#include #if defined(__GNUC__) || defined(__clang__) #pragma GCC diagnostic push #pragma GCC diagnostic ignored "-Wmissing-field-initializers" #endif #ifdef _MSC_VER #pragma optimize("", off) #elif defined(__clang__) #pragma clang optimize off #elif defined(__GNUC__) #pragma GCC optimize ("O0") #endif #define LANGUAGE_VERSION 14 #define STATE_COUNT 7743 #define LARGE_STATE_COUNT 2240 #define SYMBOL_COUNT 471 #define ALIAS_COUNT 5 #define TOKEN_COUNT 197 #define EXTERNAL_TOKEN_COUNT 2 #define FIELD_COUNT 47 #define MAX_ALIAS_SEQUENCE_LENGTH 9 #define PRODUCTION_ID_COUNT 206 enum { sym_identifier = 1, aux_sym_preproc_include_token1 = 2, anon_sym_LF = 3, aux_sym_preproc_def_token1 = 4, anon_sym_LPAREN = 5, anon_sym_DOT_DOT_DOT = 6, anon_sym_COMMA = 7, anon_sym_RPAREN = 8, aux_sym_preproc_if_token1 = 9, aux_sym_preproc_if_token2 = 10, aux_sym_preproc_ifdef_token1 = 11, aux_sym_preproc_ifdef_token2 = 12, aux_sym_preproc_else_token1 = 13, aux_sym_preproc_elif_token1 = 14, aux_sym_preproc_elifdef_token1 = 15, aux_sym_preproc_elifdef_token2 = 16, sym_preproc_arg = 17, sym_preproc_directive = 18, anon_sym_LPAREN2 = 19, anon_sym_defined = 20, anon_sym_BANG = 21, anon_sym_TILDE = 22, anon_sym_DASH = 23, anon_sym_PLUS = 24, anon_sym_STAR = 25, anon_sym_SLASH = 26, anon_sym_PERCENT = 27, anon_sym_PIPE_PIPE = 28, anon_sym_AMP_AMP = 29, anon_sym_PIPE = 30, anon_sym_CARET = 31, anon_sym_AMP = 32, anon_sym_EQ_EQ = 33, anon_sym_BANG_EQ = 34, anon_sym_GT = 35, anon_sym_GT_EQ = 36, anon_sym_LT_EQ = 37, anon_sym_LT = 38, anon_sym_LT_LT = 39, anon_sym_GT_GT = 40, anon_sym_SEMI = 41, anon_sym_typedef = 42, anon_sym_extern = 43, anon_sym___attribute__ = 44, anon_sym_COLON_COLON = 45, anon_sym_LBRACK_LBRACK = 46, anon_sym_RBRACK_RBRACK = 47, anon_sym___declspec = 48, anon_sym___based = 49, anon_sym___cdecl = 50, anon_sym___clrcall = 51, anon_sym___stdcall = 52, anon_sym___fastcall = 53, anon_sym___thiscall = 54, anon_sym___vectorcall = 55, sym_ms_restrict_modifier = 56, sym_ms_unsigned_ptr_modifier = 57, sym_ms_signed_ptr_modifier = 58, anon_sym__unaligned = 59, anon_sym___unaligned = 60, anon_sym_LBRACE = 61, anon_sym_RBRACE = 62, anon_sym_signed = 63, anon_sym_unsigned = 64, anon_sym_long = 65, anon_sym_short = 66, anon_sym_LBRACK = 67, anon_sym_RBRACK = 68, anon_sym_EQ = 69, anon_sym_static = 70, anon_sym_register = 71, anon_sym_inline = 72, anon_sym_thread_local = 73, anon_sym_const = 74, anon_sym_constexpr = 75, anon_sym_volatile = 76, anon_sym_restrict = 77, anon_sym___restrict__ = 78, anon_sym__Atomic = 79, anon_sym__Noreturn = 80, anon_sym_noreturn = 81, anon_sym_mutable = 82, anon_sym_constinit = 83, anon_sym_consteval = 84, sym_primitive_type = 85, anon_sym_enum = 86, anon_sym_class = 87, anon_sym_struct = 88, anon_sym_union = 89, anon_sym_COLON = 90, anon_sym_if = 91, anon_sym_else = 92, anon_sym_switch = 93, anon_sym_case = 94, anon_sym_default = 95, anon_sym_while = 96, anon_sym_do = 97, anon_sym_for = 98, anon_sym_return = 99, anon_sym_break = 100, anon_sym_continue = 101, anon_sym_goto = 102, anon_sym_QMARK = 103, anon_sym_STAR_EQ = 104, anon_sym_SLASH_EQ = 105, anon_sym_PERCENT_EQ = 106, anon_sym_PLUS_EQ = 107, anon_sym_DASH_EQ = 108, anon_sym_LT_LT_EQ = 109, anon_sym_GT_GT_EQ = 110, anon_sym_AMP_EQ = 111, anon_sym_CARET_EQ = 112, anon_sym_PIPE_EQ = 113, anon_sym_and_eq = 114, anon_sym_or_eq = 115, anon_sym_xor_eq = 116, anon_sym_not = 117, anon_sym_compl = 118, anon_sym_LT_EQ_GT = 119, anon_sym_or = 120, anon_sym_and = 121, anon_sym_bitor = 122, anon_sym_xor = 123, anon_sym_bitand = 124, anon_sym_not_eq = 125, anon_sym_DASH_DASH = 126, anon_sym_PLUS_PLUS = 127, anon_sym_sizeof = 128, anon_sym_offsetof = 129, anon_sym__Generic = 130, anon_sym_asm = 131, anon_sym___asm__ = 132, anon_sym_DOT = 133, anon_sym_DASH_GT = 134, sym_number_literal = 135, anon_sym_L_SQUOTE = 136, anon_sym_u_SQUOTE = 137, anon_sym_U_SQUOTE = 138, anon_sym_u8_SQUOTE = 139, anon_sym_SQUOTE = 140, aux_sym_char_literal_token1 = 141, anon_sym_L_DQUOTE = 142, anon_sym_u_DQUOTE = 143, anon_sym_U_DQUOTE = 144, anon_sym_u8_DQUOTE = 145, anon_sym_DQUOTE = 146, aux_sym_string_literal_token1 = 147, sym_escape_sequence = 148, sym_system_lib_string = 149, sym_true = 150, sym_false = 151, anon_sym_NULL = 152, anon_sym_nullptr = 153, sym_comment = 154, sym_auto = 155, anon_sym_decltype = 156, anon_sym_final = 157, anon_sym_override = 158, anon_sym_virtual = 159, anon_sym_explicit = 160, anon_sym_typename = 161, anon_sym_template = 162, anon_sym_GT2 = 163, anon_sym_operator = 164, anon_sym_try = 165, anon_sym_delete = 166, anon_sym_friend = 167, anon_sym_public = 168, anon_sym_private = 169, anon_sym_protected = 170, anon_sym_noexcept = 171, anon_sym_throw = 172, anon_sym_namespace = 173, anon_sym_using = 174, anon_sym_static_assert = 175, anon_sym_concept = 176, anon_sym_co_return = 177, anon_sym_co_yield = 178, anon_sym_catch = 179, anon_sym_R_DQUOTE = 180, anon_sym_LR_DQUOTE = 181, anon_sym_uR_DQUOTE = 182, anon_sym_UR_DQUOTE = 183, anon_sym_u8R_DQUOTE = 184, anon_sym_co_await = 185, anon_sym_new = 186, anon_sym_requires = 187, anon_sym_DOT_STAR = 188, anon_sym_DASH_GT_STAR = 189, anon_sym_LPAREN_RPAREN = 190, anon_sym_LBRACK_RBRACK = 191, anon_sym_DQUOTE_DQUOTE = 192, sym_this = 193, sym_literal_suffix = 194, sym_raw_string_delimiter = 195, sym_raw_string_content = 196, sym_translation_unit = 197, sym_preproc_include = 198, sym_preproc_def = 199, sym_preproc_function_def = 200, sym_preproc_params = 201, sym_preproc_call = 202, sym_preproc_if = 203, sym_preproc_ifdef = 204, sym_preproc_else = 205, sym_preproc_elif = 206, sym_preproc_elifdef = 207, sym_preproc_if_in_field_declaration_list = 208, sym_preproc_ifdef_in_field_declaration_list = 209, sym_preproc_else_in_field_declaration_list = 210, sym_preproc_elif_in_field_declaration_list = 211, sym__preproc_expression = 212, sym_preproc_parenthesized_expression = 213, sym_preproc_defined = 214, sym_preproc_unary_expression = 215, sym_preproc_call_expression = 216, sym_preproc_argument_list = 217, sym_preproc_binary_expression = 218, sym_function_definition = 219, sym_declaration = 220, sym_type_definition = 221, sym__declaration_modifiers = 222, sym__declaration_specifiers = 223, sym_linkage_specification = 224, sym_attribute_specifier = 225, sym_attribute = 226, sym_attribute_declaration = 227, sym_ms_declspec_modifier = 228, sym_ms_based_modifier = 229, sym_ms_call_modifier = 230, sym_ms_unaligned_ptr_modifier = 231, sym_ms_pointer_modifier = 232, sym_declaration_list = 233, sym__declarator = 234, sym__field_declarator = 235, sym__type_declarator = 236, sym__abstract_declarator = 237, sym_parenthesized_declarator = 238, sym_parenthesized_field_declarator = 239, sym_parenthesized_type_declarator = 240, sym_abstract_parenthesized_declarator = 241, sym_attributed_declarator = 242, sym_attributed_field_declarator = 243, sym_attributed_type_declarator = 244, sym_pointer_declarator = 245, sym_pointer_field_declarator = 246, sym_pointer_type_declarator = 247, sym_abstract_pointer_declarator = 248, sym_function_declarator = 249, sym_function_field_declarator = 250, sym_function_type_declarator = 251, sym_abstract_function_declarator = 252, sym_array_declarator = 253, sym_array_field_declarator = 254, sym_array_type_declarator = 255, sym_abstract_array_declarator = 256, sym_init_declarator = 257, sym_compound_statement = 258, sym_storage_class_specifier = 259, sym_type_qualifier = 260, sym__type_specifier = 261, sym_sized_type_specifier = 262, sym_enum_specifier = 263, sym_enumerator_list = 264, sym_struct_specifier = 265, sym_union_specifier = 266, sym_field_declaration_list = 267, sym__field_declaration_list_item = 268, sym_field_declaration = 269, sym_bitfield_clause = 270, sym_enumerator = 271, sym_parameter_list = 272, sym_parameter_declaration = 273, sym_attributed_statement = 274, sym_labeled_statement = 275, sym__top_level_expression_statement = 276, sym_expression_statement = 277, sym_if_statement = 278, sym_else_clause = 279, sym_switch_statement = 280, sym_case_statement = 281, sym_while_statement = 282, sym_do_statement = 283, sym_for_statement = 284, sym_return_statement = 285, sym_break_statement = 286, sym_continue_statement = 287, sym_goto_statement = 288, sym__expression = 289, sym__expression_not_binary = 290, sym_comma_expression = 291, sym_conditional_expression = 292, sym_assignment_expression = 293, sym_pointer_expression = 294, sym_unary_expression = 295, sym_binary_expression = 296, sym_update_expression = 297, sym_cast_expression = 298, sym_type_descriptor = 299, sym_sizeof_expression = 300, sym_offsetof_expression = 301, sym_generic_expression = 302, sym_subscript_expression = 303, sym_call_expression = 304, sym_gnu_asm_expression = 305, sym_gnu_asm_qualifier = 306, sym_gnu_asm_output_operand_list = 307, sym_gnu_asm_output_operand = 308, sym_gnu_asm_input_operand_list = 309, sym_gnu_asm_input_operand = 310, sym_gnu_asm_clobber_list = 311, sym_gnu_asm_goto_list = 312, sym_argument_list = 313, sym_field_expression = 314, sym_compound_literal_expression = 315, sym_parenthesized_expression = 316, sym_initializer_list = 317, sym_initializer_pair = 318, sym_subscript_designator = 319, sym_field_designator = 320, sym_char_literal = 321, sym_concatenated_string = 322, sym_string_literal = 323, sym_null = 324, sym__empty_declaration = 325, sym_placeholder_type_specifier = 326, sym_decltype_auto = 327, sym_decltype = 328, sym__class_declaration = 329, sym_class_specifier = 330, sym__class_name = 331, sym_virtual_specifier = 332, sym_virtual = 333, sym_explicit_function_specifier = 334, sym_base_class_clause = 335, sym__enum_base_clause = 336, sym_dependent_type = 337, sym_template_declaration = 338, sym_template_instantiation = 339, sym_template_parameter_list = 340, sym_type_parameter_declaration = 341, sym_variadic_type_parameter_declaration = 342, sym_optional_type_parameter_declaration = 343, sym_template_template_parameter_declaration = 344, sym_optional_parameter_declaration = 345, sym_variadic_parameter_declaration = 346, sym_variadic_declarator = 347, sym_variadic_reference_declarator = 348, sym_operator_cast = 349, sym_field_initializer_list = 350, sym_field_initializer = 351, sym_inline_method_definition = 352, sym__constructor_specifiers = 353, sym_operator_cast_definition = 354, sym_operator_cast_declaration = 355, sym_constructor_try_statement = 356, sym_constructor_or_destructor_definition = 357, sym_constructor_or_destructor_declaration = 358, sym_default_method_clause = 359, sym_delete_method_clause = 360, sym_friend_declaration = 361, sym_access_specifier = 362, sym_reference_declarator = 363, sym_reference_field_declarator = 364, sym_abstract_reference_declarator = 365, sym_structured_binding_declarator = 366, sym_ref_qualifier = 367, sym__function_declarator_seq = 368, sym_trailing_return_type = 369, sym_noexcept = 370, sym_throw_specifier = 371, sym_template_type = 372, sym_template_method = 373, sym_template_function = 374, sym_template_argument_list = 375, sym_namespace_definition = 376, sym_namespace_alias_definition = 377, sym__namespace_specifier = 378, sym_nested_namespace_specifier = 379, sym_using_declaration = 380, sym_alias_declaration = 381, sym_static_assert_declaration = 382, sym_concept_definition = 383, sym_for_range_loop = 384, sym_init_statement = 385, sym_condition_clause = 386, sym_condition_declaration = 387, sym_co_return_statement = 388, sym_co_yield_statement = 389, sym_throw_statement = 390, sym_try_statement = 391, sym_catch_clause = 392, sym_raw_string_literal = 393, sym_co_await_expression = 394, sym_new_expression = 395, sym_new_declarator = 396, sym_delete_expression = 397, sym_type_requirement = 398, sym_compound_requirement = 399, sym__requirement = 400, sym_requirement_seq = 401, sym_constraint_conjunction = 402, sym_constraint_disjunction = 403, sym__requirement_clause_constraint = 404, sym_requires_clause = 405, sym_requires_parameter_list = 406, sym_requires_expression = 407, sym_lambda_expression = 408, sym_lambda_capture_specifier = 409, sym_lambda_default_capture = 410, sym__fold_operator = 411, sym__binary_fold_operator = 412, sym__unary_left_fold = 413, sym__unary_right_fold = 414, sym__binary_fold = 415, sym_fold_expression = 416, sym_parameter_pack_expansion = 417, sym_type_parameter_pack_expansion = 418, sym_destructor_name = 419, sym_dependent_identifier = 420, sym_dependent_field_identifier = 421, sym_dependent_type_identifier = 422, sym__scope_resolution = 423, sym_qualified_field_identifier = 424, sym_qualified_identifier = 425, sym_qualified_type_identifier = 426, sym_qualified_operator_cast_identifier = 427, sym_operator_name = 428, sym_user_defined_literal = 429, aux_sym_translation_unit_repeat1 = 430, aux_sym_preproc_params_repeat1 = 431, aux_sym_preproc_if_repeat1 = 432, aux_sym_preproc_if_in_field_declaration_list_repeat1 = 433, aux_sym_preproc_argument_list_repeat1 = 434, aux_sym_declaration_repeat1 = 435, aux_sym_type_definition_repeat1 = 436, aux_sym_type_definition_repeat2 = 437, aux_sym__declaration_specifiers_repeat1 = 438, aux_sym_attribute_declaration_repeat1 = 439, aux_sym_attributed_declarator_repeat1 = 440, aux_sym_pointer_declarator_repeat1 = 441, aux_sym_sized_type_specifier_repeat1 = 442, aux_sym_enumerator_list_repeat1 = 443, aux_sym_field_declaration_repeat1 = 444, aux_sym_parameter_list_repeat1 = 445, aux_sym_case_statement_repeat1 = 446, aux_sym_generic_expression_repeat1 = 447, aux_sym_gnu_asm_expression_repeat1 = 448, aux_sym_gnu_asm_output_operand_list_repeat1 = 449, aux_sym_gnu_asm_input_operand_list_repeat1 = 450, aux_sym_gnu_asm_clobber_list_repeat1 = 451, aux_sym_gnu_asm_goto_list_repeat1 = 452, aux_sym_argument_list_repeat1 = 453, aux_sym_initializer_list_repeat1 = 454, aux_sym_initializer_pair_repeat1 = 455, aux_sym_concatenated_string_repeat1 = 456, aux_sym_string_literal_repeat1 = 457, aux_sym_base_class_clause_repeat1 = 458, aux_sym_template_parameter_list_repeat1 = 459, aux_sym_field_initializer_list_repeat1 = 460, aux_sym_operator_cast_definition_repeat1 = 461, aux_sym_constructor_try_statement_repeat1 = 462, aux_sym_structured_binding_declarator_repeat1 = 463, aux_sym__function_declarator_seq_repeat1 = 464, aux_sym__function_declarator_seq_repeat2 = 465, aux_sym_throw_specifier_repeat1 = 466, aux_sym_template_argument_list_repeat1 = 467, aux_sym_requirement_seq_repeat1 = 468, aux_sym_requires_parameter_list_repeat1 = 469, aux_sym_lambda_capture_specifier_repeat1 = 470, alias_sym_field_identifier = 471, alias_sym_namespace_identifier = 472, alias_sym_simple_requirement = 473, alias_sym_statement_identifier = 474, alias_sym_type_identifier = 475, }; static const char * const ts_symbol_names[] = { [ts_builtin_sym_end] = "end", [sym_identifier] = "identifier", [aux_sym_preproc_include_token1] = "#include", [anon_sym_LF] = "\n", [aux_sym_preproc_def_token1] = "#define", [anon_sym_LPAREN] = "(", [anon_sym_DOT_DOT_DOT] = "...", [anon_sym_COMMA] = ",", [anon_sym_RPAREN] = ")", [aux_sym_preproc_if_token1] = "#if", [aux_sym_preproc_if_token2] = "#endif", [aux_sym_preproc_ifdef_token1] = "#ifdef", [aux_sym_preproc_ifdef_token2] = "#ifndef", [aux_sym_preproc_else_token1] = "#else", [aux_sym_preproc_elif_token1] = "#elif", [aux_sym_preproc_elifdef_token1] = "#elifdef", [aux_sym_preproc_elifdef_token2] = "#elifndef", [sym_preproc_arg] = "preproc_arg", [sym_preproc_directive] = "preproc_directive", [anon_sym_LPAREN2] = "(", [anon_sym_defined] = "defined", [anon_sym_BANG] = "!", [anon_sym_TILDE] = "~", [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] = ">>", [anon_sym_SEMI] = ";", [anon_sym_typedef] = "typedef", [anon_sym_extern] = "extern", [anon_sym___attribute__] = "__attribute__", [anon_sym_COLON_COLON] = "::", [anon_sym_LBRACK_LBRACK] = "[[", [anon_sym_RBRACK_RBRACK] = "]]", [anon_sym___declspec] = "__declspec", [anon_sym___based] = "__based", [anon_sym___cdecl] = "__cdecl", [anon_sym___clrcall] = "__clrcall", [anon_sym___stdcall] = "__stdcall", [anon_sym___fastcall] = "__fastcall", [anon_sym___thiscall] = "__thiscall", [anon_sym___vectorcall] = "__vectorcall", [sym_ms_restrict_modifier] = "ms_restrict_modifier", [sym_ms_unsigned_ptr_modifier] = "ms_unsigned_ptr_modifier", [sym_ms_signed_ptr_modifier] = "ms_signed_ptr_modifier", [anon_sym__unaligned] = "_unaligned", [anon_sym___unaligned] = "__unaligned", [anon_sym_LBRACE] = "{", [anon_sym_RBRACE] = "}", [anon_sym_signed] = "signed", [anon_sym_unsigned] = "unsigned", [anon_sym_long] = "long", [anon_sym_short] = "short", [anon_sym_LBRACK] = "[", [anon_sym_RBRACK] = "]", [anon_sym_EQ] = "=", [anon_sym_static] = "static", [anon_sym_register] = "register", [anon_sym_inline] = "inline", [anon_sym_thread_local] = "thread_local", [anon_sym_const] = "const", [anon_sym_constexpr] = "constexpr", [anon_sym_volatile] = "volatile", [anon_sym_restrict] = "restrict", [anon_sym___restrict__] = "__restrict__", [anon_sym__Atomic] = "_Atomic", [anon_sym__Noreturn] = "_Noreturn", [anon_sym_noreturn] = "noreturn", [anon_sym_mutable] = "mutable", [anon_sym_constinit] = "constinit", [anon_sym_consteval] = "consteval", [sym_primitive_type] = "primitive_type", [anon_sym_enum] = "enum", [anon_sym_class] = "class", [anon_sym_struct] = "struct", [anon_sym_union] = "union", [anon_sym_COLON] = ":", [anon_sym_if] = "if", [anon_sym_else] = "else", [anon_sym_switch] = "switch", [anon_sym_case] = "case", [anon_sym_default] = "default", [anon_sym_while] = "while", [anon_sym_do] = "do", [anon_sym_for] = "for", [anon_sym_return] = "return", [anon_sym_break] = "break", [anon_sym_continue] = "continue", [anon_sym_goto] = "goto", [anon_sym_QMARK] = "\?", [anon_sym_STAR_EQ] = "*=", [anon_sym_SLASH_EQ] = "/=", [anon_sym_PERCENT_EQ] = "%=", [anon_sym_PLUS_EQ] = "+=", [anon_sym_DASH_EQ] = "-=", [anon_sym_LT_LT_EQ] = "<<=", [anon_sym_GT_GT_EQ] = ">>=", [anon_sym_AMP_EQ] = "&=", [anon_sym_CARET_EQ] = "^=", [anon_sym_PIPE_EQ] = "|=", [anon_sym_and_eq] = "and_eq", [anon_sym_or_eq] = "or_eq", [anon_sym_xor_eq] = "xor_eq", [anon_sym_not] = "not", [anon_sym_compl] = "compl", [anon_sym_LT_EQ_GT] = "<=>", [anon_sym_or] = "or", [anon_sym_and] = "and", [anon_sym_bitor] = "bitor", [anon_sym_xor] = "xor", [anon_sym_bitand] = "bitand", [anon_sym_not_eq] = "not_eq", [anon_sym_DASH_DASH] = "--", [anon_sym_PLUS_PLUS] = "++", [anon_sym_sizeof] = "sizeof", [anon_sym_offsetof] = "offsetof", [anon_sym__Generic] = "_Generic", [anon_sym_asm] = "asm", [anon_sym___asm__] = "__asm__", [anon_sym_DOT] = ".", [anon_sym_DASH_GT] = "->", [sym_number_literal] = "number_literal", [anon_sym_L_SQUOTE] = "L'", [anon_sym_u_SQUOTE] = "u'", [anon_sym_U_SQUOTE] = "U'", [anon_sym_u8_SQUOTE] = "u8'", [anon_sym_SQUOTE] = "'", [aux_sym_char_literal_token1] = "character", [anon_sym_L_DQUOTE] = "L\"", [anon_sym_u_DQUOTE] = "u\"", [anon_sym_U_DQUOTE] = "U\"", [anon_sym_u8_DQUOTE] = "u8\"", [anon_sym_DQUOTE] = "\"", [aux_sym_string_literal_token1] = "string_content", [sym_escape_sequence] = "escape_sequence", [sym_system_lib_string] = "system_lib_string", [sym_true] = "true", [sym_false] = "false", [anon_sym_NULL] = "NULL", [anon_sym_nullptr] = "nullptr", [sym_comment] = "comment", [sym_auto] = "auto", [anon_sym_decltype] = "decltype", [anon_sym_final] = "final", [anon_sym_override] = "override", [anon_sym_virtual] = "virtual", [anon_sym_explicit] = "explicit", [anon_sym_typename] = "typename", [anon_sym_template] = "template", [anon_sym_GT2] = ">", [anon_sym_operator] = "operator", [anon_sym_try] = "try", [anon_sym_delete] = "delete", [anon_sym_friend] = "friend", [anon_sym_public] = "public", [anon_sym_private] = "private", [anon_sym_protected] = "protected", [anon_sym_noexcept] = "noexcept", [anon_sym_throw] = "throw", [anon_sym_namespace] = "namespace", [anon_sym_using] = "using", [anon_sym_static_assert] = "static_assert", [anon_sym_concept] = "concept", [anon_sym_co_return] = "co_return", [anon_sym_co_yield] = "co_yield", [anon_sym_catch] = "catch", [anon_sym_R_DQUOTE] = "R\"", [anon_sym_LR_DQUOTE] = "LR\"", [anon_sym_uR_DQUOTE] = "uR\"", [anon_sym_UR_DQUOTE] = "UR\"", [anon_sym_u8R_DQUOTE] = "u8R\"", [anon_sym_co_await] = "co_await", [anon_sym_new] = "new", [anon_sym_requires] = "requires", [anon_sym_DOT_STAR] = ".*", [anon_sym_DASH_GT_STAR] = "->*", [anon_sym_LPAREN_RPAREN] = "()", [anon_sym_LBRACK_RBRACK] = "[]", [anon_sym_DQUOTE_DQUOTE] = "\"\"", [sym_this] = "this", [sym_literal_suffix] = "literal_suffix", [sym_raw_string_delimiter] = "raw_string_delimiter", [sym_raw_string_content] = "raw_string_content", [sym_translation_unit] = "translation_unit", [sym_preproc_include] = "preproc_include", [sym_preproc_def] = "preproc_def", [sym_preproc_function_def] = "preproc_function_def", [sym_preproc_params] = "preproc_params", [sym_preproc_call] = "preproc_call", [sym_preproc_if] = "preproc_if", [sym_preproc_ifdef] = "preproc_ifdef", [sym_preproc_else] = "preproc_else", [sym_preproc_elif] = "preproc_elif", [sym_preproc_elifdef] = "preproc_elifdef", [sym_preproc_if_in_field_declaration_list] = "preproc_if", [sym_preproc_ifdef_in_field_declaration_list] = "preproc_ifdef", [sym_preproc_else_in_field_declaration_list] = "preproc_else", [sym_preproc_elif_in_field_declaration_list] = "preproc_elif", [sym__preproc_expression] = "_preproc_expression", [sym_preproc_parenthesized_expression] = "parenthesized_expression", [sym_preproc_defined] = "preproc_defined", [sym_preproc_unary_expression] = "unary_expression", [sym_preproc_call_expression] = "call_expression", [sym_preproc_argument_list] = "argument_list", [sym_preproc_binary_expression] = "binary_expression", [sym_function_definition] = "function_definition", [sym_declaration] = "declaration", [sym_type_definition] = "type_definition", [sym__declaration_modifiers] = "_declaration_modifiers", [sym__declaration_specifiers] = "_declaration_specifiers", [sym_linkage_specification] = "linkage_specification", [sym_attribute_specifier] = "attribute_specifier", [sym_attribute] = "attribute", [sym_attribute_declaration] = "attribute_declaration", [sym_ms_declspec_modifier] = "ms_declspec_modifier", [sym_ms_based_modifier] = "ms_based_modifier", [sym_ms_call_modifier] = "ms_call_modifier", [sym_ms_unaligned_ptr_modifier] = "ms_unaligned_ptr_modifier", [sym_ms_pointer_modifier] = "ms_pointer_modifier", [sym_declaration_list] = "declaration_list", [sym__declarator] = "_declarator", [sym__field_declarator] = "_field_declarator", [sym__type_declarator] = "_type_declarator", [sym__abstract_declarator] = "_abstract_declarator", [sym_parenthesized_declarator] = "parenthesized_declarator", [sym_parenthesized_field_declarator] = "parenthesized_declarator", [sym_parenthesized_type_declarator] = "parenthesized_declarator", [sym_abstract_parenthesized_declarator] = "abstract_parenthesized_declarator", [sym_attributed_declarator] = "attributed_declarator", [sym_attributed_field_declarator] = "attributed_declarator", [sym_attributed_type_declarator] = "attributed_declarator", [sym_pointer_declarator] = "pointer_declarator", [sym_pointer_field_declarator] = "pointer_declarator", [sym_pointer_type_declarator] = "pointer_declarator", [sym_abstract_pointer_declarator] = "abstract_pointer_declarator", [sym_function_declarator] = "function_declarator", [sym_function_field_declarator] = "function_declarator", [sym_function_type_declarator] = "function_declarator", [sym_abstract_function_declarator] = "abstract_function_declarator", [sym_array_declarator] = "array_declarator", [sym_array_field_declarator] = "array_declarator", [sym_array_type_declarator] = "array_declarator", [sym_abstract_array_declarator] = "abstract_array_declarator", [sym_init_declarator] = "init_declarator", [sym_compound_statement] = "compound_statement", [sym_storage_class_specifier] = "storage_class_specifier", [sym_type_qualifier] = "type_qualifier", [sym__type_specifier] = "_type_specifier", [sym_sized_type_specifier] = "sized_type_specifier", [sym_enum_specifier] = "enum_specifier", [sym_enumerator_list] = "enumerator_list", [sym_struct_specifier] = "struct_specifier", [sym_union_specifier] = "union_specifier", [sym_field_declaration_list] = "field_declaration_list", [sym__field_declaration_list_item] = "_field_declaration_list_item", [sym_field_declaration] = "field_declaration", [sym_bitfield_clause] = "bitfield_clause", [sym_enumerator] = "enumerator", [sym_parameter_list] = "parameter_list", [sym_parameter_declaration] = "parameter_declaration", [sym_attributed_statement] = "attributed_statement", [sym_labeled_statement] = "labeled_statement", [sym__top_level_expression_statement] = "expression_statement", [sym_expression_statement] = "expression_statement", [sym_if_statement] = "if_statement", [sym_else_clause] = "else_clause", [sym_switch_statement] = "switch_statement", [sym_case_statement] = "case_statement", [sym_while_statement] = "while_statement", [sym_do_statement] = "do_statement", [sym_for_statement] = "for_statement", [sym_return_statement] = "return_statement", [sym_break_statement] = "break_statement", [sym_continue_statement] = "continue_statement", [sym_goto_statement] = "goto_statement", [sym__expression] = "_expression", [sym__expression_not_binary] = "_expression_not_binary", [sym_comma_expression] = "comma_expression", [sym_conditional_expression] = "conditional_expression", [sym_assignment_expression] = "assignment_expression", [sym_pointer_expression] = "pointer_expression", [sym_unary_expression] = "unary_expression", [sym_binary_expression] = "binary_expression", [sym_update_expression] = "update_expression", [sym_cast_expression] = "cast_expression", [sym_type_descriptor] = "type_descriptor", [sym_sizeof_expression] = "sizeof_expression", [sym_offsetof_expression] = "offsetof_expression", [sym_generic_expression] = "generic_expression", [sym_subscript_expression] = "subscript_expression", [sym_call_expression] = "call_expression", [sym_gnu_asm_expression] = "gnu_asm_expression", [sym_gnu_asm_qualifier] = "gnu_asm_qualifier", [sym_gnu_asm_output_operand_list] = "gnu_asm_output_operand_list", [sym_gnu_asm_output_operand] = "gnu_asm_output_operand", [sym_gnu_asm_input_operand_list] = "gnu_asm_input_operand_list", [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_argument_list] = "argument_list", [sym_field_expression] = "field_expression", [sym_compound_literal_expression] = "compound_literal_expression", [sym_parenthesized_expression] = "parenthesized_expression", [sym_initializer_list] = "initializer_list", [sym_initializer_pair] = "initializer_pair", [sym_subscript_designator] = "subscript_designator", [sym_field_designator] = "field_designator", [sym_char_literal] = "char_literal", [sym_concatenated_string] = "concatenated_string", [sym_string_literal] = "string_literal", [sym_null] = "null", [sym__empty_declaration] = "_empty_declaration", [sym_placeholder_type_specifier] = "placeholder_type_specifier", [sym_decltype_auto] = "decltype", [sym_decltype] = "decltype", [sym__class_declaration] = "_class_declaration", [sym_class_specifier] = "class_specifier", [sym__class_name] = "_class_name", [sym_virtual_specifier] = "virtual_specifier", [sym_virtual] = "virtual", [sym_explicit_function_specifier] = "explicit_function_specifier", [sym_base_class_clause] = "base_class_clause", [sym__enum_base_clause] = "_enum_base_clause", [sym_dependent_type] = "dependent_type", [sym_template_declaration] = "template_declaration", [sym_template_instantiation] = "template_instantiation", [sym_template_parameter_list] = "template_parameter_list", [sym_type_parameter_declaration] = "type_parameter_declaration", [sym_variadic_type_parameter_declaration] = "variadic_type_parameter_declaration", [sym_optional_type_parameter_declaration] = "optional_type_parameter_declaration", [sym_template_template_parameter_declaration] = "template_template_parameter_declaration", [sym_optional_parameter_declaration] = "optional_parameter_declaration", [sym_variadic_parameter_declaration] = "variadic_parameter_declaration", [sym_variadic_declarator] = "variadic_declarator", [sym_variadic_reference_declarator] = "reference_declarator", [sym_operator_cast] = "operator_cast", [sym_field_initializer_list] = "field_initializer_list", [sym_field_initializer] = "field_initializer", [sym_inline_method_definition] = "function_definition", [sym__constructor_specifiers] = "_constructor_specifiers", [sym_operator_cast_definition] = "function_definition", [sym_operator_cast_declaration] = "declaration", [sym_constructor_try_statement] = "try_statement", [sym_constructor_or_destructor_definition] = "function_definition", [sym_constructor_or_destructor_declaration] = "declaration", [sym_default_method_clause] = "default_method_clause", [sym_delete_method_clause] = "delete_method_clause", [sym_friend_declaration] = "friend_declaration", [sym_access_specifier] = "access_specifier", [sym_reference_declarator] = "reference_declarator", [sym_reference_field_declarator] = "reference_declarator", [sym_abstract_reference_declarator] = "abstract_reference_declarator", [sym_structured_binding_declarator] = "structured_binding_declarator", [sym_ref_qualifier] = "ref_qualifier", [sym__function_declarator_seq] = "_function_declarator_seq", [sym_trailing_return_type] = "trailing_return_type", [sym_noexcept] = "noexcept", [sym_throw_specifier] = "throw_specifier", [sym_template_type] = "template_type", [sym_template_method] = "template_method", [sym_template_function] = "template_function", [sym_template_argument_list] = "template_argument_list", [sym_namespace_definition] = "namespace_definition", [sym_namespace_alias_definition] = "namespace_alias_definition", [sym__namespace_specifier] = "_namespace_specifier", [sym_nested_namespace_specifier] = "nested_namespace_specifier", [sym_using_declaration] = "using_declaration", [sym_alias_declaration] = "alias_declaration", [sym_static_assert_declaration] = "static_assert_declaration", [sym_concept_definition] = "concept_definition", [sym_for_range_loop] = "for_range_loop", [sym_init_statement] = "init_statement", [sym_condition_clause] = "condition_clause", [sym_condition_declaration] = "declaration", [sym_co_return_statement] = "co_return_statement", [sym_co_yield_statement] = "co_yield_statement", [sym_throw_statement] = "throw_statement", [sym_try_statement] = "try_statement", [sym_catch_clause] = "catch_clause", [sym_raw_string_literal] = "raw_string_literal", [sym_co_await_expression] = "co_await_expression", [sym_new_expression] = "new_expression", [sym_new_declarator] = "new_declarator", [sym_delete_expression] = "delete_expression", [sym_type_requirement] = "type_requirement", [sym_compound_requirement] = "compound_requirement", [sym__requirement] = "_requirement", [sym_requirement_seq] = "requirement_seq", [sym_constraint_conjunction] = "constraint_conjunction", [sym_constraint_disjunction] = "constraint_disjunction", [sym__requirement_clause_constraint] = "_requirement_clause_constraint", [sym_requires_clause] = "requires_clause", [sym_requires_parameter_list] = "parameter_list", [sym_requires_expression] = "requires_expression", [sym_lambda_expression] = "lambda_expression", [sym_lambda_capture_specifier] = "lambda_capture_specifier", [sym_lambda_default_capture] = "lambda_default_capture", [sym__fold_operator] = "_fold_operator", [sym__binary_fold_operator] = "_binary_fold_operator", [sym__unary_left_fold] = "_unary_left_fold", [sym__unary_right_fold] = "_unary_right_fold", [sym__binary_fold] = "_binary_fold", [sym_fold_expression] = "fold_expression", [sym_parameter_pack_expansion] = "parameter_pack_expansion", [sym_type_parameter_pack_expansion] = "parameter_pack_expansion", [sym_destructor_name] = "destructor_name", [sym_dependent_identifier] = "dependent_name", [sym_dependent_field_identifier] = "dependent_name", [sym_dependent_type_identifier] = "dependent_name", [sym__scope_resolution] = "_scope_resolution", [sym_qualified_field_identifier] = "qualified_identifier", [sym_qualified_identifier] = "qualified_identifier", [sym_qualified_type_identifier] = "qualified_identifier", [sym_qualified_operator_cast_identifier] = "qualified_identifier", [sym_operator_name] = "operator_name", [sym_user_defined_literal] = "user_defined_literal", [aux_sym_translation_unit_repeat1] = "translation_unit_repeat1", [aux_sym_preproc_params_repeat1] = "preproc_params_repeat1", [aux_sym_preproc_if_repeat1] = "preproc_if_repeat1", [aux_sym_preproc_if_in_field_declaration_list_repeat1] = "preproc_if_in_field_declaration_list_repeat1", [aux_sym_preproc_argument_list_repeat1] = "preproc_argument_list_repeat1", [aux_sym_declaration_repeat1] = "declaration_repeat1", [aux_sym_type_definition_repeat1] = "type_definition_repeat1", [aux_sym_type_definition_repeat2] = "type_definition_repeat2", [aux_sym__declaration_specifiers_repeat1] = "_declaration_specifiers_repeat1", [aux_sym_attribute_declaration_repeat1] = "attribute_declaration_repeat1", [aux_sym_attributed_declarator_repeat1] = "attributed_declarator_repeat1", [aux_sym_pointer_declarator_repeat1] = "pointer_declarator_repeat1", [aux_sym_sized_type_specifier_repeat1] = "sized_type_specifier_repeat1", [aux_sym_enumerator_list_repeat1] = "enumerator_list_repeat1", [aux_sym_field_declaration_repeat1] = "field_declaration_repeat1", [aux_sym_parameter_list_repeat1] = "parameter_list_repeat1", [aux_sym_case_statement_repeat1] = "case_statement_repeat1", [aux_sym_generic_expression_repeat1] = "generic_expression_repeat1", [aux_sym_gnu_asm_expression_repeat1] = "gnu_asm_expression_repeat1", [aux_sym_gnu_asm_output_operand_list_repeat1] = "gnu_asm_output_operand_list_repeat1", [aux_sym_gnu_asm_input_operand_list_repeat1] = "gnu_asm_input_operand_list_repeat1", [aux_sym_gnu_asm_clobber_list_repeat1] = "gnu_asm_clobber_list_repeat1", [aux_sym_gnu_asm_goto_list_repeat1] = "gnu_asm_goto_list_repeat1", [aux_sym_argument_list_repeat1] = "argument_list_repeat1", [aux_sym_initializer_list_repeat1] = "initializer_list_repeat1", [aux_sym_initializer_pair_repeat1] = "initializer_pair_repeat1", [aux_sym_concatenated_string_repeat1] = "concatenated_string_repeat1", [aux_sym_string_literal_repeat1] = "string_literal_repeat1", [aux_sym_base_class_clause_repeat1] = "base_class_clause_repeat1", [aux_sym_template_parameter_list_repeat1] = "template_parameter_list_repeat1", [aux_sym_field_initializer_list_repeat1] = "field_initializer_list_repeat1", [aux_sym_operator_cast_definition_repeat1] = "operator_cast_definition_repeat1", [aux_sym_constructor_try_statement_repeat1] = "constructor_try_statement_repeat1", [aux_sym_structured_binding_declarator_repeat1] = "structured_binding_declarator_repeat1", [aux_sym__function_declarator_seq_repeat1] = "_function_declarator_seq_repeat1", [aux_sym__function_declarator_seq_repeat2] = "_function_declarator_seq_repeat2", [aux_sym_throw_specifier_repeat1] = "throw_specifier_repeat1", [aux_sym_template_argument_list_repeat1] = "template_argument_list_repeat1", [aux_sym_requirement_seq_repeat1] = "requirement_seq_repeat1", [aux_sym_requires_parameter_list_repeat1] = "requires_parameter_list_repeat1", [aux_sym_lambda_capture_specifier_repeat1] = "lambda_capture_specifier_repeat1", [alias_sym_field_identifier] = "field_identifier", [alias_sym_namespace_identifier] = "namespace_identifier", [alias_sym_simple_requirement] = "simple_requirement", [alias_sym_statement_identifier] = "statement_identifier", [alias_sym_type_identifier] = "type_identifier", }; static const TSSymbol ts_symbol_map[] = { [ts_builtin_sym_end] = ts_builtin_sym_end, [sym_identifier] = sym_identifier, [aux_sym_preproc_include_token1] = aux_sym_preproc_include_token1, [anon_sym_LF] = anon_sym_LF, [aux_sym_preproc_def_token1] = aux_sym_preproc_def_token1, [anon_sym_LPAREN] = anon_sym_LPAREN, [anon_sym_DOT_DOT_DOT] = anon_sym_DOT_DOT_DOT, [anon_sym_COMMA] = anon_sym_COMMA, [anon_sym_RPAREN] = anon_sym_RPAREN, [aux_sym_preproc_if_token1] = aux_sym_preproc_if_token1, [aux_sym_preproc_if_token2] = aux_sym_preproc_if_token2, [aux_sym_preproc_ifdef_token1] = aux_sym_preproc_ifdef_token1, [aux_sym_preproc_ifdef_token2] = aux_sym_preproc_ifdef_token2, [aux_sym_preproc_else_token1] = aux_sym_preproc_else_token1, [aux_sym_preproc_elif_token1] = aux_sym_preproc_elif_token1, [aux_sym_preproc_elifdef_token1] = aux_sym_preproc_elifdef_token1, [aux_sym_preproc_elifdef_token2] = aux_sym_preproc_elifdef_token2, [sym_preproc_arg] = sym_preproc_arg, [sym_preproc_directive] = sym_preproc_directive, [anon_sym_LPAREN2] = anon_sym_LPAREN, [anon_sym_defined] = anon_sym_defined, [anon_sym_BANG] = anon_sym_BANG, [anon_sym_TILDE] = anon_sym_TILDE, [anon_sym_DASH] = anon_sym_DASH, [anon_sym_PLUS] = anon_sym_PLUS, [anon_sym_STAR] = anon_sym_STAR, [anon_sym_SLASH] = anon_sym_SLASH, [anon_sym_PERCENT] = anon_sym_PERCENT, [anon_sym_PIPE_PIPE] = anon_sym_PIPE_PIPE, [anon_sym_AMP_AMP] = anon_sym_AMP_AMP, [anon_sym_PIPE] = anon_sym_PIPE, [anon_sym_CARET] = anon_sym_CARET, [anon_sym_AMP] = anon_sym_AMP, [anon_sym_EQ_EQ] = anon_sym_EQ_EQ, [anon_sym_BANG_EQ] = anon_sym_BANG_EQ, [anon_sym_GT] = anon_sym_GT, [anon_sym_GT_EQ] = anon_sym_GT_EQ, [anon_sym_LT_EQ] = anon_sym_LT_EQ, [anon_sym_LT] = anon_sym_LT, [anon_sym_LT_LT] = anon_sym_LT_LT, [anon_sym_GT_GT] = anon_sym_GT_GT, [anon_sym_SEMI] = anon_sym_SEMI, [anon_sym_typedef] = anon_sym_typedef, [anon_sym_extern] = anon_sym_extern, [anon_sym___attribute__] = anon_sym___attribute__, [anon_sym_COLON_COLON] = anon_sym_COLON_COLON, [anon_sym_LBRACK_LBRACK] = anon_sym_LBRACK_LBRACK, [anon_sym_RBRACK_RBRACK] = anon_sym_RBRACK_RBRACK, [anon_sym___declspec] = anon_sym___declspec, [anon_sym___based] = anon_sym___based, [anon_sym___cdecl] = anon_sym___cdecl, [anon_sym___clrcall] = anon_sym___clrcall, [anon_sym___stdcall] = anon_sym___stdcall, [anon_sym___fastcall] = anon_sym___fastcall, [anon_sym___thiscall] = anon_sym___thiscall, [anon_sym___vectorcall] = anon_sym___vectorcall, [sym_ms_restrict_modifier] = sym_ms_restrict_modifier, [sym_ms_unsigned_ptr_modifier] = sym_ms_unsigned_ptr_modifier, [sym_ms_signed_ptr_modifier] = sym_ms_signed_ptr_modifier, [anon_sym__unaligned] = anon_sym__unaligned, [anon_sym___unaligned] = anon_sym___unaligned, [anon_sym_LBRACE] = anon_sym_LBRACE, [anon_sym_RBRACE] = anon_sym_RBRACE, [anon_sym_signed] = anon_sym_signed, [anon_sym_unsigned] = anon_sym_unsigned, [anon_sym_long] = anon_sym_long, [anon_sym_short] = anon_sym_short, [anon_sym_LBRACK] = anon_sym_LBRACK, [anon_sym_RBRACK] = anon_sym_RBRACK, [anon_sym_EQ] = anon_sym_EQ, [anon_sym_static] = anon_sym_static, [anon_sym_register] = anon_sym_register, [anon_sym_inline] = anon_sym_inline, [anon_sym_thread_local] = anon_sym_thread_local, [anon_sym_const] = anon_sym_const, [anon_sym_constexpr] = anon_sym_constexpr, [anon_sym_volatile] = anon_sym_volatile, [anon_sym_restrict] = anon_sym_restrict, [anon_sym___restrict__] = anon_sym___restrict__, [anon_sym__Atomic] = anon_sym__Atomic, [anon_sym__Noreturn] = anon_sym__Noreturn, [anon_sym_noreturn] = anon_sym_noreturn, [anon_sym_mutable] = anon_sym_mutable, [anon_sym_constinit] = anon_sym_constinit, [anon_sym_consteval] = anon_sym_consteval, [sym_primitive_type] = sym_primitive_type, [anon_sym_enum] = anon_sym_enum, [anon_sym_class] = anon_sym_class, [anon_sym_struct] = anon_sym_struct, [anon_sym_union] = anon_sym_union, [anon_sym_COLON] = anon_sym_COLON, [anon_sym_if] = anon_sym_if, [anon_sym_else] = anon_sym_else, [anon_sym_switch] = anon_sym_switch, [anon_sym_case] = anon_sym_case, [anon_sym_default] = anon_sym_default, [anon_sym_while] = anon_sym_while, [anon_sym_do] = anon_sym_do, [anon_sym_for] = anon_sym_for, [anon_sym_return] = anon_sym_return, [anon_sym_break] = anon_sym_break, [anon_sym_continue] = anon_sym_continue, [anon_sym_goto] = anon_sym_goto, [anon_sym_QMARK] = anon_sym_QMARK, [anon_sym_STAR_EQ] = anon_sym_STAR_EQ, [anon_sym_SLASH_EQ] = anon_sym_SLASH_EQ, [anon_sym_PERCENT_EQ] = anon_sym_PERCENT_EQ, [anon_sym_PLUS_EQ] = anon_sym_PLUS_EQ, [anon_sym_DASH_EQ] = anon_sym_DASH_EQ, [anon_sym_LT_LT_EQ] = anon_sym_LT_LT_EQ, [anon_sym_GT_GT_EQ] = anon_sym_GT_GT_EQ, [anon_sym_AMP_EQ] = anon_sym_AMP_EQ, [anon_sym_CARET_EQ] = anon_sym_CARET_EQ, [anon_sym_PIPE_EQ] = anon_sym_PIPE_EQ, [anon_sym_and_eq] = anon_sym_and_eq, [anon_sym_or_eq] = anon_sym_or_eq, [anon_sym_xor_eq] = anon_sym_xor_eq, [anon_sym_not] = anon_sym_not, [anon_sym_compl] = anon_sym_compl, [anon_sym_LT_EQ_GT] = anon_sym_LT_EQ_GT, [anon_sym_or] = anon_sym_or, [anon_sym_and] = anon_sym_and, [anon_sym_bitor] = anon_sym_bitor, [anon_sym_xor] = anon_sym_xor, [anon_sym_bitand] = anon_sym_bitand, [anon_sym_not_eq] = anon_sym_not_eq, [anon_sym_DASH_DASH] = anon_sym_DASH_DASH, [anon_sym_PLUS_PLUS] = anon_sym_PLUS_PLUS, [anon_sym_sizeof] = anon_sym_sizeof, [anon_sym_offsetof] = anon_sym_offsetof, [anon_sym__Generic] = anon_sym__Generic, [anon_sym_asm] = anon_sym_asm, [anon_sym___asm__] = anon_sym___asm__, [anon_sym_DOT] = anon_sym_DOT, [anon_sym_DASH_GT] = anon_sym_DASH_GT, [sym_number_literal] = sym_number_literal, [anon_sym_L_SQUOTE] = anon_sym_L_SQUOTE, [anon_sym_u_SQUOTE] = anon_sym_u_SQUOTE, [anon_sym_U_SQUOTE] = anon_sym_U_SQUOTE, [anon_sym_u8_SQUOTE] = anon_sym_u8_SQUOTE, [anon_sym_SQUOTE] = anon_sym_SQUOTE, [aux_sym_char_literal_token1] = aux_sym_char_literal_token1, [anon_sym_L_DQUOTE] = anon_sym_L_DQUOTE, [anon_sym_u_DQUOTE] = anon_sym_u_DQUOTE, [anon_sym_U_DQUOTE] = anon_sym_U_DQUOTE, [anon_sym_u8_DQUOTE] = anon_sym_u8_DQUOTE, [anon_sym_DQUOTE] = anon_sym_DQUOTE, [aux_sym_string_literal_token1] = aux_sym_string_literal_token1, [sym_escape_sequence] = sym_escape_sequence, [sym_system_lib_string] = sym_system_lib_string, [sym_true] = sym_true, [sym_false] = sym_false, [anon_sym_NULL] = anon_sym_NULL, [anon_sym_nullptr] = anon_sym_nullptr, [sym_comment] = sym_comment, [sym_auto] = sym_auto, [anon_sym_decltype] = anon_sym_decltype, [anon_sym_final] = anon_sym_final, [anon_sym_override] = anon_sym_override, [anon_sym_virtual] = anon_sym_virtual, [anon_sym_explicit] = anon_sym_explicit, [anon_sym_typename] = anon_sym_typename, [anon_sym_template] = anon_sym_template, [anon_sym_GT2] = anon_sym_GT, [anon_sym_operator] = anon_sym_operator, [anon_sym_try] = anon_sym_try, [anon_sym_delete] = anon_sym_delete, [anon_sym_friend] = anon_sym_friend, [anon_sym_public] = anon_sym_public, [anon_sym_private] = anon_sym_private, [anon_sym_protected] = anon_sym_protected, [anon_sym_noexcept] = anon_sym_noexcept, [anon_sym_throw] = anon_sym_throw, [anon_sym_namespace] = anon_sym_namespace, [anon_sym_using] = anon_sym_using, [anon_sym_static_assert] = anon_sym_static_assert, [anon_sym_concept] = anon_sym_concept, [anon_sym_co_return] = anon_sym_co_return, [anon_sym_co_yield] = anon_sym_co_yield, [anon_sym_catch] = anon_sym_catch, [anon_sym_R_DQUOTE] = anon_sym_R_DQUOTE, [anon_sym_LR_DQUOTE] = anon_sym_LR_DQUOTE, [anon_sym_uR_DQUOTE] = anon_sym_uR_DQUOTE, [anon_sym_UR_DQUOTE] = anon_sym_UR_DQUOTE, [anon_sym_u8R_DQUOTE] = anon_sym_u8R_DQUOTE, [anon_sym_co_await] = anon_sym_co_await, [anon_sym_new] = anon_sym_new, [anon_sym_requires] = anon_sym_requires, [anon_sym_DOT_STAR] = anon_sym_DOT_STAR, [anon_sym_DASH_GT_STAR] = anon_sym_DASH_GT_STAR, [anon_sym_LPAREN_RPAREN] = anon_sym_LPAREN_RPAREN, [anon_sym_LBRACK_RBRACK] = anon_sym_LBRACK_RBRACK, [anon_sym_DQUOTE_DQUOTE] = anon_sym_DQUOTE_DQUOTE, [sym_this] = sym_this, [sym_literal_suffix] = sym_literal_suffix, [sym_raw_string_delimiter] = sym_raw_string_delimiter, [sym_raw_string_content] = sym_raw_string_content, [sym_translation_unit] = sym_translation_unit, [sym_preproc_include] = sym_preproc_include, [sym_preproc_def] = sym_preproc_def, [sym_preproc_function_def] = sym_preproc_function_def, [sym_preproc_params] = sym_preproc_params, [sym_preproc_call] = sym_preproc_call, [sym_preproc_if] = sym_preproc_if, [sym_preproc_ifdef] = sym_preproc_ifdef, [sym_preproc_else] = sym_preproc_else, [sym_preproc_elif] = sym_preproc_elif, [sym_preproc_elifdef] = sym_preproc_elifdef, [sym_preproc_if_in_field_declaration_list] = sym_preproc_if, [sym_preproc_ifdef_in_field_declaration_list] = sym_preproc_ifdef, [sym_preproc_else_in_field_declaration_list] = sym_preproc_else, [sym_preproc_elif_in_field_declaration_list] = sym_preproc_elif, [sym__preproc_expression] = sym__preproc_expression, [sym_preproc_parenthesized_expression] = sym_parenthesized_expression, [sym_preproc_defined] = sym_preproc_defined, [sym_preproc_unary_expression] = sym_unary_expression, [sym_preproc_call_expression] = sym_call_expression, [sym_preproc_argument_list] = sym_argument_list, [sym_preproc_binary_expression] = sym_binary_expression, [sym_function_definition] = sym_function_definition, [sym_declaration] = sym_declaration, [sym_type_definition] = sym_type_definition, [sym__declaration_modifiers] = sym__declaration_modifiers, [sym__declaration_specifiers] = sym__declaration_specifiers, [sym_linkage_specification] = sym_linkage_specification, [sym_attribute_specifier] = sym_attribute_specifier, [sym_attribute] = sym_attribute, [sym_attribute_declaration] = sym_attribute_declaration, [sym_ms_declspec_modifier] = sym_ms_declspec_modifier, [sym_ms_based_modifier] = sym_ms_based_modifier, [sym_ms_call_modifier] = sym_ms_call_modifier, [sym_ms_unaligned_ptr_modifier] = sym_ms_unaligned_ptr_modifier, [sym_ms_pointer_modifier] = sym_ms_pointer_modifier, [sym_declaration_list] = sym_declaration_list, [sym__declarator] = sym__declarator, [sym__field_declarator] = sym__field_declarator, [sym__type_declarator] = sym__type_declarator, [sym__abstract_declarator] = sym__abstract_declarator, [sym_parenthesized_declarator] = sym_parenthesized_declarator, [sym_parenthesized_field_declarator] = sym_parenthesized_declarator, [sym_parenthesized_type_declarator] = sym_parenthesized_declarator, [sym_abstract_parenthesized_declarator] = sym_abstract_parenthesized_declarator, [sym_attributed_declarator] = sym_attributed_declarator, [sym_attributed_field_declarator] = sym_attributed_declarator, [sym_attributed_type_declarator] = sym_attributed_declarator, [sym_pointer_declarator] = sym_pointer_declarator, [sym_pointer_field_declarator] = sym_pointer_declarator, [sym_pointer_type_declarator] = sym_pointer_declarator, [sym_abstract_pointer_declarator] = sym_abstract_pointer_declarator, [sym_function_declarator] = sym_function_declarator, [sym_function_field_declarator] = sym_function_declarator, [sym_function_type_declarator] = sym_function_declarator, [sym_abstract_function_declarator] = sym_abstract_function_declarator, [sym_array_declarator] = sym_array_declarator, [sym_array_field_declarator] = sym_array_declarator, [sym_array_type_declarator] = sym_array_declarator, [sym_abstract_array_declarator] = sym_abstract_array_declarator, [sym_init_declarator] = sym_init_declarator, [sym_compound_statement] = sym_compound_statement, [sym_storage_class_specifier] = sym_storage_class_specifier, [sym_type_qualifier] = sym_type_qualifier, [sym__type_specifier] = sym__type_specifier, [sym_sized_type_specifier] = sym_sized_type_specifier, [sym_enum_specifier] = sym_enum_specifier, [sym_enumerator_list] = sym_enumerator_list, [sym_struct_specifier] = sym_struct_specifier, [sym_union_specifier] = sym_union_specifier, [sym_field_declaration_list] = sym_field_declaration_list, [sym__field_declaration_list_item] = sym__field_declaration_list_item, [sym_field_declaration] = sym_field_declaration, [sym_bitfield_clause] = sym_bitfield_clause, [sym_enumerator] = sym_enumerator, [sym_parameter_list] = sym_parameter_list, [sym_parameter_declaration] = sym_parameter_declaration, [sym_attributed_statement] = sym_attributed_statement, [sym_labeled_statement] = sym_labeled_statement, [sym__top_level_expression_statement] = sym_expression_statement, [sym_expression_statement] = sym_expression_statement, [sym_if_statement] = sym_if_statement, [sym_else_clause] = sym_else_clause, [sym_switch_statement] = sym_switch_statement, [sym_case_statement] = sym_case_statement, [sym_while_statement] = sym_while_statement, [sym_do_statement] = sym_do_statement, [sym_for_statement] = sym_for_statement, [sym_return_statement] = sym_return_statement, [sym_break_statement] = sym_break_statement, [sym_continue_statement] = sym_continue_statement, [sym_goto_statement] = sym_goto_statement, [sym__expression] = sym__expression, [sym__expression_not_binary] = sym__expression_not_binary, [sym_comma_expression] = sym_comma_expression, [sym_conditional_expression] = sym_conditional_expression, [sym_assignment_expression] = sym_assignment_expression, [sym_pointer_expression] = sym_pointer_expression, [sym_unary_expression] = sym_unary_expression, [sym_binary_expression] = sym_binary_expression, [sym_update_expression] = sym_update_expression, [sym_cast_expression] = sym_cast_expression, [sym_type_descriptor] = sym_type_descriptor, [sym_sizeof_expression] = sym_sizeof_expression, [sym_offsetof_expression] = sym_offsetof_expression, [sym_generic_expression] = sym_generic_expression, [sym_subscript_expression] = sym_subscript_expression, [sym_call_expression] = sym_call_expression, [sym_gnu_asm_expression] = sym_gnu_asm_expression, [sym_gnu_asm_qualifier] = sym_gnu_asm_qualifier, [sym_gnu_asm_output_operand_list] = sym_gnu_asm_output_operand_list, [sym_gnu_asm_output_operand] = sym_gnu_asm_output_operand, [sym_gnu_asm_input_operand_list] = sym_gnu_asm_input_operand_list, [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_argument_list] = sym_argument_list, [sym_field_expression] = sym_field_expression, [sym_compound_literal_expression] = sym_compound_literal_expression, [sym_parenthesized_expression] = sym_parenthesized_expression, [sym_initializer_list] = sym_initializer_list, [sym_initializer_pair] = sym_initializer_pair, [sym_subscript_designator] = sym_subscript_designator, [sym_field_designator] = sym_field_designator, [sym_char_literal] = sym_char_literal, [sym_concatenated_string] = sym_concatenated_string, [sym_string_literal] = sym_string_literal, [sym_null] = sym_null, [sym__empty_declaration] = sym__empty_declaration, [sym_placeholder_type_specifier] = sym_placeholder_type_specifier, [sym_decltype_auto] = sym_decltype, [sym_decltype] = sym_decltype, [sym__class_declaration] = sym__class_declaration, [sym_class_specifier] = sym_class_specifier, [sym__class_name] = sym__class_name, [sym_virtual_specifier] = sym_virtual_specifier, [sym_virtual] = sym_virtual, [sym_explicit_function_specifier] = sym_explicit_function_specifier, [sym_base_class_clause] = sym_base_class_clause, [sym__enum_base_clause] = sym__enum_base_clause, [sym_dependent_type] = sym_dependent_type, [sym_template_declaration] = sym_template_declaration, [sym_template_instantiation] = sym_template_instantiation, [sym_template_parameter_list] = sym_template_parameter_list, [sym_type_parameter_declaration] = sym_type_parameter_declaration, [sym_variadic_type_parameter_declaration] = sym_variadic_type_parameter_declaration, [sym_optional_type_parameter_declaration] = sym_optional_type_parameter_declaration, [sym_template_template_parameter_declaration] = sym_template_template_parameter_declaration, [sym_optional_parameter_declaration] = sym_optional_parameter_declaration, [sym_variadic_parameter_declaration] = sym_variadic_parameter_declaration, [sym_variadic_declarator] = sym_variadic_declarator, [sym_variadic_reference_declarator] = sym_reference_declarator, [sym_operator_cast] = sym_operator_cast, [sym_field_initializer_list] = sym_field_initializer_list, [sym_field_initializer] = sym_field_initializer, [sym_inline_method_definition] = sym_function_definition, [sym__constructor_specifiers] = sym__constructor_specifiers, [sym_operator_cast_definition] = sym_function_definition, [sym_operator_cast_declaration] = sym_declaration, [sym_constructor_try_statement] = sym_try_statement, [sym_constructor_or_destructor_definition] = sym_function_definition, [sym_constructor_or_destructor_declaration] = sym_declaration, [sym_default_method_clause] = sym_default_method_clause, [sym_delete_method_clause] = sym_delete_method_clause, [sym_friend_declaration] = sym_friend_declaration, [sym_access_specifier] = sym_access_specifier, [sym_reference_declarator] = sym_reference_declarator, [sym_reference_field_declarator] = sym_reference_declarator, [sym_abstract_reference_declarator] = sym_abstract_reference_declarator, [sym_structured_binding_declarator] = sym_structured_binding_declarator, [sym_ref_qualifier] = sym_ref_qualifier, [sym__function_declarator_seq] = sym__function_declarator_seq, [sym_trailing_return_type] = sym_trailing_return_type, [sym_noexcept] = sym_noexcept, [sym_throw_specifier] = sym_throw_specifier, [sym_template_type] = sym_template_type, [sym_template_method] = sym_template_method, [sym_template_function] = sym_template_function, [sym_template_argument_list] = sym_template_argument_list, [sym_namespace_definition] = sym_namespace_definition, [sym_namespace_alias_definition] = sym_namespace_alias_definition, [sym__namespace_specifier] = sym__namespace_specifier, [sym_nested_namespace_specifier] = sym_nested_namespace_specifier, [sym_using_declaration] = sym_using_declaration, [sym_alias_declaration] = sym_alias_declaration, [sym_static_assert_declaration] = sym_static_assert_declaration, [sym_concept_definition] = sym_concept_definition, [sym_for_range_loop] = sym_for_range_loop, [sym_init_statement] = sym_init_statement, [sym_condition_clause] = sym_condition_clause, [sym_condition_declaration] = sym_declaration, [sym_co_return_statement] = sym_co_return_statement, [sym_co_yield_statement] = sym_co_yield_statement, [sym_throw_statement] = sym_throw_statement, [sym_try_statement] = sym_try_statement, [sym_catch_clause] = sym_catch_clause, [sym_raw_string_literal] = sym_raw_string_literal, [sym_co_await_expression] = sym_co_await_expression, [sym_new_expression] = sym_new_expression, [sym_new_declarator] = sym_new_declarator, [sym_delete_expression] = sym_delete_expression, [sym_type_requirement] = sym_type_requirement, [sym_compound_requirement] = sym_compound_requirement, [sym__requirement] = sym__requirement, [sym_requirement_seq] = sym_requirement_seq, [sym_constraint_conjunction] = sym_constraint_conjunction, [sym_constraint_disjunction] = sym_constraint_disjunction, [sym__requirement_clause_constraint] = sym__requirement_clause_constraint, [sym_requires_clause] = sym_requires_clause, [sym_requires_parameter_list] = sym_parameter_list, [sym_requires_expression] = sym_requires_expression, [sym_lambda_expression] = sym_lambda_expression, [sym_lambda_capture_specifier] = sym_lambda_capture_specifier, [sym_lambda_default_capture] = sym_lambda_default_capture, [sym__fold_operator] = sym__fold_operator, [sym__binary_fold_operator] = sym__binary_fold_operator, [sym__unary_left_fold] = sym__unary_left_fold, [sym__unary_right_fold] = sym__unary_right_fold, [sym__binary_fold] = sym__binary_fold, [sym_fold_expression] = sym_fold_expression, [sym_parameter_pack_expansion] = sym_parameter_pack_expansion, [sym_type_parameter_pack_expansion] = sym_parameter_pack_expansion, [sym_destructor_name] = sym_destructor_name, [sym_dependent_identifier] = sym_dependent_identifier, [sym_dependent_field_identifier] = sym_dependent_identifier, [sym_dependent_type_identifier] = sym_dependent_identifier, [sym__scope_resolution] = sym__scope_resolution, [sym_qualified_field_identifier] = sym_qualified_identifier, [sym_qualified_identifier] = sym_qualified_identifier, [sym_qualified_type_identifier] = sym_qualified_identifier, [sym_qualified_operator_cast_identifier] = sym_qualified_identifier, [sym_operator_name] = sym_operator_name, [sym_user_defined_literal] = sym_user_defined_literal, [aux_sym_translation_unit_repeat1] = aux_sym_translation_unit_repeat1, [aux_sym_preproc_params_repeat1] = aux_sym_preproc_params_repeat1, [aux_sym_preproc_if_repeat1] = aux_sym_preproc_if_repeat1, [aux_sym_preproc_if_in_field_declaration_list_repeat1] = aux_sym_preproc_if_in_field_declaration_list_repeat1, [aux_sym_preproc_argument_list_repeat1] = aux_sym_preproc_argument_list_repeat1, [aux_sym_declaration_repeat1] = aux_sym_declaration_repeat1, [aux_sym_type_definition_repeat1] = aux_sym_type_definition_repeat1, [aux_sym_type_definition_repeat2] = aux_sym_type_definition_repeat2, [aux_sym__declaration_specifiers_repeat1] = aux_sym__declaration_specifiers_repeat1, [aux_sym_attribute_declaration_repeat1] = aux_sym_attribute_declaration_repeat1, [aux_sym_attributed_declarator_repeat1] = aux_sym_attributed_declarator_repeat1, [aux_sym_pointer_declarator_repeat1] = aux_sym_pointer_declarator_repeat1, [aux_sym_sized_type_specifier_repeat1] = aux_sym_sized_type_specifier_repeat1, [aux_sym_enumerator_list_repeat1] = aux_sym_enumerator_list_repeat1, [aux_sym_field_declaration_repeat1] = aux_sym_field_declaration_repeat1, [aux_sym_parameter_list_repeat1] = aux_sym_parameter_list_repeat1, [aux_sym_case_statement_repeat1] = aux_sym_case_statement_repeat1, [aux_sym_generic_expression_repeat1] = aux_sym_generic_expression_repeat1, [aux_sym_gnu_asm_expression_repeat1] = aux_sym_gnu_asm_expression_repeat1, [aux_sym_gnu_asm_output_operand_list_repeat1] = aux_sym_gnu_asm_output_operand_list_repeat1, [aux_sym_gnu_asm_input_operand_list_repeat1] = aux_sym_gnu_asm_input_operand_list_repeat1, [aux_sym_gnu_asm_clobber_list_repeat1] = aux_sym_gnu_asm_clobber_list_repeat1, [aux_sym_gnu_asm_goto_list_repeat1] = aux_sym_gnu_asm_goto_list_repeat1, [aux_sym_argument_list_repeat1] = aux_sym_argument_list_repeat1, [aux_sym_initializer_list_repeat1] = aux_sym_initializer_list_repeat1, [aux_sym_initializer_pair_repeat1] = aux_sym_initializer_pair_repeat1, [aux_sym_concatenated_string_repeat1] = aux_sym_concatenated_string_repeat1, [aux_sym_string_literal_repeat1] = aux_sym_string_literal_repeat1, [aux_sym_base_class_clause_repeat1] = aux_sym_base_class_clause_repeat1, [aux_sym_template_parameter_list_repeat1] = aux_sym_template_parameter_list_repeat1, [aux_sym_field_initializer_list_repeat1] = aux_sym_field_initializer_list_repeat1, [aux_sym_operator_cast_definition_repeat1] = aux_sym_operator_cast_definition_repeat1, [aux_sym_constructor_try_statement_repeat1] = aux_sym_constructor_try_statement_repeat1, [aux_sym_structured_binding_declarator_repeat1] = aux_sym_structured_binding_declarator_repeat1, [aux_sym__function_declarator_seq_repeat1] = aux_sym__function_declarator_seq_repeat1, [aux_sym__function_declarator_seq_repeat2] = aux_sym__function_declarator_seq_repeat2, [aux_sym_throw_specifier_repeat1] = aux_sym_throw_specifier_repeat1, [aux_sym_template_argument_list_repeat1] = aux_sym_template_argument_list_repeat1, [aux_sym_requirement_seq_repeat1] = aux_sym_requirement_seq_repeat1, [aux_sym_requires_parameter_list_repeat1] = aux_sym_requires_parameter_list_repeat1, [aux_sym_lambda_capture_specifier_repeat1] = aux_sym_lambda_capture_specifier_repeat1, [alias_sym_field_identifier] = alias_sym_field_identifier, [alias_sym_namespace_identifier] = alias_sym_namespace_identifier, [alias_sym_simple_requirement] = alias_sym_simple_requirement, [alias_sym_statement_identifier] = alias_sym_statement_identifier, [alias_sym_type_identifier] = alias_sym_type_identifier, }; static const TSSymbolMetadata ts_symbol_metadata[] = { [ts_builtin_sym_end] = { .visible = false, .named = true, }, [sym_identifier] = { .visible = true, .named = true, }, [aux_sym_preproc_include_token1] = { .visible = true, .named = false, }, [anon_sym_LF] = { .visible = true, .named = false, }, [aux_sym_preproc_def_token1] = { .visible = true, .named = false, }, [anon_sym_LPAREN] = { .visible = true, .named = false, }, [anon_sym_DOT_DOT_DOT] = { .visible = true, .named = false, }, [anon_sym_COMMA] = { .visible = true, .named = false, }, [anon_sym_RPAREN] = { .visible = true, .named = false, }, [aux_sym_preproc_if_token1] = { .visible = true, .named = false, }, [aux_sym_preproc_if_token2] = { .visible = true, .named = false, }, [aux_sym_preproc_ifdef_token1] = { .visible = true, .named = false, }, [aux_sym_preproc_ifdef_token2] = { .visible = true, .named = false, }, [aux_sym_preproc_else_token1] = { .visible = true, .named = false, }, [aux_sym_preproc_elif_token1] = { .visible = true, .named = false, }, [aux_sym_preproc_elifdef_token1] = { .visible = true, .named = false, }, [aux_sym_preproc_elifdef_token2] = { .visible = true, .named = false, }, [sym_preproc_arg] = { .visible = true, .named = true, }, [sym_preproc_directive] = { .visible = true, .named = true, }, [anon_sym_LPAREN2] = { .visible = true, .named = false, }, [anon_sym_defined] = { .visible = true, .named = false, }, [anon_sym_BANG] = { .visible = true, .named = false, }, [anon_sym_TILDE] = { .visible = true, .named = false, }, [anon_sym_DASH] = { .visible = true, .named = false, }, [anon_sym_PLUS] = { .visible = true, .named = false, }, [anon_sym_STAR] = { .visible = true, .named = false, }, [anon_sym_SLASH] = { .visible = true, .named = false, }, [anon_sym_PERCENT] = { .visible = true, .named = false, }, [anon_sym_PIPE_PIPE] = { .visible = true, .named = false, }, [anon_sym_AMP_AMP] = { .visible = true, .named = false, }, [anon_sym_PIPE] = { .visible = true, .named = false, }, [anon_sym_CARET] = { .visible = true, .named = false, }, [anon_sym_AMP] = { .visible = true, .named = false, }, [anon_sym_EQ_EQ] = { .visible = true, .named = false, }, [anon_sym_BANG_EQ] = { .visible = true, .named = false, }, [anon_sym_GT] = { .visible = true, .named = false, }, [anon_sym_GT_EQ] = { .visible = true, .named = false, }, [anon_sym_LT_EQ] = { .visible = true, .named = false, }, [anon_sym_LT] = { .visible = true, .named = false, }, [anon_sym_LT_LT] = { .visible = true, .named = false, }, [anon_sym_GT_GT] = { .visible = true, .named = false, }, [anon_sym_SEMI] = { .visible = true, .named = false, }, [anon_sym_typedef] = { .visible = true, .named = false, }, [anon_sym_extern] = { .visible = true, .named = false, }, [anon_sym___attribute__] = { .visible = true, .named = false, }, [anon_sym_COLON_COLON] = { .visible = true, .named = false, }, [anon_sym_LBRACK_LBRACK] = { .visible = true, .named = false, }, [anon_sym_RBRACK_RBRACK] = { .visible = true, .named = false, }, [anon_sym___declspec] = { .visible = true, .named = false, }, [anon_sym___based] = { .visible = true, .named = false, }, [anon_sym___cdecl] = { .visible = true, .named = false, }, [anon_sym___clrcall] = { .visible = true, .named = false, }, [anon_sym___stdcall] = { .visible = true, .named = false, }, [anon_sym___fastcall] = { .visible = true, .named = false, }, [anon_sym___thiscall] = { .visible = true, .named = false, }, [anon_sym___vectorcall] = { .visible = true, .named = false, }, [sym_ms_restrict_modifier] = { .visible = true, .named = true, }, [sym_ms_unsigned_ptr_modifier] = { .visible = true, .named = true, }, [sym_ms_signed_ptr_modifier] = { .visible = true, .named = true, }, [anon_sym__unaligned] = { .visible = true, .named = false, }, [anon_sym___unaligned] = { .visible = true, .named = false, }, [anon_sym_LBRACE] = { .visible = true, .named = false, }, [anon_sym_RBRACE] = { .visible = true, .named = false, }, [anon_sym_signed] = { .visible = true, .named = false, }, [anon_sym_unsigned] = { .visible = true, .named = false, }, [anon_sym_long] = { .visible = true, .named = false, }, [anon_sym_short] = { .visible = true, .named = false, }, [anon_sym_LBRACK] = { .visible = true, .named = false, }, [anon_sym_RBRACK] = { .visible = true, .named = false, }, [anon_sym_EQ] = { .visible = true, .named = false, }, [anon_sym_static] = { .visible = true, .named = false, }, [anon_sym_register] = { .visible = true, .named = false, }, [anon_sym_inline] = { .visible = true, .named = false, }, [anon_sym_thread_local] = { .visible = true, .named = false, }, [anon_sym_const] = { .visible = true, .named = false, }, [anon_sym_constexpr] = { .visible = true, .named = false, }, [anon_sym_volatile] = { .visible = true, .named = false, }, [anon_sym_restrict] = { .visible = true, .named = false, }, [anon_sym___restrict__] = { .visible = true, .named = false, }, [anon_sym__Atomic] = { .visible = true, .named = false, }, [anon_sym__Noreturn] = { .visible = true, .named = false, }, [anon_sym_noreturn] = { .visible = true, .named = false, }, [anon_sym_mutable] = { .visible = true, .named = false, }, [anon_sym_constinit] = { .visible = true, .named = false, }, [anon_sym_consteval] = { .visible = true, .named = false, }, [sym_primitive_type] = { .visible = true, .named = true, }, [anon_sym_enum] = { .visible = true, .named = false, }, [anon_sym_class] = { .visible = true, .named = false, }, [anon_sym_struct] = { .visible = true, .named = false, }, [anon_sym_union] = { .visible = true, .named = false, }, [anon_sym_COLON] = { .visible = true, .named = false, }, [anon_sym_if] = { .visible = true, .named = false, }, [anon_sym_else] = { .visible = true, .named = false, }, [anon_sym_switch] = { .visible = true, .named = false, }, [anon_sym_case] = { .visible = true, .named = false, }, [anon_sym_default] = { .visible = true, .named = false, }, [anon_sym_while] = { .visible = true, .named = false, }, [anon_sym_do] = { .visible = true, .named = false, }, [anon_sym_for] = { .visible = true, .named = false, }, [anon_sym_return] = { .visible = true, .named = false, }, [anon_sym_break] = { .visible = true, .named = false, }, [anon_sym_continue] = { .visible = true, .named = false, }, [anon_sym_goto] = { .visible = true, .named = false, }, [anon_sym_QMARK] = { .visible = true, .named = false, }, [anon_sym_STAR_EQ] = { .visible = true, .named = false, }, [anon_sym_SLASH_EQ] = { .visible = true, .named = false, }, [anon_sym_PERCENT_EQ] = { .visible = true, .named = false, }, [anon_sym_PLUS_EQ] = { .visible = true, .named = false, }, [anon_sym_DASH_EQ] = { .visible = true, .named = false, }, [anon_sym_LT_LT_EQ] = { .visible = true, .named = false, }, [anon_sym_GT_GT_EQ] = { .visible = true, .named = false, }, [anon_sym_AMP_EQ] = { .visible = true, .named = false, }, [anon_sym_CARET_EQ] = { .visible = true, .named = false, }, [anon_sym_PIPE_EQ] = { .visible = true, .named = false, }, [anon_sym_and_eq] = { .visible = true, .named = false, }, [anon_sym_or_eq] = { .visible = true, .named = false, }, [anon_sym_xor_eq] = { .visible = true, .named = false, }, [anon_sym_not] = { .visible = true, .named = false, }, [anon_sym_compl] = { .visible = true, .named = false, }, [anon_sym_LT_EQ_GT] = { .visible = true, .named = false, }, [anon_sym_or] = { .visible = true, .named = false, }, [anon_sym_and] = { .visible = true, .named = false, }, [anon_sym_bitor] = { .visible = true, .named = false, }, [anon_sym_xor] = { .visible = true, .named = false, }, [anon_sym_bitand] = { .visible = true, .named = false, }, [anon_sym_not_eq] = { .visible = true, .named = false, }, [anon_sym_DASH_DASH] = { .visible = true, .named = false, }, [anon_sym_PLUS_PLUS] = { .visible = true, .named = false, }, [anon_sym_sizeof] = { .visible = true, .named = false, }, [anon_sym_offsetof] = { .visible = true, .named = false, }, [anon_sym__Generic] = { .visible = true, .named = false, }, [anon_sym_asm] = { .visible = true, .named = false, }, [anon_sym___asm__] = { .visible = true, .named = false, }, [anon_sym_DOT] = { .visible = true, .named = false, }, [anon_sym_DASH_GT] = { .visible = true, .named = false, }, [sym_number_literal] = { .visible = true, .named = true, }, [anon_sym_L_SQUOTE] = { .visible = true, .named = false, }, [anon_sym_u_SQUOTE] = { .visible = true, .named = false, }, [anon_sym_U_SQUOTE] = { .visible = true, .named = false, }, [anon_sym_u8_SQUOTE] = { .visible = true, .named = false, }, [anon_sym_SQUOTE] = { .visible = true, .named = false, }, [aux_sym_char_literal_token1] = { .visible = true, .named = true, }, [anon_sym_L_DQUOTE] = { .visible = true, .named = false, }, [anon_sym_u_DQUOTE] = { .visible = true, .named = false, }, [anon_sym_U_DQUOTE] = { .visible = true, .named = false, }, [anon_sym_u8_DQUOTE] = { .visible = true, .named = false, }, [anon_sym_DQUOTE] = { .visible = true, .named = false, }, [aux_sym_string_literal_token1] = { .visible = true, .named = true, }, [sym_escape_sequence] = { .visible = true, .named = true, }, [sym_system_lib_string] = { .visible = true, .named = true, }, [sym_true] = { .visible = true, .named = true, }, [sym_false] = { .visible = true, .named = true, }, [anon_sym_NULL] = { .visible = true, .named = false, }, [anon_sym_nullptr] = { .visible = true, .named = false, }, [sym_comment] = { .visible = true, .named = true, }, [sym_auto] = { .visible = true, .named = true, }, [anon_sym_decltype] = { .visible = true, .named = false, }, [anon_sym_final] = { .visible = true, .named = false, }, [anon_sym_override] = { .visible = true, .named = false, }, [anon_sym_virtual] = { .visible = true, .named = false, }, [anon_sym_explicit] = { .visible = true, .named = false, }, [anon_sym_typename] = { .visible = true, .named = false, }, [anon_sym_template] = { .visible = true, .named = false, }, [anon_sym_GT2] = { .visible = true, .named = false, }, [anon_sym_operator] = { .visible = true, .named = false, }, [anon_sym_try] = { .visible = true, .named = false, }, [anon_sym_delete] = { .visible = true, .named = false, }, [anon_sym_friend] = { .visible = true, .named = false, }, [anon_sym_public] = { .visible = true, .named = false, }, [anon_sym_private] = { .visible = true, .named = false, }, [anon_sym_protected] = { .visible = true, .named = false, }, [anon_sym_noexcept] = { .visible = true, .named = false, }, [anon_sym_throw] = { .visible = true, .named = false, }, [anon_sym_namespace] = { .visible = true, .named = false, }, [anon_sym_using] = { .visible = true, .named = false, }, [anon_sym_static_assert] = { .visible = true, .named = false, }, [anon_sym_concept] = { .visible = true, .named = false, }, [anon_sym_co_return] = { .visible = true, .named = false, }, [anon_sym_co_yield] = { .visible = true, .named = false, }, [anon_sym_catch] = { .visible = true, .named = false, }, [anon_sym_R_DQUOTE] = { .visible = true, .named = false, }, [anon_sym_LR_DQUOTE] = { .visible = true, .named = false, }, [anon_sym_uR_DQUOTE] = { .visible = true, .named = false, }, [anon_sym_UR_DQUOTE] = { .visible = true, .named = false, }, [anon_sym_u8R_DQUOTE] = { .visible = true, .named = false, }, [anon_sym_co_await] = { .visible = true, .named = false, }, [anon_sym_new] = { .visible = true, .named = false, }, [anon_sym_requires] = { .visible = true, .named = false, }, [anon_sym_DOT_STAR] = { .visible = true, .named = false, }, [anon_sym_DASH_GT_STAR] = { .visible = true, .named = false, }, [anon_sym_LPAREN_RPAREN] = { .visible = true, .named = false, }, [anon_sym_LBRACK_RBRACK] = { .visible = true, .named = false, }, [anon_sym_DQUOTE_DQUOTE] = { .visible = true, .named = false, }, [sym_this] = { .visible = true, .named = true, }, [sym_literal_suffix] = { .visible = true, .named = true, }, [sym_raw_string_delimiter] = { .visible = true, .named = true, }, [sym_raw_string_content] = { .visible = true, .named = true, }, [sym_translation_unit] = { .visible = true, .named = true, }, [sym_preproc_include] = { .visible = true, .named = true, }, [sym_preproc_def] = { .visible = true, .named = true, }, [sym_preproc_function_def] = { .visible = true, .named = true, }, [sym_preproc_params] = { .visible = true, .named = true, }, [sym_preproc_call] = { .visible = true, .named = true, }, [sym_preproc_if] = { .visible = true, .named = true, }, [sym_preproc_ifdef] = { .visible = true, .named = true, }, [sym_preproc_else] = { .visible = true, .named = true, }, [sym_preproc_elif] = { .visible = true, .named = true, }, [sym_preproc_elifdef] = { .visible = true, .named = true, }, [sym_preproc_if_in_field_declaration_list] = { .visible = true, .named = true, }, [sym_preproc_ifdef_in_field_declaration_list] = { .visible = true, .named = true, }, [sym_preproc_else_in_field_declaration_list] = { .visible = true, .named = true, }, [sym_preproc_elif_in_field_declaration_list] = { .visible = true, .named = true, }, [sym__preproc_expression] = { .visible = false, .named = true, }, [sym_preproc_parenthesized_expression] = { .visible = true, .named = true, }, [sym_preproc_defined] = { .visible = true, .named = true, }, [sym_preproc_unary_expression] = { .visible = true, .named = true, }, [sym_preproc_call_expression] = { .visible = true, .named = true, }, [sym_preproc_argument_list] = { .visible = true, .named = true, }, [sym_preproc_binary_expression] = { .visible = true, .named = true, }, [sym_function_definition] = { .visible = true, .named = true, }, [sym_declaration] = { .visible = true, .named = true, }, [sym_type_definition] = { .visible = true, .named = true, }, [sym__declaration_modifiers] = { .visible = false, .named = true, }, [sym__declaration_specifiers] = { .visible = false, .named = true, }, [sym_linkage_specification] = { .visible = true, .named = true, }, [sym_attribute_specifier] = { .visible = true, .named = true, }, [sym_attribute] = { .visible = true, .named = true, }, [sym_attribute_declaration] = { .visible = true, .named = true, }, [sym_ms_declspec_modifier] = { .visible = true, .named = true, }, [sym_ms_based_modifier] = { .visible = true, .named = true, }, [sym_ms_call_modifier] = { .visible = true, .named = true, }, [sym_ms_unaligned_ptr_modifier] = { .visible = true, .named = true, }, [sym_ms_pointer_modifier] = { .visible = true, .named = true, }, [sym_declaration_list] = { .visible = true, .named = true, }, [sym__declarator] = { .visible = false, .named = true, .supertype = true, }, [sym__field_declarator] = { .visible = false, .named = true, .supertype = true, }, [sym__type_declarator] = { .visible = false, .named = true, .supertype = true, }, [sym__abstract_declarator] = { .visible = false, .named = true, .supertype = true, }, [sym_parenthesized_declarator] = { .visible = true, .named = true, }, [sym_parenthesized_field_declarator] = { .visible = true, .named = true, }, [sym_parenthesized_type_declarator] = { .visible = true, .named = true, }, [sym_abstract_parenthesized_declarator] = { .visible = true, .named = true, }, [sym_attributed_declarator] = { .visible = true, .named = true, }, [sym_attributed_field_declarator] = { .visible = true, .named = true, }, [sym_attributed_type_declarator] = { .visible = true, .named = true, }, [sym_pointer_declarator] = { .visible = true, .named = true, }, [sym_pointer_field_declarator] = { .visible = true, .named = true, }, [sym_pointer_type_declarator] = { .visible = true, .named = true, }, [sym_abstract_pointer_declarator] = { .visible = true, .named = true, }, [sym_function_declarator] = { .visible = true, .named = true, }, [sym_function_field_declarator] = { .visible = true, .named = true, }, [sym_function_type_declarator] = { .visible = true, .named = true, }, [sym_abstract_function_declarator] = { .visible = true, .named = true, }, [sym_array_declarator] = { .visible = true, .named = true, }, [sym_array_field_declarator] = { .visible = true, .named = true, }, [sym_array_type_declarator] = { .visible = true, .named = true, }, [sym_abstract_array_declarator] = { .visible = true, .named = true, }, [sym_init_declarator] = { .visible = true, .named = true, }, [sym_compound_statement] = { .visible = true, .named = true, }, [sym_storage_class_specifier] = { .visible = true, .named = true, }, [sym_type_qualifier] = { .visible = true, .named = true, }, [sym__type_specifier] = { .visible = false, .named = true, .supertype = true, }, [sym_sized_type_specifier] = { .visible = true, .named = true, }, [sym_enum_specifier] = { .visible = true, .named = true, }, [sym_enumerator_list] = { .visible = true, .named = true, }, [sym_struct_specifier] = { .visible = true, .named = true, }, [sym_union_specifier] = { .visible = true, .named = true, }, [sym_field_declaration_list] = { .visible = true, .named = true, }, [sym__field_declaration_list_item] = { .visible = false, .named = true, }, [sym_field_declaration] = { .visible = true, .named = true, }, [sym_bitfield_clause] = { .visible = true, .named = true, }, [sym_enumerator] = { .visible = true, .named = true, }, [sym_parameter_list] = { .visible = true, .named = true, }, [sym_parameter_declaration] = { .visible = true, .named = true, }, [sym_attributed_statement] = { .visible = true, .named = true, }, [sym_labeled_statement] = { .visible = true, .named = true, }, [sym__top_level_expression_statement] = { .visible = true, .named = true, }, [sym_expression_statement] = { .visible = true, .named = true, }, [sym_if_statement] = { .visible = true, .named = true, }, [sym_else_clause] = { .visible = true, .named = true, }, [sym_switch_statement] = { .visible = true, .named = true, }, [sym_case_statement] = { .visible = true, .named = true, }, [sym_while_statement] = { .visible = true, .named = true, }, [sym_do_statement] = { .visible = true, .named = true, }, [sym_for_statement] = { .visible = true, .named = true, }, [sym_return_statement] = { .visible = true, .named = true, }, [sym_break_statement] = { .visible = true, .named = true, }, [sym_continue_statement] = { .visible = true, .named = true, }, [sym_goto_statement] = { .visible = true, .named = true, }, [sym__expression] = { .visible = false, .named = true, .supertype = true, }, [sym__expression_not_binary] = { .visible = false, .named = true, }, [sym_comma_expression] = { .visible = true, .named = true, }, [sym_conditional_expression] = { .visible = true, .named = true, }, [sym_assignment_expression] = { .visible = true, .named = true, }, [sym_pointer_expression] = { .visible = true, .named = true, }, [sym_unary_expression] = { .visible = true, .named = true, }, [sym_binary_expression] = { .visible = true, .named = true, }, [sym_update_expression] = { .visible = true, .named = true, }, [sym_cast_expression] = { .visible = true, .named = true, }, [sym_type_descriptor] = { .visible = true, .named = true, }, [sym_sizeof_expression] = { .visible = true, .named = true, }, [sym_offsetof_expression] = { .visible = true, .named = true, }, [sym_generic_expression] = { .visible = true, .named = true, }, [sym_subscript_expression] = { .visible = true, .named = true, }, [sym_call_expression] = { .visible = true, .named = true, }, [sym_gnu_asm_expression] = { .visible = true, .named = true, }, [sym_gnu_asm_qualifier] = { .visible = true, .named = true, }, [sym_gnu_asm_output_operand_list] = { .visible = true, .named = true, }, [sym_gnu_asm_output_operand] = { .visible = true, .named = true, }, [sym_gnu_asm_input_operand_list] = { .visible = true, .named = true, }, [sym_gnu_asm_input_operand] = { .visible = true, .named = true, }, [sym_gnu_asm_clobber_list] = { .visible = true, .named = true, }, [sym_gnu_asm_goto_list] = { .visible = true, .named = true, }, [sym_argument_list] = { .visible = true, .named = true, }, [sym_field_expression] = { .visible = true, .named = true, }, [sym_compound_literal_expression] = { .visible = true, .named = true, }, [sym_parenthesized_expression] = { .visible = true, .named = true, }, [sym_initializer_list] = { .visible = true, .named = true, }, [sym_initializer_pair] = { .visible = true, .named = true, }, [sym_subscript_designator] = { .visible = true, .named = true, }, [sym_field_designator] = { .visible = true, .named = true, }, [sym_char_literal] = { .visible = true, .named = true, }, [sym_concatenated_string] = { .visible = true, .named = true, }, [sym_string_literal] = { .visible = true, .named = true, }, [sym_null] = { .visible = true, .named = true, }, [sym__empty_declaration] = { .visible = false, .named = true, }, [sym_placeholder_type_specifier] = { .visible = true, .named = true, }, [sym_decltype_auto] = { .visible = true, .named = true, }, [sym_decltype] = { .visible = true, .named = true, }, [sym__class_declaration] = { .visible = false, .named = true, }, [sym_class_specifier] = { .visible = true, .named = true, }, [sym__class_name] = { .visible = false, .named = true, }, [sym_virtual_specifier] = { .visible = true, .named = true, }, [sym_virtual] = { .visible = true, .named = true, }, [sym_explicit_function_specifier] = { .visible = true, .named = true, }, [sym_base_class_clause] = { .visible = true, .named = true, }, [sym__enum_base_clause] = { .visible = false, .named = true, }, [sym_dependent_type] = { .visible = true, .named = true, }, [sym_template_declaration] = { .visible = true, .named = true, }, [sym_template_instantiation] = { .visible = true, .named = true, }, [sym_template_parameter_list] = { .visible = true, .named = true, }, [sym_type_parameter_declaration] = { .visible = true, .named = true, }, [sym_variadic_type_parameter_declaration] = { .visible = true, .named = true, }, [sym_optional_type_parameter_declaration] = { .visible = true, .named = true, }, [sym_template_template_parameter_declaration] = { .visible = true, .named = true, }, [sym_optional_parameter_declaration] = { .visible = true, .named = true, }, [sym_variadic_parameter_declaration] = { .visible = true, .named = true, }, [sym_variadic_declarator] = { .visible = true, .named = true, }, [sym_variadic_reference_declarator] = { .visible = true, .named = true, }, [sym_operator_cast] = { .visible = true, .named = true, }, [sym_field_initializer_list] = { .visible = true, .named = true, }, [sym_field_initializer] = { .visible = true, .named = true, }, [sym_inline_method_definition] = { .visible = true, .named = true, }, [sym__constructor_specifiers] = { .visible = false, .named = true, }, [sym_operator_cast_definition] = { .visible = true, .named = true, }, [sym_operator_cast_declaration] = { .visible = true, .named = true, }, [sym_constructor_try_statement] = { .visible = true, .named = true, }, [sym_constructor_or_destructor_definition] = { .visible = true, .named = true, }, [sym_constructor_or_destructor_declaration] = { .visible = true, .named = true, }, [sym_default_method_clause] = { .visible = true, .named = true, }, [sym_delete_method_clause] = { .visible = true, .named = true, }, [sym_friend_declaration] = { .visible = true, .named = true, }, [sym_access_specifier] = { .visible = true, .named = true, }, [sym_reference_declarator] = { .visible = true, .named = true, }, [sym_reference_field_declarator] = { .visible = true, .named = true, }, [sym_abstract_reference_declarator] = { .visible = true, .named = true, }, [sym_structured_binding_declarator] = { .visible = true, .named = true, }, [sym_ref_qualifier] = { .visible = true, .named = true, }, [sym__function_declarator_seq] = { .visible = false, .named = true, }, [sym_trailing_return_type] = { .visible = true, .named = true, }, [sym_noexcept] = { .visible = true, .named = true, }, [sym_throw_specifier] = { .visible = true, .named = true, }, [sym_template_type] = { .visible = true, .named = true, }, [sym_template_method] = { .visible = true, .named = true, }, [sym_template_function] = { .visible = true, .named = true, }, [sym_template_argument_list] = { .visible = true, .named = true, }, [sym_namespace_definition] = { .visible = true, .named = true, }, [sym_namespace_alias_definition] = { .visible = true, .named = true, }, [sym__namespace_specifier] = { .visible = false, .named = true, }, [sym_nested_namespace_specifier] = { .visible = true, .named = true, }, [sym_using_declaration] = { .visible = true, .named = true, }, [sym_alias_declaration] = { .visible = true, .named = true, }, [sym_static_assert_declaration] = { .visible = true, .named = true, }, [sym_concept_definition] = { .visible = true, .named = true, }, [sym_for_range_loop] = { .visible = true, .named = true, }, [sym_init_statement] = { .visible = true, .named = true, }, [sym_condition_clause] = { .visible = true, .named = true, }, [sym_condition_declaration] = { .visible = true, .named = true, }, [sym_co_return_statement] = { .visible = true, .named = true, }, [sym_co_yield_statement] = { .visible = true, .named = true, }, [sym_throw_statement] = { .visible = true, .named = true, }, [sym_try_statement] = { .visible = true, .named = true, }, [sym_catch_clause] = { .visible = true, .named = true, }, [sym_raw_string_literal] = { .visible = true, .named = true, }, [sym_co_await_expression] = { .visible = true, .named = true, }, [sym_new_expression] = { .visible = true, .named = true, }, [sym_new_declarator] = { .visible = true, .named = true, }, [sym_delete_expression] = { .visible = true, .named = true, }, [sym_type_requirement] = { .visible = true, .named = true, }, [sym_compound_requirement] = { .visible = true, .named = true, }, [sym__requirement] = { .visible = false, .named = true, }, [sym_requirement_seq] = { .visible = true, .named = true, }, [sym_constraint_conjunction] = { .visible = true, .named = true, }, [sym_constraint_disjunction] = { .visible = true, .named = true, }, [sym__requirement_clause_constraint] = { .visible = false, .named = true, }, [sym_requires_clause] = { .visible = true, .named = true, }, [sym_requires_parameter_list] = { .visible = true, .named = true, }, [sym_requires_expression] = { .visible = true, .named = true, }, [sym_lambda_expression] = { .visible = true, .named = true, }, [sym_lambda_capture_specifier] = { .visible = true, .named = true, }, [sym_lambda_default_capture] = { .visible = true, .named = true, }, [sym__fold_operator] = { .visible = false, .named = true, }, [sym__binary_fold_operator] = { .visible = false, .named = true, }, [sym__unary_left_fold] = { .visible = false, .named = true, }, [sym__unary_right_fold] = { .visible = false, .named = true, }, [sym__binary_fold] = { .visible = false, .named = true, }, [sym_fold_expression] = { .visible = true, .named = true, }, [sym_parameter_pack_expansion] = { .visible = true, .named = true, }, [sym_type_parameter_pack_expansion] = { .visible = true, .named = true, }, [sym_destructor_name] = { .visible = true, .named = true, }, [sym_dependent_identifier] = { .visible = true, .named = true, }, [sym_dependent_field_identifier] = { .visible = true, .named = true, }, [sym_dependent_type_identifier] = { .visible = true, .named = true, }, [sym__scope_resolution] = { .visible = false, .named = true, }, [sym_qualified_field_identifier] = { .visible = true, .named = true, }, [sym_qualified_identifier] = { .visible = true, .named = true, }, [sym_qualified_type_identifier] = { .visible = true, .named = true, }, [sym_qualified_operator_cast_identifier] = { .visible = true, .named = true, }, [sym_operator_name] = { .visible = true, .named = true, }, [sym_user_defined_literal] = { .visible = true, .named = true, }, [aux_sym_translation_unit_repeat1] = { .visible = false, .named = false, }, [aux_sym_preproc_params_repeat1] = { .visible = false, .named = false, }, [aux_sym_preproc_if_repeat1] = { .visible = false, .named = false, }, [aux_sym_preproc_if_in_field_declaration_list_repeat1] = { .visible = false, .named = false, }, [aux_sym_preproc_argument_list_repeat1] = { .visible = false, .named = false, }, [aux_sym_declaration_repeat1] = { .visible = false, .named = false, }, [aux_sym_type_definition_repeat1] = { .visible = false, .named = false, }, [aux_sym_type_definition_repeat2] = { .visible = false, .named = false, }, [aux_sym__declaration_specifiers_repeat1] = { .visible = false, .named = false, }, [aux_sym_attribute_declaration_repeat1] = { .visible = false, .named = false, }, [aux_sym_attributed_declarator_repeat1] = { .visible = false, .named = false, }, [aux_sym_pointer_declarator_repeat1] = { .visible = false, .named = false, }, [aux_sym_sized_type_specifier_repeat1] = { .visible = false, .named = false, }, [aux_sym_enumerator_list_repeat1] = { .visible = false, .named = false, }, [aux_sym_field_declaration_repeat1] = { .visible = false, .named = false, }, [aux_sym_parameter_list_repeat1] = { .visible = false, .named = false, }, [aux_sym_case_statement_repeat1] = { .visible = false, .named = false, }, [aux_sym_generic_expression_repeat1] = { .visible = false, .named = false, }, [aux_sym_gnu_asm_expression_repeat1] = { .visible = false, .named = false, }, [aux_sym_gnu_asm_output_operand_list_repeat1] = { .visible = false, .named = false, }, [aux_sym_gnu_asm_input_operand_list_repeat1] = { .visible = false, .named = false, }, [aux_sym_gnu_asm_clobber_list_repeat1] = { .visible = false, .named = false, }, [aux_sym_gnu_asm_goto_list_repeat1] = { .visible = false, .named = false, }, [aux_sym_argument_list_repeat1] = { .visible = false, .named = false, }, [aux_sym_initializer_list_repeat1] = { .visible = false, .named = false, }, [aux_sym_initializer_pair_repeat1] = { .visible = false, .named = false, }, [aux_sym_concatenated_string_repeat1] = { .visible = false, .named = false, }, [aux_sym_string_literal_repeat1] = { .visible = false, .named = false, }, [aux_sym_base_class_clause_repeat1] = { .visible = false, .named = false, }, [aux_sym_template_parameter_list_repeat1] = { .visible = false, .named = false, }, [aux_sym_field_initializer_list_repeat1] = { .visible = false, .named = false, }, [aux_sym_operator_cast_definition_repeat1] = { .visible = false, .named = false, }, [aux_sym_constructor_try_statement_repeat1] = { .visible = false, .named = false, }, [aux_sym_structured_binding_declarator_repeat1] = { .visible = false, .named = false, }, [aux_sym__function_declarator_seq_repeat1] = { .visible = false, .named = false, }, [aux_sym__function_declarator_seq_repeat2] = { .visible = false, .named = false, }, [aux_sym_throw_specifier_repeat1] = { .visible = false, .named = false, }, [aux_sym_template_argument_list_repeat1] = { .visible = false, .named = false, }, [aux_sym_requirement_seq_repeat1] = { .visible = false, .named = false, }, [aux_sym_requires_parameter_list_repeat1] = { .visible = false, .named = false, }, [aux_sym_lambda_capture_specifier_repeat1] = { .visible = false, .named = false, }, [alias_sym_field_identifier] = { .visible = true, .named = true, }, [alias_sym_namespace_identifier] = { .visible = true, .named = true, }, [alias_sym_simple_requirement] = { .visible = true, .named = true, }, [alias_sym_statement_identifier] = { .visible = true, .named = true, }, [alias_sym_type_identifier] = { .visible = true, .named = true, }, }; enum { field_alternative = 1, field_argument = 2, field_arguments = 3, field_assembly_code = 4, field_base = 5, field_body = 6, field_captures = 7, field_clobbers = 8, field_condition = 9, field_consequence = 10, field_constraint = 11, field_declarator = 12, field_default_type = 13, field_default_value = 14, field_delimiter = 15, field_designator = 16, field_directive = 17, field_field = 18, field_function = 19, field_goto_labels = 20, field_index = 21, field_initializer = 22, field_input_operands = 23, field_label = 24, field_left = 25, field_length = 26, field_member = 27, field_message = 28, field_name = 29, field_operand = 30, field_operator = 31, field_output_operands = 32, field_parameters = 33, field_path = 34, field_pattern = 35, field_placement = 36, field_prefix = 37, field_register = 38, field_requirements = 39, field_right = 40, field_scope = 41, field_size = 42, field_symbol = 43, field_template_parameters = 44, field_type = 45, field_update = 46, field_value = 47, }; static const char * const ts_field_names[] = { [0] = NULL, [field_alternative] = "alternative", [field_argument] = "argument", [field_arguments] = "arguments", [field_assembly_code] = "assembly_code", [field_base] = "base", [field_body] = "body", [field_captures] = "captures", [field_clobbers] = "clobbers", [field_condition] = "condition", [field_consequence] = "consequence", [field_constraint] = "constraint", [field_declarator] = "declarator", [field_default_type] = "default_type", [field_default_value] = "default_value", [field_delimiter] = "delimiter", [field_designator] = "designator", [field_directive] = "directive", [field_field] = "field", [field_function] = "function", [field_goto_labels] = "goto_labels", [field_index] = "index", [field_initializer] = "initializer", [field_input_operands] = "input_operands", [field_label] = "label", [field_left] = "left", [field_length] = "length", [field_member] = "member", [field_message] = "message", [field_name] = "name", [field_operand] = "operand", [field_operator] = "operator", [field_output_operands] = "output_operands", [field_parameters] = "parameters", [field_path] = "path", [field_pattern] = "pattern", [field_placement] = "placement", [field_prefix] = "prefix", [field_register] = "register", [field_requirements] = "requirements", [field_right] = "right", [field_scope] = "scope", [field_size] = "size", [field_symbol] = "symbol", [field_template_parameters] = "template_parameters", [field_type] = "type", [field_update] = "update", [field_value] = "value", }; static const TSFieldMapSlice ts_field_map_slices[PRODUCTION_ID_COUNT] = { [2] = {.index = 0, .length = 1}, [3] = {.index = 1, .length = 1}, [4] = {.index = 2, .length = 2}, [5] = {.index = 4, .length = 1}, [6] = {.index = 5, .length = 1}, [7] = {.index = 6, .length = 2}, [8] = {.index = 8, .length = 1}, [9] = {.index = 9, .length = 1}, [10] = {.index = 10, .length = 1}, [11] = {.index = 11, .length = 2}, [12] = {.index = 13, .length = 1}, [13] = {.index = 14, .length = 1}, [14] = {.index = 15, .length = 2}, [15] = {.index = 15, .length = 2}, [17] = {.index = 17, .length = 1}, [18] = {.index = 18, .length = 1}, [19] = {.index = 19, .length = 1}, [20] = {.index = 20, .length = 1}, [21] = {.index = 21, .length = 2}, [22] = {.index = 23, .length = 2}, [23] = {.index = 25, .length = 1}, [24] = {.index = 26, .length = 1}, [25] = {.index = 27, .length = 1}, [26] = {.index = 28, .length = 2}, [27] = {.index = 14, .length = 1}, [28] = {.index = 30, .length = 2}, [29] = {.index = 32, .length = 2}, [30] = {.index = 34, .length = 1}, [31] = {.index = 35, .length = 2}, [32] = {.index = 35, .length = 2}, [33] = {.index = 17, .length = 1}, [34] = {.index = 37, .length = 1}, [35] = {.index = 38, .length = 2}, [36] = {.index = 40, .length = 2}, [37] = {.index = 42, .length = 3}, [38] = {.index = 45, .length = 1}, [40] = {.index = 46, .length = 2}, [41] = {.index = 48, .length = 1}, [42] = {.index = 49, .length = 1}, [43] = {.index = 50, .length = 1}, [44] = {.index = 51, .length = 2}, [45] = {.index = 53, .length = 2}, [46] = {.index = 55, .length = 2}, [47] = {.index = 57, .length = 2}, [48] = {.index = 59, .length = 2}, [49] = {.index = 61, .length = 1}, [50] = {.index = 62, .length = 3}, [51] = {.index = 65, .length = 1}, [52] = {.index = 66, .length = 1}, [53] = {.index = 67, .length = 1}, [54] = {.index = 68, .length = 2}, [56] = {.index = 51, .length = 2}, [57] = {.index = 70, .length = 2}, [58] = {.index = 72, .length = 2}, [59] = {.index = 74, .length = 2}, [61] = {.index = 76, .length = 2}, [62] = {.index = 78, .length = 2}, [63] = {.index = 80, .length = 3}, [64] = {.index = 83, .length = 2}, [65] = {.index = 85, .length = 2}, [66] = {.index = 87, .length = 3}, [67] = {.index = 90, .length = 2}, [68] = {.index = 92, .length = 3}, [69] = {.index = 95, .length = 3}, [70] = {.index = 98, .length = 2}, [71] = {.index = 100, .length = 2}, [72] = {.index = 102, .length = 2}, [73] = {.index = 104, .length = 1}, [74] = {.index = 105, .length = 2}, [75] = {.index = 107, .length = 2}, [76] = {.index = 109, .length = 2}, [77] = {.index = 111, .length = 3}, [78] = {.index = 114, .length = 2}, [79] = {.index = 116, .length = 1}, [80] = {.index = 117, .length = 2}, [81] = {.index = 119, .length = 2}, [82] = {.index = 121, .length = 2}, [83] = {.index = 123, .length = 2}, [84] = {.index = 125, .length = 2}, [85] = {.index = 127, .length = 2}, [86] = {.index = 127, .length = 2}, [87] = {.index = 129, .length = 2}, [88] = {.index = 131, .length = 1}, [89] = {.index = 131, .length = 1}, [90] = {.index = 132, .length = 3}, [92] = {.index = 135, .length = 2}, [93] = {.index = 137, .length = 2}, [94] = {.index = 139, .length = 3}, [96] = {.index = 142, .length = 1}, [98] = {.index = 143, .length = 3}, [99] = {.index = 146, .length = 3}, [100] = {.index = 149, .length = 3}, [101] = {.index = 152, .length = 2}, [102] = {.index = 154, .length = 3}, [103] = {.index = 157, .length = 2}, [104] = {.index = 159, .length = 3}, [105] = {.index = 162, .length = 2}, [106] = {.index = 15, .length = 2}, [107] = {.index = 35, .length = 2}, [108] = {.index = 164, .length = 2}, [109] = {.index = 166, .length = 2}, [110] = {.index = 168, .length = 2}, [111] = {.index = 170, .length = 1}, [112] = {.index = 171, .length = 4}, [113] = {.index = 175, .length = 4}, [114] = {.index = 179, .length = 2}, [115] = {.index = 181, .length = 3}, [116] = {.index = 184, .length = 2}, [117] = {.index = 186, .length = 2}, [118] = {.index = 188, .length = 1}, [119] = {.index = 189, .length = 2}, [120] = {.index = 191, .length = 3}, [121] = {.index = 194, .length = 3}, [122] = {.index = 197, .length = 3}, [123] = {.index = 200, .length = 3}, [124] = {.index = 203, .length = 2}, [125] = {.index = 205, .length = 3}, [126] = {.index = 208, .length = 2}, [127] = {.index = 210, .length = 2}, [128] = {.index = 212, .length = 1}, [129] = {.index = 213, .length = 2}, [130] = {.index = 215, .length = 3}, [131] = {.index = 218, .length = 2}, [132] = {.index = 220, .length = 3}, [133] = {.index = 223, .length = 2}, [134] = {.index = 225, .length = 2}, [135] = {.index = 227, .length = 1}, [136] = {.index = 228, .length = 1}, [137] = {.index = 229, .length = 2}, [138] = {.index = 231, .length = 1}, [140] = {.index = 232, .length = 1}, [141] = {.index = 233, .length = 2}, [142] = {.index = 235, .length = 2}, [143] = {.index = 9, .length = 1}, [144] = {.index = 9, .length = 1}, [145] = {.index = 237, .length = 2}, [146] = {.index = 239, .length = 1}, [147] = {.index = 240, .length = 1}, [148] = {.index = 241, .length = 4}, [149] = {.index = 245, .length = 1}, [150] = {.index = 246, .length = 2}, [151] = {.index = 248, .length = 3}, [152] = {.index = 251, .length = 1}, [153] = {.index = 252, .length = 5}, [154] = {.index = 257, .length = 2}, [155] = {.index = 259, .length = 2}, [156] = {.index = 261, .length = 3}, [157] = {.index = 264, .length = 3}, [158] = {.index = 267, .length = 2}, [159] = {.index = 269, .length = 4}, [160] = {.index = 273, .length = 3}, [161] = {.index = 276, .length = 2}, [162] = {.index = 278, .length = 2}, [163] = {.index = 280, .length = 1}, [164] = {.index = 281, .length = 3}, [165] = {.index = 284, .length = 1}, [166] = {.index = 285, .length = 2}, [167] = {.index = 287, .length = 2}, [168] = {.index = 289, .length = 2}, [169] = {.index = 291, .length = 3}, [170] = {.index = 294, .length = 2}, [171] = {.index = 296, .length = 2}, [172] = {.index = 298, .length = 3}, [173] = {.index = 301, .length = 2}, [174] = {.index = 303, .length = 3}, [175] = {.index = 306, .length = 4}, [176] = {.index = 310, .length = 2}, [177] = {.index = 312, .length = 2}, [178] = {.index = 314, .length = 2}, [179] = {.index = 316, .length = 3}, [180] = {.index = 319, .length = 3}, [181] = {.index = 322, .length = 2}, [182] = {.index = 324, .length = 2}, [183] = {.index = 326, .length = 1}, [184] = {.index = 327, .length = 4}, [185] = {.index = 331, .length = 3}, [186] = {.index = 334, .length = 2}, [187] = {.index = 336, .length = 1}, [188] = {.index = 337, .length = 4}, [189] = {.index = 341, .length = 3}, [190] = {.index = 344, .length = 4}, [191] = {.index = 348, .length = 4}, [192] = {.index = 352, .length = 3}, [193] = {.index = 355, .length = 3}, [194] = {.index = 358, .length = 2}, [195] = {.index = 360, .length = 2}, [196] = {.index = 61, .length = 1}, [197] = {.index = 362, .length = 5}, [198] = {.index = 367, .length = 4}, [199] = {.index = 371, .length = 4}, [200] = {.index = 375, .length = 5}, [201] = {.index = 380, .length = 2}, [202] = {.index = 382, .length = 2}, [203] = {.index = 384, .length = 5}, [204] = {.index = 389, .length = 2}, [205] = {.index = 391, .length = 3}, }; static const TSFieldMapEntry ts_field_map_entries[] = { [0] = {field_type, 0}, [1] = {field_directive, 0}, [2] = {field_argument, 1}, {field_operator, 0}, [4] = {field_declarator, 1}, [5] = {field_name, 0}, [6] = {field_arguments, 1}, {field_function, 0}, [8] = {field_body, 1}, [9] = {field_name, 1}, [10] = {field_body, 0}, [11] = {field_body, 1, .inherited = true}, {field_name, 1, .inherited = true}, [13] = {field_value, 1}, [14] = {field_scope, 0}, [15] = {field_arguments, 1}, {field_name, 0}, [17] = {field_type, 1}, [18] = {field_requirements, 1}, [19] = {field_constraint, 1}, [20] = {field_parameters, 0}, [21] = {field_declarator, 0}, {field_parameters, 1, .inherited = true}, [23] = {field_body, 1}, {field_declarator, 0}, [25] = {field_declarator, 0}, [26] = {field_constraint, 0}, [27] = {field_pattern, 0}, [28] = {field_argument, 0}, {field_operator, 1}, [30] = {field_type, 0}, {field_value, 1}, [32] = {field_body, 1}, {field_captures, 0}, [34] = {field_parameters, 0, .inherited = true}, [35] = {field_name, 1}, {field_scope, 0, .inherited = true}, [37] = {field_path, 1}, [38] = {field_argument, 1}, {field_directive, 0}, [40] = {field_declarator, 1}, {field_type, 0}, [42] = {field_left, 1, .inherited = true}, {field_operator, 1, .inherited = true}, {field_right, 1, .inherited = true}, [45] = {field_declarator, 2}, [46] = {field_body, 2}, {field_value, 1}, [48] = {field_type, 2}, [49] = {field_body, 2}, [50] = {field_name, 2}, [51] = {field_body, 2}, {field_name, 1}, [53] = {field_base, 2, .inherited = true}, {field_name, 1}, [55] = {field_body, 1}, {field_name, 0}, [57] = {field_condition, 1}, {field_consequence, 2}, [59] = {field_body, 2}, {field_condition, 1}, [61] = {field_label, 1}, [62] = {field_left, 0}, {field_operator, 1}, {field_right, 2}, [65] = {field_label, 0}, [66] = {field_type, 0, .inherited = true}, [67] = {field_parameters, 1}, [68] = {field_declarator, 2}, {field_type, 1, .inherited = true}, [70] = {field_arguments, 2}, {field_type, 1}, [72] = {field_declarator, 2}, {field_type, 1}, [74] = {field_placement, 1}, {field_type, 2}, [76] = {field_parameters, 1}, {field_requirements, 2}, [78] = {field_declarator, 1}, {field_type, 0, .inherited = true}, [80] = {field_body, 2}, {field_declarator, 1}, {field_type, 0, .inherited = true}, [83] = {field_declarator, 0}, {field_value, 1}, [85] = {field_body, 2}, {field_declarator, 0}, [87] = {field_argument, 0}, {field_field, 2}, {field_operator, 1}, [90] = {field_argument, 0}, {field_field, 2}, [92] = {field_body, 2}, {field_captures, 0}, {field_declarator, 1}, [95] = {field_body, 2}, {field_captures, 0}, {field_template_parameters, 1}, [98] = {field_body, 2}, {field_declarator, 1}, [100] = {field_name, 1}, {field_value, 2}, [102] = {field_name, 1}, {field_parameters, 2}, [104] = {field_condition, 1}, [105] = {field_alternative, 2}, {field_name, 1}, [107] = {field_declarator, 2}, {field_type, 0}, [109] = {field_left, 0}, {field_right, 2}, [111] = {field_left, 0}, {field_operator, 1, .inherited = true}, {field_right, 2}, [114] = {field_type, 1}, {field_value, 3}, [116] = {field_declarator, 3}, [117] = {field_declarator, 0}, {field_parameters, 1}, [119] = {field_arguments, 3}, {field_type, 2}, [121] = {field_declarator, 3}, {field_type, 2}, [123] = {field_placement, 2}, {field_type, 3}, [125] = {field_name, 2}, {field_prefix, 0}, [127] = {field_body, 3}, {field_name, 2}, [129] = {field_base, 3, .inherited = true}, {field_name, 2}, [131] = {field_base, 1}, [132] = {field_base, 2, .inherited = true}, {field_body, 3}, {field_name, 1}, [135] = {field_body, 2}, {field_name, 0}, [137] = {field_condition, 2}, {field_consequence, 3}, [139] = {field_alternative, 3}, {field_condition, 1}, {field_consequence, 2}, [142] = {field_assembly_code, 2}, [143] = {field_arguments, 3}, {field_declarator, 2}, {field_type, 1}, [146] = {field_arguments, 3}, {field_placement, 1}, {field_type, 2}, [149] = {field_declarator, 3}, {field_placement, 1}, {field_type, 2}, [152] = {field_declarator, 0}, {field_value, 2}, [154] = {field_declarator, 1}, {field_declarator, 2, .inherited = true}, {field_type, 0, .inherited = true}, [157] = {field_declarator, 0, .inherited = true}, {field_declarator, 1, .inherited = true}, [159] = {field_body, 3}, {field_declarator, 2}, {field_type, 1, .inherited = true}, [162] = {field_declarator, 0}, {field_size, 2}, [164] = {field_argument, 0}, {field_index, 2}, [166] = {field_alternative, 3}, {field_condition, 0}, [168] = {field_declarator, 0}, {field_default_value, 2}, [170] = {field_size, 1}, [171] = {field_body, 3}, {field_captures, 0}, {field_declarator, 2}, {field_template_parameters, 1}, [175] = {field_body, 3}, {field_captures, 0}, {field_constraint, 2}, {field_template_parameters, 1}, [179] = {field_body, 3}, {field_declarator, 1}, [181] = {field_name, 1}, {field_parameters, 2}, {field_value, 3}, [184] = {field_alternative, 3}, {field_condition, 1}, [186] = {field_alternative, 3}, {field_name, 1}, [188] = {field_operator, 0}, [189] = {field_declarator, 3}, {field_type, 1}, [191] = {field_declarator, 2}, {field_declarator, 3, .inherited = true}, {field_type, 1}, [194] = {field_arguments, 4}, {field_declarator, 3}, {field_type, 2}, [197] = {field_arguments, 4}, {field_placement, 2}, {field_type, 3}, [200] = {field_declarator, 4}, {field_placement, 2}, {field_type, 3}, [203] = {field_name, 0}, {field_value, 2}, [205] = {field_base, 3, .inherited = true}, {field_body, 4}, {field_name, 2}, [208] = {field_default_value, 1}, {field_type, 0, .inherited = true}, [210] = {field_body, 3}, {field_name, 1}, [212] = {field_body, 3}, [213] = {field_body, 3}, {field_name, 0}, [215] = {field_declarator, 1}, {field_type, 0, .inherited = true}, {field_value, 2}, [218] = {field_initializer, 1}, {field_value, 2}, [220] = {field_alternative, 4}, {field_condition, 2}, {field_consequence, 3}, [223] = {field_body, 1}, {field_condition, 3}, [225] = {field_designator, 0}, {field_value, 2}, [227] = {field_value, 3}, [228] = {field_operand, 1}, [229] = {field_assembly_code, 2}, {field_output_operands, 3}, [231] = {field_assembly_code, 3}, [232] = {field_default_type, 2}, [233] = {field_default_value, 2}, {field_type, 0, .inherited = true}, [235] = {field_body, 2}, {field_parameters, 1}, [237] = {field_name, 1}, {field_type, 3}, [239] = {field_condition, 2}, [240] = {field_length, 1}, [241] = {field_arguments, 4}, {field_declarator, 3}, {field_placement, 1}, {field_type, 2}, [245] = {field_declarator, 4}, [246] = {field_declarator, 0}, {field_size, 3}, [248] = {field_alternative, 4}, {field_condition, 0}, {field_consequence, 2}, [251] = {field_size, 2}, [252] = {field_body, 4}, {field_captures, 0}, {field_constraint, 2}, {field_declarator, 3}, {field_template_parameters, 1}, [257] = {field_declarator, 1}, {field_default_value, 3}, [259] = {field_alternative, 4}, {field_condition, 1}, [261] = {field_declarator, 3}, {field_declarator, 4, .inherited = true}, {field_type, 1}, [264] = {field_declarator, 3}, {field_declarator, 4, .inherited = true}, {field_type, 2}, [267] = {field_declarator, 4}, {field_type, 2}, [269] = {field_arguments, 5}, {field_declarator, 4}, {field_placement, 2}, {field_type, 3}, [273] = {field_declarator, 1}, {field_default_value, 2}, {field_type, 0, .inherited = true}, [276] = {field_body, 4}, {field_name, 1}, [278] = {field_body, 4}, {field_name, 2}, [280] = {field_body, 4}, [281] = {field_declarator, 1}, {field_type, 0, .inherited = true}, {field_value, 3}, [284] = {field_body, 5}, [285] = {field_body, 5}, {field_initializer, 2}, [287] = {field_member, 4}, {field_type, 2}, [289] = {field_operand, 1}, {field_operand, 2, .inherited = true}, [291] = {field_assembly_code, 2}, {field_input_operands, 4}, {field_output_operands, 3}, [294] = {field_assembly_code, 3}, {field_output_operands, 4}, [296] = {field_default_type, 3}, {field_name, 1}, [298] = {field_declarator, 1}, {field_default_value, 3}, {field_type, 0, .inherited = true}, [301] = {field_name, 1}, {field_type, 4}, [303] = {field_declarator, 4}, {field_declarator, 5, .inherited = true}, {field_type, 2}, [306] = {field_declarator, 1}, {field_declarator, 2, .inherited = true}, {field_default_value, 3}, {field_type, 0, .inherited = true}, [310] = {field_body, 5}, {field_name, 2}, [312] = {field_body, 6}, {field_update, 4}, [314] = {field_body, 6}, {field_condition, 3}, [316] = {field_body, 6}, {field_initializer, 2}, {field_update, 4}, [319] = {field_body, 6}, {field_condition, 3}, {field_initializer, 2}, [322] = {field_body, 6}, {field_initializer, 2}, [324] = {field_operand, 0, .inherited = true}, {field_operand, 1, .inherited = true}, [326] = {field_register, 1}, [327] = {field_assembly_code, 2}, {field_clobbers, 5}, {field_input_operands, 4}, {field_output_operands, 3}, [331] = {field_assembly_code, 3}, {field_input_operands, 5}, {field_output_operands, 4}, [334] = {field_condition, 2}, {field_message, 4}, [336] = {field_delimiter, 1}, [337] = {field_declarator, 1}, {field_declarator, 2, .inherited = true}, {field_default_value, 4}, {field_type, 0, .inherited = true}, [341] = {field_body, 7}, {field_condition, 3}, {field_update, 5}, [344] = {field_body, 7}, {field_condition, 3}, {field_initializer, 2}, {field_update, 5}, [348] = {field_body, 7}, {field_declarator, 3}, {field_right, 5}, {field_type, 2, .inherited = true}, [352] = {field_body, 7}, {field_initializer, 2}, {field_update, 5}, [355] = {field_body, 7}, {field_condition, 4}, {field_initializer, 2}, [358] = {field_constraint, 0}, {field_value, 2}, [360] = {field_register, 1}, {field_register, 2, .inherited = true}, [362] = {field_assembly_code, 2}, {field_clobbers, 5}, {field_goto_labels, 6}, {field_input_operands, 4}, {field_output_operands, 3}, [367] = {field_assembly_code, 3}, {field_clobbers, 6}, {field_input_operands, 5}, {field_output_operands, 4}, [371] = {field_body, 8}, {field_condition, 4}, {field_initializer, 2}, {field_update, 6}, [375] = {field_body, 8}, {field_declarator, 4}, {field_initializer, 2}, {field_right, 6}, {field_type, 3, .inherited = true}, [380] = {field_register, 0, .inherited = true}, {field_register, 1, .inherited = true}, [382] = {field_label, 1}, {field_label, 2, .inherited = true}, [384] = {field_assembly_code, 3}, {field_clobbers, 6}, {field_goto_labels, 7}, {field_input_operands, 5}, {field_output_operands, 4}, [389] = {field_label, 0, .inherited = true}, {field_label, 1, .inherited = true}, [391] = {field_constraint, 3}, {field_symbol, 1}, {field_value, 5}, }; static const TSSymbol ts_alias_sequences[PRODUCTION_ID_COUNT][MAX_ALIAS_SEQUENCE_LENGTH] = { [0] = {0}, [1] = { [0] = alias_sym_type_identifier, }, [13] = { [0] = alias_sym_namespace_identifier, }, [14] = { [0] = alias_sym_type_identifier, }, [16] = { [0] = alias_sym_namespace_identifier, }, [32] = { [1] = alias_sym_type_identifier, }, [33] = { [1] = alias_sym_type_identifier, }, [39] = { [0] = sym_primitive_type, }, [49] = { [1] = alias_sym_statement_identifier, }, [51] = { [0] = alias_sym_statement_identifier, }, [55] = { [1] = alias_sym_namespace_identifier, }, [56] = { [1] = alias_sym_namespace_identifier, }, [60] = { [0] = alias_sym_simple_requirement, }, [66] = { [2] = alias_sym_field_identifier, }, [85] = { [2] = alias_sym_namespace_identifier, }, [88] = { [1] = alias_sym_type_identifier, }, [91] = { [0] = alias_sym_field_identifier, }, [95] = { [1] = alias_sym_field_identifier, }, [97] = { [1] = alias_sym_type_identifier, }, [106] = { [0] = alias_sym_field_identifier, }, [107] = { [1] = alias_sym_field_identifier, }, [139] = { [2] = alias_sym_type_identifier, }, [143] = { [1] = alias_sym_namespace_identifier, [3] = alias_sym_namespace_identifier, }, [144] = { [1] = alias_sym_namespace_identifier, }, [145] = { [1] = alias_sym_type_identifier, }, [167] = { [4] = alias_sym_field_identifier, }, [171] = { [1] = alias_sym_type_identifier, }, [173] = { [1] = alias_sym_type_identifier, }, }; static const uint16_t ts_non_terminal_alias_map[] = { sym_expression_statement, 2, sym_expression_statement, alias_sym_simple_requirement, 0, }; static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [0] = 0, [1] = 1, [2] = 2, [3] = 2, [4] = 4, [5] = 4, [6] = 6, [7] = 6, [8] = 2, [9] = 6, [10] = 2, [11] = 2, [12] = 6, [13] = 2, [14] = 4, [15] = 2, [16] = 4, [17] = 2, [18] = 2, [19] = 2, [20] = 6, [21] = 4, [22] = 22, [23] = 23, [24] = 24, [25] = 24, [26] = 26, [27] = 24, [28] = 24, [29] = 24, [30] = 30, [31] = 31, [32] = 32, [33] = 23, [34] = 23, [35] = 23, [36] = 23, [37] = 26, [38] = 38, [39] = 39, [40] = 40, [41] = 38, [42] = 38, [43] = 39, [44] = 38, [45] = 39, [46] = 39, [47] = 38, [48] = 48, [49] = 40, [50] = 38, [51] = 51, [52] = 39, [53] = 39, [54] = 38, [55] = 39, [56] = 40, [57] = 48, [58] = 38, [59] = 39, [60] = 26, [61] = 48, [62] = 38, [63] = 39, [64] = 40, [65] = 38, [66] = 38, [67] = 39, [68] = 38, [69] = 26, [70] = 38, [71] = 39, [72] = 38, [73] = 39, [74] = 48, [75] = 38, [76] = 48, [77] = 39, [78] = 38, [79] = 39, [80] = 40, [81] = 38, [82] = 39, [83] = 38, [84] = 84, [85] = 39, [86] = 38, [87] = 39, [88] = 39, [89] = 39, [90] = 90, [91] = 91, [92] = 92, [93] = 93, [94] = 94, [95] = 95, [96] = 96, [97] = 96, [98] = 95, [99] = 93, [100] = 92, [101] = 94, [102] = 93, [103] = 96, [104] = 95, [105] = 92, [106] = 96, [107] = 96, [108] = 93, [109] = 95, [110] = 94, [111] = 92, [112] = 95, [113] = 92, [114] = 94, [115] = 93, [116] = 94, [117] = 92, [118] = 93, [119] = 94, [120] = 96, [121] = 95, [122] = 122, [123] = 123, [124] = 123, [125] = 123, [126] = 123, [127] = 123, [128] = 123, [129] = 123, [130] = 130, [131] = 130, [132] = 130, [133] = 130, [134] = 130, [135] = 130, [136] = 136, [137] = 137, [138] = 137, [139] = 137, [140] = 137, [141] = 141, [142] = 142, [143] = 142, [144] = 142, [145] = 142, [146] = 142, [147] = 147, [148] = 148, [149] = 149, [150] = 150, [151] = 151, [152] = 152, [153] = 148, [154] = 148, [155] = 155, [156] = 156, [157] = 157, [158] = 158, [159] = 159, [160] = 159, [161] = 149, [162] = 162, [163] = 157, [164] = 151, [165] = 165, [166] = 149, [167] = 167, [168] = 168, [169] = 157, [170] = 170, [171] = 159, [172] = 151, [173] = 162, [174] = 152, [175] = 148, [176] = 176, [177] = 167, [178] = 152, [179] = 156, [180] = 158, [181] = 181, [182] = 156, [183] = 151, [184] = 157, [185] = 156, [186] = 186, [187] = 186, [188] = 149, [189] = 152, [190] = 150, [191] = 155, [192] = 148, [193] = 158, [194] = 167, [195] = 156, [196] = 186, [197] = 157, [198] = 181, [199] = 165, [200] = 200, [201] = 151, [202] = 168, [203] = 170, [204] = 149, [205] = 150, [206] = 176, [207] = 207, [208] = 208, [209] = 209, [210] = 147, [211] = 211, [212] = 147, [213] = 209, [214] = 155, [215] = 211, [216] = 170, [217] = 168, [218] = 165, [219] = 165, [220] = 155, [221] = 208, [222] = 150, [223] = 157, [224] = 152, [225] = 186, [226] = 158, [227] = 162, [228] = 167, [229] = 159, [230] = 211, [231] = 207, [232] = 162, [233] = 176, [234] = 151, [235] = 147, [236] = 209, [237] = 168, [238] = 167, [239] = 181, [240] = 200, [241] = 208, [242] = 159, [243] = 207, [244] = 159, [245] = 149, [246] = 207, [247] = 208, [248] = 209, [249] = 147, [250] = 170, [251] = 158, [252] = 211, [253] = 170, [254] = 168, [255] = 165, [256] = 155, [257] = 150, [258] = 186, [259] = 158, [260] = 162, [261] = 162, [262] = 159, [263] = 211, [264] = 176, [265] = 167, [266] = 186, [267] = 158, [268] = 167, [269] = 176, [270] = 156, [271] = 150, [272] = 162, [273] = 147, [274] = 209, [275] = 186, [276] = 150, [277] = 155, [278] = 155, [279] = 165, [280] = 165, [281] = 149, [282] = 168, [283] = 151, [284] = 168, [285] = 170, [286] = 157, [287] = 148, [288] = 211, [289] = 170, [290] = 211, [291] = 147, [292] = 209, [293] = 209, [294] = 176, [295] = 208, [296] = 207, [297] = 208, [298] = 207, [299] = 208, [300] = 207, [301] = 200, [302] = 181, [303] = 200, [304] = 152, [305] = 200, [306] = 200, [307] = 200, [308] = 181, [309] = 181, [310] = 152, [311] = 176, [312] = 148, [313] = 181, [314] = 314, [315] = 315, [316] = 315, [317] = 317, [318] = 314, [319] = 314, [320] = 314, [321] = 315, [322] = 322, [323] = 315, [324] = 315, [325] = 315, [326] = 314, [327] = 315, [328] = 314, [329] = 314, [330] = 315, [331] = 314, [332] = 314, [333] = 315, [334] = 334, [335] = 335, [336] = 334, [337] = 335, [338] = 335, [339] = 334, [340] = 334, [341] = 335, [342] = 342, [343] = 342, [344] = 342, [345] = 342, [346] = 342, [347] = 342, [348] = 342, [349] = 342, [350] = 342, [351] = 342, [352] = 352, [353] = 342, [354] = 342, [355] = 342, [356] = 342, [357] = 342, [358] = 342, [359] = 359, [360] = 360, [361] = 361, [362] = 362, [363] = 363, [364] = 360, [365] = 363, [366] = 366, [367] = 361, [368] = 368, [369] = 363, [370] = 361, [371] = 371, [372] = 363, [373] = 373, [374] = 374, [375] = 361, [376] = 376, [377] = 317, [378] = 378, [379] = 379, [380] = 359, [381] = 352, [382] = 322, [383] = 383, [384] = 384, [385] = 385, [386] = 386, [387] = 387, [388] = 388, [389] = 389, [390] = 390, [391] = 391, [392] = 392, [393] = 393, [394] = 394, [395] = 395, [396] = 396, [397] = 397, [398] = 398, [399] = 399, [400] = 400, [401] = 401, [402] = 402, [403] = 403, [404] = 404, [405] = 405, [406] = 406, [407] = 407, [408] = 408, [409] = 409, [410] = 410, [411] = 411, [412] = 412, [413] = 413, [414] = 414, [415] = 373, [416] = 416, [417] = 417, [418] = 418, [419] = 419, [420] = 420, [421] = 421, [422] = 422, [423] = 423, [424] = 424, [425] = 425, [426] = 426, [427] = 427, [428] = 428, [429] = 429, [430] = 430, [431] = 431, [432] = 432, [433] = 433, [434] = 434, [435] = 435, [436] = 436, [437] = 437, [438] = 438, [439] = 439, [440] = 440, [441] = 441, [442] = 442, [443] = 443, [444] = 444, [445] = 371, [446] = 446, [447] = 447, [448] = 448, [449] = 449, [450] = 450, [451] = 451, [452] = 452, [453] = 453, [454] = 454, [455] = 455, [456] = 456, [457] = 457, [458] = 458, [459] = 459, [460] = 460, [461] = 461, [462] = 462, [463] = 463, [464] = 464, [465] = 465, [466] = 466, [467] = 467, [468] = 468, [469] = 469, [470] = 470, [471] = 471, [472] = 472, [473] = 473, [474] = 368, [475] = 475, [476] = 476, [477] = 477, [478] = 478, [479] = 479, [480] = 480, [481] = 481, [482] = 482, [483] = 483, [484] = 484, [485] = 485, [486] = 486, [487] = 487, [488] = 488, [489] = 489, [490] = 490, [491] = 491, [492] = 492, [493] = 493, [494] = 494, [495] = 495, [496] = 496, [497] = 497, [498] = 498, [499] = 499, [500] = 500, [501] = 501, [502] = 502, [503] = 503, [504] = 504, [505] = 505, [506] = 506, [507] = 507, [508] = 508, [509] = 509, [510] = 510, [511] = 511, [512] = 512, [513] = 513, [514] = 514, [515] = 515, [516] = 516, [517] = 517, [518] = 518, [519] = 519, [520] = 520, [521] = 521, [522] = 510, [523] = 523, [524] = 524, [525] = 525, [526] = 526, [527] = 527, [528] = 510, [529] = 510, [530] = 530, [531] = 521, [532] = 532, [533] = 533, [534] = 534, [535] = 352, [536] = 532, [537] = 537, [538] = 538, [539] = 539, [540] = 532, [541] = 541, [542] = 521, [543] = 543, [544] = 544, [545] = 545, [546] = 546, [547] = 547, [548] = 317, [549] = 359, [550] = 550, [551] = 378, [552] = 521, [553] = 553, [554] = 359, [555] = 521, [556] = 376, [557] = 557, [558] = 558, [559] = 559, [560] = 560, [561] = 561, [562] = 562, [563] = 563, [564] = 510, [565] = 510, [566] = 532, [567] = 567, [568] = 568, [569] = 569, [570] = 570, [571] = 571, [572] = 572, [573] = 573, [574] = 574, [575] = 575, [576] = 352, [577] = 577, [578] = 578, [579] = 579, [580] = 359, [581] = 532, [582] = 352, [583] = 583, [584] = 584, [585] = 322, [586] = 586, [587] = 587, [588] = 588, [589] = 589, [590] = 590, [591] = 379, [592] = 521, [593] = 521, [594] = 594, [595] = 532, [596] = 596, [597] = 510, [598] = 532, [599] = 599, [600] = 420, [601] = 601, [602] = 601, [603] = 603, [604] = 458, [605] = 457, [606] = 603, [607] = 456, [608] = 608, [609] = 454, [610] = 453, [611] = 601, [612] = 603, [613] = 601, [614] = 603, [615] = 601, [616] = 500, [617] = 603, [618] = 601, [619] = 603, [620] = 373, [621] = 449, [622] = 447, [623] = 446, [624] = 601, [625] = 461, [626] = 398, [627] = 371, [628] = 444, [629] = 443, [630] = 463, [631] = 462, [632] = 442, [633] = 603, [634] = 439, [635] = 437, [636] = 436, [637] = 435, [638] = 425, [639] = 472, [640] = 473, [641] = 412, [642] = 371, [643] = 643, [644] = 386, [645] = 405, [646] = 418, [647] = 440, [648] = 471, [649] = 416, [650] = 428, [651] = 438, [652] = 441, [653] = 430, [654] = 448, [655] = 423, [656] = 601, [657] = 394, [658] = 451, [659] = 455, [660] = 484, [661] = 487, [662] = 426, [663] = 373, [664] = 491, [665] = 494, [666] = 422, [667] = 142, [668] = 495, [669] = 496, [670] = 498, [671] = 499, [672] = 492, [673] = 464, [674] = 476, [675] = 452, [676] = 404, [677] = 368, [678] = 431, [679] = 493, [680] = 387, [681] = 417, [682] = 388, [683] = 411, [684] = 389, [685] = 601, [686] = 419, [687] = 486, [688] = 390, [689] = 391, [690] = 392, [691] = 393, [692] = 429, [693] = 427, [694] = 421, [695] = 450, [696] = 506, [697] = 396, [698] = 397, [699] = 468, [700] = 395, [701] = 475, [702] = 399, [703] = 603, [704] = 478, [705] = 400, [706] = 401, [707] = 402, [708] = 403, [709] = 406, [710] = 407, [711] = 408, [712] = 409, [713] = 410, [714] = 368, [715] = 385, [716] = 603, [717] = 470, [718] = 501, [719] = 504, [720] = 459, [721] = 505, [722] = 503, [723] = 502, [724] = 497, [725] = 434, [726] = 460, [727] = 433, [728] = 432, [729] = 384, [730] = 490, [731] = 489, [732] = 488, [733] = 485, [734] = 483, [735] = 482, [736] = 481, [737] = 480, [738] = 479, [739] = 477, [740] = 414, [741] = 413, [742] = 383, [743] = 424, [744] = 469, [745] = 467, [746] = 466, [747] = 465, [748] = 525, [749] = 515, [750] = 527, [751] = 578, [752] = 539, [753] = 538, [754] = 587, [755] = 567, [756] = 570, [757] = 573, [758] = 558, [759] = 547, [760] = 599, [761] = 512, [762] = 509, [763] = 520, [764] = 519, [765] = 517, [766] = 379, [767] = 511, [768] = 560, [769] = 516, [770] = 562, [771] = 545, [772] = 590, [773] = 537, [774] = 571, [775] = 579, [776] = 376, [777] = 559, [778] = 541, [779] = 523, [780] = 584, [781] = 583, [782] = 507, [783] = 322, [784] = 322, [785] = 563, [786] = 543, [787] = 596, [788] = 594, [789] = 575, [790] = 569, [791] = 317, [792] = 568, [793] = 561, [794] = 544, [795] = 317, [796] = 533, [797] = 508, [798] = 586, [799] = 524, [800] = 518, [801] = 514, [802] = 376, [803] = 530, [804] = 557, [805] = 379, [806] = 589, [807] = 588, [808] = 373, [809] = 378, [810] = 574, [811] = 550, [812] = 577, [813] = 546, [814] = 534, [815] = 526, [816] = 572, [817] = 513, [818] = 553, [819] = 378, [820] = 378, [821] = 379, [822] = 376, [823] = 371, [824] = 391, [825] = 490, [826] = 484, [827] = 494, [828] = 491, [829] = 439, [830] = 495, [831] = 437, [832] = 436, [833] = 498, [834] = 499, [835] = 435, [836] = 425, [837] = 472, [838] = 455, [839] = 451, [840] = 492, [841] = 476, [842] = 387, [843] = 473, [844] = 388, [845] = 386, [846] = 460, [847] = 394, [848] = 448, [849] = 389, [850] = 390, [851] = 391, [852] = 405, [853] = 416, [854] = 392, [855] = 393, [856] = 428, [857] = 450, [858] = 441, [859] = 438, [860] = 396, [861] = 438, [862] = 428, [863] = 416, [864] = 405, [865] = 397, [866] = 395, [867] = 399, [868] = 441, [869] = 448, [870] = 386, [871] = 400, [872] = 401, [873] = 394, [874] = 451, [875] = 455, [876] = 385, [877] = 484, [878] = 487, [879] = 491, [880] = 494, [881] = 495, [882] = 498, [883] = 402, [884] = 499, [885] = 403, [886] = 492, [887] = 476, [888] = 406, [889] = 407, [890] = 473, [891] = 387, [892] = 388, [893] = 408, [894] = 389, [895] = 409, [896] = 472, [897] = 425, [898] = 410, [899] = 435, [900] = 390, [901] = 391, [902] = 436, [903] = 392, [904] = 437, [905] = 413, [906] = 427, [907] = 414, [908] = 393, [909] = 450, [910] = 396, [911] = 426, [912] = 397, [913] = 395, [914] = 439, [915] = 399, [916] = 442, [917] = 443, [918] = 444, [919] = 446, [920] = 400, [921] = 447, [922] = 449, [923] = 422, [924] = 401, [925] = 453, [926] = 454, [927] = 402, [928] = 403, [929] = 456, [930] = 398, [931] = 418, [932] = 457, [933] = 440, [934] = 458, [935] = 406, [936] = 500, [937] = 471, [938] = 459, [939] = 430, [940] = 407, [941] = 408, [942] = 409, [943] = 410, [944] = 461, [945] = 432, [946] = 464, [947] = 423, [948] = 500, [949] = 465, [950] = 452, [951] = 429, [952] = 496, [953] = 442, [954] = 443, [955] = 466, [956] = 444, [957] = 446, [958] = 447, [959] = 467, [960] = 469, [961] = 449, [962] = 424, [963] = 433, [964] = 453, [965] = 486, [966] = 454, [967] = 383, [968] = 456, [969] = 457, [970] = 412, [971] = 458, [972] = 459, [973] = 477, [974] = 412, [975] = 479, [976] = 480, [977] = 481, [978] = 461, [979] = 462, [980] = 482, [981] = 463, [982] = 464, [983] = 465, [984] = 411, [985] = 483, [986] = 434, [987] = 485, [988] = 488, [989] = 489, [990] = 490, [991] = 466, [992] = 384, [993] = 470, [994] = 501, [995] = 504, [996] = 506, [997] = 467, [998] = 469, [999] = 417, [1000] = 505, [1001] = 503, [1002] = 502, [1003] = 497, [1004] = 424, [1005] = 383, [1006] = 384, [1007] = 460, [1008] = 489, [1009] = 488, [1010] = 485, [1011] = 483, [1012] = 482, [1013] = 481, [1014] = 480, [1015] = 479, [1016] = 493, [1017] = 477, [1018] = 383, [1019] = 424, [1020] = 469, [1021] = 467, [1022] = 466, [1023] = 465, [1024] = 477, [1025] = 464, [1026] = 461, [1027] = 459, [1028] = 458, [1029] = 457, [1030] = 456, [1031] = 454, [1032] = 453, [1033] = 449, [1034] = 479, [1035] = 447, [1036] = 446, [1037] = 444, [1038] = 480, [1039] = 443, [1040] = 442, [1041] = 497, [1042] = 502, [1043] = 503, [1044] = 505, [1045] = 506, [1046] = 481, [1047] = 504, [1048] = 482, [1049] = 483, [1050] = 431, [1051] = 412, [1052] = 485, [1053] = 488, [1054] = 452, [1055] = 404, [1056] = 439, [1057] = 437, [1058] = 436, [1059] = 435, [1060] = 425, [1061] = 472, [1062] = 473, [1063] = 386, [1064] = 405, [1065] = 489, [1066] = 478, [1067] = 490, [1068] = 475, [1069] = 416, [1070] = 468, [1071] = 428, [1072] = 384, [1073] = 438, [1074] = 441, [1075] = 448, [1076] = 394, [1077] = 451, [1078] = 455, [1079] = 484, [1080] = 487, [1081] = 491, [1082] = 494, [1083] = 495, [1084] = 498, [1085] = 499, [1086] = 492, [1087] = 476, [1088] = 387, [1089] = 388, [1090] = 142, [1091] = 389, [1092] = 497, [1093] = 390, [1094] = 502, [1095] = 418, [1096] = 392, [1097] = 393, [1098] = 450, [1099] = 396, [1100] = 397, [1101] = 395, [1102] = 399, [1103] = 400, [1104] = 401, [1105] = 402, [1106] = 403, [1107] = 501, [1108] = 470, [1109] = 440, [1110] = 471, [1111] = 404, [1112] = 503, [1113] = 406, [1114] = 505, [1115] = 506, [1116] = 504, [1117] = 407, [1118] = 408, [1119] = 501, [1120] = 409, [1121] = 410, [1122] = 411, [1123] = 470, [1124] = 431, [1125] = 500, [1126] = 417, [1127] = 486, [1128] = 418, [1129] = 413, [1130] = 440, [1131] = 471, [1132] = 414, [1133] = 413, [1134] = 419, [1135] = 420, [1136] = 421, [1137] = 430, [1138] = 429, [1139] = 427, [1140] = 414, [1141] = 423, [1142] = 496, [1143] = 430, [1144] = 434, [1145] = 433, [1146] = 487, [1147] = 432, [1148] = 398, [1149] = 423, [1150] = 398, [1151] = 452, [1152] = 493, [1153] = 404, [1154] = 431, [1155] = 493, [1156] = 432, [1157] = 433, [1158] = 434, [1159] = 417, [1160] = 486, [1161] = 460, [1162] = 429, [1163] = 468, [1164] = 475, [1165] = 419, [1166] = 478, [1167] = 420, [1168] = 421, [1169] = 427, [1170] = 422, [1171] = 426, [1172] = 463, [1173] = 462, [1174] = 496, [1175] = 142, [1176] = 478, [1177] = 475, [1178] = 468, [1179] = 421, [1180] = 420, [1181] = 463, [1182] = 462, [1183] = 412, [1184] = 419, [1185] = 411, [1186] = 426, [1187] = 385, [1188] = 385, [1189] = 422, [1190] = 579, [1191] = 544, [1192] = 547, [1193] = 538, [1194] = 550, [1195] = 558, [1196] = 539, [1197] = 543, [1198] = 568, [1199] = 547, [1200] = 558, [1201] = 578, [1202] = 573, [1203] = 588, [1204] = 589, [1205] = 570, [1206] = 567, [1207] = 574, [1208] = 587, [1209] = 520, [1210] = 569, [1211] = 588, [1212] = 589, [1213] = 544, [1214] = 561, [1215] = 519, [1216] = 517, [1217] = 533, [1218] = 508, [1219] = 575, [1220] = 530, [1221] = 583, [1222] = 525, [1223] = 594, [1224] = 596, [1225] = 539, [1226] = 524, [1227] = 518, [1228] = 514, [1229] = 511, [1230] = 571, [1231] = 514, [1232] = 518, [1233] = 524, [1234] = 525, [1235] = 508, [1236] = 533, [1237] = 538, [1238] = 534, [1239] = 526, [1240] = 563, [1241] = 557, [1242] = 530, [1243] = 527, [1244] = 557, [1245] = 515, [1246] = 584, [1247] = 550, [1248] = 568, [1249] = 561, [1250] = 546, [1251] = 512, [1252] = 513, [1253] = 537, [1254] = 590, [1255] = 599, [1256] = 579, [1257] = 583, [1258] = 586, [1259] = 553, [1260] = 534, [1261] = 526, [1262] = 599, [1263] = 513, [1264] = 509, [1265] = 512, [1266] = 515, [1267] = 527, [1268] = 142, [1269] = 569, [1270] = 559, [1271] = 545, [1272] = 541, [1273] = 523, [1274] = 562, [1275] = 507, [1276] = 523, [1277] = 546, [1278] = 543, [1279] = 553, [1280] = 507, [1281] = 509, [1282] = 541, [1283] = 578, [1284] = 559, [1285] = 577, [1286] = 587, [1287] = 573, [1288] = 520, [1289] = 516, [1290] = 574, [1291] = 519, [1292] = 572, [1293] = 517, [1294] = 563, [1295] = 511, [1296] = 560, [1297] = 567, [1298] = 596, [1299] = 572, [1300] = 560, [1301] = 577, [1302] = 516, [1303] = 537, [1304] = 594, [1305] = 584, [1306] = 570, [1307] = 590, [1308] = 575, [1309] = 586, [1310] = 571, [1311] = 545, [1312] = 562, [1313] = 568, [1314] = 583, [1315] = 546, [1316] = 574, [1317] = 573, [1318] = 587, [1319] = 563, [1320] = 520, [1321] = 569, [1322] = 541, [1323] = 530, [1324] = 523, [1325] = 547, [1326] = 557, [1327] = 572, [1328] = 561, [1329] = 560, [1330] = 571, [1331] = 516, [1332] = 543, [1333] = 544, [1334] = 507, [1335] = 519, [1336] = 517, [1337] = 511, [1338] = 1338, [1339] = 562, [1340] = 596, [1341] = 514, [1342] = 518, [1343] = 550, [1344] = 539, [1345] = 578, [1346] = 545, [1347] = 577, [1348] = 524, [1349] = 525, [1350] = 508, [1351] = 533, [1352] = 559, [1353] = 538, [1354] = 589, [1355] = 558, [1356] = 588, [1357] = 579, [1358] = 527, [1359] = 586, [1360] = 594, [1361] = 537, [1362] = 575, [1363] = 590, [1364] = 567, [1365] = 599, [1366] = 515, [1367] = 512, [1368] = 509, [1369] = 553, [1370] = 584, [1371] = 513, [1372] = 526, [1373] = 534, [1374] = 570, [1375] = 1375, [1376] = 1375, [1377] = 1377, [1378] = 1377, [1379] = 1377, [1380] = 1377, [1381] = 1377, [1382] = 1377, [1383] = 1377, [1384] = 1377, [1385] = 1377, [1386] = 1386, [1387] = 1386, [1388] = 1386, [1389] = 1386, [1390] = 1386, [1391] = 1386, [1392] = 1386, [1393] = 1386, [1394] = 1386, [1395] = 1395, [1396] = 1396, [1397] = 1397, [1398] = 1398, [1399] = 1399, [1400] = 1400, [1401] = 1401, [1402] = 1402, [1403] = 1403, [1404] = 1404, [1405] = 1405, [1406] = 1406, [1407] = 1407, [1408] = 1408, [1409] = 1397, [1410] = 1398, [1411] = 1395, [1412] = 1396, [1413] = 1400, [1414] = 1414, [1415] = 1414, [1416] = 1416, [1417] = 1417, [1418] = 1416, [1419] = 1416, [1420] = 1420, [1421] = 1414, [1422] = 1414, [1423] = 1414, [1424] = 1416, [1425] = 1416, [1426] = 1416, [1427] = 1416, [1428] = 1414, [1429] = 1416, [1430] = 1416, [1431] = 1414, [1432] = 1414, [1433] = 1414, [1434] = 359, [1435] = 1435, [1436] = 1435, [1437] = 352, [1438] = 1435, [1439] = 1435, [1440] = 1435, [1441] = 1441, [1442] = 1435, [1443] = 1443, [1444] = 1444, [1445] = 1444, [1446] = 1444, [1447] = 1443, [1448] = 1444, [1449] = 1443, [1450] = 1444, [1451] = 1443, [1452] = 1444, [1453] = 1443, [1454] = 1443, [1455] = 378, [1456] = 317, [1457] = 1457, [1458] = 379, [1459] = 376, [1460] = 322, [1461] = 1404, [1462] = 476, [1463] = 475, [1464] = 434, [1465] = 433, [1466] = 478, [1467] = 432, [1468] = 414, [1469] = 413, [1470] = 410, [1471] = 409, [1472] = 408, [1473] = 407, [1474] = 406, [1475] = 403, [1476] = 402, [1477] = 401, [1478] = 400, [1479] = 399, [1480] = 385, [1481] = 395, [1482] = 397, [1483] = 396, [1484] = 421, [1485] = 450, [1486] = 393, [1487] = 392, [1488] = 391, [1489] = 390, [1490] = 420, [1491] = 389, [1492] = 388, [1493] = 387, [1494] = 419, [1495] = 398, [1496] = 1405, [1497] = 468, [1498] = 492, [1499] = 427, [1500] = 429, [1501] = 499, [1502] = 498, [1503] = 495, [1504] = 486, [1505] = 494, [1506] = 411, [1507] = 491, [1508] = 463, [1509] = 462, [1510] = 487, [1511] = 484, [1512] = 500, [1513] = 417, [1514] = 470, [1515] = 501, [1516] = 504, [1517] = 506, [1518] = 455, [1519] = 451, [1520] = 460, [1521] = 394, [1522] = 448, [1523] = 493, [1524] = 431, [1525] = 422, [1526] = 404, [1527] = 441, [1528] = 426, [1529] = 452, [1530] = 438, [1531] = 428, [1532] = 416, [1533] = 405, [1534] = 386, [1535] = 418, [1536] = 440, [1537] = 471, [1538] = 473, [1539] = 472, [1540] = 425, [1541] = 430, [1542] = 423, [1543] = 435, [1544] = 436, [1545] = 437, [1546] = 439, [1547] = 442, [1548] = 443, [1549] = 444, [1550] = 446, [1551] = 447, [1552] = 449, [1553] = 453, [1554] = 454, [1555] = 1417, [1556] = 456, [1557] = 505, [1558] = 503, [1559] = 502, [1560] = 497, [1561] = 384, [1562] = 490, [1563] = 489, [1564] = 488, [1565] = 485, [1566] = 483, [1567] = 482, [1568] = 481, [1569] = 480, [1570] = 457, [1571] = 479, [1572] = 496, [1573] = 477, [1574] = 383, [1575] = 424, [1576] = 469, [1577] = 467, [1578] = 466, [1579] = 465, [1580] = 464, [1581] = 461, [1582] = 459, [1583] = 458, [1584] = 1584, [1585] = 1585, [1586] = 1586, [1587] = 1586, [1588] = 1586, [1589] = 1585, [1590] = 1586, [1591] = 1586, [1592] = 1585, [1593] = 1586, [1594] = 1585, [1595] = 1586, [1596] = 1585, [1597] = 1585, [1598] = 1586, [1599] = 1586, [1600] = 1600, [1601] = 1601, [1602] = 1602, [1603] = 1601, [1604] = 1604, [1605] = 1605, [1606] = 1602, [1607] = 1601, [1608] = 1600, [1609] = 1602, [1610] = 1610, [1611] = 1611, [1612] = 1601, [1613] = 1601, [1614] = 1602, [1615] = 1615, [1616] = 1601, [1617] = 1600, [1618] = 1600, [1619] = 1619, [1620] = 1610, [1621] = 1605, [1622] = 1601, [1623] = 1619, [1624] = 1619, [1625] = 1600, [1626] = 1610, [1627] = 1600, [1628] = 1600, [1629] = 1610, [1630] = 1619, [1631] = 1602, [1632] = 1602, [1633] = 1619, [1634] = 1619, [1635] = 1602, [1636] = 1601, [1637] = 1619, [1638] = 1600, [1639] = 1619, [1640] = 1600, [1641] = 1619, [1642] = 1610, [1643] = 1601, [1644] = 1602, [1645] = 1605, [1646] = 1610, [1647] = 1610, [1648] = 1648, [1649] = 1602, [1650] = 1605, [1651] = 1651, [1652] = 1651, [1653] = 1653, [1654] = 1654, [1655] = 1655, [1656] = 1656, [1657] = 1657, [1658] = 1658, [1659] = 1653, [1660] = 1660, [1661] = 1658, [1662] = 1662, [1663] = 1663, [1664] = 1655, [1665] = 1653, [1666] = 1658, [1667] = 1663, [1668] = 1653, [1669] = 1655, [1670] = 1658, [1671] = 1671, [1672] = 1662, [1673] = 1671, [1674] = 1660, [1675] = 1662, [1676] = 1660, [1677] = 1651, [1678] = 1678, [1679] = 1656, [1680] = 1655, [1681] = 1663, [1682] = 1678, [1683] = 1683, [1684] = 1684, [1685] = 1654, [1686] = 1656, [1687] = 1684, [1688] = 1678, [1689] = 1662, [1690] = 1660, [1691] = 1654, [1692] = 1678, [1693] = 1693, [1694] = 1694, [1695] = 1654, [1696] = 1656, [1697] = 1697, [1698] = 1655, [1699] = 1699, [1700] = 1653, [1701] = 1654, [1702] = 1658, [1703] = 1658, [1704] = 1671, [1705] = 1653, [1706] = 1655, [1707] = 1662, [1708] = 1678, [1709] = 1660, [1710] = 1660, [1711] = 1651, [1712] = 1651, [1713] = 1651, [1714] = 1651, [1715] = 1658, [1716] = 1655, [1717] = 1656, [1718] = 1655, [1719] = 1654, [1720] = 1655, [1721] = 1684, [1722] = 1662, [1723] = 1684, [1724] = 1663, [1725] = 1656, [1726] = 1678, [1727] = 1653, [1728] = 1654, [1729] = 1678, [1730] = 1662, [1731] = 1660, [1732] = 1656, [1733] = 1733, [1734] = 1734, [1735] = 1735, [1736] = 1736, [1737] = 1737, [1738] = 1738, [1739] = 1738, [1740] = 1740, [1741] = 1741, [1742] = 1742, [1743] = 1743, [1744] = 1743, [1745] = 1745, [1746] = 1746, [1747] = 1747, [1748] = 1748, [1749] = 1749, [1750] = 1750, [1751] = 1751, [1752] = 1752, [1753] = 1743, [1754] = 1751, [1755] = 1755, [1756] = 1751, [1757] = 1748, [1758] = 1746, [1759] = 1759, [1760] = 1736, [1761] = 1735, [1762] = 1762, [1763] = 1763, [1764] = 1764, [1765] = 1765, [1766] = 1764, [1767] = 1767, [1768] = 1768, [1769] = 1769, [1770] = 1770, [1771] = 1771, [1772] = 1772, [1773] = 1764, [1774] = 1774, [1775] = 1764, [1776] = 1776, [1777] = 1777, [1778] = 1764, [1779] = 1738, [1780] = 1780, [1781] = 1748, [1782] = 1751, [1783] = 1743, [1784] = 1784, [1785] = 1785, [1786] = 1764, [1787] = 1748, [1788] = 1738, [1789] = 1764, [1790] = 1764, [1791] = 1791, [1792] = 1746, [1793] = 1793, [1794] = 1738, [1795] = 1748, [1796] = 1738, [1797] = 1751, [1798] = 1764, [1799] = 1748, [1800] = 1743, [1801] = 1801, [1802] = 1802, [1803] = 1748, [1804] = 1738, [1805] = 1805, [1806] = 1748, [1807] = 1807, [1808] = 1738, [1809] = 1743, [1810] = 1737, [1811] = 1752, [1812] = 1812, [1813] = 1751, [1814] = 1748, [1815] = 1738, [1816] = 1746, [1817] = 1817, [1818] = 1818, [1819] = 1819, [1820] = 1820, [1821] = 1821, [1822] = 1822, [1823] = 1823, [1824] = 1824, [1825] = 1825, [1826] = 1823, [1827] = 1827, [1828] = 1828, [1829] = 1829, [1830] = 1819, [1831] = 1831, [1832] = 1823, [1833] = 1831, [1834] = 1831, [1835] = 1835, [1836] = 1835, [1837] = 1837, [1838] = 1837, [1839] = 1821, [1840] = 1824, [1841] = 1841, [1842] = 1842, [1843] = 1824, [1844] = 1841, [1845] = 1842, [1846] = 1846, [1847] = 1847, [1848] = 1848, [1849] = 1817, [1850] = 1822, [1851] = 1841, [1852] = 1852, [1853] = 1823, [1854] = 1822, [1855] = 1846, [1856] = 1847, [1857] = 1823, [1858] = 1835, [1859] = 1848, [1860] = 1817, [1861] = 1846, [1862] = 1862, [1863] = 1842, [1864] = 1864, [1865] = 1865, [1866] = 1842, [1867] = 1819, [1868] = 1837, [1869] = 1821, [1870] = 1852, [1871] = 1819, [1872] = 1846, [1873] = 1847, [1874] = 1823, [1875] = 1824, [1876] = 1841, [1877] = 1822, [1878] = 1842, [1879] = 1879, [1880] = 1846, [1881] = 1847, [1882] = 1822, [1883] = 1848, [1884] = 1884, [1885] = 1885, [1886] = 1817, [1887] = 1852, [1888] = 1888, [1889] = 1841, [1890] = 1890, [1891] = 1884, [1892] = 1819, [1893] = 1879, [1894] = 1865, [1895] = 1895, [1896] = 1896, [1897] = 1835, [1898] = 1829, [1899] = 1828, [1900] = 1900, [1901] = 1824, [1902] = 1862, [1903] = 1903, [1904] = 1817, [1905] = 1884, [1906] = 1821, [1907] = 1837, [1908] = 1908, [1909] = 1909, [1910] = 1820, [1911] = 1862, [1912] = 1903, [1913] = 1828, [1914] = 1822, [1915] = 1848, [1916] = 1916, [1917] = 1852, [1918] = 1818, [1919] = 1896, [1920] = 1820, [1921] = 1831, [1922] = 1865, [1923] = 1862, [1924] = 1828, [1925] = 1835, [1926] = 1926, [1927] = 1862, [1928] = 1819, [1929] = 1929, [1930] = 1862, [1931] = 1823, [1932] = 1819, [1933] = 1831, [1934] = 1822, [1935] = 1935, [1936] = 1926, [1937] = 1848, [1938] = 1926, [1939] = 1884, [1940] = 1884, [1941] = 1879, [1942] = 1879, [1943] = 1943, [1944] = 1900, [1945] = 1895, [1946] = 1818, [1947] = 1947, [1948] = 1820, [1949] = 1828, [1950] = 1896, [1951] = 1888, [1952] = 1952, [1953] = 1818, [1954] = 1890, [1955] = 1847, [1956] = 1888, [1957] = 1820, [1958] = 1958, [1959] = 1818, [1960] = 1903, [1961] = 1828, [1962] = 1835, [1963] = 1820, [1964] = 1837, [1965] = 1821, [1966] = 1824, [1967] = 1841, [1968] = 1842, [1969] = 1846, [1970] = 1831, [1971] = 1847, [1972] = 1848, [1973] = 1837, [1974] = 1935, [1975] = 1822, [1976] = 1935, [1977] = 1852, [1978] = 1896, [1979] = 1884, [1980] = 1831, [1981] = 1896, [1982] = 1818, [1983] = 1822, [1984] = 1896, [1985] = 1890, [1986] = 1879, [1987] = 1987, [1988] = 1885, [1989] = 1888, [1990] = 1895, [1991] = 1835, [1992] = 1818, [1993] = 1823, [1994] = 1817, [1995] = 1821, [1996] = 1848, [1997] = 1847, [1998] = 1890, [1999] = 1888, [2000] = 1846, [2001] = 1817, [2002] = 1848, [2003] = 1862, [2004] = 1900, [2005] = 1900, [2006] = 1865, [2007] = 1817, [2008] = 1847, [2009] = 1819, [2010] = 1846, [2011] = 1828, [2012] = 1820, [2013] = 1896, [2014] = 1888, [2015] = 1817, [2016] = 1842, [2017] = 1841, [2018] = 1879, [2019] = 1884, [2020] = 1819, [2021] = 1888, [2022] = 1890, [2023] = 2023, [2024] = 1896, [2025] = 1848, [2026] = 1879, [2027] = 1847, [2028] = 1824, [2029] = 1828, [2030] = 1935, [2031] = 1846, [2032] = 1884, [2033] = 1900, [2034] = 1820, [2035] = 1821, [2036] = 1820, [2037] = 1903, [2038] = 1926, [2039] = 1828, [2040] = 1862, [2041] = 1831, [2042] = 1862, [2043] = 1879, [2044] = 1842, [2045] = 1896, [2046] = 1890, [2047] = 1888, [2048] = 2048, [2049] = 1888, [2050] = 1837, [2051] = 1835, [2052] = 1926, [2053] = 1837, [2054] = 1935, [2055] = 1835, [2056] = 1831, [2057] = 1895, [2058] = 1841, [2059] = 1818, [2060] = 1818, [2061] = 1824, [2062] = 1895, [2063] = 1837, [2064] = 1895, [2065] = 1935, [2066] = 1821, [2067] = 1926, [2068] = 1821, [2069] = 1823, [2070] = 1842, [2071] = 1824, [2072] = 1884, [2073] = 1852, [2074] = 1841, [2075] = 1879, [2076] = 2076, [2077] = 2076, [2078] = 2076, [2079] = 2076, [2080] = 2076, [2081] = 2081, [2082] = 2082, [2083] = 2083, [2084] = 2084, [2085] = 2085, [2086] = 2086, [2087] = 2083, [2088] = 2086, [2089] = 2083, [2090] = 2090, [2091] = 2082, [2092] = 2086, [2093] = 2093, [2094] = 2094, [2095] = 2095, [2096] = 2081, [2097] = 2085, [2098] = 2094, [2099] = 2093, [2100] = 2090, [2101] = 2101, [2102] = 2081, [2103] = 2086, [2104] = 2086, [2105] = 2105, [2106] = 2095, [2107] = 2086, [2108] = 2083, [2109] = 2105, [2110] = 2101, [2111] = 2082, [2112] = 2084, [2113] = 2084, [2114] = 2081, [2115] = 2083, [2116] = 2084, [2117] = 2085, [2118] = 2090, [2119] = 2119, [2120] = 2093, [2121] = 2094, [2122] = 2122, [2123] = 571, [2124] = 583, [2125] = 2122, [2126] = 2095, [2127] = 2101, [2128] = 2084, [2129] = 2105, [2130] = 2094, [2131] = 2095, [2132] = 2090, [2133] = 2093, [2134] = 2085, [2135] = 2105, [2136] = 2101, [2137] = 2137, [2138] = 2137, [2139] = 2137, [2140] = 2137, [2141] = 2137, [2142] = 2142, [2143] = 2142, [2144] = 2142, [2145] = 2142, [2146] = 2095, [2147] = 2142, [2148] = 2101, [2149] = 2142, [2150] = 2142, [2151] = 2093, [2152] = 2094, [2153] = 2105, [2154] = 2142, [2155] = 2090, [2156] = 2142, [2157] = 2085, [2158] = 2158, [2159] = 2081, [2160] = 2160, [2161] = 2093, [2162] = 2162, [2163] = 2090, [2164] = 2085, [2165] = 2165, [2166] = 2166, [2167] = 2094, [2168] = 2166, [2169] = 2082, [2170] = 2084, [2171] = 2105, [2172] = 2101, [2173] = 2095, [2174] = 2174, [2175] = 2081, [2176] = 2176, [2177] = 2177, [2178] = 2090, [2179] = 2085, [2180] = 2180, [2181] = 2095, [2182] = 2182, [2183] = 2183, [2184] = 2184, [2185] = 2185, [2186] = 2186, [2187] = 2094, [2188] = 2084, [2189] = 2189, [2190] = 2190, [2191] = 2093, [2192] = 2192, [2193] = 2193, [2194] = 2194, [2195] = 2101, [2196] = 2196, [2197] = 2197, [2198] = 2198, [2199] = 2199, [2200] = 2200, [2201] = 2105, [2202] = 2202, [2203] = 2084, [2204] = 2165, [2205] = 2174, [2206] = 2084, [2207] = 2162, [2208] = 2084, [2209] = 2081, [2210] = 2210, [2211] = 2211, [2212] = 2084, [2213] = 2082, [2214] = 359, [2215] = 2215, [2216] = 2216, [2217] = 2105, [2218] = 2094, [2219] = 2093, [2220] = 2090, [2221] = 2221, [2222] = 2222, [2223] = 2101, [2224] = 2095, [2225] = 2084, [2226] = 2226, [2227] = 2227, [2228] = 2228, [2229] = 2229, [2230] = 2230, [2231] = 373, [2232] = 2232, [2233] = 2085, [2234] = 2234, [2235] = 2235, [2236] = 371, [2237] = 352, [2238] = 2238, [2239] = 2239, [2240] = 2240, [2241] = 2241, [2242] = 2084, [2243] = 2243, [2244] = 2244, [2245] = 2245, [2246] = 412, [2247] = 2247, [2248] = 2248, [2249] = 2249, [2250] = 2250, [2251] = 2251, [2252] = 2252, [2253] = 2253, [2254] = 2174, [2255] = 2255, [2256] = 2256, [2257] = 2257, [2258] = 2258, [2259] = 2259, [2260] = 2260, [2261] = 2261, [2262] = 2262, [2263] = 2263, [2264] = 2264, [2265] = 2265, [2266] = 2266, [2267] = 2247, [2268] = 2268, [2269] = 2269, [2270] = 2270, [2271] = 2271, [2272] = 2272, [2273] = 2273, [2274] = 2274, [2275] = 2275, [2276] = 2276, [2277] = 2162, [2278] = 2278, [2279] = 2275, [2280] = 2280, [2281] = 2165, [2282] = 2282, [2283] = 2283, [2284] = 2284, [2285] = 2285, [2286] = 2286, [2287] = 2287, [2288] = 2226, [2289] = 2289, [2290] = 2289, [2291] = 2289, [2292] = 2292, [2293] = 378, [2294] = 2216, [2295] = 373, [2296] = 2296, [2297] = 317, [2298] = 371, [2299] = 322, [2300] = 2296, [2301] = 2296, [2302] = 2165, [2303] = 2289, [2304] = 2232, [2305] = 359, [2306] = 2162, [2307] = 2289, [2308] = 2289, [2309] = 352, [2310] = 2289, [2311] = 2296, [2312] = 2289, [2313] = 2289, [2314] = 2174, [2315] = 2228, [2316] = 2296, [2317] = 2317, [2318] = 516, [2319] = 2319, [2320] = 2320, [2321] = 475, [2322] = 2322, [2323] = 478, [2324] = 2324, [2325] = 2325, [2326] = 588, [2327] = 411, [2328] = 573, [2329] = 2329, [2330] = 2330, [2331] = 589, [2332] = 2332, [2333] = 2333, [2334] = 2334, [2335] = 2335, [2336] = 2336, [2337] = 2337, [2338] = 2338, [2339] = 2339, [2340] = 2340, [2341] = 572, [2342] = 509, [2343] = 553, [2344] = 2194, [2345] = 513, [2346] = 577, [2347] = 412, [2348] = 2348, [2349] = 526, [2350] = 534, [2351] = 583, [2352] = 460, [2353] = 538, [2354] = 514, [2355] = 546, [2356] = 2182, [2357] = 550, [2358] = 599, [2359] = 560, [2360] = 468, [2361] = 2361, [2362] = 2362, [2363] = 557, [2364] = 544, [2365] = 562, [2366] = 2366, [2367] = 545, [2368] = 2368, [2369] = 2369, [2370] = 539, [2371] = 586, [2372] = 2372, [2373] = 2373, [2374] = 2374, [2375] = 2375, [2376] = 2376, [2377] = 2377, [2378] = 579, [2379] = 561, [2380] = 533, [2381] = 2247, [2382] = 426, [2383] = 590, [2384] = 2275, [2385] = 537, [2386] = 508, [2387] = 571, [2388] = 525, [2389] = 569, [2390] = 2190, [2391] = 524, [2392] = 421, [2393] = 584, [2394] = 543, [2395] = 530, [2396] = 568, [2397] = 518, [2398] = 463, [2399] = 420, [2400] = 419, [2401] = 422, [2402] = 462, [2403] = 2403, [2404] = 2404, [2405] = 371, [2406] = 2406, [2407] = 317, [2408] = 322, [2409] = 2409, [2410] = 352, [2411] = 359, [2412] = 373, [2413] = 378, [2414] = 2414, [2415] = 2415, [2416] = 2182, [2417] = 371, [2418] = 2228, [2419] = 359, [2420] = 2232, [2421] = 373, [2422] = 2190, [2423] = 352, [2424] = 2226, [2425] = 2425, [2426] = 2406, [2427] = 2194, [2428] = 2216, [2429] = 2332, [2430] = 2406, [2431] = 530, [2432] = 557, [2433] = 509, [2434] = 2434, [2435] = 553, [2436] = 513, [2437] = 2434, [2438] = 526, [2439] = 534, [2440] = 2376, [2441] = 2374, [2442] = 538, [2443] = 539, [2444] = 2434, [2445] = 546, [2446] = 2434, [2447] = 550, [2448] = 2094, [2449] = 2093, [2450] = 2090, [2451] = 589, [2452] = 588, [2453] = 514, [2454] = 518, [2455] = 524, [2456] = 525, [2457] = 533, [2458] = 561, [2459] = 579, [2460] = 586, [2461] = 569, [2462] = 2434, [2463] = 2463, [2464] = 422, [2465] = 2465, [2466] = 2234, [2467] = 426, [2468] = 2465, [2469] = 543, [2470] = 2085, [2471] = 2415, [2472] = 2434, [2473] = 2247, [2474] = 2235, [2475] = 537, [2476] = 590, [2477] = 462, [2478] = 2247, [2479] = 508, [2480] = 463, [2481] = 584, [2482] = 545, [2483] = 562, [2484] = 544, [2485] = 2340, [2486] = 2232, [2487] = 2338, [2488] = 2337, [2489] = 2336, [2490] = 2335, [2491] = 2334, [2492] = 2333, [2493] = 516, [2494] = 560, [2495] = 2434, [2496] = 2465, [2497] = 2434, [2498] = 2216, [2499] = 2228, [2500] = 2339, [2501] = 2330, [2502] = 2101, [2503] = 2329, [2504] = 2434, [2505] = 2095, [2506] = 2105, [2507] = 572, [2508] = 2465, [2509] = 573, [2510] = 2215, [2511] = 577, [2512] = 599, [2513] = 2275, [2514] = 2227, [2515] = 2404, [2516] = 2465, [2517] = 2325, [2518] = 2324, [2519] = 2317, [2520] = 412, [2521] = 2226, [2522] = 2322, [2523] = 568, [2524] = 460, [2525] = 2320, [2526] = 412, [2527] = 478, [2528] = 475, [2529] = 468, [2530] = 2319, [2531] = 2361, [2532] = 2362, [2533] = 2366, [2534] = 571, [2535] = 2368, [2536] = 2369, [2537] = 2372, [2538] = 2373, [2539] = 2375, [2540] = 421, [2541] = 420, [2542] = 2348, [2543] = 2160, [2544] = 2465, [2545] = 2275, [2546] = 411, [2547] = 2465, [2548] = 419, [2549] = 583, [2550] = 2550, [2551] = 2551, [2552] = 2414, [2553] = 2194, [2554] = 2409, [2555] = 2463, [2556] = 2234, [2557] = 2275, [2558] = 317, [2559] = 2559, [2560] = 322, [2561] = 2247, [2562] = 2227, [2563] = 2425, [2564] = 2564, [2565] = 2251, [2566] = 2415, [2567] = 2559, [2568] = 2182, [2569] = 322, [2570] = 317, [2571] = 2571, [2572] = 2404, [2573] = 2160, [2574] = 2215, [2575] = 2235, [2576] = 2559, [2577] = 2403, [2578] = 378, [2579] = 2190, [2580] = 2580, [2581] = 378, [2582] = 2559, [2583] = 516, [2584] = 562, [2585] = 2564, [2586] = 546, [2587] = 2329, [2588] = 2330, [2589] = 2339, [2590] = 514, [2591] = 426, [2592] = 422, [2593] = 2580, [2594] = 518, [2595] = 2325, [2596] = 2324, [2597] = 2317, [2598] = 2322, [2599] = 462, [2600] = 2320, [2601] = 463, [2602] = 2319, [2603] = 2348, [2604] = 524, [2605] = 525, [2606] = 508, [2607] = 533, [2608] = 539, [2609] = 2160, [2610] = 538, [2611] = 534, [2612] = 2375, [2613] = 2339, [2614] = 2330, [2615] = 2329, [2616] = 2373, [2617] = 584, [2618] = 2372, [2619] = 544, [2620] = 2325, [2621] = 2324, [2622] = 2317, [2623] = 2322, [2624] = 2320, [2625] = 2319, [2626] = 568, [2627] = 2348, [2628] = 411, [2629] = 2369, [2630] = 2368, [2631] = 583, [2632] = 568, [2633] = 2366, [2634] = 2362, [2635] = 513, [2636] = 553, [2637] = 509, [2638] = 561, [2639] = 2375, [2640] = 2373, [2641] = 2372, [2642] = 2369, [2643] = 2368, [2644] = 2361, [2645] = 2366, [2646] = 2362, [2647] = 2361, [2648] = 557, [2649] = 419, [2650] = 420, [2651] = 421, [2652] = 577, [2653] = 588, [2654] = 530, [2655] = 533, [2656] = 538, [2657] = 539, [2658] = 460, [2659] = 572, [2660] = 571, [2661] = 589, [2662] = 572, [2663] = 599, [2664] = 573, [2665] = 577, [2666] = 573, [2667] = 2251, [2668] = 588, [2669] = 2229, [2670] = 569, [2671] = 530, [2672] = 2332, [2673] = 579, [2674] = 2221, [2675] = 2332, [2676] = 2160, [2677] = 2333, [2678] = 599, [2679] = 2334, [2680] = 2335, [2681] = 2336, [2682] = 2337, [2683] = 2338, [2684] = 2333, [2685] = 586, [2686] = 2340, [2687] = 2376, [2688] = 584, [2689] = 2334, [2690] = 543, [2691] = 2335, [2692] = 2336, [2693] = 2182, [2694] = 2404, [2695] = 2376, [2696] = 589, [2697] = 2374, [2698] = 2337, [2699] = 560, [2700] = 514, [2701] = 468, [2702] = 475, [2703] = 478, [2704] = 544, [2705] = 2230, [2706] = 509, [2707] = 553, [2708] = 2374, [2709] = 550, [2710] = 513, [2711] = 545, [2712] = 526, [2713] = 534, [2714] = 460, [2715] = 590, [2716] = 537, [2717] = 560, [2718] = 516, [2719] = 2415, [2720] = 2338, [2721] = 543, [2722] = 569, [2723] = 586, [2724] = 579, [2725] = 546, [2726] = 562, [2727] = 545, [2728] = 561, [2729] = 550, [2730] = 422, [2731] = 2239, [2732] = 426, [2733] = 526, [2734] = 508, [2735] = 525, [2736] = 524, [2737] = 557, [2738] = 2340, [2739] = 462, [2740] = 2190, [2741] = 2222, [2742] = 518, [2743] = 590, [2744] = 463, [2745] = 537, [2746] = 478, [2747] = 475, [2748] = 468, [2749] = 571, [2750] = 421, [2751] = 420, [2752] = 2194, [2753] = 411, [2754] = 583, [2755] = 419, [2756] = 2287, [2757] = 2262, [2758] = 317, [2759] = 2085, [2760] = 2090, [2761] = 2094, [2762] = 2253, [2763] = 2257, [2764] = 2258, [2765] = 2245, [2766] = 2244, [2767] = 2215, [2768] = 2768, [2769] = 2243, [2770] = 2101, [2771] = 2280, [2772] = 2284, [2773] = 2248, [2774] = 2263, [2775] = 2249, [2776] = 2414, [2777] = 2095, [2778] = 2252, [2779] = 2779, [2780] = 2240, [2781] = 2259, [2782] = 2081, [2783] = 2425, [2784] = 2255, [2785] = 2269, [2786] = 2270, [2787] = 2271, [2788] = 2272, [2789] = 2256, [2790] = 2273, [2791] = 2404, [2792] = 2105, [2793] = 322, [2794] = 2550, [2795] = 2264, [2796] = 2268, [2797] = 2260, [2798] = 2093, [2799] = 2261, [2800] = 2551, [2801] = 2274, [2802] = 2278, [2803] = 2265, [2804] = 2285, [2805] = 2805, [2806] = 2227, [2807] = 2403, [2808] = 2415, [2809] = 2235, [2810] = 2810, [2811] = 2234, [2812] = 2194, [2813] = 2276, [2814] = 2241, [2815] = 2409, [2816] = 2816, [2817] = 2286, [2818] = 2282, [2819] = 2819, [2820] = 2820, [2821] = 2266, [2822] = 2768, [2823] = 2190, [2824] = 2215, [2825] = 2234, [2826] = 2182, [2827] = 2827, [2828] = 2235, [2829] = 2227, [2830] = 2251, [2831] = 2160, [2832] = 2084, [2833] = 2833, [2834] = 2239, [2835] = 2081, [2836] = 2836, [2837] = 2833, [2838] = 2230, [2839] = 2839, [2840] = 2580, [2841] = 2409, [2842] = 2842, [2843] = 2564, [2844] = 2414, [2845] = 2845, [2846] = 2846, [2847] = 2847, [2848] = 2848, [2849] = 2425, [2850] = 2850, [2851] = 2215, [2852] = 2234, [2853] = 2221, [2854] = 2251, [2855] = 2229, [2856] = 2403, [2857] = 2227, [2858] = 2084, [2859] = 2222, [2860] = 2235, [2861] = 2264, [2862] = 2085, [2863] = 2269, [2864] = 2249, [2865] = 2865, [2866] = 2768, [2867] = 2805, [2868] = 2259, [2869] = 2227, [2870] = 2870, [2871] = 2248, [2872] = 2551, [2873] = 2287, [2874] = 2874, [2875] = 2285, [2876] = 2779, [2877] = 2564, [2878] = 2878, [2879] = 2271, [2880] = 2880, [2881] = 2081, [2882] = 2882, [2883] = 2266, [2884] = 2884, [2885] = 2282, [2886] = 2286, [2887] = 2245, [2888] = 2244, [2889] = 2243, [2890] = 2890, [2891] = 2094, [2892] = 2280, [2893] = 2241, [2894] = 2284, [2895] = 2263, [2896] = 2081, [2897] = 2276, [2898] = 2833, [2899] = 2820, [2900] = 2900, [2901] = 2105, [2902] = 2093, [2903] = 2090, [2904] = 2160, [2905] = 2215, [2906] = 2816, [2907] = 2101, [2908] = 2839, [2909] = 2890, [2910] = 2235, [2911] = 2262, [2912] = 2261, [2913] = 2913, [2914] = 2234, [2915] = 2260, [2916] = 2833, [2917] = 2265, [2918] = 2779, [2919] = 2919, [2920] = 2256, [2921] = 2890, [2922] = 2255, [2923] = 2890, [2924] = 2550, [2925] = 2268, [2926] = 2095, [2927] = 2273, [2928] = 2827, [2929] = 2084, [2930] = 2251, [2931] = 2270, [2932] = 2580, [2933] = 2252, [2934] = 2253, [2935] = 2890, [2936] = 2257, [2937] = 2779, [2938] = 2258, [2939] = 2890, [2940] = 2240, [2941] = 2272, [2942] = 2942, [2943] = 2274, [2944] = 2278, [2945] = 2945, [2946] = 2946, [2947] = 2947, [2948] = 2948, [2949] = 2949, [2950] = 2950, [2951] = 2951, [2952] = 2952, [2953] = 2953, [2954] = 2193, [2955] = 2189, [2956] = 2186, [2957] = 2185, [2958] = 2551, [2959] = 2200, [2960] = 2836, [2961] = 2239, [2962] = 2951, [2963] = 2842, [2964] = 2165, [2965] = 2845, [2966] = 2846, [2967] = 2847, [2968] = 2968, [2969] = 2969, [2970] = 2970, [2971] = 2971, [2972] = 2972, [2973] = 2229, [2974] = 2974, [2975] = 2975, [2976] = 2976, [2977] = 2977, [2978] = 2978, [2979] = 2979, [2980] = 2196, [2981] = 2192, [2982] = 2850, [2983] = 2983, [2984] = 2984, [2985] = 2985, [2986] = 2986, [2987] = 2162, [2988] = 2174, [2989] = 2989, [2990] = 2942, [2991] = 2951, [2992] = 2848, [2993] = 2993, [2994] = 2183, [2995] = 2995, [2996] = 2996, [2997] = 2997, [2998] = 2998, [2999] = 2999, [3000] = 2197, [3001] = 2177, [3002] = 2810, [3003] = 2176, [3004] = 3004, [3005] = 3005, [3006] = 3006, [3007] = 2199, [3008] = 3008, [3009] = 3009, [3010] = 3010, [3011] = 3011, [3012] = 3012, [3013] = 3013, [3014] = 3014, [3015] = 2951, [3016] = 3016, [3017] = 2870, [3018] = 3018, [3019] = 3019, [3020] = 3020, [3021] = 3021, [3022] = 2184, [3023] = 2951, [3024] = 2222, [3025] = 3025, [3026] = 317, [3027] = 3027, [3028] = 2084, [3029] = 2415, [3030] = 3030, [3031] = 2180, [3032] = 3032, [3033] = 2819, [3034] = 3034, [3035] = 3035, [3036] = 2230, [3037] = 3037, [3038] = 3038, [3039] = 3030, [3040] = 2878, [3041] = 2882, [3042] = 2251, [3043] = 2222, [3044] = 2951, [3045] = 3045, [3046] = 2221, [3047] = 3047, [3048] = 3048, [3049] = 3049, [3050] = 3050, [3051] = 2550, [3052] = 3052, [3053] = 2239, [3054] = 3054, [3055] = 2202, [3056] = 2221, [3057] = 2951, [3058] = 2229, [3059] = 3059, [3060] = 2230, [3061] = 3061, [3062] = 3062, [3063] = 2404, [3064] = 3064, [3065] = 3065, [3066] = 322, [3067] = 3067, [3068] = 3068, [3069] = 3069, [3070] = 2768, [3071] = 2945, [3072] = 2266, [3073] = 2282, [3074] = 2286, [3075] = 2241, [3076] = 2276, [3077] = 2262, [3078] = 2261, [3079] = 2260, [3080] = 2865, [3081] = 2265, [3082] = 2256, [3083] = 2255, [3084] = 2252, [3085] = 2253, [3086] = 2257, [3087] = 3054, [3088] = 2258, [3089] = 2240, [3090] = 2264, [3091] = 2268, [3092] = 2274, [3093] = 2278, [3094] = 2263, [3095] = 3095, [3096] = 2284, [3097] = 2280, [3098] = 2243, [3099] = 3032, [3100] = 2244, [3101] = 2245, [3102] = 2248, [3103] = 2249, [3104] = 2259, [3105] = 2269, [3106] = 2270, [3107] = 2271, [3108] = 2272, [3109] = 2273, [3110] = 3020, [3111] = 2287, [3112] = 2285, [3113] = 2266, [3114] = 2282, [3115] = 2286, [3116] = 2241, [3117] = 2276, [3118] = 2262, [3119] = 2779, [3120] = 2261, [3121] = 2260, [3122] = 2265, [3123] = 2256, [3124] = 2255, [3125] = 2252, [3126] = 2253, [3127] = 2257, [3128] = 2258, [3129] = 2240, [3130] = 2264, [3131] = 2268, [3132] = 3016, [3133] = 2274, [3134] = 2278, [3135] = 2997, [3136] = 2263, [3137] = 2284, [3138] = 2280, [3139] = 2243, [3140] = 2244, [3141] = 2245, [3142] = 2081, [3143] = 2248, [3144] = 2249, [3145] = 2259, [3146] = 2269, [3147] = 2882, [3148] = 2270, [3149] = 2271, [3150] = 2272, [3151] = 2273, [3152] = 2768, [3153] = 2287, [3154] = 2285, [3155] = 2779, [3156] = 3156, [3157] = 2983, [3158] = 2946, [3159] = 2848, [3160] = 2847, [3161] = 2846, [3162] = 2845, [3163] = 2842, [3164] = 2827, [3165] = 2820, [3166] = 2978, [3167] = 2977, [3168] = 2979, [3169] = 2850, [3170] = 2976, [3171] = 2816, [3172] = 2805, [3173] = 2989, [3174] = 2975, [3175] = 2874, [3176] = 3095, [3177] = 3019, [3178] = 3009, [3179] = 3035, [3180] = 2779, [3181] = 2221, [3182] = 2972, [3183] = 2971, [3184] = 2970, [3185] = 3047, [3186] = 2968, [3187] = 2230, [3188] = 2882, [3189] = 2222, [3190] = 2229, [3191] = 2239, [3192] = 2884, [3193] = 3193, [3194] = 3156, [3195] = 3021, [3196] = 3014, [3197] = 3011, [3198] = 2974, [3199] = 3018, [3200] = 2953, [3201] = 2084, [3202] = 2192, [3203] = 3203, [3204] = 3067, [3205] = 2200, [3206] = 2847, [3207] = 2816, [3208] = 3010, [3209] = 2845, [3210] = 3005, [3211] = 3004, [3212] = 2185, [3213] = 2949, [3214] = 2820, [3215] = 3068, [3216] = 2199, [3217] = 3008, [3218] = 2842, [3219] = 3034, [3220] = 3038, [3221] = 2998, [3222] = 2880, [3223] = 2160, [3224] = 2805, [3225] = 2827, [3226] = 3065, [3227] = 3203, [3228] = 3064, [3229] = 2989, [3230] = 398, [3231] = 2836, [3232] = 3062, [3233] = 2193, [3234] = 2189, [3235] = 2186, [3236] = 3061, [3237] = 2846, [3238] = 2969, [3239] = 3239, [3240] = 3059, [3241] = 2202, [3242] = 3203, [3243] = 3052, [3244] = 3203, [3245] = 3050, [3246] = 2287, [3247] = 3049, [3248] = 2183, [3249] = 2996, [3250] = 3048, [3251] = 2948, [3252] = 3006, [3253] = 322, [3254] = 3193, [3255] = 3156, [3256] = 2768, [3257] = 2273, [3258] = 2196, [3259] = 2272, [3260] = 2271, [3261] = 2270, [3262] = 2269, [3263] = 2986, [3264] = 3035, [3265] = 2259, [3266] = 2249, [3267] = 2248, [3268] = 2850, [3269] = 3269, [3270] = 2819, [3271] = 2848, [3272] = 3019, [3273] = 3012, [3274] = 2870, [3275] = 2285, [3276] = 3013, [3277] = 2244, [3278] = 3045, [3279] = 3037, [3280] = 2266, [3281] = 3281, [3282] = 2952, [3283] = 2243, [3284] = 2180, [3285] = 2280, [3286] = 2284, [3287] = 2263, [3288] = 2184, [3289] = 2989, [3290] = 3290, [3291] = 317, [3292] = 3239, [3293] = 3293, [3294] = 3239, [3295] = 3025, [3296] = 2950, [3297] = 2947, [3298] = 2251, [3299] = 3069, [3300] = 3027, [3301] = 2984, [3302] = 3019, [3303] = 2985, [3304] = 3095, [3305] = 3035, [3306] = 3203, [3307] = 2095, [3308] = 2227, [3309] = 3203, [3310] = 2234, [3311] = 2235, [3312] = 2942, [3313] = 2278, [3314] = 2779, [3315] = 2245, [3316] = 2282, [3317] = 2101, [3318] = 2286, [3319] = 2241, [3320] = 3320, [3321] = 2176, [3322] = 2810, [3323] = 2177, [3324] = 500, [3325] = 2268, [3326] = 3203, [3327] = 2276, [3328] = 3156, [3329] = 3203, [3330] = 2197, [3331] = 2999, [3332] = 2105, [3333] = 2262, [3334] = 2261, [3335] = 2260, [3336] = 2995, [3337] = 2265, [3338] = 2256, [3339] = 2264, [3340] = 2240, [3341] = 2255, [3342] = 2878, [3343] = 2258, [3344] = 2257, [3345] = 2215, [3346] = 2253, [3347] = 2094, [3348] = 2093, [3349] = 2090, [3350] = 2085, [3351] = 2252, [3352] = 2274, [3353] = 3290, [3354] = 3354, [3355] = 2993, [3356] = 3203, [3357] = 2874, [3358] = 3358, [3359] = 2983, [3360] = 2978, [3361] = 2977, [3362] = 2226, [3363] = 2976, [3364] = 2975, [3365] = 3009, [3366] = 2972, [3367] = 2971, [3368] = 2970, [3369] = 3047, [3370] = 2968, [3371] = 3016, [3372] = 2945, [3373] = 2997, [3374] = 3374, [3375] = 3375, [3376] = 3376, [3377] = 3020, [3378] = 2953, [3379] = 3375, [3380] = 2247, [3381] = 3032, [3382] = 3382, [3383] = 3382, [3384] = 3376, [3385] = 2836, [3386] = 2974, [3387] = 3382, [3388] = 3011, [3389] = 3014, [3390] = 3018, [3391] = 3376, [3392] = 2084, [3393] = 2084, [3394] = 3021, [3395] = 3054, [3396] = 3358, [3397] = 3358, [3398] = 2884, [3399] = 3374, [3400] = 2216, [3401] = 3374, [3402] = 3375, [3403] = 3374, [3404] = 3382, [3405] = 3358, [3406] = 2979, [3407] = 2865, [3408] = 3375, [3409] = 3375, [3410] = 2946, [3411] = 3358, [3412] = 2228, [3413] = 3376, [3414] = 3374, [3415] = 3382, [3416] = 2882, [3417] = 2232, [3418] = 3376, [3419] = 3025, [3420] = 3068, [3421] = 3009, [3422] = 3021, [3423] = 2947, [3424] = 2950, [3425] = 2995, [3426] = 3067, [3427] = 3018, [3428] = 2975, [3429] = 2884, [3430] = 2993, [3431] = 2976, [3432] = 3014, [3433] = 2977, [3434] = 3193, [3435] = 2978, [3436] = 3038, [3437] = 3004, [3438] = 2874, [3439] = 3011, [3440] = 3005, [3441] = 3010, [3442] = 2942, [3443] = 2974, [3444] = 3021, [3445] = 2953, [3446] = 2972, [3447] = 2977, [3448] = 2878, [3449] = 3035, [3450] = 2978, [3451] = 2983, [3452] = 2985, [3453] = 2969, [3454] = 2945, [3455] = 3016, [3456] = 3018, [3457] = 3014, [3458] = 2984, [3459] = 3011, [3460] = 2986, [3461] = 2974, [3462] = 2165, [3463] = 322, [3464] = 2850, [3465] = 2968, [3466] = 2192, [3467] = 2196, [3468] = 317, [3469] = 2983, [3470] = 2185, [3471] = 2199, [3472] = 3047, [3473] = 2970, [3474] = 2174, [3475] = 2971, [3476] = 2972, [3477] = 2952, [3478] = 3009, [3479] = 3008, [3480] = 3069, [3481] = 2949, [3482] = 2975, [3483] = 2976, [3484] = 2997, [3485] = 1405, [3486] = 2197, [3487] = 2971, [3488] = 2970, [3489] = 3047, [3490] = 3020, [3491] = 3065, [3492] = 2968, [3493] = 3064, [3494] = 3034, [3495] = 2997, [3496] = 3016, [3497] = 3032, [3498] = 3062, [3499] = 3061, [3500] = 2998, [3501] = 3012, [3502] = 3027, [3503] = 2810, [3504] = 2999, [3505] = 2177, [3506] = 3059, [3507] = 2989, [3508] = 2880, [3509] = 3020, [3510] = 2870, [3511] = 2202, [3512] = 2946, [3513] = 2176, [3514] = 3054, [3515] = 2193, [3516] = 3052, [3517] = 3019, [3518] = 2865, [3519] = 2189, [3520] = 2186, [3521] = 2184, [3522] = 2180, [3523] = 2953, [3524] = 2842, [3525] = 3290, [3526] = 1404, [3527] = 2845, [3528] = 3050, [3529] = 3037, [3530] = 3049, [3531] = 3054, [3532] = 3048, [3533] = 2846, [3534] = 2847, [3535] = 3013, [3536] = 2848, [3537] = 2979, [3538] = 2819, [3539] = 3032, [3540] = 2183, [3541] = 2996, [3542] = 2945, [3543] = 3290, [3544] = 2162, [3545] = 3006, [3546] = 2200, [3547] = 2948, [3548] = 3045, [3549] = 2093, [3550] = 2199, [3551] = 3049, [3552] = 3290, [3553] = 3048, [3554] = 3052, [3555] = 3068, [3556] = 2094, [3557] = 2196, [3558] = 3045, [3559] = 2998, [3560] = 3037, [3561] = 2870, [3562] = 3027, [3563] = 2093, [3564] = 3025, [3565] = 2192, [3566] = 2202, [3567] = 3059, [3568] = 3061, [3569] = 2878, [3570] = 2180, [3571] = 2184, [3572] = 3008, [3573] = 317, [3574] = 3062, [3575] = 3064, [3576] = 2085, [3577] = 3065, [3578] = 2234, [3579] = 2193, [3580] = 2197, [3581] = 322, [3582] = 2227, [3583] = 3013, [3584] = 2189, [3585] = 2200, [3586] = 2949, [3587] = 2819, [3588] = 2085, [3589] = 2185, [3590] = 2095, [3591] = 3069, [3592] = 2186, [3593] = 2177, [3594] = 2235, [3595] = 2948, [3596] = 2090, [3597] = 2942, [3598] = 2101, [3599] = 2176, [3600] = 2810, [3601] = 2251, [3602] = 3050, [3603] = 2105, [3604] = 2094, [3605] = 2999, [3606] = 3010, [3607] = 3012, [3608] = 3005, [3609] = 3004, [3610] = 2105, [3611] = 2995, [3612] = 2950, [3613] = 2993, [3614] = 2947, [3615] = 2215, [3616] = 2101, [3617] = 2095, [3618] = 3006, [3619] = 2090, [3620] = 2183, [3621] = 2985, [3622] = 2996, [3623] = 2984, [3624] = 3624, [3625] = 2550, [3626] = 3626, [3627] = 3627, [3628] = 3628, [3629] = 2216, [3630] = 2190, [3631] = 2194, [3632] = 2226, [3633] = 2232, [3634] = 2275, [3635] = 2404, [3636] = 2415, [3637] = 2182, [3638] = 2228, [3639] = 3639, [3640] = 3640, [3641] = 2222, [3642] = 3640, [3643] = 3643, [3644] = 2239, [3645] = 2768, [3646] = 2221, [3647] = 3640, [3648] = 3640, [3649] = 2415, [3650] = 2230, [3651] = 2247, [3652] = 2229, [3653] = 2404, [3654] = 3640, [3655] = 3655, [3656] = 3656, [3657] = 2550, [3658] = 2275, [3659] = 3659, [3660] = 2284, [3661] = 3661, [3662] = 3662, [3663] = 2265, [3664] = 3664, [3665] = 3661, [3666] = 3659, [3667] = 2425, [3668] = 3662, [3669] = 3661, [3670] = 2256, [3671] = 2255, [3672] = 2260, [3673] = 3662, [3674] = 2261, [3675] = 2280, [3676] = 3661, [3677] = 2266, [3678] = 2273, [3679] = 3662, [3680] = 3680, [3681] = 2252, [3682] = 2262, [3683] = 3683, [3684] = 2243, [3685] = 3683, [3686] = 2244, [3687] = 2245, [3688] = 2251, [3689] = 2564, [3690] = 3683, [3691] = 2580, [3692] = 2272, [3693] = 3661, [3694] = 2263, [3695] = 2287, [3696] = 3662, [3697] = 3697, [3698] = 3698, [3699] = 2271, [3700] = 3662, [3701] = 2285, [3702] = 1405, [3703] = 2414, [3704] = 2282, [3705] = 2270, [3706] = 2269, [3707] = 2286, [3708] = 3661, [3709] = 2249, [3710] = 2248, [3711] = 3662, [3712] = 3662, [3713] = 3680, [3714] = 1404, [3715] = 2241, [3716] = 3661, [3717] = 3680, [3718] = 3683, [3719] = 3680, [3720] = 3680, [3721] = 3680, [3722] = 2259, [3723] = 3661, [3724] = 3661, [3725] = 3683, [3726] = 3659, [3727] = 2403, [3728] = 3728, [3729] = 3662, [3730] = 3683, [3731] = 3731, [3732] = 2253, [3733] = 2257, [3734] = 2258, [3735] = 3659, [3736] = 3659, [3737] = 2551, [3738] = 3659, [3739] = 3659, [3740] = 3661, [3741] = 3659, [3742] = 2278, [3743] = 2240, [3744] = 3662, [3745] = 3662, [3746] = 2274, [3747] = 2268, [3748] = 2276, [3749] = 2264, [3750] = 2409, [3751] = 3661, [3752] = 3659, [3753] = 2193, [3754] = 3754, [3755] = 3755, [3756] = 3755, [3757] = 3754, [3758] = 3656, [3759] = 2404, [3760] = 3760, [3761] = 3755, [3762] = 3762, [3763] = 3760, [3764] = 3755, [3765] = 3760, [3766] = 3766, [3767] = 3762, [3768] = 2414, [3769] = 2415, [3770] = 3762, [3771] = 3762, [3772] = 3772, [3773] = 3762, [3774] = 2189, [3775] = 3755, [3776] = 3776, [3777] = 2184, [3778] = 3754, [3779] = 3755, [3780] = 3754, [3781] = 2160, [3782] = 3782, [3783] = 322, [3784] = 2192, [3785] = 3755, [3786] = 2409, [3787] = 3762, [3788] = 3760, [3789] = 3754, [3790] = 3755, [3791] = 3755, [3792] = 3754, [3793] = 2197, [3794] = 3754, [3795] = 2186, [3796] = 3754, [3797] = 2403, [3798] = 2551, [3799] = 3760, [3800] = 3760, [3801] = 3754, [3802] = 2185, [3803] = 2183, [3804] = 3776, [3805] = 2200, [3806] = 3754, [3807] = 3760, [3808] = 3755, [3809] = 3760, [3810] = 2177, [3811] = 2180, [3812] = 317, [3813] = 3762, [3814] = 2415, [3815] = 3755, [3816] = 2176, [3817] = 2202, [3818] = 3818, [3819] = 2425, [3820] = 3754, [3821] = 3760, [3822] = 3762, [3823] = 2196, [3824] = 2404, [3825] = 2199, [3826] = 3826, [3827] = 2425, [3828] = 2403, [3829] = 2414, [3830] = 3830, [3831] = 2564, [3832] = 3731, [3833] = 3826, [3834] = 3826, [3835] = 3624, [3836] = 3818, [3837] = 2580, [3838] = 3838, [3839] = 2228, [3840] = 3782, [3841] = 3628, [3842] = 3838, [3843] = 3830, [3844] = 3830, [3845] = 3826, [3846] = 3838, [3847] = 2232, [3848] = 3826, [3849] = 3838, [3850] = 2409, [3851] = 3838, [3852] = 3830, [3853] = 2194, [3854] = 2190, [3855] = 2182, [3856] = 3830, [3857] = 3857, [3858] = 2182, [3859] = 2194, [3860] = 3857, [3861] = 3861, [3862] = 3861, [3863] = 2580, [3864] = 2190, [3865] = 3857, [3866] = 3857, [3867] = 2564, [3868] = 3857, [3869] = 3857, [3870] = 3857, [3871] = 3857, [3872] = 3857, [3873] = 2084, [3874] = 2836, [3875] = 2550, [3876] = 2571, [3877] = 2820, [3878] = 2884, [3879] = 3818, [3880] = 3818, [3881] = 2222, [3882] = 3782, [3883] = 2865, [3884] = 2874, [3885] = 3885, [3886] = 2463, [3887] = 3818, [3888] = 3888, [3889] = 2550, [3890] = 2551, [3891] = 2805, [3892] = 3068, [3893] = 2816, [3894] = 2993, [3895] = 3061, [3896] = 3782, [3897] = 2404, [3898] = 2230, [3899] = 2827, [3900] = 2415, [3901] = 2998, [3902] = 2229, [3903] = 3903, [3904] = 3904, [3905] = 3782, [3906] = 2268, [3907] = 2284, [3908] = 3010, [3909] = 2241, [3910] = 2276, [3911] = 3013, [3912] = 3048, [3913] = 3913, [3914] = 3021, [3915] = 2274, [3916] = 2278, [3917] = 3885, [3918] = 3008, [3919] = 2984, [3920] = 3903, [3921] = 2262, [3922] = 2261, [3923] = 2260, [3924] = 2265, [3925] = 3025, [3926] = 2256, [3927] = 2255, [3928] = 2285, [3929] = 3069, [3930] = 3018, [3931] = 3931, [3932] = 2805, [3933] = 2949, [3934] = 3062, [3935] = 2282, [3936] = 2983, [3937] = 2810, [3938] = 2768, [3939] = 2252, [3940] = 2263, [3941] = 3941, [3942] = 2816, [3943] = 3656, [3944] = 3049, [3945] = 2287, [3946] = 2264, [3947] = 2947, [3948] = 2269, [3949] = 3949, [3950] = 3913, [3951] = 2270, [3952] = 2271, [3953] = 2286, [3954] = 2827, [3955] = 2272, [3956] = 3639, [3957] = 2273, [3958] = 2280, [3959] = 3050, [3960] = 2253, [3961] = 3961, [3962] = 2995, [3963] = 3027, [3964] = 3782, [3965] = 2248, [3966] = 3005, [3967] = 3037, [3968] = 3045, [3969] = 3004, [3970] = 3643, [3971] = 2259, [3972] = 2996, [3973] = 2243, [3974] = 2257, [3975] = 2999, [3976] = 3052, [3977] = 3012, [3978] = 2275, [3979] = 3979, [3980] = 2258, [3981] = 3064, [3982] = 3904, [3983] = 2240, [3984] = 3059, [3985] = 2266, [3986] = 3888, [3987] = 2244, [3988] = 2249, [3989] = 2950, [3990] = 3990, [3991] = 2820, [3992] = 3065, [3993] = 3006, [3994] = 2245, [3995] = 2985, [3996] = 2968, [3997] = 2974, [3998] = 2819, [3999] = 3818, [4000] = 2948, [4001] = 2081, [4002] = 3011, [4003] = 3728, [4004] = 2820, [4005] = 2197, [4006] = 2177, [4007] = 4007, [4008] = 4008, [4009] = 2977, [4010] = 2571, [4011] = 2183, [4012] = 2970, [4013] = 4013, [4014] = 2945, [4015] = 4008, [4016] = 2176, [4017] = 2971, [4018] = 3032, [4019] = 2978, [4020] = 2184, [4021] = 2580, [4022] = 4022, [4023] = 2180, [4024] = 2997, [4025] = 322, [4026] = 317, [4027] = 3054, [4028] = 2805, [4029] = 2564, [4030] = 2199, [4031] = 4022, [4032] = 2972, [4033] = 2976, [4034] = 2186, [4035] = 3009, [4036] = 2975, [4037] = 3016, [4038] = 2185, [4039] = 2463, [4040] = 2551, [4041] = 4007, [4042] = 4013, [4043] = 2202, [4044] = 2084, [4045] = 3020, [4046] = 2189, [4047] = 2196, [4048] = 2192, [4049] = 2193, [4050] = 1404, [4051] = 3047, [4052] = 2953, [4053] = 4053, [4054] = 2200, [4055] = 2816, [4056] = 1405, [4057] = 3941, [4058] = 3627, [4059] = 3014, [4060] = 3913, [4061] = 2827, [4062] = 3885, [4063] = 3782, [4064] = 4064, [4065] = 3885, [4066] = 4066, [4067] = 4064, [4068] = 4064, [4069] = 4069, [4070] = 4070, [4071] = 3818, [4072] = 4072, [4073] = 4073, [4074] = 4064, [4075] = 4064, [4076] = 2084, [4077] = 4077, [4078] = 4066, [4079] = 4079, [4080] = 4079, [4081] = 2081, [4082] = 3904, [4083] = 4083, [4084] = 4083, [4085] = 4064, [4086] = 3949, [4087] = 4064, [4088] = 4064, [4089] = 4064, [4090] = 2836, [4091] = 4091, [4092] = 4092, [4093] = 3903, [4094] = 4094, [4095] = 4064, [4096] = 4064, [4097] = 4079, [4098] = 4066, [4099] = 4079, [4100] = 2564, [4101] = 4066, [4102] = 2580, [4103] = 4083, [4104] = 4064, [4105] = 4064, [4106] = 3193, [4107] = 4064, [4108] = 3888, [4109] = 4079, [4110] = 3782, [4111] = 3888, [4112] = 3818, [4113] = 4066, [4114] = 4083, [4115] = 4083, [4116] = 4116, [4117] = 4117, [4118] = 4064, [4119] = 4083, [4120] = 3888, [4121] = 3885, [4122] = 4064, [4123] = 4123, [4124] = 4066, [4125] = 4125, [4126] = 4126, [4127] = 4127, [4128] = 4128, [4129] = 4079, [4130] = 4066, [4131] = 4127, [4132] = 3628, [4133] = 2870, [4134] = 2415, [4135] = 4135, [4136] = 2878, [4137] = 2942, [4138] = 4138, [4139] = 4139, [4140] = 4126, [4141] = 4141, [4142] = 4142, [4143] = 4141, [4144] = 4142, [4145] = 4145, [4146] = 4146, [4147] = 4147, [4148] = 4148, [4149] = 4149, [4150] = 2884, [4151] = 4149, [4152] = 4148, [4153] = 4146, [4154] = 3054, [4155] = 4145, [4156] = 4147, [4157] = 4157, [4158] = 4125, [4159] = 4149, [4160] = 4142, [4161] = 3021, [4162] = 4148, [4163] = 3018, [4164] = 4141, [4165] = 3032, [4166] = 4146, [4167] = 3020, [4168] = 2997, [4169] = 4139, [4170] = 4138, [4171] = 4145, [4172] = 4139, [4173] = 3014, [4174] = 4135, [4175] = 4138, [4176] = 4176, [4177] = 4177, [4178] = 2978, [4179] = 3011, [4180] = 2974, [4181] = 2977, [4182] = 2976, [4183] = 3904, [4184] = 2975, [4185] = 4141, [4186] = 4142, [4187] = 3009, [4188] = 2972, [4189] = 2971, [4190] = 4149, [4191] = 2970, [4192] = 4148, [4193] = 3624, [4194] = 2081, [4195] = 3047, [4196] = 3016, [4197] = 4146, [4198] = 4145, [4199] = 4123, [4200] = 4200, [4201] = 4201, [4202] = 4135, [4203] = 2953, [4204] = 4204, [4205] = 4176, [4206] = 2945, [4207] = 4207, [4208] = 4200, [4209] = 4138, [4210] = 4207, [4211] = 4139, [4212] = 3885, [4213] = 4147, [4214] = 3888, [4215] = 4207, [4216] = 2551, [4217] = 2953, [4218] = 3949, [4219] = 4135, [4220] = 2945, [4221] = 4201, [4222] = 4135, [4223] = 4201, [4224] = 4224, [4225] = 4200, [4226] = 4141, [4227] = 3903, [4228] = 4142, [4229] = 4149, [4230] = 4148, [4231] = 4146, [4232] = 4201, [4233] = 4200, [4234] = 4145, [4235] = 2404, [4236] = 4236, [4237] = 4237, [4238] = 4207, [4239] = 4207, [4240] = 4135, [4241] = 3949, [4242] = 4147, [4243] = 4149, [4244] = 3904, [4245] = 4245, [4246] = 2865, [4247] = 4135, [4248] = 3016, [4249] = 4145, [4250] = 2968, [4251] = 3047, [4252] = 4139, [4253] = 2970, [4254] = 3054, [4255] = 2874, [4256] = 4200, [4257] = 2971, [4258] = 4138, [4259] = 4148, [4260] = 2081, [4261] = 3032, [4262] = 4262, [4263] = 3020, [4264] = 4135, [4265] = 2997, [4266] = 4201, [4267] = 4267, [4268] = 4200, [4269] = 2972, [4270] = 4270, [4271] = 3009, [4272] = 4146, [4273] = 2975, [4274] = 2976, [4275] = 4147, [4276] = 4276, [4277] = 4142, [4278] = 4135, [4279] = 4279, [4280] = 4138, [4281] = 4141, [4282] = 4139, [4283] = 3011, [4284] = 3014, [4285] = 2977, [4286] = 4141, [4287] = 4147, [4288] = 4142, [4289] = 4149, [4290] = 4145, [4291] = 2978, [4292] = 2983, [4293] = 4148, [4294] = 4201, [4295] = 4146, [4296] = 3903, [4297] = 4207, [4298] = 4138, [4299] = 4139, [4300] = 4147, [4301] = 4201, [4302] = 4200, [4303] = 4204, [4304] = 421, [4305] = 2970, [4306] = 4306, [4307] = 4307, [4308] = 4308, [4309] = 4309, [4310] = 4306, [4311] = 4311, [4312] = 4312, [4313] = 4313, [4314] = 2998, [4315] = 4306, [4316] = 2275, [4317] = 4317, [4318] = 4318, [4319] = 4319, [4320] = 4320, [4321] = 2985, [4322] = 2878, [4323] = 4308, [4324] = 475, [4325] = 468, [4326] = 4326, [4327] = 4327, [4328] = 4328, [4329] = 4327, [4330] = 4307, [4331] = 4320, [4332] = 4332, [4333] = 4333, [4334] = 4312, [4335] = 4313, [4336] = 4336, [4337] = 4337, [4338] = 4338, [4339] = 3032, [4340] = 4340, [4341] = 4341, [4342] = 2993, [4343] = 2995, [4344] = 4328, [4345] = 4326, [4346] = 4346, [4347] = 4327, [4348] = 4320, [4349] = 4317, [4350] = 4313, [4351] = 4317, [4352] = 3008, [4353] = 2971, [4354] = 2580, [4355] = 460, [4356] = 4311, [4357] = 4336, [4358] = 3012, [4359] = 2999, [4360] = 4360, [4361] = 4361, [4362] = 2810, [4363] = 2968, [4364] = 4317, [4365] = 2119, [4366] = 4336, [4367] = 4328, [4368] = 4338, [4369] = 4313, [4370] = 4370, [4371] = 3021, [4372] = 4308, [4373] = 4320, [4374] = 4374, [4375] = 4326, [4376] = 4327, [4377] = 4377, [4378] = 4327, [4379] = 2983, [4380] = 2942, [4381] = 4317, [4382] = 4382, [4383] = 3020, [4384] = 2997, [4385] = 4346, [4386] = 3047, [4387] = 3018, [4388] = 4338, [4389] = 4389, [4390] = 2974, [4391] = 3016, [4392] = 4346, [4393] = 3037, [4394] = 3045, [4395] = 4338, [4396] = 3068, [4397] = 4326, [4398] = 4328, [4399] = 2084, [4400] = 4327, [4401] = 4317, [4402] = 3048, [4403] = 4326, [4404] = 3049, [4405] = 571, [4406] = 4328, [4407] = 4311, [4408] = 4326, [4409] = 4317, [4410] = 3050, [4411] = 3011, [4412] = 4328, [4413] = 3052, [4414] = 2870, [4415] = 4307, [4416] = 4306, [4417] = 4346, [4418] = 4338, [4419] = 4317, [4420] = 4326, [4421] = 4327, [4422] = 4326, [4423] = 3059, [4424] = 4424, [4425] = 2945, [4426] = 4336, [4427] = 2564, [4428] = 4370, [4429] = 4318, [4430] = 2984, [4431] = 4340, [4432] = 4312, [4433] = 4317, [4434] = 4337, [4435] = 420, [4436] = 4312, [4437] = 4328, [4438] = 4318, [4439] = 4338, [4440] = 4311, [4441] = 3061, [4442] = 2953, [4443] = 3062, [4444] = 3010, [4445] = 4320, [4446] = 3064, [4447] = 2978, [4448] = 3065, [4449] = 4346, [4450] = 4327, [4451] = 2947, [4452] = 4318, [4453] = 4333, [4454] = 4338, [4455] = 3025, [4456] = 2949, [4457] = 419, [4458] = 4458, [4459] = 4333, [4460] = 4313, [4461] = 2950, [4462] = 2977, [4463] = 4311, [4464] = 4464, [4465] = 3054, [4466] = 4318, [4467] = 4312, [4468] = 4311, [4469] = 4328, [4470] = 4306, [4471] = 4471, [4472] = 2976, [4473] = 583, [4474] = 3014, [4475] = 4475, [4476] = 3069, [4477] = 4308, [4478] = 3005, [4479] = 2975, [4480] = 3004, [4481] = 4481, [4482] = 411, [4483] = 4326, [4484] = 2996, [4485] = 4308, [4486] = 3006, [4487] = 3009, [4488] = 4370, [4489] = 2972, [4490] = 4318, [4491] = 478, [4492] = 4370, [4493] = 4320, [4494] = 3904, [4495] = 4312, [4496] = 4346, [4497] = 4328, [4498] = 4346, [4499] = 4308, [4500] = 3013, [4501] = 3027, [4502] = 4327, [4503] = 3903, [4504] = 4306, [4505] = 4505, [4506] = 4311, [4507] = 4313, [4508] = 4338, [4509] = 4509, [4510] = 4319, [4511] = 4424, [4512] = 2948, [4513] = 4333, [4514] = 2819, [4515] = 4515, [4516] = 4126, [4517] = 2463, [4518] = 3931, [4519] = 3885, [4520] = 3961, [4521] = 2084, [4522] = 3903, [4523] = 3885, [4524] = 3888, [4525] = 3888, [4526] = 4123, [4527] = 4125, [4528] = 4528, [4529] = 4529, [4530] = 4530, [4531] = 4127, [4532] = 3904, [4533] = 3903, [4534] = 4125, [4535] = 4535, [4536] = 2377, [4537] = 4123, [4538] = 4538, [4539] = 3904, [4540] = 2768, [4541] = 3656, [4542] = 4127, [4543] = 4543, [4544] = 4544, [4545] = 4127, [4546] = 3639, [4547] = 4126, [4548] = 4125, [4549] = 4123, [4550] = 3643, [4551] = 4126, [4552] = 2551, [4553] = 4553, [4554] = 2415, [4555] = 4126, [4556] = 2564, [4557] = 2580, [4558] = 4558, [4559] = 4558, [4560] = 2247, [4561] = 4561, [4562] = 4561, [4563] = 4561, [4564] = 4127, [4565] = 4565, [4566] = 4565, [4567] = 4123, [4568] = 4565, [4569] = 4565, [4570] = 4558, [4571] = 4571, [4572] = 4558, [4573] = 4571, [4574] = 4571, [4575] = 4571, [4576] = 4576, [4577] = 2415, [4578] = 4561, [4579] = 4565, [4580] = 4558, [4581] = 4571, [4582] = 4561, [4583] = 4565, [4584] = 4561, [4585] = 4585, [4586] = 2404, [4587] = 4565, [4588] = 4558, [4589] = 2415, [4590] = 4558, [4591] = 4565, [4592] = 2275, [4593] = 4558, [4594] = 4558, [4595] = 4561, [4596] = 4571, [4597] = 2404, [4598] = 4565, [4599] = 4125, [4600] = 2404, [4601] = 4558, [4602] = 4558, [4603] = 4571, [4604] = 4565, [4605] = 4565, [4606] = 4123, [4607] = 4125, [4608] = 4127, [4609] = 4126, [4610] = 4538, [4611] = 3627, [4612] = 4612, [4613] = 3728, [4614] = 2377, [4615] = 3731, [4616] = 2377, [4617] = 4617, [4618] = 4618, [4619] = 4618, [4620] = 4620, [4621] = 4621, [4622] = 4621, [4623] = 4123, [4624] = 4125, [4625] = 4625, [4626] = 4620, [4627] = 4620, [4628] = 4618, [4629] = 4625, [4630] = 4630, [4631] = 4631, [4632] = 4632, [4633] = 4618, [4634] = 4620, [4635] = 4631, [4636] = 4625, [4637] = 4620, [4638] = 4617, [4639] = 2095, [4640] = 2101, [4641] = 2105, [4642] = 2094, [4643] = 2093, [4644] = 2090, [4645] = 2085, [4646] = 4631, [4647] = 4618, [4648] = 4127, [4649] = 4618, [4650] = 4620, [4651] = 4126, [4652] = 4620, [4653] = 4618, [4654] = 4617, [4655] = 4617, [4656] = 4620, [4657] = 4617, [4658] = 4620, [4659] = 4659, [4660] = 4620, [4661] = 4661, [4662] = 4630, [4663] = 4631, [4664] = 4625, [4665] = 4632, [4666] = 4617, [4667] = 4659, [4668] = 4621, [4669] = 4631, [4670] = 4620, [4671] = 4625, [4672] = 4625, [4673] = 2160, [4674] = 2215, [4675] = 4675, [4676] = 2235, [4677] = 2234, [4678] = 4620, [4679] = 4620, [4680] = 4617, [4681] = 4620, [4682] = 4621, [4683] = 4621, [4684] = 4621, [4685] = 2227, [4686] = 4620, [4687] = 4621, [4688] = 4688, [4689] = 4625, [4690] = 4690, [4691] = 4618, [4692] = 4631, [4693] = 4620, [4694] = 2580, [4695] = 2564, [4696] = 4618, [4697] = 4620, [4698] = 4698, [4699] = 4698, [4700] = 4700, [4701] = 4701, [4702] = 4702, [4703] = 4701, [4704] = 4704, [4705] = 2551, [4706] = 4706, [4707] = 4706, [4708] = 4704, [4709] = 4709, [4710] = 4710, [4711] = 2182, [4712] = 4706, [4713] = 4713, [4714] = 4698, [4715] = 4709, [4716] = 4698, [4717] = 4717, [4718] = 2377, [4719] = 4710, [4720] = 4709, [4721] = 2404, [4722] = 2251, [4723] = 4701, [4724] = 4704, [4725] = 4710, [4726] = 4706, [4727] = 4709, [4728] = 4698, [4729] = 4704, [4730] = 4709, [4731] = 4701, [4732] = 4698, [4733] = 2190, [4734] = 4698, [4735] = 4698, [4736] = 4710, [4737] = 4706, [4738] = 4701, [4739] = 4706, [4740] = 4698, [4741] = 4709, [4742] = 4709, [4743] = 4709, [4744] = 4744, [4745] = 4701, [4746] = 4704, [4747] = 4698, [4748] = 4701, [4749] = 2194, [4750] = 4706, [4751] = 4709, [4752] = 4752, [4753] = 2415, [4754] = 4709, [4755] = 4701, [4756] = 4701, [4757] = 4698, [4758] = 4710, [4759] = 4709, [4760] = 2580, [4761] = 4761, [4762] = 2580, [4763] = 4612, [4764] = 2564, [4765] = 2580, [4766] = 2551, [4767] = 4767, [4768] = 2564, [4769] = 2564, [4770] = 2377, [4771] = 2551, [4772] = 4772, [4773] = 2229, [4774] = 2580, [4775] = 2222, [4776] = 2564, [4777] = 2230, [4778] = 2221, [4779] = 2580, [4780] = 2564, [4781] = 4781, [4782] = 2239, [4783] = 2284, [4784] = 2258, [4785] = 2252, [4786] = 2287, [4787] = 2273, [4788] = 4788, [4789] = 2768, [4790] = 2285, [4791] = 2282, [4792] = 2286, [4793] = 2241, [4794] = 2276, [4795] = 2272, [4796] = 2262, [4797] = 4788, [4798] = 2261, [4799] = 4788, [4800] = 2271, [4801] = 2260, [4802] = 2265, [4803] = 2256, [4804] = 2255, [4805] = 2270, [4806] = 2253, [4807] = 2257, [4808] = 2266, [4809] = 2240, [4810] = 2264, [4811] = 4788, [4812] = 2269, [4813] = 2268, [4814] = 2274, [4815] = 2278, [4816] = 4788, [4817] = 2551, [4818] = 2263, [4819] = 2280, [4820] = 4767, [4821] = 2243, [4822] = 4761, [4823] = 2244, [4824] = 2245, [4825] = 2248, [4826] = 2249, [4827] = 4788, [4828] = 2259, [4829] = 3931, [4830] = 2275, [4831] = 4831, [4832] = 4832, [4833] = 4833, [4834] = 4834, [4835] = 4835, [4836] = 4836, [4837] = 4837, [4838] = 4838, [4839] = 4839, [4840] = 4840, [4841] = 4841, [4842] = 4835, [4843] = 4836, [4844] = 4837, [4845] = 4838, [4846] = 4839, [4847] = 4840, [4848] = 4841, [4849] = 4835, [4850] = 4840, [4851] = 4841, [4852] = 4835, [4853] = 4837, [4854] = 4837, [4855] = 4837, [4856] = 4838, [4857] = 4839, [4858] = 4840, [4859] = 4841, [4860] = 4838, [4861] = 4835, [4862] = 4839, [4863] = 4841, [4864] = 4840, [4865] = 4831, [4866] = 4840, [4867] = 4841, [4868] = 4835, [4869] = 4836, [4870] = 4838, [4871] = 4839, [4872] = 4839, [4873] = 4840, [4874] = 4838, [4875] = 4837, [4876] = 4841, [4877] = 4832, [4878] = 4835, [4879] = 4840, [4880] = 4840, [4881] = 4841, [4882] = 4835, [4883] = 4841, [4884] = 4835, [4885] = 4840, [4886] = 4841, [4887] = 4835, [4888] = 4835, [4889] = 4840, [4890] = 4841, [4891] = 4835, [4892] = 4840, [4893] = 4841, [4894] = 4835, [4895] = 4837, [4896] = 4840, [4897] = 4841, [4898] = 4838, [4899] = 4835, [4900] = 4839, [4901] = 4841, [4902] = 4836, [4903] = 4840, [4904] = 4840, [4905] = 4841, [4906] = 4835, [4907] = 4837, [4908] = 4838, [4909] = 4839, [4910] = 4833, [4911] = 4834, [4912] = 3961, [4913] = 4839, [4914] = 4835, [4915] = 4838, [4916] = 4841, [4917] = 4840, [4918] = 4841, [4919] = 4835, [4920] = 4837, [4921] = 4840, [4922] = 4922, [4923] = 4923, [4924] = 4924, [4925] = 4922, [4926] = 4922, [4927] = 4923, [4928] = 4922, [4929] = 4923, [4930] = 4922, [4931] = 4923, [4932] = 4922, [4933] = 4924, [4934] = 4924, [4935] = 4924, [4936] = 4923, [4937] = 4922, [4938] = 4923, [4939] = 4922, [4940] = 4940, [4941] = 4923, [4942] = 3941, [4943] = 4924, [4944] = 2377, [4945] = 4923, [4946] = 4923, [4947] = 4923, [4948] = 4923, [4949] = 4922, [4950] = 4923, [4951] = 4924, [4952] = 4922, [4953] = 4923, [4954] = 4924, [4955] = 4922, [4956] = 4924, [4957] = 4922, [4958] = 4922, [4959] = 4923, [4960] = 4923, [4961] = 4922, [4962] = 4922, [4963] = 4924, [4964] = 4832, [4965] = 4833, [4966] = 4966, [4967] = 4831, [4968] = 4832, [4969] = 4966, [4970] = 4831, [4971] = 4834, [4972] = 4972, [4973] = 4831, [4974] = 4833, [4975] = 4940, [4976] = 4832, [4977] = 4833, [4978] = 4972, [4979] = 4979, [4980] = 4980, [4981] = 4981, [4982] = 4982, [4983] = 4983, [4984] = 4984, [4985] = 4979, [4986] = 4982, [4987] = 4987, [4988] = 4983, [4989] = 4979, [4990] = 4990, [4991] = 4834, [4992] = 4992, [4993] = 4993, [4994] = 4994, [4995] = 4979, [4996] = 4982, [4997] = 4997, [4998] = 4998, [4999] = 4999, [5000] = 5000, [5001] = 2874, [5002] = 4997, [5003] = 5003, [5004] = 5004, [5005] = 5005, [5006] = 4998, [5007] = 5007, [5008] = 5008, [5009] = 4982, [5010] = 5007, [5011] = 5005, [5012] = 4997, [5013] = 4979, [5014] = 4982, [5015] = 3941, [5016] = 4997, [5017] = 5017, [5018] = 5018, [5019] = 4997, [5020] = 5020, [5021] = 2463, [5022] = 4979, [5023] = 5004, [5024] = 4990, [5025] = 5025, [5026] = 4993, [5027] = 4979, [5028] = 4982, [5029] = 5029, [5030] = 4982, [5031] = 5031, [5032] = 4997, [5033] = 4833, [5034] = 5004, [5035] = 5035, [5036] = 4979, [5037] = 4982, [5038] = 4979, [5039] = 5025, [5040] = 5040, [5041] = 5007, [5042] = 4979, [5043] = 5043, [5044] = 4982, [5045] = 5045, [5046] = 4982, [5047] = 4997, [5048] = 4979, [5049] = 4997, [5050] = 5050, [5051] = 4981, [5052] = 5052, [5053] = 5053, [5054] = 5054, [5055] = 5055, [5056] = 5007, [5057] = 4997, [5058] = 4982, [5059] = 4979, [5060] = 5060, [5061] = 5004, [5062] = 5062, [5063] = 5018, [5064] = 5064, [5065] = 5065, [5066] = 5066, [5067] = 5067, [5068] = 5068, [5069] = 4997, [5070] = 4832, [5071] = 4997, [5072] = 4979, [5073] = 4982, [5074] = 4982, [5075] = 4979, [5076] = 4834, [5077] = 4997, [5078] = 4997, [5079] = 5007, [5080] = 4831, [5081] = 5081, [5082] = 5082, [5083] = 4979, [5084] = 5084, [5085] = 5085, [5086] = 4997, [5087] = 4982, [5088] = 5088, [5089] = 5020, [5090] = 5008, [5091] = 5091, [5092] = 5092, [5093] = 4982, [5094] = 4997, [5095] = 4997, [5096] = 4999, [5097] = 5020, [5098] = 4979, [5099] = 4982, [5100] = 4987, [5101] = 4982, [5102] = 4994, [5103] = 5020, [5104] = 4997, [5105] = 4979, [5106] = 5053, [5107] = 5050, [5108] = 5108, [5109] = 5109, [5110] = 5003, [5111] = 5108, [5112] = 5092, [5113] = 5113, [5114] = 5108, [5115] = 5067, [5116] = 5065, [5117] = 5091, [5118] = 5118, [5119] = 5084, [5120] = 5120, [5121] = 5060, [5122] = 5118, [5123] = 4834, [5124] = 5068, [5125] = 5066, [5126] = 4992, [5127] = 5108, [5128] = 5055, [5129] = 5129, [5130] = 4980, [5131] = 5118, [5132] = 5132, [5133] = 5045, [5134] = 5088, [5135] = 5082, [5136] = 5043, [5137] = 2874, [5138] = 5118, [5139] = 5139, [5140] = 5085, [5141] = 5040, [5142] = 5031, [5143] = 5081, [5144] = 5062, [5145] = 5118, [5146] = 5146, [5147] = 5029, [5148] = 5035, [5149] = 5109, [5150] = 5017, [5151] = 5064, [5152] = 5152, [5153] = 4834, [5154] = 4832, [5155] = 5155, [5156] = 5155, [5157] = 4833, [5158] = 4831, [5159] = 4833, [5160] = 5155, [5161] = 4832, [5162] = 4831, [5163] = 5066, [5164] = 5060, [5165] = 2810, [5166] = 5166, [5167] = 2819, [5168] = 5066, [5169] = 5169, [5170] = 5055, [5171] = 5171, [5172] = 5172, [5173] = 5166, [5174] = 4980, [5175] = 5166, [5176] = 5166, [5177] = 5060, [5178] = 5171, [5179] = 5179, [5180] = 5166, [5181] = 5172, [5182] = 5171, [5183] = 5171, [5184] = 4992, [5185] = 5172, [5186] = 5171, [5187] = 4992, [5188] = 5172, [5189] = 5166, [5190] = 5171, [5191] = 5172, [5192] = 5055, [5193] = 5091, [5194] = 5084, [5195] = 4834, [5196] = 5055, [5197] = 4980, [5198] = 5171, [5199] = 5084, [5200] = 5066, [5201] = 5085, [5202] = 5068, [5203] = 5060, [5204] = 5085, [5205] = 5171, [5206] = 5172, [5207] = 5172, [5208] = 5166, [5209] = 5209, [5210] = 2404, [5211] = 5166, [5212] = 4980, [5213] = 2415, [5214] = 5166, [5215] = 5091, [5216] = 5172, [5217] = 5091, [5218] = 4992, [5219] = 5172, [5220] = 5171, [5221] = 5166, [5222] = 5084, [5223] = 5085, [5224] = 5171, [5225] = 5068, [5226] = 5226, [5227] = 5169, [5228] = 5068, [5229] = 5229, [5230] = 2184, [5231] = 2180, [5232] = 5232, [5233] = 5233, [5234] = 5233, [5235] = 5235, [5236] = 2176, [5237] = 2202, [5238] = 2810, [5239] = 5239, [5240] = 5240, [5241] = 5241, [5242] = 5242, [5243] = 5242, [5244] = 2177, [5245] = 5245, [5246] = 5246, [5247] = 5247, [5248] = 5246, [5249] = 5247, [5250] = 5250, [5251] = 4992, [5252] = 5232, [5253] = 5241, [5254] = 2197, [5255] = 4980, [5256] = 5232, [5257] = 5257, [5258] = 5055, [5259] = 5060, [5260] = 5260, [5261] = 2192, [5262] = 2196, [5263] = 5263, [5264] = 5241, [5265] = 5066, [5266] = 5068, [5267] = 5257, [5268] = 5084, [5269] = 322, [5270] = 5241, [5271] = 5091, [5272] = 5241, [5273] = 2185, [5274] = 5232, [5275] = 5085, [5276] = 317, [5277] = 2199, [5278] = 5278, [5279] = 5279, [5280] = 5232, [5281] = 5281, [5282] = 5241, [5283] = 5242, [5284] = 5284, [5285] = 5285, [5286] = 5242, [5287] = 2819, [5288] = 5241, [5289] = 5289, [5290] = 5241, [5291] = 5242, [5292] = 2183, [5293] = 5293, [5294] = 5284, [5295] = 5241, [5296] = 5241, [5297] = 5297, [5298] = 2200, [5299] = 2189, [5300] = 5300, [5301] = 5241, [5302] = 5285, [5303] = 5303, [5304] = 5242, [5305] = 5241, [5306] = 5232, [5307] = 2186, [5308] = 5241, [5309] = 5229, [5310] = 2193, [5311] = 5297, [5312] = 5312, [5313] = 5313, [5314] = 5313, [5315] = 5315, [5316] = 5315, [5317] = 5313, [5318] = 5293, [5319] = 5313, [5320] = 4781, [5321] = 5321, [5322] = 5322, [5323] = 5281, [5324] = 5315, [5325] = 5313, [5326] = 5300, [5327] = 5321, [5328] = 5321, [5329] = 5313, [5330] = 5321, [5331] = 5313, [5332] = 5315, [5333] = 5313, [5334] = 5315, [5335] = 5315, [5336] = 5336, [5337] = 5315, [5338] = 5338, [5339] = 5279, [5340] = 5313, [5341] = 5315, [5342] = 5289, [5343] = 5313, [5344] = 5313, [5345] = 5322, [5346] = 5313, [5347] = 5313, [5348] = 5321, [5349] = 5322, [5350] = 5321, [5351] = 5313, [5352] = 5313, [5353] = 5278, [5354] = 5315, [5355] = 5322, [5356] = 5313, [5357] = 5315, [5358] = 5358, [5359] = 5359, [5360] = 5360, [5361] = 5321, [5362] = 5362, [5363] = 5313, [5364] = 5364, [5365] = 5365, [5366] = 5365, [5367] = 5367, [5368] = 5367, [5369] = 5367, [5370] = 5370, [5371] = 2819, [5372] = 5372, [5373] = 5085, [5374] = 5365, [5375] = 5375, [5376] = 5068, [5377] = 5377, [5378] = 5066, [5379] = 5365, [5380] = 5084, [5381] = 5381, [5382] = 5365, [5383] = 5383, [5384] = 5383, [5385] = 5385, [5386] = 5336, [5387] = 5385, [5388] = 5388, [5389] = 5358, [5390] = 5360, [5391] = 2819, [5392] = 5091, [5393] = 5375, [5394] = 5394, [5395] = 5395, [5396] = 5396, [5397] = 5397, [5398] = 5398, [5399] = 5399, [5400] = 5400, [5401] = 5401, [5402] = 5367, [5403] = 5365, [5404] = 5365, [5405] = 5367, [5406] = 5406, [5407] = 5399, [5408] = 5365, [5409] = 5365, [5410] = 5410, [5411] = 5411, [5412] = 5365, [5413] = 5395, [5414] = 5365, [5415] = 5365, [5416] = 5367, [5417] = 5400, [5418] = 5411, [5419] = 5365, [5420] = 5420, [5421] = 5377, [5422] = 5359, [5423] = 5406, [5424] = 5085, [5425] = 5365, [5426] = 2810, [5427] = 5091, [5428] = 5410, [5429] = 5084, [5430] = 5388, [5431] = 5431, [5432] = 5364, [5433] = 5068, [5434] = 5434, [5435] = 5066, [5436] = 4992, [5437] = 5420, [5438] = 5438, [5439] = 4980, [5440] = 5411, [5441] = 5060, [5442] = 5055, [5443] = 5396, [5444] = 5411, [5445] = 2810, [5446] = 5446, [5447] = 5434, [5448] = 5367, [5449] = 5367, [5450] = 4980, [5451] = 4992, [5452] = 5365, [5453] = 5338, [5454] = 5411, [5455] = 5367, [5456] = 5456, [5457] = 5457, [5458] = 5372, [5459] = 5459, [5460] = 5362, [5461] = 5461, [5462] = 5394, [5463] = 5431, [5464] = 5438, [5465] = 5365, [5466] = 5466, [5467] = 5411, [5468] = 5312, [5469] = 5365, [5470] = 5055, [5471] = 5459, [5472] = 5060, [5473] = 5457, [5474] = 5370, [5475] = 2192, [5476] = 5476, [5477] = 5477, [5478] = 5478, [5479] = 2202, [5480] = 5476, [5481] = 5293, [5482] = 5482, [5483] = 5483, [5484] = 5483, [5485] = 5279, [5486] = 5278, [5487] = 5483, [5488] = 5478, [5489] = 2185, [5490] = 5281, [5491] = 5476, [5492] = 5476, [5493] = 2180, [5494] = 5289, [5495] = 5482, [5496] = 2184, [5497] = 5497, [5498] = 5476, [5499] = 5499, [5500] = 5500, [5501] = 5300, [5502] = 5478, [5503] = 5482, [5504] = 5476, [5505] = 5505, [5506] = 2810, [5507] = 5476, [5508] = 2176, [5509] = 5499, [5510] = 5482, [5511] = 5499, [5512] = 5499, [5513] = 2177, [5514] = 5278, [5515] = 2197, [5516] = 5482, [5517] = 5517, [5518] = 5478, [5519] = 5499, [5520] = 5499, [5521] = 5478, [5522] = 5483, [5523] = 5483, [5524] = 5478, [5525] = 5476, [5526] = 5279, [5527] = 5476, [5528] = 5281, [5529] = 5499, [5530] = 317, [5531] = 5293, [5532] = 5499, [5533] = 2196, [5534] = 322, [5535] = 5535, [5536] = 5499, [5537] = 5478, [5538] = 5289, [5539] = 5483, [5540] = 5540, [5541] = 2183, [5542] = 5300, [5543] = 2200, [5544] = 2199, [5545] = 2819, [5546] = 5482, [5547] = 2193, [5548] = 2189, [5549] = 2186, [5550] = 5550, [5551] = 5478, [5552] = 5478, [5553] = 5553, [5554] = 5554, [5555] = 5553, [5556] = 5556, [5557] = 2810, [5558] = 5553, [5559] = 5553, [5560] = 5560, [5561] = 5466, [5562] = 5553, [5563] = 5554, [5564] = 5398, [5565] = 5553, [5566] = 5554, [5567] = 5397, [5568] = 5401, [5569] = 5553, [5570] = 5554, [5571] = 5553, [5572] = 5560, [5573] = 5553, [5574] = 5560, [5575] = 2882, [5576] = 5553, [5577] = 5577, [5578] = 5279, [5579] = 5358, [5580] = 5359, [5581] = 5360, [5582] = 5362, [5583] = 5583, [5584] = 5281, [5585] = 5553, [5586] = 5338, [5587] = 5587, [5588] = 5336, [5589] = 5456, [5590] = 5312, [5591] = 5293, [5592] = 5553, [5593] = 5553, [5594] = 5594, [5595] = 5289, [5596] = 2819, [5597] = 5300, [5598] = 5553, [5599] = 2084, [5600] = 4781, [5601] = 5553, [5602] = 5602, [5603] = 5553, [5604] = 5553, [5605] = 5278, [5606] = 5560, [5607] = 5560, [5608] = 5554, [5609] = 3035, [5610] = 5610, [5611] = 5358, [5612] = 5612, [5613] = 5613, [5614] = 5612, [5615] = 5615, [5616] = 5616, [5617] = 5617, [5618] = 5612, [5619] = 5619, [5620] = 5617, [5621] = 5312, [5622] = 5617, [5623] = 5623, [5624] = 5362, [5625] = 5338, [5626] = 5626, [5627] = 5362, [5628] = 5628, [5629] = 5338, [5630] = 5612, [5631] = 5617, [5632] = 5617, [5633] = 5456, [5634] = 5617, [5635] = 5359, [5636] = 5636, [5637] = 5398, [5638] = 2842, [5639] = 5358, [5640] = 5617, [5641] = 5336, [5642] = 5612, [5643] = 2810, [5644] = 5466, [5645] = 3019, [5646] = 5646, [5647] = 5278, [5648] = 5336, [5649] = 2850, [5650] = 5279, [5651] = 5612, [5652] = 5652, [5653] = 2989, [5654] = 5281, [5655] = 5655, [5656] = 5397, [5657] = 5293, [5658] = 5658, [5659] = 5617, [5660] = 2848, [5661] = 5289, [5662] = 5360, [5663] = 2847, [5664] = 2819, [5665] = 2846, [5666] = 5612, [5667] = 2845, [5668] = 5401, [5669] = 5300, [5670] = 5360, [5671] = 5671, [5672] = 5359, [5673] = 5617, [5674] = 5312, [5675] = 5612, [5676] = 5612, [5677] = 5312, [5678] = 5289, [5679] = 5679, [5680] = 5680, [5681] = 5336, [5682] = 5338, [5683] = 5683, [5684] = 5684, [5685] = 5685, [5686] = 5362, [5687] = 5687, [5688] = 5688, [5689] = 5689, [5690] = 5360, [5691] = 5359, [5692] = 5692, [5693] = 5358, [5694] = 5694, [5695] = 5687, [5696] = 5696, [5697] = 5697, [5698] = 5698, [5699] = 5300, [5700] = 5700, [5701] = 5701, [5702] = 3038, [5703] = 5279, [5704] = 5278, [5705] = 5583, [5706] = 5293, [5707] = 5281, [5708] = 5708, [5709] = 5709, [5710] = 5710, [5711] = 5710, [5712] = 2810, [5713] = 5709, [5714] = 5714, [5715] = 5715, [5716] = 5715, [5717] = 5714, [5718] = 5709, [5719] = 5719, [5720] = 5719, [5721] = 5710, [5722] = 5715, [5723] = 5723, [5724] = 5714, [5725] = 5719, [5726] = 5715, [5727] = 2085, [5728] = 5719, [5729] = 5358, [5730] = 5359, [5731] = 5360, [5732] = 5732, [5733] = 5362, [5734] = 5715, [5735] = 5714, [5736] = 2093, [5737] = 5338, [5738] = 5336, [5739] = 5709, [5740] = 2094, [5741] = 5312, [5742] = 5710, [5743] = 5719, [5744] = 5715, [5745] = 5723, [5746] = 5719, [5747] = 5719, [5748] = 2105, [5749] = 5715, [5750] = 2101, [5751] = 5709, [5752] = 5710, [5753] = 5723, [5754] = 2095, [5755] = 5719, [5756] = 5756, [5757] = 5757, [5758] = 5715, [5759] = 5709, [5760] = 5723, [5761] = 5723, [5762] = 5723, [5763] = 5710, [5764] = 5709, [5765] = 5757, [5766] = 5715, [5767] = 5767, [5768] = 5715, [5769] = 5710, [5770] = 5381, [5771] = 5446, [5772] = 5723, [5773] = 5710, [5774] = 5715, [5775] = 5715, [5776] = 5709, [5777] = 5719, [5778] = 5715, [5779] = 5715, [5780] = 5715, [5781] = 5715, [5782] = 5723, [5783] = 5715, [5784] = 5719, [5785] = 5785, [5786] = 5757, [5787] = 5714, [5788] = 2819, [5789] = 5723, [5790] = 5714, [5791] = 5710, [5792] = 5709, [5793] = 5710, [5794] = 5723, [5795] = 5715, [5796] = 5723, [5797] = 5710, [5798] = 5719, [5799] = 5714, [5800] = 5800, [5801] = 2090, [5802] = 5757, [5803] = 5709, [5804] = 5715, [5805] = 5709, [5806] = 5715, [5807] = 5714, [5808] = 5757, [5809] = 5714, [5810] = 5810, [5811] = 5811, [5812] = 5500, [5813] = 5813, [5814] = 5814, [5815] = 5813, [5816] = 5811, [5817] = 5540, [5818] = 5477, [5819] = 5810, [5820] = 5811, [5821] = 5497, [5822] = 5813, [5823] = 5811, [5824] = 5824, [5825] = 5813, [5826] = 5826, [5827] = 5810, [5828] = 5811, [5829] = 5824, [5830] = 5358, [5831] = 5831, [5832] = 5398, [5833] = 5813, [5834] = 5397, [5835] = 5814, [5836] = 5312, [5837] = 5814, [5838] = 5811, [5839] = 5839, [5840] = 5824, [5841] = 5466, [5842] = 5338, [5843] = 5811, [5844] = 5362, [5845] = 5456, [5846] = 5824, [5847] = 5401, [5848] = 5381, [5849] = 5849, [5850] = 5850, [5851] = 5851, [5852] = 5852, [5853] = 5853, [5854] = 5814, [5855] = 5813, [5856] = 5359, [5857] = 5850, [5858] = 5336, [5859] = 5850, [5860] = 5810, [5861] = 5811, [5862] = 5824, [5863] = 5850, [5864] = 5813, [5865] = 5824, [5866] = 5813, [5867] = 5867, [5868] = 5813, [5869] = 5850, [5870] = 5360, [5871] = 5824, [5872] = 5811, [5873] = 5810, [5874] = 5446, [5875] = 5505, [5876] = 5876, [5877] = 5877, [5878] = 5878, [5879] = 5879, [5880] = 5880, [5881] = 5881, [5882] = 5882, [5883] = 5883, [5884] = 2900, [5885] = 5878, [5886] = 5878, [5887] = 5878, [5888] = 5876, [5889] = 5876, [5890] = 2913, [5891] = 5891, [5892] = 5878, [5893] = 5876, [5894] = 2919, [5895] = 5895, [5896] = 5876, [5897] = 5897, [5898] = 5898, [5899] = 5897, [5900] = 5900, [5901] = 5901, [5902] = 5902, [5903] = 5903, [5904] = 5901, [5905] = 5905, [5906] = 5906, [5907] = 5907, [5908] = 5908, [5909] = 5909, [5910] = 5905, [5911] = 5905, [5912] = 5901, [5913] = 5906, [5914] = 5914, [5915] = 5901, [5916] = 5905, [5917] = 5901, [5918] = 5901, [5919] = 5897, [5920] = 5906, [5921] = 5906, [5922] = 5623, [5923] = 5906, [5924] = 5901, [5925] = 5897, [5926] = 5906, [5927] = 5905, [5928] = 5928, [5929] = 5929, [5930] = 5930, [5931] = 5901, [5932] = 5932, [5933] = 5908, [5934] = 5934, [5935] = 5906, [5936] = 5936, [5937] = 5937, [5938] = 5901, [5939] = 5897, [5940] = 5905, [5941] = 5906, [5942] = 5942, [5943] = 5908, [5944] = 5944, [5945] = 5655, [5946] = 5930, [5947] = 5947, [5948] = 5906, [5949] = 5897, [5950] = 5950, [5951] = 5951, [5952] = 5908, [5953] = 5953, [5954] = 5954, [5955] = 5953, [5956] = 5956, [5957] = 5953, [5958] = 5958, [5959] = 5959, [5960] = 5960, [5961] = 5961, [5962] = 5962, [5963] = 5953, [5964] = 5964, [5965] = 5953, [5966] = 5966, [5967] = 5967, [5968] = 5958, [5969] = 5969, [5970] = 5970, [5971] = 5971, [5972] = 5972, [5973] = 5973, [5974] = 5974, [5975] = 5975, [5976] = 5969, [5977] = 5971, [5978] = 5978, [5979] = 5973, [5980] = 5980, [5981] = 5971, [5982] = 5974, [5983] = 5983, [5984] = 5969, [5985] = 5985, [5986] = 5986, [5987] = 5987, [5988] = 5971, [5989] = 5989, [5990] = 5973, [5991] = 5991, [5992] = 5992, [5993] = 5991, [5994] = 5994, [5995] = 5995, [5996] = 5995, [5997] = 5997, [5998] = 5998, [5999] = 5999, [6000] = 5971, [6001] = 6001, [6002] = 5999, [6003] = 5978, [6004] = 6001, [6005] = 5998, [6006] = 5999, [6007] = 5991, [6008] = 5969, [6009] = 6009, [6010] = 5992, [6011] = 6011, [6012] = 5998, [6013] = 5985, [6014] = 5991, [6015] = 5971, [6016] = 5971, [6017] = 6001, [6018] = 6018, [6019] = 5994, [6020] = 5971, [6021] = 6021, [6022] = 5985, [6023] = 5985, [6024] = 5995, [6025] = 5980, [6026] = 6026, [6027] = 6027, [6028] = 5994, [6029] = 6029, [6030] = 6009, [6031] = 5999, [6032] = 5980, [6033] = 5985, [6034] = 5971, [6035] = 5980, [6036] = 5971, [6037] = 6026, [6038] = 5980, [6039] = 6039, [6040] = 6009, [6041] = 6021, [6042] = 6029, [6043] = 6029, [6044] = 6021, [6045] = 6009, [6046] = 6001, [6047] = 5997, [6048] = 6048, [6049] = 6026, [6050] = 5969, [6051] = 5999, [6052] = 5978, [6053] = 6053, [6054] = 5987, [6055] = 5969, [6056] = 6056, [6057] = 5989, [6058] = 5974, [6059] = 5998, [6060] = 5997, [6061] = 6061, [6062] = 5973, [6063] = 5985, [6064] = 5992, [6065] = 5978, [6066] = 5994, [6067] = 6021, [6068] = 6026, [6069] = 6069, [6070] = 5985, [6071] = 5991, [6072] = 5994, [6073] = 5973, [6074] = 5998, [6075] = 6001, [6076] = 6001, [6077] = 5987, [6078] = 6078, [6079] = 5997, [6080] = 6029, [6081] = 5980, [6082] = 5971, [6083] = 5987, [6084] = 5971, [6085] = 5995, [6086] = 5989, [6087] = 5998, [6088] = 5999, [6089] = 5999, [6090] = 5998, [6091] = 6001, [6092] = 5971, [6093] = 6009, [6094] = 5971, [6095] = 5994, [6096] = 5992, [6097] = 5980, [6098] = 6098, [6099] = 5987, [6100] = 5978, [6101] = 5969, [6102] = 6102, [6103] = 6029, [6104] = 6001, [6105] = 5969, [6106] = 5994, [6107] = 5991, [6108] = 5991, [6109] = 5980, [6110] = 5991, [6111] = 6021, [6112] = 5989, [6113] = 6113, [6114] = 6114, [6115] = 6029, [6116] = 5987, [6117] = 5978, [6118] = 5989, [6119] = 5969, [6120] = 5991, [6121] = 6121, [6122] = 5999, [6123] = 5973, [6124] = 5987, [6125] = 5989, [6126] = 5974, [6127] = 6029, [6128] = 6026, [6129] = 5998, [6130] = 6130, [6131] = 5994, [6132] = 5997, [6133] = 5978, [6134] = 5978, [6135] = 5969, [6136] = 6001, [6137] = 5987, [6138] = 5989, [6139] = 5992, [6140] = 6021, [6141] = 6021, [6142] = 5974, [6143] = 6009, [6144] = 6009, [6145] = 5978, [6146] = 5989, [6147] = 6009, [6148] = 6001, [6149] = 6149, [6150] = 5992, [6151] = 5974, [6152] = 5973, [6153] = 5974, [6154] = 5992, [6155] = 5992, [6156] = 5985, [6157] = 6157, [6158] = 5991, [6159] = 5973, [6160] = 6026, [6161] = 6026, [6162] = 5985, [6163] = 6163, [6164] = 6029, [6165] = 5995, [6166] = 6166, [6167] = 5978, [6168] = 5971, [6169] = 5446, [6170] = 5973, [6171] = 5969, [6172] = 5994, [6173] = 5987, [6174] = 5974, [6175] = 5980, [6176] = 5989, [6177] = 5997, [6178] = 6009, [6179] = 5997, [6180] = 6029, [6181] = 6181, [6182] = 5971, [6183] = 5978, [6184] = 6026, [6185] = 5974, [6186] = 6021, [6187] = 6187, [6188] = 5999, [6189] = 6021, [6190] = 5997, [6191] = 5994, [6192] = 5998, [6193] = 5992, [6194] = 6194, [6195] = 6195, [6196] = 6196, [6197] = 6197, [6198] = 6198, [6199] = 6199, [6200] = 6200, [6201] = 6201, [6202] = 6202, [6203] = 6202, [6204] = 6198, [6205] = 6205, [6206] = 6197, [6207] = 6207, [6208] = 6208, [6209] = 6202, [6210] = 6210, [6211] = 6211, [6212] = 6194, [6213] = 6213, [6214] = 6214, [6215] = 6215, [6216] = 6216, [6217] = 6217, [6218] = 6218, [6219] = 6219, [6220] = 6220, [6221] = 6221, [6222] = 6222, [6223] = 6223, [6224] = 6224, [6225] = 6198, [6226] = 6213, [6227] = 6214, [6228] = 6208, [6229] = 6220, [6230] = 6230, [6231] = 6231, [6232] = 6196, [6233] = 6217, [6234] = 6218, [6235] = 6200, [6236] = 6208, [6237] = 6221, [6238] = 6223, [6239] = 376, [6240] = 6240, [6241] = 6219, [6242] = 6242, [6243] = 6243, [6244] = 6218, [6245] = 6221, [6246] = 6223, [6247] = 6247, [6248] = 6248, [6249] = 6249, [6250] = 6200, [6251] = 6242, [6252] = 6210, [6253] = 6197, [6254] = 6247, [6255] = 6249, [6256] = 6195, [6257] = 6257, [6258] = 6257, [6259] = 6198, [6260] = 6260, [6261] = 6261, [6262] = 6211, [6263] = 6263, [6264] = 6195, [6265] = 6265, [6266] = 6195, [6267] = 6257, [6268] = 6196, [6269] = 6249, [6270] = 6240, [6271] = 6207, [6272] = 6247, [6273] = 6242, [6274] = 6219, [6275] = 6220, [6276] = 6223, [6277] = 6221, [6278] = 6210, [6279] = 6218, [6280] = 6194, [6281] = 6248, [6282] = 6282, [6283] = 6257, [6284] = 6243, [6285] = 6285, [6286] = 6286, [6287] = 6287, [6288] = 6288, [6289] = 6289, [6290] = 6208, [6291] = 6200, [6292] = 6292, [6293] = 6293, [6294] = 6294, [6295] = 6211, [6296] = 6196, [6297] = 6297, [6298] = 6194, [6299] = 6299, [6300] = 6215, [6301] = 6301, [6302] = 6240, [6303] = 6198, [6304] = 6194, [6305] = 6305, [6306] = 6198, [6307] = 6220, [6308] = 6219, [6309] = 6309, [6310] = 6310, [6311] = 6311, [6312] = 6312, [6313] = 6202, [6314] = 6205, [6315] = 6242, [6316] = 6202, [6317] = 6210, [6318] = 6318, [6319] = 6207, [6320] = 6196, [6321] = 6321, [6322] = 6205, [6323] = 6210, [6324] = 6324, [6325] = 6325, [6326] = 6202, [6327] = 6201, [6328] = 6211, [6329] = 6201, [6330] = 6200, [6331] = 6219, [6332] = 6220, [6333] = 6205, [6334] = 6334, [6335] = 6198, [6336] = 6194, [6337] = 6208, [6338] = 6194, [6339] = 6198, [6340] = 6340, [6341] = 6215, [6342] = 6215, [6343] = 6198, [6344] = 6196, [6345] = 6240, [6346] = 6247, [6347] = 6200, [6348] = 6208, [6349] = 6249, [6350] = 6350, [6351] = 6211, [6352] = 6198, [6353] = 6198, [6354] = 6261, [6355] = 6198, [6356] = 6218, [6357] = 6221, [6358] = 6223, [6359] = 6240, [6360] = 379, [6361] = 6247, [6362] = 6249, [6363] = 6242, [6364] = 6257, [6365] = 6265, [6366] = 6247, [6367] = 6249, [6368] = 6220, [6369] = 6257, [6370] = 6220, [6371] = 6213, [6372] = 6372, [6373] = 6214, [6374] = 6217, [6375] = 6375, [6376] = 6195, [6377] = 6218, [6378] = 6378, [6379] = 6219, [6380] = 6380, [6381] = 6219, [6382] = 6221, [6383] = 6223, [6384] = 6384, [6385] = 6222, [6386] = 6263, [6387] = 6387, [6388] = 6388, [6389] = 6210, [6390] = 6198, [6391] = 6310, [6392] = 6301, [6393] = 6211, [6394] = 6211, [6395] = 6240, [6396] = 6286, [6397] = 6248, [6398] = 6398, [6399] = 6285, [6400] = 6242, [6401] = 6401, [6402] = 6210, [6403] = 6243, [6404] = 6219, [6405] = 6220, [6406] = 6265, [6407] = 6261, [6408] = 6408, [6409] = 6196, [6410] = 6410, [6411] = 6411, [6412] = 6218, [6413] = 6221, [6414] = 6223, [6415] = 6415, [6416] = 6247, [6417] = 6257, [6418] = 6247, [6419] = 6249, [6420] = 6249, [6421] = 6247, [6422] = 6195, [6423] = 6249, [6424] = 6242, [6425] = 6257, [6426] = 6223, [6427] = 6427, [6428] = 6310, [6429] = 6223, [6430] = 6221, [6431] = 6218, [6432] = 6202, [6433] = 6433, [6434] = 6197, [6435] = 6221, [6436] = 6217, [6437] = 6210, [6438] = 6211, [6439] = 6196, [6440] = 6214, [6441] = 6441, [6442] = 6218, [6443] = 6221, [6444] = 6223, [6445] = 6213, [6446] = 6247, [6447] = 6249, [6448] = 6218, [6449] = 6449, [6450] = 6195, [6451] = 6240, [6452] = 6207, [6453] = 6205, [6454] = 6217, [6455] = 6201, [6456] = 6198, [6457] = 6214, [6458] = 6222, [6459] = 6208, [6460] = 6200, [6461] = 6261, [6462] = 6265, [6463] = 6243, [6464] = 6210, [6465] = 6201, [6466] = 6218, [6467] = 6221, [6468] = 6223, [6469] = 6196, [6470] = 6205, [6471] = 6195, [6472] = 6472, [6473] = 6196, [6474] = 6207, [6475] = 6222, [6476] = 6476, [6477] = 6202, [6478] = 6194, [6479] = 6479, [6480] = 6220, [6481] = 6219, [6482] = 6210, [6483] = 6483, [6484] = 6218, [6485] = 6221, [6486] = 6223, [6487] = 6261, [6488] = 6488, [6489] = 6198, [6490] = 6265, [6491] = 6243, [6492] = 6492, [6493] = 6195, [6494] = 6210, [6495] = 6198, [6496] = 6248, [6497] = 6243, [6498] = 6210, [6499] = 6499, [6500] = 6218, [6501] = 6221, [6502] = 6223, [6503] = 6197, [6504] = 6213, [6505] = 6248, [6506] = 6210, [6507] = 6240, [6508] = 6202, [6509] = 6509, [6510] = 6205, [6511] = 6511, [6512] = 6512, [6513] = 6285, [6514] = 6210, [6515] = 6286, [6516] = 6218, [6517] = 6221, [6518] = 6223, [6519] = 6378, [6520] = 6520, [6521] = 6521, [6522] = 6522, [6523] = 6378, [6524] = 6524, [6525] = 6211, [6526] = 6198, [6527] = 6527, [6528] = 6219, [6529] = 6198, [6530] = 6210, [6531] = 6220, [6532] = 6218, [6533] = 6221, [6534] = 6223, [6535] = 6240, [6536] = 6301, [6537] = 6537, [6538] = 6194, [6539] = 6539, [6540] = 6540, [6541] = 6541, [6542] = 6310, [6543] = 6196, [6544] = 6197, [6545] = 6200, [6546] = 6208, [6547] = 6260, [6548] = 6213, [6549] = 6549, [6550] = 6214, [6551] = 6211, [6552] = 6217, [6553] = 6411, [6554] = 6195, [6555] = 6218, [6556] = 6221, [6557] = 6197, [6558] = 6223, [6559] = 6559, [6560] = 6560, [6561] = 6215, [6562] = 6242, [6563] = 6378, [6564] = 6247, [6565] = 6249, [6566] = 6257, [6567] = 6285, [6568] = 6568, [6569] = 6286, [6570] = 6215, [6571] = 6571, [6572] = 6261, [6573] = 6265, [6574] = 6215, [6575] = 6195, [6576] = 6242, [6577] = 6577, [6578] = 6578, [6579] = 6579, [6580] = 6580, [6581] = 6581, [6582] = 6301, [6583] = 6240, [6584] = 6198, [6585] = 6585, [6586] = 6222, [6587] = 6587, [6588] = 6301, [6589] = 6589, [6590] = 6200, [6591] = 6248, [6592] = 6592, [6593] = 6310, [6594] = 6285, [6595] = 6595, [6596] = 6286, [6597] = 6198, [6598] = 6598, [6599] = 6310, [6600] = 6208, [6601] = 6301, [6602] = 6602, [6603] = 6210, [6604] = 6286, [6605] = 6285, [6606] = 6378, [6607] = 6607, [6608] = 6608, [6609] = 6609, [6610] = 6610, [6611] = 6611, [6612] = 6612, [6613] = 6613, [6614] = 6614, [6615] = 6615, [6616] = 6616, [6617] = 6617, [6618] = 6618, [6619] = 6614, [6620] = 6616, [6621] = 6621, [6622] = 6614, [6623] = 6617, [6624] = 6607, [6625] = 6625, [6626] = 6626, [6627] = 6614, [6628] = 6617, [6629] = 6617, [6630] = 6630, [6631] = 6631, [6632] = 6632, [6633] = 6633, [6634] = 6634, [6635] = 6635, [6636] = 6612, [6637] = 6621, [6638] = 6638, [6639] = 6612, [6640] = 6640, [6641] = 6641, [6642] = 6642, [6643] = 6643, [6644] = 6611, [6645] = 6632, [6646] = 6633, [6647] = 6621, [6648] = 6633, [6649] = 6631, [6650] = 6631, [6651] = 6643, [6652] = 6632, [6653] = 6653, [6654] = 6654, [6655] = 6643, [6656] = 6656, [6657] = 6657, [6658] = 6658, [6659] = 6609, [6660] = 6638, [6661] = 6661, [6662] = 6662, [6663] = 6663, [6664] = 6634, [6665] = 6665, [6666] = 6666, [6667] = 6667, [6668] = 6668, [6669] = 6609, [6670] = 6667, [6671] = 6666, [6672] = 6634, [6673] = 6665, [6674] = 6674, [6675] = 6616, [6676] = 6676, [6677] = 6677, [6678] = 6634, [6679] = 6679, [6680] = 6634, [6681] = 6611, [6682] = 6607, [6683] = 6683, [6684] = 6634, [6685] = 6685, [6686] = 6638, [6687] = 6607, [6688] = 6688, [6689] = 6689, [6690] = 6690, [6691] = 6634, [6692] = 6692, [6693] = 6616, [6694] = 6694, [6695] = 6695, [6696] = 6674, [6697] = 6611, [6698] = 6698, [6699] = 6615, [6700] = 6700, [6701] = 6634, [6702] = 6630, [6703] = 6703, [6704] = 6685, [6705] = 6614, [6706] = 6692, [6707] = 6632, [6708] = 6633, [6709] = 6653, [6710] = 6626, [6711] = 6711, [6712] = 6614, [6713] = 6713, [6714] = 6630, [6715] = 6711, [6716] = 6665, [6717] = 6703, [6718] = 6613, [6719] = 6719, [6720] = 6674, [6721] = 6711, [6722] = 6713, [6723] = 6723, [6724] = 6634, [6725] = 6615, [6726] = 6613, [6727] = 6727, [6728] = 6728, [6729] = 6630, [6730] = 6634, [6731] = 6679, [6732] = 6609, [6733] = 6733, [6734] = 6615, [6735] = 6634, [6736] = 6674, [6737] = 6615, [6738] = 6607, [6739] = 6615, [6740] = 6740, [6741] = 6611, [6742] = 6667, [6743] = 6743, [6744] = 6666, [6745] = 6692, [6746] = 6746, [6747] = 6727, [6748] = 6611, [6749] = 6749, [6750] = 6640, [6751] = 6641, [6752] = 6685, [6753] = 6642, [6754] = 6612, [6755] = 6643, [6756] = 6713, [6757] = 6698, [6758] = 6638, [6759] = 6612, [6760] = 6760, [6761] = 6761, [6762] = 6634, [6763] = 6609, [6764] = 6615, [6765] = 6656, [6766] = 6766, [6767] = 6689, [6768] = 6713, [6769] = 6632, [6770] = 6711, [6771] = 6642, [6772] = 6621, [6773] = 6773, [6774] = 6656, [6775] = 6641, [6776] = 6643, [6777] = 6612, [6778] = 6640, [6779] = 6703, [6780] = 6634, [6781] = 6630, [6782] = 6615, [6783] = 6783, [6784] = 6643, [6785] = 6679, [6786] = 6654, [6787] = 6656, [6788] = 6614, [6789] = 6640, [6790] = 6614, [6791] = 6615, [6792] = 6698, [6793] = 6641, [6794] = 6617, [6795] = 6634, [6796] = 6642, [6797] = 6633, [6798] = 6798, [6799] = 6614, [6800] = 6800, [6801] = 6801, [6802] = 6632, [6803] = 6803, [6804] = 6630, [6805] = 6640, [6806] = 6616, [6807] = 6641, [6808] = 6642, [6809] = 6685, [6810] = 6607, [6811] = 6614, [6812] = 6665, [6813] = 6612, [6814] = 6666, [6815] = 6667, [6816] = 6692, [6817] = 6656, [6818] = 6665, [6819] = 6666, [6820] = 6667, [6821] = 6631, [6822] = 6689, [6823] = 6685, [6824] = 6653, [6825] = 6621, [6826] = 6661, [6827] = 6616, [6828] = 6679, [6829] = 6653, [6830] = 6674, [6831] = 6631, [6832] = 6832, [6833] = 6633, [6834] = 6634, [6835] = 6692, [6836] = 6632, [6837] = 6615, [6838] = 6617, [6839] = 6674, [6840] = 6840, [6841] = 6611, [6842] = 6713, [6843] = 6614, [6844] = 6692, [6845] = 6845, [6846] = 6845, [6847] = 6711, [6848] = 6727, [6849] = 6711, [6850] = 6610, [6851] = 6632, [6852] = 6621, [6853] = 6713, [6854] = 6703, [6855] = 6609, [6856] = 6713, [6857] = 6609, [6858] = 6633, [6859] = 6616, [6860] = 6860, [6861] = 6631, [6862] = 6615, [6863] = 6653, [6864] = 6674, [6865] = 6679, [6866] = 6634, [6867] = 6692, [6868] = 6845, [6869] = 6711, [6870] = 6685, [6871] = 6638, [6872] = 6634, [6873] = 6689, [6874] = 6661, [6875] = 6875, [6876] = 6611, [6877] = 6679, [6878] = 6615, [6879] = 6612, [6880] = 6667, [6881] = 6666, [6882] = 6665, [6883] = 6634, [6884] = 6609, [6885] = 6845, [6886] = 6698, [6887] = 6887, [6888] = 6614, [6889] = 6630, [6890] = 6689, [6891] = 6891, [6892] = 6632, [6893] = 6679, [6894] = 6685, [6895] = 6692, [6896] = 6656, [6897] = 6897, [6898] = 6617, [6899] = 6899, [6900] = 6611, [6901] = 6630, [6902] = 6656, [6903] = 6616, [6904] = 6642, [6905] = 6692, [6906] = 6640, [6907] = 6689, [6908] = 6640, [6909] = 6641, [6910] = 6654, [6911] = 6642, [6912] = 6641, [6913] = 6679, [6914] = 6634, [6915] = 6641, [6916] = 6642, [6917] = 6640, [6918] = 6630, [6919] = 6610, [6920] = 6698, [6921] = 6654, [6922] = 6661, [6923] = 6656, [6924] = 6665, [6925] = 6674, [6926] = 6656, [6927] = 6666, [6928] = 6609, [6929] = 6685, [6930] = 6667, [6931] = 6617, [6932] = 6679, [6933] = 6711, [6934] = 6615, [6935] = 6654, [6936] = 6713, [6937] = 6614, [6938] = 6615, [6939] = 6656, [6940] = 6634, [6941] = 6614, [6942] = 6942, [6943] = 6611, [6944] = 6944, [6945] = 6640, [6946] = 6638, [6947] = 6661, [6948] = 6727, [6949] = 6641, [6950] = 6653, [6951] = 6951, [6952] = 6631, [6953] = 6612, [6954] = 6633, [6955] = 6642, [6956] = 6665, [6957] = 6632, [6958] = 6665, [6959] = 6666, [6960] = 6727, [6961] = 6667, [6962] = 6685, [6963] = 6666, [6964] = 6614, [6965] = 6711, [6966] = 6713, [6967] = 6967, [6968] = 6621, [6969] = 6615, [6970] = 6674, [6971] = 6667, [6972] = 6616, [6973] = 6617, [6974] = 6974, [6975] = 6975, [6976] = 6976, [6977] = 6977, [6978] = 6978, [6979] = 6979, [6980] = 6980, [6981] = 6981, [6982] = 6982, [6983] = 6983, [6984] = 6984, [6985] = 6985, [6986] = 6986, [6987] = 6987, [6988] = 6988, [6989] = 6989, [6990] = 6990, [6991] = 6991, [6992] = 6992, [6993] = 6993, [6994] = 6994, [6995] = 6995, [6996] = 6996, [6997] = 6997, [6998] = 6998, [6999] = 6999, [7000] = 7000, [7001] = 7001, [7002] = 7002, [7003] = 7003, [7004] = 7004, [7005] = 7005, [7006] = 7006, [7007] = 7007, [7008] = 7008, [7009] = 7009, [7010] = 7010, [7011] = 7011, [7012] = 7012, [7013] = 7013, [7014] = 7014, [7015] = 7011, [7016] = 7012, [7017] = 7008, [7018] = 7009, [7019] = 7019, [7020] = 7005, [7021] = 7004, [7022] = 7001, [7023] = 7023, [7024] = 7000, [7025] = 7025, [7026] = 6997, [7027] = 6976, [7028] = 7028, [7029] = 6977, [7030] = 6994, [7031] = 7031, [7032] = 6993, [7033] = 7033, [7034] = 6989, [7035] = 6988, [7036] = 7036, [7037] = 7037, [7038] = 6992, [7039] = 7039, [7040] = 6985, [7041] = 6981, [7042] = 7042, [7043] = 7043, [7044] = 6984, [7045] = 6976, [7046] = 7046, [7047] = 7047, [7048] = 7048, [7049] = 7049, [7050] = 7028, [7051] = 6982, [7052] = 6982, [7053] = 7053, [7054] = 7054, [7055] = 6984, [7056] = 7056, [7057] = 7057, [7058] = 7058, [7059] = 6988, [7060] = 7060, [7061] = 6989, [7062] = 7062, [7063] = 7063, [7064] = 7064, [7065] = 6976, [7066] = 6995, [7067] = 6987, [7068] = 6990, [7069] = 7013, [7070] = 7070, [7071] = 7071, [7072] = 7072, [7073] = 6985, [7074] = 7008, [7075] = 7075, [7076] = 7009, [7077] = 7012, [7078] = 6993, [7079] = 6994, [7080] = 6992, [7081] = 7081, [7082] = 7082, [7083] = 6997, [7084] = 7000, [7085] = 7001, [7086] = 7086, [7087] = 7087, [7088] = 7005, [7089] = 7056, [7090] = 7004, [7091] = 7091, [7092] = 7092, [7093] = 7004, [7094] = 7009, [7095] = 7095, [7096] = 7096, [7097] = 7012, [7098] = 7098, [7099] = 7099, [7100] = 7011, [7101] = 7011, [7102] = 7008, [7103] = 7103, [7104] = 7005, [7105] = 7105, [7106] = 7001, [7107] = 7107, [7108] = 7000, [7109] = 7109, [7110] = 6997, [7111] = 7111, [7112] = 7014, [7113] = 7113, [7114] = 6994, [7115] = 7005, [7116] = 6993, [7117] = 6989, [7118] = 7012, [7119] = 7119, [7120] = 6984, [7121] = 7064, [7122] = 7001, [7123] = 7009, [7124] = 7000, [7125] = 6997, [7126] = 7126, [7127] = 7127, [7128] = 7060, [7129] = 7129, [7130] = 7130, [7131] = 7131, [7132] = 7023, [7133] = 6976, [7134] = 7062, [7135] = 7004, [7136] = 7025, [7137] = 6994, [7138] = 7023, [7139] = 6993, [7140] = 7140, [7141] = 6985, [7142] = 7025, [7143] = 7143, [7144] = 6998, [7145] = 7063, [7146] = 7146, [7147] = 6992, [7148] = 7148, [7149] = 7149, [7150] = 7150, [7151] = 7058, [7152] = 7098, [7153] = 7153, [7154] = 6992, [7155] = 7004, [7156] = 7057, [7157] = 7157, [7158] = 7011, [7159] = 7143, [7160] = 7008, [7161] = 7053, [7162] = 6989, [7163] = 6985, [7164] = 6981, [7165] = 7157, [7166] = 7153, [7167] = 6977, [7168] = 7150, [7169] = 7126, [7170] = 7113, [7171] = 7171, [7172] = 6996, [7173] = 6976, [7174] = 7174, [7175] = 7175, [7176] = 6976, [7177] = 7111, [7178] = 7109, [7179] = 7107, [7180] = 7105, [7181] = 7181, [7182] = 7182, [7183] = 7183, [7184] = 7103, [7185] = 7048, [7186] = 7092, [7187] = 7086, [7188] = 7188, [7189] = 7189, [7190] = 6982, [7191] = 7191, [7192] = 7011, [7193] = 7193, [7194] = 6989, [7195] = 7195, [7196] = 6984, [7197] = 7197, [7198] = 7062, [7199] = 7060, [7200] = 7056, [7201] = 7201, [7202] = 6988, [7203] = 6989, [7204] = 7204, [7205] = 6976, [7206] = 7028, [7207] = 7207, [7208] = 7070, [7209] = 7209, [7210] = 6998, [7211] = 6996, [7212] = 7212, [7213] = 7213, [7214] = 6979, [7215] = 7082, [7216] = 6987, [7217] = 6983, [7218] = 6975, [7219] = 6986, [7220] = 7082, [7221] = 6987, [7222] = 6999, [7223] = 7002, [7224] = 7011, [7225] = 7082, [7226] = 6989, [7227] = 7010, [7228] = 7019, [7229] = 7127, [7230] = 6987, [7231] = 7031, [7232] = 6990, [7233] = 6987, [7234] = 7053, [7235] = 7042, [7236] = 6976, [7237] = 7033, [7238] = 7036, [7239] = 7033, [7240] = 7031, [7241] = 6975, [7242] = 6978, [7243] = 7019, [7244] = 6979, [7245] = 7010, [7246] = 6983, [7247] = 6998, [7248] = 7248, [7249] = 6977, [7250] = 7103, [7251] = 7105, [7252] = 7011, [7253] = 7071, [7254] = 7107, [7255] = 7113, [7256] = 7042, [7257] = 7046, [7258] = 7049, [7259] = 7127, [7260] = 7072, [7261] = 7037, [7262] = 7075, [7263] = 7082, [7264] = 6990, [7265] = 7053, [7266] = 7053, [7267] = 7042, [7268] = 7053, [7269] = 7036, [7270] = 7033, [7271] = 7271, [7272] = 7031, [7273] = 7273, [7274] = 6983, [7275] = 7057, [7276] = 7019, [7277] = 7277, [7278] = 7058, [7279] = 7086, [7280] = 7010, [7281] = 7036, [7282] = 7109, [7283] = 7283, [7284] = 6983, [7285] = 6998, [7286] = 6977, [7287] = 7063, [7288] = 7056, [7289] = 7146, [7290] = 7048, [7291] = 7119, [7292] = 7292, [7293] = 7293, [7294] = 7294, [7295] = 7103, [7296] = 7105, [7297] = 6991, [7298] = 6980, [7299] = 7107, [7300] = 7009, [7301] = 7113, [7302] = 7064, [7303] = 7303, [7304] = 7127, [7305] = 7014, [7306] = 7306, [7307] = 7082, [7308] = 6995, [7309] = 6987, [7310] = 7310, [7311] = 7002, [7312] = 7312, [7313] = 6990, [7314] = 6990, [7315] = 6987, [7316] = 7140, [7317] = 7042, [7318] = 7013, [7319] = 7036, [7320] = 7033, [7321] = 7031, [7322] = 7025, [7323] = 7081, [7324] = 7023, [7325] = 7325, [7326] = 6981, [7327] = 7019, [7328] = 7006, [7329] = 7010, [7330] = 7330, [7331] = 5966, [7332] = 7332, [7333] = 7014, [7334] = 6983, [7335] = 7325, [7336] = 7070, [7337] = 6998, [7338] = 6977, [7339] = 6986, [7340] = 7056, [7341] = 7086, [7342] = 7103, [7343] = 7105, [7344] = 7107, [7345] = 7113, [7346] = 7042, [7347] = 7071, [7348] = 7348, [7349] = 7072, [7350] = 7037, [7351] = 7075, [7352] = 7149, [7353] = 7353, [7354] = 7129, [7355] = 7127, [7356] = 7082, [7357] = 7081, [7358] = 7009, [7359] = 7359, [7360] = 7360, [7361] = 7013, [7362] = 7012, [7363] = 6990, [7364] = 6987, [7365] = 7365, [7366] = 7064, [7367] = 7082, [7368] = 7063, [7369] = 7011, [7370] = 7008, [7371] = 7053, [7372] = 7042, [7373] = 7373, [7374] = 7374, [7375] = 7375, [7376] = 7081, [7377] = 7036, [7378] = 7033, [7379] = 7031, [7380] = 7082, [7381] = 7019, [7382] = 7087, [7383] = 7010, [7384] = 7384, [7385] = 7002, [7386] = 7386, [7387] = 6999, [7388] = 7095, [7389] = 7389, [7390] = 7002, [7391] = 7096, [7392] = 7092, [7393] = 6983, [7394] = 7012, [7395] = 7099, [7396] = 7306, [7397] = 6998, [7398] = 7398, [7399] = 7399, [7400] = 7005, [7401] = 7401, [7402] = 7402, [7403] = 7001, [7404] = 7404, [7405] = 7405, [7406] = 7000, [7407] = 6977, [7408] = 7408, [7409] = 7409, [7410] = 7028, [7411] = 6997, [7412] = 7271, [7413] = 7273, [7414] = 7056, [7415] = 7277, [7416] = 7087, [7417] = 7109, [7418] = 7091, [7419] = 7419, [7420] = 7146, [7421] = 7060, [7422] = 7119, [7423] = 7062, [7424] = 7310, [7425] = 7127, [7426] = 7095, [7427] = 6991, [7428] = 6980, [7429] = 7096, [7430] = 7099, [7431] = 7129, [7432] = 7130, [7433] = 7310, [7434] = 7002, [7435] = 7312, [7436] = 6999, [7437] = 7131, [7438] = 7086, [7439] = 7025, [7440] = 7440, [7441] = 7023, [7442] = 7442, [7443] = 7443, [7444] = 7092, [7445] = 7006, [7446] = 7446, [7447] = 7447, [7448] = 7014, [7449] = 7103, [7450] = 7325, [7451] = 7105, [7452] = 7107, [7453] = 7109, [7454] = 7454, [7455] = 7277, [7456] = 7456, [7457] = 7005, [7458] = 7146, [7459] = 7119, [7460] = 7113, [7461] = 7001, [7462] = 6991, [7463] = 6980, [7464] = 7000, [7465] = 7103, [7466] = 7105, [7467] = 7312, [7468] = 6985, [7469] = 7469, [7470] = 6997, [7471] = 7025, [7472] = 6994, [7473] = 7023, [7474] = 7107, [7475] = 6993, [7476] = 7006, [7477] = 7109, [7478] = 7478, [7479] = 7014, [7480] = 7325, [7481] = 7111, [7482] = 7019, [7483] = 7002, [7484] = 7312, [7485] = 7277, [7486] = 7098, [7487] = 7487, [7488] = 7146, [7489] = 7119, [7490] = 7153, [7491] = 7491, [7492] = 6991, [7493] = 6980, [7494] = 7140, [7495] = 7157, [7496] = 7312, [7497] = 7497, [7498] = 7498, [7499] = 7499, [7500] = 7025, [7501] = 7501, [7502] = 7023, [7503] = 7149, [7504] = 7504, [7505] = 7006, [7506] = 7113, [7507] = 7507, [7508] = 7014, [7509] = 7325, [7510] = 7510, [7511] = 7149, [7512] = 7140, [7513] = 7277, [7514] = 7514, [7515] = 7127, [7516] = 7146, [7517] = 7119, [7518] = 7518, [7519] = 7129, [7520] = 6991, [7521] = 6980, [7522] = 7312, [7523] = 7523, [7524] = 7524, [7525] = 7129, [7526] = 7006, [7527] = 7325, [7528] = 7127, [7529] = 7277, [7530] = 7091, [7531] = 7531, [7532] = 7010, [7533] = 6991, [7534] = 7534, [7535] = 7535, [7536] = 7082, [7537] = 7537, [7538] = 7277, [7539] = 7081, [7540] = 7540, [7541] = 7157, [7542] = 6991, [7543] = 7070, [7544] = 7153, [7545] = 7098, [7546] = 7013, [7547] = 7277, [7548] = 7126, [7549] = 7130, [7550] = 7049, [7551] = 6991, [7552] = 6990, [7553] = 6987, [7554] = 6995, [7555] = 7064, [7556] = 7063, [7557] = 7053, [7558] = 7049, [7559] = 7131, [7560] = 7046, [7561] = 7042, [7562] = 7036, [7563] = 7563, [7564] = 7564, [7565] = 7565, [7566] = 7033, [7567] = 7031, [7568] = 7568, [7569] = 7569, [7570] = 7010, [7571] = 6994, [7572] = 7572, [7573] = 6993, [7574] = 7113, [7575] = 7306, [7576] = 7002, [7577] = 7109, [7578] = 7310, [7579] = 7579, [7580] = 7580, [7581] = 7581, [7582] = 6999, [7583] = 7107, [7584] = 7105, [7585] = 6983, [7586] = 7103, [7587] = 7092, [7588] = 6996, [7589] = 7140, [7590] = 7590, [7591] = 7591, [7592] = 6998, [7593] = 7126, [7594] = 7594, [7595] = 7046, [7596] = 6977, [7597] = 7579, [7598] = 7043, [7599] = 6982, [7600] = 6992, [7601] = 7028, [7602] = 7602, [7603] = 7062, [7604] = 7109, [7605] = 7060, [7606] = 7042, [7607] = 7056, [7608] = 7565, [7609] = 7564, [7610] = 2228, [7611] = 7153, [7612] = 7060, [7613] = 7062, [7614] = 7056, [7615] = 7028, [7616] = 7086, [7617] = 7277, [7618] = 6977, [7619] = 7092, [7620] = 7103, [7621] = 7105, [7622] = 7107, [7623] = 7109, [7624] = 7624, [7625] = 7625, [7626] = 6984, [7627] = 7098, [7628] = 7113, [7629] = 7153, [7630] = 7563, [7631] = 7126, [7632] = 7157, [7633] = 7098, [7634] = 7149, [7635] = 7046, [7636] = 7157, [7637] = 7637, [7638] = 6998, [7639] = 6996, [7640] = 7563, [7641] = 7564, [7642] = 7565, [7643] = 7019, [7644] = 7644, [7645] = 7645, [7646] = 7646, [7647] = 7306, [7648] = 6983, [7649] = 6986, [7650] = 7310, [7651] = 7579, [7652] = 7149, [7653] = 7653, [7654] = 7031, [7655] = 7033, [7656] = 7656, [7657] = 7564, [7658] = 7565, [7659] = 7140, [7660] = 7131, [7661] = 7086, [7662] = 7306, [7663] = 7130, [7664] = 7310, [7665] = 7579, [7666] = 7129, [7667] = 7127, [7668] = 7036, [7669] = 7669, [7670] = 7564, [7671] = 7565, [7672] = 7002, [7673] = 7099, [7674] = 2232, [7675] = 7306, [7676] = 7096, [7677] = 7310, [7678] = 7579, [7679] = 7095, [7680] = 7010, [7681] = 7091, [7682] = 7087, [7683] = 7564, [7684] = 7565, [7685] = 7082, [7686] = 7081, [7687] = 7306, [7688] = 7579, [7689] = 7019, [7690] = 7564, [7691] = 7565, [7692] = 7306, [7693] = 7564, [7694] = 7565, [7695] = 7306, [7696] = 7564, [7697] = 7565, [7698] = 7306, [7699] = 7306, [7700] = 7563, [7701] = 7625, [7702] = 7047, [7703] = 7075, [7704] = 7273, [7705] = 7037, [7706] = 7072, [7707] = 7563, [7708] = 7625, [7709] = 7047, [7710] = 6999, [7711] = 7071, [7712] = 7070, [7713] = 7013, [7714] = 7563, [7715] = 7625, [7716] = 7047, [7717] = 6990, [7718] = 6987, [7719] = 6995, [7720] = 7563, [7721] = 7625, [7722] = 7047, [7723] = 7036, [7724] = 7064, [7725] = 6978, [7726] = 7625, [7727] = 7047, [7728] = 7063, [7729] = 7058, [7730] = 7271, [7731] = 7057, [7732] = 7033, [7733] = 7053, [7734] = 7031, [7735] = 6988, [7736] = 7049, [7737] = 6989, [7738] = 7624, [7739] = 7624, [7740] = 7624, [7741] = 7624, [7742] = 7624, }; static inline bool sym_identifier_character_set_1(int32_t c) { return (c < 43588 ? (c < 4186 ? (c < 2674 ? (c < 1808 ? (c < 895 ? (c < 186 ? (c < 'o' ? (c < 'e' ? (c < 'a' ? (c >= 'A' && c <= '_') : c <= 'a') : (c <= 'e' || (c < 'j' ? (c >= 'g' && c <= 'h') : c <= 'l'))) : (c <= 'o' || (c < 170 ? (c < 'w' ? (c >= 'q' && c <= 'r') : c <= 'z') : (c <= 170 || c == 181)))) : (c <= 186 || (c < 748 ? (c < 248 ? (c < 216 ? (c >= 192 && c <= 214) : c <= 246) : (c <= 705 || (c < 736 ? (c >= 710 && c <= 721) : c <= 740))) : (c <= 748 || (c < 886 ? (c < 880 ? c == 750 : c <= 884) : (c <= 887 || (c >= 891 && c <= 893))))))) : (c <= 895 || (c < 1488 ? (c < 1015 ? (c < 908 ? (c < 904 ? c == 902 : c <= 906) : (c <= 908 || (c < 931 ? (c >= 910 && c <= 929) : c <= 1013))) : (c <= 1153 || (c < 1369 ? (c < 1329 ? (c >= 1162 && c <= 1327) : c <= 1366) : (c <= 1369 || (c >= 1376 && c <= 1416))))) : (c <= 1514 || (c < 1749 ? (c < 1646 ? (c < 1568 ? (c >= 1519 && c <= 1522) : c <= 1610) : (c <= 1647 || (c >= 1649 && c <= 1747))) : (c <= 1749 || (c < 1786 ? (c < 1774 ? (c >= 1765 && c <= 1766) : c <= 1775) : (c <= 1788 || c == 1791)))))))) : (c <= 1808 || (c < 2437 ? (c < 2112 ? (c < 2042 ? (c < 1969 ? (c < 1869 ? (c >= 1810 && c <= 1839) : c <= 1957) : (c <= 1969 || (c < 2036 ? (c >= 1994 && c <= 2026) : c <= 2037))) : (c <= 2042 || (c < 2084 ? (c < 2074 ? (c >= 2048 && c <= 2069) : c <= 2074) : (c <= 2084 || c == 2088)))) : (c <= 2136 || (c < 2308 ? (c < 2185 ? (c < 2160 ? (c >= 2144 && c <= 2154) : c <= 2183) : (c <= 2190 || (c >= 2208 && c <= 2249))) : (c <= 2361 || (c < 2392 ? (c < 2384 ? c == 2365 : c <= 2384) : (c <= 2401 || (c >= 2417 && c <= 2432))))))) : (c <= 2444 || (c < 2556 ? (c < 2493 ? (c < 2474 ? (c < 2451 ? (c >= 2447 && c <= 2448) : c <= 2472) : (c <= 2480 || (c < 2486 ? c == 2482 : c <= 2489))) : (c <= 2493 || (c < 2527 ? (c < 2524 ? c == 2510 : c <= 2525) : (c <= 2529 || (c >= 2544 && c <= 2545))))) : (c <= 2556 || (c < 2610 ? (c < 2579 ? (c < 2575 ? (c >= 2565 && c <= 2570) : c <= 2576) : (c <= 2600 || (c >= 2602 && c <= 2608))) : (c <= 2611 || (c < 2649 ? (c < 2616 ? (c >= 2613 && c <= 2614) : c <= 2617) : (c <= 2652 || c == 2654)))))))))) : (c <= 2676 || (c < 3214 ? (c < 2947 ? (c < 2821 ? (c < 2741 ? (c < 2707 ? (c < 2703 ? (c >= 2693 && c <= 2701) : c <= 2705) : (c <= 2728 || (c < 2738 ? (c >= 2730 && c <= 2736) : c <= 2739))) : (c <= 2745 || (c < 2784 ? (c < 2768 ? c == 2749 : c <= 2768) : (c <= 2785 || c == 2809)))) : (c <= 2828 || (c < 2869 ? (c < 2858 ? (c < 2835 ? (c >= 2831 && c <= 2832) : c <= 2856) : (c <= 2864 || (c >= 2866 && c <= 2867))) : (c <= 2873 || (c < 2911 ? (c < 2908 ? c == 2877 : c <= 2909) : (c <= 2913 || c == 2929)))))) : (c <= 2947 || (c < 3077 ? (c < 2974 ? (c < 2962 ? (c < 2958 ? (c >= 2949 && c <= 2954) : c <= 2960) : (c <= 2965 || (c < 2972 ? (c >= 2969 && c <= 2970) : c <= 2972))) : (c <= 2975 || (c < 2990 ? (c < 2984 ? (c >= 2979 && c <= 2980) : c <= 2986) : (c <= 3001 || c == 3024)))) : (c <= 3084 || (c < 3160 ? (c < 3114 ? (c < 3090 ? (c >= 3086 && c <= 3088) : c <= 3112) : (c <= 3129 || c == 3133)) : (c <= 3162 || (c < 3200 ? (c < 3168 ? c == 3165 : c <= 3169) : (c <= 3200 || (c >= 3205 && c <= 3212))))))))) : (c <= 3216 || (c < 3585 ? (c < 3389 ? (c < 3296 ? (c < 3253 ? (c < 3242 ? (c >= 3218 && c <= 3240) : c <= 3251) : (c <= 3257 || (c < 3293 ? c == 3261 : c <= 3294))) : (c <= 3297 || (c < 3342 ? (c < 3332 ? (c >= 3313 && c <= 3314) : c <= 3340) : (c <= 3344 || (c >= 3346 && c <= 3386))))) : (c <= 3389 || (c < 3461 ? (c < 3423 ? (c < 3412 ? c == 3406 : c <= 3414) : (c <= 3425 || (c >= 3450 && c <= 3455))) : (c <= 3478 || (c < 3517 ? (c < 3507 ? (c >= 3482 && c <= 3505) : c <= 3515) : (c <= 3517 || (c >= 3520 && c <= 3526))))))) : (c <= 3632 || (c < 3776 ? (c < 3724 ? (c < 3713 ? (c < 3648 ? c == 3634 : c <= 3654) : (c <= 3714 || (c < 3718 ? c == 3716 : c <= 3722))) : (c <= 3747 || (c < 3762 ? (c < 3751 ? c == 3749 : c <= 3760) : (c <= 3762 || c == 3773)))) : (c <= 3780 || (c < 3913 ? (c < 3840 ? (c < 3804 ? c == 3782 : c <= 3807) : (c <= 3840 || (c >= 3904 && c <= 3911))) : (c <= 3948 || (c < 4159 ? (c < 4096 ? (c >= 3976 && c <= 3980) : c <= 4138) : (c <= 4159 || (c >= 4176 && c <= 4181))))))))))))) : (c <= 4189 || (c < 8144 ? (c < 6176 ? (c < 4802 ? (c < 4682 ? (c < 4256 ? (c < 4206 ? (c < 4197 ? c == 4193 : c <= 4198) : (c <= 4208 || (c < 4238 ? (c >= 4213 && c <= 4225) : c <= 4238))) : (c <= 4293 || (c < 4304 ? (c < 4301 ? c == 4295 : c <= 4301) : (c <= 4346 || (c >= 4348 && c <= 4680))))) : (c <= 4685 || (c < 4746 ? (c < 4698 ? (c < 4696 ? (c >= 4688 && c <= 4694) : c <= 4696) : (c <= 4701 || (c >= 4704 && c <= 4744))) : (c <= 4749 || (c < 4792 ? (c < 4786 ? (c >= 4752 && c <= 4784) : c <= 4789) : (c <= 4798 || c == 4800)))))) : (c <= 4805 || (c < 5792 ? (c < 5024 ? (c < 4882 ? (c < 4824 ? (c >= 4808 && c <= 4822) : c <= 4880) : (c <= 4885 || (c < 4992 ? (c >= 4888 && c <= 4954) : c <= 5007))) : (c <= 5109 || (c < 5743 ? (c < 5121 ? (c >= 5112 && c <= 5117) : c <= 5740) : (c <= 5759 || (c >= 5761 && c <= 5786))))) : (c <= 5866 || (c < 5984 ? (c < 5919 ? (c < 5888 ? (c >= 5870 && c <= 5880) : c <= 5905) : (c <= 5937 || (c >= 5952 && c <= 5969))) : (c <= 5996 || (c < 6103 ? (c < 6016 ? (c >= 5998 && c <= 6000) : c <= 6067) : (c <= 6103 || c == 6108)))))))) : (c <= 6264 || (c < 7312 ? (c < 6823 ? (c < 6512 ? (c < 6320 ? (c < 6314 ? (c >= 6272 && c <= 6312) : c <= 6314) : (c <= 6389 || (c < 6480 ? (c >= 6400 && c <= 6430) : c <= 6509))) : (c <= 6516 || (c < 6656 ? (c < 6576 ? (c >= 6528 && c <= 6571) : c <= 6601) : (c <= 6678 || (c >= 6688 && c <= 6740))))) : (c <= 6823 || (c < 7098 ? (c < 7043 ? (c < 6981 ? (c >= 6917 && c <= 6963) : c <= 6988) : (c <= 7072 || (c >= 7086 && c <= 7087))) : (c <= 7141 || (c < 7258 ? (c < 7245 ? (c >= 7168 && c <= 7203) : c <= 7247) : (c <= 7293 || (c >= 7296 && c <= 7304))))))) : (c <= 7354 || (c < 8016 ? (c < 7424 ? (c < 7406 ? (c < 7401 ? (c >= 7357 && c <= 7359) : c <= 7404) : (c <= 7411 || (c < 7418 ? (c >= 7413 && c <= 7414) : c <= 7418))) : (c <= 7615 || (c < 7968 ? (c < 7960 ? (c >= 7680 && c <= 7957) : c <= 7965) : (c <= 8005 || (c >= 8008 && c <= 8013))))) : (c <= 8023 || (c < 8064 ? (c < 8029 ? (c < 8027 ? c == 8025 : c <= 8027) : (c <= 8029 || (c >= 8031 && c <= 8061))) : (c <= 8116 || (c < 8130 ? (c < 8126 ? (c >= 8118 && c <= 8124) : c <= 8126) : (c <= 8132 || (c >= 8134 && c <= 8140))))))))))) : (c <= 8147 || (c < 12353 ? (c < 11264 ? (c < 8469 ? (c < 8319 ? (c < 8178 ? (c < 8160 ? (c >= 8150 && c <= 8155) : c <= 8172) : (c <= 8180 || (c < 8305 ? (c >= 8182 && c <= 8188) : c <= 8305))) : (c <= 8319 || (c < 8455 ? (c < 8450 ? (c >= 8336 && c <= 8348) : c <= 8450) : (c <= 8455 || (c >= 8458 && c <= 8467))))) : (c <= 8469 || (c < 8490 ? (c < 8486 ? (c < 8484 ? (c >= 8472 && c <= 8477) : c <= 8484) : (c <= 8486 || c == 8488)) : (c <= 8505 || (c < 8526 ? (c < 8517 ? (c >= 8508 && c <= 8511) : c <= 8521) : (c <= 8526 || (c >= 8544 && c <= 8584))))))) : (c <= 11492 || (c < 11696 ? (c < 11568 ? (c < 11520 ? (c < 11506 ? (c >= 11499 && c <= 11502) : c <= 11507) : (c <= 11557 || (c < 11565 ? c == 11559 : c <= 11565))) : (c <= 11623 || (c < 11680 ? (c < 11648 ? c == 11631 : c <= 11670) : (c <= 11686 || (c >= 11688 && c <= 11694))))) : (c <= 11702 || (c < 11736 ? (c < 11720 ? (c < 11712 ? (c >= 11704 && c <= 11710) : c <= 11718) : (c <= 11726 || (c >= 11728 && c <= 11734))) : (c <= 11742 || (c < 12337 ? (c < 12321 ? (c >= 12293 && c <= 12295) : c <= 12329) : (c <= 12341 || (c >= 12344 && c <= 12348))))))))) : (c <= 12438 || (c < 42963 ? (c < 42240 ? (c < 12704 ? (c < 12540 ? (c < 12449 ? (c >= 12445 && c <= 12447) : c <= 12538) : (c <= 12543 || (c < 12593 ? (c >= 12549 && c <= 12591) : c <= 12686))) : (c <= 12735 || (c < 19968 ? (c < 13312 ? (c >= 12784 && c <= 12799) : c <= 19903) : (c <= 42124 || (c >= 42192 && c <= 42237))))) : (c <= 42508 || (c < 42656 ? (c < 42560 ? (c < 42538 ? (c >= 42512 && c <= 42527) : c <= 42539) : (c <= 42606 || (c >= 42623 && c <= 42653))) : (c <= 42735 || (c < 42891 ? (c < 42786 ? (c >= 42775 && c <= 42783) : c <= 42888) : (c <= 42954 || (c >= 42960 && c <= 42961))))))) : (c <= 42963 || (c < 43274 ? (c < 43072 ? (c < 43011 ? (c < 42994 ? (c >= 42965 && c <= 42969) : c <= 43009) : (c <= 43013 || (c < 43020 ? (c >= 43015 && c <= 43018) : c <= 43042))) : (c <= 43123 || (c < 43259 ? (c < 43250 ? (c >= 43138 && c <= 43187) : c <= 43255) : (c <= 43259 || (c >= 43261 && c <= 43262))))) : (c <= 43301 || (c < 43488 ? (c < 43396 ? (c < 43360 ? (c >= 43312 && c <= 43334) : c <= 43388) : (c <= 43442 || c == 43471)) : (c <= 43492 || (c < 43520 ? (c < 43514 ? (c >= 43494 && c <= 43503) : c <= 43518) : (c <= 43560 || (c >= 43584 && c <= 43586))))))))))))))) : (c <= 43595 || (c < 71128 ? (c < 67003 ? (c < 65143 ? (c < 55216 ? (c < 43762 ? (c < 43705 ? (c < 43646 ? (c < 43642 ? (c >= 43616 && c <= 43638) : c <= 43642) : (c <= 43695 || (c < 43701 ? c == 43697 : c <= 43702))) : (c <= 43709 || (c < 43739 ? (c < 43714 ? c == 43712 : c <= 43714) : (c <= 43741 || (c >= 43744 && c <= 43754))))) : (c <= 43764 || (c < 43816 ? (c < 43793 ? (c < 43785 ? (c >= 43777 && c <= 43782) : c <= 43790) : (c <= 43798 || (c >= 43808 && c <= 43814))) : (c <= 43822 || (c < 43888 ? (c < 43868 ? (c >= 43824 && c <= 43866) : c <= 43881) : (c <= 44002 || (c >= 44032 && c <= 55203))))))) : (c <= 55238 || (c < 64320 ? (c < 64285 ? (c < 64112 ? (c < 63744 ? (c >= 55243 && c <= 55291) : c <= 64109) : (c <= 64217 || (c < 64275 ? (c >= 64256 && c <= 64262) : c <= 64279))) : (c <= 64285 || (c < 64312 ? (c < 64298 ? (c >= 64287 && c <= 64296) : c <= 64310) : (c <= 64316 || c == 64318)))) : (c <= 64321 || (c < 64848 ? (c < 64467 ? (c < 64326 ? (c >= 64323 && c <= 64324) : c <= 64433) : (c <= 64605 || (c >= 64612 && c <= 64829))) : (c <= 64911 || (c < 65137 ? (c < 65008 ? (c >= 64914 && c <= 64967) : c <= 65017) : (c <= 65137 || c == 65139)))))))) : (c <= 65143 || (c < 66176 ? (c < 65490 ? (c < 65345 ? (c < 65149 ? (c < 65147 ? c == 65145 : c <= 65147) : (c <= 65149 || (c < 65313 ? (c >= 65151 && c <= 65276) : c <= 65338))) : (c <= 65370 || (c < 65474 ? (c < 65440 ? (c >= 65382 && c <= 65437) : c <= 65470) : (c <= 65479 || (c >= 65482 && c <= 65487))))) : (c <= 65495 || (c < 65596 ? (c < 65549 ? (c < 65536 ? (c >= 65498 && c <= 65500) : c <= 65547) : (c <= 65574 || (c >= 65576 && c <= 65594))) : (c <= 65597 || (c < 65664 ? (c < 65616 ? (c >= 65599 && c <= 65613) : c <= 65629) : (c <= 65786 || (c >= 65856 && c <= 65908))))))) : (c <= 66204 || (c < 66776 ? (c < 66464 ? (c < 66349 ? (c < 66304 ? (c >= 66208 && c <= 66256) : c <= 66335) : (c <= 66378 || (c < 66432 ? (c >= 66384 && c <= 66421) : c <= 66461))) : (c <= 66499 || (c < 66560 ? (c < 66513 ? (c >= 66504 && c <= 66511) : c <= 66517) : (c <= 66717 || (c >= 66736 && c <= 66771))))) : (c <= 66811 || (c < 66956 ? (c < 66928 ? (c < 66864 ? (c >= 66816 && c <= 66855) : c <= 66915) : (c <= 66938 || (c >= 66940 && c <= 66954))) : (c <= 66962 || (c < 66979 ? (c < 66967 ? (c >= 66964 && c <= 66965) : c <= 66977) : (c <= 66993 || (c >= 66995 && c <= 67001))))))))))) : (c <= 67004 || (c < 69488 ? (c < 68096 ? (c < 67644 ? (c < 67506 ? (c < 67424 ? (c < 67392 ? (c >= 67072 && c <= 67382) : c <= 67413) : (c <= 67431 || (c < 67463 ? (c >= 67456 && c <= 67461) : c <= 67504))) : (c <= 67514 || (c < 67594 ? (c < 67592 ? (c >= 67584 && c <= 67589) : c <= 67592) : (c <= 67637 || (c >= 67639 && c <= 67640))))) : (c <= 67644 || (c < 67828 ? (c < 67712 ? (c < 67680 ? (c >= 67647 && c <= 67669) : c <= 67702) : (c <= 67742 || (c >= 67808 && c <= 67826))) : (c <= 67829 || (c < 67968 ? (c < 67872 ? (c >= 67840 && c <= 67861) : c <= 67897) : (c <= 68023 || (c >= 68030 && c <= 68031))))))) : (c <= 68096 || (c < 68480 ? (c < 68288 ? (c < 68121 ? (c < 68117 ? (c >= 68112 && c <= 68115) : c <= 68119) : (c <= 68149 || (c < 68224 ? (c >= 68192 && c <= 68220) : c <= 68252))) : (c <= 68295 || (c < 68416 ? (c < 68352 ? (c >= 68297 && c <= 68324) : c <= 68405) : (c <= 68437 || (c >= 68448 && c <= 68466))))) : (c <= 68497 || (c < 69248 ? (c < 68800 ? (c < 68736 ? (c >= 68608 && c <= 68680) : c <= 68786) : (c <= 68850 || (c >= 68864 && c <= 68899))) : (c <= 69289 || (c < 69415 ? (c < 69376 ? (c >= 69296 && c <= 69297) : c <= 69404) : (c <= 69415 || (c >= 69424 && c <= 69445))))))))) : (c <= 69505 || (c < 70280 ? (c < 69968 ? (c < 69763 ? (c < 69635 ? (c < 69600 ? (c >= 69552 && c <= 69572) : c <= 69622) : (c <= 69687 || (c < 69749 ? (c >= 69745 && c <= 69746) : c <= 69749))) : (c <= 69807 || (c < 69956 ? (c < 69891 ? (c >= 69840 && c <= 69864) : c <= 69926) : (c <= 69956 || c == 69959)))) : (c <= 70002 || (c < 70108 ? (c < 70081 ? (c < 70019 ? c == 70006 : c <= 70066) : (c <= 70084 || c == 70106)) : (c <= 70108 || (c < 70207 ? (c < 70163 ? (c >= 70144 && c <= 70161) : c <= 70187) : (c <= 70208 || (c >= 70272 && c <= 70278))))))) : (c <= 70280 || (c < 70461 ? (c < 70415 ? (c < 70303 ? (c < 70287 ? (c >= 70282 && c <= 70285) : c <= 70301) : (c <= 70312 || (c < 70405 ? (c >= 70320 && c <= 70366) : c <= 70412))) : (c <= 70416 || (c < 70450 ? (c < 70442 ? (c >= 70419 && c <= 70440) : c <= 70448) : (c <= 70451 || (c >= 70453 && c <= 70457))))) : (c <= 70461 || (c < 70751 ? (c < 70656 ? (c < 70493 ? c == 70480 : c <= 70497) : (c <= 70708 || (c >= 70727 && c <= 70730))) : (c <= 70753 || (c < 70855 ? (c < 70852 ? (c >= 70784 && c <= 70831) : c <= 70853) : (c <= 70855 || (c >= 71040 && c <= 71086))))))))))))) : (c <= 71131 || (c < 119970 ? (c < 73490 ? (c < 72203 ? (c < 71948 ? (c < 71488 ? (c < 71296 ? (c < 71236 ? (c >= 71168 && c <= 71215) : c <= 71236) : (c <= 71338 || (c < 71424 ? c == 71352 : c <= 71450))) : (c <= 71494 || (c < 71935 ? (c < 71840 ? (c >= 71680 && c <= 71723) : c <= 71903) : (c <= 71942 || c == 71945)))) : (c <= 71955 || (c < 72096 ? (c < 71999 ? (c < 71960 ? (c >= 71957 && c <= 71958) : c <= 71983) : (c <= 71999 || c == 72001)) : (c <= 72103 || (c < 72163 ? (c < 72161 ? (c >= 72106 && c <= 72144) : c <= 72161) : (c <= 72163 || c == 72192)))))) : (c <= 72242 || (c < 72968 ? (c < 72704 ? (c < 72284 ? (c < 72272 ? c == 72250 : c <= 72272) : (c <= 72329 || (c < 72368 ? c == 72349 : c <= 72440))) : (c <= 72712 || (c < 72818 ? (c < 72768 ? (c >= 72714 && c <= 72750) : c <= 72768) : (c <= 72847 || (c >= 72960 && c <= 72966))))) : (c <= 72969 || (c < 73066 ? (c < 73056 ? (c < 73030 ? (c >= 72971 && c <= 73008) : c <= 73030) : (c <= 73061 || (c >= 73063 && c <= 73064))) : (c <= 73097 || (c < 73474 ? (c < 73440 ? c == 73112 : c <= 73458) : (c <= 73474 || (c >= 73476 && c <= 73488))))))))) : (c <= 73523 || (c < 94176 ? (c < 92784 ? (c < 77824 ? (c < 74752 ? (c < 73728 ? c == 73648 : c <= 74649) : (c <= 74862 || (c < 77712 ? (c >= 74880 && c <= 75075) : c <= 77808))) : (c <= 78895 || (c < 92160 ? (c < 82944 ? (c >= 78913 && c <= 78918) : c <= 83526) : (c <= 92728 || (c >= 92736 && c <= 92766))))) : (c <= 92862 || (c < 93053 ? (c < 92992 ? (c < 92928 ? (c >= 92880 && c <= 92909) : c <= 92975) : (c <= 92995 || (c >= 93027 && c <= 93047))) : (c <= 93071 || (c < 94032 ? (c < 93952 ? (c >= 93760 && c <= 93823) : c <= 94026) : (c <= 94032 || (c >= 94099 && c <= 94111))))))) : (c <= 94177 || (c < 110933 ? (c < 110581 ? (c < 100352 ? (c < 94208 ? c == 94179 : c <= 100343) : (c <= 101589 || (c < 110576 ? (c >= 101632 && c <= 101640) : c <= 110579))) : (c <= 110587 || (c < 110898 ? (c < 110592 ? (c >= 110589 && c <= 110590) : c <= 110882) : (c <= 110898 || (c >= 110928 && c <= 110930))))) : (c <= 110933 || (c < 113792 ? (c < 113664 ? (c < 110960 ? (c >= 110948 && c <= 110951) : c <= 111355) : (c <= 113770 || (c >= 113776 && c <= 113788))) : (c <= 113800 || (c < 119894 ? (c < 119808 ? (c >= 113808 && c <= 113817) : c <= 119892) : (c <= 119964 || (c >= 119966 && c <= 119967))))))))))) : (c <= 119970 || (c < 125259 ? (c < 120630 ? (c < 120123 ? (c < 120005 ? (c < 119982 ? (c < 119977 ? (c >= 119973 && c <= 119974) : c <= 119980) : (c <= 119993 || (c < 119997 ? c == 119995 : c <= 120003))) : (c <= 120069 || (c < 120086 ? (c < 120077 ? (c >= 120071 && c <= 120074) : c <= 120084) : (c <= 120092 || (c >= 120094 && c <= 120121))))) : (c <= 120126 || (c < 120488 ? (c < 120138 ? (c < 120134 ? (c >= 120128 && c <= 120132) : c <= 120134) : (c <= 120144 || (c >= 120146 && c <= 120485))) : (c <= 120512 || (c < 120572 ? (c < 120540 ? (c >= 120514 && c <= 120538) : c <= 120570) : (c <= 120596 || (c >= 120598 && c <= 120628))))))) : (c <= 120654 || (c < 123214 ? (c < 122624 ? (c < 120714 ? (c < 120688 ? (c >= 120656 && c <= 120686) : c <= 120712) : (c <= 120744 || (c < 120772 ? (c >= 120746 && c <= 120770) : c <= 120779))) : (c <= 122654 || (c < 123136 ? (c < 122928 ? (c >= 122661 && c <= 122666) : c <= 122989) : (c <= 123180 || (c >= 123191 && c <= 123197))))) : (c <= 123214 || (c < 124904 ? (c < 124112 ? (c < 123584 ? (c >= 123536 && c <= 123565) : c <= 123627) : (c <= 124139 || (c >= 124896 && c <= 124902))) : (c <= 124907 || (c < 124928 ? (c < 124912 ? (c >= 124909 && c <= 124910) : c <= 124926) : (c <= 125124 || (c >= 125184 && c <= 125251))))))))) : (c <= 125259 || (c < 126559 ? (c < 126535 ? (c < 126505 ? (c < 126497 ? (c < 126469 ? (c >= 126464 && c <= 126467) : c <= 126495) : (c <= 126498 || (c < 126503 ? c == 126500 : c <= 126503))) : (c <= 126514 || (c < 126523 ? (c < 126521 ? (c >= 126516 && c <= 126519) : c <= 126521) : (c <= 126523 || c == 126530)))) : (c <= 126535 || (c < 126548 ? (c < 126541 ? (c < 126539 ? c == 126537 : c <= 126539) : (c <= 126543 || (c >= 126545 && c <= 126546))) : (c <= 126548 || (c < 126555 ? (c < 126553 ? c == 126551 : c <= 126553) : (c <= 126555 || c == 126557)))))) : (c <= 126559 || (c < 126629 ? (c < 126585 ? (c < 126567 ? (c < 126564 ? (c >= 126561 && c <= 126562) : c <= 126564) : (c <= 126570 || (c < 126580 ? (c >= 126572 && c <= 126578) : c <= 126583))) : (c <= 126588 || (c < 126603 ? (c < 126592 ? c == 126590 : c <= 126601) : (c <= 126619 || (c >= 126625 && c <= 126627))))) : (c <= 126633 || (c < 178208 ? (c < 173824 ? (c < 131072 ? (c >= 126635 && c <= 126651) : c <= 173791) : (c <= 177977 || (c >= 177984 && c <= 178205))) : (c <= 183969 || (c < 196608 ? (c < 194560 ? (c >= 183984 && c <= 191456) : c <= 195101) : (c <= 201546 || (c >= 201552 && c <= 205743))))))))))))))))); } static inline bool sym_identifier_character_set_2(int32_t c) { return (c < 43584 ? (c < 4176 ? (c < 2654 ? (c < 1791 ? (c < 891 ? (c < 181 ? (c < 'j' ? (c < 'a' ? (c < '_' ? (c >= 'A' && c <= 'Z') : c <= '_') : (c <= 'a' || (c < 'g' ? c == 'e' : c <= 'h'))) : (c <= 'l' || (c < 'w' ? (c < 'q' ? c == 'o' : c <= 'r') : (c <= 'z' || c == 170)))) : (c <= 181 || (c < 736 ? (c < 216 ? (c < 192 ? c == 186 : c <= 214) : (c <= 246 || (c < 710 ? (c >= 248 && c <= 705) : c <= 721))) : (c <= 740 || (c < 880 ? (c < 750 ? c == 748 : c <= 750) : (c <= 884 || (c >= 886 && c <= 887))))))) : (c <= 893 || (c < 1376 ? (c < 931 ? (c < 904 ? (c < 902 ? c == 895 : c <= 902) : (c <= 906 || (c < 910 ? c == 908 : c <= 929))) : (c <= 1013 || (c < 1329 ? (c < 1162 ? (c >= 1015 && c <= 1153) : c <= 1327) : (c <= 1366 || c == 1369)))) : (c <= 1416 || (c < 1649 ? (c < 1568 ? (c < 1519 ? (c >= 1488 && c <= 1514) : c <= 1522) : (c <= 1610 || (c >= 1646 && c <= 1647))) : (c <= 1747 || (c < 1774 ? (c < 1765 ? c == 1749 : c <= 1766) : (c <= 1775 || (c >= 1786 && c <= 1788))))))))) : (c <= 1791 || (c < 2417 ? (c < 2088 ? (c < 2036 ? (c < 1869 ? (c < 1810 ? c == 1808 : c <= 1839) : (c <= 1957 || (c < 1994 ? c == 1969 : c <= 2026))) : (c <= 2037 || (c < 2074 ? (c < 2048 ? c == 2042 : c <= 2069) : (c <= 2074 || c == 2084)))) : (c <= 2088 || (c < 2208 ? (c < 2160 ? (c < 2144 ? (c >= 2112 && c <= 2136) : c <= 2154) : (c <= 2183 || (c >= 2185 && c <= 2190))) : (c <= 2249 || (c < 2384 ? (c < 2365 ? (c >= 2308 && c <= 2361) : c <= 2365) : (c <= 2384 || (c >= 2392 && c <= 2401))))))) : (c <= 2432 || (c < 2544 ? (c < 2486 ? (c < 2451 ? (c < 2447 ? (c >= 2437 && c <= 2444) : c <= 2448) : (c <= 2472 || (c < 2482 ? (c >= 2474 && c <= 2480) : c <= 2482))) : (c <= 2489 || (c < 2524 ? (c < 2510 ? c == 2493 : c <= 2510) : (c <= 2525 || (c >= 2527 && c <= 2529))))) : (c <= 2545 || (c < 2602 ? (c < 2575 ? (c < 2565 ? c == 2556 : c <= 2570) : (c <= 2576 || (c >= 2579 && c <= 2600))) : (c <= 2608 || (c < 2616 ? (c < 2613 ? (c >= 2610 && c <= 2611) : c <= 2614) : (c <= 2617 || (c >= 2649 && c <= 2652))))))))))) : (c <= 2654 || (c < 3205 ? (c < 2929 ? (c < 2809 ? (c < 2738 ? (c < 2703 ? (c < 2693 ? (c >= 2674 && c <= 2676) : c <= 2701) : (c <= 2705 || (c < 2730 ? (c >= 2707 && c <= 2728) : c <= 2736))) : (c <= 2739 || (c < 2768 ? (c < 2749 ? (c >= 2741 && c <= 2745) : c <= 2749) : (c <= 2768 || (c >= 2784 && c <= 2785))))) : (c <= 2809 || (c < 2866 ? (c < 2835 ? (c < 2831 ? (c >= 2821 && c <= 2828) : c <= 2832) : (c <= 2856 || (c >= 2858 && c <= 2864))) : (c <= 2867 || (c < 2908 ? (c < 2877 ? (c >= 2869 && c <= 2873) : c <= 2877) : (c <= 2909 || (c >= 2911 && c <= 2913))))))) : (c <= 2929 || (c < 3024 ? (c < 2972 ? (c < 2958 ? (c < 2949 ? c == 2947 : c <= 2954) : (c <= 2960 || (c < 2969 ? (c >= 2962 && c <= 2965) : c <= 2970))) : (c <= 2972 || (c < 2984 ? (c < 2979 ? (c >= 2974 && c <= 2975) : c <= 2980) : (c <= 2986 || (c >= 2990 && c <= 3001))))) : (c <= 3024 || (c < 3133 ? (c < 3090 ? (c < 3086 ? (c >= 3077 && c <= 3084) : c <= 3088) : (c <= 3112 || (c >= 3114 && c <= 3129))) : (c <= 3133 || (c < 3168 ? (c < 3165 ? (c >= 3160 && c <= 3162) : c <= 3165) : (c <= 3169 || c == 3200)))))))) : (c <= 3212 || (c < 3520 ? (c < 3346 ? (c < 3293 ? (c < 3242 ? (c < 3218 ? (c >= 3214 && c <= 3216) : c <= 3240) : (c <= 3251 || (c < 3261 ? (c >= 3253 && c <= 3257) : c <= 3261))) : (c <= 3294 || (c < 3332 ? (c < 3313 ? (c >= 3296 && c <= 3297) : c <= 3314) : (c <= 3340 || (c >= 3342 && c <= 3344))))) : (c <= 3386 || (c < 3450 ? (c < 3412 ? (c < 3406 ? c == 3389 : c <= 3406) : (c <= 3414 || (c >= 3423 && c <= 3425))) : (c <= 3455 || (c < 3507 ? (c < 3482 ? (c >= 3461 && c <= 3478) : c <= 3505) : (c <= 3515 || c == 3517)))))) : (c <= 3526 || (c < 3773 ? (c < 3718 ? (c < 3648 ? (c < 3634 ? (c >= 3585 && c <= 3632) : c <= 3634) : (c <= 3654 || (c < 3716 ? (c >= 3713 && c <= 3714) : c <= 3716))) : (c <= 3722 || (c < 3751 ? (c < 3749 ? (c >= 3724 && c <= 3747) : c <= 3749) : (c <= 3760 || c == 3762)))) : (c <= 3773 || (c < 3904 ? (c < 3804 ? (c < 3782 ? (c >= 3776 && c <= 3780) : c <= 3782) : (c <= 3807 || c == 3840)) : (c <= 3911 || (c < 4096 ? (c < 3976 ? (c >= 3913 && c <= 3948) : c <= 3980) : (c <= 4138 || c == 4159)))))))))))) : (c <= 4181 || (c < 8134 ? (c < 6108 ? (c < 4800 ? (c < 4348 ? (c < 4238 ? (c < 4197 ? (c < 4193 ? (c >= 4186 && c <= 4189) : c <= 4193) : (c <= 4198 || (c < 4213 ? (c >= 4206 && c <= 4208) : c <= 4225))) : (c <= 4238 || (c < 4301 ? (c < 4295 ? (c >= 4256 && c <= 4293) : c <= 4295) : (c <= 4301 || (c >= 4304 && c <= 4346))))) : (c <= 4680 || (c < 4704 ? (c < 4696 ? (c < 4688 ? (c >= 4682 && c <= 4685) : c <= 4694) : (c <= 4696 || (c >= 4698 && c <= 4701))) : (c <= 4744 || (c < 4786 ? (c < 4752 ? (c >= 4746 && c <= 4749) : c <= 4784) : (c <= 4789 || (c >= 4792 && c <= 4798))))))) : (c <= 4800 || (c < 5761 ? (c < 4992 ? (c < 4824 ? (c < 4808 ? (c >= 4802 && c <= 4805) : c <= 4822) : (c <= 4880 || (c < 4888 ? (c >= 4882 && c <= 4885) : c <= 4954))) : (c <= 5007 || (c < 5121 ? (c < 5112 ? (c >= 5024 && c <= 5109) : c <= 5117) : (c <= 5740 || (c >= 5743 && c <= 5759))))) : (c <= 5786 || (c < 5952 ? (c < 5888 ? (c < 5870 ? (c >= 5792 && c <= 5866) : c <= 5880) : (c <= 5905 || (c >= 5919 && c <= 5937))) : (c <= 5969 || (c < 6016 ? (c < 5998 ? (c >= 5984 && c <= 5996) : c <= 6000) : (c <= 6067 || c == 6103)))))))) : (c <= 6108 || (c < 7296 ? (c < 6688 ? (c < 6480 ? (c < 6314 ? (c < 6272 ? (c >= 6176 && c <= 6264) : c <= 6312) : (c <= 6314 || (c < 6400 ? (c >= 6320 && c <= 6389) : c <= 6430))) : (c <= 6509 || (c < 6576 ? (c < 6528 ? (c >= 6512 && c <= 6516) : c <= 6571) : (c <= 6601 || (c >= 6656 && c <= 6678))))) : (c <= 6740 || (c < 7086 ? (c < 6981 ? (c < 6917 ? c == 6823 : c <= 6963) : (c <= 6988 || (c >= 7043 && c <= 7072))) : (c <= 7087 || (c < 7245 ? (c < 7168 ? (c >= 7098 && c <= 7141) : c <= 7203) : (c <= 7247 || (c >= 7258 && c <= 7293))))))) : (c <= 7304 || (c < 8008 ? (c < 7418 ? (c < 7401 ? (c < 7357 ? (c >= 7312 && c <= 7354) : c <= 7359) : (c <= 7404 || (c < 7413 ? (c >= 7406 && c <= 7411) : c <= 7414))) : (c <= 7418 || (c < 7960 ? (c < 7680 ? (c >= 7424 && c <= 7615) : c <= 7957) : (c <= 7965 || (c >= 7968 && c <= 8005))))) : (c <= 8013 || (c < 8031 ? (c < 8027 ? (c < 8025 ? (c >= 8016 && c <= 8023) : c <= 8025) : (c <= 8027 || c == 8029)) : (c <= 8061 || (c < 8126 ? (c < 8118 ? (c >= 8064 && c <= 8116) : c <= 8124) : (c <= 8126 || (c >= 8130 && c <= 8132))))))))))) : (c <= 8140 || (c < 12344 ? (c < 8544 ? (c < 8458 ? (c < 8305 ? (c < 8160 ? (c < 8150 ? (c >= 8144 && c <= 8147) : c <= 8155) : (c <= 8172 || (c < 8182 ? (c >= 8178 && c <= 8180) : c <= 8188))) : (c <= 8305 || (c < 8450 ? (c < 8336 ? c == 8319 : c <= 8348) : (c <= 8450 || c == 8455)))) : (c <= 8467 || (c < 8488 ? (c < 8484 ? (c < 8472 ? c == 8469 : c <= 8477) : (c <= 8484 || c == 8486)) : (c <= 8488 || (c < 8517 ? (c < 8508 ? (c >= 8490 && c <= 8505) : c <= 8511) : (c <= 8521 || c == 8526)))))) : (c <= 8584 || (c < 11688 ? (c < 11565 ? (c < 11506 ? (c < 11499 ? (c >= 11264 && c <= 11492) : c <= 11502) : (c <= 11507 || (c < 11559 ? (c >= 11520 && c <= 11557) : c <= 11559))) : (c <= 11565 || (c < 11648 ? (c < 11631 ? (c >= 11568 && c <= 11623) : c <= 11631) : (c <= 11670 || (c >= 11680 && c <= 11686))))) : (c <= 11694 || (c < 11728 ? (c < 11712 ? (c < 11704 ? (c >= 11696 && c <= 11702) : c <= 11710) : (c <= 11718 || (c >= 11720 && c <= 11726))) : (c <= 11734 || (c < 12321 ? (c < 12293 ? (c >= 11736 && c <= 11742) : c <= 12295) : (c <= 12329 || (c >= 12337 && c <= 12341))))))))) : (c <= 12348 || (c < 42960 ? (c < 42192 ? (c < 12593 ? (c < 12449 ? (c < 12445 ? (c >= 12353 && c <= 12438) : c <= 12447) : (c <= 12538 || (c < 12549 ? (c >= 12540 && c <= 12543) : c <= 12591))) : (c <= 12686 || (c < 13312 ? (c < 12784 ? (c >= 12704 && c <= 12735) : c <= 12799) : (c <= 19903 || (c >= 19968 && c <= 42124))))) : (c <= 42237 || (c < 42623 ? (c < 42538 ? (c < 42512 ? (c >= 42240 && c <= 42508) : c <= 42527) : (c <= 42539 || (c >= 42560 && c <= 42606))) : (c <= 42653 || (c < 42786 ? (c < 42775 ? (c >= 42656 && c <= 42735) : c <= 42783) : (c <= 42888 || (c >= 42891 && c <= 42954))))))) : (c <= 42961 || (c < 43261 ? (c < 43020 ? (c < 42994 ? (c < 42965 ? c == 42963 : c <= 42969) : (c <= 43009 || (c < 43015 ? (c >= 43011 && c <= 43013) : c <= 43018))) : (c <= 43042 || (c < 43250 ? (c < 43138 ? (c >= 43072 && c <= 43123) : c <= 43187) : (c <= 43255 || c == 43259)))) : (c <= 43262 || (c < 43471 ? (c < 43360 ? (c < 43312 ? (c >= 43274 && c <= 43301) : c <= 43334) : (c <= 43388 || (c >= 43396 && c <= 43442))) : (c <= 43471 || (c < 43514 ? (c < 43494 ? (c >= 43488 && c <= 43492) : c <= 43503) : (c <= 43518 || (c >= 43520 && c <= 43560))))))))))))))) : (c <= 43586 || (c < 71128 ? (c < 67003 ? (c < 65143 ? (c < 55216 ? (c < 43744 ? (c < 43701 ? (c < 43642 ? (c < 43616 ? (c >= 43588 && c <= 43595) : c <= 43638) : (c <= 43642 || (c < 43697 ? (c >= 43646 && c <= 43695) : c <= 43697))) : (c <= 43702 || (c < 43714 ? (c < 43712 ? (c >= 43705 && c <= 43709) : c <= 43712) : (c <= 43714 || (c >= 43739 && c <= 43741))))) : (c <= 43754 || (c < 43816 ? (c < 43785 ? (c < 43777 ? (c >= 43762 && c <= 43764) : c <= 43782) : (c <= 43790 || (c < 43808 ? (c >= 43793 && c <= 43798) : c <= 43814))) : (c <= 43822 || (c < 43888 ? (c < 43868 ? (c >= 43824 && c <= 43866) : c <= 43881) : (c <= 44002 || (c >= 44032 && c <= 55203))))))) : (c <= 55238 || (c < 64320 ? (c < 64285 ? (c < 64112 ? (c < 63744 ? (c >= 55243 && c <= 55291) : c <= 64109) : (c <= 64217 || (c < 64275 ? (c >= 64256 && c <= 64262) : c <= 64279))) : (c <= 64285 || (c < 64312 ? (c < 64298 ? (c >= 64287 && c <= 64296) : c <= 64310) : (c <= 64316 || c == 64318)))) : (c <= 64321 || (c < 64848 ? (c < 64467 ? (c < 64326 ? (c >= 64323 && c <= 64324) : c <= 64433) : (c <= 64605 || (c >= 64612 && c <= 64829))) : (c <= 64911 || (c < 65137 ? (c < 65008 ? (c >= 64914 && c <= 64967) : c <= 65017) : (c <= 65137 || c == 65139)))))))) : (c <= 65143 || (c < 66176 ? (c < 65490 ? (c < 65345 ? (c < 65149 ? (c < 65147 ? c == 65145 : c <= 65147) : (c <= 65149 || (c < 65313 ? (c >= 65151 && c <= 65276) : c <= 65338))) : (c <= 65370 || (c < 65474 ? (c < 65440 ? (c >= 65382 && c <= 65437) : c <= 65470) : (c <= 65479 || (c >= 65482 && c <= 65487))))) : (c <= 65495 || (c < 65596 ? (c < 65549 ? (c < 65536 ? (c >= 65498 && c <= 65500) : c <= 65547) : (c <= 65574 || (c >= 65576 && c <= 65594))) : (c <= 65597 || (c < 65664 ? (c < 65616 ? (c >= 65599 && c <= 65613) : c <= 65629) : (c <= 65786 || (c >= 65856 && c <= 65908))))))) : (c <= 66204 || (c < 66776 ? (c < 66464 ? (c < 66349 ? (c < 66304 ? (c >= 66208 && c <= 66256) : c <= 66335) : (c <= 66378 || (c < 66432 ? (c >= 66384 && c <= 66421) : c <= 66461))) : (c <= 66499 || (c < 66560 ? (c < 66513 ? (c >= 66504 && c <= 66511) : c <= 66517) : (c <= 66717 || (c >= 66736 && c <= 66771))))) : (c <= 66811 || (c < 66956 ? (c < 66928 ? (c < 66864 ? (c >= 66816 && c <= 66855) : c <= 66915) : (c <= 66938 || (c >= 66940 && c <= 66954))) : (c <= 66962 || (c < 66979 ? (c < 66967 ? (c >= 66964 && c <= 66965) : c <= 66977) : (c <= 66993 || (c >= 66995 && c <= 67001))))))))))) : (c <= 67004 || (c < 69488 ? (c < 68096 ? (c < 67644 ? (c < 67506 ? (c < 67424 ? (c < 67392 ? (c >= 67072 && c <= 67382) : c <= 67413) : (c <= 67431 || (c < 67463 ? (c >= 67456 && c <= 67461) : c <= 67504))) : (c <= 67514 || (c < 67594 ? (c < 67592 ? (c >= 67584 && c <= 67589) : c <= 67592) : (c <= 67637 || (c >= 67639 && c <= 67640))))) : (c <= 67644 || (c < 67828 ? (c < 67712 ? (c < 67680 ? (c >= 67647 && c <= 67669) : c <= 67702) : (c <= 67742 || (c >= 67808 && c <= 67826))) : (c <= 67829 || (c < 67968 ? (c < 67872 ? (c >= 67840 && c <= 67861) : c <= 67897) : (c <= 68023 || (c >= 68030 && c <= 68031))))))) : (c <= 68096 || (c < 68480 ? (c < 68288 ? (c < 68121 ? (c < 68117 ? (c >= 68112 && c <= 68115) : c <= 68119) : (c <= 68149 || (c < 68224 ? (c >= 68192 && c <= 68220) : c <= 68252))) : (c <= 68295 || (c < 68416 ? (c < 68352 ? (c >= 68297 && c <= 68324) : c <= 68405) : (c <= 68437 || (c >= 68448 && c <= 68466))))) : (c <= 68497 || (c < 69248 ? (c < 68800 ? (c < 68736 ? (c >= 68608 && c <= 68680) : c <= 68786) : (c <= 68850 || (c >= 68864 && c <= 68899))) : (c <= 69289 || (c < 69415 ? (c < 69376 ? (c >= 69296 && c <= 69297) : c <= 69404) : (c <= 69415 || (c >= 69424 && c <= 69445))))))))) : (c <= 69505 || (c < 70280 ? (c < 69968 ? (c < 69763 ? (c < 69635 ? (c < 69600 ? (c >= 69552 && c <= 69572) : c <= 69622) : (c <= 69687 || (c < 69749 ? (c >= 69745 && c <= 69746) : c <= 69749))) : (c <= 69807 || (c < 69956 ? (c < 69891 ? (c >= 69840 && c <= 69864) : c <= 69926) : (c <= 69956 || c == 69959)))) : (c <= 70002 || (c < 70108 ? (c < 70081 ? (c < 70019 ? c == 70006 : c <= 70066) : (c <= 70084 || c == 70106)) : (c <= 70108 || (c < 70207 ? (c < 70163 ? (c >= 70144 && c <= 70161) : c <= 70187) : (c <= 70208 || (c >= 70272 && c <= 70278))))))) : (c <= 70280 || (c < 70461 ? (c < 70415 ? (c < 70303 ? (c < 70287 ? (c >= 70282 && c <= 70285) : c <= 70301) : (c <= 70312 || (c < 70405 ? (c >= 70320 && c <= 70366) : c <= 70412))) : (c <= 70416 || (c < 70450 ? (c < 70442 ? (c >= 70419 && c <= 70440) : c <= 70448) : (c <= 70451 || (c >= 70453 && c <= 70457))))) : (c <= 70461 || (c < 70751 ? (c < 70656 ? (c < 70493 ? c == 70480 : c <= 70497) : (c <= 70708 || (c >= 70727 && c <= 70730))) : (c <= 70753 || (c < 70855 ? (c < 70852 ? (c >= 70784 && c <= 70831) : c <= 70853) : (c <= 70855 || (c >= 71040 && c <= 71086))))))))))))) : (c <= 71131 || (c < 119970 ? (c < 73490 ? (c < 72203 ? (c < 71948 ? (c < 71488 ? (c < 71296 ? (c < 71236 ? (c >= 71168 && c <= 71215) : c <= 71236) : (c <= 71338 || (c < 71424 ? c == 71352 : c <= 71450))) : (c <= 71494 || (c < 71935 ? (c < 71840 ? (c >= 71680 && c <= 71723) : c <= 71903) : (c <= 71942 || c == 71945)))) : (c <= 71955 || (c < 72096 ? (c < 71999 ? (c < 71960 ? (c >= 71957 && c <= 71958) : c <= 71983) : (c <= 71999 || c == 72001)) : (c <= 72103 || (c < 72163 ? (c < 72161 ? (c >= 72106 && c <= 72144) : c <= 72161) : (c <= 72163 || c == 72192)))))) : (c <= 72242 || (c < 72968 ? (c < 72704 ? (c < 72284 ? (c < 72272 ? c == 72250 : c <= 72272) : (c <= 72329 || (c < 72368 ? c == 72349 : c <= 72440))) : (c <= 72712 || (c < 72818 ? (c < 72768 ? (c >= 72714 && c <= 72750) : c <= 72768) : (c <= 72847 || (c >= 72960 && c <= 72966))))) : (c <= 72969 || (c < 73066 ? (c < 73056 ? (c < 73030 ? (c >= 72971 && c <= 73008) : c <= 73030) : (c <= 73061 || (c >= 73063 && c <= 73064))) : (c <= 73097 || (c < 73474 ? (c < 73440 ? c == 73112 : c <= 73458) : (c <= 73474 || (c >= 73476 && c <= 73488))))))))) : (c <= 73523 || (c < 94176 ? (c < 92784 ? (c < 77824 ? (c < 74752 ? (c < 73728 ? c == 73648 : c <= 74649) : (c <= 74862 || (c < 77712 ? (c >= 74880 && c <= 75075) : c <= 77808))) : (c <= 78895 || (c < 92160 ? (c < 82944 ? (c >= 78913 && c <= 78918) : c <= 83526) : (c <= 92728 || (c >= 92736 && c <= 92766))))) : (c <= 92862 || (c < 93053 ? (c < 92992 ? (c < 92928 ? (c >= 92880 && c <= 92909) : c <= 92975) : (c <= 92995 || (c >= 93027 && c <= 93047))) : (c <= 93071 || (c < 94032 ? (c < 93952 ? (c >= 93760 && c <= 93823) : c <= 94026) : (c <= 94032 || (c >= 94099 && c <= 94111))))))) : (c <= 94177 || (c < 110933 ? (c < 110581 ? (c < 100352 ? (c < 94208 ? c == 94179 : c <= 100343) : (c <= 101589 || (c < 110576 ? (c >= 101632 && c <= 101640) : c <= 110579))) : (c <= 110587 || (c < 110898 ? (c < 110592 ? (c >= 110589 && c <= 110590) : c <= 110882) : (c <= 110898 || (c >= 110928 && c <= 110930))))) : (c <= 110933 || (c < 113792 ? (c < 113664 ? (c < 110960 ? (c >= 110948 && c <= 110951) : c <= 111355) : (c <= 113770 || (c >= 113776 && c <= 113788))) : (c <= 113800 || (c < 119894 ? (c < 119808 ? (c >= 113808 && c <= 113817) : c <= 119892) : (c <= 119964 || (c >= 119966 && c <= 119967))))))))))) : (c <= 119970 || (c < 125259 ? (c < 120630 ? (c < 120123 ? (c < 120005 ? (c < 119982 ? (c < 119977 ? (c >= 119973 && c <= 119974) : c <= 119980) : (c <= 119993 || (c < 119997 ? c == 119995 : c <= 120003))) : (c <= 120069 || (c < 120086 ? (c < 120077 ? (c >= 120071 && c <= 120074) : c <= 120084) : (c <= 120092 || (c >= 120094 && c <= 120121))))) : (c <= 120126 || (c < 120488 ? (c < 120138 ? (c < 120134 ? (c >= 120128 && c <= 120132) : c <= 120134) : (c <= 120144 || (c >= 120146 && c <= 120485))) : (c <= 120512 || (c < 120572 ? (c < 120540 ? (c >= 120514 && c <= 120538) : c <= 120570) : (c <= 120596 || (c >= 120598 && c <= 120628))))))) : (c <= 120654 || (c < 123214 ? (c < 122624 ? (c < 120714 ? (c < 120688 ? (c >= 120656 && c <= 120686) : c <= 120712) : (c <= 120744 || (c < 120772 ? (c >= 120746 && c <= 120770) : c <= 120779))) : (c <= 122654 || (c < 123136 ? (c < 122928 ? (c >= 122661 && c <= 122666) : c <= 122989) : (c <= 123180 || (c >= 123191 && c <= 123197))))) : (c <= 123214 || (c < 124904 ? (c < 124112 ? (c < 123584 ? (c >= 123536 && c <= 123565) : c <= 123627) : (c <= 124139 || (c >= 124896 && c <= 124902))) : (c <= 124907 || (c < 124928 ? (c < 124912 ? (c >= 124909 && c <= 124910) : c <= 124926) : (c <= 125124 || (c >= 125184 && c <= 125251))))))))) : (c <= 125259 || (c < 126559 ? (c < 126535 ? (c < 126505 ? (c < 126497 ? (c < 126469 ? (c >= 126464 && c <= 126467) : c <= 126495) : (c <= 126498 || (c < 126503 ? c == 126500 : c <= 126503))) : (c <= 126514 || (c < 126523 ? (c < 126521 ? (c >= 126516 && c <= 126519) : c <= 126521) : (c <= 126523 || c == 126530)))) : (c <= 126535 || (c < 126548 ? (c < 126541 ? (c < 126539 ? c == 126537 : c <= 126539) : (c <= 126543 || (c >= 126545 && c <= 126546))) : (c <= 126548 || (c < 126555 ? (c < 126553 ? c == 126551 : c <= 126553) : (c <= 126555 || c == 126557)))))) : (c <= 126559 || (c < 126629 ? (c < 126585 ? (c < 126567 ? (c < 126564 ? (c >= 126561 && c <= 126562) : c <= 126564) : (c <= 126570 || (c < 126580 ? (c >= 126572 && c <= 126578) : c <= 126583))) : (c <= 126588 || (c < 126603 ? (c < 126592 ? c == 126590 : c <= 126601) : (c <= 126619 || (c >= 126625 && c <= 126627))))) : (c <= 126633 || (c < 178208 ? (c < 173824 ? (c < 131072 ? (c >= 126635 && c <= 126651) : c <= 173791) : (c <= 177977 || (c >= 177984 && c <= 178205))) : (c <= 183969 || (c < 196608 ? (c < 194560 ? (c >= 183984 && c <= 191456) : c <= 195101) : (c <= 201546 || (c >= 201552 && c <= 205743))))))))))))))))); } static inline bool sym_identifier_character_set_3(int32_t c) { return (c < 43584 ? (c < 4159 ? (c < 2649 ? (c < 1786 ? (c < 886 ? (c < 170 ? (c < 'j' ? (c < 'a' ? (c < '_' ? (c >= 'A' && c <= 'Z') : c <= '_') : (c <= 'a' || (c < 'g' ? c == 'e' : c <= 'h'))) : (c <= 'l' || (c < 't' ? (c < 'q' ? c == 'o' : c <= 'r') : (c <= 't' || (c >= 'w' && c <= 'z'))))) : (c <= 170 || (c < 710 ? (c < 192 ? (c < 186 ? c == 181 : c <= 186) : (c <= 214 || (c < 248 ? (c >= 216 && c <= 246) : c <= 705))) : (c <= 721 || (c < 750 ? (c < 748 ? (c >= 736 && c <= 740) : c <= 748) : (c <= 750 || (c >= 880 && c <= 884))))))) : (c <= 887 || (c < 1369 ? (c < 910 ? (c < 902 ? (c < 895 ? (c >= 891 && c <= 893) : c <= 895) : (c <= 902 || (c < 908 ? (c >= 904 && c <= 906) : c <= 908))) : (c <= 929 || (c < 1162 ? (c < 1015 ? (c >= 931 && c <= 1013) : c <= 1153) : (c <= 1327 || (c >= 1329 && c <= 1366))))) : (c <= 1369 || (c < 1646 ? (c < 1519 ? (c < 1488 ? (c >= 1376 && c <= 1416) : c <= 1514) : (c <= 1522 || (c >= 1568 && c <= 1610))) : (c <= 1647 || (c < 1765 ? (c < 1749 ? (c >= 1649 && c <= 1747) : c <= 1749) : (c <= 1766 || (c >= 1774 && c <= 1775))))))))) : (c <= 1788 || (c < 2392 ? (c < 2084 ? (c < 1994 ? (c < 1810 ? (c < 1808 ? c == 1791 : c <= 1808) : (c <= 1839 || (c < 1969 ? (c >= 1869 && c <= 1957) : c <= 1969))) : (c <= 2026 || (c < 2048 ? (c < 2042 ? (c >= 2036 && c <= 2037) : c <= 2042) : (c <= 2069 || c == 2074)))) : (c <= 2084 || (c < 2185 ? (c < 2144 ? (c < 2112 ? c == 2088 : c <= 2136) : (c <= 2154 || (c >= 2160 && c <= 2183))) : (c <= 2190 || (c < 2365 ? (c < 2308 ? (c >= 2208 && c <= 2249) : c <= 2361) : (c <= 2365 || c == 2384)))))) : (c <= 2401 || (c < 2527 ? (c < 2482 ? (c < 2447 ? (c < 2437 ? (c >= 2417 && c <= 2432) : c <= 2444) : (c <= 2448 || (c < 2474 ? (c >= 2451 && c <= 2472) : c <= 2480))) : (c <= 2482 || (c < 2510 ? (c < 2493 ? (c >= 2486 && c <= 2489) : c <= 2493) : (c <= 2510 || (c >= 2524 && c <= 2525))))) : (c <= 2529 || (c < 2579 ? (c < 2565 ? (c < 2556 ? (c >= 2544 && c <= 2545) : c <= 2556) : (c <= 2570 || (c >= 2575 && c <= 2576))) : (c <= 2600 || (c < 2613 ? (c < 2610 ? (c >= 2602 && c <= 2608) : c <= 2611) : (c <= 2614 || (c >= 2616 && c <= 2617))))))))))) : (c <= 2652 || (c < 3200 ? (c < 2911 ? (c < 2784 ? (c < 2730 ? (c < 2693 ? (c < 2674 ? c == 2654 : c <= 2676) : (c <= 2701 || (c < 2707 ? (c >= 2703 && c <= 2705) : c <= 2728))) : (c <= 2736 || (c < 2749 ? (c < 2741 ? (c >= 2738 && c <= 2739) : c <= 2745) : (c <= 2749 || c == 2768)))) : (c <= 2785 || (c < 2858 ? (c < 2831 ? (c < 2821 ? c == 2809 : c <= 2828) : (c <= 2832 || (c >= 2835 && c <= 2856))) : (c <= 2864 || (c < 2877 ? (c < 2869 ? (c >= 2866 && c <= 2867) : c <= 2873) : (c <= 2877 || (c >= 2908 && c <= 2909))))))) : (c <= 2913 || (c < 2990 ? (c < 2969 ? (c < 2949 ? (c < 2947 ? c == 2929 : c <= 2947) : (c <= 2954 || (c < 2962 ? (c >= 2958 && c <= 2960) : c <= 2965))) : (c <= 2970 || (c < 2979 ? (c < 2974 ? c == 2972 : c <= 2975) : (c <= 2980 || (c >= 2984 && c <= 2986))))) : (c <= 3001 || (c < 3114 ? (c < 3086 ? (c < 3077 ? c == 3024 : c <= 3084) : (c <= 3088 || (c >= 3090 && c <= 3112))) : (c <= 3129 || (c < 3165 ? (c < 3160 ? c == 3133 : c <= 3162) : (c <= 3165 || (c >= 3168 && c <= 3169))))))))) : (c <= 3200 || (c < 3517 ? (c < 3342 ? (c < 3261 ? (c < 3218 ? (c < 3214 ? (c >= 3205 && c <= 3212) : c <= 3216) : (c <= 3240 || (c < 3253 ? (c >= 3242 && c <= 3251) : c <= 3257))) : (c <= 3261 || (c < 3313 ? (c < 3296 ? (c >= 3293 && c <= 3294) : c <= 3297) : (c <= 3314 || (c >= 3332 && c <= 3340))))) : (c <= 3344 || (c < 3423 ? (c < 3406 ? (c < 3389 ? (c >= 3346 && c <= 3386) : c <= 3389) : (c <= 3406 || (c >= 3412 && c <= 3414))) : (c <= 3425 || (c < 3482 ? (c < 3461 ? (c >= 3450 && c <= 3455) : c <= 3478) : (c <= 3505 || (c >= 3507 && c <= 3515))))))) : (c <= 3517 || (c < 3762 ? (c < 3716 ? (c < 3634 ? (c < 3585 ? (c >= 3520 && c <= 3526) : c <= 3632) : (c <= 3634 || (c < 3713 ? (c >= 3648 && c <= 3654) : c <= 3714))) : (c <= 3716 || (c < 3749 ? (c < 3724 ? (c >= 3718 && c <= 3722) : c <= 3747) : (c <= 3749 || (c >= 3751 && c <= 3760))))) : (c <= 3762 || (c < 3840 ? (c < 3782 ? (c < 3776 ? c == 3773 : c <= 3780) : (c <= 3782 || (c >= 3804 && c <= 3807))) : (c <= 3840 || (c < 3976 ? (c < 3913 ? (c >= 3904 && c <= 3911) : c <= 3948) : (c <= 3980 || (c >= 4096 && c <= 4138))))))))))))) : (c <= 4159 || (c < 8134 ? (c < 6108 ? (c < 4800 ? (c < 4304 ? (c < 4213 ? (c < 4193 ? (c < 4186 ? (c >= 4176 && c <= 4181) : c <= 4189) : (c <= 4193 || (c < 4206 ? (c >= 4197 && c <= 4198) : c <= 4208))) : (c <= 4225 || (c < 4295 ? (c < 4256 ? c == 4238 : c <= 4293) : (c <= 4295 || c == 4301)))) : (c <= 4346 || (c < 4704 ? (c < 4688 ? (c < 4682 ? (c >= 4348 && c <= 4680) : c <= 4685) : (c <= 4694 || (c < 4698 ? c == 4696 : c <= 4701))) : (c <= 4744 || (c < 4786 ? (c < 4752 ? (c >= 4746 && c <= 4749) : c <= 4784) : (c <= 4789 || (c >= 4792 && c <= 4798))))))) : (c <= 4800 || (c < 5761 ? (c < 4992 ? (c < 4824 ? (c < 4808 ? (c >= 4802 && c <= 4805) : c <= 4822) : (c <= 4880 || (c < 4888 ? (c >= 4882 && c <= 4885) : c <= 4954))) : (c <= 5007 || (c < 5121 ? (c < 5112 ? (c >= 5024 && c <= 5109) : c <= 5117) : (c <= 5740 || (c >= 5743 && c <= 5759))))) : (c <= 5786 || (c < 5952 ? (c < 5888 ? (c < 5870 ? (c >= 5792 && c <= 5866) : c <= 5880) : (c <= 5905 || (c >= 5919 && c <= 5937))) : (c <= 5969 || (c < 6016 ? (c < 5998 ? (c >= 5984 && c <= 5996) : c <= 6000) : (c <= 6067 || c == 6103)))))))) : (c <= 6108 || (c < 7296 ? (c < 6688 ? (c < 6480 ? (c < 6314 ? (c < 6272 ? (c >= 6176 && c <= 6264) : c <= 6312) : (c <= 6314 || (c < 6400 ? (c >= 6320 && c <= 6389) : c <= 6430))) : (c <= 6509 || (c < 6576 ? (c < 6528 ? (c >= 6512 && c <= 6516) : c <= 6571) : (c <= 6601 || (c >= 6656 && c <= 6678))))) : (c <= 6740 || (c < 7086 ? (c < 6981 ? (c < 6917 ? c == 6823 : c <= 6963) : (c <= 6988 || (c >= 7043 && c <= 7072))) : (c <= 7087 || (c < 7245 ? (c < 7168 ? (c >= 7098 && c <= 7141) : c <= 7203) : (c <= 7247 || (c >= 7258 && c <= 7293))))))) : (c <= 7304 || (c < 8008 ? (c < 7418 ? (c < 7401 ? (c < 7357 ? (c >= 7312 && c <= 7354) : c <= 7359) : (c <= 7404 || (c < 7413 ? (c >= 7406 && c <= 7411) : c <= 7414))) : (c <= 7418 || (c < 7960 ? (c < 7680 ? (c >= 7424 && c <= 7615) : c <= 7957) : (c <= 7965 || (c >= 7968 && c <= 8005))))) : (c <= 8013 || (c < 8031 ? (c < 8027 ? (c < 8025 ? (c >= 8016 && c <= 8023) : c <= 8025) : (c <= 8027 || c == 8029)) : (c <= 8061 || (c < 8126 ? (c < 8118 ? (c >= 8064 && c <= 8116) : c <= 8124) : (c <= 8126 || (c >= 8130 && c <= 8132))))))))))) : (c <= 8140 || (c < 12344 ? (c < 8544 ? (c < 8458 ? (c < 8305 ? (c < 8160 ? (c < 8150 ? (c >= 8144 && c <= 8147) : c <= 8155) : (c <= 8172 || (c < 8182 ? (c >= 8178 && c <= 8180) : c <= 8188))) : (c <= 8305 || (c < 8450 ? (c < 8336 ? c == 8319 : c <= 8348) : (c <= 8450 || c == 8455)))) : (c <= 8467 || (c < 8488 ? (c < 8484 ? (c < 8472 ? c == 8469 : c <= 8477) : (c <= 8484 || c == 8486)) : (c <= 8488 || (c < 8517 ? (c < 8508 ? (c >= 8490 && c <= 8505) : c <= 8511) : (c <= 8521 || c == 8526)))))) : (c <= 8584 || (c < 11688 ? (c < 11565 ? (c < 11506 ? (c < 11499 ? (c >= 11264 && c <= 11492) : c <= 11502) : (c <= 11507 || (c < 11559 ? (c >= 11520 && c <= 11557) : c <= 11559))) : (c <= 11565 || (c < 11648 ? (c < 11631 ? (c >= 11568 && c <= 11623) : c <= 11631) : (c <= 11670 || (c >= 11680 && c <= 11686))))) : (c <= 11694 || (c < 11728 ? (c < 11712 ? (c < 11704 ? (c >= 11696 && c <= 11702) : c <= 11710) : (c <= 11718 || (c >= 11720 && c <= 11726))) : (c <= 11734 || (c < 12321 ? (c < 12293 ? (c >= 11736 && c <= 11742) : c <= 12295) : (c <= 12329 || (c >= 12337 && c <= 12341))))))))) : (c <= 12348 || (c < 42960 ? (c < 42192 ? (c < 12593 ? (c < 12449 ? (c < 12445 ? (c >= 12353 && c <= 12438) : c <= 12447) : (c <= 12538 || (c < 12549 ? (c >= 12540 && c <= 12543) : c <= 12591))) : (c <= 12686 || (c < 13312 ? (c < 12784 ? (c >= 12704 && c <= 12735) : c <= 12799) : (c <= 19903 || (c >= 19968 && c <= 42124))))) : (c <= 42237 || (c < 42623 ? (c < 42538 ? (c < 42512 ? (c >= 42240 && c <= 42508) : c <= 42527) : (c <= 42539 || (c >= 42560 && c <= 42606))) : (c <= 42653 || (c < 42786 ? (c < 42775 ? (c >= 42656 && c <= 42735) : c <= 42783) : (c <= 42888 || (c >= 42891 && c <= 42954))))))) : (c <= 42961 || (c < 43261 ? (c < 43020 ? (c < 42994 ? (c < 42965 ? c == 42963 : c <= 42969) : (c <= 43009 || (c < 43015 ? (c >= 43011 && c <= 43013) : c <= 43018))) : (c <= 43042 || (c < 43250 ? (c < 43138 ? (c >= 43072 && c <= 43123) : c <= 43187) : (c <= 43255 || c == 43259)))) : (c <= 43262 || (c < 43471 ? (c < 43360 ? (c < 43312 ? (c >= 43274 && c <= 43301) : c <= 43334) : (c <= 43388 || (c >= 43396 && c <= 43442))) : (c <= 43471 || (c < 43514 ? (c < 43494 ? (c >= 43488 && c <= 43492) : c <= 43503) : (c <= 43518 || (c >= 43520 && c <= 43560))))))))))))))) : (c <= 43586 || (c < 71128 ? (c < 67003 ? (c < 65143 ? (c < 55216 ? (c < 43744 ? (c < 43701 ? (c < 43642 ? (c < 43616 ? (c >= 43588 && c <= 43595) : c <= 43638) : (c <= 43642 || (c < 43697 ? (c >= 43646 && c <= 43695) : c <= 43697))) : (c <= 43702 || (c < 43714 ? (c < 43712 ? (c >= 43705 && c <= 43709) : c <= 43712) : (c <= 43714 || (c >= 43739 && c <= 43741))))) : (c <= 43754 || (c < 43816 ? (c < 43785 ? (c < 43777 ? (c >= 43762 && c <= 43764) : c <= 43782) : (c <= 43790 || (c < 43808 ? (c >= 43793 && c <= 43798) : c <= 43814))) : (c <= 43822 || (c < 43888 ? (c < 43868 ? (c >= 43824 && c <= 43866) : c <= 43881) : (c <= 44002 || (c >= 44032 && c <= 55203))))))) : (c <= 55238 || (c < 64320 ? (c < 64285 ? (c < 64112 ? (c < 63744 ? (c >= 55243 && c <= 55291) : c <= 64109) : (c <= 64217 || (c < 64275 ? (c >= 64256 && c <= 64262) : c <= 64279))) : (c <= 64285 || (c < 64312 ? (c < 64298 ? (c >= 64287 && c <= 64296) : c <= 64310) : (c <= 64316 || c == 64318)))) : (c <= 64321 || (c < 64848 ? (c < 64467 ? (c < 64326 ? (c >= 64323 && c <= 64324) : c <= 64433) : (c <= 64605 || (c >= 64612 && c <= 64829))) : (c <= 64911 || (c < 65137 ? (c < 65008 ? (c >= 64914 && c <= 64967) : c <= 65017) : (c <= 65137 || c == 65139)))))))) : (c <= 65143 || (c < 66176 ? (c < 65490 ? (c < 65345 ? (c < 65149 ? (c < 65147 ? c == 65145 : c <= 65147) : (c <= 65149 || (c < 65313 ? (c >= 65151 && c <= 65276) : c <= 65338))) : (c <= 65370 || (c < 65474 ? (c < 65440 ? (c >= 65382 && c <= 65437) : c <= 65470) : (c <= 65479 || (c >= 65482 && c <= 65487))))) : (c <= 65495 || (c < 65596 ? (c < 65549 ? (c < 65536 ? (c >= 65498 && c <= 65500) : c <= 65547) : (c <= 65574 || (c >= 65576 && c <= 65594))) : (c <= 65597 || (c < 65664 ? (c < 65616 ? (c >= 65599 && c <= 65613) : c <= 65629) : (c <= 65786 || (c >= 65856 && c <= 65908))))))) : (c <= 66204 || (c < 66776 ? (c < 66464 ? (c < 66349 ? (c < 66304 ? (c >= 66208 && c <= 66256) : c <= 66335) : (c <= 66378 || (c < 66432 ? (c >= 66384 && c <= 66421) : c <= 66461))) : (c <= 66499 || (c < 66560 ? (c < 66513 ? (c >= 66504 && c <= 66511) : c <= 66517) : (c <= 66717 || (c >= 66736 && c <= 66771))))) : (c <= 66811 || (c < 66956 ? (c < 66928 ? (c < 66864 ? (c >= 66816 && c <= 66855) : c <= 66915) : (c <= 66938 || (c >= 66940 && c <= 66954))) : (c <= 66962 || (c < 66979 ? (c < 66967 ? (c >= 66964 && c <= 66965) : c <= 66977) : (c <= 66993 || (c >= 66995 && c <= 67001))))))))))) : (c <= 67004 || (c < 69488 ? (c < 68096 ? (c < 67644 ? (c < 67506 ? (c < 67424 ? (c < 67392 ? (c >= 67072 && c <= 67382) : c <= 67413) : (c <= 67431 || (c < 67463 ? (c >= 67456 && c <= 67461) : c <= 67504))) : (c <= 67514 || (c < 67594 ? (c < 67592 ? (c >= 67584 && c <= 67589) : c <= 67592) : (c <= 67637 || (c >= 67639 && c <= 67640))))) : (c <= 67644 || (c < 67828 ? (c < 67712 ? (c < 67680 ? (c >= 67647 && c <= 67669) : c <= 67702) : (c <= 67742 || (c >= 67808 && c <= 67826))) : (c <= 67829 || (c < 67968 ? (c < 67872 ? (c >= 67840 && c <= 67861) : c <= 67897) : (c <= 68023 || (c >= 68030 && c <= 68031))))))) : (c <= 68096 || (c < 68480 ? (c < 68288 ? (c < 68121 ? (c < 68117 ? (c >= 68112 && c <= 68115) : c <= 68119) : (c <= 68149 || (c < 68224 ? (c >= 68192 && c <= 68220) : c <= 68252))) : (c <= 68295 || (c < 68416 ? (c < 68352 ? (c >= 68297 && c <= 68324) : c <= 68405) : (c <= 68437 || (c >= 68448 && c <= 68466))))) : (c <= 68497 || (c < 69248 ? (c < 68800 ? (c < 68736 ? (c >= 68608 && c <= 68680) : c <= 68786) : (c <= 68850 || (c >= 68864 && c <= 68899))) : (c <= 69289 || (c < 69415 ? (c < 69376 ? (c >= 69296 && c <= 69297) : c <= 69404) : (c <= 69415 || (c >= 69424 && c <= 69445))))))))) : (c <= 69505 || (c < 70280 ? (c < 69968 ? (c < 69763 ? (c < 69635 ? (c < 69600 ? (c >= 69552 && c <= 69572) : c <= 69622) : (c <= 69687 || (c < 69749 ? (c >= 69745 && c <= 69746) : c <= 69749))) : (c <= 69807 || (c < 69956 ? (c < 69891 ? (c >= 69840 && c <= 69864) : c <= 69926) : (c <= 69956 || c == 69959)))) : (c <= 70002 || (c < 70108 ? (c < 70081 ? (c < 70019 ? c == 70006 : c <= 70066) : (c <= 70084 || c == 70106)) : (c <= 70108 || (c < 70207 ? (c < 70163 ? (c >= 70144 && c <= 70161) : c <= 70187) : (c <= 70208 || (c >= 70272 && c <= 70278))))))) : (c <= 70280 || (c < 70461 ? (c < 70415 ? (c < 70303 ? (c < 70287 ? (c >= 70282 && c <= 70285) : c <= 70301) : (c <= 70312 || (c < 70405 ? (c >= 70320 && c <= 70366) : c <= 70412))) : (c <= 70416 || (c < 70450 ? (c < 70442 ? (c >= 70419 && c <= 70440) : c <= 70448) : (c <= 70451 || (c >= 70453 && c <= 70457))))) : (c <= 70461 || (c < 70751 ? (c < 70656 ? (c < 70493 ? c == 70480 : c <= 70497) : (c <= 70708 || (c >= 70727 && c <= 70730))) : (c <= 70753 || (c < 70855 ? (c < 70852 ? (c >= 70784 && c <= 70831) : c <= 70853) : (c <= 70855 || (c >= 71040 && c <= 71086))))))))))))) : (c <= 71131 || (c < 119970 ? (c < 73490 ? (c < 72203 ? (c < 71948 ? (c < 71488 ? (c < 71296 ? (c < 71236 ? (c >= 71168 && c <= 71215) : c <= 71236) : (c <= 71338 || (c < 71424 ? c == 71352 : c <= 71450))) : (c <= 71494 || (c < 71935 ? (c < 71840 ? (c >= 71680 && c <= 71723) : c <= 71903) : (c <= 71942 || c == 71945)))) : (c <= 71955 || (c < 72096 ? (c < 71999 ? (c < 71960 ? (c >= 71957 && c <= 71958) : c <= 71983) : (c <= 71999 || c == 72001)) : (c <= 72103 || (c < 72163 ? (c < 72161 ? (c >= 72106 && c <= 72144) : c <= 72161) : (c <= 72163 || c == 72192)))))) : (c <= 72242 || (c < 72968 ? (c < 72704 ? (c < 72284 ? (c < 72272 ? c == 72250 : c <= 72272) : (c <= 72329 || (c < 72368 ? c == 72349 : c <= 72440))) : (c <= 72712 || (c < 72818 ? (c < 72768 ? (c >= 72714 && c <= 72750) : c <= 72768) : (c <= 72847 || (c >= 72960 && c <= 72966))))) : (c <= 72969 || (c < 73066 ? (c < 73056 ? (c < 73030 ? (c >= 72971 && c <= 73008) : c <= 73030) : (c <= 73061 || (c >= 73063 && c <= 73064))) : (c <= 73097 || (c < 73474 ? (c < 73440 ? c == 73112 : c <= 73458) : (c <= 73474 || (c >= 73476 && c <= 73488))))))))) : (c <= 73523 || (c < 94176 ? (c < 92784 ? (c < 77824 ? (c < 74752 ? (c < 73728 ? c == 73648 : c <= 74649) : (c <= 74862 || (c < 77712 ? (c >= 74880 && c <= 75075) : c <= 77808))) : (c <= 78895 || (c < 92160 ? (c < 82944 ? (c >= 78913 && c <= 78918) : c <= 83526) : (c <= 92728 || (c >= 92736 && c <= 92766))))) : (c <= 92862 || (c < 93053 ? (c < 92992 ? (c < 92928 ? (c >= 92880 && c <= 92909) : c <= 92975) : (c <= 92995 || (c >= 93027 && c <= 93047))) : (c <= 93071 || (c < 94032 ? (c < 93952 ? (c >= 93760 && c <= 93823) : c <= 94026) : (c <= 94032 || (c >= 94099 && c <= 94111))))))) : (c <= 94177 || (c < 110933 ? (c < 110581 ? (c < 100352 ? (c < 94208 ? c == 94179 : c <= 100343) : (c <= 101589 || (c < 110576 ? (c >= 101632 && c <= 101640) : c <= 110579))) : (c <= 110587 || (c < 110898 ? (c < 110592 ? (c >= 110589 && c <= 110590) : c <= 110882) : (c <= 110898 || (c >= 110928 && c <= 110930))))) : (c <= 110933 || (c < 113792 ? (c < 113664 ? (c < 110960 ? (c >= 110948 && c <= 110951) : c <= 111355) : (c <= 113770 || (c >= 113776 && c <= 113788))) : (c <= 113800 || (c < 119894 ? (c < 119808 ? (c >= 113808 && c <= 113817) : c <= 119892) : (c <= 119964 || (c >= 119966 && c <= 119967))))))))))) : (c <= 119970 || (c < 125259 ? (c < 120630 ? (c < 120123 ? (c < 120005 ? (c < 119982 ? (c < 119977 ? (c >= 119973 && c <= 119974) : c <= 119980) : (c <= 119993 || (c < 119997 ? c == 119995 : c <= 120003))) : (c <= 120069 || (c < 120086 ? (c < 120077 ? (c >= 120071 && c <= 120074) : c <= 120084) : (c <= 120092 || (c >= 120094 && c <= 120121))))) : (c <= 120126 || (c < 120488 ? (c < 120138 ? (c < 120134 ? (c >= 120128 && c <= 120132) : c <= 120134) : (c <= 120144 || (c >= 120146 && c <= 120485))) : (c <= 120512 || (c < 120572 ? (c < 120540 ? (c >= 120514 && c <= 120538) : c <= 120570) : (c <= 120596 || (c >= 120598 && c <= 120628))))))) : (c <= 120654 || (c < 123214 ? (c < 122624 ? (c < 120714 ? (c < 120688 ? (c >= 120656 && c <= 120686) : c <= 120712) : (c <= 120744 || (c < 120772 ? (c >= 120746 && c <= 120770) : c <= 120779))) : (c <= 122654 || (c < 123136 ? (c < 122928 ? (c >= 122661 && c <= 122666) : c <= 122989) : (c <= 123180 || (c >= 123191 && c <= 123197))))) : (c <= 123214 || (c < 124904 ? (c < 124112 ? (c < 123584 ? (c >= 123536 && c <= 123565) : c <= 123627) : (c <= 124139 || (c >= 124896 && c <= 124902))) : (c <= 124907 || (c < 124928 ? (c < 124912 ? (c >= 124909 && c <= 124910) : c <= 124926) : (c <= 125124 || (c >= 125184 && c <= 125251))))))))) : (c <= 125259 || (c < 126559 ? (c < 126535 ? (c < 126505 ? (c < 126497 ? (c < 126469 ? (c >= 126464 && c <= 126467) : c <= 126495) : (c <= 126498 || (c < 126503 ? c == 126500 : c <= 126503))) : (c <= 126514 || (c < 126523 ? (c < 126521 ? (c >= 126516 && c <= 126519) : c <= 126521) : (c <= 126523 || c == 126530)))) : (c <= 126535 || (c < 126548 ? (c < 126541 ? (c < 126539 ? c == 126537 : c <= 126539) : (c <= 126543 || (c >= 126545 && c <= 126546))) : (c <= 126548 || (c < 126555 ? (c < 126553 ? c == 126551 : c <= 126553) : (c <= 126555 || c == 126557)))))) : (c <= 126559 || (c < 126629 ? (c < 126585 ? (c < 126567 ? (c < 126564 ? (c >= 126561 && c <= 126562) : c <= 126564) : (c <= 126570 || (c < 126580 ? (c >= 126572 && c <= 126578) : c <= 126583))) : (c <= 126588 || (c < 126603 ? (c < 126592 ? c == 126590 : c <= 126601) : (c <= 126619 || (c >= 126625 && c <= 126627))))) : (c <= 126633 || (c < 178208 ? (c < 173824 ? (c < 131072 ? (c >= 126635 && c <= 126651) : c <= 173791) : (c <= 177977 || (c >= 177984 && c <= 178205))) : (c <= 183969 || (c < 196608 ? (c < 194560 ? (c >= 183984 && c <= 191456) : c <= 195101) : (c <= 201546 || (c >= 201552 && c <= 205743))))))))))))))))); } static inline bool sym_identifier_character_set_4(int32_t c) { return (c < 43642 ? (c < 4206 ? (c < 2730 ? (c < 1994 ? (c < 910 ? (c < 736 ? (c < 186 ? (c < 'a' ? (c < '_' ? (c >= 'A' && c <= 'Z') : c <= '_') : (c <= 'z' || (c < 181 ? c == 170 : c <= 181))) : (c <= 186 || (c < 248 ? (c < 216 ? (c >= 192 && c <= 214) : c <= 246) : (c <= 705 || (c >= 710 && c <= 721))))) : (c <= 740 || (c < 891 ? (c < 880 ? (c < 750 ? c == 748 : c <= 750) : (c <= 884 || (c >= 886 && c <= 887))) : (c <= 893 || (c < 904 ? (c < 902 ? c == 895 : c <= 902) : (c <= 906 || c == 908)))))) : (c <= 929 || (c < 1649 ? (c < 1376 ? (c < 1162 ? (c < 1015 ? (c >= 931 && c <= 1013) : c <= 1153) : (c <= 1327 || (c < 1369 ? (c >= 1329 && c <= 1366) : c <= 1369))) : (c <= 1416 || (c < 1568 ? (c < 1519 ? (c >= 1488 && c <= 1514) : c <= 1522) : (c <= 1610 || (c >= 1646 && c <= 1647))))) : (c <= 1747 || (c < 1791 ? (c < 1774 ? (c < 1765 ? c == 1749 : c <= 1766) : (c <= 1775 || (c >= 1786 && c <= 1788))) : (c <= 1791 || (c < 1869 ? (c < 1810 ? c == 1808 : c <= 1839) : (c <= 1957 || c == 1969)))))))) : (c <= 2026 || (c < 2482 ? (c < 2208 ? (c < 2088 ? (c < 2048 ? (c < 2042 ? (c >= 2036 && c <= 2037) : c <= 2042) : (c <= 2069 || (c < 2084 ? c == 2074 : c <= 2084))) : (c <= 2088 || (c < 2160 ? (c < 2144 ? (c >= 2112 && c <= 2136) : c <= 2154) : (c <= 2183 || (c >= 2185 && c <= 2190))))) : (c <= 2249 || (c < 2417 ? (c < 2384 ? (c < 2365 ? (c >= 2308 && c <= 2361) : c <= 2365) : (c <= 2384 || (c >= 2392 && c <= 2401))) : (c <= 2432 || (c < 2451 ? (c < 2447 ? (c >= 2437 && c <= 2444) : c <= 2448) : (c <= 2472 || (c >= 2474 && c <= 2480))))))) : (c <= 2482 || (c < 2602 ? (c < 2544 ? (c < 2510 ? (c < 2493 ? (c >= 2486 && c <= 2489) : c <= 2493) : (c <= 2510 || (c < 2527 ? (c >= 2524 && c <= 2525) : c <= 2529))) : (c <= 2545 || (c < 2575 ? (c < 2565 ? c == 2556 : c <= 2570) : (c <= 2576 || (c >= 2579 && c <= 2600))))) : (c <= 2608 || (c < 2654 ? (c < 2616 ? (c < 2613 ? (c >= 2610 && c <= 2611) : c <= 2614) : (c <= 2617 || (c >= 2649 && c <= 2652))) : (c <= 2654 || (c < 2703 ? (c < 2693 ? (c >= 2674 && c <= 2676) : c <= 2701) : (c <= 2705 || (c >= 2707 && c <= 2728))))))))))) : (c <= 2736 || (c < 3261 ? (c < 2969 ? (c < 2866 ? (c < 2809 ? (c < 2749 ? (c < 2741 ? (c >= 2738 && c <= 2739) : c <= 2745) : (c <= 2749 || (c < 2784 ? c == 2768 : c <= 2785))) : (c <= 2809 || (c < 2835 ? (c < 2831 ? (c >= 2821 && c <= 2828) : c <= 2832) : (c <= 2856 || (c >= 2858 && c <= 2864))))) : (c <= 2867 || (c < 2929 ? (c < 2908 ? (c < 2877 ? (c >= 2869 && c <= 2873) : c <= 2877) : (c <= 2909 || (c >= 2911 && c <= 2913))) : (c <= 2929 || (c < 2958 ? (c < 2949 ? c == 2947 : c <= 2954) : (c <= 2960 || (c >= 2962 && c <= 2965))))))) : (c <= 2970 || (c < 3133 ? (c < 3024 ? (c < 2979 ? (c < 2974 ? c == 2972 : c <= 2975) : (c <= 2980 || (c < 2990 ? (c >= 2984 && c <= 2986) : c <= 3001))) : (c <= 3024 || (c < 3090 ? (c < 3086 ? (c >= 3077 && c <= 3084) : c <= 3088) : (c <= 3112 || (c >= 3114 && c <= 3129))))) : (c <= 3133 || (c < 3205 ? (c < 3168 ? (c < 3165 ? (c >= 3160 && c <= 3162) : c <= 3165) : (c <= 3169 || c == 3200)) : (c <= 3212 || (c < 3242 ? (c < 3218 ? (c >= 3214 && c <= 3216) : c <= 3240) : (c <= 3251 || (c >= 3253 && c <= 3257))))))))) : (c <= 3261 || (c < 3716 ? (c < 3450 ? (c < 3346 ? (c < 3313 ? (c < 3296 ? (c >= 3293 && c <= 3294) : c <= 3297) : (c <= 3314 || (c < 3342 ? (c >= 3332 && c <= 3340) : c <= 3344))) : (c <= 3386 || (c < 3412 ? (c < 3406 ? c == 3389 : c <= 3406) : (c <= 3414 || (c >= 3423 && c <= 3425))))) : (c <= 3455 || (c < 3520 ? (c < 3507 ? (c < 3482 ? (c >= 3461 && c <= 3478) : c <= 3505) : (c <= 3515 || c == 3517)) : (c <= 3526 || (c < 3648 ? (c < 3634 ? (c >= 3585 && c <= 3632) : c <= 3634) : (c <= 3654 || (c >= 3713 && c <= 3714))))))) : (c <= 3716 || (c < 3840 ? (c < 3762 ? (c < 3749 ? (c < 3724 ? (c >= 3718 && c <= 3722) : c <= 3747) : (c <= 3749 || (c >= 3751 && c <= 3760))) : (c <= 3762 || (c < 3782 ? (c < 3776 ? c == 3773 : c <= 3780) : (c <= 3782 || (c >= 3804 && c <= 3807))))) : (c <= 3840 || (c < 4159 ? (c < 3976 ? (c < 3913 ? (c >= 3904 && c <= 3911) : c <= 3948) : (c <= 3980 || (c >= 4096 && c <= 4138))) : (c <= 4159 || (c < 4193 ? (c < 4186 ? (c >= 4176 && c <= 4181) : c <= 4189) : (c <= 4193 || (c >= 4197 && c <= 4198))))))))))))) : (c <= 4208 || (c < 8178 ? (c < 6320 ? (c < 4882 ? (c < 4698 ? (c < 4304 ? (c < 4256 ? (c < 4238 ? (c >= 4213 && c <= 4225) : c <= 4238) : (c <= 4293 || (c < 4301 ? c == 4295 : c <= 4301))) : (c <= 4346 || (c < 4688 ? (c < 4682 ? (c >= 4348 && c <= 4680) : c <= 4685) : (c <= 4694 || c == 4696)))) : (c <= 4701 || (c < 4792 ? (c < 4752 ? (c < 4746 ? (c >= 4704 && c <= 4744) : c <= 4749) : (c <= 4784 || (c >= 4786 && c <= 4789))) : (c <= 4798 || (c < 4808 ? (c < 4802 ? c == 4800 : c <= 4805) : (c <= 4822 || (c >= 4824 && c <= 4880))))))) : (c <= 4885 || (c < 5919 ? (c < 5743 ? (c < 5024 ? (c < 4992 ? (c >= 4888 && c <= 4954) : c <= 5007) : (c <= 5109 || (c < 5121 ? (c >= 5112 && c <= 5117) : c <= 5740))) : (c <= 5759 || (c < 5870 ? (c < 5792 ? (c >= 5761 && c <= 5786) : c <= 5866) : (c <= 5880 || (c >= 5888 && c <= 5905))))) : (c <= 5937 || (c < 6103 ? (c < 5998 ? (c < 5984 ? (c >= 5952 && c <= 5969) : c <= 5996) : (c <= 6000 || (c >= 6016 && c <= 6067))) : (c <= 6103 || (c < 6272 ? (c < 6176 ? c == 6108 : c <= 6264) : (c <= 6312 || c == 6314)))))))) : (c <= 6389 || (c < 7406 ? (c < 7043 ? (c < 6656 ? (c < 6512 ? (c < 6480 ? (c >= 6400 && c <= 6430) : c <= 6509) : (c <= 6516 || (c < 6576 ? (c >= 6528 && c <= 6571) : c <= 6601))) : (c <= 6678 || (c < 6917 ? (c < 6823 ? (c >= 6688 && c <= 6740) : c <= 6823) : (c <= 6963 || (c >= 6981 && c <= 6988))))) : (c <= 7072 || (c < 7258 ? (c < 7168 ? (c < 7098 ? (c >= 7086 && c <= 7087) : c <= 7141) : (c <= 7203 || (c >= 7245 && c <= 7247))) : (c <= 7293 || (c < 7357 ? (c < 7312 ? (c >= 7296 && c <= 7304) : c <= 7354) : (c <= 7359 || (c >= 7401 && c <= 7404))))))) : (c <= 7411 || (c < 8029 ? (c < 7968 ? (c < 7424 ? (c < 7418 ? (c >= 7413 && c <= 7414) : c <= 7418) : (c <= 7615 || (c < 7960 ? (c >= 7680 && c <= 7957) : c <= 7965))) : (c <= 8005 || (c < 8025 ? (c < 8016 ? (c >= 8008 && c <= 8013) : c <= 8023) : (c <= 8025 || c == 8027)))) : (c <= 8029 || (c < 8130 ? (c < 8118 ? (c < 8064 ? (c >= 8031 && c <= 8061) : c <= 8116) : (c <= 8124 || c == 8126)) : (c <= 8132 || (c < 8150 ? (c < 8144 ? (c >= 8134 && c <= 8140) : c <= 8147) : (c <= 8155 || (c >= 8160 && c <= 8172))))))))))) : (c <= 8180 || (c < 12540 ? (c < 11520 ? (c < 8486 ? (c < 8455 ? (c < 8319 ? (c < 8305 ? (c >= 8182 && c <= 8188) : c <= 8305) : (c <= 8319 || (c < 8450 ? (c >= 8336 && c <= 8348) : c <= 8450))) : (c <= 8455 || (c < 8472 ? (c < 8469 ? (c >= 8458 && c <= 8467) : c <= 8469) : (c <= 8477 || c == 8484)))) : (c <= 8486 || (c < 8526 ? (c < 8508 ? (c < 8490 ? c == 8488 : c <= 8505) : (c <= 8511 || (c >= 8517 && c <= 8521))) : (c <= 8526 || (c < 11499 ? (c < 11264 ? (c >= 8544 && c <= 8584) : c <= 11492) : (c <= 11502 || (c >= 11506 && c <= 11507))))))) : (c <= 11557 || (c < 11720 ? (c < 11680 ? (c < 11568 ? (c < 11565 ? c == 11559 : c <= 11565) : (c <= 11623 || (c < 11648 ? c == 11631 : c <= 11670))) : (c <= 11686 || (c < 11704 ? (c < 11696 ? (c >= 11688 && c <= 11694) : c <= 11702) : (c <= 11710 || (c >= 11712 && c <= 11718))))) : (c <= 11726 || (c < 12337 ? (c < 12293 ? (c < 11736 ? (c >= 11728 && c <= 11734) : c <= 11742) : (c <= 12295 || (c >= 12321 && c <= 12329))) : (c <= 12341 || (c < 12445 ? (c < 12353 ? (c >= 12344 && c <= 12348) : c <= 12438) : (c <= 12447 || (c >= 12449 && c <= 12538))))))))) : (c <= 12543 || (c < 43011 ? (c < 42560 ? (c < 19968 ? (c < 12704 ? (c < 12593 ? (c >= 12549 && c <= 12591) : c <= 12686) : (c <= 12735 || (c < 13312 ? (c >= 12784 && c <= 12799) : c <= 19903))) : (c <= 42124 || (c < 42512 ? (c < 42240 ? (c >= 42192 && c <= 42237) : c <= 42508) : (c <= 42527 || (c >= 42538 && c <= 42539))))) : (c <= 42606 || (c < 42891 ? (c < 42775 ? (c < 42656 ? (c >= 42623 && c <= 42653) : c <= 42735) : (c <= 42783 || (c >= 42786 && c <= 42888))) : (c <= 42954 || (c < 42965 ? (c < 42963 ? (c >= 42960 && c <= 42961) : c <= 42963) : (c <= 42969 || (c >= 42994 && c <= 43009))))))) : (c <= 43013 || (c < 43360 ? (c < 43250 ? (c < 43072 ? (c < 43020 ? (c >= 43015 && c <= 43018) : c <= 43042) : (c <= 43123 || (c >= 43138 && c <= 43187))) : (c <= 43255 || (c < 43274 ? (c < 43261 ? c == 43259 : c <= 43262) : (c <= 43301 || (c >= 43312 && c <= 43334))))) : (c <= 43388 || (c < 43514 ? (c < 43488 ? (c < 43471 ? (c >= 43396 && c <= 43442) : c <= 43471) : (c <= 43492 || (c >= 43494 && c <= 43503))) : (c <= 43518 || (c < 43588 ? (c < 43584 ? (c >= 43520 && c <= 43560) : c <= 43586) : (c <= 43595 || (c >= 43616 && c <= 43638))))))))))))))) : (c <= 43642 || (c < 71168 ? (c < 67392 ? (c < 65147 ? (c < 63744 ? (c < 43785 ? (c < 43714 ? (c < 43701 ? (c < 43697 ? (c >= 43646 && c <= 43695) : c <= 43697) : (c <= 43702 || (c < 43712 ? (c >= 43705 && c <= 43709) : c <= 43712))) : (c <= 43714 || (c < 43762 ? (c < 43744 ? (c >= 43739 && c <= 43741) : c <= 43754) : (c <= 43764 || (c >= 43777 && c <= 43782))))) : (c <= 43790 || (c < 43868 ? (c < 43816 ? (c < 43808 ? (c >= 43793 && c <= 43798) : c <= 43814) : (c <= 43822 || (c >= 43824 && c <= 43866))) : (c <= 43881 || (c < 55216 ? (c < 44032 ? (c >= 43888 && c <= 44002) : c <= 55203) : (c <= 55238 || (c >= 55243 && c <= 55291))))))) : (c <= 64109 || (c < 64326 ? (c < 64298 ? (c < 64275 ? (c < 64256 ? (c >= 64112 && c <= 64217) : c <= 64262) : (c <= 64279 || (c < 64287 ? c == 64285 : c <= 64296))) : (c <= 64310 || (c < 64320 ? (c < 64318 ? (c >= 64312 && c <= 64316) : c <= 64318) : (c <= 64321 || (c >= 64323 && c <= 64324))))) : (c <= 64433 || (c < 65008 ? (c < 64848 ? (c < 64612 ? (c >= 64467 && c <= 64605) : c <= 64829) : (c <= 64911 || (c >= 64914 && c <= 64967))) : (c <= 65017 || (c < 65143 ? (c < 65139 ? c == 65137 : c <= 65139) : (c <= 65143 || c == 65145)))))))) : (c <= 65147 || (c < 66304 ? (c < 65536 ? (c < 65440 ? (c < 65313 ? (c < 65151 ? c == 65149 : c <= 65276) : (c <= 65338 || (c < 65382 ? (c >= 65345 && c <= 65370) : c <= 65437))) : (c <= 65470 || (c < 65490 ? (c < 65482 ? (c >= 65474 && c <= 65479) : c <= 65487) : (c <= 65495 || (c >= 65498 && c <= 65500))))) : (c <= 65547 || (c < 65616 ? (c < 65596 ? (c < 65576 ? (c >= 65549 && c <= 65574) : c <= 65594) : (c <= 65597 || (c >= 65599 && c <= 65613))) : (c <= 65629 || (c < 66176 ? (c < 65856 ? (c >= 65664 && c <= 65786) : c <= 65908) : (c <= 66204 || (c >= 66208 && c <= 66256))))))) : (c <= 66335 || (c < 66864 ? (c < 66513 ? (c < 66432 ? (c < 66384 ? (c >= 66349 && c <= 66378) : c <= 66421) : (c <= 66461 || (c < 66504 ? (c >= 66464 && c <= 66499) : c <= 66511))) : (c <= 66517 || (c < 66776 ? (c < 66736 ? (c >= 66560 && c <= 66717) : c <= 66771) : (c <= 66811 || (c >= 66816 && c <= 66855))))) : (c <= 66915 || (c < 66967 ? (c < 66956 ? (c < 66940 ? (c >= 66928 && c <= 66938) : c <= 66954) : (c <= 66962 || (c >= 66964 && c <= 66965))) : (c <= 66977 || (c < 67003 ? (c < 66995 ? (c >= 66979 && c <= 66993) : c <= 67001) : (c <= 67004 || (c >= 67072 && c <= 67382))))))))))) : (c <= 67413 || (c < 69600 ? (c < 68117 ? (c < 67680 ? (c < 67592 ? (c < 67463 ? (c < 67456 ? (c >= 67424 && c <= 67431) : c <= 67461) : (c <= 67504 || (c < 67584 ? (c >= 67506 && c <= 67514) : c <= 67589))) : (c <= 67592 || (c < 67644 ? (c < 67639 ? (c >= 67594 && c <= 67637) : c <= 67640) : (c <= 67644 || (c >= 67647 && c <= 67669))))) : (c <= 67702 || (c < 67872 ? (c < 67828 ? (c < 67808 ? (c >= 67712 && c <= 67742) : c <= 67826) : (c <= 67829 || (c >= 67840 && c <= 67861))) : (c <= 67897 || (c < 68096 ? (c < 68030 ? (c >= 67968 && c <= 68023) : c <= 68031) : (c <= 68096 || (c >= 68112 && c <= 68115))))))) : (c <= 68119 || (c < 68736 ? (c < 68352 ? (c < 68224 ? (c < 68192 ? (c >= 68121 && c <= 68149) : c <= 68220) : (c <= 68252 || (c < 68297 ? (c >= 68288 && c <= 68295) : c <= 68324))) : (c <= 68405 || (c < 68480 ? (c < 68448 ? (c >= 68416 && c <= 68437) : c <= 68466) : (c <= 68497 || (c >= 68608 && c <= 68680))))) : (c <= 68786 || (c < 69376 ? (c < 69248 ? (c < 68864 ? (c >= 68800 && c <= 68850) : c <= 68899) : (c <= 69289 || (c >= 69296 && c <= 69297))) : (c <= 69404 || (c < 69488 ? (c < 69424 ? c == 69415 : c <= 69445) : (c <= 69505 || (c >= 69552 && c <= 69572))))))))) : (c <= 69622 || (c < 70287 ? (c < 70019 ? (c < 69891 ? (c < 69749 ? (c < 69745 ? (c >= 69635 && c <= 69687) : c <= 69746) : (c <= 69749 || (c < 69840 ? (c >= 69763 && c <= 69807) : c <= 69864))) : (c <= 69926 || (c < 69968 ? (c < 69959 ? c == 69956 : c <= 69959) : (c <= 70002 || c == 70006)))) : (c <= 70066 || (c < 70163 ? (c < 70108 ? (c < 70106 ? (c >= 70081 && c <= 70084) : c <= 70106) : (c <= 70108 || (c >= 70144 && c <= 70161))) : (c <= 70187 || (c < 70280 ? (c < 70272 ? (c >= 70207 && c <= 70208) : c <= 70278) : (c <= 70280 || (c >= 70282 && c <= 70285))))))) : (c <= 70301 || (c < 70480 ? (c < 70419 ? (c < 70405 ? (c < 70320 ? (c >= 70303 && c <= 70312) : c <= 70366) : (c <= 70412 || (c >= 70415 && c <= 70416))) : (c <= 70440 || (c < 70453 ? (c < 70450 ? (c >= 70442 && c <= 70448) : c <= 70451) : (c <= 70457 || c == 70461)))) : (c <= 70480 || (c < 70784 ? (c < 70727 ? (c < 70656 ? (c >= 70493 && c <= 70497) : c <= 70708) : (c <= 70730 || (c >= 70751 && c <= 70753))) : (c <= 70831 || (c < 71040 ? (c < 70855 ? (c >= 70852 && c <= 70853) : c <= 70855) : (c <= 71086 || (c >= 71128 && c <= 71131))))))))))))) : (c <= 71215 || (c < 119973 ? (c < 73648 ? (c < 72250 ? (c < 71957 ? (c < 71680 ? (c < 71352 ? (c < 71296 ? c == 71236 : c <= 71338) : (c <= 71352 || (c < 71488 ? (c >= 71424 && c <= 71450) : c <= 71494))) : (c <= 71723 || (c < 71945 ? (c < 71935 ? (c >= 71840 && c <= 71903) : c <= 71942) : (c <= 71945 || (c >= 71948 && c <= 71955))))) : (c <= 71958 || (c < 72106 ? (c < 72001 ? (c < 71999 ? (c >= 71960 && c <= 71983) : c <= 71999) : (c <= 72001 || (c >= 72096 && c <= 72103))) : (c <= 72144 || (c < 72192 ? (c < 72163 ? c == 72161 : c <= 72163) : (c <= 72192 || (c >= 72203 && c <= 72242))))))) : (c <= 72250 || (c < 72971 ? (c < 72714 ? (c < 72349 ? (c < 72284 ? c == 72272 : c <= 72329) : (c <= 72349 || (c < 72704 ? (c >= 72368 && c <= 72440) : c <= 72712))) : (c <= 72750 || (c < 72960 ? (c < 72818 ? c == 72768 : c <= 72847) : (c <= 72966 || (c >= 72968 && c <= 72969))))) : (c <= 73008 || (c < 73112 ? (c < 73063 ? (c < 73056 ? c == 73030 : c <= 73061) : (c <= 73064 || (c >= 73066 && c <= 73097))) : (c <= 73112 || (c < 73476 ? (c < 73474 ? (c >= 73440 && c <= 73458) : c <= 73474) : (c <= 73488 || (c >= 73490 && c <= 73523))))))))) : (c <= 73648 || (c < 94179 ? (c < 92880 ? (c < 78913 ? (c < 74880 ? (c < 74752 ? (c >= 73728 && c <= 74649) : c <= 74862) : (c <= 75075 || (c < 77824 ? (c >= 77712 && c <= 77808) : c <= 78895))) : (c <= 78918 || (c < 92736 ? (c < 92160 ? (c >= 82944 && c <= 83526) : c <= 92728) : (c <= 92766 || (c >= 92784 && c <= 92862))))) : (c <= 92909 || (c < 93760 ? (c < 93027 ? (c < 92992 ? (c >= 92928 && c <= 92975) : c <= 92995) : (c <= 93047 || (c >= 93053 && c <= 93071))) : (c <= 93823 || (c < 94099 ? (c < 94032 ? (c >= 93952 && c <= 94026) : c <= 94032) : (c <= 94111 || (c >= 94176 && c <= 94177))))))) : (c <= 94179 || (c < 110948 ? (c < 110589 ? (c < 101632 ? (c < 100352 ? (c >= 94208 && c <= 100343) : c <= 101589) : (c <= 101640 || (c < 110581 ? (c >= 110576 && c <= 110579) : c <= 110587))) : (c <= 110590 || (c < 110928 ? (c < 110898 ? (c >= 110592 && c <= 110882) : c <= 110898) : (c <= 110930 || c == 110933)))) : (c <= 110951 || (c < 113808 ? (c < 113776 ? (c < 113664 ? (c >= 110960 && c <= 111355) : c <= 113770) : (c <= 113788 || (c >= 113792 && c <= 113800))) : (c <= 113817 || (c < 119966 ? (c < 119894 ? (c >= 119808 && c <= 119892) : c <= 119964) : (c <= 119967 || c == 119970)))))))))) : (c <= 119974 || (c < 126464 ? (c < 120656 ? (c < 120128 ? (c < 120071 ? (c < 119995 ? (c < 119982 ? (c >= 119977 && c <= 119980) : c <= 119993) : (c <= 119995 || (c < 120005 ? (c >= 119997 && c <= 120003) : c <= 120069))) : (c <= 120074 || (c < 120094 ? (c < 120086 ? (c >= 120077 && c <= 120084) : c <= 120092) : (c <= 120121 || (c >= 120123 && c <= 120126))))) : (c <= 120132 || (c < 120514 ? (c < 120146 ? (c < 120138 ? c == 120134 : c <= 120144) : (c <= 120485 || (c >= 120488 && c <= 120512))) : (c <= 120538 || (c < 120598 ? (c < 120572 ? (c >= 120540 && c <= 120570) : c <= 120596) : (c <= 120628 || (c >= 120630 && c <= 120654))))))) : (c <= 120686 || (c < 123536 ? (c < 122661 ? (c < 120746 ? (c < 120714 ? (c >= 120688 && c <= 120712) : c <= 120744) : (c <= 120770 || (c < 122624 ? (c >= 120772 && c <= 120779) : c <= 122654))) : (c <= 122666 || (c < 123191 ? (c < 123136 ? (c >= 122928 && c <= 122989) : c <= 123180) : (c <= 123197 || c == 123214)))) : (c <= 123565 || (c < 124909 ? (c < 124896 ? (c < 124112 ? (c >= 123584 && c <= 123627) : c <= 124139) : (c <= 124902 || (c >= 124904 && c <= 124907))) : (c <= 124910 || (c < 125184 ? (c < 124928 ? (c >= 124912 && c <= 124926) : c <= 125124) : (c <= 125251 || c == 125259)))))))) : (c <= 126467 || (c < 126561 ? (c < 126537 ? (c < 126516 ? (c < 126500 ? (c < 126497 ? (c >= 126469 && c <= 126495) : c <= 126498) : (c <= 126500 || (c < 126505 ? c == 126503 : c <= 126514))) : (c <= 126519 || (c < 126530 ? (c < 126523 ? c == 126521 : c <= 126523) : (c <= 126530 || c == 126535)))) : (c <= 126537 || (c < 126551 ? (c < 126545 ? (c < 126541 ? c == 126539 : c <= 126543) : (c <= 126546 || c == 126548)) : (c <= 126551 || (c < 126557 ? (c < 126555 ? c == 126553 : c <= 126555) : (c <= 126557 || c == 126559)))))) : (c <= 126562 || (c < 126629 ? (c < 126585 ? (c < 126572 ? (c < 126567 ? c == 126564 : c <= 126570) : (c <= 126578 || (c >= 126580 && c <= 126583))) : (c <= 126588 || (c < 126603 ? (c < 126592 ? c == 126590 : c <= 126601) : (c <= 126619 || (c >= 126625 && c <= 126627))))) : (c <= 126633 || (c < 178208 ? (c < 173824 ? (c < 131072 ? (c >= 126635 && c <= 126651) : c <= 173791) : (c <= 177977 || (c >= 177984 && c <= 178205))) : (c <= 183969 || (c < 196608 ? (c < 194560 ? (c >= 183984 && c <= 191456) : c <= 195101) : (c <= 201546 || (c >= 201552 && c <= 205743))))))))))))))))); } static inline bool sym_identifier_character_set_5(int32_t c) { return (c < 43642 ? (c < 4206 ? (c < 2707 ? (c < 1969 ? (c < 908 ? (c < 710 ? (c < 181 ? (c < 'a' ? (c < '_' ? (c >= 'A' && c <= 'Z') : c <= '_') : (c <= 't' || (c < 170 ? (c >= 'v' && c <= 'z') : c <= 170))) : (c <= 181 || (c < 216 ? (c < 192 ? c == 186 : c <= 214) : (c <= 246 || (c >= 248 && c <= 705))))) : (c <= 721 || (c < 886 ? (c < 750 ? (c < 748 ? (c >= 736 && c <= 740) : c <= 748) : (c <= 750 || (c >= 880 && c <= 884))) : (c <= 887 || (c < 902 ? (c < 895 ? (c >= 891 && c <= 893) : c <= 895) : (c <= 902 || (c >= 904 && c <= 906))))))) : (c <= 908 || (c < 1646 ? (c < 1369 ? (c < 1015 ? (c < 931 ? (c >= 910 && c <= 929) : c <= 1013) : (c <= 1153 || (c < 1329 ? (c >= 1162 && c <= 1327) : c <= 1366))) : (c <= 1369 || (c < 1519 ? (c < 1488 ? (c >= 1376 && c <= 1416) : c <= 1514) : (c <= 1522 || (c >= 1568 && c <= 1610))))) : (c <= 1647 || (c < 1786 ? (c < 1765 ? (c < 1749 ? (c >= 1649 && c <= 1747) : c <= 1749) : (c <= 1766 || (c >= 1774 && c <= 1775))) : (c <= 1788 || (c < 1810 ? (c < 1808 ? c == 1791 : c <= 1808) : (c <= 1839 || (c >= 1869 && c <= 1957))))))))) : (c <= 1969 || (c < 2474 ? (c < 2185 ? (c < 2084 ? (c < 2042 ? (c < 2036 ? (c >= 1994 && c <= 2026) : c <= 2037) : (c <= 2042 || (c < 2074 ? (c >= 2048 && c <= 2069) : c <= 2074))) : (c <= 2084 || (c < 2144 ? (c < 2112 ? c == 2088 : c <= 2136) : (c <= 2154 || (c >= 2160 && c <= 2183))))) : (c <= 2190 || (c < 2392 ? (c < 2365 ? (c < 2308 ? (c >= 2208 && c <= 2249) : c <= 2361) : (c <= 2365 || c == 2384)) : (c <= 2401 || (c < 2447 ? (c < 2437 ? (c >= 2417 && c <= 2432) : c <= 2444) : (c <= 2448 || (c >= 2451 && c <= 2472))))))) : (c <= 2480 || (c < 2579 ? (c < 2527 ? (c < 2493 ? (c < 2486 ? c == 2482 : c <= 2489) : (c <= 2493 || (c < 2524 ? c == 2510 : c <= 2525))) : (c <= 2529 || (c < 2565 ? (c < 2556 ? (c >= 2544 && c <= 2545) : c <= 2556) : (c <= 2570 || (c >= 2575 && c <= 2576))))) : (c <= 2600 || (c < 2649 ? (c < 2613 ? (c < 2610 ? (c >= 2602 && c <= 2608) : c <= 2611) : (c <= 2614 || (c >= 2616 && c <= 2617))) : (c <= 2652 || (c < 2693 ? (c < 2674 ? c == 2654 : c <= 2676) : (c <= 2701 || (c >= 2703 && c <= 2705))))))))))) : (c <= 2728 || (c < 3253 ? (c < 2962 ? (c < 2858 ? (c < 2784 ? (c < 2741 ? (c < 2738 ? (c >= 2730 && c <= 2736) : c <= 2739) : (c <= 2745 || (c < 2768 ? c == 2749 : c <= 2768))) : (c <= 2785 || (c < 2831 ? (c < 2821 ? c == 2809 : c <= 2828) : (c <= 2832 || (c >= 2835 && c <= 2856))))) : (c <= 2864 || (c < 2911 ? (c < 2877 ? (c < 2869 ? (c >= 2866 && c <= 2867) : c <= 2873) : (c <= 2877 || (c >= 2908 && c <= 2909))) : (c <= 2913 || (c < 2949 ? (c < 2947 ? c == 2929 : c <= 2947) : (c <= 2954 || (c >= 2958 && c <= 2960))))))) : (c <= 2965 || (c < 3114 ? (c < 2990 ? (c < 2974 ? (c < 2972 ? (c >= 2969 && c <= 2970) : c <= 2972) : (c <= 2975 || (c < 2984 ? (c >= 2979 && c <= 2980) : c <= 2986))) : (c <= 3001 || (c < 3086 ? (c < 3077 ? c == 3024 : c <= 3084) : (c <= 3088 || (c >= 3090 && c <= 3112))))) : (c <= 3129 || (c < 3200 ? (c < 3165 ? (c < 3160 ? c == 3133 : c <= 3162) : (c <= 3165 || (c >= 3168 && c <= 3169))) : (c <= 3200 || (c < 3218 ? (c < 3214 ? (c >= 3205 && c <= 3212) : c <= 3216) : (c <= 3240 || (c >= 3242 && c <= 3251))))))))) : (c <= 3257 || (c < 3713 ? (c < 3423 ? (c < 3342 ? (c < 3296 ? (c < 3293 ? c == 3261 : c <= 3294) : (c <= 3297 || (c < 3332 ? (c >= 3313 && c <= 3314) : c <= 3340))) : (c <= 3344 || (c < 3406 ? (c < 3389 ? (c >= 3346 && c <= 3386) : c <= 3389) : (c <= 3406 || (c >= 3412 && c <= 3414))))) : (c <= 3425 || (c < 3517 ? (c < 3482 ? (c < 3461 ? (c >= 3450 && c <= 3455) : c <= 3478) : (c <= 3505 || (c >= 3507 && c <= 3515))) : (c <= 3517 || (c < 3634 ? (c < 3585 ? (c >= 3520 && c <= 3526) : c <= 3632) : (c <= 3634 || (c >= 3648 && c <= 3654))))))) : (c <= 3714 || (c < 3840 ? (c < 3762 ? (c < 3724 ? (c < 3718 ? c == 3716 : c <= 3722) : (c <= 3747 || (c < 3751 ? c == 3749 : c <= 3760))) : (c <= 3762 || (c < 3782 ? (c < 3776 ? c == 3773 : c <= 3780) : (c <= 3782 || (c >= 3804 && c <= 3807))))) : (c <= 3840 || (c < 4159 ? (c < 3976 ? (c < 3913 ? (c >= 3904 && c <= 3911) : c <= 3948) : (c <= 3980 || (c >= 4096 && c <= 4138))) : (c <= 4159 || (c < 4193 ? (c < 4186 ? (c >= 4176 && c <= 4181) : c <= 4189) : (c <= 4193 || (c >= 4197 && c <= 4198))))))))))))) : (c <= 4208 || (c < 8178 ? (c < 6320 ? (c < 4882 ? (c < 4698 ? (c < 4304 ? (c < 4256 ? (c < 4238 ? (c >= 4213 && c <= 4225) : c <= 4238) : (c <= 4293 || (c < 4301 ? c == 4295 : c <= 4301))) : (c <= 4346 || (c < 4688 ? (c < 4682 ? (c >= 4348 && c <= 4680) : c <= 4685) : (c <= 4694 || c == 4696)))) : (c <= 4701 || (c < 4792 ? (c < 4752 ? (c < 4746 ? (c >= 4704 && c <= 4744) : c <= 4749) : (c <= 4784 || (c >= 4786 && c <= 4789))) : (c <= 4798 || (c < 4808 ? (c < 4802 ? c == 4800 : c <= 4805) : (c <= 4822 || (c >= 4824 && c <= 4880))))))) : (c <= 4885 || (c < 5919 ? (c < 5743 ? (c < 5024 ? (c < 4992 ? (c >= 4888 && c <= 4954) : c <= 5007) : (c <= 5109 || (c < 5121 ? (c >= 5112 && c <= 5117) : c <= 5740))) : (c <= 5759 || (c < 5870 ? (c < 5792 ? (c >= 5761 && c <= 5786) : c <= 5866) : (c <= 5880 || (c >= 5888 && c <= 5905))))) : (c <= 5937 || (c < 6103 ? (c < 5998 ? (c < 5984 ? (c >= 5952 && c <= 5969) : c <= 5996) : (c <= 6000 || (c >= 6016 && c <= 6067))) : (c <= 6103 || (c < 6272 ? (c < 6176 ? c == 6108 : c <= 6264) : (c <= 6312 || c == 6314)))))))) : (c <= 6389 || (c < 7406 ? (c < 7043 ? (c < 6656 ? (c < 6512 ? (c < 6480 ? (c >= 6400 && c <= 6430) : c <= 6509) : (c <= 6516 || (c < 6576 ? (c >= 6528 && c <= 6571) : c <= 6601))) : (c <= 6678 || (c < 6917 ? (c < 6823 ? (c >= 6688 && c <= 6740) : c <= 6823) : (c <= 6963 || (c >= 6981 && c <= 6988))))) : (c <= 7072 || (c < 7258 ? (c < 7168 ? (c < 7098 ? (c >= 7086 && c <= 7087) : c <= 7141) : (c <= 7203 || (c >= 7245 && c <= 7247))) : (c <= 7293 || (c < 7357 ? (c < 7312 ? (c >= 7296 && c <= 7304) : c <= 7354) : (c <= 7359 || (c >= 7401 && c <= 7404))))))) : (c <= 7411 || (c < 8029 ? (c < 7968 ? (c < 7424 ? (c < 7418 ? (c >= 7413 && c <= 7414) : c <= 7418) : (c <= 7615 || (c < 7960 ? (c >= 7680 && c <= 7957) : c <= 7965))) : (c <= 8005 || (c < 8025 ? (c < 8016 ? (c >= 8008 && c <= 8013) : c <= 8023) : (c <= 8025 || c == 8027)))) : (c <= 8029 || (c < 8130 ? (c < 8118 ? (c < 8064 ? (c >= 8031 && c <= 8061) : c <= 8116) : (c <= 8124 || c == 8126)) : (c <= 8132 || (c < 8150 ? (c < 8144 ? (c >= 8134 && c <= 8140) : c <= 8147) : (c <= 8155 || (c >= 8160 && c <= 8172))))))))))) : (c <= 8180 || (c < 12540 ? (c < 11520 ? (c < 8486 ? (c < 8455 ? (c < 8319 ? (c < 8305 ? (c >= 8182 && c <= 8188) : c <= 8305) : (c <= 8319 || (c < 8450 ? (c >= 8336 && c <= 8348) : c <= 8450))) : (c <= 8455 || (c < 8472 ? (c < 8469 ? (c >= 8458 && c <= 8467) : c <= 8469) : (c <= 8477 || c == 8484)))) : (c <= 8486 || (c < 8526 ? (c < 8508 ? (c < 8490 ? c == 8488 : c <= 8505) : (c <= 8511 || (c >= 8517 && c <= 8521))) : (c <= 8526 || (c < 11499 ? (c < 11264 ? (c >= 8544 && c <= 8584) : c <= 11492) : (c <= 11502 || (c >= 11506 && c <= 11507))))))) : (c <= 11557 || (c < 11720 ? (c < 11680 ? (c < 11568 ? (c < 11565 ? c == 11559 : c <= 11565) : (c <= 11623 || (c < 11648 ? c == 11631 : c <= 11670))) : (c <= 11686 || (c < 11704 ? (c < 11696 ? (c >= 11688 && c <= 11694) : c <= 11702) : (c <= 11710 || (c >= 11712 && c <= 11718))))) : (c <= 11726 || (c < 12337 ? (c < 12293 ? (c < 11736 ? (c >= 11728 && c <= 11734) : c <= 11742) : (c <= 12295 || (c >= 12321 && c <= 12329))) : (c <= 12341 || (c < 12445 ? (c < 12353 ? (c >= 12344 && c <= 12348) : c <= 12438) : (c <= 12447 || (c >= 12449 && c <= 12538))))))))) : (c <= 12543 || (c < 43011 ? (c < 42560 ? (c < 19968 ? (c < 12704 ? (c < 12593 ? (c >= 12549 && c <= 12591) : c <= 12686) : (c <= 12735 || (c < 13312 ? (c >= 12784 && c <= 12799) : c <= 19903))) : (c <= 42124 || (c < 42512 ? (c < 42240 ? (c >= 42192 && c <= 42237) : c <= 42508) : (c <= 42527 || (c >= 42538 && c <= 42539))))) : (c <= 42606 || (c < 42891 ? (c < 42775 ? (c < 42656 ? (c >= 42623 && c <= 42653) : c <= 42735) : (c <= 42783 || (c >= 42786 && c <= 42888))) : (c <= 42954 || (c < 42965 ? (c < 42963 ? (c >= 42960 && c <= 42961) : c <= 42963) : (c <= 42969 || (c >= 42994 && c <= 43009))))))) : (c <= 43013 || (c < 43360 ? (c < 43250 ? (c < 43072 ? (c < 43020 ? (c >= 43015 && c <= 43018) : c <= 43042) : (c <= 43123 || (c >= 43138 && c <= 43187))) : (c <= 43255 || (c < 43274 ? (c < 43261 ? c == 43259 : c <= 43262) : (c <= 43301 || (c >= 43312 && c <= 43334))))) : (c <= 43388 || (c < 43514 ? (c < 43488 ? (c < 43471 ? (c >= 43396 && c <= 43442) : c <= 43471) : (c <= 43492 || (c >= 43494 && c <= 43503))) : (c <= 43518 || (c < 43588 ? (c < 43584 ? (c >= 43520 && c <= 43560) : c <= 43586) : (c <= 43595 || (c >= 43616 && c <= 43638))))))))))))))) : (c <= 43642 || (c < 71168 ? (c < 67392 ? (c < 65147 ? (c < 63744 ? (c < 43785 ? (c < 43714 ? (c < 43701 ? (c < 43697 ? (c >= 43646 && c <= 43695) : c <= 43697) : (c <= 43702 || (c < 43712 ? (c >= 43705 && c <= 43709) : c <= 43712))) : (c <= 43714 || (c < 43762 ? (c < 43744 ? (c >= 43739 && c <= 43741) : c <= 43754) : (c <= 43764 || (c >= 43777 && c <= 43782))))) : (c <= 43790 || (c < 43868 ? (c < 43816 ? (c < 43808 ? (c >= 43793 && c <= 43798) : c <= 43814) : (c <= 43822 || (c >= 43824 && c <= 43866))) : (c <= 43881 || (c < 55216 ? (c < 44032 ? (c >= 43888 && c <= 44002) : c <= 55203) : (c <= 55238 || (c >= 55243 && c <= 55291))))))) : (c <= 64109 || (c < 64326 ? (c < 64298 ? (c < 64275 ? (c < 64256 ? (c >= 64112 && c <= 64217) : c <= 64262) : (c <= 64279 || (c < 64287 ? c == 64285 : c <= 64296))) : (c <= 64310 || (c < 64320 ? (c < 64318 ? (c >= 64312 && c <= 64316) : c <= 64318) : (c <= 64321 || (c >= 64323 && c <= 64324))))) : (c <= 64433 || (c < 65008 ? (c < 64848 ? (c < 64612 ? (c >= 64467 && c <= 64605) : c <= 64829) : (c <= 64911 || (c >= 64914 && c <= 64967))) : (c <= 65017 || (c < 65143 ? (c < 65139 ? c == 65137 : c <= 65139) : (c <= 65143 || c == 65145)))))))) : (c <= 65147 || (c < 66304 ? (c < 65536 ? (c < 65440 ? (c < 65313 ? (c < 65151 ? c == 65149 : c <= 65276) : (c <= 65338 || (c < 65382 ? (c >= 65345 && c <= 65370) : c <= 65437))) : (c <= 65470 || (c < 65490 ? (c < 65482 ? (c >= 65474 && c <= 65479) : c <= 65487) : (c <= 65495 || (c >= 65498 && c <= 65500))))) : (c <= 65547 || (c < 65616 ? (c < 65596 ? (c < 65576 ? (c >= 65549 && c <= 65574) : c <= 65594) : (c <= 65597 || (c >= 65599 && c <= 65613))) : (c <= 65629 || (c < 66176 ? (c < 65856 ? (c >= 65664 && c <= 65786) : c <= 65908) : (c <= 66204 || (c >= 66208 && c <= 66256))))))) : (c <= 66335 || (c < 66864 ? (c < 66513 ? (c < 66432 ? (c < 66384 ? (c >= 66349 && c <= 66378) : c <= 66421) : (c <= 66461 || (c < 66504 ? (c >= 66464 && c <= 66499) : c <= 66511))) : (c <= 66517 || (c < 66776 ? (c < 66736 ? (c >= 66560 && c <= 66717) : c <= 66771) : (c <= 66811 || (c >= 66816 && c <= 66855))))) : (c <= 66915 || (c < 66967 ? (c < 66956 ? (c < 66940 ? (c >= 66928 && c <= 66938) : c <= 66954) : (c <= 66962 || (c >= 66964 && c <= 66965))) : (c <= 66977 || (c < 67003 ? (c < 66995 ? (c >= 66979 && c <= 66993) : c <= 67001) : (c <= 67004 || (c >= 67072 && c <= 67382))))))))))) : (c <= 67413 || (c < 69600 ? (c < 68117 ? (c < 67680 ? (c < 67592 ? (c < 67463 ? (c < 67456 ? (c >= 67424 && c <= 67431) : c <= 67461) : (c <= 67504 || (c < 67584 ? (c >= 67506 && c <= 67514) : c <= 67589))) : (c <= 67592 || (c < 67644 ? (c < 67639 ? (c >= 67594 && c <= 67637) : c <= 67640) : (c <= 67644 || (c >= 67647 && c <= 67669))))) : (c <= 67702 || (c < 67872 ? (c < 67828 ? (c < 67808 ? (c >= 67712 && c <= 67742) : c <= 67826) : (c <= 67829 || (c >= 67840 && c <= 67861))) : (c <= 67897 || (c < 68096 ? (c < 68030 ? (c >= 67968 && c <= 68023) : c <= 68031) : (c <= 68096 || (c >= 68112 && c <= 68115))))))) : (c <= 68119 || (c < 68736 ? (c < 68352 ? (c < 68224 ? (c < 68192 ? (c >= 68121 && c <= 68149) : c <= 68220) : (c <= 68252 || (c < 68297 ? (c >= 68288 && c <= 68295) : c <= 68324))) : (c <= 68405 || (c < 68480 ? (c < 68448 ? (c >= 68416 && c <= 68437) : c <= 68466) : (c <= 68497 || (c >= 68608 && c <= 68680))))) : (c <= 68786 || (c < 69376 ? (c < 69248 ? (c < 68864 ? (c >= 68800 && c <= 68850) : c <= 68899) : (c <= 69289 || (c >= 69296 && c <= 69297))) : (c <= 69404 || (c < 69488 ? (c < 69424 ? c == 69415 : c <= 69445) : (c <= 69505 || (c >= 69552 && c <= 69572))))))))) : (c <= 69622 || (c < 70287 ? (c < 70019 ? (c < 69891 ? (c < 69749 ? (c < 69745 ? (c >= 69635 && c <= 69687) : c <= 69746) : (c <= 69749 || (c < 69840 ? (c >= 69763 && c <= 69807) : c <= 69864))) : (c <= 69926 || (c < 69968 ? (c < 69959 ? c == 69956 : c <= 69959) : (c <= 70002 || c == 70006)))) : (c <= 70066 || (c < 70163 ? (c < 70108 ? (c < 70106 ? (c >= 70081 && c <= 70084) : c <= 70106) : (c <= 70108 || (c >= 70144 && c <= 70161))) : (c <= 70187 || (c < 70280 ? (c < 70272 ? (c >= 70207 && c <= 70208) : c <= 70278) : (c <= 70280 || (c >= 70282 && c <= 70285))))))) : (c <= 70301 || (c < 70480 ? (c < 70419 ? (c < 70405 ? (c < 70320 ? (c >= 70303 && c <= 70312) : c <= 70366) : (c <= 70412 || (c >= 70415 && c <= 70416))) : (c <= 70440 || (c < 70453 ? (c < 70450 ? (c >= 70442 && c <= 70448) : c <= 70451) : (c <= 70457 || c == 70461)))) : (c <= 70480 || (c < 70784 ? (c < 70727 ? (c < 70656 ? (c >= 70493 && c <= 70497) : c <= 70708) : (c <= 70730 || (c >= 70751 && c <= 70753))) : (c <= 70831 || (c < 71040 ? (c < 70855 ? (c >= 70852 && c <= 70853) : c <= 70855) : (c <= 71086 || (c >= 71128 && c <= 71131))))))))))))) : (c <= 71215 || (c < 119973 ? (c < 73648 ? (c < 72250 ? (c < 71957 ? (c < 71680 ? (c < 71352 ? (c < 71296 ? c == 71236 : c <= 71338) : (c <= 71352 || (c < 71488 ? (c >= 71424 && c <= 71450) : c <= 71494))) : (c <= 71723 || (c < 71945 ? (c < 71935 ? (c >= 71840 && c <= 71903) : c <= 71942) : (c <= 71945 || (c >= 71948 && c <= 71955))))) : (c <= 71958 || (c < 72106 ? (c < 72001 ? (c < 71999 ? (c >= 71960 && c <= 71983) : c <= 71999) : (c <= 72001 || (c >= 72096 && c <= 72103))) : (c <= 72144 || (c < 72192 ? (c < 72163 ? c == 72161 : c <= 72163) : (c <= 72192 || (c >= 72203 && c <= 72242))))))) : (c <= 72250 || (c < 72971 ? (c < 72714 ? (c < 72349 ? (c < 72284 ? c == 72272 : c <= 72329) : (c <= 72349 || (c < 72704 ? (c >= 72368 && c <= 72440) : c <= 72712))) : (c <= 72750 || (c < 72960 ? (c < 72818 ? c == 72768 : c <= 72847) : (c <= 72966 || (c >= 72968 && c <= 72969))))) : (c <= 73008 || (c < 73112 ? (c < 73063 ? (c < 73056 ? c == 73030 : c <= 73061) : (c <= 73064 || (c >= 73066 && c <= 73097))) : (c <= 73112 || (c < 73476 ? (c < 73474 ? (c >= 73440 && c <= 73458) : c <= 73474) : (c <= 73488 || (c >= 73490 && c <= 73523))))))))) : (c <= 73648 || (c < 94179 ? (c < 92880 ? (c < 78913 ? (c < 74880 ? (c < 74752 ? (c >= 73728 && c <= 74649) : c <= 74862) : (c <= 75075 || (c < 77824 ? (c >= 77712 && c <= 77808) : c <= 78895))) : (c <= 78918 || (c < 92736 ? (c < 92160 ? (c >= 82944 && c <= 83526) : c <= 92728) : (c <= 92766 || (c >= 92784 && c <= 92862))))) : (c <= 92909 || (c < 93760 ? (c < 93027 ? (c < 92992 ? (c >= 92928 && c <= 92975) : c <= 92995) : (c <= 93047 || (c >= 93053 && c <= 93071))) : (c <= 93823 || (c < 94099 ? (c < 94032 ? (c >= 93952 && c <= 94026) : c <= 94032) : (c <= 94111 || (c >= 94176 && c <= 94177))))))) : (c <= 94179 || (c < 110948 ? (c < 110589 ? (c < 101632 ? (c < 100352 ? (c >= 94208 && c <= 100343) : c <= 101589) : (c <= 101640 || (c < 110581 ? (c >= 110576 && c <= 110579) : c <= 110587))) : (c <= 110590 || (c < 110928 ? (c < 110898 ? (c >= 110592 && c <= 110882) : c <= 110898) : (c <= 110930 || c == 110933)))) : (c <= 110951 || (c < 113808 ? (c < 113776 ? (c < 113664 ? (c >= 110960 && c <= 111355) : c <= 113770) : (c <= 113788 || (c >= 113792 && c <= 113800))) : (c <= 113817 || (c < 119966 ? (c < 119894 ? (c >= 119808 && c <= 119892) : c <= 119964) : (c <= 119967 || c == 119970)))))))))) : (c <= 119974 || (c < 126464 ? (c < 120656 ? (c < 120128 ? (c < 120071 ? (c < 119995 ? (c < 119982 ? (c >= 119977 && c <= 119980) : c <= 119993) : (c <= 119995 || (c < 120005 ? (c >= 119997 && c <= 120003) : c <= 120069))) : (c <= 120074 || (c < 120094 ? (c < 120086 ? (c >= 120077 && c <= 120084) : c <= 120092) : (c <= 120121 || (c >= 120123 && c <= 120126))))) : (c <= 120132 || (c < 120514 ? (c < 120146 ? (c < 120138 ? c == 120134 : c <= 120144) : (c <= 120485 || (c >= 120488 && c <= 120512))) : (c <= 120538 || (c < 120598 ? (c < 120572 ? (c >= 120540 && c <= 120570) : c <= 120596) : (c <= 120628 || (c >= 120630 && c <= 120654))))))) : (c <= 120686 || (c < 123536 ? (c < 122661 ? (c < 120746 ? (c < 120714 ? (c >= 120688 && c <= 120712) : c <= 120744) : (c <= 120770 || (c < 122624 ? (c >= 120772 && c <= 120779) : c <= 122654))) : (c <= 122666 || (c < 123191 ? (c < 123136 ? (c >= 122928 && c <= 122989) : c <= 123180) : (c <= 123197 || c == 123214)))) : (c <= 123565 || (c < 124909 ? (c < 124896 ? (c < 124112 ? (c >= 123584 && c <= 123627) : c <= 124139) : (c <= 124902 || (c >= 124904 && c <= 124907))) : (c <= 124910 || (c < 125184 ? (c < 124928 ? (c >= 124912 && c <= 124926) : c <= 125124) : (c <= 125251 || c == 125259)))))))) : (c <= 126467 || (c < 126561 ? (c < 126537 ? (c < 126516 ? (c < 126500 ? (c < 126497 ? (c >= 126469 && c <= 126495) : c <= 126498) : (c <= 126500 || (c < 126505 ? c == 126503 : c <= 126514))) : (c <= 126519 || (c < 126530 ? (c < 126523 ? c == 126521 : c <= 126523) : (c <= 126530 || c == 126535)))) : (c <= 126537 || (c < 126551 ? (c < 126545 ? (c < 126541 ? c == 126539 : c <= 126543) : (c <= 126546 || c == 126548)) : (c <= 126551 || (c < 126557 ? (c < 126555 ? c == 126553 : c <= 126555) : (c <= 126557 || c == 126559)))))) : (c <= 126562 || (c < 126629 ? (c < 126585 ? (c < 126572 ? (c < 126567 ? c == 126564 : c <= 126570) : (c <= 126578 || (c >= 126580 && c <= 126583))) : (c <= 126588 || (c < 126603 ? (c < 126592 ? c == 126590 : c <= 126601) : (c <= 126619 || (c >= 126625 && c <= 126627))))) : (c <= 126633 || (c < 178208 ? (c < 173824 ? (c < 131072 ? (c >= 126635 && c <= 126651) : c <= 173791) : (c <= 177977 || (c >= 177984 && c <= 178205))) : (c <= 183969 || (c < 196608 ? (c < 194560 ? (c >= 183984 && c <= 191456) : c <= 195101) : (c <= 201546 || (c >= 201552 && c <= 205743))))))))))))))))); } static inline bool sym_identifier_character_set_6(int32_t c) { return (c < 43697 ? (c < 4256 ? (c < 2749 ? (c < 2048 ? (c < 1162 ? (c < 880 ? (c < 248 ? (c < 186 ? (c < 181 ? c == 170 : c <= 181) : (c <= 186 || (c < 216 ? (c >= 192 && c <= 214) : c <= 246))) : (c <= 705 || (c < 748 ? (c < 736 ? (c >= 710 && c <= 721) : c <= 740) : (c <= 748 || c == 750)))) : (c <= 884 || (c < 904 ? (c < 895 ? (c < 891 ? (c >= 886 && c <= 887) : c <= 893) : (c <= 895 || c == 902)) : (c <= 906 || (c < 931 ? (c < 910 ? c == 908 : c <= 929) : (c <= 1013 || (c >= 1015 && c <= 1153))))))) : (c <= 1327 || (c < 1774 ? (c < 1568 ? (c < 1376 ? (c < 1369 ? (c >= 1329 && c <= 1366) : c <= 1369) : (c <= 1416 || (c < 1519 ? (c >= 1488 && c <= 1514) : c <= 1522))) : (c <= 1610 || (c < 1749 ? (c < 1649 ? (c >= 1646 && c <= 1647) : c <= 1747) : (c <= 1749 || (c >= 1765 && c <= 1766))))) : (c <= 1775 || (c < 1869 ? (c < 1808 ? (c < 1791 ? (c >= 1786 && c <= 1788) : c <= 1791) : (c <= 1808 || (c >= 1810 && c <= 1839))) : (c <= 1957 || (c < 2036 ? (c < 1994 ? c == 1969 : c <= 2026) : (c <= 2037 || c == 2042)))))))) : (c <= 2069 || (c < 2510 ? (c < 2384 ? (c < 2160 ? (c < 2088 ? (c < 2084 ? c == 2074 : c <= 2084) : (c <= 2088 || (c < 2144 ? (c >= 2112 && c <= 2136) : c <= 2154))) : (c <= 2183 || (c < 2308 ? (c < 2208 ? (c >= 2185 && c <= 2190) : c <= 2249) : (c <= 2361 || c == 2365)))) : (c <= 2384 || (c < 2451 ? (c < 2437 ? (c < 2417 ? (c >= 2392 && c <= 2401) : c <= 2432) : (c <= 2444 || (c >= 2447 && c <= 2448))) : (c <= 2472 || (c < 2486 ? (c < 2482 ? (c >= 2474 && c <= 2480) : c <= 2482) : (c <= 2489 || c == 2493)))))) : (c <= 2510 || (c < 2616 ? (c < 2575 ? (c < 2544 ? (c < 2527 ? (c >= 2524 && c <= 2525) : c <= 2529) : (c <= 2545 || (c < 2565 ? c == 2556 : c <= 2570))) : (c <= 2576 || (c < 2610 ? (c < 2602 ? (c >= 2579 && c <= 2600) : c <= 2608) : (c <= 2611 || (c >= 2613 && c <= 2614))))) : (c <= 2617 || (c < 2703 ? (c < 2674 ? (c < 2654 ? (c >= 2649 && c <= 2652) : c <= 2654) : (c <= 2676 || (c >= 2693 && c <= 2701))) : (c <= 2705 || (c < 2738 ? (c < 2730 ? (c >= 2707 && c <= 2728) : c <= 2736) : (c <= 2739 || (c >= 2741 && c <= 2745))))))))))) : (c <= 2749 || (c < 3313 ? (c < 2979 ? (c < 2908 ? (c < 2835 ? (c < 2809 ? (c < 2784 ? c == 2768 : c <= 2785) : (c <= 2809 || (c < 2831 ? (c >= 2821 && c <= 2828) : c <= 2832))) : (c <= 2856 || (c < 2869 ? (c < 2866 ? (c >= 2858 && c <= 2864) : c <= 2867) : (c <= 2873 || c == 2877)))) : (c <= 2909 || (c < 2958 ? (c < 2947 ? (c < 2929 ? (c >= 2911 && c <= 2913) : c <= 2929) : (c <= 2947 || (c >= 2949 && c <= 2954))) : (c <= 2960 || (c < 2972 ? (c < 2969 ? (c >= 2962 && c <= 2965) : c <= 2970) : (c <= 2972 || (c >= 2974 && c <= 2975))))))) : (c <= 2980 || (c < 3168 ? (c < 3090 ? (c < 3024 ? (c < 2990 ? (c >= 2984 && c <= 2986) : c <= 3001) : (c <= 3024 || (c < 3086 ? (c >= 3077 && c <= 3084) : c <= 3088))) : (c <= 3112 || (c < 3160 ? (c < 3133 ? (c >= 3114 && c <= 3129) : c <= 3133) : (c <= 3162 || c == 3165)))) : (c <= 3169 || (c < 3242 ? (c < 3214 ? (c < 3205 ? c == 3200 : c <= 3212) : (c <= 3216 || (c >= 3218 && c <= 3240))) : (c <= 3251 || (c < 3293 ? (c < 3261 ? (c >= 3253 && c <= 3257) : c <= 3261) : (c <= 3294 || (c >= 3296 && c <= 3297))))))))) : (c <= 3314 || (c < 3749 ? (c < 3507 ? (c < 3412 ? (c < 3346 ? (c < 3342 ? (c >= 3332 && c <= 3340) : c <= 3344) : (c <= 3386 || (c < 3406 ? c == 3389 : c <= 3406))) : (c <= 3414 || (c < 3461 ? (c < 3450 ? (c >= 3423 && c <= 3425) : c <= 3455) : (c <= 3478 || (c >= 3482 && c <= 3505))))) : (c <= 3515 || (c < 3648 ? (c < 3585 ? (c < 3520 ? c == 3517 : c <= 3526) : (c <= 3632 || c == 3634)) : (c <= 3654 || (c < 3718 ? (c < 3716 ? (c >= 3713 && c <= 3714) : c <= 3716) : (c <= 3722 || (c >= 3724 && c <= 3747))))))) : (c <= 3749 || (c < 3976 ? (c < 3782 ? (c < 3773 ? (c < 3762 ? (c >= 3751 && c <= 3760) : c <= 3762) : (c <= 3773 || (c >= 3776 && c <= 3780))) : (c <= 3782 || (c < 3904 ? (c < 3840 ? (c >= 3804 && c <= 3807) : c <= 3840) : (c <= 3911 || (c >= 3913 && c <= 3948))))) : (c <= 3980 || (c < 4193 ? (c < 4176 ? (c < 4159 ? (c >= 4096 && c <= 4138) : c <= 4159) : (c <= 4181 || (c >= 4186 && c <= 4189))) : (c <= 4193 || (c < 4213 ? (c < 4206 ? (c >= 4197 && c <= 4198) : c <= 4208) : (c <= 4225 || c == 4238)))))))))))) : (c <= 4293 || (c < 8305 ? (c < 6512 ? (c < 5024 ? (c < 4752 ? (c < 4688 ? (c < 4304 ? (c < 4301 ? c == 4295 : c <= 4301) : (c <= 4346 || (c < 4682 ? (c >= 4348 && c <= 4680) : c <= 4685))) : (c <= 4694 || (c < 4704 ? (c < 4698 ? c == 4696 : c <= 4701) : (c <= 4744 || (c >= 4746 && c <= 4749))))) : (c <= 4784 || (c < 4808 ? (c < 4800 ? (c < 4792 ? (c >= 4786 && c <= 4789) : c <= 4798) : (c <= 4800 || (c >= 4802 && c <= 4805))) : (c <= 4822 || (c < 4888 ? (c < 4882 ? (c >= 4824 && c <= 4880) : c <= 4885) : (c <= 4954 || (c >= 4992 && c <= 5007))))))) : (c <= 5109 || (c < 5998 ? (c < 5870 ? (c < 5743 ? (c < 5121 ? (c >= 5112 && c <= 5117) : c <= 5740) : (c <= 5759 || (c < 5792 ? (c >= 5761 && c <= 5786) : c <= 5866))) : (c <= 5880 || (c < 5952 ? (c < 5919 ? (c >= 5888 && c <= 5905) : c <= 5937) : (c <= 5969 || (c >= 5984 && c <= 5996))))) : (c <= 6000 || (c < 6272 ? (c < 6108 ? (c < 6103 ? (c >= 6016 && c <= 6067) : c <= 6103) : (c <= 6108 || (c >= 6176 && c <= 6264))) : (c <= 6312 || (c < 6400 ? (c < 6320 ? c == 6314 : c <= 6389) : (c <= 6430 || (c >= 6480 && c <= 6509))))))))) : (c <= 6516 || (c < 7424 ? (c < 7168 ? (c < 6917 ? (c < 6656 ? (c < 6576 ? (c >= 6528 && c <= 6571) : c <= 6601) : (c <= 6678 || (c < 6823 ? (c >= 6688 && c <= 6740) : c <= 6823))) : (c <= 6963 || (c < 7086 ? (c < 7043 ? (c >= 6981 && c <= 6988) : c <= 7072) : (c <= 7087 || (c >= 7098 && c <= 7141))))) : (c <= 7203 || (c < 7357 ? (c < 7296 ? (c < 7258 ? (c >= 7245 && c <= 7247) : c <= 7293) : (c <= 7304 || (c >= 7312 && c <= 7354))) : (c <= 7359 || (c < 7413 ? (c < 7406 ? (c >= 7401 && c <= 7404) : c <= 7411) : (c <= 7414 || c == 7418)))))) : (c <= 7615 || (c < 8064 ? (c < 8016 ? (c < 7968 ? (c < 7960 ? (c >= 7680 && c <= 7957) : c <= 7965) : (c <= 8005 || (c >= 8008 && c <= 8013))) : (c <= 8023 || (c < 8029 ? (c < 8027 ? c == 8025 : c <= 8027) : (c <= 8029 || (c >= 8031 && c <= 8061))))) : (c <= 8116 || (c < 8144 ? (c < 8130 ? (c < 8126 ? (c >= 8118 && c <= 8124) : c <= 8126) : (c <= 8132 || (c >= 8134 && c <= 8140))) : (c <= 8147 || (c < 8178 ? (c < 8160 ? (c >= 8150 && c <= 8155) : c <= 8172) : (c <= 8180 || (c >= 8182 && c <= 8188))))))))))) : (c <= 8305 || (c < 12593 ? (c < 11565 ? (c < 8490 ? (c < 8469 ? (c < 8450 ? (c < 8336 ? c == 8319 : c <= 8348) : (c <= 8450 || (c < 8458 ? c == 8455 : c <= 8467))) : (c <= 8469 || (c < 8486 ? (c < 8484 ? (c >= 8472 && c <= 8477) : c <= 8484) : (c <= 8486 || c == 8488)))) : (c <= 8505 || (c < 11264 ? (c < 8526 ? (c < 8517 ? (c >= 8508 && c <= 8511) : c <= 8521) : (c <= 8526 || (c >= 8544 && c <= 8584))) : (c <= 11492 || (c < 11520 ? (c < 11506 ? (c >= 11499 && c <= 11502) : c <= 11507) : (c <= 11557 || c == 11559)))))) : (c <= 11565 || (c < 11736 ? (c < 11696 ? (c < 11648 ? (c < 11631 ? (c >= 11568 && c <= 11623) : c <= 11631) : (c <= 11670 || (c < 11688 ? (c >= 11680 && c <= 11686) : c <= 11694))) : (c <= 11702 || (c < 11720 ? (c < 11712 ? (c >= 11704 && c <= 11710) : c <= 11718) : (c <= 11726 || (c >= 11728 && c <= 11734))))) : (c <= 11742 || (c < 12353 ? (c < 12337 ? (c < 12321 ? (c >= 12293 && c <= 12295) : c <= 12329) : (c <= 12341 || (c >= 12344 && c <= 12348))) : (c <= 12438 || (c < 12540 ? (c < 12449 ? (c >= 12445 && c <= 12447) : c <= 12538) : (c <= 12543 || (c >= 12549 && c <= 12591))))))))) : (c <= 12686 || (c < 43020 ? (c < 42656 ? (c < 42240 ? (c < 13312 ? (c < 12784 ? (c >= 12704 && c <= 12735) : c <= 12799) : (c <= 19903 || (c < 42192 ? (c >= 19968 && c <= 42124) : c <= 42237))) : (c <= 42508 || (c < 42560 ? (c < 42538 ? (c >= 42512 && c <= 42527) : c <= 42539) : (c <= 42606 || (c >= 42623 && c <= 42653))))) : (c <= 42735 || (c < 42963 ? (c < 42891 ? (c < 42786 ? (c >= 42775 && c <= 42783) : c <= 42888) : (c <= 42954 || (c >= 42960 && c <= 42961))) : (c <= 42963 || (c < 43011 ? (c < 42994 ? (c >= 42965 && c <= 42969) : c <= 43009) : (c <= 43013 || (c >= 43015 && c <= 43018))))))) : (c <= 43042 || (c < 43471 ? (c < 43261 ? (c < 43250 ? (c < 43138 ? (c >= 43072 && c <= 43123) : c <= 43187) : (c <= 43255 || c == 43259)) : (c <= 43262 || (c < 43360 ? (c < 43312 ? (c >= 43274 && c <= 43301) : c <= 43334) : (c <= 43388 || (c >= 43396 && c <= 43442))))) : (c <= 43471 || (c < 43584 ? (c < 43514 ? (c < 43494 ? (c >= 43488 && c <= 43492) : c <= 43503) : (c <= 43518 || (c >= 43520 && c <= 43560))) : (c <= 43586 || (c < 43642 ? (c < 43616 ? (c >= 43588 && c <= 43595) : c <= 43638) : (c <= 43642 || (c >= 43646 && c <= 43695))))))))))))))) : (c <= 43697 || (c < 71236 ? (c < 67424 ? (c < 65151 ? (c < 64256 ? (c < 43808 ? (c < 43744 ? (c < 43712 ? (c < 43705 ? (c >= 43701 && c <= 43702) : c <= 43709) : (c <= 43712 || (c < 43739 ? c == 43714 : c <= 43741))) : (c <= 43754 || (c < 43785 ? (c < 43777 ? (c >= 43762 && c <= 43764) : c <= 43782) : (c <= 43790 || (c >= 43793 && c <= 43798))))) : (c <= 43814 || (c < 44032 ? (c < 43868 ? (c < 43824 ? (c >= 43816 && c <= 43822) : c <= 43866) : (c <= 43881 || (c >= 43888 && c <= 44002))) : (c <= 55203 || (c < 63744 ? (c < 55243 ? (c >= 55216 && c <= 55238) : c <= 55291) : (c <= 64109 || (c >= 64112 && c <= 64217))))))) : (c <= 64262 || (c < 64612 ? (c < 64318 ? (c < 64287 ? (c < 64285 ? (c >= 64275 && c <= 64279) : c <= 64285) : (c <= 64296 || (c < 64312 ? (c >= 64298 && c <= 64310) : c <= 64316))) : (c <= 64318 || (c < 64326 ? (c < 64323 ? (c >= 64320 && c <= 64321) : c <= 64324) : (c <= 64433 || (c >= 64467 && c <= 64605))))) : (c <= 64829 || (c < 65139 ? (c < 65008 ? (c < 64914 ? (c >= 64848 && c <= 64911) : c <= 64967) : (c <= 65017 || c == 65137)) : (c <= 65139 || (c < 65147 ? (c < 65145 ? c == 65143 : c <= 65145) : (c <= 65147 || c == 65149)))))))) : (c <= 65276 || (c < 66384 ? (c < 65576 ? (c < 65482 ? (c < 65382 ? (c < 65345 ? (c >= 65313 && c <= 65338) : c <= 65370) : (c <= 65437 || (c < 65474 ? (c >= 65440 && c <= 65470) : c <= 65479))) : (c <= 65487 || (c < 65536 ? (c < 65498 ? (c >= 65490 && c <= 65495) : c <= 65500) : (c <= 65547 || (c >= 65549 && c <= 65574))))) : (c <= 65594 || (c < 65856 ? (c < 65616 ? (c < 65599 ? (c >= 65596 && c <= 65597) : c <= 65613) : (c <= 65629 || (c >= 65664 && c <= 65786))) : (c <= 65908 || (c < 66304 ? (c < 66208 ? (c >= 66176 && c <= 66204) : c <= 66256) : (c <= 66335 || (c >= 66349 && c <= 66378))))))) : (c <= 66421 || (c < 66928 ? (c < 66560 ? (c < 66504 ? (c < 66464 ? (c >= 66432 && c <= 66461) : c <= 66499) : (c <= 66511 || (c >= 66513 && c <= 66517))) : (c <= 66717 || (c < 66816 ? (c < 66776 ? (c >= 66736 && c <= 66771) : c <= 66811) : (c <= 66855 || (c >= 66864 && c <= 66915))))) : (c <= 66938 || (c < 66979 ? (c < 66964 ? (c < 66956 ? (c >= 66940 && c <= 66954) : c <= 66962) : (c <= 66965 || (c >= 66967 && c <= 66977))) : (c <= 66993 || (c < 67072 ? (c < 67003 ? (c >= 66995 && c <= 67001) : c <= 67004) : (c <= 67382 || (c >= 67392 && c <= 67413))))))))))) : (c <= 67431 || (c < 69635 ? (c < 68121 ? (c < 67712 ? (c < 67594 ? (c < 67506 ? (c < 67463 ? (c >= 67456 && c <= 67461) : c <= 67504) : (c <= 67514 || (c < 67592 ? (c >= 67584 && c <= 67589) : c <= 67592))) : (c <= 67637 || (c < 67647 ? (c < 67644 ? (c >= 67639 && c <= 67640) : c <= 67644) : (c <= 67669 || (c >= 67680 && c <= 67702))))) : (c <= 67742 || (c < 67968 ? (c < 67840 ? (c < 67828 ? (c >= 67808 && c <= 67826) : c <= 67829) : (c <= 67861 || (c >= 67872 && c <= 67897))) : (c <= 68023 || (c < 68112 ? (c < 68096 ? (c >= 68030 && c <= 68031) : c <= 68096) : (c <= 68115 || (c >= 68117 && c <= 68119))))))) : (c <= 68149 || (c < 68800 ? (c < 68416 ? (c < 68288 ? (c < 68224 ? (c >= 68192 && c <= 68220) : c <= 68252) : (c <= 68295 || (c < 68352 ? (c >= 68297 && c <= 68324) : c <= 68405))) : (c <= 68437 || (c < 68608 ? (c < 68480 ? (c >= 68448 && c <= 68466) : c <= 68497) : (c <= 68680 || (c >= 68736 && c <= 68786))))) : (c <= 68850 || (c < 69415 ? (c < 69296 ? (c < 69248 ? (c >= 68864 && c <= 68899) : c <= 69289) : (c <= 69297 || (c >= 69376 && c <= 69404))) : (c <= 69415 || (c < 69552 ? (c < 69488 ? (c >= 69424 && c <= 69445) : c <= 69505) : (c <= 69572 || (c >= 69600 && c <= 69622))))))))) : (c <= 69687 || (c < 70303 ? (c < 70081 ? (c < 69956 ? (c < 69763 ? (c < 69749 ? (c >= 69745 && c <= 69746) : c <= 69749) : (c <= 69807 || (c < 69891 ? (c >= 69840 && c <= 69864) : c <= 69926))) : (c <= 69956 || (c < 70006 ? (c < 69968 ? c == 69959 : c <= 70002) : (c <= 70006 || (c >= 70019 && c <= 70066))))) : (c <= 70084 || (c < 70207 ? (c < 70144 ? (c < 70108 ? c == 70106 : c <= 70108) : (c <= 70161 || (c >= 70163 && c <= 70187))) : (c <= 70208 || (c < 70282 ? (c < 70280 ? (c >= 70272 && c <= 70278) : c <= 70280) : (c <= 70285 || (c >= 70287 && c <= 70301))))))) : (c <= 70312 || (c < 70493 ? (c < 70442 ? (c < 70415 ? (c < 70405 ? (c >= 70320 && c <= 70366) : c <= 70412) : (c <= 70416 || (c >= 70419 && c <= 70440))) : (c <= 70448 || (c < 70461 ? (c < 70453 ? (c >= 70450 && c <= 70451) : c <= 70457) : (c <= 70461 || c == 70480)))) : (c <= 70497 || (c < 70852 ? (c < 70751 ? (c < 70727 ? (c >= 70656 && c <= 70708) : c <= 70730) : (c <= 70753 || (c >= 70784 && c <= 70831))) : (c <= 70853 || (c < 71128 ? (c < 71040 ? c == 70855 : c <= 71086) : (c <= 71131 || (c >= 71168 && c <= 71215))))))))))))) : (c <= 71236 || (c < 119973 ? (c < 73728 ? (c < 72272 ? (c < 71960 ? (c < 71840 ? (c < 71424 ? (c < 71352 ? (c >= 71296 && c <= 71338) : c <= 71352) : (c <= 71450 || (c < 71680 ? (c >= 71488 && c <= 71494) : c <= 71723))) : (c <= 71903 || (c < 71948 ? (c < 71945 ? (c >= 71935 && c <= 71942) : c <= 71945) : (c <= 71955 || (c >= 71957 && c <= 71958))))) : (c <= 71983 || (c < 72161 ? (c < 72096 ? (c < 72001 ? c == 71999 : c <= 72001) : (c <= 72103 || (c >= 72106 && c <= 72144))) : (c <= 72161 || (c < 72203 ? (c < 72192 ? c == 72163 : c <= 72192) : (c <= 72242 || c == 72250)))))) : (c <= 72272 || (c < 73030 ? (c < 72768 ? (c < 72368 ? (c < 72349 ? (c >= 72284 && c <= 72329) : c <= 72349) : (c <= 72440 || (c < 72714 ? (c >= 72704 && c <= 72712) : c <= 72750))) : (c <= 72768 || (c < 72968 ? (c < 72960 ? (c >= 72818 && c <= 72847) : c <= 72966) : (c <= 72969 || (c >= 72971 && c <= 73008))))) : (c <= 73030 || (c < 73440 ? (c < 73066 ? (c < 73063 ? (c >= 73056 && c <= 73061) : c <= 73064) : (c <= 73097 || c == 73112)) : (c <= 73458 || (c < 73490 ? (c < 73476 ? c == 73474 : c <= 73488) : (c <= 73523 || c == 73648)))))))) : (c <= 74649 || (c < 94208 ? (c < 92928 ? (c < 82944 ? (c < 77712 ? (c < 74880 ? (c >= 74752 && c <= 74862) : c <= 75075) : (c <= 77808 || (c < 78913 ? (c >= 77824 && c <= 78895) : c <= 78918))) : (c <= 83526 || (c < 92784 ? (c < 92736 ? (c >= 92160 && c <= 92728) : c <= 92766) : (c <= 92862 || (c >= 92880 && c <= 92909))))) : (c <= 92975 || (c < 93952 ? (c < 93053 ? (c < 93027 ? (c >= 92992 && c <= 92995) : c <= 93047) : (c <= 93071 || (c >= 93760 && c <= 93823))) : (c <= 94026 || (c < 94176 ? (c < 94099 ? c == 94032 : c <= 94111) : (c <= 94177 || c == 94179)))))) : (c <= 100343 || (c < 110948 ? (c < 110589 ? (c < 110576 ? (c < 101632 ? (c >= 100352 && c <= 101589) : c <= 101640) : (c <= 110579 || (c >= 110581 && c <= 110587))) : (c <= 110590 || (c < 110928 ? (c < 110898 ? (c >= 110592 && c <= 110882) : c <= 110898) : (c <= 110930 || c == 110933)))) : (c <= 110951 || (c < 113808 ? (c < 113776 ? (c < 113664 ? (c >= 110960 && c <= 111355) : c <= 113770) : (c <= 113788 || (c >= 113792 && c <= 113800))) : (c <= 113817 || (c < 119966 ? (c < 119894 ? (c >= 119808 && c <= 119892) : c <= 119964) : (c <= 119967 || c == 119970)))))))))) : (c <= 119974 || (c < 126464 ? (c < 120656 ? (c < 120128 ? (c < 120071 ? (c < 119995 ? (c < 119982 ? (c >= 119977 && c <= 119980) : c <= 119993) : (c <= 119995 || (c < 120005 ? (c >= 119997 && c <= 120003) : c <= 120069))) : (c <= 120074 || (c < 120094 ? (c < 120086 ? (c >= 120077 && c <= 120084) : c <= 120092) : (c <= 120121 || (c >= 120123 && c <= 120126))))) : (c <= 120132 || (c < 120514 ? (c < 120146 ? (c < 120138 ? c == 120134 : c <= 120144) : (c <= 120485 || (c >= 120488 && c <= 120512))) : (c <= 120538 || (c < 120598 ? (c < 120572 ? (c >= 120540 && c <= 120570) : c <= 120596) : (c <= 120628 || (c >= 120630 && c <= 120654))))))) : (c <= 120686 || (c < 123536 ? (c < 122661 ? (c < 120746 ? (c < 120714 ? (c >= 120688 && c <= 120712) : c <= 120744) : (c <= 120770 || (c < 122624 ? (c >= 120772 && c <= 120779) : c <= 122654))) : (c <= 122666 || (c < 123191 ? (c < 123136 ? (c >= 122928 && c <= 122989) : c <= 123180) : (c <= 123197 || c == 123214)))) : (c <= 123565 || (c < 124909 ? (c < 124896 ? (c < 124112 ? (c >= 123584 && c <= 123627) : c <= 124139) : (c <= 124902 || (c >= 124904 && c <= 124907))) : (c <= 124910 || (c < 125184 ? (c < 124928 ? (c >= 124912 && c <= 124926) : c <= 125124) : (c <= 125251 || c == 125259)))))))) : (c <= 126467 || (c < 126561 ? (c < 126537 ? (c < 126516 ? (c < 126500 ? (c < 126497 ? (c >= 126469 && c <= 126495) : c <= 126498) : (c <= 126500 || (c < 126505 ? c == 126503 : c <= 126514))) : (c <= 126519 || (c < 126530 ? (c < 126523 ? c == 126521 : c <= 126523) : (c <= 126530 || c == 126535)))) : (c <= 126537 || (c < 126551 ? (c < 126545 ? (c < 126541 ? c == 126539 : c <= 126543) : (c <= 126546 || c == 126548)) : (c <= 126551 || (c < 126557 ? (c < 126555 ? c == 126553 : c <= 126555) : (c <= 126557 || c == 126559)))))) : (c <= 126562 || (c < 126629 ? (c < 126585 ? (c < 126572 ? (c < 126567 ? c == 126564 : c <= 126570) : (c <= 126578 || (c >= 126580 && c <= 126583))) : (c <= 126588 || (c < 126603 ? (c < 126592 ? c == 126590 : c <= 126601) : (c <= 126619 || (c >= 126625 && c <= 126627))))) : (c <= 126633 || (c < 178208 ? (c < 173824 ? (c < 131072 ? (c >= 126635 && c <= 126651) : c <= 173791) : (c <= 177977 || (c >= 177984 && c <= 178205))) : (c <= 183969 || (c < 196608 ? (c < 194560 ? (c >= 183984 && c <= 191456) : c <= 195101) : (c <= 201546 || (c >= 201552 && c <= 205743))))))))))))))))); } static inline bool sym_identifier_character_set_7(int32_t c) { return (c < 43642 ? (c < 4206 ? (c < 2730 ? (c < 1994 ? (c < 910 ? (c < 736 ? (c < 186 ? (c < 'v' ? (c < 'a' ? (c >= 'A' && c <= '_') : c <= 't') : (c <= 'z' || (c < 181 ? c == 170 : c <= 181))) : (c <= 186 || (c < 248 ? (c < 216 ? (c >= 192 && c <= 214) : c <= 246) : (c <= 705 || (c >= 710 && c <= 721))))) : (c <= 740 || (c < 891 ? (c < 880 ? (c < 750 ? c == 748 : c <= 750) : (c <= 884 || (c >= 886 && c <= 887))) : (c <= 893 || (c < 904 ? (c < 902 ? c == 895 : c <= 902) : (c <= 906 || c == 908)))))) : (c <= 929 || (c < 1649 ? (c < 1376 ? (c < 1162 ? (c < 1015 ? (c >= 931 && c <= 1013) : c <= 1153) : (c <= 1327 || (c < 1369 ? (c >= 1329 && c <= 1366) : c <= 1369))) : (c <= 1416 || (c < 1568 ? (c < 1519 ? (c >= 1488 && c <= 1514) : c <= 1522) : (c <= 1610 || (c >= 1646 && c <= 1647))))) : (c <= 1747 || (c < 1791 ? (c < 1774 ? (c < 1765 ? c == 1749 : c <= 1766) : (c <= 1775 || (c >= 1786 && c <= 1788))) : (c <= 1791 || (c < 1869 ? (c < 1810 ? c == 1808 : c <= 1839) : (c <= 1957 || c == 1969)))))))) : (c <= 2026 || (c < 2482 ? (c < 2208 ? (c < 2088 ? (c < 2048 ? (c < 2042 ? (c >= 2036 && c <= 2037) : c <= 2042) : (c <= 2069 || (c < 2084 ? c == 2074 : c <= 2084))) : (c <= 2088 || (c < 2160 ? (c < 2144 ? (c >= 2112 && c <= 2136) : c <= 2154) : (c <= 2183 || (c >= 2185 && c <= 2190))))) : (c <= 2249 || (c < 2417 ? (c < 2384 ? (c < 2365 ? (c >= 2308 && c <= 2361) : c <= 2365) : (c <= 2384 || (c >= 2392 && c <= 2401))) : (c <= 2432 || (c < 2451 ? (c < 2447 ? (c >= 2437 && c <= 2444) : c <= 2448) : (c <= 2472 || (c >= 2474 && c <= 2480))))))) : (c <= 2482 || (c < 2602 ? (c < 2544 ? (c < 2510 ? (c < 2493 ? (c >= 2486 && c <= 2489) : c <= 2493) : (c <= 2510 || (c < 2527 ? (c >= 2524 && c <= 2525) : c <= 2529))) : (c <= 2545 || (c < 2575 ? (c < 2565 ? c == 2556 : c <= 2570) : (c <= 2576 || (c >= 2579 && c <= 2600))))) : (c <= 2608 || (c < 2654 ? (c < 2616 ? (c < 2613 ? (c >= 2610 && c <= 2611) : c <= 2614) : (c <= 2617 || (c >= 2649 && c <= 2652))) : (c <= 2654 || (c < 2703 ? (c < 2693 ? (c >= 2674 && c <= 2676) : c <= 2701) : (c <= 2705 || (c >= 2707 && c <= 2728))))))))))) : (c <= 2736 || (c < 3261 ? (c < 2969 ? (c < 2866 ? (c < 2809 ? (c < 2749 ? (c < 2741 ? (c >= 2738 && c <= 2739) : c <= 2745) : (c <= 2749 || (c < 2784 ? c == 2768 : c <= 2785))) : (c <= 2809 || (c < 2835 ? (c < 2831 ? (c >= 2821 && c <= 2828) : c <= 2832) : (c <= 2856 || (c >= 2858 && c <= 2864))))) : (c <= 2867 || (c < 2929 ? (c < 2908 ? (c < 2877 ? (c >= 2869 && c <= 2873) : c <= 2877) : (c <= 2909 || (c >= 2911 && c <= 2913))) : (c <= 2929 || (c < 2958 ? (c < 2949 ? c == 2947 : c <= 2954) : (c <= 2960 || (c >= 2962 && c <= 2965))))))) : (c <= 2970 || (c < 3133 ? (c < 3024 ? (c < 2979 ? (c < 2974 ? c == 2972 : c <= 2975) : (c <= 2980 || (c < 2990 ? (c >= 2984 && c <= 2986) : c <= 3001))) : (c <= 3024 || (c < 3090 ? (c < 3086 ? (c >= 3077 && c <= 3084) : c <= 3088) : (c <= 3112 || (c >= 3114 && c <= 3129))))) : (c <= 3133 || (c < 3205 ? (c < 3168 ? (c < 3165 ? (c >= 3160 && c <= 3162) : c <= 3165) : (c <= 3169 || c == 3200)) : (c <= 3212 || (c < 3242 ? (c < 3218 ? (c >= 3214 && c <= 3216) : c <= 3240) : (c <= 3251 || (c >= 3253 && c <= 3257))))))))) : (c <= 3261 || (c < 3716 ? (c < 3450 ? (c < 3346 ? (c < 3313 ? (c < 3296 ? (c >= 3293 && c <= 3294) : c <= 3297) : (c <= 3314 || (c < 3342 ? (c >= 3332 && c <= 3340) : c <= 3344))) : (c <= 3386 || (c < 3412 ? (c < 3406 ? c == 3389 : c <= 3406) : (c <= 3414 || (c >= 3423 && c <= 3425))))) : (c <= 3455 || (c < 3520 ? (c < 3507 ? (c < 3482 ? (c >= 3461 && c <= 3478) : c <= 3505) : (c <= 3515 || c == 3517)) : (c <= 3526 || (c < 3648 ? (c < 3634 ? (c >= 3585 && c <= 3632) : c <= 3634) : (c <= 3654 || (c >= 3713 && c <= 3714))))))) : (c <= 3716 || (c < 3840 ? (c < 3762 ? (c < 3749 ? (c < 3724 ? (c >= 3718 && c <= 3722) : c <= 3747) : (c <= 3749 || (c >= 3751 && c <= 3760))) : (c <= 3762 || (c < 3782 ? (c < 3776 ? c == 3773 : c <= 3780) : (c <= 3782 || (c >= 3804 && c <= 3807))))) : (c <= 3840 || (c < 4159 ? (c < 3976 ? (c < 3913 ? (c >= 3904 && c <= 3911) : c <= 3948) : (c <= 3980 || (c >= 4096 && c <= 4138))) : (c <= 4159 || (c < 4193 ? (c < 4186 ? (c >= 4176 && c <= 4181) : c <= 4189) : (c <= 4193 || (c >= 4197 && c <= 4198))))))))))))) : (c <= 4208 || (c < 8178 ? (c < 6320 ? (c < 4882 ? (c < 4698 ? (c < 4304 ? (c < 4256 ? (c < 4238 ? (c >= 4213 && c <= 4225) : c <= 4238) : (c <= 4293 || (c < 4301 ? c == 4295 : c <= 4301))) : (c <= 4346 || (c < 4688 ? (c < 4682 ? (c >= 4348 && c <= 4680) : c <= 4685) : (c <= 4694 || c == 4696)))) : (c <= 4701 || (c < 4792 ? (c < 4752 ? (c < 4746 ? (c >= 4704 && c <= 4744) : c <= 4749) : (c <= 4784 || (c >= 4786 && c <= 4789))) : (c <= 4798 || (c < 4808 ? (c < 4802 ? c == 4800 : c <= 4805) : (c <= 4822 || (c >= 4824 && c <= 4880))))))) : (c <= 4885 || (c < 5919 ? (c < 5743 ? (c < 5024 ? (c < 4992 ? (c >= 4888 && c <= 4954) : c <= 5007) : (c <= 5109 || (c < 5121 ? (c >= 5112 && c <= 5117) : c <= 5740))) : (c <= 5759 || (c < 5870 ? (c < 5792 ? (c >= 5761 && c <= 5786) : c <= 5866) : (c <= 5880 || (c >= 5888 && c <= 5905))))) : (c <= 5937 || (c < 6103 ? (c < 5998 ? (c < 5984 ? (c >= 5952 && c <= 5969) : c <= 5996) : (c <= 6000 || (c >= 6016 && c <= 6067))) : (c <= 6103 || (c < 6272 ? (c < 6176 ? c == 6108 : c <= 6264) : (c <= 6312 || c == 6314)))))))) : (c <= 6389 || (c < 7406 ? (c < 7043 ? (c < 6656 ? (c < 6512 ? (c < 6480 ? (c >= 6400 && c <= 6430) : c <= 6509) : (c <= 6516 || (c < 6576 ? (c >= 6528 && c <= 6571) : c <= 6601))) : (c <= 6678 || (c < 6917 ? (c < 6823 ? (c >= 6688 && c <= 6740) : c <= 6823) : (c <= 6963 || (c >= 6981 && c <= 6988))))) : (c <= 7072 || (c < 7258 ? (c < 7168 ? (c < 7098 ? (c >= 7086 && c <= 7087) : c <= 7141) : (c <= 7203 || (c >= 7245 && c <= 7247))) : (c <= 7293 || (c < 7357 ? (c < 7312 ? (c >= 7296 && c <= 7304) : c <= 7354) : (c <= 7359 || (c >= 7401 && c <= 7404))))))) : (c <= 7411 || (c < 8029 ? (c < 7968 ? (c < 7424 ? (c < 7418 ? (c >= 7413 && c <= 7414) : c <= 7418) : (c <= 7615 || (c < 7960 ? (c >= 7680 && c <= 7957) : c <= 7965))) : (c <= 8005 || (c < 8025 ? (c < 8016 ? (c >= 8008 && c <= 8013) : c <= 8023) : (c <= 8025 || c == 8027)))) : (c <= 8029 || (c < 8130 ? (c < 8118 ? (c < 8064 ? (c >= 8031 && c <= 8061) : c <= 8116) : (c <= 8124 || c == 8126)) : (c <= 8132 || (c < 8150 ? (c < 8144 ? (c >= 8134 && c <= 8140) : c <= 8147) : (c <= 8155 || (c >= 8160 && c <= 8172))))))))))) : (c <= 8180 || (c < 12540 ? (c < 11520 ? (c < 8486 ? (c < 8455 ? (c < 8319 ? (c < 8305 ? (c >= 8182 && c <= 8188) : c <= 8305) : (c <= 8319 || (c < 8450 ? (c >= 8336 && c <= 8348) : c <= 8450))) : (c <= 8455 || (c < 8472 ? (c < 8469 ? (c >= 8458 && c <= 8467) : c <= 8469) : (c <= 8477 || c == 8484)))) : (c <= 8486 || (c < 8526 ? (c < 8508 ? (c < 8490 ? c == 8488 : c <= 8505) : (c <= 8511 || (c >= 8517 && c <= 8521))) : (c <= 8526 || (c < 11499 ? (c < 11264 ? (c >= 8544 && c <= 8584) : c <= 11492) : (c <= 11502 || (c >= 11506 && c <= 11507))))))) : (c <= 11557 || (c < 11720 ? (c < 11680 ? (c < 11568 ? (c < 11565 ? c == 11559 : c <= 11565) : (c <= 11623 || (c < 11648 ? c == 11631 : c <= 11670))) : (c <= 11686 || (c < 11704 ? (c < 11696 ? (c >= 11688 && c <= 11694) : c <= 11702) : (c <= 11710 || (c >= 11712 && c <= 11718))))) : (c <= 11726 || (c < 12337 ? (c < 12293 ? (c < 11736 ? (c >= 11728 && c <= 11734) : c <= 11742) : (c <= 12295 || (c >= 12321 && c <= 12329))) : (c <= 12341 || (c < 12445 ? (c < 12353 ? (c >= 12344 && c <= 12348) : c <= 12438) : (c <= 12447 || (c >= 12449 && c <= 12538))))))))) : (c <= 12543 || (c < 43011 ? (c < 42560 ? (c < 19968 ? (c < 12704 ? (c < 12593 ? (c >= 12549 && c <= 12591) : c <= 12686) : (c <= 12735 || (c < 13312 ? (c >= 12784 && c <= 12799) : c <= 19903))) : (c <= 42124 || (c < 42512 ? (c < 42240 ? (c >= 42192 && c <= 42237) : c <= 42508) : (c <= 42527 || (c >= 42538 && c <= 42539))))) : (c <= 42606 || (c < 42891 ? (c < 42775 ? (c < 42656 ? (c >= 42623 && c <= 42653) : c <= 42735) : (c <= 42783 || (c >= 42786 && c <= 42888))) : (c <= 42954 || (c < 42965 ? (c < 42963 ? (c >= 42960 && c <= 42961) : c <= 42963) : (c <= 42969 || (c >= 42994 && c <= 43009))))))) : (c <= 43013 || (c < 43360 ? (c < 43250 ? (c < 43072 ? (c < 43020 ? (c >= 43015 && c <= 43018) : c <= 43042) : (c <= 43123 || (c >= 43138 && c <= 43187))) : (c <= 43255 || (c < 43274 ? (c < 43261 ? c == 43259 : c <= 43262) : (c <= 43301 || (c >= 43312 && c <= 43334))))) : (c <= 43388 || (c < 43514 ? (c < 43488 ? (c < 43471 ? (c >= 43396 && c <= 43442) : c <= 43471) : (c <= 43492 || (c >= 43494 && c <= 43503))) : (c <= 43518 || (c < 43588 ? (c < 43584 ? (c >= 43520 && c <= 43560) : c <= 43586) : (c <= 43595 || (c >= 43616 && c <= 43638))))))))))))))) : (c <= 43642 || (c < 71168 ? (c < 67392 ? (c < 65147 ? (c < 63744 ? (c < 43785 ? (c < 43714 ? (c < 43701 ? (c < 43697 ? (c >= 43646 && c <= 43695) : c <= 43697) : (c <= 43702 || (c < 43712 ? (c >= 43705 && c <= 43709) : c <= 43712))) : (c <= 43714 || (c < 43762 ? (c < 43744 ? (c >= 43739 && c <= 43741) : c <= 43754) : (c <= 43764 || (c >= 43777 && c <= 43782))))) : (c <= 43790 || (c < 43868 ? (c < 43816 ? (c < 43808 ? (c >= 43793 && c <= 43798) : c <= 43814) : (c <= 43822 || (c >= 43824 && c <= 43866))) : (c <= 43881 || (c < 55216 ? (c < 44032 ? (c >= 43888 && c <= 44002) : c <= 55203) : (c <= 55238 || (c >= 55243 && c <= 55291))))))) : (c <= 64109 || (c < 64326 ? (c < 64298 ? (c < 64275 ? (c < 64256 ? (c >= 64112 && c <= 64217) : c <= 64262) : (c <= 64279 || (c < 64287 ? c == 64285 : c <= 64296))) : (c <= 64310 || (c < 64320 ? (c < 64318 ? (c >= 64312 && c <= 64316) : c <= 64318) : (c <= 64321 || (c >= 64323 && c <= 64324))))) : (c <= 64433 || (c < 65008 ? (c < 64848 ? (c < 64612 ? (c >= 64467 && c <= 64605) : c <= 64829) : (c <= 64911 || (c >= 64914 && c <= 64967))) : (c <= 65017 || (c < 65143 ? (c < 65139 ? c == 65137 : c <= 65139) : (c <= 65143 || c == 65145)))))))) : (c <= 65147 || (c < 66304 ? (c < 65536 ? (c < 65440 ? (c < 65313 ? (c < 65151 ? c == 65149 : c <= 65276) : (c <= 65338 || (c < 65382 ? (c >= 65345 && c <= 65370) : c <= 65437))) : (c <= 65470 || (c < 65490 ? (c < 65482 ? (c >= 65474 && c <= 65479) : c <= 65487) : (c <= 65495 || (c >= 65498 && c <= 65500))))) : (c <= 65547 || (c < 65616 ? (c < 65596 ? (c < 65576 ? (c >= 65549 && c <= 65574) : c <= 65594) : (c <= 65597 || (c >= 65599 && c <= 65613))) : (c <= 65629 || (c < 66176 ? (c < 65856 ? (c >= 65664 && c <= 65786) : c <= 65908) : (c <= 66204 || (c >= 66208 && c <= 66256))))))) : (c <= 66335 || (c < 66864 ? (c < 66513 ? (c < 66432 ? (c < 66384 ? (c >= 66349 && c <= 66378) : c <= 66421) : (c <= 66461 || (c < 66504 ? (c >= 66464 && c <= 66499) : c <= 66511))) : (c <= 66517 || (c < 66776 ? (c < 66736 ? (c >= 66560 && c <= 66717) : c <= 66771) : (c <= 66811 || (c >= 66816 && c <= 66855))))) : (c <= 66915 || (c < 66967 ? (c < 66956 ? (c < 66940 ? (c >= 66928 && c <= 66938) : c <= 66954) : (c <= 66962 || (c >= 66964 && c <= 66965))) : (c <= 66977 || (c < 67003 ? (c < 66995 ? (c >= 66979 && c <= 66993) : c <= 67001) : (c <= 67004 || (c >= 67072 && c <= 67382))))))))))) : (c <= 67413 || (c < 69600 ? (c < 68117 ? (c < 67680 ? (c < 67592 ? (c < 67463 ? (c < 67456 ? (c >= 67424 && c <= 67431) : c <= 67461) : (c <= 67504 || (c < 67584 ? (c >= 67506 && c <= 67514) : c <= 67589))) : (c <= 67592 || (c < 67644 ? (c < 67639 ? (c >= 67594 && c <= 67637) : c <= 67640) : (c <= 67644 || (c >= 67647 && c <= 67669))))) : (c <= 67702 || (c < 67872 ? (c < 67828 ? (c < 67808 ? (c >= 67712 && c <= 67742) : c <= 67826) : (c <= 67829 || (c >= 67840 && c <= 67861))) : (c <= 67897 || (c < 68096 ? (c < 68030 ? (c >= 67968 && c <= 68023) : c <= 68031) : (c <= 68096 || (c >= 68112 && c <= 68115))))))) : (c <= 68119 || (c < 68736 ? (c < 68352 ? (c < 68224 ? (c < 68192 ? (c >= 68121 && c <= 68149) : c <= 68220) : (c <= 68252 || (c < 68297 ? (c >= 68288 && c <= 68295) : c <= 68324))) : (c <= 68405 || (c < 68480 ? (c < 68448 ? (c >= 68416 && c <= 68437) : c <= 68466) : (c <= 68497 || (c >= 68608 && c <= 68680))))) : (c <= 68786 || (c < 69376 ? (c < 69248 ? (c < 68864 ? (c >= 68800 && c <= 68850) : c <= 68899) : (c <= 69289 || (c >= 69296 && c <= 69297))) : (c <= 69404 || (c < 69488 ? (c < 69424 ? c == 69415 : c <= 69445) : (c <= 69505 || (c >= 69552 && c <= 69572))))))))) : (c <= 69622 || (c < 70287 ? (c < 70019 ? (c < 69891 ? (c < 69749 ? (c < 69745 ? (c >= 69635 && c <= 69687) : c <= 69746) : (c <= 69749 || (c < 69840 ? (c >= 69763 && c <= 69807) : c <= 69864))) : (c <= 69926 || (c < 69968 ? (c < 69959 ? c == 69956 : c <= 69959) : (c <= 70002 || c == 70006)))) : (c <= 70066 || (c < 70163 ? (c < 70108 ? (c < 70106 ? (c >= 70081 && c <= 70084) : c <= 70106) : (c <= 70108 || (c >= 70144 && c <= 70161))) : (c <= 70187 || (c < 70280 ? (c < 70272 ? (c >= 70207 && c <= 70208) : c <= 70278) : (c <= 70280 || (c >= 70282 && c <= 70285))))))) : (c <= 70301 || (c < 70480 ? (c < 70419 ? (c < 70405 ? (c < 70320 ? (c >= 70303 && c <= 70312) : c <= 70366) : (c <= 70412 || (c >= 70415 && c <= 70416))) : (c <= 70440 || (c < 70453 ? (c < 70450 ? (c >= 70442 && c <= 70448) : c <= 70451) : (c <= 70457 || c == 70461)))) : (c <= 70480 || (c < 70784 ? (c < 70727 ? (c < 70656 ? (c >= 70493 && c <= 70497) : c <= 70708) : (c <= 70730 || (c >= 70751 && c <= 70753))) : (c <= 70831 || (c < 71040 ? (c < 70855 ? (c >= 70852 && c <= 70853) : c <= 70855) : (c <= 71086 || (c >= 71128 && c <= 71131))))))))))))) : (c <= 71215 || (c < 119973 ? (c < 73648 ? (c < 72250 ? (c < 71957 ? (c < 71680 ? (c < 71352 ? (c < 71296 ? c == 71236 : c <= 71338) : (c <= 71352 || (c < 71488 ? (c >= 71424 && c <= 71450) : c <= 71494))) : (c <= 71723 || (c < 71945 ? (c < 71935 ? (c >= 71840 && c <= 71903) : c <= 71942) : (c <= 71945 || (c >= 71948 && c <= 71955))))) : (c <= 71958 || (c < 72106 ? (c < 72001 ? (c < 71999 ? (c >= 71960 && c <= 71983) : c <= 71999) : (c <= 72001 || (c >= 72096 && c <= 72103))) : (c <= 72144 || (c < 72192 ? (c < 72163 ? c == 72161 : c <= 72163) : (c <= 72192 || (c >= 72203 && c <= 72242))))))) : (c <= 72250 || (c < 72971 ? (c < 72714 ? (c < 72349 ? (c < 72284 ? c == 72272 : c <= 72329) : (c <= 72349 || (c < 72704 ? (c >= 72368 && c <= 72440) : c <= 72712))) : (c <= 72750 || (c < 72960 ? (c < 72818 ? c == 72768 : c <= 72847) : (c <= 72966 || (c >= 72968 && c <= 72969))))) : (c <= 73008 || (c < 73112 ? (c < 73063 ? (c < 73056 ? c == 73030 : c <= 73061) : (c <= 73064 || (c >= 73066 && c <= 73097))) : (c <= 73112 || (c < 73476 ? (c < 73474 ? (c >= 73440 && c <= 73458) : c <= 73474) : (c <= 73488 || (c >= 73490 && c <= 73523))))))))) : (c <= 73648 || (c < 94179 ? (c < 92880 ? (c < 78913 ? (c < 74880 ? (c < 74752 ? (c >= 73728 && c <= 74649) : c <= 74862) : (c <= 75075 || (c < 77824 ? (c >= 77712 && c <= 77808) : c <= 78895))) : (c <= 78918 || (c < 92736 ? (c < 92160 ? (c >= 82944 && c <= 83526) : c <= 92728) : (c <= 92766 || (c >= 92784 && c <= 92862))))) : (c <= 92909 || (c < 93760 ? (c < 93027 ? (c < 92992 ? (c >= 92928 && c <= 92975) : c <= 92995) : (c <= 93047 || (c >= 93053 && c <= 93071))) : (c <= 93823 || (c < 94099 ? (c < 94032 ? (c >= 93952 && c <= 94026) : c <= 94032) : (c <= 94111 || (c >= 94176 && c <= 94177))))))) : (c <= 94179 || (c < 110948 ? (c < 110589 ? (c < 101632 ? (c < 100352 ? (c >= 94208 && c <= 100343) : c <= 101589) : (c <= 101640 || (c < 110581 ? (c >= 110576 && c <= 110579) : c <= 110587))) : (c <= 110590 || (c < 110928 ? (c < 110898 ? (c >= 110592 && c <= 110882) : c <= 110898) : (c <= 110930 || c == 110933)))) : (c <= 110951 || (c < 113808 ? (c < 113776 ? (c < 113664 ? (c >= 110960 && c <= 111355) : c <= 113770) : (c <= 113788 || (c >= 113792 && c <= 113800))) : (c <= 113817 || (c < 119966 ? (c < 119894 ? (c >= 119808 && c <= 119892) : c <= 119964) : (c <= 119967 || c == 119970)))))))))) : (c <= 119974 || (c < 126464 ? (c < 120656 ? (c < 120128 ? (c < 120071 ? (c < 119995 ? (c < 119982 ? (c >= 119977 && c <= 119980) : c <= 119993) : (c <= 119995 || (c < 120005 ? (c >= 119997 && c <= 120003) : c <= 120069))) : (c <= 120074 || (c < 120094 ? (c < 120086 ? (c >= 120077 && c <= 120084) : c <= 120092) : (c <= 120121 || (c >= 120123 && c <= 120126))))) : (c <= 120132 || (c < 120514 ? (c < 120146 ? (c < 120138 ? c == 120134 : c <= 120144) : (c <= 120485 || (c >= 120488 && c <= 120512))) : (c <= 120538 || (c < 120598 ? (c < 120572 ? (c >= 120540 && c <= 120570) : c <= 120596) : (c <= 120628 || (c >= 120630 && c <= 120654))))))) : (c <= 120686 || (c < 123536 ? (c < 122661 ? (c < 120746 ? (c < 120714 ? (c >= 120688 && c <= 120712) : c <= 120744) : (c <= 120770 || (c < 122624 ? (c >= 120772 && c <= 120779) : c <= 122654))) : (c <= 122666 || (c < 123191 ? (c < 123136 ? (c >= 122928 && c <= 122989) : c <= 123180) : (c <= 123197 || c == 123214)))) : (c <= 123565 || (c < 124909 ? (c < 124896 ? (c < 124112 ? (c >= 123584 && c <= 123627) : c <= 124139) : (c <= 124902 || (c >= 124904 && c <= 124907))) : (c <= 124910 || (c < 125184 ? (c < 124928 ? (c >= 124912 && c <= 124926) : c <= 125124) : (c <= 125251 || c == 125259)))))))) : (c <= 126467 || (c < 126561 ? (c < 126537 ? (c < 126516 ? (c < 126500 ? (c < 126497 ? (c >= 126469 && c <= 126495) : c <= 126498) : (c <= 126500 || (c < 126505 ? c == 126503 : c <= 126514))) : (c <= 126519 || (c < 126530 ? (c < 126523 ? c == 126521 : c <= 126523) : (c <= 126530 || c == 126535)))) : (c <= 126537 || (c < 126551 ? (c < 126545 ? (c < 126541 ? c == 126539 : c <= 126543) : (c <= 126546 || c == 126548)) : (c <= 126551 || (c < 126557 ? (c < 126555 ? c == 126553 : c <= 126555) : (c <= 126557 || c == 126559)))))) : (c <= 126562 || (c < 126629 ? (c < 126585 ? (c < 126572 ? (c < 126567 ? c == 126564 : c <= 126570) : (c <= 126578 || (c >= 126580 && c <= 126583))) : (c <= 126588 || (c < 126603 ? (c < 126592 ? c == 126590 : c <= 126601) : (c <= 126619 || (c >= 126625 && c <= 126627))))) : (c <= 126633 || (c < 178208 ? (c < 173824 ? (c < 131072 ? (c >= 126635 && c <= 126651) : c <= 173791) : (c <= 177977 || (c >= 177984 && c <= 178205))) : (c <= 183969 || (c < 196608 ? (c < 194560 ? (c >= 183984 && c <= 191456) : c <= 195101) : (c <= 201546 || (c >= 201552 && c <= 205743))))))))))))))))); } static inline bool sym_identifier_character_set_8(int32_t c) { return (c < 43646 ? (c < 4213 ? (c < 2738 ? (c < 2036 ? (c < 931 ? (c < 748 ? (c < 192 ? (c < 170 ? (c < 'a' ? (c >= 'A' && c <= '_') : c <= 'z') : (c <= 170 || (c < 186 ? c == 181 : c <= 186))) : (c <= 214 || (c < 710 ? (c < 248 ? (c >= 216 && c <= 246) : c <= 705) : (c <= 721 || (c >= 736 && c <= 740))))) : (c <= 748 || (c < 895 ? (c < 886 ? (c < 880 ? c == 750 : c <= 884) : (c <= 887 || (c >= 891 && c <= 893))) : (c <= 895 || (c < 908 ? (c < 904 ? c == 902 : c <= 906) : (c <= 908 || (c >= 910 && c <= 929))))))) : (c <= 1013 || (c < 1749 ? (c < 1488 ? (c < 1329 ? (c < 1162 ? (c >= 1015 && c <= 1153) : c <= 1327) : (c <= 1366 || (c < 1376 ? c == 1369 : c <= 1416))) : (c <= 1514 || (c < 1646 ? (c < 1568 ? (c >= 1519 && c <= 1522) : c <= 1610) : (c <= 1647 || (c >= 1649 && c <= 1747))))) : (c <= 1749 || (c < 1808 ? (c < 1786 ? (c < 1774 ? (c >= 1765 && c <= 1766) : c <= 1775) : (c <= 1788 || c == 1791)) : (c <= 1808 || (c < 1969 ? (c < 1869 ? (c >= 1810 && c <= 1839) : c <= 1957) : (c <= 1969 || (c >= 1994 && c <= 2026))))))))) : (c <= 2037 || (c < 2486 ? (c < 2308 ? (c < 2112 ? (c < 2074 ? (c < 2048 ? c == 2042 : c <= 2069) : (c <= 2074 || (c < 2088 ? c == 2084 : c <= 2088))) : (c <= 2136 || (c < 2185 ? (c < 2160 ? (c >= 2144 && c <= 2154) : c <= 2183) : (c <= 2190 || (c >= 2208 && c <= 2249))))) : (c <= 2361 || (c < 2437 ? (c < 2392 ? (c < 2384 ? c == 2365 : c <= 2384) : (c <= 2401 || (c >= 2417 && c <= 2432))) : (c <= 2444 || (c < 2474 ? (c < 2451 ? (c >= 2447 && c <= 2448) : c <= 2472) : (c <= 2480 || c == 2482)))))) : (c <= 2489 || (c < 2610 ? (c < 2556 ? (c < 2524 ? (c < 2510 ? c == 2493 : c <= 2510) : (c <= 2525 || (c < 2544 ? (c >= 2527 && c <= 2529) : c <= 2545))) : (c <= 2556 || (c < 2579 ? (c < 2575 ? (c >= 2565 && c <= 2570) : c <= 2576) : (c <= 2600 || (c >= 2602 && c <= 2608))))) : (c <= 2611 || (c < 2674 ? (c < 2649 ? (c < 2616 ? (c >= 2613 && c <= 2614) : c <= 2617) : (c <= 2652 || c == 2654)) : (c <= 2676 || (c < 2707 ? (c < 2703 ? (c >= 2693 && c <= 2701) : c <= 2705) : (c <= 2728 || (c >= 2730 && c <= 2736))))))))))) : (c <= 2739 || (c < 3293 ? (c < 2972 ? (c < 2869 ? (c < 2821 ? (c < 2768 ? (c < 2749 ? (c >= 2741 && c <= 2745) : c <= 2749) : (c <= 2768 || (c < 2809 ? (c >= 2784 && c <= 2785) : c <= 2809))) : (c <= 2828 || (c < 2858 ? (c < 2835 ? (c >= 2831 && c <= 2832) : c <= 2856) : (c <= 2864 || (c >= 2866 && c <= 2867))))) : (c <= 2873 || (c < 2947 ? (c < 2911 ? (c < 2908 ? c == 2877 : c <= 2909) : (c <= 2913 || c == 2929)) : (c <= 2947 || (c < 2962 ? (c < 2958 ? (c >= 2949 && c <= 2954) : c <= 2960) : (c <= 2965 || (c >= 2969 && c <= 2970))))))) : (c <= 2972 || (c < 3160 ? (c < 3077 ? (c < 2984 ? (c < 2979 ? (c >= 2974 && c <= 2975) : c <= 2980) : (c <= 2986 || (c < 3024 ? (c >= 2990 && c <= 3001) : c <= 3024))) : (c <= 3084 || (c < 3114 ? (c < 3090 ? (c >= 3086 && c <= 3088) : c <= 3112) : (c <= 3129 || c == 3133)))) : (c <= 3162 || (c < 3214 ? (c < 3200 ? (c < 3168 ? c == 3165 : c <= 3169) : (c <= 3200 || (c >= 3205 && c <= 3212))) : (c <= 3216 || (c < 3253 ? (c < 3242 ? (c >= 3218 && c <= 3240) : c <= 3251) : (c <= 3257 || c == 3261)))))))) : (c <= 3294 || (c < 3718 ? (c < 3461 ? (c < 3389 ? (c < 3332 ? (c < 3313 ? (c >= 3296 && c <= 3297) : c <= 3314) : (c <= 3340 || (c < 3346 ? (c >= 3342 && c <= 3344) : c <= 3386))) : (c <= 3389 || (c < 3423 ? (c < 3412 ? c == 3406 : c <= 3414) : (c <= 3425 || (c >= 3450 && c <= 3455))))) : (c <= 3478 || (c < 3585 ? (c < 3517 ? (c < 3507 ? (c >= 3482 && c <= 3505) : c <= 3515) : (c <= 3517 || (c >= 3520 && c <= 3526))) : (c <= 3632 || (c < 3713 ? (c < 3648 ? c == 3634 : c <= 3654) : (c <= 3714 || c == 3716)))))) : (c <= 3722 || (c < 3904 ? (c < 3773 ? (c < 3751 ? (c < 3749 ? (c >= 3724 && c <= 3747) : c <= 3749) : (c <= 3760 || c == 3762)) : (c <= 3773 || (c < 3804 ? (c < 3782 ? (c >= 3776 && c <= 3780) : c <= 3782) : (c <= 3807 || c == 3840)))) : (c <= 3911 || (c < 4176 ? (c < 4096 ? (c < 3976 ? (c >= 3913 && c <= 3948) : c <= 3980) : (c <= 4138 || c == 4159)) : (c <= 4181 || (c < 4197 ? (c < 4193 ? (c >= 4186 && c <= 4189) : c <= 4193) : (c <= 4198 || (c >= 4206 && c <= 4208))))))))))))) : (c <= 4225 || (c < 8182 ? (c < 6400 ? (c < 4888 ? (c < 4704 ? (c < 4348 ? (c < 4295 ? (c < 4256 ? c == 4238 : c <= 4293) : (c <= 4295 || (c < 4304 ? c == 4301 : c <= 4346))) : (c <= 4680 || (c < 4696 ? (c < 4688 ? (c >= 4682 && c <= 4685) : c <= 4694) : (c <= 4696 || (c >= 4698 && c <= 4701))))) : (c <= 4744 || (c < 4800 ? (c < 4786 ? (c < 4752 ? (c >= 4746 && c <= 4749) : c <= 4784) : (c <= 4789 || (c >= 4792 && c <= 4798))) : (c <= 4800 || (c < 4824 ? (c < 4808 ? (c >= 4802 && c <= 4805) : c <= 4822) : (c <= 4880 || (c >= 4882 && c <= 4885))))))) : (c <= 4954 || (c < 5952 ? (c < 5761 ? (c < 5112 ? (c < 5024 ? (c >= 4992 && c <= 5007) : c <= 5109) : (c <= 5117 || (c < 5743 ? (c >= 5121 && c <= 5740) : c <= 5759))) : (c <= 5786 || (c < 5888 ? (c < 5870 ? (c >= 5792 && c <= 5866) : c <= 5880) : (c <= 5905 || (c >= 5919 && c <= 5937))))) : (c <= 5969 || (c < 6108 ? (c < 6016 ? (c < 5998 ? (c >= 5984 && c <= 5996) : c <= 6000) : (c <= 6067 || c == 6103)) : (c <= 6108 || (c < 6314 ? (c < 6272 ? (c >= 6176 && c <= 6264) : c <= 6312) : (c <= 6314 || (c >= 6320 && c <= 6389))))))))) : (c <= 6430 || (c < 7413 ? (c < 7086 ? (c < 6688 ? (c < 6528 ? (c < 6512 ? (c >= 6480 && c <= 6509) : c <= 6516) : (c <= 6571 || (c < 6656 ? (c >= 6576 && c <= 6601) : c <= 6678))) : (c <= 6740 || (c < 6981 ? (c < 6917 ? c == 6823 : c <= 6963) : (c <= 6988 || (c >= 7043 && c <= 7072))))) : (c <= 7087 || (c < 7296 ? (c < 7245 ? (c < 7168 ? (c >= 7098 && c <= 7141) : c <= 7203) : (c <= 7247 || (c >= 7258 && c <= 7293))) : (c <= 7304 || (c < 7401 ? (c < 7357 ? (c >= 7312 && c <= 7354) : c <= 7359) : (c <= 7404 || (c >= 7406 && c <= 7411))))))) : (c <= 7414 || (c < 8031 ? (c < 8008 ? (c < 7680 ? (c < 7424 ? c == 7418 : c <= 7615) : (c <= 7957 || (c < 7968 ? (c >= 7960 && c <= 7965) : c <= 8005))) : (c <= 8013 || (c < 8027 ? (c < 8025 ? (c >= 8016 && c <= 8023) : c <= 8025) : (c <= 8027 || c == 8029)))) : (c <= 8061 || (c < 8134 ? (c < 8126 ? (c < 8118 ? (c >= 8064 && c <= 8116) : c <= 8124) : (c <= 8126 || (c >= 8130 && c <= 8132))) : (c <= 8140 || (c < 8160 ? (c < 8150 ? (c >= 8144 && c <= 8147) : c <= 8155) : (c <= 8172 || (c >= 8178 && c <= 8180))))))))))) : (c <= 8188 || (c < 12549 ? (c < 11559 ? (c < 8488 ? (c < 8458 ? (c < 8336 ? (c < 8319 ? c == 8305 : c <= 8319) : (c <= 8348 || (c < 8455 ? c == 8450 : c <= 8455))) : (c <= 8467 || (c < 8484 ? (c < 8472 ? c == 8469 : c <= 8477) : (c <= 8484 || c == 8486)))) : (c <= 8488 || (c < 8544 ? (c < 8517 ? (c < 8508 ? (c >= 8490 && c <= 8505) : c <= 8511) : (c <= 8521 || c == 8526)) : (c <= 8584 || (c < 11506 ? (c < 11499 ? (c >= 11264 && c <= 11492) : c <= 11502) : (c <= 11507 || (c >= 11520 && c <= 11557))))))) : (c <= 11559 || (c < 11728 ? (c < 11688 ? (c < 11631 ? (c < 11568 ? c == 11565 : c <= 11623) : (c <= 11631 || (c < 11680 ? (c >= 11648 && c <= 11670) : c <= 11686))) : (c <= 11694 || (c < 11712 ? (c < 11704 ? (c >= 11696 && c <= 11702) : c <= 11710) : (c <= 11718 || (c >= 11720 && c <= 11726))))) : (c <= 11734 || (c < 12344 ? (c < 12321 ? (c < 12293 ? (c >= 11736 && c <= 11742) : c <= 12295) : (c <= 12329 || (c >= 12337 && c <= 12341))) : (c <= 12348 || (c < 12449 ? (c < 12445 ? (c >= 12353 && c <= 12438) : c <= 12447) : (c <= 12538 || (c >= 12540 && c <= 12543))))))))) : (c <= 12591 || (c < 43015 ? (c < 42623 ? (c < 42192 ? (c < 12784 ? (c < 12704 ? (c >= 12593 && c <= 12686) : c <= 12735) : (c <= 12799 || (c < 19968 ? (c >= 13312 && c <= 19903) : c <= 42124))) : (c <= 42237 || (c < 42538 ? (c < 42512 ? (c >= 42240 && c <= 42508) : c <= 42527) : (c <= 42539 || (c >= 42560 && c <= 42606))))) : (c <= 42653 || (c < 42960 ? (c < 42786 ? (c < 42775 ? (c >= 42656 && c <= 42735) : c <= 42783) : (c <= 42888 || (c >= 42891 && c <= 42954))) : (c <= 42961 || (c < 42994 ? (c < 42965 ? c == 42963 : c <= 42969) : (c <= 43009 || (c >= 43011 && c <= 43013))))))) : (c <= 43018 || (c < 43396 ? (c < 43259 ? (c < 43138 ? (c < 43072 ? (c >= 43020 && c <= 43042) : c <= 43123) : (c <= 43187 || (c >= 43250 && c <= 43255))) : (c <= 43259 || (c < 43312 ? (c < 43274 ? (c >= 43261 && c <= 43262) : c <= 43301) : (c <= 43334 || (c >= 43360 && c <= 43388))))) : (c <= 43442 || (c < 43520 ? (c < 43494 ? (c < 43488 ? c == 43471 : c <= 43492) : (c <= 43503 || (c >= 43514 && c <= 43518))) : (c <= 43560 || (c < 43616 ? (c < 43588 ? (c >= 43584 && c <= 43586) : c <= 43595) : (c <= 43638 || c == 43642)))))))))))))) : (c <= 43695 || (c < 71236 ? (c < 67424 ? (c < 65149 ? (c < 64112 ? (c < 43793 ? (c < 43739 ? (c < 43705 ? (c < 43701 ? c == 43697 : c <= 43702) : (c <= 43709 || (c < 43714 ? c == 43712 : c <= 43714))) : (c <= 43741 || (c < 43777 ? (c < 43762 ? (c >= 43744 && c <= 43754) : c <= 43764) : (c <= 43782 || (c >= 43785 && c <= 43790))))) : (c <= 43798 || (c < 43888 ? (c < 43824 ? (c < 43816 ? (c >= 43808 && c <= 43814) : c <= 43822) : (c <= 43866 || (c >= 43868 && c <= 43881))) : (c <= 44002 || (c < 55243 ? (c < 55216 ? (c >= 44032 && c <= 55203) : c <= 55238) : (c <= 55291 || (c >= 63744 && c <= 64109))))))) : (c <= 64217 || (c < 64467 ? (c < 64312 ? (c < 64285 ? (c < 64275 ? (c >= 64256 && c <= 64262) : c <= 64279) : (c <= 64285 || (c < 64298 ? (c >= 64287 && c <= 64296) : c <= 64310))) : (c <= 64316 || (c < 64323 ? (c < 64320 ? c == 64318 : c <= 64321) : (c <= 64324 || (c >= 64326 && c <= 64433))))) : (c <= 64605 || (c < 65137 ? (c < 64914 ? (c < 64848 ? (c >= 64612 && c <= 64829) : c <= 64911) : (c <= 64967 || (c >= 65008 && c <= 65017))) : (c <= 65137 || (c < 65145 ? (c < 65143 ? c == 65139 : c <= 65143) : (c <= 65145 || c == 65147)))))))) : (c <= 65149 || (c < 66349 ? (c < 65549 ? (c < 65474 ? (c < 65345 ? (c < 65313 ? (c >= 65151 && c <= 65276) : c <= 65338) : (c <= 65370 || (c < 65440 ? (c >= 65382 && c <= 65437) : c <= 65470))) : (c <= 65479 || (c < 65498 ? (c < 65490 ? (c >= 65482 && c <= 65487) : c <= 65495) : (c <= 65500 || (c >= 65536 && c <= 65547))))) : (c <= 65574 || (c < 65664 ? (c < 65599 ? (c < 65596 ? (c >= 65576 && c <= 65594) : c <= 65597) : (c <= 65613 || (c >= 65616 && c <= 65629))) : (c <= 65786 || (c < 66208 ? (c < 66176 ? (c >= 65856 && c <= 65908) : c <= 66204) : (c <= 66256 || (c >= 66304 && c <= 66335))))))) : (c <= 66378 || (c < 66928 ? (c < 66560 ? (c < 66464 ? (c < 66432 ? (c >= 66384 && c <= 66421) : c <= 66461) : (c <= 66499 || (c < 66513 ? (c >= 66504 && c <= 66511) : c <= 66517))) : (c <= 66717 || (c < 66816 ? (c < 66776 ? (c >= 66736 && c <= 66771) : c <= 66811) : (c <= 66855 || (c >= 66864 && c <= 66915))))) : (c <= 66938 || (c < 66979 ? (c < 66964 ? (c < 66956 ? (c >= 66940 && c <= 66954) : c <= 66962) : (c <= 66965 || (c >= 66967 && c <= 66977))) : (c <= 66993 || (c < 67072 ? (c < 67003 ? (c >= 66995 && c <= 67001) : c <= 67004) : (c <= 67382 || (c >= 67392 && c <= 67413))))))))))) : (c <= 67431 || (c < 69635 ? (c < 68121 ? (c < 67712 ? (c < 67594 ? (c < 67506 ? (c < 67463 ? (c >= 67456 && c <= 67461) : c <= 67504) : (c <= 67514 || (c < 67592 ? (c >= 67584 && c <= 67589) : c <= 67592))) : (c <= 67637 || (c < 67647 ? (c < 67644 ? (c >= 67639 && c <= 67640) : c <= 67644) : (c <= 67669 || (c >= 67680 && c <= 67702))))) : (c <= 67742 || (c < 67968 ? (c < 67840 ? (c < 67828 ? (c >= 67808 && c <= 67826) : c <= 67829) : (c <= 67861 || (c >= 67872 && c <= 67897))) : (c <= 68023 || (c < 68112 ? (c < 68096 ? (c >= 68030 && c <= 68031) : c <= 68096) : (c <= 68115 || (c >= 68117 && c <= 68119))))))) : (c <= 68149 || (c < 68800 ? (c < 68416 ? (c < 68288 ? (c < 68224 ? (c >= 68192 && c <= 68220) : c <= 68252) : (c <= 68295 || (c < 68352 ? (c >= 68297 && c <= 68324) : c <= 68405))) : (c <= 68437 || (c < 68608 ? (c < 68480 ? (c >= 68448 && c <= 68466) : c <= 68497) : (c <= 68680 || (c >= 68736 && c <= 68786))))) : (c <= 68850 || (c < 69415 ? (c < 69296 ? (c < 69248 ? (c >= 68864 && c <= 68899) : c <= 69289) : (c <= 69297 || (c >= 69376 && c <= 69404))) : (c <= 69415 || (c < 69552 ? (c < 69488 ? (c >= 69424 && c <= 69445) : c <= 69505) : (c <= 69572 || (c >= 69600 && c <= 69622))))))))) : (c <= 69687 || (c < 70303 ? (c < 70081 ? (c < 69956 ? (c < 69763 ? (c < 69749 ? (c >= 69745 && c <= 69746) : c <= 69749) : (c <= 69807 || (c < 69891 ? (c >= 69840 && c <= 69864) : c <= 69926))) : (c <= 69956 || (c < 70006 ? (c < 69968 ? c == 69959 : c <= 70002) : (c <= 70006 || (c >= 70019 && c <= 70066))))) : (c <= 70084 || (c < 70207 ? (c < 70144 ? (c < 70108 ? c == 70106 : c <= 70108) : (c <= 70161 || (c >= 70163 && c <= 70187))) : (c <= 70208 || (c < 70282 ? (c < 70280 ? (c >= 70272 && c <= 70278) : c <= 70280) : (c <= 70285 || (c >= 70287 && c <= 70301))))))) : (c <= 70312 || (c < 70493 ? (c < 70442 ? (c < 70415 ? (c < 70405 ? (c >= 70320 && c <= 70366) : c <= 70412) : (c <= 70416 || (c >= 70419 && c <= 70440))) : (c <= 70448 || (c < 70461 ? (c < 70453 ? (c >= 70450 && c <= 70451) : c <= 70457) : (c <= 70461 || c == 70480)))) : (c <= 70497 || (c < 70852 ? (c < 70751 ? (c < 70727 ? (c >= 70656 && c <= 70708) : c <= 70730) : (c <= 70753 || (c >= 70784 && c <= 70831))) : (c <= 70853 || (c < 71128 ? (c < 71040 ? c == 70855 : c <= 71086) : (c <= 71131 || (c >= 71168 && c <= 71215))))))))))))) : (c <= 71236 || (c < 119973 ? (c < 73728 ? (c < 72272 ? (c < 71960 ? (c < 71840 ? (c < 71424 ? (c < 71352 ? (c >= 71296 && c <= 71338) : c <= 71352) : (c <= 71450 || (c < 71680 ? (c >= 71488 && c <= 71494) : c <= 71723))) : (c <= 71903 || (c < 71948 ? (c < 71945 ? (c >= 71935 && c <= 71942) : c <= 71945) : (c <= 71955 || (c >= 71957 && c <= 71958))))) : (c <= 71983 || (c < 72161 ? (c < 72096 ? (c < 72001 ? c == 71999 : c <= 72001) : (c <= 72103 || (c >= 72106 && c <= 72144))) : (c <= 72161 || (c < 72203 ? (c < 72192 ? c == 72163 : c <= 72192) : (c <= 72242 || c == 72250)))))) : (c <= 72272 || (c < 73030 ? (c < 72768 ? (c < 72368 ? (c < 72349 ? (c >= 72284 && c <= 72329) : c <= 72349) : (c <= 72440 || (c < 72714 ? (c >= 72704 && c <= 72712) : c <= 72750))) : (c <= 72768 || (c < 72968 ? (c < 72960 ? (c >= 72818 && c <= 72847) : c <= 72966) : (c <= 72969 || (c >= 72971 && c <= 73008))))) : (c <= 73030 || (c < 73440 ? (c < 73066 ? (c < 73063 ? (c >= 73056 && c <= 73061) : c <= 73064) : (c <= 73097 || c == 73112)) : (c <= 73458 || (c < 73490 ? (c < 73476 ? c == 73474 : c <= 73488) : (c <= 73523 || c == 73648)))))))) : (c <= 74649 || (c < 94208 ? (c < 92928 ? (c < 82944 ? (c < 77712 ? (c < 74880 ? (c >= 74752 && c <= 74862) : c <= 75075) : (c <= 77808 || (c < 78913 ? (c >= 77824 && c <= 78895) : c <= 78918))) : (c <= 83526 || (c < 92784 ? (c < 92736 ? (c >= 92160 && c <= 92728) : c <= 92766) : (c <= 92862 || (c >= 92880 && c <= 92909))))) : (c <= 92975 || (c < 93952 ? (c < 93053 ? (c < 93027 ? (c >= 92992 && c <= 92995) : c <= 93047) : (c <= 93071 || (c >= 93760 && c <= 93823))) : (c <= 94026 || (c < 94176 ? (c < 94099 ? c == 94032 : c <= 94111) : (c <= 94177 || c == 94179)))))) : (c <= 100343 || (c < 110948 ? (c < 110589 ? (c < 110576 ? (c < 101632 ? (c >= 100352 && c <= 101589) : c <= 101640) : (c <= 110579 || (c >= 110581 && c <= 110587))) : (c <= 110590 || (c < 110928 ? (c < 110898 ? (c >= 110592 && c <= 110882) : c <= 110898) : (c <= 110930 || c == 110933)))) : (c <= 110951 || (c < 113808 ? (c < 113776 ? (c < 113664 ? (c >= 110960 && c <= 111355) : c <= 113770) : (c <= 113788 || (c >= 113792 && c <= 113800))) : (c <= 113817 || (c < 119966 ? (c < 119894 ? (c >= 119808 && c <= 119892) : c <= 119964) : (c <= 119967 || c == 119970)))))))))) : (c <= 119974 || (c < 126464 ? (c < 120656 ? (c < 120128 ? (c < 120071 ? (c < 119995 ? (c < 119982 ? (c >= 119977 && c <= 119980) : c <= 119993) : (c <= 119995 || (c < 120005 ? (c >= 119997 && c <= 120003) : c <= 120069))) : (c <= 120074 || (c < 120094 ? (c < 120086 ? (c >= 120077 && c <= 120084) : c <= 120092) : (c <= 120121 || (c >= 120123 && c <= 120126))))) : (c <= 120132 || (c < 120514 ? (c < 120146 ? (c < 120138 ? c == 120134 : c <= 120144) : (c <= 120485 || (c >= 120488 && c <= 120512))) : (c <= 120538 || (c < 120598 ? (c < 120572 ? (c >= 120540 && c <= 120570) : c <= 120596) : (c <= 120628 || (c >= 120630 && c <= 120654))))))) : (c <= 120686 || (c < 123536 ? (c < 122661 ? (c < 120746 ? (c < 120714 ? (c >= 120688 && c <= 120712) : c <= 120744) : (c <= 120770 || (c < 122624 ? (c >= 120772 && c <= 120779) : c <= 122654))) : (c <= 122666 || (c < 123191 ? (c < 123136 ? (c >= 122928 && c <= 122989) : c <= 123180) : (c <= 123197 || c == 123214)))) : (c <= 123565 || (c < 124909 ? (c < 124896 ? (c < 124112 ? (c >= 123584 && c <= 123627) : c <= 124139) : (c <= 124902 || (c >= 124904 && c <= 124907))) : (c <= 124910 || (c < 125184 ? (c < 124928 ? (c >= 124912 && c <= 124926) : c <= 125124) : (c <= 125251 || c == 125259)))))))) : (c <= 126467 || (c < 126561 ? (c < 126537 ? (c < 126516 ? (c < 126500 ? (c < 126497 ? (c >= 126469 && c <= 126495) : c <= 126498) : (c <= 126500 || (c < 126505 ? c == 126503 : c <= 126514))) : (c <= 126519 || (c < 126530 ? (c < 126523 ? c == 126521 : c <= 126523) : (c <= 126530 || c == 126535)))) : (c <= 126537 || (c < 126551 ? (c < 126545 ? (c < 126541 ? c == 126539 : c <= 126543) : (c <= 126546 || c == 126548)) : (c <= 126551 || (c < 126557 ? (c < 126555 ? c == 126553 : c <= 126555) : (c <= 126557 || c == 126559)))))) : (c <= 126562 || (c < 126629 ? (c < 126585 ? (c < 126572 ? (c < 126567 ? c == 126564 : c <= 126570) : (c <= 126578 || (c >= 126580 && c <= 126583))) : (c <= 126588 || (c < 126603 ? (c < 126592 ? c == 126590 : c <= 126601) : (c <= 126619 || (c >= 126625 && c <= 126627))))) : (c <= 126633 || (c < 178208 ? (c < 173824 ? (c < 131072 ? (c >= 126635 && c <= 126651) : c <= 173791) : (c <= 177977 || (c >= 177984 && c <= 178205))) : (c <= 183969 || (c < 196608 ? (c < 194560 ? (c >= 183984 && c <= 191456) : c <= 195101) : (c <= 201546 || (c >= 201552 && c <= 205743))))))))))))))))); } static inline bool sym_identifier_character_set_9(int32_t c) { return (c < 43584 ? (c < 4176 ? (c < 2654 ? (c < 1791 ? (c < 891 ? (c < 181 ? (c < 'o' ? (c < 'e' ? (c < 'a' ? (c >= 'A' && c <= '_') : c <= 'a') : (c <= 'e' || (c < 'j' ? (c >= 'g' && c <= 'h') : c <= 'l'))) : (c <= 'o' || (c < 'w' ? (c < 't' ? (c >= 'q' && c <= 'r') : c <= 't') : (c <= 'z' || c == 170)))) : (c <= 181 || (c < 736 ? (c < 216 ? (c < 192 ? c == 186 : c <= 214) : (c <= 246 || (c < 710 ? (c >= 248 && c <= 705) : c <= 721))) : (c <= 740 || (c < 880 ? (c < 750 ? c == 748 : c <= 750) : (c <= 884 || (c >= 886 && c <= 887))))))) : (c <= 893 || (c < 1376 ? (c < 931 ? (c < 904 ? (c < 902 ? c == 895 : c <= 902) : (c <= 906 || (c < 910 ? c == 908 : c <= 929))) : (c <= 1013 || (c < 1329 ? (c < 1162 ? (c >= 1015 && c <= 1153) : c <= 1327) : (c <= 1366 || c == 1369)))) : (c <= 1416 || (c < 1649 ? (c < 1568 ? (c < 1519 ? (c >= 1488 && c <= 1514) : c <= 1522) : (c <= 1610 || (c >= 1646 && c <= 1647))) : (c <= 1747 || (c < 1774 ? (c < 1765 ? c == 1749 : c <= 1766) : (c <= 1775 || (c >= 1786 && c <= 1788))))))))) : (c <= 1791 || (c < 2417 ? (c < 2088 ? (c < 2036 ? (c < 1869 ? (c < 1810 ? c == 1808 : c <= 1839) : (c <= 1957 || (c < 1994 ? c == 1969 : c <= 2026))) : (c <= 2037 || (c < 2074 ? (c < 2048 ? c == 2042 : c <= 2069) : (c <= 2074 || c == 2084)))) : (c <= 2088 || (c < 2208 ? (c < 2160 ? (c < 2144 ? (c >= 2112 && c <= 2136) : c <= 2154) : (c <= 2183 || (c >= 2185 && c <= 2190))) : (c <= 2249 || (c < 2384 ? (c < 2365 ? (c >= 2308 && c <= 2361) : c <= 2365) : (c <= 2384 || (c >= 2392 && c <= 2401))))))) : (c <= 2432 || (c < 2544 ? (c < 2486 ? (c < 2451 ? (c < 2447 ? (c >= 2437 && c <= 2444) : c <= 2448) : (c <= 2472 || (c < 2482 ? (c >= 2474 && c <= 2480) : c <= 2482))) : (c <= 2489 || (c < 2524 ? (c < 2510 ? c == 2493 : c <= 2510) : (c <= 2525 || (c >= 2527 && c <= 2529))))) : (c <= 2545 || (c < 2602 ? (c < 2575 ? (c < 2565 ? c == 2556 : c <= 2570) : (c <= 2576 || (c >= 2579 && c <= 2600))) : (c <= 2608 || (c < 2616 ? (c < 2613 ? (c >= 2610 && c <= 2611) : c <= 2614) : (c <= 2617 || (c >= 2649 && c <= 2652))))))))))) : (c <= 2654 || (c < 3205 ? (c < 2929 ? (c < 2809 ? (c < 2738 ? (c < 2703 ? (c < 2693 ? (c >= 2674 && c <= 2676) : c <= 2701) : (c <= 2705 || (c < 2730 ? (c >= 2707 && c <= 2728) : c <= 2736))) : (c <= 2739 || (c < 2768 ? (c < 2749 ? (c >= 2741 && c <= 2745) : c <= 2749) : (c <= 2768 || (c >= 2784 && c <= 2785))))) : (c <= 2809 || (c < 2866 ? (c < 2835 ? (c < 2831 ? (c >= 2821 && c <= 2828) : c <= 2832) : (c <= 2856 || (c >= 2858 && c <= 2864))) : (c <= 2867 || (c < 2908 ? (c < 2877 ? (c >= 2869 && c <= 2873) : c <= 2877) : (c <= 2909 || (c >= 2911 && c <= 2913))))))) : (c <= 2929 || (c < 3024 ? (c < 2972 ? (c < 2958 ? (c < 2949 ? c == 2947 : c <= 2954) : (c <= 2960 || (c < 2969 ? (c >= 2962 && c <= 2965) : c <= 2970))) : (c <= 2972 || (c < 2984 ? (c < 2979 ? (c >= 2974 && c <= 2975) : c <= 2980) : (c <= 2986 || (c >= 2990 && c <= 3001))))) : (c <= 3024 || (c < 3133 ? (c < 3090 ? (c < 3086 ? (c >= 3077 && c <= 3084) : c <= 3088) : (c <= 3112 || (c >= 3114 && c <= 3129))) : (c <= 3133 || (c < 3168 ? (c < 3165 ? (c >= 3160 && c <= 3162) : c <= 3165) : (c <= 3169 || c == 3200)))))))) : (c <= 3212 || (c < 3520 ? (c < 3346 ? (c < 3293 ? (c < 3242 ? (c < 3218 ? (c >= 3214 && c <= 3216) : c <= 3240) : (c <= 3251 || (c < 3261 ? (c >= 3253 && c <= 3257) : c <= 3261))) : (c <= 3294 || (c < 3332 ? (c < 3313 ? (c >= 3296 && c <= 3297) : c <= 3314) : (c <= 3340 || (c >= 3342 && c <= 3344))))) : (c <= 3386 || (c < 3450 ? (c < 3412 ? (c < 3406 ? c == 3389 : c <= 3406) : (c <= 3414 || (c >= 3423 && c <= 3425))) : (c <= 3455 || (c < 3507 ? (c < 3482 ? (c >= 3461 && c <= 3478) : c <= 3505) : (c <= 3515 || c == 3517)))))) : (c <= 3526 || (c < 3773 ? (c < 3718 ? (c < 3648 ? (c < 3634 ? (c >= 3585 && c <= 3632) : c <= 3634) : (c <= 3654 || (c < 3716 ? (c >= 3713 && c <= 3714) : c <= 3716))) : (c <= 3722 || (c < 3751 ? (c < 3749 ? (c >= 3724 && c <= 3747) : c <= 3749) : (c <= 3760 || c == 3762)))) : (c <= 3773 || (c < 3904 ? (c < 3804 ? (c < 3782 ? (c >= 3776 && c <= 3780) : c <= 3782) : (c <= 3807 || c == 3840)) : (c <= 3911 || (c < 4096 ? (c < 3976 ? (c >= 3913 && c <= 3948) : c <= 3980) : (c <= 4138 || c == 4159)))))))))))) : (c <= 4181 || (c < 8134 ? (c < 6108 ? (c < 4800 ? (c < 4348 ? (c < 4238 ? (c < 4197 ? (c < 4193 ? (c >= 4186 && c <= 4189) : c <= 4193) : (c <= 4198 || (c < 4213 ? (c >= 4206 && c <= 4208) : c <= 4225))) : (c <= 4238 || (c < 4301 ? (c < 4295 ? (c >= 4256 && c <= 4293) : c <= 4295) : (c <= 4301 || (c >= 4304 && c <= 4346))))) : (c <= 4680 || (c < 4704 ? (c < 4696 ? (c < 4688 ? (c >= 4682 && c <= 4685) : c <= 4694) : (c <= 4696 || (c >= 4698 && c <= 4701))) : (c <= 4744 || (c < 4786 ? (c < 4752 ? (c >= 4746 && c <= 4749) : c <= 4784) : (c <= 4789 || (c >= 4792 && c <= 4798))))))) : (c <= 4800 || (c < 5761 ? (c < 4992 ? (c < 4824 ? (c < 4808 ? (c >= 4802 && c <= 4805) : c <= 4822) : (c <= 4880 || (c < 4888 ? (c >= 4882 && c <= 4885) : c <= 4954))) : (c <= 5007 || (c < 5121 ? (c < 5112 ? (c >= 5024 && c <= 5109) : c <= 5117) : (c <= 5740 || (c >= 5743 && c <= 5759))))) : (c <= 5786 || (c < 5952 ? (c < 5888 ? (c < 5870 ? (c >= 5792 && c <= 5866) : c <= 5880) : (c <= 5905 || (c >= 5919 && c <= 5937))) : (c <= 5969 || (c < 6016 ? (c < 5998 ? (c >= 5984 && c <= 5996) : c <= 6000) : (c <= 6067 || c == 6103)))))))) : (c <= 6108 || (c < 7296 ? (c < 6688 ? (c < 6480 ? (c < 6314 ? (c < 6272 ? (c >= 6176 && c <= 6264) : c <= 6312) : (c <= 6314 || (c < 6400 ? (c >= 6320 && c <= 6389) : c <= 6430))) : (c <= 6509 || (c < 6576 ? (c < 6528 ? (c >= 6512 && c <= 6516) : c <= 6571) : (c <= 6601 || (c >= 6656 && c <= 6678))))) : (c <= 6740 || (c < 7086 ? (c < 6981 ? (c < 6917 ? c == 6823 : c <= 6963) : (c <= 6988 || (c >= 7043 && c <= 7072))) : (c <= 7087 || (c < 7245 ? (c < 7168 ? (c >= 7098 && c <= 7141) : c <= 7203) : (c <= 7247 || (c >= 7258 && c <= 7293))))))) : (c <= 7304 || (c < 8008 ? (c < 7418 ? (c < 7401 ? (c < 7357 ? (c >= 7312 && c <= 7354) : c <= 7359) : (c <= 7404 || (c < 7413 ? (c >= 7406 && c <= 7411) : c <= 7414))) : (c <= 7418 || (c < 7960 ? (c < 7680 ? (c >= 7424 && c <= 7615) : c <= 7957) : (c <= 7965 || (c >= 7968 && c <= 8005))))) : (c <= 8013 || (c < 8031 ? (c < 8027 ? (c < 8025 ? (c >= 8016 && c <= 8023) : c <= 8025) : (c <= 8027 || c == 8029)) : (c <= 8061 || (c < 8126 ? (c < 8118 ? (c >= 8064 && c <= 8116) : c <= 8124) : (c <= 8126 || (c >= 8130 && c <= 8132))))))))))) : (c <= 8140 || (c < 12344 ? (c < 8544 ? (c < 8458 ? (c < 8305 ? (c < 8160 ? (c < 8150 ? (c >= 8144 && c <= 8147) : c <= 8155) : (c <= 8172 || (c < 8182 ? (c >= 8178 && c <= 8180) : c <= 8188))) : (c <= 8305 || (c < 8450 ? (c < 8336 ? c == 8319 : c <= 8348) : (c <= 8450 || c == 8455)))) : (c <= 8467 || (c < 8488 ? (c < 8484 ? (c < 8472 ? c == 8469 : c <= 8477) : (c <= 8484 || c == 8486)) : (c <= 8488 || (c < 8517 ? (c < 8508 ? (c >= 8490 && c <= 8505) : c <= 8511) : (c <= 8521 || c == 8526)))))) : (c <= 8584 || (c < 11688 ? (c < 11565 ? (c < 11506 ? (c < 11499 ? (c >= 11264 && c <= 11492) : c <= 11502) : (c <= 11507 || (c < 11559 ? (c >= 11520 && c <= 11557) : c <= 11559))) : (c <= 11565 || (c < 11648 ? (c < 11631 ? (c >= 11568 && c <= 11623) : c <= 11631) : (c <= 11670 || (c >= 11680 && c <= 11686))))) : (c <= 11694 || (c < 11728 ? (c < 11712 ? (c < 11704 ? (c >= 11696 && c <= 11702) : c <= 11710) : (c <= 11718 || (c >= 11720 && c <= 11726))) : (c <= 11734 || (c < 12321 ? (c < 12293 ? (c >= 11736 && c <= 11742) : c <= 12295) : (c <= 12329 || (c >= 12337 && c <= 12341))))))))) : (c <= 12348 || (c < 42960 ? (c < 42192 ? (c < 12593 ? (c < 12449 ? (c < 12445 ? (c >= 12353 && c <= 12438) : c <= 12447) : (c <= 12538 || (c < 12549 ? (c >= 12540 && c <= 12543) : c <= 12591))) : (c <= 12686 || (c < 13312 ? (c < 12784 ? (c >= 12704 && c <= 12735) : c <= 12799) : (c <= 19903 || (c >= 19968 && c <= 42124))))) : (c <= 42237 || (c < 42623 ? (c < 42538 ? (c < 42512 ? (c >= 42240 && c <= 42508) : c <= 42527) : (c <= 42539 || (c >= 42560 && c <= 42606))) : (c <= 42653 || (c < 42786 ? (c < 42775 ? (c >= 42656 && c <= 42735) : c <= 42783) : (c <= 42888 || (c >= 42891 && c <= 42954))))))) : (c <= 42961 || (c < 43261 ? (c < 43020 ? (c < 42994 ? (c < 42965 ? c == 42963 : c <= 42969) : (c <= 43009 || (c < 43015 ? (c >= 43011 && c <= 43013) : c <= 43018))) : (c <= 43042 || (c < 43250 ? (c < 43138 ? (c >= 43072 && c <= 43123) : c <= 43187) : (c <= 43255 || c == 43259)))) : (c <= 43262 || (c < 43471 ? (c < 43360 ? (c < 43312 ? (c >= 43274 && c <= 43301) : c <= 43334) : (c <= 43388 || (c >= 43396 && c <= 43442))) : (c <= 43471 || (c < 43514 ? (c < 43494 ? (c >= 43488 && c <= 43492) : c <= 43503) : (c <= 43518 || (c >= 43520 && c <= 43560))))))))))))))) : (c <= 43586 || (c < 71128 ? (c < 67003 ? (c < 65143 ? (c < 55216 ? (c < 43744 ? (c < 43701 ? (c < 43642 ? (c < 43616 ? (c >= 43588 && c <= 43595) : c <= 43638) : (c <= 43642 || (c < 43697 ? (c >= 43646 && c <= 43695) : c <= 43697))) : (c <= 43702 || (c < 43714 ? (c < 43712 ? (c >= 43705 && c <= 43709) : c <= 43712) : (c <= 43714 || (c >= 43739 && c <= 43741))))) : (c <= 43754 || (c < 43816 ? (c < 43785 ? (c < 43777 ? (c >= 43762 && c <= 43764) : c <= 43782) : (c <= 43790 || (c < 43808 ? (c >= 43793 && c <= 43798) : c <= 43814))) : (c <= 43822 || (c < 43888 ? (c < 43868 ? (c >= 43824 && c <= 43866) : c <= 43881) : (c <= 44002 || (c >= 44032 && c <= 55203))))))) : (c <= 55238 || (c < 64320 ? (c < 64285 ? (c < 64112 ? (c < 63744 ? (c >= 55243 && c <= 55291) : c <= 64109) : (c <= 64217 || (c < 64275 ? (c >= 64256 && c <= 64262) : c <= 64279))) : (c <= 64285 || (c < 64312 ? (c < 64298 ? (c >= 64287 && c <= 64296) : c <= 64310) : (c <= 64316 || c == 64318)))) : (c <= 64321 || (c < 64848 ? (c < 64467 ? (c < 64326 ? (c >= 64323 && c <= 64324) : c <= 64433) : (c <= 64605 || (c >= 64612 && c <= 64829))) : (c <= 64911 || (c < 65137 ? (c < 65008 ? (c >= 64914 && c <= 64967) : c <= 65017) : (c <= 65137 || c == 65139)))))))) : (c <= 65143 || (c < 66176 ? (c < 65490 ? (c < 65345 ? (c < 65149 ? (c < 65147 ? c == 65145 : c <= 65147) : (c <= 65149 || (c < 65313 ? (c >= 65151 && c <= 65276) : c <= 65338))) : (c <= 65370 || (c < 65474 ? (c < 65440 ? (c >= 65382 && c <= 65437) : c <= 65470) : (c <= 65479 || (c >= 65482 && c <= 65487))))) : (c <= 65495 || (c < 65596 ? (c < 65549 ? (c < 65536 ? (c >= 65498 && c <= 65500) : c <= 65547) : (c <= 65574 || (c >= 65576 && c <= 65594))) : (c <= 65597 || (c < 65664 ? (c < 65616 ? (c >= 65599 && c <= 65613) : c <= 65629) : (c <= 65786 || (c >= 65856 && c <= 65908))))))) : (c <= 66204 || (c < 66776 ? (c < 66464 ? (c < 66349 ? (c < 66304 ? (c >= 66208 && c <= 66256) : c <= 66335) : (c <= 66378 || (c < 66432 ? (c >= 66384 && c <= 66421) : c <= 66461))) : (c <= 66499 || (c < 66560 ? (c < 66513 ? (c >= 66504 && c <= 66511) : c <= 66517) : (c <= 66717 || (c >= 66736 && c <= 66771))))) : (c <= 66811 || (c < 66956 ? (c < 66928 ? (c < 66864 ? (c >= 66816 && c <= 66855) : c <= 66915) : (c <= 66938 || (c >= 66940 && c <= 66954))) : (c <= 66962 || (c < 66979 ? (c < 66967 ? (c >= 66964 && c <= 66965) : c <= 66977) : (c <= 66993 || (c >= 66995 && c <= 67001))))))))))) : (c <= 67004 || (c < 69488 ? (c < 68096 ? (c < 67644 ? (c < 67506 ? (c < 67424 ? (c < 67392 ? (c >= 67072 && c <= 67382) : c <= 67413) : (c <= 67431 || (c < 67463 ? (c >= 67456 && c <= 67461) : c <= 67504))) : (c <= 67514 || (c < 67594 ? (c < 67592 ? (c >= 67584 && c <= 67589) : c <= 67592) : (c <= 67637 || (c >= 67639 && c <= 67640))))) : (c <= 67644 || (c < 67828 ? (c < 67712 ? (c < 67680 ? (c >= 67647 && c <= 67669) : c <= 67702) : (c <= 67742 || (c >= 67808 && c <= 67826))) : (c <= 67829 || (c < 67968 ? (c < 67872 ? (c >= 67840 && c <= 67861) : c <= 67897) : (c <= 68023 || (c >= 68030 && c <= 68031))))))) : (c <= 68096 || (c < 68480 ? (c < 68288 ? (c < 68121 ? (c < 68117 ? (c >= 68112 && c <= 68115) : c <= 68119) : (c <= 68149 || (c < 68224 ? (c >= 68192 && c <= 68220) : c <= 68252))) : (c <= 68295 || (c < 68416 ? (c < 68352 ? (c >= 68297 && c <= 68324) : c <= 68405) : (c <= 68437 || (c >= 68448 && c <= 68466))))) : (c <= 68497 || (c < 69248 ? (c < 68800 ? (c < 68736 ? (c >= 68608 && c <= 68680) : c <= 68786) : (c <= 68850 || (c >= 68864 && c <= 68899))) : (c <= 69289 || (c < 69415 ? (c < 69376 ? (c >= 69296 && c <= 69297) : c <= 69404) : (c <= 69415 || (c >= 69424 && c <= 69445))))))))) : (c <= 69505 || (c < 70280 ? (c < 69968 ? (c < 69763 ? (c < 69635 ? (c < 69600 ? (c >= 69552 && c <= 69572) : c <= 69622) : (c <= 69687 || (c < 69749 ? (c >= 69745 && c <= 69746) : c <= 69749))) : (c <= 69807 || (c < 69956 ? (c < 69891 ? (c >= 69840 && c <= 69864) : c <= 69926) : (c <= 69956 || c == 69959)))) : (c <= 70002 || (c < 70108 ? (c < 70081 ? (c < 70019 ? c == 70006 : c <= 70066) : (c <= 70084 || c == 70106)) : (c <= 70108 || (c < 70207 ? (c < 70163 ? (c >= 70144 && c <= 70161) : c <= 70187) : (c <= 70208 || (c >= 70272 && c <= 70278))))))) : (c <= 70280 || (c < 70461 ? (c < 70415 ? (c < 70303 ? (c < 70287 ? (c >= 70282 && c <= 70285) : c <= 70301) : (c <= 70312 || (c < 70405 ? (c >= 70320 && c <= 70366) : c <= 70412))) : (c <= 70416 || (c < 70450 ? (c < 70442 ? (c >= 70419 && c <= 70440) : c <= 70448) : (c <= 70451 || (c >= 70453 && c <= 70457))))) : (c <= 70461 || (c < 70751 ? (c < 70656 ? (c < 70493 ? c == 70480 : c <= 70497) : (c <= 70708 || (c >= 70727 && c <= 70730))) : (c <= 70753 || (c < 70855 ? (c < 70852 ? (c >= 70784 && c <= 70831) : c <= 70853) : (c <= 70855 || (c >= 71040 && c <= 71086))))))))))))) : (c <= 71131 || (c < 119970 ? (c < 73490 ? (c < 72203 ? (c < 71948 ? (c < 71488 ? (c < 71296 ? (c < 71236 ? (c >= 71168 && c <= 71215) : c <= 71236) : (c <= 71338 || (c < 71424 ? c == 71352 : c <= 71450))) : (c <= 71494 || (c < 71935 ? (c < 71840 ? (c >= 71680 && c <= 71723) : c <= 71903) : (c <= 71942 || c == 71945)))) : (c <= 71955 || (c < 72096 ? (c < 71999 ? (c < 71960 ? (c >= 71957 && c <= 71958) : c <= 71983) : (c <= 71999 || c == 72001)) : (c <= 72103 || (c < 72163 ? (c < 72161 ? (c >= 72106 && c <= 72144) : c <= 72161) : (c <= 72163 || c == 72192)))))) : (c <= 72242 || (c < 72968 ? (c < 72704 ? (c < 72284 ? (c < 72272 ? c == 72250 : c <= 72272) : (c <= 72329 || (c < 72368 ? c == 72349 : c <= 72440))) : (c <= 72712 || (c < 72818 ? (c < 72768 ? (c >= 72714 && c <= 72750) : c <= 72768) : (c <= 72847 || (c >= 72960 && c <= 72966))))) : (c <= 72969 || (c < 73066 ? (c < 73056 ? (c < 73030 ? (c >= 72971 && c <= 73008) : c <= 73030) : (c <= 73061 || (c >= 73063 && c <= 73064))) : (c <= 73097 || (c < 73474 ? (c < 73440 ? c == 73112 : c <= 73458) : (c <= 73474 || (c >= 73476 && c <= 73488))))))))) : (c <= 73523 || (c < 94176 ? (c < 92784 ? (c < 77824 ? (c < 74752 ? (c < 73728 ? c == 73648 : c <= 74649) : (c <= 74862 || (c < 77712 ? (c >= 74880 && c <= 75075) : c <= 77808))) : (c <= 78895 || (c < 92160 ? (c < 82944 ? (c >= 78913 && c <= 78918) : c <= 83526) : (c <= 92728 || (c >= 92736 && c <= 92766))))) : (c <= 92862 || (c < 93053 ? (c < 92992 ? (c < 92928 ? (c >= 92880 && c <= 92909) : c <= 92975) : (c <= 92995 || (c >= 93027 && c <= 93047))) : (c <= 93071 || (c < 94032 ? (c < 93952 ? (c >= 93760 && c <= 93823) : c <= 94026) : (c <= 94032 || (c >= 94099 && c <= 94111))))))) : (c <= 94177 || (c < 110933 ? (c < 110581 ? (c < 100352 ? (c < 94208 ? c == 94179 : c <= 100343) : (c <= 101589 || (c < 110576 ? (c >= 101632 && c <= 101640) : c <= 110579))) : (c <= 110587 || (c < 110898 ? (c < 110592 ? (c >= 110589 && c <= 110590) : c <= 110882) : (c <= 110898 || (c >= 110928 && c <= 110930))))) : (c <= 110933 || (c < 113792 ? (c < 113664 ? (c < 110960 ? (c >= 110948 && c <= 110951) : c <= 111355) : (c <= 113770 || (c >= 113776 && c <= 113788))) : (c <= 113800 || (c < 119894 ? (c < 119808 ? (c >= 113808 && c <= 113817) : c <= 119892) : (c <= 119964 || (c >= 119966 && c <= 119967))))))))))) : (c <= 119970 || (c < 125259 ? (c < 120630 ? (c < 120123 ? (c < 120005 ? (c < 119982 ? (c < 119977 ? (c >= 119973 && c <= 119974) : c <= 119980) : (c <= 119993 || (c < 119997 ? c == 119995 : c <= 120003))) : (c <= 120069 || (c < 120086 ? (c < 120077 ? (c >= 120071 && c <= 120074) : c <= 120084) : (c <= 120092 || (c >= 120094 && c <= 120121))))) : (c <= 120126 || (c < 120488 ? (c < 120138 ? (c < 120134 ? (c >= 120128 && c <= 120132) : c <= 120134) : (c <= 120144 || (c >= 120146 && c <= 120485))) : (c <= 120512 || (c < 120572 ? (c < 120540 ? (c >= 120514 && c <= 120538) : c <= 120570) : (c <= 120596 || (c >= 120598 && c <= 120628))))))) : (c <= 120654 || (c < 123214 ? (c < 122624 ? (c < 120714 ? (c < 120688 ? (c >= 120656 && c <= 120686) : c <= 120712) : (c <= 120744 || (c < 120772 ? (c >= 120746 && c <= 120770) : c <= 120779))) : (c <= 122654 || (c < 123136 ? (c < 122928 ? (c >= 122661 && c <= 122666) : c <= 122989) : (c <= 123180 || (c >= 123191 && c <= 123197))))) : (c <= 123214 || (c < 124904 ? (c < 124112 ? (c < 123584 ? (c >= 123536 && c <= 123565) : c <= 123627) : (c <= 124139 || (c >= 124896 && c <= 124902))) : (c <= 124907 || (c < 124928 ? (c < 124912 ? (c >= 124909 && c <= 124910) : c <= 124926) : (c <= 125124 || (c >= 125184 && c <= 125251))))))))) : (c <= 125259 || (c < 126559 ? (c < 126535 ? (c < 126505 ? (c < 126497 ? (c < 126469 ? (c >= 126464 && c <= 126467) : c <= 126495) : (c <= 126498 || (c < 126503 ? c == 126500 : c <= 126503))) : (c <= 126514 || (c < 126523 ? (c < 126521 ? (c >= 126516 && c <= 126519) : c <= 126521) : (c <= 126523 || c == 126530)))) : (c <= 126535 || (c < 126548 ? (c < 126541 ? (c < 126539 ? c == 126537 : c <= 126539) : (c <= 126543 || (c >= 126545 && c <= 126546))) : (c <= 126548 || (c < 126555 ? (c < 126553 ? c == 126551 : c <= 126553) : (c <= 126555 || c == 126557)))))) : (c <= 126559 || (c < 126629 ? (c < 126585 ? (c < 126567 ? (c < 126564 ? (c >= 126561 && c <= 126562) : c <= 126564) : (c <= 126570 || (c < 126580 ? (c >= 126572 && c <= 126578) : c <= 126583))) : (c <= 126588 || (c < 126603 ? (c < 126592 ? c == 126590 : c <= 126601) : (c <= 126619 || (c >= 126625 && c <= 126627))))) : (c <= 126633 || (c < 178208 ? (c < 173824 ? (c < 131072 ? (c >= 126635 && c <= 126651) : c <= 173791) : (c <= 177977 || (c >= 177984 && c <= 178205))) : (c <= 183969 || (c < 196608 ? (c < 194560 ? (c >= 183984 && c <= 191456) : c <= 195101) : (c <= 201546 || (c >= 201552 && c <= 205743))))))))))))))))); } static inline bool sym_identifier_character_set_10(int32_t c) { return (c < 43616 ? (c < 4197 ? (c < 2703 ? (c < 1869 ? (c < 904 ? (c < 248 ? (c < 170 ? (c < 'a' ? (c < '_' ? (c >= 'A' && c <= 'Z') : c <= '_') : (c <= 'e' || (c < 'u' ? (c >= 'g' && c <= 's') : c <= 'z'))) : (c <= 170 || (c < 192 ? (c < 186 ? c == 181 : c <= 186) : (c <= 214 || (c >= 216 && c <= 246))))) : (c <= 705 || (c < 880 ? (c < 748 ? (c < 736 ? (c >= 710 && c <= 721) : c <= 740) : (c <= 748 || c == 750)) : (c <= 884 || (c < 895 ? (c < 891 ? (c >= 886 && c <= 887) : c <= 893) : (c <= 895 || c == 902)))))) : (c <= 906 || (c < 1568 ? (c < 1329 ? (c < 931 ? (c < 910 ? c == 908 : c <= 929) : (c <= 1013 || (c < 1162 ? (c >= 1015 && c <= 1153) : c <= 1327))) : (c <= 1366 || (c < 1488 ? (c < 1376 ? c == 1369 : c <= 1416) : (c <= 1514 || (c >= 1519 && c <= 1522))))) : (c <= 1610 || (c < 1774 ? (c < 1749 ? (c < 1649 ? (c >= 1646 && c <= 1647) : c <= 1747) : (c <= 1749 || (c >= 1765 && c <= 1766))) : (c <= 1775 || (c < 1808 ? (c < 1791 ? (c >= 1786 && c <= 1788) : c <= 1791) : (c <= 1808 || (c >= 1810 && c <= 1839))))))))) : (c <= 1957 || (c < 2451 ? (c < 2160 ? (c < 2074 ? (c < 2036 ? (c < 1994 ? c == 1969 : c <= 2026) : (c <= 2037 || (c < 2048 ? c == 2042 : c <= 2069))) : (c <= 2074 || (c < 2112 ? (c < 2088 ? c == 2084 : c <= 2088) : (c <= 2136 || (c >= 2144 && c <= 2154))))) : (c <= 2183 || (c < 2384 ? (c < 2308 ? (c < 2208 ? (c >= 2185 && c <= 2190) : c <= 2249) : (c <= 2361 || c == 2365)) : (c <= 2384 || (c < 2437 ? (c < 2417 ? (c >= 2392 && c <= 2401) : c <= 2432) : (c <= 2444 || (c >= 2447 && c <= 2448))))))) : (c <= 2472 || (c < 2575 ? (c < 2524 ? (c < 2486 ? (c < 2482 ? (c >= 2474 && c <= 2480) : c <= 2482) : (c <= 2489 || (c < 2510 ? c == 2493 : c <= 2510))) : (c <= 2525 || (c < 2556 ? (c < 2544 ? (c >= 2527 && c <= 2529) : c <= 2545) : (c <= 2556 || (c >= 2565 && c <= 2570))))) : (c <= 2576 || (c < 2616 ? (c < 2610 ? (c < 2602 ? (c >= 2579 && c <= 2600) : c <= 2608) : (c <= 2611 || (c >= 2613 && c <= 2614))) : (c <= 2617 || (c < 2674 ? (c < 2654 ? (c >= 2649 && c <= 2652) : c <= 2654) : (c <= 2676 || (c >= 2693 && c <= 2701))))))))))) : (c <= 2705 || (c < 3242 ? (c < 2958 ? (c < 2835 ? (c < 2768 ? (c < 2738 ? (c < 2730 ? (c >= 2707 && c <= 2728) : c <= 2736) : (c <= 2739 || (c < 2749 ? (c >= 2741 && c <= 2745) : c <= 2749))) : (c <= 2768 || (c < 2821 ? (c < 2809 ? (c >= 2784 && c <= 2785) : c <= 2809) : (c <= 2828 || (c >= 2831 && c <= 2832))))) : (c <= 2856 || (c < 2908 ? (c < 2869 ? (c < 2866 ? (c >= 2858 && c <= 2864) : c <= 2867) : (c <= 2873 || c == 2877)) : (c <= 2909 || (c < 2947 ? (c < 2929 ? (c >= 2911 && c <= 2913) : c <= 2929) : (c <= 2947 || (c >= 2949 && c <= 2954))))))) : (c <= 2960 || (c < 3090 ? (c < 2984 ? (c < 2972 ? (c < 2969 ? (c >= 2962 && c <= 2965) : c <= 2970) : (c <= 2972 || (c < 2979 ? (c >= 2974 && c <= 2975) : c <= 2980))) : (c <= 2986 || (c < 3077 ? (c < 3024 ? (c >= 2990 && c <= 3001) : c <= 3024) : (c <= 3084 || (c >= 3086 && c <= 3088))))) : (c <= 3112 || (c < 3168 ? (c < 3160 ? (c < 3133 ? (c >= 3114 && c <= 3129) : c <= 3133) : (c <= 3162 || c == 3165)) : (c <= 3169 || (c < 3214 ? (c < 3205 ? c == 3200 : c <= 3212) : (c <= 3216 || (c >= 3218 && c <= 3240))))))))) : (c <= 3251 || (c < 3648 ? (c < 3412 ? (c < 3332 ? (c < 3293 ? (c < 3261 ? (c >= 3253 && c <= 3257) : c <= 3261) : (c <= 3294 || (c < 3313 ? (c >= 3296 && c <= 3297) : c <= 3314))) : (c <= 3340 || (c < 3389 ? (c < 3346 ? (c >= 3342 && c <= 3344) : c <= 3386) : (c <= 3389 || c == 3406)))) : (c <= 3414 || (c < 3507 ? (c < 3461 ? (c < 3450 ? (c >= 3423 && c <= 3425) : c <= 3455) : (c <= 3478 || (c >= 3482 && c <= 3505))) : (c <= 3515 || (c < 3585 ? (c < 3520 ? c == 3517 : c <= 3526) : (c <= 3632 || c == 3634)))))) : (c <= 3654 || (c < 3804 ? (c < 3751 ? (c < 3718 ? (c < 3716 ? (c >= 3713 && c <= 3714) : c <= 3716) : (c <= 3722 || (c < 3749 ? (c >= 3724 && c <= 3747) : c <= 3749))) : (c <= 3760 || (c < 3776 ? (c < 3773 ? c == 3762 : c <= 3773) : (c <= 3780 || c == 3782)))) : (c <= 3807 || (c < 4096 ? (c < 3913 ? (c < 3904 ? c == 3840 : c <= 3911) : (c <= 3948 || (c >= 3976 && c <= 3980))) : (c <= 4138 || (c < 4186 ? (c < 4176 ? c == 4159 : c <= 4181) : (c <= 4189 || c == 4193)))))))))))) : (c <= 4198 || (c < 8160 ? (c < 6314 ? (c < 4824 ? (c < 4696 ? (c < 4301 ? (c < 4238 ? (c < 4213 ? (c >= 4206 && c <= 4208) : c <= 4225) : (c <= 4238 || (c < 4295 ? (c >= 4256 && c <= 4293) : c <= 4295))) : (c <= 4301 || (c < 4682 ? (c < 4348 ? (c >= 4304 && c <= 4346) : c <= 4680) : (c <= 4685 || (c >= 4688 && c <= 4694))))) : (c <= 4696 || (c < 4786 ? (c < 4746 ? (c < 4704 ? (c >= 4698 && c <= 4701) : c <= 4744) : (c <= 4749 || (c >= 4752 && c <= 4784))) : (c <= 4789 || (c < 4802 ? (c < 4800 ? (c >= 4792 && c <= 4798) : c <= 4800) : (c <= 4805 || (c >= 4808 && c <= 4822))))))) : (c <= 4880 || (c < 5888 ? (c < 5121 ? (c < 4992 ? (c < 4888 ? (c >= 4882 && c <= 4885) : c <= 4954) : (c <= 5007 || (c < 5112 ? (c >= 5024 && c <= 5109) : c <= 5117))) : (c <= 5740 || (c < 5792 ? (c < 5761 ? (c >= 5743 && c <= 5759) : c <= 5786) : (c <= 5866 || (c >= 5870 && c <= 5880))))) : (c <= 5905 || (c < 6016 ? (c < 5984 ? (c < 5952 ? (c >= 5919 && c <= 5937) : c <= 5969) : (c <= 5996 || (c >= 5998 && c <= 6000))) : (c <= 6067 || (c < 6176 ? (c < 6108 ? c == 6103 : c <= 6108) : (c <= 6264 || (c >= 6272 && c <= 6312))))))))) : (c <= 6314 || (c < 7401 ? (c < 6981 ? (c < 6576 ? (c < 6480 ? (c < 6400 ? (c >= 6320 && c <= 6389) : c <= 6430) : (c <= 6509 || (c < 6528 ? (c >= 6512 && c <= 6516) : c <= 6571))) : (c <= 6601 || (c < 6823 ? (c < 6688 ? (c >= 6656 && c <= 6678) : c <= 6740) : (c <= 6823 || (c >= 6917 && c <= 6963))))) : (c <= 6988 || (c < 7245 ? (c < 7098 ? (c < 7086 ? (c >= 7043 && c <= 7072) : c <= 7087) : (c <= 7141 || (c >= 7168 && c <= 7203))) : (c <= 7247 || (c < 7312 ? (c < 7296 ? (c >= 7258 && c <= 7293) : c <= 7304) : (c <= 7354 || (c >= 7357 && c <= 7359))))))) : (c <= 7404 || (c < 8027 ? (c < 7960 ? (c < 7418 ? (c < 7413 ? (c >= 7406 && c <= 7411) : c <= 7414) : (c <= 7418 || (c < 7680 ? (c >= 7424 && c <= 7615) : c <= 7957))) : (c <= 7965 || (c < 8016 ? (c < 8008 ? (c >= 7968 && c <= 8005) : c <= 8013) : (c <= 8023 || c == 8025)))) : (c <= 8027 || (c < 8126 ? (c < 8064 ? (c < 8031 ? c == 8029 : c <= 8061) : (c <= 8116 || (c >= 8118 && c <= 8124))) : (c <= 8126 || (c < 8144 ? (c < 8134 ? (c >= 8130 && c <= 8132) : c <= 8140) : (c <= 8147 || (c >= 8150 && c <= 8155))))))))))) : (c <= 8172 || (c < 12449 ? (c < 11506 ? (c < 8484 ? (c < 8450 ? (c < 8305 ? (c < 8182 ? (c >= 8178 && c <= 8180) : c <= 8188) : (c <= 8305 || (c < 8336 ? c == 8319 : c <= 8348))) : (c <= 8450 || (c < 8469 ? (c < 8458 ? c == 8455 : c <= 8467) : (c <= 8469 || (c >= 8472 && c <= 8477))))) : (c <= 8484 || (c < 8517 ? (c < 8490 ? (c < 8488 ? c == 8486 : c <= 8488) : (c <= 8505 || (c >= 8508 && c <= 8511))) : (c <= 8521 || (c < 11264 ? (c < 8544 ? c == 8526 : c <= 8584) : (c <= 11492 || (c >= 11499 && c <= 11502))))))) : (c <= 11507 || (c < 11712 ? (c < 11648 ? (c < 11565 ? (c < 11559 ? (c >= 11520 && c <= 11557) : c <= 11559) : (c <= 11565 || (c < 11631 ? (c >= 11568 && c <= 11623) : c <= 11631))) : (c <= 11670 || (c < 11696 ? (c < 11688 ? (c >= 11680 && c <= 11686) : c <= 11694) : (c <= 11702 || (c >= 11704 && c <= 11710))))) : (c <= 11718 || (c < 12321 ? (c < 11736 ? (c < 11728 ? (c >= 11720 && c <= 11726) : c <= 11734) : (c <= 11742 || (c >= 12293 && c <= 12295))) : (c <= 12329 || (c < 12353 ? (c < 12344 ? (c >= 12337 && c <= 12341) : c <= 12348) : (c <= 12438 || (c >= 12445 && c <= 12447))))))))) : (c <= 12538 || (c < 42994 ? (c < 42538 ? (c < 13312 ? (c < 12593 ? (c < 12549 ? (c >= 12540 && c <= 12543) : c <= 12591) : (c <= 12686 || (c < 12784 ? (c >= 12704 && c <= 12735) : c <= 12799))) : (c <= 19903 || (c < 42240 ? (c < 42192 ? (c >= 19968 && c <= 42124) : c <= 42237) : (c <= 42508 || (c >= 42512 && c <= 42527))))) : (c <= 42539 || (c < 42786 ? (c < 42656 ? (c < 42623 ? (c >= 42560 && c <= 42606) : c <= 42653) : (c <= 42735 || (c >= 42775 && c <= 42783))) : (c <= 42888 || (c < 42963 ? (c < 42960 ? (c >= 42891 && c <= 42954) : c <= 42961) : (c <= 42963 || (c >= 42965 && c <= 42969))))))) : (c <= 43009 || (c < 43312 ? (c < 43138 ? (c < 43020 ? (c < 43015 ? (c >= 43011 && c <= 43013) : c <= 43018) : (c <= 43042 || (c >= 43072 && c <= 43123))) : (c <= 43187 || (c < 43261 ? (c < 43259 ? (c >= 43250 && c <= 43255) : c <= 43259) : (c <= 43262 || (c >= 43274 && c <= 43301))))) : (c <= 43334 || (c < 43494 ? (c < 43471 ? (c < 43396 ? (c >= 43360 && c <= 43388) : c <= 43442) : (c <= 43471 || (c >= 43488 && c <= 43492))) : (c <= 43503 || (c < 43584 ? (c < 43520 ? (c >= 43514 && c <= 43518) : c <= 43560) : (c <= 43586 || (c >= 43588 && c <= 43595))))))))))))))) : (c <= 43638 || (c < 71168 ? (c < 67072 ? (c < 65145 ? (c < 55243 ? (c < 43777 ? (c < 43712 ? (c < 43697 ? (c < 43646 ? c == 43642 : c <= 43695) : (c <= 43697 || (c < 43705 ? (c >= 43701 && c <= 43702) : c <= 43709))) : (c <= 43712 || (c < 43744 ? (c < 43739 ? c == 43714 : c <= 43741) : (c <= 43754 || (c >= 43762 && c <= 43764))))) : (c <= 43782 || (c < 43824 ? (c < 43808 ? (c < 43793 ? (c >= 43785 && c <= 43790) : c <= 43798) : (c <= 43814 || (c >= 43816 && c <= 43822))) : (c <= 43866 || (c < 44032 ? (c < 43888 ? (c >= 43868 && c <= 43881) : c <= 44002) : (c <= 55203 || (c >= 55216 && c <= 55238))))))) : (c <= 55291 || (c < 64323 ? (c < 64287 ? (c < 64256 ? (c < 64112 ? (c >= 63744 && c <= 64109) : c <= 64217) : (c <= 64262 || (c < 64285 ? (c >= 64275 && c <= 64279) : c <= 64285))) : (c <= 64296 || (c < 64318 ? (c < 64312 ? (c >= 64298 && c <= 64310) : c <= 64316) : (c <= 64318 || (c >= 64320 && c <= 64321))))) : (c <= 64324 || (c < 64914 ? (c < 64612 ? (c < 64467 ? (c >= 64326 && c <= 64433) : c <= 64605) : (c <= 64829 || (c >= 64848 && c <= 64911))) : (c <= 64967 || (c < 65139 ? (c < 65137 ? (c >= 65008 && c <= 65017) : c <= 65137) : (c <= 65139 || c == 65143)))))))) : (c <= 65145 || (c < 66208 ? (c < 65498 ? (c < 65382 ? (c < 65151 ? (c < 65149 ? c == 65147 : c <= 65149) : (c <= 65276 || (c < 65345 ? (c >= 65313 && c <= 65338) : c <= 65370))) : (c <= 65437 || (c < 65482 ? (c < 65474 ? (c >= 65440 && c <= 65470) : c <= 65479) : (c <= 65487 || (c >= 65490 && c <= 65495))))) : (c <= 65500 || (c < 65599 ? (c < 65576 ? (c < 65549 ? (c >= 65536 && c <= 65547) : c <= 65574) : (c <= 65594 || (c >= 65596 && c <= 65597))) : (c <= 65613 || (c < 65856 ? (c < 65664 ? (c >= 65616 && c <= 65629) : c <= 65786) : (c <= 65908 || (c >= 66176 && c <= 66204))))))) : (c <= 66256 || (c < 66816 ? (c < 66504 ? (c < 66384 ? (c < 66349 ? (c >= 66304 && c <= 66335) : c <= 66378) : (c <= 66421 || (c < 66464 ? (c >= 66432 && c <= 66461) : c <= 66499))) : (c <= 66511 || (c < 66736 ? (c < 66560 ? (c >= 66513 && c <= 66517) : c <= 66717) : (c <= 66771 || (c >= 66776 && c <= 66811))))) : (c <= 66855 || (c < 66964 ? (c < 66940 ? (c < 66928 ? (c >= 66864 && c <= 66915) : c <= 66938) : (c <= 66954 || (c >= 66956 && c <= 66962))) : (c <= 66965 || (c < 66995 ? (c < 66979 ? (c >= 66967 && c <= 66977) : c <= 66993) : (c <= 67001 || (c >= 67003 && c <= 67004))))))))))) : (c <= 67382 || (c < 69552 ? (c < 68112 ? (c < 67647 ? (c < 67584 ? (c < 67456 ? (c < 67424 ? (c >= 67392 && c <= 67413) : c <= 67431) : (c <= 67461 || (c < 67506 ? (c >= 67463 && c <= 67504) : c <= 67514))) : (c <= 67589 || (c < 67639 ? (c < 67594 ? c == 67592 : c <= 67637) : (c <= 67640 || c == 67644)))) : (c <= 67669 || (c < 67840 ? (c < 67808 ? (c < 67712 ? (c >= 67680 && c <= 67702) : c <= 67742) : (c <= 67826 || (c >= 67828 && c <= 67829))) : (c <= 67861 || (c < 68030 ? (c < 67968 ? (c >= 67872 && c <= 67897) : c <= 68023) : (c <= 68031 || c == 68096)))))) : (c <= 68115 || (c < 68608 ? (c < 68297 ? (c < 68192 ? (c < 68121 ? (c >= 68117 && c <= 68119) : c <= 68149) : (c <= 68220 || (c < 68288 ? (c >= 68224 && c <= 68252) : c <= 68295))) : (c <= 68324 || (c < 68448 ? (c < 68416 ? (c >= 68352 && c <= 68405) : c <= 68437) : (c <= 68466 || (c >= 68480 && c <= 68497))))) : (c <= 68680 || (c < 69296 ? (c < 68864 ? (c < 68800 ? (c >= 68736 && c <= 68786) : c <= 68850) : (c <= 68899 || (c >= 69248 && c <= 69289))) : (c <= 69297 || (c < 69424 ? (c < 69415 ? (c >= 69376 && c <= 69404) : c <= 69415) : (c <= 69445 || (c >= 69488 && c <= 69505))))))))) : (c <= 69572 || (c < 70282 ? (c < 70006 ? (c < 69840 ? (c < 69745 ? (c < 69635 ? (c >= 69600 && c <= 69622) : c <= 69687) : (c <= 69746 || (c < 69763 ? c == 69749 : c <= 69807))) : (c <= 69864 || (c < 69959 ? (c < 69956 ? (c >= 69891 && c <= 69926) : c <= 69956) : (c <= 69959 || (c >= 69968 && c <= 70002))))) : (c <= 70006 || (c < 70144 ? (c < 70106 ? (c < 70081 ? (c >= 70019 && c <= 70066) : c <= 70084) : (c <= 70106 || c == 70108)) : (c <= 70161 || (c < 70272 ? (c < 70207 ? (c >= 70163 && c <= 70187) : c <= 70208) : (c <= 70278 || c == 70280)))))) : (c <= 70285 || (c < 70480 ? (c < 70419 ? (c < 70320 ? (c < 70303 ? (c >= 70287 && c <= 70301) : c <= 70312) : (c <= 70366 || (c < 70415 ? (c >= 70405 && c <= 70412) : c <= 70416))) : (c <= 70440 || (c < 70453 ? (c < 70450 ? (c >= 70442 && c <= 70448) : c <= 70451) : (c <= 70457 || c == 70461)))) : (c <= 70480 || (c < 70784 ? (c < 70727 ? (c < 70656 ? (c >= 70493 && c <= 70497) : c <= 70708) : (c <= 70730 || (c >= 70751 && c <= 70753))) : (c <= 70831 || (c < 71040 ? (c < 70855 ? (c >= 70852 && c <= 70853) : c <= 70855) : (c <= 71086 || (c >= 71128 && c <= 71131))))))))))))) : (c <= 71215 || (c < 119973 ? (c < 73648 ? (c < 72250 ? (c < 71957 ? (c < 71680 ? (c < 71352 ? (c < 71296 ? c == 71236 : c <= 71338) : (c <= 71352 || (c < 71488 ? (c >= 71424 && c <= 71450) : c <= 71494))) : (c <= 71723 || (c < 71945 ? (c < 71935 ? (c >= 71840 && c <= 71903) : c <= 71942) : (c <= 71945 || (c >= 71948 && c <= 71955))))) : (c <= 71958 || (c < 72106 ? (c < 72001 ? (c < 71999 ? (c >= 71960 && c <= 71983) : c <= 71999) : (c <= 72001 || (c >= 72096 && c <= 72103))) : (c <= 72144 || (c < 72192 ? (c < 72163 ? c == 72161 : c <= 72163) : (c <= 72192 || (c >= 72203 && c <= 72242))))))) : (c <= 72250 || (c < 72971 ? (c < 72714 ? (c < 72349 ? (c < 72284 ? c == 72272 : c <= 72329) : (c <= 72349 || (c < 72704 ? (c >= 72368 && c <= 72440) : c <= 72712))) : (c <= 72750 || (c < 72960 ? (c < 72818 ? c == 72768 : c <= 72847) : (c <= 72966 || (c >= 72968 && c <= 72969))))) : (c <= 73008 || (c < 73112 ? (c < 73063 ? (c < 73056 ? c == 73030 : c <= 73061) : (c <= 73064 || (c >= 73066 && c <= 73097))) : (c <= 73112 || (c < 73476 ? (c < 73474 ? (c >= 73440 && c <= 73458) : c <= 73474) : (c <= 73488 || (c >= 73490 && c <= 73523))))))))) : (c <= 73648 || (c < 94179 ? (c < 92880 ? (c < 78913 ? (c < 74880 ? (c < 74752 ? (c >= 73728 && c <= 74649) : c <= 74862) : (c <= 75075 || (c < 77824 ? (c >= 77712 && c <= 77808) : c <= 78895))) : (c <= 78918 || (c < 92736 ? (c < 92160 ? (c >= 82944 && c <= 83526) : c <= 92728) : (c <= 92766 || (c >= 92784 && c <= 92862))))) : (c <= 92909 || (c < 93760 ? (c < 93027 ? (c < 92992 ? (c >= 92928 && c <= 92975) : c <= 92995) : (c <= 93047 || (c >= 93053 && c <= 93071))) : (c <= 93823 || (c < 94099 ? (c < 94032 ? (c >= 93952 && c <= 94026) : c <= 94032) : (c <= 94111 || (c >= 94176 && c <= 94177))))))) : (c <= 94179 || (c < 110948 ? (c < 110589 ? (c < 101632 ? (c < 100352 ? (c >= 94208 && c <= 100343) : c <= 101589) : (c <= 101640 || (c < 110581 ? (c >= 110576 && c <= 110579) : c <= 110587))) : (c <= 110590 || (c < 110928 ? (c < 110898 ? (c >= 110592 && c <= 110882) : c <= 110898) : (c <= 110930 || c == 110933)))) : (c <= 110951 || (c < 113808 ? (c < 113776 ? (c < 113664 ? (c >= 110960 && c <= 111355) : c <= 113770) : (c <= 113788 || (c >= 113792 && c <= 113800))) : (c <= 113817 || (c < 119966 ? (c < 119894 ? (c >= 119808 && c <= 119892) : c <= 119964) : (c <= 119967 || c == 119970)))))))))) : (c <= 119974 || (c < 126464 ? (c < 120656 ? (c < 120128 ? (c < 120071 ? (c < 119995 ? (c < 119982 ? (c >= 119977 && c <= 119980) : c <= 119993) : (c <= 119995 || (c < 120005 ? (c >= 119997 && c <= 120003) : c <= 120069))) : (c <= 120074 || (c < 120094 ? (c < 120086 ? (c >= 120077 && c <= 120084) : c <= 120092) : (c <= 120121 || (c >= 120123 && c <= 120126))))) : (c <= 120132 || (c < 120514 ? (c < 120146 ? (c < 120138 ? c == 120134 : c <= 120144) : (c <= 120485 || (c >= 120488 && c <= 120512))) : (c <= 120538 || (c < 120598 ? (c < 120572 ? (c >= 120540 && c <= 120570) : c <= 120596) : (c <= 120628 || (c >= 120630 && c <= 120654))))))) : (c <= 120686 || (c < 123536 ? (c < 122661 ? (c < 120746 ? (c < 120714 ? (c >= 120688 && c <= 120712) : c <= 120744) : (c <= 120770 || (c < 122624 ? (c >= 120772 && c <= 120779) : c <= 122654))) : (c <= 122666 || (c < 123191 ? (c < 123136 ? (c >= 122928 && c <= 122989) : c <= 123180) : (c <= 123197 || c == 123214)))) : (c <= 123565 || (c < 124909 ? (c < 124896 ? (c < 124112 ? (c >= 123584 && c <= 123627) : c <= 124139) : (c <= 124902 || (c >= 124904 && c <= 124907))) : (c <= 124910 || (c < 125184 ? (c < 124928 ? (c >= 124912 && c <= 124926) : c <= 125124) : (c <= 125251 || c == 125259)))))))) : (c <= 126467 || (c < 126561 ? (c < 126537 ? (c < 126516 ? (c < 126500 ? (c < 126497 ? (c >= 126469 && c <= 126495) : c <= 126498) : (c <= 126500 || (c < 126505 ? c == 126503 : c <= 126514))) : (c <= 126519 || (c < 126530 ? (c < 126523 ? c == 126521 : c <= 126523) : (c <= 126530 || c == 126535)))) : (c <= 126537 || (c < 126551 ? (c < 126545 ? (c < 126541 ? c == 126539 : c <= 126543) : (c <= 126546 || c == 126548)) : (c <= 126551 || (c < 126557 ? (c < 126555 ? c == 126553 : c <= 126555) : (c <= 126557 || c == 126559)))))) : (c <= 126562 || (c < 126629 ? (c < 126585 ? (c < 126572 ? (c < 126567 ? c == 126564 : c <= 126570) : (c <= 126578 || (c >= 126580 && c <= 126583))) : (c <= 126588 || (c < 126603 ? (c < 126592 ? c == 126590 : c <= 126601) : (c <= 126619 || (c >= 126625 && c <= 126627))))) : (c <= 126633 || (c < 178208 ? (c < 173824 ? (c < 131072 ? (c >= 126635 && c <= 126651) : c <= 173791) : (c <= 177977 || (c >= 177984 && c <= 178205))) : (c <= 183969 || (c < 196608 ? (c < 194560 ? (c >= 183984 && c <= 191456) : c <= 195101) : (c <= 201546 || (c >= 201552 && c <= 205743))))))))))))))))); } static inline bool sym_identifier_character_set_11(int32_t c) { return (c < 43785 ? (c < 3804 ? (c < 2759 ? (c < 2048 ? (c < 1155 ? (c < 736 ? (c < 183 ? (c < 'a' ? (c < 'A' ? (c >= '0' && c <= '9') : (c <= 'Z' || c == '_')) : (c <= 'z' || (c < 181 ? c == 170 : c <= 181))) : (c <= 183 || (c < 216 ? (c < 192 ? c == 186 : c <= 214) : (c <= 246 || (c < 710 ? (c >= 248 && c <= 705) : c <= 721))))) : (c <= 740 || (c < 895 ? (c < 768 ? (c < 750 ? c == 748 : c <= 750) : (c <= 884 || (c < 891 ? (c >= 886 && c <= 887) : c <= 893))) : (c <= 895 || (c < 910 ? (c < 908 ? (c >= 902 && c <= 906) : c <= 908) : (c <= 929 || (c < 1015 ? (c >= 931 && c <= 1013) : c <= 1153))))))) : (c <= 1159 || (c < 1552 ? (c < 1471 ? (c < 1369 ? (c < 1329 ? (c >= 1162 && c <= 1327) : c <= 1366) : (c <= 1369 || (c < 1425 ? (c >= 1376 && c <= 1416) : c <= 1469))) : (c <= 1471 || (c < 1479 ? (c < 1476 ? (c >= 1473 && c <= 1474) : c <= 1477) : (c <= 1479 || (c < 1519 ? (c >= 1488 && c <= 1514) : c <= 1522))))) : (c <= 1562 || (c < 1791 ? (c < 1749 ? (c < 1646 ? (c >= 1568 && c <= 1641) : c <= 1747) : (c <= 1756 || (c < 1770 ? (c >= 1759 && c <= 1768) : c <= 1788))) : (c <= 1791 || (c < 1984 ? (c < 1869 ? (c >= 1808 && c <= 1866) : c <= 1969) : (c <= 2037 || (c < 2045 ? c == 2042 : c <= 2045))))))))) : (c <= 2093 || (c < 2561 ? (c < 2474 ? (c < 2275 ? (c < 2160 ? (c < 2144 ? (c >= 2112 && c <= 2139) : c <= 2154) : (c <= 2183 || (c < 2200 ? (c >= 2185 && c <= 2190) : c <= 2273))) : (c <= 2403 || (c < 2437 ? (c < 2417 ? (c >= 2406 && c <= 2415) : c <= 2435) : (c <= 2444 || (c < 2451 ? (c >= 2447 && c <= 2448) : c <= 2472))))) : (c <= 2480 || (c < 2519 ? (c < 2492 ? (c < 2486 ? c == 2482 : c <= 2489) : (c <= 2500 || (c < 2507 ? (c >= 2503 && c <= 2504) : c <= 2510))) : (c <= 2519 || (c < 2534 ? (c < 2527 ? (c >= 2524 && c <= 2525) : c <= 2531) : (c <= 2545 || (c < 2558 ? c == 2556 : c <= 2558))))))) : (c <= 2563 || (c < 2641 ? (c < 2613 ? (c < 2579 ? (c < 2575 ? (c >= 2565 && c <= 2570) : c <= 2576) : (c <= 2600 || (c < 2610 ? (c >= 2602 && c <= 2608) : c <= 2611))) : (c <= 2614 || (c < 2622 ? (c < 2620 ? (c >= 2616 && c <= 2617) : c <= 2620) : (c <= 2626 || (c < 2635 ? (c >= 2631 && c <= 2632) : c <= 2637))))) : (c <= 2641 || (c < 2703 ? (c < 2662 ? (c < 2654 ? (c >= 2649 && c <= 2652) : c <= 2654) : (c <= 2677 || (c < 2693 ? (c >= 2689 && c <= 2691) : c <= 2701))) : (c <= 2705 || (c < 2738 ? (c < 2730 ? (c >= 2707 && c <= 2728) : c <= 2736) : (c <= 2739 || (c < 2748 ? (c >= 2741 && c <= 2745) : c <= 2757))))))))))) : (c <= 2761 || (c < 3200 ? (c < 2969 ? (c < 2876 ? (c < 2821 ? (c < 2790 ? (c < 2768 ? (c >= 2763 && c <= 2765) : (c <= 2768 || (c >= 2784 && c <= 2787))) : (c <= 2799 || (c < 2817 ? (c >= 2809 && c <= 2815) : c <= 2819))) : (c <= 2828 || (c < 2858 ? (c < 2835 ? (c >= 2831 && c <= 2832) : c <= 2856) : (c <= 2864 || (c < 2869 ? (c >= 2866 && c <= 2867) : c <= 2873))))) : (c <= 2884 || (c < 2918 ? (c < 2901 ? (c < 2891 ? (c >= 2887 && c <= 2888) : c <= 2893) : (c <= 2903 || (c < 2911 ? (c >= 2908 && c <= 2909) : c <= 2915))) : (c <= 2927 || (c < 2949 ? (c < 2946 ? c == 2929 : c <= 2947) : (c <= 2954 || (c < 2962 ? (c >= 2958 && c <= 2960) : c <= 2965))))))) : (c <= 2970 || (c < 3072 ? (c < 3006 ? (c < 2979 ? (c < 2974 ? c == 2972 : c <= 2975) : (c <= 2980 || (c < 2990 ? (c >= 2984 && c <= 2986) : c <= 3001))) : (c <= 3010 || (c < 3024 ? (c < 3018 ? (c >= 3014 && c <= 3016) : c <= 3021) : (c <= 3024 || (c < 3046 ? c == 3031 : c <= 3055))))) : (c <= 3084 || (c < 3146 ? (c < 3114 ? (c < 3090 ? (c >= 3086 && c <= 3088) : c <= 3112) : (c <= 3129 || (c < 3142 ? (c >= 3132 && c <= 3140) : c <= 3144))) : (c <= 3149 || (c < 3165 ? (c < 3160 ? (c >= 3157 && c <= 3158) : c <= 3162) : (c <= 3165 || (c < 3174 ? (c >= 3168 && c <= 3171) : c <= 3183))))))))) : (c <= 3203 || (c < 3461 ? (c < 3302 ? (c < 3260 ? (c < 3218 ? (c < 3214 ? (c >= 3205 && c <= 3212) : c <= 3216) : (c <= 3240 || (c < 3253 ? (c >= 3242 && c <= 3251) : c <= 3257))) : (c <= 3268 || (c < 3285 ? (c < 3274 ? (c >= 3270 && c <= 3272) : c <= 3277) : (c <= 3286 || (c < 3296 ? (c >= 3293 && c <= 3294) : c <= 3299))))) : (c <= 3311 || (c < 3402 ? (c < 3342 ? (c < 3328 ? (c >= 3313 && c <= 3315) : c <= 3340) : (c <= 3344 || (c < 3398 ? (c >= 3346 && c <= 3396) : c <= 3400))) : (c <= 3406 || (c < 3430 ? (c < 3423 ? (c >= 3412 && c <= 3415) : c <= 3427) : (c <= 3439 || (c < 3457 ? (c >= 3450 && c <= 3455) : c <= 3459))))))) : (c <= 3478 || (c < 3648 ? (c < 3535 ? (c < 3517 ? (c < 3507 ? (c >= 3482 && c <= 3505) : c <= 3515) : (c <= 3517 || (c < 3530 ? (c >= 3520 && c <= 3526) : c <= 3530))) : (c <= 3540 || (c < 3558 ? (c < 3544 ? c == 3542 : c <= 3551) : (c <= 3567 || (c < 3585 ? (c >= 3570 && c <= 3571) : c <= 3642))))) : (c <= 3662 || (c < 3749 ? (c < 3716 ? (c < 3713 ? (c >= 3664 && c <= 3673) : c <= 3714) : (c <= 3716 || (c < 3724 ? (c >= 3718 && c <= 3722) : c <= 3747))) : (c <= 3749 || (c < 3782 ? (c < 3776 ? (c >= 3751 && c <= 3773) : c <= 3780) : (c <= 3782 || (c < 3792 ? (c >= 3784 && c <= 3790) : c <= 3801))))))))))))) : (c <= 3807 || (c < 8064 ? (c < 5998 ? (c < 4746 ? (c < 4096 ? (c < 3902 ? (c < 3893 ? (c < 3864 ? c == 3840 : (c <= 3865 || (c >= 3872 && c <= 3881))) : (c <= 3893 || (c < 3897 ? c == 3895 : c <= 3897))) : (c <= 3911 || (c < 3974 ? (c < 3953 ? (c >= 3913 && c <= 3948) : c <= 3972) : (c <= 3991 || (c < 4038 ? (c >= 3993 && c <= 4028) : c <= 4038))))) : (c <= 4169 || (c < 4348 ? (c < 4295 ? (c < 4256 ? (c >= 4176 && c <= 4253) : c <= 4293) : (c <= 4295 || (c < 4304 ? c == 4301 : c <= 4346))) : (c <= 4680 || (c < 4696 ? (c < 4688 ? (c >= 4682 && c <= 4685) : c <= 4694) : (c <= 4696 || (c < 4704 ? (c >= 4698 && c <= 4701) : c <= 4744))))))) : (c <= 4749 || (c < 4992 ? (c < 4808 ? (c < 4792 ? (c < 4786 ? (c >= 4752 && c <= 4784) : c <= 4789) : (c <= 4798 || (c < 4802 ? c == 4800 : c <= 4805))) : (c <= 4822 || (c < 4888 ? (c < 4882 ? (c >= 4824 && c <= 4880) : c <= 4885) : (c <= 4954 || (c < 4969 ? (c >= 4957 && c <= 4959) : c <= 4977))))) : (c <= 5007 || (c < 5792 ? (c < 5121 ? (c < 5112 ? (c >= 5024 && c <= 5109) : c <= 5117) : (c <= 5740 || (c < 5761 ? (c >= 5743 && c <= 5759) : c <= 5786))) : (c <= 5866 || (c < 5919 ? (c < 5888 ? (c >= 5870 && c <= 5880) : c <= 5909) : (c <= 5940 || (c < 5984 ? (c >= 5952 && c <= 5971) : c <= 5996))))))))) : (c <= 6000 || (c < 6823 ? (c < 6432 ? (c < 6155 ? (c < 6103 ? (c < 6016 ? (c >= 6002 && c <= 6003) : c <= 6099) : (c <= 6103 || (c < 6112 ? (c >= 6108 && c <= 6109) : c <= 6121))) : (c <= 6157 || (c < 6272 ? (c < 6176 ? (c >= 6159 && c <= 6169) : c <= 6264) : (c <= 6314 || (c < 6400 ? (c >= 6320 && c <= 6389) : c <= 6430))))) : (c <= 6443 || (c < 6608 ? (c < 6512 ? (c < 6470 ? (c >= 6448 && c <= 6459) : c <= 6509) : (c <= 6516 || (c < 6576 ? (c >= 6528 && c <= 6571) : c <= 6601))) : (c <= 6618 || (c < 6752 ? (c < 6688 ? (c >= 6656 && c <= 6683) : c <= 6750) : (c <= 6780 || (c < 6800 ? (c >= 6783 && c <= 6793) : c <= 6809))))))) : (c <= 6823 || (c < 7357 ? (c < 7040 ? (c < 6912 ? (c < 6847 ? (c >= 6832 && c <= 6845) : c <= 6862) : (c <= 6988 || (c < 7019 ? (c >= 6992 && c <= 7001) : c <= 7027))) : (c <= 7155 || (c < 7245 ? (c < 7232 ? (c >= 7168 && c <= 7223) : c <= 7241) : (c <= 7293 || (c < 7312 ? (c >= 7296 && c <= 7304) : c <= 7354))))) : (c <= 7359 || (c < 8008 ? (c < 7424 ? (c < 7380 ? (c >= 7376 && c <= 7378) : c <= 7418) : (c <= 7957 || (c < 7968 ? (c >= 7960 && c <= 7965) : c <= 8005))) : (c <= 8013 || (c < 8027 ? (c < 8025 ? (c >= 8016 && c <= 8023) : c <= 8025) : (c <= 8027 || (c < 8031 ? c == 8029 : c <= 8061))))))))))) : (c <= 8116 || (c < 12321 ? (c < 8488 ? (c < 8319 ? (c < 8160 ? (c < 8134 ? (c < 8126 ? (c >= 8118 && c <= 8124) : (c <= 8126 || (c >= 8130 && c <= 8132))) : (c <= 8140 || (c < 8150 ? (c >= 8144 && c <= 8147) : c <= 8155))) : (c <= 8172 || (c < 8255 ? (c < 8182 ? (c >= 8178 && c <= 8180) : c <= 8188) : (c <= 8256 || (c < 8305 ? c == 8276 : c <= 8305))))) : (c <= 8319 || (c < 8455 ? (c < 8417 ? (c < 8400 ? (c >= 8336 && c <= 8348) : c <= 8412) : (c <= 8417 || (c < 8450 ? (c >= 8421 && c <= 8432) : c <= 8450))) : (c <= 8455 || (c < 8472 ? (c < 8469 ? (c >= 8458 && c <= 8467) : c <= 8469) : (c <= 8477 || (c < 8486 ? c == 8484 : c <= 8486))))))) : (c <= 8488 || (c < 11631 ? (c < 11264 ? (c < 8517 ? (c < 8508 ? (c >= 8490 && c <= 8505) : c <= 8511) : (c <= 8521 || (c < 8544 ? c == 8526 : c <= 8584))) : (c <= 11492 || (c < 11559 ? (c < 11520 ? (c >= 11499 && c <= 11507) : c <= 11557) : (c <= 11559 || (c < 11568 ? c == 11565 : c <= 11623))))) : (c <= 11631 || (c < 11712 ? (c < 11688 ? (c < 11680 ? (c >= 11647 && c <= 11670) : c <= 11686) : (c <= 11694 || (c < 11704 ? (c >= 11696 && c <= 11702) : c <= 11710))) : (c <= 11718 || (c < 11736 ? (c < 11728 ? (c >= 11720 && c <= 11726) : c <= 11734) : (c <= 11742 || (c < 12293 ? (c >= 11744 && c <= 11775) : c <= 12295))))))))) : (c <= 12335 || (c < 42963 ? (c < 13312 ? (c < 12449 ? (c < 12353 ? (c < 12344 ? (c >= 12337 && c <= 12341) : c <= 12348) : (c <= 12438 || (c < 12445 ? (c >= 12441 && c <= 12442) : c <= 12447))) : (c <= 12538 || (c < 12593 ? (c < 12549 ? (c >= 12540 && c <= 12543) : c <= 12591) : (c <= 12686 || (c < 12784 ? (c >= 12704 && c <= 12735) : c <= 12799))))) : (c <= 19903 || (c < 42612 ? (c < 42240 ? (c < 42192 ? (c >= 19968 && c <= 42124) : c <= 42237) : (c <= 42508 || (c < 42560 ? (c >= 42512 && c <= 42539) : c <= 42607))) : (c <= 42621 || (c < 42786 ? (c < 42775 ? (c >= 42623 && c <= 42737) : c <= 42783) : (c <= 42888 || (c < 42960 ? (c >= 42891 && c <= 42954) : c <= 42961))))))) : (c <= 42963 || (c < 43392 ? (c < 43216 ? (c < 43052 ? (c < 42994 ? (c >= 42965 && c <= 42969) : c <= 43047) : (c <= 43052 || (c < 43136 ? (c >= 43072 && c <= 43123) : c <= 43205))) : (c <= 43225 || (c < 43261 ? (c < 43259 ? (c >= 43232 && c <= 43255) : c <= 43259) : (c <= 43309 || (c < 43360 ? (c >= 43312 && c <= 43347) : c <= 43388))))) : (c <= 43456 || (c < 43616 ? (c < 43520 ? (c < 43488 ? (c >= 43471 && c <= 43481) : c <= 43518) : (c <= 43574 || (c < 43600 ? (c >= 43584 && c <= 43597) : c <= 43609))) : (c <= 43638 || (c < 43744 ? (c < 43739 ? (c >= 43642 && c <= 43714) : c <= 43741) : (c <= 43759 || (c < 43777 ? (c >= 43762 && c <= 43766) : c <= 43782))))))))))))))) : (c <= 43790 || (c < 71960 ? (c < 67840 ? (c < 65549 ? (c < 64848 ? (c < 64112 ? (c < 44012 ? (c < 43824 ? (c < 43808 ? (c >= 43793 && c <= 43798) : (c <= 43814 || (c >= 43816 && c <= 43822))) : (c <= 43866 || (c < 43888 ? (c >= 43868 && c <= 43881) : c <= 44010))) : (c <= 44013 || (c < 55216 ? (c < 44032 ? (c >= 44016 && c <= 44025) : c <= 55203) : (c <= 55238 || (c < 63744 ? (c >= 55243 && c <= 55291) : c <= 64109))))) : (c <= 64217 || (c < 64318 ? (c < 64285 ? (c < 64275 ? (c >= 64256 && c <= 64262) : c <= 64279) : (c <= 64296 || (c < 64312 ? (c >= 64298 && c <= 64310) : c <= 64316))) : (c <= 64318 || (c < 64326 ? (c < 64323 ? (c >= 64320 && c <= 64321) : c <= 64324) : (c <= 64433 || (c < 64612 ? (c >= 64467 && c <= 64605) : c <= 64829))))))) : (c <= 64911 || (c < 65149 ? (c < 65101 ? (c < 65024 ? (c < 65008 ? (c >= 64914 && c <= 64967) : c <= 65017) : (c <= 65039 || (c < 65075 ? (c >= 65056 && c <= 65071) : c <= 65076))) : (c <= 65103 || (c < 65143 ? (c < 65139 ? c == 65137 : c <= 65139) : (c <= 65143 || (c < 65147 ? c == 65145 : c <= 65147))))) : (c <= 65149 || (c < 65382 ? (c < 65313 ? (c < 65296 ? (c >= 65151 && c <= 65276) : c <= 65305) : (c <= 65338 || (c < 65345 ? c == 65343 : c <= 65370))) : (c <= 65470 || (c < 65490 ? (c < 65482 ? (c >= 65474 && c <= 65479) : c <= 65487) : (c <= 65495 || (c < 65536 ? (c >= 65498 && c <= 65500) : c <= 65547))))))))) : (c <= 65574 || (c < 66928 ? (c < 66349 ? (c < 65856 ? (c < 65599 ? (c < 65596 ? (c >= 65576 && c <= 65594) : c <= 65597) : (c <= 65613 || (c < 65664 ? (c >= 65616 && c <= 65629) : c <= 65786))) : (c <= 65908 || (c < 66208 ? (c < 66176 ? c == 66045 : c <= 66204) : (c <= 66256 || (c < 66304 ? c == 66272 : c <= 66335))))) : (c <= 66378 || (c < 66560 ? (c < 66464 ? (c < 66432 ? (c >= 66384 && c <= 66426) : c <= 66461) : (c <= 66499 || (c < 66513 ? (c >= 66504 && c <= 66511) : c <= 66517))) : (c <= 66717 || (c < 66776 ? (c < 66736 ? (c >= 66720 && c <= 66729) : c <= 66771) : (c <= 66811 || (c < 66864 ? (c >= 66816 && c <= 66855) : c <= 66915))))))) : (c <= 66938 || (c < 67463 ? (c < 66995 ? (c < 66964 ? (c < 66956 ? (c >= 66940 && c <= 66954) : c <= 66962) : (c <= 66965 || (c < 66979 ? (c >= 66967 && c <= 66977) : c <= 66993))) : (c <= 67001 || (c < 67392 ? (c < 67072 ? (c >= 67003 && c <= 67004) : c <= 67382) : (c <= 67413 || (c < 67456 ? (c >= 67424 && c <= 67431) : c <= 67461))))) : (c <= 67504 || (c < 67644 ? (c < 67592 ? (c < 67584 ? (c >= 67506 && c <= 67514) : c <= 67589) : (c <= 67592 || (c < 67639 ? (c >= 67594 && c <= 67637) : c <= 67640))) : (c <= 67644 || (c < 67712 ? (c < 67680 ? (c >= 67647 && c <= 67669) : c <= 67702) : (c <= 67742 || (c < 67828 ? (c >= 67808 && c <= 67826) : c <= 67829))))))))))) : (c <= 67861 || (c < 70163 ? (c < 69291 ? (c < 68288 ? (c < 68117 ? (c < 68096 ? (c < 67968 ? (c >= 67872 && c <= 67897) : (c <= 68023 || (c >= 68030 && c <= 68031))) : (c <= 68099 || (c < 68108 ? (c >= 68101 && c <= 68102) : c <= 68115))) : (c <= 68119 || (c < 68159 ? (c < 68152 ? (c >= 68121 && c <= 68149) : c <= 68154) : (c <= 68159 || (c < 68224 ? (c >= 68192 && c <= 68220) : c <= 68252))))) : (c <= 68295 || (c < 68608 ? (c < 68416 ? (c < 68352 ? (c >= 68297 && c <= 68326) : c <= 68405) : (c <= 68437 || (c < 68480 ? (c >= 68448 && c <= 68466) : c <= 68497))) : (c <= 68680 || (c < 68864 ? (c < 68800 ? (c >= 68736 && c <= 68786) : c <= 68850) : (c <= 68903 || (c < 69248 ? (c >= 68912 && c <= 68921) : c <= 69289))))))) : (c <= 69292 || (c < 69840 ? (c < 69552 ? (c < 69415 ? (c < 69373 ? (c >= 69296 && c <= 69297) : c <= 69404) : (c <= 69415 || (c < 69488 ? (c >= 69424 && c <= 69456) : c <= 69509))) : (c <= 69572 || (c < 69734 ? (c < 69632 ? (c >= 69600 && c <= 69622) : c <= 69702) : (c <= 69749 || (c < 69826 ? (c >= 69759 && c <= 69818) : c <= 69826))))) : (c <= 69864 || (c < 70006 ? (c < 69942 ? (c < 69888 ? (c >= 69872 && c <= 69881) : c <= 69940) : (c <= 69951 || (c < 69968 ? (c >= 69956 && c <= 69959) : c <= 70003))) : (c <= 70006 || (c < 70094 ? (c < 70089 ? (c >= 70016 && c <= 70084) : c <= 70092) : (c <= 70106 || (c < 70144 ? c == 70108 : c <= 70161))))))))) : (c <= 70199 || (c < 70656 ? (c < 70419 ? (c < 70303 ? (c < 70280 ? (c < 70272 ? (c >= 70206 && c <= 70209) : c <= 70278) : (c <= 70280 || (c < 70287 ? (c >= 70282 && c <= 70285) : c <= 70301))) : (c <= 70312 || (c < 70400 ? (c < 70384 ? (c >= 70320 && c <= 70378) : c <= 70393) : (c <= 70403 || (c < 70415 ? (c >= 70405 && c <= 70412) : c <= 70416))))) : (c <= 70440 || (c < 70475 ? (c < 70453 ? (c < 70450 ? (c >= 70442 && c <= 70448) : c <= 70451) : (c <= 70457 || (c < 70471 ? (c >= 70459 && c <= 70468) : c <= 70472))) : (c <= 70477 || (c < 70493 ? (c < 70487 ? c == 70480 : c <= 70487) : (c <= 70499 || (c < 70512 ? (c >= 70502 && c <= 70508) : c <= 70516))))))) : (c <= 70730 || (c < 71296 ? (c < 71040 ? (c < 70784 ? (c < 70750 ? (c >= 70736 && c <= 70745) : c <= 70753) : (c <= 70853 || (c < 70864 ? c == 70855 : c <= 70873))) : (c <= 71093 || (c < 71168 ? (c < 71128 ? (c >= 71096 && c <= 71104) : c <= 71133) : (c <= 71232 || (c < 71248 ? c == 71236 : c <= 71257))))) : (c <= 71352 || (c < 71680 ? (c < 71453 ? (c < 71424 ? (c >= 71360 && c <= 71369) : c <= 71450) : (c <= 71467 || (c < 71488 ? (c >= 71472 && c <= 71481) : c <= 71494))) : (c <= 71738 || (c < 71945 ? (c < 71935 ? (c >= 71840 && c <= 71913) : c <= 71942) : (c <= 71945 || (c < 71957 ? (c >= 71948 && c <= 71955) : c <= 71958))))))))))))) : (c <= 71989 || (c < 119995 ? (c < 92784 ? (c < 73023 ? (c < 72704 ? (c < 72163 ? (c < 72096 ? (c < 71995 ? (c >= 71991 && c <= 71992) : (c <= 72003 || (c >= 72016 && c <= 72025))) : (c <= 72103 || (c < 72154 ? (c >= 72106 && c <= 72151) : c <= 72161))) : (c <= 72164 || (c < 72272 ? (c < 72263 ? (c >= 72192 && c <= 72254) : c <= 72263) : (c <= 72345 || (c < 72368 ? c == 72349 : c <= 72440))))) : (c <= 72712 || (c < 72873 ? (c < 72784 ? (c < 72760 ? (c >= 72714 && c <= 72758) : c <= 72768) : (c <= 72793 || (c < 72850 ? (c >= 72818 && c <= 72847) : c <= 72871))) : (c <= 72886 || (c < 72971 ? (c < 72968 ? (c >= 72960 && c <= 72966) : c <= 72969) : (c <= 73014 || (c < 73020 ? c == 73018 : c <= 73021))))))) : (c <= 73031 || (c < 73552 ? (c < 73107 ? (c < 73063 ? (c < 73056 ? (c >= 73040 && c <= 73049) : c <= 73061) : (c <= 73064 || (c < 73104 ? (c >= 73066 && c <= 73102) : c <= 73105))) : (c <= 73112 || (c < 73472 ? (c < 73440 ? (c >= 73120 && c <= 73129) : c <= 73462) : (c <= 73488 || (c < 73534 ? (c >= 73490 && c <= 73530) : c <= 73538))))) : (c <= 73561 || (c < 77824 ? (c < 74752 ? (c < 73728 ? c == 73648 : c <= 74649) : (c <= 74862 || (c < 77712 ? (c >= 74880 && c <= 75075) : c <= 77808))) : (c <= 78895 || (c < 92160 ? (c < 82944 ? (c >= 78912 && c <= 78933) : c <= 83526) : (c <= 92728 || (c < 92768 ? (c >= 92736 && c <= 92766) : c <= 92777))))))))) : (c <= 92862 || (c < 110928 ? (c < 94095 ? (c < 93008 ? (c < 92912 ? (c < 92880 ? (c >= 92864 && c <= 92873) : c <= 92909) : (c <= 92916 || (c < 92992 ? (c >= 92928 && c <= 92982) : c <= 92995))) : (c <= 93017 || (c < 93760 ? (c < 93053 ? (c >= 93027 && c <= 93047) : c <= 93071) : (c <= 93823 || (c < 94031 ? (c >= 93952 && c <= 94026) : c <= 94087))))) : (c <= 94111 || (c < 101632 ? (c < 94192 ? (c < 94179 ? (c >= 94176 && c <= 94177) : c <= 94180) : (c <= 94193 || (c < 100352 ? (c >= 94208 && c <= 100343) : c <= 101589))) : (c <= 101640 || (c < 110589 ? (c < 110581 ? (c >= 110576 && c <= 110579) : c <= 110587) : (c <= 110590 || (c < 110898 ? (c >= 110592 && c <= 110882) : c <= 110898))))))) : (c <= 110930 || (c < 119149 ? (c < 113792 ? (c < 110960 ? (c < 110948 ? c == 110933 : c <= 110951) : (c <= 111355 || (c < 113776 ? (c >= 113664 && c <= 113770) : c <= 113788))) : (c <= 113800 || (c < 118528 ? (c < 113821 ? (c >= 113808 && c <= 113817) : c <= 113822) : (c <= 118573 || (c < 119141 ? (c >= 118576 && c <= 118598) : c <= 119145))))) : (c <= 119154 || (c < 119894 ? (c < 119210 ? (c < 119173 ? (c >= 119163 && c <= 119170) : c <= 119179) : (c <= 119213 || (c < 119808 ? (c >= 119362 && c <= 119364) : c <= 119892))) : (c <= 119964 || (c < 119973 ? (c < 119970 ? (c >= 119966 && c <= 119967) : c <= 119970) : (c <= 119974 || (c < 119982 ? (c >= 119977 && c <= 119980) : c <= 119993))))))))))) : (c <= 119995 || (c < 124912 ? (c < 121403 ? (c < 120514 ? (c < 120123 ? (c < 120077 ? (c < 120005 ? (c >= 119997 && c <= 120003) : (c <= 120069 || (c >= 120071 && c <= 120074))) : (c <= 120084 || (c < 120094 ? (c >= 120086 && c <= 120092) : c <= 120121))) : (c <= 120126 || (c < 120138 ? (c < 120134 ? (c >= 120128 && c <= 120132) : c <= 120134) : (c <= 120144 || (c < 120488 ? (c >= 120146 && c <= 120485) : c <= 120512))))) : (c <= 120538 || (c < 120688 ? (c < 120598 ? (c < 120572 ? (c >= 120540 && c <= 120570) : c <= 120596) : (c <= 120628 || (c < 120656 ? (c >= 120630 && c <= 120654) : c <= 120686))) : (c <= 120712 || (c < 120772 ? (c < 120746 ? (c >= 120714 && c <= 120744) : c <= 120770) : (c <= 120779 || (c < 121344 ? (c >= 120782 && c <= 120831) : c <= 121398))))))) : (c <= 121452 || (c < 122928 ? (c < 122661 ? (c < 121499 ? (c < 121476 ? c == 121461 : c <= 121476) : (c <= 121503 || (c < 122624 ? (c >= 121505 && c <= 121519) : c <= 122654))) : (c <= 122666 || (c < 122907 ? (c < 122888 ? (c >= 122880 && c <= 122886) : c <= 122904) : (c <= 122913 || (c < 122918 ? (c >= 122915 && c <= 122916) : c <= 122922))))) : (c <= 122989 || (c < 123536 ? (c < 123184 ? (c < 123136 ? c == 123023 : c <= 123180) : (c <= 123197 || (c < 123214 ? (c >= 123200 && c <= 123209) : c <= 123214))) : (c <= 123566 || (c < 124896 ? (c < 124112 ? (c >= 123584 && c <= 123641) : c <= 124153) : (c <= 124902 || (c < 124909 ? (c >= 124904 && c <= 124907) : c <= 124910))))))))) : (c <= 124926 || (c < 126557 ? (c < 126521 ? (c < 126469 ? (c < 125184 ? (c < 125136 ? (c >= 124928 && c <= 125124) : c <= 125142) : (c <= 125259 || (c < 126464 ? (c >= 125264 && c <= 125273) : c <= 126467))) : (c <= 126495 || (c < 126503 ? (c < 126500 ? (c >= 126497 && c <= 126498) : c <= 126500) : (c <= 126503 || (c < 126516 ? (c >= 126505 && c <= 126514) : c <= 126519))))) : (c <= 126521 || (c < 126541 ? (c < 126535 ? (c < 126530 ? c == 126523 : c <= 126530) : (c <= 126535 || (c < 126539 ? c == 126537 : c <= 126539))) : (c <= 126543 || (c < 126551 ? (c < 126548 ? (c >= 126545 && c <= 126546) : c <= 126548) : (c <= 126551 || (c < 126555 ? c == 126553 : c <= 126555))))))) : (c <= 126557 || (c < 126629 ? (c < 126580 ? (c < 126564 ? (c < 126561 ? c == 126559 : c <= 126562) : (c <= 126564 || (c < 126572 ? (c >= 126567 && c <= 126570) : c <= 126578))) : (c <= 126583 || (c < 126592 ? (c < 126590 ? (c >= 126585 && c <= 126588) : c <= 126590) : (c <= 126601 || (c < 126625 ? (c >= 126603 && c <= 126619) : c <= 126627))))) : (c <= 126633 || (c < 178208 ? (c < 131072 ? (c < 130032 ? (c >= 126635 && c <= 126651) : c <= 130041) : (c <= 173791 || (c < 177984 ? (c >= 173824 && c <= 177977) : c <= 178205))) : (c <= 183969 || (c < 196608 ? (c < 194560 ? (c >= 183984 && c <= 191456) : c <= 195101) : (c <= 201546 || (c < 917760 ? (c >= 201552 && c <= 205743) : c <= 917999))))))))))))))))); } static inline bool sym_identifier_character_set_12(int32_t c) { return (c < 43785 ? (c < 3804 ? (c < 2759 ? (c < 2048 ? (c < 1155 ? (c < 736 ? (c < 183 ? (c < 'a' ? (c < 'B' ? (c >= '0' && c <= '9') : (c <= 'Z' || c == '_')) : (c <= 'z' || (c < 181 ? c == 170 : c <= 181))) : (c <= 183 || (c < 216 ? (c < 192 ? c == 186 : c <= 214) : (c <= 246 || (c < 710 ? (c >= 248 && c <= 705) : c <= 721))))) : (c <= 740 || (c < 895 ? (c < 768 ? (c < 750 ? c == 748 : c <= 750) : (c <= 884 || (c < 891 ? (c >= 886 && c <= 887) : c <= 893))) : (c <= 895 || (c < 910 ? (c < 908 ? (c >= 902 && c <= 906) : c <= 908) : (c <= 929 || (c < 1015 ? (c >= 931 && c <= 1013) : c <= 1153))))))) : (c <= 1159 || (c < 1552 ? (c < 1471 ? (c < 1369 ? (c < 1329 ? (c >= 1162 && c <= 1327) : c <= 1366) : (c <= 1369 || (c < 1425 ? (c >= 1376 && c <= 1416) : c <= 1469))) : (c <= 1471 || (c < 1479 ? (c < 1476 ? (c >= 1473 && c <= 1474) : c <= 1477) : (c <= 1479 || (c < 1519 ? (c >= 1488 && c <= 1514) : c <= 1522))))) : (c <= 1562 || (c < 1791 ? (c < 1749 ? (c < 1646 ? (c >= 1568 && c <= 1641) : c <= 1747) : (c <= 1756 || (c < 1770 ? (c >= 1759 && c <= 1768) : c <= 1788))) : (c <= 1791 || (c < 1984 ? (c < 1869 ? (c >= 1808 && c <= 1866) : c <= 1969) : (c <= 2037 || (c < 2045 ? c == 2042 : c <= 2045))))))))) : (c <= 2093 || (c < 2561 ? (c < 2474 ? (c < 2275 ? (c < 2160 ? (c < 2144 ? (c >= 2112 && c <= 2139) : c <= 2154) : (c <= 2183 || (c < 2200 ? (c >= 2185 && c <= 2190) : c <= 2273))) : (c <= 2403 || (c < 2437 ? (c < 2417 ? (c >= 2406 && c <= 2415) : c <= 2435) : (c <= 2444 || (c < 2451 ? (c >= 2447 && c <= 2448) : c <= 2472))))) : (c <= 2480 || (c < 2519 ? (c < 2492 ? (c < 2486 ? c == 2482 : c <= 2489) : (c <= 2500 || (c < 2507 ? (c >= 2503 && c <= 2504) : c <= 2510))) : (c <= 2519 || (c < 2534 ? (c < 2527 ? (c >= 2524 && c <= 2525) : c <= 2531) : (c <= 2545 || (c < 2558 ? c == 2556 : c <= 2558))))))) : (c <= 2563 || (c < 2641 ? (c < 2613 ? (c < 2579 ? (c < 2575 ? (c >= 2565 && c <= 2570) : c <= 2576) : (c <= 2600 || (c < 2610 ? (c >= 2602 && c <= 2608) : c <= 2611))) : (c <= 2614 || (c < 2622 ? (c < 2620 ? (c >= 2616 && c <= 2617) : c <= 2620) : (c <= 2626 || (c < 2635 ? (c >= 2631 && c <= 2632) : c <= 2637))))) : (c <= 2641 || (c < 2703 ? (c < 2662 ? (c < 2654 ? (c >= 2649 && c <= 2652) : c <= 2654) : (c <= 2677 || (c < 2693 ? (c >= 2689 && c <= 2691) : c <= 2701))) : (c <= 2705 || (c < 2738 ? (c < 2730 ? (c >= 2707 && c <= 2728) : c <= 2736) : (c <= 2739 || (c < 2748 ? (c >= 2741 && c <= 2745) : c <= 2757))))))))))) : (c <= 2761 || (c < 3200 ? (c < 2969 ? (c < 2876 ? (c < 2821 ? (c < 2790 ? (c < 2768 ? (c >= 2763 && c <= 2765) : (c <= 2768 || (c >= 2784 && c <= 2787))) : (c <= 2799 || (c < 2817 ? (c >= 2809 && c <= 2815) : c <= 2819))) : (c <= 2828 || (c < 2858 ? (c < 2835 ? (c >= 2831 && c <= 2832) : c <= 2856) : (c <= 2864 || (c < 2869 ? (c >= 2866 && c <= 2867) : c <= 2873))))) : (c <= 2884 || (c < 2918 ? (c < 2901 ? (c < 2891 ? (c >= 2887 && c <= 2888) : c <= 2893) : (c <= 2903 || (c < 2911 ? (c >= 2908 && c <= 2909) : c <= 2915))) : (c <= 2927 || (c < 2949 ? (c < 2946 ? c == 2929 : c <= 2947) : (c <= 2954 || (c < 2962 ? (c >= 2958 && c <= 2960) : c <= 2965))))))) : (c <= 2970 || (c < 3072 ? (c < 3006 ? (c < 2979 ? (c < 2974 ? c == 2972 : c <= 2975) : (c <= 2980 || (c < 2990 ? (c >= 2984 && c <= 2986) : c <= 3001))) : (c <= 3010 || (c < 3024 ? (c < 3018 ? (c >= 3014 && c <= 3016) : c <= 3021) : (c <= 3024 || (c < 3046 ? c == 3031 : c <= 3055))))) : (c <= 3084 || (c < 3146 ? (c < 3114 ? (c < 3090 ? (c >= 3086 && c <= 3088) : c <= 3112) : (c <= 3129 || (c < 3142 ? (c >= 3132 && c <= 3140) : c <= 3144))) : (c <= 3149 || (c < 3165 ? (c < 3160 ? (c >= 3157 && c <= 3158) : c <= 3162) : (c <= 3165 || (c < 3174 ? (c >= 3168 && c <= 3171) : c <= 3183))))))))) : (c <= 3203 || (c < 3461 ? (c < 3302 ? (c < 3260 ? (c < 3218 ? (c < 3214 ? (c >= 3205 && c <= 3212) : c <= 3216) : (c <= 3240 || (c < 3253 ? (c >= 3242 && c <= 3251) : c <= 3257))) : (c <= 3268 || (c < 3285 ? (c < 3274 ? (c >= 3270 && c <= 3272) : c <= 3277) : (c <= 3286 || (c < 3296 ? (c >= 3293 && c <= 3294) : c <= 3299))))) : (c <= 3311 || (c < 3402 ? (c < 3342 ? (c < 3328 ? (c >= 3313 && c <= 3315) : c <= 3340) : (c <= 3344 || (c < 3398 ? (c >= 3346 && c <= 3396) : c <= 3400))) : (c <= 3406 || (c < 3430 ? (c < 3423 ? (c >= 3412 && c <= 3415) : c <= 3427) : (c <= 3439 || (c < 3457 ? (c >= 3450 && c <= 3455) : c <= 3459))))))) : (c <= 3478 || (c < 3648 ? (c < 3535 ? (c < 3517 ? (c < 3507 ? (c >= 3482 && c <= 3505) : c <= 3515) : (c <= 3517 || (c < 3530 ? (c >= 3520 && c <= 3526) : c <= 3530))) : (c <= 3540 || (c < 3558 ? (c < 3544 ? c == 3542 : c <= 3551) : (c <= 3567 || (c < 3585 ? (c >= 3570 && c <= 3571) : c <= 3642))))) : (c <= 3662 || (c < 3749 ? (c < 3716 ? (c < 3713 ? (c >= 3664 && c <= 3673) : c <= 3714) : (c <= 3716 || (c < 3724 ? (c >= 3718 && c <= 3722) : c <= 3747))) : (c <= 3749 || (c < 3782 ? (c < 3776 ? (c >= 3751 && c <= 3773) : c <= 3780) : (c <= 3782 || (c < 3792 ? (c >= 3784 && c <= 3790) : c <= 3801))))))))))))) : (c <= 3807 || (c < 8064 ? (c < 5998 ? (c < 4746 ? (c < 4096 ? (c < 3902 ? (c < 3893 ? (c < 3864 ? c == 3840 : (c <= 3865 || (c >= 3872 && c <= 3881))) : (c <= 3893 || (c < 3897 ? c == 3895 : c <= 3897))) : (c <= 3911 || (c < 3974 ? (c < 3953 ? (c >= 3913 && c <= 3948) : c <= 3972) : (c <= 3991 || (c < 4038 ? (c >= 3993 && c <= 4028) : c <= 4038))))) : (c <= 4169 || (c < 4348 ? (c < 4295 ? (c < 4256 ? (c >= 4176 && c <= 4253) : c <= 4293) : (c <= 4295 || (c < 4304 ? c == 4301 : c <= 4346))) : (c <= 4680 || (c < 4696 ? (c < 4688 ? (c >= 4682 && c <= 4685) : c <= 4694) : (c <= 4696 || (c < 4704 ? (c >= 4698 && c <= 4701) : c <= 4744))))))) : (c <= 4749 || (c < 4992 ? (c < 4808 ? (c < 4792 ? (c < 4786 ? (c >= 4752 && c <= 4784) : c <= 4789) : (c <= 4798 || (c < 4802 ? c == 4800 : c <= 4805))) : (c <= 4822 || (c < 4888 ? (c < 4882 ? (c >= 4824 && c <= 4880) : c <= 4885) : (c <= 4954 || (c < 4969 ? (c >= 4957 && c <= 4959) : c <= 4977))))) : (c <= 5007 || (c < 5792 ? (c < 5121 ? (c < 5112 ? (c >= 5024 && c <= 5109) : c <= 5117) : (c <= 5740 || (c < 5761 ? (c >= 5743 && c <= 5759) : c <= 5786))) : (c <= 5866 || (c < 5919 ? (c < 5888 ? (c >= 5870 && c <= 5880) : c <= 5909) : (c <= 5940 || (c < 5984 ? (c >= 5952 && c <= 5971) : c <= 5996))))))))) : (c <= 6000 || (c < 6823 ? (c < 6432 ? (c < 6155 ? (c < 6103 ? (c < 6016 ? (c >= 6002 && c <= 6003) : c <= 6099) : (c <= 6103 || (c < 6112 ? (c >= 6108 && c <= 6109) : c <= 6121))) : (c <= 6157 || (c < 6272 ? (c < 6176 ? (c >= 6159 && c <= 6169) : c <= 6264) : (c <= 6314 || (c < 6400 ? (c >= 6320 && c <= 6389) : c <= 6430))))) : (c <= 6443 || (c < 6608 ? (c < 6512 ? (c < 6470 ? (c >= 6448 && c <= 6459) : c <= 6509) : (c <= 6516 || (c < 6576 ? (c >= 6528 && c <= 6571) : c <= 6601))) : (c <= 6618 || (c < 6752 ? (c < 6688 ? (c >= 6656 && c <= 6683) : c <= 6750) : (c <= 6780 || (c < 6800 ? (c >= 6783 && c <= 6793) : c <= 6809))))))) : (c <= 6823 || (c < 7357 ? (c < 7040 ? (c < 6912 ? (c < 6847 ? (c >= 6832 && c <= 6845) : c <= 6862) : (c <= 6988 || (c < 7019 ? (c >= 6992 && c <= 7001) : c <= 7027))) : (c <= 7155 || (c < 7245 ? (c < 7232 ? (c >= 7168 && c <= 7223) : c <= 7241) : (c <= 7293 || (c < 7312 ? (c >= 7296 && c <= 7304) : c <= 7354))))) : (c <= 7359 || (c < 8008 ? (c < 7424 ? (c < 7380 ? (c >= 7376 && c <= 7378) : c <= 7418) : (c <= 7957 || (c < 7968 ? (c >= 7960 && c <= 7965) : c <= 8005))) : (c <= 8013 || (c < 8027 ? (c < 8025 ? (c >= 8016 && c <= 8023) : c <= 8025) : (c <= 8027 || (c < 8031 ? c == 8029 : c <= 8061))))))))))) : (c <= 8116 || (c < 12321 ? (c < 8488 ? (c < 8319 ? (c < 8160 ? (c < 8134 ? (c < 8126 ? (c >= 8118 && c <= 8124) : (c <= 8126 || (c >= 8130 && c <= 8132))) : (c <= 8140 || (c < 8150 ? (c >= 8144 && c <= 8147) : c <= 8155))) : (c <= 8172 || (c < 8255 ? (c < 8182 ? (c >= 8178 && c <= 8180) : c <= 8188) : (c <= 8256 || (c < 8305 ? c == 8276 : c <= 8305))))) : (c <= 8319 || (c < 8455 ? (c < 8417 ? (c < 8400 ? (c >= 8336 && c <= 8348) : c <= 8412) : (c <= 8417 || (c < 8450 ? (c >= 8421 && c <= 8432) : c <= 8450))) : (c <= 8455 || (c < 8472 ? (c < 8469 ? (c >= 8458 && c <= 8467) : c <= 8469) : (c <= 8477 || (c < 8486 ? c == 8484 : c <= 8486))))))) : (c <= 8488 || (c < 11631 ? (c < 11264 ? (c < 8517 ? (c < 8508 ? (c >= 8490 && c <= 8505) : c <= 8511) : (c <= 8521 || (c < 8544 ? c == 8526 : c <= 8584))) : (c <= 11492 || (c < 11559 ? (c < 11520 ? (c >= 11499 && c <= 11507) : c <= 11557) : (c <= 11559 || (c < 11568 ? c == 11565 : c <= 11623))))) : (c <= 11631 || (c < 11712 ? (c < 11688 ? (c < 11680 ? (c >= 11647 && c <= 11670) : c <= 11686) : (c <= 11694 || (c < 11704 ? (c >= 11696 && c <= 11702) : c <= 11710))) : (c <= 11718 || (c < 11736 ? (c < 11728 ? (c >= 11720 && c <= 11726) : c <= 11734) : (c <= 11742 || (c < 12293 ? (c >= 11744 && c <= 11775) : c <= 12295))))))))) : (c <= 12335 || (c < 42963 ? (c < 13312 ? (c < 12449 ? (c < 12353 ? (c < 12344 ? (c >= 12337 && c <= 12341) : c <= 12348) : (c <= 12438 || (c < 12445 ? (c >= 12441 && c <= 12442) : c <= 12447))) : (c <= 12538 || (c < 12593 ? (c < 12549 ? (c >= 12540 && c <= 12543) : c <= 12591) : (c <= 12686 || (c < 12784 ? (c >= 12704 && c <= 12735) : c <= 12799))))) : (c <= 19903 || (c < 42612 ? (c < 42240 ? (c < 42192 ? (c >= 19968 && c <= 42124) : c <= 42237) : (c <= 42508 || (c < 42560 ? (c >= 42512 && c <= 42539) : c <= 42607))) : (c <= 42621 || (c < 42786 ? (c < 42775 ? (c >= 42623 && c <= 42737) : c <= 42783) : (c <= 42888 || (c < 42960 ? (c >= 42891 && c <= 42954) : c <= 42961))))))) : (c <= 42963 || (c < 43392 ? (c < 43216 ? (c < 43052 ? (c < 42994 ? (c >= 42965 && c <= 42969) : c <= 43047) : (c <= 43052 || (c < 43136 ? (c >= 43072 && c <= 43123) : c <= 43205))) : (c <= 43225 || (c < 43261 ? (c < 43259 ? (c >= 43232 && c <= 43255) : c <= 43259) : (c <= 43309 || (c < 43360 ? (c >= 43312 && c <= 43347) : c <= 43388))))) : (c <= 43456 || (c < 43616 ? (c < 43520 ? (c < 43488 ? (c >= 43471 && c <= 43481) : c <= 43518) : (c <= 43574 || (c < 43600 ? (c >= 43584 && c <= 43597) : c <= 43609))) : (c <= 43638 || (c < 43744 ? (c < 43739 ? (c >= 43642 && c <= 43714) : c <= 43741) : (c <= 43759 || (c < 43777 ? (c >= 43762 && c <= 43766) : c <= 43782))))))))))))))) : (c <= 43790 || (c < 71960 ? (c < 67840 ? (c < 65549 ? (c < 64848 ? (c < 64112 ? (c < 44012 ? (c < 43824 ? (c < 43808 ? (c >= 43793 && c <= 43798) : (c <= 43814 || (c >= 43816 && c <= 43822))) : (c <= 43866 || (c < 43888 ? (c >= 43868 && c <= 43881) : c <= 44010))) : (c <= 44013 || (c < 55216 ? (c < 44032 ? (c >= 44016 && c <= 44025) : c <= 55203) : (c <= 55238 || (c < 63744 ? (c >= 55243 && c <= 55291) : c <= 64109))))) : (c <= 64217 || (c < 64318 ? (c < 64285 ? (c < 64275 ? (c >= 64256 && c <= 64262) : c <= 64279) : (c <= 64296 || (c < 64312 ? (c >= 64298 && c <= 64310) : c <= 64316))) : (c <= 64318 || (c < 64326 ? (c < 64323 ? (c >= 64320 && c <= 64321) : c <= 64324) : (c <= 64433 || (c < 64612 ? (c >= 64467 && c <= 64605) : c <= 64829))))))) : (c <= 64911 || (c < 65149 ? (c < 65101 ? (c < 65024 ? (c < 65008 ? (c >= 64914 && c <= 64967) : c <= 65017) : (c <= 65039 || (c < 65075 ? (c >= 65056 && c <= 65071) : c <= 65076))) : (c <= 65103 || (c < 65143 ? (c < 65139 ? c == 65137 : c <= 65139) : (c <= 65143 || (c < 65147 ? c == 65145 : c <= 65147))))) : (c <= 65149 || (c < 65382 ? (c < 65313 ? (c < 65296 ? (c >= 65151 && c <= 65276) : c <= 65305) : (c <= 65338 || (c < 65345 ? c == 65343 : c <= 65370))) : (c <= 65470 || (c < 65490 ? (c < 65482 ? (c >= 65474 && c <= 65479) : c <= 65487) : (c <= 65495 || (c < 65536 ? (c >= 65498 && c <= 65500) : c <= 65547))))))))) : (c <= 65574 || (c < 66928 ? (c < 66349 ? (c < 65856 ? (c < 65599 ? (c < 65596 ? (c >= 65576 && c <= 65594) : c <= 65597) : (c <= 65613 || (c < 65664 ? (c >= 65616 && c <= 65629) : c <= 65786))) : (c <= 65908 || (c < 66208 ? (c < 66176 ? c == 66045 : c <= 66204) : (c <= 66256 || (c < 66304 ? c == 66272 : c <= 66335))))) : (c <= 66378 || (c < 66560 ? (c < 66464 ? (c < 66432 ? (c >= 66384 && c <= 66426) : c <= 66461) : (c <= 66499 || (c < 66513 ? (c >= 66504 && c <= 66511) : c <= 66517))) : (c <= 66717 || (c < 66776 ? (c < 66736 ? (c >= 66720 && c <= 66729) : c <= 66771) : (c <= 66811 || (c < 66864 ? (c >= 66816 && c <= 66855) : c <= 66915))))))) : (c <= 66938 || (c < 67463 ? (c < 66995 ? (c < 66964 ? (c < 66956 ? (c >= 66940 && c <= 66954) : c <= 66962) : (c <= 66965 || (c < 66979 ? (c >= 66967 && c <= 66977) : c <= 66993))) : (c <= 67001 || (c < 67392 ? (c < 67072 ? (c >= 67003 && c <= 67004) : c <= 67382) : (c <= 67413 || (c < 67456 ? (c >= 67424 && c <= 67431) : c <= 67461))))) : (c <= 67504 || (c < 67644 ? (c < 67592 ? (c < 67584 ? (c >= 67506 && c <= 67514) : c <= 67589) : (c <= 67592 || (c < 67639 ? (c >= 67594 && c <= 67637) : c <= 67640))) : (c <= 67644 || (c < 67712 ? (c < 67680 ? (c >= 67647 && c <= 67669) : c <= 67702) : (c <= 67742 || (c < 67828 ? (c >= 67808 && c <= 67826) : c <= 67829))))))))))) : (c <= 67861 || (c < 70163 ? (c < 69291 ? (c < 68288 ? (c < 68117 ? (c < 68096 ? (c < 67968 ? (c >= 67872 && c <= 67897) : (c <= 68023 || (c >= 68030 && c <= 68031))) : (c <= 68099 || (c < 68108 ? (c >= 68101 && c <= 68102) : c <= 68115))) : (c <= 68119 || (c < 68159 ? (c < 68152 ? (c >= 68121 && c <= 68149) : c <= 68154) : (c <= 68159 || (c < 68224 ? (c >= 68192 && c <= 68220) : c <= 68252))))) : (c <= 68295 || (c < 68608 ? (c < 68416 ? (c < 68352 ? (c >= 68297 && c <= 68326) : c <= 68405) : (c <= 68437 || (c < 68480 ? (c >= 68448 && c <= 68466) : c <= 68497))) : (c <= 68680 || (c < 68864 ? (c < 68800 ? (c >= 68736 && c <= 68786) : c <= 68850) : (c <= 68903 || (c < 69248 ? (c >= 68912 && c <= 68921) : c <= 69289))))))) : (c <= 69292 || (c < 69840 ? (c < 69552 ? (c < 69415 ? (c < 69373 ? (c >= 69296 && c <= 69297) : c <= 69404) : (c <= 69415 || (c < 69488 ? (c >= 69424 && c <= 69456) : c <= 69509))) : (c <= 69572 || (c < 69734 ? (c < 69632 ? (c >= 69600 && c <= 69622) : c <= 69702) : (c <= 69749 || (c < 69826 ? (c >= 69759 && c <= 69818) : c <= 69826))))) : (c <= 69864 || (c < 70006 ? (c < 69942 ? (c < 69888 ? (c >= 69872 && c <= 69881) : c <= 69940) : (c <= 69951 || (c < 69968 ? (c >= 69956 && c <= 69959) : c <= 70003))) : (c <= 70006 || (c < 70094 ? (c < 70089 ? (c >= 70016 && c <= 70084) : c <= 70092) : (c <= 70106 || (c < 70144 ? c == 70108 : c <= 70161))))))))) : (c <= 70199 || (c < 70656 ? (c < 70419 ? (c < 70303 ? (c < 70280 ? (c < 70272 ? (c >= 70206 && c <= 70209) : c <= 70278) : (c <= 70280 || (c < 70287 ? (c >= 70282 && c <= 70285) : c <= 70301))) : (c <= 70312 || (c < 70400 ? (c < 70384 ? (c >= 70320 && c <= 70378) : c <= 70393) : (c <= 70403 || (c < 70415 ? (c >= 70405 && c <= 70412) : c <= 70416))))) : (c <= 70440 || (c < 70475 ? (c < 70453 ? (c < 70450 ? (c >= 70442 && c <= 70448) : c <= 70451) : (c <= 70457 || (c < 70471 ? (c >= 70459 && c <= 70468) : c <= 70472))) : (c <= 70477 || (c < 70493 ? (c < 70487 ? c == 70480 : c <= 70487) : (c <= 70499 || (c < 70512 ? (c >= 70502 && c <= 70508) : c <= 70516))))))) : (c <= 70730 || (c < 71296 ? (c < 71040 ? (c < 70784 ? (c < 70750 ? (c >= 70736 && c <= 70745) : c <= 70753) : (c <= 70853 || (c < 70864 ? c == 70855 : c <= 70873))) : (c <= 71093 || (c < 71168 ? (c < 71128 ? (c >= 71096 && c <= 71104) : c <= 71133) : (c <= 71232 || (c < 71248 ? c == 71236 : c <= 71257))))) : (c <= 71352 || (c < 71680 ? (c < 71453 ? (c < 71424 ? (c >= 71360 && c <= 71369) : c <= 71450) : (c <= 71467 || (c < 71488 ? (c >= 71472 && c <= 71481) : c <= 71494))) : (c <= 71738 || (c < 71945 ? (c < 71935 ? (c >= 71840 && c <= 71913) : c <= 71942) : (c <= 71945 || (c < 71957 ? (c >= 71948 && c <= 71955) : c <= 71958))))))))))))) : (c <= 71989 || (c < 119995 ? (c < 92784 ? (c < 73023 ? (c < 72704 ? (c < 72163 ? (c < 72096 ? (c < 71995 ? (c >= 71991 && c <= 71992) : (c <= 72003 || (c >= 72016 && c <= 72025))) : (c <= 72103 || (c < 72154 ? (c >= 72106 && c <= 72151) : c <= 72161))) : (c <= 72164 || (c < 72272 ? (c < 72263 ? (c >= 72192 && c <= 72254) : c <= 72263) : (c <= 72345 || (c < 72368 ? c == 72349 : c <= 72440))))) : (c <= 72712 || (c < 72873 ? (c < 72784 ? (c < 72760 ? (c >= 72714 && c <= 72758) : c <= 72768) : (c <= 72793 || (c < 72850 ? (c >= 72818 && c <= 72847) : c <= 72871))) : (c <= 72886 || (c < 72971 ? (c < 72968 ? (c >= 72960 && c <= 72966) : c <= 72969) : (c <= 73014 || (c < 73020 ? c == 73018 : c <= 73021))))))) : (c <= 73031 || (c < 73552 ? (c < 73107 ? (c < 73063 ? (c < 73056 ? (c >= 73040 && c <= 73049) : c <= 73061) : (c <= 73064 || (c < 73104 ? (c >= 73066 && c <= 73102) : c <= 73105))) : (c <= 73112 || (c < 73472 ? (c < 73440 ? (c >= 73120 && c <= 73129) : c <= 73462) : (c <= 73488 || (c < 73534 ? (c >= 73490 && c <= 73530) : c <= 73538))))) : (c <= 73561 || (c < 77824 ? (c < 74752 ? (c < 73728 ? c == 73648 : c <= 74649) : (c <= 74862 || (c < 77712 ? (c >= 74880 && c <= 75075) : c <= 77808))) : (c <= 78895 || (c < 92160 ? (c < 82944 ? (c >= 78912 && c <= 78933) : c <= 83526) : (c <= 92728 || (c < 92768 ? (c >= 92736 && c <= 92766) : c <= 92777))))))))) : (c <= 92862 || (c < 110928 ? (c < 94095 ? (c < 93008 ? (c < 92912 ? (c < 92880 ? (c >= 92864 && c <= 92873) : c <= 92909) : (c <= 92916 || (c < 92992 ? (c >= 92928 && c <= 92982) : c <= 92995))) : (c <= 93017 || (c < 93760 ? (c < 93053 ? (c >= 93027 && c <= 93047) : c <= 93071) : (c <= 93823 || (c < 94031 ? (c >= 93952 && c <= 94026) : c <= 94087))))) : (c <= 94111 || (c < 101632 ? (c < 94192 ? (c < 94179 ? (c >= 94176 && c <= 94177) : c <= 94180) : (c <= 94193 || (c < 100352 ? (c >= 94208 && c <= 100343) : c <= 101589))) : (c <= 101640 || (c < 110589 ? (c < 110581 ? (c >= 110576 && c <= 110579) : c <= 110587) : (c <= 110590 || (c < 110898 ? (c >= 110592 && c <= 110882) : c <= 110898))))))) : (c <= 110930 || (c < 119149 ? (c < 113792 ? (c < 110960 ? (c < 110948 ? c == 110933 : c <= 110951) : (c <= 111355 || (c < 113776 ? (c >= 113664 && c <= 113770) : c <= 113788))) : (c <= 113800 || (c < 118528 ? (c < 113821 ? (c >= 113808 && c <= 113817) : c <= 113822) : (c <= 118573 || (c < 119141 ? (c >= 118576 && c <= 118598) : c <= 119145))))) : (c <= 119154 || (c < 119894 ? (c < 119210 ? (c < 119173 ? (c >= 119163 && c <= 119170) : c <= 119179) : (c <= 119213 || (c < 119808 ? (c >= 119362 && c <= 119364) : c <= 119892))) : (c <= 119964 || (c < 119973 ? (c < 119970 ? (c >= 119966 && c <= 119967) : c <= 119970) : (c <= 119974 || (c < 119982 ? (c >= 119977 && c <= 119980) : c <= 119993))))))))))) : (c <= 119995 || (c < 124912 ? (c < 121403 ? (c < 120514 ? (c < 120123 ? (c < 120077 ? (c < 120005 ? (c >= 119997 && c <= 120003) : (c <= 120069 || (c >= 120071 && c <= 120074))) : (c <= 120084 || (c < 120094 ? (c >= 120086 && c <= 120092) : c <= 120121))) : (c <= 120126 || (c < 120138 ? (c < 120134 ? (c >= 120128 && c <= 120132) : c <= 120134) : (c <= 120144 || (c < 120488 ? (c >= 120146 && c <= 120485) : c <= 120512))))) : (c <= 120538 || (c < 120688 ? (c < 120598 ? (c < 120572 ? (c >= 120540 && c <= 120570) : c <= 120596) : (c <= 120628 || (c < 120656 ? (c >= 120630 && c <= 120654) : c <= 120686))) : (c <= 120712 || (c < 120772 ? (c < 120746 ? (c >= 120714 && c <= 120744) : c <= 120770) : (c <= 120779 || (c < 121344 ? (c >= 120782 && c <= 120831) : c <= 121398))))))) : (c <= 121452 || (c < 122928 ? (c < 122661 ? (c < 121499 ? (c < 121476 ? c == 121461 : c <= 121476) : (c <= 121503 || (c < 122624 ? (c >= 121505 && c <= 121519) : c <= 122654))) : (c <= 122666 || (c < 122907 ? (c < 122888 ? (c >= 122880 && c <= 122886) : c <= 122904) : (c <= 122913 || (c < 122918 ? (c >= 122915 && c <= 122916) : c <= 122922))))) : (c <= 122989 || (c < 123536 ? (c < 123184 ? (c < 123136 ? c == 123023 : c <= 123180) : (c <= 123197 || (c < 123214 ? (c >= 123200 && c <= 123209) : c <= 123214))) : (c <= 123566 || (c < 124896 ? (c < 124112 ? (c >= 123584 && c <= 123641) : c <= 124153) : (c <= 124902 || (c < 124909 ? (c >= 124904 && c <= 124907) : c <= 124910))))))))) : (c <= 124926 || (c < 126557 ? (c < 126521 ? (c < 126469 ? (c < 125184 ? (c < 125136 ? (c >= 124928 && c <= 125124) : c <= 125142) : (c <= 125259 || (c < 126464 ? (c >= 125264 && c <= 125273) : c <= 126467))) : (c <= 126495 || (c < 126503 ? (c < 126500 ? (c >= 126497 && c <= 126498) : c <= 126500) : (c <= 126503 || (c < 126516 ? (c >= 126505 && c <= 126514) : c <= 126519))))) : (c <= 126521 || (c < 126541 ? (c < 126535 ? (c < 126530 ? c == 126523 : c <= 126530) : (c <= 126535 || (c < 126539 ? c == 126537 : c <= 126539))) : (c <= 126543 || (c < 126551 ? (c < 126548 ? (c >= 126545 && c <= 126546) : c <= 126548) : (c <= 126551 || (c < 126555 ? c == 126553 : c <= 126555))))))) : (c <= 126557 || (c < 126629 ? (c < 126580 ? (c < 126564 ? (c < 126561 ? c == 126559 : c <= 126562) : (c <= 126564 || (c < 126572 ? (c >= 126567 && c <= 126570) : c <= 126578))) : (c <= 126583 || (c < 126592 ? (c < 126590 ? (c >= 126585 && c <= 126588) : c <= 126590) : (c <= 126601 || (c < 126625 ? (c >= 126603 && c <= 126619) : c <= 126627))))) : (c <= 126633 || (c < 178208 ? (c < 131072 ? (c < 130032 ? (c >= 126635 && c <= 126651) : c <= 130041) : (c <= 173791 || (c < 177984 ? (c >= 173824 && c <= 177977) : c <= 178205))) : (c <= 183969 || (c < 196608 ? (c < 194560 ? (c >= 183984 && c <= 191456) : c <= 195101) : (c <= 201546 || (c < 917760 ? (c >= 201552 && c <= 205743) : c <= 917999))))))))))))))))); } static inline bool sym_identifier_character_set_13(int32_t c) { return (c < 43793 ? (c < 3840 ? (c < 2763 ? (c < 2112 ? (c < 1162 ? (c < 748 ? (c < 186 ? (c < 170 ? (c < 'A' ? (c >= '0' && c <= '9') : (c <= 'Z' || (c >= 'a' && c <= 'z'))) : (c <= 170 || (c < 183 ? c == 181 : c <= 183))) : (c <= 186 || (c < 248 ? (c < 216 ? (c >= 192 && c <= 214) : c <= 246) : (c <= 705 || (c < 736 ? (c >= 710 && c <= 721) : c <= 740))))) : (c <= 748 || (c < 902 ? (c < 886 ? (c < 768 ? c == 750 : c <= 884) : (c <= 887 || (c < 895 ? (c >= 891 && c <= 893) : c <= 895))) : (c <= 906 || (c < 931 ? (c < 910 ? c == 908 : c <= 929) : (c <= 1013 || (c < 1155 ? (c >= 1015 && c <= 1153) : c <= 1159))))))) : (c <= 1327 || (c < 1568 ? (c < 1473 ? (c < 1376 ? (c < 1369 ? (c >= 1329 && c <= 1366) : c <= 1369) : (c <= 1416 || (c < 1471 ? (c >= 1425 && c <= 1469) : c <= 1471))) : (c <= 1474 || (c < 1488 ? (c < 1479 ? (c >= 1476 && c <= 1477) : c <= 1479) : (c <= 1514 || (c < 1552 ? (c >= 1519 && c <= 1522) : c <= 1562))))) : (c <= 1641 || (c < 1808 ? (c < 1759 ? (c < 1749 ? (c >= 1646 && c <= 1747) : c <= 1756) : (c <= 1768 || (c < 1791 ? (c >= 1770 && c <= 1788) : c <= 1791))) : (c <= 1866 || (c < 2042 ? (c < 1984 ? (c >= 1869 && c <= 1969) : c <= 2037) : (c <= 2042 || (c < 2048 ? c == 2045 : c <= 2093))))))))) : (c <= 2139 || (c < 2565 ? (c < 2482 ? (c < 2406 ? (c < 2185 ? (c < 2160 ? (c >= 2144 && c <= 2154) : c <= 2183) : (c <= 2190 || (c < 2275 ? (c >= 2200 && c <= 2273) : c <= 2403))) : (c <= 2415 || (c < 2447 ? (c < 2437 ? (c >= 2417 && c <= 2435) : c <= 2444) : (c <= 2448 || (c < 2474 ? (c >= 2451 && c <= 2472) : c <= 2480))))) : (c <= 2482 || (c < 2524 ? (c < 2503 ? (c < 2492 ? (c >= 2486 && c <= 2489) : c <= 2500) : (c <= 2504 || (c < 2519 ? (c >= 2507 && c <= 2510) : c <= 2519))) : (c <= 2525 || (c < 2556 ? (c < 2534 ? (c >= 2527 && c <= 2531) : c <= 2545) : (c <= 2556 || (c < 2561 ? c == 2558 : c <= 2563))))))) : (c <= 2570 || (c < 2649 ? (c < 2616 ? (c < 2602 ? (c < 2579 ? (c >= 2575 && c <= 2576) : c <= 2600) : (c <= 2608 || (c < 2613 ? (c >= 2610 && c <= 2611) : c <= 2614))) : (c <= 2617 || (c < 2631 ? (c < 2622 ? c == 2620 : c <= 2626) : (c <= 2632 || (c < 2641 ? (c >= 2635 && c <= 2637) : c <= 2641))))) : (c <= 2652 || (c < 2707 ? (c < 2689 ? (c < 2662 ? c == 2654 : c <= 2677) : (c <= 2691 || (c < 2703 ? (c >= 2693 && c <= 2701) : c <= 2705))) : (c <= 2728 || (c < 2741 ? (c < 2738 ? (c >= 2730 && c <= 2736) : c <= 2739) : (c <= 2745 || (c < 2759 ? (c >= 2748 && c <= 2757) : c <= 2761))))))))))) : (c <= 2765 || (c < 3205 ? (c < 2972 ? (c < 2887 ? (c < 2831 ? (c < 2809 ? (c < 2784 ? c == 2768 : (c <= 2787 || (c >= 2790 && c <= 2799))) : (c <= 2815 || (c < 2821 ? (c >= 2817 && c <= 2819) : c <= 2828))) : (c <= 2832 || (c < 2866 ? (c < 2858 ? (c >= 2835 && c <= 2856) : c <= 2864) : (c <= 2867 || (c < 2876 ? (c >= 2869 && c <= 2873) : c <= 2884))))) : (c <= 2888 || (c < 2929 ? (c < 2908 ? (c < 2901 ? (c >= 2891 && c <= 2893) : c <= 2903) : (c <= 2909 || (c < 2918 ? (c >= 2911 && c <= 2915) : c <= 2927))) : (c <= 2929 || (c < 2958 ? (c < 2949 ? (c >= 2946 && c <= 2947) : c <= 2954) : (c <= 2960 || (c < 2969 ? (c >= 2962 && c <= 2965) : c <= 2970))))))) : (c <= 2972 || (c < 3086 ? (c < 3014 ? (c < 2984 ? (c < 2979 ? (c >= 2974 && c <= 2975) : c <= 2980) : (c <= 2986 || (c < 3006 ? (c >= 2990 && c <= 3001) : c <= 3010))) : (c <= 3016 || (c < 3031 ? (c < 3024 ? (c >= 3018 && c <= 3021) : c <= 3024) : (c <= 3031 || (c < 3072 ? (c >= 3046 && c <= 3055) : c <= 3084))))) : (c <= 3088 || (c < 3157 ? (c < 3132 ? (c < 3114 ? (c >= 3090 && c <= 3112) : c <= 3129) : (c <= 3140 || (c < 3146 ? (c >= 3142 && c <= 3144) : c <= 3149))) : (c <= 3158 || (c < 3168 ? (c < 3165 ? (c >= 3160 && c <= 3162) : c <= 3165) : (c <= 3171 || (c < 3200 ? (c >= 3174 && c <= 3183) : c <= 3203))))))))) : (c <= 3212 || (c < 3482 ? (c < 3313 ? (c < 3270 ? (c < 3242 ? (c < 3218 ? (c >= 3214 && c <= 3216) : c <= 3240) : (c <= 3251 || (c < 3260 ? (c >= 3253 && c <= 3257) : c <= 3268))) : (c <= 3272 || (c < 3293 ? (c < 3285 ? (c >= 3274 && c <= 3277) : c <= 3286) : (c <= 3294 || (c < 3302 ? (c >= 3296 && c <= 3299) : c <= 3311))))) : (c <= 3315 || (c < 3412 ? (c < 3346 ? (c < 3342 ? (c >= 3328 && c <= 3340) : c <= 3344) : (c <= 3396 || (c < 3402 ? (c >= 3398 && c <= 3400) : c <= 3406))) : (c <= 3415 || (c < 3450 ? (c < 3430 ? (c >= 3423 && c <= 3427) : c <= 3439) : (c <= 3455 || (c < 3461 ? (c >= 3457 && c <= 3459) : c <= 3478))))))) : (c <= 3505 || (c < 3664 ? (c < 3542 ? (c < 3520 ? (c < 3517 ? (c >= 3507 && c <= 3515) : c <= 3517) : (c <= 3526 || (c < 3535 ? c == 3530 : c <= 3540))) : (c <= 3542 || (c < 3570 ? (c < 3558 ? (c >= 3544 && c <= 3551) : c <= 3567) : (c <= 3571 || (c < 3648 ? (c >= 3585 && c <= 3642) : c <= 3662))))) : (c <= 3673 || (c < 3751 ? (c < 3718 ? (c < 3716 ? (c >= 3713 && c <= 3714) : c <= 3716) : (c <= 3722 || (c < 3749 ? (c >= 3724 && c <= 3747) : c <= 3749))) : (c <= 3773 || (c < 3784 ? (c < 3782 ? (c >= 3776 && c <= 3780) : c <= 3782) : (c <= 3790 || (c < 3804 ? (c >= 3792 && c <= 3801) : c <= 3807))))))))))))) : (c <= 3840 || (c < 8118 ? (c < 6002 ? (c < 4752 ? (c < 4176 ? (c < 3913 ? (c < 3895 ? (c < 3872 ? (c >= 3864 && c <= 3865) : (c <= 3881 || c == 3893)) : (c <= 3895 || (c < 3902 ? c == 3897 : c <= 3911))) : (c <= 3948 || (c < 3993 ? (c < 3974 ? (c >= 3953 && c <= 3972) : c <= 3991) : (c <= 4028 || (c < 4096 ? c == 4038 : c <= 4169))))) : (c <= 4253 || (c < 4682 ? (c < 4301 ? (c < 4295 ? (c >= 4256 && c <= 4293) : c <= 4295) : (c <= 4301 || (c < 4348 ? (c >= 4304 && c <= 4346) : c <= 4680))) : (c <= 4685 || (c < 4698 ? (c < 4696 ? (c >= 4688 && c <= 4694) : c <= 4696) : (c <= 4701 || (c < 4746 ? (c >= 4704 && c <= 4744) : c <= 4749))))))) : (c <= 4784 || (c < 5024 ? (c < 4824 ? (c < 4800 ? (c < 4792 ? (c >= 4786 && c <= 4789) : c <= 4798) : (c <= 4800 || (c < 4808 ? (c >= 4802 && c <= 4805) : c <= 4822))) : (c <= 4880 || (c < 4957 ? (c < 4888 ? (c >= 4882 && c <= 4885) : c <= 4954) : (c <= 4959 || (c < 4992 ? (c >= 4969 && c <= 4977) : c <= 5007))))) : (c <= 5109 || (c < 5870 ? (c < 5743 ? (c < 5121 ? (c >= 5112 && c <= 5117) : c <= 5740) : (c <= 5759 || (c < 5792 ? (c >= 5761 && c <= 5786) : c <= 5866))) : (c <= 5880 || (c < 5952 ? (c < 5919 ? (c >= 5888 && c <= 5909) : c <= 5940) : (c <= 5971 || (c < 5998 ? (c >= 5984 && c <= 5996) : c <= 6000))))))))) : (c <= 6003 || (c < 6832 ? (c < 6448 ? (c < 6159 ? (c < 6108 ? (c < 6103 ? (c >= 6016 && c <= 6099) : c <= 6103) : (c <= 6109 || (c < 6155 ? (c >= 6112 && c <= 6121) : c <= 6157))) : (c <= 6169 || (c < 6320 ? (c < 6272 ? (c >= 6176 && c <= 6264) : c <= 6314) : (c <= 6389 || (c < 6432 ? (c >= 6400 && c <= 6430) : c <= 6443))))) : (c <= 6459 || (c < 6656 ? (c < 6528 ? (c < 6512 ? (c >= 6470 && c <= 6509) : c <= 6516) : (c <= 6571 || (c < 6608 ? (c >= 6576 && c <= 6601) : c <= 6618))) : (c <= 6683 || (c < 6783 ? (c < 6752 ? (c >= 6688 && c <= 6750) : c <= 6780) : (c <= 6793 || (c < 6823 ? (c >= 6800 && c <= 6809) : c <= 6823))))))) : (c <= 6845 || (c < 7376 ? (c < 7168 ? (c < 6992 ? (c < 6912 ? (c >= 6847 && c <= 6862) : c <= 6988) : (c <= 7001 || (c < 7040 ? (c >= 7019 && c <= 7027) : c <= 7155))) : (c <= 7223 || (c < 7296 ? (c < 7245 ? (c >= 7232 && c <= 7241) : c <= 7293) : (c <= 7304 || (c < 7357 ? (c >= 7312 && c <= 7354) : c <= 7359))))) : (c <= 7378 || (c < 8016 ? (c < 7960 ? (c < 7424 ? (c >= 7380 && c <= 7418) : c <= 7957) : (c <= 7965 || (c < 8008 ? (c >= 7968 && c <= 8005) : c <= 8013))) : (c <= 8023 || (c < 8029 ? (c < 8027 ? c == 8025 : c <= 8027) : (c <= 8029 || (c < 8064 ? (c >= 8031 && c <= 8061) : c <= 8116))))))))))) : (c <= 8124 || (c < 12337 ? (c < 8490 ? (c < 8336 ? (c < 8178 ? (c < 8144 ? (c < 8130 ? c == 8126 : (c <= 8132 || (c >= 8134 && c <= 8140))) : (c <= 8147 || (c < 8160 ? (c >= 8150 && c <= 8155) : c <= 8172))) : (c <= 8180 || (c < 8276 ? (c < 8255 ? (c >= 8182 && c <= 8188) : c <= 8256) : (c <= 8276 || (c < 8319 ? c == 8305 : c <= 8319))))) : (c <= 8348 || (c < 8458 ? (c < 8421 ? (c < 8417 ? (c >= 8400 && c <= 8412) : c <= 8417) : (c <= 8432 || (c < 8455 ? c == 8450 : c <= 8455))) : (c <= 8467 || (c < 8484 ? (c < 8472 ? c == 8469 : c <= 8477) : (c <= 8484 || (c < 8488 ? c == 8486 : c <= 8488))))))) : (c <= 8505 || (c < 11647 ? (c < 11499 ? (c < 8526 ? (c < 8517 ? (c >= 8508 && c <= 8511) : c <= 8521) : (c <= 8526 || (c < 11264 ? (c >= 8544 && c <= 8584) : c <= 11492))) : (c <= 11507 || (c < 11565 ? (c < 11559 ? (c >= 11520 && c <= 11557) : c <= 11559) : (c <= 11565 || (c < 11631 ? (c >= 11568 && c <= 11623) : c <= 11631))))) : (c <= 11670 || (c < 11720 ? (c < 11696 ? (c < 11688 ? (c >= 11680 && c <= 11686) : c <= 11694) : (c <= 11702 || (c < 11712 ? (c >= 11704 && c <= 11710) : c <= 11718))) : (c <= 11726 || (c < 11744 ? (c < 11736 ? (c >= 11728 && c <= 11734) : c <= 11742) : (c <= 11775 || (c < 12321 ? (c >= 12293 && c <= 12295) : c <= 12335))))))))) : (c <= 12341 || (c < 42965 ? (c < 19968 ? (c < 12540 ? (c < 12441 ? (c < 12353 ? (c >= 12344 && c <= 12348) : c <= 12438) : (c <= 12442 || (c < 12449 ? (c >= 12445 && c <= 12447) : c <= 12538))) : (c <= 12543 || (c < 12704 ? (c < 12593 ? (c >= 12549 && c <= 12591) : c <= 12686) : (c <= 12735 || (c < 13312 ? (c >= 12784 && c <= 12799) : c <= 19903))))) : (c <= 42124 || (c < 42623 ? (c < 42512 ? (c < 42240 ? (c >= 42192 && c <= 42237) : c <= 42508) : (c <= 42539 || (c < 42612 ? (c >= 42560 && c <= 42607) : c <= 42621))) : (c <= 42737 || (c < 42891 ? (c < 42786 ? (c >= 42775 && c <= 42783) : c <= 42888) : (c <= 42954 || (c < 42963 ? (c >= 42960 && c <= 42961) : c <= 42963))))))) : (c <= 42969 || (c < 43471 ? (c < 43232 ? (c < 43072 ? (c < 43052 ? (c >= 42994 && c <= 43047) : c <= 43052) : (c <= 43123 || (c < 43216 ? (c >= 43136 && c <= 43205) : c <= 43225))) : (c <= 43255 || (c < 43312 ? (c < 43261 ? c == 43259 : c <= 43309) : (c <= 43347 || (c < 43392 ? (c >= 43360 && c <= 43388) : c <= 43456))))) : (c <= 43481 || (c < 43642 ? (c < 43584 ? (c < 43520 ? (c >= 43488 && c <= 43518) : c <= 43574) : (c <= 43597 || (c < 43616 ? (c >= 43600 && c <= 43609) : c <= 43638))) : (c <= 43714 || (c < 43762 ? (c < 43744 ? (c >= 43739 && c <= 43741) : c <= 43759) : (c <= 43766 || (c < 43785 ? (c >= 43777 && c <= 43782) : c <= 43790))))))))))))))) : (c <= 43798 || (c < 71991 ? (c < 67872 ? (c < 65576 ? (c < 64914 ? (c < 64256 ? (c < 44016 ? (c < 43868 ? (c < 43816 ? (c >= 43808 && c <= 43814) : (c <= 43822 || (c >= 43824 && c <= 43866))) : (c <= 43881 || (c < 44012 ? (c >= 43888 && c <= 44010) : c <= 44013))) : (c <= 44025 || (c < 55243 ? (c < 55216 ? (c >= 44032 && c <= 55203) : c <= 55238) : (c <= 55291 || (c < 64112 ? (c >= 63744 && c <= 64109) : c <= 64217))))) : (c <= 64262 || (c < 64320 ? (c < 64298 ? (c < 64285 ? (c >= 64275 && c <= 64279) : c <= 64296) : (c <= 64310 || (c < 64318 ? (c >= 64312 && c <= 64316) : c <= 64318))) : (c <= 64321 || (c < 64467 ? (c < 64326 ? (c >= 64323 && c <= 64324) : c <= 64433) : (c <= 64605 || (c < 64848 ? (c >= 64612 && c <= 64829) : c <= 64911))))))) : (c <= 64967 || (c < 65151 ? (c < 65137 ? (c < 65056 ? (c < 65024 ? (c >= 65008 && c <= 65017) : c <= 65039) : (c <= 65071 || (c < 65101 ? (c >= 65075 && c <= 65076) : c <= 65103))) : (c <= 65137 || (c < 65145 ? (c < 65143 ? c == 65139 : c <= 65143) : (c <= 65145 || (c < 65149 ? c == 65147 : c <= 65149))))) : (c <= 65276 || (c < 65474 ? (c < 65343 ? (c < 65313 ? (c >= 65296 && c <= 65305) : c <= 65338) : (c <= 65343 || (c < 65382 ? (c >= 65345 && c <= 65370) : c <= 65470))) : (c <= 65479 || (c < 65498 ? (c < 65490 ? (c >= 65482 && c <= 65487) : c <= 65495) : (c <= 65500 || (c < 65549 ? (c >= 65536 && c <= 65547) : c <= 65574))))))))) : (c <= 65594 || (c < 66940 ? (c < 66384 ? (c < 66045 ? (c < 65616 ? (c < 65599 ? (c >= 65596 && c <= 65597) : c <= 65613) : (c <= 65629 || (c < 65856 ? (c >= 65664 && c <= 65786) : c <= 65908))) : (c <= 66045 || (c < 66272 ? (c < 66208 ? (c >= 66176 && c <= 66204) : c <= 66256) : (c <= 66272 || (c < 66349 ? (c >= 66304 && c <= 66335) : c <= 66378))))) : (c <= 66426 || (c < 66720 ? (c < 66504 ? (c < 66464 ? (c >= 66432 && c <= 66461) : c <= 66499) : (c <= 66511 || (c < 66560 ? (c >= 66513 && c <= 66517) : c <= 66717))) : (c <= 66729 || (c < 66816 ? (c < 66776 ? (c >= 66736 && c <= 66771) : c <= 66811) : (c <= 66855 || (c < 66928 ? (c >= 66864 && c <= 66915) : c <= 66938))))))) : (c <= 66954 || (c < 67506 ? (c < 67003 ? (c < 66967 ? (c < 66964 ? (c >= 66956 && c <= 66962) : c <= 66965) : (c <= 66977 || (c < 66995 ? (c >= 66979 && c <= 66993) : c <= 67001))) : (c <= 67004 || (c < 67424 ? (c < 67392 ? (c >= 67072 && c <= 67382) : c <= 67413) : (c <= 67431 || (c < 67463 ? (c >= 67456 && c <= 67461) : c <= 67504))))) : (c <= 67514 || (c < 67647 ? (c < 67594 ? (c < 67592 ? (c >= 67584 && c <= 67589) : c <= 67592) : (c <= 67637 || (c < 67644 ? (c >= 67639 && c <= 67640) : c <= 67644))) : (c <= 67669 || (c < 67808 ? (c < 67712 ? (c >= 67680 && c <= 67702) : c <= 67742) : (c <= 67826 || (c < 67840 ? (c >= 67828 && c <= 67829) : c <= 67861))))))))))) : (c <= 67897 || (c < 70206 ? (c < 69296 ? (c < 68297 ? (c < 68121 ? (c < 68101 ? (c < 68030 ? (c >= 67968 && c <= 68023) : (c <= 68031 || (c >= 68096 && c <= 68099))) : (c <= 68102 || (c < 68117 ? (c >= 68108 && c <= 68115) : c <= 68119))) : (c <= 68149 || (c < 68192 ? (c < 68159 ? (c >= 68152 && c <= 68154) : c <= 68159) : (c <= 68220 || (c < 68288 ? (c >= 68224 && c <= 68252) : c <= 68295))))) : (c <= 68326 || (c < 68736 ? (c < 68448 ? (c < 68416 ? (c >= 68352 && c <= 68405) : c <= 68437) : (c <= 68466 || (c < 68608 ? (c >= 68480 && c <= 68497) : c <= 68680))) : (c <= 68786 || (c < 68912 ? (c < 68864 ? (c >= 68800 && c <= 68850) : c <= 68903) : (c <= 68921 || (c < 69291 ? (c >= 69248 && c <= 69289) : c <= 69292))))))) : (c <= 69297 || (c < 69872 ? (c < 69600 ? (c < 69424 ? (c < 69415 ? (c >= 69373 && c <= 69404) : c <= 69415) : (c <= 69456 || (c < 69552 ? (c >= 69488 && c <= 69509) : c <= 69572))) : (c <= 69622 || (c < 69759 ? (c < 69734 ? (c >= 69632 && c <= 69702) : c <= 69749) : (c <= 69818 || (c < 69840 ? c == 69826 : c <= 69864))))) : (c <= 69881 || (c < 70016 ? (c < 69956 ? (c < 69942 ? (c >= 69888 && c <= 69940) : c <= 69951) : (c <= 69959 || (c < 70006 ? (c >= 69968 && c <= 70003) : c <= 70006))) : (c <= 70084 || (c < 70108 ? (c < 70094 ? (c >= 70089 && c <= 70092) : c <= 70106) : (c <= 70108 || (c < 70163 ? (c >= 70144 && c <= 70161) : c <= 70199))))))))) : (c <= 70209 || (c < 70736 ? (c < 70442 ? (c < 70320 ? (c < 70282 ? (c < 70280 ? (c >= 70272 && c <= 70278) : c <= 70280) : (c <= 70285 || (c < 70303 ? (c >= 70287 && c <= 70301) : c <= 70312))) : (c <= 70378 || (c < 70405 ? (c < 70400 ? (c >= 70384 && c <= 70393) : c <= 70403) : (c <= 70412 || (c < 70419 ? (c >= 70415 && c <= 70416) : c <= 70440))))) : (c <= 70448 || (c < 70480 ? (c < 70459 ? (c < 70453 ? (c >= 70450 && c <= 70451) : c <= 70457) : (c <= 70468 || (c < 70475 ? (c >= 70471 && c <= 70472) : c <= 70477))) : (c <= 70480 || (c < 70502 ? (c < 70493 ? c == 70487 : c <= 70499) : (c <= 70508 || (c < 70656 ? (c >= 70512 && c <= 70516) : c <= 70730))))))) : (c <= 70745 || (c < 71360 ? (c < 71096 ? (c < 70855 ? (c < 70784 ? (c >= 70750 && c <= 70753) : c <= 70853) : (c <= 70855 || (c < 71040 ? (c >= 70864 && c <= 70873) : c <= 71093))) : (c <= 71104 || (c < 71236 ? (c < 71168 ? (c >= 71128 && c <= 71133) : c <= 71232) : (c <= 71236 || (c < 71296 ? (c >= 71248 && c <= 71257) : c <= 71352))))) : (c <= 71369 || (c < 71840 ? (c < 71472 ? (c < 71453 ? (c >= 71424 && c <= 71450) : c <= 71467) : (c <= 71481 || (c < 71680 ? (c >= 71488 && c <= 71494) : c <= 71738))) : (c <= 71913 || (c < 71948 ? (c < 71945 ? (c >= 71935 && c <= 71942) : c <= 71945) : (c <= 71955 || (c < 71960 ? (c >= 71957 && c <= 71958) : c <= 71989))))))))))))) : (c <= 71992 || (c < 119997 ? (c < 92864 ? (c < 73040 ? (c < 72714 ? (c < 72192 ? (c < 72106 ? (c < 72016 ? (c >= 71995 && c <= 72003) : (c <= 72025 || (c >= 72096 && c <= 72103))) : (c <= 72151 || (c < 72163 ? (c >= 72154 && c <= 72161) : c <= 72164))) : (c <= 72254 || (c < 72349 ? (c < 72272 ? c == 72263 : c <= 72345) : (c <= 72349 || (c < 72704 ? (c >= 72368 && c <= 72440) : c <= 72712))))) : (c <= 72758 || (c < 72960 ? (c < 72818 ? (c < 72784 ? (c >= 72760 && c <= 72768) : c <= 72793) : (c <= 72847 || (c < 72873 ? (c >= 72850 && c <= 72871) : c <= 72886))) : (c <= 72966 || (c < 73018 ? (c < 72971 ? (c >= 72968 && c <= 72969) : c <= 73014) : (c <= 73018 || (c < 73023 ? (c >= 73020 && c <= 73021) : c <= 73031))))))) : (c <= 73049 || (c < 73648 ? (c < 73120 ? (c < 73066 ? (c < 73063 ? (c >= 73056 && c <= 73061) : c <= 73064) : (c <= 73102 || (c < 73107 ? (c >= 73104 && c <= 73105) : c <= 73112))) : (c <= 73129 || (c < 73490 ? (c < 73472 ? (c >= 73440 && c <= 73462) : c <= 73488) : (c <= 73530 || (c < 73552 ? (c >= 73534 && c <= 73538) : c <= 73561))))) : (c <= 73648 || (c < 78912 ? (c < 74880 ? (c < 74752 ? (c >= 73728 && c <= 74649) : c <= 74862) : (c <= 75075 || (c < 77824 ? (c >= 77712 && c <= 77808) : c <= 78895))) : (c <= 78933 || (c < 92736 ? (c < 92160 ? (c >= 82944 && c <= 83526) : c <= 92728) : (c <= 92766 || (c < 92784 ? (c >= 92768 && c <= 92777) : c <= 92862))))))))) : (c <= 92873 || (c < 110933 ? (c < 94176 ? (c < 93027 ? (c < 92928 ? (c < 92912 ? (c >= 92880 && c <= 92909) : c <= 92916) : (c <= 92982 || (c < 93008 ? (c >= 92992 && c <= 92995) : c <= 93017))) : (c <= 93047 || (c < 93952 ? (c < 93760 ? (c >= 93053 && c <= 93071) : c <= 93823) : (c <= 94026 || (c < 94095 ? (c >= 94031 && c <= 94087) : c <= 94111))))) : (c <= 94177 || (c < 110576 ? (c < 94208 ? (c < 94192 ? (c >= 94179 && c <= 94180) : c <= 94193) : (c <= 100343 || (c < 101632 ? (c >= 100352 && c <= 101589) : c <= 101640))) : (c <= 110579 || (c < 110592 ? (c < 110589 ? (c >= 110581 && c <= 110587) : c <= 110590) : (c <= 110882 || (c < 110928 ? c == 110898 : c <= 110930))))))) : (c <= 110933 || (c < 119163 ? (c < 113808 ? (c < 113664 ? (c < 110960 ? (c >= 110948 && c <= 110951) : c <= 111355) : (c <= 113770 || (c < 113792 ? (c >= 113776 && c <= 113788) : c <= 113800))) : (c <= 113817 || (c < 118576 ? (c < 118528 ? (c >= 113821 && c <= 113822) : c <= 118573) : (c <= 118598 || (c < 119149 ? (c >= 119141 && c <= 119145) : c <= 119154))))) : (c <= 119170 || (c < 119966 ? (c < 119362 ? (c < 119210 ? (c >= 119173 && c <= 119179) : c <= 119213) : (c <= 119364 || (c < 119894 ? (c >= 119808 && c <= 119892) : c <= 119964))) : (c <= 119967 || (c < 119977 ? (c < 119973 ? c == 119970 : c <= 119974) : (c <= 119980 || (c < 119995 ? (c >= 119982 && c <= 119993) : c <= 119995))))))))))) : (c <= 120003 || (c < 124912 ? (c < 121403 ? (c < 120514 ? (c < 120123 ? (c < 120077 ? (c < 120071 ? (c >= 120005 && c <= 120069) : c <= 120074) : (c <= 120084 || (c < 120094 ? (c >= 120086 && c <= 120092) : c <= 120121))) : (c <= 120126 || (c < 120138 ? (c < 120134 ? (c >= 120128 && c <= 120132) : c <= 120134) : (c <= 120144 || (c < 120488 ? (c >= 120146 && c <= 120485) : c <= 120512))))) : (c <= 120538 || (c < 120688 ? (c < 120598 ? (c < 120572 ? (c >= 120540 && c <= 120570) : c <= 120596) : (c <= 120628 || (c < 120656 ? (c >= 120630 && c <= 120654) : c <= 120686))) : (c <= 120712 || (c < 120772 ? (c < 120746 ? (c >= 120714 && c <= 120744) : c <= 120770) : (c <= 120779 || (c < 121344 ? (c >= 120782 && c <= 120831) : c <= 121398))))))) : (c <= 121452 || (c < 122928 ? (c < 122661 ? (c < 121499 ? (c < 121476 ? c == 121461 : c <= 121476) : (c <= 121503 || (c < 122624 ? (c >= 121505 && c <= 121519) : c <= 122654))) : (c <= 122666 || (c < 122907 ? (c < 122888 ? (c >= 122880 && c <= 122886) : c <= 122904) : (c <= 122913 || (c < 122918 ? (c >= 122915 && c <= 122916) : c <= 122922))))) : (c <= 122989 || (c < 123536 ? (c < 123184 ? (c < 123136 ? c == 123023 : c <= 123180) : (c <= 123197 || (c < 123214 ? (c >= 123200 && c <= 123209) : c <= 123214))) : (c <= 123566 || (c < 124896 ? (c < 124112 ? (c >= 123584 && c <= 123641) : c <= 124153) : (c <= 124902 || (c < 124909 ? (c >= 124904 && c <= 124907) : c <= 124910))))))))) : (c <= 124926 || (c < 126557 ? (c < 126521 ? (c < 126469 ? (c < 125184 ? (c < 125136 ? (c >= 124928 && c <= 125124) : c <= 125142) : (c <= 125259 || (c < 126464 ? (c >= 125264 && c <= 125273) : c <= 126467))) : (c <= 126495 || (c < 126503 ? (c < 126500 ? (c >= 126497 && c <= 126498) : c <= 126500) : (c <= 126503 || (c < 126516 ? (c >= 126505 && c <= 126514) : c <= 126519))))) : (c <= 126521 || (c < 126541 ? (c < 126535 ? (c < 126530 ? c == 126523 : c <= 126530) : (c <= 126535 || (c < 126539 ? c == 126537 : c <= 126539))) : (c <= 126543 || (c < 126551 ? (c < 126548 ? (c >= 126545 && c <= 126546) : c <= 126548) : (c <= 126551 || (c < 126555 ? c == 126553 : c <= 126555))))))) : (c <= 126557 || (c < 126629 ? (c < 126580 ? (c < 126564 ? (c < 126561 ? c == 126559 : c <= 126562) : (c <= 126564 || (c < 126572 ? (c >= 126567 && c <= 126570) : c <= 126578))) : (c <= 126583 || (c < 126592 ? (c < 126590 ? (c >= 126585 && c <= 126588) : c <= 126590) : (c <= 126601 || (c < 126625 ? (c >= 126603 && c <= 126619) : c <= 126627))))) : (c <= 126633 || (c < 178208 ? (c < 131072 ? (c < 130032 ? (c >= 126635 && c <= 126651) : c <= 130041) : (c <= 173791 || (c < 177984 ? (c >= 173824 && c <= 177977) : c <= 178205))) : (c <= 183969 || (c < 196608 ? (c < 194560 ? (c >= 183984 && c <= 191456) : c <= 195101) : (c <= 201546 || (c < 917760 ? (c >= 201552 && c <= 205743) : c <= 917999))))))))))))))))); } static inline bool sym_identifier_character_set_14(int32_t c) { return (c < 43785 ? (c < 3804 ? (c < 2759 ? (c < 2048 ? (c < 1155 ? (c < 736 ? (c < 183 ? (c < 'b' ? (c < 'A' ? (c >= '0' && c <= '9') : (c <= 'Z' || c == '_')) : (c <= 'z' || (c < 181 ? c == 170 : c <= 181))) : (c <= 183 || (c < 216 ? (c < 192 ? c == 186 : c <= 214) : (c <= 246 || (c < 710 ? (c >= 248 && c <= 705) : c <= 721))))) : (c <= 740 || (c < 895 ? (c < 768 ? (c < 750 ? c == 748 : c <= 750) : (c <= 884 || (c < 891 ? (c >= 886 && c <= 887) : c <= 893))) : (c <= 895 || (c < 910 ? (c < 908 ? (c >= 902 && c <= 906) : c <= 908) : (c <= 929 || (c < 1015 ? (c >= 931 && c <= 1013) : c <= 1153))))))) : (c <= 1159 || (c < 1552 ? (c < 1471 ? (c < 1369 ? (c < 1329 ? (c >= 1162 && c <= 1327) : c <= 1366) : (c <= 1369 || (c < 1425 ? (c >= 1376 && c <= 1416) : c <= 1469))) : (c <= 1471 || (c < 1479 ? (c < 1476 ? (c >= 1473 && c <= 1474) : c <= 1477) : (c <= 1479 || (c < 1519 ? (c >= 1488 && c <= 1514) : c <= 1522))))) : (c <= 1562 || (c < 1791 ? (c < 1749 ? (c < 1646 ? (c >= 1568 && c <= 1641) : c <= 1747) : (c <= 1756 || (c < 1770 ? (c >= 1759 && c <= 1768) : c <= 1788))) : (c <= 1791 || (c < 1984 ? (c < 1869 ? (c >= 1808 && c <= 1866) : c <= 1969) : (c <= 2037 || (c < 2045 ? c == 2042 : c <= 2045))))))))) : (c <= 2093 || (c < 2561 ? (c < 2474 ? (c < 2275 ? (c < 2160 ? (c < 2144 ? (c >= 2112 && c <= 2139) : c <= 2154) : (c <= 2183 || (c < 2200 ? (c >= 2185 && c <= 2190) : c <= 2273))) : (c <= 2403 || (c < 2437 ? (c < 2417 ? (c >= 2406 && c <= 2415) : c <= 2435) : (c <= 2444 || (c < 2451 ? (c >= 2447 && c <= 2448) : c <= 2472))))) : (c <= 2480 || (c < 2519 ? (c < 2492 ? (c < 2486 ? c == 2482 : c <= 2489) : (c <= 2500 || (c < 2507 ? (c >= 2503 && c <= 2504) : c <= 2510))) : (c <= 2519 || (c < 2534 ? (c < 2527 ? (c >= 2524 && c <= 2525) : c <= 2531) : (c <= 2545 || (c < 2558 ? c == 2556 : c <= 2558))))))) : (c <= 2563 || (c < 2641 ? (c < 2613 ? (c < 2579 ? (c < 2575 ? (c >= 2565 && c <= 2570) : c <= 2576) : (c <= 2600 || (c < 2610 ? (c >= 2602 && c <= 2608) : c <= 2611))) : (c <= 2614 || (c < 2622 ? (c < 2620 ? (c >= 2616 && c <= 2617) : c <= 2620) : (c <= 2626 || (c < 2635 ? (c >= 2631 && c <= 2632) : c <= 2637))))) : (c <= 2641 || (c < 2703 ? (c < 2662 ? (c < 2654 ? (c >= 2649 && c <= 2652) : c <= 2654) : (c <= 2677 || (c < 2693 ? (c >= 2689 && c <= 2691) : c <= 2701))) : (c <= 2705 || (c < 2738 ? (c < 2730 ? (c >= 2707 && c <= 2728) : c <= 2736) : (c <= 2739 || (c < 2748 ? (c >= 2741 && c <= 2745) : c <= 2757))))))))))) : (c <= 2761 || (c < 3200 ? (c < 2969 ? (c < 2876 ? (c < 2821 ? (c < 2790 ? (c < 2768 ? (c >= 2763 && c <= 2765) : (c <= 2768 || (c >= 2784 && c <= 2787))) : (c <= 2799 || (c < 2817 ? (c >= 2809 && c <= 2815) : c <= 2819))) : (c <= 2828 || (c < 2858 ? (c < 2835 ? (c >= 2831 && c <= 2832) : c <= 2856) : (c <= 2864 || (c < 2869 ? (c >= 2866 && c <= 2867) : c <= 2873))))) : (c <= 2884 || (c < 2918 ? (c < 2901 ? (c < 2891 ? (c >= 2887 && c <= 2888) : c <= 2893) : (c <= 2903 || (c < 2911 ? (c >= 2908 && c <= 2909) : c <= 2915))) : (c <= 2927 || (c < 2949 ? (c < 2946 ? c == 2929 : c <= 2947) : (c <= 2954 || (c < 2962 ? (c >= 2958 && c <= 2960) : c <= 2965))))))) : (c <= 2970 || (c < 3072 ? (c < 3006 ? (c < 2979 ? (c < 2974 ? c == 2972 : c <= 2975) : (c <= 2980 || (c < 2990 ? (c >= 2984 && c <= 2986) : c <= 3001))) : (c <= 3010 || (c < 3024 ? (c < 3018 ? (c >= 3014 && c <= 3016) : c <= 3021) : (c <= 3024 || (c < 3046 ? c == 3031 : c <= 3055))))) : (c <= 3084 || (c < 3146 ? (c < 3114 ? (c < 3090 ? (c >= 3086 && c <= 3088) : c <= 3112) : (c <= 3129 || (c < 3142 ? (c >= 3132 && c <= 3140) : c <= 3144))) : (c <= 3149 || (c < 3165 ? (c < 3160 ? (c >= 3157 && c <= 3158) : c <= 3162) : (c <= 3165 || (c < 3174 ? (c >= 3168 && c <= 3171) : c <= 3183))))))))) : (c <= 3203 || (c < 3461 ? (c < 3302 ? (c < 3260 ? (c < 3218 ? (c < 3214 ? (c >= 3205 && c <= 3212) : c <= 3216) : (c <= 3240 || (c < 3253 ? (c >= 3242 && c <= 3251) : c <= 3257))) : (c <= 3268 || (c < 3285 ? (c < 3274 ? (c >= 3270 && c <= 3272) : c <= 3277) : (c <= 3286 || (c < 3296 ? (c >= 3293 && c <= 3294) : c <= 3299))))) : (c <= 3311 || (c < 3402 ? (c < 3342 ? (c < 3328 ? (c >= 3313 && c <= 3315) : c <= 3340) : (c <= 3344 || (c < 3398 ? (c >= 3346 && c <= 3396) : c <= 3400))) : (c <= 3406 || (c < 3430 ? (c < 3423 ? (c >= 3412 && c <= 3415) : c <= 3427) : (c <= 3439 || (c < 3457 ? (c >= 3450 && c <= 3455) : c <= 3459))))))) : (c <= 3478 || (c < 3648 ? (c < 3535 ? (c < 3517 ? (c < 3507 ? (c >= 3482 && c <= 3505) : c <= 3515) : (c <= 3517 || (c < 3530 ? (c >= 3520 && c <= 3526) : c <= 3530))) : (c <= 3540 || (c < 3558 ? (c < 3544 ? c == 3542 : c <= 3551) : (c <= 3567 || (c < 3585 ? (c >= 3570 && c <= 3571) : c <= 3642))))) : (c <= 3662 || (c < 3749 ? (c < 3716 ? (c < 3713 ? (c >= 3664 && c <= 3673) : c <= 3714) : (c <= 3716 || (c < 3724 ? (c >= 3718 && c <= 3722) : c <= 3747))) : (c <= 3749 || (c < 3782 ? (c < 3776 ? (c >= 3751 && c <= 3773) : c <= 3780) : (c <= 3782 || (c < 3792 ? (c >= 3784 && c <= 3790) : c <= 3801))))))))))))) : (c <= 3807 || (c < 8064 ? (c < 5998 ? (c < 4746 ? (c < 4096 ? (c < 3902 ? (c < 3893 ? (c < 3864 ? c == 3840 : (c <= 3865 || (c >= 3872 && c <= 3881))) : (c <= 3893 || (c < 3897 ? c == 3895 : c <= 3897))) : (c <= 3911 || (c < 3974 ? (c < 3953 ? (c >= 3913 && c <= 3948) : c <= 3972) : (c <= 3991 || (c < 4038 ? (c >= 3993 && c <= 4028) : c <= 4038))))) : (c <= 4169 || (c < 4348 ? (c < 4295 ? (c < 4256 ? (c >= 4176 && c <= 4253) : c <= 4293) : (c <= 4295 || (c < 4304 ? c == 4301 : c <= 4346))) : (c <= 4680 || (c < 4696 ? (c < 4688 ? (c >= 4682 && c <= 4685) : c <= 4694) : (c <= 4696 || (c < 4704 ? (c >= 4698 && c <= 4701) : c <= 4744))))))) : (c <= 4749 || (c < 4992 ? (c < 4808 ? (c < 4792 ? (c < 4786 ? (c >= 4752 && c <= 4784) : c <= 4789) : (c <= 4798 || (c < 4802 ? c == 4800 : c <= 4805))) : (c <= 4822 || (c < 4888 ? (c < 4882 ? (c >= 4824 && c <= 4880) : c <= 4885) : (c <= 4954 || (c < 4969 ? (c >= 4957 && c <= 4959) : c <= 4977))))) : (c <= 5007 || (c < 5792 ? (c < 5121 ? (c < 5112 ? (c >= 5024 && c <= 5109) : c <= 5117) : (c <= 5740 || (c < 5761 ? (c >= 5743 && c <= 5759) : c <= 5786))) : (c <= 5866 || (c < 5919 ? (c < 5888 ? (c >= 5870 && c <= 5880) : c <= 5909) : (c <= 5940 || (c < 5984 ? (c >= 5952 && c <= 5971) : c <= 5996))))))))) : (c <= 6000 || (c < 6823 ? (c < 6432 ? (c < 6155 ? (c < 6103 ? (c < 6016 ? (c >= 6002 && c <= 6003) : c <= 6099) : (c <= 6103 || (c < 6112 ? (c >= 6108 && c <= 6109) : c <= 6121))) : (c <= 6157 || (c < 6272 ? (c < 6176 ? (c >= 6159 && c <= 6169) : c <= 6264) : (c <= 6314 || (c < 6400 ? (c >= 6320 && c <= 6389) : c <= 6430))))) : (c <= 6443 || (c < 6608 ? (c < 6512 ? (c < 6470 ? (c >= 6448 && c <= 6459) : c <= 6509) : (c <= 6516 || (c < 6576 ? (c >= 6528 && c <= 6571) : c <= 6601))) : (c <= 6618 || (c < 6752 ? (c < 6688 ? (c >= 6656 && c <= 6683) : c <= 6750) : (c <= 6780 || (c < 6800 ? (c >= 6783 && c <= 6793) : c <= 6809))))))) : (c <= 6823 || (c < 7357 ? (c < 7040 ? (c < 6912 ? (c < 6847 ? (c >= 6832 && c <= 6845) : c <= 6862) : (c <= 6988 || (c < 7019 ? (c >= 6992 && c <= 7001) : c <= 7027))) : (c <= 7155 || (c < 7245 ? (c < 7232 ? (c >= 7168 && c <= 7223) : c <= 7241) : (c <= 7293 || (c < 7312 ? (c >= 7296 && c <= 7304) : c <= 7354))))) : (c <= 7359 || (c < 8008 ? (c < 7424 ? (c < 7380 ? (c >= 7376 && c <= 7378) : c <= 7418) : (c <= 7957 || (c < 7968 ? (c >= 7960 && c <= 7965) : c <= 8005))) : (c <= 8013 || (c < 8027 ? (c < 8025 ? (c >= 8016 && c <= 8023) : c <= 8025) : (c <= 8027 || (c < 8031 ? c == 8029 : c <= 8061))))))))))) : (c <= 8116 || (c < 12321 ? (c < 8488 ? (c < 8319 ? (c < 8160 ? (c < 8134 ? (c < 8126 ? (c >= 8118 && c <= 8124) : (c <= 8126 || (c >= 8130 && c <= 8132))) : (c <= 8140 || (c < 8150 ? (c >= 8144 && c <= 8147) : c <= 8155))) : (c <= 8172 || (c < 8255 ? (c < 8182 ? (c >= 8178 && c <= 8180) : c <= 8188) : (c <= 8256 || (c < 8305 ? c == 8276 : c <= 8305))))) : (c <= 8319 || (c < 8455 ? (c < 8417 ? (c < 8400 ? (c >= 8336 && c <= 8348) : c <= 8412) : (c <= 8417 || (c < 8450 ? (c >= 8421 && c <= 8432) : c <= 8450))) : (c <= 8455 || (c < 8472 ? (c < 8469 ? (c >= 8458 && c <= 8467) : c <= 8469) : (c <= 8477 || (c < 8486 ? c == 8484 : c <= 8486))))))) : (c <= 8488 || (c < 11631 ? (c < 11264 ? (c < 8517 ? (c < 8508 ? (c >= 8490 && c <= 8505) : c <= 8511) : (c <= 8521 || (c < 8544 ? c == 8526 : c <= 8584))) : (c <= 11492 || (c < 11559 ? (c < 11520 ? (c >= 11499 && c <= 11507) : c <= 11557) : (c <= 11559 || (c < 11568 ? c == 11565 : c <= 11623))))) : (c <= 11631 || (c < 11712 ? (c < 11688 ? (c < 11680 ? (c >= 11647 && c <= 11670) : c <= 11686) : (c <= 11694 || (c < 11704 ? (c >= 11696 && c <= 11702) : c <= 11710))) : (c <= 11718 || (c < 11736 ? (c < 11728 ? (c >= 11720 && c <= 11726) : c <= 11734) : (c <= 11742 || (c < 12293 ? (c >= 11744 && c <= 11775) : c <= 12295))))))))) : (c <= 12335 || (c < 42963 ? (c < 13312 ? (c < 12449 ? (c < 12353 ? (c < 12344 ? (c >= 12337 && c <= 12341) : c <= 12348) : (c <= 12438 || (c < 12445 ? (c >= 12441 && c <= 12442) : c <= 12447))) : (c <= 12538 || (c < 12593 ? (c < 12549 ? (c >= 12540 && c <= 12543) : c <= 12591) : (c <= 12686 || (c < 12784 ? (c >= 12704 && c <= 12735) : c <= 12799))))) : (c <= 19903 || (c < 42612 ? (c < 42240 ? (c < 42192 ? (c >= 19968 && c <= 42124) : c <= 42237) : (c <= 42508 || (c < 42560 ? (c >= 42512 && c <= 42539) : c <= 42607))) : (c <= 42621 || (c < 42786 ? (c < 42775 ? (c >= 42623 && c <= 42737) : c <= 42783) : (c <= 42888 || (c < 42960 ? (c >= 42891 && c <= 42954) : c <= 42961))))))) : (c <= 42963 || (c < 43392 ? (c < 43216 ? (c < 43052 ? (c < 42994 ? (c >= 42965 && c <= 42969) : c <= 43047) : (c <= 43052 || (c < 43136 ? (c >= 43072 && c <= 43123) : c <= 43205))) : (c <= 43225 || (c < 43261 ? (c < 43259 ? (c >= 43232 && c <= 43255) : c <= 43259) : (c <= 43309 || (c < 43360 ? (c >= 43312 && c <= 43347) : c <= 43388))))) : (c <= 43456 || (c < 43616 ? (c < 43520 ? (c < 43488 ? (c >= 43471 && c <= 43481) : c <= 43518) : (c <= 43574 || (c < 43600 ? (c >= 43584 && c <= 43597) : c <= 43609))) : (c <= 43638 || (c < 43744 ? (c < 43739 ? (c >= 43642 && c <= 43714) : c <= 43741) : (c <= 43759 || (c < 43777 ? (c >= 43762 && c <= 43766) : c <= 43782))))))))))))))) : (c <= 43790 || (c < 71960 ? (c < 67840 ? (c < 65549 ? (c < 64848 ? (c < 64112 ? (c < 44012 ? (c < 43824 ? (c < 43808 ? (c >= 43793 && c <= 43798) : (c <= 43814 || (c >= 43816 && c <= 43822))) : (c <= 43866 || (c < 43888 ? (c >= 43868 && c <= 43881) : c <= 44010))) : (c <= 44013 || (c < 55216 ? (c < 44032 ? (c >= 44016 && c <= 44025) : c <= 55203) : (c <= 55238 || (c < 63744 ? (c >= 55243 && c <= 55291) : c <= 64109))))) : (c <= 64217 || (c < 64318 ? (c < 64285 ? (c < 64275 ? (c >= 64256 && c <= 64262) : c <= 64279) : (c <= 64296 || (c < 64312 ? (c >= 64298 && c <= 64310) : c <= 64316))) : (c <= 64318 || (c < 64326 ? (c < 64323 ? (c >= 64320 && c <= 64321) : c <= 64324) : (c <= 64433 || (c < 64612 ? (c >= 64467 && c <= 64605) : c <= 64829))))))) : (c <= 64911 || (c < 65149 ? (c < 65101 ? (c < 65024 ? (c < 65008 ? (c >= 64914 && c <= 64967) : c <= 65017) : (c <= 65039 || (c < 65075 ? (c >= 65056 && c <= 65071) : c <= 65076))) : (c <= 65103 || (c < 65143 ? (c < 65139 ? c == 65137 : c <= 65139) : (c <= 65143 || (c < 65147 ? c == 65145 : c <= 65147))))) : (c <= 65149 || (c < 65382 ? (c < 65313 ? (c < 65296 ? (c >= 65151 && c <= 65276) : c <= 65305) : (c <= 65338 || (c < 65345 ? c == 65343 : c <= 65370))) : (c <= 65470 || (c < 65490 ? (c < 65482 ? (c >= 65474 && c <= 65479) : c <= 65487) : (c <= 65495 || (c < 65536 ? (c >= 65498 && c <= 65500) : c <= 65547))))))))) : (c <= 65574 || (c < 66928 ? (c < 66349 ? (c < 65856 ? (c < 65599 ? (c < 65596 ? (c >= 65576 && c <= 65594) : c <= 65597) : (c <= 65613 || (c < 65664 ? (c >= 65616 && c <= 65629) : c <= 65786))) : (c <= 65908 || (c < 66208 ? (c < 66176 ? c == 66045 : c <= 66204) : (c <= 66256 || (c < 66304 ? c == 66272 : c <= 66335))))) : (c <= 66378 || (c < 66560 ? (c < 66464 ? (c < 66432 ? (c >= 66384 && c <= 66426) : c <= 66461) : (c <= 66499 || (c < 66513 ? (c >= 66504 && c <= 66511) : c <= 66517))) : (c <= 66717 || (c < 66776 ? (c < 66736 ? (c >= 66720 && c <= 66729) : c <= 66771) : (c <= 66811 || (c < 66864 ? (c >= 66816 && c <= 66855) : c <= 66915))))))) : (c <= 66938 || (c < 67463 ? (c < 66995 ? (c < 66964 ? (c < 66956 ? (c >= 66940 && c <= 66954) : c <= 66962) : (c <= 66965 || (c < 66979 ? (c >= 66967 && c <= 66977) : c <= 66993))) : (c <= 67001 || (c < 67392 ? (c < 67072 ? (c >= 67003 && c <= 67004) : c <= 67382) : (c <= 67413 || (c < 67456 ? (c >= 67424 && c <= 67431) : c <= 67461))))) : (c <= 67504 || (c < 67644 ? (c < 67592 ? (c < 67584 ? (c >= 67506 && c <= 67514) : c <= 67589) : (c <= 67592 || (c < 67639 ? (c >= 67594 && c <= 67637) : c <= 67640))) : (c <= 67644 || (c < 67712 ? (c < 67680 ? (c >= 67647 && c <= 67669) : c <= 67702) : (c <= 67742 || (c < 67828 ? (c >= 67808 && c <= 67826) : c <= 67829))))))))))) : (c <= 67861 || (c < 70163 ? (c < 69291 ? (c < 68288 ? (c < 68117 ? (c < 68096 ? (c < 67968 ? (c >= 67872 && c <= 67897) : (c <= 68023 || (c >= 68030 && c <= 68031))) : (c <= 68099 || (c < 68108 ? (c >= 68101 && c <= 68102) : c <= 68115))) : (c <= 68119 || (c < 68159 ? (c < 68152 ? (c >= 68121 && c <= 68149) : c <= 68154) : (c <= 68159 || (c < 68224 ? (c >= 68192 && c <= 68220) : c <= 68252))))) : (c <= 68295 || (c < 68608 ? (c < 68416 ? (c < 68352 ? (c >= 68297 && c <= 68326) : c <= 68405) : (c <= 68437 || (c < 68480 ? (c >= 68448 && c <= 68466) : c <= 68497))) : (c <= 68680 || (c < 68864 ? (c < 68800 ? (c >= 68736 && c <= 68786) : c <= 68850) : (c <= 68903 || (c < 69248 ? (c >= 68912 && c <= 68921) : c <= 69289))))))) : (c <= 69292 || (c < 69840 ? (c < 69552 ? (c < 69415 ? (c < 69373 ? (c >= 69296 && c <= 69297) : c <= 69404) : (c <= 69415 || (c < 69488 ? (c >= 69424 && c <= 69456) : c <= 69509))) : (c <= 69572 || (c < 69734 ? (c < 69632 ? (c >= 69600 && c <= 69622) : c <= 69702) : (c <= 69749 || (c < 69826 ? (c >= 69759 && c <= 69818) : c <= 69826))))) : (c <= 69864 || (c < 70006 ? (c < 69942 ? (c < 69888 ? (c >= 69872 && c <= 69881) : c <= 69940) : (c <= 69951 || (c < 69968 ? (c >= 69956 && c <= 69959) : c <= 70003))) : (c <= 70006 || (c < 70094 ? (c < 70089 ? (c >= 70016 && c <= 70084) : c <= 70092) : (c <= 70106 || (c < 70144 ? c == 70108 : c <= 70161))))))))) : (c <= 70199 || (c < 70656 ? (c < 70419 ? (c < 70303 ? (c < 70280 ? (c < 70272 ? (c >= 70206 && c <= 70209) : c <= 70278) : (c <= 70280 || (c < 70287 ? (c >= 70282 && c <= 70285) : c <= 70301))) : (c <= 70312 || (c < 70400 ? (c < 70384 ? (c >= 70320 && c <= 70378) : c <= 70393) : (c <= 70403 || (c < 70415 ? (c >= 70405 && c <= 70412) : c <= 70416))))) : (c <= 70440 || (c < 70475 ? (c < 70453 ? (c < 70450 ? (c >= 70442 && c <= 70448) : c <= 70451) : (c <= 70457 || (c < 70471 ? (c >= 70459 && c <= 70468) : c <= 70472))) : (c <= 70477 || (c < 70493 ? (c < 70487 ? c == 70480 : c <= 70487) : (c <= 70499 || (c < 70512 ? (c >= 70502 && c <= 70508) : c <= 70516))))))) : (c <= 70730 || (c < 71296 ? (c < 71040 ? (c < 70784 ? (c < 70750 ? (c >= 70736 && c <= 70745) : c <= 70753) : (c <= 70853 || (c < 70864 ? c == 70855 : c <= 70873))) : (c <= 71093 || (c < 71168 ? (c < 71128 ? (c >= 71096 && c <= 71104) : c <= 71133) : (c <= 71232 || (c < 71248 ? c == 71236 : c <= 71257))))) : (c <= 71352 || (c < 71680 ? (c < 71453 ? (c < 71424 ? (c >= 71360 && c <= 71369) : c <= 71450) : (c <= 71467 || (c < 71488 ? (c >= 71472 && c <= 71481) : c <= 71494))) : (c <= 71738 || (c < 71945 ? (c < 71935 ? (c >= 71840 && c <= 71913) : c <= 71942) : (c <= 71945 || (c < 71957 ? (c >= 71948 && c <= 71955) : c <= 71958))))))))))))) : (c <= 71989 || (c < 119995 ? (c < 92784 ? (c < 73023 ? (c < 72704 ? (c < 72163 ? (c < 72096 ? (c < 71995 ? (c >= 71991 && c <= 71992) : (c <= 72003 || (c >= 72016 && c <= 72025))) : (c <= 72103 || (c < 72154 ? (c >= 72106 && c <= 72151) : c <= 72161))) : (c <= 72164 || (c < 72272 ? (c < 72263 ? (c >= 72192 && c <= 72254) : c <= 72263) : (c <= 72345 || (c < 72368 ? c == 72349 : c <= 72440))))) : (c <= 72712 || (c < 72873 ? (c < 72784 ? (c < 72760 ? (c >= 72714 && c <= 72758) : c <= 72768) : (c <= 72793 || (c < 72850 ? (c >= 72818 && c <= 72847) : c <= 72871))) : (c <= 72886 || (c < 72971 ? (c < 72968 ? (c >= 72960 && c <= 72966) : c <= 72969) : (c <= 73014 || (c < 73020 ? c == 73018 : c <= 73021))))))) : (c <= 73031 || (c < 73552 ? (c < 73107 ? (c < 73063 ? (c < 73056 ? (c >= 73040 && c <= 73049) : c <= 73061) : (c <= 73064 || (c < 73104 ? (c >= 73066 && c <= 73102) : c <= 73105))) : (c <= 73112 || (c < 73472 ? (c < 73440 ? (c >= 73120 && c <= 73129) : c <= 73462) : (c <= 73488 || (c < 73534 ? (c >= 73490 && c <= 73530) : c <= 73538))))) : (c <= 73561 || (c < 77824 ? (c < 74752 ? (c < 73728 ? c == 73648 : c <= 74649) : (c <= 74862 || (c < 77712 ? (c >= 74880 && c <= 75075) : c <= 77808))) : (c <= 78895 || (c < 92160 ? (c < 82944 ? (c >= 78912 && c <= 78933) : c <= 83526) : (c <= 92728 || (c < 92768 ? (c >= 92736 && c <= 92766) : c <= 92777))))))))) : (c <= 92862 || (c < 110928 ? (c < 94095 ? (c < 93008 ? (c < 92912 ? (c < 92880 ? (c >= 92864 && c <= 92873) : c <= 92909) : (c <= 92916 || (c < 92992 ? (c >= 92928 && c <= 92982) : c <= 92995))) : (c <= 93017 || (c < 93760 ? (c < 93053 ? (c >= 93027 && c <= 93047) : c <= 93071) : (c <= 93823 || (c < 94031 ? (c >= 93952 && c <= 94026) : c <= 94087))))) : (c <= 94111 || (c < 101632 ? (c < 94192 ? (c < 94179 ? (c >= 94176 && c <= 94177) : c <= 94180) : (c <= 94193 || (c < 100352 ? (c >= 94208 && c <= 100343) : c <= 101589))) : (c <= 101640 || (c < 110589 ? (c < 110581 ? (c >= 110576 && c <= 110579) : c <= 110587) : (c <= 110590 || (c < 110898 ? (c >= 110592 && c <= 110882) : c <= 110898))))))) : (c <= 110930 || (c < 119149 ? (c < 113792 ? (c < 110960 ? (c < 110948 ? c == 110933 : c <= 110951) : (c <= 111355 || (c < 113776 ? (c >= 113664 && c <= 113770) : c <= 113788))) : (c <= 113800 || (c < 118528 ? (c < 113821 ? (c >= 113808 && c <= 113817) : c <= 113822) : (c <= 118573 || (c < 119141 ? (c >= 118576 && c <= 118598) : c <= 119145))))) : (c <= 119154 || (c < 119894 ? (c < 119210 ? (c < 119173 ? (c >= 119163 && c <= 119170) : c <= 119179) : (c <= 119213 || (c < 119808 ? (c >= 119362 && c <= 119364) : c <= 119892))) : (c <= 119964 || (c < 119973 ? (c < 119970 ? (c >= 119966 && c <= 119967) : c <= 119970) : (c <= 119974 || (c < 119982 ? (c >= 119977 && c <= 119980) : c <= 119993))))))))))) : (c <= 119995 || (c < 124912 ? (c < 121403 ? (c < 120514 ? (c < 120123 ? (c < 120077 ? (c < 120005 ? (c >= 119997 && c <= 120003) : (c <= 120069 || (c >= 120071 && c <= 120074))) : (c <= 120084 || (c < 120094 ? (c >= 120086 && c <= 120092) : c <= 120121))) : (c <= 120126 || (c < 120138 ? (c < 120134 ? (c >= 120128 && c <= 120132) : c <= 120134) : (c <= 120144 || (c < 120488 ? (c >= 120146 && c <= 120485) : c <= 120512))))) : (c <= 120538 || (c < 120688 ? (c < 120598 ? (c < 120572 ? (c >= 120540 && c <= 120570) : c <= 120596) : (c <= 120628 || (c < 120656 ? (c >= 120630 && c <= 120654) : c <= 120686))) : (c <= 120712 || (c < 120772 ? (c < 120746 ? (c >= 120714 && c <= 120744) : c <= 120770) : (c <= 120779 || (c < 121344 ? (c >= 120782 && c <= 120831) : c <= 121398))))))) : (c <= 121452 || (c < 122928 ? (c < 122661 ? (c < 121499 ? (c < 121476 ? c == 121461 : c <= 121476) : (c <= 121503 || (c < 122624 ? (c >= 121505 && c <= 121519) : c <= 122654))) : (c <= 122666 || (c < 122907 ? (c < 122888 ? (c >= 122880 && c <= 122886) : c <= 122904) : (c <= 122913 || (c < 122918 ? (c >= 122915 && c <= 122916) : c <= 122922))))) : (c <= 122989 || (c < 123536 ? (c < 123184 ? (c < 123136 ? c == 123023 : c <= 123180) : (c <= 123197 || (c < 123214 ? (c >= 123200 && c <= 123209) : c <= 123214))) : (c <= 123566 || (c < 124896 ? (c < 124112 ? (c >= 123584 && c <= 123641) : c <= 124153) : (c <= 124902 || (c < 124909 ? (c >= 124904 && c <= 124907) : c <= 124910))))))))) : (c <= 124926 || (c < 126557 ? (c < 126521 ? (c < 126469 ? (c < 125184 ? (c < 125136 ? (c >= 124928 && c <= 125124) : c <= 125142) : (c <= 125259 || (c < 126464 ? (c >= 125264 && c <= 125273) : c <= 126467))) : (c <= 126495 || (c < 126503 ? (c < 126500 ? (c >= 126497 && c <= 126498) : c <= 126500) : (c <= 126503 || (c < 126516 ? (c >= 126505 && c <= 126514) : c <= 126519))))) : (c <= 126521 || (c < 126541 ? (c < 126535 ? (c < 126530 ? c == 126523 : c <= 126530) : (c <= 126535 || (c < 126539 ? c == 126537 : c <= 126539))) : (c <= 126543 || (c < 126551 ? (c < 126548 ? (c >= 126545 && c <= 126546) : c <= 126548) : (c <= 126551 || (c < 126555 ? c == 126553 : c <= 126555))))))) : (c <= 126557 || (c < 126629 ? (c < 126580 ? (c < 126564 ? (c < 126561 ? c == 126559 : c <= 126562) : (c <= 126564 || (c < 126572 ? (c >= 126567 && c <= 126570) : c <= 126578))) : (c <= 126583 || (c < 126592 ? (c < 126590 ? (c >= 126585 && c <= 126588) : c <= 126590) : (c <= 126601 || (c < 126625 ? (c >= 126603 && c <= 126619) : c <= 126627))))) : (c <= 126633 || (c < 178208 ? (c < 131072 ? (c < 130032 ? (c >= 126635 && c <= 126651) : c <= 130041) : (c <= 173791 || (c < 177984 ? (c >= 173824 && c <= 177977) : c <= 178205))) : (c <= 183969 || (c < 196608 ? (c < 194560 ? (c >= 183984 && c <= 191456) : c <= 195101) : (c <= 201546 || (c < 917760 ? (c >= 201552 && c <= 205743) : c <= 917999))))))))))))))))); } static inline bool sym_identifier_character_set_15(int32_t c) { return (c < 43785 ? (c < 3804 ? (c < 2759 ? (c < 2048 ? (c < 1155 ? (c < 736 ? (c < 183 ? (c < 'a' ? (c < 'A' ? (c >= '0' && c <= '9') : (c <= 'Z' || c == '_')) : (c <= 'y' || (c < 181 ? c == 170 : c <= 181))) : (c <= 183 || (c < 216 ? (c < 192 ? c == 186 : c <= 214) : (c <= 246 || (c < 710 ? (c >= 248 && c <= 705) : c <= 721))))) : (c <= 740 || (c < 895 ? (c < 768 ? (c < 750 ? c == 748 : c <= 750) : (c <= 884 || (c < 891 ? (c >= 886 && c <= 887) : c <= 893))) : (c <= 895 || (c < 910 ? (c < 908 ? (c >= 902 && c <= 906) : c <= 908) : (c <= 929 || (c < 1015 ? (c >= 931 && c <= 1013) : c <= 1153))))))) : (c <= 1159 || (c < 1552 ? (c < 1471 ? (c < 1369 ? (c < 1329 ? (c >= 1162 && c <= 1327) : c <= 1366) : (c <= 1369 || (c < 1425 ? (c >= 1376 && c <= 1416) : c <= 1469))) : (c <= 1471 || (c < 1479 ? (c < 1476 ? (c >= 1473 && c <= 1474) : c <= 1477) : (c <= 1479 || (c < 1519 ? (c >= 1488 && c <= 1514) : c <= 1522))))) : (c <= 1562 || (c < 1791 ? (c < 1749 ? (c < 1646 ? (c >= 1568 && c <= 1641) : c <= 1747) : (c <= 1756 || (c < 1770 ? (c >= 1759 && c <= 1768) : c <= 1788))) : (c <= 1791 || (c < 1984 ? (c < 1869 ? (c >= 1808 && c <= 1866) : c <= 1969) : (c <= 2037 || (c < 2045 ? c == 2042 : c <= 2045))))))))) : (c <= 2093 || (c < 2561 ? (c < 2474 ? (c < 2275 ? (c < 2160 ? (c < 2144 ? (c >= 2112 && c <= 2139) : c <= 2154) : (c <= 2183 || (c < 2200 ? (c >= 2185 && c <= 2190) : c <= 2273))) : (c <= 2403 || (c < 2437 ? (c < 2417 ? (c >= 2406 && c <= 2415) : c <= 2435) : (c <= 2444 || (c < 2451 ? (c >= 2447 && c <= 2448) : c <= 2472))))) : (c <= 2480 || (c < 2519 ? (c < 2492 ? (c < 2486 ? c == 2482 : c <= 2489) : (c <= 2500 || (c < 2507 ? (c >= 2503 && c <= 2504) : c <= 2510))) : (c <= 2519 || (c < 2534 ? (c < 2527 ? (c >= 2524 && c <= 2525) : c <= 2531) : (c <= 2545 || (c < 2558 ? c == 2556 : c <= 2558))))))) : (c <= 2563 || (c < 2641 ? (c < 2613 ? (c < 2579 ? (c < 2575 ? (c >= 2565 && c <= 2570) : c <= 2576) : (c <= 2600 || (c < 2610 ? (c >= 2602 && c <= 2608) : c <= 2611))) : (c <= 2614 || (c < 2622 ? (c < 2620 ? (c >= 2616 && c <= 2617) : c <= 2620) : (c <= 2626 || (c < 2635 ? (c >= 2631 && c <= 2632) : c <= 2637))))) : (c <= 2641 || (c < 2703 ? (c < 2662 ? (c < 2654 ? (c >= 2649 && c <= 2652) : c <= 2654) : (c <= 2677 || (c < 2693 ? (c >= 2689 && c <= 2691) : c <= 2701))) : (c <= 2705 || (c < 2738 ? (c < 2730 ? (c >= 2707 && c <= 2728) : c <= 2736) : (c <= 2739 || (c < 2748 ? (c >= 2741 && c <= 2745) : c <= 2757))))))))))) : (c <= 2761 || (c < 3200 ? (c < 2969 ? (c < 2876 ? (c < 2821 ? (c < 2790 ? (c < 2768 ? (c >= 2763 && c <= 2765) : (c <= 2768 || (c >= 2784 && c <= 2787))) : (c <= 2799 || (c < 2817 ? (c >= 2809 && c <= 2815) : c <= 2819))) : (c <= 2828 || (c < 2858 ? (c < 2835 ? (c >= 2831 && c <= 2832) : c <= 2856) : (c <= 2864 || (c < 2869 ? (c >= 2866 && c <= 2867) : c <= 2873))))) : (c <= 2884 || (c < 2918 ? (c < 2901 ? (c < 2891 ? (c >= 2887 && c <= 2888) : c <= 2893) : (c <= 2903 || (c < 2911 ? (c >= 2908 && c <= 2909) : c <= 2915))) : (c <= 2927 || (c < 2949 ? (c < 2946 ? c == 2929 : c <= 2947) : (c <= 2954 || (c < 2962 ? (c >= 2958 && c <= 2960) : c <= 2965))))))) : (c <= 2970 || (c < 3072 ? (c < 3006 ? (c < 2979 ? (c < 2974 ? c == 2972 : c <= 2975) : (c <= 2980 || (c < 2990 ? (c >= 2984 && c <= 2986) : c <= 3001))) : (c <= 3010 || (c < 3024 ? (c < 3018 ? (c >= 3014 && c <= 3016) : c <= 3021) : (c <= 3024 || (c < 3046 ? c == 3031 : c <= 3055))))) : (c <= 3084 || (c < 3146 ? (c < 3114 ? (c < 3090 ? (c >= 3086 && c <= 3088) : c <= 3112) : (c <= 3129 || (c < 3142 ? (c >= 3132 && c <= 3140) : c <= 3144))) : (c <= 3149 || (c < 3165 ? (c < 3160 ? (c >= 3157 && c <= 3158) : c <= 3162) : (c <= 3165 || (c < 3174 ? (c >= 3168 && c <= 3171) : c <= 3183))))))))) : (c <= 3203 || (c < 3461 ? (c < 3302 ? (c < 3260 ? (c < 3218 ? (c < 3214 ? (c >= 3205 && c <= 3212) : c <= 3216) : (c <= 3240 || (c < 3253 ? (c >= 3242 && c <= 3251) : c <= 3257))) : (c <= 3268 || (c < 3285 ? (c < 3274 ? (c >= 3270 && c <= 3272) : c <= 3277) : (c <= 3286 || (c < 3296 ? (c >= 3293 && c <= 3294) : c <= 3299))))) : (c <= 3311 || (c < 3402 ? (c < 3342 ? (c < 3328 ? (c >= 3313 && c <= 3315) : c <= 3340) : (c <= 3344 || (c < 3398 ? (c >= 3346 && c <= 3396) : c <= 3400))) : (c <= 3406 || (c < 3430 ? (c < 3423 ? (c >= 3412 && c <= 3415) : c <= 3427) : (c <= 3439 || (c < 3457 ? (c >= 3450 && c <= 3455) : c <= 3459))))))) : (c <= 3478 || (c < 3648 ? (c < 3535 ? (c < 3517 ? (c < 3507 ? (c >= 3482 && c <= 3505) : c <= 3515) : (c <= 3517 || (c < 3530 ? (c >= 3520 && c <= 3526) : c <= 3530))) : (c <= 3540 || (c < 3558 ? (c < 3544 ? c == 3542 : c <= 3551) : (c <= 3567 || (c < 3585 ? (c >= 3570 && c <= 3571) : c <= 3642))))) : (c <= 3662 || (c < 3749 ? (c < 3716 ? (c < 3713 ? (c >= 3664 && c <= 3673) : c <= 3714) : (c <= 3716 || (c < 3724 ? (c >= 3718 && c <= 3722) : c <= 3747))) : (c <= 3749 || (c < 3782 ? (c < 3776 ? (c >= 3751 && c <= 3773) : c <= 3780) : (c <= 3782 || (c < 3792 ? (c >= 3784 && c <= 3790) : c <= 3801))))))))))))) : (c <= 3807 || (c < 8064 ? (c < 5998 ? (c < 4746 ? (c < 4096 ? (c < 3902 ? (c < 3893 ? (c < 3864 ? c == 3840 : (c <= 3865 || (c >= 3872 && c <= 3881))) : (c <= 3893 || (c < 3897 ? c == 3895 : c <= 3897))) : (c <= 3911 || (c < 3974 ? (c < 3953 ? (c >= 3913 && c <= 3948) : c <= 3972) : (c <= 3991 || (c < 4038 ? (c >= 3993 && c <= 4028) : c <= 4038))))) : (c <= 4169 || (c < 4348 ? (c < 4295 ? (c < 4256 ? (c >= 4176 && c <= 4253) : c <= 4293) : (c <= 4295 || (c < 4304 ? c == 4301 : c <= 4346))) : (c <= 4680 || (c < 4696 ? (c < 4688 ? (c >= 4682 && c <= 4685) : c <= 4694) : (c <= 4696 || (c < 4704 ? (c >= 4698 && c <= 4701) : c <= 4744))))))) : (c <= 4749 || (c < 4992 ? (c < 4808 ? (c < 4792 ? (c < 4786 ? (c >= 4752 && c <= 4784) : c <= 4789) : (c <= 4798 || (c < 4802 ? c == 4800 : c <= 4805))) : (c <= 4822 || (c < 4888 ? (c < 4882 ? (c >= 4824 && c <= 4880) : c <= 4885) : (c <= 4954 || (c < 4969 ? (c >= 4957 && c <= 4959) : c <= 4977))))) : (c <= 5007 || (c < 5792 ? (c < 5121 ? (c < 5112 ? (c >= 5024 && c <= 5109) : c <= 5117) : (c <= 5740 || (c < 5761 ? (c >= 5743 && c <= 5759) : c <= 5786))) : (c <= 5866 || (c < 5919 ? (c < 5888 ? (c >= 5870 && c <= 5880) : c <= 5909) : (c <= 5940 || (c < 5984 ? (c >= 5952 && c <= 5971) : c <= 5996))))))))) : (c <= 6000 || (c < 6823 ? (c < 6432 ? (c < 6155 ? (c < 6103 ? (c < 6016 ? (c >= 6002 && c <= 6003) : c <= 6099) : (c <= 6103 || (c < 6112 ? (c >= 6108 && c <= 6109) : c <= 6121))) : (c <= 6157 || (c < 6272 ? (c < 6176 ? (c >= 6159 && c <= 6169) : c <= 6264) : (c <= 6314 || (c < 6400 ? (c >= 6320 && c <= 6389) : c <= 6430))))) : (c <= 6443 || (c < 6608 ? (c < 6512 ? (c < 6470 ? (c >= 6448 && c <= 6459) : c <= 6509) : (c <= 6516 || (c < 6576 ? (c >= 6528 && c <= 6571) : c <= 6601))) : (c <= 6618 || (c < 6752 ? (c < 6688 ? (c >= 6656 && c <= 6683) : c <= 6750) : (c <= 6780 || (c < 6800 ? (c >= 6783 && c <= 6793) : c <= 6809))))))) : (c <= 6823 || (c < 7357 ? (c < 7040 ? (c < 6912 ? (c < 6847 ? (c >= 6832 && c <= 6845) : c <= 6862) : (c <= 6988 || (c < 7019 ? (c >= 6992 && c <= 7001) : c <= 7027))) : (c <= 7155 || (c < 7245 ? (c < 7232 ? (c >= 7168 && c <= 7223) : c <= 7241) : (c <= 7293 || (c < 7312 ? (c >= 7296 && c <= 7304) : c <= 7354))))) : (c <= 7359 || (c < 8008 ? (c < 7424 ? (c < 7380 ? (c >= 7376 && c <= 7378) : c <= 7418) : (c <= 7957 || (c < 7968 ? (c >= 7960 && c <= 7965) : c <= 8005))) : (c <= 8013 || (c < 8027 ? (c < 8025 ? (c >= 8016 && c <= 8023) : c <= 8025) : (c <= 8027 || (c < 8031 ? c == 8029 : c <= 8061))))))))))) : (c <= 8116 || (c < 12321 ? (c < 8488 ? (c < 8319 ? (c < 8160 ? (c < 8134 ? (c < 8126 ? (c >= 8118 && c <= 8124) : (c <= 8126 || (c >= 8130 && c <= 8132))) : (c <= 8140 || (c < 8150 ? (c >= 8144 && c <= 8147) : c <= 8155))) : (c <= 8172 || (c < 8255 ? (c < 8182 ? (c >= 8178 && c <= 8180) : c <= 8188) : (c <= 8256 || (c < 8305 ? c == 8276 : c <= 8305))))) : (c <= 8319 || (c < 8455 ? (c < 8417 ? (c < 8400 ? (c >= 8336 && c <= 8348) : c <= 8412) : (c <= 8417 || (c < 8450 ? (c >= 8421 && c <= 8432) : c <= 8450))) : (c <= 8455 || (c < 8472 ? (c < 8469 ? (c >= 8458 && c <= 8467) : c <= 8469) : (c <= 8477 || (c < 8486 ? c == 8484 : c <= 8486))))))) : (c <= 8488 || (c < 11631 ? (c < 11264 ? (c < 8517 ? (c < 8508 ? (c >= 8490 && c <= 8505) : c <= 8511) : (c <= 8521 || (c < 8544 ? c == 8526 : c <= 8584))) : (c <= 11492 || (c < 11559 ? (c < 11520 ? (c >= 11499 && c <= 11507) : c <= 11557) : (c <= 11559 || (c < 11568 ? c == 11565 : c <= 11623))))) : (c <= 11631 || (c < 11712 ? (c < 11688 ? (c < 11680 ? (c >= 11647 && c <= 11670) : c <= 11686) : (c <= 11694 || (c < 11704 ? (c >= 11696 && c <= 11702) : c <= 11710))) : (c <= 11718 || (c < 11736 ? (c < 11728 ? (c >= 11720 && c <= 11726) : c <= 11734) : (c <= 11742 || (c < 12293 ? (c >= 11744 && c <= 11775) : c <= 12295))))))))) : (c <= 12335 || (c < 42963 ? (c < 13312 ? (c < 12449 ? (c < 12353 ? (c < 12344 ? (c >= 12337 && c <= 12341) : c <= 12348) : (c <= 12438 || (c < 12445 ? (c >= 12441 && c <= 12442) : c <= 12447))) : (c <= 12538 || (c < 12593 ? (c < 12549 ? (c >= 12540 && c <= 12543) : c <= 12591) : (c <= 12686 || (c < 12784 ? (c >= 12704 && c <= 12735) : c <= 12799))))) : (c <= 19903 || (c < 42612 ? (c < 42240 ? (c < 42192 ? (c >= 19968 && c <= 42124) : c <= 42237) : (c <= 42508 || (c < 42560 ? (c >= 42512 && c <= 42539) : c <= 42607))) : (c <= 42621 || (c < 42786 ? (c < 42775 ? (c >= 42623 && c <= 42737) : c <= 42783) : (c <= 42888 || (c < 42960 ? (c >= 42891 && c <= 42954) : c <= 42961))))))) : (c <= 42963 || (c < 43392 ? (c < 43216 ? (c < 43052 ? (c < 42994 ? (c >= 42965 && c <= 42969) : c <= 43047) : (c <= 43052 || (c < 43136 ? (c >= 43072 && c <= 43123) : c <= 43205))) : (c <= 43225 || (c < 43261 ? (c < 43259 ? (c >= 43232 && c <= 43255) : c <= 43259) : (c <= 43309 || (c < 43360 ? (c >= 43312 && c <= 43347) : c <= 43388))))) : (c <= 43456 || (c < 43616 ? (c < 43520 ? (c < 43488 ? (c >= 43471 && c <= 43481) : c <= 43518) : (c <= 43574 || (c < 43600 ? (c >= 43584 && c <= 43597) : c <= 43609))) : (c <= 43638 || (c < 43744 ? (c < 43739 ? (c >= 43642 && c <= 43714) : c <= 43741) : (c <= 43759 || (c < 43777 ? (c >= 43762 && c <= 43766) : c <= 43782))))))))))))))) : (c <= 43790 || (c < 71960 ? (c < 67840 ? (c < 65549 ? (c < 64848 ? (c < 64112 ? (c < 44012 ? (c < 43824 ? (c < 43808 ? (c >= 43793 && c <= 43798) : (c <= 43814 || (c >= 43816 && c <= 43822))) : (c <= 43866 || (c < 43888 ? (c >= 43868 && c <= 43881) : c <= 44010))) : (c <= 44013 || (c < 55216 ? (c < 44032 ? (c >= 44016 && c <= 44025) : c <= 55203) : (c <= 55238 || (c < 63744 ? (c >= 55243 && c <= 55291) : c <= 64109))))) : (c <= 64217 || (c < 64318 ? (c < 64285 ? (c < 64275 ? (c >= 64256 && c <= 64262) : c <= 64279) : (c <= 64296 || (c < 64312 ? (c >= 64298 && c <= 64310) : c <= 64316))) : (c <= 64318 || (c < 64326 ? (c < 64323 ? (c >= 64320 && c <= 64321) : c <= 64324) : (c <= 64433 || (c < 64612 ? (c >= 64467 && c <= 64605) : c <= 64829))))))) : (c <= 64911 || (c < 65149 ? (c < 65101 ? (c < 65024 ? (c < 65008 ? (c >= 64914 && c <= 64967) : c <= 65017) : (c <= 65039 || (c < 65075 ? (c >= 65056 && c <= 65071) : c <= 65076))) : (c <= 65103 || (c < 65143 ? (c < 65139 ? c == 65137 : c <= 65139) : (c <= 65143 || (c < 65147 ? c == 65145 : c <= 65147))))) : (c <= 65149 || (c < 65382 ? (c < 65313 ? (c < 65296 ? (c >= 65151 && c <= 65276) : c <= 65305) : (c <= 65338 || (c < 65345 ? c == 65343 : c <= 65370))) : (c <= 65470 || (c < 65490 ? (c < 65482 ? (c >= 65474 && c <= 65479) : c <= 65487) : (c <= 65495 || (c < 65536 ? (c >= 65498 && c <= 65500) : c <= 65547))))))))) : (c <= 65574 || (c < 66928 ? (c < 66349 ? (c < 65856 ? (c < 65599 ? (c < 65596 ? (c >= 65576 && c <= 65594) : c <= 65597) : (c <= 65613 || (c < 65664 ? (c >= 65616 && c <= 65629) : c <= 65786))) : (c <= 65908 || (c < 66208 ? (c < 66176 ? c == 66045 : c <= 66204) : (c <= 66256 || (c < 66304 ? c == 66272 : c <= 66335))))) : (c <= 66378 || (c < 66560 ? (c < 66464 ? (c < 66432 ? (c >= 66384 && c <= 66426) : c <= 66461) : (c <= 66499 || (c < 66513 ? (c >= 66504 && c <= 66511) : c <= 66517))) : (c <= 66717 || (c < 66776 ? (c < 66736 ? (c >= 66720 && c <= 66729) : c <= 66771) : (c <= 66811 || (c < 66864 ? (c >= 66816 && c <= 66855) : c <= 66915))))))) : (c <= 66938 || (c < 67463 ? (c < 66995 ? (c < 66964 ? (c < 66956 ? (c >= 66940 && c <= 66954) : c <= 66962) : (c <= 66965 || (c < 66979 ? (c >= 66967 && c <= 66977) : c <= 66993))) : (c <= 67001 || (c < 67392 ? (c < 67072 ? (c >= 67003 && c <= 67004) : c <= 67382) : (c <= 67413 || (c < 67456 ? (c >= 67424 && c <= 67431) : c <= 67461))))) : (c <= 67504 || (c < 67644 ? (c < 67592 ? (c < 67584 ? (c >= 67506 && c <= 67514) : c <= 67589) : (c <= 67592 || (c < 67639 ? (c >= 67594 && c <= 67637) : c <= 67640))) : (c <= 67644 || (c < 67712 ? (c < 67680 ? (c >= 67647 && c <= 67669) : c <= 67702) : (c <= 67742 || (c < 67828 ? (c >= 67808 && c <= 67826) : c <= 67829))))))))))) : (c <= 67861 || (c < 70163 ? (c < 69291 ? (c < 68288 ? (c < 68117 ? (c < 68096 ? (c < 67968 ? (c >= 67872 && c <= 67897) : (c <= 68023 || (c >= 68030 && c <= 68031))) : (c <= 68099 || (c < 68108 ? (c >= 68101 && c <= 68102) : c <= 68115))) : (c <= 68119 || (c < 68159 ? (c < 68152 ? (c >= 68121 && c <= 68149) : c <= 68154) : (c <= 68159 || (c < 68224 ? (c >= 68192 && c <= 68220) : c <= 68252))))) : (c <= 68295 || (c < 68608 ? (c < 68416 ? (c < 68352 ? (c >= 68297 && c <= 68326) : c <= 68405) : (c <= 68437 || (c < 68480 ? (c >= 68448 && c <= 68466) : c <= 68497))) : (c <= 68680 || (c < 68864 ? (c < 68800 ? (c >= 68736 && c <= 68786) : c <= 68850) : (c <= 68903 || (c < 69248 ? (c >= 68912 && c <= 68921) : c <= 69289))))))) : (c <= 69292 || (c < 69840 ? (c < 69552 ? (c < 69415 ? (c < 69373 ? (c >= 69296 && c <= 69297) : c <= 69404) : (c <= 69415 || (c < 69488 ? (c >= 69424 && c <= 69456) : c <= 69509))) : (c <= 69572 || (c < 69734 ? (c < 69632 ? (c >= 69600 && c <= 69622) : c <= 69702) : (c <= 69749 || (c < 69826 ? (c >= 69759 && c <= 69818) : c <= 69826))))) : (c <= 69864 || (c < 70006 ? (c < 69942 ? (c < 69888 ? (c >= 69872 && c <= 69881) : c <= 69940) : (c <= 69951 || (c < 69968 ? (c >= 69956 && c <= 69959) : c <= 70003))) : (c <= 70006 || (c < 70094 ? (c < 70089 ? (c >= 70016 && c <= 70084) : c <= 70092) : (c <= 70106 || (c < 70144 ? c == 70108 : c <= 70161))))))))) : (c <= 70199 || (c < 70656 ? (c < 70419 ? (c < 70303 ? (c < 70280 ? (c < 70272 ? (c >= 70206 && c <= 70209) : c <= 70278) : (c <= 70280 || (c < 70287 ? (c >= 70282 && c <= 70285) : c <= 70301))) : (c <= 70312 || (c < 70400 ? (c < 70384 ? (c >= 70320 && c <= 70378) : c <= 70393) : (c <= 70403 || (c < 70415 ? (c >= 70405 && c <= 70412) : c <= 70416))))) : (c <= 70440 || (c < 70475 ? (c < 70453 ? (c < 70450 ? (c >= 70442 && c <= 70448) : c <= 70451) : (c <= 70457 || (c < 70471 ? (c >= 70459 && c <= 70468) : c <= 70472))) : (c <= 70477 || (c < 70493 ? (c < 70487 ? c == 70480 : c <= 70487) : (c <= 70499 || (c < 70512 ? (c >= 70502 && c <= 70508) : c <= 70516))))))) : (c <= 70730 || (c < 71296 ? (c < 71040 ? (c < 70784 ? (c < 70750 ? (c >= 70736 && c <= 70745) : c <= 70753) : (c <= 70853 || (c < 70864 ? c == 70855 : c <= 70873))) : (c <= 71093 || (c < 71168 ? (c < 71128 ? (c >= 71096 && c <= 71104) : c <= 71133) : (c <= 71232 || (c < 71248 ? c == 71236 : c <= 71257))))) : (c <= 71352 || (c < 71680 ? (c < 71453 ? (c < 71424 ? (c >= 71360 && c <= 71369) : c <= 71450) : (c <= 71467 || (c < 71488 ? (c >= 71472 && c <= 71481) : c <= 71494))) : (c <= 71738 || (c < 71945 ? (c < 71935 ? (c >= 71840 && c <= 71913) : c <= 71942) : (c <= 71945 || (c < 71957 ? (c >= 71948 && c <= 71955) : c <= 71958))))))))))))) : (c <= 71989 || (c < 119995 ? (c < 92784 ? (c < 73023 ? (c < 72704 ? (c < 72163 ? (c < 72096 ? (c < 71995 ? (c >= 71991 && c <= 71992) : (c <= 72003 || (c >= 72016 && c <= 72025))) : (c <= 72103 || (c < 72154 ? (c >= 72106 && c <= 72151) : c <= 72161))) : (c <= 72164 || (c < 72272 ? (c < 72263 ? (c >= 72192 && c <= 72254) : c <= 72263) : (c <= 72345 || (c < 72368 ? c == 72349 : c <= 72440))))) : (c <= 72712 || (c < 72873 ? (c < 72784 ? (c < 72760 ? (c >= 72714 && c <= 72758) : c <= 72768) : (c <= 72793 || (c < 72850 ? (c >= 72818 && c <= 72847) : c <= 72871))) : (c <= 72886 || (c < 72971 ? (c < 72968 ? (c >= 72960 && c <= 72966) : c <= 72969) : (c <= 73014 || (c < 73020 ? c == 73018 : c <= 73021))))))) : (c <= 73031 || (c < 73552 ? (c < 73107 ? (c < 73063 ? (c < 73056 ? (c >= 73040 && c <= 73049) : c <= 73061) : (c <= 73064 || (c < 73104 ? (c >= 73066 && c <= 73102) : c <= 73105))) : (c <= 73112 || (c < 73472 ? (c < 73440 ? (c >= 73120 && c <= 73129) : c <= 73462) : (c <= 73488 || (c < 73534 ? (c >= 73490 && c <= 73530) : c <= 73538))))) : (c <= 73561 || (c < 77824 ? (c < 74752 ? (c < 73728 ? c == 73648 : c <= 74649) : (c <= 74862 || (c < 77712 ? (c >= 74880 && c <= 75075) : c <= 77808))) : (c <= 78895 || (c < 92160 ? (c < 82944 ? (c >= 78912 && c <= 78933) : c <= 83526) : (c <= 92728 || (c < 92768 ? (c >= 92736 && c <= 92766) : c <= 92777))))))))) : (c <= 92862 || (c < 110928 ? (c < 94095 ? (c < 93008 ? (c < 92912 ? (c < 92880 ? (c >= 92864 && c <= 92873) : c <= 92909) : (c <= 92916 || (c < 92992 ? (c >= 92928 && c <= 92982) : c <= 92995))) : (c <= 93017 || (c < 93760 ? (c < 93053 ? (c >= 93027 && c <= 93047) : c <= 93071) : (c <= 93823 || (c < 94031 ? (c >= 93952 && c <= 94026) : c <= 94087))))) : (c <= 94111 || (c < 101632 ? (c < 94192 ? (c < 94179 ? (c >= 94176 && c <= 94177) : c <= 94180) : (c <= 94193 || (c < 100352 ? (c >= 94208 && c <= 100343) : c <= 101589))) : (c <= 101640 || (c < 110589 ? (c < 110581 ? (c >= 110576 && c <= 110579) : c <= 110587) : (c <= 110590 || (c < 110898 ? (c >= 110592 && c <= 110882) : c <= 110898))))))) : (c <= 110930 || (c < 119149 ? (c < 113792 ? (c < 110960 ? (c < 110948 ? c == 110933 : c <= 110951) : (c <= 111355 || (c < 113776 ? (c >= 113664 && c <= 113770) : c <= 113788))) : (c <= 113800 || (c < 118528 ? (c < 113821 ? (c >= 113808 && c <= 113817) : c <= 113822) : (c <= 118573 || (c < 119141 ? (c >= 118576 && c <= 118598) : c <= 119145))))) : (c <= 119154 || (c < 119894 ? (c < 119210 ? (c < 119173 ? (c >= 119163 && c <= 119170) : c <= 119179) : (c <= 119213 || (c < 119808 ? (c >= 119362 && c <= 119364) : c <= 119892))) : (c <= 119964 || (c < 119973 ? (c < 119970 ? (c >= 119966 && c <= 119967) : c <= 119970) : (c <= 119974 || (c < 119982 ? (c >= 119977 && c <= 119980) : c <= 119993))))))))))) : (c <= 119995 || (c < 124912 ? (c < 121403 ? (c < 120514 ? (c < 120123 ? (c < 120077 ? (c < 120005 ? (c >= 119997 && c <= 120003) : (c <= 120069 || (c >= 120071 && c <= 120074))) : (c <= 120084 || (c < 120094 ? (c >= 120086 && c <= 120092) : c <= 120121))) : (c <= 120126 || (c < 120138 ? (c < 120134 ? (c >= 120128 && c <= 120132) : c <= 120134) : (c <= 120144 || (c < 120488 ? (c >= 120146 && c <= 120485) : c <= 120512))))) : (c <= 120538 || (c < 120688 ? (c < 120598 ? (c < 120572 ? (c >= 120540 && c <= 120570) : c <= 120596) : (c <= 120628 || (c < 120656 ? (c >= 120630 && c <= 120654) : c <= 120686))) : (c <= 120712 || (c < 120772 ? (c < 120746 ? (c >= 120714 && c <= 120744) : c <= 120770) : (c <= 120779 || (c < 121344 ? (c >= 120782 && c <= 120831) : c <= 121398))))))) : (c <= 121452 || (c < 122928 ? (c < 122661 ? (c < 121499 ? (c < 121476 ? c == 121461 : c <= 121476) : (c <= 121503 || (c < 122624 ? (c >= 121505 && c <= 121519) : c <= 122654))) : (c <= 122666 || (c < 122907 ? (c < 122888 ? (c >= 122880 && c <= 122886) : c <= 122904) : (c <= 122913 || (c < 122918 ? (c >= 122915 && c <= 122916) : c <= 122922))))) : (c <= 122989 || (c < 123536 ? (c < 123184 ? (c < 123136 ? c == 123023 : c <= 123180) : (c <= 123197 || (c < 123214 ? (c >= 123200 && c <= 123209) : c <= 123214))) : (c <= 123566 || (c < 124896 ? (c < 124112 ? (c >= 123584 && c <= 123641) : c <= 124153) : (c <= 124902 || (c < 124909 ? (c >= 124904 && c <= 124907) : c <= 124910))))))))) : (c <= 124926 || (c < 126557 ? (c < 126521 ? (c < 126469 ? (c < 125184 ? (c < 125136 ? (c >= 124928 && c <= 125124) : c <= 125142) : (c <= 125259 || (c < 126464 ? (c >= 125264 && c <= 125273) : c <= 126467))) : (c <= 126495 || (c < 126503 ? (c < 126500 ? (c >= 126497 && c <= 126498) : c <= 126500) : (c <= 126503 || (c < 126516 ? (c >= 126505 && c <= 126514) : c <= 126519))))) : (c <= 126521 || (c < 126541 ? (c < 126535 ? (c < 126530 ? c == 126523 : c <= 126530) : (c <= 126535 || (c < 126539 ? c == 126537 : c <= 126539))) : (c <= 126543 || (c < 126551 ? (c < 126548 ? (c >= 126545 && c <= 126546) : c <= 126548) : (c <= 126551 || (c < 126555 ? c == 126553 : c <= 126555))))))) : (c <= 126557 || (c < 126629 ? (c < 126580 ? (c < 126564 ? (c < 126561 ? c == 126559 : c <= 126562) : (c <= 126564 || (c < 126572 ? (c >= 126567 && c <= 126570) : c <= 126578))) : (c <= 126583 || (c < 126592 ? (c < 126590 ? (c >= 126585 && c <= 126588) : c <= 126590) : (c <= 126601 || (c < 126625 ? (c >= 126603 && c <= 126619) : c <= 126627))))) : (c <= 126633 || (c < 178208 ? (c < 131072 ? (c < 130032 ? (c >= 126635 && c <= 126651) : c <= 130041) : (c <= 173791 || (c < 177984 ? (c >= 173824 && c <= 177977) : c <= 178205))) : (c <= 183969 || (c < 196608 ? (c < 194560 ? (c >= 183984 && c <= 191456) : c <= 195101) : (c <= 201546 || (c < 917760 ? (c >= 201552 && c <= 205743) : c <= 917999))))))))))))))))); } static inline bool sym_identifier_character_set_16(int32_t c) { return (c < 43808 ? (c < 3872 ? (c < 2790 ? (c < 2185 ? (c < 1376 ? (c < 886 ? (c < 248 ? (c < 186 ? (c < 181 ? c == 170 : (c <= 181 || c == 183)) : (c <= 186 || (c < 216 ? (c >= 192 && c <= 214) : c <= 246))) : (c <= 705 || (c < 748 ? (c < 736 ? (c >= 710 && c <= 721) : c <= 740) : (c <= 748 || (c < 768 ? c == 750 : c <= 884))))) : (c <= 887 || (c < 931 ? (c < 902 ? (c < 895 ? (c >= 891 && c <= 893) : c <= 895) : (c <= 906 || (c < 910 ? c == 908 : c <= 929))) : (c <= 1013 || (c < 1162 ? (c < 1155 ? (c >= 1015 && c <= 1153) : c <= 1159) : (c <= 1327 || (c < 1369 ? (c >= 1329 && c <= 1366) : c <= 1369))))))) : (c <= 1416 || (c < 1759 ? (c < 1488 ? (c < 1473 ? (c < 1471 ? (c >= 1425 && c <= 1469) : c <= 1471) : (c <= 1474 || (c < 1479 ? (c >= 1476 && c <= 1477) : c <= 1479))) : (c <= 1514 || (c < 1568 ? (c < 1552 ? (c >= 1519 && c <= 1522) : c <= 1562) : (c <= 1641 || (c < 1749 ? (c >= 1646 && c <= 1747) : c <= 1756))))) : (c <= 1768 || (c < 2042 ? (c < 1808 ? (c < 1791 ? (c >= 1770 && c <= 1788) : c <= 1791) : (c <= 1866 || (c < 1984 ? (c >= 1869 && c <= 1969) : c <= 2037))) : (c <= 2042 || (c < 2112 ? (c < 2048 ? c == 2045 : c <= 2093) : (c <= 2139 || (c < 2160 ? (c >= 2144 && c <= 2154) : c <= 2183))))))))) : (c <= 2190 || (c < 2602 ? (c < 2503 ? (c < 2447 ? (c < 2406 ? (c < 2275 ? (c >= 2200 && c <= 2273) : c <= 2403) : (c <= 2415 || (c < 2437 ? (c >= 2417 && c <= 2435) : c <= 2444))) : (c <= 2448 || (c < 2482 ? (c < 2474 ? (c >= 2451 && c <= 2472) : c <= 2480) : (c <= 2482 || (c < 2492 ? (c >= 2486 && c <= 2489) : c <= 2500))))) : (c <= 2504 || (c < 2556 ? (c < 2524 ? (c < 2519 ? (c >= 2507 && c <= 2510) : c <= 2519) : (c <= 2525 || (c < 2534 ? (c >= 2527 && c <= 2531) : c <= 2545))) : (c <= 2556 || (c < 2565 ? (c < 2561 ? c == 2558 : c <= 2563) : (c <= 2570 || (c < 2579 ? (c >= 2575 && c <= 2576) : c <= 2600))))))) : (c <= 2608 || (c < 2689 ? (c < 2631 ? (c < 2616 ? (c < 2613 ? (c >= 2610 && c <= 2611) : c <= 2614) : (c <= 2617 || (c < 2622 ? c == 2620 : c <= 2626))) : (c <= 2632 || (c < 2649 ? (c < 2641 ? (c >= 2635 && c <= 2637) : c <= 2641) : (c <= 2652 || (c < 2662 ? c == 2654 : c <= 2677))))) : (c <= 2691 || (c < 2741 ? (c < 2707 ? (c < 2703 ? (c >= 2693 && c <= 2701) : c <= 2705) : (c <= 2728 || (c < 2738 ? (c >= 2730 && c <= 2736) : c <= 2739))) : (c <= 2745 || (c < 2763 ? (c < 2759 ? (c >= 2748 && c <= 2757) : c <= 2761) : (c <= 2765 || (c < 2784 ? c == 2768 : c <= 2787))))))))))) : (c <= 2799 || (c < 3218 ? (c < 2979 ? (c < 2901 ? (c < 2858 ? (c < 2821 ? (c < 2817 ? (c >= 2809 && c <= 2815) : c <= 2819) : (c <= 2828 || (c < 2835 ? (c >= 2831 && c <= 2832) : c <= 2856))) : (c <= 2864 || (c < 2876 ? (c < 2869 ? (c >= 2866 && c <= 2867) : c <= 2873) : (c <= 2884 || (c < 2891 ? (c >= 2887 && c <= 2888) : c <= 2893))))) : (c <= 2903 || (c < 2949 ? (c < 2918 ? (c < 2911 ? (c >= 2908 && c <= 2909) : c <= 2915) : (c <= 2927 || (c < 2946 ? c == 2929 : c <= 2947))) : (c <= 2954 || (c < 2969 ? (c < 2962 ? (c >= 2958 && c <= 2960) : c <= 2965) : (c <= 2970 || (c < 2974 ? c == 2972 : c <= 2975))))))) : (c <= 2980 || (c < 3114 ? (c < 3024 ? (c < 3006 ? (c < 2990 ? (c >= 2984 && c <= 2986) : c <= 3001) : (c <= 3010 || (c < 3018 ? (c >= 3014 && c <= 3016) : c <= 3021))) : (c <= 3024 || (c < 3072 ? (c < 3046 ? c == 3031 : c <= 3055) : (c <= 3084 || (c < 3090 ? (c >= 3086 && c <= 3088) : c <= 3112))))) : (c <= 3129 || (c < 3165 ? (c < 3146 ? (c < 3142 ? (c >= 3132 && c <= 3140) : c <= 3144) : (c <= 3149 || (c < 3160 ? (c >= 3157 && c <= 3158) : c <= 3162))) : (c <= 3165 || (c < 3200 ? (c < 3174 ? (c >= 3168 && c <= 3171) : c <= 3183) : (c <= 3203 || (c < 3214 ? (c >= 3205 && c <= 3212) : c <= 3216))))))))) : (c <= 3240 || (c < 3517 ? (c < 3342 ? (c < 3285 ? (c < 3260 ? (c < 3253 ? (c >= 3242 && c <= 3251) : c <= 3257) : (c <= 3268 || (c < 3274 ? (c >= 3270 && c <= 3272) : c <= 3277))) : (c <= 3286 || (c < 3302 ? (c < 3296 ? (c >= 3293 && c <= 3294) : c <= 3299) : (c <= 3311 || (c < 3328 ? (c >= 3313 && c <= 3315) : c <= 3340))))) : (c <= 3344 || (c < 3430 ? (c < 3402 ? (c < 3398 ? (c >= 3346 && c <= 3396) : c <= 3400) : (c <= 3406 || (c < 3423 ? (c >= 3412 && c <= 3415) : c <= 3427))) : (c <= 3439 || (c < 3461 ? (c < 3457 ? (c >= 3450 && c <= 3455) : c <= 3459) : (c <= 3478 || (c < 3507 ? (c >= 3482 && c <= 3505) : c <= 3515))))))) : (c <= 3517 || (c < 3716 ? (c < 3558 ? (c < 3535 ? (c < 3530 ? (c >= 3520 && c <= 3526) : c <= 3530) : (c <= 3540 || (c < 3544 ? c == 3542 : c <= 3551))) : (c <= 3567 || (c < 3648 ? (c < 3585 ? (c >= 3570 && c <= 3571) : c <= 3642) : (c <= 3662 || (c < 3713 ? (c >= 3664 && c <= 3673) : c <= 3714))))) : (c <= 3716 || (c < 3782 ? (c < 3749 ? (c < 3724 ? (c >= 3718 && c <= 3722) : c <= 3747) : (c <= 3749 || (c < 3776 ? (c >= 3751 && c <= 3773) : c <= 3780))) : (c <= 3782 || (c < 3804 ? (c < 3792 ? (c >= 3784 && c <= 3790) : c <= 3801) : (c <= 3807 || (c < 3864 ? c == 3840 : c <= 3865))))))))))))) : (c <= 3881 || (c < 8130 ? (c < 6103 ? (c < 4792 ? (c < 4295 ? (c < 3974 ? (c < 3902 ? (c < 3895 ? c == 3893 : (c <= 3895 || c == 3897)) : (c <= 3911 || (c < 3953 ? (c >= 3913 && c <= 3948) : c <= 3972))) : (c <= 3991 || (c < 4096 ? (c < 4038 ? (c >= 3993 && c <= 4028) : c <= 4038) : (c <= 4169 || (c < 4256 ? (c >= 4176 && c <= 4253) : c <= 4293))))) : (c <= 4295 || (c < 4696 ? (c < 4348 ? (c < 4304 ? c == 4301 : c <= 4346) : (c <= 4680 || (c < 4688 ? (c >= 4682 && c <= 4685) : c <= 4694))) : (c <= 4696 || (c < 4746 ? (c < 4704 ? (c >= 4698 && c <= 4701) : c <= 4744) : (c <= 4749 || (c < 4786 ? (c >= 4752 && c <= 4784) : c <= 4789))))))) : (c <= 4798 || (c < 5121 ? (c < 4888 ? (c < 4808 ? (c < 4802 ? c == 4800 : c <= 4805) : (c <= 4822 || (c < 4882 ? (c >= 4824 && c <= 4880) : c <= 4885))) : (c <= 4954 || (c < 4992 ? (c < 4969 ? (c >= 4957 && c <= 4959) : c <= 4977) : (c <= 5007 || (c < 5112 ? (c >= 5024 && c <= 5109) : c <= 5117))))) : (c <= 5740 || (c < 5919 ? (c < 5792 ? (c < 5761 ? (c >= 5743 && c <= 5759) : c <= 5786) : (c <= 5866 || (c < 5888 ? (c >= 5870 && c <= 5880) : c <= 5909))) : (c <= 5940 || (c < 5998 ? (c < 5984 ? (c >= 5952 && c <= 5971) : c <= 5996) : (c <= 6000 || (c < 6016 ? (c >= 6002 && c <= 6003) : c <= 6099))))))))) : (c <= 6103 || (c < 6912 ? (c < 6512 ? (c < 6272 ? (c < 6155 ? (c < 6112 ? (c >= 6108 && c <= 6109) : c <= 6121) : (c <= 6157 || (c < 6176 ? (c >= 6159 && c <= 6169) : c <= 6264))) : (c <= 6314 || (c < 6432 ? (c < 6400 ? (c >= 6320 && c <= 6389) : c <= 6430) : (c <= 6443 || (c < 6470 ? (c >= 6448 && c <= 6459) : c <= 6509))))) : (c <= 6516 || (c < 6752 ? (c < 6608 ? (c < 6576 ? (c >= 6528 && c <= 6571) : c <= 6601) : (c <= 6618 || (c < 6688 ? (c >= 6656 && c <= 6683) : c <= 6750))) : (c <= 6780 || (c < 6823 ? (c < 6800 ? (c >= 6783 && c <= 6793) : c <= 6809) : (c <= 6823 || (c < 6847 ? (c >= 6832 && c <= 6845) : c <= 6862))))))) : (c <= 6988 || (c < 7424 ? (c < 7245 ? (c < 7040 ? (c < 7019 ? (c >= 6992 && c <= 7001) : c <= 7027) : (c <= 7155 || (c < 7232 ? (c >= 7168 && c <= 7223) : c <= 7241))) : (c <= 7293 || (c < 7357 ? (c < 7312 ? (c >= 7296 && c <= 7304) : c <= 7354) : (c <= 7359 || (c < 7380 ? (c >= 7376 && c <= 7378) : c <= 7418))))) : (c <= 7957 || (c < 8027 ? (c < 8008 ? (c < 7968 ? (c >= 7960 && c <= 7965) : c <= 8005) : (c <= 8013 || (c < 8025 ? (c >= 8016 && c <= 8023) : c <= 8025))) : (c <= 8027 || (c < 8064 ? (c < 8031 ? c == 8029 : c <= 8061) : (c <= 8116 || (c < 8126 ? (c >= 8118 && c <= 8124) : c <= 8126))))))))))) : (c <= 8132 || (c < 12344 ? (c < 8508 ? (c < 8400 ? (c < 8182 ? (c < 8150 ? (c < 8144 ? (c >= 8134 && c <= 8140) : c <= 8147) : (c <= 8155 || (c < 8178 ? (c >= 8160 && c <= 8172) : c <= 8180))) : (c <= 8188 || (c < 8305 ? (c < 8276 ? (c >= 8255 && c <= 8256) : c <= 8276) : (c <= 8305 || (c < 8336 ? c == 8319 : c <= 8348))))) : (c <= 8412 || (c < 8469 ? (c < 8450 ? (c < 8421 ? c == 8417 : c <= 8432) : (c <= 8450 || (c < 8458 ? c == 8455 : c <= 8467))) : (c <= 8469 || (c < 8486 ? (c < 8484 ? (c >= 8472 && c <= 8477) : c <= 8484) : (c <= 8486 || (c < 8490 ? c == 8488 : c <= 8505))))))) : (c <= 8511 || (c < 11680 ? (c < 11520 ? (c < 8544 ? (c < 8526 ? (c >= 8517 && c <= 8521) : c <= 8526) : (c <= 8584 || (c < 11499 ? (c >= 11264 && c <= 11492) : c <= 11507))) : (c <= 11557 || (c < 11568 ? (c < 11565 ? c == 11559 : c <= 11565) : (c <= 11623 || (c < 11647 ? c == 11631 : c <= 11670))))) : (c <= 11686 || (c < 11728 ? (c < 11704 ? (c < 11696 ? (c >= 11688 && c <= 11694) : c <= 11702) : (c <= 11710 || (c < 11720 ? (c >= 11712 && c <= 11718) : c <= 11726))) : (c <= 11734 || (c < 12293 ? (c < 11744 ? (c >= 11736 && c <= 11742) : c <= 11775) : (c <= 12295 || (c < 12337 ? (c >= 12321 && c <= 12335) : c <= 12341))))))))) : (c <= 12348 || (c < 42994 ? (c < 42192 ? (c < 12549 ? (c < 12445 ? (c < 12441 ? (c >= 12353 && c <= 12438) : c <= 12442) : (c <= 12447 || (c < 12540 ? (c >= 12449 && c <= 12538) : c <= 12543))) : (c <= 12591 || (c < 12784 ? (c < 12704 ? (c >= 12593 && c <= 12686) : c <= 12735) : (c <= 12799 || (c < 19968 ? (c >= 13312 && c <= 19903) : c <= 42124))))) : (c <= 42237 || (c < 42775 ? (c < 42560 ? (c < 42512 ? (c >= 42240 && c <= 42508) : c <= 42539) : (c <= 42607 || (c < 42623 ? (c >= 42612 && c <= 42621) : c <= 42737))) : (c <= 42783 || (c < 42960 ? (c < 42891 ? (c >= 42786 && c <= 42888) : c <= 42954) : (c <= 42961 || (c < 42965 ? c == 42963 : c <= 42969))))))) : (c <= 43047 || (c < 43488 ? (c < 43259 ? (c < 43136 ? (c < 43072 ? c == 43052 : c <= 43123) : (c <= 43205 || (c < 43232 ? (c >= 43216 && c <= 43225) : c <= 43255))) : (c <= 43259 || (c < 43360 ? (c < 43312 ? (c >= 43261 && c <= 43309) : c <= 43347) : (c <= 43388 || (c < 43471 ? (c >= 43392 && c <= 43456) : c <= 43481))))) : (c <= 43518 || (c < 43739 ? (c < 43600 ? (c < 43584 ? (c >= 43520 && c <= 43574) : c <= 43597) : (c <= 43609 || (c < 43642 ? (c >= 43616 && c <= 43638) : c <= 43714))) : (c <= 43741 || (c < 43777 ? (c < 43762 ? (c >= 43744 && c <= 43759) : c <= 43766) : (c <= 43782 || (c < 43793 ? (c >= 43785 && c <= 43790) : c <= 43798))))))))))))))) : (c <= 43814 || (c < 71991 ? (c < 67968 ? (c < 65596 ? (c < 65008 ? (c < 64275 ? (c < 44032 ? (c < 43888 ? (c < 43824 ? (c >= 43816 && c <= 43822) : (c <= 43866 || (c >= 43868 && c <= 43881))) : (c <= 44010 || (c < 44016 ? (c >= 44012 && c <= 44013) : c <= 44025))) : (c <= 55203 || (c < 63744 ? (c < 55243 ? (c >= 55216 && c <= 55238) : c <= 55291) : (c <= 64109 || (c < 64256 ? (c >= 64112 && c <= 64217) : c <= 64262))))) : (c <= 64279 || (c < 64323 ? (c < 64312 ? (c < 64298 ? (c >= 64285 && c <= 64296) : c <= 64310) : (c <= 64316 || (c < 64320 ? c == 64318 : c <= 64321))) : (c <= 64324 || (c < 64612 ? (c < 64467 ? (c >= 64326 && c <= 64433) : c <= 64605) : (c <= 64829 || (c < 64914 ? (c >= 64848 && c <= 64911) : c <= 64967))))))) : (c <= 65017 || (c < 65296 ? (c < 65139 ? (c < 65075 ? (c < 65056 ? (c >= 65024 && c <= 65039) : c <= 65071) : (c <= 65076 || (c < 65137 ? (c >= 65101 && c <= 65103) : c <= 65137))) : (c <= 65139 || (c < 65147 ? (c < 65145 ? c == 65143 : c <= 65145) : (c <= 65147 || (c < 65151 ? c == 65149 : c <= 65276))))) : (c <= 65305 || (c < 65482 ? (c < 65345 ? (c < 65343 ? (c >= 65313 && c <= 65338) : c <= 65343) : (c <= 65370 || (c < 65474 ? (c >= 65382 && c <= 65470) : c <= 65479))) : (c <= 65487 || (c < 65536 ? (c < 65498 ? (c >= 65490 && c <= 65495) : c <= 65500) : (c <= 65547 || (c < 65576 ? (c >= 65549 && c <= 65574) : c <= 65594))))))))) : (c <= 65597 || (c < 66956 ? (c < 66432 ? (c < 66176 ? (c < 65664 ? (c < 65616 ? (c >= 65599 && c <= 65613) : c <= 65629) : (c <= 65786 || (c < 66045 ? (c >= 65856 && c <= 65908) : c <= 66045))) : (c <= 66204 || (c < 66304 ? (c < 66272 ? (c >= 66208 && c <= 66256) : c <= 66272) : (c <= 66335 || (c < 66384 ? (c >= 66349 && c <= 66378) : c <= 66426))))) : (c <= 66461 || (c < 66736 ? (c < 66513 ? (c < 66504 ? (c >= 66464 && c <= 66499) : c <= 66511) : (c <= 66517 || (c < 66720 ? (c >= 66560 && c <= 66717) : c <= 66729))) : (c <= 66771 || (c < 66864 ? (c < 66816 ? (c >= 66776 && c <= 66811) : c <= 66855) : (c <= 66915 || (c < 66940 ? (c >= 66928 && c <= 66938) : c <= 66954))))))) : (c <= 66962 || (c < 67584 ? (c < 67072 ? (c < 66979 ? (c < 66967 ? (c >= 66964 && c <= 66965) : c <= 66977) : (c <= 66993 || (c < 67003 ? (c >= 66995 && c <= 67001) : c <= 67004))) : (c <= 67382 || (c < 67456 ? (c < 67424 ? (c >= 67392 && c <= 67413) : c <= 67431) : (c <= 67461 || (c < 67506 ? (c >= 67463 && c <= 67504) : c <= 67514))))) : (c <= 67589 || (c < 67680 ? (c < 67639 ? (c < 67594 ? c == 67592 : c <= 67637) : (c <= 67640 || (c < 67647 ? c == 67644 : c <= 67669))) : (c <= 67702 || (c < 67828 ? (c < 67808 ? (c >= 67712 && c <= 67742) : c <= 67826) : (c <= 67829 || (c < 67872 ? (c >= 67840 && c <= 67861) : c <= 67897))))))))))) : (c <= 68023 || (c < 70206 ? (c < 69296 ? (c < 68297 ? (c < 68121 ? (c < 68101 ? (c < 68096 ? (c >= 68030 && c <= 68031) : c <= 68099) : (c <= 68102 || (c < 68117 ? (c >= 68108 && c <= 68115) : c <= 68119))) : (c <= 68149 || (c < 68192 ? (c < 68159 ? (c >= 68152 && c <= 68154) : c <= 68159) : (c <= 68220 || (c < 68288 ? (c >= 68224 && c <= 68252) : c <= 68295))))) : (c <= 68326 || (c < 68736 ? (c < 68448 ? (c < 68416 ? (c >= 68352 && c <= 68405) : c <= 68437) : (c <= 68466 || (c < 68608 ? (c >= 68480 && c <= 68497) : c <= 68680))) : (c <= 68786 || (c < 68912 ? (c < 68864 ? (c >= 68800 && c <= 68850) : c <= 68903) : (c <= 68921 || (c < 69291 ? (c >= 69248 && c <= 69289) : c <= 69292))))))) : (c <= 69297 || (c < 69872 ? (c < 69600 ? (c < 69424 ? (c < 69415 ? (c >= 69373 && c <= 69404) : c <= 69415) : (c <= 69456 || (c < 69552 ? (c >= 69488 && c <= 69509) : c <= 69572))) : (c <= 69622 || (c < 69759 ? (c < 69734 ? (c >= 69632 && c <= 69702) : c <= 69749) : (c <= 69818 || (c < 69840 ? c == 69826 : c <= 69864))))) : (c <= 69881 || (c < 70016 ? (c < 69956 ? (c < 69942 ? (c >= 69888 && c <= 69940) : c <= 69951) : (c <= 69959 || (c < 70006 ? (c >= 69968 && c <= 70003) : c <= 70006))) : (c <= 70084 || (c < 70108 ? (c < 70094 ? (c >= 70089 && c <= 70092) : c <= 70106) : (c <= 70108 || (c < 70163 ? (c >= 70144 && c <= 70161) : c <= 70199))))))))) : (c <= 70209 || (c < 70736 ? (c < 70442 ? (c < 70320 ? (c < 70282 ? (c < 70280 ? (c >= 70272 && c <= 70278) : c <= 70280) : (c <= 70285 || (c < 70303 ? (c >= 70287 && c <= 70301) : c <= 70312))) : (c <= 70378 || (c < 70405 ? (c < 70400 ? (c >= 70384 && c <= 70393) : c <= 70403) : (c <= 70412 || (c < 70419 ? (c >= 70415 && c <= 70416) : c <= 70440))))) : (c <= 70448 || (c < 70480 ? (c < 70459 ? (c < 70453 ? (c >= 70450 && c <= 70451) : c <= 70457) : (c <= 70468 || (c < 70475 ? (c >= 70471 && c <= 70472) : c <= 70477))) : (c <= 70480 || (c < 70502 ? (c < 70493 ? c == 70487 : c <= 70499) : (c <= 70508 || (c < 70656 ? (c >= 70512 && c <= 70516) : c <= 70730))))))) : (c <= 70745 || (c < 71360 ? (c < 71096 ? (c < 70855 ? (c < 70784 ? (c >= 70750 && c <= 70753) : c <= 70853) : (c <= 70855 || (c < 71040 ? (c >= 70864 && c <= 70873) : c <= 71093))) : (c <= 71104 || (c < 71236 ? (c < 71168 ? (c >= 71128 && c <= 71133) : c <= 71232) : (c <= 71236 || (c < 71296 ? (c >= 71248 && c <= 71257) : c <= 71352))))) : (c <= 71369 || (c < 71840 ? (c < 71472 ? (c < 71453 ? (c >= 71424 && c <= 71450) : c <= 71467) : (c <= 71481 || (c < 71680 ? (c >= 71488 && c <= 71494) : c <= 71738))) : (c <= 71913 || (c < 71948 ? (c < 71945 ? (c >= 71935 && c <= 71942) : c <= 71945) : (c <= 71955 || (c < 71960 ? (c >= 71957 && c <= 71958) : c <= 71989))))))))))))) : (c <= 71992 || (c < 119997 ? (c < 92864 ? (c < 73040 ? (c < 72714 ? (c < 72192 ? (c < 72106 ? (c < 72016 ? (c >= 71995 && c <= 72003) : (c <= 72025 || (c >= 72096 && c <= 72103))) : (c <= 72151 || (c < 72163 ? (c >= 72154 && c <= 72161) : c <= 72164))) : (c <= 72254 || (c < 72349 ? (c < 72272 ? c == 72263 : c <= 72345) : (c <= 72349 || (c < 72704 ? (c >= 72368 && c <= 72440) : c <= 72712))))) : (c <= 72758 || (c < 72960 ? (c < 72818 ? (c < 72784 ? (c >= 72760 && c <= 72768) : c <= 72793) : (c <= 72847 || (c < 72873 ? (c >= 72850 && c <= 72871) : c <= 72886))) : (c <= 72966 || (c < 73018 ? (c < 72971 ? (c >= 72968 && c <= 72969) : c <= 73014) : (c <= 73018 || (c < 73023 ? (c >= 73020 && c <= 73021) : c <= 73031))))))) : (c <= 73049 || (c < 73648 ? (c < 73120 ? (c < 73066 ? (c < 73063 ? (c >= 73056 && c <= 73061) : c <= 73064) : (c <= 73102 || (c < 73107 ? (c >= 73104 && c <= 73105) : c <= 73112))) : (c <= 73129 || (c < 73490 ? (c < 73472 ? (c >= 73440 && c <= 73462) : c <= 73488) : (c <= 73530 || (c < 73552 ? (c >= 73534 && c <= 73538) : c <= 73561))))) : (c <= 73648 || (c < 78912 ? (c < 74880 ? (c < 74752 ? (c >= 73728 && c <= 74649) : c <= 74862) : (c <= 75075 || (c < 77824 ? (c >= 77712 && c <= 77808) : c <= 78895))) : (c <= 78933 || (c < 92736 ? (c < 92160 ? (c >= 82944 && c <= 83526) : c <= 92728) : (c <= 92766 || (c < 92784 ? (c >= 92768 && c <= 92777) : c <= 92862))))))))) : (c <= 92873 || (c < 110933 ? (c < 94176 ? (c < 93027 ? (c < 92928 ? (c < 92912 ? (c >= 92880 && c <= 92909) : c <= 92916) : (c <= 92982 || (c < 93008 ? (c >= 92992 && c <= 92995) : c <= 93017))) : (c <= 93047 || (c < 93952 ? (c < 93760 ? (c >= 93053 && c <= 93071) : c <= 93823) : (c <= 94026 || (c < 94095 ? (c >= 94031 && c <= 94087) : c <= 94111))))) : (c <= 94177 || (c < 110576 ? (c < 94208 ? (c < 94192 ? (c >= 94179 && c <= 94180) : c <= 94193) : (c <= 100343 || (c < 101632 ? (c >= 100352 && c <= 101589) : c <= 101640))) : (c <= 110579 || (c < 110592 ? (c < 110589 ? (c >= 110581 && c <= 110587) : c <= 110590) : (c <= 110882 || (c < 110928 ? c == 110898 : c <= 110930))))))) : (c <= 110933 || (c < 119163 ? (c < 113808 ? (c < 113664 ? (c < 110960 ? (c >= 110948 && c <= 110951) : c <= 111355) : (c <= 113770 || (c < 113792 ? (c >= 113776 && c <= 113788) : c <= 113800))) : (c <= 113817 || (c < 118576 ? (c < 118528 ? (c >= 113821 && c <= 113822) : c <= 118573) : (c <= 118598 || (c < 119149 ? (c >= 119141 && c <= 119145) : c <= 119154))))) : (c <= 119170 || (c < 119966 ? (c < 119362 ? (c < 119210 ? (c >= 119173 && c <= 119179) : c <= 119213) : (c <= 119364 || (c < 119894 ? (c >= 119808 && c <= 119892) : c <= 119964))) : (c <= 119967 || (c < 119977 ? (c < 119973 ? c == 119970 : c <= 119974) : (c <= 119980 || (c < 119995 ? (c >= 119982 && c <= 119993) : c <= 119995))))))))))) : (c <= 120003 || (c < 124912 ? (c < 121403 ? (c < 120514 ? (c < 120123 ? (c < 120077 ? (c < 120071 ? (c >= 120005 && c <= 120069) : c <= 120074) : (c <= 120084 || (c < 120094 ? (c >= 120086 && c <= 120092) : c <= 120121))) : (c <= 120126 || (c < 120138 ? (c < 120134 ? (c >= 120128 && c <= 120132) : c <= 120134) : (c <= 120144 || (c < 120488 ? (c >= 120146 && c <= 120485) : c <= 120512))))) : (c <= 120538 || (c < 120688 ? (c < 120598 ? (c < 120572 ? (c >= 120540 && c <= 120570) : c <= 120596) : (c <= 120628 || (c < 120656 ? (c >= 120630 && c <= 120654) : c <= 120686))) : (c <= 120712 || (c < 120772 ? (c < 120746 ? (c >= 120714 && c <= 120744) : c <= 120770) : (c <= 120779 || (c < 121344 ? (c >= 120782 && c <= 120831) : c <= 121398))))))) : (c <= 121452 || (c < 122928 ? (c < 122661 ? (c < 121499 ? (c < 121476 ? c == 121461 : c <= 121476) : (c <= 121503 || (c < 122624 ? (c >= 121505 && c <= 121519) : c <= 122654))) : (c <= 122666 || (c < 122907 ? (c < 122888 ? (c >= 122880 && c <= 122886) : c <= 122904) : (c <= 122913 || (c < 122918 ? (c >= 122915 && c <= 122916) : c <= 122922))))) : (c <= 122989 || (c < 123536 ? (c < 123184 ? (c < 123136 ? c == 123023 : c <= 123180) : (c <= 123197 || (c < 123214 ? (c >= 123200 && c <= 123209) : c <= 123214))) : (c <= 123566 || (c < 124896 ? (c < 124112 ? (c >= 123584 && c <= 123641) : c <= 124153) : (c <= 124902 || (c < 124909 ? (c >= 124904 && c <= 124907) : c <= 124910))))))))) : (c <= 124926 || (c < 126557 ? (c < 126521 ? (c < 126469 ? (c < 125184 ? (c < 125136 ? (c >= 124928 && c <= 125124) : c <= 125142) : (c <= 125259 || (c < 126464 ? (c >= 125264 && c <= 125273) : c <= 126467))) : (c <= 126495 || (c < 126503 ? (c < 126500 ? (c >= 126497 && c <= 126498) : c <= 126500) : (c <= 126503 || (c < 126516 ? (c >= 126505 && c <= 126514) : c <= 126519))))) : (c <= 126521 || (c < 126541 ? (c < 126535 ? (c < 126530 ? c == 126523 : c <= 126530) : (c <= 126535 || (c < 126539 ? c == 126537 : c <= 126539))) : (c <= 126543 || (c < 126551 ? (c < 126548 ? (c >= 126545 && c <= 126546) : c <= 126548) : (c <= 126551 || (c < 126555 ? c == 126553 : c <= 126555))))))) : (c <= 126557 || (c < 126629 ? (c < 126580 ? (c < 126564 ? (c < 126561 ? c == 126559 : c <= 126562) : (c <= 126564 || (c < 126572 ? (c >= 126567 && c <= 126570) : c <= 126578))) : (c <= 126583 || (c < 126592 ? (c < 126590 ? (c >= 126585 && c <= 126588) : c <= 126590) : (c <= 126601 || (c < 126625 ? (c >= 126603 && c <= 126619) : c <= 126627))))) : (c <= 126633 || (c < 178208 ? (c < 131072 ? (c < 130032 ? (c >= 126635 && c <= 126651) : c <= 130041) : (c <= 173791 || (c < 177984 ? (c >= 173824 && c <= 177977) : c <= 178205))) : (c <= 183969 || (c < 196608 ? (c < 194560 ? (c >= 183984 && c <= 191456) : c <= 195101) : (c <= 201546 || (c < 917760 ? (c >= 201552 && c <= 205743) : c <= 917999))))))))))))))))); } static bool ts_lex(TSLexer *lexer, TSStateId state) { START_LEXER(); eof = lexer->eof(lexer); switch (state) { case 0: if (eof) ADVANCE(287); if (lookahead == '!') ADVANCE(353); if (lookahead == '"') ADVANCE(471); if (lookahead == '#') ADVANCE(248); if (lookahead == '%') ADVANCE(377); if (lookahead == '&') ADVANCE(387); if (lookahead == '\'') ADVANCE(462); if (lookahead == '(') ADVANCE(292); if (lookahead == ')') ADVANCE(295); if (lookahead == '*') ADVANCE(373); if (lookahead == '+') ADVANCE(367); if (lookahead == ',') ADVANCE(294); if (lookahead == '-') ADVANCE(356); if (lookahead == '.') ADVANCE(437); if (lookahead == '/') ADVANCE(375); if (lookahead == '0') ADVANCE(446); if (lookahead == ':') ADVANCE(421); if (lookahead == ';') ADVANCE(405); if (lookahead == '<') ADVANCE(397); if (lookahead == '=') ADVANCE(417); if (lookahead == '>') ADVANCE(582); if (lookahead == '?') ADVANCE(422); if (lookahead == 'F') ADVANCE(511); if (lookahead == 'L') ADVANCE(485); if (lookahead == 'R') ADVANCE(488); if (lookahead == 'T') ADVANCE(515); if (lookahead == 'U') ADVANCE(489); if (lookahead == '[') ADVANCE(413); if (lookahead == '\\') ADVANCE(2); if (lookahead == ']') ADVANCE(415); if (lookahead == '^') ADVANCE(384); if (sym_identifier_character_set_1(lookahead)) ADVANCE(574); if (lookahead == 'b') ADVANCE(557); if (lookahead == 'c') ADVANCE(536); if (lookahead == 'd') ADVANCE(553); if (lookahead == 'f') ADVANCE(520); if (lookahead == 'i') ADVANCE(550); if (lookahead == 'm') ADVANCE(522); if (lookahead == 'n') ADVANCE(570); if (lookahead == 'p') ADVANCE(567); if (lookahead == 's') ADVANCE(537); if (lookahead == 't') ADVANCE(562); if (lookahead == 'u') ADVANCE(492); if (lookahead == 'v') ADVANCE(554); if (lookahead == '{') ADVANCE(409); if (lookahead == '|') ADVANCE(381); if (lookahead == '}') ADVANCE(410); if (lookahead == '~') ADVANCE(354); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(285) if (('1' <= lookahead && lookahead <= '9')) ADVANCE(448); END_STATE(); case 1: if (lookahead == '\n') SKIP(143) END_STATE(); case 2: if (lookahead == '\n') SKIP(143) if (lookahead == '\r') SKIP(1) if (lookahead == 'U') ADVANCE(282); if (lookahead == 'u') ADVANCE(274); END_STATE(); case 3: if (lookahead == '\n') SKIP(152) END_STATE(); case 4: if (lookahead == '\n') SKIP(152) if (lookahead == '\r') SKIP(3) if (lookahead == 'U') ADVANCE(282); if (lookahead == 'u') ADVANCE(274); END_STATE(); case 5: if (lookahead == '\n') SKIP(151) END_STATE(); case 6: if (lookahead == '\n') SKIP(151) if (lookahead == '\r') SKIP(5) if (lookahead == 'U') ADVANCE(282); if (lookahead == 'u') ADVANCE(274); END_STATE(); case 7: if (lookahead == '\n') SKIP(155) END_STATE(); case 8: if (lookahead == '\n') SKIP(155) if (lookahead == '\r') SKIP(7) if (lookahead == 'U') ADVANCE(282); if (lookahead == 'u') ADVANCE(274); END_STATE(); case 9: if (lookahead == '\n') SKIP(153) END_STATE(); case 10: if (lookahead == '\n') SKIP(153) if (lookahead == '\r') SKIP(9) if (lookahead == 'U') ADVANCE(282); if (lookahead == 'u') ADVANCE(274); END_STATE(); case 11: if (lookahead == '\n') SKIP(156) END_STATE(); case 12: if (lookahead == '\n') SKIP(156) if (lookahead == '\r') SKIP(11) if (lookahead == 'U') ADVANCE(282); if (lookahead == 'u') ADVANCE(274); END_STATE(); case 13: if (lookahead == '\n') SKIP(145) END_STATE(); case 14: if (lookahead == '\n') SKIP(145) if (lookahead == '\r') SKIP(13) if (lookahead == 'U') ADVANCE(282); if (lookahead == 'u') ADVANCE(274); END_STATE(); case 15: if (lookahead == '\n') SKIP(144) END_STATE(); case 16: if (lookahead == '\n') SKIP(144) if (lookahead == '\r') SKIP(15) if (lookahead == 'U') ADVANCE(282); if (lookahead == 'u') ADVANCE(274); END_STATE(); case 17: if (lookahead == '\n') SKIP(146) END_STATE(); case 18: if (lookahead == '\n') SKIP(146) if (lookahead == '\r') SKIP(17) if (lookahead == 'U') ADVANCE(282); if (lookahead == 'u') ADVANCE(274); END_STATE(); case 19: if (lookahead == '\n') SKIP(157) END_STATE(); case 20: if (lookahead == '\n') SKIP(157) if (lookahead == '\r') SKIP(19) if (lookahead == 'U') ADVANCE(282); if (lookahead == 'u') ADVANCE(274); END_STATE(); case 21: if (lookahead == '\n') SKIP(212) END_STATE(); case 22: if (lookahead == '\n') SKIP(212) if (lookahead == '\r') SKIP(21) if (lookahead == 'U') ADVANCE(282); if (lookahead == 'u') ADVANCE(274); END_STATE(); case 23: if (lookahead == '\n') SKIP(169) END_STATE(); case 24: if (lookahead == '\n') SKIP(169) if (lookahead == '\r') SKIP(23) if (lookahead == 'U') ADVANCE(282); if (lookahead == 'u') ADVANCE(274); END_STATE(); case 25: if (lookahead == '\n') SKIP(211) END_STATE(); case 26: if (lookahead == '\n') SKIP(211) if (lookahead == '\r') SKIP(25) if (lookahead == 'U') ADVANCE(282); if (lookahead == 'u') ADVANCE(274); END_STATE(); case 27: if (lookahead == '\n') SKIP(213) END_STATE(); case 28: if (lookahead == '\n') SKIP(213) if (lookahead == '\r') SKIP(27) if (lookahead == 'U') ADVANCE(282); if (lookahead == 'u') ADVANCE(274); END_STATE(); case 29: if (lookahead == '\n') SKIP(149) END_STATE(); case 30: if (lookahead == '\n') SKIP(149) if (lookahead == '\r') SKIP(29) if (lookahead == 'U') ADVANCE(282); if (lookahead == 'u') ADVANCE(274); END_STATE(); case 31: if (lookahead == '\n') SKIP(170) END_STATE(); case 32: if (lookahead == '\n') SKIP(170) if (lookahead == '\r') SKIP(31) if (lookahead == 'U') ADVANCE(282); if (lookahead == 'u') ADVANCE(274); END_STATE(); case 33: if (lookahead == '\n') SKIP(171) END_STATE(); case 34: if (lookahead == '\n') SKIP(171) if (lookahead == '\r') SKIP(33) if (lookahead == 'U') ADVANCE(282); if (lookahead == 'u') ADVANCE(274); END_STATE(); case 35: if (lookahead == '\n') SKIP(180) END_STATE(); case 36: if (lookahead == '\n') SKIP(180) if (lookahead == '\r') SKIP(35) if (lookahead == 'U') ADVANCE(282); if (lookahead == 'u') ADVANCE(274); END_STATE(); case 37: if (lookahead == '\n') SKIP(162) END_STATE(); case 38: if (lookahead == '\n') SKIP(162) if (lookahead == '\r') SKIP(37) if (lookahead == 'U') ADVANCE(282); if (lookahead == 'u') ADVANCE(274); END_STATE(); case 39: if (lookahead == '\n') SKIP(200) END_STATE(); case 40: if (lookahead == '\n') SKIP(200) if (lookahead == '\r') SKIP(39) if (lookahead == 'U') ADVANCE(282); if (lookahead == 'u') ADVANCE(274); END_STATE(); case 41: if (lookahead == '\n') SKIP(160) END_STATE(); case 42: if (lookahead == '\n') SKIP(160) if (lookahead == '\r') SKIP(41) if (lookahead == 'U') ADVANCE(282); if (lookahead == 'u') ADVANCE(274); END_STATE(); case 43: if (lookahead == '\n') SKIP(164) END_STATE(); case 44: if (lookahead == '\n') SKIP(164) if (lookahead == '\r') SKIP(43) if (lookahead == 'U') ADVANCE(282); if (lookahead == 'u') ADVANCE(274); END_STATE(); case 45: if (lookahead == '\n') SKIP(183) END_STATE(); case 46: if (lookahead == '\n') SKIP(183) if (lookahead == '\r') SKIP(45) if (lookahead == 'U') ADVANCE(282); if (lookahead == 'u') ADVANCE(274); END_STATE(); case 47: if (lookahead == '\n') SKIP(174) END_STATE(); case 48: if (lookahead == '\n') SKIP(174) if (lookahead == '\r') SKIP(47) if (lookahead == 'U') ADVANCE(282); if (lookahead == 'u') ADVANCE(274); END_STATE(); case 49: if (lookahead == '\n') SKIP(195) END_STATE(); case 50: if (lookahead == '\n') SKIP(195) if (lookahead == '\r') SKIP(49) if (lookahead == 'U') ADVANCE(282); if (lookahead == 'u') ADVANCE(274); END_STATE(); case 51: if (lookahead == '\n') SKIP(204) END_STATE(); case 52: if (lookahead == '\n') SKIP(204) if (lookahead == '\r') SKIP(51) if (lookahead == 'U') ADVANCE(282); if (lookahead == 'u') ADVANCE(274); END_STATE(); case 53: if (lookahead == '\n') SKIP(187) END_STATE(); case 54: if (lookahead == '\n') SKIP(187) if (lookahead == '\r') SKIP(53) if (lookahead == 'U') ADVANCE(282); if (lookahead == 'u') ADVANCE(274); END_STATE(); case 55: if (lookahead == '\n') SKIP(181) END_STATE(); case 56: if (lookahead == '\n') SKIP(181) if (lookahead == '\r') SKIP(55) if (lookahead == 'U') ADVANCE(282); if (lookahead == 'u') ADVANCE(274); END_STATE(); case 57: if (lookahead == '\n') SKIP(185) END_STATE(); case 58: if (lookahead == '\n') SKIP(185) if (lookahead == '\r') SKIP(57) if (lookahead == 'U') ADVANCE(282); if (lookahead == 'u') ADVANCE(274); END_STATE(); case 59: if (lookahead == '\n') SKIP(150) END_STATE(); case 60: if (lookahead == '\n') SKIP(150) if (lookahead == '\r') SKIP(59) if (lookahead == 'U') ADVANCE(282); if (lookahead == 'u') ADVANCE(274); END_STATE(); case 61: if (lookahead == '\n') SKIP(166) END_STATE(); case 62: if (lookahead == '\n') SKIP(166) if (lookahead == '\r') SKIP(61) if (lookahead == 'U') ADVANCE(282); if (lookahead == 'u') ADVANCE(274); END_STATE(); case 63: if (lookahead == '\n') SKIP(173) END_STATE(); case 64: if (lookahead == '\n') SKIP(173) if (lookahead == '\r') SKIP(63) if (lookahead == 'U') ADVANCE(282); if (lookahead == 'u') ADVANCE(274); END_STATE(); case 65: if (lookahead == '\n') SKIP(188) END_STATE(); case 66: if (lookahead == '\n') SKIP(188) if (lookahead == '\r') SKIP(65) if (lookahead == 'U') ADVANCE(282); if (lookahead == 'u') ADVANCE(274); END_STATE(); case 67: if (lookahead == '\n') SKIP(191) END_STATE(); case 68: if (lookahead == '\n') SKIP(191) if (lookahead == '\r') SKIP(67) if (lookahead == 'U') ADVANCE(282); if (lookahead == 'u') ADVANCE(274); END_STATE(); case 69: if (lookahead == '\n') SKIP(207) END_STATE(); case 70: if (lookahead == '\n') SKIP(207) if (lookahead == '\r') SKIP(69) if (lookahead == 'U') ADVANCE(282); if (lookahead == 'u') ADVANCE(274); END_STATE(); case 71: if (lookahead == '\n') SKIP(214) END_STATE(); case 72: if (lookahead == '\n') SKIP(214) if (lookahead == '\r') SKIP(71) if (lookahead == 'U') ADVANCE(282); if (lookahead == 'u') ADVANCE(274); END_STATE(); case 73: if (lookahead == '\n') SKIP(219) END_STATE(); case 74: if (lookahead == '\n') SKIP(219) if (lookahead == '\r') SKIP(73) if (lookahead == 'U') ADVANCE(282); if (lookahead == 'u') ADVANCE(274); END_STATE(); case 75: if (lookahead == '\n') SKIP(215) END_STATE(); case 76: if (lookahead == '\n') SKIP(215) if (lookahead == '\r') SKIP(75) if (lookahead == 'U') ADVANCE(282); if (lookahead == 'u') ADVANCE(274); END_STATE(); case 77: if (lookahead == '\n') SKIP(216) END_STATE(); case 78: if (lookahead == '\n') SKIP(216) if (lookahead == '\r') SKIP(77) if (lookahead == 'U') ADVANCE(282); if (lookahead == 'u') ADVANCE(274); END_STATE(); case 79: if (lookahead == '\n') SKIP(217) END_STATE(); case 80: if (lookahead == '\n') SKIP(217) if (lookahead == '\r') SKIP(79) if (lookahead == 'U') ADVANCE(282); if (lookahead == 'u') ADVANCE(274); END_STATE(); case 81: if (lookahead == '\n') SKIP(193) END_STATE(); case 82: if (lookahead == '\n') SKIP(193) if (lookahead == '\r') SKIP(81) if (lookahead == 'U') ADVANCE(282); if (lookahead == 'u') ADVANCE(274); END_STATE(); case 83: if (lookahead == '\n') SKIP(218) END_STATE(); case 84: if (lookahead == '\n') SKIP(218) if (lookahead == '\r') SKIP(83) if (lookahead == 'U') ADVANCE(282); if (lookahead == 'u') ADVANCE(274); END_STATE(); case 85: if (lookahead == '\n') SKIP(221) END_STATE(); case 86: if (lookahead == '\n') SKIP(221) if (lookahead == '\r') SKIP(85) if (lookahead == 'U') ADVANCE(282); if (lookahead == 'u') ADVANCE(274); END_STATE(); case 87: if (lookahead == '\n') SKIP(158) END_STATE(); case 88: if (lookahead == '\n') SKIP(158) if (lookahead == '\r') SKIP(87) if (lookahead == 'U') ADVANCE(282); if (lookahead == 'u') ADVANCE(274); END_STATE(); case 89: if (lookahead == '\n') SKIP(91) END_STATE(); case 90: if (lookahead == '\n') SKIP(91) if (lookahead == '\r') SKIP(89) END_STATE(); case 91: if (lookahead == '\n') ADVANCE(289); if (lookahead == '!') ADVANCE(236); if (lookahead == '%') ADVANCE(376); if (lookahead == '&') ADVANCE(386); if (lookahead == '(') ADVANCE(351); if (lookahead == '*') ADVANCE(372); if (lookahead == '+') ADVANCE(365); if (lookahead == '-') ADVANCE(355); if (lookahead == '/') ADVANCE(374); if (lookahead == '<') ADVANCE(400); if (lookahead == '=') ADVANCE(237); if (lookahead == '>') ADVANCE(391); if (lookahead == '\\') SKIP(90) if (lookahead == '^') ADVANCE(383); if (lookahead == '|') ADVANCE(382); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') SKIP(91) END_STATE(); case 92: if (lookahead == '\n') SKIP(220) END_STATE(); case 93: if (lookahead == '\n') SKIP(220) if (lookahead == '\r') SKIP(92) if (lookahead == 'U') ADVANCE(282); if (lookahead == 'u') ADVANCE(274); END_STATE(); case 94: if (lookahead == '\n') SKIP(208) END_STATE(); case 95: if (lookahead == '\n') SKIP(208) if (lookahead == '\r') SKIP(94) if (lookahead == 'U') ADVANCE(282); if (lookahead == 'u') ADVANCE(274); END_STATE(); case 96: if (lookahead == '\n') SKIP(209) if (lookahead == '"') ADVANCE(471); if (lookahead == '/') ADVANCE(472); if (lookahead == '\\') ADVANCE(97); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(475); if (lookahead != 0) ADVANCE(476); END_STATE(); case 97: if (lookahead == '\n') ADVANCE(478); if (lookahead == '\r') ADVANCE(477); if (lookahead == 'U') ADVANCE(283); if (lookahead == 'u') ADVANCE(275); if (lookahead == 'x') ADVANCE(271); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(480); if (lookahead != 0) ADVANCE(477); END_STATE(); case 98: if (lookahead == '\n') ADVANCE(290); if (lookahead == '(') ADVANCE(292); if (lookahead == '/') ADVANCE(310); if (lookahead == '\\') ADVANCE(308); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') SKIP(99) if (lookahead != 0) ADVANCE(311); END_STATE(); case 99: if (lookahead == '\n') ADVANCE(290); if (lookahead == '/') ADVANCE(310); if (lookahead == '\\') ADVANCE(308); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') SKIP(99) if (lookahead != 0) ADVANCE(311); END_STATE(); case 100: if (lookahead == '\n') SKIP(233) if (lookahead == '/') ADVANCE(465); if (lookahead == '\\') ADVANCE(464); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(466); if (lookahead != 0 && lookahead != '\'') ADVANCE(463); END_STATE(); case 101: if (lookahead == '\n') SKIP(154) END_STATE(); case 102: if (lookahead == '\n') SKIP(154) if (lookahead == '\r') SKIP(101) if (lookahead == 'U') ADVANCE(282); if (lookahead == 'u') ADVANCE(274); END_STATE(); case 103: if (lookahead == '\n') SKIP(147) END_STATE(); case 104: if (lookahead == '\n') SKIP(147) if (lookahead == '\r') SKIP(103) if (lookahead == 'U') ADVANCE(282); if (lookahead == 'u') ADVANCE(274); END_STATE(); case 105: if (lookahead == '\n') SKIP(148) END_STATE(); case 106: if (lookahead == '\n') SKIP(148) if (lookahead == '\r') SKIP(105) if (lookahead == 'U') ADVANCE(282); if (lookahead == 'u') ADVANCE(274); END_STATE(); case 107: if (lookahead == '\n') SKIP(178) END_STATE(); case 108: if (lookahead == '\n') SKIP(178) if (lookahead == '\r') SKIP(107) if (lookahead == 'U') ADVANCE(282); if (lookahead == 'u') ADVANCE(274); END_STATE(); case 109: if (lookahead == '\n') SKIP(199) END_STATE(); case 110: if (lookahead == '\n') SKIP(199) if (lookahead == '\r') SKIP(109) if (lookahead == 'U') ADVANCE(282); if (lookahead == 'u') ADVANCE(274); END_STATE(); case 111: if (lookahead == '\n') SKIP(172) END_STATE(); case 112: if (lookahead == '\n') SKIP(172) if (lookahead == '\r') SKIP(111) if (lookahead == 'U') ADVANCE(282); if (lookahead == 'u') ADVANCE(274); END_STATE(); case 113: if (lookahead == '\n') SKIP(196) END_STATE(); case 114: if (lookahead == '\n') SKIP(196) if (lookahead == '\r') SKIP(113) if (lookahead == 'U') ADVANCE(282); if (lookahead == 'u') ADVANCE(274); END_STATE(); case 115: if (lookahead == '\n') SKIP(168) END_STATE(); case 116: if (lookahead == '\n') SKIP(168) if (lookahead == '\r') SKIP(115) if (lookahead == 'U') ADVANCE(282); if (lookahead == 'u') ADVANCE(274); END_STATE(); case 117: if (lookahead == '\n') SKIP(179) END_STATE(); case 118: if (lookahead == '\n') SKIP(179) if (lookahead == '\r') SKIP(117) if (lookahead == 'U') ADVANCE(282); if (lookahead == 'u') ADVANCE(274); END_STATE(); case 119: if (lookahead == '\n') SKIP(189) END_STATE(); case 120: if (lookahead == '\n') SKIP(189) if (lookahead == '\r') SKIP(119) if (lookahead == 'U') ADVANCE(282); if (lookahead == 'u') ADVANCE(274); END_STATE(); case 121: if (lookahead == '\n') SKIP(186) END_STATE(); case 122: if (lookahead == '\n') SKIP(186) if (lookahead == '\r') SKIP(121) if (lookahead == 'U') ADVANCE(282); if (lookahead == 'u') ADVANCE(274); END_STATE(); case 123: if (lookahead == '\n') SKIP(176) END_STATE(); case 124: if (lookahead == '\n') SKIP(176) if (lookahead == '\r') SKIP(123) if (lookahead == 'U') ADVANCE(282); if (lookahead == 'u') ADVANCE(274); END_STATE(); case 125: if (lookahead == '\n') SKIP(192) END_STATE(); case 126: if (lookahead == '\n') SKIP(192) if (lookahead == '\r') SKIP(125) if (lookahead == 'U') ADVANCE(282); if (lookahead == 'u') ADVANCE(274); END_STATE(); case 127: if (lookahead == '\n') SKIP(194) END_STATE(); case 128: if (lookahead == '\n') SKIP(194) if (lookahead == '\r') SKIP(127) if (lookahead == 'U') ADVANCE(282); if (lookahead == 'u') ADVANCE(274); END_STATE(); case 129: if (lookahead == '\n') SKIP(182) END_STATE(); case 130: if (lookahead == '\n') SKIP(182) if (lookahead == '\r') SKIP(129) if (lookahead == 'U') ADVANCE(282); if (lookahead == 'u') ADVANCE(274); END_STATE(); case 131: if (lookahead == '\n') SKIP(197) END_STATE(); case 132: if (lookahead == '\n') SKIP(197) if (lookahead == '\r') SKIP(131) if (lookahead == 'U') ADVANCE(282); if (lookahead == 'u') ADVANCE(274); END_STATE(); case 133: if (lookahead == '\n') SKIP(203) END_STATE(); case 134: if (lookahead == '\n') SKIP(203) if (lookahead == '\r') SKIP(133) if (lookahead == 'U') ADVANCE(282); if (lookahead == 'u') ADVANCE(274); END_STATE(); case 135: if (lookahead == '\n') SKIP(177) END_STATE(); case 136: if (lookahead == '\n') SKIP(177) if (lookahead == '\r') SKIP(135) if (lookahead == 'U') ADVANCE(282); if (lookahead == 'u') ADVANCE(274); END_STATE(); case 137: if (lookahead == '\n') SKIP(206) END_STATE(); case 138: if (lookahead == '\n') SKIP(206) if (lookahead == '\r') SKIP(137) if (lookahead == 'U') ADVANCE(282); if (lookahead == 'u') ADVANCE(274); END_STATE(); case 139: if (lookahead == '\n') SKIP(198) END_STATE(); case 140: if (lookahead == '\n') SKIP(198) if (lookahead == '\r') SKIP(139) if (lookahead == 'U') ADVANCE(282); if (lookahead == 'u') ADVANCE(274); END_STATE(); case 141: if (lookahead == '\n') SKIP(201) END_STATE(); case 142: if (lookahead == '\n') SKIP(201) if (lookahead == '\r') SKIP(141) if (lookahead == 'U') ADVANCE(282); if (lookahead == 'u') ADVANCE(274); END_STATE(); case 143: if (lookahead == '!') ADVANCE(353); if (lookahead == '"') ADVANCE(471); if (lookahead == '#') ADVANCE(248); if (lookahead == '%') ADVANCE(377); if (lookahead == '&') ADVANCE(387); if (lookahead == '\'') ADVANCE(462); if (lookahead == '(') ADVANCE(351); if (lookahead == ')') ADVANCE(295); if (lookahead == '*') ADVANCE(373); if (lookahead == '+') ADVANCE(367); if (lookahead == ',') ADVANCE(294); if (lookahead == '-') ADVANCE(356); if (lookahead == '.') ADVANCE(437); if (lookahead == '/') ADVANCE(375); if (lookahead == '0') ADVANCE(446); if (lookahead == ':') ADVANCE(421); if (lookahead == ';') ADVANCE(405); if (lookahead == '<') ADVANCE(397); if (lookahead == '=') ADVANCE(417); if (lookahead == '>') ADVANCE(582); if (lookahead == '?') ADVANCE(422); if (lookahead == 'F') ADVANCE(511); if (lookahead == 'L') ADVANCE(485); if (lookahead == 'R') ADVANCE(488); if (lookahead == 'T') ADVANCE(515); if (lookahead == 'U') ADVANCE(489); if (lookahead == '[') ADVANCE(413); if (lookahead == '\\') ADVANCE(2); if (lookahead == ']') ADVANCE(415); if (lookahead == '^') ADVANCE(384); if (sym_identifier_character_set_1(lookahead)) ADVANCE(574); if (lookahead == 'b') ADVANCE(557); if (lookahead == 'c') ADVANCE(536); if (lookahead == 'd') ADVANCE(553); if (lookahead == 'f') ADVANCE(520); if (lookahead == 'i') ADVANCE(550); if (lookahead == 'm') ADVANCE(522); if (lookahead == 'n') ADVANCE(570); if (lookahead == 'p') ADVANCE(567); if (lookahead == 's') ADVANCE(537); if (lookahead == 't') ADVANCE(562); if (lookahead == 'u') ADVANCE(492); if (lookahead == 'v') ADVANCE(554); if (lookahead == '{') ADVANCE(409); if (lookahead == '|') ADVANCE(381); if (lookahead == '}') ADVANCE(410); if (lookahead == '~') ADVANCE(354); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(143) if (('1' <= lookahead && lookahead <= '9')) ADVANCE(448); END_STATE(); case 144: if (lookahead == '!') ADVANCE(353); if (lookahead == '"') ADVANCE(471); if (lookahead == '%') ADVANCE(377); if (lookahead == '&') ADVANCE(387); if (lookahead == '\'') ADVANCE(462); if (lookahead == '(') ADVANCE(351); if (lookahead == ')') ADVANCE(295); if (lookahead == '*') ADVANCE(373); if (lookahead == '+') ADVANCE(367); if (lookahead == ',') ADVANCE(294); if (lookahead == '-') ADVANCE(356); if (lookahead == '.') ADVANCE(437); if (lookahead == '/') ADVANCE(375); if (lookahead == '0') ADVANCE(446); if (lookahead == ':') ADVANCE(234); if (lookahead == '<') ADVANCE(397); if (lookahead == '=') ADVANCE(417); if (lookahead == '>') ADVANCE(392); if (lookahead == '?') ADVANCE(422); if (lookahead == 'F') ADVANCE(511); if (lookahead == 'L') ADVANCE(485); if (lookahead == 'R') ADVANCE(488); if (lookahead == 'T') ADVANCE(515); if (lookahead == 'U') ADVANCE(489); if (lookahead == '[') ADVANCE(411); if (lookahead == '\\') ADVANCE(16); if (lookahead == '^') ADVANCE(384); if (sym_identifier_character_set_2(lookahead)) ADVANCE(574); if (lookahead == 'b') ADVANCE(557); if (lookahead == 'c') ADVANCE(536); if (lookahead == 'd') ADVANCE(553); if (lookahead == 'f') ADVANCE(520); if (lookahead == 'i') ADVANCE(550); if (lookahead == 'm') ADVANCE(522); if (lookahead == 'n') ADVANCE(570); if (lookahead == 'p') ADVANCE(567); if (lookahead == 's') ADVANCE(537); if (lookahead == 't') ADVANCE(562); if (lookahead == 'u') ADVANCE(492); if (lookahead == 'v') ADVANCE(554); if (lookahead == '{') ADVANCE(409); if (lookahead == '|') ADVANCE(381); if (lookahead == '~') ADVANCE(354); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(144) if (('1' <= lookahead && lookahead <= '9')) ADVANCE(448); END_STATE(); case 145: if (lookahead == '!') ADVANCE(353); if (lookahead == '"') ADVANCE(471); if (lookahead == '%') ADVANCE(377); if (lookahead == '&') ADVANCE(387); if (lookahead == '\'') ADVANCE(462); if (lookahead == '(') ADVANCE(351); if (lookahead == ')') ADVANCE(295); if (lookahead == '*') ADVANCE(373); if (lookahead == '+') ADVANCE(367); if (lookahead == ',') ADVANCE(294); if (lookahead == '-') ADVANCE(357); if (lookahead == '.') ADVANCE(439); if (lookahead == '/') ADVANCE(375); if (lookahead == '0') ADVANCE(446); if (lookahead == ':') ADVANCE(421); if (lookahead == ';') ADVANCE(405); if (lookahead == '<') ADVANCE(397); if (lookahead == '=') ADVANCE(417); if (lookahead == '>') ADVANCE(392); if (lookahead == '?') ADVANCE(422); if (lookahead == 'F') ADVANCE(511); if (lookahead == 'L') ADVANCE(485); if (lookahead == 'R') ADVANCE(488); if (lookahead == 'T') ADVANCE(515); if (lookahead == 'U') ADVANCE(489); if (lookahead == '[') ADVANCE(411); if (lookahead == '\\') ADVANCE(14); if (lookahead == ']') ADVANCE(415); if (lookahead == '^') ADVANCE(384); if (sym_identifier_character_set_1(lookahead)) ADVANCE(574); if (lookahead == 'b') ADVANCE(557); if (lookahead == 'c') ADVANCE(536); if (lookahead == 'd') ADVANCE(553); if (lookahead == 'f') ADVANCE(520); if (lookahead == 'i') ADVANCE(550); if (lookahead == 'm') ADVANCE(522); if (lookahead == 'n') ADVANCE(570); if (lookahead == 'p') ADVANCE(567); if (lookahead == 's') ADVANCE(537); if (lookahead == 't') ADVANCE(562); if (lookahead == 'u') ADVANCE(492); if (lookahead == 'v') ADVANCE(554); if (lookahead == '{') ADVANCE(409); if (lookahead == '|') ADVANCE(381); if (lookahead == '}') ADVANCE(410); if (lookahead == '~') ADVANCE(354); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(145) if (('1' <= lookahead && lookahead <= '9')) ADVANCE(448); END_STATE(); case 146: if (lookahead == '!') ADVANCE(353); if (lookahead == '"') ADVANCE(471); if (lookahead == '%') ADVANCE(377); if (lookahead == '&') ADVANCE(387); if (lookahead == '\'') ADVANCE(462); if (lookahead == '(') ADVANCE(351); if (lookahead == '*') ADVANCE(373); if (lookahead == '+') ADVANCE(367); if (lookahead == ',') ADVANCE(294); if (lookahead == '-') ADVANCE(357); if (lookahead == '.') ADVANCE(439); if (lookahead == '/') ADVANCE(375); if (lookahead == '0') ADVANCE(446); if (lookahead == ':') ADVANCE(234); if (lookahead == '<') ADVANCE(397); if (lookahead == '=') ADVANCE(417); if (lookahead == '>') ADVANCE(582); if (lookahead == '?') ADVANCE(422); if (lookahead == 'F') ADVANCE(511); if (lookahead == 'L') ADVANCE(485); if (lookahead == 'R') ADVANCE(488); if (lookahead == 'T') ADVANCE(515); if (lookahead == 'U') ADVANCE(489); if (lookahead == '[') ADVANCE(411); if (lookahead == '\\') ADVANCE(18); if (lookahead == '^') ADVANCE(384); if (sym_identifier_character_set_2(lookahead)) ADVANCE(574); if (lookahead == 'b') ADVANCE(557); if (lookahead == 'c') ADVANCE(536); if (lookahead == 'd') ADVANCE(553); if (lookahead == 'f') ADVANCE(520); if (lookahead == 'i') ADVANCE(550); if (lookahead == 'm') ADVANCE(522); if (lookahead == 'n') ADVANCE(570); if (lookahead == 'p') ADVANCE(567); if (lookahead == 's') ADVANCE(537); if (lookahead == 't') ADVANCE(562); if (lookahead == 'u') ADVANCE(492); if (lookahead == 'v') ADVANCE(554); if (lookahead == '{') ADVANCE(409); if (lookahead == '|') ADVANCE(381); if (lookahead == '~') ADVANCE(354); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(146) if (('1' <= lookahead && lookahead <= '9')) ADVANCE(448); END_STATE(); case 147: if (lookahead == '!') ADVANCE(353); if (lookahead == '"') ADVANCE(471); if (lookahead == '%') ADVANCE(376); if (lookahead == '&') ADVANCE(386); if (lookahead == '\'') ADVANCE(462); if (lookahead == '(') ADVANCE(351); if (lookahead == ')') ADVANCE(295); if (lookahead == '*') ADVANCE(372); if (lookahead == '+') ADVANCE(368); if (lookahead == ',') ADVANCE(294); if (lookahead == '-') ADVANCE(358); if (lookahead == '.') ADVANCE(439); if (lookahead == '/') ADVANCE(374); if (lookahead == '0') ADVANCE(446); if (lookahead == ':') ADVANCE(421); if (lookahead == ';') ADVANCE(405); if (lookahead == '<') ADVANCE(399); if (lookahead == '=') ADVANCE(237); if (lookahead == '>') ADVANCE(391); if (lookahead == '?') ADVANCE(422); if (lookahead == 'F') ADVANCE(511); if (lookahead == 'L') ADVANCE(485); if (lookahead == 'R') ADVANCE(488); if (lookahead == 'T') ADVANCE(515); if (lookahead == 'U') ADVANCE(489); if (lookahead == '[') ADVANCE(411); if (lookahead == '\\') ADVANCE(104); if (lookahead == ']') ADVANCE(415); if (lookahead == '^') ADVANCE(383); if (sym_identifier_character_set_1(lookahead)) ADVANCE(574); if (lookahead == 'b') ADVANCE(557); if (lookahead == 'c') ADVANCE(536); if (lookahead == 'd') ADVANCE(553); if (lookahead == 'f') ADVANCE(520); if (lookahead == 'i') ADVANCE(550); if (lookahead == 'm') ADVANCE(522); if (lookahead == 'n') ADVANCE(570); if (lookahead == 'p') ADVANCE(567); if (lookahead == 's') ADVANCE(537); if (lookahead == 't') ADVANCE(562); if (lookahead == 'u') ADVANCE(492); if (lookahead == 'v') ADVANCE(554); if (lookahead == '{') ADVANCE(409); if (lookahead == '|') ADVANCE(382); if (lookahead == '}') ADVANCE(410); if (lookahead == '~') ADVANCE(354); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(147) if (('1' <= lookahead && lookahead <= '9')) ADVANCE(448); END_STATE(); case 148: if (lookahead == '!') ADVANCE(353); if (lookahead == '"') ADVANCE(471); if (lookahead == '%') ADVANCE(376); if (lookahead == '&') ADVANCE(386); if (lookahead == '\'') ADVANCE(462); if (lookahead == '(') ADVANCE(351); if (lookahead == '*') ADVANCE(372); if (lookahead == '+') ADVANCE(368); if (lookahead == ',') ADVANCE(294); if (lookahead == '-') ADVANCE(358); if (lookahead == '.') ADVANCE(439); if (lookahead == '/') ADVANCE(374); if (lookahead == '0') ADVANCE(446); if (lookahead == ':') ADVANCE(234); if (lookahead == '<') ADVANCE(399); if (lookahead == '=') ADVANCE(237); if (lookahead == '>') ADVANCE(582); if (lookahead == '?') ADVANCE(422); if (lookahead == 'F') ADVANCE(511); if (lookahead == 'L') ADVANCE(485); if (lookahead == 'R') ADVANCE(488); if (lookahead == 'T') ADVANCE(515); if (lookahead == 'U') ADVANCE(489); if (lookahead == '[') ADVANCE(411); if (lookahead == '\\') ADVANCE(106); if (lookahead == '^') ADVANCE(383); if (sym_identifier_character_set_2(lookahead)) ADVANCE(574); if (lookahead == 'b') ADVANCE(557); if (lookahead == 'c') ADVANCE(536); if (lookahead == 'd') ADVANCE(553); if (lookahead == 'f') ADVANCE(520); if (lookahead == 'i') ADVANCE(550); if (lookahead == 'm') ADVANCE(522); if (lookahead == 'n') ADVANCE(570); if (lookahead == 'p') ADVANCE(567); if (lookahead == 's') ADVANCE(537); if (lookahead == 't') ADVANCE(562); if (lookahead == 'u') ADVANCE(492); if (lookahead == 'v') ADVANCE(554); if (lookahead == '{') ADVANCE(409); if (lookahead == '|') ADVANCE(382); if (lookahead == '~') ADVANCE(354); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(148) if (('1' <= lookahead && lookahead <= '9')) ADVANCE(448); END_STATE(); case 149: if (lookahead == '!') ADVANCE(353); if (lookahead == '"') ADVANCE(210); if (lookahead == '%') ADVANCE(377); if (lookahead == '&') ADVANCE(387); if (lookahead == '(') ADVANCE(222); if (lookahead == '*') ADVANCE(373); if (lookahead == '+') ADVANCE(369); if (lookahead == ',') ADVANCE(294); if (lookahead == '-') ADVANCE(360); if (lookahead == '/') ADVANCE(375); if (lookahead == ':') ADVANCE(234); if (lookahead == '<') ADVANCE(397); if (lookahead == '=') ADVANCE(417); if (lookahead == '>') ADVANCE(392); if (lookahead == '[') ADVANCE(245); if (lookahead == '\\') ADVANCE(30); if (lookahead == '^') ADVANCE(384); if (sym_identifier_character_set_3(lookahead)) ADVANCE(574); if (lookahead == 'b') ADVANCE(557); if (lookahead == 'c') ADVANCE(536); if (lookahead == 'd') ADVANCE(553); if (lookahead == 'f') ADVANCE(549); if (lookahead == 'i') ADVANCE(550); if (lookahead == 'm') ADVANCE(522); if (lookahead == 'n') ADVANCE(570); if (lookahead == 'p') ADVANCE(567); if (lookahead == 's') ADVANCE(537); if (lookahead == 'u') ADVANCE(542); if (lookahead == 'v') ADVANCE(554); if (lookahead == '|') ADVANCE(381); if (lookahead == '~') ADVANCE(354); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(149) END_STATE(); case 150: if (lookahead == '!') ADVANCE(353); if (lookahead == '"') ADVANCE(210); if (lookahead == '%') ADVANCE(377); if (lookahead == '&') ADVANCE(387); if (lookahead == '(') ADVANCE(222); if (lookahead == '*') ADVANCE(373); if (lookahead == '+') ADVANCE(369); if (lookahead == ',') ADVANCE(294); if (lookahead == '-') ADVANCE(360); if (lookahead == '/') ADVANCE(375); if (lookahead == '<') ADVANCE(397); if (lookahead == '=') ADVANCE(417); if (lookahead == '>') ADVANCE(392); if (lookahead == '[') ADVANCE(246); if (lookahead == '\\') ADVANCE(60); if (lookahead == '^') ADVANCE(384); if (sym_identifier_character_set_4(lookahead)) ADVANCE(574); if (lookahead == '|') ADVANCE(381); if (lookahead == '~') ADVANCE(354); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(150) END_STATE(); case 151: if (lookahead == '!') ADVANCE(352); if (lookahead == '"') ADVANCE(471); if (lookahead == '#') ADVANCE(248); if (lookahead == '&') ADVANCE(386); if (lookahead == '\'') ADVANCE(462); if (lookahead == '(') ADVANCE(351); if (lookahead == '*') ADVANCE(372); if (lookahead == '+') ADVANCE(368); if (lookahead == ',') ADVANCE(294); if (lookahead == '-') ADVANCE(359); if (lookahead == '.') ADVANCE(263); if (lookahead == '/') ADVANCE(224); if (lookahead == '0') ADVANCE(446); if (lookahead == ':') ADVANCE(234); if (lookahead == ';') ADVANCE(405); if (lookahead == '<') ADVANCE(235); if (lookahead == '>') ADVANCE(238); if (lookahead == 'F') ADVANCE(511); if (lookahead == 'L') ADVANCE(485); if (lookahead == 'R') ADVANCE(488); if (lookahead == 'T') ADVANCE(515); if (lookahead == 'U') ADVANCE(489); if (lookahead == '[') ADVANCE(412); if (lookahead == '\\') ADVANCE(6); if (sym_identifier_character_set_2(lookahead)) ADVANCE(574); if (lookahead == 'b') ADVANCE(557); if (lookahead == 'c') ADVANCE(536); if (lookahead == 'd') ADVANCE(553); if (lookahead == 'f') ADVANCE(520); if (lookahead == 'i') ADVANCE(550); if (lookahead == 'm') ADVANCE(522); if (lookahead == 'n') ADVANCE(570); if (lookahead == 'p') ADVANCE(567); if (lookahead == 's') ADVANCE(537); if (lookahead == 't') ADVANCE(562); if (lookahead == 'u') ADVANCE(492); if (lookahead == 'v') ADVANCE(554); if (lookahead == '{') ADVANCE(409); if (lookahead == '|') ADVANCE(380); if (lookahead == '~') ADVANCE(354); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(151) if (('1' <= lookahead && lookahead <= '9')) ADVANCE(448); END_STATE(); case 152: if (lookahead == '!') ADVANCE(352); if (lookahead == '"') ADVANCE(471); if (lookahead == '#') ADVANCE(254); if (lookahead == '%') ADVANCE(376); if (lookahead == '&') ADVANCE(386); if (lookahead == '\'') ADVANCE(462); if (lookahead == '(') ADVANCE(351); if (lookahead == ')') ADVANCE(295); if (lookahead == '*') ADVANCE(372); if (lookahead == '+') ADVANCE(368); if (lookahead == ',') ADVANCE(294); if (lookahead == '-') ADVANCE(359); if (lookahead == '.') ADVANCE(440); if (lookahead == '/') ADVANCE(374); if (lookahead == '0') ADVANCE(446); if (lookahead == ':') ADVANCE(421); if (lookahead == ';') ADVANCE(405); if (lookahead == '<') ADVANCE(396); if (lookahead == '=') ADVANCE(416); if (lookahead == '>') ADVANCE(582); if (lookahead == 'F') ADVANCE(511); if (lookahead == 'L') ADVANCE(485); if (lookahead == 'R') ADVANCE(488); if (lookahead == 'T') ADVANCE(515); if (lookahead == 'U') ADVANCE(489); if (lookahead == '[') ADVANCE(412); if (lookahead == '\\') ADVANCE(4); if (lookahead == ']') ADVANCE(247); if (lookahead == '^') ADVANCE(383); if (sym_identifier_character_set_1(lookahead)) ADVANCE(574); if (lookahead == 'b') ADVANCE(557); if (lookahead == 'c') ADVANCE(536); if (lookahead == 'd') ADVANCE(553); if (lookahead == 'f') ADVANCE(520); if (lookahead == 'i') ADVANCE(550); if (lookahead == 'm') ADVANCE(522); if (lookahead == 'n') ADVANCE(570); if (lookahead == 'p') ADVANCE(567); if (lookahead == 's') ADVANCE(537); if (lookahead == 't') ADVANCE(562); if (lookahead == 'u') ADVANCE(492); if (lookahead == 'v') ADVANCE(554); if (lookahead == '{') ADVANCE(409); if (lookahead == '|') ADVANCE(261); if (lookahead == '}') ADVANCE(410); if (lookahead == '~') ADVANCE(354); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(152) if (('1' <= lookahead && lookahead <= '9')) ADVANCE(448); END_STATE(); case 153: if (lookahead == '!') ADVANCE(352); if (lookahead == '"') ADVANCE(471); if (lookahead == '#') ADVANCE(257); if (lookahead == '&') ADVANCE(385); if (lookahead == '\'') ADVANCE(462); if (lookahead == '(') ADVANCE(351); if (lookahead == ')') ADVANCE(295); if (lookahead == '*') ADVANCE(372); if (lookahead == '+') ADVANCE(368); if (lookahead == '-') ADVANCE(359); if (lookahead == '.') ADVANCE(231); if (lookahead == '/') ADVANCE(224); if (lookahead == '0') ADVANCE(446); if (lookahead == ':') ADVANCE(234); if (lookahead == ';') ADVANCE(405); if (lookahead == 'F') ADVANCE(511); if (lookahead == 'L') ADVANCE(485); if (lookahead == 'R') ADVANCE(488); if (lookahead == 'T') ADVANCE(515); if (lookahead == 'U') ADVANCE(489); if (lookahead == '[') ADVANCE(412); if (lookahead == '\\') ADVANCE(10); if (sym_identifier_character_set_2(lookahead)) ADVANCE(574); if (lookahead == 'b') ADVANCE(557); if (lookahead == 'c') ADVANCE(536); if (lookahead == 'd') ADVANCE(553); if (lookahead == 'f') ADVANCE(520); if (lookahead == 'i') ADVANCE(550); if (lookahead == 'm') ADVANCE(522); if (lookahead == 'n') ADVANCE(570); if (lookahead == 'p') ADVANCE(567); if (lookahead == 's') ADVANCE(537); if (lookahead == 't') ADVANCE(562); if (lookahead == 'u') ADVANCE(492); if (lookahead == 'v') ADVANCE(554); if (lookahead == '{') ADVANCE(409); if (lookahead == '~') ADVANCE(354); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(153) if (('1' <= lookahead && lookahead <= '9')) ADVANCE(448); END_STATE(); case 154: if (lookahead == '!') ADVANCE(352); if (lookahead == '"') ADVANCE(471); if (lookahead == '#') ADVANCE(250); if (lookahead == '&') ADVANCE(386); if (lookahead == '\'') ADVANCE(462); if (lookahead == '(') ADVANCE(351); if (lookahead == '*') ADVANCE(372); if (lookahead == '+') ADVANCE(368); if (lookahead == ',') ADVANCE(294); if (lookahead == '-') ADVANCE(359); if (lookahead == '.') ADVANCE(263); if (lookahead == '/') ADVANCE(224); if (lookahead == '0') ADVANCE(446); if (lookahead == ':') ADVANCE(234); if (lookahead == ';') ADVANCE(405); if (lookahead == '>') ADVANCE(390); if (lookahead == 'F') ADVANCE(511); if (lookahead == 'L') ADVANCE(485); if (lookahead == 'R') ADVANCE(488); if (lookahead == 'T') ADVANCE(515); if (lookahead == 'U') ADVANCE(489); if (lookahead == '[') ADVANCE(412); if (lookahead == '\\') ADVANCE(102); if (sym_identifier_character_set_2(lookahead)) ADVANCE(574); if (lookahead == 'b') ADVANCE(557); if (lookahead == 'c') ADVANCE(536); if (lookahead == 'd') ADVANCE(553); if (lookahead == 'f') ADVANCE(520); if (lookahead == 'i') ADVANCE(550); if (lookahead == 'm') ADVANCE(522); if (lookahead == 'n') ADVANCE(570); if (lookahead == 'p') ADVANCE(567); if (lookahead == 's') ADVANCE(537); if (lookahead == 't') ADVANCE(562); if (lookahead == 'u') ADVANCE(492); if (lookahead == 'v') ADVANCE(554); if (lookahead == '{') ADVANCE(409); if (lookahead == '~') ADVANCE(354); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(154) if (('1' <= lookahead && lookahead <= '9')) ADVANCE(448); END_STATE(); case 155: if (lookahead == '!') ADVANCE(352); if (lookahead == '"') ADVANCE(471); if (lookahead == '#') ADVANCE(252); if (lookahead == '&') ADVANCE(386); if (lookahead == '\'') ADVANCE(462); if (lookahead == '(') ADVANCE(351); if (lookahead == '*') ADVANCE(372); if (lookahead == '+') ADVANCE(368); if (lookahead == ',') ADVANCE(294); if (lookahead == '-') ADVANCE(359); if (lookahead == '.') ADVANCE(263); if (lookahead == '/') ADVANCE(224); if (lookahead == '0') ADVANCE(446); if (lookahead == ':') ADVANCE(234); if (lookahead == ';') ADVANCE(405); if (lookahead == '>') ADVANCE(240); if (lookahead == 'F') ADVANCE(511); if (lookahead == 'L') ADVANCE(485); if (lookahead == 'R') ADVANCE(488); if (lookahead == 'T') ADVANCE(515); if (lookahead == 'U') ADVANCE(489); if (lookahead == '[') ADVANCE(412); if (lookahead == '\\') ADVANCE(8); if (sym_identifier_character_set_2(lookahead)) ADVANCE(574); if (lookahead == 'b') ADVANCE(557); if (lookahead == 'c') ADVANCE(536); if (lookahead == 'd') ADVANCE(553); if (lookahead == 'f') ADVANCE(520); if (lookahead == 'i') ADVANCE(550); if (lookahead == 'm') ADVANCE(522); if (lookahead == 'n') ADVANCE(570); if (lookahead == 'p') ADVANCE(567); if (lookahead == 's') ADVANCE(537); if (lookahead == 't') ADVANCE(562); if (lookahead == 'u') ADVANCE(492); if (lookahead == 'v') ADVANCE(554); if (lookahead == '{') ADVANCE(409); if (lookahead == '~') ADVANCE(354); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(155) if (('1' <= lookahead && lookahead <= '9')) ADVANCE(448); END_STATE(); case 156: if (lookahead == '!') ADVANCE(352); if (lookahead == '"') ADVANCE(471); if (lookahead == '&') ADVANCE(386); if (lookahead == '\'') ADVANCE(462); if (lookahead == '(') ADVANCE(351); if (lookahead == ')') ADVANCE(295); if (lookahead == '*') ADVANCE(372); if (lookahead == '+') ADVANCE(368); if (lookahead == ',') ADVANCE(294); if (lookahead == '-') ADVANCE(359); if (lookahead == '.') ADVANCE(439); if (lookahead == '/') ADVANCE(224); if (lookahead == '0') ADVANCE(446); if (lookahead == ':') ADVANCE(234); if (lookahead == '<') ADVANCE(396); if (lookahead == '=') ADVANCE(416); if (lookahead == '>') ADVANCE(582); if (lookahead == 'F') ADVANCE(511); if (lookahead == 'L') ADVANCE(485); if (lookahead == 'R') ADVANCE(488); if (lookahead == 'T') ADVANCE(515); if (lookahead == 'U') ADVANCE(489); if (lookahead == '[') ADVANCE(411); if (lookahead == '\\') ADVANCE(12); if (sym_identifier_character_set_2(lookahead)) ADVANCE(574); if (lookahead == 'b') ADVANCE(557); if (lookahead == 'c') ADVANCE(536); if (lookahead == 'd') ADVANCE(553); if (lookahead == 'f') ADVANCE(520); if (lookahead == 'i') ADVANCE(550); if (lookahead == 'm') ADVANCE(522); if (lookahead == 'n') ADVANCE(570); if (lookahead == 'p') ADVANCE(567); if (lookahead == 's') ADVANCE(537); if (lookahead == 't') ADVANCE(562); if (lookahead == 'u') ADVANCE(492); if (lookahead == 'v') ADVANCE(554); if (lookahead == '{') ADVANCE(409); if (lookahead == '~') ADVANCE(354); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(156) if (('1' <= lookahead && lookahead <= '9')) ADVANCE(448); END_STATE(); case 157: if (lookahead == '!') ADVANCE(352); if (lookahead == '"') ADVANCE(471); if (lookahead == '&') ADVANCE(385); if (lookahead == '\'') ADVANCE(462); if (lookahead == '(') ADVANCE(351); if (lookahead == ')') ADVANCE(295); if (lookahead == '*') ADVANCE(372); if (lookahead == '+') ADVANCE(368); if (lookahead == ',') ADVANCE(294); if (lookahead == '-') ADVANCE(359); if (lookahead == '.') ADVANCE(439); if (lookahead == '/') ADVANCE(224); if (lookahead == '0') ADVANCE(446); if (lookahead == ':') ADVANCE(421); if (lookahead == ';') ADVANCE(405); if (lookahead == '<') ADVANCE(396); if (lookahead == '=') ADVANCE(416); if (lookahead == '>') ADVANCE(582); if (lookahead == 'F') ADVANCE(511); if (lookahead == 'L') ADVANCE(485); if (lookahead == 'R') ADVANCE(488); if (lookahead == 'T') ADVANCE(515); if (lookahead == 'U') ADVANCE(489); if (lookahead == '[') ADVANCE(411); if (lookahead == '\\') ADVANCE(20); if (lookahead == ']') ADVANCE(415); if (sym_identifier_character_set_2(lookahead)) ADVANCE(574); if (lookahead == 'b') ADVANCE(557); if (lookahead == 'c') ADVANCE(536); if (lookahead == 'd') ADVANCE(553); if (lookahead == 'f') ADVANCE(520); if (lookahead == 'i') ADVANCE(550); if (lookahead == 'm') ADVANCE(522); if (lookahead == 'n') ADVANCE(570); if (lookahead == 'p') ADVANCE(567); if (lookahead == 's') ADVANCE(537); if (lookahead == 't') ADVANCE(562); if (lookahead == 'u') ADVANCE(492); if (lookahead == 'v') ADVANCE(554); if (lookahead == '{') ADVANCE(409); if (lookahead == '}') ADVANCE(410); if (lookahead == '~') ADVANCE(354); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(157) if (('1' <= lookahead && lookahead <= '9')) ADVANCE(448); END_STATE(); case 158: if (lookahead == '!') ADVANCE(352); if (lookahead == '\'') ADVANCE(462); if (lookahead == '(') ADVANCE(351); if (lookahead == ')') ADVANCE(295); if (lookahead == '+') ADVANCE(370); if (lookahead == '-') ADVANCE(363); if (lookahead == '.') ADVANCE(263); if (lookahead == '/') ADVANCE(224); if (lookahead == '0') ADVANCE(446); if (lookahead == 'L') ADVANCE(503); if (lookahead == 'U') ADVANCE(504); if (lookahead == '\\') ADVANCE(88); if (sym_identifier_character_set_5(lookahead)) ADVANCE(574); if (lookahead == 'u') ADVANCE(505); if (lookahead == '~') ADVANCE(354); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(158) if (('1' <= lookahead && lookahead <= '9')) ADVANCE(448); END_STATE(); case 159: if (lookahead == '!') ADVANCE(236); if (lookahead == '"') ADVANCE(471); if (lookahead == '%') ADVANCE(377); if (lookahead == '&') ADVANCE(387); if (lookahead == '(') ADVANCE(351); if (lookahead == ')') ADVANCE(295); if (lookahead == '*') ADVANCE(373); if (lookahead == '+') ADVANCE(369); if (lookahead == ',') ADVANCE(294); if (lookahead == '-') ADVANCE(360); if (lookahead == '.') ADVANCE(436); if (lookahead == '/') ADVANCE(375); if (lookahead == '<') ADVANCE(397); if (lookahead == '=') ADVANCE(417); if (lookahead == '>') ADVANCE(392); if (lookahead == '?') ADVANCE(422); if (lookahead == 'L') ADVANCE(593); if (lookahead == 'R') ADVANCE(594); if (lookahead == 'U') ADVANCE(595); if (lookahead == '[') ADVANCE(411); if (lookahead == '\\') ADVANCE(42); if (lookahead == '^') ADVANCE(384); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 't') || ('v' <= lookahead && lookahead <= 'z')) ADVANCE(602); if (lookahead == 'u') ADVANCE(596); if (lookahead == '|') ADVANCE(381); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(160) if (sym_identifier_character_set_6(lookahead)) ADVANCE(574); END_STATE(); case 160: if (lookahead == '!') ADVANCE(236); if (lookahead == '"') ADVANCE(471); if (lookahead == '%') ADVANCE(377); if (lookahead == '&') ADVANCE(387); if (lookahead == '(') ADVANCE(351); if (lookahead == ')') ADVANCE(295); if (lookahead == '*') ADVANCE(373); if (lookahead == '+') ADVANCE(369); if (lookahead == ',') ADVANCE(294); if (lookahead == '-') ADVANCE(360); if (lookahead == '.') ADVANCE(436); if (lookahead == '/') ADVANCE(375); if (lookahead == '<') ADVANCE(397); if (lookahead == '=') ADVANCE(417); if (lookahead == '>') ADVANCE(392); if (lookahead == '?') ADVANCE(422); if (lookahead == 'L') ADVANCE(486); if (lookahead == 'R') ADVANCE(488); if (lookahead == 'U') ADVANCE(490); if (lookahead == '[') ADVANCE(411); if (lookahead == '\\') ADVANCE(42); if (lookahead == '^') ADVANCE(384); if (sym_identifier_character_set_5(lookahead)) ADVANCE(574); if (lookahead == 'u') ADVANCE(493); if (lookahead == '|') ADVANCE(381); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(160) END_STATE(); case 161: if (lookahead == '!') ADVANCE(236); if (lookahead == '"') ADVANCE(471); if (lookahead == '%') ADVANCE(377); if (lookahead == '&') ADVANCE(387); if (lookahead == '(') ADVANCE(351); if (lookahead == ')') ADVANCE(295); if (lookahead == '*') ADVANCE(373); if (lookahead == '+') ADVANCE(369); if (lookahead == ',') ADVANCE(294); if (lookahead == '-') ADVANCE(361); if (lookahead == '.') ADVANCE(438); if (lookahead == '/') ADVANCE(375); if (lookahead == ':') ADVANCE(420); if (lookahead == ';') ADVANCE(405); if (lookahead == '<') ADVANCE(397); if (lookahead == '=') ADVANCE(417); if (lookahead == '>') ADVANCE(392); if (lookahead == '?') ADVANCE(422); if (lookahead == 'L') ADVANCE(593); if (lookahead == 'R') ADVANCE(594); if (lookahead == 'U') ADVANCE(595); if (lookahead == '[') ADVANCE(411); if (lookahead == '\\') ADVANCE(38); if (lookahead == ']') ADVANCE(415); if (lookahead == '^') ADVANCE(384); if (('A' <= lookahead && lookahead <= '_') || ('a' <= lookahead && lookahead <= 't') || ('v' <= lookahead && lookahead <= 'z')) ADVANCE(602); if (lookahead == 'u') ADVANCE(596); if (lookahead == '{') ADVANCE(409); if (lookahead == '|') ADVANCE(381); if (lookahead == '}') ADVANCE(410); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(162) if (sym_identifier_character_set_6(lookahead)) ADVANCE(574); END_STATE(); case 162: if (lookahead == '!') ADVANCE(236); if (lookahead == '"') ADVANCE(471); if (lookahead == '%') ADVANCE(377); if (lookahead == '&') ADVANCE(387); if (lookahead == '(') ADVANCE(351); if (lookahead == ')') ADVANCE(295); if (lookahead == '*') ADVANCE(373); if (lookahead == '+') ADVANCE(369); if (lookahead == ',') ADVANCE(294); if (lookahead == '-') ADVANCE(361); if (lookahead == '.') ADVANCE(438); if (lookahead == '/') ADVANCE(375); if (lookahead == ':') ADVANCE(420); if (lookahead == ';') ADVANCE(405); if (lookahead == '<') ADVANCE(397); if (lookahead == '=') ADVANCE(417); if (lookahead == '>') ADVANCE(392); if (lookahead == '?') ADVANCE(422); if (lookahead == 'L') ADVANCE(486); if (lookahead == 'R') ADVANCE(488); if (lookahead == 'U') ADVANCE(490); if (lookahead == '[') ADVANCE(411); if (lookahead == '\\') ADVANCE(38); if (lookahead == ']') ADVANCE(415); if (lookahead == '^') ADVANCE(384); if (sym_identifier_character_set_7(lookahead)) ADVANCE(574); if (lookahead == 'u') ADVANCE(493); if (lookahead == '{') ADVANCE(409); if (lookahead == '|') ADVANCE(381); if (lookahead == '}') ADVANCE(410); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(162) END_STATE(); case 163: if (lookahead == '!') ADVANCE(236); if (lookahead == '"') ADVANCE(471); if (lookahead == '%') ADVANCE(377); if (lookahead == '&') ADVANCE(387); if (lookahead == '(') ADVANCE(351); if (lookahead == '*') ADVANCE(373); if (lookahead == '+') ADVANCE(369); if (lookahead == ',') ADVANCE(294); if (lookahead == '-') ADVANCE(361); if (lookahead == '.') ADVANCE(438); if (lookahead == '/') ADVANCE(375); if (lookahead == '<') ADVANCE(397); if (lookahead == '=') ADVANCE(417); if (lookahead == '>') ADVANCE(582); if (lookahead == '?') ADVANCE(422); if (lookahead == 'L') ADVANCE(593); if (lookahead == 'R') ADVANCE(594); if (lookahead == 'U') ADVANCE(595); if (lookahead == '[') ADVANCE(411); if (lookahead == '\\') ADVANCE(44); if (lookahead == '^') ADVANCE(384); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 't') || ('v' <= lookahead && lookahead <= 'z')) ADVANCE(602); if (lookahead == 'u') ADVANCE(596); if (lookahead == '|') ADVANCE(381); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(164) if (sym_identifier_character_set_6(lookahead)) ADVANCE(574); END_STATE(); case 164: if (lookahead == '!') ADVANCE(236); if (lookahead == '"') ADVANCE(471); if (lookahead == '%') ADVANCE(377); if (lookahead == '&') ADVANCE(387); if (lookahead == '(') ADVANCE(351); if (lookahead == '*') ADVANCE(373); if (lookahead == '+') ADVANCE(369); if (lookahead == ',') ADVANCE(294); if (lookahead == '-') ADVANCE(361); if (lookahead == '.') ADVANCE(438); if (lookahead == '/') ADVANCE(375); if (lookahead == '<') ADVANCE(397); if (lookahead == '=') ADVANCE(417); if (lookahead == '>') ADVANCE(582); if (lookahead == '?') ADVANCE(422); if (lookahead == 'L') ADVANCE(486); if (lookahead == 'R') ADVANCE(488); if (lookahead == 'U') ADVANCE(490); if (lookahead == '[') ADVANCE(411); if (lookahead == '\\') ADVANCE(44); if (lookahead == '^') ADVANCE(384); if (sym_identifier_character_set_5(lookahead)) ADVANCE(574); if (lookahead == 'u') ADVANCE(493); if (lookahead == '|') ADVANCE(381); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(164) END_STATE(); case 165: if (lookahead == '!') ADVANCE(236); if (lookahead == '"') ADVANCE(471); if (lookahead == '%') ADVANCE(376); if (lookahead == '&') ADVANCE(386); if (lookahead == '(') ADVANCE(351); if (lookahead == ')') ADVANCE(295); if (lookahead == '*') ADVANCE(372); if (lookahead == '+') ADVANCE(366); if (lookahead == ',') ADVANCE(294); if (lookahead == '-') ADVANCE(362); if (lookahead == '.') ADVANCE(438); if (lookahead == '/') ADVANCE(374); if (lookahead == ':') ADVANCE(420); if (lookahead == ';') ADVANCE(405); if (lookahead == '<') ADVANCE(399); if (lookahead == '=') ADVANCE(237); if (lookahead == '>') ADVANCE(391); if (lookahead == '?') ADVANCE(422); if (lookahead == 'L') ADVANCE(593); if (lookahead == 'R') ADVANCE(594); if (lookahead == 'U') ADVANCE(595); if (lookahead == '[') ADVANCE(411); if (lookahead == '\\') ADVANCE(62); if (lookahead == ']') ADVANCE(415); if (lookahead == '^') ADVANCE(383); if (('A' <= lookahead && lookahead <= '_') || ('a' <= lookahead && lookahead <= 't') || ('v' <= lookahead && lookahead <= 'z')) ADVANCE(602); if (lookahead == 'u') ADVANCE(596); if (lookahead == '|') ADVANCE(382); if (lookahead == '}') ADVANCE(410); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(166) if (sym_identifier_character_set_6(lookahead)) ADVANCE(574); END_STATE(); case 166: if (lookahead == '!') ADVANCE(236); if (lookahead == '"') ADVANCE(471); if (lookahead == '%') ADVANCE(376); if (lookahead == '&') ADVANCE(386); if (lookahead == '(') ADVANCE(351); if (lookahead == ')') ADVANCE(295); if (lookahead == '*') ADVANCE(372); if (lookahead == '+') ADVANCE(366); if (lookahead == ',') ADVANCE(294); if (lookahead == '-') ADVANCE(362); if (lookahead == '.') ADVANCE(438); if (lookahead == '/') ADVANCE(374); if (lookahead == ':') ADVANCE(420); if (lookahead == ';') ADVANCE(405); if (lookahead == '<') ADVANCE(399); if (lookahead == '=') ADVANCE(237); if (lookahead == '>') ADVANCE(391); if (lookahead == '?') ADVANCE(422); if (lookahead == 'L') ADVANCE(486); if (lookahead == 'R') ADVANCE(488); if (lookahead == 'U') ADVANCE(490); if (lookahead == '[') ADVANCE(411); if (lookahead == '\\') ADVANCE(62); if (lookahead == ']') ADVANCE(415); if (lookahead == '^') ADVANCE(383); if (sym_identifier_character_set_7(lookahead)) ADVANCE(574); if (lookahead == 'u') ADVANCE(493); if (lookahead == '|') ADVANCE(382); if (lookahead == '}') ADVANCE(410); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(166) END_STATE(); case 167: if (lookahead == '!') ADVANCE(236); if (lookahead == '"') ADVANCE(471); if (lookahead == '%') ADVANCE(376); if (lookahead == '&') ADVANCE(386); if (lookahead == '(') ADVANCE(351); if (lookahead == '*') ADVANCE(372); if (lookahead == '+') ADVANCE(366); if (lookahead == ',') ADVANCE(294); if (lookahead == '-') ADVANCE(362); if (lookahead == '.') ADVANCE(438); if (lookahead == '/') ADVANCE(374); if (lookahead == '<') ADVANCE(399); if (lookahead == '=') ADVANCE(237); if (lookahead == '>') ADVANCE(582); if (lookahead == '?') ADVANCE(422); if (lookahead == 'L') ADVANCE(593); if (lookahead == 'R') ADVANCE(594); if (lookahead == 'U') ADVANCE(595); if (lookahead == '[') ADVANCE(411); if (lookahead == '\\') ADVANCE(116); if (lookahead == '^') ADVANCE(383); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 't') || ('v' <= lookahead && lookahead <= 'z')) ADVANCE(602); if (lookahead == 'u') ADVANCE(596); if (lookahead == '|') ADVANCE(382); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(168) if (sym_identifier_character_set_6(lookahead)) ADVANCE(574); END_STATE(); case 168: if (lookahead == '!') ADVANCE(236); if (lookahead == '"') ADVANCE(471); if (lookahead == '%') ADVANCE(376); if (lookahead == '&') ADVANCE(386); if (lookahead == '(') ADVANCE(351); if (lookahead == '*') ADVANCE(372); if (lookahead == '+') ADVANCE(366); if (lookahead == ',') ADVANCE(294); if (lookahead == '-') ADVANCE(362); if (lookahead == '.') ADVANCE(438); if (lookahead == '/') ADVANCE(374); if (lookahead == '<') ADVANCE(399); if (lookahead == '=') ADVANCE(237); if (lookahead == '>') ADVANCE(582); if (lookahead == '?') ADVANCE(422); if (lookahead == 'L') ADVANCE(486); if (lookahead == 'R') ADVANCE(488); if (lookahead == 'U') ADVANCE(490); if (lookahead == '[') ADVANCE(411); if (lookahead == '\\') ADVANCE(116); if (lookahead == '^') ADVANCE(383); if (sym_identifier_character_set_5(lookahead)) ADVANCE(574); if (lookahead == 'u') ADVANCE(493); if (lookahead == '|') ADVANCE(382); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(168) END_STATE(); case 169: if (lookahead == '!') ADVANCE(236); if (lookahead == '#') ADVANCE(253); if (lookahead == '%') ADVANCE(376); if (lookahead == '&') ADVANCE(386); if (lookahead == '(') ADVANCE(351); if (lookahead == ')') ADVANCE(295); if (lookahead == '*') ADVANCE(372); if (lookahead == '+') ADVANCE(365); if (lookahead == ',') ADVANCE(294); if (lookahead == '-') ADVANCE(355); if (lookahead == '/') ADVANCE(374); if (lookahead == ':') ADVANCE(234); if (lookahead == ';') ADVANCE(405); if (lookahead == '<') ADVANCE(400); if (lookahead == '=') ADVANCE(237); if (lookahead == '>') ADVANCE(391); if (lookahead == '[') ADVANCE(412); if (lookahead == '\\') ADVANCE(24); if (lookahead == '^') ADVANCE(383); if (sym_identifier_character_set_3(lookahead)) ADVANCE(574); if (lookahead == 'b') ADVANCE(557); if (lookahead == 'c') ADVANCE(536); if (lookahead == 'd') ADVANCE(553); if (lookahead == 'f') ADVANCE(549); if (lookahead == 'i') ADVANCE(550); if (lookahead == 'm') ADVANCE(522); if (lookahead == 'n') ADVANCE(570); if (lookahead == 'p') ADVANCE(567); if (lookahead == 's') ADVANCE(537); if (lookahead == 'u') ADVANCE(542); if (lookahead == 'v') ADVANCE(554); if (lookahead == '|') ADVANCE(382); if (lookahead == '~') ADVANCE(354); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(169) END_STATE(); case 170: if (lookahead == '!') ADVANCE(236); if (lookahead == '%') ADVANCE(377); if (lookahead == '&') ADVANCE(387); if (lookahead == '(') ADVANCE(351); if (lookahead == ')') ADVANCE(295); if (lookahead == '*') ADVANCE(373); if (lookahead == '+') ADVANCE(369); if (lookahead == ',') ADVANCE(294); if (lookahead == '-') ADVANCE(360); if (lookahead == '.') ADVANCE(436); if (lookahead == '/') ADVANCE(375); if (lookahead == ':') ADVANCE(421); if (lookahead == ';') ADVANCE(405); if (lookahead == '<') ADVANCE(397); if (lookahead == '=') ADVANCE(417); if (lookahead == '>') ADVANCE(392); if (lookahead == '?') ADVANCE(422); if (lookahead == '[') ADVANCE(412); if (lookahead == '\\') ADVANCE(32); if (lookahead == '^') ADVANCE(384); if (sym_identifier_character_set_4(lookahead)) ADVANCE(574); if (lookahead == '{') ADVANCE(409); if (lookahead == '|') ADVANCE(381); if (lookahead == '}') ADVANCE(410); if (lookahead == '~') ADVANCE(354); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(170) END_STATE(); case 171: if (lookahead == '!') ADVANCE(236); if (lookahead == '%') ADVANCE(377); if (lookahead == '&') ADVANCE(387); if (lookahead == '(') ADVANCE(351); if (lookahead == ')') ADVANCE(295); if (lookahead == '*') ADVANCE(373); if (lookahead == '+') ADVANCE(369); if (lookahead == ',') ADVANCE(294); if (lookahead == '-') ADVANCE(360); if (lookahead == '.') ADVANCE(436); if (lookahead == '/') ADVANCE(375); if (lookahead == ':') ADVANCE(421); if (lookahead == ';') ADVANCE(405); if (lookahead == '<') ADVANCE(397); if (lookahead == '=') ADVANCE(417); if (lookahead == '>') ADVANCE(392); if (lookahead == '?') ADVANCE(422); if (lookahead == '[') ADVANCE(411); if (lookahead == '\\') ADVANCE(34); if (lookahead == '^') ADVANCE(384); if (sym_identifier_character_set_4(lookahead)) ADVANCE(574); if (lookahead == '{') ADVANCE(409); if (lookahead == '|') ADVANCE(381); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(171) END_STATE(); case 172: if (lookahead == '!') ADVANCE(236); if (lookahead == '%') ADVANCE(377); if (lookahead == '&') ADVANCE(387); if (lookahead == '(') ADVANCE(351); if (lookahead == ')') ADVANCE(295); if (lookahead == '*') ADVANCE(373); if (lookahead == '+') ADVANCE(369); if (lookahead == ',') ADVANCE(294); if (lookahead == '-') ADVANCE(360); if (lookahead == '.') ADVANCE(436); if (lookahead == '/') ADVANCE(375); if (lookahead == ':') ADVANCE(420); if (lookahead == '<') ADVANCE(397); if (lookahead == '=') ADVANCE(417); if (lookahead == '>') ADVANCE(392); if (lookahead == '?') ADVANCE(422); if (lookahead == '[') ADVANCE(411); if (lookahead == '\\') ADVANCE(112); if (lookahead == '^') ADVANCE(384); if (sym_identifier_character_set_4(lookahead)) ADVANCE(574); if (lookahead == '{') ADVANCE(409); if (lookahead == '|') ADVANCE(381); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(172) END_STATE(); case 173: if (lookahead == '!') ADVANCE(236); if (lookahead == '%') ADVANCE(377); if (lookahead == '&') ADVANCE(387); if (lookahead == '(') ADVANCE(351); if (lookahead == ')') ADVANCE(295); if (lookahead == '*') ADVANCE(373); if (lookahead == '+') ADVANCE(369); if (lookahead == ',') ADVANCE(294); if (lookahead == '-') ADVANCE(360); if (lookahead == '.') ADVANCE(436); if (lookahead == '/') ADVANCE(375); if (lookahead == '<') ADVANCE(397); if (lookahead == '=') ADVANCE(417); if (lookahead == '>') ADVANCE(392); if (lookahead == '?') ADVANCE(422); if (lookahead == '[') ADVANCE(413); if (lookahead == '\\') ADVANCE(64); if (lookahead == '^') ADVANCE(384); if (sym_identifier_character_set_4(lookahead)) ADVANCE(574); if (lookahead == '|') ADVANCE(381); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(173) END_STATE(); case 174: if (lookahead == '!') ADVANCE(236); if (lookahead == '%') ADVANCE(377); if (lookahead == '&') ADVANCE(387); if (lookahead == '(') ADVANCE(351); if (lookahead == ')') ADVANCE(295); if (lookahead == '*') ADVANCE(373); if (lookahead == '+') ADVANCE(369); if (lookahead == ',') ADVANCE(294); if (lookahead == '-') ADVANCE(360); if (lookahead == '.') ADVANCE(436); if (lookahead == '/') ADVANCE(375); if (lookahead == '<') ADVANCE(397); if (lookahead == '=') ADVANCE(417); if (lookahead == '>') ADVANCE(392); if (lookahead == '?') ADVANCE(422); if (lookahead == '[') ADVANCE(411); if (lookahead == '\\') ADVANCE(48); if (lookahead == '^') ADVANCE(384); if (sym_identifier_character_set_3(lookahead)) ADVANCE(574); if (lookahead == 'b') ADVANCE(557); if (lookahead == 'c') ADVANCE(536); if (lookahead == 'd') ADVANCE(553); if (lookahead == 'f') ADVANCE(549); if (lookahead == 'i') ADVANCE(550); if (lookahead == 'm') ADVANCE(522); if (lookahead == 'n') ADVANCE(570); if (lookahead == 'p') ADVANCE(567); if (lookahead == 's') ADVANCE(537); if (lookahead == 'u') ADVANCE(542); if (lookahead == 'v') ADVANCE(554); if (lookahead == '{') ADVANCE(409); if (lookahead == '|') ADVANCE(381); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(174) END_STATE(); case 175: if (lookahead == '!') ADVANCE(236); if (lookahead == '%') ADVANCE(377); if (lookahead == '&') ADVANCE(387); if (lookahead == '(') ADVANCE(351); if (lookahead == ')') ADVANCE(295); if (lookahead == '*') ADVANCE(373); if (lookahead == '+') ADVANCE(369); if (lookahead == ',') ADVANCE(294); if (lookahead == '-') ADVANCE(360); if (lookahead == '.') ADVANCE(436); if (lookahead == '/') ADVANCE(375); if (lookahead == '<') ADVANCE(397); if (lookahead == '=') ADVANCE(417); if (lookahead == '>') ADVANCE(392); if (lookahead == '?') ADVANCE(422); if (lookahead == '[') ADVANCE(411); if (lookahead == '\\') ADVANCE(124); if (lookahead == '^') ADVANCE(384); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(602); if (lookahead == '|') ADVANCE(381); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(176) if (sym_identifier_character_set_6(lookahead)) ADVANCE(574); END_STATE(); case 176: if (lookahead == '!') ADVANCE(236); if (lookahead == '%') ADVANCE(377); if (lookahead == '&') ADVANCE(387); if (lookahead == '(') ADVANCE(351); if (lookahead == ')') ADVANCE(295); if (lookahead == '*') ADVANCE(373); if (lookahead == '+') ADVANCE(369); if (lookahead == ',') ADVANCE(294); if (lookahead == '-') ADVANCE(360); if (lookahead == '.') ADVANCE(436); if (lookahead == '/') ADVANCE(375); if (lookahead == '<') ADVANCE(397); if (lookahead == '=') ADVANCE(417); if (lookahead == '>') ADVANCE(392); if (lookahead == '?') ADVANCE(422); if (lookahead == '[') ADVANCE(411); if (lookahead == '\\') ADVANCE(124); if (lookahead == '^') ADVANCE(384); if (sym_identifier_character_set_4(lookahead)) ADVANCE(574); if (lookahead == '|') ADVANCE(381); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(176) END_STATE(); case 177: if (lookahead == '!') ADVANCE(236); if (lookahead == '%') ADVANCE(377); if (lookahead == '&') ADVANCE(387); if (lookahead == '(') ADVANCE(351); if (lookahead == ')') ADVANCE(295); if (lookahead == '*') ADVANCE(373); if (lookahead == '+') ADVANCE(369); if (lookahead == ',') ADVANCE(294); if (lookahead == '-') ADVANCE(360); if (lookahead == '.') ADVANCE(436); if (lookahead == '/') ADVANCE(375); if (lookahead == '<') ADVANCE(397); if (lookahead == '=') ADVANCE(417); if (lookahead == '>') ADVANCE(392); if (lookahead == '?') ADVANCE(422); if (lookahead == '[') ADVANCE(414); if (lookahead == '\\') ADVANCE(136); if (lookahead == '^') ADVANCE(384); if (sym_identifier_character_set_4(lookahead)) ADVANCE(574); if (lookahead == '|') ADVANCE(381); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(177) END_STATE(); case 178: if (lookahead == '!') ADVANCE(236); if (lookahead == '%') ADVANCE(377); if (lookahead == '&') ADVANCE(387); if (lookahead == '(') ADVANCE(351); if (lookahead == ')') ADVANCE(295); if (lookahead == '*') ADVANCE(373); if (lookahead == '+') ADVANCE(369); if (lookahead == ',') ADVANCE(294); if (lookahead == '-') ADVANCE(361); if (lookahead == '.') ADVANCE(438); if (lookahead == '/') ADVANCE(375); if (lookahead == ':') ADVANCE(421); if (lookahead == ';') ADVANCE(405); if (lookahead == '<') ADVANCE(397); if (lookahead == '=') ADVANCE(417); if (lookahead == '>') ADVANCE(392); if (lookahead == '?') ADVANCE(422); if (lookahead == '[') ADVANCE(412); if (lookahead == '\\') ADVANCE(108); if (lookahead == '^') ADVANCE(384); if (sym_identifier_character_set_4(lookahead)) ADVANCE(574); if (lookahead == '{') ADVANCE(409); if (lookahead == '|') ADVANCE(381); if (lookahead == '}') ADVANCE(410); if (lookahead == '~') ADVANCE(354); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(178) END_STATE(); case 179: if (lookahead == '!') ADVANCE(236); if (lookahead == '%') ADVANCE(377); if (lookahead == '&') ADVANCE(387); if (lookahead == '(') ADVANCE(351); if (lookahead == ')') ADVANCE(295); if (lookahead == '*') ADVANCE(373); if (lookahead == '+') ADVANCE(369); if (lookahead == ',') ADVANCE(294); if (lookahead == '-') ADVANCE(361); if (lookahead == '.') ADVANCE(438); if (lookahead == '/') ADVANCE(375); if (lookahead == ':') ADVANCE(421); if (lookahead == ';') ADVANCE(405); if (lookahead == '<') ADVANCE(397); if (lookahead == '=') ADVANCE(417); if (lookahead == '>') ADVANCE(392); if (lookahead == '?') ADVANCE(422); if (lookahead == '[') ADVANCE(411); if (lookahead == '\\') ADVANCE(118); if (lookahead == ']') ADVANCE(415); if (lookahead == '^') ADVANCE(384); if (sym_identifier_character_set_8(lookahead)) ADVANCE(574); if (lookahead == '{') ADVANCE(409); if (lookahead == '|') ADVANCE(381); if (lookahead == '}') ADVANCE(410); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(179) END_STATE(); case 180: if (lookahead == '!') ADVANCE(236); if (lookahead == '%') ADVANCE(377); if (lookahead == '&') ADVANCE(387); if (lookahead == '(') ADVANCE(351); if (lookahead == ')') ADVANCE(295); if (lookahead == '*') ADVANCE(373); if (lookahead == '+') ADVANCE(369); if (lookahead == ',') ADVANCE(294); if (lookahead == '-') ADVANCE(361); if (lookahead == '.') ADVANCE(438); if (lookahead == '/') ADVANCE(375); if (lookahead == ':') ADVANCE(421); if (lookahead == '<') ADVANCE(397); if (lookahead == '=') ADVANCE(417); if (lookahead == '>') ADVANCE(582); if (lookahead == '?') ADVANCE(422); if (lookahead == '[') ADVANCE(411); if (lookahead == '\\') ADVANCE(36); if (lookahead == '^') ADVANCE(384); if (sym_identifier_character_set_4(lookahead)) ADVANCE(574); if (lookahead == '{') ADVANCE(409); if (lookahead == '|') ADVANCE(381); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(180) END_STATE(); case 181: if (lookahead == '!') ADVANCE(236); if (lookahead == '%') ADVANCE(377); if (lookahead == '&') ADVANCE(387); if (lookahead == '(') ADVANCE(351); if (lookahead == ')') ADVANCE(295); if (lookahead == '*') ADVANCE(373); if (lookahead == '+') ADVANCE(369); if (lookahead == ',') ADVANCE(294); if (lookahead == '-') ADVANCE(361); if (lookahead == '.') ADVANCE(438); if (lookahead == '/') ADVANCE(375); if (lookahead == ':') ADVANCE(420); if (lookahead == ';') ADVANCE(405); if (lookahead == '<') ADVANCE(397); if (lookahead == '=') ADVANCE(417); if (lookahead == '>') ADVANCE(392); if (lookahead == '?') ADVANCE(422); if (lookahead == '[') ADVANCE(412); if (lookahead == '\\') ADVANCE(56); if (lookahead == '^') ADVANCE(384); if (sym_identifier_character_set_4(lookahead)) ADVANCE(574); if (lookahead == '{') ADVANCE(409); if (lookahead == '|') ADVANCE(381); if (lookahead == '}') ADVANCE(410); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(181) END_STATE(); case 182: if (lookahead == '!') ADVANCE(236); if (lookahead == '%') ADVANCE(377); if (lookahead == '&') ADVANCE(387); if (lookahead == '(') ADVANCE(351); if (lookahead == ')') ADVANCE(295); if (lookahead == '*') ADVANCE(373); if (lookahead == '+') ADVANCE(369); if (lookahead == ',') ADVANCE(294); if (lookahead == '-') ADVANCE(361); if (lookahead == '.') ADVANCE(438); if (lookahead == '/') ADVANCE(375); if (lookahead == ':') ADVANCE(420); if (lookahead == ';') ADVANCE(405); if (lookahead == '<') ADVANCE(397); if (lookahead == '=') ADVANCE(417); if (lookahead == '>') ADVANCE(392); if (lookahead == '?') ADVANCE(422); if (lookahead == '[') ADVANCE(411); if (lookahead == '\\') ADVANCE(130); if (lookahead == ']') ADVANCE(415); if (lookahead == '^') ADVANCE(384); if (sym_identifier_character_set_9(lookahead)) ADVANCE(574); if (lookahead == 'b') ADVANCE(557); if (lookahead == 'c') ADVANCE(536); if (lookahead == 'd') ADVANCE(553); if (lookahead == 'f') ADVANCE(549); if (lookahead == 'i') ADVANCE(550); if (lookahead == 'm') ADVANCE(522); if (lookahead == 'n') ADVANCE(570); if (lookahead == 'p') ADVANCE(567); if (lookahead == 's') ADVANCE(537); if (lookahead == 'u') ADVANCE(542); if (lookahead == 'v') ADVANCE(554); if (lookahead == '{') ADVANCE(409); if (lookahead == '|') ADVANCE(381); if (lookahead == '}') ADVANCE(410); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(182) END_STATE(); case 183: if (lookahead == '!') ADVANCE(236); if (lookahead == '%') ADVANCE(377); if (lookahead == '&') ADVANCE(387); if (lookahead == '(') ADVANCE(351); if (lookahead == ')') ADVANCE(295); if (lookahead == '*') ADVANCE(373); if (lookahead == '+') ADVANCE(369); if (lookahead == ',') ADVANCE(294); if (lookahead == '-') ADVANCE(361); if (lookahead == '.') ADVANCE(438); if (lookahead == '/') ADVANCE(375); if (lookahead == ':') ADVANCE(420); if (lookahead == ';') ADVANCE(405); if (lookahead == '<') ADVANCE(397); if (lookahead == '=') ADVANCE(417); if (lookahead == '>') ADVANCE(392); if (lookahead == '?') ADVANCE(422); if (lookahead == '[') ADVANCE(411); if (lookahead == '\\') ADVANCE(46); if (lookahead == ']') ADVANCE(415); if (lookahead == '^') ADVANCE(384); if (sym_identifier_character_set_8(lookahead)) ADVANCE(574); if (lookahead == '{') ADVANCE(409); if (lookahead == '|') ADVANCE(381); if (lookahead == '}') ADVANCE(410); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(183) END_STATE(); case 184: if (lookahead == '!') ADVANCE(236); if (lookahead == '%') ADVANCE(377); if (lookahead == '&') ADVANCE(387); if (lookahead == '(') ADVANCE(351); if (lookahead == ')') ADVANCE(295); if (lookahead == '*') ADVANCE(373); if (lookahead == '+') ADVANCE(369); if (lookahead == ',') ADVANCE(294); if (lookahead == '-') ADVANCE(361); if (lookahead == '.') ADVANCE(438); if (lookahead == '/') ADVANCE(375); if (lookahead == ':') ADVANCE(420); if (lookahead == ';') ADVANCE(405); if (lookahead == '<') ADVANCE(397); if (lookahead == '=') ADVANCE(417); if (lookahead == '>') ADVANCE(392); if (lookahead == '?') ADVANCE(422); if (lookahead == '[') ADVANCE(411); if (lookahead == '\\') ADVANCE(58); if (lookahead == ']') ADVANCE(415); if (lookahead == '^') ADVANCE(384); if (('A' <= lookahead && lookahead <= '_') || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(602); if (lookahead == '|') ADVANCE(381); if (lookahead == '}') ADVANCE(410); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(185) if (sym_identifier_character_set_6(lookahead)) ADVANCE(574); END_STATE(); case 185: if (lookahead == '!') ADVANCE(236); if (lookahead == '%') ADVANCE(377); if (lookahead == '&') ADVANCE(387); if (lookahead == '(') ADVANCE(351); if (lookahead == ')') ADVANCE(295); if (lookahead == '*') ADVANCE(373); if (lookahead == '+') ADVANCE(369); if (lookahead == ',') ADVANCE(294); if (lookahead == '-') ADVANCE(361); if (lookahead == '.') ADVANCE(438); if (lookahead == '/') ADVANCE(375); if (lookahead == ':') ADVANCE(420); if (lookahead == ';') ADVANCE(405); if (lookahead == '<') ADVANCE(397); if (lookahead == '=') ADVANCE(417); if (lookahead == '>') ADVANCE(392); if (lookahead == '?') ADVANCE(422); if (lookahead == '[') ADVANCE(411); if (lookahead == '\\') ADVANCE(58); if (lookahead == ']') ADVANCE(415); if (lookahead == '^') ADVANCE(384); if (sym_identifier_character_set_8(lookahead)) ADVANCE(574); if (lookahead == '|') ADVANCE(381); if (lookahead == '}') ADVANCE(410); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(185) END_STATE(); case 186: if (lookahead == '!') ADVANCE(236); if (lookahead == '%') ADVANCE(377); if (lookahead == '&') ADVANCE(387); if (lookahead == '(') ADVANCE(351); if (lookahead == ')') ADVANCE(295); if (lookahead == '*') ADVANCE(373); if (lookahead == '+') ADVANCE(369); if (lookahead == ',') ADVANCE(294); if (lookahead == '-') ADVANCE(361); if (lookahead == '.') ADVANCE(438); if (lookahead == '/') ADVANCE(375); if (lookahead == ':') ADVANCE(420); if (lookahead == ';') ADVANCE(405); if (lookahead == '<') ADVANCE(397); if (lookahead == '=') ADVANCE(417); if (lookahead == '>') ADVANCE(392); if (lookahead == '?') ADVANCE(422); if (lookahead == '[') ADVANCE(414); if (lookahead == '\\') ADVANCE(122); if (lookahead == ']') ADVANCE(415); if (lookahead == '^') ADVANCE(384); if (sym_identifier_character_set_8(lookahead)) ADVANCE(574); if (lookahead == '|') ADVANCE(381); if (lookahead == '}') ADVANCE(410); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(186) END_STATE(); case 187: if (lookahead == '!') ADVANCE(236); if (lookahead == '%') ADVANCE(377); if (lookahead == '&') ADVANCE(387); if (lookahead == '(') ADVANCE(351); if (lookahead == '*') ADVANCE(373); if (lookahead == '+') ADVANCE(369); if (lookahead == ',') ADVANCE(294); if (lookahead == '-') ADVANCE(361); if (lookahead == '.') ADVANCE(438); if (lookahead == '/') ADVANCE(375); if (lookahead == ':') ADVANCE(420); if (lookahead == '<') ADVANCE(397); if (lookahead == '=') ADVANCE(417); if (lookahead == '>') ADVANCE(582); if (lookahead == '?') ADVANCE(422); if (lookahead == '[') ADVANCE(411); if (lookahead == '\\') ADVANCE(54); if (lookahead == '^') ADVANCE(384); if (sym_identifier_character_set_4(lookahead)) ADVANCE(574); if (lookahead == '{') ADVANCE(409); if (lookahead == '|') ADVANCE(381); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(187) END_STATE(); case 188: if (lookahead == '!') ADVANCE(236); if (lookahead == '%') ADVANCE(377); if (lookahead == '&') ADVANCE(387); if (lookahead == '(') ADVANCE(351); if (lookahead == '*') ADVANCE(373); if (lookahead == '+') ADVANCE(369); if (lookahead == ',') ADVANCE(294); if (lookahead == '-') ADVANCE(361); if (lookahead == '.') ADVANCE(438); if (lookahead == '/') ADVANCE(375); if (lookahead == ';') ADVANCE(405); if (lookahead == '<') ADVANCE(397); if (lookahead == '=') ADVANCE(417); if (lookahead == '>') ADVANCE(392); if (lookahead == '?') ADVANCE(422); if (lookahead == '[') ADVANCE(413); if (lookahead == '\\') ADVANCE(66); if (lookahead == '^') ADVANCE(384); if (sym_identifier_character_set_4(lookahead)) ADVANCE(574); if (lookahead == '|') ADVANCE(381); if (lookahead == '}') ADVANCE(410); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(188) END_STATE(); case 189: if (lookahead == '!') ADVANCE(236); if (lookahead == '%') ADVANCE(377); if (lookahead == '&') ADVANCE(387); if (lookahead == '(') ADVANCE(351); if (lookahead == '*') ADVANCE(373); if (lookahead == '+') ADVANCE(369); if (lookahead == ',') ADVANCE(294); if (lookahead == '-') ADVANCE(361); if (lookahead == '.') ADVANCE(438); if (lookahead == '/') ADVANCE(375); if (lookahead == '<') ADVANCE(397); if (lookahead == '=') ADVANCE(417); if (lookahead == '>') ADVANCE(582); if (lookahead == '?') ADVANCE(422); if (lookahead == '[') ADVANCE(411); if (lookahead == '\\') ADVANCE(120); if (lookahead == '^') ADVANCE(384); if (sym_identifier_character_set_3(lookahead)) ADVANCE(574); if (lookahead == 'b') ADVANCE(557); if (lookahead == 'c') ADVANCE(536); if (lookahead == 'd') ADVANCE(553); if (lookahead == 'f') ADVANCE(549); if (lookahead == 'i') ADVANCE(550); if (lookahead == 'm') ADVANCE(522); if (lookahead == 'n') ADVANCE(570); if (lookahead == 'p') ADVANCE(567); if (lookahead == 's') ADVANCE(537); if (lookahead == 'u') ADVANCE(542); if (lookahead == 'v') ADVANCE(554); if (lookahead == '{') ADVANCE(409); if (lookahead == '|') ADVANCE(381); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(189) END_STATE(); case 190: if (lookahead == '!') ADVANCE(236); if (lookahead == '%') ADVANCE(377); if (lookahead == '&') ADVANCE(387); if (lookahead == '(') ADVANCE(351); if (lookahead == '*') ADVANCE(373); if (lookahead == '+') ADVANCE(369); if (lookahead == ',') ADVANCE(294); if (lookahead == '-') ADVANCE(361); if (lookahead == '.') ADVANCE(438); if (lookahead == '/') ADVANCE(375); if (lookahead == '<') ADVANCE(397); if (lookahead == '=') ADVANCE(417); if (lookahead == '>') ADVANCE(582); if (lookahead == '?') ADVANCE(422); if (lookahead == '[') ADVANCE(411); if (lookahead == '\\') ADVANCE(68); if (lookahead == '^') ADVANCE(384); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(602); if (lookahead == '|') ADVANCE(381); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(191) if (sym_identifier_character_set_6(lookahead)) ADVANCE(574); END_STATE(); case 191: if (lookahead == '!') ADVANCE(236); if (lookahead == '%') ADVANCE(377); if (lookahead == '&') ADVANCE(387); if (lookahead == '(') ADVANCE(351); if (lookahead == '*') ADVANCE(373); if (lookahead == '+') ADVANCE(369); if (lookahead == ',') ADVANCE(294); if (lookahead == '-') ADVANCE(361); if (lookahead == '.') ADVANCE(438); if (lookahead == '/') ADVANCE(375); if (lookahead == '<') ADVANCE(397); if (lookahead == '=') ADVANCE(417); if (lookahead == '>') ADVANCE(582); if (lookahead == '?') ADVANCE(422); if (lookahead == '[') ADVANCE(411); if (lookahead == '\\') ADVANCE(68); if (lookahead == '^') ADVANCE(384); if (sym_identifier_character_set_4(lookahead)) ADVANCE(574); if (lookahead == '|') ADVANCE(381); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(191) END_STATE(); case 192: if (lookahead == '!') ADVANCE(236); if (lookahead == '%') ADVANCE(377); if (lookahead == '&') ADVANCE(387); if (lookahead == '(') ADVANCE(351); if (lookahead == '*') ADVANCE(373); if (lookahead == '+') ADVANCE(369); if (lookahead == ',') ADVANCE(294); if (lookahead == '-') ADVANCE(361); if (lookahead == '.') ADVANCE(438); if (lookahead == '/') ADVANCE(375); if (lookahead == '<') ADVANCE(397); if (lookahead == '=') ADVANCE(417); if (lookahead == '>') ADVANCE(582); if (lookahead == '?') ADVANCE(422); if (lookahead == '[') ADVANCE(414); if (lookahead == '\\') ADVANCE(126); if (lookahead == '^') ADVANCE(384); if (sym_identifier_character_set_4(lookahead)) ADVANCE(574); if (lookahead == '|') ADVANCE(381); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(192) END_STATE(); case 193: if (lookahead == '!') ADVANCE(236); if (lookahead == '%') ADVANCE(377); if (lookahead == '&') ADVANCE(387); if (lookahead == '*') ADVANCE(373); if (lookahead == '+') ADVANCE(371); if (lookahead == ',') ADVANCE(294); if (lookahead == '-') ADVANCE(364); if (lookahead == '.') ADVANCE(223); if (lookahead == '/') ADVANCE(375); if (lookahead == '<') ADVANCE(398); if (lookahead == '=') ADVANCE(417); if (lookahead == '>') ADVANCE(392); if (lookahead == '\\') ADVANCE(82); if (lookahead == '^') ADVANCE(384); if (sym_identifier_character_set_4(lookahead)) ADVANCE(574); if (lookahead == '|') ADVANCE(381); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(193) END_STATE(); case 194: if (lookahead == '!') ADVANCE(236); if (lookahead == '%') ADVANCE(376); if (lookahead == '&') ADVANCE(386); if (lookahead == '(') ADVANCE(351); if (lookahead == ')') ADVANCE(295); if (lookahead == '*') ADVANCE(372); if (lookahead == '+') ADVANCE(366); if (lookahead == ',') ADVANCE(294); if (lookahead == '-') ADVANCE(362); if (lookahead == '.') ADVANCE(438); if (lookahead == '/') ADVANCE(374); if (lookahead == ':') ADVANCE(421); if (lookahead == ';') ADVANCE(405); if (lookahead == '<') ADVANCE(399); if (lookahead == '=') ADVANCE(417); if (lookahead == '>') ADVANCE(391); if (lookahead == '?') ADVANCE(422); if (lookahead == '[') ADVANCE(412); if (lookahead == '\\') ADVANCE(128); if (lookahead == '^') ADVANCE(383); if (sym_identifier_character_set_4(lookahead)) ADVANCE(574); if (lookahead == '{') ADVANCE(409); if (lookahead == '|') ADVANCE(382); if (lookahead == '}') ADVANCE(410); if (lookahead == '~') ADVANCE(354); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(194) END_STATE(); case 195: if (lookahead == '!') ADVANCE(236); if (lookahead == '%') ADVANCE(376); if (lookahead == '&') ADVANCE(386); if (lookahead == '(') ADVANCE(351); if (lookahead == ')') ADVANCE(295); if (lookahead == '*') ADVANCE(372); if (lookahead == '+') ADVANCE(366); if (lookahead == ',') ADVANCE(294); if (lookahead == '-') ADVANCE(362); if (lookahead == '.') ADVANCE(438); if (lookahead == '/') ADVANCE(374); if (lookahead == ':') ADVANCE(421); if (lookahead == ';') ADVANCE(405); if (lookahead == '<') ADVANCE(399); if (lookahead == '=') ADVANCE(237); if (lookahead == '>') ADVANCE(582); if (lookahead == '?') ADVANCE(422); if (lookahead == '[') ADVANCE(411); if (lookahead == '\\') ADVANCE(50); if (lookahead == '^') ADVANCE(383); if (sym_identifier_character_set_4(lookahead)) ADVANCE(574); if (lookahead == '{') ADVANCE(409); if (lookahead == '|') ADVANCE(382); if (lookahead == '~') ADVANCE(354); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(195) END_STATE(); case 196: if (lookahead == '!') ADVANCE(236); if (lookahead == '%') ADVANCE(376); if (lookahead == '&') ADVANCE(386); if (lookahead == '(') ADVANCE(351); if (lookahead == ')') ADVANCE(295); if (lookahead == '*') ADVANCE(372); if (lookahead == '+') ADVANCE(366); if (lookahead == ',') ADVANCE(294); if (lookahead == '-') ADVANCE(362); if (lookahead == '.') ADVANCE(438); if (lookahead == '/') ADVANCE(374); if (lookahead == ':') ADVANCE(421); if (lookahead == ';') ADVANCE(405); if (lookahead == '<') ADVANCE(399); if (lookahead == '=') ADVANCE(237); if (lookahead == '>') ADVANCE(391); if (lookahead == '?') ADVANCE(422); if (lookahead == '[') ADVANCE(411); if (lookahead == '\\') ADVANCE(114); if (lookahead == ']') ADVANCE(415); if (lookahead == '^') ADVANCE(383); if (sym_identifier_character_set_9(lookahead)) ADVANCE(574); if (lookahead == 'b') ADVANCE(557); if (lookahead == 'c') ADVANCE(536); if (lookahead == 'd') ADVANCE(553); if (lookahead == 'f') ADVANCE(549); if (lookahead == 'i') ADVANCE(550); if (lookahead == 'm') ADVANCE(522); if (lookahead == 'n') ADVANCE(570); if (lookahead == 'p') ADVANCE(567); if (lookahead == 's') ADVANCE(537); if (lookahead == 'u') ADVANCE(542); if (lookahead == 'v') ADVANCE(554); if (lookahead == '{') ADVANCE(409); if (lookahead == '|') ADVANCE(382); if (lookahead == '}') ADVANCE(410); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(196) END_STATE(); case 197: if (lookahead == '!') ADVANCE(236); if (lookahead == '%') ADVANCE(376); if (lookahead == '&') ADVANCE(386); if (lookahead == '(') ADVANCE(351); if (lookahead == ')') ADVANCE(295); if (lookahead == '*') ADVANCE(372); if (lookahead == '+') ADVANCE(366); if (lookahead == ',') ADVANCE(294); if (lookahead == '-') ADVANCE(362); if (lookahead == '.') ADVANCE(438); if (lookahead == '/') ADVANCE(374); if (lookahead == ':') ADVANCE(421); if (lookahead == ';') ADVANCE(405); if (lookahead == '<') ADVANCE(399); if (lookahead == '=') ADVANCE(237); if (lookahead == '>') ADVANCE(391); if (lookahead == '?') ADVANCE(422); if (lookahead == '[') ADVANCE(411); if (lookahead == '\\') ADVANCE(132); if (lookahead == ']') ADVANCE(415); if (lookahead == '^') ADVANCE(383); if (sym_identifier_character_set_8(lookahead)) ADVANCE(574); if (lookahead == '{') ADVANCE(409); if (lookahead == '|') ADVANCE(382); if (lookahead == '}') ADVANCE(410); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(197) END_STATE(); case 198: if (lookahead == '!') ADVANCE(236); if (lookahead == '%') ADVANCE(376); if (lookahead == '&') ADVANCE(386); if (lookahead == '(') ADVANCE(351); if (lookahead == ')') ADVANCE(295); if (lookahead == '*') ADVANCE(372); if (lookahead == '+') ADVANCE(366); if (lookahead == ',') ADVANCE(294); if (lookahead == '-') ADVANCE(362); if (lookahead == '.') ADVANCE(438); if (lookahead == '/') ADVANCE(374); if (lookahead == ':') ADVANCE(234); if (lookahead == ';') ADVANCE(405); if (lookahead == '<') ADVANCE(399); if (lookahead == '=') ADVANCE(237); if (lookahead == '>') ADVANCE(391); if (lookahead == '?') ADVANCE(422); if (lookahead == '[') ADVANCE(411); if (lookahead == '\\') ADVANCE(140); if (lookahead == ']') ADVANCE(247); if (lookahead == '^') ADVANCE(383); if (sym_identifier_character_set_9(lookahead)) ADVANCE(574); if (lookahead == 'b') ADVANCE(557); if (lookahead == 'c') ADVANCE(536); if (lookahead == 'd') ADVANCE(553); if (lookahead == 'f') ADVANCE(549); if (lookahead == 'i') ADVANCE(550); if (lookahead == 'm') ADVANCE(522); if (lookahead == 'n') ADVANCE(570); if (lookahead == 'p') ADVANCE(567); if (lookahead == 's') ADVANCE(537); if (lookahead == 'u') ADVANCE(542); if (lookahead == 'v') ADVANCE(554); if (lookahead == '{') ADVANCE(409); if (lookahead == '|') ADVANCE(382); if (lookahead == '}') ADVANCE(410); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(198) END_STATE(); case 199: if (lookahead == '!') ADVANCE(236); if (lookahead == '%') ADVANCE(376); if (lookahead == '&') ADVANCE(386); if (lookahead == '(') ADVANCE(351); if (lookahead == ')') ADVANCE(295); if (lookahead == '*') ADVANCE(372); if (lookahead == '+') ADVANCE(366); if (lookahead == ',') ADVANCE(294); if (lookahead == '-') ADVANCE(362); if (lookahead == '.') ADVANCE(438); if (lookahead == '/') ADVANCE(374); if (lookahead == ':') ADVANCE(420); if (lookahead == ';') ADVANCE(405); if (lookahead == '<') ADVANCE(399); if (lookahead == '=') ADVANCE(237); if (lookahead == '>') ADVANCE(582); if (lookahead == '?') ADVANCE(422); if (lookahead == '[') ADVANCE(411); if (lookahead == '\\') ADVANCE(110); if (lookahead == '^') ADVANCE(383); if (sym_identifier_character_set_4(lookahead)) ADVANCE(574); if (lookahead == '{') ADVANCE(409); if (lookahead == '|') ADVANCE(382); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(199) END_STATE(); case 200: if (lookahead == '!') ADVANCE(236); if (lookahead == '%') ADVANCE(376); if (lookahead == '&') ADVANCE(386); if (lookahead == '(') ADVANCE(351); if (lookahead == ')') ADVANCE(295); if (lookahead == '*') ADVANCE(372); if (lookahead == '+') ADVANCE(366); if (lookahead == ',') ADVANCE(294); if (lookahead == '-') ADVANCE(362); if (lookahead == '.') ADVANCE(438); if (lookahead == '/') ADVANCE(374); if (lookahead == ':') ADVANCE(420); if (lookahead == ';') ADVANCE(405); if (lookahead == '<') ADVANCE(399); if (lookahead == '=') ADVANCE(237); if (lookahead == '>') ADVANCE(391); if (lookahead == '?') ADVANCE(422); if (lookahead == '[') ADVANCE(411); if (lookahead == '\\') ADVANCE(40); if (lookahead == ']') ADVANCE(415); if (lookahead == '^') ADVANCE(383); if (sym_identifier_character_set_9(lookahead)) ADVANCE(574); if (lookahead == 'b') ADVANCE(557); if (lookahead == 'c') ADVANCE(536); if (lookahead == 'd') ADVANCE(553); if (lookahead == 'f') ADVANCE(549); if (lookahead == 'i') ADVANCE(550); if (lookahead == 'm') ADVANCE(522); if (lookahead == 'n') ADVANCE(570); if (lookahead == 'p') ADVANCE(567); if (lookahead == 's') ADVANCE(537); if (lookahead == 'u') ADVANCE(542); if (lookahead == 'v') ADVANCE(554); if (lookahead == '{') ADVANCE(409); if (lookahead == '|') ADVANCE(382); if (lookahead == '}') ADVANCE(410); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(200) END_STATE(); case 201: if (lookahead == '!') ADVANCE(236); if (lookahead == '%') ADVANCE(376); if (lookahead == '&') ADVANCE(386); if (lookahead == '(') ADVANCE(351); if (lookahead == ')') ADVANCE(295); if (lookahead == '*') ADVANCE(372); if (lookahead == '+') ADVANCE(366); if (lookahead == ',') ADVANCE(294); if (lookahead == '-') ADVANCE(362); if (lookahead == '.') ADVANCE(438); if (lookahead == '/') ADVANCE(374); if (lookahead == ':') ADVANCE(420); if (lookahead == ';') ADVANCE(405); if (lookahead == '<') ADVANCE(399); if (lookahead == '=') ADVANCE(237); if (lookahead == '>') ADVANCE(391); if (lookahead == '?') ADVANCE(422); if (lookahead == '[') ADVANCE(411); if (lookahead == '\\') ADVANCE(142); if (lookahead == ']') ADVANCE(415); if (lookahead == '^') ADVANCE(383); if (sym_identifier_character_set_8(lookahead)) ADVANCE(574); if (lookahead == '{') ADVANCE(409); if (lookahead == '|') ADVANCE(382); if (lookahead == '}') ADVANCE(410); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(201) END_STATE(); case 202: if (lookahead == '!') ADVANCE(236); if (lookahead == '%') ADVANCE(376); if (lookahead == '&') ADVANCE(386); if (lookahead == '(') ADVANCE(351); if (lookahead == ')') ADVANCE(295); if (lookahead == '*') ADVANCE(372); if (lookahead == '+') ADVANCE(366); if (lookahead == ',') ADVANCE(294); if (lookahead == '-') ADVANCE(362); if (lookahead == '.') ADVANCE(438); if (lookahead == '/') ADVANCE(374); if (lookahead == ':') ADVANCE(420); if (lookahead == ';') ADVANCE(405); if (lookahead == '<') ADVANCE(399); if (lookahead == '=') ADVANCE(237); if (lookahead == '>') ADVANCE(391); if (lookahead == '?') ADVANCE(422); if (lookahead == '[') ADVANCE(411); if (lookahead == '\\') ADVANCE(134); if (lookahead == ']') ADVANCE(415); if (lookahead == '^') ADVANCE(383); if (('A' <= lookahead && lookahead <= '_') || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(602); if (lookahead == '|') ADVANCE(382); if (lookahead == '}') ADVANCE(410); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(203) if (sym_identifier_character_set_6(lookahead)) ADVANCE(574); END_STATE(); case 203: if (lookahead == '!') ADVANCE(236); if (lookahead == '%') ADVANCE(376); if (lookahead == '&') ADVANCE(386); if (lookahead == '(') ADVANCE(351); if (lookahead == ')') ADVANCE(295); if (lookahead == '*') ADVANCE(372); if (lookahead == '+') ADVANCE(366); if (lookahead == ',') ADVANCE(294); if (lookahead == '-') ADVANCE(362); if (lookahead == '.') ADVANCE(438); if (lookahead == '/') ADVANCE(374); if (lookahead == ':') ADVANCE(420); if (lookahead == ';') ADVANCE(405); if (lookahead == '<') ADVANCE(399); if (lookahead == '=') ADVANCE(237); if (lookahead == '>') ADVANCE(391); if (lookahead == '?') ADVANCE(422); if (lookahead == '[') ADVANCE(411); if (lookahead == '\\') ADVANCE(134); if (lookahead == ']') ADVANCE(415); if (lookahead == '^') ADVANCE(383); if (sym_identifier_character_set_8(lookahead)) ADVANCE(574); if (lookahead == '|') ADVANCE(382); if (lookahead == '}') ADVANCE(410); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(203) END_STATE(); case 204: if (lookahead == '!') ADVANCE(236); if (lookahead == '%') ADVANCE(376); if (lookahead == '&') ADVANCE(386); if (lookahead == '(') ADVANCE(351); if (lookahead == '*') ADVANCE(372); if (lookahead == '+') ADVANCE(366); if (lookahead == ',') ADVANCE(294); if (lookahead == '-') ADVANCE(362); if (lookahead == '.') ADVANCE(438); if (lookahead == '/') ADVANCE(374); if (lookahead == '<') ADVANCE(399); if (lookahead == '=') ADVANCE(237); if (lookahead == '>') ADVANCE(582); if (lookahead == '?') ADVANCE(422); if (lookahead == '[') ADVANCE(411); if (lookahead == '\\') ADVANCE(52); if (lookahead == '^') ADVANCE(383); if (sym_identifier_character_set_3(lookahead)) ADVANCE(574); if (lookahead == 'b') ADVANCE(557); if (lookahead == 'c') ADVANCE(536); if (lookahead == 'd') ADVANCE(553); if (lookahead == 'f') ADVANCE(549); if (lookahead == 'i') ADVANCE(550); if (lookahead == 'm') ADVANCE(522); if (lookahead == 'n') ADVANCE(570); if (lookahead == 'p') ADVANCE(567); if (lookahead == 's') ADVANCE(537); if (lookahead == 'u') ADVANCE(542); if (lookahead == 'v') ADVANCE(554); if (lookahead == '{') ADVANCE(409); if (lookahead == '|') ADVANCE(382); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(204) END_STATE(); case 205: if (lookahead == '!') ADVANCE(236); if (lookahead == '%') ADVANCE(376); if (lookahead == '&') ADVANCE(386); if (lookahead == '(') ADVANCE(351); if (lookahead == '*') ADVANCE(372); if (lookahead == '+') ADVANCE(366); if (lookahead == ',') ADVANCE(294); if (lookahead == '-') ADVANCE(362); if (lookahead == '.') ADVANCE(438); if (lookahead == '/') ADVANCE(374); if (lookahead == '<') ADVANCE(399); if (lookahead == '=') ADVANCE(237); if (lookahead == '>') ADVANCE(582); if (lookahead == '?') ADVANCE(422); if (lookahead == '[') ADVANCE(411); if (lookahead == '\\') ADVANCE(138); if (lookahead == '^') ADVANCE(383); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(602); if (lookahead == '|') ADVANCE(382); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(206) if (sym_identifier_character_set_6(lookahead)) ADVANCE(574); END_STATE(); case 206: if (lookahead == '!') ADVANCE(236); if (lookahead == '%') ADVANCE(376); if (lookahead == '&') ADVANCE(386); if (lookahead == '(') ADVANCE(351); if (lookahead == '*') ADVANCE(372); if (lookahead == '+') ADVANCE(366); if (lookahead == ',') ADVANCE(294); if (lookahead == '-') ADVANCE(362); if (lookahead == '.') ADVANCE(438); if (lookahead == '/') ADVANCE(374); if (lookahead == '<') ADVANCE(399); if (lookahead == '=') ADVANCE(237); if (lookahead == '>') ADVANCE(582); if (lookahead == '?') ADVANCE(422); if (lookahead == '[') ADVANCE(411); if (lookahead == '\\') ADVANCE(138); if (lookahead == '^') ADVANCE(383); if (sym_identifier_character_set_4(lookahead)) ADVANCE(574); if (lookahead == '|') ADVANCE(382); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(206) END_STATE(); case 207: if (lookahead == '"') ADVANCE(471); if (lookahead == '&') ADVANCE(386); if (lookahead == '(') ADVANCE(351); if (lookahead == '*') ADVANCE(372); if (lookahead == '/') ADVANCE(224); if (lookahead == ':') ADVANCE(234); if (lookahead == 'L') ADVANCE(487); if (lookahead == 'U') ADVANCE(491); if (lookahead == '[') ADVANCE(412); if (lookahead == '\\') ADVANCE(70); if (sym_identifier_character_set_3(lookahead)) ADVANCE(574); if (lookahead == 'b') ADVANCE(557); if (lookahead == 'c') ADVANCE(536); if (lookahead == 'd') ADVANCE(553); if (lookahead == 'f') ADVANCE(549); if (lookahead == 'i') ADVANCE(550); if (lookahead == 'm') ADVANCE(522); if (lookahead == 'n') ADVANCE(570); if (lookahead == 'p') ADVANCE(567); if (lookahead == 's') ADVANCE(537); if (lookahead == 'u') ADVANCE(494); if (lookahead == 'v') ADVANCE(554); if (lookahead == '~') ADVANCE(354); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(207) END_STATE(); case 208: if (lookahead == '"') ADVANCE(471); if (lookahead == '/') ADVANCE(224); if (lookahead == '<') ADVANCE(242); if (lookahead == 'L') ADVANCE(487); if (lookahead == 'U') ADVANCE(491); if (lookahead == '\\') ADVANCE(95); if (sym_identifier_character_set_5(lookahead)) ADVANCE(574); if (lookahead == 'u') ADVANCE(495); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(208) END_STATE(); case 209: if (lookahead == '"') ADVANCE(471); if (lookahead == '/') ADVANCE(224); if (lookahead == '\\') ADVANCE(97); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(209) END_STATE(); case 210: if (lookahead == '"') ADVANCE(592); END_STATE(); case 211: if (lookahead == '#') ADVANCE(255); if (lookahead == '&') ADVANCE(386); if (lookahead == '(') ADVANCE(351); if (lookahead == '*') ADVANCE(372); if (lookahead == ',') ADVANCE(294); if (lookahead == '/') ADVANCE(224); if (lookahead == ':') ADVANCE(234); if (lookahead == ';') ADVANCE(405); if (lookahead == '[') ADVANCE(412); if (lookahead == '\\') ADVANCE(26); if (sym_identifier_character_set_3(lookahead)) ADVANCE(574); if (lookahead == 'b') ADVANCE(557); if (lookahead == 'c') ADVANCE(536); if (lookahead == 'd') ADVANCE(553); if (lookahead == 'f') ADVANCE(549); if (lookahead == 'i') ADVANCE(550); if (lookahead == 'm') ADVANCE(522); if (lookahead == 'n') ADVANCE(570); if (lookahead == 'p') ADVANCE(567); if (lookahead == 's') ADVANCE(537); if (lookahead == 'u') ADVANCE(542); if (lookahead == 'v') ADVANCE(554); if (lookahead == '}') ADVANCE(410); if (lookahead == '~') ADVANCE(354); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(211) END_STATE(); case 212: if (lookahead == '#') ADVANCE(249); if (lookahead == '&') ADVANCE(386); if (lookahead == '(') ADVANCE(351); if (lookahead == ')') ADVANCE(295); if (lookahead == '*') ADVANCE(372); if (lookahead == '+') ADVANCE(365); if (lookahead == ',') ADVANCE(294); if (lookahead == '-') ADVANCE(241); if (lookahead == '.') ADVANCE(230); if (lookahead == '/') ADVANCE(224); if (lookahead == ':') ADVANCE(421); if (lookahead == ';') ADVANCE(405); if (lookahead == '<') ADVANCE(396); if (lookahead == '=') ADVANCE(416); if (lookahead == '>') ADVANCE(582); if (lookahead == '[') ADVANCE(412); if (lookahead == '\\') ADVANCE(22); if (sym_identifier_character_set_3(lookahead)) ADVANCE(574); if (lookahead == 'b') ADVANCE(557); if (lookahead == 'c') ADVANCE(536); if (lookahead == 'd') ADVANCE(553); if (lookahead == 'f') ADVANCE(549); if (lookahead == 'i') ADVANCE(550); if (lookahead == 'm') ADVANCE(522); if (lookahead == 'n') ADVANCE(570); if (lookahead == 'p') ADVANCE(567); if (lookahead == 's') ADVANCE(537); if (lookahead == 'u') ADVANCE(542); if (lookahead == 'v') ADVANCE(554); if (lookahead == '{') ADVANCE(409); if (lookahead == '|') ADVANCE(261); if (lookahead == '~') ADVANCE(354); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(212) END_STATE(); case 213: if (lookahead == '#') ADVANCE(251); if (lookahead == '&') ADVANCE(386); if (lookahead == '(') ADVANCE(351); if (lookahead == '*') ADVANCE(372); if (lookahead == ',') ADVANCE(294); if (lookahead == '/') ADVANCE(224); if (lookahead == ':') ADVANCE(234); if (lookahead == ';') ADVANCE(405); if (lookahead == '[') ADVANCE(412); if (lookahead == '\\') ADVANCE(28); if (sym_identifier_character_set_3(lookahead)) ADVANCE(574); if (lookahead == 'b') ADVANCE(557); if (lookahead == 'c') ADVANCE(536); if (lookahead == 'd') ADVANCE(553); if (lookahead == 'f') ADVANCE(549); if (lookahead == 'i') ADVANCE(550); if (lookahead == 'm') ADVANCE(522); if (lookahead == 'n') ADVANCE(570); if (lookahead == 'p') ADVANCE(567); if (lookahead == 's') ADVANCE(537); if (lookahead == 'u') ADVANCE(542); if (lookahead == 'v') ADVANCE(554); if (lookahead == '~') ADVANCE(354); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(213) END_STATE(); case 214: if (lookahead == '&') ADVANCE(386); if (lookahead == '(') ADVANCE(351); if (lookahead == ')') ADVANCE(295); if (lookahead == '*') ADVANCE(372); if (lookahead == ',') ADVANCE(294); if (lookahead == '-') ADVANCE(241); if (lookahead == '.') ADVANCE(230); if (lookahead == '/') ADVANCE(224); if (lookahead == ':') ADVANCE(421); if (lookahead == ';') ADVANCE(405); if (lookahead == '<') ADVANCE(396); if (lookahead == '=') ADVANCE(416); if (lookahead == '>') ADVANCE(582); if (lookahead == '[') ADVANCE(412); if (lookahead == '\\') ADVANCE(72); if (sym_identifier_character_set_4(lookahead)) ADVANCE(574); if (lookahead == '{') ADVANCE(409); if (lookahead == '|') ADVANCE(261); if (lookahead == '~') ADVANCE(354); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(214) END_STATE(); case 215: if (lookahead == '&') ADVANCE(386); if (lookahead == '(') ADVANCE(351); if (lookahead == ')') ADVANCE(295); if (lookahead == '*') ADVANCE(372); if (lookahead == ',') ADVANCE(294); if (lookahead == '-') ADVANCE(241); if (lookahead == '.') ADVANCE(230); if (lookahead == '/') ADVANCE(224); if (lookahead == ':') ADVANCE(420); if (lookahead == ';') ADVANCE(405); if (lookahead == '<') ADVANCE(396); if (lookahead == '=') ADVANCE(416); if (lookahead == '>') ADVANCE(582); if (lookahead == '[') ADVANCE(412); if (lookahead == '\\') ADVANCE(76); if (sym_identifier_character_set_4(lookahead)) ADVANCE(574); if (lookahead == '{') ADVANCE(409); if (lookahead == '|') ADVANCE(261); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(215) END_STATE(); case 216: if (lookahead == '&') ADVANCE(386); if (lookahead == '(') ADVANCE(351); if (lookahead == ')') ADVANCE(295); if (lookahead == '*') ADVANCE(372); if (lookahead == ',') ADVANCE(294); if (lookahead == '.') ADVANCE(230); if (lookahead == '/') ADVANCE(224); if (lookahead == ':') ADVANCE(421); if (lookahead == ';') ADVANCE(405); if (lookahead == '<') ADVANCE(396); if (lookahead == '=') ADVANCE(416); if (lookahead == '>') ADVANCE(582); if (lookahead == '[') ADVANCE(411); if (lookahead == '\\') ADVANCE(78); if (sym_identifier_character_set_4(lookahead)) ADVANCE(574); if (lookahead == '{') ADVANCE(409); if (lookahead == '|') ADVANCE(261); if (lookahead == '~') ADVANCE(354); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(216) END_STATE(); case 217: if (lookahead == '&') ADVANCE(386); if (lookahead == '(') ADVANCE(351); if (lookahead == ')') ADVANCE(295); if (lookahead == '*') ADVANCE(372); if (lookahead == ',') ADVANCE(294); if (lookahead == '.') ADVANCE(230); if (lookahead == '/') ADVANCE(224); if (lookahead == ':') ADVANCE(421); if (lookahead == ';') ADVANCE(405); if (lookahead == '<') ADVANCE(396); if (lookahead == '=') ADVANCE(416); if (lookahead == '>') ADVANCE(582); if (lookahead == '[') ADVANCE(411); if (lookahead == '\\') ADVANCE(80); if (sym_identifier_character_set_3(lookahead)) ADVANCE(574); if (lookahead == 'b') ADVANCE(557); if (lookahead == 'c') ADVANCE(536); if (lookahead == 'd') ADVANCE(553); if (lookahead == 'f') ADVANCE(549); if (lookahead == 'i') ADVANCE(550); if (lookahead == 'm') ADVANCE(522); if (lookahead == 'n') ADVANCE(570); if (lookahead == 'p') ADVANCE(567); if (lookahead == 's') ADVANCE(537); if (lookahead == 'u') ADVANCE(542); if (lookahead == 'v') ADVANCE(554); if (lookahead == '{') ADVANCE(409); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(217) END_STATE(); case 218: if (lookahead == '&') ADVANCE(386); if (lookahead == '(') ADVANCE(351); if (lookahead == ')') ADVANCE(295); if (lookahead == '*') ADVANCE(372); if (lookahead == ',') ADVANCE(294); if (lookahead == '.') ADVANCE(230); if (lookahead == '/') ADVANCE(224); if (lookahead == ':') ADVANCE(420); if (lookahead == ';') ADVANCE(405); if (lookahead == '=') ADVANCE(416); if (lookahead == '>') ADVANCE(582); if (lookahead == '[') ADVANCE(411); if (lookahead == '\\') ADVANCE(84); if (sym_identifier_character_set_4(lookahead)) ADVANCE(574); if (lookahead == '{') ADVANCE(409); if (lookahead == '|') ADVANCE(261); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(218) END_STATE(); case 219: if (lookahead == '&') ADVANCE(386); if (lookahead == '(') ADVANCE(351); if (lookahead == ')') ADVANCE(295); if (lookahead == '*') ADVANCE(372); if (lookahead == ',') ADVANCE(294); if (lookahead == '/') ADVANCE(224); if (lookahead == ':') ADVANCE(420); if (lookahead == ';') ADVANCE(405); if (lookahead == '=') ADVANCE(416); if (lookahead == '>') ADVANCE(582); if (lookahead == '[') ADVANCE(412); if (lookahead == '\\') ADVANCE(74); if (sym_identifier_character_set_3(lookahead)) ADVANCE(574); if (lookahead == 'b') ADVANCE(557); if (lookahead == 'c') ADVANCE(536); if (lookahead == 'd') ADVANCE(553); if (lookahead == 'f') ADVANCE(549); if (lookahead == 'i') ADVANCE(550); if (lookahead == 'm') ADVANCE(522); if (lookahead == 'n') ADVANCE(570); if (lookahead == 'p') ADVANCE(567); if (lookahead == 's') ADVANCE(537); if (lookahead == 'u') ADVANCE(542); if (lookahead == 'v') ADVANCE(554); if (lookahead == '{') ADVANCE(409); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(219) END_STATE(); case 220: if (lookahead == '(') ADVANCE(351); if (lookahead == ')') ADVANCE(295); if (lookahead == ',') ADVANCE(294); if (lookahead == '/') ADVANCE(224); if (lookahead == ':') ADVANCE(420); if (lookahead == ';') ADVANCE(405); if (lookahead == '=') ADVANCE(416); if (lookahead == '>') ADVANCE(582); if (lookahead == '[') ADVANCE(413); if (lookahead == '\\') ADVANCE(93); if (sym_identifier_character_set_4(lookahead)) ADVANCE(574); if (lookahead == '{') ADVANCE(409); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(220) END_STATE(); case 221: if (lookahead == '(') ADVANCE(351); if (lookahead == '/') ADVANCE(224); if (lookahead == ':') ADVANCE(234); if (lookahead == 'F') ADVANCE(511); if (lookahead == 'T') ADVANCE(515); if (lookahead == '[') ADVANCE(411); if (lookahead == '\\') ADVANCE(86); if (sym_identifier_character_set_10(lookahead)) ADVANCE(574); if (lookahead == 'f') ADVANCE(521); if (lookahead == 't') ADVANCE(562); if (lookahead == '{') ADVANCE(409); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(221) END_STATE(); case 222: if (lookahead == ')') ADVANCE(590); END_STATE(); case 223: if (lookahead == '*') ADVANCE(588); END_STATE(); case 224: if (lookahead == '*') ADVANCE(227); if (lookahead == '/') ADVANCE(576); END_STATE(); case 225: if (lookahead == '*') ADVANCE(589); END_STATE(); case 226: if (lookahead == '*') ADVANCE(226); if (lookahead == '/') ADVANCE(575); if (lookahead != 0) ADVANCE(227); END_STATE(); case 227: if (lookahead == '*') ADVANCE(226); if (lookahead != 0) ADVANCE(227); END_STATE(); case 228: if (lookahead == '.') ADVANCE(263); if (lookahead == '0') ADVANCE(444); if (('1' <= lookahead && lookahead <= '9')) ADVANCE(445); if (('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(454); END_STATE(); case 229: if (lookahead == '.') ADVANCE(263); if (lookahead == '0') ADVANCE(447); if (('1' <= lookahead && lookahead <= '9')) ADVANCE(448); END_STATE(); case 230: if (lookahead == '.') ADVANCE(232); END_STATE(); case 231: if (lookahead == '.') ADVANCE(232); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(443); END_STATE(); case 232: if (lookahead == '.') ADVANCE(293); END_STATE(); case 233: if (lookahead == '/') ADVANCE(224); if (lookahead == '\\') ADVANCE(97); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(233) END_STATE(); case 234: if (lookahead == ':') ADVANCE(406); END_STATE(); case 235: if (lookahead == '<') ADVANCE(401); if (lookahead == '=') ADVANCE(394); END_STATE(); case 236: if (lookahead == '=') ADVANCE(389); END_STATE(); case 237: if (lookahead == '=') ADVANCE(388); END_STATE(); case 238: if (lookahead == '=') ADVANCE(393); if (lookahead == '>') ADVANCE(239); END_STATE(); case 239: if (lookahead == '=') ADVANCE(429); END_STATE(); case 240: if (lookahead == '>') ADVANCE(403); END_STATE(); case 241: if (lookahead == '>') ADVANCE(441); END_STATE(); case 242: if (lookahead == '>') ADVANCE(481); if (lookahead == '\\') ADVANCE(243); if (lookahead != 0 && lookahead != '\n') ADVANCE(242); END_STATE(); case 243: if (lookahead == '>') ADVANCE(482); if (lookahead == '\\') ADVANCE(243); if (lookahead != 0 && lookahead != '\n') ADVANCE(242); END_STATE(); case 244: if (lookahead == 'U') ADVANCE(282); if (lookahead == 'u') ADVANCE(274); END_STATE(); case 245: if (lookahead == '[') ADVANCE(407); if (lookahead == ']') ADVANCE(591); END_STATE(); case 246: if (lookahead == ']') ADVANCE(591); END_STATE(); case 247: if (lookahead == ']') ADVANCE(408); END_STATE(); case 248: if (lookahead == 'd') ADVANCE(322); if (lookahead == 'e') ADVANCE(344); if (lookahead == 'i') ADVANCE(330); if (lookahead == '\t' || lookahead == ' ') ADVANCE(248); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(350); END_STATE(); case 249: if (lookahead == 'd') ADVANCE(322); if (lookahead == 'e') ADVANCE(344); if (lookahead == 'i') ADVANCE(331); if (lookahead == '\t' || lookahead == ' ') ADVANCE(249); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(350); END_STATE(); case 250: if (lookahead == 'd') ADVANCE(322); if (lookahead == 'e') ADVANCE(347); if (lookahead == 'i') ADVANCE(330); if (lookahead == '\t' || lookahead == ' ') ADVANCE(250); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(350); END_STATE(); case 251: if (lookahead == 'd') ADVANCE(322); if (lookahead == 'e') ADVANCE(347); if (lookahead == 'i') ADVANCE(331); if (lookahead == '\t' || lookahead == ' ') ADVANCE(251); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(350); END_STATE(); case 252: if (lookahead == 'd') ADVANCE(322); if (lookahead == 'e') ADVANCE(346); if (lookahead == 'i') ADVANCE(330); if (lookahead == '\t' || lookahead == ' ') ADVANCE(252); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(350); END_STATE(); case 253: if (lookahead == 'd') ADVANCE(322); if (lookahead == 'e') ADVANCE(346); if (lookahead == 'i') ADVANCE(331); if (lookahead == '\t' || lookahead == ' ') ADVANCE(253); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(350); END_STATE(); case 254: if (lookahead == 'd') ADVANCE(322); if (lookahead == 'i') ADVANCE(330); if (lookahead == '\t' || lookahead == ' ') ADVANCE(254); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(350); END_STATE(); case 255: if (lookahead == 'd') ADVANCE(322); if (lookahead == 'i') ADVANCE(331); if (lookahead == '\t' || lookahead == ' ') ADVANCE(255); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(350); END_STATE(); case 256: if (lookahead == 'd') ADVANCE(259); END_STATE(); case 257: if (lookahead == 'e') ADVANCE(260); if (lookahead == '\t' || lookahead == ' ') ADVANCE(257); END_STATE(); case 258: if (lookahead == 'f') ADVANCE(297); END_STATE(); case 259: if (lookahead == 'i') ADVANCE(258); END_STATE(); case 260: if (lookahead == 'n') ADVANCE(256); END_STATE(); case 261: if (lookahead == '|') ADVANCE(378); END_STATE(); case 262: if (('0' <= lookahead && lookahead <= '9')) ADVANCE(448); END_STATE(); case 263: if (('0' <= lookahead && lookahead <= '9')) ADVANCE(443); END_STATE(); case 264: if (('0' <= lookahead && lookahead <= '9')) ADVANCE(445); if (('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(454); END_STATE(); case 265: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(574); END_STATE(); case 266: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(451); END_STATE(); case 267: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(454); END_STATE(); case 268: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(449); END_STATE(); case 269: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(477); END_STATE(); case 270: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(265); END_STATE(); case 271: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(269); END_STATE(); case 272: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(270); END_STATE(); case 273: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(271); END_STATE(); case 274: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(272); END_STATE(); case 275: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(273); END_STATE(); case 276: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(274); END_STATE(); case 277: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(275); END_STATE(); case 278: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(276); END_STATE(); case 279: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(277); END_STATE(); case 280: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(278); END_STATE(); case 281: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(279); END_STATE(); case 282: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(280); END_STATE(); case 283: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(281); END_STATE(); case 284: if (lookahead != 0 && lookahead != '\r' && lookahead != '\\') ADVANCE(576); if (lookahead == '\r') ADVANCE(580); if (lookahead == '\\') ADVANCE(578); END_STATE(); case 285: if (eof) ADVANCE(287); if (lookahead == '!') ADVANCE(353); if (lookahead == '"') ADVANCE(471); if (lookahead == '#') ADVANCE(248); if (lookahead == '%') ADVANCE(377); if (lookahead == '&') ADVANCE(387); if (lookahead == '\'') ADVANCE(462); if (lookahead == '(') ADVANCE(351); if (lookahead == ')') ADVANCE(295); if (lookahead == '*') ADVANCE(373); if (lookahead == '+') ADVANCE(367); if (lookahead == ',') ADVANCE(294); if (lookahead == '-') ADVANCE(356); if (lookahead == '.') ADVANCE(437); if (lookahead == '/') ADVANCE(375); if (lookahead == '0') ADVANCE(446); if (lookahead == ':') ADVANCE(421); if (lookahead == ';') ADVANCE(405); if (lookahead == '<') ADVANCE(397); if (lookahead == '=') ADVANCE(417); if (lookahead == '>') ADVANCE(582); if (lookahead == '?') ADVANCE(422); if (lookahead == 'F') ADVANCE(511); if (lookahead == 'L') ADVANCE(485); if (lookahead == 'R') ADVANCE(488); if (lookahead == 'T') ADVANCE(515); if (lookahead == 'U') ADVANCE(489); if (lookahead == '[') ADVANCE(413); if (lookahead == '\\') ADVANCE(2); if (lookahead == ']') ADVANCE(415); if (lookahead == '^') ADVANCE(384); if (sym_identifier_character_set_1(lookahead)) ADVANCE(574); if (lookahead == 'b') ADVANCE(557); if (lookahead == 'c') ADVANCE(536); if (lookahead == 'd') ADVANCE(553); if (lookahead == 'f') ADVANCE(520); if (lookahead == 'i') ADVANCE(550); if (lookahead == 'm') ADVANCE(522); if (lookahead == 'n') ADVANCE(570); if (lookahead == 'p') ADVANCE(567); if (lookahead == 's') ADVANCE(537); if (lookahead == 't') ADVANCE(562); if (lookahead == 'u') ADVANCE(492); if (lookahead == 'v') ADVANCE(554); if (lookahead == '{') ADVANCE(409); if (lookahead == '|') ADVANCE(381); if (lookahead == '}') ADVANCE(410); if (lookahead == '~') ADVANCE(354); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(285) if (('1' <= lookahead && lookahead <= '9')) ADVANCE(448); END_STATE(); case 286: if (eof) ADVANCE(287); if (lookahead == '!') ADVANCE(352); if (lookahead == '"') ADVANCE(471); if (lookahead == '#') ADVANCE(254); if (lookahead == '%') ADVANCE(376); if (lookahead == '&') ADVANCE(386); if (lookahead == '\'') ADVANCE(462); if (lookahead == '(') ADVANCE(351); if (lookahead == ')') ADVANCE(295); if (lookahead == '*') ADVANCE(372); if (lookahead == '+') ADVANCE(368); if (lookahead == ',') ADVANCE(294); if (lookahead == '-') ADVANCE(359); if (lookahead == '.') ADVANCE(440); if (lookahead == '/') ADVANCE(374); if (lookahead == '0') ADVANCE(446); if (lookahead == ':') ADVANCE(421); if (lookahead == ';') ADVANCE(405); if (lookahead == '<') ADVANCE(396); if (lookahead == '=') ADVANCE(416); if (lookahead == '>') ADVANCE(582); if (lookahead == 'F') ADVANCE(511); if (lookahead == 'L') ADVANCE(485); if (lookahead == 'R') ADVANCE(488); if (lookahead == 'T') ADVANCE(515); if (lookahead == 'U') ADVANCE(489); if (lookahead == '[') ADVANCE(412); if (lookahead == '\\') ADVANCE(4); if (lookahead == ']') ADVANCE(247); if (lookahead == '^') ADVANCE(383); if (sym_identifier_character_set_1(lookahead)) ADVANCE(574); if (lookahead == 'b') ADVANCE(557); if (lookahead == 'c') ADVANCE(536); if (lookahead == 'd') ADVANCE(553); if (lookahead == 'f') ADVANCE(520); if (lookahead == 'i') ADVANCE(550); if (lookahead == 'm') ADVANCE(522); if (lookahead == 'n') ADVANCE(570); if (lookahead == 'p') ADVANCE(567); if (lookahead == 's') ADVANCE(537); if (lookahead == 't') ADVANCE(562); if (lookahead == 'u') ADVANCE(492); if (lookahead == 'v') ADVANCE(554); if (lookahead == '{') ADVANCE(409); if (lookahead == '|') ADVANCE(261); if (lookahead == '}') ADVANCE(410); if (lookahead == '~') ADVANCE(354); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(286) if (('1' <= lookahead && lookahead <= '9')) ADVANCE(448); END_STATE(); case 287: ACCEPT_TOKEN(ts_builtin_sym_end); END_STATE(); case 288: ACCEPT_TOKEN(aux_sym_preproc_include_token1); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(350); END_STATE(); case 289: ACCEPT_TOKEN(anon_sym_LF); if (lookahead == '\n') ADVANCE(289); END_STATE(); case 290: ACCEPT_TOKEN(anon_sym_LF); if (lookahead == '\n') ADVANCE(290); if (lookahead == '\\') ADVANCE(308); END_STATE(); case 291: ACCEPT_TOKEN(aux_sym_preproc_def_token1); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(350); END_STATE(); case 292: ACCEPT_TOKEN(anon_sym_LPAREN); END_STATE(); case 293: ACCEPT_TOKEN(anon_sym_DOT_DOT_DOT); END_STATE(); case 294: ACCEPT_TOKEN(anon_sym_COMMA); END_STATE(); case 295: ACCEPT_TOKEN(anon_sym_RPAREN); END_STATE(); case 296: ACCEPT_TOKEN(aux_sym_preproc_if_token1); if (lookahead == 'd') ADVANCE(326); if (lookahead == 'n') ADVANCE(320); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(350); END_STATE(); case 297: ACCEPT_TOKEN(aux_sym_preproc_if_token2); END_STATE(); case 298: ACCEPT_TOKEN(aux_sym_preproc_if_token2); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(350); END_STATE(); case 299: ACCEPT_TOKEN(aux_sym_preproc_ifdef_token1); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(350); END_STATE(); case 300: ACCEPT_TOKEN(aux_sym_preproc_ifdef_token2); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(350); END_STATE(); case 301: ACCEPT_TOKEN(aux_sym_preproc_else_token1); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(350); END_STATE(); case 302: ACCEPT_TOKEN(aux_sym_preproc_elif_token1); if (lookahead == 'd') ADVANCE(328); if (lookahead == 'n') ADVANCE(321); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(350); END_STATE(); case 303: ACCEPT_TOKEN(aux_sym_preproc_elif_token1); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(350); END_STATE(); case 304: ACCEPT_TOKEN(aux_sym_preproc_elifdef_token1); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(350); END_STATE(); case 305: ACCEPT_TOKEN(aux_sym_preproc_elifdef_token2); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(350); END_STATE(); case 306: ACCEPT_TOKEN(sym_preproc_arg); if (lookahead == '\n') ADVANCE(227); if (lookahead == '*') ADVANCE(306); if (lookahead == '/') ADVANCE(575); if (lookahead == '\\') ADVANCE(312); if (lookahead != 0) ADVANCE(307); END_STATE(); case 307: ACCEPT_TOKEN(sym_preproc_arg); if (lookahead == '\n') ADVANCE(227); if (lookahead == '*') ADVANCE(306); if (lookahead == '\\') ADVANCE(312); if (lookahead != 0) ADVANCE(307); END_STATE(); case 308: ACCEPT_TOKEN(sym_preproc_arg); if (lookahead == '\n') SKIP(99) if (lookahead == '\r') ADVANCE(309); if (lookahead == '\\') ADVANCE(313); if (lookahead != 0) ADVANCE(311); END_STATE(); case 309: ACCEPT_TOKEN(sym_preproc_arg); if (lookahead == '\n') SKIP(99) if (lookahead == '\\') ADVANCE(313); if (lookahead != 0) ADVANCE(311); END_STATE(); case 310: ACCEPT_TOKEN(sym_preproc_arg); if (lookahead == '*') ADVANCE(307); if (lookahead == '/') ADVANCE(577); if (lookahead == '\\') ADVANCE(313); if (lookahead != 0 && lookahead != '\n') ADVANCE(311); END_STATE(); case 311: ACCEPT_TOKEN(sym_preproc_arg); if (lookahead == '\\') ADVANCE(313); if (lookahead != 0 && lookahead != '\n') ADVANCE(311); END_STATE(); case 312: ACCEPT_TOKEN(sym_preproc_arg); if (lookahead != 0 && lookahead != '\r' && lookahead != '*' && lookahead != '\\') ADVANCE(307); if (lookahead == '\r') ADVANCE(315); if (lookahead == '*') ADVANCE(306); if (lookahead == '\\') ADVANCE(312); END_STATE(); case 313: ACCEPT_TOKEN(sym_preproc_arg); if (lookahead != 0 && lookahead != '\r' && lookahead != '\\') ADVANCE(311); if (lookahead == '\r') ADVANCE(316); if (lookahead == '\\') ADVANCE(313); END_STATE(); case 314: ACCEPT_TOKEN(sym_preproc_arg); if (lookahead != 0 && lookahead != '\r' && lookahead != '\\') ADVANCE(577); if (lookahead == '\r') ADVANCE(581); if (lookahead == '\\') ADVANCE(579); END_STATE(); case 315: ACCEPT_TOKEN(sym_preproc_arg); if (lookahead != 0 && lookahead != '*' && lookahead != '\\') ADVANCE(307); if (lookahead == '*') ADVANCE(306); if (lookahead == '\\') ADVANCE(312); END_STATE(); case 316: ACCEPT_TOKEN(sym_preproc_arg); if (lookahead != 0 && lookahead != '\\') ADVANCE(311); if (lookahead == '\\') ADVANCE(313); END_STATE(); case 317: ACCEPT_TOKEN(sym_preproc_directive); if (lookahead == 'c') ADVANCE(345); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(350); END_STATE(); case 318: ACCEPT_TOKEN(sym_preproc_directive); if (lookahead == 'd') ADVANCE(342); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(350); END_STATE(); case 319: ACCEPT_TOKEN(sym_preproc_directive); if (lookahead == 'd') ADVANCE(325); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(350); END_STATE(); case 320: ACCEPT_TOKEN(sym_preproc_directive); if (lookahead == 'd') ADVANCE(327); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(350); END_STATE(); case 321: ACCEPT_TOKEN(sym_preproc_directive); if (lookahead == 'd') ADVANCE(329); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(350); END_STATE(); case 322: ACCEPT_TOKEN(sym_preproc_directive); if (lookahead == 'e') ADVANCE(332); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(350); END_STATE(); case 323: ACCEPT_TOKEN(sym_preproc_directive); if (lookahead == 'e') ADVANCE(301); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(350); END_STATE(); case 324: ACCEPT_TOKEN(sym_preproc_directive); if (lookahead == 'e') ADVANCE(291); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(350); END_STATE(); case 325: ACCEPT_TOKEN(sym_preproc_directive); if (lookahead == 'e') ADVANCE(288); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(350); END_STATE(); case 326: ACCEPT_TOKEN(sym_preproc_directive); if (lookahead == 'e') ADVANCE(335); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(350); END_STATE(); case 327: ACCEPT_TOKEN(sym_preproc_directive); if (lookahead == 'e') ADVANCE(336); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(350); END_STATE(); case 328: ACCEPT_TOKEN(sym_preproc_directive); if (lookahead == 'e') ADVANCE(337); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(350); END_STATE(); case 329: ACCEPT_TOKEN(sym_preproc_directive); if (lookahead == 'e') ADVANCE(338); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(350); END_STATE(); case 330: ACCEPT_TOKEN(sym_preproc_directive); if (lookahead == 'f') ADVANCE(296); if (lookahead == 'n') ADVANCE(317); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(350); END_STATE(); case 331: ACCEPT_TOKEN(sym_preproc_directive); if (lookahead == 'f') ADVANCE(296); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(350); END_STATE(); case 332: ACCEPT_TOKEN(sym_preproc_directive); if (lookahead == 'f') ADVANCE(340); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(350); END_STATE(); case 333: ACCEPT_TOKEN(sym_preproc_directive); if (lookahead == 'f') ADVANCE(302); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(350); END_STATE(); case 334: ACCEPT_TOKEN(sym_preproc_directive); if (lookahead == 'f') ADVANCE(298); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(350); END_STATE(); case 335: ACCEPT_TOKEN(sym_preproc_directive); if (lookahead == 'f') ADVANCE(299); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(350); END_STATE(); case 336: ACCEPT_TOKEN(sym_preproc_directive); if (lookahead == 'f') ADVANCE(300); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(350); END_STATE(); case 337: ACCEPT_TOKEN(sym_preproc_directive); if (lookahead == 'f') ADVANCE(304); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(350); END_STATE(); case 338: ACCEPT_TOKEN(sym_preproc_directive); if (lookahead == 'f') ADVANCE(305); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(350); END_STATE(); case 339: ACCEPT_TOKEN(sym_preproc_directive); if (lookahead == 'f') ADVANCE(303); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(350); END_STATE(); case 340: ACCEPT_TOKEN(sym_preproc_directive); if (lookahead == 'i') ADVANCE(348); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(350); END_STATE(); case 341: ACCEPT_TOKEN(sym_preproc_directive); if (lookahead == 'i') ADVANCE(333); if (lookahead == 's') ADVANCE(323); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(350); END_STATE(); case 342: ACCEPT_TOKEN(sym_preproc_directive); if (lookahead == 'i') ADVANCE(334); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(350); END_STATE(); case 343: ACCEPT_TOKEN(sym_preproc_directive); if (lookahead == 'i') ADVANCE(339); if (lookahead == 's') ADVANCE(323); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(350); END_STATE(); case 344: ACCEPT_TOKEN(sym_preproc_directive); if (lookahead == 'l') ADVANCE(341); if (lookahead == 'n') ADVANCE(318); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(350); END_STATE(); case 345: ACCEPT_TOKEN(sym_preproc_directive); if (lookahead == 'l') ADVANCE(349); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(350); END_STATE(); case 346: ACCEPT_TOKEN(sym_preproc_directive); if (lookahead == 'l') ADVANCE(343); if (lookahead == 'n') ADVANCE(318); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(350); END_STATE(); case 347: ACCEPT_TOKEN(sym_preproc_directive); if (lookahead == 'n') ADVANCE(318); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(350); END_STATE(); case 348: ACCEPT_TOKEN(sym_preproc_directive); if (lookahead == 'n') ADVANCE(324); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(350); END_STATE(); case 349: ACCEPT_TOKEN(sym_preproc_directive); if (lookahead == 'u') ADVANCE(319); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(350); END_STATE(); case 350: ACCEPT_TOKEN(sym_preproc_directive); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(350); END_STATE(); case 351: ACCEPT_TOKEN(anon_sym_LPAREN2); END_STATE(); case 352: ACCEPT_TOKEN(anon_sym_BANG); END_STATE(); case 353: ACCEPT_TOKEN(anon_sym_BANG); if (lookahead == '=') ADVANCE(389); END_STATE(); case 354: ACCEPT_TOKEN(anon_sym_TILDE); END_STATE(); case 355: ACCEPT_TOKEN(anon_sym_DASH); END_STATE(); case 356: ACCEPT_TOKEN(anon_sym_DASH); if (lookahead == '-') ADVANCE(434); if (lookahead == '.') ADVANCE(263); if (lookahead == '0') ADVANCE(446); if (lookahead == '=') ADVANCE(427); if (lookahead == '>') ADVANCE(442); if (('1' <= lookahead && lookahead <= '9')) ADVANCE(448); END_STATE(); case 357: ACCEPT_TOKEN(anon_sym_DASH); if (lookahead == '-') ADVANCE(434); if (lookahead == '.') ADVANCE(263); if (lookahead == '0') ADVANCE(446); if (lookahead == '=') ADVANCE(427); if (lookahead == '>') ADVANCE(441); if (('1' <= lookahead && lookahead <= '9')) ADVANCE(448); END_STATE(); case 358: ACCEPT_TOKEN(anon_sym_DASH); if (lookahead == '-') ADVANCE(434); if (lookahead == '.') ADVANCE(263); if (lookahead == '0') ADVANCE(446); if (lookahead == '>') ADVANCE(441); if (('1' <= lookahead && lookahead <= '9')) ADVANCE(448); END_STATE(); case 359: ACCEPT_TOKEN(anon_sym_DASH); if (lookahead == '-') ADVANCE(434); if (lookahead == '.') ADVANCE(263); if (lookahead == '0') ADVANCE(446); if (('1' <= lookahead && lookahead <= '9')) ADVANCE(448); END_STATE(); case 360: ACCEPT_TOKEN(anon_sym_DASH); if (lookahead == '-') ADVANCE(434); if (lookahead == '=') ADVANCE(427); if (lookahead == '>') ADVANCE(442); END_STATE(); case 361: ACCEPT_TOKEN(anon_sym_DASH); if (lookahead == '-') ADVANCE(434); if (lookahead == '=') ADVANCE(427); if (lookahead == '>') ADVANCE(441); END_STATE(); case 362: ACCEPT_TOKEN(anon_sym_DASH); if (lookahead == '-') ADVANCE(434); if (lookahead == '>') ADVANCE(441); END_STATE(); case 363: ACCEPT_TOKEN(anon_sym_DASH); if (lookahead == '.') ADVANCE(263); if (lookahead == '0') ADVANCE(446); if (('1' <= lookahead && lookahead <= '9')) ADVANCE(448); END_STATE(); case 364: ACCEPT_TOKEN(anon_sym_DASH); if (lookahead == '=') ADVANCE(427); if (lookahead == '>') ADVANCE(225); END_STATE(); case 365: ACCEPT_TOKEN(anon_sym_PLUS); END_STATE(); case 366: ACCEPT_TOKEN(anon_sym_PLUS); if (lookahead == '+') ADVANCE(435); END_STATE(); case 367: ACCEPT_TOKEN(anon_sym_PLUS); if (lookahead == '+') ADVANCE(435); if (lookahead == '.') ADVANCE(263); if (lookahead == '0') ADVANCE(446); if (lookahead == '=') ADVANCE(426); if (('1' <= lookahead && lookahead <= '9')) ADVANCE(448); END_STATE(); case 368: ACCEPT_TOKEN(anon_sym_PLUS); if (lookahead == '+') ADVANCE(435); if (lookahead == '.') ADVANCE(263); if (lookahead == '0') ADVANCE(446); if (('1' <= lookahead && lookahead <= '9')) ADVANCE(448); END_STATE(); case 369: ACCEPT_TOKEN(anon_sym_PLUS); if (lookahead == '+') ADVANCE(435); if (lookahead == '=') ADVANCE(426); END_STATE(); case 370: ACCEPT_TOKEN(anon_sym_PLUS); if (lookahead == '.') ADVANCE(263); if (lookahead == '0') ADVANCE(446); if (('1' <= lookahead && lookahead <= '9')) ADVANCE(448); END_STATE(); case 371: ACCEPT_TOKEN(anon_sym_PLUS); if (lookahead == '=') ADVANCE(426); END_STATE(); case 372: ACCEPT_TOKEN(anon_sym_STAR); END_STATE(); case 373: ACCEPT_TOKEN(anon_sym_STAR); if (lookahead == '=') ADVANCE(423); END_STATE(); case 374: ACCEPT_TOKEN(anon_sym_SLASH); if (lookahead == '*') ADVANCE(227); if (lookahead == '/') ADVANCE(576); END_STATE(); case 375: ACCEPT_TOKEN(anon_sym_SLASH); if (lookahead == '*') ADVANCE(227); if (lookahead == '/') ADVANCE(576); if (lookahead == '=') ADVANCE(424); END_STATE(); case 376: ACCEPT_TOKEN(anon_sym_PERCENT); END_STATE(); case 377: ACCEPT_TOKEN(anon_sym_PERCENT); if (lookahead == '=') ADVANCE(425); END_STATE(); case 378: ACCEPT_TOKEN(anon_sym_PIPE_PIPE); END_STATE(); case 379: ACCEPT_TOKEN(anon_sym_AMP_AMP); END_STATE(); case 380: ACCEPT_TOKEN(anon_sym_PIPE); END_STATE(); case 381: ACCEPT_TOKEN(anon_sym_PIPE); if (lookahead == '=') ADVANCE(432); if (lookahead == '|') ADVANCE(378); END_STATE(); case 382: ACCEPT_TOKEN(anon_sym_PIPE); if (lookahead == '|') ADVANCE(378); END_STATE(); case 383: ACCEPT_TOKEN(anon_sym_CARET); END_STATE(); case 384: ACCEPT_TOKEN(anon_sym_CARET); if (lookahead == '=') ADVANCE(431); END_STATE(); case 385: ACCEPT_TOKEN(anon_sym_AMP); END_STATE(); case 386: ACCEPT_TOKEN(anon_sym_AMP); if (lookahead == '&') ADVANCE(379); END_STATE(); case 387: ACCEPT_TOKEN(anon_sym_AMP); if (lookahead == '&') ADVANCE(379); if (lookahead == '=') ADVANCE(430); END_STATE(); case 388: ACCEPT_TOKEN(anon_sym_EQ_EQ); END_STATE(); case 389: ACCEPT_TOKEN(anon_sym_BANG_EQ); END_STATE(); case 390: ACCEPT_TOKEN(anon_sym_GT); END_STATE(); case 391: ACCEPT_TOKEN(anon_sym_GT); if (lookahead == '=') ADVANCE(393); if (lookahead == '>') ADVANCE(403); END_STATE(); case 392: ACCEPT_TOKEN(anon_sym_GT); if (lookahead == '=') ADVANCE(393); if (lookahead == '>') ADVANCE(404); END_STATE(); case 393: ACCEPT_TOKEN(anon_sym_GT_EQ); END_STATE(); case 394: ACCEPT_TOKEN(anon_sym_LT_EQ); END_STATE(); case 395: ACCEPT_TOKEN(anon_sym_LT_EQ); if (lookahead == '>') ADVANCE(433); END_STATE(); case 396: ACCEPT_TOKEN(anon_sym_LT); END_STATE(); case 397: ACCEPT_TOKEN(anon_sym_LT); if (lookahead == '<') ADVANCE(402); if (lookahead == '=') ADVANCE(395); END_STATE(); case 398: ACCEPT_TOKEN(anon_sym_LT); if (lookahead == '<') ADVANCE(402); if (lookahead == '=') ADVANCE(394); END_STATE(); case 399: ACCEPT_TOKEN(anon_sym_LT); if (lookahead == '<') ADVANCE(401); if (lookahead == '=') ADVANCE(395); END_STATE(); case 400: ACCEPT_TOKEN(anon_sym_LT); if (lookahead == '<') ADVANCE(401); if (lookahead == '=') ADVANCE(394); END_STATE(); case 401: ACCEPT_TOKEN(anon_sym_LT_LT); END_STATE(); case 402: ACCEPT_TOKEN(anon_sym_LT_LT); if (lookahead == '=') ADVANCE(428); END_STATE(); case 403: ACCEPT_TOKEN(anon_sym_GT_GT); END_STATE(); case 404: ACCEPT_TOKEN(anon_sym_GT_GT); if (lookahead == '=') ADVANCE(429); END_STATE(); case 405: ACCEPT_TOKEN(anon_sym_SEMI); END_STATE(); case 406: ACCEPT_TOKEN(anon_sym_COLON_COLON); END_STATE(); case 407: ACCEPT_TOKEN(anon_sym_LBRACK_LBRACK); END_STATE(); case 408: ACCEPT_TOKEN(anon_sym_RBRACK_RBRACK); END_STATE(); case 409: ACCEPT_TOKEN(anon_sym_LBRACE); END_STATE(); case 410: ACCEPT_TOKEN(anon_sym_RBRACE); END_STATE(); case 411: ACCEPT_TOKEN(anon_sym_LBRACK); END_STATE(); case 412: ACCEPT_TOKEN(anon_sym_LBRACK); if (lookahead == '[') ADVANCE(407); END_STATE(); case 413: ACCEPT_TOKEN(anon_sym_LBRACK); if (lookahead == '[') ADVANCE(407); if (lookahead == ']') ADVANCE(591); END_STATE(); case 414: ACCEPT_TOKEN(anon_sym_LBRACK); if (lookahead == ']') ADVANCE(591); END_STATE(); case 415: ACCEPT_TOKEN(anon_sym_RBRACK); END_STATE(); case 416: ACCEPT_TOKEN(anon_sym_EQ); END_STATE(); case 417: ACCEPT_TOKEN(anon_sym_EQ); if (lookahead == '=') ADVANCE(388); END_STATE(); case 418: ACCEPT_TOKEN(sym_primitive_type); if (lookahead == '1') ADVANCE(510); if (lookahead == '3') ADVANCE(508); if (lookahead == '6') ADVANCE(509); if (lookahead == '8') ADVANCE(519); if (lookahead == '\\') ADVANCE(244); if (lookahead == 'p') ADVANCE(568); if (sym_identifier_character_set_11(lookahead)) ADVANCE(574); END_STATE(); case 419: ACCEPT_TOKEN(sym_primitive_type); if (lookahead == '\\') ADVANCE(244); if (sym_identifier_character_set_11(lookahead)) ADVANCE(574); END_STATE(); case 420: ACCEPT_TOKEN(anon_sym_COLON); END_STATE(); case 421: ACCEPT_TOKEN(anon_sym_COLON); if (lookahead == ':') ADVANCE(406); END_STATE(); case 422: ACCEPT_TOKEN(anon_sym_QMARK); END_STATE(); case 423: ACCEPT_TOKEN(anon_sym_STAR_EQ); END_STATE(); case 424: ACCEPT_TOKEN(anon_sym_SLASH_EQ); END_STATE(); case 425: ACCEPT_TOKEN(anon_sym_PERCENT_EQ); END_STATE(); case 426: ACCEPT_TOKEN(anon_sym_PLUS_EQ); END_STATE(); case 427: ACCEPT_TOKEN(anon_sym_DASH_EQ); END_STATE(); case 428: ACCEPT_TOKEN(anon_sym_LT_LT_EQ); END_STATE(); case 429: ACCEPT_TOKEN(anon_sym_GT_GT_EQ); END_STATE(); case 430: ACCEPT_TOKEN(anon_sym_AMP_EQ); END_STATE(); case 431: ACCEPT_TOKEN(anon_sym_CARET_EQ); END_STATE(); case 432: ACCEPT_TOKEN(anon_sym_PIPE_EQ); END_STATE(); case 433: ACCEPT_TOKEN(anon_sym_LT_EQ_GT); END_STATE(); case 434: ACCEPT_TOKEN(anon_sym_DASH_DASH); END_STATE(); case 435: ACCEPT_TOKEN(anon_sym_PLUS_PLUS); END_STATE(); case 436: ACCEPT_TOKEN(anon_sym_DOT); if (lookahead == '*') ADVANCE(588); if (lookahead == '.') ADVANCE(232); END_STATE(); case 437: ACCEPT_TOKEN(anon_sym_DOT); if (lookahead == '*') ADVANCE(588); if (lookahead == '.') ADVANCE(232); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(443); END_STATE(); case 438: ACCEPT_TOKEN(anon_sym_DOT); if (lookahead == '.') ADVANCE(232); END_STATE(); case 439: ACCEPT_TOKEN(anon_sym_DOT); if (lookahead == '.') ADVANCE(232); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(443); END_STATE(); case 440: ACCEPT_TOKEN(anon_sym_DOT); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(443); END_STATE(); case 441: ACCEPT_TOKEN(anon_sym_DASH_GT); END_STATE(); case 442: ACCEPT_TOKEN(anon_sym_DASH_GT); if (lookahead == '*') ADVANCE(589); END_STATE(); case 443: ACCEPT_TOKEN(sym_number_literal); if (lookahead == '\'') ADVANCE(263); if (lookahead == 'F' || lookahead == 'L' || lookahead == 'U' || lookahead == 'f' || lookahead == 'l' || lookahead == 'u') ADVANCE(457); if (lookahead == 'E' || lookahead == 'P' || lookahead == 'e' || lookahead == 'p') ADVANCE(456); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(443); END_STATE(); case 444: ACCEPT_TOKEN(sym_number_literal); if (lookahead == '\'') ADVANCE(264); if (lookahead == '.') ADVANCE(455); if (lookahead == 'F' || lookahead == 'f') ADVANCE(454); if (lookahead == 'L' || lookahead == 'U' || lookahead == 'l' || lookahead == 'u') ADVANCE(457); if (lookahead == 'b') ADVANCE(453); if (lookahead == 'x') ADVANCE(267); if (lookahead == 'E' || lookahead == 'e') ADVANCE(452); if (lookahead == 'P' || lookahead == 'p') ADVANCE(456); if (('A' <= lookahead && lookahead <= 'D') || ('a' <= lookahead && lookahead <= 'd')) ADVANCE(454); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(445); END_STATE(); case 445: ACCEPT_TOKEN(sym_number_literal); if (lookahead == '\'') ADVANCE(264); if (lookahead == '.') ADVANCE(455); if (lookahead == 'F' || lookahead == 'f') ADVANCE(454); if (lookahead == 'L' || lookahead == 'U' || lookahead == 'l' || lookahead == 'u') ADVANCE(457); if (lookahead == 'E' || lookahead == 'e') ADVANCE(452); if (lookahead == 'P' || lookahead == 'p') ADVANCE(456); if (('A' <= lookahead && lookahead <= 'D') || ('a' <= lookahead && lookahead <= 'd')) ADVANCE(454); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(445); END_STATE(); case 446: ACCEPT_TOKEN(sym_number_literal); if (lookahead == '\'') ADVANCE(262); if (lookahead == '.') ADVANCE(455); if (lookahead == 'F' || lookahead == 'L' || lookahead == 'U' || lookahead == 'f' || lookahead == 'l' || lookahead == 'u') ADVANCE(457); if (lookahead == 'b') ADVANCE(229); if (lookahead == 'x') ADVANCE(228); if (lookahead == 'E' || lookahead == 'P' || lookahead == 'e' || lookahead == 'p') ADVANCE(456); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(448); END_STATE(); case 447: ACCEPT_TOKEN(sym_number_literal); if (lookahead == '\'') ADVANCE(262); if (lookahead == '.') ADVANCE(455); if (lookahead == 'F' || lookahead == 'L' || lookahead == 'U' || lookahead == 'f' || lookahead == 'l' || lookahead == 'u') ADVANCE(457); if (lookahead == 'b') ADVANCE(262); if (lookahead == 'x') ADVANCE(267); if (lookahead == 'E' || lookahead == 'P' || lookahead == 'e' || lookahead == 'p') ADVANCE(456); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(448); END_STATE(); case 448: ACCEPT_TOKEN(sym_number_literal); if (lookahead == '\'') ADVANCE(262); if (lookahead == '.') ADVANCE(455); if (lookahead == 'F' || lookahead == 'L' || lookahead == 'U' || lookahead == 'f' || lookahead == 'l' || lookahead == 'u') ADVANCE(457); if (lookahead == 'E' || lookahead == 'P' || lookahead == 'e' || lookahead == 'p') ADVANCE(456); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(448); END_STATE(); case 449: ACCEPT_TOKEN(sym_number_literal); if (lookahead == '\'') ADVANCE(268); if (lookahead == 'F' || lookahead == 'f') ADVANCE(449); if (lookahead == 'L' || lookahead == 'U' || lookahead == 'l' || lookahead == 'u') ADVANCE(457); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'E') || ('a' <= lookahead && lookahead <= 'e')) ADVANCE(449); END_STATE(); case 450: ACCEPT_TOKEN(sym_number_literal); if (lookahead == '\'') ADVANCE(266); if (lookahead == 'F' || lookahead == 'f') ADVANCE(451); if (lookahead == 'L' || lookahead == 'U' || lookahead == 'l' || lookahead == 'u') ADVANCE(457); if (lookahead == '+' || lookahead == '-') ADVANCE(268); if (lookahead == 'E' || lookahead == 'e') ADVANCE(450); if (lookahead == 'P' || lookahead == 'p') ADVANCE(456); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'D') || ('a' <= lookahead && lookahead <= 'd')) ADVANCE(451); END_STATE(); case 451: ACCEPT_TOKEN(sym_number_literal); if (lookahead == '\'') ADVANCE(266); if (lookahead == 'F' || lookahead == 'f') ADVANCE(451); if (lookahead == 'L' || lookahead == 'U' || lookahead == 'l' || lookahead == 'u') ADVANCE(457); if (lookahead == 'E' || lookahead == 'e') ADVANCE(450); if (lookahead == 'P' || lookahead == 'p') ADVANCE(456); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'D') || ('a' <= lookahead && lookahead <= 'd')) ADVANCE(451); END_STATE(); case 452: ACCEPT_TOKEN(sym_number_literal); if (lookahead == '\'') ADVANCE(267); if (lookahead == '.') ADVANCE(455); if (lookahead == 'F' || lookahead == 'f') ADVANCE(454); if (lookahead == 'L' || lookahead == 'U' || lookahead == 'l' || lookahead == 'u') ADVANCE(457); if (lookahead == '+' || lookahead == '-') ADVANCE(268); if (lookahead == 'E' || lookahead == 'e') ADVANCE(452); if (lookahead == 'P' || lookahead == 'p') ADVANCE(456); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'D') || ('a' <= lookahead && lookahead <= 'd')) ADVANCE(454); END_STATE(); case 453: ACCEPT_TOKEN(sym_number_literal); if (lookahead == '\'') ADVANCE(267); if (lookahead == '.') ADVANCE(455); if (lookahead == 'F' || lookahead == 'f') ADVANCE(454); if (lookahead == 'L' || lookahead == 'U' || lookahead == 'l' || lookahead == 'u') ADVANCE(457); if (lookahead == 'E' || lookahead == 'e') ADVANCE(452); if (lookahead == 'P' || lookahead == 'p') ADVANCE(456); if (('A' <= lookahead && lookahead <= 'D') || ('a' <= lookahead && lookahead <= 'd')) ADVANCE(454); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(445); END_STATE(); case 454: ACCEPT_TOKEN(sym_number_literal); if (lookahead == '\'') ADVANCE(267); if (lookahead == '.') ADVANCE(455); if (lookahead == 'F' || lookahead == 'f') ADVANCE(454); if (lookahead == 'L' || lookahead == 'U' || lookahead == 'l' || lookahead == 'u') ADVANCE(457); if (lookahead == 'E' || lookahead == 'e') ADVANCE(452); if (lookahead == 'P' || lookahead == 'p') ADVANCE(456); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'D') || ('a' <= lookahead && lookahead <= 'd')) ADVANCE(454); END_STATE(); case 455: ACCEPT_TOKEN(sym_number_literal); if (lookahead == 'F' || lookahead == 'f') ADVANCE(451); if (lookahead == 'L' || lookahead == 'U' || lookahead == 'l' || lookahead == 'u') ADVANCE(457); if (lookahead == 'E' || lookahead == 'e') ADVANCE(450); if (lookahead == 'P' || lookahead == 'p') ADVANCE(456); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'D') || ('a' <= lookahead && lookahead <= 'd')) ADVANCE(451); END_STATE(); case 456: ACCEPT_TOKEN(sym_number_literal); if (lookahead == 'F' || lookahead == 'f') ADVANCE(449); if (lookahead == 'L' || lookahead == 'U' || lookahead == 'l' || lookahead == 'u') ADVANCE(457); if (lookahead == '+' || lookahead == '-') ADVANCE(268); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'E') || ('a' <= lookahead && lookahead <= 'e')) ADVANCE(449); END_STATE(); case 457: ACCEPT_TOKEN(sym_number_literal); if (lookahead == 'F' || lookahead == 'L' || lookahead == 'U' || lookahead == 'f' || lookahead == 'l' || lookahead == 'u') ADVANCE(457); END_STATE(); case 458: ACCEPT_TOKEN(anon_sym_L_SQUOTE); END_STATE(); case 459: ACCEPT_TOKEN(anon_sym_u_SQUOTE); END_STATE(); case 460: ACCEPT_TOKEN(anon_sym_U_SQUOTE); END_STATE(); case 461: ACCEPT_TOKEN(anon_sym_u8_SQUOTE); END_STATE(); case 462: ACCEPT_TOKEN(anon_sym_SQUOTE); END_STATE(); case 463: ACCEPT_TOKEN(aux_sym_char_literal_token1); END_STATE(); case 464: ACCEPT_TOKEN(aux_sym_char_literal_token1); if (lookahead == '\n') ADVANCE(478); if (lookahead == '\r') ADVANCE(477); if (lookahead == 'U') ADVANCE(283); if (lookahead == 'u') ADVANCE(275); if (lookahead == 'x') ADVANCE(271); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(480); if (lookahead != 0) ADVANCE(477); END_STATE(); case 465: ACCEPT_TOKEN(aux_sym_char_literal_token1); if (lookahead == '*') ADVANCE(227); if (lookahead == '/') ADVANCE(576); END_STATE(); case 466: ACCEPT_TOKEN(aux_sym_char_literal_token1); if (lookahead == '\\') ADVANCE(97); END_STATE(); case 467: ACCEPT_TOKEN(anon_sym_L_DQUOTE); END_STATE(); case 468: ACCEPT_TOKEN(anon_sym_u_DQUOTE); END_STATE(); case 469: ACCEPT_TOKEN(anon_sym_U_DQUOTE); END_STATE(); case 470: ACCEPT_TOKEN(anon_sym_u8_DQUOTE); END_STATE(); case 471: ACCEPT_TOKEN(anon_sym_DQUOTE); END_STATE(); case 472: ACCEPT_TOKEN(aux_sym_string_literal_token1); if (lookahead == '*') ADVANCE(474); if (lookahead == '/') ADVANCE(476); if (lookahead != 0 && lookahead != '\n' && lookahead != '"' && lookahead != '\\') ADVANCE(476); END_STATE(); case 473: ACCEPT_TOKEN(aux_sym_string_literal_token1); if (lookahead == '*') ADVANCE(473); if (lookahead == '/') ADVANCE(476); if (lookahead != 0 && lookahead != '\n' && lookahead != '"' && lookahead != '\\') ADVANCE(474); END_STATE(); case 474: ACCEPT_TOKEN(aux_sym_string_literal_token1); if (lookahead == '*') ADVANCE(473); if (lookahead != 0 && lookahead != '\n' && lookahead != '"' && lookahead != '\\') ADVANCE(474); END_STATE(); case 475: ACCEPT_TOKEN(aux_sym_string_literal_token1); if (lookahead == '/') ADVANCE(472); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(475); if (lookahead != 0 && lookahead != '\n' && lookahead != '"' && lookahead != '\\') ADVANCE(476); END_STATE(); case 476: ACCEPT_TOKEN(aux_sym_string_literal_token1); if (lookahead != 0 && lookahead != '\n' && lookahead != '"' && lookahead != '\\') ADVANCE(476); END_STATE(); case 477: ACCEPT_TOKEN(sym_escape_sequence); END_STATE(); case 478: ACCEPT_TOKEN(sym_escape_sequence); if (lookahead == '\\') ADVANCE(97); END_STATE(); case 479: ACCEPT_TOKEN(sym_escape_sequence); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(477); END_STATE(); case 480: ACCEPT_TOKEN(sym_escape_sequence); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(479); END_STATE(); case 481: ACCEPT_TOKEN(sym_system_lib_string); END_STATE(); case 482: ACCEPT_TOKEN(sym_system_lib_string); if (lookahead == '>') ADVANCE(481); if (lookahead == '\\') ADVANCE(243); if (lookahead != 0 && lookahead != '\n') ADVANCE(242); END_STATE(); case 483: ACCEPT_TOKEN(sym_true); if (lookahead == '\\') ADVANCE(244); if (sym_identifier_character_set_11(lookahead)) ADVANCE(574); END_STATE(); case 484: ACCEPT_TOKEN(sym_false); if (lookahead == '\\') ADVANCE(244); if (sym_identifier_character_set_11(lookahead)) ADVANCE(574); END_STATE(); case 485: ACCEPT_TOKEN(sym_identifier); if (lookahead == '"') ADVANCE(467); if (lookahead == '\'') ADVANCE(458); if (lookahead == 'R') ADVANCE(496); if (lookahead == '\\') ADVANCE(244); if (sym_identifier_character_set_11(lookahead)) ADVANCE(574); END_STATE(); case 486: ACCEPT_TOKEN(sym_identifier); if (lookahead == '"') ADVANCE(467); if (lookahead == 'R') ADVANCE(496); if (lookahead == '\\') ADVANCE(244); if (sym_identifier_character_set_11(lookahead)) ADVANCE(574); END_STATE(); case 487: ACCEPT_TOKEN(sym_identifier); if (lookahead == '"') ADVANCE(467); if (lookahead == '\\') ADVANCE(244); if (sym_identifier_character_set_11(lookahead)) ADVANCE(574); END_STATE(); case 488: ACCEPT_TOKEN(sym_identifier); if (lookahead == '"') ADVANCE(583); if (lookahead == '\\') ADVANCE(244); if (sym_identifier_character_set_11(lookahead)) ADVANCE(574); END_STATE(); case 489: ACCEPT_TOKEN(sym_identifier); if (lookahead == '"') ADVANCE(469); if (lookahead == '\'') ADVANCE(460); if (lookahead == 'R') ADVANCE(497); if (lookahead == '\\') ADVANCE(244); if (sym_identifier_character_set_11(lookahead)) ADVANCE(574); END_STATE(); case 490: ACCEPT_TOKEN(sym_identifier); if (lookahead == '"') ADVANCE(469); if (lookahead == 'R') ADVANCE(497); if (lookahead == '\\') ADVANCE(244); if (sym_identifier_character_set_11(lookahead)) ADVANCE(574); END_STATE(); case 491: ACCEPT_TOKEN(sym_identifier); if (lookahead == '"') ADVANCE(469); if (lookahead == '\\') ADVANCE(244); if (sym_identifier_character_set_11(lookahead)) ADVANCE(574); END_STATE(); case 492: ACCEPT_TOKEN(sym_identifier); if (lookahead == '"') ADVANCE(468); if (lookahead == '\'') ADVANCE(459); if (lookahead == '8') ADVANCE(498); if (lookahead == 'R') ADVANCE(501); if (lookahead == '\\') ADVANCE(244); if (lookahead == 'i') ADVANCE(552); if (sym_identifier_character_set_11(lookahead)) ADVANCE(574); END_STATE(); case 493: ACCEPT_TOKEN(sym_identifier); if (lookahead == '"') ADVANCE(468); if (lookahead == '8') ADVANCE(499); if (lookahead == 'R') ADVANCE(501); if (lookahead == '\\') ADVANCE(244); if (sym_identifier_character_set_11(lookahead)) ADVANCE(574); END_STATE(); case 494: ACCEPT_TOKEN(sym_identifier); if (lookahead == '"') ADVANCE(468); if (lookahead == '8') ADVANCE(500); if (lookahead == '\\') ADVANCE(244); if (lookahead == 'i') ADVANCE(552); if (sym_identifier_character_set_11(lookahead)) ADVANCE(574); END_STATE(); case 495: ACCEPT_TOKEN(sym_identifier); if (lookahead == '"') ADVANCE(468); if (lookahead == '8') ADVANCE(500); if (lookahead == '\\') ADVANCE(244); if (sym_identifier_character_set_11(lookahead)) ADVANCE(574); END_STATE(); case 496: ACCEPT_TOKEN(sym_identifier); if (lookahead == '"') ADVANCE(584); if (lookahead == '\\') ADVANCE(244); if (sym_identifier_character_set_11(lookahead)) ADVANCE(574); END_STATE(); case 497: ACCEPT_TOKEN(sym_identifier); if (lookahead == '"') ADVANCE(586); if (lookahead == '\\') ADVANCE(244); if (sym_identifier_character_set_11(lookahead)) ADVANCE(574); END_STATE(); case 498: ACCEPT_TOKEN(sym_identifier); if (lookahead == '"') ADVANCE(470); if (lookahead == '\'') ADVANCE(461); if (lookahead == 'R') ADVANCE(502); if (lookahead == '\\') ADVANCE(244); if (sym_identifier_character_set_11(lookahead)) ADVANCE(574); END_STATE(); case 499: ACCEPT_TOKEN(sym_identifier); if (lookahead == '"') ADVANCE(470); if (lookahead == 'R') ADVANCE(502); if (lookahead == '\\') ADVANCE(244); if (sym_identifier_character_set_11(lookahead)) ADVANCE(574); END_STATE(); case 500: ACCEPT_TOKEN(sym_identifier); if (lookahead == '"') ADVANCE(470); if (lookahead == '\\') ADVANCE(244); if (sym_identifier_character_set_11(lookahead)) ADVANCE(574); END_STATE(); case 501: ACCEPT_TOKEN(sym_identifier); if (lookahead == '"') ADVANCE(585); if (lookahead == '\\') ADVANCE(244); if (sym_identifier_character_set_11(lookahead)) ADVANCE(574); END_STATE(); case 502: ACCEPT_TOKEN(sym_identifier); if (lookahead == '"') ADVANCE(587); if (lookahead == '\\') ADVANCE(244); if (sym_identifier_character_set_11(lookahead)) ADVANCE(574); END_STATE(); case 503: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\'') ADVANCE(458); if (lookahead == '\\') ADVANCE(244); if (sym_identifier_character_set_11(lookahead)) ADVANCE(574); END_STATE(); case 504: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\'') ADVANCE(460); if (lookahead == '\\') ADVANCE(244); if (sym_identifier_character_set_11(lookahead)) ADVANCE(574); END_STATE(); case 505: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\'') ADVANCE(459); if (lookahead == '8') ADVANCE(506); if (lookahead == '\\') ADVANCE(244); if (sym_identifier_character_set_11(lookahead)) ADVANCE(574); END_STATE(); case 506: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\'') ADVANCE(461); if (lookahead == '\\') ADVANCE(244); if (sym_identifier_character_set_11(lookahead)) ADVANCE(574); END_STATE(); case 507: ACCEPT_TOKEN(sym_identifier); if (lookahead == '1') ADVANCE(510); if (lookahead == '3') ADVANCE(508); if (lookahead == '6') ADVANCE(509); if (lookahead == '8') ADVANCE(519); if (lookahead == '\\') ADVANCE(244); if (lookahead == 'p') ADVANCE(568); if (sym_identifier_character_set_11(lookahead)) ADVANCE(574); END_STATE(); case 508: ACCEPT_TOKEN(sym_identifier); if (lookahead == '2') ADVANCE(519); if (lookahead == '\\') ADVANCE(244); if (sym_identifier_character_set_11(lookahead)) ADVANCE(574); END_STATE(); case 509: ACCEPT_TOKEN(sym_identifier); if (lookahead == '4') ADVANCE(519); if (lookahead == '\\') ADVANCE(244); if (sym_identifier_character_set_11(lookahead)) ADVANCE(574); END_STATE(); case 510: ACCEPT_TOKEN(sym_identifier); if (lookahead == '6') ADVANCE(519); if (lookahead == '\\') ADVANCE(244); if (sym_identifier_character_set_11(lookahead)) ADVANCE(574); END_STATE(); case 511: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A') ADVANCE(514); if (lookahead == '\\') ADVANCE(244); if (sym_identifier_character_set_12(lookahead)) ADVANCE(574); END_STATE(); case 512: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E') ADVANCE(483); if (lookahead == '\\') ADVANCE(244); if (sym_identifier_character_set_11(lookahead)) ADVANCE(574); END_STATE(); case 513: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E') ADVANCE(484); if (lookahead == '\\') ADVANCE(244); if (sym_identifier_character_set_11(lookahead)) ADVANCE(574); END_STATE(); case 514: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'L') ADVANCE(516); if (lookahead == '\\') ADVANCE(244); if (sym_identifier_character_set_11(lookahead)) ADVANCE(574); END_STATE(); case 515: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'R') ADVANCE(517); if (lookahead == '\\') ADVANCE(244); if (sym_identifier_character_set_11(lookahead)) ADVANCE(574); END_STATE(); case 516: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'S') ADVANCE(513); if (lookahead == '\\') ADVANCE(244); if (sym_identifier_character_set_11(lookahead)) ADVANCE(574); END_STATE(); case 517: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'U') ADVANCE(512); if (lookahead == '\\') ADVANCE(244); if (sym_identifier_character_set_11(lookahead)) ADVANCE(574); END_STATE(); case 518: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(244); if (lookahead == '_') ADVANCE(525); if (sym_identifier_character_set_13(lookahead)) ADVANCE(574); END_STATE(); case 519: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(244); if (lookahead == '_') ADVANCE(565); if (sym_identifier_character_set_13(lookahead)) ADVANCE(574); END_STATE(); case 520: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(244); if (lookahead == 'a') ADVANCE(543); if (lookahead == 'l') ADVANCE(555); if (sym_identifier_character_set_14(lookahead)) ADVANCE(574); END_STATE(); case 521: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(244); if (lookahead == 'a') ADVANCE(543); if (sym_identifier_character_set_14(lookahead)) ADVANCE(574); END_STATE(); case 522: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(244); if (lookahead == 'a') ADVANCE(572); if (sym_identifier_character_set_14(lookahead)) ADVANCE(574); END_STATE(); case 523: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(244); if (lookahead == 'a') ADVANCE(559); if (sym_identifier_character_set_14(lookahead)) ADVANCE(574); END_STATE(); case 524: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(244); if (lookahead == 'a') ADVANCE(565); if (sym_identifier_character_set_14(lookahead)) ADVANCE(574); END_STATE(); case 525: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(244); if (lookahead == 'a') ADVANCE(547); if (sym_identifier_character_set_14(lookahead)) ADVANCE(574); END_STATE(); case 526: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(244); if (lookahead == 'b') ADVANCE(548); if (sym_identifier_character_set_11(lookahead)) ADVANCE(574); END_STATE(); case 527: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(244); if (lookahead == 'd') ADVANCE(419); if (sym_identifier_character_set_11(lookahead)) ADVANCE(574); END_STATE(); case 528: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(244); if (lookahead == 'd') ADVANCE(539); if (sym_identifier_character_set_11(lookahead)) ADVANCE(574); END_STATE(); case 529: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(244); if (lookahead == 'e') ADVANCE(483); if (sym_identifier_character_set_11(lookahead)) ADVANCE(574); END_STATE(); case 530: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(244); if (lookahead == 'e') ADVANCE(419); if (sym_identifier_character_set_11(lookahead)) ADVANCE(574); END_STATE(); case 531: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(244); if (lookahead == 'e') ADVANCE(484); if (sym_identifier_character_set_11(lookahead)) ADVANCE(574); END_STATE(); case 532: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(244); if (lookahead == 'e') ADVANCE(519); if (sym_identifier_character_set_11(lookahead)) ADVANCE(574); END_STATE(); case 533: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(244); if (lookahead == 'f') ADVANCE(519); if (sym_identifier_character_set_11(lookahead)) ADVANCE(574); END_STATE(); case 534: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(244); if (lookahead == 'f') ADVANCE(533); if (sym_identifier_character_set_11(lookahead)) ADVANCE(574); END_STATE(); case 535: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(244); if (lookahead == 'g') ADVANCE(551); if (sym_identifier_character_set_11(lookahead)) ADVANCE(574); END_STATE(); case 536: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(244); if (lookahead == 'h') ADVANCE(523); if (sym_identifier_character_set_11(lookahead)) ADVANCE(574); END_STATE(); case 537: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(244); if (lookahead == 'i') ADVANCE(573); if (lookahead == 's') ADVANCE(538); if (sym_identifier_character_set_11(lookahead)) ADVANCE(574); END_STATE(); case 538: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(244); if (lookahead == 'i') ADVANCE(573); if (sym_identifier_character_set_11(lookahead)) ADVANCE(574); END_STATE(); case 539: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(244); if (lookahead == 'i') ADVANCE(534); if (sym_identifier_character_set_11(lookahead)) ADVANCE(574); END_STATE(); case 540: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(244); if (lookahead == 'i') ADVANCE(535); if (sym_identifier_character_set_11(lookahead)) ADVANCE(574); END_STATE(); case 541: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(244); if (lookahead == 'i') ADVANCE(527); if (sym_identifier_character_set_11(lookahead)) ADVANCE(574); END_STATE(); case 542: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(244); if (lookahead == 'i') ADVANCE(552); if (sym_identifier_character_set_11(lookahead)) ADVANCE(574); END_STATE(); case 543: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(244); if (lookahead == 'l') ADVANCE(563); if (sym_identifier_character_set_11(lookahead)) ADVANCE(574); END_STATE(); case 544: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(244); if (lookahead == 'l') ADVANCE(419); if (sym_identifier_character_set_11(lookahead)) ADVANCE(574); END_STATE(); case 545: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(244); if (lookahead == 'l') ADVANCE(558); if (sym_identifier_character_set_11(lookahead)) ADVANCE(574); END_STATE(); case 546: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(244); if (lookahead == 'l') ADVANCE(545); if (sym_identifier_character_set_11(lookahead)) ADVANCE(574); END_STATE(); case 547: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(244); if (lookahead == 'l') ADVANCE(540); if (sym_identifier_character_set_11(lookahead)) ADVANCE(574); END_STATE(); case 548: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(244); if (lookahead == 'l') ADVANCE(530); if (sym_identifier_character_set_11(lookahead)) ADVANCE(574); END_STATE(); case 549: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(244); if (lookahead == 'l') ADVANCE(555); if (sym_identifier_character_set_11(lookahead)) ADVANCE(574); END_STATE(); case 550: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(244); if (lookahead == 'n') ADVANCE(564); if (sym_identifier_character_set_11(lookahead)) ADVANCE(574); END_STATE(); case 551: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(244); if (lookahead == 'n') ADVANCE(519); if (sym_identifier_character_set_11(lookahead)) ADVANCE(574); END_STATE(); case 552: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(244); if (lookahead == 'n') ADVANCE(566); if (sym_identifier_character_set_11(lookahead)) ADVANCE(574); END_STATE(); case 553: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(244); if (lookahead == 'o') ADVANCE(569); if (sym_identifier_character_set_11(lookahead)) ADVANCE(574); END_STATE(); case 554: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(244); if (lookahead == 'o') ADVANCE(541); if (sym_identifier_character_set_11(lookahead)) ADVANCE(574); END_STATE(); case 555: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(244); if (lookahead == 'o') ADVANCE(524); if (sym_identifier_character_set_11(lookahead)) ADVANCE(574); END_STATE(); case 556: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(244); if (lookahead == 'o') ADVANCE(544); if (sym_identifier_character_set_11(lookahead)) ADVANCE(574); END_STATE(); case 557: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(244); if (lookahead == 'o') ADVANCE(556); if (sym_identifier_character_set_11(lookahead)) ADVANCE(574); END_STATE(); case 558: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(244); if (lookahead == 'p') ADVANCE(568); if (sym_identifier_character_set_11(lookahead)) ADVANCE(574); END_STATE(); case 559: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(244); if (lookahead == 'r') ADVANCE(418); if (sym_identifier_character_set_11(lookahead)) ADVANCE(574); END_STATE(); case 560: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(244); if (lookahead == 'r') ADVANCE(528); if (sym_identifier_character_set_11(lookahead)) ADVANCE(574); END_STATE(); case 561: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(244); if (lookahead == 'r') ADVANCE(519); if (sym_identifier_character_set_11(lookahead)) ADVANCE(574); END_STATE(); case 562: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(244); if (lookahead == 'r') ADVANCE(571); if (sym_identifier_character_set_11(lookahead)) ADVANCE(574); END_STATE(); case 563: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(244); if (lookahead == 's') ADVANCE(531); if (sym_identifier_character_set_11(lookahead)) ADVANCE(574); END_STATE(); case 564: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(244); if (lookahead == 't') ADVANCE(418); if (sym_identifier_character_set_11(lookahead)) ADVANCE(574); END_STATE(); case 565: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(244); if (lookahead == 't') ADVANCE(419); if (sym_identifier_character_set_11(lookahead)) ADVANCE(574); END_STATE(); case 566: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(244); if (lookahead == 't') ADVANCE(507); if (sym_identifier_character_set_11(lookahead)) ADVANCE(574); END_STATE(); case 567: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(244); if (lookahead == 't') ADVANCE(560); if (sym_identifier_character_set_11(lookahead)) ADVANCE(574); END_STATE(); case 568: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(244); if (lookahead == 't') ADVANCE(561); if (sym_identifier_character_set_11(lookahead)) ADVANCE(574); END_STATE(); case 569: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(244); if (lookahead == 'u') ADVANCE(526); if (sym_identifier_character_set_11(lookahead)) ADVANCE(574); END_STATE(); case 570: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(244); if (lookahead == 'u') ADVANCE(546); if (sym_identifier_character_set_11(lookahead)) ADVANCE(574); END_STATE(); case 571: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(244); if (lookahead == 'u') ADVANCE(529); if (sym_identifier_character_set_11(lookahead)) ADVANCE(574); END_STATE(); case 572: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(244); if (lookahead == 'x') ADVANCE(518); if (sym_identifier_character_set_11(lookahead)) ADVANCE(574); END_STATE(); case 573: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(244); if (lookahead == 'z') ADVANCE(532); if (sym_identifier_character_set_15(lookahead)) ADVANCE(574); END_STATE(); case 574: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(244); if (sym_identifier_character_set_11(lookahead)) ADVANCE(574); END_STATE(); case 575: ACCEPT_TOKEN(sym_comment); END_STATE(); case 576: ACCEPT_TOKEN(sym_comment); if (lookahead == '\\') ADVANCE(284); if (lookahead != 0 && lookahead != '\n') ADVANCE(576); END_STATE(); case 577: ACCEPT_TOKEN(sym_comment); if (lookahead == '\\') ADVANCE(314); if (lookahead != 0 && lookahead != '\n') ADVANCE(577); END_STATE(); case 578: ACCEPT_TOKEN(sym_comment); if (lookahead != 0 && lookahead != '\r' && lookahead != '\\') ADVANCE(576); if (lookahead == '\r') ADVANCE(580); if (lookahead == '\\') ADVANCE(578); END_STATE(); case 579: ACCEPT_TOKEN(sym_comment); if (lookahead != 0 && lookahead != '\r' && lookahead != '\\') ADVANCE(577); if (lookahead == '\r') ADVANCE(581); if (lookahead == '\\') ADVANCE(579); END_STATE(); case 580: ACCEPT_TOKEN(sym_comment); if (lookahead != 0 && lookahead != '\\') ADVANCE(576); if (lookahead == '\\') ADVANCE(284); END_STATE(); case 581: ACCEPT_TOKEN(sym_comment); if (lookahead != 0 && lookahead != '\\') ADVANCE(577); if (lookahead == '\\') ADVANCE(314); END_STATE(); case 582: ACCEPT_TOKEN(anon_sym_GT2); END_STATE(); case 583: ACCEPT_TOKEN(anon_sym_R_DQUOTE); END_STATE(); case 584: ACCEPT_TOKEN(anon_sym_LR_DQUOTE); END_STATE(); case 585: ACCEPT_TOKEN(anon_sym_uR_DQUOTE); END_STATE(); case 586: ACCEPT_TOKEN(anon_sym_UR_DQUOTE); END_STATE(); case 587: ACCEPT_TOKEN(anon_sym_u8R_DQUOTE); END_STATE(); case 588: ACCEPT_TOKEN(anon_sym_DOT_STAR); END_STATE(); case 589: ACCEPT_TOKEN(anon_sym_DASH_GT_STAR); END_STATE(); case 590: ACCEPT_TOKEN(anon_sym_LPAREN_RPAREN); END_STATE(); case 591: ACCEPT_TOKEN(anon_sym_LBRACK_RBRACK); END_STATE(); case 592: ACCEPT_TOKEN(anon_sym_DQUOTE_DQUOTE); END_STATE(); case 593: ACCEPT_TOKEN(sym_literal_suffix); if (lookahead == '"') ADVANCE(467); if (lookahead == 'R') ADVANCE(597); if (lookahead == '\\') ADVANCE(244); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(602); if (sym_identifier_character_set_16(lookahead)) ADVANCE(574); END_STATE(); case 594: ACCEPT_TOKEN(sym_literal_suffix); if (lookahead == '"') ADVANCE(583); if (lookahead == '\\') ADVANCE(244); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(602); if (sym_identifier_character_set_16(lookahead)) ADVANCE(574); END_STATE(); case 595: ACCEPT_TOKEN(sym_literal_suffix); if (lookahead == '"') ADVANCE(469); if (lookahead == 'R') ADVANCE(598); if (lookahead == '\\') ADVANCE(244); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(602); if (sym_identifier_character_set_16(lookahead)) ADVANCE(574); END_STATE(); case 596: ACCEPT_TOKEN(sym_literal_suffix); if (lookahead == '"') ADVANCE(468); if (lookahead == '8') ADVANCE(599); if (lookahead == 'R') ADVANCE(600); if (lookahead == '\\') ADVANCE(244); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(602); if (sym_identifier_character_set_16(lookahead)) ADVANCE(574); END_STATE(); case 597: ACCEPT_TOKEN(sym_literal_suffix); if (lookahead == '"') ADVANCE(584); if (lookahead == '\\') ADVANCE(244); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(602); if (sym_identifier_character_set_16(lookahead)) ADVANCE(574); END_STATE(); case 598: ACCEPT_TOKEN(sym_literal_suffix); if (lookahead == '"') ADVANCE(586); if (lookahead == '\\') ADVANCE(244); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(602); if (sym_identifier_character_set_16(lookahead)) ADVANCE(574); END_STATE(); case 599: ACCEPT_TOKEN(sym_literal_suffix); if (lookahead == '"') ADVANCE(470); if (lookahead == 'R') ADVANCE(601); if (lookahead == '\\') ADVANCE(244); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(602); if (sym_identifier_character_set_16(lookahead)) ADVANCE(574); END_STATE(); case 600: ACCEPT_TOKEN(sym_literal_suffix); if (lookahead == '"') ADVANCE(585); if (lookahead == '\\') ADVANCE(244); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(602); if (sym_identifier_character_set_16(lookahead)) ADVANCE(574); END_STATE(); case 601: ACCEPT_TOKEN(sym_literal_suffix); if (lookahead == '"') ADVANCE(587); if (lookahead == '\\') ADVANCE(244); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(602); if (sym_identifier_character_set_16(lookahead)) ADVANCE(574); END_STATE(); case 602: ACCEPT_TOKEN(sym_literal_suffix); if (lookahead == '\\') ADVANCE(244); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(602); if (sym_identifier_character_set_16(lookahead)) ADVANCE(574); END_STATE(); default: return false; } } static bool ts_lex_keywords(TSLexer *lexer, TSStateId state) { START_LEXER(); eof = lexer->eof(lexer); switch (state) { case 0: if (lookahead == 'N') ADVANCE(1); if (lookahead == '\\') SKIP(2) if (lookahead == '_') ADVANCE(3); if (lookahead == 'a') ADVANCE(4); if (lookahead == 'b') ADVANCE(5); if (lookahead == 'c') ADVANCE(6); if (lookahead == 'd') ADVANCE(7); if (lookahead == 'e') ADVANCE(8); if (lookahead == 'f') ADVANCE(9); if (lookahead == 'g') ADVANCE(10); if (lookahead == 'i') ADVANCE(11); if (lookahead == 'l') ADVANCE(12); if (lookahead == 'm') ADVANCE(13); if (lookahead == 'n') ADVANCE(14); if (lookahead == 'o') ADVANCE(15); if (lookahead == 'p') ADVANCE(16); if (lookahead == 'r') ADVANCE(17); if (lookahead == 's') ADVANCE(18); if (lookahead == 't') ADVANCE(19); if (lookahead == 'u') ADVANCE(20); if (lookahead == 'v') ADVANCE(21); if (lookahead == 'w') ADVANCE(22); if (lookahead == 'x') ADVANCE(23); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(0) END_STATE(); case 1: if (lookahead == 'U') ADVANCE(24); END_STATE(); case 2: if (lookahead == '\n') SKIP(0) if (lookahead == '\r') SKIP(25) END_STATE(); case 3: if (lookahead == 'A') ADVANCE(26); if (lookahead == 'G') ADVANCE(27); if (lookahead == 'N') ADVANCE(28); if (lookahead == '_') ADVANCE(29); if (lookahead == 'u') ADVANCE(30); END_STATE(); case 4: if (lookahead == 'n') ADVANCE(31); if (lookahead == 's') ADVANCE(32); if (lookahead == 'u') ADVANCE(33); END_STATE(); case 5: if (lookahead == 'i') ADVANCE(34); if (lookahead == 'r') ADVANCE(35); END_STATE(); case 6: if (lookahead == 'a') ADVANCE(36); if (lookahead == 'l') ADVANCE(37); if (lookahead == 'o') ADVANCE(38); END_STATE(); case 7: if (lookahead == 'e') ADVANCE(39); if (lookahead == 'o') ADVANCE(40); END_STATE(); case 8: if (lookahead == 'l') ADVANCE(41); if (lookahead == 'n') ADVANCE(42); if (lookahead == 'x') ADVANCE(43); END_STATE(); case 9: if (lookahead == 'i') ADVANCE(44); if (lookahead == 'o') ADVANCE(45); if (lookahead == 'r') ADVANCE(46); END_STATE(); case 10: if (lookahead == 'o') ADVANCE(47); END_STATE(); case 11: if (lookahead == 'f') ADVANCE(48); if (lookahead == 'n') ADVANCE(49); END_STATE(); case 12: if (lookahead == 'o') ADVANCE(50); END_STATE(); case 13: if (lookahead == 'u') ADVANCE(51); END_STATE(); case 14: if (lookahead == 'a') ADVANCE(52); if (lookahead == 'e') ADVANCE(53); if (lookahead == 'o') ADVANCE(54); if (lookahead == 'u') ADVANCE(55); END_STATE(); case 15: if (lookahead == 'f') ADVANCE(56); if (lookahead == 'p') ADVANCE(57); if (lookahead == 'r') ADVANCE(58); if (lookahead == 'v') ADVANCE(59); END_STATE(); case 16: if (lookahead == 'r') ADVANCE(60); if (lookahead == 'u') ADVANCE(61); END_STATE(); case 17: if (lookahead == 'e') ADVANCE(62); END_STATE(); case 18: if (lookahead == 'h') ADVANCE(63); if (lookahead == 'i') ADVANCE(64); if (lookahead == 't') ADVANCE(65); if (lookahead == 'w') ADVANCE(66); END_STATE(); case 19: if (lookahead == 'e') ADVANCE(67); if (lookahead == 'h') ADVANCE(68); if (lookahead == 'r') ADVANCE(69); if (lookahead == 'y') ADVANCE(70); END_STATE(); case 20: if (lookahead == 'n') ADVANCE(71); if (lookahead == 's') ADVANCE(72); END_STATE(); case 21: if (lookahead == 'i') ADVANCE(73); if (lookahead == 'o') ADVANCE(74); END_STATE(); case 22: if (lookahead == 'h') ADVANCE(75); END_STATE(); case 23: if (lookahead == 'o') ADVANCE(76); END_STATE(); case 24: if (lookahead == 'L') ADVANCE(77); END_STATE(); case 25: if (lookahead == '\n') SKIP(0) END_STATE(); case 26: if (lookahead == 't') ADVANCE(78); END_STATE(); case 27: if (lookahead == 'e') ADVANCE(79); END_STATE(); case 28: if (lookahead == 'o') ADVANCE(80); END_STATE(); case 29: if (lookahead == 'a') ADVANCE(81); if (lookahead == 'b') ADVANCE(82); if (lookahead == 'c') ADVANCE(83); if (lookahead == 'd') ADVANCE(84); if (lookahead == 'f') ADVANCE(85); if (lookahead == 'r') ADVANCE(86); if (lookahead == 's') ADVANCE(87); if (lookahead == 't') ADVANCE(88); if (lookahead == 'u') ADVANCE(89); if (lookahead == 'v') ADVANCE(90); END_STATE(); case 30: if (lookahead == 'n') ADVANCE(91); END_STATE(); case 31: if (lookahead == 'd') ADVANCE(92); END_STATE(); case 32: if (lookahead == 'm') ADVANCE(93); END_STATE(); case 33: if (lookahead == 't') ADVANCE(94); END_STATE(); case 34: if (lookahead == 't') ADVANCE(95); END_STATE(); case 35: if (lookahead == 'e') ADVANCE(96); END_STATE(); case 36: if (lookahead == 's') ADVANCE(97); if (lookahead == 't') ADVANCE(98); END_STATE(); case 37: if (lookahead == 'a') ADVANCE(99); END_STATE(); case 38: if (lookahead == '_') ADVANCE(100); if (lookahead == 'm') ADVANCE(101); if (lookahead == 'n') ADVANCE(102); END_STATE(); case 39: if (lookahead == 'c') ADVANCE(103); if (lookahead == 'f') ADVANCE(104); if (lookahead == 'l') ADVANCE(105); END_STATE(); case 40: ACCEPT_TOKEN(anon_sym_do); END_STATE(); case 41: if (lookahead == 's') ADVANCE(106); END_STATE(); case 42: if (lookahead == 'u') ADVANCE(107); END_STATE(); case 43: if (lookahead == 'p') ADVANCE(108); if (lookahead == 't') ADVANCE(109); END_STATE(); case 44: if (lookahead == 'n') ADVANCE(110); END_STATE(); case 45: if (lookahead == 'r') ADVANCE(111); END_STATE(); case 46: if (lookahead == 'i') ADVANCE(112); END_STATE(); case 47: if (lookahead == 't') ADVANCE(113); END_STATE(); case 48: ACCEPT_TOKEN(anon_sym_if); END_STATE(); case 49: if (lookahead == 'l') ADVANCE(114); END_STATE(); case 50: if (lookahead == 'n') ADVANCE(115); END_STATE(); case 51: if (lookahead == 't') ADVANCE(116); END_STATE(); case 52: if (lookahead == 'm') ADVANCE(117); END_STATE(); case 53: if (lookahead == 'w') ADVANCE(118); END_STATE(); case 54: if (lookahead == 'e') ADVANCE(119); if (lookahead == 'r') ADVANCE(120); if (lookahead == 't') ADVANCE(121); END_STATE(); case 55: if (lookahead == 'l') ADVANCE(122); END_STATE(); case 56: if (lookahead == 'f') ADVANCE(123); END_STATE(); case 57: if (lookahead == 'e') ADVANCE(124); END_STATE(); case 58: ACCEPT_TOKEN(anon_sym_or); if (lookahead == '_') ADVANCE(125); END_STATE(); case 59: if (lookahead == 'e') ADVANCE(126); END_STATE(); case 60: if (lookahead == 'i') ADVANCE(127); if (lookahead == 'o') ADVANCE(128); END_STATE(); case 61: if (lookahead == 'b') ADVANCE(129); END_STATE(); case 62: if (lookahead == 'g') ADVANCE(130); if (lookahead == 'q') ADVANCE(131); if (lookahead == 's') ADVANCE(132); if (lookahead == 't') ADVANCE(133); END_STATE(); case 63: if (lookahead == 'o') ADVANCE(134); END_STATE(); case 64: if (lookahead == 'g') ADVANCE(135); if (lookahead == 'z') ADVANCE(136); END_STATE(); case 65: if (lookahead == 'a') ADVANCE(137); if (lookahead == 'r') ADVANCE(138); END_STATE(); case 66: if (lookahead == 'i') ADVANCE(139); END_STATE(); case 67: if (lookahead == 'm') ADVANCE(140); END_STATE(); case 68: if (lookahead == 'i') ADVANCE(141); if (lookahead == 'r') ADVANCE(142); END_STATE(); case 69: if (lookahead == 'y') ADVANCE(143); END_STATE(); case 70: if (lookahead == 'p') ADVANCE(144); END_STATE(); case 71: if (lookahead == 'i') ADVANCE(145); if (lookahead == 's') ADVANCE(146); END_STATE(); case 72: if (lookahead == 'i') ADVANCE(147); END_STATE(); case 73: if (lookahead == 'r') ADVANCE(148); END_STATE(); case 74: if (lookahead == 'l') ADVANCE(149); END_STATE(); case 75: if (lookahead == 'i') ADVANCE(150); END_STATE(); case 76: if (lookahead == 'r') ADVANCE(151); END_STATE(); case 77: if (lookahead == 'L') ADVANCE(152); END_STATE(); case 78: if (lookahead == 'o') ADVANCE(153); END_STATE(); case 79: if (lookahead == 'n') ADVANCE(154); END_STATE(); case 80: if (lookahead == 'r') ADVANCE(155); END_STATE(); case 81: if (lookahead == 's') ADVANCE(156); if (lookahead == 't') ADVANCE(157); END_STATE(); case 82: if (lookahead == 'a') ADVANCE(158); END_STATE(); case 83: if (lookahead == 'd') ADVANCE(159); if (lookahead == 'l') ADVANCE(160); END_STATE(); case 84: if (lookahead == 'e') ADVANCE(161); END_STATE(); case 85: if (lookahead == 'a') ADVANCE(162); END_STATE(); case 86: if (lookahead == 'e') ADVANCE(163); END_STATE(); case 87: if (lookahead == 'p') ADVANCE(164); if (lookahead == 't') ADVANCE(165); END_STATE(); case 88: if (lookahead == 'h') ADVANCE(166); END_STATE(); case 89: if (lookahead == 'n') ADVANCE(167); if (lookahead == 'p') ADVANCE(168); END_STATE(); case 90: if (lookahead == 'e') ADVANCE(169); END_STATE(); case 91: if (lookahead == 'a') ADVANCE(170); END_STATE(); case 92: ACCEPT_TOKEN(anon_sym_and); if (lookahead == '_') ADVANCE(171); END_STATE(); case 93: ACCEPT_TOKEN(anon_sym_asm); END_STATE(); case 94: if (lookahead == 'o') ADVANCE(172); END_STATE(); case 95: if (lookahead == 'a') ADVANCE(173); if (lookahead == 'o') ADVANCE(174); END_STATE(); case 96: if (lookahead == 'a') ADVANCE(175); END_STATE(); case 97: if (lookahead == 'e') ADVANCE(176); END_STATE(); case 98: if (lookahead == 'c') ADVANCE(177); END_STATE(); case 99: if (lookahead == 's') ADVANCE(178); END_STATE(); case 100: if (lookahead == 'a') ADVANCE(179); if (lookahead == 'r') ADVANCE(180); if (lookahead == 'y') ADVANCE(181); END_STATE(); case 101: if (lookahead == 'p') ADVANCE(182); END_STATE(); case 102: if (lookahead == 'c') ADVANCE(183); if (lookahead == 's') ADVANCE(184); if (lookahead == 't') ADVANCE(185); END_STATE(); case 103: if (lookahead == 'l') ADVANCE(186); END_STATE(); case 104: if (lookahead == 'a') ADVANCE(187); if (lookahead == 'i') ADVANCE(188); END_STATE(); case 105: if (lookahead == 'e') ADVANCE(189); END_STATE(); case 106: if (lookahead == 'e') ADVANCE(190); END_STATE(); case 107: if (lookahead == 'm') ADVANCE(191); END_STATE(); case 108: if (lookahead == 'l') ADVANCE(192); END_STATE(); case 109: if (lookahead == 'e') ADVANCE(193); END_STATE(); case 110: if (lookahead == 'a') ADVANCE(194); END_STATE(); case 111: ACCEPT_TOKEN(anon_sym_for); END_STATE(); case 112: if (lookahead == 'e') ADVANCE(195); END_STATE(); case 113: if (lookahead == 'o') ADVANCE(196); END_STATE(); case 114: if (lookahead == 'i') ADVANCE(197); END_STATE(); case 115: if (lookahead == 'g') ADVANCE(198); END_STATE(); case 116: if (lookahead == 'a') ADVANCE(199); END_STATE(); case 117: if (lookahead == 'e') ADVANCE(200); END_STATE(); case 118: ACCEPT_TOKEN(anon_sym_new); END_STATE(); case 119: if (lookahead == 'x') ADVANCE(201); END_STATE(); case 120: if (lookahead == 'e') ADVANCE(202); END_STATE(); case 121: ACCEPT_TOKEN(anon_sym_not); if (lookahead == '_') ADVANCE(203); END_STATE(); case 122: if (lookahead == 'l') ADVANCE(204); END_STATE(); case 123: if (lookahead == 's') ADVANCE(205); END_STATE(); case 124: if (lookahead == 'r') ADVANCE(206); END_STATE(); case 125: if (lookahead == 'e') ADVANCE(207); END_STATE(); case 126: if (lookahead == 'r') ADVANCE(208); END_STATE(); case 127: if (lookahead == 'v') ADVANCE(209); END_STATE(); case 128: if (lookahead == 't') ADVANCE(210); END_STATE(); case 129: if (lookahead == 'l') ADVANCE(211); END_STATE(); case 130: if (lookahead == 'i') ADVANCE(212); END_STATE(); case 131: if (lookahead == 'u') ADVANCE(213); END_STATE(); case 132: if (lookahead == 't') ADVANCE(214); END_STATE(); case 133: if (lookahead == 'u') ADVANCE(215); END_STATE(); case 134: if (lookahead == 'r') ADVANCE(216); END_STATE(); case 135: if (lookahead == 'n') ADVANCE(217); END_STATE(); case 136: if (lookahead == 'e') ADVANCE(218); END_STATE(); case 137: if (lookahead == 't') ADVANCE(219); END_STATE(); case 138: if (lookahead == 'u') ADVANCE(220); END_STATE(); case 139: if (lookahead == 't') ADVANCE(221); END_STATE(); case 140: if (lookahead == 'p') ADVANCE(222); END_STATE(); case 141: if (lookahead == 's') ADVANCE(223); END_STATE(); case 142: if (lookahead == 'e') ADVANCE(224); if (lookahead == 'o') ADVANCE(225); END_STATE(); case 143: ACCEPT_TOKEN(anon_sym_try); END_STATE(); case 144: if (lookahead == 'e') ADVANCE(226); END_STATE(); case 145: if (lookahead == 'o') ADVANCE(227); END_STATE(); case 146: if (lookahead == 'i') ADVANCE(228); END_STATE(); case 147: if (lookahead == 'n') ADVANCE(229); END_STATE(); case 148: if (lookahead == 't') ADVANCE(230); END_STATE(); case 149: if (lookahead == 'a') ADVANCE(231); END_STATE(); case 150: if (lookahead == 'l') ADVANCE(232); END_STATE(); case 151: ACCEPT_TOKEN(anon_sym_xor); if (lookahead == '_') ADVANCE(233); END_STATE(); case 152: ACCEPT_TOKEN(anon_sym_NULL); END_STATE(); case 153: if (lookahead == 'm') ADVANCE(234); END_STATE(); case 154: if (lookahead == 'e') ADVANCE(235); END_STATE(); case 155: if (lookahead == 'e') ADVANCE(236); END_STATE(); case 156: if (lookahead == 'm') ADVANCE(237); END_STATE(); case 157: if (lookahead == 't') ADVANCE(238); END_STATE(); case 158: if (lookahead == 's') ADVANCE(239); END_STATE(); case 159: if (lookahead == 'e') ADVANCE(240); END_STATE(); case 160: if (lookahead == 'r') ADVANCE(241); END_STATE(); case 161: if (lookahead == 'c') ADVANCE(242); END_STATE(); case 162: if (lookahead == 's') ADVANCE(243); END_STATE(); case 163: if (lookahead == 's') ADVANCE(244); END_STATE(); case 164: if (lookahead == 't') ADVANCE(245); END_STATE(); case 165: if (lookahead == 'd') ADVANCE(246); END_STATE(); case 166: if (lookahead == 'i') ADVANCE(247); END_STATE(); case 167: if (lookahead == 'a') ADVANCE(248); END_STATE(); case 168: if (lookahead == 't') ADVANCE(249); END_STATE(); case 169: if (lookahead == 'c') ADVANCE(250); END_STATE(); case 170: if (lookahead == 'l') ADVANCE(251); END_STATE(); case 171: if (lookahead == 'e') ADVANCE(252); END_STATE(); case 172: ACCEPT_TOKEN(sym_auto); END_STATE(); case 173: if (lookahead == 'n') ADVANCE(253); END_STATE(); case 174: if (lookahead == 'r') ADVANCE(254); END_STATE(); case 175: if (lookahead == 'k') ADVANCE(255); END_STATE(); case 176: ACCEPT_TOKEN(anon_sym_case); END_STATE(); case 177: if (lookahead == 'h') ADVANCE(256); END_STATE(); case 178: if (lookahead == 's') ADVANCE(257); END_STATE(); case 179: if (lookahead == 'w') ADVANCE(258); END_STATE(); case 180: if (lookahead == 'e') ADVANCE(259); END_STATE(); case 181: if (lookahead == 'i') ADVANCE(260); END_STATE(); case 182: if (lookahead == 'l') ADVANCE(261); END_STATE(); case 183: if (lookahead == 'e') ADVANCE(262); END_STATE(); case 184: if (lookahead == 't') ADVANCE(263); END_STATE(); case 185: if (lookahead == 'i') ADVANCE(264); END_STATE(); case 186: if (lookahead == 't') ADVANCE(265); END_STATE(); case 187: if (lookahead == 'u') ADVANCE(266); END_STATE(); case 188: if (lookahead == 'n') ADVANCE(267); END_STATE(); case 189: if (lookahead == 't') ADVANCE(268); END_STATE(); case 190: ACCEPT_TOKEN(anon_sym_else); END_STATE(); case 191: ACCEPT_TOKEN(anon_sym_enum); END_STATE(); case 192: if (lookahead == 'i') ADVANCE(269); END_STATE(); case 193: if (lookahead == 'r') ADVANCE(270); END_STATE(); case 194: if (lookahead == 'l') ADVANCE(271); END_STATE(); case 195: if (lookahead == 'n') ADVANCE(272); END_STATE(); case 196: ACCEPT_TOKEN(anon_sym_goto); END_STATE(); case 197: if (lookahead == 'n') ADVANCE(273); END_STATE(); case 198: ACCEPT_TOKEN(anon_sym_long); END_STATE(); case 199: if (lookahead == 'b') ADVANCE(274); END_STATE(); case 200: if (lookahead == 's') ADVANCE(275); END_STATE(); case 201: if (lookahead == 'c') ADVANCE(276); END_STATE(); case 202: if (lookahead == 't') ADVANCE(277); END_STATE(); case 203: if (lookahead == 'e') ADVANCE(278); END_STATE(); case 204: if (lookahead == 'p') ADVANCE(279); END_STATE(); case 205: if (lookahead == 'e') ADVANCE(280); END_STATE(); case 206: if (lookahead == 'a') ADVANCE(281); END_STATE(); case 207: if (lookahead == 'q') ADVANCE(282); END_STATE(); case 208: if (lookahead == 'r') ADVANCE(283); END_STATE(); case 209: if (lookahead == 'a') ADVANCE(284); END_STATE(); case 210: if (lookahead == 'e') ADVANCE(285); END_STATE(); case 211: if (lookahead == 'i') ADVANCE(286); END_STATE(); case 212: if (lookahead == 's') ADVANCE(287); END_STATE(); case 213: if (lookahead == 'i') ADVANCE(288); END_STATE(); case 214: if (lookahead == 'r') ADVANCE(289); END_STATE(); case 215: if (lookahead == 'r') ADVANCE(290); END_STATE(); case 216: if (lookahead == 't') ADVANCE(291); END_STATE(); case 217: if (lookahead == 'e') ADVANCE(292); END_STATE(); case 218: if (lookahead == 'o') ADVANCE(293); END_STATE(); case 219: if (lookahead == 'i') ADVANCE(294); END_STATE(); case 220: if (lookahead == 'c') ADVANCE(295); END_STATE(); case 221: if (lookahead == 'c') ADVANCE(296); END_STATE(); case 222: if (lookahead == 'l') ADVANCE(297); END_STATE(); case 223: ACCEPT_TOKEN(sym_this); END_STATE(); case 224: if (lookahead == 'a') ADVANCE(298); END_STATE(); case 225: if (lookahead == 'w') ADVANCE(299); END_STATE(); case 226: if (lookahead == 'd') ADVANCE(300); if (lookahead == 'n') ADVANCE(301); END_STATE(); case 227: if (lookahead == 'n') ADVANCE(302); END_STATE(); case 228: if (lookahead == 'g') ADVANCE(303); END_STATE(); case 229: if (lookahead == 'g') ADVANCE(304); END_STATE(); case 230: if (lookahead == 'u') ADVANCE(305); END_STATE(); case 231: if (lookahead == 't') ADVANCE(306); END_STATE(); case 232: if (lookahead == 'e') ADVANCE(307); END_STATE(); case 233: if (lookahead == 'e') ADVANCE(308); END_STATE(); case 234: if (lookahead == 'i') ADVANCE(309); END_STATE(); case 235: if (lookahead == 'r') ADVANCE(310); END_STATE(); case 236: if (lookahead == 't') ADVANCE(311); END_STATE(); case 237: if (lookahead == '_') ADVANCE(312); END_STATE(); case 238: if (lookahead == 'r') ADVANCE(313); END_STATE(); case 239: if (lookahead == 'e') ADVANCE(314); END_STATE(); case 240: if (lookahead == 'c') ADVANCE(315); END_STATE(); case 241: if (lookahead == 'c') ADVANCE(316); END_STATE(); case 242: if (lookahead == 'l') ADVANCE(317); END_STATE(); case 243: if (lookahead == 't') ADVANCE(318); END_STATE(); case 244: if (lookahead == 't') ADVANCE(319); END_STATE(); case 245: if (lookahead == 'r') ADVANCE(320); END_STATE(); case 246: if (lookahead == 'c') ADVANCE(321); END_STATE(); case 247: if (lookahead == 's') ADVANCE(322); END_STATE(); case 248: if (lookahead == 'l') ADVANCE(323); END_STATE(); case 249: if (lookahead == 'r') ADVANCE(324); END_STATE(); case 250: if (lookahead == 't') ADVANCE(325); END_STATE(); case 251: if (lookahead == 'i') ADVANCE(326); END_STATE(); case 252: if (lookahead == 'q') ADVANCE(327); END_STATE(); case 253: if (lookahead == 'd') ADVANCE(328); END_STATE(); case 254: ACCEPT_TOKEN(anon_sym_bitor); END_STATE(); case 255: ACCEPT_TOKEN(anon_sym_break); END_STATE(); case 256: ACCEPT_TOKEN(anon_sym_catch); END_STATE(); case 257: ACCEPT_TOKEN(anon_sym_class); END_STATE(); case 258: if (lookahead == 'a') ADVANCE(329); END_STATE(); case 259: if (lookahead == 't') ADVANCE(330); END_STATE(); case 260: if (lookahead == 'e') ADVANCE(331); END_STATE(); case 261: ACCEPT_TOKEN(anon_sym_compl); END_STATE(); case 262: if (lookahead == 'p') ADVANCE(332); END_STATE(); case 263: ACCEPT_TOKEN(anon_sym_const); if (lookahead == 'e') ADVANCE(333); if (lookahead == 'i') ADVANCE(334); END_STATE(); case 264: if (lookahead == 'n') ADVANCE(335); END_STATE(); case 265: if (lookahead == 'y') ADVANCE(336); END_STATE(); case 266: if (lookahead == 'l') ADVANCE(337); END_STATE(); case 267: if (lookahead == 'e') ADVANCE(338); END_STATE(); case 268: if (lookahead == 'e') ADVANCE(339); END_STATE(); case 269: if (lookahead == 'c') ADVANCE(340); END_STATE(); case 270: if (lookahead == 'n') ADVANCE(341); END_STATE(); case 271: ACCEPT_TOKEN(anon_sym_final); END_STATE(); case 272: if (lookahead == 'd') ADVANCE(342); END_STATE(); case 273: if (lookahead == 'e') ADVANCE(343); END_STATE(); case 274: if (lookahead == 'l') ADVANCE(344); END_STATE(); case 275: if (lookahead == 'p') ADVANCE(345); END_STATE(); case 276: if (lookahead == 'e') ADVANCE(346); END_STATE(); case 277: if (lookahead == 'u') ADVANCE(347); END_STATE(); case 278: if (lookahead == 'q') ADVANCE(348); END_STATE(); case 279: if (lookahead == 't') ADVANCE(349); END_STATE(); case 280: if (lookahead == 't') ADVANCE(350); END_STATE(); case 281: if (lookahead == 't') ADVANCE(351); END_STATE(); case 282: ACCEPT_TOKEN(anon_sym_or_eq); END_STATE(); case 283: if (lookahead == 'i') ADVANCE(352); END_STATE(); case 284: if (lookahead == 't') ADVANCE(353); END_STATE(); case 285: if (lookahead == 'c') ADVANCE(354); END_STATE(); case 286: if (lookahead == 'c') ADVANCE(355); END_STATE(); case 287: if (lookahead == 't') ADVANCE(356); END_STATE(); case 288: if (lookahead == 'r') ADVANCE(357); END_STATE(); case 289: if (lookahead == 'i') ADVANCE(358); END_STATE(); case 290: if (lookahead == 'n') ADVANCE(359); END_STATE(); case 291: ACCEPT_TOKEN(anon_sym_short); END_STATE(); case 292: if (lookahead == 'd') ADVANCE(360); END_STATE(); case 293: if (lookahead == 'f') ADVANCE(361); END_STATE(); case 294: if (lookahead == 'c') ADVANCE(362); END_STATE(); case 295: if (lookahead == 't') ADVANCE(363); END_STATE(); case 296: if (lookahead == 'h') ADVANCE(364); END_STATE(); case 297: if (lookahead == 'a') ADVANCE(365); END_STATE(); case 298: if (lookahead == 'd') ADVANCE(366); END_STATE(); case 299: ACCEPT_TOKEN(anon_sym_throw); END_STATE(); case 300: if (lookahead == 'e') ADVANCE(367); END_STATE(); case 301: if (lookahead == 'a') ADVANCE(368); END_STATE(); case 302: ACCEPT_TOKEN(anon_sym_union); END_STATE(); case 303: if (lookahead == 'n') ADVANCE(369); END_STATE(); case 304: ACCEPT_TOKEN(anon_sym_using); END_STATE(); case 305: if (lookahead == 'a') ADVANCE(370); END_STATE(); case 306: if (lookahead == 'i') ADVANCE(371); END_STATE(); case 307: ACCEPT_TOKEN(anon_sym_while); END_STATE(); case 308: if (lookahead == 'q') ADVANCE(372); END_STATE(); case 309: if (lookahead == 'c') ADVANCE(373); END_STATE(); case 310: if (lookahead == 'i') ADVANCE(374); END_STATE(); case 311: if (lookahead == 'u') ADVANCE(375); END_STATE(); case 312: if (lookahead == '_') ADVANCE(376); END_STATE(); case 313: if (lookahead == 'i') ADVANCE(377); END_STATE(); case 314: if (lookahead == 'd') ADVANCE(378); END_STATE(); case 315: if (lookahead == 'l') ADVANCE(379); END_STATE(); case 316: if (lookahead == 'a') ADVANCE(380); END_STATE(); case 317: if (lookahead == 's') ADVANCE(381); END_STATE(); case 318: if (lookahead == 'c') ADVANCE(382); END_STATE(); case 319: if (lookahead == 'r') ADVANCE(383); END_STATE(); case 320: ACCEPT_TOKEN(sym_ms_signed_ptr_modifier); END_STATE(); case 321: if (lookahead == 'a') ADVANCE(384); END_STATE(); case 322: if (lookahead == 'c') ADVANCE(385); END_STATE(); case 323: if (lookahead == 'i') ADVANCE(386); END_STATE(); case 324: ACCEPT_TOKEN(sym_ms_unsigned_ptr_modifier); END_STATE(); case 325: if (lookahead == 'o') ADVANCE(387); END_STATE(); case 326: if (lookahead == 'g') ADVANCE(388); END_STATE(); case 327: ACCEPT_TOKEN(anon_sym_and_eq); END_STATE(); case 328: ACCEPT_TOKEN(anon_sym_bitand); END_STATE(); case 329: if (lookahead == 'i') ADVANCE(389); END_STATE(); case 330: if (lookahead == 'u') ADVANCE(390); END_STATE(); case 331: if (lookahead == 'l') ADVANCE(391); END_STATE(); case 332: if (lookahead == 't') ADVANCE(392); END_STATE(); case 333: if (lookahead == 'v') ADVANCE(393); if (lookahead == 'x') ADVANCE(394); END_STATE(); case 334: if (lookahead == 'n') ADVANCE(395); END_STATE(); case 335: if (lookahead == 'u') ADVANCE(396); END_STATE(); case 336: if (lookahead == 'p') ADVANCE(397); END_STATE(); case 337: if (lookahead == 't') ADVANCE(398); END_STATE(); case 338: if (lookahead == 'd') ADVANCE(399); END_STATE(); case 339: ACCEPT_TOKEN(anon_sym_delete); END_STATE(); case 340: if (lookahead == 'i') ADVANCE(400); END_STATE(); case 341: ACCEPT_TOKEN(anon_sym_extern); END_STATE(); case 342: ACCEPT_TOKEN(anon_sym_friend); END_STATE(); case 343: ACCEPT_TOKEN(anon_sym_inline); END_STATE(); case 344: if (lookahead == 'e') ADVANCE(401); END_STATE(); case 345: if (lookahead == 'a') ADVANCE(402); END_STATE(); case 346: if (lookahead == 'p') ADVANCE(403); END_STATE(); case 347: if (lookahead == 'r') ADVANCE(404); END_STATE(); case 348: ACCEPT_TOKEN(anon_sym_not_eq); END_STATE(); case 349: if (lookahead == 'r') ADVANCE(405); END_STATE(); case 350: if (lookahead == 'o') ADVANCE(406); END_STATE(); case 351: if (lookahead == 'o') ADVANCE(407); END_STATE(); case 352: if (lookahead == 'd') ADVANCE(408); END_STATE(); case 353: if (lookahead == 'e') ADVANCE(409); END_STATE(); case 354: if (lookahead == 't') ADVANCE(410); END_STATE(); case 355: ACCEPT_TOKEN(anon_sym_public); END_STATE(); case 356: if (lookahead == 'e') ADVANCE(411); END_STATE(); case 357: if (lookahead == 'e') ADVANCE(412); END_STATE(); case 358: if (lookahead == 'c') ADVANCE(413); END_STATE(); case 359: ACCEPT_TOKEN(anon_sym_return); END_STATE(); case 360: ACCEPT_TOKEN(anon_sym_signed); END_STATE(); case 361: ACCEPT_TOKEN(anon_sym_sizeof); END_STATE(); case 362: ACCEPT_TOKEN(anon_sym_static); if (lookahead == '_') ADVANCE(414); END_STATE(); case 363: ACCEPT_TOKEN(anon_sym_struct); END_STATE(); case 364: ACCEPT_TOKEN(anon_sym_switch); END_STATE(); case 365: if (lookahead == 't') ADVANCE(415); END_STATE(); case 366: if (lookahead == '_') ADVANCE(416); END_STATE(); case 367: if (lookahead == 'f') ADVANCE(417); END_STATE(); case 368: if (lookahead == 'm') ADVANCE(418); END_STATE(); case 369: if (lookahead == 'e') ADVANCE(419); END_STATE(); case 370: if (lookahead == 'l') ADVANCE(420); END_STATE(); case 371: if (lookahead == 'l') ADVANCE(421); END_STATE(); case 372: ACCEPT_TOKEN(anon_sym_xor_eq); END_STATE(); case 373: ACCEPT_TOKEN(anon_sym__Atomic); END_STATE(); case 374: if (lookahead == 'c') ADVANCE(422); END_STATE(); case 375: if (lookahead == 'r') ADVANCE(423); END_STATE(); case 376: ACCEPT_TOKEN(anon_sym___asm__); END_STATE(); case 377: if (lookahead == 'b') ADVANCE(424); END_STATE(); case 378: ACCEPT_TOKEN(anon_sym___based); END_STATE(); case 379: ACCEPT_TOKEN(anon_sym___cdecl); END_STATE(); case 380: if (lookahead == 'l') ADVANCE(425); END_STATE(); case 381: if (lookahead == 'p') ADVANCE(426); END_STATE(); case 382: if (lookahead == 'a') ADVANCE(427); END_STATE(); case 383: if (lookahead == 'i') ADVANCE(428); END_STATE(); case 384: if (lookahead == 'l') ADVANCE(429); END_STATE(); case 385: if (lookahead == 'a') ADVANCE(430); END_STATE(); case 386: if (lookahead == 'g') ADVANCE(431); END_STATE(); case 387: if (lookahead == 'r') ADVANCE(432); END_STATE(); case 388: if (lookahead == 'n') ADVANCE(433); END_STATE(); case 389: if (lookahead == 't') ADVANCE(434); END_STATE(); case 390: if (lookahead == 'r') ADVANCE(435); END_STATE(); case 391: if (lookahead == 'd') ADVANCE(436); END_STATE(); case 392: ACCEPT_TOKEN(anon_sym_concept); END_STATE(); case 393: if (lookahead == 'a') ADVANCE(437); END_STATE(); case 394: if (lookahead == 'p') ADVANCE(438); END_STATE(); case 395: if (lookahead == 'i') ADVANCE(439); END_STATE(); case 396: if (lookahead == 'e') ADVANCE(440); END_STATE(); case 397: if (lookahead == 'e') ADVANCE(441); END_STATE(); case 398: ACCEPT_TOKEN(anon_sym_default); END_STATE(); case 399: ACCEPT_TOKEN(anon_sym_defined); END_STATE(); case 400: if (lookahead == 't') ADVANCE(442); END_STATE(); case 401: ACCEPT_TOKEN(anon_sym_mutable); END_STATE(); case 402: if (lookahead == 'c') ADVANCE(443); END_STATE(); case 403: if (lookahead == 't') ADVANCE(444); END_STATE(); case 404: if (lookahead == 'n') ADVANCE(445); END_STATE(); case 405: ACCEPT_TOKEN(anon_sym_nullptr); END_STATE(); case 406: if (lookahead == 'f') ADVANCE(446); END_STATE(); case 407: if (lookahead == 'r') ADVANCE(447); END_STATE(); case 408: if (lookahead == 'e') ADVANCE(448); END_STATE(); case 409: ACCEPT_TOKEN(anon_sym_private); END_STATE(); case 410: if (lookahead == 'e') ADVANCE(449); END_STATE(); case 411: if (lookahead == 'r') ADVANCE(450); END_STATE(); case 412: if (lookahead == 's') ADVANCE(451); END_STATE(); case 413: if (lookahead == 't') ADVANCE(452); END_STATE(); case 414: if (lookahead == 'a') ADVANCE(453); END_STATE(); case 415: if (lookahead == 'e') ADVANCE(454); END_STATE(); case 416: if (lookahead == 'l') ADVANCE(455); END_STATE(); case 417: ACCEPT_TOKEN(anon_sym_typedef); END_STATE(); case 418: if (lookahead == 'e') ADVANCE(456); END_STATE(); case 419: if (lookahead == 'd') ADVANCE(457); END_STATE(); case 420: ACCEPT_TOKEN(anon_sym_virtual); END_STATE(); case 421: if (lookahead == 'e') ADVANCE(458); END_STATE(); case 422: ACCEPT_TOKEN(anon_sym__Generic); END_STATE(); case 423: if (lookahead == 'n') ADVANCE(459); END_STATE(); case 424: if (lookahead == 'u') ADVANCE(460); END_STATE(); case 425: if (lookahead == 'l') ADVANCE(461); END_STATE(); case 426: if (lookahead == 'e') ADVANCE(462); END_STATE(); case 427: if (lookahead == 'l') ADVANCE(463); END_STATE(); case 428: if (lookahead == 'c') ADVANCE(464); END_STATE(); case 429: if (lookahead == 'l') ADVANCE(465); END_STATE(); case 430: if (lookahead == 'l') ADVANCE(466); END_STATE(); case 431: if (lookahead == 'n') ADVANCE(467); END_STATE(); case 432: if (lookahead == 'c') ADVANCE(468); END_STATE(); case 433: if (lookahead == 'e') ADVANCE(469); END_STATE(); case 434: ACCEPT_TOKEN(anon_sym_co_await); END_STATE(); case 435: if (lookahead == 'n') ADVANCE(470); END_STATE(); case 436: ACCEPT_TOKEN(anon_sym_co_yield); END_STATE(); case 437: if (lookahead == 'l') ADVANCE(471); END_STATE(); case 438: if (lookahead == 'r') ADVANCE(472); END_STATE(); case 439: if (lookahead == 't') ADVANCE(473); END_STATE(); case 440: ACCEPT_TOKEN(anon_sym_continue); END_STATE(); case 441: ACCEPT_TOKEN(anon_sym_decltype); END_STATE(); case 442: ACCEPT_TOKEN(anon_sym_explicit); END_STATE(); case 443: if (lookahead == 'e') ADVANCE(474); END_STATE(); case 444: ACCEPT_TOKEN(anon_sym_noexcept); END_STATE(); case 445: ACCEPT_TOKEN(anon_sym_noreturn); END_STATE(); case 446: ACCEPT_TOKEN(anon_sym_offsetof); END_STATE(); case 447: ACCEPT_TOKEN(anon_sym_operator); END_STATE(); case 448: ACCEPT_TOKEN(anon_sym_override); END_STATE(); case 449: if (lookahead == 'd') ADVANCE(475); END_STATE(); case 450: ACCEPT_TOKEN(anon_sym_register); END_STATE(); case 451: ACCEPT_TOKEN(anon_sym_requires); END_STATE(); case 452: ACCEPT_TOKEN(anon_sym_restrict); END_STATE(); case 453: if (lookahead == 's') ADVANCE(476); END_STATE(); case 454: ACCEPT_TOKEN(anon_sym_template); END_STATE(); case 455: if (lookahead == 'o') ADVANCE(477); END_STATE(); case 456: ACCEPT_TOKEN(anon_sym_typename); END_STATE(); case 457: ACCEPT_TOKEN(anon_sym_unsigned); END_STATE(); case 458: ACCEPT_TOKEN(anon_sym_volatile); END_STATE(); case 459: ACCEPT_TOKEN(anon_sym__Noreturn); END_STATE(); case 460: if (lookahead == 't') ADVANCE(478); END_STATE(); case 461: ACCEPT_TOKEN(anon_sym___clrcall); END_STATE(); case 462: if (lookahead == 'c') ADVANCE(479); END_STATE(); case 463: if (lookahead == 'l') ADVANCE(480); END_STATE(); case 464: if (lookahead == 't') ADVANCE(481); END_STATE(); case 465: ACCEPT_TOKEN(anon_sym___stdcall); END_STATE(); case 466: if (lookahead == 'l') ADVANCE(482); END_STATE(); case 467: if (lookahead == 'e') ADVANCE(483); END_STATE(); case 468: if (lookahead == 'a') ADVANCE(484); END_STATE(); case 469: if (lookahead == 'd') ADVANCE(485); END_STATE(); case 470: ACCEPT_TOKEN(anon_sym_co_return); END_STATE(); case 471: ACCEPT_TOKEN(anon_sym_consteval); END_STATE(); case 472: ACCEPT_TOKEN(anon_sym_constexpr); END_STATE(); case 473: ACCEPT_TOKEN(anon_sym_constinit); END_STATE(); case 474: ACCEPT_TOKEN(anon_sym_namespace); END_STATE(); case 475: ACCEPT_TOKEN(anon_sym_protected); END_STATE(); case 476: if (lookahead == 's') ADVANCE(486); END_STATE(); case 477: if (lookahead == 'c') ADVANCE(487); END_STATE(); case 478: if (lookahead == 'e') ADVANCE(488); END_STATE(); case 479: ACCEPT_TOKEN(anon_sym___declspec); END_STATE(); case 480: ACCEPT_TOKEN(anon_sym___fastcall); END_STATE(); case 481: ACCEPT_TOKEN(sym_ms_restrict_modifier); if (lookahead == '_') ADVANCE(489); END_STATE(); case 482: ACCEPT_TOKEN(anon_sym___thiscall); END_STATE(); case 483: if (lookahead == 'd') ADVANCE(490); END_STATE(); case 484: if (lookahead == 'l') ADVANCE(491); END_STATE(); case 485: ACCEPT_TOKEN(anon_sym__unaligned); END_STATE(); case 486: if (lookahead == 'e') ADVANCE(492); END_STATE(); case 487: if (lookahead == 'a') ADVANCE(493); END_STATE(); case 488: if (lookahead == '_') ADVANCE(494); END_STATE(); case 489: if (lookahead == '_') ADVANCE(495); END_STATE(); case 490: ACCEPT_TOKEN(anon_sym___unaligned); END_STATE(); case 491: if (lookahead == 'l') ADVANCE(496); END_STATE(); case 492: if (lookahead == 'r') ADVANCE(497); END_STATE(); case 493: if (lookahead == 'l') ADVANCE(498); END_STATE(); case 494: if (lookahead == '_') ADVANCE(499); END_STATE(); case 495: ACCEPT_TOKEN(anon_sym___restrict__); END_STATE(); case 496: ACCEPT_TOKEN(anon_sym___vectorcall); END_STATE(); case 497: if (lookahead == 't') ADVANCE(500); END_STATE(); case 498: ACCEPT_TOKEN(anon_sym_thread_local); END_STATE(); case 499: ACCEPT_TOKEN(anon_sym___attribute__); END_STATE(); case 500: ACCEPT_TOKEN(anon_sym_static_assert); END_STATE(); default: return false; } } static const TSLexMode ts_lex_modes[STATE_COUNT] = { [0] = {.lex_state = 0, .external_lex_state = 1}, [1] = {.lex_state = 286}, [2] = {.lex_state = 286}, [3] = {.lex_state = 286}, [4] = {.lex_state = 151}, [5] = {.lex_state = 151}, [6] = {.lex_state = 151}, [7] = {.lex_state = 151}, [8] = {.lex_state = 286}, [9] = {.lex_state = 151}, [10] = {.lex_state = 286}, [11] = {.lex_state = 286}, [12] = {.lex_state = 151}, [13] = {.lex_state = 286}, [14] = {.lex_state = 151}, [15] = {.lex_state = 286}, [16] = {.lex_state = 151}, [17] = {.lex_state = 286}, [18] = {.lex_state = 286}, [19] = {.lex_state = 286}, [20] = {.lex_state = 151}, [21] = {.lex_state = 151}, [22] = {.lex_state = 155}, [23] = {.lex_state = 155}, [24] = {.lex_state = 155}, [25] = {.lex_state = 155}, [26] = {.lex_state = 151}, [27] = {.lex_state = 155}, [28] = {.lex_state = 155}, [29] = {.lex_state = 155}, [30] = {.lex_state = 155}, [31] = {.lex_state = 155}, [32] = {.lex_state = 155}, [33] = {.lex_state = 155}, [34] = {.lex_state = 155}, [35] = {.lex_state = 155}, [36] = {.lex_state = 155}, [37] = {.lex_state = 155}, [38] = {.lex_state = 286}, [39] = {.lex_state = 286}, [40] = {.lex_state = 286}, [41] = {.lex_state = 286}, [42] = {.lex_state = 286}, [43] = {.lex_state = 286}, [44] = {.lex_state = 286}, [45] = {.lex_state = 286}, [46] = {.lex_state = 286}, [47] = {.lex_state = 286}, [48] = {.lex_state = 286}, [49] = {.lex_state = 286}, [50] = {.lex_state = 286}, [51] = {.lex_state = 154}, [52] = {.lex_state = 286}, [53] = {.lex_state = 286}, [54] = {.lex_state = 286}, [55] = {.lex_state = 286}, [56] = {.lex_state = 286}, [57] = {.lex_state = 286}, [58] = {.lex_state = 286}, [59] = {.lex_state = 286}, [60] = {.lex_state = 286}, [61] = {.lex_state = 286}, [62] = {.lex_state = 286}, [63] = {.lex_state = 286}, [64] = {.lex_state = 286}, [65] = {.lex_state = 286}, [66] = {.lex_state = 286}, [67] = {.lex_state = 286}, [68] = {.lex_state = 286}, [69] = {.lex_state = 154}, [70] = {.lex_state = 286}, [71] = {.lex_state = 286}, [72] = {.lex_state = 286}, [73] = {.lex_state = 286}, [74] = {.lex_state = 286}, [75] = {.lex_state = 286}, [76] = {.lex_state = 286}, [77] = {.lex_state = 286}, [78] = {.lex_state = 286}, [79] = {.lex_state = 286}, [80] = {.lex_state = 286}, [81] = {.lex_state = 286}, [82] = {.lex_state = 286}, [83] = {.lex_state = 286}, [84] = {.lex_state = 154}, [85] = {.lex_state = 286}, [86] = {.lex_state = 286}, [87] = {.lex_state = 286}, [88] = {.lex_state = 286}, [89] = {.lex_state = 286}, [90] = {.lex_state = 286}, [91] = {.lex_state = 286}, [92] = {.lex_state = 151}, [93] = {.lex_state = 151}, [94] = {.lex_state = 151}, [95] = {.lex_state = 151}, [96] = {.lex_state = 151}, [97] = {.lex_state = 155}, [98] = {.lex_state = 155}, [99] = {.lex_state = 155}, [100] = {.lex_state = 155}, [101] = {.lex_state = 155}, [102] = {.lex_state = 286}, [103] = {.lex_state = 286}, [104] = {.lex_state = 286}, [105] = {.lex_state = 286}, [106] = {.lex_state = 154}, [107] = {.lex_state = 286}, [108] = {.lex_state = 286}, [109] = {.lex_state = 154}, [110] = {.lex_state = 286}, [111] = {.lex_state = 286}, [112] = {.lex_state = 286}, [113] = {.lex_state = 154}, [114] = {.lex_state = 154}, [115] = {.lex_state = 154}, [116] = {.lex_state = 286}, [117] = {.lex_state = 153}, [118] = {.lex_state = 153}, [119] = {.lex_state = 153}, [120] = {.lex_state = 153}, [121] = {.lex_state = 153}, [122] = {.lex_state = 153}, [123] = {.lex_state = 153}, [124] = {.lex_state = 153}, [125] = {.lex_state = 153}, [126] = {.lex_state = 153}, [127] = {.lex_state = 153}, [128] = {.lex_state = 153}, [129] = {.lex_state = 153}, [130] = {.lex_state = 153}, [131] = {.lex_state = 153}, [132] = {.lex_state = 153}, [133] = {.lex_state = 153}, [134] = {.lex_state = 153}, [135] = {.lex_state = 153}, [136] = {.lex_state = 153}, [137] = {.lex_state = 156}, [138] = {.lex_state = 156}, [139] = {.lex_state = 156}, [140] = {.lex_state = 156}, [141] = {.lex_state = 153}, [142] = {.lex_state = 145}, [143] = {.lex_state = 144}, [144] = {.lex_state = 146}, [145] = {.lex_state = 145}, [146] = {.lex_state = 144}, [147] = {.lex_state = 153}, [148] = {.lex_state = 153}, [149] = {.lex_state = 153}, [150] = {.lex_state = 153}, [151] = {.lex_state = 153}, [152] = {.lex_state = 153}, [153] = {.lex_state = 153}, [154] = {.lex_state = 153}, [155] = {.lex_state = 153}, [156] = {.lex_state = 153}, [157] = {.lex_state = 153}, [158] = {.lex_state = 153}, [159] = {.lex_state = 153}, [160] = {.lex_state = 153}, [161] = {.lex_state = 153}, [162] = {.lex_state = 153}, [163] = {.lex_state = 153}, [164] = {.lex_state = 153}, [165] = {.lex_state = 153}, [166] = {.lex_state = 153}, [167] = {.lex_state = 153}, [168] = {.lex_state = 153}, [169] = {.lex_state = 153}, [170] = {.lex_state = 153}, [171] = {.lex_state = 153}, [172] = {.lex_state = 153}, [173] = {.lex_state = 153}, [174] = {.lex_state = 153}, [175] = {.lex_state = 153}, [176] = {.lex_state = 153}, [177] = {.lex_state = 153}, [178] = {.lex_state = 153}, [179] = {.lex_state = 153}, [180] = {.lex_state = 153}, [181] = {.lex_state = 153}, [182] = {.lex_state = 153}, [183] = {.lex_state = 153}, [184] = {.lex_state = 153}, [185] = {.lex_state = 153}, [186] = {.lex_state = 153}, [187] = {.lex_state = 153}, [188] = {.lex_state = 153}, [189] = {.lex_state = 153}, [190] = {.lex_state = 153}, [191] = {.lex_state = 153}, [192] = {.lex_state = 153}, [193] = {.lex_state = 153}, [194] = {.lex_state = 153}, [195] = {.lex_state = 153}, [196] = {.lex_state = 153}, [197] = {.lex_state = 153}, [198] = {.lex_state = 153}, [199] = {.lex_state = 153}, [200] = {.lex_state = 153}, [201] = {.lex_state = 153}, [202] = {.lex_state = 153}, [203] = {.lex_state = 153}, [204] = {.lex_state = 153}, [205] = {.lex_state = 153}, [206] = {.lex_state = 153}, [207] = {.lex_state = 153}, [208] = {.lex_state = 153}, [209] = {.lex_state = 153}, [210] = {.lex_state = 153}, [211] = {.lex_state = 153}, [212] = {.lex_state = 153}, [213] = {.lex_state = 153}, [214] = {.lex_state = 153}, [215] = {.lex_state = 153}, [216] = {.lex_state = 153}, [217] = {.lex_state = 153}, [218] = {.lex_state = 153}, [219] = {.lex_state = 153}, [220] = {.lex_state = 153}, [221] = {.lex_state = 153}, [222] = {.lex_state = 153}, [223] = {.lex_state = 153}, [224] = {.lex_state = 153}, [225] = {.lex_state = 153}, [226] = {.lex_state = 153}, [227] = {.lex_state = 153}, [228] = {.lex_state = 153}, [229] = {.lex_state = 153}, [230] = {.lex_state = 153}, [231] = {.lex_state = 153}, [232] = {.lex_state = 153}, [233] = {.lex_state = 153}, [234] = {.lex_state = 153}, [235] = {.lex_state = 153}, [236] = {.lex_state = 153}, [237] = {.lex_state = 153}, [238] = {.lex_state = 153}, [239] = {.lex_state = 153}, [240] = {.lex_state = 153}, [241] = {.lex_state = 153}, [242] = {.lex_state = 153}, [243] = {.lex_state = 153}, [244] = {.lex_state = 153}, [245] = {.lex_state = 153}, [246] = {.lex_state = 153}, [247] = {.lex_state = 153}, [248] = {.lex_state = 153}, [249] = {.lex_state = 153}, [250] = {.lex_state = 153}, [251] = {.lex_state = 153}, [252] = {.lex_state = 153}, [253] = {.lex_state = 153}, [254] = {.lex_state = 153}, [255] = {.lex_state = 153}, [256] = {.lex_state = 153}, [257] = {.lex_state = 153}, [258] = {.lex_state = 153}, [259] = {.lex_state = 153}, [260] = {.lex_state = 153}, [261] = {.lex_state = 153}, [262] = {.lex_state = 153}, [263] = {.lex_state = 153}, [264] = {.lex_state = 153}, [265] = {.lex_state = 153}, [266] = {.lex_state = 153}, [267] = {.lex_state = 153}, [268] = {.lex_state = 153}, [269] = {.lex_state = 153}, [270] = {.lex_state = 153}, [271] = {.lex_state = 153}, [272] = {.lex_state = 153}, [273] = {.lex_state = 153}, [274] = {.lex_state = 153}, [275] = {.lex_state = 153}, [276] = {.lex_state = 153}, [277] = {.lex_state = 153}, [278] = {.lex_state = 153}, [279] = {.lex_state = 153}, [280] = {.lex_state = 153}, [281] = {.lex_state = 153}, [282] = {.lex_state = 153}, [283] = {.lex_state = 153}, [284] = {.lex_state = 153}, [285] = {.lex_state = 153}, [286] = {.lex_state = 153}, [287] = {.lex_state = 153}, [288] = {.lex_state = 153}, [289] = {.lex_state = 153}, [290] = {.lex_state = 153}, [291] = {.lex_state = 153}, [292] = {.lex_state = 153}, [293] = {.lex_state = 153}, [294] = {.lex_state = 153}, [295] = {.lex_state = 153}, [296] = {.lex_state = 153}, [297] = {.lex_state = 153}, [298] = {.lex_state = 153}, [299] = {.lex_state = 153}, [300] = {.lex_state = 153}, [301] = {.lex_state = 153}, [302] = {.lex_state = 153}, [303] = {.lex_state = 153}, [304] = {.lex_state = 153}, [305] = {.lex_state = 153}, [306] = {.lex_state = 153}, [307] = {.lex_state = 153}, [308] = {.lex_state = 153}, [309] = {.lex_state = 153}, [310] = {.lex_state = 153}, [311] = {.lex_state = 153}, [312] = {.lex_state = 153}, [313] = {.lex_state = 153}, [314] = {.lex_state = 157}, [315] = {.lex_state = 157}, [316] = {.lex_state = 157}, [317] = {.lex_state = 286}, [318] = {.lex_state = 157}, [319] = {.lex_state = 157}, [320] = {.lex_state = 157}, [321] = {.lex_state = 157}, [322] = {.lex_state = 286}, [323] = {.lex_state = 157}, [324] = {.lex_state = 157}, [325] = {.lex_state = 157}, [326] = {.lex_state = 157}, [327] = {.lex_state = 157}, [328] = {.lex_state = 157}, [329] = {.lex_state = 157}, [330] = {.lex_state = 157}, [331] = {.lex_state = 157}, [332] = {.lex_state = 157}, [333] = {.lex_state = 157}, [334] = {.lex_state = 212}, [335] = {.lex_state = 212}, [336] = {.lex_state = 212}, [337] = {.lex_state = 212}, [338] = {.lex_state = 212}, [339] = {.lex_state = 212}, [340] = {.lex_state = 212}, [341] = {.lex_state = 212}, [342] = {.lex_state = 157}, [343] = {.lex_state = 157}, [344] = {.lex_state = 157}, [345] = {.lex_state = 157}, [346] = {.lex_state = 157}, [347] = {.lex_state = 157}, [348] = {.lex_state = 157}, [349] = {.lex_state = 157}, [350] = {.lex_state = 157}, [351] = {.lex_state = 157}, [352] = {.lex_state = 151}, [353] = {.lex_state = 157}, [354] = {.lex_state = 157}, [355] = {.lex_state = 157}, [356] = {.lex_state = 157}, [357] = {.lex_state = 157}, [358] = {.lex_state = 157}, [359] = {.lex_state = 151}, [360] = {.lex_state = 156}, [361] = {.lex_state = 169}, [362] = {.lex_state = 169}, [363] = {.lex_state = 169}, [364] = {.lex_state = 156}, [365] = {.lex_state = 169}, [366] = {.lex_state = 169}, [367] = {.lex_state = 169}, [368] = {.lex_state = 212}, [369] = {.lex_state = 169}, [370] = {.lex_state = 169}, [371] = {.lex_state = 151}, [372] = {.lex_state = 169}, [373] = {.lex_state = 151}, [374] = {.lex_state = 157}, [375] = {.lex_state = 169}, [376] = {.lex_state = 151}, [377] = {.lex_state = 151}, [378] = {.lex_state = 151}, [379] = {.lex_state = 151}, [380] = {.lex_state = 155}, [381] = {.lex_state = 155}, [382] = {.lex_state = 151}, [383] = {.lex_state = 151}, [384] = {.lex_state = 151}, [385] = {.lex_state = 151}, [386] = {.lex_state = 151}, [387] = {.lex_state = 151}, [388] = {.lex_state = 151}, [389] = {.lex_state = 151}, [390] = {.lex_state = 151}, [391] = {.lex_state = 151}, [392] = {.lex_state = 151}, [393] = {.lex_state = 151}, [394] = {.lex_state = 151}, [395] = {.lex_state = 151}, [396] = {.lex_state = 151}, [397] = {.lex_state = 151}, [398] = {.lex_state = 151}, [399] = {.lex_state = 151}, [400] = {.lex_state = 151}, [401] = {.lex_state = 151}, [402] = {.lex_state = 151}, [403] = {.lex_state = 151}, [404] = {.lex_state = 151}, [405] = {.lex_state = 151}, [406] = {.lex_state = 151}, [407] = {.lex_state = 151}, [408] = {.lex_state = 151}, [409] = {.lex_state = 151}, [410] = {.lex_state = 151}, [411] = {.lex_state = 151}, [412] = {.lex_state = 151}, [413] = {.lex_state = 151}, [414] = {.lex_state = 151}, [415] = {.lex_state = 155}, [416] = {.lex_state = 151}, [417] = {.lex_state = 151}, [418] = {.lex_state = 151}, [419] = {.lex_state = 151}, [420] = {.lex_state = 151}, [421] = {.lex_state = 151}, [422] = {.lex_state = 151}, [423] = {.lex_state = 151}, [424] = {.lex_state = 151}, [425] = {.lex_state = 151}, [426] = {.lex_state = 151}, [427] = {.lex_state = 151}, [428] = {.lex_state = 151}, [429] = {.lex_state = 151}, [430] = {.lex_state = 151}, [431] = {.lex_state = 151}, [432] = {.lex_state = 151}, [433] = {.lex_state = 151}, [434] = {.lex_state = 151}, [435] = {.lex_state = 151}, [436] = {.lex_state = 151}, [437] = {.lex_state = 151}, [438] = {.lex_state = 151}, [439] = {.lex_state = 151}, [440] = {.lex_state = 151}, [441] = {.lex_state = 151}, [442] = {.lex_state = 151}, [443] = {.lex_state = 151}, [444] = {.lex_state = 151}, [445] = {.lex_state = 155}, [446] = {.lex_state = 151}, [447] = {.lex_state = 151}, [448] = {.lex_state = 151}, [449] = {.lex_state = 151}, [450] = {.lex_state = 151}, [451] = {.lex_state = 151}, [452] = {.lex_state = 151}, [453] = {.lex_state = 151}, [454] = {.lex_state = 151}, [455] = {.lex_state = 151}, [456] = {.lex_state = 151}, [457] = {.lex_state = 151}, [458] = {.lex_state = 151}, [459] = {.lex_state = 151}, [460] = {.lex_state = 151}, [461] = {.lex_state = 151}, [462] = {.lex_state = 151}, [463] = {.lex_state = 151}, [464] = {.lex_state = 151}, [465] = {.lex_state = 151}, [466] = {.lex_state = 151}, [467] = {.lex_state = 151}, [468] = {.lex_state = 151}, [469] = {.lex_state = 151}, [470] = {.lex_state = 151}, [471] = {.lex_state = 151}, [472] = {.lex_state = 151}, [473] = {.lex_state = 151}, [474] = {.lex_state = 169}, [475] = {.lex_state = 151}, [476] = {.lex_state = 151}, [477] = {.lex_state = 151}, [478] = {.lex_state = 151}, [479] = {.lex_state = 151}, [480] = {.lex_state = 151}, [481] = {.lex_state = 151}, [482] = {.lex_state = 151}, [483] = {.lex_state = 151}, [484] = {.lex_state = 151}, [485] = {.lex_state = 151}, [486] = {.lex_state = 151}, [487] = {.lex_state = 151}, [488] = {.lex_state = 151}, [489] = {.lex_state = 151}, [490] = {.lex_state = 151}, [491] = {.lex_state = 151}, [492] = {.lex_state = 151}, [493] = {.lex_state = 151}, [494] = {.lex_state = 151}, [495] = {.lex_state = 151}, [496] = {.lex_state = 151}, [497] = {.lex_state = 151}, [498] = {.lex_state = 151}, [499] = {.lex_state = 151}, [500] = {.lex_state = 151}, [501] = {.lex_state = 151}, [502] = {.lex_state = 151}, [503] = {.lex_state = 151}, [504] = {.lex_state = 151}, [505] = {.lex_state = 151}, [506] = {.lex_state = 151}, [507] = {.lex_state = 151}, [508] = {.lex_state = 151}, [509] = {.lex_state = 151}, [510] = {.lex_state = 153}, [511] = {.lex_state = 151}, [512] = {.lex_state = 151}, [513] = {.lex_state = 151}, [514] = {.lex_state = 151}, [515] = {.lex_state = 151}, [516] = {.lex_state = 151}, [517] = {.lex_state = 151}, [518] = {.lex_state = 151}, [519] = {.lex_state = 151}, [520] = {.lex_state = 151}, [521] = {.lex_state = 153}, [522] = {.lex_state = 153}, [523] = {.lex_state = 151}, [524] = {.lex_state = 151}, [525] = {.lex_state = 151}, [526] = {.lex_state = 151}, [527] = {.lex_state = 151}, [528] = {.lex_state = 153}, [529] = {.lex_state = 153}, [530] = {.lex_state = 151}, [531] = {.lex_state = 153}, [532] = {.lex_state = 153}, [533] = {.lex_state = 151}, [534] = {.lex_state = 151}, [535] = {.lex_state = 286}, [536] = {.lex_state = 153}, [537] = {.lex_state = 151}, [538] = {.lex_state = 151}, [539] = {.lex_state = 151}, [540] = {.lex_state = 153}, [541] = {.lex_state = 151}, [542] = {.lex_state = 153}, [543] = {.lex_state = 151}, [544] = {.lex_state = 151}, [545] = {.lex_state = 151}, [546] = {.lex_state = 151}, [547] = {.lex_state = 151}, [548] = {.lex_state = 155}, [549] = {.lex_state = 154}, [550] = {.lex_state = 151}, [551] = {.lex_state = 155}, [552] = {.lex_state = 153}, [553] = {.lex_state = 151}, [554] = {.lex_state = 286}, [555] = {.lex_state = 153}, [556] = {.lex_state = 155}, [557] = {.lex_state = 151}, [558] = {.lex_state = 151}, [559] = {.lex_state = 151}, [560] = {.lex_state = 151}, [561] = {.lex_state = 151}, [562] = {.lex_state = 151}, [563] = {.lex_state = 151}, [564] = {.lex_state = 153}, [565] = {.lex_state = 153}, [566] = {.lex_state = 153}, [567] = {.lex_state = 151}, [568] = {.lex_state = 151}, [569] = {.lex_state = 151}, [570] = {.lex_state = 151}, [571] = {.lex_state = 151}, [572] = {.lex_state = 151}, [573] = {.lex_state = 151}, [574] = {.lex_state = 151}, [575] = {.lex_state = 151}, [576] = {.lex_state = 286}, [577] = {.lex_state = 151}, [578] = {.lex_state = 151}, [579] = {.lex_state = 151}, [580] = {.lex_state = 286}, [581] = {.lex_state = 153}, [582] = {.lex_state = 154}, [583] = {.lex_state = 151}, [584] = {.lex_state = 151}, [585] = {.lex_state = 155}, [586] = {.lex_state = 151}, [587] = {.lex_state = 151}, [588] = {.lex_state = 151}, [589] = {.lex_state = 151}, [590] = {.lex_state = 151}, [591] = {.lex_state = 155}, [592] = {.lex_state = 153}, [593] = {.lex_state = 153}, [594] = {.lex_state = 151}, [595] = {.lex_state = 153}, [596] = {.lex_state = 151}, [597] = {.lex_state = 153}, [598] = {.lex_state = 153}, [599] = {.lex_state = 151}, [600] = {.lex_state = 155}, [601] = {.lex_state = 211}, [602] = {.lex_state = 211}, [603] = {.lex_state = 211}, [604] = {.lex_state = 155}, [605] = {.lex_state = 155}, [606] = {.lex_state = 211}, [607] = {.lex_state = 155}, [608] = {.lex_state = 213}, [609] = {.lex_state = 155}, [610] = {.lex_state = 155}, [611] = {.lex_state = 211}, [612] = {.lex_state = 211}, [613] = {.lex_state = 211}, [614] = {.lex_state = 211}, [615] = {.lex_state = 211}, [616] = {.lex_state = 155}, [617] = {.lex_state = 211}, [618] = {.lex_state = 211}, [619] = {.lex_state = 211}, [620] = {.lex_state = 286}, [621] = {.lex_state = 155}, [622] = {.lex_state = 155}, [623] = {.lex_state = 155}, [624] = {.lex_state = 211}, [625] = {.lex_state = 155}, [626] = {.lex_state = 155}, [627] = {.lex_state = 286}, [628] = {.lex_state = 155}, [629] = {.lex_state = 155}, [630] = {.lex_state = 155}, [631] = {.lex_state = 155}, [632] = {.lex_state = 155}, [633] = {.lex_state = 211}, [634] = {.lex_state = 155}, [635] = {.lex_state = 155}, [636] = {.lex_state = 155}, [637] = {.lex_state = 155}, [638] = {.lex_state = 155}, [639] = {.lex_state = 155}, [640] = {.lex_state = 155}, [641] = {.lex_state = 155}, [642] = {.lex_state = 154}, [643] = {.lex_state = 213}, [644] = {.lex_state = 155}, [645] = {.lex_state = 155}, [646] = {.lex_state = 155}, [647] = {.lex_state = 155}, [648] = {.lex_state = 155}, [649] = {.lex_state = 155}, [650] = {.lex_state = 155}, [651] = {.lex_state = 155}, [652] = {.lex_state = 155}, [653] = {.lex_state = 155}, [654] = {.lex_state = 155}, [655] = {.lex_state = 155}, [656] = {.lex_state = 211}, [657] = {.lex_state = 155}, [658] = {.lex_state = 155}, [659] = {.lex_state = 155}, [660] = {.lex_state = 155}, [661] = {.lex_state = 155}, [662] = {.lex_state = 155}, [663] = {.lex_state = 154}, [664] = {.lex_state = 155}, [665] = {.lex_state = 155}, [666] = {.lex_state = 155}, [667] = {.lex_state = 147}, [668] = {.lex_state = 155}, [669] = {.lex_state = 155}, [670] = {.lex_state = 155}, [671] = {.lex_state = 155}, [672] = {.lex_state = 155}, [673] = {.lex_state = 155}, [674] = {.lex_state = 155}, [675] = {.lex_state = 155}, [676] = {.lex_state = 155}, [677] = {.lex_state = 211}, [678] = {.lex_state = 155}, [679] = {.lex_state = 155}, [680] = {.lex_state = 155}, [681] = {.lex_state = 155}, [682] = {.lex_state = 155}, [683] = {.lex_state = 155}, [684] = {.lex_state = 155}, [685] = {.lex_state = 211}, [686] = {.lex_state = 155}, [687] = {.lex_state = 155}, [688] = {.lex_state = 155}, [689] = {.lex_state = 155}, [690] = {.lex_state = 155}, [691] = {.lex_state = 155}, [692] = {.lex_state = 155}, [693] = {.lex_state = 155}, [694] = {.lex_state = 155}, [695] = {.lex_state = 155}, [696] = {.lex_state = 155}, [697] = {.lex_state = 155}, [698] = {.lex_state = 155}, [699] = {.lex_state = 155}, [700] = {.lex_state = 155}, [701] = {.lex_state = 155}, [702] = {.lex_state = 155}, [703] = {.lex_state = 211}, [704] = {.lex_state = 155}, [705] = {.lex_state = 155}, [706] = {.lex_state = 155}, [707] = {.lex_state = 155}, [708] = {.lex_state = 155}, [709] = {.lex_state = 155}, [710] = {.lex_state = 155}, [711] = {.lex_state = 155}, [712] = {.lex_state = 155}, [713] = {.lex_state = 155}, [714] = {.lex_state = 213}, [715] = {.lex_state = 155}, [716] = {.lex_state = 211}, [717] = {.lex_state = 155}, [718] = {.lex_state = 155}, [719] = {.lex_state = 155}, [720] = {.lex_state = 155}, [721] = {.lex_state = 155}, [722] = {.lex_state = 155}, [723] = {.lex_state = 155}, [724] = {.lex_state = 155}, [725] = {.lex_state = 155}, [726] = {.lex_state = 155}, [727] = {.lex_state = 155}, [728] = {.lex_state = 155}, [729] = {.lex_state = 155}, [730] = {.lex_state = 155}, [731] = {.lex_state = 155}, [732] = {.lex_state = 155}, [733] = {.lex_state = 155}, [734] = {.lex_state = 155}, [735] = {.lex_state = 155}, [736] = {.lex_state = 155}, [737] = {.lex_state = 155}, [738] = {.lex_state = 155}, [739] = {.lex_state = 155}, [740] = {.lex_state = 155}, [741] = {.lex_state = 155}, [742] = {.lex_state = 155}, [743] = {.lex_state = 155}, [744] = {.lex_state = 155}, [745] = {.lex_state = 155}, [746] = {.lex_state = 155}, [747] = {.lex_state = 155}, [748] = {.lex_state = 155}, [749] = {.lex_state = 155}, [750] = {.lex_state = 155}, [751] = {.lex_state = 155}, [752] = {.lex_state = 155}, [753] = {.lex_state = 155}, [754] = {.lex_state = 155}, [755] = {.lex_state = 155}, [756] = {.lex_state = 155}, [757] = {.lex_state = 155}, [758] = {.lex_state = 155}, [759] = {.lex_state = 155}, [760] = {.lex_state = 155}, [761] = {.lex_state = 155}, [762] = {.lex_state = 155}, [763] = {.lex_state = 155}, [764] = {.lex_state = 155}, [765] = {.lex_state = 155}, [766] = {.lex_state = 286}, [767] = {.lex_state = 155}, [768] = {.lex_state = 155}, [769] = {.lex_state = 155}, [770] = {.lex_state = 155}, [771] = {.lex_state = 155}, [772] = {.lex_state = 155}, [773] = {.lex_state = 155}, [774] = {.lex_state = 155}, [775] = {.lex_state = 155}, [776] = {.lex_state = 154}, [777] = {.lex_state = 155}, [778] = {.lex_state = 155}, [779] = {.lex_state = 155}, [780] = {.lex_state = 155}, [781] = {.lex_state = 155}, [782] = {.lex_state = 155}, [783] = {.lex_state = 154}, [784] = {.lex_state = 286}, [785] = {.lex_state = 155}, [786] = {.lex_state = 155}, [787] = {.lex_state = 155}, [788] = {.lex_state = 155}, [789] = {.lex_state = 155}, [790] = {.lex_state = 155}, [791] = {.lex_state = 154}, [792] = {.lex_state = 155}, [793] = {.lex_state = 155}, [794] = {.lex_state = 155}, [795] = {.lex_state = 286}, [796] = {.lex_state = 155}, [797] = {.lex_state = 155}, [798] = {.lex_state = 155}, [799] = {.lex_state = 155}, [800] = {.lex_state = 155}, [801] = {.lex_state = 155}, [802] = {.lex_state = 286}, [803] = {.lex_state = 155}, [804] = {.lex_state = 155}, [805] = {.lex_state = 154}, [806] = {.lex_state = 155}, [807] = {.lex_state = 155}, [808] = {.lex_state = 286}, [809] = {.lex_state = 286}, [810] = {.lex_state = 155}, [811] = {.lex_state = 155}, [812] = {.lex_state = 155}, [813] = {.lex_state = 155}, [814] = {.lex_state = 155}, [815] = {.lex_state = 155}, [816] = {.lex_state = 155}, [817] = {.lex_state = 155}, [818] = {.lex_state = 155}, [819] = {.lex_state = 286}, [820] = {.lex_state = 154}, [821] = {.lex_state = 286}, [822] = {.lex_state = 286}, [823] = {.lex_state = 286}, [824] = {.lex_state = 286}, [825] = {.lex_state = 286}, [826] = {.lex_state = 154}, [827] = {.lex_state = 154}, [828] = {.lex_state = 154}, [829] = {.lex_state = 286}, [830] = {.lex_state = 154}, [831] = {.lex_state = 286}, [832] = {.lex_state = 286}, [833] = {.lex_state = 154}, [834] = {.lex_state = 154}, [835] = {.lex_state = 286}, [836] = {.lex_state = 286}, [837] = {.lex_state = 286}, [838] = {.lex_state = 154}, [839] = {.lex_state = 154}, [840] = {.lex_state = 154}, [841] = {.lex_state = 154}, [842] = {.lex_state = 154}, [843] = {.lex_state = 286}, [844] = {.lex_state = 154}, [845] = {.lex_state = 286}, [846] = {.lex_state = 286}, [847] = {.lex_state = 154}, [848] = {.lex_state = 154}, [849] = {.lex_state = 154}, [850] = {.lex_state = 154}, [851] = {.lex_state = 154}, [852] = {.lex_state = 286}, [853] = {.lex_state = 286}, [854] = {.lex_state = 154}, [855] = {.lex_state = 154}, [856] = {.lex_state = 286}, [857] = {.lex_state = 154}, [858] = {.lex_state = 154}, [859] = {.lex_state = 154}, [860] = {.lex_state = 154}, [861] = {.lex_state = 286}, [862] = {.lex_state = 154}, [863] = {.lex_state = 154}, [864] = {.lex_state = 154}, [865] = {.lex_state = 154}, [866] = {.lex_state = 154}, [867] = {.lex_state = 154}, [868] = {.lex_state = 286}, [869] = {.lex_state = 286}, [870] = {.lex_state = 154}, [871] = {.lex_state = 154}, [872] = {.lex_state = 154}, [873] = {.lex_state = 286}, [874] = {.lex_state = 286}, [875] = {.lex_state = 286}, [876] = {.lex_state = 286}, [877] = {.lex_state = 286}, [878] = {.lex_state = 286}, [879] = {.lex_state = 286}, [880] = {.lex_state = 286}, [881] = {.lex_state = 286}, [882] = {.lex_state = 286}, [883] = {.lex_state = 154}, [884] = {.lex_state = 286}, [885] = {.lex_state = 154}, [886] = {.lex_state = 286}, [887] = {.lex_state = 286}, [888] = {.lex_state = 154}, [889] = {.lex_state = 154}, [890] = {.lex_state = 154}, [891] = {.lex_state = 286}, [892] = {.lex_state = 286}, [893] = {.lex_state = 154}, [894] = {.lex_state = 286}, [895] = {.lex_state = 154}, [896] = {.lex_state = 154}, [897] = {.lex_state = 154}, [898] = {.lex_state = 154}, [899] = {.lex_state = 154}, [900] = {.lex_state = 286}, [901] = {.lex_state = 286}, [902] = {.lex_state = 154}, [903] = {.lex_state = 286}, [904] = {.lex_state = 154}, [905] = {.lex_state = 154}, [906] = {.lex_state = 286}, [907] = {.lex_state = 154}, [908] = {.lex_state = 286}, [909] = {.lex_state = 286}, [910] = {.lex_state = 286}, [911] = {.lex_state = 286}, [912] = {.lex_state = 286}, [913] = {.lex_state = 286}, [914] = {.lex_state = 154}, [915] = {.lex_state = 286}, [916] = {.lex_state = 154}, [917] = {.lex_state = 154}, [918] = {.lex_state = 154}, [919] = {.lex_state = 154}, [920] = {.lex_state = 286}, [921] = {.lex_state = 154}, [922] = {.lex_state = 154}, [923] = {.lex_state = 286}, [924] = {.lex_state = 286}, [925] = {.lex_state = 154}, [926] = {.lex_state = 154}, [927] = {.lex_state = 286}, [928] = {.lex_state = 286}, [929] = {.lex_state = 154}, [930] = {.lex_state = 154}, [931] = {.lex_state = 154}, [932] = {.lex_state = 154}, [933] = {.lex_state = 154}, [934] = {.lex_state = 154}, [935] = {.lex_state = 286}, [936] = {.lex_state = 286}, [937] = {.lex_state = 154}, [938] = {.lex_state = 154}, [939] = {.lex_state = 154}, [940] = {.lex_state = 286}, [941] = {.lex_state = 286}, [942] = {.lex_state = 286}, [943] = {.lex_state = 286}, [944] = {.lex_state = 154}, [945] = {.lex_state = 154}, [946] = {.lex_state = 154}, [947] = {.lex_state = 154}, [948] = {.lex_state = 154}, [949] = {.lex_state = 154}, [950] = {.lex_state = 286}, [951] = {.lex_state = 286}, [952] = {.lex_state = 154}, [953] = {.lex_state = 286}, [954] = {.lex_state = 286}, [955] = {.lex_state = 154}, [956] = {.lex_state = 286}, [957] = {.lex_state = 286}, [958] = {.lex_state = 286}, [959] = {.lex_state = 154}, [960] = {.lex_state = 154}, [961] = {.lex_state = 286}, [962] = {.lex_state = 154}, [963] = {.lex_state = 154}, [964] = {.lex_state = 286}, [965] = {.lex_state = 286}, [966] = {.lex_state = 286}, [967] = {.lex_state = 154}, [968] = {.lex_state = 286}, [969] = {.lex_state = 286}, [970] = {.lex_state = 154}, [971] = {.lex_state = 286}, [972] = {.lex_state = 286}, [973] = {.lex_state = 154}, [974] = {.lex_state = 286}, [975] = {.lex_state = 154}, [976] = {.lex_state = 154}, [977] = {.lex_state = 154}, [978] = {.lex_state = 286}, [979] = {.lex_state = 286}, [980] = {.lex_state = 154}, [981] = {.lex_state = 286}, [982] = {.lex_state = 286}, [983] = {.lex_state = 286}, [984] = {.lex_state = 286}, [985] = {.lex_state = 154}, [986] = {.lex_state = 154}, [987] = {.lex_state = 154}, [988] = {.lex_state = 154}, [989] = {.lex_state = 154}, [990] = {.lex_state = 154}, [991] = {.lex_state = 286}, [992] = {.lex_state = 154}, [993] = {.lex_state = 286}, [994] = {.lex_state = 286}, [995] = {.lex_state = 286}, [996] = {.lex_state = 286}, [997] = {.lex_state = 286}, [998] = {.lex_state = 286}, [999] = {.lex_state = 286}, [1000] = {.lex_state = 286}, [1001] = {.lex_state = 286}, [1002] = {.lex_state = 286}, [1003] = {.lex_state = 286}, [1004] = {.lex_state = 286}, [1005] = {.lex_state = 286}, [1006] = {.lex_state = 286}, [1007] = {.lex_state = 286}, [1008] = {.lex_state = 286}, [1009] = {.lex_state = 286}, [1010] = {.lex_state = 286}, [1011] = {.lex_state = 286}, [1012] = {.lex_state = 286}, [1013] = {.lex_state = 286}, [1014] = {.lex_state = 286}, [1015] = {.lex_state = 286}, [1016] = {.lex_state = 286}, [1017] = {.lex_state = 286}, [1018] = {.lex_state = 286}, [1019] = {.lex_state = 286}, [1020] = {.lex_state = 286}, [1021] = {.lex_state = 286}, [1022] = {.lex_state = 286}, [1023] = {.lex_state = 286}, [1024] = {.lex_state = 286}, [1025] = {.lex_state = 286}, [1026] = {.lex_state = 286}, [1027] = {.lex_state = 286}, [1028] = {.lex_state = 286}, [1029] = {.lex_state = 286}, [1030] = {.lex_state = 286}, [1031] = {.lex_state = 286}, [1032] = {.lex_state = 286}, [1033] = {.lex_state = 286}, [1034] = {.lex_state = 286}, [1035] = {.lex_state = 286}, [1036] = {.lex_state = 286}, [1037] = {.lex_state = 286}, [1038] = {.lex_state = 286}, [1039] = {.lex_state = 286}, [1040] = {.lex_state = 286}, [1041] = {.lex_state = 154}, [1042] = {.lex_state = 154}, [1043] = {.lex_state = 154}, [1044] = {.lex_state = 154}, [1045] = {.lex_state = 154}, [1046] = {.lex_state = 286}, [1047] = {.lex_state = 154}, [1048] = {.lex_state = 286}, [1049] = {.lex_state = 286}, [1050] = {.lex_state = 286}, [1051] = {.lex_state = 286}, [1052] = {.lex_state = 286}, [1053] = {.lex_state = 286}, [1054] = {.lex_state = 154}, [1055] = {.lex_state = 286}, [1056] = {.lex_state = 286}, [1057] = {.lex_state = 286}, [1058] = {.lex_state = 286}, [1059] = {.lex_state = 286}, [1060] = {.lex_state = 286}, [1061] = {.lex_state = 286}, [1062] = {.lex_state = 286}, [1063] = {.lex_state = 286}, [1064] = {.lex_state = 286}, [1065] = {.lex_state = 286}, [1066] = {.lex_state = 286}, [1067] = {.lex_state = 286}, [1068] = {.lex_state = 286}, [1069] = {.lex_state = 286}, [1070] = {.lex_state = 286}, [1071] = {.lex_state = 286}, [1072] = {.lex_state = 286}, [1073] = {.lex_state = 286}, [1074] = {.lex_state = 286}, [1075] = {.lex_state = 286}, [1076] = {.lex_state = 286}, [1077] = {.lex_state = 286}, [1078] = {.lex_state = 286}, [1079] = {.lex_state = 286}, [1080] = {.lex_state = 286}, [1081] = {.lex_state = 286}, [1082] = {.lex_state = 286}, [1083] = {.lex_state = 286}, [1084] = {.lex_state = 286}, [1085] = {.lex_state = 286}, [1086] = {.lex_state = 286}, [1087] = {.lex_state = 286}, [1088] = {.lex_state = 286}, [1089] = {.lex_state = 286}, [1090] = {.lex_state = 148}, [1091] = {.lex_state = 286}, [1092] = {.lex_state = 286}, [1093] = {.lex_state = 286}, [1094] = {.lex_state = 286}, [1095] = {.lex_state = 286}, [1096] = {.lex_state = 286}, [1097] = {.lex_state = 286}, [1098] = {.lex_state = 286}, [1099] = {.lex_state = 286}, [1100] = {.lex_state = 286}, [1101] = {.lex_state = 286}, [1102] = {.lex_state = 286}, [1103] = {.lex_state = 286}, [1104] = {.lex_state = 286}, [1105] = {.lex_state = 286}, [1106] = {.lex_state = 286}, [1107] = {.lex_state = 154}, [1108] = {.lex_state = 154}, [1109] = {.lex_state = 286}, [1110] = {.lex_state = 286}, [1111] = {.lex_state = 154}, [1112] = {.lex_state = 286}, [1113] = {.lex_state = 286}, [1114] = {.lex_state = 286}, [1115] = {.lex_state = 286}, [1116] = {.lex_state = 286}, [1117] = {.lex_state = 286}, [1118] = {.lex_state = 286}, [1119] = {.lex_state = 286}, [1120] = {.lex_state = 286}, [1121] = {.lex_state = 286}, [1122] = {.lex_state = 286}, [1123] = {.lex_state = 286}, [1124] = {.lex_state = 154}, [1125] = {.lex_state = 286}, [1126] = {.lex_state = 154}, [1127] = {.lex_state = 154}, [1128] = {.lex_state = 286}, [1129] = {.lex_state = 286}, [1130] = {.lex_state = 286}, [1131] = {.lex_state = 286}, [1132] = {.lex_state = 286}, [1133] = {.lex_state = 286}, [1134] = {.lex_state = 286}, [1135] = {.lex_state = 286}, [1136] = {.lex_state = 286}, [1137] = {.lex_state = 286}, [1138] = {.lex_state = 154}, [1139] = {.lex_state = 154}, [1140] = {.lex_state = 286}, [1141] = {.lex_state = 286}, [1142] = {.lex_state = 286}, [1143] = {.lex_state = 286}, [1144] = {.lex_state = 286}, [1145] = {.lex_state = 286}, [1146] = {.lex_state = 154}, [1147] = {.lex_state = 286}, [1148] = {.lex_state = 286}, [1149] = {.lex_state = 286}, [1150] = {.lex_state = 286}, [1151] = {.lex_state = 286}, [1152] = {.lex_state = 154}, [1153] = {.lex_state = 286}, [1154] = {.lex_state = 286}, [1155] = {.lex_state = 286}, [1156] = {.lex_state = 286}, [1157] = {.lex_state = 286}, [1158] = {.lex_state = 286}, [1159] = {.lex_state = 286}, [1160] = {.lex_state = 286}, [1161] = {.lex_state = 154}, [1162] = {.lex_state = 286}, [1163] = {.lex_state = 286}, [1164] = {.lex_state = 286}, [1165] = {.lex_state = 286}, [1166] = {.lex_state = 286}, [1167] = {.lex_state = 286}, [1168] = {.lex_state = 286}, [1169] = {.lex_state = 286}, [1170] = {.lex_state = 286}, [1171] = {.lex_state = 286}, [1172] = {.lex_state = 154}, [1173] = {.lex_state = 154}, [1174] = {.lex_state = 286}, [1175] = {.lex_state = 147}, [1176] = {.lex_state = 154}, [1177] = {.lex_state = 154}, [1178] = {.lex_state = 154}, [1179] = {.lex_state = 154}, [1180] = {.lex_state = 154}, [1181] = {.lex_state = 286}, [1182] = {.lex_state = 286}, [1183] = {.lex_state = 286}, [1184] = {.lex_state = 154}, [1185] = {.lex_state = 154}, [1186] = {.lex_state = 154}, [1187] = {.lex_state = 154}, [1188] = {.lex_state = 286}, [1189] = {.lex_state = 154}, [1190] = {.lex_state = 154}, [1191] = {.lex_state = 286}, [1192] = {.lex_state = 286}, [1193] = {.lex_state = 154}, [1194] = {.lex_state = 286}, [1195] = {.lex_state = 286}, [1196] = {.lex_state = 154}, [1197] = {.lex_state = 154}, [1198] = {.lex_state = 286}, [1199] = {.lex_state = 154}, [1200] = {.lex_state = 154}, [1201] = {.lex_state = 154}, [1202] = {.lex_state = 154}, [1203] = {.lex_state = 286}, [1204] = {.lex_state = 286}, [1205] = {.lex_state = 154}, [1206] = {.lex_state = 154}, [1207] = {.lex_state = 154}, [1208] = {.lex_state = 286}, [1209] = {.lex_state = 286}, [1210] = {.lex_state = 154}, [1211] = {.lex_state = 154}, [1212] = {.lex_state = 154}, [1213] = {.lex_state = 154}, [1214] = {.lex_state = 154}, [1215] = {.lex_state = 286}, [1216] = {.lex_state = 286}, [1217] = {.lex_state = 154}, [1218] = {.lex_state = 154}, [1219] = {.lex_state = 154}, [1220] = {.lex_state = 286}, [1221] = {.lex_state = 154}, [1222] = {.lex_state = 154}, [1223] = {.lex_state = 154}, [1224] = {.lex_state = 154}, [1225] = {.lex_state = 286}, [1226] = {.lex_state = 154}, [1227] = {.lex_state = 154}, [1228] = {.lex_state = 154}, [1229] = {.lex_state = 286}, [1230] = {.lex_state = 154}, [1231] = {.lex_state = 286}, [1232] = {.lex_state = 286}, [1233] = {.lex_state = 286}, [1234] = {.lex_state = 286}, [1235] = {.lex_state = 286}, [1236] = {.lex_state = 286}, [1237] = {.lex_state = 286}, [1238] = {.lex_state = 286}, [1239] = {.lex_state = 286}, [1240] = {.lex_state = 154}, [1241] = {.lex_state = 154}, [1242] = {.lex_state = 154}, [1243] = {.lex_state = 154}, [1244] = {.lex_state = 286}, [1245] = {.lex_state = 154}, [1246] = {.lex_state = 286}, [1247] = {.lex_state = 154}, [1248] = {.lex_state = 154}, [1249] = {.lex_state = 286}, [1250] = {.lex_state = 154}, [1251] = {.lex_state = 154}, [1252] = {.lex_state = 286}, [1253] = {.lex_state = 154}, [1254] = {.lex_state = 154}, [1255] = {.lex_state = 154}, [1256] = {.lex_state = 286}, [1257] = {.lex_state = 286}, [1258] = {.lex_state = 286}, [1259] = {.lex_state = 286}, [1260] = {.lex_state = 154}, [1261] = {.lex_state = 154}, [1262] = {.lex_state = 286}, [1263] = {.lex_state = 154}, [1264] = {.lex_state = 286}, [1265] = {.lex_state = 286}, [1266] = {.lex_state = 286}, [1267] = {.lex_state = 286}, [1268] = {.lex_state = 147}, [1269] = {.lex_state = 286}, [1270] = {.lex_state = 286}, [1271] = {.lex_state = 154}, [1272] = {.lex_state = 286}, [1273] = {.lex_state = 286}, [1274] = {.lex_state = 154}, [1275] = {.lex_state = 154}, [1276] = {.lex_state = 154}, [1277] = {.lex_state = 286}, [1278] = {.lex_state = 286}, [1279] = {.lex_state = 154}, [1280] = {.lex_state = 286}, [1281] = {.lex_state = 154}, [1282] = {.lex_state = 154}, [1283] = {.lex_state = 286}, [1284] = {.lex_state = 154}, [1285] = {.lex_state = 286}, [1286] = {.lex_state = 154}, [1287] = {.lex_state = 286}, [1288] = {.lex_state = 154}, [1289] = {.lex_state = 154}, [1290] = {.lex_state = 286}, [1291] = {.lex_state = 154}, [1292] = {.lex_state = 286}, [1293] = {.lex_state = 154}, [1294] = {.lex_state = 286}, [1295] = {.lex_state = 154}, [1296] = {.lex_state = 154}, [1297] = {.lex_state = 286}, [1298] = {.lex_state = 286}, [1299] = {.lex_state = 154}, [1300] = {.lex_state = 286}, [1301] = {.lex_state = 154}, [1302] = {.lex_state = 286}, [1303] = {.lex_state = 286}, [1304] = {.lex_state = 286}, [1305] = {.lex_state = 154}, [1306] = {.lex_state = 286}, [1307] = {.lex_state = 286}, [1308] = {.lex_state = 286}, [1309] = {.lex_state = 154}, [1310] = {.lex_state = 286}, [1311] = {.lex_state = 286}, [1312] = {.lex_state = 286}, [1313] = {.lex_state = 286}, [1314] = {.lex_state = 286}, [1315] = {.lex_state = 286}, [1316] = {.lex_state = 286}, [1317] = {.lex_state = 286}, [1318] = {.lex_state = 286}, [1319] = {.lex_state = 286}, [1320] = {.lex_state = 286}, [1321] = {.lex_state = 286}, [1322] = {.lex_state = 286}, [1323] = {.lex_state = 286}, [1324] = {.lex_state = 286}, [1325] = {.lex_state = 286}, [1326] = {.lex_state = 286}, [1327] = {.lex_state = 286}, [1328] = {.lex_state = 286}, [1329] = {.lex_state = 286}, [1330] = {.lex_state = 286}, [1331] = {.lex_state = 286}, [1332] = {.lex_state = 286}, [1333] = {.lex_state = 286}, [1334] = {.lex_state = 286}, [1335] = {.lex_state = 286}, [1336] = {.lex_state = 286}, [1337] = {.lex_state = 286}, [1338] = {.lex_state = 286}, [1339] = {.lex_state = 286}, [1340] = {.lex_state = 286}, [1341] = {.lex_state = 286}, [1342] = {.lex_state = 286}, [1343] = {.lex_state = 286}, [1344] = {.lex_state = 286}, [1345] = {.lex_state = 286}, [1346] = {.lex_state = 286}, [1347] = {.lex_state = 286}, [1348] = {.lex_state = 286}, [1349] = {.lex_state = 286}, [1350] = {.lex_state = 286}, [1351] = {.lex_state = 286}, [1352] = {.lex_state = 286}, [1353] = {.lex_state = 286}, [1354] = {.lex_state = 286}, [1355] = {.lex_state = 286}, [1356] = {.lex_state = 286}, [1357] = {.lex_state = 286}, [1358] = {.lex_state = 286}, [1359] = {.lex_state = 286}, [1360] = {.lex_state = 286}, [1361] = {.lex_state = 286}, [1362] = {.lex_state = 286}, [1363] = {.lex_state = 286}, [1364] = {.lex_state = 286}, [1365] = {.lex_state = 286}, [1366] = {.lex_state = 286}, [1367] = {.lex_state = 286}, [1368] = {.lex_state = 286}, [1369] = {.lex_state = 286}, [1370] = {.lex_state = 286}, [1371] = {.lex_state = 286}, [1372] = {.lex_state = 286}, [1373] = {.lex_state = 286}, [1374] = {.lex_state = 286}, [1375] = {.lex_state = 149}, [1376] = {.lex_state = 149}, [1377] = {.lex_state = 212}, [1378] = {.lex_state = 212}, [1379] = {.lex_state = 212}, [1380] = {.lex_state = 212}, [1381] = {.lex_state = 212}, [1382] = {.lex_state = 212}, [1383] = {.lex_state = 212}, [1384] = {.lex_state = 212}, [1385] = {.lex_state = 212}, [1386] = {.lex_state = 212}, [1387] = {.lex_state = 212}, [1388] = {.lex_state = 212}, [1389] = {.lex_state = 212}, [1390] = {.lex_state = 212}, [1391] = {.lex_state = 212}, [1392] = {.lex_state = 212}, [1393] = {.lex_state = 212}, [1394] = {.lex_state = 212}, [1395] = {.lex_state = 157}, [1396] = {.lex_state = 156}, [1397] = {.lex_state = 157}, [1398] = {.lex_state = 157}, [1399] = {.lex_state = 157}, [1400] = {.lex_state = 157}, [1401] = {.lex_state = 157}, [1402] = {.lex_state = 157}, [1403] = {.lex_state = 157}, [1404] = {.lex_state = 286}, [1405] = {.lex_state = 286}, [1406] = {.lex_state = 157}, [1407] = {.lex_state = 157}, [1408] = {.lex_state = 157}, [1409] = {.lex_state = 157}, [1410] = {.lex_state = 157}, [1411] = {.lex_state = 157}, [1412] = {.lex_state = 156}, [1413] = {.lex_state = 157}, [1414] = {.lex_state = 157}, [1415] = {.lex_state = 157}, [1416] = {.lex_state = 157}, [1417] = {.lex_state = 286}, [1418] = {.lex_state = 157}, [1419] = {.lex_state = 157}, [1420] = {.lex_state = 157}, [1421] = {.lex_state = 157}, [1422] = {.lex_state = 157}, [1423] = {.lex_state = 157}, [1424] = {.lex_state = 157}, [1425] = {.lex_state = 157}, [1426] = {.lex_state = 157}, [1427] = {.lex_state = 157}, [1428] = {.lex_state = 157}, [1429] = {.lex_state = 157}, [1430] = {.lex_state = 157}, [1431] = {.lex_state = 157}, [1432] = {.lex_state = 157}, [1433] = {.lex_state = 157}, [1434] = {.lex_state = 153}, [1435] = {.lex_state = 157}, [1436] = {.lex_state = 157}, [1437] = {.lex_state = 153}, [1438] = {.lex_state = 157}, [1439] = {.lex_state = 157}, [1440] = {.lex_state = 157}, [1441] = {.lex_state = 157}, [1442] = {.lex_state = 157}, [1443] = {.lex_state = 157}, [1444] = {.lex_state = 157}, [1445] = {.lex_state = 157}, [1446] = {.lex_state = 157}, [1447] = {.lex_state = 157}, [1448] = {.lex_state = 157}, [1449] = {.lex_state = 157}, [1450] = {.lex_state = 157}, [1451] = {.lex_state = 157}, [1452] = {.lex_state = 157}, [1453] = {.lex_state = 157}, [1454] = {.lex_state = 157}, [1455] = {.lex_state = 153}, [1456] = {.lex_state = 153}, [1457] = {.lex_state = 157}, [1458] = {.lex_state = 153}, [1459] = {.lex_state = 153}, [1460] = {.lex_state = 153}, [1461] = {.lex_state = 153}, [1462] = {.lex_state = 153}, [1463] = {.lex_state = 153}, [1464] = {.lex_state = 153}, [1465] = {.lex_state = 153}, [1466] = {.lex_state = 153}, [1467] = {.lex_state = 153}, [1468] = {.lex_state = 153}, [1469] = {.lex_state = 153}, [1470] = {.lex_state = 153}, [1471] = {.lex_state = 153}, [1472] = {.lex_state = 153}, [1473] = {.lex_state = 153}, [1474] = {.lex_state = 153}, [1475] = {.lex_state = 153}, [1476] = {.lex_state = 153}, [1477] = {.lex_state = 153}, [1478] = {.lex_state = 153}, [1479] = {.lex_state = 153}, [1480] = {.lex_state = 153}, [1481] = {.lex_state = 153}, [1482] = {.lex_state = 153}, [1483] = {.lex_state = 153}, [1484] = {.lex_state = 153}, [1485] = {.lex_state = 153}, [1486] = {.lex_state = 153}, [1487] = {.lex_state = 153}, [1488] = {.lex_state = 153}, [1489] = {.lex_state = 153}, [1490] = {.lex_state = 153}, [1491] = {.lex_state = 153}, [1492] = {.lex_state = 153}, [1493] = {.lex_state = 153}, [1494] = {.lex_state = 153}, [1495] = {.lex_state = 153}, [1496] = {.lex_state = 153}, [1497] = {.lex_state = 153}, [1498] = {.lex_state = 153}, [1499] = {.lex_state = 153}, [1500] = {.lex_state = 153}, [1501] = {.lex_state = 153}, [1502] = {.lex_state = 153}, [1503] = {.lex_state = 153}, [1504] = {.lex_state = 153}, [1505] = {.lex_state = 153}, [1506] = {.lex_state = 153}, [1507] = {.lex_state = 153}, [1508] = {.lex_state = 153}, [1509] = {.lex_state = 153}, [1510] = {.lex_state = 153}, [1511] = {.lex_state = 153}, [1512] = {.lex_state = 153}, [1513] = {.lex_state = 153}, [1514] = {.lex_state = 153}, [1515] = {.lex_state = 153}, [1516] = {.lex_state = 153}, [1517] = {.lex_state = 153}, [1518] = {.lex_state = 153}, [1519] = {.lex_state = 153}, [1520] = {.lex_state = 153}, [1521] = {.lex_state = 153}, [1522] = {.lex_state = 153}, [1523] = {.lex_state = 153}, [1524] = {.lex_state = 153}, [1525] = {.lex_state = 153}, [1526] = {.lex_state = 153}, [1527] = {.lex_state = 153}, [1528] = {.lex_state = 153}, [1529] = {.lex_state = 153}, [1530] = {.lex_state = 153}, [1531] = {.lex_state = 153}, [1532] = {.lex_state = 153}, [1533] = {.lex_state = 153}, [1534] = {.lex_state = 153}, [1535] = {.lex_state = 153}, [1536] = {.lex_state = 153}, [1537] = {.lex_state = 153}, [1538] = {.lex_state = 153}, [1539] = {.lex_state = 153}, [1540] = {.lex_state = 153}, [1541] = {.lex_state = 153}, [1542] = {.lex_state = 153}, [1543] = {.lex_state = 153}, [1544] = {.lex_state = 153}, [1545] = {.lex_state = 153}, [1546] = {.lex_state = 153}, [1547] = {.lex_state = 153}, [1548] = {.lex_state = 153}, [1549] = {.lex_state = 153}, [1550] = {.lex_state = 153}, [1551] = {.lex_state = 153}, [1552] = {.lex_state = 153}, [1553] = {.lex_state = 153}, [1554] = {.lex_state = 153}, [1555] = {.lex_state = 153}, [1556] = {.lex_state = 153}, [1557] = {.lex_state = 153}, [1558] = {.lex_state = 153}, [1559] = {.lex_state = 153}, [1560] = {.lex_state = 153}, [1561] = {.lex_state = 153}, [1562] = {.lex_state = 153}, [1563] = {.lex_state = 153}, [1564] = {.lex_state = 153}, [1565] = {.lex_state = 153}, [1566] = {.lex_state = 153}, [1567] = {.lex_state = 153}, [1568] = {.lex_state = 153}, [1569] = {.lex_state = 153}, [1570] = {.lex_state = 153}, [1571] = {.lex_state = 153}, [1572] = {.lex_state = 153}, [1573] = {.lex_state = 153}, [1574] = {.lex_state = 153}, [1575] = {.lex_state = 153}, [1576] = {.lex_state = 153}, [1577] = {.lex_state = 153}, [1578] = {.lex_state = 153}, [1579] = {.lex_state = 153}, [1580] = {.lex_state = 153}, [1581] = {.lex_state = 153}, [1582] = {.lex_state = 153}, [1583] = {.lex_state = 153}, [1584] = {.lex_state = 212}, [1585] = {.lex_state = 157}, [1586] = {.lex_state = 157}, [1587] = {.lex_state = 157}, [1588] = {.lex_state = 157}, [1589] = {.lex_state = 157}, [1590] = {.lex_state = 157}, [1591] = {.lex_state = 157}, [1592] = {.lex_state = 157}, [1593] = {.lex_state = 157}, [1594] = {.lex_state = 157}, [1595] = {.lex_state = 157}, [1596] = {.lex_state = 157}, [1597] = {.lex_state = 157}, [1598] = {.lex_state = 157}, [1599] = {.lex_state = 157}, [1600] = {.lex_state = 157}, [1601] = {.lex_state = 157}, [1602] = {.lex_state = 156}, [1603] = {.lex_state = 157}, [1604] = {.lex_state = 157}, [1605] = {.lex_state = 157}, [1606] = {.lex_state = 156}, [1607] = {.lex_state = 157}, [1608] = {.lex_state = 157}, [1609] = {.lex_state = 156}, [1610] = {.lex_state = 157}, [1611] = {.lex_state = 157}, [1612] = {.lex_state = 157}, [1613] = {.lex_state = 157}, [1614] = {.lex_state = 156}, [1615] = {.lex_state = 157}, [1616] = {.lex_state = 157}, [1617] = {.lex_state = 157}, [1618] = {.lex_state = 157}, [1619] = {.lex_state = 156}, [1620] = {.lex_state = 157}, [1621] = {.lex_state = 157}, [1622] = {.lex_state = 157}, [1623] = {.lex_state = 156}, [1624] = {.lex_state = 156}, [1625] = {.lex_state = 157}, [1626] = {.lex_state = 157}, [1627] = {.lex_state = 157}, [1628] = {.lex_state = 157}, [1629] = {.lex_state = 157}, [1630] = {.lex_state = 156}, [1631] = {.lex_state = 156}, [1632] = {.lex_state = 156}, [1633] = {.lex_state = 156}, [1634] = {.lex_state = 156}, [1635] = {.lex_state = 156}, [1636] = {.lex_state = 157}, [1637] = {.lex_state = 156}, [1638] = {.lex_state = 157}, [1639] = {.lex_state = 156}, [1640] = {.lex_state = 157}, [1641] = {.lex_state = 156}, [1642] = {.lex_state = 157}, [1643] = {.lex_state = 157}, [1644] = {.lex_state = 156}, [1645] = {.lex_state = 157}, [1646] = {.lex_state = 157}, [1647] = {.lex_state = 157}, [1648] = {.lex_state = 157}, [1649] = {.lex_state = 156}, [1650] = {.lex_state = 157}, [1651] = {.lex_state = 157}, [1652] = {.lex_state = 157}, [1653] = {.lex_state = 157}, [1654] = {.lex_state = 157}, [1655] = {.lex_state = 157}, [1656] = {.lex_state = 157}, [1657] = {.lex_state = 157}, [1658] = {.lex_state = 157}, [1659] = {.lex_state = 157}, [1660] = {.lex_state = 157}, [1661] = {.lex_state = 157}, [1662] = {.lex_state = 157}, [1663] = {.lex_state = 157}, [1664] = {.lex_state = 157}, [1665] = {.lex_state = 157}, [1666] = {.lex_state = 157}, [1667] = {.lex_state = 157}, [1668] = {.lex_state = 157}, [1669] = {.lex_state = 157}, [1670] = {.lex_state = 157}, [1671] = {.lex_state = 157}, [1672] = {.lex_state = 157}, [1673] = {.lex_state = 157}, [1674] = {.lex_state = 157}, [1675] = {.lex_state = 157}, [1676] = {.lex_state = 157}, [1677] = {.lex_state = 157}, [1678] = {.lex_state = 157}, [1679] = {.lex_state = 157}, [1680] = {.lex_state = 157}, [1681] = {.lex_state = 157}, [1682] = {.lex_state = 157}, [1683] = {.lex_state = 157}, [1684] = {.lex_state = 157}, [1685] = {.lex_state = 157}, [1686] = {.lex_state = 157}, [1687] = {.lex_state = 157}, [1688] = {.lex_state = 157}, [1689] = {.lex_state = 157}, [1690] = {.lex_state = 157}, [1691] = {.lex_state = 157}, [1692] = {.lex_state = 157}, [1693] = {.lex_state = 157}, [1694] = {.lex_state = 157}, [1695] = {.lex_state = 157}, [1696] = {.lex_state = 157}, [1697] = {.lex_state = 157}, [1698] = {.lex_state = 157}, [1699] = {.lex_state = 157}, [1700] = {.lex_state = 157}, [1701] = {.lex_state = 157}, [1702] = {.lex_state = 157}, [1703] = {.lex_state = 157}, [1704] = {.lex_state = 157}, [1705] = {.lex_state = 157}, [1706] = {.lex_state = 157}, [1707] = {.lex_state = 157}, [1708] = {.lex_state = 157}, [1709] = {.lex_state = 157}, [1710] = {.lex_state = 157}, [1711] = {.lex_state = 157}, [1712] = {.lex_state = 157}, [1713] = {.lex_state = 157}, [1714] = {.lex_state = 157}, [1715] = {.lex_state = 157}, [1716] = {.lex_state = 157}, [1717] = {.lex_state = 157}, [1718] = {.lex_state = 157}, [1719] = {.lex_state = 157}, [1720] = {.lex_state = 157}, [1721] = {.lex_state = 157}, [1722] = {.lex_state = 157}, [1723] = {.lex_state = 157}, [1724] = {.lex_state = 157}, [1725] = {.lex_state = 157}, [1726] = {.lex_state = 157}, [1727] = {.lex_state = 157}, [1728] = {.lex_state = 157}, [1729] = {.lex_state = 157}, [1730] = {.lex_state = 157}, [1731] = {.lex_state = 157}, [1732] = {.lex_state = 157}, [1733] = {.lex_state = 157}, [1734] = {.lex_state = 157}, [1735] = {.lex_state = 157}, [1736] = {.lex_state = 157}, [1737] = {.lex_state = 157}, [1738] = {.lex_state = 157}, [1739] = {.lex_state = 157}, [1740] = {.lex_state = 157}, [1741] = {.lex_state = 157}, [1742] = {.lex_state = 157}, [1743] = {.lex_state = 157}, [1744] = {.lex_state = 157}, [1745] = {.lex_state = 157}, [1746] = {.lex_state = 157}, [1747] = {.lex_state = 157}, [1748] = {.lex_state = 157}, [1749] = {.lex_state = 157}, [1750] = {.lex_state = 157}, [1751] = {.lex_state = 157}, [1752] = {.lex_state = 157}, [1753] = {.lex_state = 157}, [1754] = {.lex_state = 157}, [1755] = {.lex_state = 157}, [1756] = {.lex_state = 157}, [1757] = {.lex_state = 157}, [1758] = {.lex_state = 157}, [1759] = {.lex_state = 157}, [1760] = {.lex_state = 157}, [1761] = {.lex_state = 157}, [1762] = {.lex_state = 157}, [1763] = {.lex_state = 157}, [1764] = {.lex_state = 157}, [1765] = {.lex_state = 157}, [1766] = {.lex_state = 157}, [1767] = {.lex_state = 157}, [1768] = {.lex_state = 157}, [1769] = {.lex_state = 157}, [1770] = {.lex_state = 157}, [1771] = {.lex_state = 157}, [1772] = {.lex_state = 157}, [1773] = {.lex_state = 157}, [1774] = {.lex_state = 157}, [1775] = {.lex_state = 157}, [1776] = {.lex_state = 157}, [1777] = {.lex_state = 157}, [1778] = {.lex_state = 157}, [1779] = {.lex_state = 157}, [1780] = {.lex_state = 157}, [1781] = {.lex_state = 157}, [1782] = {.lex_state = 157}, [1783] = {.lex_state = 157}, [1784] = {.lex_state = 157}, [1785] = {.lex_state = 157}, [1786] = {.lex_state = 157}, [1787] = {.lex_state = 157}, [1788] = {.lex_state = 157}, [1789] = {.lex_state = 157}, [1790] = {.lex_state = 157}, [1791] = {.lex_state = 157}, [1792] = {.lex_state = 157}, [1793] = {.lex_state = 157}, [1794] = {.lex_state = 157}, [1795] = {.lex_state = 157}, [1796] = {.lex_state = 157}, [1797] = {.lex_state = 157}, [1798] = {.lex_state = 157}, [1799] = {.lex_state = 157}, [1800] = {.lex_state = 157}, [1801] = {.lex_state = 157}, [1802] = {.lex_state = 157}, [1803] = {.lex_state = 157}, [1804] = {.lex_state = 157}, [1805] = {.lex_state = 157}, [1806] = {.lex_state = 157}, [1807] = {.lex_state = 157}, [1808] = {.lex_state = 157}, [1809] = {.lex_state = 157}, [1810] = {.lex_state = 157}, [1811] = {.lex_state = 157}, [1812] = {.lex_state = 157}, [1813] = {.lex_state = 157}, [1814] = {.lex_state = 157}, [1815] = {.lex_state = 157}, [1816] = {.lex_state = 157}, [1817] = {.lex_state = 157}, [1818] = {.lex_state = 157}, [1819] = {.lex_state = 157}, [1820] = {.lex_state = 157}, [1821] = {.lex_state = 157}, [1822] = {.lex_state = 157}, [1823] = {.lex_state = 157}, [1824] = {.lex_state = 157}, [1825] = {.lex_state = 157}, [1826] = {.lex_state = 157}, [1827] = {.lex_state = 157}, [1828] = {.lex_state = 157}, [1829] = {.lex_state = 157}, [1830] = {.lex_state = 157}, [1831] = {.lex_state = 157}, [1832] = {.lex_state = 157}, [1833] = {.lex_state = 157}, [1834] = {.lex_state = 157}, [1835] = {.lex_state = 157}, [1836] = {.lex_state = 157}, [1837] = {.lex_state = 157}, [1838] = {.lex_state = 157}, [1839] = {.lex_state = 157}, [1840] = {.lex_state = 157}, [1841] = {.lex_state = 157}, [1842] = {.lex_state = 157}, [1843] = {.lex_state = 157}, [1844] = {.lex_state = 157}, [1845] = {.lex_state = 157}, [1846] = {.lex_state = 157}, [1847] = {.lex_state = 157}, [1848] = {.lex_state = 157}, [1849] = {.lex_state = 157}, [1850] = {.lex_state = 157}, [1851] = {.lex_state = 157}, [1852] = {.lex_state = 157}, [1853] = {.lex_state = 157}, [1854] = {.lex_state = 157}, [1855] = {.lex_state = 157}, [1856] = {.lex_state = 157}, [1857] = {.lex_state = 157}, [1858] = {.lex_state = 157}, [1859] = {.lex_state = 157}, [1860] = {.lex_state = 157}, [1861] = {.lex_state = 157}, [1862] = {.lex_state = 157}, [1863] = {.lex_state = 157}, [1864] = {.lex_state = 157}, [1865] = {.lex_state = 157}, [1866] = {.lex_state = 157}, [1867] = {.lex_state = 157}, [1868] = {.lex_state = 157}, [1869] = {.lex_state = 157}, [1870] = {.lex_state = 157}, [1871] = {.lex_state = 157}, [1872] = {.lex_state = 157}, [1873] = {.lex_state = 157}, [1874] = {.lex_state = 157}, [1875] = {.lex_state = 157}, [1876] = {.lex_state = 157}, [1877] = {.lex_state = 157}, [1878] = {.lex_state = 157}, [1879] = {.lex_state = 157}, [1880] = {.lex_state = 157}, [1881] = {.lex_state = 157}, [1882] = {.lex_state = 157}, [1883] = {.lex_state = 157}, [1884] = {.lex_state = 157}, [1885] = {.lex_state = 157}, [1886] = {.lex_state = 157}, [1887] = {.lex_state = 157}, [1888] = {.lex_state = 157}, [1889] = {.lex_state = 157}, [1890] = {.lex_state = 157}, [1891] = {.lex_state = 157}, [1892] = {.lex_state = 157}, [1893] = {.lex_state = 157}, [1894] = {.lex_state = 157}, [1895] = {.lex_state = 157}, [1896] = {.lex_state = 157}, [1897] = {.lex_state = 157}, [1898] = {.lex_state = 157}, [1899] = {.lex_state = 157}, [1900] = {.lex_state = 157}, [1901] = {.lex_state = 157}, [1902] = {.lex_state = 157}, [1903] = {.lex_state = 157}, [1904] = {.lex_state = 157}, [1905] = {.lex_state = 157}, [1906] = {.lex_state = 157}, [1907] = {.lex_state = 157}, [1908] = {.lex_state = 157}, [1909] = {.lex_state = 157}, [1910] = {.lex_state = 157}, [1911] = {.lex_state = 157}, [1912] = {.lex_state = 157}, [1913] = {.lex_state = 157}, [1914] = {.lex_state = 157}, [1915] = {.lex_state = 157}, [1916] = {.lex_state = 157}, [1917] = {.lex_state = 157}, [1918] = {.lex_state = 157}, [1919] = {.lex_state = 157}, [1920] = {.lex_state = 157}, [1921] = {.lex_state = 157}, [1922] = {.lex_state = 157}, [1923] = {.lex_state = 157}, [1924] = {.lex_state = 157}, [1925] = {.lex_state = 157}, [1926] = {.lex_state = 157}, [1927] = {.lex_state = 157}, [1928] = {.lex_state = 157}, [1929] = {.lex_state = 157}, [1930] = {.lex_state = 157}, [1931] = {.lex_state = 157}, [1932] = {.lex_state = 157}, [1933] = {.lex_state = 157}, [1934] = {.lex_state = 157}, [1935] = {.lex_state = 157}, [1936] = {.lex_state = 157}, [1937] = {.lex_state = 157}, [1938] = {.lex_state = 157}, [1939] = {.lex_state = 157}, [1940] = {.lex_state = 157}, [1941] = {.lex_state = 157}, [1942] = {.lex_state = 157}, [1943] = {.lex_state = 157}, [1944] = {.lex_state = 157}, [1945] = {.lex_state = 157}, [1946] = {.lex_state = 157}, [1947] = {.lex_state = 157}, [1948] = {.lex_state = 157}, [1949] = {.lex_state = 157}, [1950] = {.lex_state = 157}, [1951] = {.lex_state = 157}, [1952] = {.lex_state = 157}, [1953] = {.lex_state = 157}, [1954] = {.lex_state = 157}, [1955] = {.lex_state = 157}, [1956] = {.lex_state = 157}, [1957] = {.lex_state = 157}, [1958] = {.lex_state = 157}, [1959] = {.lex_state = 157}, [1960] = {.lex_state = 157}, [1961] = {.lex_state = 157}, [1962] = {.lex_state = 157}, [1963] = {.lex_state = 157}, [1964] = {.lex_state = 157}, [1965] = {.lex_state = 157}, [1966] = {.lex_state = 157}, [1967] = {.lex_state = 157}, [1968] = {.lex_state = 157}, [1969] = {.lex_state = 157}, [1970] = {.lex_state = 157}, [1971] = {.lex_state = 157}, [1972] = {.lex_state = 157}, [1973] = {.lex_state = 157}, [1974] = {.lex_state = 157}, [1975] = {.lex_state = 157}, [1976] = {.lex_state = 157}, [1977] = {.lex_state = 157}, [1978] = {.lex_state = 157}, [1979] = {.lex_state = 157}, [1980] = {.lex_state = 157}, [1981] = {.lex_state = 157}, [1982] = {.lex_state = 157}, [1983] = {.lex_state = 157}, [1984] = {.lex_state = 157}, [1985] = {.lex_state = 157}, [1986] = {.lex_state = 157}, [1987] = {.lex_state = 157}, [1988] = {.lex_state = 157}, [1989] = {.lex_state = 157}, [1990] = {.lex_state = 157}, [1991] = {.lex_state = 157}, [1992] = {.lex_state = 157}, [1993] = {.lex_state = 157}, [1994] = {.lex_state = 157}, [1995] = {.lex_state = 157}, [1996] = {.lex_state = 157}, [1997] = {.lex_state = 157}, [1998] = {.lex_state = 157}, [1999] = {.lex_state = 157}, [2000] = {.lex_state = 157}, [2001] = {.lex_state = 157}, [2002] = {.lex_state = 157}, [2003] = {.lex_state = 157}, [2004] = {.lex_state = 157}, [2005] = {.lex_state = 157}, [2006] = {.lex_state = 157}, [2007] = {.lex_state = 157}, [2008] = {.lex_state = 157}, [2009] = {.lex_state = 157}, [2010] = {.lex_state = 157}, [2011] = {.lex_state = 157}, [2012] = {.lex_state = 157}, [2013] = {.lex_state = 157}, [2014] = {.lex_state = 157}, [2015] = {.lex_state = 157}, [2016] = {.lex_state = 157}, [2017] = {.lex_state = 157}, [2018] = {.lex_state = 157}, [2019] = {.lex_state = 157}, [2020] = {.lex_state = 157}, [2021] = {.lex_state = 157}, [2022] = {.lex_state = 157}, [2023] = {.lex_state = 157}, [2024] = {.lex_state = 157}, [2025] = {.lex_state = 157}, [2026] = {.lex_state = 157}, [2027] = {.lex_state = 157}, [2028] = {.lex_state = 157}, [2029] = {.lex_state = 157}, [2030] = {.lex_state = 157}, [2031] = {.lex_state = 157}, [2032] = {.lex_state = 157}, [2033] = {.lex_state = 157}, [2034] = {.lex_state = 157}, [2035] = {.lex_state = 157}, [2036] = {.lex_state = 157}, [2037] = {.lex_state = 157}, [2038] = {.lex_state = 157}, [2039] = {.lex_state = 157}, [2040] = {.lex_state = 157}, [2041] = {.lex_state = 157}, [2042] = {.lex_state = 157}, [2043] = {.lex_state = 157}, [2044] = {.lex_state = 157}, [2045] = {.lex_state = 157}, [2046] = {.lex_state = 157}, [2047] = {.lex_state = 157}, [2048] = {.lex_state = 157}, [2049] = {.lex_state = 157}, [2050] = {.lex_state = 157}, [2051] = {.lex_state = 157}, [2052] = {.lex_state = 157}, [2053] = {.lex_state = 157}, [2054] = {.lex_state = 157}, [2055] = {.lex_state = 157}, [2056] = {.lex_state = 157}, [2057] = {.lex_state = 157}, [2058] = {.lex_state = 157}, [2059] = {.lex_state = 157}, [2060] = {.lex_state = 157}, [2061] = {.lex_state = 157}, [2062] = {.lex_state = 157}, [2063] = {.lex_state = 157}, [2064] = {.lex_state = 157}, [2065] = {.lex_state = 157}, [2066] = {.lex_state = 157}, [2067] = {.lex_state = 157}, [2068] = {.lex_state = 157}, [2069] = {.lex_state = 157}, [2070] = {.lex_state = 157}, [2071] = {.lex_state = 157}, [2072] = {.lex_state = 157}, [2073] = {.lex_state = 157}, [2074] = {.lex_state = 157}, [2075] = {.lex_state = 157}, [2076] = {.lex_state = 212}, [2077] = {.lex_state = 212}, [2078] = {.lex_state = 212}, [2079] = {.lex_state = 212}, [2080] = {.lex_state = 212}, [2081] = {.lex_state = 170}, [2082] = {.lex_state = 170}, [2083] = {.lex_state = 178}, [2084] = {.lex_state = 170}, [2085] = {.lex_state = 178}, [2086] = {.lex_state = 178}, [2087] = {.lex_state = 178}, [2088] = {.lex_state = 178}, [2089] = {.lex_state = 178}, [2090] = {.lex_state = 170}, [2091] = {.lex_state = 178}, [2092] = {.lex_state = 178}, [2093] = {.lex_state = 170}, [2094] = {.lex_state = 170}, [2095] = {.lex_state = 178}, [2096] = {.lex_state = 178}, [2097] = {.lex_state = 170}, [2098] = {.lex_state = 178}, [2099] = {.lex_state = 178}, [2100] = {.lex_state = 178}, [2101] = {.lex_state = 170}, [2102] = {.lex_state = 178}, [2103] = {.lex_state = 178}, [2104] = {.lex_state = 178}, [2105] = {.lex_state = 170}, [2106] = {.lex_state = 170}, [2107] = {.lex_state = 178}, [2108] = {.lex_state = 178}, [2109] = {.lex_state = 178}, [2110] = {.lex_state = 178}, [2111] = {.lex_state = 178}, [2112] = {.lex_state = 178}, [2113] = {.lex_state = 178}, [2114] = {.lex_state = 178}, [2115] = {.lex_state = 178}, [2116] = {.lex_state = 178}, [2117] = {.lex_state = 170}, [2118] = {.lex_state = 170}, [2119] = {.lex_state = 153}, [2120] = {.lex_state = 170}, [2121] = {.lex_state = 170}, [2122] = {.lex_state = 212}, [2123] = {.lex_state = 153}, [2124] = {.lex_state = 153}, [2125] = {.lex_state = 212}, [2126] = {.lex_state = 170}, [2127] = {.lex_state = 170}, [2128] = {.lex_state = 170}, [2129] = {.lex_state = 170}, [2130] = {.lex_state = 194}, [2131] = {.lex_state = 194}, [2132] = {.lex_state = 194}, [2133] = {.lex_state = 194}, [2134] = {.lex_state = 194}, [2135] = {.lex_state = 194}, [2136] = {.lex_state = 194}, [2137] = {.lex_state = 212}, [2138] = {.lex_state = 212}, [2139] = {.lex_state = 212}, [2140] = {.lex_state = 212}, [2141] = {.lex_state = 212}, [2142] = {.lex_state = 212}, [2143] = {.lex_state = 212}, [2144] = {.lex_state = 212}, [2145] = {.lex_state = 212}, [2146] = {.lex_state = 171}, [2147] = {.lex_state = 212}, [2148] = {.lex_state = 171}, [2149] = {.lex_state = 212}, [2150] = {.lex_state = 212}, [2151] = {.lex_state = 171}, [2152] = {.lex_state = 171}, [2153] = {.lex_state = 171}, [2154] = {.lex_state = 212}, [2155] = {.lex_state = 171}, [2156] = {.lex_state = 212}, [2157] = {.lex_state = 171}, [2158] = {.lex_state = 170}, [2159] = {.lex_state = 170}, [2160] = {.lex_state = 212}, [2161] = {.lex_state = 180}, [2162] = {.lex_state = 161}, [2163] = {.lex_state = 180}, [2164] = {.lex_state = 180}, [2165] = {.lex_state = 161}, [2166] = {.lex_state = 212}, [2167] = {.lex_state = 180}, [2168] = {.lex_state = 212}, [2169] = {.lex_state = 171}, [2170] = {.lex_state = 170}, [2171] = {.lex_state = 180}, [2172] = {.lex_state = 180}, [2173] = {.lex_state = 180}, [2174] = {.lex_state = 161}, [2175] = {.lex_state = 171}, [2176] = {.lex_state = 212}, [2177] = {.lex_state = 212}, [2178] = {.lex_state = 171}, [2179] = {.lex_state = 171}, [2180] = {.lex_state = 212}, [2181] = {.lex_state = 171}, [2182] = {.lex_state = 200}, [2183] = {.lex_state = 212}, [2184] = {.lex_state = 212}, [2185] = {.lex_state = 212}, [2186] = {.lex_state = 212}, [2187] = {.lex_state = 171}, [2188] = {.lex_state = 171}, [2189] = {.lex_state = 212}, [2190] = {.lex_state = 200}, [2191] = {.lex_state = 171}, [2192] = {.lex_state = 212}, [2193] = {.lex_state = 212}, [2194] = {.lex_state = 200}, [2195] = {.lex_state = 171}, [2196] = {.lex_state = 212}, [2197] = {.lex_state = 212}, [2198] = {.lex_state = 212}, [2199] = {.lex_state = 212}, [2200] = {.lex_state = 212}, [2201] = {.lex_state = 171}, [2202] = {.lex_state = 212}, [2203] = {.lex_state = 194}, [2204] = {.lex_state = 159}, [2205] = {.lex_state = 159}, [2206] = {.lex_state = 194}, [2207] = {.lex_state = 159}, [2208] = {.lex_state = 194}, [2209] = {.lex_state = 180}, [2210] = {.lex_state = 153}, [2211] = {.lex_state = 153}, [2212] = {.lex_state = 170}, [2213] = {.lex_state = 180}, [2214] = {.lex_state = 212}, [2215] = {.lex_state = 196}, [2216] = {.lex_state = 161}, [2217] = {.lex_state = 196}, [2218] = {.lex_state = 196}, [2219] = {.lex_state = 196}, [2220] = {.lex_state = 196}, [2221] = {.lex_state = 196}, [2222] = {.lex_state = 200}, [2223] = {.lex_state = 196}, [2224] = {.lex_state = 196}, [2225] = {.lex_state = 180}, [2226] = {.lex_state = 161}, [2227] = {.lex_state = 196}, [2228] = {.lex_state = 161}, [2229] = {.lex_state = 200}, [2230] = {.lex_state = 200}, [2231] = {.lex_state = 212}, [2232] = {.lex_state = 161}, [2233] = {.lex_state = 196}, [2234] = {.lex_state = 196}, [2235] = {.lex_state = 196}, [2236] = {.lex_state = 212}, [2237] = {.lex_state = 212}, [2238] = {.lex_state = 212}, [2239] = {.lex_state = 196}, [2240] = {.lex_state = 200}, [2241] = {.lex_state = 200}, [2242] = {.lex_state = 171}, [2243] = {.lex_state = 200}, [2244] = {.lex_state = 200}, [2245] = {.lex_state = 200}, [2246] = {.lex_state = 212}, [2247] = {.lex_state = 200}, [2248] = {.lex_state = 200}, [2249] = {.lex_state = 200}, [2250] = {.lex_state = 212}, [2251] = {.lex_state = 200}, [2252] = {.lex_state = 200}, [2253] = {.lex_state = 200}, [2254] = {.lex_state = 163}, [2255] = {.lex_state = 200}, [2256] = {.lex_state = 200}, [2257] = {.lex_state = 200}, [2258] = {.lex_state = 200}, [2259] = {.lex_state = 200}, [2260] = {.lex_state = 200}, [2261] = {.lex_state = 200}, [2262] = {.lex_state = 200}, [2263] = {.lex_state = 200}, [2264] = {.lex_state = 200}, [2265] = {.lex_state = 200}, [2266] = {.lex_state = 200}, [2267] = {.lex_state = 182}, [2268] = {.lex_state = 200}, [2269] = {.lex_state = 200}, [2270] = {.lex_state = 200}, [2271] = {.lex_state = 200}, [2272] = {.lex_state = 200}, [2273] = {.lex_state = 200}, [2274] = {.lex_state = 200}, [2275] = {.lex_state = 200}, [2276] = {.lex_state = 200}, [2277] = {.lex_state = 163}, [2278] = {.lex_state = 200}, [2279] = {.lex_state = 182}, [2280] = {.lex_state = 200}, [2281] = {.lex_state = 163}, [2282] = {.lex_state = 200}, [2283] = {.lex_state = 212}, [2284] = {.lex_state = 200}, [2285] = {.lex_state = 200}, [2286] = {.lex_state = 200}, [2287] = {.lex_state = 200}, [2288] = {.lex_state = 159}, [2289] = {.lex_state = 194}, [2290] = {.lex_state = 194}, [2291] = {.lex_state = 194}, [2292] = {.lex_state = 212}, [2293] = {.lex_state = 212}, [2294] = {.lex_state = 159}, [2295] = {.lex_state = 169}, [2296] = {.lex_state = 194}, [2297] = {.lex_state = 212}, [2298] = {.lex_state = 169}, [2299] = {.lex_state = 212}, [2300] = {.lex_state = 194}, [2301] = {.lex_state = 194}, [2302] = {.lex_state = 159}, [2303] = {.lex_state = 194}, [2304] = {.lex_state = 159}, [2305] = {.lex_state = 169}, [2306] = {.lex_state = 159}, [2307] = {.lex_state = 194}, [2308] = {.lex_state = 194}, [2309] = {.lex_state = 169}, [2310] = {.lex_state = 194}, [2311] = {.lex_state = 194}, [2312] = {.lex_state = 194}, [2313] = {.lex_state = 194}, [2314] = {.lex_state = 159}, [2315] = {.lex_state = 159}, [2316] = {.lex_state = 194}, [2317] = {.lex_state = 212}, [2318] = {.lex_state = 212}, [2319] = {.lex_state = 212}, [2320] = {.lex_state = 212}, [2321] = {.lex_state = 212}, [2322] = {.lex_state = 212}, [2323] = {.lex_state = 212}, [2324] = {.lex_state = 212}, [2325] = {.lex_state = 212}, [2326] = {.lex_state = 212}, [2327] = {.lex_state = 212}, [2328] = {.lex_state = 212}, [2329] = {.lex_state = 212}, [2330] = {.lex_state = 212}, [2331] = {.lex_state = 212}, [2332] = {.lex_state = 212}, [2333] = {.lex_state = 212}, [2334] = {.lex_state = 212}, [2335] = {.lex_state = 212}, [2336] = {.lex_state = 212}, [2337] = {.lex_state = 212}, [2338] = {.lex_state = 212}, [2339] = {.lex_state = 212}, [2340] = {.lex_state = 212}, [2341] = {.lex_state = 212}, [2342] = {.lex_state = 212}, [2343] = {.lex_state = 212}, [2344] = {.lex_state = 183}, [2345] = {.lex_state = 212}, [2346] = {.lex_state = 212}, [2347] = {.lex_state = 169}, [2348] = {.lex_state = 212}, [2349] = {.lex_state = 212}, [2350] = {.lex_state = 212}, [2351] = {.lex_state = 212}, [2352] = {.lex_state = 212}, [2353] = {.lex_state = 212}, [2354] = {.lex_state = 212}, [2355] = {.lex_state = 212}, [2356] = {.lex_state = 183}, [2357] = {.lex_state = 212}, [2358] = {.lex_state = 212}, [2359] = {.lex_state = 212}, [2360] = {.lex_state = 212}, [2361] = {.lex_state = 212}, [2362] = {.lex_state = 212}, [2363] = {.lex_state = 212}, [2364] = {.lex_state = 212}, [2365] = {.lex_state = 212}, [2366] = {.lex_state = 212}, [2367] = {.lex_state = 212}, [2368] = {.lex_state = 212}, [2369] = {.lex_state = 212}, [2370] = {.lex_state = 212}, [2371] = {.lex_state = 212}, [2372] = {.lex_state = 212}, [2373] = {.lex_state = 212}, [2374] = {.lex_state = 212}, [2375] = {.lex_state = 212}, [2376] = {.lex_state = 212}, [2377] = {.lex_state = 157}, [2378] = {.lex_state = 212}, [2379] = {.lex_state = 212}, [2380] = {.lex_state = 212}, [2381] = {.lex_state = 174}, [2382] = {.lex_state = 212}, [2383] = {.lex_state = 212}, [2384] = {.lex_state = 174}, [2385] = {.lex_state = 212}, [2386] = {.lex_state = 212}, [2387] = {.lex_state = 212}, [2388] = {.lex_state = 212}, [2389] = {.lex_state = 212}, [2390] = {.lex_state = 183}, [2391] = {.lex_state = 212}, [2392] = {.lex_state = 212}, [2393] = {.lex_state = 212}, [2394] = {.lex_state = 212}, [2395] = {.lex_state = 212}, [2396] = {.lex_state = 212}, [2397] = {.lex_state = 212}, [2398] = {.lex_state = 212}, [2399] = {.lex_state = 212}, [2400] = {.lex_state = 212}, [2401] = {.lex_state = 212}, [2402] = {.lex_state = 212}, [2403] = {.lex_state = 183}, [2404] = {.lex_state = 179}, [2405] = {.lex_state = 211}, [2406] = {.lex_state = 195}, [2407] = {.lex_state = 169}, [2408] = {.lex_state = 169}, [2409] = {.lex_state = 183}, [2410] = {.lex_state = 213}, [2411] = {.lex_state = 213}, [2412] = {.lex_state = 213}, [2413] = {.lex_state = 169}, [2414] = {.lex_state = 183}, [2415] = {.lex_state = 179}, [2416] = {.lex_state = 172}, [2417] = {.lex_state = 213}, [2418] = {.lex_state = 163}, [2419] = {.lex_state = 211}, [2420] = {.lex_state = 163}, [2421] = {.lex_state = 211}, [2422] = {.lex_state = 172}, [2423] = {.lex_state = 211}, [2424] = {.lex_state = 163}, [2425] = {.lex_state = 183}, [2426] = {.lex_state = 195}, [2427] = {.lex_state = 172}, [2428] = {.lex_state = 163}, [2429] = {.lex_state = 169}, [2430] = {.lex_state = 195}, [2431] = {.lex_state = 169}, [2432] = {.lex_state = 169}, [2433] = {.lex_state = 169}, [2434] = {.lex_state = 212}, [2435] = {.lex_state = 169}, [2436] = {.lex_state = 169}, [2437] = {.lex_state = 212}, [2438] = {.lex_state = 169}, [2439] = {.lex_state = 169}, [2440] = {.lex_state = 169}, [2441] = {.lex_state = 169}, [2442] = {.lex_state = 169}, [2443] = {.lex_state = 169}, [2444] = {.lex_state = 212}, [2445] = {.lex_state = 169}, [2446] = {.lex_state = 212}, [2447] = {.lex_state = 169}, [2448] = {.lex_state = 179}, [2449] = {.lex_state = 179}, [2450] = {.lex_state = 179}, [2451] = {.lex_state = 169}, [2452] = {.lex_state = 169}, [2453] = {.lex_state = 169}, [2454] = {.lex_state = 169}, [2455] = {.lex_state = 169}, [2456] = {.lex_state = 169}, [2457] = {.lex_state = 169}, [2458] = {.lex_state = 169}, [2459] = {.lex_state = 169}, [2460] = {.lex_state = 169}, [2461] = {.lex_state = 169}, [2462] = {.lex_state = 212}, [2463] = {.lex_state = 157}, [2464] = {.lex_state = 169}, [2465] = {.lex_state = 212}, [2466] = {.lex_state = 179}, [2467] = {.lex_state = 169}, [2468] = {.lex_state = 212}, [2469] = {.lex_state = 169}, [2470] = {.lex_state = 179}, [2471] = {.lex_state = 171}, [2472] = {.lex_state = 212}, [2473] = {.lex_state = 204}, [2474] = {.lex_state = 179}, [2475] = {.lex_state = 169}, [2476] = {.lex_state = 169}, [2477] = {.lex_state = 169}, [2478] = {.lex_state = 189}, [2479] = {.lex_state = 169}, [2480] = {.lex_state = 169}, [2481] = {.lex_state = 169}, [2482] = {.lex_state = 169}, [2483] = {.lex_state = 169}, [2484] = {.lex_state = 169}, [2485] = {.lex_state = 169}, [2486] = {.lex_state = 159}, [2487] = {.lex_state = 169}, [2488] = {.lex_state = 169}, [2489] = {.lex_state = 169}, [2490] = {.lex_state = 169}, [2491] = {.lex_state = 169}, [2492] = {.lex_state = 169}, [2493] = {.lex_state = 169}, [2494] = {.lex_state = 169}, [2495] = {.lex_state = 212}, [2496] = {.lex_state = 212}, [2497] = {.lex_state = 212}, [2498] = {.lex_state = 159}, [2499] = {.lex_state = 159}, [2500] = {.lex_state = 169}, [2501] = {.lex_state = 169}, [2502] = {.lex_state = 179}, [2503] = {.lex_state = 169}, [2504] = {.lex_state = 212}, [2505] = {.lex_state = 179}, [2506] = {.lex_state = 179}, [2507] = {.lex_state = 169}, [2508] = {.lex_state = 212}, [2509] = {.lex_state = 169}, [2510] = {.lex_state = 179}, [2511] = {.lex_state = 169}, [2512] = {.lex_state = 169}, [2513] = {.lex_state = 204}, [2514] = {.lex_state = 179}, [2515] = {.lex_state = 171}, [2516] = {.lex_state = 212}, [2517] = {.lex_state = 169}, [2518] = {.lex_state = 169}, [2519] = {.lex_state = 169}, [2520] = {.lex_state = 211}, [2521] = {.lex_state = 159}, [2522] = {.lex_state = 169}, [2523] = {.lex_state = 169}, [2524] = {.lex_state = 169}, [2525] = {.lex_state = 169}, [2526] = {.lex_state = 213}, [2527] = {.lex_state = 169}, [2528] = {.lex_state = 169}, [2529] = {.lex_state = 169}, [2530] = {.lex_state = 169}, [2531] = {.lex_state = 169}, [2532] = {.lex_state = 169}, [2533] = {.lex_state = 169}, [2534] = {.lex_state = 169}, [2535] = {.lex_state = 169}, [2536] = {.lex_state = 169}, [2537] = {.lex_state = 169}, [2538] = {.lex_state = 169}, [2539] = {.lex_state = 169}, [2540] = {.lex_state = 169}, [2541] = {.lex_state = 169}, [2542] = {.lex_state = 169}, [2543] = {.lex_state = 179}, [2544] = {.lex_state = 212}, [2545] = {.lex_state = 189}, [2546] = {.lex_state = 169}, [2547] = {.lex_state = 212}, [2548] = {.lex_state = 169}, [2549] = {.lex_state = 169}, [2550] = {.lex_state = 179}, [2551] = {.lex_state = 179}, [2552] = {.lex_state = 171}, [2553] = {.lex_state = 187}, [2554] = {.lex_state = 171}, [2555] = {.lex_state = 212}, [2556] = {.lex_state = 171}, [2557] = {.lex_state = 174}, [2558] = {.lex_state = 211}, [2559] = {.lex_state = 212}, [2560] = {.lex_state = 211}, [2561] = {.lex_state = 174}, [2562] = {.lex_state = 171}, [2563] = {.lex_state = 171}, [2564] = {.lex_state = 183}, [2565] = {.lex_state = 183}, [2566] = {.lex_state = 212}, [2567] = {.lex_state = 212}, [2568] = {.lex_state = 187}, [2569] = {.lex_state = 213}, [2570] = {.lex_state = 213}, [2571] = {.lex_state = 212}, [2572] = {.lex_state = 212}, [2573] = {.lex_state = 171}, [2574] = {.lex_state = 171}, [2575] = {.lex_state = 171}, [2576] = {.lex_state = 212}, [2577] = {.lex_state = 171}, [2578] = {.lex_state = 211}, [2579] = {.lex_state = 187}, [2580] = {.lex_state = 183}, [2581] = {.lex_state = 213}, [2582] = {.lex_state = 212}, [2583] = {.lex_state = 213}, [2584] = {.lex_state = 213}, [2585] = {.lex_state = 172}, [2586] = {.lex_state = 213}, [2587] = {.lex_state = 211}, [2588] = {.lex_state = 211}, [2589] = {.lex_state = 211}, [2590] = {.lex_state = 211}, [2591] = {.lex_state = 211}, [2592] = {.lex_state = 211}, [2593] = {.lex_state = 172}, [2594] = {.lex_state = 211}, [2595] = {.lex_state = 211}, [2596] = {.lex_state = 211}, [2597] = {.lex_state = 211}, [2598] = {.lex_state = 211}, [2599] = {.lex_state = 211}, [2600] = {.lex_state = 211}, [2601] = {.lex_state = 211}, [2602] = {.lex_state = 211}, [2603] = {.lex_state = 211}, [2604] = {.lex_state = 211}, [2605] = {.lex_state = 211}, [2606] = {.lex_state = 211}, [2607] = {.lex_state = 211}, [2608] = {.lex_state = 213}, [2609] = {.lex_state = 197}, [2610] = {.lex_state = 213}, [2611] = {.lex_state = 213}, [2612] = {.lex_state = 211}, [2613] = {.lex_state = 213}, [2614] = {.lex_state = 213}, [2615] = {.lex_state = 213}, [2616] = {.lex_state = 211}, [2617] = {.lex_state = 211}, [2618] = {.lex_state = 211}, [2619] = {.lex_state = 211}, [2620] = {.lex_state = 213}, [2621] = {.lex_state = 213}, [2622] = {.lex_state = 213}, [2623] = {.lex_state = 213}, [2624] = {.lex_state = 213}, [2625] = {.lex_state = 213}, [2626] = {.lex_state = 213}, [2627] = {.lex_state = 213}, [2628] = {.lex_state = 211}, [2629] = {.lex_state = 211}, [2630] = {.lex_state = 211}, [2631] = {.lex_state = 211}, [2632] = {.lex_state = 211}, [2633] = {.lex_state = 211}, [2634] = {.lex_state = 211}, [2635] = {.lex_state = 213}, [2636] = {.lex_state = 213}, [2637] = {.lex_state = 213}, [2638] = {.lex_state = 211}, [2639] = {.lex_state = 213}, [2640] = {.lex_state = 213}, [2641] = {.lex_state = 213}, [2642] = {.lex_state = 213}, [2643] = {.lex_state = 213}, [2644] = {.lex_state = 211}, [2645] = {.lex_state = 213}, [2646] = {.lex_state = 213}, [2647] = {.lex_state = 213}, [2648] = {.lex_state = 213}, [2649] = {.lex_state = 211}, [2650] = {.lex_state = 211}, [2651] = {.lex_state = 211}, [2652] = {.lex_state = 211}, [2653] = {.lex_state = 211}, [2654] = {.lex_state = 213}, [2655] = {.lex_state = 213}, [2656] = {.lex_state = 211}, [2657] = {.lex_state = 211}, [2658] = {.lex_state = 211}, [2659] = {.lex_state = 211}, [2660] = {.lex_state = 211}, [2661] = {.lex_state = 213}, [2662] = {.lex_state = 213}, [2663] = {.lex_state = 213}, [2664] = {.lex_state = 213}, [2665] = {.lex_state = 213}, [2666] = {.lex_state = 211}, [2667] = {.lex_state = 172}, [2668] = {.lex_state = 213}, [2669] = {.lex_state = 183}, [2670] = {.lex_state = 211}, [2671] = {.lex_state = 211}, [2672] = {.lex_state = 211}, [2673] = {.lex_state = 211}, [2674] = {.lex_state = 179}, [2675] = {.lex_state = 213}, [2676] = {.lex_state = 171}, [2677] = {.lex_state = 213}, [2678] = {.lex_state = 211}, [2679] = {.lex_state = 213}, [2680] = {.lex_state = 213}, [2681] = {.lex_state = 213}, [2682] = {.lex_state = 213}, [2683] = {.lex_state = 213}, [2684] = {.lex_state = 211}, [2685] = {.lex_state = 211}, [2686] = {.lex_state = 213}, [2687] = {.lex_state = 211}, [2688] = {.lex_state = 213}, [2689] = {.lex_state = 211}, [2690] = {.lex_state = 211}, [2691] = {.lex_state = 211}, [2692] = {.lex_state = 211}, [2693] = {.lex_state = 172}, [2694] = {.lex_state = 180}, [2695] = {.lex_state = 213}, [2696] = {.lex_state = 211}, [2697] = {.lex_state = 211}, [2698] = {.lex_state = 211}, [2699] = {.lex_state = 213}, [2700] = {.lex_state = 213}, [2701] = {.lex_state = 211}, [2702] = {.lex_state = 211}, [2703] = {.lex_state = 211}, [2704] = {.lex_state = 213}, [2705] = {.lex_state = 183}, [2706] = {.lex_state = 211}, [2707] = {.lex_state = 211}, [2708] = {.lex_state = 213}, [2709] = {.lex_state = 213}, [2710] = {.lex_state = 211}, [2711] = {.lex_state = 213}, [2712] = {.lex_state = 211}, [2713] = {.lex_state = 211}, [2714] = {.lex_state = 213}, [2715] = {.lex_state = 213}, [2716] = {.lex_state = 213}, [2717] = {.lex_state = 211}, [2718] = {.lex_state = 211}, [2719] = {.lex_state = 180}, [2720] = {.lex_state = 211}, [2721] = {.lex_state = 213}, [2722] = {.lex_state = 213}, [2723] = {.lex_state = 213}, [2724] = {.lex_state = 213}, [2725] = {.lex_state = 211}, [2726] = {.lex_state = 211}, [2727] = {.lex_state = 211}, [2728] = {.lex_state = 213}, [2729] = {.lex_state = 211}, [2730] = {.lex_state = 213}, [2731] = {.lex_state = 179}, [2732] = {.lex_state = 213}, [2733] = {.lex_state = 213}, [2734] = {.lex_state = 213}, [2735] = {.lex_state = 213}, [2736] = {.lex_state = 213}, [2737] = {.lex_state = 211}, [2738] = {.lex_state = 211}, [2739] = {.lex_state = 213}, [2740] = {.lex_state = 172}, [2741] = {.lex_state = 183}, [2742] = {.lex_state = 213}, [2743] = {.lex_state = 211}, [2744] = {.lex_state = 213}, [2745] = {.lex_state = 211}, [2746] = {.lex_state = 213}, [2747] = {.lex_state = 213}, [2748] = {.lex_state = 213}, [2749] = {.lex_state = 213}, [2750] = {.lex_state = 213}, [2751] = {.lex_state = 213}, [2752] = {.lex_state = 172}, [2753] = {.lex_state = 213}, [2754] = {.lex_state = 213}, [2755] = {.lex_state = 213}, [2756] = {.lex_state = 183}, [2757] = {.lex_state = 183}, [2758] = {.lex_state = 212}, [2759] = {.lex_state = 212}, [2760] = {.lex_state = 212}, [2761] = {.lex_state = 212}, [2762] = {.lex_state = 183}, [2763] = {.lex_state = 183}, [2764] = {.lex_state = 183}, [2765] = {.lex_state = 183}, [2766] = {.lex_state = 183}, [2767] = {.lex_state = 212}, [2768] = {.lex_state = 183}, [2769] = {.lex_state = 183}, [2770] = {.lex_state = 212}, [2771] = {.lex_state = 183}, [2772] = {.lex_state = 183}, [2773] = {.lex_state = 183}, [2774] = {.lex_state = 183}, [2775] = {.lex_state = 183}, [2776] = {.lex_state = 180}, [2777] = {.lex_state = 212}, [2778] = {.lex_state = 183}, [2779] = {.lex_state = 179}, [2780] = {.lex_state = 183}, [2781] = {.lex_state = 183}, [2782] = {.lex_state = 179}, [2783] = {.lex_state = 180}, [2784] = {.lex_state = 183}, [2785] = {.lex_state = 183}, [2786] = {.lex_state = 183}, [2787] = {.lex_state = 183}, [2788] = {.lex_state = 183}, [2789] = {.lex_state = 183}, [2790] = {.lex_state = 183}, [2791] = {.lex_state = 171}, [2792] = {.lex_state = 212}, [2793] = {.lex_state = 212}, [2794] = {.lex_state = 171}, [2795] = {.lex_state = 183}, [2796] = {.lex_state = 183}, [2797] = {.lex_state = 183}, [2798] = {.lex_state = 212}, [2799] = {.lex_state = 183}, [2800] = {.lex_state = 171}, [2801] = {.lex_state = 183}, [2802] = {.lex_state = 183}, [2803] = {.lex_state = 183}, [2804] = {.lex_state = 183}, [2805] = {.lex_state = 183}, [2806] = {.lex_state = 180}, [2807] = {.lex_state = 180}, [2808] = {.lex_state = 171}, [2809] = {.lex_state = 212}, [2810] = {.lex_state = 212}, [2811] = {.lex_state = 212}, [2812] = {.lex_state = 199}, [2813] = {.lex_state = 183}, [2814] = {.lex_state = 183}, [2815] = {.lex_state = 180}, [2816] = {.lex_state = 183}, [2817] = {.lex_state = 183}, [2818] = {.lex_state = 183}, [2819] = {.lex_state = 212}, [2820] = {.lex_state = 183}, [2821] = {.lex_state = 183}, [2822] = {.lex_state = 201}, [2823] = {.lex_state = 199}, [2824] = {.lex_state = 180}, [2825] = {.lex_state = 180}, [2826] = {.lex_state = 199}, [2827] = {.lex_state = 183}, [2828] = {.lex_state = 180}, [2829] = {.lex_state = 212}, [2830] = {.lex_state = 212}, [2831] = {.lex_state = 180}, [2832] = {.lex_state = 178}, [2833] = {.lex_state = 170}, [2834] = {.lex_state = 171}, [2835] = {.lex_state = 170}, [2836] = {.lex_state = 183}, [2837] = {.lex_state = 170}, [2838] = {.lex_state = 171}, [2839] = {.lex_state = 170}, [2840] = {.lex_state = 187}, [2841] = {.lex_state = 171}, [2842] = {.lex_state = 181}, [2843] = {.lex_state = 187}, [2844] = {.lex_state = 171}, [2845] = {.lex_state = 181}, [2846] = {.lex_state = 181}, [2847] = {.lex_state = 181}, [2848] = {.lex_state = 181}, [2849] = {.lex_state = 171}, [2850] = {.lex_state = 181}, [2851] = {.lex_state = 171}, [2852] = {.lex_state = 171}, [2853] = {.lex_state = 171}, [2854] = {.lex_state = 187}, [2855] = {.lex_state = 171}, [2856] = {.lex_state = 171}, [2857] = {.lex_state = 171}, [2858] = {.lex_state = 179}, [2859] = {.lex_state = 171}, [2860] = {.lex_state = 171}, [2861] = {.lex_state = 171}, [2862] = {.lex_state = 195}, [2863] = {.lex_state = 171}, [2864] = {.lex_state = 171}, [2865] = {.lex_state = 183}, [2866] = {.lex_state = 171}, [2867] = {.lex_state = 171}, [2868] = {.lex_state = 171}, [2869] = {.lex_state = 195}, [2870] = {.lex_state = 198}, [2871] = {.lex_state = 171}, [2872] = {.lex_state = 180}, [2873] = {.lex_state = 171}, [2874] = {.lex_state = 184}, [2875] = {.lex_state = 171}, [2876] = {.lex_state = 171}, [2877] = {.lex_state = 172}, [2878] = {.lex_state = 198}, [2879] = {.lex_state = 171}, [2880] = {.lex_state = 183}, [2881] = {.lex_state = 171}, [2882] = {.lex_state = 186}, [2883] = {.lex_state = 171}, [2884] = {.lex_state = 184}, [2885] = {.lex_state = 171}, [2886] = {.lex_state = 171}, [2887] = {.lex_state = 171}, [2888] = {.lex_state = 171}, [2889] = {.lex_state = 171}, [2890] = {.lex_state = 150}, [2891] = {.lex_state = 195}, [2892] = {.lex_state = 171}, [2893] = {.lex_state = 171}, [2894] = {.lex_state = 171}, [2895] = {.lex_state = 171}, [2896] = {.lex_state = 178}, [2897] = {.lex_state = 171}, [2898] = {.lex_state = 178}, [2899] = {.lex_state = 171}, [2900] = {.lex_state = 212}, [2901] = {.lex_state = 195}, [2902] = {.lex_state = 195}, [2903] = {.lex_state = 195}, [2904] = {.lex_state = 195}, [2905] = {.lex_state = 195}, [2906] = {.lex_state = 171}, [2907] = {.lex_state = 195}, [2908] = {.lex_state = 178}, [2909] = {.lex_state = 150}, [2910] = {.lex_state = 195}, [2911] = {.lex_state = 171}, [2912] = {.lex_state = 171}, [2913] = {.lex_state = 212}, [2914] = {.lex_state = 195}, [2915] = {.lex_state = 171}, [2916] = {.lex_state = 178}, [2917] = {.lex_state = 171}, [2918] = {.lex_state = 179}, [2919] = {.lex_state = 212}, [2920] = {.lex_state = 171}, [2921] = {.lex_state = 150}, [2922] = {.lex_state = 171}, [2923] = {.lex_state = 150}, [2924] = {.lex_state = 180}, [2925] = {.lex_state = 171}, [2926] = {.lex_state = 195}, [2927] = {.lex_state = 171}, [2928] = {.lex_state = 171}, [2929] = {.lex_state = 170}, [2930] = {.lex_state = 172}, [2931] = {.lex_state = 171}, [2932] = {.lex_state = 172}, [2933] = {.lex_state = 171}, [2934] = {.lex_state = 171}, [2935] = {.lex_state = 150}, [2936] = {.lex_state = 171}, [2937] = {.lex_state = 171}, [2938] = {.lex_state = 171}, [2939] = {.lex_state = 150}, [2940] = {.lex_state = 171}, [2941] = {.lex_state = 171}, [2942] = {.lex_state = 198}, [2943] = {.lex_state = 171}, [2944] = {.lex_state = 171}, [2945] = {.lex_state = 183}, [2946] = {.lex_state = 183}, [2947] = {.lex_state = 183}, [2948] = {.lex_state = 183}, [2949] = {.lex_state = 183}, [2950] = {.lex_state = 183}, [2951] = {.lex_state = 179}, [2952] = {.lex_state = 183}, [2953] = {.lex_state = 183}, [2954] = {.lex_state = 183}, [2955] = {.lex_state = 183}, [2956] = {.lex_state = 183}, [2957] = {.lex_state = 183}, [2958] = {.lex_state = 171}, [2959] = {.lex_state = 183}, [2960] = {.lex_state = 171}, [2961] = {.lex_state = 180}, [2962] = {.lex_state = 179}, [2963] = {.lex_state = 183}, [2964] = {.lex_state = 165}, [2965] = {.lex_state = 183}, [2966] = {.lex_state = 183}, [2967] = {.lex_state = 183}, [2968] = {.lex_state = 183}, [2969] = {.lex_state = 183}, [2970] = {.lex_state = 183}, [2971] = {.lex_state = 183}, [2972] = {.lex_state = 183}, [2973] = {.lex_state = 195}, [2974] = {.lex_state = 183}, [2975] = {.lex_state = 183}, [2976] = {.lex_state = 183}, [2977] = {.lex_state = 183}, [2978] = {.lex_state = 183}, [2979] = {.lex_state = 183}, [2980] = {.lex_state = 183}, [2981] = {.lex_state = 183}, [2982] = {.lex_state = 183}, [2983] = {.lex_state = 183}, [2984] = {.lex_state = 183}, [2985] = {.lex_state = 183}, [2986] = {.lex_state = 183}, [2987] = {.lex_state = 165}, [2988] = {.lex_state = 165}, [2989] = {.lex_state = 183}, [2990] = {.lex_state = 183}, [2991] = {.lex_state = 179}, [2992] = {.lex_state = 183}, [2993] = {.lex_state = 183}, [2994] = {.lex_state = 183}, [2995] = {.lex_state = 183}, [2996] = {.lex_state = 183}, [2997] = {.lex_state = 183}, [2998] = {.lex_state = 183}, [2999] = {.lex_state = 183}, [3000] = {.lex_state = 183}, [3001] = {.lex_state = 183}, [3002] = {.lex_state = 183}, [3003] = {.lex_state = 183}, [3004] = {.lex_state = 183}, [3005] = {.lex_state = 183}, [3006] = {.lex_state = 183}, [3007] = {.lex_state = 183}, [3008] = {.lex_state = 183}, [3009] = {.lex_state = 183}, [3010] = {.lex_state = 183}, [3011] = {.lex_state = 183}, [3012] = {.lex_state = 183}, [3013] = {.lex_state = 183}, [3014] = {.lex_state = 183}, [3015] = {.lex_state = 179}, [3016] = {.lex_state = 183}, [3017] = {.lex_state = 183}, [3018] = {.lex_state = 183}, [3019] = {.lex_state = 183}, [3020] = {.lex_state = 183}, [3021] = {.lex_state = 183}, [3022] = {.lex_state = 183}, [3023] = {.lex_state = 179}, [3024] = {.lex_state = 195}, [3025] = {.lex_state = 183}, [3026] = {.lex_state = 183}, [3027] = {.lex_state = 183}, [3028] = {.lex_state = 171}, [3029] = {.lex_state = 157}, [3030] = {.lex_state = 179}, [3031] = {.lex_state = 183}, [3032] = {.lex_state = 183}, [3033] = {.lex_state = 183}, [3034] = {.lex_state = 183}, [3035] = {.lex_state = 183}, [3036] = {.lex_state = 195}, [3037] = {.lex_state = 183}, [3038] = {.lex_state = 183}, [3039] = {.lex_state = 179}, [3040] = {.lex_state = 183}, [3041] = {.lex_state = 173}, [3042] = {.lex_state = 199}, [3043] = {.lex_state = 180}, [3044] = {.lex_state = 179}, [3045] = {.lex_state = 183}, [3046] = {.lex_state = 180}, [3047] = {.lex_state = 183}, [3048] = {.lex_state = 183}, [3049] = {.lex_state = 183}, [3050] = {.lex_state = 183}, [3051] = {.lex_state = 171}, [3052] = {.lex_state = 183}, [3053] = {.lex_state = 195}, [3054] = {.lex_state = 183}, [3055] = {.lex_state = 183}, [3056] = {.lex_state = 195}, [3057] = {.lex_state = 179}, [3058] = {.lex_state = 180}, [3059] = {.lex_state = 183}, [3060] = {.lex_state = 180}, [3061] = {.lex_state = 183}, [3062] = {.lex_state = 183}, [3063] = {.lex_state = 157}, [3064] = {.lex_state = 183}, [3065] = {.lex_state = 183}, [3066] = {.lex_state = 183}, [3067] = {.lex_state = 183}, [3068] = {.lex_state = 183}, [3069] = {.lex_state = 183}, [3070] = {.lex_state = 180}, [3071] = {.lex_state = 171}, [3072] = {.lex_state = 195}, [3073] = {.lex_state = 195}, [3074] = {.lex_state = 195}, [3075] = {.lex_state = 195}, [3076] = {.lex_state = 195}, [3077] = {.lex_state = 195}, [3078] = {.lex_state = 195}, [3079] = {.lex_state = 195}, [3080] = {.lex_state = 171}, [3081] = {.lex_state = 195}, [3082] = {.lex_state = 195}, [3083] = {.lex_state = 195}, [3084] = {.lex_state = 195}, [3085] = {.lex_state = 195}, [3086] = {.lex_state = 195}, [3087] = {.lex_state = 171}, [3088] = {.lex_state = 195}, [3089] = {.lex_state = 195}, [3090] = {.lex_state = 195}, [3091] = {.lex_state = 195}, [3092] = {.lex_state = 195}, [3093] = {.lex_state = 195}, [3094] = {.lex_state = 195}, [3095] = {.lex_state = 195}, [3096] = {.lex_state = 195}, [3097] = {.lex_state = 195}, [3098] = {.lex_state = 195}, [3099] = {.lex_state = 171}, [3100] = {.lex_state = 195}, [3101] = {.lex_state = 195}, [3102] = {.lex_state = 195}, [3103] = {.lex_state = 195}, [3104] = {.lex_state = 195}, [3105] = {.lex_state = 195}, [3106] = {.lex_state = 195}, [3107] = {.lex_state = 195}, [3108] = {.lex_state = 195}, [3109] = {.lex_state = 195}, [3110] = {.lex_state = 171}, [3111] = {.lex_state = 195}, [3112] = {.lex_state = 195}, [3113] = {.lex_state = 180}, [3114] = {.lex_state = 180}, [3115] = {.lex_state = 180}, [3116] = {.lex_state = 180}, [3117] = {.lex_state = 180}, [3118] = {.lex_state = 180}, [3119] = {.lex_state = 180}, [3120] = {.lex_state = 180}, [3121] = {.lex_state = 180}, [3122] = {.lex_state = 180}, [3123] = {.lex_state = 180}, [3124] = {.lex_state = 180}, [3125] = {.lex_state = 180}, [3126] = {.lex_state = 180}, [3127] = {.lex_state = 180}, [3128] = {.lex_state = 180}, [3129] = {.lex_state = 180}, [3130] = {.lex_state = 180}, [3131] = {.lex_state = 180}, [3132] = {.lex_state = 171}, [3133] = {.lex_state = 180}, [3134] = {.lex_state = 180}, [3135] = {.lex_state = 171}, [3136] = {.lex_state = 180}, [3137] = {.lex_state = 180}, [3138] = {.lex_state = 180}, [3139] = {.lex_state = 180}, [3140] = {.lex_state = 180}, [3141] = {.lex_state = 180}, [3142] = {.lex_state = 180}, [3143] = {.lex_state = 180}, [3144] = {.lex_state = 180}, [3145] = {.lex_state = 180}, [3146] = {.lex_state = 180}, [3147] = {.lex_state = 188}, [3148] = {.lex_state = 180}, [3149] = {.lex_state = 180}, [3150] = {.lex_state = 180}, [3151] = {.lex_state = 180}, [3152] = {.lex_state = 195}, [3153] = {.lex_state = 180}, [3154] = {.lex_state = 180}, [3155] = {.lex_state = 179}, [3156] = {.lex_state = 170}, [3157] = {.lex_state = 171}, [3158] = {.lex_state = 171}, [3159] = {.lex_state = 170}, [3160] = {.lex_state = 170}, [3161] = {.lex_state = 170}, [3162] = {.lex_state = 170}, [3163] = {.lex_state = 170}, [3164] = {.lex_state = 180}, [3165] = {.lex_state = 180}, [3166] = {.lex_state = 171}, [3167] = {.lex_state = 171}, [3168] = {.lex_state = 171}, [3169] = {.lex_state = 170}, [3170] = {.lex_state = 171}, [3171] = {.lex_state = 180}, [3172] = {.lex_state = 180}, [3173] = {.lex_state = 170}, [3174] = {.lex_state = 171}, [3175] = {.lex_state = 175}, [3176] = {.lex_state = 195}, [3177] = {.lex_state = 170}, [3178] = {.lex_state = 171}, [3179] = {.lex_state = 170}, [3180] = {.lex_state = 180}, [3181] = {.lex_state = 171}, [3182] = {.lex_state = 171}, [3183] = {.lex_state = 171}, [3184] = {.lex_state = 171}, [3185] = {.lex_state = 171}, [3186] = {.lex_state = 171}, [3187] = {.lex_state = 171}, [3188] = {.lex_state = 177}, [3189] = {.lex_state = 171}, [3190] = {.lex_state = 171}, [3191] = {.lex_state = 171}, [3192] = {.lex_state = 175}, [3193] = {.lex_state = 170}, [3194] = {.lex_state = 170}, [3195] = {.lex_state = 171}, [3196] = {.lex_state = 171}, [3197] = {.lex_state = 171}, [3198] = {.lex_state = 171}, [3199] = {.lex_state = 171}, [3200] = {.lex_state = 171}, [3201] = {.lex_state = 180}, [3202] = {.lex_state = 171}, [3203] = {.lex_state = 171}, [3204] = {.lex_state = 171}, [3205] = {.lex_state = 171}, [3206] = {.lex_state = 171}, [3207] = {.lex_state = 171}, [3208] = {.lex_state = 171}, [3209] = {.lex_state = 171}, [3210] = {.lex_state = 171}, [3211] = {.lex_state = 171}, [3212] = {.lex_state = 171}, [3213] = {.lex_state = 171}, [3214] = {.lex_state = 171}, [3215] = {.lex_state = 171}, [3216] = {.lex_state = 171}, [3217] = {.lex_state = 171}, [3218] = {.lex_state = 171}, [3219] = {.lex_state = 171}, [3220] = {.lex_state = 171}, [3221] = {.lex_state = 171}, [3222] = {.lex_state = 171}, [3223] = {.lex_state = 157}, [3224] = {.lex_state = 171}, [3225] = {.lex_state = 171}, [3226] = {.lex_state = 171}, [3227] = {.lex_state = 171}, [3228] = {.lex_state = 171}, [3229] = {.lex_state = 178}, [3230] = {.lex_state = 157}, [3231] = {.lex_state = 180}, [3232] = {.lex_state = 171}, [3233] = {.lex_state = 171}, [3234] = {.lex_state = 171}, [3235] = {.lex_state = 171}, [3236] = {.lex_state = 171}, [3237] = {.lex_state = 171}, [3238] = {.lex_state = 171}, [3239] = {.lex_state = 171}, [3240] = {.lex_state = 171}, [3241] = {.lex_state = 171}, [3242] = {.lex_state = 171}, [3243] = {.lex_state = 171}, [3244] = {.lex_state = 171}, [3245] = {.lex_state = 171}, [3246] = {.lex_state = 171}, [3247] = {.lex_state = 171}, [3248] = {.lex_state = 171}, [3249] = {.lex_state = 171}, [3250] = {.lex_state = 171}, [3251] = {.lex_state = 171}, [3252] = {.lex_state = 171}, [3253] = {.lex_state = 171}, [3254] = {.lex_state = 178}, [3255] = {.lex_state = 178}, [3256] = {.lex_state = 171}, [3257] = {.lex_state = 171}, [3258] = {.lex_state = 171}, [3259] = {.lex_state = 171}, [3260] = {.lex_state = 171}, [3261] = {.lex_state = 171}, [3262] = {.lex_state = 171}, [3263] = {.lex_state = 171}, [3264] = {.lex_state = 171}, [3265] = {.lex_state = 171}, [3266] = {.lex_state = 171}, [3267] = {.lex_state = 171}, [3268] = {.lex_state = 171}, [3269] = {.lex_state = 157}, [3270] = {.lex_state = 171}, [3271] = {.lex_state = 171}, [3272] = {.lex_state = 171}, [3273] = {.lex_state = 171}, [3274] = {.lex_state = 171}, [3275] = {.lex_state = 171}, [3276] = {.lex_state = 171}, [3277] = {.lex_state = 171}, [3278] = {.lex_state = 171}, [3279] = {.lex_state = 171}, [3280] = {.lex_state = 171}, [3281] = {.lex_state = 157}, [3282] = {.lex_state = 171}, [3283] = {.lex_state = 171}, [3284] = {.lex_state = 171}, [3285] = {.lex_state = 171}, [3286] = {.lex_state = 171}, [3287] = {.lex_state = 171}, [3288] = {.lex_state = 171}, [3289] = {.lex_state = 171}, [3290] = {.lex_state = 171}, [3291] = {.lex_state = 171}, [3292] = {.lex_state = 171}, [3293] = {.lex_state = 157}, [3294] = {.lex_state = 171}, [3295] = {.lex_state = 171}, [3296] = {.lex_state = 171}, [3297] = {.lex_state = 171}, [3298] = {.lex_state = 157}, [3299] = {.lex_state = 171}, [3300] = {.lex_state = 171}, [3301] = {.lex_state = 171}, [3302] = {.lex_state = 178}, [3303] = {.lex_state = 171}, [3304] = {.lex_state = 195}, [3305] = {.lex_state = 178}, [3306] = {.lex_state = 171}, [3307] = {.lex_state = 157}, [3308] = {.lex_state = 157}, [3309] = {.lex_state = 171}, [3310] = {.lex_state = 157}, [3311] = {.lex_state = 157}, [3312] = {.lex_state = 171}, [3313] = {.lex_state = 171}, [3314] = {.lex_state = 179}, [3315] = {.lex_state = 171}, [3316] = {.lex_state = 171}, [3317] = {.lex_state = 157}, [3318] = {.lex_state = 171}, [3319] = {.lex_state = 171}, [3320] = {.lex_state = 157}, [3321] = {.lex_state = 171}, [3322] = {.lex_state = 171}, [3323] = {.lex_state = 171}, [3324] = {.lex_state = 157}, [3325] = {.lex_state = 171}, [3326] = {.lex_state = 171}, [3327] = {.lex_state = 171}, [3328] = {.lex_state = 178}, [3329] = {.lex_state = 171}, [3330] = {.lex_state = 171}, [3331] = {.lex_state = 171}, [3332] = {.lex_state = 157}, [3333] = {.lex_state = 171}, [3334] = {.lex_state = 171}, [3335] = {.lex_state = 171}, [3336] = {.lex_state = 171}, [3337] = {.lex_state = 171}, [3338] = {.lex_state = 171}, [3339] = {.lex_state = 171}, [3340] = {.lex_state = 171}, [3341] = {.lex_state = 171}, [3342] = {.lex_state = 171}, [3343] = {.lex_state = 171}, [3344] = {.lex_state = 171}, [3345] = {.lex_state = 157}, [3346] = {.lex_state = 171}, [3347] = {.lex_state = 157}, [3348] = {.lex_state = 157}, [3349] = {.lex_state = 157}, [3350] = {.lex_state = 157}, [3351] = {.lex_state = 171}, [3352] = {.lex_state = 171}, [3353] = {.lex_state = 183}, [3354] = {.lex_state = 157}, [3355] = {.lex_state = 171}, [3356] = {.lex_state = 171}, [3357] = {.lex_state = 190}, [3358] = {.lex_state = 207}, [3359] = {.lex_state = 180}, [3360] = {.lex_state = 180}, [3361] = {.lex_state = 180}, [3362] = {.lex_state = 165}, [3363] = {.lex_state = 180}, [3364] = {.lex_state = 180}, [3365] = {.lex_state = 180}, [3366] = {.lex_state = 180}, [3367] = {.lex_state = 180}, [3368] = {.lex_state = 180}, [3369] = {.lex_state = 180}, [3370] = {.lex_state = 180}, [3371] = {.lex_state = 180}, [3372] = {.lex_state = 180}, [3373] = {.lex_state = 180}, [3374] = {.lex_state = 195}, [3375] = {.lex_state = 195}, [3376] = {.lex_state = 195}, [3377] = {.lex_state = 180}, [3378] = {.lex_state = 180}, [3379] = {.lex_state = 195}, [3380] = {.lex_state = 212}, [3381] = {.lex_state = 180}, [3382] = {.lex_state = 195}, [3383] = {.lex_state = 195}, [3384] = {.lex_state = 195}, [3385] = {.lex_state = 171}, [3386] = {.lex_state = 180}, [3387] = {.lex_state = 195}, [3388] = {.lex_state = 180}, [3389] = {.lex_state = 180}, [3390] = {.lex_state = 180}, [3391] = {.lex_state = 195}, [3392] = {.lex_state = 171}, [3393] = {.lex_state = 195}, [3394] = {.lex_state = 180}, [3395] = {.lex_state = 180}, [3396] = {.lex_state = 207}, [3397] = {.lex_state = 207}, [3398] = {.lex_state = 190}, [3399] = {.lex_state = 195}, [3400] = {.lex_state = 165}, [3401] = {.lex_state = 195}, [3402] = {.lex_state = 195}, [3403] = {.lex_state = 195}, [3404] = {.lex_state = 195}, [3405] = {.lex_state = 207}, [3406] = {.lex_state = 180}, [3407] = {.lex_state = 180}, [3408] = {.lex_state = 195}, [3409] = {.lex_state = 195}, [3410] = {.lex_state = 180}, [3411] = {.lex_state = 207}, [3412] = {.lex_state = 165}, [3413] = {.lex_state = 195}, [3414] = {.lex_state = 195}, [3415] = {.lex_state = 195}, [3416] = {.lex_state = 192}, [3417] = {.lex_state = 165}, [3418] = {.lex_state = 195}, [3419] = {.lex_state = 180}, [3420] = {.lex_state = 180}, [3421] = {.lex_state = 171}, [3422] = {.lex_state = 183}, [3423] = {.lex_state = 180}, [3424] = {.lex_state = 180}, [3425] = {.lex_state = 180}, [3426] = {.lex_state = 180}, [3427] = {.lex_state = 183}, [3428] = {.lex_state = 171}, [3429] = {.lex_state = 175}, [3430] = {.lex_state = 180}, [3431] = {.lex_state = 171}, [3432] = {.lex_state = 183}, [3433] = {.lex_state = 171}, [3434] = {.lex_state = 170}, [3435] = {.lex_state = 171}, [3436] = {.lex_state = 180}, [3437] = {.lex_state = 180}, [3438] = {.lex_state = 175}, [3439] = {.lex_state = 183}, [3440] = {.lex_state = 180}, [3441] = {.lex_state = 180}, [3442] = {.lex_state = 180}, [3443] = {.lex_state = 183}, [3444] = {.lex_state = 171}, [3445] = {.lex_state = 183}, [3446] = {.lex_state = 171}, [3447] = {.lex_state = 183}, [3448] = {.lex_state = 180}, [3449] = {.lex_state = 180}, [3450] = {.lex_state = 183}, [3451] = {.lex_state = 183}, [3452] = {.lex_state = 180}, [3453] = {.lex_state = 180}, [3454] = {.lex_state = 183}, [3455] = {.lex_state = 183}, [3456] = {.lex_state = 171}, [3457] = {.lex_state = 171}, [3458] = {.lex_state = 180}, [3459] = {.lex_state = 171}, [3460] = {.lex_state = 180}, [3461] = {.lex_state = 171}, [3462] = {.lex_state = 167}, [3463] = {.lex_state = 180}, [3464] = {.lex_state = 180}, [3465] = {.lex_state = 183}, [3466] = {.lex_state = 180}, [3467] = {.lex_state = 180}, [3468] = {.lex_state = 180}, [3469] = {.lex_state = 171}, [3470] = {.lex_state = 180}, [3471] = {.lex_state = 180}, [3472] = {.lex_state = 183}, [3473] = {.lex_state = 183}, [3474] = {.lex_state = 167}, [3475] = {.lex_state = 183}, [3476] = {.lex_state = 183}, [3477] = {.lex_state = 180}, [3478] = {.lex_state = 183}, [3479] = {.lex_state = 180}, [3480] = {.lex_state = 180}, [3481] = {.lex_state = 180}, [3482] = {.lex_state = 183}, [3483] = {.lex_state = 183}, [3484] = {.lex_state = 183}, [3485] = {.lex_state = 214}, [3486] = {.lex_state = 180}, [3487] = {.lex_state = 171}, [3488] = {.lex_state = 171}, [3489] = {.lex_state = 171}, [3490] = {.lex_state = 183}, [3491] = {.lex_state = 180}, [3492] = {.lex_state = 171}, [3493] = {.lex_state = 180}, [3494] = {.lex_state = 180}, [3495] = {.lex_state = 171}, [3496] = {.lex_state = 171}, [3497] = {.lex_state = 183}, [3498] = {.lex_state = 180}, [3499] = {.lex_state = 180}, [3500] = {.lex_state = 180}, [3501] = {.lex_state = 180}, [3502] = {.lex_state = 180}, [3503] = {.lex_state = 180}, [3504] = {.lex_state = 180}, [3505] = {.lex_state = 180}, [3506] = {.lex_state = 180}, [3507] = {.lex_state = 180}, [3508] = {.lex_state = 180}, [3509] = {.lex_state = 171}, [3510] = {.lex_state = 180}, [3511] = {.lex_state = 180}, [3512] = {.lex_state = 183}, [3513] = {.lex_state = 180}, [3514] = {.lex_state = 183}, [3515] = {.lex_state = 180}, [3516] = {.lex_state = 180}, [3517] = {.lex_state = 180}, [3518] = {.lex_state = 171}, [3519] = {.lex_state = 180}, [3520] = {.lex_state = 180}, [3521] = {.lex_state = 180}, [3522] = {.lex_state = 180}, [3523] = {.lex_state = 171}, [3524] = {.lex_state = 180}, [3525] = {.lex_state = 183}, [3526] = {.lex_state = 214}, [3527] = {.lex_state = 180}, [3528] = {.lex_state = 180}, [3529] = {.lex_state = 180}, [3530] = {.lex_state = 180}, [3531] = {.lex_state = 171}, [3532] = {.lex_state = 180}, [3533] = {.lex_state = 180}, [3534] = {.lex_state = 180}, [3535] = {.lex_state = 180}, [3536] = {.lex_state = 180}, [3537] = {.lex_state = 183}, [3538] = {.lex_state = 180}, [3539] = {.lex_state = 171}, [3540] = {.lex_state = 180}, [3541] = {.lex_state = 180}, [3542] = {.lex_state = 171}, [3543] = {.lex_state = 180}, [3544] = {.lex_state = 167}, [3545] = {.lex_state = 180}, [3546] = {.lex_state = 180}, [3547] = {.lex_state = 180}, [3548] = {.lex_state = 180}, [3549] = {.lex_state = 183}, [3550] = {.lex_state = 171}, [3551] = {.lex_state = 171}, [3552] = {.lex_state = 183}, [3553] = {.lex_state = 171}, [3554] = {.lex_state = 171}, [3555] = {.lex_state = 171}, [3556] = {.lex_state = 214}, [3557] = {.lex_state = 171}, [3558] = {.lex_state = 171}, [3559] = {.lex_state = 171}, [3560] = {.lex_state = 171}, [3561] = {.lex_state = 171}, [3562] = {.lex_state = 171}, [3563] = {.lex_state = 214}, [3564] = {.lex_state = 171}, [3565] = {.lex_state = 171}, [3566] = {.lex_state = 171}, [3567] = {.lex_state = 171}, [3568] = {.lex_state = 171}, [3569] = {.lex_state = 171}, [3570] = {.lex_state = 171}, [3571] = {.lex_state = 171}, [3572] = {.lex_state = 171}, [3573] = {.lex_state = 171}, [3574] = {.lex_state = 171}, [3575] = {.lex_state = 171}, [3576] = {.lex_state = 214}, [3577] = {.lex_state = 171}, [3578] = {.lex_state = 214}, [3579] = {.lex_state = 171}, [3580] = {.lex_state = 171}, [3581] = {.lex_state = 171}, [3582] = {.lex_state = 214}, [3583] = {.lex_state = 171}, [3584] = {.lex_state = 171}, [3585] = {.lex_state = 171}, [3586] = {.lex_state = 171}, [3587] = {.lex_state = 171}, [3588] = {.lex_state = 183}, [3589] = {.lex_state = 171}, [3590] = {.lex_state = 183}, [3591] = {.lex_state = 171}, [3592] = {.lex_state = 171}, [3593] = {.lex_state = 171}, [3594] = {.lex_state = 214}, [3595] = {.lex_state = 171}, [3596] = {.lex_state = 214}, [3597] = {.lex_state = 171}, [3598] = {.lex_state = 183}, [3599] = {.lex_state = 171}, [3600] = {.lex_state = 171}, [3601] = {.lex_state = 214}, [3602] = {.lex_state = 171}, [3603] = {.lex_state = 183}, [3604] = {.lex_state = 183}, [3605] = {.lex_state = 171}, [3606] = {.lex_state = 171}, [3607] = {.lex_state = 171}, [3608] = {.lex_state = 171}, [3609] = {.lex_state = 171}, [3610] = {.lex_state = 214}, [3611] = {.lex_state = 171}, [3612] = {.lex_state = 171}, [3613] = {.lex_state = 171}, [3614] = {.lex_state = 171}, [3615] = {.lex_state = 214}, [3616] = {.lex_state = 214}, [3617] = {.lex_state = 214}, [3618] = {.lex_state = 171}, [3619] = {.lex_state = 183}, [3620] = {.lex_state = 171}, [3621] = {.lex_state = 171}, [3622] = {.lex_state = 171}, [3623] = {.lex_state = 171}, [3624] = {.lex_state = 214}, [3625] = {.lex_state = 214}, [3626] = {.lex_state = 157}, [3627] = {.lex_state = 212}, [3628] = {.lex_state = 214}, [3629] = {.lex_state = 167}, [3630] = {.lex_state = 214}, [3631] = {.lex_state = 214}, [3632] = {.lex_state = 167}, [3633] = {.lex_state = 167}, [3634] = {.lex_state = 212}, [3635] = {.lex_state = 197}, [3636] = {.lex_state = 197}, [3637] = {.lex_state = 214}, [3638] = {.lex_state = 167}, [3639] = {.lex_state = 214}, [3640] = {.lex_state = 212}, [3641] = {.lex_state = 214}, [3642] = {.lex_state = 212}, [3643] = {.lex_state = 214}, [3644] = {.lex_state = 214}, [3645] = {.lex_state = 219}, [3646] = {.lex_state = 214}, [3647] = {.lex_state = 212}, [3648] = {.lex_state = 212}, [3649] = {.lex_state = 214}, [3650] = {.lex_state = 214}, [3651] = {.lex_state = 219}, [3652] = {.lex_state = 214}, [3653] = {.lex_state = 214}, [3654] = {.lex_state = 212}, [3655] = {.lex_state = 212}, [3656] = {.lex_state = 214}, [3657] = {.lex_state = 197}, [3658] = {.lex_state = 212}, [3659] = {.lex_state = 212}, [3660] = {.lex_state = 214}, [3661] = {.lex_state = 212}, [3662] = {.lex_state = 212}, [3663] = {.lex_state = 214}, [3664] = {.lex_state = 212}, [3665] = {.lex_state = 212}, [3666] = {.lex_state = 212}, [3667] = {.lex_state = 197}, [3668] = {.lex_state = 212}, [3669] = {.lex_state = 212}, [3670] = {.lex_state = 214}, [3671] = {.lex_state = 214}, [3672] = {.lex_state = 214}, [3673] = {.lex_state = 212}, [3674] = {.lex_state = 214}, [3675] = {.lex_state = 214}, [3676] = {.lex_state = 212}, [3677] = {.lex_state = 214}, [3678] = {.lex_state = 214}, [3679] = {.lex_state = 212}, [3680] = {.lex_state = 212}, [3681] = {.lex_state = 214}, [3682] = {.lex_state = 214}, [3683] = {.lex_state = 212}, [3684] = {.lex_state = 214}, [3685] = {.lex_state = 212}, [3686] = {.lex_state = 214}, [3687] = {.lex_state = 214}, [3688] = {.lex_state = 215}, [3689] = {.lex_state = 201}, [3690] = {.lex_state = 212}, [3691] = {.lex_state = 201}, [3692] = {.lex_state = 214}, [3693] = {.lex_state = 212}, [3694] = {.lex_state = 214}, [3695] = {.lex_state = 214}, [3696] = {.lex_state = 212}, [3697] = {.lex_state = 212}, [3698] = {.lex_state = 212}, [3699] = {.lex_state = 214}, [3700] = {.lex_state = 212}, [3701] = {.lex_state = 214}, [3702] = {.lex_state = 212}, [3703] = {.lex_state = 197}, [3704] = {.lex_state = 214}, [3705] = {.lex_state = 214}, [3706] = {.lex_state = 214}, [3707] = {.lex_state = 214}, [3708] = {.lex_state = 212}, [3709] = {.lex_state = 214}, [3710] = {.lex_state = 214}, [3711] = {.lex_state = 212}, [3712] = {.lex_state = 212}, [3713] = {.lex_state = 212}, [3714] = {.lex_state = 212}, [3715] = {.lex_state = 214}, [3716] = {.lex_state = 212}, [3717] = {.lex_state = 212}, [3718] = {.lex_state = 212}, [3719] = {.lex_state = 212}, [3720] = {.lex_state = 212}, [3721] = {.lex_state = 212}, [3722] = {.lex_state = 214}, [3723] = {.lex_state = 212}, [3724] = {.lex_state = 212}, [3725] = {.lex_state = 212}, [3726] = {.lex_state = 212}, [3727] = {.lex_state = 197}, [3728] = {.lex_state = 212}, [3729] = {.lex_state = 212}, [3730] = {.lex_state = 212}, [3731] = {.lex_state = 212}, [3732] = {.lex_state = 214}, [3733] = {.lex_state = 214}, [3734] = {.lex_state = 214}, [3735] = {.lex_state = 212}, [3736] = {.lex_state = 212}, [3737] = {.lex_state = 197}, [3738] = {.lex_state = 212}, [3739] = {.lex_state = 212}, [3740] = {.lex_state = 212}, [3741] = {.lex_state = 212}, [3742] = {.lex_state = 214}, [3743] = {.lex_state = 214}, [3744] = {.lex_state = 212}, [3745] = {.lex_state = 212}, [3746] = {.lex_state = 214}, [3747] = {.lex_state = 214}, [3748] = {.lex_state = 214}, [3749] = {.lex_state = 214}, [3750] = {.lex_state = 197}, [3751] = {.lex_state = 212}, [3752] = {.lex_state = 212}, [3753] = {.lex_state = 201}, [3754] = {.lex_state = 212}, [3755] = {.lex_state = 212}, [3756] = {.lex_state = 212}, [3757] = {.lex_state = 212}, [3758] = {.lex_state = 212}, [3759] = {.lex_state = 195}, [3760] = {.lex_state = 194}, [3761] = {.lex_state = 212}, [3762] = {.lex_state = 212}, [3763] = {.lex_state = 194}, [3764] = {.lex_state = 212}, [3765] = {.lex_state = 194}, [3766] = {.lex_state = 194}, [3767] = {.lex_state = 212}, [3768] = {.lex_state = 201}, [3769] = {.lex_state = 214}, [3770] = {.lex_state = 212}, [3771] = {.lex_state = 212}, [3772] = {.lex_state = 214}, [3773] = {.lex_state = 212}, [3774] = {.lex_state = 201}, [3775] = {.lex_state = 212}, [3776] = {.lex_state = 216}, [3777] = {.lex_state = 201}, [3778] = {.lex_state = 212}, [3779] = {.lex_state = 212}, [3780] = {.lex_state = 212}, [3781] = {.lex_state = 214}, [3782] = {.lex_state = 214}, [3783] = {.lex_state = 201}, [3784] = {.lex_state = 201}, [3785] = {.lex_state = 212}, [3786] = {.lex_state = 201}, [3787] = {.lex_state = 212}, [3788] = {.lex_state = 194}, [3789] = {.lex_state = 212}, [3790] = {.lex_state = 212}, [3791] = {.lex_state = 212}, [3792] = {.lex_state = 212}, [3793] = {.lex_state = 201}, [3794] = {.lex_state = 212}, [3795] = {.lex_state = 201}, [3796] = {.lex_state = 212}, [3797] = {.lex_state = 201}, [3798] = {.lex_state = 214}, [3799] = {.lex_state = 194}, [3800] = {.lex_state = 194}, [3801] = {.lex_state = 212}, [3802] = {.lex_state = 201}, [3803] = {.lex_state = 201}, [3804] = {.lex_state = 216}, [3805] = {.lex_state = 201}, [3806] = {.lex_state = 212}, [3807] = {.lex_state = 194}, [3808] = {.lex_state = 212}, [3809] = {.lex_state = 194}, [3810] = {.lex_state = 201}, [3811] = {.lex_state = 201}, [3812] = {.lex_state = 201}, [3813] = {.lex_state = 212}, [3814] = {.lex_state = 195}, [3815] = {.lex_state = 212}, [3816] = {.lex_state = 201}, [3817] = {.lex_state = 201}, [3818] = {.lex_state = 214}, [3819] = {.lex_state = 201}, [3820] = {.lex_state = 212}, [3821] = {.lex_state = 194}, [3822] = {.lex_state = 212}, [3823] = {.lex_state = 201}, [3824] = {.lex_state = 214}, [3825] = {.lex_state = 201}, [3826] = {.lex_state = 195}, [3827] = {.lex_state = 195}, [3828] = {.lex_state = 195}, [3829] = {.lex_state = 195}, [3830] = {.lex_state = 195}, [3831] = {.lex_state = 214}, [3832] = {.lex_state = 214}, [3833] = {.lex_state = 195}, [3834] = {.lex_state = 195}, [3835] = {.lex_state = 215}, [3836] = {.lex_state = 215}, [3837] = {.lex_state = 214}, [3838] = {.lex_state = 195}, [3839] = {.lex_state = 212}, [3840] = {.lex_state = 215}, [3841] = {.lex_state = 215}, [3842] = {.lex_state = 195}, [3843] = {.lex_state = 195}, [3844] = {.lex_state = 195}, [3845] = {.lex_state = 195}, [3846] = {.lex_state = 195}, [3847] = {.lex_state = 212}, [3848] = {.lex_state = 195}, [3849] = {.lex_state = 195}, [3850] = {.lex_state = 195}, [3851] = {.lex_state = 195}, [3852] = {.lex_state = 195}, [3853] = {.lex_state = 215}, [3854] = {.lex_state = 215}, [3855] = {.lex_state = 215}, [3856] = {.lex_state = 195}, [3857] = {.lex_state = 194}, [3858] = {.lex_state = 215}, [3859] = {.lex_state = 215}, [3860] = {.lex_state = 194}, [3861] = {.lex_state = 195}, [3862] = {.lex_state = 195}, [3863] = {.lex_state = 199}, [3864] = {.lex_state = 215}, [3865] = {.lex_state = 194}, [3866] = {.lex_state = 194}, [3867] = {.lex_state = 199}, [3868] = {.lex_state = 194}, [3869] = {.lex_state = 194}, [3870] = {.lex_state = 194}, [3871] = {.lex_state = 194}, [3872] = {.lex_state = 194}, [3873] = {.lex_state = 197}, [3874] = {.lex_state = 201}, [3875] = {.lex_state = 195}, [3876] = {.lex_state = 215}, [3877] = {.lex_state = 197}, [3878] = {.lex_state = 202}, [3879] = {.lex_state = 194}, [3880] = {.lex_state = 194}, [3881] = {.lex_state = 215}, [3882] = {.lex_state = 214}, [3883] = {.lex_state = 201}, [3884] = {.lex_state = 202}, [3885] = {.lex_state = 214}, [3886] = {.lex_state = 215}, [3887] = {.lex_state = 214}, [3888] = {.lex_state = 214}, [3889] = {.lex_state = 217}, [3890] = {.lex_state = 195}, [3891] = {.lex_state = 197}, [3892] = {.lex_state = 201}, [3893] = {.lex_state = 197}, [3894] = {.lex_state = 201}, [3895] = {.lex_state = 201}, [3896] = {.lex_state = 194}, [3897] = {.lex_state = 214}, [3898] = {.lex_state = 215}, [3899] = {.lex_state = 197}, [3900] = {.lex_state = 214}, [3901] = {.lex_state = 201}, [3902] = {.lex_state = 215}, [3903] = {.lex_state = 214}, [3904] = {.lex_state = 214}, [3905] = {.lex_state = 194}, [3906] = {.lex_state = 215}, [3907] = {.lex_state = 215}, [3908] = {.lex_state = 201}, [3909] = {.lex_state = 215}, [3910] = {.lex_state = 215}, [3911] = {.lex_state = 201}, [3912] = {.lex_state = 201}, [3913] = {.lex_state = 195}, [3914] = {.lex_state = 197}, [3915] = {.lex_state = 215}, [3916] = {.lex_state = 215}, [3917] = {.lex_state = 215}, [3918] = {.lex_state = 201}, [3919] = {.lex_state = 201}, [3920] = {.lex_state = 215}, [3921] = {.lex_state = 215}, [3922] = {.lex_state = 215}, [3923] = {.lex_state = 215}, [3924] = {.lex_state = 215}, [3925] = {.lex_state = 201}, [3926] = {.lex_state = 215}, [3927] = {.lex_state = 215}, [3928] = {.lex_state = 215}, [3929] = {.lex_state = 201}, [3930] = {.lex_state = 197}, [3931] = {.lex_state = 214}, [3932] = {.lex_state = 201}, [3933] = {.lex_state = 201}, [3934] = {.lex_state = 201}, [3935] = {.lex_state = 215}, [3936] = {.lex_state = 197}, [3937] = {.lex_state = 201}, [3938] = {.lex_state = 214}, [3939] = {.lex_state = 215}, [3940] = {.lex_state = 215}, [3941] = {.lex_state = 214}, [3942] = {.lex_state = 201}, [3943] = {.lex_state = 215}, [3944] = {.lex_state = 201}, [3945] = {.lex_state = 215}, [3946] = {.lex_state = 215}, [3947] = {.lex_state = 201}, [3948] = {.lex_state = 215}, [3949] = {.lex_state = 214}, [3950] = {.lex_state = 195}, [3951] = {.lex_state = 215}, [3952] = {.lex_state = 215}, [3953] = {.lex_state = 215}, [3954] = {.lex_state = 201}, [3955] = {.lex_state = 215}, [3956] = {.lex_state = 215}, [3957] = {.lex_state = 215}, [3958] = {.lex_state = 215}, [3959] = {.lex_state = 201}, [3960] = {.lex_state = 215}, [3961] = {.lex_state = 214}, [3962] = {.lex_state = 201}, [3963] = {.lex_state = 201}, [3964] = {.lex_state = 214}, [3965] = {.lex_state = 215}, [3966] = {.lex_state = 201}, [3967] = {.lex_state = 201}, [3968] = {.lex_state = 201}, [3969] = {.lex_state = 201}, [3970] = {.lex_state = 215}, [3971] = {.lex_state = 215}, [3972] = {.lex_state = 201}, [3973] = {.lex_state = 215}, [3974] = {.lex_state = 215}, [3975] = {.lex_state = 201}, [3976] = {.lex_state = 201}, [3977] = {.lex_state = 201}, [3978] = {.lex_state = 219}, [3979] = {.lex_state = 214}, [3980] = {.lex_state = 215}, [3981] = {.lex_state = 201}, [3982] = {.lex_state = 215}, [3983] = {.lex_state = 215}, [3984] = {.lex_state = 201}, [3985] = {.lex_state = 215}, [3986] = {.lex_state = 215}, [3987] = {.lex_state = 215}, [3988] = {.lex_state = 215}, [3989] = {.lex_state = 201}, [3990] = {.lex_state = 193}, [3991] = {.lex_state = 201}, [3992] = {.lex_state = 201}, [3993] = {.lex_state = 201}, [3994] = {.lex_state = 215}, [3995] = {.lex_state = 201}, [3996] = {.lex_state = 197}, [3997] = {.lex_state = 197}, [3998] = {.lex_state = 201}, [3999] = {.lex_state = 214}, [4000] = {.lex_state = 201}, [4001] = {.lex_state = 214}, [4002] = {.lex_state = 197}, [4003] = {.lex_state = 214}, [4004] = {.lex_state = 195}, [4005] = {.lex_state = 195}, [4006] = {.lex_state = 195}, [4007] = {.lex_state = 194}, [4008] = {.lex_state = 194}, [4009] = {.lex_state = 197}, [4010] = {.lex_state = 214}, [4011] = {.lex_state = 195}, [4012] = {.lex_state = 197}, [4013] = {.lex_state = 194}, [4014] = {.lex_state = 197}, [4015] = {.lex_state = 194}, [4016] = {.lex_state = 195}, [4017] = {.lex_state = 197}, [4018] = {.lex_state = 197}, [4019] = {.lex_state = 197}, [4020] = {.lex_state = 195}, [4021] = {.lex_state = 194}, [4022] = {.lex_state = 194}, [4023] = {.lex_state = 195}, [4024] = {.lex_state = 197}, [4025] = {.lex_state = 195}, [4026] = {.lex_state = 195}, [4027] = {.lex_state = 197}, [4028] = {.lex_state = 195}, [4029] = {.lex_state = 194}, [4030] = {.lex_state = 195}, [4031] = {.lex_state = 194}, [4032] = {.lex_state = 197}, [4033] = {.lex_state = 197}, [4034] = {.lex_state = 195}, [4035] = {.lex_state = 197}, [4036] = {.lex_state = 197}, [4037] = {.lex_state = 197}, [4038] = {.lex_state = 195}, [4039] = {.lex_state = 214}, [4040] = {.lex_state = 214}, [4041] = {.lex_state = 194}, [4042] = {.lex_state = 194}, [4043] = {.lex_state = 195}, [4044] = {.lex_state = 214}, [4045] = {.lex_state = 197}, [4046] = {.lex_state = 195}, [4047] = {.lex_state = 195}, [4048] = {.lex_state = 195}, [4049] = {.lex_state = 195}, [4050] = {.lex_state = 215}, [4051] = {.lex_state = 197}, [4052] = {.lex_state = 197}, [4053] = {.lex_state = 197}, [4054] = {.lex_state = 195}, [4055] = {.lex_state = 195}, [4056] = {.lex_state = 215}, [4057] = {.lex_state = 214}, [4058] = {.lex_state = 214}, [4059] = {.lex_state = 197}, [4060] = {.lex_state = 195}, [4061] = {.lex_state = 195}, [4062] = {.lex_state = 214}, [4063] = {.lex_state = 215}, [4064] = {.lex_state = 195}, [4065] = {.lex_state = 194}, [4066] = {.lex_state = 197}, [4067] = {.lex_state = 195}, [4068] = {.lex_state = 195}, [4069] = {.lex_state = 197}, [4070] = {.lex_state = 212}, [4071] = {.lex_state = 215}, [4072] = {.lex_state = 197}, [4073] = {.lex_state = 212}, [4074] = {.lex_state = 195}, [4075] = {.lex_state = 195}, [4076] = {.lex_state = 195}, [4077] = {.lex_state = 197}, [4078] = {.lex_state = 197}, [4079] = {.lex_state = 197}, [4080] = {.lex_state = 197}, [4081] = {.lex_state = 214}, [4082] = {.lex_state = 194}, [4083] = {.lex_state = 197}, [4084] = {.lex_state = 197}, [4085] = {.lex_state = 195}, [4086] = {.lex_state = 214}, [4087] = {.lex_state = 195}, [4088] = {.lex_state = 195}, [4089] = {.lex_state = 195}, [4090] = {.lex_state = 195}, [4091] = {.lex_state = 212}, [4092] = {.lex_state = 197}, [4093] = {.lex_state = 194}, [4094] = {.lex_state = 197}, [4095] = {.lex_state = 195}, [4096] = {.lex_state = 195}, [4097] = {.lex_state = 197}, [4098] = {.lex_state = 197}, [4099] = {.lex_state = 197}, [4100] = {.lex_state = 215}, [4101] = {.lex_state = 197}, [4102] = {.lex_state = 215}, [4103] = {.lex_state = 197}, [4104] = {.lex_state = 195}, [4105] = {.lex_state = 195}, [4106] = {.lex_state = 194}, [4107] = {.lex_state = 195}, [4108] = {.lex_state = 214}, [4109] = {.lex_state = 197}, [4110] = {.lex_state = 215}, [4111] = {.lex_state = 194}, [4112] = {.lex_state = 215}, [4113] = {.lex_state = 197}, [4114] = {.lex_state = 197}, [4115] = {.lex_state = 197}, [4116] = {.lex_state = 197}, [4117] = {.lex_state = 212}, [4118] = {.lex_state = 195}, [4119] = {.lex_state = 197}, [4120] = {.lex_state = 194}, [4121] = {.lex_state = 194}, [4122] = {.lex_state = 195}, [4123] = {.lex_state = 214}, [4124] = {.lex_state = 197}, [4125] = {.lex_state = 214}, [4126] = {.lex_state = 214}, [4127] = {.lex_state = 214}, [4128] = {.lex_state = 197}, [4129] = {.lex_state = 197}, [4130] = {.lex_state = 197}, [4131] = {.lex_state = 215}, [4132] = {.lex_state = 194}, [4133] = {.lex_state = 201}, [4134] = {.lex_state = 214}, [4135] = {.lex_state = 197}, [4136] = {.lex_state = 201}, [4137] = {.lex_state = 201}, [4138] = {.lex_state = 197}, [4139] = {.lex_state = 197}, [4140] = {.lex_state = 215}, [4141] = {.lex_state = 197}, [4142] = {.lex_state = 197}, [4143] = {.lex_state = 197}, [4144] = {.lex_state = 197}, [4145] = {.lex_state = 197}, [4146] = {.lex_state = 197}, [4147] = {.lex_state = 197}, [4148] = {.lex_state = 197}, [4149] = {.lex_state = 197}, [4150] = {.lex_state = 205}, [4151] = {.lex_state = 197}, [4152] = {.lex_state = 197}, [4153] = {.lex_state = 197}, [4154] = {.lex_state = 197}, [4155] = {.lex_state = 197}, [4156] = {.lex_state = 197}, [4157] = {.lex_state = 214}, [4158] = {.lex_state = 215}, [4159] = {.lex_state = 197}, [4160] = {.lex_state = 197}, [4161] = {.lex_state = 195}, [4162] = {.lex_state = 197}, [4163] = {.lex_state = 195}, [4164] = {.lex_state = 197}, [4165] = {.lex_state = 197}, [4166] = {.lex_state = 197}, [4167] = {.lex_state = 197}, [4168] = {.lex_state = 197}, [4169] = {.lex_state = 197}, [4170] = {.lex_state = 197}, [4171] = {.lex_state = 197}, [4172] = {.lex_state = 197}, [4173] = {.lex_state = 195}, [4174] = {.lex_state = 197}, [4175] = {.lex_state = 197}, [4176] = {.lex_state = 197}, [4177] = {.lex_state = 197}, [4178] = {.lex_state = 197}, [4179] = {.lex_state = 195}, [4180] = {.lex_state = 195}, [4181] = {.lex_state = 197}, [4182] = {.lex_state = 197}, [4183] = {.lex_state = 216}, [4184] = {.lex_state = 197}, [4185] = {.lex_state = 197}, [4186] = {.lex_state = 197}, [4187] = {.lex_state = 197}, [4188] = {.lex_state = 197}, [4189] = {.lex_state = 197}, [4190] = {.lex_state = 197}, [4191] = {.lex_state = 197}, [4192] = {.lex_state = 197}, [4193] = {.lex_state = 194}, [4194] = {.lex_state = 214}, [4195] = {.lex_state = 197}, [4196] = {.lex_state = 197}, [4197] = {.lex_state = 197}, [4198] = {.lex_state = 197}, [4199] = {.lex_state = 215}, [4200] = {.lex_state = 197}, [4201] = {.lex_state = 197}, [4202] = {.lex_state = 197}, [4203] = {.lex_state = 195}, [4204] = {.lex_state = 197}, [4205] = {.lex_state = 195}, [4206] = {.lex_state = 197}, [4207] = {.lex_state = 197}, [4208] = {.lex_state = 197}, [4209] = {.lex_state = 197}, [4210] = {.lex_state = 197}, [4211] = {.lex_state = 197}, [4212] = {.lex_state = 214}, [4213] = {.lex_state = 197}, [4214] = {.lex_state = 214}, [4215] = {.lex_state = 197}, [4216] = {.lex_state = 214}, [4217] = {.lex_state = 197}, [4218] = {.lex_state = 214}, [4219] = {.lex_state = 197}, [4220] = {.lex_state = 195}, [4221] = {.lex_state = 197}, [4222] = {.lex_state = 197}, [4223] = {.lex_state = 197}, [4224] = {.lex_state = 197}, [4225] = {.lex_state = 197}, [4226] = {.lex_state = 197}, [4227] = {.lex_state = 216}, [4228] = {.lex_state = 197}, [4229] = {.lex_state = 197}, [4230] = {.lex_state = 197}, [4231] = {.lex_state = 197}, [4232] = {.lex_state = 197}, [4233] = {.lex_state = 197}, [4234] = {.lex_state = 197}, [4235] = {.lex_state = 214}, [4236] = {.lex_state = 195}, [4237] = {.lex_state = 197}, [4238] = {.lex_state = 197}, [4239] = {.lex_state = 197}, [4240] = {.lex_state = 197}, [4241] = {.lex_state = 214}, [4242] = {.lex_state = 197}, [4243] = {.lex_state = 197}, [4244] = {.lex_state = 195}, [4245] = {.lex_state = 197}, [4246] = {.lex_state = 195}, [4247] = {.lex_state = 197}, [4248] = {.lex_state = 195}, [4249] = {.lex_state = 197}, [4250] = {.lex_state = 195}, [4251] = {.lex_state = 195}, [4252] = {.lex_state = 197}, [4253] = {.lex_state = 195}, [4254] = {.lex_state = 195}, [4255] = {.lex_state = 205}, [4256] = {.lex_state = 197}, [4257] = {.lex_state = 195}, [4258] = {.lex_state = 197}, [4259] = {.lex_state = 197}, [4260] = {.lex_state = 214}, [4261] = {.lex_state = 195}, [4262] = {.lex_state = 197}, [4263] = {.lex_state = 195}, [4264] = {.lex_state = 197}, [4265] = {.lex_state = 195}, [4266] = {.lex_state = 197}, [4267] = {.lex_state = 197}, [4268] = {.lex_state = 197}, [4269] = {.lex_state = 195}, [4270] = {.lex_state = 197}, [4271] = {.lex_state = 195}, [4272] = {.lex_state = 197}, [4273] = {.lex_state = 195}, [4274] = {.lex_state = 195}, [4275] = {.lex_state = 197}, [4276] = {.lex_state = 197}, [4277] = {.lex_state = 197}, [4278] = {.lex_state = 197}, [4279] = {.lex_state = 197}, [4280] = {.lex_state = 197}, [4281] = {.lex_state = 197}, [4282] = {.lex_state = 197}, [4283] = {.lex_state = 197}, [4284] = {.lex_state = 197}, [4285] = {.lex_state = 195}, [4286] = {.lex_state = 197}, [4287] = {.lex_state = 197}, [4288] = {.lex_state = 197}, [4289] = {.lex_state = 197}, [4290] = {.lex_state = 197}, [4291] = {.lex_state = 195}, [4292] = {.lex_state = 195}, [4293] = {.lex_state = 197}, [4294] = {.lex_state = 197}, [4295] = {.lex_state = 197}, [4296] = {.lex_state = 195}, [4297] = {.lex_state = 197}, [4298] = {.lex_state = 197}, [4299] = {.lex_state = 197}, [4300] = {.lex_state = 197}, [4301] = {.lex_state = 197}, [4302] = {.lex_state = 197}, [4303] = {.lex_state = 195}, [4304] = {.lex_state = 212}, [4305] = {.lex_state = 201}, [4306] = {.lex_state = 197}, [4307] = {.lex_state = 197}, [4308] = {.lex_state = 201}, [4309] = {.lex_state = 197}, [4310] = {.lex_state = 197}, [4311] = {.lex_state = 197}, [4312] = {.lex_state = 197}, [4313] = {.lex_state = 197}, [4314] = {.lex_state = 195}, [4315] = {.lex_state = 197}, [4316] = {.lex_state = 219}, [4317] = {.lex_state = 197}, [4318] = {.lex_state = 197}, [4319] = {.lex_state = 197}, [4320] = {.lex_state = 197}, [4321] = {.lex_state = 195}, [4322] = {.lex_state = 195}, [4323] = {.lex_state = 201}, [4324] = {.lex_state = 212}, [4325] = {.lex_state = 212}, [4326] = {.lex_state = 197}, [4327] = {.lex_state = 197}, [4328] = {.lex_state = 201}, [4329] = {.lex_state = 197}, [4330] = {.lex_state = 197}, [4331] = {.lex_state = 197}, [4332] = {.lex_state = 197}, [4333] = {.lex_state = 197}, [4334] = {.lex_state = 197}, [4335] = {.lex_state = 197}, [4336] = {.lex_state = 197}, [4337] = {.lex_state = 197}, [4338] = {.lex_state = 197}, [4339] = {.lex_state = 201}, [4340] = {.lex_state = 197}, [4341] = {.lex_state = 212}, [4342] = {.lex_state = 195}, [4343] = {.lex_state = 195}, [4344] = {.lex_state = 201}, [4345] = {.lex_state = 197}, [4346] = {.lex_state = 197}, [4347] = {.lex_state = 197}, [4348] = {.lex_state = 197}, [4349] = {.lex_state = 197}, [4350] = {.lex_state = 197}, [4351] = {.lex_state = 197}, [4352] = {.lex_state = 195}, [4353] = {.lex_state = 201}, [4354] = {.lex_state = 215}, [4355] = {.lex_state = 212}, [4356] = {.lex_state = 197}, [4357] = {.lex_state = 197}, [4358] = {.lex_state = 195}, [4359] = {.lex_state = 195}, [4360] = {.lex_state = 197}, [4361] = {.lex_state = 197}, [4362] = {.lex_state = 195}, [4363] = {.lex_state = 201}, [4364] = {.lex_state = 197}, [4365] = {.lex_state = 212}, [4366] = {.lex_state = 197}, [4367] = {.lex_state = 201}, [4368] = {.lex_state = 197}, [4369] = {.lex_state = 197}, [4370] = {.lex_state = 197}, [4371] = {.lex_state = 201}, [4372] = {.lex_state = 201}, [4373] = {.lex_state = 197}, [4374] = {.lex_state = 197}, [4375] = {.lex_state = 197}, [4376] = {.lex_state = 197}, [4377] = {.lex_state = 197}, [4378] = {.lex_state = 197}, [4379] = {.lex_state = 201}, [4380] = {.lex_state = 195}, [4381] = {.lex_state = 197}, [4382] = {.lex_state = 197}, [4383] = {.lex_state = 201}, [4384] = {.lex_state = 201}, [4385] = {.lex_state = 197}, [4386] = {.lex_state = 201}, [4387] = {.lex_state = 201}, [4388] = {.lex_state = 197}, [4389] = {.lex_state = 197}, [4390] = {.lex_state = 201}, [4391] = {.lex_state = 201}, [4392] = {.lex_state = 197}, [4393] = {.lex_state = 195}, [4394] = {.lex_state = 195}, [4395] = {.lex_state = 197}, [4396] = {.lex_state = 195}, [4397] = {.lex_state = 197}, [4398] = {.lex_state = 201}, [4399] = {.lex_state = 214}, [4400] = {.lex_state = 197}, [4401] = {.lex_state = 197}, [4402] = {.lex_state = 195}, [4403] = {.lex_state = 197}, [4404] = {.lex_state = 195}, [4405] = {.lex_state = 212}, [4406] = {.lex_state = 201}, [4407] = {.lex_state = 197}, [4408] = {.lex_state = 197}, [4409] = {.lex_state = 197}, [4410] = {.lex_state = 195}, [4411] = {.lex_state = 201}, [4412] = {.lex_state = 201}, [4413] = {.lex_state = 195}, [4414] = {.lex_state = 195}, [4415] = {.lex_state = 197}, [4416] = {.lex_state = 197}, [4417] = {.lex_state = 197}, [4418] = {.lex_state = 197}, [4419] = {.lex_state = 197}, [4420] = {.lex_state = 197}, [4421] = {.lex_state = 197}, [4422] = {.lex_state = 197}, [4423] = {.lex_state = 195}, [4424] = {.lex_state = 197}, [4425] = {.lex_state = 201}, [4426] = {.lex_state = 197}, [4427] = {.lex_state = 215}, [4428] = {.lex_state = 197}, [4429] = {.lex_state = 197}, [4430] = {.lex_state = 195}, [4431] = {.lex_state = 197}, [4432] = {.lex_state = 197}, [4433] = {.lex_state = 197}, [4434] = {.lex_state = 197}, [4435] = {.lex_state = 212}, [4436] = {.lex_state = 197}, [4437] = {.lex_state = 201}, [4438] = {.lex_state = 197}, [4439] = {.lex_state = 197}, [4440] = {.lex_state = 197}, [4441] = {.lex_state = 195}, [4442] = {.lex_state = 201}, [4443] = {.lex_state = 195}, [4444] = {.lex_state = 195}, [4445] = {.lex_state = 197}, [4446] = {.lex_state = 195}, [4447] = {.lex_state = 201}, [4448] = {.lex_state = 195}, [4449] = {.lex_state = 197}, [4450] = {.lex_state = 197}, [4451] = {.lex_state = 195}, [4452] = {.lex_state = 197}, [4453] = {.lex_state = 197}, [4454] = {.lex_state = 197}, [4455] = {.lex_state = 195}, [4456] = {.lex_state = 195}, [4457] = {.lex_state = 212}, [4458] = {.lex_state = 197}, [4459] = {.lex_state = 197}, [4460] = {.lex_state = 197}, [4461] = {.lex_state = 195}, [4462] = {.lex_state = 201}, [4463] = {.lex_state = 197}, [4464] = {.lex_state = 197}, [4465] = {.lex_state = 201}, [4466] = {.lex_state = 197}, [4467] = {.lex_state = 197}, [4468] = {.lex_state = 197}, [4469] = {.lex_state = 201}, [4470] = {.lex_state = 197}, [4471] = {.lex_state = 197}, [4472] = {.lex_state = 201}, [4473] = {.lex_state = 212}, [4474] = {.lex_state = 201}, [4475] = {.lex_state = 197}, [4476] = {.lex_state = 195}, [4477] = {.lex_state = 201}, [4478] = {.lex_state = 195}, [4479] = {.lex_state = 201}, [4480] = {.lex_state = 195}, [4481] = {.lex_state = 197}, [4482] = {.lex_state = 212}, [4483] = {.lex_state = 197}, [4484] = {.lex_state = 195}, [4485] = {.lex_state = 201}, [4486] = {.lex_state = 195}, [4487] = {.lex_state = 201}, [4488] = {.lex_state = 197}, [4489] = {.lex_state = 201}, [4490] = {.lex_state = 197}, [4491] = {.lex_state = 212}, [4492] = {.lex_state = 197}, [4493] = {.lex_state = 197}, [4494] = {.lex_state = 195}, [4495] = {.lex_state = 197}, [4496] = {.lex_state = 197}, [4497] = {.lex_state = 201}, [4498] = {.lex_state = 197}, [4499] = {.lex_state = 201}, [4500] = {.lex_state = 195}, [4501] = {.lex_state = 195}, [4502] = {.lex_state = 197}, [4503] = {.lex_state = 195}, [4504] = {.lex_state = 197}, [4505] = {.lex_state = 197}, [4506] = {.lex_state = 197}, [4507] = {.lex_state = 197}, [4508] = {.lex_state = 197}, [4509] = {.lex_state = 197}, [4510] = {.lex_state = 197}, [4511] = {.lex_state = 197}, [4512] = {.lex_state = 195}, [4513] = {.lex_state = 197}, [4514] = {.lex_state = 195}, [4515] = {.lex_state = 197}, [4516] = {.lex_state = 194}, [4517] = {.lex_state = 216}, [4518] = {.lex_state = 194}, [4519] = {.lex_state = 215}, [4520] = {.lex_state = 194}, [4521] = {.lex_state = 194}, [4522] = {.lex_state = 215}, [4523] = {.lex_state = 215}, [4524] = {.lex_state = 215}, [4525] = {.lex_state = 215}, [4526] = {.lex_state = 194}, [4527] = {.lex_state = 194}, [4528] = {.lex_state = 197}, [4529] = {.lex_state = 212}, [4530] = {.lex_state = 197}, [4531] = {.lex_state = 194}, [4532] = {.lex_state = 215}, [4533] = {.lex_state = 199}, [4534] = {.lex_state = 195}, [4535] = {.lex_state = 194}, [4536] = {.lex_state = 214}, [4537] = {.lex_state = 216}, [4538] = {.lex_state = 214}, [4539] = {.lex_state = 199}, [4540] = {.lex_state = 215}, [4541] = {.lex_state = 194}, [4542] = {.lex_state = 195}, [4543] = {.lex_state = 194}, [4544] = {.lex_state = 194}, [4545] = {.lex_state = 216}, [4546] = {.lex_state = 194}, [4547] = {.lex_state = 195}, [4548] = {.lex_state = 216}, [4549] = {.lex_state = 195}, [4550] = {.lex_state = 194}, [4551] = {.lex_state = 216}, [4552] = {.lex_state = 214}, [4553] = {.lex_state = 215}, [4554] = {.lex_state = 216}, [4555] = {.lex_state = 195}, [4556] = {.lex_state = 215}, [4557] = {.lex_state = 215}, [4558] = {.lex_state = 212}, [4559] = {.lex_state = 212}, [4560] = {.lex_state = 217}, [4561] = {.lex_state = 212}, [4562] = {.lex_state = 212}, [4563] = {.lex_state = 212}, [4564] = {.lex_state = 195}, [4565] = {.lex_state = 212}, [4566] = {.lex_state = 212}, [4567] = {.lex_state = 195}, [4568] = {.lex_state = 212}, [4569] = {.lex_state = 212}, [4570] = {.lex_state = 212}, [4571] = {.lex_state = 212}, [4572] = {.lex_state = 212}, [4573] = {.lex_state = 212}, [4574] = {.lex_state = 212}, [4575] = {.lex_state = 212}, [4576] = {.lex_state = 215}, [4577] = {.lex_state = 216}, [4578] = {.lex_state = 212}, [4579] = {.lex_state = 212}, [4580] = {.lex_state = 212}, [4581] = {.lex_state = 212}, [4582] = {.lex_state = 212}, [4583] = {.lex_state = 212}, [4584] = {.lex_state = 212}, [4585] = {.lex_state = 215}, [4586] = {.lex_state = 216}, [4587] = {.lex_state = 212}, [4588] = {.lex_state = 212}, [4589] = {.lex_state = 216}, [4590] = {.lex_state = 212}, [4591] = {.lex_state = 212}, [4592] = {.lex_state = 217}, [4593] = {.lex_state = 212}, [4594] = {.lex_state = 212}, [4595] = {.lex_state = 212}, [4596] = {.lex_state = 212}, [4597] = {.lex_state = 216}, [4598] = {.lex_state = 212}, [4599] = {.lex_state = 195}, [4600] = {.lex_state = 216}, [4601] = {.lex_state = 212}, [4602] = {.lex_state = 212}, [4603] = {.lex_state = 212}, [4604] = {.lex_state = 212}, [4605] = {.lex_state = 212}, [4606] = {.lex_state = 215}, [4607] = {.lex_state = 215}, [4608] = {.lex_state = 215}, [4609] = {.lex_state = 215}, [4610] = {.lex_state = 215}, [4611] = {.lex_state = 215}, [4612] = {.lex_state = 195}, [4613] = {.lex_state = 215}, [4614] = {.lex_state = 215}, [4615] = {.lex_state = 215}, [4616] = {.lex_state = 212}, [4617] = {.lex_state = 195}, [4618] = {.lex_state = 195}, [4619] = {.lex_state = 195}, [4620] = {.lex_state = 212}, [4621] = {.lex_state = 212}, [4622] = {.lex_state = 212}, [4623] = {.lex_state = 199}, [4624] = {.lex_state = 199}, [4625] = {.lex_state = 212}, [4626] = {.lex_state = 212}, [4627] = {.lex_state = 212}, [4628] = {.lex_state = 195}, [4629] = {.lex_state = 212}, [4630] = {.lex_state = 194}, [4631] = {.lex_state = 195}, [4632] = {.lex_state = 194}, [4633] = {.lex_state = 195}, [4634] = {.lex_state = 212}, [4635] = {.lex_state = 195}, [4636] = {.lex_state = 212}, [4637] = {.lex_state = 212}, [4638] = {.lex_state = 195}, [4639] = {.lex_state = 216}, [4640] = {.lex_state = 216}, [4641] = {.lex_state = 216}, [4642] = {.lex_state = 216}, [4643] = {.lex_state = 216}, [4644] = {.lex_state = 216}, [4645] = {.lex_state = 216}, [4646] = {.lex_state = 195}, [4647] = {.lex_state = 195}, [4648] = {.lex_state = 199}, [4649] = {.lex_state = 195}, [4650] = {.lex_state = 212}, [4651] = {.lex_state = 199}, [4652] = {.lex_state = 212}, [4653] = {.lex_state = 195}, [4654] = {.lex_state = 195}, [4655] = {.lex_state = 195}, [4656] = {.lex_state = 212}, [4657] = {.lex_state = 195}, [4658] = {.lex_state = 212}, [4659] = {.lex_state = 194}, [4660] = {.lex_state = 212}, [4661] = {.lex_state = 212}, [4662] = {.lex_state = 194}, [4663] = {.lex_state = 195}, [4664] = {.lex_state = 212}, [4665] = {.lex_state = 194}, [4666] = {.lex_state = 195}, [4667] = {.lex_state = 194}, [4668] = {.lex_state = 212}, [4669] = {.lex_state = 195}, [4670] = {.lex_state = 212}, [4671] = {.lex_state = 212}, [4672] = {.lex_state = 212}, [4673] = {.lex_state = 216}, [4674] = {.lex_state = 216}, [4675] = {.lex_state = 195}, [4676] = {.lex_state = 216}, [4677] = {.lex_state = 216}, [4678] = {.lex_state = 212}, [4679] = {.lex_state = 212}, [4680] = {.lex_state = 195}, [4681] = {.lex_state = 212}, [4682] = {.lex_state = 212}, [4683] = {.lex_state = 212}, [4684] = {.lex_state = 212}, [4685] = {.lex_state = 216}, [4686] = {.lex_state = 212}, [4687] = {.lex_state = 212}, [4688] = {.lex_state = 212}, [4689] = {.lex_state = 212}, [4690] = {.lex_state = 195}, [4691] = {.lex_state = 195}, [4692] = {.lex_state = 195}, [4693] = {.lex_state = 212}, [4694] = {.lex_state = 215}, [4695] = {.lex_state = 215}, [4696] = {.lex_state = 195}, [4697] = {.lex_state = 212}, [4698] = {.lex_state = 212}, [4699] = {.lex_state = 212}, [4700] = {.lex_state = 212}, [4701] = {.lex_state = 195}, [4702] = {.lex_state = 195}, [4703] = {.lex_state = 195}, [4704] = {.lex_state = 195}, [4705] = {.lex_state = 216}, [4706] = {.lex_state = 195}, [4707] = {.lex_state = 195}, [4708] = {.lex_state = 195}, [4709] = {.lex_state = 212}, [4710] = {.lex_state = 195}, [4711] = {.lex_state = 218}, [4712] = {.lex_state = 195}, [4713] = {.lex_state = 195}, [4714] = {.lex_state = 212}, [4715] = {.lex_state = 212}, [4716] = {.lex_state = 212}, [4717] = {.lex_state = 212}, [4718] = {.lex_state = 216}, [4719] = {.lex_state = 195}, [4720] = {.lex_state = 212}, [4721] = {.lex_state = 212}, [4722] = {.lex_state = 218}, [4723] = {.lex_state = 195}, [4724] = {.lex_state = 195}, [4725] = {.lex_state = 195}, [4726] = {.lex_state = 195}, [4727] = {.lex_state = 212}, [4728] = {.lex_state = 212}, [4729] = {.lex_state = 195}, [4730] = {.lex_state = 212}, [4731] = {.lex_state = 195}, [4732] = {.lex_state = 212}, [4733] = {.lex_state = 218}, [4734] = {.lex_state = 212}, [4735] = {.lex_state = 212}, [4736] = {.lex_state = 195}, [4737] = {.lex_state = 195}, [4738] = {.lex_state = 195}, [4739] = {.lex_state = 195}, [4740] = {.lex_state = 212}, [4741] = {.lex_state = 212}, [4742] = {.lex_state = 212}, [4743] = {.lex_state = 212}, [4744] = {.lex_state = 215}, [4745] = {.lex_state = 195}, [4746] = {.lex_state = 195}, [4747] = {.lex_state = 212}, [4748] = {.lex_state = 195}, [4749] = {.lex_state = 218}, [4750] = {.lex_state = 195}, [4751] = {.lex_state = 212}, [4752] = {.lex_state = 212}, [4753] = {.lex_state = 212}, [4754] = {.lex_state = 212}, [4755] = {.lex_state = 195}, [4756] = {.lex_state = 195}, [4757] = {.lex_state = 212}, [4758] = {.lex_state = 195}, [4759] = {.lex_state = 212}, [4760] = {.lex_state = 199}, [4761] = {.lex_state = 195}, [4762] = {.lex_state = 199}, [4763] = {.lex_state = 212}, [4764] = {.lex_state = 199}, [4765] = {.lex_state = 218}, [4766] = {.lex_state = 216}, [4767] = {.lex_state = 195}, [4768] = {.lex_state = 199}, [4769] = {.lex_state = 218}, [4770] = {.lex_state = 195}, [4771] = {.lex_state = 216}, [4772] = {.lex_state = 214}, [4773] = {.lex_state = 216}, [4774] = {.lex_state = 200}, [4775] = {.lex_state = 216}, [4776] = {.lex_state = 200}, [4777] = {.lex_state = 216}, [4778] = {.lex_state = 216}, [4779] = {.lex_state = 215}, [4780] = {.lex_state = 215}, [4781] = {.lex_state = 214}, [4782] = {.lex_state = 216}, [4783] = {.lex_state = 216}, [4784] = {.lex_state = 216}, [4785] = {.lex_state = 216}, [4786] = {.lex_state = 216}, [4787] = {.lex_state = 216}, [4788] = {.lex_state = 221}, [4789] = {.lex_state = 216}, [4790] = {.lex_state = 216}, [4791] = {.lex_state = 216}, [4792] = {.lex_state = 216}, [4793] = {.lex_state = 216}, [4794] = {.lex_state = 216}, [4795] = {.lex_state = 216}, [4796] = {.lex_state = 216}, [4797] = {.lex_state = 221}, [4798] = {.lex_state = 216}, [4799] = {.lex_state = 221}, [4800] = {.lex_state = 216}, [4801] = {.lex_state = 216}, [4802] = {.lex_state = 216}, [4803] = {.lex_state = 216}, [4804] = {.lex_state = 216}, [4805] = {.lex_state = 216}, [4806] = {.lex_state = 216}, [4807] = {.lex_state = 216}, [4808] = {.lex_state = 216}, [4809] = {.lex_state = 216}, [4810] = {.lex_state = 216}, [4811] = {.lex_state = 221}, [4812] = {.lex_state = 216}, [4813] = {.lex_state = 216}, [4814] = {.lex_state = 216}, [4815] = {.lex_state = 216}, [4816] = {.lex_state = 221}, [4817] = {.lex_state = 212}, [4818] = {.lex_state = 216}, [4819] = {.lex_state = 216}, [4820] = {.lex_state = 212}, [4821] = {.lex_state = 216}, [4822] = {.lex_state = 212}, [4823] = {.lex_state = 216}, [4824] = {.lex_state = 216}, [4825] = {.lex_state = 216}, [4826] = {.lex_state = 216}, [4827] = {.lex_state = 221}, [4828] = {.lex_state = 216}, [4829] = {.lex_state = 195}, [4830] = {.lex_state = 212}, [4831] = {.lex_state = 214}, [4832] = {.lex_state = 214}, [4833] = {.lex_state = 214}, [4834] = {.lex_state = 214}, [4835] = {.lex_state = 170}, [4836] = {.lex_state = 215}, [4837] = {.lex_state = 170}, [4838] = {.lex_state = 170}, [4839] = {.lex_state = 170}, [4840] = {.lex_state = 170}, [4841] = {.lex_state = 170}, [4842] = {.lex_state = 170}, [4843] = {.lex_state = 215}, [4844] = {.lex_state = 170}, [4845] = {.lex_state = 170}, [4846] = {.lex_state = 170}, [4847] = {.lex_state = 170}, [4848] = {.lex_state = 170}, [4849] = {.lex_state = 170}, [4850] = {.lex_state = 170}, [4851] = {.lex_state = 170}, [4852] = {.lex_state = 170}, [4853] = {.lex_state = 170}, [4854] = {.lex_state = 170}, [4855] = {.lex_state = 170}, [4856] = {.lex_state = 170}, [4857] = {.lex_state = 170}, [4858] = {.lex_state = 170}, [4859] = {.lex_state = 170}, [4860] = {.lex_state = 170}, [4861] = {.lex_state = 170}, [4862] = {.lex_state = 170}, [4863] = {.lex_state = 170}, [4864] = {.lex_state = 170}, [4865] = {.lex_state = 215}, [4866] = {.lex_state = 170}, [4867] = {.lex_state = 170}, [4868] = {.lex_state = 170}, [4869] = {.lex_state = 215}, [4870] = {.lex_state = 170}, [4871] = {.lex_state = 170}, [4872] = {.lex_state = 170}, [4873] = {.lex_state = 170}, [4874] = {.lex_state = 170}, [4875] = {.lex_state = 170}, [4876] = {.lex_state = 170}, [4877] = {.lex_state = 215}, [4878] = {.lex_state = 170}, [4879] = {.lex_state = 170}, [4880] = {.lex_state = 170}, [4881] = {.lex_state = 170}, [4882] = {.lex_state = 170}, [4883] = {.lex_state = 170}, [4884] = {.lex_state = 170}, [4885] = {.lex_state = 170}, [4886] = {.lex_state = 170}, [4887] = {.lex_state = 170}, [4888] = {.lex_state = 170}, [4889] = {.lex_state = 170}, [4890] = {.lex_state = 170}, [4891] = {.lex_state = 170}, [4892] = {.lex_state = 170}, [4893] = {.lex_state = 170}, [4894] = {.lex_state = 170}, [4895] = {.lex_state = 170}, [4896] = {.lex_state = 170}, [4897] = {.lex_state = 170}, [4898] = {.lex_state = 170}, [4899] = {.lex_state = 170}, [4900] = {.lex_state = 170}, [4901] = {.lex_state = 170}, [4902] = {.lex_state = 215}, [4903] = {.lex_state = 170}, [4904] = {.lex_state = 170}, [4905] = {.lex_state = 170}, [4906] = {.lex_state = 170}, [4907] = {.lex_state = 170}, [4908] = {.lex_state = 170}, [4909] = {.lex_state = 170}, [4910] = {.lex_state = 215}, [4911] = {.lex_state = 215}, [4912] = {.lex_state = 195}, [4913] = {.lex_state = 170}, [4914] = {.lex_state = 170}, [4915] = {.lex_state = 170}, [4916] = {.lex_state = 170}, [4917] = {.lex_state = 170}, [4918] = {.lex_state = 170}, [4919] = {.lex_state = 170}, [4920] = {.lex_state = 170}, [4921] = {.lex_state = 170}, [4922] = {.lex_state = 221}, [4923] = {.lex_state = 221}, [4924] = {.lex_state = 221}, [4925] = {.lex_state = 221}, [4926] = {.lex_state = 221}, [4927] = {.lex_state = 221}, [4928] = {.lex_state = 221}, [4929] = {.lex_state = 221}, [4930] = {.lex_state = 221}, [4931] = {.lex_state = 221}, [4932] = {.lex_state = 221}, [4933] = {.lex_state = 221}, [4934] = {.lex_state = 221}, [4935] = {.lex_state = 221}, [4936] = {.lex_state = 221}, [4937] = {.lex_state = 221}, [4938] = {.lex_state = 221}, [4939] = {.lex_state = 221}, [4940] = {.lex_state = 169}, [4941] = {.lex_state = 221}, [4942] = {.lex_state = 195}, [4943] = {.lex_state = 221}, [4944] = {.lex_state = 199}, [4945] = {.lex_state = 221}, [4946] = {.lex_state = 221}, [4947] = {.lex_state = 221}, [4948] = {.lex_state = 221}, [4949] = {.lex_state = 221}, [4950] = {.lex_state = 221}, [4951] = {.lex_state = 221}, [4952] = {.lex_state = 221}, [4953] = {.lex_state = 221}, [4954] = {.lex_state = 221}, [4955] = {.lex_state = 221}, [4956] = {.lex_state = 221}, [4957] = {.lex_state = 221}, [4958] = {.lex_state = 221}, [4959] = {.lex_state = 221}, [4960] = {.lex_state = 221}, [4961] = {.lex_state = 221}, [4962] = {.lex_state = 221}, [4963] = {.lex_state = 221}, [4964] = {.lex_state = 214}, [4965] = {.lex_state = 178}, [4966] = {.lex_state = 169}, [4967] = {.lex_state = 178}, [4968] = {.lex_state = 178}, [4969] = {.lex_state = 169}, [4970] = {.lex_state = 178}, [4971] = {.lex_state = 194}, [4972] = {.lex_state = 158}, [4973] = {.lex_state = 214}, [4974] = {.lex_state = 178}, [4975] = {.lex_state = 91}, [4976] = {.lex_state = 178}, [4977] = {.lex_state = 214}, [4978] = {.lex_state = 158}, [4979] = {.lex_state = 170}, [4980] = {.lex_state = 214}, [4981] = {.lex_state = 158}, [4982] = {.lex_state = 170}, [4983] = {.lex_state = 158}, [4984] = {.lex_state = 158}, [4985] = {.lex_state = 170}, [4986] = {.lex_state = 170}, [4987] = {.lex_state = 158}, [4988] = {.lex_state = 158}, [4989] = {.lex_state = 170}, [4990] = {.lex_state = 158}, [4991] = {.lex_state = 195}, [4992] = {.lex_state = 214}, [4993] = {.lex_state = 158}, [4994] = {.lex_state = 158}, [4995] = {.lex_state = 170}, [4996] = {.lex_state = 170}, [4997] = {.lex_state = 170}, [4998] = {.lex_state = 158}, [4999] = {.lex_state = 158}, [5000] = {.lex_state = 158}, [5001] = {.lex_state = 169}, [5002] = {.lex_state = 170}, [5003] = {.lex_state = 169}, [5004] = {.lex_state = 215}, [5005] = {.lex_state = 158}, [5006] = {.lex_state = 158}, [5007] = {.lex_state = 158}, [5008] = {.lex_state = 158}, [5009] = {.lex_state = 170}, [5010] = {.lex_state = 158}, [5011] = {.lex_state = 158}, [5012] = {.lex_state = 170}, [5013] = {.lex_state = 170}, [5014] = {.lex_state = 170}, [5015] = {.lex_state = 195}, [5016] = {.lex_state = 170}, [5017] = {.lex_state = 169}, [5018] = {.lex_state = 158}, [5019] = {.lex_state = 170}, [5020] = {.lex_state = 158}, [5021] = {.lex_state = 199}, [5022] = {.lex_state = 170}, [5023] = {.lex_state = 215}, [5024] = {.lex_state = 158}, [5025] = {.lex_state = 158}, [5026] = {.lex_state = 158}, [5027] = {.lex_state = 170}, [5028] = {.lex_state = 170}, [5029] = {.lex_state = 169}, [5030] = {.lex_state = 170}, [5031] = {.lex_state = 169}, [5032] = {.lex_state = 170}, [5033] = {.lex_state = 214}, [5034] = {.lex_state = 215}, [5035] = {.lex_state = 169}, [5036] = {.lex_state = 170}, [5037] = {.lex_state = 170}, [5038] = {.lex_state = 170}, [5039] = {.lex_state = 158}, [5040] = {.lex_state = 169}, [5041] = {.lex_state = 158}, [5042] = {.lex_state = 170}, [5043] = {.lex_state = 169}, [5044] = {.lex_state = 170}, [5045] = {.lex_state = 169}, [5046] = {.lex_state = 170}, [5047] = {.lex_state = 170}, [5048] = {.lex_state = 170}, [5049] = {.lex_state = 170}, [5050] = {.lex_state = 169}, [5051] = {.lex_state = 158}, [5052] = {.lex_state = 169}, [5053] = {.lex_state = 169}, [5054] = {.lex_state = 158}, [5055] = {.lex_state = 214}, [5056] = {.lex_state = 158}, [5057] = {.lex_state = 170}, [5058] = {.lex_state = 170}, [5059] = {.lex_state = 170}, [5060] = {.lex_state = 214}, [5061] = {.lex_state = 215}, [5062] = {.lex_state = 169}, [5063] = {.lex_state = 158}, [5064] = {.lex_state = 169}, [5065] = {.lex_state = 169}, [5066] = {.lex_state = 214}, [5067] = {.lex_state = 169}, [5068] = {.lex_state = 214}, [5069] = {.lex_state = 170}, [5070] = {.lex_state = 214}, [5071] = {.lex_state = 170}, [5072] = {.lex_state = 170}, [5073] = {.lex_state = 170}, [5074] = {.lex_state = 170}, [5075] = {.lex_state = 170}, [5076] = {.lex_state = 216}, [5077] = {.lex_state = 170}, [5078] = {.lex_state = 170}, [5079] = {.lex_state = 158}, [5080] = {.lex_state = 214}, [5081] = {.lex_state = 169}, [5082] = {.lex_state = 169}, [5083] = {.lex_state = 170}, [5084] = {.lex_state = 214}, [5085] = {.lex_state = 214}, [5086] = {.lex_state = 170}, [5087] = {.lex_state = 170}, [5088] = {.lex_state = 169}, [5089] = {.lex_state = 158}, [5090] = {.lex_state = 158}, [5091] = {.lex_state = 214}, [5092] = {.lex_state = 169}, [5093] = {.lex_state = 170}, [5094] = {.lex_state = 170}, [5095] = {.lex_state = 170}, [5096] = {.lex_state = 158}, [5097] = {.lex_state = 158}, [5098] = {.lex_state = 170}, [5099] = {.lex_state = 170}, [5100] = {.lex_state = 158}, [5101] = {.lex_state = 170}, [5102] = {.lex_state = 158}, [5103] = {.lex_state = 158}, [5104] = {.lex_state = 170}, [5105] = {.lex_state = 170}, [5106] = {.lex_state = 91}, [5107] = {.lex_state = 91}, [5108] = {.lex_state = 91}, [5109] = {.lex_state = 169}, [5110] = {.lex_state = 91}, [5111] = {.lex_state = 91}, [5112] = {.lex_state = 91}, [5113] = {.lex_state = 170}, [5114] = {.lex_state = 91}, [5115] = {.lex_state = 91}, [5116] = {.lex_state = 91}, [5117] = {.lex_state = 215}, [5118] = {.lex_state = 91}, [5119] = {.lex_state = 215}, [5120] = {.lex_state = 170}, [5121] = {.lex_state = 215}, [5122] = {.lex_state = 91}, [5123] = {.lex_state = 195}, [5124] = {.lex_state = 215}, [5125] = {.lex_state = 215}, [5126] = {.lex_state = 215}, [5127] = {.lex_state = 91}, [5128] = {.lex_state = 215}, [5129] = {.lex_state = 91}, [5130] = {.lex_state = 215}, [5131] = {.lex_state = 91}, [5132] = {.lex_state = 170}, [5133] = {.lex_state = 91}, [5134] = {.lex_state = 91}, [5135] = {.lex_state = 91}, [5136] = {.lex_state = 91}, [5137] = {.lex_state = 91}, [5138] = {.lex_state = 91}, [5139] = {.lex_state = 170}, [5140] = {.lex_state = 215}, [5141] = {.lex_state = 91}, [5142] = {.lex_state = 91}, [5143] = {.lex_state = 91}, [5144] = {.lex_state = 91}, [5145] = {.lex_state = 91}, [5146] = {.lex_state = 91}, [5147] = {.lex_state = 91}, [5148] = {.lex_state = 91}, [5149] = {.lex_state = 169}, [5150] = {.lex_state = 91}, [5151] = {.lex_state = 91}, [5152] = {.lex_state = 215}, [5153] = {.lex_state = 215}, [5154] = {.lex_state = 181}, [5155] = {.lex_state = 170}, [5156] = {.lex_state = 170}, [5157] = {.lex_state = 181}, [5158] = {.lex_state = 181}, [5159] = {.lex_state = 181}, [5160] = {.lex_state = 170}, [5161] = {.lex_state = 181}, [5162] = {.lex_state = 181}, [5163] = {.lex_state = 214}, [5164] = {.lex_state = 178}, [5165] = {.lex_state = 214}, [5166] = {.lex_state = 156}, [5167] = {.lex_state = 214}, [5168] = {.lex_state = 178}, [5169] = {.lex_state = 194}, [5170] = {.lex_state = 178}, [5171] = {.lex_state = 195}, [5172] = {.lex_state = 214}, [5173] = {.lex_state = 156}, [5174] = {.lex_state = 178}, [5175] = {.lex_state = 156}, [5176] = {.lex_state = 156}, [5177] = {.lex_state = 178}, [5178] = {.lex_state = 195}, [5179] = {.lex_state = 194}, [5180] = {.lex_state = 156}, [5181] = {.lex_state = 214}, [5182] = {.lex_state = 195}, [5183] = {.lex_state = 195}, [5184] = {.lex_state = 214}, [5185] = {.lex_state = 214}, [5186] = {.lex_state = 195}, [5187] = {.lex_state = 178}, [5188] = {.lex_state = 214}, [5189] = {.lex_state = 156}, [5190] = {.lex_state = 195}, [5191] = {.lex_state = 214}, [5192] = {.lex_state = 214}, [5193] = {.lex_state = 178}, [5194] = {.lex_state = 178}, [5195] = {.lex_state = 199}, [5196] = {.lex_state = 178}, [5197] = {.lex_state = 178}, [5198] = {.lex_state = 195}, [5199] = {.lex_state = 214}, [5200] = {.lex_state = 178}, [5201] = {.lex_state = 178}, [5202] = {.lex_state = 178}, [5203] = {.lex_state = 214}, [5204] = {.lex_state = 214}, [5205] = {.lex_state = 195}, [5206] = {.lex_state = 214}, [5207] = {.lex_state = 214}, [5208] = {.lex_state = 156}, [5209] = {.lex_state = 194}, [5210] = {.lex_state = 216}, [5211] = {.lex_state = 156}, [5212] = {.lex_state = 214}, [5213] = {.lex_state = 216}, [5214] = {.lex_state = 156}, [5215] = {.lex_state = 178}, [5216] = {.lex_state = 214}, [5217] = {.lex_state = 214}, [5218] = {.lex_state = 178}, [5219] = {.lex_state = 214}, [5220] = {.lex_state = 195}, [5221] = {.lex_state = 156}, [5222] = {.lex_state = 178}, [5223] = {.lex_state = 178}, [5224] = {.lex_state = 195}, [5225] = {.lex_state = 214}, [5226] = {.lex_state = 170}, [5227] = {.lex_state = 194}, [5228] = {.lex_state = 178}, [5229] = {.lex_state = 218}, [5230] = {.lex_state = 215}, [5231] = {.lex_state = 215}, [5232] = {.lex_state = 161}, [5233] = {.lex_state = 218}, [5234] = {.lex_state = 215}, [5235] = {.lex_state = 212}, [5236] = {.lex_state = 215}, [5237] = {.lex_state = 215}, [5238] = {.lex_state = 215}, [5239] = {.lex_state = 215}, [5240] = {.lex_state = 215}, [5241] = {.lex_state = 170}, [5242] = {.lex_state = 161}, [5243] = {.lex_state = 161}, [5244] = {.lex_state = 215}, [5245] = {.lex_state = 215}, [5246] = {.lex_state = 215}, [5247] = {.lex_state = 215}, [5248] = {.lex_state = 218}, [5249] = {.lex_state = 218}, [5250] = {.lex_state = 215}, [5251] = {.lex_state = 214}, [5252] = {.lex_state = 161}, [5253] = {.lex_state = 170}, [5254] = {.lex_state = 215}, [5255] = {.lex_state = 214}, [5256] = {.lex_state = 161}, [5257] = {.lex_state = 218}, [5258] = {.lex_state = 214}, [5259] = {.lex_state = 214}, [5260] = {.lex_state = 215}, [5261] = {.lex_state = 215}, [5262] = {.lex_state = 215}, [5263] = {.lex_state = 215}, [5264] = {.lex_state = 170}, [5265] = {.lex_state = 214}, [5266] = {.lex_state = 214}, [5267] = {.lex_state = 215}, [5268] = {.lex_state = 214}, [5269] = {.lex_state = 215}, [5270] = {.lex_state = 170}, [5271] = {.lex_state = 214}, [5272] = {.lex_state = 170}, [5273] = {.lex_state = 215}, [5274] = {.lex_state = 161}, [5275] = {.lex_state = 214}, [5276] = {.lex_state = 215}, [5277] = {.lex_state = 215}, [5278] = {.lex_state = 214}, [5279] = {.lex_state = 214}, [5280] = {.lex_state = 161}, [5281] = {.lex_state = 214}, [5282] = {.lex_state = 170}, [5283] = {.lex_state = 161}, [5284] = {.lex_state = 218}, [5285] = {.lex_state = 218}, [5286] = {.lex_state = 161}, [5287] = {.lex_state = 215}, [5288] = {.lex_state = 170}, [5289] = {.lex_state = 214}, [5290] = {.lex_state = 170}, [5291] = {.lex_state = 161}, [5292] = {.lex_state = 215}, [5293] = {.lex_state = 214}, [5294] = {.lex_state = 215}, [5295] = {.lex_state = 170}, [5296] = {.lex_state = 170}, [5297] = {.lex_state = 218}, [5298] = {.lex_state = 215}, [5299] = {.lex_state = 215}, [5300] = {.lex_state = 214}, [5301] = {.lex_state = 170}, [5302] = {.lex_state = 215}, [5303] = {.lex_state = 212}, [5304] = {.lex_state = 161}, [5305] = {.lex_state = 170}, [5306] = {.lex_state = 161}, [5307] = {.lex_state = 215}, [5308] = {.lex_state = 170}, [5309] = {.lex_state = 215}, [5310] = {.lex_state = 215}, [5311] = {.lex_state = 215}, [5312] = {.lex_state = 214}, [5313] = {.lex_state = 170}, [5314] = {.lex_state = 170}, [5315] = {.lex_state = 156}, [5316] = {.lex_state = 156}, [5317] = {.lex_state = 170}, [5318] = {.lex_state = 215}, [5319] = {.lex_state = 170}, [5320] = {.lex_state = 215}, [5321] = {.lex_state = 219}, [5322] = {.lex_state = 170}, [5323] = {.lex_state = 215}, [5324] = {.lex_state = 156}, [5325] = {.lex_state = 170}, [5326] = {.lex_state = 215}, [5327] = {.lex_state = 219}, [5328] = {.lex_state = 219}, [5329] = {.lex_state = 170}, [5330] = {.lex_state = 219}, [5331] = {.lex_state = 170}, [5332] = {.lex_state = 156}, [5333] = {.lex_state = 170}, [5334] = {.lex_state = 156}, [5335] = {.lex_state = 156}, [5336] = {.lex_state = 214}, [5337] = {.lex_state = 156}, [5338] = {.lex_state = 214}, [5339] = {.lex_state = 215}, [5340] = {.lex_state = 170}, [5341] = {.lex_state = 156}, [5342] = {.lex_state = 215}, [5343] = {.lex_state = 170}, [5344] = {.lex_state = 170}, [5345] = {.lex_state = 170}, [5346] = {.lex_state = 170}, [5347] = {.lex_state = 170}, [5348] = {.lex_state = 219}, [5349] = {.lex_state = 170}, [5350] = {.lex_state = 219}, [5351] = {.lex_state = 170}, [5352] = {.lex_state = 170}, [5353] = {.lex_state = 215}, [5354] = {.lex_state = 156}, [5355] = {.lex_state = 170}, [5356] = {.lex_state = 170}, [5357] = {.lex_state = 156}, [5358] = {.lex_state = 214}, [5359] = {.lex_state = 214}, [5360] = {.lex_state = 214}, [5361] = {.lex_state = 219}, [5362] = {.lex_state = 214}, [5363] = {.lex_state = 170}, [5364] = {.lex_state = 218}, [5365] = {.lex_state = 170}, [5366] = {.lex_state = 170}, [5367] = {.lex_state = 0}, [5368] = {.lex_state = 0}, [5369] = {.lex_state = 0}, [5370] = {.lex_state = 215}, [5371] = {.lex_state = 183}, [5372] = {.lex_state = 218}, [5373] = {.lex_state = 181}, [5374] = {.lex_state = 170}, [5375] = {.lex_state = 218}, [5376] = {.lex_state = 181}, [5377] = {.lex_state = 215}, [5378] = {.lex_state = 181}, [5379] = {.lex_state = 170}, [5380] = {.lex_state = 181}, [5381] = {.lex_state = 214}, [5382] = {.lex_state = 170}, [5383] = {.lex_state = 215}, [5384] = {.lex_state = 218}, [5385] = {.lex_state = 218}, [5386] = {.lex_state = 215}, [5387] = {.lex_state = 215}, [5388] = {.lex_state = 215}, [5389] = {.lex_state = 215}, [5390] = {.lex_state = 215}, [5391] = {.lex_state = 170}, [5392] = {.lex_state = 181}, [5393] = {.lex_state = 215}, [5394] = {.lex_state = 218}, [5395] = {.lex_state = 215}, [5396] = {.lex_state = 218}, [5397] = {.lex_state = 214}, [5398] = {.lex_state = 214}, [5399] = {.lex_state = 215}, [5400] = {.lex_state = 215}, [5401] = {.lex_state = 214}, [5402] = {.lex_state = 0}, [5403] = {.lex_state = 170}, [5404] = {.lex_state = 170}, [5405] = {.lex_state = 0}, [5406] = {.lex_state = 218}, [5407] = {.lex_state = 218}, [5408] = {.lex_state = 170}, [5409] = {.lex_state = 170}, [5410] = {.lex_state = 218}, [5411] = {.lex_state = 286}, [5412] = {.lex_state = 170}, [5413] = {.lex_state = 218}, [5414] = {.lex_state = 170}, [5415] = {.lex_state = 170}, [5416] = {.lex_state = 0}, [5417] = {.lex_state = 218}, [5418] = {.lex_state = 286}, [5419] = {.lex_state = 170}, [5420] = {.lex_state = 218}, [5421] = {.lex_state = 218}, [5422] = {.lex_state = 215}, [5423] = {.lex_state = 215}, [5424] = {.lex_state = 181}, [5425] = {.lex_state = 170}, [5426] = {.lex_state = 183}, [5427] = {.lex_state = 181}, [5428] = {.lex_state = 215}, [5429] = {.lex_state = 181}, [5430] = {.lex_state = 218}, [5431] = {.lex_state = 215}, [5432] = {.lex_state = 215}, [5433] = {.lex_state = 181}, [5434] = {.lex_state = 218}, [5435] = {.lex_state = 181}, [5436] = {.lex_state = 181}, [5437] = {.lex_state = 215}, [5438] = {.lex_state = 215}, [5439] = {.lex_state = 181}, [5440] = {.lex_state = 286}, [5441] = {.lex_state = 181}, [5442] = {.lex_state = 181}, [5443] = {.lex_state = 215}, [5444] = {.lex_state = 286}, [5445] = {.lex_state = 170}, [5446] = {.lex_state = 214}, [5447] = {.lex_state = 215}, [5448] = {.lex_state = 0}, [5449] = {.lex_state = 0}, [5450] = {.lex_state = 181}, [5451] = {.lex_state = 181}, [5452] = {.lex_state = 170}, [5453] = {.lex_state = 215}, [5454] = {.lex_state = 286}, [5455] = {.lex_state = 0}, [5456] = {.lex_state = 214}, [5457] = {.lex_state = 215}, [5458] = {.lex_state = 215}, [5459] = {.lex_state = 215}, [5460] = {.lex_state = 215}, [5461] = {.lex_state = 286}, [5462] = {.lex_state = 215}, [5463] = {.lex_state = 218}, [5464] = {.lex_state = 218}, [5465] = {.lex_state = 170}, [5466] = {.lex_state = 214}, [5467] = {.lex_state = 286}, [5468] = {.lex_state = 215}, [5469] = {.lex_state = 170}, [5470] = {.lex_state = 181}, [5471] = {.lex_state = 218}, [5472] = {.lex_state = 181}, [5473] = {.lex_state = 218}, [5474] = {.lex_state = 218}, [5475] = {.lex_state = 216}, [5476] = {.lex_state = 215}, [5477] = {.lex_state = 215}, [5478] = {.lex_state = 215}, [5479] = {.lex_state = 216}, [5480] = {.lex_state = 215}, [5481] = {.lex_state = 170}, [5482] = {.lex_state = 0}, [5483] = {.lex_state = 0}, [5484] = {.lex_state = 0}, [5485] = {.lex_state = 170}, [5486] = {.lex_state = 170}, [5487] = {.lex_state = 0}, [5488] = {.lex_state = 215}, [5489] = {.lex_state = 216}, [5490] = {.lex_state = 170}, [5491] = {.lex_state = 215}, [5492] = {.lex_state = 215}, [5493] = {.lex_state = 216}, [5494] = {.lex_state = 170}, [5495] = {.lex_state = 0}, [5496] = {.lex_state = 216}, [5497] = {.lex_state = 215}, [5498] = {.lex_state = 215}, [5499] = {.lex_state = 0}, [5500] = {.lex_state = 215}, [5501] = {.lex_state = 170}, [5502] = {.lex_state = 215}, [5503] = {.lex_state = 0}, [5504] = {.lex_state = 215}, [5505] = {.lex_state = 215}, [5506] = {.lex_state = 216}, [5507] = {.lex_state = 215}, [5508] = {.lex_state = 216}, [5509] = {.lex_state = 0}, [5510] = {.lex_state = 0}, [5511] = {.lex_state = 0}, [5512] = {.lex_state = 0}, [5513] = {.lex_state = 216}, [5514] = {.lex_state = 183}, [5515] = {.lex_state = 216}, [5516] = {.lex_state = 0}, [5517] = {.lex_state = 0}, [5518] = {.lex_state = 215}, [5519] = {.lex_state = 0}, [5520] = {.lex_state = 0}, [5521] = {.lex_state = 215}, [5522] = {.lex_state = 0}, [5523] = {.lex_state = 0}, [5524] = {.lex_state = 215}, [5525] = {.lex_state = 215}, [5526] = {.lex_state = 183}, [5527] = {.lex_state = 215}, [5528] = {.lex_state = 183}, [5529] = {.lex_state = 0}, [5530] = {.lex_state = 216}, [5531] = {.lex_state = 183}, [5532] = {.lex_state = 0}, [5533] = {.lex_state = 216}, [5534] = {.lex_state = 216}, [5535] = {.lex_state = 286}, [5536] = {.lex_state = 0}, [5537] = {.lex_state = 215}, [5538] = {.lex_state = 183}, [5539] = {.lex_state = 0}, [5540] = {.lex_state = 215}, [5541] = {.lex_state = 216}, [5542] = {.lex_state = 183}, [5543] = {.lex_state = 216}, [5544] = {.lex_state = 216}, [5545] = {.lex_state = 216}, [5546] = {.lex_state = 0}, [5547] = {.lex_state = 216}, [5548] = {.lex_state = 216}, [5549] = {.lex_state = 216}, [5550] = {.lex_state = 156}, [5551] = {.lex_state = 215}, [5552] = {.lex_state = 215}, [5553] = {.lex_state = 170}, [5554] = {.lex_state = 215}, [5555] = {.lex_state = 170}, [5556] = {.lex_state = 170}, [5557] = {.lex_state = 180}, [5558] = {.lex_state = 170}, [5559] = {.lex_state = 170}, [5560] = {.lex_state = 215}, [5561] = {.lex_state = 219}, [5562] = {.lex_state = 170}, [5563] = {.lex_state = 215}, [5564] = {.lex_state = 219}, [5565] = {.lex_state = 170}, [5566] = {.lex_state = 215}, [5567] = {.lex_state = 219}, [5568] = {.lex_state = 219}, [5569] = {.lex_state = 170}, [5570] = {.lex_state = 215}, [5571] = {.lex_state = 170}, [5572] = {.lex_state = 215}, [5573] = {.lex_state = 170}, [5574] = {.lex_state = 215}, [5575] = {.lex_state = 220}, [5576] = {.lex_state = 170}, [5577] = {.lex_state = 170}, [5578] = {.lex_state = 216}, [5579] = {.lex_state = 170}, [5580] = {.lex_state = 170}, [5581] = {.lex_state = 170}, [5582] = {.lex_state = 170}, [5583] = {.lex_state = 214}, [5584] = {.lex_state = 216}, [5585] = {.lex_state = 170}, [5586] = {.lex_state = 170}, [5587] = {.lex_state = 219}, [5588] = {.lex_state = 170}, [5589] = {.lex_state = 219}, [5590] = {.lex_state = 170}, [5591] = {.lex_state = 216}, [5592] = {.lex_state = 170}, [5593] = {.lex_state = 170}, [5594] = {.lex_state = 170}, [5595] = {.lex_state = 216}, [5596] = {.lex_state = 180}, [5597] = {.lex_state = 216}, [5598] = {.lex_state = 170}, [5599] = {.lex_state = 214}, [5600] = {.lex_state = 214}, [5601] = {.lex_state = 170}, [5602] = {.lex_state = 170}, [5603] = {.lex_state = 170}, [5604] = {.lex_state = 170}, [5605] = {.lex_state = 216}, [5606] = {.lex_state = 215}, [5607] = {.lex_state = 215}, [5608] = {.lex_state = 215}, [5609] = {.lex_state = 215}, [5610] = {.lex_state = 215}, [5611] = {.lex_state = 171}, [5612] = {.lex_state = 170}, [5613] = {.lex_state = 215}, [5614] = {.lex_state = 170}, [5615] = {.lex_state = 170}, [5616] = {.lex_state = 170}, [5617] = {.lex_state = 170}, [5618] = {.lex_state = 170}, [5619] = {.lex_state = 215}, [5620] = {.lex_state = 170}, [5621] = {.lex_state = 216}, [5622] = {.lex_state = 170}, [5623] = {.lex_state = 215}, [5624] = {.lex_state = 171}, [5625] = {.lex_state = 216}, [5626] = {.lex_state = 215}, [5627] = {.lex_state = 216}, [5628] = {.lex_state = 215}, [5629] = {.lex_state = 171}, [5630] = {.lex_state = 170}, [5631] = {.lex_state = 170}, [5632] = {.lex_state = 170}, [5633] = {.lex_state = 170}, [5634] = {.lex_state = 170}, [5635] = {.lex_state = 171}, [5636] = {.lex_state = 215}, [5637] = {.lex_state = 170}, [5638] = {.lex_state = 215}, [5639] = {.lex_state = 216}, [5640] = {.lex_state = 170}, [5641] = {.lex_state = 171}, [5642] = {.lex_state = 170}, [5643] = {.lex_state = 181}, [5644] = {.lex_state = 170}, [5645] = {.lex_state = 215}, [5646] = {.lex_state = 215}, [5647] = {.lex_state = 180}, [5648] = {.lex_state = 216}, [5649] = {.lex_state = 215}, [5650] = {.lex_state = 180}, [5651] = {.lex_state = 170}, [5652] = {.lex_state = 215}, [5653] = {.lex_state = 215}, [5654] = {.lex_state = 180}, [5655] = {.lex_state = 215}, [5656] = {.lex_state = 170}, [5657] = {.lex_state = 180}, [5658] = {.lex_state = 170}, [5659] = {.lex_state = 170}, [5660] = {.lex_state = 215}, [5661] = {.lex_state = 180}, [5662] = {.lex_state = 171}, [5663] = {.lex_state = 215}, [5664] = {.lex_state = 181}, [5665] = {.lex_state = 215}, [5666] = {.lex_state = 170}, [5667] = {.lex_state = 215}, [5668] = {.lex_state = 170}, [5669] = {.lex_state = 180}, [5670] = {.lex_state = 216}, [5671] = {.lex_state = 215}, [5672] = {.lex_state = 216}, [5673] = {.lex_state = 170}, [5674] = {.lex_state = 171}, [5675] = {.lex_state = 170}, [5676] = {.lex_state = 170}, [5677] = {.lex_state = 180}, [5678] = {.lex_state = 181}, [5679] = {.lex_state = 215}, [5680] = {.lex_state = 170}, [5681] = {.lex_state = 180}, [5682] = {.lex_state = 180}, [5683] = {.lex_state = 170}, [5684] = {.lex_state = 215}, [5685] = {.lex_state = 215}, [5686] = {.lex_state = 180}, [5687] = {.lex_state = 286}, [5688] = {.lex_state = 215}, [5689] = {.lex_state = 286}, [5690] = {.lex_state = 180}, [5691] = {.lex_state = 180}, [5692] = {.lex_state = 215}, [5693] = {.lex_state = 180}, [5694] = {.lex_state = 170}, [5695] = {.lex_state = 286}, [5696] = {.lex_state = 215}, [5697] = {.lex_state = 161}, [5698] = {.lex_state = 215}, [5699] = {.lex_state = 181}, [5700] = {.lex_state = 170}, [5701] = {.lex_state = 170}, [5702] = {.lex_state = 215}, [5703] = {.lex_state = 181}, [5704] = {.lex_state = 181}, [5705] = {.lex_state = 219}, [5706] = {.lex_state = 181}, [5707] = {.lex_state = 181}, [5708] = {.lex_state = 161}, [5709] = {.lex_state = 286}, [5710] = {.lex_state = 286}, [5711] = {.lex_state = 286}, [5712] = {.lex_state = 195}, [5713] = {.lex_state = 286}, [5714] = {.lex_state = 170}, [5715] = {.lex_state = 170}, [5716] = {.lex_state = 170}, [5717] = {.lex_state = 170}, [5718] = {.lex_state = 286}, [5719] = {.lex_state = 286}, [5720] = {.lex_state = 286}, [5721] = {.lex_state = 286}, [5722] = {.lex_state = 170}, [5723] = {.lex_state = 286}, [5724] = {.lex_state = 170}, [5725] = {.lex_state = 286}, [5726] = {.lex_state = 170}, [5727] = {.lex_state = 215}, [5728] = {.lex_state = 286}, [5729] = {.lex_state = 181}, [5730] = {.lex_state = 181}, [5731] = {.lex_state = 181}, [5732] = {.lex_state = 286}, [5733] = {.lex_state = 181}, [5734] = {.lex_state = 170}, [5735] = {.lex_state = 170}, [5736] = {.lex_state = 215}, [5737] = {.lex_state = 181}, [5738] = {.lex_state = 181}, [5739] = {.lex_state = 286}, [5740] = {.lex_state = 215}, [5741] = {.lex_state = 181}, [5742] = {.lex_state = 286}, [5743] = {.lex_state = 286}, [5744] = {.lex_state = 170}, [5745] = {.lex_state = 286}, [5746] = {.lex_state = 286}, [5747] = {.lex_state = 286}, [5748] = {.lex_state = 215}, [5749] = {.lex_state = 170}, [5750] = {.lex_state = 215}, [5751] = {.lex_state = 286}, [5752] = {.lex_state = 286}, [5753] = {.lex_state = 286}, [5754] = {.lex_state = 215}, [5755] = {.lex_state = 286}, [5756] = {.lex_state = 286}, [5757] = {.lex_state = 208}, [5758] = {.lex_state = 170}, [5759] = {.lex_state = 286}, [5760] = {.lex_state = 286}, [5761] = {.lex_state = 286}, [5762] = {.lex_state = 286}, [5763] = {.lex_state = 286}, [5764] = {.lex_state = 286}, [5765] = {.lex_state = 208}, [5766] = {.lex_state = 170}, [5767] = {.lex_state = 156}, [5768] = {.lex_state = 170}, [5769] = {.lex_state = 286}, [5770] = {.lex_state = 286}, [5771] = {.lex_state = 286}, [5772] = {.lex_state = 286}, [5773] = {.lex_state = 286}, [5774] = {.lex_state = 170}, [5775] = {.lex_state = 170}, [5776] = {.lex_state = 286}, [5777] = {.lex_state = 286}, [5778] = {.lex_state = 170}, [5779] = {.lex_state = 170}, [5780] = {.lex_state = 170}, [5781] = {.lex_state = 170}, [5782] = {.lex_state = 286}, [5783] = {.lex_state = 170}, [5784] = {.lex_state = 286}, [5785] = {.lex_state = 286}, [5786] = {.lex_state = 208}, [5787] = {.lex_state = 170}, [5788] = {.lex_state = 195}, [5789] = {.lex_state = 286}, [5790] = {.lex_state = 170}, [5791] = {.lex_state = 286}, [5792] = {.lex_state = 286}, [5793] = {.lex_state = 286}, [5794] = {.lex_state = 286}, [5795] = {.lex_state = 170}, [5796] = {.lex_state = 286}, [5797] = {.lex_state = 286}, [5798] = {.lex_state = 286}, [5799] = {.lex_state = 170}, [5800] = {.lex_state = 286}, [5801] = {.lex_state = 215}, [5802] = {.lex_state = 208}, [5803] = {.lex_state = 286}, [5804] = {.lex_state = 170}, [5805] = {.lex_state = 286}, [5806] = {.lex_state = 170}, [5807] = {.lex_state = 170}, [5808] = {.lex_state = 208}, [5809] = {.lex_state = 170}, [5810] = {.lex_state = 286}, [5811] = {.lex_state = 170}, [5812] = {.lex_state = 286}, [5813] = {.lex_state = 286}, [5814] = {.lex_state = 219}, [5815] = {.lex_state = 286}, [5816] = {.lex_state = 170}, [5817] = {.lex_state = 286}, [5818] = {.lex_state = 286}, [5819] = {.lex_state = 286}, [5820] = {.lex_state = 170}, [5821] = {.lex_state = 286}, [5822] = {.lex_state = 286}, [5823] = {.lex_state = 170}, [5824] = {.lex_state = 181}, [5825] = {.lex_state = 286}, [5826] = {.lex_state = 156}, [5827] = {.lex_state = 286}, [5828] = {.lex_state = 170}, [5829] = {.lex_state = 181}, [5830] = {.lex_state = 183}, [5831] = {.lex_state = 286}, [5832] = {.lex_state = 181}, [5833] = {.lex_state = 286}, [5834] = {.lex_state = 181}, [5835] = {.lex_state = 219}, [5836] = {.lex_state = 183}, [5837] = {.lex_state = 219}, [5838] = {.lex_state = 170}, [5839] = {.lex_state = 161}, [5840] = {.lex_state = 181}, [5841] = {.lex_state = 181}, [5842] = {.lex_state = 183}, [5843] = {.lex_state = 170}, [5844] = {.lex_state = 183}, [5845] = {.lex_state = 181}, [5846] = {.lex_state = 181}, [5847] = {.lex_state = 181}, [5848] = {.lex_state = 214}, [5849] = {.lex_state = 286}, [5850] = {.lex_state = 286}, [5851] = {.lex_state = 286}, [5852] = {.lex_state = 156}, [5853] = {.lex_state = 286}, [5854] = {.lex_state = 219}, [5855] = {.lex_state = 286}, [5856] = {.lex_state = 183}, [5857] = {.lex_state = 286}, [5858] = {.lex_state = 183}, [5859] = {.lex_state = 286}, [5860] = {.lex_state = 286}, [5861] = {.lex_state = 170}, [5862] = {.lex_state = 181}, [5863] = {.lex_state = 286}, [5864] = {.lex_state = 286}, [5865] = {.lex_state = 181}, [5866] = {.lex_state = 286}, [5867] = {.lex_state = 216}, [5868] = {.lex_state = 286}, [5869] = {.lex_state = 286}, [5870] = {.lex_state = 183}, [5871] = {.lex_state = 181}, [5872] = {.lex_state = 170}, [5873] = {.lex_state = 286}, [5874] = {.lex_state = 214}, [5875] = {.lex_state = 286}, [5876] = {.lex_state = 170}, [5877] = {.lex_state = 156}, [5878] = {.lex_state = 170}, [5879] = {.lex_state = 286}, [5880] = {.lex_state = 286}, [5881] = {.lex_state = 156}, [5882] = {.lex_state = 156}, [5883] = {.lex_state = 156}, [5884] = {.lex_state = 195}, [5885] = {.lex_state = 170}, [5886] = {.lex_state = 170}, [5887] = {.lex_state = 170}, [5888] = {.lex_state = 170}, [5889] = {.lex_state = 170}, [5890] = {.lex_state = 195}, [5891] = {.lex_state = 286}, [5892] = {.lex_state = 170}, [5893] = {.lex_state = 170}, [5894] = {.lex_state = 195}, [5895] = {.lex_state = 156}, [5896] = {.lex_state = 170}, [5897] = {.lex_state = 170}, [5898] = {.lex_state = 286}, [5899] = {.lex_state = 170}, [5900] = {.lex_state = 286}, [5901] = {.lex_state = 214}, [5902] = {.lex_state = 286}, [5903] = {.lex_state = 286}, [5904] = {.lex_state = 214}, [5905] = {.lex_state = 170}, [5906] = {.lex_state = 214}, [5907] = {.lex_state = 0}, [5908] = {.lex_state = 170}, [5909] = {.lex_state = 0}, [5910] = {.lex_state = 170}, [5911] = {.lex_state = 170}, [5912] = {.lex_state = 214}, [5913] = {.lex_state = 214}, [5914] = {.lex_state = 219}, [5915] = {.lex_state = 214}, [5916] = {.lex_state = 170}, [5917] = {.lex_state = 214}, [5918] = {.lex_state = 214}, [5919] = {.lex_state = 170}, [5920] = {.lex_state = 214}, [5921] = {.lex_state = 214}, [5922] = {.lex_state = 286}, [5923] = {.lex_state = 214}, [5924] = {.lex_state = 214}, [5925] = {.lex_state = 170}, [5926] = {.lex_state = 214}, [5927] = {.lex_state = 170}, [5928] = {.lex_state = 286}, [5929] = {.lex_state = 286}, [5930] = {.lex_state = 156}, [5931] = {.lex_state = 214}, [5932] = {.lex_state = 170}, [5933] = {.lex_state = 170}, [5934] = {.lex_state = 286}, [5935] = {.lex_state = 214}, [5936] = {.lex_state = 156}, [5937] = {.lex_state = 156}, [5938] = {.lex_state = 214}, [5939] = {.lex_state = 170}, [5940] = {.lex_state = 170}, [5941] = {.lex_state = 214}, [5942] = {.lex_state = 0}, [5943] = {.lex_state = 170}, [5944] = {.lex_state = 286}, [5945] = {.lex_state = 286}, [5946] = {.lex_state = 156}, [5947] = {.lex_state = 170}, [5948] = {.lex_state = 214}, [5949] = {.lex_state = 170}, [5950] = {.lex_state = 170}, [5951] = {.lex_state = 286}, [5952] = {.lex_state = 170}, [5953] = {.lex_state = 170}, [5954] = {.lex_state = 286}, [5955] = {.lex_state = 170}, [5956] = {.lex_state = 180}, [5957] = {.lex_state = 170}, [5958] = {.lex_state = 156}, [5959] = {.lex_state = 214}, [5960] = {.lex_state = 180}, [5961] = {.lex_state = 170}, [5962] = {.lex_state = 170}, [5963] = {.lex_state = 170}, [5964] = {.lex_state = 286}, [5965] = {.lex_state = 170}, [5966] = {.lex_state = 170}, [5967] = {.lex_state = 170}, [5968] = {.lex_state = 156}, [5969] = {.lex_state = 286}, [5970] = {.lex_state = 161}, [5971] = {.lex_state = 0}, [5972] = {.lex_state = 286}, [5973] = {.lex_state = 161}, [5974] = {.lex_state = 161}, [5975] = {.lex_state = 170}, [5976] = {.lex_state = 286}, [5977] = {.lex_state = 0}, [5978] = {.lex_state = 286}, [5979] = {.lex_state = 161}, [5980] = {.lex_state = 286}, [5981] = {.lex_state = 0}, [5982] = {.lex_state = 161}, [5983] = {.lex_state = 178}, [5984] = {.lex_state = 286}, [5985] = {.lex_state = 161}, [5986] = {.lex_state = 156}, [5987] = {.lex_state = 170}, [5988] = {.lex_state = 0}, [5989] = {.lex_state = 161}, [5990] = {.lex_state = 161}, [5991] = {.lex_state = 156}, [5992] = {.lex_state = 214}, [5993] = {.lex_state = 156}, [5994] = {.lex_state = 156}, [5995] = {.lex_state = 286}, [5996] = {.lex_state = 286}, [5997] = {.lex_state = 96}, [5998] = {.lex_state = 161}, [5999] = {.lex_state = 161}, [6000] = {.lex_state = 0}, [6001] = {.lex_state = 156}, [6002] = {.lex_state = 161}, [6003] = {.lex_state = 286}, [6004] = {.lex_state = 156}, [6005] = {.lex_state = 161}, [6006] = {.lex_state = 161}, [6007] = {.lex_state = 156}, [6008] = {.lex_state = 286}, [6009] = {.lex_state = 161}, [6010] = {.lex_state = 214}, [6011] = {.lex_state = 161}, [6012] = {.lex_state = 161}, [6013] = {.lex_state = 161}, [6014] = {.lex_state = 156}, [6015] = {.lex_state = 0}, [6016] = {.lex_state = 0}, [6017] = {.lex_state = 156}, [6018] = {.lex_state = 0}, [6019] = {.lex_state = 156}, [6020] = {.lex_state = 0}, [6021] = {.lex_state = 286}, [6022] = {.lex_state = 161}, [6023] = {.lex_state = 161}, [6024] = {.lex_state = 286}, [6025] = {.lex_state = 286}, [6026] = {.lex_state = 96}, [6027] = {.lex_state = 161}, [6028] = {.lex_state = 156}, [6029] = {.lex_state = 98}, [6030] = {.lex_state = 161}, [6031] = {.lex_state = 161}, [6032] = {.lex_state = 286}, [6033] = {.lex_state = 161}, [6034] = {.lex_state = 0}, [6035] = {.lex_state = 286}, [6036] = {.lex_state = 0}, [6037] = {.lex_state = 96}, [6038] = {.lex_state = 286}, [6039] = {.lex_state = 286}, [6040] = {.lex_state = 161}, [6041] = {.lex_state = 286}, [6042] = {.lex_state = 98}, [6043] = {.lex_state = 98}, [6044] = {.lex_state = 286}, [6045] = {.lex_state = 161}, [6046] = {.lex_state = 156}, [6047] = {.lex_state = 96}, [6048] = {.lex_state = 161}, [6049] = {.lex_state = 96}, [6050] = {.lex_state = 286}, [6051] = {.lex_state = 161}, [6052] = {.lex_state = 286}, [6053] = {.lex_state = 161}, [6054] = {.lex_state = 170}, [6055] = {.lex_state = 286}, [6056] = {.lex_state = 170}, [6057] = {.lex_state = 161}, [6058] = {.lex_state = 161}, [6059] = {.lex_state = 161}, [6060] = {.lex_state = 96}, [6061] = {.lex_state = 0}, [6062] = {.lex_state = 161}, [6063] = {.lex_state = 161}, [6064] = {.lex_state = 214}, [6065] = {.lex_state = 286}, [6066] = {.lex_state = 156}, [6067] = {.lex_state = 286}, [6068] = {.lex_state = 96}, [6069] = {.lex_state = 161}, [6070] = {.lex_state = 161}, [6071] = {.lex_state = 156}, [6072] = {.lex_state = 156}, [6073] = {.lex_state = 161}, [6074] = {.lex_state = 161}, [6075] = {.lex_state = 156}, [6076] = {.lex_state = 156}, [6077] = {.lex_state = 170}, [6078] = {.lex_state = 161}, [6079] = {.lex_state = 96}, [6080] = {.lex_state = 98}, [6081] = {.lex_state = 286}, [6082] = {.lex_state = 0}, [6083] = {.lex_state = 170}, [6084] = {.lex_state = 0}, [6085] = {.lex_state = 286}, [6086] = {.lex_state = 161}, [6087] = {.lex_state = 161}, [6088] = {.lex_state = 161}, [6089] = {.lex_state = 161}, [6090] = {.lex_state = 161}, [6091] = {.lex_state = 156}, [6092] = {.lex_state = 0}, [6093] = {.lex_state = 161}, [6094] = {.lex_state = 0}, [6095] = {.lex_state = 156}, [6096] = {.lex_state = 214}, [6097] = {.lex_state = 286}, [6098] = {.lex_state = 214}, [6099] = {.lex_state = 170}, [6100] = {.lex_state = 286}, [6101] = {.lex_state = 286}, [6102] = {.lex_state = 170}, [6103] = {.lex_state = 98}, [6104] = {.lex_state = 156}, [6105] = {.lex_state = 286}, [6106] = {.lex_state = 156}, [6107] = {.lex_state = 156}, [6108] = {.lex_state = 156}, [6109] = {.lex_state = 286}, [6110] = {.lex_state = 156}, [6111] = {.lex_state = 286}, [6112] = {.lex_state = 161}, [6113] = {.lex_state = 0}, [6114] = {.lex_state = 214}, [6115] = {.lex_state = 98}, [6116] = {.lex_state = 170}, [6117] = {.lex_state = 286}, [6118] = {.lex_state = 161}, [6119] = {.lex_state = 286}, [6120] = {.lex_state = 156}, [6121] = {.lex_state = 170}, [6122] = {.lex_state = 161}, [6123] = {.lex_state = 161}, [6124] = {.lex_state = 170}, [6125] = {.lex_state = 161}, [6126] = {.lex_state = 161}, [6127] = {.lex_state = 98}, [6128] = {.lex_state = 96}, [6129] = {.lex_state = 161}, [6130] = {.lex_state = 161}, [6131] = {.lex_state = 156}, [6132] = {.lex_state = 96}, [6133] = {.lex_state = 286}, [6134] = {.lex_state = 286}, [6135] = {.lex_state = 286}, [6136] = {.lex_state = 156}, [6137] = {.lex_state = 170}, [6138] = {.lex_state = 161}, [6139] = {.lex_state = 214}, [6140] = {.lex_state = 286}, [6141] = {.lex_state = 286}, [6142] = {.lex_state = 161}, [6143] = {.lex_state = 161}, [6144] = {.lex_state = 161}, [6145] = {.lex_state = 286}, [6146] = {.lex_state = 161}, [6147] = {.lex_state = 161}, [6148] = {.lex_state = 156}, [6149] = {.lex_state = 161}, [6150] = {.lex_state = 214}, [6151] = {.lex_state = 161}, [6152] = {.lex_state = 161}, [6153] = {.lex_state = 161}, [6154] = {.lex_state = 214}, [6155] = {.lex_state = 214}, [6156] = {.lex_state = 161}, [6157] = {.lex_state = 214}, [6158] = {.lex_state = 156}, [6159] = {.lex_state = 161}, [6160] = {.lex_state = 96}, [6161] = {.lex_state = 96}, [6162] = {.lex_state = 161}, [6163] = {.lex_state = 170}, [6164] = {.lex_state = 98}, [6165] = {.lex_state = 286}, [6166] = {.lex_state = 96}, [6167] = {.lex_state = 286}, [6168] = {.lex_state = 0}, [6169] = {.lex_state = 286}, [6170] = {.lex_state = 161}, [6171] = {.lex_state = 286}, [6172] = {.lex_state = 156}, [6173] = {.lex_state = 170}, [6174] = {.lex_state = 161}, [6175] = {.lex_state = 286}, [6176] = {.lex_state = 161}, [6177] = {.lex_state = 96}, [6178] = {.lex_state = 161}, [6179] = {.lex_state = 96}, [6180] = {.lex_state = 98}, [6181] = {.lex_state = 180}, [6182] = {.lex_state = 0}, [6183] = {.lex_state = 286}, [6184] = {.lex_state = 96}, [6185] = {.lex_state = 161}, [6186] = {.lex_state = 286}, [6187] = {.lex_state = 0}, [6188] = {.lex_state = 161}, [6189] = {.lex_state = 286}, [6190] = {.lex_state = 96}, [6191] = {.lex_state = 156}, [6192] = {.lex_state = 161}, [6193] = {.lex_state = 214}, [6194] = {.lex_state = 170}, [6195] = {.lex_state = 0}, [6196] = {.lex_state = 0}, [6197] = {.lex_state = 0}, [6198] = {.lex_state = 170}, [6199] = {.lex_state = 0}, [6200] = {.lex_state = 170}, [6201] = {.lex_state = 286}, [6202] = {.lex_state = 0}, [6203] = {.lex_state = 0}, [6204] = {.lex_state = 170}, [6205] = {.lex_state = 0}, [6206] = {.lex_state = 0}, [6207] = {.lex_state = 0}, [6208] = {.lex_state = 0}, [6209] = {.lex_state = 0}, [6210] = {.lex_state = 0}, [6211] = {.lex_state = 170}, [6212] = {.lex_state = 170}, [6213] = {.lex_state = 0}, [6214] = {.lex_state = 161}, [6215] = {.lex_state = 170}, [6216] = {.lex_state = 0}, [6217] = {.lex_state = 161}, [6218] = {.lex_state = 0}, [6219] = {.lex_state = 0}, [6220] = {.lex_state = 0}, [6221] = {.lex_state = 0}, [6222] = {.lex_state = 286}, [6223] = {.lex_state = 0}, [6224] = {.lex_state = 0}, [6225] = {.lex_state = 170}, [6226] = {.lex_state = 0}, [6227] = {.lex_state = 161}, [6228] = {.lex_state = 0}, [6229] = {.lex_state = 0}, [6230] = {.lex_state = 0}, [6231] = {.lex_state = 0}, [6232] = {.lex_state = 0}, [6233] = {.lex_state = 161}, [6234] = {.lex_state = 0}, [6235] = {.lex_state = 170}, [6236] = {.lex_state = 0}, [6237] = {.lex_state = 0}, [6238] = {.lex_state = 0}, [6239] = {.lex_state = 170}, [6240] = {.lex_state = 0}, [6241] = {.lex_state = 0}, [6242] = {.lex_state = 170}, [6243] = {.lex_state = 0}, [6244] = {.lex_state = 0}, [6245] = {.lex_state = 0}, [6246] = {.lex_state = 0}, [6247] = {.lex_state = 0}, [6248] = {.lex_state = 161}, [6249] = {.lex_state = 0}, [6250] = {.lex_state = 170}, [6251] = {.lex_state = 170}, [6252] = {.lex_state = 0}, [6253] = {.lex_state = 0}, [6254] = {.lex_state = 0}, [6255] = {.lex_state = 0}, [6256] = {.lex_state = 0}, [6257] = {.lex_state = 170}, [6258] = {.lex_state = 170}, [6259] = {.lex_state = 170}, [6260] = {.lex_state = 0}, [6261] = {.lex_state = 161}, [6262] = {.lex_state = 170}, [6263] = {.lex_state = 0}, [6264] = {.lex_state = 0}, [6265] = {.lex_state = 161}, [6266] = {.lex_state = 0}, [6267] = {.lex_state = 170}, [6268] = {.lex_state = 0}, [6269] = {.lex_state = 0}, [6270] = {.lex_state = 0}, [6271] = {.lex_state = 0}, [6272] = {.lex_state = 0}, [6273] = {.lex_state = 170}, [6274] = {.lex_state = 0}, [6275] = {.lex_state = 0}, [6276] = {.lex_state = 0}, [6277] = {.lex_state = 0}, [6278] = {.lex_state = 0}, [6279] = {.lex_state = 0}, [6280] = {.lex_state = 170}, [6281] = {.lex_state = 161}, [6282] = {.lex_state = 0}, [6283] = {.lex_state = 170}, [6284] = {.lex_state = 0}, [6285] = {.lex_state = 161}, [6286] = {.lex_state = 161}, [6287] = {.lex_state = 0}, [6288] = {.lex_state = 161}, [6289] = {.lex_state = 161}, [6290] = {.lex_state = 0}, [6291] = {.lex_state = 170}, [6292] = {.lex_state = 0}, [6293] = {.lex_state = 0}, [6294] = {.lex_state = 0}, [6295] = {.lex_state = 170}, [6296] = {.lex_state = 0}, [6297] = {.lex_state = 0}, [6298] = {.lex_state = 170}, [6299] = {.lex_state = 0}, [6300] = {.lex_state = 170}, [6301] = {.lex_state = 161}, [6302] = {.lex_state = 0}, [6303] = {.lex_state = 170}, [6304] = {.lex_state = 170}, [6305] = {.lex_state = 0}, [6306] = {.lex_state = 170}, [6307] = {.lex_state = 0}, [6308] = {.lex_state = 0}, [6309] = {.lex_state = 0}, [6310] = {.lex_state = 0}, [6311] = {.lex_state = 161}, [6312] = {.lex_state = 161}, [6313] = {.lex_state = 0}, [6314] = {.lex_state = 0}, [6315] = {.lex_state = 170}, [6316] = {.lex_state = 0}, [6317] = {.lex_state = 0}, [6318] = {.lex_state = 0}, [6319] = {.lex_state = 0}, [6320] = {.lex_state = 0}, [6321] = {.lex_state = 0}, [6322] = {.lex_state = 0}, [6323] = {.lex_state = 0}, [6324] = {.lex_state = 286}, [6325] = {.lex_state = 0}, [6326] = {.lex_state = 0}, [6327] = {.lex_state = 286}, [6328] = {.lex_state = 170}, [6329] = {.lex_state = 286}, [6330] = {.lex_state = 170}, [6331] = {.lex_state = 0}, [6332] = {.lex_state = 0}, [6333] = {.lex_state = 0}, [6334] = {.lex_state = 0}, [6335] = {.lex_state = 170}, [6336] = {.lex_state = 170}, [6337] = {.lex_state = 0}, [6338] = {.lex_state = 170}, [6339] = {.lex_state = 170}, [6340] = {.lex_state = 0}, [6341] = {.lex_state = 170}, [6342] = {.lex_state = 170}, [6343] = {.lex_state = 170}, [6344] = {.lex_state = 0}, [6345] = {.lex_state = 0}, [6346] = {.lex_state = 0}, [6347] = {.lex_state = 170}, [6348] = {.lex_state = 0}, [6349] = {.lex_state = 0}, [6350] = {.lex_state = 0}, [6351] = {.lex_state = 170}, [6352] = {.lex_state = 170}, [6353] = {.lex_state = 170}, [6354] = {.lex_state = 161}, [6355] = {.lex_state = 170}, [6356] = {.lex_state = 0}, [6357] = {.lex_state = 0}, [6358] = {.lex_state = 0}, [6359] = {.lex_state = 0}, [6360] = {.lex_state = 170}, [6361] = {.lex_state = 0}, [6362] = {.lex_state = 0}, [6363] = {.lex_state = 170}, [6364] = {.lex_state = 170}, [6365] = {.lex_state = 161}, [6366] = {.lex_state = 0}, [6367] = {.lex_state = 0}, [6368] = {.lex_state = 0}, [6369] = {.lex_state = 170}, [6370] = {.lex_state = 0}, [6371] = {.lex_state = 0}, [6372] = {.lex_state = 0}, [6373] = {.lex_state = 161}, [6374] = {.lex_state = 161}, [6375] = {.lex_state = 0}, [6376] = {.lex_state = 0}, [6377] = {.lex_state = 0}, [6378] = {.lex_state = 91}, [6379] = {.lex_state = 0}, [6380] = {.lex_state = 0}, [6381] = {.lex_state = 0}, [6382] = {.lex_state = 0}, [6383] = {.lex_state = 0}, [6384] = {.lex_state = 161}, [6385] = {.lex_state = 286}, [6386] = {.lex_state = 0}, [6387] = {.lex_state = 0}, [6388] = {.lex_state = 180}, [6389] = {.lex_state = 0}, [6390] = {.lex_state = 170}, [6391] = {.lex_state = 0}, [6392] = {.lex_state = 161}, [6393] = {.lex_state = 170}, [6394] = {.lex_state = 170}, [6395] = {.lex_state = 0}, [6396] = {.lex_state = 161}, [6397] = {.lex_state = 161}, [6398] = {.lex_state = 0}, [6399] = {.lex_state = 161}, [6400] = {.lex_state = 170}, [6401] = {.lex_state = 286}, [6402] = {.lex_state = 0}, [6403] = {.lex_state = 0}, [6404] = {.lex_state = 0}, [6405] = {.lex_state = 0}, [6406] = {.lex_state = 161}, [6407] = {.lex_state = 161}, [6408] = {.lex_state = 161}, [6409] = {.lex_state = 0}, [6410] = {.lex_state = 0}, [6411] = {.lex_state = 0}, [6412] = {.lex_state = 0}, [6413] = {.lex_state = 0}, [6414] = {.lex_state = 0}, [6415] = {.lex_state = 0}, [6416] = {.lex_state = 0}, [6417] = {.lex_state = 170}, [6418] = {.lex_state = 0}, [6419] = {.lex_state = 0}, [6420] = {.lex_state = 0}, [6421] = {.lex_state = 0}, [6422] = {.lex_state = 0}, [6423] = {.lex_state = 0}, [6424] = {.lex_state = 170}, [6425] = {.lex_state = 170}, [6426] = {.lex_state = 0}, [6427] = {.lex_state = 0}, [6428] = {.lex_state = 0}, [6429] = {.lex_state = 0}, [6430] = {.lex_state = 0}, [6431] = {.lex_state = 0}, [6432] = {.lex_state = 0}, [6433] = {.lex_state = 0}, [6434] = {.lex_state = 0}, [6435] = {.lex_state = 0}, [6436] = {.lex_state = 161}, [6437] = {.lex_state = 0}, [6438] = {.lex_state = 170}, [6439] = {.lex_state = 0}, [6440] = {.lex_state = 161}, [6441] = {.lex_state = 0}, [6442] = {.lex_state = 0}, [6443] = {.lex_state = 0}, [6444] = {.lex_state = 0}, [6445] = {.lex_state = 0}, [6446] = {.lex_state = 0}, [6447] = {.lex_state = 0}, [6448] = {.lex_state = 0}, [6449] = {.lex_state = 0}, [6450] = {.lex_state = 0}, [6451] = {.lex_state = 0}, [6452] = {.lex_state = 0}, [6453] = {.lex_state = 0}, [6454] = {.lex_state = 161}, [6455] = {.lex_state = 286}, [6456] = {.lex_state = 170}, [6457] = {.lex_state = 161}, [6458] = {.lex_state = 286}, [6459] = {.lex_state = 0}, [6460] = {.lex_state = 170}, [6461] = {.lex_state = 161}, [6462] = {.lex_state = 161}, [6463] = {.lex_state = 0}, [6464] = {.lex_state = 0}, [6465] = {.lex_state = 286}, [6466] = {.lex_state = 0}, [6467] = {.lex_state = 0}, [6468] = {.lex_state = 0}, [6469] = {.lex_state = 0}, [6470] = {.lex_state = 0}, [6471] = {.lex_state = 0}, [6472] = {.lex_state = 0}, [6473] = {.lex_state = 0}, [6474] = {.lex_state = 0}, [6475] = {.lex_state = 286}, [6476] = {.lex_state = 0}, [6477] = {.lex_state = 0}, [6478] = {.lex_state = 170}, [6479] = {.lex_state = 0}, [6480] = {.lex_state = 0}, [6481] = {.lex_state = 0}, [6482] = {.lex_state = 0}, [6483] = {.lex_state = 0}, [6484] = {.lex_state = 0}, [6485] = {.lex_state = 0}, [6486] = {.lex_state = 0}, [6487] = {.lex_state = 161}, [6488] = {.lex_state = 0}, [6489] = {.lex_state = 170}, [6490] = {.lex_state = 161}, [6491] = {.lex_state = 0}, [6492] = {.lex_state = 0}, [6493] = {.lex_state = 0}, [6494] = {.lex_state = 0}, [6495] = {.lex_state = 170}, [6496] = {.lex_state = 161}, [6497] = {.lex_state = 0}, [6498] = {.lex_state = 0}, [6499] = {.lex_state = 0}, [6500] = {.lex_state = 0}, [6501] = {.lex_state = 0}, [6502] = {.lex_state = 0}, [6503] = {.lex_state = 0}, [6504] = {.lex_state = 0}, [6505] = {.lex_state = 161}, [6506] = {.lex_state = 0}, [6507] = {.lex_state = 0}, [6508] = {.lex_state = 0}, [6509] = {.lex_state = 0}, [6510] = {.lex_state = 0}, [6511] = {.lex_state = 0}, [6512] = {.lex_state = 0}, [6513] = {.lex_state = 161}, [6514] = {.lex_state = 0}, [6515] = {.lex_state = 161}, [6516] = {.lex_state = 0}, [6517] = {.lex_state = 0}, [6518] = {.lex_state = 0}, [6519] = {.lex_state = 91}, [6520] = {.lex_state = 0}, [6521] = {.lex_state = 161}, [6522] = {.lex_state = 0}, [6523] = {.lex_state = 91}, [6524] = {.lex_state = 0}, [6525] = {.lex_state = 170}, [6526] = {.lex_state = 170}, [6527] = {.lex_state = 0}, [6528] = {.lex_state = 0}, [6529] = {.lex_state = 170}, [6530] = {.lex_state = 0}, [6531] = {.lex_state = 0}, [6532] = {.lex_state = 0}, [6533] = {.lex_state = 0}, [6534] = {.lex_state = 0}, [6535] = {.lex_state = 0}, [6536] = {.lex_state = 161}, [6537] = {.lex_state = 170}, [6538] = {.lex_state = 170}, [6539] = {.lex_state = 0}, [6540] = {.lex_state = 0}, [6541] = {.lex_state = 286}, [6542] = {.lex_state = 0}, [6543] = {.lex_state = 0}, [6544] = {.lex_state = 0}, [6545] = {.lex_state = 170}, [6546] = {.lex_state = 0}, [6547] = {.lex_state = 0}, [6548] = {.lex_state = 0}, [6549] = {.lex_state = 0}, [6550] = {.lex_state = 161}, [6551] = {.lex_state = 170}, [6552] = {.lex_state = 161}, [6553] = {.lex_state = 0}, [6554] = {.lex_state = 0}, [6555] = {.lex_state = 0}, [6556] = {.lex_state = 0}, [6557] = {.lex_state = 0}, [6558] = {.lex_state = 0}, [6559] = {.lex_state = 0}, [6560] = {.lex_state = 0}, [6561] = {.lex_state = 170}, [6562] = {.lex_state = 170}, [6563] = {.lex_state = 91}, [6564] = {.lex_state = 0}, [6565] = {.lex_state = 0}, [6566] = {.lex_state = 170}, [6567] = {.lex_state = 161}, [6568] = {.lex_state = 0}, [6569] = {.lex_state = 161}, [6570] = {.lex_state = 170}, [6571] = {.lex_state = 156}, [6572] = {.lex_state = 161}, [6573] = {.lex_state = 161}, [6574] = {.lex_state = 170}, [6575] = {.lex_state = 0}, [6576] = {.lex_state = 170}, [6577] = {.lex_state = 0}, [6578] = {.lex_state = 0}, [6579] = {.lex_state = 0}, [6580] = {.lex_state = 0}, [6581] = {.lex_state = 0}, [6582] = {.lex_state = 161}, [6583] = {.lex_state = 0}, [6584] = {.lex_state = 170}, [6585] = {.lex_state = 145}, [6586] = {.lex_state = 286}, [6587] = {.lex_state = 156}, [6588] = {.lex_state = 161}, [6589] = {.lex_state = 0}, [6590] = {.lex_state = 170}, [6591] = {.lex_state = 161}, [6592] = {.lex_state = 170}, [6593] = {.lex_state = 0}, [6594] = {.lex_state = 161}, [6595] = {.lex_state = 0}, [6596] = {.lex_state = 161}, [6597] = {.lex_state = 170}, [6598] = {.lex_state = 0}, [6599] = {.lex_state = 0}, [6600] = {.lex_state = 0}, [6601] = {.lex_state = 161}, [6602] = {.lex_state = 286}, [6603] = {.lex_state = 0}, [6604] = {.lex_state = 161}, [6605] = {.lex_state = 161}, [6606] = {.lex_state = 91}, [6607] = {.lex_state = 0}, [6608] = {.lex_state = 286}, [6609] = {.lex_state = 0}, [6610] = {.lex_state = 286}, [6611] = {.lex_state = 286}, [6612] = {.lex_state = 0}, [6613] = {.lex_state = 286}, [6614] = {.lex_state = 170}, [6615] = {.lex_state = 286}, [6616] = {.lex_state = 170}, [6617] = {.lex_state = 99}, [6618] = {.lex_state = 286}, [6619] = {.lex_state = 170}, [6620] = {.lex_state = 170}, [6621] = {.lex_state = 286}, [6622] = {.lex_state = 170}, [6623] = {.lex_state = 99}, [6624] = {.lex_state = 0}, [6625] = {.lex_state = 286}, [6626] = {.lex_state = 170}, [6627] = {.lex_state = 170}, [6628] = {.lex_state = 99}, [6629] = {.lex_state = 99}, [6630] = {.lex_state = 0}, [6631] = {.lex_state = 286}, [6632] = {.lex_state = 0}, [6633] = {.lex_state = 100}, [6634] = {.lex_state = 286}, [6635] = {.lex_state = 0}, [6636] = {.lex_state = 0}, [6637] = {.lex_state = 286}, [6638] = {.lex_state = 286}, [6639] = {.lex_state = 0}, [6640] = {.lex_state = 0}, [6641] = {.lex_state = 0}, [6642] = {.lex_state = 0}, [6643] = {.lex_state = 0}, [6644] = {.lex_state = 286}, [6645] = {.lex_state = 0}, [6646] = {.lex_state = 100}, [6647] = {.lex_state = 286}, [6648] = {.lex_state = 100}, [6649] = {.lex_state = 286}, [6650] = {.lex_state = 286}, [6651] = {.lex_state = 0}, [6652] = {.lex_state = 0}, [6653] = {.lex_state = 286}, [6654] = {.lex_state = 0}, [6655] = {.lex_state = 0}, [6656] = {.lex_state = 0}, [6657] = {.lex_state = 170}, [6658] = {.lex_state = 0}, [6659] = {.lex_state = 0}, [6660] = {.lex_state = 286}, [6661] = {.lex_state = 170}, [6662] = {.lex_state = 170}, [6663] = {.lex_state = 99}, [6664] = {.lex_state = 286}, [6665] = {.lex_state = 0}, [6666] = {.lex_state = 0}, [6667] = {.lex_state = 0}, [6668] = {.lex_state = 99}, [6669] = {.lex_state = 0}, [6670] = {.lex_state = 0}, [6671] = {.lex_state = 0}, [6672] = {.lex_state = 286}, [6673] = {.lex_state = 0}, [6674] = {.lex_state = 99}, [6675] = {.lex_state = 170}, [6676] = {.lex_state = 0}, [6677] = {.lex_state = 0}, [6678] = {.lex_state = 286}, [6679] = {.lex_state = 0}, [6680] = {.lex_state = 286}, [6681] = {.lex_state = 286}, [6682] = {.lex_state = 0}, [6683] = {.lex_state = 286}, [6684] = {.lex_state = 286}, [6685] = {.lex_state = 0}, [6686] = {.lex_state = 286}, [6687] = {.lex_state = 0}, [6688] = {.lex_state = 0}, [6689] = {.lex_state = 286, .external_lex_state = 2}, [6690] = {.lex_state = 286}, [6691] = {.lex_state = 286}, [6692] = {.lex_state = 0}, [6693] = {.lex_state = 170}, [6694] = {.lex_state = 0}, [6695] = {.lex_state = 0}, [6696] = {.lex_state = 99}, [6697] = {.lex_state = 286}, [6698] = {.lex_state = 0}, [6699] = {.lex_state = 286}, [6700] = {.lex_state = 0}, [6701] = {.lex_state = 286}, [6702] = {.lex_state = 0}, [6703] = {.lex_state = 286}, [6704] = {.lex_state = 0}, [6705] = {.lex_state = 170}, [6706] = {.lex_state = 0}, [6707] = {.lex_state = 0}, [6708] = {.lex_state = 100}, [6709] = {.lex_state = 286}, [6710] = {.lex_state = 170}, [6711] = {.lex_state = 0}, [6712] = {.lex_state = 170}, [6713] = {.lex_state = 0}, [6714] = {.lex_state = 0}, [6715] = {.lex_state = 0}, [6716] = {.lex_state = 0}, [6717] = {.lex_state = 286}, [6718] = {.lex_state = 286}, [6719] = {.lex_state = 0}, [6720] = {.lex_state = 99}, [6721] = {.lex_state = 0}, [6722] = {.lex_state = 0}, [6723] = {.lex_state = 0}, [6724] = {.lex_state = 286}, [6725] = {.lex_state = 286}, [6726] = {.lex_state = 286}, [6727] = {.lex_state = 0}, [6728] = {.lex_state = 0}, [6729] = {.lex_state = 0}, [6730] = {.lex_state = 286}, [6731] = {.lex_state = 0}, [6732] = {.lex_state = 0}, [6733] = {.lex_state = 170}, [6734] = {.lex_state = 286}, [6735] = {.lex_state = 286}, [6736] = {.lex_state = 99}, [6737] = {.lex_state = 286}, [6738] = {.lex_state = 0}, [6739] = {.lex_state = 286}, [6740] = {.lex_state = 0}, [6741] = {.lex_state = 286}, [6742] = {.lex_state = 0}, [6743] = {.lex_state = 0}, [6744] = {.lex_state = 0}, [6745] = {.lex_state = 0}, [6746] = {.lex_state = 0}, [6747] = {.lex_state = 0}, [6748] = {.lex_state = 286}, [6749] = {.lex_state = 0}, [6750] = {.lex_state = 0}, [6751] = {.lex_state = 0}, [6752] = {.lex_state = 0}, [6753] = {.lex_state = 0}, [6754] = {.lex_state = 0}, [6755] = {.lex_state = 0}, [6756] = {.lex_state = 0}, [6757] = {.lex_state = 0}, [6758] = {.lex_state = 286}, [6759] = {.lex_state = 0}, [6760] = {.lex_state = 0}, [6761] = {.lex_state = 0}, [6762] = {.lex_state = 286}, [6763] = {.lex_state = 0}, [6764] = {.lex_state = 286}, [6765] = {.lex_state = 0}, [6766] = {.lex_state = 0}, [6767] = {.lex_state = 286, .external_lex_state = 2}, [6768] = {.lex_state = 0}, [6769] = {.lex_state = 0}, [6770] = {.lex_state = 0}, [6771] = {.lex_state = 0}, [6772] = {.lex_state = 286}, [6773] = {.lex_state = 99}, [6774] = {.lex_state = 0}, [6775] = {.lex_state = 0}, [6776] = {.lex_state = 0}, [6777] = {.lex_state = 0}, [6778] = {.lex_state = 0}, [6779] = {.lex_state = 286}, [6780] = {.lex_state = 286}, [6781] = {.lex_state = 0}, [6782] = {.lex_state = 286}, [6783] = {.lex_state = 0}, [6784] = {.lex_state = 0}, [6785] = {.lex_state = 0}, [6786] = {.lex_state = 0}, [6787] = {.lex_state = 0}, [6788] = {.lex_state = 170}, [6789] = {.lex_state = 0}, [6790] = {.lex_state = 170}, [6791] = {.lex_state = 286}, [6792] = {.lex_state = 0}, [6793] = {.lex_state = 0}, [6794] = {.lex_state = 99}, [6795] = {.lex_state = 286}, [6796] = {.lex_state = 0}, [6797] = {.lex_state = 100}, [6798] = {.lex_state = 0}, [6799] = {.lex_state = 170}, [6800] = {.lex_state = 0}, [6801] = {.lex_state = 286}, [6802] = {.lex_state = 0}, [6803] = {.lex_state = 0}, [6804] = {.lex_state = 0}, [6805] = {.lex_state = 0}, [6806] = {.lex_state = 170}, [6807] = {.lex_state = 0}, [6808] = {.lex_state = 0}, [6809] = {.lex_state = 0}, [6810] = {.lex_state = 0}, [6811] = {.lex_state = 170}, [6812] = {.lex_state = 0}, [6813] = {.lex_state = 0}, [6814] = {.lex_state = 0}, [6815] = {.lex_state = 0}, [6816] = {.lex_state = 0}, [6817] = {.lex_state = 0}, [6818] = {.lex_state = 0}, [6819] = {.lex_state = 0}, [6820] = {.lex_state = 0}, [6821] = {.lex_state = 286}, [6822] = {.lex_state = 286, .external_lex_state = 2}, [6823] = {.lex_state = 0}, [6824] = {.lex_state = 286}, [6825] = {.lex_state = 286}, [6826] = {.lex_state = 170}, [6827] = {.lex_state = 170}, [6828] = {.lex_state = 0}, [6829] = {.lex_state = 286}, [6830] = {.lex_state = 99}, [6831] = {.lex_state = 286}, [6832] = {.lex_state = 0}, [6833] = {.lex_state = 100}, [6834] = {.lex_state = 286}, [6835] = {.lex_state = 0}, [6836] = {.lex_state = 0}, [6837] = {.lex_state = 286}, [6838] = {.lex_state = 99}, [6839] = {.lex_state = 99}, [6840] = {.lex_state = 286}, [6841] = {.lex_state = 286}, [6842] = {.lex_state = 0}, [6843] = {.lex_state = 170}, [6844] = {.lex_state = 0}, [6845] = {.lex_state = 170}, [6846] = {.lex_state = 170}, [6847] = {.lex_state = 0}, [6848] = {.lex_state = 0}, [6849] = {.lex_state = 0}, [6850] = {.lex_state = 286}, [6851] = {.lex_state = 0}, [6852] = {.lex_state = 286}, [6853] = {.lex_state = 0}, [6854] = {.lex_state = 286}, [6855] = {.lex_state = 0}, [6856] = {.lex_state = 0}, [6857] = {.lex_state = 0}, [6858] = {.lex_state = 100}, [6859] = {.lex_state = 170}, [6860] = {.lex_state = 0}, [6861] = {.lex_state = 286}, [6862] = {.lex_state = 286}, [6863] = {.lex_state = 286}, [6864] = {.lex_state = 99}, [6865] = {.lex_state = 0}, [6866] = {.lex_state = 286}, [6867] = {.lex_state = 0}, [6868] = {.lex_state = 170}, [6869] = {.lex_state = 0}, [6870] = {.lex_state = 0}, [6871] = {.lex_state = 286}, [6872] = {.lex_state = 286}, [6873] = {.lex_state = 286, .external_lex_state = 2}, [6874] = {.lex_state = 170}, [6875] = {.lex_state = 0}, [6876] = {.lex_state = 286}, [6877] = {.lex_state = 0}, [6878] = {.lex_state = 286}, [6879] = {.lex_state = 0}, [6880] = {.lex_state = 0}, [6881] = {.lex_state = 0}, [6882] = {.lex_state = 0}, [6883] = {.lex_state = 286}, [6884] = {.lex_state = 0}, [6885] = {.lex_state = 170}, [6886] = {.lex_state = 0}, [6887] = {.lex_state = 0}, [6888] = {.lex_state = 170}, [6889] = {.lex_state = 0}, [6890] = {.lex_state = 286, .external_lex_state = 2}, [6891] = {.lex_state = 0}, [6892] = {.lex_state = 0}, [6893] = {.lex_state = 0}, [6894] = {.lex_state = 0}, [6895] = {.lex_state = 0}, [6896] = {.lex_state = 0}, [6897] = {.lex_state = 0}, [6898] = {.lex_state = 99}, [6899] = {.lex_state = 286}, [6900] = {.lex_state = 286}, [6901] = {.lex_state = 0}, [6902] = {.lex_state = 0}, [6903] = {.lex_state = 170}, [6904] = {.lex_state = 0}, [6905] = {.lex_state = 0}, [6906] = {.lex_state = 0}, [6907] = {.lex_state = 286, .external_lex_state = 2}, [6908] = {.lex_state = 0}, [6909] = {.lex_state = 0}, [6910] = {.lex_state = 0}, [6911] = {.lex_state = 0}, [6912] = {.lex_state = 0}, [6913] = {.lex_state = 0}, [6914] = {.lex_state = 286}, [6915] = {.lex_state = 0}, [6916] = {.lex_state = 0}, [6917] = {.lex_state = 0}, [6918] = {.lex_state = 0}, [6919] = {.lex_state = 286}, [6920] = {.lex_state = 0}, [6921] = {.lex_state = 0}, [6922] = {.lex_state = 170}, [6923] = {.lex_state = 0}, [6924] = {.lex_state = 0}, [6925] = {.lex_state = 99}, [6926] = {.lex_state = 0}, [6927] = {.lex_state = 0}, [6928] = {.lex_state = 0}, [6929] = {.lex_state = 0}, [6930] = {.lex_state = 0}, [6931] = {.lex_state = 99}, [6932] = {.lex_state = 0}, [6933] = {.lex_state = 0}, [6934] = {.lex_state = 286}, [6935] = {.lex_state = 0}, [6936] = {.lex_state = 0}, [6937] = {.lex_state = 170}, [6938] = {.lex_state = 286}, [6939] = {.lex_state = 0}, [6940] = {.lex_state = 286}, [6941] = {.lex_state = 170}, [6942] = {.lex_state = 0}, [6943] = {.lex_state = 286}, [6944] = {.lex_state = 0}, [6945] = {.lex_state = 0}, [6946] = {.lex_state = 286}, [6947] = {.lex_state = 170}, [6948] = {.lex_state = 0}, [6949] = {.lex_state = 0}, [6950] = {.lex_state = 286}, [6951] = {.lex_state = 0}, [6952] = {.lex_state = 286}, [6953] = {.lex_state = 0}, [6954] = {.lex_state = 100}, [6955] = {.lex_state = 0}, [6956] = {.lex_state = 0}, [6957] = {.lex_state = 0}, [6958] = {.lex_state = 0}, [6959] = {.lex_state = 0}, [6960] = {.lex_state = 0}, [6961] = {.lex_state = 0}, [6962] = {.lex_state = 0}, [6963] = {.lex_state = 0}, [6964] = {.lex_state = 170}, [6965] = {.lex_state = 0}, [6966] = {.lex_state = 0}, [6967] = {.lex_state = 170}, [6968] = {.lex_state = 286}, [6969] = {.lex_state = 286}, [6970] = {.lex_state = 99}, [6971] = {.lex_state = 0}, [6972] = {.lex_state = 170}, [6973] = {.lex_state = 99}, [6974] = {.lex_state = 170}, [6975] = {.lex_state = 0}, [6976] = {.lex_state = 286}, [6977] = {.lex_state = 0}, [6978] = {.lex_state = 0}, [6979] = {.lex_state = 0}, [6980] = {.lex_state = 0, .external_lex_state = 3}, [6981] = {.lex_state = 170}, [6982] = {.lex_state = 286}, [6983] = {.lex_state = 0}, [6984] = {.lex_state = 170}, [6985] = {.lex_state = 170}, [6986] = {.lex_state = 161}, [6987] = {.lex_state = 0}, [6988] = {.lex_state = 170}, [6989] = {.lex_state = 170}, [6990] = {.lex_state = 0}, [6991] = {.lex_state = 286}, [6992] = {.lex_state = 0}, [6993] = {.lex_state = 0}, [6994] = {.lex_state = 0}, [6995] = {.lex_state = 0}, [6996] = {.lex_state = 153}, [6997] = {.lex_state = 0}, [6998] = {.lex_state = 91}, [6999] = {.lex_state = 0}, [7000] = {.lex_state = 0}, [7001] = {.lex_state = 0}, [7002] = {.lex_state = 0}, [7003] = {.lex_state = 0}, [7004] = {.lex_state = 170}, [7005] = {.lex_state = 0}, [7006] = {.lex_state = 0}, [7007] = {.lex_state = 170}, [7008] = {.lex_state = 0, .external_lex_state = 2}, [7009] = {.lex_state = 0}, [7010] = {.lex_state = 0}, [7011] = {.lex_state = 0}, [7012] = {.lex_state = 0}, [7013] = {.lex_state = 0}, [7014] = {.lex_state = 0}, [7015] = {.lex_state = 0}, [7016] = {.lex_state = 0}, [7017] = {.lex_state = 0, .external_lex_state = 2}, [7018] = {.lex_state = 0}, [7019] = {.lex_state = 0}, [7020] = {.lex_state = 0}, [7021] = {.lex_state = 170}, [7022] = {.lex_state = 0}, [7023] = {.lex_state = 0}, [7024] = {.lex_state = 0}, [7025] = {.lex_state = 0}, [7026] = {.lex_state = 0}, [7027] = {.lex_state = 286}, [7028] = {.lex_state = 170}, [7029] = {.lex_state = 0}, [7030] = {.lex_state = 0}, [7031] = {.lex_state = 0}, [7032] = {.lex_state = 0}, [7033] = {.lex_state = 0}, [7034] = {.lex_state = 170}, [7035] = {.lex_state = 170}, [7036] = {.lex_state = 170}, [7037] = {.lex_state = 0}, [7038] = {.lex_state = 0}, [7039] = {.lex_state = 0}, [7040] = {.lex_state = 170}, [7041] = {.lex_state = 170}, [7042] = {.lex_state = 91}, [7043] = {.lex_state = 0}, [7044] = {.lex_state = 170}, [7045] = {.lex_state = 286}, [7046] = {.lex_state = 153}, [7047] = {.lex_state = 286}, [7048] = {.lex_state = 170}, [7049] = {.lex_state = 153}, [7050] = {.lex_state = 170}, [7051] = {.lex_state = 286}, [7052] = {.lex_state = 286}, [7053] = {.lex_state = 0}, [7054] = {.lex_state = 0}, [7055] = {.lex_state = 170}, [7056] = {.lex_state = 0}, [7057] = {.lex_state = 0}, [7058] = {.lex_state = 0}, [7059] = {.lex_state = 170}, [7060] = {.lex_state = 0}, [7061] = {.lex_state = 170}, [7062] = {.lex_state = 0}, [7063] = {.lex_state = 0}, [7064] = {.lex_state = 0}, [7065] = {.lex_state = 286}, [7066] = {.lex_state = 0}, [7067] = {.lex_state = 0}, [7068] = {.lex_state = 0}, [7069] = {.lex_state = 0}, [7070] = {.lex_state = 153}, [7071] = {.lex_state = 153}, [7072] = {.lex_state = 0}, [7073] = {.lex_state = 170}, [7074] = {.lex_state = 0, .external_lex_state = 2}, [7075] = {.lex_state = 0}, [7076] = {.lex_state = 0}, [7077] = {.lex_state = 0}, [7078] = {.lex_state = 0}, [7079] = {.lex_state = 0}, [7080] = {.lex_state = 0}, [7081] = {.lex_state = 0}, [7082] = {.lex_state = 0}, [7083] = {.lex_state = 0}, [7084] = {.lex_state = 0}, [7085] = {.lex_state = 0}, [7086] = {.lex_state = 0}, [7087] = {.lex_state = 153}, [7088] = {.lex_state = 0}, [7089] = {.lex_state = 0}, [7090] = {.lex_state = 170}, [7091] = {.lex_state = 153}, [7092] = {.lex_state = 170}, [7093] = {.lex_state = 170}, [7094] = {.lex_state = 0}, [7095] = {.lex_state = 0}, [7096] = {.lex_state = 0}, [7097] = {.lex_state = 0}, [7098] = {.lex_state = 0}, [7099] = {.lex_state = 0}, [7100] = {.lex_state = 0}, [7101] = {.lex_state = 0}, [7102] = {.lex_state = 0, .external_lex_state = 2}, [7103] = {.lex_state = 0}, [7104] = {.lex_state = 0}, [7105] = {.lex_state = 0}, [7106] = {.lex_state = 0}, [7107] = {.lex_state = 0}, [7108] = {.lex_state = 0}, [7109] = {.lex_state = 0}, [7110] = {.lex_state = 0}, [7111] = {.lex_state = 0}, [7112] = {.lex_state = 0}, [7113] = {.lex_state = 91}, [7114] = {.lex_state = 0}, [7115] = {.lex_state = 0}, [7116] = {.lex_state = 0}, [7117] = {.lex_state = 170}, [7118] = {.lex_state = 0}, [7119] = {.lex_state = 286}, [7120] = {.lex_state = 170}, [7121] = {.lex_state = 0}, [7122] = {.lex_state = 0}, [7123] = {.lex_state = 0}, [7124] = {.lex_state = 0}, [7125] = {.lex_state = 0}, [7126] = {.lex_state = 91}, [7127] = {.lex_state = 0}, [7128] = {.lex_state = 0}, [7129] = {.lex_state = 0}, [7130] = {.lex_state = 153}, [7131] = {.lex_state = 0}, [7132] = {.lex_state = 0}, [7133] = {.lex_state = 286}, [7134] = {.lex_state = 0}, [7135] = {.lex_state = 170}, [7136] = {.lex_state = 0}, [7137] = {.lex_state = 0}, [7138] = {.lex_state = 0}, [7139] = {.lex_state = 0}, [7140] = {.lex_state = 0}, [7141] = {.lex_state = 170}, [7142] = {.lex_state = 0}, [7143] = {.lex_state = 286}, [7144] = {.lex_state = 91}, [7145] = {.lex_state = 0}, [7146] = {.lex_state = 170}, [7147] = {.lex_state = 0}, [7148] = {.lex_state = 0}, [7149] = {.lex_state = 0}, [7150] = {.lex_state = 170}, [7151] = {.lex_state = 0}, [7152] = {.lex_state = 0}, [7153] = {.lex_state = 0}, [7154] = {.lex_state = 0}, [7155] = {.lex_state = 170}, [7156] = {.lex_state = 0}, [7157] = {.lex_state = 161}, [7158] = {.lex_state = 0}, [7159] = {.lex_state = 286}, [7160] = {.lex_state = 0, .external_lex_state = 2}, [7161] = {.lex_state = 0}, [7162] = {.lex_state = 170}, [7163] = {.lex_state = 170}, [7164] = {.lex_state = 170}, [7165] = {.lex_state = 161}, [7166] = {.lex_state = 0}, [7167] = {.lex_state = 0}, [7168] = {.lex_state = 170}, [7169] = {.lex_state = 91}, [7170] = {.lex_state = 91}, [7171] = {.lex_state = 170}, [7172] = {.lex_state = 153}, [7173] = {.lex_state = 286}, [7174] = {.lex_state = 0}, [7175] = {.lex_state = 0}, [7176] = {.lex_state = 286}, [7177] = {.lex_state = 0}, [7178] = {.lex_state = 0}, [7179] = {.lex_state = 0}, [7180] = {.lex_state = 0}, [7181] = {.lex_state = 0}, [7182] = {.lex_state = 0}, [7183] = {.lex_state = 0}, [7184] = {.lex_state = 0}, [7185] = {.lex_state = 170}, [7186] = {.lex_state = 170}, [7187] = {.lex_state = 0}, [7188] = {.lex_state = 0}, [7189] = {.lex_state = 0}, [7190] = {.lex_state = 286}, [7191] = {.lex_state = 0}, [7192] = {.lex_state = 0}, [7193] = {.lex_state = 0}, [7194] = {.lex_state = 170}, [7195] = {.lex_state = 0}, [7196] = {.lex_state = 170}, [7197] = {.lex_state = 0}, [7198] = {.lex_state = 0}, [7199] = {.lex_state = 0}, [7200] = {.lex_state = 0}, [7201] = {.lex_state = 0}, [7202] = {.lex_state = 170}, [7203] = {.lex_state = 170}, [7204] = {.lex_state = 0}, [7205] = {.lex_state = 286}, [7206] = {.lex_state = 170}, [7207] = {.lex_state = 170}, [7208] = {.lex_state = 153}, [7209] = {.lex_state = 153}, [7210] = {.lex_state = 91}, [7211] = {.lex_state = 153}, [7212] = {.lex_state = 286}, [7213] = {.lex_state = 0}, [7214] = {.lex_state = 0}, [7215] = {.lex_state = 0}, [7216] = {.lex_state = 0}, [7217] = {.lex_state = 0}, [7218] = {.lex_state = 0}, [7219] = {.lex_state = 161}, [7220] = {.lex_state = 0}, [7221] = {.lex_state = 0}, [7222] = {.lex_state = 0}, [7223] = {.lex_state = 0}, [7224] = {.lex_state = 0}, [7225] = {.lex_state = 0}, [7226] = {.lex_state = 170}, [7227] = {.lex_state = 0}, [7228] = {.lex_state = 0}, [7229] = {.lex_state = 0}, [7230] = {.lex_state = 0}, [7231] = {.lex_state = 0}, [7232] = {.lex_state = 0}, [7233] = {.lex_state = 0}, [7234] = {.lex_state = 0}, [7235] = {.lex_state = 91}, [7236] = {.lex_state = 286}, [7237] = {.lex_state = 0}, [7238] = {.lex_state = 170}, [7239] = {.lex_state = 0}, [7240] = {.lex_state = 0}, [7241] = {.lex_state = 0}, [7242] = {.lex_state = 0}, [7243] = {.lex_state = 0}, [7244] = {.lex_state = 0}, [7245] = {.lex_state = 0}, [7246] = {.lex_state = 0}, [7247] = {.lex_state = 91}, [7248] = {.lex_state = 170}, [7249] = {.lex_state = 0}, [7250] = {.lex_state = 0}, [7251] = {.lex_state = 0}, [7252] = {.lex_state = 0}, [7253] = {.lex_state = 153}, [7254] = {.lex_state = 0}, [7255] = {.lex_state = 91}, [7256] = {.lex_state = 91}, [7257] = {.lex_state = 153}, [7258] = {.lex_state = 153}, [7259] = {.lex_state = 0}, [7260] = {.lex_state = 0}, [7261] = {.lex_state = 0}, [7262] = {.lex_state = 0}, [7263] = {.lex_state = 0}, [7264] = {.lex_state = 0}, [7265] = {.lex_state = 0}, [7266] = {.lex_state = 0}, [7267] = {.lex_state = 91}, [7268] = {.lex_state = 0}, [7269] = {.lex_state = 170}, [7270] = {.lex_state = 0}, [7271] = {.lex_state = 286}, [7272] = {.lex_state = 0}, [7273] = {.lex_state = 286}, [7274] = {.lex_state = 0}, [7275] = {.lex_state = 0}, [7276] = {.lex_state = 0}, [7277] = {.lex_state = 286}, [7278] = {.lex_state = 0}, [7279] = {.lex_state = 0}, [7280] = {.lex_state = 0}, [7281] = {.lex_state = 170}, [7282] = {.lex_state = 0}, [7283] = {.lex_state = 286}, [7284] = {.lex_state = 0}, [7285] = {.lex_state = 91}, [7286] = {.lex_state = 0}, [7287] = {.lex_state = 0}, [7288] = {.lex_state = 0}, [7289] = {.lex_state = 170}, [7290] = {.lex_state = 170}, [7291] = {.lex_state = 286}, [7292] = {.lex_state = 170}, [7293] = {.lex_state = 0}, [7294] = {.lex_state = 0}, [7295] = {.lex_state = 0}, [7296] = {.lex_state = 0}, [7297] = {.lex_state = 286}, [7298] = {.lex_state = 0, .external_lex_state = 3}, [7299] = {.lex_state = 0}, [7300] = {.lex_state = 0}, [7301] = {.lex_state = 91}, [7302] = {.lex_state = 0}, [7303] = {.lex_state = 0}, [7304] = {.lex_state = 0}, [7305] = {.lex_state = 0}, [7306] = {.lex_state = 170}, [7307] = {.lex_state = 0}, [7308] = {.lex_state = 0}, [7309] = {.lex_state = 0}, [7310] = {.lex_state = 0}, [7311] = {.lex_state = 0}, [7312] = {.lex_state = 0}, [7313] = {.lex_state = 0}, [7314] = {.lex_state = 0}, [7315] = {.lex_state = 0}, [7316] = {.lex_state = 0}, [7317] = {.lex_state = 91}, [7318] = {.lex_state = 0}, [7319] = {.lex_state = 170}, [7320] = {.lex_state = 0}, [7321] = {.lex_state = 0}, [7322] = {.lex_state = 0}, [7323] = {.lex_state = 0}, [7324] = {.lex_state = 0}, [7325] = {.lex_state = 161}, [7326] = {.lex_state = 170}, [7327] = {.lex_state = 0}, [7328] = {.lex_state = 0}, [7329] = {.lex_state = 0}, [7330] = {.lex_state = 170}, [7331] = {.lex_state = 161}, [7332] = {.lex_state = 286}, [7333] = {.lex_state = 0}, [7334] = {.lex_state = 0}, [7335] = {.lex_state = 161}, [7336] = {.lex_state = 153}, [7337] = {.lex_state = 91}, [7338] = {.lex_state = 0}, [7339] = {.lex_state = 161}, [7340] = {.lex_state = 0}, [7341] = {.lex_state = 0}, [7342] = {.lex_state = 0}, [7343] = {.lex_state = 0}, [7344] = {.lex_state = 0}, [7345] = {.lex_state = 91}, [7346] = {.lex_state = 91}, [7347] = {.lex_state = 153}, [7348] = {.lex_state = 170}, [7349] = {.lex_state = 0}, [7350] = {.lex_state = 0}, [7351] = {.lex_state = 0}, [7352] = {.lex_state = 0}, [7353] = {.lex_state = 170}, [7354] = {.lex_state = 0}, [7355] = {.lex_state = 0}, [7356] = {.lex_state = 0}, [7357] = {.lex_state = 0}, [7358] = {.lex_state = 0}, [7359] = {.lex_state = 170}, [7360] = {.lex_state = 170}, [7361] = {.lex_state = 0}, [7362] = {.lex_state = 0}, [7363] = {.lex_state = 0}, [7364] = {.lex_state = 0}, [7365] = {.lex_state = 151}, [7366] = {.lex_state = 0}, [7367] = {.lex_state = 0}, [7368] = {.lex_state = 0}, [7369] = {.lex_state = 0}, [7370] = {.lex_state = 0, .external_lex_state = 2}, [7371] = {.lex_state = 0}, [7372] = {.lex_state = 91}, [7373] = {.lex_state = 0}, [7374] = {.lex_state = 0}, [7375] = {.lex_state = 0}, [7376] = {.lex_state = 0}, [7377] = {.lex_state = 170}, [7378] = {.lex_state = 0}, [7379] = {.lex_state = 0}, [7380] = {.lex_state = 0}, [7381] = {.lex_state = 0}, [7382] = {.lex_state = 153}, [7383] = {.lex_state = 0}, [7384] = {.lex_state = 0}, [7385] = {.lex_state = 0}, [7386] = {.lex_state = 151}, [7387] = {.lex_state = 0}, [7388] = {.lex_state = 0}, [7389] = {.lex_state = 170}, [7390] = {.lex_state = 0}, [7391] = {.lex_state = 0}, [7392] = {.lex_state = 170}, [7393] = {.lex_state = 0}, [7394] = {.lex_state = 0}, [7395] = {.lex_state = 0}, [7396] = {.lex_state = 170}, [7397] = {.lex_state = 91}, [7398] = {.lex_state = 0}, [7399] = {.lex_state = 0}, [7400] = {.lex_state = 0}, [7401] = {.lex_state = 0}, [7402] = {.lex_state = 0}, [7403] = {.lex_state = 0}, [7404] = {.lex_state = 153}, [7405] = {.lex_state = 153}, [7406] = {.lex_state = 0}, [7407] = {.lex_state = 0}, [7408] = {.lex_state = 0}, [7409] = {.lex_state = 0}, [7410] = {.lex_state = 170}, [7411] = {.lex_state = 0}, [7412] = {.lex_state = 286}, [7413] = {.lex_state = 286}, [7414] = {.lex_state = 0}, [7415] = {.lex_state = 286}, [7416] = {.lex_state = 153}, [7417] = {.lex_state = 0}, [7418] = {.lex_state = 153}, [7419] = {.lex_state = 0}, [7420] = {.lex_state = 170}, [7421] = {.lex_state = 0}, [7422] = {.lex_state = 286}, [7423] = {.lex_state = 0}, [7424] = {.lex_state = 0}, [7425] = {.lex_state = 0}, [7426] = {.lex_state = 0}, [7427] = {.lex_state = 286}, [7428] = {.lex_state = 0, .external_lex_state = 3}, [7429] = {.lex_state = 0}, [7430] = {.lex_state = 0}, [7431] = {.lex_state = 0}, [7432] = {.lex_state = 153}, [7433] = {.lex_state = 0}, [7434] = {.lex_state = 0}, [7435] = {.lex_state = 0}, [7436] = {.lex_state = 0}, [7437] = {.lex_state = 0}, [7438] = {.lex_state = 0}, [7439] = {.lex_state = 0}, [7440] = {.lex_state = 286}, [7441] = {.lex_state = 0}, [7442] = {.lex_state = 170}, [7443] = {.lex_state = 155}, [7444] = {.lex_state = 170}, [7445] = {.lex_state = 0}, [7446] = {.lex_state = 286}, [7447] = {.lex_state = 151}, [7448] = {.lex_state = 0}, [7449] = {.lex_state = 0}, [7450] = {.lex_state = 161}, [7451] = {.lex_state = 0}, [7452] = {.lex_state = 0}, [7453] = {.lex_state = 0}, [7454] = {.lex_state = 286}, [7455] = {.lex_state = 286}, [7456] = {.lex_state = 0}, [7457] = {.lex_state = 0}, [7458] = {.lex_state = 170}, [7459] = {.lex_state = 286}, [7460] = {.lex_state = 91}, [7461] = {.lex_state = 0}, [7462] = {.lex_state = 286}, [7463] = {.lex_state = 0, .external_lex_state = 3}, [7464] = {.lex_state = 0}, [7465] = {.lex_state = 0}, [7466] = {.lex_state = 0}, [7467] = {.lex_state = 0}, [7468] = {.lex_state = 170}, [7469] = {.lex_state = 151}, [7470] = {.lex_state = 0}, [7471] = {.lex_state = 0}, [7472] = {.lex_state = 0}, [7473] = {.lex_state = 0}, [7474] = {.lex_state = 0}, [7475] = {.lex_state = 0}, [7476] = {.lex_state = 0}, [7477] = {.lex_state = 0}, [7478] = {.lex_state = 0}, [7479] = {.lex_state = 0}, [7480] = {.lex_state = 161}, [7481] = {.lex_state = 0}, [7482] = {.lex_state = 0}, [7483] = {.lex_state = 0}, [7484] = {.lex_state = 0}, [7485] = {.lex_state = 286}, [7486] = {.lex_state = 0}, [7487] = {.lex_state = 170}, [7488] = {.lex_state = 170}, [7489] = {.lex_state = 286}, [7490] = {.lex_state = 0}, [7491] = {.lex_state = 170}, [7492] = {.lex_state = 286}, [7493] = {.lex_state = 0, .external_lex_state = 3}, [7494] = {.lex_state = 0}, [7495] = {.lex_state = 161}, [7496] = {.lex_state = 0}, [7497] = {.lex_state = 154}, [7498] = {.lex_state = 0}, [7499] = {.lex_state = 0}, [7500] = {.lex_state = 0}, [7501] = {.lex_state = 286}, [7502] = {.lex_state = 0}, [7503] = {.lex_state = 0}, [7504] = {.lex_state = 153}, [7505] = {.lex_state = 0}, [7506] = {.lex_state = 91}, [7507] = {.lex_state = 286}, [7508] = {.lex_state = 0}, [7509] = {.lex_state = 161}, [7510] = {.lex_state = 151}, [7511] = {.lex_state = 0}, [7512] = {.lex_state = 0}, [7513] = {.lex_state = 286}, [7514] = {.lex_state = 0}, [7515] = {.lex_state = 0}, [7516] = {.lex_state = 170}, [7517] = {.lex_state = 286}, [7518] = {.lex_state = 0}, [7519] = {.lex_state = 0}, [7520] = {.lex_state = 286}, [7521] = {.lex_state = 0, .external_lex_state = 3}, [7522] = {.lex_state = 0}, [7523] = {.lex_state = 286}, [7524] = {.lex_state = 286}, [7525] = {.lex_state = 0}, [7526] = {.lex_state = 0}, [7527] = {.lex_state = 161}, [7528] = {.lex_state = 0}, [7529] = {.lex_state = 286}, [7530] = {.lex_state = 153}, [7531] = {.lex_state = 0}, [7532] = {.lex_state = 0}, [7533] = {.lex_state = 286}, [7534] = {.lex_state = 212}, [7535] = {.lex_state = 169}, [7536] = {.lex_state = 0}, [7537] = {.lex_state = 153}, [7538] = {.lex_state = 286}, [7539] = {.lex_state = 0}, [7540] = {.lex_state = 0}, [7541] = {.lex_state = 161}, [7542] = {.lex_state = 286}, [7543] = {.lex_state = 153}, [7544] = {.lex_state = 0}, [7545] = {.lex_state = 0}, [7546] = {.lex_state = 0}, [7547] = {.lex_state = 286}, [7548] = {.lex_state = 91}, [7549] = {.lex_state = 153}, [7550] = {.lex_state = 153}, [7551] = {.lex_state = 286}, [7552] = {.lex_state = 0}, [7553] = {.lex_state = 0}, [7554] = {.lex_state = 0}, [7555] = {.lex_state = 0}, [7556] = {.lex_state = 0}, [7557] = {.lex_state = 0}, [7558] = {.lex_state = 153}, [7559] = {.lex_state = 0}, [7560] = {.lex_state = 153}, [7561] = {.lex_state = 91}, [7562] = {.lex_state = 170}, [7563] = {.lex_state = 286}, [7564] = {.lex_state = 286}, [7565] = {.lex_state = 170}, [7566] = {.lex_state = 0}, [7567] = {.lex_state = 0}, [7568] = {.lex_state = 286}, [7569] = {.lex_state = 0}, [7570] = {.lex_state = 0}, [7571] = {.lex_state = 0}, [7572] = {.lex_state = 0}, [7573] = {.lex_state = 0}, [7574] = {.lex_state = 91}, [7575] = {.lex_state = 170}, [7576] = {.lex_state = 0}, [7577] = {.lex_state = 0}, [7578] = {.lex_state = 0}, [7579] = {.lex_state = 0, .external_lex_state = 3}, [7580] = {.lex_state = 0}, [7581] = {.lex_state = 0}, [7582] = {.lex_state = 0}, [7583] = {.lex_state = 0}, [7584] = {.lex_state = 0}, [7585] = {.lex_state = 0}, [7586] = {.lex_state = 0}, [7587] = {.lex_state = 170}, [7588] = {.lex_state = 153}, [7589] = {.lex_state = 0}, [7590] = {.lex_state = 286}, [7591] = {.lex_state = 0}, [7592] = {.lex_state = 91}, [7593] = {.lex_state = 91}, [7594] = {.lex_state = 153}, [7595] = {.lex_state = 153}, [7596] = {.lex_state = 0}, [7597] = {.lex_state = 0, .external_lex_state = 3}, [7598] = {.lex_state = 0}, [7599] = {.lex_state = 286}, [7600] = {.lex_state = 0}, [7601] = {.lex_state = 170}, [7602] = {.lex_state = 0}, [7603] = {.lex_state = 0}, [7604] = {.lex_state = 0}, [7605] = {.lex_state = 0}, [7606] = {.lex_state = 91}, [7607] = {.lex_state = 0}, [7608] = {.lex_state = 170}, [7609] = {.lex_state = 286}, [7610] = {.lex_state = 91}, [7611] = {.lex_state = 0}, [7612] = {.lex_state = 0}, [7613] = {.lex_state = 0}, [7614] = {.lex_state = 0}, [7615] = {.lex_state = 170}, [7616] = {.lex_state = 0}, [7617] = {.lex_state = 286}, [7618] = {.lex_state = 0}, [7619] = {.lex_state = 170}, [7620] = {.lex_state = 0}, [7621] = {.lex_state = 0}, [7622] = {.lex_state = 0}, [7623] = {.lex_state = 0}, [7624] = {.lex_state = 286}, [7625] = {.lex_state = 286}, [7626] = {.lex_state = 170}, [7627] = {.lex_state = 0}, [7628] = {.lex_state = 91}, [7629] = {.lex_state = 0}, [7630] = {.lex_state = 286}, [7631] = {.lex_state = 91}, [7632] = {.lex_state = 161}, [7633] = {.lex_state = 0}, [7634] = {.lex_state = 0}, [7635] = {.lex_state = 153}, [7636] = {.lex_state = 161}, [7637] = {.lex_state = 153}, [7638] = {.lex_state = 91}, [7639] = {.lex_state = 153}, [7640] = {.lex_state = 286}, [7641] = {.lex_state = 286}, [7642] = {.lex_state = 170}, [7643] = {.lex_state = 0}, [7644] = {.lex_state = 286}, [7645] = {.lex_state = 170}, [7646] = {.lex_state = 286}, [7647] = {.lex_state = 170}, [7648] = {.lex_state = 0}, [7649] = {.lex_state = 161}, [7650] = {.lex_state = 0}, [7651] = {.lex_state = 0, .external_lex_state = 3}, [7652] = {.lex_state = 0}, [7653] = {.lex_state = 170}, [7654] = {.lex_state = 0}, [7655] = {.lex_state = 0}, [7656] = {.lex_state = 0}, [7657] = {.lex_state = 286}, [7658] = {.lex_state = 170}, [7659] = {.lex_state = 0}, [7660] = {.lex_state = 0}, [7661] = {.lex_state = 0}, [7662] = {.lex_state = 170}, [7663] = {.lex_state = 153}, [7664] = {.lex_state = 0}, [7665] = {.lex_state = 0, .external_lex_state = 3}, [7666] = {.lex_state = 0}, [7667] = {.lex_state = 0}, [7668] = {.lex_state = 170}, [7669] = {.lex_state = 161}, [7670] = {.lex_state = 286}, [7671] = {.lex_state = 170}, [7672] = {.lex_state = 0}, [7673] = {.lex_state = 0}, [7674] = {.lex_state = 91}, [7675] = {.lex_state = 170}, [7676] = {.lex_state = 0}, [7677] = {.lex_state = 0}, [7678] = {.lex_state = 0, .external_lex_state = 3}, [7679] = {.lex_state = 0}, [7680] = {.lex_state = 0}, [7681] = {.lex_state = 153}, [7682] = {.lex_state = 153}, [7683] = {.lex_state = 286}, [7684] = {.lex_state = 170}, [7685] = {.lex_state = 0}, [7686] = {.lex_state = 0}, [7687] = {.lex_state = 170}, [7688] = {.lex_state = 0, .external_lex_state = 3}, [7689] = {.lex_state = 0}, [7690] = {.lex_state = 286}, [7691] = {.lex_state = 170}, [7692] = {.lex_state = 170}, [7693] = {.lex_state = 286}, [7694] = {.lex_state = 170}, [7695] = {.lex_state = 170}, [7696] = {.lex_state = 286}, [7697] = {.lex_state = 170}, [7698] = {.lex_state = 170}, [7699] = {.lex_state = 170}, [7700] = {.lex_state = 286}, [7701] = {.lex_state = 286}, [7702] = {.lex_state = 286}, [7703] = {.lex_state = 0}, [7704] = {.lex_state = 286}, [7705] = {.lex_state = 0}, [7706] = {.lex_state = 0}, [7707] = {.lex_state = 286}, [7708] = {.lex_state = 286}, [7709] = {.lex_state = 286}, [7710] = {.lex_state = 0}, [7711] = {.lex_state = 153}, [7712] = {.lex_state = 153}, [7713] = {.lex_state = 0}, [7714] = {.lex_state = 286}, [7715] = {.lex_state = 286}, [7716] = {.lex_state = 286}, [7717] = {.lex_state = 0}, [7718] = {.lex_state = 0}, [7719] = {.lex_state = 0}, [7720] = {.lex_state = 286}, [7721] = {.lex_state = 286}, [7722] = {.lex_state = 286}, [7723] = {.lex_state = 170}, [7724] = {.lex_state = 0}, [7725] = {.lex_state = 0}, [7726] = {.lex_state = 286}, [7727] = {.lex_state = 286}, [7728] = {.lex_state = 0}, [7729] = {.lex_state = 0}, [7730] = {.lex_state = 286}, [7731] = {.lex_state = 0}, [7732] = {.lex_state = 0}, [7733] = {.lex_state = 0}, [7734] = {.lex_state = 0}, [7735] = {.lex_state = 170}, [7736] = {.lex_state = 153}, [7737] = {.lex_state = 170}, [7738] = {.lex_state = 286}, [7739] = {.lex_state = 286}, [7740] = {.lex_state = 286}, [7741] = {.lex_state = 286}, [7742] = {.lex_state = 286}, }; enum { ts_external_token_raw_string_delimiter = 0, ts_external_token_raw_string_content = 1, }; static const TSSymbol ts_external_scanner_symbol_map[EXTERNAL_TOKEN_COUNT] = { [ts_external_token_raw_string_delimiter] = sym_raw_string_delimiter, [ts_external_token_raw_string_content] = sym_raw_string_content, }; static const bool ts_external_scanner_states[4][EXTERNAL_TOKEN_COUNT] = { [1] = { [ts_external_token_raw_string_delimiter] = true, [ts_external_token_raw_string_content] = true, }, [2] = { [ts_external_token_raw_string_delimiter] = true, }, [3] = { [ts_external_token_raw_string_content] = true, }, }; static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [0] = { [ts_builtin_sym_end] = ACTIONS(1), [sym_identifier] = ACTIONS(1), [aux_sym_preproc_include_token1] = ACTIONS(1), [aux_sym_preproc_def_token1] = ACTIONS(1), [anon_sym_LPAREN] = ACTIONS(1), [anon_sym_DOT_DOT_DOT] = ACTIONS(1), [anon_sym_COMMA] = ACTIONS(1), [anon_sym_RPAREN] = ACTIONS(1), [aux_sym_preproc_if_token1] = ACTIONS(1), [aux_sym_preproc_if_token2] = ACTIONS(1), [aux_sym_preproc_ifdef_token1] = ACTIONS(1), [aux_sym_preproc_ifdef_token2] = ACTIONS(1), [aux_sym_preproc_else_token1] = ACTIONS(1), [aux_sym_preproc_elif_token1] = ACTIONS(1), [aux_sym_preproc_elifdef_token1] = ACTIONS(1), [aux_sym_preproc_elifdef_token2] = ACTIONS(1), [sym_preproc_directive] = ACTIONS(1), [anon_sym_LPAREN2] = ACTIONS(1), [anon_sym_defined] = ACTIONS(1), [anon_sym_BANG] = ACTIONS(1), [anon_sym_TILDE] = ACTIONS(1), [anon_sym_DASH] = ACTIONS(1), [anon_sym_PLUS] = ACTIONS(1), [anon_sym_STAR] = ACTIONS(1), [anon_sym_SLASH] = ACTIONS(1), [anon_sym_PERCENT] = ACTIONS(1), [anon_sym_PIPE_PIPE] = ACTIONS(1), [anon_sym_AMP_AMP] = ACTIONS(1), [anon_sym_PIPE] = ACTIONS(1), [anon_sym_CARET] = ACTIONS(1), [anon_sym_AMP] = ACTIONS(1), [anon_sym_EQ_EQ] = ACTIONS(1), [anon_sym_BANG_EQ] = ACTIONS(1), [anon_sym_GT] = ACTIONS(1), [anon_sym_GT_EQ] = ACTIONS(1), [anon_sym_LT_EQ] = ACTIONS(1), [anon_sym_LT] = ACTIONS(1), [anon_sym_LT_LT] = ACTIONS(1), [anon_sym_GT_GT] = ACTIONS(1), [anon_sym_SEMI] = ACTIONS(1), [anon_sym_typedef] = ACTIONS(1), [anon_sym_extern] = ACTIONS(1), [anon_sym___attribute__] = ACTIONS(1), [anon_sym_COLON_COLON] = ACTIONS(1), [anon_sym_LBRACK_LBRACK] = ACTIONS(1), [anon_sym___declspec] = ACTIONS(1), [anon_sym___based] = ACTIONS(1), [anon_sym___cdecl] = ACTIONS(1), [anon_sym___clrcall] = ACTIONS(1), [anon_sym___stdcall] = ACTIONS(1), [anon_sym___fastcall] = ACTIONS(1), [anon_sym___thiscall] = ACTIONS(1), [anon_sym___vectorcall] = ACTIONS(1), [sym_ms_restrict_modifier] = ACTIONS(1), [sym_ms_unsigned_ptr_modifier] = ACTIONS(1), [sym_ms_signed_ptr_modifier] = ACTIONS(1), [anon_sym__unaligned] = ACTIONS(1), [anon_sym___unaligned] = ACTIONS(1), [anon_sym_LBRACE] = ACTIONS(1), [anon_sym_RBRACE] = ACTIONS(1), [anon_sym_signed] = ACTIONS(1), [anon_sym_unsigned] = ACTIONS(1), [anon_sym_long] = ACTIONS(1), [anon_sym_short] = ACTIONS(1), [anon_sym_LBRACK] = ACTIONS(1), [anon_sym_RBRACK] = ACTIONS(1), [anon_sym_EQ] = ACTIONS(1), [anon_sym_static] = ACTIONS(1), [anon_sym_register] = ACTIONS(1), [anon_sym_inline] = ACTIONS(1), [anon_sym_thread_local] = ACTIONS(1), [anon_sym_const] = ACTIONS(1), [anon_sym_constexpr] = ACTIONS(1), [anon_sym_volatile] = ACTIONS(1), [anon_sym_restrict] = ACTIONS(1), [anon_sym___restrict__] = ACTIONS(1), [anon_sym__Atomic] = ACTIONS(1), [anon_sym__Noreturn] = ACTIONS(1), [anon_sym_noreturn] = ACTIONS(1), [anon_sym_mutable] = ACTIONS(1), [anon_sym_constinit] = ACTIONS(1), [anon_sym_consteval] = ACTIONS(1), [sym_primitive_type] = ACTIONS(1), [anon_sym_enum] = ACTIONS(1), [anon_sym_class] = ACTIONS(1), [anon_sym_struct] = ACTIONS(1), [anon_sym_union] = ACTIONS(1), [anon_sym_COLON] = ACTIONS(1), [anon_sym_if] = ACTIONS(1), [anon_sym_else] = ACTIONS(1), [anon_sym_switch] = ACTIONS(1), [anon_sym_case] = ACTIONS(1), [anon_sym_default] = ACTIONS(1), [anon_sym_while] = ACTIONS(1), [anon_sym_do] = ACTIONS(1), [anon_sym_for] = ACTIONS(1), [anon_sym_return] = ACTIONS(1), [anon_sym_break] = ACTIONS(1), [anon_sym_continue] = ACTIONS(1), [anon_sym_goto] = ACTIONS(1), [anon_sym_QMARK] = ACTIONS(1), [anon_sym_STAR_EQ] = ACTIONS(1), [anon_sym_SLASH_EQ] = ACTIONS(1), [anon_sym_PERCENT_EQ] = ACTIONS(1), [anon_sym_PLUS_EQ] = ACTIONS(1), [anon_sym_DASH_EQ] = ACTIONS(1), [anon_sym_LT_LT_EQ] = ACTIONS(1), [anon_sym_GT_GT_EQ] = ACTIONS(1), [anon_sym_AMP_EQ] = ACTIONS(1), [anon_sym_CARET_EQ] = ACTIONS(1), [anon_sym_PIPE_EQ] = ACTIONS(1), [anon_sym_and_eq] = ACTIONS(1), [anon_sym_or_eq] = ACTIONS(1), [anon_sym_xor_eq] = ACTIONS(1), [anon_sym_not] = ACTIONS(1), [anon_sym_compl] = ACTIONS(1), [anon_sym_LT_EQ_GT] = ACTIONS(1), [anon_sym_or] = ACTIONS(1), [anon_sym_and] = ACTIONS(1), [anon_sym_bitor] = ACTIONS(1), [anon_sym_xor] = ACTIONS(1), [anon_sym_bitand] = ACTIONS(1), [anon_sym_not_eq] = ACTIONS(1), [anon_sym_DASH_DASH] = ACTIONS(1), [anon_sym_PLUS_PLUS] = ACTIONS(1), [anon_sym_sizeof] = ACTIONS(1), [anon_sym_offsetof] = ACTIONS(1), [anon_sym__Generic] = ACTIONS(1), [anon_sym_asm] = ACTIONS(1), [anon_sym___asm__] = ACTIONS(1), [anon_sym_DOT] = ACTIONS(1), [anon_sym_DASH_GT] = ACTIONS(1), [sym_number_literal] = ACTIONS(1), [anon_sym_L_SQUOTE] = ACTIONS(1), [anon_sym_u_SQUOTE] = ACTIONS(1), [anon_sym_U_SQUOTE] = ACTIONS(1), [anon_sym_u8_SQUOTE] = ACTIONS(1), [anon_sym_SQUOTE] = ACTIONS(1), [anon_sym_L_DQUOTE] = ACTIONS(1), [anon_sym_u_DQUOTE] = ACTIONS(1), [anon_sym_U_DQUOTE] = ACTIONS(1), [anon_sym_u8_DQUOTE] = ACTIONS(1), [anon_sym_DQUOTE] = ACTIONS(1), [sym_true] = ACTIONS(1), [sym_false] = ACTIONS(1), [anon_sym_NULL] = ACTIONS(1), [anon_sym_nullptr] = ACTIONS(1), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(1), [anon_sym_decltype] = ACTIONS(1), [anon_sym_final] = ACTIONS(1), [anon_sym_override] = ACTIONS(1), [anon_sym_virtual] = ACTIONS(1), [anon_sym_explicit] = ACTIONS(1), [anon_sym_typename] = ACTIONS(1), [anon_sym_template] = ACTIONS(1), [anon_sym_GT2] = ACTIONS(1), [anon_sym_operator] = ACTIONS(1), [anon_sym_try] = ACTIONS(1), [anon_sym_delete] = ACTIONS(1), [anon_sym_friend] = ACTIONS(1), [anon_sym_public] = ACTIONS(1), [anon_sym_private] = ACTIONS(1), [anon_sym_protected] = ACTIONS(1), [anon_sym_noexcept] = ACTIONS(1), [anon_sym_throw] = ACTIONS(1), [anon_sym_namespace] = ACTIONS(1), [anon_sym_using] = ACTIONS(1), [anon_sym_static_assert] = ACTIONS(1), [anon_sym_concept] = ACTIONS(1), [anon_sym_co_return] = ACTIONS(1), [anon_sym_co_yield] = ACTIONS(1), [anon_sym_catch] = ACTIONS(1), [anon_sym_R_DQUOTE] = ACTIONS(1), [anon_sym_LR_DQUOTE] = ACTIONS(1), [anon_sym_uR_DQUOTE] = ACTIONS(1), [anon_sym_UR_DQUOTE] = ACTIONS(1), [anon_sym_u8R_DQUOTE] = ACTIONS(1), [anon_sym_co_await] = ACTIONS(1), [anon_sym_new] = ACTIONS(1), [anon_sym_requires] = ACTIONS(1), [anon_sym_DOT_STAR] = ACTIONS(1), [anon_sym_DASH_GT_STAR] = ACTIONS(1), [anon_sym_LBRACK_RBRACK] = ACTIONS(1), [sym_this] = ACTIONS(1), [sym_raw_string_delimiter] = ACTIONS(1), [sym_raw_string_content] = ACTIONS(1), }, [1] = { [sym_translation_unit] = STATE(7602), [sym_preproc_include] = STATE(90), [sym_preproc_def] = STATE(90), [sym_preproc_function_def] = STATE(90), [sym_preproc_call] = STATE(90), [sym_preproc_if] = STATE(90), [sym_preproc_ifdef] = STATE(90), [sym_function_definition] = STATE(90), [sym_declaration] = STATE(90), [sym_type_definition] = STATE(90), [sym__declaration_modifiers] = STATE(3697), [sym__declaration_specifiers] = STATE(4647), [sym_linkage_specification] = STATE(90), [sym_attribute_specifier] = STATE(3697), [sym_attribute_declaration] = STATE(1417), [sym_ms_declspec_modifier] = STATE(3697), [sym_ms_based_modifier] = STATE(7599), [sym_ms_call_modifier] = STATE(2462), [sym__declarator] = STATE(5891), [sym_parenthesized_declarator] = STATE(5671), [sym_attributed_declarator] = STATE(5671), [sym_pointer_declarator] = STATE(5671), [sym_function_declarator] = STATE(5560), [sym_array_declarator] = STATE(5671), [sym_compound_statement] = STATE(90), [sym_storage_class_specifier] = STATE(3697), [sym_type_qualifier] = STATE(3697), [sym__type_specifier] = STATE(3807), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [sym_attributed_statement] = STATE(90), [sym_labeled_statement] = STATE(90), [sym__top_level_expression_statement] = STATE(90), [sym_if_statement] = STATE(90), [sym_switch_statement] = STATE(90), [sym_case_statement] = STATE(90), [sym_while_statement] = STATE(90), [sym_do_statement] = STATE(90), [sym_for_statement] = STATE(90), [sym_return_statement] = STATE(90), [sym_break_statement] = STATE(90), [sym_continue_statement] = STATE(90), [sym_goto_statement] = STATE(90), [sym__expression] = STATE(4530), [sym__expression_not_binary] = STATE(4528), [sym_conditional_expression] = STATE(4528), [sym_assignment_expression] = STATE(4528), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(4528), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(4528), [sym_cast_expression] = STATE(4528), [sym_sizeof_expression] = STATE(4528), [sym_offsetof_expression] = STATE(4528), [sym_generic_expression] = STATE(4528), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(4528), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(4528), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(4528), [sym__empty_declaration] = STATE(90), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym__class_name] = STATE(6738), [sym_virtual] = STATE(3697), [sym_explicit_function_specifier] = STATE(2296), [sym_dependent_type] = STATE(3695), [sym_template_declaration] = STATE(90), [sym_template_instantiation] = STATE(90), [sym_operator_cast] = STATE(5917), [sym__constructor_specifiers] = STATE(2296), [sym_operator_cast_definition] = STATE(90), [sym_operator_cast_declaration] = STATE(90), [sym_constructor_or_destructor_definition] = STATE(90), [sym_reference_declarator] = STATE(5671), [sym_structured_binding_declarator] = STATE(5671), [sym_template_type] = STATE(3931), [sym_template_function] = STATE(4106), [sym_namespace_definition] = STATE(90), [sym_namespace_alias_definition] = STATE(90), [sym_using_declaration] = STATE(90), [sym_alias_declaration] = STATE(90), [sym_static_assert_declaration] = STATE(90), [sym_concept_definition] = STATE(90), [sym_for_range_loop] = STATE(90), [sym_co_return_statement] = STATE(90), [sym_co_yield_statement] = STATE(90), [sym_throw_statement] = STATE(90), [sym_try_statement] = STATE(90), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(4528), [sym_new_expression] = STATE(4528), [sym_delete_expression] = STATE(4528), [sym_requires_clause] = STATE(4528), [sym_requires_expression] = STATE(4528), [sym_lambda_expression] = STATE(4528), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(4528), [sym_parameter_pack_expansion] = STATE(4528), [sym_destructor_name] = STATE(5671), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5156), [sym_qualified_identifier] = STATE(3328), [sym_qualified_type_identifier] = STATE(3961), [sym_qualified_operator_cast_identifier] = STATE(5917), [sym_operator_name] = STATE(5671), [sym_user_defined_literal] = STATE(4528), [aux_sym_translation_unit_repeat1] = STATE(90), [aux_sym__declaration_specifiers_repeat1] = STATE(2582), [aux_sym_attributed_declarator_repeat1] = STATE(166), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [aux_sym_operator_cast_definition_repeat1] = STATE(2296), [ts_builtin_sym_end] = ACTIONS(5), [sym_identifier] = ACTIONS(7), [aux_sym_preproc_include_token1] = ACTIONS(9), [aux_sym_preproc_def_token1] = ACTIONS(11), [aux_sym_preproc_if_token1] = ACTIONS(13), [aux_sym_preproc_ifdef_token1] = ACTIONS(15), [aux_sym_preproc_ifdef_token2] = ACTIONS(15), [sym_preproc_directive] = ACTIONS(17), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(27), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(31), [anon_sym_typedef] = ACTIONS(33), [anon_sym_extern] = ACTIONS(35), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(41), [anon_sym___declspec] = ACTIONS(43), [anon_sym___based] = ACTIONS(45), [anon_sym___cdecl] = ACTIONS(47), [anon_sym___clrcall] = ACTIONS(47), [anon_sym___stdcall] = ACTIONS(47), [anon_sym___fastcall] = ACTIONS(47), [anon_sym___thiscall] = ACTIONS(47), [anon_sym___vectorcall] = ACTIONS(47), [anon_sym_LBRACE] = ACTIONS(49), [anon_sym_signed] = ACTIONS(51), [anon_sym_unsigned] = ACTIONS(51), [anon_sym_long] = ACTIONS(51), [anon_sym_short] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(57), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(61), [anon_sym_enum] = ACTIONS(63), [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), [anon_sym_union] = ACTIONS(69), [anon_sym_if] = ACTIONS(71), [anon_sym_switch] = ACTIONS(73), [anon_sym_case] = ACTIONS(75), [anon_sym_default] = ACTIONS(77), [anon_sym_while] = ACTIONS(79), [anon_sym_do] = ACTIONS(81), [anon_sym_for] = ACTIONS(83), [anon_sym_return] = ACTIONS(85), [anon_sym_break] = ACTIONS(87), [anon_sym_continue] = ACTIONS(89), [anon_sym_goto] = ACTIONS(91), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(109), [sym_false] = ACTIONS(109), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(113), [anon_sym_decltype] = ACTIONS(115), [anon_sym_virtual] = ACTIONS(117), [anon_sym_explicit] = ACTIONS(119), [anon_sym_typename] = ACTIONS(121), [anon_sym_template] = ACTIONS(123), [anon_sym_operator] = ACTIONS(125), [anon_sym_try] = ACTIONS(127), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(131), [anon_sym_namespace] = ACTIONS(133), [anon_sym_using] = ACTIONS(135), [anon_sym_static_assert] = ACTIONS(137), [anon_sym_concept] = ACTIONS(139), [anon_sym_co_return] = ACTIONS(141), [anon_sym_co_yield] = ACTIONS(143), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(109), }, [2] = { [sym_preproc_include] = STATE(87), [sym_preproc_def] = STATE(87), [sym_preproc_function_def] = STATE(87), [sym_preproc_call] = STATE(87), [sym_preproc_if] = STATE(87), [sym_preproc_ifdef] = STATE(87), [sym_function_definition] = STATE(87), [sym_declaration] = STATE(87), [sym_type_definition] = STATE(87), [sym__declaration_modifiers] = STATE(3697), [sym__declaration_specifiers] = STATE(4633), [sym_linkage_specification] = STATE(87), [sym_attribute_specifier] = STATE(3697), [sym_attribute_declaration] = STATE(1417), [sym_ms_declspec_modifier] = STATE(3697), [sym_ms_based_modifier] = STATE(7599), [sym_ms_call_modifier] = STATE(2472), [sym__declarator] = STATE(5891), [sym_parenthesized_declarator] = STATE(5671), [sym_attributed_declarator] = STATE(5671), [sym_pointer_declarator] = STATE(5671), [sym_function_declarator] = STATE(5574), [sym_array_declarator] = STATE(5671), [sym_compound_statement] = STATE(87), [sym_storage_class_specifier] = STATE(3697), [sym_type_qualifier] = STATE(3697), [sym__type_specifier] = STATE(3760), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [sym_attributed_statement] = STATE(87), [sym_labeled_statement] = STATE(87), [sym_expression_statement] = STATE(87), [sym_if_statement] = STATE(87), [sym_switch_statement] = STATE(87), [sym_case_statement] = STATE(87), [sym_while_statement] = STATE(87), [sym_do_statement] = STATE(87), [sym_for_statement] = STATE(87), [sym_return_statement] = STATE(87), [sym_break_statement] = STATE(87), [sym_continue_statement] = STATE(87), [sym_goto_statement] = STATE(87), [sym__expression] = STATE(4053), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7279), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_initializer_list] = STATE(6463), [sym_initializer_pair] = STATE(6463), [sym_subscript_designator] = STATE(5936), [sym_field_designator] = STATE(5936), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym__empty_declaration] = STATE(87), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym__class_name] = STATE(6738), [sym_virtual] = STATE(3697), [sym_explicit_function_specifier] = STATE(2311), [sym_dependent_type] = STATE(3695), [sym_template_declaration] = STATE(87), [sym_template_instantiation] = STATE(87), [sym_operator_cast] = STATE(5924), [sym__constructor_specifiers] = STATE(2311), [sym_operator_cast_definition] = STATE(87), [sym_operator_cast_declaration] = STATE(87), [sym_constructor_or_destructor_definition] = STATE(87), [sym_reference_declarator] = STATE(5671), [sym_structured_binding_declarator] = STATE(5671), [sym_template_type] = STATE(3931), [sym_template_function] = STATE(4106), [sym_namespace_definition] = STATE(87), [sym_namespace_alias_definition] = STATE(87), [sym_using_declaration] = STATE(87), [sym_alias_declaration] = STATE(87), [sym_static_assert_declaration] = STATE(87), [sym_concept_definition] = STATE(87), [sym_for_range_loop] = STATE(87), [sym_co_return_statement] = STATE(87), [sym_co_yield_statement] = STATE(87), [sym_throw_statement] = STATE(87), [sym_try_statement] = STATE(87), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_destructor_name] = STATE(5671), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5156), [sym_qualified_identifier] = STATE(3328), [sym_qualified_type_identifier] = STATE(3961), [sym_qualified_operator_cast_identifier] = STATE(5924), [sym_operator_name] = STATE(5671), [sym_user_defined_literal] = STATE(3925), [aux_sym_preproc_if_repeat1] = STATE(87), [aux_sym__declaration_specifiers_repeat1] = STATE(2582), [aux_sym_attributed_declarator_repeat1] = STATE(204), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [aux_sym_initializer_pair_repeat1] = STATE(5936), [aux_sym_operator_cast_definition_repeat1] = STATE(2311), [sym_identifier] = ACTIONS(153), [aux_sym_preproc_include_token1] = ACTIONS(155), [aux_sym_preproc_def_token1] = ACTIONS(157), [anon_sym_COMMA] = ACTIONS(159), [aux_sym_preproc_if_token1] = ACTIONS(161), [aux_sym_preproc_ifdef_token1] = ACTIONS(163), [aux_sym_preproc_ifdef_token2] = ACTIONS(163), [sym_preproc_directive] = ACTIONS(165), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(27), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(31), [anon_sym_SEMI] = ACTIONS(167), [anon_sym_typedef] = ACTIONS(169), [anon_sym_extern] = ACTIONS(171), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(41), [anon_sym___declspec] = ACTIONS(43), [anon_sym___based] = ACTIONS(45), [anon_sym___cdecl] = ACTIONS(47), [anon_sym___clrcall] = ACTIONS(47), [anon_sym___stdcall] = ACTIONS(47), [anon_sym___fastcall] = ACTIONS(47), [anon_sym___thiscall] = ACTIONS(47), [anon_sym___vectorcall] = ACTIONS(47), [anon_sym_LBRACE] = ACTIONS(173), [anon_sym_RBRACE] = ACTIONS(175), [anon_sym_signed] = ACTIONS(51), [anon_sym_unsigned] = ACTIONS(51), [anon_sym_long] = ACTIONS(51), [anon_sym_short] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(177), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(179), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(61), [anon_sym_enum] = ACTIONS(63), [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), [anon_sym_union] = ACTIONS(69), [anon_sym_if] = ACTIONS(181), [anon_sym_switch] = ACTIONS(183), [anon_sym_case] = ACTIONS(185), [anon_sym_default] = ACTIONS(187), [anon_sym_while] = ACTIONS(189), [anon_sym_do] = ACTIONS(191), [anon_sym_for] = ACTIONS(193), [anon_sym_return] = ACTIONS(195), [anon_sym_break] = ACTIONS(197), [anon_sym_continue] = ACTIONS(199), [anon_sym_goto] = ACTIONS(201), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [anon_sym_DOT] = ACTIONS(203), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(113), [anon_sym_decltype] = ACTIONS(115), [anon_sym_virtual] = ACTIONS(117), [anon_sym_explicit] = ACTIONS(119), [anon_sym_typename] = ACTIONS(121), [anon_sym_template] = ACTIONS(207), [anon_sym_operator] = ACTIONS(125), [anon_sym_try] = ACTIONS(209), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(211), [anon_sym_namespace] = ACTIONS(213), [anon_sym_using] = ACTIONS(215), [anon_sym_static_assert] = ACTIONS(217), [anon_sym_concept] = ACTIONS(219), [anon_sym_co_return] = ACTIONS(221), [anon_sym_co_yield] = ACTIONS(223), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [3] = { [sym_preproc_include] = STATE(46), [sym_preproc_def] = STATE(46), [sym_preproc_function_def] = STATE(46), [sym_preproc_call] = STATE(46), [sym_preproc_if] = STATE(46), [sym_preproc_ifdef] = STATE(46), [sym_function_definition] = STATE(46), [sym_declaration] = STATE(46), [sym_type_definition] = STATE(46), [sym__declaration_modifiers] = STATE(3697), [sym__declaration_specifiers] = STATE(4633), [sym_linkage_specification] = STATE(46), [sym_attribute_specifier] = STATE(3697), [sym_attribute_declaration] = STATE(1417), [sym_ms_declspec_modifier] = STATE(3697), [sym_ms_based_modifier] = STATE(7599), [sym_ms_call_modifier] = STATE(2472), [sym__declarator] = STATE(5891), [sym_parenthesized_declarator] = STATE(5671), [sym_attributed_declarator] = STATE(5671), [sym_pointer_declarator] = STATE(5671), [sym_function_declarator] = STATE(5574), [sym_array_declarator] = STATE(5671), [sym_compound_statement] = STATE(46), [sym_storage_class_specifier] = STATE(3697), [sym_type_qualifier] = STATE(3697), [sym__type_specifier] = STATE(3760), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [sym_attributed_statement] = STATE(46), [sym_labeled_statement] = STATE(46), [sym_expression_statement] = STATE(46), [sym_if_statement] = STATE(46), [sym_switch_statement] = STATE(46), [sym_case_statement] = STATE(46), [sym_while_statement] = STATE(46), [sym_do_statement] = STATE(46), [sym_for_statement] = STATE(46), [sym_return_statement] = STATE(46), [sym_break_statement] = STATE(46), [sym_continue_statement] = STATE(46), [sym_goto_statement] = STATE(46), [sym__expression] = STATE(4053), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7279), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_initializer_list] = STATE(6463), [sym_initializer_pair] = STATE(6463), [sym_subscript_designator] = STATE(5936), [sym_field_designator] = STATE(5936), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym__empty_declaration] = STATE(46), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym__class_name] = STATE(6738), [sym_virtual] = STATE(3697), [sym_explicit_function_specifier] = STATE(2311), [sym_dependent_type] = STATE(3695), [sym_template_declaration] = STATE(46), [sym_template_instantiation] = STATE(46), [sym_operator_cast] = STATE(5924), [sym__constructor_specifiers] = STATE(2311), [sym_operator_cast_definition] = STATE(46), [sym_operator_cast_declaration] = STATE(46), [sym_constructor_or_destructor_definition] = STATE(46), [sym_reference_declarator] = STATE(5671), [sym_structured_binding_declarator] = STATE(5671), [sym_template_type] = STATE(3931), [sym_template_function] = STATE(4106), [sym_namespace_definition] = STATE(46), [sym_namespace_alias_definition] = STATE(46), [sym_using_declaration] = STATE(46), [sym_alias_declaration] = STATE(46), [sym_static_assert_declaration] = STATE(46), [sym_concept_definition] = STATE(46), [sym_for_range_loop] = STATE(46), [sym_co_return_statement] = STATE(46), [sym_co_yield_statement] = STATE(46), [sym_throw_statement] = STATE(46), [sym_try_statement] = STATE(46), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_destructor_name] = STATE(5671), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5156), [sym_qualified_identifier] = STATE(3328), [sym_qualified_type_identifier] = STATE(3961), [sym_qualified_operator_cast_identifier] = STATE(5924), [sym_operator_name] = STATE(5671), [sym_user_defined_literal] = STATE(3925), [aux_sym_preproc_if_repeat1] = STATE(46), [aux_sym__declaration_specifiers_repeat1] = STATE(2582), [aux_sym_attributed_declarator_repeat1] = STATE(204), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [aux_sym_initializer_pair_repeat1] = STATE(5936), [aux_sym_operator_cast_definition_repeat1] = STATE(2311), [sym_identifier] = ACTIONS(153), [aux_sym_preproc_include_token1] = ACTIONS(155), [aux_sym_preproc_def_token1] = ACTIONS(157), [anon_sym_COMMA] = ACTIONS(159), [aux_sym_preproc_if_token1] = ACTIONS(161), [aux_sym_preproc_ifdef_token1] = ACTIONS(163), [aux_sym_preproc_ifdef_token2] = ACTIONS(163), [sym_preproc_directive] = ACTIONS(165), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(27), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(31), [anon_sym_SEMI] = ACTIONS(167), [anon_sym_typedef] = ACTIONS(169), [anon_sym_extern] = ACTIONS(171), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(41), [anon_sym___declspec] = ACTIONS(43), [anon_sym___based] = ACTIONS(45), [anon_sym___cdecl] = ACTIONS(47), [anon_sym___clrcall] = ACTIONS(47), [anon_sym___stdcall] = ACTIONS(47), [anon_sym___fastcall] = ACTIONS(47), [anon_sym___thiscall] = ACTIONS(47), [anon_sym___vectorcall] = ACTIONS(47), [anon_sym_LBRACE] = ACTIONS(173), [anon_sym_RBRACE] = ACTIONS(225), [anon_sym_signed] = ACTIONS(51), [anon_sym_unsigned] = ACTIONS(51), [anon_sym_long] = ACTIONS(51), [anon_sym_short] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(177), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(179), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(61), [anon_sym_enum] = ACTIONS(63), [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), [anon_sym_union] = ACTIONS(69), [anon_sym_if] = ACTIONS(181), [anon_sym_switch] = ACTIONS(183), [anon_sym_case] = ACTIONS(185), [anon_sym_default] = ACTIONS(187), [anon_sym_while] = ACTIONS(189), [anon_sym_do] = ACTIONS(191), [anon_sym_for] = ACTIONS(193), [anon_sym_return] = ACTIONS(195), [anon_sym_break] = ACTIONS(197), [anon_sym_continue] = ACTIONS(199), [anon_sym_goto] = ACTIONS(201), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [anon_sym_DOT] = ACTIONS(203), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(113), [anon_sym_decltype] = ACTIONS(115), [anon_sym_virtual] = ACTIONS(117), [anon_sym_explicit] = ACTIONS(119), [anon_sym_typename] = ACTIONS(121), [anon_sym_template] = ACTIONS(207), [anon_sym_operator] = ACTIONS(125), [anon_sym_try] = ACTIONS(209), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(211), [anon_sym_namespace] = ACTIONS(213), [anon_sym_using] = ACTIONS(215), [anon_sym_static_assert] = ACTIONS(217), [anon_sym_concept] = ACTIONS(219), [anon_sym_co_return] = ACTIONS(221), [anon_sym_co_yield] = ACTIONS(223), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [4] = { [sym_preproc_include] = STATE(7), [sym_preproc_def] = STATE(7), [sym_preproc_function_def] = STATE(7), [sym_preproc_call] = STATE(7), [sym_preproc_if] = STATE(7), [sym_preproc_ifdef] = STATE(7), [sym_preproc_else] = STATE(7211), [sym_preproc_elif] = STATE(7211), [sym_preproc_elifdef] = STATE(7211), [sym_function_definition] = STATE(7), [sym_declaration] = STATE(7), [sym_type_definition] = STATE(7), [sym__declaration_modifiers] = STATE(3697), [sym__declaration_specifiers] = STATE(4696), [sym_linkage_specification] = STATE(7), [sym_attribute_specifier] = STATE(3697), [sym_attribute_declaration] = STATE(1417), [sym_ms_declspec_modifier] = STATE(3697), [sym_ms_based_modifier] = STATE(7599), [sym_ms_call_modifier] = STATE(2495), [sym__declarator] = STATE(5891), [sym_parenthesized_declarator] = STATE(5671), [sym_attributed_declarator] = STATE(5671), [sym_pointer_declarator] = STATE(5671), [sym_function_declarator] = STATE(5607), [sym_array_declarator] = STATE(5671), [sym_compound_statement] = STATE(7), [sym_storage_class_specifier] = STATE(3697), [sym_type_qualifier] = STATE(3697), [sym__type_specifier] = STATE(3763), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [sym_attributed_statement] = STATE(7), [sym_labeled_statement] = STATE(7), [sym_expression_statement] = STATE(7), [sym_if_statement] = STATE(7), [sym_switch_statement] = STATE(7), [sym_case_statement] = STATE(7), [sym_while_statement] = STATE(7), [sym_do_statement] = STATE(7), [sym_for_statement] = STATE(7), [sym_return_statement] = STATE(7), [sym_break_statement] = STATE(7), [sym_continue_statement] = STATE(7), [sym_goto_statement] = STATE(7), [sym__expression] = STATE(4232), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7187), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym__empty_declaration] = STATE(7), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym__class_name] = STATE(6738), [sym_virtual] = STATE(3697), [sym_explicit_function_specifier] = STATE(2301), [sym_dependent_type] = STATE(3695), [sym_template_declaration] = STATE(7), [sym_template_instantiation] = STATE(7), [sym_operator_cast] = STATE(5901), [sym__constructor_specifiers] = STATE(2301), [sym_operator_cast_definition] = STATE(7), [sym_operator_cast_declaration] = STATE(7), [sym_constructor_or_destructor_definition] = STATE(7), [sym_reference_declarator] = STATE(5671), [sym_structured_binding_declarator] = STATE(5671), [sym_template_type] = STATE(3931), [sym_template_function] = STATE(4106), [sym_namespace_definition] = STATE(7), [sym_namespace_alias_definition] = STATE(7), [sym_using_declaration] = STATE(7), [sym_alias_declaration] = STATE(7), [sym_static_assert_declaration] = STATE(7), [sym_concept_definition] = STATE(7), [sym_for_range_loop] = STATE(7), [sym_co_return_statement] = STATE(7), [sym_co_yield_statement] = STATE(7), [sym_throw_statement] = STATE(7), [sym_try_statement] = STATE(7), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_destructor_name] = STATE(5671), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5156), [sym_qualified_identifier] = STATE(3328), [sym_qualified_type_identifier] = STATE(3961), [sym_qualified_operator_cast_identifier] = STATE(5901), [sym_operator_name] = STATE(5671), [sym_user_defined_literal] = STATE(3925), [aux_sym_preproc_if_repeat1] = STATE(7), [aux_sym__declaration_specifiers_repeat1] = STATE(2582), [aux_sym_attributed_declarator_repeat1] = STATE(161), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [aux_sym_operator_cast_definition_repeat1] = STATE(2301), [sym_identifier] = ACTIONS(227), [aux_sym_preproc_include_token1] = ACTIONS(229), [aux_sym_preproc_def_token1] = ACTIONS(231), [aux_sym_preproc_if_token1] = ACTIONS(233), [aux_sym_preproc_if_token2] = ACTIONS(235), [aux_sym_preproc_ifdef_token1] = ACTIONS(237), [aux_sym_preproc_ifdef_token2] = ACTIONS(237), [aux_sym_preproc_else_token1] = ACTIONS(239), [aux_sym_preproc_elif_token1] = ACTIONS(241), [aux_sym_preproc_elifdef_token1] = ACTIONS(243), [aux_sym_preproc_elifdef_token2] = ACTIONS(243), [sym_preproc_directive] = ACTIONS(245), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(27), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(31), [anon_sym_SEMI] = ACTIONS(247), [anon_sym_typedef] = ACTIONS(249), [anon_sym_extern] = ACTIONS(251), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(41), [anon_sym___declspec] = ACTIONS(43), [anon_sym___based] = ACTIONS(45), [anon_sym___cdecl] = ACTIONS(47), [anon_sym___clrcall] = ACTIONS(47), [anon_sym___stdcall] = ACTIONS(47), [anon_sym___fastcall] = ACTIONS(47), [anon_sym___thiscall] = ACTIONS(47), [anon_sym___vectorcall] = ACTIONS(47), [anon_sym_LBRACE] = ACTIONS(253), [anon_sym_signed] = ACTIONS(51), [anon_sym_unsigned] = ACTIONS(51), [anon_sym_long] = ACTIONS(51), [anon_sym_short] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(255), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(61), [anon_sym_enum] = ACTIONS(63), [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), [anon_sym_union] = ACTIONS(69), [anon_sym_if] = ACTIONS(257), [anon_sym_switch] = ACTIONS(259), [anon_sym_case] = ACTIONS(261), [anon_sym_default] = ACTIONS(263), [anon_sym_while] = ACTIONS(265), [anon_sym_do] = ACTIONS(267), [anon_sym_for] = ACTIONS(269), [anon_sym_return] = ACTIONS(271), [anon_sym_break] = ACTIONS(273), [anon_sym_continue] = ACTIONS(275), [anon_sym_goto] = ACTIONS(277), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(113), [anon_sym_decltype] = ACTIONS(115), [anon_sym_virtual] = ACTIONS(117), [anon_sym_explicit] = ACTIONS(119), [anon_sym_typename] = ACTIONS(121), [anon_sym_template] = ACTIONS(279), [anon_sym_operator] = ACTIONS(125), [anon_sym_try] = ACTIONS(281), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(283), [anon_sym_namespace] = ACTIONS(285), [anon_sym_using] = ACTIONS(287), [anon_sym_static_assert] = ACTIONS(289), [anon_sym_concept] = ACTIONS(291), [anon_sym_co_return] = ACTIONS(293), [anon_sym_co_yield] = ACTIONS(295), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [5] = { [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(7639), [sym_preproc_elif] = STATE(7639), [sym_preproc_elifdef] = STATE(7639), [sym_function_definition] = STATE(9), [sym_declaration] = STATE(9), [sym_type_definition] = STATE(9), [sym__declaration_modifiers] = STATE(3697), [sym__declaration_specifiers] = STATE(4696), [sym_linkage_specification] = STATE(9), [sym_attribute_specifier] = STATE(3697), [sym_attribute_declaration] = STATE(1417), [sym_ms_declspec_modifier] = STATE(3697), [sym_ms_based_modifier] = STATE(7599), [sym_ms_call_modifier] = STATE(2495), [sym__declarator] = STATE(5891), [sym_parenthesized_declarator] = STATE(5671), [sym_attributed_declarator] = STATE(5671), [sym_pointer_declarator] = STATE(5671), [sym_function_declarator] = STATE(5607), [sym_array_declarator] = STATE(5671), [sym_compound_statement] = STATE(9), [sym_storage_class_specifier] = STATE(3697), [sym_type_qualifier] = STATE(3697), [sym__type_specifier] = STATE(3763), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [sym_attributed_statement] = STATE(9), [sym_labeled_statement] = STATE(9), [sym_expression_statement] = STATE(9), [sym_if_statement] = STATE(9), [sym_switch_statement] = STATE(9), [sym_case_statement] = STATE(9), [sym_while_statement] = STATE(9), [sym_do_statement] = STATE(9), [sym_for_statement] = STATE(9), [sym_return_statement] = STATE(9), [sym_break_statement] = STATE(9), [sym_continue_statement] = STATE(9), [sym_goto_statement] = STATE(9), [sym__expression] = STATE(4232), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7187), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym__empty_declaration] = STATE(9), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym__class_name] = STATE(6738), [sym_virtual] = STATE(3697), [sym_explicit_function_specifier] = STATE(2301), [sym_dependent_type] = STATE(3695), [sym_template_declaration] = STATE(9), [sym_template_instantiation] = STATE(9), [sym_operator_cast] = STATE(5901), [sym__constructor_specifiers] = STATE(2301), [sym_operator_cast_definition] = STATE(9), [sym_operator_cast_declaration] = STATE(9), [sym_constructor_or_destructor_definition] = STATE(9), [sym_reference_declarator] = STATE(5671), [sym_structured_binding_declarator] = STATE(5671), [sym_template_type] = STATE(3931), [sym_template_function] = STATE(4106), [sym_namespace_definition] = STATE(9), [sym_namespace_alias_definition] = STATE(9), [sym_using_declaration] = STATE(9), [sym_alias_declaration] = STATE(9), [sym_static_assert_declaration] = STATE(9), [sym_concept_definition] = STATE(9), [sym_for_range_loop] = STATE(9), [sym_co_return_statement] = STATE(9), [sym_co_yield_statement] = STATE(9), [sym_throw_statement] = STATE(9), [sym_try_statement] = STATE(9), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_destructor_name] = STATE(5671), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5156), [sym_qualified_identifier] = STATE(3328), [sym_qualified_type_identifier] = STATE(3961), [sym_qualified_operator_cast_identifier] = STATE(5901), [sym_operator_name] = STATE(5671), [sym_user_defined_literal] = STATE(3925), [aux_sym_preproc_if_repeat1] = STATE(9), [aux_sym__declaration_specifiers_repeat1] = STATE(2582), [aux_sym_attributed_declarator_repeat1] = STATE(161), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [aux_sym_operator_cast_definition_repeat1] = STATE(2301), [sym_identifier] = ACTIONS(227), [aux_sym_preproc_include_token1] = ACTIONS(229), [aux_sym_preproc_def_token1] = ACTIONS(231), [aux_sym_preproc_if_token1] = ACTIONS(233), [aux_sym_preproc_if_token2] = ACTIONS(297), [aux_sym_preproc_ifdef_token1] = ACTIONS(237), [aux_sym_preproc_ifdef_token2] = ACTIONS(237), [aux_sym_preproc_else_token1] = ACTIONS(239), [aux_sym_preproc_elif_token1] = ACTIONS(241), [aux_sym_preproc_elifdef_token1] = ACTIONS(243), [aux_sym_preproc_elifdef_token2] = ACTIONS(243), [sym_preproc_directive] = ACTIONS(245), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(27), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(31), [anon_sym_SEMI] = ACTIONS(247), [anon_sym_typedef] = ACTIONS(249), [anon_sym_extern] = ACTIONS(251), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(41), [anon_sym___declspec] = ACTIONS(43), [anon_sym___based] = ACTIONS(45), [anon_sym___cdecl] = ACTIONS(47), [anon_sym___clrcall] = ACTIONS(47), [anon_sym___stdcall] = ACTIONS(47), [anon_sym___fastcall] = ACTIONS(47), [anon_sym___thiscall] = ACTIONS(47), [anon_sym___vectorcall] = ACTIONS(47), [anon_sym_LBRACE] = ACTIONS(253), [anon_sym_signed] = ACTIONS(51), [anon_sym_unsigned] = ACTIONS(51), [anon_sym_long] = ACTIONS(51), [anon_sym_short] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(255), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(61), [anon_sym_enum] = ACTIONS(63), [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), [anon_sym_union] = ACTIONS(69), [anon_sym_if] = ACTIONS(257), [anon_sym_switch] = ACTIONS(259), [anon_sym_case] = ACTIONS(261), [anon_sym_default] = ACTIONS(263), [anon_sym_while] = ACTIONS(265), [anon_sym_do] = ACTIONS(267), [anon_sym_for] = ACTIONS(269), [anon_sym_return] = ACTIONS(271), [anon_sym_break] = ACTIONS(273), [anon_sym_continue] = ACTIONS(275), [anon_sym_goto] = ACTIONS(277), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(113), [anon_sym_decltype] = ACTIONS(115), [anon_sym_virtual] = ACTIONS(117), [anon_sym_explicit] = ACTIONS(119), [anon_sym_typename] = ACTIONS(121), [anon_sym_template] = ACTIONS(279), [anon_sym_operator] = ACTIONS(125), [anon_sym_try] = ACTIONS(281), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(283), [anon_sym_namespace] = ACTIONS(285), [anon_sym_using] = ACTIONS(287), [anon_sym_static_assert] = ACTIONS(289), [anon_sym_concept] = ACTIONS(291), [anon_sym_co_return] = ACTIONS(293), [anon_sym_co_yield] = ACTIONS(295), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [6] = { [sym_preproc_include] = STATE(26), [sym_preproc_def] = STATE(26), [sym_preproc_function_def] = STATE(26), [sym_preproc_call] = STATE(26), [sym_preproc_if] = STATE(26), [sym_preproc_ifdef] = STATE(26), [sym_preproc_else] = STATE(7049), [sym_preproc_elif] = STATE(7049), [sym_preproc_elifdef] = STATE(7049), [sym_function_definition] = STATE(26), [sym_declaration] = STATE(26), [sym_type_definition] = STATE(26), [sym__declaration_modifiers] = STATE(3697), [sym__declaration_specifiers] = STATE(4696), [sym_linkage_specification] = STATE(26), [sym_attribute_specifier] = STATE(3697), [sym_attribute_declaration] = STATE(1417), [sym_ms_declspec_modifier] = STATE(3697), [sym_ms_based_modifier] = STATE(7599), [sym_ms_call_modifier] = STATE(2495), [sym__declarator] = STATE(5891), [sym_parenthesized_declarator] = STATE(5671), [sym_attributed_declarator] = STATE(5671), [sym_pointer_declarator] = STATE(5671), [sym_function_declarator] = STATE(5607), [sym_array_declarator] = STATE(5671), [sym_compound_statement] = STATE(26), [sym_storage_class_specifier] = STATE(3697), [sym_type_qualifier] = STATE(3697), [sym__type_specifier] = STATE(3763), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [sym_attributed_statement] = STATE(26), [sym_labeled_statement] = STATE(26), [sym_expression_statement] = STATE(26), [sym_if_statement] = STATE(26), [sym_switch_statement] = STATE(26), [sym_case_statement] = STATE(26), [sym_while_statement] = STATE(26), [sym_do_statement] = STATE(26), [sym_for_statement] = STATE(26), [sym_return_statement] = STATE(26), [sym_break_statement] = STATE(26), [sym_continue_statement] = STATE(26), [sym_goto_statement] = STATE(26), [sym__expression] = STATE(4232), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7187), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym__empty_declaration] = STATE(26), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym__class_name] = STATE(6738), [sym_virtual] = STATE(3697), [sym_explicit_function_specifier] = STATE(2301), [sym_dependent_type] = STATE(3695), [sym_template_declaration] = STATE(26), [sym_template_instantiation] = STATE(26), [sym_operator_cast] = STATE(5901), [sym__constructor_specifiers] = STATE(2301), [sym_operator_cast_definition] = STATE(26), [sym_operator_cast_declaration] = STATE(26), [sym_constructor_or_destructor_definition] = STATE(26), [sym_reference_declarator] = STATE(5671), [sym_structured_binding_declarator] = STATE(5671), [sym_template_type] = STATE(3931), [sym_template_function] = STATE(4106), [sym_namespace_definition] = STATE(26), [sym_namespace_alias_definition] = STATE(26), [sym_using_declaration] = STATE(26), [sym_alias_declaration] = STATE(26), [sym_static_assert_declaration] = STATE(26), [sym_concept_definition] = STATE(26), [sym_for_range_loop] = STATE(26), [sym_co_return_statement] = STATE(26), [sym_co_yield_statement] = STATE(26), [sym_throw_statement] = STATE(26), [sym_try_statement] = STATE(26), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_destructor_name] = STATE(5671), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5156), [sym_qualified_identifier] = STATE(3328), [sym_qualified_type_identifier] = STATE(3961), [sym_qualified_operator_cast_identifier] = STATE(5901), [sym_operator_name] = STATE(5671), [sym_user_defined_literal] = STATE(3925), [aux_sym_preproc_if_repeat1] = STATE(26), [aux_sym__declaration_specifiers_repeat1] = STATE(2582), [aux_sym_attributed_declarator_repeat1] = STATE(161), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [aux_sym_operator_cast_definition_repeat1] = STATE(2301), [sym_identifier] = ACTIONS(227), [aux_sym_preproc_include_token1] = ACTIONS(229), [aux_sym_preproc_def_token1] = ACTIONS(231), [aux_sym_preproc_if_token1] = ACTIONS(233), [aux_sym_preproc_if_token2] = ACTIONS(299), [aux_sym_preproc_ifdef_token1] = ACTIONS(237), [aux_sym_preproc_ifdef_token2] = ACTIONS(237), [aux_sym_preproc_else_token1] = ACTIONS(239), [aux_sym_preproc_elif_token1] = ACTIONS(241), [aux_sym_preproc_elifdef_token1] = ACTIONS(243), [aux_sym_preproc_elifdef_token2] = ACTIONS(243), [sym_preproc_directive] = ACTIONS(245), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(27), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(31), [anon_sym_SEMI] = ACTIONS(247), [anon_sym_typedef] = ACTIONS(249), [anon_sym_extern] = ACTIONS(251), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(41), [anon_sym___declspec] = ACTIONS(43), [anon_sym___based] = ACTIONS(45), [anon_sym___cdecl] = ACTIONS(47), [anon_sym___clrcall] = ACTIONS(47), [anon_sym___stdcall] = ACTIONS(47), [anon_sym___fastcall] = ACTIONS(47), [anon_sym___thiscall] = ACTIONS(47), [anon_sym___vectorcall] = ACTIONS(47), [anon_sym_LBRACE] = ACTIONS(253), [anon_sym_signed] = ACTIONS(51), [anon_sym_unsigned] = ACTIONS(51), [anon_sym_long] = ACTIONS(51), [anon_sym_short] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(255), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(61), [anon_sym_enum] = ACTIONS(63), [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), [anon_sym_union] = ACTIONS(69), [anon_sym_if] = ACTIONS(257), [anon_sym_switch] = ACTIONS(259), [anon_sym_case] = ACTIONS(261), [anon_sym_default] = ACTIONS(263), [anon_sym_while] = ACTIONS(265), [anon_sym_do] = ACTIONS(267), [anon_sym_for] = ACTIONS(269), [anon_sym_return] = ACTIONS(271), [anon_sym_break] = ACTIONS(273), [anon_sym_continue] = ACTIONS(275), [anon_sym_goto] = ACTIONS(277), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(113), [anon_sym_decltype] = ACTIONS(115), [anon_sym_virtual] = ACTIONS(117), [anon_sym_explicit] = ACTIONS(119), [anon_sym_typename] = ACTIONS(121), [anon_sym_template] = ACTIONS(279), [anon_sym_operator] = ACTIONS(125), [anon_sym_try] = ACTIONS(281), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(283), [anon_sym_namespace] = ACTIONS(285), [anon_sym_using] = ACTIONS(287), [anon_sym_static_assert] = ACTIONS(289), [anon_sym_concept] = ACTIONS(291), [anon_sym_co_return] = ACTIONS(293), [anon_sym_co_yield] = ACTIONS(295), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [7] = { [sym_preproc_include] = STATE(26), [sym_preproc_def] = STATE(26), [sym_preproc_function_def] = STATE(26), [sym_preproc_call] = STATE(26), [sym_preproc_if] = STATE(26), [sym_preproc_ifdef] = STATE(26), [sym_preproc_else] = STATE(7258), [sym_preproc_elif] = STATE(7258), [sym_preproc_elifdef] = STATE(7258), [sym_function_definition] = STATE(26), [sym_declaration] = STATE(26), [sym_type_definition] = STATE(26), [sym__declaration_modifiers] = STATE(3697), [sym__declaration_specifiers] = STATE(4696), [sym_linkage_specification] = STATE(26), [sym_attribute_specifier] = STATE(3697), [sym_attribute_declaration] = STATE(1417), [sym_ms_declspec_modifier] = STATE(3697), [sym_ms_based_modifier] = STATE(7599), [sym_ms_call_modifier] = STATE(2495), [sym__declarator] = STATE(5891), [sym_parenthesized_declarator] = STATE(5671), [sym_attributed_declarator] = STATE(5671), [sym_pointer_declarator] = STATE(5671), [sym_function_declarator] = STATE(5607), [sym_array_declarator] = STATE(5671), [sym_compound_statement] = STATE(26), [sym_storage_class_specifier] = STATE(3697), [sym_type_qualifier] = STATE(3697), [sym__type_specifier] = STATE(3763), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [sym_attributed_statement] = STATE(26), [sym_labeled_statement] = STATE(26), [sym_expression_statement] = STATE(26), [sym_if_statement] = STATE(26), [sym_switch_statement] = STATE(26), [sym_case_statement] = STATE(26), [sym_while_statement] = STATE(26), [sym_do_statement] = STATE(26), [sym_for_statement] = STATE(26), [sym_return_statement] = STATE(26), [sym_break_statement] = STATE(26), [sym_continue_statement] = STATE(26), [sym_goto_statement] = STATE(26), [sym__expression] = STATE(4232), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7187), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym__empty_declaration] = STATE(26), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym__class_name] = STATE(6738), [sym_virtual] = STATE(3697), [sym_explicit_function_specifier] = STATE(2301), [sym_dependent_type] = STATE(3695), [sym_template_declaration] = STATE(26), [sym_template_instantiation] = STATE(26), [sym_operator_cast] = STATE(5901), [sym__constructor_specifiers] = STATE(2301), [sym_operator_cast_definition] = STATE(26), [sym_operator_cast_declaration] = STATE(26), [sym_constructor_or_destructor_definition] = STATE(26), [sym_reference_declarator] = STATE(5671), [sym_structured_binding_declarator] = STATE(5671), [sym_template_type] = STATE(3931), [sym_template_function] = STATE(4106), [sym_namespace_definition] = STATE(26), [sym_namespace_alias_definition] = STATE(26), [sym_using_declaration] = STATE(26), [sym_alias_declaration] = STATE(26), [sym_static_assert_declaration] = STATE(26), [sym_concept_definition] = STATE(26), [sym_for_range_loop] = STATE(26), [sym_co_return_statement] = STATE(26), [sym_co_yield_statement] = STATE(26), [sym_throw_statement] = STATE(26), [sym_try_statement] = STATE(26), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_destructor_name] = STATE(5671), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5156), [sym_qualified_identifier] = STATE(3328), [sym_qualified_type_identifier] = STATE(3961), [sym_qualified_operator_cast_identifier] = STATE(5901), [sym_operator_name] = STATE(5671), [sym_user_defined_literal] = STATE(3925), [aux_sym_preproc_if_repeat1] = STATE(26), [aux_sym__declaration_specifiers_repeat1] = STATE(2582), [aux_sym_attributed_declarator_repeat1] = STATE(161), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [aux_sym_operator_cast_definition_repeat1] = STATE(2301), [sym_identifier] = ACTIONS(227), [aux_sym_preproc_include_token1] = ACTIONS(229), [aux_sym_preproc_def_token1] = ACTIONS(231), [aux_sym_preproc_if_token1] = ACTIONS(233), [aux_sym_preproc_if_token2] = ACTIONS(301), [aux_sym_preproc_ifdef_token1] = ACTIONS(237), [aux_sym_preproc_ifdef_token2] = ACTIONS(237), [aux_sym_preproc_else_token1] = ACTIONS(239), [aux_sym_preproc_elif_token1] = ACTIONS(241), [aux_sym_preproc_elifdef_token1] = ACTIONS(243), [aux_sym_preproc_elifdef_token2] = ACTIONS(243), [sym_preproc_directive] = ACTIONS(245), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(27), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(31), [anon_sym_SEMI] = ACTIONS(247), [anon_sym_typedef] = ACTIONS(249), [anon_sym_extern] = ACTIONS(251), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(41), [anon_sym___declspec] = ACTIONS(43), [anon_sym___based] = ACTIONS(45), [anon_sym___cdecl] = ACTIONS(47), [anon_sym___clrcall] = ACTIONS(47), [anon_sym___stdcall] = ACTIONS(47), [anon_sym___fastcall] = ACTIONS(47), [anon_sym___thiscall] = ACTIONS(47), [anon_sym___vectorcall] = ACTIONS(47), [anon_sym_LBRACE] = ACTIONS(253), [anon_sym_signed] = ACTIONS(51), [anon_sym_unsigned] = ACTIONS(51), [anon_sym_long] = ACTIONS(51), [anon_sym_short] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(255), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(61), [anon_sym_enum] = ACTIONS(63), [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), [anon_sym_union] = ACTIONS(69), [anon_sym_if] = ACTIONS(257), [anon_sym_switch] = ACTIONS(259), [anon_sym_case] = ACTIONS(261), [anon_sym_default] = ACTIONS(263), [anon_sym_while] = ACTIONS(265), [anon_sym_do] = ACTIONS(267), [anon_sym_for] = ACTIONS(269), [anon_sym_return] = ACTIONS(271), [anon_sym_break] = ACTIONS(273), [anon_sym_continue] = ACTIONS(275), [anon_sym_goto] = ACTIONS(277), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(113), [anon_sym_decltype] = ACTIONS(115), [anon_sym_virtual] = ACTIONS(117), [anon_sym_explicit] = ACTIONS(119), [anon_sym_typename] = ACTIONS(121), [anon_sym_template] = ACTIONS(279), [anon_sym_operator] = ACTIONS(125), [anon_sym_try] = ACTIONS(281), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(283), [anon_sym_namespace] = ACTIONS(285), [anon_sym_using] = ACTIONS(287), [anon_sym_static_assert] = ACTIONS(289), [anon_sym_concept] = ACTIONS(291), [anon_sym_co_return] = ACTIONS(293), [anon_sym_co_yield] = ACTIONS(295), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [8] = { [sym_preproc_include] = STATE(55), [sym_preproc_def] = STATE(55), [sym_preproc_function_def] = STATE(55), [sym_preproc_call] = STATE(55), [sym_preproc_if] = STATE(55), [sym_preproc_ifdef] = STATE(55), [sym_function_definition] = STATE(55), [sym_declaration] = STATE(55), [sym_type_definition] = STATE(55), [sym__declaration_modifiers] = STATE(3697), [sym__declaration_specifiers] = STATE(4633), [sym_linkage_specification] = STATE(55), [sym_attribute_specifier] = STATE(3697), [sym_attribute_declaration] = STATE(1417), [sym_ms_declspec_modifier] = STATE(3697), [sym_ms_based_modifier] = STATE(7599), [sym_ms_call_modifier] = STATE(2472), [sym__declarator] = STATE(5891), [sym_parenthesized_declarator] = STATE(5671), [sym_attributed_declarator] = STATE(5671), [sym_pointer_declarator] = STATE(5671), [sym_function_declarator] = STATE(5574), [sym_array_declarator] = STATE(5671), [sym_compound_statement] = STATE(55), [sym_storage_class_specifier] = STATE(3697), [sym_type_qualifier] = STATE(3697), [sym__type_specifier] = STATE(3760), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [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_case_statement] = STATE(55), [sym_while_statement] = STATE(55), [sym_do_statement] = STATE(55), [sym_for_statement] = STATE(55), [sym_return_statement] = STATE(55), [sym_break_statement] = STATE(55), [sym_continue_statement] = STATE(55), [sym_goto_statement] = STATE(55), [sym__expression] = STATE(4053), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7279), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_initializer_list] = STATE(6463), [sym_initializer_pair] = STATE(6463), [sym_subscript_designator] = STATE(5936), [sym_field_designator] = STATE(5936), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym__empty_declaration] = STATE(55), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym__class_name] = STATE(6738), [sym_virtual] = STATE(3697), [sym_explicit_function_specifier] = STATE(2311), [sym_dependent_type] = STATE(3695), [sym_template_declaration] = STATE(55), [sym_template_instantiation] = STATE(55), [sym_operator_cast] = STATE(5924), [sym__constructor_specifiers] = STATE(2311), [sym_operator_cast_definition] = STATE(55), [sym_operator_cast_declaration] = STATE(55), [sym_constructor_or_destructor_definition] = STATE(55), [sym_reference_declarator] = STATE(5671), [sym_structured_binding_declarator] = STATE(5671), [sym_template_type] = STATE(3931), [sym_template_function] = STATE(4106), [sym_namespace_definition] = STATE(55), [sym_namespace_alias_definition] = STATE(55), [sym_using_declaration] = STATE(55), [sym_alias_declaration] = STATE(55), [sym_static_assert_declaration] = STATE(55), [sym_concept_definition] = STATE(55), [sym_for_range_loop] = STATE(55), [sym_co_return_statement] = STATE(55), [sym_co_yield_statement] = STATE(55), [sym_throw_statement] = STATE(55), [sym_try_statement] = STATE(55), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_destructor_name] = STATE(5671), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5156), [sym_qualified_identifier] = STATE(3328), [sym_qualified_type_identifier] = STATE(3961), [sym_qualified_operator_cast_identifier] = STATE(5924), [sym_operator_name] = STATE(5671), [sym_user_defined_literal] = STATE(3925), [aux_sym_preproc_if_repeat1] = STATE(55), [aux_sym__declaration_specifiers_repeat1] = STATE(2582), [aux_sym_attributed_declarator_repeat1] = STATE(204), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [aux_sym_initializer_pair_repeat1] = STATE(5936), [aux_sym_operator_cast_definition_repeat1] = STATE(2311), [sym_identifier] = ACTIONS(153), [aux_sym_preproc_include_token1] = ACTIONS(155), [aux_sym_preproc_def_token1] = ACTIONS(157), [anon_sym_COMMA] = ACTIONS(159), [aux_sym_preproc_if_token1] = ACTIONS(161), [aux_sym_preproc_ifdef_token1] = ACTIONS(163), [aux_sym_preproc_ifdef_token2] = ACTIONS(163), [sym_preproc_directive] = ACTIONS(165), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(27), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(31), [anon_sym_SEMI] = ACTIONS(167), [anon_sym_typedef] = ACTIONS(169), [anon_sym_extern] = ACTIONS(171), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(41), [anon_sym___declspec] = ACTIONS(43), [anon_sym___based] = ACTIONS(45), [anon_sym___cdecl] = ACTIONS(47), [anon_sym___clrcall] = ACTIONS(47), [anon_sym___stdcall] = ACTIONS(47), [anon_sym___fastcall] = ACTIONS(47), [anon_sym___thiscall] = ACTIONS(47), [anon_sym___vectorcall] = ACTIONS(47), [anon_sym_LBRACE] = ACTIONS(173), [anon_sym_RBRACE] = ACTIONS(303), [anon_sym_signed] = ACTIONS(51), [anon_sym_unsigned] = ACTIONS(51), [anon_sym_long] = ACTIONS(51), [anon_sym_short] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(177), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(179), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(61), [anon_sym_enum] = ACTIONS(63), [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), [anon_sym_union] = ACTIONS(69), [anon_sym_if] = ACTIONS(181), [anon_sym_switch] = ACTIONS(183), [anon_sym_case] = ACTIONS(185), [anon_sym_default] = ACTIONS(187), [anon_sym_while] = ACTIONS(189), [anon_sym_do] = ACTIONS(191), [anon_sym_for] = ACTIONS(193), [anon_sym_return] = ACTIONS(195), [anon_sym_break] = ACTIONS(197), [anon_sym_continue] = ACTIONS(199), [anon_sym_goto] = ACTIONS(201), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [anon_sym_DOT] = ACTIONS(203), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(113), [anon_sym_decltype] = ACTIONS(115), [anon_sym_virtual] = ACTIONS(117), [anon_sym_explicit] = ACTIONS(119), [anon_sym_typename] = ACTIONS(121), [anon_sym_template] = ACTIONS(207), [anon_sym_operator] = ACTIONS(125), [anon_sym_try] = ACTIONS(209), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(211), [anon_sym_namespace] = ACTIONS(213), [anon_sym_using] = ACTIONS(215), [anon_sym_static_assert] = ACTIONS(217), [anon_sym_concept] = ACTIONS(219), [anon_sym_co_return] = ACTIONS(221), [anon_sym_co_yield] = ACTIONS(223), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [9] = { [sym_preproc_include] = STATE(26), [sym_preproc_def] = STATE(26), [sym_preproc_function_def] = STATE(26), [sym_preproc_call] = STATE(26), [sym_preproc_if] = STATE(26), [sym_preproc_ifdef] = STATE(26), [sym_preproc_else] = STATE(7736), [sym_preproc_elif] = STATE(7736), [sym_preproc_elifdef] = STATE(7736), [sym_function_definition] = STATE(26), [sym_declaration] = STATE(26), [sym_type_definition] = STATE(26), [sym__declaration_modifiers] = STATE(3697), [sym__declaration_specifiers] = STATE(4696), [sym_linkage_specification] = STATE(26), [sym_attribute_specifier] = STATE(3697), [sym_attribute_declaration] = STATE(1417), [sym_ms_declspec_modifier] = STATE(3697), [sym_ms_based_modifier] = STATE(7599), [sym_ms_call_modifier] = STATE(2495), [sym__declarator] = STATE(5891), [sym_parenthesized_declarator] = STATE(5671), [sym_attributed_declarator] = STATE(5671), [sym_pointer_declarator] = STATE(5671), [sym_function_declarator] = STATE(5607), [sym_array_declarator] = STATE(5671), [sym_compound_statement] = STATE(26), [sym_storage_class_specifier] = STATE(3697), [sym_type_qualifier] = STATE(3697), [sym__type_specifier] = STATE(3763), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [sym_attributed_statement] = STATE(26), [sym_labeled_statement] = STATE(26), [sym_expression_statement] = STATE(26), [sym_if_statement] = STATE(26), [sym_switch_statement] = STATE(26), [sym_case_statement] = STATE(26), [sym_while_statement] = STATE(26), [sym_do_statement] = STATE(26), [sym_for_statement] = STATE(26), [sym_return_statement] = STATE(26), [sym_break_statement] = STATE(26), [sym_continue_statement] = STATE(26), [sym_goto_statement] = STATE(26), [sym__expression] = STATE(4232), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7187), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym__empty_declaration] = STATE(26), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym__class_name] = STATE(6738), [sym_virtual] = STATE(3697), [sym_explicit_function_specifier] = STATE(2301), [sym_dependent_type] = STATE(3695), [sym_template_declaration] = STATE(26), [sym_template_instantiation] = STATE(26), [sym_operator_cast] = STATE(5901), [sym__constructor_specifiers] = STATE(2301), [sym_operator_cast_definition] = STATE(26), [sym_operator_cast_declaration] = STATE(26), [sym_constructor_or_destructor_definition] = STATE(26), [sym_reference_declarator] = STATE(5671), [sym_structured_binding_declarator] = STATE(5671), [sym_template_type] = STATE(3931), [sym_template_function] = STATE(4106), [sym_namespace_definition] = STATE(26), [sym_namespace_alias_definition] = STATE(26), [sym_using_declaration] = STATE(26), [sym_alias_declaration] = STATE(26), [sym_static_assert_declaration] = STATE(26), [sym_concept_definition] = STATE(26), [sym_for_range_loop] = STATE(26), [sym_co_return_statement] = STATE(26), [sym_co_yield_statement] = STATE(26), [sym_throw_statement] = STATE(26), [sym_try_statement] = STATE(26), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_destructor_name] = STATE(5671), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5156), [sym_qualified_identifier] = STATE(3328), [sym_qualified_type_identifier] = STATE(3961), [sym_qualified_operator_cast_identifier] = STATE(5901), [sym_operator_name] = STATE(5671), [sym_user_defined_literal] = STATE(3925), [aux_sym_preproc_if_repeat1] = STATE(26), [aux_sym__declaration_specifiers_repeat1] = STATE(2582), [aux_sym_attributed_declarator_repeat1] = STATE(161), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [aux_sym_operator_cast_definition_repeat1] = STATE(2301), [sym_identifier] = ACTIONS(227), [aux_sym_preproc_include_token1] = ACTIONS(229), [aux_sym_preproc_def_token1] = ACTIONS(231), [aux_sym_preproc_if_token1] = ACTIONS(233), [aux_sym_preproc_if_token2] = ACTIONS(305), [aux_sym_preproc_ifdef_token1] = ACTIONS(237), [aux_sym_preproc_ifdef_token2] = ACTIONS(237), [aux_sym_preproc_else_token1] = ACTIONS(239), [aux_sym_preproc_elif_token1] = ACTIONS(241), [aux_sym_preproc_elifdef_token1] = ACTIONS(243), [aux_sym_preproc_elifdef_token2] = ACTIONS(243), [sym_preproc_directive] = ACTIONS(245), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(27), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(31), [anon_sym_SEMI] = ACTIONS(247), [anon_sym_typedef] = ACTIONS(249), [anon_sym_extern] = ACTIONS(251), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(41), [anon_sym___declspec] = ACTIONS(43), [anon_sym___based] = ACTIONS(45), [anon_sym___cdecl] = ACTIONS(47), [anon_sym___clrcall] = ACTIONS(47), [anon_sym___stdcall] = ACTIONS(47), [anon_sym___fastcall] = ACTIONS(47), [anon_sym___thiscall] = ACTIONS(47), [anon_sym___vectorcall] = ACTIONS(47), [anon_sym_LBRACE] = ACTIONS(253), [anon_sym_signed] = ACTIONS(51), [anon_sym_unsigned] = ACTIONS(51), [anon_sym_long] = ACTIONS(51), [anon_sym_short] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(255), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(61), [anon_sym_enum] = ACTIONS(63), [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), [anon_sym_union] = ACTIONS(69), [anon_sym_if] = ACTIONS(257), [anon_sym_switch] = ACTIONS(259), [anon_sym_case] = ACTIONS(261), [anon_sym_default] = ACTIONS(263), [anon_sym_while] = ACTIONS(265), [anon_sym_do] = ACTIONS(267), [anon_sym_for] = ACTIONS(269), [anon_sym_return] = ACTIONS(271), [anon_sym_break] = ACTIONS(273), [anon_sym_continue] = ACTIONS(275), [anon_sym_goto] = ACTIONS(277), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(113), [anon_sym_decltype] = ACTIONS(115), [anon_sym_virtual] = ACTIONS(117), [anon_sym_explicit] = ACTIONS(119), [anon_sym_typename] = ACTIONS(121), [anon_sym_template] = ACTIONS(279), [anon_sym_operator] = ACTIONS(125), [anon_sym_try] = ACTIONS(281), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(283), [anon_sym_namespace] = ACTIONS(285), [anon_sym_using] = ACTIONS(287), [anon_sym_static_assert] = ACTIONS(289), [anon_sym_concept] = ACTIONS(291), [anon_sym_co_return] = ACTIONS(293), [anon_sym_co_yield] = ACTIONS(295), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [10] = { [sym_preproc_include] = STATE(88), [sym_preproc_def] = STATE(88), [sym_preproc_function_def] = STATE(88), [sym_preproc_call] = STATE(88), [sym_preproc_if] = STATE(88), [sym_preproc_ifdef] = STATE(88), [sym_function_definition] = STATE(88), [sym_declaration] = STATE(88), [sym_type_definition] = STATE(88), [sym__declaration_modifiers] = STATE(3697), [sym__declaration_specifiers] = STATE(4633), [sym_linkage_specification] = STATE(88), [sym_attribute_specifier] = STATE(3697), [sym_attribute_declaration] = STATE(1417), [sym_ms_declspec_modifier] = STATE(3697), [sym_ms_based_modifier] = STATE(7599), [sym_ms_call_modifier] = STATE(2472), [sym__declarator] = STATE(5891), [sym_parenthesized_declarator] = STATE(5671), [sym_attributed_declarator] = STATE(5671), [sym_pointer_declarator] = STATE(5671), [sym_function_declarator] = STATE(5574), [sym_array_declarator] = STATE(5671), [sym_compound_statement] = STATE(88), [sym_storage_class_specifier] = STATE(3697), [sym_type_qualifier] = STATE(3697), [sym__type_specifier] = STATE(3760), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [sym_attributed_statement] = STATE(88), [sym_labeled_statement] = STATE(88), [sym_expression_statement] = STATE(88), [sym_if_statement] = STATE(88), [sym_switch_statement] = STATE(88), [sym_case_statement] = STATE(88), [sym_while_statement] = STATE(88), [sym_do_statement] = STATE(88), [sym_for_statement] = STATE(88), [sym_return_statement] = STATE(88), [sym_break_statement] = STATE(88), [sym_continue_statement] = STATE(88), [sym_goto_statement] = STATE(88), [sym__expression] = STATE(4053), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7279), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_initializer_list] = STATE(6463), [sym_initializer_pair] = STATE(6463), [sym_subscript_designator] = STATE(5936), [sym_field_designator] = STATE(5936), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym__empty_declaration] = STATE(88), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym__class_name] = STATE(6738), [sym_virtual] = STATE(3697), [sym_explicit_function_specifier] = STATE(2311), [sym_dependent_type] = STATE(3695), [sym_template_declaration] = STATE(88), [sym_template_instantiation] = STATE(88), [sym_operator_cast] = STATE(5924), [sym__constructor_specifiers] = STATE(2311), [sym_operator_cast_definition] = STATE(88), [sym_operator_cast_declaration] = STATE(88), [sym_constructor_or_destructor_definition] = STATE(88), [sym_reference_declarator] = STATE(5671), [sym_structured_binding_declarator] = STATE(5671), [sym_template_type] = STATE(3931), [sym_template_function] = STATE(4106), [sym_namespace_definition] = STATE(88), [sym_namespace_alias_definition] = STATE(88), [sym_using_declaration] = STATE(88), [sym_alias_declaration] = STATE(88), [sym_static_assert_declaration] = STATE(88), [sym_concept_definition] = STATE(88), [sym_for_range_loop] = STATE(88), [sym_co_return_statement] = STATE(88), [sym_co_yield_statement] = STATE(88), [sym_throw_statement] = STATE(88), [sym_try_statement] = STATE(88), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_destructor_name] = STATE(5671), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5156), [sym_qualified_identifier] = STATE(3328), [sym_qualified_type_identifier] = STATE(3961), [sym_qualified_operator_cast_identifier] = STATE(5924), [sym_operator_name] = STATE(5671), [sym_user_defined_literal] = STATE(3925), [aux_sym_preproc_if_repeat1] = STATE(88), [aux_sym__declaration_specifiers_repeat1] = STATE(2582), [aux_sym_attributed_declarator_repeat1] = STATE(204), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [aux_sym_initializer_pair_repeat1] = STATE(5936), [aux_sym_operator_cast_definition_repeat1] = STATE(2311), [sym_identifier] = ACTIONS(153), [aux_sym_preproc_include_token1] = ACTIONS(155), [aux_sym_preproc_def_token1] = ACTIONS(157), [anon_sym_COMMA] = ACTIONS(159), [aux_sym_preproc_if_token1] = ACTIONS(161), [aux_sym_preproc_ifdef_token1] = ACTIONS(163), [aux_sym_preproc_ifdef_token2] = ACTIONS(163), [sym_preproc_directive] = ACTIONS(165), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(27), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(31), [anon_sym_SEMI] = ACTIONS(167), [anon_sym_typedef] = ACTIONS(169), [anon_sym_extern] = ACTIONS(171), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(41), [anon_sym___declspec] = ACTIONS(43), [anon_sym___based] = ACTIONS(45), [anon_sym___cdecl] = ACTIONS(47), [anon_sym___clrcall] = ACTIONS(47), [anon_sym___stdcall] = ACTIONS(47), [anon_sym___fastcall] = ACTIONS(47), [anon_sym___thiscall] = ACTIONS(47), [anon_sym___vectorcall] = ACTIONS(47), [anon_sym_LBRACE] = ACTIONS(173), [anon_sym_RBRACE] = ACTIONS(307), [anon_sym_signed] = ACTIONS(51), [anon_sym_unsigned] = ACTIONS(51), [anon_sym_long] = ACTIONS(51), [anon_sym_short] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(177), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(179), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(61), [anon_sym_enum] = ACTIONS(63), [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), [anon_sym_union] = ACTIONS(69), [anon_sym_if] = ACTIONS(181), [anon_sym_switch] = ACTIONS(183), [anon_sym_case] = ACTIONS(185), [anon_sym_default] = ACTIONS(187), [anon_sym_while] = ACTIONS(189), [anon_sym_do] = ACTIONS(191), [anon_sym_for] = ACTIONS(193), [anon_sym_return] = ACTIONS(195), [anon_sym_break] = ACTIONS(197), [anon_sym_continue] = ACTIONS(199), [anon_sym_goto] = ACTIONS(201), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [anon_sym_DOT] = ACTIONS(203), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(113), [anon_sym_decltype] = ACTIONS(115), [anon_sym_virtual] = ACTIONS(117), [anon_sym_explicit] = ACTIONS(119), [anon_sym_typename] = ACTIONS(121), [anon_sym_template] = ACTIONS(207), [anon_sym_operator] = ACTIONS(125), [anon_sym_try] = ACTIONS(209), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(211), [anon_sym_namespace] = ACTIONS(213), [anon_sym_using] = ACTIONS(215), [anon_sym_static_assert] = ACTIONS(217), [anon_sym_concept] = ACTIONS(219), [anon_sym_co_return] = ACTIONS(221), [anon_sym_co_yield] = ACTIONS(223), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [11] = { [sym_preproc_include] = STATE(79), [sym_preproc_def] = STATE(79), [sym_preproc_function_def] = STATE(79), [sym_preproc_call] = STATE(79), [sym_preproc_if] = STATE(79), [sym_preproc_ifdef] = STATE(79), [sym_function_definition] = STATE(79), [sym_declaration] = STATE(79), [sym_type_definition] = STATE(79), [sym__declaration_modifiers] = STATE(3697), [sym__declaration_specifiers] = STATE(4633), [sym_linkage_specification] = STATE(79), [sym_attribute_specifier] = STATE(3697), [sym_attribute_declaration] = STATE(1417), [sym_ms_declspec_modifier] = STATE(3697), [sym_ms_based_modifier] = STATE(7599), [sym_ms_call_modifier] = STATE(2472), [sym__declarator] = STATE(5891), [sym_parenthesized_declarator] = STATE(5671), [sym_attributed_declarator] = STATE(5671), [sym_pointer_declarator] = STATE(5671), [sym_function_declarator] = STATE(5574), [sym_array_declarator] = STATE(5671), [sym_compound_statement] = STATE(79), [sym_storage_class_specifier] = STATE(3697), [sym_type_qualifier] = STATE(3697), [sym__type_specifier] = STATE(3760), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [sym_attributed_statement] = STATE(79), [sym_labeled_statement] = STATE(79), [sym_expression_statement] = STATE(79), [sym_if_statement] = STATE(79), [sym_switch_statement] = STATE(79), [sym_case_statement] = STATE(79), [sym_while_statement] = STATE(79), [sym_do_statement] = STATE(79), [sym_for_statement] = STATE(79), [sym_return_statement] = STATE(79), [sym_break_statement] = STATE(79), [sym_continue_statement] = STATE(79), [sym_goto_statement] = STATE(79), [sym__expression] = STATE(4053), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7279), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_initializer_list] = STATE(6463), [sym_initializer_pair] = STATE(6463), [sym_subscript_designator] = STATE(5936), [sym_field_designator] = STATE(5936), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym__empty_declaration] = STATE(79), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym__class_name] = STATE(6738), [sym_virtual] = STATE(3697), [sym_explicit_function_specifier] = STATE(2311), [sym_dependent_type] = STATE(3695), [sym_template_declaration] = STATE(79), [sym_template_instantiation] = STATE(79), [sym_operator_cast] = STATE(5924), [sym__constructor_specifiers] = STATE(2311), [sym_operator_cast_definition] = STATE(79), [sym_operator_cast_declaration] = STATE(79), [sym_constructor_or_destructor_definition] = STATE(79), [sym_reference_declarator] = STATE(5671), [sym_structured_binding_declarator] = STATE(5671), [sym_template_type] = STATE(3931), [sym_template_function] = STATE(4106), [sym_namespace_definition] = STATE(79), [sym_namespace_alias_definition] = STATE(79), [sym_using_declaration] = STATE(79), [sym_alias_declaration] = STATE(79), [sym_static_assert_declaration] = STATE(79), [sym_concept_definition] = STATE(79), [sym_for_range_loop] = STATE(79), [sym_co_return_statement] = STATE(79), [sym_co_yield_statement] = STATE(79), [sym_throw_statement] = STATE(79), [sym_try_statement] = STATE(79), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_destructor_name] = STATE(5671), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5156), [sym_qualified_identifier] = STATE(3328), [sym_qualified_type_identifier] = STATE(3961), [sym_qualified_operator_cast_identifier] = STATE(5924), [sym_operator_name] = STATE(5671), [sym_user_defined_literal] = STATE(3925), [aux_sym_preproc_if_repeat1] = STATE(79), [aux_sym__declaration_specifiers_repeat1] = STATE(2582), [aux_sym_attributed_declarator_repeat1] = STATE(204), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [aux_sym_initializer_pair_repeat1] = STATE(5936), [aux_sym_operator_cast_definition_repeat1] = STATE(2311), [sym_identifier] = ACTIONS(153), [aux_sym_preproc_include_token1] = ACTIONS(155), [aux_sym_preproc_def_token1] = ACTIONS(157), [anon_sym_COMMA] = ACTIONS(159), [aux_sym_preproc_if_token1] = ACTIONS(161), [aux_sym_preproc_ifdef_token1] = ACTIONS(163), [aux_sym_preproc_ifdef_token2] = ACTIONS(163), [sym_preproc_directive] = ACTIONS(165), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(27), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(31), [anon_sym_SEMI] = ACTIONS(167), [anon_sym_typedef] = ACTIONS(169), [anon_sym_extern] = ACTIONS(171), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(41), [anon_sym___declspec] = ACTIONS(43), [anon_sym___based] = ACTIONS(45), [anon_sym___cdecl] = ACTIONS(47), [anon_sym___clrcall] = ACTIONS(47), [anon_sym___stdcall] = ACTIONS(47), [anon_sym___fastcall] = ACTIONS(47), [anon_sym___thiscall] = ACTIONS(47), [anon_sym___vectorcall] = ACTIONS(47), [anon_sym_LBRACE] = ACTIONS(173), [anon_sym_RBRACE] = ACTIONS(309), [anon_sym_signed] = ACTIONS(51), [anon_sym_unsigned] = ACTIONS(51), [anon_sym_long] = ACTIONS(51), [anon_sym_short] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(177), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(179), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(61), [anon_sym_enum] = ACTIONS(63), [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), [anon_sym_union] = ACTIONS(69), [anon_sym_if] = ACTIONS(181), [anon_sym_switch] = ACTIONS(183), [anon_sym_case] = ACTIONS(185), [anon_sym_default] = ACTIONS(187), [anon_sym_while] = ACTIONS(189), [anon_sym_do] = ACTIONS(191), [anon_sym_for] = ACTIONS(193), [anon_sym_return] = ACTIONS(195), [anon_sym_break] = ACTIONS(197), [anon_sym_continue] = ACTIONS(199), [anon_sym_goto] = ACTIONS(201), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [anon_sym_DOT] = ACTIONS(203), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(113), [anon_sym_decltype] = ACTIONS(115), [anon_sym_virtual] = ACTIONS(117), [anon_sym_explicit] = ACTIONS(119), [anon_sym_typename] = ACTIONS(121), [anon_sym_template] = ACTIONS(207), [anon_sym_operator] = ACTIONS(125), [anon_sym_try] = ACTIONS(209), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(211), [anon_sym_namespace] = ACTIONS(213), [anon_sym_using] = ACTIONS(215), [anon_sym_static_assert] = ACTIONS(217), [anon_sym_concept] = ACTIONS(219), [anon_sym_co_return] = ACTIONS(221), [anon_sym_co_yield] = ACTIONS(223), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [12] = { [sym_preproc_include] = STATE(26), [sym_preproc_def] = STATE(26), [sym_preproc_function_def] = STATE(26), [sym_preproc_call] = STATE(26), [sym_preproc_if] = STATE(26), [sym_preproc_ifdef] = STATE(26), [sym_preproc_else] = STATE(7558), [sym_preproc_elif] = STATE(7558), [sym_preproc_elifdef] = STATE(7558), [sym_function_definition] = STATE(26), [sym_declaration] = STATE(26), [sym_type_definition] = STATE(26), [sym__declaration_modifiers] = STATE(3697), [sym__declaration_specifiers] = STATE(4696), [sym_linkage_specification] = STATE(26), [sym_attribute_specifier] = STATE(3697), [sym_attribute_declaration] = STATE(1417), [sym_ms_declspec_modifier] = STATE(3697), [sym_ms_based_modifier] = STATE(7599), [sym_ms_call_modifier] = STATE(2495), [sym__declarator] = STATE(5891), [sym_parenthesized_declarator] = STATE(5671), [sym_attributed_declarator] = STATE(5671), [sym_pointer_declarator] = STATE(5671), [sym_function_declarator] = STATE(5607), [sym_array_declarator] = STATE(5671), [sym_compound_statement] = STATE(26), [sym_storage_class_specifier] = STATE(3697), [sym_type_qualifier] = STATE(3697), [sym__type_specifier] = STATE(3763), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [sym_attributed_statement] = STATE(26), [sym_labeled_statement] = STATE(26), [sym_expression_statement] = STATE(26), [sym_if_statement] = STATE(26), [sym_switch_statement] = STATE(26), [sym_case_statement] = STATE(26), [sym_while_statement] = STATE(26), [sym_do_statement] = STATE(26), [sym_for_statement] = STATE(26), [sym_return_statement] = STATE(26), [sym_break_statement] = STATE(26), [sym_continue_statement] = STATE(26), [sym_goto_statement] = STATE(26), [sym__expression] = STATE(4232), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7187), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym__empty_declaration] = STATE(26), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym__class_name] = STATE(6738), [sym_virtual] = STATE(3697), [sym_explicit_function_specifier] = STATE(2301), [sym_dependent_type] = STATE(3695), [sym_template_declaration] = STATE(26), [sym_template_instantiation] = STATE(26), [sym_operator_cast] = STATE(5901), [sym__constructor_specifiers] = STATE(2301), [sym_operator_cast_definition] = STATE(26), [sym_operator_cast_declaration] = STATE(26), [sym_constructor_or_destructor_definition] = STATE(26), [sym_reference_declarator] = STATE(5671), [sym_structured_binding_declarator] = STATE(5671), [sym_template_type] = STATE(3931), [sym_template_function] = STATE(4106), [sym_namespace_definition] = STATE(26), [sym_namespace_alias_definition] = STATE(26), [sym_using_declaration] = STATE(26), [sym_alias_declaration] = STATE(26), [sym_static_assert_declaration] = STATE(26), [sym_concept_definition] = STATE(26), [sym_for_range_loop] = STATE(26), [sym_co_return_statement] = STATE(26), [sym_co_yield_statement] = STATE(26), [sym_throw_statement] = STATE(26), [sym_try_statement] = STATE(26), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_destructor_name] = STATE(5671), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5156), [sym_qualified_identifier] = STATE(3328), [sym_qualified_type_identifier] = STATE(3961), [sym_qualified_operator_cast_identifier] = STATE(5901), [sym_operator_name] = STATE(5671), [sym_user_defined_literal] = STATE(3925), [aux_sym_preproc_if_repeat1] = STATE(26), [aux_sym__declaration_specifiers_repeat1] = STATE(2582), [aux_sym_attributed_declarator_repeat1] = STATE(161), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [aux_sym_operator_cast_definition_repeat1] = STATE(2301), [sym_identifier] = ACTIONS(227), [aux_sym_preproc_include_token1] = ACTIONS(229), [aux_sym_preproc_def_token1] = ACTIONS(231), [aux_sym_preproc_if_token1] = ACTIONS(233), [aux_sym_preproc_if_token2] = ACTIONS(311), [aux_sym_preproc_ifdef_token1] = ACTIONS(237), [aux_sym_preproc_ifdef_token2] = ACTIONS(237), [aux_sym_preproc_else_token1] = ACTIONS(239), [aux_sym_preproc_elif_token1] = ACTIONS(241), [aux_sym_preproc_elifdef_token1] = ACTIONS(243), [aux_sym_preproc_elifdef_token2] = ACTIONS(243), [sym_preproc_directive] = ACTIONS(245), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(27), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(31), [anon_sym_SEMI] = ACTIONS(247), [anon_sym_typedef] = ACTIONS(249), [anon_sym_extern] = ACTIONS(251), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(41), [anon_sym___declspec] = ACTIONS(43), [anon_sym___based] = ACTIONS(45), [anon_sym___cdecl] = ACTIONS(47), [anon_sym___clrcall] = ACTIONS(47), [anon_sym___stdcall] = ACTIONS(47), [anon_sym___fastcall] = ACTIONS(47), [anon_sym___thiscall] = ACTIONS(47), [anon_sym___vectorcall] = ACTIONS(47), [anon_sym_LBRACE] = ACTIONS(253), [anon_sym_signed] = ACTIONS(51), [anon_sym_unsigned] = ACTIONS(51), [anon_sym_long] = ACTIONS(51), [anon_sym_short] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(255), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(61), [anon_sym_enum] = ACTIONS(63), [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), [anon_sym_union] = ACTIONS(69), [anon_sym_if] = ACTIONS(257), [anon_sym_switch] = ACTIONS(259), [anon_sym_case] = ACTIONS(261), [anon_sym_default] = ACTIONS(263), [anon_sym_while] = ACTIONS(265), [anon_sym_do] = ACTIONS(267), [anon_sym_for] = ACTIONS(269), [anon_sym_return] = ACTIONS(271), [anon_sym_break] = ACTIONS(273), [anon_sym_continue] = ACTIONS(275), [anon_sym_goto] = ACTIONS(277), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(113), [anon_sym_decltype] = ACTIONS(115), [anon_sym_virtual] = ACTIONS(117), [anon_sym_explicit] = ACTIONS(119), [anon_sym_typename] = ACTIONS(121), [anon_sym_template] = ACTIONS(279), [anon_sym_operator] = ACTIONS(125), [anon_sym_try] = ACTIONS(281), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(283), [anon_sym_namespace] = ACTIONS(285), [anon_sym_using] = ACTIONS(287), [anon_sym_static_assert] = ACTIONS(289), [anon_sym_concept] = ACTIONS(291), [anon_sym_co_return] = ACTIONS(293), [anon_sym_co_yield] = ACTIONS(295), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [13] = { [sym_preproc_include] = STATE(45), [sym_preproc_def] = STATE(45), [sym_preproc_function_def] = STATE(45), [sym_preproc_call] = STATE(45), [sym_preproc_if] = STATE(45), [sym_preproc_ifdef] = STATE(45), [sym_function_definition] = STATE(45), [sym_declaration] = STATE(45), [sym_type_definition] = STATE(45), [sym__declaration_modifiers] = STATE(3697), [sym__declaration_specifiers] = STATE(4633), [sym_linkage_specification] = STATE(45), [sym_attribute_specifier] = STATE(3697), [sym_attribute_declaration] = STATE(1417), [sym_ms_declspec_modifier] = STATE(3697), [sym_ms_based_modifier] = STATE(7599), [sym_ms_call_modifier] = STATE(2472), [sym__declarator] = STATE(5891), [sym_parenthesized_declarator] = STATE(5671), [sym_attributed_declarator] = STATE(5671), [sym_pointer_declarator] = STATE(5671), [sym_function_declarator] = STATE(5574), [sym_array_declarator] = STATE(5671), [sym_compound_statement] = STATE(45), [sym_storage_class_specifier] = STATE(3697), [sym_type_qualifier] = STATE(3697), [sym__type_specifier] = STATE(3760), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [sym_attributed_statement] = STATE(45), [sym_labeled_statement] = STATE(45), [sym_expression_statement] = STATE(45), [sym_if_statement] = STATE(45), [sym_switch_statement] = STATE(45), [sym_case_statement] = STATE(45), [sym_while_statement] = STATE(45), [sym_do_statement] = STATE(45), [sym_for_statement] = STATE(45), [sym_return_statement] = STATE(45), [sym_break_statement] = STATE(45), [sym_continue_statement] = STATE(45), [sym_goto_statement] = STATE(45), [sym__expression] = STATE(4053), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7279), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_initializer_list] = STATE(6463), [sym_initializer_pair] = STATE(6463), [sym_subscript_designator] = STATE(5936), [sym_field_designator] = STATE(5936), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym__empty_declaration] = STATE(45), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym__class_name] = STATE(6738), [sym_virtual] = STATE(3697), [sym_explicit_function_specifier] = STATE(2311), [sym_dependent_type] = STATE(3695), [sym_template_declaration] = STATE(45), [sym_template_instantiation] = STATE(45), [sym_operator_cast] = STATE(5924), [sym__constructor_specifiers] = STATE(2311), [sym_operator_cast_definition] = STATE(45), [sym_operator_cast_declaration] = STATE(45), [sym_constructor_or_destructor_definition] = STATE(45), [sym_reference_declarator] = STATE(5671), [sym_structured_binding_declarator] = STATE(5671), [sym_template_type] = STATE(3931), [sym_template_function] = STATE(4106), [sym_namespace_definition] = STATE(45), [sym_namespace_alias_definition] = STATE(45), [sym_using_declaration] = STATE(45), [sym_alias_declaration] = STATE(45), [sym_static_assert_declaration] = STATE(45), [sym_concept_definition] = STATE(45), [sym_for_range_loop] = STATE(45), [sym_co_return_statement] = STATE(45), [sym_co_yield_statement] = STATE(45), [sym_throw_statement] = STATE(45), [sym_try_statement] = STATE(45), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_destructor_name] = STATE(5671), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5156), [sym_qualified_identifier] = STATE(3328), [sym_qualified_type_identifier] = STATE(3961), [sym_qualified_operator_cast_identifier] = STATE(5924), [sym_operator_name] = STATE(5671), [sym_user_defined_literal] = STATE(3925), [aux_sym_preproc_if_repeat1] = STATE(45), [aux_sym__declaration_specifiers_repeat1] = STATE(2582), [aux_sym_attributed_declarator_repeat1] = STATE(204), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [aux_sym_initializer_pair_repeat1] = STATE(5936), [aux_sym_operator_cast_definition_repeat1] = STATE(2311), [sym_identifier] = ACTIONS(153), [aux_sym_preproc_include_token1] = ACTIONS(155), [aux_sym_preproc_def_token1] = ACTIONS(157), [anon_sym_COMMA] = ACTIONS(159), [aux_sym_preproc_if_token1] = ACTIONS(161), [aux_sym_preproc_ifdef_token1] = ACTIONS(163), [aux_sym_preproc_ifdef_token2] = ACTIONS(163), [sym_preproc_directive] = ACTIONS(165), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(27), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(31), [anon_sym_SEMI] = ACTIONS(167), [anon_sym_typedef] = ACTIONS(169), [anon_sym_extern] = ACTIONS(171), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(41), [anon_sym___declspec] = ACTIONS(43), [anon_sym___based] = ACTIONS(45), [anon_sym___cdecl] = ACTIONS(47), [anon_sym___clrcall] = ACTIONS(47), [anon_sym___stdcall] = ACTIONS(47), [anon_sym___fastcall] = ACTIONS(47), [anon_sym___thiscall] = ACTIONS(47), [anon_sym___vectorcall] = ACTIONS(47), [anon_sym_LBRACE] = ACTIONS(173), [anon_sym_RBRACE] = ACTIONS(313), [anon_sym_signed] = ACTIONS(51), [anon_sym_unsigned] = ACTIONS(51), [anon_sym_long] = ACTIONS(51), [anon_sym_short] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(177), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(179), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(61), [anon_sym_enum] = ACTIONS(63), [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), [anon_sym_union] = ACTIONS(69), [anon_sym_if] = ACTIONS(181), [anon_sym_switch] = ACTIONS(183), [anon_sym_case] = ACTIONS(185), [anon_sym_default] = ACTIONS(187), [anon_sym_while] = ACTIONS(189), [anon_sym_do] = ACTIONS(191), [anon_sym_for] = ACTIONS(193), [anon_sym_return] = ACTIONS(195), [anon_sym_break] = ACTIONS(197), [anon_sym_continue] = ACTIONS(199), [anon_sym_goto] = ACTIONS(201), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [anon_sym_DOT] = ACTIONS(203), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(113), [anon_sym_decltype] = ACTIONS(115), [anon_sym_virtual] = ACTIONS(117), [anon_sym_explicit] = ACTIONS(119), [anon_sym_typename] = ACTIONS(121), [anon_sym_template] = ACTIONS(207), [anon_sym_operator] = ACTIONS(125), [anon_sym_try] = ACTIONS(209), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(211), [anon_sym_namespace] = ACTIONS(213), [anon_sym_using] = ACTIONS(215), [anon_sym_static_assert] = ACTIONS(217), [anon_sym_concept] = ACTIONS(219), [anon_sym_co_return] = ACTIONS(221), [anon_sym_co_yield] = ACTIONS(223), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [14] = { [sym_preproc_include] = STATE(6), [sym_preproc_def] = STATE(6), [sym_preproc_function_def] = STATE(6), [sym_preproc_call] = STATE(6), [sym_preproc_if] = STATE(6), [sym_preproc_ifdef] = STATE(6), [sym_preproc_else] = STATE(6996), [sym_preproc_elif] = STATE(6996), [sym_preproc_elifdef] = STATE(6996), [sym_function_definition] = STATE(6), [sym_declaration] = STATE(6), [sym_type_definition] = STATE(6), [sym__declaration_modifiers] = STATE(3697), [sym__declaration_specifiers] = STATE(4696), [sym_linkage_specification] = STATE(6), [sym_attribute_specifier] = STATE(3697), [sym_attribute_declaration] = STATE(1417), [sym_ms_declspec_modifier] = STATE(3697), [sym_ms_based_modifier] = STATE(7599), [sym_ms_call_modifier] = STATE(2495), [sym__declarator] = STATE(5891), [sym_parenthesized_declarator] = STATE(5671), [sym_attributed_declarator] = STATE(5671), [sym_pointer_declarator] = STATE(5671), [sym_function_declarator] = STATE(5607), [sym_array_declarator] = STATE(5671), [sym_compound_statement] = STATE(6), [sym_storage_class_specifier] = STATE(3697), [sym_type_qualifier] = STATE(3697), [sym__type_specifier] = STATE(3763), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [sym_attributed_statement] = STATE(6), [sym_labeled_statement] = STATE(6), [sym_expression_statement] = STATE(6), [sym_if_statement] = STATE(6), [sym_switch_statement] = STATE(6), [sym_case_statement] = STATE(6), [sym_while_statement] = STATE(6), [sym_do_statement] = STATE(6), [sym_for_statement] = STATE(6), [sym_return_statement] = STATE(6), [sym_break_statement] = STATE(6), [sym_continue_statement] = STATE(6), [sym_goto_statement] = STATE(6), [sym__expression] = STATE(4232), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7187), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym__empty_declaration] = STATE(6), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym__class_name] = STATE(6738), [sym_virtual] = STATE(3697), [sym_explicit_function_specifier] = STATE(2301), [sym_dependent_type] = STATE(3695), [sym_template_declaration] = STATE(6), [sym_template_instantiation] = STATE(6), [sym_operator_cast] = STATE(5901), [sym__constructor_specifiers] = STATE(2301), [sym_operator_cast_definition] = STATE(6), [sym_operator_cast_declaration] = STATE(6), [sym_constructor_or_destructor_definition] = STATE(6), [sym_reference_declarator] = STATE(5671), [sym_structured_binding_declarator] = STATE(5671), [sym_template_type] = STATE(3931), [sym_template_function] = STATE(4106), [sym_namespace_definition] = STATE(6), [sym_namespace_alias_definition] = STATE(6), [sym_using_declaration] = STATE(6), [sym_alias_declaration] = STATE(6), [sym_static_assert_declaration] = STATE(6), [sym_concept_definition] = STATE(6), [sym_for_range_loop] = STATE(6), [sym_co_return_statement] = STATE(6), [sym_co_yield_statement] = STATE(6), [sym_throw_statement] = STATE(6), [sym_try_statement] = STATE(6), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_destructor_name] = STATE(5671), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5156), [sym_qualified_identifier] = STATE(3328), [sym_qualified_type_identifier] = STATE(3961), [sym_qualified_operator_cast_identifier] = STATE(5901), [sym_operator_name] = STATE(5671), [sym_user_defined_literal] = STATE(3925), [aux_sym_preproc_if_repeat1] = STATE(6), [aux_sym__declaration_specifiers_repeat1] = STATE(2582), [aux_sym_attributed_declarator_repeat1] = STATE(161), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [aux_sym_operator_cast_definition_repeat1] = STATE(2301), [sym_identifier] = ACTIONS(227), [aux_sym_preproc_include_token1] = ACTIONS(229), [aux_sym_preproc_def_token1] = ACTIONS(231), [aux_sym_preproc_if_token1] = ACTIONS(233), [aux_sym_preproc_if_token2] = ACTIONS(315), [aux_sym_preproc_ifdef_token1] = ACTIONS(237), [aux_sym_preproc_ifdef_token2] = ACTIONS(237), [aux_sym_preproc_else_token1] = ACTIONS(239), [aux_sym_preproc_elif_token1] = ACTIONS(241), [aux_sym_preproc_elifdef_token1] = ACTIONS(243), [aux_sym_preproc_elifdef_token2] = ACTIONS(243), [sym_preproc_directive] = ACTIONS(245), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(27), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(31), [anon_sym_SEMI] = ACTIONS(247), [anon_sym_typedef] = ACTIONS(249), [anon_sym_extern] = ACTIONS(251), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(41), [anon_sym___declspec] = ACTIONS(43), [anon_sym___based] = ACTIONS(45), [anon_sym___cdecl] = ACTIONS(47), [anon_sym___clrcall] = ACTIONS(47), [anon_sym___stdcall] = ACTIONS(47), [anon_sym___fastcall] = ACTIONS(47), [anon_sym___thiscall] = ACTIONS(47), [anon_sym___vectorcall] = ACTIONS(47), [anon_sym_LBRACE] = ACTIONS(253), [anon_sym_signed] = ACTIONS(51), [anon_sym_unsigned] = ACTIONS(51), [anon_sym_long] = ACTIONS(51), [anon_sym_short] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(255), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(61), [anon_sym_enum] = ACTIONS(63), [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), [anon_sym_union] = ACTIONS(69), [anon_sym_if] = ACTIONS(257), [anon_sym_switch] = ACTIONS(259), [anon_sym_case] = ACTIONS(261), [anon_sym_default] = ACTIONS(263), [anon_sym_while] = ACTIONS(265), [anon_sym_do] = ACTIONS(267), [anon_sym_for] = ACTIONS(269), [anon_sym_return] = ACTIONS(271), [anon_sym_break] = ACTIONS(273), [anon_sym_continue] = ACTIONS(275), [anon_sym_goto] = ACTIONS(277), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(113), [anon_sym_decltype] = ACTIONS(115), [anon_sym_virtual] = ACTIONS(117), [anon_sym_explicit] = ACTIONS(119), [anon_sym_typename] = ACTIONS(121), [anon_sym_template] = ACTIONS(279), [anon_sym_operator] = ACTIONS(125), [anon_sym_try] = ACTIONS(281), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(283), [anon_sym_namespace] = ACTIONS(285), [anon_sym_using] = ACTIONS(287), [anon_sym_static_assert] = ACTIONS(289), [anon_sym_concept] = ACTIONS(291), [anon_sym_co_return] = ACTIONS(293), [anon_sym_co_yield] = ACTIONS(295), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [15] = { [sym_preproc_include] = STATE(52), [sym_preproc_def] = STATE(52), [sym_preproc_function_def] = STATE(52), [sym_preproc_call] = STATE(52), [sym_preproc_if] = STATE(52), [sym_preproc_ifdef] = STATE(52), [sym_function_definition] = STATE(52), [sym_declaration] = STATE(52), [sym_type_definition] = STATE(52), [sym__declaration_modifiers] = STATE(3697), [sym__declaration_specifiers] = STATE(4633), [sym_linkage_specification] = STATE(52), [sym_attribute_specifier] = STATE(3697), [sym_attribute_declaration] = STATE(1417), [sym_ms_declspec_modifier] = STATE(3697), [sym_ms_based_modifier] = STATE(7599), [sym_ms_call_modifier] = STATE(2472), [sym__declarator] = STATE(5891), [sym_parenthesized_declarator] = STATE(5671), [sym_attributed_declarator] = STATE(5671), [sym_pointer_declarator] = STATE(5671), [sym_function_declarator] = STATE(5574), [sym_array_declarator] = STATE(5671), [sym_compound_statement] = STATE(52), [sym_storage_class_specifier] = STATE(3697), [sym_type_qualifier] = STATE(3697), [sym__type_specifier] = STATE(3760), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [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_case_statement] = STATE(52), [sym_while_statement] = STATE(52), [sym_do_statement] = STATE(52), [sym_for_statement] = STATE(52), [sym_return_statement] = STATE(52), [sym_break_statement] = STATE(52), [sym_continue_statement] = STATE(52), [sym_goto_statement] = STATE(52), [sym__expression] = STATE(4053), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7279), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_initializer_list] = STATE(6463), [sym_initializer_pair] = STATE(6463), [sym_subscript_designator] = STATE(5936), [sym_field_designator] = STATE(5936), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym__empty_declaration] = STATE(52), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym__class_name] = STATE(6738), [sym_virtual] = STATE(3697), [sym_explicit_function_specifier] = STATE(2311), [sym_dependent_type] = STATE(3695), [sym_template_declaration] = STATE(52), [sym_template_instantiation] = STATE(52), [sym_operator_cast] = STATE(5924), [sym__constructor_specifiers] = STATE(2311), [sym_operator_cast_definition] = STATE(52), [sym_operator_cast_declaration] = STATE(52), [sym_constructor_or_destructor_definition] = STATE(52), [sym_reference_declarator] = STATE(5671), [sym_structured_binding_declarator] = STATE(5671), [sym_template_type] = STATE(3931), [sym_template_function] = STATE(4106), [sym_namespace_definition] = STATE(52), [sym_namespace_alias_definition] = STATE(52), [sym_using_declaration] = STATE(52), [sym_alias_declaration] = STATE(52), [sym_static_assert_declaration] = STATE(52), [sym_concept_definition] = STATE(52), [sym_for_range_loop] = STATE(52), [sym_co_return_statement] = STATE(52), [sym_co_yield_statement] = STATE(52), [sym_throw_statement] = STATE(52), [sym_try_statement] = STATE(52), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_destructor_name] = STATE(5671), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5156), [sym_qualified_identifier] = STATE(3328), [sym_qualified_type_identifier] = STATE(3961), [sym_qualified_operator_cast_identifier] = STATE(5924), [sym_operator_name] = STATE(5671), [sym_user_defined_literal] = STATE(3925), [aux_sym_preproc_if_repeat1] = STATE(52), [aux_sym__declaration_specifiers_repeat1] = STATE(2582), [aux_sym_attributed_declarator_repeat1] = STATE(204), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [aux_sym_initializer_pair_repeat1] = STATE(5936), [aux_sym_operator_cast_definition_repeat1] = STATE(2311), [sym_identifier] = ACTIONS(153), [aux_sym_preproc_include_token1] = ACTIONS(155), [aux_sym_preproc_def_token1] = ACTIONS(157), [anon_sym_COMMA] = ACTIONS(159), [aux_sym_preproc_if_token1] = ACTIONS(161), [aux_sym_preproc_ifdef_token1] = ACTIONS(163), [aux_sym_preproc_ifdef_token2] = ACTIONS(163), [sym_preproc_directive] = ACTIONS(165), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(27), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(31), [anon_sym_SEMI] = ACTIONS(167), [anon_sym_typedef] = ACTIONS(169), [anon_sym_extern] = ACTIONS(171), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(41), [anon_sym___declspec] = ACTIONS(43), [anon_sym___based] = ACTIONS(45), [anon_sym___cdecl] = ACTIONS(47), [anon_sym___clrcall] = ACTIONS(47), [anon_sym___stdcall] = ACTIONS(47), [anon_sym___fastcall] = ACTIONS(47), [anon_sym___thiscall] = ACTIONS(47), [anon_sym___vectorcall] = ACTIONS(47), [anon_sym_LBRACE] = ACTIONS(173), [anon_sym_RBRACE] = ACTIONS(317), [anon_sym_signed] = ACTIONS(51), [anon_sym_unsigned] = ACTIONS(51), [anon_sym_long] = ACTIONS(51), [anon_sym_short] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(177), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(179), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(61), [anon_sym_enum] = ACTIONS(63), [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), [anon_sym_union] = ACTIONS(69), [anon_sym_if] = ACTIONS(181), [anon_sym_switch] = ACTIONS(183), [anon_sym_case] = ACTIONS(185), [anon_sym_default] = ACTIONS(187), [anon_sym_while] = ACTIONS(189), [anon_sym_do] = ACTIONS(191), [anon_sym_for] = ACTIONS(193), [anon_sym_return] = ACTIONS(195), [anon_sym_break] = ACTIONS(197), [anon_sym_continue] = ACTIONS(199), [anon_sym_goto] = ACTIONS(201), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [anon_sym_DOT] = ACTIONS(203), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(113), [anon_sym_decltype] = ACTIONS(115), [anon_sym_virtual] = ACTIONS(117), [anon_sym_explicit] = ACTIONS(119), [anon_sym_typename] = ACTIONS(121), [anon_sym_template] = ACTIONS(207), [anon_sym_operator] = ACTIONS(125), [anon_sym_try] = ACTIONS(209), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(211), [anon_sym_namespace] = ACTIONS(213), [anon_sym_using] = ACTIONS(215), [anon_sym_static_assert] = ACTIONS(217), [anon_sym_concept] = ACTIONS(219), [anon_sym_co_return] = ACTIONS(221), [anon_sym_co_yield] = ACTIONS(223), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [16] = { [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(7172), [sym_preproc_elif] = STATE(7172), [sym_preproc_elifdef] = STATE(7172), [sym_function_definition] = STATE(20), [sym_declaration] = STATE(20), [sym_type_definition] = STATE(20), [sym__declaration_modifiers] = STATE(3697), [sym__declaration_specifiers] = STATE(4696), [sym_linkage_specification] = STATE(20), [sym_attribute_specifier] = STATE(3697), [sym_attribute_declaration] = STATE(1417), [sym_ms_declspec_modifier] = STATE(3697), [sym_ms_based_modifier] = STATE(7599), [sym_ms_call_modifier] = STATE(2495), [sym__declarator] = STATE(5891), [sym_parenthesized_declarator] = STATE(5671), [sym_attributed_declarator] = STATE(5671), [sym_pointer_declarator] = STATE(5671), [sym_function_declarator] = STATE(5607), [sym_array_declarator] = STATE(5671), [sym_compound_statement] = STATE(20), [sym_storage_class_specifier] = STATE(3697), [sym_type_qualifier] = STATE(3697), [sym__type_specifier] = STATE(3763), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [sym_attributed_statement] = STATE(20), [sym_labeled_statement] = STATE(20), [sym_expression_statement] = STATE(20), [sym_if_statement] = STATE(20), [sym_switch_statement] = STATE(20), [sym_case_statement] = STATE(20), [sym_while_statement] = STATE(20), [sym_do_statement] = STATE(20), [sym_for_statement] = STATE(20), [sym_return_statement] = STATE(20), [sym_break_statement] = STATE(20), [sym_continue_statement] = STATE(20), [sym_goto_statement] = STATE(20), [sym__expression] = STATE(4232), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7187), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym__empty_declaration] = STATE(20), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym__class_name] = STATE(6738), [sym_virtual] = STATE(3697), [sym_explicit_function_specifier] = STATE(2301), [sym_dependent_type] = STATE(3695), [sym_template_declaration] = STATE(20), [sym_template_instantiation] = STATE(20), [sym_operator_cast] = STATE(5901), [sym__constructor_specifiers] = STATE(2301), [sym_operator_cast_definition] = STATE(20), [sym_operator_cast_declaration] = STATE(20), [sym_constructor_or_destructor_definition] = STATE(20), [sym_reference_declarator] = STATE(5671), [sym_structured_binding_declarator] = STATE(5671), [sym_template_type] = STATE(3931), [sym_template_function] = STATE(4106), [sym_namespace_definition] = STATE(20), [sym_namespace_alias_definition] = STATE(20), [sym_using_declaration] = STATE(20), [sym_alias_declaration] = STATE(20), [sym_static_assert_declaration] = STATE(20), [sym_concept_definition] = STATE(20), [sym_for_range_loop] = STATE(20), [sym_co_return_statement] = STATE(20), [sym_co_yield_statement] = STATE(20), [sym_throw_statement] = STATE(20), [sym_try_statement] = STATE(20), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_destructor_name] = STATE(5671), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5156), [sym_qualified_identifier] = STATE(3328), [sym_qualified_type_identifier] = STATE(3961), [sym_qualified_operator_cast_identifier] = STATE(5901), [sym_operator_name] = STATE(5671), [sym_user_defined_literal] = STATE(3925), [aux_sym_preproc_if_repeat1] = STATE(20), [aux_sym__declaration_specifiers_repeat1] = STATE(2582), [aux_sym_attributed_declarator_repeat1] = STATE(161), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [aux_sym_operator_cast_definition_repeat1] = STATE(2301), [sym_identifier] = ACTIONS(227), [aux_sym_preproc_include_token1] = ACTIONS(229), [aux_sym_preproc_def_token1] = ACTIONS(231), [aux_sym_preproc_if_token1] = ACTIONS(233), [aux_sym_preproc_if_token2] = ACTIONS(319), [aux_sym_preproc_ifdef_token1] = ACTIONS(237), [aux_sym_preproc_ifdef_token2] = ACTIONS(237), [aux_sym_preproc_else_token1] = ACTIONS(239), [aux_sym_preproc_elif_token1] = ACTIONS(241), [aux_sym_preproc_elifdef_token1] = ACTIONS(243), [aux_sym_preproc_elifdef_token2] = ACTIONS(243), [sym_preproc_directive] = ACTIONS(245), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(27), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(31), [anon_sym_SEMI] = ACTIONS(247), [anon_sym_typedef] = ACTIONS(249), [anon_sym_extern] = ACTIONS(251), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(41), [anon_sym___declspec] = ACTIONS(43), [anon_sym___based] = ACTIONS(45), [anon_sym___cdecl] = ACTIONS(47), [anon_sym___clrcall] = ACTIONS(47), [anon_sym___stdcall] = ACTIONS(47), [anon_sym___fastcall] = ACTIONS(47), [anon_sym___thiscall] = ACTIONS(47), [anon_sym___vectorcall] = ACTIONS(47), [anon_sym_LBRACE] = ACTIONS(253), [anon_sym_signed] = ACTIONS(51), [anon_sym_unsigned] = ACTIONS(51), [anon_sym_long] = ACTIONS(51), [anon_sym_short] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(255), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(61), [anon_sym_enum] = ACTIONS(63), [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), [anon_sym_union] = ACTIONS(69), [anon_sym_if] = ACTIONS(257), [anon_sym_switch] = ACTIONS(259), [anon_sym_case] = ACTIONS(261), [anon_sym_default] = ACTIONS(263), [anon_sym_while] = ACTIONS(265), [anon_sym_do] = ACTIONS(267), [anon_sym_for] = ACTIONS(269), [anon_sym_return] = ACTIONS(271), [anon_sym_break] = ACTIONS(273), [anon_sym_continue] = ACTIONS(275), [anon_sym_goto] = ACTIONS(277), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(113), [anon_sym_decltype] = ACTIONS(115), [anon_sym_virtual] = ACTIONS(117), [anon_sym_explicit] = ACTIONS(119), [anon_sym_typename] = ACTIONS(121), [anon_sym_template] = ACTIONS(279), [anon_sym_operator] = ACTIONS(125), [anon_sym_try] = ACTIONS(281), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(283), [anon_sym_namespace] = ACTIONS(285), [anon_sym_using] = ACTIONS(287), [anon_sym_static_assert] = ACTIONS(289), [anon_sym_concept] = ACTIONS(291), [anon_sym_co_return] = ACTIONS(293), [anon_sym_co_yield] = ACTIONS(295), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [17] = { [sym_preproc_include] = STATE(85), [sym_preproc_def] = STATE(85), [sym_preproc_function_def] = STATE(85), [sym_preproc_call] = STATE(85), [sym_preproc_if] = STATE(85), [sym_preproc_ifdef] = STATE(85), [sym_function_definition] = STATE(85), [sym_declaration] = STATE(85), [sym_type_definition] = STATE(85), [sym__declaration_modifiers] = STATE(3697), [sym__declaration_specifiers] = STATE(4633), [sym_linkage_specification] = STATE(85), [sym_attribute_specifier] = STATE(3697), [sym_attribute_declaration] = STATE(1417), [sym_ms_declspec_modifier] = STATE(3697), [sym_ms_based_modifier] = STATE(7599), [sym_ms_call_modifier] = STATE(2472), [sym__declarator] = STATE(5891), [sym_parenthesized_declarator] = STATE(5671), [sym_attributed_declarator] = STATE(5671), [sym_pointer_declarator] = STATE(5671), [sym_function_declarator] = STATE(5574), [sym_array_declarator] = STATE(5671), [sym_compound_statement] = STATE(85), [sym_storage_class_specifier] = STATE(3697), [sym_type_qualifier] = STATE(3697), [sym__type_specifier] = STATE(3760), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [sym_attributed_statement] = STATE(85), [sym_labeled_statement] = STATE(85), [sym_expression_statement] = STATE(85), [sym_if_statement] = STATE(85), [sym_switch_statement] = STATE(85), [sym_case_statement] = STATE(85), [sym_while_statement] = STATE(85), [sym_do_statement] = STATE(85), [sym_for_statement] = STATE(85), [sym_return_statement] = STATE(85), [sym_break_statement] = STATE(85), [sym_continue_statement] = STATE(85), [sym_goto_statement] = STATE(85), [sym__expression] = STATE(4053), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7279), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_initializer_list] = STATE(6463), [sym_initializer_pair] = STATE(6463), [sym_subscript_designator] = STATE(5936), [sym_field_designator] = STATE(5936), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym__empty_declaration] = STATE(85), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym__class_name] = STATE(6738), [sym_virtual] = STATE(3697), [sym_explicit_function_specifier] = STATE(2311), [sym_dependent_type] = STATE(3695), [sym_template_declaration] = STATE(85), [sym_template_instantiation] = STATE(85), [sym_operator_cast] = STATE(5924), [sym__constructor_specifiers] = STATE(2311), [sym_operator_cast_definition] = STATE(85), [sym_operator_cast_declaration] = STATE(85), [sym_constructor_or_destructor_definition] = STATE(85), [sym_reference_declarator] = STATE(5671), [sym_structured_binding_declarator] = STATE(5671), [sym_template_type] = STATE(3931), [sym_template_function] = STATE(4106), [sym_namespace_definition] = STATE(85), [sym_namespace_alias_definition] = STATE(85), [sym_using_declaration] = STATE(85), [sym_alias_declaration] = STATE(85), [sym_static_assert_declaration] = STATE(85), [sym_concept_definition] = STATE(85), [sym_for_range_loop] = STATE(85), [sym_co_return_statement] = STATE(85), [sym_co_yield_statement] = STATE(85), [sym_throw_statement] = STATE(85), [sym_try_statement] = STATE(85), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_destructor_name] = STATE(5671), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5156), [sym_qualified_identifier] = STATE(3328), [sym_qualified_type_identifier] = STATE(3961), [sym_qualified_operator_cast_identifier] = STATE(5924), [sym_operator_name] = STATE(5671), [sym_user_defined_literal] = STATE(3925), [aux_sym_preproc_if_repeat1] = STATE(85), [aux_sym__declaration_specifiers_repeat1] = STATE(2582), [aux_sym_attributed_declarator_repeat1] = STATE(204), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [aux_sym_initializer_pair_repeat1] = STATE(5936), [aux_sym_operator_cast_definition_repeat1] = STATE(2311), [sym_identifier] = ACTIONS(153), [aux_sym_preproc_include_token1] = ACTIONS(155), [aux_sym_preproc_def_token1] = ACTIONS(157), [anon_sym_COMMA] = ACTIONS(159), [aux_sym_preproc_if_token1] = ACTIONS(161), [aux_sym_preproc_ifdef_token1] = ACTIONS(163), [aux_sym_preproc_ifdef_token2] = ACTIONS(163), [sym_preproc_directive] = ACTIONS(165), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(27), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(31), [anon_sym_SEMI] = ACTIONS(167), [anon_sym_typedef] = ACTIONS(169), [anon_sym_extern] = ACTIONS(171), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(41), [anon_sym___declspec] = ACTIONS(43), [anon_sym___based] = ACTIONS(45), [anon_sym___cdecl] = ACTIONS(47), [anon_sym___clrcall] = ACTIONS(47), [anon_sym___stdcall] = ACTIONS(47), [anon_sym___fastcall] = ACTIONS(47), [anon_sym___thiscall] = ACTIONS(47), [anon_sym___vectorcall] = ACTIONS(47), [anon_sym_LBRACE] = ACTIONS(173), [anon_sym_RBRACE] = ACTIONS(321), [anon_sym_signed] = ACTIONS(51), [anon_sym_unsigned] = ACTIONS(51), [anon_sym_long] = ACTIONS(51), [anon_sym_short] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(177), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(179), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(61), [anon_sym_enum] = ACTIONS(63), [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), [anon_sym_union] = ACTIONS(69), [anon_sym_if] = ACTIONS(181), [anon_sym_switch] = ACTIONS(183), [anon_sym_case] = ACTIONS(185), [anon_sym_default] = ACTIONS(187), [anon_sym_while] = ACTIONS(189), [anon_sym_do] = ACTIONS(191), [anon_sym_for] = ACTIONS(193), [anon_sym_return] = ACTIONS(195), [anon_sym_break] = ACTIONS(197), [anon_sym_continue] = ACTIONS(199), [anon_sym_goto] = ACTIONS(201), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [anon_sym_DOT] = ACTIONS(203), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(113), [anon_sym_decltype] = ACTIONS(115), [anon_sym_virtual] = ACTIONS(117), [anon_sym_explicit] = ACTIONS(119), [anon_sym_typename] = ACTIONS(121), [anon_sym_template] = ACTIONS(207), [anon_sym_operator] = ACTIONS(125), [anon_sym_try] = ACTIONS(209), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(211), [anon_sym_namespace] = ACTIONS(213), [anon_sym_using] = ACTIONS(215), [anon_sym_static_assert] = ACTIONS(217), [anon_sym_concept] = ACTIONS(219), [anon_sym_co_return] = ACTIONS(221), [anon_sym_co_yield] = ACTIONS(223), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [18] = { [sym_preproc_include] = STATE(88), [sym_preproc_def] = STATE(88), [sym_preproc_function_def] = STATE(88), [sym_preproc_call] = STATE(88), [sym_preproc_if] = STATE(88), [sym_preproc_ifdef] = STATE(88), [sym_function_definition] = STATE(88), [sym_declaration] = STATE(88), [sym_type_definition] = STATE(88), [sym__declaration_modifiers] = STATE(3697), [sym__declaration_specifiers] = STATE(4633), [sym_linkage_specification] = STATE(88), [sym_attribute_specifier] = STATE(3697), [sym_attribute_declaration] = STATE(1417), [sym_ms_declspec_modifier] = STATE(3697), [sym_ms_based_modifier] = STATE(7599), [sym_ms_call_modifier] = STATE(2472), [sym__declarator] = STATE(5891), [sym_parenthesized_declarator] = STATE(5671), [sym_attributed_declarator] = STATE(5671), [sym_pointer_declarator] = STATE(5671), [sym_function_declarator] = STATE(5574), [sym_array_declarator] = STATE(5671), [sym_compound_statement] = STATE(88), [sym_storage_class_specifier] = STATE(3697), [sym_type_qualifier] = STATE(3697), [sym__type_specifier] = STATE(3760), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [sym_attributed_statement] = STATE(88), [sym_labeled_statement] = STATE(88), [sym_expression_statement] = STATE(88), [sym_if_statement] = STATE(88), [sym_switch_statement] = STATE(88), [sym_case_statement] = STATE(88), [sym_while_statement] = STATE(88), [sym_do_statement] = STATE(88), [sym_for_statement] = STATE(88), [sym_return_statement] = STATE(88), [sym_break_statement] = STATE(88), [sym_continue_statement] = STATE(88), [sym_goto_statement] = STATE(88), [sym__expression] = STATE(4053), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7279), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_initializer_list] = STATE(6463), [sym_initializer_pair] = STATE(6463), [sym_subscript_designator] = STATE(5936), [sym_field_designator] = STATE(5936), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym__empty_declaration] = STATE(88), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym__class_name] = STATE(6738), [sym_virtual] = STATE(3697), [sym_explicit_function_specifier] = STATE(2311), [sym_dependent_type] = STATE(3695), [sym_template_declaration] = STATE(88), [sym_template_instantiation] = STATE(88), [sym_operator_cast] = STATE(5924), [sym__constructor_specifiers] = STATE(2311), [sym_operator_cast_definition] = STATE(88), [sym_operator_cast_declaration] = STATE(88), [sym_constructor_or_destructor_definition] = STATE(88), [sym_reference_declarator] = STATE(5671), [sym_structured_binding_declarator] = STATE(5671), [sym_template_type] = STATE(3931), [sym_template_function] = STATE(4106), [sym_namespace_definition] = STATE(88), [sym_namespace_alias_definition] = STATE(88), [sym_using_declaration] = STATE(88), [sym_alias_declaration] = STATE(88), [sym_static_assert_declaration] = STATE(88), [sym_concept_definition] = STATE(88), [sym_for_range_loop] = STATE(88), [sym_co_return_statement] = STATE(88), [sym_co_yield_statement] = STATE(88), [sym_throw_statement] = STATE(88), [sym_try_statement] = STATE(88), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_destructor_name] = STATE(5671), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5156), [sym_qualified_identifier] = STATE(3328), [sym_qualified_type_identifier] = STATE(3961), [sym_qualified_operator_cast_identifier] = STATE(5924), [sym_operator_name] = STATE(5671), [sym_user_defined_literal] = STATE(3925), [aux_sym_preproc_if_repeat1] = STATE(88), [aux_sym__declaration_specifiers_repeat1] = STATE(2582), [aux_sym_attributed_declarator_repeat1] = STATE(204), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [aux_sym_initializer_pair_repeat1] = STATE(5936), [aux_sym_operator_cast_definition_repeat1] = STATE(2311), [sym_identifier] = ACTIONS(153), [aux_sym_preproc_include_token1] = ACTIONS(155), [aux_sym_preproc_def_token1] = ACTIONS(157), [anon_sym_COMMA] = ACTIONS(159), [aux_sym_preproc_if_token1] = ACTIONS(161), [aux_sym_preproc_ifdef_token1] = ACTIONS(163), [aux_sym_preproc_ifdef_token2] = ACTIONS(163), [sym_preproc_directive] = ACTIONS(165), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(27), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(31), [anon_sym_SEMI] = ACTIONS(167), [anon_sym_typedef] = ACTIONS(169), [anon_sym_extern] = ACTIONS(171), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(41), [anon_sym___declspec] = ACTIONS(43), [anon_sym___based] = ACTIONS(45), [anon_sym___cdecl] = ACTIONS(47), [anon_sym___clrcall] = ACTIONS(47), [anon_sym___stdcall] = ACTIONS(47), [anon_sym___fastcall] = ACTIONS(47), [anon_sym___thiscall] = ACTIONS(47), [anon_sym___vectorcall] = ACTIONS(47), [anon_sym_LBRACE] = ACTIONS(173), [anon_sym_RBRACE] = ACTIONS(323), [anon_sym_signed] = ACTIONS(51), [anon_sym_unsigned] = ACTIONS(51), [anon_sym_long] = ACTIONS(51), [anon_sym_short] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(177), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(179), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(61), [anon_sym_enum] = ACTIONS(63), [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), [anon_sym_union] = ACTIONS(69), [anon_sym_if] = ACTIONS(181), [anon_sym_switch] = ACTIONS(183), [anon_sym_case] = ACTIONS(185), [anon_sym_default] = ACTIONS(187), [anon_sym_while] = ACTIONS(189), [anon_sym_do] = ACTIONS(191), [anon_sym_for] = ACTIONS(193), [anon_sym_return] = ACTIONS(195), [anon_sym_break] = ACTIONS(197), [anon_sym_continue] = ACTIONS(199), [anon_sym_goto] = ACTIONS(201), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [anon_sym_DOT] = ACTIONS(203), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(113), [anon_sym_decltype] = ACTIONS(115), [anon_sym_virtual] = ACTIONS(117), [anon_sym_explicit] = ACTIONS(119), [anon_sym_typename] = ACTIONS(121), [anon_sym_template] = ACTIONS(207), [anon_sym_operator] = ACTIONS(125), [anon_sym_try] = ACTIONS(209), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(211), [anon_sym_namespace] = ACTIONS(213), [anon_sym_using] = ACTIONS(215), [anon_sym_static_assert] = ACTIONS(217), [anon_sym_concept] = ACTIONS(219), [anon_sym_co_return] = ACTIONS(221), [anon_sym_co_yield] = ACTIONS(223), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [19] = { [sym_preproc_include] = STATE(63), [sym_preproc_def] = STATE(63), [sym_preproc_function_def] = STATE(63), [sym_preproc_call] = STATE(63), [sym_preproc_if] = STATE(63), [sym_preproc_ifdef] = STATE(63), [sym_function_definition] = STATE(63), [sym_declaration] = STATE(63), [sym_type_definition] = STATE(63), [sym__declaration_modifiers] = STATE(3697), [sym__declaration_specifiers] = STATE(4633), [sym_linkage_specification] = STATE(63), [sym_attribute_specifier] = STATE(3697), [sym_attribute_declaration] = STATE(1417), [sym_ms_declspec_modifier] = STATE(3697), [sym_ms_based_modifier] = STATE(7599), [sym_ms_call_modifier] = STATE(2472), [sym__declarator] = STATE(5891), [sym_parenthesized_declarator] = STATE(5671), [sym_attributed_declarator] = STATE(5671), [sym_pointer_declarator] = STATE(5671), [sym_function_declarator] = STATE(5574), [sym_array_declarator] = STATE(5671), [sym_compound_statement] = STATE(63), [sym_storage_class_specifier] = STATE(3697), [sym_type_qualifier] = STATE(3697), [sym__type_specifier] = STATE(3760), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [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_case_statement] = STATE(63), [sym_while_statement] = STATE(63), [sym_do_statement] = STATE(63), [sym_for_statement] = STATE(63), [sym_return_statement] = STATE(63), [sym_break_statement] = STATE(63), [sym_continue_statement] = STATE(63), [sym_goto_statement] = STATE(63), [sym__expression] = STATE(4053), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7279), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_initializer_list] = STATE(6463), [sym_initializer_pair] = STATE(6463), [sym_subscript_designator] = STATE(5936), [sym_field_designator] = STATE(5936), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym__empty_declaration] = STATE(63), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym__class_name] = STATE(6738), [sym_virtual] = STATE(3697), [sym_explicit_function_specifier] = STATE(2311), [sym_dependent_type] = STATE(3695), [sym_template_declaration] = STATE(63), [sym_template_instantiation] = STATE(63), [sym_operator_cast] = STATE(5924), [sym__constructor_specifiers] = STATE(2311), [sym_operator_cast_definition] = STATE(63), [sym_operator_cast_declaration] = STATE(63), [sym_constructor_or_destructor_definition] = STATE(63), [sym_reference_declarator] = STATE(5671), [sym_structured_binding_declarator] = STATE(5671), [sym_template_type] = STATE(3931), [sym_template_function] = STATE(4106), [sym_namespace_definition] = STATE(63), [sym_namespace_alias_definition] = STATE(63), [sym_using_declaration] = STATE(63), [sym_alias_declaration] = STATE(63), [sym_static_assert_declaration] = STATE(63), [sym_concept_definition] = STATE(63), [sym_for_range_loop] = STATE(63), [sym_co_return_statement] = STATE(63), [sym_co_yield_statement] = STATE(63), [sym_throw_statement] = STATE(63), [sym_try_statement] = STATE(63), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_destructor_name] = STATE(5671), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5156), [sym_qualified_identifier] = STATE(3328), [sym_qualified_type_identifier] = STATE(3961), [sym_qualified_operator_cast_identifier] = STATE(5924), [sym_operator_name] = STATE(5671), [sym_user_defined_literal] = STATE(3925), [aux_sym_preproc_if_repeat1] = STATE(63), [aux_sym__declaration_specifiers_repeat1] = STATE(2582), [aux_sym_attributed_declarator_repeat1] = STATE(204), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [aux_sym_initializer_pair_repeat1] = STATE(5936), [aux_sym_operator_cast_definition_repeat1] = STATE(2311), [sym_identifier] = ACTIONS(153), [aux_sym_preproc_include_token1] = ACTIONS(155), [aux_sym_preproc_def_token1] = ACTIONS(157), [anon_sym_COMMA] = ACTIONS(159), [aux_sym_preproc_if_token1] = ACTIONS(161), [aux_sym_preproc_ifdef_token1] = ACTIONS(163), [aux_sym_preproc_ifdef_token2] = ACTIONS(163), [sym_preproc_directive] = ACTIONS(165), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(27), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(31), [anon_sym_SEMI] = ACTIONS(167), [anon_sym_typedef] = ACTIONS(169), [anon_sym_extern] = ACTIONS(171), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(41), [anon_sym___declspec] = ACTIONS(43), [anon_sym___based] = ACTIONS(45), [anon_sym___cdecl] = ACTIONS(47), [anon_sym___clrcall] = ACTIONS(47), [anon_sym___stdcall] = ACTIONS(47), [anon_sym___fastcall] = ACTIONS(47), [anon_sym___thiscall] = ACTIONS(47), [anon_sym___vectorcall] = ACTIONS(47), [anon_sym_LBRACE] = ACTIONS(173), [anon_sym_RBRACE] = ACTIONS(325), [anon_sym_signed] = ACTIONS(51), [anon_sym_unsigned] = ACTIONS(51), [anon_sym_long] = ACTIONS(51), [anon_sym_short] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(177), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(179), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(61), [anon_sym_enum] = ACTIONS(63), [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), [anon_sym_union] = ACTIONS(69), [anon_sym_if] = ACTIONS(181), [anon_sym_switch] = ACTIONS(183), [anon_sym_case] = ACTIONS(185), [anon_sym_default] = ACTIONS(187), [anon_sym_while] = ACTIONS(189), [anon_sym_do] = ACTIONS(191), [anon_sym_for] = ACTIONS(193), [anon_sym_return] = ACTIONS(195), [anon_sym_break] = ACTIONS(197), [anon_sym_continue] = ACTIONS(199), [anon_sym_goto] = ACTIONS(201), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [anon_sym_DOT] = ACTIONS(203), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(113), [anon_sym_decltype] = ACTIONS(115), [anon_sym_virtual] = ACTIONS(117), [anon_sym_explicit] = ACTIONS(119), [anon_sym_typename] = ACTIONS(121), [anon_sym_template] = ACTIONS(207), [anon_sym_operator] = ACTIONS(125), [anon_sym_try] = ACTIONS(209), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(211), [anon_sym_namespace] = ACTIONS(213), [anon_sym_using] = ACTIONS(215), [anon_sym_static_assert] = ACTIONS(217), [anon_sym_concept] = ACTIONS(219), [anon_sym_co_return] = ACTIONS(221), [anon_sym_co_yield] = ACTIONS(223), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [20] = { [sym_preproc_include] = STATE(26), [sym_preproc_def] = STATE(26), [sym_preproc_function_def] = STATE(26), [sym_preproc_call] = STATE(26), [sym_preproc_if] = STATE(26), [sym_preproc_ifdef] = STATE(26), [sym_preproc_else] = STATE(7550), [sym_preproc_elif] = STATE(7550), [sym_preproc_elifdef] = STATE(7550), [sym_function_definition] = STATE(26), [sym_declaration] = STATE(26), [sym_type_definition] = STATE(26), [sym__declaration_modifiers] = STATE(3697), [sym__declaration_specifiers] = STATE(4696), [sym_linkage_specification] = STATE(26), [sym_attribute_specifier] = STATE(3697), [sym_attribute_declaration] = STATE(1417), [sym_ms_declspec_modifier] = STATE(3697), [sym_ms_based_modifier] = STATE(7599), [sym_ms_call_modifier] = STATE(2495), [sym__declarator] = STATE(5891), [sym_parenthesized_declarator] = STATE(5671), [sym_attributed_declarator] = STATE(5671), [sym_pointer_declarator] = STATE(5671), [sym_function_declarator] = STATE(5607), [sym_array_declarator] = STATE(5671), [sym_compound_statement] = STATE(26), [sym_storage_class_specifier] = STATE(3697), [sym_type_qualifier] = STATE(3697), [sym__type_specifier] = STATE(3763), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [sym_attributed_statement] = STATE(26), [sym_labeled_statement] = STATE(26), [sym_expression_statement] = STATE(26), [sym_if_statement] = STATE(26), [sym_switch_statement] = STATE(26), [sym_case_statement] = STATE(26), [sym_while_statement] = STATE(26), [sym_do_statement] = STATE(26), [sym_for_statement] = STATE(26), [sym_return_statement] = STATE(26), [sym_break_statement] = STATE(26), [sym_continue_statement] = STATE(26), [sym_goto_statement] = STATE(26), [sym__expression] = STATE(4232), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7187), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym__empty_declaration] = STATE(26), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym__class_name] = STATE(6738), [sym_virtual] = STATE(3697), [sym_explicit_function_specifier] = STATE(2301), [sym_dependent_type] = STATE(3695), [sym_template_declaration] = STATE(26), [sym_template_instantiation] = STATE(26), [sym_operator_cast] = STATE(5901), [sym__constructor_specifiers] = STATE(2301), [sym_operator_cast_definition] = STATE(26), [sym_operator_cast_declaration] = STATE(26), [sym_constructor_or_destructor_definition] = STATE(26), [sym_reference_declarator] = STATE(5671), [sym_structured_binding_declarator] = STATE(5671), [sym_template_type] = STATE(3931), [sym_template_function] = STATE(4106), [sym_namespace_definition] = STATE(26), [sym_namespace_alias_definition] = STATE(26), [sym_using_declaration] = STATE(26), [sym_alias_declaration] = STATE(26), [sym_static_assert_declaration] = STATE(26), [sym_concept_definition] = STATE(26), [sym_for_range_loop] = STATE(26), [sym_co_return_statement] = STATE(26), [sym_co_yield_statement] = STATE(26), [sym_throw_statement] = STATE(26), [sym_try_statement] = STATE(26), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_destructor_name] = STATE(5671), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5156), [sym_qualified_identifier] = STATE(3328), [sym_qualified_type_identifier] = STATE(3961), [sym_qualified_operator_cast_identifier] = STATE(5901), [sym_operator_name] = STATE(5671), [sym_user_defined_literal] = STATE(3925), [aux_sym_preproc_if_repeat1] = STATE(26), [aux_sym__declaration_specifiers_repeat1] = STATE(2582), [aux_sym_attributed_declarator_repeat1] = STATE(161), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [aux_sym_operator_cast_definition_repeat1] = STATE(2301), [sym_identifier] = ACTIONS(227), [aux_sym_preproc_include_token1] = ACTIONS(229), [aux_sym_preproc_def_token1] = ACTIONS(231), [aux_sym_preproc_if_token1] = ACTIONS(233), [aux_sym_preproc_if_token2] = ACTIONS(327), [aux_sym_preproc_ifdef_token1] = ACTIONS(237), [aux_sym_preproc_ifdef_token2] = ACTIONS(237), [aux_sym_preproc_else_token1] = ACTIONS(239), [aux_sym_preproc_elif_token1] = ACTIONS(241), [aux_sym_preproc_elifdef_token1] = ACTIONS(243), [aux_sym_preproc_elifdef_token2] = ACTIONS(243), [sym_preproc_directive] = ACTIONS(245), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(27), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(31), [anon_sym_SEMI] = ACTIONS(247), [anon_sym_typedef] = ACTIONS(249), [anon_sym_extern] = ACTIONS(251), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(41), [anon_sym___declspec] = ACTIONS(43), [anon_sym___based] = ACTIONS(45), [anon_sym___cdecl] = ACTIONS(47), [anon_sym___clrcall] = ACTIONS(47), [anon_sym___stdcall] = ACTIONS(47), [anon_sym___fastcall] = ACTIONS(47), [anon_sym___thiscall] = ACTIONS(47), [anon_sym___vectorcall] = ACTIONS(47), [anon_sym_LBRACE] = ACTIONS(253), [anon_sym_signed] = ACTIONS(51), [anon_sym_unsigned] = ACTIONS(51), [anon_sym_long] = ACTIONS(51), [anon_sym_short] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(255), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(61), [anon_sym_enum] = ACTIONS(63), [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), [anon_sym_union] = ACTIONS(69), [anon_sym_if] = ACTIONS(257), [anon_sym_switch] = ACTIONS(259), [anon_sym_case] = ACTIONS(261), [anon_sym_default] = ACTIONS(263), [anon_sym_while] = ACTIONS(265), [anon_sym_do] = ACTIONS(267), [anon_sym_for] = ACTIONS(269), [anon_sym_return] = ACTIONS(271), [anon_sym_break] = ACTIONS(273), [anon_sym_continue] = ACTIONS(275), [anon_sym_goto] = ACTIONS(277), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(113), [anon_sym_decltype] = ACTIONS(115), [anon_sym_virtual] = ACTIONS(117), [anon_sym_explicit] = ACTIONS(119), [anon_sym_typename] = ACTIONS(121), [anon_sym_template] = ACTIONS(279), [anon_sym_operator] = ACTIONS(125), [anon_sym_try] = ACTIONS(281), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(283), [anon_sym_namespace] = ACTIONS(285), [anon_sym_using] = ACTIONS(287), [anon_sym_static_assert] = ACTIONS(289), [anon_sym_concept] = ACTIONS(291), [anon_sym_co_return] = ACTIONS(293), [anon_sym_co_yield] = ACTIONS(295), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [21] = { [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(7588), [sym_preproc_elif] = STATE(7588), [sym_preproc_elifdef] = STATE(7588), [sym_function_definition] = STATE(12), [sym_declaration] = STATE(12), [sym_type_definition] = STATE(12), [sym__declaration_modifiers] = STATE(3697), [sym__declaration_specifiers] = STATE(4696), [sym_linkage_specification] = STATE(12), [sym_attribute_specifier] = STATE(3697), [sym_attribute_declaration] = STATE(1417), [sym_ms_declspec_modifier] = STATE(3697), [sym_ms_based_modifier] = STATE(7599), [sym_ms_call_modifier] = STATE(2495), [sym__declarator] = STATE(5891), [sym_parenthesized_declarator] = STATE(5671), [sym_attributed_declarator] = STATE(5671), [sym_pointer_declarator] = STATE(5671), [sym_function_declarator] = STATE(5607), [sym_array_declarator] = STATE(5671), [sym_compound_statement] = STATE(12), [sym_storage_class_specifier] = STATE(3697), [sym_type_qualifier] = STATE(3697), [sym__type_specifier] = STATE(3763), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [sym_attributed_statement] = STATE(12), [sym_labeled_statement] = STATE(12), [sym_expression_statement] = STATE(12), [sym_if_statement] = STATE(12), [sym_switch_statement] = STATE(12), [sym_case_statement] = STATE(12), [sym_while_statement] = STATE(12), [sym_do_statement] = STATE(12), [sym_for_statement] = STATE(12), [sym_return_statement] = STATE(12), [sym_break_statement] = STATE(12), [sym_continue_statement] = STATE(12), [sym_goto_statement] = STATE(12), [sym__expression] = STATE(4232), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7187), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym__empty_declaration] = STATE(12), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym__class_name] = STATE(6738), [sym_virtual] = STATE(3697), [sym_explicit_function_specifier] = STATE(2301), [sym_dependent_type] = STATE(3695), [sym_template_declaration] = STATE(12), [sym_template_instantiation] = STATE(12), [sym_operator_cast] = STATE(5901), [sym__constructor_specifiers] = STATE(2301), [sym_operator_cast_definition] = STATE(12), [sym_operator_cast_declaration] = STATE(12), [sym_constructor_or_destructor_definition] = STATE(12), [sym_reference_declarator] = STATE(5671), [sym_structured_binding_declarator] = STATE(5671), [sym_template_type] = STATE(3931), [sym_template_function] = STATE(4106), [sym_namespace_definition] = STATE(12), [sym_namespace_alias_definition] = STATE(12), [sym_using_declaration] = STATE(12), [sym_alias_declaration] = STATE(12), [sym_static_assert_declaration] = STATE(12), [sym_concept_definition] = STATE(12), [sym_for_range_loop] = STATE(12), [sym_co_return_statement] = STATE(12), [sym_co_yield_statement] = STATE(12), [sym_throw_statement] = STATE(12), [sym_try_statement] = STATE(12), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_destructor_name] = STATE(5671), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5156), [sym_qualified_identifier] = STATE(3328), [sym_qualified_type_identifier] = STATE(3961), [sym_qualified_operator_cast_identifier] = STATE(5901), [sym_operator_name] = STATE(5671), [sym_user_defined_literal] = STATE(3925), [aux_sym_preproc_if_repeat1] = STATE(12), [aux_sym__declaration_specifiers_repeat1] = STATE(2582), [aux_sym_attributed_declarator_repeat1] = STATE(161), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [aux_sym_operator_cast_definition_repeat1] = STATE(2301), [sym_identifier] = ACTIONS(227), [aux_sym_preproc_include_token1] = ACTIONS(229), [aux_sym_preproc_def_token1] = ACTIONS(231), [aux_sym_preproc_if_token1] = ACTIONS(233), [aux_sym_preproc_if_token2] = ACTIONS(329), [aux_sym_preproc_ifdef_token1] = ACTIONS(237), [aux_sym_preproc_ifdef_token2] = ACTIONS(237), [aux_sym_preproc_else_token1] = ACTIONS(239), [aux_sym_preproc_elif_token1] = ACTIONS(241), [aux_sym_preproc_elifdef_token1] = ACTIONS(243), [aux_sym_preproc_elifdef_token2] = ACTIONS(243), [sym_preproc_directive] = ACTIONS(245), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(27), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(31), [anon_sym_SEMI] = ACTIONS(247), [anon_sym_typedef] = ACTIONS(249), [anon_sym_extern] = ACTIONS(251), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(41), [anon_sym___declspec] = ACTIONS(43), [anon_sym___based] = ACTIONS(45), [anon_sym___cdecl] = ACTIONS(47), [anon_sym___clrcall] = ACTIONS(47), [anon_sym___stdcall] = ACTIONS(47), [anon_sym___fastcall] = ACTIONS(47), [anon_sym___thiscall] = ACTIONS(47), [anon_sym___vectorcall] = ACTIONS(47), [anon_sym_LBRACE] = ACTIONS(253), [anon_sym_signed] = ACTIONS(51), [anon_sym_unsigned] = ACTIONS(51), [anon_sym_long] = ACTIONS(51), [anon_sym_short] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(255), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(61), [anon_sym_enum] = ACTIONS(63), [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), [anon_sym_union] = ACTIONS(69), [anon_sym_if] = ACTIONS(257), [anon_sym_switch] = ACTIONS(259), [anon_sym_case] = ACTIONS(261), [anon_sym_default] = ACTIONS(263), [anon_sym_while] = ACTIONS(265), [anon_sym_do] = ACTIONS(267), [anon_sym_for] = ACTIONS(269), [anon_sym_return] = ACTIONS(271), [anon_sym_break] = ACTIONS(273), [anon_sym_continue] = ACTIONS(275), [anon_sym_goto] = ACTIONS(277), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(113), [anon_sym_decltype] = ACTIONS(115), [anon_sym_virtual] = ACTIONS(117), [anon_sym_explicit] = ACTIONS(119), [anon_sym_typename] = ACTIONS(121), [anon_sym_template] = ACTIONS(279), [anon_sym_operator] = ACTIONS(125), [anon_sym_try] = ACTIONS(281), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(283), [anon_sym_namespace] = ACTIONS(285), [anon_sym_using] = ACTIONS(287), [anon_sym_static_assert] = ACTIONS(289), [anon_sym_concept] = ACTIONS(291), [anon_sym_co_return] = ACTIONS(293), [anon_sym_co_yield] = ACTIONS(295), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [22] = { [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_preproc_else] = STATE(7537), [sym_preproc_elif] = STATE(7537), [sym_function_definition] = STATE(37), [sym_declaration] = STATE(37), [sym_type_definition] = STATE(37), [sym__declaration_modifiers] = STATE(3697), [sym__declaration_specifiers] = STATE(4619), [sym_linkage_specification] = STATE(37), [sym_attribute_specifier] = STATE(3697), [sym_attribute_declaration] = STATE(1417), [sym_ms_declspec_modifier] = STATE(3697), [sym_ms_based_modifier] = STATE(7599), [sym_ms_call_modifier] = STATE(2446), [sym__declarator] = STATE(5891), [sym_parenthesized_declarator] = STATE(5671), [sym_attributed_declarator] = STATE(5671), [sym_pointer_declarator] = STATE(5671), [sym_function_declarator] = STATE(5572), [sym_array_declarator] = STATE(5671), [sym_compound_statement] = STATE(37), [sym_storage_class_specifier] = STATE(3697), [sym_type_qualifier] = STATE(3697), [sym__type_specifier] = STATE(3765), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [sym_attributed_statement] = STATE(37), [sym_labeled_statement] = STATE(37), [sym_expression_statement] = STATE(37), [sym_if_statement] = STATE(37), [sym_switch_statement] = STATE(37), [sym_case_statement] = STATE(37), [sym_while_statement] = STATE(37), [sym_do_statement] = STATE(37), [sym_for_statement] = STATE(37), [sym_return_statement] = STATE(37), [sym_break_statement] = STATE(37), [sym_continue_statement] = STATE(37), [sym_goto_statement] = STATE(37), [sym__expression] = STATE(4201), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7616), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym__empty_declaration] = STATE(37), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym__class_name] = STATE(6738), [sym_virtual] = STATE(3697), [sym_explicit_function_specifier] = STATE(2316), [sym_dependent_type] = STATE(3695), [sym_template_declaration] = STATE(37), [sym_template_instantiation] = STATE(37), [sym_operator_cast] = STATE(5918), [sym__constructor_specifiers] = STATE(2316), [sym_operator_cast_definition] = STATE(37), [sym_operator_cast_declaration] = STATE(37), [sym_constructor_or_destructor_definition] = STATE(37), [sym_reference_declarator] = STATE(5671), [sym_structured_binding_declarator] = STATE(5671), [sym_template_type] = STATE(3931), [sym_template_function] = STATE(4106), [sym_namespace_definition] = STATE(37), [sym_namespace_alias_definition] = STATE(37), [sym_using_declaration] = STATE(37), [sym_alias_declaration] = STATE(37), [sym_static_assert_declaration] = STATE(37), [sym_concept_definition] = STATE(37), [sym_for_range_loop] = STATE(37), [sym_co_return_statement] = STATE(37), [sym_co_yield_statement] = STATE(37), [sym_throw_statement] = STATE(37), [sym_try_statement] = STATE(37), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_destructor_name] = STATE(5671), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5156), [sym_qualified_identifier] = STATE(3328), [sym_qualified_type_identifier] = STATE(3961), [sym_qualified_operator_cast_identifier] = STATE(5918), [sym_operator_name] = STATE(5671), [sym_user_defined_literal] = STATE(3925), [aux_sym_preproc_if_repeat1] = STATE(37), [aux_sym__declaration_specifiers_repeat1] = STATE(2582), [aux_sym_attributed_declarator_repeat1] = STATE(188), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [aux_sym_operator_cast_definition_repeat1] = STATE(2316), [sym_identifier] = ACTIONS(331), [aux_sym_preproc_include_token1] = ACTIONS(333), [aux_sym_preproc_def_token1] = ACTIONS(335), [aux_sym_preproc_if_token1] = ACTIONS(337), [aux_sym_preproc_if_token2] = ACTIONS(339), [aux_sym_preproc_ifdef_token1] = ACTIONS(341), [aux_sym_preproc_ifdef_token2] = ACTIONS(341), [aux_sym_preproc_else_token1] = ACTIONS(239), [aux_sym_preproc_elif_token1] = ACTIONS(241), [sym_preproc_directive] = ACTIONS(343), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(27), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(31), [anon_sym_SEMI] = ACTIONS(345), [anon_sym_typedef] = ACTIONS(347), [anon_sym_extern] = ACTIONS(349), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(41), [anon_sym___declspec] = ACTIONS(43), [anon_sym___based] = ACTIONS(45), [anon_sym___cdecl] = ACTIONS(47), [anon_sym___clrcall] = ACTIONS(47), [anon_sym___stdcall] = ACTIONS(47), [anon_sym___fastcall] = ACTIONS(47), [anon_sym___thiscall] = ACTIONS(47), [anon_sym___vectorcall] = ACTIONS(47), [anon_sym_LBRACE] = ACTIONS(351), [anon_sym_signed] = ACTIONS(51), [anon_sym_unsigned] = ACTIONS(51), [anon_sym_long] = ACTIONS(51), [anon_sym_short] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(353), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(61), [anon_sym_enum] = ACTIONS(63), [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), [anon_sym_union] = ACTIONS(69), [anon_sym_if] = ACTIONS(355), [anon_sym_switch] = ACTIONS(357), [anon_sym_case] = ACTIONS(359), [anon_sym_default] = ACTIONS(361), [anon_sym_while] = ACTIONS(363), [anon_sym_do] = ACTIONS(365), [anon_sym_for] = ACTIONS(367), [anon_sym_return] = ACTIONS(369), [anon_sym_break] = ACTIONS(371), [anon_sym_continue] = ACTIONS(373), [anon_sym_goto] = ACTIONS(375), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(113), [anon_sym_decltype] = ACTIONS(115), [anon_sym_virtual] = ACTIONS(117), [anon_sym_explicit] = ACTIONS(119), [anon_sym_typename] = ACTIONS(121), [anon_sym_template] = ACTIONS(377), [anon_sym_operator] = ACTIONS(125), [anon_sym_try] = ACTIONS(379), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(381), [anon_sym_namespace] = ACTIONS(383), [anon_sym_using] = ACTIONS(385), [anon_sym_static_assert] = ACTIONS(387), [anon_sym_concept] = ACTIONS(389), [anon_sym_co_return] = ACTIONS(391), [anon_sym_co_yield] = ACTIONS(393), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [23] = { [sym_preproc_include] = STATE(25), [sym_preproc_def] = STATE(25), [sym_preproc_function_def] = STATE(25), [sym_preproc_call] = STATE(25), [sym_preproc_if] = STATE(25), [sym_preproc_ifdef] = STATE(25), [sym_preproc_else] = STATE(7595), [sym_preproc_elif] = STATE(7595), [sym_function_definition] = STATE(25), [sym_declaration] = STATE(25), [sym_type_definition] = STATE(25), [sym__declaration_modifiers] = STATE(3697), [sym__declaration_specifiers] = STATE(4619), [sym_linkage_specification] = STATE(25), [sym_attribute_specifier] = STATE(3697), [sym_attribute_declaration] = STATE(1417), [sym_ms_declspec_modifier] = STATE(3697), [sym_ms_based_modifier] = STATE(7599), [sym_ms_call_modifier] = STATE(2446), [sym__declarator] = STATE(5891), [sym_parenthesized_declarator] = STATE(5671), [sym_attributed_declarator] = STATE(5671), [sym_pointer_declarator] = STATE(5671), [sym_function_declarator] = STATE(5572), [sym_array_declarator] = STATE(5671), [sym_compound_statement] = STATE(25), [sym_storage_class_specifier] = STATE(3697), [sym_type_qualifier] = STATE(3697), [sym__type_specifier] = STATE(3765), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [sym_attributed_statement] = STATE(25), [sym_labeled_statement] = STATE(25), [sym_expression_statement] = STATE(25), [sym_if_statement] = STATE(25), [sym_switch_statement] = STATE(25), [sym_case_statement] = STATE(25), [sym_while_statement] = STATE(25), [sym_do_statement] = STATE(25), [sym_for_statement] = STATE(25), [sym_return_statement] = STATE(25), [sym_break_statement] = STATE(25), [sym_continue_statement] = STATE(25), [sym_goto_statement] = STATE(25), [sym__expression] = STATE(4201), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7616), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym__empty_declaration] = STATE(25), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym__class_name] = STATE(6738), [sym_virtual] = STATE(3697), [sym_explicit_function_specifier] = STATE(2316), [sym_dependent_type] = STATE(3695), [sym_template_declaration] = STATE(25), [sym_template_instantiation] = STATE(25), [sym_operator_cast] = STATE(5918), [sym__constructor_specifiers] = STATE(2316), [sym_operator_cast_definition] = STATE(25), [sym_operator_cast_declaration] = STATE(25), [sym_constructor_or_destructor_definition] = STATE(25), [sym_reference_declarator] = STATE(5671), [sym_structured_binding_declarator] = STATE(5671), [sym_template_type] = STATE(3931), [sym_template_function] = STATE(4106), [sym_namespace_definition] = STATE(25), [sym_namespace_alias_definition] = STATE(25), [sym_using_declaration] = STATE(25), [sym_alias_declaration] = STATE(25), [sym_static_assert_declaration] = STATE(25), [sym_concept_definition] = STATE(25), [sym_for_range_loop] = STATE(25), [sym_co_return_statement] = STATE(25), [sym_co_yield_statement] = STATE(25), [sym_throw_statement] = STATE(25), [sym_try_statement] = STATE(25), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_destructor_name] = STATE(5671), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5156), [sym_qualified_identifier] = STATE(3328), [sym_qualified_type_identifier] = STATE(3961), [sym_qualified_operator_cast_identifier] = STATE(5918), [sym_operator_name] = STATE(5671), [sym_user_defined_literal] = STATE(3925), [aux_sym_preproc_if_repeat1] = STATE(25), [aux_sym__declaration_specifiers_repeat1] = STATE(2582), [aux_sym_attributed_declarator_repeat1] = STATE(188), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [aux_sym_operator_cast_definition_repeat1] = STATE(2316), [sym_identifier] = ACTIONS(331), [aux_sym_preproc_include_token1] = ACTIONS(333), [aux_sym_preproc_def_token1] = ACTIONS(335), [aux_sym_preproc_if_token1] = ACTIONS(337), [aux_sym_preproc_if_token2] = ACTIONS(395), [aux_sym_preproc_ifdef_token1] = ACTIONS(341), [aux_sym_preproc_ifdef_token2] = ACTIONS(341), [aux_sym_preproc_else_token1] = ACTIONS(239), [aux_sym_preproc_elif_token1] = ACTIONS(241), [sym_preproc_directive] = ACTIONS(343), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(27), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(31), [anon_sym_SEMI] = ACTIONS(345), [anon_sym_typedef] = ACTIONS(347), [anon_sym_extern] = ACTIONS(349), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(41), [anon_sym___declspec] = ACTIONS(43), [anon_sym___based] = ACTIONS(45), [anon_sym___cdecl] = ACTIONS(47), [anon_sym___clrcall] = ACTIONS(47), [anon_sym___stdcall] = ACTIONS(47), [anon_sym___fastcall] = ACTIONS(47), [anon_sym___thiscall] = ACTIONS(47), [anon_sym___vectorcall] = ACTIONS(47), [anon_sym_LBRACE] = ACTIONS(351), [anon_sym_signed] = ACTIONS(51), [anon_sym_unsigned] = ACTIONS(51), [anon_sym_long] = ACTIONS(51), [anon_sym_short] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(353), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(61), [anon_sym_enum] = ACTIONS(63), [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), [anon_sym_union] = ACTIONS(69), [anon_sym_if] = ACTIONS(355), [anon_sym_switch] = ACTIONS(357), [anon_sym_case] = ACTIONS(359), [anon_sym_default] = ACTIONS(361), [anon_sym_while] = ACTIONS(363), [anon_sym_do] = ACTIONS(365), [anon_sym_for] = ACTIONS(367), [anon_sym_return] = ACTIONS(369), [anon_sym_break] = ACTIONS(371), [anon_sym_continue] = ACTIONS(373), [anon_sym_goto] = ACTIONS(375), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(113), [anon_sym_decltype] = ACTIONS(115), [anon_sym_virtual] = ACTIONS(117), [anon_sym_explicit] = ACTIONS(119), [anon_sym_typename] = ACTIONS(121), [anon_sym_template] = ACTIONS(377), [anon_sym_operator] = ACTIONS(125), [anon_sym_try] = ACTIONS(379), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(381), [anon_sym_namespace] = ACTIONS(383), [anon_sym_using] = ACTIONS(385), [anon_sym_static_assert] = ACTIONS(387), [anon_sym_concept] = ACTIONS(389), [anon_sym_co_return] = ACTIONS(391), [anon_sym_co_yield] = ACTIONS(393), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [24] = { [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_preproc_else] = STATE(7543), [sym_preproc_elif] = STATE(7543), [sym_function_definition] = STATE(37), [sym_declaration] = STATE(37), [sym_type_definition] = STATE(37), [sym__declaration_modifiers] = STATE(3697), [sym__declaration_specifiers] = STATE(4619), [sym_linkage_specification] = STATE(37), [sym_attribute_specifier] = STATE(3697), [sym_attribute_declaration] = STATE(1417), [sym_ms_declspec_modifier] = STATE(3697), [sym_ms_based_modifier] = STATE(7599), [sym_ms_call_modifier] = STATE(2446), [sym__declarator] = STATE(5891), [sym_parenthesized_declarator] = STATE(5671), [sym_attributed_declarator] = STATE(5671), [sym_pointer_declarator] = STATE(5671), [sym_function_declarator] = STATE(5572), [sym_array_declarator] = STATE(5671), [sym_compound_statement] = STATE(37), [sym_storage_class_specifier] = STATE(3697), [sym_type_qualifier] = STATE(3697), [sym__type_specifier] = STATE(3765), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [sym_attributed_statement] = STATE(37), [sym_labeled_statement] = STATE(37), [sym_expression_statement] = STATE(37), [sym_if_statement] = STATE(37), [sym_switch_statement] = STATE(37), [sym_case_statement] = STATE(37), [sym_while_statement] = STATE(37), [sym_do_statement] = STATE(37), [sym_for_statement] = STATE(37), [sym_return_statement] = STATE(37), [sym_break_statement] = STATE(37), [sym_continue_statement] = STATE(37), [sym_goto_statement] = STATE(37), [sym__expression] = STATE(4201), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7616), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym__empty_declaration] = STATE(37), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym__class_name] = STATE(6738), [sym_virtual] = STATE(3697), [sym_explicit_function_specifier] = STATE(2316), [sym_dependent_type] = STATE(3695), [sym_template_declaration] = STATE(37), [sym_template_instantiation] = STATE(37), [sym_operator_cast] = STATE(5918), [sym__constructor_specifiers] = STATE(2316), [sym_operator_cast_definition] = STATE(37), [sym_operator_cast_declaration] = STATE(37), [sym_constructor_or_destructor_definition] = STATE(37), [sym_reference_declarator] = STATE(5671), [sym_structured_binding_declarator] = STATE(5671), [sym_template_type] = STATE(3931), [sym_template_function] = STATE(4106), [sym_namespace_definition] = STATE(37), [sym_namespace_alias_definition] = STATE(37), [sym_using_declaration] = STATE(37), [sym_alias_declaration] = STATE(37), [sym_static_assert_declaration] = STATE(37), [sym_concept_definition] = STATE(37), [sym_for_range_loop] = STATE(37), [sym_co_return_statement] = STATE(37), [sym_co_yield_statement] = STATE(37), [sym_throw_statement] = STATE(37), [sym_try_statement] = STATE(37), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_destructor_name] = STATE(5671), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5156), [sym_qualified_identifier] = STATE(3328), [sym_qualified_type_identifier] = STATE(3961), [sym_qualified_operator_cast_identifier] = STATE(5918), [sym_operator_name] = STATE(5671), [sym_user_defined_literal] = STATE(3925), [aux_sym_preproc_if_repeat1] = STATE(37), [aux_sym__declaration_specifiers_repeat1] = STATE(2582), [aux_sym_attributed_declarator_repeat1] = STATE(188), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [aux_sym_operator_cast_definition_repeat1] = STATE(2316), [sym_identifier] = ACTIONS(331), [aux_sym_preproc_include_token1] = ACTIONS(333), [aux_sym_preproc_def_token1] = ACTIONS(335), [aux_sym_preproc_if_token1] = ACTIONS(337), [aux_sym_preproc_if_token2] = ACTIONS(397), [aux_sym_preproc_ifdef_token1] = ACTIONS(341), [aux_sym_preproc_ifdef_token2] = ACTIONS(341), [aux_sym_preproc_else_token1] = ACTIONS(239), [aux_sym_preproc_elif_token1] = ACTIONS(241), [sym_preproc_directive] = ACTIONS(343), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(27), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(31), [anon_sym_SEMI] = ACTIONS(345), [anon_sym_typedef] = ACTIONS(347), [anon_sym_extern] = ACTIONS(349), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(41), [anon_sym___declspec] = ACTIONS(43), [anon_sym___based] = ACTIONS(45), [anon_sym___cdecl] = ACTIONS(47), [anon_sym___clrcall] = ACTIONS(47), [anon_sym___stdcall] = ACTIONS(47), [anon_sym___fastcall] = ACTIONS(47), [anon_sym___thiscall] = ACTIONS(47), [anon_sym___vectorcall] = ACTIONS(47), [anon_sym_LBRACE] = ACTIONS(351), [anon_sym_signed] = ACTIONS(51), [anon_sym_unsigned] = ACTIONS(51), [anon_sym_long] = ACTIONS(51), [anon_sym_short] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(353), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(61), [anon_sym_enum] = ACTIONS(63), [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), [anon_sym_union] = ACTIONS(69), [anon_sym_if] = ACTIONS(355), [anon_sym_switch] = ACTIONS(357), [anon_sym_case] = ACTIONS(359), [anon_sym_default] = ACTIONS(361), [anon_sym_while] = ACTIONS(363), [anon_sym_do] = ACTIONS(365), [anon_sym_for] = ACTIONS(367), [anon_sym_return] = ACTIONS(369), [anon_sym_break] = ACTIONS(371), [anon_sym_continue] = ACTIONS(373), [anon_sym_goto] = ACTIONS(375), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(113), [anon_sym_decltype] = ACTIONS(115), [anon_sym_virtual] = ACTIONS(117), [anon_sym_explicit] = ACTIONS(119), [anon_sym_typename] = ACTIONS(121), [anon_sym_template] = ACTIONS(377), [anon_sym_operator] = ACTIONS(125), [anon_sym_try] = ACTIONS(379), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(381), [anon_sym_namespace] = ACTIONS(383), [anon_sym_using] = ACTIONS(385), [anon_sym_static_assert] = ACTIONS(387), [anon_sym_concept] = ACTIONS(389), [anon_sym_co_return] = ACTIONS(391), [anon_sym_co_yield] = ACTIONS(393), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [25] = { [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_preproc_else] = STATE(7208), [sym_preproc_elif] = STATE(7208), [sym_function_definition] = STATE(37), [sym_declaration] = STATE(37), [sym_type_definition] = STATE(37), [sym__declaration_modifiers] = STATE(3697), [sym__declaration_specifiers] = STATE(4619), [sym_linkage_specification] = STATE(37), [sym_attribute_specifier] = STATE(3697), [sym_attribute_declaration] = STATE(1417), [sym_ms_declspec_modifier] = STATE(3697), [sym_ms_based_modifier] = STATE(7599), [sym_ms_call_modifier] = STATE(2446), [sym__declarator] = STATE(5891), [sym_parenthesized_declarator] = STATE(5671), [sym_attributed_declarator] = STATE(5671), [sym_pointer_declarator] = STATE(5671), [sym_function_declarator] = STATE(5572), [sym_array_declarator] = STATE(5671), [sym_compound_statement] = STATE(37), [sym_storage_class_specifier] = STATE(3697), [sym_type_qualifier] = STATE(3697), [sym__type_specifier] = STATE(3765), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [sym_attributed_statement] = STATE(37), [sym_labeled_statement] = STATE(37), [sym_expression_statement] = STATE(37), [sym_if_statement] = STATE(37), [sym_switch_statement] = STATE(37), [sym_case_statement] = STATE(37), [sym_while_statement] = STATE(37), [sym_do_statement] = STATE(37), [sym_for_statement] = STATE(37), [sym_return_statement] = STATE(37), [sym_break_statement] = STATE(37), [sym_continue_statement] = STATE(37), [sym_goto_statement] = STATE(37), [sym__expression] = STATE(4201), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7616), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym__empty_declaration] = STATE(37), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym__class_name] = STATE(6738), [sym_virtual] = STATE(3697), [sym_explicit_function_specifier] = STATE(2316), [sym_dependent_type] = STATE(3695), [sym_template_declaration] = STATE(37), [sym_template_instantiation] = STATE(37), [sym_operator_cast] = STATE(5918), [sym__constructor_specifiers] = STATE(2316), [sym_operator_cast_definition] = STATE(37), [sym_operator_cast_declaration] = STATE(37), [sym_constructor_or_destructor_definition] = STATE(37), [sym_reference_declarator] = STATE(5671), [sym_structured_binding_declarator] = STATE(5671), [sym_template_type] = STATE(3931), [sym_template_function] = STATE(4106), [sym_namespace_definition] = STATE(37), [sym_namespace_alias_definition] = STATE(37), [sym_using_declaration] = STATE(37), [sym_alias_declaration] = STATE(37), [sym_static_assert_declaration] = STATE(37), [sym_concept_definition] = STATE(37), [sym_for_range_loop] = STATE(37), [sym_co_return_statement] = STATE(37), [sym_co_yield_statement] = STATE(37), [sym_throw_statement] = STATE(37), [sym_try_statement] = STATE(37), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_destructor_name] = STATE(5671), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5156), [sym_qualified_identifier] = STATE(3328), [sym_qualified_type_identifier] = STATE(3961), [sym_qualified_operator_cast_identifier] = STATE(5918), [sym_operator_name] = STATE(5671), [sym_user_defined_literal] = STATE(3925), [aux_sym_preproc_if_repeat1] = STATE(37), [aux_sym__declaration_specifiers_repeat1] = STATE(2582), [aux_sym_attributed_declarator_repeat1] = STATE(188), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [aux_sym_operator_cast_definition_repeat1] = STATE(2316), [sym_identifier] = ACTIONS(331), [aux_sym_preproc_include_token1] = ACTIONS(333), [aux_sym_preproc_def_token1] = ACTIONS(335), [aux_sym_preproc_if_token1] = ACTIONS(337), [aux_sym_preproc_if_token2] = ACTIONS(399), [aux_sym_preproc_ifdef_token1] = ACTIONS(341), [aux_sym_preproc_ifdef_token2] = ACTIONS(341), [aux_sym_preproc_else_token1] = ACTIONS(239), [aux_sym_preproc_elif_token1] = ACTIONS(241), [sym_preproc_directive] = ACTIONS(343), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(27), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(31), [anon_sym_SEMI] = ACTIONS(345), [anon_sym_typedef] = ACTIONS(347), [anon_sym_extern] = ACTIONS(349), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(41), [anon_sym___declspec] = ACTIONS(43), [anon_sym___based] = ACTIONS(45), [anon_sym___cdecl] = ACTIONS(47), [anon_sym___clrcall] = ACTIONS(47), [anon_sym___stdcall] = ACTIONS(47), [anon_sym___fastcall] = ACTIONS(47), [anon_sym___thiscall] = ACTIONS(47), [anon_sym___vectorcall] = ACTIONS(47), [anon_sym_LBRACE] = ACTIONS(351), [anon_sym_signed] = ACTIONS(51), [anon_sym_unsigned] = ACTIONS(51), [anon_sym_long] = ACTIONS(51), [anon_sym_short] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(353), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(61), [anon_sym_enum] = ACTIONS(63), [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), [anon_sym_union] = ACTIONS(69), [anon_sym_if] = ACTIONS(355), [anon_sym_switch] = ACTIONS(357), [anon_sym_case] = ACTIONS(359), [anon_sym_default] = ACTIONS(361), [anon_sym_while] = ACTIONS(363), [anon_sym_do] = ACTIONS(365), [anon_sym_for] = ACTIONS(367), [anon_sym_return] = ACTIONS(369), [anon_sym_break] = ACTIONS(371), [anon_sym_continue] = ACTIONS(373), [anon_sym_goto] = ACTIONS(375), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(113), [anon_sym_decltype] = ACTIONS(115), [anon_sym_virtual] = ACTIONS(117), [anon_sym_explicit] = ACTIONS(119), [anon_sym_typename] = ACTIONS(121), [anon_sym_template] = ACTIONS(377), [anon_sym_operator] = ACTIONS(125), [anon_sym_try] = ACTIONS(379), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(381), [anon_sym_namespace] = ACTIONS(383), [anon_sym_using] = ACTIONS(385), [anon_sym_static_assert] = ACTIONS(387), [anon_sym_concept] = ACTIONS(389), [anon_sym_co_return] = ACTIONS(391), [anon_sym_co_yield] = ACTIONS(393), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [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(3697), [sym__declaration_specifiers] = STATE(4696), [sym_linkage_specification] = STATE(26), [sym_attribute_specifier] = STATE(3697), [sym_attribute_declaration] = STATE(1417), [sym_ms_declspec_modifier] = STATE(3697), [sym_ms_based_modifier] = STATE(7599), [sym_ms_call_modifier] = STATE(2495), [sym__declarator] = STATE(5891), [sym_parenthesized_declarator] = STATE(5671), [sym_attributed_declarator] = STATE(5671), [sym_pointer_declarator] = STATE(5671), [sym_function_declarator] = STATE(5607), [sym_array_declarator] = STATE(5671), [sym_compound_statement] = STATE(26), [sym_storage_class_specifier] = STATE(3697), [sym_type_qualifier] = STATE(3697), [sym__type_specifier] = STATE(3763), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [sym_attributed_statement] = STATE(26), [sym_labeled_statement] = STATE(26), [sym_expression_statement] = STATE(26), [sym_if_statement] = STATE(26), [sym_switch_statement] = STATE(26), [sym_case_statement] = STATE(26), [sym_while_statement] = STATE(26), [sym_do_statement] = STATE(26), [sym_for_statement] = STATE(26), [sym_return_statement] = STATE(26), [sym_break_statement] = STATE(26), [sym_continue_statement] = STATE(26), [sym_goto_statement] = STATE(26), [sym__expression] = STATE(4232), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7187), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym__empty_declaration] = STATE(26), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym__class_name] = STATE(6738), [sym_virtual] = STATE(3697), [sym_explicit_function_specifier] = STATE(2301), [sym_dependent_type] = STATE(3695), [sym_template_declaration] = STATE(26), [sym_template_instantiation] = STATE(26), [sym_operator_cast] = STATE(5901), [sym__constructor_specifiers] = STATE(2301), [sym_operator_cast_definition] = STATE(26), [sym_operator_cast_declaration] = STATE(26), [sym_constructor_or_destructor_definition] = STATE(26), [sym_reference_declarator] = STATE(5671), [sym_structured_binding_declarator] = STATE(5671), [sym_template_type] = STATE(3931), [sym_template_function] = STATE(4106), [sym_namespace_definition] = STATE(26), [sym_namespace_alias_definition] = STATE(26), [sym_using_declaration] = STATE(26), [sym_alias_declaration] = STATE(26), [sym_static_assert_declaration] = STATE(26), [sym_concept_definition] = STATE(26), [sym_for_range_loop] = STATE(26), [sym_co_return_statement] = STATE(26), [sym_co_yield_statement] = STATE(26), [sym_throw_statement] = STATE(26), [sym_try_statement] = STATE(26), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_destructor_name] = STATE(5671), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5156), [sym_qualified_identifier] = STATE(3328), [sym_qualified_type_identifier] = STATE(3961), [sym_qualified_operator_cast_identifier] = STATE(5901), [sym_operator_name] = STATE(5671), [sym_user_defined_literal] = STATE(3925), [aux_sym_preproc_if_repeat1] = STATE(26), [aux_sym__declaration_specifiers_repeat1] = STATE(2582), [aux_sym_attributed_declarator_repeat1] = STATE(161), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [aux_sym_operator_cast_definition_repeat1] = STATE(2301), [sym_identifier] = ACTIONS(401), [aux_sym_preproc_include_token1] = ACTIONS(404), [aux_sym_preproc_def_token1] = ACTIONS(407), [aux_sym_preproc_if_token1] = ACTIONS(410), [aux_sym_preproc_if_token2] = ACTIONS(413), [aux_sym_preproc_ifdef_token1] = ACTIONS(415), [aux_sym_preproc_ifdef_token2] = ACTIONS(415), [aux_sym_preproc_else_token1] = ACTIONS(413), [aux_sym_preproc_elif_token1] = ACTIONS(413), [aux_sym_preproc_elifdef_token1] = ACTIONS(413), [aux_sym_preproc_elifdef_token2] = ACTIONS(413), [sym_preproc_directive] = ACTIONS(418), [anon_sym_LPAREN2] = ACTIONS(421), [anon_sym_BANG] = ACTIONS(424), [anon_sym_TILDE] = ACTIONS(427), [anon_sym_DASH] = ACTIONS(430), [anon_sym_PLUS] = ACTIONS(430), [anon_sym_STAR] = ACTIONS(433), [anon_sym_AMP_AMP] = ACTIONS(436), [anon_sym_AMP] = ACTIONS(439), [anon_sym_SEMI] = ACTIONS(442), [anon_sym_typedef] = ACTIONS(445), [anon_sym_extern] = ACTIONS(448), [anon_sym___attribute__] = ACTIONS(451), [anon_sym_COLON_COLON] = ACTIONS(454), [anon_sym_LBRACK_LBRACK] = ACTIONS(457), [anon_sym___declspec] = ACTIONS(460), [anon_sym___based] = ACTIONS(463), [anon_sym___cdecl] = ACTIONS(466), [anon_sym___clrcall] = ACTIONS(466), [anon_sym___stdcall] = ACTIONS(466), [anon_sym___fastcall] = ACTIONS(466), [anon_sym___thiscall] = ACTIONS(466), [anon_sym___vectorcall] = ACTIONS(466), [anon_sym_LBRACE] = ACTIONS(469), [anon_sym_signed] = ACTIONS(472), [anon_sym_unsigned] = ACTIONS(472), [anon_sym_long] = ACTIONS(472), [anon_sym_short] = ACTIONS(472), [anon_sym_LBRACK] = ACTIONS(475), [anon_sym_static] = ACTIONS(478), [anon_sym_register] = ACTIONS(478), [anon_sym_inline] = ACTIONS(481), [anon_sym_thread_local] = ACTIONS(478), [anon_sym_const] = ACTIONS(484), [anon_sym_constexpr] = ACTIONS(484), [anon_sym_volatile] = ACTIONS(484), [anon_sym_restrict] = ACTIONS(484), [anon_sym___restrict__] = ACTIONS(484), [anon_sym__Atomic] = ACTIONS(484), [anon_sym__Noreturn] = ACTIONS(484), [anon_sym_noreturn] = ACTIONS(484), [anon_sym_mutable] = ACTIONS(484), [anon_sym_constinit] = ACTIONS(484), [anon_sym_consteval] = ACTIONS(484), [sym_primitive_type] = ACTIONS(487), [anon_sym_enum] = ACTIONS(490), [anon_sym_class] = ACTIONS(493), [anon_sym_struct] = ACTIONS(496), [anon_sym_union] = ACTIONS(499), [anon_sym_if] = ACTIONS(502), [anon_sym_switch] = ACTIONS(505), [anon_sym_case] = ACTIONS(508), [anon_sym_default] = ACTIONS(511), [anon_sym_while] = ACTIONS(514), [anon_sym_do] = ACTIONS(517), [anon_sym_for] = ACTIONS(520), [anon_sym_return] = ACTIONS(523), [anon_sym_break] = ACTIONS(526), [anon_sym_continue] = ACTIONS(529), [anon_sym_goto] = ACTIONS(532), [anon_sym_not] = ACTIONS(430), [anon_sym_compl] = ACTIONS(430), [anon_sym_DASH_DASH] = ACTIONS(535), [anon_sym_PLUS_PLUS] = ACTIONS(535), [anon_sym_sizeof] = ACTIONS(538), [anon_sym_offsetof] = ACTIONS(541), [anon_sym__Generic] = ACTIONS(544), [anon_sym_asm] = ACTIONS(547), [anon_sym___asm__] = ACTIONS(547), [sym_number_literal] = ACTIONS(550), [anon_sym_L_SQUOTE] = ACTIONS(553), [anon_sym_u_SQUOTE] = ACTIONS(553), [anon_sym_U_SQUOTE] = ACTIONS(553), [anon_sym_u8_SQUOTE] = ACTIONS(553), [anon_sym_SQUOTE] = ACTIONS(553), [anon_sym_L_DQUOTE] = ACTIONS(556), [anon_sym_u_DQUOTE] = ACTIONS(556), [anon_sym_U_DQUOTE] = ACTIONS(556), [anon_sym_u8_DQUOTE] = ACTIONS(556), [anon_sym_DQUOTE] = ACTIONS(556), [sym_true] = ACTIONS(559), [sym_false] = ACTIONS(559), [anon_sym_NULL] = ACTIONS(562), [anon_sym_nullptr] = ACTIONS(562), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(565), [anon_sym_decltype] = ACTIONS(568), [anon_sym_virtual] = ACTIONS(571), [anon_sym_explicit] = ACTIONS(574), [anon_sym_typename] = ACTIONS(577), [anon_sym_template] = ACTIONS(580), [anon_sym_operator] = ACTIONS(583), [anon_sym_try] = ACTIONS(586), [anon_sym_delete] = ACTIONS(589), [anon_sym_throw] = ACTIONS(592), [anon_sym_namespace] = ACTIONS(595), [anon_sym_using] = ACTIONS(598), [anon_sym_static_assert] = ACTIONS(601), [anon_sym_concept] = ACTIONS(604), [anon_sym_co_return] = ACTIONS(607), [anon_sym_co_yield] = ACTIONS(610), [anon_sym_R_DQUOTE] = ACTIONS(613), [anon_sym_LR_DQUOTE] = ACTIONS(613), [anon_sym_uR_DQUOTE] = ACTIONS(613), [anon_sym_UR_DQUOTE] = ACTIONS(613), [anon_sym_u8R_DQUOTE] = ACTIONS(613), [anon_sym_co_await] = ACTIONS(616), [anon_sym_new] = ACTIONS(619), [anon_sym_requires] = ACTIONS(622), [sym_this] = ACTIONS(559), }, [27] = { [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_preproc_else] = STATE(7070), [sym_preproc_elif] = STATE(7070), [sym_function_definition] = STATE(37), [sym_declaration] = STATE(37), [sym_type_definition] = STATE(37), [sym__declaration_modifiers] = STATE(3697), [sym__declaration_specifiers] = STATE(4619), [sym_linkage_specification] = STATE(37), [sym_attribute_specifier] = STATE(3697), [sym_attribute_declaration] = STATE(1417), [sym_ms_declspec_modifier] = STATE(3697), [sym_ms_based_modifier] = STATE(7599), [sym_ms_call_modifier] = STATE(2446), [sym__declarator] = STATE(5891), [sym_parenthesized_declarator] = STATE(5671), [sym_attributed_declarator] = STATE(5671), [sym_pointer_declarator] = STATE(5671), [sym_function_declarator] = STATE(5572), [sym_array_declarator] = STATE(5671), [sym_compound_statement] = STATE(37), [sym_storage_class_specifier] = STATE(3697), [sym_type_qualifier] = STATE(3697), [sym__type_specifier] = STATE(3765), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [sym_attributed_statement] = STATE(37), [sym_labeled_statement] = STATE(37), [sym_expression_statement] = STATE(37), [sym_if_statement] = STATE(37), [sym_switch_statement] = STATE(37), [sym_case_statement] = STATE(37), [sym_while_statement] = STATE(37), [sym_do_statement] = STATE(37), [sym_for_statement] = STATE(37), [sym_return_statement] = STATE(37), [sym_break_statement] = STATE(37), [sym_continue_statement] = STATE(37), [sym_goto_statement] = STATE(37), [sym__expression] = STATE(4201), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7616), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym__empty_declaration] = STATE(37), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym__class_name] = STATE(6738), [sym_virtual] = STATE(3697), [sym_explicit_function_specifier] = STATE(2316), [sym_dependent_type] = STATE(3695), [sym_template_declaration] = STATE(37), [sym_template_instantiation] = STATE(37), [sym_operator_cast] = STATE(5918), [sym__constructor_specifiers] = STATE(2316), [sym_operator_cast_definition] = STATE(37), [sym_operator_cast_declaration] = STATE(37), [sym_constructor_or_destructor_definition] = STATE(37), [sym_reference_declarator] = STATE(5671), [sym_structured_binding_declarator] = STATE(5671), [sym_template_type] = STATE(3931), [sym_template_function] = STATE(4106), [sym_namespace_definition] = STATE(37), [sym_namespace_alias_definition] = STATE(37), [sym_using_declaration] = STATE(37), [sym_alias_declaration] = STATE(37), [sym_static_assert_declaration] = STATE(37), [sym_concept_definition] = STATE(37), [sym_for_range_loop] = STATE(37), [sym_co_return_statement] = STATE(37), [sym_co_yield_statement] = STATE(37), [sym_throw_statement] = STATE(37), [sym_try_statement] = STATE(37), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_destructor_name] = STATE(5671), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5156), [sym_qualified_identifier] = STATE(3328), [sym_qualified_type_identifier] = STATE(3961), [sym_qualified_operator_cast_identifier] = STATE(5918), [sym_operator_name] = STATE(5671), [sym_user_defined_literal] = STATE(3925), [aux_sym_preproc_if_repeat1] = STATE(37), [aux_sym__declaration_specifiers_repeat1] = STATE(2582), [aux_sym_attributed_declarator_repeat1] = STATE(188), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [aux_sym_operator_cast_definition_repeat1] = STATE(2316), [sym_identifier] = ACTIONS(331), [aux_sym_preproc_include_token1] = ACTIONS(333), [aux_sym_preproc_def_token1] = ACTIONS(335), [aux_sym_preproc_if_token1] = ACTIONS(337), [aux_sym_preproc_if_token2] = ACTIONS(625), [aux_sym_preproc_ifdef_token1] = ACTIONS(341), [aux_sym_preproc_ifdef_token2] = ACTIONS(341), [aux_sym_preproc_else_token1] = ACTIONS(239), [aux_sym_preproc_elif_token1] = ACTIONS(241), [sym_preproc_directive] = ACTIONS(343), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(27), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(31), [anon_sym_SEMI] = ACTIONS(345), [anon_sym_typedef] = ACTIONS(347), [anon_sym_extern] = ACTIONS(349), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(41), [anon_sym___declspec] = ACTIONS(43), [anon_sym___based] = ACTIONS(45), [anon_sym___cdecl] = ACTIONS(47), [anon_sym___clrcall] = ACTIONS(47), [anon_sym___stdcall] = ACTIONS(47), [anon_sym___fastcall] = ACTIONS(47), [anon_sym___thiscall] = ACTIONS(47), [anon_sym___vectorcall] = ACTIONS(47), [anon_sym_LBRACE] = ACTIONS(351), [anon_sym_signed] = ACTIONS(51), [anon_sym_unsigned] = ACTIONS(51), [anon_sym_long] = ACTIONS(51), [anon_sym_short] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(353), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(61), [anon_sym_enum] = ACTIONS(63), [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), [anon_sym_union] = ACTIONS(69), [anon_sym_if] = ACTIONS(355), [anon_sym_switch] = ACTIONS(357), [anon_sym_case] = ACTIONS(359), [anon_sym_default] = ACTIONS(361), [anon_sym_while] = ACTIONS(363), [anon_sym_do] = ACTIONS(365), [anon_sym_for] = ACTIONS(367), [anon_sym_return] = ACTIONS(369), [anon_sym_break] = ACTIONS(371), [anon_sym_continue] = ACTIONS(373), [anon_sym_goto] = ACTIONS(375), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(113), [anon_sym_decltype] = ACTIONS(115), [anon_sym_virtual] = ACTIONS(117), [anon_sym_explicit] = ACTIONS(119), [anon_sym_typename] = ACTIONS(121), [anon_sym_template] = ACTIONS(377), [anon_sym_operator] = ACTIONS(125), [anon_sym_try] = ACTIONS(379), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(381), [anon_sym_namespace] = ACTIONS(383), [anon_sym_using] = ACTIONS(385), [anon_sym_static_assert] = ACTIONS(387), [anon_sym_concept] = ACTIONS(389), [anon_sym_co_return] = ACTIONS(391), [anon_sym_co_yield] = ACTIONS(393), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [28] = { [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_preproc_else] = STATE(7336), [sym_preproc_elif] = STATE(7336), [sym_function_definition] = STATE(37), [sym_declaration] = STATE(37), [sym_type_definition] = STATE(37), [sym__declaration_modifiers] = STATE(3697), [sym__declaration_specifiers] = STATE(4619), [sym_linkage_specification] = STATE(37), [sym_attribute_specifier] = STATE(3697), [sym_attribute_declaration] = STATE(1417), [sym_ms_declspec_modifier] = STATE(3697), [sym_ms_based_modifier] = STATE(7599), [sym_ms_call_modifier] = STATE(2446), [sym__declarator] = STATE(5891), [sym_parenthesized_declarator] = STATE(5671), [sym_attributed_declarator] = STATE(5671), [sym_pointer_declarator] = STATE(5671), [sym_function_declarator] = STATE(5572), [sym_array_declarator] = STATE(5671), [sym_compound_statement] = STATE(37), [sym_storage_class_specifier] = STATE(3697), [sym_type_qualifier] = STATE(3697), [sym__type_specifier] = STATE(3765), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [sym_attributed_statement] = STATE(37), [sym_labeled_statement] = STATE(37), [sym_expression_statement] = STATE(37), [sym_if_statement] = STATE(37), [sym_switch_statement] = STATE(37), [sym_case_statement] = STATE(37), [sym_while_statement] = STATE(37), [sym_do_statement] = STATE(37), [sym_for_statement] = STATE(37), [sym_return_statement] = STATE(37), [sym_break_statement] = STATE(37), [sym_continue_statement] = STATE(37), [sym_goto_statement] = STATE(37), [sym__expression] = STATE(4201), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7616), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym__empty_declaration] = STATE(37), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym__class_name] = STATE(6738), [sym_virtual] = STATE(3697), [sym_explicit_function_specifier] = STATE(2316), [sym_dependent_type] = STATE(3695), [sym_template_declaration] = STATE(37), [sym_template_instantiation] = STATE(37), [sym_operator_cast] = STATE(5918), [sym__constructor_specifiers] = STATE(2316), [sym_operator_cast_definition] = STATE(37), [sym_operator_cast_declaration] = STATE(37), [sym_constructor_or_destructor_definition] = STATE(37), [sym_reference_declarator] = STATE(5671), [sym_structured_binding_declarator] = STATE(5671), [sym_template_type] = STATE(3931), [sym_template_function] = STATE(4106), [sym_namespace_definition] = STATE(37), [sym_namespace_alias_definition] = STATE(37), [sym_using_declaration] = STATE(37), [sym_alias_declaration] = STATE(37), [sym_static_assert_declaration] = STATE(37), [sym_concept_definition] = STATE(37), [sym_for_range_loop] = STATE(37), [sym_co_return_statement] = STATE(37), [sym_co_yield_statement] = STATE(37), [sym_throw_statement] = STATE(37), [sym_try_statement] = STATE(37), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_destructor_name] = STATE(5671), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5156), [sym_qualified_identifier] = STATE(3328), [sym_qualified_type_identifier] = STATE(3961), [sym_qualified_operator_cast_identifier] = STATE(5918), [sym_operator_name] = STATE(5671), [sym_user_defined_literal] = STATE(3925), [aux_sym_preproc_if_repeat1] = STATE(37), [aux_sym__declaration_specifiers_repeat1] = STATE(2582), [aux_sym_attributed_declarator_repeat1] = STATE(188), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [aux_sym_operator_cast_definition_repeat1] = STATE(2316), [sym_identifier] = ACTIONS(331), [aux_sym_preproc_include_token1] = ACTIONS(333), [aux_sym_preproc_def_token1] = ACTIONS(335), [aux_sym_preproc_if_token1] = ACTIONS(337), [aux_sym_preproc_if_token2] = ACTIONS(627), [aux_sym_preproc_ifdef_token1] = ACTIONS(341), [aux_sym_preproc_ifdef_token2] = ACTIONS(341), [aux_sym_preproc_else_token1] = ACTIONS(239), [aux_sym_preproc_elif_token1] = ACTIONS(241), [sym_preproc_directive] = ACTIONS(343), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(27), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(31), [anon_sym_SEMI] = ACTIONS(345), [anon_sym_typedef] = ACTIONS(347), [anon_sym_extern] = ACTIONS(349), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(41), [anon_sym___declspec] = ACTIONS(43), [anon_sym___based] = ACTIONS(45), [anon_sym___cdecl] = ACTIONS(47), [anon_sym___clrcall] = ACTIONS(47), [anon_sym___stdcall] = ACTIONS(47), [anon_sym___fastcall] = ACTIONS(47), [anon_sym___thiscall] = ACTIONS(47), [anon_sym___vectorcall] = ACTIONS(47), [anon_sym_LBRACE] = ACTIONS(351), [anon_sym_signed] = ACTIONS(51), [anon_sym_unsigned] = ACTIONS(51), [anon_sym_long] = ACTIONS(51), [anon_sym_short] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(353), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(61), [anon_sym_enum] = ACTIONS(63), [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), [anon_sym_union] = ACTIONS(69), [anon_sym_if] = ACTIONS(355), [anon_sym_switch] = ACTIONS(357), [anon_sym_case] = ACTIONS(359), [anon_sym_default] = ACTIONS(361), [anon_sym_while] = ACTIONS(363), [anon_sym_do] = ACTIONS(365), [anon_sym_for] = ACTIONS(367), [anon_sym_return] = ACTIONS(369), [anon_sym_break] = ACTIONS(371), [anon_sym_continue] = ACTIONS(373), [anon_sym_goto] = ACTIONS(375), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(113), [anon_sym_decltype] = ACTIONS(115), [anon_sym_virtual] = ACTIONS(117), [anon_sym_explicit] = ACTIONS(119), [anon_sym_typename] = ACTIONS(121), [anon_sym_template] = ACTIONS(377), [anon_sym_operator] = ACTIONS(125), [anon_sym_try] = ACTIONS(379), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(381), [anon_sym_namespace] = ACTIONS(383), [anon_sym_using] = ACTIONS(385), [anon_sym_static_assert] = ACTIONS(387), [anon_sym_concept] = ACTIONS(389), [anon_sym_co_return] = ACTIONS(391), [anon_sym_co_yield] = ACTIONS(393), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [29] = { [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_preproc_else] = STATE(7712), [sym_preproc_elif] = STATE(7712), [sym_function_definition] = STATE(37), [sym_declaration] = STATE(37), [sym_type_definition] = STATE(37), [sym__declaration_modifiers] = STATE(3697), [sym__declaration_specifiers] = STATE(4619), [sym_linkage_specification] = STATE(37), [sym_attribute_specifier] = STATE(3697), [sym_attribute_declaration] = STATE(1417), [sym_ms_declspec_modifier] = STATE(3697), [sym_ms_based_modifier] = STATE(7599), [sym_ms_call_modifier] = STATE(2446), [sym__declarator] = STATE(5891), [sym_parenthesized_declarator] = STATE(5671), [sym_attributed_declarator] = STATE(5671), [sym_pointer_declarator] = STATE(5671), [sym_function_declarator] = STATE(5572), [sym_array_declarator] = STATE(5671), [sym_compound_statement] = STATE(37), [sym_storage_class_specifier] = STATE(3697), [sym_type_qualifier] = STATE(3697), [sym__type_specifier] = STATE(3765), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [sym_attributed_statement] = STATE(37), [sym_labeled_statement] = STATE(37), [sym_expression_statement] = STATE(37), [sym_if_statement] = STATE(37), [sym_switch_statement] = STATE(37), [sym_case_statement] = STATE(37), [sym_while_statement] = STATE(37), [sym_do_statement] = STATE(37), [sym_for_statement] = STATE(37), [sym_return_statement] = STATE(37), [sym_break_statement] = STATE(37), [sym_continue_statement] = STATE(37), [sym_goto_statement] = STATE(37), [sym__expression] = STATE(4201), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7616), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym__empty_declaration] = STATE(37), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym__class_name] = STATE(6738), [sym_virtual] = STATE(3697), [sym_explicit_function_specifier] = STATE(2316), [sym_dependent_type] = STATE(3695), [sym_template_declaration] = STATE(37), [sym_template_instantiation] = STATE(37), [sym_operator_cast] = STATE(5918), [sym__constructor_specifiers] = STATE(2316), [sym_operator_cast_definition] = STATE(37), [sym_operator_cast_declaration] = STATE(37), [sym_constructor_or_destructor_definition] = STATE(37), [sym_reference_declarator] = STATE(5671), [sym_structured_binding_declarator] = STATE(5671), [sym_template_type] = STATE(3931), [sym_template_function] = STATE(4106), [sym_namespace_definition] = STATE(37), [sym_namespace_alias_definition] = STATE(37), [sym_using_declaration] = STATE(37), [sym_alias_declaration] = STATE(37), [sym_static_assert_declaration] = STATE(37), [sym_concept_definition] = STATE(37), [sym_for_range_loop] = STATE(37), [sym_co_return_statement] = STATE(37), [sym_co_yield_statement] = STATE(37), [sym_throw_statement] = STATE(37), [sym_try_statement] = STATE(37), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_destructor_name] = STATE(5671), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5156), [sym_qualified_identifier] = STATE(3328), [sym_qualified_type_identifier] = STATE(3961), [sym_qualified_operator_cast_identifier] = STATE(5918), [sym_operator_name] = STATE(5671), [sym_user_defined_literal] = STATE(3925), [aux_sym_preproc_if_repeat1] = STATE(37), [aux_sym__declaration_specifiers_repeat1] = STATE(2582), [aux_sym_attributed_declarator_repeat1] = STATE(188), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [aux_sym_operator_cast_definition_repeat1] = STATE(2316), [sym_identifier] = ACTIONS(331), [aux_sym_preproc_include_token1] = ACTIONS(333), [aux_sym_preproc_def_token1] = ACTIONS(335), [aux_sym_preproc_if_token1] = ACTIONS(337), [aux_sym_preproc_if_token2] = ACTIONS(629), [aux_sym_preproc_ifdef_token1] = ACTIONS(341), [aux_sym_preproc_ifdef_token2] = ACTIONS(341), [aux_sym_preproc_else_token1] = ACTIONS(239), [aux_sym_preproc_elif_token1] = ACTIONS(241), [sym_preproc_directive] = ACTIONS(343), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(27), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(31), [anon_sym_SEMI] = ACTIONS(345), [anon_sym_typedef] = ACTIONS(347), [anon_sym_extern] = ACTIONS(349), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(41), [anon_sym___declspec] = ACTIONS(43), [anon_sym___based] = ACTIONS(45), [anon_sym___cdecl] = ACTIONS(47), [anon_sym___clrcall] = ACTIONS(47), [anon_sym___stdcall] = ACTIONS(47), [anon_sym___fastcall] = ACTIONS(47), [anon_sym___thiscall] = ACTIONS(47), [anon_sym___vectorcall] = ACTIONS(47), [anon_sym_LBRACE] = ACTIONS(351), [anon_sym_signed] = ACTIONS(51), [anon_sym_unsigned] = ACTIONS(51), [anon_sym_long] = ACTIONS(51), [anon_sym_short] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(353), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(61), [anon_sym_enum] = ACTIONS(63), [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), [anon_sym_union] = ACTIONS(69), [anon_sym_if] = ACTIONS(355), [anon_sym_switch] = ACTIONS(357), [anon_sym_case] = ACTIONS(359), [anon_sym_default] = ACTIONS(361), [anon_sym_while] = ACTIONS(363), [anon_sym_do] = ACTIONS(365), [anon_sym_for] = ACTIONS(367), [anon_sym_return] = ACTIONS(369), [anon_sym_break] = ACTIONS(371), [anon_sym_continue] = ACTIONS(373), [anon_sym_goto] = ACTIONS(375), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(113), [anon_sym_decltype] = ACTIONS(115), [anon_sym_virtual] = ACTIONS(117), [anon_sym_explicit] = ACTIONS(119), [anon_sym_typename] = ACTIONS(121), [anon_sym_template] = ACTIONS(377), [anon_sym_operator] = ACTIONS(125), [anon_sym_try] = ACTIONS(379), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(381), [anon_sym_namespace] = ACTIONS(383), [anon_sym_using] = ACTIONS(385), [anon_sym_static_assert] = ACTIONS(387), [anon_sym_concept] = ACTIONS(389), [anon_sym_co_return] = ACTIONS(391), [anon_sym_co_yield] = ACTIONS(393), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [30] = { [sym_preproc_include] = STATE(32), [sym_preproc_def] = STATE(32), [sym_preproc_function_def] = STATE(32), [sym_preproc_call] = STATE(32), [sym_preproc_if] = STATE(32), [sym_preproc_ifdef] = STATE(32), [sym_preproc_else] = STATE(7209), [sym_preproc_elif] = STATE(7209), [sym_function_definition] = STATE(32), [sym_declaration] = STATE(32), [sym_type_definition] = STATE(32), [sym__declaration_modifiers] = STATE(3697), [sym__declaration_specifiers] = STATE(4619), [sym_linkage_specification] = STATE(32), [sym_attribute_specifier] = STATE(3697), [sym_attribute_declaration] = STATE(1417), [sym_ms_declspec_modifier] = STATE(3697), [sym_ms_based_modifier] = STATE(7599), [sym_ms_call_modifier] = STATE(2446), [sym__declarator] = STATE(5891), [sym_parenthesized_declarator] = STATE(5671), [sym_attributed_declarator] = STATE(5671), [sym_pointer_declarator] = STATE(5671), [sym_function_declarator] = STATE(5572), [sym_array_declarator] = STATE(5671), [sym_compound_statement] = STATE(32), [sym_storage_class_specifier] = STATE(3697), [sym_type_qualifier] = STATE(3697), [sym__type_specifier] = STATE(3765), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [sym_attributed_statement] = STATE(32), [sym_labeled_statement] = STATE(32), [sym_expression_statement] = STATE(32), [sym_if_statement] = STATE(32), [sym_switch_statement] = STATE(32), [sym_case_statement] = STATE(32), [sym_while_statement] = STATE(32), [sym_do_statement] = STATE(32), [sym_for_statement] = STATE(32), [sym_return_statement] = STATE(32), [sym_break_statement] = STATE(32), [sym_continue_statement] = STATE(32), [sym_goto_statement] = STATE(32), [sym__expression] = STATE(4201), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7616), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym__empty_declaration] = STATE(32), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym__class_name] = STATE(6738), [sym_virtual] = STATE(3697), [sym_explicit_function_specifier] = STATE(2316), [sym_dependent_type] = STATE(3695), [sym_template_declaration] = STATE(32), [sym_template_instantiation] = STATE(32), [sym_operator_cast] = STATE(5918), [sym__constructor_specifiers] = STATE(2316), [sym_operator_cast_definition] = STATE(32), [sym_operator_cast_declaration] = STATE(32), [sym_constructor_or_destructor_definition] = STATE(32), [sym_reference_declarator] = STATE(5671), [sym_structured_binding_declarator] = STATE(5671), [sym_template_type] = STATE(3931), [sym_template_function] = STATE(4106), [sym_namespace_definition] = STATE(32), [sym_namespace_alias_definition] = STATE(32), [sym_using_declaration] = STATE(32), [sym_alias_declaration] = STATE(32), [sym_static_assert_declaration] = STATE(32), [sym_concept_definition] = STATE(32), [sym_for_range_loop] = STATE(32), [sym_co_return_statement] = STATE(32), [sym_co_yield_statement] = STATE(32), [sym_throw_statement] = STATE(32), [sym_try_statement] = STATE(32), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_destructor_name] = STATE(5671), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5156), [sym_qualified_identifier] = STATE(3328), [sym_qualified_type_identifier] = STATE(3961), [sym_qualified_operator_cast_identifier] = STATE(5918), [sym_operator_name] = STATE(5671), [sym_user_defined_literal] = STATE(3925), [aux_sym_preproc_if_repeat1] = STATE(32), [aux_sym__declaration_specifiers_repeat1] = STATE(2582), [aux_sym_attributed_declarator_repeat1] = STATE(188), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [aux_sym_operator_cast_definition_repeat1] = STATE(2316), [sym_identifier] = ACTIONS(331), [aux_sym_preproc_include_token1] = ACTIONS(333), [aux_sym_preproc_def_token1] = ACTIONS(335), [aux_sym_preproc_if_token1] = ACTIONS(337), [aux_sym_preproc_if_token2] = ACTIONS(631), [aux_sym_preproc_ifdef_token1] = ACTIONS(341), [aux_sym_preproc_ifdef_token2] = ACTIONS(341), [aux_sym_preproc_else_token1] = ACTIONS(239), [aux_sym_preproc_elif_token1] = ACTIONS(241), [sym_preproc_directive] = ACTIONS(343), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(27), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(31), [anon_sym_SEMI] = ACTIONS(345), [anon_sym_typedef] = ACTIONS(347), [anon_sym_extern] = ACTIONS(349), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(41), [anon_sym___declspec] = ACTIONS(43), [anon_sym___based] = ACTIONS(45), [anon_sym___cdecl] = ACTIONS(47), [anon_sym___clrcall] = ACTIONS(47), [anon_sym___stdcall] = ACTIONS(47), [anon_sym___fastcall] = ACTIONS(47), [anon_sym___thiscall] = ACTIONS(47), [anon_sym___vectorcall] = ACTIONS(47), [anon_sym_LBRACE] = ACTIONS(351), [anon_sym_signed] = ACTIONS(51), [anon_sym_unsigned] = ACTIONS(51), [anon_sym_long] = ACTIONS(51), [anon_sym_short] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(353), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(61), [anon_sym_enum] = ACTIONS(63), [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), [anon_sym_union] = ACTIONS(69), [anon_sym_if] = ACTIONS(355), [anon_sym_switch] = ACTIONS(357), [anon_sym_case] = ACTIONS(359), [anon_sym_default] = ACTIONS(361), [anon_sym_while] = ACTIONS(363), [anon_sym_do] = ACTIONS(365), [anon_sym_for] = ACTIONS(367), [anon_sym_return] = ACTIONS(369), [anon_sym_break] = ACTIONS(371), [anon_sym_continue] = ACTIONS(373), [anon_sym_goto] = ACTIONS(375), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(113), [anon_sym_decltype] = ACTIONS(115), [anon_sym_virtual] = ACTIONS(117), [anon_sym_explicit] = ACTIONS(119), [anon_sym_typename] = ACTIONS(121), [anon_sym_template] = ACTIONS(377), [anon_sym_operator] = ACTIONS(125), [anon_sym_try] = ACTIONS(379), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(381), [anon_sym_namespace] = ACTIONS(383), [anon_sym_using] = ACTIONS(385), [anon_sym_static_assert] = ACTIONS(387), [anon_sym_concept] = ACTIONS(389), [anon_sym_co_return] = ACTIONS(391), [anon_sym_co_yield] = ACTIONS(393), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [31] = { [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(7404), [sym_preproc_elif] = STATE(7404), [sym_function_definition] = STATE(22), [sym_declaration] = STATE(22), [sym_type_definition] = STATE(22), [sym__declaration_modifiers] = STATE(3697), [sym__declaration_specifiers] = STATE(4619), [sym_linkage_specification] = STATE(22), [sym_attribute_specifier] = STATE(3697), [sym_attribute_declaration] = STATE(1417), [sym_ms_declspec_modifier] = STATE(3697), [sym_ms_based_modifier] = STATE(7599), [sym_ms_call_modifier] = STATE(2446), [sym__declarator] = STATE(5891), [sym_parenthesized_declarator] = STATE(5671), [sym_attributed_declarator] = STATE(5671), [sym_pointer_declarator] = STATE(5671), [sym_function_declarator] = STATE(5572), [sym_array_declarator] = STATE(5671), [sym_compound_statement] = STATE(22), [sym_storage_class_specifier] = STATE(3697), [sym_type_qualifier] = STATE(3697), [sym__type_specifier] = STATE(3765), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [sym_attributed_statement] = STATE(22), [sym_labeled_statement] = STATE(22), [sym_expression_statement] = STATE(22), [sym_if_statement] = STATE(22), [sym_switch_statement] = STATE(22), [sym_case_statement] = STATE(22), [sym_while_statement] = STATE(22), [sym_do_statement] = STATE(22), [sym_for_statement] = STATE(22), [sym_return_statement] = STATE(22), [sym_break_statement] = STATE(22), [sym_continue_statement] = STATE(22), [sym_goto_statement] = STATE(22), [sym__expression] = STATE(4201), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7616), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym__empty_declaration] = STATE(22), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym__class_name] = STATE(6738), [sym_virtual] = STATE(3697), [sym_explicit_function_specifier] = STATE(2316), [sym_dependent_type] = STATE(3695), [sym_template_declaration] = STATE(22), [sym_template_instantiation] = STATE(22), [sym_operator_cast] = STATE(5918), [sym__constructor_specifiers] = STATE(2316), [sym_operator_cast_definition] = STATE(22), [sym_operator_cast_declaration] = STATE(22), [sym_constructor_or_destructor_definition] = STATE(22), [sym_reference_declarator] = STATE(5671), [sym_structured_binding_declarator] = STATE(5671), [sym_template_type] = STATE(3931), [sym_template_function] = STATE(4106), [sym_namespace_definition] = STATE(22), [sym_namespace_alias_definition] = STATE(22), [sym_using_declaration] = STATE(22), [sym_alias_declaration] = STATE(22), [sym_static_assert_declaration] = STATE(22), [sym_concept_definition] = STATE(22), [sym_for_range_loop] = STATE(22), [sym_co_return_statement] = STATE(22), [sym_co_yield_statement] = STATE(22), [sym_throw_statement] = STATE(22), [sym_try_statement] = STATE(22), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_destructor_name] = STATE(5671), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5156), [sym_qualified_identifier] = STATE(3328), [sym_qualified_type_identifier] = STATE(3961), [sym_qualified_operator_cast_identifier] = STATE(5918), [sym_operator_name] = STATE(5671), [sym_user_defined_literal] = STATE(3925), [aux_sym_preproc_if_repeat1] = STATE(22), [aux_sym__declaration_specifiers_repeat1] = STATE(2582), [aux_sym_attributed_declarator_repeat1] = STATE(188), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [aux_sym_operator_cast_definition_repeat1] = STATE(2316), [sym_identifier] = ACTIONS(331), [aux_sym_preproc_include_token1] = ACTIONS(333), [aux_sym_preproc_def_token1] = ACTIONS(335), [aux_sym_preproc_if_token1] = ACTIONS(337), [aux_sym_preproc_if_token2] = ACTIONS(633), [aux_sym_preproc_ifdef_token1] = ACTIONS(341), [aux_sym_preproc_ifdef_token2] = ACTIONS(341), [aux_sym_preproc_else_token1] = ACTIONS(239), [aux_sym_preproc_elif_token1] = ACTIONS(241), [sym_preproc_directive] = ACTIONS(343), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(27), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(31), [anon_sym_SEMI] = ACTIONS(345), [anon_sym_typedef] = ACTIONS(347), [anon_sym_extern] = ACTIONS(349), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(41), [anon_sym___declspec] = ACTIONS(43), [anon_sym___based] = ACTIONS(45), [anon_sym___cdecl] = ACTIONS(47), [anon_sym___clrcall] = ACTIONS(47), [anon_sym___stdcall] = ACTIONS(47), [anon_sym___fastcall] = ACTIONS(47), [anon_sym___thiscall] = ACTIONS(47), [anon_sym___vectorcall] = ACTIONS(47), [anon_sym_LBRACE] = ACTIONS(351), [anon_sym_signed] = ACTIONS(51), [anon_sym_unsigned] = ACTIONS(51), [anon_sym_long] = ACTIONS(51), [anon_sym_short] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(353), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(61), [anon_sym_enum] = ACTIONS(63), [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), [anon_sym_union] = ACTIONS(69), [anon_sym_if] = ACTIONS(355), [anon_sym_switch] = ACTIONS(357), [anon_sym_case] = ACTIONS(359), [anon_sym_default] = ACTIONS(361), [anon_sym_while] = ACTIONS(363), [anon_sym_do] = ACTIONS(365), [anon_sym_for] = ACTIONS(367), [anon_sym_return] = ACTIONS(369), [anon_sym_break] = ACTIONS(371), [anon_sym_continue] = ACTIONS(373), [anon_sym_goto] = ACTIONS(375), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(113), [anon_sym_decltype] = ACTIONS(115), [anon_sym_virtual] = ACTIONS(117), [anon_sym_explicit] = ACTIONS(119), [anon_sym_typename] = ACTIONS(121), [anon_sym_template] = ACTIONS(377), [anon_sym_operator] = ACTIONS(125), [anon_sym_try] = ACTIONS(379), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(381), [anon_sym_namespace] = ACTIONS(383), [anon_sym_using] = ACTIONS(385), [anon_sym_static_assert] = ACTIONS(387), [anon_sym_concept] = ACTIONS(389), [anon_sym_co_return] = ACTIONS(391), [anon_sym_co_yield] = ACTIONS(393), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [32] = { [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_preproc_else] = STATE(7405), [sym_preproc_elif] = STATE(7405), [sym_function_definition] = STATE(37), [sym_declaration] = STATE(37), [sym_type_definition] = STATE(37), [sym__declaration_modifiers] = STATE(3697), [sym__declaration_specifiers] = STATE(4619), [sym_linkage_specification] = STATE(37), [sym_attribute_specifier] = STATE(3697), [sym_attribute_declaration] = STATE(1417), [sym_ms_declspec_modifier] = STATE(3697), [sym_ms_based_modifier] = STATE(7599), [sym_ms_call_modifier] = STATE(2446), [sym__declarator] = STATE(5891), [sym_parenthesized_declarator] = STATE(5671), [sym_attributed_declarator] = STATE(5671), [sym_pointer_declarator] = STATE(5671), [sym_function_declarator] = STATE(5572), [sym_array_declarator] = STATE(5671), [sym_compound_statement] = STATE(37), [sym_storage_class_specifier] = STATE(3697), [sym_type_qualifier] = STATE(3697), [sym__type_specifier] = STATE(3765), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [sym_attributed_statement] = STATE(37), [sym_labeled_statement] = STATE(37), [sym_expression_statement] = STATE(37), [sym_if_statement] = STATE(37), [sym_switch_statement] = STATE(37), [sym_case_statement] = STATE(37), [sym_while_statement] = STATE(37), [sym_do_statement] = STATE(37), [sym_for_statement] = STATE(37), [sym_return_statement] = STATE(37), [sym_break_statement] = STATE(37), [sym_continue_statement] = STATE(37), [sym_goto_statement] = STATE(37), [sym__expression] = STATE(4201), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7616), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym__empty_declaration] = STATE(37), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym__class_name] = STATE(6738), [sym_virtual] = STATE(3697), [sym_explicit_function_specifier] = STATE(2316), [sym_dependent_type] = STATE(3695), [sym_template_declaration] = STATE(37), [sym_template_instantiation] = STATE(37), [sym_operator_cast] = STATE(5918), [sym__constructor_specifiers] = STATE(2316), [sym_operator_cast_definition] = STATE(37), [sym_operator_cast_declaration] = STATE(37), [sym_constructor_or_destructor_definition] = STATE(37), [sym_reference_declarator] = STATE(5671), [sym_structured_binding_declarator] = STATE(5671), [sym_template_type] = STATE(3931), [sym_template_function] = STATE(4106), [sym_namespace_definition] = STATE(37), [sym_namespace_alias_definition] = STATE(37), [sym_using_declaration] = STATE(37), [sym_alias_declaration] = STATE(37), [sym_static_assert_declaration] = STATE(37), [sym_concept_definition] = STATE(37), [sym_for_range_loop] = STATE(37), [sym_co_return_statement] = STATE(37), [sym_co_yield_statement] = STATE(37), [sym_throw_statement] = STATE(37), [sym_try_statement] = STATE(37), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_destructor_name] = STATE(5671), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5156), [sym_qualified_identifier] = STATE(3328), [sym_qualified_type_identifier] = STATE(3961), [sym_qualified_operator_cast_identifier] = STATE(5918), [sym_operator_name] = STATE(5671), [sym_user_defined_literal] = STATE(3925), [aux_sym_preproc_if_repeat1] = STATE(37), [aux_sym__declaration_specifiers_repeat1] = STATE(2582), [aux_sym_attributed_declarator_repeat1] = STATE(188), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [aux_sym_operator_cast_definition_repeat1] = STATE(2316), [sym_identifier] = ACTIONS(331), [aux_sym_preproc_include_token1] = ACTIONS(333), [aux_sym_preproc_def_token1] = ACTIONS(335), [aux_sym_preproc_if_token1] = ACTIONS(337), [aux_sym_preproc_if_token2] = ACTIONS(635), [aux_sym_preproc_ifdef_token1] = ACTIONS(341), [aux_sym_preproc_ifdef_token2] = ACTIONS(341), [aux_sym_preproc_else_token1] = ACTIONS(239), [aux_sym_preproc_elif_token1] = ACTIONS(241), [sym_preproc_directive] = ACTIONS(343), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(27), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(31), [anon_sym_SEMI] = ACTIONS(345), [anon_sym_typedef] = ACTIONS(347), [anon_sym_extern] = ACTIONS(349), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(41), [anon_sym___declspec] = ACTIONS(43), [anon_sym___based] = ACTIONS(45), [anon_sym___cdecl] = ACTIONS(47), [anon_sym___clrcall] = ACTIONS(47), [anon_sym___stdcall] = ACTIONS(47), [anon_sym___fastcall] = ACTIONS(47), [anon_sym___thiscall] = ACTIONS(47), [anon_sym___vectorcall] = ACTIONS(47), [anon_sym_LBRACE] = ACTIONS(351), [anon_sym_signed] = ACTIONS(51), [anon_sym_unsigned] = ACTIONS(51), [anon_sym_long] = ACTIONS(51), [anon_sym_short] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(353), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(61), [anon_sym_enum] = ACTIONS(63), [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), [anon_sym_union] = ACTIONS(69), [anon_sym_if] = ACTIONS(355), [anon_sym_switch] = ACTIONS(357), [anon_sym_case] = ACTIONS(359), [anon_sym_default] = ACTIONS(361), [anon_sym_while] = ACTIONS(363), [anon_sym_do] = ACTIONS(365), [anon_sym_for] = ACTIONS(367), [anon_sym_return] = ACTIONS(369), [anon_sym_break] = ACTIONS(371), [anon_sym_continue] = ACTIONS(373), [anon_sym_goto] = ACTIONS(375), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(113), [anon_sym_decltype] = ACTIONS(115), [anon_sym_virtual] = ACTIONS(117), [anon_sym_explicit] = ACTIONS(119), [anon_sym_typename] = ACTIONS(121), [anon_sym_template] = ACTIONS(377), [anon_sym_operator] = ACTIONS(125), [anon_sym_try] = ACTIONS(379), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(381), [anon_sym_namespace] = ACTIONS(383), [anon_sym_using] = ACTIONS(385), [anon_sym_static_assert] = ACTIONS(387), [anon_sym_concept] = ACTIONS(389), [anon_sym_co_return] = ACTIONS(391), [anon_sym_co_yield] = ACTIONS(393), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [33] = { [sym_preproc_include] = STATE(24), [sym_preproc_def] = STATE(24), [sym_preproc_function_def] = STATE(24), [sym_preproc_call] = STATE(24), [sym_preproc_if] = STATE(24), [sym_preproc_ifdef] = STATE(24), [sym_preproc_else] = STATE(7560), [sym_preproc_elif] = STATE(7560), [sym_function_definition] = STATE(24), [sym_declaration] = STATE(24), [sym_type_definition] = STATE(24), [sym__declaration_modifiers] = STATE(3697), [sym__declaration_specifiers] = STATE(4619), [sym_linkage_specification] = STATE(24), [sym_attribute_specifier] = STATE(3697), [sym_attribute_declaration] = STATE(1417), [sym_ms_declspec_modifier] = STATE(3697), [sym_ms_based_modifier] = STATE(7599), [sym_ms_call_modifier] = STATE(2446), [sym__declarator] = STATE(5891), [sym_parenthesized_declarator] = STATE(5671), [sym_attributed_declarator] = STATE(5671), [sym_pointer_declarator] = STATE(5671), [sym_function_declarator] = STATE(5572), [sym_array_declarator] = STATE(5671), [sym_compound_statement] = STATE(24), [sym_storage_class_specifier] = STATE(3697), [sym_type_qualifier] = STATE(3697), [sym__type_specifier] = STATE(3765), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [sym_attributed_statement] = STATE(24), [sym_labeled_statement] = STATE(24), [sym_expression_statement] = STATE(24), [sym_if_statement] = STATE(24), [sym_switch_statement] = STATE(24), [sym_case_statement] = STATE(24), [sym_while_statement] = STATE(24), [sym_do_statement] = STATE(24), [sym_for_statement] = STATE(24), [sym_return_statement] = STATE(24), [sym_break_statement] = STATE(24), [sym_continue_statement] = STATE(24), [sym_goto_statement] = STATE(24), [sym__expression] = STATE(4201), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7616), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym__empty_declaration] = STATE(24), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym__class_name] = STATE(6738), [sym_virtual] = STATE(3697), [sym_explicit_function_specifier] = STATE(2316), [sym_dependent_type] = STATE(3695), [sym_template_declaration] = STATE(24), [sym_template_instantiation] = STATE(24), [sym_operator_cast] = STATE(5918), [sym__constructor_specifiers] = STATE(2316), [sym_operator_cast_definition] = STATE(24), [sym_operator_cast_declaration] = STATE(24), [sym_constructor_or_destructor_definition] = STATE(24), [sym_reference_declarator] = STATE(5671), [sym_structured_binding_declarator] = STATE(5671), [sym_template_type] = STATE(3931), [sym_template_function] = STATE(4106), [sym_namespace_definition] = STATE(24), [sym_namespace_alias_definition] = STATE(24), [sym_using_declaration] = STATE(24), [sym_alias_declaration] = STATE(24), [sym_static_assert_declaration] = STATE(24), [sym_concept_definition] = STATE(24), [sym_for_range_loop] = STATE(24), [sym_co_return_statement] = STATE(24), [sym_co_yield_statement] = STATE(24), [sym_throw_statement] = STATE(24), [sym_try_statement] = STATE(24), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_destructor_name] = STATE(5671), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5156), [sym_qualified_identifier] = STATE(3328), [sym_qualified_type_identifier] = STATE(3961), [sym_qualified_operator_cast_identifier] = STATE(5918), [sym_operator_name] = STATE(5671), [sym_user_defined_literal] = STATE(3925), [aux_sym_preproc_if_repeat1] = STATE(24), [aux_sym__declaration_specifiers_repeat1] = STATE(2582), [aux_sym_attributed_declarator_repeat1] = STATE(188), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [aux_sym_operator_cast_definition_repeat1] = STATE(2316), [sym_identifier] = ACTIONS(331), [aux_sym_preproc_include_token1] = ACTIONS(333), [aux_sym_preproc_def_token1] = ACTIONS(335), [aux_sym_preproc_if_token1] = ACTIONS(337), [aux_sym_preproc_if_token2] = ACTIONS(637), [aux_sym_preproc_ifdef_token1] = ACTIONS(341), [aux_sym_preproc_ifdef_token2] = ACTIONS(341), [aux_sym_preproc_else_token1] = ACTIONS(239), [aux_sym_preproc_elif_token1] = ACTIONS(241), [sym_preproc_directive] = ACTIONS(343), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(27), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(31), [anon_sym_SEMI] = ACTIONS(345), [anon_sym_typedef] = ACTIONS(347), [anon_sym_extern] = ACTIONS(349), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(41), [anon_sym___declspec] = ACTIONS(43), [anon_sym___based] = ACTIONS(45), [anon_sym___cdecl] = ACTIONS(47), [anon_sym___clrcall] = ACTIONS(47), [anon_sym___stdcall] = ACTIONS(47), [anon_sym___fastcall] = ACTIONS(47), [anon_sym___thiscall] = ACTIONS(47), [anon_sym___vectorcall] = ACTIONS(47), [anon_sym_LBRACE] = ACTIONS(351), [anon_sym_signed] = ACTIONS(51), [anon_sym_unsigned] = ACTIONS(51), [anon_sym_long] = ACTIONS(51), [anon_sym_short] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(353), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(61), [anon_sym_enum] = ACTIONS(63), [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), [anon_sym_union] = ACTIONS(69), [anon_sym_if] = ACTIONS(355), [anon_sym_switch] = ACTIONS(357), [anon_sym_case] = ACTIONS(359), [anon_sym_default] = ACTIONS(361), [anon_sym_while] = ACTIONS(363), [anon_sym_do] = ACTIONS(365), [anon_sym_for] = ACTIONS(367), [anon_sym_return] = ACTIONS(369), [anon_sym_break] = ACTIONS(371), [anon_sym_continue] = ACTIONS(373), [anon_sym_goto] = ACTIONS(375), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(113), [anon_sym_decltype] = ACTIONS(115), [anon_sym_virtual] = ACTIONS(117), [anon_sym_explicit] = ACTIONS(119), [anon_sym_typename] = ACTIONS(121), [anon_sym_template] = ACTIONS(377), [anon_sym_operator] = ACTIONS(125), [anon_sym_try] = ACTIONS(379), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(381), [anon_sym_namespace] = ACTIONS(383), [anon_sym_using] = ACTIONS(385), [anon_sym_static_assert] = ACTIONS(387), [anon_sym_concept] = ACTIONS(389), [anon_sym_co_return] = ACTIONS(391), [anon_sym_co_yield] = ACTIONS(393), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [34] = { [sym_preproc_include] = STATE(28), [sym_preproc_def] = STATE(28), [sym_preproc_function_def] = STATE(28), [sym_preproc_call] = STATE(28), [sym_preproc_if] = STATE(28), [sym_preproc_ifdef] = STATE(28), [sym_preproc_else] = STATE(7257), [sym_preproc_elif] = STATE(7257), [sym_function_definition] = STATE(28), [sym_declaration] = STATE(28), [sym_type_definition] = STATE(28), [sym__declaration_modifiers] = STATE(3697), [sym__declaration_specifiers] = STATE(4619), [sym_linkage_specification] = STATE(28), [sym_attribute_specifier] = STATE(3697), [sym_attribute_declaration] = STATE(1417), [sym_ms_declspec_modifier] = STATE(3697), [sym_ms_based_modifier] = STATE(7599), [sym_ms_call_modifier] = STATE(2446), [sym__declarator] = STATE(5891), [sym_parenthesized_declarator] = STATE(5671), [sym_attributed_declarator] = STATE(5671), [sym_pointer_declarator] = STATE(5671), [sym_function_declarator] = STATE(5572), [sym_array_declarator] = STATE(5671), [sym_compound_statement] = STATE(28), [sym_storage_class_specifier] = STATE(3697), [sym_type_qualifier] = STATE(3697), [sym__type_specifier] = STATE(3765), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [sym_attributed_statement] = STATE(28), [sym_labeled_statement] = STATE(28), [sym_expression_statement] = STATE(28), [sym_if_statement] = STATE(28), [sym_switch_statement] = STATE(28), [sym_case_statement] = STATE(28), [sym_while_statement] = STATE(28), [sym_do_statement] = STATE(28), [sym_for_statement] = STATE(28), [sym_return_statement] = STATE(28), [sym_break_statement] = STATE(28), [sym_continue_statement] = STATE(28), [sym_goto_statement] = STATE(28), [sym__expression] = STATE(4201), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7616), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym__empty_declaration] = STATE(28), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym__class_name] = STATE(6738), [sym_virtual] = STATE(3697), [sym_explicit_function_specifier] = STATE(2316), [sym_dependent_type] = STATE(3695), [sym_template_declaration] = STATE(28), [sym_template_instantiation] = STATE(28), [sym_operator_cast] = STATE(5918), [sym__constructor_specifiers] = STATE(2316), [sym_operator_cast_definition] = STATE(28), [sym_operator_cast_declaration] = STATE(28), [sym_constructor_or_destructor_definition] = STATE(28), [sym_reference_declarator] = STATE(5671), [sym_structured_binding_declarator] = STATE(5671), [sym_template_type] = STATE(3931), [sym_template_function] = STATE(4106), [sym_namespace_definition] = STATE(28), [sym_namespace_alias_definition] = STATE(28), [sym_using_declaration] = STATE(28), [sym_alias_declaration] = STATE(28), [sym_static_assert_declaration] = STATE(28), [sym_concept_definition] = STATE(28), [sym_for_range_loop] = STATE(28), [sym_co_return_statement] = STATE(28), [sym_co_yield_statement] = STATE(28), [sym_throw_statement] = STATE(28), [sym_try_statement] = STATE(28), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_destructor_name] = STATE(5671), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5156), [sym_qualified_identifier] = STATE(3328), [sym_qualified_type_identifier] = STATE(3961), [sym_qualified_operator_cast_identifier] = STATE(5918), [sym_operator_name] = STATE(5671), [sym_user_defined_literal] = STATE(3925), [aux_sym_preproc_if_repeat1] = STATE(28), [aux_sym__declaration_specifiers_repeat1] = STATE(2582), [aux_sym_attributed_declarator_repeat1] = STATE(188), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [aux_sym_operator_cast_definition_repeat1] = STATE(2316), [sym_identifier] = ACTIONS(331), [aux_sym_preproc_include_token1] = ACTIONS(333), [aux_sym_preproc_def_token1] = ACTIONS(335), [aux_sym_preproc_if_token1] = ACTIONS(337), [aux_sym_preproc_if_token2] = ACTIONS(639), [aux_sym_preproc_ifdef_token1] = ACTIONS(341), [aux_sym_preproc_ifdef_token2] = ACTIONS(341), [aux_sym_preproc_else_token1] = ACTIONS(239), [aux_sym_preproc_elif_token1] = ACTIONS(241), [sym_preproc_directive] = ACTIONS(343), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(27), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(31), [anon_sym_SEMI] = ACTIONS(345), [anon_sym_typedef] = ACTIONS(347), [anon_sym_extern] = ACTIONS(349), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(41), [anon_sym___declspec] = ACTIONS(43), [anon_sym___based] = ACTIONS(45), [anon_sym___cdecl] = ACTIONS(47), [anon_sym___clrcall] = ACTIONS(47), [anon_sym___stdcall] = ACTIONS(47), [anon_sym___fastcall] = ACTIONS(47), [anon_sym___thiscall] = ACTIONS(47), [anon_sym___vectorcall] = ACTIONS(47), [anon_sym_LBRACE] = ACTIONS(351), [anon_sym_signed] = ACTIONS(51), [anon_sym_unsigned] = ACTIONS(51), [anon_sym_long] = ACTIONS(51), [anon_sym_short] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(353), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(61), [anon_sym_enum] = ACTIONS(63), [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), [anon_sym_union] = ACTIONS(69), [anon_sym_if] = ACTIONS(355), [anon_sym_switch] = ACTIONS(357), [anon_sym_case] = ACTIONS(359), [anon_sym_default] = ACTIONS(361), [anon_sym_while] = ACTIONS(363), [anon_sym_do] = ACTIONS(365), [anon_sym_for] = ACTIONS(367), [anon_sym_return] = ACTIONS(369), [anon_sym_break] = ACTIONS(371), [anon_sym_continue] = ACTIONS(373), [anon_sym_goto] = ACTIONS(375), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(113), [anon_sym_decltype] = ACTIONS(115), [anon_sym_virtual] = ACTIONS(117), [anon_sym_explicit] = ACTIONS(119), [anon_sym_typename] = ACTIONS(121), [anon_sym_template] = ACTIONS(377), [anon_sym_operator] = ACTIONS(125), [anon_sym_try] = ACTIONS(379), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(381), [anon_sym_namespace] = ACTIONS(383), [anon_sym_using] = ACTIONS(385), [anon_sym_static_assert] = ACTIONS(387), [anon_sym_concept] = ACTIONS(389), [anon_sym_co_return] = ACTIONS(391), [anon_sym_co_yield] = ACTIONS(393), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [35] = { [sym_preproc_include] = STATE(27), [sym_preproc_def] = STATE(27), [sym_preproc_function_def] = STATE(27), [sym_preproc_call] = STATE(27), [sym_preproc_if] = STATE(27), [sym_preproc_ifdef] = STATE(27), [sym_preproc_else] = STATE(7046), [sym_preproc_elif] = STATE(7046), [sym_function_definition] = STATE(27), [sym_declaration] = STATE(27), [sym_type_definition] = STATE(27), [sym__declaration_modifiers] = STATE(3697), [sym__declaration_specifiers] = STATE(4619), [sym_linkage_specification] = STATE(27), [sym_attribute_specifier] = STATE(3697), [sym_attribute_declaration] = STATE(1417), [sym_ms_declspec_modifier] = STATE(3697), [sym_ms_based_modifier] = STATE(7599), [sym_ms_call_modifier] = STATE(2446), [sym__declarator] = STATE(5891), [sym_parenthesized_declarator] = STATE(5671), [sym_attributed_declarator] = STATE(5671), [sym_pointer_declarator] = STATE(5671), [sym_function_declarator] = STATE(5572), [sym_array_declarator] = STATE(5671), [sym_compound_statement] = STATE(27), [sym_storage_class_specifier] = STATE(3697), [sym_type_qualifier] = STATE(3697), [sym__type_specifier] = STATE(3765), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [sym_attributed_statement] = STATE(27), [sym_labeled_statement] = STATE(27), [sym_expression_statement] = STATE(27), [sym_if_statement] = STATE(27), [sym_switch_statement] = STATE(27), [sym_case_statement] = STATE(27), [sym_while_statement] = STATE(27), [sym_do_statement] = STATE(27), [sym_for_statement] = STATE(27), [sym_return_statement] = STATE(27), [sym_break_statement] = STATE(27), [sym_continue_statement] = STATE(27), [sym_goto_statement] = STATE(27), [sym__expression] = STATE(4201), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7616), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym__empty_declaration] = STATE(27), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym__class_name] = STATE(6738), [sym_virtual] = STATE(3697), [sym_explicit_function_specifier] = STATE(2316), [sym_dependent_type] = STATE(3695), [sym_template_declaration] = STATE(27), [sym_template_instantiation] = STATE(27), [sym_operator_cast] = STATE(5918), [sym__constructor_specifiers] = STATE(2316), [sym_operator_cast_definition] = STATE(27), [sym_operator_cast_declaration] = STATE(27), [sym_constructor_or_destructor_definition] = STATE(27), [sym_reference_declarator] = STATE(5671), [sym_structured_binding_declarator] = STATE(5671), [sym_template_type] = STATE(3931), [sym_template_function] = STATE(4106), [sym_namespace_definition] = STATE(27), [sym_namespace_alias_definition] = STATE(27), [sym_using_declaration] = STATE(27), [sym_alias_declaration] = STATE(27), [sym_static_assert_declaration] = STATE(27), [sym_concept_definition] = STATE(27), [sym_for_range_loop] = STATE(27), [sym_co_return_statement] = STATE(27), [sym_co_yield_statement] = STATE(27), [sym_throw_statement] = STATE(27), [sym_try_statement] = STATE(27), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_destructor_name] = STATE(5671), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5156), [sym_qualified_identifier] = STATE(3328), [sym_qualified_type_identifier] = STATE(3961), [sym_qualified_operator_cast_identifier] = STATE(5918), [sym_operator_name] = STATE(5671), [sym_user_defined_literal] = STATE(3925), [aux_sym_preproc_if_repeat1] = STATE(27), [aux_sym__declaration_specifiers_repeat1] = STATE(2582), [aux_sym_attributed_declarator_repeat1] = STATE(188), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [aux_sym_operator_cast_definition_repeat1] = STATE(2316), [sym_identifier] = ACTIONS(331), [aux_sym_preproc_include_token1] = ACTIONS(333), [aux_sym_preproc_def_token1] = ACTIONS(335), [aux_sym_preproc_if_token1] = ACTIONS(337), [aux_sym_preproc_if_token2] = ACTIONS(641), [aux_sym_preproc_ifdef_token1] = ACTIONS(341), [aux_sym_preproc_ifdef_token2] = ACTIONS(341), [aux_sym_preproc_else_token1] = ACTIONS(239), [aux_sym_preproc_elif_token1] = ACTIONS(241), [sym_preproc_directive] = ACTIONS(343), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(27), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(31), [anon_sym_SEMI] = ACTIONS(345), [anon_sym_typedef] = ACTIONS(347), [anon_sym_extern] = ACTIONS(349), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(41), [anon_sym___declspec] = ACTIONS(43), [anon_sym___based] = ACTIONS(45), [anon_sym___cdecl] = ACTIONS(47), [anon_sym___clrcall] = ACTIONS(47), [anon_sym___stdcall] = ACTIONS(47), [anon_sym___fastcall] = ACTIONS(47), [anon_sym___thiscall] = ACTIONS(47), [anon_sym___vectorcall] = ACTIONS(47), [anon_sym_LBRACE] = ACTIONS(351), [anon_sym_signed] = ACTIONS(51), [anon_sym_unsigned] = ACTIONS(51), [anon_sym_long] = ACTIONS(51), [anon_sym_short] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(353), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(61), [anon_sym_enum] = ACTIONS(63), [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), [anon_sym_union] = ACTIONS(69), [anon_sym_if] = ACTIONS(355), [anon_sym_switch] = ACTIONS(357), [anon_sym_case] = ACTIONS(359), [anon_sym_default] = ACTIONS(361), [anon_sym_while] = ACTIONS(363), [anon_sym_do] = ACTIONS(365), [anon_sym_for] = ACTIONS(367), [anon_sym_return] = ACTIONS(369), [anon_sym_break] = ACTIONS(371), [anon_sym_continue] = ACTIONS(373), [anon_sym_goto] = ACTIONS(375), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(113), [anon_sym_decltype] = ACTIONS(115), [anon_sym_virtual] = ACTIONS(117), [anon_sym_explicit] = ACTIONS(119), [anon_sym_typename] = ACTIONS(121), [anon_sym_template] = ACTIONS(377), [anon_sym_operator] = ACTIONS(125), [anon_sym_try] = ACTIONS(379), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(381), [anon_sym_namespace] = ACTIONS(383), [anon_sym_using] = ACTIONS(385), [anon_sym_static_assert] = ACTIONS(387), [anon_sym_concept] = ACTIONS(389), [anon_sym_co_return] = ACTIONS(391), [anon_sym_co_yield] = ACTIONS(393), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [36] = { [sym_preproc_include] = STATE(29), [sym_preproc_def] = STATE(29), [sym_preproc_function_def] = STATE(29), [sym_preproc_call] = STATE(29), [sym_preproc_if] = STATE(29), [sym_preproc_ifdef] = STATE(29), [sym_preproc_else] = STATE(7635), [sym_preproc_elif] = STATE(7635), [sym_function_definition] = STATE(29), [sym_declaration] = STATE(29), [sym_type_definition] = STATE(29), [sym__declaration_modifiers] = STATE(3697), [sym__declaration_specifiers] = STATE(4619), [sym_linkage_specification] = STATE(29), [sym_attribute_specifier] = STATE(3697), [sym_attribute_declaration] = STATE(1417), [sym_ms_declspec_modifier] = STATE(3697), [sym_ms_based_modifier] = STATE(7599), [sym_ms_call_modifier] = STATE(2446), [sym__declarator] = STATE(5891), [sym_parenthesized_declarator] = STATE(5671), [sym_attributed_declarator] = STATE(5671), [sym_pointer_declarator] = STATE(5671), [sym_function_declarator] = STATE(5572), [sym_array_declarator] = STATE(5671), [sym_compound_statement] = STATE(29), [sym_storage_class_specifier] = STATE(3697), [sym_type_qualifier] = STATE(3697), [sym__type_specifier] = STATE(3765), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [sym_attributed_statement] = STATE(29), [sym_labeled_statement] = STATE(29), [sym_expression_statement] = STATE(29), [sym_if_statement] = STATE(29), [sym_switch_statement] = STATE(29), [sym_case_statement] = STATE(29), [sym_while_statement] = STATE(29), [sym_do_statement] = STATE(29), [sym_for_statement] = STATE(29), [sym_return_statement] = STATE(29), [sym_break_statement] = STATE(29), [sym_continue_statement] = STATE(29), [sym_goto_statement] = STATE(29), [sym__expression] = STATE(4201), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7616), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym__empty_declaration] = STATE(29), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym__class_name] = STATE(6738), [sym_virtual] = STATE(3697), [sym_explicit_function_specifier] = STATE(2316), [sym_dependent_type] = STATE(3695), [sym_template_declaration] = STATE(29), [sym_template_instantiation] = STATE(29), [sym_operator_cast] = STATE(5918), [sym__constructor_specifiers] = STATE(2316), [sym_operator_cast_definition] = STATE(29), [sym_operator_cast_declaration] = STATE(29), [sym_constructor_or_destructor_definition] = STATE(29), [sym_reference_declarator] = STATE(5671), [sym_structured_binding_declarator] = STATE(5671), [sym_template_type] = STATE(3931), [sym_template_function] = STATE(4106), [sym_namespace_definition] = STATE(29), [sym_namespace_alias_definition] = STATE(29), [sym_using_declaration] = STATE(29), [sym_alias_declaration] = STATE(29), [sym_static_assert_declaration] = STATE(29), [sym_concept_definition] = STATE(29), [sym_for_range_loop] = STATE(29), [sym_co_return_statement] = STATE(29), [sym_co_yield_statement] = STATE(29), [sym_throw_statement] = STATE(29), [sym_try_statement] = STATE(29), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_destructor_name] = STATE(5671), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5156), [sym_qualified_identifier] = STATE(3328), [sym_qualified_type_identifier] = STATE(3961), [sym_qualified_operator_cast_identifier] = STATE(5918), [sym_operator_name] = STATE(5671), [sym_user_defined_literal] = STATE(3925), [aux_sym_preproc_if_repeat1] = STATE(29), [aux_sym__declaration_specifiers_repeat1] = STATE(2582), [aux_sym_attributed_declarator_repeat1] = STATE(188), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [aux_sym_operator_cast_definition_repeat1] = STATE(2316), [sym_identifier] = ACTIONS(331), [aux_sym_preproc_include_token1] = ACTIONS(333), [aux_sym_preproc_def_token1] = ACTIONS(335), [aux_sym_preproc_if_token1] = ACTIONS(337), [aux_sym_preproc_if_token2] = ACTIONS(643), [aux_sym_preproc_ifdef_token1] = ACTIONS(341), [aux_sym_preproc_ifdef_token2] = ACTIONS(341), [aux_sym_preproc_else_token1] = ACTIONS(239), [aux_sym_preproc_elif_token1] = ACTIONS(241), [sym_preproc_directive] = ACTIONS(343), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(27), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(31), [anon_sym_SEMI] = ACTIONS(345), [anon_sym_typedef] = ACTIONS(347), [anon_sym_extern] = ACTIONS(349), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(41), [anon_sym___declspec] = ACTIONS(43), [anon_sym___based] = ACTIONS(45), [anon_sym___cdecl] = ACTIONS(47), [anon_sym___clrcall] = ACTIONS(47), [anon_sym___stdcall] = ACTIONS(47), [anon_sym___fastcall] = ACTIONS(47), [anon_sym___thiscall] = ACTIONS(47), [anon_sym___vectorcall] = ACTIONS(47), [anon_sym_LBRACE] = ACTIONS(351), [anon_sym_signed] = ACTIONS(51), [anon_sym_unsigned] = ACTIONS(51), [anon_sym_long] = ACTIONS(51), [anon_sym_short] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(353), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(61), [anon_sym_enum] = ACTIONS(63), [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), [anon_sym_union] = ACTIONS(69), [anon_sym_if] = ACTIONS(355), [anon_sym_switch] = ACTIONS(357), [anon_sym_case] = ACTIONS(359), [anon_sym_default] = ACTIONS(361), [anon_sym_while] = ACTIONS(363), [anon_sym_do] = ACTIONS(365), [anon_sym_for] = ACTIONS(367), [anon_sym_return] = ACTIONS(369), [anon_sym_break] = ACTIONS(371), [anon_sym_continue] = ACTIONS(373), [anon_sym_goto] = ACTIONS(375), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(113), [anon_sym_decltype] = ACTIONS(115), [anon_sym_virtual] = ACTIONS(117), [anon_sym_explicit] = ACTIONS(119), [anon_sym_typename] = ACTIONS(121), [anon_sym_template] = ACTIONS(377), [anon_sym_operator] = ACTIONS(125), [anon_sym_try] = ACTIONS(379), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(381), [anon_sym_namespace] = ACTIONS(383), [anon_sym_using] = ACTIONS(385), [anon_sym_static_assert] = ACTIONS(387), [anon_sym_concept] = ACTIONS(389), [anon_sym_co_return] = ACTIONS(391), [anon_sym_co_yield] = ACTIONS(393), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [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(3697), [sym__declaration_specifiers] = STATE(4619), [sym_linkage_specification] = STATE(37), [sym_attribute_specifier] = STATE(3697), [sym_attribute_declaration] = STATE(1417), [sym_ms_declspec_modifier] = STATE(3697), [sym_ms_based_modifier] = STATE(7599), [sym_ms_call_modifier] = STATE(2446), [sym__declarator] = STATE(5891), [sym_parenthesized_declarator] = STATE(5671), [sym_attributed_declarator] = STATE(5671), [sym_pointer_declarator] = STATE(5671), [sym_function_declarator] = STATE(5572), [sym_array_declarator] = STATE(5671), [sym_compound_statement] = STATE(37), [sym_storage_class_specifier] = STATE(3697), [sym_type_qualifier] = STATE(3697), [sym__type_specifier] = STATE(3765), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [sym_attributed_statement] = STATE(37), [sym_labeled_statement] = STATE(37), [sym_expression_statement] = STATE(37), [sym_if_statement] = STATE(37), [sym_switch_statement] = STATE(37), [sym_case_statement] = STATE(37), [sym_while_statement] = STATE(37), [sym_do_statement] = STATE(37), [sym_for_statement] = STATE(37), [sym_return_statement] = STATE(37), [sym_break_statement] = STATE(37), [sym_continue_statement] = STATE(37), [sym_goto_statement] = STATE(37), [sym__expression] = STATE(4201), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7616), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym__empty_declaration] = STATE(37), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym__class_name] = STATE(6738), [sym_virtual] = STATE(3697), [sym_explicit_function_specifier] = STATE(2316), [sym_dependent_type] = STATE(3695), [sym_template_declaration] = STATE(37), [sym_template_instantiation] = STATE(37), [sym_operator_cast] = STATE(5918), [sym__constructor_specifiers] = STATE(2316), [sym_operator_cast_definition] = STATE(37), [sym_operator_cast_declaration] = STATE(37), [sym_constructor_or_destructor_definition] = STATE(37), [sym_reference_declarator] = STATE(5671), [sym_structured_binding_declarator] = STATE(5671), [sym_template_type] = STATE(3931), [sym_template_function] = STATE(4106), [sym_namespace_definition] = STATE(37), [sym_namespace_alias_definition] = STATE(37), [sym_using_declaration] = STATE(37), [sym_alias_declaration] = STATE(37), [sym_static_assert_declaration] = STATE(37), [sym_concept_definition] = STATE(37), [sym_for_range_loop] = STATE(37), [sym_co_return_statement] = STATE(37), [sym_co_yield_statement] = STATE(37), [sym_throw_statement] = STATE(37), [sym_try_statement] = STATE(37), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_destructor_name] = STATE(5671), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5156), [sym_qualified_identifier] = STATE(3328), [sym_qualified_type_identifier] = STATE(3961), [sym_qualified_operator_cast_identifier] = STATE(5918), [sym_operator_name] = STATE(5671), [sym_user_defined_literal] = STATE(3925), [aux_sym_preproc_if_repeat1] = STATE(37), [aux_sym__declaration_specifiers_repeat1] = STATE(2582), [aux_sym_attributed_declarator_repeat1] = STATE(188), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [aux_sym_operator_cast_definition_repeat1] = STATE(2316), [sym_identifier] = ACTIONS(645), [aux_sym_preproc_include_token1] = ACTIONS(648), [aux_sym_preproc_def_token1] = ACTIONS(651), [aux_sym_preproc_if_token1] = ACTIONS(654), [aux_sym_preproc_if_token2] = ACTIONS(413), [aux_sym_preproc_ifdef_token1] = ACTIONS(657), [aux_sym_preproc_ifdef_token2] = ACTIONS(657), [aux_sym_preproc_else_token1] = ACTIONS(413), [aux_sym_preproc_elif_token1] = ACTIONS(413), [sym_preproc_directive] = ACTIONS(660), [anon_sym_LPAREN2] = ACTIONS(421), [anon_sym_BANG] = ACTIONS(424), [anon_sym_TILDE] = ACTIONS(427), [anon_sym_DASH] = ACTIONS(430), [anon_sym_PLUS] = ACTIONS(430), [anon_sym_STAR] = ACTIONS(433), [anon_sym_AMP_AMP] = ACTIONS(436), [anon_sym_AMP] = ACTIONS(439), [anon_sym_SEMI] = ACTIONS(663), [anon_sym_typedef] = ACTIONS(666), [anon_sym_extern] = ACTIONS(669), [anon_sym___attribute__] = ACTIONS(451), [anon_sym_COLON_COLON] = ACTIONS(454), [anon_sym_LBRACK_LBRACK] = ACTIONS(457), [anon_sym___declspec] = ACTIONS(460), [anon_sym___based] = ACTIONS(463), [anon_sym___cdecl] = ACTIONS(466), [anon_sym___clrcall] = ACTIONS(466), [anon_sym___stdcall] = ACTIONS(466), [anon_sym___fastcall] = ACTIONS(466), [anon_sym___thiscall] = ACTIONS(466), [anon_sym___vectorcall] = ACTIONS(466), [anon_sym_LBRACE] = ACTIONS(672), [anon_sym_signed] = ACTIONS(472), [anon_sym_unsigned] = ACTIONS(472), [anon_sym_long] = ACTIONS(472), [anon_sym_short] = ACTIONS(472), [anon_sym_LBRACK] = ACTIONS(475), [anon_sym_static] = ACTIONS(478), [anon_sym_register] = ACTIONS(478), [anon_sym_inline] = ACTIONS(675), [anon_sym_thread_local] = ACTIONS(478), [anon_sym_const] = ACTIONS(484), [anon_sym_constexpr] = ACTIONS(484), [anon_sym_volatile] = ACTIONS(484), [anon_sym_restrict] = ACTIONS(484), [anon_sym___restrict__] = ACTIONS(484), [anon_sym__Atomic] = ACTIONS(484), [anon_sym__Noreturn] = ACTIONS(484), [anon_sym_noreturn] = ACTIONS(484), [anon_sym_mutable] = ACTIONS(484), [anon_sym_constinit] = ACTIONS(484), [anon_sym_consteval] = ACTIONS(484), [sym_primitive_type] = ACTIONS(487), [anon_sym_enum] = ACTIONS(490), [anon_sym_class] = ACTIONS(493), [anon_sym_struct] = ACTIONS(496), [anon_sym_union] = ACTIONS(499), [anon_sym_if] = ACTIONS(678), [anon_sym_switch] = ACTIONS(681), [anon_sym_case] = ACTIONS(684), [anon_sym_default] = ACTIONS(687), [anon_sym_while] = ACTIONS(690), [anon_sym_do] = ACTIONS(693), [anon_sym_for] = ACTIONS(696), [anon_sym_return] = ACTIONS(699), [anon_sym_break] = ACTIONS(702), [anon_sym_continue] = ACTIONS(705), [anon_sym_goto] = ACTIONS(708), [anon_sym_not] = ACTIONS(430), [anon_sym_compl] = ACTIONS(430), [anon_sym_DASH_DASH] = ACTIONS(535), [anon_sym_PLUS_PLUS] = ACTIONS(535), [anon_sym_sizeof] = ACTIONS(538), [anon_sym_offsetof] = ACTIONS(541), [anon_sym__Generic] = ACTIONS(544), [anon_sym_asm] = ACTIONS(547), [anon_sym___asm__] = ACTIONS(547), [sym_number_literal] = ACTIONS(550), [anon_sym_L_SQUOTE] = ACTIONS(553), [anon_sym_u_SQUOTE] = ACTIONS(553), [anon_sym_U_SQUOTE] = ACTIONS(553), [anon_sym_u8_SQUOTE] = ACTIONS(553), [anon_sym_SQUOTE] = ACTIONS(553), [anon_sym_L_DQUOTE] = ACTIONS(556), [anon_sym_u_DQUOTE] = ACTIONS(556), [anon_sym_U_DQUOTE] = ACTIONS(556), [anon_sym_u8_DQUOTE] = ACTIONS(556), [anon_sym_DQUOTE] = ACTIONS(556), [sym_true] = ACTIONS(559), [sym_false] = ACTIONS(559), [anon_sym_NULL] = ACTIONS(562), [anon_sym_nullptr] = ACTIONS(562), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(565), [anon_sym_decltype] = ACTIONS(568), [anon_sym_virtual] = ACTIONS(571), [anon_sym_explicit] = ACTIONS(574), [anon_sym_typename] = ACTIONS(577), [anon_sym_template] = ACTIONS(711), [anon_sym_operator] = ACTIONS(583), [anon_sym_try] = ACTIONS(714), [anon_sym_delete] = ACTIONS(589), [anon_sym_throw] = ACTIONS(717), [anon_sym_namespace] = ACTIONS(720), [anon_sym_using] = ACTIONS(723), [anon_sym_static_assert] = ACTIONS(726), [anon_sym_concept] = ACTIONS(729), [anon_sym_co_return] = ACTIONS(732), [anon_sym_co_yield] = ACTIONS(735), [anon_sym_R_DQUOTE] = ACTIONS(613), [anon_sym_LR_DQUOTE] = ACTIONS(613), [anon_sym_uR_DQUOTE] = ACTIONS(613), [anon_sym_UR_DQUOTE] = ACTIONS(613), [anon_sym_u8R_DQUOTE] = ACTIONS(613), [anon_sym_co_await] = ACTIONS(616), [anon_sym_new] = ACTIONS(619), [anon_sym_requires] = ACTIONS(622), [sym_this] = ACTIONS(559), }, [38] = { [sym_preproc_include] = STATE(85), [sym_preproc_def] = STATE(85), [sym_preproc_function_def] = STATE(85), [sym_preproc_call] = STATE(85), [sym_preproc_if] = STATE(85), [sym_preproc_ifdef] = STATE(85), [sym_function_definition] = STATE(85), [sym_declaration] = STATE(85), [sym_type_definition] = STATE(85), [sym__declaration_modifiers] = STATE(3697), [sym__declaration_specifiers] = STATE(4633), [sym_linkage_specification] = STATE(85), [sym_attribute_specifier] = STATE(3697), [sym_attribute_declaration] = STATE(1417), [sym_ms_declspec_modifier] = STATE(3697), [sym_ms_based_modifier] = STATE(7599), [sym_ms_call_modifier] = STATE(2472), [sym__declarator] = STATE(5891), [sym_parenthesized_declarator] = STATE(5671), [sym_attributed_declarator] = STATE(5671), [sym_pointer_declarator] = STATE(5671), [sym_function_declarator] = STATE(5574), [sym_array_declarator] = STATE(5671), [sym_compound_statement] = STATE(85), [sym_storage_class_specifier] = STATE(3697), [sym_type_qualifier] = STATE(3697), [sym__type_specifier] = STATE(3760), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [sym_attributed_statement] = STATE(85), [sym_labeled_statement] = STATE(85), [sym_expression_statement] = STATE(85), [sym_if_statement] = STATE(85), [sym_switch_statement] = STATE(85), [sym_case_statement] = STATE(85), [sym_while_statement] = STATE(85), [sym_do_statement] = STATE(85), [sym_for_statement] = STATE(85), [sym_return_statement] = STATE(85), [sym_break_statement] = STATE(85), [sym_continue_statement] = STATE(85), [sym_goto_statement] = STATE(85), [sym__expression] = STATE(4301), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7279), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym__empty_declaration] = STATE(85), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym__class_name] = STATE(6738), [sym_virtual] = STATE(3697), [sym_explicit_function_specifier] = STATE(2311), [sym_dependent_type] = STATE(3695), [sym_template_declaration] = STATE(85), [sym_template_instantiation] = STATE(85), [sym_operator_cast] = STATE(5924), [sym__constructor_specifiers] = STATE(2311), [sym_operator_cast_definition] = STATE(85), [sym_operator_cast_declaration] = STATE(85), [sym_constructor_or_destructor_definition] = STATE(85), [sym_reference_declarator] = STATE(5671), [sym_structured_binding_declarator] = STATE(5671), [sym_template_type] = STATE(3931), [sym_template_function] = STATE(4106), [sym_namespace_definition] = STATE(85), [sym_namespace_alias_definition] = STATE(85), [sym_using_declaration] = STATE(85), [sym_alias_declaration] = STATE(85), [sym_static_assert_declaration] = STATE(85), [sym_concept_definition] = STATE(85), [sym_for_range_loop] = STATE(85), [sym_co_return_statement] = STATE(85), [sym_co_yield_statement] = STATE(85), [sym_throw_statement] = STATE(85), [sym_try_statement] = STATE(85), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_destructor_name] = STATE(5671), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5156), [sym_qualified_identifier] = STATE(3328), [sym_qualified_type_identifier] = STATE(3961), [sym_qualified_operator_cast_identifier] = STATE(5924), [sym_operator_name] = STATE(5671), [sym_user_defined_literal] = STATE(3925), [aux_sym_preproc_if_repeat1] = STATE(85), [aux_sym__declaration_specifiers_repeat1] = STATE(2582), [aux_sym_attributed_declarator_repeat1] = STATE(204), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [aux_sym_operator_cast_definition_repeat1] = STATE(2311), [sym_identifier] = ACTIONS(153), [aux_sym_preproc_include_token1] = ACTIONS(155), [aux_sym_preproc_def_token1] = ACTIONS(157), [aux_sym_preproc_if_token1] = ACTIONS(161), [aux_sym_preproc_ifdef_token1] = ACTIONS(163), [aux_sym_preproc_ifdef_token2] = ACTIONS(163), [sym_preproc_directive] = ACTIONS(165), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(27), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(31), [anon_sym_SEMI] = ACTIONS(167), [anon_sym_typedef] = ACTIONS(169), [anon_sym_extern] = ACTIONS(171), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(41), [anon_sym___declspec] = ACTIONS(43), [anon_sym___based] = ACTIONS(45), [anon_sym___cdecl] = ACTIONS(47), [anon_sym___clrcall] = ACTIONS(47), [anon_sym___stdcall] = ACTIONS(47), [anon_sym___fastcall] = ACTIONS(47), [anon_sym___thiscall] = ACTIONS(47), [anon_sym___vectorcall] = ACTIONS(47), [anon_sym_LBRACE] = ACTIONS(738), [anon_sym_RBRACE] = ACTIONS(740), [anon_sym_signed] = ACTIONS(51), [anon_sym_unsigned] = ACTIONS(51), [anon_sym_long] = ACTIONS(51), [anon_sym_short] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(179), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(61), [anon_sym_enum] = ACTIONS(63), [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), [anon_sym_union] = ACTIONS(69), [anon_sym_if] = ACTIONS(181), [anon_sym_switch] = ACTIONS(183), [anon_sym_case] = ACTIONS(185), [anon_sym_default] = ACTIONS(187), [anon_sym_while] = ACTIONS(189), [anon_sym_do] = ACTIONS(191), [anon_sym_for] = ACTIONS(193), [anon_sym_return] = ACTIONS(195), [anon_sym_break] = ACTIONS(197), [anon_sym_continue] = ACTIONS(199), [anon_sym_goto] = ACTIONS(201), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(113), [anon_sym_decltype] = ACTIONS(115), [anon_sym_virtual] = ACTIONS(117), [anon_sym_explicit] = ACTIONS(119), [anon_sym_typename] = ACTIONS(121), [anon_sym_template] = ACTIONS(207), [anon_sym_operator] = ACTIONS(125), [anon_sym_try] = ACTIONS(209), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(211), [anon_sym_namespace] = ACTIONS(213), [anon_sym_using] = ACTIONS(215), [anon_sym_static_assert] = ACTIONS(217), [anon_sym_concept] = ACTIONS(219), [anon_sym_co_return] = ACTIONS(221), [anon_sym_co_yield] = ACTIONS(223), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [39] = { [sym_preproc_include] = STATE(60), [sym_preproc_def] = STATE(60), [sym_preproc_function_def] = STATE(60), [sym_preproc_call] = STATE(60), [sym_preproc_if] = STATE(60), [sym_preproc_ifdef] = STATE(60), [sym_function_definition] = STATE(60), [sym_declaration] = STATE(60), [sym_type_definition] = STATE(60), [sym__declaration_modifiers] = STATE(3697), [sym__declaration_specifiers] = STATE(4633), [sym_linkage_specification] = STATE(60), [sym_attribute_specifier] = STATE(3697), [sym_attribute_declaration] = STATE(1417), [sym_ms_declspec_modifier] = STATE(3697), [sym_ms_based_modifier] = STATE(7599), [sym_ms_call_modifier] = STATE(2472), [sym__declarator] = STATE(5891), [sym_parenthesized_declarator] = STATE(5671), [sym_attributed_declarator] = STATE(5671), [sym_pointer_declarator] = STATE(5671), [sym_function_declarator] = STATE(5574), [sym_array_declarator] = STATE(5671), [sym_compound_statement] = STATE(60), [sym_storage_class_specifier] = STATE(3697), [sym_type_qualifier] = STATE(3697), [sym__type_specifier] = STATE(3760), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [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_case_statement] = STATE(60), [sym_while_statement] = STATE(60), [sym_do_statement] = STATE(60), [sym_for_statement] = STATE(60), [sym_return_statement] = STATE(60), [sym_break_statement] = STATE(60), [sym_continue_statement] = STATE(60), [sym_goto_statement] = STATE(60), [sym__expression] = STATE(4301), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7279), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym__empty_declaration] = STATE(60), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym__class_name] = STATE(6738), [sym_virtual] = STATE(3697), [sym_explicit_function_specifier] = STATE(2311), [sym_dependent_type] = STATE(3695), [sym_template_declaration] = STATE(60), [sym_template_instantiation] = STATE(60), [sym_operator_cast] = STATE(5924), [sym__constructor_specifiers] = STATE(2311), [sym_operator_cast_definition] = STATE(60), [sym_operator_cast_declaration] = STATE(60), [sym_constructor_or_destructor_definition] = STATE(60), [sym_reference_declarator] = STATE(5671), [sym_structured_binding_declarator] = STATE(5671), [sym_template_type] = STATE(3931), [sym_template_function] = STATE(4106), [sym_namespace_definition] = STATE(60), [sym_namespace_alias_definition] = STATE(60), [sym_using_declaration] = STATE(60), [sym_alias_declaration] = STATE(60), [sym_static_assert_declaration] = STATE(60), [sym_concept_definition] = STATE(60), [sym_for_range_loop] = STATE(60), [sym_co_return_statement] = STATE(60), [sym_co_yield_statement] = STATE(60), [sym_throw_statement] = STATE(60), [sym_try_statement] = STATE(60), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_destructor_name] = STATE(5671), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5156), [sym_qualified_identifier] = STATE(3328), [sym_qualified_type_identifier] = STATE(3961), [sym_qualified_operator_cast_identifier] = STATE(5924), [sym_operator_name] = STATE(5671), [sym_user_defined_literal] = STATE(3925), [aux_sym_preproc_if_repeat1] = STATE(60), [aux_sym__declaration_specifiers_repeat1] = STATE(2582), [aux_sym_attributed_declarator_repeat1] = STATE(204), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [aux_sym_operator_cast_definition_repeat1] = STATE(2311), [sym_identifier] = ACTIONS(153), [aux_sym_preproc_include_token1] = ACTIONS(155), [aux_sym_preproc_def_token1] = ACTIONS(157), [aux_sym_preproc_if_token1] = ACTIONS(161), [aux_sym_preproc_ifdef_token1] = ACTIONS(163), [aux_sym_preproc_ifdef_token2] = ACTIONS(163), [sym_preproc_directive] = ACTIONS(165), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(27), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(31), [anon_sym_SEMI] = ACTIONS(167), [anon_sym_typedef] = ACTIONS(169), [anon_sym_extern] = ACTIONS(171), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(41), [anon_sym___declspec] = ACTIONS(43), [anon_sym___based] = ACTIONS(45), [anon_sym___cdecl] = ACTIONS(47), [anon_sym___clrcall] = ACTIONS(47), [anon_sym___stdcall] = ACTIONS(47), [anon_sym___fastcall] = ACTIONS(47), [anon_sym___thiscall] = ACTIONS(47), [anon_sym___vectorcall] = ACTIONS(47), [anon_sym_LBRACE] = ACTIONS(738), [anon_sym_RBRACE] = ACTIONS(742), [anon_sym_signed] = ACTIONS(51), [anon_sym_unsigned] = ACTIONS(51), [anon_sym_long] = ACTIONS(51), [anon_sym_short] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(179), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(61), [anon_sym_enum] = ACTIONS(63), [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), [anon_sym_union] = ACTIONS(69), [anon_sym_if] = ACTIONS(181), [anon_sym_switch] = ACTIONS(183), [anon_sym_case] = ACTIONS(185), [anon_sym_default] = ACTIONS(187), [anon_sym_while] = ACTIONS(189), [anon_sym_do] = ACTIONS(191), [anon_sym_for] = ACTIONS(193), [anon_sym_return] = ACTIONS(195), [anon_sym_break] = ACTIONS(197), [anon_sym_continue] = ACTIONS(199), [anon_sym_goto] = ACTIONS(201), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(113), [anon_sym_decltype] = ACTIONS(115), [anon_sym_virtual] = ACTIONS(117), [anon_sym_explicit] = ACTIONS(119), [anon_sym_typename] = ACTIONS(121), [anon_sym_template] = ACTIONS(207), [anon_sym_operator] = ACTIONS(125), [anon_sym_try] = ACTIONS(209), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(211), [anon_sym_namespace] = ACTIONS(213), [anon_sym_using] = ACTIONS(215), [anon_sym_static_assert] = ACTIONS(217), [anon_sym_concept] = ACTIONS(219), [anon_sym_co_return] = ACTIONS(221), [anon_sym_co_yield] = ACTIONS(223), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [40] = { [sym_preproc_include] = STATE(76), [sym_preproc_def] = STATE(76), [sym_preproc_function_def] = STATE(76), [sym_preproc_call] = STATE(76), [sym_preproc_if] = STATE(76), [sym_preproc_ifdef] = STATE(76), [sym_function_definition] = STATE(76), [sym_declaration] = STATE(76), [sym_type_definition] = STATE(76), [sym__declaration_modifiers] = STATE(3697), [sym__declaration_specifiers] = STATE(4633), [sym_linkage_specification] = STATE(76), [sym_attribute_specifier] = STATE(3697), [sym_attribute_declaration] = STATE(1417), [sym_ms_declspec_modifier] = STATE(3697), [sym_ms_based_modifier] = STATE(7599), [sym_ms_call_modifier] = STATE(2472), [sym__declarator] = STATE(5891), [sym_parenthesized_declarator] = STATE(5671), [sym_attributed_declarator] = STATE(5671), [sym_pointer_declarator] = STATE(5671), [sym_function_declarator] = STATE(5574), [sym_array_declarator] = STATE(5671), [sym_compound_statement] = STATE(76), [sym_storage_class_specifier] = STATE(3697), [sym_type_qualifier] = STATE(3697), [sym__type_specifier] = STATE(3760), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [sym_attributed_statement] = STATE(76), [sym_labeled_statement] = STATE(76), [sym_expression_statement] = STATE(76), [sym_if_statement] = STATE(76), [sym_switch_statement] = STATE(76), [sym_case_statement] = STATE(76), [sym_while_statement] = STATE(76), [sym_do_statement] = STATE(76), [sym_for_statement] = STATE(76), [sym_return_statement] = STATE(76), [sym_break_statement] = STATE(76), [sym_continue_statement] = STATE(76), [sym_goto_statement] = STATE(76), [sym__expression] = STATE(4301), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7279), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym__empty_declaration] = STATE(76), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym__class_name] = STATE(6738), [sym_virtual] = STATE(3697), [sym_explicit_function_specifier] = STATE(2311), [sym_dependent_type] = STATE(3695), [sym_template_declaration] = STATE(76), [sym_template_instantiation] = STATE(76), [sym_operator_cast] = STATE(5924), [sym__constructor_specifiers] = STATE(2311), [sym_operator_cast_definition] = STATE(76), [sym_operator_cast_declaration] = STATE(76), [sym_constructor_or_destructor_definition] = STATE(76), [sym_reference_declarator] = STATE(5671), [sym_structured_binding_declarator] = STATE(5671), [sym_template_type] = STATE(3931), [sym_template_function] = STATE(4106), [sym_namespace_definition] = STATE(76), [sym_namespace_alias_definition] = STATE(76), [sym_using_declaration] = STATE(76), [sym_alias_declaration] = STATE(76), [sym_static_assert_declaration] = STATE(76), [sym_concept_definition] = STATE(76), [sym_for_range_loop] = STATE(76), [sym_co_return_statement] = STATE(76), [sym_co_yield_statement] = STATE(76), [sym_throw_statement] = STATE(76), [sym_try_statement] = STATE(76), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_destructor_name] = STATE(5671), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5156), [sym_qualified_identifier] = STATE(3328), [sym_qualified_type_identifier] = STATE(3961), [sym_qualified_operator_cast_identifier] = STATE(5924), [sym_operator_name] = STATE(5671), [sym_user_defined_literal] = STATE(3925), [aux_sym_preproc_if_repeat1] = STATE(76), [aux_sym__declaration_specifiers_repeat1] = STATE(2582), [aux_sym_attributed_declarator_repeat1] = STATE(204), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [aux_sym_operator_cast_definition_repeat1] = STATE(2311), [sym_identifier] = ACTIONS(153), [aux_sym_preproc_include_token1] = ACTIONS(155), [aux_sym_preproc_def_token1] = ACTIONS(157), [aux_sym_preproc_if_token1] = ACTIONS(161), [aux_sym_preproc_ifdef_token1] = ACTIONS(163), [aux_sym_preproc_ifdef_token2] = ACTIONS(163), [sym_preproc_directive] = ACTIONS(165), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(27), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(31), [anon_sym_SEMI] = ACTIONS(167), [anon_sym_typedef] = ACTIONS(169), [anon_sym_extern] = ACTIONS(171), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(41), [anon_sym___declspec] = ACTIONS(43), [anon_sym___based] = ACTIONS(45), [anon_sym___cdecl] = ACTIONS(47), [anon_sym___clrcall] = ACTIONS(47), [anon_sym___stdcall] = ACTIONS(47), [anon_sym___fastcall] = ACTIONS(47), [anon_sym___thiscall] = ACTIONS(47), [anon_sym___vectorcall] = ACTIONS(47), [anon_sym_LBRACE] = ACTIONS(738), [anon_sym_RBRACE] = ACTIONS(744), [anon_sym_signed] = ACTIONS(51), [anon_sym_unsigned] = ACTIONS(51), [anon_sym_long] = ACTIONS(51), [anon_sym_short] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(179), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(61), [anon_sym_enum] = ACTIONS(63), [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), [anon_sym_union] = ACTIONS(69), [anon_sym_if] = ACTIONS(181), [anon_sym_switch] = ACTIONS(183), [anon_sym_case] = ACTIONS(185), [anon_sym_default] = ACTIONS(187), [anon_sym_while] = ACTIONS(189), [anon_sym_do] = ACTIONS(191), [anon_sym_for] = ACTIONS(193), [anon_sym_return] = ACTIONS(195), [anon_sym_break] = ACTIONS(197), [anon_sym_continue] = ACTIONS(199), [anon_sym_goto] = ACTIONS(201), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(113), [anon_sym_decltype] = ACTIONS(115), [anon_sym_virtual] = ACTIONS(117), [anon_sym_explicit] = ACTIONS(119), [anon_sym_typename] = ACTIONS(121), [anon_sym_template] = ACTIONS(207), [anon_sym_operator] = ACTIONS(125), [anon_sym_try] = ACTIONS(209), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(211), [anon_sym_namespace] = ACTIONS(213), [anon_sym_using] = ACTIONS(215), [anon_sym_static_assert] = ACTIONS(217), [anon_sym_concept] = ACTIONS(219), [anon_sym_co_return] = ACTIONS(221), [anon_sym_co_yield] = ACTIONS(223), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [41] = { [sym_preproc_include] = STATE(88), [sym_preproc_def] = STATE(88), [sym_preproc_function_def] = STATE(88), [sym_preproc_call] = STATE(88), [sym_preproc_if] = STATE(88), [sym_preproc_ifdef] = STATE(88), [sym_function_definition] = STATE(88), [sym_declaration] = STATE(88), [sym_type_definition] = STATE(88), [sym__declaration_modifiers] = STATE(3697), [sym__declaration_specifiers] = STATE(4633), [sym_linkage_specification] = STATE(88), [sym_attribute_specifier] = STATE(3697), [sym_attribute_declaration] = STATE(1417), [sym_ms_declspec_modifier] = STATE(3697), [sym_ms_based_modifier] = STATE(7599), [sym_ms_call_modifier] = STATE(2472), [sym__declarator] = STATE(5891), [sym_parenthesized_declarator] = STATE(5671), [sym_attributed_declarator] = STATE(5671), [sym_pointer_declarator] = STATE(5671), [sym_function_declarator] = STATE(5574), [sym_array_declarator] = STATE(5671), [sym_compound_statement] = STATE(88), [sym_storage_class_specifier] = STATE(3697), [sym_type_qualifier] = STATE(3697), [sym__type_specifier] = STATE(3760), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [sym_attributed_statement] = STATE(88), [sym_labeled_statement] = STATE(88), [sym_expression_statement] = STATE(88), [sym_if_statement] = STATE(88), [sym_switch_statement] = STATE(88), [sym_case_statement] = STATE(88), [sym_while_statement] = STATE(88), [sym_do_statement] = STATE(88), [sym_for_statement] = STATE(88), [sym_return_statement] = STATE(88), [sym_break_statement] = STATE(88), [sym_continue_statement] = STATE(88), [sym_goto_statement] = STATE(88), [sym__expression] = STATE(4301), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7279), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym__empty_declaration] = STATE(88), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym__class_name] = STATE(6738), [sym_virtual] = STATE(3697), [sym_explicit_function_specifier] = STATE(2311), [sym_dependent_type] = STATE(3695), [sym_template_declaration] = STATE(88), [sym_template_instantiation] = STATE(88), [sym_operator_cast] = STATE(5924), [sym__constructor_specifiers] = STATE(2311), [sym_operator_cast_definition] = STATE(88), [sym_operator_cast_declaration] = STATE(88), [sym_constructor_or_destructor_definition] = STATE(88), [sym_reference_declarator] = STATE(5671), [sym_structured_binding_declarator] = STATE(5671), [sym_template_type] = STATE(3931), [sym_template_function] = STATE(4106), [sym_namespace_definition] = STATE(88), [sym_namespace_alias_definition] = STATE(88), [sym_using_declaration] = STATE(88), [sym_alias_declaration] = STATE(88), [sym_static_assert_declaration] = STATE(88), [sym_concept_definition] = STATE(88), [sym_for_range_loop] = STATE(88), [sym_co_return_statement] = STATE(88), [sym_co_yield_statement] = STATE(88), [sym_throw_statement] = STATE(88), [sym_try_statement] = STATE(88), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_destructor_name] = STATE(5671), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5156), [sym_qualified_identifier] = STATE(3328), [sym_qualified_type_identifier] = STATE(3961), [sym_qualified_operator_cast_identifier] = STATE(5924), [sym_operator_name] = STATE(5671), [sym_user_defined_literal] = STATE(3925), [aux_sym_preproc_if_repeat1] = STATE(88), [aux_sym__declaration_specifiers_repeat1] = STATE(2582), [aux_sym_attributed_declarator_repeat1] = STATE(204), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [aux_sym_operator_cast_definition_repeat1] = STATE(2311), [sym_identifier] = ACTIONS(153), [aux_sym_preproc_include_token1] = ACTIONS(155), [aux_sym_preproc_def_token1] = ACTIONS(157), [aux_sym_preproc_if_token1] = ACTIONS(161), [aux_sym_preproc_ifdef_token1] = ACTIONS(163), [aux_sym_preproc_ifdef_token2] = ACTIONS(163), [sym_preproc_directive] = ACTIONS(165), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(27), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(31), [anon_sym_SEMI] = ACTIONS(167), [anon_sym_typedef] = ACTIONS(169), [anon_sym_extern] = ACTIONS(171), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(41), [anon_sym___declspec] = ACTIONS(43), [anon_sym___based] = ACTIONS(45), [anon_sym___cdecl] = ACTIONS(47), [anon_sym___clrcall] = ACTIONS(47), [anon_sym___stdcall] = ACTIONS(47), [anon_sym___fastcall] = ACTIONS(47), [anon_sym___thiscall] = ACTIONS(47), [anon_sym___vectorcall] = ACTIONS(47), [anon_sym_LBRACE] = ACTIONS(738), [anon_sym_RBRACE] = ACTIONS(746), [anon_sym_signed] = ACTIONS(51), [anon_sym_unsigned] = ACTIONS(51), [anon_sym_long] = ACTIONS(51), [anon_sym_short] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(179), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(61), [anon_sym_enum] = ACTIONS(63), [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), [anon_sym_union] = ACTIONS(69), [anon_sym_if] = ACTIONS(181), [anon_sym_switch] = ACTIONS(183), [anon_sym_case] = ACTIONS(185), [anon_sym_default] = ACTIONS(187), [anon_sym_while] = ACTIONS(189), [anon_sym_do] = ACTIONS(191), [anon_sym_for] = ACTIONS(193), [anon_sym_return] = ACTIONS(195), [anon_sym_break] = ACTIONS(197), [anon_sym_continue] = ACTIONS(199), [anon_sym_goto] = ACTIONS(201), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(113), [anon_sym_decltype] = ACTIONS(115), [anon_sym_virtual] = ACTIONS(117), [anon_sym_explicit] = ACTIONS(119), [anon_sym_typename] = ACTIONS(121), [anon_sym_template] = ACTIONS(207), [anon_sym_operator] = ACTIONS(125), [anon_sym_try] = ACTIONS(209), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(211), [anon_sym_namespace] = ACTIONS(213), [anon_sym_using] = ACTIONS(215), [anon_sym_static_assert] = ACTIONS(217), [anon_sym_concept] = ACTIONS(219), [anon_sym_co_return] = ACTIONS(221), [anon_sym_co_yield] = ACTIONS(223), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [42] = { [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(3697), [sym__declaration_specifiers] = STATE(4633), [sym_linkage_specification] = STATE(43), [sym_attribute_specifier] = STATE(3697), [sym_attribute_declaration] = STATE(1417), [sym_ms_declspec_modifier] = STATE(3697), [sym_ms_based_modifier] = STATE(7599), [sym_ms_call_modifier] = STATE(2472), [sym__declarator] = STATE(5891), [sym_parenthesized_declarator] = STATE(5671), [sym_attributed_declarator] = STATE(5671), [sym_pointer_declarator] = STATE(5671), [sym_function_declarator] = STATE(5574), [sym_array_declarator] = STATE(5671), [sym_compound_statement] = STATE(43), [sym_storage_class_specifier] = STATE(3697), [sym_type_qualifier] = STATE(3697), [sym__type_specifier] = STATE(3760), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [sym_attributed_statement] = STATE(43), [sym_labeled_statement] = STATE(43), [sym_expression_statement] = STATE(43), [sym_if_statement] = STATE(43), [sym_switch_statement] = STATE(43), [sym_case_statement] = STATE(43), [sym_while_statement] = STATE(43), [sym_do_statement] = STATE(43), [sym_for_statement] = STATE(43), [sym_return_statement] = STATE(43), [sym_break_statement] = STATE(43), [sym_continue_statement] = STATE(43), [sym_goto_statement] = STATE(43), [sym__expression] = STATE(4301), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7279), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym__empty_declaration] = STATE(43), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym__class_name] = STATE(6738), [sym_virtual] = STATE(3697), [sym_explicit_function_specifier] = STATE(2311), [sym_dependent_type] = STATE(3695), [sym_template_declaration] = STATE(43), [sym_template_instantiation] = STATE(43), [sym_operator_cast] = STATE(5924), [sym__constructor_specifiers] = STATE(2311), [sym_operator_cast_definition] = STATE(43), [sym_operator_cast_declaration] = STATE(43), [sym_constructor_or_destructor_definition] = STATE(43), [sym_reference_declarator] = STATE(5671), [sym_structured_binding_declarator] = STATE(5671), [sym_template_type] = STATE(3931), [sym_template_function] = STATE(4106), [sym_namespace_definition] = STATE(43), [sym_namespace_alias_definition] = STATE(43), [sym_using_declaration] = STATE(43), [sym_alias_declaration] = STATE(43), [sym_static_assert_declaration] = STATE(43), [sym_concept_definition] = STATE(43), [sym_for_range_loop] = STATE(43), [sym_co_return_statement] = STATE(43), [sym_co_yield_statement] = STATE(43), [sym_throw_statement] = STATE(43), [sym_try_statement] = STATE(43), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_destructor_name] = STATE(5671), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5156), [sym_qualified_identifier] = STATE(3328), [sym_qualified_type_identifier] = STATE(3961), [sym_qualified_operator_cast_identifier] = STATE(5924), [sym_operator_name] = STATE(5671), [sym_user_defined_literal] = STATE(3925), [aux_sym_preproc_if_repeat1] = STATE(43), [aux_sym__declaration_specifiers_repeat1] = STATE(2582), [aux_sym_attributed_declarator_repeat1] = STATE(204), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [aux_sym_operator_cast_definition_repeat1] = STATE(2311), [sym_identifier] = ACTIONS(153), [aux_sym_preproc_include_token1] = ACTIONS(155), [aux_sym_preproc_def_token1] = ACTIONS(157), [aux_sym_preproc_if_token1] = ACTIONS(161), [aux_sym_preproc_ifdef_token1] = ACTIONS(163), [aux_sym_preproc_ifdef_token2] = ACTIONS(163), [sym_preproc_directive] = ACTIONS(165), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(27), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(31), [anon_sym_SEMI] = ACTIONS(167), [anon_sym_typedef] = ACTIONS(169), [anon_sym_extern] = ACTIONS(171), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(41), [anon_sym___declspec] = ACTIONS(43), [anon_sym___based] = ACTIONS(45), [anon_sym___cdecl] = ACTIONS(47), [anon_sym___clrcall] = ACTIONS(47), [anon_sym___stdcall] = ACTIONS(47), [anon_sym___fastcall] = ACTIONS(47), [anon_sym___thiscall] = ACTIONS(47), [anon_sym___vectorcall] = ACTIONS(47), [anon_sym_LBRACE] = ACTIONS(738), [anon_sym_RBRACE] = ACTIONS(748), [anon_sym_signed] = ACTIONS(51), [anon_sym_unsigned] = ACTIONS(51), [anon_sym_long] = ACTIONS(51), [anon_sym_short] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(179), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(61), [anon_sym_enum] = ACTIONS(63), [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), [anon_sym_union] = ACTIONS(69), [anon_sym_if] = ACTIONS(181), [anon_sym_switch] = ACTIONS(183), [anon_sym_case] = ACTIONS(185), [anon_sym_default] = ACTIONS(187), [anon_sym_while] = ACTIONS(189), [anon_sym_do] = ACTIONS(191), [anon_sym_for] = ACTIONS(193), [anon_sym_return] = ACTIONS(195), [anon_sym_break] = ACTIONS(197), [anon_sym_continue] = ACTIONS(199), [anon_sym_goto] = ACTIONS(201), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(113), [anon_sym_decltype] = ACTIONS(115), [anon_sym_virtual] = ACTIONS(117), [anon_sym_explicit] = ACTIONS(119), [anon_sym_typename] = ACTIONS(121), [anon_sym_template] = ACTIONS(207), [anon_sym_operator] = ACTIONS(125), [anon_sym_try] = ACTIONS(209), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(211), [anon_sym_namespace] = ACTIONS(213), [anon_sym_using] = ACTIONS(215), [anon_sym_static_assert] = ACTIONS(217), [anon_sym_concept] = ACTIONS(219), [anon_sym_co_return] = ACTIONS(221), [anon_sym_co_yield] = ACTIONS(223), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [43] = { [sym_preproc_include] = STATE(60), [sym_preproc_def] = STATE(60), [sym_preproc_function_def] = STATE(60), [sym_preproc_call] = STATE(60), [sym_preproc_if] = STATE(60), [sym_preproc_ifdef] = STATE(60), [sym_function_definition] = STATE(60), [sym_declaration] = STATE(60), [sym_type_definition] = STATE(60), [sym__declaration_modifiers] = STATE(3697), [sym__declaration_specifiers] = STATE(4633), [sym_linkage_specification] = STATE(60), [sym_attribute_specifier] = STATE(3697), [sym_attribute_declaration] = STATE(1417), [sym_ms_declspec_modifier] = STATE(3697), [sym_ms_based_modifier] = STATE(7599), [sym_ms_call_modifier] = STATE(2472), [sym__declarator] = STATE(5891), [sym_parenthesized_declarator] = STATE(5671), [sym_attributed_declarator] = STATE(5671), [sym_pointer_declarator] = STATE(5671), [sym_function_declarator] = STATE(5574), [sym_array_declarator] = STATE(5671), [sym_compound_statement] = STATE(60), [sym_storage_class_specifier] = STATE(3697), [sym_type_qualifier] = STATE(3697), [sym__type_specifier] = STATE(3760), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [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_case_statement] = STATE(60), [sym_while_statement] = STATE(60), [sym_do_statement] = STATE(60), [sym_for_statement] = STATE(60), [sym_return_statement] = STATE(60), [sym_break_statement] = STATE(60), [sym_continue_statement] = STATE(60), [sym_goto_statement] = STATE(60), [sym__expression] = STATE(4301), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7279), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym__empty_declaration] = STATE(60), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym__class_name] = STATE(6738), [sym_virtual] = STATE(3697), [sym_explicit_function_specifier] = STATE(2311), [sym_dependent_type] = STATE(3695), [sym_template_declaration] = STATE(60), [sym_template_instantiation] = STATE(60), [sym_operator_cast] = STATE(5924), [sym__constructor_specifiers] = STATE(2311), [sym_operator_cast_definition] = STATE(60), [sym_operator_cast_declaration] = STATE(60), [sym_constructor_or_destructor_definition] = STATE(60), [sym_reference_declarator] = STATE(5671), [sym_structured_binding_declarator] = STATE(5671), [sym_template_type] = STATE(3931), [sym_template_function] = STATE(4106), [sym_namespace_definition] = STATE(60), [sym_namespace_alias_definition] = STATE(60), [sym_using_declaration] = STATE(60), [sym_alias_declaration] = STATE(60), [sym_static_assert_declaration] = STATE(60), [sym_concept_definition] = STATE(60), [sym_for_range_loop] = STATE(60), [sym_co_return_statement] = STATE(60), [sym_co_yield_statement] = STATE(60), [sym_throw_statement] = STATE(60), [sym_try_statement] = STATE(60), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_destructor_name] = STATE(5671), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5156), [sym_qualified_identifier] = STATE(3328), [sym_qualified_type_identifier] = STATE(3961), [sym_qualified_operator_cast_identifier] = STATE(5924), [sym_operator_name] = STATE(5671), [sym_user_defined_literal] = STATE(3925), [aux_sym_preproc_if_repeat1] = STATE(60), [aux_sym__declaration_specifiers_repeat1] = STATE(2582), [aux_sym_attributed_declarator_repeat1] = STATE(204), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [aux_sym_operator_cast_definition_repeat1] = STATE(2311), [sym_identifier] = ACTIONS(153), [aux_sym_preproc_include_token1] = ACTIONS(155), [aux_sym_preproc_def_token1] = ACTIONS(157), [aux_sym_preproc_if_token1] = ACTIONS(161), [aux_sym_preproc_ifdef_token1] = ACTIONS(163), [aux_sym_preproc_ifdef_token2] = ACTIONS(163), [sym_preproc_directive] = ACTIONS(165), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(27), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(31), [anon_sym_SEMI] = ACTIONS(167), [anon_sym_typedef] = ACTIONS(169), [anon_sym_extern] = ACTIONS(171), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(41), [anon_sym___declspec] = ACTIONS(43), [anon_sym___based] = ACTIONS(45), [anon_sym___cdecl] = ACTIONS(47), [anon_sym___clrcall] = ACTIONS(47), [anon_sym___stdcall] = ACTIONS(47), [anon_sym___fastcall] = ACTIONS(47), [anon_sym___thiscall] = ACTIONS(47), [anon_sym___vectorcall] = ACTIONS(47), [anon_sym_LBRACE] = ACTIONS(738), [anon_sym_RBRACE] = ACTIONS(750), [anon_sym_signed] = ACTIONS(51), [anon_sym_unsigned] = ACTIONS(51), [anon_sym_long] = ACTIONS(51), [anon_sym_short] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(179), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(61), [anon_sym_enum] = ACTIONS(63), [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), [anon_sym_union] = ACTIONS(69), [anon_sym_if] = ACTIONS(181), [anon_sym_switch] = ACTIONS(183), [anon_sym_case] = ACTIONS(185), [anon_sym_default] = ACTIONS(187), [anon_sym_while] = ACTIONS(189), [anon_sym_do] = ACTIONS(191), [anon_sym_for] = ACTIONS(193), [anon_sym_return] = ACTIONS(195), [anon_sym_break] = ACTIONS(197), [anon_sym_continue] = ACTIONS(199), [anon_sym_goto] = ACTIONS(201), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(113), [anon_sym_decltype] = ACTIONS(115), [anon_sym_virtual] = ACTIONS(117), [anon_sym_explicit] = ACTIONS(119), [anon_sym_typename] = ACTIONS(121), [anon_sym_template] = ACTIONS(207), [anon_sym_operator] = ACTIONS(125), [anon_sym_try] = ACTIONS(209), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(211), [anon_sym_namespace] = ACTIONS(213), [anon_sym_using] = ACTIONS(215), [anon_sym_static_assert] = ACTIONS(217), [anon_sym_concept] = ACTIONS(219), [anon_sym_co_return] = ACTIONS(221), [anon_sym_co_yield] = ACTIONS(223), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [44] = { [sym_preproc_include] = STATE(82), [sym_preproc_def] = STATE(82), [sym_preproc_function_def] = STATE(82), [sym_preproc_call] = STATE(82), [sym_preproc_if] = STATE(82), [sym_preproc_ifdef] = STATE(82), [sym_function_definition] = STATE(82), [sym_declaration] = STATE(82), [sym_type_definition] = STATE(82), [sym__declaration_modifiers] = STATE(3697), [sym__declaration_specifiers] = STATE(4633), [sym_linkage_specification] = STATE(82), [sym_attribute_specifier] = STATE(3697), [sym_attribute_declaration] = STATE(1417), [sym_ms_declspec_modifier] = STATE(3697), [sym_ms_based_modifier] = STATE(7599), [sym_ms_call_modifier] = STATE(2472), [sym__declarator] = STATE(5891), [sym_parenthesized_declarator] = STATE(5671), [sym_attributed_declarator] = STATE(5671), [sym_pointer_declarator] = STATE(5671), [sym_function_declarator] = STATE(5574), [sym_array_declarator] = STATE(5671), [sym_compound_statement] = STATE(82), [sym_storage_class_specifier] = STATE(3697), [sym_type_qualifier] = STATE(3697), [sym__type_specifier] = STATE(3760), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [sym_attributed_statement] = STATE(82), [sym_labeled_statement] = STATE(82), [sym_expression_statement] = STATE(82), [sym_if_statement] = STATE(82), [sym_switch_statement] = STATE(82), [sym_case_statement] = STATE(82), [sym_while_statement] = STATE(82), [sym_do_statement] = STATE(82), [sym_for_statement] = STATE(82), [sym_return_statement] = STATE(82), [sym_break_statement] = STATE(82), [sym_continue_statement] = STATE(82), [sym_goto_statement] = STATE(82), [sym__expression] = STATE(4301), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7279), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym__empty_declaration] = STATE(82), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym__class_name] = STATE(6738), [sym_virtual] = STATE(3697), [sym_explicit_function_specifier] = STATE(2311), [sym_dependent_type] = STATE(3695), [sym_template_declaration] = STATE(82), [sym_template_instantiation] = STATE(82), [sym_operator_cast] = STATE(5924), [sym__constructor_specifiers] = STATE(2311), [sym_operator_cast_definition] = STATE(82), [sym_operator_cast_declaration] = STATE(82), [sym_constructor_or_destructor_definition] = STATE(82), [sym_reference_declarator] = STATE(5671), [sym_structured_binding_declarator] = STATE(5671), [sym_template_type] = STATE(3931), [sym_template_function] = STATE(4106), [sym_namespace_definition] = STATE(82), [sym_namespace_alias_definition] = STATE(82), [sym_using_declaration] = STATE(82), [sym_alias_declaration] = STATE(82), [sym_static_assert_declaration] = STATE(82), [sym_concept_definition] = STATE(82), [sym_for_range_loop] = STATE(82), [sym_co_return_statement] = STATE(82), [sym_co_yield_statement] = STATE(82), [sym_throw_statement] = STATE(82), [sym_try_statement] = STATE(82), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_destructor_name] = STATE(5671), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5156), [sym_qualified_identifier] = STATE(3328), [sym_qualified_type_identifier] = STATE(3961), [sym_qualified_operator_cast_identifier] = STATE(5924), [sym_operator_name] = STATE(5671), [sym_user_defined_literal] = STATE(3925), [aux_sym_preproc_if_repeat1] = STATE(82), [aux_sym__declaration_specifiers_repeat1] = STATE(2582), [aux_sym_attributed_declarator_repeat1] = STATE(204), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [aux_sym_operator_cast_definition_repeat1] = STATE(2311), [sym_identifier] = ACTIONS(153), [aux_sym_preproc_include_token1] = ACTIONS(155), [aux_sym_preproc_def_token1] = ACTIONS(157), [aux_sym_preproc_if_token1] = ACTIONS(161), [aux_sym_preproc_ifdef_token1] = ACTIONS(163), [aux_sym_preproc_ifdef_token2] = ACTIONS(163), [sym_preproc_directive] = ACTIONS(165), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(27), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(31), [anon_sym_SEMI] = ACTIONS(167), [anon_sym_typedef] = ACTIONS(169), [anon_sym_extern] = ACTIONS(171), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(41), [anon_sym___declspec] = ACTIONS(43), [anon_sym___based] = ACTIONS(45), [anon_sym___cdecl] = ACTIONS(47), [anon_sym___clrcall] = ACTIONS(47), [anon_sym___stdcall] = ACTIONS(47), [anon_sym___fastcall] = ACTIONS(47), [anon_sym___thiscall] = ACTIONS(47), [anon_sym___vectorcall] = ACTIONS(47), [anon_sym_LBRACE] = ACTIONS(738), [anon_sym_RBRACE] = ACTIONS(752), [anon_sym_signed] = ACTIONS(51), [anon_sym_unsigned] = ACTIONS(51), [anon_sym_long] = ACTIONS(51), [anon_sym_short] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(179), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(61), [anon_sym_enum] = ACTIONS(63), [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), [anon_sym_union] = ACTIONS(69), [anon_sym_if] = ACTIONS(181), [anon_sym_switch] = ACTIONS(183), [anon_sym_case] = ACTIONS(185), [anon_sym_default] = ACTIONS(187), [anon_sym_while] = ACTIONS(189), [anon_sym_do] = ACTIONS(191), [anon_sym_for] = ACTIONS(193), [anon_sym_return] = ACTIONS(195), [anon_sym_break] = ACTIONS(197), [anon_sym_continue] = ACTIONS(199), [anon_sym_goto] = ACTIONS(201), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(113), [anon_sym_decltype] = ACTIONS(115), [anon_sym_virtual] = ACTIONS(117), [anon_sym_explicit] = ACTIONS(119), [anon_sym_typename] = ACTIONS(121), [anon_sym_template] = ACTIONS(207), [anon_sym_operator] = ACTIONS(125), [anon_sym_try] = ACTIONS(209), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(211), [anon_sym_namespace] = ACTIONS(213), [anon_sym_using] = ACTIONS(215), [anon_sym_static_assert] = ACTIONS(217), [anon_sym_concept] = ACTIONS(219), [anon_sym_co_return] = ACTIONS(221), [anon_sym_co_yield] = ACTIONS(223), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [45] = { [sym_preproc_include] = STATE(60), [sym_preproc_def] = STATE(60), [sym_preproc_function_def] = STATE(60), [sym_preproc_call] = STATE(60), [sym_preproc_if] = STATE(60), [sym_preproc_ifdef] = STATE(60), [sym_function_definition] = STATE(60), [sym_declaration] = STATE(60), [sym_type_definition] = STATE(60), [sym__declaration_modifiers] = STATE(3697), [sym__declaration_specifiers] = STATE(4633), [sym_linkage_specification] = STATE(60), [sym_attribute_specifier] = STATE(3697), [sym_attribute_declaration] = STATE(1417), [sym_ms_declspec_modifier] = STATE(3697), [sym_ms_based_modifier] = STATE(7599), [sym_ms_call_modifier] = STATE(2472), [sym__declarator] = STATE(5891), [sym_parenthesized_declarator] = STATE(5671), [sym_attributed_declarator] = STATE(5671), [sym_pointer_declarator] = STATE(5671), [sym_function_declarator] = STATE(5574), [sym_array_declarator] = STATE(5671), [sym_compound_statement] = STATE(60), [sym_storage_class_specifier] = STATE(3697), [sym_type_qualifier] = STATE(3697), [sym__type_specifier] = STATE(3760), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [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_case_statement] = STATE(60), [sym_while_statement] = STATE(60), [sym_do_statement] = STATE(60), [sym_for_statement] = STATE(60), [sym_return_statement] = STATE(60), [sym_break_statement] = STATE(60), [sym_continue_statement] = STATE(60), [sym_goto_statement] = STATE(60), [sym__expression] = STATE(4301), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7279), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym__empty_declaration] = STATE(60), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym__class_name] = STATE(6738), [sym_virtual] = STATE(3697), [sym_explicit_function_specifier] = STATE(2311), [sym_dependent_type] = STATE(3695), [sym_template_declaration] = STATE(60), [sym_template_instantiation] = STATE(60), [sym_operator_cast] = STATE(5924), [sym__constructor_specifiers] = STATE(2311), [sym_operator_cast_definition] = STATE(60), [sym_operator_cast_declaration] = STATE(60), [sym_constructor_or_destructor_definition] = STATE(60), [sym_reference_declarator] = STATE(5671), [sym_structured_binding_declarator] = STATE(5671), [sym_template_type] = STATE(3931), [sym_template_function] = STATE(4106), [sym_namespace_definition] = STATE(60), [sym_namespace_alias_definition] = STATE(60), [sym_using_declaration] = STATE(60), [sym_alias_declaration] = STATE(60), [sym_static_assert_declaration] = STATE(60), [sym_concept_definition] = STATE(60), [sym_for_range_loop] = STATE(60), [sym_co_return_statement] = STATE(60), [sym_co_yield_statement] = STATE(60), [sym_throw_statement] = STATE(60), [sym_try_statement] = STATE(60), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_destructor_name] = STATE(5671), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5156), [sym_qualified_identifier] = STATE(3328), [sym_qualified_type_identifier] = STATE(3961), [sym_qualified_operator_cast_identifier] = STATE(5924), [sym_operator_name] = STATE(5671), [sym_user_defined_literal] = STATE(3925), [aux_sym_preproc_if_repeat1] = STATE(60), [aux_sym__declaration_specifiers_repeat1] = STATE(2582), [aux_sym_attributed_declarator_repeat1] = STATE(204), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [aux_sym_operator_cast_definition_repeat1] = STATE(2311), [sym_identifier] = ACTIONS(153), [aux_sym_preproc_include_token1] = ACTIONS(155), [aux_sym_preproc_def_token1] = ACTIONS(157), [aux_sym_preproc_if_token1] = ACTIONS(161), [aux_sym_preproc_ifdef_token1] = ACTIONS(163), [aux_sym_preproc_ifdef_token2] = ACTIONS(163), [sym_preproc_directive] = ACTIONS(165), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(27), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(31), [anon_sym_SEMI] = ACTIONS(167), [anon_sym_typedef] = ACTIONS(169), [anon_sym_extern] = ACTIONS(171), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(41), [anon_sym___declspec] = ACTIONS(43), [anon_sym___based] = ACTIONS(45), [anon_sym___cdecl] = ACTIONS(47), [anon_sym___clrcall] = ACTIONS(47), [anon_sym___stdcall] = ACTIONS(47), [anon_sym___fastcall] = ACTIONS(47), [anon_sym___thiscall] = ACTIONS(47), [anon_sym___vectorcall] = ACTIONS(47), [anon_sym_LBRACE] = ACTIONS(738), [anon_sym_RBRACE] = ACTIONS(754), [anon_sym_signed] = ACTIONS(51), [anon_sym_unsigned] = ACTIONS(51), [anon_sym_long] = ACTIONS(51), [anon_sym_short] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(179), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(61), [anon_sym_enum] = ACTIONS(63), [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), [anon_sym_union] = ACTIONS(69), [anon_sym_if] = ACTIONS(181), [anon_sym_switch] = ACTIONS(183), [anon_sym_case] = ACTIONS(185), [anon_sym_default] = ACTIONS(187), [anon_sym_while] = ACTIONS(189), [anon_sym_do] = ACTIONS(191), [anon_sym_for] = ACTIONS(193), [anon_sym_return] = ACTIONS(195), [anon_sym_break] = ACTIONS(197), [anon_sym_continue] = ACTIONS(199), [anon_sym_goto] = ACTIONS(201), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(113), [anon_sym_decltype] = ACTIONS(115), [anon_sym_virtual] = ACTIONS(117), [anon_sym_explicit] = ACTIONS(119), [anon_sym_typename] = ACTIONS(121), [anon_sym_template] = ACTIONS(207), [anon_sym_operator] = ACTIONS(125), [anon_sym_try] = ACTIONS(209), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(211), [anon_sym_namespace] = ACTIONS(213), [anon_sym_using] = ACTIONS(215), [anon_sym_static_assert] = ACTIONS(217), [anon_sym_concept] = ACTIONS(219), [anon_sym_co_return] = ACTIONS(221), [anon_sym_co_yield] = ACTIONS(223), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [46] = { [sym_preproc_include] = STATE(60), [sym_preproc_def] = STATE(60), [sym_preproc_function_def] = STATE(60), [sym_preproc_call] = STATE(60), [sym_preproc_if] = STATE(60), [sym_preproc_ifdef] = STATE(60), [sym_function_definition] = STATE(60), [sym_declaration] = STATE(60), [sym_type_definition] = STATE(60), [sym__declaration_modifiers] = STATE(3697), [sym__declaration_specifiers] = STATE(4633), [sym_linkage_specification] = STATE(60), [sym_attribute_specifier] = STATE(3697), [sym_attribute_declaration] = STATE(1417), [sym_ms_declspec_modifier] = STATE(3697), [sym_ms_based_modifier] = STATE(7599), [sym_ms_call_modifier] = STATE(2472), [sym__declarator] = STATE(5891), [sym_parenthesized_declarator] = STATE(5671), [sym_attributed_declarator] = STATE(5671), [sym_pointer_declarator] = STATE(5671), [sym_function_declarator] = STATE(5574), [sym_array_declarator] = STATE(5671), [sym_compound_statement] = STATE(60), [sym_storage_class_specifier] = STATE(3697), [sym_type_qualifier] = STATE(3697), [sym__type_specifier] = STATE(3760), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [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_case_statement] = STATE(60), [sym_while_statement] = STATE(60), [sym_do_statement] = STATE(60), [sym_for_statement] = STATE(60), [sym_return_statement] = STATE(60), [sym_break_statement] = STATE(60), [sym_continue_statement] = STATE(60), [sym_goto_statement] = STATE(60), [sym__expression] = STATE(4301), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7279), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym__empty_declaration] = STATE(60), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym__class_name] = STATE(6738), [sym_virtual] = STATE(3697), [sym_explicit_function_specifier] = STATE(2311), [sym_dependent_type] = STATE(3695), [sym_template_declaration] = STATE(60), [sym_template_instantiation] = STATE(60), [sym_operator_cast] = STATE(5924), [sym__constructor_specifiers] = STATE(2311), [sym_operator_cast_definition] = STATE(60), [sym_operator_cast_declaration] = STATE(60), [sym_constructor_or_destructor_definition] = STATE(60), [sym_reference_declarator] = STATE(5671), [sym_structured_binding_declarator] = STATE(5671), [sym_template_type] = STATE(3931), [sym_template_function] = STATE(4106), [sym_namespace_definition] = STATE(60), [sym_namespace_alias_definition] = STATE(60), [sym_using_declaration] = STATE(60), [sym_alias_declaration] = STATE(60), [sym_static_assert_declaration] = STATE(60), [sym_concept_definition] = STATE(60), [sym_for_range_loop] = STATE(60), [sym_co_return_statement] = STATE(60), [sym_co_yield_statement] = STATE(60), [sym_throw_statement] = STATE(60), [sym_try_statement] = STATE(60), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_destructor_name] = STATE(5671), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5156), [sym_qualified_identifier] = STATE(3328), [sym_qualified_type_identifier] = STATE(3961), [sym_qualified_operator_cast_identifier] = STATE(5924), [sym_operator_name] = STATE(5671), [sym_user_defined_literal] = STATE(3925), [aux_sym_preproc_if_repeat1] = STATE(60), [aux_sym__declaration_specifiers_repeat1] = STATE(2582), [aux_sym_attributed_declarator_repeat1] = STATE(204), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [aux_sym_operator_cast_definition_repeat1] = STATE(2311), [sym_identifier] = ACTIONS(153), [aux_sym_preproc_include_token1] = ACTIONS(155), [aux_sym_preproc_def_token1] = ACTIONS(157), [aux_sym_preproc_if_token1] = ACTIONS(161), [aux_sym_preproc_ifdef_token1] = ACTIONS(163), [aux_sym_preproc_ifdef_token2] = ACTIONS(163), [sym_preproc_directive] = ACTIONS(165), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(27), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(31), [anon_sym_SEMI] = ACTIONS(167), [anon_sym_typedef] = ACTIONS(169), [anon_sym_extern] = ACTIONS(171), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(41), [anon_sym___declspec] = ACTIONS(43), [anon_sym___based] = ACTIONS(45), [anon_sym___cdecl] = ACTIONS(47), [anon_sym___clrcall] = ACTIONS(47), [anon_sym___stdcall] = ACTIONS(47), [anon_sym___fastcall] = ACTIONS(47), [anon_sym___thiscall] = ACTIONS(47), [anon_sym___vectorcall] = ACTIONS(47), [anon_sym_LBRACE] = ACTIONS(738), [anon_sym_RBRACE] = ACTIONS(756), [anon_sym_signed] = ACTIONS(51), [anon_sym_unsigned] = ACTIONS(51), [anon_sym_long] = ACTIONS(51), [anon_sym_short] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(179), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(61), [anon_sym_enum] = ACTIONS(63), [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), [anon_sym_union] = ACTIONS(69), [anon_sym_if] = ACTIONS(181), [anon_sym_switch] = ACTIONS(183), [anon_sym_case] = ACTIONS(185), [anon_sym_default] = ACTIONS(187), [anon_sym_while] = ACTIONS(189), [anon_sym_do] = ACTIONS(191), [anon_sym_for] = ACTIONS(193), [anon_sym_return] = ACTIONS(195), [anon_sym_break] = ACTIONS(197), [anon_sym_continue] = ACTIONS(199), [anon_sym_goto] = ACTIONS(201), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(113), [anon_sym_decltype] = ACTIONS(115), [anon_sym_virtual] = ACTIONS(117), [anon_sym_explicit] = ACTIONS(119), [anon_sym_typename] = ACTIONS(121), [anon_sym_template] = ACTIONS(207), [anon_sym_operator] = ACTIONS(125), [anon_sym_try] = ACTIONS(209), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(211), [anon_sym_namespace] = ACTIONS(213), [anon_sym_using] = ACTIONS(215), [anon_sym_static_assert] = ACTIONS(217), [anon_sym_concept] = ACTIONS(219), [anon_sym_co_return] = ACTIONS(221), [anon_sym_co_yield] = ACTIONS(223), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [47] = { [sym_preproc_include] = STATE(45), [sym_preproc_def] = STATE(45), [sym_preproc_function_def] = STATE(45), [sym_preproc_call] = STATE(45), [sym_preproc_if] = STATE(45), [sym_preproc_ifdef] = STATE(45), [sym_function_definition] = STATE(45), [sym_declaration] = STATE(45), [sym_type_definition] = STATE(45), [sym__declaration_modifiers] = STATE(3697), [sym__declaration_specifiers] = STATE(4633), [sym_linkage_specification] = STATE(45), [sym_attribute_specifier] = STATE(3697), [sym_attribute_declaration] = STATE(1417), [sym_ms_declspec_modifier] = STATE(3697), [sym_ms_based_modifier] = STATE(7599), [sym_ms_call_modifier] = STATE(2472), [sym__declarator] = STATE(5891), [sym_parenthesized_declarator] = STATE(5671), [sym_attributed_declarator] = STATE(5671), [sym_pointer_declarator] = STATE(5671), [sym_function_declarator] = STATE(5574), [sym_array_declarator] = STATE(5671), [sym_compound_statement] = STATE(45), [sym_storage_class_specifier] = STATE(3697), [sym_type_qualifier] = STATE(3697), [sym__type_specifier] = STATE(3760), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [sym_attributed_statement] = STATE(45), [sym_labeled_statement] = STATE(45), [sym_expression_statement] = STATE(45), [sym_if_statement] = STATE(45), [sym_switch_statement] = STATE(45), [sym_case_statement] = STATE(45), [sym_while_statement] = STATE(45), [sym_do_statement] = STATE(45), [sym_for_statement] = STATE(45), [sym_return_statement] = STATE(45), [sym_break_statement] = STATE(45), [sym_continue_statement] = STATE(45), [sym_goto_statement] = STATE(45), [sym__expression] = STATE(4301), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7279), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym__empty_declaration] = STATE(45), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym__class_name] = STATE(6738), [sym_virtual] = STATE(3697), [sym_explicit_function_specifier] = STATE(2311), [sym_dependent_type] = STATE(3695), [sym_template_declaration] = STATE(45), [sym_template_instantiation] = STATE(45), [sym_operator_cast] = STATE(5924), [sym__constructor_specifiers] = STATE(2311), [sym_operator_cast_definition] = STATE(45), [sym_operator_cast_declaration] = STATE(45), [sym_constructor_or_destructor_definition] = STATE(45), [sym_reference_declarator] = STATE(5671), [sym_structured_binding_declarator] = STATE(5671), [sym_template_type] = STATE(3931), [sym_template_function] = STATE(4106), [sym_namespace_definition] = STATE(45), [sym_namespace_alias_definition] = STATE(45), [sym_using_declaration] = STATE(45), [sym_alias_declaration] = STATE(45), [sym_static_assert_declaration] = STATE(45), [sym_concept_definition] = STATE(45), [sym_for_range_loop] = STATE(45), [sym_co_return_statement] = STATE(45), [sym_co_yield_statement] = STATE(45), [sym_throw_statement] = STATE(45), [sym_try_statement] = STATE(45), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_destructor_name] = STATE(5671), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5156), [sym_qualified_identifier] = STATE(3328), [sym_qualified_type_identifier] = STATE(3961), [sym_qualified_operator_cast_identifier] = STATE(5924), [sym_operator_name] = STATE(5671), [sym_user_defined_literal] = STATE(3925), [aux_sym_preproc_if_repeat1] = STATE(45), [aux_sym__declaration_specifiers_repeat1] = STATE(2582), [aux_sym_attributed_declarator_repeat1] = STATE(204), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [aux_sym_operator_cast_definition_repeat1] = STATE(2311), [sym_identifier] = ACTIONS(153), [aux_sym_preproc_include_token1] = ACTIONS(155), [aux_sym_preproc_def_token1] = ACTIONS(157), [aux_sym_preproc_if_token1] = ACTIONS(161), [aux_sym_preproc_ifdef_token1] = ACTIONS(163), [aux_sym_preproc_ifdef_token2] = ACTIONS(163), [sym_preproc_directive] = ACTIONS(165), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(27), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(31), [anon_sym_SEMI] = ACTIONS(167), [anon_sym_typedef] = ACTIONS(169), [anon_sym_extern] = ACTIONS(171), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(41), [anon_sym___declspec] = ACTIONS(43), [anon_sym___based] = ACTIONS(45), [anon_sym___cdecl] = ACTIONS(47), [anon_sym___clrcall] = ACTIONS(47), [anon_sym___stdcall] = ACTIONS(47), [anon_sym___fastcall] = ACTIONS(47), [anon_sym___thiscall] = ACTIONS(47), [anon_sym___vectorcall] = ACTIONS(47), [anon_sym_LBRACE] = ACTIONS(738), [anon_sym_RBRACE] = ACTIONS(758), [anon_sym_signed] = ACTIONS(51), [anon_sym_unsigned] = ACTIONS(51), [anon_sym_long] = ACTIONS(51), [anon_sym_short] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(179), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(61), [anon_sym_enum] = ACTIONS(63), [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), [anon_sym_union] = ACTIONS(69), [anon_sym_if] = ACTIONS(181), [anon_sym_switch] = ACTIONS(183), [anon_sym_case] = ACTIONS(185), [anon_sym_default] = ACTIONS(187), [anon_sym_while] = ACTIONS(189), [anon_sym_do] = ACTIONS(191), [anon_sym_for] = ACTIONS(193), [anon_sym_return] = ACTIONS(195), [anon_sym_break] = ACTIONS(197), [anon_sym_continue] = ACTIONS(199), [anon_sym_goto] = ACTIONS(201), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(113), [anon_sym_decltype] = ACTIONS(115), [anon_sym_virtual] = ACTIONS(117), [anon_sym_explicit] = ACTIONS(119), [anon_sym_typename] = ACTIONS(121), [anon_sym_template] = ACTIONS(207), [anon_sym_operator] = ACTIONS(125), [anon_sym_try] = ACTIONS(209), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(211), [anon_sym_namespace] = ACTIONS(213), [anon_sym_using] = ACTIONS(215), [anon_sym_static_assert] = ACTIONS(217), [anon_sym_concept] = ACTIONS(219), [anon_sym_co_return] = ACTIONS(221), [anon_sym_co_yield] = ACTIONS(223), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [48] = { [sym_preproc_include] = STATE(60), [sym_preproc_def] = STATE(60), [sym_preproc_function_def] = STATE(60), [sym_preproc_call] = STATE(60), [sym_preproc_if] = STATE(60), [sym_preproc_ifdef] = STATE(60), [sym_function_definition] = STATE(60), [sym_declaration] = STATE(60), [sym_type_definition] = STATE(60), [sym__declaration_modifiers] = STATE(3697), [sym__declaration_specifiers] = STATE(4633), [sym_linkage_specification] = STATE(60), [sym_attribute_specifier] = STATE(3697), [sym_attribute_declaration] = STATE(1417), [sym_ms_declspec_modifier] = STATE(3697), [sym_ms_based_modifier] = STATE(7599), [sym_ms_call_modifier] = STATE(2472), [sym__declarator] = STATE(5891), [sym_parenthesized_declarator] = STATE(5671), [sym_attributed_declarator] = STATE(5671), [sym_pointer_declarator] = STATE(5671), [sym_function_declarator] = STATE(5574), [sym_array_declarator] = STATE(5671), [sym_compound_statement] = STATE(60), [sym_storage_class_specifier] = STATE(3697), [sym_type_qualifier] = STATE(3697), [sym__type_specifier] = STATE(3760), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [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_case_statement] = STATE(60), [sym_while_statement] = STATE(60), [sym_do_statement] = STATE(60), [sym_for_statement] = STATE(60), [sym_return_statement] = STATE(60), [sym_break_statement] = STATE(60), [sym_continue_statement] = STATE(60), [sym_goto_statement] = STATE(60), [sym__expression] = STATE(4301), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7279), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym__empty_declaration] = STATE(60), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym__class_name] = STATE(6738), [sym_virtual] = STATE(3697), [sym_explicit_function_specifier] = STATE(2311), [sym_dependent_type] = STATE(3695), [sym_template_declaration] = STATE(60), [sym_template_instantiation] = STATE(60), [sym_operator_cast] = STATE(5924), [sym__constructor_specifiers] = STATE(2311), [sym_operator_cast_definition] = STATE(60), [sym_operator_cast_declaration] = STATE(60), [sym_constructor_or_destructor_definition] = STATE(60), [sym_reference_declarator] = STATE(5671), [sym_structured_binding_declarator] = STATE(5671), [sym_template_type] = STATE(3931), [sym_template_function] = STATE(4106), [sym_namespace_definition] = STATE(60), [sym_namespace_alias_definition] = STATE(60), [sym_using_declaration] = STATE(60), [sym_alias_declaration] = STATE(60), [sym_static_assert_declaration] = STATE(60), [sym_concept_definition] = STATE(60), [sym_for_range_loop] = STATE(60), [sym_co_return_statement] = STATE(60), [sym_co_yield_statement] = STATE(60), [sym_throw_statement] = STATE(60), [sym_try_statement] = STATE(60), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_destructor_name] = STATE(5671), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5156), [sym_qualified_identifier] = STATE(3328), [sym_qualified_type_identifier] = STATE(3961), [sym_qualified_operator_cast_identifier] = STATE(5924), [sym_operator_name] = STATE(5671), [sym_user_defined_literal] = STATE(3925), [aux_sym_preproc_if_repeat1] = STATE(60), [aux_sym__declaration_specifiers_repeat1] = STATE(2582), [aux_sym_attributed_declarator_repeat1] = STATE(204), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [aux_sym_operator_cast_definition_repeat1] = STATE(2311), [sym_identifier] = ACTIONS(153), [aux_sym_preproc_include_token1] = ACTIONS(155), [aux_sym_preproc_def_token1] = ACTIONS(157), [aux_sym_preproc_if_token1] = ACTIONS(161), [aux_sym_preproc_ifdef_token1] = ACTIONS(163), [aux_sym_preproc_ifdef_token2] = ACTIONS(163), [sym_preproc_directive] = ACTIONS(165), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(27), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(31), [anon_sym_SEMI] = ACTIONS(167), [anon_sym_typedef] = ACTIONS(169), [anon_sym_extern] = ACTIONS(171), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(41), [anon_sym___declspec] = ACTIONS(43), [anon_sym___based] = ACTIONS(45), [anon_sym___cdecl] = ACTIONS(47), [anon_sym___clrcall] = ACTIONS(47), [anon_sym___stdcall] = ACTIONS(47), [anon_sym___fastcall] = ACTIONS(47), [anon_sym___thiscall] = ACTIONS(47), [anon_sym___vectorcall] = ACTIONS(47), [anon_sym_LBRACE] = ACTIONS(738), [anon_sym_RBRACE] = ACTIONS(760), [anon_sym_signed] = ACTIONS(51), [anon_sym_unsigned] = ACTIONS(51), [anon_sym_long] = ACTIONS(51), [anon_sym_short] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(179), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(61), [anon_sym_enum] = ACTIONS(63), [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), [anon_sym_union] = ACTIONS(69), [anon_sym_if] = ACTIONS(181), [anon_sym_switch] = ACTIONS(183), [anon_sym_case] = ACTIONS(185), [anon_sym_default] = ACTIONS(187), [anon_sym_while] = ACTIONS(189), [anon_sym_do] = ACTIONS(191), [anon_sym_for] = ACTIONS(193), [anon_sym_return] = ACTIONS(195), [anon_sym_break] = ACTIONS(197), [anon_sym_continue] = ACTIONS(199), [anon_sym_goto] = ACTIONS(201), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(113), [anon_sym_decltype] = ACTIONS(115), [anon_sym_virtual] = ACTIONS(117), [anon_sym_explicit] = ACTIONS(119), [anon_sym_typename] = ACTIONS(121), [anon_sym_template] = ACTIONS(207), [anon_sym_operator] = ACTIONS(125), [anon_sym_try] = ACTIONS(209), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(211), [anon_sym_namespace] = ACTIONS(213), [anon_sym_using] = ACTIONS(215), [anon_sym_static_assert] = ACTIONS(217), [anon_sym_concept] = ACTIONS(219), [anon_sym_co_return] = ACTIONS(221), [anon_sym_co_yield] = ACTIONS(223), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [49] = { [sym_preproc_include] = STATE(57), [sym_preproc_def] = STATE(57), [sym_preproc_function_def] = STATE(57), [sym_preproc_call] = STATE(57), [sym_preproc_if] = STATE(57), [sym_preproc_ifdef] = STATE(57), [sym_function_definition] = STATE(57), [sym_declaration] = STATE(57), [sym_type_definition] = STATE(57), [sym__declaration_modifiers] = STATE(3697), [sym__declaration_specifiers] = STATE(4633), [sym_linkage_specification] = STATE(57), [sym_attribute_specifier] = STATE(3697), [sym_attribute_declaration] = STATE(1417), [sym_ms_declspec_modifier] = STATE(3697), [sym_ms_based_modifier] = STATE(7599), [sym_ms_call_modifier] = STATE(2472), [sym__declarator] = STATE(5891), [sym_parenthesized_declarator] = STATE(5671), [sym_attributed_declarator] = STATE(5671), [sym_pointer_declarator] = STATE(5671), [sym_function_declarator] = STATE(5574), [sym_array_declarator] = STATE(5671), [sym_compound_statement] = STATE(57), [sym_storage_class_specifier] = STATE(3697), [sym_type_qualifier] = STATE(3697), [sym__type_specifier] = STATE(3760), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [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_case_statement] = STATE(57), [sym_while_statement] = STATE(57), [sym_do_statement] = STATE(57), [sym_for_statement] = STATE(57), [sym_return_statement] = STATE(57), [sym_break_statement] = STATE(57), [sym_continue_statement] = STATE(57), [sym_goto_statement] = STATE(57), [sym__expression] = STATE(4301), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7279), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym__empty_declaration] = STATE(57), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym__class_name] = STATE(6738), [sym_virtual] = STATE(3697), [sym_explicit_function_specifier] = STATE(2311), [sym_dependent_type] = STATE(3695), [sym_template_declaration] = STATE(57), [sym_template_instantiation] = STATE(57), [sym_operator_cast] = STATE(5924), [sym__constructor_specifiers] = STATE(2311), [sym_operator_cast_definition] = STATE(57), [sym_operator_cast_declaration] = STATE(57), [sym_constructor_or_destructor_definition] = STATE(57), [sym_reference_declarator] = STATE(5671), [sym_structured_binding_declarator] = STATE(5671), [sym_template_type] = STATE(3931), [sym_template_function] = STATE(4106), [sym_namespace_definition] = STATE(57), [sym_namespace_alias_definition] = STATE(57), [sym_using_declaration] = STATE(57), [sym_alias_declaration] = STATE(57), [sym_static_assert_declaration] = STATE(57), [sym_concept_definition] = STATE(57), [sym_for_range_loop] = STATE(57), [sym_co_return_statement] = STATE(57), [sym_co_yield_statement] = STATE(57), [sym_throw_statement] = STATE(57), [sym_try_statement] = STATE(57), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_destructor_name] = STATE(5671), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5156), [sym_qualified_identifier] = STATE(3328), [sym_qualified_type_identifier] = STATE(3961), [sym_qualified_operator_cast_identifier] = STATE(5924), [sym_operator_name] = STATE(5671), [sym_user_defined_literal] = STATE(3925), [aux_sym_preproc_if_repeat1] = STATE(57), [aux_sym__declaration_specifiers_repeat1] = STATE(2582), [aux_sym_attributed_declarator_repeat1] = STATE(204), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [aux_sym_operator_cast_definition_repeat1] = STATE(2311), [sym_identifier] = ACTIONS(153), [aux_sym_preproc_include_token1] = ACTIONS(155), [aux_sym_preproc_def_token1] = ACTIONS(157), [aux_sym_preproc_if_token1] = ACTIONS(161), [aux_sym_preproc_ifdef_token1] = ACTIONS(163), [aux_sym_preproc_ifdef_token2] = ACTIONS(163), [sym_preproc_directive] = ACTIONS(165), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(27), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(31), [anon_sym_SEMI] = ACTIONS(167), [anon_sym_typedef] = ACTIONS(169), [anon_sym_extern] = ACTIONS(171), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(41), [anon_sym___declspec] = ACTIONS(43), [anon_sym___based] = ACTIONS(45), [anon_sym___cdecl] = ACTIONS(47), [anon_sym___clrcall] = ACTIONS(47), [anon_sym___stdcall] = ACTIONS(47), [anon_sym___fastcall] = ACTIONS(47), [anon_sym___thiscall] = ACTIONS(47), [anon_sym___vectorcall] = ACTIONS(47), [anon_sym_LBRACE] = ACTIONS(738), [anon_sym_RBRACE] = ACTIONS(762), [anon_sym_signed] = ACTIONS(51), [anon_sym_unsigned] = ACTIONS(51), [anon_sym_long] = ACTIONS(51), [anon_sym_short] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(179), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(61), [anon_sym_enum] = ACTIONS(63), [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), [anon_sym_union] = ACTIONS(69), [anon_sym_if] = ACTIONS(181), [anon_sym_switch] = ACTIONS(183), [anon_sym_case] = ACTIONS(185), [anon_sym_default] = ACTIONS(187), [anon_sym_while] = ACTIONS(189), [anon_sym_do] = ACTIONS(191), [anon_sym_for] = ACTIONS(193), [anon_sym_return] = ACTIONS(195), [anon_sym_break] = ACTIONS(197), [anon_sym_continue] = ACTIONS(199), [anon_sym_goto] = ACTIONS(201), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(113), [anon_sym_decltype] = ACTIONS(115), [anon_sym_virtual] = ACTIONS(117), [anon_sym_explicit] = ACTIONS(119), [anon_sym_typename] = ACTIONS(121), [anon_sym_template] = ACTIONS(207), [anon_sym_operator] = ACTIONS(125), [anon_sym_try] = ACTIONS(209), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(211), [anon_sym_namespace] = ACTIONS(213), [anon_sym_using] = ACTIONS(215), [anon_sym_static_assert] = ACTIONS(217), [anon_sym_concept] = ACTIONS(219), [anon_sym_co_return] = ACTIONS(221), [anon_sym_co_yield] = ACTIONS(223), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [50] = { [sym_preproc_include] = STATE(52), [sym_preproc_def] = STATE(52), [sym_preproc_function_def] = STATE(52), [sym_preproc_call] = STATE(52), [sym_preproc_if] = STATE(52), [sym_preproc_ifdef] = STATE(52), [sym_function_definition] = STATE(52), [sym_declaration] = STATE(52), [sym_type_definition] = STATE(52), [sym__declaration_modifiers] = STATE(3697), [sym__declaration_specifiers] = STATE(4633), [sym_linkage_specification] = STATE(52), [sym_attribute_specifier] = STATE(3697), [sym_attribute_declaration] = STATE(1417), [sym_ms_declspec_modifier] = STATE(3697), [sym_ms_based_modifier] = STATE(7599), [sym_ms_call_modifier] = STATE(2472), [sym__declarator] = STATE(5891), [sym_parenthesized_declarator] = STATE(5671), [sym_attributed_declarator] = STATE(5671), [sym_pointer_declarator] = STATE(5671), [sym_function_declarator] = STATE(5574), [sym_array_declarator] = STATE(5671), [sym_compound_statement] = STATE(52), [sym_storage_class_specifier] = STATE(3697), [sym_type_qualifier] = STATE(3697), [sym__type_specifier] = STATE(3760), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [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_case_statement] = STATE(52), [sym_while_statement] = STATE(52), [sym_do_statement] = STATE(52), [sym_for_statement] = STATE(52), [sym_return_statement] = STATE(52), [sym_break_statement] = STATE(52), [sym_continue_statement] = STATE(52), [sym_goto_statement] = STATE(52), [sym__expression] = STATE(4301), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7279), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym__empty_declaration] = STATE(52), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym__class_name] = STATE(6738), [sym_virtual] = STATE(3697), [sym_explicit_function_specifier] = STATE(2311), [sym_dependent_type] = STATE(3695), [sym_template_declaration] = STATE(52), [sym_template_instantiation] = STATE(52), [sym_operator_cast] = STATE(5924), [sym__constructor_specifiers] = STATE(2311), [sym_operator_cast_definition] = STATE(52), [sym_operator_cast_declaration] = STATE(52), [sym_constructor_or_destructor_definition] = STATE(52), [sym_reference_declarator] = STATE(5671), [sym_structured_binding_declarator] = STATE(5671), [sym_template_type] = STATE(3931), [sym_template_function] = STATE(4106), [sym_namespace_definition] = STATE(52), [sym_namespace_alias_definition] = STATE(52), [sym_using_declaration] = STATE(52), [sym_alias_declaration] = STATE(52), [sym_static_assert_declaration] = STATE(52), [sym_concept_definition] = STATE(52), [sym_for_range_loop] = STATE(52), [sym_co_return_statement] = STATE(52), [sym_co_yield_statement] = STATE(52), [sym_throw_statement] = STATE(52), [sym_try_statement] = STATE(52), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_destructor_name] = STATE(5671), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5156), [sym_qualified_identifier] = STATE(3328), [sym_qualified_type_identifier] = STATE(3961), [sym_qualified_operator_cast_identifier] = STATE(5924), [sym_operator_name] = STATE(5671), [sym_user_defined_literal] = STATE(3925), [aux_sym_preproc_if_repeat1] = STATE(52), [aux_sym__declaration_specifiers_repeat1] = STATE(2582), [aux_sym_attributed_declarator_repeat1] = STATE(204), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [aux_sym_operator_cast_definition_repeat1] = STATE(2311), [sym_identifier] = ACTIONS(153), [aux_sym_preproc_include_token1] = ACTIONS(155), [aux_sym_preproc_def_token1] = ACTIONS(157), [aux_sym_preproc_if_token1] = ACTIONS(161), [aux_sym_preproc_ifdef_token1] = ACTIONS(163), [aux_sym_preproc_ifdef_token2] = ACTIONS(163), [sym_preproc_directive] = ACTIONS(165), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(27), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(31), [anon_sym_SEMI] = ACTIONS(167), [anon_sym_typedef] = ACTIONS(169), [anon_sym_extern] = ACTIONS(171), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(41), [anon_sym___declspec] = ACTIONS(43), [anon_sym___based] = ACTIONS(45), [anon_sym___cdecl] = ACTIONS(47), [anon_sym___clrcall] = ACTIONS(47), [anon_sym___stdcall] = ACTIONS(47), [anon_sym___fastcall] = ACTIONS(47), [anon_sym___thiscall] = ACTIONS(47), [anon_sym___vectorcall] = ACTIONS(47), [anon_sym_LBRACE] = ACTIONS(738), [anon_sym_RBRACE] = ACTIONS(764), [anon_sym_signed] = ACTIONS(51), [anon_sym_unsigned] = ACTIONS(51), [anon_sym_long] = ACTIONS(51), [anon_sym_short] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(179), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(61), [anon_sym_enum] = ACTIONS(63), [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), [anon_sym_union] = ACTIONS(69), [anon_sym_if] = ACTIONS(181), [anon_sym_switch] = ACTIONS(183), [anon_sym_case] = ACTIONS(185), [anon_sym_default] = ACTIONS(187), [anon_sym_while] = ACTIONS(189), [anon_sym_do] = ACTIONS(191), [anon_sym_for] = ACTIONS(193), [anon_sym_return] = ACTIONS(195), [anon_sym_break] = ACTIONS(197), [anon_sym_continue] = ACTIONS(199), [anon_sym_goto] = ACTIONS(201), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(113), [anon_sym_decltype] = ACTIONS(115), [anon_sym_virtual] = ACTIONS(117), [anon_sym_explicit] = ACTIONS(119), [anon_sym_typename] = ACTIONS(121), [anon_sym_template] = ACTIONS(207), [anon_sym_operator] = ACTIONS(125), [anon_sym_try] = ACTIONS(209), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(211), [anon_sym_namespace] = ACTIONS(213), [anon_sym_using] = ACTIONS(215), [anon_sym_static_assert] = ACTIONS(217), [anon_sym_concept] = ACTIONS(219), [anon_sym_co_return] = ACTIONS(221), [anon_sym_co_yield] = ACTIONS(223), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [51] = { [sym_preproc_include] = STATE(69), [sym_preproc_def] = STATE(69), [sym_preproc_function_def] = STATE(69), [sym_preproc_call] = STATE(69), [sym_preproc_if] = STATE(69), [sym_preproc_ifdef] = STATE(69), [sym_function_definition] = STATE(69), [sym_declaration] = STATE(69), [sym_type_definition] = STATE(69), [sym__declaration_modifiers] = STATE(3697), [sym__declaration_specifiers] = STATE(4691), [sym_linkage_specification] = STATE(69), [sym_attribute_specifier] = STATE(3697), [sym_attribute_declaration] = STATE(1417), [sym_ms_declspec_modifier] = STATE(3697), [sym_ms_based_modifier] = STATE(7599), [sym_ms_call_modifier] = STATE(2504), [sym__declarator] = STATE(5891), [sym_parenthesized_declarator] = STATE(5671), [sym_attributed_declarator] = STATE(5671), [sym_pointer_declarator] = STATE(5671), [sym_function_declarator] = STATE(5606), [sym_array_declarator] = STATE(5671), [sym_compound_statement] = STATE(69), [sym_storage_class_specifier] = STATE(3697), [sym_type_qualifier] = STATE(3697), [sym__type_specifier] = STATE(3788), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [sym_attributed_statement] = STATE(69), [sym_labeled_statement] = STATE(69), [sym_expression_statement] = STATE(69), [sym_if_statement] = STATE(69), [sym_switch_statement] = STATE(69), [sym_case_statement] = STATE(69), [sym_while_statement] = STATE(69), [sym_do_statement] = STATE(69), [sym_for_statement] = STATE(69), [sym_return_statement] = STATE(69), [sym_break_statement] = STATE(69), [sym_continue_statement] = STATE(69), [sym_goto_statement] = STATE(69), [sym__expression] = STATE(4294), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7438), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym__empty_declaration] = STATE(69), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym__class_name] = STATE(6738), [sym_virtual] = STATE(3697), [sym_explicit_function_specifier] = STATE(2300), [sym_dependent_type] = STATE(3695), [sym_template_declaration] = STATE(69), [sym_template_instantiation] = STATE(69), [sym_operator_cast] = STATE(5931), [sym__constructor_specifiers] = STATE(2300), [sym_operator_cast_definition] = STATE(69), [sym_operator_cast_declaration] = STATE(69), [sym_constructor_or_destructor_definition] = STATE(69), [sym_reference_declarator] = STATE(5671), [sym_structured_binding_declarator] = STATE(5671), [sym_template_type] = STATE(3931), [sym_template_function] = STATE(4106), [sym_namespace_definition] = STATE(69), [sym_namespace_alias_definition] = STATE(69), [sym_using_declaration] = STATE(69), [sym_alias_declaration] = STATE(69), [sym_static_assert_declaration] = STATE(69), [sym_concept_definition] = STATE(69), [sym_for_range_loop] = STATE(69), [sym_co_return_statement] = STATE(69), [sym_co_yield_statement] = STATE(69), [sym_throw_statement] = STATE(69), [sym_try_statement] = STATE(69), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_destructor_name] = STATE(5671), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5156), [sym_qualified_identifier] = STATE(3328), [sym_qualified_type_identifier] = STATE(3961), [sym_qualified_operator_cast_identifier] = STATE(5931), [sym_operator_name] = STATE(5671), [sym_user_defined_literal] = STATE(3925), [aux_sym_preproc_if_repeat1] = STATE(69), [aux_sym__declaration_specifiers_repeat1] = STATE(2582), [aux_sym_attributed_declarator_repeat1] = STATE(245), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [aux_sym_operator_cast_definition_repeat1] = STATE(2300), [sym_identifier] = ACTIONS(766), [aux_sym_preproc_include_token1] = ACTIONS(768), [aux_sym_preproc_def_token1] = ACTIONS(770), [aux_sym_preproc_if_token1] = ACTIONS(772), [aux_sym_preproc_if_token2] = ACTIONS(774), [aux_sym_preproc_ifdef_token1] = ACTIONS(776), [aux_sym_preproc_ifdef_token2] = ACTIONS(776), [sym_preproc_directive] = ACTIONS(778), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(27), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(31), [anon_sym_SEMI] = ACTIONS(780), [anon_sym_typedef] = ACTIONS(782), [anon_sym_extern] = ACTIONS(784), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(41), [anon_sym___declspec] = ACTIONS(43), [anon_sym___based] = ACTIONS(45), [anon_sym___cdecl] = ACTIONS(47), [anon_sym___clrcall] = ACTIONS(47), [anon_sym___stdcall] = ACTIONS(47), [anon_sym___fastcall] = ACTIONS(47), [anon_sym___thiscall] = ACTIONS(47), [anon_sym___vectorcall] = ACTIONS(47), [anon_sym_LBRACE] = ACTIONS(786), [anon_sym_signed] = ACTIONS(51), [anon_sym_unsigned] = ACTIONS(51), [anon_sym_long] = ACTIONS(51), [anon_sym_short] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(788), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(61), [anon_sym_enum] = ACTIONS(63), [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), [anon_sym_union] = ACTIONS(69), [anon_sym_if] = ACTIONS(790), [anon_sym_switch] = ACTIONS(792), [anon_sym_case] = ACTIONS(794), [anon_sym_default] = ACTIONS(796), [anon_sym_while] = ACTIONS(798), [anon_sym_do] = ACTIONS(800), [anon_sym_for] = ACTIONS(802), [anon_sym_return] = ACTIONS(804), [anon_sym_break] = ACTIONS(806), [anon_sym_continue] = ACTIONS(808), [anon_sym_goto] = ACTIONS(810), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(113), [anon_sym_decltype] = ACTIONS(115), [anon_sym_virtual] = ACTIONS(117), [anon_sym_explicit] = ACTIONS(119), [anon_sym_typename] = ACTIONS(121), [anon_sym_template] = ACTIONS(812), [anon_sym_operator] = ACTIONS(125), [anon_sym_try] = ACTIONS(814), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(816), [anon_sym_namespace] = ACTIONS(818), [anon_sym_using] = ACTIONS(820), [anon_sym_static_assert] = ACTIONS(822), [anon_sym_concept] = ACTIONS(824), [anon_sym_co_return] = ACTIONS(826), [anon_sym_co_yield] = ACTIONS(828), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [52] = { [sym_preproc_include] = STATE(60), [sym_preproc_def] = STATE(60), [sym_preproc_function_def] = STATE(60), [sym_preproc_call] = STATE(60), [sym_preproc_if] = STATE(60), [sym_preproc_ifdef] = STATE(60), [sym_function_definition] = STATE(60), [sym_declaration] = STATE(60), [sym_type_definition] = STATE(60), [sym__declaration_modifiers] = STATE(3697), [sym__declaration_specifiers] = STATE(4633), [sym_linkage_specification] = STATE(60), [sym_attribute_specifier] = STATE(3697), [sym_attribute_declaration] = STATE(1417), [sym_ms_declspec_modifier] = STATE(3697), [sym_ms_based_modifier] = STATE(7599), [sym_ms_call_modifier] = STATE(2472), [sym__declarator] = STATE(5891), [sym_parenthesized_declarator] = STATE(5671), [sym_attributed_declarator] = STATE(5671), [sym_pointer_declarator] = STATE(5671), [sym_function_declarator] = STATE(5574), [sym_array_declarator] = STATE(5671), [sym_compound_statement] = STATE(60), [sym_storage_class_specifier] = STATE(3697), [sym_type_qualifier] = STATE(3697), [sym__type_specifier] = STATE(3760), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [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_case_statement] = STATE(60), [sym_while_statement] = STATE(60), [sym_do_statement] = STATE(60), [sym_for_statement] = STATE(60), [sym_return_statement] = STATE(60), [sym_break_statement] = STATE(60), [sym_continue_statement] = STATE(60), [sym_goto_statement] = STATE(60), [sym__expression] = STATE(4301), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7279), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym__empty_declaration] = STATE(60), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym__class_name] = STATE(6738), [sym_virtual] = STATE(3697), [sym_explicit_function_specifier] = STATE(2311), [sym_dependent_type] = STATE(3695), [sym_template_declaration] = STATE(60), [sym_template_instantiation] = STATE(60), [sym_operator_cast] = STATE(5924), [sym__constructor_specifiers] = STATE(2311), [sym_operator_cast_definition] = STATE(60), [sym_operator_cast_declaration] = STATE(60), [sym_constructor_or_destructor_definition] = STATE(60), [sym_reference_declarator] = STATE(5671), [sym_structured_binding_declarator] = STATE(5671), [sym_template_type] = STATE(3931), [sym_template_function] = STATE(4106), [sym_namespace_definition] = STATE(60), [sym_namespace_alias_definition] = STATE(60), [sym_using_declaration] = STATE(60), [sym_alias_declaration] = STATE(60), [sym_static_assert_declaration] = STATE(60), [sym_concept_definition] = STATE(60), [sym_for_range_loop] = STATE(60), [sym_co_return_statement] = STATE(60), [sym_co_yield_statement] = STATE(60), [sym_throw_statement] = STATE(60), [sym_try_statement] = STATE(60), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_destructor_name] = STATE(5671), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5156), [sym_qualified_identifier] = STATE(3328), [sym_qualified_type_identifier] = STATE(3961), [sym_qualified_operator_cast_identifier] = STATE(5924), [sym_operator_name] = STATE(5671), [sym_user_defined_literal] = STATE(3925), [aux_sym_preproc_if_repeat1] = STATE(60), [aux_sym__declaration_specifiers_repeat1] = STATE(2582), [aux_sym_attributed_declarator_repeat1] = STATE(204), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [aux_sym_operator_cast_definition_repeat1] = STATE(2311), [sym_identifier] = ACTIONS(153), [aux_sym_preproc_include_token1] = ACTIONS(155), [aux_sym_preproc_def_token1] = ACTIONS(157), [aux_sym_preproc_if_token1] = ACTIONS(161), [aux_sym_preproc_ifdef_token1] = ACTIONS(163), [aux_sym_preproc_ifdef_token2] = ACTIONS(163), [sym_preproc_directive] = ACTIONS(165), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(27), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(31), [anon_sym_SEMI] = ACTIONS(167), [anon_sym_typedef] = ACTIONS(169), [anon_sym_extern] = ACTIONS(171), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(41), [anon_sym___declspec] = ACTIONS(43), [anon_sym___based] = ACTIONS(45), [anon_sym___cdecl] = ACTIONS(47), [anon_sym___clrcall] = ACTIONS(47), [anon_sym___stdcall] = ACTIONS(47), [anon_sym___fastcall] = ACTIONS(47), [anon_sym___thiscall] = ACTIONS(47), [anon_sym___vectorcall] = ACTIONS(47), [anon_sym_LBRACE] = ACTIONS(738), [anon_sym_RBRACE] = ACTIONS(830), [anon_sym_signed] = ACTIONS(51), [anon_sym_unsigned] = ACTIONS(51), [anon_sym_long] = ACTIONS(51), [anon_sym_short] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(179), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(61), [anon_sym_enum] = ACTIONS(63), [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), [anon_sym_union] = ACTIONS(69), [anon_sym_if] = ACTIONS(181), [anon_sym_switch] = ACTIONS(183), [anon_sym_case] = ACTIONS(185), [anon_sym_default] = ACTIONS(187), [anon_sym_while] = ACTIONS(189), [anon_sym_do] = ACTIONS(191), [anon_sym_for] = ACTIONS(193), [anon_sym_return] = ACTIONS(195), [anon_sym_break] = ACTIONS(197), [anon_sym_continue] = ACTIONS(199), [anon_sym_goto] = ACTIONS(201), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(113), [anon_sym_decltype] = ACTIONS(115), [anon_sym_virtual] = ACTIONS(117), [anon_sym_explicit] = ACTIONS(119), [anon_sym_typename] = ACTIONS(121), [anon_sym_template] = ACTIONS(207), [anon_sym_operator] = ACTIONS(125), [anon_sym_try] = ACTIONS(209), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(211), [anon_sym_namespace] = ACTIONS(213), [anon_sym_using] = ACTIONS(215), [anon_sym_static_assert] = ACTIONS(217), [anon_sym_concept] = ACTIONS(219), [anon_sym_co_return] = ACTIONS(221), [anon_sym_co_yield] = ACTIONS(223), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [53] = { [sym_preproc_include] = STATE(60), [sym_preproc_def] = STATE(60), [sym_preproc_function_def] = STATE(60), [sym_preproc_call] = STATE(60), [sym_preproc_if] = STATE(60), [sym_preproc_ifdef] = STATE(60), [sym_function_definition] = STATE(60), [sym_declaration] = STATE(60), [sym_type_definition] = STATE(60), [sym__declaration_modifiers] = STATE(3697), [sym__declaration_specifiers] = STATE(4633), [sym_linkage_specification] = STATE(60), [sym_attribute_specifier] = STATE(3697), [sym_attribute_declaration] = STATE(1417), [sym_ms_declspec_modifier] = STATE(3697), [sym_ms_based_modifier] = STATE(7599), [sym_ms_call_modifier] = STATE(2472), [sym__declarator] = STATE(5891), [sym_parenthesized_declarator] = STATE(5671), [sym_attributed_declarator] = STATE(5671), [sym_pointer_declarator] = STATE(5671), [sym_function_declarator] = STATE(5574), [sym_array_declarator] = STATE(5671), [sym_compound_statement] = STATE(60), [sym_storage_class_specifier] = STATE(3697), [sym_type_qualifier] = STATE(3697), [sym__type_specifier] = STATE(3760), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [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_case_statement] = STATE(60), [sym_while_statement] = STATE(60), [sym_do_statement] = STATE(60), [sym_for_statement] = STATE(60), [sym_return_statement] = STATE(60), [sym_break_statement] = STATE(60), [sym_continue_statement] = STATE(60), [sym_goto_statement] = STATE(60), [sym__expression] = STATE(4301), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7279), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym__empty_declaration] = STATE(60), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym__class_name] = STATE(6738), [sym_virtual] = STATE(3697), [sym_explicit_function_specifier] = STATE(2311), [sym_dependent_type] = STATE(3695), [sym_template_declaration] = STATE(60), [sym_template_instantiation] = STATE(60), [sym_operator_cast] = STATE(5924), [sym__constructor_specifiers] = STATE(2311), [sym_operator_cast_definition] = STATE(60), [sym_operator_cast_declaration] = STATE(60), [sym_constructor_or_destructor_definition] = STATE(60), [sym_reference_declarator] = STATE(5671), [sym_structured_binding_declarator] = STATE(5671), [sym_template_type] = STATE(3931), [sym_template_function] = STATE(4106), [sym_namespace_definition] = STATE(60), [sym_namespace_alias_definition] = STATE(60), [sym_using_declaration] = STATE(60), [sym_alias_declaration] = STATE(60), [sym_static_assert_declaration] = STATE(60), [sym_concept_definition] = STATE(60), [sym_for_range_loop] = STATE(60), [sym_co_return_statement] = STATE(60), [sym_co_yield_statement] = STATE(60), [sym_throw_statement] = STATE(60), [sym_try_statement] = STATE(60), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_destructor_name] = STATE(5671), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5156), [sym_qualified_identifier] = STATE(3328), [sym_qualified_type_identifier] = STATE(3961), [sym_qualified_operator_cast_identifier] = STATE(5924), [sym_operator_name] = STATE(5671), [sym_user_defined_literal] = STATE(3925), [aux_sym_preproc_if_repeat1] = STATE(60), [aux_sym__declaration_specifiers_repeat1] = STATE(2582), [aux_sym_attributed_declarator_repeat1] = STATE(204), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [aux_sym_operator_cast_definition_repeat1] = STATE(2311), [sym_identifier] = ACTIONS(153), [aux_sym_preproc_include_token1] = ACTIONS(155), [aux_sym_preproc_def_token1] = ACTIONS(157), [aux_sym_preproc_if_token1] = ACTIONS(161), [aux_sym_preproc_ifdef_token1] = ACTIONS(163), [aux_sym_preproc_ifdef_token2] = ACTIONS(163), [sym_preproc_directive] = ACTIONS(165), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(27), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(31), [anon_sym_SEMI] = ACTIONS(167), [anon_sym_typedef] = ACTIONS(169), [anon_sym_extern] = ACTIONS(171), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(41), [anon_sym___declspec] = ACTIONS(43), [anon_sym___based] = ACTIONS(45), [anon_sym___cdecl] = ACTIONS(47), [anon_sym___clrcall] = ACTIONS(47), [anon_sym___stdcall] = ACTIONS(47), [anon_sym___fastcall] = ACTIONS(47), [anon_sym___thiscall] = ACTIONS(47), [anon_sym___vectorcall] = ACTIONS(47), [anon_sym_LBRACE] = ACTIONS(738), [anon_sym_RBRACE] = ACTIONS(832), [anon_sym_signed] = ACTIONS(51), [anon_sym_unsigned] = ACTIONS(51), [anon_sym_long] = ACTIONS(51), [anon_sym_short] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(179), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(61), [anon_sym_enum] = ACTIONS(63), [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), [anon_sym_union] = ACTIONS(69), [anon_sym_if] = ACTIONS(181), [anon_sym_switch] = ACTIONS(183), [anon_sym_case] = ACTIONS(185), [anon_sym_default] = ACTIONS(187), [anon_sym_while] = ACTIONS(189), [anon_sym_do] = ACTIONS(191), [anon_sym_for] = ACTIONS(193), [anon_sym_return] = ACTIONS(195), [anon_sym_break] = ACTIONS(197), [anon_sym_continue] = ACTIONS(199), [anon_sym_goto] = ACTIONS(201), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(113), [anon_sym_decltype] = ACTIONS(115), [anon_sym_virtual] = ACTIONS(117), [anon_sym_explicit] = ACTIONS(119), [anon_sym_typename] = ACTIONS(121), [anon_sym_template] = ACTIONS(207), [anon_sym_operator] = ACTIONS(125), [anon_sym_try] = ACTIONS(209), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(211), [anon_sym_namespace] = ACTIONS(213), [anon_sym_using] = ACTIONS(215), [anon_sym_static_assert] = ACTIONS(217), [anon_sym_concept] = ACTIONS(219), [anon_sym_co_return] = ACTIONS(221), [anon_sym_co_yield] = ACTIONS(223), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [54] = { [sym_preproc_include] = STATE(55), [sym_preproc_def] = STATE(55), [sym_preproc_function_def] = STATE(55), [sym_preproc_call] = STATE(55), [sym_preproc_if] = STATE(55), [sym_preproc_ifdef] = STATE(55), [sym_function_definition] = STATE(55), [sym_declaration] = STATE(55), [sym_type_definition] = STATE(55), [sym__declaration_modifiers] = STATE(3697), [sym__declaration_specifiers] = STATE(4633), [sym_linkage_specification] = STATE(55), [sym_attribute_specifier] = STATE(3697), [sym_attribute_declaration] = STATE(1417), [sym_ms_declspec_modifier] = STATE(3697), [sym_ms_based_modifier] = STATE(7599), [sym_ms_call_modifier] = STATE(2472), [sym__declarator] = STATE(5891), [sym_parenthesized_declarator] = STATE(5671), [sym_attributed_declarator] = STATE(5671), [sym_pointer_declarator] = STATE(5671), [sym_function_declarator] = STATE(5574), [sym_array_declarator] = STATE(5671), [sym_compound_statement] = STATE(55), [sym_storage_class_specifier] = STATE(3697), [sym_type_qualifier] = STATE(3697), [sym__type_specifier] = STATE(3760), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [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_case_statement] = STATE(55), [sym_while_statement] = STATE(55), [sym_do_statement] = STATE(55), [sym_for_statement] = STATE(55), [sym_return_statement] = STATE(55), [sym_break_statement] = STATE(55), [sym_continue_statement] = STATE(55), [sym_goto_statement] = STATE(55), [sym__expression] = STATE(4301), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7279), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym__empty_declaration] = STATE(55), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym__class_name] = STATE(6738), [sym_virtual] = STATE(3697), [sym_explicit_function_specifier] = STATE(2311), [sym_dependent_type] = STATE(3695), [sym_template_declaration] = STATE(55), [sym_template_instantiation] = STATE(55), [sym_operator_cast] = STATE(5924), [sym__constructor_specifiers] = STATE(2311), [sym_operator_cast_definition] = STATE(55), [sym_operator_cast_declaration] = STATE(55), [sym_constructor_or_destructor_definition] = STATE(55), [sym_reference_declarator] = STATE(5671), [sym_structured_binding_declarator] = STATE(5671), [sym_template_type] = STATE(3931), [sym_template_function] = STATE(4106), [sym_namespace_definition] = STATE(55), [sym_namespace_alias_definition] = STATE(55), [sym_using_declaration] = STATE(55), [sym_alias_declaration] = STATE(55), [sym_static_assert_declaration] = STATE(55), [sym_concept_definition] = STATE(55), [sym_for_range_loop] = STATE(55), [sym_co_return_statement] = STATE(55), [sym_co_yield_statement] = STATE(55), [sym_throw_statement] = STATE(55), [sym_try_statement] = STATE(55), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_destructor_name] = STATE(5671), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5156), [sym_qualified_identifier] = STATE(3328), [sym_qualified_type_identifier] = STATE(3961), [sym_qualified_operator_cast_identifier] = STATE(5924), [sym_operator_name] = STATE(5671), [sym_user_defined_literal] = STATE(3925), [aux_sym_preproc_if_repeat1] = STATE(55), [aux_sym__declaration_specifiers_repeat1] = STATE(2582), [aux_sym_attributed_declarator_repeat1] = STATE(204), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [aux_sym_operator_cast_definition_repeat1] = STATE(2311), [sym_identifier] = ACTIONS(153), [aux_sym_preproc_include_token1] = ACTIONS(155), [aux_sym_preproc_def_token1] = ACTIONS(157), [aux_sym_preproc_if_token1] = ACTIONS(161), [aux_sym_preproc_ifdef_token1] = ACTIONS(163), [aux_sym_preproc_ifdef_token2] = ACTIONS(163), [sym_preproc_directive] = ACTIONS(165), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(27), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(31), [anon_sym_SEMI] = ACTIONS(167), [anon_sym_typedef] = ACTIONS(169), [anon_sym_extern] = ACTIONS(171), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(41), [anon_sym___declspec] = ACTIONS(43), [anon_sym___based] = ACTIONS(45), [anon_sym___cdecl] = ACTIONS(47), [anon_sym___clrcall] = ACTIONS(47), [anon_sym___stdcall] = ACTIONS(47), [anon_sym___fastcall] = ACTIONS(47), [anon_sym___thiscall] = ACTIONS(47), [anon_sym___vectorcall] = ACTIONS(47), [anon_sym_LBRACE] = ACTIONS(738), [anon_sym_RBRACE] = ACTIONS(834), [anon_sym_signed] = ACTIONS(51), [anon_sym_unsigned] = ACTIONS(51), [anon_sym_long] = ACTIONS(51), [anon_sym_short] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(179), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(61), [anon_sym_enum] = ACTIONS(63), [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), [anon_sym_union] = ACTIONS(69), [anon_sym_if] = ACTIONS(181), [anon_sym_switch] = ACTIONS(183), [anon_sym_case] = ACTIONS(185), [anon_sym_default] = ACTIONS(187), [anon_sym_while] = ACTIONS(189), [anon_sym_do] = ACTIONS(191), [anon_sym_for] = ACTIONS(193), [anon_sym_return] = ACTIONS(195), [anon_sym_break] = ACTIONS(197), [anon_sym_continue] = ACTIONS(199), [anon_sym_goto] = ACTIONS(201), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(113), [anon_sym_decltype] = ACTIONS(115), [anon_sym_virtual] = ACTIONS(117), [anon_sym_explicit] = ACTIONS(119), [anon_sym_typename] = ACTIONS(121), [anon_sym_template] = ACTIONS(207), [anon_sym_operator] = ACTIONS(125), [anon_sym_try] = ACTIONS(209), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(211), [anon_sym_namespace] = ACTIONS(213), [anon_sym_using] = ACTIONS(215), [anon_sym_static_assert] = ACTIONS(217), [anon_sym_concept] = ACTIONS(219), [anon_sym_co_return] = ACTIONS(221), [anon_sym_co_yield] = ACTIONS(223), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [55] = { [sym_preproc_include] = STATE(60), [sym_preproc_def] = STATE(60), [sym_preproc_function_def] = STATE(60), [sym_preproc_call] = STATE(60), [sym_preproc_if] = STATE(60), [sym_preproc_ifdef] = STATE(60), [sym_function_definition] = STATE(60), [sym_declaration] = STATE(60), [sym_type_definition] = STATE(60), [sym__declaration_modifiers] = STATE(3697), [sym__declaration_specifiers] = STATE(4633), [sym_linkage_specification] = STATE(60), [sym_attribute_specifier] = STATE(3697), [sym_attribute_declaration] = STATE(1417), [sym_ms_declspec_modifier] = STATE(3697), [sym_ms_based_modifier] = STATE(7599), [sym_ms_call_modifier] = STATE(2472), [sym__declarator] = STATE(5891), [sym_parenthesized_declarator] = STATE(5671), [sym_attributed_declarator] = STATE(5671), [sym_pointer_declarator] = STATE(5671), [sym_function_declarator] = STATE(5574), [sym_array_declarator] = STATE(5671), [sym_compound_statement] = STATE(60), [sym_storage_class_specifier] = STATE(3697), [sym_type_qualifier] = STATE(3697), [sym__type_specifier] = STATE(3760), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [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_case_statement] = STATE(60), [sym_while_statement] = STATE(60), [sym_do_statement] = STATE(60), [sym_for_statement] = STATE(60), [sym_return_statement] = STATE(60), [sym_break_statement] = STATE(60), [sym_continue_statement] = STATE(60), [sym_goto_statement] = STATE(60), [sym__expression] = STATE(4301), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7279), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym__empty_declaration] = STATE(60), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym__class_name] = STATE(6738), [sym_virtual] = STATE(3697), [sym_explicit_function_specifier] = STATE(2311), [sym_dependent_type] = STATE(3695), [sym_template_declaration] = STATE(60), [sym_template_instantiation] = STATE(60), [sym_operator_cast] = STATE(5924), [sym__constructor_specifiers] = STATE(2311), [sym_operator_cast_definition] = STATE(60), [sym_operator_cast_declaration] = STATE(60), [sym_constructor_or_destructor_definition] = STATE(60), [sym_reference_declarator] = STATE(5671), [sym_structured_binding_declarator] = STATE(5671), [sym_template_type] = STATE(3931), [sym_template_function] = STATE(4106), [sym_namespace_definition] = STATE(60), [sym_namespace_alias_definition] = STATE(60), [sym_using_declaration] = STATE(60), [sym_alias_declaration] = STATE(60), [sym_static_assert_declaration] = STATE(60), [sym_concept_definition] = STATE(60), [sym_for_range_loop] = STATE(60), [sym_co_return_statement] = STATE(60), [sym_co_yield_statement] = STATE(60), [sym_throw_statement] = STATE(60), [sym_try_statement] = STATE(60), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_destructor_name] = STATE(5671), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5156), [sym_qualified_identifier] = STATE(3328), [sym_qualified_type_identifier] = STATE(3961), [sym_qualified_operator_cast_identifier] = STATE(5924), [sym_operator_name] = STATE(5671), [sym_user_defined_literal] = STATE(3925), [aux_sym_preproc_if_repeat1] = STATE(60), [aux_sym__declaration_specifiers_repeat1] = STATE(2582), [aux_sym_attributed_declarator_repeat1] = STATE(204), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [aux_sym_operator_cast_definition_repeat1] = STATE(2311), [sym_identifier] = ACTIONS(153), [aux_sym_preproc_include_token1] = ACTIONS(155), [aux_sym_preproc_def_token1] = ACTIONS(157), [aux_sym_preproc_if_token1] = ACTIONS(161), [aux_sym_preproc_ifdef_token1] = ACTIONS(163), [aux_sym_preproc_ifdef_token2] = ACTIONS(163), [sym_preproc_directive] = ACTIONS(165), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(27), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(31), [anon_sym_SEMI] = ACTIONS(167), [anon_sym_typedef] = ACTIONS(169), [anon_sym_extern] = ACTIONS(171), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(41), [anon_sym___declspec] = ACTIONS(43), [anon_sym___based] = ACTIONS(45), [anon_sym___cdecl] = ACTIONS(47), [anon_sym___clrcall] = ACTIONS(47), [anon_sym___stdcall] = ACTIONS(47), [anon_sym___fastcall] = ACTIONS(47), [anon_sym___thiscall] = ACTIONS(47), [anon_sym___vectorcall] = ACTIONS(47), [anon_sym_LBRACE] = ACTIONS(738), [anon_sym_RBRACE] = ACTIONS(836), [anon_sym_signed] = ACTIONS(51), [anon_sym_unsigned] = ACTIONS(51), [anon_sym_long] = ACTIONS(51), [anon_sym_short] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(179), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(61), [anon_sym_enum] = ACTIONS(63), [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), [anon_sym_union] = ACTIONS(69), [anon_sym_if] = ACTIONS(181), [anon_sym_switch] = ACTIONS(183), [anon_sym_case] = ACTIONS(185), [anon_sym_default] = ACTIONS(187), [anon_sym_while] = ACTIONS(189), [anon_sym_do] = ACTIONS(191), [anon_sym_for] = ACTIONS(193), [anon_sym_return] = ACTIONS(195), [anon_sym_break] = ACTIONS(197), [anon_sym_continue] = ACTIONS(199), [anon_sym_goto] = ACTIONS(201), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(113), [anon_sym_decltype] = ACTIONS(115), [anon_sym_virtual] = ACTIONS(117), [anon_sym_explicit] = ACTIONS(119), [anon_sym_typename] = ACTIONS(121), [anon_sym_template] = ACTIONS(207), [anon_sym_operator] = ACTIONS(125), [anon_sym_try] = ACTIONS(209), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(211), [anon_sym_namespace] = ACTIONS(213), [anon_sym_using] = ACTIONS(215), [anon_sym_static_assert] = ACTIONS(217), [anon_sym_concept] = ACTIONS(219), [anon_sym_co_return] = ACTIONS(221), [anon_sym_co_yield] = ACTIONS(223), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [56] = { [sym_preproc_include] = STATE(48), [sym_preproc_def] = STATE(48), [sym_preproc_function_def] = STATE(48), [sym_preproc_call] = STATE(48), [sym_preproc_if] = STATE(48), [sym_preproc_ifdef] = STATE(48), [sym_function_definition] = STATE(48), [sym_declaration] = STATE(48), [sym_type_definition] = STATE(48), [sym__declaration_modifiers] = STATE(3697), [sym__declaration_specifiers] = STATE(4633), [sym_linkage_specification] = STATE(48), [sym_attribute_specifier] = STATE(3697), [sym_attribute_declaration] = STATE(1417), [sym_ms_declspec_modifier] = STATE(3697), [sym_ms_based_modifier] = STATE(7599), [sym_ms_call_modifier] = STATE(2472), [sym__declarator] = STATE(5891), [sym_parenthesized_declarator] = STATE(5671), [sym_attributed_declarator] = STATE(5671), [sym_pointer_declarator] = STATE(5671), [sym_function_declarator] = STATE(5574), [sym_array_declarator] = STATE(5671), [sym_compound_statement] = STATE(48), [sym_storage_class_specifier] = STATE(3697), [sym_type_qualifier] = STATE(3697), [sym__type_specifier] = STATE(3760), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [sym_attributed_statement] = STATE(48), [sym_labeled_statement] = STATE(48), [sym_expression_statement] = STATE(48), [sym_if_statement] = STATE(48), [sym_switch_statement] = STATE(48), [sym_case_statement] = STATE(48), [sym_while_statement] = STATE(48), [sym_do_statement] = STATE(48), [sym_for_statement] = STATE(48), [sym_return_statement] = STATE(48), [sym_break_statement] = STATE(48), [sym_continue_statement] = STATE(48), [sym_goto_statement] = STATE(48), [sym__expression] = STATE(4301), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7279), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym__empty_declaration] = STATE(48), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym__class_name] = STATE(6738), [sym_virtual] = STATE(3697), [sym_explicit_function_specifier] = STATE(2311), [sym_dependent_type] = STATE(3695), [sym_template_declaration] = STATE(48), [sym_template_instantiation] = STATE(48), [sym_operator_cast] = STATE(5924), [sym__constructor_specifiers] = STATE(2311), [sym_operator_cast_definition] = STATE(48), [sym_operator_cast_declaration] = STATE(48), [sym_constructor_or_destructor_definition] = STATE(48), [sym_reference_declarator] = STATE(5671), [sym_structured_binding_declarator] = STATE(5671), [sym_template_type] = STATE(3931), [sym_template_function] = STATE(4106), [sym_namespace_definition] = STATE(48), [sym_namespace_alias_definition] = STATE(48), [sym_using_declaration] = STATE(48), [sym_alias_declaration] = STATE(48), [sym_static_assert_declaration] = STATE(48), [sym_concept_definition] = STATE(48), [sym_for_range_loop] = STATE(48), [sym_co_return_statement] = STATE(48), [sym_co_yield_statement] = STATE(48), [sym_throw_statement] = STATE(48), [sym_try_statement] = STATE(48), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_destructor_name] = STATE(5671), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5156), [sym_qualified_identifier] = STATE(3328), [sym_qualified_type_identifier] = STATE(3961), [sym_qualified_operator_cast_identifier] = STATE(5924), [sym_operator_name] = STATE(5671), [sym_user_defined_literal] = STATE(3925), [aux_sym_preproc_if_repeat1] = STATE(48), [aux_sym__declaration_specifiers_repeat1] = STATE(2582), [aux_sym_attributed_declarator_repeat1] = STATE(204), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [aux_sym_operator_cast_definition_repeat1] = STATE(2311), [sym_identifier] = ACTIONS(153), [aux_sym_preproc_include_token1] = ACTIONS(155), [aux_sym_preproc_def_token1] = ACTIONS(157), [aux_sym_preproc_if_token1] = ACTIONS(161), [aux_sym_preproc_ifdef_token1] = ACTIONS(163), [aux_sym_preproc_ifdef_token2] = ACTIONS(163), [sym_preproc_directive] = ACTIONS(165), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(27), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(31), [anon_sym_SEMI] = ACTIONS(167), [anon_sym_typedef] = ACTIONS(169), [anon_sym_extern] = ACTIONS(171), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(41), [anon_sym___declspec] = ACTIONS(43), [anon_sym___based] = ACTIONS(45), [anon_sym___cdecl] = ACTIONS(47), [anon_sym___clrcall] = ACTIONS(47), [anon_sym___stdcall] = ACTIONS(47), [anon_sym___fastcall] = ACTIONS(47), [anon_sym___thiscall] = ACTIONS(47), [anon_sym___vectorcall] = ACTIONS(47), [anon_sym_LBRACE] = ACTIONS(738), [anon_sym_RBRACE] = ACTIONS(838), [anon_sym_signed] = ACTIONS(51), [anon_sym_unsigned] = ACTIONS(51), [anon_sym_long] = ACTIONS(51), [anon_sym_short] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(179), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(61), [anon_sym_enum] = ACTIONS(63), [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), [anon_sym_union] = ACTIONS(69), [anon_sym_if] = ACTIONS(181), [anon_sym_switch] = ACTIONS(183), [anon_sym_case] = ACTIONS(185), [anon_sym_default] = ACTIONS(187), [anon_sym_while] = ACTIONS(189), [anon_sym_do] = ACTIONS(191), [anon_sym_for] = ACTIONS(193), [anon_sym_return] = ACTIONS(195), [anon_sym_break] = ACTIONS(197), [anon_sym_continue] = ACTIONS(199), [anon_sym_goto] = ACTIONS(201), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(113), [anon_sym_decltype] = ACTIONS(115), [anon_sym_virtual] = ACTIONS(117), [anon_sym_explicit] = ACTIONS(119), [anon_sym_typename] = ACTIONS(121), [anon_sym_template] = ACTIONS(207), [anon_sym_operator] = ACTIONS(125), [anon_sym_try] = ACTIONS(209), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(211), [anon_sym_namespace] = ACTIONS(213), [anon_sym_using] = ACTIONS(215), [anon_sym_static_assert] = ACTIONS(217), [anon_sym_concept] = ACTIONS(219), [anon_sym_co_return] = ACTIONS(221), [anon_sym_co_yield] = ACTIONS(223), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [57] = { [sym_preproc_include] = STATE(60), [sym_preproc_def] = STATE(60), [sym_preproc_function_def] = STATE(60), [sym_preproc_call] = STATE(60), [sym_preproc_if] = STATE(60), [sym_preproc_ifdef] = STATE(60), [sym_function_definition] = STATE(60), [sym_declaration] = STATE(60), [sym_type_definition] = STATE(60), [sym__declaration_modifiers] = STATE(3697), [sym__declaration_specifiers] = STATE(4633), [sym_linkage_specification] = STATE(60), [sym_attribute_specifier] = STATE(3697), [sym_attribute_declaration] = STATE(1417), [sym_ms_declspec_modifier] = STATE(3697), [sym_ms_based_modifier] = STATE(7599), [sym_ms_call_modifier] = STATE(2472), [sym__declarator] = STATE(5891), [sym_parenthesized_declarator] = STATE(5671), [sym_attributed_declarator] = STATE(5671), [sym_pointer_declarator] = STATE(5671), [sym_function_declarator] = STATE(5574), [sym_array_declarator] = STATE(5671), [sym_compound_statement] = STATE(60), [sym_storage_class_specifier] = STATE(3697), [sym_type_qualifier] = STATE(3697), [sym__type_specifier] = STATE(3760), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [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_case_statement] = STATE(60), [sym_while_statement] = STATE(60), [sym_do_statement] = STATE(60), [sym_for_statement] = STATE(60), [sym_return_statement] = STATE(60), [sym_break_statement] = STATE(60), [sym_continue_statement] = STATE(60), [sym_goto_statement] = STATE(60), [sym__expression] = STATE(4301), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7279), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym__empty_declaration] = STATE(60), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym__class_name] = STATE(6738), [sym_virtual] = STATE(3697), [sym_explicit_function_specifier] = STATE(2311), [sym_dependent_type] = STATE(3695), [sym_template_declaration] = STATE(60), [sym_template_instantiation] = STATE(60), [sym_operator_cast] = STATE(5924), [sym__constructor_specifiers] = STATE(2311), [sym_operator_cast_definition] = STATE(60), [sym_operator_cast_declaration] = STATE(60), [sym_constructor_or_destructor_definition] = STATE(60), [sym_reference_declarator] = STATE(5671), [sym_structured_binding_declarator] = STATE(5671), [sym_template_type] = STATE(3931), [sym_template_function] = STATE(4106), [sym_namespace_definition] = STATE(60), [sym_namespace_alias_definition] = STATE(60), [sym_using_declaration] = STATE(60), [sym_alias_declaration] = STATE(60), [sym_static_assert_declaration] = STATE(60), [sym_concept_definition] = STATE(60), [sym_for_range_loop] = STATE(60), [sym_co_return_statement] = STATE(60), [sym_co_yield_statement] = STATE(60), [sym_throw_statement] = STATE(60), [sym_try_statement] = STATE(60), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_destructor_name] = STATE(5671), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5156), [sym_qualified_identifier] = STATE(3328), [sym_qualified_type_identifier] = STATE(3961), [sym_qualified_operator_cast_identifier] = STATE(5924), [sym_operator_name] = STATE(5671), [sym_user_defined_literal] = STATE(3925), [aux_sym_preproc_if_repeat1] = STATE(60), [aux_sym__declaration_specifiers_repeat1] = STATE(2582), [aux_sym_attributed_declarator_repeat1] = STATE(204), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [aux_sym_operator_cast_definition_repeat1] = STATE(2311), [sym_identifier] = ACTIONS(153), [aux_sym_preproc_include_token1] = ACTIONS(155), [aux_sym_preproc_def_token1] = ACTIONS(157), [aux_sym_preproc_if_token1] = ACTIONS(161), [aux_sym_preproc_ifdef_token1] = ACTIONS(163), [aux_sym_preproc_ifdef_token2] = ACTIONS(163), [sym_preproc_directive] = ACTIONS(165), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(27), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(31), [anon_sym_SEMI] = ACTIONS(167), [anon_sym_typedef] = ACTIONS(169), [anon_sym_extern] = ACTIONS(171), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(41), [anon_sym___declspec] = ACTIONS(43), [anon_sym___based] = ACTIONS(45), [anon_sym___cdecl] = ACTIONS(47), [anon_sym___clrcall] = ACTIONS(47), [anon_sym___stdcall] = ACTIONS(47), [anon_sym___fastcall] = ACTIONS(47), [anon_sym___thiscall] = ACTIONS(47), [anon_sym___vectorcall] = ACTIONS(47), [anon_sym_LBRACE] = ACTIONS(738), [anon_sym_RBRACE] = ACTIONS(840), [anon_sym_signed] = ACTIONS(51), [anon_sym_unsigned] = ACTIONS(51), [anon_sym_long] = ACTIONS(51), [anon_sym_short] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(179), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(61), [anon_sym_enum] = ACTIONS(63), [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), [anon_sym_union] = ACTIONS(69), [anon_sym_if] = ACTIONS(181), [anon_sym_switch] = ACTIONS(183), [anon_sym_case] = ACTIONS(185), [anon_sym_default] = ACTIONS(187), [anon_sym_while] = ACTIONS(189), [anon_sym_do] = ACTIONS(191), [anon_sym_for] = ACTIONS(193), [anon_sym_return] = ACTIONS(195), [anon_sym_break] = ACTIONS(197), [anon_sym_continue] = ACTIONS(199), [anon_sym_goto] = ACTIONS(201), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(113), [anon_sym_decltype] = ACTIONS(115), [anon_sym_virtual] = ACTIONS(117), [anon_sym_explicit] = ACTIONS(119), [anon_sym_typename] = ACTIONS(121), [anon_sym_template] = ACTIONS(207), [anon_sym_operator] = ACTIONS(125), [anon_sym_try] = ACTIONS(209), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(211), [anon_sym_namespace] = ACTIONS(213), [anon_sym_using] = ACTIONS(215), [anon_sym_static_assert] = ACTIONS(217), [anon_sym_concept] = ACTIONS(219), [anon_sym_co_return] = ACTIONS(221), [anon_sym_co_yield] = ACTIONS(223), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [58] = { [sym_preproc_include] = STATE(59), [sym_preproc_def] = STATE(59), [sym_preproc_function_def] = STATE(59), [sym_preproc_call] = STATE(59), [sym_preproc_if] = STATE(59), [sym_preproc_ifdef] = STATE(59), [sym_function_definition] = STATE(59), [sym_declaration] = STATE(59), [sym_type_definition] = STATE(59), [sym__declaration_modifiers] = STATE(3697), [sym__declaration_specifiers] = STATE(4633), [sym_linkage_specification] = STATE(59), [sym_attribute_specifier] = STATE(3697), [sym_attribute_declaration] = STATE(1417), [sym_ms_declspec_modifier] = STATE(3697), [sym_ms_based_modifier] = STATE(7599), [sym_ms_call_modifier] = STATE(2472), [sym__declarator] = STATE(5891), [sym_parenthesized_declarator] = STATE(5671), [sym_attributed_declarator] = STATE(5671), [sym_pointer_declarator] = STATE(5671), [sym_function_declarator] = STATE(5574), [sym_array_declarator] = STATE(5671), [sym_compound_statement] = STATE(59), [sym_storage_class_specifier] = STATE(3697), [sym_type_qualifier] = STATE(3697), [sym__type_specifier] = STATE(3760), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [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_case_statement] = STATE(59), [sym_while_statement] = STATE(59), [sym_do_statement] = STATE(59), [sym_for_statement] = STATE(59), [sym_return_statement] = STATE(59), [sym_break_statement] = STATE(59), [sym_continue_statement] = STATE(59), [sym_goto_statement] = STATE(59), [sym__expression] = STATE(4301), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7279), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym__empty_declaration] = STATE(59), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym__class_name] = STATE(6738), [sym_virtual] = STATE(3697), [sym_explicit_function_specifier] = STATE(2311), [sym_dependent_type] = STATE(3695), [sym_template_declaration] = STATE(59), [sym_template_instantiation] = STATE(59), [sym_operator_cast] = STATE(5924), [sym__constructor_specifiers] = STATE(2311), [sym_operator_cast_definition] = STATE(59), [sym_operator_cast_declaration] = STATE(59), [sym_constructor_or_destructor_definition] = STATE(59), [sym_reference_declarator] = STATE(5671), [sym_structured_binding_declarator] = STATE(5671), [sym_template_type] = STATE(3931), [sym_template_function] = STATE(4106), [sym_namespace_definition] = STATE(59), [sym_namespace_alias_definition] = STATE(59), [sym_using_declaration] = STATE(59), [sym_alias_declaration] = STATE(59), [sym_static_assert_declaration] = STATE(59), [sym_concept_definition] = STATE(59), [sym_for_range_loop] = STATE(59), [sym_co_return_statement] = STATE(59), [sym_co_yield_statement] = STATE(59), [sym_throw_statement] = STATE(59), [sym_try_statement] = STATE(59), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_destructor_name] = STATE(5671), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5156), [sym_qualified_identifier] = STATE(3328), [sym_qualified_type_identifier] = STATE(3961), [sym_qualified_operator_cast_identifier] = STATE(5924), [sym_operator_name] = STATE(5671), [sym_user_defined_literal] = STATE(3925), [aux_sym_preproc_if_repeat1] = STATE(59), [aux_sym__declaration_specifiers_repeat1] = STATE(2582), [aux_sym_attributed_declarator_repeat1] = STATE(204), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [aux_sym_operator_cast_definition_repeat1] = STATE(2311), [sym_identifier] = ACTIONS(153), [aux_sym_preproc_include_token1] = ACTIONS(155), [aux_sym_preproc_def_token1] = ACTIONS(157), [aux_sym_preproc_if_token1] = ACTIONS(161), [aux_sym_preproc_ifdef_token1] = ACTIONS(163), [aux_sym_preproc_ifdef_token2] = ACTIONS(163), [sym_preproc_directive] = ACTIONS(165), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(27), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(31), [anon_sym_SEMI] = ACTIONS(167), [anon_sym_typedef] = ACTIONS(169), [anon_sym_extern] = ACTIONS(171), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(41), [anon_sym___declspec] = ACTIONS(43), [anon_sym___based] = ACTIONS(45), [anon_sym___cdecl] = ACTIONS(47), [anon_sym___clrcall] = ACTIONS(47), [anon_sym___stdcall] = ACTIONS(47), [anon_sym___fastcall] = ACTIONS(47), [anon_sym___thiscall] = ACTIONS(47), [anon_sym___vectorcall] = ACTIONS(47), [anon_sym_LBRACE] = ACTIONS(738), [anon_sym_RBRACE] = ACTIONS(842), [anon_sym_signed] = ACTIONS(51), [anon_sym_unsigned] = ACTIONS(51), [anon_sym_long] = ACTIONS(51), [anon_sym_short] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(179), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(61), [anon_sym_enum] = ACTIONS(63), [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), [anon_sym_union] = ACTIONS(69), [anon_sym_if] = ACTIONS(181), [anon_sym_switch] = ACTIONS(183), [anon_sym_case] = ACTIONS(185), [anon_sym_default] = ACTIONS(187), [anon_sym_while] = ACTIONS(189), [anon_sym_do] = ACTIONS(191), [anon_sym_for] = ACTIONS(193), [anon_sym_return] = ACTIONS(195), [anon_sym_break] = ACTIONS(197), [anon_sym_continue] = ACTIONS(199), [anon_sym_goto] = ACTIONS(201), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(113), [anon_sym_decltype] = ACTIONS(115), [anon_sym_virtual] = ACTIONS(117), [anon_sym_explicit] = ACTIONS(119), [anon_sym_typename] = ACTIONS(121), [anon_sym_template] = ACTIONS(207), [anon_sym_operator] = ACTIONS(125), [anon_sym_try] = ACTIONS(209), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(211), [anon_sym_namespace] = ACTIONS(213), [anon_sym_using] = ACTIONS(215), [anon_sym_static_assert] = ACTIONS(217), [anon_sym_concept] = ACTIONS(219), [anon_sym_co_return] = ACTIONS(221), [anon_sym_co_yield] = ACTIONS(223), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [59] = { [sym_preproc_include] = STATE(60), [sym_preproc_def] = STATE(60), [sym_preproc_function_def] = STATE(60), [sym_preproc_call] = STATE(60), [sym_preproc_if] = STATE(60), [sym_preproc_ifdef] = STATE(60), [sym_function_definition] = STATE(60), [sym_declaration] = STATE(60), [sym_type_definition] = STATE(60), [sym__declaration_modifiers] = STATE(3697), [sym__declaration_specifiers] = STATE(4633), [sym_linkage_specification] = STATE(60), [sym_attribute_specifier] = STATE(3697), [sym_attribute_declaration] = STATE(1417), [sym_ms_declspec_modifier] = STATE(3697), [sym_ms_based_modifier] = STATE(7599), [sym_ms_call_modifier] = STATE(2472), [sym__declarator] = STATE(5891), [sym_parenthesized_declarator] = STATE(5671), [sym_attributed_declarator] = STATE(5671), [sym_pointer_declarator] = STATE(5671), [sym_function_declarator] = STATE(5574), [sym_array_declarator] = STATE(5671), [sym_compound_statement] = STATE(60), [sym_storage_class_specifier] = STATE(3697), [sym_type_qualifier] = STATE(3697), [sym__type_specifier] = STATE(3760), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [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_case_statement] = STATE(60), [sym_while_statement] = STATE(60), [sym_do_statement] = STATE(60), [sym_for_statement] = STATE(60), [sym_return_statement] = STATE(60), [sym_break_statement] = STATE(60), [sym_continue_statement] = STATE(60), [sym_goto_statement] = STATE(60), [sym__expression] = STATE(4301), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7279), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym__empty_declaration] = STATE(60), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym__class_name] = STATE(6738), [sym_virtual] = STATE(3697), [sym_explicit_function_specifier] = STATE(2311), [sym_dependent_type] = STATE(3695), [sym_template_declaration] = STATE(60), [sym_template_instantiation] = STATE(60), [sym_operator_cast] = STATE(5924), [sym__constructor_specifiers] = STATE(2311), [sym_operator_cast_definition] = STATE(60), [sym_operator_cast_declaration] = STATE(60), [sym_constructor_or_destructor_definition] = STATE(60), [sym_reference_declarator] = STATE(5671), [sym_structured_binding_declarator] = STATE(5671), [sym_template_type] = STATE(3931), [sym_template_function] = STATE(4106), [sym_namespace_definition] = STATE(60), [sym_namespace_alias_definition] = STATE(60), [sym_using_declaration] = STATE(60), [sym_alias_declaration] = STATE(60), [sym_static_assert_declaration] = STATE(60), [sym_concept_definition] = STATE(60), [sym_for_range_loop] = STATE(60), [sym_co_return_statement] = STATE(60), [sym_co_yield_statement] = STATE(60), [sym_throw_statement] = STATE(60), [sym_try_statement] = STATE(60), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_destructor_name] = STATE(5671), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5156), [sym_qualified_identifier] = STATE(3328), [sym_qualified_type_identifier] = STATE(3961), [sym_qualified_operator_cast_identifier] = STATE(5924), [sym_operator_name] = STATE(5671), [sym_user_defined_literal] = STATE(3925), [aux_sym_preproc_if_repeat1] = STATE(60), [aux_sym__declaration_specifiers_repeat1] = STATE(2582), [aux_sym_attributed_declarator_repeat1] = STATE(204), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [aux_sym_operator_cast_definition_repeat1] = STATE(2311), [sym_identifier] = ACTIONS(153), [aux_sym_preproc_include_token1] = ACTIONS(155), [aux_sym_preproc_def_token1] = ACTIONS(157), [aux_sym_preproc_if_token1] = ACTIONS(161), [aux_sym_preproc_ifdef_token1] = ACTIONS(163), [aux_sym_preproc_ifdef_token2] = ACTIONS(163), [sym_preproc_directive] = ACTIONS(165), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(27), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(31), [anon_sym_SEMI] = ACTIONS(167), [anon_sym_typedef] = ACTIONS(169), [anon_sym_extern] = ACTIONS(171), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(41), [anon_sym___declspec] = ACTIONS(43), [anon_sym___based] = ACTIONS(45), [anon_sym___cdecl] = ACTIONS(47), [anon_sym___clrcall] = ACTIONS(47), [anon_sym___stdcall] = ACTIONS(47), [anon_sym___fastcall] = ACTIONS(47), [anon_sym___thiscall] = ACTIONS(47), [anon_sym___vectorcall] = ACTIONS(47), [anon_sym_LBRACE] = ACTIONS(738), [anon_sym_RBRACE] = ACTIONS(844), [anon_sym_signed] = ACTIONS(51), [anon_sym_unsigned] = ACTIONS(51), [anon_sym_long] = ACTIONS(51), [anon_sym_short] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(179), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(61), [anon_sym_enum] = ACTIONS(63), [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), [anon_sym_union] = ACTIONS(69), [anon_sym_if] = ACTIONS(181), [anon_sym_switch] = ACTIONS(183), [anon_sym_case] = ACTIONS(185), [anon_sym_default] = ACTIONS(187), [anon_sym_while] = ACTIONS(189), [anon_sym_do] = ACTIONS(191), [anon_sym_for] = ACTIONS(193), [anon_sym_return] = ACTIONS(195), [anon_sym_break] = ACTIONS(197), [anon_sym_continue] = ACTIONS(199), [anon_sym_goto] = ACTIONS(201), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(113), [anon_sym_decltype] = ACTIONS(115), [anon_sym_virtual] = ACTIONS(117), [anon_sym_explicit] = ACTIONS(119), [anon_sym_typename] = ACTIONS(121), [anon_sym_template] = ACTIONS(207), [anon_sym_operator] = ACTIONS(125), [anon_sym_try] = ACTIONS(209), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(211), [anon_sym_namespace] = ACTIONS(213), [anon_sym_using] = ACTIONS(215), [anon_sym_static_assert] = ACTIONS(217), [anon_sym_concept] = ACTIONS(219), [anon_sym_co_return] = ACTIONS(221), [anon_sym_co_yield] = ACTIONS(223), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [60] = { [sym_preproc_include] = STATE(60), [sym_preproc_def] = STATE(60), [sym_preproc_function_def] = STATE(60), [sym_preproc_call] = STATE(60), [sym_preproc_if] = STATE(60), [sym_preproc_ifdef] = STATE(60), [sym_function_definition] = STATE(60), [sym_declaration] = STATE(60), [sym_type_definition] = STATE(60), [sym__declaration_modifiers] = STATE(3697), [sym__declaration_specifiers] = STATE(4633), [sym_linkage_specification] = STATE(60), [sym_attribute_specifier] = STATE(3697), [sym_attribute_declaration] = STATE(1417), [sym_ms_declspec_modifier] = STATE(3697), [sym_ms_based_modifier] = STATE(7599), [sym_ms_call_modifier] = STATE(2472), [sym__declarator] = STATE(5891), [sym_parenthesized_declarator] = STATE(5671), [sym_attributed_declarator] = STATE(5671), [sym_pointer_declarator] = STATE(5671), [sym_function_declarator] = STATE(5574), [sym_array_declarator] = STATE(5671), [sym_compound_statement] = STATE(60), [sym_storage_class_specifier] = STATE(3697), [sym_type_qualifier] = STATE(3697), [sym__type_specifier] = STATE(3760), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [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_case_statement] = STATE(60), [sym_while_statement] = STATE(60), [sym_do_statement] = STATE(60), [sym_for_statement] = STATE(60), [sym_return_statement] = STATE(60), [sym_break_statement] = STATE(60), [sym_continue_statement] = STATE(60), [sym_goto_statement] = STATE(60), [sym__expression] = STATE(4301), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7279), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym__empty_declaration] = STATE(60), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym__class_name] = STATE(6738), [sym_virtual] = STATE(3697), [sym_explicit_function_specifier] = STATE(2311), [sym_dependent_type] = STATE(3695), [sym_template_declaration] = STATE(60), [sym_template_instantiation] = STATE(60), [sym_operator_cast] = STATE(5924), [sym__constructor_specifiers] = STATE(2311), [sym_operator_cast_definition] = STATE(60), [sym_operator_cast_declaration] = STATE(60), [sym_constructor_or_destructor_definition] = STATE(60), [sym_reference_declarator] = STATE(5671), [sym_structured_binding_declarator] = STATE(5671), [sym_template_type] = STATE(3931), [sym_template_function] = STATE(4106), [sym_namespace_definition] = STATE(60), [sym_namespace_alias_definition] = STATE(60), [sym_using_declaration] = STATE(60), [sym_alias_declaration] = STATE(60), [sym_static_assert_declaration] = STATE(60), [sym_concept_definition] = STATE(60), [sym_for_range_loop] = STATE(60), [sym_co_return_statement] = STATE(60), [sym_co_yield_statement] = STATE(60), [sym_throw_statement] = STATE(60), [sym_try_statement] = STATE(60), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_destructor_name] = STATE(5671), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5156), [sym_qualified_identifier] = STATE(3328), [sym_qualified_type_identifier] = STATE(3961), [sym_qualified_operator_cast_identifier] = STATE(5924), [sym_operator_name] = STATE(5671), [sym_user_defined_literal] = STATE(3925), [aux_sym_preproc_if_repeat1] = STATE(60), [aux_sym__declaration_specifiers_repeat1] = STATE(2582), [aux_sym_attributed_declarator_repeat1] = STATE(204), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [aux_sym_operator_cast_definition_repeat1] = STATE(2311), [sym_identifier] = ACTIONS(846), [aux_sym_preproc_include_token1] = ACTIONS(849), [aux_sym_preproc_def_token1] = ACTIONS(852), [aux_sym_preproc_if_token1] = ACTIONS(855), [aux_sym_preproc_ifdef_token1] = ACTIONS(858), [aux_sym_preproc_ifdef_token2] = ACTIONS(858), [sym_preproc_directive] = ACTIONS(861), [anon_sym_LPAREN2] = ACTIONS(421), [anon_sym_BANG] = ACTIONS(424), [anon_sym_TILDE] = ACTIONS(427), [anon_sym_DASH] = ACTIONS(430), [anon_sym_PLUS] = ACTIONS(430), [anon_sym_STAR] = ACTIONS(433), [anon_sym_AMP_AMP] = ACTIONS(436), [anon_sym_AMP] = ACTIONS(439), [anon_sym_SEMI] = ACTIONS(864), [anon_sym_typedef] = ACTIONS(867), [anon_sym_extern] = ACTIONS(870), [anon_sym___attribute__] = ACTIONS(451), [anon_sym_COLON_COLON] = ACTIONS(454), [anon_sym_LBRACK_LBRACK] = ACTIONS(457), [anon_sym___declspec] = ACTIONS(460), [anon_sym___based] = ACTIONS(463), [anon_sym___cdecl] = ACTIONS(466), [anon_sym___clrcall] = ACTIONS(466), [anon_sym___stdcall] = ACTIONS(466), [anon_sym___fastcall] = ACTIONS(466), [anon_sym___thiscall] = ACTIONS(466), [anon_sym___vectorcall] = ACTIONS(466), [anon_sym_LBRACE] = ACTIONS(873), [anon_sym_RBRACE] = ACTIONS(876), [anon_sym_signed] = ACTIONS(472), [anon_sym_unsigned] = ACTIONS(472), [anon_sym_long] = ACTIONS(472), [anon_sym_short] = ACTIONS(472), [anon_sym_LBRACK] = ACTIONS(475), [anon_sym_static] = ACTIONS(478), [anon_sym_register] = ACTIONS(478), [anon_sym_inline] = ACTIONS(878), [anon_sym_thread_local] = ACTIONS(478), [anon_sym_const] = ACTIONS(484), [anon_sym_constexpr] = ACTIONS(484), [anon_sym_volatile] = ACTIONS(484), [anon_sym_restrict] = ACTIONS(484), [anon_sym___restrict__] = ACTIONS(484), [anon_sym__Atomic] = ACTIONS(484), [anon_sym__Noreturn] = ACTIONS(484), [anon_sym_noreturn] = ACTIONS(484), [anon_sym_mutable] = ACTIONS(484), [anon_sym_constinit] = ACTIONS(484), [anon_sym_consteval] = ACTIONS(484), [sym_primitive_type] = ACTIONS(487), [anon_sym_enum] = ACTIONS(490), [anon_sym_class] = ACTIONS(493), [anon_sym_struct] = ACTIONS(496), [anon_sym_union] = ACTIONS(499), [anon_sym_if] = ACTIONS(881), [anon_sym_switch] = ACTIONS(884), [anon_sym_case] = ACTIONS(887), [anon_sym_default] = ACTIONS(890), [anon_sym_while] = ACTIONS(893), [anon_sym_do] = ACTIONS(896), [anon_sym_for] = ACTIONS(899), [anon_sym_return] = ACTIONS(902), [anon_sym_break] = ACTIONS(905), [anon_sym_continue] = ACTIONS(908), [anon_sym_goto] = ACTIONS(911), [anon_sym_not] = ACTIONS(430), [anon_sym_compl] = ACTIONS(430), [anon_sym_DASH_DASH] = ACTIONS(535), [anon_sym_PLUS_PLUS] = ACTIONS(535), [anon_sym_sizeof] = ACTIONS(538), [anon_sym_offsetof] = ACTIONS(541), [anon_sym__Generic] = ACTIONS(544), [anon_sym_asm] = ACTIONS(547), [anon_sym___asm__] = ACTIONS(547), [sym_number_literal] = ACTIONS(550), [anon_sym_L_SQUOTE] = ACTIONS(553), [anon_sym_u_SQUOTE] = ACTIONS(553), [anon_sym_U_SQUOTE] = ACTIONS(553), [anon_sym_u8_SQUOTE] = ACTIONS(553), [anon_sym_SQUOTE] = ACTIONS(553), [anon_sym_L_DQUOTE] = ACTIONS(556), [anon_sym_u_DQUOTE] = ACTIONS(556), [anon_sym_U_DQUOTE] = ACTIONS(556), [anon_sym_u8_DQUOTE] = ACTIONS(556), [anon_sym_DQUOTE] = ACTIONS(556), [sym_true] = ACTIONS(559), [sym_false] = ACTIONS(559), [anon_sym_NULL] = ACTIONS(562), [anon_sym_nullptr] = ACTIONS(562), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(565), [anon_sym_decltype] = ACTIONS(568), [anon_sym_virtual] = ACTIONS(571), [anon_sym_explicit] = ACTIONS(574), [anon_sym_typename] = ACTIONS(577), [anon_sym_template] = ACTIONS(914), [anon_sym_operator] = ACTIONS(583), [anon_sym_try] = ACTIONS(917), [anon_sym_delete] = ACTIONS(589), [anon_sym_throw] = ACTIONS(920), [anon_sym_namespace] = ACTIONS(923), [anon_sym_using] = ACTIONS(926), [anon_sym_static_assert] = ACTIONS(929), [anon_sym_concept] = ACTIONS(932), [anon_sym_co_return] = ACTIONS(935), [anon_sym_co_yield] = ACTIONS(938), [anon_sym_R_DQUOTE] = ACTIONS(613), [anon_sym_LR_DQUOTE] = ACTIONS(613), [anon_sym_uR_DQUOTE] = ACTIONS(613), [anon_sym_UR_DQUOTE] = ACTIONS(613), [anon_sym_u8R_DQUOTE] = ACTIONS(613), [anon_sym_co_await] = ACTIONS(616), [anon_sym_new] = ACTIONS(619), [anon_sym_requires] = ACTIONS(622), [sym_this] = ACTIONS(559), }, [61] = { [sym_preproc_include] = STATE(60), [sym_preproc_def] = STATE(60), [sym_preproc_function_def] = STATE(60), [sym_preproc_call] = STATE(60), [sym_preproc_if] = STATE(60), [sym_preproc_ifdef] = STATE(60), [sym_function_definition] = STATE(60), [sym_declaration] = STATE(60), [sym_type_definition] = STATE(60), [sym__declaration_modifiers] = STATE(3697), [sym__declaration_specifiers] = STATE(4633), [sym_linkage_specification] = STATE(60), [sym_attribute_specifier] = STATE(3697), [sym_attribute_declaration] = STATE(1417), [sym_ms_declspec_modifier] = STATE(3697), [sym_ms_based_modifier] = STATE(7599), [sym_ms_call_modifier] = STATE(2472), [sym__declarator] = STATE(5891), [sym_parenthesized_declarator] = STATE(5671), [sym_attributed_declarator] = STATE(5671), [sym_pointer_declarator] = STATE(5671), [sym_function_declarator] = STATE(5574), [sym_array_declarator] = STATE(5671), [sym_compound_statement] = STATE(60), [sym_storage_class_specifier] = STATE(3697), [sym_type_qualifier] = STATE(3697), [sym__type_specifier] = STATE(3760), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [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_case_statement] = STATE(60), [sym_while_statement] = STATE(60), [sym_do_statement] = STATE(60), [sym_for_statement] = STATE(60), [sym_return_statement] = STATE(60), [sym_break_statement] = STATE(60), [sym_continue_statement] = STATE(60), [sym_goto_statement] = STATE(60), [sym__expression] = STATE(4301), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7279), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym__empty_declaration] = STATE(60), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym__class_name] = STATE(6738), [sym_virtual] = STATE(3697), [sym_explicit_function_specifier] = STATE(2311), [sym_dependent_type] = STATE(3695), [sym_template_declaration] = STATE(60), [sym_template_instantiation] = STATE(60), [sym_operator_cast] = STATE(5924), [sym__constructor_specifiers] = STATE(2311), [sym_operator_cast_definition] = STATE(60), [sym_operator_cast_declaration] = STATE(60), [sym_constructor_or_destructor_definition] = STATE(60), [sym_reference_declarator] = STATE(5671), [sym_structured_binding_declarator] = STATE(5671), [sym_template_type] = STATE(3931), [sym_template_function] = STATE(4106), [sym_namespace_definition] = STATE(60), [sym_namespace_alias_definition] = STATE(60), [sym_using_declaration] = STATE(60), [sym_alias_declaration] = STATE(60), [sym_static_assert_declaration] = STATE(60), [sym_concept_definition] = STATE(60), [sym_for_range_loop] = STATE(60), [sym_co_return_statement] = STATE(60), [sym_co_yield_statement] = STATE(60), [sym_throw_statement] = STATE(60), [sym_try_statement] = STATE(60), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_destructor_name] = STATE(5671), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5156), [sym_qualified_identifier] = STATE(3328), [sym_qualified_type_identifier] = STATE(3961), [sym_qualified_operator_cast_identifier] = STATE(5924), [sym_operator_name] = STATE(5671), [sym_user_defined_literal] = STATE(3925), [aux_sym_preproc_if_repeat1] = STATE(60), [aux_sym__declaration_specifiers_repeat1] = STATE(2582), [aux_sym_attributed_declarator_repeat1] = STATE(204), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [aux_sym_operator_cast_definition_repeat1] = STATE(2311), [sym_identifier] = ACTIONS(153), [aux_sym_preproc_include_token1] = ACTIONS(155), [aux_sym_preproc_def_token1] = ACTIONS(157), [aux_sym_preproc_if_token1] = ACTIONS(161), [aux_sym_preproc_ifdef_token1] = ACTIONS(163), [aux_sym_preproc_ifdef_token2] = ACTIONS(163), [sym_preproc_directive] = ACTIONS(165), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(27), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(31), [anon_sym_SEMI] = ACTIONS(167), [anon_sym_typedef] = ACTIONS(169), [anon_sym_extern] = ACTIONS(171), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(41), [anon_sym___declspec] = ACTIONS(43), [anon_sym___based] = ACTIONS(45), [anon_sym___cdecl] = ACTIONS(47), [anon_sym___clrcall] = ACTIONS(47), [anon_sym___stdcall] = ACTIONS(47), [anon_sym___fastcall] = ACTIONS(47), [anon_sym___thiscall] = ACTIONS(47), [anon_sym___vectorcall] = ACTIONS(47), [anon_sym_LBRACE] = ACTIONS(738), [anon_sym_RBRACE] = ACTIONS(941), [anon_sym_signed] = ACTIONS(51), [anon_sym_unsigned] = ACTIONS(51), [anon_sym_long] = ACTIONS(51), [anon_sym_short] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(179), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(61), [anon_sym_enum] = ACTIONS(63), [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), [anon_sym_union] = ACTIONS(69), [anon_sym_if] = ACTIONS(181), [anon_sym_switch] = ACTIONS(183), [anon_sym_case] = ACTIONS(185), [anon_sym_default] = ACTIONS(187), [anon_sym_while] = ACTIONS(189), [anon_sym_do] = ACTIONS(191), [anon_sym_for] = ACTIONS(193), [anon_sym_return] = ACTIONS(195), [anon_sym_break] = ACTIONS(197), [anon_sym_continue] = ACTIONS(199), [anon_sym_goto] = ACTIONS(201), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(113), [anon_sym_decltype] = ACTIONS(115), [anon_sym_virtual] = ACTIONS(117), [anon_sym_explicit] = ACTIONS(119), [anon_sym_typename] = ACTIONS(121), [anon_sym_template] = ACTIONS(207), [anon_sym_operator] = ACTIONS(125), [anon_sym_try] = ACTIONS(209), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(211), [anon_sym_namespace] = ACTIONS(213), [anon_sym_using] = ACTIONS(215), [anon_sym_static_assert] = ACTIONS(217), [anon_sym_concept] = ACTIONS(219), [anon_sym_co_return] = ACTIONS(221), [anon_sym_co_yield] = ACTIONS(223), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [62] = { [sym_preproc_include] = STATE(63), [sym_preproc_def] = STATE(63), [sym_preproc_function_def] = STATE(63), [sym_preproc_call] = STATE(63), [sym_preproc_if] = STATE(63), [sym_preproc_ifdef] = STATE(63), [sym_function_definition] = STATE(63), [sym_declaration] = STATE(63), [sym_type_definition] = STATE(63), [sym__declaration_modifiers] = STATE(3697), [sym__declaration_specifiers] = STATE(4633), [sym_linkage_specification] = STATE(63), [sym_attribute_specifier] = STATE(3697), [sym_attribute_declaration] = STATE(1417), [sym_ms_declspec_modifier] = STATE(3697), [sym_ms_based_modifier] = STATE(7599), [sym_ms_call_modifier] = STATE(2472), [sym__declarator] = STATE(5891), [sym_parenthesized_declarator] = STATE(5671), [sym_attributed_declarator] = STATE(5671), [sym_pointer_declarator] = STATE(5671), [sym_function_declarator] = STATE(5574), [sym_array_declarator] = STATE(5671), [sym_compound_statement] = STATE(63), [sym_storage_class_specifier] = STATE(3697), [sym_type_qualifier] = STATE(3697), [sym__type_specifier] = STATE(3760), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [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_case_statement] = STATE(63), [sym_while_statement] = STATE(63), [sym_do_statement] = STATE(63), [sym_for_statement] = STATE(63), [sym_return_statement] = STATE(63), [sym_break_statement] = STATE(63), [sym_continue_statement] = STATE(63), [sym_goto_statement] = STATE(63), [sym__expression] = STATE(4301), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7279), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym__empty_declaration] = STATE(63), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym__class_name] = STATE(6738), [sym_virtual] = STATE(3697), [sym_explicit_function_specifier] = STATE(2311), [sym_dependent_type] = STATE(3695), [sym_template_declaration] = STATE(63), [sym_template_instantiation] = STATE(63), [sym_operator_cast] = STATE(5924), [sym__constructor_specifiers] = STATE(2311), [sym_operator_cast_definition] = STATE(63), [sym_operator_cast_declaration] = STATE(63), [sym_constructor_or_destructor_definition] = STATE(63), [sym_reference_declarator] = STATE(5671), [sym_structured_binding_declarator] = STATE(5671), [sym_template_type] = STATE(3931), [sym_template_function] = STATE(4106), [sym_namespace_definition] = STATE(63), [sym_namespace_alias_definition] = STATE(63), [sym_using_declaration] = STATE(63), [sym_alias_declaration] = STATE(63), [sym_static_assert_declaration] = STATE(63), [sym_concept_definition] = STATE(63), [sym_for_range_loop] = STATE(63), [sym_co_return_statement] = STATE(63), [sym_co_yield_statement] = STATE(63), [sym_throw_statement] = STATE(63), [sym_try_statement] = STATE(63), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_destructor_name] = STATE(5671), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5156), [sym_qualified_identifier] = STATE(3328), [sym_qualified_type_identifier] = STATE(3961), [sym_qualified_operator_cast_identifier] = STATE(5924), [sym_operator_name] = STATE(5671), [sym_user_defined_literal] = STATE(3925), [aux_sym_preproc_if_repeat1] = STATE(63), [aux_sym__declaration_specifiers_repeat1] = STATE(2582), [aux_sym_attributed_declarator_repeat1] = STATE(204), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [aux_sym_operator_cast_definition_repeat1] = STATE(2311), [sym_identifier] = ACTIONS(153), [aux_sym_preproc_include_token1] = ACTIONS(155), [aux_sym_preproc_def_token1] = ACTIONS(157), [aux_sym_preproc_if_token1] = ACTIONS(161), [aux_sym_preproc_ifdef_token1] = ACTIONS(163), [aux_sym_preproc_ifdef_token2] = ACTIONS(163), [sym_preproc_directive] = ACTIONS(165), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(27), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(31), [anon_sym_SEMI] = ACTIONS(167), [anon_sym_typedef] = ACTIONS(169), [anon_sym_extern] = ACTIONS(171), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(41), [anon_sym___declspec] = ACTIONS(43), [anon_sym___based] = ACTIONS(45), [anon_sym___cdecl] = ACTIONS(47), [anon_sym___clrcall] = ACTIONS(47), [anon_sym___stdcall] = ACTIONS(47), [anon_sym___fastcall] = ACTIONS(47), [anon_sym___thiscall] = ACTIONS(47), [anon_sym___vectorcall] = ACTIONS(47), [anon_sym_LBRACE] = ACTIONS(738), [anon_sym_RBRACE] = ACTIONS(943), [anon_sym_signed] = ACTIONS(51), [anon_sym_unsigned] = ACTIONS(51), [anon_sym_long] = ACTIONS(51), [anon_sym_short] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(179), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(61), [anon_sym_enum] = ACTIONS(63), [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), [anon_sym_union] = ACTIONS(69), [anon_sym_if] = ACTIONS(181), [anon_sym_switch] = ACTIONS(183), [anon_sym_case] = ACTIONS(185), [anon_sym_default] = ACTIONS(187), [anon_sym_while] = ACTIONS(189), [anon_sym_do] = ACTIONS(191), [anon_sym_for] = ACTIONS(193), [anon_sym_return] = ACTIONS(195), [anon_sym_break] = ACTIONS(197), [anon_sym_continue] = ACTIONS(199), [anon_sym_goto] = ACTIONS(201), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(113), [anon_sym_decltype] = ACTIONS(115), [anon_sym_virtual] = ACTIONS(117), [anon_sym_explicit] = ACTIONS(119), [anon_sym_typename] = ACTIONS(121), [anon_sym_template] = ACTIONS(207), [anon_sym_operator] = ACTIONS(125), [anon_sym_try] = ACTIONS(209), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(211), [anon_sym_namespace] = ACTIONS(213), [anon_sym_using] = ACTIONS(215), [anon_sym_static_assert] = ACTIONS(217), [anon_sym_concept] = ACTIONS(219), [anon_sym_co_return] = ACTIONS(221), [anon_sym_co_yield] = ACTIONS(223), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [63] = { [sym_preproc_include] = STATE(60), [sym_preproc_def] = STATE(60), [sym_preproc_function_def] = STATE(60), [sym_preproc_call] = STATE(60), [sym_preproc_if] = STATE(60), [sym_preproc_ifdef] = STATE(60), [sym_function_definition] = STATE(60), [sym_declaration] = STATE(60), [sym_type_definition] = STATE(60), [sym__declaration_modifiers] = STATE(3697), [sym__declaration_specifiers] = STATE(4633), [sym_linkage_specification] = STATE(60), [sym_attribute_specifier] = STATE(3697), [sym_attribute_declaration] = STATE(1417), [sym_ms_declspec_modifier] = STATE(3697), [sym_ms_based_modifier] = STATE(7599), [sym_ms_call_modifier] = STATE(2472), [sym__declarator] = STATE(5891), [sym_parenthesized_declarator] = STATE(5671), [sym_attributed_declarator] = STATE(5671), [sym_pointer_declarator] = STATE(5671), [sym_function_declarator] = STATE(5574), [sym_array_declarator] = STATE(5671), [sym_compound_statement] = STATE(60), [sym_storage_class_specifier] = STATE(3697), [sym_type_qualifier] = STATE(3697), [sym__type_specifier] = STATE(3760), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [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_case_statement] = STATE(60), [sym_while_statement] = STATE(60), [sym_do_statement] = STATE(60), [sym_for_statement] = STATE(60), [sym_return_statement] = STATE(60), [sym_break_statement] = STATE(60), [sym_continue_statement] = STATE(60), [sym_goto_statement] = STATE(60), [sym__expression] = STATE(4301), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7279), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym__empty_declaration] = STATE(60), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym__class_name] = STATE(6738), [sym_virtual] = STATE(3697), [sym_explicit_function_specifier] = STATE(2311), [sym_dependent_type] = STATE(3695), [sym_template_declaration] = STATE(60), [sym_template_instantiation] = STATE(60), [sym_operator_cast] = STATE(5924), [sym__constructor_specifiers] = STATE(2311), [sym_operator_cast_definition] = STATE(60), [sym_operator_cast_declaration] = STATE(60), [sym_constructor_or_destructor_definition] = STATE(60), [sym_reference_declarator] = STATE(5671), [sym_structured_binding_declarator] = STATE(5671), [sym_template_type] = STATE(3931), [sym_template_function] = STATE(4106), [sym_namespace_definition] = STATE(60), [sym_namespace_alias_definition] = STATE(60), [sym_using_declaration] = STATE(60), [sym_alias_declaration] = STATE(60), [sym_static_assert_declaration] = STATE(60), [sym_concept_definition] = STATE(60), [sym_for_range_loop] = STATE(60), [sym_co_return_statement] = STATE(60), [sym_co_yield_statement] = STATE(60), [sym_throw_statement] = STATE(60), [sym_try_statement] = STATE(60), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_destructor_name] = STATE(5671), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5156), [sym_qualified_identifier] = STATE(3328), [sym_qualified_type_identifier] = STATE(3961), [sym_qualified_operator_cast_identifier] = STATE(5924), [sym_operator_name] = STATE(5671), [sym_user_defined_literal] = STATE(3925), [aux_sym_preproc_if_repeat1] = STATE(60), [aux_sym__declaration_specifiers_repeat1] = STATE(2582), [aux_sym_attributed_declarator_repeat1] = STATE(204), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [aux_sym_operator_cast_definition_repeat1] = STATE(2311), [sym_identifier] = ACTIONS(153), [aux_sym_preproc_include_token1] = ACTIONS(155), [aux_sym_preproc_def_token1] = ACTIONS(157), [aux_sym_preproc_if_token1] = ACTIONS(161), [aux_sym_preproc_ifdef_token1] = ACTIONS(163), [aux_sym_preproc_ifdef_token2] = ACTIONS(163), [sym_preproc_directive] = ACTIONS(165), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(27), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(31), [anon_sym_SEMI] = ACTIONS(167), [anon_sym_typedef] = ACTIONS(169), [anon_sym_extern] = ACTIONS(171), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(41), [anon_sym___declspec] = ACTIONS(43), [anon_sym___based] = ACTIONS(45), [anon_sym___cdecl] = ACTIONS(47), [anon_sym___clrcall] = ACTIONS(47), [anon_sym___stdcall] = ACTIONS(47), [anon_sym___fastcall] = ACTIONS(47), [anon_sym___thiscall] = ACTIONS(47), [anon_sym___vectorcall] = ACTIONS(47), [anon_sym_LBRACE] = ACTIONS(738), [anon_sym_RBRACE] = ACTIONS(945), [anon_sym_signed] = ACTIONS(51), [anon_sym_unsigned] = ACTIONS(51), [anon_sym_long] = ACTIONS(51), [anon_sym_short] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(179), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(61), [anon_sym_enum] = ACTIONS(63), [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), [anon_sym_union] = ACTIONS(69), [anon_sym_if] = ACTIONS(181), [anon_sym_switch] = ACTIONS(183), [anon_sym_case] = ACTIONS(185), [anon_sym_default] = ACTIONS(187), [anon_sym_while] = ACTIONS(189), [anon_sym_do] = ACTIONS(191), [anon_sym_for] = ACTIONS(193), [anon_sym_return] = ACTIONS(195), [anon_sym_break] = ACTIONS(197), [anon_sym_continue] = ACTIONS(199), [anon_sym_goto] = ACTIONS(201), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(113), [anon_sym_decltype] = ACTIONS(115), [anon_sym_virtual] = ACTIONS(117), [anon_sym_explicit] = ACTIONS(119), [anon_sym_typename] = ACTIONS(121), [anon_sym_template] = ACTIONS(207), [anon_sym_operator] = ACTIONS(125), [anon_sym_try] = ACTIONS(209), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(211), [anon_sym_namespace] = ACTIONS(213), [anon_sym_using] = ACTIONS(215), [anon_sym_static_assert] = ACTIONS(217), [anon_sym_concept] = ACTIONS(219), [anon_sym_co_return] = ACTIONS(221), [anon_sym_co_yield] = ACTIONS(223), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [64] = { [sym_preproc_include] = STATE(74), [sym_preproc_def] = STATE(74), [sym_preproc_function_def] = STATE(74), [sym_preproc_call] = STATE(74), [sym_preproc_if] = STATE(74), [sym_preproc_ifdef] = STATE(74), [sym_function_definition] = STATE(74), [sym_declaration] = STATE(74), [sym_type_definition] = STATE(74), [sym__declaration_modifiers] = STATE(3697), [sym__declaration_specifiers] = STATE(4633), [sym_linkage_specification] = STATE(74), [sym_attribute_specifier] = STATE(3697), [sym_attribute_declaration] = STATE(1417), [sym_ms_declspec_modifier] = STATE(3697), [sym_ms_based_modifier] = STATE(7599), [sym_ms_call_modifier] = STATE(2472), [sym__declarator] = STATE(5891), [sym_parenthesized_declarator] = STATE(5671), [sym_attributed_declarator] = STATE(5671), [sym_pointer_declarator] = STATE(5671), [sym_function_declarator] = STATE(5574), [sym_array_declarator] = STATE(5671), [sym_compound_statement] = STATE(74), [sym_storage_class_specifier] = STATE(3697), [sym_type_qualifier] = STATE(3697), [sym__type_specifier] = STATE(3760), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [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_case_statement] = STATE(74), [sym_while_statement] = STATE(74), [sym_do_statement] = STATE(74), [sym_for_statement] = STATE(74), [sym_return_statement] = STATE(74), [sym_break_statement] = STATE(74), [sym_continue_statement] = STATE(74), [sym_goto_statement] = STATE(74), [sym__expression] = STATE(4301), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7279), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym__empty_declaration] = STATE(74), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym__class_name] = STATE(6738), [sym_virtual] = STATE(3697), [sym_explicit_function_specifier] = STATE(2311), [sym_dependent_type] = STATE(3695), [sym_template_declaration] = STATE(74), [sym_template_instantiation] = STATE(74), [sym_operator_cast] = STATE(5924), [sym__constructor_specifiers] = STATE(2311), [sym_operator_cast_definition] = STATE(74), [sym_operator_cast_declaration] = STATE(74), [sym_constructor_or_destructor_definition] = STATE(74), [sym_reference_declarator] = STATE(5671), [sym_structured_binding_declarator] = STATE(5671), [sym_template_type] = STATE(3931), [sym_template_function] = STATE(4106), [sym_namespace_definition] = STATE(74), [sym_namespace_alias_definition] = STATE(74), [sym_using_declaration] = STATE(74), [sym_alias_declaration] = STATE(74), [sym_static_assert_declaration] = STATE(74), [sym_concept_definition] = STATE(74), [sym_for_range_loop] = STATE(74), [sym_co_return_statement] = STATE(74), [sym_co_yield_statement] = STATE(74), [sym_throw_statement] = STATE(74), [sym_try_statement] = STATE(74), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_destructor_name] = STATE(5671), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5156), [sym_qualified_identifier] = STATE(3328), [sym_qualified_type_identifier] = STATE(3961), [sym_qualified_operator_cast_identifier] = STATE(5924), [sym_operator_name] = STATE(5671), [sym_user_defined_literal] = STATE(3925), [aux_sym_preproc_if_repeat1] = STATE(74), [aux_sym__declaration_specifiers_repeat1] = STATE(2582), [aux_sym_attributed_declarator_repeat1] = STATE(204), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [aux_sym_operator_cast_definition_repeat1] = STATE(2311), [sym_identifier] = ACTIONS(153), [aux_sym_preproc_include_token1] = ACTIONS(155), [aux_sym_preproc_def_token1] = ACTIONS(157), [aux_sym_preproc_if_token1] = ACTIONS(161), [aux_sym_preproc_ifdef_token1] = ACTIONS(163), [aux_sym_preproc_ifdef_token2] = ACTIONS(163), [sym_preproc_directive] = ACTIONS(165), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(27), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(31), [anon_sym_SEMI] = ACTIONS(167), [anon_sym_typedef] = ACTIONS(169), [anon_sym_extern] = ACTIONS(171), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(41), [anon_sym___declspec] = ACTIONS(43), [anon_sym___based] = ACTIONS(45), [anon_sym___cdecl] = ACTIONS(47), [anon_sym___clrcall] = ACTIONS(47), [anon_sym___stdcall] = ACTIONS(47), [anon_sym___fastcall] = ACTIONS(47), [anon_sym___thiscall] = ACTIONS(47), [anon_sym___vectorcall] = ACTIONS(47), [anon_sym_LBRACE] = ACTIONS(738), [anon_sym_RBRACE] = ACTIONS(947), [anon_sym_signed] = ACTIONS(51), [anon_sym_unsigned] = ACTIONS(51), [anon_sym_long] = ACTIONS(51), [anon_sym_short] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(179), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(61), [anon_sym_enum] = ACTIONS(63), [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), [anon_sym_union] = ACTIONS(69), [anon_sym_if] = ACTIONS(181), [anon_sym_switch] = ACTIONS(183), [anon_sym_case] = ACTIONS(185), [anon_sym_default] = ACTIONS(187), [anon_sym_while] = ACTIONS(189), [anon_sym_do] = ACTIONS(191), [anon_sym_for] = ACTIONS(193), [anon_sym_return] = ACTIONS(195), [anon_sym_break] = ACTIONS(197), [anon_sym_continue] = ACTIONS(199), [anon_sym_goto] = ACTIONS(201), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(113), [anon_sym_decltype] = ACTIONS(115), [anon_sym_virtual] = ACTIONS(117), [anon_sym_explicit] = ACTIONS(119), [anon_sym_typename] = ACTIONS(121), [anon_sym_template] = ACTIONS(207), [anon_sym_operator] = ACTIONS(125), [anon_sym_try] = ACTIONS(209), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(211), [anon_sym_namespace] = ACTIONS(213), [anon_sym_using] = ACTIONS(215), [anon_sym_static_assert] = ACTIONS(217), [anon_sym_concept] = ACTIONS(219), [anon_sym_co_return] = ACTIONS(221), [anon_sym_co_yield] = ACTIONS(223), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [65] = { [sym_preproc_include] = STATE(67), [sym_preproc_def] = STATE(67), [sym_preproc_function_def] = STATE(67), [sym_preproc_call] = STATE(67), [sym_preproc_if] = STATE(67), [sym_preproc_ifdef] = STATE(67), [sym_function_definition] = STATE(67), [sym_declaration] = STATE(67), [sym_type_definition] = STATE(67), [sym__declaration_modifiers] = STATE(3697), [sym__declaration_specifiers] = STATE(4633), [sym_linkage_specification] = STATE(67), [sym_attribute_specifier] = STATE(3697), [sym_attribute_declaration] = STATE(1417), [sym_ms_declspec_modifier] = STATE(3697), [sym_ms_based_modifier] = STATE(7599), [sym_ms_call_modifier] = STATE(2472), [sym__declarator] = STATE(5891), [sym_parenthesized_declarator] = STATE(5671), [sym_attributed_declarator] = STATE(5671), [sym_pointer_declarator] = STATE(5671), [sym_function_declarator] = STATE(5574), [sym_array_declarator] = STATE(5671), [sym_compound_statement] = STATE(67), [sym_storage_class_specifier] = STATE(3697), [sym_type_qualifier] = STATE(3697), [sym__type_specifier] = STATE(3760), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [sym_attributed_statement] = STATE(67), [sym_labeled_statement] = STATE(67), [sym_expression_statement] = STATE(67), [sym_if_statement] = STATE(67), [sym_switch_statement] = STATE(67), [sym_case_statement] = STATE(67), [sym_while_statement] = STATE(67), [sym_do_statement] = STATE(67), [sym_for_statement] = STATE(67), [sym_return_statement] = STATE(67), [sym_break_statement] = STATE(67), [sym_continue_statement] = STATE(67), [sym_goto_statement] = STATE(67), [sym__expression] = STATE(4301), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7279), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym__empty_declaration] = STATE(67), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym__class_name] = STATE(6738), [sym_virtual] = STATE(3697), [sym_explicit_function_specifier] = STATE(2311), [sym_dependent_type] = STATE(3695), [sym_template_declaration] = STATE(67), [sym_template_instantiation] = STATE(67), [sym_operator_cast] = STATE(5924), [sym__constructor_specifiers] = STATE(2311), [sym_operator_cast_definition] = STATE(67), [sym_operator_cast_declaration] = STATE(67), [sym_constructor_or_destructor_definition] = STATE(67), [sym_reference_declarator] = STATE(5671), [sym_structured_binding_declarator] = STATE(5671), [sym_template_type] = STATE(3931), [sym_template_function] = STATE(4106), [sym_namespace_definition] = STATE(67), [sym_namespace_alias_definition] = STATE(67), [sym_using_declaration] = STATE(67), [sym_alias_declaration] = STATE(67), [sym_static_assert_declaration] = STATE(67), [sym_concept_definition] = STATE(67), [sym_for_range_loop] = STATE(67), [sym_co_return_statement] = STATE(67), [sym_co_yield_statement] = STATE(67), [sym_throw_statement] = STATE(67), [sym_try_statement] = STATE(67), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_destructor_name] = STATE(5671), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5156), [sym_qualified_identifier] = STATE(3328), [sym_qualified_type_identifier] = STATE(3961), [sym_qualified_operator_cast_identifier] = STATE(5924), [sym_operator_name] = STATE(5671), [sym_user_defined_literal] = STATE(3925), [aux_sym_preproc_if_repeat1] = STATE(67), [aux_sym__declaration_specifiers_repeat1] = STATE(2582), [aux_sym_attributed_declarator_repeat1] = STATE(204), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [aux_sym_operator_cast_definition_repeat1] = STATE(2311), [sym_identifier] = ACTIONS(153), [aux_sym_preproc_include_token1] = ACTIONS(155), [aux_sym_preproc_def_token1] = ACTIONS(157), [aux_sym_preproc_if_token1] = ACTIONS(161), [aux_sym_preproc_ifdef_token1] = ACTIONS(163), [aux_sym_preproc_ifdef_token2] = ACTIONS(163), [sym_preproc_directive] = ACTIONS(165), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(27), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(31), [anon_sym_SEMI] = ACTIONS(167), [anon_sym_typedef] = ACTIONS(169), [anon_sym_extern] = ACTIONS(171), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(41), [anon_sym___declspec] = ACTIONS(43), [anon_sym___based] = ACTIONS(45), [anon_sym___cdecl] = ACTIONS(47), [anon_sym___clrcall] = ACTIONS(47), [anon_sym___stdcall] = ACTIONS(47), [anon_sym___fastcall] = ACTIONS(47), [anon_sym___thiscall] = ACTIONS(47), [anon_sym___vectorcall] = ACTIONS(47), [anon_sym_LBRACE] = ACTIONS(738), [anon_sym_RBRACE] = ACTIONS(949), [anon_sym_signed] = ACTIONS(51), [anon_sym_unsigned] = ACTIONS(51), [anon_sym_long] = ACTIONS(51), [anon_sym_short] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(179), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(61), [anon_sym_enum] = ACTIONS(63), [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), [anon_sym_union] = ACTIONS(69), [anon_sym_if] = ACTIONS(181), [anon_sym_switch] = ACTIONS(183), [anon_sym_case] = ACTIONS(185), [anon_sym_default] = ACTIONS(187), [anon_sym_while] = ACTIONS(189), [anon_sym_do] = ACTIONS(191), [anon_sym_for] = ACTIONS(193), [anon_sym_return] = ACTIONS(195), [anon_sym_break] = ACTIONS(197), [anon_sym_continue] = ACTIONS(199), [anon_sym_goto] = ACTIONS(201), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(113), [anon_sym_decltype] = ACTIONS(115), [anon_sym_virtual] = ACTIONS(117), [anon_sym_explicit] = ACTIONS(119), [anon_sym_typename] = ACTIONS(121), [anon_sym_template] = ACTIONS(207), [anon_sym_operator] = ACTIONS(125), [anon_sym_try] = ACTIONS(209), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(211), [anon_sym_namespace] = ACTIONS(213), [anon_sym_using] = ACTIONS(215), [anon_sym_static_assert] = ACTIONS(217), [anon_sym_concept] = ACTIONS(219), [anon_sym_co_return] = ACTIONS(221), [anon_sym_co_yield] = ACTIONS(223), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [66] = { [sym_preproc_include] = STATE(53), [sym_preproc_def] = STATE(53), [sym_preproc_function_def] = STATE(53), [sym_preproc_call] = STATE(53), [sym_preproc_if] = STATE(53), [sym_preproc_ifdef] = STATE(53), [sym_function_definition] = STATE(53), [sym_declaration] = STATE(53), [sym_type_definition] = STATE(53), [sym__declaration_modifiers] = STATE(3697), [sym__declaration_specifiers] = STATE(4633), [sym_linkage_specification] = STATE(53), [sym_attribute_specifier] = STATE(3697), [sym_attribute_declaration] = STATE(1417), [sym_ms_declspec_modifier] = STATE(3697), [sym_ms_based_modifier] = STATE(7599), [sym_ms_call_modifier] = STATE(2472), [sym__declarator] = STATE(5891), [sym_parenthesized_declarator] = STATE(5671), [sym_attributed_declarator] = STATE(5671), [sym_pointer_declarator] = STATE(5671), [sym_function_declarator] = STATE(5574), [sym_array_declarator] = STATE(5671), [sym_compound_statement] = STATE(53), [sym_storage_class_specifier] = STATE(3697), [sym_type_qualifier] = STATE(3697), [sym__type_specifier] = STATE(3760), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [sym_attributed_statement] = STATE(53), [sym_labeled_statement] = STATE(53), [sym_expression_statement] = STATE(53), [sym_if_statement] = STATE(53), [sym_switch_statement] = STATE(53), [sym_case_statement] = STATE(53), [sym_while_statement] = STATE(53), [sym_do_statement] = STATE(53), [sym_for_statement] = STATE(53), [sym_return_statement] = STATE(53), [sym_break_statement] = STATE(53), [sym_continue_statement] = STATE(53), [sym_goto_statement] = STATE(53), [sym__expression] = STATE(4301), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7279), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym__empty_declaration] = STATE(53), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym__class_name] = STATE(6738), [sym_virtual] = STATE(3697), [sym_explicit_function_specifier] = STATE(2311), [sym_dependent_type] = STATE(3695), [sym_template_declaration] = STATE(53), [sym_template_instantiation] = STATE(53), [sym_operator_cast] = STATE(5924), [sym__constructor_specifiers] = STATE(2311), [sym_operator_cast_definition] = STATE(53), [sym_operator_cast_declaration] = STATE(53), [sym_constructor_or_destructor_definition] = STATE(53), [sym_reference_declarator] = STATE(5671), [sym_structured_binding_declarator] = STATE(5671), [sym_template_type] = STATE(3931), [sym_template_function] = STATE(4106), [sym_namespace_definition] = STATE(53), [sym_namespace_alias_definition] = STATE(53), [sym_using_declaration] = STATE(53), [sym_alias_declaration] = STATE(53), [sym_static_assert_declaration] = STATE(53), [sym_concept_definition] = STATE(53), [sym_for_range_loop] = STATE(53), [sym_co_return_statement] = STATE(53), [sym_co_yield_statement] = STATE(53), [sym_throw_statement] = STATE(53), [sym_try_statement] = STATE(53), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_destructor_name] = STATE(5671), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5156), [sym_qualified_identifier] = STATE(3328), [sym_qualified_type_identifier] = STATE(3961), [sym_qualified_operator_cast_identifier] = STATE(5924), [sym_operator_name] = STATE(5671), [sym_user_defined_literal] = STATE(3925), [aux_sym_preproc_if_repeat1] = STATE(53), [aux_sym__declaration_specifiers_repeat1] = STATE(2582), [aux_sym_attributed_declarator_repeat1] = STATE(204), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [aux_sym_operator_cast_definition_repeat1] = STATE(2311), [sym_identifier] = ACTIONS(153), [aux_sym_preproc_include_token1] = ACTIONS(155), [aux_sym_preproc_def_token1] = ACTIONS(157), [aux_sym_preproc_if_token1] = ACTIONS(161), [aux_sym_preproc_ifdef_token1] = ACTIONS(163), [aux_sym_preproc_ifdef_token2] = ACTIONS(163), [sym_preproc_directive] = ACTIONS(165), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(27), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(31), [anon_sym_SEMI] = ACTIONS(167), [anon_sym_typedef] = ACTIONS(169), [anon_sym_extern] = ACTIONS(171), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(41), [anon_sym___declspec] = ACTIONS(43), [anon_sym___based] = ACTIONS(45), [anon_sym___cdecl] = ACTIONS(47), [anon_sym___clrcall] = ACTIONS(47), [anon_sym___stdcall] = ACTIONS(47), [anon_sym___fastcall] = ACTIONS(47), [anon_sym___thiscall] = ACTIONS(47), [anon_sym___vectorcall] = ACTIONS(47), [anon_sym_LBRACE] = ACTIONS(738), [anon_sym_RBRACE] = ACTIONS(951), [anon_sym_signed] = ACTIONS(51), [anon_sym_unsigned] = ACTIONS(51), [anon_sym_long] = ACTIONS(51), [anon_sym_short] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(179), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(61), [anon_sym_enum] = ACTIONS(63), [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), [anon_sym_union] = ACTIONS(69), [anon_sym_if] = ACTIONS(181), [anon_sym_switch] = ACTIONS(183), [anon_sym_case] = ACTIONS(185), [anon_sym_default] = ACTIONS(187), [anon_sym_while] = ACTIONS(189), [anon_sym_do] = ACTIONS(191), [anon_sym_for] = ACTIONS(193), [anon_sym_return] = ACTIONS(195), [anon_sym_break] = ACTIONS(197), [anon_sym_continue] = ACTIONS(199), [anon_sym_goto] = ACTIONS(201), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(113), [anon_sym_decltype] = ACTIONS(115), [anon_sym_virtual] = ACTIONS(117), [anon_sym_explicit] = ACTIONS(119), [anon_sym_typename] = ACTIONS(121), [anon_sym_template] = ACTIONS(207), [anon_sym_operator] = ACTIONS(125), [anon_sym_try] = ACTIONS(209), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(211), [anon_sym_namespace] = ACTIONS(213), [anon_sym_using] = ACTIONS(215), [anon_sym_static_assert] = ACTIONS(217), [anon_sym_concept] = ACTIONS(219), [anon_sym_co_return] = ACTIONS(221), [anon_sym_co_yield] = ACTIONS(223), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [67] = { [sym_preproc_include] = STATE(60), [sym_preproc_def] = STATE(60), [sym_preproc_function_def] = STATE(60), [sym_preproc_call] = STATE(60), [sym_preproc_if] = STATE(60), [sym_preproc_ifdef] = STATE(60), [sym_function_definition] = STATE(60), [sym_declaration] = STATE(60), [sym_type_definition] = STATE(60), [sym__declaration_modifiers] = STATE(3697), [sym__declaration_specifiers] = STATE(4633), [sym_linkage_specification] = STATE(60), [sym_attribute_specifier] = STATE(3697), [sym_attribute_declaration] = STATE(1417), [sym_ms_declspec_modifier] = STATE(3697), [sym_ms_based_modifier] = STATE(7599), [sym_ms_call_modifier] = STATE(2472), [sym__declarator] = STATE(5891), [sym_parenthesized_declarator] = STATE(5671), [sym_attributed_declarator] = STATE(5671), [sym_pointer_declarator] = STATE(5671), [sym_function_declarator] = STATE(5574), [sym_array_declarator] = STATE(5671), [sym_compound_statement] = STATE(60), [sym_storage_class_specifier] = STATE(3697), [sym_type_qualifier] = STATE(3697), [sym__type_specifier] = STATE(3760), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [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_case_statement] = STATE(60), [sym_while_statement] = STATE(60), [sym_do_statement] = STATE(60), [sym_for_statement] = STATE(60), [sym_return_statement] = STATE(60), [sym_break_statement] = STATE(60), [sym_continue_statement] = STATE(60), [sym_goto_statement] = STATE(60), [sym__expression] = STATE(4301), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7279), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym__empty_declaration] = STATE(60), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym__class_name] = STATE(6738), [sym_virtual] = STATE(3697), [sym_explicit_function_specifier] = STATE(2311), [sym_dependent_type] = STATE(3695), [sym_template_declaration] = STATE(60), [sym_template_instantiation] = STATE(60), [sym_operator_cast] = STATE(5924), [sym__constructor_specifiers] = STATE(2311), [sym_operator_cast_definition] = STATE(60), [sym_operator_cast_declaration] = STATE(60), [sym_constructor_or_destructor_definition] = STATE(60), [sym_reference_declarator] = STATE(5671), [sym_structured_binding_declarator] = STATE(5671), [sym_template_type] = STATE(3931), [sym_template_function] = STATE(4106), [sym_namespace_definition] = STATE(60), [sym_namespace_alias_definition] = STATE(60), [sym_using_declaration] = STATE(60), [sym_alias_declaration] = STATE(60), [sym_static_assert_declaration] = STATE(60), [sym_concept_definition] = STATE(60), [sym_for_range_loop] = STATE(60), [sym_co_return_statement] = STATE(60), [sym_co_yield_statement] = STATE(60), [sym_throw_statement] = STATE(60), [sym_try_statement] = STATE(60), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_destructor_name] = STATE(5671), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5156), [sym_qualified_identifier] = STATE(3328), [sym_qualified_type_identifier] = STATE(3961), [sym_qualified_operator_cast_identifier] = STATE(5924), [sym_operator_name] = STATE(5671), [sym_user_defined_literal] = STATE(3925), [aux_sym_preproc_if_repeat1] = STATE(60), [aux_sym__declaration_specifiers_repeat1] = STATE(2582), [aux_sym_attributed_declarator_repeat1] = STATE(204), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [aux_sym_operator_cast_definition_repeat1] = STATE(2311), [sym_identifier] = ACTIONS(153), [aux_sym_preproc_include_token1] = ACTIONS(155), [aux_sym_preproc_def_token1] = ACTIONS(157), [aux_sym_preproc_if_token1] = ACTIONS(161), [aux_sym_preproc_ifdef_token1] = ACTIONS(163), [aux_sym_preproc_ifdef_token2] = ACTIONS(163), [sym_preproc_directive] = ACTIONS(165), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(27), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(31), [anon_sym_SEMI] = ACTIONS(167), [anon_sym_typedef] = ACTIONS(169), [anon_sym_extern] = ACTIONS(171), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(41), [anon_sym___declspec] = ACTIONS(43), [anon_sym___based] = ACTIONS(45), [anon_sym___cdecl] = ACTIONS(47), [anon_sym___clrcall] = ACTIONS(47), [anon_sym___stdcall] = ACTIONS(47), [anon_sym___fastcall] = ACTIONS(47), [anon_sym___thiscall] = ACTIONS(47), [anon_sym___vectorcall] = ACTIONS(47), [anon_sym_LBRACE] = ACTIONS(738), [anon_sym_RBRACE] = ACTIONS(953), [anon_sym_signed] = ACTIONS(51), [anon_sym_unsigned] = ACTIONS(51), [anon_sym_long] = ACTIONS(51), [anon_sym_short] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(179), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(61), [anon_sym_enum] = ACTIONS(63), [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), [anon_sym_union] = ACTIONS(69), [anon_sym_if] = ACTIONS(181), [anon_sym_switch] = ACTIONS(183), [anon_sym_case] = ACTIONS(185), [anon_sym_default] = ACTIONS(187), [anon_sym_while] = ACTIONS(189), [anon_sym_do] = ACTIONS(191), [anon_sym_for] = ACTIONS(193), [anon_sym_return] = ACTIONS(195), [anon_sym_break] = ACTIONS(197), [anon_sym_continue] = ACTIONS(199), [anon_sym_goto] = ACTIONS(201), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(113), [anon_sym_decltype] = ACTIONS(115), [anon_sym_virtual] = ACTIONS(117), [anon_sym_explicit] = ACTIONS(119), [anon_sym_typename] = ACTIONS(121), [anon_sym_template] = ACTIONS(207), [anon_sym_operator] = ACTIONS(125), [anon_sym_try] = ACTIONS(209), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(211), [anon_sym_namespace] = ACTIONS(213), [anon_sym_using] = ACTIONS(215), [anon_sym_static_assert] = ACTIONS(217), [anon_sym_concept] = ACTIONS(219), [anon_sym_co_return] = ACTIONS(221), [anon_sym_co_yield] = ACTIONS(223), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [68] = { [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(3697), [sym__declaration_specifiers] = STATE(4633), [sym_linkage_specification] = STATE(39), [sym_attribute_specifier] = STATE(3697), [sym_attribute_declaration] = STATE(1417), [sym_ms_declspec_modifier] = STATE(3697), [sym_ms_based_modifier] = STATE(7599), [sym_ms_call_modifier] = STATE(2472), [sym__declarator] = STATE(5891), [sym_parenthesized_declarator] = STATE(5671), [sym_attributed_declarator] = STATE(5671), [sym_pointer_declarator] = STATE(5671), [sym_function_declarator] = STATE(5574), [sym_array_declarator] = STATE(5671), [sym_compound_statement] = STATE(39), [sym_storage_class_specifier] = STATE(3697), [sym_type_qualifier] = STATE(3697), [sym__type_specifier] = STATE(3760), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [sym_attributed_statement] = STATE(39), [sym_labeled_statement] = STATE(39), [sym_expression_statement] = STATE(39), [sym_if_statement] = STATE(39), [sym_switch_statement] = STATE(39), [sym_case_statement] = STATE(39), [sym_while_statement] = STATE(39), [sym_do_statement] = STATE(39), [sym_for_statement] = STATE(39), [sym_return_statement] = STATE(39), [sym_break_statement] = STATE(39), [sym_continue_statement] = STATE(39), [sym_goto_statement] = STATE(39), [sym__expression] = STATE(4301), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7279), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym__empty_declaration] = STATE(39), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym__class_name] = STATE(6738), [sym_virtual] = STATE(3697), [sym_explicit_function_specifier] = STATE(2311), [sym_dependent_type] = STATE(3695), [sym_template_declaration] = STATE(39), [sym_template_instantiation] = STATE(39), [sym_operator_cast] = STATE(5924), [sym__constructor_specifiers] = STATE(2311), [sym_operator_cast_definition] = STATE(39), [sym_operator_cast_declaration] = STATE(39), [sym_constructor_or_destructor_definition] = STATE(39), [sym_reference_declarator] = STATE(5671), [sym_structured_binding_declarator] = STATE(5671), [sym_template_type] = STATE(3931), [sym_template_function] = STATE(4106), [sym_namespace_definition] = STATE(39), [sym_namespace_alias_definition] = STATE(39), [sym_using_declaration] = STATE(39), [sym_alias_declaration] = STATE(39), [sym_static_assert_declaration] = STATE(39), [sym_concept_definition] = STATE(39), [sym_for_range_loop] = STATE(39), [sym_co_return_statement] = STATE(39), [sym_co_yield_statement] = STATE(39), [sym_throw_statement] = STATE(39), [sym_try_statement] = STATE(39), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_destructor_name] = STATE(5671), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5156), [sym_qualified_identifier] = STATE(3328), [sym_qualified_type_identifier] = STATE(3961), [sym_qualified_operator_cast_identifier] = STATE(5924), [sym_operator_name] = STATE(5671), [sym_user_defined_literal] = STATE(3925), [aux_sym_preproc_if_repeat1] = STATE(39), [aux_sym__declaration_specifiers_repeat1] = STATE(2582), [aux_sym_attributed_declarator_repeat1] = STATE(204), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [aux_sym_operator_cast_definition_repeat1] = STATE(2311), [sym_identifier] = ACTIONS(153), [aux_sym_preproc_include_token1] = ACTIONS(155), [aux_sym_preproc_def_token1] = ACTIONS(157), [aux_sym_preproc_if_token1] = ACTIONS(161), [aux_sym_preproc_ifdef_token1] = ACTIONS(163), [aux_sym_preproc_ifdef_token2] = ACTIONS(163), [sym_preproc_directive] = ACTIONS(165), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(27), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(31), [anon_sym_SEMI] = ACTIONS(167), [anon_sym_typedef] = ACTIONS(169), [anon_sym_extern] = ACTIONS(171), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(41), [anon_sym___declspec] = ACTIONS(43), [anon_sym___based] = ACTIONS(45), [anon_sym___cdecl] = ACTIONS(47), [anon_sym___clrcall] = ACTIONS(47), [anon_sym___stdcall] = ACTIONS(47), [anon_sym___fastcall] = ACTIONS(47), [anon_sym___thiscall] = ACTIONS(47), [anon_sym___vectorcall] = ACTIONS(47), [anon_sym_LBRACE] = ACTIONS(738), [anon_sym_RBRACE] = ACTIONS(955), [anon_sym_signed] = ACTIONS(51), [anon_sym_unsigned] = ACTIONS(51), [anon_sym_long] = ACTIONS(51), [anon_sym_short] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(179), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(61), [anon_sym_enum] = ACTIONS(63), [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), [anon_sym_union] = ACTIONS(69), [anon_sym_if] = ACTIONS(181), [anon_sym_switch] = ACTIONS(183), [anon_sym_case] = ACTIONS(185), [anon_sym_default] = ACTIONS(187), [anon_sym_while] = ACTIONS(189), [anon_sym_do] = ACTIONS(191), [anon_sym_for] = ACTIONS(193), [anon_sym_return] = ACTIONS(195), [anon_sym_break] = ACTIONS(197), [anon_sym_continue] = ACTIONS(199), [anon_sym_goto] = ACTIONS(201), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(113), [anon_sym_decltype] = ACTIONS(115), [anon_sym_virtual] = ACTIONS(117), [anon_sym_explicit] = ACTIONS(119), [anon_sym_typename] = ACTIONS(121), [anon_sym_template] = ACTIONS(207), [anon_sym_operator] = ACTIONS(125), [anon_sym_try] = ACTIONS(209), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(211), [anon_sym_namespace] = ACTIONS(213), [anon_sym_using] = ACTIONS(215), [anon_sym_static_assert] = ACTIONS(217), [anon_sym_concept] = ACTIONS(219), [anon_sym_co_return] = ACTIONS(221), [anon_sym_co_yield] = ACTIONS(223), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [69] = { [sym_preproc_include] = STATE(69), [sym_preproc_def] = STATE(69), [sym_preproc_function_def] = STATE(69), [sym_preproc_call] = STATE(69), [sym_preproc_if] = STATE(69), [sym_preproc_ifdef] = STATE(69), [sym_function_definition] = STATE(69), [sym_declaration] = STATE(69), [sym_type_definition] = STATE(69), [sym__declaration_modifiers] = STATE(3697), [sym__declaration_specifiers] = STATE(4691), [sym_linkage_specification] = STATE(69), [sym_attribute_specifier] = STATE(3697), [sym_attribute_declaration] = STATE(1417), [sym_ms_declspec_modifier] = STATE(3697), [sym_ms_based_modifier] = STATE(7599), [sym_ms_call_modifier] = STATE(2504), [sym__declarator] = STATE(5891), [sym_parenthesized_declarator] = STATE(5671), [sym_attributed_declarator] = STATE(5671), [sym_pointer_declarator] = STATE(5671), [sym_function_declarator] = STATE(5606), [sym_array_declarator] = STATE(5671), [sym_compound_statement] = STATE(69), [sym_storage_class_specifier] = STATE(3697), [sym_type_qualifier] = STATE(3697), [sym__type_specifier] = STATE(3788), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [sym_attributed_statement] = STATE(69), [sym_labeled_statement] = STATE(69), [sym_expression_statement] = STATE(69), [sym_if_statement] = STATE(69), [sym_switch_statement] = STATE(69), [sym_case_statement] = STATE(69), [sym_while_statement] = STATE(69), [sym_do_statement] = STATE(69), [sym_for_statement] = STATE(69), [sym_return_statement] = STATE(69), [sym_break_statement] = STATE(69), [sym_continue_statement] = STATE(69), [sym_goto_statement] = STATE(69), [sym__expression] = STATE(4294), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7438), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym__empty_declaration] = STATE(69), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym__class_name] = STATE(6738), [sym_virtual] = STATE(3697), [sym_explicit_function_specifier] = STATE(2300), [sym_dependent_type] = STATE(3695), [sym_template_declaration] = STATE(69), [sym_template_instantiation] = STATE(69), [sym_operator_cast] = STATE(5931), [sym__constructor_specifiers] = STATE(2300), [sym_operator_cast_definition] = STATE(69), [sym_operator_cast_declaration] = STATE(69), [sym_constructor_or_destructor_definition] = STATE(69), [sym_reference_declarator] = STATE(5671), [sym_structured_binding_declarator] = STATE(5671), [sym_template_type] = STATE(3931), [sym_template_function] = STATE(4106), [sym_namespace_definition] = STATE(69), [sym_namespace_alias_definition] = STATE(69), [sym_using_declaration] = STATE(69), [sym_alias_declaration] = STATE(69), [sym_static_assert_declaration] = STATE(69), [sym_concept_definition] = STATE(69), [sym_for_range_loop] = STATE(69), [sym_co_return_statement] = STATE(69), [sym_co_yield_statement] = STATE(69), [sym_throw_statement] = STATE(69), [sym_try_statement] = STATE(69), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_destructor_name] = STATE(5671), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5156), [sym_qualified_identifier] = STATE(3328), [sym_qualified_type_identifier] = STATE(3961), [sym_qualified_operator_cast_identifier] = STATE(5931), [sym_operator_name] = STATE(5671), [sym_user_defined_literal] = STATE(3925), [aux_sym_preproc_if_repeat1] = STATE(69), [aux_sym__declaration_specifiers_repeat1] = STATE(2582), [aux_sym_attributed_declarator_repeat1] = STATE(245), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [aux_sym_operator_cast_definition_repeat1] = STATE(2300), [sym_identifier] = ACTIONS(957), [aux_sym_preproc_include_token1] = ACTIONS(960), [aux_sym_preproc_def_token1] = ACTIONS(963), [aux_sym_preproc_if_token1] = ACTIONS(966), [aux_sym_preproc_if_token2] = ACTIONS(413), [aux_sym_preproc_ifdef_token1] = ACTIONS(969), [aux_sym_preproc_ifdef_token2] = ACTIONS(969), [sym_preproc_directive] = ACTIONS(972), [anon_sym_LPAREN2] = ACTIONS(421), [anon_sym_BANG] = ACTIONS(424), [anon_sym_TILDE] = ACTIONS(427), [anon_sym_DASH] = ACTIONS(430), [anon_sym_PLUS] = ACTIONS(430), [anon_sym_STAR] = ACTIONS(433), [anon_sym_AMP_AMP] = ACTIONS(436), [anon_sym_AMP] = ACTIONS(439), [anon_sym_SEMI] = ACTIONS(975), [anon_sym_typedef] = ACTIONS(978), [anon_sym_extern] = ACTIONS(981), [anon_sym___attribute__] = ACTIONS(451), [anon_sym_COLON_COLON] = ACTIONS(454), [anon_sym_LBRACK_LBRACK] = ACTIONS(457), [anon_sym___declspec] = ACTIONS(460), [anon_sym___based] = ACTIONS(463), [anon_sym___cdecl] = ACTIONS(466), [anon_sym___clrcall] = ACTIONS(466), [anon_sym___stdcall] = ACTIONS(466), [anon_sym___fastcall] = ACTIONS(466), [anon_sym___thiscall] = ACTIONS(466), [anon_sym___vectorcall] = ACTIONS(466), [anon_sym_LBRACE] = ACTIONS(984), [anon_sym_signed] = ACTIONS(472), [anon_sym_unsigned] = ACTIONS(472), [anon_sym_long] = ACTIONS(472), [anon_sym_short] = ACTIONS(472), [anon_sym_LBRACK] = ACTIONS(475), [anon_sym_static] = ACTIONS(478), [anon_sym_register] = ACTIONS(478), [anon_sym_inline] = ACTIONS(987), [anon_sym_thread_local] = ACTIONS(478), [anon_sym_const] = ACTIONS(484), [anon_sym_constexpr] = ACTIONS(484), [anon_sym_volatile] = ACTIONS(484), [anon_sym_restrict] = ACTIONS(484), [anon_sym___restrict__] = ACTIONS(484), [anon_sym__Atomic] = ACTIONS(484), [anon_sym__Noreturn] = ACTIONS(484), [anon_sym_noreturn] = ACTIONS(484), [anon_sym_mutable] = ACTIONS(484), [anon_sym_constinit] = ACTIONS(484), [anon_sym_consteval] = ACTIONS(484), [sym_primitive_type] = ACTIONS(487), [anon_sym_enum] = ACTIONS(490), [anon_sym_class] = ACTIONS(493), [anon_sym_struct] = ACTIONS(496), [anon_sym_union] = ACTIONS(499), [anon_sym_if] = ACTIONS(990), [anon_sym_switch] = ACTIONS(993), [anon_sym_case] = ACTIONS(996), [anon_sym_default] = ACTIONS(999), [anon_sym_while] = ACTIONS(1002), [anon_sym_do] = ACTIONS(1005), [anon_sym_for] = ACTIONS(1008), [anon_sym_return] = ACTIONS(1011), [anon_sym_break] = ACTIONS(1014), [anon_sym_continue] = ACTIONS(1017), [anon_sym_goto] = ACTIONS(1020), [anon_sym_not] = ACTIONS(430), [anon_sym_compl] = ACTIONS(430), [anon_sym_DASH_DASH] = ACTIONS(535), [anon_sym_PLUS_PLUS] = ACTIONS(535), [anon_sym_sizeof] = ACTIONS(538), [anon_sym_offsetof] = ACTIONS(541), [anon_sym__Generic] = ACTIONS(544), [anon_sym_asm] = ACTIONS(547), [anon_sym___asm__] = ACTIONS(547), [sym_number_literal] = ACTIONS(550), [anon_sym_L_SQUOTE] = ACTIONS(553), [anon_sym_u_SQUOTE] = ACTIONS(553), [anon_sym_U_SQUOTE] = ACTIONS(553), [anon_sym_u8_SQUOTE] = ACTIONS(553), [anon_sym_SQUOTE] = ACTIONS(553), [anon_sym_L_DQUOTE] = ACTIONS(556), [anon_sym_u_DQUOTE] = ACTIONS(556), [anon_sym_U_DQUOTE] = ACTIONS(556), [anon_sym_u8_DQUOTE] = ACTIONS(556), [anon_sym_DQUOTE] = ACTIONS(556), [sym_true] = ACTIONS(559), [sym_false] = ACTIONS(559), [anon_sym_NULL] = ACTIONS(562), [anon_sym_nullptr] = ACTIONS(562), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(565), [anon_sym_decltype] = ACTIONS(568), [anon_sym_virtual] = ACTIONS(571), [anon_sym_explicit] = ACTIONS(574), [anon_sym_typename] = ACTIONS(577), [anon_sym_template] = ACTIONS(1023), [anon_sym_operator] = ACTIONS(583), [anon_sym_try] = ACTIONS(1026), [anon_sym_delete] = ACTIONS(589), [anon_sym_throw] = ACTIONS(1029), [anon_sym_namespace] = ACTIONS(1032), [anon_sym_using] = ACTIONS(1035), [anon_sym_static_assert] = ACTIONS(1038), [anon_sym_concept] = ACTIONS(1041), [anon_sym_co_return] = ACTIONS(1044), [anon_sym_co_yield] = ACTIONS(1047), [anon_sym_R_DQUOTE] = ACTIONS(613), [anon_sym_LR_DQUOTE] = ACTIONS(613), [anon_sym_uR_DQUOTE] = ACTIONS(613), [anon_sym_UR_DQUOTE] = ACTIONS(613), [anon_sym_u8R_DQUOTE] = ACTIONS(613), [anon_sym_co_await] = ACTIONS(616), [anon_sym_new] = ACTIONS(619), [anon_sym_requires] = ACTIONS(622), [sym_this] = ACTIONS(559), }, [70] = { [sym_preproc_include] = STATE(71), [sym_preproc_def] = STATE(71), [sym_preproc_function_def] = STATE(71), [sym_preproc_call] = STATE(71), [sym_preproc_if] = STATE(71), [sym_preproc_ifdef] = STATE(71), [sym_function_definition] = STATE(71), [sym_declaration] = STATE(71), [sym_type_definition] = STATE(71), [sym__declaration_modifiers] = STATE(3697), [sym__declaration_specifiers] = STATE(4633), [sym_linkage_specification] = STATE(71), [sym_attribute_specifier] = STATE(3697), [sym_attribute_declaration] = STATE(1417), [sym_ms_declspec_modifier] = STATE(3697), [sym_ms_based_modifier] = STATE(7599), [sym_ms_call_modifier] = STATE(2472), [sym__declarator] = STATE(5891), [sym_parenthesized_declarator] = STATE(5671), [sym_attributed_declarator] = STATE(5671), [sym_pointer_declarator] = STATE(5671), [sym_function_declarator] = STATE(5574), [sym_array_declarator] = STATE(5671), [sym_compound_statement] = STATE(71), [sym_storage_class_specifier] = STATE(3697), [sym_type_qualifier] = STATE(3697), [sym__type_specifier] = STATE(3760), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [sym_attributed_statement] = STATE(71), [sym_labeled_statement] = STATE(71), [sym_expression_statement] = STATE(71), [sym_if_statement] = STATE(71), [sym_switch_statement] = STATE(71), [sym_case_statement] = STATE(71), [sym_while_statement] = STATE(71), [sym_do_statement] = STATE(71), [sym_for_statement] = STATE(71), [sym_return_statement] = STATE(71), [sym_break_statement] = STATE(71), [sym_continue_statement] = STATE(71), [sym_goto_statement] = STATE(71), [sym__expression] = STATE(4301), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7279), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym__empty_declaration] = STATE(71), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym__class_name] = STATE(6738), [sym_virtual] = STATE(3697), [sym_explicit_function_specifier] = STATE(2311), [sym_dependent_type] = STATE(3695), [sym_template_declaration] = STATE(71), [sym_template_instantiation] = STATE(71), [sym_operator_cast] = STATE(5924), [sym__constructor_specifiers] = STATE(2311), [sym_operator_cast_definition] = STATE(71), [sym_operator_cast_declaration] = STATE(71), [sym_constructor_or_destructor_definition] = STATE(71), [sym_reference_declarator] = STATE(5671), [sym_structured_binding_declarator] = STATE(5671), [sym_template_type] = STATE(3931), [sym_template_function] = STATE(4106), [sym_namespace_definition] = STATE(71), [sym_namespace_alias_definition] = STATE(71), [sym_using_declaration] = STATE(71), [sym_alias_declaration] = STATE(71), [sym_static_assert_declaration] = STATE(71), [sym_concept_definition] = STATE(71), [sym_for_range_loop] = STATE(71), [sym_co_return_statement] = STATE(71), [sym_co_yield_statement] = STATE(71), [sym_throw_statement] = STATE(71), [sym_try_statement] = STATE(71), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_destructor_name] = STATE(5671), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5156), [sym_qualified_identifier] = STATE(3328), [sym_qualified_type_identifier] = STATE(3961), [sym_qualified_operator_cast_identifier] = STATE(5924), [sym_operator_name] = STATE(5671), [sym_user_defined_literal] = STATE(3925), [aux_sym_preproc_if_repeat1] = STATE(71), [aux_sym__declaration_specifiers_repeat1] = STATE(2582), [aux_sym_attributed_declarator_repeat1] = STATE(204), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [aux_sym_operator_cast_definition_repeat1] = STATE(2311), [sym_identifier] = ACTIONS(153), [aux_sym_preproc_include_token1] = ACTIONS(155), [aux_sym_preproc_def_token1] = ACTIONS(157), [aux_sym_preproc_if_token1] = ACTIONS(161), [aux_sym_preproc_ifdef_token1] = ACTIONS(163), [aux_sym_preproc_ifdef_token2] = ACTIONS(163), [sym_preproc_directive] = ACTIONS(165), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(27), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(31), [anon_sym_SEMI] = ACTIONS(167), [anon_sym_typedef] = ACTIONS(169), [anon_sym_extern] = ACTIONS(171), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(41), [anon_sym___declspec] = ACTIONS(43), [anon_sym___based] = ACTIONS(45), [anon_sym___cdecl] = ACTIONS(47), [anon_sym___clrcall] = ACTIONS(47), [anon_sym___stdcall] = ACTIONS(47), [anon_sym___fastcall] = ACTIONS(47), [anon_sym___thiscall] = ACTIONS(47), [anon_sym___vectorcall] = ACTIONS(47), [anon_sym_LBRACE] = ACTIONS(738), [anon_sym_RBRACE] = ACTIONS(1050), [anon_sym_signed] = ACTIONS(51), [anon_sym_unsigned] = ACTIONS(51), [anon_sym_long] = ACTIONS(51), [anon_sym_short] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(179), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(61), [anon_sym_enum] = ACTIONS(63), [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), [anon_sym_union] = ACTIONS(69), [anon_sym_if] = ACTIONS(181), [anon_sym_switch] = ACTIONS(183), [anon_sym_case] = ACTIONS(185), [anon_sym_default] = ACTIONS(187), [anon_sym_while] = ACTIONS(189), [anon_sym_do] = ACTIONS(191), [anon_sym_for] = ACTIONS(193), [anon_sym_return] = ACTIONS(195), [anon_sym_break] = ACTIONS(197), [anon_sym_continue] = ACTIONS(199), [anon_sym_goto] = ACTIONS(201), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(113), [anon_sym_decltype] = ACTIONS(115), [anon_sym_virtual] = ACTIONS(117), [anon_sym_explicit] = ACTIONS(119), [anon_sym_typename] = ACTIONS(121), [anon_sym_template] = ACTIONS(207), [anon_sym_operator] = ACTIONS(125), [anon_sym_try] = ACTIONS(209), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(211), [anon_sym_namespace] = ACTIONS(213), [anon_sym_using] = ACTIONS(215), [anon_sym_static_assert] = ACTIONS(217), [anon_sym_concept] = ACTIONS(219), [anon_sym_co_return] = ACTIONS(221), [anon_sym_co_yield] = ACTIONS(223), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [71] = { [sym_preproc_include] = STATE(60), [sym_preproc_def] = STATE(60), [sym_preproc_function_def] = STATE(60), [sym_preproc_call] = STATE(60), [sym_preproc_if] = STATE(60), [sym_preproc_ifdef] = STATE(60), [sym_function_definition] = STATE(60), [sym_declaration] = STATE(60), [sym_type_definition] = STATE(60), [sym__declaration_modifiers] = STATE(3697), [sym__declaration_specifiers] = STATE(4633), [sym_linkage_specification] = STATE(60), [sym_attribute_specifier] = STATE(3697), [sym_attribute_declaration] = STATE(1417), [sym_ms_declspec_modifier] = STATE(3697), [sym_ms_based_modifier] = STATE(7599), [sym_ms_call_modifier] = STATE(2472), [sym__declarator] = STATE(5891), [sym_parenthesized_declarator] = STATE(5671), [sym_attributed_declarator] = STATE(5671), [sym_pointer_declarator] = STATE(5671), [sym_function_declarator] = STATE(5574), [sym_array_declarator] = STATE(5671), [sym_compound_statement] = STATE(60), [sym_storage_class_specifier] = STATE(3697), [sym_type_qualifier] = STATE(3697), [sym__type_specifier] = STATE(3760), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [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_case_statement] = STATE(60), [sym_while_statement] = STATE(60), [sym_do_statement] = STATE(60), [sym_for_statement] = STATE(60), [sym_return_statement] = STATE(60), [sym_break_statement] = STATE(60), [sym_continue_statement] = STATE(60), [sym_goto_statement] = STATE(60), [sym__expression] = STATE(4301), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7279), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym__empty_declaration] = STATE(60), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym__class_name] = STATE(6738), [sym_virtual] = STATE(3697), [sym_explicit_function_specifier] = STATE(2311), [sym_dependent_type] = STATE(3695), [sym_template_declaration] = STATE(60), [sym_template_instantiation] = STATE(60), [sym_operator_cast] = STATE(5924), [sym__constructor_specifiers] = STATE(2311), [sym_operator_cast_definition] = STATE(60), [sym_operator_cast_declaration] = STATE(60), [sym_constructor_or_destructor_definition] = STATE(60), [sym_reference_declarator] = STATE(5671), [sym_structured_binding_declarator] = STATE(5671), [sym_template_type] = STATE(3931), [sym_template_function] = STATE(4106), [sym_namespace_definition] = STATE(60), [sym_namespace_alias_definition] = STATE(60), [sym_using_declaration] = STATE(60), [sym_alias_declaration] = STATE(60), [sym_static_assert_declaration] = STATE(60), [sym_concept_definition] = STATE(60), [sym_for_range_loop] = STATE(60), [sym_co_return_statement] = STATE(60), [sym_co_yield_statement] = STATE(60), [sym_throw_statement] = STATE(60), [sym_try_statement] = STATE(60), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_destructor_name] = STATE(5671), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5156), [sym_qualified_identifier] = STATE(3328), [sym_qualified_type_identifier] = STATE(3961), [sym_qualified_operator_cast_identifier] = STATE(5924), [sym_operator_name] = STATE(5671), [sym_user_defined_literal] = STATE(3925), [aux_sym_preproc_if_repeat1] = STATE(60), [aux_sym__declaration_specifiers_repeat1] = STATE(2582), [aux_sym_attributed_declarator_repeat1] = STATE(204), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [aux_sym_operator_cast_definition_repeat1] = STATE(2311), [sym_identifier] = ACTIONS(153), [aux_sym_preproc_include_token1] = ACTIONS(155), [aux_sym_preproc_def_token1] = ACTIONS(157), [aux_sym_preproc_if_token1] = ACTIONS(161), [aux_sym_preproc_ifdef_token1] = ACTIONS(163), [aux_sym_preproc_ifdef_token2] = ACTIONS(163), [sym_preproc_directive] = ACTIONS(165), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(27), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(31), [anon_sym_SEMI] = ACTIONS(167), [anon_sym_typedef] = ACTIONS(169), [anon_sym_extern] = ACTIONS(171), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(41), [anon_sym___declspec] = ACTIONS(43), [anon_sym___based] = ACTIONS(45), [anon_sym___cdecl] = ACTIONS(47), [anon_sym___clrcall] = ACTIONS(47), [anon_sym___stdcall] = ACTIONS(47), [anon_sym___fastcall] = ACTIONS(47), [anon_sym___thiscall] = ACTIONS(47), [anon_sym___vectorcall] = ACTIONS(47), [anon_sym_LBRACE] = ACTIONS(738), [anon_sym_RBRACE] = ACTIONS(1052), [anon_sym_signed] = ACTIONS(51), [anon_sym_unsigned] = ACTIONS(51), [anon_sym_long] = ACTIONS(51), [anon_sym_short] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(179), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(61), [anon_sym_enum] = ACTIONS(63), [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), [anon_sym_union] = ACTIONS(69), [anon_sym_if] = ACTIONS(181), [anon_sym_switch] = ACTIONS(183), [anon_sym_case] = ACTIONS(185), [anon_sym_default] = ACTIONS(187), [anon_sym_while] = ACTIONS(189), [anon_sym_do] = ACTIONS(191), [anon_sym_for] = ACTIONS(193), [anon_sym_return] = ACTIONS(195), [anon_sym_break] = ACTIONS(197), [anon_sym_continue] = ACTIONS(199), [anon_sym_goto] = ACTIONS(201), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(113), [anon_sym_decltype] = ACTIONS(115), [anon_sym_virtual] = ACTIONS(117), [anon_sym_explicit] = ACTIONS(119), [anon_sym_typename] = ACTIONS(121), [anon_sym_template] = ACTIONS(207), [anon_sym_operator] = ACTIONS(125), [anon_sym_try] = ACTIONS(209), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(211), [anon_sym_namespace] = ACTIONS(213), [anon_sym_using] = ACTIONS(215), [anon_sym_static_assert] = ACTIONS(217), [anon_sym_concept] = ACTIONS(219), [anon_sym_co_return] = ACTIONS(221), [anon_sym_co_yield] = ACTIONS(223), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [72] = { [sym_preproc_include] = STATE(73), [sym_preproc_def] = STATE(73), [sym_preproc_function_def] = STATE(73), [sym_preproc_call] = STATE(73), [sym_preproc_if] = STATE(73), [sym_preproc_ifdef] = STATE(73), [sym_function_definition] = STATE(73), [sym_declaration] = STATE(73), [sym_type_definition] = STATE(73), [sym__declaration_modifiers] = STATE(3697), [sym__declaration_specifiers] = STATE(4633), [sym_linkage_specification] = STATE(73), [sym_attribute_specifier] = STATE(3697), [sym_attribute_declaration] = STATE(1417), [sym_ms_declspec_modifier] = STATE(3697), [sym_ms_based_modifier] = STATE(7599), [sym_ms_call_modifier] = STATE(2472), [sym__declarator] = STATE(5891), [sym_parenthesized_declarator] = STATE(5671), [sym_attributed_declarator] = STATE(5671), [sym_pointer_declarator] = STATE(5671), [sym_function_declarator] = STATE(5574), [sym_array_declarator] = STATE(5671), [sym_compound_statement] = STATE(73), [sym_storage_class_specifier] = STATE(3697), [sym_type_qualifier] = STATE(3697), [sym__type_specifier] = STATE(3760), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [sym_attributed_statement] = STATE(73), [sym_labeled_statement] = STATE(73), [sym_expression_statement] = STATE(73), [sym_if_statement] = STATE(73), [sym_switch_statement] = STATE(73), [sym_case_statement] = STATE(73), [sym_while_statement] = STATE(73), [sym_do_statement] = STATE(73), [sym_for_statement] = STATE(73), [sym_return_statement] = STATE(73), [sym_break_statement] = STATE(73), [sym_continue_statement] = STATE(73), [sym_goto_statement] = STATE(73), [sym__expression] = STATE(4301), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7279), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym__empty_declaration] = STATE(73), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym__class_name] = STATE(6738), [sym_virtual] = STATE(3697), [sym_explicit_function_specifier] = STATE(2311), [sym_dependent_type] = STATE(3695), [sym_template_declaration] = STATE(73), [sym_template_instantiation] = STATE(73), [sym_operator_cast] = STATE(5924), [sym__constructor_specifiers] = STATE(2311), [sym_operator_cast_definition] = STATE(73), [sym_operator_cast_declaration] = STATE(73), [sym_constructor_or_destructor_definition] = STATE(73), [sym_reference_declarator] = STATE(5671), [sym_structured_binding_declarator] = STATE(5671), [sym_template_type] = STATE(3931), [sym_template_function] = STATE(4106), [sym_namespace_definition] = STATE(73), [sym_namespace_alias_definition] = STATE(73), [sym_using_declaration] = STATE(73), [sym_alias_declaration] = STATE(73), [sym_static_assert_declaration] = STATE(73), [sym_concept_definition] = STATE(73), [sym_for_range_loop] = STATE(73), [sym_co_return_statement] = STATE(73), [sym_co_yield_statement] = STATE(73), [sym_throw_statement] = STATE(73), [sym_try_statement] = STATE(73), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_destructor_name] = STATE(5671), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5156), [sym_qualified_identifier] = STATE(3328), [sym_qualified_type_identifier] = STATE(3961), [sym_qualified_operator_cast_identifier] = STATE(5924), [sym_operator_name] = STATE(5671), [sym_user_defined_literal] = STATE(3925), [aux_sym_preproc_if_repeat1] = STATE(73), [aux_sym__declaration_specifiers_repeat1] = STATE(2582), [aux_sym_attributed_declarator_repeat1] = STATE(204), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [aux_sym_operator_cast_definition_repeat1] = STATE(2311), [sym_identifier] = ACTIONS(153), [aux_sym_preproc_include_token1] = ACTIONS(155), [aux_sym_preproc_def_token1] = ACTIONS(157), [aux_sym_preproc_if_token1] = ACTIONS(161), [aux_sym_preproc_ifdef_token1] = ACTIONS(163), [aux_sym_preproc_ifdef_token2] = ACTIONS(163), [sym_preproc_directive] = ACTIONS(165), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(27), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(31), [anon_sym_SEMI] = ACTIONS(167), [anon_sym_typedef] = ACTIONS(169), [anon_sym_extern] = ACTIONS(171), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(41), [anon_sym___declspec] = ACTIONS(43), [anon_sym___based] = ACTIONS(45), [anon_sym___cdecl] = ACTIONS(47), [anon_sym___clrcall] = ACTIONS(47), [anon_sym___stdcall] = ACTIONS(47), [anon_sym___fastcall] = ACTIONS(47), [anon_sym___thiscall] = ACTIONS(47), [anon_sym___vectorcall] = ACTIONS(47), [anon_sym_LBRACE] = ACTIONS(738), [anon_sym_RBRACE] = ACTIONS(1054), [anon_sym_signed] = ACTIONS(51), [anon_sym_unsigned] = ACTIONS(51), [anon_sym_long] = ACTIONS(51), [anon_sym_short] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(179), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(61), [anon_sym_enum] = ACTIONS(63), [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), [anon_sym_union] = ACTIONS(69), [anon_sym_if] = ACTIONS(181), [anon_sym_switch] = ACTIONS(183), [anon_sym_case] = ACTIONS(185), [anon_sym_default] = ACTIONS(187), [anon_sym_while] = ACTIONS(189), [anon_sym_do] = ACTIONS(191), [anon_sym_for] = ACTIONS(193), [anon_sym_return] = ACTIONS(195), [anon_sym_break] = ACTIONS(197), [anon_sym_continue] = ACTIONS(199), [anon_sym_goto] = ACTIONS(201), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(113), [anon_sym_decltype] = ACTIONS(115), [anon_sym_virtual] = ACTIONS(117), [anon_sym_explicit] = ACTIONS(119), [anon_sym_typename] = ACTIONS(121), [anon_sym_template] = ACTIONS(207), [anon_sym_operator] = ACTIONS(125), [anon_sym_try] = ACTIONS(209), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(211), [anon_sym_namespace] = ACTIONS(213), [anon_sym_using] = ACTIONS(215), [anon_sym_static_assert] = ACTIONS(217), [anon_sym_concept] = ACTIONS(219), [anon_sym_co_return] = ACTIONS(221), [anon_sym_co_yield] = ACTIONS(223), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [73] = { [sym_preproc_include] = STATE(60), [sym_preproc_def] = STATE(60), [sym_preproc_function_def] = STATE(60), [sym_preproc_call] = STATE(60), [sym_preproc_if] = STATE(60), [sym_preproc_ifdef] = STATE(60), [sym_function_definition] = STATE(60), [sym_declaration] = STATE(60), [sym_type_definition] = STATE(60), [sym__declaration_modifiers] = STATE(3697), [sym__declaration_specifiers] = STATE(4633), [sym_linkage_specification] = STATE(60), [sym_attribute_specifier] = STATE(3697), [sym_attribute_declaration] = STATE(1417), [sym_ms_declspec_modifier] = STATE(3697), [sym_ms_based_modifier] = STATE(7599), [sym_ms_call_modifier] = STATE(2472), [sym__declarator] = STATE(5891), [sym_parenthesized_declarator] = STATE(5671), [sym_attributed_declarator] = STATE(5671), [sym_pointer_declarator] = STATE(5671), [sym_function_declarator] = STATE(5574), [sym_array_declarator] = STATE(5671), [sym_compound_statement] = STATE(60), [sym_storage_class_specifier] = STATE(3697), [sym_type_qualifier] = STATE(3697), [sym__type_specifier] = STATE(3760), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [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_case_statement] = STATE(60), [sym_while_statement] = STATE(60), [sym_do_statement] = STATE(60), [sym_for_statement] = STATE(60), [sym_return_statement] = STATE(60), [sym_break_statement] = STATE(60), [sym_continue_statement] = STATE(60), [sym_goto_statement] = STATE(60), [sym__expression] = STATE(4301), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7279), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym__empty_declaration] = STATE(60), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym__class_name] = STATE(6738), [sym_virtual] = STATE(3697), [sym_explicit_function_specifier] = STATE(2311), [sym_dependent_type] = STATE(3695), [sym_template_declaration] = STATE(60), [sym_template_instantiation] = STATE(60), [sym_operator_cast] = STATE(5924), [sym__constructor_specifiers] = STATE(2311), [sym_operator_cast_definition] = STATE(60), [sym_operator_cast_declaration] = STATE(60), [sym_constructor_or_destructor_definition] = STATE(60), [sym_reference_declarator] = STATE(5671), [sym_structured_binding_declarator] = STATE(5671), [sym_template_type] = STATE(3931), [sym_template_function] = STATE(4106), [sym_namespace_definition] = STATE(60), [sym_namespace_alias_definition] = STATE(60), [sym_using_declaration] = STATE(60), [sym_alias_declaration] = STATE(60), [sym_static_assert_declaration] = STATE(60), [sym_concept_definition] = STATE(60), [sym_for_range_loop] = STATE(60), [sym_co_return_statement] = STATE(60), [sym_co_yield_statement] = STATE(60), [sym_throw_statement] = STATE(60), [sym_try_statement] = STATE(60), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_destructor_name] = STATE(5671), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5156), [sym_qualified_identifier] = STATE(3328), [sym_qualified_type_identifier] = STATE(3961), [sym_qualified_operator_cast_identifier] = STATE(5924), [sym_operator_name] = STATE(5671), [sym_user_defined_literal] = STATE(3925), [aux_sym_preproc_if_repeat1] = STATE(60), [aux_sym__declaration_specifiers_repeat1] = STATE(2582), [aux_sym_attributed_declarator_repeat1] = STATE(204), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [aux_sym_operator_cast_definition_repeat1] = STATE(2311), [sym_identifier] = ACTIONS(153), [aux_sym_preproc_include_token1] = ACTIONS(155), [aux_sym_preproc_def_token1] = ACTIONS(157), [aux_sym_preproc_if_token1] = ACTIONS(161), [aux_sym_preproc_ifdef_token1] = ACTIONS(163), [aux_sym_preproc_ifdef_token2] = ACTIONS(163), [sym_preproc_directive] = ACTIONS(165), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(27), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(31), [anon_sym_SEMI] = ACTIONS(167), [anon_sym_typedef] = ACTIONS(169), [anon_sym_extern] = ACTIONS(171), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(41), [anon_sym___declspec] = ACTIONS(43), [anon_sym___based] = ACTIONS(45), [anon_sym___cdecl] = ACTIONS(47), [anon_sym___clrcall] = ACTIONS(47), [anon_sym___stdcall] = ACTIONS(47), [anon_sym___fastcall] = ACTIONS(47), [anon_sym___thiscall] = ACTIONS(47), [anon_sym___vectorcall] = ACTIONS(47), [anon_sym_LBRACE] = ACTIONS(738), [anon_sym_RBRACE] = ACTIONS(1056), [anon_sym_signed] = ACTIONS(51), [anon_sym_unsigned] = ACTIONS(51), [anon_sym_long] = ACTIONS(51), [anon_sym_short] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(179), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(61), [anon_sym_enum] = ACTIONS(63), [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), [anon_sym_union] = ACTIONS(69), [anon_sym_if] = ACTIONS(181), [anon_sym_switch] = ACTIONS(183), [anon_sym_case] = ACTIONS(185), [anon_sym_default] = ACTIONS(187), [anon_sym_while] = ACTIONS(189), [anon_sym_do] = ACTIONS(191), [anon_sym_for] = ACTIONS(193), [anon_sym_return] = ACTIONS(195), [anon_sym_break] = ACTIONS(197), [anon_sym_continue] = ACTIONS(199), [anon_sym_goto] = ACTIONS(201), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(113), [anon_sym_decltype] = ACTIONS(115), [anon_sym_virtual] = ACTIONS(117), [anon_sym_explicit] = ACTIONS(119), [anon_sym_typename] = ACTIONS(121), [anon_sym_template] = ACTIONS(207), [anon_sym_operator] = ACTIONS(125), [anon_sym_try] = ACTIONS(209), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(211), [anon_sym_namespace] = ACTIONS(213), [anon_sym_using] = ACTIONS(215), [anon_sym_static_assert] = ACTIONS(217), [anon_sym_concept] = ACTIONS(219), [anon_sym_co_return] = ACTIONS(221), [anon_sym_co_yield] = ACTIONS(223), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [74] = { [sym_preproc_include] = STATE(60), [sym_preproc_def] = STATE(60), [sym_preproc_function_def] = STATE(60), [sym_preproc_call] = STATE(60), [sym_preproc_if] = STATE(60), [sym_preproc_ifdef] = STATE(60), [sym_function_definition] = STATE(60), [sym_declaration] = STATE(60), [sym_type_definition] = STATE(60), [sym__declaration_modifiers] = STATE(3697), [sym__declaration_specifiers] = STATE(4633), [sym_linkage_specification] = STATE(60), [sym_attribute_specifier] = STATE(3697), [sym_attribute_declaration] = STATE(1417), [sym_ms_declspec_modifier] = STATE(3697), [sym_ms_based_modifier] = STATE(7599), [sym_ms_call_modifier] = STATE(2472), [sym__declarator] = STATE(5891), [sym_parenthesized_declarator] = STATE(5671), [sym_attributed_declarator] = STATE(5671), [sym_pointer_declarator] = STATE(5671), [sym_function_declarator] = STATE(5574), [sym_array_declarator] = STATE(5671), [sym_compound_statement] = STATE(60), [sym_storage_class_specifier] = STATE(3697), [sym_type_qualifier] = STATE(3697), [sym__type_specifier] = STATE(3760), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [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_case_statement] = STATE(60), [sym_while_statement] = STATE(60), [sym_do_statement] = STATE(60), [sym_for_statement] = STATE(60), [sym_return_statement] = STATE(60), [sym_break_statement] = STATE(60), [sym_continue_statement] = STATE(60), [sym_goto_statement] = STATE(60), [sym__expression] = STATE(4301), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7279), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym__empty_declaration] = STATE(60), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym__class_name] = STATE(6738), [sym_virtual] = STATE(3697), [sym_explicit_function_specifier] = STATE(2311), [sym_dependent_type] = STATE(3695), [sym_template_declaration] = STATE(60), [sym_template_instantiation] = STATE(60), [sym_operator_cast] = STATE(5924), [sym__constructor_specifiers] = STATE(2311), [sym_operator_cast_definition] = STATE(60), [sym_operator_cast_declaration] = STATE(60), [sym_constructor_or_destructor_definition] = STATE(60), [sym_reference_declarator] = STATE(5671), [sym_structured_binding_declarator] = STATE(5671), [sym_template_type] = STATE(3931), [sym_template_function] = STATE(4106), [sym_namespace_definition] = STATE(60), [sym_namespace_alias_definition] = STATE(60), [sym_using_declaration] = STATE(60), [sym_alias_declaration] = STATE(60), [sym_static_assert_declaration] = STATE(60), [sym_concept_definition] = STATE(60), [sym_for_range_loop] = STATE(60), [sym_co_return_statement] = STATE(60), [sym_co_yield_statement] = STATE(60), [sym_throw_statement] = STATE(60), [sym_try_statement] = STATE(60), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_destructor_name] = STATE(5671), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5156), [sym_qualified_identifier] = STATE(3328), [sym_qualified_type_identifier] = STATE(3961), [sym_qualified_operator_cast_identifier] = STATE(5924), [sym_operator_name] = STATE(5671), [sym_user_defined_literal] = STATE(3925), [aux_sym_preproc_if_repeat1] = STATE(60), [aux_sym__declaration_specifiers_repeat1] = STATE(2582), [aux_sym_attributed_declarator_repeat1] = STATE(204), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [aux_sym_operator_cast_definition_repeat1] = STATE(2311), [sym_identifier] = ACTIONS(153), [aux_sym_preproc_include_token1] = ACTIONS(155), [aux_sym_preproc_def_token1] = ACTIONS(157), [aux_sym_preproc_if_token1] = ACTIONS(161), [aux_sym_preproc_ifdef_token1] = ACTIONS(163), [aux_sym_preproc_ifdef_token2] = ACTIONS(163), [sym_preproc_directive] = ACTIONS(165), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(27), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(31), [anon_sym_SEMI] = ACTIONS(167), [anon_sym_typedef] = ACTIONS(169), [anon_sym_extern] = ACTIONS(171), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(41), [anon_sym___declspec] = ACTIONS(43), [anon_sym___based] = ACTIONS(45), [anon_sym___cdecl] = ACTIONS(47), [anon_sym___clrcall] = ACTIONS(47), [anon_sym___stdcall] = ACTIONS(47), [anon_sym___fastcall] = ACTIONS(47), [anon_sym___thiscall] = ACTIONS(47), [anon_sym___vectorcall] = ACTIONS(47), [anon_sym_LBRACE] = ACTIONS(738), [anon_sym_RBRACE] = ACTIONS(1058), [anon_sym_signed] = ACTIONS(51), [anon_sym_unsigned] = ACTIONS(51), [anon_sym_long] = ACTIONS(51), [anon_sym_short] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(179), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(61), [anon_sym_enum] = ACTIONS(63), [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), [anon_sym_union] = ACTIONS(69), [anon_sym_if] = ACTIONS(181), [anon_sym_switch] = ACTIONS(183), [anon_sym_case] = ACTIONS(185), [anon_sym_default] = ACTIONS(187), [anon_sym_while] = ACTIONS(189), [anon_sym_do] = ACTIONS(191), [anon_sym_for] = ACTIONS(193), [anon_sym_return] = ACTIONS(195), [anon_sym_break] = ACTIONS(197), [anon_sym_continue] = ACTIONS(199), [anon_sym_goto] = ACTIONS(201), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(113), [anon_sym_decltype] = ACTIONS(115), [anon_sym_virtual] = ACTIONS(117), [anon_sym_explicit] = ACTIONS(119), [anon_sym_typename] = ACTIONS(121), [anon_sym_template] = ACTIONS(207), [anon_sym_operator] = ACTIONS(125), [anon_sym_try] = ACTIONS(209), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(211), [anon_sym_namespace] = ACTIONS(213), [anon_sym_using] = ACTIONS(215), [anon_sym_static_assert] = ACTIONS(217), [anon_sym_concept] = ACTIONS(219), [anon_sym_co_return] = ACTIONS(221), [anon_sym_co_yield] = ACTIONS(223), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [75] = { [sym_preproc_include] = STATE(77), [sym_preproc_def] = STATE(77), [sym_preproc_function_def] = STATE(77), [sym_preproc_call] = STATE(77), [sym_preproc_if] = STATE(77), [sym_preproc_ifdef] = STATE(77), [sym_function_definition] = STATE(77), [sym_declaration] = STATE(77), [sym_type_definition] = STATE(77), [sym__declaration_modifiers] = STATE(3697), [sym__declaration_specifiers] = STATE(4633), [sym_linkage_specification] = STATE(77), [sym_attribute_specifier] = STATE(3697), [sym_attribute_declaration] = STATE(1417), [sym_ms_declspec_modifier] = STATE(3697), [sym_ms_based_modifier] = STATE(7599), [sym_ms_call_modifier] = STATE(2472), [sym__declarator] = STATE(5891), [sym_parenthesized_declarator] = STATE(5671), [sym_attributed_declarator] = STATE(5671), [sym_pointer_declarator] = STATE(5671), [sym_function_declarator] = STATE(5574), [sym_array_declarator] = STATE(5671), [sym_compound_statement] = STATE(77), [sym_storage_class_specifier] = STATE(3697), [sym_type_qualifier] = STATE(3697), [sym__type_specifier] = STATE(3760), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [sym_attributed_statement] = STATE(77), [sym_labeled_statement] = STATE(77), [sym_expression_statement] = STATE(77), [sym_if_statement] = STATE(77), [sym_switch_statement] = STATE(77), [sym_case_statement] = STATE(77), [sym_while_statement] = STATE(77), [sym_do_statement] = STATE(77), [sym_for_statement] = STATE(77), [sym_return_statement] = STATE(77), [sym_break_statement] = STATE(77), [sym_continue_statement] = STATE(77), [sym_goto_statement] = STATE(77), [sym__expression] = STATE(4301), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7279), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym__empty_declaration] = STATE(77), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym__class_name] = STATE(6738), [sym_virtual] = STATE(3697), [sym_explicit_function_specifier] = STATE(2311), [sym_dependent_type] = STATE(3695), [sym_template_declaration] = STATE(77), [sym_template_instantiation] = STATE(77), [sym_operator_cast] = STATE(5924), [sym__constructor_specifiers] = STATE(2311), [sym_operator_cast_definition] = STATE(77), [sym_operator_cast_declaration] = STATE(77), [sym_constructor_or_destructor_definition] = STATE(77), [sym_reference_declarator] = STATE(5671), [sym_structured_binding_declarator] = STATE(5671), [sym_template_type] = STATE(3931), [sym_template_function] = STATE(4106), [sym_namespace_definition] = STATE(77), [sym_namespace_alias_definition] = STATE(77), [sym_using_declaration] = STATE(77), [sym_alias_declaration] = STATE(77), [sym_static_assert_declaration] = STATE(77), [sym_concept_definition] = STATE(77), [sym_for_range_loop] = STATE(77), [sym_co_return_statement] = STATE(77), [sym_co_yield_statement] = STATE(77), [sym_throw_statement] = STATE(77), [sym_try_statement] = STATE(77), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_destructor_name] = STATE(5671), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5156), [sym_qualified_identifier] = STATE(3328), [sym_qualified_type_identifier] = STATE(3961), [sym_qualified_operator_cast_identifier] = STATE(5924), [sym_operator_name] = STATE(5671), [sym_user_defined_literal] = STATE(3925), [aux_sym_preproc_if_repeat1] = STATE(77), [aux_sym__declaration_specifiers_repeat1] = STATE(2582), [aux_sym_attributed_declarator_repeat1] = STATE(204), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [aux_sym_operator_cast_definition_repeat1] = STATE(2311), [sym_identifier] = ACTIONS(153), [aux_sym_preproc_include_token1] = ACTIONS(155), [aux_sym_preproc_def_token1] = ACTIONS(157), [aux_sym_preproc_if_token1] = ACTIONS(161), [aux_sym_preproc_ifdef_token1] = ACTIONS(163), [aux_sym_preproc_ifdef_token2] = ACTIONS(163), [sym_preproc_directive] = ACTIONS(165), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(27), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(31), [anon_sym_SEMI] = ACTIONS(167), [anon_sym_typedef] = ACTIONS(169), [anon_sym_extern] = ACTIONS(171), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(41), [anon_sym___declspec] = ACTIONS(43), [anon_sym___based] = ACTIONS(45), [anon_sym___cdecl] = ACTIONS(47), [anon_sym___clrcall] = ACTIONS(47), [anon_sym___stdcall] = ACTIONS(47), [anon_sym___fastcall] = ACTIONS(47), [anon_sym___thiscall] = ACTIONS(47), [anon_sym___vectorcall] = ACTIONS(47), [anon_sym_LBRACE] = ACTIONS(738), [anon_sym_RBRACE] = ACTIONS(1060), [anon_sym_signed] = ACTIONS(51), [anon_sym_unsigned] = ACTIONS(51), [anon_sym_long] = ACTIONS(51), [anon_sym_short] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(179), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(61), [anon_sym_enum] = ACTIONS(63), [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), [anon_sym_union] = ACTIONS(69), [anon_sym_if] = ACTIONS(181), [anon_sym_switch] = ACTIONS(183), [anon_sym_case] = ACTIONS(185), [anon_sym_default] = ACTIONS(187), [anon_sym_while] = ACTIONS(189), [anon_sym_do] = ACTIONS(191), [anon_sym_for] = ACTIONS(193), [anon_sym_return] = ACTIONS(195), [anon_sym_break] = ACTIONS(197), [anon_sym_continue] = ACTIONS(199), [anon_sym_goto] = ACTIONS(201), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(113), [anon_sym_decltype] = ACTIONS(115), [anon_sym_virtual] = ACTIONS(117), [anon_sym_explicit] = ACTIONS(119), [anon_sym_typename] = ACTIONS(121), [anon_sym_template] = ACTIONS(207), [anon_sym_operator] = ACTIONS(125), [anon_sym_try] = ACTIONS(209), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(211), [anon_sym_namespace] = ACTIONS(213), [anon_sym_using] = ACTIONS(215), [anon_sym_static_assert] = ACTIONS(217), [anon_sym_concept] = ACTIONS(219), [anon_sym_co_return] = ACTIONS(221), [anon_sym_co_yield] = ACTIONS(223), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [76] = { [sym_preproc_include] = STATE(60), [sym_preproc_def] = STATE(60), [sym_preproc_function_def] = STATE(60), [sym_preproc_call] = STATE(60), [sym_preproc_if] = STATE(60), [sym_preproc_ifdef] = STATE(60), [sym_function_definition] = STATE(60), [sym_declaration] = STATE(60), [sym_type_definition] = STATE(60), [sym__declaration_modifiers] = STATE(3697), [sym__declaration_specifiers] = STATE(4633), [sym_linkage_specification] = STATE(60), [sym_attribute_specifier] = STATE(3697), [sym_attribute_declaration] = STATE(1417), [sym_ms_declspec_modifier] = STATE(3697), [sym_ms_based_modifier] = STATE(7599), [sym_ms_call_modifier] = STATE(2472), [sym__declarator] = STATE(5891), [sym_parenthesized_declarator] = STATE(5671), [sym_attributed_declarator] = STATE(5671), [sym_pointer_declarator] = STATE(5671), [sym_function_declarator] = STATE(5574), [sym_array_declarator] = STATE(5671), [sym_compound_statement] = STATE(60), [sym_storage_class_specifier] = STATE(3697), [sym_type_qualifier] = STATE(3697), [sym__type_specifier] = STATE(3760), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [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_case_statement] = STATE(60), [sym_while_statement] = STATE(60), [sym_do_statement] = STATE(60), [sym_for_statement] = STATE(60), [sym_return_statement] = STATE(60), [sym_break_statement] = STATE(60), [sym_continue_statement] = STATE(60), [sym_goto_statement] = STATE(60), [sym__expression] = STATE(4301), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7279), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym__empty_declaration] = STATE(60), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym__class_name] = STATE(6738), [sym_virtual] = STATE(3697), [sym_explicit_function_specifier] = STATE(2311), [sym_dependent_type] = STATE(3695), [sym_template_declaration] = STATE(60), [sym_template_instantiation] = STATE(60), [sym_operator_cast] = STATE(5924), [sym__constructor_specifiers] = STATE(2311), [sym_operator_cast_definition] = STATE(60), [sym_operator_cast_declaration] = STATE(60), [sym_constructor_or_destructor_definition] = STATE(60), [sym_reference_declarator] = STATE(5671), [sym_structured_binding_declarator] = STATE(5671), [sym_template_type] = STATE(3931), [sym_template_function] = STATE(4106), [sym_namespace_definition] = STATE(60), [sym_namespace_alias_definition] = STATE(60), [sym_using_declaration] = STATE(60), [sym_alias_declaration] = STATE(60), [sym_static_assert_declaration] = STATE(60), [sym_concept_definition] = STATE(60), [sym_for_range_loop] = STATE(60), [sym_co_return_statement] = STATE(60), [sym_co_yield_statement] = STATE(60), [sym_throw_statement] = STATE(60), [sym_try_statement] = STATE(60), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_destructor_name] = STATE(5671), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5156), [sym_qualified_identifier] = STATE(3328), [sym_qualified_type_identifier] = STATE(3961), [sym_qualified_operator_cast_identifier] = STATE(5924), [sym_operator_name] = STATE(5671), [sym_user_defined_literal] = STATE(3925), [aux_sym_preproc_if_repeat1] = STATE(60), [aux_sym__declaration_specifiers_repeat1] = STATE(2582), [aux_sym_attributed_declarator_repeat1] = STATE(204), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [aux_sym_operator_cast_definition_repeat1] = STATE(2311), [sym_identifier] = ACTIONS(153), [aux_sym_preproc_include_token1] = ACTIONS(155), [aux_sym_preproc_def_token1] = ACTIONS(157), [aux_sym_preproc_if_token1] = ACTIONS(161), [aux_sym_preproc_ifdef_token1] = ACTIONS(163), [aux_sym_preproc_ifdef_token2] = ACTIONS(163), [sym_preproc_directive] = ACTIONS(165), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(27), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(31), [anon_sym_SEMI] = ACTIONS(167), [anon_sym_typedef] = ACTIONS(169), [anon_sym_extern] = ACTIONS(171), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(41), [anon_sym___declspec] = ACTIONS(43), [anon_sym___based] = ACTIONS(45), [anon_sym___cdecl] = ACTIONS(47), [anon_sym___clrcall] = ACTIONS(47), [anon_sym___stdcall] = ACTIONS(47), [anon_sym___fastcall] = ACTIONS(47), [anon_sym___thiscall] = ACTIONS(47), [anon_sym___vectorcall] = ACTIONS(47), [anon_sym_LBRACE] = ACTIONS(738), [anon_sym_RBRACE] = ACTIONS(1062), [anon_sym_signed] = ACTIONS(51), [anon_sym_unsigned] = ACTIONS(51), [anon_sym_long] = ACTIONS(51), [anon_sym_short] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(179), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(61), [anon_sym_enum] = ACTIONS(63), [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), [anon_sym_union] = ACTIONS(69), [anon_sym_if] = ACTIONS(181), [anon_sym_switch] = ACTIONS(183), [anon_sym_case] = ACTIONS(185), [anon_sym_default] = ACTIONS(187), [anon_sym_while] = ACTIONS(189), [anon_sym_do] = ACTIONS(191), [anon_sym_for] = ACTIONS(193), [anon_sym_return] = ACTIONS(195), [anon_sym_break] = ACTIONS(197), [anon_sym_continue] = ACTIONS(199), [anon_sym_goto] = ACTIONS(201), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(113), [anon_sym_decltype] = ACTIONS(115), [anon_sym_virtual] = ACTIONS(117), [anon_sym_explicit] = ACTIONS(119), [anon_sym_typename] = ACTIONS(121), [anon_sym_template] = ACTIONS(207), [anon_sym_operator] = ACTIONS(125), [anon_sym_try] = ACTIONS(209), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(211), [anon_sym_namespace] = ACTIONS(213), [anon_sym_using] = ACTIONS(215), [anon_sym_static_assert] = ACTIONS(217), [anon_sym_concept] = ACTIONS(219), [anon_sym_co_return] = ACTIONS(221), [anon_sym_co_yield] = ACTIONS(223), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [77] = { [sym_preproc_include] = STATE(60), [sym_preproc_def] = STATE(60), [sym_preproc_function_def] = STATE(60), [sym_preproc_call] = STATE(60), [sym_preproc_if] = STATE(60), [sym_preproc_ifdef] = STATE(60), [sym_function_definition] = STATE(60), [sym_declaration] = STATE(60), [sym_type_definition] = STATE(60), [sym__declaration_modifiers] = STATE(3697), [sym__declaration_specifiers] = STATE(4633), [sym_linkage_specification] = STATE(60), [sym_attribute_specifier] = STATE(3697), [sym_attribute_declaration] = STATE(1417), [sym_ms_declspec_modifier] = STATE(3697), [sym_ms_based_modifier] = STATE(7599), [sym_ms_call_modifier] = STATE(2472), [sym__declarator] = STATE(5891), [sym_parenthesized_declarator] = STATE(5671), [sym_attributed_declarator] = STATE(5671), [sym_pointer_declarator] = STATE(5671), [sym_function_declarator] = STATE(5574), [sym_array_declarator] = STATE(5671), [sym_compound_statement] = STATE(60), [sym_storage_class_specifier] = STATE(3697), [sym_type_qualifier] = STATE(3697), [sym__type_specifier] = STATE(3760), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [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_case_statement] = STATE(60), [sym_while_statement] = STATE(60), [sym_do_statement] = STATE(60), [sym_for_statement] = STATE(60), [sym_return_statement] = STATE(60), [sym_break_statement] = STATE(60), [sym_continue_statement] = STATE(60), [sym_goto_statement] = STATE(60), [sym__expression] = STATE(4301), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7279), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym__empty_declaration] = STATE(60), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym__class_name] = STATE(6738), [sym_virtual] = STATE(3697), [sym_explicit_function_specifier] = STATE(2311), [sym_dependent_type] = STATE(3695), [sym_template_declaration] = STATE(60), [sym_template_instantiation] = STATE(60), [sym_operator_cast] = STATE(5924), [sym__constructor_specifiers] = STATE(2311), [sym_operator_cast_definition] = STATE(60), [sym_operator_cast_declaration] = STATE(60), [sym_constructor_or_destructor_definition] = STATE(60), [sym_reference_declarator] = STATE(5671), [sym_structured_binding_declarator] = STATE(5671), [sym_template_type] = STATE(3931), [sym_template_function] = STATE(4106), [sym_namespace_definition] = STATE(60), [sym_namespace_alias_definition] = STATE(60), [sym_using_declaration] = STATE(60), [sym_alias_declaration] = STATE(60), [sym_static_assert_declaration] = STATE(60), [sym_concept_definition] = STATE(60), [sym_for_range_loop] = STATE(60), [sym_co_return_statement] = STATE(60), [sym_co_yield_statement] = STATE(60), [sym_throw_statement] = STATE(60), [sym_try_statement] = STATE(60), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_destructor_name] = STATE(5671), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5156), [sym_qualified_identifier] = STATE(3328), [sym_qualified_type_identifier] = STATE(3961), [sym_qualified_operator_cast_identifier] = STATE(5924), [sym_operator_name] = STATE(5671), [sym_user_defined_literal] = STATE(3925), [aux_sym_preproc_if_repeat1] = STATE(60), [aux_sym__declaration_specifiers_repeat1] = STATE(2582), [aux_sym_attributed_declarator_repeat1] = STATE(204), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [aux_sym_operator_cast_definition_repeat1] = STATE(2311), [sym_identifier] = ACTIONS(153), [aux_sym_preproc_include_token1] = ACTIONS(155), [aux_sym_preproc_def_token1] = ACTIONS(157), [aux_sym_preproc_if_token1] = ACTIONS(161), [aux_sym_preproc_ifdef_token1] = ACTIONS(163), [aux_sym_preproc_ifdef_token2] = ACTIONS(163), [sym_preproc_directive] = ACTIONS(165), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(27), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(31), [anon_sym_SEMI] = ACTIONS(167), [anon_sym_typedef] = ACTIONS(169), [anon_sym_extern] = ACTIONS(171), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(41), [anon_sym___declspec] = ACTIONS(43), [anon_sym___based] = ACTIONS(45), [anon_sym___cdecl] = ACTIONS(47), [anon_sym___clrcall] = ACTIONS(47), [anon_sym___stdcall] = ACTIONS(47), [anon_sym___fastcall] = ACTIONS(47), [anon_sym___thiscall] = ACTIONS(47), [anon_sym___vectorcall] = ACTIONS(47), [anon_sym_LBRACE] = ACTIONS(738), [anon_sym_RBRACE] = ACTIONS(1064), [anon_sym_signed] = ACTIONS(51), [anon_sym_unsigned] = ACTIONS(51), [anon_sym_long] = ACTIONS(51), [anon_sym_short] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(179), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(61), [anon_sym_enum] = ACTIONS(63), [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), [anon_sym_union] = ACTIONS(69), [anon_sym_if] = ACTIONS(181), [anon_sym_switch] = ACTIONS(183), [anon_sym_case] = ACTIONS(185), [anon_sym_default] = ACTIONS(187), [anon_sym_while] = ACTIONS(189), [anon_sym_do] = ACTIONS(191), [anon_sym_for] = ACTIONS(193), [anon_sym_return] = ACTIONS(195), [anon_sym_break] = ACTIONS(197), [anon_sym_continue] = ACTIONS(199), [anon_sym_goto] = ACTIONS(201), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(113), [anon_sym_decltype] = ACTIONS(115), [anon_sym_virtual] = ACTIONS(117), [anon_sym_explicit] = ACTIONS(119), [anon_sym_typename] = ACTIONS(121), [anon_sym_template] = ACTIONS(207), [anon_sym_operator] = ACTIONS(125), [anon_sym_try] = ACTIONS(209), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(211), [anon_sym_namespace] = ACTIONS(213), [anon_sym_using] = ACTIONS(215), [anon_sym_static_assert] = ACTIONS(217), [anon_sym_concept] = ACTIONS(219), [anon_sym_co_return] = ACTIONS(221), [anon_sym_co_yield] = ACTIONS(223), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [78] = { [sym_preproc_include] = STATE(79), [sym_preproc_def] = STATE(79), [sym_preproc_function_def] = STATE(79), [sym_preproc_call] = STATE(79), [sym_preproc_if] = STATE(79), [sym_preproc_ifdef] = STATE(79), [sym_function_definition] = STATE(79), [sym_declaration] = STATE(79), [sym_type_definition] = STATE(79), [sym__declaration_modifiers] = STATE(3697), [sym__declaration_specifiers] = STATE(4633), [sym_linkage_specification] = STATE(79), [sym_attribute_specifier] = STATE(3697), [sym_attribute_declaration] = STATE(1417), [sym_ms_declspec_modifier] = STATE(3697), [sym_ms_based_modifier] = STATE(7599), [sym_ms_call_modifier] = STATE(2472), [sym__declarator] = STATE(5891), [sym_parenthesized_declarator] = STATE(5671), [sym_attributed_declarator] = STATE(5671), [sym_pointer_declarator] = STATE(5671), [sym_function_declarator] = STATE(5574), [sym_array_declarator] = STATE(5671), [sym_compound_statement] = STATE(79), [sym_storage_class_specifier] = STATE(3697), [sym_type_qualifier] = STATE(3697), [sym__type_specifier] = STATE(3760), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [sym_attributed_statement] = STATE(79), [sym_labeled_statement] = STATE(79), [sym_expression_statement] = STATE(79), [sym_if_statement] = STATE(79), [sym_switch_statement] = STATE(79), [sym_case_statement] = STATE(79), [sym_while_statement] = STATE(79), [sym_do_statement] = STATE(79), [sym_for_statement] = STATE(79), [sym_return_statement] = STATE(79), [sym_break_statement] = STATE(79), [sym_continue_statement] = STATE(79), [sym_goto_statement] = STATE(79), [sym__expression] = STATE(4301), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7279), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym__empty_declaration] = STATE(79), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym__class_name] = STATE(6738), [sym_virtual] = STATE(3697), [sym_explicit_function_specifier] = STATE(2311), [sym_dependent_type] = STATE(3695), [sym_template_declaration] = STATE(79), [sym_template_instantiation] = STATE(79), [sym_operator_cast] = STATE(5924), [sym__constructor_specifiers] = STATE(2311), [sym_operator_cast_definition] = STATE(79), [sym_operator_cast_declaration] = STATE(79), [sym_constructor_or_destructor_definition] = STATE(79), [sym_reference_declarator] = STATE(5671), [sym_structured_binding_declarator] = STATE(5671), [sym_template_type] = STATE(3931), [sym_template_function] = STATE(4106), [sym_namespace_definition] = STATE(79), [sym_namespace_alias_definition] = STATE(79), [sym_using_declaration] = STATE(79), [sym_alias_declaration] = STATE(79), [sym_static_assert_declaration] = STATE(79), [sym_concept_definition] = STATE(79), [sym_for_range_loop] = STATE(79), [sym_co_return_statement] = STATE(79), [sym_co_yield_statement] = STATE(79), [sym_throw_statement] = STATE(79), [sym_try_statement] = STATE(79), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_destructor_name] = STATE(5671), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5156), [sym_qualified_identifier] = STATE(3328), [sym_qualified_type_identifier] = STATE(3961), [sym_qualified_operator_cast_identifier] = STATE(5924), [sym_operator_name] = STATE(5671), [sym_user_defined_literal] = STATE(3925), [aux_sym_preproc_if_repeat1] = STATE(79), [aux_sym__declaration_specifiers_repeat1] = STATE(2582), [aux_sym_attributed_declarator_repeat1] = STATE(204), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [aux_sym_operator_cast_definition_repeat1] = STATE(2311), [sym_identifier] = ACTIONS(153), [aux_sym_preproc_include_token1] = ACTIONS(155), [aux_sym_preproc_def_token1] = ACTIONS(157), [aux_sym_preproc_if_token1] = ACTIONS(161), [aux_sym_preproc_ifdef_token1] = ACTIONS(163), [aux_sym_preproc_ifdef_token2] = ACTIONS(163), [sym_preproc_directive] = ACTIONS(165), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(27), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(31), [anon_sym_SEMI] = ACTIONS(167), [anon_sym_typedef] = ACTIONS(169), [anon_sym_extern] = ACTIONS(171), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(41), [anon_sym___declspec] = ACTIONS(43), [anon_sym___based] = ACTIONS(45), [anon_sym___cdecl] = ACTIONS(47), [anon_sym___clrcall] = ACTIONS(47), [anon_sym___stdcall] = ACTIONS(47), [anon_sym___fastcall] = ACTIONS(47), [anon_sym___thiscall] = ACTIONS(47), [anon_sym___vectorcall] = ACTIONS(47), [anon_sym_LBRACE] = ACTIONS(738), [anon_sym_RBRACE] = ACTIONS(1066), [anon_sym_signed] = ACTIONS(51), [anon_sym_unsigned] = ACTIONS(51), [anon_sym_long] = ACTIONS(51), [anon_sym_short] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(179), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(61), [anon_sym_enum] = ACTIONS(63), [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), [anon_sym_union] = ACTIONS(69), [anon_sym_if] = ACTIONS(181), [anon_sym_switch] = ACTIONS(183), [anon_sym_case] = ACTIONS(185), [anon_sym_default] = ACTIONS(187), [anon_sym_while] = ACTIONS(189), [anon_sym_do] = ACTIONS(191), [anon_sym_for] = ACTIONS(193), [anon_sym_return] = ACTIONS(195), [anon_sym_break] = ACTIONS(197), [anon_sym_continue] = ACTIONS(199), [anon_sym_goto] = ACTIONS(201), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(113), [anon_sym_decltype] = ACTIONS(115), [anon_sym_virtual] = ACTIONS(117), [anon_sym_explicit] = ACTIONS(119), [anon_sym_typename] = ACTIONS(121), [anon_sym_template] = ACTIONS(207), [anon_sym_operator] = ACTIONS(125), [anon_sym_try] = ACTIONS(209), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(211), [anon_sym_namespace] = ACTIONS(213), [anon_sym_using] = ACTIONS(215), [anon_sym_static_assert] = ACTIONS(217), [anon_sym_concept] = ACTIONS(219), [anon_sym_co_return] = ACTIONS(221), [anon_sym_co_yield] = ACTIONS(223), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [79] = { [sym_preproc_include] = STATE(60), [sym_preproc_def] = STATE(60), [sym_preproc_function_def] = STATE(60), [sym_preproc_call] = STATE(60), [sym_preproc_if] = STATE(60), [sym_preproc_ifdef] = STATE(60), [sym_function_definition] = STATE(60), [sym_declaration] = STATE(60), [sym_type_definition] = STATE(60), [sym__declaration_modifiers] = STATE(3697), [sym__declaration_specifiers] = STATE(4633), [sym_linkage_specification] = STATE(60), [sym_attribute_specifier] = STATE(3697), [sym_attribute_declaration] = STATE(1417), [sym_ms_declspec_modifier] = STATE(3697), [sym_ms_based_modifier] = STATE(7599), [sym_ms_call_modifier] = STATE(2472), [sym__declarator] = STATE(5891), [sym_parenthesized_declarator] = STATE(5671), [sym_attributed_declarator] = STATE(5671), [sym_pointer_declarator] = STATE(5671), [sym_function_declarator] = STATE(5574), [sym_array_declarator] = STATE(5671), [sym_compound_statement] = STATE(60), [sym_storage_class_specifier] = STATE(3697), [sym_type_qualifier] = STATE(3697), [sym__type_specifier] = STATE(3760), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [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_case_statement] = STATE(60), [sym_while_statement] = STATE(60), [sym_do_statement] = STATE(60), [sym_for_statement] = STATE(60), [sym_return_statement] = STATE(60), [sym_break_statement] = STATE(60), [sym_continue_statement] = STATE(60), [sym_goto_statement] = STATE(60), [sym__expression] = STATE(4301), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7279), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym__empty_declaration] = STATE(60), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym__class_name] = STATE(6738), [sym_virtual] = STATE(3697), [sym_explicit_function_specifier] = STATE(2311), [sym_dependent_type] = STATE(3695), [sym_template_declaration] = STATE(60), [sym_template_instantiation] = STATE(60), [sym_operator_cast] = STATE(5924), [sym__constructor_specifiers] = STATE(2311), [sym_operator_cast_definition] = STATE(60), [sym_operator_cast_declaration] = STATE(60), [sym_constructor_or_destructor_definition] = STATE(60), [sym_reference_declarator] = STATE(5671), [sym_structured_binding_declarator] = STATE(5671), [sym_template_type] = STATE(3931), [sym_template_function] = STATE(4106), [sym_namespace_definition] = STATE(60), [sym_namespace_alias_definition] = STATE(60), [sym_using_declaration] = STATE(60), [sym_alias_declaration] = STATE(60), [sym_static_assert_declaration] = STATE(60), [sym_concept_definition] = STATE(60), [sym_for_range_loop] = STATE(60), [sym_co_return_statement] = STATE(60), [sym_co_yield_statement] = STATE(60), [sym_throw_statement] = STATE(60), [sym_try_statement] = STATE(60), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_destructor_name] = STATE(5671), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5156), [sym_qualified_identifier] = STATE(3328), [sym_qualified_type_identifier] = STATE(3961), [sym_qualified_operator_cast_identifier] = STATE(5924), [sym_operator_name] = STATE(5671), [sym_user_defined_literal] = STATE(3925), [aux_sym_preproc_if_repeat1] = STATE(60), [aux_sym__declaration_specifiers_repeat1] = STATE(2582), [aux_sym_attributed_declarator_repeat1] = STATE(204), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [aux_sym_operator_cast_definition_repeat1] = STATE(2311), [sym_identifier] = ACTIONS(153), [aux_sym_preproc_include_token1] = ACTIONS(155), [aux_sym_preproc_def_token1] = ACTIONS(157), [aux_sym_preproc_if_token1] = ACTIONS(161), [aux_sym_preproc_ifdef_token1] = ACTIONS(163), [aux_sym_preproc_ifdef_token2] = ACTIONS(163), [sym_preproc_directive] = ACTIONS(165), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(27), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(31), [anon_sym_SEMI] = ACTIONS(167), [anon_sym_typedef] = ACTIONS(169), [anon_sym_extern] = ACTIONS(171), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(41), [anon_sym___declspec] = ACTIONS(43), [anon_sym___based] = ACTIONS(45), [anon_sym___cdecl] = ACTIONS(47), [anon_sym___clrcall] = ACTIONS(47), [anon_sym___stdcall] = ACTIONS(47), [anon_sym___fastcall] = ACTIONS(47), [anon_sym___thiscall] = ACTIONS(47), [anon_sym___vectorcall] = ACTIONS(47), [anon_sym_LBRACE] = ACTIONS(738), [anon_sym_RBRACE] = ACTIONS(1068), [anon_sym_signed] = ACTIONS(51), [anon_sym_unsigned] = ACTIONS(51), [anon_sym_long] = ACTIONS(51), [anon_sym_short] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(179), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(61), [anon_sym_enum] = ACTIONS(63), [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), [anon_sym_union] = ACTIONS(69), [anon_sym_if] = ACTIONS(181), [anon_sym_switch] = ACTIONS(183), [anon_sym_case] = ACTIONS(185), [anon_sym_default] = ACTIONS(187), [anon_sym_while] = ACTIONS(189), [anon_sym_do] = ACTIONS(191), [anon_sym_for] = ACTIONS(193), [anon_sym_return] = ACTIONS(195), [anon_sym_break] = ACTIONS(197), [anon_sym_continue] = ACTIONS(199), [anon_sym_goto] = ACTIONS(201), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(113), [anon_sym_decltype] = ACTIONS(115), [anon_sym_virtual] = ACTIONS(117), [anon_sym_explicit] = ACTIONS(119), [anon_sym_typename] = ACTIONS(121), [anon_sym_template] = ACTIONS(207), [anon_sym_operator] = ACTIONS(125), [anon_sym_try] = ACTIONS(209), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(211), [anon_sym_namespace] = ACTIONS(213), [anon_sym_using] = ACTIONS(215), [anon_sym_static_assert] = ACTIONS(217), [anon_sym_concept] = ACTIONS(219), [anon_sym_co_return] = ACTIONS(221), [anon_sym_co_yield] = ACTIONS(223), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [80] = { [sym_preproc_include] = STATE(61), [sym_preproc_def] = STATE(61), [sym_preproc_function_def] = STATE(61), [sym_preproc_call] = STATE(61), [sym_preproc_if] = STATE(61), [sym_preproc_ifdef] = STATE(61), [sym_function_definition] = STATE(61), [sym_declaration] = STATE(61), [sym_type_definition] = STATE(61), [sym__declaration_modifiers] = STATE(3697), [sym__declaration_specifiers] = STATE(4633), [sym_linkage_specification] = STATE(61), [sym_attribute_specifier] = STATE(3697), [sym_attribute_declaration] = STATE(1417), [sym_ms_declspec_modifier] = STATE(3697), [sym_ms_based_modifier] = STATE(7599), [sym_ms_call_modifier] = STATE(2472), [sym__declarator] = STATE(5891), [sym_parenthesized_declarator] = STATE(5671), [sym_attributed_declarator] = STATE(5671), [sym_pointer_declarator] = STATE(5671), [sym_function_declarator] = STATE(5574), [sym_array_declarator] = STATE(5671), [sym_compound_statement] = STATE(61), [sym_storage_class_specifier] = STATE(3697), [sym_type_qualifier] = STATE(3697), [sym__type_specifier] = STATE(3760), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [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_case_statement] = STATE(61), [sym_while_statement] = STATE(61), [sym_do_statement] = STATE(61), [sym_for_statement] = STATE(61), [sym_return_statement] = STATE(61), [sym_break_statement] = STATE(61), [sym_continue_statement] = STATE(61), [sym_goto_statement] = STATE(61), [sym__expression] = STATE(4301), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7279), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym__empty_declaration] = STATE(61), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym__class_name] = STATE(6738), [sym_virtual] = STATE(3697), [sym_explicit_function_specifier] = STATE(2311), [sym_dependent_type] = STATE(3695), [sym_template_declaration] = STATE(61), [sym_template_instantiation] = STATE(61), [sym_operator_cast] = STATE(5924), [sym__constructor_specifiers] = STATE(2311), [sym_operator_cast_definition] = STATE(61), [sym_operator_cast_declaration] = STATE(61), [sym_constructor_or_destructor_definition] = STATE(61), [sym_reference_declarator] = STATE(5671), [sym_structured_binding_declarator] = STATE(5671), [sym_template_type] = STATE(3931), [sym_template_function] = STATE(4106), [sym_namespace_definition] = STATE(61), [sym_namespace_alias_definition] = STATE(61), [sym_using_declaration] = STATE(61), [sym_alias_declaration] = STATE(61), [sym_static_assert_declaration] = STATE(61), [sym_concept_definition] = STATE(61), [sym_for_range_loop] = STATE(61), [sym_co_return_statement] = STATE(61), [sym_co_yield_statement] = STATE(61), [sym_throw_statement] = STATE(61), [sym_try_statement] = STATE(61), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_destructor_name] = STATE(5671), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5156), [sym_qualified_identifier] = STATE(3328), [sym_qualified_type_identifier] = STATE(3961), [sym_qualified_operator_cast_identifier] = STATE(5924), [sym_operator_name] = STATE(5671), [sym_user_defined_literal] = STATE(3925), [aux_sym_preproc_if_repeat1] = STATE(61), [aux_sym__declaration_specifiers_repeat1] = STATE(2582), [aux_sym_attributed_declarator_repeat1] = STATE(204), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [aux_sym_operator_cast_definition_repeat1] = STATE(2311), [sym_identifier] = ACTIONS(153), [aux_sym_preproc_include_token1] = ACTIONS(155), [aux_sym_preproc_def_token1] = ACTIONS(157), [aux_sym_preproc_if_token1] = ACTIONS(161), [aux_sym_preproc_ifdef_token1] = ACTIONS(163), [aux_sym_preproc_ifdef_token2] = ACTIONS(163), [sym_preproc_directive] = ACTIONS(165), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(27), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(31), [anon_sym_SEMI] = ACTIONS(167), [anon_sym_typedef] = ACTIONS(169), [anon_sym_extern] = ACTIONS(171), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(41), [anon_sym___declspec] = ACTIONS(43), [anon_sym___based] = ACTIONS(45), [anon_sym___cdecl] = ACTIONS(47), [anon_sym___clrcall] = ACTIONS(47), [anon_sym___stdcall] = ACTIONS(47), [anon_sym___fastcall] = ACTIONS(47), [anon_sym___thiscall] = ACTIONS(47), [anon_sym___vectorcall] = ACTIONS(47), [anon_sym_LBRACE] = ACTIONS(738), [anon_sym_RBRACE] = ACTIONS(1070), [anon_sym_signed] = ACTIONS(51), [anon_sym_unsigned] = ACTIONS(51), [anon_sym_long] = ACTIONS(51), [anon_sym_short] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(179), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(61), [anon_sym_enum] = ACTIONS(63), [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), [anon_sym_union] = ACTIONS(69), [anon_sym_if] = ACTIONS(181), [anon_sym_switch] = ACTIONS(183), [anon_sym_case] = ACTIONS(185), [anon_sym_default] = ACTIONS(187), [anon_sym_while] = ACTIONS(189), [anon_sym_do] = ACTIONS(191), [anon_sym_for] = ACTIONS(193), [anon_sym_return] = ACTIONS(195), [anon_sym_break] = ACTIONS(197), [anon_sym_continue] = ACTIONS(199), [anon_sym_goto] = ACTIONS(201), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(113), [anon_sym_decltype] = ACTIONS(115), [anon_sym_virtual] = ACTIONS(117), [anon_sym_explicit] = ACTIONS(119), [anon_sym_typename] = ACTIONS(121), [anon_sym_template] = ACTIONS(207), [anon_sym_operator] = ACTIONS(125), [anon_sym_try] = ACTIONS(209), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(211), [anon_sym_namespace] = ACTIONS(213), [anon_sym_using] = ACTIONS(215), [anon_sym_static_assert] = ACTIONS(217), [anon_sym_concept] = ACTIONS(219), [anon_sym_co_return] = ACTIONS(221), [anon_sym_co_yield] = ACTIONS(223), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [81] = { [sym_preproc_include] = STATE(89), [sym_preproc_def] = STATE(89), [sym_preproc_function_def] = STATE(89), [sym_preproc_call] = STATE(89), [sym_preproc_if] = STATE(89), [sym_preproc_ifdef] = STATE(89), [sym_function_definition] = STATE(89), [sym_declaration] = STATE(89), [sym_type_definition] = STATE(89), [sym__declaration_modifiers] = STATE(3697), [sym__declaration_specifiers] = STATE(4633), [sym_linkage_specification] = STATE(89), [sym_attribute_specifier] = STATE(3697), [sym_attribute_declaration] = STATE(1417), [sym_ms_declspec_modifier] = STATE(3697), [sym_ms_based_modifier] = STATE(7599), [sym_ms_call_modifier] = STATE(2472), [sym__declarator] = STATE(5891), [sym_parenthesized_declarator] = STATE(5671), [sym_attributed_declarator] = STATE(5671), [sym_pointer_declarator] = STATE(5671), [sym_function_declarator] = STATE(5574), [sym_array_declarator] = STATE(5671), [sym_compound_statement] = STATE(89), [sym_storage_class_specifier] = STATE(3697), [sym_type_qualifier] = STATE(3697), [sym__type_specifier] = STATE(3760), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [sym_attributed_statement] = STATE(89), [sym_labeled_statement] = STATE(89), [sym_expression_statement] = STATE(89), [sym_if_statement] = STATE(89), [sym_switch_statement] = STATE(89), [sym_case_statement] = STATE(89), [sym_while_statement] = STATE(89), [sym_do_statement] = STATE(89), [sym_for_statement] = STATE(89), [sym_return_statement] = STATE(89), [sym_break_statement] = STATE(89), [sym_continue_statement] = STATE(89), [sym_goto_statement] = STATE(89), [sym__expression] = STATE(4301), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7279), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym__empty_declaration] = STATE(89), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym__class_name] = STATE(6738), [sym_virtual] = STATE(3697), [sym_explicit_function_specifier] = STATE(2311), [sym_dependent_type] = STATE(3695), [sym_template_declaration] = STATE(89), [sym_template_instantiation] = STATE(89), [sym_operator_cast] = STATE(5924), [sym__constructor_specifiers] = STATE(2311), [sym_operator_cast_definition] = STATE(89), [sym_operator_cast_declaration] = STATE(89), [sym_constructor_or_destructor_definition] = STATE(89), [sym_reference_declarator] = STATE(5671), [sym_structured_binding_declarator] = STATE(5671), [sym_template_type] = STATE(3931), [sym_template_function] = STATE(4106), [sym_namespace_definition] = STATE(89), [sym_namespace_alias_definition] = STATE(89), [sym_using_declaration] = STATE(89), [sym_alias_declaration] = STATE(89), [sym_static_assert_declaration] = STATE(89), [sym_concept_definition] = STATE(89), [sym_for_range_loop] = STATE(89), [sym_co_return_statement] = STATE(89), [sym_co_yield_statement] = STATE(89), [sym_throw_statement] = STATE(89), [sym_try_statement] = STATE(89), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_destructor_name] = STATE(5671), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5156), [sym_qualified_identifier] = STATE(3328), [sym_qualified_type_identifier] = STATE(3961), [sym_qualified_operator_cast_identifier] = STATE(5924), [sym_operator_name] = STATE(5671), [sym_user_defined_literal] = STATE(3925), [aux_sym_preproc_if_repeat1] = STATE(89), [aux_sym__declaration_specifiers_repeat1] = STATE(2582), [aux_sym_attributed_declarator_repeat1] = STATE(204), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [aux_sym_operator_cast_definition_repeat1] = STATE(2311), [sym_identifier] = ACTIONS(153), [aux_sym_preproc_include_token1] = ACTIONS(155), [aux_sym_preproc_def_token1] = ACTIONS(157), [aux_sym_preproc_if_token1] = ACTIONS(161), [aux_sym_preproc_ifdef_token1] = ACTIONS(163), [aux_sym_preproc_ifdef_token2] = ACTIONS(163), [sym_preproc_directive] = ACTIONS(165), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(27), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(31), [anon_sym_SEMI] = ACTIONS(167), [anon_sym_typedef] = ACTIONS(169), [anon_sym_extern] = ACTIONS(171), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(41), [anon_sym___declspec] = ACTIONS(43), [anon_sym___based] = ACTIONS(45), [anon_sym___cdecl] = ACTIONS(47), [anon_sym___clrcall] = ACTIONS(47), [anon_sym___stdcall] = ACTIONS(47), [anon_sym___fastcall] = ACTIONS(47), [anon_sym___thiscall] = ACTIONS(47), [anon_sym___vectorcall] = ACTIONS(47), [anon_sym_LBRACE] = ACTIONS(738), [anon_sym_RBRACE] = ACTIONS(1072), [anon_sym_signed] = ACTIONS(51), [anon_sym_unsigned] = ACTIONS(51), [anon_sym_long] = ACTIONS(51), [anon_sym_short] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(179), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(61), [anon_sym_enum] = ACTIONS(63), [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), [anon_sym_union] = ACTIONS(69), [anon_sym_if] = ACTIONS(181), [anon_sym_switch] = ACTIONS(183), [anon_sym_case] = ACTIONS(185), [anon_sym_default] = ACTIONS(187), [anon_sym_while] = ACTIONS(189), [anon_sym_do] = ACTIONS(191), [anon_sym_for] = ACTIONS(193), [anon_sym_return] = ACTIONS(195), [anon_sym_break] = ACTIONS(197), [anon_sym_continue] = ACTIONS(199), [anon_sym_goto] = ACTIONS(201), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(113), [anon_sym_decltype] = ACTIONS(115), [anon_sym_virtual] = ACTIONS(117), [anon_sym_explicit] = ACTIONS(119), [anon_sym_typename] = ACTIONS(121), [anon_sym_template] = ACTIONS(207), [anon_sym_operator] = ACTIONS(125), [anon_sym_try] = ACTIONS(209), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(211), [anon_sym_namespace] = ACTIONS(213), [anon_sym_using] = ACTIONS(215), [anon_sym_static_assert] = ACTIONS(217), [anon_sym_concept] = ACTIONS(219), [anon_sym_co_return] = ACTIONS(221), [anon_sym_co_yield] = ACTIONS(223), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [82] = { [sym_preproc_include] = STATE(60), [sym_preproc_def] = STATE(60), [sym_preproc_function_def] = STATE(60), [sym_preproc_call] = STATE(60), [sym_preproc_if] = STATE(60), [sym_preproc_ifdef] = STATE(60), [sym_function_definition] = STATE(60), [sym_declaration] = STATE(60), [sym_type_definition] = STATE(60), [sym__declaration_modifiers] = STATE(3697), [sym__declaration_specifiers] = STATE(4633), [sym_linkage_specification] = STATE(60), [sym_attribute_specifier] = STATE(3697), [sym_attribute_declaration] = STATE(1417), [sym_ms_declspec_modifier] = STATE(3697), [sym_ms_based_modifier] = STATE(7599), [sym_ms_call_modifier] = STATE(2472), [sym__declarator] = STATE(5891), [sym_parenthesized_declarator] = STATE(5671), [sym_attributed_declarator] = STATE(5671), [sym_pointer_declarator] = STATE(5671), [sym_function_declarator] = STATE(5574), [sym_array_declarator] = STATE(5671), [sym_compound_statement] = STATE(60), [sym_storage_class_specifier] = STATE(3697), [sym_type_qualifier] = STATE(3697), [sym__type_specifier] = STATE(3760), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [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_case_statement] = STATE(60), [sym_while_statement] = STATE(60), [sym_do_statement] = STATE(60), [sym_for_statement] = STATE(60), [sym_return_statement] = STATE(60), [sym_break_statement] = STATE(60), [sym_continue_statement] = STATE(60), [sym_goto_statement] = STATE(60), [sym__expression] = STATE(4301), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7279), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym__empty_declaration] = STATE(60), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym__class_name] = STATE(6738), [sym_virtual] = STATE(3697), [sym_explicit_function_specifier] = STATE(2311), [sym_dependent_type] = STATE(3695), [sym_template_declaration] = STATE(60), [sym_template_instantiation] = STATE(60), [sym_operator_cast] = STATE(5924), [sym__constructor_specifiers] = STATE(2311), [sym_operator_cast_definition] = STATE(60), [sym_operator_cast_declaration] = STATE(60), [sym_constructor_or_destructor_definition] = STATE(60), [sym_reference_declarator] = STATE(5671), [sym_structured_binding_declarator] = STATE(5671), [sym_template_type] = STATE(3931), [sym_template_function] = STATE(4106), [sym_namespace_definition] = STATE(60), [sym_namespace_alias_definition] = STATE(60), [sym_using_declaration] = STATE(60), [sym_alias_declaration] = STATE(60), [sym_static_assert_declaration] = STATE(60), [sym_concept_definition] = STATE(60), [sym_for_range_loop] = STATE(60), [sym_co_return_statement] = STATE(60), [sym_co_yield_statement] = STATE(60), [sym_throw_statement] = STATE(60), [sym_try_statement] = STATE(60), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_destructor_name] = STATE(5671), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5156), [sym_qualified_identifier] = STATE(3328), [sym_qualified_type_identifier] = STATE(3961), [sym_qualified_operator_cast_identifier] = STATE(5924), [sym_operator_name] = STATE(5671), [sym_user_defined_literal] = STATE(3925), [aux_sym_preproc_if_repeat1] = STATE(60), [aux_sym__declaration_specifiers_repeat1] = STATE(2582), [aux_sym_attributed_declarator_repeat1] = STATE(204), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [aux_sym_operator_cast_definition_repeat1] = STATE(2311), [sym_identifier] = ACTIONS(153), [aux_sym_preproc_include_token1] = ACTIONS(155), [aux_sym_preproc_def_token1] = ACTIONS(157), [aux_sym_preproc_if_token1] = ACTIONS(161), [aux_sym_preproc_ifdef_token1] = ACTIONS(163), [aux_sym_preproc_ifdef_token2] = ACTIONS(163), [sym_preproc_directive] = ACTIONS(165), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(27), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(31), [anon_sym_SEMI] = ACTIONS(167), [anon_sym_typedef] = ACTIONS(169), [anon_sym_extern] = ACTIONS(171), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(41), [anon_sym___declspec] = ACTIONS(43), [anon_sym___based] = ACTIONS(45), [anon_sym___cdecl] = ACTIONS(47), [anon_sym___clrcall] = ACTIONS(47), [anon_sym___stdcall] = ACTIONS(47), [anon_sym___fastcall] = ACTIONS(47), [anon_sym___thiscall] = ACTIONS(47), [anon_sym___vectorcall] = ACTIONS(47), [anon_sym_LBRACE] = ACTIONS(738), [anon_sym_RBRACE] = ACTIONS(1074), [anon_sym_signed] = ACTIONS(51), [anon_sym_unsigned] = ACTIONS(51), [anon_sym_long] = ACTIONS(51), [anon_sym_short] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(179), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(61), [anon_sym_enum] = ACTIONS(63), [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), [anon_sym_union] = ACTIONS(69), [anon_sym_if] = ACTIONS(181), [anon_sym_switch] = ACTIONS(183), [anon_sym_case] = ACTIONS(185), [anon_sym_default] = ACTIONS(187), [anon_sym_while] = ACTIONS(189), [anon_sym_do] = ACTIONS(191), [anon_sym_for] = ACTIONS(193), [anon_sym_return] = ACTIONS(195), [anon_sym_break] = ACTIONS(197), [anon_sym_continue] = ACTIONS(199), [anon_sym_goto] = ACTIONS(201), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(113), [anon_sym_decltype] = ACTIONS(115), [anon_sym_virtual] = ACTIONS(117), [anon_sym_explicit] = ACTIONS(119), [anon_sym_typename] = ACTIONS(121), [anon_sym_template] = ACTIONS(207), [anon_sym_operator] = ACTIONS(125), [anon_sym_try] = ACTIONS(209), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(211), [anon_sym_namespace] = ACTIONS(213), [anon_sym_using] = ACTIONS(215), [anon_sym_static_assert] = ACTIONS(217), [anon_sym_concept] = ACTIONS(219), [anon_sym_co_return] = ACTIONS(221), [anon_sym_co_yield] = ACTIONS(223), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [83] = { [sym_preproc_include] = STATE(46), [sym_preproc_def] = STATE(46), [sym_preproc_function_def] = STATE(46), [sym_preproc_call] = STATE(46), [sym_preproc_if] = STATE(46), [sym_preproc_ifdef] = STATE(46), [sym_function_definition] = STATE(46), [sym_declaration] = STATE(46), [sym_type_definition] = STATE(46), [sym__declaration_modifiers] = STATE(3697), [sym__declaration_specifiers] = STATE(4633), [sym_linkage_specification] = STATE(46), [sym_attribute_specifier] = STATE(3697), [sym_attribute_declaration] = STATE(1417), [sym_ms_declspec_modifier] = STATE(3697), [sym_ms_based_modifier] = STATE(7599), [sym_ms_call_modifier] = STATE(2472), [sym__declarator] = STATE(5891), [sym_parenthesized_declarator] = STATE(5671), [sym_attributed_declarator] = STATE(5671), [sym_pointer_declarator] = STATE(5671), [sym_function_declarator] = STATE(5574), [sym_array_declarator] = STATE(5671), [sym_compound_statement] = STATE(46), [sym_storage_class_specifier] = STATE(3697), [sym_type_qualifier] = STATE(3697), [sym__type_specifier] = STATE(3760), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [sym_attributed_statement] = STATE(46), [sym_labeled_statement] = STATE(46), [sym_expression_statement] = STATE(46), [sym_if_statement] = STATE(46), [sym_switch_statement] = STATE(46), [sym_case_statement] = STATE(46), [sym_while_statement] = STATE(46), [sym_do_statement] = STATE(46), [sym_for_statement] = STATE(46), [sym_return_statement] = STATE(46), [sym_break_statement] = STATE(46), [sym_continue_statement] = STATE(46), [sym_goto_statement] = STATE(46), [sym__expression] = STATE(4301), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7279), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym__empty_declaration] = STATE(46), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym__class_name] = STATE(6738), [sym_virtual] = STATE(3697), [sym_explicit_function_specifier] = STATE(2311), [sym_dependent_type] = STATE(3695), [sym_template_declaration] = STATE(46), [sym_template_instantiation] = STATE(46), [sym_operator_cast] = STATE(5924), [sym__constructor_specifiers] = STATE(2311), [sym_operator_cast_definition] = STATE(46), [sym_operator_cast_declaration] = STATE(46), [sym_constructor_or_destructor_definition] = STATE(46), [sym_reference_declarator] = STATE(5671), [sym_structured_binding_declarator] = STATE(5671), [sym_template_type] = STATE(3931), [sym_template_function] = STATE(4106), [sym_namespace_definition] = STATE(46), [sym_namespace_alias_definition] = STATE(46), [sym_using_declaration] = STATE(46), [sym_alias_declaration] = STATE(46), [sym_static_assert_declaration] = STATE(46), [sym_concept_definition] = STATE(46), [sym_for_range_loop] = STATE(46), [sym_co_return_statement] = STATE(46), [sym_co_yield_statement] = STATE(46), [sym_throw_statement] = STATE(46), [sym_try_statement] = STATE(46), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_destructor_name] = STATE(5671), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5156), [sym_qualified_identifier] = STATE(3328), [sym_qualified_type_identifier] = STATE(3961), [sym_qualified_operator_cast_identifier] = STATE(5924), [sym_operator_name] = STATE(5671), [sym_user_defined_literal] = STATE(3925), [aux_sym_preproc_if_repeat1] = STATE(46), [aux_sym__declaration_specifiers_repeat1] = STATE(2582), [aux_sym_attributed_declarator_repeat1] = STATE(204), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [aux_sym_operator_cast_definition_repeat1] = STATE(2311), [sym_identifier] = ACTIONS(153), [aux_sym_preproc_include_token1] = ACTIONS(155), [aux_sym_preproc_def_token1] = ACTIONS(157), [aux_sym_preproc_if_token1] = ACTIONS(161), [aux_sym_preproc_ifdef_token1] = ACTIONS(163), [aux_sym_preproc_ifdef_token2] = ACTIONS(163), [sym_preproc_directive] = ACTIONS(165), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(27), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(31), [anon_sym_SEMI] = ACTIONS(167), [anon_sym_typedef] = ACTIONS(169), [anon_sym_extern] = ACTIONS(171), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(41), [anon_sym___declspec] = ACTIONS(43), [anon_sym___based] = ACTIONS(45), [anon_sym___cdecl] = ACTIONS(47), [anon_sym___clrcall] = ACTIONS(47), [anon_sym___stdcall] = ACTIONS(47), [anon_sym___fastcall] = ACTIONS(47), [anon_sym___thiscall] = ACTIONS(47), [anon_sym___vectorcall] = ACTIONS(47), [anon_sym_LBRACE] = ACTIONS(738), [anon_sym_RBRACE] = ACTIONS(1076), [anon_sym_signed] = ACTIONS(51), [anon_sym_unsigned] = ACTIONS(51), [anon_sym_long] = ACTIONS(51), [anon_sym_short] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(179), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(61), [anon_sym_enum] = ACTIONS(63), [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), [anon_sym_union] = ACTIONS(69), [anon_sym_if] = ACTIONS(181), [anon_sym_switch] = ACTIONS(183), [anon_sym_case] = ACTIONS(185), [anon_sym_default] = ACTIONS(187), [anon_sym_while] = ACTIONS(189), [anon_sym_do] = ACTIONS(191), [anon_sym_for] = ACTIONS(193), [anon_sym_return] = ACTIONS(195), [anon_sym_break] = ACTIONS(197), [anon_sym_continue] = ACTIONS(199), [anon_sym_goto] = ACTIONS(201), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(113), [anon_sym_decltype] = ACTIONS(115), [anon_sym_virtual] = ACTIONS(117), [anon_sym_explicit] = ACTIONS(119), [anon_sym_typename] = ACTIONS(121), [anon_sym_template] = ACTIONS(207), [anon_sym_operator] = ACTIONS(125), [anon_sym_try] = ACTIONS(209), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(211), [anon_sym_namespace] = ACTIONS(213), [anon_sym_using] = ACTIONS(215), [anon_sym_static_assert] = ACTIONS(217), [anon_sym_concept] = ACTIONS(219), [anon_sym_co_return] = ACTIONS(221), [anon_sym_co_yield] = ACTIONS(223), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [84] = { [sym_preproc_include] = STATE(51), [sym_preproc_def] = STATE(51), [sym_preproc_function_def] = STATE(51), [sym_preproc_call] = STATE(51), [sym_preproc_if] = STATE(51), [sym_preproc_ifdef] = STATE(51), [sym_function_definition] = STATE(51), [sym_declaration] = STATE(51), [sym_type_definition] = STATE(51), [sym__declaration_modifiers] = STATE(3697), [sym__declaration_specifiers] = STATE(4691), [sym_linkage_specification] = STATE(51), [sym_attribute_specifier] = STATE(3697), [sym_attribute_declaration] = STATE(1417), [sym_ms_declspec_modifier] = STATE(3697), [sym_ms_based_modifier] = STATE(7599), [sym_ms_call_modifier] = STATE(2504), [sym__declarator] = STATE(5891), [sym_parenthesized_declarator] = STATE(5671), [sym_attributed_declarator] = STATE(5671), [sym_pointer_declarator] = STATE(5671), [sym_function_declarator] = STATE(5606), [sym_array_declarator] = STATE(5671), [sym_compound_statement] = STATE(51), [sym_storage_class_specifier] = STATE(3697), [sym_type_qualifier] = STATE(3697), [sym__type_specifier] = STATE(3788), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [sym_attributed_statement] = STATE(51), [sym_labeled_statement] = STATE(51), [sym_expression_statement] = STATE(51), [sym_if_statement] = STATE(51), [sym_switch_statement] = STATE(51), [sym_case_statement] = STATE(51), [sym_while_statement] = STATE(51), [sym_do_statement] = STATE(51), [sym_for_statement] = STATE(51), [sym_return_statement] = STATE(51), [sym_break_statement] = STATE(51), [sym_continue_statement] = STATE(51), [sym_goto_statement] = STATE(51), [sym__expression] = STATE(4294), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7438), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym__empty_declaration] = STATE(51), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym__class_name] = STATE(6738), [sym_virtual] = STATE(3697), [sym_explicit_function_specifier] = STATE(2300), [sym_dependent_type] = STATE(3695), [sym_template_declaration] = STATE(51), [sym_template_instantiation] = STATE(51), [sym_operator_cast] = STATE(5931), [sym__constructor_specifiers] = STATE(2300), [sym_operator_cast_definition] = STATE(51), [sym_operator_cast_declaration] = STATE(51), [sym_constructor_or_destructor_definition] = STATE(51), [sym_reference_declarator] = STATE(5671), [sym_structured_binding_declarator] = STATE(5671), [sym_template_type] = STATE(3931), [sym_template_function] = STATE(4106), [sym_namespace_definition] = STATE(51), [sym_namespace_alias_definition] = STATE(51), [sym_using_declaration] = STATE(51), [sym_alias_declaration] = STATE(51), [sym_static_assert_declaration] = STATE(51), [sym_concept_definition] = STATE(51), [sym_for_range_loop] = STATE(51), [sym_co_return_statement] = STATE(51), [sym_co_yield_statement] = STATE(51), [sym_throw_statement] = STATE(51), [sym_try_statement] = STATE(51), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_destructor_name] = STATE(5671), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5156), [sym_qualified_identifier] = STATE(3328), [sym_qualified_type_identifier] = STATE(3961), [sym_qualified_operator_cast_identifier] = STATE(5931), [sym_operator_name] = STATE(5671), [sym_user_defined_literal] = STATE(3925), [aux_sym_preproc_if_repeat1] = STATE(51), [aux_sym__declaration_specifiers_repeat1] = STATE(2582), [aux_sym_attributed_declarator_repeat1] = STATE(245), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [aux_sym_operator_cast_definition_repeat1] = STATE(2300), [sym_identifier] = ACTIONS(766), [aux_sym_preproc_include_token1] = ACTIONS(768), [aux_sym_preproc_def_token1] = ACTIONS(770), [aux_sym_preproc_if_token1] = ACTIONS(772), [aux_sym_preproc_if_token2] = ACTIONS(1078), [aux_sym_preproc_ifdef_token1] = ACTIONS(776), [aux_sym_preproc_ifdef_token2] = ACTIONS(776), [sym_preproc_directive] = ACTIONS(778), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(27), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(31), [anon_sym_SEMI] = ACTIONS(780), [anon_sym_typedef] = ACTIONS(782), [anon_sym_extern] = ACTIONS(784), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(41), [anon_sym___declspec] = ACTIONS(43), [anon_sym___based] = ACTIONS(45), [anon_sym___cdecl] = ACTIONS(47), [anon_sym___clrcall] = ACTIONS(47), [anon_sym___stdcall] = ACTIONS(47), [anon_sym___fastcall] = ACTIONS(47), [anon_sym___thiscall] = ACTIONS(47), [anon_sym___vectorcall] = ACTIONS(47), [anon_sym_LBRACE] = ACTIONS(786), [anon_sym_signed] = ACTIONS(51), [anon_sym_unsigned] = ACTIONS(51), [anon_sym_long] = ACTIONS(51), [anon_sym_short] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(788), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(61), [anon_sym_enum] = ACTIONS(63), [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), [anon_sym_union] = ACTIONS(69), [anon_sym_if] = ACTIONS(790), [anon_sym_switch] = ACTIONS(792), [anon_sym_case] = ACTIONS(794), [anon_sym_default] = ACTIONS(796), [anon_sym_while] = ACTIONS(798), [anon_sym_do] = ACTIONS(800), [anon_sym_for] = ACTIONS(802), [anon_sym_return] = ACTIONS(804), [anon_sym_break] = ACTIONS(806), [anon_sym_continue] = ACTIONS(808), [anon_sym_goto] = ACTIONS(810), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(113), [anon_sym_decltype] = ACTIONS(115), [anon_sym_virtual] = ACTIONS(117), [anon_sym_explicit] = ACTIONS(119), [anon_sym_typename] = ACTIONS(121), [anon_sym_template] = ACTIONS(812), [anon_sym_operator] = ACTIONS(125), [anon_sym_try] = ACTIONS(814), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(816), [anon_sym_namespace] = ACTIONS(818), [anon_sym_using] = ACTIONS(820), [anon_sym_static_assert] = ACTIONS(822), [anon_sym_concept] = ACTIONS(824), [anon_sym_co_return] = ACTIONS(826), [anon_sym_co_yield] = ACTIONS(828), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [85] = { [sym_preproc_include] = STATE(60), [sym_preproc_def] = STATE(60), [sym_preproc_function_def] = STATE(60), [sym_preproc_call] = STATE(60), [sym_preproc_if] = STATE(60), [sym_preproc_ifdef] = STATE(60), [sym_function_definition] = STATE(60), [sym_declaration] = STATE(60), [sym_type_definition] = STATE(60), [sym__declaration_modifiers] = STATE(3697), [sym__declaration_specifiers] = STATE(4633), [sym_linkage_specification] = STATE(60), [sym_attribute_specifier] = STATE(3697), [sym_attribute_declaration] = STATE(1417), [sym_ms_declspec_modifier] = STATE(3697), [sym_ms_based_modifier] = STATE(7599), [sym_ms_call_modifier] = STATE(2472), [sym__declarator] = STATE(5891), [sym_parenthesized_declarator] = STATE(5671), [sym_attributed_declarator] = STATE(5671), [sym_pointer_declarator] = STATE(5671), [sym_function_declarator] = STATE(5574), [sym_array_declarator] = STATE(5671), [sym_compound_statement] = STATE(60), [sym_storage_class_specifier] = STATE(3697), [sym_type_qualifier] = STATE(3697), [sym__type_specifier] = STATE(3760), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [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_case_statement] = STATE(60), [sym_while_statement] = STATE(60), [sym_do_statement] = STATE(60), [sym_for_statement] = STATE(60), [sym_return_statement] = STATE(60), [sym_break_statement] = STATE(60), [sym_continue_statement] = STATE(60), [sym_goto_statement] = STATE(60), [sym__expression] = STATE(4301), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7279), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym__empty_declaration] = STATE(60), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym__class_name] = STATE(6738), [sym_virtual] = STATE(3697), [sym_explicit_function_specifier] = STATE(2311), [sym_dependent_type] = STATE(3695), [sym_template_declaration] = STATE(60), [sym_template_instantiation] = STATE(60), [sym_operator_cast] = STATE(5924), [sym__constructor_specifiers] = STATE(2311), [sym_operator_cast_definition] = STATE(60), [sym_operator_cast_declaration] = STATE(60), [sym_constructor_or_destructor_definition] = STATE(60), [sym_reference_declarator] = STATE(5671), [sym_structured_binding_declarator] = STATE(5671), [sym_template_type] = STATE(3931), [sym_template_function] = STATE(4106), [sym_namespace_definition] = STATE(60), [sym_namespace_alias_definition] = STATE(60), [sym_using_declaration] = STATE(60), [sym_alias_declaration] = STATE(60), [sym_static_assert_declaration] = STATE(60), [sym_concept_definition] = STATE(60), [sym_for_range_loop] = STATE(60), [sym_co_return_statement] = STATE(60), [sym_co_yield_statement] = STATE(60), [sym_throw_statement] = STATE(60), [sym_try_statement] = STATE(60), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_destructor_name] = STATE(5671), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5156), [sym_qualified_identifier] = STATE(3328), [sym_qualified_type_identifier] = STATE(3961), [sym_qualified_operator_cast_identifier] = STATE(5924), [sym_operator_name] = STATE(5671), [sym_user_defined_literal] = STATE(3925), [aux_sym_preproc_if_repeat1] = STATE(60), [aux_sym__declaration_specifiers_repeat1] = STATE(2582), [aux_sym_attributed_declarator_repeat1] = STATE(204), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [aux_sym_operator_cast_definition_repeat1] = STATE(2311), [sym_identifier] = ACTIONS(153), [aux_sym_preproc_include_token1] = ACTIONS(155), [aux_sym_preproc_def_token1] = ACTIONS(157), [aux_sym_preproc_if_token1] = ACTIONS(161), [aux_sym_preproc_ifdef_token1] = ACTIONS(163), [aux_sym_preproc_ifdef_token2] = ACTIONS(163), [sym_preproc_directive] = ACTIONS(165), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(27), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(31), [anon_sym_SEMI] = ACTIONS(167), [anon_sym_typedef] = ACTIONS(169), [anon_sym_extern] = ACTIONS(171), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(41), [anon_sym___declspec] = ACTIONS(43), [anon_sym___based] = ACTIONS(45), [anon_sym___cdecl] = ACTIONS(47), [anon_sym___clrcall] = ACTIONS(47), [anon_sym___stdcall] = ACTIONS(47), [anon_sym___fastcall] = ACTIONS(47), [anon_sym___thiscall] = ACTIONS(47), [anon_sym___vectorcall] = ACTIONS(47), [anon_sym_LBRACE] = ACTIONS(738), [anon_sym_RBRACE] = ACTIONS(1080), [anon_sym_signed] = ACTIONS(51), [anon_sym_unsigned] = ACTIONS(51), [anon_sym_long] = ACTIONS(51), [anon_sym_short] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(179), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(61), [anon_sym_enum] = ACTIONS(63), [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), [anon_sym_union] = ACTIONS(69), [anon_sym_if] = ACTIONS(181), [anon_sym_switch] = ACTIONS(183), [anon_sym_case] = ACTIONS(185), [anon_sym_default] = ACTIONS(187), [anon_sym_while] = ACTIONS(189), [anon_sym_do] = ACTIONS(191), [anon_sym_for] = ACTIONS(193), [anon_sym_return] = ACTIONS(195), [anon_sym_break] = ACTIONS(197), [anon_sym_continue] = ACTIONS(199), [anon_sym_goto] = ACTIONS(201), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(113), [anon_sym_decltype] = ACTIONS(115), [anon_sym_virtual] = ACTIONS(117), [anon_sym_explicit] = ACTIONS(119), [anon_sym_typename] = ACTIONS(121), [anon_sym_template] = ACTIONS(207), [anon_sym_operator] = ACTIONS(125), [anon_sym_try] = ACTIONS(209), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(211), [anon_sym_namespace] = ACTIONS(213), [anon_sym_using] = ACTIONS(215), [anon_sym_static_assert] = ACTIONS(217), [anon_sym_concept] = ACTIONS(219), [anon_sym_co_return] = ACTIONS(221), [anon_sym_co_yield] = ACTIONS(223), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [86] = { [sym_preproc_include] = STATE(87), [sym_preproc_def] = STATE(87), [sym_preproc_function_def] = STATE(87), [sym_preproc_call] = STATE(87), [sym_preproc_if] = STATE(87), [sym_preproc_ifdef] = STATE(87), [sym_function_definition] = STATE(87), [sym_declaration] = STATE(87), [sym_type_definition] = STATE(87), [sym__declaration_modifiers] = STATE(3697), [sym__declaration_specifiers] = STATE(4633), [sym_linkage_specification] = STATE(87), [sym_attribute_specifier] = STATE(3697), [sym_attribute_declaration] = STATE(1417), [sym_ms_declspec_modifier] = STATE(3697), [sym_ms_based_modifier] = STATE(7599), [sym_ms_call_modifier] = STATE(2472), [sym__declarator] = STATE(5891), [sym_parenthesized_declarator] = STATE(5671), [sym_attributed_declarator] = STATE(5671), [sym_pointer_declarator] = STATE(5671), [sym_function_declarator] = STATE(5574), [sym_array_declarator] = STATE(5671), [sym_compound_statement] = STATE(87), [sym_storage_class_specifier] = STATE(3697), [sym_type_qualifier] = STATE(3697), [sym__type_specifier] = STATE(3760), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [sym_attributed_statement] = STATE(87), [sym_labeled_statement] = STATE(87), [sym_expression_statement] = STATE(87), [sym_if_statement] = STATE(87), [sym_switch_statement] = STATE(87), [sym_case_statement] = STATE(87), [sym_while_statement] = STATE(87), [sym_do_statement] = STATE(87), [sym_for_statement] = STATE(87), [sym_return_statement] = STATE(87), [sym_break_statement] = STATE(87), [sym_continue_statement] = STATE(87), [sym_goto_statement] = STATE(87), [sym__expression] = STATE(4301), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7279), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym__empty_declaration] = STATE(87), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym__class_name] = STATE(6738), [sym_virtual] = STATE(3697), [sym_explicit_function_specifier] = STATE(2311), [sym_dependent_type] = STATE(3695), [sym_template_declaration] = STATE(87), [sym_template_instantiation] = STATE(87), [sym_operator_cast] = STATE(5924), [sym__constructor_specifiers] = STATE(2311), [sym_operator_cast_definition] = STATE(87), [sym_operator_cast_declaration] = STATE(87), [sym_constructor_or_destructor_definition] = STATE(87), [sym_reference_declarator] = STATE(5671), [sym_structured_binding_declarator] = STATE(5671), [sym_template_type] = STATE(3931), [sym_template_function] = STATE(4106), [sym_namespace_definition] = STATE(87), [sym_namespace_alias_definition] = STATE(87), [sym_using_declaration] = STATE(87), [sym_alias_declaration] = STATE(87), [sym_static_assert_declaration] = STATE(87), [sym_concept_definition] = STATE(87), [sym_for_range_loop] = STATE(87), [sym_co_return_statement] = STATE(87), [sym_co_yield_statement] = STATE(87), [sym_throw_statement] = STATE(87), [sym_try_statement] = STATE(87), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_destructor_name] = STATE(5671), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5156), [sym_qualified_identifier] = STATE(3328), [sym_qualified_type_identifier] = STATE(3961), [sym_qualified_operator_cast_identifier] = STATE(5924), [sym_operator_name] = STATE(5671), [sym_user_defined_literal] = STATE(3925), [aux_sym_preproc_if_repeat1] = STATE(87), [aux_sym__declaration_specifiers_repeat1] = STATE(2582), [aux_sym_attributed_declarator_repeat1] = STATE(204), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [aux_sym_operator_cast_definition_repeat1] = STATE(2311), [sym_identifier] = ACTIONS(153), [aux_sym_preproc_include_token1] = ACTIONS(155), [aux_sym_preproc_def_token1] = ACTIONS(157), [aux_sym_preproc_if_token1] = ACTIONS(161), [aux_sym_preproc_ifdef_token1] = ACTIONS(163), [aux_sym_preproc_ifdef_token2] = ACTIONS(163), [sym_preproc_directive] = ACTIONS(165), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(27), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(31), [anon_sym_SEMI] = ACTIONS(167), [anon_sym_typedef] = ACTIONS(169), [anon_sym_extern] = ACTIONS(171), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(41), [anon_sym___declspec] = ACTIONS(43), [anon_sym___based] = ACTIONS(45), [anon_sym___cdecl] = ACTIONS(47), [anon_sym___clrcall] = ACTIONS(47), [anon_sym___stdcall] = ACTIONS(47), [anon_sym___fastcall] = ACTIONS(47), [anon_sym___thiscall] = ACTIONS(47), [anon_sym___vectorcall] = ACTIONS(47), [anon_sym_LBRACE] = ACTIONS(738), [anon_sym_RBRACE] = ACTIONS(1082), [anon_sym_signed] = ACTIONS(51), [anon_sym_unsigned] = ACTIONS(51), [anon_sym_long] = ACTIONS(51), [anon_sym_short] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(179), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(61), [anon_sym_enum] = ACTIONS(63), [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), [anon_sym_union] = ACTIONS(69), [anon_sym_if] = ACTIONS(181), [anon_sym_switch] = ACTIONS(183), [anon_sym_case] = ACTIONS(185), [anon_sym_default] = ACTIONS(187), [anon_sym_while] = ACTIONS(189), [anon_sym_do] = ACTIONS(191), [anon_sym_for] = ACTIONS(193), [anon_sym_return] = ACTIONS(195), [anon_sym_break] = ACTIONS(197), [anon_sym_continue] = ACTIONS(199), [anon_sym_goto] = ACTIONS(201), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(113), [anon_sym_decltype] = ACTIONS(115), [anon_sym_virtual] = ACTIONS(117), [anon_sym_explicit] = ACTIONS(119), [anon_sym_typename] = ACTIONS(121), [anon_sym_template] = ACTIONS(207), [anon_sym_operator] = ACTIONS(125), [anon_sym_try] = ACTIONS(209), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(211), [anon_sym_namespace] = ACTIONS(213), [anon_sym_using] = ACTIONS(215), [anon_sym_static_assert] = ACTIONS(217), [anon_sym_concept] = ACTIONS(219), [anon_sym_co_return] = ACTIONS(221), [anon_sym_co_yield] = ACTIONS(223), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [87] = { [sym_preproc_include] = STATE(60), [sym_preproc_def] = STATE(60), [sym_preproc_function_def] = STATE(60), [sym_preproc_call] = STATE(60), [sym_preproc_if] = STATE(60), [sym_preproc_ifdef] = STATE(60), [sym_function_definition] = STATE(60), [sym_declaration] = STATE(60), [sym_type_definition] = STATE(60), [sym__declaration_modifiers] = STATE(3697), [sym__declaration_specifiers] = STATE(4633), [sym_linkage_specification] = STATE(60), [sym_attribute_specifier] = STATE(3697), [sym_attribute_declaration] = STATE(1417), [sym_ms_declspec_modifier] = STATE(3697), [sym_ms_based_modifier] = STATE(7599), [sym_ms_call_modifier] = STATE(2472), [sym__declarator] = STATE(5891), [sym_parenthesized_declarator] = STATE(5671), [sym_attributed_declarator] = STATE(5671), [sym_pointer_declarator] = STATE(5671), [sym_function_declarator] = STATE(5574), [sym_array_declarator] = STATE(5671), [sym_compound_statement] = STATE(60), [sym_storage_class_specifier] = STATE(3697), [sym_type_qualifier] = STATE(3697), [sym__type_specifier] = STATE(3760), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [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_case_statement] = STATE(60), [sym_while_statement] = STATE(60), [sym_do_statement] = STATE(60), [sym_for_statement] = STATE(60), [sym_return_statement] = STATE(60), [sym_break_statement] = STATE(60), [sym_continue_statement] = STATE(60), [sym_goto_statement] = STATE(60), [sym__expression] = STATE(4301), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7279), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym__empty_declaration] = STATE(60), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym__class_name] = STATE(6738), [sym_virtual] = STATE(3697), [sym_explicit_function_specifier] = STATE(2311), [sym_dependent_type] = STATE(3695), [sym_template_declaration] = STATE(60), [sym_template_instantiation] = STATE(60), [sym_operator_cast] = STATE(5924), [sym__constructor_specifiers] = STATE(2311), [sym_operator_cast_definition] = STATE(60), [sym_operator_cast_declaration] = STATE(60), [sym_constructor_or_destructor_definition] = STATE(60), [sym_reference_declarator] = STATE(5671), [sym_structured_binding_declarator] = STATE(5671), [sym_template_type] = STATE(3931), [sym_template_function] = STATE(4106), [sym_namespace_definition] = STATE(60), [sym_namespace_alias_definition] = STATE(60), [sym_using_declaration] = STATE(60), [sym_alias_declaration] = STATE(60), [sym_static_assert_declaration] = STATE(60), [sym_concept_definition] = STATE(60), [sym_for_range_loop] = STATE(60), [sym_co_return_statement] = STATE(60), [sym_co_yield_statement] = STATE(60), [sym_throw_statement] = STATE(60), [sym_try_statement] = STATE(60), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_destructor_name] = STATE(5671), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5156), [sym_qualified_identifier] = STATE(3328), [sym_qualified_type_identifier] = STATE(3961), [sym_qualified_operator_cast_identifier] = STATE(5924), [sym_operator_name] = STATE(5671), [sym_user_defined_literal] = STATE(3925), [aux_sym_preproc_if_repeat1] = STATE(60), [aux_sym__declaration_specifiers_repeat1] = STATE(2582), [aux_sym_attributed_declarator_repeat1] = STATE(204), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [aux_sym_operator_cast_definition_repeat1] = STATE(2311), [sym_identifier] = ACTIONS(153), [aux_sym_preproc_include_token1] = ACTIONS(155), [aux_sym_preproc_def_token1] = ACTIONS(157), [aux_sym_preproc_if_token1] = ACTIONS(161), [aux_sym_preproc_ifdef_token1] = ACTIONS(163), [aux_sym_preproc_ifdef_token2] = ACTIONS(163), [sym_preproc_directive] = ACTIONS(165), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(27), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(31), [anon_sym_SEMI] = ACTIONS(167), [anon_sym_typedef] = ACTIONS(169), [anon_sym_extern] = ACTIONS(171), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(41), [anon_sym___declspec] = ACTIONS(43), [anon_sym___based] = ACTIONS(45), [anon_sym___cdecl] = ACTIONS(47), [anon_sym___clrcall] = ACTIONS(47), [anon_sym___stdcall] = ACTIONS(47), [anon_sym___fastcall] = ACTIONS(47), [anon_sym___thiscall] = ACTIONS(47), [anon_sym___vectorcall] = ACTIONS(47), [anon_sym_LBRACE] = ACTIONS(738), [anon_sym_RBRACE] = ACTIONS(1084), [anon_sym_signed] = ACTIONS(51), [anon_sym_unsigned] = ACTIONS(51), [anon_sym_long] = ACTIONS(51), [anon_sym_short] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(179), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(61), [anon_sym_enum] = ACTIONS(63), [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), [anon_sym_union] = ACTIONS(69), [anon_sym_if] = ACTIONS(181), [anon_sym_switch] = ACTIONS(183), [anon_sym_case] = ACTIONS(185), [anon_sym_default] = ACTIONS(187), [anon_sym_while] = ACTIONS(189), [anon_sym_do] = ACTIONS(191), [anon_sym_for] = ACTIONS(193), [anon_sym_return] = ACTIONS(195), [anon_sym_break] = ACTIONS(197), [anon_sym_continue] = ACTIONS(199), [anon_sym_goto] = ACTIONS(201), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(113), [anon_sym_decltype] = ACTIONS(115), [anon_sym_virtual] = ACTIONS(117), [anon_sym_explicit] = ACTIONS(119), [anon_sym_typename] = ACTIONS(121), [anon_sym_template] = ACTIONS(207), [anon_sym_operator] = ACTIONS(125), [anon_sym_try] = ACTIONS(209), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(211), [anon_sym_namespace] = ACTIONS(213), [anon_sym_using] = ACTIONS(215), [anon_sym_static_assert] = ACTIONS(217), [anon_sym_concept] = ACTIONS(219), [anon_sym_co_return] = ACTIONS(221), [anon_sym_co_yield] = ACTIONS(223), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [88] = { [sym_preproc_include] = STATE(60), [sym_preproc_def] = STATE(60), [sym_preproc_function_def] = STATE(60), [sym_preproc_call] = STATE(60), [sym_preproc_if] = STATE(60), [sym_preproc_ifdef] = STATE(60), [sym_function_definition] = STATE(60), [sym_declaration] = STATE(60), [sym_type_definition] = STATE(60), [sym__declaration_modifiers] = STATE(3697), [sym__declaration_specifiers] = STATE(4633), [sym_linkage_specification] = STATE(60), [sym_attribute_specifier] = STATE(3697), [sym_attribute_declaration] = STATE(1417), [sym_ms_declspec_modifier] = STATE(3697), [sym_ms_based_modifier] = STATE(7599), [sym_ms_call_modifier] = STATE(2472), [sym__declarator] = STATE(5891), [sym_parenthesized_declarator] = STATE(5671), [sym_attributed_declarator] = STATE(5671), [sym_pointer_declarator] = STATE(5671), [sym_function_declarator] = STATE(5574), [sym_array_declarator] = STATE(5671), [sym_compound_statement] = STATE(60), [sym_storage_class_specifier] = STATE(3697), [sym_type_qualifier] = STATE(3697), [sym__type_specifier] = STATE(3760), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [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_case_statement] = STATE(60), [sym_while_statement] = STATE(60), [sym_do_statement] = STATE(60), [sym_for_statement] = STATE(60), [sym_return_statement] = STATE(60), [sym_break_statement] = STATE(60), [sym_continue_statement] = STATE(60), [sym_goto_statement] = STATE(60), [sym__expression] = STATE(4301), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7279), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym__empty_declaration] = STATE(60), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym__class_name] = STATE(6738), [sym_virtual] = STATE(3697), [sym_explicit_function_specifier] = STATE(2311), [sym_dependent_type] = STATE(3695), [sym_template_declaration] = STATE(60), [sym_template_instantiation] = STATE(60), [sym_operator_cast] = STATE(5924), [sym__constructor_specifiers] = STATE(2311), [sym_operator_cast_definition] = STATE(60), [sym_operator_cast_declaration] = STATE(60), [sym_constructor_or_destructor_definition] = STATE(60), [sym_reference_declarator] = STATE(5671), [sym_structured_binding_declarator] = STATE(5671), [sym_template_type] = STATE(3931), [sym_template_function] = STATE(4106), [sym_namespace_definition] = STATE(60), [sym_namespace_alias_definition] = STATE(60), [sym_using_declaration] = STATE(60), [sym_alias_declaration] = STATE(60), [sym_static_assert_declaration] = STATE(60), [sym_concept_definition] = STATE(60), [sym_for_range_loop] = STATE(60), [sym_co_return_statement] = STATE(60), [sym_co_yield_statement] = STATE(60), [sym_throw_statement] = STATE(60), [sym_try_statement] = STATE(60), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_destructor_name] = STATE(5671), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5156), [sym_qualified_identifier] = STATE(3328), [sym_qualified_type_identifier] = STATE(3961), [sym_qualified_operator_cast_identifier] = STATE(5924), [sym_operator_name] = STATE(5671), [sym_user_defined_literal] = STATE(3925), [aux_sym_preproc_if_repeat1] = STATE(60), [aux_sym__declaration_specifiers_repeat1] = STATE(2582), [aux_sym_attributed_declarator_repeat1] = STATE(204), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [aux_sym_operator_cast_definition_repeat1] = STATE(2311), [sym_identifier] = ACTIONS(153), [aux_sym_preproc_include_token1] = ACTIONS(155), [aux_sym_preproc_def_token1] = ACTIONS(157), [aux_sym_preproc_if_token1] = ACTIONS(161), [aux_sym_preproc_ifdef_token1] = ACTIONS(163), [aux_sym_preproc_ifdef_token2] = ACTIONS(163), [sym_preproc_directive] = ACTIONS(165), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(27), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(31), [anon_sym_SEMI] = ACTIONS(167), [anon_sym_typedef] = ACTIONS(169), [anon_sym_extern] = ACTIONS(171), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(41), [anon_sym___declspec] = ACTIONS(43), [anon_sym___based] = ACTIONS(45), [anon_sym___cdecl] = ACTIONS(47), [anon_sym___clrcall] = ACTIONS(47), [anon_sym___stdcall] = ACTIONS(47), [anon_sym___fastcall] = ACTIONS(47), [anon_sym___thiscall] = ACTIONS(47), [anon_sym___vectorcall] = ACTIONS(47), [anon_sym_LBRACE] = ACTIONS(738), [anon_sym_RBRACE] = ACTIONS(1086), [anon_sym_signed] = ACTIONS(51), [anon_sym_unsigned] = ACTIONS(51), [anon_sym_long] = ACTIONS(51), [anon_sym_short] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(179), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(61), [anon_sym_enum] = ACTIONS(63), [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), [anon_sym_union] = ACTIONS(69), [anon_sym_if] = ACTIONS(181), [anon_sym_switch] = ACTIONS(183), [anon_sym_case] = ACTIONS(185), [anon_sym_default] = ACTIONS(187), [anon_sym_while] = ACTIONS(189), [anon_sym_do] = ACTIONS(191), [anon_sym_for] = ACTIONS(193), [anon_sym_return] = ACTIONS(195), [anon_sym_break] = ACTIONS(197), [anon_sym_continue] = ACTIONS(199), [anon_sym_goto] = ACTIONS(201), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(113), [anon_sym_decltype] = ACTIONS(115), [anon_sym_virtual] = ACTIONS(117), [anon_sym_explicit] = ACTIONS(119), [anon_sym_typename] = ACTIONS(121), [anon_sym_template] = ACTIONS(207), [anon_sym_operator] = ACTIONS(125), [anon_sym_try] = ACTIONS(209), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(211), [anon_sym_namespace] = ACTIONS(213), [anon_sym_using] = ACTIONS(215), [anon_sym_static_assert] = ACTIONS(217), [anon_sym_concept] = ACTIONS(219), [anon_sym_co_return] = ACTIONS(221), [anon_sym_co_yield] = ACTIONS(223), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [89] = { [sym_preproc_include] = STATE(60), [sym_preproc_def] = STATE(60), [sym_preproc_function_def] = STATE(60), [sym_preproc_call] = STATE(60), [sym_preproc_if] = STATE(60), [sym_preproc_ifdef] = STATE(60), [sym_function_definition] = STATE(60), [sym_declaration] = STATE(60), [sym_type_definition] = STATE(60), [sym__declaration_modifiers] = STATE(3697), [sym__declaration_specifiers] = STATE(4633), [sym_linkage_specification] = STATE(60), [sym_attribute_specifier] = STATE(3697), [sym_attribute_declaration] = STATE(1417), [sym_ms_declspec_modifier] = STATE(3697), [sym_ms_based_modifier] = STATE(7599), [sym_ms_call_modifier] = STATE(2472), [sym__declarator] = STATE(5891), [sym_parenthesized_declarator] = STATE(5671), [sym_attributed_declarator] = STATE(5671), [sym_pointer_declarator] = STATE(5671), [sym_function_declarator] = STATE(5574), [sym_array_declarator] = STATE(5671), [sym_compound_statement] = STATE(60), [sym_storage_class_specifier] = STATE(3697), [sym_type_qualifier] = STATE(3697), [sym__type_specifier] = STATE(3760), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [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_case_statement] = STATE(60), [sym_while_statement] = STATE(60), [sym_do_statement] = STATE(60), [sym_for_statement] = STATE(60), [sym_return_statement] = STATE(60), [sym_break_statement] = STATE(60), [sym_continue_statement] = STATE(60), [sym_goto_statement] = STATE(60), [sym__expression] = STATE(4301), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7279), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym__empty_declaration] = STATE(60), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym__class_name] = STATE(6738), [sym_virtual] = STATE(3697), [sym_explicit_function_specifier] = STATE(2311), [sym_dependent_type] = STATE(3695), [sym_template_declaration] = STATE(60), [sym_template_instantiation] = STATE(60), [sym_operator_cast] = STATE(5924), [sym__constructor_specifiers] = STATE(2311), [sym_operator_cast_definition] = STATE(60), [sym_operator_cast_declaration] = STATE(60), [sym_constructor_or_destructor_definition] = STATE(60), [sym_reference_declarator] = STATE(5671), [sym_structured_binding_declarator] = STATE(5671), [sym_template_type] = STATE(3931), [sym_template_function] = STATE(4106), [sym_namespace_definition] = STATE(60), [sym_namespace_alias_definition] = STATE(60), [sym_using_declaration] = STATE(60), [sym_alias_declaration] = STATE(60), [sym_static_assert_declaration] = STATE(60), [sym_concept_definition] = STATE(60), [sym_for_range_loop] = STATE(60), [sym_co_return_statement] = STATE(60), [sym_co_yield_statement] = STATE(60), [sym_throw_statement] = STATE(60), [sym_try_statement] = STATE(60), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_destructor_name] = STATE(5671), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5156), [sym_qualified_identifier] = STATE(3328), [sym_qualified_type_identifier] = STATE(3961), [sym_qualified_operator_cast_identifier] = STATE(5924), [sym_operator_name] = STATE(5671), [sym_user_defined_literal] = STATE(3925), [aux_sym_preproc_if_repeat1] = STATE(60), [aux_sym__declaration_specifiers_repeat1] = STATE(2582), [aux_sym_attributed_declarator_repeat1] = STATE(204), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [aux_sym_operator_cast_definition_repeat1] = STATE(2311), [sym_identifier] = ACTIONS(153), [aux_sym_preproc_include_token1] = ACTIONS(155), [aux_sym_preproc_def_token1] = ACTIONS(157), [aux_sym_preproc_if_token1] = ACTIONS(161), [aux_sym_preproc_ifdef_token1] = ACTIONS(163), [aux_sym_preproc_ifdef_token2] = ACTIONS(163), [sym_preproc_directive] = ACTIONS(165), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(27), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(31), [anon_sym_SEMI] = ACTIONS(167), [anon_sym_typedef] = ACTIONS(169), [anon_sym_extern] = ACTIONS(171), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(41), [anon_sym___declspec] = ACTIONS(43), [anon_sym___based] = ACTIONS(45), [anon_sym___cdecl] = ACTIONS(47), [anon_sym___clrcall] = ACTIONS(47), [anon_sym___stdcall] = ACTIONS(47), [anon_sym___fastcall] = ACTIONS(47), [anon_sym___thiscall] = ACTIONS(47), [anon_sym___vectorcall] = ACTIONS(47), [anon_sym_LBRACE] = ACTIONS(738), [anon_sym_RBRACE] = ACTIONS(1088), [anon_sym_signed] = ACTIONS(51), [anon_sym_unsigned] = ACTIONS(51), [anon_sym_long] = ACTIONS(51), [anon_sym_short] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(179), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(61), [anon_sym_enum] = ACTIONS(63), [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), [anon_sym_union] = ACTIONS(69), [anon_sym_if] = ACTIONS(181), [anon_sym_switch] = ACTIONS(183), [anon_sym_case] = ACTIONS(185), [anon_sym_default] = ACTIONS(187), [anon_sym_while] = ACTIONS(189), [anon_sym_do] = ACTIONS(191), [anon_sym_for] = ACTIONS(193), [anon_sym_return] = ACTIONS(195), [anon_sym_break] = ACTIONS(197), [anon_sym_continue] = ACTIONS(199), [anon_sym_goto] = ACTIONS(201), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(113), [anon_sym_decltype] = ACTIONS(115), [anon_sym_virtual] = ACTIONS(117), [anon_sym_explicit] = ACTIONS(119), [anon_sym_typename] = ACTIONS(121), [anon_sym_template] = ACTIONS(207), [anon_sym_operator] = ACTIONS(125), [anon_sym_try] = ACTIONS(209), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(211), [anon_sym_namespace] = ACTIONS(213), [anon_sym_using] = ACTIONS(215), [anon_sym_static_assert] = ACTIONS(217), [anon_sym_concept] = ACTIONS(219), [anon_sym_co_return] = ACTIONS(221), [anon_sym_co_yield] = ACTIONS(223), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [90] = { [sym_preproc_include] = STATE(91), [sym_preproc_def] = STATE(91), [sym_preproc_function_def] = STATE(91), [sym_preproc_call] = STATE(91), [sym_preproc_if] = STATE(91), [sym_preproc_ifdef] = STATE(91), [sym_function_definition] = STATE(91), [sym_declaration] = STATE(91), [sym_type_definition] = STATE(91), [sym__declaration_modifiers] = STATE(3697), [sym__declaration_specifiers] = STATE(4647), [sym_linkage_specification] = STATE(91), [sym_attribute_specifier] = STATE(3697), [sym_attribute_declaration] = STATE(1417), [sym_ms_declspec_modifier] = STATE(3697), [sym_ms_based_modifier] = STATE(7599), [sym_ms_call_modifier] = STATE(2462), [sym__declarator] = STATE(5891), [sym_parenthesized_declarator] = STATE(5671), [sym_attributed_declarator] = STATE(5671), [sym_pointer_declarator] = STATE(5671), [sym_function_declarator] = STATE(5560), [sym_array_declarator] = STATE(5671), [sym_compound_statement] = STATE(91), [sym_storage_class_specifier] = STATE(3697), [sym_type_qualifier] = STATE(3697), [sym__type_specifier] = STATE(3807), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [sym_attributed_statement] = STATE(91), [sym_labeled_statement] = STATE(91), [sym__top_level_expression_statement] = STATE(91), [sym_if_statement] = STATE(91), [sym_switch_statement] = STATE(91), [sym_case_statement] = STATE(91), [sym_while_statement] = STATE(91), [sym_do_statement] = STATE(91), [sym_for_statement] = STATE(91), [sym_return_statement] = STATE(91), [sym_break_statement] = STATE(91), [sym_continue_statement] = STATE(91), [sym_goto_statement] = STATE(91), [sym__expression] = STATE(4530), [sym__expression_not_binary] = STATE(4528), [sym_conditional_expression] = STATE(4528), [sym_assignment_expression] = STATE(4528), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(4528), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(4528), [sym_cast_expression] = STATE(4528), [sym_sizeof_expression] = STATE(4528), [sym_offsetof_expression] = STATE(4528), [sym_generic_expression] = STATE(4528), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(4528), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(4528), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(4528), [sym__empty_declaration] = STATE(91), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym__class_name] = STATE(6738), [sym_virtual] = STATE(3697), [sym_explicit_function_specifier] = STATE(2296), [sym_dependent_type] = STATE(3695), [sym_template_declaration] = STATE(91), [sym_template_instantiation] = STATE(91), [sym_operator_cast] = STATE(5917), [sym__constructor_specifiers] = STATE(2296), [sym_operator_cast_definition] = STATE(91), [sym_operator_cast_declaration] = STATE(91), [sym_constructor_or_destructor_definition] = STATE(91), [sym_reference_declarator] = STATE(5671), [sym_structured_binding_declarator] = STATE(5671), [sym_template_type] = STATE(3931), [sym_template_function] = STATE(4106), [sym_namespace_definition] = STATE(91), [sym_namespace_alias_definition] = STATE(91), [sym_using_declaration] = STATE(91), [sym_alias_declaration] = STATE(91), [sym_static_assert_declaration] = STATE(91), [sym_concept_definition] = STATE(91), [sym_for_range_loop] = STATE(91), [sym_co_return_statement] = STATE(91), [sym_co_yield_statement] = STATE(91), [sym_throw_statement] = STATE(91), [sym_try_statement] = STATE(91), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(4528), [sym_new_expression] = STATE(4528), [sym_delete_expression] = STATE(4528), [sym_requires_clause] = STATE(4528), [sym_requires_expression] = STATE(4528), [sym_lambda_expression] = STATE(4528), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(4528), [sym_parameter_pack_expansion] = STATE(4528), [sym_destructor_name] = STATE(5671), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5156), [sym_qualified_identifier] = STATE(3328), [sym_qualified_type_identifier] = STATE(3961), [sym_qualified_operator_cast_identifier] = STATE(5917), [sym_operator_name] = STATE(5671), [sym_user_defined_literal] = STATE(4528), [aux_sym_translation_unit_repeat1] = STATE(91), [aux_sym__declaration_specifiers_repeat1] = STATE(2582), [aux_sym_attributed_declarator_repeat1] = STATE(166), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [aux_sym_operator_cast_definition_repeat1] = STATE(2296), [ts_builtin_sym_end] = ACTIONS(1090), [sym_identifier] = ACTIONS(7), [aux_sym_preproc_include_token1] = ACTIONS(9), [aux_sym_preproc_def_token1] = ACTIONS(11), [aux_sym_preproc_if_token1] = ACTIONS(13), [aux_sym_preproc_ifdef_token1] = ACTIONS(15), [aux_sym_preproc_ifdef_token2] = ACTIONS(15), [sym_preproc_directive] = ACTIONS(17), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(27), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(31), [anon_sym_typedef] = ACTIONS(33), [anon_sym_extern] = ACTIONS(35), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(41), [anon_sym___declspec] = ACTIONS(43), [anon_sym___based] = ACTIONS(45), [anon_sym___cdecl] = ACTIONS(47), [anon_sym___clrcall] = ACTIONS(47), [anon_sym___stdcall] = ACTIONS(47), [anon_sym___fastcall] = ACTIONS(47), [anon_sym___thiscall] = ACTIONS(47), [anon_sym___vectorcall] = ACTIONS(47), [anon_sym_LBRACE] = ACTIONS(49), [anon_sym_signed] = ACTIONS(51), [anon_sym_unsigned] = ACTIONS(51), [anon_sym_long] = ACTIONS(51), [anon_sym_short] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(57), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(61), [anon_sym_enum] = ACTIONS(63), [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), [anon_sym_union] = ACTIONS(69), [anon_sym_if] = ACTIONS(71), [anon_sym_switch] = ACTIONS(73), [anon_sym_case] = ACTIONS(75), [anon_sym_default] = ACTIONS(77), [anon_sym_while] = ACTIONS(79), [anon_sym_do] = ACTIONS(81), [anon_sym_for] = ACTIONS(83), [anon_sym_return] = ACTIONS(85), [anon_sym_break] = ACTIONS(87), [anon_sym_continue] = ACTIONS(89), [anon_sym_goto] = ACTIONS(91), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(109), [sym_false] = ACTIONS(109), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(113), [anon_sym_decltype] = ACTIONS(115), [anon_sym_virtual] = ACTIONS(117), [anon_sym_explicit] = ACTIONS(119), [anon_sym_typename] = ACTIONS(121), [anon_sym_template] = ACTIONS(123), [anon_sym_operator] = ACTIONS(125), [anon_sym_try] = ACTIONS(127), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(131), [anon_sym_namespace] = ACTIONS(133), [anon_sym_using] = ACTIONS(135), [anon_sym_static_assert] = ACTIONS(137), [anon_sym_concept] = ACTIONS(139), [anon_sym_co_return] = ACTIONS(141), [anon_sym_co_yield] = ACTIONS(143), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(109), }, [91] = { [sym_preproc_include] = STATE(91), [sym_preproc_def] = STATE(91), [sym_preproc_function_def] = STATE(91), [sym_preproc_call] = STATE(91), [sym_preproc_if] = STATE(91), [sym_preproc_ifdef] = STATE(91), [sym_function_definition] = STATE(91), [sym_declaration] = STATE(91), [sym_type_definition] = STATE(91), [sym__declaration_modifiers] = STATE(3697), [sym__declaration_specifiers] = STATE(4647), [sym_linkage_specification] = STATE(91), [sym_attribute_specifier] = STATE(3697), [sym_attribute_declaration] = STATE(1417), [sym_ms_declspec_modifier] = STATE(3697), [sym_ms_based_modifier] = STATE(7599), [sym_ms_call_modifier] = STATE(2462), [sym__declarator] = STATE(5891), [sym_parenthesized_declarator] = STATE(5671), [sym_attributed_declarator] = STATE(5671), [sym_pointer_declarator] = STATE(5671), [sym_function_declarator] = STATE(5560), [sym_array_declarator] = STATE(5671), [sym_compound_statement] = STATE(91), [sym_storage_class_specifier] = STATE(3697), [sym_type_qualifier] = STATE(3697), [sym__type_specifier] = STATE(3807), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [sym_attributed_statement] = STATE(91), [sym_labeled_statement] = STATE(91), [sym__top_level_expression_statement] = STATE(91), [sym_if_statement] = STATE(91), [sym_switch_statement] = STATE(91), [sym_case_statement] = STATE(91), [sym_while_statement] = STATE(91), [sym_do_statement] = STATE(91), [sym_for_statement] = STATE(91), [sym_return_statement] = STATE(91), [sym_break_statement] = STATE(91), [sym_continue_statement] = STATE(91), [sym_goto_statement] = STATE(91), [sym__expression] = STATE(4530), [sym__expression_not_binary] = STATE(4528), [sym_conditional_expression] = STATE(4528), [sym_assignment_expression] = STATE(4528), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(4528), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(4528), [sym_cast_expression] = STATE(4528), [sym_sizeof_expression] = STATE(4528), [sym_offsetof_expression] = STATE(4528), [sym_generic_expression] = STATE(4528), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(4528), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(4528), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(4528), [sym__empty_declaration] = STATE(91), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym__class_name] = STATE(6738), [sym_virtual] = STATE(3697), [sym_explicit_function_specifier] = STATE(2296), [sym_dependent_type] = STATE(3695), [sym_template_declaration] = STATE(91), [sym_template_instantiation] = STATE(91), [sym_operator_cast] = STATE(5917), [sym__constructor_specifiers] = STATE(2296), [sym_operator_cast_definition] = STATE(91), [sym_operator_cast_declaration] = STATE(91), [sym_constructor_or_destructor_definition] = STATE(91), [sym_reference_declarator] = STATE(5671), [sym_structured_binding_declarator] = STATE(5671), [sym_template_type] = STATE(3931), [sym_template_function] = STATE(4106), [sym_namespace_definition] = STATE(91), [sym_namespace_alias_definition] = STATE(91), [sym_using_declaration] = STATE(91), [sym_alias_declaration] = STATE(91), [sym_static_assert_declaration] = STATE(91), [sym_concept_definition] = STATE(91), [sym_for_range_loop] = STATE(91), [sym_co_return_statement] = STATE(91), [sym_co_yield_statement] = STATE(91), [sym_throw_statement] = STATE(91), [sym_try_statement] = STATE(91), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(4528), [sym_new_expression] = STATE(4528), [sym_delete_expression] = STATE(4528), [sym_requires_clause] = STATE(4528), [sym_requires_expression] = STATE(4528), [sym_lambda_expression] = STATE(4528), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(4528), [sym_parameter_pack_expansion] = STATE(4528), [sym_destructor_name] = STATE(5671), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5156), [sym_qualified_identifier] = STATE(3328), [sym_qualified_type_identifier] = STATE(3961), [sym_qualified_operator_cast_identifier] = STATE(5917), [sym_operator_name] = STATE(5671), [sym_user_defined_literal] = STATE(4528), [aux_sym_translation_unit_repeat1] = STATE(91), [aux_sym__declaration_specifiers_repeat1] = STATE(2582), [aux_sym_attributed_declarator_repeat1] = STATE(166), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [aux_sym_operator_cast_definition_repeat1] = STATE(2296), [ts_builtin_sym_end] = ACTIONS(1092), [sym_identifier] = ACTIONS(1094), [aux_sym_preproc_include_token1] = ACTIONS(1097), [aux_sym_preproc_def_token1] = ACTIONS(1100), [aux_sym_preproc_if_token1] = ACTIONS(1103), [aux_sym_preproc_ifdef_token1] = ACTIONS(1106), [aux_sym_preproc_ifdef_token2] = ACTIONS(1106), [sym_preproc_directive] = ACTIONS(1109), [anon_sym_LPAREN2] = ACTIONS(1112), [anon_sym_BANG] = ACTIONS(1115), [anon_sym_TILDE] = ACTIONS(1118), [anon_sym_DASH] = ACTIONS(1121), [anon_sym_PLUS] = ACTIONS(1121), [anon_sym_STAR] = ACTIONS(1124), [anon_sym_AMP_AMP] = ACTIONS(1127), [anon_sym_AMP] = ACTIONS(1130), [anon_sym_typedef] = ACTIONS(1133), [anon_sym_extern] = ACTIONS(1136), [anon_sym___attribute__] = ACTIONS(1139), [anon_sym_COLON_COLON] = ACTIONS(1142), [anon_sym_LBRACK_LBRACK] = ACTIONS(1145), [anon_sym___declspec] = ACTIONS(1148), [anon_sym___based] = ACTIONS(1151), [anon_sym___cdecl] = ACTIONS(1154), [anon_sym___clrcall] = ACTIONS(1154), [anon_sym___stdcall] = ACTIONS(1154), [anon_sym___fastcall] = ACTIONS(1154), [anon_sym___thiscall] = ACTIONS(1154), [anon_sym___vectorcall] = ACTIONS(1154), [anon_sym_LBRACE] = ACTIONS(1157), [anon_sym_signed] = ACTIONS(1160), [anon_sym_unsigned] = ACTIONS(1160), [anon_sym_long] = ACTIONS(1160), [anon_sym_short] = ACTIONS(1160), [anon_sym_LBRACK] = ACTIONS(1163), [anon_sym_static] = ACTIONS(1166), [anon_sym_register] = ACTIONS(1166), [anon_sym_inline] = ACTIONS(1169), [anon_sym_thread_local] = ACTIONS(1166), [anon_sym_const] = ACTIONS(1172), [anon_sym_constexpr] = ACTIONS(1172), [anon_sym_volatile] = ACTIONS(1172), [anon_sym_restrict] = ACTIONS(1172), [anon_sym___restrict__] = ACTIONS(1172), [anon_sym__Atomic] = ACTIONS(1172), [anon_sym__Noreturn] = ACTIONS(1172), [anon_sym_noreturn] = ACTIONS(1172), [anon_sym_mutable] = ACTIONS(1172), [anon_sym_constinit] = ACTIONS(1172), [anon_sym_consteval] = ACTIONS(1172), [sym_primitive_type] = ACTIONS(1175), [anon_sym_enum] = ACTIONS(1178), [anon_sym_class] = ACTIONS(1181), [anon_sym_struct] = ACTIONS(1184), [anon_sym_union] = ACTIONS(1187), [anon_sym_if] = ACTIONS(1190), [anon_sym_switch] = ACTIONS(1193), [anon_sym_case] = ACTIONS(1196), [anon_sym_default] = ACTIONS(1199), [anon_sym_while] = ACTIONS(1202), [anon_sym_do] = ACTIONS(1205), [anon_sym_for] = ACTIONS(1208), [anon_sym_return] = ACTIONS(1211), [anon_sym_break] = ACTIONS(1214), [anon_sym_continue] = ACTIONS(1217), [anon_sym_goto] = ACTIONS(1220), [anon_sym_not] = ACTIONS(1121), [anon_sym_compl] = ACTIONS(1121), [anon_sym_DASH_DASH] = ACTIONS(1223), [anon_sym_PLUS_PLUS] = ACTIONS(1223), [anon_sym_sizeof] = ACTIONS(1226), [anon_sym_offsetof] = ACTIONS(1229), [anon_sym__Generic] = ACTIONS(1232), [anon_sym_asm] = ACTIONS(1235), [anon_sym___asm__] = ACTIONS(1235), [sym_number_literal] = ACTIONS(1238), [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(1244), [anon_sym_u_DQUOTE] = ACTIONS(1244), [anon_sym_U_DQUOTE] = ACTIONS(1244), [anon_sym_u8_DQUOTE] = ACTIONS(1244), [anon_sym_DQUOTE] = ACTIONS(1244), [sym_true] = ACTIONS(1247), [sym_false] = ACTIONS(1247), [anon_sym_NULL] = ACTIONS(1250), [anon_sym_nullptr] = ACTIONS(1250), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(1253), [anon_sym_decltype] = ACTIONS(1256), [anon_sym_virtual] = ACTIONS(1259), [anon_sym_explicit] = ACTIONS(1262), [anon_sym_typename] = ACTIONS(1265), [anon_sym_template] = ACTIONS(1268), [anon_sym_operator] = ACTIONS(1271), [anon_sym_try] = ACTIONS(1274), [anon_sym_delete] = ACTIONS(1277), [anon_sym_throw] = ACTIONS(1280), [anon_sym_namespace] = ACTIONS(1283), [anon_sym_using] = ACTIONS(1286), [anon_sym_static_assert] = ACTIONS(1289), [anon_sym_concept] = ACTIONS(1292), [anon_sym_co_return] = ACTIONS(1295), [anon_sym_co_yield] = ACTIONS(1298), [anon_sym_R_DQUOTE] = ACTIONS(1301), [anon_sym_LR_DQUOTE] = ACTIONS(1301), [anon_sym_uR_DQUOTE] = ACTIONS(1301), [anon_sym_UR_DQUOTE] = ACTIONS(1301), [anon_sym_u8R_DQUOTE] = ACTIONS(1301), [anon_sym_co_await] = ACTIONS(1304), [anon_sym_new] = ACTIONS(1307), [anon_sym_requires] = ACTIONS(1310), [sym_this] = ACTIONS(1247), }, [92] = { [sym_declaration] = STATE(96), [sym_type_definition] = STATE(96), [sym__declaration_modifiers] = STATE(2582), [sym__declaration_specifiers] = STATE(4646), [sym_attribute_specifier] = STATE(2582), [sym_attribute_declaration] = STATE(1555), [sym_ms_declspec_modifier] = STATE(2582), [sym_compound_statement] = STATE(96), [sym_storage_class_specifier] = STATE(2582), [sym_type_qualifier] = STATE(2582), [sym__type_specifier] = STATE(3628), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [sym_attributed_statement] = STATE(96), [sym_labeled_statement] = STATE(96), [sym_expression_statement] = STATE(96), [sym_if_statement] = STATE(96), [sym_switch_statement] = STATE(96), [sym_while_statement] = STATE(96), [sym_do_statement] = STATE(96), [sym_for_statement] = STATE(96), [sym_return_statement] = STATE(96), [sym_break_statement] = STATE(96), [sym_continue_statement] = STATE(96), [sym_goto_statement] = STATE(96), [sym__expression] = STATE(4232), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7187), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym__class_name] = STATE(6738), [sym_virtual] = STATE(2582), [sym_dependent_type] = STATE(3695), [sym_template_type] = STATE(3931), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(96), [sym_co_return_statement] = STATE(96), [sym_co_yield_statement] = STATE(96), [sym_throw_statement] = STATE(96), [sym_try_statement] = STATE(96), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5253), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(3961), [sym_user_defined_literal] = STATE(3925), [aux_sym__declaration_specifiers_repeat1] = STATE(2582), [aux_sym_attributed_declarator_repeat1] = STATE(161), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [aux_sym_case_statement_repeat1] = STATE(96), [sym_identifier] = ACTIONS(1313), [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(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP_AMP] = ACTIONS(1321), [anon_sym_AMP] = ACTIONS(1323), [anon_sym_SEMI] = ACTIONS(247), [anon_sym_typedef] = ACTIONS(249), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym___declspec] = ACTIONS(43), [anon_sym___based] = 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(253), [anon_sym_signed] = ACTIONS(51), [anon_sym_unsigned] = ACTIONS(51), [anon_sym_long] = ACTIONS(51), [anon_sym_short] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(1327), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(61), [anon_sym_enum] = ACTIONS(63), [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), [anon_sym_union] = ACTIONS(69), [anon_sym_if] = ACTIONS(257), [anon_sym_else] = ACTIONS(1315), [anon_sym_switch] = ACTIONS(259), [anon_sym_case] = ACTIONS(1315), [anon_sym_default] = ACTIONS(1315), [anon_sym_while] = ACTIONS(265), [anon_sym_do] = ACTIONS(267), [anon_sym_for] = ACTIONS(269), [anon_sym_return] = ACTIONS(271), [anon_sym_break] = ACTIONS(273), [anon_sym_continue] = ACTIONS(275), [anon_sym_goto] = ACTIONS(277), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(113), [anon_sym_decltype] = ACTIONS(115), [anon_sym_virtual] = ACTIONS(117), [anon_sym_explicit] = ACTIONS(1315), [anon_sym_typename] = ACTIONS(121), [anon_sym_template] = ACTIONS(1329), [anon_sym_operator] = ACTIONS(1315), [anon_sym_try] = ACTIONS(281), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(283), [anon_sym_namespace] = ACTIONS(1315), [anon_sym_using] = ACTIONS(1315), [anon_sym_static_assert] = ACTIONS(1315), [anon_sym_concept] = ACTIONS(1315), [anon_sym_co_return] = ACTIONS(293), [anon_sym_co_yield] = ACTIONS(295), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [93] = { [sym_declaration] = STATE(95), [sym_type_definition] = STATE(95), [sym__declaration_modifiers] = STATE(2582), [sym__declaration_specifiers] = STATE(4646), [sym_attribute_specifier] = STATE(2582), [sym_attribute_declaration] = STATE(1555), [sym_ms_declspec_modifier] = STATE(2582), [sym_compound_statement] = STATE(95), [sym_storage_class_specifier] = STATE(2582), [sym_type_qualifier] = STATE(2582), [sym__type_specifier] = STATE(3628), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [sym_attributed_statement] = STATE(95), [sym_labeled_statement] = STATE(95), [sym_expression_statement] = STATE(95), [sym_if_statement] = STATE(95), [sym_switch_statement] = STATE(95), [sym_while_statement] = STATE(95), [sym_do_statement] = STATE(95), [sym_for_statement] = STATE(95), [sym_return_statement] = STATE(95), [sym_break_statement] = STATE(95), [sym_continue_statement] = STATE(95), [sym_goto_statement] = STATE(95), [sym__expression] = STATE(4232), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7187), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym__class_name] = STATE(6738), [sym_virtual] = STATE(2582), [sym_dependent_type] = STATE(3695), [sym_template_type] = STATE(3931), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(95), [sym_co_return_statement] = STATE(95), [sym_co_yield_statement] = STATE(95), [sym_throw_statement] = STATE(95), [sym_try_statement] = STATE(95), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5253), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(3961), [sym_user_defined_literal] = STATE(3925), [aux_sym__declaration_specifiers_repeat1] = STATE(2582), [aux_sym_attributed_declarator_repeat1] = STATE(161), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [aux_sym_case_statement_repeat1] = STATE(95), [sym_identifier] = ACTIONS(1313), [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(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP_AMP] = ACTIONS(1333), [anon_sym_AMP] = ACTIONS(1323), [anon_sym_SEMI] = ACTIONS(247), [anon_sym_typedef] = ACTIONS(249), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym___declspec] = ACTIONS(43), [anon_sym___based] = 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(253), [anon_sym_signed] = ACTIONS(51), [anon_sym_unsigned] = ACTIONS(51), [anon_sym_long] = ACTIONS(51), [anon_sym_short] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(1327), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(61), [anon_sym_enum] = ACTIONS(63), [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), [anon_sym_union] = ACTIONS(69), [anon_sym_if] = ACTIONS(257), [anon_sym_else] = ACTIONS(1331), [anon_sym_switch] = ACTIONS(259), [anon_sym_case] = ACTIONS(1331), [anon_sym_default] = ACTIONS(1331), [anon_sym_while] = ACTIONS(265), [anon_sym_do] = ACTIONS(267), [anon_sym_for] = ACTIONS(269), [anon_sym_return] = ACTIONS(271), [anon_sym_break] = ACTIONS(273), [anon_sym_continue] = ACTIONS(275), [anon_sym_goto] = ACTIONS(277), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(113), [anon_sym_decltype] = ACTIONS(115), [anon_sym_virtual] = ACTIONS(117), [anon_sym_explicit] = ACTIONS(1331), [anon_sym_typename] = ACTIONS(121), [anon_sym_template] = ACTIONS(1329), [anon_sym_operator] = ACTIONS(1331), [anon_sym_try] = ACTIONS(281), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(283), [anon_sym_namespace] = ACTIONS(1331), [anon_sym_using] = ACTIONS(1331), [anon_sym_static_assert] = ACTIONS(1331), [anon_sym_concept] = ACTIONS(1331), [anon_sym_co_return] = ACTIONS(293), [anon_sym_co_yield] = ACTIONS(295), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [94] = { [sym_declaration] = STATE(93), [sym_type_definition] = STATE(93), [sym__declaration_modifiers] = STATE(2582), [sym__declaration_specifiers] = STATE(4646), [sym_attribute_specifier] = STATE(2582), [sym_attribute_declaration] = STATE(1555), [sym_ms_declspec_modifier] = STATE(2582), [sym_compound_statement] = STATE(93), [sym_storage_class_specifier] = STATE(2582), [sym_type_qualifier] = STATE(2582), [sym__type_specifier] = STATE(3628), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [sym_attributed_statement] = STATE(93), [sym_labeled_statement] = STATE(93), [sym_expression_statement] = STATE(93), [sym_if_statement] = STATE(93), [sym_switch_statement] = STATE(93), [sym_while_statement] = STATE(93), [sym_do_statement] = STATE(93), [sym_for_statement] = STATE(93), [sym_return_statement] = STATE(93), [sym_break_statement] = STATE(93), [sym_continue_statement] = STATE(93), [sym_goto_statement] = STATE(93), [sym__expression] = STATE(4232), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7187), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym__class_name] = STATE(6738), [sym_virtual] = STATE(2582), [sym_dependent_type] = STATE(3695), [sym_template_type] = STATE(3931), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(93), [sym_co_return_statement] = STATE(93), [sym_co_yield_statement] = STATE(93), [sym_throw_statement] = STATE(93), [sym_try_statement] = STATE(93), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5253), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(3961), [sym_user_defined_literal] = STATE(3925), [aux_sym__declaration_specifiers_repeat1] = STATE(2582), [aux_sym_attributed_declarator_repeat1] = STATE(161), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [aux_sym_case_statement_repeat1] = STATE(93), [sym_identifier] = ACTIONS(1313), [aux_sym_preproc_include_token1] = ACTIONS(1335), [aux_sym_preproc_def_token1] = ACTIONS(1335), [aux_sym_preproc_if_token1] = ACTIONS(1335), [aux_sym_preproc_if_token2] = ACTIONS(1335), [aux_sym_preproc_ifdef_token1] = ACTIONS(1335), [aux_sym_preproc_ifdef_token2] = ACTIONS(1335), [aux_sym_preproc_else_token1] = ACTIONS(1335), [aux_sym_preproc_elif_token1] = ACTIONS(1335), [aux_sym_preproc_elifdef_token1] = ACTIONS(1335), [aux_sym_preproc_elifdef_token2] = ACTIONS(1335), [sym_preproc_directive] = ACTIONS(1335), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP_AMP] = ACTIONS(1337), [anon_sym_AMP] = ACTIONS(1323), [anon_sym_SEMI] = ACTIONS(247), [anon_sym_typedef] = ACTIONS(249), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym___declspec] = ACTIONS(43), [anon_sym___based] = ACTIONS(1335), [anon_sym___cdecl] = ACTIONS(1335), [anon_sym___clrcall] = ACTIONS(1335), [anon_sym___stdcall] = ACTIONS(1335), [anon_sym___fastcall] = ACTIONS(1335), [anon_sym___thiscall] = ACTIONS(1335), [anon_sym___vectorcall] = ACTIONS(1335), [anon_sym_LBRACE] = ACTIONS(253), [anon_sym_signed] = ACTIONS(51), [anon_sym_unsigned] = ACTIONS(51), [anon_sym_long] = ACTIONS(51), [anon_sym_short] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(1327), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(61), [anon_sym_enum] = ACTIONS(63), [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), [anon_sym_union] = ACTIONS(69), [anon_sym_if] = ACTIONS(257), [anon_sym_else] = ACTIONS(1335), [anon_sym_switch] = ACTIONS(259), [anon_sym_case] = ACTIONS(1335), [anon_sym_default] = ACTIONS(1335), [anon_sym_while] = ACTIONS(265), [anon_sym_do] = ACTIONS(267), [anon_sym_for] = ACTIONS(269), [anon_sym_return] = ACTIONS(271), [anon_sym_break] = ACTIONS(273), [anon_sym_continue] = ACTIONS(275), [anon_sym_goto] = ACTIONS(277), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(113), [anon_sym_decltype] = ACTIONS(115), [anon_sym_virtual] = ACTIONS(117), [anon_sym_explicit] = ACTIONS(1335), [anon_sym_typename] = ACTIONS(121), [anon_sym_template] = ACTIONS(1329), [anon_sym_operator] = ACTIONS(1335), [anon_sym_try] = ACTIONS(281), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(283), [anon_sym_namespace] = ACTIONS(1335), [anon_sym_using] = ACTIONS(1335), [anon_sym_static_assert] = ACTIONS(1335), [anon_sym_concept] = ACTIONS(1335), [anon_sym_co_return] = ACTIONS(293), [anon_sym_co_yield] = ACTIONS(295), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [95] = { [sym_declaration] = STATE(95), [sym_type_definition] = STATE(95), [sym__declaration_modifiers] = STATE(2582), [sym__declaration_specifiers] = STATE(4646), [sym_attribute_specifier] = STATE(2582), [sym_attribute_declaration] = STATE(1555), [sym_ms_declspec_modifier] = STATE(2582), [sym_compound_statement] = STATE(95), [sym_storage_class_specifier] = STATE(2582), [sym_type_qualifier] = STATE(2582), [sym__type_specifier] = STATE(3628), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [sym_attributed_statement] = STATE(95), [sym_labeled_statement] = STATE(95), [sym_expression_statement] = STATE(95), [sym_if_statement] = STATE(95), [sym_switch_statement] = STATE(95), [sym_while_statement] = STATE(95), [sym_do_statement] = STATE(95), [sym_for_statement] = STATE(95), [sym_return_statement] = STATE(95), [sym_break_statement] = STATE(95), [sym_continue_statement] = STATE(95), [sym_goto_statement] = STATE(95), [sym__expression] = STATE(4232), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7187), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym__class_name] = STATE(6738), [sym_virtual] = STATE(2582), [sym_dependent_type] = STATE(3695), [sym_template_type] = STATE(3931), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(95), [sym_co_return_statement] = STATE(95), [sym_co_yield_statement] = STATE(95), [sym_throw_statement] = STATE(95), [sym_try_statement] = STATE(95), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5253), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(3961), [sym_user_defined_literal] = STATE(3925), [aux_sym__declaration_specifiers_repeat1] = STATE(2582), [aux_sym_attributed_declarator_repeat1] = STATE(161), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [aux_sym_case_statement_repeat1] = STATE(95), [sym_identifier] = ACTIONS(1339), [aux_sym_preproc_include_token1] = ACTIONS(1342), [aux_sym_preproc_def_token1] = ACTIONS(1342), [aux_sym_preproc_if_token1] = ACTIONS(1342), [aux_sym_preproc_if_token2] = ACTIONS(1342), [aux_sym_preproc_ifdef_token1] = ACTIONS(1342), [aux_sym_preproc_ifdef_token2] = ACTIONS(1342), [aux_sym_preproc_else_token1] = ACTIONS(1342), [aux_sym_preproc_elif_token1] = ACTIONS(1342), [aux_sym_preproc_elifdef_token1] = ACTIONS(1342), [aux_sym_preproc_elifdef_token2] = ACTIONS(1342), [sym_preproc_directive] = ACTIONS(1342), [anon_sym_LPAREN2] = ACTIONS(1344), [anon_sym_BANG] = ACTIONS(1347), [anon_sym_TILDE] = ACTIONS(1347), [anon_sym_DASH] = ACTIONS(1350), [anon_sym_PLUS] = ACTIONS(1350), [anon_sym_STAR] = ACTIONS(1353), [anon_sym_AMP_AMP] = ACTIONS(1356), [anon_sym_AMP] = ACTIONS(1358), [anon_sym_SEMI] = ACTIONS(1361), [anon_sym_typedef] = ACTIONS(1364), [anon_sym_extern] = ACTIONS(1367), [anon_sym___attribute__] = ACTIONS(1370), [anon_sym_COLON_COLON] = ACTIONS(1373), [anon_sym_LBRACK_LBRACK] = ACTIONS(1376), [anon_sym___declspec] = ACTIONS(1379), [anon_sym___based] = ACTIONS(1342), [anon_sym___cdecl] = ACTIONS(1342), [anon_sym___clrcall] = ACTIONS(1342), [anon_sym___stdcall] = ACTIONS(1342), [anon_sym___fastcall] = ACTIONS(1342), [anon_sym___thiscall] = ACTIONS(1342), [anon_sym___vectorcall] = ACTIONS(1342), [anon_sym_LBRACE] = ACTIONS(1382), [anon_sym_signed] = ACTIONS(1385), [anon_sym_unsigned] = ACTIONS(1385), [anon_sym_long] = ACTIONS(1385), [anon_sym_short] = ACTIONS(1385), [anon_sym_LBRACK] = ACTIONS(1388), [anon_sym_static] = ACTIONS(1367), [anon_sym_register] = ACTIONS(1367), [anon_sym_inline] = ACTIONS(1367), [anon_sym_thread_local] = ACTIONS(1367), [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_mutable] = ACTIONS(1391), [anon_sym_constinit] = ACTIONS(1391), [anon_sym_consteval] = ACTIONS(1391), [sym_primitive_type] = ACTIONS(1394), [anon_sym_enum] = ACTIONS(1397), [anon_sym_class] = ACTIONS(1400), [anon_sym_struct] = ACTIONS(1403), [anon_sym_union] = ACTIONS(1406), [anon_sym_if] = ACTIONS(1409), [anon_sym_else] = ACTIONS(1342), [anon_sym_switch] = ACTIONS(1412), [anon_sym_case] = ACTIONS(1342), [anon_sym_default] = ACTIONS(1342), [anon_sym_while] = ACTIONS(1415), [anon_sym_do] = ACTIONS(1418), [anon_sym_for] = ACTIONS(1421), [anon_sym_return] = ACTIONS(1424), [anon_sym_break] = ACTIONS(1427), [anon_sym_continue] = ACTIONS(1430), [anon_sym_goto] = ACTIONS(1433), [anon_sym_not] = ACTIONS(1350), [anon_sym_compl] = ACTIONS(1350), [anon_sym_DASH_DASH] = ACTIONS(1436), [anon_sym_PLUS_PLUS] = ACTIONS(1436), [anon_sym_sizeof] = ACTIONS(1439), [anon_sym_offsetof] = ACTIONS(1442), [anon_sym__Generic] = ACTIONS(1445), [anon_sym_asm] = ACTIONS(1448), [anon_sym___asm__] = ACTIONS(1448), [sym_number_literal] = ACTIONS(1451), [anon_sym_L_SQUOTE] = ACTIONS(1454), [anon_sym_u_SQUOTE] = ACTIONS(1454), [anon_sym_U_SQUOTE] = ACTIONS(1454), [anon_sym_u8_SQUOTE] = ACTIONS(1454), [anon_sym_SQUOTE] = ACTIONS(1454), [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(1460), [sym_false] = ACTIONS(1460), [anon_sym_NULL] = ACTIONS(1463), [anon_sym_nullptr] = ACTIONS(1463), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(1466), [anon_sym_decltype] = ACTIONS(1469), [anon_sym_virtual] = ACTIONS(1472), [anon_sym_explicit] = ACTIONS(1342), [anon_sym_typename] = ACTIONS(1475), [anon_sym_template] = ACTIONS(1478), [anon_sym_operator] = ACTIONS(1342), [anon_sym_try] = ACTIONS(1481), [anon_sym_delete] = ACTIONS(1484), [anon_sym_throw] = ACTIONS(1487), [anon_sym_namespace] = ACTIONS(1342), [anon_sym_using] = ACTIONS(1342), [anon_sym_static_assert] = ACTIONS(1342), [anon_sym_concept] = ACTIONS(1342), [anon_sym_co_return] = ACTIONS(1490), [anon_sym_co_yield] = ACTIONS(1493), [anon_sym_R_DQUOTE] = ACTIONS(1496), [anon_sym_LR_DQUOTE] = ACTIONS(1496), [anon_sym_uR_DQUOTE] = ACTIONS(1496), [anon_sym_UR_DQUOTE] = ACTIONS(1496), [anon_sym_u8R_DQUOTE] = ACTIONS(1496), [anon_sym_co_await] = ACTIONS(1499), [anon_sym_new] = ACTIONS(1502), [anon_sym_requires] = ACTIONS(1505), [sym_this] = ACTIONS(1460), }, [96] = { [sym_declaration] = STATE(95), [sym_type_definition] = STATE(95), [sym__declaration_modifiers] = STATE(2582), [sym__declaration_specifiers] = STATE(4646), [sym_attribute_specifier] = STATE(2582), [sym_attribute_declaration] = STATE(1555), [sym_ms_declspec_modifier] = STATE(2582), [sym_compound_statement] = STATE(95), [sym_storage_class_specifier] = STATE(2582), [sym_type_qualifier] = STATE(2582), [sym__type_specifier] = STATE(3628), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [sym_attributed_statement] = STATE(95), [sym_labeled_statement] = STATE(95), [sym_expression_statement] = STATE(95), [sym_if_statement] = STATE(95), [sym_switch_statement] = STATE(95), [sym_while_statement] = STATE(95), [sym_do_statement] = STATE(95), [sym_for_statement] = STATE(95), [sym_return_statement] = STATE(95), [sym_break_statement] = STATE(95), [sym_continue_statement] = STATE(95), [sym_goto_statement] = STATE(95), [sym__expression] = STATE(4232), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7187), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym__class_name] = STATE(6738), [sym_virtual] = STATE(2582), [sym_dependent_type] = STATE(3695), [sym_template_type] = STATE(3931), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(95), [sym_co_return_statement] = STATE(95), [sym_co_yield_statement] = STATE(95), [sym_throw_statement] = STATE(95), [sym_try_statement] = STATE(95), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5253), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(3961), [sym_user_defined_literal] = STATE(3925), [aux_sym__declaration_specifiers_repeat1] = STATE(2582), [aux_sym_attributed_declarator_repeat1] = STATE(161), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [aux_sym_case_statement_repeat1] = STATE(95), [sym_identifier] = ACTIONS(1313), [aux_sym_preproc_include_token1] = ACTIONS(1508), [aux_sym_preproc_def_token1] = ACTIONS(1508), [aux_sym_preproc_if_token1] = ACTIONS(1508), [aux_sym_preproc_if_token2] = ACTIONS(1508), [aux_sym_preproc_ifdef_token1] = ACTIONS(1508), [aux_sym_preproc_ifdef_token2] = ACTIONS(1508), [aux_sym_preproc_else_token1] = ACTIONS(1508), [aux_sym_preproc_elif_token1] = ACTIONS(1508), [aux_sym_preproc_elifdef_token1] = ACTIONS(1508), [aux_sym_preproc_elifdef_token2] = ACTIONS(1508), [sym_preproc_directive] = ACTIONS(1508), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP_AMP] = ACTIONS(1510), [anon_sym_AMP] = ACTIONS(1323), [anon_sym_SEMI] = ACTIONS(247), [anon_sym_typedef] = ACTIONS(249), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym___declspec] = ACTIONS(43), [anon_sym___based] = ACTIONS(1508), [anon_sym___cdecl] = ACTIONS(1508), [anon_sym___clrcall] = ACTIONS(1508), [anon_sym___stdcall] = ACTIONS(1508), [anon_sym___fastcall] = ACTIONS(1508), [anon_sym___thiscall] = ACTIONS(1508), [anon_sym___vectorcall] = ACTIONS(1508), [anon_sym_LBRACE] = ACTIONS(253), [anon_sym_signed] = ACTIONS(51), [anon_sym_unsigned] = ACTIONS(51), [anon_sym_long] = ACTIONS(51), [anon_sym_short] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(1327), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(61), [anon_sym_enum] = ACTIONS(63), [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), [anon_sym_union] = ACTIONS(69), [anon_sym_if] = ACTIONS(257), [anon_sym_else] = ACTIONS(1508), [anon_sym_switch] = ACTIONS(259), [anon_sym_case] = ACTIONS(1508), [anon_sym_default] = ACTIONS(1508), [anon_sym_while] = ACTIONS(265), [anon_sym_do] = ACTIONS(267), [anon_sym_for] = ACTIONS(269), [anon_sym_return] = ACTIONS(271), [anon_sym_break] = ACTIONS(273), [anon_sym_continue] = ACTIONS(275), [anon_sym_goto] = ACTIONS(277), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(113), [anon_sym_decltype] = ACTIONS(115), [anon_sym_virtual] = ACTIONS(117), [anon_sym_explicit] = ACTIONS(1508), [anon_sym_typename] = ACTIONS(121), [anon_sym_template] = ACTIONS(1329), [anon_sym_operator] = ACTIONS(1508), [anon_sym_try] = ACTIONS(281), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(283), [anon_sym_namespace] = ACTIONS(1508), [anon_sym_using] = ACTIONS(1508), [anon_sym_static_assert] = ACTIONS(1508), [anon_sym_concept] = ACTIONS(1508), [anon_sym_co_return] = ACTIONS(293), [anon_sym_co_yield] = ACTIONS(295), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [97] = { [sym_declaration] = STATE(98), [sym_type_definition] = STATE(98), [sym__declaration_modifiers] = STATE(2582), [sym__declaration_specifiers] = STATE(4663), [sym_attribute_specifier] = STATE(2582), [sym_attribute_declaration] = STATE(1555), [sym_ms_declspec_modifier] = STATE(2582), [sym_compound_statement] = STATE(98), [sym_storage_class_specifier] = STATE(2582), [sym_type_qualifier] = STATE(2582), [sym__type_specifier] = STATE(3628), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [sym_attributed_statement] = STATE(98), [sym_labeled_statement] = STATE(98), [sym_expression_statement] = STATE(98), [sym_if_statement] = STATE(98), [sym_switch_statement] = STATE(98), [sym_while_statement] = STATE(98), [sym_do_statement] = STATE(98), [sym_for_statement] = STATE(98), [sym_return_statement] = STATE(98), [sym_break_statement] = STATE(98), [sym_continue_statement] = STATE(98), [sym_goto_statement] = STATE(98), [sym__expression] = STATE(4201), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7616), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym__class_name] = STATE(6738), [sym_virtual] = STATE(2582), [sym_dependent_type] = STATE(3695), [sym_template_type] = STATE(3931), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(98), [sym_co_return_statement] = STATE(98), [sym_co_yield_statement] = STATE(98), [sym_throw_statement] = STATE(98), [sym_try_statement] = STATE(98), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5253), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(3961), [sym_user_defined_literal] = STATE(3925), [aux_sym__declaration_specifiers_repeat1] = STATE(2582), [aux_sym_attributed_declarator_repeat1] = STATE(188), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [aux_sym_case_statement_repeat1] = STATE(98), [sym_identifier] = ACTIONS(1512), [aux_sym_preproc_include_token1] = ACTIONS(1508), [aux_sym_preproc_def_token1] = ACTIONS(1508), [aux_sym_preproc_if_token1] = ACTIONS(1508), [aux_sym_preproc_if_token2] = ACTIONS(1508), [aux_sym_preproc_ifdef_token1] = ACTIONS(1508), [aux_sym_preproc_ifdef_token2] = ACTIONS(1508), [aux_sym_preproc_else_token1] = ACTIONS(1508), [aux_sym_preproc_elif_token1] = ACTIONS(1508), [sym_preproc_directive] = ACTIONS(1508), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP_AMP] = ACTIONS(1510), [anon_sym_AMP] = ACTIONS(1323), [anon_sym_SEMI] = ACTIONS(345), [anon_sym_typedef] = ACTIONS(347), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym___declspec] = ACTIONS(43), [anon_sym___based] = ACTIONS(1508), [anon_sym___cdecl] = ACTIONS(1508), [anon_sym___clrcall] = ACTIONS(1508), [anon_sym___stdcall] = ACTIONS(1508), [anon_sym___fastcall] = ACTIONS(1508), [anon_sym___thiscall] = ACTIONS(1508), [anon_sym___vectorcall] = ACTIONS(1508), [anon_sym_LBRACE] = ACTIONS(351), [anon_sym_signed] = ACTIONS(51), [anon_sym_unsigned] = ACTIONS(51), [anon_sym_long] = ACTIONS(51), [anon_sym_short] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(1327), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(61), [anon_sym_enum] = ACTIONS(63), [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), [anon_sym_union] = ACTIONS(69), [anon_sym_if] = ACTIONS(355), [anon_sym_else] = ACTIONS(1508), [anon_sym_switch] = ACTIONS(357), [anon_sym_case] = ACTIONS(1508), [anon_sym_default] = ACTIONS(1508), [anon_sym_while] = ACTIONS(363), [anon_sym_do] = ACTIONS(365), [anon_sym_for] = ACTIONS(367), [anon_sym_return] = ACTIONS(369), [anon_sym_break] = ACTIONS(371), [anon_sym_continue] = ACTIONS(373), [anon_sym_goto] = ACTIONS(375), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(113), [anon_sym_decltype] = ACTIONS(115), [anon_sym_virtual] = ACTIONS(117), [anon_sym_explicit] = ACTIONS(1508), [anon_sym_typename] = ACTIONS(121), [anon_sym_template] = ACTIONS(1329), [anon_sym_operator] = ACTIONS(1508), [anon_sym_try] = ACTIONS(379), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(381), [anon_sym_namespace] = ACTIONS(1508), [anon_sym_using] = ACTIONS(1508), [anon_sym_static_assert] = ACTIONS(1508), [anon_sym_concept] = ACTIONS(1508), [anon_sym_co_return] = ACTIONS(391), [anon_sym_co_yield] = ACTIONS(393), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [98] = { [sym_declaration] = STATE(98), [sym_type_definition] = STATE(98), [sym__declaration_modifiers] = STATE(2582), [sym__declaration_specifiers] = STATE(4663), [sym_attribute_specifier] = STATE(2582), [sym_attribute_declaration] = STATE(1555), [sym_ms_declspec_modifier] = STATE(2582), [sym_compound_statement] = STATE(98), [sym_storage_class_specifier] = STATE(2582), [sym_type_qualifier] = STATE(2582), [sym__type_specifier] = STATE(3628), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [sym_attributed_statement] = STATE(98), [sym_labeled_statement] = STATE(98), [sym_expression_statement] = STATE(98), [sym_if_statement] = STATE(98), [sym_switch_statement] = STATE(98), [sym_while_statement] = STATE(98), [sym_do_statement] = STATE(98), [sym_for_statement] = STATE(98), [sym_return_statement] = STATE(98), [sym_break_statement] = STATE(98), [sym_continue_statement] = STATE(98), [sym_goto_statement] = STATE(98), [sym__expression] = STATE(4201), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7616), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym__class_name] = STATE(6738), [sym_virtual] = STATE(2582), [sym_dependent_type] = STATE(3695), [sym_template_type] = STATE(3931), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(98), [sym_co_return_statement] = STATE(98), [sym_co_yield_statement] = STATE(98), [sym_throw_statement] = STATE(98), [sym_try_statement] = STATE(98), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5253), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(3961), [sym_user_defined_literal] = STATE(3925), [aux_sym__declaration_specifiers_repeat1] = STATE(2582), [aux_sym_attributed_declarator_repeat1] = STATE(188), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [aux_sym_case_statement_repeat1] = STATE(98), [sym_identifier] = ACTIONS(1514), [aux_sym_preproc_include_token1] = ACTIONS(1342), [aux_sym_preproc_def_token1] = ACTIONS(1342), [aux_sym_preproc_if_token1] = ACTIONS(1342), [aux_sym_preproc_if_token2] = ACTIONS(1342), [aux_sym_preproc_ifdef_token1] = ACTIONS(1342), [aux_sym_preproc_ifdef_token2] = ACTIONS(1342), [aux_sym_preproc_else_token1] = ACTIONS(1342), [aux_sym_preproc_elif_token1] = ACTIONS(1342), [sym_preproc_directive] = ACTIONS(1342), [anon_sym_LPAREN2] = ACTIONS(1344), [anon_sym_BANG] = ACTIONS(1347), [anon_sym_TILDE] = ACTIONS(1347), [anon_sym_DASH] = ACTIONS(1350), [anon_sym_PLUS] = ACTIONS(1350), [anon_sym_STAR] = ACTIONS(1353), [anon_sym_AMP_AMP] = ACTIONS(1356), [anon_sym_AMP] = ACTIONS(1358), [anon_sym_SEMI] = ACTIONS(1517), [anon_sym_typedef] = ACTIONS(1520), [anon_sym_extern] = ACTIONS(1367), [anon_sym___attribute__] = ACTIONS(1370), [anon_sym_COLON_COLON] = ACTIONS(1373), [anon_sym_LBRACK_LBRACK] = ACTIONS(1376), [anon_sym___declspec] = ACTIONS(1379), [anon_sym___based] = ACTIONS(1342), [anon_sym___cdecl] = ACTIONS(1342), [anon_sym___clrcall] = ACTIONS(1342), [anon_sym___stdcall] = ACTIONS(1342), [anon_sym___fastcall] = ACTIONS(1342), [anon_sym___thiscall] = ACTIONS(1342), [anon_sym___vectorcall] = ACTIONS(1342), [anon_sym_LBRACE] = ACTIONS(1523), [anon_sym_signed] = ACTIONS(1385), [anon_sym_unsigned] = ACTIONS(1385), [anon_sym_long] = ACTIONS(1385), [anon_sym_short] = ACTIONS(1385), [anon_sym_LBRACK] = ACTIONS(1388), [anon_sym_static] = ACTIONS(1367), [anon_sym_register] = ACTIONS(1367), [anon_sym_inline] = ACTIONS(1367), [anon_sym_thread_local] = ACTIONS(1367), [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_mutable] = ACTIONS(1391), [anon_sym_constinit] = ACTIONS(1391), [anon_sym_consteval] = ACTIONS(1391), [sym_primitive_type] = ACTIONS(1394), [anon_sym_enum] = ACTIONS(1397), [anon_sym_class] = ACTIONS(1400), [anon_sym_struct] = ACTIONS(1403), [anon_sym_union] = ACTIONS(1406), [anon_sym_if] = ACTIONS(1526), [anon_sym_else] = ACTIONS(1342), [anon_sym_switch] = ACTIONS(1529), [anon_sym_case] = ACTIONS(1342), [anon_sym_default] = ACTIONS(1342), [anon_sym_while] = ACTIONS(1532), [anon_sym_do] = ACTIONS(1535), [anon_sym_for] = ACTIONS(1538), [anon_sym_return] = ACTIONS(1541), [anon_sym_break] = ACTIONS(1544), [anon_sym_continue] = ACTIONS(1547), [anon_sym_goto] = ACTIONS(1550), [anon_sym_not] = ACTIONS(1350), [anon_sym_compl] = ACTIONS(1350), [anon_sym_DASH_DASH] = ACTIONS(1436), [anon_sym_PLUS_PLUS] = ACTIONS(1436), [anon_sym_sizeof] = ACTIONS(1439), [anon_sym_offsetof] = ACTIONS(1442), [anon_sym__Generic] = ACTIONS(1445), [anon_sym_asm] = ACTIONS(1448), [anon_sym___asm__] = ACTIONS(1448), [sym_number_literal] = ACTIONS(1451), [anon_sym_L_SQUOTE] = ACTIONS(1454), [anon_sym_u_SQUOTE] = ACTIONS(1454), [anon_sym_U_SQUOTE] = ACTIONS(1454), [anon_sym_u8_SQUOTE] = ACTIONS(1454), [anon_sym_SQUOTE] = ACTIONS(1454), [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(1460), [sym_false] = ACTIONS(1460), [anon_sym_NULL] = ACTIONS(1463), [anon_sym_nullptr] = ACTIONS(1463), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(1466), [anon_sym_decltype] = ACTIONS(1469), [anon_sym_virtual] = ACTIONS(1472), [anon_sym_explicit] = ACTIONS(1342), [anon_sym_typename] = ACTIONS(1475), [anon_sym_template] = ACTIONS(1478), [anon_sym_operator] = ACTIONS(1342), [anon_sym_try] = ACTIONS(1553), [anon_sym_delete] = ACTIONS(1484), [anon_sym_throw] = ACTIONS(1556), [anon_sym_namespace] = ACTIONS(1342), [anon_sym_using] = ACTIONS(1342), [anon_sym_static_assert] = ACTIONS(1342), [anon_sym_concept] = ACTIONS(1342), [anon_sym_co_return] = ACTIONS(1559), [anon_sym_co_yield] = ACTIONS(1562), [anon_sym_R_DQUOTE] = ACTIONS(1496), [anon_sym_LR_DQUOTE] = ACTIONS(1496), [anon_sym_uR_DQUOTE] = ACTIONS(1496), [anon_sym_UR_DQUOTE] = ACTIONS(1496), [anon_sym_u8R_DQUOTE] = ACTIONS(1496), [anon_sym_co_await] = ACTIONS(1499), [anon_sym_new] = ACTIONS(1502), [anon_sym_requires] = ACTIONS(1505), [sym_this] = ACTIONS(1460), }, [99] = { [sym_declaration] = STATE(98), [sym_type_definition] = STATE(98), [sym__declaration_modifiers] = STATE(2582), [sym__declaration_specifiers] = STATE(4663), [sym_attribute_specifier] = STATE(2582), [sym_attribute_declaration] = STATE(1555), [sym_ms_declspec_modifier] = STATE(2582), [sym_compound_statement] = STATE(98), [sym_storage_class_specifier] = STATE(2582), [sym_type_qualifier] = STATE(2582), [sym__type_specifier] = STATE(3628), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [sym_attributed_statement] = STATE(98), [sym_labeled_statement] = STATE(98), [sym_expression_statement] = STATE(98), [sym_if_statement] = STATE(98), [sym_switch_statement] = STATE(98), [sym_while_statement] = STATE(98), [sym_do_statement] = STATE(98), [sym_for_statement] = STATE(98), [sym_return_statement] = STATE(98), [sym_break_statement] = STATE(98), [sym_continue_statement] = STATE(98), [sym_goto_statement] = STATE(98), [sym__expression] = STATE(4201), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7616), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym__class_name] = STATE(6738), [sym_virtual] = STATE(2582), [sym_dependent_type] = STATE(3695), [sym_template_type] = STATE(3931), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(98), [sym_co_return_statement] = STATE(98), [sym_co_yield_statement] = STATE(98), [sym_throw_statement] = STATE(98), [sym_try_statement] = STATE(98), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5253), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(3961), [sym_user_defined_literal] = STATE(3925), [aux_sym__declaration_specifiers_repeat1] = STATE(2582), [aux_sym_attributed_declarator_repeat1] = STATE(188), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [aux_sym_case_statement_repeat1] = STATE(98), [sym_identifier] = ACTIONS(1512), [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), [sym_preproc_directive] = ACTIONS(1331), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP_AMP] = ACTIONS(1333), [anon_sym_AMP] = ACTIONS(1323), [anon_sym_SEMI] = ACTIONS(345), [anon_sym_typedef] = ACTIONS(347), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym___declspec] = ACTIONS(43), [anon_sym___based] = 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(351), [anon_sym_signed] = ACTIONS(51), [anon_sym_unsigned] = ACTIONS(51), [anon_sym_long] = ACTIONS(51), [anon_sym_short] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(1327), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(61), [anon_sym_enum] = ACTIONS(63), [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), [anon_sym_union] = ACTIONS(69), [anon_sym_if] = ACTIONS(355), [anon_sym_else] = ACTIONS(1331), [anon_sym_switch] = ACTIONS(357), [anon_sym_case] = ACTIONS(1331), [anon_sym_default] = ACTIONS(1331), [anon_sym_while] = ACTIONS(363), [anon_sym_do] = ACTIONS(365), [anon_sym_for] = ACTIONS(367), [anon_sym_return] = ACTIONS(369), [anon_sym_break] = ACTIONS(371), [anon_sym_continue] = ACTIONS(373), [anon_sym_goto] = ACTIONS(375), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(113), [anon_sym_decltype] = ACTIONS(115), [anon_sym_virtual] = ACTIONS(117), [anon_sym_explicit] = ACTIONS(1331), [anon_sym_typename] = ACTIONS(121), [anon_sym_template] = ACTIONS(1329), [anon_sym_operator] = ACTIONS(1331), [anon_sym_try] = ACTIONS(379), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(381), [anon_sym_namespace] = ACTIONS(1331), [anon_sym_using] = ACTIONS(1331), [anon_sym_static_assert] = ACTIONS(1331), [anon_sym_concept] = ACTIONS(1331), [anon_sym_co_return] = ACTIONS(391), [anon_sym_co_yield] = ACTIONS(393), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [100] = { [sym_declaration] = STATE(97), [sym_type_definition] = STATE(97), [sym__declaration_modifiers] = STATE(2582), [sym__declaration_specifiers] = STATE(4663), [sym_attribute_specifier] = STATE(2582), [sym_attribute_declaration] = STATE(1555), [sym_ms_declspec_modifier] = STATE(2582), [sym_compound_statement] = STATE(97), [sym_storage_class_specifier] = STATE(2582), [sym_type_qualifier] = STATE(2582), [sym__type_specifier] = STATE(3628), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [sym_attributed_statement] = STATE(97), [sym_labeled_statement] = STATE(97), [sym_expression_statement] = STATE(97), [sym_if_statement] = STATE(97), [sym_switch_statement] = STATE(97), [sym_while_statement] = STATE(97), [sym_do_statement] = STATE(97), [sym_for_statement] = STATE(97), [sym_return_statement] = STATE(97), [sym_break_statement] = STATE(97), [sym_continue_statement] = STATE(97), [sym_goto_statement] = STATE(97), [sym__expression] = STATE(4201), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7616), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym__class_name] = STATE(6738), [sym_virtual] = STATE(2582), [sym_dependent_type] = STATE(3695), [sym_template_type] = STATE(3931), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(97), [sym_co_return_statement] = STATE(97), [sym_co_yield_statement] = STATE(97), [sym_throw_statement] = STATE(97), [sym_try_statement] = STATE(97), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5253), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(3961), [sym_user_defined_literal] = STATE(3925), [aux_sym__declaration_specifiers_repeat1] = STATE(2582), [aux_sym_attributed_declarator_repeat1] = STATE(188), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [aux_sym_case_statement_repeat1] = STATE(97), [sym_identifier] = ACTIONS(1512), [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), [sym_preproc_directive] = ACTIONS(1315), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP_AMP] = ACTIONS(1321), [anon_sym_AMP] = ACTIONS(1323), [anon_sym_SEMI] = ACTIONS(345), [anon_sym_typedef] = ACTIONS(347), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym___declspec] = ACTIONS(43), [anon_sym___based] = 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(351), [anon_sym_signed] = ACTIONS(51), [anon_sym_unsigned] = ACTIONS(51), [anon_sym_long] = ACTIONS(51), [anon_sym_short] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(1327), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(61), [anon_sym_enum] = ACTIONS(63), [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), [anon_sym_union] = ACTIONS(69), [anon_sym_if] = ACTIONS(355), [anon_sym_else] = ACTIONS(1315), [anon_sym_switch] = ACTIONS(357), [anon_sym_case] = ACTIONS(1315), [anon_sym_default] = ACTIONS(1315), [anon_sym_while] = ACTIONS(363), [anon_sym_do] = ACTIONS(365), [anon_sym_for] = ACTIONS(367), [anon_sym_return] = ACTIONS(369), [anon_sym_break] = ACTIONS(371), [anon_sym_continue] = ACTIONS(373), [anon_sym_goto] = ACTIONS(375), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(113), [anon_sym_decltype] = ACTIONS(115), [anon_sym_virtual] = ACTIONS(117), [anon_sym_explicit] = ACTIONS(1315), [anon_sym_typename] = ACTIONS(121), [anon_sym_template] = ACTIONS(1329), [anon_sym_operator] = ACTIONS(1315), [anon_sym_try] = ACTIONS(379), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(381), [anon_sym_namespace] = ACTIONS(1315), [anon_sym_using] = ACTIONS(1315), [anon_sym_static_assert] = ACTIONS(1315), [anon_sym_concept] = ACTIONS(1315), [anon_sym_co_return] = ACTIONS(391), [anon_sym_co_yield] = ACTIONS(393), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [101] = { [sym_declaration] = STATE(99), [sym_type_definition] = STATE(99), [sym__declaration_modifiers] = STATE(2582), [sym__declaration_specifiers] = STATE(4663), [sym_attribute_specifier] = STATE(2582), [sym_attribute_declaration] = STATE(1555), [sym_ms_declspec_modifier] = STATE(2582), [sym_compound_statement] = STATE(99), [sym_storage_class_specifier] = STATE(2582), [sym_type_qualifier] = STATE(2582), [sym__type_specifier] = STATE(3628), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [sym_attributed_statement] = STATE(99), [sym_labeled_statement] = STATE(99), [sym_expression_statement] = STATE(99), [sym_if_statement] = STATE(99), [sym_switch_statement] = STATE(99), [sym_while_statement] = STATE(99), [sym_do_statement] = STATE(99), [sym_for_statement] = STATE(99), [sym_return_statement] = STATE(99), [sym_break_statement] = STATE(99), [sym_continue_statement] = STATE(99), [sym_goto_statement] = STATE(99), [sym__expression] = STATE(4201), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7616), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym__class_name] = STATE(6738), [sym_virtual] = STATE(2582), [sym_dependent_type] = STATE(3695), [sym_template_type] = STATE(3931), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(99), [sym_co_return_statement] = STATE(99), [sym_co_yield_statement] = STATE(99), [sym_throw_statement] = STATE(99), [sym_try_statement] = STATE(99), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5253), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(3961), [sym_user_defined_literal] = STATE(3925), [aux_sym__declaration_specifiers_repeat1] = STATE(2582), [aux_sym_attributed_declarator_repeat1] = STATE(188), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [aux_sym_case_statement_repeat1] = STATE(99), [sym_identifier] = ACTIONS(1512), [aux_sym_preproc_include_token1] = ACTIONS(1335), [aux_sym_preproc_def_token1] = ACTIONS(1335), [aux_sym_preproc_if_token1] = ACTIONS(1335), [aux_sym_preproc_if_token2] = ACTIONS(1335), [aux_sym_preproc_ifdef_token1] = ACTIONS(1335), [aux_sym_preproc_ifdef_token2] = ACTIONS(1335), [aux_sym_preproc_else_token1] = ACTIONS(1335), [aux_sym_preproc_elif_token1] = ACTIONS(1335), [sym_preproc_directive] = ACTIONS(1335), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP_AMP] = ACTIONS(1337), [anon_sym_AMP] = ACTIONS(1323), [anon_sym_SEMI] = ACTIONS(345), [anon_sym_typedef] = ACTIONS(347), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym___declspec] = ACTIONS(43), [anon_sym___based] = ACTIONS(1335), [anon_sym___cdecl] = ACTIONS(1335), [anon_sym___clrcall] = ACTIONS(1335), [anon_sym___stdcall] = ACTIONS(1335), [anon_sym___fastcall] = ACTIONS(1335), [anon_sym___thiscall] = ACTIONS(1335), [anon_sym___vectorcall] = ACTIONS(1335), [anon_sym_LBRACE] = ACTIONS(351), [anon_sym_signed] = ACTIONS(51), [anon_sym_unsigned] = ACTIONS(51), [anon_sym_long] = ACTIONS(51), [anon_sym_short] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(1327), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(61), [anon_sym_enum] = ACTIONS(63), [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), [anon_sym_union] = ACTIONS(69), [anon_sym_if] = ACTIONS(355), [anon_sym_else] = ACTIONS(1335), [anon_sym_switch] = ACTIONS(357), [anon_sym_case] = ACTIONS(1335), [anon_sym_default] = ACTIONS(1335), [anon_sym_while] = ACTIONS(363), [anon_sym_do] = ACTIONS(365), [anon_sym_for] = ACTIONS(367), [anon_sym_return] = ACTIONS(369), [anon_sym_break] = ACTIONS(371), [anon_sym_continue] = ACTIONS(373), [anon_sym_goto] = ACTIONS(375), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(113), [anon_sym_decltype] = ACTIONS(115), [anon_sym_virtual] = ACTIONS(117), [anon_sym_explicit] = ACTIONS(1335), [anon_sym_typename] = ACTIONS(121), [anon_sym_template] = ACTIONS(1329), [anon_sym_operator] = ACTIONS(1335), [anon_sym_try] = ACTIONS(379), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(381), [anon_sym_namespace] = ACTIONS(1335), [anon_sym_using] = ACTIONS(1335), [anon_sym_static_assert] = ACTIONS(1335), [anon_sym_concept] = ACTIONS(1335), [anon_sym_co_return] = ACTIONS(391), [anon_sym_co_yield] = ACTIONS(393), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [102] = { [sym_declaration] = STATE(104), [sym_type_definition] = STATE(104), [sym__declaration_modifiers] = STATE(2582), [sym__declaration_specifiers] = STATE(4635), [sym_attribute_specifier] = STATE(2582), [sym_attribute_declaration] = STATE(1555), [sym_ms_declspec_modifier] = STATE(2582), [sym_compound_statement] = STATE(104), [sym_storage_class_specifier] = STATE(2582), [sym_type_qualifier] = STATE(2582), [sym__type_specifier] = STATE(3628), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [sym_attributed_statement] = STATE(104), [sym_labeled_statement] = STATE(104), [sym_expression_statement] = STATE(104), [sym_if_statement] = STATE(104), [sym_switch_statement] = STATE(104), [sym_while_statement] = STATE(104), [sym_do_statement] = STATE(104), [sym_for_statement] = STATE(104), [sym_return_statement] = STATE(104), [sym_break_statement] = STATE(104), [sym_continue_statement] = STATE(104), [sym_goto_statement] = STATE(104), [sym__expression] = STATE(4301), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7279), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym__class_name] = STATE(6738), [sym_virtual] = STATE(2582), [sym_dependent_type] = STATE(3695), [sym_template_type] = STATE(3931), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(104), [sym_co_return_statement] = STATE(104), [sym_co_yield_statement] = STATE(104), [sym_throw_statement] = STATE(104), [sym_try_statement] = STATE(104), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5253), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(3961), [sym_user_defined_literal] = STATE(3925), [aux_sym__declaration_specifiers_repeat1] = STATE(2582), [aux_sym_attributed_declarator_repeat1] = STATE(204), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [aux_sym_case_statement_repeat1] = STATE(104), [sym_identifier] = ACTIONS(1565), [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(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP_AMP] = ACTIONS(1333), [anon_sym_AMP] = ACTIONS(1323), [anon_sym_SEMI] = ACTIONS(167), [anon_sym_typedef] = ACTIONS(169), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym___declspec] = ACTIONS(43), [anon_sym___based] = 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(738), [anon_sym_RBRACE] = ACTIONS(1333), [anon_sym_signed] = ACTIONS(51), [anon_sym_unsigned] = ACTIONS(51), [anon_sym_long] = ACTIONS(51), [anon_sym_short] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(1327), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(61), [anon_sym_enum] = ACTIONS(63), [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), [anon_sym_union] = ACTIONS(69), [anon_sym_if] = ACTIONS(181), [anon_sym_else] = ACTIONS(1331), [anon_sym_switch] = ACTIONS(183), [anon_sym_case] = ACTIONS(1331), [anon_sym_default] = ACTIONS(1331), [anon_sym_while] = ACTIONS(189), [anon_sym_do] = ACTIONS(191), [anon_sym_for] = ACTIONS(193), [anon_sym_return] = ACTIONS(195), [anon_sym_break] = ACTIONS(197), [anon_sym_continue] = ACTIONS(199), [anon_sym_goto] = ACTIONS(201), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(113), [anon_sym_decltype] = ACTIONS(115), [anon_sym_virtual] = ACTIONS(117), [anon_sym_explicit] = ACTIONS(1331), [anon_sym_typename] = ACTIONS(121), [anon_sym_template] = ACTIONS(1329), [anon_sym_operator] = ACTIONS(1331), [anon_sym_try] = ACTIONS(209), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(211), [anon_sym_namespace] = ACTIONS(1331), [anon_sym_using] = ACTIONS(1331), [anon_sym_static_assert] = ACTIONS(1331), [anon_sym_concept] = ACTIONS(1331), [anon_sym_co_return] = ACTIONS(221), [anon_sym_co_yield] = ACTIONS(223), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [103] = { [sym_declaration] = STATE(112), [sym_type_definition] = STATE(112), [sym__declaration_modifiers] = STATE(2582), [sym__declaration_specifiers] = STATE(4692), [sym_attribute_specifier] = STATE(2582), [sym_attribute_declaration] = STATE(1555), [sym_ms_declspec_modifier] = STATE(2582), [sym_compound_statement] = STATE(112), [sym_storage_class_specifier] = STATE(2582), [sym_type_qualifier] = STATE(2582), [sym__type_specifier] = STATE(3628), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [sym_attributed_statement] = STATE(112), [sym_labeled_statement] = STATE(112), [sym_expression_statement] = STATE(112), [sym_if_statement] = STATE(112), [sym_switch_statement] = STATE(112), [sym_while_statement] = STATE(112), [sym_do_statement] = STATE(112), [sym_for_statement] = STATE(112), [sym_return_statement] = STATE(112), [sym_break_statement] = STATE(112), [sym_continue_statement] = STATE(112), [sym_goto_statement] = STATE(112), [sym__expression] = STATE(4223), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7086), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym__class_name] = STATE(6738), [sym_virtual] = STATE(2582), [sym_dependent_type] = STATE(3695), [sym_template_type] = STATE(3931), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(112), [sym_co_return_statement] = STATE(112), [sym_co_yield_statement] = STATE(112), [sym_throw_statement] = STATE(112), [sym_try_statement] = STATE(112), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5253), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(3961), [sym_user_defined_literal] = STATE(3925), [aux_sym__declaration_specifiers_repeat1] = STATE(2582), [aux_sym_attributed_declarator_repeat1] = STATE(166), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [aux_sym_case_statement_repeat1] = STATE(112), [ts_builtin_sym_end] = ACTIONS(1510), [sym_identifier] = ACTIONS(1567), [aux_sym_preproc_include_token1] = ACTIONS(1508), [aux_sym_preproc_def_token1] = ACTIONS(1508), [aux_sym_preproc_if_token1] = ACTIONS(1508), [aux_sym_preproc_ifdef_token1] = ACTIONS(1508), [aux_sym_preproc_ifdef_token2] = ACTIONS(1508), [sym_preproc_directive] = ACTIONS(1508), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP_AMP] = ACTIONS(1510), [anon_sym_AMP] = ACTIONS(1323), [anon_sym_SEMI] = ACTIONS(1569), [anon_sym_typedef] = ACTIONS(33), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym___declspec] = ACTIONS(43), [anon_sym___based] = ACTIONS(1508), [anon_sym___cdecl] = ACTIONS(1508), [anon_sym___clrcall] = ACTIONS(1508), [anon_sym___stdcall] = ACTIONS(1508), [anon_sym___fastcall] = ACTIONS(1508), [anon_sym___thiscall] = ACTIONS(1508), [anon_sym___vectorcall] = ACTIONS(1508), [anon_sym_LBRACE] = ACTIONS(49), [anon_sym_signed] = ACTIONS(51), [anon_sym_unsigned] = ACTIONS(51), [anon_sym_long] = ACTIONS(51), [anon_sym_short] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(1327), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(61), [anon_sym_enum] = ACTIONS(63), [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), [anon_sym_union] = ACTIONS(69), [anon_sym_if] = ACTIONS(71), [anon_sym_else] = ACTIONS(1508), [anon_sym_switch] = ACTIONS(73), [anon_sym_case] = ACTIONS(1508), [anon_sym_default] = ACTIONS(1508), [anon_sym_while] = ACTIONS(79), [anon_sym_do] = ACTIONS(81), [anon_sym_for] = ACTIONS(83), [anon_sym_return] = ACTIONS(85), [anon_sym_break] = ACTIONS(87), [anon_sym_continue] = ACTIONS(89), [anon_sym_goto] = ACTIONS(91), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(113), [anon_sym_decltype] = ACTIONS(115), [anon_sym_virtual] = ACTIONS(117), [anon_sym_explicit] = ACTIONS(1508), [anon_sym_typename] = ACTIONS(121), [anon_sym_template] = ACTIONS(1329), [anon_sym_operator] = ACTIONS(1508), [anon_sym_try] = ACTIONS(127), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(131), [anon_sym_namespace] = ACTIONS(1508), [anon_sym_using] = ACTIONS(1508), [anon_sym_static_assert] = ACTIONS(1508), [anon_sym_concept] = ACTIONS(1508), [anon_sym_co_return] = ACTIONS(141), [anon_sym_co_yield] = ACTIONS(143), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [104] = { [sym_declaration] = STATE(104), [sym_type_definition] = STATE(104), [sym__declaration_modifiers] = STATE(2582), [sym__declaration_specifiers] = STATE(4635), [sym_attribute_specifier] = STATE(2582), [sym_attribute_declaration] = STATE(1555), [sym_ms_declspec_modifier] = STATE(2582), [sym_compound_statement] = STATE(104), [sym_storage_class_specifier] = STATE(2582), [sym_type_qualifier] = STATE(2582), [sym__type_specifier] = STATE(3628), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [sym_attributed_statement] = STATE(104), [sym_labeled_statement] = STATE(104), [sym_expression_statement] = STATE(104), [sym_if_statement] = STATE(104), [sym_switch_statement] = STATE(104), [sym_while_statement] = STATE(104), [sym_do_statement] = STATE(104), [sym_for_statement] = STATE(104), [sym_return_statement] = STATE(104), [sym_break_statement] = STATE(104), [sym_continue_statement] = STATE(104), [sym_goto_statement] = STATE(104), [sym__expression] = STATE(4301), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7279), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym__class_name] = STATE(6738), [sym_virtual] = STATE(2582), [sym_dependent_type] = STATE(3695), [sym_template_type] = STATE(3931), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(104), [sym_co_return_statement] = STATE(104), [sym_co_yield_statement] = STATE(104), [sym_throw_statement] = STATE(104), [sym_try_statement] = STATE(104), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5253), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(3961), [sym_user_defined_literal] = STATE(3925), [aux_sym__declaration_specifiers_repeat1] = STATE(2582), [aux_sym_attributed_declarator_repeat1] = STATE(204), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [aux_sym_case_statement_repeat1] = STATE(104), [sym_identifier] = ACTIONS(1571), [aux_sym_preproc_include_token1] = ACTIONS(1342), [aux_sym_preproc_def_token1] = ACTIONS(1342), [aux_sym_preproc_if_token1] = ACTIONS(1342), [aux_sym_preproc_ifdef_token1] = ACTIONS(1342), [aux_sym_preproc_ifdef_token2] = ACTIONS(1342), [sym_preproc_directive] = ACTIONS(1342), [anon_sym_LPAREN2] = ACTIONS(1344), [anon_sym_BANG] = ACTIONS(1347), [anon_sym_TILDE] = ACTIONS(1347), [anon_sym_DASH] = ACTIONS(1350), [anon_sym_PLUS] = ACTIONS(1350), [anon_sym_STAR] = ACTIONS(1353), [anon_sym_AMP_AMP] = ACTIONS(1356), [anon_sym_AMP] = ACTIONS(1358), [anon_sym_SEMI] = ACTIONS(1574), [anon_sym_typedef] = ACTIONS(1577), [anon_sym_extern] = ACTIONS(1367), [anon_sym___attribute__] = ACTIONS(1370), [anon_sym_COLON_COLON] = ACTIONS(1373), [anon_sym_LBRACK_LBRACK] = ACTIONS(1376), [anon_sym___declspec] = ACTIONS(1379), [anon_sym___based] = ACTIONS(1342), [anon_sym___cdecl] = ACTIONS(1342), [anon_sym___clrcall] = ACTIONS(1342), [anon_sym___stdcall] = ACTIONS(1342), [anon_sym___fastcall] = ACTIONS(1342), [anon_sym___thiscall] = ACTIONS(1342), [anon_sym___vectorcall] = ACTIONS(1342), [anon_sym_LBRACE] = ACTIONS(1580), [anon_sym_RBRACE] = ACTIONS(1356), [anon_sym_signed] = ACTIONS(1385), [anon_sym_unsigned] = ACTIONS(1385), [anon_sym_long] = ACTIONS(1385), [anon_sym_short] = ACTIONS(1385), [anon_sym_LBRACK] = ACTIONS(1388), [anon_sym_static] = ACTIONS(1367), [anon_sym_register] = ACTIONS(1367), [anon_sym_inline] = ACTIONS(1367), [anon_sym_thread_local] = ACTIONS(1367), [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_mutable] = ACTIONS(1391), [anon_sym_constinit] = ACTIONS(1391), [anon_sym_consteval] = ACTIONS(1391), [sym_primitive_type] = ACTIONS(1394), [anon_sym_enum] = ACTIONS(1397), [anon_sym_class] = ACTIONS(1400), [anon_sym_struct] = ACTIONS(1403), [anon_sym_union] = ACTIONS(1406), [anon_sym_if] = ACTIONS(1583), [anon_sym_else] = ACTIONS(1342), [anon_sym_switch] = ACTIONS(1586), [anon_sym_case] = ACTIONS(1342), [anon_sym_default] = ACTIONS(1342), [anon_sym_while] = ACTIONS(1589), [anon_sym_do] = ACTIONS(1592), [anon_sym_for] = ACTIONS(1595), [anon_sym_return] = ACTIONS(1598), [anon_sym_break] = ACTIONS(1601), [anon_sym_continue] = ACTIONS(1604), [anon_sym_goto] = ACTIONS(1607), [anon_sym_not] = ACTIONS(1350), [anon_sym_compl] = ACTIONS(1350), [anon_sym_DASH_DASH] = ACTIONS(1436), [anon_sym_PLUS_PLUS] = ACTIONS(1436), [anon_sym_sizeof] = ACTIONS(1439), [anon_sym_offsetof] = ACTIONS(1442), [anon_sym__Generic] = ACTIONS(1445), [anon_sym_asm] = ACTIONS(1448), [anon_sym___asm__] = ACTIONS(1448), [sym_number_literal] = ACTIONS(1451), [anon_sym_L_SQUOTE] = ACTIONS(1454), [anon_sym_u_SQUOTE] = ACTIONS(1454), [anon_sym_U_SQUOTE] = ACTIONS(1454), [anon_sym_u8_SQUOTE] = ACTIONS(1454), [anon_sym_SQUOTE] = ACTIONS(1454), [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(1460), [sym_false] = ACTIONS(1460), [anon_sym_NULL] = ACTIONS(1463), [anon_sym_nullptr] = ACTIONS(1463), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(1466), [anon_sym_decltype] = ACTIONS(1469), [anon_sym_virtual] = ACTIONS(1472), [anon_sym_explicit] = ACTIONS(1342), [anon_sym_typename] = ACTIONS(1475), [anon_sym_template] = ACTIONS(1478), [anon_sym_operator] = ACTIONS(1342), [anon_sym_try] = ACTIONS(1610), [anon_sym_delete] = ACTIONS(1484), [anon_sym_throw] = ACTIONS(1613), [anon_sym_namespace] = ACTIONS(1342), [anon_sym_using] = ACTIONS(1342), [anon_sym_static_assert] = ACTIONS(1342), [anon_sym_concept] = ACTIONS(1342), [anon_sym_co_return] = ACTIONS(1616), [anon_sym_co_yield] = ACTIONS(1619), [anon_sym_R_DQUOTE] = ACTIONS(1496), [anon_sym_LR_DQUOTE] = ACTIONS(1496), [anon_sym_uR_DQUOTE] = ACTIONS(1496), [anon_sym_UR_DQUOTE] = ACTIONS(1496), [anon_sym_u8R_DQUOTE] = ACTIONS(1496), [anon_sym_co_await] = ACTIONS(1499), [anon_sym_new] = ACTIONS(1502), [anon_sym_requires] = ACTIONS(1505), [sym_this] = ACTIONS(1460), }, [105] = { [sym_declaration] = STATE(107), [sym_type_definition] = STATE(107), [sym__declaration_modifiers] = STATE(2582), [sym__declaration_specifiers] = STATE(4635), [sym_attribute_specifier] = STATE(2582), [sym_attribute_declaration] = STATE(1555), [sym_ms_declspec_modifier] = STATE(2582), [sym_compound_statement] = STATE(107), [sym_storage_class_specifier] = STATE(2582), [sym_type_qualifier] = STATE(2582), [sym__type_specifier] = STATE(3628), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [sym_attributed_statement] = STATE(107), [sym_labeled_statement] = STATE(107), [sym_expression_statement] = STATE(107), [sym_if_statement] = STATE(107), [sym_switch_statement] = STATE(107), [sym_while_statement] = STATE(107), [sym_do_statement] = STATE(107), [sym_for_statement] = STATE(107), [sym_return_statement] = STATE(107), [sym_break_statement] = STATE(107), [sym_continue_statement] = STATE(107), [sym_goto_statement] = STATE(107), [sym__expression] = STATE(4301), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7279), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym__class_name] = STATE(6738), [sym_virtual] = STATE(2582), [sym_dependent_type] = STATE(3695), [sym_template_type] = STATE(3931), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(107), [sym_co_return_statement] = STATE(107), [sym_co_yield_statement] = STATE(107), [sym_throw_statement] = STATE(107), [sym_try_statement] = STATE(107), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5253), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(3961), [sym_user_defined_literal] = STATE(3925), [aux_sym__declaration_specifiers_repeat1] = STATE(2582), [aux_sym_attributed_declarator_repeat1] = STATE(204), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [aux_sym_case_statement_repeat1] = STATE(107), [sym_identifier] = ACTIONS(1565), [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(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP_AMP] = ACTIONS(1321), [anon_sym_AMP] = ACTIONS(1323), [anon_sym_SEMI] = ACTIONS(167), [anon_sym_typedef] = ACTIONS(169), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym___declspec] = ACTIONS(43), [anon_sym___based] = 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(738), [anon_sym_RBRACE] = ACTIONS(1321), [anon_sym_signed] = ACTIONS(51), [anon_sym_unsigned] = ACTIONS(51), [anon_sym_long] = ACTIONS(51), [anon_sym_short] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(1327), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(61), [anon_sym_enum] = ACTIONS(63), [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), [anon_sym_union] = ACTIONS(69), [anon_sym_if] = ACTIONS(181), [anon_sym_else] = ACTIONS(1315), [anon_sym_switch] = ACTIONS(183), [anon_sym_case] = ACTIONS(1315), [anon_sym_default] = ACTIONS(1315), [anon_sym_while] = ACTIONS(189), [anon_sym_do] = ACTIONS(191), [anon_sym_for] = ACTIONS(193), [anon_sym_return] = ACTIONS(195), [anon_sym_break] = ACTIONS(197), [anon_sym_continue] = ACTIONS(199), [anon_sym_goto] = ACTIONS(201), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(113), [anon_sym_decltype] = ACTIONS(115), [anon_sym_virtual] = ACTIONS(117), [anon_sym_explicit] = ACTIONS(1315), [anon_sym_typename] = ACTIONS(121), [anon_sym_template] = ACTIONS(1329), [anon_sym_operator] = ACTIONS(1315), [anon_sym_try] = ACTIONS(209), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(211), [anon_sym_namespace] = ACTIONS(1315), [anon_sym_using] = ACTIONS(1315), [anon_sym_static_assert] = ACTIONS(1315), [anon_sym_concept] = ACTIONS(1315), [anon_sym_co_return] = ACTIONS(221), [anon_sym_co_yield] = ACTIONS(223), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [106] = { [sym_declaration] = STATE(109), [sym_type_definition] = STATE(109), [sym__declaration_modifiers] = STATE(2582), [sym__declaration_specifiers] = STATE(4669), [sym_attribute_specifier] = STATE(2582), [sym_attribute_declaration] = STATE(1555), [sym_ms_declspec_modifier] = STATE(2582), [sym_compound_statement] = STATE(109), [sym_storage_class_specifier] = STATE(2582), [sym_type_qualifier] = STATE(2582), [sym__type_specifier] = STATE(3628), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [sym_attributed_statement] = STATE(109), [sym_labeled_statement] = STATE(109), [sym_expression_statement] = STATE(109), [sym_if_statement] = STATE(109), [sym_switch_statement] = STATE(109), [sym_while_statement] = STATE(109), [sym_do_statement] = STATE(109), [sym_for_statement] = STATE(109), [sym_return_statement] = STATE(109), [sym_break_statement] = STATE(109), [sym_continue_statement] = STATE(109), [sym_goto_statement] = STATE(109), [sym__expression] = STATE(4294), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7438), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym__class_name] = STATE(6738), [sym_virtual] = STATE(2582), [sym_dependent_type] = STATE(3695), [sym_template_type] = STATE(3931), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(109), [sym_co_return_statement] = STATE(109), [sym_co_yield_statement] = STATE(109), [sym_throw_statement] = STATE(109), [sym_try_statement] = STATE(109), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5253), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(3961), [sym_user_defined_literal] = STATE(3925), [aux_sym__declaration_specifiers_repeat1] = STATE(2582), [aux_sym_attributed_declarator_repeat1] = STATE(245), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [aux_sym_case_statement_repeat1] = STATE(109), [sym_identifier] = ACTIONS(1622), [aux_sym_preproc_include_token1] = ACTIONS(1508), [aux_sym_preproc_def_token1] = ACTIONS(1508), [aux_sym_preproc_if_token1] = ACTIONS(1508), [aux_sym_preproc_if_token2] = ACTIONS(1508), [aux_sym_preproc_ifdef_token1] = ACTIONS(1508), [aux_sym_preproc_ifdef_token2] = ACTIONS(1508), [sym_preproc_directive] = ACTIONS(1508), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP_AMP] = ACTIONS(1510), [anon_sym_AMP] = ACTIONS(1323), [anon_sym_SEMI] = ACTIONS(780), [anon_sym_typedef] = ACTIONS(782), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym___declspec] = ACTIONS(43), [anon_sym___based] = ACTIONS(1508), [anon_sym___cdecl] = ACTIONS(1508), [anon_sym___clrcall] = ACTIONS(1508), [anon_sym___stdcall] = ACTIONS(1508), [anon_sym___fastcall] = ACTIONS(1508), [anon_sym___thiscall] = ACTIONS(1508), [anon_sym___vectorcall] = ACTIONS(1508), [anon_sym_LBRACE] = ACTIONS(786), [anon_sym_signed] = ACTIONS(51), [anon_sym_unsigned] = ACTIONS(51), [anon_sym_long] = ACTIONS(51), [anon_sym_short] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(1327), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(61), [anon_sym_enum] = ACTIONS(63), [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), [anon_sym_union] = ACTIONS(69), [anon_sym_if] = ACTIONS(790), [anon_sym_else] = ACTIONS(1508), [anon_sym_switch] = ACTIONS(792), [anon_sym_case] = ACTIONS(1508), [anon_sym_default] = ACTIONS(1508), [anon_sym_while] = ACTIONS(798), [anon_sym_do] = ACTIONS(800), [anon_sym_for] = ACTIONS(802), [anon_sym_return] = ACTIONS(804), [anon_sym_break] = ACTIONS(806), [anon_sym_continue] = ACTIONS(808), [anon_sym_goto] = ACTIONS(810), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(113), [anon_sym_decltype] = ACTIONS(115), [anon_sym_virtual] = ACTIONS(117), [anon_sym_explicit] = ACTIONS(1508), [anon_sym_typename] = ACTIONS(121), [anon_sym_template] = ACTIONS(1329), [anon_sym_operator] = ACTIONS(1508), [anon_sym_try] = ACTIONS(814), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(816), [anon_sym_namespace] = ACTIONS(1508), [anon_sym_using] = ACTIONS(1508), [anon_sym_static_assert] = ACTIONS(1508), [anon_sym_concept] = ACTIONS(1508), [anon_sym_co_return] = ACTIONS(826), [anon_sym_co_yield] = ACTIONS(828), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [107] = { [sym_declaration] = STATE(104), [sym_type_definition] = STATE(104), [sym__declaration_modifiers] = STATE(2582), [sym__declaration_specifiers] = STATE(4635), [sym_attribute_specifier] = STATE(2582), [sym_attribute_declaration] = STATE(1555), [sym_ms_declspec_modifier] = STATE(2582), [sym_compound_statement] = STATE(104), [sym_storage_class_specifier] = STATE(2582), [sym_type_qualifier] = STATE(2582), [sym__type_specifier] = STATE(3628), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [sym_attributed_statement] = STATE(104), [sym_labeled_statement] = STATE(104), [sym_expression_statement] = STATE(104), [sym_if_statement] = STATE(104), [sym_switch_statement] = STATE(104), [sym_while_statement] = STATE(104), [sym_do_statement] = STATE(104), [sym_for_statement] = STATE(104), [sym_return_statement] = STATE(104), [sym_break_statement] = STATE(104), [sym_continue_statement] = STATE(104), [sym_goto_statement] = STATE(104), [sym__expression] = STATE(4301), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7279), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym__class_name] = STATE(6738), [sym_virtual] = STATE(2582), [sym_dependent_type] = STATE(3695), [sym_template_type] = STATE(3931), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(104), [sym_co_return_statement] = STATE(104), [sym_co_yield_statement] = STATE(104), [sym_throw_statement] = STATE(104), [sym_try_statement] = STATE(104), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5253), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(3961), [sym_user_defined_literal] = STATE(3925), [aux_sym__declaration_specifiers_repeat1] = STATE(2582), [aux_sym_attributed_declarator_repeat1] = STATE(204), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [aux_sym_case_statement_repeat1] = STATE(104), [sym_identifier] = ACTIONS(1565), [aux_sym_preproc_include_token1] = ACTIONS(1508), [aux_sym_preproc_def_token1] = ACTIONS(1508), [aux_sym_preproc_if_token1] = ACTIONS(1508), [aux_sym_preproc_ifdef_token1] = ACTIONS(1508), [aux_sym_preproc_ifdef_token2] = ACTIONS(1508), [sym_preproc_directive] = ACTIONS(1508), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP_AMP] = ACTIONS(1510), [anon_sym_AMP] = ACTIONS(1323), [anon_sym_SEMI] = ACTIONS(167), [anon_sym_typedef] = ACTIONS(169), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym___declspec] = ACTIONS(43), [anon_sym___based] = ACTIONS(1508), [anon_sym___cdecl] = ACTIONS(1508), [anon_sym___clrcall] = ACTIONS(1508), [anon_sym___stdcall] = ACTIONS(1508), [anon_sym___fastcall] = ACTIONS(1508), [anon_sym___thiscall] = ACTIONS(1508), [anon_sym___vectorcall] = ACTIONS(1508), [anon_sym_LBRACE] = ACTIONS(738), [anon_sym_RBRACE] = ACTIONS(1510), [anon_sym_signed] = ACTIONS(51), [anon_sym_unsigned] = ACTIONS(51), [anon_sym_long] = ACTIONS(51), [anon_sym_short] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(1327), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(61), [anon_sym_enum] = ACTIONS(63), [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), [anon_sym_union] = ACTIONS(69), [anon_sym_if] = ACTIONS(181), [anon_sym_else] = ACTIONS(1508), [anon_sym_switch] = ACTIONS(183), [anon_sym_case] = ACTIONS(1508), [anon_sym_default] = ACTIONS(1508), [anon_sym_while] = ACTIONS(189), [anon_sym_do] = ACTIONS(191), [anon_sym_for] = ACTIONS(193), [anon_sym_return] = ACTIONS(195), [anon_sym_break] = ACTIONS(197), [anon_sym_continue] = ACTIONS(199), [anon_sym_goto] = ACTIONS(201), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(113), [anon_sym_decltype] = ACTIONS(115), [anon_sym_virtual] = ACTIONS(117), [anon_sym_explicit] = ACTIONS(1508), [anon_sym_typename] = ACTIONS(121), [anon_sym_template] = ACTIONS(1329), [anon_sym_operator] = ACTIONS(1508), [anon_sym_try] = ACTIONS(209), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(211), [anon_sym_namespace] = ACTIONS(1508), [anon_sym_using] = ACTIONS(1508), [anon_sym_static_assert] = ACTIONS(1508), [anon_sym_concept] = ACTIONS(1508), [anon_sym_co_return] = ACTIONS(221), [anon_sym_co_yield] = ACTIONS(223), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [108] = { [sym_declaration] = STATE(112), [sym_type_definition] = STATE(112), [sym__declaration_modifiers] = STATE(2582), [sym__declaration_specifiers] = STATE(4692), [sym_attribute_specifier] = STATE(2582), [sym_attribute_declaration] = STATE(1555), [sym_ms_declspec_modifier] = STATE(2582), [sym_compound_statement] = STATE(112), [sym_storage_class_specifier] = STATE(2582), [sym_type_qualifier] = STATE(2582), [sym__type_specifier] = STATE(3628), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [sym_attributed_statement] = STATE(112), [sym_labeled_statement] = STATE(112), [sym_expression_statement] = STATE(112), [sym_if_statement] = STATE(112), [sym_switch_statement] = STATE(112), [sym_while_statement] = STATE(112), [sym_do_statement] = STATE(112), [sym_for_statement] = STATE(112), [sym_return_statement] = STATE(112), [sym_break_statement] = STATE(112), [sym_continue_statement] = STATE(112), [sym_goto_statement] = STATE(112), [sym__expression] = STATE(4223), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7086), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym__class_name] = STATE(6738), [sym_virtual] = STATE(2582), [sym_dependent_type] = STATE(3695), [sym_template_type] = STATE(3931), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(112), [sym_co_return_statement] = STATE(112), [sym_co_yield_statement] = STATE(112), [sym_throw_statement] = STATE(112), [sym_try_statement] = STATE(112), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5253), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(3961), [sym_user_defined_literal] = STATE(3925), [aux_sym__declaration_specifiers_repeat1] = STATE(2582), [aux_sym_attributed_declarator_repeat1] = STATE(166), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [aux_sym_case_statement_repeat1] = STATE(112), [ts_builtin_sym_end] = ACTIONS(1333), [sym_identifier] = ACTIONS(1567), [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(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP_AMP] = ACTIONS(1333), [anon_sym_AMP] = ACTIONS(1323), [anon_sym_SEMI] = ACTIONS(1569), [anon_sym_typedef] = ACTIONS(33), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym___declspec] = ACTIONS(43), [anon_sym___based] = 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(49), [anon_sym_signed] = ACTIONS(51), [anon_sym_unsigned] = ACTIONS(51), [anon_sym_long] = ACTIONS(51), [anon_sym_short] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(1327), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(61), [anon_sym_enum] = ACTIONS(63), [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), [anon_sym_union] = ACTIONS(69), [anon_sym_if] = ACTIONS(71), [anon_sym_else] = ACTIONS(1331), [anon_sym_switch] = ACTIONS(73), [anon_sym_case] = ACTIONS(1331), [anon_sym_default] = ACTIONS(1331), [anon_sym_while] = ACTIONS(79), [anon_sym_do] = ACTIONS(81), [anon_sym_for] = ACTIONS(83), [anon_sym_return] = ACTIONS(85), [anon_sym_break] = ACTIONS(87), [anon_sym_continue] = ACTIONS(89), [anon_sym_goto] = ACTIONS(91), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(113), [anon_sym_decltype] = ACTIONS(115), [anon_sym_virtual] = ACTIONS(117), [anon_sym_explicit] = ACTIONS(1331), [anon_sym_typename] = ACTIONS(121), [anon_sym_template] = ACTIONS(1329), [anon_sym_operator] = ACTIONS(1331), [anon_sym_try] = ACTIONS(127), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(131), [anon_sym_namespace] = ACTIONS(1331), [anon_sym_using] = ACTIONS(1331), [anon_sym_static_assert] = ACTIONS(1331), [anon_sym_concept] = ACTIONS(1331), [anon_sym_co_return] = ACTIONS(141), [anon_sym_co_yield] = ACTIONS(143), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [109] = { [sym_declaration] = STATE(109), [sym_type_definition] = STATE(109), [sym__declaration_modifiers] = STATE(2582), [sym__declaration_specifiers] = STATE(4669), [sym_attribute_specifier] = STATE(2582), [sym_attribute_declaration] = STATE(1555), [sym_ms_declspec_modifier] = STATE(2582), [sym_compound_statement] = STATE(109), [sym_storage_class_specifier] = STATE(2582), [sym_type_qualifier] = STATE(2582), [sym__type_specifier] = STATE(3628), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [sym_attributed_statement] = STATE(109), [sym_labeled_statement] = STATE(109), [sym_expression_statement] = STATE(109), [sym_if_statement] = STATE(109), [sym_switch_statement] = STATE(109), [sym_while_statement] = STATE(109), [sym_do_statement] = STATE(109), [sym_for_statement] = STATE(109), [sym_return_statement] = STATE(109), [sym_break_statement] = STATE(109), [sym_continue_statement] = STATE(109), [sym_goto_statement] = STATE(109), [sym__expression] = STATE(4294), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7438), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym__class_name] = STATE(6738), [sym_virtual] = STATE(2582), [sym_dependent_type] = STATE(3695), [sym_template_type] = STATE(3931), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(109), [sym_co_return_statement] = STATE(109), [sym_co_yield_statement] = STATE(109), [sym_throw_statement] = STATE(109), [sym_try_statement] = STATE(109), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5253), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(3961), [sym_user_defined_literal] = STATE(3925), [aux_sym__declaration_specifiers_repeat1] = STATE(2582), [aux_sym_attributed_declarator_repeat1] = STATE(245), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [aux_sym_case_statement_repeat1] = STATE(109), [sym_identifier] = ACTIONS(1624), [aux_sym_preproc_include_token1] = ACTIONS(1342), [aux_sym_preproc_def_token1] = ACTIONS(1342), [aux_sym_preproc_if_token1] = ACTIONS(1342), [aux_sym_preproc_if_token2] = ACTIONS(1342), [aux_sym_preproc_ifdef_token1] = ACTIONS(1342), [aux_sym_preproc_ifdef_token2] = ACTIONS(1342), [sym_preproc_directive] = ACTIONS(1342), [anon_sym_LPAREN2] = ACTIONS(1344), [anon_sym_BANG] = ACTIONS(1347), [anon_sym_TILDE] = ACTIONS(1347), [anon_sym_DASH] = ACTIONS(1350), [anon_sym_PLUS] = ACTIONS(1350), [anon_sym_STAR] = ACTIONS(1353), [anon_sym_AMP_AMP] = ACTIONS(1356), [anon_sym_AMP] = ACTIONS(1358), [anon_sym_SEMI] = ACTIONS(1627), [anon_sym_typedef] = ACTIONS(1630), [anon_sym_extern] = ACTIONS(1367), [anon_sym___attribute__] = ACTIONS(1370), [anon_sym_COLON_COLON] = ACTIONS(1373), [anon_sym_LBRACK_LBRACK] = ACTIONS(1376), [anon_sym___declspec] = ACTIONS(1379), [anon_sym___based] = ACTIONS(1342), [anon_sym___cdecl] = ACTIONS(1342), [anon_sym___clrcall] = ACTIONS(1342), [anon_sym___stdcall] = ACTIONS(1342), [anon_sym___fastcall] = ACTIONS(1342), [anon_sym___thiscall] = ACTIONS(1342), [anon_sym___vectorcall] = ACTIONS(1342), [anon_sym_LBRACE] = ACTIONS(1633), [anon_sym_signed] = ACTIONS(1385), [anon_sym_unsigned] = ACTIONS(1385), [anon_sym_long] = ACTIONS(1385), [anon_sym_short] = ACTIONS(1385), [anon_sym_LBRACK] = ACTIONS(1388), [anon_sym_static] = ACTIONS(1367), [anon_sym_register] = ACTIONS(1367), [anon_sym_inline] = ACTIONS(1367), [anon_sym_thread_local] = ACTIONS(1367), [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_mutable] = ACTIONS(1391), [anon_sym_constinit] = ACTIONS(1391), [anon_sym_consteval] = ACTIONS(1391), [sym_primitive_type] = ACTIONS(1394), [anon_sym_enum] = ACTIONS(1397), [anon_sym_class] = ACTIONS(1400), [anon_sym_struct] = ACTIONS(1403), [anon_sym_union] = ACTIONS(1406), [anon_sym_if] = ACTIONS(1636), [anon_sym_else] = ACTIONS(1342), [anon_sym_switch] = ACTIONS(1639), [anon_sym_case] = ACTIONS(1342), [anon_sym_default] = ACTIONS(1342), [anon_sym_while] = ACTIONS(1642), [anon_sym_do] = ACTIONS(1645), [anon_sym_for] = ACTIONS(1648), [anon_sym_return] = ACTIONS(1651), [anon_sym_break] = ACTIONS(1654), [anon_sym_continue] = ACTIONS(1657), [anon_sym_goto] = ACTIONS(1660), [anon_sym_not] = ACTIONS(1350), [anon_sym_compl] = ACTIONS(1350), [anon_sym_DASH_DASH] = ACTIONS(1436), [anon_sym_PLUS_PLUS] = ACTIONS(1436), [anon_sym_sizeof] = ACTIONS(1439), [anon_sym_offsetof] = ACTIONS(1442), [anon_sym__Generic] = ACTIONS(1445), [anon_sym_asm] = ACTIONS(1448), [anon_sym___asm__] = ACTIONS(1448), [sym_number_literal] = ACTIONS(1451), [anon_sym_L_SQUOTE] = ACTIONS(1454), [anon_sym_u_SQUOTE] = ACTIONS(1454), [anon_sym_U_SQUOTE] = ACTIONS(1454), [anon_sym_u8_SQUOTE] = ACTIONS(1454), [anon_sym_SQUOTE] = ACTIONS(1454), [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(1460), [sym_false] = ACTIONS(1460), [anon_sym_NULL] = ACTIONS(1463), [anon_sym_nullptr] = ACTIONS(1463), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(1466), [anon_sym_decltype] = ACTIONS(1469), [anon_sym_virtual] = ACTIONS(1472), [anon_sym_explicit] = ACTIONS(1342), [anon_sym_typename] = ACTIONS(1475), [anon_sym_template] = ACTIONS(1478), [anon_sym_operator] = ACTIONS(1342), [anon_sym_try] = ACTIONS(1663), [anon_sym_delete] = ACTIONS(1484), [anon_sym_throw] = ACTIONS(1666), [anon_sym_namespace] = ACTIONS(1342), [anon_sym_using] = ACTIONS(1342), [anon_sym_static_assert] = ACTIONS(1342), [anon_sym_concept] = ACTIONS(1342), [anon_sym_co_return] = ACTIONS(1669), [anon_sym_co_yield] = ACTIONS(1672), [anon_sym_R_DQUOTE] = ACTIONS(1496), [anon_sym_LR_DQUOTE] = ACTIONS(1496), [anon_sym_uR_DQUOTE] = ACTIONS(1496), [anon_sym_UR_DQUOTE] = ACTIONS(1496), [anon_sym_u8R_DQUOTE] = ACTIONS(1496), [anon_sym_co_await] = ACTIONS(1499), [anon_sym_new] = ACTIONS(1502), [anon_sym_requires] = ACTIONS(1505), [sym_this] = ACTIONS(1460), }, [110] = { [sym_declaration] = STATE(102), [sym_type_definition] = STATE(102), [sym__declaration_modifiers] = STATE(2582), [sym__declaration_specifiers] = STATE(4635), [sym_attribute_specifier] = STATE(2582), [sym_attribute_declaration] = STATE(1555), [sym_ms_declspec_modifier] = STATE(2582), [sym_compound_statement] = STATE(102), [sym_storage_class_specifier] = STATE(2582), [sym_type_qualifier] = STATE(2582), [sym__type_specifier] = STATE(3628), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [sym_attributed_statement] = STATE(102), [sym_labeled_statement] = STATE(102), [sym_expression_statement] = STATE(102), [sym_if_statement] = STATE(102), [sym_switch_statement] = STATE(102), [sym_while_statement] = STATE(102), [sym_do_statement] = STATE(102), [sym_for_statement] = STATE(102), [sym_return_statement] = STATE(102), [sym_break_statement] = STATE(102), [sym_continue_statement] = STATE(102), [sym_goto_statement] = STATE(102), [sym__expression] = STATE(4301), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7279), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym__class_name] = STATE(6738), [sym_virtual] = STATE(2582), [sym_dependent_type] = STATE(3695), [sym_template_type] = STATE(3931), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(102), [sym_co_return_statement] = STATE(102), [sym_co_yield_statement] = STATE(102), [sym_throw_statement] = STATE(102), [sym_try_statement] = STATE(102), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5253), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(3961), [sym_user_defined_literal] = STATE(3925), [aux_sym__declaration_specifiers_repeat1] = STATE(2582), [aux_sym_attributed_declarator_repeat1] = STATE(204), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [aux_sym_case_statement_repeat1] = STATE(102), [sym_identifier] = ACTIONS(1565), [aux_sym_preproc_include_token1] = ACTIONS(1335), [aux_sym_preproc_def_token1] = ACTIONS(1335), [aux_sym_preproc_if_token1] = ACTIONS(1335), [aux_sym_preproc_ifdef_token1] = ACTIONS(1335), [aux_sym_preproc_ifdef_token2] = ACTIONS(1335), [sym_preproc_directive] = ACTIONS(1335), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP_AMP] = ACTIONS(1337), [anon_sym_AMP] = ACTIONS(1323), [anon_sym_SEMI] = ACTIONS(167), [anon_sym_typedef] = ACTIONS(169), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym___declspec] = ACTIONS(43), [anon_sym___based] = ACTIONS(1335), [anon_sym___cdecl] = ACTIONS(1335), [anon_sym___clrcall] = ACTIONS(1335), [anon_sym___stdcall] = ACTIONS(1335), [anon_sym___fastcall] = ACTIONS(1335), [anon_sym___thiscall] = ACTIONS(1335), [anon_sym___vectorcall] = ACTIONS(1335), [anon_sym_LBRACE] = ACTIONS(738), [anon_sym_RBRACE] = ACTIONS(1337), [anon_sym_signed] = ACTIONS(51), [anon_sym_unsigned] = ACTIONS(51), [anon_sym_long] = ACTIONS(51), [anon_sym_short] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(1327), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(61), [anon_sym_enum] = ACTIONS(63), [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), [anon_sym_union] = ACTIONS(69), [anon_sym_if] = ACTIONS(181), [anon_sym_else] = ACTIONS(1335), [anon_sym_switch] = ACTIONS(183), [anon_sym_case] = ACTIONS(1335), [anon_sym_default] = ACTIONS(1335), [anon_sym_while] = ACTIONS(189), [anon_sym_do] = ACTIONS(191), [anon_sym_for] = ACTIONS(193), [anon_sym_return] = ACTIONS(195), [anon_sym_break] = ACTIONS(197), [anon_sym_continue] = ACTIONS(199), [anon_sym_goto] = ACTIONS(201), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(113), [anon_sym_decltype] = ACTIONS(115), [anon_sym_virtual] = ACTIONS(117), [anon_sym_explicit] = ACTIONS(1335), [anon_sym_typename] = ACTIONS(121), [anon_sym_template] = ACTIONS(1329), [anon_sym_operator] = ACTIONS(1335), [anon_sym_try] = ACTIONS(209), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(211), [anon_sym_namespace] = ACTIONS(1335), [anon_sym_using] = ACTIONS(1335), [anon_sym_static_assert] = ACTIONS(1335), [anon_sym_concept] = ACTIONS(1335), [anon_sym_co_return] = ACTIONS(221), [anon_sym_co_yield] = ACTIONS(223), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [111] = { [sym_declaration] = STATE(103), [sym_type_definition] = STATE(103), [sym__declaration_modifiers] = STATE(2582), [sym__declaration_specifiers] = STATE(4692), [sym_attribute_specifier] = STATE(2582), [sym_attribute_declaration] = STATE(1555), [sym_ms_declspec_modifier] = STATE(2582), [sym_compound_statement] = STATE(103), [sym_storage_class_specifier] = STATE(2582), [sym_type_qualifier] = STATE(2582), [sym__type_specifier] = STATE(3628), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [sym_attributed_statement] = STATE(103), [sym_labeled_statement] = STATE(103), [sym_expression_statement] = STATE(103), [sym_if_statement] = STATE(103), [sym_switch_statement] = STATE(103), [sym_while_statement] = STATE(103), [sym_do_statement] = STATE(103), [sym_for_statement] = STATE(103), [sym_return_statement] = STATE(103), [sym_break_statement] = STATE(103), [sym_continue_statement] = STATE(103), [sym_goto_statement] = STATE(103), [sym__expression] = STATE(4223), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7086), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym__class_name] = STATE(6738), [sym_virtual] = STATE(2582), [sym_dependent_type] = STATE(3695), [sym_template_type] = STATE(3931), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(103), [sym_co_return_statement] = STATE(103), [sym_co_yield_statement] = STATE(103), [sym_throw_statement] = STATE(103), [sym_try_statement] = STATE(103), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5253), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(3961), [sym_user_defined_literal] = STATE(3925), [aux_sym__declaration_specifiers_repeat1] = STATE(2582), [aux_sym_attributed_declarator_repeat1] = STATE(166), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [aux_sym_case_statement_repeat1] = STATE(103), [ts_builtin_sym_end] = ACTIONS(1321), [sym_identifier] = ACTIONS(1567), [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(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP_AMP] = ACTIONS(1321), [anon_sym_AMP] = ACTIONS(1323), [anon_sym_SEMI] = ACTIONS(1569), [anon_sym_typedef] = ACTIONS(33), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym___declspec] = ACTIONS(43), [anon_sym___based] = 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(49), [anon_sym_signed] = ACTIONS(51), [anon_sym_unsigned] = ACTIONS(51), [anon_sym_long] = ACTIONS(51), [anon_sym_short] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(1327), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(61), [anon_sym_enum] = ACTIONS(63), [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), [anon_sym_union] = ACTIONS(69), [anon_sym_if] = ACTIONS(71), [anon_sym_else] = ACTIONS(1315), [anon_sym_switch] = ACTIONS(73), [anon_sym_case] = ACTIONS(1315), [anon_sym_default] = ACTIONS(1315), [anon_sym_while] = ACTIONS(79), [anon_sym_do] = ACTIONS(81), [anon_sym_for] = ACTIONS(83), [anon_sym_return] = ACTIONS(85), [anon_sym_break] = ACTIONS(87), [anon_sym_continue] = ACTIONS(89), [anon_sym_goto] = ACTIONS(91), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(113), [anon_sym_decltype] = ACTIONS(115), [anon_sym_virtual] = ACTIONS(117), [anon_sym_explicit] = ACTIONS(1315), [anon_sym_typename] = ACTIONS(121), [anon_sym_template] = ACTIONS(1329), [anon_sym_operator] = ACTIONS(1315), [anon_sym_try] = ACTIONS(127), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(131), [anon_sym_namespace] = ACTIONS(1315), [anon_sym_using] = ACTIONS(1315), [anon_sym_static_assert] = ACTIONS(1315), [anon_sym_concept] = ACTIONS(1315), [anon_sym_co_return] = ACTIONS(141), [anon_sym_co_yield] = ACTIONS(143), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [112] = { [sym_declaration] = STATE(112), [sym_type_definition] = STATE(112), [sym__declaration_modifiers] = STATE(2582), [sym__declaration_specifiers] = STATE(4692), [sym_attribute_specifier] = STATE(2582), [sym_attribute_declaration] = STATE(1555), [sym_ms_declspec_modifier] = STATE(2582), [sym_compound_statement] = STATE(112), [sym_storage_class_specifier] = STATE(2582), [sym_type_qualifier] = STATE(2582), [sym__type_specifier] = STATE(3628), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [sym_attributed_statement] = STATE(112), [sym_labeled_statement] = STATE(112), [sym_expression_statement] = STATE(112), [sym_if_statement] = STATE(112), [sym_switch_statement] = STATE(112), [sym_while_statement] = STATE(112), [sym_do_statement] = STATE(112), [sym_for_statement] = STATE(112), [sym_return_statement] = STATE(112), [sym_break_statement] = STATE(112), [sym_continue_statement] = STATE(112), [sym_goto_statement] = STATE(112), [sym__expression] = STATE(4223), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7086), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym__class_name] = STATE(6738), [sym_virtual] = STATE(2582), [sym_dependent_type] = STATE(3695), [sym_template_type] = STATE(3931), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(112), [sym_co_return_statement] = STATE(112), [sym_co_yield_statement] = STATE(112), [sym_throw_statement] = STATE(112), [sym_try_statement] = STATE(112), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5253), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(3961), [sym_user_defined_literal] = STATE(3925), [aux_sym__declaration_specifiers_repeat1] = STATE(2582), [aux_sym_attributed_declarator_repeat1] = STATE(166), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [aux_sym_case_statement_repeat1] = STATE(112), [ts_builtin_sym_end] = ACTIONS(1356), [sym_identifier] = ACTIONS(1675), [aux_sym_preproc_include_token1] = ACTIONS(1342), [aux_sym_preproc_def_token1] = ACTIONS(1342), [aux_sym_preproc_if_token1] = ACTIONS(1342), [aux_sym_preproc_ifdef_token1] = ACTIONS(1342), [aux_sym_preproc_ifdef_token2] = ACTIONS(1342), [sym_preproc_directive] = ACTIONS(1342), [anon_sym_LPAREN2] = ACTIONS(1344), [anon_sym_BANG] = ACTIONS(1347), [anon_sym_TILDE] = ACTIONS(1347), [anon_sym_DASH] = ACTIONS(1350), [anon_sym_PLUS] = ACTIONS(1350), [anon_sym_STAR] = ACTIONS(1353), [anon_sym_AMP_AMP] = ACTIONS(1356), [anon_sym_AMP] = ACTIONS(1358), [anon_sym_SEMI] = ACTIONS(1678), [anon_sym_typedef] = ACTIONS(1681), [anon_sym_extern] = ACTIONS(1367), [anon_sym___attribute__] = ACTIONS(1370), [anon_sym_COLON_COLON] = ACTIONS(1373), [anon_sym_LBRACK_LBRACK] = ACTIONS(1376), [anon_sym___declspec] = ACTIONS(1379), [anon_sym___based] = ACTIONS(1342), [anon_sym___cdecl] = ACTIONS(1342), [anon_sym___clrcall] = ACTIONS(1342), [anon_sym___stdcall] = ACTIONS(1342), [anon_sym___fastcall] = ACTIONS(1342), [anon_sym___thiscall] = ACTIONS(1342), [anon_sym___vectorcall] = ACTIONS(1342), [anon_sym_LBRACE] = ACTIONS(1684), [anon_sym_signed] = ACTIONS(1385), [anon_sym_unsigned] = ACTIONS(1385), [anon_sym_long] = ACTIONS(1385), [anon_sym_short] = ACTIONS(1385), [anon_sym_LBRACK] = ACTIONS(1388), [anon_sym_static] = ACTIONS(1367), [anon_sym_register] = ACTIONS(1367), [anon_sym_inline] = ACTIONS(1367), [anon_sym_thread_local] = ACTIONS(1367), [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_mutable] = ACTIONS(1391), [anon_sym_constinit] = ACTIONS(1391), [anon_sym_consteval] = ACTIONS(1391), [sym_primitive_type] = ACTIONS(1394), [anon_sym_enum] = ACTIONS(1397), [anon_sym_class] = ACTIONS(1400), [anon_sym_struct] = ACTIONS(1403), [anon_sym_union] = ACTIONS(1406), [anon_sym_if] = ACTIONS(1687), [anon_sym_else] = ACTIONS(1342), [anon_sym_switch] = ACTIONS(1690), [anon_sym_case] = ACTIONS(1342), [anon_sym_default] = ACTIONS(1342), [anon_sym_while] = ACTIONS(1693), [anon_sym_do] = ACTIONS(1696), [anon_sym_for] = ACTIONS(1699), [anon_sym_return] = ACTIONS(1702), [anon_sym_break] = ACTIONS(1705), [anon_sym_continue] = ACTIONS(1708), [anon_sym_goto] = ACTIONS(1711), [anon_sym_not] = ACTIONS(1350), [anon_sym_compl] = ACTIONS(1350), [anon_sym_DASH_DASH] = ACTIONS(1436), [anon_sym_PLUS_PLUS] = ACTIONS(1436), [anon_sym_sizeof] = ACTIONS(1439), [anon_sym_offsetof] = ACTIONS(1442), [anon_sym__Generic] = ACTIONS(1445), [anon_sym_asm] = ACTIONS(1448), [anon_sym___asm__] = ACTIONS(1448), [sym_number_literal] = ACTIONS(1451), [anon_sym_L_SQUOTE] = ACTIONS(1454), [anon_sym_u_SQUOTE] = ACTIONS(1454), [anon_sym_U_SQUOTE] = ACTIONS(1454), [anon_sym_u8_SQUOTE] = ACTIONS(1454), [anon_sym_SQUOTE] = ACTIONS(1454), [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(1460), [sym_false] = ACTIONS(1460), [anon_sym_NULL] = ACTIONS(1463), [anon_sym_nullptr] = ACTIONS(1463), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(1466), [anon_sym_decltype] = ACTIONS(1469), [anon_sym_virtual] = ACTIONS(1472), [anon_sym_explicit] = ACTIONS(1342), [anon_sym_typename] = ACTIONS(1475), [anon_sym_template] = ACTIONS(1478), [anon_sym_operator] = ACTIONS(1342), [anon_sym_try] = ACTIONS(1714), [anon_sym_delete] = ACTIONS(1484), [anon_sym_throw] = ACTIONS(1717), [anon_sym_namespace] = ACTIONS(1342), [anon_sym_using] = ACTIONS(1342), [anon_sym_static_assert] = ACTIONS(1342), [anon_sym_concept] = ACTIONS(1342), [anon_sym_co_return] = ACTIONS(1720), [anon_sym_co_yield] = ACTIONS(1723), [anon_sym_R_DQUOTE] = ACTIONS(1496), [anon_sym_LR_DQUOTE] = ACTIONS(1496), [anon_sym_uR_DQUOTE] = ACTIONS(1496), [anon_sym_UR_DQUOTE] = ACTIONS(1496), [anon_sym_u8R_DQUOTE] = ACTIONS(1496), [anon_sym_co_await] = ACTIONS(1499), [anon_sym_new] = ACTIONS(1502), [anon_sym_requires] = ACTIONS(1505), [sym_this] = ACTIONS(1460), }, [113] = { [sym_declaration] = STATE(106), [sym_type_definition] = STATE(106), [sym__declaration_modifiers] = STATE(2582), [sym__declaration_specifiers] = STATE(4669), [sym_attribute_specifier] = STATE(2582), [sym_attribute_declaration] = STATE(1555), [sym_ms_declspec_modifier] = STATE(2582), [sym_compound_statement] = STATE(106), [sym_storage_class_specifier] = STATE(2582), [sym_type_qualifier] = STATE(2582), [sym__type_specifier] = STATE(3628), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [sym_attributed_statement] = STATE(106), [sym_labeled_statement] = STATE(106), [sym_expression_statement] = STATE(106), [sym_if_statement] = STATE(106), [sym_switch_statement] = STATE(106), [sym_while_statement] = STATE(106), [sym_do_statement] = STATE(106), [sym_for_statement] = STATE(106), [sym_return_statement] = STATE(106), [sym_break_statement] = STATE(106), [sym_continue_statement] = STATE(106), [sym_goto_statement] = STATE(106), [sym__expression] = STATE(4294), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7438), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym__class_name] = STATE(6738), [sym_virtual] = STATE(2582), [sym_dependent_type] = STATE(3695), [sym_template_type] = STATE(3931), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(106), [sym_co_return_statement] = STATE(106), [sym_co_yield_statement] = STATE(106), [sym_throw_statement] = STATE(106), [sym_try_statement] = STATE(106), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5253), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(3961), [sym_user_defined_literal] = STATE(3925), [aux_sym__declaration_specifiers_repeat1] = STATE(2582), [aux_sym_attributed_declarator_repeat1] = STATE(245), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [aux_sym_case_statement_repeat1] = STATE(106), [sym_identifier] = ACTIONS(1622), [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(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP_AMP] = ACTIONS(1321), [anon_sym_AMP] = ACTIONS(1323), [anon_sym_SEMI] = ACTIONS(780), [anon_sym_typedef] = ACTIONS(782), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym___declspec] = ACTIONS(43), [anon_sym___based] = 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(786), [anon_sym_signed] = ACTIONS(51), [anon_sym_unsigned] = ACTIONS(51), [anon_sym_long] = ACTIONS(51), [anon_sym_short] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(1327), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(61), [anon_sym_enum] = ACTIONS(63), [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), [anon_sym_union] = ACTIONS(69), [anon_sym_if] = ACTIONS(790), [anon_sym_else] = ACTIONS(1315), [anon_sym_switch] = ACTIONS(792), [anon_sym_case] = ACTIONS(1315), [anon_sym_default] = ACTIONS(1315), [anon_sym_while] = ACTIONS(798), [anon_sym_do] = ACTIONS(800), [anon_sym_for] = ACTIONS(802), [anon_sym_return] = ACTIONS(804), [anon_sym_break] = ACTIONS(806), [anon_sym_continue] = ACTIONS(808), [anon_sym_goto] = ACTIONS(810), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(113), [anon_sym_decltype] = ACTIONS(115), [anon_sym_virtual] = ACTIONS(117), [anon_sym_explicit] = ACTIONS(1315), [anon_sym_typename] = ACTIONS(121), [anon_sym_template] = ACTIONS(1329), [anon_sym_operator] = ACTIONS(1315), [anon_sym_try] = ACTIONS(814), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(816), [anon_sym_namespace] = ACTIONS(1315), [anon_sym_using] = ACTIONS(1315), [anon_sym_static_assert] = ACTIONS(1315), [anon_sym_concept] = ACTIONS(1315), [anon_sym_co_return] = ACTIONS(826), [anon_sym_co_yield] = ACTIONS(828), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [114] = { [sym_declaration] = STATE(115), [sym_type_definition] = STATE(115), [sym__declaration_modifiers] = STATE(2582), [sym__declaration_specifiers] = STATE(4669), [sym_attribute_specifier] = STATE(2582), [sym_attribute_declaration] = STATE(1555), [sym_ms_declspec_modifier] = STATE(2582), [sym_compound_statement] = STATE(115), [sym_storage_class_specifier] = STATE(2582), [sym_type_qualifier] = STATE(2582), [sym__type_specifier] = STATE(3628), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [sym_attributed_statement] = STATE(115), [sym_labeled_statement] = STATE(115), [sym_expression_statement] = STATE(115), [sym_if_statement] = STATE(115), [sym_switch_statement] = STATE(115), [sym_while_statement] = STATE(115), [sym_do_statement] = STATE(115), [sym_for_statement] = STATE(115), [sym_return_statement] = STATE(115), [sym_break_statement] = STATE(115), [sym_continue_statement] = STATE(115), [sym_goto_statement] = STATE(115), [sym__expression] = STATE(4294), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7438), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym__class_name] = STATE(6738), [sym_virtual] = STATE(2582), [sym_dependent_type] = STATE(3695), [sym_template_type] = STATE(3931), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(115), [sym_co_return_statement] = STATE(115), [sym_co_yield_statement] = STATE(115), [sym_throw_statement] = STATE(115), [sym_try_statement] = STATE(115), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5253), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(3961), [sym_user_defined_literal] = STATE(3925), [aux_sym__declaration_specifiers_repeat1] = STATE(2582), [aux_sym_attributed_declarator_repeat1] = STATE(245), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [aux_sym_case_statement_repeat1] = STATE(115), [sym_identifier] = ACTIONS(1622), [aux_sym_preproc_include_token1] = ACTIONS(1335), [aux_sym_preproc_def_token1] = ACTIONS(1335), [aux_sym_preproc_if_token1] = ACTIONS(1335), [aux_sym_preproc_if_token2] = ACTIONS(1335), [aux_sym_preproc_ifdef_token1] = ACTIONS(1335), [aux_sym_preproc_ifdef_token2] = ACTIONS(1335), [sym_preproc_directive] = ACTIONS(1335), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP_AMP] = ACTIONS(1337), [anon_sym_AMP] = ACTIONS(1323), [anon_sym_SEMI] = ACTIONS(780), [anon_sym_typedef] = ACTIONS(782), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym___declspec] = ACTIONS(43), [anon_sym___based] = ACTIONS(1335), [anon_sym___cdecl] = ACTIONS(1335), [anon_sym___clrcall] = ACTIONS(1335), [anon_sym___stdcall] = ACTIONS(1335), [anon_sym___fastcall] = ACTIONS(1335), [anon_sym___thiscall] = ACTIONS(1335), [anon_sym___vectorcall] = ACTIONS(1335), [anon_sym_LBRACE] = ACTIONS(786), [anon_sym_signed] = ACTIONS(51), [anon_sym_unsigned] = ACTIONS(51), [anon_sym_long] = ACTIONS(51), [anon_sym_short] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(1327), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(61), [anon_sym_enum] = ACTIONS(63), [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), [anon_sym_union] = ACTIONS(69), [anon_sym_if] = ACTIONS(790), [anon_sym_else] = ACTIONS(1335), [anon_sym_switch] = ACTIONS(792), [anon_sym_case] = ACTIONS(1335), [anon_sym_default] = ACTIONS(1335), [anon_sym_while] = ACTIONS(798), [anon_sym_do] = ACTIONS(800), [anon_sym_for] = ACTIONS(802), [anon_sym_return] = ACTIONS(804), [anon_sym_break] = ACTIONS(806), [anon_sym_continue] = ACTIONS(808), [anon_sym_goto] = ACTIONS(810), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(113), [anon_sym_decltype] = ACTIONS(115), [anon_sym_virtual] = ACTIONS(117), [anon_sym_explicit] = ACTIONS(1335), [anon_sym_typename] = ACTIONS(121), [anon_sym_template] = ACTIONS(1329), [anon_sym_operator] = ACTIONS(1335), [anon_sym_try] = ACTIONS(814), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(816), [anon_sym_namespace] = ACTIONS(1335), [anon_sym_using] = ACTIONS(1335), [anon_sym_static_assert] = ACTIONS(1335), [anon_sym_concept] = ACTIONS(1335), [anon_sym_co_return] = ACTIONS(826), [anon_sym_co_yield] = ACTIONS(828), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [115] = { [sym_declaration] = STATE(109), [sym_type_definition] = STATE(109), [sym__declaration_modifiers] = STATE(2582), [sym__declaration_specifiers] = STATE(4669), [sym_attribute_specifier] = STATE(2582), [sym_attribute_declaration] = STATE(1555), [sym_ms_declspec_modifier] = STATE(2582), [sym_compound_statement] = STATE(109), [sym_storage_class_specifier] = STATE(2582), [sym_type_qualifier] = STATE(2582), [sym__type_specifier] = STATE(3628), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [sym_attributed_statement] = STATE(109), [sym_labeled_statement] = STATE(109), [sym_expression_statement] = STATE(109), [sym_if_statement] = STATE(109), [sym_switch_statement] = STATE(109), [sym_while_statement] = STATE(109), [sym_do_statement] = STATE(109), [sym_for_statement] = STATE(109), [sym_return_statement] = STATE(109), [sym_break_statement] = STATE(109), [sym_continue_statement] = STATE(109), [sym_goto_statement] = STATE(109), [sym__expression] = STATE(4294), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7438), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym__class_name] = STATE(6738), [sym_virtual] = STATE(2582), [sym_dependent_type] = STATE(3695), [sym_template_type] = STATE(3931), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(109), [sym_co_return_statement] = STATE(109), [sym_co_yield_statement] = STATE(109), [sym_throw_statement] = STATE(109), [sym_try_statement] = STATE(109), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5253), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(3961), [sym_user_defined_literal] = STATE(3925), [aux_sym__declaration_specifiers_repeat1] = STATE(2582), [aux_sym_attributed_declarator_repeat1] = STATE(245), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [aux_sym_case_statement_repeat1] = STATE(109), [sym_identifier] = ACTIONS(1622), [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(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP_AMP] = ACTIONS(1333), [anon_sym_AMP] = ACTIONS(1323), [anon_sym_SEMI] = ACTIONS(780), [anon_sym_typedef] = ACTIONS(782), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym___declspec] = ACTIONS(43), [anon_sym___based] = 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(786), [anon_sym_signed] = ACTIONS(51), [anon_sym_unsigned] = ACTIONS(51), [anon_sym_long] = ACTIONS(51), [anon_sym_short] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(1327), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(61), [anon_sym_enum] = ACTIONS(63), [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), [anon_sym_union] = ACTIONS(69), [anon_sym_if] = ACTIONS(790), [anon_sym_else] = ACTIONS(1331), [anon_sym_switch] = ACTIONS(792), [anon_sym_case] = ACTIONS(1331), [anon_sym_default] = ACTIONS(1331), [anon_sym_while] = ACTIONS(798), [anon_sym_do] = ACTIONS(800), [anon_sym_for] = ACTIONS(802), [anon_sym_return] = ACTIONS(804), [anon_sym_break] = ACTIONS(806), [anon_sym_continue] = ACTIONS(808), [anon_sym_goto] = ACTIONS(810), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(113), [anon_sym_decltype] = ACTIONS(115), [anon_sym_virtual] = ACTIONS(117), [anon_sym_explicit] = ACTIONS(1331), [anon_sym_typename] = ACTIONS(121), [anon_sym_template] = ACTIONS(1329), [anon_sym_operator] = ACTIONS(1331), [anon_sym_try] = ACTIONS(814), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(816), [anon_sym_namespace] = ACTIONS(1331), [anon_sym_using] = ACTIONS(1331), [anon_sym_static_assert] = ACTIONS(1331), [anon_sym_concept] = ACTIONS(1331), [anon_sym_co_return] = ACTIONS(826), [anon_sym_co_yield] = ACTIONS(828), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [116] = { [sym_declaration] = STATE(108), [sym_type_definition] = STATE(108), [sym__declaration_modifiers] = STATE(2582), [sym__declaration_specifiers] = STATE(4692), [sym_attribute_specifier] = STATE(2582), [sym_attribute_declaration] = STATE(1555), [sym_ms_declspec_modifier] = STATE(2582), [sym_compound_statement] = STATE(108), [sym_storage_class_specifier] = STATE(2582), [sym_type_qualifier] = STATE(2582), [sym__type_specifier] = STATE(3628), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [sym_attributed_statement] = STATE(108), [sym_labeled_statement] = STATE(108), [sym_expression_statement] = STATE(108), [sym_if_statement] = STATE(108), [sym_switch_statement] = STATE(108), [sym_while_statement] = STATE(108), [sym_do_statement] = STATE(108), [sym_for_statement] = STATE(108), [sym_return_statement] = STATE(108), [sym_break_statement] = STATE(108), [sym_continue_statement] = STATE(108), [sym_goto_statement] = STATE(108), [sym__expression] = STATE(4223), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7086), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym__class_name] = STATE(6738), [sym_virtual] = STATE(2582), [sym_dependent_type] = STATE(3695), [sym_template_type] = STATE(3931), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(108), [sym_co_return_statement] = STATE(108), [sym_co_yield_statement] = STATE(108), [sym_throw_statement] = STATE(108), [sym_try_statement] = STATE(108), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5253), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(3961), [sym_user_defined_literal] = STATE(3925), [aux_sym__declaration_specifiers_repeat1] = STATE(2582), [aux_sym_attributed_declarator_repeat1] = STATE(166), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [aux_sym_case_statement_repeat1] = STATE(108), [ts_builtin_sym_end] = ACTIONS(1337), [sym_identifier] = ACTIONS(1567), [aux_sym_preproc_include_token1] = ACTIONS(1335), [aux_sym_preproc_def_token1] = ACTIONS(1335), [aux_sym_preproc_if_token1] = ACTIONS(1335), [aux_sym_preproc_ifdef_token1] = ACTIONS(1335), [aux_sym_preproc_ifdef_token2] = ACTIONS(1335), [sym_preproc_directive] = ACTIONS(1335), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP_AMP] = ACTIONS(1337), [anon_sym_AMP] = ACTIONS(1323), [anon_sym_SEMI] = ACTIONS(1569), [anon_sym_typedef] = ACTIONS(33), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym___declspec] = ACTIONS(43), [anon_sym___based] = ACTIONS(1335), [anon_sym___cdecl] = ACTIONS(1335), [anon_sym___clrcall] = ACTIONS(1335), [anon_sym___stdcall] = ACTIONS(1335), [anon_sym___fastcall] = ACTIONS(1335), [anon_sym___thiscall] = ACTIONS(1335), [anon_sym___vectorcall] = ACTIONS(1335), [anon_sym_LBRACE] = ACTIONS(49), [anon_sym_signed] = ACTIONS(51), [anon_sym_unsigned] = ACTIONS(51), [anon_sym_long] = ACTIONS(51), [anon_sym_short] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(1327), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(61), [anon_sym_enum] = ACTIONS(63), [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), [anon_sym_union] = ACTIONS(69), [anon_sym_if] = ACTIONS(71), [anon_sym_else] = ACTIONS(1335), [anon_sym_switch] = ACTIONS(73), [anon_sym_case] = ACTIONS(1335), [anon_sym_default] = ACTIONS(1335), [anon_sym_while] = ACTIONS(79), [anon_sym_do] = ACTIONS(81), [anon_sym_for] = ACTIONS(83), [anon_sym_return] = ACTIONS(85), [anon_sym_break] = ACTIONS(87), [anon_sym_continue] = ACTIONS(89), [anon_sym_goto] = ACTIONS(91), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(113), [anon_sym_decltype] = ACTIONS(115), [anon_sym_virtual] = ACTIONS(117), [anon_sym_explicit] = ACTIONS(1335), [anon_sym_typename] = ACTIONS(121), [anon_sym_template] = ACTIONS(1329), [anon_sym_operator] = ACTIONS(1335), [anon_sym_try] = ACTIONS(127), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(131), [anon_sym_namespace] = ACTIONS(1335), [anon_sym_using] = ACTIONS(1335), [anon_sym_static_assert] = ACTIONS(1335), [anon_sym_concept] = ACTIONS(1335), [anon_sym_co_return] = ACTIONS(141), [anon_sym_co_yield] = ACTIONS(143), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [117] = { [sym_declaration] = STATE(120), [sym_type_definition] = STATE(120), [sym__declaration_modifiers] = STATE(2582), [sym__declaration_specifiers] = STATE(4631), [sym_attribute_specifier] = STATE(2582), [sym_attribute_declaration] = STATE(1555), [sym_ms_declspec_modifier] = STATE(2582), [sym_compound_statement] = STATE(120), [sym_storage_class_specifier] = STATE(2582), [sym_type_qualifier] = STATE(2582), [sym__type_specifier] = STATE(3628), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [sym_attributed_statement] = STATE(120), [sym_labeled_statement] = STATE(120), [sym_expression_statement] = STATE(120), [sym_if_statement] = STATE(120), [sym_switch_statement] = STATE(120), [sym_while_statement] = STATE(120), [sym_do_statement] = STATE(120), [sym_for_statement] = STATE(120), [sym_return_statement] = STATE(120), [sym_break_statement] = STATE(120), [sym_continue_statement] = STATE(120), [sym_goto_statement] = STATE(120), [sym__expression] = STATE(4266), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7341), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym__class_name] = STATE(6738), [sym_virtual] = STATE(2582), [sym_dependent_type] = STATE(3695), [sym_template_type] = STATE(3931), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(120), [sym_co_return_statement] = STATE(120), [sym_co_yield_statement] = STATE(120), [sym_throw_statement] = STATE(120), [sym_try_statement] = STATE(120), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5253), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(3961), [sym_user_defined_literal] = STATE(3925), [aux_sym__declaration_specifiers_repeat1] = STATE(2582), [aux_sym_attributed_declarator_repeat1] = STATE(281), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [aux_sym_case_statement_repeat1] = STATE(120), [sym_identifier] = ACTIONS(1726), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(1728), [anon_sym_typedef] = ACTIONS(1730), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym___declspec] = ACTIONS(43), [anon_sym_LBRACE] = ACTIONS(1732), [anon_sym_signed] = ACTIONS(51), [anon_sym_unsigned] = ACTIONS(51), [anon_sym_long] = ACTIONS(51), [anon_sym_short] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(1327), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(61), [anon_sym_enum] = ACTIONS(63), [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), [anon_sym_union] = ACTIONS(69), [anon_sym_if] = ACTIONS(1734), [anon_sym_else] = ACTIONS(1315), [anon_sym_switch] = ACTIONS(1736), [anon_sym_while] = ACTIONS(1738), [anon_sym_do] = ACTIONS(1740), [anon_sym_for] = ACTIONS(1742), [anon_sym_return] = ACTIONS(1744), [anon_sym_break] = ACTIONS(1746), [anon_sym_continue] = ACTIONS(1748), [anon_sym_goto] = ACTIONS(1750), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(113), [anon_sym_decltype] = ACTIONS(115), [anon_sym_virtual] = ACTIONS(117), [anon_sym_typename] = ACTIONS(121), [anon_sym_template] = ACTIONS(1329), [anon_sym_try] = ACTIONS(1752), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(1754), [anon_sym_co_return] = ACTIONS(1756), [anon_sym_co_yield] = ACTIONS(1758), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [118] = { [sym_declaration] = STATE(121), [sym_type_definition] = STATE(121), [sym__declaration_modifiers] = STATE(2582), [sym__declaration_specifiers] = STATE(4631), [sym_attribute_specifier] = STATE(2582), [sym_attribute_declaration] = STATE(1555), [sym_ms_declspec_modifier] = STATE(2582), [sym_compound_statement] = STATE(121), [sym_storage_class_specifier] = STATE(2582), [sym_type_qualifier] = STATE(2582), [sym__type_specifier] = STATE(3628), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [sym_attributed_statement] = STATE(121), [sym_labeled_statement] = STATE(121), [sym_expression_statement] = STATE(121), [sym_if_statement] = STATE(121), [sym_switch_statement] = STATE(121), [sym_while_statement] = STATE(121), [sym_do_statement] = STATE(121), [sym_for_statement] = STATE(121), [sym_return_statement] = STATE(121), [sym_break_statement] = STATE(121), [sym_continue_statement] = STATE(121), [sym_goto_statement] = STATE(121), [sym__expression] = STATE(4266), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7341), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym__class_name] = STATE(6738), [sym_virtual] = STATE(2582), [sym_dependent_type] = STATE(3695), [sym_template_type] = STATE(3931), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(121), [sym_co_return_statement] = STATE(121), [sym_co_yield_statement] = STATE(121), [sym_throw_statement] = STATE(121), [sym_try_statement] = STATE(121), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5253), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(3961), [sym_user_defined_literal] = STATE(3925), [aux_sym__declaration_specifiers_repeat1] = STATE(2582), [aux_sym_attributed_declarator_repeat1] = STATE(281), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [aux_sym_case_statement_repeat1] = STATE(121), [sym_identifier] = ACTIONS(1726), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(1728), [anon_sym_typedef] = ACTIONS(1730), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym___declspec] = ACTIONS(43), [anon_sym_LBRACE] = ACTIONS(1732), [anon_sym_signed] = ACTIONS(51), [anon_sym_unsigned] = ACTIONS(51), [anon_sym_long] = ACTIONS(51), [anon_sym_short] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(1327), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(61), [anon_sym_enum] = ACTIONS(63), [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), [anon_sym_union] = ACTIONS(69), [anon_sym_if] = ACTIONS(1734), [anon_sym_else] = ACTIONS(1331), [anon_sym_switch] = ACTIONS(1736), [anon_sym_while] = ACTIONS(1738), [anon_sym_do] = ACTIONS(1740), [anon_sym_for] = ACTIONS(1742), [anon_sym_return] = ACTIONS(1744), [anon_sym_break] = ACTIONS(1746), [anon_sym_continue] = ACTIONS(1748), [anon_sym_goto] = ACTIONS(1750), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(113), [anon_sym_decltype] = ACTIONS(115), [anon_sym_virtual] = ACTIONS(117), [anon_sym_typename] = ACTIONS(121), [anon_sym_template] = ACTIONS(1329), [anon_sym_try] = ACTIONS(1752), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(1754), [anon_sym_co_return] = ACTIONS(1756), [anon_sym_co_yield] = ACTIONS(1758), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [119] = { [sym_declaration] = STATE(118), [sym_type_definition] = STATE(118), [sym__declaration_modifiers] = STATE(2582), [sym__declaration_specifiers] = STATE(4631), [sym_attribute_specifier] = STATE(2582), [sym_attribute_declaration] = STATE(1555), [sym_ms_declspec_modifier] = STATE(2582), [sym_compound_statement] = STATE(118), [sym_storage_class_specifier] = STATE(2582), [sym_type_qualifier] = STATE(2582), [sym__type_specifier] = STATE(3628), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [sym_attributed_statement] = STATE(118), [sym_labeled_statement] = STATE(118), [sym_expression_statement] = STATE(118), [sym_if_statement] = STATE(118), [sym_switch_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__expression] = STATE(4266), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7341), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym__class_name] = STATE(6738), [sym_virtual] = STATE(2582), [sym_dependent_type] = STATE(3695), [sym_template_type] = STATE(3931), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(118), [sym_co_return_statement] = STATE(118), [sym_co_yield_statement] = STATE(118), [sym_throw_statement] = STATE(118), [sym_try_statement] = STATE(118), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5253), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(3961), [sym_user_defined_literal] = STATE(3925), [aux_sym__declaration_specifiers_repeat1] = STATE(2582), [aux_sym_attributed_declarator_repeat1] = STATE(281), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [aux_sym_case_statement_repeat1] = STATE(118), [sym_identifier] = ACTIONS(1726), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(1728), [anon_sym_typedef] = ACTIONS(1730), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym___declspec] = ACTIONS(43), [anon_sym_LBRACE] = ACTIONS(1732), [anon_sym_signed] = ACTIONS(51), [anon_sym_unsigned] = ACTIONS(51), [anon_sym_long] = ACTIONS(51), [anon_sym_short] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(1327), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(61), [anon_sym_enum] = ACTIONS(63), [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), [anon_sym_union] = ACTIONS(69), [anon_sym_if] = ACTIONS(1734), [anon_sym_else] = ACTIONS(1335), [anon_sym_switch] = ACTIONS(1736), [anon_sym_while] = ACTIONS(1738), [anon_sym_do] = ACTIONS(1740), [anon_sym_for] = ACTIONS(1742), [anon_sym_return] = ACTIONS(1744), [anon_sym_break] = ACTIONS(1746), [anon_sym_continue] = ACTIONS(1748), [anon_sym_goto] = ACTIONS(1750), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(113), [anon_sym_decltype] = ACTIONS(115), [anon_sym_virtual] = ACTIONS(117), [anon_sym_typename] = ACTIONS(121), [anon_sym_template] = ACTIONS(1329), [anon_sym_try] = ACTIONS(1752), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(1754), [anon_sym_co_return] = ACTIONS(1756), [anon_sym_co_yield] = ACTIONS(1758), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [120] = { [sym_declaration] = STATE(121), [sym_type_definition] = STATE(121), [sym__declaration_modifiers] = STATE(2582), [sym__declaration_specifiers] = STATE(4631), [sym_attribute_specifier] = STATE(2582), [sym_attribute_declaration] = STATE(1555), [sym_ms_declspec_modifier] = STATE(2582), [sym_compound_statement] = STATE(121), [sym_storage_class_specifier] = STATE(2582), [sym_type_qualifier] = STATE(2582), [sym__type_specifier] = STATE(3628), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [sym_attributed_statement] = STATE(121), [sym_labeled_statement] = STATE(121), [sym_expression_statement] = STATE(121), [sym_if_statement] = STATE(121), [sym_switch_statement] = STATE(121), [sym_while_statement] = STATE(121), [sym_do_statement] = STATE(121), [sym_for_statement] = STATE(121), [sym_return_statement] = STATE(121), [sym_break_statement] = STATE(121), [sym_continue_statement] = STATE(121), [sym_goto_statement] = STATE(121), [sym__expression] = STATE(4266), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7341), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym__class_name] = STATE(6738), [sym_virtual] = STATE(2582), [sym_dependent_type] = STATE(3695), [sym_template_type] = STATE(3931), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(121), [sym_co_return_statement] = STATE(121), [sym_co_yield_statement] = STATE(121), [sym_throw_statement] = STATE(121), [sym_try_statement] = STATE(121), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5253), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(3961), [sym_user_defined_literal] = STATE(3925), [aux_sym__declaration_specifiers_repeat1] = STATE(2582), [aux_sym_attributed_declarator_repeat1] = STATE(281), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [aux_sym_case_statement_repeat1] = STATE(121), [sym_identifier] = ACTIONS(1726), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(1728), [anon_sym_typedef] = ACTIONS(1730), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym___declspec] = ACTIONS(43), [anon_sym_LBRACE] = ACTIONS(1732), [anon_sym_signed] = ACTIONS(51), [anon_sym_unsigned] = ACTIONS(51), [anon_sym_long] = ACTIONS(51), [anon_sym_short] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(1327), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(61), [anon_sym_enum] = ACTIONS(63), [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), [anon_sym_union] = ACTIONS(69), [anon_sym_if] = ACTIONS(1734), [anon_sym_else] = ACTIONS(1508), [anon_sym_switch] = ACTIONS(1736), [anon_sym_while] = ACTIONS(1738), [anon_sym_do] = ACTIONS(1740), [anon_sym_for] = ACTIONS(1742), [anon_sym_return] = ACTIONS(1744), [anon_sym_break] = ACTIONS(1746), [anon_sym_continue] = ACTIONS(1748), [anon_sym_goto] = ACTIONS(1750), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(113), [anon_sym_decltype] = ACTIONS(115), [anon_sym_virtual] = ACTIONS(117), [anon_sym_typename] = ACTIONS(121), [anon_sym_template] = ACTIONS(1329), [anon_sym_try] = ACTIONS(1752), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(1754), [anon_sym_co_return] = ACTIONS(1756), [anon_sym_co_yield] = ACTIONS(1758), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [121] = { [sym_declaration] = STATE(121), [sym_type_definition] = STATE(121), [sym__declaration_modifiers] = STATE(2582), [sym__declaration_specifiers] = STATE(4631), [sym_attribute_specifier] = STATE(2582), [sym_attribute_declaration] = STATE(1555), [sym_ms_declspec_modifier] = STATE(2582), [sym_compound_statement] = STATE(121), [sym_storage_class_specifier] = STATE(2582), [sym_type_qualifier] = STATE(2582), [sym__type_specifier] = STATE(3628), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [sym_attributed_statement] = STATE(121), [sym_labeled_statement] = STATE(121), [sym_expression_statement] = STATE(121), [sym_if_statement] = STATE(121), [sym_switch_statement] = STATE(121), [sym_while_statement] = STATE(121), [sym_do_statement] = STATE(121), [sym_for_statement] = STATE(121), [sym_return_statement] = STATE(121), [sym_break_statement] = STATE(121), [sym_continue_statement] = STATE(121), [sym_goto_statement] = STATE(121), [sym__expression] = STATE(4266), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7341), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym__class_name] = STATE(6738), [sym_virtual] = STATE(2582), [sym_dependent_type] = STATE(3695), [sym_template_type] = STATE(3931), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(121), [sym_co_return_statement] = STATE(121), [sym_co_yield_statement] = STATE(121), [sym_throw_statement] = STATE(121), [sym_try_statement] = STATE(121), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5253), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(3961), [sym_user_defined_literal] = STATE(3925), [aux_sym__declaration_specifiers_repeat1] = STATE(2582), [aux_sym_attributed_declarator_repeat1] = STATE(281), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [aux_sym_case_statement_repeat1] = STATE(121), [sym_identifier] = ACTIONS(1760), [anon_sym_LPAREN2] = ACTIONS(1344), [anon_sym_BANG] = ACTIONS(1347), [anon_sym_TILDE] = ACTIONS(1347), [anon_sym_DASH] = ACTIONS(1350), [anon_sym_PLUS] = ACTIONS(1350), [anon_sym_STAR] = ACTIONS(1353), [anon_sym_AMP] = ACTIONS(1353), [anon_sym_SEMI] = ACTIONS(1763), [anon_sym_typedef] = ACTIONS(1766), [anon_sym_extern] = ACTIONS(1367), [anon_sym___attribute__] = ACTIONS(1370), [anon_sym_COLON_COLON] = ACTIONS(1373), [anon_sym_LBRACK_LBRACK] = ACTIONS(1376), [anon_sym___declspec] = ACTIONS(1379), [anon_sym_LBRACE] = ACTIONS(1769), [anon_sym_signed] = ACTIONS(1385), [anon_sym_unsigned] = ACTIONS(1385), [anon_sym_long] = ACTIONS(1385), [anon_sym_short] = ACTIONS(1385), [anon_sym_LBRACK] = ACTIONS(1388), [anon_sym_static] = ACTIONS(1367), [anon_sym_register] = ACTIONS(1367), [anon_sym_inline] = ACTIONS(1367), [anon_sym_thread_local] = ACTIONS(1367), [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_mutable] = ACTIONS(1391), [anon_sym_constinit] = ACTIONS(1391), [anon_sym_consteval] = ACTIONS(1391), [sym_primitive_type] = ACTIONS(1394), [anon_sym_enum] = ACTIONS(1397), [anon_sym_class] = ACTIONS(1400), [anon_sym_struct] = ACTIONS(1403), [anon_sym_union] = ACTIONS(1406), [anon_sym_if] = ACTIONS(1772), [anon_sym_else] = ACTIONS(1342), [anon_sym_switch] = ACTIONS(1775), [anon_sym_while] = ACTIONS(1778), [anon_sym_do] = ACTIONS(1781), [anon_sym_for] = ACTIONS(1784), [anon_sym_return] = ACTIONS(1787), [anon_sym_break] = ACTIONS(1790), [anon_sym_continue] = ACTIONS(1793), [anon_sym_goto] = ACTIONS(1796), [anon_sym_not] = ACTIONS(1350), [anon_sym_compl] = ACTIONS(1350), [anon_sym_DASH_DASH] = ACTIONS(1436), [anon_sym_PLUS_PLUS] = ACTIONS(1436), [anon_sym_sizeof] = ACTIONS(1439), [anon_sym_offsetof] = ACTIONS(1442), [anon_sym__Generic] = ACTIONS(1445), [anon_sym_asm] = ACTIONS(1448), [anon_sym___asm__] = ACTIONS(1448), [sym_number_literal] = ACTIONS(1451), [anon_sym_L_SQUOTE] = ACTIONS(1454), [anon_sym_u_SQUOTE] = ACTIONS(1454), [anon_sym_U_SQUOTE] = ACTIONS(1454), [anon_sym_u8_SQUOTE] = ACTIONS(1454), [anon_sym_SQUOTE] = ACTIONS(1454), [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(1460), [sym_false] = ACTIONS(1460), [anon_sym_NULL] = ACTIONS(1463), [anon_sym_nullptr] = ACTIONS(1463), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(1466), [anon_sym_decltype] = ACTIONS(1469), [anon_sym_virtual] = ACTIONS(1472), [anon_sym_typename] = ACTIONS(1475), [anon_sym_template] = ACTIONS(1478), [anon_sym_try] = ACTIONS(1799), [anon_sym_delete] = ACTIONS(1484), [anon_sym_throw] = ACTIONS(1802), [anon_sym_co_return] = ACTIONS(1805), [anon_sym_co_yield] = ACTIONS(1808), [anon_sym_R_DQUOTE] = ACTIONS(1496), [anon_sym_LR_DQUOTE] = ACTIONS(1496), [anon_sym_uR_DQUOTE] = ACTIONS(1496), [anon_sym_UR_DQUOTE] = ACTIONS(1496), [anon_sym_u8R_DQUOTE] = ACTIONS(1496), [anon_sym_co_await] = ACTIONS(1499), [anon_sym_new] = ACTIONS(1502), [anon_sym_requires] = ACTIONS(1505), [sym_this] = ACTIONS(1460), }, [122] = { [sym_declaration] = STATE(2119), [sym_type_definition] = STATE(2119), [sym__declaration_modifiers] = STATE(2582), [sym__declaration_specifiers] = STATE(4675), [sym_attribute_specifier] = STATE(2582), [sym_attribute_declaration] = STATE(2582), [sym_ms_declspec_modifier] = STATE(2582), [sym_storage_class_specifier] = STATE(2582), [sym_type_qualifier] = STATE(2582), [sym__type_specifier] = STATE(3628), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [sym_expression_statement] = STATE(2119), [sym__expression] = STATE(4072), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(6677), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym__class_name] = STATE(6738), [sym_virtual] = STATE(2582), [sym_dependent_type] = STATE(3695), [sym_template_type] = STATE(3931), [sym_template_function] = STATE(3925), [sym_alias_declaration] = STATE(2119), [sym_init_statement] = STATE(141), [sym_condition_declaration] = STATE(7409), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5253), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(3961), [sym_user_defined_literal] = STATE(3925), [aux_sym__declaration_specifiers_repeat1] = STATE(2582), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [sym_identifier] = ACTIONS(1811), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(1728), [anon_sym_typedef] = ACTIONS(1730), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1813), [anon_sym___declspec] = ACTIONS(43), [anon_sym_signed] = ACTIONS(51), [anon_sym_unsigned] = ACTIONS(51), [anon_sym_long] = ACTIONS(51), [anon_sym_short] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(1327), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(61), [anon_sym_enum] = ACTIONS(63), [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), [anon_sym_union] = ACTIONS(69), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(113), [anon_sym_decltype] = ACTIONS(115), [anon_sym_virtual] = ACTIONS(117), [anon_sym_typename] = ACTIONS(121), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_using] = ACTIONS(1815), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [123] = { [sym_declaration] = STATE(566), [sym_type_definition] = STATE(4365), [sym__declaration_modifiers] = STATE(2582), [sym__declaration_specifiers] = STATE(4657), [sym_attribute_specifier] = STATE(2582), [sym_attribute_declaration] = STATE(2582), [sym_ms_declspec_modifier] = STATE(2582), [sym_storage_class_specifier] = STATE(2582), [sym_type_qualifier] = STATE(2582), [sym__type_specifier] = STATE(3628), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [sym_expression_statement] = STATE(4365), [sym__expression] = STATE(4225), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7664), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym__class_name] = STATE(6738), [sym_virtual] = STATE(2582), [sym_dependent_type] = STATE(3695), [sym_template_type] = STATE(3931), [sym_template_function] = STATE(3925), [sym_alias_declaration] = STATE(4365), [sym_init_statement] = STATE(2496), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5253), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(3961), [sym_user_defined_literal] = STATE(3925), [aux_sym__declaration_specifiers_repeat1] = STATE(2582), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [sym_identifier] = ACTIONS(1811), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(1817), [anon_sym_typedef] = ACTIONS(1819), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1813), [anon_sym___declspec] = ACTIONS(43), [anon_sym_signed] = ACTIONS(51), [anon_sym_unsigned] = ACTIONS(51), [anon_sym_long] = ACTIONS(51), [anon_sym_short] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(1327), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(61), [anon_sym_enum] = ACTIONS(63), [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), [anon_sym_union] = ACTIONS(69), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(113), [anon_sym_decltype] = ACTIONS(115), [anon_sym_virtual] = ACTIONS(117), [anon_sym_typename] = ACTIONS(121), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_using] = ACTIONS(1821), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [124] = { [sym_declaration] = STATE(532), [sym_type_definition] = STATE(4365), [sym__declaration_modifiers] = STATE(2582), [sym__declaration_specifiers] = STATE(4638), [sym_attribute_specifier] = STATE(2582), [sym_attribute_declaration] = STATE(2582), [sym_ms_declspec_modifier] = STATE(2582), [sym_storage_class_specifier] = STATE(2582), [sym_type_qualifier] = STATE(2582), [sym__type_specifier] = STATE(3628), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [sym_expression_statement] = STATE(4365), [sym__expression] = STATE(4302), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7424), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym__class_name] = STATE(6738), [sym_virtual] = STATE(2582), [sym_dependent_type] = STATE(3695), [sym_template_type] = STATE(3931), [sym_template_function] = STATE(3925), [sym_alias_declaration] = STATE(4365), [sym_init_statement] = STATE(2465), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5253), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(3961), [sym_user_defined_literal] = STATE(3925), [aux_sym__declaration_specifiers_repeat1] = STATE(2582), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [sym_identifier] = ACTIONS(1811), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(1823), [anon_sym_typedef] = ACTIONS(1819), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1813), [anon_sym___declspec] = ACTIONS(43), [anon_sym_signed] = ACTIONS(51), [anon_sym_unsigned] = ACTIONS(51), [anon_sym_long] = ACTIONS(51), [anon_sym_short] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(1327), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(61), [anon_sym_enum] = ACTIONS(63), [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), [anon_sym_union] = ACTIONS(69), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(113), [anon_sym_decltype] = ACTIONS(115), [anon_sym_virtual] = ACTIONS(117), [anon_sym_typename] = ACTIONS(121), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_using] = ACTIONS(1821), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [125] = { [sym_declaration] = STATE(595), [sym_type_definition] = STATE(4365), [sym__declaration_modifiers] = STATE(2582), [sym__declaration_specifiers] = STATE(4617), [sym_attribute_specifier] = STATE(2582), [sym_attribute_declaration] = STATE(2582), [sym_ms_declspec_modifier] = STATE(2582), [sym_storage_class_specifier] = STATE(2582), [sym_type_qualifier] = STATE(2582), [sym__type_specifier] = STATE(3628), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [sym_expression_statement] = STATE(4365), [sym__expression] = STATE(4256), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7578), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym__class_name] = STATE(6738), [sym_virtual] = STATE(2582), [sym_dependent_type] = STATE(3695), [sym_template_type] = STATE(3931), [sym_template_function] = STATE(3925), [sym_alias_declaration] = STATE(4365), [sym_init_statement] = STATE(2516), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5253), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(3961), [sym_user_defined_literal] = STATE(3925), [aux_sym__declaration_specifiers_repeat1] = STATE(2582), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [sym_identifier] = ACTIONS(1811), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(1825), [anon_sym_typedef] = ACTIONS(1819), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1813), [anon_sym___declspec] = ACTIONS(43), [anon_sym_signed] = ACTIONS(51), [anon_sym_unsigned] = ACTIONS(51), [anon_sym_long] = ACTIONS(51), [anon_sym_short] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(1327), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(61), [anon_sym_enum] = ACTIONS(63), [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), [anon_sym_union] = ACTIONS(69), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(113), [anon_sym_decltype] = ACTIONS(115), [anon_sym_virtual] = ACTIONS(117), [anon_sym_typename] = ACTIONS(121), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_using] = ACTIONS(1821), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [126] = { [sym_declaration] = STATE(581), [sym_type_definition] = STATE(4365), [sym__declaration_modifiers] = STATE(2582), [sym__declaration_specifiers] = STATE(4680), [sym_attribute_specifier] = STATE(2582), [sym_attribute_declaration] = STATE(2582), [sym_ms_declspec_modifier] = STATE(2582), [sym_storage_class_specifier] = STATE(2582), [sym_type_qualifier] = STATE(2582), [sym__type_specifier] = STATE(3628), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [sym_expression_statement] = STATE(4365), [sym__expression] = STATE(4233), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7650), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym__class_name] = STATE(6738), [sym_virtual] = STATE(2582), [sym_dependent_type] = STATE(3695), [sym_template_type] = STATE(3931), [sym_template_function] = STATE(3925), [sym_alias_declaration] = STATE(4365), [sym_init_statement] = STATE(2508), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5253), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(3961), [sym_user_defined_literal] = STATE(3925), [aux_sym__declaration_specifiers_repeat1] = STATE(2582), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [sym_identifier] = ACTIONS(1811), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(1827), [anon_sym_typedef] = ACTIONS(1819), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1813), [anon_sym___declspec] = ACTIONS(43), [anon_sym_signed] = ACTIONS(51), [anon_sym_unsigned] = ACTIONS(51), [anon_sym_long] = ACTIONS(51), [anon_sym_short] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(1327), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(61), [anon_sym_enum] = ACTIONS(63), [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), [anon_sym_union] = ACTIONS(69), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(113), [anon_sym_decltype] = ACTIONS(115), [anon_sym_virtual] = ACTIONS(117), [anon_sym_typename] = ACTIONS(121), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_using] = ACTIONS(1821), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [127] = { [sym_declaration] = STATE(540), [sym_type_definition] = STATE(4365), [sym__declaration_modifiers] = STATE(2582), [sym__declaration_specifiers] = STATE(4655), [sym_attribute_specifier] = STATE(2582), [sym_attribute_declaration] = STATE(2582), [sym_ms_declspec_modifier] = STATE(2582), [sym_storage_class_specifier] = STATE(2582), [sym_type_qualifier] = STATE(2582), [sym__type_specifier] = STATE(3628), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [sym_expression_statement] = STATE(4365), [sym__expression] = STATE(4208), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7433), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym__class_name] = STATE(6738), [sym_virtual] = STATE(2582), [sym_dependent_type] = STATE(3695), [sym_template_type] = STATE(3931), [sym_template_function] = STATE(3925), [sym_alias_declaration] = STATE(4365), [sym_init_statement] = STATE(2547), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5253), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(3961), [sym_user_defined_literal] = STATE(3925), [aux_sym__declaration_specifiers_repeat1] = STATE(2582), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [sym_identifier] = ACTIONS(1811), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(1829), [anon_sym_typedef] = ACTIONS(1819), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1813), [anon_sym___declspec] = ACTIONS(43), [anon_sym_signed] = ACTIONS(51), [anon_sym_unsigned] = ACTIONS(51), [anon_sym_long] = ACTIONS(51), [anon_sym_short] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(1327), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(61), [anon_sym_enum] = ACTIONS(63), [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), [anon_sym_union] = ACTIONS(69), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(113), [anon_sym_decltype] = ACTIONS(115), [anon_sym_virtual] = ACTIONS(117), [anon_sym_typename] = ACTIONS(121), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_using] = ACTIONS(1821), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [128] = { [sym_declaration] = STATE(598), [sym_type_definition] = STATE(4365), [sym__declaration_modifiers] = STATE(2582), [sym__declaration_specifiers] = STATE(4654), [sym_attribute_specifier] = STATE(2582), [sym_attribute_declaration] = STATE(2582), [sym_ms_declspec_modifier] = STATE(2582), [sym_storage_class_specifier] = STATE(2582), [sym_type_qualifier] = STATE(2582), [sym__type_specifier] = STATE(3628), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [sym_expression_statement] = STATE(4365), [sym__expression] = STATE(4268), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7310), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym__class_name] = STATE(6738), [sym_virtual] = STATE(2582), [sym_dependent_type] = STATE(3695), [sym_template_type] = STATE(3931), [sym_template_function] = STATE(3925), [sym_alias_declaration] = STATE(4365), [sym_init_statement] = STATE(2544), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5253), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(3961), [sym_user_defined_literal] = STATE(3925), [aux_sym__declaration_specifiers_repeat1] = STATE(2582), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [sym_identifier] = ACTIONS(1811), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(1831), [anon_sym_typedef] = ACTIONS(1819), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1813), [anon_sym___declspec] = ACTIONS(43), [anon_sym_signed] = ACTIONS(51), [anon_sym_unsigned] = ACTIONS(51), [anon_sym_long] = ACTIONS(51), [anon_sym_short] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(1327), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(61), [anon_sym_enum] = ACTIONS(63), [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), [anon_sym_union] = ACTIONS(69), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(113), [anon_sym_decltype] = ACTIONS(115), [anon_sym_virtual] = ACTIONS(117), [anon_sym_typename] = ACTIONS(121), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_using] = ACTIONS(1821), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [129] = { [sym_declaration] = STATE(536), [sym_type_definition] = STATE(4365), [sym__declaration_modifiers] = STATE(2582), [sym__declaration_specifiers] = STATE(4666), [sym_attribute_specifier] = STATE(2582), [sym_attribute_declaration] = STATE(2582), [sym_ms_declspec_modifier] = STATE(2582), [sym_storage_class_specifier] = STATE(2582), [sym_type_qualifier] = STATE(2582), [sym__type_specifier] = STATE(3628), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [sym_expression_statement] = STATE(4365), [sym__expression] = STATE(4200), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7677), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym__class_name] = STATE(6738), [sym_virtual] = STATE(2582), [sym_dependent_type] = STATE(3695), [sym_template_type] = STATE(3931), [sym_template_function] = STATE(3925), [sym_alias_declaration] = STATE(4365), [sym_init_statement] = STATE(2468), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5253), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(3961), [sym_user_defined_literal] = STATE(3925), [aux_sym__declaration_specifiers_repeat1] = STATE(2582), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [sym_identifier] = ACTIONS(1811), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(1833), [anon_sym_typedef] = ACTIONS(1819), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1813), [anon_sym___declspec] = ACTIONS(43), [anon_sym_signed] = ACTIONS(51), [anon_sym_unsigned] = ACTIONS(51), [anon_sym_long] = ACTIONS(51), [anon_sym_short] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(1327), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(61), [anon_sym_enum] = ACTIONS(63), [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), [anon_sym_union] = ACTIONS(69), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(113), [anon_sym_decltype] = ACTIONS(115), [anon_sym_virtual] = ACTIONS(117), [anon_sym_typename] = ACTIONS(121), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_using] = ACTIONS(1821), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [130] = { [sym__declaration_modifiers] = STATE(2559), [sym__declaration_specifiers] = STATE(3776), [sym_attribute_specifier] = STATE(2559), [sym_attribute_declaration] = STATE(2559), [sym_ms_declspec_modifier] = STATE(2559), [sym_storage_class_specifier] = STATE(2559), [sym_type_qualifier] = STATE(2559), [sym__type_specifier] = STATE(3628), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [sym_parameter_declaration] = STATE(6415), [sym__expression] = STATE(3356), [sym__expression_not_binary] = STATE(3564), [sym_conditional_expression] = STATE(3564), [sym_assignment_expression] = STATE(3564), [sym_pointer_expression] = STATE(3290), [sym_unary_expression] = STATE(3564), [sym_binary_expression] = STATE(3564), [sym_update_expression] = STATE(3564), [sym_cast_expression] = STATE(3564), [sym_sizeof_expression] = STATE(3564), [sym_offsetof_expression] = STATE(3564), [sym_generic_expression] = STATE(3564), [sym_subscript_expression] = STATE(3290), [sym_call_expression] = STATE(3290), [sym_gnu_asm_expression] = STATE(3564), [sym_field_expression] = STATE(3290), [sym_compound_literal_expression] = STATE(3564), [sym_parenthesized_expression] = STATE(3290), [sym_char_literal] = STATE(3429), [sym_concatenated_string] = STATE(3429), [sym_string_literal] = STATE(2306), [sym_null] = STATE(3564), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym__class_name] = STATE(6687), [sym_virtual] = STATE(2559), [sym_dependent_type] = STATE(3695), [sym_optional_parameter_declaration] = STATE(6415), [sym_variadic_parameter_declaration] = STATE(6415), [sym_template_type] = STATE(3931), [sym_template_function] = STATE(3564), [sym_raw_string_literal] = STATE(2306), [sym_co_await_expression] = STATE(3564), [sym_new_expression] = STATE(3564), [sym_delete_expression] = STATE(3564), [sym_requires_clause] = STATE(3564), [sym_requires_expression] = STATE(3564), [sym_lambda_expression] = STATE(3564), [sym_lambda_capture_specifier] = STATE(5176), [sym__unary_left_fold] = STATE(7452), [sym__unary_right_fold] = STATE(7451), [sym__binary_fold] = STATE(7449), [sym_fold_expression] = STATE(3564), [sym_parameter_pack_expansion] = STATE(3564), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5282), [sym_qualified_identifier] = STATE(3290), [sym_qualified_type_identifier] = STATE(3961), [sym_user_defined_literal] = STATE(3564), [aux_sym__declaration_specifiers_repeat1] = STATE(2559), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [sym_identifier] = ACTIONS(1835), [anon_sym_DOT_DOT_DOT] = ACTIONS(1837), [anon_sym_RPAREN] = ACTIONS(1839), [anon_sym_LPAREN2] = ACTIONS(1841), [anon_sym_BANG] = ACTIONS(1843), [anon_sym_TILDE] = ACTIONS(1843), [anon_sym_DASH] = ACTIONS(1845), [anon_sym_PLUS] = ACTIONS(1845), [anon_sym_STAR] = ACTIONS(1847), [anon_sym_AMP] = ACTIONS(1847), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(1849), [anon_sym_LBRACK_LBRACK] = ACTIONS(1813), [anon_sym___declspec] = ACTIONS(43), [anon_sym_signed] = ACTIONS(51), [anon_sym_unsigned] = ACTIONS(51), [anon_sym_long] = ACTIONS(51), [anon_sym_short] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(1327), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(1851), [anon_sym_enum] = ACTIONS(1853), [anon_sym_class] = ACTIONS(1855), [anon_sym_struct] = ACTIONS(1857), [anon_sym_union] = ACTIONS(1859), [anon_sym_not] = ACTIONS(1845), [anon_sym_compl] = ACTIONS(1845), [anon_sym_DASH_DASH] = ACTIONS(1861), [anon_sym_PLUS_PLUS] = ACTIONS(1861), [anon_sym_sizeof] = ACTIONS(1863), [anon_sym_offsetof] = ACTIONS(1865), [anon_sym__Generic] = ACTIONS(1867), [anon_sym_asm] = ACTIONS(1869), [anon_sym___asm__] = ACTIONS(1869), [sym_number_literal] = ACTIONS(1871), [anon_sym_L_SQUOTE] = ACTIONS(1873), [anon_sym_u_SQUOTE] = ACTIONS(1873), [anon_sym_U_SQUOTE] = ACTIONS(1873), [anon_sym_u8_SQUOTE] = ACTIONS(1873), [anon_sym_SQUOTE] = ACTIONS(1873), [anon_sym_L_DQUOTE] = ACTIONS(1875), [anon_sym_u_DQUOTE] = ACTIONS(1875), [anon_sym_U_DQUOTE] = ACTIONS(1875), [anon_sym_u8_DQUOTE] = ACTIONS(1875), [anon_sym_DQUOTE] = ACTIONS(1875), [sym_true] = ACTIONS(1877), [sym_false] = ACTIONS(1877), [anon_sym_NULL] = ACTIONS(1879), [anon_sym_nullptr] = ACTIONS(1879), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(113), [anon_sym_decltype] = ACTIONS(115), [anon_sym_virtual] = ACTIONS(117), [anon_sym_typename] = ACTIONS(1881), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(1883), [anon_sym_R_DQUOTE] = ACTIONS(1885), [anon_sym_LR_DQUOTE] = ACTIONS(1885), [anon_sym_uR_DQUOTE] = ACTIONS(1885), [anon_sym_UR_DQUOTE] = ACTIONS(1885), [anon_sym_u8R_DQUOTE] = ACTIONS(1885), [anon_sym_co_await] = ACTIONS(1887), [anon_sym_new] = ACTIONS(1889), [anon_sym_requires] = ACTIONS(1891), [sym_this] = ACTIONS(1877), }, [131] = { [sym__declaration_modifiers] = STATE(2559), [sym__declaration_specifiers] = STATE(3776), [sym_attribute_specifier] = STATE(2559), [sym_attribute_declaration] = STATE(2559), [sym_ms_declspec_modifier] = STATE(2559), [sym_storage_class_specifier] = STATE(2559), [sym_type_qualifier] = STATE(2559), [sym__type_specifier] = STATE(3628), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [sym_parameter_declaration] = STATE(6415), [sym__expression] = STATE(3203), [sym__expression_not_binary] = STATE(3564), [sym_conditional_expression] = STATE(3564), [sym_assignment_expression] = STATE(3564), [sym_pointer_expression] = STATE(3290), [sym_unary_expression] = STATE(3564), [sym_binary_expression] = STATE(3564), [sym_update_expression] = STATE(3564), [sym_cast_expression] = STATE(3564), [sym_sizeof_expression] = STATE(3564), [sym_offsetof_expression] = STATE(3564), [sym_generic_expression] = STATE(3564), [sym_subscript_expression] = STATE(3290), [sym_call_expression] = STATE(3290), [sym_gnu_asm_expression] = STATE(3564), [sym_field_expression] = STATE(3290), [sym_compound_literal_expression] = STATE(3564), [sym_parenthesized_expression] = STATE(3290), [sym_char_literal] = STATE(3429), [sym_concatenated_string] = STATE(3429), [sym_string_literal] = STATE(2306), [sym_null] = STATE(3564), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym__class_name] = STATE(6687), [sym_virtual] = STATE(2559), [sym_dependent_type] = STATE(3695), [sym_optional_parameter_declaration] = STATE(6415), [sym_variadic_parameter_declaration] = STATE(6415), [sym_template_type] = STATE(3931), [sym_template_function] = STATE(3564), [sym_raw_string_literal] = STATE(2306), [sym_co_await_expression] = STATE(3564), [sym_new_expression] = STATE(3564), [sym_delete_expression] = STATE(3564), [sym_requires_clause] = STATE(3564), [sym_requires_expression] = STATE(3564), [sym_lambda_expression] = STATE(3564), [sym_lambda_capture_specifier] = STATE(5176), [sym__unary_left_fold] = STATE(7474), [sym__unary_right_fold] = STATE(7466), [sym__binary_fold] = STATE(7465), [sym_fold_expression] = STATE(3564), [sym_parameter_pack_expansion] = STATE(3564), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5282), [sym_qualified_identifier] = STATE(3290), [sym_qualified_type_identifier] = STATE(3961), [sym_user_defined_literal] = STATE(3564), [aux_sym__declaration_specifiers_repeat1] = STATE(2559), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [sym_identifier] = ACTIONS(1835), [anon_sym_DOT_DOT_DOT] = ACTIONS(1837), [anon_sym_RPAREN] = ACTIONS(1839), [anon_sym_LPAREN2] = ACTIONS(1841), [anon_sym_BANG] = ACTIONS(1843), [anon_sym_TILDE] = ACTIONS(1843), [anon_sym_DASH] = ACTIONS(1845), [anon_sym_PLUS] = ACTIONS(1845), [anon_sym_STAR] = ACTIONS(1847), [anon_sym_AMP] = ACTIONS(1847), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(1849), [anon_sym_LBRACK_LBRACK] = ACTIONS(1813), [anon_sym___declspec] = ACTIONS(43), [anon_sym_signed] = ACTIONS(51), [anon_sym_unsigned] = ACTIONS(51), [anon_sym_long] = ACTIONS(51), [anon_sym_short] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(1327), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(1851), [anon_sym_enum] = ACTIONS(1853), [anon_sym_class] = ACTIONS(1855), [anon_sym_struct] = ACTIONS(1857), [anon_sym_union] = ACTIONS(1859), [anon_sym_not] = ACTIONS(1845), [anon_sym_compl] = ACTIONS(1845), [anon_sym_DASH_DASH] = ACTIONS(1861), [anon_sym_PLUS_PLUS] = ACTIONS(1861), [anon_sym_sizeof] = ACTIONS(1863), [anon_sym_offsetof] = ACTIONS(1865), [anon_sym__Generic] = ACTIONS(1867), [anon_sym_asm] = ACTIONS(1869), [anon_sym___asm__] = ACTIONS(1869), [sym_number_literal] = ACTIONS(1871), [anon_sym_L_SQUOTE] = ACTIONS(1873), [anon_sym_u_SQUOTE] = ACTIONS(1873), [anon_sym_U_SQUOTE] = ACTIONS(1873), [anon_sym_u8_SQUOTE] = ACTIONS(1873), [anon_sym_SQUOTE] = ACTIONS(1873), [anon_sym_L_DQUOTE] = ACTIONS(1875), [anon_sym_u_DQUOTE] = ACTIONS(1875), [anon_sym_U_DQUOTE] = ACTIONS(1875), [anon_sym_u8_DQUOTE] = ACTIONS(1875), [anon_sym_DQUOTE] = ACTIONS(1875), [sym_true] = ACTIONS(1877), [sym_false] = ACTIONS(1877), [anon_sym_NULL] = ACTIONS(1879), [anon_sym_nullptr] = ACTIONS(1879), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(113), [anon_sym_decltype] = ACTIONS(115), [anon_sym_virtual] = ACTIONS(117), [anon_sym_typename] = ACTIONS(1881), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(1883), [anon_sym_R_DQUOTE] = ACTIONS(1885), [anon_sym_LR_DQUOTE] = ACTIONS(1885), [anon_sym_uR_DQUOTE] = ACTIONS(1885), [anon_sym_UR_DQUOTE] = ACTIONS(1885), [anon_sym_u8R_DQUOTE] = ACTIONS(1885), [anon_sym_co_await] = ACTIONS(1887), [anon_sym_new] = ACTIONS(1889), [anon_sym_requires] = ACTIONS(1891), [sym_this] = ACTIONS(1877), }, [132] = { [sym__declaration_modifiers] = STATE(2559), [sym__declaration_specifiers] = STATE(3776), [sym_attribute_specifier] = STATE(2559), [sym_attribute_declaration] = STATE(2559), [sym_ms_declspec_modifier] = STATE(2559), [sym_storage_class_specifier] = STATE(2559), [sym_type_qualifier] = STATE(2559), [sym__type_specifier] = STATE(3628), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [sym_parameter_declaration] = STATE(6415), [sym__expression] = STATE(3244), [sym__expression_not_binary] = STATE(3564), [sym_conditional_expression] = STATE(3564), [sym_assignment_expression] = STATE(3564), [sym_pointer_expression] = STATE(3290), [sym_unary_expression] = STATE(3564), [sym_binary_expression] = STATE(3564), [sym_update_expression] = STATE(3564), [sym_cast_expression] = STATE(3564), [sym_sizeof_expression] = STATE(3564), [sym_offsetof_expression] = STATE(3564), [sym_generic_expression] = STATE(3564), [sym_subscript_expression] = STATE(3290), [sym_call_expression] = STATE(3290), [sym_gnu_asm_expression] = STATE(3564), [sym_field_expression] = STATE(3290), [sym_compound_literal_expression] = STATE(3564), [sym_parenthesized_expression] = STATE(3290), [sym_char_literal] = STATE(3429), [sym_concatenated_string] = STATE(3429), [sym_string_literal] = STATE(2306), [sym_null] = STATE(3564), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym__class_name] = STATE(6687), [sym_virtual] = STATE(2559), [sym_dependent_type] = STATE(3695), [sym_optional_parameter_declaration] = STATE(6415), [sym_variadic_parameter_declaration] = STATE(6415), [sym_template_type] = STATE(3931), [sym_template_function] = STATE(3564), [sym_raw_string_literal] = STATE(2306), [sym_co_await_expression] = STATE(3564), [sym_new_expression] = STATE(3564), [sym_delete_expression] = STATE(3564), [sym_requires_clause] = STATE(3564), [sym_requires_expression] = STATE(3564), [sym_lambda_expression] = STATE(3564), [sym_lambda_capture_specifier] = STATE(5176), [sym__unary_left_fold] = STATE(7622), [sym__unary_right_fold] = STATE(7621), [sym__binary_fold] = STATE(7620), [sym_fold_expression] = STATE(3564), [sym_parameter_pack_expansion] = STATE(3564), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5282), [sym_qualified_identifier] = STATE(3290), [sym_qualified_type_identifier] = STATE(3961), [sym_user_defined_literal] = STATE(3564), [aux_sym__declaration_specifiers_repeat1] = STATE(2559), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [sym_identifier] = ACTIONS(1835), [anon_sym_DOT_DOT_DOT] = ACTIONS(1837), [anon_sym_RPAREN] = ACTIONS(1839), [anon_sym_LPAREN2] = ACTIONS(1841), [anon_sym_BANG] = ACTIONS(1843), [anon_sym_TILDE] = ACTIONS(1843), [anon_sym_DASH] = ACTIONS(1845), [anon_sym_PLUS] = ACTIONS(1845), [anon_sym_STAR] = ACTIONS(1847), [anon_sym_AMP] = ACTIONS(1847), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(1849), [anon_sym_LBRACK_LBRACK] = ACTIONS(1813), [anon_sym___declspec] = ACTIONS(43), [anon_sym_signed] = ACTIONS(51), [anon_sym_unsigned] = ACTIONS(51), [anon_sym_long] = ACTIONS(51), [anon_sym_short] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(1327), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(1851), [anon_sym_enum] = ACTIONS(1853), [anon_sym_class] = ACTIONS(1855), [anon_sym_struct] = ACTIONS(1857), [anon_sym_union] = ACTIONS(1859), [anon_sym_not] = ACTIONS(1845), [anon_sym_compl] = ACTIONS(1845), [anon_sym_DASH_DASH] = ACTIONS(1861), [anon_sym_PLUS_PLUS] = ACTIONS(1861), [anon_sym_sizeof] = ACTIONS(1863), [anon_sym_offsetof] = ACTIONS(1865), [anon_sym__Generic] = ACTIONS(1867), [anon_sym_asm] = ACTIONS(1869), [anon_sym___asm__] = ACTIONS(1869), [sym_number_literal] = ACTIONS(1871), [anon_sym_L_SQUOTE] = ACTIONS(1873), [anon_sym_u_SQUOTE] = ACTIONS(1873), [anon_sym_U_SQUOTE] = ACTIONS(1873), [anon_sym_u8_SQUOTE] = ACTIONS(1873), [anon_sym_SQUOTE] = ACTIONS(1873), [anon_sym_L_DQUOTE] = ACTIONS(1875), [anon_sym_u_DQUOTE] = ACTIONS(1875), [anon_sym_U_DQUOTE] = ACTIONS(1875), [anon_sym_u8_DQUOTE] = ACTIONS(1875), [anon_sym_DQUOTE] = ACTIONS(1875), [sym_true] = ACTIONS(1877), [sym_false] = ACTIONS(1877), [anon_sym_NULL] = ACTIONS(1879), [anon_sym_nullptr] = ACTIONS(1879), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(113), [anon_sym_decltype] = ACTIONS(115), [anon_sym_virtual] = ACTIONS(117), [anon_sym_typename] = ACTIONS(1881), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(1883), [anon_sym_R_DQUOTE] = ACTIONS(1885), [anon_sym_LR_DQUOTE] = ACTIONS(1885), [anon_sym_uR_DQUOTE] = ACTIONS(1885), [anon_sym_UR_DQUOTE] = ACTIONS(1885), [anon_sym_u8R_DQUOTE] = ACTIONS(1885), [anon_sym_co_await] = ACTIONS(1887), [anon_sym_new] = ACTIONS(1889), [anon_sym_requires] = ACTIONS(1891), [sym_this] = ACTIONS(1877), }, [133] = { [sym__declaration_modifiers] = STATE(2559), [sym__declaration_specifiers] = STATE(3776), [sym_attribute_specifier] = STATE(2559), [sym_attribute_declaration] = STATE(2559), [sym_ms_declspec_modifier] = STATE(2559), [sym_storage_class_specifier] = STATE(2559), [sym_type_qualifier] = STATE(2559), [sym__type_specifier] = STATE(3628), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [sym_parameter_declaration] = STATE(6415), [sym__expression] = STATE(3309), [sym__expression_not_binary] = STATE(3564), [sym_conditional_expression] = STATE(3564), [sym_assignment_expression] = STATE(3564), [sym_pointer_expression] = STATE(3290), [sym_unary_expression] = STATE(3564), [sym_binary_expression] = STATE(3564), [sym_update_expression] = STATE(3564), [sym_cast_expression] = STATE(3564), [sym_sizeof_expression] = STATE(3564), [sym_offsetof_expression] = STATE(3564), [sym_generic_expression] = STATE(3564), [sym_subscript_expression] = STATE(3290), [sym_call_expression] = STATE(3290), [sym_gnu_asm_expression] = STATE(3564), [sym_field_expression] = STATE(3290), [sym_compound_literal_expression] = STATE(3564), [sym_parenthesized_expression] = STATE(3290), [sym_char_literal] = STATE(3429), [sym_concatenated_string] = STATE(3429), [sym_string_literal] = STATE(2306), [sym_null] = STATE(3564), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym__class_name] = STATE(6687), [sym_virtual] = STATE(2559), [sym_dependent_type] = STATE(3695), [sym_optional_parameter_declaration] = STATE(6415), [sym_variadic_parameter_declaration] = STATE(6415), [sym_template_type] = STATE(3931), [sym_template_function] = STATE(3564), [sym_raw_string_literal] = STATE(2306), [sym_co_await_expression] = STATE(3564), [sym_new_expression] = STATE(3564), [sym_delete_expression] = STATE(3564), [sym_requires_clause] = STATE(3564), [sym_requires_expression] = STATE(3564), [sym_lambda_expression] = STATE(3564), [sym_lambda_capture_specifier] = STATE(5176), [sym__unary_left_fold] = STATE(7179), [sym__unary_right_fold] = STATE(7180), [sym__binary_fold] = STATE(7184), [sym_fold_expression] = STATE(3564), [sym_parameter_pack_expansion] = STATE(3564), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5282), [sym_qualified_identifier] = STATE(3290), [sym_qualified_type_identifier] = STATE(3961), [sym_user_defined_literal] = STATE(3564), [aux_sym__declaration_specifiers_repeat1] = STATE(2559), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [sym_identifier] = ACTIONS(1835), [anon_sym_DOT_DOT_DOT] = ACTIONS(1837), [anon_sym_RPAREN] = ACTIONS(1839), [anon_sym_LPAREN2] = ACTIONS(1841), [anon_sym_BANG] = ACTIONS(1843), [anon_sym_TILDE] = ACTIONS(1843), [anon_sym_DASH] = ACTIONS(1845), [anon_sym_PLUS] = ACTIONS(1845), [anon_sym_STAR] = ACTIONS(1847), [anon_sym_AMP] = ACTIONS(1847), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(1849), [anon_sym_LBRACK_LBRACK] = ACTIONS(1813), [anon_sym___declspec] = ACTIONS(43), [anon_sym_signed] = ACTIONS(51), [anon_sym_unsigned] = ACTIONS(51), [anon_sym_long] = ACTIONS(51), [anon_sym_short] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(1327), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(1851), [anon_sym_enum] = ACTIONS(1853), [anon_sym_class] = ACTIONS(1855), [anon_sym_struct] = ACTIONS(1857), [anon_sym_union] = ACTIONS(1859), [anon_sym_not] = ACTIONS(1845), [anon_sym_compl] = ACTIONS(1845), [anon_sym_DASH_DASH] = ACTIONS(1861), [anon_sym_PLUS_PLUS] = ACTIONS(1861), [anon_sym_sizeof] = ACTIONS(1863), [anon_sym_offsetof] = ACTIONS(1865), [anon_sym__Generic] = ACTIONS(1867), [anon_sym_asm] = ACTIONS(1869), [anon_sym___asm__] = ACTIONS(1869), [sym_number_literal] = ACTIONS(1871), [anon_sym_L_SQUOTE] = ACTIONS(1873), [anon_sym_u_SQUOTE] = ACTIONS(1873), [anon_sym_U_SQUOTE] = ACTIONS(1873), [anon_sym_u8_SQUOTE] = ACTIONS(1873), [anon_sym_SQUOTE] = ACTIONS(1873), [anon_sym_L_DQUOTE] = ACTIONS(1875), [anon_sym_u_DQUOTE] = ACTIONS(1875), [anon_sym_U_DQUOTE] = ACTIONS(1875), [anon_sym_u8_DQUOTE] = ACTIONS(1875), [anon_sym_DQUOTE] = ACTIONS(1875), [sym_true] = ACTIONS(1877), [sym_false] = ACTIONS(1877), [anon_sym_NULL] = ACTIONS(1879), [anon_sym_nullptr] = ACTIONS(1879), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(113), [anon_sym_decltype] = ACTIONS(115), [anon_sym_virtual] = ACTIONS(117), [anon_sym_typename] = ACTIONS(1881), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(1883), [anon_sym_R_DQUOTE] = ACTIONS(1885), [anon_sym_LR_DQUOTE] = ACTIONS(1885), [anon_sym_uR_DQUOTE] = ACTIONS(1885), [anon_sym_UR_DQUOTE] = ACTIONS(1885), [anon_sym_u8R_DQUOTE] = ACTIONS(1885), [anon_sym_co_await] = ACTIONS(1887), [anon_sym_new] = ACTIONS(1889), [anon_sym_requires] = ACTIONS(1891), [sym_this] = ACTIONS(1877), }, [134] = { [sym__declaration_modifiers] = STATE(2559), [sym__declaration_specifiers] = STATE(3776), [sym_attribute_specifier] = STATE(2559), [sym_attribute_declaration] = STATE(2559), [sym_ms_declspec_modifier] = STATE(2559), [sym_storage_class_specifier] = STATE(2559), [sym_type_qualifier] = STATE(2559), [sym__type_specifier] = STATE(3628), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [sym_parameter_declaration] = STATE(6415), [sym__expression] = STATE(3227), [sym__expression_not_binary] = STATE(3564), [sym_conditional_expression] = STATE(3564), [sym_assignment_expression] = STATE(3564), [sym_pointer_expression] = STATE(3290), [sym_unary_expression] = STATE(3564), [sym_binary_expression] = STATE(3564), [sym_update_expression] = STATE(3564), [sym_cast_expression] = STATE(3564), [sym_sizeof_expression] = STATE(3564), [sym_offsetof_expression] = STATE(3564), [sym_generic_expression] = STATE(3564), [sym_subscript_expression] = STATE(3290), [sym_call_expression] = STATE(3290), [sym_gnu_asm_expression] = STATE(3564), [sym_field_expression] = STATE(3290), [sym_compound_literal_expression] = STATE(3564), [sym_parenthesized_expression] = STATE(3290), [sym_char_literal] = STATE(3429), [sym_concatenated_string] = STATE(3429), [sym_string_literal] = STATE(2306), [sym_null] = STATE(3564), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym__class_name] = STATE(6687), [sym_virtual] = STATE(2559), [sym_dependent_type] = STATE(3695), [sym_optional_parameter_declaration] = STATE(6415), [sym_variadic_parameter_declaration] = STATE(6415), [sym_template_type] = STATE(3931), [sym_template_function] = STATE(3564), [sym_raw_string_literal] = STATE(2306), [sym_co_await_expression] = STATE(3564), [sym_new_expression] = STATE(3564), [sym_delete_expression] = STATE(3564), [sym_requires_clause] = STATE(3564), [sym_requires_expression] = STATE(3564), [sym_lambda_expression] = STATE(3564), [sym_lambda_capture_specifier] = STATE(5176), [sym__unary_left_fold] = STATE(7107), [sym__unary_right_fold] = STATE(7105), [sym__binary_fold] = STATE(7103), [sym_fold_expression] = STATE(3564), [sym_parameter_pack_expansion] = STATE(3564), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5282), [sym_qualified_identifier] = STATE(3290), [sym_qualified_type_identifier] = STATE(3961), [sym_user_defined_literal] = STATE(3564), [aux_sym__declaration_specifiers_repeat1] = STATE(2559), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [sym_identifier] = ACTIONS(1835), [anon_sym_DOT_DOT_DOT] = ACTIONS(1837), [anon_sym_RPAREN] = ACTIONS(1839), [anon_sym_LPAREN2] = ACTIONS(1841), [anon_sym_BANG] = ACTIONS(1843), [anon_sym_TILDE] = ACTIONS(1843), [anon_sym_DASH] = ACTIONS(1845), [anon_sym_PLUS] = ACTIONS(1845), [anon_sym_STAR] = ACTIONS(1847), [anon_sym_AMP] = ACTIONS(1847), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(1849), [anon_sym_LBRACK_LBRACK] = ACTIONS(1813), [anon_sym___declspec] = ACTIONS(43), [anon_sym_signed] = ACTIONS(51), [anon_sym_unsigned] = ACTIONS(51), [anon_sym_long] = ACTIONS(51), [anon_sym_short] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(1327), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(1851), [anon_sym_enum] = ACTIONS(1853), [anon_sym_class] = ACTIONS(1855), [anon_sym_struct] = ACTIONS(1857), [anon_sym_union] = ACTIONS(1859), [anon_sym_not] = ACTIONS(1845), [anon_sym_compl] = ACTIONS(1845), [anon_sym_DASH_DASH] = ACTIONS(1861), [anon_sym_PLUS_PLUS] = ACTIONS(1861), [anon_sym_sizeof] = ACTIONS(1863), [anon_sym_offsetof] = ACTIONS(1865), [anon_sym__Generic] = ACTIONS(1867), [anon_sym_asm] = ACTIONS(1869), [anon_sym___asm__] = ACTIONS(1869), [sym_number_literal] = ACTIONS(1871), [anon_sym_L_SQUOTE] = ACTIONS(1873), [anon_sym_u_SQUOTE] = ACTIONS(1873), [anon_sym_U_SQUOTE] = ACTIONS(1873), [anon_sym_u8_SQUOTE] = ACTIONS(1873), [anon_sym_SQUOTE] = ACTIONS(1873), [anon_sym_L_DQUOTE] = ACTIONS(1875), [anon_sym_u_DQUOTE] = ACTIONS(1875), [anon_sym_U_DQUOTE] = ACTIONS(1875), [anon_sym_u8_DQUOTE] = ACTIONS(1875), [anon_sym_DQUOTE] = ACTIONS(1875), [sym_true] = ACTIONS(1877), [sym_false] = ACTIONS(1877), [anon_sym_NULL] = ACTIONS(1879), [anon_sym_nullptr] = ACTIONS(1879), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(113), [anon_sym_decltype] = ACTIONS(115), [anon_sym_virtual] = ACTIONS(117), [anon_sym_typename] = ACTIONS(1881), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(1883), [anon_sym_R_DQUOTE] = ACTIONS(1885), [anon_sym_LR_DQUOTE] = ACTIONS(1885), [anon_sym_uR_DQUOTE] = ACTIONS(1885), [anon_sym_UR_DQUOTE] = ACTIONS(1885), [anon_sym_u8R_DQUOTE] = ACTIONS(1885), [anon_sym_co_await] = ACTIONS(1887), [anon_sym_new] = ACTIONS(1889), [anon_sym_requires] = ACTIONS(1891), [sym_this] = ACTIONS(1877), }, [135] = { [sym__declaration_modifiers] = STATE(2559), [sym__declaration_specifiers] = STATE(3776), [sym_attribute_specifier] = STATE(2559), [sym_attribute_declaration] = STATE(2559), [sym_ms_declspec_modifier] = STATE(2559), [sym_storage_class_specifier] = STATE(2559), [sym_type_qualifier] = STATE(2559), [sym__type_specifier] = STATE(3628), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [sym_parameter_declaration] = STATE(6415), [sym__expression] = STATE(3242), [sym__expression_not_binary] = STATE(3564), [sym_conditional_expression] = STATE(3564), [sym_assignment_expression] = STATE(3564), [sym_pointer_expression] = STATE(3290), [sym_unary_expression] = STATE(3564), [sym_binary_expression] = STATE(3564), [sym_update_expression] = STATE(3564), [sym_cast_expression] = STATE(3564), [sym_sizeof_expression] = STATE(3564), [sym_offsetof_expression] = STATE(3564), [sym_generic_expression] = STATE(3564), [sym_subscript_expression] = STATE(3290), [sym_call_expression] = STATE(3290), [sym_gnu_asm_expression] = STATE(3564), [sym_field_expression] = STATE(3290), [sym_compound_literal_expression] = STATE(3564), [sym_parenthesized_expression] = STATE(3290), [sym_char_literal] = STATE(3429), [sym_concatenated_string] = STATE(3429), [sym_string_literal] = STATE(2306), [sym_null] = STATE(3564), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym__class_name] = STATE(6687), [sym_virtual] = STATE(2559), [sym_dependent_type] = STATE(3695), [sym_optional_parameter_declaration] = STATE(6415), [sym_variadic_parameter_declaration] = STATE(6415), [sym_template_type] = STATE(3931), [sym_template_function] = STATE(3564), [sym_raw_string_literal] = STATE(2306), [sym_co_await_expression] = STATE(3564), [sym_new_expression] = STATE(3564), [sym_delete_expression] = STATE(3564), [sym_requires_clause] = STATE(3564), [sym_requires_expression] = STATE(3564), [sym_lambda_expression] = STATE(3564), [sym_lambda_capture_specifier] = STATE(5176), [sym__unary_left_fold] = STATE(7583), [sym__unary_right_fold] = STATE(7584), [sym__binary_fold] = STATE(7586), [sym_fold_expression] = STATE(3564), [sym_parameter_pack_expansion] = STATE(3564), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5282), [sym_qualified_identifier] = STATE(3290), [sym_qualified_type_identifier] = STATE(3961), [sym_user_defined_literal] = STATE(3564), [aux_sym__declaration_specifiers_repeat1] = STATE(2559), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [sym_identifier] = ACTIONS(1835), [anon_sym_DOT_DOT_DOT] = ACTIONS(1837), [anon_sym_RPAREN] = ACTIONS(1839), [anon_sym_LPAREN2] = ACTIONS(1841), [anon_sym_BANG] = ACTIONS(1843), [anon_sym_TILDE] = ACTIONS(1843), [anon_sym_DASH] = ACTIONS(1845), [anon_sym_PLUS] = ACTIONS(1845), [anon_sym_STAR] = ACTIONS(1847), [anon_sym_AMP] = ACTIONS(1847), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(1849), [anon_sym_LBRACK_LBRACK] = ACTIONS(1813), [anon_sym___declspec] = ACTIONS(43), [anon_sym_signed] = ACTIONS(51), [anon_sym_unsigned] = ACTIONS(51), [anon_sym_long] = ACTIONS(51), [anon_sym_short] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(1327), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(1851), [anon_sym_enum] = ACTIONS(1853), [anon_sym_class] = ACTIONS(1855), [anon_sym_struct] = ACTIONS(1857), [anon_sym_union] = ACTIONS(1859), [anon_sym_not] = ACTIONS(1845), [anon_sym_compl] = ACTIONS(1845), [anon_sym_DASH_DASH] = ACTIONS(1861), [anon_sym_PLUS_PLUS] = ACTIONS(1861), [anon_sym_sizeof] = ACTIONS(1863), [anon_sym_offsetof] = ACTIONS(1865), [anon_sym__Generic] = ACTIONS(1867), [anon_sym_asm] = ACTIONS(1869), [anon_sym___asm__] = ACTIONS(1869), [sym_number_literal] = ACTIONS(1871), [anon_sym_L_SQUOTE] = ACTIONS(1873), [anon_sym_u_SQUOTE] = ACTIONS(1873), [anon_sym_U_SQUOTE] = ACTIONS(1873), [anon_sym_u8_SQUOTE] = ACTIONS(1873), [anon_sym_SQUOTE] = ACTIONS(1873), [anon_sym_L_DQUOTE] = ACTIONS(1875), [anon_sym_u_DQUOTE] = ACTIONS(1875), [anon_sym_U_DQUOTE] = ACTIONS(1875), [anon_sym_u8_DQUOTE] = ACTIONS(1875), [anon_sym_DQUOTE] = ACTIONS(1875), [sym_true] = ACTIONS(1877), [sym_false] = ACTIONS(1877), [anon_sym_NULL] = ACTIONS(1879), [anon_sym_nullptr] = ACTIONS(1879), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(113), [anon_sym_decltype] = ACTIONS(115), [anon_sym_virtual] = ACTIONS(117), [anon_sym_typename] = ACTIONS(1881), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(1883), [anon_sym_R_DQUOTE] = ACTIONS(1885), [anon_sym_LR_DQUOTE] = ACTIONS(1885), [anon_sym_uR_DQUOTE] = ACTIONS(1885), [anon_sym_UR_DQUOTE] = ACTIONS(1885), [anon_sym_u8R_DQUOTE] = ACTIONS(1885), [anon_sym_co_await] = ACTIONS(1887), [anon_sym_new] = ACTIONS(1889), [anon_sym_requires] = ACTIONS(1891), [sym_this] = ACTIONS(1877), }, [136] = { [sym__declaration_modifiers] = STATE(2559), [sym__declaration_specifiers] = STATE(3776), [sym_attribute_specifier] = STATE(2559), [sym_attribute_declaration] = STATE(2559), [sym_ms_declspec_modifier] = STATE(2559), [sym_storage_class_specifier] = STATE(2559), [sym_type_qualifier] = STATE(2559), [sym__type_specifier] = STATE(3628), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [sym_parameter_declaration] = STATE(6350), [sym__expression] = STATE(4101), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_initializer_list] = STATE(6314), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym__class_name] = STATE(6738), [sym_virtual] = STATE(2559), [sym_dependent_type] = STATE(3695), [sym_optional_parameter_declaration] = STATE(6350), [sym_variadic_parameter_declaration] = STATE(6350), [sym_template_type] = STATE(3931), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5308), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(3961), [sym_user_defined_literal] = STATE(3925), [aux_sym__declaration_specifiers_repeat1] = STATE(2559), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [sym_identifier] = ACTIONS(1893), [anon_sym_DOT_DOT_DOT] = ACTIONS(1895), [anon_sym_RPAREN] = ACTIONS(1897), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1813), [anon_sym___declspec] = ACTIONS(43), [anon_sym_LBRACE] = ACTIONS(1899), [anon_sym_signed] = ACTIONS(51), [anon_sym_unsigned] = ACTIONS(51), [anon_sym_long] = ACTIONS(51), [anon_sym_short] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(1327), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(61), [anon_sym_enum] = ACTIONS(1853), [anon_sym_class] = ACTIONS(1855), [anon_sym_struct] = ACTIONS(1857), [anon_sym_union] = ACTIONS(1859), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(113), [anon_sym_decltype] = ACTIONS(115), [anon_sym_virtual] = ACTIONS(117), [anon_sym_typename] = ACTIONS(1881), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [137] = { [sym_ms_based_modifier] = STATE(7599), [sym__declarator] = STATE(5849), [sym_parenthesized_declarator] = STATE(5671), [sym_attributed_declarator] = STATE(5671), [sym_pointer_declarator] = STATE(5671), [sym_function_declarator] = STATE(5671), [sym_array_declarator] = STATE(5671), [sym_type_qualifier] = STATE(3771), [sym__type_specifier] = STATE(4296), [sym_sized_type_specifier] = STATE(2287), [sym_enum_specifier] = STATE(2287), [sym_struct_specifier] = STATE(2287), [sym_union_specifier] = STATE(2287), [sym__expression] = STATE(3292), [sym__expression_not_binary] = STATE(3564), [sym_comma_expression] = STATE(7111), [sym_conditional_expression] = STATE(3564), [sym_assignment_expression] = STATE(3564), [sym_pointer_expression] = STATE(3290), [sym_unary_expression] = STATE(3564), [sym_binary_expression] = STATE(3564), [sym_update_expression] = STATE(3564), [sym_cast_expression] = STATE(3564), [sym_type_descriptor] = STATE(7109), [sym_sizeof_expression] = STATE(3564), [sym_offsetof_expression] = STATE(3564), [sym_generic_expression] = STATE(3564), [sym_subscript_expression] = STATE(3290), [sym_call_expression] = STATE(3290), [sym_gnu_asm_expression] = STATE(3564), [sym_field_expression] = STATE(3290), [sym_compound_literal_expression] = STATE(3564), [sym_parenthesized_expression] = STATE(3290), [sym_char_literal] = STATE(3429), [sym_concatenated_string] = STATE(3429), [sym_string_literal] = STATE(2306), [sym_null] = STATE(3564), [sym_placeholder_type_specifier] = STATE(2287), [sym_decltype_auto] = STATE(2285), [sym_decltype] = STATE(2221), [sym_class_specifier] = STATE(2287), [sym__class_name] = STATE(6687), [sym_dependent_type] = STATE(2287), [sym_reference_declarator] = STATE(5671), [sym_structured_binding_declarator] = STATE(5671), [sym_template_type] = STATE(4829), [sym_template_function] = STATE(3434), [sym_raw_string_literal] = STATE(2306), [sym_co_await_expression] = STATE(3564), [sym_new_expression] = STATE(3564), [sym_delete_expression] = STATE(3564), [sym_requires_clause] = STATE(3564), [sym_requires_expression] = STATE(3564), [sym_lambda_expression] = STATE(3564), [sym_lambda_capture_specifier] = STATE(5176), [sym__unary_left_fold] = STATE(7107), [sym__unary_right_fold] = STATE(7105), [sym__binary_fold] = STATE(7103), [sym_fold_expression] = STATE(3564), [sym_parameter_pack_expansion] = STATE(3564), [sym_destructor_name] = STATE(5671), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5296), [sym_qualified_identifier] = STATE(3156), [sym_qualified_type_identifier] = STATE(4912), [sym_operator_name] = STATE(5671), [sym_user_defined_literal] = STATE(3564), [aux_sym_type_definition_repeat1] = STATE(3771), [aux_sym_sized_type_specifier_repeat1] = STATE(2275), [sym_identifier] = ACTIONS(1901), [anon_sym_DOT_DOT_DOT] = ACTIONS(1837), [anon_sym_LPAREN2] = ACTIONS(1903), [anon_sym_BANG] = ACTIONS(1843), [anon_sym_TILDE] = ACTIONS(1905), [anon_sym_DASH] = ACTIONS(1845), [anon_sym_PLUS] = ACTIONS(1845), [anon_sym_STAR] = ACTIONS(1907), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(1909), [anon_sym_COLON_COLON] = ACTIONS(1849), [anon_sym___based] = ACTIONS(45), [anon_sym_signed] = ACTIONS(1911), [anon_sym_unsigned] = ACTIONS(1911), [anon_sym_long] = ACTIONS(1911), [anon_sym_short] = ACTIONS(1911), [anon_sym_LBRACK] = ACTIONS(1913), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(1915), [anon_sym_enum] = ACTIONS(1917), [anon_sym_class] = ACTIONS(1919), [anon_sym_struct] = ACTIONS(1921), [anon_sym_union] = ACTIONS(1923), [anon_sym_not] = ACTIONS(1845), [anon_sym_compl] = ACTIONS(1845), [anon_sym_DASH_DASH] = ACTIONS(1861), [anon_sym_PLUS_PLUS] = ACTIONS(1861), [anon_sym_sizeof] = ACTIONS(1863), [anon_sym_offsetof] = ACTIONS(1865), [anon_sym__Generic] = ACTIONS(1867), [anon_sym_asm] = ACTIONS(1869), [anon_sym___asm__] = ACTIONS(1869), [sym_number_literal] = ACTIONS(1871), [anon_sym_L_SQUOTE] = ACTIONS(1873), [anon_sym_u_SQUOTE] = ACTIONS(1873), [anon_sym_U_SQUOTE] = ACTIONS(1873), [anon_sym_u8_SQUOTE] = ACTIONS(1873), [anon_sym_SQUOTE] = ACTIONS(1873), [anon_sym_L_DQUOTE] = ACTIONS(1875), [anon_sym_u_DQUOTE] = ACTIONS(1875), [anon_sym_U_DQUOTE] = ACTIONS(1875), [anon_sym_u8_DQUOTE] = ACTIONS(1875), [anon_sym_DQUOTE] = ACTIONS(1875), [sym_true] = ACTIONS(1877), [sym_false] = ACTIONS(1877), [anon_sym_NULL] = ACTIONS(1879), [anon_sym_nullptr] = ACTIONS(1879), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(1925), [anon_sym_decltype] = ACTIONS(1927), [anon_sym_typename] = ACTIONS(1929), [anon_sym_template] = ACTIONS(1329), [anon_sym_operator] = ACTIONS(1931), [anon_sym_delete] = ACTIONS(1883), [anon_sym_R_DQUOTE] = ACTIONS(1885), [anon_sym_LR_DQUOTE] = ACTIONS(1885), [anon_sym_uR_DQUOTE] = ACTIONS(1885), [anon_sym_UR_DQUOTE] = ACTIONS(1885), [anon_sym_u8R_DQUOTE] = ACTIONS(1885), [anon_sym_co_await] = ACTIONS(1887), [anon_sym_new] = ACTIONS(1889), [anon_sym_requires] = ACTIONS(1891), [sym_this] = ACTIONS(1877), }, [138] = { [sym_ms_based_modifier] = STATE(7599), [sym__declarator] = STATE(5849), [sym_parenthesized_declarator] = STATE(5671), [sym_attributed_declarator] = STATE(5671), [sym_pointer_declarator] = STATE(5671), [sym_function_declarator] = STATE(5671), [sym_array_declarator] = STATE(5671), [sym_type_qualifier] = STATE(3771), [sym__type_specifier] = STATE(4296), [sym_sized_type_specifier] = STATE(2287), [sym_enum_specifier] = STATE(2287), [sym_struct_specifier] = STATE(2287), [sym_union_specifier] = STATE(2287), [sym__expression] = STATE(3292), [sym__expression_not_binary] = STATE(3564), [sym_comma_expression] = STATE(7111), [sym_conditional_expression] = STATE(3564), [sym_assignment_expression] = STATE(3564), [sym_pointer_expression] = STATE(3290), [sym_unary_expression] = STATE(3564), [sym_binary_expression] = STATE(3564), [sym_update_expression] = STATE(3564), [sym_cast_expression] = STATE(3564), [sym_type_descriptor] = STATE(7577), [sym_sizeof_expression] = STATE(3564), [sym_offsetof_expression] = STATE(3564), [sym_generic_expression] = STATE(3564), [sym_subscript_expression] = STATE(3290), [sym_call_expression] = STATE(3290), [sym_gnu_asm_expression] = STATE(3564), [sym_field_expression] = STATE(3290), [sym_compound_literal_expression] = STATE(3564), [sym_parenthesized_expression] = STATE(3290), [sym_char_literal] = STATE(3429), [sym_concatenated_string] = STATE(3429), [sym_string_literal] = STATE(2306), [sym_null] = STATE(3564), [sym_placeholder_type_specifier] = STATE(2287), [sym_decltype_auto] = STATE(2285), [sym_decltype] = STATE(2221), [sym_class_specifier] = STATE(2287), [sym__class_name] = STATE(6687), [sym_dependent_type] = STATE(2287), [sym_reference_declarator] = STATE(5671), [sym_structured_binding_declarator] = STATE(5671), [sym_template_type] = STATE(4829), [sym_template_function] = STATE(3434), [sym_raw_string_literal] = STATE(2306), [sym_co_await_expression] = STATE(3564), [sym_new_expression] = STATE(3564), [sym_delete_expression] = STATE(3564), [sym_requires_clause] = STATE(3564), [sym_requires_expression] = STATE(3564), [sym_lambda_expression] = STATE(3564), [sym_lambda_capture_specifier] = STATE(5176), [sym__unary_left_fold] = STATE(7583), [sym__unary_right_fold] = STATE(7584), [sym__binary_fold] = STATE(7586), [sym_fold_expression] = STATE(3564), [sym_parameter_pack_expansion] = STATE(3564), [sym_destructor_name] = STATE(5671), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5296), [sym_qualified_identifier] = STATE(3156), [sym_qualified_type_identifier] = STATE(4912), [sym_operator_name] = STATE(5671), [sym_user_defined_literal] = STATE(3564), [aux_sym_type_definition_repeat1] = STATE(3771), [aux_sym_sized_type_specifier_repeat1] = STATE(2275), [sym_identifier] = ACTIONS(1901), [anon_sym_DOT_DOT_DOT] = ACTIONS(1837), [anon_sym_LPAREN2] = ACTIONS(1903), [anon_sym_BANG] = ACTIONS(1843), [anon_sym_TILDE] = ACTIONS(1905), [anon_sym_DASH] = ACTIONS(1845), [anon_sym_PLUS] = ACTIONS(1845), [anon_sym_STAR] = ACTIONS(1907), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(1909), [anon_sym_COLON_COLON] = ACTIONS(1849), [anon_sym___based] = ACTIONS(45), [anon_sym_signed] = ACTIONS(1911), [anon_sym_unsigned] = ACTIONS(1911), [anon_sym_long] = ACTIONS(1911), [anon_sym_short] = ACTIONS(1911), [anon_sym_LBRACK] = ACTIONS(1913), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(1915), [anon_sym_enum] = ACTIONS(1917), [anon_sym_class] = ACTIONS(1919), [anon_sym_struct] = ACTIONS(1921), [anon_sym_union] = ACTIONS(1923), [anon_sym_not] = ACTIONS(1845), [anon_sym_compl] = ACTIONS(1845), [anon_sym_DASH_DASH] = ACTIONS(1861), [anon_sym_PLUS_PLUS] = ACTIONS(1861), [anon_sym_sizeof] = ACTIONS(1863), [anon_sym_offsetof] = ACTIONS(1865), [anon_sym__Generic] = ACTIONS(1867), [anon_sym_asm] = ACTIONS(1869), [anon_sym___asm__] = ACTIONS(1869), [sym_number_literal] = ACTIONS(1871), [anon_sym_L_SQUOTE] = ACTIONS(1873), [anon_sym_u_SQUOTE] = ACTIONS(1873), [anon_sym_U_SQUOTE] = ACTIONS(1873), [anon_sym_u8_SQUOTE] = ACTIONS(1873), [anon_sym_SQUOTE] = ACTIONS(1873), [anon_sym_L_DQUOTE] = ACTIONS(1875), [anon_sym_u_DQUOTE] = ACTIONS(1875), [anon_sym_U_DQUOTE] = ACTIONS(1875), [anon_sym_u8_DQUOTE] = ACTIONS(1875), [anon_sym_DQUOTE] = ACTIONS(1875), [sym_true] = ACTIONS(1877), [sym_false] = ACTIONS(1877), [anon_sym_NULL] = ACTIONS(1879), [anon_sym_nullptr] = ACTIONS(1879), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(1925), [anon_sym_decltype] = ACTIONS(1927), [anon_sym_typename] = ACTIONS(1929), [anon_sym_template] = ACTIONS(1329), [anon_sym_operator] = ACTIONS(1931), [anon_sym_delete] = ACTIONS(1883), [anon_sym_R_DQUOTE] = ACTIONS(1885), [anon_sym_LR_DQUOTE] = ACTIONS(1885), [anon_sym_uR_DQUOTE] = ACTIONS(1885), [anon_sym_UR_DQUOTE] = ACTIONS(1885), [anon_sym_u8R_DQUOTE] = ACTIONS(1885), [anon_sym_co_await] = ACTIONS(1887), [anon_sym_new] = ACTIONS(1889), [anon_sym_requires] = ACTIONS(1891), [sym_this] = ACTIONS(1877), }, [139] = { [sym_ms_based_modifier] = STATE(7599), [sym__declarator] = STATE(5849), [sym_parenthesized_declarator] = STATE(5671), [sym_attributed_declarator] = STATE(5671), [sym_pointer_declarator] = STATE(5671), [sym_function_declarator] = STATE(5671), [sym_array_declarator] = STATE(5671), [sym_type_qualifier] = STATE(3771), [sym__type_specifier] = STATE(4296), [sym_sized_type_specifier] = STATE(2287), [sym_enum_specifier] = STATE(2287), [sym_struct_specifier] = STATE(2287), [sym_union_specifier] = STATE(2287), [sym__expression] = STATE(3294), [sym__expression_not_binary] = STATE(3564), [sym_comma_expression] = STATE(7481), [sym_conditional_expression] = STATE(3564), [sym_assignment_expression] = STATE(3564), [sym_pointer_expression] = STATE(3290), [sym_unary_expression] = STATE(3564), [sym_binary_expression] = STATE(3564), [sym_update_expression] = STATE(3564), [sym_cast_expression] = STATE(3564), [sym_type_descriptor] = STATE(7178), [sym_sizeof_expression] = STATE(3564), [sym_offsetof_expression] = STATE(3564), [sym_generic_expression] = STATE(3564), [sym_subscript_expression] = STATE(3290), [sym_call_expression] = STATE(3290), [sym_gnu_asm_expression] = STATE(3564), [sym_field_expression] = STATE(3290), [sym_compound_literal_expression] = STATE(3564), [sym_parenthesized_expression] = STATE(3290), [sym_char_literal] = STATE(3429), [sym_concatenated_string] = STATE(3429), [sym_string_literal] = STATE(2306), [sym_null] = STATE(3564), [sym_placeholder_type_specifier] = STATE(2287), [sym_decltype_auto] = STATE(2285), [sym_decltype] = STATE(2221), [sym_class_specifier] = STATE(2287), [sym__class_name] = STATE(6687), [sym_dependent_type] = STATE(2287), [sym_reference_declarator] = STATE(5671), [sym_structured_binding_declarator] = STATE(5671), [sym_template_type] = STATE(4829), [sym_template_function] = STATE(3434), [sym_raw_string_literal] = STATE(2306), [sym_co_await_expression] = STATE(3564), [sym_new_expression] = STATE(3564), [sym_delete_expression] = STATE(3564), [sym_requires_clause] = STATE(3564), [sym_requires_expression] = STATE(3564), [sym_lambda_expression] = STATE(3564), [sym_lambda_capture_specifier] = STATE(5176), [sym__unary_left_fold] = STATE(7179), [sym__unary_right_fold] = STATE(7180), [sym__binary_fold] = STATE(7184), [sym_fold_expression] = STATE(3564), [sym_parameter_pack_expansion] = STATE(3564), [sym_destructor_name] = STATE(5671), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5296), [sym_qualified_identifier] = STATE(3156), [sym_qualified_type_identifier] = STATE(4912), [sym_operator_name] = STATE(5671), [sym_user_defined_literal] = STATE(3564), [aux_sym_type_definition_repeat1] = STATE(3771), [aux_sym_sized_type_specifier_repeat1] = STATE(2275), [sym_identifier] = ACTIONS(1901), [anon_sym_DOT_DOT_DOT] = ACTIONS(1837), [anon_sym_LPAREN2] = ACTIONS(1903), [anon_sym_BANG] = ACTIONS(1843), [anon_sym_TILDE] = ACTIONS(1905), [anon_sym_DASH] = ACTIONS(1845), [anon_sym_PLUS] = ACTIONS(1845), [anon_sym_STAR] = ACTIONS(1907), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(1909), [anon_sym_COLON_COLON] = ACTIONS(1849), [anon_sym___based] = ACTIONS(45), [anon_sym_signed] = ACTIONS(1911), [anon_sym_unsigned] = ACTIONS(1911), [anon_sym_long] = ACTIONS(1911), [anon_sym_short] = ACTIONS(1911), [anon_sym_LBRACK] = ACTIONS(1913), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(1915), [anon_sym_enum] = ACTIONS(1917), [anon_sym_class] = ACTIONS(1919), [anon_sym_struct] = ACTIONS(1921), [anon_sym_union] = ACTIONS(1923), [anon_sym_not] = ACTIONS(1845), [anon_sym_compl] = ACTIONS(1845), [anon_sym_DASH_DASH] = ACTIONS(1861), [anon_sym_PLUS_PLUS] = ACTIONS(1861), [anon_sym_sizeof] = ACTIONS(1863), [anon_sym_offsetof] = ACTIONS(1865), [anon_sym__Generic] = ACTIONS(1867), [anon_sym_asm] = ACTIONS(1869), [anon_sym___asm__] = ACTIONS(1869), [sym_number_literal] = ACTIONS(1871), [anon_sym_L_SQUOTE] = ACTIONS(1873), [anon_sym_u_SQUOTE] = ACTIONS(1873), [anon_sym_U_SQUOTE] = ACTIONS(1873), [anon_sym_u8_SQUOTE] = ACTIONS(1873), [anon_sym_SQUOTE] = ACTIONS(1873), [anon_sym_L_DQUOTE] = ACTIONS(1875), [anon_sym_u_DQUOTE] = ACTIONS(1875), [anon_sym_U_DQUOTE] = ACTIONS(1875), [anon_sym_u8_DQUOTE] = ACTIONS(1875), [anon_sym_DQUOTE] = ACTIONS(1875), [sym_true] = ACTIONS(1877), [sym_false] = ACTIONS(1877), [anon_sym_NULL] = ACTIONS(1879), [anon_sym_nullptr] = ACTIONS(1879), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(1925), [anon_sym_decltype] = ACTIONS(1927), [anon_sym_typename] = ACTIONS(1929), [anon_sym_template] = ACTIONS(1329), [anon_sym_operator] = ACTIONS(1931), [anon_sym_delete] = ACTIONS(1883), [anon_sym_R_DQUOTE] = ACTIONS(1885), [anon_sym_LR_DQUOTE] = ACTIONS(1885), [anon_sym_uR_DQUOTE] = ACTIONS(1885), [anon_sym_UR_DQUOTE] = ACTIONS(1885), [anon_sym_u8R_DQUOTE] = ACTIONS(1885), [anon_sym_co_await] = ACTIONS(1887), [anon_sym_new] = ACTIONS(1889), [anon_sym_requires] = ACTIONS(1891), [sym_this] = ACTIONS(1877), }, [140] = { [sym_ms_based_modifier] = STATE(7599), [sym__declarator] = STATE(5849), [sym_parenthesized_declarator] = STATE(5671), [sym_attributed_declarator] = STATE(5671), [sym_pointer_declarator] = STATE(5671), [sym_function_declarator] = STATE(5671), [sym_array_declarator] = STATE(5671), [sym_type_qualifier] = STATE(3771), [sym__type_specifier] = STATE(4296), [sym_sized_type_specifier] = STATE(2287), [sym_enum_specifier] = STATE(2287), [sym_struct_specifier] = STATE(2287), [sym_union_specifier] = STATE(2287), [sym__expression] = STATE(3294), [sym__expression_not_binary] = STATE(3564), [sym_comma_expression] = STATE(7481), [sym_conditional_expression] = STATE(3564), [sym_assignment_expression] = STATE(3564), [sym_pointer_expression] = STATE(3290), [sym_unary_expression] = STATE(3564), [sym_binary_expression] = STATE(3564), [sym_update_expression] = STATE(3564), [sym_cast_expression] = STATE(3564), [sym_type_descriptor] = STATE(7477), [sym_sizeof_expression] = STATE(3564), [sym_offsetof_expression] = STATE(3564), [sym_generic_expression] = STATE(3564), [sym_subscript_expression] = STATE(3290), [sym_call_expression] = STATE(3290), [sym_gnu_asm_expression] = STATE(3564), [sym_field_expression] = STATE(3290), [sym_compound_literal_expression] = STATE(3564), [sym_parenthesized_expression] = STATE(3290), [sym_char_literal] = STATE(3429), [sym_concatenated_string] = STATE(3429), [sym_string_literal] = STATE(2306), [sym_null] = STATE(3564), [sym_placeholder_type_specifier] = STATE(2287), [sym_decltype_auto] = STATE(2285), [sym_decltype] = STATE(2221), [sym_class_specifier] = STATE(2287), [sym__class_name] = STATE(6687), [sym_dependent_type] = STATE(2287), [sym_reference_declarator] = STATE(5671), [sym_structured_binding_declarator] = STATE(5671), [sym_template_type] = STATE(4829), [sym_template_function] = STATE(3434), [sym_raw_string_literal] = STATE(2306), [sym_co_await_expression] = STATE(3564), [sym_new_expression] = STATE(3564), [sym_delete_expression] = STATE(3564), [sym_requires_clause] = STATE(3564), [sym_requires_expression] = STATE(3564), [sym_lambda_expression] = STATE(3564), [sym_lambda_capture_specifier] = STATE(5176), [sym__unary_left_fold] = STATE(7474), [sym__unary_right_fold] = STATE(7466), [sym__binary_fold] = STATE(7465), [sym_fold_expression] = STATE(3564), [sym_parameter_pack_expansion] = STATE(3564), [sym_destructor_name] = STATE(5671), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5296), [sym_qualified_identifier] = STATE(3156), [sym_qualified_type_identifier] = STATE(4912), [sym_operator_name] = STATE(5671), [sym_user_defined_literal] = STATE(3564), [aux_sym_type_definition_repeat1] = STATE(3771), [aux_sym_sized_type_specifier_repeat1] = STATE(2275), [sym_identifier] = ACTIONS(1901), [anon_sym_DOT_DOT_DOT] = ACTIONS(1837), [anon_sym_LPAREN2] = ACTIONS(1903), [anon_sym_BANG] = ACTIONS(1843), [anon_sym_TILDE] = ACTIONS(1905), [anon_sym_DASH] = ACTIONS(1845), [anon_sym_PLUS] = ACTIONS(1845), [anon_sym_STAR] = ACTIONS(1907), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(1909), [anon_sym_COLON_COLON] = ACTIONS(1849), [anon_sym___based] = ACTIONS(45), [anon_sym_signed] = ACTIONS(1911), [anon_sym_unsigned] = ACTIONS(1911), [anon_sym_long] = ACTIONS(1911), [anon_sym_short] = ACTIONS(1911), [anon_sym_LBRACK] = ACTIONS(1913), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(1915), [anon_sym_enum] = ACTIONS(1917), [anon_sym_class] = ACTIONS(1919), [anon_sym_struct] = ACTIONS(1921), [anon_sym_union] = ACTIONS(1923), [anon_sym_not] = ACTIONS(1845), [anon_sym_compl] = ACTIONS(1845), [anon_sym_DASH_DASH] = ACTIONS(1861), [anon_sym_PLUS_PLUS] = ACTIONS(1861), [anon_sym_sizeof] = ACTIONS(1863), [anon_sym_offsetof] = ACTIONS(1865), [anon_sym__Generic] = ACTIONS(1867), [anon_sym_asm] = ACTIONS(1869), [anon_sym___asm__] = ACTIONS(1869), [sym_number_literal] = ACTIONS(1871), [anon_sym_L_SQUOTE] = ACTIONS(1873), [anon_sym_u_SQUOTE] = ACTIONS(1873), [anon_sym_U_SQUOTE] = ACTIONS(1873), [anon_sym_u8_SQUOTE] = ACTIONS(1873), [anon_sym_SQUOTE] = ACTIONS(1873), [anon_sym_L_DQUOTE] = ACTIONS(1875), [anon_sym_u_DQUOTE] = ACTIONS(1875), [anon_sym_U_DQUOTE] = ACTIONS(1875), [anon_sym_u8_DQUOTE] = ACTIONS(1875), [anon_sym_DQUOTE] = ACTIONS(1875), [sym_true] = ACTIONS(1877), [sym_false] = ACTIONS(1877), [anon_sym_NULL] = ACTIONS(1879), [anon_sym_nullptr] = ACTIONS(1879), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(1925), [anon_sym_decltype] = ACTIONS(1927), [anon_sym_typename] = ACTIONS(1929), [anon_sym_template] = ACTIONS(1329), [anon_sym_operator] = ACTIONS(1931), [anon_sym_delete] = ACTIONS(1883), [anon_sym_R_DQUOTE] = ACTIONS(1885), [anon_sym_LR_DQUOTE] = ACTIONS(1885), [anon_sym_uR_DQUOTE] = ACTIONS(1885), [anon_sym_UR_DQUOTE] = ACTIONS(1885), [anon_sym_u8R_DQUOTE] = ACTIONS(1885), [anon_sym_co_await] = ACTIONS(1887), [anon_sym_new] = ACTIONS(1889), [anon_sym_requires] = ACTIONS(1891), [sym_this] = ACTIONS(1877), }, [141] = { [sym__declaration_modifiers] = STATE(2582), [sym__declaration_specifiers] = STATE(4713), [sym_attribute_specifier] = STATE(2582), [sym_attribute_declaration] = STATE(2582), [sym_ms_declspec_modifier] = STATE(2582), [sym_storage_class_specifier] = STATE(2582), [sym_type_qualifier] = STATE(2582), [sym__type_specifier] = STATE(3628), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [sym__expression] = STATE(4177), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7148), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym__class_name] = STATE(6738), [sym_virtual] = STATE(2582), [sym_dependent_type] = STATE(3695), [sym_template_type] = STATE(3931), [sym_template_function] = STATE(3925), [sym_condition_declaration] = STATE(7148), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5253), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(3961), [sym_user_defined_literal] = STATE(3925), [aux_sym__declaration_specifiers_repeat1] = STATE(2582), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [sym_identifier] = ACTIONS(1811), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1813), [anon_sym___declspec] = ACTIONS(43), [anon_sym_signed] = ACTIONS(51), [anon_sym_unsigned] = ACTIONS(51), [anon_sym_long] = ACTIONS(51), [anon_sym_short] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(1327), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(61), [anon_sym_enum] = ACTIONS(63), [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), [anon_sym_union] = ACTIONS(69), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(113), [anon_sym_decltype] = ACTIONS(115), [anon_sym_virtual] = ACTIONS(117), [anon_sym_typename] = ACTIONS(121), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [142] = { [sym__expression] = STATE(2983), [sym__expression_not_binary] = STATE(3025), [sym_conditional_expression] = STATE(3025), [sym_assignment_expression] = STATE(3025), [sym_pointer_expression] = STATE(3025), [sym_unary_expression] = STATE(3025), [sym_binary_expression] = STATE(3025), [sym_update_expression] = STATE(3025), [sym_cast_expression] = STATE(3025), [sym_sizeof_expression] = STATE(3025), [sym_offsetof_expression] = STATE(3025), [sym_generic_expression] = STATE(3025), [sym_subscript_expression] = STATE(3025), [sym_call_expression] = STATE(3025), [sym_gnu_asm_expression] = STATE(3025), [sym_field_expression] = STATE(3025), [sym_compound_literal_expression] = STATE(3025), [sym_parenthesized_expression] = STATE(3025), [sym_initializer_list] = STATE(2984), [sym_char_literal] = STATE(2884), [sym_concatenated_string] = STATE(2884), [sym_string_literal] = STATE(2162), [sym_null] = STATE(3025), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6624), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3025), [sym_raw_string_literal] = STATE(2162), [sym_co_await_expression] = STATE(3025), [sym_new_expression] = STATE(3025), [sym_delete_expression] = STATE(3025), [sym_requires_clause] = STATE(3025), [sym_requires_expression] = STATE(3025), [sym_lambda_expression] = STATE(3025), [sym_lambda_capture_specifier] = STATE(5221), [sym_fold_expression] = STATE(3025), [sym_parameter_pack_expansion] = STATE(3025), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3025), [sym_qualified_type_identifier] = STATE(6624), [sym_user_defined_literal] = STATE(3025), [sym_identifier] = ACTIONS(1933), [anon_sym_DOT_DOT_DOT] = ACTIONS(1935), [anon_sym_COMMA] = ACTIONS(1935), [anon_sym_RPAREN] = ACTIONS(1935), [anon_sym_LPAREN2] = ACTIONS(1937), [anon_sym_BANG] = ACTIONS(1939), [anon_sym_TILDE] = ACTIONS(1941), [anon_sym_DASH] = ACTIONS(1939), [anon_sym_PLUS] = ACTIONS(1939), [anon_sym_STAR] = ACTIONS(1323), [anon_sym_SLASH] = ACTIONS(1943), [anon_sym_PERCENT] = ACTIONS(1943), [anon_sym_PIPE_PIPE] = ACTIONS(1935), [anon_sym_AMP_AMP] = ACTIONS(1935), [anon_sym_PIPE] = ACTIONS(1943), [anon_sym_CARET] = ACTIONS(1943), [anon_sym_AMP] = ACTIONS(1323), [anon_sym_EQ_EQ] = ACTIONS(1935), [anon_sym_BANG_EQ] = ACTIONS(1935), [anon_sym_GT] = ACTIONS(1943), [anon_sym_GT_EQ] = ACTIONS(1935), [anon_sym_LT_EQ] = ACTIONS(1943), [anon_sym_LT] = ACTIONS(1943), [anon_sym_LT_LT] = ACTIONS(1943), [anon_sym_GT_GT] = ACTIONS(1943), [anon_sym_SEMI] = ACTIONS(1935), [anon_sym_COLON_COLON] = ACTIONS(1945), [anon_sym_LBRACE] = ACTIONS(1947), [anon_sym_RBRACE] = ACTIONS(1935), [anon_sym_LBRACK] = ACTIONS(1949), [anon_sym_RBRACK] = ACTIONS(1935), [anon_sym_EQ] = ACTIONS(1943), [sym_primitive_type] = ACTIONS(1951), [anon_sym_QMARK] = ACTIONS(1935), [anon_sym_STAR_EQ] = ACTIONS(1935), [anon_sym_SLASH_EQ] = ACTIONS(1935), [anon_sym_PERCENT_EQ] = ACTIONS(1935), [anon_sym_PLUS_EQ] = ACTIONS(1935), [anon_sym_DASH_EQ] = ACTIONS(1935), [anon_sym_LT_LT_EQ] = ACTIONS(1935), [anon_sym_GT_GT_EQ] = ACTIONS(1935), [anon_sym_AMP_EQ] = ACTIONS(1935), [anon_sym_CARET_EQ] = ACTIONS(1935), [anon_sym_PIPE_EQ] = ACTIONS(1935), [anon_sym_and_eq] = ACTIONS(1943), [anon_sym_or_eq] = ACTIONS(1943), [anon_sym_xor_eq] = ACTIONS(1943), [anon_sym_not] = ACTIONS(1939), [anon_sym_compl] = ACTIONS(1939), [anon_sym_LT_EQ_GT] = ACTIONS(1935), [anon_sym_or] = ACTIONS(1943), [anon_sym_and] = ACTIONS(1943), [anon_sym_bitor] = ACTIONS(1943), [anon_sym_xor] = ACTIONS(1943), [anon_sym_bitand] = ACTIONS(1943), [anon_sym_not_eq] = ACTIONS(1943), [anon_sym_DASH_DASH] = ACTIONS(1953), [anon_sym_PLUS_PLUS] = ACTIONS(1953), [anon_sym_sizeof] = ACTIONS(1955), [anon_sym_offsetof] = ACTIONS(1957), [anon_sym__Generic] = ACTIONS(1959), [anon_sym_asm] = ACTIONS(1961), [anon_sym___asm__] = ACTIONS(1961), [anon_sym_DOT] = ACTIONS(1943), [anon_sym_DASH_GT] = ACTIONS(1935), [sym_number_literal] = ACTIONS(1963), [anon_sym_L_SQUOTE] = ACTIONS(1965), [anon_sym_u_SQUOTE] = ACTIONS(1965), [anon_sym_U_SQUOTE] = ACTIONS(1965), [anon_sym_u8_SQUOTE] = ACTIONS(1965), [anon_sym_SQUOTE] = ACTIONS(1965), [anon_sym_L_DQUOTE] = ACTIONS(1967), [anon_sym_u_DQUOTE] = ACTIONS(1967), [anon_sym_U_DQUOTE] = ACTIONS(1967), [anon_sym_u8_DQUOTE] = ACTIONS(1967), [anon_sym_DQUOTE] = ACTIONS(1967), [sym_true] = ACTIONS(1969), [sym_false] = ACTIONS(1969), [anon_sym_NULL] = ACTIONS(1971), [anon_sym_nullptr] = ACTIONS(1971), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(1975), [anon_sym_R_DQUOTE] = ACTIONS(1977), [anon_sym_LR_DQUOTE] = ACTIONS(1977), [anon_sym_uR_DQUOTE] = ACTIONS(1977), [anon_sym_UR_DQUOTE] = ACTIONS(1977), [anon_sym_u8R_DQUOTE] = ACTIONS(1977), [anon_sym_co_await] = ACTIONS(1979), [anon_sym_new] = ACTIONS(1981), [anon_sym_requires] = ACTIONS(1983), [sym_this] = ACTIONS(1969), }, [143] = { [sym__expression] = STATE(3157), [sym__expression_not_binary] = STATE(3295), [sym_conditional_expression] = STATE(3295), [sym_assignment_expression] = STATE(3295), [sym_pointer_expression] = STATE(3295), [sym_unary_expression] = STATE(3295), [sym_binary_expression] = STATE(3295), [sym_update_expression] = STATE(3295), [sym_cast_expression] = STATE(3295), [sym_sizeof_expression] = STATE(3295), [sym_offsetof_expression] = STATE(3295), [sym_generic_expression] = STATE(3295), [sym_subscript_expression] = STATE(3295), [sym_call_expression] = STATE(3295), [sym_gnu_asm_expression] = STATE(3295), [sym_field_expression] = STATE(3295), [sym_compound_literal_expression] = STATE(3295), [sym_parenthesized_expression] = STATE(3295), [sym_initializer_list] = STATE(3301), [sym_char_literal] = STATE(3192), [sym_concatenated_string] = STATE(3192), [sym_string_literal] = STATE(2207), [sym_null] = STATE(3295), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6682), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3295), [sym_raw_string_literal] = STATE(2207), [sym_co_await_expression] = STATE(3295), [sym_new_expression] = STATE(3295), [sym_delete_expression] = STATE(3295), [sym_requires_clause] = STATE(3295), [sym_requires_expression] = STATE(3295), [sym_lambda_expression] = STATE(3295), [sym_lambda_capture_specifier] = STATE(5166), [sym_fold_expression] = STATE(3295), [sym_parameter_pack_expansion] = STATE(3295), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5270), [sym_qualified_identifier] = STATE(3295), [sym_qualified_type_identifier] = STATE(6682), [sym_user_defined_literal] = STATE(3295), [sym_identifier] = ACTIONS(1985), [anon_sym_DOT_DOT_DOT] = ACTIONS(1935), [anon_sym_COMMA] = ACTIONS(1935), [anon_sym_RPAREN] = ACTIONS(1935), [anon_sym_LPAREN2] = ACTIONS(1987), [anon_sym_BANG] = ACTIONS(1989), [anon_sym_TILDE] = ACTIONS(1991), [anon_sym_DASH] = ACTIONS(1989), [anon_sym_PLUS] = ACTIONS(1989), [anon_sym_STAR] = ACTIONS(1993), [anon_sym_SLASH] = ACTIONS(1943), [anon_sym_PERCENT] = ACTIONS(1943), [anon_sym_PIPE_PIPE] = ACTIONS(1935), [anon_sym_AMP_AMP] = ACTIONS(1935), [anon_sym_PIPE] = ACTIONS(1943), [anon_sym_CARET] = ACTIONS(1943), [anon_sym_AMP] = ACTIONS(1993), [anon_sym_EQ_EQ] = ACTIONS(1935), [anon_sym_BANG_EQ] = ACTIONS(1935), [anon_sym_GT] = ACTIONS(1943), [anon_sym_GT_EQ] = ACTIONS(1935), [anon_sym_LT_EQ] = ACTIONS(1943), [anon_sym_LT] = ACTIONS(1943), [anon_sym_LT_LT] = ACTIONS(1943), [anon_sym_GT_GT] = ACTIONS(1943), [anon_sym_COLON_COLON] = ACTIONS(1995), [anon_sym_LBRACE] = ACTIONS(1997), [anon_sym_LBRACK] = ACTIONS(1949), [anon_sym_EQ] = ACTIONS(1943), [sym_primitive_type] = ACTIONS(1999), [anon_sym_QMARK] = ACTIONS(1935), [anon_sym_STAR_EQ] = ACTIONS(1935), [anon_sym_SLASH_EQ] = ACTIONS(1935), [anon_sym_PERCENT_EQ] = ACTIONS(1935), [anon_sym_PLUS_EQ] = ACTIONS(1935), [anon_sym_DASH_EQ] = ACTIONS(1935), [anon_sym_LT_LT_EQ] = ACTIONS(1935), [anon_sym_GT_GT_EQ] = ACTIONS(1935), [anon_sym_AMP_EQ] = ACTIONS(1935), [anon_sym_CARET_EQ] = ACTIONS(1935), [anon_sym_PIPE_EQ] = ACTIONS(1935), [anon_sym_and_eq] = ACTIONS(1943), [anon_sym_or_eq] = ACTIONS(1943), [anon_sym_xor_eq] = ACTIONS(1943), [anon_sym_not] = ACTIONS(1989), [anon_sym_compl] = ACTIONS(1989), [anon_sym_LT_EQ_GT] = ACTIONS(1935), [anon_sym_or] = ACTIONS(1943), [anon_sym_and] = ACTIONS(1943), [anon_sym_bitor] = ACTIONS(1943), [anon_sym_xor] = ACTIONS(1943), [anon_sym_bitand] = ACTIONS(1943), [anon_sym_not_eq] = ACTIONS(1943), [anon_sym_DASH_DASH] = ACTIONS(2001), [anon_sym_PLUS_PLUS] = ACTIONS(2001), [anon_sym_sizeof] = ACTIONS(2003), [anon_sym_offsetof] = ACTIONS(2005), [anon_sym__Generic] = ACTIONS(2007), [anon_sym_asm] = ACTIONS(2009), [anon_sym___asm__] = ACTIONS(2009), [anon_sym_DOT] = ACTIONS(1943), [anon_sym_DASH_GT] = ACTIONS(1943), [sym_number_literal] = ACTIONS(2011), [anon_sym_L_SQUOTE] = ACTIONS(2013), [anon_sym_u_SQUOTE] = ACTIONS(2013), [anon_sym_U_SQUOTE] = ACTIONS(2013), [anon_sym_u8_SQUOTE] = ACTIONS(2013), [anon_sym_SQUOTE] = ACTIONS(2013), [anon_sym_L_DQUOTE] = ACTIONS(2015), [anon_sym_u_DQUOTE] = ACTIONS(2015), [anon_sym_U_DQUOTE] = ACTIONS(2015), [anon_sym_u8_DQUOTE] = ACTIONS(2015), [anon_sym_DQUOTE] = ACTIONS(2015), [sym_true] = ACTIONS(2017), [sym_false] = ACTIONS(2017), [anon_sym_NULL] = ACTIONS(2019), [anon_sym_nullptr] = ACTIONS(2019), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(2021), [anon_sym_R_DQUOTE] = ACTIONS(2023), [anon_sym_LR_DQUOTE] = ACTIONS(2023), [anon_sym_uR_DQUOTE] = ACTIONS(2023), [anon_sym_UR_DQUOTE] = ACTIONS(2023), [anon_sym_u8R_DQUOTE] = ACTIONS(2023), [anon_sym_co_await] = ACTIONS(2025), [anon_sym_new] = ACTIONS(2027), [anon_sym_requires] = ACTIONS(2029), [anon_sym_DOT_STAR] = ACTIONS(1935), [anon_sym_DASH_GT_STAR] = ACTIONS(1935), [sym_this] = ACTIONS(2017), }, [144] = { [sym__expression] = STATE(3359), [sym__expression_not_binary] = STATE(3419), [sym_conditional_expression] = STATE(3419), [sym_assignment_expression] = STATE(3419), [sym_pointer_expression] = STATE(3419), [sym_unary_expression] = STATE(3419), [sym_binary_expression] = STATE(3419), [sym_update_expression] = STATE(3419), [sym_cast_expression] = STATE(3419), [sym_sizeof_expression] = STATE(3419), [sym_offsetof_expression] = STATE(3419), [sym_generic_expression] = STATE(3419), [sym_subscript_expression] = STATE(3419), [sym_call_expression] = STATE(3419), [sym_gnu_asm_expression] = STATE(3419), [sym_field_expression] = STATE(3419), [sym_compound_literal_expression] = STATE(3419), [sym_parenthesized_expression] = STATE(3419), [sym_initializer_list] = STATE(3458), [sym_char_literal] = STATE(3398), [sym_concatenated_string] = STATE(3398), [sym_string_literal] = STATE(2277), [sym_null] = STATE(3419), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6607), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3419), [sym_raw_string_literal] = STATE(2277), [sym_co_await_expression] = STATE(3419), [sym_new_expression] = STATE(3419), [sym_delete_expression] = STATE(3419), [sym_requires_clause] = STATE(3419), [sym_requires_expression] = STATE(3419), [sym_lambda_expression] = STATE(3419), [sym_lambda_capture_specifier] = STATE(5189), [sym_fold_expression] = STATE(3419), [sym_parameter_pack_expansion] = STATE(3419), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5301), [sym_qualified_identifier] = STATE(3419), [sym_qualified_type_identifier] = STATE(6607), [sym_user_defined_literal] = STATE(3419), [sym_identifier] = ACTIONS(2031), [anon_sym_DOT_DOT_DOT] = ACTIONS(1935), [anon_sym_COMMA] = ACTIONS(1935), [anon_sym_LPAREN2] = ACTIONS(2033), [anon_sym_BANG] = ACTIONS(2035), [anon_sym_TILDE] = ACTIONS(2037), [anon_sym_DASH] = ACTIONS(2035), [anon_sym_PLUS] = ACTIONS(2035), [anon_sym_STAR] = ACTIONS(2039), [anon_sym_SLASH] = ACTIONS(1943), [anon_sym_PERCENT] = ACTIONS(1943), [anon_sym_PIPE_PIPE] = ACTIONS(1935), [anon_sym_AMP_AMP] = ACTIONS(1935), [anon_sym_PIPE] = ACTIONS(1943), [anon_sym_CARET] = ACTIONS(1943), [anon_sym_AMP] = ACTIONS(2039), [anon_sym_EQ_EQ] = ACTIONS(1935), [anon_sym_BANG_EQ] = ACTIONS(1935), [anon_sym_GT] = ACTIONS(1943), [anon_sym_GT_EQ] = ACTIONS(1943), [anon_sym_LT_EQ] = ACTIONS(1943), [anon_sym_LT] = ACTIONS(1943), [anon_sym_LT_LT] = ACTIONS(1943), [anon_sym_GT_GT] = ACTIONS(1943), [anon_sym_COLON_COLON] = ACTIONS(2041), [anon_sym_LBRACE] = ACTIONS(2043), [anon_sym_LBRACK] = ACTIONS(1949), [anon_sym_EQ] = ACTIONS(1943), [sym_primitive_type] = ACTIONS(2045), [anon_sym_QMARK] = ACTIONS(1935), [anon_sym_STAR_EQ] = ACTIONS(1935), [anon_sym_SLASH_EQ] = ACTIONS(1935), [anon_sym_PERCENT_EQ] = ACTIONS(1935), [anon_sym_PLUS_EQ] = ACTIONS(1935), [anon_sym_DASH_EQ] = ACTIONS(1935), [anon_sym_LT_LT_EQ] = ACTIONS(1935), [anon_sym_GT_GT_EQ] = ACTIONS(1943), [anon_sym_AMP_EQ] = ACTIONS(1935), [anon_sym_CARET_EQ] = ACTIONS(1935), [anon_sym_PIPE_EQ] = ACTIONS(1935), [anon_sym_and_eq] = ACTIONS(1943), [anon_sym_or_eq] = ACTIONS(1943), [anon_sym_xor_eq] = ACTIONS(1943), [anon_sym_not] = ACTIONS(2035), [anon_sym_compl] = ACTIONS(2035), [anon_sym_LT_EQ_GT] = ACTIONS(1935), [anon_sym_or] = ACTIONS(1943), [anon_sym_and] = ACTIONS(1943), [anon_sym_bitor] = ACTIONS(1943), [anon_sym_xor] = ACTIONS(1943), [anon_sym_bitand] = ACTIONS(1943), [anon_sym_not_eq] = ACTIONS(1943), [anon_sym_DASH_DASH] = ACTIONS(2047), [anon_sym_PLUS_PLUS] = ACTIONS(2047), [anon_sym_sizeof] = ACTIONS(2049), [anon_sym_offsetof] = ACTIONS(2051), [anon_sym__Generic] = ACTIONS(2053), [anon_sym_asm] = ACTIONS(2055), [anon_sym___asm__] = ACTIONS(2055), [anon_sym_DOT] = ACTIONS(1943), [anon_sym_DASH_GT] = ACTIONS(1935), [sym_number_literal] = ACTIONS(2057), [anon_sym_L_SQUOTE] = ACTIONS(2059), [anon_sym_u_SQUOTE] = ACTIONS(2059), [anon_sym_U_SQUOTE] = ACTIONS(2059), [anon_sym_u8_SQUOTE] = ACTIONS(2059), [anon_sym_SQUOTE] = ACTIONS(2059), [anon_sym_L_DQUOTE] = ACTIONS(2061), [anon_sym_u_DQUOTE] = ACTIONS(2061), [anon_sym_U_DQUOTE] = ACTIONS(2061), [anon_sym_u8_DQUOTE] = ACTIONS(2061), [anon_sym_DQUOTE] = ACTIONS(2061), [sym_true] = ACTIONS(2063), [sym_false] = ACTIONS(2063), [anon_sym_NULL] = ACTIONS(2065), [anon_sym_nullptr] = ACTIONS(2065), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_GT2] = ACTIONS(1935), [anon_sym_delete] = ACTIONS(2067), [anon_sym_R_DQUOTE] = ACTIONS(2069), [anon_sym_LR_DQUOTE] = ACTIONS(2069), [anon_sym_uR_DQUOTE] = ACTIONS(2069), [anon_sym_UR_DQUOTE] = ACTIONS(2069), [anon_sym_u8R_DQUOTE] = ACTIONS(2069), [anon_sym_co_await] = ACTIONS(2071), [anon_sym_new] = ACTIONS(2073), [anon_sym_requires] = ACTIONS(2075), [sym_this] = ACTIONS(2063), }, [145] = { [sym__expression] = STATE(3451), [sym__expression_not_binary] = STATE(3025), [sym_conditional_expression] = STATE(3025), [sym_assignment_expression] = STATE(3025), [sym_pointer_expression] = STATE(3025), [sym_unary_expression] = STATE(3025), [sym_binary_expression] = STATE(3025), [sym_update_expression] = STATE(3025), [sym_cast_expression] = STATE(3025), [sym_sizeof_expression] = STATE(3025), [sym_offsetof_expression] = STATE(3025), [sym_generic_expression] = STATE(3025), [sym_subscript_expression] = STATE(3025), [sym_call_expression] = STATE(3025), [sym_gnu_asm_expression] = STATE(3025), [sym_field_expression] = STATE(3025), [sym_compound_literal_expression] = STATE(3025), [sym_parenthesized_expression] = STATE(3025), [sym_initializer_list] = STATE(2984), [sym_char_literal] = STATE(2884), [sym_concatenated_string] = STATE(2884), [sym_string_literal] = STATE(2162), [sym_null] = STATE(3025), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6624), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3025), [sym_raw_string_literal] = STATE(2162), [sym_co_await_expression] = STATE(3025), [sym_new_expression] = STATE(3025), [sym_delete_expression] = STATE(3025), [sym_requires_clause] = STATE(3025), [sym_requires_expression] = STATE(3025), [sym_lambda_expression] = STATE(3025), [sym_lambda_capture_specifier] = STATE(5221), [sym_fold_expression] = STATE(3025), [sym_parameter_pack_expansion] = STATE(3025), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3025), [sym_qualified_type_identifier] = STATE(6624), [sym_user_defined_literal] = STATE(3025), [sym_identifier] = ACTIONS(1933), [anon_sym_DOT_DOT_DOT] = ACTIONS(1935), [anon_sym_LPAREN2] = ACTIONS(2077), [anon_sym_BANG] = ACTIONS(2079), [anon_sym_TILDE] = ACTIONS(2081), [anon_sym_DASH] = ACTIONS(2079), [anon_sym_PLUS] = ACTIONS(2079), [anon_sym_STAR] = ACTIONS(2083), [anon_sym_SLASH] = ACTIONS(1943), [anon_sym_PERCENT] = ACTIONS(1943), [anon_sym_PIPE_PIPE] = ACTIONS(1935), [anon_sym_AMP_AMP] = ACTIONS(1935), [anon_sym_PIPE] = ACTIONS(1943), [anon_sym_CARET] = ACTIONS(1943), [anon_sym_AMP] = ACTIONS(2083), [anon_sym_EQ_EQ] = ACTIONS(1935), [anon_sym_BANG_EQ] = ACTIONS(1935), [anon_sym_GT] = ACTIONS(1943), [anon_sym_GT_EQ] = ACTIONS(1935), [anon_sym_LT_EQ] = ACTIONS(1943), [anon_sym_LT] = ACTIONS(1943), [anon_sym_LT_LT] = ACTIONS(1943), [anon_sym_GT_GT] = ACTIONS(1943), [anon_sym_COLON_COLON] = ACTIONS(2085), [anon_sym_LBRACE] = ACTIONS(1947), [anon_sym_LBRACK] = ACTIONS(1949), [anon_sym_EQ] = ACTIONS(1943), [sym_primitive_type] = ACTIONS(1951), [anon_sym_COLON] = ACTIONS(1943), [anon_sym_QMARK] = ACTIONS(1935), [anon_sym_STAR_EQ] = ACTIONS(1935), [anon_sym_SLASH_EQ] = ACTIONS(1935), [anon_sym_PERCENT_EQ] = ACTIONS(1935), [anon_sym_PLUS_EQ] = ACTIONS(1935), [anon_sym_DASH_EQ] = ACTIONS(1935), [anon_sym_LT_LT_EQ] = ACTIONS(1935), [anon_sym_GT_GT_EQ] = ACTIONS(1935), [anon_sym_AMP_EQ] = ACTIONS(1935), [anon_sym_CARET_EQ] = ACTIONS(1935), [anon_sym_PIPE_EQ] = ACTIONS(1935), [anon_sym_and_eq] = ACTIONS(1943), [anon_sym_or_eq] = ACTIONS(1943), [anon_sym_xor_eq] = ACTIONS(1943), [anon_sym_not] = ACTIONS(2079), [anon_sym_compl] = ACTIONS(2079), [anon_sym_LT_EQ_GT] = ACTIONS(1935), [anon_sym_or] = ACTIONS(1943), [anon_sym_and] = ACTIONS(1943), [anon_sym_bitor] = ACTIONS(1943), [anon_sym_xor] = ACTIONS(1943), [anon_sym_bitand] = ACTIONS(1943), [anon_sym_not_eq] = ACTIONS(1943), [anon_sym_DASH_DASH] = ACTIONS(2087), [anon_sym_PLUS_PLUS] = ACTIONS(2087), [anon_sym_sizeof] = ACTIONS(2089), [anon_sym_offsetof] = ACTIONS(1957), [anon_sym__Generic] = ACTIONS(1959), [anon_sym_asm] = ACTIONS(1961), [anon_sym___asm__] = ACTIONS(1961), [anon_sym_DOT] = ACTIONS(1943), [anon_sym_DASH_GT] = ACTIONS(1935), [sym_number_literal] = ACTIONS(1963), [anon_sym_L_SQUOTE] = ACTIONS(1965), [anon_sym_u_SQUOTE] = ACTIONS(1965), [anon_sym_U_SQUOTE] = ACTIONS(1965), [anon_sym_u8_SQUOTE] = ACTIONS(1965), [anon_sym_SQUOTE] = ACTIONS(1965), [anon_sym_L_DQUOTE] = ACTIONS(1967), [anon_sym_u_DQUOTE] = ACTIONS(1967), [anon_sym_U_DQUOTE] = ACTIONS(1967), [anon_sym_u8_DQUOTE] = ACTIONS(1967), [anon_sym_DQUOTE] = ACTIONS(1967), [sym_true] = ACTIONS(1969), [sym_false] = ACTIONS(1969), [anon_sym_NULL] = ACTIONS(1971), [anon_sym_nullptr] = ACTIONS(1971), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(2091), [anon_sym_R_DQUOTE] = ACTIONS(1977), [anon_sym_LR_DQUOTE] = ACTIONS(1977), [anon_sym_uR_DQUOTE] = ACTIONS(1977), [anon_sym_UR_DQUOTE] = ACTIONS(1977), [anon_sym_u8R_DQUOTE] = ACTIONS(1977), [anon_sym_co_await] = ACTIONS(2093), [anon_sym_new] = ACTIONS(1981), [anon_sym_requires] = ACTIONS(1983), [sym_this] = ACTIONS(1969), }, [146] = { [sym__expression] = STATE(3469), [sym__expression_not_binary] = STATE(3564), [sym_conditional_expression] = STATE(3564), [sym_assignment_expression] = STATE(3564), [sym_pointer_expression] = STATE(3290), [sym_unary_expression] = STATE(3564), [sym_binary_expression] = STATE(3564), [sym_update_expression] = STATE(3564), [sym_cast_expression] = STATE(3564), [sym_sizeof_expression] = STATE(3564), [sym_offsetof_expression] = STATE(3564), [sym_generic_expression] = STATE(3564), [sym_subscript_expression] = STATE(3290), [sym_call_expression] = STATE(3290), [sym_gnu_asm_expression] = STATE(3564), [sym_field_expression] = STATE(3290), [sym_compound_literal_expression] = STATE(3564), [sym_parenthesized_expression] = STATE(3290), [sym_initializer_list] = STATE(3623), [sym_char_literal] = STATE(3429), [sym_concatenated_string] = STATE(3429), [sym_string_literal] = STATE(2306), [sym_null] = STATE(3564), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6687), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3564), [sym_raw_string_literal] = STATE(2306), [sym_co_await_expression] = STATE(3564), [sym_new_expression] = STATE(3564), [sym_delete_expression] = STATE(3564), [sym_requires_clause] = STATE(3564), [sym_requires_expression] = STATE(3564), [sym_lambda_expression] = STATE(3564), [sym_lambda_capture_specifier] = STATE(5176), [sym_fold_expression] = STATE(3564), [sym_parameter_pack_expansion] = STATE(3564), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5270), [sym_qualified_identifier] = STATE(3290), [sym_qualified_type_identifier] = STATE(6687), [sym_user_defined_literal] = STATE(3564), [sym_identifier] = ACTIONS(2095), [anon_sym_DOT_DOT_DOT] = ACTIONS(1935), [anon_sym_COMMA] = ACTIONS(1935), [anon_sym_RPAREN] = ACTIONS(1935), [anon_sym_LPAREN2] = ACTIONS(1841), [anon_sym_BANG] = ACTIONS(1845), [anon_sym_TILDE] = ACTIONS(1843), [anon_sym_DASH] = ACTIONS(1845), [anon_sym_PLUS] = ACTIONS(1845), [anon_sym_STAR] = ACTIONS(1993), [anon_sym_SLASH] = ACTIONS(1943), [anon_sym_PERCENT] = ACTIONS(1943), [anon_sym_PIPE_PIPE] = ACTIONS(1935), [anon_sym_AMP_AMP] = ACTIONS(1935), [anon_sym_PIPE] = ACTIONS(1943), [anon_sym_CARET] = ACTIONS(1943), [anon_sym_AMP] = ACTIONS(1993), [anon_sym_EQ_EQ] = ACTIONS(1935), [anon_sym_BANG_EQ] = ACTIONS(1935), [anon_sym_GT] = ACTIONS(1943), [anon_sym_GT_EQ] = ACTIONS(1935), [anon_sym_LT_EQ] = ACTIONS(1943), [anon_sym_LT] = ACTIONS(1943), [anon_sym_LT_LT] = ACTIONS(1943), [anon_sym_GT_GT] = ACTIONS(1943), [anon_sym_COLON_COLON] = ACTIONS(1849), [anon_sym_LBRACE] = ACTIONS(2097), [anon_sym_LBRACK] = ACTIONS(1949), [anon_sym_EQ] = ACTIONS(1943), [sym_primitive_type] = ACTIONS(1999), [anon_sym_QMARK] = ACTIONS(1935), [anon_sym_STAR_EQ] = ACTIONS(1935), [anon_sym_SLASH_EQ] = ACTIONS(1935), [anon_sym_PERCENT_EQ] = ACTIONS(1935), [anon_sym_PLUS_EQ] = ACTIONS(1935), [anon_sym_DASH_EQ] = ACTIONS(1935), [anon_sym_LT_LT_EQ] = ACTIONS(1935), [anon_sym_GT_GT_EQ] = ACTIONS(1935), [anon_sym_AMP_EQ] = ACTIONS(1935), [anon_sym_CARET_EQ] = ACTIONS(1935), [anon_sym_PIPE_EQ] = ACTIONS(1935), [anon_sym_not] = ACTIONS(1845), [anon_sym_compl] = ACTIONS(1845), [anon_sym_LT_EQ_GT] = ACTIONS(1935), [anon_sym_or] = ACTIONS(1943), [anon_sym_and] = ACTIONS(1943), [anon_sym_bitor] = ACTIONS(1943), [anon_sym_xor] = ACTIONS(1943), [anon_sym_bitand] = ACTIONS(1943), [anon_sym_not_eq] = ACTIONS(1943), [anon_sym_DASH_DASH] = ACTIONS(1861), [anon_sym_PLUS_PLUS] = ACTIONS(1861), [anon_sym_sizeof] = ACTIONS(1863), [anon_sym_offsetof] = ACTIONS(1865), [anon_sym__Generic] = ACTIONS(1867), [anon_sym_asm] = ACTIONS(1869), [anon_sym___asm__] = ACTIONS(1869), [anon_sym_DOT] = ACTIONS(1943), [anon_sym_DASH_GT] = ACTIONS(1943), [sym_number_literal] = ACTIONS(1871), [anon_sym_L_SQUOTE] = ACTIONS(1873), [anon_sym_u_SQUOTE] = ACTIONS(1873), [anon_sym_U_SQUOTE] = ACTIONS(1873), [anon_sym_u8_SQUOTE] = ACTIONS(1873), [anon_sym_SQUOTE] = ACTIONS(1873), [anon_sym_L_DQUOTE] = ACTIONS(1875), [anon_sym_u_DQUOTE] = ACTIONS(1875), [anon_sym_U_DQUOTE] = ACTIONS(1875), [anon_sym_u8_DQUOTE] = ACTIONS(1875), [anon_sym_DQUOTE] = ACTIONS(1875), [sym_true] = ACTIONS(1877), [sym_false] = ACTIONS(1877), [anon_sym_NULL] = ACTIONS(1879), [anon_sym_nullptr] = ACTIONS(1879), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(1883), [anon_sym_R_DQUOTE] = ACTIONS(1885), [anon_sym_LR_DQUOTE] = ACTIONS(1885), [anon_sym_uR_DQUOTE] = ACTIONS(1885), [anon_sym_UR_DQUOTE] = ACTIONS(1885), [anon_sym_u8R_DQUOTE] = ACTIONS(1885), [anon_sym_co_await] = ACTIONS(1887), [anon_sym_new] = ACTIONS(1889), [anon_sym_requires] = ACTIONS(1891), [anon_sym_DOT_STAR] = ACTIONS(1935), [anon_sym_DASH_GT_STAR] = ACTIONS(1935), [sym_this] = ACTIONS(1877), }, [147] = { [sym_attribute_declaration] = STATE(204), [sym_compound_statement] = STATE(1117), [sym_attributed_statement] = STATE(1117), [sym_labeled_statement] = STATE(1117), [sym_expression_statement] = STATE(1117), [sym_if_statement] = STATE(1117), [sym_switch_statement] = STATE(1117), [sym_case_statement] = STATE(1117), [sym_while_statement] = STATE(1117), [sym_do_statement] = STATE(1117), [sym_for_statement] = STATE(1117), [sym_return_statement] = STATE(1117), [sym_break_statement] = STATE(1117), [sym_continue_statement] = STATE(1117), [sym_goto_statement] = STATE(1117), [sym__expression] = STATE(4301), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7279), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(1117), [sym_co_return_statement] = STATE(1117), [sym_co_yield_statement] = STATE(1117), [sym_throw_statement] = STATE(1117), [sym_try_statement] = STATE(1117), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_attributed_declarator_repeat1] = STATE(204), [sym_identifier] = ACTIONS(2099), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(167), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym_LBRACE] = ACTIONS(738), [anon_sym_LBRACK] = ACTIONS(1327), [sym_primitive_type] = ACTIONS(1951), [anon_sym_if] = ACTIONS(181), [anon_sym_switch] = ACTIONS(183), [anon_sym_case] = ACTIONS(185), [anon_sym_default] = ACTIONS(187), [anon_sym_while] = ACTIONS(189), [anon_sym_do] = ACTIONS(191), [anon_sym_for] = ACTIONS(193), [anon_sym_return] = ACTIONS(195), [anon_sym_break] = ACTIONS(197), [anon_sym_continue] = ACTIONS(199), [anon_sym_goto] = ACTIONS(201), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_try] = ACTIONS(209), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(211), [anon_sym_co_return] = ACTIONS(221), [anon_sym_co_yield] = ACTIONS(223), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [148] = { [sym_attribute_declaration] = STATE(148), [sym_compound_statement] = STATE(1142), [sym_attributed_statement] = STATE(1142), [sym_labeled_statement] = STATE(1142), [sym_expression_statement] = STATE(1142), [sym_if_statement] = STATE(1142), [sym_switch_statement] = STATE(1142), [sym_case_statement] = STATE(1142), [sym_while_statement] = STATE(1142), [sym_do_statement] = STATE(1142), [sym_for_statement] = STATE(1142), [sym_return_statement] = STATE(1142), [sym_break_statement] = STATE(1142), [sym_continue_statement] = STATE(1142), [sym_goto_statement] = STATE(1142), [sym__expression] = STATE(4301), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7279), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(1142), [sym_co_return_statement] = STATE(1142), [sym_co_yield_statement] = STATE(1142), [sym_throw_statement] = STATE(1142), [sym_try_statement] = STATE(1142), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_attributed_declarator_repeat1] = STATE(148), [sym_identifier] = ACTIONS(2101), [anon_sym_LPAREN2] = ACTIONS(2104), [anon_sym_BANG] = ACTIONS(2107), [anon_sym_TILDE] = ACTIONS(2107), [anon_sym_DASH] = ACTIONS(2110), [anon_sym_PLUS] = ACTIONS(2110), [anon_sym_STAR] = ACTIONS(2113), [anon_sym_AMP] = ACTIONS(2113), [anon_sym_SEMI] = ACTIONS(2116), [anon_sym_COLON_COLON] = ACTIONS(2119), [anon_sym_LBRACK_LBRACK] = ACTIONS(2122), [anon_sym_LBRACE] = ACTIONS(2125), [anon_sym_LBRACK] = ACTIONS(2128), [sym_primitive_type] = ACTIONS(2131), [anon_sym_if] = ACTIONS(2134), [anon_sym_switch] = ACTIONS(2137), [anon_sym_case] = ACTIONS(2140), [anon_sym_default] = ACTIONS(2143), [anon_sym_while] = ACTIONS(2146), [anon_sym_do] = ACTIONS(2149), [anon_sym_for] = ACTIONS(2152), [anon_sym_return] = ACTIONS(2155), [anon_sym_break] = ACTIONS(2158), [anon_sym_continue] = ACTIONS(2161), [anon_sym_goto] = ACTIONS(2164), [anon_sym_not] = ACTIONS(2110), [anon_sym_compl] = ACTIONS(2110), [anon_sym_DASH_DASH] = ACTIONS(2167), [anon_sym_PLUS_PLUS] = ACTIONS(2167), [anon_sym_sizeof] = ACTIONS(2170), [anon_sym_offsetof] = ACTIONS(2173), [anon_sym__Generic] = ACTIONS(2176), [anon_sym_asm] = ACTIONS(2179), [anon_sym___asm__] = ACTIONS(2179), [sym_number_literal] = ACTIONS(2182), [anon_sym_L_SQUOTE] = ACTIONS(2185), [anon_sym_u_SQUOTE] = ACTIONS(2185), [anon_sym_U_SQUOTE] = ACTIONS(2185), [anon_sym_u8_SQUOTE] = ACTIONS(2185), [anon_sym_SQUOTE] = ACTIONS(2185), [anon_sym_L_DQUOTE] = ACTIONS(2188), [anon_sym_u_DQUOTE] = ACTIONS(2188), [anon_sym_U_DQUOTE] = ACTIONS(2188), [anon_sym_u8_DQUOTE] = ACTIONS(2188), [anon_sym_DQUOTE] = ACTIONS(2188), [sym_true] = ACTIONS(2191), [sym_false] = ACTIONS(2191), [anon_sym_NULL] = ACTIONS(2194), [anon_sym_nullptr] = ACTIONS(2194), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(2197), [anon_sym_template] = ACTIONS(2200), [anon_sym_try] = ACTIONS(2203), [anon_sym_delete] = ACTIONS(2206), [anon_sym_throw] = ACTIONS(2209), [anon_sym_co_return] = ACTIONS(2212), [anon_sym_co_yield] = ACTIONS(2215), [anon_sym_R_DQUOTE] = ACTIONS(2218), [anon_sym_LR_DQUOTE] = ACTIONS(2218), [anon_sym_uR_DQUOTE] = ACTIONS(2218), [anon_sym_UR_DQUOTE] = ACTIONS(2218), [anon_sym_u8R_DQUOTE] = ACTIONS(2218), [anon_sym_co_await] = ACTIONS(2221), [anon_sym_new] = ACTIONS(2224), [anon_sym_requires] = ACTIONS(2227), [sym_this] = ACTIONS(2191), }, [149] = { [sym_attribute_declaration] = STATE(312), [sym_compound_statement] = STATE(1174), [sym_attributed_statement] = STATE(1174), [sym_labeled_statement] = STATE(1174), [sym_expression_statement] = STATE(1174), [sym_if_statement] = STATE(1174), [sym_switch_statement] = STATE(1174), [sym_case_statement] = STATE(1174), [sym_while_statement] = STATE(1174), [sym_do_statement] = STATE(1174), [sym_for_statement] = STATE(1174), [sym_return_statement] = STATE(1174), [sym_break_statement] = STATE(1174), [sym_continue_statement] = STATE(1174), [sym_goto_statement] = STATE(1174), [sym__expression] = STATE(4301), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7279), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(1174), [sym_co_return_statement] = STATE(1174), [sym_co_yield_statement] = STATE(1174), [sym_throw_statement] = STATE(1174), [sym_try_statement] = STATE(1174), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_attributed_declarator_repeat1] = STATE(312), [sym_identifier] = ACTIONS(2230), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(167), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym_LBRACE] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(1327), [sym_primitive_type] = ACTIONS(1951), [anon_sym_if] = ACTIONS(2232), [anon_sym_switch] = ACTIONS(73), [anon_sym_case] = ACTIONS(2234), [anon_sym_default] = ACTIONS(2236), [anon_sym_while] = ACTIONS(2238), [anon_sym_do] = ACTIONS(81), [anon_sym_for] = ACTIONS(2240), [anon_sym_return] = ACTIONS(85), [anon_sym_break] = ACTIONS(87), [anon_sym_continue] = ACTIONS(89), [anon_sym_goto] = ACTIONS(91), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_try] = ACTIONS(127), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(131), [anon_sym_co_return] = ACTIONS(141), [anon_sym_co_yield] = ACTIONS(143), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [150] = { [sym_attribute_declaration] = STATE(166), [sym_compound_statement] = STATE(831), [sym_attributed_statement] = STATE(831), [sym_labeled_statement] = STATE(831), [sym_expression_statement] = STATE(831), [sym_if_statement] = STATE(831), [sym_switch_statement] = STATE(831), [sym_case_statement] = STATE(831), [sym_while_statement] = STATE(831), [sym_do_statement] = STATE(831), [sym_for_statement] = STATE(831), [sym_return_statement] = STATE(831), [sym_break_statement] = STATE(831), [sym_continue_statement] = STATE(831), [sym_goto_statement] = STATE(831), [sym__expression] = STATE(4223), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7086), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(831), [sym_co_return_statement] = STATE(831), [sym_co_yield_statement] = STATE(831), [sym_throw_statement] = STATE(831), [sym_try_statement] = STATE(831), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_attributed_declarator_repeat1] = STATE(166), [sym_identifier] = ACTIONS(2242), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(1569), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym_LBRACE] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(1327), [sym_primitive_type] = ACTIONS(1951), [anon_sym_if] = ACTIONS(71), [anon_sym_switch] = ACTIONS(73), [anon_sym_case] = ACTIONS(75), [anon_sym_default] = ACTIONS(77), [anon_sym_while] = ACTIONS(79), [anon_sym_do] = ACTIONS(81), [anon_sym_for] = ACTIONS(83), [anon_sym_return] = ACTIONS(85), [anon_sym_break] = ACTIONS(87), [anon_sym_continue] = ACTIONS(89), [anon_sym_goto] = ACTIONS(91), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_try] = ACTIONS(127), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(131), [anon_sym_co_return] = ACTIONS(141), [anon_sym_co_yield] = ACTIONS(143), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [151] = { [sym_attribute_declaration] = STATE(149), [sym_compound_statement] = STATE(1055), [sym_attributed_statement] = STATE(1055), [sym_labeled_statement] = STATE(1055), [sym_expression_statement] = STATE(1055), [sym_if_statement] = STATE(1055), [sym_switch_statement] = STATE(1055), [sym_case_statement] = STATE(1055), [sym_while_statement] = STATE(1055), [sym_do_statement] = STATE(1055), [sym_for_statement] = STATE(1055), [sym_return_statement] = STATE(1055), [sym_break_statement] = STATE(1055), [sym_continue_statement] = STATE(1055), [sym_goto_statement] = STATE(1055), [sym__expression] = STATE(4301), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7279), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(1055), [sym_co_return_statement] = STATE(1055), [sym_co_yield_statement] = STATE(1055), [sym_throw_statement] = STATE(1055), [sym_try_statement] = STATE(1055), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_attributed_declarator_repeat1] = STATE(149), [sym_identifier] = ACTIONS(2230), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(167), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym_LBRACE] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(1327), [sym_primitive_type] = ACTIONS(1951), [anon_sym_if] = ACTIONS(2232), [anon_sym_switch] = ACTIONS(73), [anon_sym_case] = ACTIONS(2234), [anon_sym_default] = ACTIONS(2236), [anon_sym_while] = ACTIONS(2238), [anon_sym_do] = ACTIONS(81), [anon_sym_for] = ACTIONS(2240), [anon_sym_return] = ACTIONS(85), [anon_sym_break] = ACTIONS(87), [anon_sym_continue] = ACTIONS(89), [anon_sym_goto] = ACTIONS(91), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_try] = ACTIONS(127), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(131), [anon_sym_co_return] = ACTIONS(141), [anon_sym_co_yield] = ACTIONS(143), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [152] = { [sym_attribute_declaration] = STATE(204), [sym_compound_statement] = STATE(1157), [sym_attributed_statement] = STATE(1157), [sym_labeled_statement] = STATE(1157), [sym_expression_statement] = STATE(1157), [sym_if_statement] = STATE(1157), [sym_switch_statement] = STATE(1157), [sym_case_statement] = STATE(1157), [sym_while_statement] = STATE(1157), [sym_do_statement] = STATE(1157), [sym_for_statement] = STATE(1157), [sym_return_statement] = STATE(1157), [sym_break_statement] = STATE(1157), [sym_continue_statement] = STATE(1157), [sym_goto_statement] = STATE(1157), [sym__expression] = STATE(4301), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7279), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(1157), [sym_co_return_statement] = STATE(1157), [sym_co_yield_statement] = STATE(1157), [sym_throw_statement] = STATE(1157), [sym_try_statement] = STATE(1157), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_attributed_declarator_repeat1] = STATE(204), [sym_identifier] = ACTIONS(2099), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(167), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym_LBRACE] = ACTIONS(738), [anon_sym_LBRACK] = ACTIONS(1327), [sym_primitive_type] = ACTIONS(1951), [anon_sym_if] = ACTIONS(181), [anon_sym_switch] = ACTIONS(183), [anon_sym_case] = ACTIONS(185), [anon_sym_default] = ACTIONS(187), [anon_sym_while] = ACTIONS(189), [anon_sym_do] = ACTIONS(191), [anon_sym_for] = ACTIONS(193), [anon_sym_return] = ACTIONS(195), [anon_sym_break] = ACTIONS(197), [anon_sym_continue] = ACTIONS(199), [anon_sym_goto] = ACTIONS(201), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_try] = ACTIONS(209), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(211), [anon_sym_co_return] = ACTIONS(221), [anon_sym_co_yield] = ACTIONS(223), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [153] = { [sym_attribute_declaration] = STATE(153), [sym_compound_statement] = STATE(1572), [sym_attributed_statement] = STATE(1572), [sym_labeled_statement] = STATE(1572), [sym_expression_statement] = STATE(1572), [sym_if_statement] = STATE(1572), [sym_switch_statement] = STATE(1572), [sym_case_statement] = STATE(1572), [sym_while_statement] = STATE(1572), [sym_do_statement] = STATE(1572), [sym_for_statement] = STATE(1572), [sym_return_statement] = STATE(1572), [sym_break_statement] = STATE(1572), [sym_continue_statement] = STATE(1572), [sym_goto_statement] = STATE(1572), [sym__expression] = STATE(4266), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7341), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(1572), [sym_co_return_statement] = STATE(1572), [sym_co_yield_statement] = STATE(1572), [sym_throw_statement] = STATE(1572), [sym_try_statement] = STATE(1572), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_attributed_declarator_repeat1] = STATE(153), [sym_identifier] = ACTIONS(2244), [anon_sym_LPAREN2] = ACTIONS(2104), [anon_sym_BANG] = ACTIONS(2107), [anon_sym_TILDE] = ACTIONS(2107), [anon_sym_DASH] = ACTIONS(2110), [anon_sym_PLUS] = ACTIONS(2110), [anon_sym_STAR] = ACTIONS(2113), [anon_sym_AMP] = ACTIONS(2113), [anon_sym_SEMI] = ACTIONS(2247), [anon_sym_COLON_COLON] = ACTIONS(2119), [anon_sym_LBRACK_LBRACK] = ACTIONS(2122), [anon_sym_LBRACE] = ACTIONS(2250), [anon_sym_LBRACK] = ACTIONS(2128), [sym_primitive_type] = ACTIONS(2131), [anon_sym_if] = ACTIONS(2253), [anon_sym_switch] = ACTIONS(2256), [anon_sym_case] = ACTIONS(2259), [anon_sym_default] = ACTIONS(2262), [anon_sym_while] = ACTIONS(2265), [anon_sym_do] = ACTIONS(2268), [anon_sym_for] = ACTIONS(2271), [anon_sym_return] = ACTIONS(2274), [anon_sym_break] = ACTIONS(2277), [anon_sym_continue] = ACTIONS(2280), [anon_sym_goto] = ACTIONS(2283), [anon_sym_not] = ACTIONS(2110), [anon_sym_compl] = ACTIONS(2110), [anon_sym_DASH_DASH] = ACTIONS(2167), [anon_sym_PLUS_PLUS] = ACTIONS(2167), [anon_sym_sizeof] = ACTIONS(2170), [anon_sym_offsetof] = ACTIONS(2173), [anon_sym__Generic] = ACTIONS(2176), [anon_sym_asm] = ACTIONS(2179), [anon_sym___asm__] = ACTIONS(2179), [sym_number_literal] = ACTIONS(2182), [anon_sym_L_SQUOTE] = ACTIONS(2185), [anon_sym_u_SQUOTE] = ACTIONS(2185), [anon_sym_U_SQUOTE] = ACTIONS(2185), [anon_sym_u8_SQUOTE] = ACTIONS(2185), [anon_sym_SQUOTE] = ACTIONS(2185), [anon_sym_L_DQUOTE] = ACTIONS(2188), [anon_sym_u_DQUOTE] = ACTIONS(2188), [anon_sym_U_DQUOTE] = ACTIONS(2188), [anon_sym_u8_DQUOTE] = ACTIONS(2188), [anon_sym_DQUOTE] = ACTIONS(2188), [sym_true] = ACTIONS(2191), [sym_false] = ACTIONS(2191), [anon_sym_NULL] = ACTIONS(2194), [anon_sym_nullptr] = ACTIONS(2194), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(2197), [anon_sym_template] = ACTIONS(2200), [anon_sym_try] = ACTIONS(2286), [anon_sym_delete] = ACTIONS(2206), [anon_sym_throw] = ACTIONS(2289), [anon_sym_co_return] = ACTIONS(2292), [anon_sym_co_yield] = ACTIONS(2295), [anon_sym_R_DQUOTE] = ACTIONS(2218), [anon_sym_LR_DQUOTE] = ACTIONS(2218), [anon_sym_uR_DQUOTE] = ACTIONS(2218), [anon_sym_UR_DQUOTE] = ACTIONS(2218), [anon_sym_u8R_DQUOTE] = ACTIONS(2218), [anon_sym_co_await] = ACTIONS(2221), [anon_sym_new] = ACTIONS(2224), [anon_sym_requires] = ACTIONS(2227), [sym_this] = ACTIONS(2191), }, [154] = { [sym_attribute_declaration] = STATE(154), [sym_compound_statement] = STATE(496), [sym_attributed_statement] = STATE(496), [sym_labeled_statement] = STATE(496), [sym_expression_statement] = STATE(496), [sym_if_statement] = STATE(496), [sym_switch_statement] = STATE(496), [sym_case_statement] = STATE(496), [sym_while_statement] = STATE(496), [sym_do_statement] = STATE(496), [sym_for_statement] = STATE(496), [sym_return_statement] = STATE(496), [sym_break_statement] = STATE(496), [sym_continue_statement] = STATE(496), [sym_goto_statement] = STATE(496), [sym__expression] = STATE(4232), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7187), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(496), [sym_co_return_statement] = STATE(496), [sym_co_yield_statement] = STATE(496), [sym_throw_statement] = STATE(496), [sym_try_statement] = STATE(496), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_attributed_declarator_repeat1] = STATE(154), [sym_identifier] = ACTIONS(2298), [anon_sym_LPAREN2] = ACTIONS(2104), [anon_sym_BANG] = ACTIONS(2107), [anon_sym_TILDE] = ACTIONS(2107), [anon_sym_DASH] = ACTIONS(2110), [anon_sym_PLUS] = ACTIONS(2110), [anon_sym_STAR] = ACTIONS(2113), [anon_sym_AMP] = ACTIONS(2113), [anon_sym_SEMI] = ACTIONS(2301), [anon_sym_COLON_COLON] = ACTIONS(2119), [anon_sym_LBRACK_LBRACK] = ACTIONS(2122), [anon_sym_LBRACE] = ACTIONS(2304), [anon_sym_LBRACK] = ACTIONS(2128), [sym_primitive_type] = ACTIONS(2131), [anon_sym_if] = ACTIONS(2307), [anon_sym_switch] = ACTIONS(2310), [anon_sym_case] = ACTIONS(2313), [anon_sym_default] = ACTIONS(2316), [anon_sym_while] = ACTIONS(2319), [anon_sym_do] = ACTIONS(2322), [anon_sym_for] = ACTIONS(2325), [anon_sym_return] = ACTIONS(2328), [anon_sym_break] = ACTIONS(2331), [anon_sym_continue] = ACTIONS(2334), [anon_sym_goto] = ACTIONS(2337), [anon_sym_not] = ACTIONS(2110), [anon_sym_compl] = ACTIONS(2110), [anon_sym_DASH_DASH] = ACTIONS(2167), [anon_sym_PLUS_PLUS] = ACTIONS(2167), [anon_sym_sizeof] = ACTIONS(2170), [anon_sym_offsetof] = ACTIONS(2173), [anon_sym__Generic] = ACTIONS(2176), [anon_sym_asm] = ACTIONS(2179), [anon_sym___asm__] = ACTIONS(2179), [sym_number_literal] = ACTIONS(2182), [anon_sym_L_SQUOTE] = ACTIONS(2185), [anon_sym_u_SQUOTE] = ACTIONS(2185), [anon_sym_U_SQUOTE] = ACTIONS(2185), [anon_sym_u8_SQUOTE] = ACTIONS(2185), [anon_sym_SQUOTE] = ACTIONS(2185), [anon_sym_L_DQUOTE] = ACTIONS(2188), [anon_sym_u_DQUOTE] = ACTIONS(2188), [anon_sym_U_DQUOTE] = ACTIONS(2188), [anon_sym_u8_DQUOTE] = ACTIONS(2188), [anon_sym_DQUOTE] = ACTIONS(2188), [sym_true] = ACTIONS(2191), [sym_false] = ACTIONS(2191), [anon_sym_NULL] = ACTIONS(2194), [anon_sym_nullptr] = ACTIONS(2194), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(2197), [anon_sym_template] = ACTIONS(2200), [anon_sym_try] = ACTIONS(2340), [anon_sym_delete] = ACTIONS(2206), [anon_sym_throw] = ACTIONS(2343), [anon_sym_co_return] = ACTIONS(2346), [anon_sym_co_yield] = ACTIONS(2349), [anon_sym_R_DQUOTE] = ACTIONS(2218), [anon_sym_LR_DQUOTE] = ACTIONS(2218), [anon_sym_uR_DQUOTE] = ACTIONS(2218), [anon_sym_UR_DQUOTE] = ACTIONS(2218), [anon_sym_u8R_DQUOTE] = ACTIONS(2218), [anon_sym_co_await] = ACTIONS(2221), [anon_sym_new] = ACTIONS(2224), [anon_sym_requires] = ACTIONS(2227), [sym_this] = ACTIONS(2191), }, [155] = { [sym_attribute_declaration] = STATE(166), [sym_compound_statement] = STATE(880), [sym_attributed_statement] = STATE(879), [sym_labeled_statement] = STATE(878), [sym_expression_statement] = STATE(877), [sym_if_statement] = STATE(875), [sym_switch_statement] = STATE(874), [sym_case_statement] = STATE(873), [sym_while_statement] = STATE(869), [sym_do_statement] = STATE(868), [sym_for_statement] = STATE(861), [sym_return_statement] = STATE(856), [sym_break_statement] = STATE(853), [sym_continue_statement] = STATE(852), [sym_goto_statement] = STATE(845), [sym__expression] = STATE(4223), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7086), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(843), [sym_co_return_statement] = STATE(837), [sym_co_yield_statement] = STATE(836), [sym_throw_statement] = STATE(835), [sym_try_statement] = STATE(832), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_attributed_declarator_repeat1] = STATE(166), [sym_identifier] = ACTIONS(2242), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(1569), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym_LBRACE] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(1327), [sym_primitive_type] = ACTIONS(1951), [anon_sym_if] = ACTIONS(71), [anon_sym_switch] = ACTIONS(73), [anon_sym_case] = ACTIONS(75), [anon_sym_default] = ACTIONS(77), [anon_sym_while] = ACTIONS(79), [anon_sym_do] = ACTIONS(81), [anon_sym_for] = ACTIONS(83), [anon_sym_return] = ACTIONS(85), [anon_sym_break] = ACTIONS(87), [anon_sym_continue] = ACTIONS(89), [anon_sym_goto] = ACTIONS(91), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_try] = ACTIONS(127), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(131), [anon_sym_co_return] = ACTIONS(141), [anon_sym_co_yield] = ACTIONS(143), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [156] = { [sym_attribute_declaration] = STATE(149), [sym_compound_statement] = STATE(7289), [sym_attributed_statement] = STATE(7289), [sym_labeled_statement] = STATE(7289), [sym_expression_statement] = STATE(7289), [sym_if_statement] = STATE(7289), [sym_switch_statement] = STATE(7289), [sym_case_statement] = STATE(7289), [sym_while_statement] = STATE(7289), [sym_do_statement] = STATE(7289), [sym_for_statement] = STATE(7289), [sym_return_statement] = STATE(7289), [sym_break_statement] = STATE(7289), [sym_continue_statement] = STATE(7289), [sym_goto_statement] = STATE(7289), [sym__expression] = STATE(4301), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7279), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(7289), [sym_co_return_statement] = STATE(7289), [sym_co_yield_statement] = STATE(7289), [sym_throw_statement] = STATE(7289), [sym_try_statement] = STATE(7289), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_attributed_declarator_repeat1] = STATE(149), [sym_identifier] = ACTIONS(2230), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(167), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym_LBRACE] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(1327), [sym_primitive_type] = ACTIONS(1951), [anon_sym_if] = ACTIONS(2232), [anon_sym_switch] = ACTIONS(73), [anon_sym_case] = ACTIONS(2234), [anon_sym_default] = ACTIONS(2236), [anon_sym_while] = ACTIONS(2238), [anon_sym_do] = ACTIONS(81), [anon_sym_for] = ACTIONS(2240), [anon_sym_return] = ACTIONS(85), [anon_sym_break] = ACTIONS(87), [anon_sym_continue] = ACTIONS(89), [anon_sym_goto] = ACTIONS(91), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_try] = ACTIONS(127), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(131), [anon_sym_co_return] = ACTIONS(141), [anon_sym_co_yield] = ACTIONS(143), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [157] = { [sym_attribute_declaration] = STATE(245), [sym_compound_statement] = STATE(776), [sym_attributed_statement] = STATE(776), [sym_labeled_statement] = STATE(776), [sym_expression_statement] = STATE(776), [sym_if_statement] = STATE(776), [sym_switch_statement] = STATE(776), [sym_case_statement] = STATE(776), [sym_while_statement] = STATE(776), [sym_do_statement] = STATE(776), [sym_for_statement] = STATE(776), [sym_return_statement] = STATE(776), [sym_break_statement] = STATE(776), [sym_continue_statement] = STATE(776), [sym_goto_statement] = STATE(776), [sym__expression] = STATE(4294), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7438), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(776), [sym_co_return_statement] = STATE(776), [sym_co_yield_statement] = STATE(776), [sym_throw_statement] = STATE(776), [sym_try_statement] = STATE(776), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_attributed_declarator_repeat1] = STATE(245), [sym_identifier] = ACTIONS(2352), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(780), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym_LBRACE] = ACTIONS(786), [anon_sym_LBRACK] = ACTIONS(1327), [sym_primitive_type] = ACTIONS(1951), [anon_sym_if] = ACTIONS(790), [anon_sym_switch] = ACTIONS(792), [anon_sym_case] = ACTIONS(794), [anon_sym_default] = ACTIONS(796), [anon_sym_while] = ACTIONS(798), [anon_sym_do] = ACTIONS(800), [anon_sym_for] = ACTIONS(802), [anon_sym_return] = ACTIONS(804), [anon_sym_break] = ACTIONS(806), [anon_sym_continue] = ACTIONS(808), [anon_sym_goto] = ACTIONS(810), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_try] = ACTIONS(814), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(816), [anon_sym_co_return] = ACTIONS(826), [anon_sym_co_yield] = ACTIONS(828), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [158] = { [sym_attribute_declaration] = STATE(166), [sym_compound_statement] = STATE(953), [sym_attributed_statement] = STATE(953), [sym_labeled_statement] = STATE(953), [sym_expression_statement] = STATE(953), [sym_if_statement] = STATE(953), [sym_switch_statement] = STATE(953), [sym_case_statement] = STATE(953), [sym_while_statement] = STATE(953), [sym_do_statement] = STATE(953), [sym_for_statement] = STATE(953), [sym_return_statement] = STATE(953), [sym_break_statement] = STATE(953), [sym_continue_statement] = STATE(953), [sym_goto_statement] = STATE(953), [sym__expression] = STATE(4223), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7086), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(953), [sym_co_return_statement] = STATE(953), [sym_co_yield_statement] = STATE(953), [sym_throw_statement] = STATE(953), [sym_try_statement] = STATE(953), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_attributed_declarator_repeat1] = STATE(166), [sym_identifier] = ACTIONS(2242), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(1569), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym_LBRACE] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(1327), [sym_primitive_type] = ACTIONS(1951), [anon_sym_if] = ACTIONS(71), [anon_sym_switch] = ACTIONS(73), [anon_sym_case] = ACTIONS(75), [anon_sym_default] = ACTIONS(77), [anon_sym_while] = ACTIONS(79), [anon_sym_do] = ACTIONS(81), [anon_sym_for] = ACTIONS(83), [anon_sym_return] = ACTIONS(85), [anon_sym_break] = ACTIONS(87), [anon_sym_continue] = ACTIONS(89), [anon_sym_goto] = ACTIONS(91), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_try] = ACTIONS(127), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(131), [anon_sym_co_return] = ACTIONS(141), [anon_sym_co_yield] = ACTIONS(143), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [159] = { [sym_attribute_declaration] = STATE(161), [sym_compound_statement] = STATE(477), [sym_attributed_statement] = STATE(479), [sym_labeled_statement] = STATE(480), [sym_expression_statement] = STATE(481), [sym_if_statement] = STATE(482), [sym_switch_statement] = STATE(483), [sym_case_statement] = STATE(485), [sym_while_statement] = STATE(488), [sym_do_statement] = STATE(489), [sym_for_statement] = STATE(490), [sym_return_statement] = STATE(384), [sym_break_statement] = STATE(497), [sym_continue_statement] = STATE(502), [sym_goto_statement] = STATE(503), [sym__expression] = STATE(4232), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7187), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(505), [sym_co_return_statement] = STATE(506), [sym_co_yield_statement] = STATE(504), [sym_throw_statement] = STATE(501), [sym_try_statement] = STATE(470), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_attributed_declarator_repeat1] = STATE(161), [sym_identifier] = ACTIONS(2354), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(247), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym_LBRACE] = ACTIONS(253), [anon_sym_LBRACK] = ACTIONS(1327), [sym_primitive_type] = ACTIONS(1951), [anon_sym_if] = ACTIONS(257), [anon_sym_switch] = ACTIONS(259), [anon_sym_case] = ACTIONS(261), [anon_sym_default] = ACTIONS(263), [anon_sym_while] = ACTIONS(265), [anon_sym_do] = ACTIONS(267), [anon_sym_for] = ACTIONS(269), [anon_sym_return] = ACTIONS(271), [anon_sym_break] = ACTIONS(273), [anon_sym_continue] = ACTIONS(275), [anon_sym_goto] = ACTIONS(277), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_try] = ACTIONS(281), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(283), [anon_sym_co_return] = ACTIONS(293), [anon_sym_co_yield] = ACTIONS(295), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [160] = { [sym_attribute_declaration] = STATE(149), [sym_compound_statement] = STATE(1024), [sym_attributed_statement] = STATE(1034), [sym_labeled_statement] = STATE(1038), [sym_expression_statement] = STATE(1046), [sym_if_statement] = STATE(1048), [sym_switch_statement] = STATE(1049), [sym_case_statement] = STATE(1052), [sym_while_statement] = STATE(1053), [sym_do_statement] = STATE(1065), [sym_for_statement] = STATE(1067), [sym_return_statement] = STATE(1072), [sym_break_statement] = STATE(1092), [sym_continue_statement] = STATE(1094), [sym_goto_statement] = STATE(1112), [sym__expression] = STATE(4301), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7279), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(1114), [sym_co_return_statement] = STATE(1115), [sym_co_yield_statement] = STATE(1116), [sym_throw_statement] = STATE(1119), [sym_try_statement] = STATE(1123), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_attributed_declarator_repeat1] = STATE(149), [sym_identifier] = ACTIONS(2230), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(167), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym_LBRACE] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(1327), [sym_primitive_type] = ACTIONS(1951), [anon_sym_if] = ACTIONS(2232), [anon_sym_switch] = ACTIONS(73), [anon_sym_case] = ACTIONS(2234), [anon_sym_default] = ACTIONS(2236), [anon_sym_while] = ACTIONS(2238), [anon_sym_do] = ACTIONS(81), [anon_sym_for] = ACTIONS(2240), [anon_sym_return] = ACTIONS(85), [anon_sym_break] = ACTIONS(87), [anon_sym_continue] = ACTIONS(89), [anon_sym_goto] = ACTIONS(91), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_try] = ACTIONS(127), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(131), [anon_sym_co_return] = ACTIONS(141), [anon_sym_co_yield] = ACTIONS(143), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [161] = { [sym_attribute_declaration] = STATE(154), [sym_compound_statement] = STATE(496), [sym_attributed_statement] = STATE(496), [sym_labeled_statement] = STATE(496), [sym_expression_statement] = STATE(496), [sym_if_statement] = STATE(496), [sym_switch_statement] = STATE(496), [sym_case_statement] = STATE(496), [sym_while_statement] = STATE(496), [sym_do_statement] = STATE(496), [sym_for_statement] = STATE(496), [sym_return_statement] = STATE(496), [sym_break_statement] = STATE(496), [sym_continue_statement] = STATE(496), [sym_goto_statement] = STATE(496), [sym__expression] = STATE(4232), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7187), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(496), [sym_co_return_statement] = STATE(496), [sym_co_yield_statement] = STATE(496), [sym_throw_statement] = STATE(496), [sym_try_statement] = STATE(496), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_attributed_declarator_repeat1] = STATE(154), [sym_identifier] = ACTIONS(2354), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(247), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym_LBRACE] = ACTIONS(253), [anon_sym_LBRACK] = ACTIONS(1327), [sym_primitive_type] = ACTIONS(1951), [anon_sym_if] = ACTIONS(257), [anon_sym_switch] = ACTIONS(259), [anon_sym_case] = ACTIONS(261), [anon_sym_default] = ACTIONS(263), [anon_sym_while] = ACTIONS(265), [anon_sym_do] = ACTIONS(267), [anon_sym_for] = ACTIONS(269), [anon_sym_return] = ACTIONS(271), [anon_sym_break] = ACTIONS(273), [anon_sym_continue] = ACTIONS(275), [anon_sym_goto] = ACTIONS(277), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_try] = ACTIONS(281), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(283), [anon_sym_co_return] = ACTIONS(293), [anon_sym_co_yield] = ACTIONS(295), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [162] = { [sym_attribute_declaration] = STATE(188), [sym_compound_statement] = STATE(629), [sym_attributed_statement] = STATE(628), [sym_labeled_statement] = STATE(623), [sym_expression_statement] = STATE(622), [sym_if_statement] = STATE(621), [sym_switch_statement] = STATE(610), [sym_case_statement] = STATE(609), [sym_while_statement] = STATE(607), [sym_do_statement] = STATE(605), [sym_for_statement] = STATE(604), [sym_return_statement] = STATE(720), [sym_break_statement] = STATE(625), [sym_continue_statement] = STATE(673), [sym_goto_statement] = STATE(747), [sym__expression] = STATE(4201), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7616), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(746), [sym_co_return_statement] = STATE(745), [sym_co_yield_statement] = STATE(744), [sym_throw_statement] = STATE(743), [sym_try_statement] = STATE(742), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_attributed_declarator_repeat1] = STATE(188), [sym_identifier] = ACTIONS(2356), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(345), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym_LBRACE] = ACTIONS(351), [anon_sym_LBRACK] = ACTIONS(1327), [sym_primitive_type] = ACTIONS(1951), [anon_sym_if] = ACTIONS(355), [anon_sym_switch] = ACTIONS(357), [anon_sym_case] = ACTIONS(359), [anon_sym_default] = ACTIONS(361), [anon_sym_while] = ACTIONS(363), [anon_sym_do] = ACTIONS(365), [anon_sym_for] = ACTIONS(367), [anon_sym_return] = ACTIONS(369), [anon_sym_break] = ACTIONS(371), [anon_sym_continue] = ACTIONS(373), [anon_sym_goto] = ACTIONS(375), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_try] = ACTIONS(379), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(381), [anon_sym_co_return] = ACTIONS(391), [anon_sym_co_yield] = ACTIONS(393), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [163] = { [sym_attribute_declaration] = STATE(188), [sym_compound_statement] = STATE(556), [sym_attributed_statement] = STATE(556), [sym_labeled_statement] = STATE(556), [sym_expression_statement] = STATE(556), [sym_if_statement] = STATE(556), [sym_switch_statement] = STATE(556), [sym_case_statement] = STATE(556), [sym_while_statement] = STATE(556), [sym_do_statement] = STATE(556), [sym_for_statement] = STATE(556), [sym_return_statement] = STATE(556), [sym_break_statement] = STATE(556), [sym_continue_statement] = STATE(556), [sym_goto_statement] = STATE(556), [sym__expression] = STATE(4201), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7616), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(556), [sym_co_return_statement] = STATE(556), [sym_co_yield_statement] = STATE(556), [sym_throw_statement] = STATE(556), [sym_try_statement] = STATE(556), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_attributed_declarator_repeat1] = STATE(188), [sym_identifier] = ACTIONS(2356), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(345), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym_LBRACE] = ACTIONS(351), [anon_sym_LBRACK] = ACTIONS(1327), [sym_primitive_type] = ACTIONS(1951), [anon_sym_if] = ACTIONS(355), [anon_sym_switch] = ACTIONS(357), [anon_sym_case] = ACTIONS(359), [anon_sym_default] = ACTIONS(361), [anon_sym_while] = ACTIONS(363), [anon_sym_do] = ACTIONS(365), [anon_sym_for] = ACTIONS(367), [anon_sym_return] = ACTIONS(369), [anon_sym_break] = ACTIONS(371), [anon_sym_continue] = ACTIONS(373), [anon_sym_goto] = ACTIONS(375), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_try] = ACTIONS(379), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(381), [anon_sym_co_return] = ACTIONS(391), [anon_sym_co_yield] = ACTIONS(393), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [164] = { [sym_attribute_declaration] = STATE(245), [sym_compound_statement] = STATE(1111), [sym_attributed_statement] = STATE(1111), [sym_labeled_statement] = STATE(1111), [sym_expression_statement] = STATE(1111), [sym_if_statement] = STATE(1111), [sym_switch_statement] = STATE(1111), [sym_case_statement] = STATE(1111), [sym_while_statement] = STATE(1111), [sym_do_statement] = STATE(1111), [sym_for_statement] = STATE(1111), [sym_return_statement] = STATE(1111), [sym_break_statement] = STATE(1111), [sym_continue_statement] = STATE(1111), [sym_goto_statement] = STATE(1111), [sym__expression] = STATE(4294), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7438), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(1111), [sym_co_return_statement] = STATE(1111), [sym_co_yield_statement] = STATE(1111), [sym_throw_statement] = STATE(1111), [sym_try_statement] = STATE(1111), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_attributed_declarator_repeat1] = STATE(245), [sym_identifier] = ACTIONS(2352), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(780), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym_LBRACE] = ACTIONS(786), [anon_sym_LBRACK] = ACTIONS(1327), [sym_primitive_type] = ACTIONS(1951), [anon_sym_if] = ACTIONS(790), [anon_sym_switch] = ACTIONS(792), [anon_sym_case] = ACTIONS(794), [anon_sym_default] = ACTIONS(796), [anon_sym_while] = ACTIONS(798), [anon_sym_do] = ACTIONS(800), [anon_sym_for] = ACTIONS(802), [anon_sym_return] = ACTIONS(804), [anon_sym_break] = ACTIONS(806), [anon_sym_continue] = ACTIONS(808), [anon_sym_goto] = ACTIONS(810), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_try] = ACTIONS(814), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(816), [anon_sym_co_return] = ACTIONS(826), [anon_sym_co_yield] = ACTIONS(828), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [165] = { [sym_attribute_declaration] = STATE(166), [sym_compound_statement] = STATE(924), [sym_attributed_statement] = STATE(920), [sym_labeled_statement] = STATE(915), [sym_expression_statement] = STATE(913), [sym_if_statement] = STATE(912), [sym_switch_statement] = STATE(910), [sym_case_statement] = STATE(909), [sym_while_statement] = STATE(908), [sym_do_statement] = STATE(903), [sym_for_statement] = STATE(901), [sym_return_statement] = STATE(900), [sym_break_statement] = STATE(894), [sym_continue_statement] = STATE(892), [sym_goto_statement] = STATE(891), [sym__expression] = STATE(4223), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7086), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(887), [sym_co_return_statement] = STATE(886), [sym_co_yield_statement] = STATE(884), [sym_throw_statement] = STATE(882), [sym_try_statement] = STATE(881), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_attributed_declarator_repeat1] = STATE(166), [sym_identifier] = ACTIONS(2242), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(1569), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym_LBRACE] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(1327), [sym_primitive_type] = ACTIONS(1951), [anon_sym_if] = ACTIONS(71), [anon_sym_switch] = ACTIONS(73), [anon_sym_case] = ACTIONS(75), [anon_sym_default] = ACTIONS(77), [anon_sym_while] = ACTIONS(79), [anon_sym_do] = ACTIONS(81), [anon_sym_for] = ACTIONS(83), [anon_sym_return] = ACTIONS(85), [anon_sym_break] = ACTIONS(87), [anon_sym_continue] = ACTIONS(89), [anon_sym_goto] = ACTIONS(91), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_try] = ACTIONS(127), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(131), [anon_sym_co_return] = ACTIONS(141), [anon_sym_co_yield] = ACTIONS(143), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [166] = { [sym_attribute_declaration] = STATE(175), [sym_compound_statement] = STATE(1174), [sym_attributed_statement] = STATE(1174), [sym_labeled_statement] = STATE(1174), [sym_expression_statement] = STATE(1174), [sym_if_statement] = STATE(1174), [sym_switch_statement] = STATE(1174), [sym_case_statement] = STATE(1174), [sym_while_statement] = STATE(1174), [sym_do_statement] = STATE(1174), [sym_for_statement] = STATE(1174), [sym_return_statement] = STATE(1174), [sym_break_statement] = STATE(1174), [sym_continue_statement] = STATE(1174), [sym_goto_statement] = STATE(1174), [sym__expression] = STATE(4223), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7086), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(1174), [sym_co_return_statement] = STATE(1174), [sym_co_yield_statement] = STATE(1174), [sym_throw_statement] = STATE(1174), [sym_try_statement] = STATE(1174), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_attributed_declarator_repeat1] = STATE(175), [sym_identifier] = ACTIONS(2242), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(1569), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym_LBRACE] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(1327), [sym_primitive_type] = ACTIONS(1951), [anon_sym_if] = ACTIONS(71), [anon_sym_switch] = ACTIONS(73), [anon_sym_case] = ACTIONS(75), [anon_sym_default] = ACTIONS(77), [anon_sym_while] = ACTIONS(79), [anon_sym_do] = ACTIONS(81), [anon_sym_for] = ACTIONS(83), [anon_sym_return] = ACTIONS(85), [anon_sym_break] = ACTIONS(87), [anon_sym_continue] = ACTIONS(89), [anon_sym_goto] = ACTIONS(91), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_try] = ACTIONS(127), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(131), [anon_sym_co_return] = ACTIONS(141), [anon_sym_co_yield] = ACTIONS(143), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [167] = { [sym_attribute_declaration] = STATE(161), [sym_compound_statement] = STATE(417), [sym_attributed_statement] = STATE(417), [sym_labeled_statement] = STATE(417), [sym_expression_statement] = STATE(417), [sym_if_statement] = STATE(417), [sym_switch_statement] = STATE(417), [sym_case_statement] = STATE(417), [sym_while_statement] = STATE(417), [sym_do_statement] = STATE(417), [sym_for_statement] = STATE(417), [sym_return_statement] = STATE(417), [sym_break_statement] = STATE(417), [sym_continue_statement] = STATE(417), [sym_goto_statement] = STATE(417), [sym__expression] = STATE(4232), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7187), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(417), [sym_co_return_statement] = STATE(417), [sym_co_yield_statement] = STATE(417), [sym_throw_statement] = STATE(417), [sym_try_statement] = STATE(417), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_attributed_declarator_repeat1] = STATE(161), [sym_identifier] = ACTIONS(2354), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(247), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym_LBRACE] = ACTIONS(253), [anon_sym_LBRACK] = ACTIONS(1327), [sym_primitive_type] = ACTIONS(1951), [anon_sym_if] = ACTIONS(257), [anon_sym_switch] = ACTIONS(259), [anon_sym_case] = ACTIONS(261), [anon_sym_default] = ACTIONS(263), [anon_sym_while] = ACTIONS(265), [anon_sym_do] = ACTIONS(267), [anon_sym_for] = ACTIONS(269), [anon_sym_return] = ACTIONS(271), [anon_sym_break] = ACTIONS(273), [anon_sym_continue] = ACTIONS(275), [anon_sym_goto] = ACTIONS(277), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_try] = ACTIONS(281), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(283), [anon_sym_co_return] = ACTIONS(293), [anon_sym_co_yield] = ACTIONS(295), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [168] = { [sym_attribute_declaration] = STATE(166), [sym_compound_statement] = STATE(927), [sym_attributed_statement] = STATE(927), [sym_labeled_statement] = STATE(927), [sym_expression_statement] = STATE(927), [sym_if_statement] = STATE(927), [sym_switch_statement] = STATE(927), [sym_case_statement] = STATE(927), [sym_while_statement] = STATE(927), [sym_do_statement] = STATE(927), [sym_for_statement] = STATE(927), [sym_return_statement] = STATE(927), [sym_break_statement] = STATE(927), [sym_continue_statement] = STATE(927), [sym_goto_statement] = STATE(927), [sym__expression] = STATE(4223), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7086), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(927), [sym_co_return_statement] = STATE(927), [sym_co_yield_statement] = STATE(927), [sym_throw_statement] = STATE(927), [sym_try_statement] = STATE(927), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_attributed_declarator_repeat1] = STATE(166), [sym_identifier] = ACTIONS(2242), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(1569), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym_LBRACE] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(1327), [sym_primitive_type] = ACTIONS(1951), [anon_sym_if] = ACTIONS(71), [anon_sym_switch] = ACTIONS(73), [anon_sym_case] = ACTIONS(75), [anon_sym_default] = ACTIONS(77), [anon_sym_while] = ACTIONS(79), [anon_sym_do] = ACTIONS(81), [anon_sym_for] = ACTIONS(83), [anon_sym_return] = ACTIONS(85), [anon_sym_break] = ACTIONS(87), [anon_sym_continue] = ACTIONS(89), [anon_sym_goto] = ACTIONS(91), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_try] = ACTIONS(127), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(131), [anon_sym_co_return] = ACTIONS(141), [anon_sym_co_yield] = ACTIONS(143), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [169] = { [sym_attribute_declaration] = STATE(149), [sym_compound_statement] = STATE(6239), [sym_attributed_statement] = STATE(6239), [sym_labeled_statement] = STATE(6239), [sym_expression_statement] = STATE(6239), [sym_if_statement] = STATE(6239), [sym_switch_statement] = STATE(6239), [sym_case_statement] = STATE(6239), [sym_while_statement] = STATE(6239), [sym_do_statement] = STATE(6239), [sym_for_statement] = STATE(6239), [sym_return_statement] = STATE(6239), [sym_break_statement] = STATE(6239), [sym_continue_statement] = STATE(6239), [sym_goto_statement] = STATE(6239), [sym__expression] = STATE(4301), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7279), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(6239), [sym_co_return_statement] = STATE(6239), [sym_co_yield_statement] = STATE(6239), [sym_throw_statement] = STATE(6239), [sym_try_statement] = STATE(6239), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_attributed_declarator_repeat1] = STATE(149), [sym_identifier] = ACTIONS(2230), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(167), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym_LBRACE] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(1327), [sym_primitive_type] = ACTIONS(1951), [anon_sym_if] = ACTIONS(2232), [anon_sym_switch] = ACTIONS(73), [anon_sym_case] = ACTIONS(2234), [anon_sym_default] = ACTIONS(2236), [anon_sym_while] = ACTIONS(2238), [anon_sym_do] = ACTIONS(81), [anon_sym_for] = ACTIONS(2240), [anon_sym_return] = ACTIONS(85), [anon_sym_break] = ACTIONS(87), [anon_sym_continue] = ACTIONS(89), [anon_sym_goto] = ACTIONS(91), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_try] = ACTIONS(127), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(131), [anon_sym_co_return] = ACTIONS(141), [anon_sym_co_yield] = ACTIONS(143), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [170] = { [sym_attribute_declaration] = STATE(166), [sym_compound_statement] = STATE(928), [sym_attributed_statement] = STATE(928), [sym_labeled_statement] = STATE(928), [sym_expression_statement] = STATE(928), [sym_if_statement] = STATE(928), [sym_switch_statement] = STATE(928), [sym_case_statement] = STATE(928), [sym_while_statement] = STATE(928), [sym_do_statement] = STATE(928), [sym_for_statement] = STATE(928), [sym_return_statement] = STATE(928), [sym_break_statement] = STATE(928), [sym_continue_statement] = STATE(928), [sym_goto_statement] = STATE(928), [sym__expression] = STATE(4223), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7086), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(928), [sym_co_return_statement] = STATE(928), [sym_co_yield_statement] = STATE(928), [sym_throw_statement] = STATE(928), [sym_try_statement] = STATE(928), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_attributed_declarator_repeat1] = STATE(166), [sym_identifier] = ACTIONS(2242), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(1569), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym_LBRACE] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(1327), [sym_primitive_type] = ACTIONS(1951), [anon_sym_if] = ACTIONS(71), [anon_sym_switch] = ACTIONS(73), [anon_sym_case] = ACTIONS(75), [anon_sym_default] = ACTIONS(77), [anon_sym_while] = ACTIONS(79), [anon_sym_do] = ACTIONS(81), [anon_sym_for] = ACTIONS(83), [anon_sym_return] = ACTIONS(85), [anon_sym_break] = ACTIONS(87), [anon_sym_continue] = ACTIONS(89), [anon_sym_goto] = ACTIONS(91), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_try] = ACTIONS(127), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(131), [anon_sym_co_return] = ACTIONS(141), [anon_sym_co_yield] = ACTIONS(143), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [171] = { [sym_attribute_declaration] = STATE(166), [sym_compound_statement] = STATE(1024), [sym_attributed_statement] = STATE(1034), [sym_labeled_statement] = STATE(1038), [sym_expression_statement] = STATE(1046), [sym_if_statement] = STATE(1048), [sym_switch_statement] = STATE(1049), [sym_case_statement] = STATE(1052), [sym_while_statement] = STATE(1053), [sym_do_statement] = STATE(1065), [sym_for_statement] = STATE(1067), [sym_return_statement] = STATE(1072), [sym_break_statement] = STATE(1092), [sym_continue_statement] = STATE(1094), [sym_goto_statement] = STATE(1112), [sym__expression] = STATE(4223), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7086), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(1114), [sym_co_return_statement] = STATE(1115), [sym_co_yield_statement] = STATE(1116), [sym_throw_statement] = STATE(1119), [sym_try_statement] = STATE(1123), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_attributed_declarator_repeat1] = STATE(166), [sym_identifier] = ACTIONS(2242), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(1569), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym_LBRACE] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(1327), [sym_primitive_type] = ACTIONS(1951), [anon_sym_if] = ACTIONS(71), [anon_sym_switch] = ACTIONS(73), [anon_sym_case] = ACTIONS(75), [anon_sym_default] = ACTIONS(77), [anon_sym_while] = ACTIONS(79), [anon_sym_do] = ACTIONS(81), [anon_sym_for] = ACTIONS(83), [anon_sym_return] = ACTIONS(85), [anon_sym_break] = ACTIONS(87), [anon_sym_continue] = ACTIONS(89), [anon_sym_goto] = ACTIONS(91), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_try] = ACTIONS(127), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(131), [anon_sym_co_return] = ACTIONS(141), [anon_sym_co_yield] = ACTIONS(143), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [172] = { [sym_attribute_declaration] = STATE(188), [sym_compound_statement] = STATE(676), [sym_attributed_statement] = STATE(676), [sym_labeled_statement] = STATE(676), [sym_expression_statement] = STATE(676), [sym_if_statement] = STATE(676), [sym_switch_statement] = STATE(676), [sym_case_statement] = STATE(676), [sym_while_statement] = STATE(676), [sym_do_statement] = STATE(676), [sym_for_statement] = STATE(676), [sym_return_statement] = STATE(676), [sym_break_statement] = STATE(676), [sym_continue_statement] = STATE(676), [sym_goto_statement] = STATE(676), [sym__expression] = STATE(4201), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7616), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(676), [sym_co_return_statement] = STATE(676), [sym_co_yield_statement] = STATE(676), [sym_throw_statement] = STATE(676), [sym_try_statement] = STATE(676), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_attributed_declarator_repeat1] = STATE(188), [sym_identifier] = ACTIONS(2356), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(345), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym_LBRACE] = ACTIONS(351), [anon_sym_LBRACK] = ACTIONS(1327), [sym_primitive_type] = ACTIONS(1951), [anon_sym_if] = ACTIONS(355), [anon_sym_switch] = ACTIONS(357), [anon_sym_case] = ACTIONS(359), [anon_sym_default] = ACTIONS(361), [anon_sym_while] = ACTIONS(363), [anon_sym_do] = ACTIONS(365), [anon_sym_for] = ACTIONS(367), [anon_sym_return] = ACTIONS(369), [anon_sym_break] = ACTIONS(371), [anon_sym_continue] = ACTIONS(373), [anon_sym_goto] = ACTIONS(375), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_try] = ACTIONS(379), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(381), [anon_sym_co_return] = ACTIONS(391), [anon_sym_co_yield] = ACTIONS(393), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [173] = { [sym_attribute_declaration] = STATE(161), [sym_compound_statement] = STATE(443), [sym_attributed_statement] = STATE(444), [sym_labeled_statement] = STATE(446), [sym_expression_statement] = STATE(447), [sym_if_statement] = STATE(449), [sym_switch_statement] = STATE(453), [sym_case_statement] = STATE(454), [sym_while_statement] = STATE(456), [sym_do_statement] = STATE(457), [sym_for_statement] = STATE(458), [sym_return_statement] = STATE(459), [sym_break_statement] = STATE(461), [sym_continue_statement] = STATE(464), [sym_goto_statement] = STATE(465), [sym__expression] = STATE(4232), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7187), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(466), [sym_co_return_statement] = STATE(467), [sym_co_yield_statement] = STATE(469), [sym_throw_statement] = STATE(424), [sym_try_statement] = STATE(383), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_attributed_declarator_repeat1] = STATE(161), [sym_identifier] = ACTIONS(2354), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(247), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym_LBRACE] = ACTIONS(253), [anon_sym_LBRACK] = ACTIONS(1327), [sym_primitive_type] = ACTIONS(1951), [anon_sym_if] = ACTIONS(257), [anon_sym_switch] = ACTIONS(259), [anon_sym_case] = ACTIONS(261), [anon_sym_default] = ACTIONS(263), [anon_sym_while] = ACTIONS(265), [anon_sym_do] = ACTIONS(267), [anon_sym_for] = ACTIONS(269), [anon_sym_return] = ACTIONS(271), [anon_sym_break] = ACTIONS(273), [anon_sym_continue] = ACTIONS(275), [anon_sym_goto] = ACTIONS(277), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_try] = ACTIONS(281), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(283), [anon_sym_co_return] = ACTIONS(293), [anon_sym_co_yield] = ACTIONS(295), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [174] = { [sym_attribute_declaration] = STATE(166), [sym_compound_statement] = STATE(1145), [sym_attributed_statement] = STATE(1145), [sym_labeled_statement] = STATE(1145), [sym_expression_statement] = STATE(1145), [sym_if_statement] = STATE(1145), [sym_switch_statement] = STATE(1145), [sym_case_statement] = STATE(1145), [sym_while_statement] = STATE(1145), [sym_do_statement] = STATE(1145), [sym_for_statement] = STATE(1145), [sym_return_statement] = STATE(1145), [sym_break_statement] = STATE(1145), [sym_continue_statement] = STATE(1145), [sym_goto_statement] = STATE(1145), [sym__expression] = STATE(4223), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7086), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(1145), [sym_co_return_statement] = STATE(1145), [sym_co_yield_statement] = STATE(1145), [sym_throw_statement] = STATE(1145), [sym_try_statement] = STATE(1145), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_attributed_declarator_repeat1] = STATE(166), [sym_identifier] = ACTIONS(2242), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(1569), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym_LBRACE] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(1327), [sym_primitive_type] = ACTIONS(1951), [anon_sym_if] = ACTIONS(71), [anon_sym_switch] = ACTIONS(73), [anon_sym_case] = ACTIONS(75), [anon_sym_default] = ACTIONS(77), [anon_sym_while] = ACTIONS(79), [anon_sym_do] = ACTIONS(81), [anon_sym_for] = ACTIONS(83), [anon_sym_return] = ACTIONS(85), [anon_sym_break] = ACTIONS(87), [anon_sym_continue] = ACTIONS(89), [anon_sym_goto] = ACTIONS(91), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_try] = ACTIONS(127), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(131), [anon_sym_co_return] = ACTIONS(141), [anon_sym_co_yield] = ACTIONS(143), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [175] = { [sym_attribute_declaration] = STATE(175), [sym_compound_statement] = STATE(1174), [sym_attributed_statement] = STATE(1174), [sym_labeled_statement] = STATE(1174), [sym_expression_statement] = STATE(1174), [sym_if_statement] = STATE(1174), [sym_switch_statement] = STATE(1174), [sym_case_statement] = STATE(1174), [sym_while_statement] = STATE(1174), [sym_do_statement] = STATE(1174), [sym_for_statement] = STATE(1174), [sym_return_statement] = STATE(1174), [sym_break_statement] = STATE(1174), [sym_continue_statement] = STATE(1174), [sym_goto_statement] = STATE(1174), [sym__expression] = STATE(4223), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7086), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(1174), [sym_co_return_statement] = STATE(1174), [sym_co_yield_statement] = STATE(1174), [sym_throw_statement] = STATE(1174), [sym_try_statement] = STATE(1174), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_attributed_declarator_repeat1] = STATE(175), [sym_identifier] = ACTIONS(2358), [anon_sym_LPAREN2] = ACTIONS(2104), [anon_sym_BANG] = ACTIONS(2107), [anon_sym_TILDE] = ACTIONS(2107), [anon_sym_DASH] = ACTIONS(2110), [anon_sym_PLUS] = ACTIONS(2110), [anon_sym_STAR] = ACTIONS(2113), [anon_sym_AMP] = ACTIONS(2113), [anon_sym_SEMI] = ACTIONS(2361), [anon_sym_COLON_COLON] = ACTIONS(2119), [anon_sym_LBRACK_LBRACK] = ACTIONS(2122), [anon_sym_LBRACE] = ACTIONS(2364), [anon_sym_LBRACK] = ACTIONS(2128), [sym_primitive_type] = ACTIONS(2131), [anon_sym_if] = ACTIONS(2367), [anon_sym_switch] = ACTIONS(2370), [anon_sym_case] = ACTIONS(2373), [anon_sym_default] = ACTIONS(2376), [anon_sym_while] = ACTIONS(2379), [anon_sym_do] = ACTIONS(2382), [anon_sym_for] = ACTIONS(2385), [anon_sym_return] = ACTIONS(2388), [anon_sym_break] = ACTIONS(2391), [anon_sym_continue] = ACTIONS(2394), [anon_sym_goto] = ACTIONS(2397), [anon_sym_not] = ACTIONS(2110), [anon_sym_compl] = ACTIONS(2110), [anon_sym_DASH_DASH] = ACTIONS(2167), [anon_sym_PLUS_PLUS] = ACTIONS(2167), [anon_sym_sizeof] = ACTIONS(2170), [anon_sym_offsetof] = ACTIONS(2173), [anon_sym__Generic] = ACTIONS(2176), [anon_sym_asm] = ACTIONS(2179), [anon_sym___asm__] = ACTIONS(2179), [sym_number_literal] = ACTIONS(2182), [anon_sym_L_SQUOTE] = ACTIONS(2185), [anon_sym_u_SQUOTE] = ACTIONS(2185), [anon_sym_U_SQUOTE] = ACTIONS(2185), [anon_sym_u8_SQUOTE] = ACTIONS(2185), [anon_sym_SQUOTE] = ACTIONS(2185), [anon_sym_L_DQUOTE] = ACTIONS(2188), [anon_sym_u_DQUOTE] = ACTIONS(2188), [anon_sym_U_DQUOTE] = ACTIONS(2188), [anon_sym_u8_DQUOTE] = ACTIONS(2188), [anon_sym_DQUOTE] = ACTIONS(2188), [sym_true] = ACTIONS(2191), [sym_false] = ACTIONS(2191), [anon_sym_NULL] = ACTIONS(2194), [anon_sym_nullptr] = ACTIONS(2194), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(2197), [anon_sym_template] = ACTIONS(2200), [anon_sym_try] = ACTIONS(2400), [anon_sym_delete] = ACTIONS(2206), [anon_sym_throw] = ACTIONS(2403), [anon_sym_co_return] = ACTIONS(2406), [anon_sym_co_yield] = ACTIONS(2409), [anon_sym_R_DQUOTE] = ACTIONS(2218), [anon_sym_LR_DQUOTE] = ACTIONS(2218), [anon_sym_uR_DQUOTE] = ACTIONS(2218), [anon_sym_UR_DQUOTE] = ACTIONS(2218), [anon_sym_u8R_DQUOTE] = ACTIONS(2218), [anon_sym_co_await] = ACTIONS(2221), [anon_sym_new] = ACTIONS(2224), [anon_sym_requires] = ACTIONS(2227), [sym_this] = ACTIONS(2191), }, [176] = { [sym_attribute_declaration] = STATE(281), [sym_compound_statement] = STATE(1458), [sym_attributed_statement] = STATE(1458), [sym_labeled_statement] = STATE(1458), [sym_expression_statement] = STATE(1458), [sym_if_statement] = STATE(1458), [sym_switch_statement] = STATE(1458), [sym_case_statement] = STATE(1458), [sym_while_statement] = STATE(1458), [sym_do_statement] = STATE(1458), [sym_for_statement] = STATE(1458), [sym_return_statement] = STATE(1458), [sym_break_statement] = STATE(1458), [sym_continue_statement] = STATE(1458), [sym_goto_statement] = STATE(1458), [sym__expression] = STATE(4266), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7341), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(1458), [sym_co_return_statement] = STATE(1458), [sym_co_yield_statement] = STATE(1458), [sym_throw_statement] = STATE(1458), [sym_try_statement] = STATE(1458), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_attributed_declarator_repeat1] = STATE(281), [sym_identifier] = ACTIONS(2412), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(1728), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym_LBRACE] = ACTIONS(1732), [anon_sym_LBRACK] = ACTIONS(1327), [sym_primitive_type] = ACTIONS(1951), [anon_sym_if] = ACTIONS(1734), [anon_sym_switch] = ACTIONS(1736), [anon_sym_case] = ACTIONS(2234), [anon_sym_default] = ACTIONS(2236), [anon_sym_while] = ACTIONS(1738), [anon_sym_do] = ACTIONS(1740), [anon_sym_for] = ACTIONS(1742), [anon_sym_return] = ACTIONS(1744), [anon_sym_break] = ACTIONS(1746), [anon_sym_continue] = ACTIONS(1748), [anon_sym_goto] = ACTIONS(1750), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_try] = ACTIONS(1752), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(1754), [anon_sym_co_return] = ACTIONS(1756), [anon_sym_co_yield] = ACTIONS(1758), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [177] = { [sym_attribute_declaration] = STATE(245), [sym_compound_statement] = STATE(1126), [sym_attributed_statement] = STATE(1126), [sym_labeled_statement] = STATE(1126), [sym_expression_statement] = STATE(1126), [sym_if_statement] = STATE(1126), [sym_switch_statement] = STATE(1126), [sym_case_statement] = STATE(1126), [sym_while_statement] = STATE(1126), [sym_do_statement] = STATE(1126), [sym_for_statement] = STATE(1126), [sym_return_statement] = STATE(1126), [sym_break_statement] = STATE(1126), [sym_continue_statement] = STATE(1126), [sym_goto_statement] = STATE(1126), [sym__expression] = STATE(4294), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7438), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(1126), [sym_co_return_statement] = STATE(1126), [sym_co_yield_statement] = STATE(1126), [sym_throw_statement] = STATE(1126), [sym_try_statement] = STATE(1126), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_attributed_declarator_repeat1] = STATE(245), [sym_identifier] = ACTIONS(2352), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(780), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym_LBRACE] = ACTIONS(786), [anon_sym_LBRACK] = ACTIONS(1327), [sym_primitive_type] = ACTIONS(1951), [anon_sym_if] = ACTIONS(790), [anon_sym_switch] = ACTIONS(792), [anon_sym_case] = ACTIONS(794), [anon_sym_default] = ACTIONS(796), [anon_sym_while] = ACTIONS(798), [anon_sym_do] = ACTIONS(800), [anon_sym_for] = ACTIONS(802), [anon_sym_return] = ACTIONS(804), [anon_sym_break] = ACTIONS(806), [anon_sym_continue] = ACTIONS(808), [anon_sym_goto] = ACTIONS(810), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_try] = ACTIONS(814), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(816), [anon_sym_co_return] = ACTIONS(826), [anon_sym_co_yield] = ACTIONS(828), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [178] = { [sym_attribute_declaration] = STATE(188), [sym_compound_statement] = STATE(727), [sym_attributed_statement] = STATE(727), [sym_labeled_statement] = STATE(727), [sym_expression_statement] = STATE(727), [sym_if_statement] = STATE(727), [sym_switch_statement] = STATE(727), [sym_case_statement] = STATE(727), [sym_while_statement] = STATE(727), [sym_do_statement] = STATE(727), [sym_for_statement] = STATE(727), [sym_return_statement] = STATE(727), [sym_break_statement] = STATE(727), [sym_continue_statement] = STATE(727), [sym_goto_statement] = STATE(727), [sym__expression] = STATE(4201), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7616), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(727), [sym_co_return_statement] = STATE(727), [sym_co_yield_statement] = STATE(727), [sym_throw_statement] = STATE(727), [sym_try_statement] = STATE(727), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_attributed_declarator_repeat1] = STATE(188), [sym_identifier] = ACTIONS(2356), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(345), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym_LBRACE] = ACTIONS(351), [anon_sym_LBRACK] = ACTIONS(1327), [sym_primitive_type] = ACTIONS(1951), [anon_sym_if] = ACTIONS(355), [anon_sym_switch] = ACTIONS(357), [anon_sym_case] = ACTIONS(359), [anon_sym_default] = ACTIONS(361), [anon_sym_while] = ACTIONS(363), [anon_sym_do] = ACTIONS(365), [anon_sym_for] = ACTIONS(367), [anon_sym_return] = ACTIONS(369), [anon_sym_break] = ACTIONS(371), [anon_sym_continue] = ACTIONS(373), [anon_sym_goto] = ACTIONS(375), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_try] = ACTIONS(379), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(381), [anon_sym_co_return] = ACTIONS(391), [anon_sym_co_yield] = ACTIONS(393), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [179] = { [sym_attribute_declaration] = STATE(149), [sym_compound_statement] = STATE(7516), [sym_attributed_statement] = STATE(7516), [sym_labeled_statement] = STATE(7516), [sym_expression_statement] = STATE(7516), [sym_if_statement] = STATE(7516), [sym_switch_statement] = STATE(7516), [sym_case_statement] = STATE(7516), [sym_while_statement] = STATE(7516), [sym_do_statement] = STATE(7516), [sym_for_statement] = STATE(7516), [sym_return_statement] = STATE(7516), [sym_break_statement] = STATE(7516), [sym_continue_statement] = STATE(7516), [sym_goto_statement] = STATE(7516), [sym__expression] = STATE(4301), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7279), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(7516), [sym_co_return_statement] = STATE(7516), [sym_co_yield_statement] = STATE(7516), [sym_throw_statement] = STATE(7516), [sym_try_statement] = STATE(7516), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_attributed_declarator_repeat1] = STATE(149), [sym_identifier] = ACTIONS(2230), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(167), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym_LBRACE] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(1327), [sym_primitive_type] = ACTIONS(1951), [anon_sym_if] = ACTIONS(2232), [anon_sym_switch] = ACTIONS(73), [anon_sym_case] = ACTIONS(2234), [anon_sym_default] = ACTIONS(2236), [anon_sym_while] = ACTIONS(2238), [anon_sym_do] = ACTIONS(81), [anon_sym_for] = ACTIONS(2240), [anon_sym_return] = ACTIONS(85), [anon_sym_break] = ACTIONS(87), [anon_sym_continue] = ACTIONS(89), [anon_sym_goto] = ACTIONS(91), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_try] = ACTIONS(127), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(131), [anon_sym_co_return] = ACTIONS(141), [anon_sym_co_yield] = ACTIONS(143), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [180] = { [sym_attribute_declaration] = STATE(161), [sym_compound_statement] = STATE(442), [sym_attributed_statement] = STATE(442), [sym_labeled_statement] = STATE(442), [sym_expression_statement] = STATE(442), [sym_if_statement] = STATE(442), [sym_switch_statement] = STATE(442), [sym_case_statement] = STATE(442), [sym_while_statement] = STATE(442), [sym_do_statement] = STATE(442), [sym_for_statement] = STATE(442), [sym_return_statement] = STATE(442), [sym_break_statement] = STATE(442), [sym_continue_statement] = STATE(442), [sym_goto_statement] = STATE(442), [sym__expression] = STATE(4232), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7187), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(442), [sym_co_return_statement] = STATE(442), [sym_co_yield_statement] = STATE(442), [sym_throw_statement] = STATE(442), [sym_try_statement] = STATE(442), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_attributed_declarator_repeat1] = STATE(161), [sym_identifier] = ACTIONS(2354), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(247), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym_LBRACE] = ACTIONS(253), [anon_sym_LBRACK] = ACTIONS(1327), [sym_primitive_type] = ACTIONS(1951), [anon_sym_if] = ACTIONS(257), [anon_sym_switch] = ACTIONS(259), [anon_sym_case] = ACTIONS(261), [anon_sym_default] = ACTIONS(263), [anon_sym_while] = ACTIONS(265), [anon_sym_do] = ACTIONS(267), [anon_sym_for] = ACTIONS(269), [anon_sym_return] = ACTIONS(271), [anon_sym_break] = ACTIONS(273), [anon_sym_continue] = ACTIONS(275), [anon_sym_goto] = ACTIONS(277), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_try] = ACTIONS(281), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(283), [anon_sym_co_return] = ACTIONS(293), [anon_sym_co_yield] = ACTIONS(295), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [181] = { [sym_attribute_declaration] = STATE(161), [sym_compound_statement] = STATE(414), [sym_attributed_statement] = STATE(414), [sym_labeled_statement] = STATE(414), [sym_expression_statement] = STATE(414), [sym_if_statement] = STATE(414), [sym_switch_statement] = STATE(414), [sym_case_statement] = STATE(414), [sym_while_statement] = STATE(414), [sym_do_statement] = STATE(414), [sym_for_statement] = STATE(414), [sym_return_statement] = STATE(414), [sym_break_statement] = STATE(414), [sym_continue_statement] = STATE(414), [sym_goto_statement] = STATE(414), [sym__expression] = STATE(4232), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7187), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(414), [sym_co_return_statement] = STATE(414), [sym_co_yield_statement] = STATE(414), [sym_throw_statement] = STATE(414), [sym_try_statement] = STATE(414), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_attributed_declarator_repeat1] = STATE(161), [sym_identifier] = ACTIONS(2354), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(247), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym_LBRACE] = ACTIONS(253), [anon_sym_LBRACK] = ACTIONS(1327), [sym_primitive_type] = ACTIONS(1951), [anon_sym_if] = ACTIONS(257), [anon_sym_switch] = ACTIONS(259), [anon_sym_case] = ACTIONS(261), [anon_sym_default] = ACTIONS(263), [anon_sym_while] = ACTIONS(265), [anon_sym_do] = ACTIONS(267), [anon_sym_for] = ACTIONS(269), [anon_sym_return] = ACTIONS(271), [anon_sym_break] = ACTIONS(273), [anon_sym_continue] = ACTIONS(275), [anon_sym_goto] = ACTIONS(277), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_try] = ACTIONS(281), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(283), [anon_sym_co_return] = ACTIONS(293), [anon_sym_co_yield] = ACTIONS(295), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [182] = { [sym_attribute_declaration] = STATE(149), [sym_compound_statement] = STATE(7488), [sym_attributed_statement] = STATE(7488), [sym_labeled_statement] = STATE(7488), [sym_expression_statement] = STATE(7488), [sym_if_statement] = STATE(7488), [sym_switch_statement] = STATE(7488), [sym_case_statement] = STATE(7488), [sym_while_statement] = STATE(7488), [sym_do_statement] = STATE(7488), [sym_for_statement] = STATE(7488), [sym_return_statement] = STATE(7488), [sym_break_statement] = STATE(7488), [sym_continue_statement] = STATE(7488), [sym_goto_statement] = STATE(7488), [sym__expression] = STATE(4301), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7279), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(7488), [sym_co_return_statement] = STATE(7488), [sym_co_yield_statement] = STATE(7488), [sym_throw_statement] = STATE(7488), [sym_try_statement] = STATE(7488), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_attributed_declarator_repeat1] = STATE(149), [sym_identifier] = ACTIONS(2230), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(167), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym_LBRACE] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(1327), [sym_primitive_type] = ACTIONS(1951), [anon_sym_if] = ACTIONS(2232), [anon_sym_switch] = ACTIONS(73), [anon_sym_case] = ACTIONS(2234), [anon_sym_default] = ACTIONS(2236), [anon_sym_while] = ACTIONS(2238), [anon_sym_do] = ACTIONS(81), [anon_sym_for] = ACTIONS(2240), [anon_sym_return] = ACTIONS(85), [anon_sym_break] = ACTIONS(87), [anon_sym_continue] = ACTIONS(89), [anon_sym_goto] = ACTIONS(91), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_try] = ACTIONS(127), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(131), [anon_sym_co_return] = ACTIONS(141), [anon_sym_co_yield] = ACTIONS(143), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [183] = { [sym_attribute_declaration] = STATE(161), [sym_compound_statement] = STATE(404), [sym_attributed_statement] = STATE(404), [sym_labeled_statement] = STATE(404), [sym_expression_statement] = STATE(404), [sym_if_statement] = STATE(404), [sym_switch_statement] = STATE(404), [sym_case_statement] = STATE(404), [sym_while_statement] = STATE(404), [sym_do_statement] = STATE(404), [sym_for_statement] = STATE(404), [sym_return_statement] = STATE(404), [sym_break_statement] = STATE(404), [sym_continue_statement] = STATE(404), [sym_goto_statement] = STATE(404), [sym__expression] = STATE(4232), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7187), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(404), [sym_co_return_statement] = STATE(404), [sym_co_yield_statement] = STATE(404), [sym_throw_statement] = STATE(404), [sym_try_statement] = STATE(404), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_attributed_declarator_repeat1] = STATE(161), [sym_identifier] = ACTIONS(2354), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(247), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym_LBRACE] = ACTIONS(253), [anon_sym_LBRACK] = ACTIONS(1327), [sym_primitive_type] = ACTIONS(1951), [anon_sym_if] = ACTIONS(257), [anon_sym_switch] = ACTIONS(259), [anon_sym_case] = ACTIONS(261), [anon_sym_default] = ACTIONS(263), [anon_sym_while] = ACTIONS(265), [anon_sym_do] = ACTIONS(267), [anon_sym_for] = ACTIONS(269), [anon_sym_return] = ACTIONS(271), [anon_sym_break] = ACTIONS(273), [anon_sym_continue] = ACTIONS(275), [anon_sym_goto] = ACTIONS(277), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_try] = ACTIONS(281), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(283), [anon_sym_co_return] = ACTIONS(293), [anon_sym_co_yield] = ACTIONS(295), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [184] = { [sym_attribute_declaration] = STATE(161), [sym_compound_statement] = STATE(376), [sym_attributed_statement] = STATE(376), [sym_labeled_statement] = STATE(376), [sym_expression_statement] = STATE(376), [sym_if_statement] = STATE(376), [sym_switch_statement] = STATE(376), [sym_case_statement] = STATE(376), [sym_while_statement] = STATE(376), [sym_do_statement] = STATE(376), [sym_for_statement] = STATE(376), [sym_return_statement] = STATE(376), [sym_break_statement] = STATE(376), [sym_continue_statement] = STATE(376), [sym_goto_statement] = STATE(376), [sym__expression] = STATE(4232), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7187), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(376), [sym_co_return_statement] = STATE(376), [sym_co_yield_statement] = STATE(376), [sym_throw_statement] = STATE(376), [sym_try_statement] = STATE(376), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_attributed_declarator_repeat1] = STATE(161), [sym_identifier] = ACTIONS(2354), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(247), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym_LBRACE] = ACTIONS(253), [anon_sym_LBRACK] = ACTIONS(1327), [sym_primitive_type] = ACTIONS(1951), [anon_sym_if] = ACTIONS(257), [anon_sym_switch] = ACTIONS(259), [anon_sym_case] = ACTIONS(261), [anon_sym_default] = ACTIONS(263), [anon_sym_while] = ACTIONS(265), [anon_sym_do] = ACTIONS(267), [anon_sym_for] = ACTIONS(269), [anon_sym_return] = ACTIONS(271), [anon_sym_break] = ACTIONS(273), [anon_sym_continue] = ACTIONS(275), [anon_sym_goto] = ACTIONS(277), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_try] = ACTIONS(281), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(283), [anon_sym_co_return] = ACTIONS(293), [anon_sym_co_yield] = ACTIONS(295), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [185] = { [sym_attribute_declaration] = STATE(149), [sym_compound_statement] = STATE(7458), [sym_attributed_statement] = STATE(7458), [sym_labeled_statement] = STATE(7458), [sym_expression_statement] = STATE(7458), [sym_if_statement] = STATE(7458), [sym_switch_statement] = STATE(7458), [sym_case_statement] = STATE(7458), [sym_while_statement] = STATE(7458), [sym_do_statement] = STATE(7458), [sym_for_statement] = STATE(7458), [sym_return_statement] = STATE(7458), [sym_break_statement] = STATE(7458), [sym_continue_statement] = STATE(7458), [sym_goto_statement] = STATE(7458), [sym__expression] = STATE(4301), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7279), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(7458), [sym_co_return_statement] = STATE(7458), [sym_co_yield_statement] = STATE(7458), [sym_throw_statement] = STATE(7458), [sym_try_statement] = STATE(7458), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_attributed_declarator_repeat1] = STATE(149), [sym_identifier] = ACTIONS(2230), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(167), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym_LBRACE] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(1327), [sym_primitive_type] = ACTIONS(1951), [anon_sym_if] = ACTIONS(2232), [anon_sym_switch] = ACTIONS(73), [anon_sym_case] = ACTIONS(2234), [anon_sym_default] = ACTIONS(2236), [anon_sym_while] = ACTIONS(2238), [anon_sym_do] = ACTIONS(81), [anon_sym_for] = ACTIONS(2240), [anon_sym_return] = ACTIONS(85), [anon_sym_break] = ACTIONS(87), [anon_sym_continue] = ACTIONS(89), [anon_sym_goto] = ACTIONS(91), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_try] = ACTIONS(127), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(131), [anon_sym_co_return] = ACTIONS(141), [anon_sym_co_yield] = ACTIONS(143), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [186] = { [sym_attribute_declaration] = STATE(161), [sym_compound_statement] = STATE(439), [sym_attributed_statement] = STATE(439), [sym_labeled_statement] = STATE(439), [sym_expression_statement] = STATE(439), [sym_if_statement] = STATE(439), [sym_switch_statement] = STATE(439), [sym_case_statement] = STATE(439), [sym_while_statement] = STATE(439), [sym_do_statement] = STATE(439), [sym_for_statement] = STATE(439), [sym_return_statement] = STATE(439), [sym_break_statement] = STATE(439), [sym_continue_statement] = STATE(439), [sym_goto_statement] = STATE(439), [sym__expression] = STATE(4232), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7187), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(439), [sym_co_return_statement] = STATE(439), [sym_co_yield_statement] = STATE(439), [sym_throw_statement] = STATE(439), [sym_try_statement] = STATE(439), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_attributed_declarator_repeat1] = STATE(161), [sym_identifier] = ACTIONS(2354), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(247), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym_LBRACE] = ACTIONS(253), [anon_sym_LBRACK] = ACTIONS(1327), [sym_primitive_type] = ACTIONS(1951), [anon_sym_if] = ACTIONS(257), [anon_sym_switch] = ACTIONS(259), [anon_sym_case] = ACTIONS(261), [anon_sym_default] = ACTIONS(263), [anon_sym_while] = ACTIONS(265), [anon_sym_do] = ACTIONS(267), [anon_sym_for] = ACTIONS(269), [anon_sym_return] = ACTIONS(271), [anon_sym_break] = ACTIONS(273), [anon_sym_continue] = ACTIONS(275), [anon_sym_goto] = ACTIONS(277), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_try] = ACTIONS(281), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(283), [anon_sym_co_return] = ACTIONS(293), [anon_sym_co_yield] = ACTIONS(295), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [187] = { [sym_attribute_declaration] = STATE(166), [sym_compound_statement] = STATE(829), [sym_attributed_statement] = STATE(829), [sym_labeled_statement] = STATE(829), [sym_expression_statement] = STATE(829), [sym_if_statement] = STATE(829), [sym_switch_statement] = STATE(829), [sym_case_statement] = STATE(829), [sym_while_statement] = STATE(829), [sym_do_statement] = STATE(829), [sym_for_statement] = STATE(829), [sym_return_statement] = STATE(829), [sym_break_statement] = STATE(829), [sym_continue_statement] = STATE(829), [sym_goto_statement] = STATE(829), [sym__expression] = STATE(4223), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7086), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(829), [sym_co_return_statement] = STATE(829), [sym_co_yield_statement] = STATE(829), [sym_throw_statement] = STATE(829), [sym_try_statement] = STATE(829), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_attributed_declarator_repeat1] = STATE(166), [sym_identifier] = ACTIONS(2242), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(1569), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym_LBRACE] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(1327), [sym_primitive_type] = ACTIONS(1951), [anon_sym_if] = ACTIONS(71), [anon_sym_switch] = ACTIONS(73), [anon_sym_case] = ACTIONS(75), [anon_sym_default] = ACTIONS(77), [anon_sym_while] = ACTIONS(79), [anon_sym_do] = ACTIONS(81), [anon_sym_for] = ACTIONS(83), [anon_sym_return] = ACTIONS(85), [anon_sym_break] = ACTIONS(87), [anon_sym_continue] = ACTIONS(89), [anon_sym_goto] = ACTIONS(91), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_try] = ACTIONS(127), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(131), [anon_sym_co_return] = ACTIONS(141), [anon_sym_co_yield] = ACTIONS(143), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [188] = { [sym_attribute_declaration] = STATE(287), [sym_compound_statement] = STATE(669), [sym_attributed_statement] = STATE(669), [sym_labeled_statement] = STATE(669), [sym_expression_statement] = STATE(669), [sym_if_statement] = STATE(669), [sym_switch_statement] = STATE(669), [sym_case_statement] = STATE(669), [sym_while_statement] = STATE(669), [sym_do_statement] = STATE(669), [sym_for_statement] = STATE(669), [sym_return_statement] = STATE(669), [sym_break_statement] = STATE(669), [sym_continue_statement] = STATE(669), [sym_goto_statement] = STATE(669), [sym__expression] = STATE(4201), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7616), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(669), [sym_co_return_statement] = STATE(669), [sym_co_yield_statement] = STATE(669), [sym_throw_statement] = STATE(669), [sym_try_statement] = STATE(669), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_attributed_declarator_repeat1] = STATE(287), [sym_identifier] = ACTIONS(2356), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(345), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym_LBRACE] = ACTIONS(351), [anon_sym_LBRACK] = ACTIONS(1327), [sym_primitive_type] = ACTIONS(1951), [anon_sym_if] = ACTIONS(355), [anon_sym_switch] = ACTIONS(357), [anon_sym_case] = ACTIONS(359), [anon_sym_default] = ACTIONS(361), [anon_sym_while] = ACTIONS(363), [anon_sym_do] = ACTIONS(365), [anon_sym_for] = ACTIONS(367), [anon_sym_return] = ACTIONS(369), [anon_sym_break] = ACTIONS(371), [anon_sym_continue] = ACTIONS(373), [anon_sym_goto] = ACTIONS(375), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_try] = ACTIONS(379), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(381), [anon_sym_co_return] = ACTIONS(391), [anon_sym_co_yield] = ACTIONS(393), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [189] = { [sym_attribute_declaration] = STATE(281), [sym_compound_statement] = STATE(1465), [sym_attributed_statement] = STATE(1465), [sym_labeled_statement] = STATE(1465), [sym_expression_statement] = STATE(1465), [sym_if_statement] = STATE(1465), [sym_switch_statement] = STATE(1465), [sym_case_statement] = STATE(1465), [sym_while_statement] = STATE(1465), [sym_do_statement] = STATE(1465), [sym_for_statement] = STATE(1465), [sym_return_statement] = STATE(1465), [sym_break_statement] = STATE(1465), [sym_continue_statement] = STATE(1465), [sym_goto_statement] = STATE(1465), [sym__expression] = STATE(4266), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7341), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(1465), [sym_co_return_statement] = STATE(1465), [sym_co_yield_statement] = STATE(1465), [sym_throw_statement] = STATE(1465), [sym_try_statement] = STATE(1465), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_attributed_declarator_repeat1] = STATE(281), [sym_identifier] = ACTIONS(2412), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(1728), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym_LBRACE] = ACTIONS(1732), [anon_sym_LBRACK] = ACTIONS(1327), [sym_primitive_type] = ACTIONS(1951), [anon_sym_if] = ACTIONS(1734), [anon_sym_switch] = ACTIONS(1736), [anon_sym_case] = ACTIONS(2234), [anon_sym_default] = ACTIONS(2236), [anon_sym_while] = ACTIONS(1738), [anon_sym_do] = ACTIONS(1740), [anon_sym_for] = ACTIONS(1742), [anon_sym_return] = ACTIONS(1744), [anon_sym_break] = ACTIONS(1746), [anon_sym_continue] = ACTIONS(1748), [anon_sym_goto] = ACTIONS(1750), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_try] = ACTIONS(1752), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(1754), [anon_sym_co_return] = ACTIONS(1756), [anon_sym_co_yield] = ACTIONS(1758), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [190] = { [sym_attribute_declaration] = STATE(161), [sym_compound_statement] = STATE(437), [sym_attributed_statement] = STATE(437), [sym_labeled_statement] = STATE(437), [sym_expression_statement] = STATE(437), [sym_if_statement] = STATE(437), [sym_switch_statement] = STATE(437), [sym_case_statement] = STATE(437), [sym_while_statement] = STATE(437), [sym_do_statement] = STATE(437), [sym_for_statement] = STATE(437), [sym_return_statement] = STATE(437), [sym_break_statement] = STATE(437), [sym_continue_statement] = STATE(437), [sym_goto_statement] = STATE(437), [sym__expression] = STATE(4232), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7187), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(437), [sym_co_return_statement] = STATE(437), [sym_co_yield_statement] = STATE(437), [sym_throw_statement] = STATE(437), [sym_try_statement] = STATE(437), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_attributed_declarator_repeat1] = STATE(161), [sym_identifier] = ACTIONS(2354), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(247), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym_LBRACE] = ACTIONS(253), [anon_sym_LBRACK] = ACTIONS(1327), [sym_primitive_type] = ACTIONS(1951), [anon_sym_if] = ACTIONS(257), [anon_sym_switch] = ACTIONS(259), [anon_sym_case] = ACTIONS(261), [anon_sym_default] = ACTIONS(263), [anon_sym_while] = ACTIONS(265), [anon_sym_do] = ACTIONS(267), [anon_sym_for] = ACTIONS(269), [anon_sym_return] = ACTIONS(271), [anon_sym_break] = ACTIONS(273), [anon_sym_continue] = ACTIONS(275), [anon_sym_goto] = ACTIONS(277), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_try] = ACTIONS(281), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(283), [anon_sym_co_return] = ACTIONS(293), [anon_sym_co_yield] = ACTIONS(295), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [191] = { [sym_attribute_declaration] = STATE(161), [sym_compound_statement] = STATE(494), [sym_attributed_statement] = STATE(491), [sym_labeled_statement] = STATE(487), [sym_expression_statement] = STATE(484), [sym_if_statement] = STATE(455), [sym_switch_statement] = STATE(451), [sym_case_statement] = STATE(394), [sym_while_statement] = STATE(448), [sym_do_statement] = STATE(441), [sym_for_statement] = STATE(438), [sym_return_statement] = STATE(428), [sym_break_statement] = STATE(416), [sym_continue_statement] = STATE(405), [sym_goto_statement] = STATE(386), [sym__expression] = STATE(4232), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7187), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(473), [sym_co_return_statement] = STATE(472), [sym_co_yield_statement] = STATE(425), [sym_throw_statement] = STATE(435), [sym_try_statement] = STATE(436), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_attributed_declarator_repeat1] = STATE(161), [sym_identifier] = ACTIONS(2354), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(247), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym_LBRACE] = ACTIONS(253), [anon_sym_LBRACK] = ACTIONS(1327), [sym_primitive_type] = ACTIONS(1951), [anon_sym_if] = ACTIONS(257), [anon_sym_switch] = ACTIONS(259), [anon_sym_case] = ACTIONS(261), [anon_sym_default] = ACTIONS(263), [anon_sym_while] = ACTIONS(265), [anon_sym_do] = ACTIONS(267), [anon_sym_for] = ACTIONS(269), [anon_sym_return] = ACTIONS(271), [anon_sym_break] = ACTIONS(273), [anon_sym_continue] = ACTIONS(275), [anon_sym_goto] = ACTIONS(277), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_try] = ACTIONS(281), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(283), [anon_sym_co_return] = ACTIONS(293), [anon_sym_co_yield] = ACTIONS(295), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [192] = { [sym_attribute_declaration] = STATE(192), [sym_compound_statement] = STATE(952), [sym_attributed_statement] = STATE(952), [sym_labeled_statement] = STATE(952), [sym_expression_statement] = STATE(952), [sym_if_statement] = STATE(952), [sym_switch_statement] = STATE(952), [sym_case_statement] = STATE(952), [sym_while_statement] = STATE(952), [sym_do_statement] = STATE(952), [sym_for_statement] = STATE(952), [sym_return_statement] = STATE(952), [sym_break_statement] = STATE(952), [sym_continue_statement] = STATE(952), [sym_goto_statement] = STATE(952), [sym__expression] = STATE(4294), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7438), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(952), [sym_co_return_statement] = STATE(952), [sym_co_yield_statement] = STATE(952), [sym_throw_statement] = STATE(952), [sym_try_statement] = STATE(952), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_attributed_declarator_repeat1] = STATE(192), [sym_identifier] = ACTIONS(2414), [anon_sym_LPAREN2] = ACTIONS(2104), [anon_sym_BANG] = ACTIONS(2107), [anon_sym_TILDE] = ACTIONS(2107), [anon_sym_DASH] = ACTIONS(2110), [anon_sym_PLUS] = ACTIONS(2110), [anon_sym_STAR] = ACTIONS(2113), [anon_sym_AMP] = ACTIONS(2113), [anon_sym_SEMI] = ACTIONS(2417), [anon_sym_COLON_COLON] = ACTIONS(2119), [anon_sym_LBRACK_LBRACK] = ACTIONS(2122), [anon_sym_LBRACE] = ACTIONS(2420), [anon_sym_LBRACK] = ACTIONS(2128), [sym_primitive_type] = ACTIONS(2131), [anon_sym_if] = ACTIONS(2423), [anon_sym_switch] = ACTIONS(2426), [anon_sym_case] = ACTIONS(2429), [anon_sym_default] = ACTIONS(2432), [anon_sym_while] = ACTIONS(2435), [anon_sym_do] = ACTIONS(2438), [anon_sym_for] = ACTIONS(2441), [anon_sym_return] = ACTIONS(2444), [anon_sym_break] = ACTIONS(2447), [anon_sym_continue] = ACTIONS(2450), [anon_sym_goto] = ACTIONS(2453), [anon_sym_not] = ACTIONS(2110), [anon_sym_compl] = ACTIONS(2110), [anon_sym_DASH_DASH] = ACTIONS(2167), [anon_sym_PLUS_PLUS] = ACTIONS(2167), [anon_sym_sizeof] = ACTIONS(2170), [anon_sym_offsetof] = ACTIONS(2173), [anon_sym__Generic] = ACTIONS(2176), [anon_sym_asm] = ACTIONS(2179), [anon_sym___asm__] = ACTIONS(2179), [sym_number_literal] = ACTIONS(2182), [anon_sym_L_SQUOTE] = ACTIONS(2185), [anon_sym_u_SQUOTE] = ACTIONS(2185), [anon_sym_U_SQUOTE] = ACTIONS(2185), [anon_sym_u8_SQUOTE] = ACTIONS(2185), [anon_sym_SQUOTE] = ACTIONS(2185), [anon_sym_L_DQUOTE] = ACTIONS(2188), [anon_sym_u_DQUOTE] = ACTIONS(2188), [anon_sym_U_DQUOTE] = ACTIONS(2188), [anon_sym_u8_DQUOTE] = ACTIONS(2188), [anon_sym_DQUOTE] = ACTIONS(2188), [sym_true] = ACTIONS(2191), [sym_false] = ACTIONS(2191), [anon_sym_NULL] = ACTIONS(2194), [anon_sym_nullptr] = ACTIONS(2194), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(2197), [anon_sym_template] = ACTIONS(2200), [anon_sym_try] = ACTIONS(2456), [anon_sym_delete] = ACTIONS(2206), [anon_sym_throw] = ACTIONS(2459), [anon_sym_co_return] = ACTIONS(2462), [anon_sym_co_yield] = ACTIONS(2465), [anon_sym_R_DQUOTE] = ACTIONS(2218), [anon_sym_LR_DQUOTE] = ACTIONS(2218), [anon_sym_uR_DQUOTE] = ACTIONS(2218), [anon_sym_UR_DQUOTE] = ACTIONS(2218), [anon_sym_u8R_DQUOTE] = ACTIONS(2218), [anon_sym_co_await] = ACTIONS(2221), [anon_sym_new] = ACTIONS(2224), [anon_sym_requires] = ACTIONS(2227), [sym_this] = ACTIONS(2191), }, [193] = { [sym_attribute_declaration] = STATE(188), [sym_compound_statement] = STATE(632), [sym_attributed_statement] = STATE(632), [sym_labeled_statement] = STATE(632), [sym_expression_statement] = STATE(632), [sym_if_statement] = STATE(632), [sym_switch_statement] = STATE(632), [sym_case_statement] = STATE(632), [sym_while_statement] = STATE(632), [sym_do_statement] = STATE(632), [sym_for_statement] = STATE(632), [sym_return_statement] = STATE(632), [sym_break_statement] = STATE(632), [sym_continue_statement] = STATE(632), [sym_goto_statement] = STATE(632), [sym__expression] = STATE(4201), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7616), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(632), [sym_co_return_statement] = STATE(632), [sym_co_yield_statement] = STATE(632), [sym_throw_statement] = STATE(632), [sym_try_statement] = STATE(632), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_attributed_declarator_repeat1] = STATE(188), [sym_identifier] = ACTIONS(2356), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(345), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym_LBRACE] = ACTIONS(351), [anon_sym_LBRACK] = ACTIONS(1327), [sym_primitive_type] = ACTIONS(1951), [anon_sym_if] = ACTIONS(355), [anon_sym_switch] = ACTIONS(357), [anon_sym_case] = ACTIONS(359), [anon_sym_default] = ACTIONS(361), [anon_sym_while] = ACTIONS(363), [anon_sym_do] = ACTIONS(365), [anon_sym_for] = ACTIONS(367), [anon_sym_return] = ACTIONS(369), [anon_sym_break] = ACTIONS(371), [anon_sym_continue] = ACTIONS(373), [anon_sym_goto] = ACTIONS(375), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_try] = ACTIONS(379), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(381), [anon_sym_co_return] = ACTIONS(391), [anon_sym_co_yield] = ACTIONS(393), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [194] = { [sym_attribute_declaration] = STATE(149), [sym_compound_statement] = STATE(999), [sym_attributed_statement] = STATE(999), [sym_labeled_statement] = STATE(999), [sym_expression_statement] = STATE(999), [sym_if_statement] = STATE(999), [sym_switch_statement] = STATE(999), [sym_case_statement] = STATE(999), [sym_while_statement] = STATE(999), [sym_do_statement] = STATE(999), [sym_for_statement] = STATE(999), [sym_return_statement] = STATE(999), [sym_break_statement] = STATE(999), [sym_continue_statement] = STATE(999), [sym_goto_statement] = STATE(999), [sym__expression] = STATE(4301), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7279), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(999), [sym_co_return_statement] = STATE(999), [sym_co_yield_statement] = STATE(999), [sym_throw_statement] = STATE(999), [sym_try_statement] = STATE(999), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_attributed_declarator_repeat1] = STATE(149), [sym_identifier] = ACTIONS(2230), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(167), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym_LBRACE] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(1327), [sym_primitive_type] = ACTIONS(1951), [anon_sym_if] = ACTIONS(2232), [anon_sym_switch] = ACTIONS(73), [anon_sym_case] = ACTIONS(2234), [anon_sym_default] = ACTIONS(2236), [anon_sym_while] = ACTIONS(2238), [anon_sym_do] = ACTIONS(81), [anon_sym_for] = ACTIONS(2240), [anon_sym_return] = ACTIONS(85), [anon_sym_break] = ACTIONS(87), [anon_sym_continue] = ACTIONS(89), [anon_sym_goto] = ACTIONS(91), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_try] = ACTIONS(127), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(131), [anon_sym_co_return] = ACTIONS(141), [anon_sym_co_yield] = ACTIONS(143), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [195] = { [sym_attribute_declaration] = STATE(149), [sym_compound_statement] = STATE(7420), [sym_attributed_statement] = STATE(7420), [sym_labeled_statement] = STATE(7420), [sym_expression_statement] = STATE(7420), [sym_if_statement] = STATE(7420), [sym_switch_statement] = STATE(7420), [sym_case_statement] = STATE(7420), [sym_while_statement] = STATE(7420), [sym_do_statement] = STATE(7420), [sym_for_statement] = STATE(7420), [sym_return_statement] = STATE(7420), [sym_break_statement] = STATE(7420), [sym_continue_statement] = STATE(7420), [sym_goto_statement] = STATE(7420), [sym__expression] = STATE(4301), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7279), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(7420), [sym_co_return_statement] = STATE(7420), [sym_co_yield_statement] = STATE(7420), [sym_throw_statement] = STATE(7420), [sym_try_statement] = STATE(7420), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_attributed_declarator_repeat1] = STATE(149), [sym_identifier] = ACTIONS(2230), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(167), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym_LBRACE] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(1327), [sym_primitive_type] = ACTIONS(1951), [anon_sym_if] = ACTIONS(2232), [anon_sym_switch] = ACTIONS(73), [anon_sym_case] = ACTIONS(2234), [anon_sym_default] = ACTIONS(2236), [anon_sym_while] = ACTIONS(2238), [anon_sym_do] = ACTIONS(81), [anon_sym_for] = ACTIONS(2240), [anon_sym_return] = ACTIONS(85), [anon_sym_break] = ACTIONS(87), [anon_sym_continue] = ACTIONS(89), [anon_sym_goto] = ACTIONS(91), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_try] = ACTIONS(127), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(131), [anon_sym_co_return] = ACTIONS(141), [anon_sym_co_yield] = ACTIONS(143), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [196] = { [sym_attribute_declaration] = STATE(188), [sym_compound_statement] = STATE(634), [sym_attributed_statement] = STATE(634), [sym_labeled_statement] = STATE(634), [sym_expression_statement] = STATE(634), [sym_if_statement] = STATE(634), [sym_switch_statement] = STATE(634), [sym_case_statement] = STATE(634), [sym_while_statement] = STATE(634), [sym_do_statement] = STATE(634), [sym_for_statement] = STATE(634), [sym_return_statement] = STATE(634), [sym_break_statement] = STATE(634), [sym_continue_statement] = STATE(634), [sym_goto_statement] = STATE(634), [sym__expression] = STATE(4201), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7616), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(634), [sym_co_return_statement] = STATE(634), [sym_co_yield_statement] = STATE(634), [sym_throw_statement] = STATE(634), [sym_try_statement] = STATE(634), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_attributed_declarator_repeat1] = STATE(188), [sym_identifier] = ACTIONS(2356), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(345), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym_LBRACE] = ACTIONS(351), [anon_sym_LBRACK] = ACTIONS(1327), [sym_primitive_type] = ACTIONS(1951), [anon_sym_if] = ACTIONS(355), [anon_sym_switch] = ACTIONS(357), [anon_sym_case] = ACTIONS(359), [anon_sym_default] = ACTIONS(361), [anon_sym_while] = ACTIONS(363), [anon_sym_do] = ACTIONS(365), [anon_sym_for] = ACTIONS(367), [anon_sym_return] = ACTIONS(369), [anon_sym_break] = ACTIONS(371), [anon_sym_continue] = ACTIONS(373), [anon_sym_goto] = ACTIONS(375), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_try] = ACTIONS(379), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(381), [anon_sym_co_return] = ACTIONS(391), [anon_sym_co_yield] = ACTIONS(393), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [197] = { [sym_attribute_declaration] = STATE(166), [sym_compound_statement] = STATE(822), [sym_attributed_statement] = STATE(822), [sym_labeled_statement] = STATE(822), [sym_expression_statement] = STATE(822), [sym_if_statement] = STATE(822), [sym_switch_statement] = STATE(822), [sym_case_statement] = STATE(822), [sym_while_statement] = STATE(822), [sym_do_statement] = STATE(822), [sym_for_statement] = STATE(822), [sym_return_statement] = STATE(822), [sym_break_statement] = STATE(822), [sym_continue_statement] = STATE(822), [sym_goto_statement] = STATE(822), [sym__expression] = STATE(4223), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7086), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(822), [sym_co_return_statement] = STATE(822), [sym_co_yield_statement] = STATE(822), [sym_throw_statement] = STATE(822), [sym_try_statement] = STATE(822), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_attributed_declarator_repeat1] = STATE(166), [sym_identifier] = ACTIONS(2242), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(1569), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym_LBRACE] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(1327), [sym_primitive_type] = ACTIONS(1951), [anon_sym_if] = ACTIONS(71), [anon_sym_switch] = ACTIONS(73), [anon_sym_case] = ACTIONS(75), [anon_sym_default] = ACTIONS(77), [anon_sym_while] = ACTIONS(79), [anon_sym_do] = ACTIONS(81), [anon_sym_for] = ACTIONS(83), [anon_sym_return] = ACTIONS(85), [anon_sym_break] = ACTIONS(87), [anon_sym_continue] = ACTIONS(89), [anon_sym_goto] = ACTIONS(91), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_try] = ACTIONS(127), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(131), [anon_sym_co_return] = ACTIONS(141), [anon_sym_co_yield] = ACTIONS(143), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [198] = { [sym_attribute_declaration] = STATE(281), [sym_compound_statement] = STATE(1468), [sym_attributed_statement] = STATE(1468), [sym_labeled_statement] = STATE(1468), [sym_expression_statement] = STATE(1468), [sym_if_statement] = STATE(1468), [sym_switch_statement] = STATE(1468), [sym_case_statement] = STATE(1468), [sym_while_statement] = STATE(1468), [sym_do_statement] = STATE(1468), [sym_for_statement] = STATE(1468), [sym_return_statement] = STATE(1468), [sym_break_statement] = STATE(1468), [sym_continue_statement] = STATE(1468), [sym_goto_statement] = STATE(1468), [sym__expression] = STATE(4266), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7341), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(1468), [sym_co_return_statement] = STATE(1468), [sym_co_yield_statement] = STATE(1468), [sym_throw_statement] = STATE(1468), [sym_try_statement] = STATE(1468), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_attributed_declarator_repeat1] = STATE(281), [sym_identifier] = ACTIONS(2412), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(1728), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym_LBRACE] = ACTIONS(1732), [anon_sym_LBRACK] = ACTIONS(1327), [sym_primitive_type] = ACTIONS(1951), [anon_sym_if] = ACTIONS(1734), [anon_sym_switch] = ACTIONS(1736), [anon_sym_case] = ACTIONS(2234), [anon_sym_default] = ACTIONS(2236), [anon_sym_while] = ACTIONS(1738), [anon_sym_do] = ACTIONS(1740), [anon_sym_for] = ACTIONS(1742), [anon_sym_return] = ACTIONS(1744), [anon_sym_break] = ACTIONS(1746), [anon_sym_continue] = ACTIONS(1748), [anon_sym_goto] = ACTIONS(1750), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_try] = ACTIONS(1752), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(1754), [anon_sym_co_return] = ACTIONS(1756), [anon_sym_co_yield] = ACTIONS(1758), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [199] = { [sym_attribute_declaration] = STATE(161), [sym_compound_statement] = STATE(401), [sym_attributed_statement] = STATE(400), [sym_labeled_statement] = STATE(399), [sym_expression_statement] = STATE(395), [sym_if_statement] = STATE(397), [sym_switch_statement] = STATE(396), [sym_case_statement] = STATE(450), [sym_while_statement] = STATE(393), [sym_do_statement] = STATE(392), [sym_for_statement] = STATE(391), [sym_return_statement] = STATE(390), [sym_break_statement] = STATE(389), [sym_continue_statement] = STATE(388), [sym_goto_statement] = STATE(387), [sym__expression] = STATE(4232), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7187), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(476), [sym_co_return_statement] = STATE(492), [sym_co_yield_statement] = STATE(499), [sym_throw_statement] = STATE(498), [sym_try_statement] = STATE(495), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_attributed_declarator_repeat1] = STATE(161), [sym_identifier] = ACTIONS(2354), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(247), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym_LBRACE] = ACTIONS(253), [anon_sym_LBRACK] = ACTIONS(1327), [sym_primitive_type] = ACTIONS(1951), [anon_sym_if] = ACTIONS(257), [anon_sym_switch] = ACTIONS(259), [anon_sym_case] = ACTIONS(261), [anon_sym_default] = ACTIONS(263), [anon_sym_while] = ACTIONS(265), [anon_sym_do] = ACTIONS(267), [anon_sym_for] = ACTIONS(269), [anon_sym_return] = ACTIONS(271), [anon_sym_break] = ACTIONS(273), [anon_sym_continue] = ACTIONS(275), [anon_sym_goto] = ACTIONS(277), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_try] = ACTIONS(281), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(283), [anon_sym_co_return] = ACTIONS(293), [anon_sym_co_yield] = ACTIONS(295), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [200] = { [sym_attribute_declaration] = STATE(281), [sym_compound_statement] = STATE(1469), [sym_attributed_statement] = STATE(1469), [sym_labeled_statement] = STATE(1469), [sym_expression_statement] = STATE(1469), [sym_if_statement] = STATE(1469), [sym_switch_statement] = STATE(1469), [sym_case_statement] = STATE(1469), [sym_while_statement] = STATE(1469), [sym_do_statement] = STATE(1469), [sym_for_statement] = STATE(1469), [sym_return_statement] = STATE(1469), [sym_break_statement] = STATE(1469), [sym_continue_statement] = STATE(1469), [sym_goto_statement] = STATE(1469), [sym__expression] = STATE(4266), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7341), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(1469), [sym_co_return_statement] = STATE(1469), [sym_co_yield_statement] = STATE(1469), [sym_throw_statement] = STATE(1469), [sym_try_statement] = STATE(1469), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_attributed_declarator_repeat1] = STATE(281), [sym_identifier] = ACTIONS(2412), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(1728), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym_LBRACE] = ACTIONS(1732), [anon_sym_LBRACK] = ACTIONS(1327), [sym_primitive_type] = ACTIONS(1951), [anon_sym_if] = ACTIONS(1734), [anon_sym_switch] = ACTIONS(1736), [anon_sym_case] = ACTIONS(2234), [anon_sym_default] = ACTIONS(2236), [anon_sym_while] = ACTIONS(1738), [anon_sym_do] = ACTIONS(1740), [anon_sym_for] = ACTIONS(1742), [anon_sym_return] = ACTIONS(1744), [anon_sym_break] = ACTIONS(1746), [anon_sym_continue] = ACTIONS(1748), [anon_sym_goto] = ACTIONS(1750), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_try] = ACTIONS(1752), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(1754), [anon_sym_co_return] = ACTIONS(1756), [anon_sym_co_yield] = ACTIONS(1758), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [201] = { [sym_attribute_declaration] = STATE(166), [sym_compound_statement] = STATE(1055), [sym_attributed_statement] = STATE(1055), [sym_labeled_statement] = STATE(1055), [sym_expression_statement] = STATE(1055), [sym_if_statement] = STATE(1055), [sym_switch_statement] = STATE(1055), [sym_case_statement] = STATE(1055), [sym_while_statement] = STATE(1055), [sym_do_statement] = STATE(1055), [sym_for_statement] = STATE(1055), [sym_return_statement] = STATE(1055), [sym_break_statement] = STATE(1055), [sym_continue_statement] = STATE(1055), [sym_goto_statement] = STATE(1055), [sym__expression] = STATE(4223), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7086), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(1055), [sym_co_return_statement] = STATE(1055), [sym_co_yield_statement] = STATE(1055), [sym_throw_statement] = STATE(1055), [sym_try_statement] = STATE(1055), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_attributed_declarator_repeat1] = STATE(166), [sym_identifier] = ACTIONS(2242), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(1569), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym_LBRACE] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(1327), [sym_primitive_type] = ACTIONS(1951), [anon_sym_if] = ACTIONS(71), [anon_sym_switch] = ACTIONS(73), [anon_sym_case] = ACTIONS(75), [anon_sym_default] = ACTIONS(77), [anon_sym_while] = ACTIONS(79), [anon_sym_do] = ACTIONS(81), [anon_sym_for] = ACTIONS(83), [anon_sym_return] = ACTIONS(85), [anon_sym_break] = ACTIONS(87), [anon_sym_continue] = ACTIONS(89), [anon_sym_goto] = ACTIONS(91), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_try] = ACTIONS(127), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(131), [anon_sym_co_return] = ACTIONS(141), [anon_sym_co_yield] = ACTIONS(143), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [202] = { [sym_attribute_declaration] = STATE(161), [sym_compound_statement] = STATE(402), [sym_attributed_statement] = STATE(402), [sym_labeled_statement] = STATE(402), [sym_expression_statement] = STATE(402), [sym_if_statement] = STATE(402), [sym_switch_statement] = STATE(402), [sym_case_statement] = STATE(402), [sym_while_statement] = STATE(402), [sym_do_statement] = STATE(402), [sym_for_statement] = STATE(402), [sym_return_statement] = STATE(402), [sym_break_statement] = STATE(402), [sym_continue_statement] = STATE(402), [sym_goto_statement] = STATE(402), [sym__expression] = STATE(4232), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7187), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(402), [sym_co_return_statement] = STATE(402), [sym_co_yield_statement] = STATE(402), [sym_throw_statement] = STATE(402), [sym_try_statement] = STATE(402), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_attributed_declarator_repeat1] = STATE(161), [sym_identifier] = ACTIONS(2354), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(247), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym_LBRACE] = ACTIONS(253), [anon_sym_LBRACK] = ACTIONS(1327), [sym_primitive_type] = ACTIONS(1951), [anon_sym_if] = ACTIONS(257), [anon_sym_switch] = ACTIONS(259), [anon_sym_case] = ACTIONS(261), [anon_sym_default] = ACTIONS(263), [anon_sym_while] = ACTIONS(265), [anon_sym_do] = ACTIONS(267), [anon_sym_for] = ACTIONS(269), [anon_sym_return] = ACTIONS(271), [anon_sym_break] = ACTIONS(273), [anon_sym_continue] = ACTIONS(275), [anon_sym_goto] = ACTIONS(277), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_try] = ACTIONS(281), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(283), [anon_sym_co_return] = ACTIONS(293), [anon_sym_co_yield] = ACTIONS(295), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [203] = { [sym_attribute_declaration] = STATE(161), [sym_compound_statement] = STATE(403), [sym_attributed_statement] = STATE(403), [sym_labeled_statement] = STATE(403), [sym_expression_statement] = STATE(403), [sym_if_statement] = STATE(403), [sym_switch_statement] = STATE(403), [sym_case_statement] = STATE(403), [sym_while_statement] = STATE(403), [sym_do_statement] = STATE(403), [sym_for_statement] = STATE(403), [sym_return_statement] = STATE(403), [sym_break_statement] = STATE(403), [sym_continue_statement] = STATE(403), [sym_goto_statement] = STATE(403), [sym__expression] = STATE(4232), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7187), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(403), [sym_co_return_statement] = STATE(403), [sym_co_yield_statement] = STATE(403), [sym_throw_statement] = STATE(403), [sym_try_statement] = STATE(403), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_attributed_declarator_repeat1] = STATE(161), [sym_identifier] = ACTIONS(2354), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(247), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym_LBRACE] = ACTIONS(253), [anon_sym_LBRACK] = ACTIONS(1327), [sym_primitive_type] = ACTIONS(1951), [anon_sym_if] = ACTIONS(257), [anon_sym_switch] = ACTIONS(259), [anon_sym_case] = ACTIONS(261), [anon_sym_default] = ACTIONS(263), [anon_sym_while] = ACTIONS(265), [anon_sym_do] = ACTIONS(267), [anon_sym_for] = ACTIONS(269), [anon_sym_return] = ACTIONS(271), [anon_sym_break] = ACTIONS(273), [anon_sym_continue] = ACTIONS(275), [anon_sym_goto] = ACTIONS(277), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_try] = ACTIONS(281), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(283), [anon_sym_co_return] = ACTIONS(293), [anon_sym_co_yield] = ACTIONS(295), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [204] = { [sym_attribute_declaration] = STATE(148), [sym_compound_statement] = STATE(1142), [sym_attributed_statement] = STATE(1142), [sym_labeled_statement] = STATE(1142), [sym_expression_statement] = STATE(1142), [sym_if_statement] = STATE(1142), [sym_switch_statement] = STATE(1142), [sym_case_statement] = STATE(1142), [sym_while_statement] = STATE(1142), [sym_do_statement] = STATE(1142), [sym_for_statement] = STATE(1142), [sym_return_statement] = STATE(1142), [sym_break_statement] = STATE(1142), [sym_continue_statement] = STATE(1142), [sym_goto_statement] = STATE(1142), [sym__expression] = STATE(4301), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7279), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(1142), [sym_co_return_statement] = STATE(1142), [sym_co_yield_statement] = STATE(1142), [sym_throw_statement] = STATE(1142), [sym_try_statement] = STATE(1142), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_attributed_declarator_repeat1] = STATE(148), [sym_identifier] = ACTIONS(2099), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(167), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym_LBRACE] = ACTIONS(738), [anon_sym_LBRACK] = ACTIONS(1327), [sym_primitive_type] = ACTIONS(1951), [anon_sym_if] = ACTIONS(181), [anon_sym_switch] = ACTIONS(183), [anon_sym_case] = ACTIONS(185), [anon_sym_default] = ACTIONS(187), [anon_sym_while] = ACTIONS(189), [anon_sym_do] = ACTIONS(191), [anon_sym_for] = ACTIONS(193), [anon_sym_return] = ACTIONS(195), [anon_sym_break] = ACTIONS(197), [anon_sym_continue] = ACTIONS(199), [anon_sym_goto] = ACTIONS(201), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_try] = ACTIONS(209), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(211), [anon_sym_co_return] = ACTIONS(221), [anon_sym_co_yield] = ACTIONS(223), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [205] = { [sym_attribute_declaration] = STATE(188), [sym_compound_statement] = STATE(635), [sym_attributed_statement] = STATE(635), [sym_labeled_statement] = STATE(635), [sym_expression_statement] = STATE(635), [sym_if_statement] = STATE(635), [sym_switch_statement] = STATE(635), [sym_case_statement] = STATE(635), [sym_while_statement] = STATE(635), [sym_do_statement] = STATE(635), [sym_for_statement] = STATE(635), [sym_return_statement] = STATE(635), [sym_break_statement] = STATE(635), [sym_continue_statement] = STATE(635), [sym_goto_statement] = STATE(635), [sym__expression] = STATE(4201), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7616), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(635), [sym_co_return_statement] = STATE(635), [sym_co_yield_statement] = STATE(635), [sym_throw_statement] = STATE(635), [sym_try_statement] = STATE(635), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_attributed_declarator_repeat1] = STATE(188), [sym_identifier] = ACTIONS(2356), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(345), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym_LBRACE] = ACTIONS(351), [anon_sym_LBRACK] = ACTIONS(1327), [sym_primitive_type] = ACTIONS(1951), [anon_sym_if] = ACTIONS(355), [anon_sym_switch] = ACTIONS(357), [anon_sym_case] = ACTIONS(359), [anon_sym_default] = ACTIONS(361), [anon_sym_while] = ACTIONS(363), [anon_sym_do] = ACTIONS(365), [anon_sym_for] = ACTIONS(367), [anon_sym_return] = ACTIONS(369), [anon_sym_break] = ACTIONS(371), [anon_sym_continue] = ACTIONS(373), [anon_sym_goto] = ACTIONS(375), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_try] = ACTIONS(379), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(381), [anon_sym_co_return] = ACTIONS(391), [anon_sym_co_yield] = ACTIONS(393), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [206] = { [sym_attribute_declaration] = STATE(245), [sym_compound_statement] = STATE(805), [sym_attributed_statement] = STATE(805), [sym_labeled_statement] = STATE(805), [sym_expression_statement] = STATE(805), [sym_if_statement] = STATE(805), [sym_switch_statement] = STATE(805), [sym_case_statement] = STATE(805), [sym_while_statement] = STATE(805), [sym_do_statement] = STATE(805), [sym_for_statement] = STATE(805), [sym_return_statement] = STATE(805), [sym_break_statement] = STATE(805), [sym_continue_statement] = STATE(805), [sym_goto_statement] = STATE(805), [sym__expression] = STATE(4294), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7438), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(805), [sym_co_return_statement] = STATE(805), [sym_co_yield_statement] = STATE(805), [sym_throw_statement] = STATE(805), [sym_try_statement] = STATE(805), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_attributed_declarator_repeat1] = STATE(245), [sym_identifier] = ACTIONS(2352), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(780), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym_LBRACE] = ACTIONS(786), [anon_sym_LBRACK] = ACTIONS(1327), [sym_primitive_type] = ACTIONS(1951), [anon_sym_if] = ACTIONS(790), [anon_sym_switch] = ACTIONS(792), [anon_sym_case] = ACTIONS(794), [anon_sym_default] = ACTIONS(796), [anon_sym_while] = ACTIONS(798), [anon_sym_do] = ACTIONS(800), [anon_sym_for] = ACTIONS(802), [anon_sym_return] = ACTIONS(804), [anon_sym_break] = ACTIONS(806), [anon_sym_continue] = ACTIONS(808), [anon_sym_goto] = ACTIONS(810), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_try] = ACTIONS(814), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(816), [anon_sym_co_return] = ACTIONS(826), [anon_sym_co_yield] = ACTIONS(828), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [207] = { [sym_attribute_declaration] = STATE(281), [sym_compound_statement] = STATE(1470), [sym_attributed_statement] = STATE(1470), [sym_labeled_statement] = STATE(1470), [sym_expression_statement] = STATE(1470), [sym_if_statement] = STATE(1470), [sym_switch_statement] = STATE(1470), [sym_case_statement] = STATE(1470), [sym_while_statement] = STATE(1470), [sym_do_statement] = STATE(1470), [sym_for_statement] = STATE(1470), [sym_return_statement] = STATE(1470), [sym_break_statement] = STATE(1470), [sym_continue_statement] = STATE(1470), [sym_goto_statement] = STATE(1470), [sym__expression] = STATE(4266), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7341), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(1470), [sym_co_return_statement] = STATE(1470), [sym_co_yield_statement] = STATE(1470), [sym_throw_statement] = STATE(1470), [sym_try_statement] = STATE(1470), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_attributed_declarator_repeat1] = STATE(281), [sym_identifier] = ACTIONS(2412), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(1728), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym_LBRACE] = ACTIONS(1732), [anon_sym_LBRACK] = ACTIONS(1327), [sym_primitive_type] = ACTIONS(1951), [anon_sym_if] = ACTIONS(1734), [anon_sym_switch] = ACTIONS(1736), [anon_sym_case] = ACTIONS(2234), [anon_sym_default] = ACTIONS(2236), [anon_sym_while] = ACTIONS(1738), [anon_sym_do] = ACTIONS(1740), [anon_sym_for] = ACTIONS(1742), [anon_sym_return] = ACTIONS(1744), [anon_sym_break] = ACTIONS(1746), [anon_sym_continue] = ACTIONS(1748), [anon_sym_goto] = ACTIONS(1750), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_try] = ACTIONS(1752), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(1754), [anon_sym_co_return] = ACTIONS(1756), [anon_sym_co_yield] = ACTIONS(1758), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [208] = { [sym_attribute_declaration] = STATE(281), [sym_compound_statement] = STATE(1471), [sym_attributed_statement] = STATE(1471), [sym_labeled_statement] = STATE(1471), [sym_expression_statement] = STATE(1471), [sym_if_statement] = STATE(1471), [sym_switch_statement] = STATE(1471), [sym_case_statement] = STATE(1471), [sym_while_statement] = STATE(1471), [sym_do_statement] = STATE(1471), [sym_for_statement] = STATE(1471), [sym_return_statement] = STATE(1471), [sym_break_statement] = STATE(1471), [sym_continue_statement] = STATE(1471), [sym_goto_statement] = STATE(1471), [sym__expression] = STATE(4266), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7341), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(1471), [sym_co_return_statement] = STATE(1471), [sym_co_yield_statement] = STATE(1471), [sym_throw_statement] = STATE(1471), [sym_try_statement] = STATE(1471), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_attributed_declarator_repeat1] = STATE(281), [sym_identifier] = ACTIONS(2412), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(1728), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym_LBRACE] = ACTIONS(1732), [anon_sym_LBRACK] = ACTIONS(1327), [sym_primitive_type] = ACTIONS(1951), [anon_sym_if] = ACTIONS(1734), [anon_sym_switch] = ACTIONS(1736), [anon_sym_case] = ACTIONS(2234), [anon_sym_default] = ACTIONS(2236), [anon_sym_while] = ACTIONS(1738), [anon_sym_do] = ACTIONS(1740), [anon_sym_for] = ACTIONS(1742), [anon_sym_return] = ACTIONS(1744), [anon_sym_break] = ACTIONS(1746), [anon_sym_continue] = ACTIONS(1748), [anon_sym_goto] = ACTIONS(1750), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_try] = ACTIONS(1752), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(1754), [anon_sym_co_return] = ACTIONS(1756), [anon_sym_co_yield] = ACTIONS(1758), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [209] = { [sym_attribute_declaration] = STATE(281), [sym_compound_statement] = STATE(1472), [sym_attributed_statement] = STATE(1472), [sym_labeled_statement] = STATE(1472), [sym_expression_statement] = STATE(1472), [sym_if_statement] = STATE(1472), [sym_switch_statement] = STATE(1472), [sym_case_statement] = STATE(1472), [sym_while_statement] = STATE(1472), [sym_do_statement] = STATE(1472), [sym_for_statement] = STATE(1472), [sym_return_statement] = STATE(1472), [sym_break_statement] = STATE(1472), [sym_continue_statement] = STATE(1472), [sym_goto_statement] = STATE(1472), [sym__expression] = STATE(4266), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7341), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(1472), [sym_co_return_statement] = STATE(1472), [sym_co_yield_statement] = STATE(1472), [sym_throw_statement] = STATE(1472), [sym_try_statement] = STATE(1472), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_attributed_declarator_repeat1] = STATE(281), [sym_identifier] = ACTIONS(2412), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(1728), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym_LBRACE] = ACTIONS(1732), [anon_sym_LBRACK] = ACTIONS(1327), [sym_primitive_type] = ACTIONS(1951), [anon_sym_if] = ACTIONS(1734), [anon_sym_switch] = ACTIONS(1736), [anon_sym_case] = ACTIONS(2234), [anon_sym_default] = ACTIONS(2236), [anon_sym_while] = ACTIONS(1738), [anon_sym_do] = ACTIONS(1740), [anon_sym_for] = ACTIONS(1742), [anon_sym_return] = ACTIONS(1744), [anon_sym_break] = ACTIONS(1746), [anon_sym_continue] = ACTIONS(1748), [anon_sym_goto] = ACTIONS(1750), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_try] = ACTIONS(1752), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(1754), [anon_sym_co_return] = ACTIONS(1756), [anon_sym_co_yield] = ACTIONS(1758), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [210] = { [sym_attribute_declaration] = STATE(281), [sym_compound_statement] = STATE(1473), [sym_attributed_statement] = STATE(1473), [sym_labeled_statement] = STATE(1473), [sym_expression_statement] = STATE(1473), [sym_if_statement] = STATE(1473), [sym_switch_statement] = STATE(1473), [sym_case_statement] = STATE(1473), [sym_while_statement] = STATE(1473), [sym_do_statement] = STATE(1473), [sym_for_statement] = STATE(1473), [sym_return_statement] = STATE(1473), [sym_break_statement] = STATE(1473), [sym_continue_statement] = STATE(1473), [sym_goto_statement] = STATE(1473), [sym__expression] = STATE(4266), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7341), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(1473), [sym_co_return_statement] = STATE(1473), [sym_co_yield_statement] = STATE(1473), [sym_throw_statement] = STATE(1473), [sym_try_statement] = STATE(1473), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_attributed_declarator_repeat1] = STATE(281), [sym_identifier] = ACTIONS(2412), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(1728), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym_LBRACE] = ACTIONS(1732), [anon_sym_LBRACK] = ACTIONS(1327), [sym_primitive_type] = ACTIONS(1951), [anon_sym_if] = ACTIONS(1734), [anon_sym_switch] = ACTIONS(1736), [anon_sym_case] = ACTIONS(2234), [anon_sym_default] = ACTIONS(2236), [anon_sym_while] = ACTIONS(1738), [anon_sym_do] = ACTIONS(1740), [anon_sym_for] = ACTIONS(1742), [anon_sym_return] = ACTIONS(1744), [anon_sym_break] = ACTIONS(1746), [anon_sym_continue] = ACTIONS(1748), [anon_sym_goto] = ACTIONS(1750), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_try] = ACTIONS(1752), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(1754), [anon_sym_co_return] = ACTIONS(1756), [anon_sym_co_yield] = ACTIONS(1758), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [211] = { [sym_attribute_declaration] = STATE(161), [sym_compound_statement] = STATE(406), [sym_attributed_statement] = STATE(406), [sym_labeled_statement] = STATE(406), [sym_expression_statement] = STATE(406), [sym_if_statement] = STATE(406), [sym_switch_statement] = STATE(406), [sym_case_statement] = STATE(406), [sym_while_statement] = STATE(406), [sym_do_statement] = STATE(406), [sym_for_statement] = STATE(406), [sym_return_statement] = STATE(406), [sym_break_statement] = STATE(406), [sym_continue_statement] = STATE(406), [sym_goto_statement] = STATE(406), [sym__expression] = STATE(4232), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7187), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(406), [sym_co_return_statement] = STATE(406), [sym_co_yield_statement] = STATE(406), [sym_throw_statement] = STATE(406), [sym_try_statement] = STATE(406), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_attributed_declarator_repeat1] = STATE(161), [sym_identifier] = ACTIONS(2354), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(247), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym_LBRACE] = ACTIONS(253), [anon_sym_LBRACK] = ACTIONS(1327), [sym_primitive_type] = ACTIONS(1951), [anon_sym_if] = ACTIONS(257), [anon_sym_switch] = ACTIONS(259), [anon_sym_case] = ACTIONS(261), [anon_sym_default] = ACTIONS(263), [anon_sym_while] = ACTIONS(265), [anon_sym_do] = ACTIONS(267), [anon_sym_for] = ACTIONS(269), [anon_sym_return] = ACTIONS(271), [anon_sym_break] = ACTIONS(273), [anon_sym_continue] = ACTIONS(275), [anon_sym_goto] = ACTIONS(277), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_try] = ACTIONS(281), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(283), [anon_sym_co_return] = ACTIONS(293), [anon_sym_co_yield] = ACTIONS(295), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [212] = { [sym_attribute_declaration] = STATE(161), [sym_compound_statement] = STATE(407), [sym_attributed_statement] = STATE(407), [sym_labeled_statement] = STATE(407), [sym_expression_statement] = STATE(407), [sym_if_statement] = STATE(407), [sym_switch_statement] = STATE(407), [sym_case_statement] = STATE(407), [sym_while_statement] = STATE(407), [sym_do_statement] = STATE(407), [sym_for_statement] = STATE(407), [sym_return_statement] = STATE(407), [sym_break_statement] = STATE(407), [sym_continue_statement] = STATE(407), [sym_goto_statement] = STATE(407), [sym__expression] = STATE(4232), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7187), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(407), [sym_co_return_statement] = STATE(407), [sym_co_yield_statement] = STATE(407), [sym_throw_statement] = STATE(407), [sym_try_statement] = STATE(407), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_attributed_declarator_repeat1] = STATE(161), [sym_identifier] = ACTIONS(2354), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(247), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym_LBRACE] = ACTIONS(253), [anon_sym_LBRACK] = ACTIONS(1327), [sym_primitive_type] = ACTIONS(1951), [anon_sym_if] = ACTIONS(257), [anon_sym_switch] = ACTIONS(259), [anon_sym_case] = ACTIONS(261), [anon_sym_default] = ACTIONS(263), [anon_sym_while] = ACTIONS(265), [anon_sym_do] = ACTIONS(267), [anon_sym_for] = ACTIONS(269), [anon_sym_return] = ACTIONS(271), [anon_sym_break] = ACTIONS(273), [anon_sym_continue] = ACTIONS(275), [anon_sym_goto] = ACTIONS(277), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_try] = ACTIONS(281), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(283), [anon_sym_co_return] = ACTIONS(293), [anon_sym_co_yield] = ACTIONS(295), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [213] = { [sym_attribute_declaration] = STATE(161), [sym_compound_statement] = STATE(408), [sym_attributed_statement] = STATE(408), [sym_labeled_statement] = STATE(408), [sym_expression_statement] = STATE(408), [sym_if_statement] = STATE(408), [sym_switch_statement] = STATE(408), [sym_case_statement] = STATE(408), [sym_while_statement] = STATE(408), [sym_do_statement] = STATE(408), [sym_for_statement] = STATE(408), [sym_return_statement] = STATE(408), [sym_break_statement] = STATE(408), [sym_continue_statement] = STATE(408), [sym_goto_statement] = STATE(408), [sym__expression] = STATE(4232), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7187), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(408), [sym_co_return_statement] = STATE(408), [sym_co_yield_statement] = STATE(408), [sym_throw_statement] = STATE(408), [sym_try_statement] = STATE(408), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_attributed_declarator_repeat1] = STATE(161), [sym_identifier] = ACTIONS(2354), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(247), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym_LBRACE] = ACTIONS(253), [anon_sym_LBRACK] = ACTIONS(1327), [sym_primitive_type] = ACTIONS(1951), [anon_sym_if] = ACTIONS(257), [anon_sym_switch] = ACTIONS(259), [anon_sym_case] = ACTIONS(261), [anon_sym_default] = ACTIONS(263), [anon_sym_while] = ACTIONS(265), [anon_sym_do] = ACTIONS(267), [anon_sym_for] = ACTIONS(269), [anon_sym_return] = ACTIONS(271), [anon_sym_break] = ACTIONS(273), [anon_sym_continue] = ACTIONS(275), [anon_sym_goto] = ACTIONS(277), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_try] = ACTIONS(281), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(283), [anon_sym_co_return] = ACTIONS(293), [anon_sym_co_yield] = ACTIONS(295), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [214] = { [sym_attribute_declaration] = STATE(188), [sym_compound_statement] = STATE(665), [sym_attributed_statement] = STATE(664), [sym_labeled_statement] = STATE(661), [sym_expression_statement] = STATE(660), [sym_if_statement] = STATE(659), [sym_switch_statement] = STATE(658), [sym_case_statement] = STATE(657), [sym_while_statement] = STATE(654), [sym_do_statement] = STATE(652), [sym_for_statement] = STATE(651), [sym_return_statement] = STATE(650), [sym_break_statement] = STATE(649), [sym_continue_statement] = STATE(645), [sym_goto_statement] = STATE(644), [sym__expression] = STATE(4201), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7616), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(640), [sym_co_return_statement] = STATE(639), [sym_co_yield_statement] = STATE(638), [sym_throw_statement] = STATE(637), [sym_try_statement] = STATE(636), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_attributed_declarator_repeat1] = STATE(188), [sym_identifier] = ACTIONS(2356), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(345), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym_LBRACE] = ACTIONS(351), [anon_sym_LBRACK] = ACTIONS(1327), [sym_primitive_type] = ACTIONS(1951), [anon_sym_if] = ACTIONS(355), [anon_sym_switch] = ACTIONS(357), [anon_sym_case] = ACTIONS(359), [anon_sym_default] = ACTIONS(361), [anon_sym_while] = ACTIONS(363), [anon_sym_do] = ACTIONS(365), [anon_sym_for] = ACTIONS(367), [anon_sym_return] = ACTIONS(369), [anon_sym_break] = ACTIONS(371), [anon_sym_continue] = ACTIONS(373), [anon_sym_goto] = ACTIONS(375), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_try] = ACTIONS(379), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(381), [anon_sym_co_return] = ACTIONS(391), [anon_sym_co_yield] = ACTIONS(393), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [215] = { [sym_attribute_declaration] = STATE(281), [sym_compound_statement] = STATE(1474), [sym_attributed_statement] = STATE(1474), [sym_labeled_statement] = STATE(1474), [sym_expression_statement] = STATE(1474), [sym_if_statement] = STATE(1474), [sym_switch_statement] = STATE(1474), [sym_case_statement] = STATE(1474), [sym_while_statement] = STATE(1474), [sym_do_statement] = STATE(1474), [sym_for_statement] = STATE(1474), [sym_return_statement] = STATE(1474), [sym_break_statement] = STATE(1474), [sym_continue_statement] = STATE(1474), [sym_goto_statement] = STATE(1474), [sym__expression] = STATE(4266), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7341), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(1474), [sym_co_return_statement] = STATE(1474), [sym_co_yield_statement] = STATE(1474), [sym_throw_statement] = STATE(1474), [sym_try_statement] = STATE(1474), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_attributed_declarator_repeat1] = STATE(281), [sym_identifier] = ACTIONS(2412), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(1728), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym_LBRACE] = ACTIONS(1732), [anon_sym_LBRACK] = ACTIONS(1327), [sym_primitive_type] = ACTIONS(1951), [anon_sym_if] = ACTIONS(1734), [anon_sym_switch] = ACTIONS(1736), [anon_sym_case] = ACTIONS(2234), [anon_sym_default] = ACTIONS(2236), [anon_sym_while] = ACTIONS(1738), [anon_sym_do] = ACTIONS(1740), [anon_sym_for] = ACTIONS(1742), [anon_sym_return] = ACTIONS(1744), [anon_sym_break] = ACTIONS(1746), [anon_sym_continue] = ACTIONS(1748), [anon_sym_goto] = ACTIONS(1750), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_try] = ACTIONS(1752), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(1754), [anon_sym_co_return] = ACTIONS(1756), [anon_sym_co_yield] = ACTIONS(1758), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [216] = { [sym_attribute_declaration] = STATE(281), [sym_compound_statement] = STATE(1475), [sym_attributed_statement] = STATE(1475), [sym_labeled_statement] = STATE(1475), [sym_expression_statement] = STATE(1475), [sym_if_statement] = STATE(1475), [sym_switch_statement] = STATE(1475), [sym_case_statement] = STATE(1475), [sym_while_statement] = STATE(1475), [sym_do_statement] = STATE(1475), [sym_for_statement] = STATE(1475), [sym_return_statement] = STATE(1475), [sym_break_statement] = STATE(1475), [sym_continue_statement] = STATE(1475), [sym_goto_statement] = STATE(1475), [sym__expression] = STATE(4266), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7341), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(1475), [sym_co_return_statement] = STATE(1475), [sym_co_yield_statement] = STATE(1475), [sym_throw_statement] = STATE(1475), [sym_try_statement] = STATE(1475), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_attributed_declarator_repeat1] = STATE(281), [sym_identifier] = ACTIONS(2412), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(1728), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym_LBRACE] = ACTIONS(1732), [anon_sym_LBRACK] = ACTIONS(1327), [sym_primitive_type] = ACTIONS(1951), [anon_sym_if] = ACTIONS(1734), [anon_sym_switch] = ACTIONS(1736), [anon_sym_case] = ACTIONS(2234), [anon_sym_default] = ACTIONS(2236), [anon_sym_while] = ACTIONS(1738), [anon_sym_do] = ACTIONS(1740), [anon_sym_for] = ACTIONS(1742), [anon_sym_return] = ACTIONS(1744), [anon_sym_break] = ACTIONS(1746), [anon_sym_continue] = ACTIONS(1748), [anon_sym_goto] = ACTIONS(1750), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_try] = ACTIONS(1752), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(1754), [anon_sym_co_return] = ACTIONS(1756), [anon_sym_co_yield] = ACTIONS(1758), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [217] = { [sym_attribute_declaration] = STATE(281), [sym_compound_statement] = STATE(1476), [sym_attributed_statement] = STATE(1476), [sym_labeled_statement] = STATE(1476), [sym_expression_statement] = STATE(1476), [sym_if_statement] = STATE(1476), [sym_switch_statement] = STATE(1476), [sym_case_statement] = STATE(1476), [sym_while_statement] = STATE(1476), [sym_do_statement] = STATE(1476), [sym_for_statement] = STATE(1476), [sym_return_statement] = STATE(1476), [sym_break_statement] = STATE(1476), [sym_continue_statement] = STATE(1476), [sym_goto_statement] = STATE(1476), [sym__expression] = STATE(4266), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7341), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(1476), [sym_co_return_statement] = STATE(1476), [sym_co_yield_statement] = STATE(1476), [sym_throw_statement] = STATE(1476), [sym_try_statement] = STATE(1476), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_attributed_declarator_repeat1] = STATE(281), [sym_identifier] = ACTIONS(2412), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(1728), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym_LBRACE] = ACTIONS(1732), [anon_sym_LBRACK] = ACTIONS(1327), [sym_primitive_type] = ACTIONS(1951), [anon_sym_if] = ACTIONS(1734), [anon_sym_switch] = ACTIONS(1736), [anon_sym_case] = ACTIONS(2234), [anon_sym_default] = ACTIONS(2236), [anon_sym_while] = ACTIONS(1738), [anon_sym_do] = ACTIONS(1740), [anon_sym_for] = ACTIONS(1742), [anon_sym_return] = ACTIONS(1744), [anon_sym_break] = ACTIONS(1746), [anon_sym_continue] = ACTIONS(1748), [anon_sym_goto] = ACTIONS(1750), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_try] = ACTIONS(1752), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(1754), [anon_sym_co_return] = ACTIONS(1756), [anon_sym_co_yield] = ACTIONS(1758), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [218] = { [sym_attribute_declaration] = STATE(188), [sym_compound_statement] = STATE(706), [sym_attributed_statement] = STATE(705), [sym_labeled_statement] = STATE(702), [sym_expression_statement] = STATE(700), [sym_if_statement] = STATE(698), [sym_switch_statement] = STATE(697), [sym_case_statement] = STATE(695), [sym_while_statement] = STATE(691), [sym_do_statement] = STATE(690), [sym_for_statement] = STATE(689), [sym_return_statement] = STATE(688), [sym_break_statement] = STATE(684), [sym_continue_statement] = STATE(682), [sym_goto_statement] = STATE(680), [sym__expression] = STATE(4201), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7616), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(674), [sym_co_return_statement] = STATE(672), [sym_co_yield_statement] = STATE(671), [sym_throw_statement] = STATE(670), [sym_try_statement] = STATE(668), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_attributed_declarator_repeat1] = STATE(188), [sym_identifier] = ACTIONS(2356), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(345), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym_LBRACE] = ACTIONS(351), [anon_sym_LBRACK] = ACTIONS(1327), [sym_primitive_type] = ACTIONS(1951), [anon_sym_if] = ACTIONS(355), [anon_sym_switch] = ACTIONS(357), [anon_sym_case] = ACTIONS(359), [anon_sym_default] = ACTIONS(361), [anon_sym_while] = ACTIONS(363), [anon_sym_do] = ACTIONS(365), [anon_sym_for] = ACTIONS(367), [anon_sym_return] = ACTIONS(369), [anon_sym_break] = ACTIONS(371), [anon_sym_continue] = ACTIONS(373), [anon_sym_goto] = ACTIONS(375), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_try] = ACTIONS(379), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(381), [anon_sym_co_return] = ACTIONS(391), [anon_sym_co_yield] = ACTIONS(393), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [219] = { [sym_attribute_declaration] = STATE(281), [sym_compound_statement] = STATE(1477), [sym_attributed_statement] = STATE(1478), [sym_labeled_statement] = STATE(1479), [sym_expression_statement] = STATE(1481), [sym_if_statement] = STATE(1482), [sym_switch_statement] = STATE(1483), [sym_case_statement] = STATE(1485), [sym_while_statement] = STATE(1486), [sym_do_statement] = STATE(1487), [sym_for_statement] = STATE(1488), [sym_return_statement] = STATE(1489), [sym_break_statement] = STATE(1491), [sym_continue_statement] = STATE(1492), [sym_goto_statement] = STATE(1493), [sym__expression] = STATE(4266), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7341), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(1462), [sym_co_return_statement] = STATE(1498), [sym_co_yield_statement] = STATE(1501), [sym_throw_statement] = STATE(1502), [sym_try_statement] = STATE(1503), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_attributed_declarator_repeat1] = STATE(281), [sym_identifier] = ACTIONS(2412), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(1728), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym_LBRACE] = ACTIONS(1732), [anon_sym_LBRACK] = ACTIONS(1327), [sym_primitive_type] = ACTIONS(1951), [anon_sym_if] = ACTIONS(1734), [anon_sym_switch] = ACTIONS(1736), [anon_sym_case] = ACTIONS(2234), [anon_sym_default] = ACTIONS(2236), [anon_sym_while] = ACTIONS(1738), [anon_sym_do] = ACTIONS(1740), [anon_sym_for] = ACTIONS(1742), [anon_sym_return] = ACTIONS(1744), [anon_sym_break] = ACTIONS(1746), [anon_sym_continue] = ACTIONS(1748), [anon_sym_goto] = ACTIONS(1750), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_try] = ACTIONS(1752), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(1754), [anon_sym_co_return] = ACTIONS(1756), [anon_sym_co_yield] = ACTIONS(1758), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [220] = { [sym_attribute_declaration] = STATE(281), [sym_compound_statement] = STATE(1505), [sym_attributed_statement] = STATE(1507), [sym_labeled_statement] = STATE(1510), [sym_expression_statement] = STATE(1511), [sym_if_statement] = STATE(1518), [sym_switch_statement] = STATE(1519), [sym_case_statement] = STATE(1521), [sym_while_statement] = STATE(1522), [sym_do_statement] = STATE(1527), [sym_for_statement] = STATE(1530), [sym_return_statement] = STATE(1531), [sym_break_statement] = STATE(1532), [sym_continue_statement] = STATE(1533), [sym_goto_statement] = STATE(1534), [sym__expression] = STATE(4266), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7341), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(1538), [sym_co_return_statement] = STATE(1539), [sym_co_yield_statement] = STATE(1540), [sym_throw_statement] = STATE(1543), [sym_try_statement] = STATE(1544), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_attributed_declarator_repeat1] = STATE(281), [sym_identifier] = ACTIONS(2412), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(1728), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym_LBRACE] = ACTIONS(1732), [anon_sym_LBRACK] = ACTIONS(1327), [sym_primitive_type] = ACTIONS(1951), [anon_sym_if] = ACTIONS(1734), [anon_sym_switch] = ACTIONS(1736), [anon_sym_case] = ACTIONS(2234), [anon_sym_default] = ACTIONS(2236), [anon_sym_while] = ACTIONS(1738), [anon_sym_do] = ACTIONS(1740), [anon_sym_for] = ACTIONS(1742), [anon_sym_return] = ACTIONS(1744), [anon_sym_break] = ACTIONS(1746), [anon_sym_continue] = ACTIONS(1748), [anon_sym_goto] = ACTIONS(1750), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_try] = ACTIONS(1752), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(1754), [anon_sym_co_return] = ACTIONS(1756), [anon_sym_co_yield] = ACTIONS(1758), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [221] = { [sym_attribute_declaration] = STATE(161), [sym_compound_statement] = STATE(409), [sym_attributed_statement] = STATE(409), [sym_labeled_statement] = STATE(409), [sym_expression_statement] = STATE(409), [sym_if_statement] = STATE(409), [sym_switch_statement] = STATE(409), [sym_case_statement] = STATE(409), [sym_while_statement] = STATE(409), [sym_do_statement] = STATE(409), [sym_for_statement] = STATE(409), [sym_return_statement] = STATE(409), [sym_break_statement] = STATE(409), [sym_continue_statement] = STATE(409), [sym_goto_statement] = STATE(409), [sym__expression] = STATE(4232), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7187), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(409), [sym_co_return_statement] = STATE(409), [sym_co_yield_statement] = STATE(409), [sym_throw_statement] = STATE(409), [sym_try_statement] = STATE(409), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_attributed_declarator_repeat1] = STATE(161), [sym_identifier] = ACTIONS(2354), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(247), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym_LBRACE] = ACTIONS(253), [anon_sym_LBRACK] = ACTIONS(1327), [sym_primitive_type] = ACTIONS(1951), [anon_sym_if] = ACTIONS(257), [anon_sym_switch] = ACTIONS(259), [anon_sym_case] = ACTIONS(261), [anon_sym_default] = ACTIONS(263), [anon_sym_while] = ACTIONS(265), [anon_sym_do] = ACTIONS(267), [anon_sym_for] = ACTIONS(269), [anon_sym_return] = ACTIONS(271), [anon_sym_break] = ACTIONS(273), [anon_sym_continue] = ACTIONS(275), [anon_sym_goto] = ACTIONS(277), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_try] = ACTIONS(281), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(283), [anon_sym_co_return] = ACTIONS(293), [anon_sym_co_yield] = ACTIONS(295), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [222] = { [sym_attribute_declaration] = STATE(281), [sym_compound_statement] = STATE(1545), [sym_attributed_statement] = STATE(1545), [sym_labeled_statement] = STATE(1545), [sym_expression_statement] = STATE(1545), [sym_if_statement] = STATE(1545), [sym_switch_statement] = STATE(1545), [sym_case_statement] = STATE(1545), [sym_while_statement] = STATE(1545), [sym_do_statement] = STATE(1545), [sym_for_statement] = STATE(1545), [sym_return_statement] = STATE(1545), [sym_break_statement] = STATE(1545), [sym_continue_statement] = STATE(1545), [sym_goto_statement] = STATE(1545), [sym__expression] = STATE(4266), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7341), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(1545), [sym_co_return_statement] = STATE(1545), [sym_co_yield_statement] = STATE(1545), [sym_throw_statement] = STATE(1545), [sym_try_statement] = STATE(1545), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_attributed_declarator_repeat1] = STATE(281), [sym_identifier] = ACTIONS(2412), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(1728), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym_LBRACE] = ACTIONS(1732), [anon_sym_LBRACK] = ACTIONS(1327), [sym_primitive_type] = ACTIONS(1951), [anon_sym_if] = ACTIONS(1734), [anon_sym_switch] = ACTIONS(1736), [anon_sym_case] = ACTIONS(2234), [anon_sym_default] = ACTIONS(2236), [anon_sym_while] = ACTIONS(1738), [anon_sym_do] = ACTIONS(1740), [anon_sym_for] = ACTIONS(1742), [anon_sym_return] = ACTIONS(1744), [anon_sym_break] = ACTIONS(1746), [anon_sym_continue] = ACTIONS(1748), [anon_sym_goto] = ACTIONS(1750), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_try] = ACTIONS(1752), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(1754), [anon_sym_co_return] = ACTIONS(1756), [anon_sym_co_yield] = ACTIONS(1758), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [223] = { [sym_attribute_declaration] = STATE(204), [sym_compound_statement] = STATE(802), [sym_attributed_statement] = STATE(802), [sym_labeled_statement] = STATE(802), [sym_expression_statement] = STATE(802), [sym_if_statement] = STATE(802), [sym_switch_statement] = STATE(802), [sym_case_statement] = STATE(802), [sym_while_statement] = STATE(802), [sym_do_statement] = STATE(802), [sym_for_statement] = STATE(802), [sym_return_statement] = STATE(802), [sym_break_statement] = STATE(802), [sym_continue_statement] = STATE(802), [sym_goto_statement] = STATE(802), [sym__expression] = STATE(4301), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7279), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(802), [sym_co_return_statement] = STATE(802), [sym_co_yield_statement] = STATE(802), [sym_throw_statement] = STATE(802), [sym_try_statement] = STATE(802), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_attributed_declarator_repeat1] = STATE(204), [sym_identifier] = ACTIONS(2099), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(167), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym_LBRACE] = ACTIONS(738), [anon_sym_LBRACK] = ACTIONS(1327), [sym_primitive_type] = ACTIONS(1951), [anon_sym_if] = ACTIONS(181), [anon_sym_switch] = ACTIONS(183), [anon_sym_case] = ACTIONS(185), [anon_sym_default] = ACTIONS(187), [anon_sym_while] = ACTIONS(189), [anon_sym_do] = ACTIONS(191), [anon_sym_for] = ACTIONS(193), [anon_sym_return] = ACTIONS(195), [anon_sym_break] = ACTIONS(197), [anon_sym_continue] = ACTIONS(199), [anon_sym_goto] = ACTIONS(201), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_try] = ACTIONS(209), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(211), [anon_sym_co_return] = ACTIONS(221), [anon_sym_co_yield] = ACTIONS(223), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [224] = { [sym_attribute_declaration] = STATE(245), [sym_compound_statement] = STATE(963), [sym_attributed_statement] = STATE(963), [sym_labeled_statement] = STATE(963), [sym_expression_statement] = STATE(963), [sym_if_statement] = STATE(963), [sym_switch_statement] = STATE(963), [sym_case_statement] = STATE(963), [sym_while_statement] = STATE(963), [sym_do_statement] = STATE(963), [sym_for_statement] = STATE(963), [sym_return_statement] = STATE(963), [sym_break_statement] = STATE(963), [sym_continue_statement] = STATE(963), [sym_goto_statement] = STATE(963), [sym__expression] = STATE(4294), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7438), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(963), [sym_co_return_statement] = STATE(963), [sym_co_yield_statement] = STATE(963), [sym_throw_statement] = STATE(963), [sym_try_statement] = STATE(963), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_attributed_declarator_repeat1] = STATE(245), [sym_identifier] = ACTIONS(2352), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(780), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym_LBRACE] = ACTIONS(786), [anon_sym_LBRACK] = ACTIONS(1327), [sym_primitive_type] = ACTIONS(1951), [anon_sym_if] = ACTIONS(790), [anon_sym_switch] = ACTIONS(792), [anon_sym_case] = ACTIONS(794), [anon_sym_default] = ACTIONS(796), [anon_sym_while] = ACTIONS(798), [anon_sym_do] = ACTIONS(800), [anon_sym_for] = ACTIONS(802), [anon_sym_return] = ACTIONS(804), [anon_sym_break] = ACTIONS(806), [anon_sym_continue] = ACTIONS(808), [anon_sym_goto] = ACTIONS(810), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_try] = ACTIONS(814), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(816), [anon_sym_co_return] = ACTIONS(826), [anon_sym_co_yield] = ACTIONS(828), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [225] = { [sym_attribute_declaration] = STATE(281), [sym_compound_statement] = STATE(1546), [sym_attributed_statement] = STATE(1546), [sym_labeled_statement] = STATE(1546), [sym_expression_statement] = STATE(1546), [sym_if_statement] = STATE(1546), [sym_switch_statement] = STATE(1546), [sym_case_statement] = STATE(1546), [sym_while_statement] = STATE(1546), [sym_do_statement] = STATE(1546), [sym_for_statement] = STATE(1546), [sym_return_statement] = STATE(1546), [sym_break_statement] = STATE(1546), [sym_continue_statement] = STATE(1546), [sym_goto_statement] = STATE(1546), [sym__expression] = STATE(4266), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7341), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(1546), [sym_co_return_statement] = STATE(1546), [sym_co_yield_statement] = STATE(1546), [sym_throw_statement] = STATE(1546), [sym_try_statement] = STATE(1546), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_attributed_declarator_repeat1] = STATE(281), [sym_identifier] = ACTIONS(2412), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(1728), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym_LBRACE] = ACTIONS(1732), [anon_sym_LBRACK] = ACTIONS(1327), [sym_primitive_type] = ACTIONS(1951), [anon_sym_if] = ACTIONS(1734), [anon_sym_switch] = ACTIONS(1736), [anon_sym_case] = ACTIONS(2234), [anon_sym_default] = ACTIONS(2236), [anon_sym_while] = ACTIONS(1738), [anon_sym_do] = ACTIONS(1740), [anon_sym_for] = ACTIONS(1742), [anon_sym_return] = ACTIONS(1744), [anon_sym_break] = ACTIONS(1746), [anon_sym_continue] = ACTIONS(1748), [anon_sym_goto] = ACTIONS(1750), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_try] = ACTIONS(1752), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(1754), [anon_sym_co_return] = ACTIONS(1756), [anon_sym_co_yield] = ACTIONS(1758), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [226] = { [sym_attribute_declaration] = STATE(281), [sym_compound_statement] = STATE(1547), [sym_attributed_statement] = STATE(1547), [sym_labeled_statement] = STATE(1547), [sym_expression_statement] = STATE(1547), [sym_if_statement] = STATE(1547), [sym_switch_statement] = STATE(1547), [sym_case_statement] = STATE(1547), [sym_while_statement] = STATE(1547), [sym_do_statement] = STATE(1547), [sym_for_statement] = STATE(1547), [sym_return_statement] = STATE(1547), [sym_break_statement] = STATE(1547), [sym_continue_statement] = STATE(1547), [sym_goto_statement] = STATE(1547), [sym__expression] = STATE(4266), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7341), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(1547), [sym_co_return_statement] = STATE(1547), [sym_co_yield_statement] = STATE(1547), [sym_throw_statement] = STATE(1547), [sym_try_statement] = STATE(1547), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_attributed_declarator_repeat1] = STATE(281), [sym_identifier] = ACTIONS(2412), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(1728), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym_LBRACE] = ACTIONS(1732), [anon_sym_LBRACK] = ACTIONS(1327), [sym_primitive_type] = ACTIONS(1951), [anon_sym_if] = ACTIONS(1734), [anon_sym_switch] = ACTIONS(1736), [anon_sym_case] = ACTIONS(2234), [anon_sym_default] = ACTIONS(2236), [anon_sym_while] = ACTIONS(1738), [anon_sym_do] = ACTIONS(1740), [anon_sym_for] = ACTIONS(1742), [anon_sym_return] = ACTIONS(1744), [anon_sym_break] = ACTIONS(1746), [anon_sym_continue] = ACTIONS(1748), [anon_sym_goto] = ACTIONS(1750), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_try] = ACTIONS(1752), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(1754), [anon_sym_co_return] = ACTIONS(1756), [anon_sym_co_yield] = ACTIONS(1758), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [227] = { [sym_attribute_declaration] = STATE(281), [sym_compound_statement] = STATE(1548), [sym_attributed_statement] = STATE(1549), [sym_labeled_statement] = STATE(1550), [sym_expression_statement] = STATE(1551), [sym_if_statement] = STATE(1552), [sym_switch_statement] = STATE(1553), [sym_case_statement] = STATE(1554), [sym_while_statement] = STATE(1556), [sym_do_statement] = STATE(1570), [sym_for_statement] = STATE(1583), [sym_return_statement] = STATE(1582), [sym_break_statement] = STATE(1581), [sym_continue_statement] = STATE(1580), [sym_goto_statement] = STATE(1579), [sym__expression] = STATE(4266), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7341), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(1578), [sym_co_return_statement] = STATE(1577), [sym_co_yield_statement] = STATE(1576), [sym_throw_statement] = STATE(1575), [sym_try_statement] = STATE(1574), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_attributed_declarator_repeat1] = STATE(281), [sym_identifier] = ACTIONS(2412), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(1728), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym_LBRACE] = ACTIONS(1732), [anon_sym_LBRACK] = ACTIONS(1327), [sym_primitive_type] = ACTIONS(1951), [anon_sym_if] = ACTIONS(1734), [anon_sym_switch] = ACTIONS(1736), [anon_sym_case] = ACTIONS(2234), [anon_sym_default] = ACTIONS(2236), [anon_sym_while] = ACTIONS(1738), [anon_sym_do] = ACTIONS(1740), [anon_sym_for] = ACTIONS(1742), [anon_sym_return] = ACTIONS(1744), [anon_sym_break] = ACTIONS(1746), [anon_sym_continue] = ACTIONS(1748), [anon_sym_goto] = ACTIONS(1750), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_try] = ACTIONS(1752), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(1754), [anon_sym_co_return] = ACTIONS(1756), [anon_sym_co_yield] = ACTIONS(1758), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [228] = { [sym_attribute_declaration] = STATE(166), [sym_compound_statement] = STATE(999), [sym_attributed_statement] = STATE(999), [sym_labeled_statement] = STATE(999), [sym_expression_statement] = STATE(999), [sym_if_statement] = STATE(999), [sym_switch_statement] = STATE(999), [sym_case_statement] = STATE(999), [sym_while_statement] = STATE(999), [sym_do_statement] = STATE(999), [sym_for_statement] = STATE(999), [sym_return_statement] = STATE(999), [sym_break_statement] = STATE(999), [sym_continue_statement] = STATE(999), [sym_goto_statement] = STATE(999), [sym__expression] = STATE(4223), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7086), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(999), [sym_co_return_statement] = STATE(999), [sym_co_yield_statement] = STATE(999), [sym_throw_statement] = STATE(999), [sym_try_statement] = STATE(999), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_attributed_declarator_repeat1] = STATE(166), [sym_identifier] = ACTIONS(2242), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(1569), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym_LBRACE] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(1327), [sym_primitive_type] = ACTIONS(1951), [anon_sym_if] = ACTIONS(71), [anon_sym_switch] = ACTIONS(73), [anon_sym_case] = ACTIONS(75), [anon_sym_default] = ACTIONS(77), [anon_sym_while] = ACTIONS(79), [anon_sym_do] = ACTIONS(81), [anon_sym_for] = ACTIONS(83), [anon_sym_return] = ACTIONS(85), [anon_sym_break] = ACTIONS(87), [anon_sym_continue] = ACTIONS(89), [anon_sym_goto] = ACTIONS(91), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_try] = ACTIONS(127), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(131), [anon_sym_co_return] = ACTIONS(141), [anon_sym_co_yield] = ACTIONS(143), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [229] = { [sym_attribute_declaration] = STATE(281), [sym_compound_statement] = STATE(1573), [sym_attributed_statement] = STATE(1571), [sym_labeled_statement] = STATE(1569), [sym_expression_statement] = STATE(1568), [sym_if_statement] = STATE(1567), [sym_switch_statement] = STATE(1566), [sym_case_statement] = STATE(1565), [sym_while_statement] = STATE(1564), [sym_do_statement] = STATE(1563), [sym_for_statement] = STATE(1562), [sym_return_statement] = STATE(1561), [sym_break_statement] = STATE(1560), [sym_continue_statement] = STATE(1559), [sym_goto_statement] = STATE(1558), [sym__expression] = STATE(4266), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7341), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(1557), [sym_co_return_statement] = STATE(1517), [sym_co_yield_statement] = STATE(1516), [sym_throw_statement] = STATE(1515), [sym_try_statement] = STATE(1514), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_attributed_declarator_repeat1] = STATE(281), [sym_identifier] = ACTIONS(2412), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(1728), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym_LBRACE] = ACTIONS(1732), [anon_sym_LBRACK] = ACTIONS(1327), [sym_primitive_type] = ACTIONS(1951), [anon_sym_if] = ACTIONS(1734), [anon_sym_switch] = ACTIONS(1736), [anon_sym_case] = ACTIONS(2234), [anon_sym_default] = ACTIONS(2236), [anon_sym_while] = ACTIONS(1738), [anon_sym_do] = ACTIONS(1740), [anon_sym_for] = ACTIONS(1742), [anon_sym_return] = ACTIONS(1744), [anon_sym_break] = ACTIONS(1746), [anon_sym_continue] = ACTIONS(1748), [anon_sym_goto] = ACTIONS(1750), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_try] = ACTIONS(1752), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(1754), [anon_sym_co_return] = ACTIONS(1756), [anon_sym_co_yield] = ACTIONS(1758), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [230] = { [sym_attribute_declaration] = STATE(166), [sym_compound_statement] = STATE(935), [sym_attributed_statement] = STATE(935), [sym_labeled_statement] = STATE(935), [sym_expression_statement] = STATE(935), [sym_if_statement] = STATE(935), [sym_switch_statement] = STATE(935), [sym_case_statement] = STATE(935), [sym_while_statement] = STATE(935), [sym_do_statement] = STATE(935), [sym_for_statement] = STATE(935), [sym_return_statement] = STATE(935), [sym_break_statement] = STATE(935), [sym_continue_statement] = STATE(935), [sym_goto_statement] = STATE(935), [sym__expression] = STATE(4223), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7086), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(935), [sym_co_return_statement] = STATE(935), [sym_co_yield_statement] = STATE(935), [sym_throw_statement] = STATE(935), [sym_try_statement] = STATE(935), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_attributed_declarator_repeat1] = STATE(166), [sym_identifier] = ACTIONS(2242), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(1569), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym_LBRACE] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(1327), [sym_primitive_type] = ACTIONS(1951), [anon_sym_if] = ACTIONS(71), [anon_sym_switch] = ACTIONS(73), [anon_sym_case] = ACTIONS(75), [anon_sym_default] = ACTIONS(77), [anon_sym_while] = ACTIONS(79), [anon_sym_do] = ACTIONS(81), [anon_sym_for] = ACTIONS(83), [anon_sym_return] = ACTIONS(85), [anon_sym_break] = ACTIONS(87), [anon_sym_continue] = ACTIONS(89), [anon_sym_goto] = ACTIONS(91), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_try] = ACTIONS(127), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(131), [anon_sym_co_return] = ACTIONS(141), [anon_sym_co_yield] = ACTIONS(143), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [231] = { [sym_attribute_declaration] = STATE(161), [sym_compound_statement] = STATE(410), [sym_attributed_statement] = STATE(410), [sym_labeled_statement] = STATE(410), [sym_expression_statement] = STATE(410), [sym_if_statement] = STATE(410), [sym_switch_statement] = STATE(410), [sym_case_statement] = STATE(410), [sym_while_statement] = STATE(410), [sym_do_statement] = STATE(410), [sym_for_statement] = STATE(410), [sym_return_statement] = STATE(410), [sym_break_statement] = STATE(410), [sym_continue_statement] = STATE(410), [sym_goto_statement] = STATE(410), [sym__expression] = STATE(4232), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7187), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(410), [sym_co_return_statement] = STATE(410), [sym_co_yield_statement] = STATE(410), [sym_throw_statement] = STATE(410), [sym_try_statement] = STATE(410), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_attributed_declarator_repeat1] = STATE(161), [sym_identifier] = ACTIONS(2354), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(247), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym_LBRACE] = ACTIONS(253), [anon_sym_LBRACK] = ACTIONS(1327), [sym_primitive_type] = ACTIONS(1951), [anon_sym_if] = ACTIONS(257), [anon_sym_switch] = ACTIONS(259), [anon_sym_case] = ACTIONS(261), [anon_sym_default] = ACTIONS(263), [anon_sym_while] = ACTIONS(265), [anon_sym_do] = ACTIONS(267), [anon_sym_for] = ACTIONS(269), [anon_sym_return] = ACTIONS(271), [anon_sym_break] = ACTIONS(273), [anon_sym_continue] = ACTIONS(275), [anon_sym_goto] = ACTIONS(277), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_try] = ACTIONS(281), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(283), [anon_sym_co_return] = ACTIONS(293), [anon_sym_co_yield] = ACTIONS(295), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [232] = { [sym_attribute_declaration] = STATE(149), [sym_compound_statement] = STATE(954), [sym_attributed_statement] = STATE(956), [sym_labeled_statement] = STATE(957), [sym_expression_statement] = STATE(958), [sym_if_statement] = STATE(961), [sym_switch_statement] = STATE(964), [sym_case_statement] = STATE(966), [sym_while_statement] = STATE(968), [sym_do_statement] = STATE(969), [sym_for_statement] = STATE(971), [sym_return_statement] = STATE(972), [sym_break_statement] = STATE(978), [sym_continue_statement] = STATE(982), [sym_goto_statement] = STATE(983), [sym__expression] = STATE(4301), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7279), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(991), [sym_co_return_statement] = STATE(997), [sym_co_yield_statement] = STATE(998), [sym_throw_statement] = STATE(1004), [sym_try_statement] = STATE(1005), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_attributed_declarator_repeat1] = STATE(149), [sym_identifier] = ACTIONS(2230), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(167), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym_LBRACE] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(1327), [sym_primitive_type] = ACTIONS(1951), [anon_sym_if] = ACTIONS(2232), [anon_sym_switch] = ACTIONS(73), [anon_sym_case] = ACTIONS(2234), [anon_sym_default] = ACTIONS(2236), [anon_sym_while] = ACTIONS(2238), [anon_sym_do] = ACTIONS(81), [anon_sym_for] = ACTIONS(2240), [anon_sym_return] = ACTIONS(85), [anon_sym_break] = ACTIONS(87), [anon_sym_continue] = ACTIONS(89), [anon_sym_goto] = ACTIONS(91), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_try] = ACTIONS(127), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(131), [anon_sym_co_return] = ACTIONS(141), [anon_sym_co_yield] = ACTIONS(143), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [233] = { [sym_attribute_declaration] = STATE(161), [sym_compound_statement] = STATE(379), [sym_attributed_statement] = STATE(379), [sym_labeled_statement] = STATE(379), [sym_expression_statement] = STATE(379), [sym_if_statement] = STATE(379), [sym_switch_statement] = STATE(379), [sym_case_statement] = STATE(379), [sym_while_statement] = STATE(379), [sym_do_statement] = STATE(379), [sym_for_statement] = STATE(379), [sym_return_statement] = STATE(379), [sym_break_statement] = STATE(379), [sym_continue_statement] = STATE(379), [sym_goto_statement] = STATE(379), [sym__expression] = STATE(4232), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7187), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(379), [sym_co_return_statement] = STATE(379), [sym_co_yield_statement] = STATE(379), [sym_throw_statement] = STATE(379), [sym_try_statement] = STATE(379), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_attributed_declarator_repeat1] = STATE(161), [sym_identifier] = ACTIONS(2354), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(247), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym_LBRACE] = ACTIONS(253), [anon_sym_LBRACK] = ACTIONS(1327), [sym_primitive_type] = ACTIONS(1951), [anon_sym_if] = ACTIONS(257), [anon_sym_switch] = ACTIONS(259), [anon_sym_case] = ACTIONS(261), [anon_sym_default] = ACTIONS(263), [anon_sym_while] = ACTIONS(265), [anon_sym_do] = ACTIONS(267), [anon_sym_for] = ACTIONS(269), [anon_sym_return] = ACTIONS(271), [anon_sym_break] = ACTIONS(273), [anon_sym_continue] = ACTIONS(275), [anon_sym_goto] = ACTIONS(277), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_try] = ACTIONS(281), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(283), [anon_sym_co_return] = ACTIONS(293), [anon_sym_co_yield] = ACTIONS(295), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [234] = { [sym_attribute_declaration] = STATE(204), [sym_compound_statement] = STATE(1153), [sym_attributed_statement] = STATE(1153), [sym_labeled_statement] = STATE(1153), [sym_expression_statement] = STATE(1153), [sym_if_statement] = STATE(1153), [sym_switch_statement] = STATE(1153), [sym_case_statement] = STATE(1153), [sym_while_statement] = STATE(1153), [sym_do_statement] = STATE(1153), [sym_for_statement] = STATE(1153), [sym_return_statement] = STATE(1153), [sym_break_statement] = STATE(1153), [sym_continue_statement] = STATE(1153), [sym_goto_statement] = STATE(1153), [sym__expression] = STATE(4301), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7279), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(1153), [sym_co_return_statement] = STATE(1153), [sym_co_yield_statement] = STATE(1153), [sym_throw_statement] = STATE(1153), [sym_try_statement] = STATE(1153), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_attributed_declarator_repeat1] = STATE(204), [sym_identifier] = ACTIONS(2099), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(167), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym_LBRACE] = ACTIONS(738), [anon_sym_LBRACK] = ACTIONS(1327), [sym_primitive_type] = ACTIONS(1951), [anon_sym_if] = ACTIONS(181), [anon_sym_switch] = ACTIONS(183), [anon_sym_case] = ACTIONS(185), [anon_sym_default] = ACTIONS(187), [anon_sym_while] = ACTIONS(189), [anon_sym_do] = ACTIONS(191), [anon_sym_for] = ACTIONS(193), [anon_sym_return] = ACTIONS(195), [anon_sym_break] = ACTIONS(197), [anon_sym_continue] = ACTIONS(199), [anon_sym_goto] = ACTIONS(201), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_try] = ACTIONS(209), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(211), [anon_sym_co_return] = ACTIONS(221), [anon_sym_co_yield] = ACTIONS(223), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [235] = { [sym_attribute_declaration] = STATE(166), [sym_compound_statement] = STATE(940), [sym_attributed_statement] = STATE(940), [sym_labeled_statement] = STATE(940), [sym_expression_statement] = STATE(940), [sym_if_statement] = STATE(940), [sym_switch_statement] = STATE(940), [sym_case_statement] = STATE(940), [sym_while_statement] = STATE(940), [sym_do_statement] = STATE(940), [sym_for_statement] = STATE(940), [sym_return_statement] = STATE(940), [sym_break_statement] = STATE(940), [sym_continue_statement] = STATE(940), [sym_goto_statement] = STATE(940), [sym__expression] = STATE(4223), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7086), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(940), [sym_co_return_statement] = STATE(940), [sym_co_yield_statement] = STATE(940), [sym_throw_statement] = STATE(940), [sym_try_statement] = STATE(940), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_attributed_declarator_repeat1] = STATE(166), [sym_identifier] = ACTIONS(2242), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(1569), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym_LBRACE] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(1327), [sym_primitive_type] = ACTIONS(1951), [anon_sym_if] = ACTIONS(71), [anon_sym_switch] = ACTIONS(73), [anon_sym_case] = ACTIONS(75), [anon_sym_default] = ACTIONS(77), [anon_sym_while] = ACTIONS(79), [anon_sym_do] = ACTIONS(81), [anon_sym_for] = ACTIONS(83), [anon_sym_return] = ACTIONS(85), [anon_sym_break] = ACTIONS(87), [anon_sym_continue] = ACTIONS(89), [anon_sym_goto] = ACTIONS(91), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_try] = ACTIONS(127), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(131), [anon_sym_co_return] = ACTIONS(141), [anon_sym_co_yield] = ACTIONS(143), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [236] = { [sym_attribute_declaration] = STATE(166), [sym_compound_statement] = STATE(941), [sym_attributed_statement] = STATE(941), [sym_labeled_statement] = STATE(941), [sym_expression_statement] = STATE(941), [sym_if_statement] = STATE(941), [sym_switch_statement] = STATE(941), [sym_case_statement] = STATE(941), [sym_while_statement] = STATE(941), [sym_do_statement] = STATE(941), [sym_for_statement] = STATE(941), [sym_return_statement] = STATE(941), [sym_break_statement] = STATE(941), [sym_continue_statement] = STATE(941), [sym_goto_statement] = STATE(941), [sym__expression] = STATE(4223), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7086), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(941), [sym_co_return_statement] = STATE(941), [sym_co_yield_statement] = STATE(941), [sym_throw_statement] = STATE(941), [sym_try_statement] = STATE(941), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_attributed_declarator_repeat1] = STATE(166), [sym_identifier] = ACTIONS(2242), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(1569), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym_LBRACE] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(1327), [sym_primitive_type] = ACTIONS(1951), [anon_sym_if] = ACTIONS(71), [anon_sym_switch] = ACTIONS(73), [anon_sym_case] = ACTIONS(75), [anon_sym_default] = ACTIONS(77), [anon_sym_while] = ACTIONS(79), [anon_sym_do] = ACTIONS(81), [anon_sym_for] = ACTIONS(83), [anon_sym_return] = ACTIONS(85), [anon_sym_break] = ACTIONS(87), [anon_sym_continue] = ACTIONS(89), [anon_sym_goto] = ACTIONS(91), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_try] = ACTIONS(127), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(131), [anon_sym_co_return] = ACTIONS(141), [anon_sym_co_yield] = ACTIONS(143), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [237] = { [sym_attribute_declaration] = STATE(188), [sym_compound_statement] = STATE(707), [sym_attributed_statement] = STATE(707), [sym_labeled_statement] = STATE(707), [sym_expression_statement] = STATE(707), [sym_if_statement] = STATE(707), [sym_switch_statement] = STATE(707), [sym_case_statement] = STATE(707), [sym_while_statement] = STATE(707), [sym_do_statement] = STATE(707), [sym_for_statement] = STATE(707), [sym_return_statement] = STATE(707), [sym_break_statement] = STATE(707), [sym_continue_statement] = STATE(707), [sym_goto_statement] = STATE(707), [sym__expression] = STATE(4201), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7616), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(707), [sym_co_return_statement] = STATE(707), [sym_co_yield_statement] = STATE(707), [sym_throw_statement] = STATE(707), [sym_try_statement] = STATE(707), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_attributed_declarator_repeat1] = STATE(188), [sym_identifier] = ACTIONS(2356), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(345), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym_LBRACE] = ACTIONS(351), [anon_sym_LBRACK] = ACTIONS(1327), [sym_primitive_type] = ACTIONS(1951), [anon_sym_if] = ACTIONS(355), [anon_sym_switch] = ACTIONS(357), [anon_sym_case] = ACTIONS(359), [anon_sym_default] = ACTIONS(361), [anon_sym_while] = ACTIONS(363), [anon_sym_do] = ACTIONS(365), [anon_sym_for] = ACTIONS(367), [anon_sym_return] = ACTIONS(369), [anon_sym_break] = ACTIONS(371), [anon_sym_continue] = ACTIONS(373), [anon_sym_goto] = ACTIONS(375), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_try] = ACTIONS(379), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(381), [anon_sym_co_return] = ACTIONS(391), [anon_sym_co_yield] = ACTIONS(393), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [238] = { [sym_attribute_declaration] = STATE(204), [sym_compound_statement] = STATE(1159), [sym_attributed_statement] = STATE(1159), [sym_labeled_statement] = STATE(1159), [sym_expression_statement] = STATE(1159), [sym_if_statement] = STATE(1159), [sym_switch_statement] = STATE(1159), [sym_case_statement] = STATE(1159), [sym_while_statement] = STATE(1159), [sym_do_statement] = STATE(1159), [sym_for_statement] = STATE(1159), [sym_return_statement] = STATE(1159), [sym_break_statement] = STATE(1159), [sym_continue_statement] = STATE(1159), [sym_goto_statement] = STATE(1159), [sym__expression] = STATE(4301), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7279), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(1159), [sym_co_return_statement] = STATE(1159), [sym_co_yield_statement] = STATE(1159), [sym_throw_statement] = STATE(1159), [sym_try_statement] = STATE(1159), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_attributed_declarator_repeat1] = STATE(204), [sym_identifier] = ACTIONS(2099), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(167), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym_LBRACE] = ACTIONS(738), [anon_sym_LBRACK] = ACTIONS(1327), [sym_primitive_type] = ACTIONS(1951), [anon_sym_if] = ACTIONS(181), [anon_sym_switch] = ACTIONS(183), [anon_sym_case] = ACTIONS(185), [anon_sym_default] = ACTIONS(187), [anon_sym_while] = ACTIONS(189), [anon_sym_do] = ACTIONS(191), [anon_sym_for] = ACTIONS(193), [anon_sym_return] = ACTIONS(195), [anon_sym_break] = ACTIONS(197), [anon_sym_continue] = ACTIONS(199), [anon_sym_goto] = ACTIONS(201), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_try] = ACTIONS(209), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(211), [anon_sym_co_return] = ACTIONS(221), [anon_sym_co_yield] = ACTIONS(223), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [239] = { [sym_attribute_declaration] = STATE(245), [sym_compound_statement] = STATE(907), [sym_attributed_statement] = STATE(907), [sym_labeled_statement] = STATE(907), [sym_expression_statement] = STATE(907), [sym_if_statement] = STATE(907), [sym_switch_statement] = STATE(907), [sym_case_statement] = STATE(907), [sym_while_statement] = STATE(907), [sym_do_statement] = STATE(907), [sym_for_statement] = STATE(907), [sym_return_statement] = STATE(907), [sym_break_statement] = STATE(907), [sym_continue_statement] = STATE(907), [sym_goto_statement] = STATE(907), [sym__expression] = STATE(4294), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7438), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(907), [sym_co_return_statement] = STATE(907), [sym_co_yield_statement] = STATE(907), [sym_throw_statement] = STATE(907), [sym_try_statement] = STATE(907), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_attributed_declarator_repeat1] = STATE(245), [sym_identifier] = ACTIONS(2352), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(780), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym_LBRACE] = ACTIONS(786), [anon_sym_LBRACK] = ACTIONS(1327), [sym_primitive_type] = ACTIONS(1951), [anon_sym_if] = ACTIONS(790), [anon_sym_switch] = ACTIONS(792), [anon_sym_case] = ACTIONS(794), [anon_sym_default] = ACTIONS(796), [anon_sym_while] = ACTIONS(798), [anon_sym_do] = ACTIONS(800), [anon_sym_for] = ACTIONS(802), [anon_sym_return] = ACTIONS(804), [anon_sym_break] = ACTIONS(806), [anon_sym_continue] = ACTIONS(808), [anon_sym_goto] = ACTIONS(810), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_try] = ACTIONS(814), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(816), [anon_sym_co_return] = ACTIONS(826), [anon_sym_co_yield] = ACTIONS(828), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [240] = { [sym_attribute_declaration] = STATE(245), [sym_compound_statement] = STATE(905), [sym_attributed_statement] = STATE(905), [sym_labeled_statement] = STATE(905), [sym_expression_statement] = STATE(905), [sym_if_statement] = STATE(905), [sym_switch_statement] = STATE(905), [sym_case_statement] = STATE(905), [sym_while_statement] = STATE(905), [sym_do_statement] = STATE(905), [sym_for_statement] = STATE(905), [sym_return_statement] = STATE(905), [sym_break_statement] = STATE(905), [sym_continue_statement] = STATE(905), [sym_goto_statement] = STATE(905), [sym__expression] = STATE(4294), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7438), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(905), [sym_co_return_statement] = STATE(905), [sym_co_yield_statement] = STATE(905), [sym_throw_statement] = STATE(905), [sym_try_statement] = STATE(905), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_attributed_declarator_repeat1] = STATE(245), [sym_identifier] = ACTIONS(2352), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(780), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym_LBRACE] = ACTIONS(786), [anon_sym_LBRACK] = ACTIONS(1327), [sym_primitive_type] = ACTIONS(1951), [anon_sym_if] = ACTIONS(790), [anon_sym_switch] = ACTIONS(792), [anon_sym_case] = ACTIONS(794), [anon_sym_default] = ACTIONS(796), [anon_sym_while] = ACTIONS(798), [anon_sym_do] = ACTIONS(800), [anon_sym_for] = ACTIONS(802), [anon_sym_return] = ACTIONS(804), [anon_sym_break] = ACTIONS(806), [anon_sym_continue] = ACTIONS(808), [anon_sym_goto] = ACTIONS(810), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_try] = ACTIONS(814), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(816), [anon_sym_co_return] = ACTIONS(826), [anon_sym_co_yield] = ACTIONS(828), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [241] = { [sym_attribute_declaration] = STATE(166), [sym_compound_statement] = STATE(942), [sym_attributed_statement] = STATE(942), [sym_labeled_statement] = STATE(942), [sym_expression_statement] = STATE(942), [sym_if_statement] = STATE(942), [sym_switch_statement] = STATE(942), [sym_case_statement] = STATE(942), [sym_while_statement] = STATE(942), [sym_do_statement] = STATE(942), [sym_for_statement] = STATE(942), [sym_return_statement] = STATE(942), [sym_break_statement] = STATE(942), [sym_continue_statement] = STATE(942), [sym_goto_statement] = STATE(942), [sym__expression] = STATE(4223), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7086), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(942), [sym_co_return_statement] = STATE(942), [sym_co_yield_statement] = STATE(942), [sym_throw_statement] = STATE(942), [sym_try_statement] = STATE(942), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_attributed_declarator_repeat1] = STATE(166), [sym_identifier] = ACTIONS(2242), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(1569), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym_LBRACE] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(1327), [sym_primitive_type] = ACTIONS(1951), [anon_sym_if] = ACTIONS(71), [anon_sym_switch] = ACTIONS(73), [anon_sym_case] = ACTIONS(75), [anon_sym_default] = ACTIONS(77), [anon_sym_while] = ACTIONS(79), [anon_sym_do] = ACTIONS(81), [anon_sym_for] = ACTIONS(83), [anon_sym_return] = ACTIONS(85), [anon_sym_break] = ACTIONS(87), [anon_sym_continue] = ACTIONS(89), [anon_sym_goto] = ACTIONS(91), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_try] = ACTIONS(127), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(131), [anon_sym_co_return] = ACTIONS(141), [anon_sym_co_yield] = ACTIONS(143), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [242] = { [sym_attribute_declaration] = STATE(204), [sym_compound_statement] = STATE(1017), [sym_attributed_statement] = STATE(1015), [sym_labeled_statement] = STATE(1014), [sym_expression_statement] = STATE(1013), [sym_if_statement] = STATE(1012), [sym_switch_statement] = STATE(1011), [sym_case_statement] = STATE(1010), [sym_while_statement] = STATE(1009), [sym_do_statement] = STATE(1008), [sym_for_statement] = STATE(825), [sym_return_statement] = STATE(1006), [sym_break_statement] = STATE(1003), [sym_continue_statement] = STATE(1002), [sym_goto_statement] = STATE(1001), [sym__expression] = STATE(4301), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7279), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(1000), [sym_co_return_statement] = STATE(996), [sym_co_yield_statement] = STATE(995), [sym_throw_statement] = STATE(994), [sym_try_statement] = STATE(993), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_attributed_declarator_repeat1] = STATE(204), [sym_identifier] = ACTIONS(2099), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(167), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym_LBRACE] = ACTIONS(738), [anon_sym_LBRACK] = ACTIONS(1327), [sym_primitive_type] = ACTIONS(1951), [anon_sym_if] = ACTIONS(181), [anon_sym_switch] = ACTIONS(183), [anon_sym_case] = ACTIONS(185), [anon_sym_default] = ACTIONS(187), [anon_sym_while] = ACTIONS(189), [anon_sym_do] = ACTIONS(191), [anon_sym_for] = ACTIONS(193), [anon_sym_return] = ACTIONS(195), [anon_sym_break] = ACTIONS(197), [anon_sym_continue] = ACTIONS(199), [anon_sym_goto] = ACTIONS(201), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_try] = ACTIONS(209), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(211), [anon_sym_co_return] = ACTIONS(221), [anon_sym_co_yield] = ACTIONS(223), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [243] = { [sym_attribute_declaration] = STATE(166), [sym_compound_statement] = STATE(943), [sym_attributed_statement] = STATE(943), [sym_labeled_statement] = STATE(943), [sym_expression_statement] = STATE(943), [sym_if_statement] = STATE(943), [sym_switch_statement] = STATE(943), [sym_case_statement] = STATE(943), [sym_while_statement] = STATE(943), [sym_do_statement] = STATE(943), [sym_for_statement] = STATE(943), [sym_return_statement] = STATE(943), [sym_break_statement] = STATE(943), [sym_continue_statement] = STATE(943), [sym_goto_statement] = STATE(943), [sym__expression] = STATE(4223), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7086), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(943), [sym_co_return_statement] = STATE(943), [sym_co_yield_statement] = STATE(943), [sym_throw_statement] = STATE(943), [sym_try_statement] = STATE(943), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_attributed_declarator_repeat1] = STATE(166), [sym_identifier] = ACTIONS(2242), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(1569), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym_LBRACE] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(1327), [sym_primitive_type] = ACTIONS(1951), [anon_sym_if] = ACTIONS(71), [anon_sym_switch] = ACTIONS(73), [anon_sym_case] = ACTIONS(75), [anon_sym_default] = ACTIONS(77), [anon_sym_while] = ACTIONS(79), [anon_sym_do] = ACTIONS(81), [anon_sym_for] = ACTIONS(83), [anon_sym_return] = ACTIONS(85), [anon_sym_break] = ACTIONS(87), [anon_sym_continue] = ACTIONS(89), [anon_sym_goto] = ACTIONS(91), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_try] = ACTIONS(127), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(131), [anon_sym_co_return] = ACTIONS(141), [anon_sym_co_yield] = ACTIONS(143), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [244] = { [sym_attribute_declaration] = STATE(188), [sym_compound_statement] = STATE(739), [sym_attributed_statement] = STATE(738), [sym_labeled_statement] = STATE(737), [sym_expression_statement] = STATE(736), [sym_if_statement] = STATE(735), [sym_switch_statement] = STATE(734), [sym_case_statement] = STATE(733), [sym_while_statement] = STATE(732), [sym_do_statement] = STATE(731), [sym_for_statement] = STATE(730), [sym_return_statement] = STATE(729), [sym_break_statement] = STATE(724), [sym_continue_statement] = STATE(723), [sym_goto_statement] = STATE(722), [sym__expression] = STATE(4201), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7616), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(721), [sym_co_return_statement] = STATE(696), [sym_co_yield_statement] = STATE(719), [sym_throw_statement] = STATE(718), [sym_try_statement] = STATE(717), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_attributed_declarator_repeat1] = STATE(188), [sym_identifier] = ACTIONS(2356), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(345), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym_LBRACE] = ACTIONS(351), [anon_sym_LBRACK] = ACTIONS(1327), [sym_primitive_type] = ACTIONS(1951), [anon_sym_if] = ACTIONS(355), [anon_sym_switch] = ACTIONS(357), [anon_sym_case] = ACTIONS(359), [anon_sym_default] = ACTIONS(361), [anon_sym_while] = ACTIONS(363), [anon_sym_do] = ACTIONS(365), [anon_sym_for] = ACTIONS(367), [anon_sym_return] = ACTIONS(369), [anon_sym_break] = ACTIONS(371), [anon_sym_continue] = ACTIONS(373), [anon_sym_goto] = ACTIONS(375), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_try] = ACTIONS(379), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(381), [anon_sym_co_return] = ACTIONS(391), [anon_sym_co_yield] = ACTIONS(393), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [245] = { [sym_attribute_declaration] = STATE(192), [sym_compound_statement] = STATE(952), [sym_attributed_statement] = STATE(952), [sym_labeled_statement] = STATE(952), [sym_expression_statement] = STATE(952), [sym_if_statement] = STATE(952), [sym_switch_statement] = STATE(952), [sym_case_statement] = STATE(952), [sym_while_statement] = STATE(952), [sym_do_statement] = STATE(952), [sym_for_statement] = STATE(952), [sym_return_statement] = STATE(952), [sym_break_statement] = STATE(952), [sym_continue_statement] = STATE(952), [sym_goto_statement] = STATE(952), [sym__expression] = STATE(4294), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7438), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(952), [sym_co_return_statement] = STATE(952), [sym_co_yield_statement] = STATE(952), [sym_throw_statement] = STATE(952), [sym_try_statement] = STATE(952), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_attributed_declarator_repeat1] = STATE(192), [sym_identifier] = ACTIONS(2352), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(780), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym_LBRACE] = ACTIONS(786), [anon_sym_LBRACK] = ACTIONS(1327), [sym_primitive_type] = ACTIONS(1951), [anon_sym_if] = ACTIONS(790), [anon_sym_switch] = ACTIONS(792), [anon_sym_case] = ACTIONS(794), [anon_sym_default] = ACTIONS(796), [anon_sym_while] = ACTIONS(798), [anon_sym_do] = ACTIONS(800), [anon_sym_for] = ACTIONS(802), [anon_sym_return] = ACTIONS(804), [anon_sym_break] = ACTIONS(806), [anon_sym_continue] = ACTIONS(808), [anon_sym_goto] = ACTIONS(810), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_try] = ACTIONS(814), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(816), [anon_sym_co_return] = ACTIONS(826), [anon_sym_co_yield] = ACTIONS(828), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [246] = { [sym_attribute_declaration] = STATE(245), [sym_compound_statement] = STATE(898), [sym_attributed_statement] = STATE(898), [sym_labeled_statement] = STATE(898), [sym_expression_statement] = STATE(898), [sym_if_statement] = STATE(898), [sym_switch_statement] = STATE(898), [sym_case_statement] = STATE(898), [sym_while_statement] = STATE(898), [sym_do_statement] = STATE(898), [sym_for_statement] = STATE(898), [sym_return_statement] = STATE(898), [sym_break_statement] = STATE(898), [sym_continue_statement] = STATE(898), [sym_goto_statement] = STATE(898), [sym__expression] = STATE(4294), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7438), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(898), [sym_co_return_statement] = STATE(898), [sym_co_yield_statement] = STATE(898), [sym_throw_statement] = STATE(898), [sym_try_statement] = STATE(898), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_attributed_declarator_repeat1] = STATE(245), [sym_identifier] = ACTIONS(2352), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(780), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym_LBRACE] = ACTIONS(786), [anon_sym_LBRACK] = ACTIONS(1327), [sym_primitive_type] = ACTIONS(1951), [anon_sym_if] = ACTIONS(790), [anon_sym_switch] = ACTIONS(792), [anon_sym_case] = ACTIONS(794), [anon_sym_default] = ACTIONS(796), [anon_sym_while] = ACTIONS(798), [anon_sym_do] = ACTIONS(800), [anon_sym_for] = ACTIONS(802), [anon_sym_return] = ACTIONS(804), [anon_sym_break] = ACTIONS(806), [anon_sym_continue] = ACTIONS(808), [anon_sym_goto] = ACTIONS(810), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_try] = ACTIONS(814), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(816), [anon_sym_co_return] = ACTIONS(826), [anon_sym_co_yield] = ACTIONS(828), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [247] = { [sym_attribute_declaration] = STATE(245), [sym_compound_statement] = STATE(895), [sym_attributed_statement] = STATE(895), [sym_labeled_statement] = STATE(895), [sym_expression_statement] = STATE(895), [sym_if_statement] = STATE(895), [sym_switch_statement] = STATE(895), [sym_case_statement] = STATE(895), [sym_while_statement] = STATE(895), [sym_do_statement] = STATE(895), [sym_for_statement] = STATE(895), [sym_return_statement] = STATE(895), [sym_break_statement] = STATE(895), [sym_continue_statement] = STATE(895), [sym_goto_statement] = STATE(895), [sym__expression] = STATE(4294), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7438), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(895), [sym_co_return_statement] = STATE(895), [sym_co_yield_statement] = STATE(895), [sym_throw_statement] = STATE(895), [sym_try_statement] = STATE(895), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_attributed_declarator_repeat1] = STATE(245), [sym_identifier] = ACTIONS(2352), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(780), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym_LBRACE] = ACTIONS(786), [anon_sym_LBRACK] = ACTIONS(1327), [sym_primitive_type] = ACTIONS(1951), [anon_sym_if] = ACTIONS(790), [anon_sym_switch] = ACTIONS(792), [anon_sym_case] = ACTIONS(794), [anon_sym_default] = ACTIONS(796), [anon_sym_while] = ACTIONS(798), [anon_sym_do] = ACTIONS(800), [anon_sym_for] = ACTIONS(802), [anon_sym_return] = ACTIONS(804), [anon_sym_break] = ACTIONS(806), [anon_sym_continue] = ACTIONS(808), [anon_sym_goto] = ACTIONS(810), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_try] = ACTIONS(814), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(816), [anon_sym_co_return] = ACTIONS(826), [anon_sym_co_yield] = ACTIONS(828), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [248] = { [sym_attribute_declaration] = STATE(245), [sym_compound_statement] = STATE(893), [sym_attributed_statement] = STATE(893), [sym_labeled_statement] = STATE(893), [sym_expression_statement] = STATE(893), [sym_if_statement] = STATE(893), [sym_switch_statement] = STATE(893), [sym_case_statement] = STATE(893), [sym_while_statement] = STATE(893), [sym_do_statement] = STATE(893), [sym_for_statement] = STATE(893), [sym_return_statement] = STATE(893), [sym_break_statement] = STATE(893), [sym_continue_statement] = STATE(893), [sym_goto_statement] = STATE(893), [sym__expression] = STATE(4294), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7438), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(893), [sym_co_return_statement] = STATE(893), [sym_co_yield_statement] = STATE(893), [sym_throw_statement] = STATE(893), [sym_try_statement] = STATE(893), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_attributed_declarator_repeat1] = STATE(245), [sym_identifier] = ACTIONS(2352), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(780), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym_LBRACE] = ACTIONS(786), [anon_sym_LBRACK] = ACTIONS(1327), [sym_primitive_type] = ACTIONS(1951), [anon_sym_if] = ACTIONS(790), [anon_sym_switch] = ACTIONS(792), [anon_sym_case] = ACTIONS(794), [anon_sym_default] = ACTIONS(796), [anon_sym_while] = ACTIONS(798), [anon_sym_do] = ACTIONS(800), [anon_sym_for] = ACTIONS(802), [anon_sym_return] = ACTIONS(804), [anon_sym_break] = ACTIONS(806), [anon_sym_continue] = ACTIONS(808), [anon_sym_goto] = ACTIONS(810), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_try] = ACTIONS(814), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(816), [anon_sym_co_return] = ACTIONS(826), [anon_sym_co_yield] = ACTIONS(828), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [249] = { [sym_attribute_declaration] = STATE(245), [sym_compound_statement] = STATE(889), [sym_attributed_statement] = STATE(889), [sym_labeled_statement] = STATE(889), [sym_expression_statement] = STATE(889), [sym_if_statement] = STATE(889), [sym_switch_statement] = STATE(889), [sym_case_statement] = STATE(889), [sym_while_statement] = STATE(889), [sym_do_statement] = STATE(889), [sym_for_statement] = STATE(889), [sym_return_statement] = STATE(889), [sym_break_statement] = STATE(889), [sym_continue_statement] = STATE(889), [sym_goto_statement] = STATE(889), [sym__expression] = STATE(4294), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7438), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(889), [sym_co_return_statement] = STATE(889), [sym_co_yield_statement] = STATE(889), [sym_throw_statement] = STATE(889), [sym_try_statement] = STATE(889), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_attributed_declarator_repeat1] = STATE(245), [sym_identifier] = ACTIONS(2352), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(780), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym_LBRACE] = ACTIONS(786), [anon_sym_LBRACK] = ACTIONS(1327), [sym_primitive_type] = ACTIONS(1951), [anon_sym_if] = ACTIONS(790), [anon_sym_switch] = ACTIONS(792), [anon_sym_case] = ACTIONS(794), [anon_sym_default] = ACTIONS(796), [anon_sym_while] = ACTIONS(798), [anon_sym_do] = ACTIONS(800), [anon_sym_for] = ACTIONS(802), [anon_sym_return] = ACTIONS(804), [anon_sym_break] = ACTIONS(806), [anon_sym_continue] = ACTIONS(808), [anon_sym_goto] = ACTIONS(810), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_try] = ACTIONS(814), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(816), [anon_sym_co_return] = ACTIONS(826), [anon_sym_co_yield] = ACTIONS(828), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [250] = { [sym_attribute_declaration] = STATE(188), [sym_compound_statement] = STATE(708), [sym_attributed_statement] = STATE(708), [sym_labeled_statement] = STATE(708), [sym_expression_statement] = STATE(708), [sym_if_statement] = STATE(708), [sym_switch_statement] = STATE(708), [sym_case_statement] = STATE(708), [sym_while_statement] = STATE(708), [sym_do_statement] = STATE(708), [sym_for_statement] = STATE(708), [sym_return_statement] = STATE(708), [sym_break_statement] = STATE(708), [sym_continue_statement] = STATE(708), [sym_goto_statement] = STATE(708), [sym__expression] = STATE(4201), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7616), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(708), [sym_co_return_statement] = STATE(708), [sym_co_yield_statement] = STATE(708), [sym_throw_statement] = STATE(708), [sym_try_statement] = STATE(708), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_attributed_declarator_repeat1] = STATE(188), [sym_identifier] = ACTIONS(2356), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(345), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym_LBRACE] = ACTIONS(351), [anon_sym_LBRACK] = ACTIONS(1327), [sym_primitive_type] = ACTIONS(1951), [anon_sym_if] = ACTIONS(355), [anon_sym_switch] = ACTIONS(357), [anon_sym_case] = ACTIONS(359), [anon_sym_default] = ACTIONS(361), [anon_sym_while] = ACTIONS(363), [anon_sym_do] = ACTIONS(365), [anon_sym_for] = ACTIONS(367), [anon_sym_return] = ACTIONS(369), [anon_sym_break] = ACTIONS(371), [anon_sym_continue] = ACTIONS(373), [anon_sym_goto] = ACTIONS(375), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_try] = ACTIONS(379), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(381), [anon_sym_co_return] = ACTIONS(391), [anon_sym_co_yield] = ACTIONS(393), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [251] = { [sym_attribute_declaration] = STATE(149), [sym_compound_statement] = STATE(953), [sym_attributed_statement] = STATE(953), [sym_labeled_statement] = STATE(953), [sym_expression_statement] = STATE(953), [sym_if_statement] = STATE(953), [sym_switch_statement] = STATE(953), [sym_case_statement] = STATE(953), [sym_while_statement] = STATE(953), [sym_do_statement] = STATE(953), [sym_for_statement] = STATE(953), [sym_return_statement] = STATE(953), [sym_break_statement] = STATE(953), [sym_continue_statement] = STATE(953), [sym_goto_statement] = STATE(953), [sym__expression] = STATE(4301), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7279), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(953), [sym_co_return_statement] = STATE(953), [sym_co_yield_statement] = STATE(953), [sym_throw_statement] = STATE(953), [sym_try_statement] = STATE(953), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_attributed_declarator_repeat1] = STATE(149), [sym_identifier] = ACTIONS(2230), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(167), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym_LBRACE] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(1327), [sym_primitive_type] = ACTIONS(1951), [anon_sym_if] = ACTIONS(2232), [anon_sym_switch] = ACTIONS(73), [anon_sym_case] = ACTIONS(2234), [anon_sym_default] = ACTIONS(2236), [anon_sym_while] = ACTIONS(2238), [anon_sym_do] = ACTIONS(81), [anon_sym_for] = ACTIONS(2240), [anon_sym_return] = ACTIONS(85), [anon_sym_break] = ACTIONS(87), [anon_sym_continue] = ACTIONS(89), [anon_sym_goto] = ACTIONS(91), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_try] = ACTIONS(127), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(131), [anon_sym_co_return] = ACTIONS(141), [anon_sym_co_yield] = ACTIONS(143), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [252] = { [sym_attribute_declaration] = STATE(245), [sym_compound_statement] = STATE(888), [sym_attributed_statement] = STATE(888), [sym_labeled_statement] = STATE(888), [sym_expression_statement] = STATE(888), [sym_if_statement] = STATE(888), [sym_switch_statement] = STATE(888), [sym_case_statement] = STATE(888), [sym_while_statement] = STATE(888), [sym_do_statement] = STATE(888), [sym_for_statement] = STATE(888), [sym_return_statement] = STATE(888), [sym_break_statement] = STATE(888), [sym_continue_statement] = STATE(888), [sym_goto_statement] = STATE(888), [sym__expression] = STATE(4294), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7438), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(888), [sym_co_return_statement] = STATE(888), [sym_co_yield_statement] = STATE(888), [sym_throw_statement] = STATE(888), [sym_try_statement] = STATE(888), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_attributed_declarator_repeat1] = STATE(245), [sym_identifier] = ACTIONS(2352), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(780), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym_LBRACE] = ACTIONS(786), [anon_sym_LBRACK] = ACTIONS(1327), [sym_primitive_type] = ACTIONS(1951), [anon_sym_if] = ACTIONS(790), [anon_sym_switch] = ACTIONS(792), [anon_sym_case] = ACTIONS(794), [anon_sym_default] = ACTIONS(796), [anon_sym_while] = ACTIONS(798), [anon_sym_do] = ACTIONS(800), [anon_sym_for] = ACTIONS(802), [anon_sym_return] = ACTIONS(804), [anon_sym_break] = ACTIONS(806), [anon_sym_continue] = ACTIONS(808), [anon_sym_goto] = ACTIONS(810), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_try] = ACTIONS(814), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(816), [anon_sym_co_return] = ACTIONS(826), [anon_sym_co_yield] = ACTIONS(828), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [253] = { [sym_attribute_declaration] = STATE(245), [sym_compound_statement] = STATE(885), [sym_attributed_statement] = STATE(885), [sym_labeled_statement] = STATE(885), [sym_expression_statement] = STATE(885), [sym_if_statement] = STATE(885), [sym_switch_statement] = STATE(885), [sym_case_statement] = STATE(885), [sym_while_statement] = STATE(885), [sym_do_statement] = STATE(885), [sym_for_statement] = STATE(885), [sym_return_statement] = STATE(885), [sym_break_statement] = STATE(885), [sym_continue_statement] = STATE(885), [sym_goto_statement] = STATE(885), [sym__expression] = STATE(4294), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7438), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(885), [sym_co_return_statement] = STATE(885), [sym_co_yield_statement] = STATE(885), [sym_throw_statement] = STATE(885), [sym_try_statement] = STATE(885), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_attributed_declarator_repeat1] = STATE(245), [sym_identifier] = ACTIONS(2352), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(780), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym_LBRACE] = ACTIONS(786), [anon_sym_LBRACK] = ACTIONS(1327), [sym_primitive_type] = ACTIONS(1951), [anon_sym_if] = ACTIONS(790), [anon_sym_switch] = ACTIONS(792), [anon_sym_case] = ACTIONS(794), [anon_sym_default] = ACTIONS(796), [anon_sym_while] = ACTIONS(798), [anon_sym_do] = ACTIONS(800), [anon_sym_for] = ACTIONS(802), [anon_sym_return] = ACTIONS(804), [anon_sym_break] = ACTIONS(806), [anon_sym_continue] = ACTIONS(808), [anon_sym_goto] = ACTIONS(810), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_try] = ACTIONS(814), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(816), [anon_sym_co_return] = ACTIONS(826), [anon_sym_co_yield] = ACTIONS(828), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [254] = { [sym_attribute_declaration] = STATE(245), [sym_compound_statement] = STATE(883), [sym_attributed_statement] = STATE(883), [sym_labeled_statement] = STATE(883), [sym_expression_statement] = STATE(883), [sym_if_statement] = STATE(883), [sym_switch_statement] = STATE(883), [sym_case_statement] = STATE(883), [sym_while_statement] = STATE(883), [sym_do_statement] = STATE(883), [sym_for_statement] = STATE(883), [sym_return_statement] = STATE(883), [sym_break_statement] = STATE(883), [sym_continue_statement] = STATE(883), [sym_goto_statement] = STATE(883), [sym__expression] = STATE(4294), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7438), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(883), [sym_co_return_statement] = STATE(883), [sym_co_yield_statement] = STATE(883), [sym_throw_statement] = STATE(883), [sym_try_statement] = STATE(883), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_attributed_declarator_repeat1] = STATE(245), [sym_identifier] = ACTIONS(2352), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(780), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym_LBRACE] = ACTIONS(786), [anon_sym_LBRACK] = ACTIONS(1327), [sym_primitive_type] = ACTIONS(1951), [anon_sym_if] = ACTIONS(790), [anon_sym_switch] = ACTIONS(792), [anon_sym_case] = ACTIONS(794), [anon_sym_default] = ACTIONS(796), [anon_sym_while] = ACTIONS(798), [anon_sym_do] = ACTIONS(800), [anon_sym_for] = ACTIONS(802), [anon_sym_return] = ACTIONS(804), [anon_sym_break] = ACTIONS(806), [anon_sym_continue] = ACTIONS(808), [anon_sym_goto] = ACTIONS(810), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_try] = ACTIONS(814), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(816), [anon_sym_co_return] = ACTIONS(826), [anon_sym_co_yield] = ACTIONS(828), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [255] = { [sym_attribute_declaration] = STATE(245), [sym_compound_statement] = STATE(872), [sym_attributed_statement] = STATE(871), [sym_labeled_statement] = STATE(867), [sym_expression_statement] = STATE(866), [sym_if_statement] = STATE(865), [sym_switch_statement] = STATE(860), [sym_case_statement] = STATE(857), [sym_while_statement] = STATE(855), [sym_do_statement] = STATE(854), [sym_for_statement] = STATE(851), [sym_return_statement] = STATE(850), [sym_break_statement] = STATE(849), [sym_continue_statement] = STATE(844), [sym_goto_statement] = STATE(842), [sym__expression] = STATE(4294), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7438), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(841), [sym_co_return_statement] = STATE(840), [sym_co_yield_statement] = STATE(834), [sym_throw_statement] = STATE(833), [sym_try_statement] = STATE(830), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_attributed_declarator_repeat1] = STATE(245), [sym_identifier] = ACTIONS(2352), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(780), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym_LBRACE] = ACTIONS(786), [anon_sym_LBRACK] = ACTIONS(1327), [sym_primitive_type] = ACTIONS(1951), [anon_sym_if] = ACTIONS(790), [anon_sym_switch] = ACTIONS(792), [anon_sym_case] = ACTIONS(794), [anon_sym_default] = ACTIONS(796), [anon_sym_while] = ACTIONS(798), [anon_sym_do] = ACTIONS(800), [anon_sym_for] = ACTIONS(802), [anon_sym_return] = ACTIONS(804), [anon_sym_break] = ACTIONS(806), [anon_sym_continue] = ACTIONS(808), [anon_sym_goto] = ACTIONS(810), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_try] = ACTIONS(814), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(816), [anon_sym_co_return] = ACTIONS(826), [anon_sym_co_yield] = ACTIONS(828), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [256] = { [sym_attribute_declaration] = STATE(245), [sym_compound_statement] = STATE(827), [sym_attributed_statement] = STATE(828), [sym_labeled_statement] = STATE(1146), [sym_expression_statement] = STATE(826), [sym_if_statement] = STATE(838), [sym_switch_statement] = STATE(839), [sym_case_statement] = STATE(847), [sym_while_statement] = STATE(848), [sym_do_statement] = STATE(858), [sym_for_statement] = STATE(859), [sym_return_statement] = STATE(862), [sym_break_statement] = STATE(863), [sym_continue_statement] = STATE(864), [sym_goto_statement] = STATE(870), [sym__expression] = STATE(4294), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7438), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(890), [sym_co_return_statement] = STATE(896), [sym_co_yield_statement] = STATE(897), [sym_throw_statement] = STATE(899), [sym_try_statement] = STATE(902), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_attributed_declarator_repeat1] = STATE(245), [sym_identifier] = ACTIONS(2352), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(780), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym_LBRACE] = ACTIONS(786), [anon_sym_LBRACK] = ACTIONS(1327), [sym_primitive_type] = ACTIONS(1951), [anon_sym_if] = ACTIONS(790), [anon_sym_switch] = ACTIONS(792), [anon_sym_case] = ACTIONS(794), [anon_sym_default] = ACTIONS(796), [anon_sym_while] = ACTIONS(798), [anon_sym_do] = ACTIONS(800), [anon_sym_for] = ACTIONS(802), [anon_sym_return] = ACTIONS(804), [anon_sym_break] = ACTIONS(806), [anon_sym_continue] = ACTIONS(808), [anon_sym_goto] = ACTIONS(810), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_try] = ACTIONS(814), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(816), [anon_sym_co_return] = ACTIONS(826), [anon_sym_co_yield] = ACTIONS(828), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [257] = { [sym_attribute_declaration] = STATE(245), [sym_compound_statement] = STATE(904), [sym_attributed_statement] = STATE(904), [sym_labeled_statement] = STATE(904), [sym_expression_statement] = STATE(904), [sym_if_statement] = STATE(904), [sym_switch_statement] = STATE(904), [sym_case_statement] = STATE(904), [sym_while_statement] = STATE(904), [sym_do_statement] = STATE(904), [sym_for_statement] = STATE(904), [sym_return_statement] = STATE(904), [sym_break_statement] = STATE(904), [sym_continue_statement] = STATE(904), [sym_goto_statement] = STATE(904), [sym__expression] = STATE(4294), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7438), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(904), [sym_co_return_statement] = STATE(904), [sym_co_yield_statement] = STATE(904), [sym_throw_statement] = STATE(904), [sym_try_statement] = STATE(904), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_attributed_declarator_repeat1] = STATE(245), [sym_identifier] = ACTIONS(2352), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(780), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym_LBRACE] = ACTIONS(786), [anon_sym_LBRACK] = ACTIONS(1327), [sym_primitive_type] = ACTIONS(1951), [anon_sym_if] = ACTIONS(790), [anon_sym_switch] = ACTIONS(792), [anon_sym_case] = ACTIONS(794), [anon_sym_default] = ACTIONS(796), [anon_sym_while] = ACTIONS(798), [anon_sym_do] = ACTIONS(800), [anon_sym_for] = ACTIONS(802), [anon_sym_return] = ACTIONS(804), [anon_sym_break] = ACTIONS(806), [anon_sym_continue] = ACTIONS(808), [anon_sym_goto] = ACTIONS(810), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_try] = ACTIONS(814), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(816), [anon_sym_co_return] = ACTIONS(826), [anon_sym_co_yield] = ACTIONS(828), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [258] = { [sym_attribute_declaration] = STATE(245), [sym_compound_statement] = STATE(914), [sym_attributed_statement] = STATE(914), [sym_labeled_statement] = STATE(914), [sym_expression_statement] = STATE(914), [sym_if_statement] = STATE(914), [sym_switch_statement] = STATE(914), [sym_case_statement] = STATE(914), [sym_while_statement] = STATE(914), [sym_do_statement] = STATE(914), [sym_for_statement] = STATE(914), [sym_return_statement] = STATE(914), [sym_break_statement] = STATE(914), [sym_continue_statement] = STATE(914), [sym_goto_statement] = STATE(914), [sym__expression] = STATE(4294), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7438), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(914), [sym_co_return_statement] = STATE(914), [sym_co_yield_statement] = STATE(914), [sym_throw_statement] = STATE(914), [sym_try_statement] = STATE(914), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_attributed_declarator_repeat1] = STATE(245), [sym_identifier] = ACTIONS(2352), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(780), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym_LBRACE] = ACTIONS(786), [anon_sym_LBRACK] = ACTIONS(1327), [sym_primitive_type] = ACTIONS(1951), [anon_sym_if] = ACTIONS(790), [anon_sym_switch] = ACTIONS(792), [anon_sym_case] = ACTIONS(794), [anon_sym_default] = ACTIONS(796), [anon_sym_while] = ACTIONS(798), [anon_sym_do] = ACTIONS(800), [anon_sym_for] = ACTIONS(802), [anon_sym_return] = ACTIONS(804), [anon_sym_break] = ACTIONS(806), [anon_sym_continue] = ACTIONS(808), [anon_sym_goto] = ACTIONS(810), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_try] = ACTIONS(814), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(816), [anon_sym_co_return] = ACTIONS(826), [anon_sym_co_yield] = ACTIONS(828), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [259] = { [sym_attribute_declaration] = STATE(245), [sym_compound_statement] = STATE(916), [sym_attributed_statement] = STATE(916), [sym_labeled_statement] = STATE(916), [sym_expression_statement] = STATE(916), [sym_if_statement] = STATE(916), [sym_switch_statement] = STATE(916), [sym_case_statement] = STATE(916), [sym_while_statement] = STATE(916), [sym_do_statement] = STATE(916), [sym_for_statement] = STATE(916), [sym_return_statement] = STATE(916), [sym_break_statement] = STATE(916), [sym_continue_statement] = STATE(916), [sym_goto_statement] = STATE(916), [sym__expression] = STATE(4294), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7438), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(916), [sym_co_return_statement] = STATE(916), [sym_co_yield_statement] = STATE(916), [sym_throw_statement] = STATE(916), [sym_try_statement] = STATE(916), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_attributed_declarator_repeat1] = STATE(245), [sym_identifier] = ACTIONS(2352), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(780), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym_LBRACE] = ACTIONS(786), [anon_sym_LBRACK] = ACTIONS(1327), [sym_primitive_type] = ACTIONS(1951), [anon_sym_if] = ACTIONS(790), [anon_sym_switch] = ACTIONS(792), [anon_sym_case] = ACTIONS(794), [anon_sym_default] = ACTIONS(796), [anon_sym_while] = ACTIONS(798), [anon_sym_do] = ACTIONS(800), [anon_sym_for] = ACTIONS(802), [anon_sym_return] = ACTIONS(804), [anon_sym_break] = ACTIONS(806), [anon_sym_continue] = ACTIONS(808), [anon_sym_goto] = ACTIONS(810), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_try] = ACTIONS(814), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(816), [anon_sym_co_return] = ACTIONS(826), [anon_sym_co_yield] = ACTIONS(828), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [260] = { [sym_attribute_declaration] = STATE(245), [sym_compound_statement] = STATE(917), [sym_attributed_statement] = STATE(918), [sym_labeled_statement] = STATE(919), [sym_expression_statement] = STATE(921), [sym_if_statement] = STATE(922), [sym_switch_statement] = STATE(925), [sym_case_statement] = STATE(926), [sym_while_statement] = STATE(929), [sym_do_statement] = STATE(932), [sym_for_statement] = STATE(934), [sym_return_statement] = STATE(938), [sym_break_statement] = STATE(944), [sym_continue_statement] = STATE(946), [sym_goto_statement] = STATE(949), [sym__expression] = STATE(4294), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7438), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(955), [sym_co_return_statement] = STATE(959), [sym_co_yield_statement] = STATE(960), [sym_throw_statement] = STATE(962), [sym_try_statement] = STATE(967), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_attributed_declarator_repeat1] = STATE(245), [sym_identifier] = ACTIONS(2352), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(780), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym_LBRACE] = ACTIONS(786), [anon_sym_LBRACK] = ACTIONS(1327), [sym_primitive_type] = ACTIONS(1951), [anon_sym_if] = ACTIONS(790), [anon_sym_switch] = ACTIONS(792), [anon_sym_case] = ACTIONS(794), [anon_sym_default] = ACTIONS(796), [anon_sym_while] = ACTIONS(798), [anon_sym_do] = ACTIONS(800), [anon_sym_for] = ACTIONS(802), [anon_sym_return] = ACTIONS(804), [anon_sym_break] = ACTIONS(806), [anon_sym_continue] = ACTIONS(808), [anon_sym_goto] = ACTIONS(810), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_try] = ACTIONS(814), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(816), [anon_sym_co_return] = ACTIONS(826), [anon_sym_co_yield] = ACTIONS(828), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [261] = { [sym_attribute_declaration] = STATE(204), [sym_compound_statement] = STATE(1039), [sym_attributed_statement] = STATE(1037), [sym_labeled_statement] = STATE(1036), [sym_expression_statement] = STATE(1035), [sym_if_statement] = STATE(1033), [sym_switch_statement] = STATE(1032), [sym_case_statement] = STATE(1031), [sym_while_statement] = STATE(1030), [sym_do_statement] = STATE(1029), [sym_for_statement] = STATE(1028), [sym_return_statement] = STATE(1027), [sym_break_statement] = STATE(1026), [sym_continue_statement] = STATE(1025), [sym_goto_statement] = STATE(1023), [sym__expression] = STATE(4301), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7279), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(1022), [sym_co_return_statement] = STATE(1021), [sym_co_yield_statement] = STATE(1020), [sym_throw_statement] = STATE(1019), [sym_try_statement] = STATE(1018), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_attributed_declarator_repeat1] = STATE(204), [sym_identifier] = ACTIONS(2099), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(167), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym_LBRACE] = ACTIONS(738), [anon_sym_LBRACK] = ACTIONS(1327), [sym_primitive_type] = ACTIONS(1951), [anon_sym_if] = ACTIONS(181), [anon_sym_switch] = ACTIONS(183), [anon_sym_case] = ACTIONS(185), [anon_sym_default] = ACTIONS(187), [anon_sym_while] = ACTIONS(189), [anon_sym_do] = ACTIONS(191), [anon_sym_for] = ACTIONS(193), [anon_sym_return] = ACTIONS(195), [anon_sym_break] = ACTIONS(197), [anon_sym_continue] = ACTIONS(199), [anon_sym_goto] = ACTIONS(201), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_try] = ACTIONS(209), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(211), [anon_sym_co_return] = ACTIONS(221), [anon_sym_co_yield] = ACTIONS(223), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [262] = { [sym_attribute_declaration] = STATE(245), [sym_compound_statement] = STATE(973), [sym_attributed_statement] = STATE(975), [sym_labeled_statement] = STATE(976), [sym_expression_statement] = STATE(977), [sym_if_statement] = STATE(980), [sym_switch_statement] = STATE(985), [sym_case_statement] = STATE(987), [sym_while_statement] = STATE(988), [sym_do_statement] = STATE(989), [sym_for_statement] = STATE(990), [sym_return_statement] = STATE(992), [sym_break_statement] = STATE(1041), [sym_continue_statement] = STATE(1042), [sym_goto_statement] = STATE(1043), [sym__expression] = STATE(4294), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7438), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(1044), [sym_co_return_statement] = STATE(1045), [sym_co_yield_statement] = STATE(1047), [sym_throw_statement] = STATE(1107), [sym_try_statement] = STATE(1108), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_attributed_declarator_repeat1] = STATE(245), [sym_identifier] = ACTIONS(2352), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(780), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym_LBRACE] = ACTIONS(786), [anon_sym_LBRACK] = ACTIONS(1327), [sym_primitive_type] = ACTIONS(1951), [anon_sym_if] = ACTIONS(790), [anon_sym_switch] = ACTIONS(792), [anon_sym_case] = ACTIONS(794), [anon_sym_default] = ACTIONS(796), [anon_sym_while] = ACTIONS(798), [anon_sym_do] = ACTIONS(800), [anon_sym_for] = ACTIONS(802), [anon_sym_return] = ACTIONS(804), [anon_sym_break] = ACTIONS(806), [anon_sym_continue] = ACTIONS(808), [anon_sym_goto] = ACTIONS(810), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_try] = ACTIONS(814), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(816), [anon_sym_co_return] = ACTIONS(826), [anon_sym_co_yield] = ACTIONS(828), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [263] = { [sym_attribute_declaration] = STATE(188), [sym_compound_statement] = STATE(709), [sym_attributed_statement] = STATE(709), [sym_labeled_statement] = STATE(709), [sym_expression_statement] = STATE(709), [sym_if_statement] = STATE(709), [sym_switch_statement] = STATE(709), [sym_case_statement] = STATE(709), [sym_while_statement] = STATE(709), [sym_do_statement] = STATE(709), [sym_for_statement] = STATE(709), [sym_return_statement] = STATE(709), [sym_break_statement] = STATE(709), [sym_continue_statement] = STATE(709), [sym_goto_statement] = STATE(709), [sym__expression] = STATE(4201), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7616), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(709), [sym_co_return_statement] = STATE(709), [sym_co_yield_statement] = STATE(709), [sym_throw_statement] = STATE(709), [sym_try_statement] = STATE(709), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_attributed_declarator_repeat1] = STATE(188), [sym_identifier] = ACTIONS(2356), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(345), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym_LBRACE] = ACTIONS(351), [anon_sym_LBRACK] = ACTIONS(1327), [sym_primitive_type] = ACTIONS(1951), [anon_sym_if] = ACTIONS(355), [anon_sym_switch] = ACTIONS(357), [anon_sym_case] = ACTIONS(359), [anon_sym_default] = ACTIONS(361), [anon_sym_while] = ACTIONS(363), [anon_sym_do] = ACTIONS(365), [anon_sym_for] = ACTIONS(367), [anon_sym_return] = ACTIONS(369), [anon_sym_break] = ACTIONS(371), [anon_sym_continue] = ACTIONS(373), [anon_sym_goto] = ACTIONS(375), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_try] = ACTIONS(379), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(381), [anon_sym_co_return] = ACTIONS(391), [anon_sym_co_yield] = ACTIONS(393), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [264] = { [sym_attribute_declaration] = STATE(204), [sym_compound_statement] = STATE(821), [sym_attributed_statement] = STATE(821), [sym_labeled_statement] = STATE(821), [sym_expression_statement] = STATE(821), [sym_if_statement] = STATE(821), [sym_switch_statement] = STATE(821), [sym_case_statement] = STATE(821), [sym_while_statement] = STATE(821), [sym_do_statement] = STATE(821), [sym_for_statement] = STATE(821), [sym_return_statement] = STATE(821), [sym_break_statement] = STATE(821), [sym_continue_statement] = STATE(821), [sym_goto_statement] = STATE(821), [sym__expression] = STATE(4301), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7279), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(821), [sym_co_return_statement] = STATE(821), [sym_co_yield_statement] = STATE(821), [sym_throw_statement] = STATE(821), [sym_try_statement] = STATE(821), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_attributed_declarator_repeat1] = STATE(204), [sym_identifier] = ACTIONS(2099), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(167), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym_LBRACE] = ACTIONS(738), [anon_sym_LBRACK] = ACTIONS(1327), [sym_primitive_type] = ACTIONS(1951), [anon_sym_if] = ACTIONS(181), [anon_sym_switch] = ACTIONS(183), [anon_sym_case] = ACTIONS(185), [anon_sym_default] = ACTIONS(187), [anon_sym_while] = ACTIONS(189), [anon_sym_do] = ACTIONS(191), [anon_sym_for] = ACTIONS(193), [anon_sym_return] = ACTIONS(195), [anon_sym_break] = ACTIONS(197), [anon_sym_continue] = ACTIONS(199), [anon_sym_goto] = ACTIONS(201), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_try] = ACTIONS(209), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(211), [anon_sym_co_return] = ACTIONS(221), [anon_sym_co_yield] = ACTIONS(223), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [265] = { [sym_attribute_declaration] = STATE(188), [sym_compound_statement] = STATE(681), [sym_attributed_statement] = STATE(681), [sym_labeled_statement] = STATE(681), [sym_expression_statement] = STATE(681), [sym_if_statement] = STATE(681), [sym_switch_statement] = STATE(681), [sym_case_statement] = STATE(681), [sym_while_statement] = STATE(681), [sym_do_statement] = STATE(681), [sym_for_statement] = STATE(681), [sym_return_statement] = STATE(681), [sym_break_statement] = STATE(681), [sym_continue_statement] = STATE(681), [sym_goto_statement] = STATE(681), [sym__expression] = STATE(4201), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7616), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(681), [sym_co_return_statement] = STATE(681), [sym_co_yield_statement] = STATE(681), [sym_throw_statement] = STATE(681), [sym_try_statement] = STATE(681), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_attributed_declarator_repeat1] = STATE(188), [sym_identifier] = ACTIONS(2356), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(345), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym_LBRACE] = ACTIONS(351), [anon_sym_LBRACK] = ACTIONS(1327), [sym_primitive_type] = ACTIONS(1951), [anon_sym_if] = ACTIONS(355), [anon_sym_switch] = ACTIONS(357), [anon_sym_case] = ACTIONS(359), [anon_sym_default] = ACTIONS(361), [anon_sym_while] = ACTIONS(363), [anon_sym_do] = ACTIONS(365), [anon_sym_for] = ACTIONS(367), [anon_sym_return] = ACTIONS(369), [anon_sym_break] = ACTIONS(371), [anon_sym_continue] = ACTIONS(373), [anon_sym_goto] = ACTIONS(375), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_try] = ACTIONS(379), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(381), [anon_sym_co_return] = ACTIONS(391), [anon_sym_co_yield] = ACTIONS(393), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [266] = { [sym_attribute_declaration] = STATE(149), [sym_compound_statement] = STATE(829), [sym_attributed_statement] = STATE(829), [sym_labeled_statement] = STATE(829), [sym_expression_statement] = STATE(829), [sym_if_statement] = STATE(829), [sym_switch_statement] = STATE(829), [sym_case_statement] = STATE(829), [sym_while_statement] = STATE(829), [sym_do_statement] = STATE(829), [sym_for_statement] = STATE(829), [sym_return_statement] = STATE(829), [sym_break_statement] = STATE(829), [sym_continue_statement] = STATE(829), [sym_goto_statement] = STATE(829), [sym__expression] = STATE(4301), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7279), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(829), [sym_co_return_statement] = STATE(829), [sym_co_yield_statement] = STATE(829), [sym_throw_statement] = STATE(829), [sym_try_statement] = STATE(829), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_attributed_declarator_repeat1] = STATE(149), [sym_identifier] = ACTIONS(2230), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(167), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym_LBRACE] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(1327), [sym_primitive_type] = ACTIONS(1951), [anon_sym_if] = ACTIONS(2232), [anon_sym_switch] = ACTIONS(73), [anon_sym_case] = ACTIONS(2234), [anon_sym_default] = ACTIONS(2236), [anon_sym_while] = ACTIONS(2238), [anon_sym_do] = ACTIONS(81), [anon_sym_for] = ACTIONS(2240), [anon_sym_return] = ACTIONS(85), [anon_sym_break] = ACTIONS(87), [anon_sym_continue] = ACTIONS(89), [anon_sym_goto] = ACTIONS(91), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_try] = ACTIONS(127), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(131), [anon_sym_co_return] = ACTIONS(141), [anon_sym_co_yield] = ACTIONS(143), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [267] = { [sym_attribute_declaration] = STATE(204), [sym_compound_statement] = STATE(1040), [sym_attributed_statement] = STATE(1040), [sym_labeled_statement] = STATE(1040), [sym_expression_statement] = STATE(1040), [sym_if_statement] = STATE(1040), [sym_switch_statement] = STATE(1040), [sym_case_statement] = STATE(1040), [sym_while_statement] = STATE(1040), [sym_do_statement] = STATE(1040), [sym_for_statement] = STATE(1040), [sym_return_statement] = STATE(1040), [sym_break_statement] = STATE(1040), [sym_continue_statement] = STATE(1040), [sym_goto_statement] = STATE(1040), [sym__expression] = STATE(4301), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7279), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(1040), [sym_co_return_statement] = STATE(1040), [sym_co_yield_statement] = STATE(1040), [sym_throw_statement] = STATE(1040), [sym_try_statement] = STATE(1040), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_attributed_declarator_repeat1] = STATE(204), [sym_identifier] = ACTIONS(2099), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(167), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym_LBRACE] = ACTIONS(738), [anon_sym_LBRACK] = ACTIONS(1327), [sym_primitive_type] = ACTIONS(1951), [anon_sym_if] = ACTIONS(181), [anon_sym_switch] = ACTIONS(183), [anon_sym_case] = ACTIONS(185), [anon_sym_default] = ACTIONS(187), [anon_sym_while] = ACTIONS(189), [anon_sym_do] = ACTIONS(191), [anon_sym_for] = ACTIONS(193), [anon_sym_return] = ACTIONS(195), [anon_sym_break] = ACTIONS(197), [anon_sym_continue] = ACTIONS(199), [anon_sym_goto] = ACTIONS(201), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_try] = ACTIONS(209), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(211), [anon_sym_co_return] = ACTIONS(221), [anon_sym_co_yield] = ACTIONS(223), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [268] = { [sym_attribute_declaration] = STATE(281), [sym_compound_statement] = STATE(1513), [sym_attributed_statement] = STATE(1513), [sym_labeled_statement] = STATE(1513), [sym_expression_statement] = STATE(1513), [sym_if_statement] = STATE(1513), [sym_switch_statement] = STATE(1513), [sym_case_statement] = STATE(1513), [sym_while_statement] = STATE(1513), [sym_do_statement] = STATE(1513), [sym_for_statement] = STATE(1513), [sym_return_statement] = STATE(1513), [sym_break_statement] = STATE(1513), [sym_continue_statement] = STATE(1513), [sym_goto_statement] = STATE(1513), [sym__expression] = STATE(4266), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7341), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(1513), [sym_co_return_statement] = STATE(1513), [sym_co_yield_statement] = STATE(1513), [sym_throw_statement] = STATE(1513), [sym_try_statement] = STATE(1513), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_attributed_declarator_repeat1] = STATE(281), [sym_identifier] = ACTIONS(2412), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(1728), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym_LBRACE] = ACTIONS(1732), [anon_sym_LBRACK] = ACTIONS(1327), [sym_primitive_type] = ACTIONS(1951), [anon_sym_if] = ACTIONS(1734), [anon_sym_switch] = ACTIONS(1736), [anon_sym_case] = ACTIONS(2234), [anon_sym_default] = ACTIONS(2236), [anon_sym_while] = ACTIONS(1738), [anon_sym_do] = ACTIONS(1740), [anon_sym_for] = ACTIONS(1742), [anon_sym_return] = ACTIONS(1744), [anon_sym_break] = ACTIONS(1746), [anon_sym_continue] = ACTIONS(1748), [anon_sym_goto] = ACTIONS(1750), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_try] = ACTIONS(1752), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(1754), [anon_sym_co_return] = ACTIONS(1756), [anon_sym_co_yield] = ACTIONS(1758), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [269] = { [sym_attribute_declaration] = STATE(166), [sym_compound_statement] = STATE(766), [sym_attributed_statement] = STATE(766), [sym_labeled_statement] = STATE(766), [sym_expression_statement] = STATE(766), [sym_if_statement] = STATE(766), [sym_switch_statement] = STATE(766), [sym_case_statement] = STATE(766), [sym_while_statement] = STATE(766), [sym_do_statement] = STATE(766), [sym_for_statement] = STATE(766), [sym_return_statement] = STATE(766), [sym_break_statement] = STATE(766), [sym_continue_statement] = STATE(766), [sym_goto_statement] = STATE(766), [sym__expression] = STATE(4223), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7086), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(766), [sym_co_return_statement] = STATE(766), [sym_co_yield_statement] = STATE(766), [sym_throw_statement] = STATE(766), [sym_try_statement] = STATE(766), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_attributed_declarator_repeat1] = STATE(166), [sym_identifier] = ACTIONS(2242), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(1569), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym_LBRACE] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(1327), [sym_primitive_type] = ACTIONS(1951), [anon_sym_if] = ACTIONS(71), [anon_sym_switch] = ACTIONS(73), [anon_sym_case] = ACTIONS(75), [anon_sym_default] = ACTIONS(77), [anon_sym_while] = ACTIONS(79), [anon_sym_do] = ACTIONS(81), [anon_sym_for] = ACTIONS(83), [anon_sym_return] = ACTIONS(85), [anon_sym_break] = ACTIONS(87), [anon_sym_continue] = ACTIONS(89), [anon_sym_goto] = ACTIONS(91), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_try] = ACTIONS(127), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(131), [anon_sym_co_return] = ACTIONS(141), [anon_sym_co_yield] = ACTIONS(143), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [270] = { [sym_attribute_declaration] = STATE(149), [sym_compound_statement] = STATE(7146), [sym_attributed_statement] = STATE(7146), [sym_labeled_statement] = STATE(7146), [sym_expression_statement] = STATE(7146), [sym_if_statement] = STATE(7146), [sym_switch_statement] = STATE(7146), [sym_case_statement] = STATE(7146), [sym_while_statement] = STATE(7146), [sym_do_statement] = STATE(7146), [sym_for_statement] = STATE(7146), [sym_return_statement] = STATE(7146), [sym_break_statement] = STATE(7146), [sym_continue_statement] = STATE(7146), [sym_goto_statement] = STATE(7146), [sym__expression] = STATE(4301), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7279), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(7146), [sym_co_return_statement] = STATE(7146), [sym_co_yield_statement] = STATE(7146), [sym_throw_statement] = STATE(7146), [sym_try_statement] = STATE(7146), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_attributed_declarator_repeat1] = STATE(149), [sym_identifier] = ACTIONS(2230), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(167), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym_LBRACE] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(1327), [sym_primitive_type] = ACTIONS(1951), [anon_sym_if] = ACTIONS(2232), [anon_sym_switch] = ACTIONS(73), [anon_sym_case] = ACTIONS(2234), [anon_sym_default] = ACTIONS(2236), [anon_sym_while] = ACTIONS(2238), [anon_sym_do] = ACTIONS(81), [anon_sym_for] = ACTIONS(2240), [anon_sym_return] = ACTIONS(85), [anon_sym_break] = ACTIONS(87), [anon_sym_continue] = ACTIONS(89), [anon_sym_goto] = ACTIONS(91), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_try] = ACTIONS(127), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(131), [anon_sym_co_return] = ACTIONS(141), [anon_sym_co_yield] = ACTIONS(143), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [271] = { [sym_attribute_declaration] = STATE(149), [sym_compound_statement] = STATE(831), [sym_attributed_statement] = STATE(831), [sym_labeled_statement] = STATE(831), [sym_expression_statement] = STATE(831), [sym_if_statement] = STATE(831), [sym_switch_statement] = STATE(831), [sym_case_statement] = STATE(831), [sym_while_statement] = STATE(831), [sym_do_statement] = STATE(831), [sym_for_statement] = STATE(831), [sym_return_statement] = STATE(831), [sym_break_statement] = STATE(831), [sym_continue_statement] = STATE(831), [sym_goto_statement] = STATE(831), [sym__expression] = STATE(4301), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7279), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(831), [sym_co_return_statement] = STATE(831), [sym_co_yield_statement] = STATE(831), [sym_throw_statement] = STATE(831), [sym_try_statement] = STATE(831), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_attributed_declarator_repeat1] = STATE(149), [sym_identifier] = ACTIONS(2230), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(167), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym_LBRACE] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(1327), [sym_primitive_type] = ACTIONS(1951), [anon_sym_if] = ACTIONS(2232), [anon_sym_switch] = ACTIONS(73), [anon_sym_case] = ACTIONS(2234), [anon_sym_default] = ACTIONS(2236), [anon_sym_while] = ACTIONS(2238), [anon_sym_do] = ACTIONS(81), [anon_sym_for] = ACTIONS(2240), [anon_sym_return] = ACTIONS(85), [anon_sym_break] = ACTIONS(87), [anon_sym_continue] = ACTIONS(89), [anon_sym_goto] = ACTIONS(91), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_try] = ACTIONS(127), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(131), [anon_sym_co_return] = ACTIONS(141), [anon_sym_co_yield] = ACTIONS(143), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [272] = { [sym_attribute_declaration] = STATE(166), [sym_compound_statement] = STATE(954), [sym_attributed_statement] = STATE(956), [sym_labeled_statement] = STATE(957), [sym_expression_statement] = STATE(958), [sym_if_statement] = STATE(961), [sym_switch_statement] = STATE(964), [sym_case_statement] = STATE(966), [sym_while_statement] = STATE(968), [sym_do_statement] = STATE(969), [sym_for_statement] = STATE(971), [sym_return_statement] = STATE(972), [sym_break_statement] = STATE(978), [sym_continue_statement] = STATE(982), [sym_goto_statement] = STATE(983), [sym__expression] = STATE(4223), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7086), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(991), [sym_co_return_statement] = STATE(997), [sym_co_yield_statement] = STATE(998), [sym_throw_statement] = STATE(1004), [sym_try_statement] = STATE(1005), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_attributed_declarator_repeat1] = STATE(166), [sym_identifier] = ACTIONS(2242), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(1569), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym_LBRACE] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(1327), [sym_primitive_type] = ACTIONS(1951), [anon_sym_if] = ACTIONS(71), [anon_sym_switch] = ACTIONS(73), [anon_sym_case] = ACTIONS(75), [anon_sym_default] = ACTIONS(77), [anon_sym_while] = ACTIONS(79), [anon_sym_do] = ACTIONS(81), [anon_sym_for] = ACTIONS(83), [anon_sym_return] = ACTIONS(85), [anon_sym_break] = ACTIONS(87), [anon_sym_continue] = ACTIONS(89), [anon_sym_goto] = ACTIONS(91), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_try] = ACTIONS(127), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(131), [anon_sym_co_return] = ACTIONS(141), [anon_sym_co_yield] = ACTIONS(143), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [273] = { [sym_attribute_declaration] = STATE(188), [sym_compound_statement] = STATE(710), [sym_attributed_statement] = STATE(710), [sym_labeled_statement] = STATE(710), [sym_expression_statement] = STATE(710), [sym_if_statement] = STATE(710), [sym_switch_statement] = STATE(710), [sym_case_statement] = STATE(710), [sym_while_statement] = STATE(710), [sym_do_statement] = STATE(710), [sym_for_statement] = STATE(710), [sym_return_statement] = STATE(710), [sym_break_statement] = STATE(710), [sym_continue_statement] = STATE(710), [sym_goto_statement] = STATE(710), [sym__expression] = STATE(4201), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7616), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(710), [sym_co_return_statement] = STATE(710), [sym_co_yield_statement] = STATE(710), [sym_throw_statement] = STATE(710), [sym_try_statement] = STATE(710), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_attributed_declarator_repeat1] = STATE(188), [sym_identifier] = ACTIONS(2356), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(345), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym_LBRACE] = ACTIONS(351), [anon_sym_LBRACK] = ACTIONS(1327), [sym_primitive_type] = ACTIONS(1951), [anon_sym_if] = ACTIONS(355), [anon_sym_switch] = ACTIONS(357), [anon_sym_case] = ACTIONS(359), [anon_sym_default] = ACTIONS(361), [anon_sym_while] = ACTIONS(363), [anon_sym_do] = ACTIONS(365), [anon_sym_for] = ACTIONS(367), [anon_sym_return] = ACTIONS(369), [anon_sym_break] = ACTIONS(371), [anon_sym_continue] = ACTIONS(373), [anon_sym_goto] = ACTIONS(375), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_try] = ACTIONS(379), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(381), [anon_sym_co_return] = ACTIONS(391), [anon_sym_co_yield] = ACTIONS(393), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [274] = { [sym_attribute_declaration] = STATE(188), [sym_compound_statement] = STATE(711), [sym_attributed_statement] = STATE(711), [sym_labeled_statement] = STATE(711), [sym_expression_statement] = STATE(711), [sym_if_statement] = STATE(711), [sym_switch_statement] = STATE(711), [sym_case_statement] = STATE(711), [sym_while_statement] = STATE(711), [sym_do_statement] = STATE(711), [sym_for_statement] = STATE(711), [sym_return_statement] = STATE(711), [sym_break_statement] = STATE(711), [sym_continue_statement] = STATE(711), [sym_goto_statement] = STATE(711), [sym__expression] = STATE(4201), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7616), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(711), [sym_co_return_statement] = STATE(711), [sym_co_yield_statement] = STATE(711), [sym_throw_statement] = STATE(711), [sym_try_statement] = STATE(711), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_attributed_declarator_repeat1] = STATE(188), [sym_identifier] = ACTIONS(2356), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(345), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym_LBRACE] = ACTIONS(351), [anon_sym_LBRACK] = ACTIONS(1327), [sym_primitive_type] = ACTIONS(1951), [anon_sym_if] = ACTIONS(355), [anon_sym_switch] = ACTIONS(357), [anon_sym_case] = ACTIONS(359), [anon_sym_default] = ACTIONS(361), [anon_sym_while] = ACTIONS(363), [anon_sym_do] = ACTIONS(365), [anon_sym_for] = ACTIONS(367), [anon_sym_return] = ACTIONS(369), [anon_sym_break] = ACTIONS(371), [anon_sym_continue] = ACTIONS(373), [anon_sym_goto] = ACTIONS(375), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_try] = ACTIONS(379), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(381), [anon_sym_co_return] = ACTIONS(391), [anon_sym_co_yield] = ACTIONS(393), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [275] = { [sym_attribute_declaration] = STATE(204), [sym_compound_statement] = STATE(1056), [sym_attributed_statement] = STATE(1056), [sym_labeled_statement] = STATE(1056), [sym_expression_statement] = STATE(1056), [sym_if_statement] = STATE(1056), [sym_switch_statement] = STATE(1056), [sym_case_statement] = STATE(1056), [sym_while_statement] = STATE(1056), [sym_do_statement] = STATE(1056), [sym_for_statement] = STATE(1056), [sym_return_statement] = STATE(1056), [sym_break_statement] = STATE(1056), [sym_continue_statement] = STATE(1056), [sym_goto_statement] = STATE(1056), [sym__expression] = STATE(4301), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7279), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(1056), [sym_co_return_statement] = STATE(1056), [sym_co_yield_statement] = STATE(1056), [sym_throw_statement] = STATE(1056), [sym_try_statement] = STATE(1056), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_attributed_declarator_repeat1] = STATE(204), [sym_identifier] = ACTIONS(2099), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(167), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym_LBRACE] = ACTIONS(738), [anon_sym_LBRACK] = ACTIONS(1327), [sym_primitive_type] = ACTIONS(1951), [anon_sym_if] = ACTIONS(181), [anon_sym_switch] = ACTIONS(183), [anon_sym_case] = ACTIONS(185), [anon_sym_default] = ACTIONS(187), [anon_sym_while] = ACTIONS(189), [anon_sym_do] = ACTIONS(191), [anon_sym_for] = ACTIONS(193), [anon_sym_return] = ACTIONS(195), [anon_sym_break] = ACTIONS(197), [anon_sym_continue] = ACTIONS(199), [anon_sym_goto] = ACTIONS(201), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_try] = ACTIONS(209), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(211), [anon_sym_co_return] = ACTIONS(221), [anon_sym_co_yield] = ACTIONS(223), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [276] = { [sym_attribute_declaration] = STATE(204), [sym_compound_statement] = STATE(1057), [sym_attributed_statement] = STATE(1057), [sym_labeled_statement] = STATE(1057), [sym_expression_statement] = STATE(1057), [sym_if_statement] = STATE(1057), [sym_switch_statement] = STATE(1057), [sym_case_statement] = STATE(1057), [sym_while_statement] = STATE(1057), [sym_do_statement] = STATE(1057), [sym_for_statement] = STATE(1057), [sym_return_statement] = STATE(1057), [sym_break_statement] = STATE(1057), [sym_continue_statement] = STATE(1057), [sym_goto_statement] = STATE(1057), [sym__expression] = STATE(4301), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7279), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(1057), [sym_co_return_statement] = STATE(1057), [sym_co_yield_statement] = STATE(1057), [sym_throw_statement] = STATE(1057), [sym_try_statement] = STATE(1057), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_attributed_declarator_repeat1] = STATE(204), [sym_identifier] = ACTIONS(2099), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(167), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym_LBRACE] = ACTIONS(738), [anon_sym_LBRACK] = ACTIONS(1327), [sym_primitive_type] = ACTIONS(1951), [anon_sym_if] = ACTIONS(181), [anon_sym_switch] = ACTIONS(183), [anon_sym_case] = ACTIONS(185), [anon_sym_default] = ACTIONS(187), [anon_sym_while] = ACTIONS(189), [anon_sym_do] = ACTIONS(191), [anon_sym_for] = ACTIONS(193), [anon_sym_return] = ACTIONS(195), [anon_sym_break] = ACTIONS(197), [anon_sym_continue] = ACTIONS(199), [anon_sym_goto] = ACTIONS(201), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_try] = ACTIONS(209), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(211), [anon_sym_co_return] = ACTIONS(221), [anon_sym_co_yield] = ACTIONS(223), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [277] = { [sym_attribute_declaration] = STATE(149), [sym_compound_statement] = STATE(880), [sym_attributed_statement] = STATE(879), [sym_labeled_statement] = STATE(878), [sym_expression_statement] = STATE(877), [sym_if_statement] = STATE(875), [sym_switch_statement] = STATE(874), [sym_case_statement] = STATE(873), [sym_while_statement] = STATE(869), [sym_do_statement] = STATE(868), [sym_for_statement] = STATE(861), [sym_return_statement] = STATE(856), [sym_break_statement] = STATE(853), [sym_continue_statement] = STATE(852), [sym_goto_statement] = STATE(845), [sym__expression] = STATE(4301), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7279), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(843), [sym_co_return_statement] = STATE(837), [sym_co_yield_statement] = STATE(836), [sym_throw_statement] = STATE(835), [sym_try_statement] = STATE(832), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_attributed_declarator_repeat1] = STATE(149), [sym_identifier] = ACTIONS(2230), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(167), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym_LBRACE] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(1327), [sym_primitive_type] = ACTIONS(1951), [anon_sym_if] = ACTIONS(2232), [anon_sym_switch] = ACTIONS(73), [anon_sym_case] = ACTIONS(2234), [anon_sym_default] = ACTIONS(2236), [anon_sym_while] = ACTIONS(2238), [anon_sym_do] = ACTIONS(81), [anon_sym_for] = ACTIONS(2240), [anon_sym_return] = ACTIONS(85), [anon_sym_break] = ACTIONS(87), [anon_sym_continue] = ACTIONS(89), [anon_sym_goto] = ACTIONS(91), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_try] = ACTIONS(127), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(131), [anon_sym_co_return] = ACTIONS(141), [anon_sym_co_yield] = ACTIONS(143), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [278] = { [sym_attribute_declaration] = STATE(204), [sym_compound_statement] = STATE(1082), [sym_attributed_statement] = STATE(1081), [sym_labeled_statement] = STATE(1080), [sym_expression_statement] = STATE(1079), [sym_if_statement] = STATE(1078), [sym_switch_statement] = STATE(1077), [sym_case_statement] = STATE(1076), [sym_while_statement] = STATE(1075), [sym_do_statement] = STATE(1074), [sym_for_statement] = STATE(1073), [sym_return_statement] = STATE(1071), [sym_break_statement] = STATE(1069), [sym_continue_statement] = STATE(1064), [sym_goto_statement] = STATE(1063), [sym__expression] = STATE(4301), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7279), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(1062), [sym_co_return_statement] = STATE(1061), [sym_co_yield_statement] = STATE(1060), [sym_throw_statement] = STATE(1059), [sym_try_statement] = STATE(1058), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_attributed_declarator_repeat1] = STATE(204), [sym_identifier] = ACTIONS(2099), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(167), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym_LBRACE] = ACTIONS(738), [anon_sym_LBRACK] = ACTIONS(1327), [sym_primitive_type] = ACTIONS(1951), [anon_sym_if] = ACTIONS(181), [anon_sym_switch] = ACTIONS(183), [anon_sym_case] = ACTIONS(185), [anon_sym_default] = ACTIONS(187), [anon_sym_while] = ACTIONS(189), [anon_sym_do] = ACTIONS(191), [anon_sym_for] = ACTIONS(193), [anon_sym_return] = ACTIONS(195), [anon_sym_break] = ACTIONS(197), [anon_sym_continue] = ACTIONS(199), [anon_sym_goto] = ACTIONS(201), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_try] = ACTIONS(209), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(211), [anon_sym_co_return] = ACTIONS(221), [anon_sym_co_yield] = ACTIONS(223), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [279] = { [sym_attribute_declaration] = STATE(204), [sym_compound_statement] = STATE(1104), [sym_attributed_statement] = STATE(1103), [sym_labeled_statement] = STATE(1102), [sym_expression_statement] = STATE(1101), [sym_if_statement] = STATE(1100), [sym_switch_statement] = STATE(1099), [sym_case_statement] = STATE(1098), [sym_while_statement] = STATE(1097), [sym_do_statement] = STATE(1096), [sym_for_statement] = STATE(824), [sym_return_statement] = STATE(1093), [sym_break_statement] = STATE(1091), [sym_continue_statement] = STATE(1089), [sym_goto_statement] = STATE(1088), [sym__expression] = STATE(4301), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7279), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(1087), [sym_co_return_statement] = STATE(1086), [sym_co_yield_statement] = STATE(1085), [sym_throw_statement] = STATE(1084), [sym_try_statement] = STATE(1083), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_attributed_declarator_repeat1] = STATE(204), [sym_identifier] = ACTIONS(2099), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(167), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym_LBRACE] = ACTIONS(738), [anon_sym_LBRACK] = ACTIONS(1327), [sym_primitive_type] = ACTIONS(1951), [anon_sym_if] = ACTIONS(181), [anon_sym_switch] = ACTIONS(183), [anon_sym_case] = ACTIONS(185), [anon_sym_default] = ACTIONS(187), [anon_sym_while] = ACTIONS(189), [anon_sym_do] = ACTIONS(191), [anon_sym_for] = ACTIONS(193), [anon_sym_return] = ACTIONS(195), [anon_sym_break] = ACTIONS(197), [anon_sym_continue] = ACTIONS(199), [anon_sym_goto] = ACTIONS(201), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_try] = ACTIONS(209), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(211), [anon_sym_co_return] = ACTIONS(221), [anon_sym_co_yield] = ACTIONS(223), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [280] = { [sym_attribute_declaration] = STATE(149), [sym_compound_statement] = STATE(924), [sym_attributed_statement] = STATE(920), [sym_labeled_statement] = STATE(915), [sym_expression_statement] = STATE(913), [sym_if_statement] = STATE(912), [sym_switch_statement] = STATE(910), [sym_case_statement] = STATE(909), [sym_while_statement] = STATE(908), [sym_do_statement] = STATE(903), [sym_for_statement] = STATE(901), [sym_return_statement] = STATE(900), [sym_break_statement] = STATE(894), [sym_continue_statement] = STATE(892), [sym_goto_statement] = STATE(891), [sym__expression] = STATE(4301), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7279), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(887), [sym_co_return_statement] = STATE(886), [sym_co_yield_statement] = STATE(884), [sym_throw_statement] = STATE(882), [sym_try_statement] = STATE(881), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_attributed_declarator_repeat1] = STATE(149), [sym_identifier] = ACTIONS(2230), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(167), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym_LBRACE] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(1327), [sym_primitive_type] = ACTIONS(1951), [anon_sym_if] = ACTIONS(2232), [anon_sym_switch] = ACTIONS(73), [anon_sym_case] = ACTIONS(2234), [anon_sym_default] = ACTIONS(2236), [anon_sym_while] = ACTIONS(2238), [anon_sym_do] = ACTIONS(81), [anon_sym_for] = ACTIONS(2240), [anon_sym_return] = ACTIONS(85), [anon_sym_break] = ACTIONS(87), [anon_sym_continue] = ACTIONS(89), [anon_sym_goto] = ACTIONS(91), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_try] = ACTIONS(127), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(131), [anon_sym_co_return] = ACTIONS(141), [anon_sym_co_yield] = ACTIONS(143), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [281] = { [sym_attribute_declaration] = STATE(153), [sym_compound_statement] = STATE(1572), [sym_attributed_statement] = STATE(1572), [sym_labeled_statement] = STATE(1572), [sym_expression_statement] = STATE(1572), [sym_if_statement] = STATE(1572), [sym_switch_statement] = STATE(1572), [sym_case_statement] = STATE(1572), [sym_while_statement] = STATE(1572), [sym_do_statement] = STATE(1572), [sym_for_statement] = STATE(1572), [sym_return_statement] = STATE(1572), [sym_break_statement] = STATE(1572), [sym_continue_statement] = STATE(1572), [sym_goto_statement] = STATE(1572), [sym__expression] = STATE(4266), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7341), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(1572), [sym_co_return_statement] = STATE(1572), [sym_co_yield_statement] = STATE(1572), [sym_throw_statement] = STATE(1572), [sym_try_statement] = STATE(1572), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_attributed_declarator_repeat1] = STATE(153), [sym_identifier] = ACTIONS(2412), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(1728), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym_LBRACE] = ACTIONS(1732), [anon_sym_LBRACK] = ACTIONS(1327), [sym_primitive_type] = ACTIONS(1951), [anon_sym_if] = ACTIONS(1734), [anon_sym_switch] = ACTIONS(1736), [anon_sym_case] = ACTIONS(2234), [anon_sym_default] = ACTIONS(2236), [anon_sym_while] = ACTIONS(1738), [anon_sym_do] = ACTIONS(1740), [anon_sym_for] = ACTIONS(1742), [anon_sym_return] = ACTIONS(1744), [anon_sym_break] = ACTIONS(1746), [anon_sym_continue] = ACTIONS(1748), [anon_sym_goto] = ACTIONS(1750), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_try] = ACTIONS(1752), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(1754), [anon_sym_co_return] = ACTIONS(1756), [anon_sym_co_yield] = ACTIONS(1758), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [282] = { [sym_attribute_declaration] = STATE(149), [sym_compound_statement] = STATE(927), [sym_attributed_statement] = STATE(927), [sym_labeled_statement] = STATE(927), [sym_expression_statement] = STATE(927), [sym_if_statement] = STATE(927), [sym_switch_statement] = STATE(927), [sym_case_statement] = STATE(927), [sym_while_statement] = STATE(927), [sym_do_statement] = STATE(927), [sym_for_statement] = STATE(927), [sym_return_statement] = STATE(927), [sym_break_statement] = STATE(927), [sym_continue_statement] = STATE(927), [sym_goto_statement] = STATE(927), [sym__expression] = STATE(4301), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7279), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(927), [sym_co_return_statement] = STATE(927), [sym_co_yield_statement] = STATE(927), [sym_throw_statement] = STATE(927), [sym_try_statement] = STATE(927), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_attributed_declarator_repeat1] = STATE(149), [sym_identifier] = ACTIONS(2230), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(167), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym_LBRACE] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(1327), [sym_primitive_type] = ACTIONS(1951), [anon_sym_if] = ACTIONS(2232), [anon_sym_switch] = ACTIONS(73), [anon_sym_case] = ACTIONS(2234), [anon_sym_default] = ACTIONS(2236), [anon_sym_while] = ACTIONS(2238), [anon_sym_do] = ACTIONS(81), [anon_sym_for] = ACTIONS(2240), [anon_sym_return] = ACTIONS(85), [anon_sym_break] = ACTIONS(87), [anon_sym_continue] = ACTIONS(89), [anon_sym_goto] = ACTIONS(91), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_try] = ACTIONS(127), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(131), [anon_sym_co_return] = ACTIONS(141), [anon_sym_co_yield] = ACTIONS(143), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [283] = { [sym_attribute_declaration] = STATE(281), [sym_compound_statement] = STATE(1526), [sym_attributed_statement] = STATE(1526), [sym_labeled_statement] = STATE(1526), [sym_expression_statement] = STATE(1526), [sym_if_statement] = STATE(1526), [sym_switch_statement] = STATE(1526), [sym_case_statement] = STATE(1526), [sym_while_statement] = STATE(1526), [sym_do_statement] = STATE(1526), [sym_for_statement] = STATE(1526), [sym_return_statement] = STATE(1526), [sym_break_statement] = STATE(1526), [sym_continue_statement] = STATE(1526), [sym_goto_statement] = STATE(1526), [sym__expression] = STATE(4266), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7341), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(1526), [sym_co_return_statement] = STATE(1526), [sym_co_yield_statement] = STATE(1526), [sym_throw_statement] = STATE(1526), [sym_try_statement] = STATE(1526), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_attributed_declarator_repeat1] = STATE(281), [sym_identifier] = ACTIONS(2412), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(1728), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym_LBRACE] = ACTIONS(1732), [anon_sym_LBRACK] = ACTIONS(1327), [sym_primitive_type] = ACTIONS(1951), [anon_sym_if] = ACTIONS(1734), [anon_sym_switch] = ACTIONS(1736), [anon_sym_case] = ACTIONS(2234), [anon_sym_default] = ACTIONS(2236), [anon_sym_while] = ACTIONS(1738), [anon_sym_do] = ACTIONS(1740), [anon_sym_for] = ACTIONS(1742), [anon_sym_return] = ACTIONS(1744), [anon_sym_break] = ACTIONS(1746), [anon_sym_continue] = ACTIONS(1748), [anon_sym_goto] = ACTIONS(1750), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_try] = ACTIONS(1752), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(1754), [anon_sym_co_return] = ACTIONS(1756), [anon_sym_co_yield] = ACTIONS(1758), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [284] = { [sym_attribute_declaration] = STATE(204), [sym_compound_statement] = STATE(1105), [sym_attributed_statement] = STATE(1105), [sym_labeled_statement] = STATE(1105), [sym_expression_statement] = STATE(1105), [sym_if_statement] = STATE(1105), [sym_switch_statement] = STATE(1105), [sym_case_statement] = STATE(1105), [sym_while_statement] = STATE(1105), [sym_do_statement] = STATE(1105), [sym_for_statement] = STATE(1105), [sym_return_statement] = STATE(1105), [sym_break_statement] = STATE(1105), [sym_continue_statement] = STATE(1105), [sym_goto_statement] = STATE(1105), [sym__expression] = STATE(4301), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7279), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(1105), [sym_co_return_statement] = STATE(1105), [sym_co_yield_statement] = STATE(1105), [sym_throw_statement] = STATE(1105), [sym_try_statement] = STATE(1105), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_attributed_declarator_repeat1] = STATE(204), [sym_identifier] = ACTIONS(2099), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(167), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym_LBRACE] = ACTIONS(738), [anon_sym_LBRACK] = ACTIONS(1327), [sym_primitive_type] = ACTIONS(1951), [anon_sym_if] = ACTIONS(181), [anon_sym_switch] = ACTIONS(183), [anon_sym_case] = ACTIONS(185), [anon_sym_default] = ACTIONS(187), [anon_sym_while] = ACTIONS(189), [anon_sym_do] = ACTIONS(191), [anon_sym_for] = ACTIONS(193), [anon_sym_return] = ACTIONS(195), [anon_sym_break] = ACTIONS(197), [anon_sym_continue] = ACTIONS(199), [anon_sym_goto] = ACTIONS(201), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_try] = ACTIONS(209), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(211), [anon_sym_co_return] = ACTIONS(221), [anon_sym_co_yield] = ACTIONS(223), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [285] = { [sym_attribute_declaration] = STATE(204), [sym_compound_statement] = STATE(1106), [sym_attributed_statement] = STATE(1106), [sym_labeled_statement] = STATE(1106), [sym_expression_statement] = STATE(1106), [sym_if_statement] = STATE(1106), [sym_switch_statement] = STATE(1106), [sym_case_statement] = STATE(1106), [sym_while_statement] = STATE(1106), [sym_do_statement] = STATE(1106), [sym_for_statement] = STATE(1106), [sym_return_statement] = STATE(1106), [sym_break_statement] = STATE(1106), [sym_continue_statement] = STATE(1106), [sym_goto_statement] = STATE(1106), [sym__expression] = STATE(4301), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7279), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(1106), [sym_co_return_statement] = STATE(1106), [sym_co_yield_statement] = STATE(1106), [sym_throw_statement] = STATE(1106), [sym_try_statement] = STATE(1106), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_attributed_declarator_repeat1] = STATE(204), [sym_identifier] = ACTIONS(2099), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(167), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym_LBRACE] = ACTIONS(738), [anon_sym_LBRACK] = ACTIONS(1327), [sym_primitive_type] = ACTIONS(1951), [anon_sym_if] = ACTIONS(181), [anon_sym_switch] = ACTIONS(183), [anon_sym_case] = ACTIONS(185), [anon_sym_default] = ACTIONS(187), [anon_sym_while] = ACTIONS(189), [anon_sym_do] = ACTIONS(191), [anon_sym_for] = ACTIONS(193), [anon_sym_return] = ACTIONS(195), [anon_sym_break] = ACTIONS(197), [anon_sym_continue] = ACTIONS(199), [anon_sym_goto] = ACTIONS(201), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_try] = ACTIONS(209), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(211), [anon_sym_co_return] = ACTIONS(221), [anon_sym_co_yield] = ACTIONS(223), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [286] = { [sym_attribute_declaration] = STATE(281), [sym_compound_statement] = STATE(1459), [sym_attributed_statement] = STATE(1459), [sym_labeled_statement] = STATE(1459), [sym_expression_statement] = STATE(1459), [sym_if_statement] = STATE(1459), [sym_switch_statement] = STATE(1459), [sym_case_statement] = STATE(1459), [sym_while_statement] = STATE(1459), [sym_do_statement] = STATE(1459), [sym_for_statement] = STATE(1459), [sym_return_statement] = STATE(1459), [sym_break_statement] = STATE(1459), [sym_continue_statement] = STATE(1459), [sym_goto_statement] = STATE(1459), [sym__expression] = STATE(4266), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7341), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(1459), [sym_co_return_statement] = STATE(1459), [sym_co_yield_statement] = STATE(1459), [sym_throw_statement] = STATE(1459), [sym_try_statement] = STATE(1459), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_attributed_declarator_repeat1] = STATE(281), [sym_identifier] = ACTIONS(2412), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(1728), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym_LBRACE] = ACTIONS(1732), [anon_sym_LBRACK] = ACTIONS(1327), [sym_primitive_type] = ACTIONS(1951), [anon_sym_if] = ACTIONS(1734), [anon_sym_switch] = ACTIONS(1736), [anon_sym_case] = ACTIONS(2234), [anon_sym_default] = ACTIONS(2236), [anon_sym_while] = ACTIONS(1738), [anon_sym_do] = ACTIONS(1740), [anon_sym_for] = ACTIONS(1742), [anon_sym_return] = ACTIONS(1744), [anon_sym_break] = ACTIONS(1746), [anon_sym_continue] = ACTIONS(1748), [anon_sym_goto] = ACTIONS(1750), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_try] = ACTIONS(1752), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(1754), [anon_sym_co_return] = ACTIONS(1756), [anon_sym_co_yield] = ACTIONS(1758), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [287] = { [sym_attribute_declaration] = STATE(287), [sym_compound_statement] = STATE(669), [sym_attributed_statement] = STATE(669), [sym_labeled_statement] = STATE(669), [sym_expression_statement] = STATE(669), [sym_if_statement] = STATE(669), [sym_switch_statement] = STATE(669), [sym_case_statement] = STATE(669), [sym_while_statement] = STATE(669), [sym_do_statement] = STATE(669), [sym_for_statement] = STATE(669), [sym_return_statement] = STATE(669), [sym_break_statement] = STATE(669), [sym_continue_statement] = STATE(669), [sym_goto_statement] = STATE(669), [sym__expression] = STATE(4201), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7616), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(669), [sym_co_return_statement] = STATE(669), [sym_co_yield_statement] = STATE(669), [sym_throw_statement] = STATE(669), [sym_try_statement] = STATE(669), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_attributed_declarator_repeat1] = STATE(287), [sym_identifier] = ACTIONS(2468), [anon_sym_LPAREN2] = ACTIONS(2104), [anon_sym_BANG] = ACTIONS(2107), [anon_sym_TILDE] = ACTIONS(2107), [anon_sym_DASH] = ACTIONS(2110), [anon_sym_PLUS] = ACTIONS(2110), [anon_sym_STAR] = ACTIONS(2113), [anon_sym_AMP] = ACTIONS(2113), [anon_sym_SEMI] = ACTIONS(2471), [anon_sym_COLON_COLON] = ACTIONS(2119), [anon_sym_LBRACK_LBRACK] = ACTIONS(2122), [anon_sym_LBRACE] = ACTIONS(2474), [anon_sym_LBRACK] = ACTIONS(2128), [sym_primitive_type] = ACTIONS(2131), [anon_sym_if] = ACTIONS(2477), [anon_sym_switch] = ACTIONS(2480), [anon_sym_case] = ACTIONS(2483), [anon_sym_default] = ACTIONS(2486), [anon_sym_while] = ACTIONS(2489), [anon_sym_do] = ACTIONS(2492), [anon_sym_for] = ACTIONS(2495), [anon_sym_return] = ACTIONS(2498), [anon_sym_break] = ACTIONS(2501), [anon_sym_continue] = ACTIONS(2504), [anon_sym_goto] = ACTIONS(2507), [anon_sym_not] = ACTIONS(2110), [anon_sym_compl] = ACTIONS(2110), [anon_sym_DASH_DASH] = ACTIONS(2167), [anon_sym_PLUS_PLUS] = ACTIONS(2167), [anon_sym_sizeof] = ACTIONS(2170), [anon_sym_offsetof] = ACTIONS(2173), [anon_sym__Generic] = ACTIONS(2176), [anon_sym_asm] = ACTIONS(2179), [anon_sym___asm__] = ACTIONS(2179), [sym_number_literal] = ACTIONS(2182), [anon_sym_L_SQUOTE] = ACTIONS(2185), [anon_sym_u_SQUOTE] = ACTIONS(2185), [anon_sym_U_SQUOTE] = ACTIONS(2185), [anon_sym_u8_SQUOTE] = ACTIONS(2185), [anon_sym_SQUOTE] = ACTIONS(2185), [anon_sym_L_DQUOTE] = ACTIONS(2188), [anon_sym_u_DQUOTE] = ACTIONS(2188), [anon_sym_U_DQUOTE] = ACTIONS(2188), [anon_sym_u8_DQUOTE] = ACTIONS(2188), [anon_sym_DQUOTE] = ACTIONS(2188), [sym_true] = ACTIONS(2191), [sym_false] = ACTIONS(2191), [anon_sym_NULL] = ACTIONS(2194), [anon_sym_nullptr] = ACTIONS(2194), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(2197), [anon_sym_template] = ACTIONS(2200), [anon_sym_try] = ACTIONS(2510), [anon_sym_delete] = ACTIONS(2206), [anon_sym_throw] = ACTIONS(2513), [anon_sym_co_return] = ACTIONS(2516), [anon_sym_co_yield] = ACTIONS(2519), [anon_sym_R_DQUOTE] = ACTIONS(2218), [anon_sym_LR_DQUOTE] = ACTIONS(2218), [anon_sym_uR_DQUOTE] = ACTIONS(2218), [anon_sym_UR_DQUOTE] = ACTIONS(2218), [anon_sym_u8R_DQUOTE] = ACTIONS(2218), [anon_sym_co_await] = ACTIONS(2221), [anon_sym_new] = ACTIONS(2224), [anon_sym_requires] = ACTIONS(2227), [sym_this] = ACTIONS(2191), }, [288] = { [sym_attribute_declaration] = STATE(204), [sym_compound_statement] = STATE(1113), [sym_attributed_statement] = STATE(1113), [sym_labeled_statement] = STATE(1113), [sym_expression_statement] = STATE(1113), [sym_if_statement] = STATE(1113), [sym_switch_statement] = STATE(1113), [sym_case_statement] = STATE(1113), [sym_while_statement] = STATE(1113), [sym_do_statement] = STATE(1113), [sym_for_statement] = STATE(1113), [sym_return_statement] = STATE(1113), [sym_break_statement] = STATE(1113), [sym_continue_statement] = STATE(1113), [sym_goto_statement] = STATE(1113), [sym__expression] = STATE(4301), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7279), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(1113), [sym_co_return_statement] = STATE(1113), [sym_co_yield_statement] = STATE(1113), [sym_throw_statement] = STATE(1113), [sym_try_statement] = STATE(1113), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_attributed_declarator_repeat1] = STATE(204), [sym_identifier] = ACTIONS(2099), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(167), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym_LBRACE] = ACTIONS(738), [anon_sym_LBRACK] = ACTIONS(1327), [sym_primitive_type] = ACTIONS(1951), [anon_sym_if] = ACTIONS(181), [anon_sym_switch] = ACTIONS(183), [anon_sym_case] = ACTIONS(185), [anon_sym_default] = ACTIONS(187), [anon_sym_while] = ACTIONS(189), [anon_sym_do] = ACTIONS(191), [anon_sym_for] = ACTIONS(193), [anon_sym_return] = ACTIONS(195), [anon_sym_break] = ACTIONS(197), [anon_sym_continue] = ACTIONS(199), [anon_sym_goto] = ACTIONS(201), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_try] = ACTIONS(209), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(211), [anon_sym_co_return] = ACTIONS(221), [anon_sym_co_yield] = ACTIONS(223), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [289] = { [sym_attribute_declaration] = STATE(149), [sym_compound_statement] = STATE(928), [sym_attributed_statement] = STATE(928), [sym_labeled_statement] = STATE(928), [sym_expression_statement] = STATE(928), [sym_if_statement] = STATE(928), [sym_switch_statement] = STATE(928), [sym_case_statement] = STATE(928), [sym_while_statement] = STATE(928), [sym_do_statement] = STATE(928), [sym_for_statement] = STATE(928), [sym_return_statement] = STATE(928), [sym_break_statement] = STATE(928), [sym_continue_statement] = STATE(928), [sym_goto_statement] = STATE(928), [sym__expression] = STATE(4301), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7279), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(928), [sym_co_return_statement] = STATE(928), [sym_co_yield_statement] = STATE(928), [sym_throw_statement] = STATE(928), [sym_try_statement] = STATE(928), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_attributed_declarator_repeat1] = STATE(149), [sym_identifier] = ACTIONS(2230), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(167), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym_LBRACE] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(1327), [sym_primitive_type] = ACTIONS(1951), [anon_sym_if] = ACTIONS(2232), [anon_sym_switch] = ACTIONS(73), [anon_sym_case] = ACTIONS(2234), [anon_sym_default] = ACTIONS(2236), [anon_sym_while] = ACTIONS(2238), [anon_sym_do] = ACTIONS(81), [anon_sym_for] = ACTIONS(2240), [anon_sym_return] = ACTIONS(85), [anon_sym_break] = ACTIONS(87), [anon_sym_continue] = ACTIONS(89), [anon_sym_goto] = ACTIONS(91), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_try] = ACTIONS(127), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(131), [anon_sym_co_return] = ACTIONS(141), [anon_sym_co_yield] = ACTIONS(143), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [290] = { [sym_attribute_declaration] = STATE(149), [sym_compound_statement] = STATE(935), [sym_attributed_statement] = STATE(935), [sym_labeled_statement] = STATE(935), [sym_expression_statement] = STATE(935), [sym_if_statement] = STATE(935), [sym_switch_statement] = STATE(935), [sym_case_statement] = STATE(935), [sym_while_statement] = STATE(935), [sym_do_statement] = STATE(935), [sym_for_statement] = STATE(935), [sym_return_statement] = STATE(935), [sym_break_statement] = STATE(935), [sym_continue_statement] = STATE(935), [sym_goto_statement] = STATE(935), [sym__expression] = STATE(4301), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7279), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(935), [sym_co_return_statement] = STATE(935), [sym_co_yield_statement] = STATE(935), [sym_throw_statement] = STATE(935), [sym_try_statement] = STATE(935), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_attributed_declarator_repeat1] = STATE(149), [sym_identifier] = ACTIONS(2230), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(167), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym_LBRACE] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(1327), [sym_primitive_type] = ACTIONS(1951), [anon_sym_if] = ACTIONS(2232), [anon_sym_switch] = ACTIONS(73), [anon_sym_case] = ACTIONS(2234), [anon_sym_default] = ACTIONS(2236), [anon_sym_while] = ACTIONS(2238), [anon_sym_do] = ACTIONS(81), [anon_sym_for] = ACTIONS(2240), [anon_sym_return] = ACTIONS(85), [anon_sym_break] = ACTIONS(87), [anon_sym_continue] = ACTIONS(89), [anon_sym_goto] = ACTIONS(91), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_try] = ACTIONS(127), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(131), [anon_sym_co_return] = ACTIONS(141), [anon_sym_co_yield] = ACTIONS(143), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [291] = { [sym_attribute_declaration] = STATE(149), [sym_compound_statement] = STATE(940), [sym_attributed_statement] = STATE(940), [sym_labeled_statement] = STATE(940), [sym_expression_statement] = STATE(940), [sym_if_statement] = STATE(940), [sym_switch_statement] = STATE(940), [sym_case_statement] = STATE(940), [sym_while_statement] = STATE(940), [sym_do_statement] = STATE(940), [sym_for_statement] = STATE(940), [sym_return_statement] = STATE(940), [sym_break_statement] = STATE(940), [sym_continue_statement] = STATE(940), [sym_goto_statement] = STATE(940), [sym__expression] = STATE(4301), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7279), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(940), [sym_co_return_statement] = STATE(940), [sym_co_yield_statement] = STATE(940), [sym_throw_statement] = STATE(940), [sym_try_statement] = STATE(940), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_attributed_declarator_repeat1] = STATE(149), [sym_identifier] = ACTIONS(2230), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(167), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym_LBRACE] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(1327), [sym_primitive_type] = ACTIONS(1951), [anon_sym_if] = ACTIONS(2232), [anon_sym_switch] = ACTIONS(73), [anon_sym_case] = ACTIONS(2234), [anon_sym_default] = ACTIONS(2236), [anon_sym_while] = ACTIONS(2238), [anon_sym_do] = ACTIONS(81), [anon_sym_for] = ACTIONS(2240), [anon_sym_return] = ACTIONS(85), [anon_sym_break] = ACTIONS(87), [anon_sym_continue] = ACTIONS(89), [anon_sym_goto] = ACTIONS(91), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_try] = ACTIONS(127), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(131), [anon_sym_co_return] = ACTIONS(141), [anon_sym_co_yield] = ACTIONS(143), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [292] = { [sym_attribute_declaration] = STATE(149), [sym_compound_statement] = STATE(941), [sym_attributed_statement] = STATE(941), [sym_labeled_statement] = STATE(941), [sym_expression_statement] = STATE(941), [sym_if_statement] = STATE(941), [sym_switch_statement] = STATE(941), [sym_case_statement] = STATE(941), [sym_while_statement] = STATE(941), [sym_do_statement] = STATE(941), [sym_for_statement] = STATE(941), [sym_return_statement] = STATE(941), [sym_break_statement] = STATE(941), [sym_continue_statement] = STATE(941), [sym_goto_statement] = STATE(941), [sym__expression] = STATE(4301), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7279), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(941), [sym_co_return_statement] = STATE(941), [sym_co_yield_statement] = STATE(941), [sym_throw_statement] = STATE(941), [sym_try_statement] = STATE(941), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_attributed_declarator_repeat1] = STATE(149), [sym_identifier] = ACTIONS(2230), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(167), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym_LBRACE] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(1327), [sym_primitive_type] = ACTIONS(1951), [anon_sym_if] = ACTIONS(2232), [anon_sym_switch] = ACTIONS(73), [anon_sym_case] = ACTIONS(2234), [anon_sym_default] = ACTIONS(2236), [anon_sym_while] = ACTIONS(2238), [anon_sym_do] = ACTIONS(81), [anon_sym_for] = ACTIONS(2240), [anon_sym_return] = ACTIONS(85), [anon_sym_break] = ACTIONS(87), [anon_sym_continue] = ACTIONS(89), [anon_sym_goto] = ACTIONS(91), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_try] = ACTIONS(127), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(131), [anon_sym_co_return] = ACTIONS(141), [anon_sym_co_yield] = ACTIONS(143), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [293] = { [sym_attribute_declaration] = STATE(204), [sym_compound_statement] = STATE(1118), [sym_attributed_statement] = STATE(1118), [sym_labeled_statement] = STATE(1118), [sym_expression_statement] = STATE(1118), [sym_if_statement] = STATE(1118), [sym_switch_statement] = STATE(1118), [sym_case_statement] = STATE(1118), [sym_while_statement] = STATE(1118), [sym_do_statement] = STATE(1118), [sym_for_statement] = STATE(1118), [sym_return_statement] = STATE(1118), [sym_break_statement] = STATE(1118), [sym_continue_statement] = STATE(1118), [sym_goto_statement] = STATE(1118), [sym__expression] = STATE(4301), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7279), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(1118), [sym_co_return_statement] = STATE(1118), [sym_co_yield_statement] = STATE(1118), [sym_throw_statement] = STATE(1118), [sym_try_statement] = STATE(1118), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_attributed_declarator_repeat1] = STATE(204), [sym_identifier] = ACTIONS(2099), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(167), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym_LBRACE] = ACTIONS(738), [anon_sym_LBRACK] = ACTIONS(1327), [sym_primitive_type] = ACTIONS(1951), [anon_sym_if] = ACTIONS(181), [anon_sym_switch] = ACTIONS(183), [anon_sym_case] = ACTIONS(185), [anon_sym_default] = ACTIONS(187), [anon_sym_while] = ACTIONS(189), [anon_sym_do] = ACTIONS(191), [anon_sym_for] = ACTIONS(193), [anon_sym_return] = ACTIONS(195), [anon_sym_break] = ACTIONS(197), [anon_sym_continue] = ACTIONS(199), [anon_sym_goto] = ACTIONS(201), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_try] = ACTIONS(209), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(211), [anon_sym_co_return] = ACTIONS(221), [anon_sym_co_yield] = ACTIONS(223), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [294] = { [sym_attribute_declaration] = STATE(188), [sym_compound_statement] = STATE(591), [sym_attributed_statement] = STATE(591), [sym_labeled_statement] = STATE(591), [sym_expression_statement] = STATE(591), [sym_if_statement] = STATE(591), [sym_switch_statement] = STATE(591), [sym_case_statement] = STATE(591), [sym_while_statement] = STATE(591), [sym_do_statement] = STATE(591), [sym_for_statement] = STATE(591), [sym_return_statement] = STATE(591), [sym_break_statement] = STATE(591), [sym_continue_statement] = STATE(591), [sym_goto_statement] = STATE(591), [sym__expression] = STATE(4201), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7616), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(591), [sym_co_return_statement] = STATE(591), [sym_co_yield_statement] = STATE(591), [sym_throw_statement] = STATE(591), [sym_try_statement] = STATE(591), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_attributed_declarator_repeat1] = STATE(188), [sym_identifier] = ACTIONS(2356), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(345), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym_LBRACE] = ACTIONS(351), [anon_sym_LBRACK] = ACTIONS(1327), [sym_primitive_type] = ACTIONS(1951), [anon_sym_if] = ACTIONS(355), [anon_sym_switch] = ACTIONS(357), [anon_sym_case] = ACTIONS(359), [anon_sym_default] = ACTIONS(361), [anon_sym_while] = ACTIONS(363), [anon_sym_do] = ACTIONS(365), [anon_sym_for] = ACTIONS(367), [anon_sym_return] = ACTIONS(369), [anon_sym_break] = ACTIONS(371), [anon_sym_continue] = ACTIONS(373), [anon_sym_goto] = ACTIONS(375), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_try] = ACTIONS(379), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(381), [anon_sym_co_return] = ACTIONS(391), [anon_sym_co_yield] = ACTIONS(393), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [295] = { [sym_attribute_declaration] = STATE(204), [sym_compound_statement] = STATE(1120), [sym_attributed_statement] = STATE(1120), [sym_labeled_statement] = STATE(1120), [sym_expression_statement] = STATE(1120), [sym_if_statement] = STATE(1120), [sym_switch_statement] = STATE(1120), [sym_case_statement] = STATE(1120), [sym_while_statement] = STATE(1120), [sym_do_statement] = STATE(1120), [sym_for_statement] = STATE(1120), [sym_return_statement] = STATE(1120), [sym_break_statement] = STATE(1120), [sym_continue_statement] = STATE(1120), [sym_goto_statement] = STATE(1120), [sym__expression] = STATE(4301), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7279), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(1120), [sym_co_return_statement] = STATE(1120), [sym_co_yield_statement] = STATE(1120), [sym_throw_statement] = STATE(1120), [sym_try_statement] = STATE(1120), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_attributed_declarator_repeat1] = STATE(204), [sym_identifier] = ACTIONS(2099), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(167), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym_LBRACE] = ACTIONS(738), [anon_sym_LBRACK] = ACTIONS(1327), [sym_primitive_type] = ACTIONS(1951), [anon_sym_if] = ACTIONS(181), [anon_sym_switch] = ACTIONS(183), [anon_sym_case] = ACTIONS(185), [anon_sym_default] = ACTIONS(187), [anon_sym_while] = ACTIONS(189), [anon_sym_do] = ACTIONS(191), [anon_sym_for] = ACTIONS(193), [anon_sym_return] = ACTIONS(195), [anon_sym_break] = ACTIONS(197), [anon_sym_continue] = ACTIONS(199), [anon_sym_goto] = ACTIONS(201), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_try] = ACTIONS(209), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(211), [anon_sym_co_return] = ACTIONS(221), [anon_sym_co_yield] = ACTIONS(223), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [296] = { [sym_attribute_declaration] = STATE(204), [sym_compound_statement] = STATE(1121), [sym_attributed_statement] = STATE(1121), [sym_labeled_statement] = STATE(1121), [sym_expression_statement] = STATE(1121), [sym_if_statement] = STATE(1121), [sym_switch_statement] = STATE(1121), [sym_case_statement] = STATE(1121), [sym_while_statement] = STATE(1121), [sym_do_statement] = STATE(1121), [sym_for_statement] = STATE(1121), [sym_return_statement] = STATE(1121), [sym_break_statement] = STATE(1121), [sym_continue_statement] = STATE(1121), [sym_goto_statement] = STATE(1121), [sym__expression] = STATE(4301), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7279), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(1121), [sym_co_return_statement] = STATE(1121), [sym_co_yield_statement] = STATE(1121), [sym_throw_statement] = STATE(1121), [sym_try_statement] = STATE(1121), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_attributed_declarator_repeat1] = STATE(204), [sym_identifier] = ACTIONS(2099), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(167), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym_LBRACE] = ACTIONS(738), [anon_sym_LBRACK] = ACTIONS(1327), [sym_primitive_type] = ACTIONS(1951), [anon_sym_if] = ACTIONS(181), [anon_sym_switch] = ACTIONS(183), [anon_sym_case] = ACTIONS(185), [anon_sym_default] = ACTIONS(187), [anon_sym_while] = ACTIONS(189), [anon_sym_do] = ACTIONS(191), [anon_sym_for] = ACTIONS(193), [anon_sym_return] = ACTIONS(195), [anon_sym_break] = ACTIONS(197), [anon_sym_continue] = ACTIONS(199), [anon_sym_goto] = ACTIONS(201), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_try] = ACTIONS(209), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(211), [anon_sym_co_return] = ACTIONS(221), [anon_sym_co_yield] = ACTIONS(223), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [297] = { [sym_attribute_declaration] = STATE(149), [sym_compound_statement] = STATE(942), [sym_attributed_statement] = STATE(942), [sym_labeled_statement] = STATE(942), [sym_expression_statement] = STATE(942), [sym_if_statement] = STATE(942), [sym_switch_statement] = STATE(942), [sym_case_statement] = STATE(942), [sym_while_statement] = STATE(942), [sym_do_statement] = STATE(942), [sym_for_statement] = STATE(942), [sym_return_statement] = STATE(942), [sym_break_statement] = STATE(942), [sym_continue_statement] = STATE(942), [sym_goto_statement] = STATE(942), [sym__expression] = STATE(4301), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7279), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(942), [sym_co_return_statement] = STATE(942), [sym_co_yield_statement] = STATE(942), [sym_throw_statement] = STATE(942), [sym_try_statement] = STATE(942), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_attributed_declarator_repeat1] = STATE(149), [sym_identifier] = ACTIONS(2230), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(167), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym_LBRACE] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(1327), [sym_primitive_type] = ACTIONS(1951), [anon_sym_if] = ACTIONS(2232), [anon_sym_switch] = ACTIONS(73), [anon_sym_case] = ACTIONS(2234), [anon_sym_default] = ACTIONS(2236), [anon_sym_while] = ACTIONS(2238), [anon_sym_do] = ACTIONS(81), [anon_sym_for] = ACTIONS(2240), [anon_sym_return] = ACTIONS(85), [anon_sym_break] = ACTIONS(87), [anon_sym_continue] = ACTIONS(89), [anon_sym_goto] = ACTIONS(91), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_try] = ACTIONS(127), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(131), [anon_sym_co_return] = ACTIONS(141), [anon_sym_co_yield] = ACTIONS(143), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [298] = { [sym_attribute_declaration] = STATE(149), [sym_compound_statement] = STATE(943), [sym_attributed_statement] = STATE(943), [sym_labeled_statement] = STATE(943), [sym_expression_statement] = STATE(943), [sym_if_statement] = STATE(943), [sym_switch_statement] = STATE(943), [sym_case_statement] = STATE(943), [sym_while_statement] = STATE(943), [sym_do_statement] = STATE(943), [sym_for_statement] = STATE(943), [sym_return_statement] = STATE(943), [sym_break_statement] = STATE(943), [sym_continue_statement] = STATE(943), [sym_goto_statement] = STATE(943), [sym__expression] = STATE(4301), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7279), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(943), [sym_co_return_statement] = STATE(943), [sym_co_yield_statement] = STATE(943), [sym_throw_statement] = STATE(943), [sym_try_statement] = STATE(943), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_attributed_declarator_repeat1] = STATE(149), [sym_identifier] = ACTIONS(2230), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(167), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym_LBRACE] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(1327), [sym_primitive_type] = ACTIONS(1951), [anon_sym_if] = ACTIONS(2232), [anon_sym_switch] = ACTIONS(73), [anon_sym_case] = ACTIONS(2234), [anon_sym_default] = ACTIONS(2236), [anon_sym_while] = ACTIONS(2238), [anon_sym_do] = ACTIONS(81), [anon_sym_for] = ACTIONS(2240), [anon_sym_return] = ACTIONS(85), [anon_sym_break] = ACTIONS(87), [anon_sym_continue] = ACTIONS(89), [anon_sym_goto] = ACTIONS(91), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_try] = ACTIONS(127), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(131), [anon_sym_co_return] = ACTIONS(141), [anon_sym_co_yield] = ACTIONS(143), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [299] = { [sym_attribute_declaration] = STATE(188), [sym_compound_statement] = STATE(712), [sym_attributed_statement] = STATE(712), [sym_labeled_statement] = STATE(712), [sym_expression_statement] = STATE(712), [sym_if_statement] = STATE(712), [sym_switch_statement] = STATE(712), [sym_case_statement] = STATE(712), [sym_while_statement] = STATE(712), [sym_do_statement] = STATE(712), [sym_for_statement] = STATE(712), [sym_return_statement] = STATE(712), [sym_break_statement] = STATE(712), [sym_continue_statement] = STATE(712), [sym_goto_statement] = STATE(712), [sym__expression] = STATE(4201), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7616), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(712), [sym_co_return_statement] = STATE(712), [sym_co_yield_statement] = STATE(712), [sym_throw_statement] = STATE(712), [sym_try_statement] = STATE(712), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_attributed_declarator_repeat1] = STATE(188), [sym_identifier] = ACTIONS(2356), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(345), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym_LBRACE] = ACTIONS(351), [anon_sym_LBRACK] = ACTIONS(1327), [sym_primitive_type] = ACTIONS(1951), [anon_sym_if] = ACTIONS(355), [anon_sym_switch] = ACTIONS(357), [anon_sym_case] = ACTIONS(359), [anon_sym_default] = ACTIONS(361), [anon_sym_while] = ACTIONS(363), [anon_sym_do] = ACTIONS(365), [anon_sym_for] = ACTIONS(367), [anon_sym_return] = ACTIONS(369), [anon_sym_break] = ACTIONS(371), [anon_sym_continue] = ACTIONS(373), [anon_sym_goto] = ACTIONS(375), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_try] = ACTIONS(379), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(381), [anon_sym_co_return] = ACTIONS(391), [anon_sym_co_yield] = ACTIONS(393), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [300] = { [sym_attribute_declaration] = STATE(188), [sym_compound_statement] = STATE(713), [sym_attributed_statement] = STATE(713), [sym_labeled_statement] = STATE(713), [sym_expression_statement] = STATE(713), [sym_if_statement] = STATE(713), [sym_switch_statement] = STATE(713), [sym_case_statement] = STATE(713), [sym_while_statement] = STATE(713), [sym_do_statement] = STATE(713), [sym_for_statement] = STATE(713), [sym_return_statement] = STATE(713), [sym_break_statement] = STATE(713), [sym_continue_statement] = STATE(713), [sym_goto_statement] = STATE(713), [sym__expression] = STATE(4201), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7616), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(713), [sym_co_return_statement] = STATE(713), [sym_co_yield_statement] = STATE(713), [sym_throw_statement] = STATE(713), [sym_try_statement] = STATE(713), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_attributed_declarator_repeat1] = STATE(188), [sym_identifier] = ACTIONS(2356), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(345), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym_LBRACE] = ACTIONS(351), [anon_sym_LBRACK] = ACTIONS(1327), [sym_primitive_type] = ACTIONS(1951), [anon_sym_if] = ACTIONS(355), [anon_sym_switch] = ACTIONS(357), [anon_sym_case] = ACTIONS(359), [anon_sym_default] = ACTIONS(361), [anon_sym_while] = ACTIONS(363), [anon_sym_do] = ACTIONS(365), [anon_sym_for] = ACTIONS(367), [anon_sym_return] = ACTIONS(369), [anon_sym_break] = ACTIONS(371), [anon_sym_continue] = ACTIONS(373), [anon_sym_goto] = ACTIONS(375), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_try] = ACTIONS(379), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(381), [anon_sym_co_return] = ACTIONS(391), [anon_sym_co_yield] = ACTIONS(393), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [301] = { [sym_attribute_declaration] = STATE(188), [sym_compound_statement] = STATE(741), [sym_attributed_statement] = STATE(741), [sym_labeled_statement] = STATE(741), [sym_expression_statement] = STATE(741), [sym_if_statement] = STATE(741), [sym_switch_statement] = STATE(741), [sym_case_statement] = STATE(741), [sym_while_statement] = STATE(741), [sym_do_statement] = STATE(741), [sym_for_statement] = STATE(741), [sym_return_statement] = STATE(741), [sym_break_statement] = STATE(741), [sym_continue_statement] = STATE(741), [sym_goto_statement] = STATE(741), [sym__expression] = STATE(4201), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7616), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(741), [sym_co_return_statement] = STATE(741), [sym_co_yield_statement] = STATE(741), [sym_throw_statement] = STATE(741), [sym_try_statement] = STATE(741), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_attributed_declarator_repeat1] = STATE(188), [sym_identifier] = ACTIONS(2356), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(345), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym_LBRACE] = ACTIONS(351), [anon_sym_LBRACK] = ACTIONS(1327), [sym_primitive_type] = ACTIONS(1951), [anon_sym_if] = ACTIONS(355), [anon_sym_switch] = ACTIONS(357), [anon_sym_case] = ACTIONS(359), [anon_sym_default] = ACTIONS(361), [anon_sym_while] = ACTIONS(363), [anon_sym_do] = ACTIONS(365), [anon_sym_for] = ACTIONS(367), [anon_sym_return] = ACTIONS(369), [anon_sym_break] = ACTIONS(371), [anon_sym_continue] = ACTIONS(373), [anon_sym_goto] = ACTIONS(375), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_try] = ACTIONS(379), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(381), [anon_sym_co_return] = ACTIONS(391), [anon_sym_co_yield] = ACTIONS(393), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [302] = { [sym_attribute_declaration] = STATE(166), [sym_compound_statement] = STATE(1140), [sym_attributed_statement] = STATE(1140), [sym_labeled_statement] = STATE(1140), [sym_expression_statement] = STATE(1140), [sym_if_statement] = STATE(1140), [sym_switch_statement] = STATE(1140), [sym_case_statement] = STATE(1140), [sym_while_statement] = STATE(1140), [sym_do_statement] = STATE(1140), [sym_for_statement] = STATE(1140), [sym_return_statement] = STATE(1140), [sym_break_statement] = STATE(1140), [sym_continue_statement] = STATE(1140), [sym_goto_statement] = STATE(1140), [sym__expression] = STATE(4223), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7086), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(1140), [sym_co_return_statement] = STATE(1140), [sym_co_yield_statement] = STATE(1140), [sym_throw_statement] = STATE(1140), [sym_try_statement] = STATE(1140), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_attributed_declarator_repeat1] = STATE(166), [sym_identifier] = ACTIONS(2242), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(1569), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym_LBRACE] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(1327), [sym_primitive_type] = ACTIONS(1951), [anon_sym_if] = ACTIONS(71), [anon_sym_switch] = ACTIONS(73), [anon_sym_case] = ACTIONS(75), [anon_sym_default] = ACTIONS(77), [anon_sym_while] = ACTIONS(79), [anon_sym_do] = ACTIONS(81), [anon_sym_for] = ACTIONS(83), [anon_sym_return] = ACTIONS(85), [anon_sym_break] = ACTIONS(87), [anon_sym_continue] = ACTIONS(89), [anon_sym_goto] = ACTIONS(91), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_try] = ACTIONS(127), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(131), [anon_sym_co_return] = ACTIONS(141), [anon_sym_co_yield] = ACTIONS(143), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [303] = { [sym_attribute_declaration] = STATE(161), [sym_compound_statement] = STATE(413), [sym_attributed_statement] = STATE(413), [sym_labeled_statement] = STATE(413), [sym_expression_statement] = STATE(413), [sym_if_statement] = STATE(413), [sym_switch_statement] = STATE(413), [sym_case_statement] = STATE(413), [sym_while_statement] = STATE(413), [sym_do_statement] = STATE(413), [sym_for_statement] = STATE(413), [sym_return_statement] = STATE(413), [sym_break_statement] = STATE(413), [sym_continue_statement] = STATE(413), [sym_goto_statement] = STATE(413), [sym__expression] = STATE(4232), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7187), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(413), [sym_co_return_statement] = STATE(413), [sym_co_yield_statement] = STATE(413), [sym_throw_statement] = STATE(413), [sym_try_statement] = STATE(413), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_attributed_declarator_repeat1] = STATE(161), [sym_identifier] = ACTIONS(2354), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(247), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym_LBRACE] = ACTIONS(253), [anon_sym_LBRACK] = ACTIONS(1327), [sym_primitive_type] = ACTIONS(1951), [anon_sym_if] = ACTIONS(257), [anon_sym_switch] = ACTIONS(259), [anon_sym_case] = ACTIONS(261), [anon_sym_default] = ACTIONS(263), [anon_sym_while] = ACTIONS(265), [anon_sym_do] = ACTIONS(267), [anon_sym_for] = ACTIONS(269), [anon_sym_return] = ACTIONS(271), [anon_sym_break] = ACTIONS(273), [anon_sym_continue] = ACTIONS(275), [anon_sym_goto] = ACTIONS(277), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_try] = ACTIONS(281), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(283), [anon_sym_co_return] = ACTIONS(293), [anon_sym_co_yield] = ACTIONS(295), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [304] = { [sym_attribute_declaration] = STATE(161), [sym_compound_statement] = STATE(433), [sym_attributed_statement] = STATE(433), [sym_labeled_statement] = STATE(433), [sym_expression_statement] = STATE(433), [sym_if_statement] = STATE(433), [sym_switch_statement] = STATE(433), [sym_case_statement] = STATE(433), [sym_while_statement] = STATE(433), [sym_do_statement] = STATE(433), [sym_for_statement] = STATE(433), [sym_return_statement] = STATE(433), [sym_break_statement] = STATE(433), [sym_continue_statement] = STATE(433), [sym_goto_statement] = STATE(433), [sym__expression] = STATE(4232), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7187), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(433), [sym_co_return_statement] = STATE(433), [sym_co_yield_statement] = STATE(433), [sym_throw_statement] = STATE(433), [sym_try_statement] = STATE(433), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_attributed_declarator_repeat1] = STATE(161), [sym_identifier] = ACTIONS(2354), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(247), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym_LBRACE] = ACTIONS(253), [anon_sym_LBRACK] = ACTIONS(1327), [sym_primitive_type] = ACTIONS(1951), [anon_sym_if] = ACTIONS(257), [anon_sym_switch] = ACTIONS(259), [anon_sym_case] = ACTIONS(261), [anon_sym_default] = ACTIONS(263), [anon_sym_while] = ACTIONS(265), [anon_sym_do] = ACTIONS(267), [anon_sym_for] = ACTIONS(269), [anon_sym_return] = ACTIONS(271), [anon_sym_break] = ACTIONS(273), [anon_sym_continue] = ACTIONS(275), [anon_sym_goto] = ACTIONS(277), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_try] = ACTIONS(281), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(283), [anon_sym_co_return] = ACTIONS(293), [anon_sym_co_yield] = ACTIONS(295), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [305] = { [sym_attribute_declaration] = STATE(149), [sym_compound_statement] = STATE(1133), [sym_attributed_statement] = STATE(1133), [sym_labeled_statement] = STATE(1133), [sym_expression_statement] = STATE(1133), [sym_if_statement] = STATE(1133), [sym_switch_statement] = STATE(1133), [sym_case_statement] = STATE(1133), [sym_while_statement] = STATE(1133), [sym_do_statement] = STATE(1133), [sym_for_statement] = STATE(1133), [sym_return_statement] = STATE(1133), [sym_break_statement] = STATE(1133), [sym_continue_statement] = STATE(1133), [sym_goto_statement] = STATE(1133), [sym__expression] = STATE(4301), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7279), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(1133), [sym_co_return_statement] = STATE(1133), [sym_co_yield_statement] = STATE(1133), [sym_throw_statement] = STATE(1133), [sym_try_statement] = STATE(1133), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_attributed_declarator_repeat1] = STATE(149), [sym_identifier] = ACTIONS(2230), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(167), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym_LBRACE] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(1327), [sym_primitive_type] = ACTIONS(1951), [anon_sym_if] = ACTIONS(2232), [anon_sym_switch] = ACTIONS(73), [anon_sym_case] = ACTIONS(2234), [anon_sym_default] = ACTIONS(2236), [anon_sym_while] = ACTIONS(2238), [anon_sym_do] = ACTIONS(81), [anon_sym_for] = ACTIONS(2240), [anon_sym_return] = ACTIONS(85), [anon_sym_break] = ACTIONS(87), [anon_sym_continue] = ACTIONS(89), [anon_sym_goto] = ACTIONS(91), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_try] = ACTIONS(127), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(131), [anon_sym_co_return] = ACTIONS(141), [anon_sym_co_yield] = ACTIONS(143), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [306] = { [sym_attribute_declaration] = STATE(166), [sym_compound_statement] = STATE(1133), [sym_attributed_statement] = STATE(1133), [sym_labeled_statement] = STATE(1133), [sym_expression_statement] = STATE(1133), [sym_if_statement] = STATE(1133), [sym_switch_statement] = STATE(1133), [sym_case_statement] = STATE(1133), [sym_while_statement] = STATE(1133), [sym_do_statement] = STATE(1133), [sym_for_statement] = STATE(1133), [sym_return_statement] = STATE(1133), [sym_break_statement] = STATE(1133), [sym_continue_statement] = STATE(1133), [sym_goto_statement] = STATE(1133), [sym__expression] = STATE(4223), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7086), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(1133), [sym_co_return_statement] = STATE(1133), [sym_co_yield_statement] = STATE(1133), [sym_throw_statement] = STATE(1133), [sym_try_statement] = STATE(1133), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_attributed_declarator_repeat1] = STATE(166), [sym_identifier] = ACTIONS(2242), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(1569), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym_LBRACE] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(1327), [sym_primitive_type] = ACTIONS(1951), [anon_sym_if] = ACTIONS(71), [anon_sym_switch] = ACTIONS(73), [anon_sym_case] = ACTIONS(75), [anon_sym_default] = ACTIONS(77), [anon_sym_while] = ACTIONS(79), [anon_sym_do] = ACTIONS(81), [anon_sym_for] = ACTIONS(83), [anon_sym_return] = ACTIONS(85), [anon_sym_break] = ACTIONS(87), [anon_sym_continue] = ACTIONS(89), [anon_sym_goto] = ACTIONS(91), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_try] = ACTIONS(127), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(131), [anon_sym_co_return] = ACTIONS(141), [anon_sym_co_yield] = ACTIONS(143), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [307] = { [sym_attribute_declaration] = STATE(204), [sym_compound_statement] = STATE(1129), [sym_attributed_statement] = STATE(1129), [sym_labeled_statement] = STATE(1129), [sym_expression_statement] = STATE(1129), [sym_if_statement] = STATE(1129), [sym_switch_statement] = STATE(1129), [sym_case_statement] = STATE(1129), [sym_while_statement] = STATE(1129), [sym_do_statement] = STATE(1129), [sym_for_statement] = STATE(1129), [sym_return_statement] = STATE(1129), [sym_break_statement] = STATE(1129), [sym_continue_statement] = STATE(1129), [sym_goto_statement] = STATE(1129), [sym__expression] = STATE(4301), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7279), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(1129), [sym_co_return_statement] = STATE(1129), [sym_co_yield_statement] = STATE(1129), [sym_throw_statement] = STATE(1129), [sym_try_statement] = STATE(1129), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_attributed_declarator_repeat1] = STATE(204), [sym_identifier] = ACTIONS(2099), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(167), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym_LBRACE] = ACTIONS(738), [anon_sym_LBRACK] = ACTIONS(1327), [sym_primitive_type] = ACTIONS(1951), [anon_sym_if] = ACTIONS(181), [anon_sym_switch] = ACTIONS(183), [anon_sym_case] = ACTIONS(185), [anon_sym_default] = ACTIONS(187), [anon_sym_while] = ACTIONS(189), [anon_sym_do] = ACTIONS(191), [anon_sym_for] = ACTIONS(193), [anon_sym_return] = ACTIONS(195), [anon_sym_break] = ACTIONS(197), [anon_sym_continue] = ACTIONS(199), [anon_sym_goto] = ACTIONS(201), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_try] = ACTIONS(209), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(211), [anon_sym_co_return] = ACTIONS(221), [anon_sym_co_yield] = ACTIONS(223), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [308] = { [sym_attribute_declaration] = STATE(204), [sym_compound_statement] = STATE(1132), [sym_attributed_statement] = STATE(1132), [sym_labeled_statement] = STATE(1132), [sym_expression_statement] = STATE(1132), [sym_if_statement] = STATE(1132), [sym_switch_statement] = STATE(1132), [sym_case_statement] = STATE(1132), [sym_while_statement] = STATE(1132), [sym_do_statement] = STATE(1132), [sym_for_statement] = STATE(1132), [sym_return_statement] = STATE(1132), [sym_break_statement] = STATE(1132), [sym_continue_statement] = STATE(1132), [sym_goto_statement] = STATE(1132), [sym__expression] = STATE(4301), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7279), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(1132), [sym_co_return_statement] = STATE(1132), [sym_co_yield_statement] = STATE(1132), [sym_throw_statement] = STATE(1132), [sym_try_statement] = STATE(1132), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_attributed_declarator_repeat1] = STATE(204), [sym_identifier] = ACTIONS(2099), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(167), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym_LBRACE] = ACTIONS(738), [anon_sym_LBRACK] = ACTIONS(1327), [sym_primitive_type] = ACTIONS(1951), [anon_sym_if] = ACTIONS(181), [anon_sym_switch] = ACTIONS(183), [anon_sym_case] = ACTIONS(185), [anon_sym_default] = ACTIONS(187), [anon_sym_while] = ACTIONS(189), [anon_sym_do] = ACTIONS(191), [anon_sym_for] = ACTIONS(193), [anon_sym_return] = ACTIONS(195), [anon_sym_break] = ACTIONS(197), [anon_sym_continue] = ACTIONS(199), [anon_sym_goto] = ACTIONS(201), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_try] = ACTIONS(209), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(211), [anon_sym_co_return] = ACTIONS(221), [anon_sym_co_yield] = ACTIONS(223), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [309] = { [sym_attribute_declaration] = STATE(149), [sym_compound_statement] = STATE(1140), [sym_attributed_statement] = STATE(1140), [sym_labeled_statement] = STATE(1140), [sym_expression_statement] = STATE(1140), [sym_if_statement] = STATE(1140), [sym_switch_statement] = STATE(1140), [sym_case_statement] = STATE(1140), [sym_while_statement] = STATE(1140), [sym_do_statement] = STATE(1140), [sym_for_statement] = STATE(1140), [sym_return_statement] = STATE(1140), [sym_break_statement] = STATE(1140), [sym_continue_statement] = STATE(1140), [sym_goto_statement] = STATE(1140), [sym__expression] = STATE(4301), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7279), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(1140), [sym_co_return_statement] = STATE(1140), [sym_co_yield_statement] = STATE(1140), [sym_throw_statement] = STATE(1140), [sym_try_statement] = STATE(1140), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_attributed_declarator_repeat1] = STATE(149), [sym_identifier] = ACTIONS(2230), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(167), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym_LBRACE] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(1327), [sym_primitive_type] = ACTIONS(1951), [anon_sym_if] = ACTIONS(2232), [anon_sym_switch] = ACTIONS(73), [anon_sym_case] = ACTIONS(2234), [anon_sym_default] = ACTIONS(2236), [anon_sym_while] = ACTIONS(2238), [anon_sym_do] = ACTIONS(81), [anon_sym_for] = ACTIONS(2240), [anon_sym_return] = ACTIONS(85), [anon_sym_break] = ACTIONS(87), [anon_sym_continue] = ACTIONS(89), [anon_sym_goto] = ACTIONS(91), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_try] = ACTIONS(127), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(131), [anon_sym_co_return] = ACTIONS(141), [anon_sym_co_yield] = ACTIONS(143), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [310] = { [sym_attribute_declaration] = STATE(149), [sym_compound_statement] = STATE(1145), [sym_attributed_statement] = STATE(1145), [sym_labeled_statement] = STATE(1145), [sym_expression_statement] = STATE(1145), [sym_if_statement] = STATE(1145), [sym_switch_statement] = STATE(1145), [sym_case_statement] = STATE(1145), [sym_while_statement] = STATE(1145), [sym_do_statement] = STATE(1145), [sym_for_statement] = STATE(1145), [sym_return_statement] = STATE(1145), [sym_break_statement] = STATE(1145), [sym_continue_statement] = STATE(1145), [sym_goto_statement] = STATE(1145), [sym__expression] = STATE(4301), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7279), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(1145), [sym_co_return_statement] = STATE(1145), [sym_co_yield_statement] = STATE(1145), [sym_throw_statement] = STATE(1145), [sym_try_statement] = STATE(1145), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_attributed_declarator_repeat1] = STATE(149), [sym_identifier] = ACTIONS(2230), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(167), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym_LBRACE] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(1327), [sym_primitive_type] = ACTIONS(1951), [anon_sym_if] = ACTIONS(2232), [anon_sym_switch] = ACTIONS(73), [anon_sym_case] = ACTIONS(2234), [anon_sym_default] = ACTIONS(2236), [anon_sym_while] = ACTIONS(2238), [anon_sym_do] = ACTIONS(81), [anon_sym_for] = ACTIONS(2240), [anon_sym_return] = ACTIONS(85), [anon_sym_break] = ACTIONS(87), [anon_sym_continue] = ACTIONS(89), [anon_sym_goto] = ACTIONS(91), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_try] = ACTIONS(127), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(131), [anon_sym_co_return] = ACTIONS(141), [anon_sym_co_yield] = ACTIONS(143), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [311] = { [sym_attribute_declaration] = STATE(149), [sym_compound_statement] = STATE(6360), [sym_attributed_statement] = STATE(6360), [sym_labeled_statement] = STATE(6360), [sym_expression_statement] = STATE(6360), [sym_if_statement] = STATE(6360), [sym_switch_statement] = STATE(6360), [sym_case_statement] = STATE(6360), [sym_while_statement] = STATE(6360), [sym_do_statement] = STATE(6360), [sym_for_statement] = STATE(6360), [sym_return_statement] = STATE(6360), [sym_break_statement] = STATE(6360), [sym_continue_statement] = STATE(6360), [sym_goto_statement] = STATE(6360), [sym__expression] = STATE(4301), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7279), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(6360), [sym_co_return_statement] = STATE(6360), [sym_co_yield_statement] = STATE(6360), [sym_throw_statement] = STATE(6360), [sym_try_statement] = STATE(6360), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_attributed_declarator_repeat1] = STATE(149), [sym_identifier] = ACTIONS(2230), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(167), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym_LBRACE] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(1327), [sym_primitive_type] = ACTIONS(1951), [anon_sym_if] = ACTIONS(2232), [anon_sym_switch] = ACTIONS(73), [anon_sym_case] = ACTIONS(2234), [anon_sym_default] = ACTIONS(2236), [anon_sym_while] = ACTIONS(2238), [anon_sym_do] = ACTIONS(81), [anon_sym_for] = ACTIONS(2240), [anon_sym_return] = ACTIONS(85), [anon_sym_break] = ACTIONS(87), [anon_sym_continue] = ACTIONS(89), [anon_sym_goto] = ACTIONS(91), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_try] = ACTIONS(127), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(131), [anon_sym_co_return] = ACTIONS(141), [anon_sym_co_yield] = ACTIONS(143), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [312] = { [sym_attribute_declaration] = STATE(312), [sym_compound_statement] = STATE(1174), [sym_attributed_statement] = STATE(1174), [sym_labeled_statement] = STATE(1174), [sym_expression_statement] = STATE(1174), [sym_if_statement] = STATE(1174), [sym_switch_statement] = STATE(1174), [sym_case_statement] = STATE(1174), [sym_while_statement] = STATE(1174), [sym_do_statement] = STATE(1174), [sym_for_statement] = STATE(1174), [sym_return_statement] = STATE(1174), [sym_break_statement] = STATE(1174), [sym_continue_statement] = STATE(1174), [sym_goto_statement] = STATE(1174), [sym__expression] = STATE(4301), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7279), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(1174), [sym_co_return_statement] = STATE(1174), [sym_co_yield_statement] = STATE(1174), [sym_throw_statement] = STATE(1174), [sym_try_statement] = STATE(1174), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_attributed_declarator_repeat1] = STATE(312), [sym_identifier] = ACTIONS(2522), [anon_sym_LPAREN2] = ACTIONS(2104), [anon_sym_BANG] = ACTIONS(2107), [anon_sym_TILDE] = ACTIONS(2107), [anon_sym_DASH] = ACTIONS(2110), [anon_sym_PLUS] = ACTIONS(2110), [anon_sym_STAR] = ACTIONS(2113), [anon_sym_AMP] = ACTIONS(2113), [anon_sym_SEMI] = ACTIONS(2116), [anon_sym_COLON_COLON] = ACTIONS(2119), [anon_sym_LBRACK_LBRACK] = ACTIONS(2122), [anon_sym_LBRACE] = ACTIONS(2364), [anon_sym_LBRACK] = ACTIONS(2128), [sym_primitive_type] = ACTIONS(2131), [anon_sym_if] = ACTIONS(2525), [anon_sym_switch] = ACTIONS(2370), [anon_sym_case] = ACTIONS(2259), [anon_sym_default] = ACTIONS(2262), [anon_sym_while] = ACTIONS(2528), [anon_sym_do] = ACTIONS(2382), [anon_sym_for] = ACTIONS(2531), [anon_sym_return] = ACTIONS(2388), [anon_sym_break] = ACTIONS(2391), [anon_sym_continue] = ACTIONS(2394), [anon_sym_goto] = ACTIONS(2397), [anon_sym_not] = ACTIONS(2110), [anon_sym_compl] = ACTIONS(2110), [anon_sym_DASH_DASH] = ACTIONS(2167), [anon_sym_PLUS_PLUS] = ACTIONS(2167), [anon_sym_sizeof] = ACTIONS(2170), [anon_sym_offsetof] = ACTIONS(2173), [anon_sym__Generic] = ACTIONS(2176), [anon_sym_asm] = ACTIONS(2179), [anon_sym___asm__] = ACTIONS(2179), [sym_number_literal] = ACTIONS(2182), [anon_sym_L_SQUOTE] = ACTIONS(2185), [anon_sym_u_SQUOTE] = ACTIONS(2185), [anon_sym_U_SQUOTE] = ACTIONS(2185), [anon_sym_u8_SQUOTE] = ACTIONS(2185), [anon_sym_SQUOTE] = ACTIONS(2185), [anon_sym_L_DQUOTE] = ACTIONS(2188), [anon_sym_u_DQUOTE] = ACTIONS(2188), [anon_sym_U_DQUOTE] = ACTIONS(2188), [anon_sym_u8_DQUOTE] = ACTIONS(2188), [anon_sym_DQUOTE] = ACTIONS(2188), [sym_true] = ACTIONS(2191), [sym_false] = ACTIONS(2191), [anon_sym_NULL] = ACTIONS(2194), [anon_sym_nullptr] = ACTIONS(2194), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(2197), [anon_sym_template] = ACTIONS(2200), [anon_sym_try] = ACTIONS(2400), [anon_sym_delete] = ACTIONS(2206), [anon_sym_throw] = ACTIONS(2403), [anon_sym_co_return] = ACTIONS(2406), [anon_sym_co_yield] = ACTIONS(2409), [anon_sym_R_DQUOTE] = ACTIONS(2218), [anon_sym_LR_DQUOTE] = ACTIONS(2218), [anon_sym_uR_DQUOTE] = ACTIONS(2218), [anon_sym_UR_DQUOTE] = ACTIONS(2218), [anon_sym_u8R_DQUOTE] = ACTIONS(2218), [anon_sym_co_await] = ACTIONS(2221), [anon_sym_new] = ACTIONS(2224), [anon_sym_requires] = ACTIONS(2227), [sym_this] = ACTIONS(2191), }, [313] = { [sym_attribute_declaration] = STATE(188), [sym_compound_statement] = STATE(740), [sym_attributed_statement] = STATE(740), [sym_labeled_statement] = STATE(740), [sym_expression_statement] = STATE(740), [sym_if_statement] = STATE(740), [sym_switch_statement] = STATE(740), [sym_case_statement] = STATE(740), [sym_while_statement] = STATE(740), [sym_do_statement] = STATE(740), [sym_for_statement] = STATE(740), [sym_return_statement] = STATE(740), [sym_break_statement] = STATE(740), [sym_continue_statement] = STATE(740), [sym_goto_statement] = STATE(740), [sym__expression] = STATE(4201), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7616), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_for_range_loop] = STATE(740), [sym_co_return_statement] = STATE(740), [sym_co_yield_statement] = STATE(740), [sym_throw_statement] = STATE(740), [sym_try_statement] = STATE(740), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_attributed_declarator_repeat1] = STATE(188), [sym_identifier] = ACTIONS(2356), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(345), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), [anon_sym_LBRACE] = ACTIONS(351), [anon_sym_LBRACK] = ACTIONS(1327), [sym_primitive_type] = ACTIONS(1951), [anon_sym_if] = ACTIONS(355), [anon_sym_switch] = ACTIONS(357), [anon_sym_case] = ACTIONS(359), [anon_sym_default] = ACTIONS(361), [anon_sym_while] = ACTIONS(363), [anon_sym_do] = ACTIONS(365), [anon_sym_for] = ACTIONS(367), [anon_sym_return] = ACTIONS(369), [anon_sym_break] = ACTIONS(371), [anon_sym_continue] = ACTIONS(373), [anon_sym_goto] = ACTIONS(375), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_try] = ACTIONS(379), [anon_sym_delete] = ACTIONS(129), [anon_sym_throw] = ACTIONS(381), [anon_sym_co_return] = ACTIONS(391), [anon_sym_co_yield] = ACTIONS(393), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [314] = { [sym_type_qualifier] = STATE(3771), [sym__type_specifier] = STATE(4296), [sym_sized_type_specifier] = STATE(2287), [sym_enum_specifier] = STATE(2287), [sym_struct_specifier] = STATE(2287), [sym_union_specifier] = STATE(2287), [sym__expression] = STATE(3294), [sym__expression_not_binary] = STATE(3564), [sym_comma_expression] = STATE(7481), [sym_conditional_expression] = STATE(3564), [sym_assignment_expression] = STATE(3564), [sym_pointer_expression] = STATE(3290), [sym_unary_expression] = STATE(3564), [sym_binary_expression] = STATE(3564), [sym_update_expression] = STATE(3564), [sym_cast_expression] = STATE(3564), [sym_type_descriptor] = STATE(7417), [sym_sizeof_expression] = STATE(3564), [sym_offsetof_expression] = STATE(3564), [sym_generic_expression] = STATE(3564), [sym_subscript_expression] = STATE(3290), [sym_call_expression] = STATE(3290), [sym_gnu_asm_expression] = STATE(3564), [sym_field_expression] = STATE(3290), [sym_compound_literal_expression] = STATE(3564), [sym_parenthesized_expression] = STATE(3290), [sym_char_literal] = STATE(3429), [sym_concatenated_string] = STATE(3429), [sym_string_literal] = STATE(2306), [sym_null] = STATE(3564), [sym_placeholder_type_specifier] = STATE(2287), [sym_decltype_auto] = STATE(2285), [sym_decltype] = STATE(2221), [sym_class_specifier] = STATE(2287), [sym__class_name] = STATE(6687), [sym_dependent_type] = STATE(2287), [sym_template_type] = STATE(4829), [sym_template_function] = STATE(3564), [sym_raw_string_literal] = STATE(2306), [sym_co_await_expression] = STATE(3564), [sym_new_expression] = STATE(3564), [sym_delete_expression] = STATE(3564), [sym_requires_clause] = STATE(3564), [sym_requires_expression] = STATE(3564), [sym_lambda_expression] = STATE(3564), [sym_lambda_capture_specifier] = STATE(5176), [sym__unary_left_fold] = STATE(7474), [sym__unary_right_fold] = STATE(7466), [sym__binary_fold] = STATE(7465), [sym_fold_expression] = STATE(3564), [sym_parameter_pack_expansion] = STATE(3564), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5241), [sym_qualified_identifier] = STATE(3290), [sym_qualified_type_identifier] = STATE(4912), [sym_user_defined_literal] = STATE(3564), [aux_sym_type_definition_repeat1] = STATE(3771), [aux_sym_sized_type_specifier_repeat1] = STATE(2275), [sym_identifier] = ACTIONS(2534), [anon_sym_DOT_DOT_DOT] = ACTIONS(1837), [anon_sym_LPAREN2] = ACTIONS(1841), [anon_sym_BANG] = ACTIONS(1843), [anon_sym_TILDE] = ACTIONS(1843), [anon_sym_DASH] = ACTIONS(1845), [anon_sym_PLUS] = ACTIONS(1845), [anon_sym_STAR] = ACTIONS(1847), [anon_sym_AMP] = ACTIONS(1847), [anon_sym_COLON_COLON] = ACTIONS(1849), [anon_sym_signed] = ACTIONS(1911), [anon_sym_unsigned] = ACTIONS(1911), [anon_sym_long] = ACTIONS(1911), [anon_sym_short] = ACTIONS(1911), [anon_sym_LBRACK] = ACTIONS(1949), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(1915), [anon_sym_enum] = ACTIONS(1917), [anon_sym_class] = ACTIONS(1919), [anon_sym_struct] = ACTIONS(1921), [anon_sym_union] = ACTIONS(1923), [anon_sym_not] = ACTIONS(1845), [anon_sym_compl] = ACTIONS(1845), [anon_sym_DASH_DASH] = ACTIONS(1861), [anon_sym_PLUS_PLUS] = ACTIONS(1861), [anon_sym_sizeof] = ACTIONS(1863), [anon_sym_offsetof] = ACTIONS(1865), [anon_sym__Generic] = ACTIONS(1867), [anon_sym_asm] = ACTIONS(1869), [anon_sym___asm__] = ACTIONS(1869), [sym_number_literal] = ACTIONS(1871), [anon_sym_L_SQUOTE] = ACTIONS(1873), [anon_sym_u_SQUOTE] = ACTIONS(1873), [anon_sym_U_SQUOTE] = ACTIONS(1873), [anon_sym_u8_SQUOTE] = ACTIONS(1873), [anon_sym_SQUOTE] = ACTIONS(1873), [anon_sym_L_DQUOTE] = ACTIONS(1875), [anon_sym_u_DQUOTE] = ACTIONS(1875), [anon_sym_U_DQUOTE] = ACTIONS(1875), [anon_sym_u8_DQUOTE] = ACTIONS(1875), [anon_sym_DQUOTE] = ACTIONS(1875), [sym_true] = ACTIONS(1877), [sym_false] = ACTIONS(1877), [anon_sym_NULL] = ACTIONS(1879), [anon_sym_nullptr] = ACTIONS(1879), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(1925), [anon_sym_decltype] = ACTIONS(1927), [anon_sym_typename] = ACTIONS(1929), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(1883), [anon_sym_R_DQUOTE] = ACTIONS(1885), [anon_sym_LR_DQUOTE] = ACTIONS(1885), [anon_sym_uR_DQUOTE] = ACTIONS(1885), [anon_sym_UR_DQUOTE] = ACTIONS(1885), [anon_sym_u8R_DQUOTE] = ACTIONS(1885), [anon_sym_co_await] = ACTIONS(1887), [anon_sym_new] = ACTIONS(1889), [anon_sym_requires] = ACTIONS(1891), [sym_this] = ACTIONS(1877), }, [315] = { [sym_type_qualifier] = STATE(3771), [sym__type_specifier] = STATE(4296), [sym_sized_type_specifier] = STATE(2287), [sym_enum_specifier] = STATE(2287), [sym_struct_specifier] = STATE(2287), [sym_union_specifier] = STATE(2287), [sym__expression] = STATE(3294), [sym__expression_not_binary] = STATE(3564), [sym_comma_expression] = STATE(7481), [sym_conditional_expression] = STATE(3564), [sym_assignment_expression] = STATE(3564), [sym_pointer_expression] = STATE(3290), [sym_unary_expression] = STATE(3564), [sym_binary_expression] = STATE(3564), [sym_update_expression] = STATE(3564), [sym_cast_expression] = STATE(3564), [sym_type_descriptor] = STATE(7311), [sym_sizeof_expression] = STATE(3564), [sym_offsetof_expression] = STATE(3564), [sym_generic_expression] = STATE(3564), [sym_subscript_expression] = STATE(3290), [sym_call_expression] = STATE(3290), [sym_gnu_asm_expression] = STATE(3564), [sym_field_expression] = STATE(3290), [sym_compound_literal_expression] = STATE(3564), [sym_parenthesized_expression] = STATE(3290), [sym_char_literal] = STATE(3429), [sym_concatenated_string] = STATE(3429), [sym_string_literal] = STATE(2306), [sym_null] = STATE(3564), [sym_placeholder_type_specifier] = STATE(2287), [sym_decltype_auto] = STATE(2285), [sym_decltype] = STATE(2221), [sym_class_specifier] = STATE(2287), [sym__class_name] = STATE(6687), [sym_dependent_type] = STATE(2287), [sym_template_type] = STATE(4829), [sym_template_function] = STATE(3564), [sym_raw_string_literal] = STATE(2306), [sym_co_await_expression] = STATE(3564), [sym_new_expression] = STATE(3564), [sym_delete_expression] = STATE(3564), [sym_requires_clause] = STATE(3564), [sym_requires_expression] = STATE(3564), [sym_lambda_expression] = STATE(3564), [sym_lambda_capture_specifier] = STATE(5176), [sym__unary_left_fold] = STATE(7474), [sym__unary_right_fold] = STATE(7466), [sym__binary_fold] = STATE(7465), [sym_fold_expression] = STATE(3564), [sym_parameter_pack_expansion] = STATE(3564), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5241), [sym_qualified_identifier] = STATE(3290), [sym_qualified_type_identifier] = STATE(4912), [sym_user_defined_literal] = STATE(3564), [aux_sym_type_definition_repeat1] = STATE(3771), [aux_sym_sized_type_specifier_repeat1] = STATE(2275), [sym_identifier] = ACTIONS(2534), [anon_sym_DOT_DOT_DOT] = ACTIONS(1837), [anon_sym_LPAREN2] = ACTIONS(1841), [anon_sym_BANG] = ACTIONS(1843), [anon_sym_TILDE] = ACTIONS(1843), [anon_sym_DASH] = ACTIONS(1845), [anon_sym_PLUS] = ACTIONS(1845), [anon_sym_STAR] = ACTIONS(1847), [anon_sym_AMP] = ACTIONS(1847), [anon_sym_COLON_COLON] = ACTIONS(1849), [anon_sym_signed] = ACTIONS(1911), [anon_sym_unsigned] = ACTIONS(1911), [anon_sym_long] = ACTIONS(1911), [anon_sym_short] = ACTIONS(1911), [anon_sym_LBRACK] = ACTIONS(1949), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(1915), [anon_sym_enum] = ACTIONS(1917), [anon_sym_class] = ACTIONS(1919), [anon_sym_struct] = ACTIONS(1921), [anon_sym_union] = ACTIONS(1923), [anon_sym_not] = ACTIONS(1845), [anon_sym_compl] = ACTIONS(1845), [anon_sym_DASH_DASH] = ACTIONS(1861), [anon_sym_PLUS_PLUS] = ACTIONS(1861), [anon_sym_sizeof] = ACTIONS(1863), [anon_sym_offsetof] = ACTIONS(1865), [anon_sym__Generic] = ACTIONS(1867), [anon_sym_asm] = ACTIONS(1869), [anon_sym___asm__] = ACTIONS(1869), [sym_number_literal] = ACTIONS(1871), [anon_sym_L_SQUOTE] = ACTIONS(1873), [anon_sym_u_SQUOTE] = ACTIONS(1873), [anon_sym_U_SQUOTE] = ACTIONS(1873), [anon_sym_u8_SQUOTE] = ACTIONS(1873), [anon_sym_SQUOTE] = ACTIONS(1873), [anon_sym_L_DQUOTE] = ACTIONS(1875), [anon_sym_u_DQUOTE] = ACTIONS(1875), [anon_sym_U_DQUOTE] = ACTIONS(1875), [anon_sym_u8_DQUOTE] = ACTIONS(1875), [anon_sym_DQUOTE] = ACTIONS(1875), [sym_true] = ACTIONS(1877), [sym_false] = ACTIONS(1877), [anon_sym_NULL] = ACTIONS(1879), [anon_sym_nullptr] = ACTIONS(1879), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(1925), [anon_sym_decltype] = ACTIONS(1927), [anon_sym_typename] = ACTIONS(1929), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(1883), [anon_sym_R_DQUOTE] = ACTIONS(1885), [anon_sym_LR_DQUOTE] = ACTIONS(1885), [anon_sym_uR_DQUOTE] = ACTIONS(1885), [anon_sym_UR_DQUOTE] = ACTIONS(1885), [anon_sym_u8R_DQUOTE] = ACTIONS(1885), [anon_sym_co_await] = ACTIONS(1887), [anon_sym_new] = ACTIONS(1889), [anon_sym_requires] = ACTIONS(1891), [sym_this] = ACTIONS(1877), }, [316] = { [sym_type_qualifier] = STATE(3771), [sym__type_specifier] = STATE(4296), [sym_sized_type_specifier] = STATE(2287), [sym_enum_specifier] = STATE(2287), [sym_struct_specifier] = STATE(2287), [sym_union_specifier] = STATE(2287), [sym__expression] = STATE(3294), [sym__expression_not_binary] = STATE(3564), [sym_comma_expression] = STATE(7481), [sym_conditional_expression] = STATE(3564), [sym_assignment_expression] = STATE(3564), [sym_pointer_expression] = STATE(3290), [sym_unary_expression] = STATE(3564), [sym_binary_expression] = STATE(3564), [sym_update_expression] = STATE(3564), [sym_cast_expression] = STATE(3564), [sym_type_descriptor] = STATE(7390), [sym_sizeof_expression] = STATE(3564), [sym_offsetof_expression] = STATE(3564), [sym_generic_expression] = STATE(3564), [sym_subscript_expression] = STATE(3290), [sym_call_expression] = STATE(3290), [sym_gnu_asm_expression] = STATE(3564), [sym_field_expression] = STATE(3290), [sym_compound_literal_expression] = STATE(3564), [sym_parenthesized_expression] = STATE(3290), [sym_char_literal] = STATE(3429), [sym_concatenated_string] = STATE(3429), [sym_string_literal] = STATE(2306), [sym_null] = STATE(3564), [sym_placeholder_type_specifier] = STATE(2287), [sym_decltype_auto] = STATE(2285), [sym_decltype] = STATE(2221), [sym_class_specifier] = STATE(2287), [sym__class_name] = STATE(6687), [sym_dependent_type] = STATE(2287), [sym_template_type] = STATE(4829), [sym_template_function] = STATE(3564), [sym_raw_string_literal] = STATE(2306), [sym_co_await_expression] = STATE(3564), [sym_new_expression] = STATE(3564), [sym_delete_expression] = STATE(3564), [sym_requires_clause] = STATE(3564), [sym_requires_expression] = STATE(3564), [sym_lambda_expression] = STATE(3564), [sym_lambda_capture_specifier] = STATE(5176), [sym__unary_left_fold] = STATE(7179), [sym__unary_right_fold] = STATE(7180), [sym__binary_fold] = STATE(7184), [sym_fold_expression] = STATE(3564), [sym_parameter_pack_expansion] = STATE(3564), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5241), [sym_qualified_identifier] = STATE(3290), [sym_qualified_type_identifier] = STATE(4912), [sym_user_defined_literal] = STATE(3564), [aux_sym_type_definition_repeat1] = STATE(3771), [aux_sym_sized_type_specifier_repeat1] = STATE(2275), [sym_identifier] = ACTIONS(2534), [anon_sym_DOT_DOT_DOT] = ACTIONS(1837), [anon_sym_LPAREN2] = ACTIONS(1841), [anon_sym_BANG] = ACTIONS(1843), [anon_sym_TILDE] = ACTIONS(1843), [anon_sym_DASH] = ACTIONS(1845), [anon_sym_PLUS] = ACTIONS(1845), [anon_sym_STAR] = ACTIONS(1847), [anon_sym_AMP] = ACTIONS(1847), [anon_sym_COLON_COLON] = ACTIONS(1849), [anon_sym_signed] = ACTIONS(1911), [anon_sym_unsigned] = ACTIONS(1911), [anon_sym_long] = ACTIONS(1911), [anon_sym_short] = ACTIONS(1911), [anon_sym_LBRACK] = ACTIONS(1949), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(1915), [anon_sym_enum] = ACTIONS(1917), [anon_sym_class] = ACTIONS(1919), [anon_sym_struct] = ACTIONS(1921), [anon_sym_union] = ACTIONS(1923), [anon_sym_not] = ACTIONS(1845), [anon_sym_compl] = ACTIONS(1845), [anon_sym_DASH_DASH] = ACTIONS(1861), [anon_sym_PLUS_PLUS] = ACTIONS(1861), [anon_sym_sizeof] = ACTIONS(1863), [anon_sym_offsetof] = ACTIONS(1865), [anon_sym__Generic] = ACTIONS(1867), [anon_sym_asm] = ACTIONS(1869), [anon_sym___asm__] = ACTIONS(1869), [sym_number_literal] = ACTIONS(1871), [anon_sym_L_SQUOTE] = ACTIONS(1873), [anon_sym_u_SQUOTE] = ACTIONS(1873), [anon_sym_U_SQUOTE] = ACTIONS(1873), [anon_sym_u8_SQUOTE] = ACTIONS(1873), [anon_sym_SQUOTE] = ACTIONS(1873), [anon_sym_L_DQUOTE] = ACTIONS(1875), [anon_sym_u_DQUOTE] = ACTIONS(1875), [anon_sym_U_DQUOTE] = ACTIONS(1875), [anon_sym_u8_DQUOTE] = ACTIONS(1875), [anon_sym_DQUOTE] = ACTIONS(1875), [sym_true] = ACTIONS(1877), [sym_false] = ACTIONS(1877), [anon_sym_NULL] = ACTIONS(1879), [anon_sym_nullptr] = ACTIONS(1879), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(1925), [anon_sym_decltype] = ACTIONS(1927), [anon_sym_typename] = ACTIONS(1929), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(1883), [anon_sym_R_DQUOTE] = ACTIONS(1885), [anon_sym_LR_DQUOTE] = ACTIONS(1885), [anon_sym_uR_DQUOTE] = ACTIONS(1885), [anon_sym_UR_DQUOTE] = ACTIONS(1885), [anon_sym_u8R_DQUOTE] = ACTIONS(1885), [anon_sym_co_await] = ACTIONS(1887), [anon_sym_new] = ACTIONS(1889), [anon_sym_requires] = ACTIONS(1891), [sym_this] = ACTIONS(1877), }, [317] = { [ts_builtin_sym_end] = ACTIONS(2536), [sym_identifier] = ACTIONS(2538), [aux_sym_preproc_include_token1] = ACTIONS(2538), [aux_sym_preproc_def_token1] = ACTIONS(2538), [anon_sym_COMMA] = ACTIONS(2536), [anon_sym_RPAREN] = ACTIONS(2536), [aux_sym_preproc_if_token1] = ACTIONS(2538), [aux_sym_preproc_ifdef_token1] = ACTIONS(2538), [aux_sym_preproc_ifdef_token2] = ACTIONS(2538), [sym_preproc_directive] = ACTIONS(2538), [anon_sym_LPAREN2] = ACTIONS(2536), [anon_sym_BANG] = ACTIONS(2536), [anon_sym_TILDE] = ACTIONS(2536), [anon_sym_DASH] = ACTIONS(2538), [anon_sym_PLUS] = ACTIONS(2538), [anon_sym_STAR] = ACTIONS(2536), [anon_sym_PIPE_PIPE] = ACTIONS(2536), [anon_sym_AMP_AMP] = ACTIONS(2536), [anon_sym_AMP] = ACTIONS(2538), [anon_sym_SEMI] = ACTIONS(2536), [anon_sym_typedef] = ACTIONS(2538), [anon_sym_extern] = ACTIONS(2538), [anon_sym___attribute__] = ACTIONS(2538), [anon_sym_COLON_COLON] = ACTIONS(2536), [anon_sym_LBRACK_LBRACK] = ACTIONS(2536), [anon_sym___declspec] = ACTIONS(2538), [anon_sym___based] = ACTIONS(2538), [anon_sym___cdecl] = ACTIONS(2538), [anon_sym___clrcall] = ACTIONS(2538), [anon_sym___stdcall] = ACTIONS(2538), [anon_sym___fastcall] = ACTIONS(2538), [anon_sym___thiscall] = ACTIONS(2538), [anon_sym___vectorcall] = ACTIONS(2538), [anon_sym_LBRACE] = ACTIONS(2536), [anon_sym_signed] = ACTIONS(2538), [anon_sym_unsigned] = ACTIONS(2538), [anon_sym_long] = ACTIONS(2538), [anon_sym_short] = ACTIONS(2538), [anon_sym_LBRACK] = ACTIONS(2538), [anon_sym_EQ] = ACTIONS(2536), [anon_sym_static] = ACTIONS(2538), [anon_sym_register] = ACTIONS(2538), [anon_sym_inline] = ACTIONS(2538), [anon_sym_thread_local] = ACTIONS(2538), [anon_sym_const] = ACTIONS(2538), [anon_sym_constexpr] = ACTIONS(2538), [anon_sym_volatile] = ACTIONS(2538), [anon_sym_restrict] = ACTIONS(2538), [anon_sym___restrict__] = ACTIONS(2538), [anon_sym__Atomic] = ACTIONS(2538), [anon_sym__Noreturn] = ACTIONS(2538), [anon_sym_noreturn] = ACTIONS(2538), [anon_sym_mutable] = ACTIONS(2538), [anon_sym_constinit] = ACTIONS(2538), [anon_sym_consteval] = ACTIONS(2538), [sym_primitive_type] = ACTIONS(2538), [anon_sym_enum] = ACTIONS(2538), [anon_sym_class] = ACTIONS(2538), [anon_sym_struct] = ACTIONS(2538), [anon_sym_union] = ACTIONS(2538), [anon_sym_if] = ACTIONS(2538), [anon_sym_else] = ACTIONS(2538), [anon_sym_switch] = ACTIONS(2538), [anon_sym_case] = ACTIONS(2538), [anon_sym_default] = ACTIONS(2538), [anon_sym_while] = ACTIONS(2538), [anon_sym_do] = ACTIONS(2538), [anon_sym_for] = ACTIONS(2538), [anon_sym_return] = ACTIONS(2538), [anon_sym_break] = ACTIONS(2538), [anon_sym_continue] = ACTIONS(2538), [anon_sym_goto] = ACTIONS(2538), [anon_sym_not] = ACTIONS(2538), [anon_sym_compl] = ACTIONS(2538), [anon_sym_or] = ACTIONS(2538), [anon_sym_and] = ACTIONS(2538), [anon_sym_DASH_DASH] = ACTIONS(2536), [anon_sym_PLUS_PLUS] = ACTIONS(2536), [anon_sym_sizeof] = ACTIONS(2538), [anon_sym_offsetof] = ACTIONS(2538), [anon_sym__Generic] = ACTIONS(2538), [anon_sym_asm] = ACTIONS(2538), [anon_sym___asm__] = ACTIONS(2538), [sym_number_literal] = ACTIONS(2536), [anon_sym_L_SQUOTE] = ACTIONS(2536), [anon_sym_u_SQUOTE] = ACTIONS(2536), [anon_sym_U_SQUOTE] = ACTIONS(2536), [anon_sym_u8_SQUOTE] = ACTIONS(2536), [anon_sym_SQUOTE] = ACTIONS(2536), [anon_sym_L_DQUOTE] = ACTIONS(2536), [anon_sym_u_DQUOTE] = ACTIONS(2536), [anon_sym_U_DQUOTE] = ACTIONS(2536), [anon_sym_u8_DQUOTE] = ACTIONS(2536), [anon_sym_DQUOTE] = ACTIONS(2536), [sym_true] = ACTIONS(2538), [sym_false] = ACTIONS(2538), [anon_sym_NULL] = ACTIONS(2538), [anon_sym_nullptr] = ACTIONS(2538), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2538), [anon_sym_decltype] = ACTIONS(2538), [anon_sym_final] = ACTIONS(2538), [anon_sym_override] = ACTIONS(2538), [anon_sym_virtual] = ACTIONS(2538), [anon_sym_explicit] = ACTIONS(2538), [anon_sym_typename] = ACTIONS(2538), [anon_sym_template] = ACTIONS(2538), [anon_sym_GT2] = ACTIONS(2536), [anon_sym_operator] = ACTIONS(2538), [anon_sym_try] = ACTIONS(2538), [anon_sym_delete] = ACTIONS(2538), [anon_sym_throw] = ACTIONS(2538), [anon_sym_namespace] = ACTIONS(2538), [anon_sym_using] = ACTIONS(2538), [anon_sym_static_assert] = ACTIONS(2538), [anon_sym_concept] = ACTIONS(2538), [anon_sym_co_return] = ACTIONS(2538), [anon_sym_co_yield] = ACTIONS(2538), [anon_sym_catch] = ACTIONS(2538), [anon_sym_R_DQUOTE] = ACTIONS(2536), [anon_sym_LR_DQUOTE] = ACTIONS(2536), [anon_sym_uR_DQUOTE] = ACTIONS(2536), [anon_sym_UR_DQUOTE] = ACTIONS(2536), [anon_sym_u8R_DQUOTE] = ACTIONS(2536), [anon_sym_co_await] = ACTIONS(2538), [anon_sym_new] = ACTIONS(2538), [anon_sym_requires] = ACTIONS(2538), [sym_this] = ACTIONS(2538), }, [318] = { [sym_type_qualifier] = STATE(3771), [sym__type_specifier] = STATE(4296), [sym_sized_type_specifier] = STATE(2287), [sym_enum_specifier] = STATE(2287), [sym_struct_specifier] = STATE(2287), [sym_union_specifier] = STATE(2287), [sym__expression] = STATE(3294), [sym__expression_not_binary] = STATE(3564), [sym_comma_expression] = STATE(7481), [sym_conditional_expression] = STATE(3564), [sym_assignment_expression] = STATE(3564), [sym_pointer_expression] = STATE(3290), [sym_unary_expression] = STATE(3564), [sym_binary_expression] = STATE(3564), [sym_update_expression] = STATE(3564), [sym_cast_expression] = STATE(3564), [sym_type_descriptor] = STATE(7178), [sym_sizeof_expression] = STATE(3564), [sym_offsetof_expression] = STATE(3564), [sym_generic_expression] = STATE(3564), [sym_subscript_expression] = STATE(3290), [sym_call_expression] = STATE(3290), [sym_gnu_asm_expression] = STATE(3564), [sym_field_expression] = STATE(3290), [sym_compound_literal_expression] = STATE(3564), [sym_parenthesized_expression] = STATE(3290), [sym_char_literal] = STATE(3429), [sym_concatenated_string] = STATE(3429), [sym_string_literal] = STATE(2306), [sym_null] = STATE(3564), [sym_placeholder_type_specifier] = STATE(2287), [sym_decltype_auto] = STATE(2285), [sym_decltype] = STATE(2221), [sym_class_specifier] = STATE(2287), [sym__class_name] = STATE(6687), [sym_dependent_type] = STATE(2287), [sym_template_type] = STATE(4829), [sym_template_function] = STATE(3564), [sym_raw_string_literal] = STATE(2306), [sym_co_await_expression] = STATE(3564), [sym_new_expression] = STATE(3564), [sym_delete_expression] = STATE(3564), [sym_requires_clause] = STATE(3564), [sym_requires_expression] = STATE(3564), [sym_lambda_expression] = STATE(3564), [sym_lambda_capture_specifier] = STATE(5176), [sym__unary_left_fold] = STATE(7179), [sym__unary_right_fold] = STATE(7180), [sym__binary_fold] = STATE(7184), [sym_fold_expression] = STATE(3564), [sym_parameter_pack_expansion] = STATE(3564), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5241), [sym_qualified_identifier] = STATE(3290), [sym_qualified_type_identifier] = STATE(4912), [sym_user_defined_literal] = STATE(3564), [aux_sym_type_definition_repeat1] = STATE(3771), [aux_sym_sized_type_specifier_repeat1] = STATE(2275), [sym_identifier] = ACTIONS(2534), [anon_sym_DOT_DOT_DOT] = ACTIONS(1837), [anon_sym_LPAREN2] = ACTIONS(1841), [anon_sym_BANG] = ACTIONS(1843), [anon_sym_TILDE] = ACTIONS(1843), [anon_sym_DASH] = ACTIONS(1845), [anon_sym_PLUS] = ACTIONS(1845), [anon_sym_STAR] = ACTIONS(1847), [anon_sym_AMP] = ACTIONS(1847), [anon_sym_COLON_COLON] = ACTIONS(1849), [anon_sym_signed] = ACTIONS(1911), [anon_sym_unsigned] = ACTIONS(1911), [anon_sym_long] = ACTIONS(1911), [anon_sym_short] = ACTIONS(1911), [anon_sym_LBRACK] = ACTIONS(1949), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(1915), [anon_sym_enum] = ACTIONS(1917), [anon_sym_class] = ACTIONS(1919), [anon_sym_struct] = ACTIONS(1921), [anon_sym_union] = ACTIONS(1923), [anon_sym_not] = ACTIONS(1845), [anon_sym_compl] = ACTIONS(1845), [anon_sym_DASH_DASH] = ACTIONS(1861), [anon_sym_PLUS_PLUS] = ACTIONS(1861), [anon_sym_sizeof] = ACTIONS(1863), [anon_sym_offsetof] = ACTIONS(1865), [anon_sym__Generic] = ACTIONS(1867), [anon_sym_asm] = ACTIONS(1869), [anon_sym___asm__] = ACTIONS(1869), [sym_number_literal] = ACTIONS(1871), [anon_sym_L_SQUOTE] = ACTIONS(1873), [anon_sym_u_SQUOTE] = ACTIONS(1873), [anon_sym_U_SQUOTE] = ACTIONS(1873), [anon_sym_u8_SQUOTE] = ACTIONS(1873), [anon_sym_SQUOTE] = ACTIONS(1873), [anon_sym_L_DQUOTE] = ACTIONS(1875), [anon_sym_u_DQUOTE] = ACTIONS(1875), [anon_sym_U_DQUOTE] = ACTIONS(1875), [anon_sym_u8_DQUOTE] = ACTIONS(1875), [anon_sym_DQUOTE] = ACTIONS(1875), [sym_true] = ACTIONS(1877), [sym_false] = ACTIONS(1877), [anon_sym_NULL] = ACTIONS(1879), [anon_sym_nullptr] = ACTIONS(1879), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(1925), [anon_sym_decltype] = ACTIONS(1927), [anon_sym_typename] = ACTIONS(1929), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(1883), [anon_sym_R_DQUOTE] = ACTIONS(1885), [anon_sym_LR_DQUOTE] = ACTIONS(1885), [anon_sym_uR_DQUOTE] = ACTIONS(1885), [anon_sym_UR_DQUOTE] = ACTIONS(1885), [anon_sym_u8R_DQUOTE] = ACTIONS(1885), [anon_sym_co_await] = ACTIONS(1887), [anon_sym_new] = ACTIONS(1889), [anon_sym_requires] = ACTIONS(1891), [sym_this] = ACTIONS(1877), }, [319] = { [sym_type_qualifier] = STATE(3771), [sym__type_specifier] = STATE(4296), [sym_sized_type_specifier] = STATE(2287), [sym_enum_specifier] = STATE(2287), [sym_struct_specifier] = STATE(2287), [sym_union_specifier] = STATE(2287), [sym__expression] = STATE(3239), [sym__expression_not_binary] = STATE(3564), [sym_comma_expression] = STATE(7177), [sym_conditional_expression] = STATE(3564), [sym_assignment_expression] = STATE(3564), [sym_pointer_expression] = STATE(3290), [sym_unary_expression] = STATE(3564), [sym_binary_expression] = STATE(3564), [sym_update_expression] = STATE(3564), [sym_cast_expression] = STATE(3564), [sym_type_descriptor] = STATE(7623), [sym_sizeof_expression] = STATE(3564), [sym_offsetof_expression] = STATE(3564), [sym_generic_expression] = STATE(3564), [sym_subscript_expression] = STATE(3290), [sym_call_expression] = STATE(3290), [sym_gnu_asm_expression] = STATE(3564), [sym_field_expression] = STATE(3290), [sym_compound_literal_expression] = STATE(3564), [sym_parenthesized_expression] = STATE(3290), [sym_char_literal] = STATE(3429), [sym_concatenated_string] = STATE(3429), [sym_string_literal] = STATE(2306), [sym_null] = STATE(3564), [sym_placeholder_type_specifier] = STATE(2287), [sym_decltype_auto] = STATE(2285), [sym_decltype] = STATE(2221), [sym_class_specifier] = STATE(2287), [sym__class_name] = STATE(6687), [sym_dependent_type] = STATE(2287), [sym_template_type] = STATE(4829), [sym_template_function] = STATE(3564), [sym_raw_string_literal] = STATE(2306), [sym_co_await_expression] = STATE(3564), [sym_new_expression] = STATE(3564), [sym_delete_expression] = STATE(3564), [sym_requires_clause] = STATE(3564), [sym_requires_expression] = STATE(3564), [sym_lambda_expression] = STATE(3564), [sym_lambda_capture_specifier] = STATE(5176), [sym__unary_left_fold] = STATE(7622), [sym__unary_right_fold] = STATE(7621), [sym__binary_fold] = STATE(7620), [sym_fold_expression] = STATE(3564), [sym_parameter_pack_expansion] = STATE(3564), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5241), [sym_qualified_identifier] = STATE(3290), [sym_qualified_type_identifier] = STATE(4912), [sym_user_defined_literal] = STATE(3564), [aux_sym_type_definition_repeat1] = STATE(3771), [aux_sym_sized_type_specifier_repeat1] = STATE(2275), [sym_identifier] = ACTIONS(2534), [anon_sym_DOT_DOT_DOT] = ACTIONS(1837), [anon_sym_LPAREN2] = ACTIONS(1841), [anon_sym_BANG] = ACTIONS(1843), [anon_sym_TILDE] = ACTIONS(1843), [anon_sym_DASH] = ACTIONS(1845), [anon_sym_PLUS] = ACTIONS(1845), [anon_sym_STAR] = ACTIONS(1847), [anon_sym_AMP] = ACTIONS(1847), [anon_sym_COLON_COLON] = ACTIONS(1849), [anon_sym_signed] = ACTIONS(1911), [anon_sym_unsigned] = ACTIONS(1911), [anon_sym_long] = ACTIONS(1911), [anon_sym_short] = ACTIONS(1911), [anon_sym_LBRACK] = ACTIONS(1949), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(1915), [anon_sym_enum] = ACTIONS(1917), [anon_sym_class] = ACTIONS(1919), [anon_sym_struct] = ACTIONS(1921), [anon_sym_union] = ACTIONS(1923), [anon_sym_not] = ACTIONS(1845), [anon_sym_compl] = ACTIONS(1845), [anon_sym_DASH_DASH] = ACTIONS(1861), [anon_sym_PLUS_PLUS] = ACTIONS(1861), [anon_sym_sizeof] = ACTIONS(1863), [anon_sym_offsetof] = ACTIONS(1865), [anon_sym__Generic] = ACTIONS(1867), [anon_sym_asm] = ACTIONS(1869), [anon_sym___asm__] = ACTIONS(1869), [sym_number_literal] = ACTIONS(1871), [anon_sym_L_SQUOTE] = ACTIONS(1873), [anon_sym_u_SQUOTE] = ACTIONS(1873), [anon_sym_U_SQUOTE] = ACTIONS(1873), [anon_sym_u8_SQUOTE] = ACTIONS(1873), [anon_sym_SQUOTE] = ACTIONS(1873), [anon_sym_L_DQUOTE] = ACTIONS(1875), [anon_sym_u_DQUOTE] = ACTIONS(1875), [anon_sym_U_DQUOTE] = ACTIONS(1875), [anon_sym_u8_DQUOTE] = ACTIONS(1875), [anon_sym_DQUOTE] = ACTIONS(1875), [sym_true] = ACTIONS(1877), [sym_false] = ACTIONS(1877), [anon_sym_NULL] = ACTIONS(1879), [anon_sym_nullptr] = ACTIONS(1879), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(1925), [anon_sym_decltype] = ACTIONS(1927), [anon_sym_typename] = ACTIONS(1929), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(1883), [anon_sym_R_DQUOTE] = ACTIONS(1885), [anon_sym_LR_DQUOTE] = ACTIONS(1885), [anon_sym_uR_DQUOTE] = ACTIONS(1885), [anon_sym_UR_DQUOTE] = ACTIONS(1885), [anon_sym_u8R_DQUOTE] = ACTIONS(1885), [anon_sym_co_await] = ACTIONS(1887), [anon_sym_new] = ACTIONS(1889), [anon_sym_requires] = ACTIONS(1891), [sym_this] = ACTIONS(1877), }, [320] = { [sym_type_qualifier] = STATE(3771), [sym__type_specifier] = STATE(4296), [sym_sized_type_specifier] = STATE(2287), [sym_enum_specifier] = STATE(2287), [sym_struct_specifier] = STATE(2287), [sym_union_specifier] = STATE(2287), [sym__expression] = STATE(3294), [sym__expression_not_binary] = STATE(3564), [sym_comma_expression] = STATE(7481), [sym_conditional_expression] = STATE(3564), [sym_assignment_expression] = STATE(3564), [sym_pointer_expression] = STATE(3290), [sym_unary_expression] = STATE(3564), [sym_binary_expression] = STATE(3564), [sym_update_expression] = STATE(3564), [sym_cast_expression] = STATE(3564), [sym_type_descriptor] = STATE(7282), [sym_sizeof_expression] = STATE(3564), [sym_offsetof_expression] = STATE(3564), [sym_generic_expression] = STATE(3564), [sym_subscript_expression] = STATE(3290), [sym_call_expression] = STATE(3290), [sym_gnu_asm_expression] = STATE(3564), [sym_field_expression] = STATE(3290), [sym_compound_literal_expression] = STATE(3564), [sym_parenthesized_expression] = STATE(3290), [sym_char_literal] = STATE(3429), [sym_concatenated_string] = STATE(3429), [sym_string_literal] = STATE(2306), [sym_null] = STATE(3564), [sym_placeholder_type_specifier] = STATE(2287), [sym_decltype_auto] = STATE(2285), [sym_decltype] = STATE(2221), [sym_class_specifier] = STATE(2287), [sym__class_name] = STATE(6687), [sym_dependent_type] = STATE(2287), [sym_template_type] = STATE(4829), [sym_template_function] = STATE(3564), [sym_raw_string_literal] = STATE(2306), [sym_co_await_expression] = STATE(3564), [sym_new_expression] = STATE(3564), [sym_delete_expression] = STATE(3564), [sym_requires_clause] = STATE(3564), [sym_requires_expression] = STATE(3564), [sym_lambda_expression] = STATE(3564), [sym_lambda_capture_specifier] = STATE(5176), [sym__unary_left_fold] = STATE(7474), [sym__unary_right_fold] = STATE(7466), [sym__binary_fold] = STATE(7465), [sym_fold_expression] = STATE(3564), [sym_parameter_pack_expansion] = STATE(3564), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5241), [sym_qualified_identifier] = STATE(3290), [sym_qualified_type_identifier] = STATE(4912), [sym_user_defined_literal] = STATE(3564), [aux_sym_type_definition_repeat1] = STATE(3771), [aux_sym_sized_type_specifier_repeat1] = STATE(2275), [sym_identifier] = ACTIONS(2534), [anon_sym_DOT_DOT_DOT] = ACTIONS(1837), [anon_sym_LPAREN2] = ACTIONS(1841), [anon_sym_BANG] = ACTIONS(1843), [anon_sym_TILDE] = ACTIONS(1843), [anon_sym_DASH] = ACTIONS(1845), [anon_sym_PLUS] = ACTIONS(1845), [anon_sym_STAR] = ACTIONS(1847), [anon_sym_AMP] = ACTIONS(1847), [anon_sym_COLON_COLON] = ACTIONS(1849), [anon_sym_signed] = ACTIONS(1911), [anon_sym_unsigned] = ACTIONS(1911), [anon_sym_long] = ACTIONS(1911), [anon_sym_short] = ACTIONS(1911), [anon_sym_LBRACK] = ACTIONS(1949), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(1915), [anon_sym_enum] = ACTIONS(1917), [anon_sym_class] = ACTIONS(1919), [anon_sym_struct] = ACTIONS(1921), [anon_sym_union] = ACTIONS(1923), [anon_sym_not] = ACTIONS(1845), [anon_sym_compl] = ACTIONS(1845), [anon_sym_DASH_DASH] = ACTIONS(1861), [anon_sym_PLUS_PLUS] = ACTIONS(1861), [anon_sym_sizeof] = ACTIONS(1863), [anon_sym_offsetof] = ACTIONS(1865), [anon_sym__Generic] = ACTIONS(1867), [anon_sym_asm] = ACTIONS(1869), [anon_sym___asm__] = ACTIONS(1869), [sym_number_literal] = ACTIONS(1871), [anon_sym_L_SQUOTE] = ACTIONS(1873), [anon_sym_u_SQUOTE] = ACTIONS(1873), [anon_sym_U_SQUOTE] = ACTIONS(1873), [anon_sym_u8_SQUOTE] = ACTIONS(1873), [anon_sym_SQUOTE] = ACTIONS(1873), [anon_sym_L_DQUOTE] = ACTIONS(1875), [anon_sym_u_DQUOTE] = ACTIONS(1875), [anon_sym_U_DQUOTE] = ACTIONS(1875), [anon_sym_u8_DQUOTE] = ACTIONS(1875), [anon_sym_DQUOTE] = ACTIONS(1875), [sym_true] = ACTIONS(1877), [sym_false] = ACTIONS(1877), [anon_sym_NULL] = ACTIONS(1879), [anon_sym_nullptr] = ACTIONS(1879), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(1925), [anon_sym_decltype] = ACTIONS(1927), [anon_sym_typename] = ACTIONS(1929), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(1883), [anon_sym_R_DQUOTE] = ACTIONS(1885), [anon_sym_LR_DQUOTE] = ACTIONS(1885), [anon_sym_uR_DQUOTE] = ACTIONS(1885), [anon_sym_UR_DQUOTE] = ACTIONS(1885), [anon_sym_u8R_DQUOTE] = ACTIONS(1885), [anon_sym_co_await] = ACTIONS(1887), [anon_sym_new] = ACTIONS(1889), [anon_sym_requires] = ACTIONS(1891), [sym_this] = ACTIONS(1877), }, [321] = { [sym_type_qualifier] = STATE(3771), [sym__type_specifier] = STATE(4296), [sym_sized_type_specifier] = STATE(2287), [sym_enum_specifier] = STATE(2287), [sym_struct_specifier] = STATE(2287), [sym_union_specifier] = STATE(2287), [sym__expression] = STATE(3239), [sym__expression_not_binary] = STATE(3564), [sym_comma_expression] = STATE(7177), [sym_conditional_expression] = STATE(3564), [sym_assignment_expression] = STATE(3564), [sym_pointer_expression] = STATE(3290), [sym_unary_expression] = STATE(3564), [sym_binary_expression] = STATE(3564), [sym_update_expression] = STATE(3564), [sym_cast_expression] = STATE(3564), [sym_type_descriptor] = STATE(7576), [sym_sizeof_expression] = STATE(3564), [sym_offsetof_expression] = STATE(3564), [sym_generic_expression] = STATE(3564), [sym_subscript_expression] = STATE(3290), [sym_call_expression] = STATE(3290), [sym_gnu_asm_expression] = STATE(3564), [sym_field_expression] = STATE(3290), [sym_compound_literal_expression] = STATE(3564), [sym_parenthesized_expression] = STATE(3290), [sym_char_literal] = STATE(3429), [sym_concatenated_string] = STATE(3429), [sym_string_literal] = STATE(2306), [sym_null] = STATE(3564), [sym_placeholder_type_specifier] = STATE(2287), [sym_decltype_auto] = STATE(2285), [sym_decltype] = STATE(2221), [sym_class_specifier] = STATE(2287), [sym__class_name] = STATE(6687), [sym_dependent_type] = STATE(2287), [sym_template_type] = STATE(4829), [sym_template_function] = STATE(3564), [sym_raw_string_literal] = STATE(2306), [sym_co_await_expression] = STATE(3564), [sym_new_expression] = STATE(3564), [sym_delete_expression] = STATE(3564), [sym_requires_clause] = STATE(3564), [sym_requires_expression] = STATE(3564), [sym_lambda_expression] = STATE(3564), [sym_lambda_capture_specifier] = STATE(5176), [sym__unary_left_fold] = STATE(7622), [sym__unary_right_fold] = STATE(7621), [sym__binary_fold] = STATE(7620), [sym_fold_expression] = STATE(3564), [sym_parameter_pack_expansion] = STATE(3564), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5241), [sym_qualified_identifier] = STATE(3290), [sym_qualified_type_identifier] = STATE(4912), [sym_user_defined_literal] = STATE(3564), [aux_sym_type_definition_repeat1] = STATE(3771), [aux_sym_sized_type_specifier_repeat1] = STATE(2275), [sym_identifier] = ACTIONS(2534), [anon_sym_DOT_DOT_DOT] = ACTIONS(1837), [anon_sym_LPAREN2] = ACTIONS(1841), [anon_sym_BANG] = ACTIONS(1843), [anon_sym_TILDE] = ACTIONS(1843), [anon_sym_DASH] = ACTIONS(1845), [anon_sym_PLUS] = ACTIONS(1845), [anon_sym_STAR] = ACTIONS(1847), [anon_sym_AMP] = ACTIONS(1847), [anon_sym_COLON_COLON] = ACTIONS(1849), [anon_sym_signed] = ACTIONS(1911), [anon_sym_unsigned] = ACTIONS(1911), [anon_sym_long] = ACTIONS(1911), [anon_sym_short] = ACTIONS(1911), [anon_sym_LBRACK] = ACTIONS(1949), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(1915), [anon_sym_enum] = ACTIONS(1917), [anon_sym_class] = ACTIONS(1919), [anon_sym_struct] = ACTIONS(1921), [anon_sym_union] = ACTIONS(1923), [anon_sym_not] = ACTIONS(1845), [anon_sym_compl] = ACTIONS(1845), [anon_sym_DASH_DASH] = ACTIONS(1861), [anon_sym_PLUS_PLUS] = ACTIONS(1861), [anon_sym_sizeof] = ACTIONS(1863), [anon_sym_offsetof] = ACTIONS(1865), [anon_sym__Generic] = ACTIONS(1867), [anon_sym_asm] = ACTIONS(1869), [anon_sym___asm__] = ACTIONS(1869), [sym_number_literal] = ACTIONS(1871), [anon_sym_L_SQUOTE] = ACTIONS(1873), [anon_sym_u_SQUOTE] = ACTIONS(1873), [anon_sym_U_SQUOTE] = ACTIONS(1873), [anon_sym_u8_SQUOTE] = ACTIONS(1873), [anon_sym_SQUOTE] = ACTIONS(1873), [anon_sym_L_DQUOTE] = ACTIONS(1875), [anon_sym_u_DQUOTE] = ACTIONS(1875), [anon_sym_U_DQUOTE] = ACTIONS(1875), [anon_sym_u8_DQUOTE] = ACTIONS(1875), [anon_sym_DQUOTE] = ACTIONS(1875), [sym_true] = ACTIONS(1877), [sym_false] = ACTIONS(1877), [anon_sym_NULL] = ACTIONS(1879), [anon_sym_nullptr] = ACTIONS(1879), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(1925), [anon_sym_decltype] = ACTIONS(1927), [anon_sym_typename] = ACTIONS(1929), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(1883), [anon_sym_R_DQUOTE] = ACTIONS(1885), [anon_sym_LR_DQUOTE] = ACTIONS(1885), [anon_sym_uR_DQUOTE] = ACTIONS(1885), [anon_sym_UR_DQUOTE] = ACTIONS(1885), [anon_sym_u8R_DQUOTE] = ACTIONS(1885), [anon_sym_co_await] = ACTIONS(1887), [anon_sym_new] = ACTIONS(1889), [anon_sym_requires] = ACTIONS(1891), [sym_this] = ACTIONS(1877), }, [322] = { [ts_builtin_sym_end] = ACTIONS(2540), [sym_identifier] = ACTIONS(2542), [aux_sym_preproc_include_token1] = ACTIONS(2542), [aux_sym_preproc_def_token1] = ACTIONS(2542), [anon_sym_COMMA] = ACTIONS(2540), [anon_sym_RPAREN] = ACTIONS(2540), [aux_sym_preproc_if_token1] = ACTIONS(2542), [aux_sym_preproc_ifdef_token1] = ACTIONS(2542), [aux_sym_preproc_ifdef_token2] = ACTIONS(2542), [sym_preproc_directive] = ACTIONS(2542), [anon_sym_LPAREN2] = ACTIONS(2540), [anon_sym_BANG] = ACTIONS(2540), [anon_sym_TILDE] = ACTIONS(2540), [anon_sym_DASH] = ACTIONS(2542), [anon_sym_PLUS] = ACTIONS(2542), [anon_sym_STAR] = ACTIONS(2540), [anon_sym_PIPE_PIPE] = ACTIONS(2540), [anon_sym_AMP_AMP] = ACTIONS(2540), [anon_sym_AMP] = ACTIONS(2542), [anon_sym_SEMI] = ACTIONS(2540), [anon_sym_typedef] = ACTIONS(2542), [anon_sym_extern] = ACTIONS(2542), [anon_sym___attribute__] = ACTIONS(2542), [anon_sym_COLON_COLON] = ACTIONS(2540), [anon_sym_LBRACK_LBRACK] = ACTIONS(2540), [anon_sym___declspec] = ACTIONS(2542), [anon_sym___based] = ACTIONS(2542), [anon_sym___cdecl] = ACTIONS(2542), [anon_sym___clrcall] = ACTIONS(2542), [anon_sym___stdcall] = ACTIONS(2542), [anon_sym___fastcall] = ACTIONS(2542), [anon_sym___thiscall] = ACTIONS(2542), [anon_sym___vectorcall] = ACTIONS(2542), [anon_sym_LBRACE] = ACTIONS(2540), [anon_sym_signed] = ACTIONS(2542), [anon_sym_unsigned] = ACTIONS(2542), [anon_sym_long] = ACTIONS(2542), [anon_sym_short] = ACTIONS(2542), [anon_sym_LBRACK] = ACTIONS(2542), [anon_sym_EQ] = ACTIONS(2540), [anon_sym_static] = ACTIONS(2542), [anon_sym_register] = ACTIONS(2542), [anon_sym_inline] = ACTIONS(2542), [anon_sym_thread_local] = ACTIONS(2542), [anon_sym_const] = ACTIONS(2542), [anon_sym_constexpr] = ACTIONS(2542), [anon_sym_volatile] = ACTIONS(2542), [anon_sym_restrict] = ACTIONS(2542), [anon_sym___restrict__] = ACTIONS(2542), [anon_sym__Atomic] = ACTIONS(2542), [anon_sym__Noreturn] = ACTIONS(2542), [anon_sym_noreturn] = ACTIONS(2542), [anon_sym_mutable] = ACTIONS(2542), [anon_sym_constinit] = ACTIONS(2542), [anon_sym_consteval] = ACTIONS(2542), [sym_primitive_type] = ACTIONS(2542), [anon_sym_enum] = ACTIONS(2542), [anon_sym_class] = ACTIONS(2542), [anon_sym_struct] = ACTIONS(2542), [anon_sym_union] = ACTIONS(2542), [anon_sym_if] = ACTIONS(2542), [anon_sym_else] = ACTIONS(2542), [anon_sym_switch] = ACTIONS(2542), [anon_sym_case] = ACTIONS(2542), [anon_sym_default] = ACTIONS(2542), [anon_sym_while] = ACTIONS(2542), [anon_sym_do] = ACTIONS(2542), [anon_sym_for] = ACTIONS(2542), [anon_sym_return] = ACTIONS(2542), [anon_sym_break] = ACTIONS(2542), [anon_sym_continue] = ACTIONS(2542), [anon_sym_goto] = ACTIONS(2542), [anon_sym_not] = ACTIONS(2542), [anon_sym_compl] = ACTIONS(2542), [anon_sym_or] = ACTIONS(2542), [anon_sym_and] = ACTIONS(2542), [anon_sym_DASH_DASH] = ACTIONS(2540), [anon_sym_PLUS_PLUS] = ACTIONS(2540), [anon_sym_sizeof] = ACTIONS(2542), [anon_sym_offsetof] = ACTIONS(2542), [anon_sym__Generic] = ACTIONS(2542), [anon_sym_asm] = ACTIONS(2542), [anon_sym___asm__] = ACTIONS(2542), [sym_number_literal] = ACTIONS(2540), [anon_sym_L_SQUOTE] = ACTIONS(2540), [anon_sym_u_SQUOTE] = ACTIONS(2540), [anon_sym_U_SQUOTE] = ACTIONS(2540), [anon_sym_u8_SQUOTE] = ACTIONS(2540), [anon_sym_SQUOTE] = ACTIONS(2540), [anon_sym_L_DQUOTE] = ACTIONS(2540), [anon_sym_u_DQUOTE] = ACTIONS(2540), [anon_sym_U_DQUOTE] = ACTIONS(2540), [anon_sym_u8_DQUOTE] = ACTIONS(2540), [anon_sym_DQUOTE] = ACTIONS(2540), [sym_true] = ACTIONS(2542), [sym_false] = ACTIONS(2542), [anon_sym_NULL] = ACTIONS(2542), [anon_sym_nullptr] = ACTIONS(2542), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2542), [anon_sym_decltype] = ACTIONS(2542), [anon_sym_final] = ACTIONS(2542), [anon_sym_override] = ACTIONS(2542), [anon_sym_virtual] = ACTIONS(2542), [anon_sym_explicit] = ACTIONS(2542), [anon_sym_typename] = ACTIONS(2542), [anon_sym_template] = ACTIONS(2542), [anon_sym_GT2] = ACTIONS(2540), [anon_sym_operator] = ACTIONS(2542), [anon_sym_try] = ACTIONS(2542), [anon_sym_delete] = ACTIONS(2542), [anon_sym_throw] = ACTIONS(2542), [anon_sym_namespace] = ACTIONS(2542), [anon_sym_using] = ACTIONS(2542), [anon_sym_static_assert] = ACTIONS(2542), [anon_sym_concept] = ACTIONS(2542), [anon_sym_co_return] = ACTIONS(2542), [anon_sym_co_yield] = ACTIONS(2542), [anon_sym_catch] = ACTIONS(2542), [anon_sym_R_DQUOTE] = ACTIONS(2540), [anon_sym_LR_DQUOTE] = ACTIONS(2540), [anon_sym_uR_DQUOTE] = ACTIONS(2540), [anon_sym_UR_DQUOTE] = ACTIONS(2540), [anon_sym_u8R_DQUOTE] = ACTIONS(2540), [anon_sym_co_await] = ACTIONS(2542), [anon_sym_new] = ACTIONS(2542), [anon_sym_requires] = ACTIONS(2542), [sym_this] = ACTIONS(2542), }, [323] = { [sym_type_qualifier] = STATE(3771), [sym__type_specifier] = STATE(4296), [sym_sized_type_specifier] = STATE(2287), [sym_enum_specifier] = STATE(2287), [sym_struct_specifier] = STATE(2287), [sym_union_specifier] = STATE(2287), [sym__expression] = STATE(3239), [sym__expression_not_binary] = STATE(3564), [sym_comma_expression] = STATE(7177), [sym_conditional_expression] = STATE(3564), [sym_assignment_expression] = STATE(3564), [sym_pointer_expression] = STATE(3290), [sym_unary_expression] = STATE(3564), [sym_binary_expression] = STATE(3564), [sym_update_expression] = STATE(3564), [sym_cast_expression] = STATE(3564), [sym_type_descriptor] = STATE(7385), [sym_sizeof_expression] = STATE(3564), [sym_offsetof_expression] = STATE(3564), [sym_generic_expression] = STATE(3564), [sym_subscript_expression] = STATE(3290), [sym_call_expression] = STATE(3290), [sym_gnu_asm_expression] = STATE(3564), [sym_field_expression] = STATE(3290), [sym_compound_literal_expression] = STATE(3564), [sym_parenthesized_expression] = STATE(3290), [sym_char_literal] = STATE(3429), [sym_concatenated_string] = STATE(3429), [sym_string_literal] = STATE(2306), [sym_null] = STATE(3564), [sym_placeholder_type_specifier] = STATE(2287), [sym_decltype_auto] = STATE(2285), [sym_decltype] = STATE(2221), [sym_class_specifier] = STATE(2287), [sym__class_name] = STATE(6687), [sym_dependent_type] = STATE(2287), [sym_template_type] = STATE(4829), [sym_template_function] = STATE(3564), [sym_raw_string_literal] = STATE(2306), [sym_co_await_expression] = STATE(3564), [sym_new_expression] = STATE(3564), [sym_delete_expression] = STATE(3564), [sym_requires_clause] = STATE(3564), [sym_requires_expression] = STATE(3564), [sym_lambda_expression] = STATE(3564), [sym_lambda_capture_specifier] = STATE(5176), [sym__unary_left_fold] = STATE(7452), [sym__unary_right_fold] = STATE(7451), [sym__binary_fold] = STATE(7449), [sym_fold_expression] = STATE(3564), [sym_parameter_pack_expansion] = STATE(3564), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5241), [sym_qualified_identifier] = STATE(3290), [sym_qualified_type_identifier] = STATE(4912), [sym_user_defined_literal] = STATE(3564), [aux_sym_type_definition_repeat1] = STATE(3771), [aux_sym_sized_type_specifier_repeat1] = STATE(2275), [sym_identifier] = ACTIONS(2534), [anon_sym_DOT_DOT_DOT] = ACTIONS(1837), [anon_sym_LPAREN2] = ACTIONS(1841), [anon_sym_BANG] = ACTIONS(1843), [anon_sym_TILDE] = ACTIONS(1843), [anon_sym_DASH] = ACTIONS(1845), [anon_sym_PLUS] = ACTIONS(1845), [anon_sym_STAR] = ACTIONS(1847), [anon_sym_AMP] = ACTIONS(1847), [anon_sym_COLON_COLON] = ACTIONS(1849), [anon_sym_signed] = ACTIONS(1911), [anon_sym_unsigned] = ACTIONS(1911), [anon_sym_long] = ACTIONS(1911), [anon_sym_short] = ACTIONS(1911), [anon_sym_LBRACK] = ACTIONS(1949), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(1915), [anon_sym_enum] = ACTIONS(1917), [anon_sym_class] = ACTIONS(1919), [anon_sym_struct] = ACTIONS(1921), [anon_sym_union] = ACTIONS(1923), [anon_sym_not] = ACTIONS(1845), [anon_sym_compl] = ACTIONS(1845), [anon_sym_DASH_DASH] = ACTIONS(1861), [anon_sym_PLUS_PLUS] = ACTIONS(1861), [anon_sym_sizeof] = ACTIONS(1863), [anon_sym_offsetof] = ACTIONS(1865), [anon_sym__Generic] = ACTIONS(1867), [anon_sym_asm] = ACTIONS(1869), [anon_sym___asm__] = ACTIONS(1869), [sym_number_literal] = ACTIONS(1871), [anon_sym_L_SQUOTE] = ACTIONS(1873), [anon_sym_u_SQUOTE] = ACTIONS(1873), [anon_sym_U_SQUOTE] = ACTIONS(1873), [anon_sym_u8_SQUOTE] = ACTIONS(1873), [anon_sym_SQUOTE] = ACTIONS(1873), [anon_sym_L_DQUOTE] = ACTIONS(1875), [anon_sym_u_DQUOTE] = ACTIONS(1875), [anon_sym_U_DQUOTE] = ACTIONS(1875), [anon_sym_u8_DQUOTE] = ACTIONS(1875), [anon_sym_DQUOTE] = ACTIONS(1875), [sym_true] = ACTIONS(1877), [sym_false] = ACTIONS(1877), [anon_sym_NULL] = ACTIONS(1879), [anon_sym_nullptr] = ACTIONS(1879), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(1925), [anon_sym_decltype] = ACTIONS(1927), [anon_sym_typename] = ACTIONS(1929), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(1883), [anon_sym_R_DQUOTE] = ACTIONS(1885), [anon_sym_LR_DQUOTE] = ACTIONS(1885), [anon_sym_uR_DQUOTE] = ACTIONS(1885), [anon_sym_UR_DQUOTE] = ACTIONS(1885), [anon_sym_u8R_DQUOTE] = ACTIONS(1885), [anon_sym_co_await] = ACTIONS(1887), [anon_sym_new] = ACTIONS(1889), [anon_sym_requires] = ACTIONS(1891), [sym_this] = ACTIONS(1877), }, [324] = { [sym_type_qualifier] = STATE(3771), [sym__type_specifier] = STATE(4296), [sym_sized_type_specifier] = STATE(2287), [sym_enum_specifier] = STATE(2287), [sym_struct_specifier] = STATE(2287), [sym_union_specifier] = STATE(2287), [sym__expression] = STATE(3294), [sym__expression_not_binary] = STATE(3564), [sym_comma_expression] = STATE(7481), [sym_conditional_expression] = STATE(3564), [sym_assignment_expression] = STATE(3564), [sym_pointer_expression] = STATE(3290), [sym_unary_expression] = STATE(3564), [sym_binary_expression] = STATE(3564), [sym_update_expression] = STATE(3564), [sym_cast_expression] = STATE(3564), [sym_type_descriptor] = STATE(7223), [sym_sizeof_expression] = STATE(3564), [sym_offsetof_expression] = STATE(3564), [sym_generic_expression] = STATE(3564), [sym_subscript_expression] = STATE(3290), [sym_call_expression] = STATE(3290), [sym_gnu_asm_expression] = STATE(3564), [sym_field_expression] = STATE(3290), [sym_compound_literal_expression] = STATE(3564), [sym_parenthesized_expression] = STATE(3290), [sym_char_literal] = STATE(3429), [sym_concatenated_string] = STATE(3429), [sym_string_literal] = STATE(2306), [sym_null] = STATE(3564), [sym_placeholder_type_specifier] = STATE(2287), [sym_decltype_auto] = STATE(2285), [sym_decltype] = STATE(2221), [sym_class_specifier] = STATE(2287), [sym__class_name] = STATE(6687), [sym_dependent_type] = STATE(2287), [sym_template_type] = STATE(4829), [sym_template_function] = STATE(3564), [sym_raw_string_literal] = STATE(2306), [sym_co_await_expression] = STATE(3564), [sym_new_expression] = STATE(3564), [sym_delete_expression] = STATE(3564), [sym_requires_clause] = STATE(3564), [sym_requires_expression] = STATE(3564), [sym_lambda_expression] = STATE(3564), [sym_lambda_capture_specifier] = STATE(5176), [sym__unary_left_fold] = STATE(7179), [sym__unary_right_fold] = STATE(7180), [sym__binary_fold] = STATE(7184), [sym_fold_expression] = STATE(3564), [sym_parameter_pack_expansion] = STATE(3564), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5241), [sym_qualified_identifier] = STATE(3290), [sym_qualified_type_identifier] = STATE(4912), [sym_user_defined_literal] = STATE(3564), [aux_sym_type_definition_repeat1] = STATE(3771), [aux_sym_sized_type_specifier_repeat1] = STATE(2275), [sym_identifier] = ACTIONS(2534), [anon_sym_DOT_DOT_DOT] = ACTIONS(1837), [anon_sym_LPAREN2] = ACTIONS(1841), [anon_sym_BANG] = ACTIONS(1843), [anon_sym_TILDE] = ACTIONS(1843), [anon_sym_DASH] = ACTIONS(1845), [anon_sym_PLUS] = ACTIONS(1845), [anon_sym_STAR] = ACTIONS(1847), [anon_sym_AMP] = ACTIONS(1847), [anon_sym_COLON_COLON] = ACTIONS(1849), [anon_sym_signed] = ACTIONS(1911), [anon_sym_unsigned] = ACTIONS(1911), [anon_sym_long] = ACTIONS(1911), [anon_sym_short] = ACTIONS(1911), [anon_sym_LBRACK] = ACTIONS(1949), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(1915), [anon_sym_enum] = ACTIONS(1917), [anon_sym_class] = ACTIONS(1919), [anon_sym_struct] = ACTIONS(1921), [anon_sym_union] = ACTIONS(1923), [anon_sym_not] = ACTIONS(1845), [anon_sym_compl] = ACTIONS(1845), [anon_sym_DASH_DASH] = ACTIONS(1861), [anon_sym_PLUS_PLUS] = ACTIONS(1861), [anon_sym_sizeof] = ACTIONS(1863), [anon_sym_offsetof] = ACTIONS(1865), [anon_sym__Generic] = ACTIONS(1867), [anon_sym_asm] = ACTIONS(1869), [anon_sym___asm__] = ACTIONS(1869), [sym_number_literal] = ACTIONS(1871), [anon_sym_L_SQUOTE] = ACTIONS(1873), [anon_sym_u_SQUOTE] = ACTIONS(1873), [anon_sym_U_SQUOTE] = ACTIONS(1873), [anon_sym_u8_SQUOTE] = ACTIONS(1873), [anon_sym_SQUOTE] = ACTIONS(1873), [anon_sym_L_DQUOTE] = ACTIONS(1875), [anon_sym_u_DQUOTE] = ACTIONS(1875), [anon_sym_U_DQUOTE] = ACTIONS(1875), [anon_sym_u8_DQUOTE] = ACTIONS(1875), [anon_sym_DQUOTE] = ACTIONS(1875), [sym_true] = ACTIONS(1877), [sym_false] = ACTIONS(1877), [anon_sym_NULL] = ACTIONS(1879), [anon_sym_nullptr] = ACTIONS(1879), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(1925), [anon_sym_decltype] = ACTIONS(1927), [anon_sym_typename] = ACTIONS(1929), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(1883), [anon_sym_R_DQUOTE] = ACTIONS(1885), [anon_sym_LR_DQUOTE] = ACTIONS(1885), [anon_sym_uR_DQUOTE] = ACTIONS(1885), [anon_sym_UR_DQUOTE] = ACTIONS(1885), [anon_sym_u8R_DQUOTE] = ACTIONS(1885), [anon_sym_co_await] = ACTIONS(1887), [anon_sym_new] = ACTIONS(1889), [anon_sym_requires] = ACTIONS(1891), [sym_this] = ACTIONS(1877), }, [325] = { [sym_type_qualifier] = STATE(3771), [sym__type_specifier] = STATE(4296), [sym_sized_type_specifier] = STATE(2287), [sym_enum_specifier] = STATE(2287), [sym_struct_specifier] = STATE(2287), [sym_union_specifier] = STATE(2287), [sym__expression] = STATE(3294), [sym__expression_not_binary] = STATE(3564), [sym_comma_expression] = STATE(7481), [sym_conditional_expression] = STATE(3564), [sym_assignment_expression] = STATE(3564), [sym_pointer_expression] = STATE(3290), [sym_unary_expression] = STATE(3564), [sym_binary_expression] = STATE(3564), [sym_update_expression] = STATE(3564), [sym_cast_expression] = STATE(3564), [sym_type_descriptor] = STATE(7483), [sym_sizeof_expression] = STATE(3564), [sym_offsetof_expression] = STATE(3564), [sym_generic_expression] = STATE(3564), [sym_subscript_expression] = STATE(3290), [sym_call_expression] = STATE(3290), [sym_gnu_asm_expression] = STATE(3564), [sym_field_expression] = STATE(3290), [sym_compound_literal_expression] = STATE(3564), [sym_parenthesized_expression] = STATE(3290), [sym_char_literal] = STATE(3429), [sym_concatenated_string] = STATE(3429), [sym_string_literal] = STATE(2306), [sym_null] = STATE(3564), [sym_placeholder_type_specifier] = STATE(2287), [sym_decltype_auto] = STATE(2285), [sym_decltype] = STATE(2221), [sym_class_specifier] = STATE(2287), [sym__class_name] = STATE(6687), [sym_dependent_type] = STATE(2287), [sym_template_type] = STATE(4829), [sym_template_function] = STATE(3564), [sym_raw_string_literal] = STATE(2306), [sym_co_await_expression] = STATE(3564), [sym_new_expression] = STATE(3564), [sym_delete_expression] = STATE(3564), [sym_requires_clause] = STATE(3564), [sym_requires_expression] = STATE(3564), [sym_lambda_expression] = STATE(3564), [sym_lambda_capture_specifier] = STATE(5176), [sym__unary_left_fold] = STATE(7474), [sym__unary_right_fold] = STATE(7466), [sym__binary_fold] = STATE(7465), [sym_fold_expression] = STATE(3564), [sym_parameter_pack_expansion] = STATE(3564), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5241), [sym_qualified_identifier] = STATE(3290), [sym_qualified_type_identifier] = STATE(4912), [sym_user_defined_literal] = STATE(3564), [aux_sym_type_definition_repeat1] = STATE(3771), [aux_sym_sized_type_specifier_repeat1] = STATE(2275), [sym_identifier] = ACTIONS(2534), [anon_sym_DOT_DOT_DOT] = ACTIONS(1837), [anon_sym_LPAREN2] = ACTIONS(1841), [anon_sym_BANG] = ACTIONS(1843), [anon_sym_TILDE] = ACTIONS(1843), [anon_sym_DASH] = ACTIONS(1845), [anon_sym_PLUS] = ACTIONS(1845), [anon_sym_STAR] = ACTIONS(1847), [anon_sym_AMP] = ACTIONS(1847), [anon_sym_COLON_COLON] = ACTIONS(1849), [anon_sym_signed] = ACTIONS(1911), [anon_sym_unsigned] = ACTIONS(1911), [anon_sym_long] = ACTIONS(1911), [anon_sym_short] = ACTIONS(1911), [anon_sym_LBRACK] = ACTIONS(1949), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(1915), [anon_sym_enum] = ACTIONS(1917), [anon_sym_class] = ACTIONS(1919), [anon_sym_struct] = ACTIONS(1921), [anon_sym_union] = ACTIONS(1923), [anon_sym_not] = ACTIONS(1845), [anon_sym_compl] = ACTIONS(1845), [anon_sym_DASH_DASH] = ACTIONS(1861), [anon_sym_PLUS_PLUS] = ACTIONS(1861), [anon_sym_sizeof] = ACTIONS(1863), [anon_sym_offsetof] = ACTIONS(1865), [anon_sym__Generic] = ACTIONS(1867), [anon_sym_asm] = ACTIONS(1869), [anon_sym___asm__] = ACTIONS(1869), [sym_number_literal] = ACTIONS(1871), [anon_sym_L_SQUOTE] = ACTIONS(1873), [anon_sym_u_SQUOTE] = ACTIONS(1873), [anon_sym_U_SQUOTE] = ACTIONS(1873), [anon_sym_u8_SQUOTE] = ACTIONS(1873), [anon_sym_SQUOTE] = ACTIONS(1873), [anon_sym_L_DQUOTE] = ACTIONS(1875), [anon_sym_u_DQUOTE] = ACTIONS(1875), [anon_sym_U_DQUOTE] = ACTIONS(1875), [anon_sym_u8_DQUOTE] = ACTIONS(1875), [anon_sym_DQUOTE] = ACTIONS(1875), [sym_true] = ACTIONS(1877), [sym_false] = ACTIONS(1877), [anon_sym_NULL] = ACTIONS(1879), [anon_sym_nullptr] = ACTIONS(1879), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(1925), [anon_sym_decltype] = ACTIONS(1927), [anon_sym_typename] = ACTIONS(1929), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(1883), [anon_sym_R_DQUOTE] = ACTIONS(1885), [anon_sym_LR_DQUOTE] = ACTIONS(1885), [anon_sym_uR_DQUOTE] = ACTIONS(1885), [anon_sym_UR_DQUOTE] = ACTIONS(1885), [anon_sym_u8R_DQUOTE] = ACTIONS(1885), [anon_sym_co_await] = ACTIONS(1887), [anon_sym_new] = ACTIONS(1889), [anon_sym_requires] = ACTIONS(1891), [sym_this] = ACTIONS(1877), }, [326] = { [sym_type_qualifier] = STATE(3771), [sym__type_specifier] = STATE(4296), [sym_sized_type_specifier] = STATE(2287), [sym_enum_specifier] = STATE(2287), [sym_struct_specifier] = STATE(2287), [sym_union_specifier] = STATE(2287), [sym__expression] = STATE(3292), [sym__expression_not_binary] = STATE(3564), [sym_comma_expression] = STATE(7111), [sym_conditional_expression] = STATE(3564), [sym_assignment_expression] = STATE(3564), [sym_pointer_expression] = STATE(3290), [sym_unary_expression] = STATE(3564), [sym_binary_expression] = STATE(3564), [sym_update_expression] = STATE(3564), [sym_cast_expression] = STATE(3564), [sym_type_descriptor] = STATE(7577), [sym_sizeof_expression] = STATE(3564), [sym_offsetof_expression] = STATE(3564), [sym_generic_expression] = STATE(3564), [sym_subscript_expression] = STATE(3290), [sym_call_expression] = STATE(3290), [sym_gnu_asm_expression] = STATE(3564), [sym_field_expression] = STATE(3290), [sym_compound_literal_expression] = STATE(3564), [sym_parenthesized_expression] = STATE(3290), [sym_char_literal] = STATE(3429), [sym_concatenated_string] = STATE(3429), [sym_string_literal] = STATE(2306), [sym_null] = STATE(3564), [sym_placeholder_type_specifier] = STATE(2287), [sym_decltype_auto] = STATE(2285), [sym_decltype] = STATE(2221), [sym_class_specifier] = STATE(2287), [sym__class_name] = STATE(6687), [sym_dependent_type] = STATE(2287), [sym_template_type] = STATE(4829), [sym_template_function] = STATE(3564), [sym_raw_string_literal] = STATE(2306), [sym_co_await_expression] = STATE(3564), [sym_new_expression] = STATE(3564), [sym_delete_expression] = STATE(3564), [sym_requires_clause] = STATE(3564), [sym_requires_expression] = STATE(3564), [sym_lambda_expression] = STATE(3564), [sym_lambda_capture_specifier] = STATE(5176), [sym__unary_left_fold] = STATE(7583), [sym__unary_right_fold] = STATE(7584), [sym__binary_fold] = STATE(7586), [sym_fold_expression] = STATE(3564), [sym_parameter_pack_expansion] = STATE(3564), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5241), [sym_qualified_identifier] = STATE(3290), [sym_qualified_type_identifier] = STATE(4912), [sym_user_defined_literal] = STATE(3564), [aux_sym_type_definition_repeat1] = STATE(3771), [aux_sym_sized_type_specifier_repeat1] = STATE(2275), [sym_identifier] = ACTIONS(2534), [anon_sym_DOT_DOT_DOT] = ACTIONS(1837), [anon_sym_LPAREN2] = ACTIONS(1841), [anon_sym_BANG] = ACTIONS(1843), [anon_sym_TILDE] = ACTIONS(1843), [anon_sym_DASH] = ACTIONS(1845), [anon_sym_PLUS] = ACTIONS(1845), [anon_sym_STAR] = ACTIONS(1847), [anon_sym_AMP] = ACTIONS(1847), [anon_sym_COLON_COLON] = ACTIONS(1849), [anon_sym_signed] = ACTIONS(1911), [anon_sym_unsigned] = ACTIONS(1911), [anon_sym_long] = ACTIONS(1911), [anon_sym_short] = ACTIONS(1911), [anon_sym_LBRACK] = ACTIONS(1949), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(1915), [anon_sym_enum] = ACTIONS(1917), [anon_sym_class] = ACTIONS(1919), [anon_sym_struct] = ACTIONS(1921), [anon_sym_union] = ACTIONS(1923), [anon_sym_not] = ACTIONS(1845), [anon_sym_compl] = ACTIONS(1845), [anon_sym_DASH_DASH] = ACTIONS(1861), [anon_sym_PLUS_PLUS] = ACTIONS(1861), [anon_sym_sizeof] = ACTIONS(1863), [anon_sym_offsetof] = ACTIONS(1865), [anon_sym__Generic] = ACTIONS(1867), [anon_sym_asm] = ACTIONS(1869), [anon_sym___asm__] = ACTIONS(1869), [sym_number_literal] = ACTIONS(1871), [anon_sym_L_SQUOTE] = ACTIONS(1873), [anon_sym_u_SQUOTE] = ACTIONS(1873), [anon_sym_U_SQUOTE] = ACTIONS(1873), [anon_sym_u8_SQUOTE] = ACTIONS(1873), [anon_sym_SQUOTE] = ACTIONS(1873), [anon_sym_L_DQUOTE] = ACTIONS(1875), [anon_sym_u_DQUOTE] = ACTIONS(1875), [anon_sym_U_DQUOTE] = ACTIONS(1875), [anon_sym_u8_DQUOTE] = ACTIONS(1875), [anon_sym_DQUOTE] = ACTIONS(1875), [sym_true] = ACTIONS(1877), [sym_false] = ACTIONS(1877), [anon_sym_NULL] = ACTIONS(1879), [anon_sym_nullptr] = ACTIONS(1879), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(1925), [anon_sym_decltype] = ACTIONS(1927), [anon_sym_typename] = ACTIONS(1929), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(1883), [anon_sym_R_DQUOTE] = ACTIONS(1885), [anon_sym_LR_DQUOTE] = ACTIONS(1885), [anon_sym_uR_DQUOTE] = ACTIONS(1885), [anon_sym_UR_DQUOTE] = ACTIONS(1885), [anon_sym_u8R_DQUOTE] = ACTIONS(1885), [anon_sym_co_await] = ACTIONS(1887), [anon_sym_new] = ACTIONS(1889), [anon_sym_requires] = ACTIONS(1891), [sym_this] = ACTIONS(1877), }, [327] = { [sym_type_qualifier] = STATE(3771), [sym__type_specifier] = STATE(4296), [sym_sized_type_specifier] = STATE(2287), [sym_enum_specifier] = STATE(2287), [sym_struct_specifier] = STATE(2287), [sym_union_specifier] = STATE(2287), [sym__expression] = STATE(3292), [sym__expression_not_binary] = STATE(3564), [sym_comma_expression] = STATE(7111), [sym_conditional_expression] = STATE(3564), [sym_assignment_expression] = STATE(3564), [sym_pointer_expression] = STATE(3290), [sym_unary_expression] = STATE(3564), [sym_binary_expression] = STATE(3564), [sym_update_expression] = STATE(3564), [sym_cast_expression] = STATE(3564), [sym_type_descriptor] = STATE(7672), [sym_sizeof_expression] = STATE(3564), [sym_offsetof_expression] = STATE(3564), [sym_generic_expression] = STATE(3564), [sym_subscript_expression] = STATE(3290), [sym_call_expression] = STATE(3290), [sym_gnu_asm_expression] = STATE(3564), [sym_field_expression] = STATE(3290), [sym_compound_literal_expression] = STATE(3564), [sym_parenthesized_expression] = STATE(3290), [sym_char_literal] = STATE(3429), [sym_concatenated_string] = STATE(3429), [sym_string_literal] = STATE(2306), [sym_null] = STATE(3564), [sym_placeholder_type_specifier] = STATE(2287), [sym_decltype_auto] = STATE(2285), [sym_decltype] = STATE(2221), [sym_class_specifier] = STATE(2287), [sym__class_name] = STATE(6687), [sym_dependent_type] = STATE(2287), [sym_template_type] = STATE(4829), [sym_template_function] = STATE(3564), [sym_raw_string_literal] = STATE(2306), [sym_co_await_expression] = STATE(3564), [sym_new_expression] = STATE(3564), [sym_delete_expression] = STATE(3564), [sym_requires_clause] = STATE(3564), [sym_requires_expression] = STATE(3564), [sym_lambda_expression] = STATE(3564), [sym_lambda_capture_specifier] = STATE(5176), [sym__unary_left_fold] = STATE(7583), [sym__unary_right_fold] = STATE(7584), [sym__binary_fold] = STATE(7586), [sym_fold_expression] = STATE(3564), [sym_parameter_pack_expansion] = STATE(3564), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5241), [sym_qualified_identifier] = STATE(3290), [sym_qualified_type_identifier] = STATE(4912), [sym_user_defined_literal] = STATE(3564), [aux_sym_type_definition_repeat1] = STATE(3771), [aux_sym_sized_type_specifier_repeat1] = STATE(2275), [sym_identifier] = ACTIONS(2534), [anon_sym_DOT_DOT_DOT] = ACTIONS(1837), [anon_sym_LPAREN2] = ACTIONS(1841), [anon_sym_BANG] = ACTIONS(1843), [anon_sym_TILDE] = ACTIONS(1843), [anon_sym_DASH] = ACTIONS(1845), [anon_sym_PLUS] = ACTIONS(1845), [anon_sym_STAR] = ACTIONS(1847), [anon_sym_AMP] = ACTIONS(1847), [anon_sym_COLON_COLON] = ACTIONS(1849), [anon_sym_signed] = ACTIONS(1911), [anon_sym_unsigned] = ACTIONS(1911), [anon_sym_long] = ACTIONS(1911), [anon_sym_short] = ACTIONS(1911), [anon_sym_LBRACK] = ACTIONS(1949), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(1915), [anon_sym_enum] = ACTIONS(1917), [anon_sym_class] = ACTIONS(1919), [anon_sym_struct] = ACTIONS(1921), [anon_sym_union] = ACTIONS(1923), [anon_sym_not] = ACTIONS(1845), [anon_sym_compl] = ACTIONS(1845), [anon_sym_DASH_DASH] = ACTIONS(1861), [anon_sym_PLUS_PLUS] = ACTIONS(1861), [anon_sym_sizeof] = ACTIONS(1863), [anon_sym_offsetof] = ACTIONS(1865), [anon_sym__Generic] = ACTIONS(1867), [anon_sym_asm] = ACTIONS(1869), [anon_sym___asm__] = ACTIONS(1869), [sym_number_literal] = ACTIONS(1871), [anon_sym_L_SQUOTE] = ACTIONS(1873), [anon_sym_u_SQUOTE] = ACTIONS(1873), [anon_sym_U_SQUOTE] = ACTIONS(1873), [anon_sym_u8_SQUOTE] = ACTIONS(1873), [anon_sym_SQUOTE] = ACTIONS(1873), [anon_sym_L_DQUOTE] = ACTIONS(1875), [anon_sym_u_DQUOTE] = ACTIONS(1875), [anon_sym_U_DQUOTE] = ACTIONS(1875), [anon_sym_u8_DQUOTE] = ACTIONS(1875), [anon_sym_DQUOTE] = ACTIONS(1875), [sym_true] = ACTIONS(1877), [sym_false] = ACTIONS(1877), [anon_sym_NULL] = ACTIONS(1879), [anon_sym_nullptr] = ACTIONS(1879), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(1925), [anon_sym_decltype] = ACTIONS(1927), [anon_sym_typename] = ACTIONS(1929), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(1883), [anon_sym_R_DQUOTE] = ACTIONS(1885), [anon_sym_LR_DQUOTE] = ACTIONS(1885), [anon_sym_uR_DQUOTE] = ACTIONS(1885), [anon_sym_UR_DQUOTE] = ACTIONS(1885), [anon_sym_u8R_DQUOTE] = ACTIONS(1885), [anon_sym_co_await] = ACTIONS(1887), [anon_sym_new] = ACTIONS(1889), [anon_sym_requires] = ACTIONS(1891), [sym_this] = ACTIONS(1877), }, [328] = { [sym_type_qualifier] = STATE(3771), [sym__type_specifier] = STATE(4296), [sym_sized_type_specifier] = STATE(2287), [sym_enum_specifier] = STATE(2287), [sym_struct_specifier] = STATE(2287), [sym_union_specifier] = STATE(2287), [sym__expression] = STATE(3294), [sym__expression_not_binary] = STATE(3564), [sym_comma_expression] = STATE(7481), [sym_conditional_expression] = STATE(3564), [sym_assignment_expression] = STATE(3564), [sym_pointer_expression] = STATE(3290), [sym_unary_expression] = STATE(3564), [sym_binary_expression] = STATE(3564), [sym_update_expression] = STATE(3564), [sym_cast_expression] = STATE(3564), [sym_type_descriptor] = STATE(7604), [sym_sizeof_expression] = STATE(3564), [sym_offsetof_expression] = STATE(3564), [sym_generic_expression] = STATE(3564), [sym_subscript_expression] = STATE(3290), [sym_call_expression] = STATE(3290), [sym_gnu_asm_expression] = STATE(3564), [sym_field_expression] = STATE(3290), [sym_compound_literal_expression] = STATE(3564), [sym_parenthesized_expression] = STATE(3290), [sym_char_literal] = STATE(3429), [sym_concatenated_string] = STATE(3429), [sym_string_literal] = STATE(2306), [sym_null] = STATE(3564), [sym_placeholder_type_specifier] = STATE(2287), [sym_decltype_auto] = STATE(2285), [sym_decltype] = STATE(2221), [sym_class_specifier] = STATE(2287), [sym__class_name] = STATE(6687), [sym_dependent_type] = STATE(2287), [sym_template_type] = STATE(4829), [sym_template_function] = STATE(3564), [sym_raw_string_literal] = STATE(2306), [sym_co_await_expression] = STATE(3564), [sym_new_expression] = STATE(3564), [sym_delete_expression] = STATE(3564), [sym_requires_clause] = STATE(3564), [sym_requires_expression] = STATE(3564), [sym_lambda_expression] = STATE(3564), [sym_lambda_capture_specifier] = STATE(5176), [sym__unary_left_fold] = STATE(7179), [sym__unary_right_fold] = STATE(7180), [sym__binary_fold] = STATE(7184), [sym_fold_expression] = STATE(3564), [sym_parameter_pack_expansion] = STATE(3564), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5241), [sym_qualified_identifier] = STATE(3290), [sym_qualified_type_identifier] = STATE(4912), [sym_user_defined_literal] = STATE(3564), [aux_sym_type_definition_repeat1] = STATE(3771), [aux_sym_sized_type_specifier_repeat1] = STATE(2275), [sym_identifier] = ACTIONS(2534), [anon_sym_DOT_DOT_DOT] = ACTIONS(1837), [anon_sym_LPAREN2] = ACTIONS(1841), [anon_sym_BANG] = ACTIONS(1843), [anon_sym_TILDE] = ACTIONS(1843), [anon_sym_DASH] = ACTIONS(1845), [anon_sym_PLUS] = ACTIONS(1845), [anon_sym_STAR] = ACTIONS(1847), [anon_sym_AMP] = ACTIONS(1847), [anon_sym_COLON_COLON] = ACTIONS(1849), [anon_sym_signed] = ACTIONS(1911), [anon_sym_unsigned] = ACTIONS(1911), [anon_sym_long] = ACTIONS(1911), [anon_sym_short] = ACTIONS(1911), [anon_sym_LBRACK] = ACTIONS(1949), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(1915), [anon_sym_enum] = ACTIONS(1917), [anon_sym_class] = ACTIONS(1919), [anon_sym_struct] = ACTIONS(1921), [anon_sym_union] = ACTIONS(1923), [anon_sym_not] = ACTIONS(1845), [anon_sym_compl] = ACTIONS(1845), [anon_sym_DASH_DASH] = ACTIONS(1861), [anon_sym_PLUS_PLUS] = ACTIONS(1861), [anon_sym_sizeof] = ACTIONS(1863), [anon_sym_offsetof] = ACTIONS(1865), [anon_sym__Generic] = ACTIONS(1867), [anon_sym_asm] = ACTIONS(1869), [anon_sym___asm__] = ACTIONS(1869), [sym_number_literal] = ACTIONS(1871), [anon_sym_L_SQUOTE] = ACTIONS(1873), [anon_sym_u_SQUOTE] = ACTIONS(1873), [anon_sym_U_SQUOTE] = ACTIONS(1873), [anon_sym_u8_SQUOTE] = ACTIONS(1873), [anon_sym_SQUOTE] = ACTIONS(1873), [anon_sym_L_DQUOTE] = ACTIONS(1875), [anon_sym_u_DQUOTE] = ACTIONS(1875), [anon_sym_U_DQUOTE] = ACTIONS(1875), [anon_sym_u8_DQUOTE] = ACTIONS(1875), [anon_sym_DQUOTE] = ACTIONS(1875), [sym_true] = ACTIONS(1877), [sym_false] = ACTIONS(1877), [anon_sym_NULL] = ACTIONS(1879), [anon_sym_nullptr] = ACTIONS(1879), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(1925), [anon_sym_decltype] = ACTIONS(1927), [anon_sym_typename] = ACTIONS(1929), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(1883), [anon_sym_R_DQUOTE] = ACTIONS(1885), [anon_sym_LR_DQUOTE] = ACTIONS(1885), [anon_sym_uR_DQUOTE] = ACTIONS(1885), [anon_sym_UR_DQUOTE] = ACTIONS(1885), [anon_sym_u8R_DQUOTE] = ACTIONS(1885), [anon_sym_co_await] = ACTIONS(1887), [anon_sym_new] = ACTIONS(1889), [anon_sym_requires] = ACTIONS(1891), [sym_this] = ACTIONS(1877), }, [329] = { [sym_type_qualifier] = STATE(3771), [sym__type_specifier] = STATE(4296), [sym_sized_type_specifier] = STATE(2287), [sym_enum_specifier] = STATE(2287), [sym_struct_specifier] = STATE(2287), [sym_union_specifier] = STATE(2287), [sym__expression] = STATE(3239), [sym__expression_not_binary] = STATE(3564), [sym_comma_expression] = STATE(7177), [sym_conditional_expression] = STATE(3564), [sym_assignment_expression] = STATE(3564), [sym_pointer_expression] = STATE(3290), [sym_unary_expression] = STATE(3564), [sym_binary_expression] = STATE(3564), [sym_update_expression] = STATE(3564), [sym_cast_expression] = STATE(3564), [sym_type_descriptor] = STATE(7453), [sym_sizeof_expression] = STATE(3564), [sym_offsetof_expression] = STATE(3564), [sym_generic_expression] = STATE(3564), [sym_subscript_expression] = STATE(3290), [sym_call_expression] = STATE(3290), [sym_gnu_asm_expression] = STATE(3564), [sym_field_expression] = STATE(3290), [sym_compound_literal_expression] = STATE(3564), [sym_parenthesized_expression] = STATE(3290), [sym_char_literal] = STATE(3429), [sym_concatenated_string] = STATE(3429), [sym_string_literal] = STATE(2306), [sym_null] = STATE(3564), [sym_placeholder_type_specifier] = STATE(2287), [sym_decltype_auto] = STATE(2285), [sym_decltype] = STATE(2221), [sym_class_specifier] = STATE(2287), [sym__class_name] = STATE(6687), [sym_dependent_type] = STATE(2287), [sym_template_type] = STATE(4829), [sym_template_function] = STATE(3564), [sym_raw_string_literal] = STATE(2306), [sym_co_await_expression] = STATE(3564), [sym_new_expression] = STATE(3564), [sym_delete_expression] = STATE(3564), [sym_requires_clause] = STATE(3564), [sym_requires_expression] = STATE(3564), [sym_lambda_expression] = STATE(3564), [sym_lambda_capture_specifier] = STATE(5176), [sym__unary_left_fold] = STATE(7452), [sym__unary_right_fold] = STATE(7451), [sym__binary_fold] = STATE(7449), [sym_fold_expression] = STATE(3564), [sym_parameter_pack_expansion] = STATE(3564), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5241), [sym_qualified_identifier] = STATE(3290), [sym_qualified_type_identifier] = STATE(4912), [sym_user_defined_literal] = STATE(3564), [aux_sym_type_definition_repeat1] = STATE(3771), [aux_sym_sized_type_specifier_repeat1] = STATE(2275), [sym_identifier] = ACTIONS(2534), [anon_sym_DOT_DOT_DOT] = ACTIONS(1837), [anon_sym_LPAREN2] = ACTIONS(1841), [anon_sym_BANG] = ACTIONS(1843), [anon_sym_TILDE] = ACTIONS(1843), [anon_sym_DASH] = ACTIONS(1845), [anon_sym_PLUS] = ACTIONS(1845), [anon_sym_STAR] = ACTIONS(1847), [anon_sym_AMP] = ACTIONS(1847), [anon_sym_COLON_COLON] = ACTIONS(1849), [anon_sym_signed] = ACTIONS(1911), [anon_sym_unsigned] = ACTIONS(1911), [anon_sym_long] = ACTIONS(1911), [anon_sym_short] = ACTIONS(1911), [anon_sym_LBRACK] = ACTIONS(1949), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(1915), [anon_sym_enum] = ACTIONS(1917), [anon_sym_class] = ACTIONS(1919), [anon_sym_struct] = ACTIONS(1921), [anon_sym_union] = ACTIONS(1923), [anon_sym_not] = ACTIONS(1845), [anon_sym_compl] = ACTIONS(1845), [anon_sym_DASH_DASH] = ACTIONS(1861), [anon_sym_PLUS_PLUS] = ACTIONS(1861), [anon_sym_sizeof] = ACTIONS(1863), [anon_sym_offsetof] = ACTIONS(1865), [anon_sym__Generic] = ACTIONS(1867), [anon_sym_asm] = ACTIONS(1869), [anon_sym___asm__] = ACTIONS(1869), [sym_number_literal] = ACTIONS(1871), [anon_sym_L_SQUOTE] = ACTIONS(1873), [anon_sym_u_SQUOTE] = ACTIONS(1873), [anon_sym_U_SQUOTE] = ACTIONS(1873), [anon_sym_u8_SQUOTE] = ACTIONS(1873), [anon_sym_SQUOTE] = ACTIONS(1873), [anon_sym_L_DQUOTE] = ACTIONS(1875), [anon_sym_u_DQUOTE] = ACTIONS(1875), [anon_sym_U_DQUOTE] = ACTIONS(1875), [anon_sym_u8_DQUOTE] = ACTIONS(1875), [anon_sym_DQUOTE] = ACTIONS(1875), [sym_true] = ACTIONS(1877), [sym_false] = ACTIONS(1877), [anon_sym_NULL] = ACTIONS(1879), [anon_sym_nullptr] = ACTIONS(1879), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(1925), [anon_sym_decltype] = ACTIONS(1927), [anon_sym_typename] = ACTIONS(1929), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(1883), [anon_sym_R_DQUOTE] = ACTIONS(1885), [anon_sym_LR_DQUOTE] = ACTIONS(1885), [anon_sym_uR_DQUOTE] = ACTIONS(1885), [anon_sym_UR_DQUOTE] = ACTIONS(1885), [anon_sym_u8R_DQUOTE] = ACTIONS(1885), [anon_sym_co_await] = ACTIONS(1887), [anon_sym_new] = ACTIONS(1889), [anon_sym_requires] = ACTIONS(1891), [sym_this] = ACTIONS(1877), }, [330] = { [sym_type_qualifier] = STATE(3771), [sym__type_specifier] = STATE(4296), [sym_sized_type_specifier] = STATE(2287), [sym_enum_specifier] = STATE(2287), [sym_struct_specifier] = STATE(2287), [sym_union_specifier] = STATE(2287), [sym__expression] = STATE(3292), [sym__expression_not_binary] = STATE(3564), [sym_comma_expression] = STATE(7111), [sym_conditional_expression] = STATE(3564), [sym_assignment_expression] = STATE(3564), [sym_pointer_expression] = STATE(3290), [sym_unary_expression] = STATE(3564), [sym_binary_expression] = STATE(3564), [sym_update_expression] = STATE(3564), [sym_cast_expression] = STATE(3564), [sym_type_descriptor] = STATE(7002), [sym_sizeof_expression] = STATE(3564), [sym_offsetof_expression] = STATE(3564), [sym_generic_expression] = STATE(3564), [sym_subscript_expression] = STATE(3290), [sym_call_expression] = STATE(3290), [sym_gnu_asm_expression] = STATE(3564), [sym_field_expression] = STATE(3290), [sym_compound_literal_expression] = STATE(3564), [sym_parenthesized_expression] = STATE(3290), [sym_char_literal] = STATE(3429), [sym_concatenated_string] = STATE(3429), [sym_string_literal] = STATE(2306), [sym_null] = STATE(3564), [sym_placeholder_type_specifier] = STATE(2287), [sym_decltype_auto] = STATE(2285), [sym_decltype] = STATE(2221), [sym_class_specifier] = STATE(2287), [sym__class_name] = STATE(6687), [sym_dependent_type] = STATE(2287), [sym_template_type] = STATE(4829), [sym_template_function] = STATE(3564), [sym_raw_string_literal] = STATE(2306), [sym_co_await_expression] = STATE(3564), [sym_new_expression] = STATE(3564), [sym_delete_expression] = STATE(3564), [sym_requires_clause] = STATE(3564), [sym_requires_expression] = STATE(3564), [sym_lambda_expression] = STATE(3564), [sym_lambda_capture_specifier] = STATE(5176), [sym__unary_left_fold] = STATE(7107), [sym__unary_right_fold] = STATE(7105), [sym__binary_fold] = STATE(7103), [sym_fold_expression] = STATE(3564), [sym_parameter_pack_expansion] = STATE(3564), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5241), [sym_qualified_identifier] = STATE(3290), [sym_qualified_type_identifier] = STATE(4912), [sym_user_defined_literal] = STATE(3564), [aux_sym_type_definition_repeat1] = STATE(3771), [aux_sym_sized_type_specifier_repeat1] = STATE(2275), [sym_identifier] = ACTIONS(2534), [anon_sym_DOT_DOT_DOT] = ACTIONS(1837), [anon_sym_LPAREN2] = ACTIONS(1841), [anon_sym_BANG] = ACTIONS(1843), [anon_sym_TILDE] = ACTIONS(1843), [anon_sym_DASH] = ACTIONS(1845), [anon_sym_PLUS] = ACTIONS(1845), [anon_sym_STAR] = ACTIONS(1847), [anon_sym_AMP] = ACTIONS(1847), [anon_sym_COLON_COLON] = ACTIONS(1849), [anon_sym_signed] = ACTIONS(1911), [anon_sym_unsigned] = ACTIONS(1911), [anon_sym_long] = ACTIONS(1911), [anon_sym_short] = ACTIONS(1911), [anon_sym_LBRACK] = ACTIONS(1949), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(1915), [anon_sym_enum] = ACTIONS(1917), [anon_sym_class] = ACTIONS(1919), [anon_sym_struct] = ACTIONS(1921), [anon_sym_union] = ACTIONS(1923), [anon_sym_not] = ACTIONS(1845), [anon_sym_compl] = ACTIONS(1845), [anon_sym_DASH_DASH] = ACTIONS(1861), [anon_sym_PLUS_PLUS] = ACTIONS(1861), [anon_sym_sizeof] = ACTIONS(1863), [anon_sym_offsetof] = ACTIONS(1865), [anon_sym__Generic] = ACTIONS(1867), [anon_sym_asm] = ACTIONS(1869), [anon_sym___asm__] = ACTIONS(1869), [sym_number_literal] = ACTIONS(1871), [anon_sym_L_SQUOTE] = ACTIONS(1873), [anon_sym_u_SQUOTE] = ACTIONS(1873), [anon_sym_U_SQUOTE] = ACTIONS(1873), [anon_sym_u8_SQUOTE] = ACTIONS(1873), [anon_sym_SQUOTE] = ACTIONS(1873), [anon_sym_L_DQUOTE] = ACTIONS(1875), [anon_sym_u_DQUOTE] = ACTIONS(1875), [anon_sym_U_DQUOTE] = ACTIONS(1875), [anon_sym_u8_DQUOTE] = ACTIONS(1875), [anon_sym_DQUOTE] = ACTIONS(1875), [sym_true] = ACTIONS(1877), [sym_false] = ACTIONS(1877), [anon_sym_NULL] = ACTIONS(1879), [anon_sym_nullptr] = ACTIONS(1879), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(1925), [anon_sym_decltype] = ACTIONS(1927), [anon_sym_typename] = ACTIONS(1929), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(1883), [anon_sym_R_DQUOTE] = ACTIONS(1885), [anon_sym_LR_DQUOTE] = ACTIONS(1885), [anon_sym_uR_DQUOTE] = ACTIONS(1885), [anon_sym_UR_DQUOTE] = ACTIONS(1885), [anon_sym_u8R_DQUOTE] = ACTIONS(1885), [anon_sym_co_await] = ACTIONS(1887), [anon_sym_new] = ACTIONS(1889), [anon_sym_requires] = ACTIONS(1891), [sym_this] = ACTIONS(1877), }, [331] = { [sym_type_qualifier] = STATE(3771), [sym__type_specifier] = STATE(4296), [sym_sized_type_specifier] = STATE(2287), [sym_enum_specifier] = STATE(2287), [sym_struct_specifier] = STATE(2287), [sym_union_specifier] = STATE(2287), [sym__expression] = STATE(3294), [sym__expression_not_binary] = STATE(3564), [sym_comma_expression] = STATE(7481), [sym_conditional_expression] = STATE(3564), [sym_assignment_expression] = STATE(3564), [sym_pointer_expression] = STATE(3290), [sym_unary_expression] = STATE(3564), [sym_binary_expression] = STATE(3564), [sym_update_expression] = STATE(3564), [sym_cast_expression] = STATE(3564), [sym_type_descriptor] = STATE(7477), [sym_sizeof_expression] = STATE(3564), [sym_offsetof_expression] = STATE(3564), [sym_generic_expression] = STATE(3564), [sym_subscript_expression] = STATE(3290), [sym_call_expression] = STATE(3290), [sym_gnu_asm_expression] = STATE(3564), [sym_field_expression] = STATE(3290), [sym_compound_literal_expression] = STATE(3564), [sym_parenthesized_expression] = STATE(3290), [sym_char_literal] = STATE(3429), [sym_concatenated_string] = STATE(3429), [sym_string_literal] = STATE(2306), [sym_null] = STATE(3564), [sym_placeholder_type_specifier] = STATE(2287), [sym_decltype_auto] = STATE(2285), [sym_decltype] = STATE(2221), [sym_class_specifier] = STATE(2287), [sym__class_name] = STATE(6687), [sym_dependent_type] = STATE(2287), [sym_template_type] = STATE(4829), [sym_template_function] = STATE(3564), [sym_raw_string_literal] = STATE(2306), [sym_co_await_expression] = STATE(3564), [sym_new_expression] = STATE(3564), [sym_delete_expression] = STATE(3564), [sym_requires_clause] = STATE(3564), [sym_requires_expression] = STATE(3564), [sym_lambda_expression] = STATE(3564), [sym_lambda_capture_specifier] = STATE(5176), [sym__unary_left_fold] = STATE(7474), [sym__unary_right_fold] = STATE(7466), [sym__binary_fold] = STATE(7465), [sym_fold_expression] = STATE(3564), [sym_parameter_pack_expansion] = STATE(3564), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5241), [sym_qualified_identifier] = STATE(3290), [sym_qualified_type_identifier] = STATE(4912), [sym_user_defined_literal] = STATE(3564), [aux_sym_type_definition_repeat1] = STATE(3771), [aux_sym_sized_type_specifier_repeat1] = STATE(2275), [sym_identifier] = ACTIONS(2534), [anon_sym_DOT_DOT_DOT] = ACTIONS(1837), [anon_sym_LPAREN2] = ACTIONS(1841), [anon_sym_BANG] = ACTIONS(1843), [anon_sym_TILDE] = ACTIONS(1843), [anon_sym_DASH] = ACTIONS(1845), [anon_sym_PLUS] = ACTIONS(1845), [anon_sym_STAR] = ACTIONS(1847), [anon_sym_AMP] = ACTIONS(1847), [anon_sym_COLON_COLON] = ACTIONS(1849), [anon_sym_signed] = ACTIONS(1911), [anon_sym_unsigned] = ACTIONS(1911), [anon_sym_long] = ACTIONS(1911), [anon_sym_short] = ACTIONS(1911), [anon_sym_LBRACK] = ACTIONS(1949), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(1915), [anon_sym_enum] = ACTIONS(1917), [anon_sym_class] = ACTIONS(1919), [anon_sym_struct] = ACTIONS(1921), [anon_sym_union] = ACTIONS(1923), [anon_sym_not] = ACTIONS(1845), [anon_sym_compl] = ACTIONS(1845), [anon_sym_DASH_DASH] = ACTIONS(1861), [anon_sym_PLUS_PLUS] = ACTIONS(1861), [anon_sym_sizeof] = ACTIONS(1863), [anon_sym_offsetof] = ACTIONS(1865), [anon_sym__Generic] = ACTIONS(1867), [anon_sym_asm] = ACTIONS(1869), [anon_sym___asm__] = ACTIONS(1869), [sym_number_literal] = ACTIONS(1871), [anon_sym_L_SQUOTE] = ACTIONS(1873), [anon_sym_u_SQUOTE] = ACTIONS(1873), [anon_sym_U_SQUOTE] = ACTIONS(1873), [anon_sym_u8_SQUOTE] = ACTIONS(1873), [anon_sym_SQUOTE] = ACTIONS(1873), [anon_sym_L_DQUOTE] = ACTIONS(1875), [anon_sym_u_DQUOTE] = ACTIONS(1875), [anon_sym_U_DQUOTE] = ACTIONS(1875), [anon_sym_u8_DQUOTE] = ACTIONS(1875), [anon_sym_DQUOTE] = ACTIONS(1875), [sym_true] = ACTIONS(1877), [sym_false] = ACTIONS(1877), [anon_sym_NULL] = ACTIONS(1879), [anon_sym_nullptr] = ACTIONS(1879), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(1925), [anon_sym_decltype] = ACTIONS(1927), [anon_sym_typename] = ACTIONS(1929), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(1883), [anon_sym_R_DQUOTE] = ACTIONS(1885), [anon_sym_LR_DQUOTE] = ACTIONS(1885), [anon_sym_uR_DQUOTE] = ACTIONS(1885), [anon_sym_UR_DQUOTE] = ACTIONS(1885), [anon_sym_u8R_DQUOTE] = ACTIONS(1885), [anon_sym_co_await] = ACTIONS(1887), [anon_sym_new] = ACTIONS(1889), [anon_sym_requires] = ACTIONS(1891), [sym_this] = ACTIONS(1877), }, [332] = { [sym_type_qualifier] = STATE(3771), [sym__type_specifier] = STATE(4296), [sym_sized_type_specifier] = STATE(2287), [sym_enum_specifier] = STATE(2287), [sym_struct_specifier] = STATE(2287), [sym_union_specifier] = STATE(2287), [sym__expression] = STATE(3292), [sym__expression_not_binary] = STATE(3564), [sym_comma_expression] = STATE(7111), [sym_conditional_expression] = STATE(3564), [sym_assignment_expression] = STATE(3564), [sym_pointer_expression] = STATE(3290), [sym_unary_expression] = STATE(3564), [sym_binary_expression] = STATE(3564), [sym_update_expression] = STATE(3564), [sym_cast_expression] = STATE(3564), [sym_type_descriptor] = STATE(7109), [sym_sizeof_expression] = STATE(3564), [sym_offsetof_expression] = STATE(3564), [sym_generic_expression] = STATE(3564), [sym_subscript_expression] = STATE(3290), [sym_call_expression] = STATE(3290), [sym_gnu_asm_expression] = STATE(3564), [sym_field_expression] = STATE(3290), [sym_compound_literal_expression] = STATE(3564), [sym_parenthesized_expression] = STATE(3290), [sym_char_literal] = STATE(3429), [sym_concatenated_string] = STATE(3429), [sym_string_literal] = STATE(2306), [sym_null] = STATE(3564), [sym_placeholder_type_specifier] = STATE(2287), [sym_decltype_auto] = STATE(2285), [sym_decltype] = STATE(2221), [sym_class_specifier] = STATE(2287), [sym__class_name] = STATE(6687), [sym_dependent_type] = STATE(2287), [sym_template_type] = STATE(4829), [sym_template_function] = STATE(3564), [sym_raw_string_literal] = STATE(2306), [sym_co_await_expression] = STATE(3564), [sym_new_expression] = STATE(3564), [sym_delete_expression] = STATE(3564), [sym_requires_clause] = STATE(3564), [sym_requires_expression] = STATE(3564), [sym_lambda_expression] = STATE(3564), [sym_lambda_capture_specifier] = STATE(5176), [sym__unary_left_fold] = STATE(7107), [sym__unary_right_fold] = STATE(7105), [sym__binary_fold] = STATE(7103), [sym_fold_expression] = STATE(3564), [sym_parameter_pack_expansion] = STATE(3564), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5241), [sym_qualified_identifier] = STATE(3290), [sym_qualified_type_identifier] = STATE(4912), [sym_user_defined_literal] = STATE(3564), [aux_sym_type_definition_repeat1] = STATE(3771), [aux_sym_sized_type_specifier_repeat1] = STATE(2275), [sym_identifier] = ACTIONS(2534), [anon_sym_DOT_DOT_DOT] = ACTIONS(1837), [anon_sym_LPAREN2] = ACTIONS(1841), [anon_sym_BANG] = ACTIONS(1843), [anon_sym_TILDE] = ACTIONS(1843), [anon_sym_DASH] = ACTIONS(1845), [anon_sym_PLUS] = ACTIONS(1845), [anon_sym_STAR] = ACTIONS(1847), [anon_sym_AMP] = ACTIONS(1847), [anon_sym_COLON_COLON] = ACTIONS(1849), [anon_sym_signed] = ACTIONS(1911), [anon_sym_unsigned] = ACTIONS(1911), [anon_sym_long] = ACTIONS(1911), [anon_sym_short] = ACTIONS(1911), [anon_sym_LBRACK] = ACTIONS(1949), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(1915), [anon_sym_enum] = ACTIONS(1917), [anon_sym_class] = ACTIONS(1919), [anon_sym_struct] = ACTIONS(1921), [anon_sym_union] = ACTIONS(1923), [anon_sym_not] = ACTIONS(1845), [anon_sym_compl] = ACTIONS(1845), [anon_sym_DASH_DASH] = ACTIONS(1861), [anon_sym_PLUS_PLUS] = ACTIONS(1861), [anon_sym_sizeof] = ACTIONS(1863), [anon_sym_offsetof] = ACTIONS(1865), [anon_sym__Generic] = ACTIONS(1867), [anon_sym_asm] = ACTIONS(1869), [anon_sym___asm__] = ACTIONS(1869), [sym_number_literal] = ACTIONS(1871), [anon_sym_L_SQUOTE] = ACTIONS(1873), [anon_sym_u_SQUOTE] = ACTIONS(1873), [anon_sym_U_SQUOTE] = ACTIONS(1873), [anon_sym_u8_SQUOTE] = ACTIONS(1873), [anon_sym_SQUOTE] = ACTIONS(1873), [anon_sym_L_DQUOTE] = ACTIONS(1875), [anon_sym_u_DQUOTE] = ACTIONS(1875), [anon_sym_U_DQUOTE] = ACTIONS(1875), [anon_sym_u8_DQUOTE] = ACTIONS(1875), [anon_sym_DQUOTE] = ACTIONS(1875), [sym_true] = ACTIONS(1877), [sym_false] = ACTIONS(1877), [anon_sym_NULL] = ACTIONS(1879), [anon_sym_nullptr] = ACTIONS(1879), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(1925), [anon_sym_decltype] = ACTIONS(1927), [anon_sym_typename] = ACTIONS(1929), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(1883), [anon_sym_R_DQUOTE] = ACTIONS(1885), [anon_sym_LR_DQUOTE] = ACTIONS(1885), [anon_sym_uR_DQUOTE] = ACTIONS(1885), [anon_sym_UR_DQUOTE] = ACTIONS(1885), [anon_sym_u8R_DQUOTE] = ACTIONS(1885), [anon_sym_co_await] = ACTIONS(1887), [anon_sym_new] = ACTIONS(1889), [anon_sym_requires] = ACTIONS(1891), [sym_this] = ACTIONS(1877), }, [333] = { [sym_type_qualifier] = STATE(3771), [sym__type_specifier] = STATE(4296), [sym_sized_type_specifier] = STATE(2287), [sym_enum_specifier] = STATE(2287), [sym_struct_specifier] = STATE(2287), [sym_union_specifier] = STATE(2287), [sym__expression] = STATE(3294), [sym__expression_not_binary] = STATE(3564), [sym_comma_expression] = STATE(7481), [sym_conditional_expression] = STATE(3564), [sym_assignment_expression] = STATE(3564), [sym_pointer_expression] = STATE(3290), [sym_unary_expression] = STATE(3564), [sym_binary_expression] = STATE(3564), [sym_update_expression] = STATE(3564), [sym_cast_expression] = STATE(3564), [sym_type_descriptor] = STATE(7434), [sym_sizeof_expression] = STATE(3564), [sym_offsetof_expression] = STATE(3564), [sym_generic_expression] = STATE(3564), [sym_subscript_expression] = STATE(3290), [sym_call_expression] = STATE(3290), [sym_gnu_asm_expression] = STATE(3564), [sym_field_expression] = STATE(3290), [sym_compound_literal_expression] = STATE(3564), [sym_parenthesized_expression] = STATE(3290), [sym_char_literal] = STATE(3429), [sym_concatenated_string] = STATE(3429), [sym_string_literal] = STATE(2306), [sym_null] = STATE(3564), [sym_placeholder_type_specifier] = STATE(2287), [sym_decltype_auto] = STATE(2285), [sym_decltype] = STATE(2221), [sym_class_specifier] = STATE(2287), [sym__class_name] = STATE(6687), [sym_dependent_type] = STATE(2287), [sym_template_type] = STATE(4829), [sym_template_function] = STATE(3564), [sym_raw_string_literal] = STATE(2306), [sym_co_await_expression] = STATE(3564), [sym_new_expression] = STATE(3564), [sym_delete_expression] = STATE(3564), [sym_requires_clause] = STATE(3564), [sym_requires_expression] = STATE(3564), [sym_lambda_expression] = STATE(3564), [sym_lambda_capture_specifier] = STATE(5176), [sym__unary_left_fold] = STATE(7474), [sym__unary_right_fold] = STATE(7466), [sym__binary_fold] = STATE(7465), [sym_fold_expression] = STATE(3564), [sym_parameter_pack_expansion] = STATE(3564), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5241), [sym_qualified_identifier] = STATE(3290), [sym_qualified_type_identifier] = STATE(4912), [sym_user_defined_literal] = STATE(3564), [aux_sym_type_definition_repeat1] = STATE(3771), [aux_sym_sized_type_specifier_repeat1] = STATE(2275), [sym_identifier] = ACTIONS(2534), [anon_sym_DOT_DOT_DOT] = ACTIONS(1837), [anon_sym_LPAREN2] = ACTIONS(1841), [anon_sym_BANG] = ACTIONS(1843), [anon_sym_TILDE] = ACTIONS(1843), [anon_sym_DASH] = ACTIONS(1845), [anon_sym_PLUS] = ACTIONS(1845), [anon_sym_STAR] = ACTIONS(1847), [anon_sym_AMP] = ACTIONS(1847), [anon_sym_COLON_COLON] = ACTIONS(1849), [anon_sym_signed] = ACTIONS(1911), [anon_sym_unsigned] = ACTIONS(1911), [anon_sym_long] = ACTIONS(1911), [anon_sym_short] = ACTIONS(1911), [anon_sym_LBRACK] = ACTIONS(1949), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(1915), [anon_sym_enum] = ACTIONS(1917), [anon_sym_class] = ACTIONS(1919), [anon_sym_struct] = ACTIONS(1921), [anon_sym_union] = ACTIONS(1923), [anon_sym_not] = ACTIONS(1845), [anon_sym_compl] = ACTIONS(1845), [anon_sym_DASH_DASH] = ACTIONS(1861), [anon_sym_PLUS_PLUS] = ACTIONS(1861), [anon_sym_sizeof] = ACTIONS(1863), [anon_sym_offsetof] = ACTIONS(1865), [anon_sym__Generic] = ACTIONS(1867), [anon_sym_asm] = ACTIONS(1869), [anon_sym___asm__] = ACTIONS(1869), [sym_number_literal] = ACTIONS(1871), [anon_sym_L_SQUOTE] = ACTIONS(1873), [anon_sym_u_SQUOTE] = ACTIONS(1873), [anon_sym_U_SQUOTE] = ACTIONS(1873), [anon_sym_u8_SQUOTE] = ACTIONS(1873), [anon_sym_SQUOTE] = ACTIONS(1873), [anon_sym_L_DQUOTE] = ACTIONS(1875), [anon_sym_u_DQUOTE] = ACTIONS(1875), [anon_sym_U_DQUOTE] = ACTIONS(1875), [anon_sym_u8_DQUOTE] = ACTIONS(1875), [anon_sym_DQUOTE] = ACTIONS(1875), [sym_true] = ACTIONS(1877), [sym_false] = ACTIONS(1877), [anon_sym_NULL] = ACTIONS(1879), [anon_sym_nullptr] = ACTIONS(1879), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(1925), [anon_sym_decltype] = ACTIONS(1927), [anon_sym_typename] = ACTIONS(1929), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(1883), [anon_sym_R_DQUOTE] = ACTIONS(1885), [anon_sym_LR_DQUOTE] = ACTIONS(1885), [anon_sym_uR_DQUOTE] = ACTIONS(1885), [anon_sym_UR_DQUOTE] = ACTIONS(1885), [anon_sym_u8R_DQUOTE] = ACTIONS(1885), [anon_sym_co_await] = ACTIONS(1887), [anon_sym_new] = ACTIONS(1889), [anon_sym_requires] = ACTIONS(1891), [sym_this] = ACTIONS(1877), }, [334] = { [sym_preproc_def] = STATE(338), [sym_preproc_function_def] = STATE(338), [sym_preproc_call] = STATE(338), [sym_preproc_elifdef] = STATE(7253), [sym_preproc_if_in_field_declaration_list] = STATE(338), [sym_preproc_ifdef_in_field_declaration_list] = STATE(338), [sym_preproc_else_in_field_declaration_list] = STATE(7253), [sym_preproc_elif_in_field_declaration_list] = STATE(7253), [sym_type_definition] = STATE(338), [sym__declaration_modifiers] = STATE(3697), [sym__declaration_specifiers] = STATE(4836), [sym_attribute_specifier] = STATE(3697), [sym_attribute_declaration] = STATE(3697), [sym_ms_declspec_modifier] = STATE(3697), [sym_ms_based_modifier] = STATE(7599), [sym__declarator] = STATE(5891), [sym_parenthesized_declarator] = STATE(5671), [sym_attributed_declarator] = STATE(5671), [sym_pointer_declarator] = STATE(5671), [sym_function_declarator] = STATE(5488), [sym_array_declarator] = STATE(5671), [sym_storage_class_specifier] = STATE(3697), [sym_type_qualifier] = STATE(3697), [sym__type_specifier] = STATE(3841), [sym_sized_type_specifier] = STATE(3945), [sym_enum_specifier] = STATE(3945), [sym_struct_specifier] = STATE(3945), [sym_union_specifier] = STATE(3945), [sym__field_declaration_list_item] = STATE(338), [sym_field_declaration] = STATE(338), [sym_placeholder_type_specifier] = STATE(3945), [sym_decltype_auto] = STATE(3928), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3945), [sym_virtual] = STATE(3697), [sym_explicit_function_specifier] = STATE(2313), [sym_dependent_type] = STATE(3945), [sym_template_declaration] = STATE(338), [sym_operator_cast] = STATE(5912), [sym_inline_method_definition] = STATE(338), [sym__constructor_specifiers] = STATE(2313), [sym_operator_cast_definition] = STATE(338), [sym_operator_cast_declaration] = STATE(338), [sym_constructor_or_destructor_definition] = STATE(338), [sym_constructor_or_destructor_declaration] = STATE(338), [sym_friend_declaration] = STATE(338), [sym_access_specifier] = STATE(6986), [sym_reference_declarator] = STATE(5671), [sym_structured_binding_declarator] = STATE(5671), [sym_template_type] = STATE(3646), [sym_template_function] = STATE(5671), [sym_using_declaration] = STATE(338), [sym_alias_declaration] = STATE(338), [sym_static_assert_declaration] = STATE(338), [sym_destructor_name] = STATE(5671), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5155), [sym_qualified_identifier] = STATE(5671), [sym_qualified_type_identifier] = STATE(4540), [sym_qualified_operator_cast_identifier] = STATE(5912), [sym_operator_name] = STATE(5671), [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(338), [aux_sym__declaration_specifiers_repeat1] = STATE(2567), [aux_sym_sized_type_specifier_repeat1] = STATE(3978), [aux_sym_operator_cast_definition_repeat1] = STATE(2313), [sym_identifier] = ACTIONS(2544), [aux_sym_preproc_def_token1] = ACTIONS(2546), [aux_sym_preproc_if_token1] = ACTIONS(2548), [aux_sym_preproc_if_token2] = ACTIONS(2550), [aux_sym_preproc_ifdef_token1] = ACTIONS(2552), [aux_sym_preproc_ifdef_token2] = ACTIONS(2552), [aux_sym_preproc_else_token1] = ACTIONS(2554), [aux_sym_preproc_elif_token1] = ACTIONS(2556), [aux_sym_preproc_elifdef_token1] = ACTIONS(243), [aux_sym_preproc_elifdef_token2] = ACTIONS(243), [sym_preproc_directive] = ACTIONS(2558), [anon_sym_LPAREN2] = ACTIONS(2560), [anon_sym_TILDE] = ACTIONS(2562), [anon_sym_STAR] = ACTIONS(2564), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(2566), [anon_sym_typedef] = ACTIONS(2568), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(2570), [anon_sym_LBRACK_LBRACK] = ACTIONS(1813), [anon_sym___declspec] = ACTIONS(43), [anon_sym___based] = ACTIONS(45), [anon_sym_signed] = ACTIONS(2572), [anon_sym_unsigned] = ACTIONS(2572), [anon_sym_long] = ACTIONS(2572), [anon_sym_short] = ACTIONS(2572), [anon_sym_LBRACK] = ACTIONS(2574), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(2576), [anon_sym_enum] = ACTIONS(2578), [anon_sym_class] = ACTIONS(2580), [anon_sym_struct] = ACTIONS(2582), [anon_sym_union] = ACTIONS(2584), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2586), [anon_sym_decltype] = ACTIONS(2588), [anon_sym_virtual] = ACTIONS(117), [anon_sym_explicit] = ACTIONS(119), [anon_sym_typename] = ACTIONS(2590), [anon_sym_template] = ACTIONS(2592), [anon_sym_operator] = ACTIONS(125), [anon_sym_friend] = ACTIONS(2594), [anon_sym_public] = ACTIONS(2596), [anon_sym_private] = ACTIONS(2596), [anon_sym_protected] = ACTIONS(2596), [anon_sym_using] = ACTIONS(2598), [anon_sym_static_assert] = ACTIONS(2600), }, [335] = { [sym_preproc_def] = STATE(368), [sym_preproc_function_def] = STATE(368), [sym_preproc_call] = STATE(368), [sym_preproc_elifdef] = STATE(7530), [sym_preproc_if_in_field_declaration_list] = STATE(368), [sym_preproc_ifdef_in_field_declaration_list] = STATE(368), [sym_preproc_else_in_field_declaration_list] = STATE(7530), [sym_preproc_elif_in_field_declaration_list] = STATE(7530), [sym_type_definition] = STATE(368), [sym__declaration_modifiers] = STATE(3697), [sym__declaration_specifiers] = STATE(4836), [sym_attribute_specifier] = STATE(3697), [sym_attribute_declaration] = STATE(3697), [sym_ms_declspec_modifier] = STATE(3697), [sym_ms_based_modifier] = STATE(7599), [sym__declarator] = STATE(5891), [sym_parenthesized_declarator] = STATE(5671), [sym_attributed_declarator] = STATE(5671), [sym_pointer_declarator] = STATE(5671), [sym_function_declarator] = STATE(5488), [sym_array_declarator] = STATE(5671), [sym_storage_class_specifier] = STATE(3697), [sym_type_qualifier] = STATE(3697), [sym__type_specifier] = STATE(3841), [sym_sized_type_specifier] = STATE(3945), [sym_enum_specifier] = STATE(3945), [sym_struct_specifier] = STATE(3945), [sym_union_specifier] = STATE(3945), [sym__field_declaration_list_item] = STATE(368), [sym_field_declaration] = STATE(368), [sym_placeholder_type_specifier] = STATE(3945), [sym_decltype_auto] = STATE(3928), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3945), [sym_virtual] = STATE(3697), [sym_explicit_function_specifier] = STATE(2313), [sym_dependent_type] = STATE(3945), [sym_template_declaration] = STATE(368), [sym_operator_cast] = STATE(5912), [sym_inline_method_definition] = STATE(368), [sym__constructor_specifiers] = STATE(2313), [sym_operator_cast_definition] = STATE(368), [sym_operator_cast_declaration] = STATE(368), [sym_constructor_or_destructor_definition] = STATE(368), [sym_constructor_or_destructor_declaration] = STATE(368), [sym_friend_declaration] = STATE(368), [sym_access_specifier] = STATE(6986), [sym_reference_declarator] = STATE(5671), [sym_structured_binding_declarator] = STATE(5671), [sym_template_type] = STATE(3646), [sym_template_function] = STATE(5671), [sym_using_declaration] = STATE(368), [sym_alias_declaration] = STATE(368), [sym_static_assert_declaration] = STATE(368), [sym_destructor_name] = STATE(5671), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5155), [sym_qualified_identifier] = STATE(5671), [sym_qualified_type_identifier] = STATE(4540), [sym_qualified_operator_cast_identifier] = STATE(5912), [sym_operator_name] = STATE(5671), [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(368), [aux_sym__declaration_specifiers_repeat1] = STATE(2567), [aux_sym_sized_type_specifier_repeat1] = STATE(3978), [aux_sym_operator_cast_definition_repeat1] = STATE(2313), [sym_identifier] = ACTIONS(2544), [aux_sym_preproc_def_token1] = ACTIONS(2546), [aux_sym_preproc_if_token1] = ACTIONS(2548), [aux_sym_preproc_if_token2] = ACTIONS(2602), [aux_sym_preproc_ifdef_token1] = ACTIONS(2552), [aux_sym_preproc_ifdef_token2] = ACTIONS(2552), [aux_sym_preproc_else_token1] = ACTIONS(2554), [aux_sym_preproc_elif_token1] = ACTIONS(2556), [aux_sym_preproc_elifdef_token1] = ACTIONS(243), [aux_sym_preproc_elifdef_token2] = ACTIONS(243), [sym_preproc_directive] = ACTIONS(2558), [anon_sym_LPAREN2] = ACTIONS(2560), [anon_sym_TILDE] = ACTIONS(2562), [anon_sym_STAR] = ACTIONS(2564), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(2566), [anon_sym_typedef] = ACTIONS(2568), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(2570), [anon_sym_LBRACK_LBRACK] = ACTIONS(1813), [anon_sym___declspec] = ACTIONS(43), [anon_sym___based] = ACTIONS(45), [anon_sym_signed] = ACTIONS(2572), [anon_sym_unsigned] = ACTIONS(2572), [anon_sym_long] = ACTIONS(2572), [anon_sym_short] = ACTIONS(2572), [anon_sym_LBRACK] = ACTIONS(2574), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(2576), [anon_sym_enum] = ACTIONS(2578), [anon_sym_class] = ACTIONS(2580), [anon_sym_struct] = ACTIONS(2582), [anon_sym_union] = ACTIONS(2584), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2586), [anon_sym_decltype] = ACTIONS(2588), [anon_sym_virtual] = ACTIONS(117), [anon_sym_explicit] = ACTIONS(119), [anon_sym_typename] = ACTIONS(2590), [anon_sym_template] = ACTIONS(2592), [anon_sym_operator] = ACTIONS(125), [anon_sym_friend] = ACTIONS(2594), [anon_sym_public] = ACTIONS(2596), [anon_sym_private] = ACTIONS(2596), [anon_sym_protected] = ACTIONS(2596), [anon_sym_using] = ACTIONS(2598), [anon_sym_static_assert] = ACTIONS(2600), }, [336] = { [sym_preproc_def] = STATE(337), [sym_preproc_function_def] = STATE(337), [sym_preproc_call] = STATE(337), [sym_preproc_elifdef] = STATE(7711), [sym_preproc_if_in_field_declaration_list] = STATE(337), [sym_preproc_ifdef_in_field_declaration_list] = STATE(337), [sym_preproc_else_in_field_declaration_list] = STATE(7711), [sym_preproc_elif_in_field_declaration_list] = STATE(7711), [sym_type_definition] = STATE(337), [sym__declaration_modifiers] = STATE(3697), [sym__declaration_specifiers] = STATE(4836), [sym_attribute_specifier] = STATE(3697), [sym_attribute_declaration] = STATE(3697), [sym_ms_declspec_modifier] = STATE(3697), [sym_ms_based_modifier] = STATE(7599), [sym__declarator] = STATE(5891), [sym_parenthesized_declarator] = STATE(5671), [sym_attributed_declarator] = STATE(5671), [sym_pointer_declarator] = STATE(5671), [sym_function_declarator] = STATE(5488), [sym_array_declarator] = STATE(5671), [sym_storage_class_specifier] = STATE(3697), [sym_type_qualifier] = STATE(3697), [sym__type_specifier] = STATE(3841), [sym_sized_type_specifier] = STATE(3945), [sym_enum_specifier] = STATE(3945), [sym_struct_specifier] = STATE(3945), [sym_union_specifier] = STATE(3945), [sym__field_declaration_list_item] = STATE(337), [sym_field_declaration] = STATE(337), [sym_placeholder_type_specifier] = STATE(3945), [sym_decltype_auto] = STATE(3928), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3945), [sym_virtual] = STATE(3697), [sym_explicit_function_specifier] = STATE(2313), [sym_dependent_type] = STATE(3945), [sym_template_declaration] = STATE(337), [sym_operator_cast] = STATE(5912), [sym_inline_method_definition] = STATE(337), [sym__constructor_specifiers] = STATE(2313), [sym_operator_cast_definition] = STATE(337), [sym_operator_cast_declaration] = STATE(337), [sym_constructor_or_destructor_definition] = STATE(337), [sym_constructor_or_destructor_declaration] = STATE(337), [sym_friend_declaration] = STATE(337), [sym_access_specifier] = STATE(6986), [sym_reference_declarator] = STATE(5671), [sym_structured_binding_declarator] = STATE(5671), [sym_template_type] = STATE(3646), [sym_template_function] = STATE(5671), [sym_using_declaration] = STATE(337), [sym_alias_declaration] = STATE(337), [sym_static_assert_declaration] = STATE(337), [sym_destructor_name] = STATE(5671), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5155), [sym_qualified_identifier] = STATE(5671), [sym_qualified_type_identifier] = STATE(4540), [sym_qualified_operator_cast_identifier] = STATE(5912), [sym_operator_name] = STATE(5671), [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(337), [aux_sym__declaration_specifiers_repeat1] = STATE(2567), [aux_sym_sized_type_specifier_repeat1] = STATE(3978), [aux_sym_operator_cast_definition_repeat1] = STATE(2313), [sym_identifier] = ACTIONS(2544), [aux_sym_preproc_def_token1] = ACTIONS(2546), [aux_sym_preproc_if_token1] = ACTIONS(2548), [aux_sym_preproc_if_token2] = ACTIONS(2604), [aux_sym_preproc_ifdef_token1] = ACTIONS(2552), [aux_sym_preproc_ifdef_token2] = ACTIONS(2552), [aux_sym_preproc_else_token1] = ACTIONS(2554), [aux_sym_preproc_elif_token1] = ACTIONS(2556), [aux_sym_preproc_elifdef_token1] = ACTIONS(243), [aux_sym_preproc_elifdef_token2] = ACTIONS(243), [sym_preproc_directive] = ACTIONS(2558), [anon_sym_LPAREN2] = ACTIONS(2560), [anon_sym_TILDE] = ACTIONS(2562), [anon_sym_STAR] = ACTIONS(2564), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(2566), [anon_sym_typedef] = ACTIONS(2568), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(2570), [anon_sym_LBRACK_LBRACK] = ACTIONS(1813), [anon_sym___declspec] = ACTIONS(43), [anon_sym___based] = ACTIONS(45), [anon_sym_signed] = ACTIONS(2572), [anon_sym_unsigned] = ACTIONS(2572), [anon_sym_long] = ACTIONS(2572), [anon_sym_short] = ACTIONS(2572), [anon_sym_LBRACK] = ACTIONS(2574), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(2576), [anon_sym_enum] = ACTIONS(2578), [anon_sym_class] = ACTIONS(2580), [anon_sym_struct] = ACTIONS(2582), [anon_sym_union] = ACTIONS(2584), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2586), [anon_sym_decltype] = ACTIONS(2588), [anon_sym_virtual] = ACTIONS(117), [anon_sym_explicit] = ACTIONS(119), [anon_sym_typename] = ACTIONS(2590), [anon_sym_template] = ACTIONS(2592), [anon_sym_operator] = ACTIONS(125), [anon_sym_friend] = ACTIONS(2594), [anon_sym_public] = ACTIONS(2596), [anon_sym_private] = ACTIONS(2596), [anon_sym_protected] = ACTIONS(2596), [anon_sym_using] = ACTIONS(2598), [anon_sym_static_assert] = ACTIONS(2600), }, [337] = { [sym_preproc_def] = STATE(368), [sym_preproc_function_def] = STATE(368), [sym_preproc_call] = STATE(368), [sym_preproc_elifdef] = STATE(7681), [sym_preproc_if_in_field_declaration_list] = STATE(368), [sym_preproc_ifdef_in_field_declaration_list] = STATE(368), [sym_preproc_else_in_field_declaration_list] = STATE(7681), [sym_preproc_elif_in_field_declaration_list] = STATE(7681), [sym_type_definition] = STATE(368), [sym__declaration_modifiers] = STATE(3697), [sym__declaration_specifiers] = STATE(4836), [sym_attribute_specifier] = STATE(3697), [sym_attribute_declaration] = STATE(3697), [sym_ms_declspec_modifier] = STATE(3697), [sym_ms_based_modifier] = STATE(7599), [sym__declarator] = STATE(5891), [sym_parenthesized_declarator] = STATE(5671), [sym_attributed_declarator] = STATE(5671), [sym_pointer_declarator] = STATE(5671), [sym_function_declarator] = STATE(5488), [sym_array_declarator] = STATE(5671), [sym_storage_class_specifier] = STATE(3697), [sym_type_qualifier] = STATE(3697), [sym__type_specifier] = STATE(3841), [sym_sized_type_specifier] = STATE(3945), [sym_enum_specifier] = STATE(3945), [sym_struct_specifier] = STATE(3945), [sym_union_specifier] = STATE(3945), [sym__field_declaration_list_item] = STATE(368), [sym_field_declaration] = STATE(368), [sym_placeholder_type_specifier] = STATE(3945), [sym_decltype_auto] = STATE(3928), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3945), [sym_virtual] = STATE(3697), [sym_explicit_function_specifier] = STATE(2313), [sym_dependent_type] = STATE(3945), [sym_template_declaration] = STATE(368), [sym_operator_cast] = STATE(5912), [sym_inline_method_definition] = STATE(368), [sym__constructor_specifiers] = STATE(2313), [sym_operator_cast_definition] = STATE(368), [sym_operator_cast_declaration] = STATE(368), [sym_constructor_or_destructor_definition] = STATE(368), [sym_constructor_or_destructor_declaration] = STATE(368), [sym_friend_declaration] = STATE(368), [sym_access_specifier] = STATE(6986), [sym_reference_declarator] = STATE(5671), [sym_structured_binding_declarator] = STATE(5671), [sym_template_type] = STATE(3646), [sym_template_function] = STATE(5671), [sym_using_declaration] = STATE(368), [sym_alias_declaration] = STATE(368), [sym_static_assert_declaration] = STATE(368), [sym_destructor_name] = STATE(5671), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5155), [sym_qualified_identifier] = STATE(5671), [sym_qualified_type_identifier] = STATE(4540), [sym_qualified_operator_cast_identifier] = STATE(5912), [sym_operator_name] = STATE(5671), [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(368), [aux_sym__declaration_specifiers_repeat1] = STATE(2567), [aux_sym_sized_type_specifier_repeat1] = STATE(3978), [aux_sym_operator_cast_definition_repeat1] = STATE(2313), [sym_identifier] = ACTIONS(2544), [aux_sym_preproc_def_token1] = ACTIONS(2546), [aux_sym_preproc_if_token1] = ACTIONS(2548), [aux_sym_preproc_if_token2] = ACTIONS(2606), [aux_sym_preproc_ifdef_token1] = ACTIONS(2552), [aux_sym_preproc_ifdef_token2] = ACTIONS(2552), [aux_sym_preproc_else_token1] = ACTIONS(2554), [aux_sym_preproc_elif_token1] = ACTIONS(2556), [aux_sym_preproc_elifdef_token1] = ACTIONS(243), [aux_sym_preproc_elifdef_token2] = ACTIONS(243), [sym_preproc_directive] = ACTIONS(2558), [anon_sym_LPAREN2] = ACTIONS(2560), [anon_sym_TILDE] = ACTIONS(2562), [anon_sym_STAR] = ACTIONS(2564), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(2566), [anon_sym_typedef] = ACTIONS(2568), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(2570), [anon_sym_LBRACK_LBRACK] = ACTIONS(1813), [anon_sym___declspec] = ACTIONS(43), [anon_sym___based] = ACTIONS(45), [anon_sym_signed] = ACTIONS(2572), [anon_sym_unsigned] = ACTIONS(2572), [anon_sym_long] = ACTIONS(2572), [anon_sym_short] = ACTIONS(2572), [anon_sym_LBRACK] = ACTIONS(2574), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(2576), [anon_sym_enum] = ACTIONS(2578), [anon_sym_class] = ACTIONS(2580), [anon_sym_struct] = ACTIONS(2582), [anon_sym_union] = ACTIONS(2584), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2586), [anon_sym_decltype] = ACTIONS(2588), [anon_sym_virtual] = ACTIONS(117), [anon_sym_explicit] = ACTIONS(119), [anon_sym_typename] = ACTIONS(2590), [anon_sym_template] = ACTIONS(2592), [anon_sym_operator] = ACTIONS(125), [anon_sym_friend] = ACTIONS(2594), [anon_sym_public] = ACTIONS(2596), [anon_sym_private] = ACTIONS(2596), [anon_sym_protected] = ACTIONS(2596), [anon_sym_using] = ACTIONS(2598), [anon_sym_static_assert] = ACTIONS(2600), }, [338] = { [sym_preproc_def] = STATE(368), [sym_preproc_function_def] = STATE(368), [sym_preproc_call] = STATE(368), [sym_preproc_elifdef] = STATE(7418), [sym_preproc_if_in_field_declaration_list] = STATE(368), [sym_preproc_ifdef_in_field_declaration_list] = STATE(368), [sym_preproc_else_in_field_declaration_list] = STATE(7418), [sym_preproc_elif_in_field_declaration_list] = STATE(7418), [sym_type_definition] = STATE(368), [sym__declaration_modifiers] = STATE(3697), [sym__declaration_specifiers] = STATE(4836), [sym_attribute_specifier] = STATE(3697), [sym_attribute_declaration] = STATE(3697), [sym_ms_declspec_modifier] = STATE(3697), [sym_ms_based_modifier] = STATE(7599), [sym__declarator] = STATE(5891), [sym_parenthesized_declarator] = STATE(5671), [sym_attributed_declarator] = STATE(5671), [sym_pointer_declarator] = STATE(5671), [sym_function_declarator] = STATE(5488), [sym_array_declarator] = STATE(5671), [sym_storage_class_specifier] = STATE(3697), [sym_type_qualifier] = STATE(3697), [sym__type_specifier] = STATE(3841), [sym_sized_type_specifier] = STATE(3945), [sym_enum_specifier] = STATE(3945), [sym_struct_specifier] = STATE(3945), [sym_union_specifier] = STATE(3945), [sym__field_declaration_list_item] = STATE(368), [sym_field_declaration] = STATE(368), [sym_placeholder_type_specifier] = STATE(3945), [sym_decltype_auto] = STATE(3928), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3945), [sym_virtual] = STATE(3697), [sym_explicit_function_specifier] = STATE(2313), [sym_dependent_type] = STATE(3945), [sym_template_declaration] = STATE(368), [sym_operator_cast] = STATE(5912), [sym_inline_method_definition] = STATE(368), [sym__constructor_specifiers] = STATE(2313), [sym_operator_cast_definition] = STATE(368), [sym_operator_cast_declaration] = STATE(368), [sym_constructor_or_destructor_definition] = STATE(368), [sym_constructor_or_destructor_declaration] = STATE(368), [sym_friend_declaration] = STATE(368), [sym_access_specifier] = STATE(6986), [sym_reference_declarator] = STATE(5671), [sym_structured_binding_declarator] = STATE(5671), [sym_template_type] = STATE(3646), [sym_template_function] = STATE(5671), [sym_using_declaration] = STATE(368), [sym_alias_declaration] = STATE(368), [sym_static_assert_declaration] = STATE(368), [sym_destructor_name] = STATE(5671), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5155), [sym_qualified_identifier] = STATE(5671), [sym_qualified_type_identifier] = STATE(4540), [sym_qualified_operator_cast_identifier] = STATE(5912), [sym_operator_name] = STATE(5671), [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(368), [aux_sym__declaration_specifiers_repeat1] = STATE(2567), [aux_sym_sized_type_specifier_repeat1] = STATE(3978), [aux_sym_operator_cast_definition_repeat1] = STATE(2313), [sym_identifier] = ACTIONS(2544), [aux_sym_preproc_def_token1] = ACTIONS(2546), [aux_sym_preproc_if_token1] = ACTIONS(2548), [aux_sym_preproc_if_token2] = ACTIONS(2608), [aux_sym_preproc_ifdef_token1] = ACTIONS(2552), [aux_sym_preproc_ifdef_token2] = ACTIONS(2552), [aux_sym_preproc_else_token1] = ACTIONS(2554), [aux_sym_preproc_elif_token1] = ACTIONS(2556), [aux_sym_preproc_elifdef_token1] = ACTIONS(243), [aux_sym_preproc_elifdef_token2] = ACTIONS(243), [sym_preproc_directive] = ACTIONS(2558), [anon_sym_LPAREN2] = ACTIONS(2560), [anon_sym_TILDE] = ACTIONS(2562), [anon_sym_STAR] = ACTIONS(2564), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(2566), [anon_sym_typedef] = ACTIONS(2568), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(2570), [anon_sym_LBRACK_LBRACK] = ACTIONS(1813), [anon_sym___declspec] = ACTIONS(43), [anon_sym___based] = ACTIONS(45), [anon_sym_signed] = ACTIONS(2572), [anon_sym_unsigned] = ACTIONS(2572), [anon_sym_long] = ACTIONS(2572), [anon_sym_short] = ACTIONS(2572), [anon_sym_LBRACK] = ACTIONS(2574), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(2576), [anon_sym_enum] = ACTIONS(2578), [anon_sym_class] = ACTIONS(2580), [anon_sym_struct] = ACTIONS(2582), [anon_sym_union] = ACTIONS(2584), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2586), [anon_sym_decltype] = ACTIONS(2588), [anon_sym_virtual] = ACTIONS(117), [anon_sym_explicit] = ACTIONS(119), [anon_sym_typename] = ACTIONS(2590), [anon_sym_template] = ACTIONS(2592), [anon_sym_operator] = ACTIONS(125), [anon_sym_friend] = ACTIONS(2594), [anon_sym_public] = ACTIONS(2596), [anon_sym_private] = ACTIONS(2596), [anon_sym_protected] = ACTIONS(2596), [anon_sym_using] = ACTIONS(2598), [anon_sym_static_assert] = ACTIONS(2600), }, [339] = { [sym_preproc_def] = STATE(335), [sym_preproc_function_def] = STATE(335), [sym_preproc_call] = STATE(335), [sym_preproc_elifdef] = STATE(7347), [sym_preproc_if_in_field_declaration_list] = STATE(335), [sym_preproc_ifdef_in_field_declaration_list] = STATE(335), [sym_preproc_else_in_field_declaration_list] = STATE(7347), [sym_preproc_elif_in_field_declaration_list] = STATE(7347), [sym_type_definition] = STATE(335), [sym__declaration_modifiers] = STATE(3697), [sym__declaration_specifiers] = STATE(4836), [sym_attribute_specifier] = STATE(3697), [sym_attribute_declaration] = STATE(3697), [sym_ms_declspec_modifier] = STATE(3697), [sym_ms_based_modifier] = STATE(7599), [sym__declarator] = STATE(5891), [sym_parenthesized_declarator] = STATE(5671), [sym_attributed_declarator] = STATE(5671), [sym_pointer_declarator] = STATE(5671), [sym_function_declarator] = STATE(5488), [sym_array_declarator] = STATE(5671), [sym_storage_class_specifier] = STATE(3697), [sym_type_qualifier] = STATE(3697), [sym__type_specifier] = STATE(3841), [sym_sized_type_specifier] = STATE(3945), [sym_enum_specifier] = STATE(3945), [sym_struct_specifier] = STATE(3945), [sym_union_specifier] = STATE(3945), [sym__field_declaration_list_item] = STATE(335), [sym_field_declaration] = STATE(335), [sym_placeholder_type_specifier] = STATE(3945), [sym_decltype_auto] = STATE(3928), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3945), [sym_virtual] = STATE(3697), [sym_explicit_function_specifier] = STATE(2313), [sym_dependent_type] = STATE(3945), [sym_template_declaration] = STATE(335), [sym_operator_cast] = STATE(5912), [sym_inline_method_definition] = STATE(335), [sym__constructor_specifiers] = STATE(2313), [sym_operator_cast_definition] = STATE(335), [sym_operator_cast_declaration] = STATE(335), [sym_constructor_or_destructor_definition] = STATE(335), [sym_constructor_or_destructor_declaration] = STATE(335), [sym_friend_declaration] = STATE(335), [sym_access_specifier] = STATE(6986), [sym_reference_declarator] = STATE(5671), [sym_structured_binding_declarator] = STATE(5671), [sym_template_type] = STATE(3646), [sym_template_function] = STATE(5671), [sym_using_declaration] = STATE(335), [sym_alias_declaration] = STATE(335), [sym_static_assert_declaration] = STATE(335), [sym_destructor_name] = STATE(5671), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5155), [sym_qualified_identifier] = STATE(5671), [sym_qualified_type_identifier] = STATE(4540), [sym_qualified_operator_cast_identifier] = STATE(5912), [sym_operator_name] = STATE(5671), [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(335), [aux_sym__declaration_specifiers_repeat1] = STATE(2567), [aux_sym_sized_type_specifier_repeat1] = STATE(3978), [aux_sym_operator_cast_definition_repeat1] = STATE(2313), [sym_identifier] = ACTIONS(2544), [aux_sym_preproc_def_token1] = ACTIONS(2546), [aux_sym_preproc_if_token1] = ACTIONS(2548), [aux_sym_preproc_if_token2] = ACTIONS(2610), [aux_sym_preproc_ifdef_token1] = ACTIONS(2552), [aux_sym_preproc_ifdef_token2] = ACTIONS(2552), [aux_sym_preproc_else_token1] = ACTIONS(2554), [aux_sym_preproc_elif_token1] = ACTIONS(2556), [aux_sym_preproc_elifdef_token1] = ACTIONS(243), [aux_sym_preproc_elifdef_token2] = ACTIONS(243), [sym_preproc_directive] = ACTIONS(2558), [anon_sym_LPAREN2] = ACTIONS(2560), [anon_sym_TILDE] = ACTIONS(2562), [anon_sym_STAR] = ACTIONS(2564), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(2566), [anon_sym_typedef] = ACTIONS(2568), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(2570), [anon_sym_LBRACK_LBRACK] = ACTIONS(1813), [anon_sym___declspec] = ACTIONS(43), [anon_sym___based] = ACTIONS(45), [anon_sym_signed] = ACTIONS(2572), [anon_sym_unsigned] = ACTIONS(2572), [anon_sym_long] = ACTIONS(2572), [anon_sym_short] = ACTIONS(2572), [anon_sym_LBRACK] = ACTIONS(2574), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(2576), [anon_sym_enum] = ACTIONS(2578), [anon_sym_class] = ACTIONS(2580), [anon_sym_struct] = ACTIONS(2582), [anon_sym_union] = ACTIONS(2584), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2586), [anon_sym_decltype] = ACTIONS(2588), [anon_sym_virtual] = ACTIONS(117), [anon_sym_explicit] = ACTIONS(119), [anon_sym_typename] = ACTIONS(2590), [anon_sym_template] = ACTIONS(2592), [anon_sym_operator] = ACTIONS(125), [anon_sym_friend] = ACTIONS(2594), [anon_sym_public] = ACTIONS(2596), [anon_sym_private] = ACTIONS(2596), [anon_sym_protected] = ACTIONS(2596), [anon_sym_using] = ACTIONS(2598), [anon_sym_static_assert] = ACTIONS(2600), }, [340] = { [sym_preproc_def] = STATE(341), [sym_preproc_function_def] = STATE(341), [sym_preproc_call] = STATE(341), [sym_preproc_elifdef] = STATE(7071), [sym_preproc_if_in_field_declaration_list] = STATE(341), [sym_preproc_ifdef_in_field_declaration_list] = STATE(341), [sym_preproc_else_in_field_declaration_list] = STATE(7071), [sym_preproc_elif_in_field_declaration_list] = STATE(7071), [sym_type_definition] = STATE(341), [sym__declaration_modifiers] = STATE(3697), [sym__declaration_specifiers] = STATE(4836), [sym_attribute_specifier] = STATE(3697), [sym_attribute_declaration] = STATE(3697), [sym_ms_declspec_modifier] = STATE(3697), [sym_ms_based_modifier] = STATE(7599), [sym__declarator] = STATE(5891), [sym_parenthesized_declarator] = STATE(5671), [sym_attributed_declarator] = STATE(5671), [sym_pointer_declarator] = STATE(5671), [sym_function_declarator] = STATE(5488), [sym_array_declarator] = STATE(5671), [sym_storage_class_specifier] = STATE(3697), [sym_type_qualifier] = STATE(3697), [sym__type_specifier] = STATE(3841), [sym_sized_type_specifier] = STATE(3945), [sym_enum_specifier] = STATE(3945), [sym_struct_specifier] = STATE(3945), [sym_union_specifier] = STATE(3945), [sym__field_declaration_list_item] = STATE(341), [sym_field_declaration] = STATE(341), [sym_placeholder_type_specifier] = STATE(3945), [sym_decltype_auto] = STATE(3928), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3945), [sym_virtual] = STATE(3697), [sym_explicit_function_specifier] = STATE(2313), [sym_dependent_type] = STATE(3945), [sym_template_declaration] = STATE(341), [sym_operator_cast] = STATE(5912), [sym_inline_method_definition] = STATE(341), [sym__constructor_specifiers] = STATE(2313), [sym_operator_cast_definition] = STATE(341), [sym_operator_cast_declaration] = STATE(341), [sym_constructor_or_destructor_definition] = STATE(341), [sym_constructor_or_destructor_declaration] = STATE(341), [sym_friend_declaration] = STATE(341), [sym_access_specifier] = STATE(6986), [sym_reference_declarator] = STATE(5671), [sym_structured_binding_declarator] = STATE(5671), [sym_template_type] = STATE(3646), [sym_template_function] = STATE(5671), [sym_using_declaration] = STATE(341), [sym_alias_declaration] = STATE(341), [sym_static_assert_declaration] = STATE(341), [sym_destructor_name] = STATE(5671), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5155), [sym_qualified_identifier] = STATE(5671), [sym_qualified_type_identifier] = STATE(4540), [sym_qualified_operator_cast_identifier] = STATE(5912), [sym_operator_name] = STATE(5671), [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(341), [aux_sym__declaration_specifiers_repeat1] = STATE(2567), [aux_sym_sized_type_specifier_repeat1] = STATE(3978), [aux_sym_operator_cast_definition_repeat1] = STATE(2313), [sym_identifier] = ACTIONS(2544), [aux_sym_preproc_def_token1] = ACTIONS(2546), [aux_sym_preproc_if_token1] = ACTIONS(2548), [aux_sym_preproc_if_token2] = ACTIONS(2612), [aux_sym_preproc_ifdef_token1] = ACTIONS(2552), [aux_sym_preproc_ifdef_token2] = ACTIONS(2552), [aux_sym_preproc_else_token1] = ACTIONS(2554), [aux_sym_preproc_elif_token1] = ACTIONS(2556), [aux_sym_preproc_elifdef_token1] = ACTIONS(243), [aux_sym_preproc_elifdef_token2] = ACTIONS(243), [sym_preproc_directive] = ACTIONS(2558), [anon_sym_LPAREN2] = ACTIONS(2560), [anon_sym_TILDE] = ACTIONS(2562), [anon_sym_STAR] = ACTIONS(2564), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(2566), [anon_sym_typedef] = ACTIONS(2568), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(2570), [anon_sym_LBRACK_LBRACK] = ACTIONS(1813), [anon_sym___declspec] = ACTIONS(43), [anon_sym___based] = ACTIONS(45), [anon_sym_signed] = ACTIONS(2572), [anon_sym_unsigned] = ACTIONS(2572), [anon_sym_long] = ACTIONS(2572), [anon_sym_short] = ACTIONS(2572), [anon_sym_LBRACK] = ACTIONS(2574), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(2576), [anon_sym_enum] = ACTIONS(2578), [anon_sym_class] = ACTIONS(2580), [anon_sym_struct] = ACTIONS(2582), [anon_sym_union] = ACTIONS(2584), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2586), [anon_sym_decltype] = ACTIONS(2588), [anon_sym_virtual] = ACTIONS(117), [anon_sym_explicit] = ACTIONS(119), [anon_sym_typename] = ACTIONS(2590), [anon_sym_template] = ACTIONS(2592), [anon_sym_operator] = ACTIONS(125), [anon_sym_friend] = ACTIONS(2594), [anon_sym_public] = ACTIONS(2596), [anon_sym_private] = ACTIONS(2596), [anon_sym_protected] = ACTIONS(2596), [anon_sym_using] = ACTIONS(2598), [anon_sym_static_assert] = ACTIONS(2600), }, [341] = { [sym_preproc_def] = STATE(368), [sym_preproc_function_def] = STATE(368), [sym_preproc_call] = STATE(368), [sym_preproc_elifdef] = STATE(7091), [sym_preproc_if_in_field_declaration_list] = STATE(368), [sym_preproc_ifdef_in_field_declaration_list] = STATE(368), [sym_preproc_else_in_field_declaration_list] = STATE(7091), [sym_preproc_elif_in_field_declaration_list] = STATE(7091), [sym_type_definition] = STATE(368), [sym__declaration_modifiers] = STATE(3697), [sym__declaration_specifiers] = STATE(4836), [sym_attribute_specifier] = STATE(3697), [sym_attribute_declaration] = STATE(3697), [sym_ms_declspec_modifier] = STATE(3697), [sym_ms_based_modifier] = STATE(7599), [sym__declarator] = STATE(5891), [sym_parenthesized_declarator] = STATE(5671), [sym_attributed_declarator] = STATE(5671), [sym_pointer_declarator] = STATE(5671), [sym_function_declarator] = STATE(5488), [sym_array_declarator] = STATE(5671), [sym_storage_class_specifier] = STATE(3697), [sym_type_qualifier] = STATE(3697), [sym__type_specifier] = STATE(3841), [sym_sized_type_specifier] = STATE(3945), [sym_enum_specifier] = STATE(3945), [sym_struct_specifier] = STATE(3945), [sym_union_specifier] = STATE(3945), [sym__field_declaration_list_item] = STATE(368), [sym_field_declaration] = STATE(368), [sym_placeholder_type_specifier] = STATE(3945), [sym_decltype_auto] = STATE(3928), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3945), [sym_virtual] = STATE(3697), [sym_explicit_function_specifier] = STATE(2313), [sym_dependent_type] = STATE(3945), [sym_template_declaration] = STATE(368), [sym_operator_cast] = STATE(5912), [sym_inline_method_definition] = STATE(368), [sym__constructor_specifiers] = STATE(2313), [sym_operator_cast_definition] = STATE(368), [sym_operator_cast_declaration] = STATE(368), [sym_constructor_or_destructor_definition] = STATE(368), [sym_constructor_or_destructor_declaration] = STATE(368), [sym_friend_declaration] = STATE(368), [sym_access_specifier] = STATE(6986), [sym_reference_declarator] = STATE(5671), [sym_structured_binding_declarator] = STATE(5671), [sym_template_type] = STATE(3646), [sym_template_function] = STATE(5671), [sym_using_declaration] = STATE(368), [sym_alias_declaration] = STATE(368), [sym_static_assert_declaration] = STATE(368), [sym_destructor_name] = STATE(5671), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5155), [sym_qualified_identifier] = STATE(5671), [sym_qualified_type_identifier] = STATE(4540), [sym_qualified_operator_cast_identifier] = STATE(5912), [sym_operator_name] = STATE(5671), [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(368), [aux_sym__declaration_specifiers_repeat1] = STATE(2567), [aux_sym_sized_type_specifier_repeat1] = STATE(3978), [aux_sym_operator_cast_definition_repeat1] = STATE(2313), [sym_identifier] = ACTIONS(2544), [aux_sym_preproc_def_token1] = ACTIONS(2546), [aux_sym_preproc_if_token1] = ACTIONS(2548), [aux_sym_preproc_if_token2] = ACTIONS(2614), [aux_sym_preproc_ifdef_token1] = ACTIONS(2552), [aux_sym_preproc_ifdef_token2] = ACTIONS(2552), [aux_sym_preproc_else_token1] = ACTIONS(2554), [aux_sym_preproc_elif_token1] = ACTIONS(2556), [aux_sym_preproc_elifdef_token1] = ACTIONS(243), [aux_sym_preproc_elifdef_token2] = ACTIONS(243), [sym_preproc_directive] = ACTIONS(2558), [anon_sym_LPAREN2] = ACTIONS(2560), [anon_sym_TILDE] = ACTIONS(2562), [anon_sym_STAR] = ACTIONS(2564), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(2566), [anon_sym_typedef] = ACTIONS(2568), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(2570), [anon_sym_LBRACK_LBRACK] = ACTIONS(1813), [anon_sym___declspec] = ACTIONS(43), [anon_sym___based] = ACTIONS(45), [anon_sym_signed] = ACTIONS(2572), [anon_sym_unsigned] = ACTIONS(2572), [anon_sym_long] = ACTIONS(2572), [anon_sym_short] = ACTIONS(2572), [anon_sym_LBRACK] = ACTIONS(2574), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(2576), [anon_sym_enum] = ACTIONS(2578), [anon_sym_class] = ACTIONS(2580), [anon_sym_struct] = ACTIONS(2582), [anon_sym_union] = ACTIONS(2584), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2586), [anon_sym_decltype] = ACTIONS(2588), [anon_sym_virtual] = ACTIONS(117), [anon_sym_explicit] = ACTIONS(119), [anon_sym_typename] = ACTIONS(2590), [anon_sym_template] = ACTIONS(2592), [anon_sym_operator] = ACTIONS(125), [anon_sym_friend] = ACTIONS(2594), [anon_sym_public] = ACTIONS(2596), [anon_sym_private] = ACTIONS(2596), [anon_sym_protected] = ACTIONS(2596), [anon_sym_using] = ACTIONS(2598), [anon_sym_static_assert] = ACTIONS(2600), }, [342] = { [sym_type_qualifier] = STATE(3787), [sym__type_specifier] = STATE(4503), [sym_sized_type_specifier] = STATE(3111), [sym_enum_specifier] = STATE(3111), [sym_struct_specifier] = STATE(3111), [sym_union_specifier] = STATE(3111), [sym__expression] = STATE(4105), [sym__expression_not_binary] = STATE(4455), [sym_conditional_expression] = STATE(4455), [sym_assignment_expression] = STATE(4455), [sym_pointer_expression] = STATE(3543), [sym_unary_expression] = STATE(4455), [sym_binary_expression] = STATE(4455), [sym_update_expression] = STATE(4455), [sym_cast_expression] = STATE(4455), [sym_type_descriptor] = STATE(6182), [sym_sizeof_expression] = STATE(4455), [sym_offsetof_expression] = STATE(4455), [sym_generic_expression] = STATE(4455), [sym_subscript_expression] = STATE(3543), [sym_call_expression] = STATE(3543), [sym_gnu_asm_expression] = STATE(4455), [sym_field_expression] = STATE(3543), [sym_compound_literal_expression] = STATE(4455), [sym_parenthesized_expression] = STATE(3543), [sym_char_literal] = STATE(4150), [sym_concatenated_string] = STATE(4150), [sym_string_literal] = STATE(3544), [sym_null] = STATE(4455), [sym_placeholder_type_specifier] = STATE(3111), [sym_decltype_auto] = STATE(3112), [sym_decltype] = STATE(3056), [sym_class_specifier] = STATE(3111), [sym__class_name] = STATE(6810), [sym_dependent_type] = STATE(3111), [sym_template_type] = STATE(4829), [sym_template_function] = STATE(4455), [sym_raw_string_literal] = STATE(3544), [sym_co_await_expression] = STATE(4455), [sym_new_expression] = STATE(4455), [sym_delete_expression] = STATE(4455), [sym_requires_clause] = STATE(4455), [sym_requires_expression] = STATE(4455), [sym_lambda_expression] = STATE(4455), [sym_lambda_capture_specifier] = STATE(5208), [sym_fold_expression] = STATE(4455), [sym_parameter_pack_expansion] = STATE(4455), [sym_type_parameter_pack_expansion] = STATE(6210), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5264), [sym_qualified_identifier] = STATE(3543), [sym_qualified_type_identifier] = STATE(4912), [sym_user_defined_literal] = STATE(4455), [aux_sym_type_definition_repeat1] = STATE(3787), [aux_sym_sized_type_specifier_repeat1] = STATE(2513), [sym_identifier] = ACTIONS(2616), [anon_sym_LPAREN2] = ACTIONS(2618), [anon_sym_BANG] = ACTIONS(2620), [anon_sym_TILDE] = ACTIONS(2620), [anon_sym_DASH] = ACTIONS(2622), [anon_sym_PLUS] = ACTIONS(2622), [anon_sym_STAR] = ACTIONS(2624), [anon_sym_AMP] = ACTIONS(2624), [anon_sym_COLON_COLON] = ACTIONS(2626), [anon_sym_signed] = ACTIONS(2628), [anon_sym_unsigned] = ACTIONS(2628), [anon_sym_long] = ACTIONS(2628), [anon_sym_short] = ACTIONS(2628), [anon_sym_LBRACK] = ACTIONS(1949), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(2630), [anon_sym_enum] = ACTIONS(2632), [anon_sym_class] = ACTIONS(2634), [anon_sym_struct] = ACTIONS(2636), [anon_sym_union] = ACTIONS(2638), [anon_sym_not] = ACTIONS(2622), [anon_sym_compl] = ACTIONS(2622), [anon_sym_DASH_DASH] = ACTIONS(2640), [anon_sym_PLUS_PLUS] = ACTIONS(2640), [anon_sym_sizeof] = ACTIONS(2642), [anon_sym_offsetof] = ACTIONS(2644), [anon_sym__Generic] = ACTIONS(2646), [anon_sym_asm] = ACTIONS(2648), [anon_sym___asm__] = ACTIONS(2648), [sym_number_literal] = ACTIONS(2650), [anon_sym_L_SQUOTE] = ACTIONS(2652), [anon_sym_u_SQUOTE] = ACTIONS(2652), [anon_sym_U_SQUOTE] = ACTIONS(2652), [anon_sym_u8_SQUOTE] = ACTIONS(2652), [anon_sym_SQUOTE] = ACTIONS(2652), [anon_sym_L_DQUOTE] = ACTIONS(2654), [anon_sym_u_DQUOTE] = ACTIONS(2654), [anon_sym_U_DQUOTE] = ACTIONS(2654), [anon_sym_u8_DQUOTE] = ACTIONS(2654), [anon_sym_DQUOTE] = ACTIONS(2654), [sym_true] = ACTIONS(2656), [sym_false] = ACTIONS(2656), [anon_sym_NULL] = ACTIONS(2658), [anon_sym_nullptr] = ACTIONS(2658), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2660), [anon_sym_decltype] = ACTIONS(2662), [anon_sym_typename] = ACTIONS(2664), [anon_sym_template] = ACTIONS(1329), [anon_sym_GT2] = ACTIONS(2666), [anon_sym_delete] = ACTIONS(2668), [anon_sym_R_DQUOTE] = ACTIONS(2670), [anon_sym_LR_DQUOTE] = ACTIONS(2670), [anon_sym_uR_DQUOTE] = ACTIONS(2670), [anon_sym_UR_DQUOTE] = ACTIONS(2670), [anon_sym_u8R_DQUOTE] = ACTIONS(2670), [anon_sym_co_await] = ACTIONS(2672), [anon_sym_new] = ACTIONS(2674), [anon_sym_requires] = ACTIONS(2676), [sym_this] = ACTIONS(2656), }, [343] = { [sym_type_qualifier] = STATE(3787), [sym__type_specifier] = STATE(4503), [sym_sized_type_specifier] = STATE(3111), [sym_enum_specifier] = STATE(3111), [sym_struct_specifier] = STATE(3111), [sym_union_specifier] = STATE(3111), [sym__expression] = STATE(4104), [sym__expression_not_binary] = STATE(4455), [sym_conditional_expression] = STATE(4455), [sym_assignment_expression] = STATE(4455), [sym_pointer_expression] = STATE(3543), [sym_unary_expression] = STATE(4455), [sym_binary_expression] = STATE(4455), [sym_update_expression] = STATE(4455), [sym_cast_expression] = STATE(4455), [sym_type_descriptor] = STATE(6036), [sym_sizeof_expression] = STATE(4455), [sym_offsetof_expression] = STATE(4455), [sym_generic_expression] = STATE(4455), [sym_subscript_expression] = STATE(3543), [sym_call_expression] = STATE(3543), [sym_gnu_asm_expression] = STATE(4455), [sym_field_expression] = STATE(3543), [sym_compound_literal_expression] = STATE(4455), [sym_parenthesized_expression] = STATE(3543), [sym_char_literal] = STATE(4150), [sym_concatenated_string] = STATE(4150), [sym_string_literal] = STATE(3544), [sym_null] = STATE(4455), [sym_placeholder_type_specifier] = STATE(3111), [sym_decltype_auto] = STATE(3112), [sym_decltype] = STATE(3056), [sym_class_specifier] = STATE(3111), [sym__class_name] = STATE(6810), [sym_dependent_type] = STATE(3111), [sym_template_type] = STATE(4829), [sym_template_function] = STATE(4455), [sym_raw_string_literal] = STATE(3544), [sym_co_await_expression] = STATE(4455), [sym_new_expression] = STATE(4455), [sym_delete_expression] = STATE(4455), [sym_requires_clause] = STATE(4455), [sym_requires_expression] = STATE(4455), [sym_lambda_expression] = STATE(4455), [sym_lambda_capture_specifier] = STATE(5208), [sym_fold_expression] = STATE(4455), [sym_parameter_pack_expansion] = STATE(4455), [sym_type_parameter_pack_expansion] = STATE(6506), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5264), [sym_qualified_identifier] = STATE(3543), [sym_qualified_type_identifier] = STATE(4912), [sym_user_defined_literal] = STATE(4455), [aux_sym_type_definition_repeat1] = STATE(3787), [aux_sym_sized_type_specifier_repeat1] = STATE(2513), [sym_identifier] = ACTIONS(2616), [anon_sym_LPAREN2] = ACTIONS(2618), [anon_sym_BANG] = ACTIONS(2620), [anon_sym_TILDE] = ACTIONS(2620), [anon_sym_DASH] = ACTIONS(2622), [anon_sym_PLUS] = ACTIONS(2622), [anon_sym_STAR] = ACTIONS(2624), [anon_sym_AMP] = ACTIONS(2624), [anon_sym_COLON_COLON] = ACTIONS(2626), [anon_sym_signed] = ACTIONS(2628), [anon_sym_unsigned] = ACTIONS(2628), [anon_sym_long] = ACTIONS(2628), [anon_sym_short] = ACTIONS(2628), [anon_sym_LBRACK] = ACTIONS(1949), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(2630), [anon_sym_enum] = ACTIONS(2632), [anon_sym_class] = ACTIONS(2634), [anon_sym_struct] = ACTIONS(2636), [anon_sym_union] = ACTIONS(2638), [anon_sym_not] = ACTIONS(2622), [anon_sym_compl] = ACTIONS(2622), [anon_sym_DASH_DASH] = ACTIONS(2640), [anon_sym_PLUS_PLUS] = ACTIONS(2640), [anon_sym_sizeof] = ACTIONS(2642), [anon_sym_offsetof] = ACTIONS(2644), [anon_sym__Generic] = ACTIONS(2646), [anon_sym_asm] = ACTIONS(2648), [anon_sym___asm__] = ACTIONS(2648), [sym_number_literal] = ACTIONS(2650), [anon_sym_L_SQUOTE] = ACTIONS(2652), [anon_sym_u_SQUOTE] = ACTIONS(2652), [anon_sym_U_SQUOTE] = ACTIONS(2652), [anon_sym_u8_SQUOTE] = ACTIONS(2652), [anon_sym_SQUOTE] = ACTIONS(2652), [anon_sym_L_DQUOTE] = ACTIONS(2654), [anon_sym_u_DQUOTE] = ACTIONS(2654), [anon_sym_U_DQUOTE] = ACTIONS(2654), [anon_sym_u8_DQUOTE] = ACTIONS(2654), [anon_sym_DQUOTE] = ACTIONS(2654), [sym_true] = ACTIONS(2656), [sym_false] = ACTIONS(2656), [anon_sym_NULL] = ACTIONS(2658), [anon_sym_nullptr] = ACTIONS(2658), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2660), [anon_sym_decltype] = ACTIONS(2662), [anon_sym_typename] = ACTIONS(2664), [anon_sym_template] = ACTIONS(1329), [anon_sym_GT2] = ACTIONS(2678), [anon_sym_delete] = ACTIONS(2668), [anon_sym_R_DQUOTE] = ACTIONS(2670), [anon_sym_LR_DQUOTE] = ACTIONS(2670), [anon_sym_uR_DQUOTE] = ACTIONS(2670), [anon_sym_UR_DQUOTE] = ACTIONS(2670), [anon_sym_u8R_DQUOTE] = ACTIONS(2670), [anon_sym_co_await] = ACTIONS(2672), [anon_sym_new] = ACTIONS(2674), [anon_sym_requires] = ACTIONS(2676), [sym_this] = ACTIONS(2656), }, [344] = { [sym_type_qualifier] = STATE(3787), [sym__type_specifier] = STATE(4503), [sym_sized_type_specifier] = STATE(3111), [sym_enum_specifier] = STATE(3111), [sym_struct_specifier] = STATE(3111), [sym_union_specifier] = STATE(3111), [sym__expression] = STATE(4064), [sym__expression_not_binary] = STATE(4455), [sym_conditional_expression] = STATE(4455), [sym_assignment_expression] = STATE(4455), [sym_pointer_expression] = STATE(3543), [sym_unary_expression] = STATE(4455), [sym_binary_expression] = STATE(4455), [sym_update_expression] = STATE(4455), [sym_cast_expression] = STATE(4455), [sym_type_descriptor] = STATE(5988), [sym_sizeof_expression] = STATE(4455), [sym_offsetof_expression] = STATE(4455), [sym_generic_expression] = STATE(4455), [sym_subscript_expression] = STATE(3543), [sym_call_expression] = STATE(3543), [sym_gnu_asm_expression] = STATE(4455), [sym_field_expression] = STATE(3543), [sym_compound_literal_expression] = STATE(4455), [sym_parenthesized_expression] = STATE(3543), [sym_char_literal] = STATE(4150), [sym_concatenated_string] = STATE(4150), [sym_string_literal] = STATE(3544), [sym_null] = STATE(4455), [sym_placeholder_type_specifier] = STATE(3111), [sym_decltype_auto] = STATE(3112), [sym_decltype] = STATE(3056), [sym_class_specifier] = STATE(3111), [sym__class_name] = STATE(6810), [sym_dependent_type] = STATE(3111), [sym_template_type] = STATE(4829), [sym_template_function] = STATE(4455), [sym_raw_string_literal] = STATE(3544), [sym_co_await_expression] = STATE(4455), [sym_new_expression] = STATE(4455), [sym_delete_expression] = STATE(4455), [sym_requires_clause] = STATE(4455), [sym_requires_expression] = STATE(4455), [sym_lambda_expression] = STATE(4455), [sym_lambda_capture_specifier] = STATE(5208), [sym_fold_expression] = STATE(4455), [sym_parameter_pack_expansion] = STATE(4455), [sym_type_parameter_pack_expansion] = STATE(6437), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5264), [sym_qualified_identifier] = STATE(3543), [sym_qualified_type_identifier] = STATE(4912), [sym_user_defined_literal] = STATE(4455), [aux_sym_type_definition_repeat1] = STATE(3787), [aux_sym_sized_type_specifier_repeat1] = STATE(2513), [sym_identifier] = ACTIONS(2616), [anon_sym_LPAREN2] = ACTIONS(2618), [anon_sym_BANG] = ACTIONS(2620), [anon_sym_TILDE] = ACTIONS(2620), [anon_sym_DASH] = ACTIONS(2622), [anon_sym_PLUS] = ACTIONS(2622), [anon_sym_STAR] = ACTIONS(2624), [anon_sym_AMP] = ACTIONS(2624), [anon_sym_COLON_COLON] = ACTIONS(2626), [anon_sym_signed] = ACTIONS(2628), [anon_sym_unsigned] = ACTIONS(2628), [anon_sym_long] = ACTIONS(2628), [anon_sym_short] = ACTIONS(2628), [anon_sym_LBRACK] = ACTIONS(1949), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(2630), [anon_sym_enum] = ACTIONS(2632), [anon_sym_class] = ACTIONS(2634), [anon_sym_struct] = ACTIONS(2636), [anon_sym_union] = ACTIONS(2638), [anon_sym_not] = ACTIONS(2622), [anon_sym_compl] = ACTIONS(2622), [anon_sym_DASH_DASH] = ACTIONS(2640), [anon_sym_PLUS_PLUS] = ACTIONS(2640), [anon_sym_sizeof] = ACTIONS(2642), [anon_sym_offsetof] = ACTIONS(2644), [anon_sym__Generic] = ACTIONS(2646), [anon_sym_asm] = ACTIONS(2648), [anon_sym___asm__] = ACTIONS(2648), [sym_number_literal] = ACTIONS(2650), [anon_sym_L_SQUOTE] = ACTIONS(2652), [anon_sym_u_SQUOTE] = ACTIONS(2652), [anon_sym_U_SQUOTE] = ACTIONS(2652), [anon_sym_u8_SQUOTE] = ACTIONS(2652), [anon_sym_SQUOTE] = ACTIONS(2652), [anon_sym_L_DQUOTE] = ACTIONS(2654), [anon_sym_u_DQUOTE] = ACTIONS(2654), [anon_sym_U_DQUOTE] = ACTIONS(2654), [anon_sym_u8_DQUOTE] = ACTIONS(2654), [anon_sym_DQUOTE] = ACTIONS(2654), [sym_true] = ACTIONS(2656), [sym_false] = ACTIONS(2656), [anon_sym_NULL] = ACTIONS(2658), [anon_sym_nullptr] = ACTIONS(2658), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2660), [anon_sym_decltype] = ACTIONS(2662), [anon_sym_typename] = ACTIONS(2664), [anon_sym_template] = ACTIONS(1329), [anon_sym_GT2] = ACTIONS(2680), [anon_sym_delete] = ACTIONS(2668), [anon_sym_R_DQUOTE] = ACTIONS(2670), [anon_sym_LR_DQUOTE] = ACTIONS(2670), [anon_sym_uR_DQUOTE] = ACTIONS(2670), [anon_sym_UR_DQUOTE] = ACTIONS(2670), [anon_sym_u8R_DQUOTE] = ACTIONS(2670), [anon_sym_co_await] = ACTIONS(2672), [anon_sym_new] = ACTIONS(2674), [anon_sym_requires] = ACTIONS(2676), [sym_this] = ACTIONS(2656), }, [345] = { [sym_type_qualifier] = STATE(3787), [sym__type_specifier] = STATE(4503), [sym_sized_type_specifier] = STATE(3111), [sym_enum_specifier] = STATE(3111), [sym_struct_specifier] = STATE(3111), [sym_union_specifier] = STATE(3111), [sym__expression] = STATE(4122), [sym__expression_not_binary] = STATE(4455), [sym_conditional_expression] = STATE(4455), [sym_assignment_expression] = STATE(4455), [sym_pointer_expression] = STATE(3543), [sym_unary_expression] = STATE(4455), [sym_binary_expression] = STATE(4455), [sym_update_expression] = STATE(4455), [sym_cast_expression] = STATE(4455), [sym_type_descriptor] = STATE(5977), [sym_sizeof_expression] = STATE(4455), [sym_offsetof_expression] = STATE(4455), [sym_generic_expression] = STATE(4455), [sym_subscript_expression] = STATE(3543), [sym_call_expression] = STATE(3543), [sym_gnu_asm_expression] = STATE(4455), [sym_field_expression] = STATE(3543), [sym_compound_literal_expression] = STATE(4455), [sym_parenthesized_expression] = STATE(3543), [sym_char_literal] = STATE(4150), [sym_concatenated_string] = STATE(4150), [sym_string_literal] = STATE(3544), [sym_null] = STATE(4455), [sym_placeholder_type_specifier] = STATE(3111), [sym_decltype_auto] = STATE(3112), [sym_decltype] = STATE(3056), [sym_class_specifier] = STATE(3111), [sym__class_name] = STATE(6810), [sym_dependent_type] = STATE(3111), [sym_template_type] = STATE(4829), [sym_template_function] = STATE(4455), [sym_raw_string_literal] = STATE(3544), [sym_co_await_expression] = STATE(4455), [sym_new_expression] = STATE(4455), [sym_delete_expression] = STATE(4455), [sym_requires_clause] = STATE(4455), [sym_requires_expression] = STATE(4455), [sym_lambda_expression] = STATE(4455), [sym_lambda_capture_specifier] = STATE(5208), [sym_fold_expression] = STATE(4455), [sym_parameter_pack_expansion] = STATE(4455), [sym_type_parameter_pack_expansion] = STATE(6278), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5264), [sym_qualified_identifier] = STATE(3543), [sym_qualified_type_identifier] = STATE(4912), [sym_user_defined_literal] = STATE(4455), [aux_sym_type_definition_repeat1] = STATE(3787), [aux_sym_sized_type_specifier_repeat1] = STATE(2513), [sym_identifier] = ACTIONS(2616), [anon_sym_LPAREN2] = ACTIONS(2618), [anon_sym_BANG] = ACTIONS(2620), [anon_sym_TILDE] = ACTIONS(2620), [anon_sym_DASH] = ACTIONS(2622), [anon_sym_PLUS] = ACTIONS(2622), [anon_sym_STAR] = ACTIONS(2624), [anon_sym_AMP] = ACTIONS(2624), [anon_sym_COLON_COLON] = ACTIONS(2626), [anon_sym_signed] = ACTIONS(2628), [anon_sym_unsigned] = ACTIONS(2628), [anon_sym_long] = ACTIONS(2628), [anon_sym_short] = ACTIONS(2628), [anon_sym_LBRACK] = ACTIONS(1949), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(2630), [anon_sym_enum] = ACTIONS(2632), [anon_sym_class] = ACTIONS(2634), [anon_sym_struct] = ACTIONS(2636), [anon_sym_union] = ACTIONS(2638), [anon_sym_not] = ACTIONS(2622), [anon_sym_compl] = ACTIONS(2622), [anon_sym_DASH_DASH] = ACTIONS(2640), [anon_sym_PLUS_PLUS] = ACTIONS(2640), [anon_sym_sizeof] = ACTIONS(2642), [anon_sym_offsetof] = ACTIONS(2644), [anon_sym__Generic] = ACTIONS(2646), [anon_sym_asm] = ACTIONS(2648), [anon_sym___asm__] = ACTIONS(2648), [sym_number_literal] = ACTIONS(2650), [anon_sym_L_SQUOTE] = ACTIONS(2652), [anon_sym_u_SQUOTE] = ACTIONS(2652), [anon_sym_U_SQUOTE] = ACTIONS(2652), [anon_sym_u8_SQUOTE] = ACTIONS(2652), [anon_sym_SQUOTE] = ACTIONS(2652), [anon_sym_L_DQUOTE] = ACTIONS(2654), [anon_sym_u_DQUOTE] = ACTIONS(2654), [anon_sym_U_DQUOTE] = ACTIONS(2654), [anon_sym_u8_DQUOTE] = ACTIONS(2654), [anon_sym_DQUOTE] = ACTIONS(2654), [sym_true] = ACTIONS(2656), [sym_false] = ACTIONS(2656), [anon_sym_NULL] = ACTIONS(2658), [anon_sym_nullptr] = ACTIONS(2658), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2660), [anon_sym_decltype] = ACTIONS(2662), [anon_sym_typename] = ACTIONS(2664), [anon_sym_template] = ACTIONS(1329), [anon_sym_GT2] = ACTIONS(2682), [anon_sym_delete] = ACTIONS(2668), [anon_sym_R_DQUOTE] = ACTIONS(2670), [anon_sym_LR_DQUOTE] = ACTIONS(2670), [anon_sym_uR_DQUOTE] = ACTIONS(2670), [anon_sym_UR_DQUOTE] = ACTIONS(2670), [anon_sym_u8R_DQUOTE] = ACTIONS(2670), [anon_sym_co_await] = ACTIONS(2672), [anon_sym_new] = ACTIONS(2674), [anon_sym_requires] = ACTIONS(2676), [sym_this] = ACTIONS(2656), }, [346] = { [sym_type_qualifier] = STATE(3787), [sym__type_specifier] = STATE(4503), [sym_sized_type_specifier] = STATE(3111), [sym_enum_specifier] = STATE(3111), [sym_struct_specifier] = STATE(3111), [sym_union_specifier] = STATE(3111), [sym__expression] = STATE(4107), [sym__expression_not_binary] = STATE(4455), [sym_conditional_expression] = STATE(4455), [sym_assignment_expression] = STATE(4455), [sym_pointer_expression] = STATE(3543), [sym_unary_expression] = STATE(4455), [sym_binary_expression] = STATE(4455), [sym_update_expression] = STATE(4455), [sym_cast_expression] = STATE(4455), [sym_type_descriptor] = STATE(6094), [sym_sizeof_expression] = STATE(4455), [sym_offsetof_expression] = STATE(4455), [sym_generic_expression] = STATE(4455), [sym_subscript_expression] = STATE(3543), [sym_call_expression] = STATE(3543), [sym_gnu_asm_expression] = STATE(4455), [sym_field_expression] = STATE(3543), [sym_compound_literal_expression] = STATE(4455), [sym_parenthesized_expression] = STATE(3543), [sym_char_literal] = STATE(4150), [sym_concatenated_string] = STATE(4150), [sym_string_literal] = STATE(3544), [sym_null] = STATE(4455), [sym_placeholder_type_specifier] = STATE(3111), [sym_decltype_auto] = STATE(3112), [sym_decltype] = STATE(3056), [sym_class_specifier] = STATE(3111), [sym__class_name] = STATE(6810), [sym_dependent_type] = STATE(3111), [sym_template_type] = STATE(4829), [sym_template_function] = STATE(4455), [sym_raw_string_literal] = STATE(3544), [sym_co_await_expression] = STATE(4455), [sym_new_expression] = STATE(4455), [sym_delete_expression] = STATE(4455), [sym_requires_clause] = STATE(4455), [sym_requires_expression] = STATE(4455), [sym_lambda_expression] = STATE(4455), [sym_lambda_capture_specifier] = STATE(5208), [sym_fold_expression] = STATE(4455), [sym_parameter_pack_expansion] = STATE(4455), [sym_type_parameter_pack_expansion] = STATE(6252), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5264), [sym_qualified_identifier] = STATE(3543), [sym_qualified_type_identifier] = STATE(4912), [sym_user_defined_literal] = STATE(4455), [aux_sym_type_definition_repeat1] = STATE(3787), [aux_sym_sized_type_specifier_repeat1] = STATE(2513), [sym_identifier] = ACTIONS(2616), [anon_sym_LPAREN2] = ACTIONS(2618), [anon_sym_BANG] = ACTIONS(2620), [anon_sym_TILDE] = ACTIONS(2620), [anon_sym_DASH] = ACTIONS(2622), [anon_sym_PLUS] = ACTIONS(2622), [anon_sym_STAR] = ACTIONS(2624), [anon_sym_AMP] = ACTIONS(2624), [anon_sym_COLON_COLON] = ACTIONS(2626), [anon_sym_signed] = ACTIONS(2628), [anon_sym_unsigned] = ACTIONS(2628), [anon_sym_long] = ACTIONS(2628), [anon_sym_short] = ACTIONS(2628), [anon_sym_LBRACK] = ACTIONS(1949), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(2630), [anon_sym_enum] = ACTIONS(2632), [anon_sym_class] = ACTIONS(2634), [anon_sym_struct] = ACTIONS(2636), [anon_sym_union] = ACTIONS(2638), [anon_sym_not] = ACTIONS(2622), [anon_sym_compl] = ACTIONS(2622), [anon_sym_DASH_DASH] = ACTIONS(2640), [anon_sym_PLUS_PLUS] = ACTIONS(2640), [anon_sym_sizeof] = ACTIONS(2642), [anon_sym_offsetof] = ACTIONS(2644), [anon_sym__Generic] = ACTIONS(2646), [anon_sym_asm] = ACTIONS(2648), [anon_sym___asm__] = ACTIONS(2648), [sym_number_literal] = ACTIONS(2650), [anon_sym_L_SQUOTE] = ACTIONS(2652), [anon_sym_u_SQUOTE] = ACTIONS(2652), [anon_sym_U_SQUOTE] = ACTIONS(2652), [anon_sym_u8_SQUOTE] = ACTIONS(2652), [anon_sym_SQUOTE] = ACTIONS(2652), [anon_sym_L_DQUOTE] = ACTIONS(2654), [anon_sym_u_DQUOTE] = ACTIONS(2654), [anon_sym_U_DQUOTE] = ACTIONS(2654), [anon_sym_u8_DQUOTE] = ACTIONS(2654), [anon_sym_DQUOTE] = ACTIONS(2654), [sym_true] = ACTIONS(2656), [sym_false] = ACTIONS(2656), [anon_sym_NULL] = ACTIONS(2658), [anon_sym_nullptr] = ACTIONS(2658), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2660), [anon_sym_decltype] = ACTIONS(2662), [anon_sym_typename] = ACTIONS(2664), [anon_sym_template] = ACTIONS(1329), [anon_sym_GT2] = ACTIONS(2684), [anon_sym_delete] = ACTIONS(2668), [anon_sym_R_DQUOTE] = ACTIONS(2670), [anon_sym_LR_DQUOTE] = ACTIONS(2670), [anon_sym_uR_DQUOTE] = ACTIONS(2670), [anon_sym_UR_DQUOTE] = ACTIONS(2670), [anon_sym_u8R_DQUOTE] = ACTIONS(2670), [anon_sym_co_await] = ACTIONS(2672), [anon_sym_new] = ACTIONS(2674), [anon_sym_requires] = ACTIONS(2676), [sym_this] = ACTIONS(2656), }, [347] = { [sym_type_qualifier] = STATE(3787), [sym__type_specifier] = STATE(4503), [sym_sized_type_specifier] = STATE(3111), [sym_enum_specifier] = STATE(3111), [sym_struct_specifier] = STATE(3111), [sym_union_specifier] = STATE(3111), [sym__expression] = STATE(4085), [sym__expression_not_binary] = STATE(4455), [sym_conditional_expression] = STATE(4455), [sym_assignment_expression] = STATE(4455), [sym_pointer_expression] = STATE(3543), [sym_unary_expression] = STATE(4455), [sym_binary_expression] = STATE(4455), [sym_update_expression] = STATE(4455), [sym_cast_expression] = STATE(4455), [sym_type_descriptor] = STATE(6034), [sym_sizeof_expression] = STATE(4455), [sym_offsetof_expression] = STATE(4455), [sym_generic_expression] = STATE(4455), [sym_subscript_expression] = STATE(3543), [sym_call_expression] = STATE(3543), [sym_gnu_asm_expression] = STATE(4455), [sym_field_expression] = STATE(3543), [sym_compound_literal_expression] = STATE(4455), [sym_parenthesized_expression] = STATE(3543), [sym_char_literal] = STATE(4150), [sym_concatenated_string] = STATE(4150), [sym_string_literal] = STATE(3544), [sym_null] = STATE(4455), [sym_placeholder_type_specifier] = STATE(3111), [sym_decltype_auto] = STATE(3112), [sym_decltype] = STATE(3056), [sym_class_specifier] = STATE(3111), [sym__class_name] = STATE(6810), [sym_dependent_type] = STATE(3111), [sym_template_type] = STATE(4829), [sym_template_function] = STATE(4455), [sym_raw_string_literal] = STATE(3544), [sym_co_await_expression] = STATE(4455), [sym_new_expression] = STATE(4455), [sym_delete_expression] = STATE(4455), [sym_requires_clause] = STATE(4455), [sym_requires_expression] = STATE(4455), [sym_lambda_expression] = STATE(4455), [sym_lambda_capture_specifier] = STATE(5208), [sym_fold_expression] = STATE(4455), [sym_parameter_pack_expansion] = STATE(4455), [sym_type_parameter_pack_expansion] = STATE(6530), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5264), [sym_qualified_identifier] = STATE(3543), [sym_qualified_type_identifier] = STATE(4912), [sym_user_defined_literal] = STATE(4455), [aux_sym_type_definition_repeat1] = STATE(3787), [aux_sym_sized_type_specifier_repeat1] = STATE(2513), [sym_identifier] = ACTIONS(2616), [anon_sym_LPAREN2] = ACTIONS(2618), [anon_sym_BANG] = ACTIONS(2620), [anon_sym_TILDE] = ACTIONS(2620), [anon_sym_DASH] = ACTIONS(2622), [anon_sym_PLUS] = ACTIONS(2622), [anon_sym_STAR] = ACTIONS(2624), [anon_sym_AMP] = ACTIONS(2624), [anon_sym_COLON_COLON] = ACTIONS(2626), [anon_sym_signed] = ACTIONS(2628), [anon_sym_unsigned] = ACTIONS(2628), [anon_sym_long] = ACTIONS(2628), [anon_sym_short] = ACTIONS(2628), [anon_sym_LBRACK] = ACTIONS(1949), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(2630), [anon_sym_enum] = ACTIONS(2632), [anon_sym_class] = ACTIONS(2634), [anon_sym_struct] = ACTIONS(2636), [anon_sym_union] = ACTIONS(2638), [anon_sym_not] = ACTIONS(2622), [anon_sym_compl] = ACTIONS(2622), [anon_sym_DASH_DASH] = ACTIONS(2640), [anon_sym_PLUS_PLUS] = ACTIONS(2640), [anon_sym_sizeof] = ACTIONS(2642), [anon_sym_offsetof] = ACTIONS(2644), [anon_sym__Generic] = ACTIONS(2646), [anon_sym_asm] = ACTIONS(2648), [anon_sym___asm__] = ACTIONS(2648), [sym_number_literal] = ACTIONS(2650), [anon_sym_L_SQUOTE] = ACTIONS(2652), [anon_sym_u_SQUOTE] = ACTIONS(2652), [anon_sym_U_SQUOTE] = ACTIONS(2652), [anon_sym_u8_SQUOTE] = ACTIONS(2652), [anon_sym_SQUOTE] = ACTIONS(2652), [anon_sym_L_DQUOTE] = ACTIONS(2654), [anon_sym_u_DQUOTE] = ACTIONS(2654), [anon_sym_U_DQUOTE] = ACTIONS(2654), [anon_sym_u8_DQUOTE] = ACTIONS(2654), [anon_sym_DQUOTE] = ACTIONS(2654), [sym_true] = ACTIONS(2656), [sym_false] = ACTIONS(2656), [anon_sym_NULL] = ACTIONS(2658), [anon_sym_nullptr] = ACTIONS(2658), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2660), [anon_sym_decltype] = ACTIONS(2662), [anon_sym_typename] = ACTIONS(2664), [anon_sym_template] = ACTIONS(1329), [anon_sym_GT2] = ACTIONS(2686), [anon_sym_delete] = ACTIONS(2668), [anon_sym_R_DQUOTE] = ACTIONS(2670), [anon_sym_LR_DQUOTE] = ACTIONS(2670), [anon_sym_uR_DQUOTE] = ACTIONS(2670), [anon_sym_UR_DQUOTE] = ACTIONS(2670), [anon_sym_u8R_DQUOTE] = ACTIONS(2670), [anon_sym_co_await] = ACTIONS(2672), [anon_sym_new] = ACTIONS(2674), [anon_sym_requires] = ACTIONS(2676), [sym_this] = ACTIONS(2656), }, [348] = { [sym_type_qualifier] = STATE(3787), [sym__type_specifier] = STATE(4503), [sym_sized_type_specifier] = STATE(3111), [sym_enum_specifier] = STATE(3111), [sym_struct_specifier] = STATE(3111), [sym_union_specifier] = STATE(3111), [sym__expression] = STATE(4088), [sym__expression_not_binary] = STATE(4455), [sym_conditional_expression] = STATE(4455), [sym_assignment_expression] = STATE(4455), [sym_pointer_expression] = STATE(3543), [sym_unary_expression] = STATE(4455), [sym_binary_expression] = STATE(4455), [sym_update_expression] = STATE(4455), [sym_cast_expression] = STATE(4455), [sym_type_descriptor] = STATE(6015), [sym_sizeof_expression] = STATE(4455), [sym_offsetof_expression] = STATE(4455), [sym_generic_expression] = STATE(4455), [sym_subscript_expression] = STATE(3543), [sym_call_expression] = STATE(3543), [sym_gnu_asm_expression] = STATE(4455), [sym_field_expression] = STATE(3543), [sym_compound_literal_expression] = STATE(4455), [sym_parenthesized_expression] = STATE(3543), [sym_char_literal] = STATE(4150), [sym_concatenated_string] = STATE(4150), [sym_string_literal] = STATE(3544), [sym_null] = STATE(4455), [sym_placeholder_type_specifier] = STATE(3111), [sym_decltype_auto] = STATE(3112), [sym_decltype] = STATE(3056), [sym_class_specifier] = STATE(3111), [sym__class_name] = STATE(6810), [sym_dependent_type] = STATE(3111), [sym_template_type] = STATE(4829), [sym_template_function] = STATE(4455), [sym_raw_string_literal] = STATE(3544), [sym_co_await_expression] = STATE(4455), [sym_new_expression] = STATE(4455), [sym_delete_expression] = STATE(4455), [sym_requires_clause] = STATE(4455), [sym_requires_expression] = STATE(4455), [sym_lambda_expression] = STATE(4455), [sym_lambda_capture_specifier] = STATE(5208), [sym_fold_expression] = STATE(4455), [sym_parameter_pack_expansion] = STATE(4455), [sym_type_parameter_pack_expansion] = STATE(6402), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5264), [sym_qualified_identifier] = STATE(3543), [sym_qualified_type_identifier] = STATE(4912), [sym_user_defined_literal] = STATE(4455), [aux_sym_type_definition_repeat1] = STATE(3787), [aux_sym_sized_type_specifier_repeat1] = STATE(2513), [sym_identifier] = ACTIONS(2616), [anon_sym_LPAREN2] = ACTIONS(2618), [anon_sym_BANG] = ACTIONS(2620), [anon_sym_TILDE] = ACTIONS(2620), [anon_sym_DASH] = ACTIONS(2622), [anon_sym_PLUS] = ACTIONS(2622), [anon_sym_STAR] = ACTIONS(2624), [anon_sym_AMP] = ACTIONS(2624), [anon_sym_COLON_COLON] = ACTIONS(2626), [anon_sym_signed] = ACTIONS(2628), [anon_sym_unsigned] = ACTIONS(2628), [anon_sym_long] = ACTIONS(2628), [anon_sym_short] = ACTIONS(2628), [anon_sym_LBRACK] = ACTIONS(1949), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(2630), [anon_sym_enum] = ACTIONS(2632), [anon_sym_class] = ACTIONS(2634), [anon_sym_struct] = ACTIONS(2636), [anon_sym_union] = ACTIONS(2638), [anon_sym_not] = ACTIONS(2622), [anon_sym_compl] = ACTIONS(2622), [anon_sym_DASH_DASH] = ACTIONS(2640), [anon_sym_PLUS_PLUS] = ACTIONS(2640), [anon_sym_sizeof] = ACTIONS(2642), [anon_sym_offsetof] = ACTIONS(2644), [anon_sym__Generic] = ACTIONS(2646), [anon_sym_asm] = ACTIONS(2648), [anon_sym___asm__] = ACTIONS(2648), [sym_number_literal] = ACTIONS(2650), [anon_sym_L_SQUOTE] = ACTIONS(2652), [anon_sym_u_SQUOTE] = ACTIONS(2652), [anon_sym_U_SQUOTE] = ACTIONS(2652), [anon_sym_u8_SQUOTE] = ACTIONS(2652), [anon_sym_SQUOTE] = ACTIONS(2652), [anon_sym_L_DQUOTE] = ACTIONS(2654), [anon_sym_u_DQUOTE] = ACTIONS(2654), [anon_sym_U_DQUOTE] = ACTIONS(2654), [anon_sym_u8_DQUOTE] = ACTIONS(2654), [anon_sym_DQUOTE] = ACTIONS(2654), [sym_true] = ACTIONS(2656), [sym_false] = ACTIONS(2656), [anon_sym_NULL] = ACTIONS(2658), [anon_sym_nullptr] = ACTIONS(2658), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2660), [anon_sym_decltype] = ACTIONS(2662), [anon_sym_typename] = ACTIONS(2664), [anon_sym_template] = ACTIONS(1329), [anon_sym_GT2] = ACTIONS(2688), [anon_sym_delete] = ACTIONS(2668), [anon_sym_R_DQUOTE] = ACTIONS(2670), [anon_sym_LR_DQUOTE] = ACTIONS(2670), [anon_sym_uR_DQUOTE] = ACTIONS(2670), [anon_sym_UR_DQUOTE] = ACTIONS(2670), [anon_sym_u8R_DQUOTE] = ACTIONS(2670), [anon_sym_co_await] = ACTIONS(2672), [anon_sym_new] = ACTIONS(2674), [anon_sym_requires] = ACTIONS(2676), [sym_this] = ACTIONS(2656), }, [349] = { [sym_type_qualifier] = STATE(3787), [sym__type_specifier] = STATE(4503), [sym_sized_type_specifier] = STATE(3111), [sym_enum_specifier] = STATE(3111), [sym_struct_specifier] = STATE(3111), [sym_union_specifier] = STATE(3111), [sym__expression] = STATE(4087), [sym__expression_not_binary] = STATE(4455), [sym_conditional_expression] = STATE(4455), [sym_assignment_expression] = STATE(4455), [sym_pointer_expression] = STATE(3543), [sym_unary_expression] = STATE(4455), [sym_binary_expression] = STATE(4455), [sym_update_expression] = STATE(4455), [sym_cast_expression] = STATE(4455), [sym_type_descriptor] = STATE(6168), [sym_sizeof_expression] = STATE(4455), [sym_offsetof_expression] = STATE(4455), [sym_generic_expression] = STATE(4455), [sym_subscript_expression] = STATE(3543), [sym_call_expression] = STATE(3543), [sym_gnu_asm_expression] = STATE(4455), [sym_field_expression] = STATE(3543), [sym_compound_literal_expression] = STATE(4455), [sym_parenthesized_expression] = STATE(3543), [sym_char_literal] = STATE(4150), [sym_concatenated_string] = STATE(4150), [sym_string_literal] = STATE(3544), [sym_null] = STATE(4455), [sym_placeholder_type_specifier] = STATE(3111), [sym_decltype_auto] = STATE(3112), [sym_decltype] = STATE(3056), [sym_class_specifier] = STATE(3111), [sym__class_name] = STATE(6810), [sym_dependent_type] = STATE(3111), [sym_template_type] = STATE(4829), [sym_template_function] = STATE(4455), [sym_raw_string_literal] = STATE(3544), [sym_co_await_expression] = STATE(4455), [sym_new_expression] = STATE(4455), [sym_delete_expression] = STATE(4455), [sym_requires_clause] = STATE(4455), [sym_requires_expression] = STATE(4455), [sym_lambda_expression] = STATE(4455), [sym_lambda_capture_specifier] = STATE(5208), [sym_fold_expression] = STATE(4455), [sym_parameter_pack_expansion] = STATE(4455), [sym_type_parameter_pack_expansion] = STATE(6603), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5264), [sym_qualified_identifier] = STATE(3543), [sym_qualified_type_identifier] = STATE(4912), [sym_user_defined_literal] = STATE(4455), [aux_sym_type_definition_repeat1] = STATE(3787), [aux_sym_sized_type_specifier_repeat1] = STATE(2513), [sym_identifier] = ACTIONS(2616), [anon_sym_LPAREN2] = ACTIONS(2618), [anon_sym_BANG] = ACTIONS(2620), [anon_sym_TILDE] = ACTIONS(2620), [anon_sym_DASH] = ACTIONS(2622), [anon_sym_PLUS] = ACTIONS(2622), [anon_sym_STAR] = ACTIONS(2624), [anon_sym_AMP] = ACTIONS(2624), [anon_sym_COLON_COLON] = ACTIONS(2626), [anon_sym_signed] = ACTIONS(2628), [anon_sym_unsigned] = ACTIONS(2628), [anon_sym_long] = ACTIONS(2628), [anon_sym_short] = ACTIONS(2628), [anon_sym_LBRACK] = ACTIONS(1949), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(2630), [anon_sym_enum] = ACTIONS(2632), [anon_sym_class] = ACTIONS(2634), [anon_sym_struct] = ACTIONS(2636), [anon_sym_union] = ACTIONS(2638), [anon_sym_not] = ACTIONS(2622), [anon_sym_compl] = ACTIONS(2622), [anon_sym_DASH_DASH] = ACTIONS(2640), [anon_sym_PLUS_PLUS] = ACTIONS(2640), [anon_sym_sizeof] = ACTIONS(2642), [anon_sym_offsetof] = ACTIONS(2644), [anon_sym__Generic] = ACTIONS(2646), [anon_sym_asm] = ACTIONS(2648), [anon_sym___asm__] = ACTIONS(2648), [sym_number_literal] = ACTIONS(2650), [anon_sym_L_SQUOTE] = ACTIONS(2652), [anon_sym_u_SQUOTE] = ACTIONS(2652), [anon_sym_U_SQUOTE] = ACTIONS(2652), [anon_sym_u8_SQUOTE] = ACTIONS(2652), [anon_sym_SQUOTE] = ACTIONS(2652), [anon_sym_L_DQUOTE] = ACTIONS(2654), [anon_sym_u_DQUOTE] = ACTIONS(2654), [anon_sym_U_DQUOTE] = ACTIONS(2654), [anon_sym_u8_DQUOTE] = ACTIONS(2654), [anon_sym_DQUOTE] = ACTIONS(2654), [sym_true] = ACTIONS(2656), [sym_false] = ACTIONS(2656), [anon_sym_NULL] = ACTIONS(2658), [anon_sym_nullptr] = ACTIONS(2658), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2660), [anon_sym_decltype] = ACTIONS(2662), [anon_sym_typename] = ACTIONS(2664), [anon_sym_template] = ACTIONS(1329), [anon_sym_GT2] = ACTIONS(2690), [anon_sym_delete] = ACTIONS(2668), [anon_sym_R_DQUOTE] = ACTIONS(2670), [anon_sym_LR_DQUOTE] = ACTIONS(2670), [anon_sym_uR_DQUOTE] = ACTIONS(2670), [anon_sym_UR_DQUOTE] = ACTIONS(2670), [anon_sym_u8R_DQUOTE] = ACTIONS(2670), [anon_sym_co_await] = ACTIONS(2672), [anon_sym_new] = ACTIONS(2674), [anon_sym_requires] = ACTIONS(2676), [sym_this] = ACTIONS(2656), }, [350] = { [sym_type_qualifier] = STATE(3787), [sym__type_specifier] = STATE(4503), [sym_sized_type_specifier] = STATE(3111), [sym_enum_specifier] = STATE(3111), [sym_struct_specifier] = STATE(3111), [sym_union_specifier] = STATE(3111), [sym__expression] = STATE(4074), [sym__expression_not_binary] = STATE(4455), [sym_conditional_expression] = STATE(4455), [sym_assignment_expression] = STATE(4455), [sym_pointer_expression] = STATE(3543), [sym_unary_expression] = STATE(4455), [sym_binary_expression] = STATE(4455), [sym_update_expression] = STATE(4455), [sym_cast_expression] = STATE(4455), [sym_type_descriptor] = STATE(6000), [sym_sizeof_expression] = STATE(4455), [sym_offsetof_expression] = STATE(4455), [sym_generic_expression] = STATE(4455), [sym_subscript_expression] = STATE(3543), [sym_call_expression] = STATE(3543), [sym_gnu_asm_expression] = STATE(4455), [sym_field_expression] = STATE(3543), [sym_compound_literal_expression] = STATE(4455), [sym_parenthesized_expression] = STATE(3543), [sym_char_literal] = STATE(4150), [sym_concatenated_string] = STATE(4150), [sym_string_literal] = STATE(3544), [sym_null] = STATE(4455), [sym_placeholder_type_specifier] = STATE(3111), [sym_decltype_auto] = STATE(3112), [sym_decltype] = STATE(3056), [sym_class_specifier] = STATE(3111), [sym__class_name] = STATE(6810), [sym_dependent_type] = STATE(3111), [sym_template_type] = STATE(4829), [sym_template_function] = STATE(4455), [sym_raw_string_literal] = STATE(3544), [sym_co_await_expression] = STATE(4455), [sym_new_expression] = STATE(4455), [sym_delete_expression] = STATE(4455), [sym_requires_clause] = STATE(4455), [sym_requires_expression] = STATE(4455), [sym_lambda_expression] = STATE(4455), [sym_lambda_capture_specifier] = STATE(5208), [sym_fold_expression] = STATE(4455), [sym_parameter_pack_expansion] = STATE(4455), [sym_type_parameter_pack_expansion] = STATE(6498), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5264), [sym_qualified_identifier] = STATE(3543), [sym_qualified_type_identifier] = STATE(4912), [sym_user_defined_literal] = STATE(4455), [aux_sym_type_definition_repeat1] = STATE(3787), [aux_sym_sized_type_specifier_repeat1] = STATE(2513), [sym_identifier] = ACTIONS(2616), [anon_sym_LPAREN2] = ACTIONS(2618), [anon_sym_BANG] = ACTIONS(2620), [anon_sym_TILDE] = ACTIONS(2620), [anon_sym_DASH] = ACTIONS(2622), [anon_sym_PLUS] = ACTIONS(2622), [anon_sym_STAR] = ACTIONS(2624), [anon_sym_AMP] = ACTIONS(2624), [anon_sym_COLON_COLON] = ACTIONS(2626), [anon_sym_signed] = ACTIONS(2628), [anon_sym_unsigned] = ACTIONS(2628), [anon_sym_long] = ACTIONS(2628), [anon_sym_short] = ACTIONS(2628), [anon_sym_LBRACK] = ACTIONS(1949), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(2630), [anon_sym_enum] = ACTIONS(2632), [anon_sym_class] = ACTIONS(2634), [anon_sym_struct] = ACTIONS(2636), [anon_sym_union] = ACTIONS(2638), [anon_sym_not] = ACTIONS(2622), [anon_sym_compl] = ACTIONS(2622), [anon_sym_DASH_DASH] = ACTIONS(2640), [anon_sym_PLUS_PLUS] = ACTIONS(2640), [anon_sym_sizeof] = ACTIONS(2642), [anon_sym_offsetof] = ACTIONS(2644), [anon_sym__Generic] = ACTIONS(2646), [anon_sym_asm] = ACTIONS(2648), [anon_sym___asm__] = ACTIONS(2648), [sym_number_literal] = ACTIONS(2650), [anon_sym_L_SQUOTE] = ACTIONS(2652), [anon_sym_u_SQUOTE] = ACTIONS(2652), [anon_sym_U_SQUOTE] = ACTIONS(2652), [anon_sym_u8_SQUOTE] = ACTIONS(2652), [anon_sym_SQUOTE] = ACTIONS(2652), [anon_sym_L_DQUOTE] = ACTIONS(2654), [anon_sym_u_DQUOTE] = ACTIONS(2654), [anon_sym_U_DQUOTE] = ACTIONS(2654), [anon_sym_u8_DQUOTE] = ACTIONS(2654), [anon_sym_DQUOTE] = ACTIONS(2654), [sym_true] = ACTIONS(2656), [sym_false] = ACTIONS(2656), [anon_sym_NULL] = ACTIONS(2658), [anon_sym_nullptr] = ACTIONS(2658), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2660), [anon_sym_decltype] = ACTIONS(2662), [anon_sym_typename] = ACTIONS(2664), [anon_sym_template] = ACTIONS(1329), [anon_sym_GT2] = ACTIONS(2692), [anon_sym_delete] = ACTIONS(2668), [anon_sym_R_DQUOTE] = ACTIONS(2670), [anon_sym_LR_DQUOTE] = ACTIONS(2670), [anon_sym_uR_DQUOTE] = ACTIONS(2670), [anon_sym_UR_DQUOTE] = ACTIONS(2670), [anon_sym_u8R_DQUOTE] = ACTIONS(2670), [anon_sym_co_await] = ACTIONS(2672), [anon_sym_new] = ACTIONS(2674), [anon_sym_requires] = ACTIONS(2676), [sym_this] = ACTIONS(2656), }, [351] = { [sym_type_qualifier] = STATE(3787), [sym__type_specifier] = STATE(4503), [sym_sized_type_specifier] = STATE(3111), [sym_enum_specifier] = STATE(3111), [sym_struct_specifier] = STATE(3111), [sym_union_specifier] = STATE(3111), [sym__expression] = STATE(4067), [sym__expression_not_binary] = STATE(4455), [sym_conditional_expression] = STATE(4455), [sym_assignment_expression] = STATE(4455), [sym_pointer_expression] = STATE(3543), [sym_unary_expression] = STATE(4455), [sym_binary_expression] = STATE(4455), [sym_update_expression] = STATE(4455), [sym_cast_expression] = STATE(4455), [sym_type_descriptor] = STATE(5971), [sym_sizeof_expression] = STATE(4455), [sym_offsetof_expression] = STATE(4455), [sym_generic_expression] = STATE(4455), [sym_subscript_expression] = STATE(3543), [sym_call_expression] = STATE(3543), [sym_gnu_asm_expression] = STATE(4455), [sym_field_expression] = STATE(3543), [sym_compound_literal_expression] = STATE(4455), [sym_parenthesized_expression] = STATE(3543), [sym_char_literal] = STATE(4150), [sym_concatenated_string] = STATE(4150), [sym_string_literal] = STATE(3544), [sym_null] = STATE(4455), [sym_placeholder_type_specifier] = STATE(3111), [sym_decltype_auto] = STATE(3112), [sym_decltype] = STATE(3056), [sym_class_specifier] = STATE(3111), [sym__class_name] = STATE(6810), [sym_dependent_type] = STATE(3111), [sym_template_type] = STATE(4829), [sym_template_function] = STATE(4455), [sym_raw_string_literal] = STATE(3544), [sym_co_await_expression] = STATE(4455), [sym_new_expression] = STATE(4455), [sym_delete_expression] = STATE(4455), [sym_requires_clause] = STATE(4455), [sym_requires_expression] = STATE(4455), [sym_lambda_expression] = STATE(4455), [sym_lambda_capture_specifier] = STATE(5208), [sym_fold_expression] = STATE(4455), [sym_parameter_pack_expansion] = STATE(4455), [sym_type_parameter_pack_expansion] = STATE(6464), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5264), [sym_qualified_identifier] = STATE(3543), [sym_qualified_type_identifier] = STATE(4912), [sym_user_defined_literal] = STATE(4455), [aux_sym_type_definition_repeat1] = STATE(3787), [aux_sym_sized_type_specifier_repeat1] = STATE(2513), [sym_identifier] = ACTIONS(2616), [anon_sym_LPAREN2] = ACTIONS(2618), [anon_sym_BANG] = ACTIONS(2620), [anon_sym_TILDE] = ACTIONS(2620), [anon_sym_DASH] = ACTIONS(2622), [anon_sym_PLUS] = ACTIONS(2622), [anon_sym_STAR] = ACTIONS(2624), [anon_sym_AMP] = ACTIONS(2624), [anon_sym_COLON_COLON] = ACTIONS(2626), [anon_sym_signed] = ACTIONS(2628), [anon_sym_unsigned] = ACTIONS(2628), [anon_sym_long] = ACTIONS(2628), [anon_sym_short] = ACTIONS(2628), [anon_sym_LBRACK] = ACTIONS(1949), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(2630), [anon_sym_enum] = ACTIONS(2632), [anon_sym_class] = ACTIONS(2634), [anon_sym_struct] = ACTIONS(2636), [anon_sym_union] = ACTIONS(2638), [anon_sym_not] = ACTIONS(2622), [anon_sym_compl] = ACTIONS(2622), [anon_sym_DASH_DASH] = ACTIONS(2640), [anon_sym_PLUS_PLUS] = ACTIONS(2640), [anon_sym_sizeof] = ACTIONS(2642), [anon_sym_offsetof] = ACTIONS(2644), [anon_sym__Generic] = ACTIONS(2646), [anon_sym_asm] = ACTIONS(2648), [anon_sym___asm__] = ACTIONS(2648), [sym_number_literal] = ACTIONS(2650), [anon_sym_L_SQUOTE] = ACTIONS(2652), [anon_sym_u_SQUOTE] = ACTIONS(2652), [anon_sym_U_SQUOTE] = ACTIONS(2652), [anon_sym_u8_SQUOTE] = ACTIONS(2652), [anon_sym_SQUOTE] = ACTIONS(2652), [anon_sym_L_DQUOTE] = ACTIONS(2654), [anon_sym_u_DQUOTE] = ACTIONS(2654), [anon_sym_U_DQUOTE] = ACTIONS(2654), [anon_sym_u8_DQUOTE] = ACTIONS(2654), [anon_sym_DQUOTE] = ACTIONS(2654), [sym_true] = ACTIONS(2656), [sym_false] = ACTIONS(2656), [anon_sym_NULL] = ACTIONS(2658), [anon_sym_nullptr] = ACTIONS(2658), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2660), [anon_sym_decltype] = ACTIONS(2662), [anon_sym_typename] = ACTIONS(2664), [anon_sym_template] = ACTIONS(1329), [anon_sym_GT2] = ACTIONS(2694), [anon_sym_delete] = ACTIONS(2668), [anon_sym_R_DQUOTE] = ACTIONS(2670), [anon_sym_LR_DQUOTE] = ACTIONS(2670), [anon_sym_uR_DQUOTE] = ACTIONS(2670), [anon_sym_UR_DQUOTE] = ACTIONS(2670), [anon_sym_u8R_DQUOTE] = ACTIONS(2670), [anon_sym_co_await] = ACTIONS(2672), [anon_sym_new] = ACTIONS(2674), [anon_sym_requires] = ACTIONS(2676), [sym_this] = ACTIONS(2656), }, [352] = { [sym_catch_clause] = STATE(352), [aux_sym_constructor_try_statement_repeat1] = STATE(352), [sym_identifier] = ACTIONS(2696), [aux_sym_preproc_include_token1] = ACTIONS(2696), [aux_sym_preproc_def_token1] = ACTIONS(2696), [aux_sym_preproc_if_token1] = ACTIONS(2696), [aux_sym_preproc_if_token2] = ACTIONS(2696), [aux_sym_preproc_ifdef_token1] = ACTIONS(2696), [aux_sym_preproc_ifdef_token2] = ACTIONS(2696), [aux_sym_preproc_else_token1] = ACTIONS(2696), [aux_sym_preproc_elif_token1] = ACTIONS(2696), [aux_sym_preproc_elifdef_token1] = ACTIONS(2696), [aux_sym_preproc_elifdef_token2] = ACTIONS(2696), [sym_preproc_directive] = ACTIONS(2696), [anon_sym_LPAREN2] = ACTIONS(2698), [anon_sym_BANG] = ACTIONS(2698), [anon_sym_TILDE] = ACTIONS(2698), [anon_sym_DASH] = ACTIONS(2696), [anon_sym_PLUS] = ACTIONS(2696), [anon_sym_STAR] = ACTIONS(2698), [anon_sym_AMP_AMP] = ACTIONS(2698), [anon_sym_AMP] = ACTIONS(2696), [anon_sym_SEMI] = ACTIONS(2698), [anon_sym_typedef] = ACTIONS(2696), [anon_sym_extern] = ACTIONS(2696), [anon_sym___attribute__] = ACTIONS(2696), [anon_sym_COLON_COLON] = ACTIONS(2698), [anon_sym_LBRACK_LBRACK] = ACTIONS(2698), [anon_sym___declspec] = ACTIONS(2696), [anon_sym___based] = ACTIONS(2696), [anon_sym___cdecl] = ACTIONS(2696), [anon_sym___clrcall] = ACTIONS(2696), [anon_sym___stdcall] = ACTIONS(2696), [anon_sym___fastcall] = ACTIONS(2696), [anon_sym___thiscall] = ACTIONS(2696), [anon_sym___vectorcall] = ACTIONS(2696), [anon_sym_LBRACE] = ACTIONS(2698), [anon_sym_signed] = ACTIONS(2696), [anon_sym_unsigned] = ACTIONS(2696), [anon_sym_long] = ACTIONS(2696), [anon_sym_short] = ACTIONS(2696), [anon_sym_LBRACK] = ACTIONS(2696), [anon_sym_static] = ACTIONS(2696), [anon_sym_register] = ACTIONS(2696), [anon_sym_inline] = ACTIONS(2696), [anon_sym_thread_local] = ACTIONS(2696), [anon_sym_const] = ACTIONS(2696), [anon_sym_constexpr] = ACTIONS(2696), [anon_sym_volatile] = ACTIONS(2696), [anon_sym_restrict] = ACTIONS(2696), [anon_sym___restrict__] = ACTIONS(2696), [anon_sym__Atomic] = ACTIONS(2696), [anon_sym__Noreturn] = ACTIONS(2696), [anon_sym_noreturn] = ACTIONS(2696), [anon_sym_mutable] = ACTIONS(2696), [anon_sym_constinit] = ACTIONS(2696), [anon_sym_consteval] = ACTIONS(2696), [sym_primitive_type] = ACTIONS(2696), [anon_sym_enum] = ACTIONS(2696), [anon_sym_class] = ACTIONS(2696), [anon_sym_struct] = ACTIONS(2696), [anon_sym_union] = ACTIONS(2696), [anon_sym_if] = ACTIONS(2696), [anon_sym_else] = ACTIONS(2696), [anon_sym_switch] = ACTIONS(2696), [anon_sym_case] = ACTIONS(2696), [anon_sym_default] = ACTIONS(2696), [anon_sym_while] = ACTIONS(2696), [anon_sym_do] = ACTIONS(2696), [anon_sym_for] = ACTIONS(2696), [anon_sym_return] = ACTIONS(2696), [anon_sym_break] = ACTIONS(2696), [anon_sym_continue] = ACTIONS(2696), [anon_sym_goto] = ACTIONS(2696), [anon_sym_not] = ACTIONS(2696), [anon_sym_compl] = ACTIONS(2696), [anon_sym_DASH_DASH] = ACTIONS(2698), [anon_sym_PLUS_PLUS] = ACTIONS(2698), [anon_sym_sizeof] = ACTIONS(2696), [anon_sym_offsetof] = ACTIONS(2696), [anon_sym__Generic] = ACTIONS(2696), [anon_sym_asm] = ACTIONS(2696), [anon_sym___asm__] = ACTIONS(2696), [sym_number_literal] = ACTIONS(2698), [anon_sym_L_SQUOTE] = ACTIONS(2698), [anon_sym_u_SQUOTE] = ACTIONS(2698), [anon_sym_U_SQUOTE] = ACTIONS(2698), [anon_sym_u8_SQUOTE] = ACTIONS(2698), [anon_sym_SQUOTE] = ACTIONS(2698), [anon_sym_L_DQUOTE] = ACTIONS(2698), [anon_sym_u_DQUOTE] = ACTIONS(2698), [anon_sym_U_DQUOTE] = ACTIONS(2698), [anon_sym_u8_DQUOTE] = ACTIONS(2698), [anon_sym_DQUOTE] = ACTIONS(2698), [sym_true] = ACTIONS(2696), [sym_false] = ACTIONS(2696), [anon_sym_NULL] = ACTIONS(2696), [anon_sym_nullptr] = ACTIONS(2696), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2696), [anon_sym_decltype] = ACTIONS(2696), [anon_sym_virtual] = ACTIONS(2696), [anon_sym_explicit] = ACTIONS(2696), [anon_sym_typename] = ACTIONS(2696), [anon_sym_template] = ACTIONS(2696), [anon_sym_operator] = ACTIONS(2696), [anon_sym_try] = ACTIONS(2696), [anon_sym_delete] = ACTIONS(2696), [anon_sym_throw] = ACTIONS(2696), [anon_sym_namespace] = ACTIONS(2696), [anon_sym_using] = ACTIONS(2696), [anon_sym_static_assert] = ACTIONS(2696), [anon_sym_concept] = ACTIONS(2696), [anon_sym_co_return] = ACTIONS(2696), [anon_sym_co_yield] = ACTIONS(2696), [anon_sym_catch] = ACTIONS(2700), [anon_sym_R_DQUOTE] = ACTIONS(2698), [anon_sym_LR_DQUOTE] = ACTIONS(2698), [anon_sym_uR_DQUOTE] = ACTIONS(2698), [anon_sym_UR_DQUOTE] = ACTIONS(2698), [anon_sym_u8R_DQUOTE] = ACTIONS(2698), [anon_sym_co_await] = ACTIONS(2696), [anon_sym_new] = ACTIONS(2696), [anon_sym_requires] = ACTIONS(2696), [sym_this] = ACTIONS(2696), }, [353] = { [sym_type_qualifier] = STATE(3787), [sym__type_specifier] = STATE(4503), [sym_sized_type_specifier] = STATE(3111), [sym_enum_specifier] = STATE(3111), [sym_struct_specifier] = STATE(3111), [sym_union_specifier] = STATE(3111), [sym__expression] = STATE(4075), [sym__expression_not_binary] = STATE(4455), [sym_conditional_expression] = STATE(4455), [sym_assignment_expression] = STATE(4455), [sym_pointer_expression] = STATE(3543), [sym_unary_expression] = STATE(4455), [sym_binary_expression] = STATE(4455), [sym_update_expression] = STATE(4455), [sym_cast_expression] = STATE(4455), [sym_type_descriptor] = STATE(6016), [sym_sizeof_expression] = STATE(4455), [sym_offsetof_expression] = STATE(4455), [sym_generic_expression] = STATE(4455), [sym_subscript_expression] = STATE(3543), [sym_call_expression] = STATE(3543), [sym_gnu_asm_expression] = STATE(4455), [sym_field_expression] = STATE(3543), [sym_compound_literal_expression] = STATE(4455), [sym_parenthesized_expression] = STATE(3543), [sym_char_literal] = STATE(4150), [sym_concatenated_string] = STATE(4150), [sym_string_literal] = STATE(3544), [sym_null] = STATE(4455), [sym_placeholder_type_specifier] = STATE(3111), [sym_decltype_auto] = STATE(3112), [sym_decltype] = STATE(3056), [sym_class_specifier] = STATE(3111), [sym__class_name] = STATE(6810), [sym_dependent_type] = STATE(3111), [sym_template_type] = STATE(4829), [sym_template_function] = STATE(4455), [sym_raw_string_literal] = STATE(3544), [sym_co_await_expression] = STATE(4455), [sym_new_expression] = STATE(4455), [sym_delete_expression] = STATE(4455), [sym_requires_clause] = STATE(4455), [sym_requires_expression] = STATE(4455), [sym_lambda_expression] = STATE(4455), [sym_lambda_capture_specifier] = STATE(5208), [sym_fold_expression] = STATE(4455), [sym_parameter_pack_expansion] = STATE(4455), [sym_type_parameter_pack_expansion] = STATE(6514), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5264), [sym_qualified_identifier] = STATE(3543), [sym_qualified_type_identifier] = STATE(4912), [sym_user_defined_literal] = STATE(4455), [aux_sym_type_definition_repeat1] = STATE(3787), [aux_sym_sized_type_specifier_repeat1] = STATE(2513), [sym_identifier] = ACTIONS(2616), [anon_sym_LPAREN2] = ACTIONS(2618), [anon_sym_BANG] = ACTIONS(2620), [anon_sym_TILDE] = ACTIONS(2620), [anon_sym_DASH] = ACTIONS(2622), [anon_sym_PLUS] = ACTIONS(2622), [anon_sym_STAR] = ACTIONS(2624), [anon_sym_AMP] = ACTIONS(2624), [anon_sym_COLON_COLON] = ACTIONS(2626), [anon_sym_signed] = ACTIONS(2628), [anon_sym_unsigned] = ACTIONS(2628), [anon_sym_long] = ACTIONS(2628), [anon_sym_short] = ACTIONS(2628), [anon_sym_LBRACK] = ACTIONS(1949), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(2630), [anon_sym_enum] = ACTIONS(2632), [anon_sym_class] = ACTIONS(2634), [anon_sym_struct] = ACTIONS(2636), [anon_sym_union] = ACTIONS(2638), [anon_sym_not] = ACTIONS(2622), [anon_sym_compl] = ACTIONS(2622), [anon_sym_DASH_DASH] = ACTIONS(2640), [anon_sym_PLUS_PLUS] = ACTIONS(2640), [anon_sym_sizeof] = ACTIONS(2642), [anon_sym_offsetof] = ACTIONS(2644), [anon_sym__Generic] = ACTIONS(2646), [anon_sym_asm] = ACTIONS(2648), [anon_sym___asm__] = ACTIONS(2648), [sym_number_literal] = ACTIONS(2650), [anon_sym_L_SQUOTE] = ACTIONS(2652), [anon_sym_u_SQUOTE] = ACTIONS(2652), [anon_sym_U_SQUOTE] = ACTIONS(2652), [anon_sym_u8_SQUOTE] = ACTIONS(2652), [anon_sym_SQUOTE] = ACTIONS(2652), [anon_sym_L_DQUOTE] = ACTIONS(2654), [anon_sym_u_DQUOTE] = ACTIONS(2654), [anon_sym_U_DQUOTE] = ACTIONS(2654), [anon_sym_u8_DQUOTE] = ACTIONS(2654), [anon_sym_DQUOTE] = ACTIONS(2654), [sym_true] = ACTIONS(2656), [sym_false] = ACTIONS(2656), [anon_sym_NULL] = ACTIONS(2658), [anon_sym_nullptr] = ACTIONS(2658), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2660), [anon_sym_decltype] = ACTIONS(2662), [anon_sym_typename] = ACTIONS(2664), [anon_sym_template] = ACTIONS(1329), [anon_sym_GT2] = ACTIONS(2703), [anon_sym_delete] = ACTIONS(2668), [anon_sym_R_DQUOTE] = ACTIONS(2670), [anon_sym_LR_DQUOTE] = ACTIONS(2670), [anon_sym_uR_DQUOTE] = ACTIONS(2670), [anon_sym_UR_DQUOTE] = ACTIONS(2670), [anon_sym_u8R_DQUOTE] = ACTIONS(2670), [anon_sym_co_await] = ACTIONS(2672), [anon_sym_new] = ACTIONS(2674), [anon_sym_requires] = ACTIONS(2676), [sym_this] = ACTIONS(2656), }, [354] = { [sym_type_qualifier] = STATE(3787), [sym__type_specifier] = STATE(4503), [sym_sized_type_specifier] = STATE(3111), [sym_enum_specifier] = STATE(3111), [sym_struct_specifier] = STATE(3111), [sym_union_specifier] = STATE(3111), [sym__expression] = STATE(4068), [sym__expression_not_binary] = STATE(4455), [sym_conditional_expression] = STATE(4455), [sym_assignment_expression] = STATE(4455), [sym_pointer_expression] = STATE(3543), [sym_unary_expression] = STATE(4455), [sym_binary_expression] = STATE(4455), [sym_update_expression] = STATE(4455), [sym_cast_expression] = STATE(4455), [sym_type_descriptor] = STATE(6082), [sym_sizeof_expression] = STATE(4455), [sym_offsetof_expression] = STATE(4455), [sym_generic_expression] = STATE(4455), [sym_subscript_expression] = STATE(3543), [sym_call_expression] = STATE(3543), [sym_gnu_asm_expression] = STATE(4455), [sym_field_expression] = STATE(3543), [sym_compound_literal_expression] = STATE(4455), [sym_parenthesized_expression] = STATE(3543), [sym_char_literal] = STATE(4150), [sym_concatenated_string] = STATE(4150), [sym_string_literal] = STATE(3544), [sym_null] = STATE(4455), [sym_placeholder_type_specifier] = STATE(3111), [sym_decltype_auto] = STATE(3112), [sym_decltype] = STATE(3056), [sym_class_specifier] = STATE(3111), [sym__class_name] = STATE(6810), [sym_dependent_type] = STATE(3111), [sym_template_type] = STATE(4829), [sym_template_function] = STATE(4455), [sym_raw_string_literal] = STATE(3544), [sym_co_await_expression] = STATE(4455), [sym_new_expression] = STATE(4455), [sym_delete_expression] = STATE(4455), [sym_requires_clause] = STATE(4455), [sym_requires_expression] = STATE(4455), [sym_lambda_expression] = STATE(4455), [sym_lambda_capture_specifier] = STATE(5208), [sym_fold_expression] = STATE(4455), [sym_parameter_pack_expansion] = STATE(4455), [sym_type_parameter_pack_expansion] = STATE(6482), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5264), [sym_qualified_identifier] = STATE(3543), [sym_qualified_type_identifier] = STATE(4912), [sym_user_defined_literal] = STATE(4455), [aux_sym_type_definition_repeat1] = STATE(3787), [aux_sym_sized_type_specifier_repeat1] = STATE(2513), [sym_identifier] = ACTIONS(2616), [anon_sym_LPAREN2] = ACTIONS(2618), [anon_sym_BANG] = ACTIONS(2620), [anon_sym_TILDE] = ACTIONS(2620), [anon_sym_DASH] = ACTIONS(2622), [anon_sym_PLUS] = ACTIONS(2622), [anon_sym_STAR] = ACTIONS(2624), [anon_sym_AMP] = ACTIONS(2624), [anon_sym_COLON_COLON] = ACTIONS(2626), [anon_sym_signed] = ACTIONS(2628), [anon_sym_unsigned] = ACTIONS(2628), [anon_sym_long] = ACTIONS(2628), [anon_sym_short] = ACTIONS(2628), [anon_sym_LBRACK] = ACTIONS(1949), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(2630), [anon_sym_enum] = ACTIONS(2632), [anon_sym_class] = ACTIONS(2634), [anon_sym_struct] = ACTIONS(2636), [anon_sym_union] = ACTIONS(2638), [anon_sym_not] = ACTIONS(2622), [anon_sym_compl] = ACTIONS(2622), [anon_sym_DASH_DASH] = ACTIONS(2640), [anon_sym_PLUS_PLUS] = ACTIONS(2640), [anon_sym_sizeof] = ACTIONS(2642), [anon_sym_offsetof] = ACTIONS(2644), [anon_sym__Generic] = ACTIONS(2646), [anon_sym_asm] = ACTIONS(2648), [anon_sym___asm__] = ACTIONS(2648), [sym_number_literal] = ACTIONS(2650), [anon_sym_L_SQUOTE] = ACTIONS(2652), [anon_sym_u_SQUOTE] = ACTIONS(2652), [anon_sym_U_SQUOTE] = ACTIONS(2652), [anon_sym_u8_SQUOTE] = ACTIONS(2652), [anon_sym_SQUOTE] = ACTIONS(2652), [anon_sym_L_DQUOTE] = ACTIONS(2654), [anon_sym_u_DQUOTE] = ACTIONS(2654), [anon_sym_U_DQUOTE] = ACTIONS(2654), [anon_sym_u8_DQUOTE] = ACTIONS(2654), [anon_sym_DQUOTE] = ACTIONS(2654), [sym_true] = ACTIONS(2656), [sym_false] = ACTIONS(2656), [anon_sym_NULL] = ACTIONS(2658), [anon_sym_nullptr] = ACTIONS(2658), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2660), [anon_sym_decltype] = ACTIONS(2662), [anon_sym_typename] = ACTIONS(2664), [anon_sym_template] = ACTIONS(1329), [anon_sym_GT2] = ACTIONS(2705), [anon_sym_delete] = ACTIONS(2668), [anon_sym_R_DQUOTE] = ACTIONS(2670), [anon_sym_LR_DQUOTE] = ACTIONS(2670), [anon_sym_uR_DQUOTE] = ACTIONS(2670), [anon_sym_UR_DQUOTE] = ACTIONS(2670), [anon_sym_u8R_DQUOTE] = ACTIONS(2670), [anon_sym_co_await] = ACTIONS(2672), [anon_sym_new] = ACTIONS(2674), [anon_sym_requires] = ACTIONS(2676), [sym_this] = ACTIONS(2656), }, [355] = { [sym_type_qualifier] = STATE(3787), [sym__type_specifier] = STATE(4503), [sym_sized_type_specifier] = STATE(3111), [sym_enum_specifier] = STATE(3111), [sym_struct_specifier] = STATE(3111), [sym_union_specifier] = STATE(3111), [sym__expression] = STATE(4096), [sym__expression_not_binary] = STATE(4455), [sym_conditional_expression] = STATE(4455), [sym_assignment_expression] = STATE(4455), [sym_pointer_expression] = STATE(3543), [sym_unary_expression] = STATE(4455), [sym_binary_expression] = STATE(4455), [sym_update_expression] = STATE(4455), [sym_cast_expression] = STATE(4455), [sym_type_descriptor] = STATE(6084), [sym_sizeof_expression] = STATE(4455), [sym_offsetof_expression] = STATE(4455), [sym_generic_expression] = STATE(4455), [sym_subscript_expression] = STATE(3543), [sym_call_expression] = STATE(3543), [sym_gnu_asm_expression] = STATE(4455), [sym_field_expression] = STATE(3543), [sym_compound_literal_expression] = STATE(4455), [sym_parenthesized_expression] = STATE(3543), [sym_char_literal] = STATE(4150), [sym_concatenated_string] = STATE(4150), [sym_string_literal] = STATE(3544), [sym_null] = STATE(4455), [sym_placeholder_type_specifier] = STATE(3111), [sym_decltype_auto] = STATE(3112), [sym_decltype] = STATE(3056), [sym_class_specifier] = STATE(3111), [sym__class_name] = STATE(6810), [sym_dependent_type] = STATE(3111), [sym_template_type] = STATE(4829), [sym_template_function] = STATE(4455), [sym_raw_string_literal] = STATE(3544), [sym_co_await_expression] = STATE(4455), [sym_new_expression] = STATE(4455), [sym_delete_expression] = STATE(4455), [sym_requires_clause] = STATE(4455), [sym_requires_expression] = STATE(4455), [sym_lambda_expression] = STATE(4455), [sym_lambda_capture_specifier] = STATE(5208), [sym_fold_expression] = STATE(4455), [sym_parameter_pack_expansion] = STATE(4455), [sym_type_parameter_pack_expansion] = STATE(6323), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5264), [sym_qualified_identifier] = STATE(3543), [sym_qualified_type_identifier] = STATE(4912), [sym_user_defined_literal] = STATE(4455), [aux_sym_type_definition_repeat1] = STATE(3787), [aux_sym_sized_type_specifier_repeat1] = STATE(2513), [sym_identifier] = ACTIONS(2616), [anon_sym_LPAREN2] = ACTIONS(2618), [anon_sym_BANG] = ACTIONS(2620), [anon_sym_TILDE] = ACTIONS(2620), [anon_sym_DASH] = ACTIONS(2622), [anon_sym_PLUS] = ACTIONS(2622), [anon_sym_STAR] = ACTIONS(2624), [anon_sym_AMP] = ACTIONS(2624), [anon_sym_COLON_COLON] = ACTIONS(2626), [anon_sym_signed] = ACTIONS(2628), [anon_sym_unsigned] = ACTIONS(2628), [anon_sym_long] = ACTIONS(2628), [anon_sym_short] = ACTIONS(2628), [anon_sym_LBRACK] = ACTIONS(1949), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(2630), [anon_sym_enum] = ACTIONS(2632), [anon_sym_class] = ACTIONS(2634), [anon_sym_struct] = ACTIONS(2636), [anon_sym_union] = ACTIONS(2638), [anon_sym_not] = ACTIONS(2622), [anon_sym_compl] = ACTIONS(2622), [anon_sym_DASH_DASH] = ACTIONS(2640), [anon_sym_PLUS_PLUS] = ACTIONS(2640), [anon_sym_sizeof] = ACTIONS(2642), [anon_sym_offsetof] = ACTIONS(2644), [anon_sym__Generic] = ACTIONS(2646), [anon_sym_asm] = ACTIONS(2648), [anon_sym___asm__] = ACTIONS(2648), [sym_number_literal] = ACTIONS(2650), [anon_sym_L_SQUOTE] = ACTIONS(2652), [anon_sym_u_SQUOTE] = ACTIONS(2652), [anon_sym_U_SQUOTE] = ACTIONS(2652), [anon_sym_u8_SQUOTE] = ACTIONS(2652), [anon_sym_SQUOTE] = ACTIONS(2652), [anon_sym_L_DQUOTE] = ACTIONS(2654), [anon_sym_u_DQUOTE] = ACTIONS(2654), [anon_sym_U_DQUOTE] = ACTIONS(2654), [anon_sym_u8_DQUOTE] = ACTIONS(2654), [anon_sym_DQUOTE] = ACTIONS(2654), [sym_true] = ACTIONS(2656), [sym_false] = ACTIONS(2656), [anon_sym_NULL] = ACTIONS(2658), [anon_sym_nullptr] = ACTIONS(2658), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2660), [anon_sym_decltype] = ACTIONS(2662), [anon_sym_typename] = ACTIONS(2664), [anon_sym_template] = ACTIONS(1329), [anon_sym_GT2] = ACTIONS(2707), [anon_sym_delete] = ACTIONS(2668), [anon_sym_R_DQUOTE] = ACTIONS(2670), [anon_sym_LR_DQUOTE] = ACTIONS(2670), [anon_sym_uR_DQUOTE] = ACTIONS(2670), [anon_sym_UR_DQUOTE] = ACTIONS(2670), [anon_sym_u8R_DQUOTE] = ACTIONS(2670), [anon_sym_co_await] = ACTIONS(2672), [anon_sym_new] = ACTIONS(2674), [anon_sym_requires] = ACTIONS(2676), [sym_this] = ACTIONS(2656), }, [356] = { [sym_type_qualifier] = STATE(3787), [sym__type_specifier] = STATE(4503), [sym_sized_type_specifier] = STATE(3111), [sym_enum_specifier] = STATE(3111), [sym_struct_specifier] = STATE(3111), [sym_union_specifier] = STATE(3111), [sym__expression] = STATE(4089), [sym__expression_not_binary] = STATE(4455), [sym_conditional_expression] = STATE(4455), [sym_assignment_expression] = STATE(4455), [sym_pointer_expression] = STATE(3543), [sym_unary_expression] = STATE(4455), [sym_binary_expression] = STATE(4455), [sym_update_expression] = STATE(4455), [sym_cast_expression] = STATE(4455), [sym_type_descriptor] = STATE(6020), [sym_sizeof_expression] = STATE(4455), [sym_offsetof_expression] = STATE(4455), [sym_generic_expression] = STATE(4455), [sym_subscript_expression] = STATE(3543), [sym_call_expression] = STATE(3543), [sym_gnu_asm_expression] = STATE(4455), [sym_field_expression] = STATE(3543), [sym_compound_literal_expression] = STATE(4455), [sym_parenthesized_expression] = STATE(3543), [sym_char_literal] = STATE(4150), [sym_concatenated_string] = STATE(4150), [sym_string_literal] = STATE(3544), [sym_null] = STATE(4455), [sym_placeholder_type_specifier] = STATE(3111), [sym_decltype_auto] = STATE(3112), [sym_decltype] = STATE(3056), [sym_class_specifier] = STATE(3111), [sym__class_name] = STATE(6810), [sym_dependent_type] = STATE(3111), [sym_template_type] = STATE(4829), [sym_template_function] = STATE(4455), [sym_raw_string_literal] = STATE(3544), [sym_co_await_expression] = STATE(4455), [sym_new_expression] = STATE(4455), [sym_delete_expression] = STATE(4455), [sym_requires_clause] = STATE(4455), [sym_requires_expression] = STATE(4455), [sym_lambda_expression] = STATE(4455), [sym_lambda_capture_specifier] = STATE(5208), [sym_fold_expression] = STATE(4455), [sym_parameter_pack_expansion] = STATE(4455), [sym_type_parameter_pack_expansion] = STATE(6389), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5264), [sym_qualified_identifier] = STATE(3543), [sym_qualified_type_identifier] = STATE(4912), [sym_user_defined_literal] = STATE(4455), [aux_sym_type_definition_repeat1] = STATE(3787), [aux_sym_sized_type_specifier_repeat1] = STATE(2513), [sym_identifier] = ACTIONS(2616), [anon_sym_LPAREN2] = ACTIONS(2618), [anon_sym_BANG] = ACTIONS(2620), [anon_sym_TILDE] = ACTIONS(2620), [anon_sym_DASH] = ACTIONS(2622), [anon_sym_PLUS] = ACTIONS(2622), [anon_sym_STAR] = ACTIONS(2624), [anon_sym_AMP] = ACTIONS(2624), [anon_sym_COLON_COLON] = ACTIONS(2626), [anon_sym_signed] = ACTIONS(2628), [anon_sym_unsigned] = ACTIONS(2628), [anon_sym_long] = ACTIONS(2628), [anon_sym_short] = ACTIONS(2628), [anon_sym_LBRACK] = ACTIONS(1949), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(2630), [anon_sym_enum] = ACTIONS(2632), [anon_sym_class] = ACTIONS(2634), [anon_sym_struct] = ACTIONS(2636), [anon_sym_union] = ACTIONS(2638), [anon_sym_not] = ACTIONS(2622), [anon_sym_compl] = ACTIONS(2622), [anon_sym_DASH_DASH] = ACTIONS(2640), [anon_sym_PLUS_PLUS] = ACTIONS(2640), [anon_sym_sizeof] = ACTIONS(2642), [anon_sym_offsetof] = ACTIONS(2644), [anon_sym__Generic] = ACTIONS(2646), [anon_sym_asm] = ACTIONS(2648), [anon_sym___asm__] = ACTIONS(2648), [sym_number_literal] = ACTIONS(2650), [anon_sym_L_SQUOTE] = ACTIONS(2652), [anon_sym_u_SQUOTE] = ACTIONS(2652), [anon_sym_U_SQUOTE] = ACTIONS(2652), [anon_sym_u8_SQUOTE] = ACTIONS(2652), [anon_sym_SQUOTE] = ACTIONS(2652), [anon_sym_L_DQUOTE] = ACTIONS(2654), [anon_sym_u_DQUOTE] = ACTIONS(2654), [anon_sym_U_DQUOTE] = ACTIONS(2654), [anon_sym_u8_DQUOTE] = ACTIONS(2654), [anon_sym_DQUOTE] = ACTIONS(2654), [sym_true] = ACTIONS(2656), [sym_false] = ACTIONS(2656), [anon_sym_NULL] = ACTIONS(2658), [anon_sym_nullptr] = ACTIONS(2658), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2660), [anon_sym_decltype] = ACTIONS(2662), [anon_sym_typename] = ACTIONS(2664), [anon_sym_template] = ACTIONS(1329), [anon_sym_GT2] = ACTIONS(2709), [anon_sym_delete] = ACTIONS(2668), [anon_sym_R_DQUOTE] = ACTIONS(2670), [anon_sym_LR_DQUOTE] = ACTIONS(2670), [anon_sym_uR_DQUOTE] = ACTIONS(2670), [anon_sym_UR_DQUOTE] = ACTIONS(2670), [anon_sym_u8R_DQUOTE] = ACTIONS(2670), [anon_sym_co_await] = ACTIONS(2672), [anon_sym_new] = ACTIONS(2674), [anon_sym_requires] = ACTIONS(2676), [sym_this] = ACTIONS(2656), }, [357] = { [sym_type_qualifier] = STATE(3787), [sym__type_specifier] = STATE(4503), [sym_sized_type_specifier] = STATE(3111), [sym_enum_specifier] = STATE(3111), [sym_struct_specifier] = STATE(3111), [sym_union_specifier] = STATE(3111), [sym__expression] = STATE(4095), [sym__expression_not_binary] = STATE(4455), [sym_conditional_expression] = STATE(4455), [sym_assignment_expression] = STATE(4455), [sym_pointer_expression] = STATE(3543), [sym_unary_expression] = STATE(4455), [sym_binary_expression] = STATE(4455), [sym_update_expression] = STATE(4455), [sym_cast_expression] = STATE(4455), [sym_type_descriptor] = STATE(5981), [sym_sizeof_expression] = STATE(4455), [sym_offsetof_expression] = STATE(4455), [sym_generic_expression] = STATE(4455), [sym_subscript_expression] = STATE(3543), [sym_call_expression] = STATE(3543), [sym_gnu_asm_expression] = STATE(4455), [sym_field_expression] = STATE(3543), [sym_compound_literal_expression] = STATE(4455), [sym_parenthesized_expression] = STATE(3543), [sym_char_literal] = STATE(4150), [sym_concatenated_string] = STATE(4150), [sym_string_literal] = STATE(3544), [sym_null] = STATE(4455), [sym_placeholder_type_specifier] = STATE(3111), [sym_decltype_auto] = STATE(3112), [sym_decltype] = STATE(3056), [sym_class_specifier] = STATE(3111), [sym__class_name] = STATE(6810), [sym_dependent_type] = STATE(3111), [sym_template_type] = STATE(4829), [sym_template_function] = STATE(4455), [sym_raw_string_literal] = STATE(3544), [sym_co_await_expression] = STATE(4455), [sym_new_expression] = STATE(4455), [sym_delete_expression] = STATE(4455), [sym_requires_clause] = STATE(4455), [sym_requires_expression] = STATE(4455), [sym_lambda_expression] = STATE(4455), [sym_lambda_capture_specifier] = STATE(5208), [sym_fold_expression] = STATE(4455), [sym_parameter_pack_expansion] = STATE(4455), [sym_type_parameter_pack_expansion] = STATE(6494), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5264), [sym_qualified_identifier] = STATE(3543), [sym_qualified_type_identifier] = STATE(4912), [sym_user_defined_literal] = STATE(4455), [aux_sym_type_definition_repeat1] = STATE(3787), [aux_sym_sized_type_specifier_repeat1] = STATE(2513), [sym_identifier] = ACTIONS(2616), [anon_sym_LPAREN2] = ACTIONS(2618), [anon_sym_BANG] = ACTIONS(2620), [anon_sym_TILDE] = ACTIONS(2620), [anon_sym_DASH] = ACTIONS(2622), [anon_sym_PLUS] = ACTIONS(2622), [anon_sym_STAR] = ACTIONS(2624), [anon_sym_AMP] = ACTIONS(2624), [anon_sym_COLON_COLON] = ACTIONS(2626), [anon_sym_signed] = ACTIONS(2628), [anon_sym_unsigned] = ACTIONS(2628), [anon_sym_long] = ACTIONS(2628), [anon_sym_short] = ACTIONS(2628), [anon_sym_LBRACK] = ACTIONS(1949), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(2630), [anon_sym_enum] = ACTIONS(2632), [anon_sym_class] = ACTIONS(2634), [anon_sym_struct] = ACTIONS(2636), [anon_sym_union] = ACTIONS(2638), [anon_sym_not] = ACTIONS(2622), [anon_sym_compl] = ACTIONS(2622), [anon_sym_DASH_DASH] = ACTIONS(2640), [anon_sym_PLUS_PLUS] = ACTIONS(2640), [anon_sym_sizeof] = ACTIONS(2642), [anon_sym_offsetof] = ACTIONS(2644), [anon_sym__Generic] = ACTIONS(2646), [anon_sym_asm] = ACTIONS(2648), [anon_sym___asm__] = ACTIONS(2648), [sym_number_literal] = ACTIONS(2650), [anon_sym_L_SQUOTE] = ACTIONS(2652), [anon_sym_u_SQUOTE] = ACTIONS(2652), [anon_sym_U_SQUOTE] = ACTIONS(2652), [anon_sym_u8_SQUOTE] = ACTIONS(2652), [anon_sym_SQUOTE] = ACTIONS(2652), [anon_sym_L_DQUOTE] = ACTIONS(2654), [anon_sym_u_DQUOTE] = ACTIONS(2654), [anon_sym_U_DQUOTE] = ACTIONS(2654), [anon_sym_u8_DQUOTE] = ACTIONS(2654), [anon_sym_DQUOTE] = ACTIONS(2654), [sym_true] = ACTIONS(2656), [sym_false] = ACTIONS(2656), [anon_sym_NULL] = ACTIONS(2658), [anon_sym_nullptr] = ACTIONS(2658), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2660), [anon_sym_decltype] = ACTIONS(2662), [anon_sym_typename] = ACTIONS(2664), [anon_sym_template] = ACTIONS(1329), [anon_sym_GT2] = ACTIONS(2711), [anon_sym_delete] = ACTIONS(2668), [anon_sym_R_DQUOTE] = ACTIONS(2670), [anon_sym_LR_DQUOTE] = ACTIONS(2670), [anon_sym_uR_DQUOTE] = ACTIONS(2670), [anon_sym_UR_DQUOTE] = ACTIONS(2670), [anon_sym_u8R_DQUOTE] = ACTIONS(2670), [anon_sym_co_await] = ACTIONS(2672), [anon_sym_new] = ACTIONS(2674), [anon_sym_requires] = ACTIONS(2676), [sym_this] = ACTIONS(2656), }, [358] = { [sym_type_qualifier] = STATE(3787), [sym__type_specifier] = STATE(4503), [sym_sized_type_specifier] = STATE(3111), [sym_enum_specifier] = STATE(3111), [sym_struct_specifier] = STATE(3111), [sym_union_specifier] = STATE(3111), [sym__expression] = STATE(4118), [sym__expression_not_binary] = STATE(4455), [sym_conditional_expression] = STATE(4455), [sym_assignment_expression] = STATE(4455), [sym_pointer_expression] = STATE(3543), [sym_unary_expression] = STATE(4455), [sym_binary_expression] = STATE(4455), [sym_update_expression] = STATE(4455), [sym_cast_expression] = STATE(4455), [sym_type_descriptor] = STATE(6092), [sym_sizeof_expression] = STATE(4455), [sym_offsetof_expression] = STATE(4455), [sym_generic_expression] = STATE(4455), [sym_subscript_expression] = STATE(3543), [sym_call_expression] = STATE(3543), [sym_gnu_asm_expression] = STATE(4455), [sym_field_expression] = STATE(3543), [sym_compound_literal_expression] = STATE(4455), [sym_parenthesized_expression] = STATE(3543), [sym_char_literal] = STATE(4150), [sym_concatenated_string] = STATE(4150), [sym_string_literal] = STATE(3544), [sym_null] = STATE(4455), [sym_placeholder_type_specifier] = STATE(3111), [sym_decltype_auto] = STATE(3112), [sym_decltype] = STATE(3056), [sym_class_specifier] = STATE(3111), [sym__class_name] = STATE(6810), [sym_dependent_type] = STATE(3111), [sym_template_type] = STATE(4829), [sym_template_function] = STATE(4455), [sym_raw_string_literal] = STATE(3544), [sym_co_await_expression] = STATE(4455), [sym_new_expression] = STATE(4455), [sym_delete_expression] = STATE(4455), [sym_requires_clause] = STATE(4455), [sym_requires_expression] = STATE(4455), [sym_lambda_expression] = STATE(4455), [sym_lambda_capture_specifier] = STATE(5208), [sym_fold_expression] = STATE(4455), [sym_parameter_pack_expansion] = STATE(4455), [sym_type_parameter_pack_expansion] = STATE(6317), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5264), [sym_qualified_identifier] = STATE(3543), [sym_qualified_type_identifier] = STATE(4912), [sym_user_defined_literal] = STATE(4455), [aux_sym_type_definition_repeat1] = STATE(3787), [aux_sym_sized_type_specifier_repeat1] = STATE(2513), [sym_identifier] = ACTIONS(2616), [anon_sym_LPAREN2] = ACTIONS(2618), [anon_sym_BANG] = ACTIONS(2620), [anon_sym_TILDE] = ACTIONS(2620), [anon_sym_DASH] = ACTIONS(2622), [anon_sym_PLUS] = ACTIONS(2622), [anon_sym_STAR] = ACTIONS(2624), [anon_sym_AMP] = ACTIONS(2624), [anon_sym_COLON_COLON] = ACTIONS(2626), [anon_sym_signed] = ACTIONS(2628), [anon_sym_unsigned] = ACTIONS(2628), [anon_sym_long] = ACTIONS(2628), [anon_sym_short] = ACTIONS(2628), [anon_sym_LBRACK] = ACTIONS(1949), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(2630), [anon_sym_enum] = ACTIONS(2632), [anon_sym_class] = ACTIONS(2634), [anon_sym_struct] = ACTIONS(2636), [anon_sym_union] = ACTIONS(2638), [anon_sym_not] = ACTIONS(2622), [anon_sym_compl] = ACTIONS(2622), [anon_sym_DASH_DASH] = ACTIONS(2640), [anon_sym_PLUS_PLUS] = ACTIONS(2640), [anon_sym_sizeof] = ACTIONS(2642), [anon_sym_offsetof] = ACTIONS(2644), [anon_sym__Generic] = ACTIONS(2646), [anon_sym_asm] = ACTIONS(2648), [anon_sym___asm__] = ACTIONS(2648), [sym_number_literal] = ACTIONS(2650), [anon_sym_L_SQUOTE] = ACTIONS(2652), [anon_sym_u_SQUOTE] = ACTIONS(2652), [anon_sym_U_SQUOTE] = ACTIONS(2652), [anon_sym_u8_SQUOTE] = ACTIONS(2652), [anon_sym_SQUOTE] = ACTIONS(2652), [anon_sym_L_DQUOTE] = ACTIONS(2654), [anon_sym_u_DQUOTE] = ACTIONS(2654), [anon_sym_U_DQUOTE] = ACTIONS(2654), [anon_sym_u8_DQUOTE] = ACTIONS(2654), [anon_sym_DQUOTE] = ACTIONS(2654), [sym_true] = ACTIONS(2656), [sym_false] = ACTIONS(2656), [anon_sym_NULL] = ACTIONS(2658), [anon_sym_nullptr] = ACTIONS(2658), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2660), [anon_sym_decltype] = ACTIONS(2662), [anon_sym_typename] = ACTIONS(2664), [anon_sym_template] = ACTIONS(1329), [anon_sym_GT2] = ACTIONS(2713), [anon_sym_delete] = ACTIONS(2668), [anon_sym_R_DQUOTE] = ACTIONS(2670), [anon_sym_LR_DQUOTE] = ACTIONS(2670), [anon_sym_uR_DQUOTE] = ACTIONS(2670), [anon_sym_UR_DQUOTE] = ACTIONS(2670), [anon_sym_u8R_DQUOTE] = ACTIONS(2670), [anon_sym_co_await] = ACTIONS(2672), [anon_sym_new] = ACTIONS(2674), [anon_sym_requires] = ACTIONS(2676), [sym_this] = ACTIONS(2656), }, [359] = { [sym_catch_clause] = STATE(352), [aux_sym_constructor_try_statement_repeat1] = STATE(352), [sym_identifier] = ACTIONS(2715), [aux_sym_preproc_include_token1] = ACTIONS(2715), [aux_sym_preproc_def_token1] = ACTIONS(2715), [aux_sym_preproc_if_token1] = ACTIONS(2715), [aux_sym_preproc_if_token2] = ACTIONS(2715), [aux_sym_preproc_ifdef_token1] = ACTIONS(2715), [aux_sym_preproc_ifdef_token2] = ACTIONS(2715), [aux_sym_preproc_else_token1] = ACTIONS(2715), [aux_sym_preproc_elif_token1] = ACTIONS(2715), [aux_sym_preproc_elifdef_token1] = ACTIONS(2715), [aux_sym_preproc_elifdef_token2] = ACTIONS(2715), [sym_preproc_directive] = ACTIONS(2715), [anon_sym_LPAREN2] = ACTIONS(2717), [anon_sym_BANG] = ACTIONS(2717), [anon_sym_TILDE] = ACTIONS(2717), [anon_sym_DASH] = ACTIONS(2715), [anon_sym_PLUS] = ACTIONS(2715), [anon_sym_STAR] = ACTIONS(2717), [anon_sym_AMP_AMP] = ACTIONS(2717), [anon_sym_AMP] = ACTIONS(2715), [anon_sym_SEMI] = ACTIONS(2717), [anon_sym_typedef] = ACTIONS(2715), [anon_sym_extern] = ACTIONS(2715), [anon_sym___attribute__] = ACTIONS(2715), [anon_sym_COLON_COLON] = ACTIONS(2717), [anon_sym_LBRACK_LBRACK] = ACTIONS(2717), [anon_sym___declspec] = ACTIONS(2715), [anon_sym___based] = ACTIONS(2715), [anon_sym___cdecl] = ACTIONS(2715), [anon_sym___clrcall] = ACTIONS(2715), [anon_sym___stdcall] = ACTIONS(2715), [anon_sym___fastcall] = ACTIONS(2715), [anon_sym___thiscall] = ACTIONS(2715), [anon_sym___vectorcall] = ACTIONS(2715), [anon_sym_LBRACE] = ACTIONS(2717), [anon_sym_signed] = ACTIONS(2715), [anon_sym_unsigned] = ACTIONS(2715), [anon_sym_long] = ACTIONS(2715), [anon_sym_short] = ACTIONS(2715), [anon_sym_LBRACK] = ACTIONS(2715), [anon_sym_static] = ACTIONS(2715), [anon_sym_register] = ACTIONS(2715), [anon_sym_inline] = ACTIONS(2715), [anon_sym_thread_local] = ACTIONS(2715), [anon_sym_const] = ACTIONS(2715), [anon_sym_constexpr] = ACTIONS(2715), [anon_sym_volatile] = ACTIONS(2715), [anon_sym_restrict] = ACTIONS(2715), [anon_sym___restrict__] = ACTIONS(2715), [anon_sym__Atomic] = ACTIONS(2715), [anon_sym__Noreturn] = ACTIONS(2715), [anon_sym_noreturn] = ACTIONS(2715), [anon_sym_mutable] = ACTIONS(2715), [anon_sym_constinit] = ACTIONS(2715), [anon_sym_consteval] = ACTIONS(2715), [sym_primitive_type] = ACTIONS(2715), [anon_sym_enum] = ACTIONS(2715), [anon_sym_class] = ACTIONS(2715), [anon_sym_struct] = ACTIONS(2715), [anon_sym_union] = ACTIONS(2715), [anon_sym_if] = ACTIONS(2715), [anon_sym_else] = ACTIONS(2715), [anon_sym_switch] = ACTIONS(2715), [anon_sym_case] = ACTIONS(2715), [anon_sym_default] = ACTIONS(2715), [anon_sym_while] = ACTIONS(2715), [anon_sym_do] = ACTIONS(2715), [anon_sym_for] = ACTIONS(2715), [anon_sym_return] = ACTIONS(2715), [anon_sym_break] = ACTIONS(2715), [anon_sym_continue] = ACTIONS(2715), [anon_sym_goto] = ACTIONS(2715), [anon_sym_not] = ACTIONS(2715), [anon_sym_compl] = ACTIONS(2715), [anon_sym_DASH_DASH] = ACTIONS(2717), [anon_sym_PLUS_PLUS] = ACTIONS(2717), [anon_sym_sizeof] = ACTIONS(2715), [anon_sym_offsetof] = ACTIONS(2715), [anon_sym__Generic] = ACTIONS(2715), [anon_sym_asm] = ACTIONS(2715), [anon_sym___asm__] = ACTIONS(2715), [sym_number_literal] = ACTIONS(2717), [anon_sym_L_SQUOTE] = ACTIONS(2717), [anon_sym_u_SQUOTE] = ACTIONS(2717), [anon_sym_U_SQUOTE] = ACTIONS(2717), [anon_sym_u8_SQUOTE] = ACTIONS(2717), [anon_sym_SQUOTE] = ACTIONS(2717), [anon_sym_L_DQUOTE] = ACTIONS(2717), [anon_sym_u_DQUOTE] = ACTIONS(2717), [anon_sym_U_DQUOTE] = ACTIONS(2717), [anon_sym_u8_DQUOTE] = ACTIONS(2717), [anon_sym_DQUOTE] = ACTIONS(2717), [sym_true] = ACTIONS(2715), [sym_false] = ACTIONS(2715), [anon_sym_NULL] = ACTIONS(2715), [anon_sym_nullptr] = ACTIONS(2715), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2715), [anon_sym_decltype] = ACTIONS(2715), [anon_sym_virtual] = ACTIONS(2715), [anon_sym_explicit] = ACTIONS(2715), [anon_sym_typename] = ACTIONS(2715), [anon_sym_template] = ACTIONS(2715), [anon_sym_operator] = ACTIONS(2715), [anon_sym_try] = ACTIONS(2715), [anon_sym_delete] = ACTIONS(2715), [anon_sym_throw] = ACTIONS(2715), [anon_sym_namespace] = ACTIONS(2715), [anon_sym_using] = ACTIONS(2715), [anon_sym_static_assert] = ACTIONS(2715), [anon_sym_concept] = ACTIONS(2715), [anon_sym_co_return] = ACTIONS(2715), [anon_sym_co_yield] = ACTIONS(2715), [anon_sym_catch] = ACTIONS(2719), [anon_sym_R_DQUOTE] = ACTIONS(2717), [anon_sym_LR_DQUOTE] = ACTIONS(2717), [anon_sym_uR_DQUOTE] = ACTIONS(2717), [anon_sym_UR_DQUOTE] = ACTIONS(2717), [anon_sym_u8R_DQUOTE] = ACTIONS(2717), [anon_sym_co_await] = ACTIONS(2715), [anon_sym_new] = ACTIONS(2715), [anon_sym_requires] = ACTIONS(2715), [sym_this] = ACTIONS(2715), }, [360] = { [sym_ms_based_modifier] = STATE(7599), [sym_ms_unaligned_ptr_modifier] = STATE(4767), [sym_ms_pointer_modifier] = STATE(3414), [sym__declarator] = STATE(5637), [sym_parenthesized_declarator] = STATE(5671), [sym_attributed_declarator] = STATE(5671), [sym_pointer_declarator] = STATE(5671), [sym_function_declarator] = STATE(5671), [sym_array_declarator] = STATE(5671), [sym_type_qualifier] = STATE(3826), [sym__expression] = STATE(3158), [sym__expression_not_binary] = STATE(3295), [sym_conditional_expression] = STATE(3295), [sym_assignment_expression] = STATE(3295), [sym_pointer_expression] = STATE(3295), [sym_unary_expression] = STATE(3295), [sym_binary_expression] = STATE(3295), [sym_update_expression] = STATE(3295), [sym_cast_expression] = STATE(3295), [sym_sizeof_expression] = STATE(3295), [sym_offsetof_expression] = STATE(3295), [sym_generic_expression] = STATE(3295), [sym_subscript_expression] = STATE(3295), [sym_call_expression] = STATE(3295), [sym_gnu_asm_expression] = STATE(3295), [sym_field_expression] = STATE(3295), [sym_compound_literal_expression] = STATE(3295), [sym_parenthesized_expression] = STATE(3295), [sym_char_literal] = STATE(3192), [sym_concatenated_string] = STATE(3192), [sym_string_literal] = STATE(2207), [sym_null] = STATE(3295), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6682), [sym_reference_declarator] = STATE(5671), [sym_structured_binding_declarator] = STATE(5671), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3193), [sym_raw_string_literal] = STATE(2207), [sym_co_await_expression] = STATE(3295), [sym_new_expression] = STATE(3295), [sym_delete_expression] = STATE(3295), [sym_requires_clause] = STATE(3295), [sym_requires_expression] = STATE(3295), [sym_lambda_expression] = STATE(3295), [sym_lambda_capture_specifier] = STATE(5166), [sym_fold_expression] = STATE(3295), [sym_parameter_pack_expansion] = STATE(3295), [sym_destructor_name] = STATE(5671), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5272), [sym_qualified_identifier] = STATE(3194), [sym_qualified_type_identifier] = STATE(6682), [sym_operator_name] = STATE(5671), [sym_user_defined_literal] = STATE(3295), [aux_sym_type_definition_repeat1] = STATE(3826), [aux_sym_pointer_declarator_repeat1] = STATE(3414), [sym_identifier] = ACTIONS(2721), [anon_sym_LPAREN2] = ACTIONS(2723), [anon_sym_BANG] = ACTIONS(1991), [anon_sym_TILDE] = ACTIONS(2725), [anon_sym_DASH] = ACTIONS(1989), [anon_sym_PLUS] = ACTIONS(1989), [anon_sym_STAR] = ACTIONS(1907), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(1909), [anon_sym_COLON_COLON] = ACTIONS(1995), [anon_sym___based] = ACTIONS(45), [sym_ms_restrict_modifier] = ACTIONS(2727), [sym_ms_unsigned_ptr_modifier] = ACTIONS(2727), [sym_ms_signed_ptr_modifier] = ACTIONS(2727), [anon_sym__unaligned] = ACTIONS(2729), [anon_sym___unaligned] = ACTIONS(2729), [anon_sym_LBRACK] = ACTIONS(1913), [anon_sym_const] = ACTIONS(2731), [anon_sym_constexpr] = ACTIONS(2731), [anon_sym_volatile] = ACTIONS(2731), [anon_sym_restrict] = ACTIONS(2731), [anon_sym___restrict__] = ACTIONS(2731), [anon_sym__Atomic] = ACTIONS(2731), [anon_sym__Noreturn] = ACTIONS(2731), [anon_sym_noreturn] = ACTIONS(2731), [anon_sym_mutable] = ACTIONS(2731), [anon_sym_constinit] = ACTIONS(2731), [anon_sym_consteval] = ACTIONS(2731), [sym_primitive_type] = ACTIONS(1999), [anon_sym_not] = ACTIONS(1989), [anon_sym_compl] = ACTIONS(1989), [anon_sym_DASH_DASH] = ACTIONS(2001), [anon_sym_PLUS_PLUS] = ACTIONS(2001), [anon_sym_sizeof] = ACTIONS(2003), [anon_sym_offsetof] = ACTIONS(2005), [anon_sym__Generic] = ACTIONS(2007), [anon_sym_asm] = ACTIONS(2009), [anon_sym___asm__] = ACTIONS(2009), [sym_number_literal] = ACTIONS(2011), [anon_sym_L_SQUOTE] = ACTIONS(2013), [anon_sym_u_SQUOTE] = ACTIONS(2013), [anon_sym_U_SQUOTE] = ACTIONS(2013), [anon_sym_u8_SQUOTE] = ACTIONS(2013), [anon_sym_SQUOTE] = ACTIONS(2013), [anon_sym_L_DQUOTE] = ACTIONS(2015), [anon_sym_u_DQUOTE] = ACTIONS(2015), [anon_sym_U_DQUOTE] = ACTIONS(2015), [anon_sym_u8_DQUOTE] = ACTIONS(2015), [anon_sym_DQUOTE] = ACTIONS(2015), [sym_true] = ACTIONS(2017), [sym_false] = ACTIONS(2017), [anon_sym_NULL] = ACTIONS(2019), [anon_sym_nullptr] = ACTIONS(2019), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_operator] = ACTIONS(1931), [anon_sym_delete] = ACTIONS(2021), [anon_sym_R_DQUOTE] = ACTIONS(2023), [anon_sym_LR_DQUOTE] = ACTIONS(2023), [anon_sym_uR_DQUOTE] = ACTIONS(2023), [anon_sym_UR_DQUOTE] = ACTIONS(2023), [anon_sym_u8R_DQUOTE] = ACTIONS(2023), [anon_sym_co_await] = ACTIONS(2025), [anon_sym_new] = ACTIONS(2027), [anon_sym_requires] = ACTIONS(2029), [sym_this] = ACTIONS(2017), }, [361] = { [sym_preproc_def] = STATE(372), [sym_preproc_function_def] = STATE(372), [sym_preproc_call] = STATE(372), [sym_preproc_if_in_field_declaration_list] = STATE(372), [sym_preproc_ifdef_in_field_declaration_list] = STATE(372), [sym_preproc_else_in_field_declaration_list] = STATE(7682), [sym_preproc_elif_in_field_declaration_list] = STATE(7682), [sym_type_definition] = STATE(372), [sym__declaration_modifiers] = STATE(3697), [sym__declaration_specifiers] = STATE(4869), [sym_attribute_specifier] = STATE(3697), [sym_attribute_declaration] = STATE(3697), [sym_ms_declspec_modifier] = STATE(3697), [sym_ms_based_modifier] = STATE(7599), [sym__declarator] = STATE(5891), [sym_parenthesized_declarator] = STATE(5671), [sym_attributed_declarator] = STATE(5671), [sym_pointer_declarator] = STATE(5671), [sym_function_declarator] = STATE(5478), [sym_array_declarator] = STATE(5671), [sym_storage_class_specifier] = STATE(3697), [sym_type_qualifier] = STATE(3697), [sym__type_specifier] = STATE(3841), [sym_sized_type_specifier] = STATE(3945), [sym_enum_specifier] = STATE(3945), [sym_struct_specifier] = STATE(3945), [sym_union_specifier] = STATE(3945), [sym__field_declaration_list_item] = STATE(372), [sym_field_declaration] = STATE(372), [sym_placeholder_type_specifier] = STATE(3945), [sym_decltype_auto] = STATE(3928), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3945), [sym_virtual] = STATE(3697), [sym_explicit_function_specifier] = STATE(2308), [sym_dependent_type] = STATE(3945), [sym_template_declaration] = STATE(372), [sym_operator_cast] = STATE(5915), [sym_inline_method_definition] = STATE(372), [sym__constructor_specifiers] = STATE(2308), [sym_operator_cast_definition] = STATE(372), [sym_operator_cast_declaration] = STATE(372), [sym_constructor_or_destructor_definition] = STATE(372), [sym_constructor_or_destructor_declaration] = STATE(372), [sym_friend_declaration] = STATE(372), [sym_access_specifier] = STATE(7219), [sym_reference_declarator] = STATE(5671), [sym_structured_binding_declarator] = STATE(5671), [sym_template_type] = STATE(3646), [sym_template_function] = STATE(5671), [sym_using_declaration] = STATE(372), [sym_alias_declaration] = STATE(372), [sym_static_assert_declaration] = STATE(372), [sym_destructor_name] = STATE(5671), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5155), [sym_qualified_identifier] = STATE(5671), [sym_qualified_type_identifier] = STATE(4540), [sym_qualified_operator_cast_identifier] = STATE(5915), [sym_operator_name] = STATE(5671), [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(372), [aux_sym__declaration_specifiers_repeat1] = STATE(2567), [aux_sym_sized_type_specifier_repeat1] = STATE(3978), [aux_sym_operator_cast_definition_repeat1] = STATE(2308), [sym_identifier] = ACTIONS(2544), [aux_sym_preproc_def_token1] = ACTIONS(2733), [aux_sym_preproc_if_token1] = ACTIONS(2735), [aux_sym_preproc_if_token2] = ACTIONS(2737), [aux_sym_preproc_ifdef_token1] = ACTIONS(2739), [aux_sym_preproc_ifdef_token2] = ACTIONS(2739), [aux_sym_preproc_else_token1] = ACTIONS(2554), [aux_sym_preproc_elif_token1] = ACTIONS(2556), [sym_preproc_directive] = ACTIONS(2741), [anon_sym_LPAREN2] = ACTIONS(2560), [anon_sym_TILDE] = ACTIONS(2562), [anon_sym_STAR] = ACTIONS(2564), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(2566), [anon_sym_typedef] = ACTIONS(2743), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(2570), [anon_sym_LBRACK_LBRACK] = ACTIONS(1813), [anon_sym___declspec] = ACTIONS(43), [anon_sym___based] = ACTIONS(45), [anon_sym_signed] = ACTIONS(2572), [anon_sym_unsigned] = ACTIONS(2572), [anon_sym_long] = ACTIONS(2572), [anon_sym_short] = ACTIONS(2572), [anon_sym_LBRACK] = ACTIONS(2574), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(2576), [anon_sym_enum] = ACTIONS(2578), [anon_sym_class] = ACTIONS(2580), [anon_sym_struct] = ACTIONS(2582), [anon_sym_union] = ACTIONS(2584), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2586), [anon_sym_decltype] = ACTIONS(2588), [anon_sym_virtual] = ACTIONS(117), [anon_sym_explicit] = ACTIONS(119), [anon_sym_typename] = ACTIONS(2590), [anon_sym_template] = ACTIONS(2745), [anon_sym_operator] = ACTIONS(125), [anon_sym_friend] = ACTIONS(2747), [anon_sym_public] = ACTIONS(2596), [anon_sym_private] = ACTIONS(2596), [anon_sym_protected] = ACTIONS(2596), [anon_sym_using] = ACTIONS(2749), [anon_sym_static_assert] = ACTIONS(2751), }, [362] = { [sym_preproc_def] = STATE(366), [sym_preproc_function_def] = STATE(366), [sym_preproc_call] = STATE(366), [sym_preproc_if_in_field_declaration_list] = STATE(366), [sym_preproc_ifdef_in_field_declaration_list] = STATE(366), [sym_preproc_else_in_field_declaration_list] = STATE(7594), [sym_preproc_elif_in_field_declaration_list] = STATE(7594), [sym_type_definition] = STATE(366), [sym__declaration_modifiers] = STATE(3697), [sym__declaration_specifiers] = STATE(4869), [sym_attribute_specifier] = STATE(3697), [sym_attribute_declaration] = STATE(3697), [sym_ms_declspec_modifier] = STATE(3697), [sym_ms_based_modifier] = STATE(7599), [sym__declarator] = STATE(5891), [sym_parenthesized_declarator] = STATE(5671), [sym_attributed_declarator] = STATE(5671), [sym_pointer_declarator] = STATE(5671), [sym_function_declarator] = STATE(5478), [sym_array_declarator] = STATE(5671), [sym_storage_class_specifier] = STATE(3697), [sym_type_qualifier] = STATE(3697), [sym__type_specifier] = STATE(3841), [sym_sized_type_specifier] = STATE(3945), [sym_enum_specifier] = STATE(3945), [sym_struct_specifier] = STATE(3945), [sym_union_specifier] = STATE(3945), [sym__field_declaration_list_item] = STATE(366), [sym_field_declaration] = STATE(366), [sym_placeholder_type_specifier] = STATE(3945), [sym_decltype_auto] = STATE(3928), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3945), [sym_virtual] = STATE(3697), [sym_explicit_function_specifier] = STATE(2308), [sym_dependent_type] = STATE(3945), [sym_template_declaration] = STATE(366), [sym_operator_cast] = STATE(5915), [sym_inline_method_definition] = STATE(366), [sym__constructor_specifiers] = STATE(2308), [sym_operator_cast_definition] = STATE(366), [sym_operator_cast_declaration] = STATE(366), [sym_constructor_or_destructor_definition] = STATE(366), [sym_constructor_or_destructor_declaration] = STATE(366), [sym_friend_declaration] = STATE(366), [sym_access_specifier] = STATE(7219), [sym_reference_declarator] = STATE(5671), [sym_structured_binding_declarator] = STATE(5671), [sym_template_type] = STATE(3646), [sym_template_function] = STATE(5671), [sym_using_declaration] = STATE(366), [sym_alias_declaration] = STATE(366), [sym_static_assert_declaration] = STATE(366), [sym_destructor_name] = STATE(5671), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5155), [sym_qualified_identifier] = STATE(5671), [sym_qualified_type_identifier] = STATE(4540), [sym_qualified_operator_cast_identifier] = STATE(5915), [sym_operator_name] = STATE(5671), [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(366), [aux_sym__declaration_specifiers_repeat1] = STATE(2567), [aux_sym_sized_type_specifier_repeat1] = STATE(3978), [aux_sym_operator_cast_definition_repeat1] = STATE(2308), [sym_identifier] = ACTIONS(2544), [aux_sym_preproc_def_token1] = ACTIONS(2733), [aux_sym_preproc_if_token1] = ACTIONS(2735), [aux_sym_preproc_if_token2] = ACTIONS(2753), [aux_sym_preproc_ifdef_token1] = ACTIONS(2739), [aux_sym_preproc_ifdef_token2] = ACTIONS(2739), [aux_sym_preproc_else_token1] = ACTIONS(2554), [aux_sym_preproc_elif_token1] = ACTIONS(2556), [sym_preproc_directive] = ACTIONS(2741), [anon_sym_LPAREN2] = ACTIONS(2560), [anon_sym_TILDE] = ACTIONS(2562), [anon_sym_STAR] = ACTIONS(2564), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(2566), [anon_sym_typedef] = ACTIONS(2743), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(2570), [anon_sym_LBRACK_LBRACK] = ACTIONS(1813), [anon_sym___declspec] = ACTIONS(43), [anon_sym___based] = ACTIONS(45), [anon_sym_signed] = ACTIONS(2572), [anon_sym_unsigned] = ACTIONS(2572), [anon_sym_long] = ACTIONS(2572), [anon_sym_short] = ACTIONS(2572), [anon_sym_LBRACK] = ACTIONS(2574), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(2576), [anon_sym_enum] = ACTIONS(2578), [anon_sym_class] = ACTIONS(2580), [anon_sym_struct] = ACTIONS(2582), [anon_sym_union] = ACTIONS(2584), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2586), [anon_sym_decltype] = ACTIONS(2588), [anon_sym_virtual] = ACTIONS(117), [anon_sym_explicit] = ACTIONS(119), [anon_sym_typename] = ACTIONS(2590), [anon_sym_template] = ACTIONS(2745), [anon_sym_operator] = ACTIONS(125), [anon_sym_friend] = ACTIONS(2747), [anon_sym_public] = ACTIONS(2596), [anon_sym_private] = ACTIONS(2596), [anon_sym_protected] = ACTIONS(2596), [anon_sym_using] = ACTIONS(2749), [anon_sym_static_assert] = ACTIONS(2751), }, [363] = { [sym_preproc_def] = STATE(474), [sym_preproc_function_def] = STATE(474), [sym_preproc_call] = STATE(474), [sym_preproc_if_in_field_declaration_list] = STATE(474), [sym_preproc_ifdef_in_field_declaration_list] = STATE(474), [sym_preproc_else_in_field_declaration_list] = STATE(7432), [sym_preproc_elif_in_field_declaration_list] = STATE(7432), [sym_type_definition] = STATE(474), [sym__declaration_modifiers] = STATE(3697), [sym__declaration_specifiers] = STATE(4869), [sym_attribute_specifier] = STATE(3697), [sym_attribute_declaration] = STATE(3697), [sym_ms_declspec_modifier] = STATE(3697), [sym_ms_based_modifier] = STATE(7599), [sym__declarator] = STATE(5891), [sym_parenthesized_declarator] = STATE(5671), [sym_attributed_declarator] = STATE(5671), [sym_pointer_declarator] = STATE(5671), [sym_function_declarator] = STATE(5478), [sym_array_declarator] = STATE(5671), [sym_storage_class_specifier] = STATE(3697), [sym_type_qualifier] = STATE(3697), [sym__type_specifier] = STATE(3841), [sym_sized_type_specifier] = STATE(3945), [sym_enum_specifier] = STATE(3945), [sym_struct_specifier] = STATE(3945), [sym_union_specifier] = STATE(3945), [sym__field_declaration_list_item] = STATE(474), [sym_field_declaration] = STATE(474), [sym_placeholder_type_specifier] = STATE(3945), [sym_decltype_auto] = STATE(3928), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3945), [sym_virtual] = STATE(3697), [sym_explicit_function_specifier] = STATE(2308), [sym_dependent_type] = STATE(3945), [sym_template_declaration] = STATE(474), [sym_operator_cast] = STATE(5915), [sym_inline_method_definition] = STATE(474), [sym__constructor_specifiers] = STATE(2308), [sym_operator_cast_definition] = STATE(474), [sym_operator_cast_declaration] = STATE(474), [sym_constructor_or_destructor_definition] = STATE(474), [sym_constructor_or_destructor_declaration] = STATE(474), [sym_friend_declaration] = STATE(474), [sym_access_specifier] = STATE(7219), [sym_reference_declarator] = STATE(5671), [sym_structured_binding_declarator] = STATE(5671), [sym_template_type] = STATE(3646), [sym_template_function] = STATE(5671), [sym_using_declaration] = STATE(474), [sym_alias_declaration] = STATE(474), [sym_static_assert_declaration] = STATE(474), [sym_destructor_name] = STATE(5671), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5155), [sym_qualified_identifier] = STATE(5671), [sym_qualified_type_identifier] = STATE(4540), [sym_qualified_operator_cast_identifier] = STATE(5915), [sym_operator_name] = STATE(5671), [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(474), [aux_sym__declaration_specifiers_repeat1] = STATE(2567), [aux_sym_sized_type_specifier_repeat1] = STATE(3978), [aux_sym_operator_cast_definition_repeat1] = STATE(2308), [sym_identifier] = ACTIONS(2544), [aux_sym_preproc_def_token1] = ACTIONS(2733), [aux_sym_preproc_if_token1] = ACTIONS(2735), [aux_sym_preproc_if_token2] = ACTIONS(2755), [aux_sym_preproc_ifdef_token1] = ACTIONS(2739), [aux_sym_preproc_ifdef_token2] = ACTIONS(2739), [aux_sym_preproc_else_token1] = ACTIONS(2554), [aux_sym_preproc_elif_token1] = ACTIONS(2556), [sym_preproc_directive] = ACTIONS(2741), [anon_sym_LPAREN2] = ACTIONS(2560), [anon_sym_TILDE] = ACTIONS(2562), [anon_sym_STAR] = ACTIONS(2564), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(2566), [anon_sym_typedef] = ACTIONS(2743), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(2570), [anon_sym_LBRACK_LBRACK] = ACTIONS(1813), [anon_sym___declspec] = ACTIONS(43), [anon_sym___based] = ACTIONS(45), [anon_sym_signed] = ACTIONS(2572), [anon_sym_unsigned] = ACTIONS(2572), [anon_sym_long] = ACTIONS(2572), [anon_sym_short] = ACTIONS(2572), [anon_sym_LBRACK] = ACTIONS(2574), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(2576), [anon_sym_enum] = ACTIONS(2578), [anon_sym_class] = ACTIONS(2580), [anon_sym_struct] = ACTIONS(2582), [anon_sym_union] = ACTIONS(2584), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2586), [anon_sym_decltype] = ACTIONS(2588), [anon_sym_virtual] = ACTIONS(117), [anon_sym_explicit] = ACTIONS(119), [anon_sym_typename] = ACTIONS(2590), [anon_sym_template] = ACTIONS(2745), [anon_sym_operator] = ACTIONS(125), [anon_sym_friend] = ACTIONS(2747), [anon_sym_public] = ACTIONS(2596), [anon_sym_private] = ACTIONS(2596), [anon_sym_protected] = ACTIONS(2596), [anon_sym_using] = ACTIONS(2749), [anon_sym_static_assert] = ACTIONS(2751), }, [364] = { [sym_ms_based_modifier] = STATE(7599), [sym_ms_unaligned_ptr_modifier] = STATE(4767), [sym_ms_pointer_modifier] = STATE(3414), [sym__declarator] = STATE(5637), [sym_parenthesized_declarator] = STATE(5671), [sym_attributed_declarator] = STATE(5671), [sym_pointer_declarator] = STATE(5671), [sym_function_declarator] = STATE(5671), [sym_array_declarator] = STATE(5671), [sym_type_qualifier] = STATE(3826), [sym__expression] = STATE(2946), [sym__expression_not_binary] = STATE(3025), [sym_conditional_expression] = STATE(3025), [sym_assignment_expression] = STATE(3025), [sym_pointer_expression] = STATE(3025), [sym_unary_expression] = STATE(3025), [sym_binary_expression] = STATE(3025), [sym_update_expression] = STATE(3025), [sym_cast_expression] = STATE(3025), [sym_sizeof_expression] = STATE(3025), [sym_offsetof_expression] = STATE(3025), [sym_generic_expression] = STATE(3025), [sym_subscript_expression] = STATE(3025), [sym_call_expression] = STATE(3025), [sym_gnu_asm_expression] = STATE(3025), [sym_field_expression] = STATE(3025), [sym_compound_literal_expression] = STATE(3025), [sym_parenthesized_expression] = STATE(3025), [sym_char_literal] = STATE(2884), [sym_concatenated_string] = STATE(2884), [sym_string_literal] = STATE(2162), [sym_null] = STATE(3025), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6624), [sym_reference_declarator] = STATE(5671), [sym_structured_binding_declarator] = STATE(5671), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3254), [sym_raw_string_literal] = STATE(2162), [sym_co_await_expression] = STATE(3025), [sym_new_expression] = STATE(3025), [sym_delete_expression] = STATE(3025), [sym_requires_clause] = STATE(3025), [sym_requires_expression] = STATE(3025), [sym_lambda_expression] = STATE(3025), [sym_lambda_capture_specifier] = STATE(5221), [sym_fold_expression] = STATE(3025), [sym_parameter_pack_expansion] = STATE(3025), [sym_destructor_name] = STATE(5671), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5288), [sym_qualified_identifier] = STATE(3255), [sym_qualified_type_identifier] = STATE(6624), [sym_operator_name] = STATE(5671), [sym_user_defined_literal] = STATE(3025), [aux_sym_type_definition_repeat1] = STATE(3826), [aux_sym_pointer_declarator_repeat1] = STATE(3414), [sym_identifier] = ACTIONS(2757), [anon_sym_LPAREN2] = ACTIONS(2759), [anon_sym_BANG] = ACTIONS(1941), [anon_sym_TILDE] = ACTIONS(2761), [anon_sym_DASH] = ACTIONS(1939), [anon_sym_PLUS] = ACTIONS(1939), [anon_sym_STAR] = ACTIONS(27), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(31), [anon_sym_COLON_COLON] = ACTIONS(1945), [anon_sym___based] = ACTIONS(45), [sym_ms_restrict_modifier] = ACTIONS(2727), [sym_ms_unsigned_ptr_modifier] = ACTIONS(2727), [sym_ms_signed_ptr_modifier] = ACTIONS(2727), [anon_sym__unaligned] = ACTIONS(2729), [anon_sym___unaligned] = ACTIONS(2729), [anon_sym_LBRACK] = ACTIONS(1913), [anon_sym_const] = ACTIONS(2731), [anon_sym_constexpr] = ACTIONS(2731), [anon_sym_volatile] = ACTIONS(2731), [anon_sym_restrict] = ACTIONS(2731), [anon_sym___restrict__] = ACTIONS(2731), [anon_sym__Atomic] = ACTIONS(2731), [anon_sym__Noreturn] = ACTIONS(2731), [anon_sym_noreturn] = ACTIONS(2731), [anon_sym_mutable] = ACTIONS(2731), [anon_sym_constinit] = ACTIONS(2731), [anon_sym_consteval] = ACTIONS(2731), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(1939), [anon_sym_compl] = ACTIONS(1939), [anon_sym_DASH_DASH] = ACTIONS(1953), [anon_sym_PLUS_PLUS] = ACTIONS(1953), [anon_sym_sizeof] = ACTIONS(1955), [anon_sym_offsetof] = ACTIONS(1957), [anon_sym__Generic] = ACTIONS(1959), [anon_sym_asm] = ACTIONS(1961), [anon_sym___asm__] = ACTIONS(1961), [sym_number_literal] = ACTIONS(1963), [anon_sym_L_SQUOTE] = ACTIONS(1965), [anon_sym_u_SQUOTE] = ACTIONS(1965), [anon_sym_U_SQUOTE] = ACTIONS(1965), [anon_sym_u8_SQUOTE] = ACTIONS(1965), [anon_sym_SQUOTE] = ACTIONS(1965), [anon_sym_L_DQUOTE] = ACTIONS(1967), [anon_sym_u_DQUOTE] = ACTIONS(1967), [anon_sym_U_DQUOTE] = ACTIONS(1967), [anon_sym_u8_DQUOTE] = ACTIONS(1967), [anon_sym_DQUOTE] = ACTIONS(1967), [sym_true] = ACTIONS(1969), [sym_false] = ACTIONS(1969), [anon_sym_NULL] = ACTIONS(1971), [anon_sym_nullptr] = ACTIONS(1971), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_operator] = ACTIONS(1931), [anon_sym_delete] = ACTIONS(1975), [anon_sym_R_DQUOTE] = ACTIONS(1977), [anon_sym_LR_DQUOTE] = ACTIONS(1977), [anon_sym_uR_DQUOTE] = ACTIONS(1977), [anon_sym_UR_DQUOTE] = ACTIONS(1977), [anon_sym_u8R_DQUOTE] = ACTIONS(1977), [anon_sym_co_await] = ACTIONS(1979), [anon_sym_new] = ACTIONS(1981), [anon_sym_requires] = ACTIONS(1983), [sym_this] = ACTIONS(1969), }, [365] = { [sym_preproc_def] = STATE(474), [sym_preproc_function_def] = STATE(474), [sym_preproc_call] = STATE(474), [sym_preproc_if_in_field_declaration_list] = STATE(474), [sym_preproc_ifdef_in_field_declaration_list] = STATE(474), [sym_preproc_else_in_field_declaration_list] = STATE(7549), [sym_preproc_elif_in_field_declaration_list] = STATE(7549), [sym_type_definition] = STATE(474), [sym__declaration_modifiers] = STATE(3697), [sym__declaration_specifiers] = STATE(4869), [sym_attribute_specifier] = STATE(3697), [sym_attribute_declaration] = STATE(3697), [sym_ms_declspec_modifier] = STATE(3697), [sym_ms_based_modifier] = STATE(7599), [sym__declarator] = STATE(5891), [sym_parenthesized_declarator] = STATE(5671), [sym_attributed_declarator] = STATE(5671), [sym_pointer_declarator] = STATE(5671), [sym_function_declarator] = STATE(5478), [sym_array_declarator] = STATE(5671), [sym_storage_class_specifier] = STATE(3697), [sym_type_qualifier] = STATE(3697), [sym__type_specifier] = STATE(3841), [sym_sized_type_specifier] = STATE(3945), [sym_enum_specifier] = STATE(3945), [sym_struct_specifier] = STATE(3945), [sym_union_specifier] = STATE(3945), [sym__field_declaration_list_item] = STATE(474), [sym_field_declaration] = STATE(474), [sym_placeholder_type_specifier] = STATE(3945), [sym_decltype_auto] = STATE(3928), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3945), [sym_virtual] = STATE(3697), [sym_explicit_function_specifier] = STATE(2308), [sym_dependent_type] = STATE(3945), [sym_template_declaration] = STATE(474), [sym_operator_cast] = STATE(5915), [sym_inline_method_definition] = STATE(474), [sym__constructor_specifiers] = STATE(2308), [sym_operator_cast_definition] = STATE(474), [sym_operator_cast_declaration] = STATE(474), [sym_constructor_or_destructor_definition] = STATE(474), [sym_constructor_or_destructor_declaration] = STATE(474), [sym_friend_declaration] = STATE(474), [sym_access_specifier] = STATE(7219), [sym_reference_declarator] = STATE(5671), [sym_structured_binding_declarator] = STATE(5671), [sym_template_type] = STATE(3646), [sym_template_function] = STATE(5671), [sym_using_declaration] = STATE(474), [sym_alias_declaration] = STATE(474), [sym_static_assert_declaration] = STATE(474), [sym_destructor_name] = STATE(5671), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5155), [sym_qualified_identifier] = STATE(5671), [sym_qualified_type_identifier] = STATE(4540), [sym_qualified_operator_cast_identifier] = STATE(5915), [sym_operator_name] = STATE(5671), [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(474), [aux_sym__declaration_specifiers_repeat1] = STATE(2567), [aux_sym_sized_type_specifier_repeat1] = STATE(3978), [aux_sym_operator_cast_definition_repeat1] = STATE(2308), [sym_identifier] = ACTIONS(2544), [aux_sym_preproc_def_token1] = ACTIONS(2733), [aux_sym_preproc_if_token1] = ACTIONS(2735), [aux_sym_preproc_if_token2] = ACTIONS(2763), [aux_sym_preproc_ifdef_token1] = ACTIONS(2739), [aux_sym_preproc_ifdef_token2] = ACTIONS(2739), [aux_sym_preproc_else_token1] = ACTIONS(2554), [aux_sym_preproc_elif_token1] = ACTIONS(2556), [sym_preproc_directive] = ACTIONS(2741), [anon_sym_LPAREN2] = ACTIONS(2560), [anon_sym_TILDE] = ACTIONS(2562), [anon_sym_STAR] = ACTIONS(2564), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(2566), [anon_sym_typedef] = ACTIONS(2743), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(2570), [anon_sym_LBRACK_LBRACK] = ACTIONS(1813), [anon_sym___declspec] = ACTIONS(43), [anon_sym___based] = ACTIONS(45), [anon_sym_signed] = ACTIONS(2572), [anon_sym_unsigned] = ACTIONS(2572), [anon_sym_long] = ACTIONS(2572), [anon_sym_short] = ACTIONS(2572), [anon_sym_LBRACK] = ACTIONS(2574), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(2576), [anon_sym_enum] = ACTIONS(2578), [anon_sym_class] = ACTIONS(2580), [anon_sym_struct] = ACTIONS(2582), [anon_sym_union] = ACTIONS(2584), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2586), [anon_sym_decltype] = ACTIONS(2588), [anon_sym_virtual] = ACTIONS(117), [anon_sym_explicit] = ACTIONS(119), [anon_sym_typename] = ACTIONS(2590), [anon_sym_template] = ACTIONS(2745), [anon_sym_operator] = ACTIONS(125), [anon_sym_friend] = ACTIONS(2747), [anon_sym_public] = ACTIONS(2596), [anon_sym_private] = ACTIONS(2596), [anon_sym_protected] = ACTIONS(2596), [anon_sym_using] = ACTIONS(2749), [anon_sym_static_assert] = ACTIONS(2751), }, [366] = { [sym_preproc_def] = STATE(474), [sym_preproc_function_def] = STATE(474), [sym_preproc_call] = STATE(474), [sym_preproc_if_in_field_declaration_list] = STATE(474), [sym_preproc_ifdef_in_field_declaration_list] = STATE(474), [sym_preproc_else_in_field_declaration_list] = STATE(7637), [sym_preproc_elif_in_field_declaration_list] = STATE(7637), [sym_type_definition] = STATE(474), [sym__declaration_modifiers] = STATE(3697), [sym__declaration_specifiers] = STATE(4869), [sym_attribute_specifier] = STATE(3697), [sym_attribute_declaration] = STATE(3697), [sym_ms_declspec_modifier] = STATE(3697), [sym_ms_based_modifier] = STATE(7599), [sym__declarator] = STATE(5891), [sym_parenthesized_declarator] = STATE(5671), [sym_attributed_declarator] = STATE(5671), [sym_pointer_declarator] = STATE(5671), [sym_function_declarator] = STATE(5478), [sym_array_declarator] = STATE(5671), [sym_storage_class_specifier] = STATE(3697), [sym_type_qualifier] = STATE(3697), [sym__type_specifier] = STATE(3841), [sym_sized_type_specifier] = STATE(3945), [sym_enum_specifier] = STATE(3945), [sym_struct_specifier] = STATE(3945), [sym_union_specifier] = STATE(3945), [sym__field_declaration_list_item] = STATE(474), [sym_field_declaration] = STATE(474), [sym_placeholder_type_specifier] = STATE(3945), [sym_decltype_auto] = STATE(3928), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3945), [sym_virtual] = STATE(3697), [sym_explicit_function_specifier] = STATE(2308), [sym_dependent_type] = STATE(3945), [sym_template_declaration] = STATE(474), [sym_operator_cast] = STATE(5915), [sym_inline_method_definition] = STATE(474), [sym__constructor_specifiers] = STATE(2308), [sym_operator_cast_definition] = STATE(474), [sym_operator_cast_declaration] = STATE(474), [sym_constructor_or_destructor_definition] = STATE(474), [sym_constructor_or_destructor_declaration] = STATE(474), [sym_friend_declaration] = STATE(474), [sym_access_specifier] = STATE(7219), [sym_reference_declarator] = STATE(5671), [sym_structured_binding_declarator] = STATE(5671), [sym_template_type] = STATE(3646), [sym_template_function] = STATE(5671), [sym_using_declaration] = STATE(474), [sym_alias_declaration] = STATE(474), [sym_static_assert_declaration] = STATE(474), [sym_destructor_name] = STATE(5671), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5155), [sym_qualified_identifier] = STATE(5671), [sym_qualified_type_identifier] = STATE(4540), [sym_qualified_operator_cast_identifier] = STATE(5915), [sym_operator_name] = STATE(5671), [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(474), [aux_sym__declaration_specifiers_repeat1] = STATE(2567), [aux_sym_sized_type_specifier_repeat1] = STATE(3978), [aux_sym_operator_cast_definition_repeat1] = STATE(2308), [sym_identifier] = ACTIONS(2544), [aux_sym_preproc_def_token1] = ACTIONS(2733), [aux_sym_preproc_if_token1] = ACTIONS(2735), [aux_sym_preproc_if_token2] = ACTIONS(2765), [aux_sym_preproc_ifdef_token1] = ACTIONS(2739), [aux_sym_preproc_ifdef_token2] = ACTIONS(2739), [aux_sym_preproc_else_token1] = ACTIONS(2554), [aux_sym_preproc_elif_token1] = ACTIONS(2556), [sym_preproc_directive] = ACTIONS(2741), [anon_sym_LPAREN2] = ACTIONS(2560), [anon_sym_TILDE] = ACTIONS(2562), [anon_sym_STAR] = ACTIONS(2564), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(2566), [anon_sym_typedef] = ACTIONS(2743), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(2570), [anon_sym_LBRACK_LBRACK] = ACTIONS(1813), [anon_sym___declspec] = ACTIONS(43), [anon_sym___based] = ACTIONS(45), [anon_sym_signed] = ACTIONS(2572), [anon_sym_unsigned] = ACTIONS(2572), [anon_sym_long] = ACTIONS(2572), [anon_sym_short] = ACTIONS(2572), [anon_sym_LBRACK] = ACTIONS(2574), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(2576), [anon_sym_enum] = ACTIONS(2578), [anon_sym_class] = ACTIONS(2580), [anon_sym_struct] = ACTIONS(2582), [anon_sym_union] = ACTIONS(2584), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2586), [anon_sym_decltype] = ACTIONS(2588), [anon_sym_virtual] = ACTIONS(117), [anon_sym_explicit] = ACTIONS(119), [anon_sym_typename] = ACTIONS(2590), [anon_sym_template] = ACTIONS(2745), [anon_sym_operator] = ACTIONS(125), [anon_sym_friend] = ACTIONS(2747), [anon_sym_public] = ACTIONS(2596), [anon_sym_private] = ACTIONS(2596), [anon_sym_protected] = ACTIONS(2596), [anon_sym_using] = ACTIONS(2749), [anon_sym_static_assert] = ACTIONS(2751), }, [367] = { [sym_preproc_def] = STATE(365), [sym_preproc_function_def] = STATE(365), [sym_preproc_call] = STATE(365), [sym_preproc_if_in_field_declaration_list] = STATE(365), [sym_preproc_ifdef_in_field_declaration_list] = STATE(365), [sym_preproc_else_in_field_declaration_list] = STATE(7416), [sym_preproc_elif_in_field_declaration_list] = STATE(7416), [sym_type_definition] = STATE(365), [sym__declaration_modifiers] = STATE(3697), [sym__declaration_specifiers] = STATE(4869), [sym_attribute_specifier] = STATE(3697), [sym_attribute_declaration] = STATE(3697), [sym_ms_declspec_modifier] = STATE(3697), [sym_ms_based_modifier] = STATE(7599), [sym__declarator] = STATE(5891), [sym_parenthesized_declarator] = STATE(5671), [sym_attributed_declarator] = STATE(5671), [sym_pointer_declarator] = STATE(5671), [sym_function_declarator] = STATE(5478), [sym_array_declarator] = STATE(5671), [sym_storage_class_specifier] = STATE(3697), [sym_type_qualifier] = STATE(3697), [sym__type_specifier] = STATE(3841), [sym_sized_type_specifier] = STATE(3945), [sym_enum_specifier] = STATE(3945), [sym_struct_specifier] = STATE(3945), [sym_union_specifier] = STATE(3945), [sym__field_declaration_list_item] = STATE(365), [sym_field_declaration] = STATE(365), [sym_placeholder_type_specifier] = STATE(3945), [sym_decltype_auto] = STATE(3928), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3945), [sym_virtual] = STATE(3697), [sym_explicit_function_specifier] = STATE(2308), [sym_dependent_type] = STATE(3945), [sym_template_declaration] = STATE(365), [sym_operator_cast] = STATE(5915), [sym_inline_method_definition] = STATE(365), [sym__constructor_specifiers] = STATE(2308), [sym_operator_cast_definition] = STATE(365), [sym_operator_cast_declaration] = STATE(365), [sym_constructor_or_destructor_definition] = STATE(365), [sym_constructor_or_destructor_declaration] = STATE(365), [sym_friend_declaration] = STATE(365), [sym_access_specifier] = STATE(7219), [sym_reference_declarator] = STATE(5671), [sym_structured_binding_declarator] = STATE(5671), [sym_template_type] = STATE(3646), [sym_template_function] = STATE(5671), [sym_using_declaration] = STATE(365), [sym_alias_declaration] = STATE(365), [sym_static_assert_declaration] = STATE(365), [sym_destructor_name] = STATE(5671), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5155), [sym_qualified_identifier] = STATE(5671), [sym_qualified_type_identifier] = STATE(4540), [sym_qualified_operator_cast_identifier] = STATE(5915), [sym_operator_name] = STATE(5671), [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(365), [aux_sym__declaration_specifiers_repeat1] = STATE(2567), [aux_sym_sized_type_specifier_repeat1] = STATE(3978), [aux_sym_operator_cast_definition_repeat1] = STATE(2308), [sym_identifier] = ACTIONS(2544), [aux_sym_preproc_def_token1] = ACTIONS(2733), [aux_sym_preproc_if_token1] = ACTIONS(2735), [aux_sym_preproc_if_token2] = ACTIONS(2767), [aux_sym_preproc_ifdef_token1] = ACTIONS(2739), [aux_sym_preproc_ifdef_token2] = ACTIONS(2739), [aux_sym_preproc_else_token1] = ACTIONS(2554), [aux_sym_preproc_elif_token1] = ACTIONS(2556), [sym_preproc_directive] = ACTIONS(2741), [anon_sym_LPAREN2] = ACTIONS(2560), [anon_sym_TILDE] = ACTIONS(2562), [anon_sym_STAR] = ACTIONS(2564), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(2566), [anon_sym_typedef] = ACTIONS(2743), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(2570), [anon_sym_LBRACK_LBRACK] = ACTIONS(1813), [anon_sym___declspec] = ACTIONS(43), [anon_sym___based] = ACTIONS(45), [anon_sym_signed] = ACTIONS(2572), [anon_sym_unsigned] = ACTIONS(2572), [anon_sym_long] = ACTIONS(2572), [anon_sym_short] = ACTIONS(2572), [anon_sym_LBRACK] = ACTIONS(2574), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(2576), [anon_sym_enum] = ACTIONS(2578), [anon_sym_class] = ACTIONS(2580), [anon_sym_struct] = ACTIONS(2582), [anon_sym_union] = ACTIONS(2584), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2586), [anon_sym_decltype] = ACTIONS(2588), [anon_sym_virtual] = ACTIONS(117), [anon_sym_explicit] = ACTIONS(119), [anon_sym_typename] = ACTIONS(2590), [anon_sym_template] = ACTIONS(2745), [anon_sym_operator] = ACTIONS(125), [anon_sym_friend] = ACTIONS(2747), [anon_sym_public] = ACTIONS(2596), [anon_sym_private] = ACTIONS(2596), [anon_sym_protected] = ACTIONS(2596), [anon_sym_using] = ACTIONS(2749), [anon_sym_static_assert] = ACTIONS(2751), }, [368] = { [sym_preproc_def] = STATE(368), [sym_preproc_function_def] = STATE(368), [sym_preproc_call] = STATE(368), [sym_preproc_if_in_field_declaration_list] = STATE(368), [sym_preproc_ifdef_in_field_declaration_list] = STATE(368), [sym_type_definition] = STATE(368), [sym__declaration_modifiers] = STATE(3697), [sym__declaration_specifiers] = STATE(4836), [sym_attribute_specifier] = STATE(3697), [sym_attribute_declaration] = STATE(3697), [sym_ms_declspec_modifier] = STATE(3697), [sym_ms_based_modifier] = STATE(7599), [sym__declarator] = STATE(5891), [sym_parenthesized_declarator] = STATE(5671), [sym_attributed_declarator] = STATE(5671), [sym_pointer_declarator] = STATE(5671), [sym_function_declarator] = STATE(5488), [sym_array_declarator] = STATE(5671), [sym_storage_class_specifier] = STATE(3697), [sym_type_qualifier] = STATE(3697), [sym__type_specifier] = STATE(3841), [sym_sized_type_specifier] = STATE(3945), [sym_enum_specifier] = STATE(3945), [sym_struct_specifier] = STATE(3945), [sym_union_specifier] = STATE(3945), [sym__field_declaration_list_item] = STATE(368), [sym_field_declaration] = STATE(368), [sym_placeholder_type_specifier] = STATE(3945), [sym_decltype_auto] = STATE(3928), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3945), [sym_virtual] = STATE(3697), [sym_explicit_function_specifier] = STATE(2313), [sym_dependent_type] = STATE(3945), [sym_template_declaration] = STATE(368), [sym_operator_cast] = STATE(5912), [sym_inline_method_definition] = STATE(368), [sym__constructor_specifiers] = STATE(2313), [sym_operator_cast_definition] = STATE(368), [sym_operator_cast_declaration] = STATE(368), [sym_constructor_or_destructor_definition] = STATE(368), [sym_constructor_or_destructor_declaration] = STATE(368), [sym_friend_declaration] = STATE(368), [sym_access_specifier] = STATE(6986), [sym_reference_declarator] = STATE(5671), [sym_structured_binding_declarator] = STATE(5671), [sym_template_type] = STATE(3646), [sym_template_function] = STATE(5671), [sym_using_declaration] = STATE(368), [sym_alias_declaration] = STATE(368), [sym_static_assert_declaration] = STATE(368), [sym_destructor_name] = STATE(5671), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5155), [sym_qualified_identifier] = STATE(5671), [sym_qualified_type_identifier] = STATE(4540), [sym_qualified_operator_cast_identifier] = STATE(5912), [sym_operator_name] = STATE(5671), [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(368), [aux_sym__declaration_specifiers_repeat1] = STATE(2567), [aux_sym_sized_type_specifier_repeat1] = STATE(3978), [aux_sym_operator_cast_definition_repeat1] = STATE(2313), [sym_identifier] = ACTIONS(2769), [aux_sym_preproc_def_token1] = ACTIONS(2772), [aux_sym_preproc_if_token1] = ACTIONS(2775), [aux_sym_preproc_if_token2] = ACTIONS(2778), [aux_sym_preproc_ifdef_token1] = ACTIONS(2780), [aux_sym_preproc_ifdef_token2] = ACTIONS(2780), [aux_sym_preproc_else_token1] = ACTIONS(2778), [aux_sym_preproc_elif_token1] = ACTIONS(2778), [aux_sym_preproc_elifdef_token1] = ACTIONS(2778), [aux_sym_preproc_elifdef_token2] = ACTIONS(2778), [sym_preproc_directive] = ACTIONS(2783), [anon_sym_LPAREN2] = ACTIONS(2786), [anon_sym_TILDE] = ACTIONS(2789), [anon_sym_STAR] = ACTIONS(2792), [anon_sym_AMP_AMP] = ACTIONS(2795), [anon_sym_AMP] = ACTIONS(2798), [anon_sym_typedef] = ACTIONS(2801), [anon_sym_extern] = ACTIONS(2804), [anon_sym___attribute__] = ACTIONS(2807), [anon_sym_COLON_COLON] = ACTIONS(2810), [anon_sym_LBRACK_LBRACK] = ACTIONS(2813), [anon_sym___declspec] = ACTIONS(2816), [anon_sym___based] = ACTIONS(2819), [anon_sym_signed] = ACTIONS(2822), [anon_sym_unsigned] = ACTIONS(2822), [anon_sym_long] = ACTIONS(2822), [anon_sym_short] = ACTIONS(2822), [anon_sym_LBRACK] = ACTIONS(2825), [anon_sym_static] = ACTIONS(2804), [anon_sym_register] = ACTIONS(2804), [anon_sym_inline] = ACTIONS(2804), [anon_sym_thread_local] = ACTIONS(2804), [anon_sym_const] = ACTIONS(2828), [anon_sym_constexpr] = ACTIONS(2828), [anon_sym_volatile] = ACTIONS(2828), [anon_sym_restrict] = ACTIONS(2828), [anon_sym___restrict__] = ACTIONS(2828), [anon_sym__Atomic] = ACTIONS(2828), [anon_sym__Noreturn] = ACTIONS(2828), [anon_sym_noreturn] = ACTIONS(2828), [anon_sym_mutable] = ACTIONS(2828), [anon_sym_constinit] = ACTIONS(2828), [anon_sym_consteval] = ACTIONS(2828), [sym_primitive_type] = ACTIONS(2831), [anon_sym_enum] = ACTIONS(2834), [anon_sym_class] = ACTIONS(2837), [anon_sym_struct] = ACTIONS(2840), [anon_sym_union] = ACTIONS(2843), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2846), [anon_sym_decltype] = ACTIONS(2849), [anon_sym_virtual] = ACTIONS(2852), [anon_sym_explicit] = ACTIONS(2855), [anon_sym_typename] = ACTIONS(2858), [anon_sym_template] = ACTIONS(2861), [anon_sym_operator] = ACTIONS(2864), [anon_sym_friend] = ACTIONS(2867), [anon_sym_public] = ACTIONS(2870), [anon_sym_private] = ACTIONS(2870), [anon_sym_protected] = ACTIONS(2870), [anon_sym_using] = ACTIONS(2873), [anon_sym_static_assert] = ACTIONS(2876), }, [369] = { [sym_preproc_def] = STATE(474), [sym_preproc_function_def] = STATE(474), [sym_preproc_call] = STATE(474), [sym_preproc_if_in_field_declaration_list] = STATE(474), [sym_preproc_ifdef_in_field_declaration_list] = STATE(474), [sym_preproc_else_in_field_declaration_list] = STATE(7130), [sym_preproc_elif_in_field_declaration_list] = STATE(7130), [sym_type_definition] = STATE(474), [sym__declaration_modifiers] = STATE(3697), [sym__declaration_specifiers] = STATE(4869), [sym_attribute_specifier] = STATE(3697), [sym_attribute_declaration] = STATE(3697), [sym_ms_declspec_modifier] = STATE(3697), [sym_ms_based_modifier] = STATE(7599), [sym__declarator] = STATE(5891), [sym_parenthesized_declarator] = STATE(5671), [sym_attributed_declarator] = STATE(5671), [sym_pointer_declarator] = STATE(5671), [sym_function_declarator] = STATE(5478), [sym_array_declarator] = STATE(5671), [sym_storage_class_specifier] = STATE(3697), [sym_type_qualifier] = STATE(3697), [sym__type_specifier] = STATE(3841), [sym_sized_type_specifier] = STATE(3945), [sym_enum_specifier] = STATE(3945), [sym_struct_specifier] = STATE(3945), [sym_union_specifier] = STATE(3945), [sym__field_declaration_list_item] = STATE(474), [sym_field_declaration] = STATE(474), [sym_placeholder_type_specifier] = STATE(3945), [sym_decltype_auto] = STATE(3928), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3945), [sym_virtual] = STATE(3697), [sym_explicit_function_specifier] = STATE(2308), [sym_dependent_type] = STATE(3945), [sym_template_declaration] = STATE(474), [sym_operator_cast] = STATE(5915), [sym_inline_method_definition] = STATE(474), [sym__constructor_specifiers] = STATE(2308), [sym_operator_cast_definition] = STATE(474), [sym_operator_cast_declaration] = STATE(474), [sym_constructor_or_destructor_definition] = STATE(474), [sym_constructor_or_destructor_declaration] = STATE(474), [sym_friend_declaration] = STATE(474), [sym_access_specifier] = STATE(7219), [sym_reference_declarator] = STATE(5671), [sym_structured_binding_declarator] = STATE(5671), [sym_template_type] = STATE(3646), [sym_template_function] = STATE(5671), [sym_using_declaration] = STATE(474), [sym_alias_declaration] = STATE(474), [sym_static_assert_declaration] = STATE(474), [sym_destructor_name] = STATE(5671), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5155), [sym_qualified_identifier] = STATE(5671), [sym_qualified_type_identifier] = STATE(4540), [sym_qualified_operator_cast_identifier] = STATE(5915), [sym_operator_name] = STATE(5671), [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(474), [aux_sym__declaration_specifiers_repeat1] = STATE(2567), [aux_sym_sized_type_specifier_repeat1] = STATE(3978), [aux_sym_operator_cast_definition_repeat1] = STATE(2308), [sym_identifier] = ACTIONS(2544), [aux_sym_preproc_def_token1] = ACTIONS(2733), [aux_sym_preproc_if_token1] = ACTIONS(2735), [aux_sym_preproc_if_token2] = ACTIONS(2879), [aux_sym_preproc_ifdef_token1] = ACTIONS(2739), [aux_sym_preproc_ifdef_token2] = ACTIONS(2739), [aux_sym_preproc_else_token1] = ACTIONS(2554), [aux_sym_preproc_elif_token1] = ACTIONS(2556), [sym_preproc_directive] = ACTIONS(2741), [anon_sym_LPAREN2] = ACTIONS(2560), [anon_sym_TILDE] = ACTIONS(2562), [anon_sym_STAR] = ACTIONS(2564), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(2566), [anon_sym_typedef] = ACTIONS(2743), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(2570), [anon_sym_LBRACK_LBRACK] = ACTIONS(1813), [anon_sym___declspec] = ACTIONS(43), [anon_sym___based] = ACTIONS(45), [anon_sym_signed] = ACTIONS(2572), [anon_sym_unsigned] = ACTIONS(2572), [anon_sym_long] = ACTIONS(2572), [anon_sym_short] = ACTIONS(2572), [anon_sym_LBRACK] = ACTIONS(2574), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(2576), [anon_sym_enum] = ACTIONS(2578), [anon_sym_class] = ACTIONS(2580), [anon_sym_struct] = ACTIONS(2582), [anon_sym_union] = ACTIONS(2584), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2586), [anon_sym_decltype] = ACTIONS(2588), [anon_sym_virtual] = ACTIONS(117), [anon_sym_explicit] = ACTIONS(119), [anon_sym_typename] = ACTIONS(2590), [anon_sym_template] = ACTIONS(2745), [anon_sym_operator] = ACTIONS(125), [anon_sym_friend] = ACTIONS(2747), [anon_sym_public] = ACTIONS(2596), [anon_sym_private] = ACTIONS(2596), [anon_sym_protected] = ACTIONS(2596), [anon_sym_using] = ACTIONS(2749), [anon_sym_static_assert] = ACTIONS(2751), }, [370] = { [sym_preproc_def] = STATE(369), [sym_preproc_function_def] = STATE(369), [sym_preproc_call] = STATE(369), [sym_preproc_if_in_field_declaration_list] = STATE(369), [sym_preproc_ifdef_in_field_declaration_list] = STATE(369), [sym_preproc_else_in_field_declaration_list] = STATE(7087), [sym_preproc_elif_in_field_declaration_list] = STATE(7087), [sym_type_definition] = STATE(369), [sym__declaration_modifiers] = STATE(3697), [sym__declaration_specifiers] = STATE(4869), [sym_attribute_specifier] = STATE(3697), [sym_attribute_declaration] = STATE(3697), [sym_ms_declspec_modifier] = STATE(3697), [sym_ms_based_modifier] = STATE(7599), [sym__declarator] = STATE(5891), [sym_parenthesized_declarator] = STATE(5671), [sym_attributed_declarator] = STATE(5671), [sym_pointer_declarator] = STATE(5671), [sym_function_declarator] = STATE(5478), [sym_array_declarator] = STATE(5671), [sym_storage_class_specifier] = STATE(3697), [sym_type_qualifier] = STATE(3697), [sym__type_specifier] = STATE(3841), [sym_sized_type_specifier] = STATE(3945), [sym_enum_specifier] = STATE(3945), [sym_struct_specifier] = STATE(3945), [sym_union_specifier] = STATE(3945), [sym__field_declaration_list_item] = STATE(369), [sym_field_declaration] = STATE(369), [sym_placeholder_type_specifier] = STATE(3945), [sym_decltype_auto] = STATE(3928), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3945), [sym_virtual] = STATE(3697), [sym_explicit_function_specifier] = STATE(2308), [sym_dependent_type] = STATE(3945), [sym_template_declaration] = STATE(369), [sym_operator_cast] = STATE(5915), [sym_inline_method_definition] = STATE(369), [sym__constructor_specifiers] = STATE(2308), [sym_operator_cast_definition] = STATE(369), [sym_operator_cast_declaration] = STATE(369), [sym_constructor_or_destructor_definition] = STATE(369), [sym_constructor_or_destructor_declaration] = STATE(369), [sym_friend_declaration] = STATE(369), [sym_access_specifier] = STATE(7219), [sym_reference_declarator] = STATE(5671), [sym_structured_binding_declarator] = STATE(5671), [sym_template_type] = STATE(3646), [sym_template_function] = STATE(5671), [sym_using_declaration] = STATE(369), [sym_alias_declaration] = STATE(369), [sym_static_assert_declaration] = STATE(369), [sym_destructor_name] = STATE(5671), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5155), [sym_qualified_identifier] = STATE(5671), [sym_qualified_type_identifier] = STATE(4540), [sym_qualified_operator_cast_identifier] = STATE(5915), [sym_operator_name] = STATE(5671), [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(369), [aux_sym__declaration_specifiers_repeat1] = STATE(2567), [aux_sym_sized_type_specifier_repeat1] = STATE(3978), [aux_sym_operator_cast_definition_repeat1] = STATE(2308), [sym_identifier] = ACTIONS(2544), [aux_sym_preproc_def_token1] = ACTIONS(2733), [aux_sym_preproc_if_token1] = ACTIONS(2735), [aux_sym_preproc_if_token2] = ACTIONS(2881), [aux_sym_preproc_ifdef_token1] = ACTIONS(2739), [aux_sym_preproc_ifdef_token2] = ACTIONS(2739), [aux_sym_preproc_else_token1] = ACTIONS(2554), [aux_sym_preproc_elif_token1] = ACTIONS(2556), [sym_preproc_directive] = ACTIONS(2741), [anon_sym_LPAREN2] = ACTIONS(2560), [anon_sym_TILDE] = ACTIONS(2562), [anon_sym_STAR] = ACTIONS(2564), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(2566), [anon_sym_typedef] = ACTIONS(2743), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(2570), [anon_sym_LBRACK_LBRACK] = ACTIONS(1813), [anon_sym___declspec] = ACTIONS(43), [anon_sym___based] = ACTIONS(45), [anon_sym_signed] = ACTIONS(2572), [anon_sym_unsigned] = ACTIONS(2572), [anon_sym_long] = ACTIONS(2572), [anon_sym_short] = ACTIONS(2572), [anon_sym_LBRACK] = ACTIONS(2574), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(2576), [anon_sym_enum] = ACTIONS(2578), [anon_sym_class] = ACTIONS(2580), [anon_sym_struct] = ACTIONS(2582), [anon_sym_union] = ACTIONS(2584), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2586), [anon_sym_decltype] = ACTIONS(2588), [anon_sym_virtual] = ACTIONS(117), [anon_sym_explicit] = ACTIONS(119), [anon_sym_typename] = ACTIONS(2590), [anon_sym_template] = ACTIONS(2745), [anon_sym_operator] = ACTIONS(125), [anon_sym_friend] = ACTIONS(2747), [anon_sym_public] = ACTIONS(2596), [anon_sym_private] = ACTIONS(2596), [anon_sym_protected] = ACTIONS(2596), [anon_sym_using] = ACTIONS(2749), [anon_sym_static_assert] = ACTIONS(2751), }, [371] = { [sym_catch_clause] = STATE(352), [aux_sym_constructor_try_statement_repeat1] = STATE(352), [sym_identifier] = ACTIONS(2883), [aux_sym_preproc_include_token1] = ACTIONS(2883), [aux_sym_preproc_def_token1] = ACTIONS(2883), [aux_sym_preproc_if_token1] = ACTIONS(2883), [aux_sym_preproc_if_token2] = ACTIONS(2883), [aux_sym_preproc_ifdef_token1] = ACTIONS(2883), [aux_sym_preproc_ifdef_token2] = ACTIONS(2883), [aux_sym_preproc_else_token1] = ACTIONS(2883), [aux_sym_preproc_elif_token1] = ACTIONS(2883), [aux_sym_preproc_elifdef_token1] = ACTIONS(2883), [aux_sym_preproc_elifdef_token2] = ACTIONS(2883), [sym_preproc_directive] = ACTIONS(2883), [anon_sym_LPAREN2] = ACTIONS(2885), [anon_sym_BANG] = ACTIONS(2885), [anon_sym_TILDE] = ACTIONS(2885), [anon_sym_DASH] = ACTIONS(2883), [anon_sym_PLUS] = ACTIONS(2883), [anon_sym_STAR] = ACTIONS(2885), [anon_sym_AMP_AMP] = ACTIONS(2885), [anon_sym_AMP] = ACTIONS(2883), [anon_sym_SEMI] = ACTIONS(2885), [anon_sym_typedef] = ACTIONS(2883), [anon_sym_extern] = ACTIONS(2883), [anon_sym___attribute__] = ACTIONS(2883), [anon_sym_COLON_COLON] = ACTIONS(2885), [anon_sym_LBRACK_LBRACK] = ACTIONS(2885), [anon_sym___declspec] = ACTIONS(2883), [anon_sym___based] = ACTIONS(2883), [anon_sym___cdecl] = ACTIONS(2883), [anon_sym___clrcall] = ACTIONS(2883), [anon_sym___stdcall] = ACTIONS(2883), [anon_sym___fastcall] = ACTIONS(2883), [anon_sym___thiscall] = ACTIONS(2883), [anon_sym___vectorcall] = ACTIONS(2883), [anon_sym_LBRACE] = ACTIONS(2885), [anon_sym_signed] = ACTIONS(2883), [anon_sym_unsigned] = ACTIONS(2883), [anon_sym_long] = ACTIONS(2883), [anon_sym_short] = ACTIONS(2883), [anon_sym_LBRACK] = ACTIONS(2883), [anon_sym_static] = ACTIONS(2883), [anon_sym_register] = ACTIONS(2883), [anon_sym_inline] = ACTIONS(2883), [anon_sym_thread_local] = ACTIONS(2883), [anon_sym_const] = ACTIONS(2883), [anon_sym_constexpr] = ACTIONS(2883), [anon_sym_volatile] = ACTIONS(2883), [anon_sym_restrict] = ACTIONS(2883), [anon_sym___restrict__] = ACTIONS(2883), [anon_sym__Atomic] = ACTIONS(2883), [anon_sym__Noreturn] = ACTIONS(2883), [anon_sym_noreturn] = ACTIONS(2883), [anon_sym_mutable] = ACTIONS(2883), [anon_sym_constinit] = ACTIONS(2883), [anon_sym_consteval] = ACTIONS(2883), [sym_primitive_type] = ACTIONS(2883), [anon_sym_enum] = ACTIONS(2883), [anon_sym_class] = ACTIONS(2883), [anon_sym_struct] = ACTIONS(2883), [anon_sym_union] = ACTIONS(2883), [anon_sym_if] = ACTIONS(2883), [anon_sym_switch] = ACTIONS(2883), [anon_sym_case] = ACTIONS(2883), [anon_sym_default] = ACTIONS(2883), [anon_sym_while] = ACTIONS(2883), [anon_sym_do] = ACTIONS(2883), [anon_sym_for] = ACTIONS(2883), [anon_sym_return] = ACTIONS(2883), [anon_sym_break] = ACTIONS(2883), [anon_sym_continue] = ACTIONS(2883), [anon_sym_goto] = ACTIONS(2883), [anon_sym_not] = ACTIONS(2883), [anon_sym_compl] = ACTIONS(2883), [anon_sym_DASH_DASH] = ACTIONS(2885), [anon_sym_PLUS_PLUS] = ACTIONS(2885), [anon_sym_sizeof] = ACTIONS(2883), [anon_sym_offsetof] = ACTIONS(2883), [anon_sym__Generic] = ACTIONS(2883), [anon_sym_asm] = ACTIONS(2883), [anon_sym___asm__] = ACTIONS(2883), [sym_number_literal] = ACTIONS(2885), [anon_sym_L_SQUOTE] = ACTIONS(2885), [anon_sym_u_SQUOTE] = ACTIONS(2885), [anon_sym_U_SQUOTE] = ACTIONS(2885), [anon_sym_u8_SQUOTE] = ACTIONS(2885), [anon_sym_SQUOTE] = ACTIONS(2885), [anon_sym_L_DQUOTE] = ACTIONS(2885), [anon_sym_u_DQUOTE] = ACTIONS(2885), [anon_sym_U_DQUOTE] = ACTIONS(2885), [anon_sym_u8_DQUOTE] = ACTIONS(2885), [anon_sym_DQUOTE] = ACTIONS(2885), [sym_true] = ACTIONS(2883), [sym_false] = ACTIONS(2883), [anon_sym_NULL] = ACTIONS(2883), [anon_sym_nullptr] = ACTIONS(2883), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2883), [anon_sym_decltype] = ACTIONS(2883), [anon_sym_virtual] = ACTIONS(2883), [anon_sym_explicit] = ACTIONS(2883), [anon_sym_typename] = ACTIONS(2883), [anon_sym_template] = ACTIONS(2883), [anon_sym_operator] = ACTIONS(2883), [anon_sym_try] = ACTIONS(2883), [anon_sym_delete] = ACTIONS(2883), [anon_sym_throw] = ACTIONS(2883), [anon_sym_namespace] = ACTIONS(2883), [anon_sym_using] = ACTIONS(2883), [anon_sym_static_assert] = ACTIONS(2883), [anon_sym_concept] = ACTIONS(2883), [anon_sym_co_return] = ACTIONS(2883), [anon_sym_co_yield] = ACTIONS(2883), [anon_sym_catch] = ACTIONS(2719), [anon_sym_R_DQUOTE] = ACTIONS(2885), [anon_sym_LR_DQUOTE] = ACTIONS(2885), [anon_sym_uR_DQUOTE] = ACTIONS(2885), [anon_sym_UR_DQUOTE] = ACTIONS(2885), [anon_sym_u8R_DQUOTE] = ACTIONS(2885), [anon_sym_co_await] = ACTIONS(2883), [anon_sym_new] = ACTIONS(2883), [anon_sym_requires] = ACTIONS(2883), [sym_this] = ACTIONS(2883), }, [372] = { [sym_preproc_def] = STATE(474), [sym_preproc_function_def] = STATE(474), [sym_preproc_call] = STATE(474), [sym_preproc_if_in_field_declaration_list] = STATE(474), [sym_preproc_ifdef_in_field_declaration_list] = STATE(474), [sym_preproc_else_in_field_declaration_list] = STATE(7663), [sym_preproc_elif_in_field_declaration_list] = STATE(7663), [sym_type_definition] = STATE(474), [sym__declaration_modifiers] = STATE(3697), [sym__declaration_specifiers] = STATE(4869), [sym_attribute_specifier] = STATE(3697), [sym_attribute_declaration] = STATE(3697), [sym_ms_declspec_modifier] = STATE(3697), [sym_ms_based_modifier] = STATE(7599), [sym__declarator] = STATE(5891), [sym_parenthesized_declarator] = STATE(5671), [sym_attributed_declarator] = STATE(5671), [sym_pointer_declarator] = STATE(5671), [sym_function_declarator] = STATE(5478), [sym_array_declarator] = STATE(5671), [sym_storage_class_specifier] = STATE(3697), [sym_type_qualifier] = STATE(3697), [sym__type_specifier] = STATE(3841), [sym_sized_type_specifier] = STATE(3945), [sym_enum_specifier] = STATE(3945), [sym_struct_specifier] = STATE(3945), [sym_union_specifier] = STATE(3945), [sym__field_declaration_list_item] = STATE(474), [sym_field_declaration] = STATE(474), [sym_placeholder_type_specifier] = STATE(3945), [sym_decltype_auto] = STATE(3928), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3945), [sym_virtual] = STATE(3697), [sym_explicit_function_specifier] = STATE(2308), [sym_dependent_type] = STATE(3945), [sym_template_declaration] = STATE(474), [sym_operator_cast] = STATE(5915), [sym_inline_method_definition] = STATE(474), [sym__constructor_specifiers] = STATE(2308), [sym_operator_cast_definition] = STATE(474), [sym_operator_cast_declaration] = STATE(474), [sym_constructor_or_destructor_definition] = STATE(474), [sym_constructor_or_destructor_declaration] = STATE(474), [sym_friend_declaration] = STATE(474), [sym_access_specifier] = STATE(7219), [sym_reference_declarator] = STATE(5671), [sym_structured_binding_declarator] = STATE(5671), [sym_template_type] = STATE(3646), [sym_template_function] = STATE(5671), [sym_using_declaration] = STATE(474), [sym_alias_declaration] = STATE(474), [sym_static_assert_declaration] = STATE(474), [sym_destructor_name] = STATE(5671), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5155), [sym_qualified_identifier] = STATE(5671), [sym_qualified_type_identifier] = STATE(4540), [sym_qualified_operator_cast_identifier] = STATE(5915), [sym_operator_name] = STATE(5671), [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(474), [aux_sym__declaration_specifiers_repeat1] = STATE(2567), [aux_sym_sized_type_specifier_repeat1] = STATE(3978), [aux_sym_operator_cast_definition_repeat1] = STATE(2308), [sym_identifier] = ACTIONS(2544), [aux_sym_preproc_def_token1] = ACTIONS(2733), [aux_sym_preproc_if_token1] = ACTIONS(2735), [aux_sym_preproc_if_token2] = ACTIONS(2887), [aux_sym_preproc_ifdef_token1] = ACTIONS(2739), [aux_sym_preproc_ifdef_token2] = ACTIONS(2739), [aux_sym_preproc_else_token1] = ACTIONS(2554), [aux_sym_preproc_elif_token1] = ACTIONS(2556), [sym_preproc_directive] = ACTIONS(2741), [anon_sym_LPAREN2] = ACTIONS(2560), [anon_sym_TILDE] = ACTIONS(2562), [anon_sym_STAR] = ACTIONS(2564), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(2566), [anon_sym_typedef] = ACTIONS(2743), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(2570), [anon_sym_LBRACK_LBRACK] = ACTIONS(1813), [anon_sym___declspec] = ACTIONS(43), [anon_sym___based] = ACTIONS(45), [anon_sym_signed] = ACTIONS(2572), [anon_sym_unsigned] = ACTIONS(2572), [anon_sym_long] = ACTIONS(2572), [anon_sym_short] = ACTIONS(2572), [anon_sym_LBRACK] = ACTIONS(2574), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(2576), [anon_sym_enum] = ACTIONS(2578), [anon_sym_class] = ACTIONS(2580), [anon_sym_struct] = ACTIONS(2582), [anon_sym_union] = ACTIONS(2584), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2586), [anon_sym_decltype] = ACTIONS(2588), [anon_sym_virtual] = ACTIONS(117), [anon_sym_explicit] = ACTIONS(119), [anon_sym_typename] = ACTIONS(2590), [anon_sym_template] = ACTIONS(2745), [anon_sym_operator] = ACTIONS(125), [anon_sym_friend] = ACTIONS(2747), [anon_sym_public] = ACTIONS(2596), [anon_sym_private] = ACTIONS(2596), [anon_sym_protected] = ACTIONS(2596), [anon_sym_using] = ACTIONS(2749), [anon_sym_static_assert] = ACTIONS(2751), }, [373] = { [sym_catch_clause] = STATE(352), [aux_sym_constructor_try_statement_repeat1] = STATE(352), [sym_identifier] = ACTIONS(2889), [aux_sym_preproc_include_token1] = ACTIONS(2889), [aux_sym_preproc_def_token1] = ACTIONS(2889), [aux_sym_preproc_if_token1] = ACTIONS(2889), [aux_sym_preproc_if_token2] = ACTIONS(2889), [aux_sym_preproc_ifdef_token1] = ACTIONS(2889), [aux_sym_preproc_ifdef_token2] = ACTIONS(2889), [aux_sym_preproc_else_token1] = ACTIONS(2889), [aux_sym_preproc_elif_token1] = ACTIONS(2889), [aux_sym_preproc_elifdef_token1] = ACTIONS(2889), [aux_sym_preproc_elifdef_token2] = ACTIONS(2889), [sym_preproc_directive] = ACTIONS(2889), [anon_sym_LPAREN2] = ACTIONS(2891), [anon_sym_BANG] = ACTIONS(2891), [anon_sym_TILDE] = ACTIONS(2891), [anon_sym_DASH] = ACTIONS(2889), [anon_sym_PLUS] = ACTIONS(2889), [anon_sym_STAR] = ACTIONS(2891), [anon_sym_AMP_AMP] = ACTIONS(2891), [anon_sym_AMP] = ACTIONS(2889), [anon_sym_SEMI] = ACTIONS(2891), [anon_sym_typedef] = ACTIONS(2889), [anon_sym_extern] = ACTIONS(2889), [anon_sym___attribute__] = ACTIONS(2889), [anon_sym_COLON_COLON] = ACTIONS(2891), [anon_sym_LBRACK_LBRACK] = ACTIONS(2891), [anon_sym___declspec] = ACTIONS(2889), [anon_sym___based] = ACTIONS(2889), [anon_sym___cdecl] = ACTIONS(2889), [anon_sym___clrcall] = ACTIONS(2889), [anon_sym___stdcall] = ACTIONS(2889), [anon_sym___fastcall] = ACTIONS(2889), [anon_sym___thiscall] = ACTIONS(2889), [anon_sym___vectorcall] = ACTIONS(2889), [anon_sym_LBRACE] = ACTIONS(2891), [anon_sym_signed] = ACTIONS(2889), [anon_sym_unsigned] = ACTIONS(2889), [anon_sym_long] = ACTIONS(2889), [anon_sym_short] = ACTIONS(2889), [anon_sym_LBRACK] = ACTIONS(2889), [anon_sym_static] = ACTIONS(2889), [anon_sym_register] = ACTIONS(2889), [anon_sym_inline] = ACTIONS(2889), [anon_sym_thread_local] = ACTIONS(2889), [anon_sym_const] = ACTIONS(2889), [anon_sym_constexpr] = ACTIONS(2889), [anon_sym_volatile] = ACTIONS(2889), [anon_sym_restrict] = ACTIONS(2889), [anon_sym___restrict__] = ACTIONS(2889), [anon_sym__Atomic] = ACTIONS(2889), [anon_sym__Noreturn] = ACTIONS(2889), [anon_sym_noreturn] = ACTIONS(2889), [anon_sym_mutable] = ACTIONS(2889), [anon_sym_constinit] = ACTIONS(2889), [anon_sym_consteval] = ACTIONS(2889), [sym_primitive_type] = ACTIONS(2889), [anon_sym_enum] = ACTIONS(2889), [anon_sym_class] = ACTIONS(2889), [anon_sym_struct] = ACTIONS(2889), [anon_sym_union] = ACTIONS(2889), [anon_sym_if] = ACTIONS(2889), [anon_sym_switch] = ACTIONS(2889), [anon_sym_case] = ACTIONS(2889), [anon_sym_default] = ACTIONS(2889), [anon_sym_while] = ACTIONS(2889), [anon_sym_do] = ACTIONS(2889), [anon_sym_for] = ACTIONS(2889), [anon_sym_return] = ACTIONS(2889), [anon_sym_break] = ACTIONS(2889), [anon_sym_continue] = ACTIONS(2889), [anon_sym_goto] = ACTIONS(2889), [anon_sym_not] = ACTIONS(2889), [anon_sym_compl] = ACTIONS(2889), [anon_sym_DASH_DASH] = ACTIONS(2891), [anon_sym_PLUS_PLUS] = ACTIONS(2891), [anon_sym_sizeof] = ACTIONS(2889), [anon_sym_offsetof] = ACTIONS(2889), [anon_sym__Generic] = ACTIONS(2889), [anon_sym_asm] = ACTIONS(2889), [anon_sym___asm__] = ACTIONS(2889), [sym_number_literal] = ACTIONS(2891), [anon_sym_L_SQUOTE] = ACTIONS(2891), [anon_sym_u_SQUOTE] = ACTIONS(2891), [anon_sym_U_SQUOTE] = ACTIONS(2891), [anon_sym_u8_SQUOTE] = ACTIONS(2891), [anon_sym_SQUOTE] = ACTIONS(2891), [anon_sym_L_DQUOTE] = ACTIONS(2891), [anon_sym_u_DQUOTE] = ACTIONS(2891), [anon_sym_U_DQUOTE] = ACTIONS(2891), [anon_sym_u8_DQUOTE] = ACTIONS(2891), [anon_sym_DQUOTE] = ACTIONS(2891), [sym_true] = ACTIONS(2889), [sym_false] = ACTIONS(2889), [anon_sym_NULL] = ACTIONS(2889), [anon_sym_nullptr] = ACTIONS(2889), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2889), [anon_sym_decltype] = ACTIONS(2889), [anon_sym_virtual] = ACTIONS(2889), [anon_sym_explicit] = ACTIONS(2889), [anon_sym_typename] = ACTIONS(2889), [anon_sym_template] = ACTIONS(2889), [anon_sym_operator] = ACTIONS(2889), [anon_sym_try] = ACTIONS(2889), [anon_sym_delete] = ACTIONS(2889), [anon_sym_throw] = ACTIONS(2889), [anon_sym_namespace] = ACTIONS(2889), [anon_sym_using] = ACTIONS(2889), [anon_sym_static_assert] = ACTIONS(2889), [anon_sym_concept] = ACTIONS(2889), [anon_sym_co_return] = ACTIONS(2889), [anon_sym_co_yield] = ACTIONS(2889), [anon_sym_catch] = ACTIONS(2719), [anon_sym_R_DQUOTE] = ACTIONS(2891), [anon_sym_LR_DQUOTE] = ACTIONS(2891), [anon_sym_uR_DQUOTE] = ACTIONS(2891), [anon_sym_UR_DQUOTE] = ACTIONS(2891), [anon_sym_u8R_DQUOTE] = ACTIONS(2891), [anon_sym_co_await] = ACTIONS(2889), [anon_sym_new] = ACTIONS(2889), [anon_sym_requires] = ACTIONS(2889), [sym_this] = ACTIONS(2889), }, [374] = { [sym_type_qualifier] = STATE(3787), [sym__type_specifier] = STATE(4503), [sym_sized_type_specifier] = STATE(3111), [sym_enum_specifier] = STATE(3111), [sym_struct_specifier] = STATE(3111), [sym_union_specifier] = STATE(3111), [sym__expression] = STATE(4236), [sym__expression_not_binary] = STATE(4455), [sym_conditional_expression] = STATE(4455), [sym_assignment_expression] = STATE(4455), [sym_pointer_expression] = STATE(3543), [sym_unary_expression] = STATE(4455), [sym_binary_expression] = STATE(4455), [sym_update_expression] = STATE(4455), [sym_cast_expression] = STATE(4455), [sym_type_descriptor] = STATE(6372), [sym_sizeof_expression] = STATE(4455), [sym_offsetof_expression] = STATE(4455), [sym_generic_expression] = STATE(4455), [sym_subscript_expression] = STATE(3543), [sym_call_expression] = STATE(3543), [sym_gnu_asm_expression] = STATE(4455), [sym_field_expression] = STATE(3543), [sym_compound_literal_expression] = STATE(4455), [sym_parenthesized_expression] = STATE(3543), [sym_char_literal] = STATE(4150), [sym_concatenated_string] = STATE(4150), [sym_string_literal] = STATE(3544), [sym_null] = STATE(4455), [sym_placeholder_type_specifier] = STATE(3111), [sym_decltype_auto] = STATE(3112), [sym_decltype] = STATE(3056), [sym_class_specifier] = STATE(3111), [sym__class_name] = STATE(6810), [sym_dependent_type] = STATE(3111), [sym_template_type] = STATE(4829), [sym_template_function] = STATE(4455), [sym_raw_string_literal] = STATE(3544), [sym_co_await_expression] = STATE(4455), [sym_new_expression] = STATE(4455), [sym_delete_expression] = STATE(4455), [sym_requires_clause] = STATE(4455), [sym_requires_expression] = STATE(4455), [sym_lambda_expression] = STATE(4455), [sym_lambda_capture_specifier] = STATE(5208), [sym_fold_expression] = STATE(4455), [sym_parameter_pack_expansion] = STATE(4455), [sym_type_parameter_pack_expansion] = STATE(6803), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5264), [sym_qualified_identifier] = STATE(3543), [sym_qualified_type_identifier] = STATE(4912), [sym_user_defined_literal] = STATE(4455), [aux_sym_type_definition_repeat1] = STATE(3787), [aux_sym_sized_type_specifier_repeat1] = STATE(2513), [sym_identifier] = ACTIONS(2616), [anon_sym_LPAREN2] = ACTIONS(2618), [anon_sym_BANG] = ACTIONS(2620), [anon_sym_TILDE] = ACTIONS(2620), [anon_sym_DASH] = ACTIONS(2622), [anon_sym_PLUS] = ACTIONS(2622), [anon_sym_STAR] = ACTIONS(2624), [anon_sym_AMP] = ACTIONS(2624), [anon_sym_COLON_COLON] = ACTIONS(2626), [anon_sym_signed] = ACTIONS(2628), [anon_sym_unsigned] = ACTIONS(2628), [anon_sym_long] = ACTIONS(2628), [anon_sym_short] = ACTIONS(2628), [anon_sym_LBRACK] = ACTIONS(1949), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(2630), [anon_sym_enum] = ACTIONS(2632), [anon_sym_class] = ACTIONS(2634), [anon_sym_struct] = ACTIONS(2636), [anon_sym_union] = ACTIONS(2638), [anon_sym_not] = ACTIONS(2622), [anon_sym_compl] = ACTIONS(2622), [anon_sym_DASH_DASH] = ACTIONS(2640), [anon_sym_PLUS_PLUS] = ACTIONS(2640), [anon_sym_sizeof] = ACTIONS(2642), [anon_sym_offsetof] = ACTIONS(2644), [anon_sym__Generic] = ACTIONS(2646), [anon_sym_asm] = ACTIONS(2648), [anon_sym___asm__] = ACTIONS(2648), [sym_number_literal] = ACTIONS(2650), [anon_sym_L_SQUOTE] = ACTIONS(2652), [anon_sym_u_SQUOTE] = ACTIONS(2652), [anon_sym_U_SQUOTE] = ACTIONS(2652), [anon_sym_u8_SQUOTE] = ACTIONS(2652), [anon_sym_SQUOTE] = ACTIONS(2652), [anon_sym_L_DQUOTE] = ACTIONS(2654), [anon_sym_u_DQUOTE] = ACTIONS(2654), [anon_sym_U_DQUOTE] = ACTIONS(2654), [anon_sym_u8_DQUOTE] = ACTIONS(2654), [anon_sym_DQUOTE] = ACTIONS(2654), [sym_true] = ACTIONS(2656), [sym_false] = ACTIONS(2656), [anon_sym_NULL] = ACTIONS(2658), [anon_sym_nullptr] = ACTIONS(2658), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2660), [anon_sym_decltype] = ACTIONS(2662), [anon_sym_typename] = ACTIONS(2664), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(2668), [anon_sym_R_DQUOTE] = ACTIONS(2670), [anon_sym_LR_DQUOTE] = ACTIONS(2670), [anon_sym_uR_DQUOTE] = ACTIONS(2670), [anon_sym_UR_DQUOTE] = ACTIONS(2670), [anon_sym_u8R_DQUOTE] = ACTIONS(2670), [anon_sym_co_await] = ACTIONS(2672), [anon_sym_new] = ACTIONS(2674), [anon_sym_requires] = ACTIONS(2676), [sym_this] = ACTIONS(2656), }, [375] = { [sym_preproc_def] = STATE(363), [sym_preproc_function_def] = STATE(363), [sym_preproc_call] = STATE(363), [sym_preproc_if_in_field_declaration_list] = STATE(363), [sym_preproc_ifdef_in_field_declaration_list] = STATE(363), [sym_preproc_else_in_field_declaration_list] = STATE(7382), [sym_preproc_elif_in_field_declaration_list] = STATE(7382), [sym_type_definition] = STATE(363), [sym__declaration_modifiers] = STATE(3697), [sym__declaration_specifiers] = STATE(4869), [sym_attribute_specifier] = STATE(3697), [sym_attribute_declaration] = STATE(3697), [sym_ms_declspec_modifier] = STATE(3697), [sym_ms_based_modifier] = STATE(7599), [sym__declarator] = STATE(5891), [sym_parenthesized_declarator] = STATE(5671), [sym_attributed_declarator] = STATE(5671), [sym_pointer_declarator] = STATE(5671), [sym_function_declarator] = STATE(5478), [sym_array_declarator] = STATE(5671), [sym_storage_class_specifier] = STATE(3697), [sym_type_qualifier] = STATE(3697), [sym__type_specifier] = STATE(3841), [sym_sized_type_specifier] = STATE(3945), [sym_enum_specifier] = STATE(3945), [sym_struct_specifier] = STATE(3945), [sym_union_specifier] = STATE(3945), [sym__field_declaration_list_item] = STATE(363), [sym_field_declaration] = STATE(363), [sym_placeholder_type_specifier] = STATE(3945), [sym_decltype_auto] = STATE(3928), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3945), [sym_virtual] = STATE(3697), [sym_explicit_function_specifier] = STATE(2308), [sym_dependent_type] = STATE(3945), [sym_template_declaration] = STATE(363), [sym_operator_cast] = STATE(5915), [sym_inline_method_definition] = STATE(363), [sym__constructor_specifiers] = STATE(2308), [sym_operator_cast_definition] = STATE(363), [sym_operator_cast_declaration] = STATE(363), [sym_constructor_or_destructor_definition] = STATE(363), [sym_constructor_or_destructor_declaration] = STATE(363), [sym_friend_declaration] = STATE(363), [sym_access_specifier] = STATE(7219), [sym_reference_declarator] = STATE(5671), [sym_structured_binding_declarator] = STATE(5671), [sym_template_type] = STATE(3646), [sym_template_function] = STATE(5671), [sym_using_declaration] = STATE(363), [sym_alias_declaration] = STATE(363), [sym_static_assert_declaration] = STATE(363), [sym_destructor_name] = STATE(5671), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5155), [sym_qualified_identifier] = STATE(5671), [sym_qualified_type_identifier] = STATE(4540), [sym_qualified_operator_cast_identifier] = STATE(5915), [sym_operator_name] = STATE(5671), [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(363), [aux_sym__declaration_specifiers_repeat1] = STATE(2567), [aux_sym_sized_type_specifier_repeat1] = STATE(3978), [aux_sym_operator_cast_definition_repeat1] = STATE(2308), [sym_identifier] = ACTIONS(2544), [aux_sym_preproc_def_token1] = ACTIONS(2733), [aux_sym_preproc_if_token1] = ACTIONS(2735), [aux_sym_preproc_if_token2] = ACTIONS(2893), [aux_sym_preproc_ifdef_token1] = ACTIONS(2739), [aux_sym_preproc_ifdef_token2] = ACTIONS(2739), [aux_sym_preproc_else_token1] = ACTIONS(2554), [aux_sym_preproc_elif_token1] = ACTIONS(2556), [sym_preproc_directive] = ACTIONS(2741), [anon_sym_LPAREN2] = ACTIONS(2560), [anon_sym_TILDE] = ACTIONS(2562), [anon_sym_STAR] = ACTIONS(2564), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(2566), [anon_sym_typedef] = ACTIONS(2743), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(2570), [anon_sym_LBRACK_LBRACK] = ACTIONS(1813), [anon_sym___declspec] = ACTIONS(43), [anon_sym___based] = ACTIONS(45), [anon_sym_signed] = ACTIONS(2572), [anon_sym_unsigned] = ACTIONS(2572), [anon_sym_long] = ACTIONS(2572), [anon_sym_short] = ACTIONS(2572), [anon_sym_LBRACK] = ACTIONS(2574), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(2576), [anon_sym_enum] = ACTIONS(2578), [anon_sym_class] = ACTIONS(2580), [anon_sym_struct] = ACTIONS(2582), [anon_sym_union] = ACTIONS(2584), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2586), [anon_sym_decltype] = ACTIONS(2588), [anon_sym_virtual] = ACTIONS(117), [anon_sym_explicit] = ACTIONS(119), [anon_sym_typename] = ACTIONS(2590), [anon_sym_template] = ACTIONS(2745), [anon_sym_operator] = ACTIONS(125), [anon_sym_friend] = ACTIONS(2747), [anon_sym_public] = ACTIONS(2596), [anon_sym_private] = ACTIONS(2596), [anon_sym_protected] = ACTIONS(2596), [anon_sym_using] = ACTIONS(2749), [anon_sym_static_assert] = ACTIONS(2751), }, [376] = { [sym_else_clause] = STATE(385), [sym_identifier] = ACTIONS(2895), [aux_sym_preproc_include_token1] = ACTIONS(2895), [aux_sym_preproc_def_token1] = ACTIONS(2895), [aux_sym_preproc_if_token1] = ACTIONS(2895), [aux_sym_preproc_if_token2] = ACTIONS(2895), [aux_sym_preproc_ifdef_token1] = ACTIONS(2895), [aux_sym_preproc_ifdef_token2] = ACTIONS(2895), [aux_sym_preproc_else_token1] = ACTIONS(2895), [aux_sym_preproc_elif_token1] = ACTIONS(2895), [aux_sym_preproc_elifdef_token1] = ACTIONS(2895), [aux_sym_preproc_elifdef_token2] = ACTIONS(2895), [sym_preproc_directive] = ACTIONS(2895), [anon_sym_LPAREN2] = ACTIONS(2897), [anon_sym_BANG] = ACTIONS(2897), [anon_sym_TILDE] = ACTIONS(2897), [anon_sym_DASH] = ACTIONS(2895), [anon_sym_PLUS] = ACTIONS(2895), [anon_sym_STAR] = ACTIONS(2897), [anon_sym_AMP_AMP] = ACTIONS(2897), [anon_sym_AMP] = ACTIONS(2895), [anon_sym_SEMI] = ACTIONS(2897), [anon_sym_typedef] = ACTIONS(2895), [anon_sym_extern] = ACTIONS(2895), [anon_sym___attribute__] = ACTIONS(2895), [anon_sym_COLON_COLON] = ACTIONS(2897), [anon_sym_LBRACK_LBRACK] = ACTIONS(2897), [anon_sym___declspec] = ACTIONS(2895), [anon_sym___based] = ACTIONS(2895), [anon_sym___cdecl] = ACTIONS(2895), [anon_sym___clrcall] = ACTIONS(2895), [anon_sym___stdcall] = ACTIONS(2895), [anon_sym___fastcall] = ACTIONS(2895), [anon_sym___thiscall] = ACTIONS(2895), [anon_sym___vectorcall] = ACTIONS(2895), [anon_sym_LBRACE] = ACTIONS(2897), [anon_sym_signed] = ACTIONS(2895), [anon_sym_unsigned] = ACTIONS(2895), [anon_sym_long] = ACTIONS(2895), [anon_sym_short] = ACTIONS(2895), [anon_sym_LBRACK] = ACTIONS(2895), [anon_sym_static] = ACTIONS(2895), [anon_sym_register] = ACTIONS(2895), [anon_sym_inline] = ACTIONS(2895), [anon_sym_thread_local] = ACTIONS(2895), [anon_sym_const] = ACTIONS(2895), [anon_sym_constexpr] = ACTIONS(2895), [anon_sym_volatile] = ACTIONS(2895), [anon_sym_restrict] = ACTIONS(2895), [anon_sym___restrict__] = ACTIONS(2895), [anon_sym__Atomic] = ACTIONS(2895), [anon_sym__Noreturn] = ACTIONS(2895), [anon_sym_noreturn] = ACTIONS(2895), [anon_sym_mutable] = ACTIONS(2895), [anon_sym_constinit] = ACTIONS(2895), [anon_sym_consteval] = ACTIONS(2895), [sym_primitive_type] = ACTIONS(2895), [anon_sym_enum] = ACTIONS(2895), [anon_sym_class] = ACTIONS(2895), [anon_sym_struct] = ACTIONS(2895), [anon_sym_union] = ACTIONS(2895), [anon_sym_if] = ACTIONS(2895), [anon_sym_else] = ACTIONS(2899), [anon_sym_switch] = ACTIONS(2895), [anon_sym_case] = ACTIONS(2895), [anon_sym_default] = ACTIONS(2895), [anon_sym_while] = ACTIONS(2895), [anon_sym_do] = ACTIONS(2895), [anon_sym_for] = ACTIONS(2895), [anon_sym_return] = ACTIONS(2895), [anon_sym_break] = ACTIONS(2895), [anon_sym_continue] = ACTIONS(2895), [anon_sym_goto] = ACTIONS(2895), [anon_sym_not] = ACTIONS(2895), [anon_sym_compl] = ACTIONS(2895), [anon_sym_DASH_DASH] = ACTIONS(2897), [anon_sym_PLUS_PLUS] = ACTIONS(2897), [anon_sym_sizeof] = ACTIONS(2895), [anon_sym_offsetof] = ACTIONS(2895), [anon_sym__Generic] = ACTIONS(2895), [anon_sym_asm] = ACTIONS(2895), [anon_sym___asm__] = ACTIONS(2895), [sym_number_literal] = ACTIONS(2897), [anon_sym_L_SQUOTE] = ACTIONS(2897), [anon_sym_u_SQUOTE] = ACTIONS(2897), [anon_sym_U_SQUOTE] = ACTIONS(2897), [anon_sym_u8_SQUOTE] = ACTIONS(2897), [anon_sym_SQUOTE] = ACTIONS(2897), [anon_sym_L_DQUOTE] = ACTIONS(2897), [anon_sym_u_DQUOTE] = ACTIONS(2897), [anon_sym_U_DQUOTE] = ACTIONS(2897), [anon_sym_u8_DQUOTE] = ACTIONS(2897), [anon_sym_DQUOTE] = ACTIONS(2897), [sym_true] = ACTIONS(2895), [sym_false] = ACTIONS(2895), [anon_sym_NULL] = ACTIONS(2895), [anon_sym_nullptr] = ACTIONS(2895), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2895), [anon_sym_decltype] = ACTIONS(2895), [anon_sym_virtual] = ACTIONS(2895), [anon_sym_explicit] = ACTIONS(2895), [anon_sym_typename] = ACTIONS(2895), [anon_sym_template] = ACTIONS(2895), [anon_sym_operator] = ACTIONS(2895), [anon_sym_try] = ACTIONS(2895), [anon_sym_delete] = ACTIONS(2895), [anon_sym_throw] = ACTIONS(2895), [anon_sym_namespace] = ACTIONS(2895), [anon_sym_using] = ACTIONS(2895), [anon_sym_static_assert] = ACTIONS(2895), [anon_sym_concept] = ACTIONS(2895), [anon_sym_co_return] = ACTIONS(2895), [anon_sym_co_yield] = ACTIONS(2895), [anon_sym_R_DQUOTE] = ACTIONS(2897), [anon_sym_LR_DQUOTE] = ACTIONS(2897), [anon_sym_uR_DQUOTE] = ACTIONS(2897), [anon_sym_UR_DQUOTE] = ACTIONS(2897), [anon_sym_u8R_DQUOTE] = ACTIONS(2897), [anon_sym_co_await] = ACTIONS(2895), [anon_sym_new] = ACTIONS(2895), [anon_sym_requires] = ACTIONS(2895), [sym_this] = ACTIONS(2895), }, [377] = { [sym_identifier] = ACTIONS(2538), [aux_sym_preproc_include_token1] = ACTIONS(2538), [aux_sym_preproc_def_token1] = ACTIONS(2538), [aux_sym_preproc_if_token1] = ACTIONS(2538), [aux_sym_preproc_if_token2] = ACTIONS(2538), [aux_sym_preproc_ifdef_token1] = ACTIONS(2538), [aux_sym_preproc_ifdef_token2] = ACTIONS(2538), [aux_sym_preproc_else_token1] = ACTIONS(2538), [aux_sym_preproc_elif_token1] = ACTIONS(2538), [aux_sym_preproc_elifdef_token1] = ACTIONS(2538), [aux_sym_preproc_elifdef_token2] = ACTIONS(2538), [sym_preproc_directive] = ACTIONS(2538), [anon_sym_LPAREN2] = ACTIONS(2536), [anon_sym_BANG] = ACTIONS(2536), [anon_sym_TILDE] = ACTIONS(2536), [anon_sym_DASH] = ACTIONS(2538), [anon_sym_PLUS] = ACTIONS(2538), [anon_sym_STAR] = ACTIONS(2536), [anon_sym_AMP_AMP] = ACTIONS(2536), [anon_sym_AMP] = ACTIONS(2538), [anon_sym_SEMI] = ACTIONS(2536), [anon_sym_typedef] = ACTIONS(2538), [anon_sym_extern] = ACTIONS(2538), [anon_sym___attribute__] = ACTIONS(2538), [anon_sym_COLON_COLON] = ACTIONS(2536), [anon_sym_LBRACK_LBRACK] = ACTIONS(2536), [anon_sym___declspec] = ACTIONS(2538), [anon_sym___based] = ACTIONS(2538), [anon_sym___cdecl] = ACTIONS(2538), [anon_sym___clrcall] = ACTIONS(2538), [anon_sym___stdcall] = ACTIONS(2538), [anon_sym___fastcall] = ACTIONS(2538), [anon_sym___thiscall] = ACTIONS(2538), [anon_sym___vectorcall] = ACTIONS(2538), [anon_sym_LBRACE] = ACTIONS(2536), [anon_sym_signed] = ACTIONS(2538), [anon_sym_unsigned] = ACTIONS(2538), [anon_sym_long] = ACTIONS(2538), [anon_sym_short] = ACTIONS(2538), [anon_sym_LBRACK] = ACTIONS(2538), [anon_sym_static] = ACTIONS(2538), [anon_sym_register] = ACTIONS(2538), [anon_sym_inline] = ACTIONS(2538), [anon_sym_thread_local] = ACTIONS(2538), [anon_sym_const] = ACTIONS(2538), [anon_sym_constexpr] = ACTIONS(2538), [anon_sym_volatile] = ACTIONS(2538), [anon_sym_restrict] = ACTIONS(2538), [anon_sym___restrict__] = ACTIONS(2538), [anon_sym__Atomic] = ACTIONS(2538), [anon_sym__Noreturn] = ACTIONS(2538), [anon_sym_noreturn] = ACTIONS(2538), [anon_sym_mutable] = ACTIONS(2538), [anon_sym_constinit] = ACTIONS(2538), [anon_sym_consteval] = ACTIONS(2538), [sym_primitive_type] = ACTIONS(2538), [anon_sym_enum] = ACTIONS(2538), [anon_sym_class] = ACTIONS(2538), [anon_sym_struct] = ACTIONS(2538), [anon_sym_union] = ACTIONS(2538), [anon_sym_if] = ACTIONS(2538), [anon_sym_else] = ACTIONS(2538), [anon_sym_switch] = ACTIONS(2538), [anon_sym_case] = ACTIONS(2538), [anon_sym_default] = ACTIONS(2538), [anon_sym_while] = ACTIONS(2538), [anon_sym_do] = ACTIONS(2538), [anon_sym_for] = ACTIONS(2538), [anon_sym_return] = ACTIONS(2538), [anon_sym_break] = ACTIONS(2538), [anon_sym_continue] = ACTIONS(2538), [anon_sym_goto] = ACTIONS(2538), [anon_sym_not] = ACTIONS(2538), [anon_sym_compl] = ACTIONS(2538), [anon_sym_DASH_DASH] = ACTIONS(2536), [anon_sym_PLUS_PLUS] = ACTIONS(2536), [anon_sym_sizeof] = ACTIONS(2538), [anon_sym_offsetof] = ACTIONS(2538), [anon_sym__Generic] = ACTIONS(2538), [anon_sym_asm] = ACTIONS(2538), [anon_sym___asm__] = ACTIONS(2538), [sym_number_literal] = ACTIONS(2536), [anon_sym_L_SQUOTE] = ACTIONS(2536), [anon_sym_u_SQUOTE] = ACTIONS(2536), [anon_sym_U_SQUOTE] = ACTIONS(2536), [anon_sym_u8_SQUOTE] = ACTIONS(2536), [anon_sym_SQUOTE] = ACTIONS(2536), [anon_sym_L_DQUOTE] = ACTIONS(2536), [anon_sym_u_DQUOTE] = ACTIONS(2536), [anon_sym_U_DQUOTE] = ACTIONS(2536), [anon_sym_u8_DQUOTE] = ACTIONS(2536), [anon_sym_DQUOTE] = ACTIONS(2536), [sym_true] = ACTIONS(2538), [sym_false] = ACTIONS(2538), [anon_sym_NULL] = ACTIONS(2538), [anon_sym_nullptr] = ACTIONS(2538), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2538), [anon_sym_decltype] = ACTIONS(2538), [anon_sym_virtual] = ACTIONS(2538), [anon_sym_explicit] = ACTIONS(2538), [anon_sym_typename] = ACTIONS(2538), [anon_sym_template] = ACTIONS(2538), [anon_sym_operator] = ACTIONS(2538), [anon_sym_try] = ACTIONS(2538), [anon_sym_delete] = ACTIONS(2538), [anon_sym_throw] = ACTIONS(2538), [anon_sym_namespace] = ACTIONS(2538), [anon_sym_using] = ACTIONS(2538), [anon_sym_static_assert] = ACTIONS(2538), [anon_sym_concept] = ACTIONS(2538), [anon_sym_co_return] = ACTIONS(2538), [anon_sym_co_yield] = ACTIONS(2538), [anon_sym_catch] = ACTIONS(2538), [anon_sym_R_DQUOTE] = ACTIONS(2536), [anon_sym_LR_DQUOTE] = ACTIONS(2536), [anon_sym_uR_DQUOTE] = ACTIONS(2536), [anon_sym_UR_DQUOTE] = ACTIONS(2536), [anon_sym_u8R_DQUOTE] = ACTIONS(2536), [anon_sym_co_await] = ACTIONS(2538), [anon_sym_new] = ACTIONS(2538), [anon_sym_requires] = ACTIONS(2538), [sym_this] = ACTIONS(2538), }, [378] = { [sym_identifier] = ACTIONS(2901), [aux_sym_preproc_include_token1] = ACTIONS(2901), [aux_sym_preproc_def_token1] = ACTIONS(2901), [aux_sym_preproc_if_token1] = ACTIONS(2901), [aux_sym_preproc_if_token2] = ACTIONS(2901), [aux_sym_preproc_ifdef_token1] = ACTIONS(2901), [aux_sym_preproc_ifdef_token2] = ACTIONS(2901), [aux_sym_preproc_else_token1] = ACTIONS(2901), [aux_sym_preproc_elif_token1] = ACTIONS(2901), [aux_sym_preproc_elifdef_token1] = ACTIONS(2901), [aux_sym_preproc_elifdef_token2] = ACTIONS(2901), [sym_preproc_directive] = ACTIONS(2901), [anon_sym_LPAREN2] = ACTIONS(2903), [anon_sym_BANG] = ACTIONS(2903), [anon_sym_TILDE] = ACTIONS(2903), [anon_sym_DASH] = ACTIONS(2901), [anon_sym_PLUS] = ACTIONS(2901), [anon_sym_STAR] = ACTIONS(2903), [anon_sym_AMP_AMP] = ACTIONS(2903), [anon_sym_AMP] = ACTIONS(2901), [anon_sym_SEMI] = ACTIONS(2903), [anon_sym_typedef] = ACTIONS(2901), [anon_sym_extern] = ACTIONS(2901), [anon_sym___attribute__] = ACTIONS(2901), [anon_sym_COLON_COLON] = ACTIONS(2903), [anon_sym_LBRACK_LBRACK] = ACTIONS(2903), [anon_sym___declspec] = ACTIONS(2901), [anon_sym___based] = ACTIONS(2901), [anon_sym___cdecl] = ACTIONS(2901), [anon_sym___clrcall] = ACTIONS(2901), [anon_sym___stdcall] = ACTIONS(2901), [anon_sym___fastcall] = ACTIONS(2901), [anon_sym___thiscall] = ACTIONS(2901), [anon_sym___vectorcall] = ACTIONS(2901), [anon_sym_LBRACE] = ACTIONS(2903), [anon_sym_signed] = ACTIONS(2901), [anon_sym_unsigned] = ACTIONS(2901), [anon_sym_long] = ACTIONS(2901), [anon_sym_short] = ACTIONS(2901), [anon_sym_LBRACK] = ACTIONS(2901), [anon_sym_static] = ACTIONS(2901), [anon_sym_register] = ACTIONS(2901), [anon_sym_inline] = ACTIONS(2901), [anon_sym_thread_local] = ACTIONS(2901), [anon_sym_const] = ACTIONS(2901), [anon_sym_constexpr] = ACTIONS(2901), [anon_sym_volatile] = ACTIONS(2901), [anon_sym_restrict] = ACTIONS(2901), [anon_sym___restrict__] = ACTIONS(2901), [anon_sym__Atomic] = ACTIONS(2901), [anon_sym__Noreturn] = ACTIONS(2901), [anon_sym_noreturn] = ACTIONS(2901), [anon_sym_mutable] = ACTIONS(2901), [anon_sym_constinit] = ACTIONS(2901), [anon_sym_consteval] = ACTIONS(2901), [sym_primitive_type] = ACTIONS(2901), [anon_sym_enum] = ACTIONS(2901), [anon_sym_class] = ACTIONS(2901), [anon_sym_struct] = ACTIONS(2901), [anon_sym_union] = ACTIONS(2901), [anon_sym_if] = ACTIONS(2901), [anon_sym_else] = ACTIONS(2901), [anon_sym_switch] = ACTIONS(2901), [anon_sym_case] = ACTIONS(2901), [anon_sym_default] = ACTIONS(2901), [anon_sym_while] = ACTIONS(2901), [anon_sym_do] = ACTIONS(2901), [anon_sym_for] = ACTIONS(2901), [anon_sym_return] = ACTIONS(2901), [anon_sym_break] = ACTIONS(2901), [anon_sym_continue] = ACTIONS(2901), [anon_sym_goto] = ACTIONS(2901), [anon_sym_not] = ACTIONS(2901), [anon_sym_compl] = ACTIONS(2901), [anon_sym_DASH_DASH] = ACTIONS(2903), [anon_sym_PLUS_PLUS] = ACTIONS(2903), [anon_sym_sizeof] = ACTIONS(2901), [anon_sym_offsetof] = ACTIONS(2901), [anon_sym__Generic] = ACTIONS(2901), [anon_sym_asm] = ACTIONS(2901), [anon_sym___asm__] = ACTIONS(2901), [sym_number_literal] = ACTIONS(2903), [anon_sym_L_SQUOTE] = ACTIONS(2903), [anon_sym_u_SQUOTE] = ACTIONS(2903), [anon_sym_U_SQUOTE] = ACTIONS(2903), [anon_sym_u8_SQUOTE] = ACTIONS(2903), [anon_sym_SQUOTE] = ACTIONS(2903), [anon_sym_L_DQUOTE] = ACTIONS(2903), [anon_sym_u_DQUOTE] = ACTIONS(2903), [anon_sym_U_DQUOTE] = ACTIONS(2903), [anon_sym_u8_DQUOTE] = ACTIONS(2903), [anon_sym_DQUOTE] = ACTIONS(2903), [sym_true] = ACTIONS(2901), [sym_false] = ACTIONS(2901), [anon_sym_NULL] = ACTIONS(2901), [anon_sym_nullptr] = ACTIONS(2901), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2901), [anon_sym_decltype] = ACTIONS(2901), [anon_sym_virtual] = ACTIONS(2901), [anon_sym_explicit] = ACTIONS(2901), [anon_sym_typename] = ACTIONS(2901), [anon_sym_template] = ACTIONS(2901), [anon_sym_operator] = ACTIONS(2901), [anon_sym_try] = ACTIONS(2901), [anon_sym_delete] = ACTIONS(2901), [anon_sym_throw] = ACTIONS(2901), [anon_sym_namespace] = ACTIONS(2901), [anon_sym_using] = ACTIONS(2901), [anon_sym_static_assert] = ACTIONS(2901), [anon_sym_concept] = ACTIONS(2901), [anon_sym_co_return] = ACTIONS(2901), [anon_sym_co_yield] = ACTIONS(2901), [anon_sym_catch] = ACTIONS(2901), [anon_sym_R_DQUOTE] = ACTIONS(2903), [anon_sym_LR_DQUOTE] = ACTIONS(2903), [anon_sym_uR_DQUOTE] = ACTIONS(2903), [anon_sym_UR_DQUOTE] = ACTIONS(2903), [anon_sym_u8R_DQUOTE] = ACTIONS(2903), [anon_sym_co_await] = ACTIONS(2901), [anon_sym_new] = ACTIONS(2901), [anon_sym_requires] = ACTIONS(2901), [sym_this] = ACTIONS(2901), }, [379] = { [sym_else_clause] = STATE(434), [sym_identifier] = ACTIONS(2905), [aux_sym_preproc_include_token1] = ACTIONS(2905), [aux_sym_preproc_def_token1] = ACTIONS(2905), [aux_sym_preproc_if_token1] = ACTIONS(2905), [aux_sym_preproc_if_token2] = ACTIONS(2905), [aux_sym_preproc_ifdef_token1] = ACTIONS(2905), [aux_sym_preproc_ifdef_token2] = ACTIONS(2905), [aux_sym_preproc_else_token1] = ACTIONS(2905), [aux_sym_preproc_elif_token1] = ACTIONS(2905), [aux_sym_preproc_elifdef_token1] = ACTIONS(2905), [aux_sym_preproc_elifdef_token2] = ACTIONS(2905), [sym_preproc_directive] = ACTIONS(2905), [anon_sym_LPAREN2] = ACTIONS(2907), [anon_sym_BANG] = ACTIONS(2907), [anon_sym_TILDE] = ACTIONS(2907), [anon_sym_DASH] = ACTIONS(2905), [anon_sym_PLUS] = ACTIONS(2905), [anon_sym_STAR] = ACTIONS(2907), [anon_sym_AMP_AMP] = ACTIONS(2907), [anon_sym_AMP] = ACTIONS(2905), [anon_sym_SEMI] = ACTIONS(2907), [anon_sym_typedef] = ACTIONS(2905), [anon_sym_extern] = ACTIONS(2905), [anon_sym___attribute__] = ACTIONS(2905), [anon_sym_COLON_COLON] = ACTIONS(2907), [anon_sym_LBRACK_LBRACK] = ACTIONS(2907), [anon_sym___declspec] = ACTIONS(2905), [anon_sym___based] = ACTIONS(2905), [anon_sym___cdecl] = ACTIONS(2905), [anon_sym___clrcall] = ACTIONS(2905), [anon_sym___stdcall] = ACTIONS(2905), [anon_sym___fastcall] = ACTIONS(2905), [anon_sym___thiscall] = ACTIONS(2905), [anon_sym___vectorcall] = ACTIONS(2905), [anon_sym_LBRACE] = ACTIONS(2907), [anon_sym_signed] = ACTIONS(2905), [anon_sym_unsigned] = ACTIONS(2905), [anon_sym_long] = ACTIONS(2905), [anon_sym_short] = ACTIONS(2905), [anon_sym_LBRACK] = ACTIONS(2905), [anon_sym_static] = ACTIONS(2905), [anon_sym_register] = ACTIONS(2905), [anon_sym_inline] = ACTIONS(2905), [anon_sym_thread_local] = ACTIONS(2905), [anon_sym_const] = ACTIONS(2905), [anon_sym_constexpr] = ACTIONS(2905), [anon_sym_volatile] = ACTIONS(2905), [anon_sym_restrict] = ACTIONS(2905), [anon_sym___restrict__] = ACTIONS(2905), [anon_sym__Atomic] = ACTIONS(2905), [anon_sym__Noreturn] = ACTIONS(2905), [anon_sym_noreturn] = ACTIONS(2905), [anon_sym_mutable] = ACTIONS(2905), [anon_sym_constinit] = ACTIONS(2905), [anon_sym_consteval] = ACTIONS(2905), [sym_primitive_type] = ACTIONS(2905), [anon_sym_enum] = ACTIONS(2905), [anon_sym_class] = ACTIONS(2905), [anon_sym_struct] = ACTIONS(2905), [anon_sym_union] = ACTIONS(2905), [anon_sym_if] = ACTIONS(2905), [anon_sym_else] = ACTIONS(2899), [anon_sym_switch] = ACTIONS(2905), [anon_sym_case] = ACTIONS(2905), [anon_sym_default] = ACTIONS(2905), [anon_sym_while] = ACTIONS(2905), [anon_sym_do] = ACTIONS(2905), [anon_sym_for] = ACTIONS(2905), [anon_sym_return] = ACTIONS(2905), [anon_sym_break] = ACTIONS(2905), [anon_sym_continue] = ACTIONS(2905), [anon_sym_goto] = ACTIONS(2905), [anon_sym_not] = ACTIONS(2905), [anon_sym_compl] = ACTIONS(2905), [anon_sym_DASH_DASH] = ACTIONS(2907), [anon_sym_PLUS_PLUS] = ACTIONS(2907), [anon_sym_sizeof] = ACTIONS(2905), [anon_sym_offsetof] = ACTIONS(2905), [anon_sym__Generic] = ACTIONS(2905), [anon_sym_asm] = ACTIONS(2905), [anon_sym___asm__] = ACTIONS(2905), [sym_number_literal] = ACTIONS(2907), [anon_sym_L_SQUOTE] = ACTIONS(2907), [anon_sym_u_SQUOTE] = ACTIONS(2907), [anon_sym_U_SQUOTE] = ACTIONS(2907), [anon_sym_u8_SQUOTE] = ACTIONS(2907), [anon_sym_SQUOTE] = ACTIONS(2907), [anon_sym_L_DQUOTE] = ACTIONS(2907), [anon_sym_u_DQUOTE] = ACTIONS(2907), [anon_sym_U_DQUOTE] = ACTIONS(2907), [anon_sym_u8_DQUOTE] = ACTIONS(2907), [anon_sym_DQUOTE] = ACTIONS(2907), [sym_true] = ACTIONS(2905), [sym_false] = ACTIONS(2905), [anon_sym_NULL] = ACTIONS(2905), [anon_sym_nullptr] = ACTIONS(2905), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2905), [anon_sym_decltype] = ACTIONS(2905), [anon_sym_virtual] = ACTIONS(2905), [anon_sym_explicit] = ACTIONS(2905), [anon_sym_typename] = ACTIONS(2905), [anon_sym_template] = ACTIONS(2905), [anon_sym_operator] = ACTIONS(2905), [anon_sym_try] = ACTIONS(2905), [anon_sym_delete] = ACTIONS(2905), [anon_sym_throw] = ACTIONS(2905), [anon_sym_namespace] = ACTIONS(2905), [anon_sym_using] = ACTIONS(2905), [anon_sym_static_assert] = ACTIONS(2905), [anon_sym_concept] = ACTIONS(2905), [anon_sym_co_return] = ACTIONS(2905), [anon_sym_co_yield] = ACTIONS(2905), [anon_sym_R_DQUOTE] = ACTIONS(2907), [anon_sym_LR_DQUOTE] = ACTIONS(2907), [anon_sym_uR_DQUOTE] = ACTIONS(2907), [anon_sym_UR_DQUOTE] = ACTIONS(2907), [anon_sym_u8R_DQUOTE] = ACTIONS(2907), [anon_sym_co_await] = ACTIONS(2905), [anon_sym_new] = ACTIONS(2905), [anon_sym_requires] = ACTIONS(2905), [sym_this] = ACTIONS(2905), }, [380] = { [sym_catch_clause] = STATE(381), [aux_sym_constructor_try_statement_repeat1] = STATE(381), [sym_identifier] = ACTIONS(2715), [aux_sym_preproc_include_token1] = ACTIONS(2715), [aux_sym_preproc_def_token1] = ACTIONS(2715), [aux_sym_preproc_if_token1] = ACTIONS(2715), [aux_sym_preproc_if_token2] = ACTIONS(2715), [aux_sym_preproc_ifdef_token1] = ACTIONS(2715), [aux_sym_preproc_ifdef_token2] = ACTIONS(2715), [aux_sym_preproc_else_token1] = ACTIONS(2715), [aux_sym_preproc_elif_token1] = ACTIONS(2715), [sym_preproc_directive] = ACTIONS(2715), [anon_sym_LPAREN2] = ACTIONS(2717), [anon_sym_BANG] = ACTIONS(2717), [anon_sym_TILDE] = ACTIONS(2717), [anon_sym_DASH] = ACTIONS(2715), [anon_sym_PLUS] = ACTIONS(2715), [anon_sym_STAR] = ACTIONS(2717), [anon_sym_AMP_AMP] = ACTIONS(2717), [anon_sym_AMP] = ACTIONS(2715), [anon_sym_SEMI] = ACTIONS(2717), [anon_sym_typedef] = ACTIONS(2715), [anon_sym_extern] = ACTIONS(2715), [anon_sym___attribute__] = ACTIONS(2715), [anon_sym_COLON_COLON] = ACTIONS(2717), [anon_sym_LBRACK_LBRACK] = ACTIONS(2717), [anon_sym___declspec] = ACTIONS(2715), [anon_sym___based] = ACTIONS(2715), [anon_sym___cdecl] = ACTIONS(2715), [anon_sym___clrcall] = ACTIONS(2715), [anon_sym___stdcall] = ACTIONS(2715), [anon_sym___fastcall] = ACTIONS(2715), [anon_sym___thiscall] = ACTIONS(2715), [anon_sym___vectorcall] = ACTIONS(2715), [anon_sym_LBRACE] = ACTIONS(2717), [anon_sym_signed] = ACTIONS(2715), [anon_sym_unsigned] = ACTIONS(2715), [anon_sym_long] = ACTIONS(2715), [anon_sym_short] = ACTIONS(2715), [anon_sym_LBRACK] = ACTIONS(2715), [anon_sym_static] = ACTIONS(2715), [anon_sym_register] = ACTIONS(2715), [anon_sym_inline] = ACTIONS(2715), [anon_sym_thread_local] = ACTIONS(2715), [anon_sym_const] = ACTIONS(2715), [anon_sym_constexpr] = ACTIONS(2715), [anon_sym_volatile] = ACTIONS(2715), [anon_sym_restrict] = ACTIONS(2715), [anon_sym___restrict__] = ACTIONS(2715), [anon_sym__Atomic] = ACTIONS(2715), [anon_sym__Noreturn] = ACTIONS(2715), [anon_sym_noreturn] = ACTIONS(2715), [anon_sym_mutable] = ACTIONS(2715), [anon_sym_constinit] = ACTIONS(2715), [anon_sym_consteval] = ACTIONS(2715), [sym_primitive_type] = ACTIONS(2715), [anon_sym_enum] = ACTIONS(2715), [anon_sym_class] = ACTIONS(2715), [anon_sym_struct] = ACTIONS(2715), [anon_sym_union] = ACTIONS(2715), [anon_sym_if] = ACTIONS(2715), [anon_sym_else] = ACTIONS(2715), [anon_sym_switch] = ACTIONS(2715), [anon_sym_case] = ACTIONS(2715), [anon_sym_default] = ACTIONS(2715), [anon_sym_while] = ACTIONS(2715), [anon_sym_do] = ACTIONS(2715), [anon_sym_for] = ACTIONS(2715), [anon_sym_return] = ACTIONS(2715), [anon_sym_break] = ACTIONS(2715), [anon_sym_continue] = ACTIONS(2715), [anon_sym_goto] = ACTIONS(2715), [anon_sym_not] = ACTIONS(2715), [anon_sym_compl] = ACTIONS(2715), [anon_sym_DASH_DASH] = ACTIONS(2717), [anon_sym_PLUS_PLUS] = ACTIONS(2717), [anon_sym_sizeof] = ACTIONS(2715), [anon_sym_offsetof] = ACTIONS(2715), [anon_sym__Generic] = ACTIONS(2715), [anon_sym_asm] = ACTIONS(2715), [anon_sym___asm__] = ACTIONS(2715), [sym_number_literal] = ACTIONS(2717), [anon_sym_L_SQUOTE] = ACTIONS(2717), [anon_sym_u_SQUOTE] = ACTIONS(2717), [anon_sym_U_SQUOTE] = ACTIONS(2717), [anon_sym_u8_SQUOTE] = ACTIONS(2717), [anon_sym_SQUOTE] = ACTIONS(2717), [anon_sym_L_DQUOTE] = ACTIONS(2717), [anon_sym_u_DQUOTE] = ACTIONS(2717), [anon_sym_U_DQUOTE] = ACTIONS(2717), [anon_sym_u8_DQUOTE] = ACTIONS(2717), [anon_sym_DQUOTE] = ACTIONS(2717), [sym_true] = ACTIONS(2715), [sym_false] = ACTIONS(2715), [anon_sym_NULL] = ACTIONS(2715), [anon_sym_nullptr] = ACTIONS(2715), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2715), [anon_sym_decltype] = ACTIONS(2715), [anon_sym_virtual] = ACTIONS(2715), [anon_sym_explicit] = ACTIONS(2715), [anon_sym_typename] = ACTIONS(2715), [anon_sym_template] = ACTIONS(2715), [anon_sym_operator] = ACTIONS(2715), [anon_sym_try] = ACTIONS(2715), [anon_sym_delete] = ACTIONS(2715), [anon_sym_throw] = ACTIONS(2715), [anon_sym_namespace] = ACTIONS(2715), [anon_sym_using] = ACTIONS(2715), [anon_sym_static_assert] = ACTIONS(2715), [anon_sym_concept] = ACTIONS(2715), [anon_sym_co_return] = ACTIONS(2715), [anon_sym_co_yield] = ACTIONS(2715), [anon_sym_catch] = ACTIONS(2909), [anon_sym_R_DQUOTE] = ACTIONS(2717), [anon_sym_LR_DQUOTE] = ACTIONS(2717), [anon_sym_uR_DQUOTE] = ACTIONS(2717), [anon_sym_UR_DQUOTE] = ACTIONS(2717), [anon_sym_u8R_DQUOTE] = ACTIONS(2717), [anon_sym_co_await] = ACTIONS(2715), [anon_sym_new] = ACTIONS(2715), [anon_sym_requires] = ACTIONS(2715), [sym_this] = ACTIONS(2715), }, [381] = { [sym_catch_clause] = STATE(381), [aux_sym_constructor_try_statement_repeat1] = STATE(381), [sym_identifier] = ACTIONS(2696), [aux_sym_preproc_include_token1] = ACTIONS(2696), [aux_sym_preproc_def_token1] = ACTIONS(2696), [aux_sym_preproc_if_token1] = ACTIONS(2696), [aux_sym_preproc_if_token2] = ACTIONS(2696), [aux_sym_preproc_ifdef_token1] = ACTIONS(2696), [aux_sym_preproc_ifdef_token2] = ACTIONS(2696), [aux_sym_preproc_else_token1] = ACTIONS(2696), [aux_sym_preproc_elif_token1] = ACTIONS(2696), [sym_preproc_directive] = ACTIONS(2696), [anon_sym_LPAREN2] = ACTIONS(2698), [anon_sym_BANG] = ACTIONS(2698), [anon_sym_TILDE] = ACTIONS(2698), [anon_sym_DASH] = ACTIONS(2696), [anon_sym_PLUS] = ACTIONS(2696), [anon_sym_STAR] = ACTIONS(2698), [anon_sym_AMP_AMP] = ACTIONS(2698), [anon_sym_AMP] = ACTIONS(2696), [anon_sym_SEMI] = ACTIONS(2698), [anon_sym_typedef] = ACTIONS(2696), [anon_sym_extern] = ACTIONS(2696), [anon_sym___attribute__] = ACTIONS(2696), [anon_sym_COLON_COLON] = ACTIONS(2698), [anon_sym_LBRACK_LBRACK] = ACTIONS(2698), [anon_sym___declspec] = ACTIONS(2696), [anon_sym___based] = ACTIONS(2696), [anon_sym___cdecl] = ACTIONS(2696), [anon_sym___clrcall] = ACTIONS(2696), [anon_sym___stdcall] = ACTIONS(2696), [anon_sym___fastcall] = ACTIONS(2696), [anon_sym___thiscall] = ACTIONS(2696), [anon_sym___vectorcall] = ACTIONS(2696), [anon_sym_LBRACE] = ACTIONS(2698), [anon_sym_signed] = ACTIONS(2696), [anon_sym_unsigned] = ACTIONS(2696), [anon_sym_long] = ACTIONS(2696), [anon_sym_short] = ACTIONS(2696), [anon_sym_LBRACK] = ACTIONS(2696), [anon_sym_static] = ACTIONS(2696), [anon_sym_register] = ACTIONS(2696), [anon_sym_inline] = ACTIONS(2696), [anon_sym_thread_local] = ACTIONS(2696), [anon_sym_const] = ACTIONS(2696), [anon_sym_constexpr] = ACTIONS(2696), [anon_sym_volatile] = ACTIONS(2696), [anon_sym_restrict] = ACTIONS(2696), [anon_sym___restrict__] = ACTIONS(2696), [anon_sym__Atomic] = ACTIONS(2696), [anon_sym__Noreturn] = ACTIONS(2696), [anon_sym_noreturn] = ACTIONS(2696), [anon_sym_mutable] = ACTIONS(2696), [anon_sym_constinit] = ACTIONS(2696), [anon_sym_consteval] = ACTIONS(2696), [sym_primitive_type] = ACTIONS(2696), [anon_sym_enum] = ACTIONS(2696), [anon_sym_class] = ACTIONS(2696), [anon_sym_struct] = ACTIONS(2696), [anon_sym_union] = ACTIONS(2696), [anon_sym_if] = ACTIONS(2696), [anon_sym_else] = ACTIONS(2696), [anon_sym_switch] = ACTIONS(2696), [anon_sym_case] = ACTIONS(2696), [anon_sym_default] = ACTIONS(2696), [anon_sym_while] = ACTIONS(2696), [anon_sym_do] = ACTIONS(2696), [anon_sym_for] = ACTIONS(2696), [anon_sym_return] = ACTIONS(2696), [anon_sym_break] = ACTIONS(2696), [anon_sym_continue] = ACTIONS(2696), [anon_sym_goto] = ACTIONS(2696), [anon_sym_not] = ACTIONS(2696), [anon_sym_compl] = ACTIONS(2696), [anon_sym_DASH_DASH] = ACTIONS(2698), [anon_sym_PLUS_PLUS] = ACTIONS(2698), [anon_sym_sizeof] = ACTIONS(2696), [anon_sym_offsetof] = ACTIONS(2696), [anon_sym__Generic] = ACTIONS(2696), [anon_sym_asm] = ACTIONS(2696), [anon_sym___asm__] = ACTIONS(2696), [sym_number_literal] = ACTIONS(2698), [anon_sym_L_SQUOTE] = ACTIONS(2698), [anon_sym_u_SQUOTE] = ACTIONS(2698), [anon_sym_U_SQUOTE] = ACTIONS(2698), [anon_sym_u8_SQUOTE] = ACTIONS(2698), [anon_sym_SQUOTE] = ACTIONS(2698), [anon_sym_L_DQUOTE] = ACTIONS(2698), [anon_sym_u_DQUOTE] = ACTIONS(2698), [anon_sym_U_DQUOTE] = ACTIONS(2698), [anon_sym_u8_DQUOTE] = ACTIONS(2698), [anon_sym_DQUOTE] = ACTIONS(2698), [sym_true] = ACTIONS(2696), [sym_false] = ACTIONS(2696), [anon_sym_NULL] = ACTIONS(2696), [anon_sym_nullptr] = ACTIONS(2696), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2696), [anon_sym_decltype] = ACTIONS(2696), [anon_sym_virtual] = ACTIONS(2696), [anon_sym_explicit] = ACTIONS(2696), [anon_sym_typename] = ACTIONS(2696), [anon_sym_template] = ACTIONS(2696), [anon_sym_operator] = ACTIONS(2696), [anon_sym_try] = ACTIONS(2696), [anon_sym_delete] = ACTIONS(2696), [anon_sym_throw] = ACTIONS(2696), [anon_sym_namespace] = ACTIONS(2696), [anon_sym_using] = ACTIONS(2696), [anon_sym_static_assert] = ACTIONS(2696), [anon_sym_concept] = ACTIONS(2696), [anon_sym_co_return] = ACTIONS(2696), [anon_sym_co_yield] = ACTIONS(2696), [anon_sym_catch] = ACTIONS(2911), [anon_sym_R_DQUOTE] = ACTIONS(2698), [anon_sym_LR_DQUOTE] = ACTIONS(2698), [anon_sym_uR_DQUOTE] = ACTIONS(2698), [anon_sym_UR_DQUOTE] = ACTIONS(2698), [anon_sym_u8R_DQUOTE] = ACTIONS(2698), [anon_sym_co_await] = ACTIONS(2696), [anon_sym_new] = ACTIONS(2696), [anon_sym_requires] = ACTIONS(2696), [sym_this] = ACTIONS(2696), }, [382] = { [sym_identifier] = ACTIONS(2542), [aux_sym_preproc_include_token1] = ACTIONS(2542), [aux_sym_preproc_def_token1] = ACTIONS(2542), [aux_sym_preproc_if_token1] = ACTIONS(2542), [aux_sym_preproc_if_token2] = ACTIONS(2542), [aux_sym_preproc_ifdef_token1] = ACTIONS(2542), [aux_sym_preproc_ifdef_token2] = ACTIONS(2542), [aux_sym_preproc_else_token1] = ACTIONS(2542), [aux_sym_preproc_elif_token1] = ACTIONS(2542), [aux_sym_preproc_elifdef_token1] = ACTIONS(2542), [aux_sym_preproc_elifdef_token2] = ACTIONS(2542), [sym_preproc_directive] = ACTIONS(2542), [anon_sym_LPAREN2] = ACTIONS(2540), [anon_sym_BANG] = ACTIONS(2540), [anon_sym_TILDE] = ACTIONS(2540), [anon_sym_DASH] = ACTIONS(2542), [anon_sym_PLUS] = ACTIONS(2542), [anon_sym_STAR] = ACTIONS(2540), [anon_sym_AMP_AMP] = ACTIONS(2540), [anon_sym_AMP] = ACTIONS(2542), [anon_sym_SEMI] = ACTIONS(2540), [anon_sym_typedef] = ACTIONS(2542), [anon_sym_extern] = ACTIONS(2542), [anon_sym___attribute__] = ACTIONS(2542), [anon_sym_COLON_COLON] = ACTIONS(2540), [anon_sym_LBRACK_LBRACK] = ACTIONS(2540), [anon_sym___declspec] = ACTIONS(2542), [anon_sym___based] = ACTIONS(2542), [anon_sym___cdecl] = ACTIONS(2542), [anon_sym___clrcall] = ACTIONS(2542), [anon_sym___stdcall] = ACTIONS(2542), [anon_sym___fastcall] = ACTIONS(2542), [anon_sym___thiscall] = ACTIONS(2542), [anon_sym___vectorcall] = ACTIONS(2542), [anon_sym_LBRACE] = ACTIONS(2540), [anon_sym_signed] = ACTIONS(2542), [anon_sym_unsigned] = ACTIONS(2542), [anon_sym_long] = ACTIONS(2542), [anon_sym_short] = ACTIONS(2542), [anon_sym_LBRACK] = ACTIONS(2542), [anon_sym_static] = ACTIONS(2542), [anon_sym_register] = ACTIONS(2542), [anon_sym_inline] = ACTIONS(2542), [anon_sym_thread_local] = ACTIONS(2542), [anon_sym_const] = ACTIONS(2542), [anon_sym_constexpr] = ACTIONS(2542), [anon_sym_volatile] = ACTIONS(2542), [anon_sym_restrict] = ACTIONS(2542), [anon_sym___restrict__] = ACTIONS(2542), [anon_sym__Atomic] = ACTIONS(2542), [anon_sym__Noreturn] = ACTIONS(2542), [anon_sym_noreturn] = ACTIONS(2542), [anon_sym_mutable] = ACTIONS(2542), [anon_sym_constinit] = ACTIONS(2542), [anon_sym_consteval] = ACTIONS(2542), [sym_primitive_type] = ACTIONS(2542), [anon_sym_enum] = ACTIONS(2542), [anon_sym_class] = ACTIONS(2542), [anon_sym_struct] = ACTIONS(2542), [anon_sym_union] = ACTIONS(2542), [anon_sym_if] = ACTIONS(2542), [anon_sym_else] = ACTIONS(2542), [anon_sym_switch] = ACTIONS(2542), [anon_sym_case] = ACTIONS(2542), [anon_sym_default] = ACTIONS(2542), [anon_sym_while] = ACTIONS(2542), [anon_sym_do] = ACTIONS(2542), [anon_sym_for] = ACTIONS(2542), [anon_sym_return] = ACTIONS(2542), [anon_sym_break] = ACTIONS(2542), [anon_sym_continue] = ACTIONS(2542), [anon_sym_goto] = ACTIONS(2542), [anon_sym_not] = ACTIONS(2542), [anon_sym_compl] = ACTIONS(2542), [anon_sym_DASH_DASH] = ACTIONS(2540), [anon_sym_PLUS_PLUS] = ACTIONS(2540), [anon_sym_sizeof] = ACTIONS(2542), [anon_sym_offsetof] = ACTIONS(2542), [anon_sym__Generic] = ACTIONS(2542), [anon_sym_asm] = ACTIONS(2542), [anon_sym___asm__] = ACTIONS(2542), [sym_number_literal] = ACTIONS(2540), [anon_sym_L_SQUOTE] = ACTIONS(2540), [anon_sym_u_SQUOTE] = ACTIONS(2540), [anon_sym_U_SQUOTE] = ACTIONS(2540), [anon_sym_u8_SQUOTE] = ACTIONS(2540), [anon_sym_SQUOTE] = ACTIONS(2540), [anon_sym_L_DQUOTE] = ACTIONS(2540), [anon_sym_u_DQUOTE] = ACTIONS(2540), [anon_sym_U_DQUOTE] = ACTIONS(2540), [anon_sym_u8_DQUOTE] = ACTIONS(2540), [anon_sym_DQUOTE] = ACTIONS(2540), [sym_true] = ACTIONS(2542), [sym_false] = ACTIONS(2542), [anon_sym_NULL] = ACTIONS(2542), [anon_sym_nullptr] = ACTIONS(2542), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2542), [anon_sym_decltype] = ACTIONS(2542), [anon_sym_virtual] = ACTIONS(2542), [anon_sym_explicit] = ACTIONS(2542), [anon_sym_typename] = ACTIONS(2542), [anon_sym_template] = ACTIONS(2542), [anon_sym_operator] = ACTIONS(2542), [anon_sym_try] = ACTIONS(2542), [anon_sym_delete] = ACTIONS(2542), [anon_sym_throw] = ACTIONS(2542), [anon_sym_namespace] = ACTIONS(2542), [anon_sym_using] = ACTIONS(2542), [anon_sym_static_assert] = ACTIONS(2542), [anon_sym_concept] = ACTIONS(2542), [anon_sym_co_return] = ACTIONS(2542), [anon_sym_co_yield] = ACTIONS(2542), [anon_sym_catch] = ACTIONS(2542), [anon_sym_R_DQUOTE] = ACTIONS(2540), [anon_sym_LR_DQUOTE] = ACTIONS(2540), [anon_sym_uR_DQUOTE] = ACTIONS(2540), [anon_sym_UR_DQUOTE] = ACTIONS(2540), [anon_sym_u8R_DQUOTE] = ACTIONS(2540), [anon_sym_co_await] = ACTIONS(2542), [anon_sym_new] = ACTIONS(2542), [anon_sym_requires] = ACTIONS(2542), [sym_this] = ACTIONS(2542), }, [383] = { [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_if_token2] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [aux_sym_preproc_else_token1] = ACTIONS(2914), [aux_sym_preproc_elif_token1] = ACTIONS(2914), [aux_sym_preproc_elifdef_token1] = ACTIONS(2914), [aux_sym_preproc_elifdef_token2] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [384] = { [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_if_token2] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [aux_sym_preproc_else_token1] = ACTIONS(2914), [aux_sym_preproc_elif_token1] = ACTIONS(2914), [aux_sym_preproc_elifdef_token1] = ACTIONS(2914), [aux_sym_preproc_elifdef_token2] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [385] = { [sym_identifier] = ACTIONS(2918), [aux_sym_preproc_include_token1] = ACTIONS(2918), [aux_sym_preproc_def_token1] = ACTIONS(2918), [aux_sym_preproc_if_token1] = ACTIONS(2918), [aux_sym_preproc_if_token2] = ACTIONS(2918), [aux_sym_preproc_ifdef_token1] = ACTIONS(2918), [aux_sym_preproc_ifdef_token2] = ACTIONS(2918), [aux_sym_preproc_else_token1] = ACTIONS(2918), [aux_sym_preproc_elif_token1] = ACTIONS(2918), [aux_sym_preproc_elifdef_token1] = ACTIONS(2918), [aux_sym_preproc_elifdef_token2] = ACTIONS(2918), [sym_preproc_directive] = ACTIONS(2918), [anon_sym_LPAREN2] = ACTIONS(2920), [anon_sym_BANG] = ACTIONS(2920), [anon_sym_TILDE] = ACTIONS(2920), [anon_sym_DASH] = ACTIONS(2918), [anon_sym_PLUS] = ACTIONS(2918), [anon_sym_STAR] = ACTIONS(2920), [anon_sym_AMP_AMP] = ACTIONS(2920), [anon_sym_AMP] = ACTIONS(2918), [anon_sym_SEMI] = ACTIONS(2920), [anon_sym_typedef] = ACTIONS(2918), [anon_sym_extern] = ACTIONS(2918), [anon_sym___attribute__] = ACTIONS(2918), [anon_sym_COLON_COLON] = ACTIONS(2920), [anon_sym_LBRACK_LBRACK] = ACTIONS(2920), [anon_sym___declspec] = ACTIONS(2918), [anon_sym___based] = ACTIONS(2918), [anon_sym___cdecl] = ACTIONS(2918), [anon_sym___clrcall] = ACTIONS(2918), [anon_sym___stdcall] = ACTIONS(2918), [anon_sym___fastcall] = ACTIONS(2918), [anon_sym___thiscall] = ACTIONS(2918), [anon_sym___vectorcall] = ACTIONS(2918), [anon_sym_LBRACE] = ACTIONS(2920), [anon_sym_signed] = ACTIONS(2918), [anon_sym_unsigned] = ACTIONS(2918), [anon_sym_long] = ACTIONS(2918), [anon_sym_short] = ACTIONS(2918), [anon_sym_LBRACK] = ACTIONS(2918), [anon_sym_static] = ACTIONS(2918), [anon_sym_register] = ACTIONS(2918), [anon_sym_inline] = ACTIONS(2918), [anon_sym_thread_local] = ACTIONS(2918), [anon_sym_const] = ACTIONS(2918), [anon_sym_constexpr] = ACTIONS(2918), [anon_sym_volatile] = ACTIONS(2918), [anon_sym_restrict] = ACTIONS(2918), [anon_sym___restrict__] = ACTIONS(2918), [anon_sym__Atomic] = ACTIONS(2918), [anon_sym__Noreturn] = ACTIONS(2918), [anon_sym_noreturn] = ACTIONS(2918), [anon_sym_mutable] = ACTIONS(2918), [anon_sym_constinit] = ACTIONS(2918), [anon_sym_consteval] = ACTIONS(2918), [sym_primitive_type] = ACTIONS(2918), [anon_sym_enum] = ACTIONS(2918), [anon_sym_class] = ACTIONS(2918), [anon_sym_struct] = ACTIONS(2918), [anon_sym_union] = ACTIONS(2918), [anon_sym_if] = ACTIONS(2918), [anon_sym_else] = ACTIONS(2918), [anon_sym_switch] = ACTIONS(2918), [anon_sym_case] = ACTIONS(2918), [anon_sym_default] = ACTIONS(2918), [anon_sym_while] = ACTIONS(2918), [anon_sym_do] = ACTIONS(2918), [anon_sym_for] = ACTIONS(2918), [anon_sym_return] = ACTIONS(2918), [anon_sym_break] = ACTIONS(2918), [anon_sym_continue] = ACTIONS(2918), [anon_sym_goto] = ACTIONS(2918), [anon_sym_not] = ACTIONS(2918), [anon_sym_compl] = ACTIONS(2918), [anon_sym_DASH_DASH] = ACTIONS(2920), [anon_sym_PLUS_PLUS] = ACTIONS(2920), [anon_sym_sizeof] = ACTIONS(2918), [anon_sym_offsetof] = ACTIONS(2918), [anon_sym__Generic] = ACTIONS(2918), [anon_sym_asm] = ACTIONS(2918), [anon_sym___asm__] = ACTIONS(2918), [sym_number_literal] = ACTIONS(2920), [anon_sym_L_SQUOTE] = ACTIONS(2920), [anon_sym_u_SQUOTE] = ACTIONS(2920), [anon_sym_U_SQUOTE] = ACTIONS(2920), [anon_sym_u8_SQUOTE] = ACTIONS(2920), [anon_sym_SQUOTE] = ACTIONS(2920), [anon_sym_L_DQUOTE] = ACTIONS(2920), [anon_sym_u_DQUOTE] = ACTIONS(2920), [anon_sym_U_DQUOTE] = ACTIONS(2920), [anon_sym_u8_DQUOTE] = ACTIONS(2920), [anon_sym_DQUOTE] = ACTIONS(2920), [sym_true] = ACTIONS(2918), [sym_false] = ACTIONS(2918), [anon_sym_NULL] = ACTIONS(2918), [anon_sym_nullptr] = ACTIONS(2918), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2918), [anon_sym_decltype] = ACTIONS(2918), [anon_sym_virtual] = ACTIONS(2918), [anon_sym_explicit] = ACTIONS(2918), [anon_sym_typename] = ACTIONS(2918), [anon_sym_template] = ACTIONS(2918), [anon_sym_operator] = ACTIONS(2918), [anon_sym_try] = ACTIONS(2918), [anon_sym_delete] = ACTIONS(2918), [anon_sym_throw] = ACTIONS(2918), [anon_sym_namespace] = ACTIONS(2918), [anon_sym_using] = ACTIONS(2918), [anon_sym_static_assert] = ACTIONS(2918), [anon_sym_concept] = ACTIONS(2918), [anon_sym_co_return] = ACTIONS(2918), [anon_sym_co_yield] = ACTIONS(2918), [anon_sym_R_DQUOTE] = ACTIONS(2920), [anon_sym_LR_DQUOTE] = ACTIONS(2920), [anon_sym_uR_DQUOTE] = ACTIONS(2920), [anon_sym_UR_DQUOTE] = ACTIONS(2920), [anon_sym_u8R_DQUOTE] = ACTIONS(2920), [anon_sym_co_await] = ACTIONS(2918), [anon_sym_new] = ACTIONS(2918), [anon_sym_requires] = ACTIONS(2918), [sym_this] = ACTIONS(2918), }, [386] = { [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_if_token2] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [aux_sym_preproc_else_token1] = ACTIONS(2922), [aux_sym_preproc_elif_token1] = ACTIONS(2922), [aux_sym_preproc_elifdef_token1] = ACTIONS(2922), [aux_sym_preproc_elifdef_token2] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [387] = { [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_if_token2] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [aux_sym_preproc_else_token1] = ACTIONS(2922), [aux_sym_preproc_elif_token1] = ACTIONS(2922), [aux_sym_preproc_elifdef_token1] = ACTIONS(2922), [aux_sym_preproc_elifdef_token2] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [388] = { [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_if_token2] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [aux_sym_preproc_else_token1] = ACTIONS(2922), [aux_sym_preproc_elif_token1] = ACTIONS(2922), [aux_sym_preproc_elifdef_token1] = ACTIONS(2922), [aux_sym_preproc_elifdef_token2] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [389] = { [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_if_token2] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [aux_sym_preproc_else_token1] = ACTIONS(2922), [aux_sym_preproc_elif_token1] = ACTIONS(2922), [aux_sym_preproc_elifdef_token1] = ACTIONS(2922), [aux_sym_preproc_elifdef_token2] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [390] = { [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_if_token2] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [aux_sym_preproc_else_token1] = ACTIONS(2922), [aux_sym_preproc_elif_token1] = ACTIONS(2922), [aux_sym_preproc_elifdef_token1] = ACTIONS(2922), [aux_sym_preproc_elifdef_token2] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [391] = { [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_if_token2] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [aux_sym_preproc_else_token1] = ACTIONS(2922), [aux_sym_preproc_elif_token1] = ACTIONS(2922), [aux_sym_preproc_elifdef_token1] = ACTIONS(2922), [aux_sym_preproc_elifdef_token2] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [392] = { [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_if_token2] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [aux_sym_preproc_else_token1] = ACTIONS(2922), [aux_sym_preproc_elif_token1] = ACTIONS(2922), [aux_sym_preproc_elifdef_token1] = ACTIONS(2922), [aux_sym_preproc_elifdef_token2] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [393] = { [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_if_token2] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [aux_sym_preproc_else_token1] = ACTIONS(2922), [aux_sym_preproc_elif_token1] = ACTIONS(2922), [aux_sym_preproc_elifdef_token1] = ACTIONS(2922), [aux_sym_preproc_elifdef_token2] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [394] = { [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_if_token2] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [aux_sym_preproc_else_token1] = ACTIONS(2922), [aux_sym_preproc_elif_token1] = ACTIONS(2922), [aux_sym_preproc_elifdef_token1] = ACTIONS(2922), [aux_sym_preproc_elifdef_token2] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [395] = { [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_if_token2] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [aux_sym_preproc_else_token1] = ACTIONS(2922), [aux_sym_preproc_elif_token1] = ACTIONS(2922), [aux_sym_preproc_elifdef_token1] = ACTIONS(2922), [aux_sym_preproc_elifdef_token2] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [396] = { [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_if_token2] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [aux_sym_preproc_else_token1] = ACTIONS(2922), [aux_sym_preproc_elif_token1] = ACTIONS(2922), [aux_sym_preproc_elifdef_token1] = ACTIONS(2922), [aux_sym_preproc_elifdef_token2] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [397] = { [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_if_token2] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [aux_sym_preproc_else_token1] = ACTIONS(2922), [aux_sym_preproc_elif_token1] = ACTIONS(2922), [aux_sym_preproc_elifdef_token1] = ACTIONS(2922), [aux_sym_preproc_elifdef_token2] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [398] = { [sym_identifier] = ACTIONS(2926), [aux_sym_preproc_include_token1] = ACTIONS(2926), [aux_sym_preproc_def_token1] = ACTIONS(2926), [aux_sym_preproc_if_token1] = ACTIONS(2926), [aux_sym_preproc_if_token2] = ACTIONS(2926), [aux_sym_preproc_ifdef_token1] = ACTIONS(2926), [aux_sym_preproc_ifdef_token2] = ACTIONS(2926), [aux_sym_preproc_else_token1] = ACTIONS(2926), [aux_sym_preproc_elif_token1] = ACTIONS(2926), [aux_sym_preproc_elifdef_token1] = ACTIONS(2926), [aux_sym_preproc_elifdef_token2] = ACTIONS(2926), [sym_preproc_directive] = ACTIONS(2926), [anon_sym_LPAREN2] = ACTIONS(2928), [anon_sym_BANG] = ACTIONS(2928), [anon_sym_TILDE] = ACTIONS(2928), [anon_sym_DASH] = ACTIONS(2926), [anon_sym_PLUS] = ACTIONS(2926), [anon_sym_STAR] = ACTIONS(2928), [anon_sym_AMP_AMP] = ACTIONS(2928), [anon_sym_AMP] = ACTIONS(2926), [anon_sym_SEMI] = ACTIONS(2928), [anon_sym_typedef] = ACTIONS(2926), [anon_sym_extern] = ACTIONS(2926), [anon_sym___attribute__] = ACTIONS(2926), [anon_sym_COLON_COLON] = ACTIONS(2928), [anon_sym_LBRACK_LBRACK] = ACTIONS(2928), [anon_sym___declspec] = ACTIONS(2926), [anon_sym___based] = ACTIONS(2926), [anon_sym___cdecl] = ACTIONS(2926), [anon_sym___clrcall] = ACTIONS(2926), [anon_sym___stdcall] = ACTIONS(2926), [anon_sym___fastcall] = ACTIONS(2926), [anon_sym___thiscall] = ACTIONS(2926), [anon_sym___vectorcall] = ACTIONS(2926), [anon_sym_LBRACE] = ACTIONS(2928), [anon_sym_signed] = ACTIONS(2926), [anon_sym_unsigned] = ACTIONS(2926), [anon_sym_long] = ACTIONS(2926), [anon_sym_short] = ACTIONS(2926), [anon_sym_LBRACK] = ACTIONS(2926), [anon_sym_static] = ACTIONS(2926), [anon_sym_register] = ACTIONS(2926), [anon_sym_inline] = ACTIONS(2926), [anon_sym_thread_local] = ACTIONS(2926), [anon_sym_const] = ACTIONS(2926), [anon_sym_constexpr] = ACTIONS(2926), [anon_sym_volatile] = ACTIONS(2926), [anon_sym_restrict] = ACTIONS(2926), [anon_sym___restrict__] = ACTIONS(2926), [anon_sym__Atomic] = ACTIONS(2926), [anon_sym__Noreturn] = ACTIONS(2926), [anon_sym_noreturn] = ACTIONS(2926), [anon_sym_mutable] = ACTIONS(2926), [anon_sym_constinit] = ACTIONS(2926), [anon_sym_consteval] = ACTIONS(2926), [sym_primitive_type] = ACTIONS(2926), [anon_sym_enum] = ACTIONS(2926), [anon_sym_class] = ACTIONS(2926), [anon_sym_struct] = ACTIONS(2926), [anon_sym_union] = ACTIONS(2926), [anon_sym_if] = ACTIONS(2926), [anon_sym_else] = ACTIONS(2926), [anon_sym_switch] = ACTIONS(2926), [anon_sym_case] = ACTIONS(2926), [anon_sym_default] = ACTIONS(2926), [anon_sym_while] = ACTIONS(2926), [anon_sym_do] = ACTIONS(2926), [anon_sym_for] = ACTIONS(2926), [anon_sym_return] = ACTIONS(2926), [anon_sym_break] = ACTIONS(2926), [anon_sym_continue] = ACTIONS(2926), [anon_sym_goto] = ACTIONS(2926), [anon_sym_not] = ACTIONS(2926), [anon_sym_compl] = ACTIONS(2926), [anon_sym_DASH_DASH] = ACTIONS(2928), [anon_sym_PLUS_PLUS] = ACTIONS(2928), [anon_sym_sizeof] = ACTIONS(2926), [anon_sym_offsetof] = ACTIONS(2926), [anon_sym__Generic] = ACTIONS(2926), [anon_sym_asm] = ACTIONS(2926), [anon_sym___asm__] = ACTIONS(2926), [sym_number_literal] = ACTIONS(2928), [anon_sym_L_SQUOTE] = ACTIONS(2928), [anon_sym_u_SQUOTE] = ACTIONS(2928), [anon_sym_U_SQUOTE] = ACTIONS(2928), [anon_sym_u8_SQUOTE] = ACTIONS(2928), [anon_sym_SQUOTE] = ACTIONS(2928), [anon_sym_L_DQUOTE] = ACTIONS(2928), [anon_sym_u_DQUOTE] = ACTIONS(2928), [anon_sym_U_DQUOTE] = ACTIONS(2928), [anon_sym_u8_DQUOTE] = ACTIONS(2928), [anon_sym_DQUOTE] = ACTIONS(2928), [sym_true] = ACTIONS(2926), [sym_false] = ACTIONS(2926), [anon_sym_NULL] = ACTIONS(2926), [anon_sym_nullptr] = ACTIONS(2926), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2926), [anon_sym_decltype] = ACTIONS(2926), [anon_sym_virtual] = ACTIONS(2926), [anon_sym_explicit] = ACTIONS(2926), [anon_sym_typename] = ACTIONS(2926), [anon_sym_template] = ACTIONS(2926), [anon_sym_operator] = ACTIONS(2926), [anon_sym_try] = ACTIONS(2926), [anon_sym_delete] = ACTIONS(2926), [anon_sym_throw] = ACTIONS(2926), [anon_sym_namespace] = ACTIONS(2926), [anon_sym_using] = ACTIONS(2926), [anon_sym_static_assert] = ACTIONS(2926), [anon_sym_concept] = ACTIONS(2926), [anon_sym_co_return] = ACTIONS(2926), [anon_sym_co_yield] = ACTIONS(2926), [anon_sym_R_DQUOTE] = ACTIONS(2928), [anon_sym_LR_DQUOTE] = ACTIONS(2928), [anon_sym_uR_DQUOTE] = ACTIONS(2928), [anon_sym_UR_DQUOTE] = ACTIONS(2928), [anon_sym_u8R_DQUOTE] = ACTIONS(2928), [anon_sym_co_await] = ACTIONS(2926), [anon_sym_new] = ACTIONS(2926), [anon_sym_requires] = ACTIONS(2926), [sym_this] = ACTIONS(2926), }, [399] = { [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_if_token2] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [aux_sym_preproc_else_token1] = ACTIONS(2922), [aux_sym_preproc_elif_token1] = ACTIONS(2922), [aux_sym_preproc_elifdef_token1] = ACTIONS(2922), [aux_sym_preproc_elifdef_token2] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [400] = { [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_if_token2] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [aux_sym_preproc_else_token1] = ACTIONS(2922), [aux_sym_preproc_elif_token1] = ACTIONS(2922), [aux_sym_preproc_elifdef_token1] = ACTIONS(2922), [aux_sym_preproc_elifdef_token2] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [401] = { [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_if_token2] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [aux_sym_preproc_else_token1] = ACTIONS(2922), [aux_sym_preproc_elif_token1] = ACTIONS(2922), [aux_sym_preproc_elifdef_token1] = ACTIONS(2922), [aux_sym_preproc_elifdef_token2] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [402] = { [sym_identifier] = ACTIONS(2930), [aux_sym_preproc_include_token1] = ACTIONS(2930), [aux_sym_preproc_def_token1] = ACTIONS(2930), [aux_sym_preproc_if_token1] = ACTIONS(2930), [aux_sym_preproc_if_token2] = ACTIONS(2930), [aux_sym_preproc_ifdef_token1] = ACTIONS(2930), [aux_sym_preproc_ifdef_token2] = ACTIONS(2930), [aux_sym_preproc_else_token1] = ACTIONS(2930), [aux_sym_preproc_elif_token1] = ACTIONS(2930), [aux_sym_preproc_elifdef_token1] = ACTIONS(2930), [aux_sym_preproc_elifdef_token2] = ACTIONS(2930), [sym_preproc_directive] = ACTIONS(2930), [anon_sym_LPAREN2] = ACTIONS(2932), [anon_sym_BANG] = ACTIONS(2932), [anon_sym_TILDE] = ACTIONS(2932), [anon_sym_DASH] = ACTIONS(2930), [anon_sym_PLUS] = ACTIONS(2930), [anon_sym_STAR] = ACTIONS(2932), [anon_sym_AMP_AMP] = ACTIONS(2932), [anon_sym_AMP] = ACTIONS(2930), [anon_sym_SEMI] = ACTIONS(2932), [anon_sym_typedef] = ACTIONS(2930), [anon_sym_extern] = ACTIONS(2930), [anon_sym___attribute__] = ACTIONS(2930), [anon_sym_COLON_COLON] = ACTIONS(2932), [anon_sym_LBRACK_LBRACK] = ACTIONS(2932), [anon_sym___declspec] = ACTIONS(2930), [anon_sym___based] = ACTIONS(2930), [anon_sym___cdecl] = ACTIONS(2930), [anon_sym___clrcall] = ACTIONS(2930), [anon_sym___stdcall] = ACTIONS(2930), [anon_sym___fastcall] = ACTIONS(2930), [anon_sym___thiscall] = ACTIONS(2930), [anon_sym___vectorcall] = ACTIONS(2930), [anon_sym_LBRACE] = ACTIONS(2932), [anon_sym_signed] = ACTIONS(2930), [anon_sym_unsigned] = ACTIONS(2930), [anon_sym_long] = ACTIONS(2930), [anon_sym_short] = ACTIONS(2930), [anon_sym_LBRACK] = ACTIONS(2930), [anon_sym_static] = ACTIONS(2930), [anon_sym_register] = ACTIONS(2930), [anon_sym_inline] = ACTIONS(2930), [anon_sym_thread_local] = ACTIONS(2930), [anon_sym_const] = ACTIONS(2930), [anon_sym_constexpr] = ACTIONS(2930), [anon_sym_volatile] = ACTIONS(2930), [anon_sym_restrict] = ACTIONS(2930), [anon_sym___restrict__] = ACTIONS(2930), [anon_sym__Atomic] = ACTIONS(2930), [anon_sym__Noreturn] = ACTIONS(2930), [anon_sym_noreturn] = ACTIONS(2930), [anon_sym_mutable] = ACTIONS(2930), [anon_sym_constinit] = ACTIONS(2930), [anon_sym_consteval] = ACTIONS(2930), [sym_primitive_type] = ACTIONS(2930), [anon_sym_enum] = ACTIONS(2930), [anon_sym_class] = ACTIONS(2930), [anon_sym_struct] = ACTIONS(2930), [anon_sym_union] = ACTIONS(2930), [anon_sym_if] = ACTIONS(2930), [anon_sym_else] = ACTIONS(2930), [anon_sym_switch] = ACTIONS(2930), [anon_sym_case] = ACTIONS(2930), [anon_sym_default] = ACTIONS(2930), [anon_sym_while] = ACTIONS(2930), [anon_sym_do] = ACTIONS(2930), [anon_sym_for] = ACTIONS(2930), [anon_sym_return] = ACTIONS(2930), [anon_sym_break] = ACTIONS(2930), [anon_sym_continue] = ACTIONS(2930), [anon_sym_goto] = ACTIONS(2930), [anon_sym_not] = ACTIONS(2930), [anon_sym_compl] = ACTIONS(2930), [anon_sym_DASH_DASH] = ACTIONS(2932), [anon_sym_PLUS_PLUS] = ACTIONS(2932), [anon_sym_sizeof] = ACTIONS(2930), [anon_sym_offsetof] = ACTIONS(2930), [anon_sym__Generic] = ACTIONS(2930), [anon_sym_asm] = ACTIONS(2930), [anon_sym___asm__] = ACTIONS(2930), [sym_number_literal] = ACTIONS(2932), [anon_sym_L_SQUOTE] = ACTIONS(2932), [anon_sym_u_SQUOTE] = ACTIONS(2932), [anon_sym_U_SQUOTE] = ACTIONS(2932), [anon_sym_u8_SQUOTE] = ACTIONS(2932), [anon_sym_SQUOTE] = ACTIONS(2932), [anon_sym_L_DQUOTE] = ACTIONS(2932), [anon_sym_u_DQUOTE] = ACTIONS(2932), [anon_sym_U_DQUOTE] = ACTIONS(2932), [anon_sym_u8_DQUOTE] = ACTIONS(2932), [anon_sym_DQUOTE] = ACTIONS(2932), [sym_true] = ACTIONS(2930), [sym_false] = ACTIONS(2930), [anon_sym_NULL] = ACTIONS(2930), [anon_sym_nullptr] = ACTIONS(2930), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2930), [anon_sym_decltype] = ACTIONS(2930), [anon_sym_virtual] = ACTIONS(2930), [anon_sym_explicit] = ACTIONS(2930), [anon_sym_typename] = ACTIONS(2930), [anon_sym_template] = ACTIONS(2930), [anon_sym_operator] = ACTIONS(2930), [anon_sym_try] = ACTIONS(2930), [anon_sym_delete] = ACTIONS(2930), [anon_sym_throw] = ACTIONS(2930), [anon_sym_namespace] = ACTIONS(2930), [anon_sym_using] = ACTIONS(2930), [anon_sym_static_assert] = ACTIONS(2930), [anon_sym_concept] = ACTIONS(2930), [anon_sym_co_return] = ACTIONS(2930), [anon_sym_co_yield] = ACTIONS(2930), [anon_sym_R_DQUOTE] = ACTIONS(2932), [anon_sym_LR_DQUOTE] = ACTIONS(2932), [anon_sym_uR_DQUOTE] = ACTIONS(2932), [anon_sym_UR_DQUOTE] = ACTIONS(2932), [anon_sym_u8R_DQUOTE] = ACTIONS(2932), [anon_sym_co_await] = ACTIONS(2930), [anon_sym_new] = ACTIONS(2930), [anon_sym_requires] = ACTIONS(2930), [sym_this] = ACTIONS(2930), }, [403] = { [sym_identifier] = ACTIONS(2934), [aux_sym_preproc_include_token1] = ACTIONS(2934), [aux_sym_preproc_def_token1] = ACTIONS(2934), [aux_sym_preproc_if_token1] = ACTIONS(2934), [aux_sym_preproc_if_token2] = ACTIONS(2934), [aux_sym_preproc_ifdef_token1] = ACTIONS(2934), [aux_sym_preproc_ifdef_token2] = ACTIONS(2934), [aux_sym_preproc_else_token1] = ACTIONS(2934), [aux_sym_preproc_elif_token1] = ACTIONS(2934), [aux_sym_preproc_elifdef_token1] = ACTIONS(2934), [aux_sym_preproc_elifdef_token2] = ACTIONS(2934), [sym_preproc_directive] = ACTIONS(2934), [anon_sym_LPAREN2] = ACTIONS(2936), [anon_sym_BANG] = ACTIONS(2936), [anon_sym_TILDE] = ACTIONS(2936), [anon_sym_DASH] = ACTIONS(2934), [anon_sym_PLUS] = ACTIONS(2934), [anon_sym_STAR] = ACTIONS(2936), [anon_sym_AMP_AMP] = ACTIONS(2936), [anon_sym_AMP] = ACTIONS(2934), [anon_sym_SEMI] = ACTIONS(2936), [anon_sym_typedef] = ACTIONS(2934), [anon_sym_extern] = ACTIONS(2934), [anon_sym___attribute__] = ACTIONS(2934), [anon_sym_COLON_COLON] = ACTIONS(2936), [anon_sym_LBRACK_LBRACK] = ACTIONS(2936), [anon_sym___declspec] = ACTIONS(2934), [anon_sym___based] = ACTIONS(2934), [anon_sym___cdecl] = ACTIONS(2934), [anon_sym___clrcall] = ACTIONS(2934), [anon_sym___stdcall] = ACTIONS(2934), [anon_sym___fastcall] = ACTIONS(2934), [anon_sym___thiscall] = ACTIONS(2934), [anon_sym___vectorcall] = ACTIONS(2934), [anon_sym_LBRACE] = ACTIONS(2936), [anon_sym_signed] = ACTIONS(2934), [anon_sym_unsigned] = ACTIONS(2934), [anon_sym_long] = ACTIONS(2934), [anon_sym_short] = ACTIONS(2934), [anon_sym_LBRACK] = ACTIONS(2934), [anon_sym_static] = ACTIONS(2934), [anon_sym_register] = ACTIONS(2934), [anon_sym_inline] = ACTIONS(2934), [anon_sym_thread_local] = ACTIONS(2934), [anon_sym_const] = ACTIONS(2934), [anon_sym_constexpr] = ACTIONS(2934), [anon_sym_volatile] = ACTIONS(2934), [anon_sym_restrict] = ACTIONS(2934), [anon_sym___restrict__] = ACTIONS(2934), [anon_sym__Atomic] = ACTIONS(2934), [anon_sym__Noreturn] = ACTIONS(2934), [anon_sym_noreturn] = ACTIONS(2934), [anon_sym_mutable] = ACTIONS(2934), [anon_sym_constinit] = ACTIONS(2934), [anon_sym_consteval] = ACTIONS(2934), [sym_primitive_type] = ACTIONS(2934), [anon_sym_enum] = ACTIONS(2934), [anon_sym_class] = ACTIONS(2934), [anon_sym_struct] = ACTIONS(2934), [anon_sym_union] = ACTIONS(2934), [anon_sym_if] = ACTIONS(2934), [anon_sym_else] = ACTIONS(2934), [anon_sym_switch] = ACTIONS(2934), [anon_sym_case] = ACTIONS(2934), [anon_sym_default] = ACTIONS(2934), [anon_sym_while] = ACTIONS(2934), [anon_sym_do] = ACTIONS(2934), [anon_sym_for] = ACTIONS(2934), [anon_sym_return] = ACTIONS(2934), [anon_sym_break] = ACTIONS(2934), [anon_sym_continue] = ACTIONS(2934), [anon_sym_goto] = ACTIONS(2934), [anon_sym_not] = ACTIONS(2934), [anon_sym_compl] = ACTIONS(2934), [anon_sym_DASH_DASH] = ACTIONS(2936), [anon_sym_PLUS_PLUS] = ACTIONS(2936), [anon_sym_sizeof] = ACTIONS(2934), [anon_sym_offsetof] = ACTIONS(2934), [anon_sym__Generic] = ACTIONS(2934), [anon_sym_asm] = ACTIONS(2934), [anon_sym___asm__] = ACTIONS(2934), [sym_number_literal] = ACTIONS(2936), [anon_sym_L_SQUOTE] = ACTIONS(2936), [anon_sym_u_SQUOTE] = ACTIONS(2936), [anon_sym_U_SQUOTE] = ACTIONS(2936), [anon_sym_u8_SQUOTE] = ACTIONS(2936), [anon_sym_SQUOTE] = ACTIONS(2936), [anon_sym_L_DQUOTE] = ACTIONS(2936), [anon_sym_u_DQUOTE] = ACTIONS(2936), [anon_sym_U_DQUOTE] = ACTIONS(2936), [anon_sym_u8_DQUOTE] = ACTIONS(2936), [anon_sym_DQUOTE] = ACTIONS(2936), [sym_true] = ACTIONS(2934), [sym_false] = ACTIONS(2934), [anon_sym_NULL] = ACTIONS(2934), [anon_sym_nullptr] = ACTIONS(2934), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2934), [anon_sym_decltype] = ACTIONS(2934), [anon_sym_virtual] = ACTIONS(2934), [anon_sym_explicit] = ACTIONS(2934), [anon_sym_typename] = ACTIONS(2934), [anon_sym_template] = ACTIONS(2934), [anon_sym_operator] = ACTIONS(2934), [anon_sym_try] = ACTIONS(2934), [anon_sym_delete] = ACTIONS(2934), [anon_sym_throw] = ACTIONS(2934), [anon_sym_namespace] = ACTIONS(2934), [anon_sym_using] = ACTIONS(2934), [anon_sym_static_assert] = ACTIONS(2934), [anon_sym_concept] = ACTIONS(2934), [anon_sym_co_return] = ACTIONS(2934), [anon_sym_co_yield] = ACTIONS(2934), [anon_sym_R_DQUOTE] = ACTIONS(2936), [anon_sym_LR_DQUOTE] = ACTIONS(2936), [anon_sym_uR_DQUOTE] = ACTIONS(2936), [anon_sym_UR_DQUOTE] = ACTIONS(2936), [anon_sym_u8R_DQUOTE] = ACTIONS(2936), [anon_sym_co_await] = ACTIONS(2934), [anon_sym_new] = ACTIONS(2934), [anon_sym_requires] = ACTIONS(2934), [sym_this] = ACTIONS(2934), }, [404] = { [sym_identifier] = ACTIONS(2938), [aux_sym_preproc_include_token1] = ACTIONS(2938), [aux_sym_preproc_def_token1] = ACTIONS(2938), [aux_sym_preproc_if_token1] = ACTIONS(2938), [aux_sym_preproc_if_token2] = ACTIONS(2938), [aux_sym_preproc_ifdef_token1] = ACTIONS(2938), [aux_sym_preproc_ifdef_token2] = ACTIONS(2938), [aux_sym_preproc_else_token1] = ACTIONS(2938), [aux_sym_preproc_elif_token1] = ACTIONS(2938), [aux_sym_preproc_elifdef_token1] = ACTIONS(2938), [aux_sym_preproc_elifdef_token2] = ACTIONS(2938), [sym_preproc_directive] = ACTIONS(2938), [anon_sym_LPAREN2] = ACTIONS(2940), [anon_sym_BANG] = ACTIONS(2940), [anon_sym_TILDE] = ACTIONS(2940), [anon_sym_DASH] = ACTIONS(2938), [anon_sym_PLUS] = ACTIONS(2938), [anon_sym_STAR] = ACTIONS(2940), [anon_sym_AMP_AMP] = ACTIONS(2940), [anon_sym_AMP] = ACTIONS(2938), [anon_sym_SEMI] = ACTIONS(2940), [anon_sym_typedef] = ACTIONS(2938), [anon_sym_extern] = ACTIONS(2938), [anon_sym___attribute__] = ACTIONS(2938), [anon_sym_COLON_COLON] = ACTIONS(2940), [anon_sym_LBRACK_LBRACK] = ACTIONS(2940), [anon_sym___declspec] = ACTIONS(2938), [anon_sym___based] = ACTIONS(2938), [anon_sym___cdecl] = ACTIONS(2938), [anon_sym___clrcall] = ACTIONS(2938), [anon_sym___stdcall] = ACTIONS(2938), [anon_sym___fastcall] = ACTIONS(2938), [anon_sym___thiscall] = ACTIONS(2938), [anon_sym___vectorcall] = ACTIONS(2938), [anon_sym_LBRACE] = ACTIONS(2940), [anon_sym_signed] = ACTIONS(2938), [anon_sym_unsigned] = ACTIONS(2938), [anon_sym_long] = ACTIONS(2938), [anon_sym_short] = ACTIONS(2938), [anon_sym_LBRACK] = ACTIONS(2938), [anon_sym_static] = ACTIONS(2938), [anon_sym_register] = ACTIONS(2938), [anon_sym_inline] = ACTIONS(2938), [anon_sym_thread_local] = ACTIONS(2938), [anon_sym_const] = ACTIONS(2938), [anon_sym_constexpr] = ACTIONS(2938), [anon_sym_volatile] = ACTIONS(2938), [anon_sym_restrict] = ACTIONS(2938), [anon_sym___restrict__] = ACTIONS(2938), [anon_sym__Atomic] = ACTIONS(2938), [anon_sym__Noreturn] = ACTIONS(2938), [anon_sym_noreturn] = ACTIONS(2938), [anon_sym_mutable] = ACTIONS(2938), [anon_sym_constinit] = ACTIONS(2938), [anon_sym_consteval] = ACTIONS(2938), [sym_primitive_type] = ACTIONS(2938), [anon_sym_enum] = ACTIONS(2938), [anon_sym_class] = ACTIONS(2938), [anon_sym_struct] = ACTIONS(2938), [anon_sym_union] = ACTIONS(2938), [anon_sym_if] = ACTIONS(2938), [anon_sym_else] = ACTIONS(2938), [anon_sym_switch] = ACTIONS(2938), [anon_sym_case] = ACTIONS(2938), [anon_sym_default] = ACTIONS(2938), [anon_sym_while] = ACTIONS(2938), [anon_sym_do] = ACTIONS(2938), [anon_sym_for] = ACTIONS(2938), [anon_sym_return] = ACTIONS(2938), [anon_sym_break] = ACTIONS(2938), [anon_sym_continue] = ACTIONS(2938), [anon_sym_goto] = ACTIONS(2938), [anon_sym_not] = ACTIONS(2938), [anon_sym_compl] = ACTIONS(2938), [anon_sym_DASH_DASH] = ACTIONS(2940), [anon_sym_PLUS_PLUS] = ACTIONS(2940), [anon_sym_sizeof] = ACTIONS(2938), [anon_sym_offsetof] = ACTIONS(2938), [anon_sym__Generic] = ACTIONS(2938), [anon_sym_asm] = ACTIONS(2938), [anon_sym___asm__] = ACTIONS(2938), [sym_number_literal] = ACTIONS(2940), [anon_sym_L_SQUOTE] = ACTIONS(2940), [anon_sym_u_SQUOTE] = ACTIONS(2940), [anon_sym_U_SQUOTE] = ACTIONS(2940), [anon_sym_u8_SQUOTE] = ACTIONS(2940), [anon_sym_SQUOTE] = ACTIONS(2940), [anon_sym_L_DQUOTE] = ACTIONS(2940), [anon_sym_u_DQUOTE] = ACTIONS(2940), [anon_sym_U_DQUOTE] = ACTIONS(2940), [anon_sym_u8_DQUOTE] = ACTIONS(2940), [anon_sym_DQUOTE] = ACTIONS(2940), [sym_true] = ACTIONS(2938), [sym_false] = ACTIONS(2938), [anon_sym_NULL] = ACTIONS(2938), [anon_sym_nullptr] = ACTIONS(2938), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2938), [anon_sym_decltype] = ACTIONS(2938), [anon_sym_virtual] = ACTIONS(2938), [anon_sym_explicit] = ACTIONS(2938), [anon_sym_typename] = ACTIONS(2938), [anon_sym_template] = ACTIONS(2938), [anon_sym_operator] = ACTIONS(2938), [anon_sym_try] = ACTIONS(2938), [anon_sym_delete] = ACTIONS(2938), [anon_sym_throw] = ACTIONS(2938), [anon_sym_namespace] = ACTIONS(2938), [anon_sym_using] = ACTIONS(2938), [anon_sym_static_assert] = ACTIONS(2938), [anon_sym_concept] = ACTIONS(2938), [anon_sym_co_return] = ACTIONS(2938), [anon_sym_co_yield] = ACTIONS(2938), [anon_sym_R_DQUOTE] = ACTIONS(2940), [anon_sym_LR_DQUOTE] = ACTIONS(2940), [anon_sym_uR_DQUOTE] = ACTIONS(2940), [anon_sym_UR_DQUOTE] = ACTIONS(2940), [anon_sym_u8R_DQUOTE] = ACTIONS(2940), [anon_sym_co_await] = ACTIONS(2938), [anon_sym_new] = ACTIONS(2938), [anon_sym_requires] = ACTIONS(2938), [sym_this] = ACTIONS(2938), }, [405] = { [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_if_token2] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [aux_sym_preproc_else_token1] = ACTIONS(2922), [aux_sym_preproc_elif_token1] = ACTIONS(2922), [aux_sym_preproc_elifdef_token1] = ACTIONS(2922), [aux_sym_preproc_elifdef_token2] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [406] = { [sym_identifier] = ACTIONS(2942), [aux_sym_preproc_include_token1] = ACTIONS(2942), [aux_sym_preproc_def_token1] = ACTIONS(2942), [aux_sym_preproc_if_token1] = ACTIONS(2942), [aux_sym_preproc_if_token2] = ACTIONS(2942), [aux_sym_preproc_ifdef_token1] = ACTIONS(2942), [aux_sym_preproc_ifdef_token2] = ACTIONS(2942), [aux_sym_preproc_else_token1] = ACTIONS(2942), [aux_sym_preproc_elif_token1] = ACTIONS(2942), [aux_sym_preproc_elifdef_token1] = ACTIONS(2942), [aux_sym_preproc_elifdef_token2] = ACTIONS(2942), [sym_preproc_directive] = ACTIONS(2942), [anon_sym_LPAREN2] = ACTIONS(2944), [anon_sym_BANG] = ACTIONS(2944), [anon_sym_TILDE] = ACTIONS(2944), [anon_sym_DASH] = ACTIONS(2942), [anon_sym_PLUS] = ACTIONS(2942), [anon_sym_STAR] = ACTIONS(2944), [anon_sym_AMP_AMP] = ACTIONS(2944), [anon_sym_AMP] = ACTIONS(2942), [anon_sym_SEMI] = ACTIONS(2944), [anon_sym_typedef] = ACTIONS(2942), [anon_sym_extern] = ACTIONS(2942), [anon_sym___attribute__] = ACTIONS(2942), [anon_sym_COLON_COLON] = ACTIONS(2944), [anon_sym_LBRACK_LBRACK] = ACTIONS(2944), [anon_sym___declspec] = ACTIONS(2942), [anon_sym___based] = ACTIONS(2942), [anon_sym___cdecl] = ACTIONS(2942), [anon_sym___clrcall] = ACTIONS(2942), [anon_sym___stdcall] = ACTIONS(2942), [anon_sym___fastcall] = ACTIONS(2942), [anon_sym___thiscall] = ACTIONS(2942), [anon_sym___vectorcall] = ACTIONS(2942), [anon_sym_LBRACE] = ACTIONS(2944), [anon_sym_signed] = ACTIONS(2942), [anon_sym_unsigned] = ACTIONS(2942), [anon_sym_long] = ACTIONS(2942), [anon_sym_short] = ACTIONS(2942), [anon_sym_LBRACK] = ACTIONS(2942), [anon_sym_static] = ACTIONS(2942), [anon_sym_register] = ACTIONS(2942), [anon_sym_inline] = ACTIONS(2942), [anon_sym_thread_local] = ACTIONS(2942), [anon_sym_const] = ACTIONS(2942), [anon_sym_constexpr] = ACTIONS(2942), [anon_sym_volatile] = ACTIONS(2942), [anon_sym_restrict] = ACTIONS(2942), [anon_sym___restrict__] = ACTIONS(2942), [anon_sym__Atomic] = ACTIONS(2942), [anon_sym__Noreturn] = ACTIONS(2942), [anon_sym_noreturn] = ACTIONS(2942), [anon_sym_mutable] = ACTIONS(2942), [anon_sym_constinit] = ACTIONS(2942), [anon_sym_consteval] = ACTIONS(2942), [sym_primitive_type] = ACTIONS(2942), [anon_sym_enum] = ACTIONS(2942), [anon_sym_class] = ACTIONS(2942), [anon_sym_struct] = ACTIONS(2942), [anon_sym_union] = ACTIONS(2942), [anon_sym_if] = ACTIONS(2942), [anon_sym_else] = ACTIONS(2942), [anon_sym_switch] = ACTIONS(2942), [anon_sym_case] = ACTIONS(2942), [anon_sym_default] = ACTIONS(2942), [anon_sym_while] = ACTIONS(2942), [anon_sym_do] = ACTIONS(2942), [anon_sym_for] = ACTIONS(2942), [anon_sym_return] = ACTIONS(2942), [anon_sym_break] = ACTIONS(2942), [anon_sym_continue] = ACTIONS(2942), [anon_sym_goto] = ACTIONS(2942), [anon_sym_not] = ACTIONS(2942), [anon_sym_compl] = ACTIONS(2942), [anon_sym_DASH_DASH] = ACTIONS(2944), [anon_sym_PLUS_PLUS] = ACTIONS(2944), [anon_sym_sizeof] = ACTIONS(2942), [anon_sym_offsetof] = ACTIONS(2942), [anon_sym__Generic] = ACTIONS(2942), [anon_sym_asm] = ACTIONS(2942), [anon_sym___asm__] = ACTIONS(2942), [sym_number_literal] = ACTIONS(2944), [anon_sym_L_SQUOTE] = ACTIONS(2944), [anon_sym_u_SQUOTE] = ACTIONS(2944), [anon_sym_U_SQUOTE] = ACTIONS(2944), [anon_sym_u8_SQUOTE] = ACTIONS(2944), [anon_sym_SQUOTE] = ACTIONS(2944), [anon_sym_L_DQUOTE] = ACTIONS(2944), [anon_sym_u_DQUOTE] = ACTIONS(2944), [anon_sym_U_DQUOTE] = ACTIONS(2944), [anon_sym_u8_DQUOTE] = ACTIONS(2944), [anon_sym_DQUOTE] = ACTIONS(2944), [sym_true] = ACTIONS(2942), [sym_false] = ACTIONS(2942), [anon_sym_NULL] = ACTIONS(2942), [anon_sym_nullptr] = ACTIONS(2942), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2942), [anon_sym_decltype] = ACTIONS(2942), [anon_sym_virtual] = ACTIONS(2942), [anon_sym_explicit] = ACTIONS(2942), [anon_sym_typename] = ACTIONS(2942), [anon_sym_template] = ACTIONS(2942), [anon_sym_operator] = ACTIONS(2942), [anon_sym_try] = ACTIONS(2942), [anon_sym_delete] = ACTIONS(2942), [anon_sym_throw] = ACTIONS(2942), [anon_sym_namespace] = ACTIONS(2942), [anon_sym_using] = ACTIONS(2942), [anon_sym_static_assert] = ACTIONS(2942), [anon_sym_concept] = ACTIONS(2942), [anon_sym_co_return] = ACTIONS(2942), [anon_sym_co_yield] = ACTIONS(2942), [anon_sym_R_DQUOTE] = ACTIONS(2944), [anon_sym_LR_DQUOTE] = ACTIONS(2944), [anon_sym_uR_DQUOTE] = ACTIONS(2944), [anon_sym_UR_DQUOTE] = ACTIONS(2944), [anon_sym_u8R_DQUOTE] = ACTIONS(2944), [anon_sym_co_await] = ACTIONS(2942), [anon_sym_new] = ACTIONS(2942), [anon_sym_requires] = ACTIONS(2942), [sym_this] = ACTIONS(2942), }, [407] = { [sym_identifier] = ACTIONS(2946), [aux_sym_preproc_include_token1] = ACTIONS(2946), [aux_sym_preproc_def_token1] = ACTIONS(2946), [aux_sym_preproc_if_token1] = ACTIONS(2946), [aux_sym_preproc_if_token2] = ACTIONS(2946), [aux_sym_preproc_ifdef_token1] = ACTIONS(2946), [aux_sym_preproc_ifdef_token2] = ACTIONS(2946), [aux_sym_preproc_else_token1] = ACTIONS(2946), [aux_sym_preproc_elif_token1] = ACTIONS(2946), [aux_sym_preproc_elifdef_token1] = ACTIONS(2946), [aux_sym_preproc_elifdef_token2] = ACTIONS(2946), [sym_preproc_directive] = ACTIONS(2946), [anon_sym_LPAREN2] = ACTIONS(2948), [anon_sym_BANG] = ACTIONS(2948), [anon_sym_TILDE] = ACTIONS(2948), [anon_sym_DASH] = ACTIONS(2946), [anon_sym_PLUS] = ACTIONS(2946), [anon_sym_STAR] = ACTIONS(2948), [anon_sym_AMP_AMP] = ACTIONS(2948), [anon_sym_AMP] = ACTIONS(2946), [anon_sym_SEMI] = ACTIONS(2948), [anon_sym_typedef] = ACTIONS(2946), [anon_sym_extern] = ACTIONS(2946), [anon_sym___attribute__] = ACTIONS(2946), [anon_sym_COLON_COLON] = ACTIONS(2948), [anon_sym_LBRACK_LBRACK] = ACTIONS(2948), [anon_sym___declspec] = ACTIONS(2946), [anon_sym___based] = ACTIONS(2946), [anon_sym___cdecl] = ACTIONS(2946), [anon_sym___clrcall] = ACTIONS(2946), [anon_sym___stdcall] = ACTIONS(2946), [anon_sym___fastcall] = ACTIONS(2946), [anon_sym___thiscall] = ACTIONS(2946), [anon_sym___vectorcall] = ACTIONS(2946), [anon_sym_LBRACE] = ACTIONS(2948), [anon_sym_signed] = ACTIONS(2946), [anon_sym_unsigned] = ACTIONS(2946), [anon_sym_long] = ACTIONS(2946), [anon_sym_short] = ACTIONS(2946), [anon_sym_LBRACK] = ACTIONS(2946), [anon_sym_static] = ACTIONS(2946), [anon_sym_register] = ACTIONS(2946), [anon_sym_inline] = ACTIONS(2946), [anon_sym_thread_local] = ACTIONS(2946), [anon_sym_const] = ACTIONS(2946), [anon_sym_constexpr] = ACTIONS(2946), [anon_sym_volatile] = ACTIONS(2946), [anon_sym_restrict] = ACTIONS(2946), [anon_sym___restrict__] = ACTIONS(2946), [anon_sym__Atomic] = ACTIONS(2946), [anon_sym__Noreturn] = ACTIONS(2946), [anon_sym_noreturn] = ACTIONS(2946), [anon_sym_mutable] = ACTIONS(2946), [anon_sym_constinit] = ACTIONS(2946), [anon_sym_consteval] = ACTIONS(2946), [sym_primitive_type] = ACTIONS(2946), [anon_sym_enum] = ACTIONS(2946), [anon_sym_class] = ACTIONS(2946), [anon_sym_struct] = ACTIONS(2946), [anon_sym_union] = ACTIONS(2946), [anon_sym_if] = ACTIONS(2946), [anon_sym_else] = ACTIONS(2946), [anon_sym_switch] = ACTIONS(2946), [anon_sym_case] = ACTIONS(2946), [anon_sym_default] = ACTIONS(2946), [anon_sym_while] = ACTIONS(2946), [anon_sym_do] = ACTIONS(2946), [anon_sym_for] = ACTIONS(2946), [anon_sym_return] = ACTIONS(2946), [anon_sym_break] = ACTIONS(2946), [anon_sym_continue] = ACTIONS(2946), [anon_sym_goto] = ACTIONS(2946), [anon_sym_not] = ACTIONS(2946), [anon_sym_compl] = ACTIONS(2946), [anon_sym_DASH_DASH] = ACTIONS(2948), [anon_sym_PLUS_PLUS] = ACTIONS(2948), [anon_sym_sizeof] = ACTIONS(2946), [anon_sym_offsetof] = ACTIONS(2946), [anon_sym__Generic] = ACTIONS(2946), [anon_sym_asm] = ACTIONS(2946), [anon_sym___asm__] = ACTIONS(2946), [sym_number_literal] = ACTIONS(2948), [anon_sym_L_SQUOTE] = ACTIONS(2948), [anon_sym_u_SQUOTE] = ACTIONS(2948), [anon_sym_U_SQUOTE] = ACTIONS(2948), [anon_sym_u8_SQUOTE] = ACTIONS(2948), [anon_sym_SQUOTE] = ACTIONS(2948), [anon_sym_L_DQUOTE] = ACTIONS(2948), [anon_sym_u_DQUOTE] = ACTIONS(2948), [anon_sym_U_DQUOTE] = ACTIONS(2948), [anon_sym_u8_DQUOTE] = ACTIONS(2948), [anon_sym_DQUOTE] = ACTIONS(2948), [sym_true] = ACTIONS(2946), [sym_false] = ACTIONS(2946), [anon_sym_NULL] = ACTIONS(2946), [anon_sym_nullptr] = ACTIONS(2946), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2946), [anon_sym_decltype] = ACTIONS(2946), [anon_sym_virtual] = ACTIONS(2946), [anon_sym_explicit] = ACTIONS(2946), [anon_sym_typename] = ACTIONS(2946), [anon_sym_template] = ACTIONS(2946), [anon_sym_operator] = ACTIONS(2946), [anon_sym_try] = ACTIONS(2946), [anon_sym_delete] = ACTIONS(2946), [anon_sym_throw] = ACTIONS(2946), [anon_sym_namespace] = ACTIONS(2946), [anon_sym_using] = ACTIONS(2946), [anon_sym_static_assert] = ACTIONS(2946), [anon_sym_concept] = ACTIONS(2946), [anon_sym_co_return] = ACTIONS(2946), [anon_sym_co_yield] = ACTIONS(2946), [anon_sym_R_DQUOTE] = ACTIONS(2948), [anon_sym_LR_DQUOTE] = ACTIONS(2948), [anon_sym_uR_DQUOTE] = ACTIONS(2948), [anon_sym_UR_DQUOTE] = ACTIONS(2948), [anon_sym_u8R_DQUOTE] = ACTIONS(2948), [anon_sym_co_await] = ACTIONS(2946), [anon_sym_new] = ACTIONS(2946), [anon_sym_requires] = ACTIONS(2946), [sym_this] = ACTIONS(2946), }, [408] = { [sym_identifier] = ACTIONS(2950), [aux_sym_preproc_include_token1] = ACTIONS(2950), [aux_sym_preproc_def_token1] = ACTIONS(2950), [aux_sym_preproc_if_token1] = ACTIONS(2950), [aux_sym_preproc_if_token2] = ACTIONS(2950), [aux_sym_preproc_ifdef_token1] = ACTIONS(2950), [aux_sym_preproc_ifdef_token2] = ACTIONS(2950), [aux_sym_preproc_else_token1] = ACTIONS(2950), [aux_sym_preproc_elif_token1] = ACTIONS(2950), [aux_sym_preproc_elifdef_token1] = ACTIONS(2950), [aux_sym_preproc_elifdef_token2] = ACTIONS(2950), [sym_preproc_directive] = ACTIONS(2950), [anon_sym_LPAREN2] = ACTIONS(2952), [anon_sym_BANG] = ACTIONS(2952), [anon_sym_TILDE] = ACTIONS(2952), [anon_sym_DASH] = ACTIONS(2950), [anon_sym_PLUS] = ACTIONS(2950), [anon_sym_STAR] = ACTIONS(2952), [anon_sym_AMP_AMP] = ACTIONS(2952), [anon_sym_AMP] = ACTIONS(2950), [anon_sym_SEMI] = ACTIONS(2952), [anon_sym_typedef] = ACTIONS(2950), [anon_sym_extern] = ACTIONS(2950), [anon_sym___attribute__] = ACTIONS(2950), [anon_sym_COLON_COLON] = ACTIONS(2952), [anon_sym_LBRACK_LBRACK] = ACTIONS(2952), [anon_sym___declspec] = ACTIONS(2950), [anon_sym___based] = ACTIONS(2950), [anon_sym___cdecl] = ACTIONS(2950), [anon_sym___clrcall] = ACTIONS(2950), [anon_sym___stdcall] = ACTIONS(2950), [anon_sym___fastcall] = ACTIONS(2950), [anon_sym___thiscall] = ACTIONS(2950), [anon_sym___vectorcall] = ACTIONS(2950), [anon_sym_LBRACE] = ACTIONS(2952), [anon_sym_signed] = ACTIONS(2950), [anon_sym_unsigned] = ACTIONS(2950), [anon_sym_long] = ACTIONS(2950), [anon_sym_short] = ACTIONS(2950), [anon_sym_LBRACK] = ACTIONS(2950), [anon_sym_static] = ACTIONS(2950), [anon_sym_register] = ACTIONS(2950), [anon_sym_inline] = ACTIONS(2950), [anon_sym_thread_local] = ACTIONS(2950), [anon_sym_const] = ACTIONS(2950), [anon_sym_constexpr] = ACTIONS(2950), [anon_sym_volatile] = ACTIONS(2950), [anon_sym_restrict] = ACTIONS(2950), [anon_sym___restrict__] = ACTIONS(2950), [anon_sym__Atomic] = ACTIONS(2950), [anon_sym__Noreturn] = ACTIONS(2950), [anon_sym_noreturn] = ACTIONS(2950), [anon_sym_mutable] = ACTIONS(2950), [anon_sym_constinit] = ACTIONS(2950), [anon_sym_consteval] = ACTIONS(2950), [sym_primitive_type] = ACTIONS(2950), [anon_sym_enum] = ACTIONS(2950), [anon_sym_class] = ACTIONS(2950), [anon_sym_struct] = ACTIONS(2950), [anon_sym_union] = ACTIONS(2950), [anon_sym_if] = ACTIONS(2950), [anon_sym_else] = ACTIONS(2950), [anon_sym_switch] = ACTIONS(2950), [anon_sym_case] = ACTIONS(2950), [anon_sym_default] = ACTIONS(2950), [anon_sym_while] = ACTIONS(2950), [anon_sym_do] = ACTIONS(2950), [anon_sym_for] = ACTIONS(2950), [anon_sym_return] = ACTIONS(2950), [anon_sym_break] = ACTIONS(2950), [anon_sym_continue] = ACTIONS(2950), [anon_sym_goto] = ACTIONS(2950), [anon_sym_not] = ACTIONS(2950), [anon_sym_compl] = ACTIONS(2950), [anon_sym_DASH_DASH] = ACTIONS(2952), [anon_sym_PLUS_PLUS] = ACTIONS(2952), [anon_sym_sizeof] = ACTIONS(2950), [anon_sym_offsetof] = ACTIONS(2950), [anon_sym__Generic] = ACTIONS(2950), [anon_sym_asm] = ACTIONS(2950), [anon_sym___asm__] = ACTIONS(2950), [sym_number_literal] = ACTIONS(2952), [anon_sym_L_SQUOTE] = ACTIONS(2952), [anon_sym_u_SQUOTE] = ACTIONS(2952), [anon_sym_U_SQUOTE] = ACTIONS(2952), [anon_sym_u8_SQUOTE] = ACTIONS(2952), [anon_sym_SQUOTE] = ACTIONS(2952), [anon_sym_L_DQUOTE] = ACTIONS(2952), [anon_sym_u_DQUOTE] = ACTIONS(2952), [anon_sym_U_DQUOTE] = ACTIONS(2952), [anon_sym_u8_DQUOTE] = ACTIONS(2952), [anon_sym_DQUOTE] = ACTIONS(2952), [sym_true] = ACTIONS(2950), [sym_false] = ACTIONS(2950), [anon_sym_NULL] = ACTIONS(2950), [anon_sym_nullptr] = ACTIONS(2950), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2950), [anon_sym_decltype] = ACTIONS(2950), [anon_sym_virtual] = ACTIONS(2950), [anon_sym_explicit] = ACTIONS(2950), [anon_sym_typename] = ACTIONS(2950), [anon_sym_template] = ACTIONS(2950), [anon_sym_operator] = ACTIONS(2950), [anon_sym_try] = ACTIONS(2950), [anon_sym_delete] = ACTIONS(2950), [anon_sym_throw] = ACTIONS(2950), [anon_sym_namespace] = ACTIONS(2950), [anon_sym_using] = ACTIONS(2950), [anon_sym_static_assert] = ACTIONS(2950), [anon_sym_concept] = ACTIONS(2950), [anon_sym_co_return] = ACTIONS(2950), [anon_sym_co_yield] = ACTIONS(2950), [anon_sym_R_DQUOTE] = ACTIONS(2952), [anon_sym_LR_DQUOTE] = ACTIONS(2952), [anon_sym_uR_DQUOTE] = ACTIONS(2952), [anon_sym_UR_DQUOTE] = ACTIONS(2952), [anon_sym_u8R_DQUOTE] = ACTIONS(2952), [anon_sym_co_await] = ACTIONS(2950), [anon_sym_new] = ACTIONS(2950), [anon_sym_requires] = ACTIONS(2950), [sym_this] = ACTIONS(2950), }, [409] = { [sym_identifier] = ACTIONS(2954), [aux_sym_preproc_include_token1] = ACTIONS(2954), [aux_sym_preproc_def_token1] = ACTIONS(2954), [aux_sym_preproc_if_token1] = ACTIONS(2954), [aux_sym_preproc_if_token2] = ACTIONS(2954), [aux_sym_preproc_ifdef_token1] = ACTIONS(2954), [aux_sym_preproc_ifdef_token2] = ACTIONS(2954), [aux_sym_preproc_else_token1] = ACTIONS(2954), [aux_sym_preproc_elif_token1] = ACTIONS(2954), [aux_sym_preproc_elifdef_token1] = ACTIONS(2954), [aux_sym_preproc_elifdef_token2] = ACTIONS(2954), [sym_preproc_directive] = ACTIONS(2954), [anon_sym_LPAREN2] = ACTIONS(2956), [anon_sym_BANG] = ACTIONS(2956), [anon_sym_TILDE] = ACTIONS(2956), [anon_sym_DASH] = ACTIONS(2954), [anon_sym_PLUS] = ACTIONS(2954), [anon_sym_STAR] = ACTIONS(2956), [anon_sym_AMP_AMP] = ACTIONS(2956), [anon_sym_AMP] = ACTIONS(2954), [anon_sym_SEMI] = ACTIONS(2956), [anon_sym_typedef] = ACTIONS(2954), [anon_sym_extern] = ACTIONS(2954), [anon_sym___attribute__] = ACTIONS(2954), [anon_sym_COLON_COLON] = ACTIONS(2956), [anon_sym_LBRACK_LBRACK] = ACTIONS(2956), [anon_sym___declspec] = ACTIONS(2954), [anon_sym___based] = ACTIONS(2954), [anon_sym___cdecl] = ACTIONS(2954), [anon_sym___clrcall] = ACTIONS(2954), [anon_sym___stdcall] = ACTIONS(2954), [anon_sym___fastcall] = ACTIONS(2954), [anon_sym___thiscall] = ACTIONS(2954), [anon_sym___vectorcall] = ACTIONS(2954), [anon_sym_LBRACE] = ACTIONS(2956), [anon_sym_signed] = ACTIONS(2954), [anon_sym_unsigned] = ACTIONS(2954), [anon_sym_long] = ACTIONS(2954), [anon_sym_short] = ACTIONS(2954), [anon_sym_LBRACK] = ACTIONS(2954), [anon_sym_static] = ACTIONS(2954), [anon_sym_register] = ACTIONS(2954), [anon_sym_inline] = ACTIONS(2954), [anon_sym_thread_local] = ACTIONS(2954), [anon_sym_const] = ACTIONS(2954), [anon_sym_constexpr] = ACTIONS(2954), [anon_sym_volatile] = ACTIONS(2954), [anon_sym_restrict] = ACTIONS(2954), [anon_sym___restrict__] = ACTIONS(2954), [anon_sym__Atomic] = ACTIONS(2954), [anon_sym__Noreturn] = ACTIONS(2954), [anon_sym_noreturn] = ACTIONS(2954), [anon_sym_mutable] = ACTIONS(2954), [anon_sym_constinit] = ACTIONS(2954), [anon_sym_consteval] = ACTIONS(2954), [sym_primitive_type] = ACTIONS(2954), [anon_sym_enum] = ACTIONS(2954), [anon_sym_class] = ACTIONS(2954), [anon_sym_struct] = ACTIONS(2954), [anon_sym_union] = ACTIONS(2954), [anon_sym_if] = ACTIONS(2954), [anon_sym_else] = ACTIONS(2954), [anon_sym_switch] = ACTIONS(2954), [anon_sym_case] = ACTIONS(2954), [anon_sym_default] = ACTIONS(2954), [anon_sym_while] = ACTIONS(2954), [anon_sym_do] = ACTIONS(2954), [anon_sym_for] = ACTIONS(2954), [anon_sym_return] = ACTIONS(2954), [anon_sym_break] = ACTIONS(2954), [anon_sym_continue] = ACTIONS(2954), [anon_sym_goto] = ACTIONS(2954), [anon_sym_not] = ACTIONS(2954), [anon_sym_compl] = ACTIONS(2954), [anon_sym_DASH_DASH] = ACTIONS(2956), [anon_sym_PLUS_PLUS] = ACTIONS(2956), [anon_sym_sizeof] = ACTIONS(2954), [anon_sym_offsetof] = ACTIONS(2954), [anon_sym__Generic] = ACTIONS(2954), [anon_sym_asm] = ACTIONS(2954), [anon_sym___asm__] = ACTIONS(2954), [sym_number_literal] = ACTIONS(2956), [anon_sym_L_SQUOTE] = ACTIONS(2956), [anon_sym_u_SQUOTE] = ACTIONS(2956), [anon_sym_U_SQUOTE] = ACTIONS(2956), [anon_sym_u8_SQUOTE] = ACTIONS(2956), [anon_sym_SQUOTE] = ACTIONS(2956), [anon_sym_L_DQUOTE] = ACTIONS(2956), [anon_sym_u_DQUOTE] = ACTIONS(2956), [anon_sym_U_DQUOTE] = ACTIONS(2956), [anon_sym_u8_DQUOTE] = ACTIONS(2956), [anon_sym_DQUOTE] = ACTIONS(2956), [sym_true] = ACTIONS(2954), [sym_false] = ACTIONS(2954), [anon_sym_NULL] = ACTIONS(2954), [anon_sym_nullptr] = ACTIONS(2954), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2954), [anon_sym_decltype] = ACTIONS(2954), [anon_sym_virtual] = ACTIONS(2954), [anon_sym_explicit] = ACTIONS(2954), [anon_sym_typename] = ACTIONS(2954), [anon_sym_template] = ACTIONS(2954), [anon_sym_operator] = ACTIONS(2954), [anon_sym_try] = ACTIONS(2954), [anon_sym_delete] = ACTIONS(2954), [anon_sym_throw] = ACTIONS(2954), [anon_sym_namespace] = ACTIONS(2954), [anon_sym_using] = ACTIONS(2954), [anon_sym_static_assert] = ACTIONS(2954), [anon_sym_concept] = ACTIONS(2954), [anon_sym_co_return] = ACTIONS(2954), [anon_sym_co_yield] = ACTIONS(2954), [anon_sym_R_DQUOTE] = ACTIONS(2956), [anon_sym_LR_DQUOTE] = ACTIONS(2956), [anon_sym_uR_DQUOTE] = ACTIONS(2956), [anon_sym_UR_DQUOTE] = ACTIONS(2956), [anon_sym_u8R_DQUOTE] = ACTIONS(2956), [anon_sym_co_await] = ACTIONS(2954), [anon_sym_new] = ACTIONS(2954), [anon_sym_requires] = ACTIONS(2954), [sym_this] = ACTIONS(2954), }, [410] = { [sym_identifier] = ACTIONS(2958), [aux_sym_preproc_include_token1] = ACTIONS(2958), [aux_sym_preproc_def_token1] = ACTIONS(2958), [aux_sym_preproc_if_token1] = ACTIONS(2958), [aux_sym_preproc_if_token2] = ACTIONS(2958), [aux_sym_preproc_ifdef_token1] = ACTIONS(2958), [aux_sym_preproc_ifdef_token2] = ACTIONS(2958), [aux_sym_preproc_else_token1] = ACTIONS(2958), [aux_sym_preproc_elif_token1] = ACTIONS(2958), [aux_sym_preproc_elifdef_token1] = ACTIONS(2958), [aux_sym_preproc_elifdef_token2] = ACTIONS(2958), [sym_preproc_directive] = ACTIONS(2958), [anon_sym_LPAREN2] = ACTIONS(2960), [anon_sym_BANG] = ACTIONS(2960), [anon_sym_TILDE] = ACTIONS(2960), [anon_sym_DASH] = ACTIONS(2958), [anon_sym_PLUS] = ACTIONS(2958), [anon_sym_STAR] = ACTIONS(2960), [anon_sym_AMP_AMP] = ACTIONS(2960), [anon_sym_AMP] = ACTIONS(2958), [anon_sym_SEMI] = ACTIONS(2960), [anon_sym_typedef] = ACTIONS(2958), [anon_sym_extern] = ACTIONS(2958), [anon_sym___attribute__] = ACTIONS(2958), [anon_sym_COLON_COLON] = ACTIONS(2960), [anon_sym_LBRACK_LBRACK] = ACTIONS(2960), [anon_sym___declspec] = ACTIONS(2958), [anon_sym___based] = ACTIONS(2958), [anon_sym___cdecl] = ACTIONS(2958), [anon_sym___clrcall] = ACTIONS(2958), [anon_sym___stdcall] = ACTIONS(2958), [anon_sym___fastcall] = ACTIONS(2958), [anon_sym___thiscall] = ACTIONS(2958), [anon_sym___vectorcall] = ACTIONS(2958), [anon_sym_LBRACE] = ACTIONS(2960), [anon_sym_signed] = ACTIONS(2958), [anon_sym_unsigned] = ACTIONS(2958), [anon_sym_long] = ACTIONS(2958), [anon_sym_short] = ACTIONS(2958), [anon_sym_LBRACK] = ACTIONS(2958), [anon_sym_static] = ACTIONS(2958), [anon_sym_register] = ACTIONS(2958), [anon_sym_inline] = ACTIONS(2958), [anon_sym_thread_local] = ACTIONS(2958), [anon_sym_const] = ACTIONS(2958), [anon_sym_constexpr] = ACTIONS(2958), [anon_sym_volatile] = ACTIONS(2958), [anon_sym_restrict] = ACTIONS(2958), [anon_sym___restrict__] = ACTIONS(2958), [anon_sym__Atomic] = ACTIONS(2958), [anon_sym__Noreturn] = ACTIONS(2958), [anon_sym_noreturn] = ACTIONS(2958), [anon_sym_mutable] = ACTIONS(2958), [anon_sym_constinit] = ACTIONS(2958), [anon_sym_consteval] = ACTIONS(2958), [sym_primitive_type] = ACTIONS(2958), [anon_sym_enum] = ACTIONS(2958), [anon_sym_class] = ACTIONS(2958), [anon_sym_struct] = ACTIONS(2958), [anon_sym_union] = ACTIONS(2958), [anon_sym_if] = ACTIONS(2958), [anon_sym_else] = ACTIONS(2958), [anon_sym_switch] = ACTIONS(2958), [anon_sym_case] = ACTIONS(2958), [anon_sym_default] = ACTIONS(2958), [anon_sym_while] = ACTIONS(2958), [anon_sym_do] = ACTIONS(2958), [anon_sym_for] = ACTIONS(2958), [anon_sym_return] = ACTIONS(2958), [anon_sym_break] = ACTIONS(2958), [anon_sym_continue] = ACTIONS(2958), [anon_sym_goto] = ACTIONS(2958), [anon_sym_not] = ACTIONS(2958), [anon_sym_compl] = ACTIONS(2958), [anon_sym_DASH_DASH] = ACTIONS(2960), [anon_sym_PLUS_PLUS] = ACTIONS(2960), [anon_sym_sizeof] = ACTIONS(2958), [anon_sym_offsetof] = ACTIONS(2958), [anon_sym__Generic] = ACTIONS(2958), [anon_sym_asm] = ACTIONS(2958), [anon_sym___asm__] = ACTIONS(2958), [sym_number_literal] = ACTIONS(2960), [anon_sym_L_SQUOTE] = ACTIONS(2960), [anon_sym_u_SQUOTE] = ACTIONS(2960), [anon_sym_U_SQUOTE] = ACTIONS(2960), [anon_sym_u8_SQUOTE] = ACTIONS(2960), [anon_sym_SQUOTE] = ACTIONS(2960), [anon_sym_L_DQUOTE] = ACTIONS(2960), [anon_sym_u_DQUOTE] = ACTIONS(2960), [anon_sym_U_DQUOTE] = ACTIONS(2960), [anon_sym_u8_DQUOTE] = ACTIONS(2960), [anon_sym_DQUOTE] = ACTIONS(2960), [sym_true] = ACTIONS(2958), [sym_false] = ACTIONS(2958), [anon_sym_NULL] = ACTIONS(2958), [anon_sym_nullptr] = ACTIONS(2958), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2958), [anon_sym_decltype] = ACTIONS(2958), [anon_sym_virtual] = ACTIONS(2958), [anon_sym_explicit] = ACTIONS(2958), [anon_sym_typename] = ACTIONS(2958), [anon_sym_template] = ACTIONS(2958), [anon_sym_operator] = ACTIONS(2958), [anon_sym_try] = ACTIONS(2958), [anon_sym_delete] = ACTIONS(2958), [anon_sym_throw] = ACTIONS(2958), [anon_sym_namespace] = ACTIONS(2958), [anon_sym_using] = ACTIONS(2958), [anon_sym_static_assert] = ACTIONS(2958), [anon_sym_concept] = ACTIONS(2958), [anon_sym_co_return] = ACTIONS(2958), [anon_sym_co_yield] = ACTIONS(2958), [anon_sym_R_DQUOTE] = ACTIONS(2960), [anon_sym_LR_DQUOTE] = ACTIONS(2960), [anon_sym_uR_DQUOTE] = ACTIONS(2960), [anon_sym_UR_DQUOTE] = ACTIONS(2960), [anon_sym_u8R_DQUOTE] = ACTIONS(2960), [anon_sym_co_await] = ACTIONS(2958), [anon_sym_new] = ACTIONS(2958), [anon_sym_requires] = ACTIONS(2958), [sym_this] = ACTIONS(2958), }, [411] = { [sym_identifier] = ACTIONS(2962), [aux_sym_preproc_include_token1] = ACTIONS(2962), [aux_sym_preproc_def_token1] = ACTIONS(2962), [aux_sym_preproc_if_token1] = ACTIONS(2962), [aux_sym_preproc_if_token2] = ACTIONS(2962), [aux_sym_preproc_ifdef_token1] = ACTIONS(2962), [aux_sym_preproc_ifdef_token2] = ACTIONS(2962), [aux_sym_preproc_else_token1] = ACTIONS(2962), [aux_sym_preproc_elif_token1] = ACTIONS(2962), [aux_sym_preproc_elifdef_token1] = ACTIONS(2962), [aux_sym_preproc_elifdef_token2] = ACTIONS(2962), [sym_preproc_directive] = ACTIONS(2962), [anon_sym_LPAREN2] = ACTIONS(2964), [anon_sym_BANG] = ACTIONS(2964), [anon_sym_TILDE] = ACTIONS(2964), [anon_sym_DASH] = ACTIONS(2962), [anon_sym_PLUS] = ACTIONS(2962), [anon_sym_STAR] = ACTIONS(2964), [anon_sym_AMP_AMP] = ACTIONS(2964), [anon_sym_AMP] = ACTIONS(2962), [anon_sym_SEMI] = ACTIONS(2964), [anon_sym_typedef] = ACTIONS(2962), [anon_sym_extern] = ACTIONS(2962), [anon_sym___attribute__] = ACTIONS(2962), [anon_sym_COLON_COLON] = ACTIONS(2964), [anon_sym_LBRACK_LBRACK] = ACTIONS(2964), [anon_sym___declspec] = ACTIONS(2962), [anon_sym___based] = ACTIONS(2962), [anon_sym___cdecl] = ACTIONS(2962), [anon_sym___clrcall] = ACTIONS(2962), [anon_sym___stdcall] = ACTIONS(2962), [anon_sym___fastcall] = ACTIONS(2962), [anon_sym___thiscall] = ACTIONS(2962), [anon_sym___vectorcall] = ACTIONS(2962), [anon_sym_LBRACE] = ACTIONS(2964), [anon_sym_signed] = ACTIONS(2962), [anon_sym_unsigned] = ACTIONS(2962), [anon_sym_long] = ACTIONS(2962), [anon_sym_short] = ACTIONS(2962), [anon_sym_LBRACK] = ACTIONS(2962), [anon_sym_static] = ACTIONS(2962), [anon_sym_register] = ACTIONS(2962), [anon_sym_inline] = ACTIONS(2962), [anon_sym_thread_local] = ACTIONS(2962), [anon_sym_const] = ACTIONS(2962), [anon_sym_constexpr] = ACTIONS(2962), [anon_sym_volatile] = ACTIONS(2962), [anon_sym_restrict] = ACTIONS(2962), [anon_sym___restrict__] = ACTIONS(2962), [anon_sym__Atomic] = ACTIONS(2962), [anon_sym__Noreturn] = ACTIONS(2962), [anon_sym_noreturn] = ACTIONS(2962), [anon_sym_mutable] = ACTIONS(2962), [anon_sym_constinit] = ACTIONS(2962), [anon_sym_consteval] = ACTIONS(2962), [sym_primitive_type] = ACTIONS(2962), [anon_sym_enum] = ACTIONS(2962), [anon_sym_class] = ACTIONS(2962), [anon_sym_struct] = ACTIONS(2962), [anon_sym_union] = ACTIONS(2962), [anon_sym_if] = ACTIONS(2962), [anon_sym_else] = ACTIONS(2962), [anon_sym_switch] = ACTIONS(2962), [anon_sym_case] = ACTIONS(2962), [anon_sym_default] = ACTIONS(2962), [anon_sym_while] = ACTIONS(2962), [anon_sym_do] = ACTIONS(2962), [anon_sym_for] = ACTIONS(2962), [anon_sym_return] = ACTIONS(2962), [anon_sym_break] = ACTIONS(2962), [anon_sym_continue] = ACTIONS(2962), [anon_sym_goto] = ACTIONS(2962), [anon_sym_not] = ACTIONS(2962), [anon_sym_compl] = ACTIONS(2962), [anon_sym_DASH_DASH] = ACTIONS(2964), [anon_sym_PLUS_PLUS] = ACTIONS(2964), [anon_sym_sizeof] = ACTIONS(2962), [anon_sym_offsetof] = ACTIONS(2962), [anon_sym__Generic] = ACTIONS(2962), [anon_sym_asm] = ACTIONS(2962), [anon_sym___asm__] = ACTIONS(2962), [sym_number_literal] = ACTIONS(2964), [anon_sym_L_SQUOTE] = ACTIONS(2964), [anon_sym_u_SQUOTE] = ACTIONS(2964), [anon_sym_U_SQUOTE] = ACTIONS(2964), [anon_sym_u8_SQUOTE] = ACTIONS(2964), [anon_sym_SQUOTE] = ACTIONS(2964), [anon_sym_L_DQUOTE] = ACTIONS(2964), [anon_sym_u_DQUOTE] = ACTIONS(2964), [anon_sym_U_DQUOTE] = ACTIONS(2964), [anon_sym_u8_DQUOTE] = ACTIONS(2964), [anon_sym_DQUOTE] = ACTIONS(2964), [sym_true] = ACTIONS(2962), [sym_false] = ACTIONS(2962), [anon_sym_NULL] = ACTIONS(2962), [anon_sym_nullptr] = ACTIONS(2962), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2962), [anon_sym_decltype] = ACTIONS(2962), [anon_sym_virtual] = ACTIONS(2962), [anon_sym_explicit] = ACTIONS(2962), [anon_sym_typename] = ACTIONS(2962), [anon_sym_template] = ACTIONS(2962), [anon_sym_operator] = ACTIONS(2962), [anon_sym_try] = ACTIONS(2962), [anon_sym_delete] = ACTIONS(2962), [anon_sym_throw] = ACTIONS(2962), [anon_sym_namespace] = ACTIONS(2962), [anon_sym_using] = ACTIONS(2962), [anon_sym_static_assert] = ACTIONS(2962), [anon_sym_concept] = ACTIONS(2962), [anon_sym_co_return] = ACTIONS(2962), [anon_sym_co_yield] = ACTIONS(2962), [anon_sym_R_DQUOTE] = ACTIONS(2964), [anon_sym_LR_DQUOTE] = ACTIONS(2964), [anon_sym_uR_DQUOTE] = ACTIONS(2964), [anon_sym_UR_DQUOTE] = ACTIONS(2964), [anon_sym_u8R_DQUOTE] = ACTIONS(2964), [anon_sym_co_await] = ACTIONS(2962), [anon_sym_new] = ACTIONS(2962), [anon_sym_requires] = ACTIONS(2962), [sym_this] = ACTIONS(2962), }, [412] = { [sym_identifier] = ACTIONS(2542), [aux_sym_preproc_include_token1] = ACTIONS(2542), [aux_sym_preproc_def_token1] = ACTIONS(2542), [anon_sym_COMMA] = ACTIONS(2966), [aux_sym_preproc_if_token1] = ACTIONS(2542), [aux_sym_preproc_if_token2] = ACTIONS(2542), [aux_sym_preproc_ifdef_token1] = ACTIONS(2542), [aux_sym_preproc_ifdef_token2] = ACTIONS(2542), [aux_sym_preproc_else_token1] = ACTIONS(2542), [aux_sym_preproc_elif_token1] = ACTIONS(2542), [aux_sym_preproc_elifdef_token1] = ACTIONS(2542), [aux_sym_preproc_elifdef_token2] = ACTIONS(2542), [sym_preproc_directive] = ACTIONS(2542), [anon_sym_LPAREN2] = ACTIONS(2540), [anon_sym_BANG] = ACTIONS(2540), [anon_sym_TILDE] = ACTIONS(2540), [anon_sym_DASH] = ACTIONS(2542), [anon_sym_PLUS] = ACTIONS(2542), [anon_sym_STAR] = ACTIONS(2540), [anon_sym_AMP_AMP] = ACTIONS(2540), [anon_sym_AMP] = ACTIONS(2542), [anon_sym_SEMI] = ACTIONS(2966), [anon_sym_typedef] = ACTIONS(2542), [anon_sym_extern] = ACTIONS(2542), [anon_sym___attribute__] = ACTIONS(2542), [anon_sym_COLON_COLON] = ACTIONS(2540), [anon_sym_LBRACK_LBRACK] = ACTIONS(2540), [anon_sym___declspec] = ACTIONS(2542), [anon_sym___based] = ACTIONS(2542), [anon_sym___cdecl] = ACTIONS(2542), [anon_sym___clrcall] = ACTIONS(2542), [anon_sym___stdcall] = ACTIONS(2542), [anon_sym___fastcall] = ACTIONS(2542), [anon_sym___thiscall] = ACTIONS(2542), [anon_sym___vectorcall] = ACTIONS(2542), [anon_sym_LBRACE] = ACTIONS(2540), [anon_sym_signed] = ACTIONS(2542), [anon_sym_unsigned] = ACTIONS(2542), [anon_sym_long] = ACTIONS(2542), [anon_sym_short] = ACTIONS(2542), [anon_sym_LBRACK] = ACTIONS(2542), [anon_sym_static] = ACTIONS(2542), [anon_sym_register] = ACTIONS(2542), [anon_sym_inline] = ACTIONS(2542), [anon_sym_thread_local] = ACTIONS(2542), [anon_sym_const] = ACTIONS(2542), [anon_sym_constexpr] = ACTIONS(2542), [anon_sym_volatile] = ACTIONS(2542), [anon_sym_restrict] = ACTIONS(2542), [anon_sym___restrict__] = ACTIONS(2542), [anon_sym__Atomic] = ACTIONS(2542), [anon_sym__Noreturn] = ACTIONS(2542), [anon_sym_noreturn] = ACTIONS(2542), [anon_sym_mutable] = ACTIONS(2542), [anon_sym_constinit] = ACTIONS(2542), [anon_sym_consteval] = ACTIONS(2542), [sym_primitive_type] = ACTIONS(2542), [anon_sym_enum] = ACTIONS(2542), [anon_sym_class] = ACTIONS(2542), [anon_sym_struct] = ACTIONS(2542), [anon_sym_union] = ACTIONS(2542), [anon_sym_if] = ACTIONS(2542), [anon_sym_switch] = ACTIONS(2542), [anon_sym_case] = ACTIONS(2542), [anon_sym_default] = ACTIONS(2542), [anon_sym_while] = ACTIONS(2542), [anon_sym_do] = ACTIONS(2542), [anon_sym_for] = ACTIONS(2542), [anon_sym_return] = ACTIONS(2542), [anon_sym_break] = ACTIONS(2542), [anon_sym_continue] = ACTIONS(2542), [anon_sym_goto] = ACTIONS(2542), [anon_sym_not] = ACTIONS(2542), [anon_sym_compl] = ACTIONS(2542), [anon_sym_DASH_DASH] = ACTIONS(2540), [anon_sym_PLUS_PLUS] = ACTIONS(2540), [anon_sym_sizeof] = ACTIONS(2542), [anon_sym_offsetof] = ACTIONS(2542), [anon_sym__Generic] = ACTIONS(2542), [anon_sym_asm] = ACTIONS(2542), [anon_sym___asm__] = ACTIONS(2542), [sym_number_literal] = ACTIONS(2540), [anon_sym_L_SQUOTE] = ACTIONS(2540), [anon_sym_u_SQUOTE] = ACTIONS(2540), [anon_sym_U_SQUOTE] = ACTIONS(2540), [anon_sym_u8_SQUOTE] = ACTIONS(2540), [anon_sym_SQUOTE] = ACTIONS(2540), [anon_sym_L_DQUOTE] = ACTIONS(2540), [anon_sym_u_DQUOTE] = ACTIONS(2540), [anon_sym_U_DQUOTE] = ACTIONS(2540), [anon_sym_u8_DQUOTE] = ACTIONS(2540), [anon_sym_DQUOTE] = ACTIONS(2540), [sym_true] = ACTIONS(2542), [sym_false] = ACTIONS(2542), [anon_sym_NULL] = ACTIONS(2542), [anon_sym_nullptr] = ACTIONS(2542), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2542), [anon_sym_decltype] = ACTIONS(2542), [anon_sym_virtual] = ACTIONS(2542), [anon_sym_explicit] = ACTIONS(2542), [anon_sym_typename] = ACTIONS(2542), [anon_sym_template] = ACTIONS(2542), [anon_sym_operator] = ACTIONS(2542), [anon_sym_try] = ACTIONS(2542), [anon_sym_delete] = ACTIONS(2542), [anon_sym_throw] = ACTIONS(2542), [anon_sym_namespace] = ACTIONS(2542), [anon_sym_using] = ACTIONS(2542), [anon_sym_static_assert] = ACTIONS(2542), [anon_sym_concept] = ACTIONS(2542), [anon_sym_co_return] = ACTIONS(2542), [anon_sym_co_yield] = ACTIONS(2542), [anon_sym_R_DQUOTE] = ACTIONS(2540), [anon_sym_LR_DQUOTE] = ACTIONS(2540), [anon_sym_uR_DQUOTE] = ACTIONS(2540), [anon_sym_UR_DQUOTE] = ACTIONS(2540), [anon_sym_u8R_DQUOTE] = ACTIONS(2540), [anon_sym_co_await] = ACTIONS(2542), [anon_sym_new] = ACTIONS(2542), [anon_sym_requires] = ACTIONS(2542), [sym_this] = ACTIONS(2542), }, [413] = { [sym_identifier] = ACTIONS(2968), [aux_sym_preproc_include_token1] = ACTIONS(2968), [aux_sym_preproc_def_token1] = ACTIONS(2968), [aux_sym_preproc_if_token1] = ACTIONS(2968), [aux_sym_preproc_if_token2] = ACTIONS(2968), [aux_sym_preproc_ifdef_token1] = ACTIONS(2968), [aux_sym_preproc_ifdef_token2] = ACTIONS(2968), [aux_sym_preproc_else_token1] = ACTIONS(2968), [aux_sym_preproc_elif_token1] = ACTIONS(2968), [aux_sym_preproc_elifdef_token1] = ACTIONS(2968), [aux_sym_preproc_elifdef_token2] = ACTIONS(2968), [sym_preproc_directive] = ACTIONS(2968), [anon_sym_LPAREN2] = ACTIONS(2970), [anon_sym_BANG] = ACTIONS(2970), [anon_sym_TILDE] = ACTIONS(2970), [anon_sym_DASH] = ACTIONS(2968), [anon_sym_PLUS] = ACTIONS(2968), [anon_sym_STAR] = ACTIONS(2970), [anon_sym_AMP_AMP] = ACTIONS(2970), [anon_sym_AMP] = ACTIONS(2968), [anon_sym_SEMI] = ACTIONS(2970), [anon_sym_typedef] = ACTIONS(2968), [anon_sym_extern] = ACTIONS(2968), [anon_sym___attribute__] = ACTIONS(2968), [anon_sym_COLON_COLON] = ACTIONS(2970), [anon_sym_LBRACK_LBRACK] = ACTIONS(2970), [anon_sym___declspec] = ACTIONS(2968), [anon_sym___based] = ACTIONS(2968), [anon_sym___cdecl] = ACTIONS(2968), [anon_sym___clrcall] = ACTIONS(2968), [anon_sym___stdcall] = ACTIONS(2968), [anon_sym___fastcall] = ACTIONS(2968), [anon_sym___thiscall] = ACTIONS(2968), [anon_sym___vectorcall] = ACTIONS(2968), [anon_sym_LBRACE] = ACTIONS(2970), [anon_sym_signed] = ACTIONS(2968), [anon_sym_unsigned] = ACTIONS(2968), [anon_sym_long] = ACTIONS(2968), [anon_sym_short] = ACTIONS(2968), [anon_sym_LBRACK] = ACTIONS(2968), [anon_sym_static] = ACTIONS(2968), [anon_sym_register] = ACTIONS(2968), [anon_sym_inline] = ACTIONS(2968), [anon_sym_thread_local] = ACTIONS(2968), [anon_sym_const] = ACTIONS(2968), [anon_sym_constexpr] = ACTIONS(2968), [anon_sym_volatile] = ACTIONS(2968), [anon_sym_restrict] = ACTIONS(2968), [anon_sym___restrict__] = ACTIONS(2968), [anon_sym__Atomic] = ACTIONS(2968), [anon_sym__Noreturn] = ACTIONS(2968), [anon_sym_noreturn] = ACTIONS(2968), [anon_sym_mutable] = ACTIONS(2968), [anon_sym_constinit] = ACTIONS(2968), [anon_sym_consteval] = ACTIONS(2968), [sym_primitive_type] = ACTIONS(2968), [anon_sym_enum] = ACTIONS(2968), [anon_sym_class] = ACTIONS(2968), [anon_sym_struct] = ACTIONS(2968), [anon_sym_union] = ACTIONS(2968), [anon_sym_if] = ACTIONS(2968), [anon_sym_else] = ACTIONS(2968), [anon_sym_switch] = ACTIONS(2968), [anon_sym_case] = ACTIONS(2968), [anon_sym_default] = ACTIONS(2968), [anon_sym_while] = ACTIONS(2968), [anon_sym_do] = ACTIONS(2968), [anon_sym_for] = ACTIONS(2968), [anon_sym_return] = ACTIONS(2968), [anon_sym_break] = ACTIONS(2968), [anon_sym_continue] = ACTIONS(2968), [anon_sym_goto] = ACTIONS(2968), [anon_sym_not] = ACTIONS(2968), [anon_sym_compl] = ACTIONS(2968), [anon_sym_DASH_DASH] = ACTIONS(2970), [anon_sym_PLUS_PLUS] = ACTIONS(2970), [anon_sym_sizeof] = ACTIONS(2968), [anon_sym_offsetof] = ACTIONS(2968), [anon_sym__Generic] = ACTIONS(2968), [anon_sym_asm] = ACTIONS(2968), [anon_sym___asm__] = ACTIONS(2968), [sym_number_literal] = ACTIONS(2970), [anon_sym_L_SQUOTE] = ACTIONS(2970), [anon_sym_u_SQUOTE] = ACTIONS(2970), [anon_sym_U_SQUOTE] = ACTIONS(2970), [anon_sym_u8_SQUOTE] = ACTIONS(2970), [anon_sym_SQUOTE] = ACTIONS(2970), [anon_sym_L_DQUOTE] = ACTIONS(2970), [anon_sym_u_DQUOTE] = ACTIONS(2970), [anon_sym_U_DQUOTE] = ACTIONS(2970), [anon_sym_u8_DQUOTE] = ACTIONS(2970), [anon_sym_DQUOTE] = ACTIONS(2970), [sym_true] = ACTIONS(2968), [sym_false] = ACTIONS(2968), [anon_sym_NULL] = ACTIONS(2968), [anon_sym_nullptr] = ACTIONS(2968), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2968), [anon_sym_decltype] = ACTIONS(2968), [anon_sym_virtual] = ACTIONS(2968), [anon_sym_explicit] = ACTIONS(2968), [anon_sym_typename] = ACTIONS(2968), [anon_sym_template] = ACTIONS(2968), [anon_sym_operator] = ACTIONS(2968), [anon_sym_try] = ACTIONS(2968), [anon_sym_delete] = ACTIONS(2968), [anon_sym_throw] = ACTIONS(2968), [anon_sym_namespace] = ACTIONS(2968), [anon_sym_using] = ACTIONS(2968), [anon_sym_static_assert] = ACTIONS(2968), [anon_sym_concept] = ACTIONS(2968), [anon_sym_co_return] = ACTIONS(2968), [anon_sym_co_yield] = ACTIONS(2968), [anon_sym_R_DQUOTE] = ACTIONS(2970), [anon_sym_LR_DQUOTE] = ACTIONS(2970), [anon_sym_uR_DQUOTE] = ACTIONS(2970), [anon_sym_UR_DQUOTE] = ACTIONS(2970), [anon_sym_u8R_DQUOTE] = ACTIONS(2970), [anon_sym_co_await] = ACTIONS(2968), [anon_sym_new] = ACTIONS(2968), [anon_sym_requires] = ACTIONS(2968), [sym_this] = ACTIONS(2968), }, [414] = { [sym_identifier] = ACTIONS(2972), [aux_sym_preproc_include_token1] = ACTIONS(2972), [aux_sym_preproc_def_token1] = ACTIONS(2972), [aux_sym_preproc_if_token1] = ACTIONS(2972), [aux_sym_preproc_if_token2] = ACTIONS(2972), [aux_sym_preproc_ifdef_token1] = ACTIONS(2972), [aux_sym_preproc_ifdef_token2] = ACTIONS(2972), [aux_sym_preproc_else_token1] = ACTIONS(2972), [aux_sym_preproc_elif_token1] = ACTIONS(2972), [aux_sym_preproc_elifdef_token1] = ACTIONS(2972), [aux_sym_preproc_elifdef_token2] = ACTIONS(2972), [sym_preproc_directive] = ACTIONS(2972), [anon_sym_LPAREN2] = ACTIONS(2974), [anon_sym_BANG] = ACTIONS(2974), [anon_sym_TILDE] = ACTIONS(2974), [anon_sym_DASH] = ACTIONS(2972), [anon_sym_PLUS] = ACTIONS(2972), [anon_sym_STAR] = ACTIONS(2974), [anon_sym_AMP_AMP] = ACTIONS(2974), [anon_sym_AMP] = ACTIONS(2972), [anon_sym_SEMI] = ACTIONS(2974), [anon_sym_typedef] = ACTIONS(2972), [anon_sym_extern] = ACTIONS(2972), [anon_sym___attribute__] = ACTIONS(2972), [anon_sym_COLON_COLON] = ACTIONS(2974), [anon_sym_LBRACK_LBRACK] = ACTIONS(2974), [anon_sym___declspec] = ACTIONS(2972), [anon_sym___based] = ACTIONS(2972), [anon_sym___cdecl] = ACTIONS(2972), [anon_sym___clrcall] = ACTIONS(2972), [anon_sym___stdcall] = ACTIONS(2972), [anon_sym___fastcall] = ACTIONS(2972), [anon_sym___thiscall] = ACTIONS(2972), [anon_sym___vectorcall] = ACTIONS(2972), [anon_sym_LBRACE] = ACTIONS(2974), [anon_sym_signed] = ACTIONS(2972), [anon_sym_unsigned] = ACTIONS(2972), [anon_sym_long] = ACTIONS(2972), [anon_sym_short] = ACTIONS(2972), [anon_sym_LBRACK] = ACTIONS(2972), [anon_sym_static] = ACTIONS(2972), [anon_sym_register] = ACTIONS(2972), [anon_sym_inline] = ACTIONS(2972), [anon_sym_thread_local] = ACTIONS(2972), [anon_sym_const] = ACTIONS(2972), [anon_sym_constexpr] = ACTIONS(2972), [anon_sym_volatile] = ACTIONS(2972), [anon_sym_restrict] = ACTIONS(2972), [anon_sym___restrict__] = ACTIONS(2972), [anon_sym__Atomic] = ACTIONS(2972), [anon_sym__Noreturn] = ACTIONS(2972), [anon_sym_noreturn] = ACTIONS(2972), [anon_sym_mutable] = ACTIONS(2972), [anon_sym_constinit] = ACTIONS(2972), [anon_sym_consteval] = ACTIONS(2972), [sym_primitive_type] = ACTIONS(2972), [anon_sym_enum] = ACTIONS(2972), [anon_sym_class] = ACTIONS(2972), [anon_sym_struct] = ACTIONS(2972), [anon_sym_union] = ACTIONS(2972), [anon_sym_if] = ACTIONS(2972), [anon_sym_else] = ACTIONS(2972), [anon_sym_switch] = ACTIONS(2972), [anon_sym_case] = ACTIONS(2972), [anon_sym_default] = ACTIONS(2972), [anon_sym_while] = ACTIONS(2972), [anon_sym_do] = ACTIONS(2972), [anon_sym_for] = ACTIONS(2972), [anon_sym_return] = ACTIONS(2972), [anon_sym_break] = ACTIONS(2972), [anon_sym_continue] = ACTIONS(2972), [anon_sym_goto] = ACTIONS(2972), [anon_sym_not] = ACTIONS(2972), [anon_sym_compl] = ACTIONS(2972), [anon_sym_DASH_DASH] = ACTIONS(2974), [anon_sym_PLUS_PLUS] = ACTIONS(2974), [anon_sym_sizeof] = ACTIONS(2972), [anon_sym_offsetof] = ACTIONS(2972), [anon_sym__Generic] = ACTIONS(2972), [anon_sym_asm] = ACTIONS(2972), [anon_sym___asm__] = ACTIONS(2972), [sym_number_literal] = ACTIONS(2974), [anon_sym_L_SQUOTE] = ACTIONS(2974), [anon_sym_u_SQUOTE] = ACTIONS(2974), [anon_sym_U_SQUOTE] = ACTIONS(2974), [anon_sym_u8_SQUOTE] = ACTIONS(2974), [anon_sym_SQUOTE] = ACTIONS(2974), [anon_sym_L_DQUOTE] = ACTIONS(2974), [anon_sym_u_DQUOTE] = ACTIONS(2974), [anon_sym_U_DQUOTE] = ACTIONS(2974), [anon_sym_u8_DQUOTE] = ACTIONS(2974), [anon_sym_DQUOTE] = ACTIONS(2974), [sym_true] = ACTIONS(2972), [sym_false] = ACTIONS(2972), [anon_sym_NULL] = ACTIONS(2972), [anon_sym_nullptr] = ACTIONS(2972), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2972), [anon_sym_decltype] = ACTIONS(2972), [anon_sym_virtual] = ACTIONS(2972), [anon_sym_explicit] = ACTIONS(2972), [anon_sym_typename] = ACTIONS(2972), [anon_sym_template] = ACTIONS(2972), [anon_sym_operator] = ACTIONS(2972), [anon_sym_try] = ACTIONS(2972), [anon_sym_delete] = ACTIONS(2972), [anon_sym_throw] = ACTIONS(2972), [anon_sym_namespace] = ACTIONS(2972), [anon_sym_using] = ACTIONS(2972), [anon_sym_static_assert] = ACTIONS(2972), [anon_sym_concept] = ACTIONS(2972), [anon_sym_co_return] = ACTIONS(2972), [anon_sym_co_yield] = ACTIONS(2972), [anon_sym_R_DQUOTE] = ACTIONS(2974), [anon_sym_LR_DQUOTE] = ACTIONS(2974), [anon_sym_uR_DQUOTE] = ACTIONS(2974), [anon_sym_UR_DQUOTE] = ACTIONS(2974), [anon_sym_u8R_DQUOTE] = ACTIONS(2974), [anon_sym_co_await] = ACTIONS(2972), [anon_sym_new] = ACTIONS(2972), [anon_sym_requires] = ACTIONS(2972), [sym_this] = ACTIONS(2972), }, [415] = { [sym_catch_clause] = STATE(381), [aux_sym_constructor_try_statement_repeat1] = STATE(381), [sym_identifier] = ACTIONS(2889), [aux_sym_preproc_include_token1] = ACTIONS(2889), [aux_sym_preproc_def_token1] = ACTIONS(2889), [aux_sym_preproc_if_token1] = ACTIONS(2889), [aux_sym_preproc_if_token2] = ACTIONS(2889), [aux_sym_preproc_ifdef_token1] = ACTIONS(2889), [aux_sym_preproc_ifdef_token2] = ACTIONS(2889), [aux_sym_preproc_else_token1] = ACTIONS(2889), [aux_sym_preproc_elif_token1] = ACTIONS(2889), [sym_preproc_directive] = ACTIONS(2889), [anon_sym_LPAREN2] = ACTIONS(2891), [anon_sym_BANG] = ACTIONS(2891), [anon_sym_TILDE] = ACTIONS(2891), [anon_sym_DASH] = ACTIONS(2889), [anon_sym_PLUS] = ACTIONS(2889), [anon_sym_STAR] = ACTIONS(2891), [anon_sym_AMP_AMP] = ACTIONS(2891), [anon_sym_AMP] = ACTIONS(2889), [anon_sym_SEMI] = ACTIONS(2891), [anon_sym_typedef] = ACTIONS(2889), [anon_sym_extern] = ACTIONS(2889), [anon_sym___attribute__] = ACTIONS(2889), [anon_sym_COLON_COLON] = ACTIONS(2891), [anon_sym_LBRACK_LBRACK] = ACTIONS(2891), [anon_sym___declspec] = ACTIONS(2889), [anon_sym___based] = ACTIONS(2889), [anon_sym___cdecl] = ACTIONS(2889), [anon_sym___clrcall] = ACTIONS(2889), [anon_sym___stdcall] = ACTIONS(2889), [anon_sym___fastcall] = ACTIONS(2889), [anon_sym___thiscall] = ACTIONS(2889), [anon_sym___vectorcall] = ACTIONS(2889), [anon_sym_LBRACE] = ACTIONS(2891), [anon_sym_signed] = ACTIONS(2889), [anon_sym_unsigned] = ACTIONS(2889), [anon_sym_long] = ACTIONS(2889), [anon_sym_short] = ACTIONS(2889), [anon_sym_LBRACK] = ACTIONS(2889), [anon_sym_static] = ACTIONS(2889), [anon_sym_register] = ACTIONS(2889), [anon_sym_inline] = ACTIONS(2889), [anon_sym_thread_local] = ACTIONS(2889), [anon_sym_const] = ACTIONS(2889), [anon_sym_constexpr] = ACTIONS(2889), [anon_sym_volatile] = ACTIONS(2889), [anon_sym_restrict] = ACTIONS(2889), [anon_sym___restrict__] = ACTIONS(2889), [anon_sym__Atomic] = ACTIONS(2889), [anon_sym__Noreturn] = ACTIONS(2889), [anon_sym_noreturn] = ACTIONS(2889), [anon_sym_mutable] = ACTIONS(2889), [anon_sym_constinit] = ACTIONS(2889), [anon_sym_consteval] = ACTIONS(2889), [sym_primitive_type] = ACTIONS(2889), [anon_sym_enum] = ACTIONS(2889), [anon_sym_class] = ACTIONS(2889), [anon_sym_struct] = ACTIONS(2889), [anon_sym_union] = ACTIONS(2889), [anon_sym_if] = ACTIONS(2889), [anon_sym_switch] = ACTIONS(2889), [anon_sym_case] = ACTIONS(2889), [anon_sym_default] = ACTIONS(2889), [anon_sym_while] = ACTIONS(2889), [anon_sym_do] = ACTIONS(2889), [anon_sym_for] = ACTIONS(2889), [anon_sym_return] = ACTIONS(2889), [anon_sym_break] = ACTIONS(2889), [anon_sym_continue] = ACTIONS(2889), [anon_sym_goto] = ACTIONS(2889), [anon_sym_not] = ACTIONS(2889), [anon_sym_compl] = ACTIONS(2889), [anon_sym_DASH_DASH] = ACTIONS(2891), [anon_sym_PLUS_PLUS] = ACTIONS(2891), [anon_sym_sizeof] = ACTIONS(2889), [anon_sym_offsetof] = ACTIONS(2889), [anon_sym__Generic] = ACTIONS(2889), [anon_sym_asm] = ACTIONS(2889), [anon_sym___asm__] = ACTIONS(2889), [sym_number_literal] = ACTIONS(2891), [anon_sym_L_SQUOTE] = ACTIONS(2891), [anon_sym_u_SQUOTE] = ACTIONS(2891), [anon_sym_U_SQUOTE] = ACTIONS(2891), [anon_sym_u8_SQUOTE] = ACTIONS(2891), [anon_sym_SQUOTE] = ACTIONS(2891), [anon_sym_L_DQUOTE] = ACTIONS(2891), [anon_sym_u_DQUOTE] = ACTIONS(2891), [anon_sym_U_DQUOTE] = ACTIONS(2891), [anon_sym_u8_DQUOTE] = ACTIONS(2891), [anon_sym_DQUOTE] = ACTIONS(2891), [sym_true] = ACTIONS(2889), [sym_false] = ACTIONS(2889), [anon_sym_NULL] = ACTIONS(2889), [anon_sym_nullptr] = ACTIONS(2889), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2889), [anon_sym_decltype] = ACTIONS(2889), [anon_sym_virtual] = ACTIONS(2889), [anon_sym_explicit] = ACTIONS(2889), [anon_sym_typename] = ACTIONS(2889), [anon_sym_template] = ACTIONS(2889), [anon_sym_operator] = ACTIONS(2889), [anon_sym_try] = ACTIONS(2889), [anon_sym_delete] = ACTIONS(2889), [anon_sym_throw] = ACTIONS(2889), [anon_sym_namespace] = ACTIONS(2889), [anon_sym_using] = ACTIONS(2889), [anon_sym_static_assert] = ACTIONS(2889), [anon_sym_concept] = ACTIONS(2889), [anon_sym_co_return] = ACTIONS(2889), [anon_sym_co_yield] = ACTIONS(2889), [anon_sym_catch] = ACTIONS(2909), [anon_sym_R_DQUOTE] = ACTIONS(2891), [anon_sym_LR_DQUOTE] = ACTIONS(2891), [anon_sym_uR_DQUOTE] = ACTIONS(2891), [anon_sym_UR_DQUOTE] = ACTIONS(2891), [anon_sym_u8R_DQUOTE] = ACTIONS(2891), [anon_sym_co_await] = ACTIONS(2889), [anon_sym_new] = ACTIONS(2889), [anon_sym_requires] = ACTIONS(2889), [sym_this] = ACTIONS(2889), }, [416] = { [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_if_token2] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [aux_sym_preproc_else_token1] = ACTIONS(2922), [aux_sym_preproc_elif_token1] = ACTIONS(2922), [aux_sym_preproc_elifdef_token1] = ACTIONS(2922), [aux_sym_preproc_elifdef_token2] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [417] = { [sym_identifier] = ACTIONS(2976), [aux_sym_preproc_include_token1] = ACTIONS(2976), [aux_sym_preproc_def_token1] = ACTIONS(2976), [aux_sym_preproc_if_token1] = ACTIONS(2976), [aux_sym_preproc_if_token2] = ACTIONS(2976), [aux_sym_preproc_ifdef_token1] = ACTIONS(2976), [aux_sym_preproc_ifdef_token2] = ACTIONS(2976), [aux_sym_preproc_else_token1] = ACTIONS(2976), [aux_sym_preproc_elif_token1] = ACTIONS(2976), [aux_sym_preproc_elifdef_token1] = ACTIONS(2976), [aux_sym_preproc_elifdef_token2] = ACTIONS(2976), [sym_preproc_directive] = ACTIONS(2976), [anon_sym_LPAREN2] = ACTIONS(2978), [anon_sym_BANG] = ACTIONS(2978), [anon_sym_TILDE] = ACTIONS(2978), [anon_sym_DASH] = ACTIONS(2976), [anon_sym_PLUS] = ACTIONS(2976), [anon_sym_STAR] = ACTIONS(2978), [anon_sym_AMP_AMP] = ACTIONS(2978), [anon_sym_AMP] = ACTIONS(2976), [anon_sym_SEMI] = ACTIONS(2978), [anon_sym_typedef] = ACTIONS(2976), [anon_sym_extern] = ACTIONS(2976), [anon_sym___attribute__] = ACTIONS(2976), [anon_sym_COLON_COLON] = ACTIONS(2978), [anon_sym_LBRACK_LBRACK] = ACTIONS(2978), [anon_sym___declspec] = ACTIONS(2976), [anon_sym___based] = ACTIONS(2976), [anon_sym___cdecl] = ACTIONS(2976), [anon_sym___clrcall] = ACTIONS(2976), [anon_sym___stdcall] = ACTIONS(2976), [anon_sym___fastcall] = ACTIONS(2976), [anon_sym___thiscall] = ACTIONS(2976), [anon_sym___vectorcall] = ACTIONS(2976), [anon_sym_LBRACE] = ACTIONS(2978), [anon_sym_signed] = ACTIONS(2976), [anon_sym_unsigned] = ACTIONS(2976), [anon_sym_long] = ACTIONS(2976), [anon_sym_short] = ACTIONS(2976), [anon_sym_LBRACK] = ACTIONS(2976), [anon_sym_static] = ACTIONS(2976), [anon_sym_register] = ACTIONS(2976), [anon_sym_inline] = ACTIONS(2976), [anon_sym_thread_local] = ACTIONS(2976), [anon_sym_const] = ACTIONS(2976), [anon_sym_constexpr] = ACTIONS(2976), [anon_sym_volatile] = ACTIONS(2976), [anon_sym_restrict] = ACTIONS(2976), [anon_sym___restrict__] = ACTIONS(2976), [anon_sym__Atomic] = ACTIONS(2976), [anon_sym__Noreturn] = ACTIONS(2976), [anon_sym_noreturn] = ACTIONS(2976), [anon_sym_mutable] = ACTIONS(2976), [anon_sym_constinit] = ACTIONS(2976), [anon_sym_consteval] = ACTIONS(2976), [sym_primitive_type] = ACTIONS(2976), [anon_sym_enum] = ACTIONS(2976), [anon_sym_class] = ACTIONS(2976), [anon_sym_struct] = ACTIONS(2976), [anon_sym_union] = ACTIONS(2976), [anon_sym_if] = ACTIONS(2976), [anon_sym_else] = ACTIONS(2976), [anon_sym_switch] = ACTIONS(2976), [anon_sym_case] = ACTIONS(2976), [anon_sym_default] = ACTIONS(2976), [anon_sym_while] = ACTIONS(2976), [anon_sym_do] = ACTIONS(2976), [anon_sym_for] = ACTIONS(2976), [anon_sym_return] = ACTIONS(2976), [anon_sym_break] = ACTIONS(2976), [anon_sym_continue] = ACTIONS(2976), [anon_sym_goto] = ACTIONS(2976), [anon_sym_not] = ACTIONS(2976), [anon_sym_compl] = ACTIONS(2976), [anon_sym_DASH_DASH] = ACTIONS(2978), [anon_sym_PLUS_PLUS] = ACTIONS(2978), [anon_sym_sizeof] = ACTIONS(2976), [anon_sym_offsetof] = ACTIONS(2976), [anon_sym__Generic] = ACTIONS(2976), [anon_sym_asm] = ACTIONS(2976), [anon_sym___asm__] = ACTIONS(2976), [sym_number_literal] = ACTIONS(2978), [anon_sym_L_SQUOTE] = ACTIONS(2978), [anon_sym_u_SQUOTE] = ACTIONS(2978), [anon_sym_U_SQUOTE] = ACTIONS(2978), [anon_sym_u8_SQUOTE] = ACTIONS(2978), [anon_sym_SQUOTE] = ACTIONS(2978), [anon_sym_L_DQUOTE] = ACTIONS(2978), [anon_sym_u_DQUOTE] = ACTIONS(2978), [anon_sym_U_DQUOTE] = ACTIONS(2978), [anon_sym_u8_DQUOTE] = ACTIONS(2978), [anon_sym_DQUOTE] = ACTIONS(2978), [sym_true] = ACTIONS(2976), [sym_false] = ACTIONS(2976), [anon_sym_NULL] = ACTIONS(2976), [anon_sym_nullptr] = ACTIONS(2976), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2976), [anon_sym_decltype] = ACTIONS(2976), [anon_sym_virtual] = ACTIONS(2976), [anon_sym_explicit] = ACTIONS(2976), [anon_sym_typename] = ACTIONS(2976), [anon_sym_template] = ACTIONS(2976), [anon_sym_operator] = ACTIONS(2976), [anon_sym_try] = ACTIONS(2976), [anon_sym_delete] = ACTIONS(2976), [anon_sym_throw] = ACTIONS(2976), [anon_sym_namespace] = ACTIONS(2976), [anon_sym_using] = ACTIONS(2976), [anon_sym_static_assert] = ACTIONS(2976), [anon_sym_concept] = ACTIONS(2976), [anon_sym_co_return] = ACTIONS(2976), [anon_sym_co_yield] = ACTIONS(2976), [anon_sym_R_DQUOTE] = ACTIONS(2978), [anon_sym_LR_DQUOTE] = ACTIONS(2978), [anon_sym_uR_DQUOTE] = ACTIONS(2978), [anon_sym_UR_DQUOTE] = ACTIONS(2978), [anon_sym_u8R_DQUOTE] = ACTIONS(2978), [anon_sym_co_await] = ACTIONS(2976), [anon_sym_new] = ACTIONS(2976), [anon_sym_requires] = ACTIONS(2976), [sym_this] = ACTIONS(2976), }, [418] = { [sym_identifier] = ACTIONS(2980), [aux_sym_preproc_include_token1] = ACTIONS(2980), [aux_sym_preproc_def_token1] = ACTIONS(2980), [aux_sym_preproc_if_token1] = ACTIONS(2980), [aux_sym_preproc_if_token2] = ACTIONS(2980), [aux_sym_preproc_ifdef_token1] = ACTIONS(2980), [aux_sym_preproc_ifdef_token2] = ACTIONS(2980), [aux_sym_preproc_else_token1] = ACTIONS(2980), [aux_sym_preproc_elif_token1] = ACTIONS(2980), [aux_sym_preproc_elifdef_token1] = ACTIONS(2980), [aux_sym_preproc_elifdef_token2] = ACTIONS(2980), [sym_preproc_directive] = ACTIONS(2980), [anon_sym_LPAREN2] = ACTIONS(2982), [anon_sym_BANG] = ACTIONS(2982), [anon_sym_TILDE] = ACTIONS(2982), [anon_sym_DASH] = ACTIONS(2980), [anon_sym_PLUS] = ACTIONS(2980), [anon_sym_STAR] = ACTIONS(2982), [anon_sym_AMP_AMP] = ACTIONS(2982), [anon_sym_AMP] = ACTIONS(2980), [anon_sym_SEMI] = ACTIONS(2982), [anon_sym_typedef] = ACTIONS(2980), [anon_sym_extern] = ACTIONS(2980), [anon_sym___attribute__] = ACTIONS(2980), [anon_sym_COLON_COLON] = ACTIONS(2982), [anon_sym_LBRACK_LBRACK] = ACTIONS(2982), [anon_sym___declspec] = ACTIONS(2980), [anon_sym___based] = ACTIONS(2980), [anon_sym___cdecl] = ACTIONS(2980), [anon_sym___clrcall] = ACTIONS(2980), [anon_sym___stdcall] = ACTIONS(2980), [anon_sym___fastcall] = ACTIONS(2980), [anon_sym___thiscall] = ACTIONS(2980), [anon_sym___vectorcall] = ACTIONS(2980), [anon_sym_LBRACE] = ACTIONS(2982), [anon_sym_signed] = ACTIONS(2980), [anon_sym_unsigned] = ACTIONS(2980), [anon_sym_long] = ACTIONS(2980), [anon_sym_short] = ACTIONS(2980), [anon_sym_LBRACK] = ACTIONS(2980), [anon_sym_static] = ACTIONS(2980), [anon_sym_register] = ACTIONS(2980), [anon_sym_inline] = ACTIONS(2980), [anon_sym_thread_local] = ACTIONS(2980), [anon_sym_const] = ACTIONS(2980), [anon_sym_constexpr] = ACTIONS(2980), [anon_sym_volatile] = ACTIONS(2980), [anon_sym_restrict] = ACTIONS(2980), [anon_sym___restrict__] = ACTIONS(2980), [anon_sym__Atomic] = ACTIONS(2980), [anon_sym__Noreturn] = ACTIONS(2980), [anon_sym_noreturn] = ACTIONS(2980), [anon_sym_mutable] = ACTIONS(2980), [anon_sym_constinit] = ACTIONS(2980), [anon_sym_consteval] = ACTIONS(2980), [sym_primitive_type] = ACTIONS(2980), [anon_sym_enum] = ACTIONS(2980), [anon_sym_class] = ACTIONS(2980), [anon_sym_struct] = ACTIONS(2980), [anon_sym_union] = ACTIONS(2980), [anon_sym_if] = ACTIONS(2980), [anon_sym_else] = ACTIONS(2980), [anon_sym_switch] = ACTIONS(2980), [anon_sym_case] = ACTIONS(2980), [anon_sym_default] = ACTIONS(2980), [anon_sym_while] = ACTIONS(2980), [anon_sym_do] = ACTIONS(2980), [anon_sym_for] = ACTIONS(2980), [anon_sym_return] = ACTIONS(2980), [anon_sym_break] = ACTIONS(2980), [anon_sym_continue] = ACTIONS(2980), [anon_sym_goto] = ACTIONS(2980), [anon_sym_not] = ACTIONS(2980), [anon_sym_compl] = ACTIONS(2980), [anon_sym_DASH_DASH] = ACTIONS(2982), [anon_sym_PLUS_PLUS] = ACTIONS(2982), [anon_sym_sizeof] = ACTIONS(2980), [anon_sym_offsetof] = ACTIONS(2980), [anon_sym__Generic] = ACTIONS(2980), [anon_sym_asm] = ACTIONS(2980), [anon_sym___asm__] = ACTIONS(2980), [sym_number_literal] = ACTIONS(2982), [anon_sym_L_SQUOTE] = ACTIONS(2982), [anon_sym_u_SQUOTE] = ACTIONS(2982), [anon_sym_U_SQUOTE] = ACTIONS(2982), [anon_sym_u8_SQUOTE] = ACTIONS(2982), [anon_sym_SQUOTE] = ACTIONS(2982), [anon_sym_L_DQUOTE] = ACTIONS(2982), [anon_sym_u_DQUOTE] = ACTIONS(2982), [anon_sym_U_DQUOTE] = ACTIONS(2982), [anon_sym_u8_DQUOTE] = ACTIONS(2982), [anon_sym_DQUOTE] = ACTIONS(2982), [sym_true] = ACTIONS(2980), [sym_false] = ACTIONS(2980), [anon_sym_NULL] = ACTIONS(2980), [anon_sym_nullptr] = ACTIONS(2980), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2980), [anon_sym_decltype] = ACTIONS(2980), [anon_sym_virtual] = ACTIONS(2980), [anon_sym_explicit] = ACTIONS(2980), [anon_sym_typename] = ACTIONS(2980), [anon_sym_template] = ACTIONS(2980), [anon_sym_operator] = ACTIONS(2980), [anon_sym_try] = ACTIONS(2980), [anon_sym_delete] = ACTIONS(2980), [anon_sym_throw] = ACTIONS(2980), [anon_sym_namespace] = ACTIONS(2980), [anon_sym_using] = ACTIONS(2980), [anon_sym_static_assert] = ACTIONS(2980), [anon_sym_concept] = ACTIONS(2980), [anon_sym_co_return] = ACTIONS(2980), [anon_sym_co_yield] = ACTIONS(2980), [anon_sym_R_DQUOTE] = ACTIONS(2982), [anon_sym_LR_DQUOTE] = ACTIONS(2982), [anon_sym_uR_DQUOTE] = ACTIONS(2982), [anon_sym_UR_DQUOTE] = ACTIONS(2982), [anon_sym_u8R_DQUOTE] = ACTIONS(2982), [anon_sym_co_await] = ACTIONS(2980), [anon_sym_new] = ACTIONS(2980), [anon_sym_requires] = ACTIONS(2980), [sym_this] = ACTIONS(2980), }, [419] = { [sym_identifier] = ACTIONS(2984), [aux_sym_preproc_include_token1] = ACTIONS(2984), [aux_sym_preproc_def_token1] = ACTIONS(2984), [aux_sym_preproc_if_token1] = ACTIONS(2984), [aux_sym_preproc_if_token2] = ACTIONS(2984), [aux_sym_preproc_ifdef_token1] = ACTIONS(2984), [aux_sym_preproc_ifdef_token2] = ACTIONS(2984), [aux_sym_preproc_else_token1] = ACTIONS(2984), [aux_sym_preproc_elif_token1] = ACTIONS(2984), [aux_sym_preproc_elifdef_token1] = ACTIONS(2984), [aux_sym_preproc_elifdef_token2] = ACTIONS(2984), [sym_preproc_directive] = ACTIONS(2984), [anon_sym_LPAREN2] = ACTIONS(2986), [anon_sym_BANG] = ACTIONS(2986), [anon_sym_TILDE] = ACTIONS(2986), [anon_sym_DASH] = ACTIONS(2984), [anon_sym_PLUS] = ACTIONS(2984), [anon_sym_STAR] = ACTIONS(2986), [anon_sym_AMP_AMP] = ACTIONS(2986), [anon_sym_AMP] = ACTIONS(2984), [anon_sym_SEMI] = ACTIONS(2986), [anon_sym_typedef] = ACTIONS(2984), [anon_sym_extern] = ACTIONS(2984), [anon_sym___attribute__] = ACTIONS(2984), [anon_sym_COLON_COLON] = ACTIONS(2986), [anon_sym_LBRACK_LBRACK] = ACTIONS(2986), [anon_sym___declspec] = ACTIONS(2984), [anon_sym___based] = ACTIONS(2984), [anon_sym___cdecl] = ACTIONS(2984), [anon_sym___clrcall] = ACTIONS(2984), [anon_sym___stdcall] = ACTIONS(2984), [anon_sym___fastcall] = ACTIONS(2984), [anon_sym___thiscall] = ACTIONS(2984), [anon_sym___vectorcall] = ACTIONS(2984), [anon_sym_LBRACE] = ACTIONS(2986), [anon_sym_signed] = ACTIONS(2984), [anon_sym_unsigned] = ACTIONS(2984), [anon_sym_long] = ACTIONS(2984), [anon_sym_short] = ACTIONS(2984), [anon_sym_LBRACK] = ACTIONS(2984), [anon_sym_static] = ACTIONS(2984), [anon_sym_register] = ACTIONS(2984), [anon_sym_inline] = ACTIONS(2984), [anon_sym_thread_local] = ACTIONS(2984), [anon_sym_const] = ACTIONS(2984), [anon_sym_constexpr] = ACTIONS(2984), [anon_sym_volatile] = ACTIONS(2984), [anon_sym_restrict] = ACTIONS(2984), [anon_sym___restrict__] = ACTIONS(2984), [anon_sym__Atomic] = ACTIONS(2984), [anon_sym__Noreturn] = ACTIONS(2984), [anon_sym_noreturn] = ACTIONS(2984), [anon_sym_mutable] = ACTIONS(2984), [anon_sym_constinit] = ACTIONS(2984), [anon_sym_consteval] = ACTIONS(2984), [sym_primitive_type] = ACTIONS(2984), [anon_sym_enum] = ACTIONS(2984), [anon_sym_class] = ACTIONS(2984), [anon_sym_struct] = ACTIONS(2984), [anon_sym_union] = ACTIONS(2984), [anon_sym_if] = ACTIONS(2984), [anon_sym_else] = ACTIONS(2984), [anon_sym_switch] = ACTIONS(2984), [anon_sym_case] = ACTIONS(2984), [anon_sym_default] = ACTIONS(2984), [anon_sym_while] = ACTIONS(2984), [anon_sym_do] = ACTIONS(2984), [anon_sym_for] = ACTIONS(2984), [anon_sym_return] = ACTIONS(2984), [anon_sym_break] = ACTIONS(2984), [anon_sym_continue] = ACTIONS(2984), [anon_sym_goto] = ACTIONS(2984), [anon_sym_not] = ACTIONS(2984), [anon_sym_compl] = ACTIONS(2984), [anon_sym_DASH_DASH] = ACTIONS(2986), [anon_sym_PLUS_PLUS] = ACTIONS(2986), [anon_sym_sizeof] = ACTIONS(2984), [anon_sym_offsetof] = ACTIONS(2984), [anon_sym__Generic] = ACTIONS(2984), [anon_sym_asm] = ACTIONS(2984), [anon_sym___asm__] = ACTIONS(2984), [sym_number_literal] = ACTIONS(2986), [anon_sym_L_SQUOTE] = ACTIONS(2986), [anon_sym_u_SQUOTE] = ACTIONS(2986), [anon_sym_U_SQUOTE] = ACTIONS(2986), [anon_sym_u8_SQUOTE] = ACTIONS(2986), [anon_sym_SQUOTE] = ACTIONS(2986), [anon_sym_L_DQUOTE] = ACTIONS(2986), [anon_sym_u_DQUOTE] = ACTIONS(2986), [anon_sym_U_DQUOTE] = ACTIONS(2986), [anon_sym_u8_DQUOTE] = ACTIONS(2986), [anon_sym_DQUOTE] = ACTIONS(2986), [sym_true] = ACTIONS(2984), [sym_false] = ACTIONS(2984), [anon_sym_NULL] = ACTIONS(2984), [anon_sym_nullptr] = ACTIONS(2984), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2984), [anon_sym_decltype] = ACTIONS(2984), [anon_sym_virtual] = ACTIONS(2984), [anon_sym_explicit] = ACTIONS(2984), [anon_sym_typename] = ACTIONS(2984), [anon_sym_template] = ACTIONS(2984), [anon_sym_operator] = ACTIONS(2984), [anon_sym_try] = ACTIONS(2984), [anon_sym_delete] = ACTIONS(2984), [anon_sym_throw] = ACTIONS(2984), [anon_sym_namespace] = ACTIONS(2984), [anon_sym_using] = ACTIONS(2984), [anon_sym_static_assert] = ACTIONS(2984), [anon_sym_concept] = ACTIONS(2984), [anon_sym_co_return] = ACTIONS(2984), [anon_sym_co_yield] = ACTIONS(2984), [anon_sym_R_DQUOTE] = ACTIONS(2986), [anon_sym_LR_DQUOTE] = ACTIONS(2986), [anon_sym_uR_DQUOTE] = ACTIONS(2986), [anon_sym_UR_DQUOTE] = ACTIONS(2986), [anon_sym_u8R_DQUOTE] = ACTIONS(2986), [anon_sym_co_await] = ACTIONS(2984), [anon_sym_new] = ACTIONS(2984), [anon_sym_requires] = ACTIONS(2984), [sym_this] = ACTIONS(2984), }, [420] = { [sym_identifier] = ACTIONS(2988), [aux_sym_preproc_include_token1] = ACTIONS(2988), [aux_sym_preproc_def_token1] = ACTIONS(2988), [aux_sym_preproc_if_token1] = ACTIONS(2988), [aux_sym_preproc_if_token2] = ACTIONS(2988), [aux_sym_preproc_ifdef_token1] = ACTIONS(2988), [aux_sym_preproc_ifdef_token2] = ACTIONS(2988), [aux_sym_preproc_else_token1] = ACTIONS(2988), [aux_sym_preproc_elif_token1] = ACTIONS(2988), [aux_sym_preproc_elifdef_token1] = ACTIONS(2988), [aux_sym_preproc_elifdef_token2] = ACTIONS(2988), [sym_preproc_directive] = ACTIONS(2988), [anon_sym_LPAREN2] = ACTIONS(2990), [anon_sym_BANG] = ACTIONS(2990), [anon_sym_TILDE] = ACTIONS(2990), [anon_sym_DASH] = ACTIONS(2988), [anon_sym_PLUS] = ACTIONS(2988), [anon_sym_STAR] = ACTIONS(2990), [anon_sym_AMP_AMP] = ACTIONS(2990), [anon_sym_AMP] = ACTIONS(2988), [anon_sym_SEMI] = ACTIONS(2990), [anon_sym_typedef] = ACTIONS(2988), [anon_sym_extern] = ACTIONS(2988), [anon_sym___attribute__] = ACTIONS(2988), [anon_sym_COLON_COLON] = ACTIONS(2990), [anon_sym_LBRACK_LBRACK] = ACTIONS(2990), [anon_sym___declspec] = ACTIONS(2988), [anon_sym___based] = ACTIONS(2988), [anon_sym___cdecl] = ACTIONS(2988), [anon_sym___clrcall] = ACTIONS(2988), [anon_sym___stdcall] = ACTIONS(2988), [anon_sym___fastcall] = ACTIONS(2988), [anon_sym___thiscall] = ACTIONS(2988), [anon_sym___vectorcall] = ACTIONS(2988), [anon_sym_LBRACE] = ACTIONS(2990), [anon_sym_signed] = ACTIONS(2988), [anon_sym_unsigned] = ACTIONS(2988), [anon_sym_long] = ACTIONS(2988), [anon_sym_short] = ACTIONS(2988), [anon_sym_LBRACK] = ACTIONS(2988), [anon_sym_static] = ACTIONS(2988), [anon_sym_register] = ACTIONS(2988), [anon_sym_inline] = ACTIONS(2988), [anon_sym_thread_local] = ACTIONS(2988), [anon_sym_const] = ACTIONS(2988), [anon_sym_constexpr] = ACTIONS(2988), [anon_sym_volatile] = ACTIONS(2988), [anon_sym_restrict] = ACTIONS(2988), [anon_sym___restrict__] = ACTIONS(2988), [anon_sym__Atomic] = ACTIONS(2988), [anon_sym__Noreturn] = ACTIONS(2988), [anon_sym_noreturn] = ACTIONS(2988), [anon_sym_mutable] = ACTIONS(2988), [anon_sym_constinit] = ACTIONS(2988), [anon_sym_consteval] = ACTIONS(2988), [sym_primitive_type] = ACTIONS(2988), [anon_sym_enum] = ACTIONS(2988), [anon_sym_class] = ACTIONS(2988), [anon_sym_struct] = ACTIONS(2988), [anon_sym_union] = ACTIONS(2988), [anon_sym_if] = ACTIONS(2988), [anon_sym_else] = ACTIONS(2988), [anon_sym_switch] = ACTIONS(2988), [anon_sym_case] = ACTIONS(2988), [anon_sym_default] = ACTIONS(2988), [anon_sym_while] = ACTIONS(2988), [anon_sym_do] = ACTIONS(2988), [anon_sym_for] = ACTIONS(2988), [anon_sym_return] = ACTIONS(2988), [anon_sym_break] = ACTIONS(2988), [anon_sym_continue] = ACTIONS(2988), [anon_sym_goto] = ACTIONS(2988), [anon_sym_not] = ACTIONS(2988), [anon_sym_compl] = ACTIONS(2988), [anon_sym_DASH_DASH] = ACTIONS(2990), [anon_sym_PLUS_PLUS] = ACTIONS(2990), [anon_sym_sizeof] = ACTIONS(2988), [anon_sym_offsetof] = ACTIONS(2988), [anon_sym__Generic] = ACTIONS(2988), [anon_sym_asm] = ACTIONS(2988), [anon_sym___asm__] = ACTIONS(2988), [sym_number_literal] = ACTIONS(2990), [anon_sym_L_SQUOTE] = ACTIONS(2990), [anon_sym_u_SQUOTE] = ACTIONS(2990), [anon_sym_U_SQUOTE] = ACTIONS(2990), [anon_sym_u8_SQUOTE] = ACTIONS(2990), [anon_sym_SQUOTE] = ACTIONS(2990), [anon_sym_L_DQUOTE] = ACTIONS(2990), [anon_sym_u_DQUOTE] = ACTIONS(2990), [anon_sym_U_DQUOTE] = ACTIONS(2990), [anon_sym_u8_DQUOTE] = ACTIONS(2990), [anon_sym_DQUOTE] = ACTIONS(2990), [sym_true] = ACTIONS(2988), [sym_false] = ACTIONS(2988), [anon_sym_NULL] = ACTIONS(2988), [anon_sym_nullptr] = ACTIONS(2988), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2988), [anon_sym_decltype] = ACTIONS(2988), [anon_sym_virtual] = ACTIONS(2988), [anon_sym_explicit] = ACTIONS(2988), [anon_sym_typename] = ACTIONS(2988), [anon_sym_template] = ACTIONS(2988), [anon_sym_operator] = ACTIONS(2988), [anon_sym_try] = ACTIONS(2988), [anon_sym_delete] = ACTIONS(2988), [anon_sym_throw] = ACTIONS(2988), [anon_sym_namespace] = ACTIONS(2988), [anon_sym_using] = ACTIONS(2988), [anon_sym_static_assert] = ACTIONS(2988), [anon_sym_concept] = ACTIONS(2988), [anon_sym_co_return] = ACTIONS(2988), [anon_sym_co_yield] = ACTIONS(2988), [anon_sym_R_DQUOTE] = ACTIONS(2990), [anon_sym_LR_DQUOTE] = ACTIONS(2990), [anon_sym_uR_DQUOTE] = ACTIONS(2990), [anon_sym_UR_DQUOTE] = ACTIONS(2990), [anon_sym_u8R_DQUOTE] = ACTIONS(2990), [anon_sym_co_await] = ACTIONS(2988), [anon_sym_new] = ACTIONS(2988), [anon_sym_requires] = ACTIONS(2988), [sym_this] = ACTIONS(2988), }, [421] = { [sym_identifier] = ACTIONS(2992), [aux_sym_preproc_include_token1] = ACTIONS(2992), [aux_sym_preproc_def_token1] = ACTIONS(2992), [aux_sym_preproc_if_token1] = ACTIONS(2992), [aux_sym_preproc_if_token2] = ACTIONS(2992), [aux_sym_preproc_ifdef_token1] = ACTIONS(2992), [aux_sym_preproc_ifdef_token2] = ACTIONS(2992), [aux_sym_preproc_else_token1] = ACTIONS(2992), [aux_sym_preproc_elif_token1] = ACTIONS(2992), [aux_sym_preproc_elifdef_token1] = ACTIONS(2992), [aux_sym_preproc_elifdef_token2] = ACTIONS(2992), [sym_preproc_directive] = ACTIONS(2992), [anon_sym_LPAREN2] = ACTIONS(2994), [anon_sym_BANG] = ACTIONS(2994), [anon_sym_TILDE] = ACTIONS(2994), [anon_sym_DASH] = ACTIONS(2992), [anon_sym_PLUS] = ACTIONS(2992), [anon_sym_STAR] = ACTIONS(2994), [anon_sym_AMP_AMP] = ACTIONS(2994), [anon_sym_AMP] = ACTIONS(2992), [anon_sym_SEMI] = ACTIONS(2994), [anon_sym_typedef] = ACTIONS(2992), [anon_sym_extern] = ACTIONS(2992), [anon_sym___attribute__] = ACTIONS(2992), [anon_sym_COLON_COLON] = ACTIONS(2994), [anon_sym_LBRACK_LBRACK] = ACTIONS(2994), [anon_sym___declspec] = ACTIONS(2992), [anon_sym___based] = ACTIONS(2992), [anon_sym___cdecl] = ACTIONS(2992), [anon_sym___clrcall] = ACTIONS(2992), [anon_sym___stdcall] = ACTIONS(2992), [anon_sym___fastcall] = ACTIONS(2992), [anon_sym___thiscall] = ACTIONS(2992), [anon_sym___vectorcall] = ACTIONS(2992), [anon_sym_LBRACE] = ACTIONS(2994), [anon_sym_signed] = ACTIONS(2992), [anon_sym_unsigned] = ACTIONS(2992), [anon_sym_long] = ACTIONS(2992), [anon_sym_short] = ACTIONS(2992), [anon_sym_LBRACK] = ACTIONS(2992), [anon_sym_static] = ACTIONS(2992), [anon_sym_register] = ACTIONS(2992), [anon_sym_inline] = ACTIONS(2992), [anon_sym_thread_local] = ACTIONS(2992), [anon_sym_const] = ACTIONS(2992), [anon_sym_constexpr] = ACTIONS(2992), [anon_sym_volatile] = ACTIONS(2992), [anon_sym_restrict] = ACTIONS(2992), [anon_sym___restrict__] = ACTIONS(2992), [anon_sym__Atomic] = ACTIONS(2992), [anon_sym__Noreturn] = ACTIONS(2992), [anon_sym_noreturn] = ACTIONS(2992), [anon_sym_mutable] = ACTIONS(2992), [anon_sym_constinit] = ACTIONS(2992), [anon_sym_consteval] = ACTIONS(2992), [sym_primitive_type] = ACTIONS(2992), [anon_sym_enum] = ACTIONS(2992), [anon_sym_class] = ACTIONS(2992), [anon_sym_struct] = ACTIONS(2992), [anon_sym_union] = ACTIONS(2992), [anon_sym_if] = ACTIONS(2992), [anon_sym_else] = ACTIONS(2992), [anon_sym_switch] = ACTIONS(2992), [anon_sym_case] = ACTIONS(2992), [anon_sym_default] = ACTIONS(2992), [anon_sym_while] = ACTIONS(2992), [anon_sym_do] = ACTIONS(2992), [anon_sym_for] = ACTIONS(2992), [anon_sym_return] = ACTIONS(2992), [anon_sym_break] = ACTIONS(2992), [anon_sym_continue] = ACTIONS(2992), [anon_sym_goto] = ACTIONS(2992), [anon_sym_not] = ACTIONS(2992), [anon_sym_compl] = ACTIONS(2992), [anon_sym_DASH_DASH] = ACTIONS(2994), [anon_sym_PLUS_PLUS] = ACTIONS(2994), [anon_sym_sizeof] = ACTIONS(2992), [anon_sym_offsetof] = ACTIONS(2992), [anon_sym__Generic] = ACTIONS(2992), [anon_sym_asm] = ACTIONS(2992), [anon_sym___asm__] = ACTIONS(2992), [sym_number_literal] = ACTIONS(2994), [anon_sym_L_SQUOTE] = ACTIONS(2994), [anon_sym_u_SQUOTE] = ACTIONS(2994), [anon_sym_U_SQUOTE] = ACTIONS(2994), [anon_sym_u8_SQUOTE] = ACTIONS(2994), [anon_sym_SQUOTE] = ACTIONS(2994), [anon_sym_L_DQUOTE] = ACTIONS(2994), [anon_sym_u_DQUOTE] = ACTIONS(2994), [anon_sym_U_DQUOTE] = ACTIONS(2994), [anon_sym_u8_DQUOTE] = ACTIONS(2994), [anon_sym_DQUOTE] = ACTIONS(2994), [sym_true] = ACTIONS(2992), [sym_false] = ACTIONS(2992), [anon_sym_NULL] = ACTIONS(2992), [anon_sym_nullptr] = ACTIONS(2992), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2992), [anon_sym_decltype] = ACTIONS(2992), [anon_sym_virtual] = ACTIONS(2992), [anon_sym_explicit] = ACTIONS(2992), [anon_sym_typename] = ACTIONS(2992), [anon_sym_template] = ACTIONS(2992), [anon_sym_operator] = ACTIONS(2992), [anon_sym_try] = ACTIONS(2992), [anon_sym_delete] = ACTIONS(2992), [anon_sym_throw] = ACTIONS(2992), [anon_sym_namespace] = ACTIONS(2992), [anon_sym_using] = ACTIONS(2992), [anon_sym_static_assert] = ACTIONS(2992), [anon_sym_concept] = ACTIONS(2992), [anon_sym_co_return] = ACTIONS(2992), [anon_sym_co_yield] = ACTIONS(2992), [anon_sym_R_DQUOTE] = ACTIONS(2994), [anon_sym_LR_DQUOTE] = ACTIONS(2994), [anon_sym_uR_DQUOTE] = ACTIONS(2994), [anon_sym_UR_DQUOTE] = ACTIONS(2994), [anon_sym_u8R_DQUOTE] = ACTIONS(2994), [anon_sym_co_await] = ACTIONS(2992), [anon_sym_new] = ACTIONS(2992), [anon_sym_requires] = ACTIONS(2992), [sym_this] = ACTIONS(2992), }, [422] = { [sym_identifier] = ACTIONS(2996), [aux_sym_preproc_include_token1] = ACTIONS(2996), [aux_sym_preproc_def_token1] = ACTIONS(2996), [aux_sym_preproc_if_token1] = ACTIONS(2996), [aux_sym_preproc_if_token2] = ACTIONS(2996), [aux_sym_preproc_ifdef_token1] = ACTIONS(2996), [aux_sym_preproc_ifdef_token2] = ACTIONS(2996), [aux_sym_preproc_else_token1] = ACTIONS(2996), [aux_sym_preproc_elif_token1] = ACTIONS(2996), [aux_sym_preproc_elifdef_token1] = ACTIONS(2996), [aux_sym_preproc_elifdef_token2] = ACTIONS(2996), [sym_preproc_directive] = ACTIONS(2996), [anon_sym_LPAREN2] = ACTIONS(2998), [anon_sym_BANG] = ACTIONS(2998), [anon_sym_TILDE] = ACTIONS(2998), [anon_sym_DASH] = ACTIONS(2996), [anon_sym_PLUS] = ACTIONS(2996), [anon_sym_STAR] = ACTIONS(2998), [anon_sym_AMP_AMP] = ACTIONS(2998), [anon_sym_AMP] = ACTIONS(2996), [anon_sym_SEMI] = ACTIONS(2998), [anon_sym_typedef] = ACTIONS(2996), [anon_sym_extern] = ACTIONS(2996), [anon_sym___attribute__] = ACTIONS(2996), [anon_sym_COLON_COLON] = ACTIONS(2998), [anon_sym_LBRACK_LBRACK] = ACTIONS(2998), [anon_sym___declspec] = ACTIONS(2996), [anon_sym___based] = ACTIONS(2996), [anon_sym___cdecl] = ACTIONS(2996), [anon_sym___clrcall] = ACTIONS(2996), [anon_sym___stdcall] = ACTIONS(2996), [anon_sym___fastcall] = ACTIONS(2996), [anon_sym___thiscall] = ACTIONS(2996), [anon_sym___vectorcall] = ACTIONS(2996), [anon_sym_LBRACE] = ACTIONS(2998), [anon_sym_signed] = ACTIONS(2996), [anon_sym_unsigned] = ACTIONS(2996), [anon_sym_long] = ACTIONS(2996), [anon_sym_short] = ACTIONS(2996), [anon_sym_LBRACK] = ACTIONS(2996), [anon_sym_static] = ACTIONS(2996), [anon_sym_register] = ACTIONS(2996), [anon_sym_inline] = ACTIONS(2996), [anon_sym_thread_local] = ACTIONS(2996), [anon_sym_const] = ACTIONS(2996), [anon_sym_constexpr] = ACTIONS(2996), [anon_sym_volatile] = ACTIONS(2996), [anon_sym_restrict] = ACTIONS(2996), [anon_sym___restrict__] = ACTIONS(2996), [anon_sym__Atomic] = ACTIONS(2996), [anon_sym__Noreturn] = ACTIONS(2996), [anon_sym_noreturn] = ACTIONS(2996), [anon_sym_mutable] = ACTIONS(2996), [anon_sym_constinit] = ACTIONS(2996), [anon_sym_consteval] = ACTIONS(2996), [sym_primitive_type] = ACTIONS(2996), [anon_sym_enum] = ACTIONS(2996), [anon_sym_class] = ACTIONS(2996), [anon_sym_struct] = ACTIONS(2996), [anon_sym_union] = ACTIONS(2996), [anon_sym_if] = ACTIONS(2996), [anon_sym_else] = ACTIONS(2996), [anon_sym_switch] = ACTIONS(2996), [anon_sym_case] = ACTIONS(2996), [anon_sym_default] = ACTIONS(2996), [anon_sym_while] = ACTIONS(2996), [anon_sym_do] = ACTIONS(2996), [anon_sym_for] = ACTIONS(2996), [anon_sym_return] = ACTIONS(2996), [anon_sym_break] = ACTIONS(2996), [anon_sym_continue] = ACTIONS(2996), [anon_sym_goto] = ACTIONS(2996), [anon_sym_not] = ACTIONS(2996), [anon_sym_compl] = ACTIONS(2996), [anon_sym_DASH_DASH] = ACTIONS(2998), [anon_sym_PLUS_PLUS] = ACTIONS(2998), [anon_sym_sizeof] = ACTIONS(2996), [anon_sym_offsetof] = ACTIONS(2996), [anon_sym__Generic] = ACTIONS(2996), [anon_sym_asm] = ACTIONS(2996), [anon_sym___asm__] = ACTIONS(2996), [sym_number_literal] = ACTIONS(2998), [anon_sym_L_SQUOTE] = ACTIONS(2998), [anon_sym_u_SQUOTE] = ACTIONS(2998), [anon_sym_U_SQUOTE] = ACTIONS(2998), [anon_sym_u8_SQUOTE] = ACTIONS(2998), [anon_sym_SQUOTE] = ACTIONS(2998), [anon_sym_L_DQUOTE] = ACTIONS(2998), [anon_sym_u_DQUOTE] = ACTIONS(2998), [anon_sym_U_DQUOTE] = ACTIONS(2998), [anon_sym_u8_DQUOTE] = ACTIONS(2998), [anon_sym_DQUOTE] = ACTIONS(2998), [sym_true] = ACTIONS(2996), [sym_false] = ACTIONS(2996), [anon_sym_NULL] = ACTIONS(2996), [anon_sym_nullptr] = ACTIONS(2996), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2996), [anon_sym_decltype] = ACTIONS(2996), [anon_sym_virtual] = ACTIONS(2996), [anon_sym_explicit] = ACTIONS(2996), [anon_sym_typename] = ACTIONS(2996), [anon_sym_template] = ACTIONS(2996), [anon_sym_operator] = ACTIONS(2996), [anon_sym_try] = ACTIONS(2996), [anon_sym_delete] = ACTIONS(2996), [anon_sym_throw] = ACTIONS(2996), [anon_sym_namespace] = ACTIONS(2996), [anon_sym_using] = ACTIONS(2996), [anon_sym_static_assert] = ACTIONS(2996), [anon_sym_concept] = ACTIONS(2996), [anon_sym_co_return] = ACTIONS(2996), [anon_sym_co_yield] = ACTIONS(2996), [anon_sym_R_DQUOTE] = ACTIONS(2998), [anon_sym_LR_DQUOTE] = ACTIONS(2998), [anon_sym_uR_DQUOTE] = ACTIONS(2998), [anon_sym_UR_DQUOTE] = ACTIONS(2998), [anon_sym_u8R_DQUOTE] = ACTIONS(2998), [anon_sym_co_await] = ACTIONS(2996), [anon_sym_new] = ACTIONS(2996), [anon_sym_requires] = ACTIONS(2996), [sym_this] = ACTIONS(2996), }, [423] = { [sym_identifier] = ACTIONS(3000), [aux_sym_preproc_include_token1] = ACTIONS(3000), [aux_sym_preproc_def_token1] = ACTIONS(3000), [aux_sym_preproc_if_token1] = ACTIONS(3000), [aux_sym_preproc_if_token2] = ACTIONS(3000), [aux_sym_preproc_ifdef_token1] = ACTIONS(3000), [aux_sym_preproc_ifdef_token2] = ACTIONS(3000), [aux_sym_preproc_else_token1] = ACTIONS(3000), [aux_sym_preproc_elif_token1] = ACTIONS(3000), [aux_sym_preproc_elifdef_token1] = ACTIONS(3000), [aux_sym_preproc_elifdef_token2] = ACTIONS(3000), [sym_preproc_directive] = ACTIONS(3000), [anon_sym_LPAREN2] = ACTIONS(3002), [anon_sym_BANG] = ACTIONS(3002), [anon_sym_TILDE] = ACTIONS(3002), [anon_sym_DASH] = ACTIONS(3000), [anon_sym_PLUS] = ACTIONS(3000), [anon_sym_STAR] = ACTIONS(3002), [anon_sym_AMP_AMP] = ACTIONS(3002), [anon_sym_AMP] = ACTIONS(3000), [anon_sym_SEMI] = ACTIONS(3002), [anon_sym_typedef] = ACTIONS(3000), [anon_sym_extern] = ACTIONS(3000), [anon_sym___attribute__] = ACTIONS(3000), [anon_sym_COLON_COLON] = ACTIONS(3002), [anon_sym_LBRACK_LBRACK] = ACTIONS(3002), [anon_sym___declspec] = ACTIONS(3000), [anon_sym___based] = ACTIONS(3000), [anon_sym___cdecl] = ACTIONS(3000), [anon_sym___clrcall] = ACTIONS(3000), [anon_sym___stdcall] = ACTIONS(3000), [anon_sym___fastcall] = ACTIONS(3000), [anon_sym___thiscall] = ACTIONS(3000), [anon_sym___vectorcall] = ACTIONS(3000), [anon_sym_LBRACE] = ACTIONS(3002), [anon_sym_signed] = ACTIONS(3000), [anon_sym_unsigned] = ACTIONS(3000), [anon_sym_long] = ACTIONS(3000), [anon_sym_short] = ACTIONS(3000), [anon_sym_LBRACK] = ACTIONS(3000), [anon_sym_static] = ACTIONS(3000), [anon_sym_register] = ACTIONS(3000), [anon_sym_inline] = ACTIONS(3000), [anon_sym_thread_local] = ACTIONS(3000), [anon_sym_const] = ACTIONS(3000), [anon_sym_constexpr] = ACTIONS(3000), [anon_sym_volatile] = ACTIONS(3000), [anon_sym_restrict] = ACTIONS(3000), [anon_sym___restrict__] = ACTIONS(3000), [anon_sym__Atomic] = ACTIONS(3000), [anon_sym__Noreturn] = ACTIONS(3000), [anon_sym_noreturn] = ACTIONS(3000), [anon_sym_mutable] = ACTIONS(3000), [anon_sym_constinit] = ACTIONS(3000), [anon_sym_consteval] = ACTIONS(3000), [sym_primitive_type] = ACTIONS(3000), [anon_sym_enum] = ACTIONS(3000), [anon_sym_class] = ACTIONS(3000), [anon_sym_struct] = ACTIONS(3000), [anon_sym_union] = ACTIONS(3000), [anon_sym_if] = ACTIONS(3000), [anon_sym_else] = ACTIONS(3000), [anon_sym_switch] = ACTIONS(3000), [anon_sym_case] = ACTIONS(3000), [anon_sym_default] = ACTIONS(3000), [anon_sym_while] = ACTIONS(3000), [anon_sym_do] = ACTIONS(3000), [anon_sym_for] = ACTIONS(3000), [anon_sym_return] = ACTIONS(3000), [anon_sym_break] = ACTIONS(3000), [anon_sym_continue] = ACTIONS(3000), [anon_sym_goto] = ACTIONS(3000), [anon_sym_not] = ACTIONS(3000), [anon_sym_compl] = ACTIONS(3000), [anon_sym_DASH_DASH] = ACTIONS(3002), [anon_sym_PLUS_PLUS] = ACTIONS(3002), [anon_sym_sizeof] = ACTIONS(3000), [anon_sym_offsetof] = ACTIONS(3000), [anon_sym__Generic] = ACTIONS(3000), [anon_sym_asm] = ACTIONS(3000), [anon_sym___asm__] = ACTIONS(3000), [sym_number_literal] = ACTIONS(3002), [anon_sym_L_SQUOTE] = ACTIONS(3002), [anon_sym_u_SQUOTE] = ACTIONS(3002), [anon_sym_U_SQUOTE] = ACTIONS(3002), [anon_sym_u8_SQUOTE] = ACTIONS(3002), [anon_sym_SQUOTE] = ACTIONS(3002), [anon_sym_L_DQUOTE] = ACTIONS(3002), [anon_sym_u_DQUOTE] = ACTIONS(3002), [anon_sym_U_DQUOTE] = ACTIONS(3002), [anon_sym_u8_DQUOTE] = ACTIONS(3002), [anon_sym_DQUOTE] = ACTIONS(3002), [sym_true] = ACTIONS(3000), [sym_false] = ACTIONS(3000), [anon_sym_NULL] = ACTIONS(3000), [anon_sym_nullptr] = ACTIONS(3000), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3000), [anon_sym_decltype] = ACTIONS(3000), [anon_sym_virtual] = ACTIONS(3000), [anon_sym_explicit] = ACTIONS(3000), [anon_sym_typename] = ACTIONS(3000), [anon_sym_template] = ACTIONS(3000), [anon_sym_operator] = ACTIONS(3000), [anon_sym_try] = ACTIONS(3000), [anon_sym_delete] = ACTIONS(3000), [anon_sym_throw] = ACTIONS(3000), [anon_sym_namespace] = ACTIONS(3000), [anon_sym_using] = ACTIONS(3000), [anon_sym_static_assert] = ACTIONS(3000), [anon_sym_concept] = ACTIONS(3000), [anon_sym_co_return] = ACTIONS(3000), [anon_sym_co_yield] = ACTIONS(3000), [anon_sym_R_DQUOTE] = ACTIONS(3002), [anon_sym_LR_DQUOTE] = ACTIONS(3002), [anon_sym_uR_DQUOTE] = ACTIONS(3002), [anon_sym_UR_DQUOTE] = ACTIONS(3002), [anon_sym_u8R_DQUOTE] = ACTIONS(3002), [anon_sym_co_await] = ACTIONS(3000), [anon_sym_new] = ACTIONS(3000), [anon_sym_requires] = ACTIONS(3000), [sym_this] = ACTIONS(3000), }, [424] = { [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_if_token2] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [aux_sym_preproc_else_token1] = ACTIONS(2914), [aux_sym_preproc_elif_token1] = ACTIONS(2914), [aux_sym_preproc_elifdef_token1] = ACTIONS(2914), [aux_sym_preproc_elifdef_token2] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [425] = { [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_if_token2] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [aux_sym_preproc_else_token1] = ACTIONS(2922), [aux_sym_preproc_elif_token1] = ACTIONS(2922), [aux_sym_preproc_elifdef_token1] = ACTIONS(2922), [aux_sym_preproc_elifdef_token2] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [426] = { [sym_identifier] = ACTIONS(2996), [aux_sym_preproc_include_token1] = ACTIONS(2996), [aux_sym_preproc_def_token1] = ACTIONS(2996), [aux_sym_preproc_if_token1] = ACTIONS(2996), [aux_sym_preproc_if_token2] = ACTIONS(2996), [aux_sym_preproc_ifdef_token1] = ACTIONS(2996), [aux_sym_preproc_ifdef_token2] = ACTIONS(2996), [aux_sym_preproc_else_token1] = ACTIONS(2996), [aux_sym_preproc_elif_token1] = ACTIONS(2996), [aux_sym_preproc_elifdef_token1] = ACTIONS(2996), [aux_sym_preproc_elifdef_token2] = ACTIONS(2996), [sym_preproc_directive] = ACTIONS(2996), [anon_sym_LPAREN2] = ACTIONS(2998), [anon_sym_BANG] = ACTIONS(2998), [anon_sym_TILDE] = ACTIONS(2998), [anon_sym_DASH] = ACTIONS(2996), [anon_sym_PLUS] = ACTIONS(2996), [anon_sym_STAR] = ACTIONS(2998), [anon_sym_AMP_AMP] = ACTIONS(2998), [anon_sym_AMP] = ACTIONS(2996), [anon_sym_SEMI] = ACTIONS(2998), [anon_sym_typedef] = ACTIONS(2996), [anon_sym_extern] = ACTIONS(2996), [anon_sym___attribute__] = ACTIONS(2996), [anon_sym_COLON_COLON] = ACTIONS(2998), [anon_sym_LBRACK_LBRACK] = ACTIONS(2998), [anon_sym___declspec] = ACTIONS(2996), [anon_sym___based] = ACTIONS(2996), [anon_sym___cdecl] = ACTIONS(2996), [anon_sym___clrcall] = ACTIONS(2996), [anon_sym___stdcall] = ACTIONS(2996), [anon_sym___fastcall] = ACTIONS(2996), [anon_sym___thiscall] = ACTIONS(2996), [anon_sym___vectorcall] = ACTIONS(2996), [anon_sym_LBRACE] = ACTIONS(2998), [anon_sym_signed] = ACTIONS(2996), [anon_sym_unsigned] = ACTIONS(2996), [anon_sym_long] = ACTIONS(2996), [anon_sym_short] = ACTIONS(2996), [anon_sym_LBRACK] = ACTIONS(2996), [anon_sym_static] = ACTIONS(2996), [anon_sym_register] = ACTIONS(2996), [anon_sym_inline] = ACTIONS(2996), [anon_sym_thread_local] = ACTIONS(2996), [anon_sym_const] = ACTIONS(2996), [anon_sym_constexpr] = ACTIONS(2996), [anon_sym_volatile] = ACTIONS(2996), [anon_sym_restrict] = ACTIONS(2996), [anon_sym___restrict__] = ACTIONS(2996), [anon_sym__Atomic] = ACTIONS(2996), [anon_sym__Noreturn] = ACTIONS(2996), [anon_sym_noreturn] = ACTIONS(2996), [anon_sym_mutable] = ACTIONS(2996), [anon_sym_constinit] = ACTIONS(2996), [anon_sym_consteval] = ACTIONS(2996), [sym_primitive_type] = ACTIONS(2996), [anon_sym_enum] = ACTIONS(2996), [anon_sym_class] = ACTIONS(2996), [anon_sym_struct] = ACTIONS(2996), [anon_sym_union] = ACTIONS(2996), [anon_sym_if] = ACTIONS(2996), [anon_sym_else] = ACTIONS(2996), [anon_sym_switch] = ACTIONS(2996), [anon_sym_case] = ACTIONS(2996), [anon_sym_default] = ACTIONS(2996), [anon_sym_while] = ACTIONS(2996), [anon_sym_do] = ACTIONS(2996), [anon_sym_for] = ACTIONS(2996), [anon_sym_return] = ACTIONS(2996), [anon_sym_break] = ACTIONS(2996), [anon_sym_continue] = ACTIONS(2996), [anon_sym_goto] = ACTIONS(2996), [anon_sym_not] = ACTIONS(2996), [anon_sym_compl] = ACTIONS(2996), [anon_sym_DASH_DASH] = ACTIONS(2998), [anon_sym_PLUS_PLUS] = ACTIONS(2998), [anon_sym_sizeof] = ACTIONS(2996), [anon_sym_offsetof] = ACTIONS(2996), [anon_sym__Generic] = ACTIONS(2996), [anon_sym_asm] = ACTIONS(2996), [anon_sym___asm__] = ACTIONS(2996), [sym_number_literal] = ACTIONS(2998), [anon_sym_L_SQUOTE] = ACTIONS(2998), [anon_sym_u_SQUOTE] = ACTIONS(2998), [anon_sym_U_SQUOTE] = ACTIONS(2998), [anon_sym_u8_SQUOTE] = ACTIONS(2998), [anon_sym_SQUOTE] = ACTIONS(2998), [anon_sym_L_DQUOTE] = ACTIONS(2998), [anon_sym_u_DQUOTE] = ACTIONS(2998), [anon_sym_U_DQUOTE] = ACTIONS(2998), [anon_sym_u8_DQUOTE] = ACTIONS(2998), [anon_sym_DQUOTE] = ACTIONS(2998), [sym_true] = ACTIONS(2996), [sym_false] = ACTIONS(2996), [anon_sym_NULL] = ACTIONS(2996), [anon_sym_nullptr] = ACTIONS(2996), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2996), [anon_sym_decltype] = ACTIONS(2996), [anon_sym_virtual] = ACTIONS(2996), [anon_sym_explicit] = ACTIONS(2996), [anon_sym_typename] = ACTIONS(2996), [anon_sym_template] = ACTIONS(2996), [anon_sym_operator] = ACTIONS(2996), [anon_sym_try] = ACTIONS(2996), [anon_sym_delete] = ACTIONS(2996), [anon_sym_throw] = ACTIONS(2996), [anon_sym_namespace] = ACTIONS(2996), [anon_sym_using] = ACTIONS(2996), [anon_sym_static_assert] = ACTIONS(2996), [anon_sym_concept] = ACTIONS(2996), [anon_sym_co_return] = ACTIONS(2996), [anon_sym_co_yield] = ACTIONS(2996), [anon_sym_R_DQUOTE] = ACTIONS(2998), [anon_sym_LR_DQUOTE] = ACTIONS(2998), [anon_sym_uR_DQUOTE] = ACTIONS(2998), [anon_sym_UR_DQUOTE] = ACTIONS(2998), [anon_sym_u8R_DQUOTE] = ACTIONS(2998), [anon_sym_co_await] = ACTIONS(2996), [anon_sym_new] = ACTIONS(2996), [anon_sym_requires] = ACTIONS(2996), [sym_this] = ACTIONS(2996), }, [427] = { [sym_identifier] = ACTIONS(3004), [aux_sym_preproc_include_token1] = ACTIONS(3004), [aux_sym_preproc_def_token1] = ACTIONS(3004), [aux_sym_preproc_if_token1] = ACTIONS(3004), [aux_sym_preproc_if_token2] = ACTIONS(3004), [aux_sym_preproc_ifdef_token1] = ACTIONS(3004), [aux_sym_preproc_ifdef_token2] = ACTIONS(3004), [aux_sym_preproc_else_token1] = ACTIONS(3004), [aux_sym_preproc_elif_token1] = ACTIONS(3004), [aux_sym_preproc_elifdef_token1] = ACTIONS(3004), [aux_sym_preproc_elifdef_token2] = ACTIONS(3004), [sym_preproc_directive] = ACTIONS(3004), [anon_sym_LPAREN2] = ACTIONS(3006), [anon_sym_BANG] = ACTIONS(3006), [anon_sym_TILDE] = ACTIONS(3006), [anon_sym_DASH] = ACTIONS(3004), [anon_sym_PLUS] = ACTIONS(3004), [anon_sym_STAR] = ACTIONS(3006), [anon_sym_AMP_AMP] = ACTIONS(3006), [anon_sym_AMP] = ACTIONS(3004), [anon_sym_SEMI] = ACTIONS(3006), [anon_sym_typedef] = ACTIONS(3004), [anon_sym_extern] = ACTIONS(3004), [anon_sym___attribute__] = ACTIONS(3004), [anon_sym_COLON_COLON] = ACTIONS(3006), [anon_sym_LBRACK_LBRACK] = ACTIONS(3006), [anon_sym___declspec] = ACTIONS(3004), [anon_sym___based] = ACTIONS(3004), [anon_sym___cdecl] = ACTIONS(3004), [anon_sym___clrcall] = ACTIONS(3004), [anon_sym___stdcall] = ACTIONS(3004), [anon_sym___fastcall] = ACTIONS(3004), [anon_sym___thiscall] = ACTIONS(3004), [anon_sym___vectorcall] = ACTIONS(3004), [anon_sym_LBRACE] = ACTIONS(3006), [anon_sym_signed] = ACTIONS(3004), [anon_sym_unsigned] = ACTIONS(3004), [anon_sym_long] = ACTIONS(3004), [anon_sym_short] = ACTIONS(3004), [anon_sym_LBRACK] = ACTIONS(3004), [anon_sym_static] = ACTIONS(3004), [anon_sym_register] = ACTIONS(3004), [anon_sym_inline] = ACTIONS(3004), [anon_sym_thread_local] = ACTIONS(3004), [anon_sym_const] = ACTIONS(3004), [anon_sym_constexpr] = ACTIONS(3004), [anon_sym_volatile] = ACTIONS(3004), [anon_sym_restrict] = ACTIONS(3004), [anon_sym___restrict__] = ACTIONS(3004), [anon_sym__Atomic] = ACTIONS(3004), [anon_sym__Noreturn] = ACTIONS(3004), [anon_sym_noreturn] = ACTIONS(3004), [anon_sym_mutable] = ACTIONS(3004), [anon_sym_constinit] = ACTIONS(3004), [anon_sym_consteval] = ACTIONS(3004), [sym_primitive_type] = ACTIONS(3004), [anon_sym_enum] = ACTIONS(3004), [anon_sym_class] = ACTIONS(3004), [anon_sym_struct] = ACTIONS(3004), [anon_sym_union] = ACTIONS(3004), [anon_sym_if] = ACTIONS(3004), [anon_sym_else] = ACTIONS(3004), [anon_sym_switch] = ACTIONS(3004), [anon_sym_case] = ACTIONS(3004), [anon_sym_default] = ACTIONS(3004), [anon_sym_while] = ACTIONS(3004), [anon_sym_do] = ACTIONS(3004), [anon_sym_for] = ACTIONS(3004), [anon_sym_return] = ACTIONS(3004), [anon_sym_break] = ACTIONS(3004), [anon_sym_continue] = ACTIONS(3004), [anon_sym_goto] = ACTIONS(3004), [anon_sym_not] = ACTIONS(3004), [anon_sym_compl] = ACTIONS(3004), [anon_sym_DASH_DASH] = ACTIONS(3006), [anon_sym_PLUS_PLUS] = ACTIONS(3006), [anon_sym_sizeof] = ACTIONS(3004), [anon_sym_offsetof] = ACTIONS(3004), [anon_sym__Generic] = ACTIONS(3004), [anon_sym_asm] = ACTIONS(3004), [anon_sym___asm__] = ACTIONS(3004), [sym_number_literal] = ACTIONS(3006), [anon_sym_L_SQUOTE] = ACTIONS(3006), [anon_sym_u_SQUOTE] = ACTIONS(3006), [anon_sym_U_SQUOTE] = ACTIONS(3006), [anon_sym_u8_SQUOTE] = ACTIONS(3006), [anon_sym_SQUOTE] = ACTIONS(3006), [anon_sym_L_DQUOTE] = ACTIONS(3006), [anon_sym_u_DQUOTE] = ACTIONS(3006), [anon_sym_U_DQUOTE] = ACTIONS(3006), [anon_sym_u8_DQUOTE] = ACTIONS(3006), [anon_sym_DQUOTE] = ACTIONS(3006), [sym_true] = ACTIONS(3004), [sym_false] = ACTIONS(3004), [anon_sym_NULL] = ACTIONS(3004), [anon_sym_nullptr] = ACTIONS(3004), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3004), [anon_sym_decltype] = ACTIONS(3004), [anon_sym_virtual] = ACTIONS(3004), [anon_sym_explicit] = ACTIONS(3004), [anon_sym_typename] = ACTIONS(3004), [anon_sym_template] = ACTIONS(3004), [anon_sym_operator] = ACTIONS(3004), [anon_sym_try] = ACTIONS(3004), [anon_sym_delete] = ACTIONS(3004), [anon_sym_throw] = ACTIONS(3004), [anon_sym_namespace] = ACTIONS(3004), [anon_sym_using] = ACTIONS(3004), [anon_sym_static_assert] = ACTIONS(3004), [anon_sym_concept] = ACTIONS(3004), [anon_sym_co_return] = ACTIONS(3004), [anon_sym_co_yield] = ACTIONS(3004), [anon_sym_R_DQUOTE] = ACTIONS(3006), [anon_sym_LR_DQUOTE] = ACTIONS(3006), [anon_sym_uR_DQUOTE] = ACTIONS(3006), [anon_sym_UR_DQUOTE] = ACTIONS(3006), [anon_sym_u8R_DQUOTE] = ACTIONS(3006), [anon_sym_co_await] = ACTIONS(3004), [anon_sym_new] = ACTIONS(3004), [anon_sym_requires] = ACTIONS(3004), [sym_this] = ACTIONS(3004), }, [428] = { [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_if_token2] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [aux_sym_preproc_else_token1] = ACTIONS(2922), [aux_sym_preproc_elif_token1] = ACTIONS(2922), [aux_sym_preproc_elifdef_token1] = ACTIONS(2922), [aux_sym_preproc_elifdef_token2] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [429] = { [sym_identifier] = ACTIONS(3008), [aux_sym_preproc_include_token1] = ACTIONS(3008), [aux_sym_preproc_def_token1] = ACTIONS(3008), [aux_sym_preproc_if_token1] = ACTIONS(3008), [aux_sym_preproc_if_token2] = ACTIONS(3008), [aux_sym_preproc_ifdef_token1] = ACTIONS(3008), [aux_sym_preproc_ifdef_token2] = ACTIONS(3008), [aux_sym_preproc_else_token1] = ACTIONS(3008), [aux_sym_preproc_elif_token1] = ACTIONS(3008), [aux_sym_preproc_elifdef_token1] = ACTIONS(3008), [aux_sym_preproc_elifdef_token2] = ACTIONS(3008), [sym_preproc_directive] = ACTIONS(3008), [anon_sym_LPAREN2] = ACTIONS(3010), [anon_sym_BANG] = ACTIONS(3010), [anon_sym_TILDE] = ACTIONS(3010), [anon_sym_DASH] = ACTIONS(3008), [anon_sym_PLUS] = ACTIONS(3008), [anon_sym_STAR] = ACTIONS(3010), [anon_sym_AMP_AMP] = ACTIONS(3010), [anon_sym_AMP] = ACTIONS(3008), [anon_sym_SEMI] = ACTIONS(3010), [anon_sym_typedef] = ACTIONS(3008), [anon_sym_extern] = ACTIONS(3008), [anon_sym___attribute__] = ACTIONS(3008), [anon_sym_COLON_COLON] = ACTIONS(3010), [anon_sym_LBRACK_LBRACK] = ACTIONS(3010), [anon_sym___declspec] = ACTIONS(3008), [anon_sym___based] = ACTIONS(3008), [anon_sym___cdecl] = ACTIONS(3008), [anon_sym___clrcall] = ACTIONS(3008), [anon_sym___stdcall] = ACTIONS(3008), [anon_sym___fastcall] = ACTIONS(3008), [anon_sym___thiscall] = ACTIONS(3008), [anon_sym___vectorcall] = ACTIONS(3008), [anon_sym_LBRACE] = ACTIONS(3010), [anon_sym_signed] = ACTIONS(3008), [anon_sym_unsigned] = ACTIONS(3008), [anon_sym_long] = ACTIONS(3008), [anon_sym_short] = ACTIONS(3008), [anon_sym_LBRACK] = ACTIONS(3008), [anon_sym_static] = ACTIONS(3008), [anon_sym_register] = ACTIONS(3008), [anon_sym_inline] = ACTIONS(3008), [anon_sym_thread_local] = ACTIONS(3008), [anon_sym_const] = ACTIONS(3008), [anon_sym_constexpr] = ACTIONS(3008), [anon_sym_volatile] = ACTIONS(3008), [anon_sym_restrict] = ACTIONS(3008), [anon_sym___restrict__] = ACTIONS(3008), [anon_sym__Atomic] = ACTIONS(3008), [anon_sym__Noreturn] = ACTIONS(3008), [anon_sym_noreturn] = ACTIONS(3008), [anon_sym_mutable] = ACTIONS(3008), [anon_sym_constinit] = ACTIONS(3008), [anon_sym_consteval] = ACTIONS(3008), [sym_primitive_type] = ACTIONS(3008), [anon_sym_enum] = ACTIONS(3008), [anon_sym_class] = ACTIONS(3008), [anon_sym_struct] = ACTIONS(3008), [anon_sym_union] = ACTIONS(3008), [anon_sym_if] = ACTIONS(3008), [anon_sym_else] = ACTIONS(3008), [anon_sym_switch] = ACTIONS(3008), [anon_sym_case] = ACTIONS(3008), [anon_sym_default] = ACTIONS(3008), [anon_sym_while] = ACTIONS(3008), [anon_sym_do] = ACTIONS(3008), [anon_sym_for] = ACTIONS(3008), [anon_sym_return] = ACTIONS(3008), [anon_sym_break] = ACTIONS(3008), [anon_sym_continue] = ACTIONS(3008), [anon_sym_goto] = ACTIONS(3008), [anon_sym_not] = ACTIONS(3008), [anon_sym_compl] = ACTIONS(3008), [anon_sym_DASH_DASH] = ACTIONS(3010), [anon_sym_PLUS_PLUS] = ACTIONS(3010), [anon_sym_sizeof] = ACTIONS(3008), [anon_sym_offsetof] = ACTIONS(3008), [anon_sym__Generic] = ACTIONS(3008), [anon_sym_asm] = ACTIONS(3008), [anon_sym___asm__] = ACTIONS(3008), [sym_number_literal] = ACTIONS(3010), [anon_sym_L_SQUOTE] = ACTIONS(3010), [anon_sym_u_SQUOTE] = ACTIONS(3010), [anon_sym_U_SQUOTE] = ACTIONS(3010), [anon_sym_u8_SQUOTE] = ACTIONS(3010), [anon_sym_SQUOTE] = ACTIONS(3010), [anon_sym_L_DQUOTE] = ACTIONS(3010), [anon_sym_u_DQUOTE] = ACTIONS(3010), [anon_sym_U_DQUOTE] = ACTIONS(3010), [anon_sym_u8_DQUOTE] = ACTIONS(3010), [anon_sym_DQUOTE] = ACTIONS(3010), [sym_true] = ACTIONS(3008), [sym_false] = ACTIONS(3008), [anon_sym_NULL] = ACTIONS(3008), [anon_sym_nullptr] = ACTIONS(3008), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3008), [anon_sym_decltype] = ACTIONS(3008), [anon_sym_virtual] = ACTIONS(3008), [anon_sym_explicit] = ACTIONS(3008), [anon_sym_typename] = ACTIONS(3008), [anon_sym_template] = ACTIONS(3008), [anon_sym_operator] = ACTIONS(3008), [anon_sym_try] = ACTIONS(3008), [anon_sym_delete] = ACTIONS(3008), [anon_sym_throw] = ACTIONS(3008), [anon_sym_namespace] = ACTIONS(3008), [anon_sym_using] = ACTIONS(3008), [anon_sym_static_assert] = ACTIONS(3008), [anon_sym_concept] = ACTIONS(3008), [anon_sym_co_return] = ACTIONS(3008), [anon_sym_co_yield] = ACTIONS(3008), [anon_sym_R_DQUOTE] = ACTIONS(3010), [anon_sym_LR_DQUOTE] = ACTIONS(3010), [anon_sym_uR_DQUOTE] = ACTIONS(3010), [anon_sym_UR_DQUOTE] = ACTIONS(3010), [anon_sym_u8R_DQUOTE] = ACTIONS(3010), [anon_sym_co_await] = ACTIONS(3008), [anon_sym_new] = ACTIONS(3008), [anon_sym_requires] = ACTIONS(3008), [sym_this] = ACTIONS(3008), }, [430] = { [sym_identifier] = ACTIONS(3012), [aux_sym_preproc_include_token1] = ACTIONS(3012), [aux_sym_preproc_def_token1] = ACTIONS(3012), [aux_sym_preproc_if_token1] = ACTIONS(3012), [aux_sym_preproc_if_token2] = ACTIONS(3012), [aux_sym_preproc_ifdef_token1] = ACTIONS(3012), [aux_sym_preproc_ifdef_token2] = ACTIONS(3012), [aux_sym_preproc_else_token1] = ACTIONS(3012), [aux_sym_preproc_elif_token1] = ACTIONS(3012), [aux_sym_preproc_elifdef_token1] = ACTIONS(3012), [aux_sym_preproc_elifdef_token2] = ACTIONS(3012), [sym_preproc_directive] = ACTIONS(3012), [anon_sym_LPAREN2] = ACTIONS(3014), [anon_sym_BANG] = ACTIONS(3014), [anon_sym_TILDE] = ACTIONS(3014), [anon_sym_DASH] = ACTIONS(3012), [anon_sym_PLUS] = ACTIONS(3012), [anon_sym_STAR] = ACTIONS(3014), [anon_sym_AMP_AMP] = ACTIONS(3014), [anon_sym_AMP] = ACTIONS(3012), [anon_sym_SEMI] = ACTIONS(3014), [anon_sym_typedef] = ACTIONS(3012), [anon_sym_extern] = ACTIONS(3012), [anon_sym___attribute__] = ACTIONS(3012), [anon_sym_COLON_COLON] = ACTIONS(3014), [anon_sym_LBRACK_LBRACK] = ACTIONS(3014), [anon_sym___declspec] = ACTIONS(3012), [anon_sym___based] = ACTIONS(3012), [anon_sym___cdecl] = ACTIONS(3012), [anon_sym___clrcall] = ACTIONS(3012), [anon_sym___stdcall] = ACTIONS(3012), [anon_sym___fastcall] = ACTIONS(3012), [anon_sym___thiscall] = ACTIONS(3012), [anon_sym___vectorcall] = ACTIONS(3012), [anon_sym_LBRACE] = ACTIONS(3014), [anon_sym_signed] = ACTIONS(3012), [anon_sym_unsigned] = ACTIONS(3012), [anon_sym_long] = ACTIONS(3012), [anon_sym_short] = ACTIONS(3012), [anon_sym_LBRACK] = ACTIONS(3012), [anon_sym_static] = ACTIONS(3012), [anon_sym_register] = ACTIONS(3012), [anon_sym_inline] = ACTIONS(3012), [anon_sym_thread_local] = ACTIONS(3012), [anon_sym_const] = ACTIONS(3012), [anon_sym_constexpr] = ACTIONS(3012), [anon_sym_volatile] = ACTIONS(3012), [anon_sym_restrict] = ACTIONS(3012), [anon_sym___restrict__] = ACTIONS(3012), [anon_sym__Atomic] = ACTIONS(3012), [anon_sym__Noreturn] = ACTIONS(3012), [anon_sym_noreturn] = ACTIONS(3012), [anon_sym_mutable] = ACTIONS(3012), [anon_sym_constinit] = ACTIONS(3012), [anon_sym_consteval] = ACTIONS(3012), [sym_primitive_type] = ACTIONS(3012), [anon_sym_enum] = ACTIONS(3012), [anon_sym_class] = ACTIONS(3012), [anon_sym_struct] = ACTIONS(3012), [anon_sym_union] = ACTIONS(3012), [anon_sym_if] = ACTIONS(3012), [anon_sym_else] = ACTIONS(3012), [anon_sym_switch] = ACTIONS(3012), [anon_sym_case] = ACTIONS(3012), [anon_sym_default] = ACTIONS(3012), [anon_sym_while] = ACTIONS(3012), [anon_sym_do] = ACTIONS(3012), [anon_sym_for] = ACTIONS(3012), [anon_sym_return] = ACTIONS(3012), [anon_sym_break] = ACTIONS(3012), [anon_sym_continue] = ACTIONS(3012), [anon_sym_goto] = ACTIONS(3012), [anon_sym_not] = ACTIONS(3012), [anon_sym_compl] = ACTIONS(3012), [anon_sym_DASH_DASH] = ACTIONS(3014), [anon_sym_PLUS_PLUS] = ACTIONS(3014), [anon_sym_sizeof] = ACTIONS(3012), [anon_sym_offsetof] = ACTIONS(3012), [anon_sym__Generic] = ACTIONS(3012), [anon_sym_asm] = ACTIONS(3012), [anon_sym___asm__] = ACTIONS(3012), [sym_number_literal] = ACTIONS(3014), [anon_sym_L_SQUOTE] = ACTIONS(3014), [anon_sym_u_SQUOTE] = ACTIONS(3014), [anon_sym_U_SQUOTE] = ACTIONS(3014), [anon_sym_u8_SQUOTE] = ACTIONS(3014), [anon_sym_SQUOTE] = ACTIONS(3014), [anon_sym_L_DQUOTE] = ACTIONS(3014), [anon_sym_u_DQUOTE] = ACTIONS(3014), [anon_sym_U_DQUOTE] = ACTIONS(3014), [anon_sym_u8_DQUOTE] = ACTIONS(3014), [anon_sym_DQUOTE] = ACTIONS(3014), [sym_true] = ACTIONS(3012), [sym_false] = ACTIONS(3012), [anon_sym_NULL] = ACTIONS(3012), [anon_sym_nullptr] = ACTIONS(3012), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3012), [anon_sym_decltype] = ACTIONS(3012), [anon_sym_virtual] = ACTIONS(3012), [anon_sym_explicit] = ACTIONS(3012), [anon_sym_typename] = ACTIONS(3012), [anon_sym_template] = ACTIONS(3012), [anon_sym_operator] = ACTIONS(3012), [anon_sym_try] = ACTIONS(3012), [anon_sym_delete] = ACTIONS(3012), [anon_sym_throw] = ACTIONS(3012), [anon_sym_namespace] = ACTIONS(3012), [anon_sym_using] = ACTIONS(3012), [anon_sym_static_assert] = ACTIONS(3012), [anon_sym_concept] = ACTIONS(3012), [anon_sym_co_return] = ACTIONS(3012), [anon_sym_co_yield] = ACTIONS(3012), [anon_sym_R_DQUOTE] = ACTIONS(3014), [anon_sym_LR_DQUOTE] = ACTIONS(3014), [anon_sym_uR_DQUOTE] = ACTIONS(3014), [anon_sym_UR_DQUOTE] = ACTIONS(3014), [anon_sym_u8R_DQUOTE] = ACTIONS(3014), [anon_sym_co_await] = ACTIONS(3012), [anon_sym_new] = ACTIONS(3012), [anon_sym_requires] = ACTIONS(3012), [sym_this] = ACTIONS(3012), }, [431] = { [sym_identifier] = ACTIONS(3016), [aux_sym_preproc_include_token1] = ACTIONS(3016), [aux_sym_preproc_def_token1] = ACTIONS(3016), [aux_sym_preproc_if_token1] = ACTIONS(3016), [aux_sym_preproc_if_token2] = ACTIONS(3016), [aux_sym_preproc_ifdef_token1] = ACTIONS(3016), [aux_sym_preproc_ifdef_token2] = ACTIONS(3016), [aux_sym_preproc_else_token1] = ACTIONS(3016), [aux_sym_preproc_elif_token1] = ACTIONS(3016), [aux_sym_preproc_elifdef_token1] = ACTIONS(3016), [aux_sym_preproc_elifdef_token2] = ACTIONS(3016), [sym_preproc_directive] = ACTIONS(3016), [anon_sym_LPAREN2] = ACTIONS(3018), [anon_sym_BANG] = ACTIONS(3018), [anon_sym_TILDE] = ACTIONS(3018), [anon_sym_DASH] = ACTIONS(3016), [anon_sym_PLUS] = ACTIONS(3016), [anon_sym_STAR] = ACTIONS(3018), [anon_sym_AMP_AMP] = ACTIONS(3018), [anon_sym_AMP] = ACTIONS(3016), [anon_sym_SEMI] = ACTIONS(3018), [anon_sym_typedef] = ACTIONS(3016), [anon_sym_extern] = ACTIONS(3016), [anon_sym___attribute__] = ACTIONS(3016), [anon_sym_COLON_COLON] = ACTIONS(3018), [anon_sym_LBRACK_LBRACK] = ACTIONS(3018), [anon_sym___declspec] = ACTIONS(3016), [anon_sym___based] = ACTIONS(3016), [anon_sym___cdecl] = ACTIONS(3016), [anon_sym___clrcall] = ACTIONS(3016), [anon_sym___stdcall] = ACTIONS(3016), [anon_sym___fastcall] = ACTIONS(3016), [anon_sym___thiscall] = ACTIONS(3016), [anon_sym___vectorcall] = ACTIONS(3016), [anon_sym_LBRACE] = ACTIONS(3018), [anon_sym_signed] = ACTIONS(3016), [anon_sym_unsigned] = ACTIONS(3016), [anon_sym_long] = ACTIONS(3016), [anon_sym_short] = ACTIONS(3016), [anon_sym_LBRACK] = ACTIONS(3016), [anon_sym_static] = ACTIONS(3016), [anon_sym_register] = ACTIONS(3016), [anon_sym_inline] = ACTIONS(3016), [anon_sym_thread_local] = ACTIONS(3016), [anon_sym_const] = ACTIONS(3016), [anon_sym_constexpr] = ACTIONS(3016), [anon_sym_volatile] = ACTIONS(3016), [anon_sym_restrict] = ACTIONS(3016), [anon_sym___restrict__] = ACTIONS(3016), [anon_sym__Atomic] = ACTIONS(3016), [anon_sym__Noreturn] = ACTIONS(3016), [anon_sym_noreturn] = ACTIONS(3016), [anon_sym_mutable] = ACTIONS(3016), [anon_sym_constinit] = ACTIONS(3016), [anon_sym_consteval] = ACTIONS(3016), [sym_primitive_type] = ACTIONS(3016), [anon_sym_enum] = ACTIONS(3016), [anon_sym_class] = ACTIONS(3016), [anon_sym_struct] = ACTIONS(3016), [anon_sym_union] = ACTIONS(3016), [anon_sym_if] = ACTIONS(3016), [anon_sym_else] = ACTIONS(3016), [anon_sym_switch] = ACTIONS(3016), [anon_sym_case] = ACTIONS(3016), [anon_sym_default] = ACTIONS(3016), [anon_sym_while] = ACTIONS(3016), [anon_sym_do] = ACTIONS(3016), [anon_sym_for] = ACTIONS(3016), [anon_sym_return] = ACTIONS(3016), [anon_sym_break] = ACTIONS(3016), [anon_sym_continue] = ACTIONS(3016), [anon_sym_goto] = ACTIONS(3016), [anon_sym_not] = ACTIONS(3016), [anon_sym_compl] = ACTIONS(3016), [anon_sym_DASH_DASH] = ACTIONS(3018), [anon_sym_PLUS_PLUS] = ACTIONS(3018), [anon_sym_sizeof] = ACTIONS(3016), [anon_sym_offsetof] = ACTIONS(3016), [anon_sym__Generic] = ACTIONS(3016), [anon_sym_asm] = ACTIONS(3016), [anon_sym___asm__] = ACTIONS(3016), [sym_number_literal] = ACTIONS(3018), [anon_sym_L_SQUOTE] = ACTIONS(3018), [anon_sym_u_SQUOTE] = ACTIONS(3018), [anon_sym_U_SQUOTE] = ACTIONS(3018), [anon_sym_u8_SQUOTE] = ACTIONS(3018), [anon_sym_SQUOTE] = ACTIONS(3018), [anon_sym_L_DQUOTE] = ACTIONS(3018), [anon_sym_u_DQUOTE] = ACTIONS(3018), [anon_sym_U_DQUOTE] = ACTIONS(3018), [anon_sym_u8_DQUOTE] = ACTIONS(3018), [anon_sym_DQUOTE] = ACTIONS(3018), [sym_true] = ACTIONS(3016), [sym_false] = ACTIONS(3016), [anon_sym_NULL] = ACTIONS(3016), [anon_sym_nullptr] = ACTIONS(3016), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3016), [anon_sym_decltype] = ACTIONS(3016), [anon_sym_virtual] = ACTIONS(3016), [anon_sym_explicit] = ACTIONS(3016), [anon_sym_typename] = ACTIONS(3016), [anon_sym_template] = ACTIONS(3016), [anon_sym_operator] = ACTIONS(3016), [anon_sym_try] = ACTIONS(3016), [anon_sym_delete] = ACTIONS(3016), [anon_sym_throw] = ACTIONS(3016), [anon_sym_namespace] = ACTIONS(3016), [anon_sym_using] = ACTIONS(3016), [anon_sym_static_assert] = ACTIONS(3016), [anon_sym_concept] = ACTIONS(3016), [anon_sym_co_return] = ACTIONS(3016), [anon_sym_co_yield] = ACTIONS(3016), [anon_sym_R_DQUOTE] = ACTIONS(3018), [anon_sym_LR_DQUOTE] = ACTIONS(3018), [anon_sym_uR_DQUOTE] = ACTIONS(3018), [anon_sym_UR_DQUOTE] = ACTIONS(3018), [anon_sym_u8R_DQUOTE] = ACTIONS(3018), [anon_sym_co_await] = ACTIONS(3016), [anon_sym_new] = ACTIONS(3016), [anon_sym_requires] = ACTIONS(3016), [sym_this] = ACTIONS(3016), }, [432] = { [sym_identifier] = ACTIONS(3020), [aux_sym_preproc_include_token1] = ACTIONS(3020), [aux_sym_preproc_def_token1] = ACTIONS(3020), [aux_sym_preproc_if_token1] = ACTIONS(3020), [aux_sym_preproc_if_token2] = ACTIONS(3020), [aux_sym_preproc_ifdef_token1] = ACTIONS(3020), [aux_sym_preproc_ifdef_token2] = ACTIONS(3020), [aux_sym_preproc_else_token1] = ACTIONS(3020), [aux_sym_preproc_elif_token1] = ACTIONS(3020), [aux_sym_preproc_elifdef_token1] = ACTIONS(3020), [aux_sym_preproc_elifdef_token2] = ACTIONS(3020), [sym_preproc_directive] = ACTIONS(3020), [anon_sym_LPAREN2] = ACTIONS(3022), [anon_sym_BANG] = ACTIONS(3022), [anon_sym_TILDE] = ACTIONS(3022), [anon_sym_DASH] = ACTIONS(3020), [anon_sym_PLUS] = ACTIONS(3020), [anon_sym_STAR] = ACTIONS(3022), [anon_sym_AMP_AMP] = ACTIONS(3022), [anon_sym_AMP] = ACTIONS(3020), [anon_sym_SEMI] = ACTIONS(3022), [anon_sym_typedef] = ACTIONS(3020), [anon_sym_extern] = ACTIONS(3020), [anon_sym___attribute__] = ACTIONS(3020), [anon_sym_COLON_COLON] = ACTIONS(3022), [anon_sym_LBRACK_LBRACK] = ACTIONS(3022), [anon_sym___declspec] = ACTIONS(3020), [anon_sym___based] = ACTIONS(3020), [anon_sym___cdecl] = ACTIONS(3020), [anon_sym___clrcall] = ACTIONS(3020), [anon_sym___stdcall] = ACTIONS(3020), [anon_sym___fastcall] = ACTIONS(3020), [anon_sym___thiscall] = ACTIONS(3020), [anon_sym___vectorcall] = ACTIONS(3020), [anon_sym_LBRACE] = ACTIONS(3022), [anon_sym_signed] = ACTIONS(3020), [anon_sym_unsigned] = ACTIONS(3020), [anon_sym_long] = ACTIONS(3020), [anon_sym_short] = ACTIONS(3020), [anon_sym_LBRACK] = ACTIONS(3020), [anon_sym_static] = ACTIONS(3020), [anon_sym_register] = ACTIONS(3020), [anon_sym_inline] = ACTIONS(3020), [anon_sym_thread_local] = ACTIONS(3020), [anon_sym_const] = ACTIONS(3020), [anon_sym_constexpr] = ACTIONS(3020), [anon_sym_volatile] = ACTIONS(3020), [anon_sym_restrict] = ACTIONS(3020), [anon_sym___restrict__] = ACTIONS(3020), [anon_sym__Atomic] = ACTIONS(3020), [anon_sym__Noreturn] = ACTIONS(3020), [anon_sym_noreturn] = ACTIONS(3020), [anon_sym_mutable] = ACTIONS(3020), [anon_sym_constinit] = ACTIONS(3020), [anon_sym_consteval] = ACTIONS(3020), [sym_primitive_type] = ACTIONS(3020), [anon_sym_enum] = ACTIONS(3020), [anon_sym_class] = ACTIONS(3020), [anon_sym_struct] = ACTIONS(3020), [anon_sym_union] = ACTIONS(3020), [anon_sym_if] = ACTIONS(3020), [anon_sym_else] = ACTIONS(3020), [anon_sym_switch] = ACTIONS(3020), [anon_sym_case] = ACTIONS(3020), [anon_sym_default] = ACTIONS(3020), [anon_sym_while] = ACTIONS(3020), [anon_sym_do] = ACTIONS(3020), [anon_sym_for] = ACTIONS(3020), [anon_sym_return] = ACTIONS(3020), [anon_sym_break] = ACTIONS(3020), [anon_sym_continue] = ACTIONS(3020), [anon_sym_goto] = ACTIONS(3020), [anon_sym_not] = ACTIONS(3020), [anon_sym_compl] = ACTIONS(3020), [anon_sym_DASH_DASH] = ACTIONS(3022), [anon_sym_PLUS_PLUS] = ACTIONS(3022), [anon_sym_sizeof] = ACTIONS(3020), [anon_sym_offsetof] = ACTIONS(3020), [anon_sym__Generic] = ACTIONS(3020), [anon_sym_asm] = ACTIONS(3020), [anon_sym___asm__] = ACTIONS(3020), [sym_number_literal] = ACTIONS(3022), [anon_sym_L_SQUOTE] = ACTIONS(3022), [anon_sym_u_SQUOTE] = ACTIONS(3022), [anon_sym_U_SQUOTE] = ACTIONS(3022), [anon_sym_u8_SQUOTE] = ACTIONS(3022), [anon_sym_SQUOTE] = ACTIONS(3022), [anon_sym_L_DQUOTE] = ACTIONS(3022), [anon_sym_u_DQUOTE] = ACTIONS(3022), [anon_sym_U_DQUOTE] = ACTIONS(3022), [anon_sym_u8_DQUOTE] = ACTIONS(3022), [anon_sym_DQUOTE] = ACTIONS(3022), [sym_true] = ACTIONS(3020), [sym_false] = ACTIONS(3020), [anon_sym_NULL] = ACTIONS(3020), [anon_sym_nullptr] = ACTIONS(3020), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3020), [anon_sym_decltype] = ACTIONS(3020), [anon_sym_virtual] = ACTIONS(3020), [anon_sym_explicit] = ACTIONS(3020), [anon_sym_typename] = ACTIONS(3020), [anon_sym_template] = ACTIONS(3020), [anon_sym_operator] = ACTIONS(3020), [anon_sym_try] = ACTIONS(3020), [anon_sym_delete] = ACTIONS(3020), [anon_sym_throw] = ACTIONS(3020), [anon_sym_namespace] = ACTIONS(3020), [anon_sym_using] = ACTIONS(3020), [anon_sym_static_assert] = ACTIONS(3020), [anon_sym_concept] = ACTIONS(3020), [anon_sym_co_return] = ACTIONS(3020), [anon_sym_co_yield] = ACTIONS(3020), [anon_sym_R_DQUOTE] = ACTIONS(3022), [anon_sym_LR_DQUOTE] = ACTIONS(3022), [anon_sym_uR_DQUOTE] = ACTIONS(3022), [anon_sym_UR_DQUOTE] = ACTIONS(3022), [anon_sym_u8R_DQUOTE] = ACTIONS(3022), [anon_sym_co_await] = ACTIONS(3020), [anon_sym_new] = ACTIONS(3020), [anon_sym_requires] = ACTIONS(3020), [sym_this] = ACTIONS(3020), }, [433] = { [sym_identifier] = ACTIONS(3024), [aux_sym_preproc_include_token1] = ACTIONS(3024), [aux_sym_preproc_def_token1] = ACTIONS(3024), [aux_sym_preproc_if_token1] = ACTIONS(3024), [aux_sym_preproc_if_token2] = ACTIONS(3024), [aux_sym_preproc_ifdef_token1] = ACTIONS(3024), [aux_sym_preproc_ifdef_token2] = ACTIONS(3024), [aux_sym_preproc_else_token1] = ACTIONS(3024), [aux_sym_preproc_elif_token1] = ACTIONS(3024), [aux_sym_preproc_elifdef_token1] = ACTIONS(3024), [aux_sym_preproc_elifdef_token2] = ACTIONS(3024), [sym_preproc_directive] = ACTIONS(3024), [anon_sym_LPAREN2] = ACTIONS(3026), [anon_sym_BANG] = ACTIONS(3026), [anon_sym_TILDE] = ACTIONS(3026), [anon_sym_DASH] = ACTIONS(3024), [anon_sym_PLUS] = ACTIONS(3024), [anon_sym_STAR] = ACTIONS(3026), [anon_sym_AMP_AMP] = ACTIONS(3026), [anon_sym_AMP] = ACTIONS(3024), [anon_sym_SEMI] = ACTIONS(3026), [anon_sym_typedef] = ACTIONS(3024), [anon_sym_extern] = ACTIONS(3024), [anon_sym___attribute__] = ACTIONS(3024), [anon_sym_COLON_COLON] = ACTIONS(3026), [anon_sym_LBRACK_LBRACK] = ACTIONS(3026), [anon_sym___declspec] = ACTIONS(3024), [anon_sym___based] = ACTIONS(3024), [anon_sym___cdecl] = ACTIONS(3024), [anon_sym___clrcall] = ACTIONS(3024), [anon_sym___stdcall] = ACTIONS(3024), [anon_sym___fastcall] = ACTIONS(3024), [anon_sym___thiscall] = ACTIONS(3024), [anon_sym___vectorcall] = ACTIONS(3024), [anon_sym_LBRACE] = ACTIONS(3026), [anon_sym_signed] = ACTIONS(3024), [anon_sym_unsigned] = ACTIONS(3024), [anon_sym_long] = ACTIONS(3024), [anon_sym_short] = ACTIONS(3024), [anon_sym_LBRACK] = ACTIONS(3024), [anon_sym_static] = ACTIONS(3024), [anon_sym_register] = ACTIONS(3024), [anon_sym_inline] = ACTIONS(3024), [anon_sym_thread_local] = ACTIONS(3024), [anon_sym_const] = ACTIONS(3024), [anon_sym_constexpr] = ACTIONS(3024), [anon_sym_volatile] = ACTIONS(3024), [anon_sym_restrict] = ACTIONS(3024), [anon_sym___restrict__] = ACTIONS(3024), [anon_sym__Atomic] = ACTIONS(3024), [anon_sym__Noreturn] = ACTIONS(3024), [anon_sym_noreturn] = ACTIONS(3024), [anon_sym_mutable] = ACTIONS(3024), [anon_sym_constinit] = ACTIONS(3024), [anon_sym_consteval] = ACTIONS(3024), [sym_primitive_type] = ACTIONS(3024), [anon_sym_enum] = ACTIONS(3024), [anon_sym_class] = ACTIONS(3024), [anon_sym_struct] = ACTIONS(3024), [anon_sym_union] = ACTIONS(3024), [anon_sym_if] = ACTIONS(3024), [anon_sym_else] = ACTIONS(3024), [anon_sym_switch] = ACTIONS(3024), [anon_sym_case] = ACTIONS(3024), [anon_sym_default] = ACTIONS(3024), [anon_sym_while] = ACTIONS(3024), [anon_sym_do] = ACTIONS(3024), [anon_sym_for] = ACTIONS(3024), [anon_sym_return] = ACTIONS(3024), [anon_sym_break] = ACTIONS(3024), [anon_sym_continue] = ACTIONS(3024), [anon_sym_goto] = ACTIONS(3024), [anon_sym_not] = ACTIONS(3024), [anon_sym_compl] = ACTIONS(3024), [anon_sym_DASH_DASH] = ACTIONS(3026), [anon_sym_PLUS_PLUS] = ACTIONS(3026), [anon_sym_sizeof] = ACTIONS(3024), [anon_sym_offsetof] = ACTIONS(3024), [anon_sym__Generic] = ACTIONS(3024), [anon_sym_asm] = ACTIONS(3024), [anon_sym___asm__] = ACTIONS(3024), [sym_number_literal] = ACTIONS(3026), [anon_sym_L_SQUOTE] = ACTIONS(3026), [anon_sym_u_SQUOTE] = ACTIONS(3026), [anon_sym_U_SQUOTE] = ACTIONS(3026), [anon_sym_u8_SQUOTE] = ACTIONS(3026), [anon_sym_SQUOTE] = ACTIONS(3026), [anon_sym_L_DQUOTE] = ACTIONS(3026), [anon_sym_u_DQUOTE] = ACTIONS(3026), [anon_sym_U_DQUOTE] = ACTIONS(3026), [anon_sym_u8_DQUOTE] = ACTIONS(3026), [anon_sym_DQUOTE] = ACTIONS(3026), [sym_true] = ACTIONS(3024), [sym_false] = ACTIONS(3024), [anon_sym_NULL] = ACTIONS(3024), [anon_sym_nullptr] = ACTIONS(3024), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3024), [anon_sym_decltype] = ACTIONS(3024), [anon_sym_virtual] = ACTIONS(3024), [anon_sym_explicit] = ACTIONS(3024), [anon_sym_typename] = ACTIONS(3024), [anon_sym_template] = ACTIONS(3024), [anon_sym_operator] = ACTIONS(3024), [anon_sym_try] = ACTIONS(3024), [anon_sym_delete] = ACTIONS(3024), [anon_sym_throw] = ACTIONS(3024), [anon_sym_namespace] = ACTIONS(3024), [anon_sym_using] = ACTIONS(3024), [anon_sym_static_assert] = ACTIONS(3024), [anon_sym_concept] = ACTIONS(3024), [anon_sym_co_return] = ACTIONS(3024), [anon_sym_co_yield] = ACTIONS(3024), [anon_sym_R_DQUOTE] = ACTIONS(3026), [anon_sym_LR_DQUOTE] = ACTIONS(3026), [anon_sym_uR_DQUOTE] = ACTIONS(3026), [anon_sym_UR_DQUOTE] = ACTIONS(3026), [anon_sym_u8R_DQUOTE] = ACTIONS(3026), [anon_sym_co_await] = ACTIONS(3024), [anon_sym_new] = ACTIONS(3024), [anon_sym_requires] = ACTIONS(3024), [sym_this] = ACTIONS(3024), }, [434] = { [sym_identifier] = ACTIONS(3028), [aux_sym_preproc_include_token1] = ACTIONS(3028), [aux_sym_preproc_def_token1] = ACTIONS(3028), [aux_sym_preproc_if_token1] = ACTIONS(3028), [aux_sym_preproc_if_token2] = ACTIONS(3028), [aux_sym_preproc_ifdef_token1] = ACTIONS(3028), [aux_sym_preproc_ifdef_token2] = ACTIONS(3028), [aux_sym_preproc_else_token1] = ACTIONS(3028), [aux_sym_preproc_elif_token1] = ACTIONS(3028), [aux_sym_preproc_elifdef_token1] = ACTIONS(3028), [aux_sym_preproc_elifdef_token2] = ACTIONS(3028), [sym_preproc_directive] = ACTIONS(3028), [anon_sym_LPAREN2] = ACTIONS(3030), [anon_sym_BANG] = ACTIONS(3030), [anon_sym_TILDE] = ACTIONS(3030), [anon_sym_DASH] = ACTIONS(3028), [anon_sym_PLUS] = ACTIONS(3028), [anon_sym_STAR] = ACTIONS(3030), [anon_sym_AMP_AMP] = ACTIONS(3030), [anon_sym_AMP] = ACTIONS(3028), [anon_sym_SEMI] = ACTIONS(3030), [anon_sym_typedef] = ACTIONS(3028), [anon_sym_extern] = ACTIONS(3028), [anon_sym___attribute__] = ACTIONS(3028), [anon_sym_COLON_COLON] = ACTIONS(3030), [anon_sym_LBRACK_LBRACK] = ACTIONS(3030), [anon_sym___declspec] = ACTIONS(3028), [anon_sym___based] = ACTIONS(3028), [anon_sym___cdecl] = ACTIONS(3028), [anon_sym___clrcall] = ACTIONS(3028), [anon_sym___stdcall] = ACTIONS(3028), [anon_sym___fastcall] = ACTIONS(3028), [anon_sym___thiscall] = ACTIONS(3028), [anon_sym___vectorcall] = ACTIONS(3028), [anon_sym_LBRACE] = ACTIONS(3030), [anon_sym_signed] = ACTIONS(3028), [anon_sym_unsigned] = ACTIONS(3028), [anon_sym_long] = ACTIONS(3028), [anon_sym_short] = ACTIONS(3028), [anon_sym_LBRACK] = ACTIONS(3028), [anon_sym_static] = ACTIONS(3028), [anon_sym_register] = ACTIONS(3028), [anon_sym_inline] = ACTIONS(3028), [anon_sym_thread_local] = ACTIONS(3028), [anon_sym_const] = ACTIONS(3028), [anon_sym_constexpr] = ACTIONS(3028), [anon_sym_volatile] = ACTIONS(3028), [anon_sym_restrict] = ACTIONS(3028), [anon_sym___restrict__] = ACTIONS(3028), [anon_sym__Atomic] = ACTIONS(3028), [anon_sym__Noreturn] = ACTIONS(3028), [anon_sym_noreturn] = ACTIONS(3028), [anon_sym_mutable] = ACTIONS(3028), [anon_sym_constinit] = ACTIONS(3028), [anon_sym_consteval] = ACTIONS(3028), [sym_primitive_type] = ACTIONS(3028), [anon_sym_enum] = ACTIONS(3028), [anon_sym_class] = ACTIONS(3028), [anon_sym_struct] = ACTIONS(3028), [anon_sym_union] = ACTIONS(3028), [anon_sym_if] = ACTIONS(3028), [anon_sym_else] = ACTIONS(3028), [anon_sym_switch] = ACTIONS(3028), [anon_sym_case] = ACTIONS(3028), [anon_sym_default] = ACTIONS(3028), [anon_sym_while] = ACTIONS(3028), [anon_sym_do] = ACTIONS(3028), [anon_sym_for] = ACTIONS(3028), [anon_sym_return] = ACTIONS(3028), [anon_sym_break] = ACTIONS(3028), [anon_sym_continue] = ACTIONS(3028), [anon_sym_goto] = ACTIONS(3028), [anon_sym_not] = ACTIONS(3028), [anon_sym_compl] = ACTIONS(3028), [anon_sym_DASH_DASH] = ACTIONS(3030), [anon_sym_PLUS_PLUS] = ACTIONS(3030), [anon_sym_sizeof] = ACTIONS(3028), [anon_sym_offsetof] = ACTIONS(3028), [anon_sym__Generic] = ACTIONS(3028), [anon_sym_asm] = ACTIONS(3028), [anon_sym___asm__] = ACTIONS(3028), [sym_number_literal] = ACTIONS(3030), [anon_sym_L_SQUOTE] = ACTIONS(3030), [anon_sym_u_SQUOTE] = ACTIONS(3030), [anon_sym_U_SQUOTE] = ACTIONS(3030), [anon_sym_u8_SQUOTE] = ACTIONS(3030), [anon_sym_SQUOTE] = ACTIONS(3030), [anon_sym_L_DQUOTE] = ACTIONS(3030), [anon_sym_u_DQUOTE] = ACTIONS(3030), [anon_sym_U_DQUOTE] = ACTIONS(3030), [anon_sym_u8_DQUOTE] = ACTIONS(3030), [anon_sym_DQUOTE] = ACTIONS(3030), [sym_true] = ACTIONS(3028), [sym_false] = ACTIONS(3028), [anon_sym_NULL] = ACTIONS(3028), [anon_sym_nullptr] = ACTIONS(3028), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3028), [anon_sym_decltype] = ACTIONS(3028), [anon_sym_virtual] = ACTIONS(3028), [anon_sym_explicit] = ACTIONS(3028), [anon_sym_typename] = ACTIONS(3028), [anon_sym_template] = ACTIONS(3028), [anon_sym_operator] = ACTIONS(3028), [anon_sym_try] = ACTIONS(3028), [anon_sym_delete] = ACTIONS(3028), [anon_sym_throw] = ACTIONS(3028), [anon_sym_namespace] = ACTIONS(3028), [anon_sym_using] = ACTIONS(3028), [anon_sym_static_assert] = ACTIONS(3028), [anon_sym_concept] = ACTIONS(3028), [anon_sym_co_return] = ACTIONS(3028), [anon_sym_co_yield] = ACTIONS(3028), [anon_sym_R_DQUOTE] = ACTIONS(3030), [anon_sym_LR_DQUOTE] = ACTIONS(3030), [anon_sym_uR_DQUOTE] = ACTIONS(3030), [anon_sym_UR_DQUOTE] = ACTIONS(3030), [anon_sym_u8R_DQUOTE] = ACTIONS(3030), [anon_sym_co_await] = ACTIONS(3028), [anon_sym_new] = ACTIONS(3028), [anon_sym_requires] = ACTIONS(3028), [sym_this] = ACTIONS(3028), }, [435] = { [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_if_token2] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [aux_sym_preproc_else_token1] = ACTIONS(2922), [aux_sym_preproc_elif_token1] = ACTIONS(2922), [aux_sym_preproc_elifdef_token1] = ACTIONS(2922), [aux_sym_preproc_elifdef_token2] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [436] = { [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_if_token2] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [aux_sym_preproc_else_token1] = ACTIONS(2922), [aux_sym_preproc_elif_token1] = ACTIONS(2922), [aux_sym_preproc_elifdef_token1] = ACTIONS(2922), [aux_sym_preproc_elifdef_token2] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [437] = { [sym_identifier] = ACTIONS(3032), [aux_sym_preproc_include_token1] = ACTIONS(3032), [aux_sym_preproc_def_token1] = ACTIONS(3032), [aux_sym_preproc_if_token1] = ACTIONS(3032), [aux_sym_preproc_if_token2] = ACTIONS(3032), [aux_sym_preproc_ifdef_token1] = ACTIONS(3032), [aux_sym_preproc_ifdef_token2] = ACTIONS(3032), [aux_sym_preproc_else_token1] = ACTIONS(3032), [aux_sym_preproc_elif_token1] = ACTIONS(3032), [aux_sym_preproc_elifdef_token1] = ACTIONS(3032), [aux_sym_preproc_elifdef_token2] = ACTIONS(3032), [sym_preproc_directive] = ACTIONS(3032), [anon_sym_LPAREN2] = ACTIONS(3034), [anon_sym_BANG] = ACTIONS(3034), [anon_sym_TILDE] = ACTIONS(3034), [anon_sym_DASH] = ACTIONS(3032), [anon_sym_PLUS] = ACTIONS(3032), [anon_sym_STAR] = ACTIONS(3034), [anon_sym_AMP_AMP] = ACTIONS(3034), [anon_sym_AMP] = ACTIONS(3032), [anon_sym_SEMI] = ACTIONS(3034), [anon_sym_typedef] = ACTIONS(3032), [anon_sym_extern] = ACTIONS(3032), [anon_sym___attribute__] = ACTIONS(3032), [anon_sym_COLON_COLON] = ACTIONS(3034), [anon_sym_LBRACK_LBRACK] = ACTIONS(3034), [anon_sym___declspec] = ACTIONS(3032), [anon_sym___based] = ACTIONS(3032), [anon_sym___cdecl] = ACTIONS(3032), [anon_sym___clrcall] = ACTIONS(3032), [anon_sym___stdcall] = ACTIONS(3032), [anon_sym___fastcall] = ACTIONS(3032), [anon_sym___thiscall] = ACTIONS(3032), [anon_sym___vectorcall] = ACTIONS(3032), [anon_sym_LBRACE] = ACTIONS(3034), [anon_sym_signed] = ACTIONS(3032), [anon_sym_unsigned] = ACTIONS(3032), [anon_sym_long] = ACTIONS(3032), [anon_sym_short] = ACTIONS(3032), [anon_sym_LBRACK] = ACTIONS(3032), [anon_sym_static] = ACTIONS(3032), [anon_sym_register] = ACTIONS(3032), [anon_sym_inline] = ACTIONS(3032), [anon_sym_thread_local] = ACTIONS(3032), [anon_sym_const] = ACTIONS(3032), [anon_sym_constexpr] = ACTIONS(3032), [anon_sym_volatile] = ACTIONS(3032), [anon_sym_restrict] = ACTIONS(3032), [anon_sym___restrict__] = ACTIONS(3032), [anon_sym__Atomic] = ACTIONS(3032), [anon_sym__Noreturn] = ACTIONS(3032), [anon_sym_noreturn] = ACTIONS(3032), [anon_sym_mutable] = ACTIONS(3032), [anon_sym_constinit] = ACTIONS(3032), [anon_sym_consteval] = ACTIONS(3032), [sym_primitive_type] = ACTIONS(3032), [anon_sym_enum] = ACTIONS(3032), [anon_sym_class] = ACTIONS(3032), [anon_sym_struct] = ACTIONS(3032), [anon_sym_union] = ACTIONS(3032), [anon_sym_if] = ACTIONS(3032), [anon_sym_else] = ACTIONS(3032), [anon_sym_switch] = ACTIONS(3032), [anon_sym_case] = ACTIONS(3032), [anon_sym_default] = ACTIONS(3032), [anon_sym_while] = ACTIONS(3032), [anon_sym_do] = ACTIONS(3032), [anon_sym_for] = ACTIONS(3032), [anon_sym_return] = ACTIONS(3032), [anon_sym_break] = ACTIONS(3032), [anon_sym_continue] = ACTIONS(3032), [anon_sym_goto] = ACTIONS(3032), [anon_sym_not] = ACTIONS(3032), [anon_sym_compl] = ACTIONS(3032), [anon_sym_DASH_DASH] = ACTIONS(3034), [anon_sym_PLUS_PLUS] = ACTIONS(3034), [anon_sym_sizeof] = ACTIONS(3032), [anon_sym_offsetof] = ACTIONS(3032), [anon_sym__Generic] = ACTIONS(3032), [anon_sym_asm] = ACTIONS(3032), [anon_sym___asm__] = ACTIONS(3032), [sym_number_literal] = ACTIONS(3034), [anon_sym_L_SQUOTE] = ACTIONS(3034), [anon_sym_u_SQUOTE] = ACTIONS(3034), [anon_sym_U_SQUOTE] = ACTIONS(3034), [anon_sym_u8_SQUOTE] = ACTIONS(3034), [anon_sym_SQUOTE] = ACTIONS(3034), [anon_sym_L_DQUOTE] = ACTIONS(3034), [anon_sym_u_DQUOTE] = ACTIONS(3034), [anon_sym_U_DQUOTE] = ACTIONS(3034), [anon_sym_u8_DQUOTE] = ACTIONS(3034), [anon_sym_DQUOTE] = ACTIONS(3034), [sym_true] = ACTIONS(3032), [sym_false] = ACTIONS(3032), [anon_sym_NULL] = ACTIONS(3032), [anon_sym_nullptr] = ACTIONS(3032), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3032), [anon_sym_decltype] = ACTIONS(3032), [anon_sym_virtual] = ACTIONS(3032), [anon_sym_explicit] = ACTIONS(3032), [anon_sym_typename] = ACTIONS(3032), [anon_sym_template] = ACTIONS(3032), [anon_sym_operator] = ACTIONS(3032), [anon_sym_try] = ACTIONS(3032), [anon_sym_delete] = ACTIONS(3032), [anon_sym_throw] = ACTIONS(3032), [anon_sym_namespace] = ACTIONS(3032), [anon_sym_using] = ACTIONS(3032), [anon_sym_static_assert] = ACTIONS(3032), [anon_sym_concept] = ACTIONS(3032), [anon_sym_co_return] = ACTIONS(3032), [anon_sym_co_yield] = ACTIONS(3032), [anon_sym_R_DQUOTE] = ACTIONS(3034), [anon_sym_LR_DQUOTE] = ACTIONS(3034), [anon_sym_uR_DQUOTE] = ACTIONS(3034), [anon_sym_UR_DQUOTE] = ACTIONS(3034), [anon_sym_u8R_DQUOTE] = ACTIONS(3034), [anon_sym_co_await] = ACTIONS(3032), [anon_sym_new] = ACTIONS(3032), [anon_sym_requires] = ACTIONS(3032), [sym_this] = ACTIONS(3032), }, [438] = { [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_if_token2] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [aux_sym_preproc_else_token1] = ACTIONS(2922), [aux_sym_preproc_elif_token1] = ACTIONS(2922), [aux_sym_preproc_elifdef_token1] = ACTIONS(2922), [aux_sym_preproc_elifdef_token2] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [439] = { [sym_identifier] = ACTIONS(3036), [aux_sym_preproc_include_token1] = ACTIONS(3036), [aux_sym_preproc_def_token1] = ACTIONS(3036), [aux_sym_preproc_if_token1] = ACTIONS(3036), [aux_sym_preproc_if_token2] = ACTIONS(3036), [aux_sym_preproc_ifdef_token1] = ACTIONS(3036), [aux_sym_preproc_ifdef_token2] = ACTIONS(3036), [aux_sym_preproc_else_token1] = ACTIONS(3036), [aux_sym_preproc_elif_token1] = ACTIONS(3036), [aux_sym_preproc_elifdef_token1] = ACTIONS(3036), [aux_sym_preproc_elifdef_token2] = ACTIONS(3036), [sym_preproc_directive] = ACTIONS(3036), [anon_sym_LPAREN2] = ACTIONS(3038), [anon_sym_BANG] = ACTIONS(3038), [anon_sym_TILDE] = ACTIONS(3038), [anon_sym_DASH] = ACTIONS(3036), [anon_sym_PLUS] = ACTIONS(3036), [anon_sym_STAR] = ACTIONS(3038), [anon_sym_AMP_AMP] = ACTIONS(3038), [anon_sym_AMP] = ACTIONS(3036), [anon_sym_SEMI] = ACTIONS(3038), [anon_sym_typedef] = ACTIONS(3036), [anon_sym_extern] = ACTIONS(3036), [anon_sym___attribute__] = ACTIONS(3036), [anon_sym_COLON_COLON] = ACTIONS(3038), [anon_sym_LBRACK_LBRACK] = ACTIONS(3038), [anon_sym___declspec] = ACTIONS(3036), [anon_sym___based] = ACTIONS(3036), [anon_sym___cdecl] = ACTIONS(3036), [anon_sym___clrcall] = ACTIONS(3036), [anon_sym___stdcall] = ACTIONS(3036), [anon_sym___fastcall] = ACTIONS(3036), [anon_sym___thiscall] = ACTIONS(3036), [anon_sym___vectorcall] = ACTIONS(3036), [anon_sym_LBRACE] = ACTIONS(3038), [anon_sym_signed] = ACTIONS(3036), [anon_sym_unsigned] = ACTIONS(3036), [anon_sym_long] = ACTIONS(3036), [anon_sym_short] = ACTIONS(3036), [anon_sym_LBRACK] = ACTIONS(3036), [anon_sym_static] = ACTIONS(3036), [anon_sym_register] = ACTIONS(3036), [anon_sym_inline] = ACTIONS(3036), [anon_sym_thread_local] = ACTIONS(3036), [anon_sym_const] = ACTIONS(3036), [anon_sym_constexpr] = ACTIONS(3036), [anon_sym_volatile] = ACTIONS(3036), [anon_sym_restrict] = ACTIONS(3036), [anon_sym___restrict__] = ACTIONS(3036), [anon_sym__Atomic] = ACTIONS(3036), [anon_sym__Noreturn] = ACTIONS(3036), [anon_sym_noreturn] = ACTIONS(3036), [anon_sym_mutable] = ACTIONS(3036), [anon_sym_constinit] = ACTIONS(3036), [anon_sym_consteval] = ACTIONS(3036), [sym_primitive_type] = ACTIONS(3036), [anon_sym_enum] = ACTIONS(3036), [anon_sym_class] = ACTIONS(3036), [anon_sym_struct] = ACTIONS(3036), [anon_sym_union] = ACTIONS(3036), [anon_sym_if] = ACTIONS(3036), [anon_sym_else] = ACTIONS(3036), [anon_sym_switch] = ACTIONS(3036), [anon_sym_case] = ACTIONS(3036), [anon_sym_default] = ACTIONS(3036), [anon_sym_while] = ACTIONS(3036), [anon_sym_do] = ACTIONS(3036), [anon_sym_for] = ACTIONS(3036), [anon_sym_return] = ACTIONS(3036), [anon_sym_break] = ACTIONS(3036), [anon_sym_continue] = ACTIONS(3036), [anon_sym_goto] = ACTIONS(3036), [anon_sym_not] = ACTIONS(3036), [anon_sym_compl] = ACTIONS(3036), [anon_sym_DASH_DASH] = ACTIONS(3038), [anon_sym_PLUS_PLUS] = ACTIONS(3038), [anon_sym_sizeof] = ACTIONS(3036), [anon_sym_offsetof] = ACTIONS(3036), [anon_sym__Generic] = ACTIONS(3036), [anon_sym_asm] = ACTIONS(3036), [anon_sym___asm__] = ACTIONS(3036), [sym_number_literal] = ACTIONS(3038), [anon_sym_L_SQUOTE] = ACTIONS(3038), [anon_sym_u_SQUOTE] = ACTIONS(3038), [anon_sym_U_SQUOTE] = ACTIONS(3038), [anon_sym_u8_SQUOTE] = ACTIONS(3038), [anon_sym_SQUOTE] = ACTIONS(3038), [anon_sym_L_DQUOTE] = ACTIONS(3038), [anon_sym_u_DQUOTE] = ACTIONS(3038), [anon_sym_U_DQUOTE] = ACTIONS(3038), [anon_sym_u8_DQUOTE] = ACTIONS(3038), [anon_sym_DQUOTE] = ACTIONS(3038), [sym_true] = ACTIONS(3036), [sym_false] = ACTIONS(3036), [anon_sym_NULL] = ACTIONS(3036), [anon_sym_nullptr] = ACTIONS(3036), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3036), [anon_sym_decltype] = ACTIONS(3036), [anon_sym_virtual] = ACTIONS(3036), [anon_sym_explicit] = ACTIONS(3036), [anon_sym_typename] = ACTIONS(3036), [anon_sym_template] = ACTIONS(3036), [anon_sym_operator] = ACTIONS(3036), [anon_sym_try] = ACTIONS(3036), [anon_sym_delete] = ACTIONS(3036), [anon_sym_throw] = ACTIONS(3036), [anon_sym_namespace] = ACTIONS(3036), [anon_sym_using] = ACTIONS(3036), [anon_sym_static_assert] = ACTIONS(3036), [anon_sym_concept] = ACTIONS(3036), [anon_sym_co_return] = ACTIONS(3036), [anon_sym_co_yield] = ACTIONS(3036), [anon_sym_R_DQUOTE] = ACTIONS(3038), [anon_sym_LR_DQUOTE] = ACTIONS(3038), [anon_sym_uR_DQUOTE] = ACTIONS(3038), [anon_sym_UR_DQUOTE] = ACTIONS(3038), [anon_sym_u8R_DQUOTE] = ACTIONS(3038), [anon_sym_co_await] = ACTIONS(3036), [anon_sym_new] = ACTIONS(3036), [anon_sym_requires] = ACTIONS(3036), [sym_this] = ACTIONS(3036), }, [440] = { [sym_identifier] = ACTIONS(3040), [aux_sym_preproc_include_token1] = ACTIONS(3040), [aux_sym_preproc_def_token1] = ACTIONS(3040), [aux_sym_preproc_if_token1] = ACTIONS(3040), [aux_sym_preproc_if_token2] = ACTIONS(3040), [aux_sym_preproc_ifdef_token1] = ACTIONS(3040), [aux_sym_preproc_ifdef_token2] = ACTIONS(3040), [aux_sym_preproc_else_token1] = ACTIONS(3040), [aux_sym_preproc_elif_token1] = ACTIONS(3040), [aux_sym_preproc_elifdef_token1] = ACTIONS(3040), [aux_sym_preproc_elifdef_token2] = ACTIONS(3040), [sym_preproc_directive] = ACTIONS(3040), [anon_sym_LPAREN2] = ACTIONS(3042), [anon_sym_BANG] = ACTIONS(3042), [anon_sym_TILDE] = ACTIONS(3042), [anon_sym_DASH] = ACTIONS(3040), [anon_sym_PLUS] = ACTIONS(3040), [anon_sym_STAR] = ACTIONS(3042), [anon_sym_AMP_AMP] = ACTIONS(3042), [anon_sym_AMP] = ACTIONS(3040), [anon_sym_SEMI] = ACTIONS(3042), [anon_sym_typedef] = ACTIONS(3040), [anon_sym_extern] = ACTIONS(3040), [anon_sym___attribute__] = ACTIONS(3040), [anon_sym_COLON_COLON] = ACTIONS(3042), [anon_sym_LBRACK_LBRACK] = ACTIONS(3042), [anon_sym___declspec] = ACTIONS(3040), [anon_sym___based] = ACTIONS(3040), [anon_sym___cdecl] = ACTIONS(3040), [anon_sym___clrcall] = ACTIONS(3040), [anon_sym___stdcall] = ACTIONS(3040), [anon_sym___fastcall] = ACTIONS(3040), [anon_sym___thiscall] = ACTIONS(3040), [anon_sym___vectorcall] = ACTIONS(3040), [anon_sym_LBRACE] = ACTIONS(3042), [anon_sym_signed] = ACTIONS(3040), [anon_sym_unsigned] = ACTIONS(3040), [anon_sym_long] = ACTIONS(3040), [anon_sym_short] = ACTIONS(3040), [anon_sym_LBRACK] = ACTIONS(3040), [anon_sym_static] = ACTIONS(3040), [anon_sym_register] = ACTIONS(3040), [anon_sym_inline] = ACTIONS(3040), [anon_sym_thread_local] = ACTIONS(3040), [anon_sym_const] = ACTIONS(3040), [anon_sym_constexpr] = ACTIONS(3040), [anon_sym_volatile] = ACTIONS(3040), [anon_sym_restrict] = ACTIONS(3040), [anon_sym___restrict__] = ACTIONS(3040), [anon_sym__Atomic] = ACTIONS(3040), [anon_sym__Noreturn] = ACTIONS(3040), [anon_sym_noreturn] = ACTIONS(3040), [anon_sym_mutable] = ACTIONS(3040), [anon_sym_constinit] = ACTIONS(3040), [anon_sym_consteval] = ACTIONS(3040), [sym_primitive_type] = ACTIONS(3040), [anon_sym_enum] = ACTIONS(3040), [anon_sym_class] = ACTIONS(3040), [anon_sym_struct] = ACTIONS(3040), [anon_sym_union] = ACTIONS(3040), [anon_sym_if] = ACTIONS(3040), [anon_sym_else] = ACTIONS(3040), [anon_sym_switch] = ACTIONS(3040), [anon_sym_case] = ACTIONS(3040), [anon_sym_default] = ACTIONS(3040), [anon_sym_while] = ACTIONS(3040), [anon_sym_do] = ACTIONS(3040), [anon_sym_for] = ACTIONS(3040), [anon_sym_return] = ACTIONS(3040), [anon_sym_break] = ACTIONS(3040), [anon_sym_continue] = ACTIONS(3040), [anon_sym_goto] = ACTIONS(3040), [anon_sym_not] = ACTIONS(3040), [anon_sym_compl] = ACTIONS(3040), [anon_sym_DASH_DASH] = ACTIONS(3042), [anon_sym_PLUS_PLUS] = ACTIONS(3042), [anon_sym_sizeof] = ACTIONS(3040), [anon_sym_offsetof] = ACTIONS(3040), [anon_sym__Generic] = ACTIONS(3040), [anon_sym_asm] = ACTIONS(3040), [anon_sym___asm__] = ACTIONS(3040), [sym_number_literal] = ACTIONS(3042), [anon_sym_L_SQUOTE] = ACTIONS(3042), [anon_sym_u_SQUOTE] = ACTIONS(3042), [anon_sym_U_SQUOTE] = ACTIONS(3042), [anon_sym_u8_SQUOTE] = ACTIONS(3042), [anon_sym_SQUOTE] = ACTIONS(3042), [anon_sym_L_DQUOTE] = ACTIONS(3042), [anon_sym_u_DQUOTE] = ACTIONS(3042), [anon_sym_U_DQUOTE] = ACTIONS(3042), [anon_sym_u8_DQUOTE] = ACTIONS(3042), [anon_sym_DQUOTE] = ACTIONS(3042), [sym_true] = ACTIONS(3040), [sym_false] = ACTIONS(3040), [anon_sym_NULL] = ACTIONS(3040), [anon_sym_nullptr] = ACTIONS(3040), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3040), [anon_sym_decltype] = ACTIONS(3040), [anon_sym_virtual] = ACTIONS(3040), [anon_sym_explicit] = ACTIONS(3040), [anon_sym_typename] = ACTIONS(3040), [anon_sym_template] = ACTIONS(3040), [anon_sym_operator] = ACTIONS(3040), [anon_sym_try] = ACTIONS(3040), [anon_sym_delete] = ACTIONS(3040), [anon_sym_throw] = ACTIONS(3040), [anon_sym_namespace] = ACTIONS(3040), [anon_sym_using] = ACTIONS(3040), [anon_sym_static_assert] = ACTIONS(3040), [anon_sym_concept] = ACTIONS(3040), [anon_sym_co_return] = ACTIONS(3040), [anon_sym_co_yield] = ACTIONS(3040), [anon_sym_R_DQUOTE] = ACTIONS(3042), [anon_sym_LR_DQUOTE] = ACTIONS(3042), [anon_sym_uR_DQUOTE] = ACTIONS(3042), [anon_sym_UR_DQUOTE] = ACTIONS(3042), [anon_sym_u8R_DQUOTE] = ACTIONS(3042), [anon_sym_co_await] = ACTIONS(3040), [anon_sym_new] = ACTIONS(3040), [anon_sym_requires] = ACTIONS(3040), [sym_this] = ACTIONS(3040), }, [441] = { [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_if_token2] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [aux_sym_preproc_else_token1] = ACTIONS(2922), [aux_sym_preproc_elif_token1] = ACTIONS(2922), [aux_sym_preproc_elifdef_token1] = ACTIONS(2922), [aux_sym_preproc_elifdef_token2] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [442] = { [sym_identifier] = ACTIONS(3044), [aux_sym_preproc_include_token1] = ACTIONS(3044), [aux_sym_preproc_def_token1] = ACTIONS(3044), [aux_sym_preproc_if_token1] = ACTIONS(3044), [aux_sym_preproc_if_token2] = ACTIONS(3044), [aux_sym_preproc_ifdef_token1] = ACTIONS(3044), [aux_sym_preproc_ifdef_token2] = ACTIONS(3044), [aux_sym_preproc_else_token1] = ACTIONS(3044), [aux_sym_preproc_elif_token1] = ACTIONS(3044), [aux_sym_preproc_elifdef_token1] = ACTIONS(3044), [aux_sym_preproc_elifdef_token2] = ACTIONS(3044), [sym_preproc_directive] = ACTIONS(3044), [anon_sym_LPAREN2] = ACTIONS(3046), [anon_sym_BANG] = ACTIONS(3046), [anon_sym_TILDE] = ACTIONS(3046), [anon_sym_DASH] = ACTIONS(3044), [anon_sym_PLUS] = ACTIONS(3044), [anon_sym_STAR] = ACTIONS(3046), [anon_sym_AMP_AMP] = ACTIONS(3046), [anon_sym_AMP] = ACTIONS(3044), [anon_sym_SEMI] = ACTIONS(3046), [anon_sym_typedef] = ACTIONS(3044), [anon_sym_extern] = ACTIONS(3044), [anon_sym___attribute__] = ACTIONS(3044), [anon_sym_COLON_COLON] = ACTIONS(3046), [anon_sym_LBRACK_LBRACK] = ACTIONS(3046), [anon_sym___declspec] = ACTIONS(3044), [anon_sym___based] = ACTIONS(3044), [anon_sym___cdecl] = ACTIONS(3044), [anon_sym___clrcall] = ACTIONS(3044), [anon_sym___stdcall] = ACTIONS(3044), [anon_sym___fastcall] = ACTIONS(3044), [anon_sym___thiscall] = ACTIONS(3044), [anon_sym___vectorcall] = ACTIONS(3044), [anon_sym_LBRACE] = ACTIONS(3046), [anon_sym_signed] = ACTIONS(3044), [anon_sym_unsigned] = ACTIONS(3044), [anon_sym_long] = ACTIONS(3044), [anon_sym_short] = ACTIONS(3044), [anon_sym_LBRACK] = ACTIONS(3044), [anon_sym_static] = ACTIONS(3044), [anon_sym_register] = ACTIONS(3044), [anon_sym_inline] = ACTIONS(3044), [anon_sym_thread_local] = ACTIONS(3044), [anon_sym_const] = ACTIONS(3044), [anon_sym_constexpr] = ACTIONS(3044), [anon_sym_volatile] = ACTIONS(3044), [anon_sym_restrict] = ACTIONS(3044), [anon_sym___restrict__] = ACTIONS(3044), [anon_sym__Atomic] = ACTIONS(3044), [anon_sym__Noreturn] = ACTIONS(3044), [anon_sym_noreturn] = ACTIONS(3044), [anon_sym_mutable] = ACTIONS(3044), [anon_sym_constinit] = ACTIONS(3044), [anon_sym_consteval] = ACTIONS(3044), [sym_primitive_type] = ACTIONS(3044), [anon_sym_enum] = ACTIONS(3044), [anon_sym_class] = ACTIONS(3044), [anon_sym_struct] = ACTIONS(3044), [anon_sym_union] = ACTIONS(3044), [anon_sym_if] = ACTIONS(3044), [anon_sym_else] = ACTIONS(3044), [anon_sym_switch] = ACTIONS(3044), [anon_sym_case] = ACTIONS(3044), [anon_sym_default] = ACTIONS(3044), [anon_sym_while] = ACTIONS(3044), [anon_sym_do] = ACTIONS(3044), [anon_sym_for] = ACTIONS(3044), [anon_sym_return] = ACTIONS(3044), [anon_sym_break] = ACTIONS(3044), [anon_sym_continue] = ACTIONS(3044), [anon_sym_goto] = ACTIONS(3044), [anon_sym_not] = ACTIONS(3044), [anon_sym_compl] = ACTIONS(3044), [anon_sym_DASH_DASH] = ACTIONS(3046), [anon_sym_PLUS_PLUS] = ACTIONS(3046), [anon_sym_sizeof] = ACTIONS(3044), [anon_sym_offsetof] = ACTIONS(3044), [anon_sym__Generic] = ACTIONS(3044), [anon_sym_asm] = ACTIONS(3044), [anon_sym___asm__] = ACTIONS(3044), [sym_number_literal] = ACTIONS(3046), [anon_sym_L_SQUOTE] = ACTIONS(3046), [anon_sym_u_SQUOTE] = ACTIONS(3046), [anon_sym_U_SQUOTE] = ACTIONS(3046), [anon_sym_u8_SQUOTE] = ACTIONS(3046), [anon_sym_SQUOTE] = ACTIONS(3046), [anon_sym_L_DQUOTE] = ACTIONS(3046), [anon_sym_u_DQUOTE] = ACTIONS(3046), [anon_sym_U_DQUOTE] = ACTIONS(3046), [anon_sym_u8_DQUOTE] = ACTIONS(3046), [anon_sym_DQUOTE] = ACTIONS(3046), [sym_true] = ACTIONS(3044), [sym_false] = ACTIONS(3044), [anon_sym_NULL] = ACTIONS(3044), [anon_sym_nullptr] = ACTIONS(3044), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3044), [anon_sym_decltype] = ACTIONS(3044), [anon_sym_virtual] = ACTIONS(3044), [anon_sym_explicit] = ACTIONS(3044), [anon_sym_typename] = ACTIONS(3044), [anon_sym_template] = ACTIONS(3044), [anon_sym_operator] = ACTIONS(3044), [anon_sym_try] = ACTIONS(3044), [anon_sym_delete] = ACTIONS(3044), [anon_sym_throw] = ACTIONS(3044), [anon_sym_namespace] = ACTIONS(3044), [anon_sym_using] = ACTIONS(3044), [anon_sym_static_assert] = ACTIONS(3044), [anon_sym_concept] = ACTIONS(3044), [anon_sym_co_return] = ACTIONS(3044), [anon_sym_co_yield] = ACTIONS(3044), [anon_sym_R_DQUOTE] = ACTIONS(3046), [anon_sym_LR_DQUOTE] = ACTIONS(3046), [anon_sym_uR_DQUOTE] = ACTIONS(3046), [anon_sym_UR_DQUOTE] = ACTIONS(3046), [anon_sym_u8R_DQUOTE] = ACTIONS(3046), [anon_sym_co_await] = ACTIONS(3044), [anon_sym_new] = ACTIONS(3044), [anon_sym_requires] = ACTIONS(3044), [sym_this] = ACTIONS(3044), }, [443] = { [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_if_token2] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [aux_sym_preproc_else_token1] = ACTIONS(2914), [aux_sym_preproc_elif_token1] = ACTIONS(2914), [aux_sym_preproc_elifdef_token1] = ACTIONS(2914), [aux_sym_preproc_elifdef_token2] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [444] = { [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_if_token2] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [aux_sym_preproc_else_token1] = ACTIONS(2914), [aux_sym_preproc_elif_token1] = ACTIONS(2914), [aux_sym_preproc_elifdef_token1] = ACTIONS(2914), [aux_sym_preproc_elifdef_token2] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [445] = { [sym_catch_clause] = STATE(381), [aux_sym_constructor_try_statement_repeat1] = STATE(381), [sym_identifier] = ACTIONS(2883), [aux_sym_preproc_include_token1] = ACTIONS(2883), [aux_sym_preproc_def_token1] = ACTIONS(2883), [aux_sym_preproc_if_token1] = ACTIONS(2883), [aux_sym_preproc_if_token2] = ACTIONS(2883), [aux_sym_preproc_ifdef_token1] = ACTIONS(2883), [aux_sym_preproc_ifdef_token2] = ACTIONS(2883), [aux_sym_preproc_else_token1] = ACTIONS(2883), [aux_sym_preproc_elif_token1] = ACTIONS(2883), [sym_preproc_directive] = ACTIONS(2883), [anon_sym_LPAREN2] = ACTIONS(2885), [anon_sym_BANG] = ACTIONS(2885), [anon_sym_TILDE] = ACTIONS(2885), [anon_sym_DASH] = ACTIONS(2883), [anon_sym_PLUS] = ACTIONS(2883), [anon_sym_STAR] = ACTIONS(2885), [anon_sym_AMP_AMP] = ACTIONS(2885), [anon_sym_AMP] = ACTIONS(2883), [anon_sym_SEMI] = ACTIONS(2885), [anon_sym_typedef] = ACTIONS(2883), [anon_sym_extern] = ACTIONS(2883), [anon_sym___attribute__] = ACTIONS(2883), [anon_sym_COLON_COLON] = ACTIONS(2885), [anon_sym_LBRACK_LBRACK] = ACTIONS(2885), [anon_sym___declspec] = ACTIONS(2883), [anon_sym___based] = ACTIONS(2883), [anon_sym___cdecl] = ACTIONS(2883), [anon_sym___clrcall] = ACTIONS(2883), [anon_sym___stdcall] = ACTIONS(2883), [anon_sym___fastcall] = ACTIONS(2883), [anon_sym___thiscall] = ACTIONS(2883), [anon_sym___vectorcall] = ACTIONS(2883), [anon_sym_LBRACE] = ACTIONS(2885), [anon_sym_signed] = ACTIONS(2883), [anon_sym_unsigned] = ACTIONS(2883), [anon_sym_long] = ACTIONS(2883), [anon_sym_short] = ACTIONS(2883), [anon_sym_LBRACK] = ACTIONS(2883), [anon_sym_static] = ACTIONS(2883), [anon_sym_register] = ACTIONS(2883), [anon_sym_inline] = ACTIONS(2883), [anon_sym_thread_local] = ACTIONS(2883), [anon_sym_const] = ACTIONS(2883), [anon_sym_constexpr] = ACTIONS(2883), [anon_sym_volatile] = ACTIONS(2883), [anon_sym_restrict] = ACTIONS(2883), [anon_sym___restrict__] = ACTIONS(2883), [anon_sym__Atomic] = ACTIONS(2883), [anon_sym__Noreturn] = ACTIONS(2883), [anon_sym_noreturn] = ACTIONS(2883), [anon_sym_mutable] = ACTIONS(2883), [anon_sym_constinit] = ACTIONS(2883), [anon_sym_consteval] = ACTIONS(2883), [sym_primitive_type] = ACTIONS(2883), [anon_sym_enum] = ACTIONS(2883), [anon_sym_class] = ACTIONS(2883), [anon_sym_struct] = ACTIONS(2883), [anon_sym_union] = ACTIONS(2883), [anon_sym_if] = ACTIONS(2883), [anon_sym_switch] = ACTIONS(2883), [anon_sym_case] = ACTIONS(2883), [anon_sym_default] = ACTIONS(2883), [anon_sym_while] = ACTIONS(2883), [anon_sym_do] = ACTIONS(2883), [anon_sym_for] = ACTIONS(2883), [anon_sym_return] = ACTIONS(2883), [anon_sym_break] = ACTIONS(2883), [anon_sym_continue] = ACTIONS(2883), [anon_sym_goto] = ACTIONS(2883), [anon_sym_not] = ACTIONS(2883), [anon_sym_compl] = ACTIONS(2883), [anon_sym_DASH_DASH] = ACTIONS(2885), [anon_sym_PLUS_PLUS] = ACTIONS(2885), [anon_sym_sizeof] = ACTIONS(2883), [anon_sym_offsetof] = ACTIONS(2883), [anon_sym__Generic] = ACTIONS(2883), [anon_sym_asm] = ACTIONS(2883), [anon_sym___asm__] = ACTIONS(2883), [sym_number_literal] = ACTIONS(2885), [anon_sym_L_SQUOTE] = ACTIONS(2885), [anon_sym_u_SQUOTE] = ACTIONS(2885), [anon_sym_U_SQUOTE] = ACTIONS(2885), [anon_sym_u8_SQUOTE] = ACTIONS(2885), [anon_sym_SQUOTE] = ACTIONS(2885), [anon_sym_L_DQUOTE] = ACTIONS(2885), [anon_sym_u_DQUOTE] = ACTIONS(2885), [anon_sym_U_DQUOTE] = ACTIONS(2885), [anon_sym_u8_DQUOTE] = ACTIONS(2885), [anon_sym_DQUOTE] = ACTIONS(2885), [sym_true] = ACTIONS(2883), [sym_false] = ACTIONS(2883), [anon_sym_NULL] = ACTIONS(2883), [anon_sym_nullptr] = ACTIONS(2883), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2883), [anon_sym_decltype] = ACTIONS(2883), [anon_sym_virtual] = ACTIONS(2883), [anon_sym_explicit] = ACTIONS(2883), [anon_sym_typename] = ACTIONS(2883), [anon_sym_template] = ACTIONS(2883), [anon_sym_operator] = ACTIONS(2883), [anon_sym_try] = ACTIONS(2883), [anon_sym_delete] = ACTIONS(2883), [anon_sym_throw] = ACTIONS(2883), [anon_sym_namespace] = ACTIONS(2883), [anon_sym_using] = ACTIONS(2883), [anon_sym_static_assert] = ACTIONS(2883), [anon_sym_concept] = ACTIONS(2883), [anon_sym_co_return] = ACTIONS(2883), [anon_sym_co_yield] = ACTIONS(2883), [anon_sym_catch] = ACTIONS(2909), [anon_sym_R_DQUOTE] = ACTIONS(2885), [anon_sym_LR_DQUOTE] = ACTIONS(2885), [anon_sym_uR_DQUOTE] = ACTIONS(2885), [anon_sym_UR_DQUOTE] = ACTIONS(2885), [anon_sym_u8R_DQUOTE] = ACTIONS(2885), [anon_sym_co_await] = ACTIONS(2883), [anon_sym_new] = ACTIONS(2883), [anon_sym_requires] = ACTIONS(2883), [sym_this] = ACTIONS(2883), }, [446] = { [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_if_token2] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [aux_sym_preproc_else_token1] = ACTIONS(2914), [aux_sym_preproc_elif_token1] = ACTIONS(2914), [aux_sym_preproc_elifdef_token1] = ACTIONS(2914), [aux_sym_preproc_elifdef_token2] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [447] = { [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_if_token2] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [aux_sym_preproc_else_token1] = ACTIONS(2914), [aux_sym_preproc_elif_token1] = ACTIONS(2914), [aux_sym_preproc_elifdef_token1] = ACTIONS(2914), [aux_sym_preproc_elifdef_token2] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [448] = { [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_if_token2] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [aux_sym_preproc_else_token1] = ACTIONS(2922), [aux_sym_preproc_elif_token1] = ACTIONS(2922), [aux_sym_preproc_elifdef_token1] = ACTIONS(2922), [aux_sym_preproc_elifdef_token2] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [449] = { [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_if_token2] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [aux_sym_preproc_else_token1] = ACTIONS(2914), [aux_sym_preproc_elif_token1] = ACTIONS(2914), [aux_sym_preproc_elifdef_token1] = ACTIONS(2914), [aux_sym_preproc_elifdef_token2] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [450] = { [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_if_token2] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [aux_sym_preproc_else_token1] = ACTIONS(2922), [aux_sym_preproc_elif_token1] = ACTIONS(2922), [aux_sym_preproc_elifdef_token1] = ACTIONS(2922), [aux_sym_preproc_elifdef_token2] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [451] = { [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_if_token2] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [aux_sym_preproc_else_token1] = ACTIONS(2922), [aux_sym_preproc_elif_token1] = ACTIONS(2922), [aux_sym_preproc_elifdef_token1] = ACTIONS(2922), [aux_sym_preproc_elifdef_token2] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [452] = { [sym_identifier] = ACTIONS(3048), [aux_sym_preproc_include_token1] = ACTIONS(3048), [aux_sym_preproc_def_token1] = ACTIONS(3048), [aux_sym_preproc_if_token1] = ACTIONS(3048), [aux_sym_preproc_if_token2] = ACTIONS(3048), [aux_sym_preproc_ifdef_token1] = ACTIONS(3048), [aux_sym_preproc_ifdef_token2] = ACTIONS(3048), [aux_sym_preproc_else_token1] = ACTIONS(3048), [aux_sym_preproc_elif_token1] = ACTIONS(3048), [aux_sym_preproc_elifdef_token1] = ACTIONS(3048), [aux_sym_preproc_elifdef_token2] = ACTIONS(3048), [sym_preproc_directive] = ACTIONS(3048), [anon_sym_LPAREN2] = ACTIONS(3050), [anon_sym_BANG] = ACTIONS(3050), [anon_sym_TILDE] = ACTIONS(3050), [anon_sym_DASH] = ACTIONS(3048), [anon_sym_PLUS] = ACTIONS(3048), [anon_sym_STAR] = ACTIONS(3050), [anon_sym_AMP_AMP] = ACTIONS(3050), [anon_sym_AMP] = ACTIONS(3048), [anon_sym_SEMI] = ACTIONS(3050), [anon_sym_typedef] = ACTIONS(3048), [anon_sym_extern] = ACTIONS(3048), [anon_sym___attribute__] = ACTIONS(3048), [anon_sym_COLON_COLON] = ACTIONS(3050), [anon_sym_LBRACK_LBRACK] = ACTIONS(3050), [anon_sym___declspec] = ACTIONS(3048), [anon_sym___based] = ACTIONS(3048), [anon_sym___cdecl] = ACTIONS(3048), [anon_sym___clrcall] = ACTIONS(3048), [anon_sym___stdcall] = ACTIONS(3048), [anon_sym___fastcall] = ACTIONS(3048), [anon_sym___thiscall] = ACTIONS(3048), [anon_sym___vectorcall] = ACTIONS(3048), [anon_sym_LBRACE] = ACTIONS(3050), [anon_sym_signed] = ACTIONS(3048), [anon_sym_unsigned] = ACTIONS(3048), [anon_sym_long] = ACTIONS(3048), [anon_sym_short] = ACTIONS(3048), [anon_sym_LBRACK] = ACTIONS(3048), [anon_sym_static] = ACTIONS(3048), [anon_sym_register] = ACTIONS(3048), [anon_sym_inline] = ACTIONS(3048), [anon_sym_thread_local] = ACTIONS(3048), [anon_sym_const] = ACTIONS(3048), [anon_sym_constexpr] = ACTIONS(3048), [anon_sym_volatile] = ACTIONS(3048), [anon_sym_restrict] = ACTIONS(3048), [anon_sym___restrict__] = ACTIONS(3048), [anon_sym__Atomic] = ACTIONS(3048), [anon_sym__Noreturn] = ACTIONS(3048), [anon_sym_noreturn] = ACTIONS(3048), [anon_sym_mutable] = ACTIONS(3048), [anon_sym_constinit] = ACTIONS(3048), [anon_sym_consteval] = ACTIONS(3048), [sym_primitive_type] = ACTIONS(3048), [anon_sym_enum] = ACTIONS(3048), [anon_sym_class] = ACTIONS(3048), [anon_sym_struct] = ACTIONS(3048), [anon_sym_union] = ACTIONS(3048), [anon_sym_if] = ACTIONS(3048), [anon_sym_else] = ACTIONS(3048), [anon_sym_switch] = ACTIONS(3048), [anon_sym_case] = ACTIONS(3048), [anon_sym_default] = ACTIONS(3048), [anon_sym_while] = ACTIONS(3048), [anon_sym_do] = ACTIONS(3048), [anon_sym_for] = ACTIONS(3048), [anon_sym_return] = ACTIONS(3048), [anon_sym_break] = ACTIONS(3048), [anon_sym_continue] = ACTIONS(3048), [anon_sym_goto] = ACTIONS(3048), [anon_sym_not] = ACTIONS(3048), [anon_sym_compl] = ACTIONS(3048), [anon_sym_DASH_DASH] = ACTIONS(3050), [anon_sym_PLUS_PLUS] = ACTIONS(3050), [anon_sym_sizeof] = ACTIONS(3048), [anon_sym_offsetof] = ACTIONS(3048), [anon_sym__Generic] = ACTIONS(3048), [anon_sym_asm] = ACTIONS(3048), [anon_sym___asm__] = ACTIONS(3048), [sym_number_literal] = ACTIONS(3050), [anon_sym_L_SQUOTE] = ACTIONS(3050), [anon_sym_u_SQUOTE] = ACTIONS(3050), [anon_sym_U_SQUOTE] = ACTIONS(3050), [anon_sym_u8_SQUOTE] = ACTIONS(3050), [anon_sym_SQUOTE] = ACTIONS(3050), [anon_sym_L_DQUOTE] = ACTIONS(3050), [anon_sym_u_DQUOTE] = ACTIONS(3050), [anon_sym_U_DQUOTE] = ACTIONS(3050), [anon_sym_u8_DQUOTE] = ACTIONS(3050), [anon_sym_DQUOTE] = ACTIONS(3050), [sym_true] = ACTIONS(3048), [sym_false] = ACTIONS(3048), [anon_sym_NULL] = ACTIONS(3048), [anon_sym_nullptr] = ACTIONS(3048), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3048), [anon_sym_decltype] = ACTIONS(3048), [anon_sym_virtual] = ACTIONS(3048), [anon_sym_explicit] = ACTIONS(3048), [anon_sym_typename] = ACTIONS(3048), [anon_sym_template] = ACTIONS(3048), [anon_sym_operator] = ACTIONS(3048), [anon_sym_try] = ACTIONS(3048), [anon_sym_delete] = ACTIONS(3048), [anon_sym_throw] = ACTIONS(3048), [anon_sym_namespace] = ACTIONS(3048), [anon_sym_using] = ACTIONS(3048), [anon_sym_static_assert] = ACTIONS(3048), [anon_sym_concept] = ACTIONS(3048), [anon_sym_co_return] = ACTIONS(3048), [anon_sym_co_yield] = ACTIONS(3048), [anon_sym_R_DQUOTE] = ACTIONS(3050), [anon_sym_LR_DQUOTE] = ACTIONS(3050), [anon_sym_uR_DQUOTE] = ACTIONS(3050), [anon_sym_UR_DQUOTE] = ACTIONS(3050), [anon_sym_u8R_DQUOTE] = ACTIONS(3050), [anon_sym_co_await] = ACTIONS(3048), [anon_sym_new] = ACTIONS(3048), [anon_sym_requires] = ACTIONS(3048), [sym_this] = ACTIONS(3048), }, [453] = { [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_if_token2] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [aux_sym_preproc_else_token1] = ACTIONS(2914), [aux_sym_preproc_elif_token1] = ACTIONS(2914), [aux_sym_preproc_elifdef_token1] = ACTIONS(2914), [aux_sym_preproc_elifdef_token2] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [454] = { [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_if_token2] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [aux_sym_preproc_else_token1] = ACTIONS(2914), [aux_sym_preproc_elif_token1] = ACTIONS(2914), [aux_sym_preproc_elifdef_token1] = ACTIONS(2914), [aux_sym_preproc_elifdef_token2] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [455] = { [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_if_token2] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [aux_sym_preproc_else_token1] = ACTIONS(2922), [aux_sym_preproc_elif_token1] = ACTIONS(2922), [aux_sym_preproc_elifdef_token1] = ACTIONS(2922), [aux_sym_preproc_elifdef_token2] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [456] = { [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_if_token2] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [aux_sym_preproc_else_token1] = ACTIONS(2914), [aux_sym_preproc_elif_token1] = ACTIONS(2914), [aux_sym_preproc_elifdef_token1] = ACTIONS(2914), [aux_sym_preproc_elifdef_token2] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [457] = { [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_if_token2] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [aux_sym_preproc_else_token1] = ACTIONS(2914), [aux_sym_preproc_elif_token1] = ACTIONS(2914), [aux_sym_preproc_elifdef_token1] = ACTIONS(2914), [aux_sym_preproc_elifdef_token2] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [458] = { [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_if_token2] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [aux_sym_preproc_else_token1] = ACTIONS(2914), [aux_sym_preproc_elif_token1] = ACTIONS(2914), [aux_sym_preproc_elifdef_token1] = ACTIONS(2914), [aux_sym_preproc_elifdef_token2] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [459] = { [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_if_token2] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [aux_sym_preproc_else_token1] = ACTIONS(2914), [aux_sym_preproc_elif_token1] = ACTIONS(2914), [aux_sym_preproc_elifdef_token1] = ACTIONS(2914), [aux_sym_preproc_elifdef_token2] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [460] = { [sym_identifier] = ACTIONS(3052), [aux_sym_preproc_include_token1] = ACTIONS(3052), [aux_sym_preproc_def_token1] = ACTIONS(3052), [aux_sym_preproc_if_token1] = ACTIONS(3052), [aux_sym_preproc_if_token2] = ACTIONS(3052), [aux_sym_preproc_ifdef_token1] = ACTIONS(3052), [aux_sym_preproc_ifdef_token2] = ACTIONS(3052), [aux_sym_preproc_else_token1] = ACTIONS(3052), [aux_sym_preproc_elif_token1] = ACTIONS(3052), [aux_sym_preproc_elifdef_token1] = ACTIONS(3052), [aux_sym_preproc_elifdef_token2] = ACTIONS(3052), [sym_preproc_directive] = ACTIONS(3052), [anon_sym_LPAREN2] = ACTIONS(3054), [anon_sym_BANG] = ACTIONS(3054), [anon_sym_TILDE] = ACTIONS(3054), [anon_sym_DASH] = ACTIONS(3052), [anon_sym_PLUS] = ACTIONS(3052), [anon_sym_STAR] = ACTIONS(3054), [anon_sym_AMP_AMP] = ACTIONS(3054), [anon_sym_AMP] = ACTIONS(3052), [anon_sym_SEMI] = ACTIONS(3054), [anon_sym_typedef] = ACTIONS(3052), [anon_sym_extern] = ACTIONS(3052), [anon_sym___attribute__] = ACTIONS(3052), [anon_sym_COLON_COLON] = ACTIONS(3054), [anon_sym_LBRACK_LBRACK] = ACTIONS(3054), [anon_sym___declspec] = ACTIONS(3052), [anon_sym___based] = ACTIONS(3052), [anon_sym___cdecl] = ACTIONS(3052), [anon_sym___clrcall] = ACTIONS(3052), [anon_sym___stdcall] = ACTIONS(3052), [anon_sym___fastcall] = ACTIONS(3052), [anon_sym___thiscall] = ACTIONS(3052), [anon_sym___vectorcall] = ACTIONS(3052), [anon_sym_LBRACE] = ACTIONS(3054), [anon_sym_signed] = ACTIONS(3052), [anon_sym_unsigned] = ACTIONS(3052), [anon_sym_long] = ACTIONS(3052), [anon_sym_short] = ACTIONS(3052), [anon_sym_LBRACK] = ACTIONS(3052), [anon_sym_static] = ACTIONS(3052), [anon_sym_register] = ACTIONS(3052), [anon_sym_inline] = ACTIONS(3052), [anon_sym_thread_local] = ACTIONS(3052), [anon_sym_const] = ACTIONS(3052), [anon_sym_constexpr] = ACTIONS(3052), [anon_sym_volatile] = ACTIONS(3052), [anon_sym_restrict] = ACTIONS(3052), [anon_sym___restrict__] = ACTIONS(3052), [anon_sym__Atomic] = ACTIONS(3052), [anon_sym__Noreturn] = ACTIONS(3052), [anon_sym_noreturn] = ACTIONS(3052), [anon_sym_mutable] = ACTIONS(3052), [anon_sym_constinit] = ACTIONS(3052), [anon_sym_consteval] = ACTIONS(3052), [sym_primitive_type] = ACTIONS(3052), [anon_sym_enum] = ACTIONS(3052), [anon_sym_class] = ACTIONS(3052), [anon_sym_struct] = ACTIONS(3052), [anon_sym_union] = ACTIONS(3052), [anon_sym_if] = ACTIONS(3052), [anon_sym_else] = ACTIONS(3052), [anon_sym_switch] = ACTIONS(3052), [anon_sym_case] = ACTIONS(3052), [anon_sym_default] = ACTIONS(3052), [anon_sym_while] = ACTIONS(3052), [anon_sym_do] = ACTIONS(3052), [anon_sym_for] = ACTIONS(3052), [anon_sym_return] = ACTIONS(3052), [anon_sym_break] = ACTIONS(3052), [anon_sym_continue] = ACTIONS(3052), [anon_sym_goto] = ACTIONS(3052), [anon_sym_not] = ACTIONS(3052), [anon_sym_compl] = ACTIONS(3052), [anon_sym_DASH_DASH] = ACTIONS(3054), [anon_sym_PLUS_PLUS] = ACTIONS(3054), [anon_sym_sizeof] = ACTIONS(3052), [anon_sym_offsetof] = ACTIONS(3052), [anon_sym__Generic] = ACTIONS(3052), [anon_sym_asm] = ACTIONS(3052), [anon_sym___asm__] = ACTIONS(3052), [sym_number_literal] = ACTIONS(3054), [anon_sym_L_SQUOTE] = ACTIONS(3054), [anon_sym_u_SQUOTE] = ACTIONS(3054), [anon_sym_U_SQUOTE] = ACTIONS(3054), [anon_sym_u8_SQUOTE] = ACTIONS(3054), [anon_sym_SQUOTE] = ACTIONS(3054), [anon_sym_L_DQUOTE] = ACTIONS(3054), [anon_sym_u_DQUOTE] = ACTIONS(3054), [anon_sym_U_DQUOTE] = ACTIONS(3054), [anon_sym_u8_DQUOTE] = ACTIONS(3054), [anon_sym_DQUOTE] = ACTIONS(3054), [sym_true] = ACTIONS(3052), [sym_false] = ACTIONS(3052), [anon_sym_NULL] = ACTIONS(3052), [anon_sym_nullptr] = ACTIONS(3052), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3052), [anon_sym_decltype] = ACTIONS(3052), [anon_sym_virtual] = ACTIONS(3052), [anon_sym_explicit] = ACTIONS(3052), [anon_sym_typename] = ACTIONS(3052), [anon_sym_template] = ACTIONS(3052), [anon_sym_operator] = ACTIONS(3052), [anon_sym_try] = ACTIONS(3052), [anon_sym_delete] = ACTIONS(3052), [anon_sym_throw] = ACTIONS(3052), [anon_sym_namespace] = ACTIONS(3052), [anon_sym_using] = ACTIONS(3052), [anon_sym_static_assert] = ACTIONS(3052), [anon_sym_concept] = ACTIONS(3052), [anon_sym_co_return] = ACTIONS(3052), [anon_sym_co_yield] = ACTIONS(3052), [anon_sym_R_DQUOTE] = ACTIONS(3054), [anon_sym_LR_DQUOTE] = ACTIONS(3054), [anon_sym_uR_DQUOTE] = ACTIONS(3054), [anon_sym_UR_DQUOTE] = ACTIONS(3054), [anon_sym_u8R_DQUOTE] = ACTIONS(3054), [anon_sym_co_await] = ACTIONS(3052), [anon_sym_new] = ACTIONS(3052), [anon_sym_requires] = ACTIONS(3052), [sym_this] = ACTIONS(3052), }, [461] = { [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_if_token2] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [aux_sym_preproc_else_token1] = ACTIONS(2914), [aux_sym_preproc_elif_token1] = ACTIONS(2914), [aux_sym_preproc_elifdef_token1] = ACTIONS(2914), [aux_sym_preproc_elifdef_token2] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [462] = { [sym_identifier] = ACTIONS(3056), [aux_sym_preproc_include_token1] = ACTIONS(3056), [aux_sym_preproc_def_token1] = ACTIONS(3056), [aux_sym_preproc_if_token1] = ACTIONS(3056), [aux_sym_preproc_if_token2] = ACTIONS(3056), [aux_sym_preproc_ifdef_token1] = ACTIONS(3056), [aux_sym_preproc_ifdef_token2] = ACTIONS(3056), [aux_sym_preproc_else_token1] = ACTIONS(3056), [aux_sym_preproc_elif_token1] = ACTIONS(3056), [aux_sym_preproc_elifdef_token1] = ACTIONS(3056), [aux_sym_preproc_elifdef_token2] = ACTIONS(3056), [sym_preproc_directive] = ACTIONS(3056), [anon_sym_LPAREN2] = ACTIONS(3058), [anon_sym_BANG] = ACTIONS(3058), [anon_sym_TILDE] = ACTIONS(3058), [anon_sym_DASH] = ACTIONS(3056), [anon_sym_PLUS] = ACTIONS(3056), [anon_sym_STAR] = ACTIONS(3058), [anon_sym_AMP_AMP] = ACTIONS(3058), [anon_sym_AMP] = ACTIONS(3056), [anon_sym_SEMI] = ACTIONS(3058), [anon_sym_typedef] = ACTIONS(3056), [anon_sym_extern] = ACTIONS(3056), [anon_sym___attribute__] = ACTIONS(3056), [anon_sym_COLON_COLON] = ACTIONS(3058), [anon_sym_LBRACK_LBRACK] = ACTIONS(3058), [anon_sym___declspec] = ACTIONS(3056), [anon_sym___based] = ACTIONS(3056), [anon_sym___cdecl] = ACTIONS(3056), [anon_sym___clrcall] = ACTIONS(3056), [anon_sym___stdcall] = ACTIONS(3056), [anon_sym___fastcall] = ACTIONS(3056), [anon_sym___thiscall] = ACTIONS(3056), [anon_sym___vectorcall] = ACTIONS(3056), [anon_sym_LBRACE] = ACTIONS(3058), [anon_sym_signed] = ACTIONS(3056), [anon_sym_unsigned] = ACTIONS(3056), [anon_sym_long] = ACTIONS(3056), [anon_sym_short] = ACTIONS(3056), [anon_sym_LBRACK] = ACTIONS(3056), [anon_sym_static] = ACTIONS(3056), [anon_sym_register] = ACTIONS(3056), [anon_sym_inline] = ACTIONS(3056), [anon_sym_thread_local] = ACTIONS(3056), [anon_sym_const] = ACTIONS(3056), [anon_sym_constexpr] = ACTIONS(3056), [anon_sym_volatile] = ACTIONS(3056), [anon_sym_restrict] = ACTIONS(3056), [anon_sym___restrict__] = ACTIONS(3056), [anon_sym__Atomic] = ACTIONS(3056), [anon_sym__Noreturn] = ACTIONS(3056), [anon_sym_noreturn] = ACTIONS(3056), [anon_sym_mutable] = ACTIONS(3056), [anon_sym_constinit] = ACTIONS(3056), [anon_sym_consteval] = ACTIONS(3056), [sym_primitive_type] = ACTIONS(3056), [anon_sym_enum] = ACTIONS(3056), [anon_sym_class] = ACTIONS(3056), [anon_sym_struct] = ACTIONS(3056), [anon_sym_union] = ACTIONS(3056), [anon_sym_if] = ACTIONS(3056), [anon_sym_else] = ACTIONS(3056), [anon_sym_switch] = ACTIONS(3056), [anon_sym_case] = ACTIONS(3056), [anon_sym_default] = ACTIONS(3056), [anon_sym_while] = ACTIONS(3056), [anon_sym_do] = ACTIONS(3056), [anon_sym_for] = ACTIONS(3056), [anon_sym_return] = ACTIONS(3056), [anon_sym_break] = ACTIONS(3056), [anon_sym_continue] = ACTIONS(3056), [anon_sym_goto] = ACTIONS(3056), [anon_sym_not] = ACTIONS(3056), [anon_sym_compl] = ACTIONS(3056), [anon_sym_DASH_DASH] = ACTIONS(3058), [anon_sym_PLUS_PLUS] = ACTIONS(3058), [anon_sym_sizeof] = ACTIONS(3056), [anon_sym_offsetof] = ACTIONS(3056), [anon_sym__Generic] = ACTIONS(3056), [anon_sym_asm] = ACTIONS(3056), [anon_sym___asm__] = ACTIONS(3056), [sym_number_literal] = ACTIONS(3058), [anon_sym_L_SQUOTE] = ACTIONS(3058), [anon_sym_u_SQUOTE] = ACTIONS(3058), [anon_sym_U_SQUOTE] = ACTIONS(3058), [anon_sym_u8_SQUOTE] = ACTIONS(3058), [anon_sym_SQUOTE] = ACTIONS(3058), [anon_sym_L_DQUOTE] = ACTIONS(3058), [anon_sym_u_DQUOTE] = ACTIONS(3058), [anon_sym_U_DQUOTE] = ACTIONS(3058), [anon_sym_u8_DQUOTE] = ACTIONS(3058), [anon_sym_DQUOTE] = ACTIONS(3058), [sym_true] = ACTIONS(3056), [sym_false] = ACTIONS(3056), [anon_sym_NULL] = ACTIONS(3056), [anon_sym_nullptr] = ACTIONS(3056), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3056), [anon_sym_decltype] = ACTIONS(3056), [anon_sym_virtual] = ACTIONS(3056), [anon_sym_explicit] = ACTIONS(3056), [anon_sym_typename] = ACTIONS(3056), [anon_sym_template] = ACTIONS(3056), [anon_sym_operator] = ACTIONS(3056), [anon_sym_try] = ACTIONS(3056), [anon_sym_delete] = ACTIONS(3056), [anon_sym_throw] = ACTIONS(3056), [anon_sym_namespace] = ACTIONS(3056), [anon_sym_using] = ACTIONS(3056), [anon_sym_static_assert] = ACTIONS(3056), [anon_sym_concept] = ACTIONS(3056), [anon_sym_co_return] = ACTIONS(3056), [anon_sym_co_yield] = ACTIONS(3056), [anon_sym_R_DQUOTE] = ACTIONS(3058), [anon_sym_LR_DQUOTE] = ACTIONS(3058), [anon_sym_uR_DQUOTE] = ACTIONS(3058), [anon_sym_UR_DQUOTE] = ACTIONS(3058), [anon_sym_u8R_DQUOTE] = ACTIONS(3058), [anon_sym_co_await] = ACTIONS(3056), [anon_sym_new] = ACTIONS(3056), [anon_sym_requires] = ACTIONS(3056), [sym_this] = ACTIONS(3056), }, [463] = { [sym_identifier] = ACTIONS(3056), [aux_sym_preproc_include_token1] = ACTIONS(3056), [aux_sym_preproc_def_token1] = ACTIONS(3056), [aux_sym_preproc_if_token1] = ACTIONS(3056), [aux_sym_preproc_if_token2] = ACTIONS(3056), [aux_sym_preproc_ifdef_token1] = ACTIONS(3056), [aux_sym_preproc_ifdef_token2] = ACTIONS(3056), [aux_sym_preproc_else_token1] = ACTIONS(3056), [aux_sym_preproc_elif_token1] = ACTIONS(3056), [aux_sym_preproc_elifdef_token1] = ACTIONS(3056), [aux_sym_preproc_elifdef_token2] = ACTIONS(3056), [sym_preproc_directive] = ACTIONS(3056), [anon_sym_LPAREN2] = ACTIONS(3058), [anon_sym_BANG] = ACTIONS(3058), [anon_sym_TILDE] = ACTIONS(3058), [anon_sym_DASH] = ACTIONS(3056), [anon_sym_PLUS] = ACTIONS(3056), [anon_sym_STAR] = ACTIONS(3058), [anon_sym_AMP_AMP] = ACTIONS(3058), [anon_sym_AMP] = ACTIONS(3056), [anon_sym_SEMI] = ACTIONS(3058), [anon_sym_typedef] = ACTIONS(3056), [anon_sym_extern] = ACTIONS(3056), [anon_sym___attribute__] = ACTIONS(3056), [anon_sym_COLON_COLON] = ACTIONS(3058), [anon_sym_LBRACK_LBRACK] = ACTIONS(3058), [anon_sym___declspec] = ACTIONS(3056), [anon_sym___based] = ACTIONS(3056), [anon_sym___cdecl] = ACTIONS(3056), [anon_sym___clrcall] = ACTIONS(3056), [anon_sym___stdcall] = ACTIONS(3056), [anon_sym___fastcall] = ACTIONS(3056), [anon_sym___thiscall] = ACTIONS(3056), [anon_sym___vectorcall] = ACTIONS(3056), [anon_sym_LBRACE] = ACTIONS(3058), [anon_sym_signed] = ACTIONS(3056), [anon_sym_unsigned] = ACTIONS(3056), [anon_sym_long] = ACTIONS(3056), [anon_sym_short] = ACTIONS(3056), [anon_sym_LBRACK] = ACTIONS(3056), [anon_sym_static] = ACTIONS(3056), [anon_sym_register] = ACTIONS(3056), [anon_sym_inline] = ACTIONS(3056), [anon_sym_thread_local] = ACTIONS(3056), [anon_sym_const] = ACTIONS(3056), [anon_sym_constexpr] = ACTIONS(3056), [anon_sym_volatile] = ACTIONS(3056), [anon_sym_restrict] = ACTIONS(3056), [anon_sym___restrict__] = ACTIONS(3056), [anon_sym__Atomic] = ACTIONS(3056), [anon_sym__Noreturn] = ACTIONS(3056), [anon_sym_noreturn] = ACTIONS(3056), [anon_sym_mutable] = ACTIONS(3056), [anon_sym_constinit] = ACTIONS(3056), [anon_sym_consteval] = ACTIONS(3056), [sym_primitive_type] = ACTIONS(3056), [anon_sym_enum] = ACTIONS(3056), [anon_sym_class] = ACTIONS(3056), [anon_sym_struct] = ACTIONS(3056), [anon_sym_union] = ACTIONS(3056), [anon_sym_if] = ACTIONS(3056), [anon_sym_else] = ACTIONS(3056), [anon_sym_switch] = ACTIONS(3056), [anon_sym_case] = ACTIONS(3056), [anon_sym_default] = ACTIONS(3056), [anon_sym_while] = ACTIONS(3056), [anon_sym_do] = ACTIONS(3056), [anon_sym_for] = ACTIONS(3056), [anon_sym_return] = ACTIONS(3056), [anon_sym_break] = ACTIONS(3056), [anon_sym_continue] = ACTIONS(3056), [anon_sym_goto] = ACTIONS(3056), [anon_sym_not] = ACTIONS(3056), [anon_sym_compl] = ACTIONS(3056), [anon_sym_DASH_DASH] = ACTIONS(3058), [anon_sym_PLUS_PLUS] = ACTIONS(3058), [anon_sym_sizeof] = ACTIONS(3056), [anon_sym_offsetof] = ACTIONS(3056), [anon_sym__Generic] = ACTIONS(3056), [anon_sym_asm] = ACTIONS(3056), [anon_sym___asm__] = ACTIONS(3056), [sym_number_literal] = ACTIONS(3058), [anon_sym_L_SQUOTE] = ACTIONS(3058), [anon_sym_u_SQUOTE] = ACTIONS(3058), [anon_sym_U_SQUOTE] = ACTIONS(3058), [anon_sym_u8_SQUOTE] = ACTIONS(3058), [anon_sym_SQUOTE] = ACTIONS(3058), [anon_sym_L_DQUOTE] = ACTIONS(3058), [anon_sym_u_DQUOTE] = ACTIONS(3058), [anon_sym_U_DQUOTE] = ACTIONS(3058), [anon_sym_u8_DQUOTE] = ACTIONS(3058), [anon_sym_DQUOTE] = ACTIONS(3058), [sym_true] = ACTIONS(3056), [sym_false] = ACTIONS(3056), [anon_sym_NULL] = ACTIONS(3056), [anon_sym_nullptr] = ACTIONS(3056), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3056), [anon_sym_decltype] = ACTIONS(3056), [anon_sym_virtual] = ACTIONS(3056), [anon_sym_explicit] = ACTIONS(3056), [anon_sym_typename] = ACTIONS(3056), [anon_sym_template] = ACTIONS(3056), [anon_sym_operator] = ACTIONS(3056), [anon_sym_try] = ACTIONS(3056), [anon_sym_delete] = ACTIONS(3056), [anon_sym_throw] = ACTIONS(3056), [anon_sym_namespace] = ACTIONS(3056), [anon_sym_using] = ACTIONS(3056), [anon_sym_static_assert] = ACTIONS(3056), [anon_sym_concept] = ACTIONS(3056), [anon_sym_co_return] = ACTIONS(3056), [anon_sym_co_yield] = ACTIONS(3056), [anon_sym_R_DQUOTE] = ACTIONS(3058), [anon_sym_LR_DQUOTE] = ACTIONS(3058), [anon_sym_uR_DQUOTE] = ACTIONS(3058), [anon_sym_UR_DQUOTE] = ACTIONS(3058), [anon_sym_u8R_DQUOTE] = ACTIONS(3058), [anon_sym_co_await] = ACTIONS(3056), [anon_sym_new] = ACTIONS(3056), [anon_sym_requires] = ACTIONS(3056), [sym_this] = ACTIONS(3056), }, [464] = { [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_if_token2] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [aux_sym_preproc_else_token1] = ACTIONS(2914), [aux_sym_preproc_elif_token1] = ACTIONS(2914), [aux_sym_preproc_elifdef_token1] = ACTIONS(2914), [aux_sym_preproc_elifdef_token2] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [465] = { [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_if_token2] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [aux_sym_preproc_else_token1] = ACTIONS(2914), [aux_sym_preproc_elif_token1] = ACTIONS(2914), [aux_sym_preproc_elifdef_token1] = ACTIONS(2914), [aux_sym_preproc_elifdef_token2] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [466] = { [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_if_token2] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [aux_sym_preproc_else_token1] = ACTIONS(2914), [aux_sym_preproc_elif_token1] = ACTIONS(2914), [aux_sym_preproc_elifdef_token1] = ACTIONS(2914), [aux_sym_preproc_elifdef_token2] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [467] = { [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_if_token2] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [aux_sym_preproc_else_token1] = ACTIONS(2914), [aux_sym_preproc_elif_token1] = ACTIONS(2914), [aux_sym_preproc_elifdef_token1] = ACTIONS(2914), [aux_sym_preproc_elifdef_token2] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [468] = { [sym_identifier] = ACTIONS(3060), [aux_sym_preproc_include_token1] = ACTIONS(3060), [aux_sym_preproc_def_token1] = ACTIONS(3060), [aux_sym_preproc_if_token1] = ACTIONS(3060), [aux_sym_preproc_if_token2] = ACTIONS(3060), [aux_sym_preproc_ifdef_token1] = ACTIONS(3060), [aux_sym_preproc_ifdef_token2] = ACTIONS(3060), [aux_sym_preproc_else_token1] = ACTIONS(3060), [aux_sym_preproc_elif_token1] = ACTIONS(3060), [aux_sym_preproc_elifdef_token1] = ACTIONS(3060), [aux_sym_preproc_elifdef_token2] = ACTIONS(3060), [sym_preproc_directive] = ACTIONS(3060), [anon_sym_LPAREN2] = ACTIONS(3062), [anon_sym_BANG] = ACTIONS(3062), [anon_sym_TILDE] = ACTIONS(3062), [anon_sym_DASH] = ACTIONS(3060), [anon_sym_PLUS] = ACTIONS(3060), [anon_sym_STAR] = ACTIONS(3062), [anon_sym_AMP_AMP] = ACTIONS(3062), [anon_sym_AMP] = ACTIONS(3060), [anon_sym_SEMI] = ACTIONS(3062), [anon_sym_typedef] = ACTIONS(3060), [anon_sym_extern] = ACTIONS(3060), [anon_sym___attribute__] = ACTIONS(3060), [anon_sym_COLON_COLON] = ACTIONS(3062), [anon_sym_LBRACK_LBRACK] = ACTIONS(3062), [anon_sym___declspec] = ACTIONS(3060), [anon_sym___based] = ACTIONS(3060), [anon_sym___cdecl] = ACTIONS(3060), [anon_sym___clrcall] = ACTIONS(3060), [anon_sym___stdcall] = ACTIONS(3060), [anon_sym___fastcall] = ACTIONS(3060), [anon_sym___thiscall] = ACTIONS(3060), [anon_sym___vectorcall] = ACTIONS(3060), [anon_sym_LBRACE] = ACTIONS(3062), [anon_sym_signed] = ACTIONS(3060), [anon_sym_unsigned] = ACTIONS(3060), [anon_sym_long] = ACTIONS(3060), [anon_sym_short] = ACTIONS(3060), [anon_sym_LBRACK] = ACTIONS(3060), [anon_sym_static] = ACTIONS(3060), [anon_sym_register] = ACTIONS(3060), [anon_sym_inline] = ACTIONS(3060), [anon_sym_thread_local] = ACTIONS(3060), [anon_sym_const] = ACTIONS(3060), [anon_sym_constexpr] = ACTIONS(3060), [anon_sym_volatile] = ACTIONS(3060), [anon_sym_restrict] = ACTIONS(3060), [anon_sym___restrict__] = ACTIONS(3060), [anon_sym__Atomic] = ACTIONS(3060), [anon_sym__Noreturn] = ACTIONS(3060), [anon_sym_noreturn] = ACTIONS(3060), [anon_sym_mutable] = ACTIONS(3060), [anon_sym_constinit] = ACTIONS(3060), [anon_sym_consteval] = ACTIONS(3060), [sym_primitive_type] = ACTIONS(3060), [anon_sym_enum] = ACTIONS(3060), [anon_sym_class] = ACTIONS(3060), [anon_sym_struct] = ACTIONS(3060), [anon_sym_union] = ACTIONS(3060), [anon_sym_if] = ACTIONS(3060), [anon_sym_else] = ACTIONS(3060), [anon_sym_switch] = ACTIONS(3060), [anon_sym_case] = ACTIONS(3060), [anon_sym_default] = ACTIONS(3060), [anon_sym_while] = ACTIONS(3060), [anon_sym_do] = ACTIONS(3060), [anon_sym_for] = ACTIONS(3060), [anon_sym_return] = ACTIONS(3060), [anon_sym_break] = ACTIONS(3060), [anon_sym_continue] = ACTIONS(3060), [anon_sym_goto] = ACTIONS(3060), [anon_sym_not] = ACTIONS(3060), [anon_sym_compl] = ACTIONS(3060), [anon_sym_DASH_DASH] = ACTIONS(3062), [anon_sym_PLUS_PLUS] = ACTIONS(3062), [anon_sym_sizeof] = ACTIONS(3060), [anon_sym_offsetof] = ACTIONS(3060), [anon_sym__Generic] = ACTIONS(3060), [anon_sym_asm] = ACTIONS(3060), [anon_sym___asm__] = ACTIONS(3060), [sym_number_literal] = ACTIONS(3062), [anon_sym_L_SQUOTE] = ACTIONS(3062), [anon_sym_u_SQUOTE] = ACTIONS(3062), [anon_sym_U_SQUOTE] = ACTIONS(3062), [anon_sym_u8_SQUOTE] = ACTIONS(3062), [anon_sym_SQUOTE] = ACTIONS(3062), [anon_sym_L_DQUOTE] = ACTIONS(3062), [anon_sym_u_DQUOTE] = ACTIONS(3062), [anon_sym_U_DQUOTE] = ACTIONS(3062), [anon_sym_u8_DQUOTE] = ACTIONS(3062), [anon_sym_DQUOTE] = ACTIONS(3062), [sym_true] = ACTIONS(3060), [sym_false] = ACTIONS(3060), [anon_sym_NULL] = ACTIONS(3060), [anon_sym_nullptr] = ACTIONS(3060), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3060), [anon_sym_decltype] = ACTIONS(3060), [anon_sym_virtual] = ACTIONS(3060), [anon_sym_explicit] = ACTIONS(3060), [anon_sym_typename] = ACTIONS(3060), [anon_sym_template] = ACTIONS(3060), [anon_sym_operator] = ACTIONS(3060), [anon_sym_try] = ACTIONS(3060), [anon_sym_delete] = ACTIONS(3060), [anon_sym_throw] = ACTIONS(3060), [anon_sym_namespace] = ACTIONS(3060), [anon_sym_using] = ACTIONS(3060), [anon_sym_static_assert] = ACTIONS(3060), [anon_sym_concept] = ACTIONS(3060), [anon_sym_co_return] = ACTIONS(3060), [anon_sym_co_yield] = ACTIONS(3060), [anon_sym_R_DQUOTE] = ACTIONS(3062), [anon_sym_LR_DQUOTE] = ACTIONS(3062), [anon_sym_uR_DQUOTE] = ACTIONS(3062), [anon_sym_UR_DQUOTE] = ACTIONS(3062), [anon_sym_u8R_DQUOTE] = ACTIONS(3062), [anon_sym_co_await] = ACTIONS(3060), [anon_sym_new] = ACTIONS(3060), [anon_sym_requires] = ACTIONS(3060), [sym_this] = ACTIONS(3060), }, [469] = { [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_if_token2] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [aux_sym_preproc_else_token1] = ACTIONS(2914), [aux_sym_preproc_elif_token1] = ACTIONS(2914), [aux_sym_preproc_elifdef_token1] = ACTIONS(2914), [aux_sym_preproc_elifdef_token2] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [470] = { [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_if_token2] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [aux_sym_preproc_else_token1] = ACTIONS(2914), [aux_sym_preproc_elif_token1] = ACTIONS(2914), [aux_sym_preproc_elifdef_token1] = ACTIONS(2914), [aux_sym_preproc_elifdef_token2] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [471] = { [sym_identifier] = ACTIONS(3064), [aux_sym_preproc_include_token1] = ACTIONS(3064), [aux_sym_preproc_def_token1] = ACTIONS(3064), [aux_sym_preproc_if_token1] = ACTIONS(3064), [aux_sym_preproc_if_token2] = ACTIONS(3064), [aux_sym_preproc_ifdef_token1] = ACTIONS(3064), [aux_sym_preproc_ifdef_token2] = ACTIONS(3064), [aux_sym_preproc_else_token1] = ACTIONS(3064), [aux_sym_preproc_elif_token1] = ACTIONS(3064), [aux_sym_preproc_elifdef_token1] = ACTIONS(3064), [aux_sym_preproc_elifdef_token2] = ACTIONS(3064), [sym_preproc_directive] = ACTIONS(3064), [anon_sym_LPAREN2] = ACTIONS(3066), [anon_sym_BANG] = ACTIONS(3066), [anon_sym_TILDE] = ACTIONS(3066), [anon_sym_DASH] = ACTIONS(3064), [anon_sym_PLUS] = ACTIONS(3064), [anon_sym_STAR] = ACTIONS(3066), [anon_sym_AMP_AMP] = ACTIONS(3066), [anon_sym_AMP] = ACTIONS(3064), [anon_sym_SEMI] = ACTIONS(3066), [anon_sym_typedef] = ACTIONS(3064), [anon_sym_extern] = ACTIONS(3064), [anon_sym___attribute__] = ACTIONS(3064), [anon_sym_COLON_COLON] = ACTIONS(3066), [anon_sym_LBRACK_LBRACK] = ACTIONS(3066), [anon_sym___declspec] = ACTIONS(3064), [anon_sym___based] = ACTIONS(3064), [anon_sym___cdecl] = ACTIONS(3064), [anon_sym___clrcall] = ACTIONS(3064), [anon_sym___stdcall] = ACTIONS(3064), [anon_sym___fastcall] = ACTIONS(3064), [anon_sym___thiscall] = ACTIONS(3064), [anon_sym___vectorcall] = ACTIONS(3064), [anon_sym_LBRACE] = ACTIONS(3066), [anon_sym_signed] = ACTIONS(3064), [anon_sym_unsigned] = ACTIONS(3064), [anon_sym_long] = ACTIONS(3064), [anon_sym_short] = ACTIONS(3064), [anon_sym_LBRACK] = ACTIONS(3064), [anon_sym_static] = ACTIONS(3064), [anon_sym_register] = ACTIONS(3064), [anon_sym_inline] = ACTIONS(3064), [anon_sym_thread_local] = ACTIONS(3064), [anon_sym_const] = ACTIONS(3064), [anon_sym_constexpr] = ACTIONS(3064), [anon_sym_volatile] = ACTIONS(3064), [anon_sym_restrict] = ACTIONS(3064), [anon_sym___restrict__] = ACTIONS(3064), [anon_sym__Atomic] = ACTIONS(3064), [anon_sym__Noreturn] = ACTIONS(3064), [anon_sym_noreturn] = ACTIONS(3064), [anon_sym_mutable] = ACTIONS(3064), [anon_sym_constinit] = ACTIONS(3064), [anon_sym_consteval] = ACTIONS(3064), [sym_primitive_type] = ACTIONS(3064), [anon_sym_enum] = ACTIONS(3064), [anon_sym_class] = ACTIONS(3064), [anon_sym_struct] = ACTIONS(3064), [anon_sym_union] = ACTIONS(3064), [anon_sym_if] = ACTIONS(3064), [anon_sym_else] = ACTIONS(3064), [anon_sym_switch] = ACTIONS(3064), [anon_sym_case] = ACTIONS(3064), [anon_sym_default] = ACTIONS(3064), [anon_sym_while] = ACTIONS(3064), [anon_sym_do] = ACTIONS(3064), [anon_sym_for] = ACTIONS(3064), [anon_sym_return] = ACTIONS(3064), [anon_sym_break] = ACTIONS(3064), [anon_sym_continue] = ACTIONS(3064), [anon_sym_goto] = ACTIONS(3064), [anon_sym_not] = ACTIONS(3064), [anon_sym_compl] = ACTIONS(3064), [anon_sym_DASH_DASH] = ACTIONS(3066), [anon_sym_PLUS_PLUS] = ACTIONS(3066), [anon_sym_sizeof] = ACTIONS(3064), [anon_sym_offsetof] = ACTIONS(3064), [anon_sym__Generic] = ACTIONS(3064), [anon_sym_asm] = ACTIONS(3064), [anon_sym___asm__] = ACTIONS(3064), [sym_number_literal] = ACTIONS(3066), [anon_sym_L_SQUOTE] = ACTIONS(3066), [anon_sym_u_SQUOTE] = ACTIONS(3066), [anon_sym_U_SQUOTE] = ACTIONS(3066), [anon_sym_u8_SQUOTE] = ACTIONS(3066), [anon_sym_SQUOTE] = ACTIONS(3066), [anon_sym_L_DQUOTE] = ACTIONS(3066), [anon_sym_u_DQUOTE] = ACTIONS(3066), [anon_sym_U_DQUOTE] = ACTIONS(3066), [anon_sym_u8_DQUOTE] = ACTIONS(3066), [anon_sym_DQUOTE] = ACTIONS(3066), [sym_true] = ACTIONS(3064), [sym_false] = ACTIONS(3064), [anon_sym_NULL] = ACTIONS(3064), [anon_sym_nullptr] = ACTIONS(3064), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3064), [anon_sym_decltype] = ACTIONS(3064), [anon_sym_virtual] = ACTIONS(3064), [anon_sym_explicit] = ACTIONS(3064), [anon_sym_typename] = ACTIONS(3064), [anon_sym_template] = ACTIONS(3064), [anon_sym_operator] = ACTIONS(3064), [anon_sym_try] = ACTIONS(3064), [anon_sym_delete] = ACTIONS(3064), [anon_sym_throw] = ACTIONS(3064), [anon_sym_namespace] = ACTIONS(3064), [anon_sym_using] = ACTIONS(3064), [anon_sym_static_assert] = ACTIONS(3064), [anon_sym_concept] = ACTIONS(3064), [anon_sym_co_return] = ACTIONS(3064), [anon_sym_co_yield] = ACTIONS(3064), [anon_sym_R_DQUOTE] = ACTIONS(3066), [anon_sym_LR_DQUOTE] = ACTIONS(3066), [anon_sym_uR_DQUOTE] = ACTIONS(3066), [anon_sym_UR_DQUOTE] = ACTIONS(3066), [anon_sym_u8R_DQUOTE] = ACTIONS(3066), [anon_sym_co_await] = ACTIONS(3064), [anon_sym_new] = ACTIONS(3064), [anon_sym_requires] = ACTIONS(3064), [sym_this] = ACTIONS(3064), }, [472] = { [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_if_token2] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [aux_sym_preproc_else_token1] = ACTIONS(2922), [aux_sym_preproc_elif_token1] = ACTIONS(2922), [aux_sym_preproc_elifdef_token1] = ACTIONS(2922), [aux_sym_preproc_elifdef_token2] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [473] = { [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_if_token2] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [aux_sym_preproc_else_token1] = ACTIONS(2922), [aux_sym_preproc_elif_token1] = ACTIONS(2922), [aux_sym_preproc_elifdef_token1] = ACTIONS(2922), [aux_sym_preproc_elifdef_token2] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [474] = { [sym_preproc_def] = STATE(474), [sym_preproc_function_def] = STATE(474), [sym_preproc_call] = STATE(474), [sym_preproc_if_in_field_declaration_list] = STATE(474), [sym_preproc_ifdef_in_field_declaration_list] = STATE(474), [sym_type_definition] = STATE(474), [sym__declaration_modifiers] = STATE(3697), [sym__declaration_specifiers] = STATE(4869), [sym_attribute_specifier] = STATE(3697), [sym_attribute_declaration] = STATE(3697), [sym_ms_declspec_modifier] = STATE(3697), [sym_ms_based_modifier] = STATE(7599), [sym__declarator] = STATE(5891), [sym_parenthesized_declarator] = STATE(5671), [sym_attributed_declarator] = STATE(5671), [sym_pointer_declarator] = STATE(5671), [sym_function_declarator] = STATE(5478), [sym_array_declarator] = STATE(5671), [sym_storage_class_specifier] = STATE(3697), [sym_type_qualifier] = STATE(3697), [sym__type_specifier] = STATE(3841), [sym_sized_type_specifier] = STATE(3945), [sym_enum_specifier] = STATE(3945), [sym_struct_specifier] = STATE(3945), [sym_union_specifier] = STATE(3945), [sym__field_declaration_list_item] = STATE(474), [sym_field_declaration] = STATE(474), [sym_placeholder_type_specifier] = STATE(3945), [sym_decltype_auto] = STATE(3928), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3945), [sym_virtual] = STATE(3697), [sym_explicit_function_specifier] = STATE(2308), [sym_dependent_type] = STATE(3945), [sym_template_declaration] = STATE(474), [sym_operator_cast] = STATE(5915), [sym_inline_method_definition] = STATE(474), [sym__constructor_specifiers] = STATE(2308), [sym_operator_cast_definition] = STATE(474), [sym_operator_cast_declaration] = STATE(474), [sym_constructor_or_destructor_definition] = STATE(474), [sym_constructor_or_destructor_declaration] = STATE(474), [sym_friend_declaration] = STATE(474), [sym_access_specifier] = STATE(7219), [sym_reference_declarator] = STATE(5671), [sym_structured_binding_declarator] = STATE(5671), [sym_template_type] = STATE(3646), [sym_template_function] = STATE(5671), [sym_using_declaration] = STATE(474), [sym_alias_declaration] = STATE(474), [sym_static_assert_declaration] = STATE(474), [sym_destructor_name] = STATE(5671), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5155), [sym_qualified_identifier] = STATE(5671), [sym_qualified_type_identifier] = STATE(4540), [sym_qualified_operator_cast_identifier] = STATE(5915), [sym_operator_name] = STATE(5671), [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(474), [aux_sym__declaration_specifiers_repeat1] = STATE(2567), [aux_sym_sized_type_specifier_repeat1] = STATE(3978), [aux_sym_operator_cast_definition_repeat1] = STATE(2308), [sym_identifier] = ACTIONS(2769), [aux_sym_preproc_def_token1] = ACTIONS(3068), [aux_sym_preproc_if_token1] = ACTIONS(3071), [aux_sym_preproc_if_token2] = ACTIONS(2778), [aux_sym_preproc_ifdef_token1] = ACTIONS(3074), [aux_sym_preproc_ifdef_token2] = ACTIONS(3074), [aux_sym_preproc_else_token1] = ACTIONS(2778), [aux_sym_preproc_elif_token1] = ACTIONS(2778), [sym_preproc_directive] = ACTIONS(3077), [anon_sym_LPAREN2] = ACTIONS(2786), [anon_sym_TILDE] = ACTIONS(2789), [anon_sym_STAR] = ACTIONS(2792), [anon_sym_AMP_AMP] = ACTIONS(2795), [anon_sym_AMP] = ACTIONS(2798), [anon_sym_typedef] = ACTIONS(3080), [anon_sym_extern] = ACTIONS(2804), [anon_sym___attribute__] = ACTIONS(2807), [anon_sym_COLON_COLON] = ACTIONS(2810), [anon_sym_LBRACK_LBRACK] = ACTIONS(2813), [anon_sym___declspec] = ACTIONS(2816), [anon_sym___based] = ACTIONS(2819), [anon_sym_signed] = ACTIONS(2822), [anon_sym_unsigned] = ACTIONS(2822), [anon_sym_long] = ACTIONS(2822), [anon_sym_short] = ACTIONS(2822), [anon_sym_LBRACK] = ACTIONS(2825), [anon_sym_static] = ACTIONS(2804), [anon_sym_register] = ACTIONS(2804), [anon_sym_inline] = ACTIONS(2804), [anon_sym_thread_local] = ACTIONS(2804), [anon_sym_const] = ACTIONS(2828), [anon_sym_constexpr] = ACTIONS(2828), [anon_sym_volatile] = ACTIONS(2828), [anon_sym_restrict] = ACTIONS(2828), [anon_sym___restrict__] = ACTIONS(2828), [anon_sym__Atomic] = ACTIONS(2828), [anon_sym__Noreturn] = ACTIONS(2828), [anon_sym_noreturn] = ACTIONS(2828), [anon_sym_mutable] = ACTIONS(2828), [anon_sym_constinit] = ACTIONS(2828), [anon_sym_consteval] = ACTIONS(2828), [sym_primitive_type] = ACTIONS(2831), [anon_sym_enum] = ACTIONS(2834), [anon_sym_class] = ACTIONS(2837), [anon_sym_struct] = ACTIONS(2840), [anon_sym_union] = ACTIONS(2843), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2846), [anon_sym_decltype] = ACTIONS(2849), [anon_sym_virtual] = ACTIONS(2852), [anon_sym_explicit] = ACTIONS(2855), [anon_sym_typename] = ACTIONS(2858), [anon_sym_template] = ACTIONS(3083), [anon_sym_operator] = ACTIONS(2864), [anon_sym_friend] = ACTIONS(3086), [anon_sym_public] = ACTIONS(2870), [anon_sym_private] = ACTIONS(2870), [anon_sym_protected] = ACTIONS(2870), [anon_sym_using] = ACTIONS(3089), [anon_sym_static_assert] = ACTIONS(3092), }, [475] = { [sym_identifier] = ACTIONS(3095), [aux_sym_preproc_include_token1] = ACTIONS(3095), [aux_sym_preproc_def_token1] = ACTIONS(3095), [aux_sym_preproc_if_token1] = ACTIONS(3095), [aux_sym_preproc_if_token2] = ACTIONS(3095), [aux_sym_preproc_ifdef_token1] = ACTIONS(3095), [aux_sym_preproc_ifdef_token2] = ACTIONS(3095), [aux_sym_preproc_else_token1] = ACTIONS(3095), [aux_sym_preproc_elif_token1] = ACTIONS(3095), [aux_sym_preproc_elifdef_token1] = ACTIONS(3095), [aux_sym_preproc_elifdef_token2] = ACTIONS(3095), [sym_preproc_directive] = ACTIONS(3095), [anon_sym_LPAREN2] = ACTIONS(3097), [anon_sym_BANG] = ACTIONS(3097), [anon_sym_TILDE] = ACTIONS(3097), [anon_sym_DASH] = ACTIONS(3095), [anon_sym_PLUS] = ACTIONS(3095), [anon_sym_STAR] = ACTIONS(3097), [anon_sym_AMP_AMP] = ACTIONS(3097), [anon_sym_AMP] = ACTIONS(3095), [anon_sym_SEMI] = ACTIONS(3097), [anon_sym_typedef] = ACTIONS(3095), [anon_sym_extern] = ACTIONS(3095), [anon_sym___attribute__] = ACTIONS(3095), [anon_sym_COLON_COLON] = ACTIONS(3097), [anon_sym_LBRACK_LBRACK] = ACTIONS(3097), [anon_sym___declspec] = ACTIONS(3095), [anon_sym___based] = ACTIONS(3095), [anon_sym___cdecl] = ACTIONS(3095), [anon_sym___clrcall] = ACTIONS(3095), [anon_sym___stdcall] = ACTIONS(3095), [anon_sym___fastcall] = ACTIONS(3095), [anon_sym___thiscall] = ACTIONS(3095), [anon_sym___vectorcall] = ACTIONS(3095), [anon_sym_LBRACE] = ACTIONS(3097), [anon_sym_signed] = ACTIONS(3095), [anon_sym_unsigned] = ACTIONS(3095), [anon_sym_long] = ACTIONS(3095), [anon_sym_short] = ACTIONS(3095), [anon_sym_LBRACK] = ACTIONS(3095), [anon_sym_static] = ACTIONS(3095), [anon_sym_register] = ACTIONS(3095), [anon_sym_inline] = ACTIONS(3095), [anon_sym_thread_local] = ACTIONS(3095), [anon_sym_const] = ACTIONS(3095), [anon_sym_constexpr] = ACTIONS(3095), [anon_sym_volatile] = ACTIONS(3095), [anon_sym_restrict] = ACTIONS(3095), [anon_sym___restrict__] = ACTIONS(3095), [anon_sym__Atomic] = ACTIONS(3095), [anon_sym__Noreturn] = ACTIONS(3095), [anon_sym_noreturn] = ACTIONS(3095), [anon_sym_mutable] = ACTIONS(3095), [anon_sym_constinit] = ACTIONS(3095), [anon_sym_consteval] = ACTIONS(3095), [sym_primitive_type] = ACTIONS(3095), [anon_sym_enum] = ACTIONS(3095), [anon_sym_class] = ACTIONS(3095), [anon_sym_struct] = ACTIONS(3095), [anon_sym_union] = ACTIONS(3095), [anon_sym_if] = ACTIONS(3095), [anon_sym_else] = ACTIONS(3095), [anon_sym_switch] = ACTIONS(3095), [anon_sym_case] = ACTIONS(3095), [anon_sym_default] = ACTIONS(3095), [anon_sym_while] = ACTIONS(3095), [anon_sym_do] = ACTIONS(3095), [anon_sym_for] = ACTIONS(3095), [anon_sym_return] = ACTIONS(3095), [anon_sym_break] = ACTIONS(3095), [anon_sym_continue] = ACTIONS(3095), [anon_sym_goto] = ACTIONS(3095), [anon_sym_not] = ACTIONS(3095), [anon_sym_compl] = ACTIONS(3095), [anon_sym_DASH_DASH] = ACTIONS(3097), [anon_sym_PLUS_PLUS] = ACTIONS(3097), [anon_sym_sizeof] = ACTIONS(3095), [anon_sym_offsetof] = ACTIONS(3095), [anon_sym__Generic] = ACTIONS(3095), [anon_sym_asm] = ACTIONS(3095), [anon_sym___asm__] = ACTIONS(3095), [sym_number_literal] = ACTIONS(3097), [anon_sym_L_SQUOTE] = ACTIONS(3097), [anon_sym_u_SQUOTE] = ACTIONS(3097), [anon_sym_U_SQUOTE] = ACTIONS(3097), [anon_sym_u8_SQUOTE] = ACTIONS(3097), [anon_sym_SQUOTE] = ACTIONS(3097), [anon_sym_L_DQUOTE] = ACTIONS(3097), [anon_sym_u_DQUOTE] = ACTIONS(3097), [anon_sym_U_DQUOTE] = ACTIONS(3097), [anon_sym_u8_DQUOTE] = ACTIONS(3097), [anon_sym_DQUOTE] = ACTIONS(3097), [sym_true] = ACTIONS(3095), [sym_false] = ACTIONS(3095), [anon_sym_NULL] = ACTIONS(3095), [anon_sym_nullptr] = ACTIONS(3095), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3095), [anon_sym_decltype] = ACTIONS(3095), [anon_sym_virtual] = ACTIONS(3095), [anon_sym_explicit] = ACTIONS(3095), [anon_sym_typename] = ACTIONS(3095), [anon_sym_template] = ACTIONS(3095), [anon_sym_operator] = ACTIONS(3095), [anon_sym_try] = ACTIONS(3095), [anon_sym_delete] = ACTIONS(3095), [anon_sym_throw] = ACTIONS(3095), [anon_sym_namespace] = ACTIONS(3095), [anon_sym_using] = ACTIONS(3095), [anon_sym_static_assert] = ACTIONS(3095), [anon_sym_concept] = ACTIONS(3095), [anon_sym_co_return] = ACTIONS(3095), [anon_sym_co_yield] = ACTIONS(3095), [anon_sym_R_DQUOTE] = ACTIONS(3097), [anon_sym_LR_DQUOTE] = ACTIONS(3097), [anon_sym_uR_DQUOTE] = ACTIONS(3097), [anon_sym_UR_DQUOTE] = ACTIONS(3097), [anon_sym_u8R_DQUOTE] = ACTIONS(3097), [anon_sym_co_await] = ACTIONS(3095), [anon_sym_new] = ACTIONS(3095), [anon_sym_requires] = ACTIONS(3095), [sym_this] = ACTIONS(3095), }, [476] = { [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_if_token2] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [aux_sym_preproc_else_token1] = ACTIONS(2922), [aux_sym_preproc_elif_token1] = ACTIONS(2922), [aux_sym_preproc_elifdef_token1] = ACTIONS(2922), [aux_sym_preproc_elifdef_token2] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [477] = { [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_if_token2] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [aux_sym_preproc_else_token1] = ACTIONS(2914), [aux_sym_preproc_elif_token1] = ACTIONS(2914), [aux_sym_preproc_elifdef_token1] = ACTIONS(2914), [aux_sym_preproc_elifdef_token2] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [478] = { [sym_identifier] = ACTIONS(3099), [aux_sym_preproc_include_token1] = ACTIONS(3099), [aux_sym_preproc_def_token1] = ACTIONS(3099), [aux_sym_preproc_if_token1] = ACTIONS(3099), [aux_sym_preproc_if_token2] = ACTIONS(3099), [aux_sym_preproc_ifdef_token1] = ACTIONS(3099), [aux_sym_preproc_ifdef_token2] = ACTIONS(3099), [aux_sym_preproc_else_token1] = ACTIONS(3099), [aux_sym_preproc_elif_token1] = ACTIONS(3099), [aux_sym_preproc_elifdef_token1] = ACTIONS(3099), [aux_sym_preproc_elifdef_token2] = ACTIONS(3099), [sym_preproc_directive] = ACTIONS(3099), [anon_sym_LPAREN2] = ACTIONS(3101), [anon_sym_BANG] = ACTIONS(3101), [anon_sym_TILDE] = ACTIONS(3101), [anon_sym_DASH] = ACTIONS(3099), [anon_sym_PLUS] = ACTIONS(3099), [anon_sym_STAR] = ACTIONS(3101), [anon_sym_AMP_AMP] = ACTIONS(3101), [anon_sym_AMP] = ACTIONS(3099), [anon_sym_SEMI] = ACTIONS(3101), [anon_sym_typedef] = ACTIONS(3099), [anon_sym_extern] = ACTIONS(3099), [anon_sym___attribute__] = ACTIONS(3099), [anon_sym_COLON_COLON] = ACTIONS(3101), [anon_sym_LBRACK_LBRACK] = ACTIONS(3101), [anon_sym___declspec] = ACTIONS(3099), [anon_sym___based] = ACTIONS(3099), [anon_sym___cdecl] = ACTIONS(3099), [anon_sym___clrcall] = ACTIONS(3099), [anon_sym___stdcall] = ACTIONS(3099), [anon_sym___fastcall] = ACTIONS(3099), [anon_sym___thiscall] = ACTIONS(3099), [anon_sym___vectorcall] = ACTIONS(3099), [anon_sym_LBRACE] = ACTIONS(3101), [anon_sym_signed] = ACTIONS(3099), [anon_sym_unsigned] = ACTIONS(3099), [anon_sym_long] = ACTIONS(3099), [anon_sym_short] = ACTIONS(3099), [anon_sym_LBRACK] = ACTIONS(3099), [anon_sym_static] = ACTIONS(3099), [anon_sym_register] = ACTIONS(3099), [anon_sym_inline] = ACTIONS(3099), [anon_sym_thread_local] = ACTIONS(3099), [anon_sym_const] = ACTIONS(3099), [anon_sym_constexpr] = ACTIONS(3099), [anon_sym_volatile] = ACTIONS(3099), [anon_sym_restrict] = ACTIONS(3099), [anon_sym___restrict__] = ACTIONS(3099), [anon_sym__Atomic] = ACTIONS(3099), [anon_sym__Noreturn] = ACTIONS(3099), [anon_sym_noreturn] = ACTIONS(3099), [anon_sym_mutable] = ACTIONS(3099), [anon_sym_constinit] = ACTIONS(3099), [anon_sym_consteval] = ACTIONS(3099), [sym_primitive_type] = ACTIONS(3099), [anon_sym_enum] = ACTIONS(3099), [anon_sym_class] = ACTIONS(3099), [anon_sym_struct] = ACTIONS(3099), [anon_sym_union] = ACTIONS(3099), [anon_sym_if] = ACTIONS(3099), [anon_sym_else] = ACTIONS(3099), [anon_sym_switch] = ACTIONS(3099), [anon_sym_case] = ACTIONS(3099), [anon_sym_default] = ACTIONS(3099), [anon_sym_while] = ACTIONS(3099), [anon_sym_do] = ACTIONS(3099), [anon_sym_for] = ACTIONS(3099), [anon_sym_return] = ACTIONS(3099), [anon_sym_break] = ACTIONS(3099), [anon_sym_continue] = ACTIONS(3099), [anon_sym_goto] = ACTIONS(3099), [anon_sym_not] = ACTIONS(3099), [anon_sym_compl] = ACTIONS(3099), [anon_sym_DASH_DASH] = ACTIONS(3101), [anon_sym_PLUS_PLUS] = ACTIONS(3101), [anon_sym_sizeof] = ACTIONS(3099), [anon_sym_offsetof] = ACTIONS(3099), [anon_sym__Generic] = ACTIONS(3099), [anon_sym_asm] = ACTIONS(3099), [anon_sym___asm__] = ACTIONS(3099), [sym_number_literal] = ACTIONS(3101), [anon_sym_L_SQUOTE] = ACTIONS(3101), [anon_sym_u_SQUOTE] = ACTIONS(3101), [anon_sym_U_SQUOTE] = ACTIONS(3101), [anon_sym_u8_SQUOTE] = ACTIONS(3101), [anon_sym_SQUOTE] = ACTIONS(3101), [anon_sym_L_DQUOTE] = ACTIONS(3101), [anon_sym_u_DQUOTE] = ACTIONS(3101), [anon_sym_U_DQUOTE] = ACTIONS(3101), [anon_sym_u8_DQUOTE] = ACTIONS(3101), [anon_sym_DQUOTE] = ACTIONS(3101), [sym_true] = ACTIONS(3099), [sym_false] = ACTIONS(3099), [anon_sym_NULL] = ACTIONS(3099), [anon_sym_nullptr] = ACTIONS(3099), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3099), [anon_sym_decltype] = ACTIONS(3099), [anon_sym_virtual] = ACTIONS(3099), [anon_sym_explicit] = ACTIONS(3099), [anon_sym_typename] = ACTIONS(3099), [anon_sym_template] = ACTIONS(3099), [anon_sym_operator] = ACTIONS(3099), [anon_sym_try] = ACTIONS(3099), [anon_sym_delete] = ACTIONS(3099), [anon_sym_throw] = ACTIONS(3099), [anon_sym_namespace] = ACTIONS(3099), [anon_sym_using] = ACTIONS(3099), [anon_sym_static_assert] = ACTIONS(3099), [anon_sym_concept] = ACTIONS(3099), [anon_sym_co_return] = ACTIONS(3099), [anon_sym_co_yield] = ACTIONS(3099), [anon_sym_R_DQUOTE] = ACTIONS(3101), [anon_sym_LR_DQUOTE] = ACTIONS(3101), [anon_sym_uR_DQUOTE] = ACTIONS(3101), [anon_sym_UR_DQUOTE] = ACTIONS(3101), [anon_sym_u8R_DQUOTE] = ACTIONS(3101), [anon_sym_co_await] = ACTIONS(3099), [anon_sym_new] = ACTIONS(3099), [anon_sym_requires] = ACTIONS(3099), [sym_this] = ACTIONS(3099), }, [479] = { [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_if_token2] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [aux_sym_preproc_else_token1] = ACTIONS(2914), [aux_sym_preproc_elif_token1] = ACTIONS(2914), [aux_sym_preproc_elifdef_token1] = ACTIONS(2914), [aux_sym_preproc_elifdef_token2] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [480] = { [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_if_token2] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [aux_sym_preproc_else_token1] = ACTIONS(2914), [aux_sym_preproc_elif_token1] = ACTIONS(2914), [aux_sym_preproc_elifdef_token1] = ACTIONS(2914), [aux_sym_preproc_elifdef_token2] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [481] = { [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_if_token2] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [aux_sym_preproc_else_token1] = ACTIONS(2914), [aux_sym_preproc_elif_token1] = ACTIONS(2914), [aux_sym_preproc_elifdef_token1] = ACTIONS(2914), [aux_sym_preproc_elifdef_token2] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [482] = { [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_if_token2] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [aux_sym_preproc_else_token1] = ACTIONS(2914), [aux_sym_preproc_elif_token1] = ACTIONS(2914), [aux_sym_preproc_elifdef_token1] = ACTIONS(2914), [aux_sym_preproc_elifdef_token2] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [483] = { [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_if_token2] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [aux_sym_preproc_else_token1] = ACTIONS(2914), [aux_sym_preproc_elif_token1] = ACTIONS(2914), [aux_sym_preproc_elifdef_token1] = ACTIONS(2914), [aux_sym_preproc_elifdef_token2] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [484] = { [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_if_token2] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [aux_sym_preproc_else_token1] = ACTIONS(2922), [aux_sym_preproc_elif_token1] = ACTIONS(2922), [aux_sym_preproc_elifdef_token1] = ACTIONS(2922), [aux_sym_preproc_elifdef_token2] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [485] = { [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_if_token2] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [aux_sym_preproc_else_token1] = ACTIONS(2914), [aux_sym_preproc_elif_token1] = ACTIONS(2914), [aux_sym_preproc_elifdef_token1] = ACTIONS(2914), [aux_sym_preproc_elifdef_token2] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [486] = { [sym_identifier] = ACTIONS(3103), [aux_sym_preproc_include_token1] = ACTIONS(3103), [aux_sym_preproc_def_token1] = ACTIONS(3103), [aux_sym_preproc_if_token1] = ACTIONS(3103), [aux_sym_preproc_if_token2] = ACTIONS(3103), [aux_sym_preproc_ifdef_token1] = ACTIONS(3103), [aux_sym_preproc_ifdef_token2] = ACTIONS(3103), [aux_sym_preproc_else_token1] = ACTIONS(3103), [aux_sym_preproc_elif_token1] = ACTIONS(3103), [aux_sym_preproc_elifdef_token1] = ACTIONS(3103), [aux_sym_preproc_elifdef_token2] = ACTIONS(3103), [sym_preproc_directive] = ACTIONS(3103), [anon_sym_LPAREN2] = ACTIONS(3105), [anon_sym_BANG] = ACTIONS(3105), [anon_sym_TILDE] = ACTIONS(3105), [anon_sym_DASH] = ACTIONS(3103), [anon_sym_PLUS] = ACTIONS(3103), [anon_sym_STAR] = ACTIONS(3105), [anon_sym_AMP_AMP] = ACTIONS(3105), [anon_sym_AMP] = ACTIONS(3103), [anon_sym_SEMI] = ACTIONS(3105), [anon_sym_typedef] = ACTIONS(3103), [anon_sym_extern] = ACTIONS(3103), [anon_sym___attribute__] = ACTIONS(3103), [anon_sym_COLON_COLON] = ACTIONS(3105), [anon_sym_LBRACK_LBRACK] = ACTIONS(3105), [anon_sym___declspec] = ACTIONS(3103), [anon_sym___based] = ACTIONS(3103), [anon_sym___cdecl] = ACTIONS(3103), [anon_sym___clrcall] = ACTIONS(3103), [anon_sym___stdcall] = ACTIONS(3103), [anon_sym___fastcall] = ACTIONS(3103), [anon_sym___thiscall] = ACTIONS(3103), [anon_sym___vectorcall] = ACTIONS(3103), [anon_sym_LBRACE] = ACTIONS(3105), [anon_sym_signed] = ACTIONS(3103), [anon_sym_unsigned] = ACTIONS(3103), [anon_sym_long] = ACTIONS(3103), [anon_sym_short] = ACTIONS(3103), [anon_sym_LBRACK] = ACTIONS(3103), [anon_sym_static] = ACTIONS(3103), [anon_sym_register] = ACTIONS(3103), [anon_sym_inline] = ACTIONS(3103), [anon_sym_thread_local] = ACTIONS(3103), [anon_sym_const] = ACTIONS(3103), [anon_sym_constexpr] = ACTIONS(3103), [anon_sym_volatile] = ACTIONS(3103), [anon_sym_restrict] = ACTIONS(3103), [anon_sym___restrict__] = ACTIONS(3103), [anon_sym__Atomic] = ACTIONS(3103), [anon_sym__Noreturn] = ACTIONS(3103), [anon_sym_noreturn] = ACTIONS(3103), [anon_sym_mutable] = ACTIONS(3103), [anon_sym_constinit] = ACTIONS(3103), [anon_sym_consteval] = ACTIONS(3103), [sym_primitive_type] = ACTIONS(3103), [anon_sym_enum] = ACTIONS(3103), [anon_sym_class] = ACTIONS(3103), [anon_sym_struct] = ACTIONS(3103), [anon_sym_union] = ACTIONS(3103), [anon_sym_if] = ACTIONS(3103), [anon_sym_else] = ACTIONS(3103), [anon_sym_switch] = ACTIONS(3103), [anon_sym_case] = ACTIONS(3103), [anon_sym_default] = ACTIONS(3103), [anon_sym_while] = ACTIONS(3103), [anon_sym_do] = ACTIONS(3103), [anon_sym_for] = ACTIONS(3103), [anon_sym_return] = ACTIONS(3103), [anon_sym_break] = ACTIONS(3103), [anon_sym_continue] = ACTIONS(3103), [anon_sym_goto] = ACTIONS(3103), [anon_sym_not] = ACTIONS(3103), [anon_sym_compl] = ACTIONS(3103), [anon_sym_DASH_DASH] = ACTIONS(3105), [anon_sym_PLUS_PLUS] = ACTIONS(3105), [anon_sym_sizeof] = ACTIONS(3103), [anon_sym_offsetof] = ACTIONS(3103), [anon_sym__Generic] = ACTIONS(3103), [anon_sym_asm] = ACTIONS(3103), [anon_sym___asm__] = ACTIONS(3103), [sym_number_literal] = ACTIONS(3105), [anon_sym_L_SQUOTE] = ACTIONS(3105), [anon_sym_u_SQUOTE] = ACTIONS(3105), [anon_sym_U_SQUOTE] = ACTIONS(3105), [anon_sym_u8_SQUOTE] = ACTIONS(3105), [anon_sym_SQUOTE] = ACTIONS(3105), [anon_sym_L_DQUOTE] = ACTIONS(3105), [anon_sym_u_DQUOTE] = ACTIONS(3105), [anon_sym_U_DQUOTE] = ACTIONS(3105), [anon_sym_u8_DQUOTE] = ACTIONS(3105), [anon_sym_DQUOTE] = ACTIONS(3105), [sym_true] = ACTIONS(3103), [sym_false] = ACTIONS(3103), [anon_sym_NULL] = ACTIONS(3103), [anon_sym_nullptr] = ACTIONS(3103), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3103), [anon_sym_decltype] = ACTIONS(3103), [anon_sym_virtual] = ACTIONS(3103), [anon_sym_explicit] = ACTIONS(3103), [anon_sym_typename] = ACTIONS(3103), [anon_sym_template] = ACTIONS(3103), [anon_sym_operator] = ACTIONS(3103), [anon_sym_try] = ACTIONS(3103), [anon_sym_delete] = ACTIONS(3103), [anon_sym_throw] = ACTIONS(3103), [anon_sym_namespace] = ACTIONS(3103), [anon_sym_using] = ACTIONS(3103), [anon_sym_static_assert] = ACTIONS(3103), [anon_sym_concept] = ACTIONS(3103), [anon_sym_co_return] = ACTIONS(3103), [anon_sym_co_yield] = ACTIONS(3103), [anon_sym_R_DQUOTE] = ACTIONS(3105), [anon_sym_LR_DQUOTE] = ACTIONS(3105), [anon_sym_uR_DQUOTE] = ACTIONS(3105), [anon_sym_UR_DQUOTE] = ACTIONS(3105), [anon_sym_u8R_DQUOTE] = ACTIONS(3105), [anon_sym_co_await] = ACTIONS(3103), [anon_sym_new] = ACTIONS(3103), [anon_sym_requires] = ACTIONS(3103), [sym_this] = ACTIONS(3103), }, [487] = { [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_if_token2] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [aux_sym_preproc_else_token1] = ACTIONS(2922), [aux_sym_preproc_elif_token1] = ACTIONS(2922), [aux_sym_preproc_elifdef_token1] = ACTIONS(2922), [aux_sym_preproc_elifdef_token2] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [488] = { [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_if_token2] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [aux_sym_preproc_else_token1] = ACTIONS(2914), [aux_sym_preproc_elif_token1] = ACTIONS(2914), [aux_sym_preproc_elifdef_token1] = ACTIONS(2914), [aux_sym_preproc_elifdef_token2] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [489] = { [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_if_token2] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [aux_sym_preproc_else_token1] = ACTIONS(2914), [aux_sym_preproc_elif_token1] = ACTIONS(2914), [aux_sym_preproc_elifdef_token1] = ACTIONS(2914), [aux_sym_preproc_elifdef_token2] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [490] = { [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_if_token2] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [aux_sym_preproc_else_token1] = ACTIONS(2914), [aux_sym_preproc_elif_token1] = ACTIONS(2914), [aux_sym_preproc_elifdef_token1] = ACTIONS(2914), [aux_sym_preproc_elifdef_token2] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [491] = { [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_if_token2] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [aux_sym_preproc_else_token1] = ACTIONS(2922), [aux_sym_preproc_elif_token1] = ACTIONS(2922), [aux_sym_preproc_elifdef_token1] = ACTIONS(2922), [aux_sym_preproc_elifdef_token2] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [492] = { [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_if_token2] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [aux_sym_preproc_else_token1] = ACTIONS(2922), [aux_sym_preproc_elif_token1] = ACTIONS(2922), [aux_sym_preproc_elifdef_token1] = ACTIONS(2922), [aux_sym_preproc_elifdef_token2] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [493] = { [sym_identifier] = ACTIONS(3107), [aux_sym_preproc_include_token1] = ACTIONS(3107), [aux_sym_preproc_def_token1] = ACTIONS(3107), [aux_sym_preproc_if_token1] = ACTIONS(3107), [aux_sym_preproc_if_token2] = ACTIONS(3107), [aux_sym_preproc_ifdef_token1] = ACTIONS(3107), [aux_sym_preproc_ifdef_token2] = ACTIONS(3107), [aux_sym_preproc_else_token1] = ACTIONS(3107), [aux_sym_preproc_elif_token1] = ACTIONS(3107), [aux_sym_preproc_elifdef_token1] = ACTIONS(3107), [aux_sym_preproc_elifdef_token2] = ACTIONS(3107), [sym_preproc_directive] = ACTIONS(3107), [anon_sym_LPAREN2] = ACTIONS(3109), [anon_sym_BANG] = ACTIONS(3109), [anon_sym_TILDE] = ACTIONS(3109), [anon_sym_DASH] = ACTIONS(3107), [anon_sym_PLUS] = ACTIONS(3107), [anon_sym_STAR] = ACTIONS(3109), [anon_sym_AMP_AMP] = ACTIONS(3109), [anon_sym_AMP] = ACTIONS(3107), [anon_sym_SEMI] = ACTIONS(3109), [anon_sym_typedef] = ACTIONS(3107), [anon_sym_extern] = ACTIONS(3107), [anon_sym___attribute__] = ACTIONS(3107), [anon_sym_COLON_COLON] = ACTIONS(3109), [anon_sym_LBRACK_LBRACK] = ACTIONS(3109), [anon_sym___declspec] = ACTIONS(3107), [anon_sym___based] = ACTIONS(3107), [anon_sym___cdecl] = ACTIONS(3107), [anon_sym___clrcall] = ACTIONS(3107), [anon_sym___stdcall] = ACTIONS(3107), [anon_sym___fastcall] = ACTIONS(3107), [anon_sym___thiscall] = ACTIONS(3107), [anon_sym___vectorcall] = ACTIONS(3107), [anon_sym_LBRACE] = ACTIONS(3109), [anon_sym_signed] = ACTIONS(3107), [anon_sym_unsigned] = ACTIONS(3107), [anon_sym_long] = ACTIONS(3107), [anon_sym_short] = ACTIONS(3107), [anon_sym_LBRACK] = ACTIONS(3107), [anon_sym_static] = ACTIONS(3107), [anon_sym_register] = ACTIONS(3107), [anon_sym_inline] = ACTIONS(3107), [anon_sym_thread_local] = ACTIONS(3107), [anon_sym_const] = ACTIONS(3107), [anon_sym_constexpr] = ACTIONS(3107), [anon_sym_volatile] = ACTIONS(3107), [anon_sym_restrict] = ACTIONS(3107), [anon_sym___restrict__] = ACTIONS(3107), [anon_sym__Atomic] = ACTIONS(3107), [anon_sym__Noreturn] = ACTIONS(3107), [anon_sym_noreturn] = ACTIONS(3107), [anon_sym_mutable] = ACTIONS(3107), [anon_sym_constinit] = ACTIONS(3107), [anon_sym_consteval] = ACTIONS(3107), [sym_primitive_type] = ACTIONS(3107), [anon_sym_enum] = ACTIONS(3107), [anon_sym_class] = ACTIONS(3107), [anon_sym_struct] = ACTIONS(3107), [anon_sym_union] = ACTIONS(3107), [anon_sym_if] = ACTIONS(3107), [anon_sym_else] = ACTIONS(3107), [anon_sym_switch] = ACTIONS(3107), [anon_sym_case] = ACTIONS(3107), [anon_sym_default] = ACTIONS(3107), [anon_sym_while] = ACTIONS(3107), [anon_sym_do] = ACTIONS(3107), [anon_sym_for] = ACTIONS(3107), [anon_sym_return] = ACTIONS(3107), [anon_sym_break] = ACTIONS(3107), [anon_sym_continue] = ACTIONS(3107), [anon_sym_goto] = ACTIONS(3107), [anon_sym_not] = ACTIONS(3107), [anon_sym_compl] = ACTIONS(3107), [anon_sym_DASH_DASH] = ACTIONS(3109), [anon_sym_PLUS_PLUS] = ACTIONS(3109), [anon_sym_sizeof] = ACTIONS(3107), [anon_sym_offsetof] = ACTIONS(3107), [anon_sym__Generic] = ACTIONS(3107), [anon_sym_asm] = ACTIONS(3107), [anon_sym___asm__] = ACTIONS(3107), [sym_number_literal] = ACTIONS(3109), [anon_sym_L_SQUOTE] = ACTIONS(3109), [anon_sym_u_SQUOTE] = ACTIONS(3109), [anon_sym_U_SQUOTE] = ACTIONS(3109), [anon_sym_u8_SQUOTE] = ACTIONS(3109), [anon_sym_SQUOTE] = ACTIONS(3109), [anon_sym_L_DQUOTE] = ACTIONS(3109), [anon_sym_u_DQUOTE] = ACTIONS(3109), [anon_sym_U_DQUOTE] = ACTIONS(3109), [anon_sym_u8_DQUOTE] = ACTIONS(3109), [anon_sym_DQUOTE] = ACTIONS(3109), [sym_true] = ACTIONS(3107), [sym_false] = ACTIONS(3107), [anon_sym_NULL] = ACTIONS(3107), [anon_sym_nullptr] = ACTIONS(3107), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3107), [anon_sym_decltype] = ACTIONS(3107), [anon_sym_virtual] = ACTIONS(3107), [anon_sym_explicit] = ACTIONS(3107), [anon_sym_typename] = ACTIONS(3107), [anon_sym_template] = ACTIONS(3107), [anon_sym_operator] = ACTIONS(3107), [anon_sym_try] = ACTIONS(3107), [anon_sym_delete] = ACTIONS(3107), [anon_sym_throw] = ACTIONS(3107), [anon_sym_namespace] = ACTIONS(3107), [anon_sym_using] = ACTIONS(3107), [anon_sym_static_assert] = ACTIONS(3107), [anon_sym_concept] = ACTIONS(3107), [anon_sym_co_return] = ACTIONS(3107), [anon_sym_co_yield] = ACTIONS(3107), [anon_sym_R_DQUOTE] = ACTIONS(3109), [anon_sym_LR_DQUOTE] = ACTIONS(3109), [anon_sym_uR_DQUOTE] = ACTIONS(3109), [anon_sym_UR_DQUOTE] = ACTIONS(3109), [anon_sym_u8R_DQUOTE] = ACTIONS(3109), [anon_sym_co_await] = ACTIONS(3107), [anon_sym_new] = ACTIONS(3107), [anon_sym_requires] = ACTIONS(3107), [sym_this] = ACTIONS(3107), }, [494] = { [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_if_token2] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [aux_sym_preproc_else_token1] = ACTIONS(2922), [aux_sym_preproc_elif_token1] = ACTIONS(2922), [aux_sym_preproc_elifdef_token1] = ACTIONS(2922), [aux_sym_preproc_elifdef_token2] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [495] = { [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_if_token2] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [aux_sym_preproc_else_token1] = ACTIONS(2922), [aux_sym_preproc_elif_token1] = ACTIONS(2922), [aux_sym_preproc_elifdef_token1] = ACTIONS(2922), [aux_sym_preproc_elifdef_token2] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [496] = { [sym_identifier] = ACTIONS(3111), [aux_sym_preproc_include_token1] = ACTIONS(3111), [aux_sym_preproc_def_token1] = ACTIONS(3111), [aux_sym_preproc_if_token1] = ACTIONS(3111), [aux_sym_preproc_if_token2] = ACTIONS(3111), [aux_sym_preproc_ifdef_token1] = ACTIONS(3111), [aux_sym_preproc_ifdef_token2] = ACTIONS(3111), [aux_sym_preproc_else_token1] = ACTIONS(3111), [aux_sym_preproc_elif_token1] = ACTIONS(3111), [aux_sym_preproc_elifdef_token1] = ACTIONS(3111), [aux_sym_preproc_elifdef_token2] = ACTIONS(3111), [sym_preproc_directive] = ACTIONS(3111), [anon_sym_LPAREN2] = ACTIONS(3113), [anon_sym_BANG] = ACTIONS(3113), [anon_sym_TILDE] = ACTIONS(3113), [anon_sym_DASH] = ACTIONS(3111), [anon_sym_PLUS] = ACTIONS(3111), [anon_sym_STAR] = ACTIONS(3113), [anon_sym_AMP_AMP] = ACTIONS(3113), [anon_sym_AMP] = ACTIONS(3111), [anon_sym_SEMI] = ACTIONS(3113), [anon_sym_typedef] = ACTIONS(3111), [anon_sym_extern] = ACTIONS(3111), [anon_sym___attribute__] = ACTIONS(3111), [anon_sym_COLON_COLON] = ACTIONS(3113), [anon_sym_LBRACK_LBRACK] = ACTIONS(3113), [anon_sym___declspec] = ACTIONS(3111), [anon_sym___based] = ACTIONS(3111), [anon_sym___cdecl] = ACTIONS(3111), [anon_sym___clrcall] = ACTIONS(3111), [anon_sym___stdcall] = ACTIONS(3111), [anon_sym___fastcall] = ACTIONS(3111), [anon_sym___thiscall] = ACTIONS(3111), [anon_sym___vectorcall] = ACTIONS(3111), [anon_sym_LBRACE] = ACTIONS(3113), [anon_sym_signed] = ACTIONS(3111), [anon_sym_unsigned] = ACTIONS(3111), [anon_sym_long] = ACTIONS(3111), [anon_sym_short] = ACTIONS(3111), [anon_sym_LBRACK] = ACTIONS(3111), [anon_sym_static] = ACTIONS(3111), [anon_sym_register] = ACTIONS(3111), [anon_sym_inline] = ACTIONS(3111), [anon_sym_thread_local] = ACTIONS(3111), [anon_sym_const] = ACTIONS(3111), [anon_sym_constexpr] = ACTIONS(3111), [anon_sym_volatile] = ACTIONS(3111), [anon_sym_restrict] = ACTIONS(3111), [anon_sym___restrict__] = ACTIONS(3111), [anon_sym__Atomic] = ACTIONS(3111), [anon_sym__Noreturn] = ACTIONS(3111), [anon_sym_noreturn] = ACTIONS(3111), [anon_sym_mutable] = ACTIONS(3111), [anon_sym_constinit] = ACTIONS(3111), [anon_sym_consteval] = ACTIONS(3111), [sym_primitive_type] = ACTIONS(3111), [anon_sym_enum] = ACTIONS(3111), [anon_sym_class] = ACTIONS(3111), [anon_sym_struct] = ACTIONS(3111), [anon_sym_union] = ACTIONS(3111), [anon_sym_if] = ACTIONS(3111), [anon_sym_else] = ACTIONS(3111), [anon_sym_switch] = ACTIONS(3111), [anon_sym_case] = ACTIONS(3111), [anon_sym_default] = ACTIONS(3111), [anon_sym_while] = ACTIONS(3111), [anon_sym_do] = ACTIONS(3111), [anon_sym_for] = ACTIONS(3111), [anon_sym_return] = ACTIONS(3111), [anon_sym_break] = ACTIONS(3111), [anon_sym_continue] = ACTIONS(3111), [anon_sym_goto] = ACTIONS(3111), [anon_sym_not] = ACTIONS(3111), [anon_sym_compl] = ACTIONS(3111), [anon_sym_DASH_DASH] = ACTIONS(3113), [anon_sym_PLUS_PLUS] = ACTIONS(3113), [anon_sym_sizeof] = ACTIONS(3111), [anon_sym_offsetof] = ACTIONS(3111), [anon_sym__Generic] = ACTIONS(3111), [anon_sym_asm] = ACTIONS(3111), [anon_sym___asm__] = ACTIONS(3111), [sym_number_literal] = ACTIONS(3113), [anon_sym_L_SQUOTE] = ACTIONS(3113), [anon_sym_u_SQUOTE] = ACTIONS(3113), [anon_sym_U_SQUOTE] = ACTIONS(3113), [anon_sym_u8_SQUOTE] = ACTIONS(3113), [anon_sym_SQUOTE] = ACTIONS(3113), [anon_sym_L_DQUOTE] = ACTIONS(3113), [anon_sym_u_DQUOTE] = ACTIONS(3113), [anon_sym_U_DQUOTE] = ACTIONS(3113), [anon_sym_u8_DQUOTE] = ACTIONS(3113), [anon_sym_DQUOTE] = ACTIONS(3113), [sym_true] = ACTIONS(3111), [sym_false] = ACTIONS(3111), [anon_sym_NULL] = ACTIONS(3111), [anon_sym_nullptr] = ACTIONS(3111), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3111), [anon_sym_decltype] = ACTIONS(3111), [anon_sym_virtual] = ACTIONS(3111), [anon_sym_explicit] = ACTIONS(3111), [anon_sym_typename] = ACTIONS(3111), [anon_sym_template] = ACTIONS(3111), [anon_sym_operator] = ACTIONS(3111), [anon_sym_try] = ACTIONS(3111), [anon_sym_delete] = ACTIONS(3111), [anon_sym_throw] = ACTIONS(3111), [anon_sym_namespace] = ACTIONS(3111), [anon_sym_using] = ACTIONS(3111), [anon_sym_static_assert] = ACTIONS(3111), [anon_sym_concept] = ACTIONS(3111), [anon_sym_co_return] = ACTIONS(3111), [anon_sym_co_yield] = ACTIONS(3111), [anon_sym_R_DQUOTE] = ACTIONS(3113), [anon_sym_LR_DQUOTE] = ACTIONS(3113), [anon_sym_uR_DQUOTE] = ACTIONS(3113), [anon_sym_UR_DQUOTE] = ACTIONS(3113), [anon_sym_u8R_DQUOTE] = ACTIONS(3113), [anon_sym_co_await] = ACTIONS(3111), [anon_sym_new] = ACTIONS(3111), [anon_sym_requires] = ACTIONS(3111), [sym_this] = ACTIONS(3111), }, [497] = { [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_if_token2] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [aux_sym_preproc_else_token1] = ACTIONS(2914), [aux_sym_preproc_elif_token1] = ACTIONS(2914), [aux_sym_preproc_elifdef_token1] = ACTIONS(2914), [aux_sym_preproc_elifdef_token2] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [498] = { [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_if_token2] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [aux_sym_preproc_else_token1] = ACTIONS(2922), [aux_sym_preproc_elif_token1] = ACTIONS(2922), [aux_sym_preproc_elifdef_token1] = ACTIONS(2922), [aux_sym_preproc_elifdef_token2] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [499] = { [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_if_token2] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [aux_sym_preproc_else_token1] = ACTIONS(2922), [aux_sym_preproc_elif_token1] = ACTIONS(2922), [aux_sym_preproc_elifdef_token1] = ACTIONS(2922), [aux_sym_preproc_elifdef_token2] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [500] = { [sym_identifier] = ACTIONS(3115), [aux_sym_preproc_include_token1] = ACTIONS(3115), [aux_sym_preproc_def_token1] = ACTIONS(3115), [aux_sym_preproc_if_token1] = ACTIONS(3115), [aux_sym_preproc_if_token2] = ACTIONS(3115), [aux_sym_preproc_ifdef_token1] = ACTIONS(3115), [aux_sym_preproc_ifdef_token2] = ACTIONS(3115), [aux_sym_preproc_else_token1] = ACTIONS(3115), [aux_sym_preproc_elif_token1] = ACTIONS(3115), [aux_sym_preproc_elifdef_token1] = ACTIONS(3115), [aux_sym_preproc_elifdef_token2] = ACTIONS(3115), [sym_preproc_directive] = ACTIONS(3115), [anon_sym_LPAREN2] = ACTIONS(3117), [anon_sym_BANG] = ACTIONS(3117), [anon_sym_TILDE] = ACTIONS(3117), [anon_sym_DASH] = ACTIONS(3115), [anon_sym_PLUS] = ACTIONS(3115), [anon_sym_STAR] = ACTIONS(3117), [anon_sym_AMP_AMP] = ACTIONS(3117), [anon_sym_AMP] = ACTIONS(3115), [anon_sym_SEMI] = ACTIONS(3117), [anon_sym_typedef] = ACTIONS(3115), [anon_sym_extern] = ACTIONS(3115), [anon_sym___attribute__] = ACTIONS(3115), [anon_sym_COLON_COLON] = ACTIONS(3117), [anon_sym_LBRACK_LBRACK] = ACTIONS(3117), [anon_sym___declspec] = ACTIONS(3115), [anon_sym___based] = ACTIONS(3115), [anon_sym___cdecl] = ACTIONS(3115), [anon_sym___clrcall] = ACTIONS(3115), [anon_sym___stdcall] = ACTIONS(3115), [anon_sym___fastcall] = ACTIONS(3115), [anon_sym___thiscall] = ACTIONS(3115), [anon_sym___vectorcall] = ACTIONS(3115), [anon_sym_LBRACE] = ACTIONS(3117), [anon_sym_signed] = ACTIONS(3115), [anon_sym_unsigned] = ACTIONS(3115), [anon_sym_long] = ACTIONS(3115), [anon_sym_short] = ACTIONS(3115), [anon_sym_LBRACK] = ACTIONS(3115), [anon_sym_static] = ACTIONS(3115), [anon_sym_register] = ACTIONS(3115), [anon_sym_inline] = ACTIONS(3115), [anon_sym_thread_local] = ACTIONS(3115), [anon_sym_const] = ACTIONS(3115), [anon_sym_constexpr] = ACTIONS(3115), [anon_sym_volatile] = ACTIONS(3115), [anon_sym_restrict] = ACTIONS(3115), [anon_sym___restrict__] = ACTIONS(3115), [anon_sym__Atomic] = ACTIONS(3115), [anon_sym__Noreturn] = ACTIONS(3115), [anon_sym_noreturn] = ACTIONS(3115), [anon_sym_mutable] = ACTIONS(3115), [anon_sym_constinit] = ACTIONS(3115), [anon_sym_consteval] = ACTIONS(3115), [sym_primitive_type] = ACTIONS(3115), [anon_sym_enum] = ACTIONS(3115), [anon_sym_class] = ACTIONS(3115), [anon_sym_struct] = ACTIONS(3115), [anon_sym_union] = ACTIONS(3115), [anon_sym_if] = ACTIONS(3115), [anon_sym_else] = ACTIONS(3115), [anon_sym_switch] = ACTIONS(3115), [anon_sym_case] = ACTIONS(3115), [anon_sym_default] = ACTIONS(3115), [anon_sym_while] = ACTIONS(3115), [anon_sym_do] = ACTIONS(3115), [anon_sym_for] = ACTIONS(3115), [anon_sym_return] = ACTIONS(3115), [anon_sym_break] = ACTIONS(3115), [anon_sym_continue] = ACTIONS(3115), [anon_sym_goto] = ACTIONS(3115), [anon_sym_not] = ACTIONS(3115), [anon_sym_compl] = ACTIONS(3115), [anon_sym_DASH_DASH] = ACTIONS(3117), [anon_sym_PLUS_PLUS] = ACTIONS(3117), [anon_sym_sizeof] = ACTIONS(3115), [anon_sym_offsetof] = ACTIONS(3115), [anon_sym__Generic] = ACTIONS(3115), [anon_sym_asm] = ACTIONS(3115), [anon_sym___asm__] = ACTIONS(3115), [sym_number_literal] = ACTIONS(3117), [anon_sym_L_SQUOTE] = ACTIONS(3117), [anon_sym_u_SQUOTE] = ACTIONS(3117), [anon_sym_U_SQUOTE] = ACTIONS(3117), [anon_sym_u8_SQUOTE] = ACTIONS(3117), [anon_sym_SQUOTE] = ACTIONS(3117), [anon_sym_L_DQUOTE] = ACTIONS(3117), [anon_sym_u_DQUOTE] = ACTIONS(3117), [anon_sym_U_DQUOTE] = ACTIONS(3117), [anon_sym_u8_DQUOTE] = ACTIONS(3117), [anon_sym_DQUOTE] = ACTIONS(3117), [sym_true] = ACTIONS(3115), [sym_false] = ACTIONS(3115), [anon_sym_NULL] = ACTIONS(3115), [anon_sym_nullptr] = ACTIONS(3115), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3115), [anon_sym_decltype] = ACTIONS(3115), [anon_sym_virtual] = ACTIONS(3115), [anon_sym_explicit] = ACTIONS(3115), [anon_sym_typename] = ACTIONS(3115), [anon_sym_template] = ACTIONS(3115), [anon_sym_operator] = ACTIONS(3115), [anon_sym_try] = ACTIONS(3115), [anon_sym_delete] = ACTIONS(3115), [anon_sym_throw] = ACTIONS(3115), [anon_sym_namespace] = ACTIONS(3115), [anon_sym_using] = ACTIONS(3115), [anon_sym_static_assert] = ACTIONS(3115), [anon_sym_concept] = ACTIONS(3115), [anon_sym_co_return] = ACTIONS(3115), [anon_sym_co_yield] = ACTIONS(3115), [anon_sym_R_DQUOTE] = ACTIONS(3117), [anon_sym_LR_DQUOTE] = ACTIONS(3117), [anon_sym_uR_DQUOTE] = ACTIONS(3117), [anon_sym_UR_DQUOTE] = ACTIONS(3117), [anon_sym_u8R_DQUOTE] = ACTIONS(3117), [anon_sym_co_await] = ACTIONS(3115), [anon_sym_new] = ACTIONS(3115), [anon_sym_requires] = ACTIONS(3115), [sym_this] = ACTIONS(3115), }, [501] = { [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_if_token2] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [aux_sym_preproc_else_token1] = ACTIONS(2914), [aux_sym_preproc_elif_token1] = ACTIONS(2914), [aux_sym_preproc_elifdef_token1] = ACTIONS(2914), [aux_sym_preproc_elifdef_token2] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [502] = { [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_if_token2] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [aux_sym_preproc_else_token1] = ACTIONS(2914), [aux_sym_preproc_elif_token1] = ACTIONS(2914), [aux_sym_preproc_elifdef_token1] = ACTIONS(2914), [aux_sym_preproc_elifdef_token2] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [503] = { [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_if_token2] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [aux_sym_preproc_else_token1] = ACTIONS(2914), [aux_sym_preproc_elif_token1] = ACTIONS(2914), [aux_sym_preproc_elifdef_token1] = ACTIONS(2914), [aux_sym_preproc_elifdef_token2] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [504] = { [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_if_token2] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [aux_sym_preproc_else_token1] = ACTIONS(2914), [aux_sym_preproc_elif_token1] = ACTIONS(2914), [aux_sym_preproc_elifdef_token1] = ACTIONS(2914), [aux_sym_preproc_elifdef_token2] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [505] = { [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_if_token2] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [aux_sym_preproc_else_token1] = ACTIONS(2914), [aux_sym_preproc_elif_token1] = ACTIONS(2914), [aux_sym_preproc_elifdef_token1] = ACTIONS(2914), [aux_sym_preproc_elifdef_token2] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [506] = { [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_if_token2] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [aux_sym_preproc_else_token1] = ACTIONS(2914), [aux_sym_preproc_elif_token1] = ACTIONS(2914), [aux_sym_preproc_elifdef_token1] = ACTIONS(2914), [aux_sym_preproc_elifdef_token2] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [507] = { [sym_identifier] = ACTIONS(3119), [aux_sym_preproc_include_token1] = ACTIONS(3119), [aux_sym_preproc_def_token1] = ACTIONS(3119), [aux_sym_preproc_if_token1] = ACTIONS(3119), [aux_sym_preproc_if_token2] = ACTIONS(3119), [aux_sym_preproc_ifdef_token1] = ACTIONS(3119), [aux_sym_preproc_ifdef_token2] = ACTIONS(3119), [aux_sym_preproc_else_token1] = ACTIONS(3119), [aux_sym_preproc_elif_token1] = ACTIONS(3119), [aux_sym_preproc_elifdef_token1] = ACTIONS(3119), [aux_sym_preproc_elifdef_token2] = ACTIONS(3119), [sym_preproc_directive] = ACTIONS(3119), [anon_sym_LPAREN2] = ACTIONS(3121), [anon_sym_BANG] = ACTIONS(3121), [anon_sym_TILDE] = ACTIONS(3121), [anon_sym_DASH] = ACTIONS(3119), [anon_sym_PLUS] = ACTIONS(3119), [anon_sym_STAR] = ACTIONS(3121), [anon_sym_AMP_AMP] = ACTIONS(3121), [anon_sym_AMP] = ACTIONS(3119), [anon_sym_SEMI] = ACTIONS(3121), [anon_sym_typedef] = ACTIONS(3119), [anon_sym_extern] = ACTIONS(3119), [anon_sym___attribute__] = ACTIONS(3119), [anon_sym_COLON_COLON] = ACTIONS(3121), [anon_sym_LBRACK_LBRACK] = ACTIONS(3121), [anon_sym___declspec] = ACTIONS(3119), [anon_sym___based] = ACTIONS(3119), [anon_sym___cdecl] = ACTIONS(3119), [anon_sym___clrcall] = ACTIONS(3119), [anon_sym___stdcall] = ACTIONS(3119), [anon_sym___fastcall] = ACTIONS(3119), [anon_sym___thiscall] = ACTIONS(3119), [anon_sym___vectorcall] = ACTIONS(3119), [anon_sym_LBRACE] = ACTIONS(3121), [anon_sym_signed] = ACTIONS(3119), [anon_sym_unsigned] = ACTIONS(3119), [anon_sym_long] = ACTIONS(3119), [anon_sym_short] = ACTIONS(3119), [anon_sym_LBRACK] = ACTIONS(3119), [anon_sym_static] = ACTIONS(3119), [anon_sym_register] = ACTIONS(3119), [anon_sym_inline] = ACTIONS(3119), [anon_sym_thread_local] = ACTIONS(3119), [anon_sym_const] = ACTIONS(3119), [anon_sym_constexpr] = ACTIONS(3119), [anon_sym_volatile] = ACTIONS(3119), [anon_sym_restrict] = ACTIONS(3119), [anon_sym___restrict__] = ACTIONS(3119), [anon_sym__Atomic] = ACTIONS(3119), [anon_sym__Noreturn] = ACTIONS(3119), [anon_sym_noreturn] = ACTIONS(3119), [anon_sym_mutable] = ACTIONS(3119), [anon_sym_constinit] = ACTIONS(3119), [anon_sym_consteval] = ACTIONS(3119), [sym_primitive_type] = ACTIONS(3119), [anon_sym_enum] = ACTIONS(3119), [anon_sym_class] = ACTIONS(3119), [anon_sym_struct] = ACTIONS(3119), [anon_sym_union] = ACTIONS(3119), [anon_sym_if] = ACTIONS(3119), [anon_sym_switch] = ACTIONS(3119), [anon_sym_case] = ACTIONS(3119), [anon_sym_default] = ACTIONS(3119), [anon_sym_while] = ACTIONS(3119), [anon_sym_do] = ACTIONS(3119), [anon_sym_for] = ACTIONS(3119), [anon_sym_return] = ACTIONS(3119), [anon_sym_break] = ACTIONS(3119), [anon_sym_continue] = ACTIONS(3119), [anon_sym_goto] = ACTIONS(3119), [anon_sym_not] = ACTIONS(3119), [anon_sym_compl] = ACTIONS(3119), [anon_sym_DASH_DASH] = ACTIONS(3121), [anon_sym_PLUS_PLUS] = ACTIONS(3121), [anon_sym_sizeof] = ACTIONS(3119), [anon_sym_offsetof] = ACTIONS(3119), [anon_sym__Generic] = ACTIONS(3119), [anon_sym_asm] = ACTIONS(3119), [anon_sym___asm__] = ACTIONS(3119), [sym_number_literal] = ACTIONS(3121), [anon_sym_L_SQUOTE] = ACTIONS(3121), [anon_sym_u_SQUOTE] = ACTIONS(3121), [anon_sym_U_SQUOTE] = ACTIONS(3121), [anon_sym_u8_SQUOTE] = ACTIONS(3121), [anon_sym_SQUOTE] = ACTIONS(3121), [anon_sym_L_DQUOTE] = ACTIONS(3121), [anon_sym_u_DQUOTE] = ACTIONS(3121), [anon_sym_U_DQUOTE] = ACTIONS(3121), [anon_sym_u8_DQUOTE] = ACTIONS(3121), [anon_sym_DQUOTE] = ACTIONS(3121), [sym_true] = ACTIONS(3119), [sym_false] = ACTIONS(3119), [anon_sym_NULL] = ACTIONS(3119), [anon_sym_nullptr] = ACTIONS(3119), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3119), [anon_sym_decltype] = ACTIONS(3119), [anon_sym_virtual] = ACTIONS(3119), [anon_sym_explicit] = ACTIONS(3119), [anon_sym_typename] = ACTIONS(3119), [anon_sym_template] = ACTIONS(3119), [anon_sym_operator] = ACTIONS(3119), [anon_sym_try] = ACTIONS(3119), [anon_sym_delete] = ACTIONS(3119), [anon_sym_throw] = ACTIONS(3119), [anon_sym_namespace] = ACTIONS(3119), [anon_sym_using] = ACTIONS(3119), [anon_sym_static_assert] = ACTIONS(3119), [anon_sym_concept] = ACTIONS(3119), [anon_sym_co_return] = ACTIONS(3119), [anon_sym_co_yield] = ACTIONS(3119), [anon_sym_R_DQUOTE] = ACTIONS(3121), [anon_sym_LR_DQUOTE] = ACTIONS(3121), [anon_sym_uR_DQUOTE] = ACTIONS(3121), [anon_sym_UR_DQUOTE] = ACTIONS(3121), [anon_sym_u8R_DQUOTE] = ACTIONS(3121), [anon_sym_co_await] = ACTIONS(3119), [anon_sym_new] = ACTIONS(3119), [anon_sym_requires] = ACTIONS(3119), [sym_this] = ACTIONS(3119), }, [508] = { [sym_identifier] = ACTIONS(3123), [aux_sym_preproc_include_token1] = ACTIONS(3123), [aux_sym_preproc_def_token1] = ACTIONS(3123), [aux_sym_preproc_if_token1] = ACTIONS(3123), [aux_sym_preproc_if_token2] = ACTIONS(3123), [aux_sym_preproc_ifdef_token1] = ACTIONS(3123), [aux_sym_preproc_ifdef_token2] = ACTIONS(3123), [aux_sym_preproc_else_token1] = ACTIONS(3123), [aux_sym_preproc_elif_token1] = ACTIONS(3123), [aux_sym_preproc_elifdef_token1] = ACTIONS(3123), [aux_sym_preproc_elifdef_token2] = ACTIONS(3123), [sym_preproc_directive] = ACTIONS(3123), [anon_sym_LPAREN2] = ACTIONS(3125), [anon_sym_BANG] = ACTIONS(3125), [anon_sym_TILDE] = ACTIONS(3125), [anon_sym_DASH] = ACTIONS(3123), [anon_sym_PLUS] = ACTIONS(3123), [anon_sym_STAR] = ACTIONS(3125), [anon_sym_AMP_AMP] = ACTIONS(3125), [anon_sym_AMP] = ACTIONS(3123), [anon_sym_SEMI] = ACTIONS(3125), [anon_sym_typedef] = ACTIONS(3123), [anon_sym_extern] = ACTIONS(3123), [anon_sym___attribute__] = ACTIONS(3123), [anon_sym_COLON_COLON] = ACTIONS(3125), [anon_sym_LBRACK_LBRACK] = ACTIONS(3125), [anon_sym___declspec] = ACTIONS(3123), [anon_sym___based] = ACTIONS(3123), [anon_sym___cdecl] = ACTIONS(3123), [anon_sym___clrcall] = ACTIONS(3123), [anon_sym___stdcall] = ACTIONS(3123), [anon_sym___fastcall] = ACTIONS(3123), [anon_sym___thiscall] = ACTIONS(3123), [anon_sym___vectorcall] = ACTIONS(3123), [anon_sym_LBRACE] = ACTIONS(3125), [anon_sym_signed] = ACTIONS(3123), [anon_sym_unsigned] = ACTIONS(3123), [anon_sym_long] = ACTIONS(3123), [anon_sym_short] = ACTIONS(3123), [anon_sym_LBRACK] = ACTIONS(3123), [anon_sym_static] = ACTIONS(3123), [anon_sym_register] = ACTIONS(3123), [anon_sym_inline] = ACTIONS(3123), [anon_sym_thread_local] = ACTIONS(3123), [anon_sym_const] = ACTIONS(3123), [anon_sym_constexpr] = ACTIONS(3123), [anon_sym_volatile] = ACTIONS(3123), [anon_sym_restrict] = ACTIONS(3123), [anon_sym___restrict__] = ACTIONS(3123), [anon_sym__Atomic] = ACTIONS(3123), [anon_sym__Noreturn] = ACTIONS(3123), [anon_sym_noreturn] = ACTIONS(3123), [anon_sym_mutable] = ACTIONS(3123), [anon_sym_constinit] = ACTIONS(3123), [anon_sym_consteval] = ACTIONS(3123), [sym_primitive_type] = ACTIONS(3123), [anon_sym_enum] = ACTIONS(3123), [anon_sym_class] = ACTIONS(3123), [anon_sym_struct] = ACTIONS(3123), [anon_sym_union] = ACTIONS(3123), [anon_sym_if] = ACTIONS(3123), [anon_sym_switch] = ACTIONS(3123), [anon_sym_case] = ACTIONS(3123), [anon_sym_default] = ACTIONS(3123), [anon_sym_while] = ACTIONS(3123), [anon_sym_do] = ACTIONS(3123), [anon_sym_for] = ACTIONS(3123), [anon_sym_return] = ACTIONS(3123), [anon_sym_break] = ACTIONS(3123), [anon_sym_continue] = ACTIONS(3123), [anon_sym_goto] = ACTIONS(3123), [anon_sym_not] = ACTIONS(3123), [anon_sym_compl] = ACTIONS(3123), [anon_sym_DASH_DASH] = ACTIONS(3125), [anon_sym_PLUS_PLUS] = ACTIONS(3125), [anon_sym_sizeof] = ACTIONS(3123), [anon_sym_offsetof] = ACTIONS(3123), [anon_sym__Generic] = ACTIONS(3123), [anon_sym_asm] = ACTIONS(3123), [anon_sym___asm__] = ACTIONS(3123), [sym_number_literal] = ACTIONS(3125), [anon_sym_L_SQUOTE] = ACTIONS(3125), [anon_sym_u_SQUOTE] = ACTIONS(3125), [anon_sym_U_SQUOTE] = ACTIONS(3125), [anon_sym_u8_SQUOTE] = ACTIONS(3125), [anon_sym_SQUOTE] = ACTIONS(3125), [anon_sym_L_DQUOTE] = ACTIONS(3125), [anon_sym_u_DQUOTE] = ACTIONS(3125), [anon_sym_U_DQUOTE] = ACTIONS(3125), [anon_sym_u8_DQUOTE] = ACTIONS(3125), [anon_sym_DQUOTE] = ACTIONS(3125), [sym_true] = ACTIONS(3123), [sym_false] = ACTIONS(3123), [anon_sym_NULL] = ACTIONS(3123), [anon_sym_nullptr] = ACTIONS(3123), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3123), [anon_sym_decltype] = ACTIONS(3123), [anon_sym_virtual] = ACTIONS(3123), [anon_sym_explicit] = ACTIONS(3123), [anon_sym_typename] = ACTIONS(3123), [anon_sym_template] = ACTIONS(3123), [anon_sym_operator] = ACTIONS(3123), [anon_sym_try] = ACTIONS(3123), [anon_sym_delete] = ACTIONS(3123), [anon_sym_throw] = ACTIONS(3123), [anon_sym_namespace] = ACTIONS(3123), [anon_sym_using] = ACTIONS(3123), [anon_sym_static_assert] = ACTIONS(3123), [anon_sym_concept] = ACTIONS(3123), [anon_sym_co_return] = ACTIONS(3123), [anon_sym_co_yield] = ACTIONS(3123), [anon_sym_R_DQUOTE] = ACTIONS(3125), [anon_sym_LR_DQUOTE] = ACTIONS(3125), [anon_sym_uR_DQUOTE] = ACTIONS(3125), [anon_sym_UR_DQUOTE] = ACTIONS(3125), [anon_sym_u8R_DQUOTE] = ACTIONS(3125), [anon_sym_co_await] = ACTIONS(3123), [anon_sym_new] = ACTIONS(3123), [anon_sym_requires] = ACTIONS(3123), [sym_this] = ACTIONS(3123), }, [509] = { [sym_identifier] = ACTIONS(3127), [aux_sym_preproc_include_token1] = ACTIONS(3127), [aux_sym_preproc_def_token1] = ACTIONS(3127), [aux_sym_preproc_if_token1] = ACTIONS(3127), [aux_sym_preproc_if_token2] = ACTIONS(3127), [aux_sym_preproc_ifdef_token1] = ACTIONS(3127), [aux_sym_preproc_ifdef_token2] = ACTIONS(3127), [aux_sym_preproc_else_token1] = ACTIONS(3127), [aux_sym_preproc_elif_token1] = ACTIONS(3127), [aux_sym_preproc_elifdef_token1] = ACTIONS(3127), [aux_sym_preproc_elifdef_token2] = ACTIONS(3127), [sym_preproc_directive] = ACTIONS(3127), [anon_sym_LPAREN2] = ACTIONS(3129), [anon_sym_BANG] = ACTIONS(3129), [anon_sym_TILDE] = ACTIONS(3129), [anon_sym_DASH] = ACTIONS(3127), [anon_sym_PLUS] = ACTIONS(3127), [anon_sym_STAR] = ACTIONS(3129), [anon_sym_AMP_AMP] = ACTIONS(3129), [anon_sym_AMP] = ACTIONS(3127), [anon_sym_SEMI] = ACTIONS(3129), [anon_sym_typedef] = ACTIONS(3127), [anon_sym_extern] = ACTIONS(3127), [anon_sym___attribute__] = ACTIONS(3127), [anon_sym_COLON_COLON] = ACTIONS(3129), [anon_sym_LBRACK_LBRACK] = ACTIONS(3129), [anon_sym___declspec] = ACTIONS(3127), [anon_sym___based] = ACTIONS(3127), [anon_sym___cdecl] = ACTIONS(3127), [anon_sym___clrcall] = ACTIONS(3127), [anon_sym___stdcall] = ACTIONS(3127), [anon_sym___fastcall] = ACTIONS(3127), [anon_sym___thiscall] = ACTIONS(3127), [anon_sym___vectorcall] = ACTIONS(3127), [anon_sym_LBRACE] = ACTIONS(3129), [anon_sym_signed] = ACTIONS(3127), [anon_sym_unsigned] = ACTIONS(3127), [anon_sym_long] = ACTIONS(3127), [anon_sym_short] = ACTIONS(3127), [anon_sym_LBRACK] = ACTIONS(3127), [anon_sym_static] = ACTIONS(3127), [anon_sym_register] = ACTIONS(3127), [anon_sym_inline] = ACTIONS(3127), [anon_sym_thread_local] = ACTIONS(3127), [anon_sym_const] = ACTIONS(3127), [anon_sym_constexpr] = ACTIONS(3127), [anon_sym_volatile] = ACTIONS(3127), [anon_sym_restrict] = ACTIONS(3127), [anon_sym___restrict__] = ACTIONS(3127), [anon_sym__Atomic] = ACTIONS(3127), [anon_sym__Noreturn] = ACTIONS(3127), [anon_sym_noreturn] = ACTIONS(3127), [anon_sym_mutable] = ACTIONS(3127), [anon_sym_constinit] = ACTIONS(3127), [anon_sym_consteval] = ACTIONS(3127), [sym_primitive_type] = ACTIONS(3127), [anon_sym_enum] = ACTIONS(3127), [anon_sym_class] = ACTIONS(3127), [anon_sym_struct] = ACTIONS(3127), [anon_sym_union] = ACTIONS(3127), [anon_sym_if] = ACTIONS(3127), [anon_sym_switch] = ACTIONS(3127), [anon_sym_case] = ACTIONS(3127), [anon_sym_default] = ACTIONS(3127), [anon_sym_while] = ACTIONS(3127), [anon_sym_do] = ACTIONS(3127), [anon_sym_for] = ACTIONS(3127), [anon_sym_return] = ACTIONS(3127), [anon_sym_break] = ACTIONS(3127), [anon_sym_continue] = ACTIONS(3127), [anon_sym_goto] = ACTIONS(3127), [anon_sym_not] = ACTIONS(3127), [anon_sym_compl] = ACTIONS(3127), [anon_sym_DASH_DASH] = ACTIONS(3129), [anon_sym_PLUS_PLUS] = ACTIONS(3129), [anon_sym_sizeof] = ACTIONS(3127), [anon_sym_offsetof] = ACTIONS(3127), [anon_sym__Generic] = ACTIONS(3127), [anon_sym_asm] = ACTIONS(3127), [anon_sym___asm__] = ACTIONS(3127), [sym_number_literal] = ACTIONS(3129), [anon_sym_L_SQUOTE] = ACTIONS(3129), [anon_sym_u_SQUOTE] = ACTIONS(3129), [anon_sym_U_SQUOTE] = ACTIONS(3129), [anon_sym_u8_SQUOTE] = ACTIONS(3129), [anon_sym_SQUOTE] = ACTIONS(3129), [anon_sym_L_DQUOTE] = ACTIONS(3129), [anon_sym_u_DQUOTE] = ACTIONS(3129), [anon_sym_U_DQUOTE] = ACTIONS(3129), [anon_sym_u8_DQUOTE] = ACTIONS(3129), [anon_sym_DQUOTE] = ACTIONS(3129), [sym_true] = ACTIONS(3127), [sym_false] = ACTIONS(3127), [anon_sym_NULL] = ACTIONS(3127), [anon_sym_nullptr] = ACTIONS(3127), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3127), [anon_sym_decltype] = ACTIONS(3127), [anon_sym_virtual] = ACTIONS(3127), [anon_sym_explicit] = ACTIONS(3127), [anon_sym_typename] = ACTIONS(3127), [anon_sym_template] = ACTIONS(3127), [anon_sym_operator] = ACTIONS(3127), [anon_sym_try] = ACTIONS(3127), [anon_sym_delete] = ACTIONS(3127), [anon_sym_throw] = ACTIONS(3127), [anon_sym_namespace] = ACTIONS(3127), [anon_sym_using] = ACTIONS(3127), [anon_sym_static_assert] = ACTIONS(3127), [anon_sym_concept] = ACTIONS(3127), [anon_sym_co_return] = ACTIONS(3127), [anon_sym_co_yield] = ACTIONS(3127), [anon_sym_R_DQUOTE] = ACTIONS(3129), [anon_sym_LR_DQUOTE] = ACTIONS(3129), [anon_sym_uR_DQUOTE] = ACTIONS(3129), [anon_sym_UR_DQUOTE] = ACTIONS(3129), [anon_sym_u8R_DQUOTE] = ACTIONS(3129), [anon_sym_co_await] = ACTIONS(3127), [anon_sym_new] = ACTIONS(3127), [anon_sym_requires] = ACTIONS(3127), [sym_this] = ACTIONS(3127), }, [510] = { [sym__expression] = STATE(4147), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7014), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3131), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(3134), [anon_sym_extern] = ACTIONS(2926), [anon_sym___attribute__] = ACTIONS(2926), [anon_sym_COLON_COLON] = ACTIONS(3136), [anon_sym_LBRACK_LBRACK] = ACTIONS(2928), [anon_sym___declspec] = ACTIONS(2926), [anon_sym_signed] = ACTIONS(2926), [anon_sym_unsigned] = ACTIONS(2926), [anon_sym_long] = ACTIONS(2926), [anon_sym_short] = ACTIONS(2926), [anon_sym_LBRACK] = ACTIONS(1327), [anon_sym_static] = ACTIONS(2926), [anon_sym_register] = ACTIONS(2926), [anon_sym_inline] = ACTIONS(2926), [anon_sym_thread_local] = ACTIONS(2926), [anon_sym_const] = ACTIONS(2926), [anon_sym_constexpr] = ACTIONS(2926), [anon_sym_volatile] = ACTIONS(2926), [anon_sym_restrict] = ACTIONS(2926), [anon_sym___restrict__] = ACTIONS(2926), [anon_sym__Atomic] = ACTIONS(2926), [anon_sym__Noreturn] = ACTIONS(2926), [anon_sym_noreturn] = ACTIONS(2926), [anon_sym_mutable] = ACTIONS(2926), [anon_sym_constinit] = ACTIONS(2926), [anon_sym_consteval] = ACTIONS(2926), [sym_primitive_type] = ACTIONS(3139), [anon_sym_enum] = ACTIONS(2926), [anon_sym_class] = ACTIONS(2926), [anon_sym_struct] = ACTIONS(2926), [anon_sym_union] = ACTIONS(2926), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2926), [anon_sym_decltype] = ACTIONS(3142), [anon_sym_virtual] = ACTIONS(2926), [anon_sym_typename] = ACTIONS(2926), [anon_sym_template] = ACTIONS(3145), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [511] = { [sym_identifier] = ACTIONS(3148), [aux_sym_preproc_include_token1] = ACTIONS(3148), [aux_sym_preproc_def_token1] = ACTIONS(3148), [aux_sym_preproc_if_token1] = ACTIONS(3148), [aux_sym_preproc_if_token2] = ACTIONS(3148), [aux_sym_preproc_ifdef_token1] = ACTIONS(3148), [aux_sym_preproc_ifdef_token2] = ACTIONS(3148), [aux_sym_preproc_else_token1] = ACTIONS(3148), [aux_sym_preproc_elif_token1] = ACTIONS(3148), [aux_sym_preproc_elifdef_token1] = ACTIONS(3148), [aux_sym_preproc_elifdef_token2] = ACTIONS(3148), [sym_preproc_directive] = ACTIONS(3148), [anon_sym_LPAREN2] = ACTIONS(3150), [anon_sym_BANG] = ACTIONS(3150), [anon_sym_TILDE] = ACTIONS(3150), [anon_sym_DASH] = ACTIONS(3148), [anon_sym_PLUS] = ACTIONS(3148), [anon_sym_STAR] = ACTIONS(3150), [anon_sym_AMP_AMP] = ACTIONS(3150), [anon_sym_AMP] = ACTIONS(3148), [anon_sym_SEMI] = ACTIONS(3150), [anon_sym_typedef] = ACTIONS(3148), [anon_sym_extern] = ACTIONS(3148), [anon_sym___attribute__] = ACTIONS(3148), [anon_sym_COLON_COLON] = ACTIONS(3150), [anon_sym_LBRACK_LBRACK] = ACTIONS(3150), [anon_sym___declspec] = ACTIONS(3148), [anon_sym___based] = ACTIONS(3148), [anon_sym___cdecl] = ACTIONS(3148), [anon_sym___clrcall] = ACTIONS(3148), [anon_sym___stdcall] = ACTIONS(3148), [anon_sym___fastcall] = ACTIONS(3148), [anon_sym___thiscall] = ACTIONS(3148), [anon_sym___vectorcall] = ACTIONS(3148), [anon_sym_LBRACE] = ACTIONS(3150), [anon_sym_signed] = ACTIONS(3148), [anon_sym_unsigned] = ACTIONS(3148), [anon_sym_long] = ACTIONS(3148), [anon_sym_short] = ACTIONS(3148), [anon_sym_LBRACK] = ACTIONS(3148), [anon_sym_static] = ACTIONS(3148), [anon_sym_register] = ACTIONS(3148), [anon_sym_inline] = ACTIONS(3148), [anon_sym_thread_local] = ACTIONS(3148), [anon_sym_const] = ACTIONS(3148), [anon_sym_constexpr] = ACTIONS(3148), [anon_sym_volatile] = ACTIONS(3148), [anon_sym_restrict] = ACTIONS(3148), [anon_sym___restrict__] = ACTIONS(3148), [anon_sym__Atomic] = ACTIONS(3148), [anon_sym__Noreturn] = ACTIONS(3148), [anon_sym_noreturn] = ACTIONS(3148), [anon_sym_mutable] = ACTIONS(3148), [anon_sym_constinit] = ACTIONS(3148), [anon_sym_consteval] = ACTIONS(3148), [sym_primitive_type] = ACTIONS(3148), [anon_sym_enum] = ACTIONS(3148), [anon_sym_class] = ACTIONS(3148), [anon_sym_struct] = ACTIONS(3148), [anon_sym_union] = ACTIONS(3148), [anon_sym_if] = ACTIONS(3148), [anon_sym_switch] = ACTIONS(3148), [anon_sym_case] = ACTIONS(3148), [anon_sym_default] = ACTIONS(3148), [anon_sym_while] = ACTIONS(3148), [anon_sym_do] = ACTIONS(3148), [anon_sym_for] = ACTIONS(3148), [anon_sym_return] = ACTIONS(3148), [anon_sym_break] = ACTIONS(3148), [anon_sym_continue] = ACTIONS(3148), [anon_sym_goto] = ACTIONS(3148), [anon_sym_not] = ACTIONS(3148), [anon_sym_compl] = ACTIONS(3148), [anon_sym_DASH_DASH] = ACTIONS(3150), [anon_sym_PLUS_PLUS] = ACTIONS(3150), [anon_sym_sizeof] = ACTIONS(3148), [anon_sym_offsetof] = ACTIONS(3148), [anon_sym__Generic] = ACTIONS(3148), [anon_sym_asm] = ACTIONS(3148), [anon_sym___asm__] = ACTIONS(3148), [sym_number_literal] = ACTIONS(3150), [anon_sym_L_SQUOTE] = ACTIONS(3150), [anon_sym_u_SQUOTE] = ACTIONS(3150), [anon_sym_U_SQUOTE] = ACTIONS(3150), [anon_sym_u8_SQUOTE] = ACTIONS(3150), [anon_sym_SQUOTE] = ACTIONS(3150), [anon_sym_L_DQUOTE] = ACTIONS(3150), [anon_sym_u_DQUOTE] = ACTIONS(3150), [anon_sym_U_DQUOTE] = ACTIONS(3150), [anon_sym_u8_DQUOTE] = ACTIONS(3150), [anon_sym_DQUOTE] = ACTIONS(3150), [sym_true] = ACTIONS(3148), [sym_false] = ACTIONS(3148), [anon_sym_NULL] = ACTIONS(3148), [anon_sym_nullptr] = ACTIONS(3148), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3148), [anon_sym_decltype] = ACTIONS(3148), [anon_sym_virtual] = ACTIONS(3148), [anon_sym_explicit] = ACTIONS(3148), [anon_sym_typename] = ACTIONS(3148), [anon_sym_template] = ACTIONS(3148), [anon_sym_operator] = ACTIONS(3148), [anon_sym_try] = ACTIONS(3148), [anon_sym_delete] = ACTIONS(3148), [anon_sym_throw] = ACTIONS(3148), [anon_sym_namespace] = ACTIONS(3148), [anon_sym_using] = ACTIONS(3148), [anon_sym_static_assert] = ACTIONS(3148), [anon_sym_concept] = ACTIONS(3148), [anon_sym_co_return] = ACTIONS(3148), [anon_sym_co_yield] = ACTIONS(3148), [anon_sym_R_DQUOTE] = ACTIONS(3150), [anon_sym_LR_DQUOTE] = ACTIONS(3150), [anon_sym_uR_DQUOTE] = ACTIONS(3150), [anon_sym_UR_DQUOTE] = ACTIONS(3150), [anon_sym_u8R_DQUOTE] = ACTIONS(3150), [anon_sym_co_await] = ACTIONS(3148), [anon_sym_new] = ACTIONS(3148), [anon_sym_requires] = ACTIONS(3148), [sym_this] = ACTIONS(3148), }, [512] = { [sym_identifier] = ACTIONS(3152), [aux_sym_preproc_include_token1] = ACTIONS(3152), [aux_sym_preproc_def_token1] = ACTIONS(3152), [aux_sym_preproc_if_token1] = ACTIONS(3152), [aux_sym_preproc_if_token2] = ACTIONS(3152), [aux_sym_preproc_ifdef_token1] = ACTIONS(3152), [aux_sym_preproc_ifdef_token2] = ACTIONS(3152), [aux_sym_preproc_else_token1] = ACTIONS(3152), [aux_sym_preproc_elif_token1] = ACTIONS(3152), [aux_sym_preproc_elifdef_token1] = ACTIONS(3152), [aux_sym_preproc_elifdef_token2] = ACTIONS(3152), [sym_preproc_directive] = ACTIONS(3152), [anon_sym_LPAREN2] = ACTIONS(3154), [anon_sym_BANG] = ACTIONS(3154), [anon_sym_TILDE] = ACTIONS(3154), [anon_sym_DASH] = ACTIONS(3152), [anon_sym_PLUS] = ACTIONS(3152), [anon_sym_STAR] = ACTIONS(3154), [anon_sym_AMP_AMP] = ACTIONS(3154), [anon_sym_AMP] = ACTIONS(3152), [anon_sym_SEMI] = ACTIONS(3154), [anon_sym_typedef] = ACTIONS(3152), [anon_sym_extern] = ACTIONS(3152), [anon_sym___attribute__] = ACTIONS(3152), [anon_sym_COLON_COLON] = ACTIONS(3154), [anon_sym_LBRACK_LBRACK] = ACTIONS(3154), [anon_sym___declspec] = ACTIONS(3152), [anon_sym___based] = ACTIONS(3152), [anon_sym___cdecl] = ACTIONS(3152), [anon_sym___clrcall] = ACTIONS(3152), [anon_sym___stdcall] = ACTIONS(3152), [anon_sym___fastcall] = ACTIONS(3152), [anon_sym___thiscall] = ACTIONS(3152), [anon_sym___vectorcall] = ACTIONS(3152), [anon_sym_LBRACE] = ACTIONS(3154), [anon_sym_signed] = ACTIONS(3152), [anon_sym_unsigned] = ACTIONS(3152), [anon_sym_long] = ACTIONS(3152), [anon_sym_short] = ACTIONS(3152), [anon_sym_LBRACK] = ACTIONS(3152), [anon_sym_static] = ACTIONS(3152), [anon_sym_register] = ACTIONS(3152), [anon_sym_inline] = ACTIONS(3152), [anon_sym_thread_local] = ACTIONS(3152), [anon_sym_const] = ACTIONS(3152), [anon_sym_constexpr] = ACTIONS(3152), [anon_sym_volatile] = ACTIONS(3152), [anon_sym_restrict] = ACTIONS(3152), [anon_sym___restrict__] = ACTIONS(3152), [anon_sym__Atomic] = ACTIONS(3152), [anon_sym__Noreturn] = ACTIONS(3152), [anon_sym_noreturn] = ACTIONS(3152), [anon_sym_mutable] = ACTIONS(3152), [anon_sym_constinit] = ACTIONS(3152), [anon_sym_consteval] = ACTIONS(3152), [sym_primitive_type] = ACTIONS(3152), [anon_sym_enum] = ACTIONS(3152), [anon_sym_class] = ACTIONS(3152), [anon_sym_struct] = ACTIONS(3152), [anon_sym_union] = ACTIONS(3152), [anon_sym_if] = ACTIONS(3152), [anon_sym_switch] = ACTIONS(3152), [anon_sym_case] = ACTIONS(3152), [anon_sym_default] = ACTIONS(3152), [anon_sym_while] = ACTIONS(3152), [anon_sym_do] = ACTIONS(3152), [anon_sym_for] = ACTIONS(3152), [anon_sym_return] = ACTIONS(3152), [anon_sym_break] = ACTIONS(3152), [anon_sym_continue] = ACTIONS(3152), [anon_sym_goto] = ACTIONS(3152), [anon_sym_not] = ACTIONS(3152), [anon_sym_compl] = ACTIONS(3152), [anon_sym_DASH_DASH] = ACTIONS(3154), [anon_sym_PLUS_PLUS] = ACTIONS(3154), [anon_sym_sizeof] = ACTIONS(3152), [anon_sym_offsetof] = ACTIONS(3152), [anon_sym__Generic] = ACTIONS(3152), [anon_sym_asm] = ACTIONS(3152), [anon_sym___asm__] = ACTIONS(3152), [sym_number_literal] = ACTIONS(3154), [anon_sym_L_SQUOTE] = ACTIONS(3154), [anon_sym_u_SQUOTE] = ACTIONS(3154), [anon_sym_U_SQUOTE] = ACTIONS(3154), [anon_sym_u8_SQUOTE] = ACTIONS(3154), [anon_sym_SQUOTE] = ACTIONS(3154), [anon_sym_L_DQUOTE] = ACTIONS(3154), [anon_sym_u_DQUOTE] = ACTIONS(3154), [anon_sym_U_DQUOTE] = ACTIONS(3154), [anon_sym_u8_DQUOTE] = ACTIONS(3154), [anon_sym_DQUOTE] = ACTIONS(3154), [sym_true] = ACTIONS(3152), [sym_false] = ACTIONS(3152), [anon_sym_NULL] = ACTIONS(3152), [anon_sym_nullptr] = ACTIONS(3152), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3152), [anon_sym_decltype] = ACTIONS(3152), [anon_sym_virtual] = ACTIONS(3152), [anon_sym_explicit] = ACTIONS(3152), [anon_sym_typename] = ACTIONS(3152), [anon_sym_template] = ACTIONS(3152), [anon_sym_operator] = ACTIONS(3152), [anon_sym_try] = ACTIONS(3152), [anon_sym_delete] = ACTIONS(3152), [anon_sym_throw] = ACTIONS(3152), [anon_sym_namespace] = ACTIONS(3152), [anon_sym_using] = ACTIONS(3152), [anon_sym_static_assert] = ACTIONS(3152), [anon_sym_concept] = ACTIONS(3152), [anon_sym_co_return] = ACTIONS(3152), [anon_sym_co_yield] = ACTIONS(3152), [anon_sym_R_DQUOTE] = ACTIONS(3154), [anon_sym_LR_DQUOTE] = ACTIONS(3154), [anon_sym_uR_DQUOTE] = ACTIONS(3154), [anon_sym_UR_DQUOTE] = ACTIONS(3154), [anon_sym_u8R_DQUOTE] = ACTIONS(3154), [anon_sym_co_await] = ACTIONS(3152), [anon_sym_new] = ACTIONS(3152), [anon_sym_requires] = ACTIONS(3152), [sym_this] = ACTIONS(3152), }, [513] = { [sym_identifier] = ACTIONS(3156), [aux_sym_preproc_include_token1] = ACTIONS(3156), [aux_sym_preproc_def_token1] = ACTIONS(3156), [aux_sym_preproc_if_token1] = ACTIONS(3156), [aux_sym_preproc_if_token2] = ACTIONS(3156), [aux_sym_preproc_ifdef_token1] = ACTIONS(3156), [aux_sym_preproc_ifdef_token2] = ACTIONS(3156), [aux_sym_preproc_else_token1] = ACTIONS(3156), [aux_sym_preproc_elif_token1] = ACTIONS(3156), [aux_sym_preproc_elifdef_token1] = ACTIONS(3156), [aux_sym_preproc_elifdef_token2] = ACTIONS(3156), [sym_preproc_directive] = ACTIONS(3156), [anon_sym_LPAREN2] = ACTIONS(3158), [anon_sym_BANG] = ACTIONS(3158), [anon_sym_TILDE] = ACTIONS(3158), [anon_sym_DASH] = ACTIONS(3156), [anon_sym_PLUS] = ACTIONS(3156), [anon_sym_STAR] = ACTIONS(3158), [anon_sym_AMP_AMP] = ACTIONS(3158), [anon_sym_AMP] = ACTIONS(3156), [anon_sym_SEMI] = ACTIONS(3158), [anon_sym_typedef] = ACTIONS(3156), [anon_sym_extern] = ACTIONS(3156), [anon_sym___attribute__] = ACTIONS(3156), [anon_sym_COLON_COLON] = ACTIONS(3158), [anon_sym_LBRACK_LBRACK] = ACTIONS(3158), [anon_sym___declspec] = ACTIONS(3156), [anon_sym___based] = ACTIONS(3156), [anon_sym___cdecl] = ACTIONS(3156), [anon_sym___clrcall] = ACTIONS(3156), [anon_sym___stdcall] = ACTIONS(3156), [anon_sym___fastcall] = ACTIONS(3156), [anon_sym___thiscall] = ACTIONS(3156), [anon_sym___vectorcall] = ACTIONS(3156), [anon_sym_LBRACE] = ACTIONS(3158), [anon_sym_signed] = ACTIONS(3156), [anon_sym_unsigned] = ACTIONS(3156), [anon_sym_long] = ACTIONS(3156), [anon_sym_short] = ACTIONS(3156), [anon_sym_LBRACK] = ACTIONS(3156), [anon_sym_static] = ACTIONS(3156), [anon_sym_register] = ACTIONS(3156), [anon_sym_inline] = ACTIONS(3156), [anon_sym_thread_local] = ACTIONS(3156), [anon_sym_const] = ACTIONS(3156), [anon_sym_constexpr] = ACTIONS(3156), [anon_sym_volatile] = ACTIONS(3156), [anon_sym_restrict] = ACTIONS(3156), [anon_sym___restrict__] = ACTIONS(3156), [anon_sym__Atomic] = ACTIONS(3156), [anon_sym__Noreturn] = ACTIONS(3156), [anon_sym_noreturn] = ACTIONS(3156), [anon_sym_mutable] = ACTIONS(3156), [anon_sym_constinit] = ACTIONS(3156), [anon_sym_consteval] = ACTIONS(3156), [sym_primitive_type] = ACTIONS(3156), [anon_sym_enum] = ACTIONS(3156), [anon_sym_class] = ACTIONS(3156), [anon_sym_struct] = ACTIONS(3156), [anon_sym_union] = ACTIONS(3156), [anon_sym_if] = ACTIONS(3156), [anon_sym_switch] = ACTIONS(3156), [anon_sym_case] = ACTIONS(3156), [anon_sym_default] = ACTIONS(3156), [anon_sym_while] = ACTIONS(3156), [anon_sym_do] = ACTIONS(3156), [anon_sym_for] = ACTIONS(3156), [anon_sym_return] = ACTIONS(3156), [anon_sym_break] = ACTIONS(3156), [anon_sym_continue] = ACTIONS(3156), [anon_sym_goto] = ACTIONS(3156), [anon_sym_not] = ACTIONS(3156), [anon_sym_compl] = ACTIONS(3156), [anon_sym_DASH_DASH] = ACTIONS(3158), [anon_sym_PLUS_PLUS] = ACTIONS(3158), [anon_sym_sizeof] = ACTIONS(3156), [anon_sym_offsetof] = ACTIONS(3156), [anon_sym__Generic] = ACTIONS(3156), [anon_sym_asm] = ACTIONS(3156), [anon_sym___asm__] = ACTIONS(3156), [sym_number_literal] = ACTIONS(3158), [anon_sym_L_SQUOTE] = ACTIONS(3158), [anon_sym_u_SQUOTE] = ACTIONS(3158), [anon_sym_U_SQUOTE] = ACTIONS(3158), [anon_sym_u8_SQUOTE] = ACTIONS(3158), [anon_sym_SQUOTE] = ACTIONS(3158), [anon_sym_L_DQUOTE] = ACTIONS(3158), [anon_sym_u_DQUOTE] = ACTIONS(3158), [anon_sym_U_DQUOTE] = ACTIONS(3158), [anon_sym_u8_DQUOTE] = ACTIONS(3158), [anon_sym_DQUOTE] = ACTIONS(3158), [sym_true] = ACTIONS(3156), [sym_false] = ACTIONS(3156), [anon_sym_NULL] = ACTIONS(3156), [anon_sym_nullptr] = ACTIONS(3156), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3156), [anon_sym_decltype] = ACTIONS(3156), [anon_sym_virtual] = ACTIONS(3156), [anon_sym_explicit] = ACTIONS(3156), [anon_sym_typename] = ACTIONS(3156), [anon_sym_template] = ACTIONS(3156), [anon_sym_operator] = ACTIONS(3156), [anon_sym_try] = ACTIONS(3156), [anon_sym_delete] = ACTIONS(3156), [anon_sym_throw] = ACTIONS(3156), [anon_sym_namespace] = ACTIONS(3156), [anon_sym_using] = ACTIONS(3156), [anon_sym_static_assert] = ACTIONS(3156), [anon_sym_concept] = ACTIONS(3156), [anon_sym_co_return] = ACTIONS(3156), [anon_sym_co_yield] = ACTIONS(3156), [anon_sym_R_DQUOTE] = ACTIONS(3158), [anon_sym_LR_DQUOTE] = ACTIONS(3158), [anon_sym_uR_DQUOTE] = ACTIONS(3158), [anon_sym_UR_DQUOTE] = ACTIONS(3158), [anon_sym_u8R_DQUOTE] = ACTIONS(3158), [anon_sym_co_await] = ACTIONS(3156), [anon_sym_new] = ACTIONS(3156), [anon_sym_requires] = ACTIONS(3156), [sym_this] = ACTIONS(3156), }, [514] = { [sym_identifier] = ACTIONS(3160), [aux_sym_preproc_include_token1] = ACTIONS(3160), [aux_sym_preproc_def_token1] = ACTIONS(3160), [aux_sym_preproc_if_token1] = ACTIONS(3160), [aux_sym_preproc_if_token2] = ACTIONS(3160), [aux_sym_preproc_ifdef_token1] = ACTIONS(3160), [aux_sym_preproc_ifdef_token2] = ACTIONS(3160), [aux_sym_preproc_else_token1] = ACTIONS(3160), [aux_sym_preproc_elif_token1] = ACTIONS(3160), [aux_sym_preproc_elifdef_token1] = ACTIONS(3160), [aux_sym_preproc_elifdef_token2] = ACTIONS(3160), [sym_preproc_directive] = ACTIONS(3160), [anon_sym_LPAREN2] = ACTIONS(3162), [anon_sym_BANG] = ACTIONS(3162), [anon_sym_TILDE] = ACTIONS(3162), [anon_sym_DASH] = ACTIONS(3160), [anon_sym_PLUS] = ACTIONS(3160), [anon_sym_STAR] = ACTIONS(3162), [anon_sym_AMP_AMP] = ACTIONS(3162), [anon_sym_AMP] = ACTIONS(3160), [anon_sym_SEMI] = ACTIONS(3162), [anon_sym_typedef] = ACTIONS(3160), [anon_sym_extern] = ACTIONS(3160), [anon_sym___attribute__] = ACTIONS(3160), [anon_sym_COLON_COLON] = ACTIONS(3162), [anon_sym_LBRACK_LBRACK] = ACTIONS(3162), [anon_sym___declspec] = ACTIONS(3160), [anon_sym___based] = ACTIONS(3160), [anon_sym___cdecl] = ACTIONS(3160), [anon_sym___clrcall] = ACTIONS(3160), [anon_sym___stdcall] = ACTIONS(3160), [anon_sym___fastcall] = ACTIONS(3160), [anon_sym___thiscall] = ACTIONS(3160), [anon_sym___vectorcall] = ACTIONS(3160), [anon_sym_LBRACE] = ACTIONS(3162), [anon_sym_signed] = ACTIONS(3160), [anon_sym_unsigned] = ACTIONS(3160), [anon_sym_long] = ACTIONS(3160), [anon_sym_short] = ACTIONS(3160), [anon_sym_LBRACK] = ACTIONS(3160), [anon_sym_static] = ACTIONS(3160), [anon_sym_register] = ACTIONS(3160), [anon_sym_inline] = ACTIONS(3160), [anon_sym_thread_local] = ACTIONS(3160), [anon_sym_const] = ACTIONS(3160), [anon_sym_constexpr] = ACTIONS(3160), [anon_sym_volatile] = ACTIONS(3160), [anon_sym_restrict] = ACTIONS(3160), [anon_sym___restrict__] = ACTIONS(3160), [anon_sym__Atomic] = ACTIONS(3160), [anon_sym__Noreturn] = ACTIONS(3160), [anon_sym_noreturn] = ACTIONS(3160), [anon_sym_mutable] = ACTIONS(3160), [anon_sym_constinit] = ACTIONS(3160), [anon_sym_consteval] = ACTIONS(3160), [sym_primitive_type] = ACTIONS(3160), [anon_sym_enum] = ACTIONS(3160), [anon_sym_class] = ACTIONS(3160), [anon_sym_struct] = ACTIONS(3160), [anon_sym_union] = ACTIONS(3160), [anon_sym_if] = ACTIONS(3160), [anon_sym_switch] = ACTIONS(3160), [anon_sym_case] = ACTIONS(3160), [anon_sym_default] = ACTIONS(3160), [anon_sym_while] = ACTIONS(3160), [anon_sym_do] = ACTIONS(3160), [anon_sym_for] = ACTIONS(3160), [anon_sym_return] = ACTIONS(3160), [anon_sym_break] = ACTIONS(3160), [anon_sym_continue] = ACTIONS(3160), [anon_sym_goto] = ACTIONS(3160), [anon_sym_not] = ACTIONS(3160), [anon_sym_compl] = ACTIONS(3160), [anon_sym_DASH_DASH] = ACTIONS(3162), [anon_sym_PLUS_PLUS] = ACTIONS(3162), [anon_sym_sizeof] = ACTIONS(3160), [anon_sym_offsetof] = ACTIONS(3160), [anon_sym__Generic] = ACTIONS(3160), [anon_sym_asm] = ACTIONS(3160), [anon_sym___asm__] = ACTIONS(3160), [sym_number_literal] = ACTIONS(3162), [anon_sym_L_SQUOTE] = ACTIONS(3162), [anon_sym_u_SQUOTE] = ACTIONS(3162), [anon_sym_U_SQUOTE] = ACTIONS(3162), [anon_sym_u8_SQUOTE] = ACTIONS(3162), [anon_sym_SQUOTE] = ACTIONS(3162), [anon_sym_L_DQUOTE] = ACTIONS(3162), [anon_sym_u_DQUOTE] = ACTIONS(3162), [anon_sym_U_DQUOTE] = ACTIONS(3162), [anon_sym_u8_DQUOTE] = ACTIONS(3162), [anon_sym_DQUOTE] = ACTIONS(3162), [sym_true] = ACTIONS(3160), [sym_false] = ACTIONS(3160), [anon_sym_NULL] = ACTIONS(3160), [anon_sym_nullptr] = ACTIONS(3160), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3160), [anon_sym_decltype] = ACTIONS(3160), [anon_sym_virtual] = ACTIONS(3160), [anon_sym_explicit] = ACTIONS(3160), [anon_sym_typename] = ACTIONS(3160), [anon_sym_template] = ACTIONS(3160), [anon_sym_operator] = ACTIONS(3160), [anon_sym_try] = ACTIONS(3160), [anon_sym_delete] = ACTIONS(3160), [anon_sym_throw] = ACTIONS(3160), [anon_sym_namespace] = ACTIONS(3160), [anon_sym_using] = ACTIONS(3160), [anon_sym_static_assert] = ACTIONS(3160), [anon_sym_concept] = ACTIONS(3160), [anon_sym_co_return] = ACTIONS(3160), [anon_sym_co_yield] = ACTIONS(3160), [anon_sym_R_DQUOTE] = ACTIONS(3162), [anon_sym_LR_DQUOTE] = ACTIONS(3162), [anon_sym_uR_DQUOTE] = ACTIONS(3162), [anon_sym_UR_DQUOTE] = ACTIONS(3162), [anon_sym_u8R_DQUOTE] = ACTIONS(3162), [anon_sym_co_await] = ACTIONS(3160), [anon_sym_new] = ACTIONS(3160), [anon_sym_requires] = ACTIONS(3160), [sym_this] = ACTIONS(3160), }, [515] = { [sym_identifier] = ACTIONS(3164), [aux_sym_preproc_include_token1] = ACTIONS(3164), [aux_sym_preproc_def_token1] = ACTIONS(3164), [aux_sym_preproc_if_token1] = ACTIONS(3164), [aux_sym_preproc_if_token2] = ACTIONS(3164), [aux_sym_preproc_ifdef_token1] = ACTIONS(3164), [aux_sym_preproc_ifdef_token2] = ACTIONS(3164), [aux_sym_preproc_else_token1] = ACTIONS(3164), [aux_sym_preproc_elif_token1] = ACTIONS(3164), [aux_sym_preproc_elifdef_token1] = ACTIONS(3164), [aux_sym_preproc_elifdef_token2] = ACTIONS(3164), [sym_preproc_directive] = ACTIONS(3164), [anon_sym_LPAREN2] = ACTIONS(3166), [anon_sym_BANG] = ACTIONS(3166), [anon_sym_TILDE] = ACTIONS(3166), [anon_sym_DASH] = ACTIONS(3164), [anon_sym_PLUS] = ACTIONS(3164), [anon_sym_STAR] = ACTIONS(3166), [anon_sym_AMP_AMP] = ACTIONS(3166), [anon_sym_AMP] = ACTIONS(3164), [anon_sym_SEMI] = ACTIONS(3166), [anon_sym_typedef] = ACTIONS(3164), [anon_sym_extern] = ACTIONS(3164), [anon_sym___attribute__] = ACTIONS(3164), [anon_sym_COLON_COLON] = ACTIONS(3166), [anon_sym_LBRACK_LBRACK] = ACTIONS(3166), [anon_sym___declspec] = ACTIONS(3164), [anon_sym___based] = ACTIONS(3164), [anon_sym___cdecl] = ACTIONS(3164), [anon_sym___clrcall] = ACTIONS(3164), [anon_sym___stdcall] = ACTIONS(3164), [anon_sym___fastcall] = ACTIONS(3164), [anon_sym___thiscall] = ACTIONS(3164), [anon_sym___vectorcall] = ACTIONS(3164), [anon_sym_LBRACE] = ACTIONS(3166), [anon_sym_signed] = ACTIONS(3164), [anon_sym_unsigned] = ACTIONS(3164), [anon_sym_long] = ACTIONS(3164), [anon_sym_short] = ACTIONS(3164), [anon_sym_LBRACK] = ACTIONS(3164), [anon_sym_static] = ACTIONS(3164), [anon_sym_register] = ACTIONS(3164), [anon_sym_inline] = ACTIONS(3164), [anon_sym_thread_local] = ACTIONS(3164), [anon_sym_const] = ACTIONS(3164), [anon_sym_constexpr] = ACTIONS(3164), [anon_sym_volatile] = ACTIONS(3164), [anon_sym_restrict] = ACTIONS(3164), [anon_sym___restrict__] = ACTIONS(3164), [anon_sym__Atomic] = ACTIONS(3164), [anon_sym__Noreturn] = ACTIONS(3164), [anon_sym_noreturn] = ACTIONS(3164), [anon_sym_mutable] = ACTIONS(3164), [anon_sym_constinit] = ACTIONS(3164), [anon_sym_consteval] = ACTIONS(3164), [sym_primitive_type] = ACTIONS(3164), [anon_sym_enum] = ACTIONS(3164), [anon_sym_class] = ACTIONS(3164), [anon_sym_struct] = ACTIONS(3164), [anon_sym_union] = ACTIONS(3164), [anon_sym_if] = ACTIONS(3164), [anon_sym_switch] = ACTIONS(3164), [anon_sym_case] = ACTIONS(3164), [anon_sym_default] = ACTIONS(3164), [anon_sym_while] = ACTIONS(3164), [anon_sym_do] = ACTIONS(3164), [anon_sym_for] = ACTIONS(3164), [anon_sym_return] = ACTIONS(3164), [anon_sym_break] = ACTIONS(3164), [anon_sym_continue] = ACTIONS(3164), [anon_sym_goto] = ACTIONS(3164), [anon_sym_not] = ACTIONS(3164), [anon_sym_compl] = ACTIONS(3164), [anon_sym_DASH_DASH] = ACTIONS(3166), [anon_sym_PLUS_PLUS] = ACTIONS(3166), [anon_sym_sizeof] = ACTIONS(3164), [anon_sym_offsetof] = ACTIONS(3164), [anon_sym__Generic] = ACTIONS(3164), [anon_sym_asm] = ACTIONS(3164), [anon_sym___asm__] = ACTIONS(3164), [sym_number_literal] = ACTIONS(3166), [anon_sym_L_SQUOTE] = ACTIONS(3166), [anon_sym_u_SQUOTE] = ACTIONS(3166), [anon_sym_U_SQUOTE] = ACTIONS(3166), [anon_sym_u8_SQUOTE] = ACTIONS(3166), [anon_sym_SQUOTE] = ACTIONS(3166), [anon_sym_L_DQUOTE] = ACTIONS(3166), [anon_sym_u_DQUOTE] = ACTIONS(3166), [anon_sym_U_DQUOTE] = ACTIONS(3166), [anon_sym_u8_DQUOTE] = ACTIONS(3166), [anon_sym_DQUOTE] = ACTIONS(3166), [sym_true] = ACTIONS(3164), [sym_false] = ACTIONS(3164), [anon_sym_NULL] = ACTIONS(3164), [anon_sym_nullptr] = ACTIONS(3164), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3164), [anon_sym_decltype] = ACTIONS(3164), [anon_sym_virtual] = ACTIONS(3164), [anon_sym_explicit] = ACTIONS(3164), [anon_sym_typename] = ACTIONS(3164), [anon_sym_template] = ACTIONS(3164), [anon_sym_operator] = ACTIONS(3164), [anon_sym_try] = ACTIONS(3164), [anon_sym_delete] = ACTIONS(3164), [anon_sym_throw] = ACTIONS(3164), [anon_sym_namespace] = ACTIONS(3164), [anon_sym_using] = ACTIONS(3164), [anon_sym_static_assert] = ACTIONS(3164), [anon_sym_concept] = ACTIONS(3164), [anon_sym_co_return] = ACTIONS(3164), [anon_sym_co_yield] = ACTIONS(3164), [anon_sym_R_DQUOTE] = ACTIONS(3166), [anon_sym_LR_DQUOTE] = ACTIONS(3166), [anon_sym_uR_DQUOTE] = ACTIONS(3166), [anon_sym_UR_DQUOTE] = ACTIONS(3166), [anon_sym_u8R_DQUOTE] = ACTIONS(3166), [anon_sym_co_await] = ACTIONS(3164), [anon_sym_new] = ACTIONS(3164), [anon_sym_requires] = ACTIONS(3164), [sym_this] = ACTIONS(3164), }, [516] = { [sym_identifier] = ACTIONS(3168), [aux_sym_preproc_include_token1] = ACTIONS(3168), [aux_sym_preproc_def_token1] = ACTIONS(3168), [aux_sym_preproc_if_token1] = ACTIONS(3168), [aux_sym_preproc_if_token2] = ACTIONS(3168), [aux_sym_preproc_ifdef_token1] = ACTIONS(3168), [aux_sym_preproc_ifdef_token2] = ACTIONS(3168), [aux_sym_preproc_else_token1] = ACTIONS(3168), [aux_sym_preproc_elif_token1] = ACTIONS(3168), [aux_sym_preproc_elifdef_token1] = ACTIONS(3168), [aux_sym_preproc_elifdef_token2] = ACTIONS(3168), [sym_preproc_directive] = ACTIONS(3168), [anon_sym_LPAREN2] = ACTIONS(3170), [anon_sym_BANG] = ACTIONS(3170), [anon_sym_TILDE] = ACTIONS(3170), [anon_sym_DASH] = ACTIONS(3168), [anon_sym_PLUS] = ACTIONS(3168), [anon_sym_STAR] = ACTIONS(3170), [anon_sym_AMP_AMP] = ACTIONS(3170), [anon_sym_AMP] = ACTIONS(3168), [anon_sym_SEMI] = ACTIONS(3170), [anon_sym_typedef] = ACTIONS(3168), [anon_sym_extern] = ACTIONS(3168), [anon_sym___attribute__] = ACTIONS(3168), [anon_sym_COLON_COLON] = ACTIONS(3170), [anon_sym_LBRACK_LBRACK] = ACTIONS(3170), [anon_sym___declspec] = ACTIONS(3168), [anon_sym___based] = ACTIONS(3168), [anon_sym___cdecl] = ACTIONS(3168), [anon_sym___clrcall] = ACTIONS(3168), [anon_sym___stdcall] = ACTIONS(3168), [anon_sym___fastcall] = ACTIONS(3168), [anon_sym___thiscall] = ACTIONS(3168), [anon_sym___vectorcall] = ACTIONS(3168), [anon_sym_LBRACE] = ACTIONS(3170), [anon_sym_signed] = ACTIONS(3168), [anon_sym_unsigned] = ACTIONS(3168), [anon_sym_long] = ACTIONS(3168), [anon_sym_short] = ACTIONS(3168), [anon_sym_LBRACK] = ACTIONS(3168), [anon_sym_static] = ACTIONS(3168), [anon_sym_register] = ACTIONS(3168), [anon_sym_inline] = ACTIONS(3168), [anon_sym_thread_local] = ACTIONS(3168), [anon_sym_const] = ACTIONS(3168), [anon_sym_constexpr] = ACTIONS(3168), [anon_sym_volatile] = ACTIONS(3168), [anon_sym_restrict] = ACTIONS(3168), [anon_sym___restrict__] = ACTIONS(3168), [anon_sym__Atomic] = ACTIONS(3168), [anon_sym__Noreturn] = ACTIONS(3168), [anon_sym_noreturn] = ACTIONS(3168), [anon_sym_mutable] = ACTIONS(3168), [anon_sym_constinit] = ACTIONS(3168), [anon_sym_consteval] = ACTIONS(3168), [sym_primitive_type] = ACTIONS(3168), [anon_sym_enum] = ACTIONS(3168), [anon_sym_class] = ACTIONS(3168), [anon_sym_struct] = ACTIONS(3168), [anon_sym_union] = ACTIONS(3168), [anon_sym_if] = ACTIONS(3168), [anon_sym_switch] = ACTIONS(3168), [anon_sym_case] = ACTIONS(3168), [anon_sym_default] = ACTIONS(3168), [anon_sym_while] = ACTIONS(3168), [anon_sym_do] = ACTIONS(3168), [anon_sym_for] = ACTIONS(3168), [anon_sym_return] = ACTIONS(3168), [anon_sym_break] = ACTIONS(3168), [anon_sym_continue] = ACTIONS(3168), [anon_sym_goto] = ACTIONS(3168), [anon_sym_not] = ACTIONS(3168), [anon_sym_compl] = ACTIONS(3168), [anon_sym_DASH_DASH] = ACTIONS(3170), [anon_sym_PLUS_PLUS] = ACTIONS(3170), [anon_sym_sizeof] = ACTIONS(3168), [anon_sym_offsetof] = ACTIONS(3168), [anon_sym__Generic] = ACTIONS(3168), [anon_sym_asm] = ACTIONS(3168), [anon_sym___asm__] = ACTIONS(3168), [sym_number_literal] = ACTIONS(3170), [anon_sym_L_SQUOTE] = ACTIONS(3170), [anon_sym_u_SQUOTE] = ACTIONS(3170), [anon_sym_U_SQUOTE] = ACTIONS(3170), [anon_sym_u8_SQUOTE] = ACTIONS(3170), [anon_sym_SQUOTE] = ACTIONS(3170), [anon_sym_L_DQUOTE] = ACTIONS(3170), [anon_sym_u_DQUOTE] = ACTIONS(3170), [anon_sym_U_DQUOTE] = ACTIONS(3170), [anon_sym_u8_DQUOTE] = ACTIONS(3170), [anon_sym_DQUOTE] = ACTIONS(3170), [sym_true] = ACTIONS(3168), [sym_false] = ACTIONS(3168), [anon_sym_NULL] = ACTIONS(3168), [anon_sym_nullptr] = ACTIONS(3168), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3168), [anon_sym_decltype] = ACTIONS(3168), [anon_sym_virtual] = ACTIONS(3168), [anon_sym_explicit] = ACTIONS(3168), [anon_sym_typename] = ACTIONS(3168), [anon_sym_template] = ACTIONS(3168), [anon_sym_operator] = ACTIONS(3168), [anon_sym_try] = ACTIONS(3168), [anon_sym_delete] = ACTIONS(3168), [anon_sym_throw] = ACTIONS(3168), [anon_sym_namespace] = ACTIONS(3168), [anon_sym_using] = ACTIONS(3168), [anon_sym_static_assert] = ACTIONS(3168), [anon_sym_concept] = ACTIONS(3168), [anon_sym_co_return] = ACTIONS(3168), [anon_sym_co_yield] = ACTIONS(3168), [anon_sym_R_DQUOTE] = ACTIONS(3170), [anon_sym_LR_DQUOTE] = ACTIONS(3170), [anon_sym_uR_DQUOTE] = ACTIONS(3170), [anon_sym_UR_DQUOTE] = ACTIONS(3170), [anon_sym_u8R_DQUOTE] = ACTIONS(3170), [anon_sym_co_await] = ACTIONS(3168), [anon_sym_new] = ACTIONS(3168), [anon_sym_requires] = ACTIONS(3168), [sym_this] = ACTIONS(3168), }, [517] = { [sym_identifier] = ACTIONS(3172), [aux_sym_preproc_include_token1] = ACTIONS(3172), [aux_sym_preproc_def_token1] = ACTIONS(3172), [aux_sym_preproc_if_token1] = ACTIONS(3172), [aux_sym_preproc_if_token2] = ACTIONS(3172), [aux_sym_preproc_ifdef_token1] = ACTIONS(3172), [aux_sym_preproc_ifdef_token2] = ACTIONS(3172), [aux_sym_preproc_else_token1] = ACTIONS(3172), [aux_sym_preproc_elif_token1] = ACTIONS(3172), [aux_sym_preproc_elifdef_token1] = ACTIONS(3172), [aux_sym_preproc_elifdef_token2] = ACTIONS(3172), [sym_preproc_directive] = ACTIONS(3172), [anon_sym_LPAREN2] = ACTIONS(3174), [anon_sym_BANG] = ACTIONS(3174), [anon_sym_TILDE] = ACTIONS(3174), [anon_sym_DASH] = ACTIONS(3172), [anon_sym_PLUS] = ACTIONS(3172), [anon_sym_STAR] = ACTIONS(3174), [anon_sym_AMP_AMP] = ACTIONS(3174), [anon_sym_AMP] = ACTIONS(3172), [anon_sym_SEMI] = ACTIONS(3174), [anon_sym_typedef] = ACTIONS(3172), [anon_sym_extern] = ACTIONS(3172), [anon_sym___attribute__] = ACTIONS(3172), [anon_sym_COLON_COLON] = ACTIONS(3174), [anon_sym_LBRACK_LBRACK] = ACTIONS(3174), [anon_sym___declspec] = ACTIONS(3172), [anon_sym___based] = ACTIONS(3172), [anon_sym___cdecl] = ACTIONS(3172), [anon_sym___clrcall] = ACTIONS(3172), [anon_sym___stdcall] = ACTIONS(3172), [anon_sym___fastcall] = ACTIONS(3172), [anon_sym___thiscall] = ACTIONS(3172), [anon_sym___vectorcall] = ACTIONS(3172), [anon_sym_LBRACE] = ACTIONS(3174), [anon_sym_signed] = ACTIONS(3172), [anon_sym_unsigned] = ACTIONS(3172), [anon_sym_long] = ACTIONS(3172), [anon_sym_short] = ACTIONS(3172), [anon_sym_LBRACK] = ACTIONS(3172), [anon_sym_static] = ACTIONS(3172), [anon_sym_register] = ACTIONS(3172), [anon_sym_inline] = ACTIONS(3172), [anon_sym_thread_local] = ACTIONS(3172), [anon_sym_const] = ACTIONS(3172), [anon_sym_constexpr] = ACTIONS(3172), [anon_sym_volatile] = ACTIONS(3172), [anon_sym_restrict] = ACTIONS(3172), [anon_sym___restrict__] = ACTIONS(3172), [anon_sym__Atomic] = ACTIONS(3172), [anon_sym__Noreturn] = ACTIONS(3172), [anon_sym_noreturn] = ACTIONS(3172), [anon_sym_mutable] = ACTIONS(3172), [anon_sym_constinit] = ACTIONS(3172), [anon_sym_consteval] = ACTIONS(3172), [sym_primitive_type] = ACTIONS(3172), [anon_sym_enum] = ACTIONS(3172), [anon_sym_class] = ACTIONS(3172), [anon_sym_struct] = ACTIONS(3172), [anon_sym_union] = ACTIONS(3172), [anon_sym_if] = ACTIONS(3172), [anon_sym_switch] = ACTIONS(3172), [anon_sym_case] = ACTIONS(3172), [anon_sym_default] = ACTIONS(3172), [anon_sym_while] = ACTIONS(3172), [anon_sym_do] = ACTIONS(3172), [anon_sym_for] = ACTIONS(3172), [anon_sym_return] = ACTIONS(3172), [anon_sym_break] = ACTIONS(3172), [anon_sym_continue] = ACTIONS(3172), [anon_sym_goto] = ACTIONS(3172), [anon_sym_not] = ACTIONS(3172), [anon_sym_compl] = ACTIONS(3172), [anon_sym_DASH_DASH] = ACTIONS(3174), [anon_sym_PLUS_PLUS] = ACTIONS(3174), [anon_sym_sizeof] = ACTIONS(3172), [anon_sym_offsetof] = ACTIONS(3172), [anon_sym__Generic] = ACTIONS(3172), [anon_sym_asm] = ACTIONS(3172), [anon_sym___asm__] = ACTIONS(3172), [sym_number_literal] = ACTIONS(3174), [anon_sym_L_SQUOTE] = ACTIONS(3174), [anon_sym_u_SQUOTE] = ACTIONS(3174), [anon_sym_U_SQUOTE] = ACTIONS(3174), [anon_sym_u8_SQUOTE] = ACTIONS(3174), [anon_sym_SQUOTE] = ACTIONS(3174), [anon_sym_L_DQUOTE] = ACTIONS(3174), [anon_sym_u_DQUOTE] = ACTIONS(3174), [anon_sym_U_DQUOTE] = ACTIONS(3174), [anon_sym_u8_DQUOTE] = ACTIONS(3174), [anon_sym_DQUOTE] = ACTIONS(3174), [sym_true] = ACTIONS(3172), [sym_false] = ACTIONS(3172), [anon_sym_NULL] = ACTIONS(3172), [anon_sym_nullptr] = ACTIONS(3172), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3172), [anon_sym_decltype] = ACTIONS(3172), [anon_sym_virtual] = ACTIONS(3172), [anon_sym_explicit] = ACTIONS(3172), [anon_sym_typename] = ACTIONS(3172), [anon_sym_template] = ACTIONS(3172), [anon_sym_operator] = ACTIONS(3172), [anon_sym_try] = ACTIONS(3172), [anon_sym_delete] = ACTIONS(3172), [anon_sym_throw] = ACTIONS(3172), [anon_sym_namespace] = ACTIONS(3172), [anon_sym_using] = ACTIONS(3172), [anon_sym_static_assert] = ACTIONS(3172), [anon_sym_concept] = ACTIONS(3172), [anon_sym_co_return] = ACTIONS(3172), [anon_sym_co_yield] = ACTIONS(3172), [anon_sym_R_DQUOTE] = ACTIONS(3174), [anon_sym_LR_DQUOTE] = ACTIONS(3174), [anon_sym_uR_DQUOTE] = ACTIONS(3174), [anon_sym_UR_DQUOTE] = ACTIONS(3174), [anon_sym_u8R_DQUOTE] = ACTIONS(3174), [anon_sym_co_await] = ACTIONS(3172), [anon_sym_new] = ACTIONS(3172), [anon_sym_requires] = ACTIONS(3172), [sym_this] = ACTIONS(3172), }, [518] = { [sym_identifier] = ACTIONS(3176), [aux_sym_preproc_include_token1] = ACTIONS(3176), [aux_sym_preproc_def_token1] = ACTIONS(3176), [aux_sym_preproc_if_token1] = ACTIONS(3176), [aux_sym_preproc_if_token2] = ACTIONS(3176), [aux_sym_preproc_ifdef_token1] = ACTIONS(3176), [aux_sym_preproc_ifdef_token2] = ACTIONS(3176), [aux_sym_preproc_else_token1] = ACTIONS(3176), [aux_sym_preproc_elif_token1] = ACTIONS(3176), [aux_sym_preproc_elifdef_token1] = ACTIONS(3176), [aux_sym_preproc_elifdef_token2] = ACTIONS(3176), [sym_preproc_directive] = ACTIONS(3176), [anon_sym_LPAREN2] = ACTIONS(3178), [anon_sym_BANG] = ACTIONS(3178), [anon_sym_TILDE] = ACTIONS(3178), [anon_sym_DASH] = ACTIONS(3176), [anon_sym_PLUS] = ACTIONS(3176), [anon_sym_STAR] = ACTIONS(3178), [anon_sym_AMP_AMP] = ACTIONS(3178), [anon_sym_AMP] = ACTIONS(3176), [anon_sym_SEMI] = ACTIONS(3178), [anon_sym_typedef] = ACTIONS(3176), [anon_sym_extern] = ACTIONS(3176), [anon_sym___attribute__] = ACTIONS(3176), [anon_sym_COLON_COLON] = ACTIONS(3178), [anon_sym_LBRACK_LBRACK] = ACTIONS(3178), [anon_sym___declspec] = ACTIONS(3176), [anon_sym___based] = ACTIONS(3176), [anon_sym___cdecl] = ACTIONS(3176), [anon_sym___clrcall] = ACTIONS(3176), [anon_sym___stdcall] = ACTIONS(3176), [anon_sym___fastcall] = ACTIONS(3176), [anon_sym___thiscall] = ACTIONS(3176), [anon_sym___vectorcall] = ACTIONS(3176), [anon_sym_LBRACE] = ACTIONS(3178), [anon_sym_signed] = ACTIONS(3176), [anon_sym_unsigned] = ACTIONS(3176), [anon_sym_long] = ACTIONS(3176), [anon_sym_short] = ACTIONS(3176), [anon_sym_LBRACK] = ACTIONS(3176), [anon_sym_static] = ACTIONS(3176), [anon_sym_register] = ACTIONS(3176), [anon_sym_inline] = ACTIONS(3176), [anon_sym_thread_local] = ACTIONS(3176), [anon_sym_const] = ACTIONS(3176), [anon_sym_constexpr] = ACTIONS(3176), [anon_sym_volatile] = ACTIONS(3176), [anon_sym_restrict] = ACTIONS(3176), [anon_sym___restrict__] = ACTIONS(3176), [anon_sym__Atomic] = ACTIONS(3176), [anon_sym__Noreturn] = ACTIONS(3176), [anon_sym_noreturn] = ACTIONS(3176), [anon_sym_mutable] = ACTIONS(3176), [anon_sym_constinit] = ACTIONS(3176), [anon_sym_consteval] = ACTIONS(3176), [sym_primitive_type] = ACTIONS(3176), [anon_sym_enum] = ACTIONS(3176), [anon_sym_class] = ACTIONS(3176), [anon_sym_struct] = ACTIONS(3176), [anon_sym_union] = ACTIONS(3176), [anon_sym_if] = ACTIONS(3176), [anon_sym_switch] = ACTIONS(3176), [anon_sym_case] = ACTIONS(3176), [anon_sym_default] = ACTIONS(3176), [anon_sym_while] = ACTIONS(3176), [anon_sym_do] = ACTIONS(3176), [anon_sym_for] = ACTIONS(3176), [anon_sym_return] = ACTIONS(3176), [anon_sym_break] = ACTIONS(3176), [anon_sym_continue] = ACTIONS(3176), [anon_sym_goto] = ACTIONS(3176), [anon_sym_not] = ACTIONS(3176), [anon_sym_compl] = ACTIONS(3176), [anon_sym_DASH_DASH] = ACTIONS(3178), [anon_sym_PLUS_PLUS] = ACTIONS(3178), [anon_sym_sizeof] = ACTIONS(3176), [anon_sym_offsetof] = ACTIONS(3176), [anon_sym__Generic] = ACTIONS(3176), [anon_sym_asm] = ACTIONS(3176), [anon_sym___asm__] = ACTIONS(3176), [sym_number_literal] = ACTIONS(3178), [anon_sym_L_SQUOTE] = ACTIONS(3178), [anon_sym_u_SQUOTE] = ACTIONS(3178), [anon_sym_U_SQUOTE] = ACTIONS(3178), [anon_sym_u8_SQUOTE] = ACTIONS(3178), [anon_sym_SQUOTE] = ACTIONS(3178), [anon_sym_L_DQUOTE] = ACTIONS(3178), [anon_sym_u_DQUOTE] = ACTIONS(3178), [anon_sym_U_DQUOTE] = ACTIONS(3178), [anon_sym_u8_DQUOTE] = ACTIONS(3178), [anon_sym_DQUOTE] = ACTIONS(3178), [sym_true] = ACTIONS(3176), [sym_false] = ACTIONS(3176), [anon_sym_NULL] = ACTIONS(3176), [anon_sym_nullptr] = ACTIONS(3176), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3176), [anon_sym_decltype] = ACTIONS(3176), [anon_sym_virtual] = ACTIONS(3176), [anon_sym_explicit] = ACTIONS(3176), [anon_sym_typename] = ACTIONS(3176), [anon_sym_template] = ACTIONS(3176), [anon_sym_operator] = ACTIONS(3176), [anon_sym_try] = ACTIONS(3176), [anon_sym_delete] = ACTIONS(3176), [anon_sym_throw] = ACTIONS(3176), [anon_sym_namespace] = ACTIONS(3176), [anon_sym_using] = ACTIONS(3176), [anon_sym_static_assert] = ACTIONS(3176), [anon_sym_concept] = ACTIONS(3176), [anon_sym_co_return] = ACTIONS(3176), [anon_sym_co_yield] = ACTIONS(3176), [anon_sym_R_DQUOTE] = ACTIONS(3178), [anon_sym_LR_DQUOTE] = ACTIONS(3178), [anon_sym_uR_DQUOTE] = ACTIONS(3178), [anon_sym_UR_DQUOTE] = ACTIONS(3178), [anon_sym_u8R_DQUOTE] = ACTIONS(3178), [anon_sym_co_await] = ACTIONS(3176), [anon_sym_new] = ACTIONS(3176), [anon_sym_requires] = ACTIONS(3176), [sym_this] = ACTIONS(3176), }, [519] = { [sym_identifier] = ACTIONS(3180), [aux_sym_preproc_include_token1] = ACTIONS(3180), [aux_sym_preproc_def_token1] = ACTIONS(3180), [aux_sym_preproc_if_token1] = ACTIONS(3180), [aux_sym_preproc_if_token2] = ACTIONS(3180), [aux_sym_preproc_ifdef_token1] = ACTIONS(3180), [aux_sym_preproc_ifdef_token2] = ACTIONS(3180), [aux_sym_preproc_else_token1] = ACTIONS(3180), [aux_sym_preproc_elif_token1] = ACTIONS(3180), [aux_sym_preproc_elifdef_token1] = ACTIONS(3180), [aux_sym_preproc_elifdef_token2] = ACTIONS(3180), [sym_preproc_directive] = ACTIONS(3180), [anon_sym_LPAREN2] = ACTIONS(3182), [anon_sym_BANG] = ACTIONS(3182), [anon_sym_TILDE] = ACTIONS(3182), [anon_sym_DASH] = ACTIONS(3180), [anon_sym_PLUS] = ACTIONS(3180), [anon_sym_STAR] = ACTIONS(3182), [anon_sym_AMP_AMP] = ACTIONS(3182), [anon_sym_AMP] = ACTIONS(3180), [anon_sym_SEMI] = ACTIONS(3182), [anon_sym_typedef] = ACTIONS(3180), [anon_sym_extern] = ACTIONS(3180), [anon_sym___attribute__] = ACTIONS(3180), [anon_sym_COLON_COLON] = ACTIONS(3182), [anon_sym_LBRACK_LBRACK] = ACTIONS(3182), [anon_sym___declspec] = ACTIONS(3180), [anon_sym___based] = ACTIONS(3180), [anon_sym___cdecl] = ACTIONS(3180), [anon_sym___clrcall] = ACTIONS(3180), [anon_sym___stdcall] = ACTIONS(3180), [anon_sym___fastcall] = ACTIONS(3180), [anon_sym___thiscall] = ACTIONS(3180), [anon_sym___vectorcall] = ACTIONS(3180), [anon_sym_LBRACE] = ACTIONS(3182), [anon_sym_signed] = ACTIONS(3180), [anon_sym_unsigned] = ACTIONS(3180), [anon_sym_long] = ACTIONS(3180), [anon_sym_short] = ACTIONS(3180), [anon_sym_LBRACK] = ACTIONS(3180), [anon_sym_static] = ACTIONS(3180), [anon_sym_register] = ACTIONS(3180), [anon_sym_inline] = ACTIONS(3180), [anon_sym_thread_local] = ACTIONS(3180), [anon_sym_const] = ACTIONS(3180), [anon_sym_constexpr] = ACTIONS(3180), [anon_sym_volatile] = ACTIONS(3180), [anon_sym_restrict] = ACTIONS(3180), [anon_sym___restrict__] = ACTIONS(3180), [anon_sym__Atomic] = ACTIONS(3180), [anon_sym__Noreturn] = ACTIONS(3180), [anon_sym_noreturn] = ACTIONS(3180), [anon_sym_mutable] = ACTIONS(3180), [anon_sym_constinit] = ACTIONS(3180), [anon_sym_consteval] = ACTIONS(3180), [sym_primitive_type] = ACTIONS(3180), [anon_sym_enum] = ACTIONS(3180), [anon_sym_class] = ACTIONS(3180), [anon_sym_struct] = ACTIONS(3180), [anon_sym_union] = ACTIONS(3180), [anon_sym_if] = ACTIONS(3180), [anon_sym_switch] = ACTIONS(3180), [anon_sym_case] = ACTIONS(3180), [anon_sym_default] = ACTIONS(3180), [anon_sym_while] = ACTIONS(3180), [anon_sym_do] = ACTIONS(3180), [anon_sym_for] = ACTIONS(3180), [anon_sym_return] = ACTIONS(3180), [anon_sym_break] = ACTIONS(3180), [anon_sym_continue] = ACTIONS(3180), [anon_sym_goto] = ACTIONS(3180), [anon_sym_not] = ACTIONS(3180), [anon_sym_compl] = ACTIONS(3180), [anon_sym_DASH_DASH] = ACTIONS(3182), [anon_sym_PLUS_PLUS] = ACTIONS(3182), [anon_sym_sizeof] = ACTIONS(3180), [anon_sym_offsetof] = ACTIONS(3180), [anon_sym__Generic] = ACTIONS(3180), [anon_sym_asm] = ACTIONS(3180), [anon_sym___asm__] = ACTIONS(3180), [sym_number_literal] = ACTIONS(3182), [anon_sym_L_SQUOTE] = ACTIONS(3182), [anon_sym_u_SQUOTE] = ACTIONS(3182), [anon_sym_U_SQUOTE] = ACTIONS(3182), [anon_sym_u8_SQUOTE] = ACTIONS(3182), [anon_sym_SQUOTE] = ACTIONS(3182), [anon_sym_L_DQUOTE] = ACTIONS(3182), [anon_sym_u_DQUOTE] = ACTIONS(3182), [anon_sym_U_DQUOTE] = ACTIONS(3182), [anon_sym_u8_DQUOTE] = ACTIONS(3182), [anon_sym_DQUOTE] = ACTIONS(3182), [sym_true] = ACTIONS(3180), [sym_false] = ACTIONS(3180), [anon_sym_NULL] = ACTIONS(3180), [anon_sym_nullptr] = ACTIONS(3180), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3180), [anon_sym_decltype] = ACTIONS(3180), [anon_sym_virtual] = ACTIONS(3180), [anon_sym_explicit] = ACTIONS(3180), [anon_sym_typename] = ACTIONS(3180), [anon_sym_template] = ACTIONS(3180), [anon_sym_operator] = ACTIONS(3180), [anon_sym_try] = ACTIONS(3180), [anon_sym_delete] = ACTIONS(3180), [anon_sym_throw] = ACTIONS(3180), [anon_sym_namespace] = ACTIONS(3180), [anon_sym_using] = ACTIONS(3180), [anon_sym_static_assert] = ACTIONS(3180), [anon_sym_concept] = ACTIONS(3180), [anon_sym_co_return] = ACTIONS(3180), [anon_sym_co_yield] = ACTIONS(3180), [anon_sym_R_DQUOTE] = ACTIONS(3182), [anon_sym_LR_DQUOTE] = ACTIONS(3182), [anon_sym_uR_DQUOTE] = ACTIONS(3182), [anon_sym_UR_DQUOTE] = ACTIONS(3182), [anon_sym_u8R_DQUOTE] = ACTIONS(3182), [anon_sym_co_await] = ACTIONS(3180), [anon_sym_new] = ACTIONS(3180), [anon_sym_requires] = ACTIONS(3180), [sym_this] = ACTIONS(3180), }, [520] = { [sym_identifier] = ACTIONS(3184), [aux_sym_preproc_include_token1] = ACTIONS(3184), [aux_sym_preproc_def_token1] = ACTIONS(3184), [aux_sym_preproc_if_token1] = ACTIONS(3184), [aux_sym_preproc_if_token2] = ACTIONS(3184), [aux_sym_preproc_ifdef_token1] = ACTIONS(3184), [aux_sym_preproc_ifdef_token2] = ACTIONS(3184), [aux_sym_preproc_else_token1] = ACTIONS(3184), [aux_sym_preproc_elif_token1] = ACTIONS(3184), [aux_sym_preproc_elifdef_token1] = ACTIONS(3184), [aux_sym_preproc_elifdef_token2] = ACTIONS(3184), [sym_preproc_directive] = ACTIONS(3184), [anon_sym_LPAREN2] = ACTIONS(3186), [anon_sym_BANG] = ACTIONS(3186), [anon_sym_TILDE] = ACTIONS(3186), [anon_sym_DASH] = ACTIONS(3184), [anon_sym_PLUS] = ACTIONS(3184), [anon_sym_STAR] = ACTIONS(3186), [anon_sym_AMP_AMP] = ACTIONS(3186), [anon_sym_AMP] = ACTIONS(3184), [anon_sym_SEMI] = ACTIONS(3186), [anon_sym_typedef] = ACTIONS(3184), [anon_sym_extern] = ACTIONS(3184), [anon_sym___attribute__] = ACTIONS(3184), [anon_sym_COLON_COLON] = ACTIONS(3186), [anon_sym_LBRACK_LBRACK] = ACTIONS(3186), [anon_sym___declspec] = ACTIONS(3184), [anon_sym___based] = ACTIONS(3184), [anon_sym___cdecl] = ACTIONS(3184), [anon_sym___clrcall] = ACTIONS(3184), [anon_sym___stdcall] = ACTIONS(3184), [anon_sym___fastcall] = ACTIONS(3184), [anon_sym___thiscall] = ACTIONS(3184), [anon_sym___vectorcall] = ACTIONS(3184), [anon_sym_LBRACE] = ACTIONS(3186), [anon_sym_signed] = ACTIONS(3184), [anon_sym_unsigned] = ACTIONS(3184), [anon_sym_long] = ACTIONS(3184), [anon_sym_short] = ACTIONS(3184), [anon_sym_LBRACK] = ACTIONS(3184), [anon_sym_static] = ACTIONS(3184), [anon_sym_register] = ACTIONS(3184), [anon_sym_inline] = ACTIONS(3184), [anon_sym_thread_local] = ACTIONS(3184), [anon_sym_const] = ACTIONS(3184), [anon_sym_constexpr] = ACTIONS(3184), [anon_sym_volatile] = ACTIONS(3184), [anon_sym_restrict] = ACTIONS(3184), [anon_sym___restrict__] = ACTIONS(3184), [anon_sym__Atomic] = ACTIONS(3184), [anon_sym__Noreturn] = ACTIONS(3184), [anon_sym_noreturn] = ACTIONS(3184), [anon_sym_mutable] = ACTIONS(3184), [anon_sym_constinit] = ACTIONS(3184), [anon_sym_consteval] = ACTIONS(3184), [sym_primitive_type] = ACTIONS(3184), [anon_sym_enum] = ACTIONS(3184), [anon_sym_class] = ACTIONS(3184), [anon_sym_struct] = ACTIONS(3184), [anon_sym_union] = ACTIONS(3184), [anon_sym_if] = ACTIONS(3184), [anon_sym_switch] = ACTIONS(3184), [anon_sym_case] = ACTIONS(3184), [anon_sym_default] = ACTIONS(3184), [anon_sym_while] = ACTIONS(3184), [anon_sym_do] = ACTIONS(3184), [anon_sym_for] = ACTIONS(3184), [anon_sym_return] = ACTIONS(3184), [anon_sym_break] = ACTIONS(3184), [anon_sym_continue] = ACTIONS(3184), [anon_sym_goto] = ACTIONS(3184), [anon_sym_not] = ACTIONS(3184), [anon_sym_compl] = ACTIONS(3184), [anon_sym_DASH_DASH] = ACTIONS(3186), [anon_sym_PLUS_PLUS] = ACTIONS(3186), [anon_sym_sizeof] = ACTIONS(3184), [anon_sym_offsetof] = ACTIONS(3184), [anon_sym__Generic] = ACTIONS(3184), [anon_sym_asm] = ACTIONS(3184), [anon_sym___asm__] = ACTIONS(3184), [sym_number_literal] = ACTIONS(3186), [anon_sym_L_SQUOTE] = ACTIONS(3186), [anon_sym_u_SQUOTE] = ACTIONS(3186), [anon_sym_U_SQUOTE] = ACTIONS(3186), [anon_sym_u8_SQUOTE] = ACTIONS(3186), [anon_sym_SQUOTE] = ACTIONS(3186), [anon_sym_L_DQUOTE] = ACTIONS(3186), [anon_sym_u_DQUOTE] = ACTIONS(3186), [anon_sym_U_DQUOTE] = ACTIONS(3186), [anon_sym_u8_DQUOTE] = ACTIONS(3186), [anon_sym_DQUOTE] = ACTIONS(3186), [sym_true] = ACTIONS(3184), [sym_false] = ACTIONS(3184), [anon_sym_NULL] = ACTIONS(3184), [anon_sym_nullptr] = ACTIONS(3184), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3184), [anon_sym_decltype] = ACTIONS(3184), [anon_sym_virtual] = ACTIONS(3184), [anon_sym_explicit] = ACTIONS(3184), [anon_sym_typename] = ACTIONS(3184), [anon_sym_template] = ACTIONS(3184), [anon_sym_operator] = ACTIONS(3184), [anon_sym_try] = ACTIONS(3184), [anon_sym_delete] = ACTIONS(3184), [anon_sym_throw] = ACTIONS(3184), [anon_sym_namespace] = ACTIONS(3184), [anon_sym_using] = ACTIONS(3184), [anon_sym_static_assert] = ACTIONS(3184), [anon_sym_concept] = ACTIONS(3184), [anon_sym_co_return] = ACTIONS(3184), [anon_sym_co_yield] = ACTIONS(3184), [anon_sym_R_DQUOTE] = ACTIONS(3186), [anon_sym_LR_DQUOTE] = ACTIONS(3186), [anon_sym_uR_DQUOTE] = ACTIONS(3186), [anon_sym_UR_DQUOTE] = ACTIONS(3186), [anon_sym_u8R_DQUOTE] = ACTIONS(3186), [anon_sym_co_await] = ACTIONS(3184), [anon_sym_new] = ACTIONS(3184), [anon_sym_requires] = ACTIONS(3184), [sym_this] = ACTIONS(3184), }, [521] = { [sym__expression] = STATE(4209), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7439), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3188), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(3191), [anon_sym_extern] = ACTIONS(3115), [anon_sym___attribute__] = ACTIONS(3115), [anon_sym_COLON_COLON] = ACTIONS(3193), [anon_sym_LBRACK_LBRACK] = ACTIONS(3117), [anon_sym___declspec] = ACTIONS(3115), [anon_sym_signed] = ACTIONS(3115), [anon_sym_unsigned] = ACTIONS(3115), [anon_sym_long] = ACTIONS(3115), [anon_sym_short] = ACTIONS(3115), [anon_sym_LBRACK] = ACTIONS(1327), [anon_sym_static] = ACTIONS(3115), [anon_sym_register] = ACTIONS(3115), [anon_sym_inline] = ACTIONS(3115), [anon_sym_thread_local] = ACTIONS(3115), [anon_sym_const] = ACTIONS(3115), [anon_sym_constexpr] = ACTIONS(3115), [anon_sym_volatile] = ACTIONS(3115), [anon_sym_restrict] = ACTIONS(3115), [anon_sym___restrict__] = ACTIONS(3115), [anon_sym__Atomic] = ACTIONS(3115), [anon_sym__Noreturn] = ACTIONS(3115), [anon_sym_noreturn] = ACTIONS(3115), [anon_sym_mutable] = ACTIONS(3115), [anon_sym_constinit] = ACTIONS(3115), [anon_sym_consteval] = ACTIONS(3115), [sym_primitive_type] = ACTIONS(3196), [anon_sym_enum] = ACTIONS(3115), [anon_sym_class] = ACTIONS(3115), [anon_sym_struct] = ACTIONS(3115), [anon_sym_union] = ACTIONS(3115), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3115), [anon_sym_decltype] = ACTIONS(3199), [anon_sym_virtual] = ACTIONS(3115), [anon_sym_typename] = ACTIONS(3115), [anon_sym_template] = ACTIONS(3202), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [522] = { [sym__expression] = STATE(4213), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7448), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3131), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(3205), [anon_sym_extern] = ACTIONS(2926), [anon_sym___attribute__] = ACTIONS(2926), [anon_sym_COLON_COLON] = ACTIONS(3136), [anon_sym_LBRACK_LBRACK] = ACTIONS(2928), [anon_sym___declspec] = ACTIONS(2926), [anon_sym_signed] = ACTIONS(2926), [anon_sym_unsigned] = ACTIONS(2926), [anon_sym_long] = ACTIONS(2926), [anon_sym_short] = ACTIONS(2926), [anon_sym_LBRACK] = ACTIONS(1327), [anon_sym_static] = ACTIONS(2926), [anon_sym_register] = ACTIONS(2926), [anon_sym_inline] = ACTIONS(2926), [anon_sym_thread_local] = ACTIONS(2926), [anon_sym_const] = ACTIONS(2926), [anon_sym_constexpr] = ACTIONS(2926), [anon_sym_volatile] = ACTIONS(2926), [anon_sym_restrict] = ACTIONS(2926), [anon_sym___restrict__] = ACTIONS(2926), [anon_sym__Atomic] = ACTIONS(2926), [anon_sym__Noreturn] = ACTIONS(2926), [anon_sym_noreturn] = ACTIONS(2926), [anon_sym_mutable] = ACTIONS(2926), [anon_sym_constinit] = ACTIONS(2926), [anon_sym_consteval] = ACTIONS(2926), [sym_primitive_type] = ACTIONS(3139), [anon_sym_enum] = ACTIONS(2926), [anon_sym_class] = ACTIONS(2926), [anon_sym_struct] = ACTIONS(2926), [anon_sym_union] = ACTIONS(2926), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2926), [anon_sym_decltype] = ACTIONS(3142), [anon_sym_virtual] = ACTIONS(2926), [anon_sym_typename] = ACTIONS(2926), [anon_sym_template] = ACTIONS(3145), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [523] = { [sym_identifier] = ACTIONS(3207), [aux_sym_preproc_include_token1] = ACTIONS(3207), [aux_sym_preproc_def_token1] = ACTIONS(3207), [aux_sym_preproc_if_token1] = ACTIONS(3207), [aux_sym_preproc_if_token2] = ACTIONS(3207), [aux_sym_preproc_ifdef_token1] = ACTIONS(3207), [aux_sym_preproc_ifdef_token2] = ACTIONS(3207), [aux_sym_preproc_else_token1] = ACTIONS(3207), [aux_sym_preproc_elif_token1] = ACTIONS(3207), [aux_sym_preproc_elifdef_token1] = ACTIONS(3207), [aux_sym_preproc_elifdef_token2] = ACTIONS(3207), [sym_preproc_directive] = ACTIONS(3207), [anon_sym_LPAREN2] = ACTIONS(3209), [anon_sym_BANG] = ACTIONS(3209), [anon_sym_TILDE] = ACTIONS(3209), [anon_sym_DASH] = ACTIONS(3207), [anon_sym_PLUS] = ACTIONS(3207), [anon_sym_STAR] = ACTIONS(3209), [anon_sym_AMP_AMP] = ACTIONS(3209), [anon_sym_AMP] = ACTIONS(3207), [anon_sym_SEMI] = ACTIONS(3209), [anon_sym_typedef] = ACTIONS(3207), [anon_sym_extern] = ACTIONS(3207), [anon_sym___attribute__] = ACTIONS(3207), [anon_sym_COLON_COLON] = ACTIONS(3209), [anon_sym_LBRACK_LBRACK] = ACTIONS(3209), [anon_sym___declspec] = ACTIONS(3207), [anon_sym___based] = ACTIONS(3207), [anon_sym___cdecl] = ACTIONS(3207), [anon_sym___clrcall] = ACTIONS(3207), [anon_sym___stdcall] = ACTIONS(3207), [anon_sym___fastcall] = ACTIONS(3207), [anon_sym___thiscall] = ACTIONS(3207), [anon_sym___vectorcall] = ACTIONS(3207), [anon_sym_LBRACE] = ACTIONS(3209), [anon_sym_signed] = ACTIONS(3207), [anon_sym_unsigned] = ACTIONS(3207), [anon_sym_long] = ACTIONS(3207), [anon_sym_short] = ACTIONS(3207), [anon_sym_LBRACK] = ACTIONS(3207), [anon_sym_static] = ACTIONS(3207), [anon_sym_register] = ACTIONS(3207), [anon_sym_inline] = ACTIONS(3207), [anon_sym_thread_local] = ACTIONS(3207), [anon_sym_const] = ACTIONS(3207), [anon_sym_constexpr] = ACTIONS(3207), [anon_sym_volatile] = ACTIONS(3207), [anon_sym_restrict] = ACTIONS(3207), [anon_sym___restrict__] = ACTIONS(3207), [anon_sym__Atomic] = ACTIONS(3207), [anon_sym__Noreturn] = ACTIONS(3207), [anon_sym_noreturn] = ACTIONS(3207), [anon_sym_mutable] = ACTIONS(3207), [anon_sym_constinit] = ACTIONS(3207), [anon_sym_consteval] = ACTIONS(3207), [sym_primitive_type] = ACTIONS(3207), [anon_sym_enum] = ACTIONS(3207), [anon_sym_class] = ACTIONS(3207), [anon_sym_struct] = ACTIONS(3207), [anon_sym_union] = ACTIONS(3207), [anon_sym_if] = ACTIONS(3207), [anon_sym_switch] = ACTIONS(3207), [anon_sym_case] = ACTIONS(3207), [anon_sym_default] = ACTIONS(3207), [anon_sym_while] = ACTIONS(3207), [anon_sym_do] = ACTIONS(3207), [anon_sym_for] = ACTIONS(3207), [anon_sym_return] = ACTIONS(3207), [anon_sym_break] = ACTIONS(3207), [anon_sym_continue] = ACTIONS(3207), [anon_sym_goto] = ACTIONS(3207), [anon_sym_not] = ACTIONS(3207), [anon_sym_compl] = ACTIONS(3207), [anon_sym_DASH_DASH] = ACTIONS(3209), [anon_sym_PLUS_PLUS] = ACTIONS(3209), [anon_sym_sizeof] = ACTIONS(3207), [anon_sym_offsetof] = ACTIONS(3207), [anon_sym__Generic] = ACTIONS(3207), [anon_sym_asm] = ACTIONS(3207), [anon_sym___asm__] = ACTIONS(3207), [sym_number_literal] = ACTIONS(3209), [anon_sym_L_SQUOTE] = ACTIONS(3209), [anon_sym_u_SQUOTE] = ACTIONS(3209), [anon_sym_U_SQUOTE] = ACTIONS(3209), [anon_sym_u8_SQUOTE] = ACTIONS(3209), [anon_sym_SQUOTE] = ACTIONS(3209), [anon_sym_L_DQUOTE] = ACTIONS(3209), [anon_sym_u_DQUOTE] = ACTIONS(3209), [anon_sym_U_DQUOTE] = ACTIONS(3209), [anon_sym_u8_DQUOTE] = ACTIONS(3209), [anon_sym_DQUOTE] = ACTIONS(3209), [sym_true] = ACTIONS(3207), [sym_false] = ACTIONS(3207), [anon_sym_NULL] = ACTIONS(3207), [anon_sym_nullptr] = ACTIONS(3207), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3207), [anon_sym_decltype] = ACTIONS(3207), [anon_sym_virtual] = ACTIONS(3207), [anon_sym_explicit] = ACTIONS(3207), [anon_sym_typename] = ACTIONS(3207), [anon_sym_template] = ACTIONS(3207), [anon_sym_operator] = ACTIONS(3207), [anon_sym_try] = ACTIONS(3207), [anon_sym_delete] = ACTIONS(3207), [anon_sym_throw] = ACTIONS(3207), [anon_sym_namespace] = ACTIONS(3207), [anon_sym_using] = ACTIONS(3207), [anon_sym_static_assert] = ACTIONS(3207), [anon_sym_concept] = ACTIONS(3207), [anon_sym_co_return] = ACTIONS(3207), [anon_sym_co_yield] = ACTIONS(3207), [anon_sym_R_DQUOTE] = ACTIONS(3209), [anon_sym_LR_DQUOTE] = ACTIONS(3209), [anon_sym_uR_DQUOTE] = ACTIONS(3209), [anon_sym_UR_DQUOTE] = ACTIONS(3209), [anon_sym_u8R_DQUOTE] = ACTIONS(3209), [anon_sym_co_await] = ACTIONS(3207), [anon_sym_new] = ACTIONS(3207), [anon_sym_requires] = ACTIONS(3207), [sym_this] = ACTIONS(3207), }, [524] = { [sym_identifier] = ACTIONS(3211), [aux_sym_preproc_include_token1] = ACTIONS(3211), [aux_sym_preproc_def_token1] = ACTIONS(3211), [aux_sym_preproc_if_token1] = ACTIONS(3211), [aux_sym_preproc_if_token2] = ACTIONS(3211), [aux_sym_preproc_ifdef_token1] = ACTIONS(3211), [aux_sym_preproc_ifdef_token2] = ACTIONS(3211), [aux_sym_preproc_else_token1] = ACTIONS(3211), [aux_sym_preproc_elif_token1] = ACTIONS(3211), [aux_sym_preproc_elifdef_token1] = ACTIONS(3211), [aux_sym_preproc_elifdef_token2] = ACTIONS(3211), [sym_preproc_directive] = ACTIONS(3211), [anon_sym_LPAREN2] = ACTIONS(3213), [anon_sym_BANG] = ACTIONS(3213), [anon_sym_TILDE] = ACTIONS(3213), [anon_sym_DASH] = ACTIONS(3211), [anon_sym_PLUS] = ACTIONS(3211), [anon_sym_STAR] = ACTIONS(3213), [anon_sym_AMP_AMP] = ACTIONS(3213), [anon_sym_AMP] = ACTIONS(3211), [anon_sym_SEMI] = ACTIONS(3213), [anon_sym_typedef] = ACTIONS(3211), [anon_sym_extern] = ACTIONS(3211), [anon_sym___attribute__] = ACTIONS(3211), [anon_sym_COLON_COLON] = ACTIONS(3213), [anon_sym_LBRACK_LBRACK] = ACTIONS(3213), [anon_sym___declspec] = ACTIONS(3211), [anon_sym___based] = ACTIONS(3211), [anon_sym___cdecl] = ACTIONS(3211), [anon_sym___clrcall] = ACTIONS(3211), [anon_sym___stdcall] = ACTIONS(3211), [anon_sym___fastcall] = ACTIONS(3211), [anon_sym___thiscall] = ACTIONS(3211), [anon_sym___vectorcall] = ACTIONS(3211), [anon_sym_LBRACE] = ACTIONS(3213), [anon_sym_signed] = ACTIONS(3211), [anon_sym_unsigned] = ACTIONS(3211), [anon_sym_long] = ACTIONS(3211), [anon_sym_short] = ACTIONS(3211), [anon_sym_LBRACK] = ACTIONS(3211), [anon_sym_static] = ACTIONS(3211), [anon_sym_register] = ACTIONS(3211), [anon_sym_inline] = ACTIONS(3211), [anon_sym_thread_local] = ACTIONS(3211), [anon_sym_const] = ACTIONS(3211), [anon_sym_constexpr] = ACTIONS(3211), [anon_sym_volatile] = ACTIONS(3211), [anon_sym_restrict] = ACTIONS(3211), [anon_sym___restrict__] = ACTIONS(3211), [anon_sym__Atomic] = ACTIONS(3211), [anon_sym__Noreturn] = ACTIONS(3211), [anon_sym_noreturn] = ACTIONS(3211), [anon_sym_mutable] = ACTIONS(3211), [anon_sym_constinit] = ACTIONS(3211), [anon_sym_consteval] = ACTIONS(3211), [sym_primitive_type] = ACTIONS(3211), [anon_sym_enum] = ACTIONS(3211), [anon_sym_class] = ACTIONS(3211), [anon_sym_struct] = ACTIONS(3211), [anon_sym_union] = ACTIONS(3211), [anon_sym_if] = ACTIONS(3211), [anon_sym_switch] = ACTIONS(3211), [anon_sym_case] = ACTIONS(3211), [anon_sym_default] = ACTIONS(3211), [anon_sym_while] = ACTIONS(3211), [anon_sym_do] = ACTIONS(3211), [anon_sym_for] = ACTIONS(3211), [anon_sym_return] = ACTIONS(3211), [anon_sym_break] = ACTIONS(3211), [anon_sym_continue] = ACTIONS(3211), [anon_sym_goto] = ACTIONS(3211), [anon_sym_not] = ACTIONS(3211), [anon_sym_compl] = ACTIONS(3211), [anon_sym_DASH_DASH] = ACTIONS(3213), [anon_sym_PLUS_PLUS] = ACTIONS(3213), [anon_sym_sizeof] = ACTIONS(3211), [anon_sym_offsetof] = ACTIONS(3211), [anon_sym__Generic] = ACTIONS(3211), [anon_sym_asm] = ACTIONS(3211), [anon_sym___asm__] = ACTIONS(3211), [sym_number_literal] = ACTIONS(3213), [anon_sym_L_SQUOTE] = ACTIONS(3213), [anon_sym_u_SQUOTE] = ACTIONS(3213), [anon_sym_U_SQUOTE] = ACTIONS(3213), [anon_sym_u8_SQUOTE] = ACTIONS(3213), [anon_sym_SQUOTE] = ACTIONS(3213), [anon_sym_L_DQUOTE] = ACTIONS(3213), [anon_sym_u_DQUOTE] = ACTIONS(3213), [anon_sym_U_DQUOTE] = ACTIONS(3213), [anon_sym_u8_DQUOTE] = ACTIONS(3213), [anon_sym_DQUOTE] = ACTIONS(3213), [sym_true] = ACTIONS(3211), [sym_false] = ACTIONS(3211), [anon_sym_NULL] = ACTIONS(3211), [anon_sym_nullptr] = ACTIONS(3211), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3211), [anon_sym_decltype] = ACTIONS(3211), [anon_sym_virtual] = ACTIONS(3211), [anon_sym_explicit] = ACTIONS(3211), [anon_sym_typename] = ACTIONS(3211), [anon_sym_template] = ACTIONS(3211), [anon_sym_operator] = ACTIONS(3211), [anon_sym_try] = ACTIONS(3211), [anon_sym_delete] = ACTIONS(3211), [anon_sym_throw] = ACTIONS(3211), [anon_sym_namespace] = ACTIONS(3211), [anon_sym_using] = ACTIONS(3211), [anon_sym_static_assert] = ACTIONS(3211), [anon_sym_concept] = ACTIONS(3211), [anon_sym_co_return] = ACTIONS(3211), [anon_sym_co_yield] = ACTIONS(3211), [anon_sym_R_DQUOTE] = ACTIONS(3213), [anon_sym_LR_DQUOTE] = ACTIONS(3213), [anon_sym_uR_DQUOTE] = ACTIONS(3213), [anon_sym_UR_DQUOTE] = ACTIONS(3213), [anon_sym_u8R_DQUOTE] = ACTIONS(3213), [anon_sym_co_await] = ACTIONS(3211), [anon_sym_new] = ACTIONS(3211), [anon_sym_requires] = ACTIONS(3211), [sym_this] = ACTIONS(3211), }, [525] = { [sym_identifier] = ACTIONS(3215), [aux_sym_preproc_include_token1] = ACTIONS(3215), [aux_sym_preproc_def_token1] = ACTIONS(3215), [aux_sym_preproc_if_token1] = ACTIONS(3215), [aux_sym_preproc_if_token2] = ACTIONS(3215), [aux_sym_preproc_ifdef_token1] = ACTIONS(3215), [aux_sym_preproc_ifdef_token2] = ACTIONS(3215), [aux_sym_preproc_else_token1] = ACTIONS(3215), [aux_sym_preproc_elif_token1] = ACTIONS(3215), [aux_sym_preproc_elifdef_token1] = ACTIONS(3215), [aux_sym_preproc_elifdef_token2] = ACTIONS(3215), [sym_preproc_directive] = ACTIONS(3215), [anon_sym_LPAREN2] = ACTIONS(3217), [anon_sym_BANG] = ACTIONS(3217), [anon_sym_TILDE] = ACTIONS(3217), [anon_sym_DASH] = ACTIONS(3215), [anon_sym_PLUS] = ACTIONS(3215), [anon_sym_STAR] = ACTIONS(3217), [anon_sym_AMP_AMP] = ACTIONS(3217), [anon_sym_AMP] = ACTIONS(3215), [anon_sym_SEMI] = ACTIONS(3217), [anon_sym_typedef] = ACTIONS(3215), [anon_sym_extern] = ACTIONS(3215), [anon_sym___attribute__] = ACTIONS(3215), [anon_sym_COLON_COLON] = ACTIONS(3217), [anon_sym_LBRACK_LBRACK] = ACTIONS(3217), [anon_sym___declspec] = ACTIONS(3215), [anon_sym___based] = ACTIONS(3215), [anon_sym___cdecl] = ACTIONS(3215), [anon_sym___clrcall] = ACTIONS(3215), [anon_sym___stdcall] = ACTIONS(3215), [anon_sym___fastcall] = ACTIONS(3215), [anon_sym___thiscall] = ACTIONS(3215), [anon_sym___vectorcall] = ACTIONS(3215), [anon_sym_LBRACE] = ACTIONS(3217), [anon_sym_signed] = ACTIONS(3215), [anon_sym_unsigned] = ACTIONS(3215), [anon_sym_long] = ACTIONS(3215), [anon_sym_short] = ACTIONS(3215), [anon_sym_LBRACK] = ACTIONS(3215), [anon_sym_static] = ACTIONS(3215), [anon_sym_register] = ACTIONS(3215), [anon_sym_inline] = ACTIONS(3215), [anon_sym_thread_local] = ACTIONS(3215), [anon_sym_const] = ACTIONS(3215), [anon_sym_constexpr] = ACTIONS(3215), [anon_sym_volatile] = ACTIONS(3215), [anon_sym_restrict] = ACTIONS(3215), [anon_sym___restrict__] = ACTIONS(3215), [anon_sym__Atomic] = ACTIONS(3215), [anon_sym__Noreturn] = ACTIONS(3215), [anon_sym_noreturn] = ACTIONS(3215), [anon_sym_mutable] = ACTIONS(3215), [anon_sym_constinit] = ACTIONS(3215), [anon_sym_consteval] = ACTIONS(3215), [sym_primitive_type] = ACTIONS(3215), [anon_sym_enum] = ACTIONS(3215), [anon_sym_class] = ACTIONS(3215), [anon_sym_struct] = ACTIONS(3215), [anon_sym_union] = ACTIONS(3215), [anon_sym_if] = ACTIONS(3215), [anon_sym_switch] = ACTIONS(3215), [anon_sym_case] = ACTIONS(3215), [anon_sym_default] = ACTIONS(3215), [anon_sym_while] = ACTIONS(3215), [anon_sym_do] = ACTIONS(3215), [anon_sym_for] = ACTIONS(3215), [anon_sym_return] = ACTIONS(3215), [anon_sym_break] = ACTIONS(3215), [anon_sym_continue] = ACTIONS(3215), [anon_sym_goto] = ACTIONS(3215), [anon_sym_not] = ACTIONS(3215), [anon_sym_compl] = ACTIONS(3215), [anon_sym_DASH_DASH] = ACTIONS(3217), [anon_sym_PLUS_PLUS] = ACTIONS(3217), [anon_sym_sizeof] = ACTIONS(3215), [anon_sym_offsetof] = ACTIONS(3215), [anon_sym__Generic] = ACTIONS(3215), [anon_sym_asm] = ACTIONS(3215), [anon_sym___asm__] = ACTIONS(3215), [sym_number_literal] = ACTIONS(3217), [anon_sym_L_SQUOTE] = ACTIONS(3217), [anon_sym_u_SQUOTE] = ACTIONS(3217), [anon_sym_U_SQUOTE] = ACTIONS(3217), [anon_sym_u8_SQUOTE] = ACTIONS(3217), [anon_sym_SQUOTE] = ACTIONS(3217), [anon_sym_L_DQUOTE] = ACTIONS(3217), [anon_sym_u_DQUOTE] = ACTIONS(3217), [anon_sym_U_DQUOTE] = ACTIONS(3217), [anon_sym_u8_DQUOTE] = ACTIONS(3217), [anon_sym_DQUOTE] = ACTIONS(3217), [sym_true] = ACTIONS(3215), [sym_false] = ACTIONS(3215), [anon_sym_NULL] = ACTIONS(3215), [anon_sym_nullptr] = ACTIONS(3215), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3215), [anon_sym_decltype] = ACTIONS(3215), [anon_sym_virtual] = ACTIONS(3215), [anon_sym_explicit] = ACTIONS(3215), [anon_sym_typename] = ACTIONS(3215), [anon_sym_template] = ACTIONS(3215), [anon_sym_operator] = ACTIONS(3215), [anon_sym_try] = ACTIONS(3215), [anon_sym_delete] = ACTIONS(3215), [anon_sym_throw] = ACTIONS(3215), [anon_sym_namespace] = ACTIONS(3215), [anon_sym_using] = ACTIONS(3215), [anon_sym_static_assert] = ACTIONS(3215), [anon_sym_concept] = ACTIONS(3215), [anon_sym_co_return] = ACTIONS(3215), [anon_sym_co_yield] = ACTIONS(3215), [anon_sym_R_DQUOTE] = ACTIONS(3217), [anon_sym_LR_DQUOTE] = ACTIONS(3217), [anon_sym_uR_DQUOTE] = ACTIONS(3217), [anon_sym_UR_DQUOTE] = ACTIONS(3217), [anon_sym_u8R_DQUOTE] = ACTIONS(3217), [anon_sym_co_await] = ACTIONS(3215), [anon_sym_new] = ACTIONS(3215), [anon_sym_requires] = ACTIONS(3215), [sym_this] = ACTIONS(3215), }, [526] = { [sym_identifier] = ACTIONS(3219), [aux_sym_preproc_include_token1] = ACTIONS(3219), [aux_sym_preproc_def_token1] = ACTIONS(3219), [aux_sym_preproc_if_token1] = ACTIONS(3219), [aux_sym_preproc_if_token2] = ACTIONS(3219), [aux_sym_preproc_ifdef_token1] = ACTIONS(3219), [aux_sym_preproc_ifdef_token2] = ACTIONS(3219), [aux_sym_preproc_else_token1] = ACTIONS(3219), [aux_sym_preproc_elif_token1] = ACTIONS(3219), [aux_sym_preproc_elifdef_token1] = ACTIONS(3219), [aux_sym_preproc_elifdef_token2] = ACTIONS(3219), [sym_preproc_directive] = ACTIONS(3219), [anon_sym_LPAREN2] = ACTIONS(3221), [anon_sym_BANG] = ACTIONS(3221), [anon_sym_TILDE] = ACTIONS(3221), [anon_sym_DASH] = ACTIONS(3219), [anon_sym_PLUS] = ACTIONS(3219), [anon_sym_STAR] = ACTIONS(3221), [anon_sym_AMP_AMP] = ACTIONS(3221), [anon_sym_AMP] = ACTIONS(3219), [anon_sym_SEMI] = ACTIONS(3221), [anon_sym_typedef] = ACTIONS(3219), [anon_sym_extern] = ACTIONS(3219), [anon_sym___attribute__] = ACTIONS(3219), [anon_sym_COLON_COLON] = ACTIONS(3221), [anon_sym_LBRACK_LBRACK] = ACTIONS(3221), [anon_sym___declspec] = ACTIONS(3219), [anon_sym___based] = ACTIONS(3219), [anon_sym___cdecl] = ACTIONS(3219), [anon_sym___clrcall] = ACTIONS(3219), [anon_sym___stdcall] = ACTIONS(3219), [anon_sym___fastcall] = ACTIONS(3219), [anon_sym___thiscall] = ACTIONS(3219), [anon_sym___vectorcall] = ACTIONS(3219), [anon_sym_LBRACE] = ACTIONS(3221), [anon_sym_signed] = ACTIONS(3219), [anon_sym_unsigned] = ACTIONS(3219), [anon_sym_long] = ACTIONS(3219), [anon_sym_short] = ACTIONS(3219), [anon_sym_LBRACK] = ACTIONS(3219), [anon_sym_static] = ACTIONS(3219), [anon_sym_register] = ACTIONS(3219), [anon_sym_inline] = ACTIONS(3219), [anon_sym_thread_local] = ACTIONS(3219), [anon_sym_const] = ACTIONS(3219), [anon_sym_constexpr] = ACTIONS(3219), [anon_sym_volatile] = ACTIONS(3219), [anon_sym_restrict] = ACTIONS(3219), [anon_sym___restrict__] = ACTIONS(3219), [anon_sym__Atomic] = ACTIONS(3219), [anon_sym__Noreturn] = ACTIONS(3219), [anon_sym_noreturn] = ACTIONS(3219), [anon_sym_mutable] = ACTIONS(3219), [anon_sym_constinit] = ACTIONS(3219), [anon_sym_consteval] = ACTIONS(3219), [sym_primitive_type] = ACTIONS(3219), [anon_sym_enum] = ACTIONS(3219), [anon_sym_class] = ACTIONS(3219), [anon_sym_struct] = ACTIONS(3219), [anon_sym_union] = ACTIONS(3219), [anon_sym_if] = ACTIONS(3219), [anon_sym_switch] = ACTIONS(3219), [anon_sym_case] = ACTIONS(3219), [anon_sym_default] = ACTIONS(3219), [anon_sym_while] = ACTIONS(3219), [anon_sym_do] = ACTIONS(3219), [anon_sym_for] = ACTIONS(3219), [anon_sym_return] = ACTIONS(3219), [anon_sym_break] = ACTIONS(3219), [anon_sym_continue] = ACTIONS(3219), [anon_sym_goto] = ACTIONS(3219), [anon_sym_not] = ACTIONS(3219), [anon_sym_compl] = ACTIONS(3219), [anon_sym_DASH_DASH] = ACTIONS(3221), [anon_sym_PLUS_PLUS] = ACTIONS(3221), [anon_sym_sizeof] = ACTIONS(3219), [anon_sym_offsetof] = ACTIONS(3219), [anon_sym__Generic] = ACTIONS(3219), [anon_sym_asm] = ACTIONS(3219), [anon_sym___asm__] = ACTIONS(3219), [sym_number_literal] = ACTIONS(3221), [anon_sym_L_SQUOTE] = ACTIONS(3221), [anon_sym_u_SQUOTE] = ACTIONS(3221), [anon_sym_U_SQUOTE] = ACTIONS(3221), [anon_sym_u8_SQUOTE] = ACTIONS(3221), [anon_sym_SQUOTE] = ACTIONS(3221), [anon_sym_L_DQUOTE] = ACTIONS(3221), [anon_sym_u_DQUOTE] = ACTIONS(3221), [anon_sym_U_DQUOTE] = ACTIONS(3221), [anon_sym_u8_DQUOTE] = ACTIONS(3221), [anon_sym_DQUOTE] = ACTIONS(3221), [sym_true] = ACTIONS(3219), [sym_false] = ACTIONS(3219), [anon_sym_NULL] = ACTIONS(3219), [anon_sym_nullptr] = ACTIONS(3219), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3219), [anon_sym_decltype] = ACTIONS(3219), [anon_sym_virtual] = ACTIONS(3219), [anon_sym_explicit] = ACTIONS(3219), [anon_sym_typename] = ACTIONS(3219), [anon_sym_template] = ACTIONS(3219), [anon_sym_operator] = ACTIONS(3219), [anon_sym_try] = ACTIONS(3219), [anon_sym_delete] = ACTIONS(3219), [anon_sym_throw] = ACTIONS(3219), [anon_sym_namespace] = ACTIONS(3219), [anon_sym_using] = ACTIONS(3219), [anon_sym_static_assert] = ACTIONS(3219), [anon_sym_concept] = ACTIONS(3219), [anon_sym_co_return] = ACTIONS(3219), [anon_sym_co_yield] = ACTIONS(3219), [anon_sym_R_DQUOTE] = ACTIONS(3221), [anon_sym_LR_DQUOTE] = ACTIONS(3221), [anon_sym_uR_DQUOTE] = ACTIONS(3221), [anon_sym_UR_DQUOTE] = ACTIONS(3221), [anon_sym_u8R_DQUOTE] = ACTIONS(3221), [anon_sym_co_await] = ACTIONS(3219), [anon_sym_new] = ACTIONS(3219), [anon_sym_requires] = ACTIONS(3219), [sym_this] = ACTIONS(3219), }, [527] = { [sym_identifier] = ACTIONS(3223), [aux_sym_preproc_include_token1] = ACTIONS(3223), [aux_sym_preproc_def_token1] = ACTIONS(3223), [aux_sym_preproc_if_token1] = ACTIONS(3223), [aux_sym_preproc_if_token2] = ACTIONS(3223), [aux_sym_preproc_ifdef_token1] = ACTIONS(3223), [aux_sym_preproc_ifdef_token2] = ACTIONS(3223), [aux_sym_preproc_else_token1] = ACTIONS(3223), [aux_sym_preproc_elif_token1] = ACTIONS(3223), [aux_sym_preproc_elifdef_token1] = ACTIONS(3223), [aux_sym_preproc_elifdef_token2] = ACTIONS(3223), [sym_preproc_directive] = ACTIONS(3223), [anon_sym_LPAREN2] = ACTIONS(3225), [anon_sym_BANG] = ACTIONS(3225), [anon_sym_TILDE] = ACTIONS(3225), [anon_sym_DASH] = ACTIONS(3223), [anon_sym_PLUS] = ACTIONS(3223), [anon_sym_STAR] = ACTIONS(3225), [anon_sym_AMP_AMP] = ACTIONS(3225), [anon_sym_AMP] = ACTIONS(3223), [anon_sym_SEMI] = ACTIONS(3225), [anon_sym_typedef] = ACTIONS(3223), [anon_sym_extern] = ACTIONS(3223), [anon_sym___attribute__] = ACTIONS(3223), [anon_sym_COLON_COLON] = ACTIONS(3225), [anon_sym_LBRACK_LBRACK] = ACTIONS(3225), [anon_sym___declspec] = ACTIONS(3223), [anon_sym___based] = ACTIONS(3223), [anon_sym___cdecl] = ACTIONS(3223), [anon_sym___clrcall] = ACTIONS(3223), [anon_sym___stdcall] = ACTIONS(3223), [anon_sym___fastcall] = ACTIONS(3223), [anon_sym___thiscall] = ACTIONS(3223), [anon_sym___vectorcall] = ACTIONS(3223), [anon_sym_LBRACE] = ACTIONS(3225), [anon_sym_signed] = ACTIONS(3223), [anon_sym_unsigned] = ACTIONS(3223), [anon_sym_long] = ACTIONS(3223), [anon_sym_short] = ACTIONS(3223), [anon_sym_LBRACK] = ACTIONS(3223), [anon_sym_static] = ACTIONS(3223), [anon_sym_register] = ACTIONS(3223), [anon_sym_inline] = ACTIONS(3223), [anon_sym_thread_local] = ACTIONS(3223), [anon_sym_const] = ACTIONS(3223), [anon_sym_constexpr] = ACTIONS(3223), [anon_sym_volatile] = ACTIONS(3223), [anon_sym_restrict] = ACTIONS(3223), [anon_sym___restrict__] = ACTIONS(3223), [anon_sym__Atomic] = ACTIONS(3223), [anon_sym__Noreturn] = ACTIONS(3223), [anon_sym_noreturn] = ACTIONS(3223), [anon_sym_mutable] = ACTIONS(3223), [anon_sym_constinit] = ACTIONS(3223), [anon_sym_consteval] = ACTIONS(3223), [sym_primitive_type] = ACTIONS(3223), [anon_sym_enum] = ACTIONS(3223), [anon_sym_class] = ACTIONS(3223), [anon_sym_struct] = ACTIONS(3223), [anon_sym_union] = ACTIONS(3223), [anon_sym_if] = ACTIONS(3223), [anon_sym_switch] = ACTIONS(3223), [anon_sym_case] = ACTIONS(3223), [anon_sym_default] = ACTIONS(3223), [anon_sym_while] = ACTIONS(3223), [anon_sym_do] = ACTIONS(3223), [anon_sym_for] = ACTIONS(3223), [anon_sym_return] = ACTIONS(3223), [anon_sym_break] = ACTIONS(3223), [anon_sym_continue] = ACTIONS(3223), [anon_sym_goto] = ACTIONS(3223), [anon_sym_not] = ACTIONS(3223), [anon_sym_compl] = ACTIONS(3223), [anon_sym_DASH_DASH] = ACTIONS(3225), [anon_sym_PLUS_PLUS] = ACTIONS(3225), [anon_sym_sizeof] = ACTIONS(3223), [anon_sym_offsetof] = ACTIONS(3223), [anon_sym__Generic] = ACTIONS(3223), [anon_sym_asm] = ACTIONS(3223), [anon_sym___asm__] = ACTIONS(3223), [sym_number_literal] = ACTIONS(3225), [anon_sym_L_SQUOTE] = ACTIONS(3225), [anon_sym_u_SQUOTE] = ACTIONS(3225), [anon_sym_U_SQUOTE] = ACTIONS(3225), [anon_sym_u8_SQUOTE] = ACTIONS(3225), [anon_sym_SQUOTE] = ACTIONS(3225), [anon_sym_L_DQUOTE] = ACTIONS(3225), [anon_sym_u_DQUOTE] = ACTIONS(3225), [anon_sym_U_DQUOTE] = ACTIONS(3225), [anon_sym_u8_DQUOTE] = ACTIONS(3225), [anon_sym_DQUOTE] = ACTIONS(3225), [sym_true] = ACTIONS(3223), [sym_false] = ACTIONS(3223), [anon_sym_NULL] = ACTIONS(3223), [anon_sym_nullptr] = ACTIONS(3223), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3223), [anon_sym_decltype] = ACTIONS(3223), [anon_sym_virtual] = ACTIONS(3223), [anon_sym_explicit] = ACTIONS(3223), [anon_sym_typename] = ACTIONS(3223), [anon_sym_template] = ACTIONS(3223), [anon_sym_operator] = ACTIONS(3223), [anon_sym_try] = ACTIONS(3223), [anon_sym_delete] = ACTIONS(3223), [anon_sym_throw] = ACTIONS(3223), [anon_sym_namespace] = ACTIONS(3223), [anon_sym_using] = ACTIONS(3223), [anon_sym_static_assert] = ACTIONS(3223), [anon_sym_concept] = ACTIONS(3223), [anon_sym_co_return] = ACTIONS(3223), [anon_sym_co_yield] = ACTIONS(3223), [anon_sym_R_DQUOTE] = ACTIONS(3225), [anon_sym_LR_DQUOTE] = ACTIONS(3225), [anon_sym_uR_DQUOTE] = ACTIONS(3225), [anon_sym_UR_DQUOTE] = ACTIONS(3225), [anon_sym_u8R_DQUOTE] = ACTIONS(3225), [anon_sym_co_await] = ACTIONS(3223), [anon_sym_new] = ACTIONS(3223), [anon_sym_requires] = ACTIONS(3223), [sym_this] = ACTIONS(3223), }, [528] = { [sym__expression] = STATE(4300), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7508), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3131), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(3227), [anon_sym_extern] = ACTIONS(2926), [anon_sym___attribute__] = ACTIONS(2926), [anon_sym_COLON_COLON] = ACTIONS(3136), [anon_sym_LBRACK_LBRACK] = ACTIONS(2928), [anon_sym___declspec] = ACTIONS(2926), [anon_sym_signed] = ACTIONS(2926), [anon_sym_unsigned] = ACTIONS(2926), [anon_sym_long] = ACTIONS(2926), [anon_sym_short] = ACTIONS(2926), [anon_sym_LBRACK] = ACTIONS(1327), [anon_sym_static] = ACTIONS(2926), [anon_sym_register] = ACTIONS(2926), [anon_sym_inline] = ACTIONS(2926), [anon_sym_thread_local] = ACTIONS(2926), [anon_sym_const] = ACTIONS(2926), [anon_sym_constexpr] = ACTIONS(2926), [anon_sym_volatile] = ACTIONS(2926), [anon_sym_restrict] = ACTIONS(2926), [anon_sym___restrict__] = ACTIONS(2926), [anon_sym__Atomic] = ACTIONS(2926), [anon_sym__Noreturn] = ACTIONS(2926), [anon_sym_noreturn] = ACTIONS(2926), [anon_sym_mutable] = ACTIONS(2926), [anon_sym_constinit] = ACTIONS(2926), [anon_sym_consteval] = ACTIONS(2926), [sym_primitive_type] = ACTIONS(3139), [anon_sym_enum] = ACTIONS(2926), [anon_sym_class] = ACTIONS(2926), [anon_sym_struct] = ACTIONS(2926), [anon_sym_union] = ACTIONS(2926), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2926), [anon_sym_decltype] = ACTIONS(3142), [anon_sym_virtual] = ACTIONS(2926), [anon_sym_typename] = ACTIONS(2926), [anon_sym_template] = ACTIONS(3145), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [529] = { [sym__expression] = STATE(4156), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7112), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3131), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(3229), [anon_sym_extern] = ACTIONS(2926), [anon_sym___attribute__] = ACTIONS(2926), [anon_sym_COLON_COLON] = ACTIONS(3136), [anon_sym_LBRACK_LBRACK] = ACTIONS(2928), [anon_sym___declspec] = ACTIONS(2926), [anon_sym_signed] = ACTIONS(2926), [anon_sym_unsigned] = ACTIONS(2926), [anon_sym_long] = ACTIONS(2926), [anon_sym_short] = ACTIONS(2926), [anon_sym_LBRACK] = ACTIONS(1327), [anon_sym_static] = ACTIONS(2926), [anon_sym_register] = ACTIONS(2926), [anon_sym_inline] = ACTIONS(2926), [anon_sym_thread_local] = ACTIONS(2926), [anon_sym_const] = ACTIONS(2926), [anon_sym_constexpr] = ACTIONS(2926), [anon_sym_volatile] = ACTIONS(2926), [anon_sym_restrict] = ACTIONS(2926), [anon_sym___restrict__] = ACTIONS(2926), [anon_sym__Atomic] = ACTIONS(2926), [anon_sym__Noreturn] = ACTIONS(2926), [anon_sym_noreturn] = ACTIONS(2926), [anon_sym_mutable] = ACTIONS(2926), [anon_sym_constinit] = ACTIONS(2926), [anon_sym_consteval] = ACTIONS(2926), [sym_primitive_type] = ACTIONS(3139), [anon_sym_enum] = ACTIONS(2926), [anon_sym_class] = ACTIONS(2926), [anon_sym_struct] = ACTIONS(2926), [anon_sym_union] = ACTIONS(2926), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2926), [anon_sym_decltype] = ACTIONS(3142), [anon_sym_virtual] = ACTIONS(2926), [anon_sym_typename] = ACTIONS(2926), [anon_sym_template] = ACTIONS(3145), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [530] = { [sym_identifier] = ACTIONS(3231), [aux_sym_preproc_include_token1] = ACTIONS(3231), [aux_sym_preproc_def_token1] = ACTIONS(3231), [aux_sym_preproc_if_token1] = ACTIONS(3231), [aux_sym_preproc_if_token2] = ACTIONS(3231), [aux_sym_preproc_ifdef_token1] = ACTIONS(3231), [aux_sym_preproc_ifdef_token2] = ACTIONS(3231), [aux_sym_preproc_else_token1] = ACTIONS(3231), [aux_sym_preproc_elif_token1] = ACTIONS(3231), [aux_sym_preproc_elifdef_token1] = ACTIONS(3231), [aux_sym_preproc_elifdef_token2] = ACTIONS(3231), [sym_preproc_directive] = ACTIONS(3231), [anon_sym_LPAREN2] = ACTIONS(3233), [anon_sym_BANG] = ACTIONS(3233), [anon_sym_TILDE] = ACTIONS(3233), [anon_sym_DASH] = ACTIONS(3231), [anon_sym_PLUS] = ACTIONS(3231), [anon_sym_STAR] = ACTIONS(3233), [anon_sym_AMP_AMP] = ACTIONS(3233), [anon_sym_AMP] = ACTIONS(3231), [anon_sym_SEMI] = ACTIONS(3233), [anon_sym_typedef] = ACTIONS(3231), [anon_sym_extern] = ACTIONS(3231), [anon_sym___attribute__] = ACTIONS(3231), [anon_sym_COLON_COLON] = ACTIONS(3233), [anon_sym_LBRACK_LBRACK] = ACTIONS(3233), [anon_sym___declspec] = ACTIONS(3231), [anon_sym___based] = ACTIONS(3231), [anon_sym___cdecl] = ACTIONS(3231), [anon_sym___clrcall] = ACTIONS(3231), [anon_sym___stdcall] = ACTIONS(3231), [anon_sym___fastcall] = ACTIONS(3231), [anon_sym___thiscall] = ACTIONS(3231), [anon_sym___vectorcall] = ACTIONS(3231), [anon_sym_LBRACE] = ACTIONS(3233), [anon_sym_signed] = ACTIONS(3231), [anon_sym_unsigned] = ACTIONS(3231), [anon_sym_long] = ACTIONS(3231), [anon_sym_short] = ACTIONS(3231), [anon_sym_LBRACK] = ACTIONS(3231), [anon_sym_static] = ACTIONS(3231), [anon_sym_register] = ACTIONS(3231), [anon_sym_inline] = ACTIONS(3231), [anon_sym_thread_local] = ACTIONS(3231), [anon_sym_const] = ACTIONS(3231), [anon_sym_constexpr] = ACTIONS(3231), [anon_sym_volatile] = ACTIONS(3231), [anon_sym_restrict] = ACTIONS(3231), [anon_sym___restrict__] = ACTIONS(3231), [anon_sym__Atomic] = ACTIONS(3231), [anon_sym__Noreturn] = ACTIONS(3231), [anon_sym_noreturn] = ACTIONS(3231), [anon_sym_mutable] = ACTIONS(3231), [anon_sym_constinit] = ACTIONS(3231), [anon_sym_consteval] = ACTIONS(3231), [sym_primitive_type] = ACTIONS(3231), [anon_sym_enum] = ACTIONS(3231), [anon_sym_class] = ACTIONS(3231), [anon_sym_struct] = ACTIONS(3231), [anon_sym_union] = ACTIONS(3231), [anon_sym_if] = ACTIONS(3231), [anon_sym_switch] = ACTIONS(3231), [anon_sym_case] = ACTIONS(3231), [anon_sym_default] = ACTIONS(3231), [anon_sym_while] = ACTIONS(3231), [anon_sym_do] = ACTIONS(3231), [anon_sym_for] = ACTIONS(3231), [anon_sym_return] = ACTIONS(3231), [anon_sym_break] = ACTIONS(3231), [anon_sym_continue] = ACTIONS(3231), [anon_sym_goto] = ACTIONS(3231), [anon_sym_not] = ACTIONS(3231), [anon_sym_compl] = ACTIONS(3231), [anon_sym_DASH_DASH] = ACTIONS(3233), [anon_sym_PLUS_PLUS] = ACTIONS(3233), [anon_sym_sizeof] = ACTIONS(3231), [anon_sym_offsetof] = ACTIONS(3231), [anon_sym__Generic] = ACTIONS(3231), [anon_sym_asm] = ACTIONS(3231), [anon_sym___asm__] = ACTIONS(3231), [sym_number_literal] = ACTIONS(3233), [anon_sym_L_SQUOTE] = ACTIONS(3233), [anon_sym_u_SQUOTE] = ACTIONS(3233), [anon_sym_U_SQUOTE] = ACTIONS(3233), [anon_sym_u8_SQUOTE] = ACTIONS(3233), [anon_sym_SQUOTE] = ACTIONS(3233), [anon_sym_L_DQUOTE] = ACTIONS(3233), [anon_sym_u_DQUOTE] = ACTIONS(3233), [anon_sym_U_DQUOTE] = ACTIONS(3233), [anon_sym_u8_DQUOTE] = ACTIONS(3233), [anon_sym_DQUOTE] = ACTIONS(3233), [sym_true] = ACTIONS(3231), [sym_false] = ACTIONS(3231), [anon_sym_NULL] = ACTIONS(3231), [anon_sym_nullptr] = ACTIONS(3231), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3231), [anon_sym_decltype] = ACTIONS(3231), [anon_sym_virtual] = ACTIONS(3231), [anon_sym_explicit] = ACTIONS(3231), [anon_sym_typename] = ACTIONS(3231), [anon_sym_template] = ACTIONS(3231), [anon_sym_operator] = ACTIONS(3231), [anon_sym_try] = ACTIONS(3231), [anon_sym_delete] = ACTIONS(3231), [anon_sym_throw] = ACTIONS(3231), [anon_sym_namespace] = ACTIONS(3231), [anon_sym_using] = ACTIONS(3231), [anon_sym_static_assert] = ACTIONS(3231), [anon_sym_concept] = ACTIONS(3231), [anon_sym_co_return] = ACTIONS(3231), [anon_sym_co_yield] = ACTIONS(3231), [anon_sym_R_DQUOTE] = ACTIONS(3233), [anon_sym_LR_DQUOTE] = ACTIONS(3233), [anon_sym_uR_DQUOTE] = ACTIONS(3233), [anon_sym_UR_DQUOTE] = ACTIONS(3233), [anon_sym_u8R_DQUOTE] = ACTIONS(3233), [anon_sym_co_await] = ACTIONS(3231), [anon_sym_new] = ACTIONS(3231), [anon_sym_requires] = ACTIONS(3231), [sym_this] = ACTIONS(3231), }, [531] = { [sym__expression] = STATE(4170), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7136), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3188), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(3235), [anon_sym_extern] = ACTIONS(3115), [anon_sym___attribute__] = ACTIONS(3115), [anon_sym_COLON_COLON] = ACTIONS(3193), [anon_sym_LBRACK_LBRACK] = ACTIONS(3117), [anon_sym___declspec] = ACTIONS(3115), [anon_sym_signed] = ACTIONS(3115), [anon_sym_unsigned] = ACTIONS(3115), [anon_sym_long] = ACTIONS(3115), [anon_sym_short] = ACTIONS(3115), [anon_sym_LBRACK] = ACTIONS(1327), [anon_sym_static] = ACTIONS(3115), [anon_sym_register] = ACTIONS(3115), [anon_sym_inline] = ACTIONS(3115), [anon_sym_thread_local] = ACTIONS(3115), [anon_sym_const] = ACTIONS(3115), [anon_sym_constexpr] = ACTIONS(3115), [anon_sym_volatile] = ACTIONS(3115), [anon_sym_restrict] = ACTIONS(3115), [anon_sym___restrict__] = ACTIONS(3115), [anon_sym__Atomic] = ACTIONS(3115), [anon_sym__Noreturn] = ACTIONS(3115), [anon_sym_noreturn] = ACTIONS(3115), [anon_sym_mutable] = ACTIONS(3115), [anon_sym_constinit] = ACTIONS(3115), [anon_sym_consteval] = ACTIONS(3115), [sym_primitive_type] = ACTIONS(3196), [anon_sym_enum] = ACTIONS(3115), [anon_sym_class] = ACTIONS(3115), [anon_sym_struct] = ACTIONS(3115), [anon_sym_union] = ACTIONS(3115), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3115), [anon_sym_decltype] = ACTIONS(3199), [anon_sym_virtual] = ACTIONS(3115), [anon_sym_typename] = ACTIONS(3115), [anon_sym_template] = ACTIONS(3202), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [532] = { [sym__expression] = STATE(4169), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7132), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3237), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(3240), [anon_sym_extern] = ACTIONS(3242), [anon_sym___attribute__] = ACTIONS(3242), [anon_sym_COLON_COLON] = ACTIONS(3244), [anon_sym_LBRACK_LBRACK] = ACTIONS(3247), [anon_sym___declspec] = ACTIONS(3242), [anon_sym_signed] = ACTIONS(3242), [anon_sym_unsigned] = ACTIONS(3242), [anon_sym_long] = ACTIONS(3242), [anon_sym_short] = ACTIONS(3242), [anon_sym_LBRACK] = ACTIONS(1327), [anon_sym_static] = ACTIONS(3242), [anon_sym_register] = ACTIONS(3242), [anon_sym_inline] = ACTIONS(3242), [anon_sym_thread_local] = ACTIONS(3242), [anon_sym_const] = ACTIONS(3242), [anon_sym_constexpr] = ACTIONS(3242), [anon_sym_volatile] = ACTIONS(3242), [anon_sym_restrict] = ACTIONS(3242), [anon_sym___restrict__] = ACTIONS(3242), [anon_sym__Atomic] = ACTIONS(3242), [anon_sym__Noreturn] = ACTIONS(3242), [anon_sym_noreturn] = ACTIONS(3242), [anon_sym_mutable] = ACTIONS(3242), [anon_sym_constinit] = ACTIONS(3242), [anon_sym_consteval] = ACTIONS(3242), [sym_primitive_type] = ACTIONS(3249), [anon_sym_enum] = ACTIONS(3242), [anon_sym_class] = ACTIONS(3242), [anon_sym_struct] = ACTIONS(3242), [anon_sym_union] = ACTIONS(3242), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3242), [anon_sym_decltype] = ACTIONS(3252), [anon_sym_virtual] = ACTIONS(3242), [anon_sym_typename] = ACTIONS(3242), [anon_sym_template] = ACTIONS(3255), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [533] = { [sym_identifier] = ACTIONS(3258), [aux_sym_preproc_include_token1] = ACTIONS(3258), [aux_sym_preproc_def_token1] = ACTIONS(3258), [aux_sym_preproc_if_token1] = ACTIONS(3258), [aux_sym_preproc_if_token2] = ACTIONS(3258), [aux_sym_preproc_ifdef_token1] = ACTIONS(3258), [aux_sym_preproc_ifdef_token2] = ACTIONS(3258), [aux_sym_preproc_else_token1] = ACTIONS(3258), [aux_sym_preproc_elif_token1] = ACTIONS(3258), [aux_sym_preproc_elifdef_token1] = ACTIONS(3258), [aux_sym_preproc_elifdef_token2] = ACTIONS(3258), [sym_preproc_directive] = ACTIONS(3258), [anon_sym_LPAREN2] = ACTIONS(3260), [anon_sym_BANG] = ACTIONS(3260), [anon_sym_TILDE] = ACTIONS(3260), [anon_sym_DASH] = ACTIONS(3258), [anon_sym_PLUS] = ACTIONS(3258), [anon_sym_STAR] = ACTIONS(3260), [anon_sym_AMP_AMP] = ACTIONS(3260), [anon_sym_AMP] = ACTIONS(3258), [anon_sym_SEMI] = ACTIONS(3260), [anon_sym_typedef] = ACTIONS(3258), [anon_sym_extern] = ACTIONS(3258), [anon_sym___attribute__] = ACTIONS(3258), [anon_sym_COLON_COLON] = ACTIONS(3260), [anon_sym_LBRACK_LBRACK] = ACTIONS(3260), [anon_sym___declspec] = ACTIONS(3258), [anon_sym___based] = ACTIONS(3258), [anon_sym___cdecl] = ACTIONS(3258), [anon_sym___clrcall] = ACTIONS(3258), [anon_sym___stdcall] = ACTIONS(3258), [anon_sym___fastcall] = ACTIONS(3258), [anon_sym___thiscall] = ACTIONS(3258), [anon_sym___vectorcall] = ACTIONS(3258), [anon_sym_LBRACE] = ACTIONS(3260), [anon_sym_signed] = ACTIONS(3258), [anon_sym_unsigned] = ACTIONS(3258), [anon_sym_long] = ACTIONS(3258), [anon_sym_short] = ACTIONS(3258), [anon_sym_LBRACK] = ACTIONS(3258), [anon_sym_static] = ACTIONS(3258), [anon_sym_register] = ACTIONS(3258), [anon_sym_inline] = ACTIONS(3258), [anon_sym_thread_local] = ACTIONS(3258), [anon_sym_const] = ACTIONS(3258), [anon_sym_constexpr] = ACTIONS(3258), [anon_sym_volatile] = ACTIONS(3258), [anon_sym_restrict] = ACTIONS(3258), [anon_sym___restrict__] = ACTIONS(3258), [anon_sym__Atomic] = ACTIONS(3258), [anon_sym__Noreturn] = ACTIONS(3258), [anon_sym_noreturn] = ACTIONS(3258), [anon_sym_mutable] = ACTIONS(3258), [anon_sym_constinit] = ACTIONS(3258), [anon_sym_consteval] = ACTIONS(3258), [sym_primitive_type] = ACTIONS(3258), [anon_sym_enum] = ACTIONS(3258), [anon_sym_class] = ACTIONS(3258), [anon_sym_struct] = ACTIONS(3258), [anon_sym_union] = ACTIONS(3258), [anon_sym_if] = ACTIONS(3258), [anon_sym_switch] = ACTIONS(3258), [anon_sym_case] = ACTIONS(3258), [anon_sym_default] = ACTIONS(3258), [anon_sym_while] = ACTIONS(3258), [anon_sym_do] = ACTIONS(3258), [anon_sym_for] = ACTIONS(3258), [anon_sym_return] = ACTIONS(3258), [anon_sym_break] = ACTIONS(3258), [anon_sym_continue] = ACTIONS(3258), [anon_sym_goto] = ACTIONS(3258), [anon_sym_not] = ACTIONS(3258), [anon_sym_compl] = ACTIONS(3258), [anon_sym_DASH_DASH] = ACTIONS(3260), [anon_sym_PLUS_PLUS] = ACTIONS(3260), [anon_sym_sizeof] = ACTIONS(3258), [anon_sym_offsetof] = ACTIONS(3258), [anon_sym__Generic] = ACTIONS(3258), [anon_sym_asm] = ACTIONS(3258), [anon_sym___asm__] = ACTIONS(3258), [sym_number_literal] = ACTIONS(3260), [anon_sym_L_SQUOTE] = ACTIONS(3260), [anon_sym_u_SQUOTE] = ACTIONS(3260), [anon_sym_U_SQUOTE] = ACTIONS(3260), [anon_sym_u8_SQUOTE] = ACTIONS(3260), [anon_sym_SQUOTE] = ACTIONS(3260), [anon_sym_L_DQUOTE] = ACTIONS(3260), [anon_sym_u_DQUOTE] = ACTIONS(3260), [anon_sym_U_DQUOTE] = ACTIONS(3260), [anon_sym_u8_DQUOTE] = ACTIONS(3260), [anon_sym_DQUOTE] = ACTIONS(3260), [sym_true] = ACTIONS(3258), [sym_false] = ACTIONS(3258), [anon_sym_NULL] = ACTIONS(3258), [anon_sym_nullptr] = ACTIONS(3258), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3258), [anon_sym_decltype] = ACTIONS(3258), [anon_sym_virtual] = ACTIONS(3258), [anon_sym_explicit] = ACTIONS(3258), [anon_sym_typename] = ACTIONS(3258), [anon_sym_template] = ACTIONS(3258), [anon_sym_operator] = ACTIONS(3258), [anon_sym_try] = ACTIONS(3258), [anon_sym_delete] = ACTIONS(3258), [anon_sym_throw] = ACTIONS(3258), [anon_sym_namespace] = ACTIONS(3258), [anon_sym_using] = ACTIONS(3258), [anon_sym_static_assert] = ACTIONS(3258), [anon_sym_concept] = ACTIONS(3258), [anon_sym_co_return] = ACTIONS(3258), [anon_sym_co_yield] = ACTIONS(3258), [anon_sym_R_DQUOTE] = ACTIONS(3260), [anon_sym_LR_DQUOTE] = ACTIONS(3260), [anon_sym_uR_DQUOTE] = ACTIONS(3260), [anon_sym_UR_DQUOTE] = ACTIONS(3260), [anon_sym_u8R_DQUOTE] = ACTIONS(3260), [anon_sym_co_await] = ACTIONS(3258), [anon_sym_new] = ACTIONS(3258), [anon_sym_requires] = ACTIONS(3258), [sym_this] = ACTIONS(3258), }, [534] = { [sym_identifier] = ACTIONS(3262), [aux_sym_preproc_include_token1] = ACTIONS(3262), [aux_sym_preproc_def_token1] = ACTIONS(3262), [aux_sym_preproc_if_token1] = ACTIONS(3262), [aux_sym_preproc_if_token2] = ACTIONS(3262), [aux_sym_preproc_ifdef_token1] = ACTIONS(3262), [aux_sym_preproc_ifdef_token2] = ACTIONS(3262), [aux_sym_preproc_else_token1] = ACTIONS(3262), [aux_sym_preproc_elif_token1] = ACTIONS(3262), [aux_sym_preproc_elifdef_token1] = ACTIONS(3262), [aux_sym_preproc_elifdef_token2] = ACTIONS(3262), [sym_preproc_directive] = ACTIONS(3262), [anon_sym_LPAREN2] = ACTIONS(3264), [anon_sym_BANG] = ACTIONS(3264), [anon_sym_TILDE] = ACTIONS(3264), [anon_sym_DASH] = ACTIONS(3262), [anon_sym_PLUS] = ACTIONS(3262), [anon_sym_STAR] = ACTIONS(3264), [anon_sym_AMP_AMP] = ACTIONS(3264), [anon_sym_AMP] = ACTIONS(3262), [anon_sym_SEMI] = ACTIONS(3264), [anon_sym_typedef] = ACTIONS(3262), [anon_sym_extern] = ACTIONS(3262), [anon_sym___attribute__] = ACTIONS(3262), [anon_sym_COLON_COLON] = ACTIONS(3264), [anon_sym_LBRACK_LBRACK] = ACTIONS(3264), [anon_sym___declspec] = ACTIONS(3262), [anon_sym___based] = ACTIONS(3262), [anon_sym___cdecl] = ACTIONS(3262), [anon_sym___clrcall] = ACTIONS(3262), [anon_sym___stdcall] = ACTIONS(3262), [anon_sym___fastcall] = ACTIONS(3262), [anon_sym___thiscall] = ACTIONS(3262), [anon_sym___vectorcall] = ACTIONS(3262), [anon_sym_LBRACE] = ACTIONS(3264), [anon_sym_signed] = ACTIONS(3262), [anon_sym_unsigned] = ACTIONS(3262), [anon_sym_long] = ACTIONS(3262), [anon_sym_short] = ACTIONS(3262), [anon_sym_LBRACK] = ACTIONS(3262), [anon_sym_static] = ACTIONS(3262), [anon_sym_register] = ACTIONS(3262), [anon_sym_inline] = ACTIONS(3262), [anon_sym_thread_local] = ACTIONS(3262), [anon_sym_const] = ACTIONS(3262), [anon_sym_constexpr] = ACTIONS(3262), [anon_sym_volatile] = ACTIONS(3262), [anon_sym_restrict] = ACTIONS(3262), [anon_sym___restrict__] = ACTIONS(3262), [anon_sym__Atomic] = ACTIONS(3262), [anon_sym__Noreturn] = ACTIONS(3262), [anon_sym_noreturn] = ACTIONS(3262), [anon_sym_mutable] = ACTIONS(3262), [anon_sym_constinit] = ACTIONS(3262), [anon_sym_consteval] = ACTIONS(3262), [sym_primitive_type] = ACTIONS(3262), [anon_sym_enum] = ACTIONS(3262), [anon_sym_class] = ACTIONS(3262), [anon_sym_struct] = ACTIONS(3262), [anon_sym_union] = ACTIONS(3262), [anon_sym_if] = ACTIONS(3262), [anon_sym_switch] = ACTIONS(3262), [anon_sym_case] = ACTIONS(3262), [anon_sym_default] = ACTIONS(3262), [anon_sym_while] = ACTIONS(3262), [anon_sym_do] = ACTIONS(3262), [anon_sym_for] = ACTIONS(3262), [anon_sym_return] = ACTIONS(3262), [anon_sym_break] = ACTIONS(3262), [anon_sym_continue] = ACTIONS(3262), [anon_sym_goto] = ACTIONS(3262), [anon_sym_not] = ACTIONS(3262), [anon_sym_compl] = ACTIONS(3262), [anon_sym_DASH_DASH] = ACTIONS(3264), [anon_sym_PLUS_PLUS] = ACTIONS(3264), [anon_sym_sizeof] = ACTIONS(3262), [anon_sym_offsetof] = ACTIONS(3262), [anon_sym__Generic] = ACTIONS(3262), [anon_sym_asm] = ACTIONS(3262), [anon_sym___asm__] = ACTIONS(3262), [sym_number_literal] = ACTIONS(3264), [anon_sym_L_SQUOTE] = ACTIONS(3264), [anon_sym_u_SQUOTE] = ACTIONS(3264), [anon_sym_U_SQUOTE] = ACTIONS(3264), [anon_sym_u8_SQUOTE] = ACTIONS(3264), [anon_sym_SQUOTE] = ACTIONS(3264), [anon_sym_L_DQUOTE] = ACTIONS(3264), [anon_sym_u_DQUOTE] = ACTIONS(3264), [anon_sym_U_DQUOTE] = ACTIONS(3264), [anon_sym_u8_DQUOTE] = ACTIONS(3264), [anon_sym_DQUOTE] = ACTIONS(3264), [sym_true] = ACTIONS(3262), [sym_false] = ACTIONS(3262), [anon_sym_NULL] = ACTIONS(3262), [anon_sym_nullptr] = ACTIONS(3262), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3262), [anon_sym_decltype] = ACTIONS(3262), [anon_sym_virtual] = ACTIONS(3262), [anon_sym_explicit] = ACTIONS(3262), [anon_sym_typename] = ACTIONS(3262), [anon_sym_template] = ACTIONS(3262), [anon_sym_operator] = ACTIONS(3262), [anon_sym_try] = ACTIONS(3262), [anon_sym_delete] = ACTIONS(3262), [anon_sym_throw] = ACTIONS(3262), [anon_sym_namespace] = ACTIONS(3262), [anon_sym_using] = ACTIONS(3262), [anon_sym_static_assert] = ACTIONS(3262), [anon_sym_concept] = ACTIONS(3262), [anon_sym_co_return] = ACTIONS(3262), [anon_sym_co_yield] = ACTIONS(3262), [anon_sym_R_DQUOTE] = ACTIONS(3264), [anon_sym_LR_DQUOTE] = ACTIONS(3264), [anon_sym_uR_DQUOTE] = ACTIONS(3264), [anon_sym_UR_DQUOTE] = ACTIONS(3264), [anon_sym_u8R_DQUOTE] = ACTIONS(3264), [anon_sym_co_await] = ACTIONS(3262), [anon_sym_new] = ACTIONS(3262), [anon_sym_requires] = ACTIONS(3262), [sym_this] = ACTIONS(3262), }, [535] = { [sym_catch_clause] = STATE(535), [aux_sym_constructor_try_statement_repeat1] = STATE(535), [ts_builtin_sym_end] = ACTIONS(2698), [sym_identifier] = ACTIONS(2696), [aux_sym_preproc_include_token1] = ACTIONS(2696), [aux_sym_preproc_def_token1] = ACTIONS(2696), [aux_sym_preproc_if_token1] = ACTIONS(2696), [aux_sym_preproc_ifdef_token1] = ACTIONS(2696), [aux_sym_preproc_ifdef_token2] = ACTIONS(2696), [sym_preproc_directive] = ACTIONS(2696), [anon_sym_LPAREN2] = ACTIONS(2698), [anon_sym_BANG] = ACTIONS(2698), [anon_sym_TILDE] = ACTIONS(2698), [anon_sym_DASH] = ACTIONS(2696), [anon_sym_PLUS] = ACTIONS(2696), [anon_sym_STAR] = ACTIONS(2698), [anon_sym_AMP_AMP] = ACTIONS(2698), [anon_sym_AMP] = ACTIONS(2696), [anon_sym_SEMI] = ACTIONS(2698), [anon_sym_typedef] = ACTIONS(2696), [anon_sym_extern] = ACTIONS(2696), [anon_sym___attribute__] = ACTIONS(2696), [anon_sym_COLON_COLON] = ACTIONS(2698), [anon_sym_LBRACK_LBRACK] = ACTIONS(2698), [anon_sym___declspec] = ACTIONS(2696), [anon_sym___based] = ACTIONS(2696), [anon_sym___cdecl] = ACTIONS(2696), [anon_sym___clrcall] = ACTIONS(2696), [anon_sym___stdcall] = ACTIONS(2696), [anon_sym___fastcall] = ACTIONS(2696), [anon_sym___thiscall] = ACTIONS(2696), [anon_sym___vectorcall] = ACTIONS(2696), [anon_sym_LBRACE] = ACTIONS(2698), [anon_sym_signed] = ACTIONS(2696), [anon_sym_unsigned] = ACTIONS(2696), [anon_sym_long] = ACTIONS(2696), [anon_sym_short] = ACTIONS(2696), [anon_sym_LBRACK] = ACTIONS(2696), [anon_sym_static] = ACTIONS(2696), [anon_sym_register] = ACTIONS(2696), [anon_sym_inline] = ACTIONS(2696), [anon_sym_thread_local] = ACTIONS(2696), [anon_sym_const] = ACTIONS(2696), [anon_sym_constexpr] = ACTIONS(2696), [anon_sym_volatile] = ACTIONS(2696), [anon_sym_restrict] = ACTIONS(2696), [anon_sym___restrict__] = ACTIONS(2696), [anon_sym__Atomic] = ACTIONS(2696), [anon_sym__Noreturn] = ACTIONS(2696), [anon_sym_noreturn] = ACTIONS(2696), [anon_sym_mutable] = ACTIONS(2696), [anon_sym_constinit] = ACTIONS(2696), [anon_sym_consteval] = ACTIONS(2696), [sym_primitive_type] = ACTIONS(2696), [anon_sym_enum] = ACTIONS(2696), [anon_sym_class] = ACTIONS(2696), [anon_sym_struct] = ACTIONS(2696), [anon_sym_union] = ACTIONS(2696), [anon_sym_if] = ACTIONS(2696), [anon_sym_else] = ACTIONS(2696), [anon_sym_switch] = ACTIONS(2696), [anon_sym_case] = ACTIONS(2696), [anon_sym_default] = ACTIONS(2696), [anon_sym_while] = ACTIONS(2696), [anon_sym_do] = ACTIONS(2696), [anon_sym_for] = ACTIONS(2696), [anon_sym_return] = ACTIONS(2696), [anon_sym_break] = ACTIONS(2696), [anon_sym_continue] = ACTIONS(2696), [anon_sym_goto] = ACTIONS(2696), [anon_sym_not] = ACTIONS(2696), [anon_sym_compl] = ACTIONS(2696), [anon_sym_DASH_DASH] = ACTIONS(2698), [anon_sym_PLUS_PLUS] = ACTIONS(2698), [anon_sym_sizeof] = ACTIONS(2696), [anon_sym_offsetof] = ACTIONS(2696), [anon_sym__Generic] = ACTIONS(2696), [anon_sym_asm] = ACTIONS(2696), [anon_sym___asm__] = ACTIONS(2696), [sym_number_literal] = ACTIONS(2698), [anon_sym_L_SQUOTE] = ACTIONS(2698), [anon_sym_u_SQUOTE] = ACTIONS(2698), [anon_sym_U_SQUOTE] = ACTIONS(2698), [anon_sym_u8_SQUOTE] = ACTIONS(2698), [anon_sym_SQUOTE] = ACTIONS(2698), [anon_sym_L_DQUOTE] = ACTIONS(2698), [anon_sym_u_DQUOTE] = ACTIONS(2698), [anon_sym_U_DQUOTE] = ACTIONS(2698), [anon_sym_u8_DQUOTE] = ACTIONS(2698), [anon_sym_DQUOTE] = ACTIONS(2698), [sym_true] = ACTIONS(2696), [sym_false] = ACTIONS(2696), [anon_sym_NULL] = ACTIONS(2696), [anon_sym_nullptr] = ACTIONS(2696), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2696), [anon_sym_decltype] = ACTIONS(2696), [anon_sym_virtual] = ACTIONS(2696), [anon_sym_explicit] = ACTIONS(2696), [anon_sym_typename] = ACTIONS(2696), [anon_sym_template] = ACTIONS(2696), [anon_sym_operator] = ACTIONS(2696), [anon_sym_try] = ACTIONS(2696), [anon_sym_delete] = ACTIONS(2696), [anon_sym_throw] = ACTIONS(2696), [anon_sym_namespace] = ACTIONS(2696), [anon_sym_using] = ACTIONS(2696), [anon_sym_static_assert] = ACTIONS(2696), [anon_sym_concept] = ACTIONS(2696), [anon_sym_co_return] = ACTIONS(2696), [anon_sym_co_yield] = ACTIONS(2696), [anon_sym_catch] = ACTIONS(3266), [anon_sym_R_DQUOTE] = ACTIONS(2698), [anon_sym_LR_DQUOTE] = ACTIONS(2698), [anon_sym_uR_DQUOTE] = ACTIONS(2698), [anon_sym_UR_DQUOTE] = ACTIONS(2698), [anon_sym_u8R_DQUOTE] = ACTIONS(2698), [anon_sym_co_await] = ACTIONS(2696), [anon_sym_new] = ACTIONS(2696), [anon_sym_requires] = ACTIONS(2696), [sym_this] = ACTIONS(2696), }, [536] = { [sym__expression] = STATE(4299), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7502), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3237), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(3269), [anon_sym_extern] = ACTIONS(3242), [anon_sym___attribute__] = ACTIONS(3242), [anon_sym_COLON_COLON] = ACTIONS(3244), [anon_sym_LBRACK_LBRACK] = ACTIONS(3247), [anon_sym___declspec] = ACTIONS(3242), [anon_sym_signed] = ACTIONS(3242), [anon_sym_unsigned] = ACTIONS(3242), [anon_sym_long] = ACTIONS(3242), [anon_sym_short] = ACTIONS(3242), [anon_sym_LBRACK] = ACTIONS(1327), [anon_sym_static] = ACTIONS(3242), [anon_sym_register] = ACTIONS(3242), [anon_sym_inline] = ACTIONS(3242), [anon_sym_thread_local] = ACTIONS(3242), [anon_sym_const] = ACTIONS(3242), [anon_sym_constexpr] = ACTIONS(3242), [anon_sym_volatile] = ACTIONS(3242), [anon_sym_restrict] = ACTIONS(3242), [anon_sym___restrict__] = ACTIONS(3242), [anon_sym__Atomic] = ACTIONS(3242), [anon_sym__Noreturn] = ACTIONS(3242), [anon_sym_noreturn] = ACTIONS(3242), [anon_sym_mutable] = ACTIONS(3242), [anon_sym_constinit] = ACTIONS(3242), [anon_sym_consteval] = ACTIONS(3242), [sym_primitive_type] = ACTIONS(3249), [anon_sym_enum] = ACTIONS(3242), [anon_sym_class] = ACTIONS(3242), [anon_sym_struct] = ACTIONS(3242), [anon_sym_union] = ACTIONS(3242), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3242), [anon_sym_decltype] = ACTIONS(3252), [anon_sym_virtual] = ACTIONS(3242), [anon_sym_typename] = ACTIONS(3242), [anon_sym_template] = ACTIONS(3255), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [537] = { [sym_identifier] = ACTIONS(3271), [aux_sym_preproc_include_token1] = ACTIONS(3271), [aux_sym_preproc_def_token1] = ACTIONS(3271), [aux_sym_preproc_if_token1] = ACTIONS(3271), [aux_sym_preproc_if_token2] = ACTIONS(3271), [aux_sym_preproc_ifdef_token1] = ACTIONS(3271), [aux_sym_preproc_ifdef_token2] = ACTIONS(3271), [aux_sym_preproc_else_token1] = ACTIONS(3271), [aux_sym_preproc_elif_token1] = ACTIONS(3271), [aux_sym_preproc_elifdef_token1] = ACTIONS(3271), [aux_sym_preproc_elifdef_token2] = ACTIONS(3271), [sym_preproc_directive] = ACTIONS(3271), [anon_sym_LPAREN2] = ACTIONS(3273), [anon_sym_BANG] = ACTIONS(3273), [anon_sym_TILDE] = ACTIONS(3273), [anon_sym_DASH] = ACTIONS(3271), [anon_sym_PLUS] = ACTIONS(3271), [anon_sym_STAR] = ACTIONS(3273), [anon_sym_AMP_AMP] = ACTIONS(3273), [anon_sym_AMP] = ACTIONS(3271), [anon_sym_SEMI] = ACTIONS(3273), [anon_sym_typedef] = ACTIONS(3271), [anon_sym_extern] = ACTIONS(3271), [anon_sym___attribute__] = ACTIONS(3271), [anon_sym_COLON_COLON] = ACTIONS(3273), [anon_sym_LBRACK_LBRACK] = ACTIONS(3273), [anon_sym___declspec] = ACTIONS(3271), [anon_sym___based] = ACTIONS(3271), [anon_sym___cdecl] = ACTIONS(3271), [anon_sym___clrcall] = ACTIONS(3271), [anon_sym___stdcall] = ACTIONS(3271), [anon_sym___fastcall] = ACTIONS(3271), [anon_sym___thiscall] = ACTIONS(3271), [anon_sym___vectorcall] = ACTIONS(3271), [anon_sym_LBRACE] = ACTIONS(3273), [anon_sym_signed] = ACTIONS(3271), [anon_sym_unsigned] = ACTIONS(3271), [anon_sym_long] = ACTIONS(3271), [anon_sym_short] = ACTIONS(3271), [anon_sym_LBRACK] = ACTIONS(3271), [anon_sym_static] = ACTIONS(3271), [anon_sym_register] = ACTIONS(3271), [anon_sym_inline] = ACTIONS(3271), [anon_sym_thread_local] = ACTIONS(3271), [anon_sym_const] = ACTIONS(3271), [anon_sym_constexpr] = ACTIONS(3271), [anon_sym_volatile] = ACTIONS(3271), [anon_sym_restrict] = ACTIONS(3271), [anon_sym___restrict__] = ACTIONS(3271), [anon_sym__Atomic] = ACTIONS(3271), [anon_sym__Noreturn] = ACTIONS(3271), [anon_sym_noreturn] = ACTIONS(3271), [anon_sym_mutable] = ACTIONS(3271), [anon_sym_constinit] = ACTIONS(3271), [anon_sym_consteval] = ACTIONS(3271), [sym_primitive_type] = ACTIONS(3271), [anon_sym_enum] = ACTIONS(3271), [anon_sym_class] = ACTIONS(3271), [anon_sym_struct] = ACTIONS(3271), [anon_sym_union] = ACTIONS(3271), [anon_sym_if] = ACTIONS(3271), [anon_sym_switch] = ACTIONS(3271), [anon_sym_case] = ACTIONS(3271), [anon_sym_default] = ACTIONS(3271), [anon_sym_while] = ACTIONS(3271), [anon_sym_do] = ACTIONS(3271), [anon_sym_for] = ACTIONS(3271), [anon_sym_return] = ACTIONS(3271), [anon_sym_break] = ACTIONS(3271), [anon_sym_continue] = ACTIONS(3271), [anon_sym_goto] = ACTIONS(3271), [anon_sym_not] = ACTIONS(3271), [anon_sym_compl] = ACTIONS(3271), [anon_sym_DASH_DASH] = ACTIONS(3273), [anon_sym_PLUS_PLUS] = ACTIONS(3273), [anon_sym_sizeof] = ACTIONS(3271), [anon_sym_offsetof] = ACTIONS(3271), [anon_sym__Generic] = ACTIONS(3271), [anon_sym_asm] = ACTIONS(3271), [anon_sym___asm__] = ACTIONS(3271), [sym_number_literal] = ACTIONS(3273), [anon_sym_L_SQUOTE] = ACTIONS(3273), [anon_sym_u_SQUOTE] = ACTIONS(3273), [anon_sym_U_SQUOTE] = ACTIONS(3273), [anon_sym_u8_SQUOTE] = ACTIONS(3273), [anon_sym_SQUOTE] = ACTIONS(3273), [anon_sym_L_DQUOTE] = ACTIONS(3273), [anon_sym_u_DQUOTE] = ACTIONS(3273), [anon_sym_U_DQUOTE] = ACTIONS(3273), [anon_sym_u8_DQUOTE] = ACTIONS(3273), [anon_sym_DQUOTE] = ACTIONS(3273), [sym_true] = ACTIONS(3271), [sym_false] = ACTIONS(3271), [anon_sym_NULL] = ACTIONS(3271), [anon_sym_nullptr] = ACTIONS(3271), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3271), [anon_sym_decltype] = ACTIONS(3271), [anon_sym_virtual] = ACTIONS(3271), [anon_sym_explicit] = ACTIONS(3271), [anon_sym_typename] = ACTIONS(3271), [anon_sym_template] = ACTIONS(3271), [anon_sym_operator] = ACTIONS(3271), [anon_sym_try] = ACTIONS(3271), [anon_sym_delete] = ACTIONS(3271), [anon_sym_throw] = ACTIONS(3271), [anon_sym_namespace] = ACTIONS(3271), [anon_sym_using] = ACTIONS(3271), [anon_sym_static_assert] = ACTIONS(3271), [anon_sym_concept] = ACTIONS(3271), [anon_sym_co_return] = ACTIONS(3271), [anon_sym_co_yield] = ACTIONS(3271), [anon_sym_R_DQUOTE] = ACTIONS(3273), [anon_sym_LR_DQUOTE] = ACTIONS(3273), [anon_sym_uR_DQUOTE] = ACTIONS(3273), [anon_sym_UR_DQUOTE] = ACTIONS(3273), [anon_sym_u8R_DQUOTE] = ACTIONS(3273), [anon_sym_co_await] = ACTIONS(3271), [anon_sym_new] = ACTIONS(3271), [anon_sym_requires] = ACTIONS(3271), [sym_this] = ACTIONS(3271), }, [538] = { [sym_identifier] = ACTIONS(3275), [aux_sym_preproc_include_token1] = ACTIONS(3275), [aux_sym_preproc_def_token1] = ACTIONS(3275), [aux_sym_preproc_if_token1] = ACTIONS(3275), [aux_sym_preproc_if_token2] = ACTIONS(3275), [aux_sym_preproc_ifdef_token1] = ACTIONS(3275), [aux_sym_preproc_ifdef_token2] = ACTIONS(3275), [aux_sym_preproc_else_token1] = ACTIONS(3275), [aux_sym_preproc_elif_token1] = ACTIONS(3275), [aux_sym_preproc_elifdef_token1] = ACTIONS(3275), [aux_sym_preproc_elifdef_token2] = ACTIONS(3275), [sym_preproc_directive] = ACTIONS(3275), [anon_sym_LPAREN2] = ACTIONS(3277), [anon_sym_BANG] = ACTIONS(3277), [anon_sym_TILDE] = ACTIONS(3277), [anon_sym_DASH] = ACTIONS(3275), [anon_sym_PLUS] = ACTIONS(3275), [anon_sym_STAR] = ACTIONS(3277), [anon_sym_AMP_AMP] = ACTIONS(3277), [anon_sym_AMP] = ACTIONS(3275), [anon_sym_SEMI] = ACTIONS(3277), [anon_sym_typedef] = ACTIONS(3275), [anon_sym_extern] = ACTIONS(3275), [anon_sym___attribute__] = ACTIONS(3275), [anon_sym_COLON_COLON] = ACTIONS(3277), [anon_sym_LBRACK_LBRACK] = ACTIONS(3277), [anon_sym___declspec] = ACTIONS(3275), [anon_sym___based] = ACTIONS(3275), [anon_sym___cdecl] = ACTIONS(3275), [anon_sym___clrcall] = ACTIONS(3275), [anon_sym___stdcall] = ACTIONS(3275), [anon_sym___fastcall] = ACTIONS(3275), [anon_sym___thiscall] = ACTIONS(3275), [anon_sym___vectorcall] = ACTIONS(3275), [anon_sym_LBRACE] = ACTIONS(3277), [anon_sym_signed] = ACTIONS(3275), [anon_sym_unsigned] = ACTIONS(3275), [anon_sym_long] = ACTIONS(3275), [anon_sym_short] = ACTIONS(3275), [anon_sym_LBRACK] = ACTIONS(3275), [anon_sym_static] = ACTIONS(3275), [anon_sym_register] = ACTIONS(3275), [anon_sym_inline] = ACTIONS(3275), [anon_sym_thread_local] = ACTIONS(3275), [anon_sym_const] = ACTIONS(3275), [anon_sym_constexpr] = ACTIONS(3275), [anon_sym_volatile] = ACTIONS(3275), [anon_sym_restrict] = ACTIONS(3275), [anon_sym___restrict__] = ACTIONS(3275), [anon_sym__Atomic] = ACTIONS(3275), [anon_sym__Noreturn] = ACTIONS(3275), [anon_sym_noreturn] = ACTIONS(3275), [anon_sym_mutable] = ACTIONS(3275), [anon_sym_constinit] = ACTIONS(3275), [anon_sym_consteval] = ACTIONS(3275), [sym_primitive_type] = ACTIONS(3275), [anon_sym_enum] = ACTIONS(3275), [anon_sym_class] = ACTIONS(3275), [anon_sym_struct] = ACTIONS(3275), [anon_sym_union] = ACTIONS(3275), [anon_sym_if] = ACTIONS(3275), [anon_sym_switch] = ACTIONS(3275), [anon_sym_case] = ACTIONS(3275), [anon_sym_default] = ACTIONS(3275), [anon_sym_while] = ACTIONS(3275), [anon_sym_do] = ACTIONS(3275), [anon_sym_for] = ACTIONS(3275), [anon_sym_return] = ACTIONS(3275), [anon_sym_break] = ACTIONS(3275), [anon_sym_continue] = ACTIONS(3275), [anon_sym_goto] = ACTIONS(3275), [anon_sym_not] = ACTIONS(3275), [anon_sym_compl] = ACTIONS(3275), [anon_sym_DASH_DASH] = ACTIONS(3277), [anon_sym_PLUS_PLUS] = ACTIONS(3277), [anon_sym_sizeof] = ACTIONS(3275), [anon_sym_offsetof] = ACTIONS(3275), [anon_sym__Generic] = ACTIONS(3275), [anon_sym_asm] = ACTIONS(3275), [anon_sym___asm__] = ACTIONS(3275), [sym_number_literal] = ACTIONS(3277), [anon_sym_L_SQUOTE] = ACTIONS(3277), [anon_sym_u_SQUOTE] = ACTIONS(3277), [anon_sym_U_SQUOTE] = ACTIONS(3277), [anon_sym_u8_SQUOTE] = ACTIONS(3277), [anon_sym_SQUOTE] = ACTIONS(3277), [anon_sym_L_DQUOTE] = ACTIONS(3277), [anon_sym_u_DQUOTE] = ACTIONS(3277), [anon_sym_U_DQUOTE] = ACTIONS(3277), [anon_sym_u8_DQUOTE] = ACTIONS(3277), [anon_sym_DQUOTE] = ACTIONS(3277), [sym_true] = ACTIONS(3275), [sym_false] = ACTIONS(3275), [anon_sym_NULL] = ACTIONS(3275), [anon_sym_nullptr] = ACTIONS(3275), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3275), [anon_sym_decltype] = ACTIONS(3275), [anon_sym_virtual] = ACTIONS(3275), [anon_sym_explicit] = ACTIONS(3275), [anon_sym_typename] = ACTIONS(3275), [anon_sym_template] = ACTIONS(3275), [anon_sym_operator] = ACTIONS(3275), [anon_sym_try] = ACTIONS(3275), [anon_sym_delete] = ACTIONS(3275), [anon_sym_throw] = ACTIONS(3275), [anon_sym_namespace] = ACTIONS(3275), [anon_sym_using] = ACTIONS(3275), [anon_sym_static_assert] = ACTIONS(3275), [anon_sym_concept] = ACTIONS(3275), [anon_sym_co_return] = ACTIONS(3275), [anon_sym_co_yield] = ACTIONS(3275), [anon_sym_R_DQUOTE] = ACTIONS(3277), [anon_sym_LR_DQUOTE] = ACTIONS(3277), [anon_sym_uR_DQUOTE] = ACTIONS(3277), [anon_sym_UR_DQUOTE] = ACTIONS(3277), [anon_sym_u8R_DQUOTE] = ACTIONS(3277), [anon_sym_co_await] = ACTIONS(3275), [anon_sym_new] = ACTIONS(3275), [anon_sym_requires] = ACTIONS(3275), [sym_this] = ACTIONS(3275), }, [539] = { [sym_identifier] = ACTIONS(3275), [aux_sym_preproc_include_token1] = ACTIONS(3275), [aux_sym_preproc_def_token1] = ACTIONS(3275), [aux_sym_preproc_if_token1] = ACTIONS(3275), [aux_sym_preproc_if_token2] = ACTIONS(3275), [aux_sym_preproc_ifdef_token1] = ACTIONS(3275), [aux_sym_preproc_ifdef_token2] = ACTIONS(3275), [aux_sym_preproc_else_token1] = ACTIONS(3275), [aux_sym_preproc_elif_token1] = ACTIONS(3275), [aux_sym_preproc_elifdef_token1] = ACTIONS(3275), [aux_sym_preproc_elifdef_token2] = ACTIONS(3275), [sym_preproc_directive] = ACTIONS(3275), [anon_sym_LPAREN2] = ACTIONS(3277), [anon_sym_BANG] = ACTIONS(3277), [anon_sym_TILDE] = ACTIONS(3277), [anon_sym_DASH] = ACTIONS(3275), [anon_sym_PLUS] = ACTIONS(3275), [anon_sym_STAR] = ACTIONS(3277), [anon_sym_AMP_AMP] = ACTIONS(3277), [anon_sym_AMP] = ACTIONS(3275), [anon_sym_SEMI] = ACTIONS(3277), [anon_sym_typedef] = ACTIONS(3275), [anon_sym_extern] = ACTIONS(3275), [anon_sym___attribute__] = ACTIONS(3275), [anon_sym_COLON_COLON] = ACTIONS(3277), [anon_sym_LBRACK_LBRACK] = ACTIONS(3277), [anon_sym___declspec] = ACTIONS(3275), [anon_sym___based] = ACTIONS(3275), [anon_sym___cdecl] = ACTIONS(3275), [anon_sym___clrcall] = ACTIONS(3275), [anon_sym___stdcall] = ACTIONS(3275), [anon_sym___fastcall] = ACTIONS(3275), [anon_sym___thiscall] = ACTIONS(3275), [anon_sym___vectorcall] = ACTIONS(3275), [anon_sym_LBRACE] = ACTIONS(3277), [anon_sym_signed] = ACTIONS(3275), [anon_sym_unsigned] = ACTIONS(3275), [anon_sym_long] = ACTIONS(3275), [anon_sym_short] = ACTIONS(3275), [anon_sym_LBRACK] = ACTIONS(3275), [anon_sym_static] = ACTIONS(3275), [anon_sym_register] = ACTIONS(3275), [anon_sym_inline] = ACTIONS(3275), [anon_sym_thread_local] = ACTIONS(3275), [anon_sym_const] = ACTIONS(3275), [anon_sym_constexpr] = ACTIONS(3275), [anon_sym_volatile] = ACTIONS(3275), [anon_sym_restrict] = ACTIONS(3275), [anon_sym___restrict__] = ACTIONS(3275), [anon_sym__Atomic] = ACTIONS(3275), [anon_sym__Noreturn] = ACTIONS(3275), [anon_sym_noreturn] = ACTIONS(3275), [anon_sym_mutable] = ACTIONS(3275), [anon_sym_constinit] = ACTIONS(3275), [anon_sym_consteval] = ACTIONS(3275), [sym_primitive_type] = ACTIONS(3275), [anon_sym_enum] = ACTIONS(3275), [anon_sym_class] = ACTIONS(3275), [anon_sym_struct] = ACTIONS(3275), [anon_sym_union] = ACTIONS(3275), [anon_sym_if] = ACTIONS(3275), [anon_sym_switch] = ACTIONS(3275), [anon_sym_case] = ACTIONS(3275), [anon_sym_default] = ACTIONS(3275), [anon_sym_while] = ACTIONS(3275), [anon_sym_do] = ACTIONS(3275), [anon_sym_for] = ACTIONS(3275), [anon_sym_return] = ACTIONS(3275), [anon_sym_break] = ACTIONS(3275), [anon_sym_continue] = ACTIONS(3275), [anon_sym_goto] = ACTIONS(3275), [anon_sym_not] = ACTIONS(3275), [anon_sym_compl] = ACTIONS(3275), [anon_sym_DASH_DASH] = ACTIONS(3277), [anon_sym_PLUS_PLUS] = ACTIONS(3277), [anon_sym_sizeof] = ACTIONS(3275), [anon_sym_offsetof] = ACTIONS(3275), [anon_sym__Generic] = ACTIONS(3275), [anon_sym_asm] = ACTIONS(3275), [anon_sym___asm__] = ACTIONS(3275), [sym_number_literal] = ACTIONS(3277), [anon_sym_L_SQUOTE] = ACTIONS(3277), [anon_sym_u_SQUOTE] = ACTIONS(3277), [anon_sym_U_SQUOTE] = ACTIONS(3277), [anon_sym_u8_SQUOTE] = ACTIONS(3277), [anon_sym_SQUOTE] = ACTIONS(3277), [anon_sym_L_DQUOTE] = ACTIONS(3277), [anon_sym_u_DQUOTE] = ACTIONS(3277), [anon_sym_U_DQUOTE] = ACTIONS(3277), [anon_sym_u8_DQUOTE] = ACTIONS(3277), [anon_sym_DQUOTE] = ACTIONS(3277), [sym_true] = ACTIONS(3275), [sym_false] = ACTIONS(3275), [anon_sym_NULL] = ACTIONS(3275), [anon_sym_nullptr] = ACTIONS(3275), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3275), [anon_sym_decltype] = ACTIONS(3275), [anon_sym_virtual] = ACTIONS(3275), [anon_sym_explicit] = ACTIONS(3275), [anon_sym_typename] = ACTIONS(3275), [anon_sym_template] = ACTIONS(3275), [anon_sym_operator] = ACTIONS(3275), [anon_sym_try] = ACTIONS(3275), [anon_sym_delete] = ACTIONS(3275), [anon_sym_throw] = ACTIONS(3275), [anon_sym_namespace] = ACTIONS(3275), [anon_sym_using] = ACTIONS(3275), [anon_sym_static_assert] = ACTIONS(3275), [anon_sym_concept] = ACTIONS(3275), [anon_sym_co_return] = ACTIONS(3275), [anon_sym_co_yield] = ACTIONS(3275), [anon_sym_R_DQUOTE] = ACTIONS(3277), [anon_sym_LR_DQUOTE] = ACTIONS(3277), [anon_sym_uR_DQUOTE] = ACTIONS(3277), [anon_sym_UR_DQUOTE] = ACTIONS(3277), [anon_sym_u8R_DQUOTE] = ACTIONS(3277), [anon_sym_co_await] = ACTIONS(3275), [anon_sym_new] = ACTIONS(3275), [anon_sym_requires] = ACTIONS(3275), [sym_this] = ACTIONS(3275), }, [540] = { [sym__expression] = STATE(4139), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7023), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3237), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(3279), [anon_sym_extern] = ACTIONS(3242), [anon_sym___attribute__] = ACTIONS(3242), [anon_sym_COLON_COLON] = ACTIONS(3244), [anon_sym_LBRACK_LBRACK] = ACTIONS(3247), [anon_sym___declspec] = ACTIONS(3242), [anon_sym_signed] = ACTIONS(3242), [anon_sym_unsigned] = ACTIONS(3242), [anon_sym_long] = ACTIONS(3242), [anon_sym_short] = ACTIONS(3242), [anon_sym_LBRACK] = ACTIONS(1327), [anon_sym_static] = ACTIONS(3242), [anon_sym_register] = ACTIONS(3242), [anon_sym_inline] = ACTIONS(3242), [anon_sym_thread_local] = ACTIONS(3242), [anon_sym_const] = ACTIONS(3242), [anon_sym_constexpr] = ACTIONS(3242), [anon_sym_volatile] = ACTIONS(3242), [anon_sym_restrict] = ACTIONS(3242), [anon_sym___restrict__] = ACTIONS(3242), [anon_sym__Atomic] = ACTIONS(3242), [anon_sym__Noreturn] = ACTIONS(3242), [anon_sym_noreturn] = ACTIONS(3242), [anon_sym_mutable] = ACTIONS(3242), [anon_sym_constinit] = ACTIONS(3242), [anon_sym_consteval] = ACTIONS(3242), [sym_primitive_type] = ACTIONS(3249), [anon_sym_enum] = ACTIONS(3242), [anon_sym_class] = ACTIONS(3242), [anon_sym_struct] = ACTIONS(3242), [anon_sym_union] = ACTIONS(3242), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3242), [anon_sym_decltype] = ACTIONS(3252), [anon_sym_virtual] = ACTIONS(3242), [anon_sym_typename] = ACTIONS(3242), [anon_sym_template] = ACTIONS(3255), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [541] = { [sym_identifier] = ACTIONS(3281), [aux_sym_preproc_include_token1] = ACTIONS(3281), [aux_sym_preproc_def_token1] = ACTIONS(3281), [aux_sym_preproc_if_token1] = ACTIONS(3281), [aux_sym_preproc_if_token2] = ACTIONS(3281), [aux_sym_preproc_ifdef_token1] = ACTIONS(3281), [aux_sym_preproc_ifdef_token2] = ACTIONS(3281), [aux_sym_preproc_else_token1] = ACTIONS(3281), [aux_sym_preproc_elif_token1] = ACTIONS(3281), [aux_sym_preproc_elifdef_token1] = ACTIONS(3281), [aux_sym_preproc_elifdef_token2] = ACTIONS(3281), [sym_preproc_directive] = ACTIONS(3281), [anon_sym_LPAREN2] = ACTIONS(3283), [anon_sym_BANG] = ACTIONS(3283), [anon_sym_TILDE] = ACTIONS(3283), [anon_sym_DASH] = ACTIONS(3281), [anon_sym_PLUS] = ACTIONS(3281), [anon_sym_STAR] = ACTIONS(3283), [anon_sym_AMP_AMP] = ACTIONS(3283), [anon_sym_AMP] = ACTIONS(3281), [anon_sym_SEMI] = ACTIONS(3283), [anon_sym_typedef] = ACTIONS(3281), [anon_sym_extern] = ACTIONS(3281), [anon_sym___attribute__] = ACTIONS(3281), [anon_sym_COLON_COLON] = ACTIONS(3283), [anon_sym_LBRACK_LBRACK] = ACTIONS(3283), [anon_sym___declspec] = ACTIONS(3281), [anon_sym___based] = ACTIONS(3281), [anon_sym___cdecl] = ACTIONS(3281), [anon_sym___clrcall] = ACTIONS(3281), [anon_sym___stdcall] = ACTIONS(3281), [anon_sym___fastcall] = ACTIONS(3281), [anon_sym___thiscall] = ACTIONS(3281), [anon_sym___vectorcall] = ACTIONS(3281), [anon_sym_LBRACE] = ACTIONS(3283), [anon_sym_signed] = ACTIONS(3281), [anon_sym_unsigned] = ACTIONS(3281), [anon_sym_long] = ACTIONS(3281), [anon_sym_short] = ACTIONS(3281), [anon_sym_LBRACK] = ACTIONS(3281), [anon_sym_static] = ACTIONS(3281), [anon_sym_register] = ACTIONS(3281), [anon_sym_inline] = ACTIONS(3281), [anon_sym_thread_local] = ACTIONS(3281), [anon_sym_const] = ACTIONS(3281), [anon_sym_constexpr] = ACTIONS(3281), [anon_sym_volatile] = ACTIONS(3281), [anon_sym_restrict] = ACTIONS(3281), [anon_sym___restrict__] = ACTIONS(3281), [anon_sym__Atomic] = ACTIONS(3281), [anon_sym__Noreturn] = ACTIONS(3281), [anon_sym_noreturn] = ACTIONS(3281), [anon_sym_mutable] = ACTIONS(3281), [anon_sym_constinit] = ACTIONS(3281), [anon_sym_consteval] = ACTIONS(3281), [sym_primitive_type] = ACTIONS(3281), [anon_sym_enum] = ACTIONS(3281), [anon_sym_class] = ACTIONS(3281), [anon_sym_struct] = ACTIONS(3281), [anon_sym_union] = ACTIONS(3281), [anon_sym_if] = ACTIONS(3281), [anon_sym_switch] = ACTIONS(3281), [anon_sym_case] = ACTIONS(3281), [anon_sym_default] = ACTIONS(3281), [anon_sym_while] = ACTIONS(3281), [anon_sym_do] = ACTIONS(3281), [anon_sym_for] = ACTIONS(3281), [anon_sym_return] = ACTIONS(3281), [anon_sym_break] = ACTIONS(3281), [anon_sym_continue] = ACTIONS(3281), [anon_sym_goto] = ACTIONS(3281), [anon_sym_not] = ACTIONS(3281), [anon_sym_compl] = ACTIONS(3281), [anon_sym_DASH_DASH] = ACTIONS(3283), [anon_sym_PLUS_PLUS] = ACTIONS(3283), [anon_sym_sizeof] = ACTIONS(3281), [anon_sym_offsetof] = ACTIONS(3281), [anon_sym__Generic] = ACTIONS(3281), [anon_sym_asm] = ACTIONS(3281), [anon_sym___asm__] = ACTIONS(3281), [sym_number_literal] = ACTIONS(3283), [anon_sym_L_SQUOTE] = ACTIONS(3283), [anon_sym_u_SQUOTE] = ACTIONS(3283), [anon_sym_U_SQUOTE] = ACTIONS(3283), [anon_sym_u8_SQUOTE] = ACTIONS(3283), [anon_sym_SQUOTE] = ACTIONS(3283), [anon_sym_L_DQUOTE] = ACTIONS(3283), [anon_sym_u_DQUOTE] = ACTIONS(3283), [anon_sym_U_DQUOTE] = ACTIONS(3283), [anon_sym_u8_DQUOTE] = ACTIONS(3283), [anon_sym_DQUOTE] = ACTIONS(3283), [sym_true] = ACTIONS(3281), [sym_false] = ACTIONS(3281), [anon_sym_NULL] = ACTIONS(3281), [anon_sym_nullptr] = ACTIONS(3281), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3281), [anon_sym_decltype] = ACTIONS(3281), [anon_sym_virtual] = ACTIONS(3281), [anon_sym_explicit] = ACTIONS(3281), [anon_sym_typename] = ACTIONS(3281), [anon_sym_template] = ACTIONS(3281), [anon_sym_operator] = ACTIONS(3281), [anon_sym_try] = ACTIONS(3281), [anon_sym_delete] = ACTIONS(3281), [anon_sym_throw] = ACTIONS(3281), [anon_sym_namespace] = ACTIONS(3281), [anon_sym_using] = ACTIONS(3281), [anon_sym_static_assert] = ACTIONS(3281), [anon_sym_concept] = ACTIONS(3281), [anon_sym_co_return] = ACTIONS(3281), [anon_sym_co_yield] = ACTIONS(3281), [anon_sym_R_DQUOTE] = ACTIONS(3283), [anon_sym_LR_DQUOTE] = ACTIONS(3283), [anon_sym_uR_DQUOTE] = ACTIONS(3283), [anon_sym_UR_DQUOTE] = ACTIONS(3283), [anon_sym_u8R_DQUOTE] = ACTIONS(3283), [anon_sym_co_await] = ACTIONS(3281), [anon_sym_new] = ACTIONS(3281), [anon_sym_requires] = ACTIONS(3281), [sym_this] = ACTIONS(3281), }, [542] = { [sym__expression] = STATE(4138), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7025), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3188), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(3285), [anon_sym_extern] = ACTIONS(3115), [anon_sym___attribute__] = ACTIONS(3115), [anon_sym_COLON_COLON] = ACTIONS(3193), [anon_sym_LBRACK_LBRACK] = ACTIONS(3117), [anon_sym___declspec] = ACTIONS(3115), [anon_sym_signed] = ACTIONS(3115), [anon_sym_unsigned] = ACTIONS(3115), [anon_sym_long] = ACTIONS(3115), [anon_sym_short] = ACTIONS(3115), [anon_sym_LBRACK] = ACTIONS(1327), [anon_sym_static] = ACTIONS(3115), [anon_sym_register] = ACTIONS(3115), [anon_sym_inline] = ACTIONS(3115), [anon_sym_thread_local] = ACTIONS(3115), [anon_sym_const] = ACTIONS(3115), [anon_sym_constexpr] = ACTIONS(3115), [anon_sym_volatile] = ACTIONS(3115), [anon_sym_restrict] = ACTIONS(3115), [anon_sym___restrict__] = ACTIONS(3115), [anon_sym__Atomic] = ACTIONS(3115), [anon_sym__Noreturn] = ACTIONS(3115), [anon_sym_noreturn] = ACTIONS(3115), [anon_sym_mutable] = ACTIONS(3115), [anon_sym_constinit] = ACTIONS(3115), [anon_sym_consteval] = ACTIONS(3115), [sym_primitive_type] = ACTIONS(3196), [anon_sym_enum] = ACTIONS(3115), [anon_sym_class] = ACTIONS(3115), [anon_sym_struct] = ACTIONS(3115), [anon_sym_union] = ACTIONS(3115), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3115), [anon_sym_decltype] = ACTIONS(3199), [anon_sym_virtual] = ACTIONS(3115), [anon_sym_typename] = ACTIONS(3115), [anon_sym_template] = ACTIONS(3202), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [543] = { [sym_identifier] = ACTIONS(3287), [aux_sym_preproc_include_token1] = ACTIONS(3287), [aux_sym_preproc_def_token1] = ACTIONS(3287), [aux_sym_preproc_if_token1] = ACTIONS(3287), [aux_sym_preproc_if_token2] = ACTIONS(3287), [aux_sym_preproc_ifdef_token1] = ACTIONS(3287), [aux_sym_preproc_ifdef_token2] = ACTIONS(3287), [aux_sym_preproc_else_token1] = ACTIONS(3287), [aux_sym_preproc_elif_token1] = ACTIONS(3287), [aux_sym_preproc_elifdef_token1] = ACTIONS(3287), [aux_sym_preproc_elifdef_token2] = ACTIONS(3287), [sym_preproc_directive] = ACTIONS(3287), [anon_sym_LPAREN2] = ACTIONS(3289), [anon_sym_BANG] = ACTIONS(3289), [anon_sym_TILDE] = ACTIONS(3289), [anon_sym_DASH] = ACTIONS(3287), [anon_sym_PLUS] = ACTIONS(3287), [anon_sym_STAR] = ACTIONS(3289), [anon_sym_AMP_AMP] = ACTIONS(3289), [anon_sym_AMP] = ACTIONS(3287), [anon_sym_SEMI] = ACTIONS(3289), [anon_sym_typedef] = ACTIONS(3287), [anon_sym_extern] = ACTIONS(3287), [anon_sym___attribute__] = ACTIONS(3287), [anon_sym_COLON_COLON] = ACTIONS(3289), [anon_sym_LBRACK_LBRACK] = ACTIONS(3289), [anon_sym___declspec] = ACTIONS(3287), [anon_sym___based] = ACTIONS(3287), [anon_sym___cdecl] = ACTIONS(3287), [anon_sym___clrcall] = ACTIONS(3287), [anon_sym___stdcall] = ACTIONS(3287), [anon_sym___fastcall] = ACTIONS(3287), [anon_sym___thiscall] = ACTIONS(3287), [anon_sym___vectorcall] = ACTIONS(3287), [anon_sym_LBRACE] = ACTIONS(3289), [anon_sym_signed] = ACTIONS(3287), [anon_sym_unsigned] = ACTIONS(3287), [anon_sym_long] = ACTIONS(3287), [anon_sym_short] = ACTIONS(3287), [anon_sym_LBRACK] = ACTIONS(3287), [anon_sym_static] = ACTIONS(3287), [anon_sym_register] = ACTIONS(3287), [anon_sym_inline] = ACTIONS(3287), [anon_sym_thread_local] = ACTIONS(3287), [anon_sym_const] = ACTIONS(3287), [anon_sym_constexpr] = ACTIONS(3287), [anon_sym_volatile] = ACTIONS(3287), [anon_sym_restrict] = ACTIONS(3287), [anon_sym___restrict__] = ACTIONS(3287), [anon_sym__Atomic] = ACTIONS(3287), [anon_sym__Noreturn] = ACTIONS(3287), [anon_sym_noreturn] = ACTIONS(3287), [anon_sym_mutable] = ACTIONS(3287), [anon_sym_constinit] = ACTIONS(3287), [anon_sym_consteval] = ACTIONS(3287), [sym_primitive_type] = ACTIONS(3287), [anon_sym_enum] = ACTIONS(3287), [anon_sym_class] = ACTIONS(3287), [anon_sym_struct] = ACTIONS(3287), [anon_sym_union] = ACTIONS(3287), [anon_sym_if] = ACTIONS(3287), [anon_sym_switch] = ACTIONS(3287), [anon_sym_case] = ACTIONS(3287), [anon_sym_default] = ACTIONS(3287), [anon_sym_while] = ACTIONS(3287), [anon_sym_do] = ACTIONS(3287), [anon_sym_for] = ACTIONS(3287), [anon_sym_return] = ACTIONS(3287), [anon_sym_break] = ACTIONS(3287), [anon_sym_continue] = ACTIONS(3287), [anon_sym_goto] = ACTIONS(3287), [anon_sym_not] = ACTIONS(3287), [anon_sym_compl] = ACTIONS(3287), [anon_sym_DASH_DASH] = ACTIONS(3289), [anon_sym_PLUS_PLUS] = ACTIONS(3289), [anon_sym_sizeof] = ACTIONS(3287), [anon_sym_offsetof] = ACTIONS(3287), [anon_sym__Generic] = ACTIONS(3287), [anon_sym_asm] = ACTIONS(3287), [anon_sym___asm__] = ACTIONS(3287), [sym_number_literal] = ACTIONS(3289), [anon_sym_L_SQUOTE] = ACTIONS(3289), [anon_sym_u_SQUOTE] = ACTIONS(3289), [anon_sym_U_SQUOTE] = ACTIONS(3289), [anon_sym_u8_SQUOTE] = ACTIONS(3289), [anon_sym_SQUOTE] = ACTIONS(3289), [anon_sym_L_DQUOTE] = ACTIONS(3289), [anon_sym_u_DQUOTE] = ACTIONS(3289), [anon_sym_U_DQUOTE] = ACTIONS(3289), [anon_sym_u8_DQUOTE] = ACTIONS(3289), [anon_sym_DQUOTE] = ACTIONS(3289), [sym_true] = ACTIONS(3287), [sym_false] = ACTIONS(3287), [anon_sym_NULL] = ACTIONS(3287), [anon_sym_nullptr] = ACTIONS(3287), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3287), [anon_sym_decltype] = ACTIONS(3287), [anon_sym_virtual] = ACTIONS(3287), [anon_sym_explicit] = ACTIONS(3287), [anon_sym_typename] = ACTIONS(3287), [anon_sym_template] = ACTIONS(3287), [anon_sym_operator] = ACTIONS(3287), [anon_sym_try] = ACTIONS(3287), [anon_sym_delete] = ACTIONS(3287), [anon_sym_throw] = ACTIONS(3287), [anon_sym_namespace] = ACTIONS(3287), [anon_sym_using] = ACTIONS(3287), [anon_sym_static_assert] = ACTIONS(3287), [anon_sym_concept] = ACTIONS(3287), [anon_sym_co_return] = ACTIONS(3287), [anon_sym_co_yield] = ACTIONS(3287), [anon_sym_R_DQUOTE] = ACTIONS(3289), [anon_sym_LR_DQUOTE] = ACTIONS(3289), [anon_sym_uR_DQUOTE] = ACTIONS(3289), [anon_sym_UR_DQUOTE] = ACTIONS(3289), [anon_sym_u8R_DQUOTE] = ACTIONS(3289), [anon_sym_co_await] = ACTIONS(3287), [anon_sym_new] = ACTIONS(3287), [anon_sym_requires] = ACTIONS(3287), [sym_this] = ACTIONS(3287), }, [544] = { [sym_identifier] = ACTIONS(3291), [aux_sym_preproc_include_token1] = ACTIONS(3291), [aux_sym_preproc_def_token1] = ACTIONS(3291), [aux_sym_preproc_if_token1] = ACTIONS(3291), [aux_sym_preproc_if_token2] = ACTIONS(3291), [aux_sym_preproc_ifdef_token1] = ACTIONS(3291), [aux_sym_preproc_ifdef_token2] = ACTIONS(3291), [aux_sym_preproc_else_token1] = ACTIONS(3291), [aux_sym_preproc_elif_token1] = ACTIONS(3291), [aux_sym_preproc_elifdef_token1] = ACTIONS(3291), [aux_sym_preproc_elifdef_token2] = ACTIONS(3291), [sym_preproc_directive] = ACTIONS(3291), [anon_sym_LPAREN2] = ACTIONS(3293), [anon_sym_BANG] = ACTIONS(3293), [anon_sym_TILDE] = ACTIONS(3293), [anon_sym_DASH] = ACTIONS(3291), [anon_sym_PLUS] = ACTIONS(3291), [anon_sym_STAR] = ACTIONS(3293), [anon_sym_AMP_AMP] = ACTIONS(3293), [anon_sym_AMP] = ACTIONS(3291), [anon_sym_SEMI] = ACTIONS(3293), [anon_sym_typedef] = ACTIONS(3291), [anon_sym_extern] = ACTIONS(3291), [anon_sym___attribute__] = ACTIONS(3291), [anon_sym_COLON_COLON] = ACTIONS(3293), [anon_sym_LBRACK_LBRACK] = ACTIONS(3293), [anon_sym___declspec] = ACTIONS(3291), [anon_sym___based] = ACTIONS(3291), [anon_sym___cdecl] = ACTIONS(3291), [anon_sym___clrcall] = ACTIONS(3291), [anon_sym___stdcall] = ACTIONS(3291), [anon_sym___fastcall] = ACTIONS(3291), [anon_sym___thiscall] = ACTIONS(3291), [anon_sym___vectorcall] = ACTIONS(3291), [anon_sym_LBRACE] = ACTIONS(3293), [anon_sym_signed] = ACTIONS(3291), [anon_sym_unsigned] = ACTIONS(3291), [anon_sym_long] = ACTIONS(3291), [anon_sym_short] = ACTIONS(3291), [anon_sym_LBRACK] = ACTIONS(3291), [anon_sym_static] = ACTIONS(3291), [anon_sym_register] = ACTIONS(3291), [anon_sym_inline] = ACTIONS(3291), [anon_sym_thread_local] = ACTIONS(3291), [anon_sym_const] = ACTIONS(3291), [anon_sym_constexpr] = ACTIONS(3291), [anon_sym_volatile] = ACTIONS(3291), [anon_sym_restrict] = ACTIONS(3291), [anon_sym___restrict__] = ACTIONS(3291), [anon_sym__Atomic] = ACTIONS(3291), [anon_sym__Noreturn] = ACTIONS(3291), [anon_sym_noreturn] = ACTIONS(3291), [anon_sym_mutable] = ACTIONS(3291), [anon_sym_constinit] = ACTIONS(3291), [anon_sym_consteval] = ACTIONS(3291), [sym_primitive_type] = ACTIONS(3291), [anon_sym_enum] = ACTIONS(3291), [anon_sym_class] = ACTIONS(3291), [anon_sym_struct] = ACTIONS(3291), [anon_sym_union] = ACTIONS(3291), [anon_sym_if] = ACTIONS(3291), [anon_sym_switch] = ACTIONS(3291), [anon_sym_case] = ACTIONS(3291), [anon_sym_default] = ACTIONS(3291), [anon_sym_while] = ACTIONS(3291), [anon_sym_do] = ACTIONS(3291), [anon_sym_for] = ACTIONS(3291), [anon_sym_return] = ACTIONS(3291), [anon_sym_break] = ACTIONS(3291), [anon_sym_continue] = ACTIONS(3291), [anon_sym_goto] = ACTIONS(3291), [anon_sym_not] = ACTIONS(3291), [anon_sym_compl] = ACTIONS(3291), [anon_sym_DASH_DASH] = ACTIONS(3293), [anon_sym_PLUS_PLUS] = ACTIONS(3293), [anon_sym_sizeof] = ACTIONS(3291), [anon_sym_offsetof] = ACTIONS(3291), [anon_sym__Generic] = ACTIONS(3291), [anon_sym_asm] = ACTIONS(3291), [anon_sym___asm__] = ACTIONS(3291), [sym_number_literal] = ACTIONS(3293), [anon_sym_L_SQUOTE] = ACTIONS(3293), [anon_sym_u_SQUOTE] = ACTIONS(3293), [anon_sym_U_SQUOTE] = ACTIONS(3293), [anon_sym_u8_SQUOTE] = ACTIONS(3293), [anon_sym_SQUOTE] = ACTIONS(3293), [anon_sym_L_DQUOTE] = ACTIONS(3293), [anon_sym_u_DQUOTE] = ACTIONS(3293), [anon_sym_U_DQUOTE] = ACTIONS(3293), [anon_sym_u8_DQUOTE] = ACTIONS(3293), [anon_sym_DQUOTE] = ACTIONS(3293), [sym_true] = ACTIONS(3291), [sym_false] = ACTIONS(3291), [anon_sym_NULL] = ACTIONS(3291), [anon_sym_nullptr] = ACTIONS(3291), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3291), [anon_sym_decltype] = ACTIONS(3291), [anon_sym_virtual] = ACTIONS(3291), [anon_sym_explicit] = ACTIONS(3291), [anon_sym_typename] = ACTIONS(3291), [anon_sym_template] = ACTIONS(3291), [anon_sym_operator] = ACTIONS(3291), [anon_sym_try] = ACTIONS(3291), [anon_sym_delete] = ACTIONS(3291), [anon_sym_throw] = ACTIONS(3291), [anon_sym_namespace] = ACTIONS(3291), [anon_sym_using] = ACTIONS(3291), [anon_sym_static_assert] = ACTIONS(3291), [anon_sym_concept] = ACTIONS(3291), [anon_sym_co_return] = ACTIONS(3291), [anon_sym_co_yield] = ACTIONS(3291), [anon_sym_R_DQUOTE] = ACTIONS(3293), [anon_sym_LR_DQUOTE] = ACTIONS(3293), [anon_sym_uR_DQUOTE] = ACTIONS(3293), [anon_sym_UR_DQUOTE] = ACTIONS(3293), [anon_sym_u8R_DQUOTE] = ACTIONS(3293), [anon_sym_co_await] = ACTIONS(3291), [anon_sym_new] = ACTIONS(3291), [anon_sym_requires] = ACTIONS(3291), [sym_this] = ACTIONS(3291), }, [545] = { [sym_identifier] = ACTIONS(3295), [aux_sym_preproc_include_token1] = ACTIONS(3295), [aux_sym_preproc_def_token1] = ACTIONS(3295), [aux_sym_preproc_if_token1] = ACTIONS(3295), [aux_sym_preproc_if_token2] = ACTIONS(3295), [aux_sym_preproc_ifdef_token1] = ACTIONS(3295), [aux_sym_preproc_ifdef_token2] = ACTIONS(3295), [aux_sym_preproc_else_token1] = ACTIONS(3295), [aux_sym_preproc_elif_token1] = ACTIONS(3295), [aux_sym_preproc_elifdef_token1] = ACTIONS(3295), [aux_sym_preproc_elifdef_token2] = ACTIONS(3295), [sym_preproc_directive] = ACTIONS(3295), [anon_sym_LPAREN2] = ACTIONS(3297), [anon_sym_BANG] = ACTIONS(3297), [anon_sym_TILDE] = ACTIONS(3297), [anon_sym_DASH] = ACTIONS(3295), [anon_sym_PLUS] = ACTIONS(3295), [anon_sym_STAR] = ACTIONS(3297), [anon_sym_AMP_AMP] = ACTIONS(3297), [anon_sym_AMP] = ACTIONS(3295), [anon_sym_SEMI] = ACTIONS(3297), [anon_sym_typedef] = ACTIONS(3295), [anon_sym_extern] = ACTIONS(3295), [anon_sym___attribute__] = ACTIONS(3295), [anon_sym_COLON_COLON] = ACTIONS(3297), [anon_sym_LBRACK_LBRACK] = ACTIONS(3297), [anon_sym___declspec] = ACTIONS(3295), [anon_sym___based] = ACTIONS(3295), [anon_sym___cdecl] = ACTIONS(3295), [anon_sym___clrcall] = ACTIONS(3295), [anon_sym___stdcall] = ACTIONS(3295), [anon_sym___fastcall] = ACTIONS(3295), [anon_sym___thiscall] = ACTIONS(3295), [anon_sym___vectorcall] = ACTIONS(3295), [anon_sym_LBRACE] = ACTIONS(3297), [anon_sym_signed] = ACTIONS(3295), [anon_sym_unsigned] = ACTIONS(3295), [anon_sym_long] = ACTIONS(3295), [anon_sym_short] = ACTIONS(3295), [anon_sym_LBRACK] = ACTIONS(3295), [anon_sym_static] = ACTIONS(3295), [anon_sym_register] = ACTIONS(3295), [anon_sym_inline] = ACTIONS(3295), [anon_sym_thread_local] = ACTIONS(3295), [anon_sym_const] = ACTIONS(3295), [anon_sym_constexpr] = ACTIONS(3295), [anon_sym_volatile] = ACTIONS(3295), [anon_sym_restrict] = ACTIONS(3295), [anon_sym___restrict__] = ACTIONS(3295), [anon_sym__Atomic] = ACTIONS(3295), [anon_sym__Noreturn] = ACTIONS(3295), [anon_sym_noreturn] = ACTIONS(3295), [anon_sym_mutable] = ACTIONS(3295), [anon_sym_constinit] = ACTIONS(3295), [anon_sym_consteval] = ACTIONS(3295), [sym_primitive_type] = ACTIONS(3295), [anon_sym_enum] = ACTIONS(3295), [anon_sym_class] = ACTIONS(3295), [anon_sym_struct] = ACTIONS(3295), [anon_sym_union] = ACTIONS(3295), [anon_sym_if] = ACTIONS(3295), [anon_sym_switch] = ACTIONS(3295), [anon_sym_case] = ACTIONS(3295), [anon_sym_default] = ACTIONS(3295), [anon_sym_while] = ACTIONS(3295), [anon_sym_do] = ACTIONS(3295), [anon_sym_for] = ACTIONS(3295), [anon_sym_return] = ACTIONS(3295), [anon_sym_break] = ACTIONS(3295), [anon_sym_continue] = ACTIONS(3295), [anon_sym_goto] = ACTIONS(3295), [anon_sym_not] = ACTIONS(3295), [anon_sym_compl] = ACTIONS(3295), [anon_sym_DASH_DASH] = ACTIONS(3297), [anon_sym_PLUS_PLUS] = ACTIONS(3297), [anon_sym_sizeof] = ACTIONS(3295), [anon_sym_offsetof] = ACTIONS(3295), [anon_sym__Generic] = ACTIONS(3295), [anon_sym_asm] = ACTIONS(3295), [anon_sym___asm__] = ACTIONS(3295), [sym_number_literal] = ACTIONS(3297), [anon_sym_L_SQUOTE] = ACTIONS(3297), [anon_sym_u_SQUOTE] = ACTIONS(3297), [anon_sym_U_SQUOTE] = ACTIONS(3297), [anon_sym_u8_SQUOTE] = ACTIONS(3297), [anon_sym_SQUOTE] = ACTIONS(3297), [anon_sym_L_DQUOTE] = ACTIONS(3297), [anon_sym_u_DQUOTE] = ACTIONS(3297), [anon_sym_U_DQUOTE] = ACTIONS(3297), [anon_sym_u8_DQUOTE] = ACTIONS(3297), [anon_sym_DQUOTE] = ACTIONS(3297), [sym_true] = ACTIONS(3295), [sym_false] = ACTIONS(3295), [anon_sym_NULL] = ACTIONS(3295), [anon_sym_nullptr] = ACTIONS(3295), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3295), [anon_sym_decltype] = ACTIONS(3295), [anon_sym_virtual] = ACTIONS(3295), [anon_sym_explicit] = ACTIONS(3295), [anon_sym_typename] = ACTIONS(3295), [anon_sym_template] = ACTIONS(3295), [anon_sym_operator] = ACTIONS(3295), [anon_sym_try] = ACTIONS(3295), [anon_sym_delete] = ACTIONS(3295), [anon_sym_throw] = ACTIONS(3295), [anon_sym_namespace] = ACTIONS(3295), [anon_sym_using] = ACTIONS(3295), [anon_sym_static_assert] = ACTIONS(3295), [anon_sym_concept] = ACTIONS(3295), [anon_sym_co_return] = ACTIONS(3295), [anon_sym_co_yield] = ACTIONS(3295), [anon_sym_R_DQUOTE] = ACTIONS(3297), [anon_sym_LR_DQUOTE] = ACTIONS(3297), [anon_sym_uR_DQUOTE] = ACTIONS(3297), [anon_sym_UR_DQUOTE] = ACTIONS(3297), [anon_sym_u8R_DQUOTE] = ACTIONS(3297), [anon_sym_co_await] = ACTIONS(3295), [anon_sym_new] = ACTIONS(3295), [anon_sym_requires] = ACTIONS(3295), [sym_this] = ACTIONS(3295), }, [546] = { [sym_identifier] = ACTIONS(3299), [aux_sym_preproc_include_token1] = ACTIONS(3299), [aux_sym_preproc_def_token1] = ACTIONS(3299), [aux_sym_preproc_if_token1] = ACTIONS(3299), [aux_sym_preproc_if_token2] = ACTIONS(3299), [aux_sym_preproc_ifdef_token1] = ACTIONS(3299), [aux_sym_preproc_ifdef_token2] = ACTIONS(3299), [aux_sym_preproc_else_token1] = ACTIONS(3299), [aux_sym_preproc_elif_token1] = ACTIONS(3299), [aux_sym_preproc_elifdef_token1] = ACTIONS(3299), [aux_sym_preproc_elifdef_token2] = ACTIONS(3299), [sym_preproc_directive] = ACTIONS(3299), [anon_sym_LPAREN2] = ACTIONS(3301), [anon_sym_BANG] = ACTIONS(3301), [anon_sym_TILDE] = ACTIONS(3301), [anon_sym_DASH] = ACTIONS(3299), [anon_sym_PLUS] = ACTIONS(3299), [anon_sym_STAR] = ACTIONS(3301), [anon_sym_AMP_AMP] = ACTIONS(3301), [anon_sym_AMP] = ACTIONS(3299), [anon_sym_SEMI] = ACTIONS(3301), [anon_sym_typedef] = ACTIONS(3299), [anon_sym_extern] = ACTIONS(3299), [anon_sym___attribute__] = ACTIONS(3299), [anon_sym_COLON_COLON] = ACTIONS(3301), [anon_sym_LBRACK_LBRACK] = ACTIONS(3301), [anon_sym___declspec] = ACTIONS(3299), [anon_sym___based] = ACTIONS(3299), [anon_sym___cdecl] = ACTIONS(3299), [anon_sym___clrcall] = ACTIONS(3299), [anon_sym___stdcall] = ACTIONS(3299), [anon_sym___fastcall] = ACTIONS(3299), [anon_sym___thiscall] = ACTIONS(3299), [anon_sym___vectorcall] = ACTIONS(3299), [anon_sym_LBRACE] = ACTIONS(3301), [anon_sym_signed] = ACTIONS(3299), [anon_sym_unsigned] = ACTIONS(3299), [anon_sym_long] = ACTIONS(3299), [anon_sym_short] = ACTIONS(3299), [anon_sym_LBRACK] = ACTIONS(3299), [anon_sym_static] = ACTIONS(3299), [anon_sym_register] = ACTIONS(3299), [anon_sym_inline] = ACTIONS(3299), [anon_sym_thread_local] = ACTIONS(3299), [anon_sym_const] = ACTIONS(3299), [anon_sym_constexpr] = ACTIONS(3299), [anon_sym_volatile] = ACTIONS(3299), [anon_sym_restrict] = ACTIONS(3299), [anon_sym___restrict__] = ACTIONS(3299), [anon_sym__Atomic] = ACTIONS(3299), [anon_sym__Noreturn] = ACTIONS(3299), [anon_sym_noreturn] = ACTIONS(3299), [anon_sym_mutable] = ACTIONS(3299), [anon_sym_constinit] = ACTIONS(3299), [anon_sym_consteval] = ACTIONS(3299), [sym_primitive_type] = ACTIONS(3299), [anon_sym_enum] = ACTIONS(3299), [anon_sym_class] = ACTIONS(3299), [anon_sym_struct] = ACTIONS(3299), [anon_sym_union] = ACTIONS(3299), [anon_sym_if] = ACTIONS(3299), [anon_sym_switch] = ACTIONS(3299), [anon_sym_case] = ACTIONS(3299), [anon_sym_default] = ACTIONS(3299), [anon_sym_while] = ACTIONS(3299), [anon_sym_do] = ACTIONS(3299), [anon_sym_for] = ACTIONS(3299), [anon_sym_return] = ACTIONS(3299), [anon_sym_break] = ACTIONS(3299), [anon_sym_continue] = ACTIONS(3299), [anon_sym_goto] = ACTIONS(3299), [anon_sym_not] = ACTIONS(3299), [anon_sym_compl] = ACTIONS(3299), [anon_sym_DASH_DASH] = ACTIONS(3301), [anon_sym_PLUS_PLUS] = ACTIONS(3301), [anon_sym_sizeof] = ACTIONS(3299), [anon_sym_offsetof] = ACTIONS(3299), [anon_sym__Generic] = ACTIONS(3299), [anon_sym_asm] = ACTIONS(3299), [anon_sym___asm__] = ACTIONS(3299), [sym_number_literal] = ACTIONS(3301), [anon_sym_L_SQUOTE] = ACTIONS(3301), [anon_sym_u_SQUOTE] = ACTIONS(3301), [anon_sym_U_SQUOTE] = ACTIONS(3301), [anon_sym_u8_SQUOTE] = ACTIONS(3301), [anon_sym_SQUOTE] = ACTIONS(3301), [anon_sym_L_DQUOTE] = ACTIONS(3301), [anon_sym_u_DQUOTE] = ACTIONS(3301), [anon_sym_U_DQUOTE] = ACTIONS(3301), [anon_sym_u8_DQUOTE] = ACTIONS(3301), [anon_sym_DQUOTE] = ACTIONS(3301), [sym_true] = ACTIONS(3299), [sym_false] = ACTIONS(3299), [anon_sym_NULL] = ACTIONS(3299), [anon_sym_nullptr] = ACTIONS(3299), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3299), [anon_sym_decltype] = ACTIONS(3299), [anon_sym_virtual] = ACTIONS(3299), [anon_sym_explicit] = ACTIONS(3299), [anon_sym_typename] = ACTIONS(3299), [anon_sym_template] = ACTIONS(3299), [anon_sym_operator] = ACTIONS(3299), [anon_sym_try] = ACTIONS(3299), [anon_sym_delete] = ACTIONS(3299), [anon_sym_throw] = ACTIONS(3299), [anon_sym_namespace] = ACTIONS(3299), [anon_sym_using] = ACTIONS(3299), [anon_sym_static_assert] = ACTIONS(3299), [anon_sym_concept] = ACTIONS(3299), [anon_sym_co_return] = ACTIONS(3299), [anon_sym_co_yield] = ACTIONS(3299), [anon_sym_R_DQUOTE] = ACTIONS(3301), [anon_sym_LR_DQUOTE] = ACTIONS(3301), [anon_sym_uR_DQUOTE] = ACTIONS(3301), [anon_sym_UR_DQUOTE] = ACTIONS(3301), [anon_sym_u8R_DQUOTE] = ACTIONS(3301), [anon_sym_co_await] = ACTIONS(3299), [anon_sym_new] = ACTIONS(3299), [anon_sym_requires] = ACTIONS(3299), [sym_this] = ACTIONS(3299), }, [547] = { [sym_identifier] = ACTIONS(3303), [aux_sym_preproc_include_token1] = ACTIONS(3303), [aux_sym_preproc_def_token1] = ACTIONS(3303), [aux_sym_preproc_if_token1] = ACTIONS(3303), [aux_sym_preproc_if_token2] = ACTIONS(3303), [aux_sym_preproc_ifdef_token1] = ACTIONS(3303), [aux_sym_preproc_ifdef_token2] = ACTIONS(3303), [aux_sym_preproc_else_token1] = ACTIONS(3303), [aux_sym_preproc_elif_token1] = ACTIONS(3303), [aux_sym_preproc_elifdef_token1] = ACTIONS(3303), [aux_sym_preproc_elifdef_token2] = ACTIONS(3303), [sym_preproc_directive] = ACTIONS(3303), [anon_sym_LPAREN2] = ACTIONS(3305), [anon_sym_BANG] = ACTIONS(3305), [anon_sym_TILDE] = ACTIONS(3305), [anon_sym_DASH] = ACTIONS(3303), [anon_sym_PLUS] = ACTIONS(3303), [anon_sym_STAR] = ACTIONS(3305), [anon_sym_AMP_AMP] = ACTIONS(3305), [anon_sym_AMP] = ACTIONS(3303), [anon_sym_SEMI] = ACTIONS(3305), [anon_sym_typedef] = ACTIONS(3303), [anon_sym_extern] = ACTIONS(3303), [anon_sym___attribute__] = ACTIONS(3303), [anon_sym_COLON_COLON] = ACTIONS(3305), [anon_sym_LBRACK_LBRACK] = ACTIONS(3305), [anon_sym___declspec] = ACTIONS(3303), [anon_sym___based] = ACTIONS(3303), [anon_sym___cdecl] = ACTIONS(3303), [anon_sym___clrcall] = ACTIONS(3303), [anon_sym___stdcall] = ACTIONS(3303), [anon_sym___fastcall] = ACTIONS(3303), [anon_sym___thiscall] = ACTIONS(3303), [anon_sym___vectorcall] = ACTIONS(3303), [anon_sym_LBRACE] = ACTIONS(3305), [anon_sym_signed] = ACTIONS(3303), [anon_sym_unsigned] = ACTIONS(3303), [anon_sym_long] = ACTIONS(3303), [anon_sym_short] = ACTIONS(3303), [anon_sym_LBRACK] = ACTIONS(3303), [anon_sym_static] = ACTIONS(3303), [anon_sym_register] = ACTIONS(3303), [anon_sym_inline] = ACTIONS(3303), [anon_sym_thread_local] = ACTIONS(3303), [anon_sym_const] = ACTIONS(3303), [anon_sym_constexpr] = ACTIONS(3303), [anon_sym_volatile] = ACTIONS(3303), [anon_sym_restrict] = ACTIONS(3303), [anon_sym___restrict__] = ACTIONS(3303), [anon_sym__Atomic] = ACTIONS(3303), [anon_sym__Noreturn] = ACTIONS(3303), [anon_sym_noreturn] = ACTIONS(3303), [anon_sym_mutable] = ACTIONS(3303), [anon_sym_constinit] = ACTIONS(3303), [anon_sym_consteval] = ACTIONS(3303), [sym_primitive_type] = ACTIONS(3303), [anon_sym_enum] = ACTIONS(3303), [anon_sym_class] = ACTIONS(3303), [anon_sym_struct] = ACTIONS(3303), [anon_sym_union] = ACTIONS(3303), [anon_sym_if] = ACTIONS(3303), [anon_sym_switch] = ACTIONS(3303), [anon_sym_case] = ACTIONS(3303), [anon_sym_default] = ACTIONS(3303), [anon_sym_while] = ACTIONS(3303), [anon_sym_do] = ACTIONS(3303), [anon_sym_for] = ACTIONS(3303), [anon_sym_return] = ACTIONS(3303), [anon_sym_break] = ACTIONS(3303), [anon_sym_continue] = ACTIONS(3303), [anon_sym_goto] = ACTIONS(3303), [anon_sym_not] = ACTIONS(3303), [anon_sym_compl] = ACTIONS(3303), [anon_sym_DASH_DASH] = ACTIONS(3305), [anon_sym_PLUS_PLUS] = ACTIONS(3305), [anon_sym_sizeof] = ACTIONS(3303), [anon_sym_offsetof] = ACTIONS(3303), [anon_sym__Generic] = ACTIONS(3303), [anon_sym_asm] = ACTIONS(3303), [anon_sym___asm__] = ACTIONS(3303), [sym_number_literal] = ACTIONS(3305), [anon_sym_L_SQUOTE] = ACTIONS(3305), [anon_sym_u_SQUOTE] = ACTIONS(3305), [anon_sym_U_SQUOTE] = ACTIONS(3305), [anon_sym_u8_SQUOTE] = ACTIONS(3305), [anon_sym_SQUOTE] = ACTIONS(3305), [anon_sym_L_DQUOTE] = ACTIONS(3305), [anon_sym_u_DQUOTE] = ACTIONS(3305), [anon_sym_U_DQUOTE] = ACTIONS(3305), [anon_sym_u8_DQUOTE] = ACTIONS(3305), [anon_sym_DQUOTE] = ACTIONS(3305), [sym_true] = ACTIONS(3303), [sym_false] = ACTIONS(3303), [anon_sym_NULL] = ACTIONS(3303), [anon_sym_nullptr] = ACTIONS(3303), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3303), [anon_sym_decltype] = ACTIONS(3303), [anon_sym_virtual] = ACTIONS(3303), [anon_sym_explicit] = ACTIONS(3303), [anon_sym_typename] = ACTIONS(3303), [anon_sym_template] = ACTIONS(3303), [anon_sym_operator] = ACTIONS(3303), [anon_sym_try] = ACTIONS(3303), [anon_sym_delete] = ACTIONS(3303), [anon_sym_throw] = ACTIONS(3303), [anon_sym_namespace] = ACTIONS(3303), [anon_sym_using] = ACTIONS(3303), [anon_sym_static_assert] = ACTIONS(3303), [anon_sym_concept] = ACTIONS(3303), [anon_sym_co_return] = ACTIONS(3303), [anon_sym_co_yield] = ACTIONS(3303), [anon_sym_R_DQUOTE] = ACTIONS(3305), [anon_sym_LR_DQUOTE] = ACTIONS(3305), [anon_sym_uR_DQUOTE] = ACTIONS(3305), [anon_sym_UR_DQUOTE] = ACTIONS(3305), [anon_sym_u8R_DQUOTE] = ACTIONS(3305), [anon_sym_co_await] = ACTIONS(3303), [anon_sym_new] = ACTIONS(3303), [anon_sym_requires] = ACTIONS(3303), [sym_this] = ACTIONS(3303), }, [548] = { [sym_identifier] = ACTIONS(2538), [aux_sym_preproc_include_token1] = ACTIONS(2538), [aux_sym_preproc_def_token1] = ACTIONS(2538), [aux_sym_preproc_if_token1] = ACTIONS(2538), [aux_sym_preproc_if_token2] = ACTIONS(2538), [aux_sym_preproc_ifdef_token1] = ACTIONS(2538), [aux_sym_preproc_ifdef_token2] = ACTIONS(2538), [aux_sym_preproc_else_token1] = ACTIONS(2538), [aux_sym_preproc_elif_token1] = ACTIONS(2538), [sym_preproc_directive] = ACTIONS(2538), [anon_sym_LPAREN2] = ACTIONS(2536), [anon_sym_BANG] = ACTIONS(2536), [anon_sym_TILDE] = ACTIONS(2536), [anon_sym_DASH] = ACTIONS(2538), [anon_sym_PLUS] = ACTIONS(2538), [anon_sym_STAR] = ACTIONS(2536), [anon_sym_AMP_AMP] = ACTIONS(2536), [anon_sym_AMP] = ACTIONS(2538), [anon_sym_SEMI] = ACTIONS(2536), [anon_sym_typedef] = ACTIONS(2538), [anon_sym_extern] = ACTIONS(2538), [anon_sym___attribute__] = ACTIONS(2538), [anon_sym_COLON_COLON] = ACTIONS(2536), [anon_sym_LBRACK_LBRACK] = ACTIONS(2536), [anon_sym___declspec] = ACTIONS(2538), [anon_sym___based] = ACTIONS(2538), [anon_sym___cdecl] = ACTIONS(2538), [anon_sym___clrcall] = ACTIONS(2538), [anon_sym___stdcall] = ACTIONS(2538), [anon_sym___fastcall] = ACTIONS(2538), [anon_sym___thiscall] = ACTIONS(2538), [anon_sym___vectorcall] = ACTIONS(2538), [anon_sym_LBRACE] = ACTIONS(2536), [anon_sym_signed] = ACTIONS(2538), [anon_sym_unsigned] = ACTIONS(2538), [anon_sym_long] = ACTIONS(2538), [anon_sym_short] = ACTIONS(2538), [anon_sym_LBRACK] = ACTIONS(2538), [anon_sym_static] = ACTIONS(2538), [anon_sym_register] = ACTIONS(2538), [anon_sym_inline] = ACTIONS(2538), [anon_sym_thread_local] = ACTIONS(2538), [anon_sym_const] = ACTIONS(2538), [anon_sym_constexpr] = ACTIONS(2538), [anon_sym_volatile] = ACTIONS(2538), [anon_sym_restrict] = ACTIONS(2538), [anon_sym___restrict__] = ACTIONS(2538), [anon_sym__Atomic] = ACTIONS(2538), [anon_sym__Noreturn] = ACTIONS(2538), [anon_sym_noreturn] = ACTIONS(2538), [anon_sym_mutable] = ACTIONS(2538), [anon_sym_constinit] = ACTIONS(2538), [anon_sym_consteval] = ACTIONS(2538), [sym_primitive_type] = ACTIONS(2538), [anon_sym_enum] = ACTIONS(2538), [anon_sym_class] = ACTIONS(2538), [anon_sym_struct] = ACTIONS(2538), [anon_sym_union] = ACTIONS(2538), [anon_sym_if] = ACTIONS(2538), [anon_sym_else] = ACTIONS(2538), [anon_sym_switch] = ACTIONS(2538), [anon_sym_case] = ACTIONS(2538), [anon_sym_default] = ACTIONS(2538), [anon_sym_while] = ACTIONS(2538), [anon_sym_do] = ACTIONS(2538), [anon_sym_for] = ACTIONS(2538), [anon_sym_return] = ACTIONS(2538), [anon_sym_break] = ACTIONS(2538), [anon_sym_continue] = ACTIONS(2538), [anon_sym_goto] = ACTIONS(2538), [anon_sym_not] = ACTIONS(2538), [anon_sym_compl] = ACTIONS(2538), [anon_sym_DASH_DASH] = ACTIONS(2536), [anon_sym_PLUS_PLUS] = ACTIONS(2536), [anon_sym_sizeof] = ACTIONS(2538), [anon_sym_offsetof] = ACTIONS(2538), [anon_sym__Generic] = ACTIONS(2538), [anon_sym_asm] = ACTIONS(2538), [anon_sym___asm__] = ACTIONS(2538), [sym_number_literal] = ACTIONS(2536), [anon_sym_L_SQUOTE] = ACTIONS(2536), [anon_sym_u_SQUOTE] = ACTIONS(2536), [anon_sym_U_SQUOTE] = ACTIONS(2536), [anon_sym_u8_SQUOTE] = ACTIONS(2536), [anon_sym_SQUOTE] = ACTIONS(2536), [anon_sym_L_DQUOTE] = ACTIONS(2536), [anon_sym_u_DQUOTE] = ACTIONS(2536), [anon_sym_U_DQUOTE] = ACTIONS(2536), [anon_sym_u8_DQUOTE] = ACTIONS(2536), [anon_sym_DQUOTE] = ACTIONS(2536), [sym_true] = ACTIONS(2538), [sym_false] = ACTIONS(2538), [anon_sym_NULL] = ACTIONS(2538), [anon_sym_nullptr] = ACTIONS(2538), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2538), [anon_sym_decltype] = ACTIONS(2538), [anon_sym_virtual] = ACTIONS(2538), [anon_sym_explicit] = ACTIONS(2538), [anon_sym_typename] = ACTIONS(2538), [anon_sym_template] = ACTIONS(2538), [anon_sym_operator] = ACTIONS(2538), [anon_sym_try] = ACTIONS(2538), [anon_sym_delete] = ACTIONS(2538), [anon_sym_throw] = ACTIONS(2538), [anon_sym_namespace] = ACTIONS(2538), [anon_sym_using] = ACTIONS(2538), [anon_sym_static_assert] = ACTIONS(2538), [anon_sym_concept] = ACTIONS(2538), [anon_sym_co_return] = ACTIONS(2538), [anon_sym_co_yield] = ACTIONS(2538), [anon_sym_catch] = ACTIONS(2538), [anon_sym_R_DQUOTE] = ACTIONS(2536), [anon_sym_LR_DQUOTE] = ACTIONS(2536), [anon_sym_uR_DQUOTE] = ACTIONS(2536), [anon_sym_UR_DQUOTE] = ACTIONS(2536), [anon_sym_u8R_DQUOTE] = ACTIONS(2536), [anon_sym_co_await] = ACTIONS(2538), [anon_sym_new] = ACTIONS(2538), [anon_sym_requires] = ACTIONS(2538), [sym_this] = ACTIONS(2538), }, [549] = { [sym_catch_clause] = STATE(582), [aux_sym_constructor_try_statement_repeat1] = STATE(582), [sym_identifier] = ACTIONS(2715), [aux_sym_preproc_include_token1] = ACTIONS(2715), [aux_sym_preproc_def_token1] = ACTIONS(2715), [aux_sym_preproc_if_token1] = ACTIONS(2715), [aux_sym_preproc_if_token2] = ACTIONS(2715), [aux_sym_preproc_ifdef_token1] = ACTIONS(2715), [aux_sym_preproc_ifdef_token2] = ACTIONS(2715), [sym_preproc_directive] = ACTIONS(2715), [anon_sym_LPAREN2] = ACTIONS(2717), [anon_sym_BANG] = ACTIONS(2717), [anon_sym_TILDE] = ACTIONS(2717), [anon_sym_DASH] = ACTIONS(2715), [anon_sym_PLUS] = ACTIONS(2715), [anon_sym_STAR] = ACTIONS(2717), [anon_sym_AMP_AMP] = ACTIONS(2717), [anon_sym_AMP] = ACTIONS(2715), [anon_sym_SEMI] = ACTIONS(2717), [anon_sym_typedef] = ACTIONS(2715), [anon_sym_extern] = ACTIONS(2715), [anon_sym___attribute__] = ACTIONS(2715), [anon_sym_COLON_COLON] = ACTIONS(2717), [anon_sym_LBRACK_LBRACK] = ACTIONS(2717), [anon_sym___declspec] = ACTIONS(2715), [anon_sym___based] = ACTIONS(2715), [anon_sym___cdecl] = ACTIONS(2715), [anon_sym___clrcall] = ACTIONS(2715), [anon_sym___stdcall] = ACTIONS(2715), [anon_sym___fastcall] = ACTIONS(2715), [anon_sym___thiscall] = ACTIONS(2715), [anon_sym___vectorcall] = ACTIONS(2715), [anon_sym_LBRACE] = ACTIONS(2717), [anon_sym_signed] = ACTIONS(2715), [anon_sym_unsigned] = ACTIONS(2715), [anon_sym_long] = ACTIONS(2715), [anon_sym_short] = ACTIONS(2715), [anon_sym_LBRACK] = ACTIONS(2715), [anon_sym_static] = ACTIONS(2715), [anon_sym_register] = ACTIONS(2715), [anon_sym_inline] = ACTIONS(2715), [anon_sym_thread_local] = ACTIONS(2715), [anon_sym_const] = ACTIONS(2715), [anon_sym_constexpr] = ACTIONS(2715), [anon_sym_volatile] = ACTIONS(2715), [anon_sym_restrict] = ACTIONS(2715), [anon_sym___restrict__] = ACTIONS(2715), [anon_sym__Atomic] = ACTIONS(2715), [anon_sym__Noreturn] = ACTIONS(2715), [anon_sym_noreturn] = ACTIONS(2715), [anon_sym_mutable] = ACTIONS(2715), [anon_sym_constinit] = ACTIONS(2715), [anon_sym_consteval] = ACTIONS(2715), [sym_primitive_type] = ACTIONS(2715), [anon_sym_enum] = ACTIONS(2715), [anon_sym_class] = ACTIONS(2715), [anon_sym_struct] = ACTIONS(2715), [anon_sym_union] = ACTIONS(2715), [anon_sym_if] = ACTIONS(2715), [anon_sym_else] = ACTIONS(2715), [anon_sym_switch] = ACTIONS(2715), [anon_sym_case] = ACTIONS(2715), [anon_sym_default] = ACTIONS(2715), [anon_sym_while] = ACTIONS(2715), [anon_sym_do] = ACTIONS(2715), [anon_sym_for] = ACTIONS(2715), [anon_sym_return] = ACTIONS(2715), [anon_sym_break] = ACTIONS(2715), [anon_sym_continue] = ACTIONS(2715), [anon_sym_goto] = ACTIONS(2715), [anon_sym_not] = ACTIONS(2715), [anon_sym_compl] = ACTIONS(2715), [anon_sym_DASH_DASH] = ACTIONS(2717), [anon_sym_PLUS_PLUS] = ACTIONS(2717), [anon_sym_sizeof] = ACTIONS(2715), [anon_sym_offsetof] = ACTIONS(2715), [anon_sym__Generic] = ACTIONS(2715), [anon_sym_asm] = ACTIONS(2715), [anon_sym___asm__] = ACTIONS(2715), [sym_number_literal] = ACTIONS(2717), [anon_sym_L_SQUOTE] = ACTIONS(2717), [anon_sym_u_SQUOTE] = ACTIONS(2717), [anon_sym_U_SQUOTE] = ACTIONS(2717), [anon_sym_u8_SQUOTE] = ACTIONS(2717), [anon_sym_SQUOTE] = ACTIONS(2717), [anon_sym_L_DQUOTE] = ACTIONS(2717), [anon_sym_u_DQUOTE] = ACTIONS(2717), [anon_sym_U_DQUOTE] = ACTIONS(2717), [anon_sym_u8_DQUOTE] = ACTIONS(2717), [anon_sym_DQUOTE] = ACTIONS(2717), [sym_true] = ACTIONS(2715), [sym_false] = ACTIONS(2715), [anon_sym_NULL] = ACTIONS(2715), [anon_sym_nullptr] = ACTIONS(2715), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2715), [anon_sym_decltype] = ACTIONS(2715), [anon_sym_virtual] = ACTIONS(2715), [anon_sym_explicit] = ACTIONS(2715), [anon_sym_typename] = ACTIONS(2715), [anon_sym_template] = ACTIONS(2715), [anon_sym_operator] = ACTIONS(2715), [anon_sym_try] = ACTIONS(2715), [anon_sym_delete] = ACTIONS(2715), [anon_sym_throw] = ACTIONS(2715), [anon_sym_namespace] = ACTIONS(2715), [anon_sym_using] = ACTIONS(2715), [anon_sym_static_assert] = ACTIONS(2715), [anon_sym_concept] = ACTIONS(2715), [anon_sym_co_return] = ACTIONS(2715), [anon_sym_co_yield] = ACTIONS(2715), [anon_sym_catch] = ACTIONS(3307), [anon_sym_R_DQUOTE] = ACTIONS(2717), [anon_sym_LR_DQUOTE] = ACTIONS(2717), [anon_sym_uR_DQUOTE] = ACTIONS(2717), [anon_sym_UR_DQUOTE] = ACTIONS(2717), [anon_sym_u8R_DQUOTE] = ACTIONS(2717), [anon_sym_co_await] = ACTIONS(2715), [anon_sym_new] = ACTIONS(2715), [anon_sym_requires] = ACTIONS(2715), [sym_this] = ACTIONS(2715), }, [550] = { [sym_identifier] = ACTIONS(3309), [aux_sym_preproc_include_token1] = ACTIONS(3309), [aux_sym_preproc_def_token1] = ACTIONS(3309), [aux_sym_preproc_if_token1] = ACTIONS(3309), [aux_sym_preproc_if_token2] = ACTIONS(3309), [aux_sym_preproc_ifdef_token1] = ACTIONS(3309), [aux_sym_preproc_ifdef_token2] = ACTIONS(3309), [aux_sym_preproc_else_token1] = ACTIONS(3309), [aux_sym_preproc_elif_token1] = ACTIONS(3309), [aux_sym_preproc_elifdef_token1] = ACTIONS(3309), [aux_sym_preproc_elifdef_token2] = ACTIONS(3309), [sym_preproc_directive] = ACTIONS(3309), [anon_sym_LPAREN2] = ACTIONS(3311), [anon_sym_BANG] = ACTIONS(3311), [anon_sym_TILDE] = ACTIONS(3311), [anon_sym_DASH] = ACTIONS(3309), [anon_sym_PLUS] = ACTIONS(3309), [anon_sym_STAR] = ACTIONS(3311), [anon_sym_AMP_AMP] = ACTIONS(3311), [anon_sym_AMP] = ACTIONS(3309), [anon_sym_SEMI] = ACTIONS(3311), [anon_sym_typedef] = ACTIONS(3309), [anon_sym_extern] = ACTIONS(3309), [anon_sym___attribute__] = ACTIONS(3309), [anon_sym_COLON_COLON] = ACTIONS(3311), [anon_sym_LBRACK_LBRACK] = ACTIONS(3311), [anon_sym___declspec] = ACTIONS(3309), [anon_sym___based] = ACTIONS(3309), [anon_sym___cdecl] = ACTIONS(3309), [anon_sym___clrcall] = ACTIONS(3309), [anon_sym___stdcall] = ACTIONS(3309), [anon_sym___fastcall] = ACTIONS(3309), [anon_sym___thiscall] = ACTIONS(3309), [anon_sym___vectorcall] = ACTIONS(3309), [anon_sym_LBRACE] = ACTIONS(3311), [anon_sym_signed] = ACTIONS(3309), [anon_sym_unsigned] = ACTIONS(3309), [anon_sym_long] = ACTIONS(3309), [anon_sym_short] = ACTIONS(3309), [anon_sym_LBRACK] = ACTIONS(3309), [anon_sym_static] = ACTIONS(3309), [anon_sym_register] = ACTIONS(3309), [anon_sym_inline] = ACTIONS(3309), [anon_sym_thread_local] = ACTIONS(3309), [anon_sym_const] = ACTIONS(3309), [anon_sym_constexpr] = ACTIONS(3309), [anon_sym_volatile] = ACTIONS(3309), [anon_sym_restrict] = ACTIONS(3309), [anon_sym___restrict__] = ACTIONS(3309), [anon_sym__Atomic] = ACTIONS(3309), [anon_sym__Noreturn] = ACTIONS(3309), [anon_sym_noreturn] = ACTIONS(3309), [anon_sym_mutable] = ACTIONS(3309), [anon_sym_constinit] = ACTIONS(3309), [anon_sym_consteval] = ACTIONS(3309), [sym_primitive_type] = ACTIONS(3309), [anon_sym_enum] = ACTIONS(3309), [anon_sym_class] = ACTIONS(3309), [anon_sym_struct] = ACTIONS(3309), [anon_sym_union] = ACTIONS(3309), [anon_sym_if] = ACTIONS(3309), [anon_sym_switch] = ACTIONS(3309), [anon_sym_case] = ACTIONS(3309), [anon_sym_default] = ACTIONS(3309), [anon_sym_while] = ACTIONS(3309), [anon_sym_do] = ACTIONS(3309), [anon_sym_for] = ACTIONS(3309), [anon_sym_return] = ACTIONS(3309), [anon_sym_break] = ACTIONS(3309), [anon_sym_continue] = ACTIONS(3309), [anon_sym_goto] = ACTIONS(3309), [anon_sym_not] = ACTIONS(3309), [anon_sym_compl] = ACTIONS(3309), [anon_sym_DASH_DASH] = ACTIONS(3311), [anon_sym_PLUS_PLUS] = ACTIONS(3311), [anon_sym_sizeof] = ACTIONS(3309), [anon_sym_offsetof] = ACTIONS(3309), [anon_sym__Generic] = ACTIONS(3309), [anon_sym_asm] = ACTIONS(3309), [anon_sym___asm__] = ACTIONS(3309), [sym_number_literal] = ACTIONS(3311), [anon_sym_L_SQUOTE] = ACTIONS(3311), [anon_sym_u_SQUOTE] = ACTIONS(3311), [anon_sym_U_SQUOTE] = ACTIONS(3311), [anon_sym_u8_SQUOTE] = ACTIONS(3311), [anon_sym_SQUOTE] = ACTIONS(3311), [anon_sym_L_DQUOTE] = ACTIONS(3311), [anon_sym_u_DQUOTE] = ACTIONS(3311), [anon_sym_U_DQUOTE] = ACTIONS(3311), [anon_sym_u8_DQUOTE] = ACTIONS(3311), [anon_sym_DQUOTE] = ACTIONS(3311), [sym_true] = ACTIONS(3309), [sym_false] = ACTIONS(3309), [anon_sym_NULL] = ACTIONS(3309), [anon_sym_nullptr] = ACTIONS(3309), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3309), [anon_sym_decltype] = ACTIONS(3309), [anon_sym_virtual] = ACTIONS(3309), [anon_sym_explicit] = ACTIONS(3309), [anon_sym_typename] = ACTIONS(3309), [anon_sym_template] = ACTIONS(3309), [anon_sym_operator] = ACTIONS(3309), [anon_sym_try] = ACTIONS(3309), [anon_sym_delete] = ACTIONS(3309), [anon_sym_throw] = ACTIONS(3309), [anon_sym_namespace] = ACTIONS(3309), [anon_sym_using] = ACTIONS(3309), [anon_sym_static_assert] = ACTIONS(3309), [anon_sym_concept] = ACTIONS(3309), [anon_sym_co_return] = ACTIONS(3309), [anon_sym_co_yield] = ACTIONS(3309), [anon_sym_R_DQUOTE] = ACTIONS(3311), [anon_sym_LR_DQUOTE] = ACTIONS(3311), [anon_sym_uR_DQUOTE] = ACTIONS(3311), [anon_sym_UR_DQUOTE] = ACTIONS(3311), [anon_sym_u8R_DQUOTE] = ACTIONS(3311), [anon_sym_co_await] = ACTIONS(3309), [anon_sym_new] = ACTIONS(3309), [anon_sym_requires] = ACTIONS(3309), [sym_this] = ACTIONS(3309), }, [551] = { [sym_identifier] = ACTIONS(2901), [aux_sym_preproc_include_token1] = ACTIONS(2901), [aux_sym_preproc_def_token1] = ACTIONS(2901), [aux_sym_preproc_if_token1] = ACTIONS(2901), [aux_sym_preproc_if_token2] = ACTIONS(2901), [aux_sym_preproc_ifdef_token1] = ACTIONS(2901), [aux_sym_preproc_ifdef_token2] = ACTIONS(2901), [aux_sym_preproc_else_token1] = ACTIONS(2901), [aux_sym_preproc_elif_token1] = ACTIONS(2901), [sym_preproc_directive] = ACTIONS(2901), [anon_sym_LPAREN2] = ACTIONS(2903), [anon_sym_BANG] = ACTIONS(2903), [anon_sym_TILDE] = ACTIONS(2903), [anon_sym_DASH] = ACTIONS(2901), [anon_sym_PLUS] = ACTIONS(2901), [anon_sym_STAR] = ACTIONS(2903), [anon_sym_AMP_AMP] = ACTIONS(2903), [anon_sym_AMP] = ACTIONS(2901), [anon_sym_SEMI] = ACTIONS(2903), [anon_sym_typedef] = ACTIONS(2901), [anon_sym_extern] = ACTIONS(2901), [anon_sym___attribute__] = ACTIONS(2901), [anon_sym_COLON_COLON] = ACTIONS(2903), [anon_sym_LBRACK_LBRACK] = ACTIONS(2903), [anon_sym___declspec] = ACTIONS(2901), [anon_sym___based] = ACTIONS(2901), [anon_sym___cdecl] = ACTIONS(2901), [anon_sym___clrcall] = ACTIONS(2901), [anon_sym___stdcall] = ACTIONS(2901), [anon_sym___fastcall] = ACTIONS(2901), [anon_sym___thiscall] = ACTIONS(2901), [anon_sym___vectorcall] = ACTIONS(2901), [anon_sym_LBRACE] = ACTIONS(2903), [anon_sym_signed] = ACTIONS(2901), [anon_sym_unsigned] = ACTIONS(2901), [anon_sym_long] = ACTIONS(2901), [anon_sym_short] = ACTIONS(2901), [anon_sym_LBRACK] = ACTIONS(2901), [anon_sym_static] = ACTIONS(2901), [anon_sym_register] = ACTIONS(2901), [anon_sym_inline] = ACTIONS(2901), [anon_sym_thread_local] = ACTIONS(2901), [anon_sym_const] = ACTIONS(2901), [anon_sym_constexpr] = ACTIONS(2901), [anon_sym_volatile] = ACTIONS(2901), [anon_sym_restrict] = ACTIONS(2901), [anon_sym___restrict__] = ACTIONS(2901), [anon_sym__Atomic] = ACTIONS(2901), [anon_sym__Noreturn] = ACTIONS(2901), [anon_sym_noreturn] = ACTIONS(2901), [anon_sym_mutable] = ACTIONS(2901), [anon_sym_constinit] = ACTIONS(2901), [anon_sym_consteval] = ACTIONS(2901), [sym_primitive_type] = ACTIONS(2901), [anon_sym_enum] = ACTIONS(2901), [anon_sym_class] = ACTIONS(2901), [anon_sym_struct] = ACTIONS(2901), [anon_sym_union] = ACTIONS(2901), [anon_sym_if] = ACTIONS(2901), [anon_sym_else] = ACTIONS(2901), [anon_sym_switch] = ACTIONS(2901), [anon_sym_case] = ACTIONS(2901), [anon_sym_default] = ACTIONS(2901), [anon_sym_while] = ACTIONS(2901), [anon_sym_do] = ACTIONS(2901), [anon_sym_for] = ACTIONS(2901), [anon_sym_return] = ACTIONS(2901), [anon_sym_break] = ACTIONS(2901), [anon_sym_continue] = ACTIONS(2901), [anon_sym_goto] = ACTIONS(2901), [anon_sym_not] = ACTIONS(2901), [anon_sym_compl] = ACTIONS(2901), [anon_sym_DASH_DASH] = ACTIONS(2903), [anon_sym_PLUS_PLUS] = ACTIONS(2903), [anon_sym_sizeof] = ACTIONS(2901), [anon_sym_offsetof] = ACTIONS(2901), [anon_sym__Generic] = ACTIONS(2901), [anon_sym_asm] = ACTIONS(2901), [anon_sym___asm__] = ACTIONS(2901), [sym_number_literal] = ACTIONS(2903), [anon_sym_L_SQUOTE] = ACTIONS(2903), [anon_sym_u_SQUOTE] = ACTIONS(2903), [anon_sym_U_SQUOTE] = ACTIONS(2903), [anon_sym_u8_SQUOTE] = ACTIONS(2903), [anon_sym_SQUOTE] = ACTIONS(2903), [anon_sym_L_DQUOTE] = ACTIONS(2903), [anon_sym_u_DQUOTE] = ACTIONS(2903), [anon_sym_U_DQUOTE] = ACTIONS(2903), [anon_sym_u8_DQUOTE] = ACTIONS(2903), [anon_sym_DQUOTE] = ACTIONS(2903), [sym_true] = ACTIONS(2901), [sym_false] = ACTIONS(2901), [anon_sym_NULL] = ACTIONS(2901), [anon_sym_nullptr] = ACTIONS(2901), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2901), [anon_sym_decltype] = ACTIONS(2901), [anon_sym_virtual] = ACTIONS(2901), [anon_sym_explicit] = ACTIONS(2901), [anon_sym_typename] = ACTIONS(2901), [anon_sym_template] = ACTIONS(2901), [anon_sym_operator] = ACTIONS(2901), [anon_sym_try] = ACTIONS(2901), [anon_sym_delete] = ACTIONS(2901), [anon_sym_throw] = ACTIONS(2901), [anon_sym_namespace] = ACTIONS(2901), [anon_sym_using] = ACTIONS(2901), [anon_sym_static_assert] = ACTIONS(2901), [anon_sym_concept] = ACTIONS(2901), [anon_sym_co_return] = ACTIONS(2901), [anon_sym_co_yield] = ACTIONS(2901), [anon_sym_catch] = ACTIONS(2901), [anon_sym_R_DQUOTE] = ACTIONS(2903), [anon_sym_LR_DQUOTE] = ACTIONS(2903), [anon_sym_uR_DQUOTE] = ACTIONS(2903), [anon_sym_UR_DQUOTE] = ACTIONS(2903), [anon_sym_u8R_DQUOTE] = ACTIONS(2903), [anon_sym_co_await] = ACTIONS(2901), [anon_sym_new] = ACTIONS(2901), [anon_sym_requires] = ACTIONS(2901), [sym_this] = ACTIONS(2901), }, [552] = { [sym__expression] = STATE(4298), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7500), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3188), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(3313), [anon_sym_extern] = ACTIONS(3115), [anon_sym___attribute__] = ACTIONS(3115), [anon_sym_COLON_COLON] = ACTIONS(3193), [anon_sym_LBRACK_LBRACK] = ACTIONS(3117), [anon_sym___declspec] = ACTIONS(3115), [anon_sym_signed] = ACTIONS(3115), [anon_sym_unsigned] = ACTIONS(3115), [anon_sym_long] = ACTIONS(3115), [anon_sym_short] = ACTIONS(3115), [anon_sym_LBRACK] = ACTIONS(1327), [anon_sym_static] = ACTIONS(3115), [anon_sym_register] = ACTIONS(3115), [anon_sym_inline] = ACTIONS(3115), [anon_sym_thread_local] = ACTIONS(3115), [anon_sym_const] = ACTIONS(3115), [anon_sym_constexpr] = ACTIONS(3115), [anon_sym_volatile] = ACTIONS(3115), [anon_sym_restrict] = ACTIONS(3115), [anon_sym___restrict__] = ACTIONS(3115), [anon_sym__Atomic] = ACTIONS(3115), [anon_sym__Noreturn] = ACTIONS(3115), [anon_sym_noreturn] = ACTIONS(3115), [anon_sym_mutable] = ACTIONS(3115), [anon_sym_constinit] = ACTIONS(3115), [anon_sym_consteval] = ACTIONS(3115), [sym_primitive_type] = ACTIONS(3196), [anon_sym_enum] = ACTIONS(3115), [anon_sym_class] = ACTIONS(3115), [anon_sym_struct] = ACTIONS(3115), [anon_sym_union] = ACTIONS(3115), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3115), [anon_sym_decltype] = ACTIONS(3199), [anon_sym_virtual] = ACTIONS(3115), [anon_sym_typename] = ACTIONS(3115), [anon_sym_template] = ACTIONS(3202), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [553] = { [sym_identifier] = ACTIONS(3315), [aux_sym_preproc_include_token1] = ACTIONS(3315), [aux_sym_preproc_def_token1] = ACTIONS(3315), [aux_sym_preproc_if_token1] = ACTIONS(3315), [aux_sym_preproc_if_token2] = ACTIONS(3315), [aux_sym_preproc_ifdef_token1] = ACTIONS(3315), [aux_sym_preproc_ifdef_token2] = ACTIONS(3315), [aux_sym_preproc_else_token1] = ACTIONS(3315), [aux_sym_preproc_elif_token1] = ACTIONS(3315), [aux_sym_preproc_elifdef_token1] = ACTIONS(3315), [aux_sym_preproc_elifdef_token2] = ACTIONS(3315), [sym_preproc_directive] = ACTIONS(3315), [anon_sym_LPAREN2] = ACTIONS(3317), [anon_sym_BANG] = ACTIONS(3317), [anon_sym_TILDE] = ACTIONS(3317), [anon_sym_DASH] = ACTIONS(3315), [anon_sym_PLUS] = ACTIONS(3315), [anon_sym_STAR] = ACTIONS(3317), [anon_sym_AMP_AMP] = ACTIONS(3317), [anon_sym_AMP] = ACTIONS(3315), [anon_sym_SEMI] = ACTIONS(3317), [anon_sym_typedef] = ACTIONS(3315), [anon_sym_extern] = ACTIONS(3315), [anon_sym___attribute__] = ACTIONS(3315), [anon_sym_COLON_COLON] = ACTIONS(3317), [anon_sym_LBRACK_LBRACK] = ACTIONS(3317), [anon_sym___declspec] = ACTIONS(3315), [anon_sym___based] = ACTIONS(3315), [anon_sym___cdecl] = ACTIONS(3315), [anon_sym___clrcall] = ACTIONS(3315), [anon_sym___stdcall] = ACTIONS(3315), [anon_sym___fastcall] = ACTIONS(3315), [anon_sym___thiscall] = ACTIONS(3315), [anon_sym___vectorcall] = ACTIONS(3315), [anon_sym_LBRACE] = ACTIONS(3317), [anon_sym_signed] = ACTIONS(3315), [anon_sym_unsigned] = ACTIONS(3315), [anon_sym_long] = ACTIONS(3315), [anon_sym_short] = ACTIONS(3315), [anon_sym_LBRACK] = ACTIONS(3315), [anon_sym_static] = ACTIONS(3315), [anon_sym_register] = ACTIONS(3315), [anon_sym_inline] = ACTIONS(3315), [anon_sym_thread_local] = ACTIONS(3315), [anon_sym_const] = ACTIONS(3315), [anon_sym_constexpr] = ACTIONS(3315), [anon_sym_volatile] = ACTIONS(3315), [anon_sym_restrict] = ACTIONS(3315), [anon_sym___restrict__] = ACTIONS(3315), [anon_sym__Atomic] = ACTIONS(3315), [anon_sym__Noreturn] = ACTIONS(3315), [anon_sym_noreturn] = ACTIONS(3315), [anon_sym_mutable] = ACTIONS(3315), [anon_sym_constinit] = ACTIONS(3315), [anon_sym_consteval] = ACTIONS(3315), [sym_primitive_type] = ACTIONS(3315), [anon_sym_enum] = ACTIONS(3315), [anon_sym_class] = ACTIONS(3315), [anon_sym_struct] = ACTIONS(3315), [anon_sym_union] = ACTIONS(3315), [anon_sym_if] = ACTIONS(3315), [anon_sym_switch] = ACTIONS(3315), [anon_sym_case] = ACTIONS(3315), [anon_sym_default] = ACTIONS(3315), [anon_sym_while] = ACTIONS(3315), [anon_sym_do] = ACTIONS(3315), [anon_sym_for] = ACTIONS(3315), [anon_sym_return] = ACTIONS(3315), [anon_sym_break] = ACTIONS(3315), [anon_sym_continue] = ACTIONS(3315), [anon_sym_goto] = ACTIONS(3315), [anon_sym_not] = ACTIONS(3315), [anon_sym_compl] = ACTIONS(3315), [anon_sym_DASH_DASH] = ACTIONS(3317), [anon_sym_PLUS_PLUS] = ACTIONS(3317), [anon_sym_sizeof] = ACTIONS(3315), [anon_sym_offsetof] = ACTIONS(3315), [anon_sym__Generic] = ACTIONS(3315), [anon_sym_asm] = ACTIONS(3315), [anon_sym___asm__] = ACTIONS(3315), [sym_number_literal] = ACTIONS(3317), [anon_sym_L_SQUOTE] = ACTIONS(3317), [anon_sym_u_SQUOTE] = ACTIONS(3317), [anon_sym_U_SQUOTE] = ACTIONS(3317), [anon_sym_u8_SQUOTE] = ACTIONS(3317), [anon_sym_SQUOTE] = ACTIONS(3317), [anon_sym_L_DQUOTE] = ACTIONS(3317), [anon_sym_u_DQUOTE] = ACTIONS(3317), [anon_sym_U_DQUOTE] = ACTIONS(3317), [anon_sym_u8_DQUOTE] = ACTIONS(3317), [anon_sym_DQUOTE] = ACTIONS(3317), [sym_true] = ACTIONS(3315), [sym_false] = ACTIONS(3315), [anon_sym_NULL] = ACTIONS(3315), [anon_sym_nullptr] = ACTIONS(3315), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3315), [anon_sym_decltype] = ACTIONS(3315), [anon_sym_virtual] = ACTIONS(3315), [anon_sym_explicit] = ACTIONS(3315), [anon_sym_typename] = ACTIONS(3315), [anon_sym_template] = ACTIONS(3315), [anon_sym_operator] = ACTIONS(3315), [anon_sym_try] = ACTIONS(3315), [anon_sym_delete] = ACTIONS(3315), [anon_sym_throw] = ACTIONS(3315), [anon_sym_namespace] = ACTIONS(3315), [anon_sym_using] = ACTIONS(3315), [anon_sym_static_assert] = ACTIONS(3315), [anon_sym_concept] = ACTIONS(3315), [anon_sym_co_return] = ACTIONS(3315), [anon_sym_co_yield] = ACTIONS(3315), [anon_sym_R_DQUOTE] = ACTIONS(3317), [anon_sym_LR_DQUOTE] = ACTIONS(3317), [anon_sym_uR_DQUOTE] = ACTIONS(3317), [anon_sym_UR_DQUOTE] = ACTIONS(3317), [anon_sym_u8R_DQUOTE] = ACTIONS(3317), [anon_sym_co_await] = ACTIONS(3315), [anon_sym_new] = ACTIONS(3315), [anon_sym_requires] = ACTIONS(3315), [sym_this] = ACTIONS(3315), }, [554] = { [sym_catch_clause] = STATE(576), [aux_sym_constructor_try_statement_repeat1] = STATE(576), [sym_identifier] = ACTIONS(2715), [aux_sym_preproc_include_token1] = ACTIONS(2715), [aux_sym_preproc_def_token1] = ACTIONS(2715), [aux_sym_preproc_if_token1] = ACTIONS(2715), [aux_sym_preproc_ifdef_token1] = ACTIONS(2715), [aux_sym_preproc_ifdef_token2] = ACTIONS(2715), [sym_preproc_directive] = ACTIONS(2715), [anon_sym_LPAREN2] = ACTIONS(2717), [anon_sym_BANG] = ACTIONS(2717), [anon_sym_TILDE] = ACTIONS(2717), [anon_sym_DASH] = ACTIONS(2715), [anon_sym_PLUS] = ACTIONS(2715), [anon_sym_STAR] = ACTIONS(2717), [anon_sym_AMP_AMP] = ACTIONS(2717), [anon_sym_AMP] = ACTIONS(2715), [anon_sym_SEMI] = ACTIONS(2717), [anon_sym_typedef] = ACTIONS(2715), [anon_sym_extern] = ACTIONS(2715), [anon_sym___attribute__] = ACTIONS(2715), [anon_sym_COLON_COLON] = ACTIONS(2717), [anon_sym_LBRACK_LBRACK] = ACTIONS(2717), [anon_sym___declspec] = ACTIONS(2715), [anon_sym___based] = ACTIONS(2715), [anon_sym___cdecl] = ACTIONS(2715), [anon_sym___clrcall] = ACTIONS(2715), [anon_sym___stdcall] = ACTIONS(2715), [anon_sym___fastcall] = ACTIONS(2715), [anon_sym___thiscall] = ACTIONS(2715), [anon_sym___vectorcall] = ACTIONS(2715), [anon_sym_LBRACE] = ACTIONS(2717), [anon_sym_RBRACE] = ACTIONS(2717), [anon_sym_signed] = ACTIONS(2715), [anon_sym_unsigned] = ACTIONS(2715), [anon_sym_long] = ACTIONS(2715), [anon_sym_short] = ACTIONS(2715), [anon_sym_LBRACK] = ACTIONS(2715), [anon_sym_static] = ACTIONS(2715), [anon_sym_register] = ACTIONS(2715), [anon_sym_inline] = ACTIONS(2715), [anon_sym_thread_local] = ACTIONS(2715), [anon_sym_const] = ACTIONS(2715), [anon_sym_constexpr] = ACTIONS(2715), [anon_sym_volatile] = ACTIONS(2715), [anon_sym_restrict] = ACTIONS(2715), [anon_sym___restrict__] = ACTIONS(2715), [anon_sym__Atomic] = ACTIONS(2715), [anon_sym__Noreturn] = ACTIONS(2715), [anon_sym_noreturn] = ACTIONS(2715), [anon_sym_mutable] = ACTIONS(2715), [anon_sym_constinit] = ACTIONS(2715), [anon_sym_consteval] = ACTIONS(2715), [sym_primitive_type] = ACTIONS(2715), [anon_sym_enum] = ACTIONS(2715), [anon_sym_class] = ACTIONS(2715), [anon_sym_struct] = ACTIONS(2715), [anon_sym_union] = ACTIONS(2715), [anon_sym_if] = ACTIONS(2715), [anon_sym_else] = ACTIONS(2715), [anon_sym_switch] = ACTIONS(2715), [anon_sym_case] = ACTIONS(2715), [anon_sym_default] = ACTIONS(2715), [anon_sym_while] = ACTIONS(2715), [anon_sym_do] = ACTIONS(2715), [anon_sym_for] = ACTIONS(2715), [anon_sym_return] = ACTIONS(2715), [anon_sym_break] = ACTIONS(2715), [anon_sym_continue] = ACTIONS(2715), [anon_sym_goto] = ACTIONS(2715), [anon_sym_not] = ACTIONS(2715), [anon_sym_compl] = ACTIONS(2715), [anon_sym_DASH_DASH] = ACTIONS(2717), [anon_sym_PLUS_PLUS] = ACTIONS(2717), [anon_sym_sizeof] = ACTIONS(2715), [anon_sym_offsetof] = ACTIONS(2715), [anon_sym__Generic] = ACTIONS(2715), [anon_sym_asm] = ACTIONS(2715), [anon_sym___asm__] = ACTIONS(2715), [sym_number_literal] = ACTIONS(2717), [anon_sym_L_SQUOTE] = ACTIONS(2717), [anon_sym_u_SQUOTE] = ACTIONS(2717), [anon_sym_U_SQUOTE] = ACTIONS(2717), [anon_sym_u8_SQUOTE] = ACTIONS(2717), [anon_sym_SQUOTE] = ACTIONS(2717), [anon_sym_L_DQUOTE] = ACTIONS(2717), [anon_sym_u_DQUOTE] = ACTIONS(2717), [anon_sym_U_DQUOTE] = ACTIONS(2717), [anon_sym_u8_DQUOTE] = ACTIONS(2717), [anon_sym_DQUOTE] = ACTIONS(2717), [sym_true] = ACTIONS(2715), [sym_false] = ACTIONS(2715), [anon_sym_NULL] = ACTIONS(2715), [anon_sym_nullptr] = ACTIONS(2715), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2715), [anon_sym_decltype] = ACTIONS(2715), [anon_sym_virtual] = ACTIONS(2715), [anon_sym_explicit] = ACTIONS(2715), [anon_sym_typename] = ACTIONS(2715), [anon_sym_template] = ACTIONS(2715), [anon_sym_operator] = ACTIONS(2715), [anon_sym_try] = ACTIONS(2715), [anon_sym_delete] = ACTIONS(2715), [anon_sym_throw] = ACTIONS(2715), [anon_sym_namespace] = ACTIONS(2715), [anon_sym_using] = ACTIONS(2715), [anon_sym_static_assert] = ACTIONS(2715), [anon_sym_concept] = ACTIONS(2715), [anon_sym_co_return] = ACTIONS(2715), [anon_sym_co_yield] = ACTIONS(2715), [anon_sym_catch] = ACTIONS(3319), [anon_sym_R_DQUOTE] = ACTIONS(2717), [anon_sym_LR_DQUOTE] = ACTIONS(2717), [anon_sym_uR_DQUOTE] = ACTIONS(2717), [anon_sym_UR_DQUOTE] = ACTIONS(2717), [anon_sym_u8R_DQUOTE] = ACTIONS(2717), [anon_sym_co_await] = ACTIONS(2715), [anon_sym_new] = ACTIONS(2715), [anon_sym_requires] = ACTIONS(2715), [sym_this] = ACTIONS(2715), }, [555] = { [sym__expression] = STATE(4280), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7471), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3188), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(3321), [anon_sym_extern] = ACTIONS(3115), [anon_sym___attribute__] = ACTIONS(3115), [anon_sym_COLON_COLON] = ACTIONS(3193), [anon_sym_LBRACK_LBRACK] = ACTIONS(3117), [anon_sym___declspec] = ACTIONS(3115), [anon_sym_signed] = ACTIONS(3115), [anon_sym_unsigned] = ACTIONS(3115), [anon_sym_long] = ACTIONS(3115), [anon_sym_short] = ACTIONS(3115), [anon_sym_LBRACK] = ACTIONS(1327), [anon_sym_static] = ACTIONS(3115), [anon_sym_register] = ACTIONS(3115), [anon_sym_inline] = ACTIONS(3115), [anon_sym_thread_local] = ACTIONS(3115), [anon_sym_const] = ACTIONS(3115), [anon_sym_constexpr] = ACTIONS(3115), [anon_sym_volatile] = ACTIONS(3115), [anon_sym_restrict] = ACTIONS(3115), [anon_sym___restrict__] = ACTIONS(3115), [anon_sym__Atomic] = ACTIONS(3115), [anon_sym__Noreturn] = ACTIONS(3115), [anon_sym_noreturn] = ACTIONS(3115), [anon_sym_mutable] = ACTIONS(3115), [anon_sym_constinit] = ACTIONS(3115), [anon_sym_consteval] = ACTIONS(3115), [sym_primitive_type] = ACTIONS(3196), [anon_sym_enum] = ACTIONS(3115), [anon_sym_class] = ACTIONS(3115), [anon_sym_struct] = ACTIONS(3115), [anon_sym_union] = ACTIONS(3115), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3115), [anon_sym_decltype] = ACTIONS(3199), [anon_sym_virtual] = ACTIONS(3115), [anon_sym_typename] = ACTIONS(3115), [anon_sym_template] = ACTIONS(3202), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [556] = { [sym_else_clause] = STATE(715), [sym_identifier] = ACTIONS(2895), [aux_sym_preproc_include_token1] = ACTIONS(2895), [aux_sym_preproc_def_token1] = ACTIONS(2895), [aux_sym_preproc_if_token1] = ACTIONS(2895), [aux_sym_preproc_if_token2] = ACTIONS(2895), [aux_sym_preproc_ifdef_token1] = ACTIONS(2895), [aux_sym_preproc_ifdef_token2] = ACTIONS(2895), [aux_sym_preproc_else_token1] = ACTIONS(2895), [aux_sym_preproc_elif_token1] = ACTIONS(2895), [sym_preproc_directive] = ACTIONS(2895), [anon_sym_LPAREN2] = ACTIONS(2897), [anon_sym_BANG] = ACTIONS(2897), [anon_sym_TILDE] = ACTIONS(2897), [anon_sym_DASH] = ACTIONS(2895), [anon_sym_PLUS] = ACTIONS(2895), [anon_sym_STAR] = ACTIONS(2897), [anon_sym_AMP_AMP] = ACTIONS(2897), [anon_sym_AMP] = ACTIONS(2895), [anon_sym_SEMI] = ACTIONS(2897), [anon_sym_typedef] = ACTIONS(2895), [anon_sym_extern] = ACTIONS(2895), [anon_sym___attribute__] = ACTIONS(2895), [anon_sym_COLON_COLON] = ACTIONS(2897), [anon_sym_LBRACK_LBRACK] = ACTIONS(2897), [anon_sym___declspec] = ACTIONS(2895), [anon_sym___based] = ACTIONS(2895), [anon_sym___cdecl] = ACTIONS(2895), [anon_sym___clrcall] = ACTIONS(2895), [anon_sym___stdcall] = ACTIONS(2895), [anon_sym___fastcall] = ACTIONS(2895), [anon_sym___thiscall] = ACTIONS(2895), [anon_sym___vectorcall] = ACTIONS(2895), [anon_sym_LBRACE] = ACTIONS(2897), [anon_sym_signed] = ACTIONS(2895), [anon_sym_unsigned] = ACTIONS(2895), [anon_sym_long] = ACTIONS(2895), [anon_sym_short] = ACTIONS(2895), [anon_sym_LBRACK] = ACTIONS(2895), [anon_sym_static] = ACTIONS(2895), [anon_sym_register] = ACTIONS(2895), [anon_sym_inline] = ACTIONS(2895), [anon_sym_thread_local] = ACTIONS(2895), [anon_sym_const] = ACTIONS(2895), [anon_sym_constexpr] = ACTIONS(2895), [anon_sym_volatile] = ACTIONS(2895), [anon_sym_restrict] = ACTIONS(2895), [anon_sym___restrict__] = ACTIONS(2895), [anon_sym__Atomic] = ACTIONS(2895), [anon_sym__Noreturn] = ACTIONS(2895), [anon_sym_noreturn] = ACTIONS(2895), [anon_sym_mutable] = ACTIONS(2895), [anon_sym_constinit] = ACTIONS(2895), [anon_sym_consteval] = ACTIONS(2895), [sym_primitive_type] = ACTIONS(2895), [anon_sym_enum] = ACTIONS(2895), [anon_sym_class] = ACTIONS(2895), [anon_sym_struct] = ACTIONS(2895), [anon_sym_union] = ACTIONS(2895), [anon_sym_if] = ACTIONS(2895), [anon_sym_else] = ACTIONS(3323), [anon_sym_switch] = ACTIONS(2895), [anon_sym_case] = ACTIONS(2895), [anon_sym_default] = ACTIONS(2895), [anon_sym_while] = ACTIONS(2895), [anon_sym_do] = ACTIONS(2895), [anon_sym_for] = ACTIONS(2895), [anon_sym_return] = ACTIONS(2895), [anon_sym_break] = ACTIONS(2895), [anon_sym_continue] = ACTIONS(2895), [anon_sym_goto] = ACTIONS(2895), [anon_sym_not] = ACTIONS(2895), [anon_sym_compl] = ACTIONS(2895), [anon_sym_DASH_DASH] = ACTIONS(2897), [anon_sym_PLUS_PLUS] = ACTIONS(2897), [anon_sym_sizeof] = ACTIONS(2895), [anon_sym_offsetof] = ACTIONS(2895), [anon_sym__Generic] = ACTIONS(2895), [anon_sym_asm] = ACTIONS(2895), [anon_sym___asm__] = ACTIONS(2895), [sym_number_literal] = ACTIONS(2897), [anon_sym_L_SQUOTE] = ACTIONS(2897), [anon_sym_u_SQUOTE] = ACTIONS(2897), [anon_sym_U_SQUOTE] = ACTIONS(2897), [anon_sym_u8_SQUOTE] = ACTIONS(2897), [anon_sym_SQUOTE] = ACTIONS(2897), [anon_sym_L_DQUOTE] = ACTIONS(2897), [anon_sym_u_DQUOTE] = ACTIONS(2897), [anon_sym_U_DQUOTE] = ACTIONS(2897), [anon_sym_u8_DQUOTE] = ACTIONS(2897), [anon_sym_DQUOTE] = ACTIONS(2897), [sym_true] = ACTIONS(2895), [sym_false] = ACTIONS(2895), [anon_sym_NULL] = ACTIONS(2895), [anon_sym_nullptr] = ACTIONS(2895), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2895), [anon_sym_decltype] = ACTIONS(2895), [anon_sym_virtual] = ACTIONS(2895), [anon_sym_explicit] = ACTIONS(2895), [anon_sym_typename] = ACTIONS(2895), [anon_sym_template] = ACTIONS(2895), [anon_sym_operator] = ACTIONS(2895), [anon_sym_try] = ACTIONS(2895), [anon_sym_delete] = ACTIONS(2895), [anon_sym_throw] = ACTIONS(2895), [anon_sym_namespace] = ACTIONS(2895), [anon_sym_using] = ACTIONS(2895), [anon_sym_static_assert] = ACTIONS(2895), [anon_sym_concept] = ACTIONS(2895), [anon_sym_co_return] = ACTIONS(2895), [anon_sym_co_yield] = ACTIONS(2895), [anon_sym_R_DQUOTE] = ACTIONS(2897), [anon_sym_LR_DQUOTE] = ACTIONS(2897), [anon_sym_uR_DQUOTE] = ACTIONS(2897), [anon_sym_UR_DQUOTE] = ACTIONS(2897), [anon_sym_u8R_DQUOTE] = ACTIONS(2897), [anon_sym_co_await] = ACTIONS(2895), [anon_sym_new] = ACTIONS(2895), [anon_sym_requires] = ACTIONS(2895), [sym_this] = ACTIONS(2895), }, [557] = { [sym_identifier] = ACTIONS(3325), [aux_sym_preproc_include_token1] = ACTIONS(3325), [aux_sym_preproc_def_token1] = ACTIONS(3325), [aux_sym_preproc_if_token1] = ACTIONS(3325), [aux_sym_preproc_if_token2] = ACTIONS(3325), [aux_sym_preproc_ifdef_token1] = ACTIONS(3325), [aux_sym_preproc_ifdef_token2] = ACTIONS(3325), [aux_sym_preproc_else_token1] = ACTIONS(3325), [aux_sym_preproc_elif_token1] = ACTIONS(3325), [aux_sym_preproc_elifdef_token1] = ACTIONS(3325), [aux_sym_preproc_elifdef_token2] = ACTIONS(3325), [sym_preproc_directive] = ACTIONS(3325), [anon_sym_LPAREN2] = ACTIONS(3327), [anon_sym_BANG] = ACTIONS(3327), [anon_sym_TILDE] = ACTIONS(3327), [anon_sym_DASH] = ACTIONS(3325), [anon_sym_PLUS] = ACTIONS(3325), [anon_sym_STAR] = ACTIONS(3327), [anon_sym_AMP_AMP] = ACTIONS(3327), [anon_sym_AMP] = ACTIONS(3325), [anon_sym_SEMI] = ACTIONS(3327), [anon_sym_typedef] = ACTIONS(3325), [anon_sym_extern] = ACTIONS(3325), [anon_sym___attribute__] = ACTIONS(3325), [anon_sym_COLON_COLON] = ACTIONS(3327), [anon_sym_LBRACK_LBRACK] = ACTIONS(3327), [anon_sym___declspec] = ACTIONS(3325), [anon_sym___based] = ACTIONS(3325), [anon_sym___cdecl] = ACTIONS(3325), [anon_sym___clrcall] = ACTIONS(3325), [anon_sym___stdcall] = ACTIONS(3325), [anon_sym___fastcall] = ACTIONS(3325), [anon_sym___thiscall] = ACTIONS(3325), [anon_sym___vectorcall] = ACTIONS(3325), [anon_sym_LBRACE] = ACTIONS(3327), [anon_sym_signed] = ACTIONS(3325), [anon_sym_unsigned] = ACTIONS(3325), [anon_sym_long] = ACTIONS(3325), [anon_sym_short] = ACTIONS(3325), [anon_sym_LBRACK] = ACTIONS(3325), [anon_sym_static] = ACTIONS(3325), [anon_sym_register] = ACTIONS(3325), [anon_sym_inline] = ACTIONS(3325), [anon_sym_thread_local] = ACTIONS(3325), [anon_sym_const] = ACTIONS(3325), [anon_sym_constexpr] = ACTIONS(3325), [anon_sym_volatile] = ACTIONS(3325), [anon_sym_restrict] = ACTIONS(3325), [anon_sym___restrict__] = ACTIONS(3325), [anon_sym__Atomic] = ACTIONS(3325), [anon_sym__Noreturn] = ACTIONS(3325), [anon_sym_noreturn] = ACTIONS(3325), [anon_sym_mutable] = ACTIONS(3325), [anon_sym_constinit] = ACTIONS(3325), [anon_sym_consteval] = ACTIONS(3325), [sym_primitive_type] = ACTIONS(3325), [anon_sym_enum] = ACTIONS(3325), [anon_sym_class] = ACTIONS(3325), [anon_sym_struct] = ACTIONS(3325), [anon_sym_union] = ACTIONS(3325), [anon_sym_if] = ACTIONS(3325), [anon_sym_switch] = ACTIONS(3325), [anon_sym_case] = ACTIONS(3325), [anon_sym_default] = ACTIONS(3325), [anon_sym_while] = ACTIONS(3325), [anon_sym_do] = ACTIONS(3325), [anon_sym_for] = ACTIONS(3325), [anon_sym_return] = ACTIONS(3325), [anon_sym_break] = ACTIONS(3325), [anon_sym_continue] = ACTIONS(3325), [anon_sym_goto] = ACTIONS(3325), [anon_sym_not] = ACTIONS(3325), [anon_sym_compl] = ACTIONS(3325), [anon_sym_DASH_DASH] = ACTIONS(3327), [anon_sym_PLUS_PLUS] = ACTIONS(3327), [anon_sym_sizeof] = ACTIONS(3325), [anon_sym_offsetof] = ACTIONS(3325), [anon_sym__Generic] = ACTIONS(3325), [anon_sym_asm] = ACTIONS(3325), [anon_sym___asm__] = ACTIONS(3325), [sym_number_literal] = ACTIONS(3327), [anon_sym_L_SQUOTE] = ACTIONS(3327), [anon_sym_u_SQUOTE] = ACTIONS(3327), [anon_sym_U_SQUOTE] = ACTIONS(3327), [anon_sym_u8_SQUOTE] = ACTIONS(3327), [anon_sym_SQUOTE] = ACTIONS(3327), [anon_sym_L_DQUOTE] = ACTIONS(3327), [anon_sym_u_DQUOTE] = ACTIONS(3327), [anon_sym_U_DQUOTE] = ACTIONS(3327), [anon_sym_u8_DQUOTE] = ACTIONS(3327), [anon_sym_DQUOTE] = ACTIONS(3327), [sym_true] = ACTIONS(3325), [sym_false] = ACTIONS(3325), [anon_sym_NULL] = ACTIONS(3325), [anon_sym_nullptr] = ACTIONS(3325), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3325), [anon_sym_decltype] = ACTIONS(3325), [anon_sym_virtual] = ACTIONS(3325), [anon_sym_explicit] = ACTIONS(3325), [anon_sym_typename] = ACTIONS(3325), [anon_sym_template] = ACTIONS(3325), [anon_sym_operator] = ACTIONS(3325), [anon_sym_try] = ACTIONS(3325), [anon_sym_delete] = ACTIONS(3325), [anon_sym_throw] = ACTIONS(3325), [anon_sym_namespace] = ACTIONS(3325), [anon_sym_using] = ACTIONS(3325), [anon_sym_static_assert] = ACTIONS(3325), [anon_sym_concept] = ACTIONS(3325), [anon_sym_co_return] = ACTIONS(3325), [anon_sym_co_yield] = ACTIONS(3325), [anon_sym_R_DQUOTE] = ACTIONS(3327), [anon_sym_LR_DQUOTE] = ACTIONS(3327), [anon_sym_uR_DQUOTE] = ACTIONS(3327), [anon_sym_UR_DQUOTE] = ACTIONS(3327), [anon_sym_u8R_DQUOTE] = ACTIONS(3327), [anon_sym_co_await] = ACTIONS(3325), [anon_sym_new] = ACTIONS(3325), [anon_sym_requires] = ACTIONS(3325), [sym_this] = ACTIONS(3325), }, [558] = { [sym_identifier] = ACTIONS(3329), [aux_sym_preproc_include_token1] = ACTIONS(3329), [aux_sym_preproc_def_token1] = ACTIONS(3329), [aux_sym_preproc_if_token1] = ACTIONS(3329), [aux_sym_preproc_if_token2] = ACTIONS(3329), [aux_sym_preproc_ifdef_token1] = ACTIONS(3329), [aux_sym_preproc_ifdef_token2] = ACTIONS(3329), [aux_sym_preproc_else_token1] = ACTIONS(3329), [aux_sym_preproc_elif_token1] = ACTIONS(3329), [aux_sym_preproc_elifdef_token1] = ACTIONS(3329), [aux_sym_preproc_elifdef_token2] = ACTIONS(3329), [sym_preproc_directive] = ACTIONS(3329), [anon_sym_LPAREN2] = ACTIONS(3331), [anon_sym_BANG] = ACTIONS(3331), [anon_sym_TILDE] = ACTIONS(3331), [anon_sym_DASH] = ACTIONS(3329), [anon_sym_PLUS] = ACTIONS(3329), [anon_sym_STAR] = ACTIONS(3331), [anon_sym_AMP_AMP] = ACTIONS(3331), [anon_sym_AMP] = ACTIONS(3329), [anon_sym_SEMI] = ACTIONS(3331), [anon_sym_typedef] = ACTIONS(3329), [anon_sym_extern] = ACTIONS(3329), [anon_sym___attribute__] = ACTIONS(3329), [anon_sym_COLON_COLON] = ACTIONS(3331), [anon_sym_LBRACK_LBRACK] = ACTIONS(3331), [anon_sym___declspec] = ACTIONS(3329), [anon_sym___based] = ACTIONS(3329), [anon_sym___cdecl] = ACTIONS(3329), [anon_sym___clrcall] = ACTIONS(3329), [anon_sym___stdcall] = ACTIONS(3329), [anon_sym___fastcall] = ACTIONS(3329), [anon_sym___thiscall] = ACTIONS(3329), [anon_sym___vectorcall] = ACTIONS(3329), [anon_sym_LBRACE] = ACTIONS(3331), [anon_sym_signed] = ACTIONS(3329), [anon_sym_unsigned] = ACTIONS(3329), [anon_sym_long] = ACTIONS(3329), [anon_sym_short] = ACTIONS(3329), [anon_sym_LBRACK] = ACTIONS(3329), [anon_sym_static] = ACTIONS(3329), [anon_sym_register] = ACTIONS(3329), [anon_sym_inline] = ACTIONS(3329), [anon_sym_thread_local] = ACTIONS(3329), [anon_sym_const] = ACTIONS(3329), [anon_sym_constexpr] = ACTIONS(3329), [anon_sym_volatile] = ACTIONS(3329), [anon_sym_restrict] = ACTIONS(3329), [anon_sym___restrict__] = ACTIONS(3329), [anon_sym__Atomic] = ACTIONS(3329), [anon_sym__Noreturn] = ACTIONS(3329), [anon_sym_noreturn] = ACTIONS(3329), [anon_sym_mutable] = ACTIONS(3329), [anon_sym_constinit] = ACTIONS(3329), [anon_sym_consteval] = ACTIONS(3329), [sym_primitive_type] = ACTIONS(3329), [anon_sym_enum] = ACTIONS(3329), [anon_sym_class] = ACTIONS(3329), [anon_sym_struct] = ACTIONS(3329), [anon_sym_union] = ACTIONS(3329), [anon_sym_if] = ACTIONS(3329), [anon_sym_switch] = ACTIONS(3329), [anon_sym_case] = ACTIONS(3329), [anon_sym_default] = ACTIONS(3329), [anon_sym_while] = ACTIONS(3329), [anon_sym_do] = ACTIONS(3329), [anon_sym_for] = ACTIONS(3329), [anon_sym_return] = ACTIONS(3329), [anon_sym_break] = ACTIONS(3329), [anon_sym_continue] = ACTIONS(3329), [anon_sym_goto] = ACTIONS(3329), [anon_sym_not] = ACTIONS(3329), [anon_sym_compl] = ACTIONS(3329), [anon_sym_DASH_DASH] = ACTIONS(3331), [anon_sym_PLUS_PLUS] = ACTIONS(3331), [anon_sym_sizeof] = ACTIONS(3329), [anon_sym_offsetof] = ACTIONS(3329), [anon_sym__Generic] = ACTIONS(3329), [anon_sym_asm] = ACTIONS(3329), [anon_sym___asm__] = ACTIONS(3329), [sym_number_literal] = ACTIONS(3331), [anon_sym_L_SQUOTE] = ACTIONS(3331), [anon_sym_u_SQUOTE] = ACTIONS(3331), [anon_sym_U_SQUOTE] = ACTIONS(3331), [anon_sym_u8_SQUOTE] = ACTIONS(3331), [anon_sym_SQUOTE] = ACTIONS(3331), [anon_sym_L_DQUOTE] = ACTIONS(3331), [anon_sym_u_DQUOTE] = ACTIONS(3331), [anon_sym_U_DQUOTE] = ACTIONS(3331), [anon_sym_u8_DQUOTE] = ACTIONS(3331), [anon_sym_DQUOTE] = ACTIONS(3331), [sym_true] = ACTIONS(3329), [sym_false] = ACTIONS(3329), [anon_sym_NULL] = ACTIONS(3329), [anon_sym_nullptr] = ACTIONS(3329), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3329), [anon_sym_decltype] = ACTIONS(3329), [anon_sym_virtual] = ACTIONS(3329), [anon_sym_explicit] = ACTIONS(3329), [anon_sym_typename] = ACTIONS(3329), [anon_sym_template] = ACTIONS(3329), [anon_sym_operator] = ACTIONS(3329), [anon_sym_try] = ACTIONS(3329), [anon_sym_delete] = ACTIONS(3329), [anon_sym_throw] = ACTIONS(3329), [anon_sym_namespace] = ACTIONS(3329), [anon_sym_using] = ACTIONS(3329), [anon_sym_static_assert] = ACTIONS(3329), [anon_sym_concept] = ACTIONS(3329), [anon_sym_co_return] = ACTIONS(3329), [anon_sym_co_yield] = ACTIONS(3329), [anon_sym_R_DQUOTE] = ACTIONS(3331), [anon_sym_LR_DQUOTE] = ACTIONS(3331), [anon_sym_uR_DQUOTE] = ACTIONS(3331), [anon_sym_UR_DQUOTE] = ACTIONS(3331), [anon_sym_u8R_DQUOTE] = ACTIONS(3331), [anon_sym_co_await] = ACTIONS(3329), [anon_sym_new] = ACTIONS(3329), [anon_sym_requires] = ACTIONS(3329), [sym_this] = ACTIONS(3329), }, [559] = { [sym_identifier] = ACTIONS(3333), [aux_sym_preproc_include_token1] = ACTIONS(3333), [aux_sym_preproc_def_token1] = ACTIONS(3333), [aux_sym_preproc_if_token1] = ACTIONS(3333), [aux_sym_preproc_if_token2] = ACTIONS(3333), [aux_sym_preproc_ifdef_token1] = ACTIONS(3333), [aux_sym_preproc_ifdef_token2] = ACTIONS(3333), [aux_sym_preproc_else_token1] = ACTIONS(3333), [aux_sym_preproc_elif_token1] = ACTIONS(3333), [aux_sym_preproc_elifdef_token1] = ACTIONS(3333), [aux_sym_preproc_elifdef_token2] = ACTIONS(3333), [sym_preproc_directive] = ACTIONS(3333), [anon_sym_LPAREN2] = ACTIONS(3335), [anon_sym_BANG] = ACTIONS(3335), [anon_sym_TILDE] = ACTIONS(3335), [anon_sym_DASH] = ACTIONS(3333), [anon_sym_PLUS] = ACTIONS(3333), [anon_sym_STAR] = ACTIONS(3335), [anon_sym_AMP_AMP] = ACTIONS(3335), [anon_sym_AMP] = ACTIONS(3333), [anon_sym_SEMI] = ACTIONS(3335), [anon_sym_typedef] = ACTIONS(3333), [anon_sym_extern] = ACTIONS(3333), [anon_sym___attribute__] = ACTIONS(3333), [anon_sym_COLON_COLON] = ACTIONS(3335), [anon_sym_LBRACK_LBRACK] = ACTIONS(3335), [anon_sym___declspec] = ACTIONS(3333), [anon_sym___based] = ACTIONS(3333), [anon_sym___cdecl] = ACTIONS(3333), [anon_sym___clrcall] = ACTIONS(3333), [anon_sym___stdcall] = ACTIONS(3333), [anon_sym___fastcall] = ACTIONS(3333), [anon_sym___thiscall] = ACTIONS(3333), [anon_sym___vectorcall] = ACTIONS(3333), [anon_sym_LBRACE] = ACTIONS(3335), [anon_sym_signed] = ACTIONS(3333), [anon_sym_unsigned] = ACTIONS(3333), [anon_sym_long] = ACTIONS(3333), [anon_sym_short] = ACTIONS(3333), [anon_sym_LBRACK] = ACTIONS(3333), [anon_sym_static] = ACTIONS(3333), [anon_sym_register] = ACTIONS(3333), [anon_sym_inline] = ACTIONS(3333), [anon_sym_thread_local] = ACTIONS(3333), [anon_sym_const] = ACTIONS(3333), [anon_sym_constexpr] = ACTIONS(3333), [anon_sym_volatile] = ACTIONS(3333), [anon_sym_restrict] = ACTIONS(3333), [anon_sym___restrict__] = ACTIONS(3333), [anon_sym__Atomic] = ACTIONS(3333), [anon_sym__Noreturn] = ACTIONS(3333), [anon_sym_noreturn] = ACTIONS(3333), [anon_sym_mutable] = ACTIONS(3333), [anon_sym_constinit] = ACTIONS(3333), [anon_sym_consteval] = ACTIONS(3333), [sym_primitive_type] = ACTIONS(3333), [anon_sym_enum] = ACTIONS(3333), [anon_sym_class] = ACTIONS(3333), [anon_sym_struct] = ACTIONS(3333), [anon_sym_union] = ACTIONS(3333), [anon_sym_if] = ACTIONS(3333), [anon_sym_switch] = ACTIONS(3333), [anon_sym_case] = ACTIONS(3333), [anon_sym_default] = ACTIONS(3333), [anon_sym_while] = ACTIONS(3333), [anon_sym_do] = ACTIONS(3333), [anon_sym_for] = ACTIONS(3333), [anon_sym_return] = ACTIONS(3333), [anon_sym_break] = ACTIONS(3333), [anon_sym_continue] = ACTIONS(3333), [anon_sym_goto] = ACTIONS(3333), [anon_sym_not] = ACTIONS(3333), [anon_sym_compl] = ACTIONS(3333), [anon_sym_DASH_DASH] = ACTIONS(3335), [anon_sym_PLUS_PLUS] = ACTIONS(3335), [anon_sym_sizeof] = ACTIONS(3333), [anon_sym_offsetof] = ACTIONS(3333), [anon_sym__Generic] = ACTIONS(3333), [anon_sym_asm] = ACTIONS(3333), [anon_sym___asm__] = ACTIONS(3333), [sym_number_literal] = ACTIONS(3335), [anon_sym_L_SQUOTE] = ACTIONS(3335), [anon_sym_u_SQUOTE] = ACTIONS(3335), [anon_sym_U_SQUOTE] = ACTIONS(3335), [anon_sym_u8_SQUOTE] = ACTIONS(3335), [anon_sym_SQUOTE] = ACTIONS(3335), [anon_sym_L_DQUOTE] = ACTIONS(3335), [anon_sym_u_DQUOTE] = ACTIONS(3335), [anon_sym_U_DQUOTE] = ACTIONS(3335), [anon_sym_u8_DQUOTE] = ACTIONS(3335), [anon_sym_DQUOTE] = ACTIONS(3335), [sym_true] = ACTIONS(3333), [sym_false] = ACTIONS(3333), [anon_sym_NULL] = ACTIONS(3333), [anon_sym_nullptr] = ACTIONS(3333), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3333), [anon_sym_decltype] = ACTIONS(3333), [anon_sym_virtual] = ACTIONS(3333), [anon_sym_explicit] = ACTIONS(3333), [anon_sym_typename] = ACTIONS(3333), [anon_sym_template] = ACTIONS(3333), [anon_sym_operator] = ACTIONS(3333), [anon_sym_try] = ACTIONS(3333), [anon_sym_delete] = ACTIONS(3333), [anon_sym_throw] = ACTIONS(3333), [anon_sym_namespace] = ACTIONS(3333), [anon_sym_using] = ACTIONS(3333), [anon_sym_static_assert] = ACTIONS(3333), [anon_sym_concept] = ACTIONS(3333), [anon_sym_co_return] = ACTIONS(3333), [anon_sym_co_yield] = ACTIONS(3333), [anon_sym_R_DQUOTE] = ACTIONS(3335), [anon_sym_LR_DQUOTE] = ACTIONS(3335), [anon_sym_uR_DQUOTE] = ACTIONS(3335), [anon_sym_UR_DQUOTE] = ACTIONS(3335), [anon_sym_u8R_DQUOTE] = ACTIONS(3335), [anon_sym_co_await] = ACTIONS(3333), [anon_sym_new] = ACTIONS(3333), [anon_sym_requires] = ACTIONS(3333), [sym_this] = ACTIONS(3333), }, [560] = { [sym_identifier] = ACTIONS(3337), [aux_sym_preproc_include_token1] = ACTIONS(3337), [aux_sym_preproc_def_token1] = ACTIONS(3337), [aux_sym_preproc_if_token1] = ACTIONS(3337), [aux_sym_preproc_if_token2] = ACTIONS(3337), [aux_sym_preproc_ifdef_token1] = ACTIONS(3337), [aux_sym_preproc_ifdef_token2] = ACTIONS(3337), [aux_sym_preproc_else_token1] = ACTIONS(3337), [aux_sym_preproc_elif_token1] = ACTIONS(3337), [aux_sym_preproc_elifdef_token1] = ACTIONS(3337), [aux_sym_preproc_elifdef_token2] = ACTIONS(3337), [sym_preproc_directive] = ACTIONS(3337), [anon_sym_LPAREN2] = ACTIONS(3339), [anon_sym_BANG] = ACTIONS(3339), [anon_sym_TILDE] = ACTIONS(3339), [anon_sym_DASH] = ACTIONS(3337), [anon_sym_PLUS] = ACTIONS(3337), [anon_sym_STAR] = ACTIONS(3339), [anon_sym_AMP_AMP] = ACTIONS(3339), [anon_sym_AMP] = ACTIONS(3337), [anon_sym_SEMI] = ACTIONS(3339), [anon_sym_typedef] = ACTIONS(3337), [anon_sym_extern] = ACTIONS(3337), [anon_sym___attribute__] = ACTIONS(3337), [anon_sym_COLON_COLON] = ACTIONS(3339), [anon_sym_LBRACK_LBRACK] = ACTIONS(3339), [anon_sym___declspec] = ACTIONS(3337), [anon_sym___based] = ACTIONS(3337), [anon_sym___cdecl] = ACTIONS(3337), [anon_sym___clrcall] = ACTIONS(3337), [anon_sym___stdcall] = ACTIONS(3337), [anon_sym___fastcall] = ACTIONS(3337), [anon_sym___thiscall] = ACTIONS(3337), [anon_sym___vectorcall] = ACTIONS(3337), [anon_sym_LBRACE] = ACTIONS(3339), [anon_sym_signed] = ACTIONS(3337), [anon_sym_unsigned] = ACTIONS(3337), [anon_sym_long] = ACTIONS(3337), [anon_sym_short] = ACTIONS(3337), [anon_sym_LBRACK] = ACTIONS(3337), [anon_sym_static] = ACTIONS(3337), [anon_sym_register] = ACTIONS(3337), [anon_sym_inline] = ACTIONS(3337), [anon_sym_thread_local] = ACTIONS(3337), [anon_sym_const] = ACTIONS(3337), [anon_sym_constexpr] = ACTIONS(3337), [anon_sym_volatile] = ACTIONS(3337), [anon_sym_restrict] = ACTIONS(3337), [anon_sym___restrict__] = ACTIONS(3337), [anon_sym__Atomic] = ACTIONS(3337), [anon_sym__Noreturn] = ACTIONS(3337), [anon_sym_noreturn] = ACTIONS(3337), [anon_sym_mutable] = ACTIONS(3337), [anon_sym_constinit] = ACTIONS(3337), [anon_sym_consteval] = ACTIONS(3337), [sym_primitive_type] = ACTIONS(3337), [anon_sym_enum] = ACTIONS(3337), [anon_sym_class] = ACTIONS(3337), [anon_sym_struct] = ACTIONS(3337), [anon_sym_union] = ACTIONS(3337), [anon_sym_if] = ACTIONS(3337), [anon_sym_switch] = ACTIONS(3337), [anon_sym_case] = ACTIONS(3337), [anon_sym_default] = ACTIONS(3337), [anon_sym_while] = ACTIONS(3337), [anon_sym_do] = ACTIONS(3337), [anon_sym_for] = ACTIONS(3337), [anon_sym_return] = ACTIONS(3337), [anon_sym_break] = ACTIONS(3337), [anon_sym_continue] = ACTIONS(3337), [anon_sym_goto] = ACTIONS(3337), [anon_sym_not] = ACTIONS(3337), [anon_sym_compl] = ACTIONS(3337), [anon_sym_DASH_DASH] = ACTIONS(3339), [anon_sym_PLUS_PLUS] = ACTIONS(3339), [anon_sym_sizeof] = ACTIONS(3337), [anon_sym_offsetof] = ACTIONS(3337), [anon_sym__Generic] = ACTIONS(3337), [anon_sym_asm] = ACTIONS(3337), [anon_sym___asm__] = ACTIONS(3337), [sym_number_literal] = ACTIONS(3339), [anon_sym_L_SQUOTE] = ACTIONS(3339), [anon_sym_u_SQUOTE] = ACTIONS(3339), [anon_sym_U_SQUOTE] = ACTIONS(3339), [anon_sym_u8_SQUOTE] = ACTIONS(3339), [anon_sym_SQUOTE] = ACTIONS(3339), [anon_sym_L_DQUOTE] = ACTIONS(3339), [anon_sym_u_DQUOTE] = ACTIONS(3339), [anon_sym_U_DQUOTE] = ACTIONS(3339), [anon_sym_u8_DQUOTE] = ACTIONS(3339), [anon_sym_DQUOTE] = ACTIONS(3339), [sym_true] = ACTIONS(3337), [sym_false] = ACTIONS(3337), [anon_sym_NULL] = ACTIONS(3337), [anon_sym_nullptr] = ACTIONS(3337), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3337), [anon_sym_decltype] = ACTIONS(3337), [anon_sym_virtual] = ACTIONS(3337), [anon_sym_explicit] = ACTIONS(3337), [anon_sym_typename] = ACTIONS(3337), [anon_sym_template] = ACTIONS(3337), [anon_sym_operator] = ACTIONS(3337), [anon_sym_try] = ACTIONS(3337), [anon_sym_delete] = ACTIONS(3337), [anon_sym_throw] = ACTIONS(3337), [anon_sym_namespace] = ACTIONS(3337), [anon_sym_using] = ACTIONS(3337), [anon_sym_static_assert] = ACTIONS(3337), [anon_sym_concept] = ACTIONS(3337), [anon_sym_co_return] = ACTIONS(3337), [anon_sym_co_yield] = ACTIONS(3337), [anon_sym_R_DQUOTE] = ACTIONS(3339), [anon_sym_LR_DQUOTE] = ACTIONS(3339), [anon_sym_uR_DQUOTE] = ACTIONS(3339), [anon_sym_UR_DQUOTE] = ACTIONS(3339), [anon_sym_u8R_DQUOTE] = ACTIONS(3339), [anon_sym_co_await] = ACTIONS(3337), [anon_sym_new] = ACTIONS(3337), [anon_sym_requires] = ACTIONS(3337), [sym_this] = ACTIONS(3337), }, [561] = { [sym_identifier] = ACTIONS(3341), [aux_sym_preproc_include_token1] = ACTIONS(3341), [aux_sym_preproc_def_token1] = ACTIONS(3341), [aux_sym_preproc_if_token1] = ACTIONS(3341), [aux_sym_preproc_if_token2] = ACTIONS(3341), [aux_sym_preproc_ifdef_token1] = ACTIONS(3341), [aux_sym_preproc_ifdef_token2] = ACTIONS(3341), [aux_sym_preproc_else_token1] = ACTIONS(3341), [aux_sym_preproc_elif_token1] = ACTIONS(3341), [aux_sym_preproc_elifdef_token1] = ACTIONS(3341), [aux_sym_preproc_elifdef_token2] = ACTIONS(3341), [sym_preproc_directive] = ACTIONS(3341), [anon_sym_LPAREN2] = ACTIONS(3343), [anon_sym_BANG] = ACTIONS(3343), [anon_sym_TILDE] = ACTIONS(3343), [anon_sym_DASH] = ACTIONS(3341), [anon_sym_PLUS] = ACTIONS(3341), [anon_sym_STAR] = ACTIONS(3343), [anon_sym_AMP_AMP] = ACTIONS(3343), [anon_sym_AMP] = ACTIONS(3341), [anon_sym_SEMI] = ACTIONS(3343), [anon_sym_typedef] = ACTIONS(3341), [anon_sym_extern] = ACTIONS(3341), [anon_sym___attribute__] = ACTIONS(3341), [anon_sym_COLON_COLON] = ACTIONS(3343), [anon_sym_LBRACK_LBRACK] = ACTIONS(3343), [anon_sym___declspec] = ACTIONS(3341), [anon_sym___based] = ACTIONS(3341), [anon_sym___cdecl] = ACTIONS(3341), [anon_sym___clrcall] = ACTIONS(3341), [anon_sym___stdcall] = ACTIONS(3341), [anon_sym___fastcall] = ACTIONS(3341), [anon_sym___thiscall] = ACTIONS(3341), [anon_sym___vectorcall] = ACTIONS(3341), [anon_sym_LBRACE] = ACTIONS(3343), [anon_sym_signed] = ACTIONS(3341), [anon_sym_unsigned] = ACTIONS(3341), [anon_sym_long] = ACTIONS(3341), [anon_sym_short] = ACTIONS(3341), [anon_sym_LBRACK] = ACTIONS(3341), [anon_sym_static] = ACTIONS(3341), [anon_sym_register] = ACTIONS(3341), [anon_sym_inline] = ACTIONS(3341), [anon_sym_thread_local] = ACTIONS(3341), [anon_sym_const] = ACTIONS(3341), [anon_sym_constexpr] = ACTIONS(3341), [anon_sym_volatile] = ACTIONS(3341), [anon_sym_restrict] = ACTIONS(3341), [anon_sym___restrict__] = ACTIONS(3341), [anon_sym__Atomic] = ACTIONS(3341), [anon_sym__Noreturn] = ACTIONS(3341), [anon_sym_noreturn] = ACTIONS(3341), [anon_sym_mutable] = ACTIONS(3341), [anon_sym_constinit] = ACTIONS(3341), [anon_sym_consteval] = ACTIONS(3341), [sym_primitive_type] = ACTIONS(3341), [anon_sym_enum] = ACTIONS(3341), [anon_sym_class] = ACTIONS(3341), [anon_sym_struct] = ACTIONS(3341), [anon_sym_union] = ACTIONS(3341), [anon_sym_if] = ACTIONS(3341), [anon_sym_switch] = ACTIONS(3341), [anon_sym_case] = ACTIONS(3341), [anon_sym_default] = ACTIONS(3341), [anon_sym_while] = ACTIONS(3341), [anon_sym_do] = ACTIONS(3341), [anon_sym_for] = ACTIONS(3341), [anon_sym_return] = ACTIONS(3341), [anon_sym_break] = ACTIONS(3341), [anon_sym_continue] = ACTIONS(3341), [anon_sym_goto] = ACTIONS(3341), [anon_sym_not] = ACTIONS(3341), [anon_sym_compl] = ACTIONS(3341), [anon_sym_DASH_DASH] = ACTIONS(3343), [anon_sym_PLUS_PLUS] = ACTIONS(3343), [anon_sym_sizeof] = ACTIONS(3341), [anon_sym_offsetof] = ACTIONS(3341), [anon_sym__Generic] = ACTIONS(3341), [anon_sym_asm] = ACTIONS(3341), [anon_sym___asm__] = ACTIONS(3341), [sym_number_literal] = ACTIONS(3343), [anon_sym_L_SQUOTE] = ACTIONS(3343), [anon_sym_u_SQUOTE] = ACTIONS(3343), [anon_sym_U_SQUOTE] = ACTIONS(3343), [anon_sym_u8_SQUOTE] = ACTIONS(3343), [anon_sym_SQUOTE] = ACTIONS(3343), [anon_sym_L_DQUOTE] = ACTIONS(3343), [anon_sym_u_DQUOTE] = ACTIONS(3343), [anon_sym_U_DQUOTE] = ACTIONS(3343), [anon_sym_u8_DQUOTE] = ACTIONS(3343), [anon_sym_DQUOTE] = ACTIONS(3343), [sym_true] = ACTIONS(3341), [sym_false] = ACTIONS(3341), [anon_sym_NULL] = ACTIONS(3341), [anon_sym_nullptr] = ACTIONS(3341), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3341), [anon_sym_decltype] = ACTIONS(3341), [anon_sym_virtual] = ACTIONS(3341), [anon_sym_explicit] = ACTIONS(3341), [anon_sym_typename] = ACTIONS(3341), [anon_sym_template] = ACTIONS(3341), [anon_sym_operator] = ACTIONS(3341), [anon_sym_try] = ACTIONS(3341), [anon_sym_delete] = ACTIONS(3341), [anon_sym_throw] = ACTIONS(3341), [anon_sym_namespace] = ACTIONS(3341), [anon_sym_using] = ACTIONS(3341), [anon_sym_static_assert] = ACTIONS(3341), [anon_sym_concept] = ACTIONS(3341), [anon_sym_co_return] = ACTIONS(3341), [anon_sym_co_yield] = ACTIONS(3341), [anon_sym_R_DQUOTE] = ACTIONS(3343), [anon_sym_LR_DQUOTE] = ACTIONS(3343), [anon_sym_uR_DQUOTE] = ACTIONS(3343), [anon_sym_UR_DQUOTE] = ACTIONS(3343), [anon_sym_u8R_DQUOTE] = ACTIONS(3343), [anon_sym_co_await] = ACTIONS(3341), [anon_sym_new] = ACTIONS(3341), [anon_sym_requires] = ACTIONS(3341), [sym_this] = ACTIONS(3341), }, [562] = { [sym_identifier] = ACTIONS(3345), [aux_sym_preproc_include_token1] = ACTIONS(3345), [aux_sym_preproc_def_token1] = ACTIONS(3345), [aux_sym_preproc_if_token1] = ACTIONS(3345), [aux_sym_preproc_if_token2] = ACTIONS(3345), [aux_sym_preproc_ifdef_token1] = ACTIONS(3345), [aux_sym_preproc_ifdef_token2] = ACTIONS(3345), [aux_sym_preproc_else_token1] = ACTIONS(3345), [aux_sym_preproc_elif_token1] = ACTIONS(3345), [aux_sym_preproc_elifdef_token1] = ACTIONS(3345), [aux_sym_preproc_elifdef_token2] = ACTIONS(3345), [sym_preproc_directive] = ACTIONS(3345), [anon_sym_LPAREN2] = ACTIONS(3347), [anon_sym_BANG] = ACTIONS(3347), [anon_sym_TILDE] = ACTIONS(3347), [anon_sym_DASH] = ACTIONS(3345), [anon_sym_PLUS] = ACTIONS(3345), [anon_sym_STAR] = ACTIONS(3347), [anon_sym_AMP_AMP] = ACTIONS(3347), [anon_sym_AMP] = ACTIONS(3345), [anon_sym_SEMI] = ACTIONS(3347), [anon_sym_typedef] = ACTIONS(3345), [anon_sym_extern] = ACTIONS(3345), [anon_sym___attribute__] = ACTIONS(3345), [anon_sym_COLON_COLON] = ACTIONS(3347), [anon_sym_LBRACK_LBRACK] = ACTIONS(3347), [anon_sym___declspec] = ACTIONS(3345), [anon_sym___based] = ACTIONS(3345), [anon_sym___cdecl] = ACTIONS(3345), [anon_sym___clrcall] = ACTIONS(3345), [anon_sym___stdcall] = ACTIONS(3345), [anon_sym___fastcall] = ACTIONS(3345), [anon_sym___thiscall] = ACTIONS(3345), [anon_sym___vectorcall] = ACTIONS(3345), [anon_sym_LBRACE] = ACTIONS(3347), [anon_sym_signed] = ACTIONS(3345), [anon_sym_unsigned] = ACTIONS(3345), [anon_sym_long] = ACTIONS(3345), [anon_sym_short] = ACTIONS(3345), [anon_sym_LBRACK] = ACTIONS(3345), [anon_sym_static] = ACTIONS(3345), [anon_sym_register] = ACTIONS(3345), [anon_sym_inline] = ACTIONS(3345), [anon_sym_thread_local] = ACTIONS(3345), [anon_sym_const] = ACTIONS(3345), [anon_sym_constexpr] = ACTIONS(3345), [anon_sym_volatile] = ACTIONS(3345), [anon_sym_restrict] = ACTIONS(3345), [anon_sym___restrict__] = ACTIONS(3345), [anon_sym__Atomic] = ACTIONS(3345), [anon_sym__Noreturn] = ACTIONS(3345), [anon_sym_noreturn] = ACTIONS(3345), [anon_sym_mutable] = ACTIONS(3345), [anon_sym_constinit] = ACTIONS(3345), [anon_sym_consteval] = ACTIONS(3345), [sym_primitive_type] = ACTIONS(3345), [anon_sym_enum] = ACTIONS(3345), [anon_sym_class] = ACTIONS(3345), [anon_sym_struct] = ACTIONS(3345), [anon_sym_union] = ACTIONS(3345), [anon_sym_if] = ACTIONS(3345), [anon_sym_switch] = ACTIONS(3345), [anon_sym_case] = ACTIONS(3345), [anon_sym_default] = ACTIONS(3345), [anon_sym_while] = ACTIONS(3345), [anon_sym_do] = ACTIONS(3345), [anon_sym_for] = ACTIONS(3345), [anon_sym_return] = ACTIONS(3345), [anon_sym_break] = ACTIONS(3345), [anon_sym_continue] = ACTIONS(3345), [anon_sym_goto] = ACTIONS(3345), [anon_sym_not] = ACTIONS(3345), [anon_sym_compl] = ACTIONS(3345), [anon_sym_DASH_DASH] = ACTIONS(3347), [anon_sym_PLUS_PLUS] = ACTIONS(3347), [anon_sym_sizeof] = ACTIONS(3345), [anon_sym_offsetof] = ACTIONS(3345), [anon_sym__Generic] = ACTIONS(3345), [anon_sym_asm] = ACTIONS(3345), [anon_sym___asm__] = ACTIONS(3345), [sym_number_literal] = ACTIONS(3347), [anon_sym_L_SQUOTE] = ACTIONS(3347), [anon_sym_u_SQUOTE] = ACTIONS(3347), [anon_sym_U_SQUOTE] = ACTIONS(3347), [anon_sym_u8_SQUOTE] = ACTIONS(3347), [anon_sym_SQUOTE] = ACTIONS(3347), [anon_sym_L_DQUOTE] = ACTIONS(3347), [anon_sym_u_DQUOTE] = ACTIONS(3347), [anon_sym_U_DQUOTE] = ACTIONS(3347), [anon_sym_u8_DQUOTE] = ACTIONS(3347), [anon_sym_DQUOTE] = ACTIONS(3347), [sym_true] = ACTIONS(3345), [sym_false] = ACTIONS(3345), [anon_sym_NULL] = ACTIONS(3345), [anon_sym_nullptr] = ACTIONS(3345), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3345), [anon_sym_decltype] = ACTIONS(3345), [anon_sym_virtual] = ACTIONS(3345), [anon_sym_explicit] = ACTIONS(3345), [anon_sym_typename] = ACTIONS(3345), [anon_sym_template] = ACTIONS(3345), [anon_sym_operator] = ACTIONS(3345), [anon_sym_try] = ACTIONS(3345), [anon_sym_delete] = ACTIONS(3345), [anon_sym_throw] = ACTIONS(3345), [anon_sym_namespace] = ACTIONS(3345), [anon_sym_using] = ACTIONS(3345), [anon_sym_static_assert] = ACTIONS(3345), [anon_sym_concept] = ACTIONS(3345), [anon_sym_co_return] = ACTIONS(3345), [anon_sym_co_yield] = ACTIONS(3345), [anon_sym_R_DQUOTE] = ACTIONS(3347), [anon_sym_LR_DQUOTE] = ACTIONS(3347), [anon_sym_uR_DQUOTE] = ACTIONS(3347), [anon_sym_UR_DQUOTE] = ACTIONS(3347), [anon_sym_u8R_DQUOTE] = ACTIONS(3347), [anon_sym_co_await] = ACTIONS(3345), [anon_sym_new] = ACTIONS(3345), [anon_sym_requires] = ACTIONS(3345), [sym_this] = ACTIONS(3345), }, [563] = { [sym_identifier] = ACTIONS(3349), [aux_sym_preproc_include_token1] = ACTIONS(3349), [aux_sym_preproc_def_token1] = ACTIONS(3349), [aux_sym_preproc_if_token1] = ACTIONS(3349), [aux_sym_preproc_if_token2] = ACTIONS(3349), [aux_sym_preproc_ifdef_token1] = ACTIONS(3349), [aux_sym_preproc_ifdef_token2] = ACTIONS(3349), [aux_sym_preproc_else_token1] = ACTIONS(3349), [aux_sym_preproc_elif_token1] = ACTIONS(3349), [aux_sym_preproc_elifdef_token1] = ACTIONS(3349), [aux_sym_preproc_elifdef_token2] = ACTIONS(3349), [sym_preproc_directive] = ACTIONS(3349), [anon_sym_LPAREN2] = ACTIONS(3351), [anon_sym_BANG] = ACTIONS(3351), [anon_sym_TILDE] = ACTIONS(3351), [anon_sym_DASH] = ACTIONS(3349), [anon_sym_PLUS] = ACTIONS(3349), [anon_sym_STAR] = ACTIONS(3351), [anon_sym_AMP_AMP] = ACTIONS(3351), [anon_sym_AMP] = ACTIONS(3349), [anon_sym_SEMI] = ACTIONS(3351), [anon_sym_typedef] = ACTIONS(3349), [anon_sym_extern] = ACTIONS(3349), [anon_sym___attribute__] = ACTIONS(3349), [anon_sym_COLON_COLON] = ACTIONS(3351), [anon_sym_LBRACK_LBRACK] = ACTIONS(3351), [anon_sym___declspec] = ACTIONS(3349), [anon_sym___based] = ACTIONS(3349), [anon_sym___cdecl] = ACTIONS(3349), [anon_sym___clrcall] = ACTIONS(3349), [anon_sym___stdcall] = ACTIONS(3349), [anon_sym___fastcall] = ACTIONS(3349), [anon_sym___thiscall] = ACTIONS(3349), [anon_sym___vectorcall] = ACTIONS(3349), [anon_sym_LBRACE] = ACTIONS(3351), [anon_sym_signed] = ACTIONS(3349), [anon_sym_unsigned] = ACTIONS(3349), [anon_sym_long] = ACTIONS(3349), [anon_sym_short] = ACTIONS(3349), [anon_sym_LBRACK] = ACTIONS(3349), [anon_sym_static] = ACTIONS(3349), [anon_sym_register] = ACTIONS(3349), [anon_sym_inline] = ACTIONS(3349), [anon_sym_thread_local] = ACTIONS(3349), [anon_sym_const] = ACTIONS(3349), [anon_sym_constexpr] = ACTIONS(3349), [anon_sym_volatile] = ACTIONS(3349), [anon_sym_restrict] = ACTIONS(3349), [anon_sym___restrict__] = ACTIONS(3349), [anon_sym__Atomic] = ACTIONS(3349), [anon_sym__Noreturn] = ACTIONS(3349), [anon_sym_noreturn] = ACTIONS(3349), [anon_sym_mutable] = ACTIONS(3349), [anon_sym_constinit] = ACTIONS(3349), [anon_sym_consteval] = ACTIONS(3349), [sym_primitive_type] = ACTIONS(3349), [anon_sym_enum] = ACTIONS(3349), [anon_sym_class] = ACTIONS(3349), [anon_sym_struct] = ACTIONS(3349), [anon_sym_union] = ACTIONS(3349), [anon_sym_if] = ACTIONS(3349), [anon_sym_switch] = ACTIONS(3349), [anon_sym_case] = ACTIONS(3349), [anon_sym_default] = ACTIONS(3349), [anon_sym_while] = ACTIONS(3349), [anon_sym_do] = ACTIONS(3349), [anon_sym_for] = ACTIONS(3349), [anon_sym_return] = ACTIONS(3349), [anon_sym_break] = ACTIONS(3349), [anon_sym_continue] = ACTIONS(3349), [anon_sym_goto] = ACTIONS(3349), [anon_sym_not] = ACTIONS(3349), [anon_sym_compl] = ACTIONS(3349), [anon_sym_DASH_DASH] = ACTIONS(3351), [anon_sym_PLUS_PLUS] = ACTIONS(3351), [anon_sym_sizeof] = ACTIONS(3349), [anon_sym_offsetof] = ACTIONS(3349), [anon_sym__Generic] = ACTIONS(3349), [anon_sym_asm] = ACTIONS(3349), [anon_sym___asm__] = ACTIONS(3349), [sym_number_literal] = ACTIONS(3351), [anon_sym_L_SQUOTE] = ACTIONS(3351), [anon_sym_u_SQUOTE] = ACTIONS(3351), [anon_sym_U_SQUOTE] = ACTIONS(3351), [anon_sym_u8_SQUOTE] = ACTIONS(3351), [anon_sym_SQUOTE] = ACTIONS(3351), [anon_sym_L_DQUOTE] = ACTIONS(3351), [anon_sym_u_DQUOTE] = ACTIONS(3351), [anon_sym_U_DQUOTE] = ACTIONS(3351), [anon_sym_u8_DQUOTE] = ACTIONS(3351), [anon_sym_DQUOTE] = ACTIONS(3351), [sym_true] = ACTIONS(3349), [sym_false] = ACTIONS(3349), [anon_sym_NULL] = ACTIONS(3349), [anon_sym_nullptr] = ACTIONS(3349), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3349), [anon_sym_decltype] = ACTIONS(3349), [anon_sym_virtual] = ACTIONS(3349), [anon_sym_explicit] = ACTIONS(3349), [anon_sym_typename] = ACTIONS(3349), [anon_sym_template] = ACTIONS(3349), [anon_sym_operator] = ACTIONS(3349), [anon_sym_try] = ACTIONS(3349), [anon_sym_delete] = ACTIONS(3349), [anon_sym_throw] = ACTIONS(3349), [anon_sym_namespace] = ACTIONS(3349), [anon_sym_using] = ACTIONS(3349), [anon_sym_static_assert] = ACTIONS(3349), [anon_sym_concept] = ACTIONS(3349), [anon_sym_co_return] = ACTIONS(3349), [anon_sym_co_yield] = ACTIONS(3349), [anon_sym_R_DQUOTE] = ACTIONS(3351), [anon_sym_LR_DQUOTE] = ACTIONS(3351), [anon_sym_uR_DQUOTE] = ACTIONS(3351), [anon_sym_UR_DQUOTE] = ACTIONS(3351), [anon_sym_u8R_DQUOTE] = ACTIONS(3351), [anon_sym_co_await] = ACTIONS(3349), [anon_sym_new] = ACTIONS(3349), [anon_sym_requires] = ACTIONS(3349), [sym_this] = ACTIONS(3349), }, [564] = { [sym__expression] = STATE(4287), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7479), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3131), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(3353), [anon_sym_extern] = ACTIONS(2926), [anon_sym___attribute__] = ACTIONS(2926), [anon_sym_COLON_COLON] = ACTIONS(3136), [anon_sym_LBRACK_LBRACK] = ACTIONS(2928), [anon_sym___declspec] = ACTIONS(2926), [anon_sym_signed] = ACTIONS(2926), [anon_sym_unsigned] = ACTIONS(2926), [anon_sym_long] = ACTIONS(2926), [anon_sym_short] = ACTIONS(2926), [anon_sym_LBRACK] = ACTIONS(1327), [anon_sym_static] = ACTIONS(2926), [anon_sym_register] = ACTIONS(2926), [anon_sym_inline] = ACTIONS(2926), [anon_sym_thread_local] = ACTIONS(2926), [anon_sym_const] = ACTIONS(2926), [anon_sym_constexpr] = ACTIONS(2926), [anon_sym_volatile] = ACTIONS(2926), [anon_sym_restrict] = ACTIONS(2926), [anon_sym___restrict__] = ACTIONS(2926), [anon_sym__Atomic] = ACTIONS(2926), [anon_sym__Noreturn] = ACTIONS(2926), [anon_sym_noreturn] = ACTIONS(2926), [anon_sym_mutable] = ACTIONS(2926), [anon_sym_constinit] = ACTIONS(2926), [anon_sym_consteval] = ACTIONS(2926), [sym_primitive_type] = ACTIONS(3139), [anon_sym_enum] = ACTIONS(2926), [anon_sym_class] = ACTIONS(2926), [anon_sym_struct] = ACTIONS(2926), [anon_sym_union] = ACTIONS(2926), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2926), [anon_sym_decltype] = ACTIONS(3142), [anon_sym_virtual] = ACTIONS(2926), [anon_sym_typename] = ACTIONS(2926), [anon_sym_template] = ACTIONS(3145), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [565] = { [sym__expression] = STATE(4275), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7305), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3131), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(3355), [anon_sym_extern] = ACTIONS(2926), [anon_sym___attribute__] = ACTIONS(2926), [anon_sym_COLON_COLON] = ACTIONS(3136), [anon_sym_LBRACK_LBRACK] = ACTIONS(2928), [anon_sym___declspec] = ACTIONS(2926), [anon_sym_signed] = ACTIONS(2926), [anon_sym_unsigned] = ACTIONS(2926), [anon_sym_long] = ACTIONS(2926), [anon_sym_short] = ACTIONS(2926), [anon_sym_LBRACK] = ACTIONS(1327), [anon_sym_static] = ACTIONS(2926), [anon_sym_register] = ACTIONS(2926), [anon_sym_inline] = ACTIONS(2926), [anon_sym_thread_local] = ACTIONS(2926), [anon_sym_const] = ACTIONS(2926), [anon_sym_constexpr] = ACTIONS(2926), [anon_sym_volatile] = ACTIONS(2926), [anon_sym_restrict] = ACTIONS(2926), [anon_sym___restrict__] = ACTIONS(2926), [anon_sym__Atomic] = ACTIONS(2926), [anon_sym__Noreturn] = ACTIONS(2926), [anon_sym_noreturn] = ACTIONS(2926), [anon_sym_mutable] = ACTIONS(2926), [anon_sym_constinit] = ACTIONS(2926), [anon_sym_consteval] = ACTIONS(2926), [sym_primitive_type] = ACTIONS(3139), [anon_sym_enum] = ACTIONS(2926), [anon_sym_class] = ACTIONS(2926), [anon_sym_struct] = ACTIONS(2926), [anon_sym_union] = ACTIONS(2926), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2926), [anon_sym_decltype] = ACTIONS(3142), [anon_sym_virtual] = ACTIONS(2926), [anon_sym_typename] = ACTIONS(2926), [anon_sym_template] = ACTIONS(3145), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [566] = { [sym__expression] = STATE(4282), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7473), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3237), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(3357), [anon_sym_extern] = ACTIONS(3242), [anon_sym___attribute__] = ACTIONS(3242), [anon_sym_COLON_COLON] = ACTIONS(3244), [anon_sym_LBRACK_LBRACK] = ACTIONS(3247), [anon_sym___declspec] = ACTIONS(3242), [anon_sym_signed] = ACTIONS(3242), [anon_sym_unsigned] = ACTIONS(3242), [anon_sym_long] = ACTIONS(3242), [anon_sym_short] = ACTIONS(3242), [anon_sym_LBRACK] = ACTIONS(1327), [anon_sym_static] = ACTIONS(3242), [anon_sym_register] = ACTIONS(3242), [anon_sym_inline] = ACTIONS(3242), [anon_sym_thread_local] = ACTIONS(3242), [anon_sym_const] = ACTIONS(3242), [anon_sym_constexpr] = ACTIONS(3242), [anon_sym_volatile] = ACTIONS(3242), [anon_sym_restrict] = ACTIONS(3242), [anon_sym___restrict__] = ACTIONS(3242), [anon_sym__Atomic] = ACTIONS(3242), [anon_sym__Noreturn] = ACTIONS(3242), [anon_sym_noreturn] = ACTIONS(3242), [anon_sym_mutable] = ACTIONS(3242), [anon_sym_constinit] = ACTIONS(3242), [anon_sym_consteval] = ACTIONS(3242), [sym_primitive_type] = ACTIONS(3249), [anon_sym_enum] = ACTIONS(3242), [anon_sym_class] = ACTIONS(3242), [anon_sym_struct] = ACTIONS(3242), [anon_sym_union] = ACTIONS(3242), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3242), [anon_sym_decltype] = ACTIONS(3252), [anon_sym_virtual] = ACTIONS(3242), [anon_sym_typename] = ACTIONS(3242), [anon_sym_template] = ACTIONS(3255), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [567] = { [sym_identifier] = ACTIONS(3359), [aux_sym_preproc_include_token1] = ACTIONS(3359), [aux_sym_preproc_def_token1] = ACTIONS(3359), [aux_sym_preproc_if_token1] = ACTIONS(3359), [aux_sym_preproc_if_token2] = ACTIONS(3359), [aux_sym_preproc_ifdef_token1] = ACTIONS(3359), [aux_sym_preproc_ifdef_token2] = ACTIONS(3359), [aux_sym_preproc_else_token1] = ACTIONS(3359), [aux_sym_preproc_elif_token1] = ACTIONS(3359), [aux_sym_preproc_elifdef_token1] = ACTIONS(3359), [aux_sym_preproc_elifdef_token2] = ACTIONS(3359), [sym_preproc_directive] = ACTIONS(3359), [anon_sym_LPAREN2] = ACTIONS(3361), [anon_sym_BANG] = ACTIONS(3361), [anon_sym_TILDE] = ACTIONS(3361), [anon_sym_DASH] = ACTIONS(3359), [anon_sym_PLUS] = ACTIONS(3359), [anon_sym_STAR] = ACTIONS(3361), [anon_sym_AMP_AMP] = ACTIONS(3361), [anon_sym_AMP] = ACTIONS(3359), [anon_sym_SEMI] = ACTIONS(3361), [anon_sym_typedef] = ACTIONS(3359), [anon_sym_extern] = ACTIONS(3359), [anon_sym___attribute__] = ACTIONS(3359), [anon_sym_COLON_COLON] = ACTIONS(3361), [anon_sym_LBRACK_LBRACK] = ACTIONS(3361), [anon_sym___declspec] = ACTIONS(3359), [anon_sym___based] = ACTIONS(3359), [anon_sym___cdecl] = ACTIONS(3359), [anon_sym___clrcall] = ACTIONS(3359), [anon_sym___stdcall] = ACTIONS(3359), [anon_sym___fastcall] = ACTIONS(3359), [anon_sym___thiscall] = ACTIONS(3359), [anon_sym___vectorcall] = ACTIONS(3359), [anon_sym_LBRACE] = ACTIONS(3361), [anon_sym_signed] = ACTIONS(3359), [anon_sym_unsigned] = ACTIONS(3359), [anon_sym_long] = ACTIONS(3359), [anon_sym_short] = ACTIONS(3359), [anon_sym_LBRACK] = ACTIONS(3359), [anon_sym_static] = ACTIONS(3359), [anon_sym_register] = ACTIONS(3359), [anon_sym_inline] = ACTIONS(3359), [anon_sym_thread_local] = ACTIONS(3359), [anon_sym_const] = ACTIONS(3359), [anon_sym_constexpr] = ACTIONS(3359), [anon_sym_volatile] = ACTIONS(3359), [anon_sym_restrict] = ACTIONS(3359), [anon_sym___restrict__] = ACTIONS(3359), [anon_sym__Atomic] = ACTIONS(3359), [anon_sym__Noreturn] = ACTIONS(3359), [anon_sym_noreturn] = ACTIONS(3359), [anon_sym_mutable] = ACTIONS(3359), [anon_sym_constinit] = ACTIONS(3359), [anon_sym_consteval] = ACTIONS(3359), [sym_primitive_type] = ACTIONS(3359), [anon_sym_enum] = ACTIONS(3359), [anon_sym_class] = ACTIONS(3359), [anon_sym_struct] = ACTIONS(3359), [anon_sym_union] = ACTIONS(3359), [anon_sym_if] = ACTIONS(3359), [anon_sym_switch] = ACTIONS(3359), [anon_sym_case] = ACTIONS(3359), [anon_sym_default] = ACTIONS(3359), [anon_sym_while] = ACTIONS(3359), [anon_sym_do] = ACTIONS(3359), [anon_sym_for] = ACTIONS(3359), [anon_sym_return] = ACTIONS(3359), [anon_sym_break] = ACTIONS(3359), [anon_sym_continue] = ACTIONS(3359), [anon_sym_goto] = ACTIONS(3359), [anon_sym_not] = ACTIONS(3359), [anon_sym_compl] = ACTIONS(3359), [anon_sym_DASH_DASH] = ACTIONS(3361), [anon_sym_PLUS_PLUS] = ACTIONS(3361), [anon_sym_sizeof] = ACTIONS(3359), [anon_sym_offsetof] = ACTIONS(3359), [anon_sym__Generic] = ACTIONS(3359), [anon_sym_asm] = ACTIONS(3359), [anon_sym___asm__] = ACTIONS(3359), [sym_number_literal] = ACTIONS(3361), [anon_sym_L_SQUOTE] = ACTIONS(3361), [anon_sym_u_SQUOTE] = ACTIONS(3361), [anon_sym_U_SQUOTE] = ACTIONS(3361), [anon_sym_u8_SQUOTE] = ACTIONS(3361), [anon_sym_SQUOTE] = ACTIONS(3361), [anon_sym_L_DQUOTE] = ACTIONS(3361), [anon_sym_u_DQUOTE] = ACTIONS(3361), [anon_sym_U_DQUOTE] = ACTIONS(3361), [anon_sym_u8_DQUOTE] = ACTIONS(3361), [anon_sym_DQUOTE] = ACTIONS(3361), [sym_true] = ACTIONS(3359), [sym_false] = ACTIONS(3359), [anon_sym_NULL] = ACTIONS(3359), [anon_sym_nullptr] = ACTIONS(3359), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3359), [anon_sym_decltype] = ACTIONS(3359), [anon_sym_virtual] = ACTIONS(3359), [anon_sym_explicit] = ACTIONS(3359), [anon_sym_typename] = ACTIONS(3359), [anon_sym_template] = ACTIONS(3359), [anon_sym_operator] = ACTIONS(3359), [anon_sym_try] = ACTIONS(3359), [anon_sym_delete] = ACTIONS(3359), [anon_sym_throw] = ACTIONS(3359), [anon_sym_namespace] = ACTIONS(3359), [anon_sym_using] = ACTIONS(3359), [anon_sym_static_assert] = ACTIONS(3359), [anon_sym_concept] = ACTIONS(3359), [anon_sym_co_return] = ACTIONS(3359), [anon_sym_co_yield] = ACTIONS(3359), [anon_sym_R_DQUOTE] = ACTIONS(3361), [anon_sym_LR_DQUOTE] = ACTIONS(3361), [anon_sym_uR_DQUOTE] = ACTIONS(3361), [anon_sym_UR_DQUOTE] = ACTIONS(3361), [anon_sym_u8R_DQUOTE] = ACTIONS(3361), [anon_sym_co_await] = ACTIONS(3359), [anon_sym_new] = ACTIONS(3359), [anon_sym_requires] = ACTIONS(3359), [sym_this] = ACTIONS(3359), }, [568] = { [sym_identifier] = ACTIONS(3363), [aux_sym_preproc_include_token1] = ACTIONS(3363), [aux_sym_preproc_def_token1] = ACTIONS(3363), [aux_sym_preproc_if_token1] = ACTIONS(3363), [aux_sym_preproc_if_token2] = ACTIONS(3363), [aux_sym_preproc_ifdef_token1] = ACTIONS(3363), [aux_sym_preproc_ifdef_token2] = ACTIONS(3363), [aux_sym_preproc_else_token1] = ACTIONS(3363), [aux_sym_preproc_elif_token1] = ACTIONS(3363), [aux_sym_preproc_elifdef_token1] = ACTIONS(3363), [aux_sym_preproc_elifdef_token2] = ACTIONS(3363), [sym_preproc_directive] = ACTIONS(3363), [anon_sym_LPAREN2] = ACTIONS(3365), [anon_sym_BANG] = ACTIONS(3365), [anon_sym_TILDE] = ACTIONS(3365), [anon_sym_DASH] = ACTIONS(3363), [anon_sym_PLUS] = ACTIONS(3363), [anon_sym_STAR] = ACTIONS(3365), [anon_sym_AMP_AMP] = ACTIONS(3365), [anon_sym_AMP] = ACTIONS(3363), [anon_sym_SEMI] = ACTIONS(3365), [anon_sym_typedef] = ACTIONS(3363), [anon_sym_extern] = ACTIONS(3363), [anon_sym___attribute__] = ACTIONS(3363), [anon_sym_COLON_COLON] = ACTIONS(3365), [anon_sym_LBRACK_LBRACK] = ACTIONS(3365), [anon_sym___declspec] = ACTIONS(3363), [anon_sym___based] = ACTIONS(3363), [anon_sym___cdecl] = ACTIONS(3363), [anon_sym___clrcall] = ACTIONS(3363), [anon_sym___stdcall] = ACTIONS(3363), [anon_sym___fastcall] = ACTIONS(3363), [anon_sym___thiscall] = ACTIONS(3363), [anon_sym___vectorcall] = ACTIONS(3363), [anon_sym_LBRACE] = ACTIONS(3365), [anon_sym_signed] = ACTIONS(3363), [anon_sym_unsigned] = ACTIONS(3363), [anon_sym_long] = ACTIONS(3363), [anon_sym_short] = ACTIONS(3363), [anon_sym_LBRACK] = ACTIONS(3363), [anon_sym_static] = ACTIONS(3363), [anon_sym_register] = ACTIONS(3363), [anon_sym_inline] = ACTIONS(3363), [anon_sym_thread_local] = ACTIONS(3363), [anon_sym_const] = ACTIONS(3363), [anon_sym_constexpr] = ACTIONS(3363), [anon_sym_volatile] = ACTIONS(3363), [anon_sym_restrict] = ACTIONS(3363), [anon_sym___restrict__] = ACTIONS(3363), [anon_sym__Atomic] = ACTIONS(3363), [anon_sym__Noreturn] = ACTIONS(3363), [anon_sym_noreturn] = ACTIONS(3363), [anon_sym_mutable] = ACTIONS(3363), [anon_sym_constinit] = ACTIONS(3363), [anon_sym_consteval] = ACTIONS(3363), [sym_primitive_type] = ACTIONS(3363), [anon_sym_enum] = ACTIONS(3363), [anon_sym_class] = ACTIONS(3363), [anon_sym_struct] = ACTIONS(3363), [anon_sym_union] = ACTIONS(3363), [anon_sym_if] = ACTIONS(3363), [anon_sym_switch] = ACTIONS(3363), [anon_sym_case] = ACTIONS(3363), [anon_sym_default] = ACTIONS(3363), [anon_sym_while] = ACTIONS(3363), [anon_sym_do] = ACTIONS(3363), [anon_sym_for] = ACTIONS(3363), [anon_sym_return] = ACTIONS(3363), [anon_sym_break] = ACTIONS(3363), [anon_sym_continue] = ACTIONS(3363), [anon_sym_goto] = ACTIONS(3363), [anon_sym_not] = ACTIONS(3363), [anon_sym_compl] = ACTIONS(3363), [anon_sym_DASH_DASH] = ACTIONS(3365), [anon_sym_PLUS_PLUS] = ACTIONS(3365), [anon_sym_sizeof] = ACTIONS(3363), [anon_sym_offsetof] = ACTIONS(3363), [anon_sym__Generic] = ACTIONS(3363), [anon_sym_asm] = ACTIONS(3363), [anon_sym___asm__] = ACTIONS(3363), [sym_number_literal] = ACTIONS(3365), [anon_sym_L_SQUOTE] = ACTIONS(3365), [anon_sym_u_SQUOTE] = ACTIONS(3365), [anon_sym_U_SQUOTE] = ACTIONS(3365), [anon_sym_u8_SQUOTE] = ACTIONS(3365), [anon_sym_SQUOTE] = ACTIONS(3365), [anon_sym_L_DQUOTE] = ACTIONS(3365), [anon_sym_u_DQUOTE] = ACTIONS(3365), [anon_sym_U_DQUOTE] = ACTIONS(3365), [anon_sym_u8_DQUOTE] = ACTIONS(3365), [anon_sym_DQUOTE] = ACTIONS(3365), [sym_true] = ACTIONS(3363), [sym_false] = ACTIONS(3363), [anon_sym_NULL] = ACTIONS(3363), [anon_sym_nullptr] = ACTIONS(3363), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3363), [anon_sym_decltype] = ACTIONS(3363), [anon_sym_virtual] = ACTIONS(3363), [anon_sym_explicit] = ACTIONS(3363), [anon_sym_typename] = ACTIONS(3363), [anon_sym_template] = ACTIONS(3363), [anon_sym_operator] = ACTIONS(3363), [anon_sym_try] = ACTIONS(3363), [anon_sym_delete] = ACTIONS(3363), [anon_sym_throw] = ACTIONS(3363), [anon_sym_namespace] = ACTIONS(3363), [anon_sym_using] = ACTIONS(3363), [anon_sym_static_assert] = ACTIONS(3363), [anon_sym_concept] = ACTIONS(3363), [anon_sym_co_return] = ACTIONS(3363), [anon_sym_co_yield] = ACTIONS(3363), [anon_sym_R_DQUOTE] = ACTIONS(3365), [anon_sym_LR_DQUOTE] = ACTIONS(3365), [anon_sym_uR_DQUOTE] = ACTIONS(3365), [anon_sym_UR_DQUOTE] = ACTIONS(3365), [anon_sym_u8R_DQUOTE] = ACTIONS(3365), [anon_sym_co_await] = ACTIONS(3363), [anon_sym_new] = ACTIONS(3363), [anon_sym_requires] = ACTIONS(3363), [sym_this] = ACTIONS(3363), }, [569] = { [sym_identifier] = ACTIONS(3367), [aux_sym_preproc_include_token1] = ACTIONS(3367), [aux_sym_preproc_def_token1] = ACTIONS(3367), [aux_sym_preproc_if_token1] = ACTIONS(3367), [aux_sym_preproc_if_token2] = ACTIONS(3367), [aux_sym_preproc_ifdef_token1] = ACTIONS(3367), [aux_sym_preproc_ifdef_token2] = ACTIONS(3367), [aux_sym_preproc_else_token1] = ACTIONS(3367), [aux_sym_preproc_elif_token1] = ACTIONS(3367), [aux_sym_preproc_elifdef_token1] = ACTIONS(3367), [aux_sym_preproc_elifdef_token2] = ACTIONS(3367), [sym_preproc_directive] = ACTIONS(3367), [anon_sym_LPAREN2] = ACTIONS(3369), [anon_sym_BANG] = ACTIONS(3369), [anon_sym_TILDE] = ACTIONS(3369), [anon_sym_DASH] = ACTIONS(3367), [anon_sym_PLUS] = ACTIONS(3367), [anon_sym_STAR] = ACTIONS(3369), [anon_sym_AMP_AMP] = ACTIONS(3369), [anon_sym_AMP] = ACTIONS(3367), [anon_sym_SEMI] = ACTIONS(3369), [anon_sym_typedef] = ACTIONS(3367), [anon_sym_extern] = ACTIONS(3367), [anon_sym___attribute__] = ACTIONS(3367), [anon_sym_COLON_COLON] = ACTIONS(3369), [anon_sym_LBRACK_LBRACK] = ACTIONS(3369), [anon_sym___declspec] = ACTIONS(3367), [anon_sym___based] = ACTIONS(3367), [anon_sym___cdecl] = ACTIONS(3367), [anon_sym___clrcall] = ACTIONS(3367), [anon_sym___stdcall] = ACTIONS(3367), [anon_sym___fastcall] = ACTIONS(3367), [anon_sym___thiscall] = ACTIONS(3367), [anon_sym___vectorcall] = ACTIONS(3367), [anon_sym_LBRACE] = ACTIONS(3369), [anon_sym_signed] = ACTIONS(3367), [anon_sym_unsigned] = ACTIONS(3367), [anon_sym_long] = ACTIONS(3367), [anon_sym_short] = ACTIONS(3367), [anon_sym_LBRACK] = ACTIONS(3367), [anon_sym_static] = ACTIONS(3367), [anon_sym_register] = ACTIONS(3367), [anon_sym_inline] = ACTIONS(3367), [anon_sym_thread_local] = ACTIONS(3367), [anon_sym_const] = ACTIONS(3367), [anon_sym_constexpr] = ACTIONS(3367), [anon_sym_volatile] = ACTIONS(3367), [anon_sym_restrict] = ACTIONS(3367), [anon_sym___restrict__] = ACTIONS(3367), [anon_sym__Atomic] = ACTIONS(3367), [anon_sym__Noreturn] = ACTIONS(3367), [anon_sym_noreturn] = ACTIONS(3367), [anon_sym_mutable] = ACTIONS(3367), [anon_sym_constinit] = ACTIONS(3367), [anon_sym_consteval] = ACTIONS(3367), [sym_primitive_type] = ACTIONS(3367), [anon_sym_enum] = ACTIONS(3367), [anon_sym_class] = ACTIONS(3367), [anon_sym_struct] = ACTIONS(3367), [anon_sym_union] = ACTIONS(3367), [anon_sym_if] = ACTIONS(3367), [anon_sym_switch] = ACTIONS(3367), [anon_sym_case] = ACTIONS(3367), [anon_sym_default] = ACTIONS(3367), [anon_sym_while] = ACTIONS(3367), [anon_sym_do] = ACTIONS(3367), [anon_sym_for] = ACTIONS(3367), [anon_sym_return] = ACTIONS(3367), [anon_sym_break] = ACTIONS(3367), [anon_sym_continue] = ACTIONS(3367), [anon_sym_goto] = ACTIONS(3367), [anon_sym_not] = ACTIONS(3367), [anon_sym_compl] = ACTIONS(3367), [anon_sym_DASH_DASH] = ACTIONS(3369), [anon_sym_PLUS_PLUS] = ACTIONS(3369), [anon_sym_sizeof] = ACTIONS(3367), [anon_sym_offsetof] = ACTIONS(3367), [anon_sym__Generic] = ACTIONS(3367), [anon_sym_asm] = ACTIONS(3367), [anon_sym___asm__] = ACTIONS(3367), [sym_number_literal] = ACTIONS(3369), [anon_sym_L_SQUOTE] = ACTIONS(3369), [anon_sym_u_SQUOTE] = ACTIONS(3369), [anon_sym_U_SQUOTE] = ACTIONS(3369), [anon_sym_u8_SQUOTE] = ACTIONS(3369), [anon_sym_SQUOTE] = ACTIONS(3369), [anon_sym_L_DQUOTE] = ACTIONS(3369), [anon_sym_u_DQUOTE] = ACTIONS(3369), [anon_sym_U_DQUOTE] = ACTIONS(3369), [anon_sym_u8_DQUOTE] = ACTIONS(3369), [anon_sym_DQUOTE] = ACTIONS(3369), [sym_true] = ACTIONS(3367), [sym_false] = ACTIONS(3367), [anon_sym_NULL] = ACTIONS(3367), [anon_sym_nullptr] = ACTIONS(3367), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3367), [anon_sym_decltype] = ACTIONS(3367), [anon_sym_virtual] = ACTIONS(3367), [anon_sym_explicit] = ACTIONS(3367), [anon_sym_typename] = ACTIONS(3367), [anon_sym_template] = ACTIONS(3367), [anon_sym_operator] = ACTIONS(3367), [anon_sym_try] = ACTIONS(3367), [anon_sym_delete] = ACTIONS(3367), [anon_sym_throw] = ACTIONS(3367), [anon_sym_namespace] = ACTIONS(3367), [anon_sym_using] = ACTIONS(3367), [anon_sym_static_assert] = ACTIONS(3367), [anon_sym_concept] = ACTIONS(3367), [anon_sym_co_return] = ACTIONS(3367), [anon_sym_co_yield] = ACTIONS(3367), [anon_sym_R_DQUOTE] = ACTIONS(3369), [anon_sym_LR_DQUOTE] = ACTIONS(3369), [anon_sym_uR_DQUOTE] = ACTIONS(3369), [anon_sym_UR_DQUOTE] = ACTIONS(3369), [anon_sym_u8R_DQUOTE] = ACTIONS(3369), [anon_sym_co_await] = ACTIONS(3367), [anon_sym_new] = ACTIONS(3367), [anon_sym_requires] = ACTIONS(3367), [sym_this] = ACTIONS(3367), }, [570] = { [sym_identifier] = ACTIONS(3371), [aux_sym_preproc_include_token1] = ACTIONS(3371), [aux_sym_preproc_def_token1] = ACTIONS(3371), [aux_sym_preproc_if_token1] = ACTIONS(3371), [aux_sym_preproc_if_token2] = ACTIONS(3371), [aux_sym_preproc_ifdef_token1] = ACTIONS(3371), [aux_sym_preproc_ifdef_token2] = ACTIONS(3371), [aux_sym_preproc_else_token1] = ACTIONS(3371), [aux_sym_preproc_elif_token1] = ACTIONS(3371), [aux_sym_preproc_elifdef_token1] = ACTIONS(3371), [aux_sym_preproc_elifdef_token2] = ACTIONS(3371), [sym_preproc_directive] = ACTIONS(3371), [anon_sym_LPAREN2] = ACTIONS(3373), [anon_sym_BANG] = ACTIONS(3373), [anon_sym_TILDE] = ACTIONS(3373), [anon_sym_DASH] = ACTIONS(3371), [anon_sym_PLUS] = ACTIONS(3371), [anon_sym_STAR] = ACTIONS(3373), [anon_sym_AMP_AMP] = ACTIONS(3373), [anon_sym_AMP] = ACTIONS(3371), [anon_sym_SEMI] = ACTIONS(3373), [anon_sym_typedef] = ACTIONS(3371), [anon_sym_extern] = ACTIONS(3371), [anon_sym___attribute__] = ACTIONS(3371), [anon_sym_COLON_COLON] = ACTIONS(3373), [anon_sym_LBRACK_LBRACK] = ACTIONS(3373), [anon_sym___declspec] = ACTIONS(3371), [anon_sym___based] = ACTIONS(3371), [anon_sym___cdecl] = ACTIONS(3371), [anon_sym___clrcall] = ACTIONS(3371), [anon_sym___stdcall] = ACTIONS(3371), [anon_sym___fastcall] = ACTIONS(3371), [anon_sym___thiscall] = ACTIONS(3371), [anon_sym___vectorcall] = ACTIONS(3371), [anon_sym_LBRACE] = ACTIONS(3373), [anon_sym_signed] = ACTIONS(3371), [anon_sym_unsigned] = ACTIONS(3371), [anon_sym_long] = ACTIONS(3371), [anon_sym_short] = ACTIONS(3371), [anon_sym_LBRACK] = ACTIONS(3371), [anon_sym_static] = ACTIONS(3371), [anon_sym_register] = ACTIONS(3371), [anon_sym_inline] = ACTIONS(3371), [anon_sym_thread_local] = ACTIONS(3371), [anon_sym_const] = ACTIONS(3371), [anon_sym_constexpr] = ACTIONS(3371), [anon_sym_volatile] = ACTIONS(3371), [anon_sym_restrict] = ACTIONS(3371), [anon_sym___restrict__] = ACTIONS(3371), [anon_sym__Atomic] = ACTIONS(3371), [anon_sym__Noreturn] = ACTIONS(3371), [anon_sym_noreturn] = ACTIONS(3371), [anon_sym_mutable] = ACTIONS(3371), [anon_sym_constinit] = ACTIONS(3371), [anon_sym_consteval] = ACTIONS(3371), [sym_primitive_type] = ACTIONS(3371), [anon_sym_enum] = ACTIONS(3371), [anon_sym_class] = ACTIONS(3371), [anon_sym_struct] = ACTIONS(3371), [anon_sym_union] = ACTIONS(3371), [anon_sym_if] = ACTIONS(3371), [anon_sym_switch] = ACTIONS(3371), [anon_sym_case] = ACTIONS(3371), [anon_sym_default] = ACTIONS(3371), [anon_sym_while] = ACTIONS(3371), [anon_sym_do] = ACTIONS(3371), [anon_sym_for] = ACTIONS(3371), [anon_sym_return] = ACTIONS(3371), [anon_sym_break] = ACTIONS(3371), [anon_sym_continue] = ACTIONS(3371), [anon_sym_goto] = ACTIONS(3371), [anon_sym_not] = ACTIONS(3371), [anon_sym_compl] = ACTIONS(3371), [anon_sym_DASH_DASH] = ACTIONS(3373), [anon_sym_PLUS_PLUS] = ACTIONS(3373), [anon_sym_sizeof] = ACTIONS(3371), [anon_sym_offsetof] = ACTIONS(3371), [anon_sym__Generic] = ACTIONS(3371), [anon_sym_asm] = ACTIONS(3371), [anon_sym___asm__] = ACTIONS(3371), [sym_number_literal] = ACTIONS(3373), [anon_sym_L_SQUOTE] = ACTIONS(3373), [anon_sym_u_SQUOTE] = ACTIONS(3373), [anon_sym_U_SQUOTE] = ACTIONS(3373), [anon_sym_u8_SQUOTE] = ACTIONS(3373), [anon_sym_SQUOTE] = ACTIONS(3373), [anon_sym_L_DQUOTE] = ACTIONS(3373), [anon_sym_u_DQUOTE] = ACTIONS(3373), [anon_sym_U_DQUOTE] = ACTIONS(3373), [anon_sym_u8_DQUOTE] = ACTIONS(3373), [anon_sym_DQUOTE] = ACTIONS(3373), [sym_true] = ACTIONS(3371), [sym_false] = ACTIONS(3371), [anon_sym_NULL] = ACTIONS(3371), [anon_sym_nullptr] = ACTIONS(3371), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3371), [anon_sym_decltype] = ACTIONS(3371), [anon_sym_virtual] = ACTIONS(3371), [anon_sym_explicit] = ACTIONS(3371), [anon_sym_typename] = ACTIONS(3371), [anon_sym_template] = ACTIONS(3371), [anon_sym_operator] = ACTIONS(3371), [anon_sym_try] = ACTIONS(3371), [anon_sym_delete] = ACTIONS(3371), [anon_sym_throw] = ACTIONS(3371), [anon_sym_namespace] = ACTIONS(3371), [anon_sym_using] = ACTIONS(3371), [anon_sym_static_assert] = ACTIONS(3371), [anon_sym_concept] = ACTIONS(3371), [anon_sym_co_return] = ACTIONS(3371), [anon_sym_co_yield] = ACTIONS(3371), [anon_sym_R_DQUOTE] = ACTIONS(3373), [anon_sym_LR_DQUOTE] = ACTIONS(3373), [anon_sym_uR_DQUOTE] = ACTIONS(3373), [anon_sym_UR_DQUOTE] = ACTIONS(3373), [anon_sym_u8R_DQUOTE] = ACTIONS(3373), [anon_sym_co_await] = ACTIONS(3371), [anon_sym_new] = ACTIONS(3371), [anon_sym_requires] = ACTIONS(3371), [sym_this] = ACTIONS(3371), }, [571] = { [sym_identifier] = ACTIONS(3375), [aux_sym_preproc_include_token1] = ACTIONS(3375), [aux_sym_preproc_def_token1] = ACTIONS(3375), [aux_sym_preproc_if_token1] = ACTIONS(3375), [aux_sym_preproc_if_token2] = ACTIONS(3375), [aux_sym_preproc_ifdef_token1] = ACTIONS(3375), [aux_sym_preproc_ifdef_token2] = ACTIONS(3375), [aux_sym_preproc_else_token1] = ACTIONS(3375), [aux_sym_preproc_elif_token1] = ACTIONS(3375), [aux_sym_preproc_elifdef_token1] = ACTIONS(3375), [aux_sym_preproc_elifdef_token2] = ACTIONS(3375), [sym_preproc_directive] = ACTIONS(3375), [anon_sym_LPAREN2] = ACTIONS(3377), [anon_sym_BANG] = ACTIONS(3377), [anon_sym_TILDE] = ACTIONS(3377), [anon_sym_DASH] = ACTIONS(3375), [anon_sym_PLUS] = ACTIONS(3375), [anon_sym_STAR] = ACTIONS(3377), [anon_sym_AMP_AMP] = ACTIONS(3377), [anon_sym_AMP] = ACTIONS(3375), [anon_sym_SEMI] = ACTIONS(3377), [anon_sym_typedef] = ACTIONS(3375), [anon_sym_extern] = ACTIONS(3375), [anon_sym___attribute__] = ACTIONS(3375), [anon_sym_COLON_COLON] = ACTIONS(3377), [anon_sym_LBRACK_LBRACK] = ACTIONS(3377), [anon_sym___declspec] = ACTIONS(3375), [anon_sym___based] = ACTIONS(3375), [anon_sym___cdecl] = ACTIONS(3375), [anon_sym___clrcall] = ACTIONS(3375), [anon_sym___stdcall] = ACTIONS(3375), [anon_sym___fastcall] = ACTIONS(3375), [anon_sym___thiscall] = ACTIONS(3375), [anon_sym___vectorcall] = ACTIONS(3375), [anon_sym_LBRACE] = ACTIONS(3377), [anon_sym_signed] = ACTIONS(3375), [anon_sym_unsigned] = ACTIONS(3375), [anon_sym_long] = ACTIONS(3375), [anon_sym_short] = ACTIONS(3375), [anon_sym_LBRACK] = ACTIONS(3375), [anon_sym_static] = ACTIONS(3375), [anon_sym_register] = ACTIONS(3375), [anon_sym_inline] = ACTIONS(3375), [anon_sym_thread_local] = ACTIONS(3375), [anon_sym_const] = ACTIONS(3375), [anon_sym_constexpr] = ACTIONS(3375), [anon_sym_volatile] = ACTIONS(3375), [anon_sym_restrict] = ACTIONS(3375), [anon_sym___restrict__] = ACTIONS(3375), [anon_sym__Atomic] = ACTIONS(3375), [anon_sym__Noreturn] = ACTIONS(3375), [anon_sym_noreturn] = ACTIONS(3375), [anon_sym_mutable] = ACTIONS(3375), [anon_sym_constinit] = ACTIONS(3375), [anon_sym_consteval] = ACTIONS(3375), [sym_primitive_type] = ACTIONS(3375), [anon_sym_enum] = ACTIONS(3375), [anon_sym_class] = ACTIONS(3375), [anon_sym_struct] = ACTIONS(3375), [anon_sym_union] = ACTIONS(3375), [anon_sym_if] = ACTIONS(3375), [anon_sym_switch] = ACTIONS(3375), [anon_sym_case] = ACTIONS(3375), [anon_sym_default] = ACTIONS(3375), [anon_sym_while] = ACTIONS(3375), [anon_sym_do] = ACTIONS(3375), [anon_sym_for] = ACTIONS(3375), [anon_sym_return] = ACTIONS(3375), [anon_sym_break] = ACTIONS(3375), [anon_sym_continue] = ACTIONS(3375), [anon_sym_goto] = ACTIONS(3375), [anon_sym_not] = ACTIONS(3375), [anon_sym_compl] = ACTIONS(3375), [anon_sym_DASH_DASH] = ACTIONS(3377), [anon_sym_PLUS_PLUS] = ACTIONS(3377), [anon_sym_sizeof] = ACTIONS(3375), [anon_sym_offsetof] = ACTIONS(3375), [anon_sym__Generic] = ACTIONS(3375), [anon_sym_asm] = ACTIONS(3375), [anon_sym___asm__] = ACTIONS(3375), [sym_number_literal] = ACTIONS(3377), [anon_sym_L_SQUOTE] = ACTIONS(3377), [anon_sym_u_SQUOTE] = ACTIONS(3377), [anon_sym_U_SQUOTE] = ACTIONS(3377), [anon_sym_u8_SQUOTE] = ACTIONS(3377), [anon_sym_SQUOTE] = ACTIONS(3377), [anon_sym_L_DQUOTE] = ACTIONS(3377), [anon_sym_u_DQUOTE] = ACTIONS(3377), [anon_sym_U_DQUOTE] = ACTIONS(3377), [anon_sym_u8_DQUOTE] = ACTIONS(3377), [anon_sym_DQUOTE] = ACTIONS(3377), [sym_true] = ACTIONS(3375), [sym_false] = ACTIONS(3375), [anon_sym_NULL] = ACTIONS(3375), [anon_sym_nullptr] = ACTIONS(3375), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3375), [anon_sym_decltype] = ACTIONS(3375), [anon_sym_virtual] = ACTIONS(3375), [anon_sym_explicit] = ACTIONS(3375), [anon_sym_typename] = ACTIONS(3375), [anon_sym_template] = ACTIONS(3375), [anon_sym_operator] = ACTIONS(3375), [anon_sym_try] = ACTIONS(3375), [anon_sym_delete] = ACTIONS(3375), [anon_sym_throw] = ACTIONS(3375), [anon_sym_namespace] = ACTIONS(3375), [anon_sym_using] = ACTIONS(3375), [anon_sym_static_assert] = ACTIONS(3375), [anon_sym_concept] = ACTIONS(3375), [anon_sym_co_return] = ACTIONS(3375), [anon_sym_co_yield] = ACTIONS(3375), [anon_sym_R_DQUOTE] = ACTIONS(3377), [anon_sym_LR_DQUOTE] = ACTIONS(3377), [anon_sym_uR_DQUOTE] = ACTIONS(3377), [anon_sym_UR_DQUOTE] = ACTIONS(3377), [anon_sym_u8R_DQUOTE] = ACTIONS(3377), [anon_sym_co_await] = ACTIONS(3375), [anon_sym_new] = ACTIONS(3375), [anon_sym_requires] = ACTIONS(3375), [sym_this] = ACTIONS(3375), }, [572] = { [sym_identifier] = ACTIONS(3379), [aux_sym_preproc_include_token1] = ACTIONS(3379), [aux_sym_preproc_def_token1] = ACTIONS(3379), [aux_sym_preproc_if_token1] = ACTIONS(3379), [aux_sym_preproc_if_token2] = ACTIONS(3379), [aux_sym_preproc_ifdef_token1] = ACTIONS(3379), [aux_sym_preproc_ifdef_token2] = ACTIONS(3379), [aux_sym_preproc_else_token1] = ACTIONS(3379), [aux_sym_preproc_elif_token1] = ACTIONS(3379), [aux_sym_preproc_elifdef_token1] = ACTIONS(3379), [aux_sym_preproc_elifdef_token2] = ACTIONS(3379), [sym_preproc_directive] = ACTIONS(3379), [anon_sym_LPAREN2] = ACTIONS(3381), [anon_sym_BANG] = ACTIONS(3381), [anon_sym_TILDE] = ACTIONS(3381), [anon_sym_DASH] = ACTIONS(3379), [anon_sym_PLUS] = ACTIONS(3379), [anon_sym_STAR] = ACTIONS(3381), [anon_sym_AMP_AMP] = ACTIONS(3381), [anon_sym_AMP] = ACTIONS(3379), [anon_sym_SEMI] = ACTIONS(3381), [anon_sym_typedef] = ACTIONS(3379), [anon_sym_extern] = ACTIONS(3379), [anon_sym___attribute__] = ACTIONS(3379), [anon_sym_COLON_COLON] = ACTIONS(3381), [anon_sym_LBRACK_LBRACK] = ACTIONS(3381), [anon_sym___declspec] = ACTIONS(3379), [anon_sym___based] = ACTIONS(3379), [anon_sym___cdecl] = ACTIONS(3379), [anon_sym___clrcall] = ACTIONS(3379), [anon_sym___stdcall] = ACTIONS(3379), [anon_sym___fastcall] = ACTIONS(3379), [anon_sym___thiscall] = ACTIONS(3379), [anon_sym___vectorcall] = ACTIONS(3379), [anon_sym_LBRACE] = ACTIONS(3381), [anon_sym_signed] = ACTIONS(3379), [anon_sym_unsigned] = ACTIONS(3379), [anon_sym_long] = ACTIONS(3379), [anon_sym_short] = ACTIONS(3379), [anon_sym_LBRACK] = ACTIONS(3379), [anon_sym_static] = ACTIONS(3379), [anon_sym_register] = ACTIONS(3379), [anon_sym_inline] = ACTIONS(3379), [anon_sym_thread_local] = ACTIONS(3379), [anon_sym_const] = ACTIONS(3379), [anon_sym_constexpr] = ACTIONS(3379), [anon_sym_volatile] = ACTIONS(3379), [anon_sym_restrict] = ACTIONS(3379), [anon_sym___restrict__] = ACTIONS(3379), [anon_sym__Atomic] = ACTIONS(3379), [anon_sym__Noreturn] = ACTIONS(3379), [anon_sym_noreturn] = ACTIONS(3379), [anon_sym_mutable] = ACTIONS(3379), [anon_sym_constinit] = ACTIONS(3379), [anon_sym_consteval] = ACTIONS(3379), [sym_primitive_type] = ACTIONS(3379), [anon_sym_enum] = ACTIONS(3379), [anon_sym_class] = ACTIONS(3379), [anon_sym_struct] = ACTIONS(3379), [anon_sym_union] = ACTIONS(3379), [anon_sym_if] = ACTIONS(3379), [anon_sym_switch] = ACTIONS(3379), [anon_sym_case] = ACTIONS(3379), [anon_sym_default] = ACTIONS(3379), [anon_sym_while] = ACTIONS(3379), [anon_sym_do] = ACTIONS(3379), [anon_sym_for] = ACTIONS(3379), [anon_sym_return] = ACTIONS(3379), [anon_sym_break] = ACTIONS(3379), [anon_sym_continue] = ACTIONS(3379), [anon_sym_goto] = ACTIONS(3379), [anon_sym_not] = ACTIONS(3379), [anon_sym_compl] = ACTIONS(3379), [anon_sym_DASH_DASH] = ACTIONS(3381), [anon_sym_PLUS_PLUS] = ACTIONS(3381), [anon_sym_sizeof] = ACTIONS(3379), [anon_sym_offsetof] = ACTIONS(3379), [anon_sym__Generic] = ACTIONS(3379), [anon_sym_asm] = ACTIONS(3379), [anon_sym___asm__] = ACTIONS(3379), [sym_number_literal] = ACTIONS(3381), [anon_sym_L_SQUOTE] = ACTIONS(3381), [anon_sym_u_SQUOTE] = ACTIONS(3381), [anon_sym_U_SQUOTE] = ACTIONS(3381), [anon_sym_u8_SQUOTE] = ACTIONS(3381), [anon_sym_SQUOTE] = ACTIONS(3381), [anon_sym_L_DQUOTE] = ACTIONS(3381), [anon_sym_u_DQUOTE] = ACTIONS(3381), [anon_sym_U_DQUOTE] = ACTIONS(3381), [anon_sym_u8_DQUOTE] = ACTIONS(3381), [anon_sym_DQUOTE] = ACTIONS(3381), [sym_true] = ACTIONS(3379), [sym_false] = ACTIONS(3379), [anon_sym_NULL] = ACTIONS(3379), [anon_sym_nullptr] = ACTIONS(3379), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3379), [anon_sym_decltype] = ACTIONS(3379), [anon_sym_virtual] = ACTIONS(3379), [anon_sym_explicit] = ACTIONS(3379), [anon_sym_typename] = ACTIONS(3379), [anon_sym_template] = ACTIONS(3379), [anon_sym_operator] = ACTIONS(3379), [anon_sym_try] = ACTIONS(3379), [anon_sym_delete] = ACTIONS(3379), [anon_sym_throw] = ACTIONS(3379), [anon_sym_namespace] = ACTIONS(3379), [anon_sym_using] = ACTIONS(3379), [anon_sym_static_assert] = ACTIONS(3379), [anon_sym_concept] = ACTIONS(3379), [anon_sym_co_return] = ACTIONS(3379), [anon_sym_co_yield] = ACTIONS(3379), [anon_sym_R_DQUOTE] = ACTIONS(3381), [anon_sym_LR_DQUOTE] = ACTIONS(3381), [anon_sym_uR_DQUOTE] = ACTIONS(3381), [anon_sym_UR_DQUOTE] = ACTIONS(3381), [anon_sym_u8R_DQUOTE] = ACTIONS(3381), [anon_sym_co_await] = ACTIONS(3379), [anon_sym_new] = ACTIONS(3379), [anon_sym_requires] = ACTIONS(3379), [sym_this] = ACTIONS(3379), }, [573] = { [sym_identifier] = ACTIONS(3383), [aux_sym_preproc_include_token1] = ACTIONS(3383), [aux_sym_preproc_def_token1] = ACTIONS(3383), [aux_sym_preproc_if_token1] = ACTIONS(3383), [aux_sym_preproc_if_token2] = ACTIONS(3383), [aux_sym_preproc_ifdef_token1] = ACTIONS(3383), [aux_sym_preproc_ifdef_token2] = ACTIONS(3383), [aux_sym_preproc_else_token1] = ACTIONS(3383), [aux_sym_preproc_elif_token1] = ACTIONS(3383), [aux_sym_preproc_elifdef_token1] = ACTIONS(3383), [aux_sym_preproc_elifdef_token2] = ACTIONS(3383), [sym_preproc_directive] = ACTIONS(3383), [anon_sym_LPAREN2] = ACTIONS(3385), [anon_sym_BANG] = ACTIONS(3385), [anon_sym_TILDE] = ACTIONS(3385), [anon_sym_DASH] = ACTIONS(3383), [anon_sym_PLUS] = ACTIONS(3383), [anon_sym_STAR] = ACTIONS(3385), [anon_sym_AMP_AMP] = ACTIONS(3385), [anon_sym_AMP] = ACTIONS(3383), [anon_sym_SEMI] = ACTIONS(3385), [anon_sym_typedef] = ACTIONS(3383), [anon_sym_extern] = ACTIONS(3383), [anon_sym___attribute__] = ACTIONS(3383), [anon_sym_COLON_COLON] = ACTIONS(3385), [anon_sym_LBRACK_LBRACK] = ACTIONS(3385), [anon_sym___declspec] = ACTIONS(3383), [anon_sym___based] = ACTIONS(3383), [anon_sym___cdecl] = ACTIONS(3383), [anon_sym___clrcall] = ACTIONS(3383), [anon_sym___stdcall] = ACTIONS(3383), [anon_sym___fastcall] = ACTIONS(3383), [anon_sym___thiscall] = ACTIONS(3383), [anon_sym___vectorcall] = ACTIONS(3383), [anon_sym_LBRACE] = ACTIONS(3385), [anon_sym_signed] = ACTIONS(3383), [anon_sym_unsigned] = ACTIONS(3383), [anon_sym_long] = ACTIONS(3383), [anon_sym_short] = ACTIONS(3383), [anon_sym_LBRACK] = ACTIONS(3383), [anon_sym_static] = ACTIONS(3383), [anon_sym_register] = ACTIONS(3383), [anon_sym_inline] = ACTIONS(3383), [anon_sym_thread_local] = ACTIONS(3383), [anon_sym_const] = ACTIONS(3383), [anon_sym_constexpr] = ACTIONS(3383), [anon_sym_volatile] = ACTIONS(3383), [anon_sym_restrict] = ACTIONS(3383), [anon_sym___restrict__] = ACTIONS(3383), [anon_sym__Atomic] = ACTIONS(3383), [anon_sym__Noreturn] = ACTIONS(3383), [anon_sym_noreturn] = ACTIONS(3383), [anon_sym_mutable] = ACTIONS(3383), [anon_sym_constinit] = ACTIONS(3383), [anon_sym_consteval] = ACTIONS(3383), [sym_primitive_type] = ACTIONS(3383), [anon_sym_enum] = ACTIONS(3383), [anon_sym_class] = ACTIONS(3383), [anon_sym_struct] = ACTIONS(3383), [anon_sym_union] = ACTIONS(3383), [anon_sym_if] = ACTIONS(3383), [anon_sym_switch] = ACTIONS(3383), [anon_sym_case] = ACTIONS(3383), [anon_sym_default] = ACTIONS(3383), [anon_sym_while] = ACTIONS(3383), [anon_sym_do] = ACTIONS(3383), [anon_sym_for] = ACTIONS(3383), [anon_sym_return] = ACTIONS(3383), [anon_sym_break] = ACTIONS(3383), [anon_sym_continue] = ACTIONS(3383), [anon_sym_goto] = ACTIONS(3383), [anon_sym_not] = ACTIONS(3383), [anon_sym_compl] = ACTIONS(3383), [anon_sym_DASH_DASH] = ACTIONS(3385), [anon_sym_PLUS_PLUS] = ACTIONS(3385), [anon_sym_sizeof] = ACTIONS(3383), [anon_sym_offsetof] = ACTIONS(3383), [anon_sym__Generic] = ACTIONS(3383), [anon_sym_asm] = ACTIONS(3383), [anon_sym___asm__] = ACTIONS(3383), [sym_number_literal] = ACTIONS(3385), [anon_sym_L_SQUOTE] = ACTIONS(3385), [anon_sym_u_SQUOTE] = ACTIONS(3385), [anon_sym_U_SQUOTE] = ACTIONS(3385), [anon_sym_u8_SQUOTE] = ACTIONS(3385), [anon_sym_SQUOTE] = ACTIONS(3385), [anon_sym_L_DQUOTE] = ACTIONS(3385), [anon_sym_u_DQUOTE] = ACTIONS(3385), [anon_sym_U_DQUOTE] = ACTIONS(3385), [anon_sym_u8_DQUOTE] = ACTIONS(3385), [anon_sym_DQUOTE] = ACTIONS(3385), [sym_true] = ACTIONS(3383), [sym_false] = ACTIONS(3383), [anon_sym_NULL] = ACTIONS(3383), [anon_sym_nullptr] = ACTIONS(3383), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3383), [anon_sym_decltype] = ACTIONS(3383), [anon_sym_virtual] = ACTIONS(3383), [anon_sym_explicit] = ACTIONS(3383), [anon_sym_typename] = ACTIONS(3383), [anon_sym_template] = ACTIONS(3383), [anon_sym_operator] = ACTIONS(3383), [anon_sym_try] = ACTIONS(3383), [anon_sym_delete] = ACTIONS(3383), [anon_sym_throw] = ACTIONS(3383), [anon_sym_namespace] = ACTIONS(3383), [anon_sym_using] = ACTIONS(3383), [anon_sym_static_assert] = ACTIONS(3383), [anon_sym_concept] = ACTIONS(3383), [anon_sym_co_return] = ACTIONS(3383), [anon_sym_co_yield] = ACTIONS(3383), [anon_sym_R_DQUOTE] = ACTIONS(3385), [anon_sym_LR_DQUOTE] = ACTIONS(3385), [anon_sym_uR_DQUOTE] = ACTIONS(3385), [anon_sym_UR_DQUOTE] = ACTIONS(3385), [anon_sym_u8R_DQUOTE] = ACTIONS(3385), [anon_sym_co_await] = ACTIONS(3383), [anon_sym_new] = ACTIONS(3383), [anon_sym_requires] = ACTIONS(3383), [sym_this] = ACTIONS(3383), }, [574] = { [sym_identifier] = ACTIONS(3387), [aux_sym_preproc_include_token1] = ACTIONS(3387), [aux_sym_preproc_def_token1] = ACTIONS(3387), [aux_sym_preproc_if_token1] = ACTIONS(3387), [aux_sym_preproc_if_token2] = ACTIONS(3387), [aux_sym_preproc_ifdef_token1] = ACTIONS(3387), [aux_sym_preproc_ifdef_token2] = ACTIONS(3387), [aux_sym_preproc_else_token1] = ACTIONS(3387), [aux_sym_preproc_elif_token1] = ACTIONS(3387), [aux_sym_preproc_elifdef_token1] = ACTIONS(3387), [aux_sym_preproc_elifdef_token2] = ACTIONS(3387), [sym_preproc_directive] = ACTIONS(3387), [anon_sym_LPAREN2] = ACTIONS(3389), [anon_sym_BANG] = ACTIONS(3389), [anon_sym_TILDE] = ACTIONS(3389), [anon_sym_DASH] = ACTIONS(3387), [anon_sym_PLUS] = ACTIONS(3387), [anon_sym_STAR] = ACTIONS(3389), [anon_sym_AMP_AMP] = ACTIONS(3389), [anon_sym_AMP] = ACTIONS(3387), [anon_sym_SEMI] = ACTIONS(3389), [anon_sym_typedef] = ACTIONS(3387), [anon_sym_extern] = ACTIONS(3387), [anon_sym___attribute__] = ACTIONS(3387), [anon_sym_COLON_COLON] = ACTIONS(3389), [anon_sym_LBRACK_LBRACK] = ACTIONS(3389), [anon_sym___declspec] = ACTIONS(3387), [anon_sym___based] = ACTIONS(3387), [anon_sym___cdecl] = ACTIONS(3387), [anon_sym___clrcall] = ACTIONS(3387), [anon_sym___stdcall] = ACTIONS(3387), [anon_sym___fastcall] = ACTIONS(3387), [anon_sym___thiscall] = ACTIONS(3387), [anon_sym___vectorcall] = ACTIONS(3387), [anon_sym_LBRACE] = ACTIONS(3389), [anon_sym_signed] = ACTIONS(3387), [anon_sym_unsigned] = ACTIONS(3387), [anon_sym_long] = ACTIONS(3387), [anon_sym_short] = ACTIONS(3387), [anon_sym_LBRACK] = ACTIONS(3387), [anon_sym_static] = ACTIONS(3387), [anon_sym_register] = ACTIONS(3387), [anon_sym_inline] = ACTIONS(3387), [anon_sym_thread_local] = ACTIONS(3387), [anon_sym_const] = ACTIONS(3387), [anon_sym_constexpr] = ACTIONS(3387), [anon_sym_volatile] = ACTIONS(3387), [anon_sym_restrict] = ACTIONS(3387), [anon_sym___restrict__] = ACTIONS(3387), [anon_sym__Atomic] = ACTIONS(3387), [anon_sym__Noreturn] = ACTIONS(3387), [anon_sym_noreturn] = ACTIONS(3387), [anon_sym_mutable] = ACTIONS(3387), [anon_sym_constinit] = ACTIONS(3387), [anon_sym_consteval] = ACTIONS(3387), [sym_primitive_type] = ACTIONS(3387), [anon_sym_enum] = ACTIONS(3387), [anon_sym_class] = ACTIONS(3387), [anon_sym_struct] = ACTIONS(3387), [anon_sym_union] = ACTIONS(3387), [anon_sym_if] = ACTIONS(3387), [anon_sym_switch] = ACTIONS(3387), [anon_sym_case] = ACTIONS(3387), [anon_sym_default] = ACTIONS(3387), [anon_sym_while] = ACTIONS(3387), [anon_sym_do] = ACTIONS(3387), [anon_sym_for] = ACTIONS(3387), [anon_sym_return] = ACTIONS(3387), [anon_sym_break] = ACTIONS(3387), [anon_sym_continue] = ACTIONS(3387), [anon_sym_goto] = ACTIONS(3387), [anon_sym_not] = ACTIONS(3387), [anon_sym_compl] = ACTIONS(3387), [anon_sym_DASH_DASH] = ACTIONS(3389), [anon_sym_PLUS_PLUS] = ACTIONS(3389), [anon_sym_sizeof] = ACTIONS(3387), [anon_sym_offsetof] = ACTIONS(3387), [anon_sym__Generic] = ACTIONS(3387), [anon_sym_asm] = ACTIONS(3387), [anon_sym___asm__] = ACTIONS(3387), [sym_number_literal] = ACTIONS(3389), [anon_sym_L_SQUOTE] = ACTIONS(3389), [anon_sym_u_SQUOTE] = ACTIONS(3389), [anon_sym_U_SQUOTE] = ACTIONS(3389), [anon_sym_u8_SQUOTE] = ACTIONS(3389), [anon_sym_SQUOTE] = ACTIONS(3389), [anon_sym_L_DQUOTE] = ACTIONS(3389), [anon_sym_u_DQUOTE] = ACTIONS(3389), [anon_sym_U_DQUOTE] = ACTIONS(3389), [anon_sym_u8_DQUOTE] = ACTIONS(3389), [anon_sym_DQUOTE] = ACTIONS(3389), [sym_true] = ACTIONS(3387), [sym_false] = ACTIONS(3387), [anon_sym_NULL] = ACTIONS(3387), [anon_sym_nullptr] = ACTIONS(3387), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3387), [anon_sym_decltype] = ACTIONS(3387), [anon_sym_virtual] = ACTIONS(3387), [anon_sym_explicit] = ACTIONS(3387), [anon_sym_typename] = ACTIONS(3387), [anon_sym_template] = ACTIONS(3387), [anon_sym_operator] = ACTIONS(3387), [anon_sym_try] = ACTIONS(3387), [anon_sym_delete] = ACTIONS(3387), [anon_sym_throw] = ACTIONS(3387), [anon_sym_namespace] = ACTIONS(3387), [anon_sym_using] = ACTIONS(3387), [anon_sym_static_assert] = ACTIONS(3387), [anon_sym_concept] = ACTIONS(3387), [anon_sym_co_return] = ACTIONS(3387), [anon_sym_co_yield] = ACTIONS(3387), [anon_sym_R_DQUOTE] = ACTIONS(3389), [anon_sym_LR_DQUOTE] = ACTIONS(3389), [anon_sym_uR_DQUOTE] = ACTIONS(3389), [anon_sym_UR_DQUOTE] = ACTIONS(3389), [anon_sym_u8R_DQUOTE] = ACTIONS(3389), [anon_sym_co_await] = ACTIONS(3387), [anon_sym_new] = ACTIONS(3387), [anon_sym_requires] = ACTIONS(3387), [sym_this] = ACTIONS(3387), }, [575] = { [sym_identifier] = ACTIONS(3391), [aux_sym_preproc_include_token1] = ACTIONS(3391), [aux_sym_preproc_def_token1] = ACTIONS(3391), [aux_sym_preproc_if_token1] = ACTIONS(3391), [aux_sym_preproc_if_token2] = ACTIONS(3391), [aux_sym_preproc_ifdef_token1] = ACTIONS(3391), [aux_sym_preproc_ifdef_token2] = ACTIONS(3391), [aux_sym_preproc_else_token1] = ACTIONS(3391), [aux_sym_preproc_elif_token1] = ACTIONS(3391), [aux_sym_preproc_elifdef_token1] = ACTIONS(3391), [aux_sym_preproc_elifdef_token2] = ACTIONS(3391), [sym_preproc_directive] = ACTIONS(3391), [anon_sym_LPAREN2] = ACTIONS(3393), [anon_sym_BANG] = ACTIONS(3393), [anon_sym_TILDE] = ACTIONS(3393), [anon_sym_DASH] = ACTIONS(3391), [anon_sym_PLUS] = ACTIONS(3391), [anon_sym_STAR] = ACTIONS(3393), [anon_sym_AMP_AMP] = ACTIONS(3393), [anon_sym_AMP] = ACTIONS(3391), [anon_sym_SEMI] = ACTIONS(3393), [anon_sym_typedef] = ACTIONS(3391), [anon_sym_extern] = ACTIONS(3391), [anon_sym___attribute__] = ACTIONS(3391), [anon_sym_COLON_COLON] = ACTIONS(3393), [anon_sym_LBRACK_LBRACK] = ACTIONS(3393), [anon_sym___declspec] = ACTIONS(3391), [anon_sym___based] = ACTIONS(3391), [anon_sym___cdecl] = ACTIONS(3391), [anon_sym___clrcall] = ACTIONS(3391), [anon_sym___stdcall] = ACTIONS(3391), [anon_sym___fastcall] = ACTIONS(3391), [anon_sym___thiscall] = ACTIONS(3391), [anon_sym___vectorcall] = ACTIONS(3391), [anon_sym_LBRACE] = ACTIONS(3393), [anon_sym_signed] = ACTIONS(3391), [anon_sym_unsigned] = ACTIONS(3391), [anon_sym_long] = ACTIONS(3391), [anon_sym_short] = ACTIONS(3391), [anon_sym_LBRACK] = ACTIONS(3391), [anon_sym_static] = ACTIONS(3391), [anon_sym_register] = ACTIONS(3391), [anon_sym_inline] = ACTIONS(3391), [anon_sym_thread_local] = ACTIONS(3391), [anon_sym_const] = ACTIONS(3391), [anon_sym_constexpr] = ACTIONS(3391), [anon_sym_volatile] = ACTIONS(3391), [anon_sym_restrict] = ACTIONS(3391), [anon_sym___restrict__] = ACTIONS(3391), [anon_sym__Atomic] = ACTIONS(3391), [anon_sym__Noreturn] = ACTIONS(3391), [anon_sym_noreturn] = ACTIONS(3391), [anon_sym_mutable] = ACTIONS(3391), [anon_sym_constinit] = ACTIONS(3391), [anon_sym_consteval] = ACTIONS(3391), [sym_primitive_type] = ACTIONS(3391), [anon_sym_enum] = ACTIONS(3391), [anon_sym_class] = ACTIONS(3391), [anon_sym_struct] = ACTIONS(3391), [anon_sym_union] = ACTIONS(3391), [anon_sym_if] = ACTIONS(3391), [anon_sym_switch] = ACTIONS(3391), [anon_sym_case] = ACTIONS(3391), [anon_sym_default] = ACTIONS(3391), [anon_sym_while] = ACTIONS(3391), [anon_sym_do] = ACTIONS(3391), [anon_sym_for] = ACTIONS(3391), [anon_sym_return] = ACTIONS(3391), [anon_sym_break] = ACTIONS(3391), [anon_sym_continue] = ACTIONS(3391), [anon_sym_goto] = ACTIONS(3391), [anon_sym_not] = ACTIONS(3391), [anon_sym_compl] = ACTIONS(3391), [anon_sym_DASH_DASH] = ACTIONS(3393), [anon_sym_PLUS_PLUS] = ACTIONS(3393), [anon_sym_sizeof] = ACTIONS(3391), [anon_sym_offsetof] = ACTIONS(3391), [anon_sym__Generic] = ACTIONS(3391), [anon_sym_asm] = ACTIONS(3391), [anon_sym___asm__] = ACTIONS(3391), [sym_number_literal] = ACTIONS(3393), [anon_sym_L_SQUOTE] = ACTIONS(3393), [anon_sym_u_SQUOTE] = ACTIONS(3393), [anon_sym_U_SQUOTE] = ACTIONS(3393), [anon_sym_u8_SQUOTE] = ACTIONS(3393), [anon_sym_SQUOTE] = ACTIONS(3393), [anon_sym_L_DQUOTE] = ACTIONS(3393), [anon_sym_u_DQUOTE] = ACTIONS(3393), [anon_sym_U_DQUOTE] = ACTIONS(3393), [anon_sym_u8_DQUOTE] = ACTIONS(3393), [anon_sym_DQUOTE] = ACTIONS(3393), [sym_true] = ACTIONS(3391), [sym_false] = ACTIONS(3391), [anon_sym_NULL] = ACTIONS(3391), [anon_sym_nullptr] = ACTIONS(3391), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3391), [anon_sym_decltype] = ACTIONS(3391), [anon_sym_virtual] = ACTIONS(3391), [anon_sym_explicit] = ACTIONS(3391), [anon_sym_typename] = ACTIONS(3391), [anon_sym_template] = ACTIONS(3391), [anon_sym_operator] = ACTIONS(3391), [anon_sym_try] = ACTIONS(3391), [anon_sym_delete] = ACTIONS(3391), [anon_sym_throw] = ACTIONS(3391), [anon_sym_namespace] = ACTIONS(3391), [anon_sym_using] = ACTIONS(3391), [anon_sym_static_assert] = ACTIONS(3391), [anon_sym_concept] = ACTIONS(3391), [anon_sym_co_return] = ACTIONS(3391), [anon_sym_co_yield] = ACTIONS(3391), [anon_sym_R_DQUOTE] = ACTIONS(3393), [anon_sym_LR_DQUOTE] = ACTIONS(3393), [anon_sym_uR_DQUOTE] = ACTIONS(3393), [anon_sym_UR_DQUOTE] = ACTIONS(3393), [anon_sym_u8R_DQUOTE] = ACTIONS(3393), [anon_sym_co_await] = ACTIONS(3391), [anon_sym_new] = ACTIONS(3391), [anon_sym_requires] = ACTIONS(3391), [sym_this] = ACTIONS(3391), }, [576] = { [sym_catch_clause] = STATE(576), [aux_sym_constructor_try_statement_repeat1] = STATE(576), [sym_identifier] = ACTIONS(2696), [aux_sym_preproc_include_token1] = ACTIONS(2696), [aux_sym_preproc_def_token1] = ACTIONS(2696), [aux_sym_preproc_if_token1] = ACTIONS(2696), [aux_sym_preproc_ifdef_token1] = ACTIONS(2696), [aux_sym_preproc_ifdef_token2] = ACTIONS(2696), [sym_preproc_directive] = ACTIONS(2696), [anon_sym_LPAREN2] = ACTIONS(2698), [anon_sym_BANG] = ACTIONS(2698), [anon_sym_TILDE] = ACTIONS(2698), [anon_sym_DASH] = ACTIONS(2696), [anon_sym_PLUS] = ACTIONS(2696), [anon_sym_STAR] = ACTIONS(2698), [anon_sym_AMP_AMP] = ACTIONS(2698), [anon_sym_AMP] = ACTIONS(2696), [anon_sym_SEMI] = ACTIONS(2698), [anon_sym_typedef] = ACTIONS(2696), [anon_sym_extern] = ACTIONS(2696), [anon_sym___attribute__] = ACTIONS(2696), [anon_sym_COLON_COLON] = ACTIONS(2698), [anon_sym_LBRACK_LBRACK] = ACTIONS(2698), [anon_sym___declspec] = ACTIONS(2696), [anon_sym___based] = ACTIONS(2696), [anon_sym___cdecl] = ACTIONS(2696), [anon_sym___clrcall] = ACTIONS(2696), [anon_sym___stdcall] = ACTIONS(2696), [anon_sym___fastcall] = ACTIONS(2696), [anon_sym___thiscall] = ACTIONS(2696), [anon_sym___vectorcall] = ACTIONS(2696), [anon_sym_LBRACE] = ACTIONS(2698), [anon_sym_RBRACE] = ACTIONS(2698), [anon_sym_signed] = ACTIONS(2696), [anon_sym_unsigned] = ACTIONS(2696), [anon_sym_long] = ACTIONS(2696), [anon_sym_short] = ACTIONS(2696), [anon_sym_LBRACK] = ACTIONS(2696), [anon_sym_static] = ACTIONS(2696), [anon_sym_register] = ACTIONS(2696), [anon_sym_inline] = ACTIONS(2696), [anon_sym_thread_local] = ACTIONS(2696), [anon_sym_const] = ACTIONS(2696), [anon_sym_constexpr] = ACTIONS(2696), [anon_sym_volatile] = ACTIONS(2696), [anon_sym_restrict] = ACTIONS(2696), [anon_sym___restrict__] = ACTIONS(2696), [anon_sym__Atomic] = ACTIONS(2696), [anon_sym__Noreturn] = ACTIONS(2696), [anon_sym_noreturn] = ACTIONS(2696), [anon_sym_mutable] = ACTIONS(2696), [anon_sym_constinit] = ACTIONS(2696), [anon_sym_consteval] = ACTIONS(2696), [sym_primitive_type] = ACTIONS(2696), [anon_sym_enum] = ACTIONS(2696), [anon_sym_class] = ACTIONS(2696), [anon_sym_struct] = ACTIONS(2696), [anon_sym_union] = ACTIONS(2696), [anon_sym_if] = ACTIONS(2696), [anon_sym_else] = ACTIONS(2696), [anon_sym_switch] = ACTIONS(2696), [anon_sym_case] = ACTIONS(2696), [anon_sym_default] = ACTIONS(2696), [anon_sym_while] = ACTIONS(2696), [anon_sym_do] = ACTIONS(2696), [anon_sym_for] = ACTIONS(2696), [anon_sym_return] = ACTIONS(2696), [anon_sym_break] = ACTIONS(2696), [anon_sym_continue] = ACTIONS(2696), [anon_sym_goto] = ACTIONS(2696), [anon_sym_not] = ACTIONS(2696), [anon_sym_compl] = ACTIONS(2696), [anon_sym_DASH_DASH] = ACTIONS(2698), [anon_sym_PLUS_PLUS] = ACTIONS(2698), [anon_sym_sizeof] = ACTIONS(2696), [anon_sym_offsetof] = ACTIONS(2696), [anon_sym__Generic] = ACTIONS(2696), [anon_sym_asm] = ACTIONS(2696), [anon_sym___asm__] = ACTIONS(2696), [sym_number_literal] = ACTIONS(2698), [anon_sym_L_SQUOTE] = ACTIONS(2698), [anon_sym_u_SQUOTE] = ACTIONS(2698), [anon_sym_U_SQUOTE] = ACTIONS(2698), [anon_sym_u8_SQUOTE] = ACTIONS(2698), [anon_sym_SQUOTE] = ACTIONS(2698), [anon_sym_L_DQUOTE] = ACTIONS(2698), [anon_sym_u_DQUOTE] = ACTIONS(2698), [anon_sym_U_DQUOTE] = ACTIONS(2698), [anon_sym_u8_DQUOTE] = ACTIONS(2698), [anon_sym_DQUOTE] = ACTIONS(2698), [sym_true] = ACTIONS(2696), [sym_false] = ACTIONS(2696), [anon_sym_NULL] = ACTIONS(2696), [anon_sym_nullptr] = ACTIONS(2696), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2696), [anon_sym_decltype] = ACTIONS(2696), [anon_sym_virtual] = ACTIONS(2696), [anon_sym_explicit] = ACTIONS(2696), [anon_sym_typename] = ACTIONS(2696), [anon_sym_template] = ACTIONS(2696), [anon_sym_operator] = ACTIONS(2696), [anon_sym_try] = ACTIONS(2696), [anon_sym_delete] = ACTIONS(2696), [anon_sym_throw] = ACTIONS(2696), [anon_sym_namespace] = ACTIONS(2696), [anon_sym_using] = ACTIONS(2696), [anon_sym_static_assert] = ACTIONS(2696), [anon_sym_concept] = ACTIONS(2696), [anon_sym_co_return] = ACTIONS(2696), [anon_sym_co_yield] = ACTIONS(2696), [anon_sym_catch] = ACTIONS(3395), [anon_sym_R_DQUOTE] = ACTIONS(2698), [anon_sym_LR_DQUOTE] = ACTIONS(2698), [anon_sym_uR_DQUOTE] = ACTIONS(2698), [anon_sym_UR_DQUOTE] = ACTIONS(2698), [anon_sym_u8R_DQUOTE] = ACTIONS(2698), [anon_sym_co_await] = ACTIONS(2696), [anon_sym_new] = ACTIONS(2696), [anon_sym_requires] = ACTIONS(2696), [sym_this] = ACTIONS(2696), }, [577] = { [sym_identifier] = ACTIONS(3398), [aux_sym_preproc_include_token1] = ACTIONS(3398), [aux_sym_preproc_def_token1] = ACTIONS(3398), [aux_sym_preproc_if_token1] = ACTIONS(3398), [aux_sym_preproc_if_token2] = ACTIONS(3398), [aux_sym_preproc_ifdef_token1] = ACTIONS(3398), [aux_sym_preproc_ifdef_token2] = ACTIONS(3398), [aux_sym_preproc_else_token1] = ACTIONS(3398), [aux_sym_preproc_elif_token1] = ACTIONS(3398), [aux_sym_preproc_elifdef_token1] = ACTIONS(3398), [aux_sym_preproc_elifdef_token2] = ACTIONS(3398), [sym_preproc_directive] = ACTIONS(3398), [anon_sym_LPAREN2] = ACTIONS(3400), [anon_sym_BANG] = ACTIONS(3400), [anon_sym_TILDE] = ACTIONS(3400), [anon_sym_DASH] = ACTIONS(3398), [anon_sym_PLUS] = ACTIONS(3398), [anon_sym_STAR] = ACTIONS(3400), [anon_sym_AMP_AMP] = ACTIONS(3400), [anon_sym_AMP] = ACTIONS(3398), [anon_sym_SEMI] = ACTIONS(3400), [anon_sym_typedef] = ACTIONS(3398), [anon_sym_extern] = ACTIONS(3398), [anon_sym___attribute__] = ACTIONS(3398), [anon_sym_COLON_COLON] = ACTIONS(3400), [anon_sym_LBRACK_LBRACK] = ACTIONS(3400), [anon_sym___declspec] = ACTIONS(3398), [anon_sym___based] = ACTIONS(3398), [anon_sym___cdecl] = ACTIONS(3398), [anon_sym___clrcall] = ACTIONS(3398), [anon_sym___stdcall] = ACTIONS(3398), [anon_sym___fastcall] = ACTIONS(3398), [anon_sym___thiscall] = ACTIONS(3398), [anon_sym___vectorcall] = ACTIONS(3398), [anon_sym_LBRACE] = ACTIONS(3400), [anon_sym_signed] = ACTIONS(3398), [anon_sym_unsigned] = ACTIONS(3398), [anon_sym_long] = ACTIONS(3398), [anon_sym_short] = ACTIONS(3398), [anon_sym_LBRACK] = ACTIONS(3398), [anon_sym_static] = ACTIONS(3398), [anon_sym_register] = ACTIONS(3398), [anon_sym_inline] = ACTIONS(3398), [anon_sym_thread_local] = ACTIONS(3398), [anon_sym_const] = ACTIONS(3398), [anon_sym_constexpr] = ACTIONS(3398), [anon_sym_volatile] = ACTIONS(3398), [anon_sym_restrict] = ACTIONS(3398), [anon_sym___restrict__] = ACTIONS(3398), [anon_sym__Atomic] = ACTIONS(3398), [anon_sym__Noreturn] = ACTIONS(3398), [anon_sym_noreturn] = ACTIONS(3398), [anon_sym_mutable] = ACTIONS(3398), [anon_sym_constinit] = ACTIONS(3398), [anon_sym_consteval] = ACTIONS(3398), [sym_primitive_type] = ACTIONS(3398), [anon_sym_enum] = ACTIONS(3398), [anon_sym_class] = ACTIONS(3398), [anon_sym_struct] = ACTIONS(3398), [anon_sym_union] = ACTIONS(3398), [anon_sym_if] = ACTIONS(3398), [anon_sym_switch] = ACTIONS(3398), [anon_sym_case] = ACTIONS(3398), [anon_sym_default] = ACTIONS(3398), [anon_sym_while] = ACTIONS(3398), [anon_sym_do] = ACTIONS(3398), [anon_sym_for] = ACTIONS(3398), [anon_sym_return] = ACTIONS(3398), [anon_sym_break] = ACTIONS(3398), [anon_sym_continue] = ACTIONS(3398), [anon_sym_goto] = ACTIONS(3398), [anon_sym_not] = ACTIONS(3398), [anon_sym_compl] = ACTIONS(3398), [anon_sym_DASH_DASH] = ACTIONS(3400), [anon_sym_PLUS_PLUS] = ACTIONS(3400), [anon_sym_sizeof] = ACTIONS(3398), [anon_sym_offsetof] = ACTIONS(3398), [anon_sym__Generic] = ACTIONS(3398), [anon_sym_asm] = ACTIONS(3398), [anon_sym___asm__] = ACTIONS(3398), [sym_number_literal] = ACTIONS(3400), [anon_sym_L_SQUOTE] = ACTIONS(3400), [anon_sym_u_SQUOTE] = ACTIONS(3400), [anon_sym_U_SQUOTE] = ACTIONS(3400), [anon_sym_u8_SQUOTE] = ACTIONS(3400), [anon_sym_SQUOTE] = ACTIONS(3400), [anon_sym_L_DQUOTE] = ACTIONS(3400), [anon_sym_u_DQUOTE] = ACTIONS(3400), [anon_sym_U_DQUOTE] = ACTIONS(3400), [anon_sym_u8_DQUOTE] = ACTIONS(3400), [anon_sym_DQUOTE] = ACTIONS(3400), [sym_true] = ACTIONS(3398), [sym_false] = ACTIONS(3398), [anon_sym_NULL] = ACTIONS(3398), [anon_sym_nullptr] = ACTIONS(3398), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3398), [anon_sym_decltype] = ACTIONS(3398), [anon_sym_virtual] = ACTIONS(3398), [anon_sym_explicit] = ACTIONS(3398), [anon_sym_typename] = ACTIONS(3398), [anon_sym_template] = ACTIONS(3398), [anon_sym_operator] = ACTIONS(3398), [anon_sym_try] = ACTIONS(3398), [anon_sym_delete] = ACTIONS(3398), [anon_sym_throw] = ACTIONS(3398), [anon_sym_namespace] = ACTIONS(3398), [anon_sym_using] = ACTIONS(3398), [anon_sym_static_assert] = ACTIONS(3398), [anon_sym_concept] = ACTIONS(3398), [anon_sym_co_return] = ACTIONS(3398), [anon_sym_co_yield] = ACTIONS(3398), [anon_sym_R_DQUOTE] = ACTIONS(3400), [anon_sym_LR_DQUOTE] = ACTIONS(3400), [anon_sym_uR_DQUOTE] = ACTIONS(3400), [anon_sym_UR_DQUOTE] = ACTIONS(3400), [anon_sym_u8R_DQUOTE] = ACTIONS(3400), [anon_sym_co_await] = ACTIONS(3398), [anon_sym_new] = ACTIONS(3398), [anon_sym_requires] = ACTIONS(3398), [sym_this] = ACTIONS(3398), }, [578] = { [sym_identifier] = ACTIONS(3402), [aux_sym_preproc_include_token1] = ACTIONS(3402), [aux_sym_preproc_def_token1] = ACTIONS(3402), [aux_sym_preproc_if_token1] = ACTIONS(3402), [aux_sym_preproc_if_token2] = ACTIONS(3402), [aux_sym_preproc_ifdef_token1] = ACTIONS(3402), [aux_sym_preproc_ifdef_token2] = ACTIONS(3402), [aux_sym_preproc_else_token1] = ACTIONS(3402), [aux_sym_preproc_elif_token1] = ACTIONS(3402), [aux_sym_preproc_elifdef_token1] = ACTIONS(3402), [aux_sym_preproc_elifdef_token2] = ACTIONS(3402), [sym_preproc_directive] = ACTIONS(3402), [anon_sym_LPAREN2] = ACTIONS(3404), [anon_sym_BANG] = ACTIONS(3404), [anon_sym_TILDE] = ACTIONS(3404), [anon_sym_DASH] = ACTIONS(3402), [anon_sym_PLUS] = ACTIONS(3402), [anon_sym_STAR] = ACTIONS(3404), [anon_sym_AMP_AMP] = ACTIONS(3404), [anon_sym_AMP] = ACTIONS(3402), [anon_sym_SEMI] = ACTIONS(3404), [anon_sym_typedef] = ACTIONS(3402), [anon_sym_extern] = ACTIONS(3402), [anon_sym___attribute__] = ACTIONS(3402), [anon_sym_COLON_COLON] = ACTIONS(3404), [anon_sym_LBRACK_LBRACK] = ACTIONS(3404), [anon_sym___declspec] = ACTIONS(3402), [anon_sym___based] = ACTIONS(3402), [anon_sym___cdecl] = ACTIONS(3402), [anon_sym___clrcall] = ACTIONS(3402), [anon_sym___stdcall] = ACTIONS(3402), [anon_sym___fastcall] = ACTIONS(3402), [anon_sym___thiscall] = ACTIONS(3402), [anon_sym___vectorcall] = ACTIONS(3402), [anon_sym_LBRACE] = ACTIONS(3404), [anon_sym_signed] = ACTIONS(3402), [anon_sym_unsigned] = ACTIONS(3402), [anon_sym_long] = ACTIONS(3402), [anon_sym_short] = ACTIONS(3402), [anon_sym_LBRACK] = ACTIONS(3402), [anon_sym_static] = ACTIONS(3402), [anon_sym_register] = ACTIONS(3402), [anon_sym_inline] = ACTIONS(3402), [anon_sym_thread_local] = ACTIONS(3402), [anon_sym_const] = ACTIONS(3402), [anon_sym_constexpr] = ACTIONS(3402), [anon_sym_volatile] = ACTIONS(3402), [anon_sym_restrict] = ACTIONS(3402), [anon_sym___restrict__] = ACTIONS(3402), [anon_sym__Atomic] = ACTIONS(3402), [anon_sym__Noreturn] = ACTIONS(3402), [anon_sym_noreturn] = ACTIONS(3402), [anon_sym_mutable] = ACTIONS(3402), [anon_sym_constinit] = ACTIONS(3402), [anon_sym_consteval] = ACTIONS(3402), [sym_primitive_type] = ACTIONS(3402), [anon_sym_enum] = ACTIONS(3402), [anon_sym_class] = ACTIONS(3402), [anon_sym_struct] = ACTIONS(3402), [anon_sym_union] = ACTIONS(3402), [anon_sym_if] = ACTIONS(3402), [anon_sym_switch] = ACTIONS(3402), [anon_sym_case] = ACTIONS(3402), [anon_sym_default] = ACTIONS(3402), [anon_sym_while] = ACTIONS(3402), [anon_sym_do] = ACTIONS(3402), [anon_sym_for] = ACTIONS(3402), [anon_sym_return] = ACTIONS(3402), [anon_sym_break] = ACTIONS(3402), [anon_sym_continue] = ACTIONS(3402), [anon_sym_goto] = ACTIONS(3402), [anon_sym_not] = ACTIONS(3402), [anon_sym_compl] = ACTIONS(3402), [anon_sym_DASH_DASH] = ACTIONS(3404), [anon_sym_PLUS_PLUS] = ACTIONS(3404), [anon_sym_sizeof] = ACTIONS(3402), [anon_sym_offsetof] = ACTIONS(3402), [anon_sym__Generic] = ACTIONS(3402), [anon_sym_asm] = ACTIONS(3402), [anon_sym___asm__] = ACTIONS(3402), [sym_number_literal] = ACTIONS(3404), [anon_sym_L_SQUOTE] = ACTIONS(3404), [anon_sym_u_SQUOTE] = ACTIONS(3404), [anon_sym_U_SQUOTE] = ACTIONS(3404), [anon_sym_u8_SQUOTE] = ACTIONS(3404), [anon_sym_SQUOTE] = ACTIONS(3404), [anon_sym_L_DQUOTE] = ACTIONS(3404), [anon_sym_u_DQUOTE] = ACTIONS(3404), [anon_sym_U_DQUOTE] = ACTIONS(3404), [anon_sym_u8_DQUOTE] = ACTIONS(3404), [anon_sym_DQUOTE] = ACTIONS(3404), [sym_true] = ACTIONS(3402), [sym_false] = ACTIONS(3402), [anon_sym_NULL] = ACTIONS(3402), [anon_sym_nullptr] = ACTIONS(3402), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3402), [anon_sym_decltype] = ACTIONS(3402), [anon_sym_virtual] = ACTIONS(3402), [anon_sym_explicit] = ACTIONS(3402), [anon_sym_typename] = ACTIONS(3402), [anon_sym_template] = ACTIONS(3402), [anon_sym_operator] = ACTIONS(3402), [anon_sym_try] = ACTIONS(3402), [anon_sym_delete] = ACTIONS(3402), [anon_sym_throw] = ACTIONS(3402), [anon_sym_namespace] = ACTIONS(3402), [anon_sym_using] = ACTIONS(3402), [anon_sym_static_assert] = ACTIONS(3402), [anon_sym_concept] = ACTIONS(3402), [anon_sym_co_return] = ACTIONS(3402), [anon_sym_co_yield] = ACTIONS(3402), [anon_sym_R_DQUOTE] = ACTIONS(3404), [anon_sym_LR_DQUOTE] = ACTIONS(3404), [anon_sym_uR_DQUOTE] = ACTIONS(3404), [anon_sym_UR_DQUOTE] = ACTIONS(3404), [anon_sym_u8R_DQUOTE] = ACTIONS(3404), [anon_sym_co_await] = ACTIONS(3402), [anon_sym_new] = ACTIONS(3402), [anon_sym_requires] = ACTIONS(3402), [sym_this] = ACTIONS(3402), }, [579] = { [sym_identifier] = ACTIONS(3406), [aux_sym_preproc_include_token1] = ACTIONS(3406), [aux_sym_preproc_def_token1] = ACTIONS(3406), [aux_sym_preproc_if_token1] = ACTIONS(3406), [aux_sym_preproc_if_token2] = ACTIONS(3406), [aux_sym_preproc_ifdef_token1] = ACTIONS(3406), [aux_sym_preproc_ifdef_token2] = ACTIONS(3406), [aux_sym_preproc_else_token1] = ACTIONS(3406), [aux_sym_preproc_elif_token1] = ACTIONS(3406), [aux_sym_preproc_elifdef_token1] = ACTIONS(3406), [aux_sym_preproc_elifdef_token2] = ACTIONS(3406), [sym_preproc_directive] = ACTIONS(3406), [anon_sym_LPAREN2] = ACTIONS(3408), [anon_sym_BANG] = ACTIONS(3408), [anon_sym_TILDE] = ACTIONS(3408), [anon_sym_DASH] = ACTIONS(3406), [anon_sym_PLUS] = ACTIONS(3406), [anon_sym_STAR] = ACTIONS(3408), [anon_sym_AMP_AMP] = ACTIONS(3408), [anon_sym_AMP] = ACTIONS(3406), [anon_sym_SEMI] = ACTIONS(3408), [anon_sym_typedef] = ACTIONS(3406), [anon_sym_extern] = ACTIONS(3406), [anon_sym___attribute__] = ACTIONS(3406), [anon_sym_COLON_COLON] = ACTIONS(3408), [anon_sym_LBRACK_LBRACK] = ACTIONS(3408), [anon_sym___declspec] = ACTIONS(3406), [anon_sym___based] = ACTIONS(3406), [anon_sym___cdecl] = ACTIONS(3406), [anon_sym___clrcall] = ACTIONS(3406), [anon_sym___stdcall] = ACTIONS(3406), [anon_sym___fastcall] = ACTIONS(3406), [anon_sym___thiscall] = ACTIONS(3406), [anon_sym___vectorcall] = ACTIONS(3406), [anon_sym_LBRACE] = ACTIONS(3408), [anon_sym_signed] = ACTIONS(3406), [anon_sym_unsigned] = ACTIONS(3406), [anon_sym_long] = ACTIONS(3406), [anon_sym_short] = ACTIONS(3406), [anon_sym_LBRACK] = ACTIONS(3406), [anon_sym_static] = ACTIONS(3406), [anon_sym_register] = ACTIONS(3406), [anon_sym_inline] = ACTIONS(3406), [anon_sym_thread_local] = ACTIONS(3406), [anon_sym_const] = ACTIONS(3406), [anon_sym_constexpr] = ACTIONS(3406), [anon_sym_volatile] = ACTIONS(3406), [anon_sym_restrict] = ACTIONS(3406), [anon_sym___restrict__] = ACTIONS(3406), [anon_sym__Atomic] = ACTIONS(3406), [anon_sym__Noreturn] = ACTIONS(3406), [anon_sym_noreturn] = ACTIONS(3406), [anon_sym_mutable] = ACTIONS(3406), [anon_sym_constinit] = ACTIONS(3406), [anon_sym_consteval] = ACTIONS(3406), [sym_primitive_type] = ACTIONS(3406), [anon_sym_enum] = ACTIONS(3406), [anon_sym_class] = ACTIONS(3406), [anon_sym_struct] = ACTIONS(3406), [anon_sym_union] = ACTIONS(3406), [anon_sym_if] = ACTIONS(3406), [anon_sym_switch] = ACTIONS(3406), [anon_sym_case] = ACTIONS(3406), [anon_sym_default] = ACTIONS(3406), [anon_sym_while] = ACTIONS(3406), [anon_sym_do] = ACTIONS(3406), [anon_sym_for] = ACTIONS(3406), [anon_sym_return] = ACTIONS(3406), [anon_sym_break] = ACTIONS(3406), [anon_sym_continue] = ACTIONS(3406), [anon_sym_goto] = ACTIONS(3406), [anon_sym_not] = ACTIONS(3406), [anon_sym_compl] = ACTIONS(3406), [anon_sym_DASH_DASH] = ACTIONS(3408), [anon_sym_PLUS_PLUS] = ACTIONS(3408), [anon_sym_sizeof] = ACTIONS(3406), [anon_sym_offsetof] = ACTIONS(3406), [anon_sym__Generic] = ACTIONS(3406), [anon_sym_asm] = ACTIONS(3406), [anon_sym___asm__] = ACTIONS(3406), [sym_number_literal] = ACTIONS(3408), [anon_sym_L_SQUOTE] = ACTIONS(3408), [anon_sym_u_SQUOTE] = ACTIONS(3408), [anon_sym_U_SQUOTE] = ACTIONS(3408), [anon_sym_u8_SQUOTE] = ACTIONS(3408), [anon_sym_SQUOTE] = ACTIONS(3408), [anon_sym_L_DQUOTE] = ACTIONS(3408), [anon_sym_u_DQUOTE] = ACTIONS(3408), [anon_sym_U_DQUOTE] = ACTIONS(3408), [anon_sym_u8_DQUOTE] = ACTIONS(3408), [anon_sym_DQUOTE] = ACTIONS(3408), [sym_true] = ACTIONS(3406), [sym_false] = ACTIONS(3406), [anon_sym_NULL] = ACTIONS(3406), [anon_sym_nullptr] = ACTIONS(3406), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3406), [anon_sym_decltype] = ACTIONS(3406), [anon_sym_virtual] = ACTIONS(3406), [anon_sym_explicit] = ACTIONS(3406), [anon_sym_typename] = ACTIONS(3406), [anon_sym_template] = ACTIONS(3406), [anon_sym_operator] = ACTIONS(3406), [anon_sym_try] = ACTIONS(3406), [anon_sym_delete] = ACTIONS(3406), [anon_sym_throw] = ACTIONS(3406), [anon_sym_namespace] = ACTIONS(3406), [anon_sym_using] = ACTIONS(3406), [anon_sym_static_assert] = ACTIONS(3406), [anon_sym_concept] = ACTIONS(3406), [anon_sym_co_return] = ACTIONS(3406), [anon_sym_co_yield] = ACTIONS(3406), [anon_sym_R_DQUOTE] = ACTIONS(3408), [anon_sym_LR_DQUOTE] = ACTIONS(3408), [anon_sym_uR_DQUOTE] = ACTIONS(3408), [anon_sym_UR_DQUOTE] = ACTIONS(3408), [anon_sym_u8R_DQUOTE] = ACTIONS(3408), [anon_sym_co_await] = ACTIONS(3406), [anon_sym_new] = ACTIONS(3406), [anon_sym_requires] = ACTIONS(3406), [sym_this] = ACTIONS(3406), }, [580] = { [sym_catch_clause] = STATE(535), [aux_sym_constructor_try_statement_repeat1] = STATE(535), [ts_builtin_sym_end] = ACTIONS(2717), [sym_identifier] = ACTIONS(2715), [aux_sym_preproc_include_token1] = ACTIONS(2715), [aux_sym_preproc_def_token1] = ACTIONS(2715), [aux_sym_preproc_if_token1] = ACTIONS(2715), [aux_sym_preproc_ifdef_token1] = ACTIONS(2715), [aux_sym_preproc_ifdef_token2] = ACTIONS(2715), [sym_preproc_directive] = ACTIONS(2715), [anon_sym_LPAREN2] = ACTIONS(2717), [anon_sym_BANG] = ACTIONS(2717), [anon_sym_TILDE] = ACTIONS(2717), [anon_sym_DASH] = ACTIONS(2715), [anon_sym_PLUS] = ACTIONS(2715), [anon_sym_STAR] = ACTIONS(2717), [anon_sym_AMP_AMP] = ACTIONS(2717), [anon_sym_AMP] = ACTIONS(2715), [anon_sym_SEMI] = ACTIONS(2717), [anon_sym_typedef] = ACTIONS(2715), [anon_sym_extern] = ACTIONS(2715), [anon_sym___attribute__] = ACTIONS(2715), [anon_sym_COLON_COLON] = ACTIONS(2717), [anon_sym_LBRACK_LBRACK] = ACTIONS(2717), [anon_sym___declspec] = ACTIONS(2715), [anon_sym___based] = ACTIONS(2715), [anon_sym___cdecl] = ACTIONS(2715), [anon_sym___clrcall] = ACTIONS(2715), [anon_sym___stdcall] = ACTIONS(2715), [anon_sym___fastcall] = ACTIONS(2715), [anon_sym___thiscall] = ACTIONS(2715), [anon_sym___vectorcall] = ACTIONS(2715), [anon_sym_LBRACE] = ACTIONS(2717), [anon_sym_signed] = ACTIONS(2715), [anon_sym_unsigned] = ACTIONS(2715), [anon_sym_long] = ACTIONS(2715), [anon_sym_short] = ACTIONS(2715), [anon_sym_LBRACK] = ACTIONS(2715), [anon_sym_static] = ACTIONS(2715), [anon_sym_register] = ACTIONS(2715), [anon_sym_inline] = ACTIONS(2715), [anon_sym_thread_local] = ACTIONS(2715), [anon_sym_const] = ACTIONS(2715), [anon_sym_constexpr] = ACTIONS(2715), [anon_sym_volatile] = ACTIONS(2715), [anon_sym_restrict] = ACTIONS(2715), [anon_sym___restrict__] = ACTIONS(2715), [anon_sym__Atomic] = ACTIONS(2715), [anon_sym__Noreturn] = ACTIONS(2715), [anon_sym_noreturn] = ACTIONS(2715), [anon_sym_mutable] = ACTIONS(2715), [anon_sym_constinit] = ACTIONS(2715), [anon_sym_consteval] = ACTIONS(2715), [sym_primitive_type] = ACTIONS(2715), [anon_sym_enum] = ACTIONS(2715), [anon_sym_class] = ACTIONS(2715), [anon_sym_struct] = ACTIONS(2715), [anon_sym_union] = ACTIONS(2715), [anon_sym_if] = ACTIONS(2715), [anon_sym_else] = ACTIONS(2715), [anon_sym_switch] = ACTIONS(2715), [anon_sym_case] = ACTIONS(2715), [anon_sym_default] = ACTIONS(2715), [anon_sym_while] = ACTIONS(2715), [anon_sym_do] = ACTIONS(2715), [anon_sym_for] = ACTIONS(2715), [anon_sym_return] = ACTIONS(2715), [anon_sym_break] = ACTIONS(2715), [anon_sym_continue] = ACTIONS(2715), [anon_sym_goto] = ACTIONS(2715), [anon_sym_not] = ACTIONS(2715), [anon_sym_compl] = ACTIONS(2715), [anon_sym_DASH_DASH] = ACTIONS(2717), [anon_sym_PLUS_PLUS] = ACTIONS(2717), [anon_sym_sizeof] = ACTIONS(2715), [anon_sym_offsetof] = ACTIONS(2715), [anon_sym__Generic] = ACTIONS(2715), [anon_sym_asm] = ACTIONS(2715), [anon_sym___asm__] = ACTIONS(2715), [sym_number_literal] = ACTIONS(2717), [anon_sym_L_SQUOTE] = ACTIONS(2717), [anon_sym_u_SQUOTE] = ACTIONS(2717), [anon_sym_U_SQUOTE] = ACTIONS(2717), [anon_sym_u8_SQUOTE] = ACTIONS(2717), [anon_sym_SQUOTE] = ACTIONS(2717), [anon_sym_L_DQUOTE] = ACTIONS(2717), [anon_sym_u_DQUOTE] = ACTIONS(2717), [anon_sym_U_DQUOTE] = ACTIONS(2717), [anon_sym_u8_DQUOTE] = ACTIONS(2717), [anon_sym_DQUOTE] = ACTIONS(2717), [sym_true] = ACTIONS(2715), [sym_false] = ACTIONS(2715), [anon_sym_NULL] = ACTIONS(2715), [anon_sym_nullptr] = ACTIONS(2715), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2715), [anon_sym_decltype] = ACTIONS(2715), [anon_sym_virtual] = ACTIONS(2715), [anon_sym_explicit] = ACTIONS(2715), [anon_sym_typename] = ACTIONS(2715), [anon_sym_template] = ACTIONS(2715), [anon_sym_operator] = ACTIONS(2715), [anon_sym_try] = ACTIONS(2715), [anon_sym_delete] = ACTIONS(2715), [anon_sym_throw] = ACTIONS(2715), [anon_sym_namespace] = ACTIONS(2715), [anon_sym_using] = ACTIONS(2715), [anon_sym_static_assert] = ACTIONS(2715), [anon_sym_concept] = ACTIONS(2715), [anon_sym_co_return] = ACTIONS(2715), [anon_sym_co_yield] = ACTIONS(2715), [anon_sym_catch] = ACTIONS(3410), [anon_sym_R_DQUOTE] = ACTIONS(2717), [anon_sym_LR_DQUOTE] = ACTIONS(2717), [anon_sym_uR_DQUOTE] = ACTIONS(2717), [anon_sym_UR_DQUOTE] = ACTIONS(2717), [anon_sym_u8R_DQUOTE] = ACTIONS(2717), [anon_sym_co_await] = ACTIONS(2715), [anon_sym_new] = ACTIONS(2715), [anon_sym_requires] = ACTIONS(2715), [sym_this] = ACTIONS(2715), }, [581] = { [sym__expression] = STATE(4211), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7441), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3237), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(3412), [anon_sym_extern] = ACTIONS(3242), [anon_sym___attribute__] = ACTIONS(3242), [anon_sym_COLON_COLON] = ACTIONS(3244), [anon_sym_LBRACK_LBRACK] = ACTIONS(3247), [anon_sym___declspec] = ACTIONS(3242), [anon_sym_signed] = ACTIONS(3242), [anon_sym_unsigned] = ACTIONS(3242), [anon_sym_long] = ACTIONS(3242), [anon_sym_short] = ACTIONS(3242), [anon_sym_LBRACK] = ACTIONS(1327), [anon_sym_static] = ACTIONS(3242), [anon_sym_register] = ACTIONS(3242), [anon_sym_inline] = ACTIONS(3242), [anon_sym_thread_local] = ACTIONS(3242), [anon_sym_const] = ACTIONS(3242), [anon_sym_constexpr] = ACTIONS(3242), [anon_sym_volatile] = ACTIONS(3242), [anon_sym_restrict] = ACTIONS(3242), [anon_sym___restrict__] = ACTIONS(3242), [anon_sym__Atomic] = ACTIONS(3242), [anon_sym__Noreturn] = ACTIONS(3242), [anon_sym_noreturn] = ACTIONS(3242), [anon_sym_mutable] = ACTIONS(3242), [anon_sym_constinit] = ACTIONS(3242), [anon_sym_consteval] = ACTIONS(3242), [sym_primitive_type] = ACTIONS(3249), [anon_sym_enum] = ACTIONS(3242), [anon_sym_class] = ACTIONS(3242), [anon_sym_struct] = ACTIONS(3242), [anon_sym_union] = ACTIONS(3242), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3242), [anon_sym_decltype] = ACTIONS(3252), [anon_sym_virtual] = ACTIONS(3242), [anon_sym_typename] = ACTIONS(3242), [anon_sym_template] = ACTIONS(3255), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [582] = { [sym_catch_clause] = STATE(582), [aux_sym_constructor_try_statement_repeat1] = STATE(582), [sym_identifier] = ACTIONS(2696), [aux_sym_preproc_include_token1] = ACTIONS(2696), [aux_sym_preproc_def_token1] = ACTIONS(2696), [aux_sym_preproc_if_token1] = ACTIONS(2696), [aux_sym_preproc_if_token2] = ACTIONS(2696), [aux_sym_preproc_ifdef_token1] = ACTIONS(2696), [aux_sym_preproc_ifdef_token2] = ACTIONS(2696), [sym_preproc_directive] = ACTIONS(2696), [anon_sym_LPAREN2] = ACTIONS(2698), [anon_sym_BANG] = ACTIONS(2698), [anon_sym_TILDE] = ACTIONS(2698), [anon_sym_DASH] = ACTIONS(2696), [anon_sym_PLUS] = ACTIONS(2696), [anon_sym_STAR] = ACTIONS(2698), [anon_sym_AMP_AMP] = ACTIONS(2698), [anon_sym_AMP] = ACTIONS(2696), [anon_sym_SEMI] = ACTIONS(2698), [anon_sym_typedef] = ACTIONS(2696), [anon_sym_extern] = ACTIONS(2696), [anon_sym___attribute__] = ACTIONS(2696), [anon_sym_COLON_COLON] = ACTIONS(2698), [anon_sym_LBRACK_LBRACK] = ACTIONS(2698), [anon_sym___declspec] = ACTIONS(2696), [anon_sym___based] = ACTIONS(2696), [anon_sym___cdecl] = ACTIONS(2696), [anon_sym___clrcall] = ACTIONS(2696), [anon_sym___stdcall] = ACTIONS(2696), [anon_sym___fastcall] = ACTIONS(2696), [anon_sym___thiscall] = ACTIONS(2696), [anon_sym___vectorcall] = ACTIONS(2696), [anon_sym_LBRACE] = ACTIONS(2698), [anon_sym_signed] = ACTIONS(2696), [anon_sym_unsigned] = ACTIONS(2696), [anon_sym_long] = ACTIONS(2696), [anon_sym_short] = ACTIONS(2696), [anon_sym_LBRACK] = ACTIONS(2696), [anon_sym_static] = ACTIONS(2696), [anon_sym_register] = ACTIONS(2696), [anon_sym_inline] = ACTIONS(2696), [anon_sym_thread_local] = ACTIONS(2696), [anon_sym_const] = ACTIONS(2696), [anon_sym_constexpr] = ACTIONS(2696), [anon_sym_volatile] = ACTIONS(2696), [anon_sym_restrict] = ACTIONS(2696), [anon_sym___restrict__] = ACTIONS(2696), [anon_sym__Atomic] = ACTIONS(2696), [anon_sym__Noreturn] = ACTIONS(2696), [anon_sym_noreturn] = ACTIONS(2696), [anon_sym_mutable] = ACTIONS(2696), [anon_sym_constinit] = ACTIONS(2696), [anon_sym_consteval] = ACTIONS(2696), [sym_primitive_type] = ACTIONS(2696), [anon_sym_enum] = ACTIONS(2696), [anon_sym_class] = ACTIONS(2696), [anon_sym_struct] = ACTIONS(2696), [anon_sym_union] = ACTIONS(2696), [anon_sym_if] = ACTIONS(2696), [anon_sym_else] = ACTIONS(2696), [anon_sym_switch] = ACTIONS(2696), [anon_sym_case] = ACTIONS(2696), [anon_sym_default] = ACTIONS(2696), [anon_sym_while] = ACTIONS(2696), [anon_sym_do] = ACTIONS(2696), [anon_sym_for] = ACTIONS(2696), [anon_sym_return] = ACTIONS(2696), [anon_sym_break] = ACTIONS(2696), [anon_sym_continue] = ACTIONS(2696), [anon_sym_goto] = ACTIONS(2696), [anon_sym_not] = ACTIONS(2696), [anon_sym_compl] = ACTIONS(2696), [anon_sym_DASH_DASH] = ACTIONS(2698), [anon_sym_PLUS_PLUS] = ACTIONS(2698), [anon_sym_sizeof] = ACTIONS(2696), [anon_sym_offsetof] = ACTIONS(2696), [anon_sym__Generic] = ACTIONS(2696), [anon_sym_asm] = ACTIONS(2696), [anon_sym___asm__] = ACTIONS(2696), [sym_number_literal] = ACTIONS(2698), [anon_sym_L_SQUOTE] = ACTIONS(2698), [anon_sym_u_SQUOTE] = ACTIONS(2698), [anon_sym_U_SQUOTE] = ACTIONS(2698), [anon_sym_u8_SQUOTE] = ACTIONS(2698), [anon_sym_SQUOTE] = ACTIONS(2698), [anon_sym_L_DQUOTE] = ACTIONS(2698), [anon_sym_u_DQUOTE] = ACTIONS(2698), [anon_sym_U_DQUOTE] = ACTIONS(2698), [anon_sym_u8_DQUOTE] = ACTIONS(2698), [anon_sym_DQUOTE] = ACTIONS(2698), [sym_true] = ACTIONS(2696), [sym_false] = ACTIONS(2696), [anon_sym_NULL] = ACTIONS(2696), [anon_sym_nullptr] = ACTIONS(2696), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2696), [anon_sym_decltype] = ACTIONS(2696), [anon_sym_virtual] = ACTIONS(2696), [anon_sym_explicit] = ACTIONS(2696), [anon_sym_typename] = ACTIONS(2696), [anon_sym_template] = ACTIONS(2696), [anon_sym_operator] = ACTIONS(2696), [anon_sym_try] = ACTIONS(2696), [anon_sym_delete] = ACTIONS(2696), [anon_sym_throw] = ACTIONS(2696), [anon_sym_namespace] = ACTIONS(2696), [anon_sym_using] = ACTIONS(2696), [anon_sym_static_assert] = ACTIONS(2696), [anon_sym_concept] = ACTIONS(2696), [anon_sym_co_return] = ACTIONS(2696), [anon_sym_co_yield] = ACTIONS(2696), [anon_sym_catch] = ACTIONS(3414), [anon_sym_R_DQUOTE] = ACTIONS(2698), [anon_sym_LR_DQUOTE] = ACTIONS(2698), [anon_sym_uR_DQUOTE] = ACTIONS(2698), [anon_sym_UR_DQUOTE] = ACTIONS(2698), [anon_sym_u8R_DQUOTE] = ACTIONS(2698), [anon_sym_co_await] = ACTIONS(2696), [anon_sym_new] = ACTIONS(2696), [anon_sym_requires] = ACTIONS(2696), [sym_this] = ACTIONS(2696), }, [583] = { [sym_identifier] = ACTIONS(3417), [aux_sym_preproc_include_token1] = ACTIONS(3417), [aux_sym_preproc_def_token1] = ACTIONS(3417), [aux_sym_preproc_if_token1] = ACTIONS(3417), [aux_sym_preproc_if_token2] = ACTIONS(3417), [aux_sym_preproc_ifdef_token1] = ACTIONS(3417), [aux_sym_preproc_ifdef_token2] = ACTIONS(3417), [aux_sym_preproc_else_token1] = ACTIONS(3417), [aux_sym_preproc_elif_token1] = ACTIONS(3417), [aux_sym_preproc_elifdef_token1] = ACTIONS(3417), [aux_sym_preproc_elifdef_token2] = ACTIONS(3417), [sym_preproc_directive] = ACTIONS(3417), [anon_sym_LPAREN2] = ACTIONS(3419), [anon_sym_BANG] = ACTIONS(3419), [anon_sym_TILDE] = ACTIONS(3419), [anon_sym_DASH] = ACTIONS(3417), [anon_sym_PLUS] = ACTIONS(3417), [anon_sym_STAR] = ACTIONS(3419), [anon_sym_AMP_AMP] = ACTIONS(3419), [anon_sym_AMP] = ACTIONS(3417), [anon_sym_SEMI] = ACTIONS(3419), [anon_sym_typedef] = ACTIONS(3417), [anon_sym_extern] = ACTIONS(3417), [anon_sym___attribute__] = ACTIONS(3417), [anon_sym_COLON_COLON] = ACTIONS(3419), [anon_sym_LBRACK_LBRACK] = ACTIONS(3419), [anon_sym___declspec] = ACTIONS(3417), [anon_sym___based] = ACTIONS(3417), [anon_sym___cdecl] = ACTIONS(3417), [anon_sym___clrcall] = ACTIONS(3417), [anon_sym___stdcall] = ACTIONS(3417), [anon_sym___fastcall] = ACTIONS(3417), [anon_sym___thiscall] = ACTIONS(3417), [anon_sym___vectorcall] = ACTIONS(3417), [anon_sym_LBRACE] = ACTIONS(3419), [anon_sym_signed] = ACTIONS(3417), [anon_sym_unsigned] = ACTIONS(3417), [anon_sym_long] = ACTIONS(3417), [anon_sym_short] = ACTIONS(3417), [anon_sym_LBRACK] = ACTIONS(3417), [anon_sym_static] = ACTIONS(3417), [anon_sym_register] = ACTIONS(3417), [anon_sym_inline] = ACTIONS(3417), [anon_sym_thread_local] = ACTIONS(3417), [anon_sym_const] = ACTIONS(3417), [anon_sym_constexpr] = ACTIONS(3417), [anon_sym_volatile] = ACTIONS(3417), [anon_sym_restrict] = ACTIONS(3417), [anon_sym___restrict__] = ACTIONS(3417), [anon_sym__Atomic] = ACTIONS(3417), [anon_sym__Noreturn] = ACTIONS(3417), [anon_sym_noreturn] = ACTIONS(3417), [anon_sym_mutable] = ACTIONS(3417), [anon_sym_constinit] = ACTIONS(3417), [anon_sym_consteval] = ACTIONS(3417), [sym_primitive_type] = ACTIONS(3417), [anon_sym_enum] = ACTIONS(3417), [anon_sym_class] = ACTIONS(3417), [anon_sym_struct] = ACTIONS(3417), [anon_sym_union] = ACTIONS(3417), [anon_sym_if] = ACTIONS(3417), [anon_sym_switch] = ACTIONS(3417), [anon_sym_case] = ACTIONS(3417), [anon_sym_default] = ACTIONS(3417), [anon_sym_while] = ACTIONS(3417), [anon_sym_do] = ACTIONS(3417), [anon_sym_for] = ACTIONS(3417), [anon_sym_return] = ACTIONS(3417), [anon_sym_break] = ACTIONS(3417), [anon_sym_continue] = ACTIONS(3417), [anon_sym_goto] = ACTIONS(3417), [anon_sym_not] = ACTIONS(3417), [anon_sym_compl] = ACTIONS(3417), [anon_sym_DASH_DASH] = ACTIONS(3419), [anon_sym_PLUS_PLUS] = ACTIONS(3419), [anon_sym_sizeof] = ACTIONS(3417), [anon_sym_offsetof] = ACTIONS(3417), [anon_sym__Generic] = ACTIONS(3417), [anon_sym_asm] = ACTIONS(3417), [anon_sym___asm__] = ACTIONS(3417), [sym_number_literal] = ACTIONS(3419), [anon_sym_L_SQUOTE] = ACTIONS(3419), [anon_sym_u_SQUOTE] = ACTIONS(3419), [anon_sym_U_SQUOTE] = ACTIONS(3419), [anon_sym_u8_SQUOTE] = ACTIONS(3419), [anon_sym_SQUOTE] = ACTIONS(3419), [anon_sym_L_DQUOTE] = ACTIONS(3419), [anon_sym_u_DQUOTE] = ACTIONS(3419), [anon_sym_U_DQUOTE] = ACTIONS(3419), [anon_sym_u8_DQUOTE] = ACTIONS(3419), [anon_sym_DQUOTE] = ACTIONS(3419), [sym_true] = ACTIONS(3417), [sym_false] = ACTIONS(3417), [anon_sym_NULL] = ACTIONS(3417), [anon_sym_nullptr] = ACTIONS(3417), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3417), [anon_sym_decltype] = ACTIONS(3417), [anon_sym_virtual] = ACTIONS(3417), [anon_sym_explicit] = ACTIONS(3417), [anon_sym_typename] = ACTIONS(3417), [anon_sym_template] = ACTIONS(3417), [anon_sym_operator] = ACTIONS(3417), [anon_sym_try] = ACTIONS(3417), [anon_sym_delete] = ACTIONS(3417), [anon_sym_throw] = ACTIONS(3417), [anon_sym_namespace] = ACTIONS(3417), [anon_sym_using] = ACTIONS(3417), [anon_sym_static_assert] = ACTIONS(3417), [anon_sym_concept] = ACTIONS(3417), [anon_sym_co_return] = ACTIONS(3417), [anon_sym_co_yield] = ACTIONS(3417), [anon_sym_R_DQUOTE] = ACTIONS(3419), [anon_sym_LR_DQUOTE] = ACTIONS(3419), [anon_sym_uR_DQUOTE] = ACTIONS(3419), [anon_sym_UR_DQUOTE] = ACTIONS(3419), [anon_sym_u8R_DQUOTE] = ACTIONS(3419), [anon_sym_co_await] = ACTIONS(3417), [anon_sym_new] = ACTIONS(3417), [anon_sym_requires] = ACTIONS(3417), [sym_this] = ACTIONS(3417), }, [584] = { [sym_identifier] = ACTIONS(3421), [aux_sym_preproc_include_token1] = ACTIONS(3421), [aux_sym_preproc_def_token1] = ACTIONS(3421), [aux_sym_preproc_if_token1] = ACTIONS(3421), [aux_sym_preproc_if_token2] = ACTIONS(3421), [aux_sym_preproc_ifdef_token1] = ACTIONS(3421), [aux_sym_preproc_ifdef_token2] = ACTIONS(3421), [aux_sym_preproc_else_token1] = ACTIONS(3421), [aux_sym_preproc_elif_token1] = ACTIONS(3421), [aux_sym_preproc_elifdef_token1] = ACTIONS(3421), [aux_sym_preproc_elifdef_token2] = ACTIONS(3421), [sym_preproc_directive] = ACTIONS(3421), [anon_sym_LPAREN2] = ACTIONS(3423), [anon_sym_BANG] = ACTIONS(3423), [anon_sym_TILDE] = ACTIONS(3423), [anon_sym_DASH] = ACTIONS(3421), [anon_sym_PLUS] = ACTIONS(3421), [anon_sym_STAR] = ACTIONS(3423), [anon_sym_AMP_AMP] = ACTIONS(3423), [anon_sym_AMP] = ACTIONS(3421), [anon_sym_SEMI] = ACTIONS(3423), [anon_sym_typedef] = ACTIONS(3421), [anon_sym_extern] = ACTIONS(3421), [anon_sym___attribute__] = ACTIONS(3421), [anon_sym_COLON_COLON] = ACTIONS(3423), [anon_sym_LBRACK_LBRACK] = ACTIONS(3423), [anon_sym___declspec] = ACTIONS(3421), [anon_sym___based] = ACTIONS(3421), [anon_sym___cdecl] = ACTIONS(3421), [anon_sym___clrcall] = ACTIONS(3421), [anon_sym___stdcall] = ACTIONS(3421), [anon_sym___fastcall] = ACTIONS(3421), [anon_sym___thiscall] = ACTIONS(3421), [anon_sym___vectorcall] = ACTIONS(3421), [anon_sym_LBRACE] = ACTIONS(3423), [anon_sym_signed] = ACTIONS(3421), [anon_sym_unsigned] = ACTIONS(3421), [anon_sym_long] = ACTIONS(3421), [anon_sym_short] = ACTIONS(3421), [anon_sym_LBRACK] = ACTIONS(3421), [anon_sym_static] = ACTIONS(3421), [anon_sym_register] = ACTIONS(3421), [anon_sym_inline] = ACTIONS(3421), [anon_sym_thread_local] = ACTIONS(3421), [anon_sym_const] = ACTIONS(3421), [anon_sym_constexpr] = ACTIONS(3421), [anon_sym_volatile] = ACTIONS(3421), [anon_sym_restrict] = ACTIONS(3421), [anon_sym___restrict__] = ACTIONS(3421), [anon_sym__Atomic] = ACTIONS(3421), [anon_sym__Noreturn] = ACTIONS(3421), [anon_sym_noreturn] = ACTIONS(3421), [anon_sym_mutable] = ACTIONS(3421), [anon_sym_constinit] = ACTIONS(3421), [anon_sym_consteval] = ACTIONS(3421), [sym_primitive_type] = ACTIONS(3421), [anon_sym_enum] = ACTIONS(3421), [anon_sym_class] = ACTIONS(3421), [anon_sym_struct] = ACTIONS(3421), [anon_sym_union] = ACTIONS(3421), [anon_sym_if] = ACTIONS(3421), [anon_sym_switch] = ACTIONS(3421), [anon_sym_case] = ACTIONS(3421), [anon_sym_default] = ACTIONS(3421), [anon_sym_while] = ACTIONS(3421), [anon_sym_do] = ACTIONS(3421), [anon_sym_for] = ACTIONS(3421), [anon_sym_return] = ACTIONS(3421), [anon_sym_break] = ACTIONS(3421), [anon_sym_continue] = ACTIONS(3421), [anon_sym_goto] = ACTIONS(3421), [anon_sym_not] = ACTIONS(3421), [anon_sym_compl] = ACTIONS(3421), [anon_sym_DASH_DASH] = ACTIONS(3423), [anon_sym_PLUS_PLUS] = ACTIONS(3423), [anon_sym_sizeof] = ACTIONS(3421), [anon_sym_offsetof] = ACTIONS(3421), [anon_sym__Generic] = ACTIONS(3421), [anon_sym_asm] = ACTIONS(3421), [anon_sym___asm__] = ACTIONS(3421), [sym_number_literal] = ACTIONS(3423), [anon_sym_L_SQUOTE] = ACTIONS(3423), [anon_sym_u_SQUOTE] = ACTIONS(3423), [anon_sym_U_SQUOTE] = ACTIONS(3423), [anon_sym_u8_SQUOTE] = ACTIONS(3423), [anon_sym_SQUOTE] = ACTIONS(3423), [anon_sym_L_DQUOTE] = ACTIONS(3423), [anon_sym_u_DQUOTE] = ACTIONS(3423), [anon_sym_U_DQUOTE] = ACTIONS(3423), [anon_sym_u8_DQUOTE] = ACTIONS(3423), [anon_sym_DQUOTE] = ACTIONS(3423), [sym_true] = ACTIONS(3421), [sym_false] = ACTIONS(3421), [anon_sym_NULL] = ACTIONS(3421), [anon_sym_nullptr] = ACTIONS(3421), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3421), [anon_sym_decltype] = ACTIONS(3421), [anon_sym_virtual] = ACTIONS(3421), [anon_sym_explicit] = ACTIONS(3421), [anon_sym_typename] = ACTIONS(3421), [anon_sym_template] = ACTIONS(3421), [anon_sym_operator] = ACTIONS(3421), [anon_sym_try] = ACTIONS(3421), [anon_sym_delete] = ACTIONS(3421), [anon_sym_throw] = ACTIONS(3421), [anon_sym_namespace] = ACTIONS(3421), [anon_sym_using] = ACTIONS(3421), [anon_sym_static_assert] = ACTIONS(3421), [anon_sym_concept] = ACTIONS(3421), [anon_sym_co_return] = ACTIONS(3421), [anon_sym_co_yield] = ACTIONS(3421), [anon_sym_R_DQUOTE] = ACTIONS(3423), [anon_sym_LR_DQUOTE] = ACTIONS(3423), [anon_sym_uR_DQUOTE] = ACTIONS(3423), [anon_sym_UR_DQUOTE] = ACTIONS(3423), [anon_sym_u8R_DQUOTE] = ACTIONS(3423), [anon_sym_co_await] = ACTIONS(3421), [anon_sym_new] = ACTIONS(3421), [anon_sym_requires] = ACTIONS(3421), [sym_this] = ACTIONS(3421), }, [585] = { [sym_identifier] = ACTIONS(2542), [aux_sym_preproc_include_token1] = ACTIONS(2542), [aux_sym_preproc_def_token1] = ACTIONS(2542), [aux_sym_preproc_if_token1] = ACTIONS(2542), [aux_sym_preproc_if_token2] = ACTIONS(2542), [aux_sym_preproc_ifdef_token1] = ACTIONS(2542), [aux_sym_preproc_ifdef_token2] = ACTIONS(2542), [aux_sym_preproc_else_token1] = ACTIONS(2542), [aux_sym_preproc_elif_token1] = ACTIONS(2542), [sym_preproc_directive] = ACTIONS(2542), [anon_sym_LPAREN2] = ACTIONS(2540), [anon_sym_BANG] = ACTIONS(2540), [anon_sym_TILDE] = ACTIONS(2540), [anon_sym_DASH] = ACTIONS(2542), [anon_sym_PLUS] = ACTIONS(2542), [anon_sym_STAR] = ACTIONS(2540), [anon_sym_AMP_AMP] = ACTIONS(2540), [anon_sym_AMP] = ACTIONS(2542), [anon_sym_SEMI] = ACTIONS(2540), [anon_sym_typedef] = ACTIONS(2542), [anon_sym_extern] = ACTIONS(2542), [anon_sym___attribute__] = ACTIONS(2542), [anon_sym_COLON_COLON] = ACTIONS(2540), [anon_sym_LBRACK_LBRACK] = ACTIONS(2540), [anon_sym___declspec] = ACTIONS(2542), [anon_sym___based] = ACTIONS(2542), [anon_sym___cdecl] = ACTIONS(2542), [anon_sym___clrcall] = ACTIONS(2542), [anon_sym___stdcall] = ACTIONS(2542), [anon_sym___fastcall] = ACTIONS(2542), [anon_sym___thiscall] = ACTIONS(2542), [anon_sym___vectorcall] = ACTIONS(2542), [anon_sym_LBRACE] = ACTIONS(2540), [anon_sym_signed] = ACTIONS(2542), [anon_sym_unsigned] = ACTIONS(2542), [anon_sym_long] = ACTIONS(2542), [anon_sym_short] = ACTIONS(2542), [anon_sym_LBRACK] = ACTIONS(2542), [anon_sym_static] = ACTIONS(2542), [anon_sym_register] = ACTIONS(2542), [anon_sym_inline] = ACTIONS(2542), [anon_sym_thread_local] = ACTIONS(2542), [anon_sym_const] = ACTIONS(2542), [anon_sym_constexpr] = ACTIONS(2542), [anon_sym_volatile] = ACTIONS(2542), [anon_sym_restrict] = ACTIONS(2542), [anon_sym___restrict__] = ACTIONS(2542), [anon_sym__Atomic] = ACTIONS(2542), [anon_sym__Noreturn] = ACTIONS(2542), [anon_sym_noreturn] = ACTIONS(2542), [anon_sym_mutable] = ACTIONS(2542), [anon_sym_constinit] = ACTIONS(2542), [anon_sym_consteval] = ACTIONS(2542), [sym_primitive_type] = ACTIONS(2542), [anon_sym_enum] = ACTIONS(2542), [anon_sym_class] = ACTIONS(2542), [anon_sym_struct] = ACTIONS(2542), [anon_sym_union] = ACTIONS(2542), [anon_sym_if] = ACTIONS(2542), [anon_sym_else] = ACTIONS(2542), [anon_sym_switch] = ACTIONS(2542), [anon_sym_case] = ACTIONS(2542), [anon_sym_default] = ACTIONS(2542), [anon_sym_while] = ACTIONS(2542), [anon_sym_do] = ACTIONS(2542), [anon_sym_for] = ACTIONS(2542), [anon_sym_return] = ACTIONS(2542), [anon_sym_break] = ACTIONS(2542), [anon_sym_continue] = ACTIONS(2542), [anon_sym_goto] = ACTIONS(2542), [anon_sym_not] = ACTIONS(2542), [anon_sym_compl] = ACTIONS(2542), [anon_sym_DASH_DASH] = ACTIONS(2540), [anon_sym_PLUS_PLUS] = ACTIONS(2540), [anon_sym_sizeof] = ACTIONS(2542), [anon_sym_offsetof] = ACTIONS(2542), [anon_sym__Generic] = ACTIONS(2542), [anon_sym_asm] = ACTIONS(2542), [anon_sym___asm__] = ACTIONS(2542), [sym_number_literal] = ACTIONS(2540), [anon_sym_L_SQUOTE] = ACTIONS(2540), [anon_sym_u_SQUOTE] = ACTIONS(2540), [anon_sym_U_SQUOTE] = ACTIONS(2540), [anon_sym_u8_SQUOTE] = ACTIONS(2540), [anon_sym_SQUOTE] = ACTIONS(2540), [anon_sym_L_DQUOTE] = ACTIONS(2540), [anon_sym_u_DQUOTE] = ACTIONS(2540), [anon_sym_U_DQUOTE] = ACTIONS(2540), [anon_sym_u8_DQUOTE] = ACTIONS(2540), [anon_sym_DQUOTE] = ACTIONS(2540), [sym_true] = ACTIONS(2542), [sym_false] = ACTIONS(2542), [anon_sym_NULL] = ACTIONS(2542), [anon_sym_nullptr] = ACTIONS(2542), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2542), [anon_sym_decltype] = ACTIONS(2542), [anon_sym_virtual] = ACTIONS(2542), [anon_sym_explicit] = ACTIONS(2542), [anon_sym_typename] = ACTIONS(2542), [anon_sym_template] = ACTIONS(2542), [anon_sym_operator] = ACTIONS(2542), [anon_sym_try] = ACTIONS(2542), [anon_sym_delete] = ACTIONS(2542), [anon_sym_throw] = ACTIONS(2542), [anon_sym_namespace] = ACTIONS(2542), [anon_sym_using] = ACTIONS(2542), [anon_sym_static_assert] = ACTIONS(2542), [anon_sym_concept] = ACTIONS(2542), [anon_sym_co_return] = ACTIONS(2542), [anon_sym_co_yield] = ACTIONS(2542), [anon_sym_catch] = ACTIONS(2542), [anon_sym_R_DQUOTE] = ACTIONS(2540), [anon_sym_LR_DQUOTE] = ACTIONS(2540), [anon_sym_uR_DQUOTE] = ACTIONS(2540), [anon_sym_UR_DQUOTE] = ACTIONS(2540), [anon_sym_u8R_DQUOTE] = ACTIONS(2540), [anon_sym_co_await] = ACTIONS(2542), [anon_sym_new] = ACTIONS(2542), [anon_sym_requires] = ACTIONS(2542), [sym_this] = ACTIONS(2542), }, [586] = { [sym_identifier] = ACTIONS(3406), [aux_sym_preproc_include_token1] = ACTIONS(3406), [aux_sym_preproc_def_token1] = ACTIONS(3406), [aux_sym_preproc_if_token1] = ACTIONS(3406), [aux_sym_preproc_if_token2] = ACTIONS(3406), [aux_sym_preproc_ifdef_token1] = ACTIONS(3406), [aux_sym_preproc_ifdef_token2] = ACTIONS(3406), [aux_sym_preproc_else_token1] = ACTIONS(3406), [aux_sym_preproc_elif_token1] = ACTIONS(3406), [aux_sym_preproc_elifdef_token1] = ACTIONS(3406), [aux_sym_preproc_elifdef_token2] = ACTIONS(3406), [sym_preproc_directive] = ACTIONS(3406), [anon_sym_LPAREN2] = ACTIONS(3408), [anon_sym_BANG] = ACTIONS(3408), [anon_sym_TILDE] = ACTIONS(3408), [anon_sym_DASH] = ACTIONS(3406), [anon_sym_PLUS] = ACTIONS(3406), [anon_sym_STAR] = ACTIONS(3408), [anon_sym_AMP_AMP] = ACTIONS(3408), [anon_sym_AMP] = ACTIONS(3406), [anon_sym_SEMI] = ACTIONS(3408), [anon_sym_typedef] = ACTIONS(3406), [anon_sym_extern] = ACTIONS(3406), [anon_sym___attribute__] = ACTIONS(3406), [anon_sym_COLON_COLON] = ACTIONS(3408), [anon_sym_LBRACK_LBRACK] = ACTIONS(3408), [anon_sym___declspec] = ACTIONS(3406), [anon_sym___based] = ACTIONS(3406), [anon_sym___cdecl] = ACTIONS(3406), [anon_sym___clrcall] = ACTIONS(3406), [anon_sym___stdcall] = ACTIONS(3406), [anon_sym___fastcall] = ACTIONS(3406), [anon_sym___thiscall] = ACTIONS(3406), [anon_sym___vectorcall] = ACTIONS(3406), [anon_sym_LBRACE] = ACTIONS(3408), [anon_sym_signed] = ACTIONS(3406), [anon_sym_unsigned] = ACTIONS(3406), [anon_sym_long] = ACTIONS(3406), [anon_sym_short] = ACTIONS(3406), [anon_sym_LBRACK] = ACTIONS(3406), [anon_sym_static] = ACTIONS(3406), [anon_sym_register] = ACTIONS(3406), [anon_sym_inline] = ACTIONS(3406), [anon_sym_thread_local] = ACTIONS(3406), [anon_sym_const] = ACTIONS(3406), [anon_sym_constexpr] = ACTIONS(3406), [anon_sym_volatile] = ACTIONS(3406), [anon_sym_restrict] = ACTIONS(3406), [anon_sym___restrict__] = ACTIONS(3406), [anon_sym__Atomic] = ACTIONS(3406), [anon_sym__Noreturn] = ACTIONS(3406), [anon_sym_noreturn] = ACTIONS(3406), [anon_sym_mutable] = ACTIONS(3406), [anon_sym_constinit] = ACTIONS(3406), [anon_sym_consteval] = ACTIONS(3406), [sym_primitive_type] = ACTIONS(3406), [anon_sym_enum] = ACTIONS(3406), [anon_sym_class] = ACTIONS(3406), [anon_sym_struct] = ACTIONS(3406), [anon_sym_union] = ACTIONS(3406), [anon_sym_if] = ACTIONS(3406), [anon_sym_switch] = ACTIONS(3406), [anon_sym_case] = ACTIONS(3406), [anon_sym_default] = ACTIONS(3406), [anon_sym_while] = ACTIONS(3406), [anon_sym_do] = ACTIONS(3406), [anon_sym_for] = ACTIONS(3406), [anon_sym_return] = ACTIONS(3406), [anon_sym_break] = ACTIONS(3406), [anon_sym_continue] = ACTIONS(3406), [anon_sym_goto] = ACTIONS(3406), [anon_sym_not] = ACTIONS(3406), [anon_sym_compl] = ACTIONS(3406), [anon_sym_DASH_DASH] = ACTIONS(3408), [anon_sym_PLUS_PLUS] = ACTIONS(3408), [anon_sym_sizeof] = ACTIONS(3406), [anon_sym_offsetof] = ACTIONS(3406), [anon_sym__Generic] = ACTIONS(3406), [anon_sym_asm] = ACTIONS(3406), [anon_sym___asm__] = ACTIONS(3406), [sym_number_literal] = ACTIONS(3408), [anon_sym_L_SQUOTE] = ACTIONS(3408), [anon_sym_u_SQUOTE] = ACTIONS(3408), [anon_sym_U_SQUOTE] = ACTIONS(3408), [anon_sym_u8_SQUOTE] = ACTIONS(3408), [anon_sym_SQUOTE] = ACTIONS(3408), [anon_sym_L_DQUOTE] = ACTIONS(3408), [anon_sym_u_DQUOTE] = ACTIONS(3408), [anon_sym_U_DQUOTE] = ACTIONS(3408), [anon_sym_u8_DQUOTE] = ACTIONS(3408), [anon_sym_DQUOTE] = ACTIONS(3408), [sym_true] = ACTIONS(3406), [sym_false] = ACTIONS(3406), [anon_sym_NULL] = ACTIONS(3406), [anon_sym_nullptr] = ACTIONS(3406), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3406), [anon_sym_decltype] = ACTIONS(3406), [anon_sym_virtual] = ACTIONS(3406), [anon_sym_explicit] = ACTIONS(3406), [anon_sym_typename] = ACTIONS(3406), [anon_sym_template] = ACTIONS(3406), [anon_sym_operator] = ACTIONS(3406), [anon_sym_try] = ACTIONS(3406), [anon_sym_delete] = ACTIONS(3406), [anon_sym_throw] = ACTIONS(3406), [anon_sym_namespace] = ACTIONS(3406), [anon_sym_using] = ACTIONS(3406), [anon_sym_static_assert] = ACTIONS(3406), [anon_sym_concept] = ACTIONS(3406), [anon_sym_co_return] = ACTIONS(3406), [anon_sym_co_yield] = ACTIONS(3406), [anon_sym_R_DQUOTE] = ACTIONS(3408), [anon_sym_LR_DQUOTE] = ACTIONS(3408), [anon_sym_uR_DQUOTE] = ACTIONS(3408), [anon_sym_UR_DQUOTE] = ACTIONS(3408), [anon_sym_u8R_DQUOTE] = ACTIONS(3408), [anon_sym_co_await] = ACTIONS(3406), [anon_sym_new] = ACTIONS(3406), [anon_sym_requires] = ACTIONS(3406), [sym_this] = ACTIONS(3406), }, [587] = { [sym_identifier] = ACTIONS(3425), [aux_sym_preproc_include_token1] = ACTIONS(3425), [aux_sym_preproc_def_token1] = ACTIONS(3425), [aux_sym_preproc_if_token1] = ACTIONS(3425), [aux_sym_preproc_if_token2] = ACTIONS(3425), [aux_sym_preproc_ifdef_token1] = ACTIONS(3425), [aux_sym_preproc_ifdef_token2] = ACTIONS(3425), [aux_sym_preproc_else_token1] = ACTIONS(3425), [aux_sym_preproc_elif_token1] = ACTIONS(3425), [aux_sym_preproc_elifdef_token1] = ACTIONS(3425), [aux_sym_preproc_elifdef_token2] = ACTIONS(3425), [sym_preproc_directive] = ACTIONS(3425), [anon_sym_LPAREN2] = ACTIONS(3427), [anon_sym_BANG] = ACTIONS(3427), [anon_sym_TILDE] = ACTIONS(3427), [anon_sym_DASH] = ACTIONS(3425), [anon_sym_PLUS] = ACTIONS(3425), [anon_sym_STAR] = ACTIONS(3427), [anon_sym_AMP_AMP] = ACTIONS(3427), [anon_sym_AMP] = ACTIONS(3425), [anon_sym_SEMI] = ACTIONS(3427), [anon_sym_typedef] = ACTIONS(3425), [anon_sym_extern] = ACTIONS(3425), [anon_sym___attribute__] = ACTIONS(3425), [anon_sym_COLON_COLON] = ACTIONS(3427), [anon_sym_LBRACK_LBRACK] = ACTIONS(3427), [anon_sym___declspec] = ACTIONS(3425), [anon_sym___based] = ACTIONS(3425), [anon_sym___cdecl] = ACTIONS(3425), [anon_sym___clrcall] = ACTIONS(3425), [anon_sym___stdcall] = ACTIONS(3425), [anon_sym___fastcall] = ACTIONS(3425), [anon_sym___thiscall] = ACTIONS(3425), [anon_sym___vectorcall] = ACTIONS(3425), [anon_sym_LBRACE] = ACTIONS(3427), [anon_sym_signed] = ACTIONS(3425), [anon_sym_unsigned] = ACTIONS(3425), [anon_sym_long] = ACTIONS(3425), [anon_sym_short] = ACTIONS(3425), [anon_sym_LBRACK] = ACTIONS(3425), [anon_sym_static] = ACTIONS(3425), [anon_sym_register] = ACTIONS(3425), [anon_sym_inline] = ACTIONS(3425), [anon_sym_thread_local] = ACTIONS(3425), [anon_sym_const] = ACTIONS(3425), [anon_sym_constexpr] = ACTIONS(3425), [anon_sym_volatile] = ACTIONS(3425), [anon_sym_restrict] = ACTIONS(3425), [anon_sym___restrict__] = ACTIONS(3425), [anon_sym__Atomic] = ACTIONS(3425), [anon_sym__Noreturn] = ACTIONS(3425), [anon_sym_noreturn] = ACTIONS(3425), [anon_sym_mutable] = ACTIONS(3425), [anon_sym_constinit] = ACTIONS(3425), [anon_sym_consteval] = ACTIONS(3425), [sym_primitive_type] = ACTIONS(3425), [anon_sym_enum] = ACTIONS(3425), [anon_sym_class] = ACTIONS(3425), [anon_sym_struct] = ACTIONS(3425), [anon_sym_union] = ACTIONS(3425), [anon_sym_if] = ACTIONS(3425), [anon_sym_switch] = ACTIONS(3425), [anon_sym_case] = ACTIONS(3425), [anon_sym_default] = ACTIONS(3425), [anon_sym_while] = ACTIONS(3425), [anon_sym_do] = ACTIONS(3425), [anon_sym_for] = ACTIONS(3425), [anon_sym_return] = ACTIONS(3425), [anon_sym_break] = ACTIONS(3425), [anon_sym_continue] = ACTIONS(3425), [anon_sym_goto] = ACTIONS(3425), [anon_sym_not] = ACTIONS(3425), [anon_sym_compl] = ACTIONS(3425), [anon_sym_DASH_DASH] = ACTIONS(3427), [anon_sym_PLUS_PLUS] = ACTIONS(3427), [anon_sym_sizeof] = ACTIONS(3425), [anon_sym_offsetof] = ACTIONS(3425), [anon_sym__Generic] = ACTIONS(3425), [anon_sym_asm] = ACTIONS(3425), [anon_sym___asm__] = ACTIONS(3425), [sym_number_literal] = ACTIONS(3427), [anon_sym_L_SQUOTE] = ACTIONS(3427), [anon_sym_u_SQUOTE] = ACTIONS(3427), [anon_sym_U_SQUOTE] = ACTIONS(3427), [anon_sym_u8_SQUOTE] = ACTIONS(3427), [anon_sym_SQUOTE] = ACTIONS(3427), [anon_sym_L_DQUOTE] = ACTIONS(3427), [anon_sym_u_DQUOTE] = ACTIONS(3427), [anon_sym_U_DQUOTE] = ACTIONS(3427), [anon_sym_u8_DQUOTE] = ACTIONS(3427), [anon_sym_DQUOTE] = ACTIONS(3427), [sym_true] = ACTIONS(3425), [sym_false] = ACTIONS(3425), [anon_sym_NULL] = ACTIONS(3425), [anon_sym_nullptr] = ACTIONS(3425), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3425), [anon_sym_decltype] = ACTIONS(3425), [anon_sym_virtual] = ACTIONS(3425), [anon_sym_explicit] = ACTIONS(3425), [anon_sym_typename] = ACTIONS(3425), [anon_sym_template] = ACTIONS(3425), [anon_sym_operator] = ACTIONS(3425), [anon_sym_try] = ACTIONS(3425), [anon_sym_delete] = ACTIONS(3425), [anon_sym_throw] = ACTIONS(3425), [anon_sym_namespace] = ACTIONS(3425), [anon_sym_using] = ACTIONS(3425), [anon_sym_static_assert] = ACTIONS(3425), [anon_sym_concept] = ACTIONS(3425), [anon_sym_co_return] = ACTIONS(3425), [anon_sym_co_yield] = ACTIONS(3425), [anon_sym_R_DQUOTE] = ACTIONS(3427), [anon_sym_LR_DQUOTE] = ACTIONS(3427), [anon_sym_uR_DQUOTE] = ACTIONS(3427), [anon_sym_UR_DQUOTE] = ACTIONS(3427), [anon_sym_u8R_DQUOTE] = ACTIONS(3427), [anon_sym_co_await] = ACTIONS(3425), [anon_sym_new] = ACTIONS(3425), [anon_sym_requires] = ACTIONS(3425), [sym_this] = ACTIONS(3425), }, [588] = { [sym_identifier] = ACTIONS(3429), [aux_sym_preproc_include_token1] = ACTIONS(3429), [aux_sym_preproc_def_token1] = ACTIONS(3429), [aux_sym_preproc_if_token1] = ACTIONS(3429), [aux_sym_preproc_if_token2] = ACTIONS(3429), [aux_sym_preproc_ifdef_token1] = ACTIONS(3429), [aux_sym_preproc_ifdef_token2] = ACTIONS(3429), [aux_sym_preproc_else_token1] = ACTIONS(3429), [aux_sym_preproc_elif_token1] = ACTIONS(3429), [aux_sym_preproc_elifdef_token1] = ACTIONS(3429), [aux_sym_preproc_elifdef_token2] = ACTIONS(3429), [sym_preproc_directive] = ACTIONS(3429), [anon_sym_LPAREN2] = ACTIONS(3431), [anon_sym_BANG] = ACTIONS(3431), [anon_sym_TILDE] = ACTIONS(3431), [anon_sym_DASH] = ACTIONS(3429), [anon_sym_PLUS] = ACTIONS(3429), [anon_sym_STAR] = ACTIONS(3431), [anon_sym_AMP_AMP] = ACTIONS(3431), [anon_sym_AMP] = ACTIONS(3429), [anon_sym_SEMI] = ACTIONS(3431), [anon_sym_typedef] = ACTIONS(3429), [anon_sym_extern] = ACTIONS(3429), [anon_sym___attribute__] = ACTIONS(3429), [anon_sym_COLON_COLON] = ACTIONS(3431), [anon_sym_LBRACK_LBRACK] = ACTIONS(3431), [anon_sym___declspec] = ACTIONS(3429), [anon_sym___based] = ACTIONS(3429), [anon_sym___cdecl] = ACTIONS(3429), [anon_sym___clrcall] = ACTIONS(3429), [anon_sym___stdcall] = ACTIONS(3429), [anon_sym___fastcall] = ACTIONS(3429), [anon_sym___thiscall] = ACTIONS(3429), [anon_sym___vectorcall] = ACTIONS(3429), [anon_sym_LBRACE] = ACTIONS(3431), [anon_sym_signed] = ACTIONS(3429), [anon_sym_unsigned] = ACTIONS(3429), [anon_sym_long] = ACTIONS(3429), [anon_sym_short] = ACTIONS(3429), [anon_sym_LBRACK] = ACTIONS(3429), [anon_sym_static] = ACTIONS(3429), [anon_sym_register] = ACTIONS(3429), [anon_sym_inline] = ACTIONS(3429), [anon_sym_thread_local] = ACTIONS(3429), [anon_sym_const] = ACTIONS(3429), [anon_sym_constexpr] = ACTIONS(3429), [anon_sym_volatile] = ACTIONS(3429), [anon_sym_restrict] = ACTIONS(3429), [anon_sym___restrict__] = ACTIONS(3429), [anon_sym__Atomic] = ACTIONS(3429), [anon_sym__Noreturn] = ACTIONS(3429), [anon_sym_noreturn] = ACTIONS(3429), [anon_sym_mutable] = ACTIONS(3429), [anon_sym_constinit] = ACTIONS(3429), [anon_sym_consteval] = ACTIONS(3429), [sym_primitive_type] = ACTIONS(3429), [anon_sym_enum] = ACTIONS(3429), [anon_sym_class] = ACTIONS(3429), [anon_sym_struct] = ACTIONS(3429), [anon_sym_union] = ACTIONS(3429), [anon_sym_if] = ACTIONS(3429), [anon_sym_switch] = ACTIONS(3429), [anon_sym_case] = ACTIONS(3429), [anon_sym_default] = ACTIONS(3429), [anon_sym_while] = ACTIONS(3429), [anon_sym_do] = ACTIONS(3429), [anon_sym_for] = ACTIONS(3429), [anon_sym_return] = ACTIONS(3429), [anon_sym_break] = ACTIONS(3429), [anon_sym_continue] = ACTIONS(3429), [anon_sym_goto] = ACTIONS(3429), [anon_sym_not] = ACTIONS(3429), [anon_sym_compl] = ACTIONS(3429), [anon_sym_DASH_DASH] = ACTIONS(3431), [anon_sym_PLUS_PLUS] = ACTIONS(3431), [anon_sym_sizeof] = ACTIONS(3429), [anon_sym_offsetof] = ACTIONS(3429), [anon_sym__Generic] = ACTIONS(3429), [anon_sym_asm] = ACTIONS(3429), [anon_sym___asm__] = ACTIONS(3429), [sym_number_literal] = ACTIONS(3431), [anon_sym_L_SQUOTE] = ACTIONS(3431), [anon_sym_u_SQUOTE] = ACTIONS(3431), [anon_sym_U_SQUOTE] = ACTIONS(3431), [anon_sym_u8_SQUOTE] = ACTIONS(3431), [anon_sym_SQUOTE] = ACTIONS(3431), [anon_sym_L_DQUOTE] = ACTIONS(3431), [anon_sym_u_DQUOTE] = ACTIONS(3431), [anon_sym_U_DQUOTE] = ACTIONS(3431), [anon_sym_u8_DQUOTE] = ACTIONS(3431), [anon_sym_DQUOTE] = ACTIONS(3431), [sym_true] = ACTIONS(3429), [sym_false] = ACTIONS(3429), [anon_sym_NULL] = ACTIONS(3429), [anon_sym_nullptr] = ACTIONS(3429), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3429), [anon_sym_decltype] = ACTIONS(3429), [anon_sym_virtual] = ACTIONS(3429), [anon_sym_explicit] = ACTIONS(3429), [anon_sym_typename] = ACTIONS(3429), [anon_sym_template] = ACTIONS(3429), [anon_sym_operator] = ACTIONS(3429), [anon_sym_try] = ACTIONS(3429), [anon_sym_delete] = ACTIONS(3429), [anon_sym_throw] = ACTIONS(3429), [anon_sym_namespace] = ACTIONS(3429), [anon_sym_using] = ACTIONS(3429), [anon_sym_static_assert] = ACTIONS(3429), [anon_sym_concept] = ACTIONS(3429), [anon_sym_co_return] = ACTIONS(3429), [anon_sym_co_yield] = ACTIONS(3429), [anon_sym_R_DQUOTE] = ACTIONS(3431), [anon_sym_LR_DQUOTE] = ACTIONS(3431), [anon_sym_uR_DQUOTE] = ACTIONS(3431), [anon_sym_UR_DQUOTE] = ACTIONS(3431), [anon_sym_u8R_DQUOTE] = ACTIONS(3431), [anon_sym_co_await] = ACTIONS(3429), [anon_sym_new] = ACTIONS(3429), [anon_sym_requires] = ACTIONS(3429), [sym_this] = ACTIONS(3429), }, [589] = { [sym_identifier] = ACTIONS(3433), [aux_sym_preproc_include_token1] = ACTIONS(3433), [aux_sym_preproc_def_token1] = ACTIONS(3433), [aux_sym_preproc_if_token1] = ACTIONS(3433), [aux_sym_preproc_if_token2] = ACTIONS(3433), [aux_sym_preproc_ifdef_token1] = ACTIONS(3433), [aux_sym_preproc_ifdef_token2] = ACTIONS(3433), [aux_sym_preproc_else_token1] = ACTIONS(3433), [aux_sym_preproc_elif_token1] = ACTIONS(3433), [aux_sym_preproc_elifdef_token1] = ACTIONS(3433), [aux_sym_preproc_elifdef_token2] = ACTIONS(3433), [sym_preproc_directive] = ACTIONS(3433), [anon_sym_LPAREN2] = ACTIONS(3435), [anon_sym_BANG] = ACTIONS(3435), [anon_sym_TILDE] = ACTIONS(3435), [anon_sym_DASH] = ACTIONS(3433), [anon_sym_PLUS] = ACTIONS(3433), [anon_sym_STAR] = ACTIONS(3435), [anon_sym_AMP_AMP] = ACTIONS(3435), [anon_sym_AMP] = ACTIONS(3433), [anon_sym_SEMI] = ACTIONS(3435), [anon_sym_typedef] = ACTIONS(3433), [anon_sym_extern] = ACTIONS(3433), [anon_sym___attribute__] = ACTIONS(3433), [anon_sym_COLON_COLON] = ACTIONS(3435), [anon_sym_LBRACK_LBRACK] = ACTIONS(3435), [anon_sym___declspec] = ACTIONS(3433), [anon_sym___based] = ACTIONS(3433), [anon_sym___cdecl] = ACTIONS(3433), [anon_sym___clrcall] = ACTIONS(3433), [anon_sym___stdcall] = ACTIONS(3433), [anon_sym___fastcall] = ACTIONS(3433), [anon_sym___thiscall] = ACTIONS(3433), [anon_sym___vectorcall] = ACTIONS(3433), [anon_sym_LBRACE] = ACTIONS(3435), [anon_sym_signed] = ACTIONS(3433), [anon_sym_unsigned] = ACTIONS(3433), [anon_sym_long] = ACTIONS(3433), [anon_sym_short] = ACTIONS(3433), [anon_sym_LBRACK] = ACTIONS(3433), [anon_sym_static] = ACTIONS(3433), [anon_sym_register] = ACTIONS(3433), [anon_sym_inline] = ACTIONS(3433), [anon_sym_thread_local] = ACTIONS(3433), [anon_sym_const] = ACTIONS(3433), [anon_sym_constexpr] = ACTIONS(3433), [anon_sym_volatile] = ACTIONS(3433), [anon_sym_restrict] = ACTIONS(3433), [anon_sym___restrict__] = ACTIONS(3433), [anon_sym__Atomic] = ACTIONS(3433), [anon_sym__Noreturn] = ACTIONS(3433), [anon_sym_noreturn] = ACTIONS(3433), [anon_sym_mutable] = ACTIONS(3433), [anon_sym_constinit] = ACTIONS(3433), [anon_sym_consteval] = ACTIONS(3433), [sym_primitive_type] = ACTIONS(3433), [anon_sym_enum] = ACTIONS(3433), [anon_sym_class] = ACTIONS(3433), [anon_sym_struct] = ACTIONS(3433), [anon_sym_union] = ACTIONS(3433), [anon_sym_if] = ACTIONS(3433), [anon_sym_switch] = ACTIONS(3433), [anon_sym_case] = ACTIONS(3433), [anon_sym_default] = ACTIONS(3433), [anon_sym_while] = ACTIONS(3433), [anon_sym_do] = ACTIONS(3433), [anon_sym_for] = ACTIONS(3433), [anon_sym_return] = ACTIONS(3433), [anon_sym_break] = ACTIONS(3433), [anon_sym_continue] = ACTIONS(3433), [anon_sym_goto] = ACTIONS(3433), [anon_sym_not] = ACTIONS(3433), [anon_sym_compl] = ACTIONS(3433), [anon_sym_DASH_DASH] = ACTIONS(3435), [anon_sym_PLUS_PLUS] = ACTIONS(3435), [anon_sym_sizeof] = ACTIONS(3433), [anon_sym_offsetof] = ACTIONS(3433), [anon_sym__Generic] = ACTIONS(3433), [anon_sym_asm] = ACTIONS(3433), [anon_sym___asm__] = ACTIONS(3433), [sym_number_literal] = ACTIONS(3435), [anon_sym_L_SQUOTE] = ACTIONS(3435), [anon_sym_u_SQUOTE] = ACTIONS(3435), [anon_sym_U_SQUOTE] = ACTIONS(3435), [anon_sym_u8_SQUOTE] = ACTIONS(3435), [anon_sym_SQUOTE] = ACTIONS(3435), [anon_sym_L_DQUOTE] = ACTIONS(3435), [anon_sym_u_DQUOTE] = ACTIONS(3435), [anon_sym_U_DQUOTE] = ACTIONS(3435), [anon_sym_u8_DQUOTE] = ACTIONS(3435), [anon_sym_DQUOTE] = ACTIONS(3435), [sym_true] = ACTIONS(3433), [sym_false] = ACTIONS(3433), [anon_sym_NULL] = ACTIONS(3433), [anon_sym_nullptr] = ACTIONS(3433), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3433), [anon_sym_decltype] = ACTIONS(3433), [anon_sym_virtual] = ACTIONS(3433), [anon_sym_explicit] = ACTIONS(3433), [anon_sym_typename] = ACTIONS(3433), [anon_sym_template] = ACTIONS(3433), [anon_sym_operator] = ACTIONS(3433), [anon_sym_try] = ACTIONS(3433), [anon_sym_delete] = ACTIONS(3433), [anon_sym_throw] = ACTIONS(3433), [anon_sym_namespace] = ACTIONS(3433), [anon_sym_using] = ACTIONS(3433), [anon_sym_static_assert] = ACTIONS(3433), [anon_sym_concept] = ACTIONS(3433), [anon_sym_co_return] = ACTIONS(3433), [anon_sym_co_yield] = ACTIONS(3433), [anon_sym_R_DQUOTE] = ACTIONS(3435), [anon_sym_LR_DQUOTE] = ACTIONS(3435), [anon_sym_uR_DQUOTE] = ACTIONS(3435), [anon_sym_UR_DQUOTE] = ACTIONS(3435), [anon_sym_u8R_DQUOTE] = ACTIONS(3435), [anon_sym_co_await] = ACTIONS(3433), [anon_sym_new] = ACTIONS(3433), [anon_sym_requires] = ACTIONS(3433), [sym_this] = ACTIONS(3433), }, [590] = { [sym_identifier] = ACTIONS(3437), [aux_sym_preproc_include_token1] = ACTIONS(3437), [aux_sym_preproc_def_token1] = ACTIONS(3437), [aux_sym_preproc_if_token1] = ACTIONS(3437), [aux_sym_preproc_if_token2] = ACTIONS(3437), [aux_sym_preproc_ifdef_token1] = ACTIONS(3437), [aux_sym_preproc_ifdef_token2] = ACTIONS(3437), [aux_sym_preproc_else_token1] = ACTIONS(3437), [aux_sym_preproc_elif_token1] = ACTIONS(3437), [aux_sym_preproc_elifdef_token1] = ACTIONS(3437), [aux_sym_preproc_elifdef_token2] = ACTIONS(3437), [sym_preproc_directive] = ACTIONS(3437), [anon_sym_LPAREN2] = ACTIONS(3439), [anon_sym_BANG] = ACTIONS(3439), [anon_sym_TILDE] = ACTIONS(3439), [anon_sym_DASH] = ACTIONS(3437), [anon_sym_PLUS] = ACTIONS(3437), [anon_sym_STAR] = ACTIONS(3439), [anon_sym_AMP_AMP] = ACTIONS(3439), [anon_sym_AMP] = ACTIONS(3437), [anon_sym_SEMI] = ACTIONS(3439), [anon_sym_typedef] = ACTIONS(3437), [anon_sym_extern] = ACTIONS(3437), [anon_sym___attribute__] = ACTIONS(3437), [anon_sym_COLON_COLON] = ACTIONS(3439), [anon_sym_LBRACK_LBRACK] = ACTIONS(3439), [anon_sym___declspec] = ACTIONS(3437), [anon_sym___based] = ACTIONS(3437), [anon_sym___cdecl] = ACTIONS(3437), [anon_sym___clrcall] = ACTIONS(3437), [anon_sym___stdcall] = ACTIONS(3437), [anon_sym___fastcall] = ACTIONS(3437), [anon_sym___thiscall] = ACTIONS(3437), [anon_sym___vectorcall] = ACTIONS(3437), [anon_sym_LBRACE] = ACTIONS(3439), [anon_sym_signed] = ACTIONS(3437), [anon_sym_unsigned] = ACTIONS(3437), [anon_sym_long] = ACTIONS(3437), [anon_sym_short] = ACTIONS(3437), [anon_sym_LBRACK] = ACTIONS(3437), [anon_sym_static] = ACTIONS(3437), [anon_sym_register] = ACTIONS(3437), [anon_sym_inline] = ACTIONS(3437), [anon_sym_thread_local] = ACTIONS(3437), [anon_sym_const] = ACTIONS(3437), [anon_sym_constexpr] = ACTIONS(3437), [anon_sym_volatile] = ACTIONS(3437), [anon_sym_restrict] = ACTIONS(3437), [anon_sym___restrict__] = ACTIONS(3437), [anon_sym__Atomic] = ACTIONS(3437), [anon_sym__Noreturn] = ACTIONS(3437), [anon_sym_noreturn] = ACTIONS(3437), [anon_sym_mutable] = ACTIONS(3437), [anon_sym_constinit] = ACTIONS(3437), [anon_sym_consteval] = ACTIONS(3437), [sym_primitive_type] = ACTIONS(3437), [anon_sym_enum] = ACTIONS(3437), [anon_sym_class] = ACTIONS(3437), [anon_sym_struct] = ACTIONS(3437), [anon_sym_union] = ACTIONS(3437), [anon_sym_if] = ACTIONS(3437), [anon_sym_switch] = ACTIONS(3437), [anon_sym_case] = ACTIONS(3437), [anon_sym_default] = ACTIONS(3437), [anon_sym_while] = ACTIONS(3437), [anon_sym_do] = ACTIONS(3437), [anon_sym_for] = ACTIONS(3437), [anon_sym_return] = ACTIONS(3437), [anon_sym_break] = ACTIONS(3437), [anon_sym_continue] = ACTIONS(3437), [anon_sym_goto] = ACTIONS(3437), [anon_sym_not] = ACTIONS(3437), [anon_sym_compl] = ACTIONS(3437), [anon_sym_DASH_DASH] = ACTIONS(3439), [anon_sym_PLUS_PLUS] = ACTIONS(3439), [anon_sym_sizeof] = ACTIONS(3437), [anon_sym_offsetof] = ACTIONS(3437), [anon_sym__Generic] = ACTIONS(3437), [anon_sym_asm] = ACTIONS(3437), [anon_sym___asm__] = ACTIONS(3437), [sym_number_literal] = ACTIONS(3439), [anon_sym_L_SQUOTE] = ACTIONS(3439), [anon_sym_u_SQUOTE] = ACTIONS(3439), [anon_sym_U_SQUOTE] = ACTIONS(3439), [anon_sym_u8_SQUOTE] = ACTIONS(3439), [anon_sym_SQUOTE] = ACTIONS(3439), [anon_sym_L_DQUOTE] = ACTIONS(3439), [anon_sym_u_DQUOTE] = ACTIONS(3439), [anon_sym_U_DQUOTE] = ACTIONS(3439), [anon_sym_u8_DQUOTE] = ACTIONS(3439), [anon_sym_DQUOTE] = ACTIONS(3439), [sym_true] = ACTIONS(3437), [sym_false] = ACTIONS(3437), [anon_sym_NULL] = ACTIONS(3437), [anon_sym_nullptr] = ACTIONS(3437), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3437), [anon_sym_decltype] = ACTIONS(3437), [anon_sym_virtual] = ACTIONS(3437), [anon_sym_explicit] = ACTIONS(3437), [anon_sym_typename] = ACTIONS(3437), [anon_sym_template] = ACTIONS(3437), [anon_sym_operator] = ACTIONS(3437), [anon_sym_try] = ACTIONS(3437), [anon_sym_delete] = ACTIONS(3437), [anon_sym_throw] = ACTIONS(3437), [anon_sym_namespace] = ACTIONS(3437), [anon_sym_using] = ACTIONS(3437), [anon_sym_static_assert] = ACTIONS(3437), [anon_sym_concept] = ACTIONS(3437), [anon_sym_co_return] = ACTIONS(3437), [anon_sym_co_yield] = ACTIONS(3437), [anon_sym_R_DQUOTE] = ACTIONS(3439), [anon_sym_LR_DQUOTE] = ACTIONS(3439), [anon_sym_uR_DQUOTE] = ACTIONS(3439), [anon_sym_UR_DQUOTE] = ACTIONS(3439), [anon_sym_u8R_DQUOTE] = ACTIONS(3439), [anon_sym_co_await] = ACTIONS(3437), [anon_sym_new] = ACTIONS(3437), [anon_sym_requires] = ACTIONS(3437), [sym_this] = ACTIONS(3437), }, [591] = { [sym_else_clause] = STATE(725), [sym_identifier] = ACTIONS(2905), [aux_sym_preproc_include_token1] = ACTIONS(2905), [aux_sym_preproc_def_token1] = ACTIONS(2905), [aux_sym_preproc_if_token1] = ACTIONS(2905), [aux_sym_preproc_if_token2] = ACTIONS(2905), [aux_sym_preproc_ifdef_token1] = ACTIONS(2905), [aux_sym_preproc_ifdef_token2] = ACTIONS(2905), [aux_sym_preproc_else_token1] = ACTIONS(2905), [aux_sym_preproc_elif_token1] = ACTIONS(2905), [sym_preproc_directive] = ACTIONS(2905), [anon_sym_LPAREN2] = ACTIONS(2907), [anon_sym_BANG] = ACTIONS(2907), [anon_sym_TILDE] = ACTIONS(2907), [anon_sym_DASH] = ACTIONS(2905), [anon_sym_PLUS] = ACTIONS(2905), [anon_sym_STAR] = ACTIONS(2907), [anon_sym_AMP_AMP] = ACTIONS(2907), [anon_sym_AMP] = ACTIONS(2905), [anon_sym_SEMI] = ACTIONS(2907), [anon_sym_typedef] = ACTIONS(2905), [anon_sym_extern] = ACTIONS(2905), [anon_sym___attribute__] = ACTIONS(2905), [anon_sym_COLON_COLON] = ACTIONS(2907), [anon_sym_LBRACK_LBRACK] = ACTIONS(2907), [anon_sym___declspec] = ACTIONS(2905), [anon_sym___based] = ACTIONS(2905), [anon_sym___cdecl] = ACTIONS(2905), [anon_sym___clrcall] = ACTIONS(2905), [anon_sym___stdcall] = ACTIONS(2905), [anon_sym___fastcall] = ACTIONS(2905), [anon_sym___thiscall] = ACTIONS(2905), [anon_sym___vectorcall] = ACTIONS(2905), [anon_sym_LBRACE] = ACTIONS(2907), [anon_sym_signed] = ACTIONS(2905), [anon_sym_unsigned] = ACTIONS(2905), [anon_sym_long] = ACTIONS(2905), [anon_sym_short] = ACTIONS(2905), [anon_sym_LBRACK] = ACTIONS(2905), [anon_sym_static] = ACTIONS(2905), [anon_sym_register] = ACTIONS(2905), [anon_sym_inline] = ACTIONS(2905), [anon_sym_thread_local] = ACTIONS(2905), [anon_sym_const] = ACTIONS(2905), [anon_sym_constexpr] = ACTIONS(2905), [anon_sym_volatile] = ACTIONS(2905), [anon_sym_restrict] = ACTIONS(2905), [anon_sym___restrict__] = ACTIONS(2905), [anon_sym__Atomic] = ACTIONS(2905), [anon_sym__Noreturn] = ACTIONS(2905), [anon_sym_noreturn] = ACTIONS(2905), [anon_sym_mutable] = ACTIONS(2905), [anon_sym_constinit] = ACTIONS(2905), [anon_sym_consteval] = ACTIONS(2905), [sym_primitive_type] = ACTIONS(2905), [anon_sym_enum] = ACTIONS(2905), [anon_sym_class] = ACTIONS(2905), [anon_sym_struct] = ACTIONS(2905), [anon_sym_union] = ACTIONS(2905), [anon_sym_if] = ACTIONS(2905), [anon_sym_else] = ACTIONS(3323), [anon_sym_switch] = ACTIONS(2905), [anon_sym_case] = ACTIONS(2905), [anon_sym_default] = ACTIONS(2905), [anon_sym_while] = ACTIONS(2905), [anon_sym_do] = ACTIONS(2905), [anon_sym_for] = ACTIONS(2905), [anon_sym_return] = ACTIONS(2905), [anon_sym_break] = ACTIONS(2905), [anon_sym_continue] = ACTIONS(2905), [anon_sym_goto] = ACTIONS(2905), [anon_sym_not] = ACTIONS(2905), [anon_sym_compl] = ACTIONS(2905), [anon_sym_DASH_DASH] = ACTIONS(2907), [anon_sym_PLUS_PLUS] = ACTIONS(2907), [anon_sym_sizeof] = ACTIONS(2905), [anon_sym_offsetof] = ACTIONS(2905), [anon_sym__Generic] = ACTIONS(2905), [anon_sym_asm] = ACTIONS(2905), [anon_sym___asm__] = ACTIONS(2905), [sym_number_literal] = ACTIONS(2907), [anon_sym_L_SQUOTE] = ACTIONS(2907), [anon_sym_u_SQUOTE] = ACTIONS(2907), [anon_sym_U_SQUOTE] = ACTIONS(2907), [anon_sym_u8_SQUOTE] = ACTIONS(2907), [anon_sym_SQUOTE] = ACTIONS(2907), [anon_sym_L_DQUOTE] = ACTIONS(2907), [anon_sym_u_DQUOTE] = ACTIONS(2907), [anon_sym_U_DQUOTE] = ACTIONS(2907), [anon_sym_u8_DQUOTE] = ACTIONS(2907), [anon_sym_DQUOTE] = ACTIONS(2907), [sym_true] = ACTIONS(2905), [sym_false] = ACTIONS(2905), [anon_sym_NULL] = ACTIONS(2905), [anon_sym_nullptr] = ACTIONS(2905), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2905), [anon_sym_decltype] = ACTIONS(2905), [anon_sym_virtual] = ACTIONS(2905), [anon_sym_explicit] = ACTIONS(2905), [anon_sym_typename] = ACTIONS(2905), [anon_sym_template] = ACTIONS(2905), [anon_sym_operator] = ACTIONS(2905), [anon_sym_try] = ACTIONS(2905), [anon_sym_delete] = ACTIONS(2905), [anon_sym_throw] = ACTIONS(2905), [anon_sym_namespace] = ACTIONS(2905), [anon_sym_using] = ACTIONS(2905), [anon_sym_static_assert] = ACTIONS(2905), [anon_sym_concept] = ACTIONS(2905), [anon_sym_co_return] = ACTIONS(2905), [anon_sym_co_yield] = ACTIONS(2905), [anon_sym_R_DQUOTE] = ACTIONS(2907), [anon_sym_LR_DQUOTE] = ACTIONS(2907), [anon_sym_uR_DQUOTE] = ACTIONS(2907), [anon_sym_UR_DQUOTE] = ACTIONS(2907), [anon_sym_u8R_DQUOTE] = ACTIONS(2907), [anon_sym_co_await] = ACTIONS(2905), [anon_sym_new] = ACTIONS(2905), [anon_sym_requires] = ACTIONS(2905), [sym_this] = ACTIONS(2905), }, [592] = { [sym__expression] = STATE(4258), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7322), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3188), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(3441), [anon_sym_extern] = ACTIONS(3115), [anon_sym___attribute__] = ACTIONS(3115), [anon_sym_COLON_COLON] = ACTIONS(3193), [anon_sym_LBRACK_LBRACK] = ACTIONS(3117), [anon_sym___declspec] = ACTIONS(3115), [anon_sym_signed] = ACTIONS(3115), [anon_sym_unsigned] = ACTIONS(3115), [anon_sym_long] = ACTIONS(3115), [anon_sym_short] = ACTIONS(3115), [anon_sym_LBRACK] = ACTIONS(1327), [anon_sym_static] = ACTIONS(3115), [anon_sym_register] = ACTIONS(3115), [anon_sym_inline] = ACTIONS(3115), [anon_sym_thread_local] = ACTIONS(3115), [anon_sym_const] = ACTIONS(3115), [anon_sym_constexpr] = ACTIONS(3115), [anon_sym_volatile] = ACTIONS(3115), [anon_sym_restrict] = ACTIONS(3115), [anon_sym___restrict__] = ACTIONS(3115), [anon_sym__Atomic] = ACTIONS(3115), [anon_sym__Noreturn] = ACTIONS(3115), [anon_sym_noreturn] = ACTIONS(3115), [anon_sym_mutable] = ACTIONS(3115), [anon_sym_constinit] = ACTIONS(3115), [anon_sym_consteval] = ACTIONS(3115), [sym_primitive_type] = ACTIONS(3196), [anon_sym_enum] = ACTIONS(3115), [anon_sym_class] = ACTIONS(3115), [anon_sym_struct] = ACTIONS(3115), [anon_sym_union] = ACTIONS(3115), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3115), [anon_sym_decltype] = ACTIONS(3199), [anon_sym_virtual] = ACTIONS(3115), [anon_sym_typename] = ACTIONS(3115), [anon_sym_template] = ACTIONS(3202), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [593] = { [sym__expression] = STATE(4175), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7142), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3188), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(3443), [anon_sym_extern] = ACTIONS(3115), [anon_sym___attribute__] = ACTIONS(3115), [anon_sym_COLON_COLON] = ACTIONS(3193), [anon_sym_LBRACK_LBRACK] = ACTIONS(3117), [anon_sym___declspec] = ACTIONS(3115), [anon_sym_signed] = ACTIONS(3115), [anon_sym_unsigned] = ACTIONS(3115), [anon_sym_long] = ACTIONS(3115), [anon_sym_short] = ACTIONS(3115), [anon_sym_LBRACK] = ACTIONS(1327), [anon_sym_static] = ACTIONS(3115), [anon_sym_register] = ACTIONS(3115), [anon_sym_inline] = ACTIONS(3115), [anon_sym_thread_local] = ACTIONS(3115), [anon_sym_const] = ACTIONS(3115), [anon_sym_constexpr] = ACTIONS(3115), [anon_sym_volatile] = ACTIONS(3115), [anon_sym_restrict] = ACTIONS(3115), [anon_sym___restrict__] = ACTIONS(3115), [anon_sym__Atomic] = ACTIONS(3115), [anon_sym__Noreturn] = ACTIONS(3115), [anon_sym_noreturn] = ACTIONS(3115), [anon_sym_mutable] = ACTIONS(3115), [anon_sym_constinit] = ACTIONS(3115), [anon_sym_consteval] = ACTIONS(3115), [sym_primitive_type] = ACTIONS(3196), [anon_sym_enum] = ACTIONS(3115), [anon_sym_class] = ACTIONS(3115), [anon_sym_struct] = ACTIONS(3115), [anon_sym_union] = ACTIONS(3115), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3115), [anon_sym_decltype] = ACTIONS(3199), [anon_sym_virtual] = ACTIONS(3115), [anon_sym_typename] = ACTIONS(3115), [anon_sym_template] = ACTIONS(3202), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [594] = { [sym_identifier] = ACTIONS(3445), [aux_sym_preproc_include_token1] = ACTIONS(3445), [aux_sym_preproc_def_token1] = ACTIONS(3445), [aux_sym_preproc_if_token1] = ACTIONS(3445), [aux_sym_preproc_if_token2] = ACTIONS(3445), [aux_sym_preproc_ifdef_token1] = ACTIONS(3445), [aux_sym_preproc_ifdef_token2] = ACTIONS(3445), [aux_sym_preproc_else_token1] = ACTIONS(3445), [aux_sym_preproc_elif_token1] = ACTIONS(3445), [aux_sym_preproc_elifdef_token1] = ACTIONS(3445), [aux_sym_preproc_elifdef_token2] = ACTIONS(3445), [sym_preproc_directive] = ACTIONS(3445), [anon_sym_LPAREN2] = ACTIONS(3447), [anon_sym_BANG] = ACTIONS(3447), [anon_sym_TILDE] = ACTIONS(3447), [anon_sym_DASH] = ACTIONS(3445), [anon_sym_PLUS] = ACTIONS(3445), [anon_sym_STAR] = ACTIONS(3447), [anon_sym_AMP_AMP] = ACTIONS(3447), [anon_sym_AMP] = ACTIONS(3445), [anon_sym_SEMI] = ACTIONS(3447), [anon_sym_typedef] = ACTIONS(3445), [anon_sym_extern] = ACTIONS(3445), [anon_sym___attribute__] = ACTIONS(3445), [anon_sym_COLON_COLON] = ACTIONS(3447), [anon_sym_LBRACK_LBRACK] = ACTIONS(3447), [anon_sym___declspec] = ACTIONS(3445), [anon_sym___based] = ACTIONS(3445), [anon_sym___cdecl] = ACTIONS(3445), [anon_sym___clrcall] = ACTIONS(3445), [anon_sym___stdcall] = ACTIONS(3445), [anon_sym___fastcall] = ACTIONS(3445), [anon_sym___thiscall] = ACTIONS(3445), [anon_sym___vectorcall] = ACTIONS(3445), [anon_sym_LBRACE] = ACTIONS(3447), [anon_sym_signed] = ACTIONS(3445), [anon_sym_unsigned] = ACTIONS(3445), [anon_sym_long] = ACTIONS(3445), [anon_sym_short] = ACTIONS(3445), [anon_sym_LBRACK] = ACTIONS(3445), [anon_sym_static] = ACTIONS(3445), [anon_sym_register] = ACTIONS(3445), [anon_sym_inline] = ACTIONS(3445), [anon_sym_thread_local] = ACTIONS(3445), [anon_sym_const] = ACTIONS(3445), [anon_sym_constexpr] = ACTIONS(3445), [anon_sym_volatile] = ACTIONS(3445), [anon_sym_restrict] = ACTIONS(3445), [anon_sym___restrict__] = ACTIONS(3445), [anon_sym__Atomic] = ACTIONS(3445), [anon_sym__Noreturn] = ACTIONS(3445), [anon_sym_noreturn] = ACTIONS(3445), [anon_sym_mutable] = ACTIONS(3445), [anon_sym_constinit] = ACTIONS(3445), [anon_sym_consteval] = ACTIONS(3445), [sym_primitive_type] = ACTIONS(3445), [anon_sym_enum] = ACTIONS(3445), [anon_sym_class] = ACTIONS(3445), [anon_sym_struct] = ACTIONS(3445), [anon_sym_union] = ACTIONS(3445), [anon_sym_if] = ACTIONS(3445), [anon_sym_switch] = ACTIONS(3445), [anon_sym_case] = ACTIONS(3445), [anon_sym_default] = ACTIONS(3445), [anon_sym_while] = ACTIONS(3445), [anon_sym_do] = ACTIONS(3445), [anon_sym_for] = ACTIONS(3445), [anon_sym_return] = ACTIONS(3445), [anon_sym_break] = ACTIONS(3445), [anon_sym_continue] = ACTIONS(3445), [anon_sym_goto] = ACTIONS(3445), [anon_sym_not] = ACTIONS(3445), [anon_sym_compl] = ACTIONS(3445), [anon_sym_DASH_DASH] = ACTIONS(3447), [anon_sym_PLUS_PLUS] = ACTIONS(3447), [anon_sym_sizeof] = ACTIONS(3445), [anon_sym_offsetof] = ACTIONS(3445), [anon_sym__Generic] = ACTIONS(3445), [anon_sym_asm] = ACTIONS(3445), [anon_sym___asm__] = ACTIONS(3445), [sym_number_literal] = ACTIONS(3447), [anon_sym_L_SQUOTE] = ACTIONS(3447), [anon_sym_u_SQUOTE] = ACTIONS(3447), [anon_sym_U_SQUOTE] = ACTIONS(3447), [anon_sym_u8_SQUOTE] = ACTIONS(3447), [anon_sym_SQUOTE] = ACTIONS(3447), [anon_sym_L_DQUOTE] = ACTIONS(3447), [anon_sym_u_DQUOTE] = ACTIONS(3447), [anon_sym_U_DQUOTE] = ACTIONS(3447), [anon_sym_u8_DQUOTE] = ACTIONS(3447), [anon_sym_DQUOTE] = ACTIONS(3447), [sym_true] = ACTIONS(3445), [sym_false] = ACTIONS(3445), [anon_sym_NULL] = ACTIONS(3445), [anon_sym_nullptr] = ACTIONS(3445), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3445), [anon_sym_decltype] = ACTIONS(3445), [anon_sym_virtual] = ACTIONS(3445), [anon_sym_explicit] = ACTIONS(3445), [anon_sym_typename] = ACTIONS(3445), [anon_sym_template] = ACTIONS(3445), [anon_sym_operator] = ACTIONS(3445), [anon_sym_try] = ACTIONS(3445), [anon_sym_delete] = ACTIONS(3445), [anon_sym_throw] = ACTIONS(3445), [anon_sym_namespace] = ACTIONS(3445), [anon_sym_using] = ACTIONS(3445), [anon_sym_static_assert] = ACTIONS(3445), [anon_sym_concept] = ACTIONS(3445), [anon_sym_co_return] = ACTIONS(3445), [anon_sym_co_yield] = ACTIONS(3445), [anon_sym_R_DQUOTE] = ACTIONS(3447), [anon_sym_LR_DQUOTE] = ACTIONS(3447), [anon_sym_uR_DQUOTE] = ACTIONS(3447), [anon_sym_UR_DQUOTE] = ACTIONS(3447), [anon_sym_u8R_DQUOTE] = ACTIONS(3447), [anon_sym_co_await] = ACTIONS(3445), [anon_sym_new] = ACTIONS(3445), [anon_sym_requires] = ACTIONS(3445), [sym_this] = ACTIONS(3445), }, [595] = { [sym__expression] = STATE(4252), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7324), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3237), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(3449), [anon_sym_extern] = ACTIONS(3242), [anon_sym___attribute__] = ACTIONS(3242), [anon_sym_COLON_COLON] = ACTIONS(3244), [anon_sym_LBRACK_LBRACK] = ACTIONS(3247), [anon_sym___declspec] = ACTIONS(3242), [anon_sym_signed] = ACTIONS(3242), [anon_sym_unsigned] = ACTIONS(3242), [anon_sym_long] = ACTIONS(3242), [anon_sym_short] = ACTIONS(3242), [anon_sym_LBRACK] = ACTIONS(1327), [anon_sym_static] = ACTIONS(3242), [anon_sym_register] = ACTIONS(3242), [anon_sym_inline] = ACTIONS(3242), [anon_sym_thread_local] = ACTIONS(3242), [anon_sym_const] = ACTIONS(3242), [anon_sym_constexpr] = ACTIONS(3242), [anon_sym_volatile] = ACTIONS(3242), [anon_sym_restrict] = ACTIONS(3242), [anon_sym___restrict__] = ACTIONS(3242), [anon_sym__Atomic] = ACTIONS(3242), [anon_sym__Noreturn] = ACTIONS(3242), [anon_sym_noreturn] = ACTIONS(3242), [anon_sym_mutable] = ACTIONS(3242), [anon_sym_constinit] = ACTIONS(3242), [anon_sym_consteval] = ACTIONS(3242), [sym_primitive_type] = ACTIONS(3249), [anon_sym_enum] = ACTIONS(3242), [anon_sym_class] = ACTIONS(3242), [anon_sym_struct] = ACTIONS(3242), [anon_sym_union] = ACTIONS(3242), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3242), [anon_sym_decltype] = ACTIONS(3252), [anon_sym_virtual] = ACTIONS(3242), [anon_sym_typename] = ACTIONS(3242), [anon_sym_template] = ACTIONS(3255), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [596] = { [sym_identifier] = ACTIONS(3451), [aux_sym_preproc_include_token1] = ACTIONS(3451), [aux_sym_preproc_def_token1] = ACTIONS(3451), [aux_sym_preproc_if_token1] = ACTIONS(3451), [aux_sym_preproc_if_token2] = ACTIONS(3451), [aux_sym_preproc_ifdef_token1] = ACTIONS(3451), [aux_sym_preproc_ifdef_token2] = ACTIONS(3451), [aux_sym_preproc_else_token1] = ACTIONS(3451), [aux_sym_preproc_elif_token1] = ACTIONS(3451), [aux_sym_preproc_elifdef_token1] = ACTIONS(3451), [aux_sym_preproc_elifdef_token2] = ACTIONS(3451), [sym_preproc_directive] = ACTIONS(3451), [anon_sym_LPAREN2] = ACTIONS(3453), [anon_sym_BANG] = ACTIONS(3453), [anon_sym_TILDE] = ACTIONS(3453), [anon_sym_DASH] = ACTIONS(3451), [anon_sym_PLUS] = ACTIONS(3451), [anon_sym_STAR] = ACTIONS(3453), [anon_sym_AMP_AMP] = ACTIONS(3453), [anon_sym_AMP] = ACTIONS(3451), [anon_sym_SEMI] = ACTIONS(3453), [anon_sym_typedef] = ACTIONS(3451), [anon_sym_extern] = ACTIONS(3451), [anon_sym___attribute__] = ACTIONS(3451), [anon_sym_COLON_COLON] = ACTIONS(3453), [anon_sym_LBRACK_LBRACK] = ACTIONS(3453), [anon_sym___declspec] = ACTIONS(3451), [anon_sym___based] = ACTIONS(3451), [anon_sym___cdecl] = ACTIONS(3451), [anon_sym___clrcall] = ACTIONS(3451), [anon_sym___stdcall] = ACTIONS(3451), [anon_sym___fastcall] = ACTIONS(3451), [anon_sym___thiscall] = ACTIONS(3451), [anon_sym___vectorcall] = ACTIONS(3451), [anon_sym_LBRACE] = ACTIONS(3453), [anon_sym_signed] = ACTIONS(3451), [anon_sym_unsigned] = ACTIONS(3451), [anon_sym_long] = ACTIONS(3451), [anon_sym_short] = ACTIONS(3451), [anon_sym_LBRACK] = ACTIONS(3451), [anon_sym_static] = ACTIONS(3451), [anon_sym_register] = ACTIONS(3451), [anon_sym_inline] = ACTIONS(3451), [anon_sym_thread_local] = ACTIONS(3451), [anon_sym_const] = ACTIONS(3451), [anon_sym_constexpr] = ACTIONS(3451), [anon_sym_volatile] = ACTIONS(3451), [anon_sym_restrict] = ACTIONS(3451), [anon_sym___restrict__] = ACTIONS(3451), [anon_sym__Atomic] = ACTIONS(3451), [anon_sym__Noreturn] = ACTIONS(3451), [anon_sym_noreturn] = ACTIONS(3451), [anon_sym_mutable] = ACTIONS(3451), [anon_sym_constinit] = ACTIONS(3451), [anon_sym_consteval] = ACTIONS(3451), [sym_primitive_type] = ACTIONS(3451), [anon_sym_enum] = ACTIONS(3451), [anon_sym_class] = ACTIONS(3451), [anon_sym_struct] = ACTIONS(3451), [anon_sym_union] = ACTIONS(3451), [anon_sym_if] = ACTIONS(3451), [anon_sym_switch] = ACTIONS(3451), [anon_sym_case] = ACTIONS(3451), [anon_sym_default] = ACTIONS(3451), [anon_sym_while] = ACTIONS(3451), [anon_sym_do] = ACTIONS(3451), [anon_sym_for] = ACTIONS(3451), [anon_sym_return] = ACTIONS(3451), [anon_sym_break] = ACTIONS(3451), [anon_sym_continue] = ACTIONS(3451), [anon_sym_goto] = ACTIONS(3451), [anon_sym_not] = ACTIONS(3451), [anon_sym_compl] = ACTIONS(3451), [anon_sym_DASH_DASH] = ACTIONS(3453), [anon_sym_PLUS_PLUS] = ACTIONS(3453), [anon_sym_sizeof] = ACTIONS(3451), [anon_sym_offsetof] = ACTIONS(3451), [anon_sym__Generic] = ACTIONS(3451), [anon_sym_asm] = ACTIONS(3451), [anon_sym___asm__] = ACTIONS(3451), [sym_number_literal] = ACTIONS(3453), [anon_sym_L_SQUOTE] = ACTIONS(3453), [anon_sym_u_SQUOTE] = ACTIONS(3453), [anon_sym_U_SQUOTE] = ACTIONS(3453), [anon_sym_u8_SQUOTE] = ACTIONS(3453), [anon_sym_SQUOTE] = ACTIONS(3453), [anon_sym_L_DQUOTE] = ACTIONS(3453), [anon_sym_u_DQUOTE] = ACTIONS(3453), [anon_sym_U_DQUOTE] = ACTIONS(3453), [anon_sym_u8_DQUOTE] = ACTIONS(3453), [anon_sym_DQUOTE] = ACTIONS(3453), [sym_true] = ACTIONS(3451), [sym_false] = ACTIONS(3451), [anon_sym_NULL] = ACTIONS(3451), [anon_sym_nullptr] = ACTIONS(3451), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3451), [anon_sym_decltype] = ACTIONS(3451), [anon_sym_virtual] = ACTIONS(3451), [anon_sym_explicit] = ACTIONS(3451), [anon_sym_typename] = ACTIONS(3451), [anon_sym_template] = ACTIONS(3451), [anon_sym_operator] = ACTIONS(3451), [anon_sym_try] = ACTIONS(3451), [anon_sym_delete] = ACTIONS(3451), [anon_sym_throw] = ACTIONS(3451), [anon_sym_namespace] = ACTIONS(3451), [anon_sym_using] = ACTIONS(3451), [anon_sym_static_assert] = ACTIONS(3451), [anon_sym_concept] = ACTIONS(3451), [anon_sym_co_return] = ACTIONS(3451), [anon_sym_co_yield] = ACTIONS(3451), [anon_sym_R_DQUOTE] = ACTIONS(3453), [anon_sym_LR_DQUOTE] = ACTIONS(3453), [anon_sym_uR_DQUOTE] = ACTIONS(3453), [anon_sym_UR_DQUOTE] = ACTIONS(3453), [anon_sym_u8R_DQUOTE] = ACTIONS(3453), [anon_sym_co_await] = ACTIONS(3451), [anon_sym_new] = ACTIONS(3451), [anon_sym_requires] = ACTIONS(3451), [sym_this] = ACTIONS(3451), }, [597] = { [sym__expression] = STATE(4242), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7333), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3131), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(3455), [anon_sym_extern] = ACTIONS(2926), [anon_sym___attribute__] = ACTIONS(2926), [anon_sym_COLON_COLON] = ACTIONS(3136), [anon_sym_LBRACK_LBRACK] = ACTIONS(2928), [anon_sym___declspec] = ACTIONS(2926), [anon_sym_signed] = ACTIONS(2926), [anon_sym_unsigned] = ACTIONS(2926), [anon_sym_long] = ACTIONS(2926), [anon_sym_short] = ACTIONS(2926), [anon_sym_LBRACK] = ACTIONS(1327), [anon_sym_static] = ACTIONS(2926), [anon_sym_register] = ACTIONS(2926), [anon_sym_inline] = ACTIONS(2926), [anon_sym_thread_local] = ACTIONS(2926), [anon_sym_const] = ACTIONS(2926), [anon_sym_constexpr] = ACTIONS(2926), [anon_sym_volatile] = ACTIONS(2926), [anon_sym_restrict] = ACTIONS(2926), [anon_sym___restrict__] = ACTIONS(2926), [anon_sym__Atomic] = ACTIONS(2926), [anon_sym__Noreturn] = ACTIONS(2926), [anon_sym_noreturn] = ACTIONS(2926), [anon_sym_mutable] = ACTIONS(2926), [anon_sym_constinit] = ACTIONS(2926), [anon_sym_consteval] = ACTIONS(2926), [sym_primitive_type] = ACTIONS(3139), [anon_sym_enum] = ACTIONS(2926), [anon_sym_class] = ACTIONS(2926), [anon_sym_struct] = ACTIONS(2926), [anon_sym_union] = ACTIONS(2926), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2926), [anon_sym_decltype] = ACTIONS(3142), [anon_sym_virtual] = ACTIONS(2926), [anon_sym_typename] = ACTIONS(2926), [anon_sym_template] = ACTIONS(3145), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [598] = { [sym__expression] = STATE(4172), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7138), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3237), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(3457), [anon_sym_extern] = ACTIONS(3242), [anon_sym___attribute__] = ACTIONS(3242), [anon_sym_COLON_COLON] = ACTIONS(3244), [anon_sym_LBRACK_LBRACK] = ACTIONS(3247), [anon_sym___declspec] = ACTIONS(3242), [anon_sym_signed] = ACTIONS(3242), [anon_sym_unsigned] = ACTIONS(3242), [anon_sym_long] = ACTIONS(3242), [anon_sym_short] = ACTIONS(3242), [anon_sym_LBRACK] = ACTIONS(1327), [anon_sym_static] = ACTIONS(3242), [anon_sym_register] = ACTIONS(3242), [anon_sym_inline] = ACTIONS(3242), [anon_sym_thread_local] = ACTIONS(3242), [anon_sym_const] = ACTIONS(3242), [anon_sym_constexpr] = ACTIONS(3242), [anon_sym_volatile] = ACTIONS(3242), [anon_sym_restrict] = ACTIONS(3242), [anon_sym___restrict__] = ACTIONS(3242), [anon_sym__Atomic] = ACTIONS(3242), [anon_sym__Noreturn] = ACTIONS(3242), [anon_sym_noreturn] = ACTIONS(3242), [anon_sym_mutable] = ACTIONS(3242), [anon_sym_constinit] = ACTIONS(3242), [anon_sym_consteval] = ACTIONS(3242), [sym_primitive_type] = ACTIONS(3249), [anon_sym_enum] = ACTIONS(3242), [anon_sym_class] = ACTIONS(3242), [anon_sym_struct] = ACTIONS(3242), [anon_sym_union] = ACTIONS(3242), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3242), [anon_sym_decltype] = ACTIONS(3252), [anon_sym_virtual] = ACTIONS(3242), [anon_sym_typename] = ACTIONS(3242), [anon_sym_template] = ACTIONS(3255), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [599] = { [sym_identifier] = ACTIONS(3459), [aux_sym_preproc_include_token1] = ACTIONS(3459), [aux_sym_preproc_def_token1] = ACTIONS(3459), [aux_sym_preproc_if_token1] = ACTIONS(3459), [aux_sym_preproc_if_token2] = ACTIONS(3459), [aux_sym_preproc_ifdef_token1] = ACTIONS(3459), [aux_sym_preproc_ifdef_token2] = ACTIONS(3459), [aux_sym_preproc_else_token1] = ACTIONS(3459), [aux_sym_preproc_elif_token1] = ACTIONS(3459), [aux_sym_preproc_elifdef_token1] = ACTIONS(3459), [aux_sym_preproc_elifdef_token2] = ACTIONS(3459), [sym_preproc_directive] = ACTIONS(3459), [anon_sym_LPAREN2] = ACTIONS(3461), [anon_sym_BANG] = ACTIONS(3461), [anon_sym_TILDE] = ACTIONS(3461), [anon_sym_DASH] = ACTIONS(3459), [anon_sym_PLUS] = ACTIONS(3459), [anon_sym_STAR] = ACTIONS(3461), [anon_sym_AMP_AMP] = ACTIONS(3461), [anon_sym_AMP] = ACTIONS(3459), [anon_sym_SEMI] = ACTIONS(3461), [anon_sym_typedef] = ACTIONS(3459), [anon_sym_extern] = ACTIONS(3459), [anon_sym___attribute__] = ACTIONS(3459), [anon_sym_COLON_COLON] = ACTIONS(3461), [anon_sym_LBRACK_LBRACK] = ACTIONS(3461), [anon_sym___declspec] = ACTIONS(3459), [anon_sym___based] = ACTIONS(3459), [anon_sym___cdecl] = ACTIONS(3459), [anon_sym___clrcall] = ACTIONS(3459), [anon_sym___stdcall] = ACTIONS(3459), [anon_sym___fastcall] = ACTIONS(3459), [anon_sym___thiscall] = ACTIONS(3459), [anon_sym___vectorcall] = ACTIONS(3459), [anon_sym_LBRACE] = ACTIONS(3461), [anon_sym_signed] = ACTIONS(3459), [anon_sym_unsigned] = ACTIONS(3459), [anon_sym_long] = ACTIONS(3459), [anon_sym_short] = ACTIONS(3459), [anon_sym_LBRACK] = ACTIONS(3459), [anon_sym_static] = ACTIONS(3459), [anon_sym_register] = ACTIONS(3459), [anon_sym_inline] = ACTIONS(3459), [anon_sym_thread_local] = ACTIONS(3459), [anon_sym_const] = ACTIONS(3459), [anon_sym_constexpr] = ACTIONS(3459), [anon_sym_volatile] = ACTIONS(3459), [anon_sym_restrict] = ACTIONS(3459), [anon_sym___restrict__] = ACTIONS(3459), [anon_sym__Atomic] = ACTIONS(3459), [anon_sym__Noreturn] = ACTIONS(3459), [anon_sym_noreturn] = ACTIONS(3459), [anon_sym_mutable] = ACTIONS(3459), [anon_sym_constinit] = ACTIONS(3459), [anon_sym_consteval] = ACTIONS(3459), [sym_primitive_type] = ACTIONS(3459), [anon_sym_enum] = ACTIONS(3459), [anon_sym_class] = ACTIONS(3459), [anon_sym_struct] = ACTIONS(3459), [anon_sym_union] = ACTIONS(3459), [anon_sym_if] = ACTIONS(3459), [anon_sym_switch] = ACTIONS(3459), [anon_sym_case] = ACTIONS(3459), [anon_sym_default] = ACTIONS(3459), [anon_sym_while] = ACTIONS(3459), [anon_sym_do] = ACTIONS(3459), [anon_sym_for] = ACTIONS(3459), [anon_sym_return] = ACTIONS(3459), [anon_sym_break] = ACTIONS(3459), [anon_sym_continue] = ACTIONS(3459), [anon_sym_goto] = ACTIONS(3459), [anon_sym_not] = ACTIONS(3459), [anon_sym_compl] = ACTIONS(3459), [anon_sym_DASH_DASH] = ACTIONS(3461), [anon_sym_PLUS_PLUS] = ACTIONS(3461), [anon_sym_sizeof] = ACTIONS(3459), [anon_sym_offsetof] = ACTIONS(3459), [anon_sym__Generic] = ACTIONS(3459), [anon_sym_asm] = ACTIONS(3459), [anon_sym___asm__] = ACTIONS(3459), [sym_number_literal] = ACTIONS(3461), [anon_sym_L_SQUOTE] = ACTIONS(3461), [anon_sym_u_SQUOTE] = ACTIONS(3461), [anon_sym_U_SQUOTE] = ACTIONS(3461), [anon_sym_u8_SQUOTE] = ACTIONS(3461), [anon_sym_SQUOTE] = ACTIONS(3461), [anon_sym_L_DQUOTE] = ACTIONS(3461), [anon_sym_u_DQUOTE] = ACTIONS(3461), [anon_sym_U_DQUOTE] = ACTIONS(3461), [anon_sym_u8_DQUOTE] = ACTIONS(3461), [anon_sym_DQUOTE] = ACTIONS(3461), [sym_true] = ACTIONS(3459), [sym_false] = ACTIONS(3459), [anon_sym_NULL] = ACTIONS(3459), [anon_sym_nullptr] = ACTIONS(3459), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3459), [anon_sym_decltype] = ACTIONS(3459), [anon_sym_virtual] = ACTIONS(3459), [anon_sym_explicit] = ACTIONS(3459), [anon_sym_typename] = ACTIONS(3459), [anon_sym_template] = ACTIONS(3459), [anon_sym_operator] = ACTIONS(3459), [anon_sym_try] = ACTIONS(3459), [anon_sym_delete] = ACTIONS(3459), [anon_sym_throw] = ACTIONS(3459), [anon_sym_namespace] = ACTIONS(3459), [anon_sym_using] = ACTIONS(3459), [anon_sym_static_assert] = ACTIONS(3459), [anon_sym_concept] = ACTIONS(3459), [anon_sym_co_return] = ACTIONS(3459), [anon_sym_co_yield] = ACTIONS(3459), [anon_sym_R_DQUOTE] = ACTIONS(3461), [anon_sym_LR_DQUOTE] = ACTIONS(3461), [anon_sym_uR_DQUOTE] = ACTIONS(3461), [anon_sym_UR_DQUOTE] = ACTIONS(3461), [anon_sym_u8R_DQUOTE] = ACTIONS(3461), [anon_sym_co_await] = ACTIONS(3459), [anon_sym_new] = ACTIONS(3459), [anon_sym_requires] = ACTIONS(3459), [sym_this] = ACTIONS(3459), }, [600] = { [sym_identifier] = ACTIONS(2988), [aux_sym_preproc_include_token1] = ACTIONS(2988), [aux_sym_preproc_def_token1] = ACTIONS(2988), [aux_sym_preproc_if_token1] = ACTIONS(2988), [aux_sym_preproc_if_token2] = ACTIONS(2988), [aux_sym_preproc_ifdef_token1] = ACTIONS(2988), [aux_sym_preproc_ifdef_token2] = ACTIONS(2988), [aux_sym_preproc_else_token1] = ACTIONS(2988), [aux_sym_preproc_elif_token1] = ACTIONS(2988), [sym_preproc_directive] = ACTIONS(2988), [anon_sym_LPAREN2] = ACTIONS(2990), [anon_sym_BANG] = ACTIONS(2990), [anon_sym_TILDE] = ACTIONS(2990), [anon_sym_DASH] = ACTIONS(2988), [anon_sym_PLUS] = ACTIONS(2988), [anon_sym_STAR] = ACTIONS(2990), [anon_sym_AMP_AMP] = ACTIONS(2990), [anon_sym_AMP] = ACTIONS(2988), [anon_sym_SEMI] = ACTIONS(2990), [anon_sym_typedef] = ACTIONS(2988), [anon_sym_extern] = ACTIONS(2988), [anon_sym___attribute__] = ACTIONS(2988), [anon_sym_COLON_COLON] = ACTIONS(2990), [anon_sym_LBRACK_LBRACK] = ACTIONS(2990), [anon_sym___declspec] = ACTIONS(2988), [anon_sym___based] = ACTIONS(2988), [anon_sym___cdecl] = ACTIONS(2988), [anon_sym___clrcall] = ACTIONS(2988), [anon_sym___stdcall] = ACTIONS(2988), [anon_sym___fastcall] = ACTIONS(2988), [anon_sym___thiscall] = ACTIONS(2988), [anon_sym___vectorcall] = ACTIONS(2988), [anon_sym_LBRACE] = ACTIONS(2990), [anon_sym_signed] = ACTIONS(2988), [anon_sym_unsigned] = ACTIONS(2988), [anon_sym_long] = ACTIONS(2988), [anon_sym_short] = ACTIONS(2988), [anon_sym_LBRACK] = ACTIONS(2988), [anon_sym_static] = ACTIONS(2988), [anon_sym_register] = ACTIONS(2988), [anon_sym_inline] = ACTIONS(2988), [anon_sym_thread_local] = ACTIONS(2988), [anon_sym_const] = ACTIONS(2988), [anon_sym_constexpr] = ACTIONS(2988), [anon_sym_volatile] = ACTIONS(2988), [anon_sym_restrict] = ACTIONS(2988), [anon_sym___restrict__] = ACTIONS(2988), [anon_sym__Atomic] = ACTIONS(2988), [anon_sym__Noreturn] = ACTIONS(2988), [anon_sym_noreturn] = ACTIONS(2988), [anon_sym_mutable] = ACTIONS(2988), [anon_sym_constinit] = ACTIONS(2988), [anon_sym_consteval] = ACTIONS(2988), [sym_primitive_type] = ACTIONS(2988), [anon_sym_enum] = ACTIONS(2988), [anon_sym_class] = ACTIONS(2988), [anon_sym_struct] = ACTIONS(2988), [anon_sym_union] = ACTIONS(2988), [anon_sym_if] = ACTIONS(2988), [anon_sym_else] = ACTIONS(2988), [anon_sym_switch] = ACTIONS(2988), [anon_sym_case] = ACTIONS(2988), [anon_sym_default] = ACTIONS(2988), [anon_sym_while] = ACTIONS(2988), [anon_sym_do] = ACTIONS(2988), [anon_sym_for] = ACTIONS(2988), [anon_sym_return] = ACTIONS(2988), [anon_sym_break] = ACTIONS(2988), [anon_sym_continue] = ACTIONS(2988), [anon_sym_goto] = ACTIONS(2988), [anon_sym_not] = ACTIONS(2988), [anon_sym_compl] = ACTIONS(2988), [anon_sym_DASH_DASH] = ACTIONS(2990), [anon_sym_PLUS_PLUS] = ACTIONS(2990), [anon_sym_sizeof] = ACTIONS(2988), [anon_sym_offsetof] = ACTIONS(2988), [anon_sym__Generic] = ACTIONS(2988), [anon_sym_asm] = ACTIONS(2988), [anon_sym___asm__] = ACTIONS(2988), [sym_number_literal] = ACTIONS(2990), [anon_sym_L_SQUOTE] = ACTIONS(2990), [anon_sym_u_SQUOTE] = ACTIONS(2990), [anon_sym_U_SQUOTE] = ACTIONS(2990), [anon_sym_u8_SQUOTE] = ACTIONS(2990), [anon_sym_SQUOTE] = ACTIONS(2990), [anon_sym_L_DQUOTE] = ACTIONS(2990), [anon_sym_u_DQUOTE] = ACTIONS(2990), [anon_sym_U_DQUOTE] = ACTIONS(2990), [anon_sym_u8_DQUOTE] = ACTIONS(2990), [anon_sym_DQUOTE] = ACTIONS(2990), [sym_true] = ACTIONS(2988), [sym_false] = ACTIONS(2988), [anon_sym_NULL] = ACTIONS(2988), [anon_sym_nullptr] = ACTIONS(2988), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2988), [anon_sym_decltype] = ACTIONS(2988), [anon_sym_virtual] = ACTIONS(2988), [anon_sym_explicit] = ACTIONS(2988), [anon_sym_typename] = ACTIONS(2988), [anon_sym_template] = ACTIONS(2988), [anon_sym_operator] = ACTIONS(2988), [anon_sym_try] = ACTIONS(2988), [anon_sym_delete] = ACTIONS(2988), [anon_sym_throw] = ACTIONS(2988), [anon_sym_namespace] = ACTIONS(2988), [anon_sym_using] = ACTIONS(2988), [anon_sym_static_assert] = ACTIONS(2988), [anon_sym_concept] = ACTIONS(2988), [anon_sym_co_return] = ACTIONS(2988), [anon_sym_co_yield] = ACTIONS(2988), [anon_sym_R_DQUOTE] = ACTIONS(2990), [anon_sym_LR_DQUOTE] = ACTIONS(2990), [anon_sym_uR_DQUOTE] = ACTIONS(2990), [anon_sym_UR_DQUOTE] = ACTIONS(2990), [anon_sym_u8R_DQUOTE] = ACTIONS(2990), [anon_sym_co_await] = ACTIONS(2988), [anon_sym_new] = ACTIONS(2988), [anon_sym_requires] = ACTIONS(2988), [sym_this] = ACTIONS(2988), }, [601] = { [sym_preproc_def] = STATE(677), [sym_preproc_function_def] = STATE(677), [sym_preproc_call] = STATE(677), [sym_preproc_if_in_field_declaration_list] = STATE(677), [sym_preproc_ifdef_in_field_declaration_list] = STATE(677), [sym_type_definition] = STATE(677), [sym__declaration_modifiers] = STATE(3697), [sym__declaration_specifiers] = STATE(4843), [sym_attribute_specifier] = STATE(3697), [sym_attribute_declaration] = STATE(3697), [sym_ms_declspec_modifier] = STATE(3697), [sym_ms_based_modifier] = STATE(7599), [sym__declarator] = STATE(5891), [sym_parenthesized_declarator] = STATE(5671), [sym_attributed_declarator] = STATE(5671), [sym_pointer_declarator] = STATE(5671), [sym_function_declarator] = STATE(5524), [sym_array_declarator] = STATE(5671), [sym_storage_class_specifier] = STATE(3697), [sym_type_qualifier] = STATE(3697), [sym__type_specifier] = STATE(3841), [sym_sized_type_specifier] = STATE(3945), [sym_enum_specifier] = STATE(3945), [sym_struct_specifier] = STATE(3945), [sym_union_specifier] = STATE(3945), [sym__field_declaration_list_item] = STATE(677), [sym_field_declaration] = STATE(677), [sym_placeholder_type_specifier] = STATE(3945), [sym_decltype_auto] = STATE(3928), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3945), [sym_virtual] = STATE(3697), [sym_explicit_function_specifier] = STATE(2310), [sym_dependent_type] = STATE(3945), [sym_template_declaration] = STATE(677), [sym_operator_cast] = STATE(5904), [sym_inline_method_definition] = STATE(677), [sym__constructor_specifiers] = STATE(2310), [sym_operator_cast_definition] = STATE(677), [sym_operator_cast_declaration] = STATE(677), [sym_constructor_or_destructor_definition] = STATE(677), [sym_constructor_or_destructor_declaration] = STATE(677), [sym_friend_declaration] = STATE(677), [sym_access_specifier] = STATE(7339), [sym_reference_declarator] = STATE(5671), [sym_structured_binding_declarator] = STATE(5671), [sym_template_type] = STATE(3646), [sym_template_function] = STATE(5671), [sym_using_declaration] = STATE(677), [sym_alias_declaration] = STATE(677), [sym_static_assert_declaration] = STATE(677), [sym_destructor_name] = STATE(5671), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5155), [sym_qualified_identifier] = STATE(5671), [sym_qualified_type_identifier] = STATE(4540), [sym_qualified_operator_cast_identifier] = STATE(5904), [sym_operator_name] = STATE(5671), [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(677), [aux_sym__declaration_specifiers_repeat1] = STATE(2567), [aux_sym_sized_type_specifier_repeat1] = STATE(3978), [aux_sym_operator_cast_definition_repeat1] = STATE(2310), [sym_identifier] = ACTIONS(2544), [aux_sym_preproc_def_token1] = ACTIONS(3463), [aux_sym_preproc_if_token1] = ACTIONS(3465), [aux_sym_preproc_ifdef_token1] = ACTIONS(3467), [aux_sym_preproc_ifdef_token2] = ACTIONS(3467), [sym_preproc_directive] = ACTIONS(3469), [anon_sym_LPAREN2] = ACTIONS(2560), [anon_sym_TILDE] = ACTIONS(2562), [anon_sym_STAR] = ACTIONS(2564), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(2566), [anon_sym_typedef] = ACTIONS(3471), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(2570), [anon_sym_LBRACK_LBRACK] = ACTIONS(1813), [anon_sym___declspec] = ACTIONS(43), [anon_sym___based] = ACTIONS(45), [anon_sym_RBRACE] = ACTIONS(3473), [anon_sym_signed] = ACTIONS(2572), [anon_sym_unsigned] = ACTIONS(2572), [anon_sym_long] = ACTIONS(2572), [anon_sym_short] = ACTIONS(2572), [anon_sym_LBRACK] = ACTIONS(2574), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(2576), [anon_sym_enum] = ACTIONS(2578), [anon_sym_class] = ACTIONS(2580), [anon_sym_struct] = ACTIONS(2582), [anon_sym_union] = ACTIONS(2584), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2586), [anon_sym_decltype] = ACTIONS(2588), [anon_sym_virtual] = ACTIONS(117), [anon_sym_explicit] = ACTIONS(119), [anon_sym_typename] = ACTIONS(2590), [anon_sym_template] = ACTIONS(3475), [anon_sym_operator] = ACTIONS(125), [anon_sym_friend] = ACTIONS(3477), [anon_sym_public] = ACTIONS(2596), [anon_sym_private] = ACTIONS(2596), [anon_sym_protected] = ACTIONS(2596), [anon_sym_using] = ACTIONS(3479), [anon_sym_static_assert] = ACTIONS(3481), }, [602] = { [sym_preproc_def] = STATE(677), [sym_preproc_function_def] = STATE(677), [sym_preproc_call] = STATE(677), [sym_preproc_if_in_field_declaration_list] = STATE(677), [sym_preproc_ifdef_in_field_declaration_list] = STATE(677), [sym_type_definition] = STATE(677), [sym__declaration_modifiers] = STATE(3697), [sym__declaration_specifiers] = STATE(4843), [sym_attribute_specifier] = STATE(3697), [sym_attribute_declaration] = STATE(3697), [sym_ms_declspec_modifier] = STATE(3697), [sym_ms_based_modifier] = STATE(7599), [sym__declarator] = STATE(5891), [sym_parenthesized_declarator] = STATE(5671), [sym_attributed_declarator] = STATE(5671), [sym_pointer_declarator] = STATE(5671), [sym_function_declarator] = STATE(5524), [sym_array_declarator] = STATE(5671), [sym_storage_class_specifier] = STATE(3697), [sym_type_qualifier] = STATE(3697), [sym__type_specifier] = STATE(3841), [sym_sized_type_specifier] = STATE(3945), [sym_enum_specifier] = STATE(3945), [sym_struct_specifier] = STATE(3945), [sym_union_specifier] = STATE(3945), [sym__field_declaration_list_item] = STATE(677), [sym_field_declaration] = STATE(677), [sym_placeholder_type_specifier] = STATE(3945), [sym_decltype_auto] = STATE(3928), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3945), [sym_virtual] = STATE(3697), [sym_explicit_function_specifier] = STATE(2310), [sym_dependent_type] = STATE(3945), [sym_template_declaration] = STATE(677), [sym_operator_cast] = STATE(5904), [sym_inline_method_definition] = STATE(677), [sym__constructor_specifiers] = STATE(2310), [sym_operator_cast_definition] = STATE(677), [sym_operator_cast_declaration] = STATE(677), [sym_constructor_or_destructor_definition] = STATE(677), [sym_constructor_or_destructor_declaration] = STATE(677), [sym_friend_declaration] = STATE(677), [sym_access_specifier] = STATE(7339), [sym_reference_declarator] = STATE(5671), [sym_structured_binding_declarator] = STATE(5671), [sym_template_type] = STATE(3646), [sym_template_function] = STATE(5671), [sym_using_declaration] = STATE(677), [sym_alias_declaration] = STATE(677), [sym_static_assert_declaration] = STATE(677), [sym_destructor_name] = STATE(5671), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5155), [sym_qualified_identifier] = STATE(5671), [sym_qualified_type_identifier] = STATE(4540), [sym_qualified_operator_cast_identifier] = STATE(5904), [sym_operator_name] = STATE(5671), [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(677), [aux_sym__declaration_specifiers_repeat1] = STATE(2567), [aux_sym_sized_type_specifier_repeat1] = STATE(3978), [aux_sym_operator_cast_definition_repeat1] = STATE(2310), [sym_identifier] = ACTIONS(2544), [aux_sym_preproc_def_token1] = ACTIONS(3463), [aux_sym_preproc_if_token1] = ACTIONS(3465), [aux_sym_preproc_ifdef_token1] = ACTIONS(3467), [aux_sym_preproc_ifdef_token2] = ACTIONS(3467), [sym_preproc_directive] = ACTIONS(3469), [anon_sym_LPAREN2] = ACTIONS(2560), [anon_sym_TILDE] = ACTIONS(2562), [anon_sym_STAR] = ACTIONS(2564), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(2566), [anon_sym_typedef] = ACTIONS(3471), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(2570), [anon_sym_LBRACK_LBRACK] = ACTIONS(1813), [anon_sym___declspec] = ACTIONS(43), [anon_sym___based] = ACTIONS(45), [anon_sym_RBRACE] = ACTIONS(3483), [anon_sym_signed] = ACTIONS(2572), [anon_sym_unsigned] = ACTIONS(2572), [anon_sym_long] = ACTIONS(2572), [anon_sym_short] = ACTIONS(2572), [anon_sym_LBRACK] = ACTIONS(2574), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(2576), [anon_sym_enum] = ACTIONS(2578), [anon_sym_class] = ACTIONS(2580), [anon_sym_struct] = ACTIONS(2582), [anon_sym_union] = ACTIONS(2584), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2586), [anon_sym_decltype] = ACTIONS(2588), [anon_sym_virtual] = ACTIONS(117), [anon_sym_explicit] = ACTIONS(119), [anon_sym_typename] = ACTIONS(2590), [anon_sym_template] = ACTIONS(3475), [anon_sym_operator] = ACTIONS(125), [anon_sym_friend] = ACTIONS(3477), [anon_sym_public] = ACTIONS(2596), [anon_sym_private] = ACTIONS(2596), [anon_sym_protected] = ACTIONS(2596), [anon_sym_using] = ACTIONS(3479), [anon_sym_static_assert] = ACTIONS(3481), }, [603] = { [sym_preproc_def] = STATE(602), [sym_preproc_function_def] = STATE(602), [sym_preproc_call] = STATE(602), [sym_preproc_if_in_field_declaration_list] = STATE(602), [sym_preproc_ifdef_in_field_declaration_list] = STATE(602), [sym_type_definition] = STATE(602), [sym__declaration_modifiers] = STATE(3697), [sym__declaration_specifiers] = STATE(4843), [sym_attribute_specifier] = STATE(3697), [sym_attribute_declaration] = STATE(3697), [sym_ms_declspec_modifier] = STATE(3697), [sym_ms_based_modifier] = STATE(7599), [sym__declarator] = STATE(5891), [sym_parenthesized_declarator] = STATE(5671), [sym_attributed_declarator] = STATE(5671), [sym_pointer_declarator] = STATE(5671), [sym_function_declarator] = STATE(5524), [sym_array_declarator] = STATE(5671), [sym_storage_class_specifier] = STATE(3697), [sym_type_qualifier] = STATE(3697), [sym__type_specifier] = STATE(3841), [sym_sized_type_specifier] = STATE(3945), [sym_enum_specifier] = STATE(3945), [sym_struct_specifier] = STATE(3945), [sym_union_specifier] = STATE(3945), [sym__field_declaration_list_item] = STATE(602), [sym_field_declaration] = STATE(602), [sym_placeholder_type_specifier] = STATE(3945), [sym_decltype_auto] = STATE(3928), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3945), [sym_virtual] = STATE(3697), [sym_explicit_function_specifier] = STATE(2310), [sym_dependent_type] = STATE(3945), [sym_template_declaration] = STATE(602), [sym_operator_cast] = STATE(5904), [sym_inline_method_definition] = STATE(602), [sym__constructor_specifiers] = STATE(2310), [sym_operator_cast_definition] = STATE(602), [sym_operator_cast_declaration] = STATE(602), [sym_constructor_or_destructor_definition] = STATE(602), [sym_constructor_or_destructor_declaration] = STATE(602), [sym_friend_declaration] = STATE(602), [sym_access_specifier] = STATE(7339), [sym_reference_declarator] = STATE(5671), [sym_structured_binding_declarator] = STATE(5671), [sym_template_type] = STATE(3646), [sym_template_function] = STATE(5671), [sym_using_declaration] = STATE(602), [sym_alias_declaration] = STATE(602), [sym_static_assert_declaration] = STATE(602), [sym_destructor_name] = STATE(5671), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5155), [sym_qualified_identifier] = STATE(5671), [sym_qualified_type_identifier] = STATE(4540), [sym_qualified_operator_cast_identifier] = STATE(5904), [sym_operator_name] = STATE(5671), [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(602), [aux_sym__declaration_specifiers_repeat1] = STATE(2567), [aux_sym_sized_type_specifier_repeat1] = STATE(3978), [aux_sym_operator_cast_definition_repeat1] = STATE(2310), [sym_identifier] = ACTIONS(2544), [aux_sym_preproc_def_token1] = ACTIONS(3463), [aux_sym_preproc_if_token1] = ACTIONS(3465), [aux_sym_preproc_ifdef_token1] = ACTIONS(3467), [aux_sym_preproc_ifdef_token2] = ACTIONS(3467), [sym_preproc_directive] = ACTIONS(3469), [anon_sym_LPAREN2] = ACTIONS(2560), [anon_sym_TILDE] = ACTIONS(2562), [anon_sym_STAR] = ACTIONS(2564), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(2566), [anon_sym_typedef] = ACTIONS(3471), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(2570), [anon_sym_LBRACK_LBRACK] = ACTIONS(1813), [anon_sym___declspec] = ACTIONS(43), [anon_sym___based] = ACTIONS(45), [anon_sym_RBRACE] = ACTIONS(3485), [anon_sym_signed] = ACTIONS(2572), [anon_sym_unsigned] = ACTIONS(2572), [anon_sym_long] = ACTIONS(2572), [anon_sym_short] = ACTIONS(2572), [anon_sym_LBRACK] = ACTIONS(2574), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(2576), [anon_sym_enum] = ACTIONS(2578), [anon_sym_class] = ACTIONS(2580), [anon_sym_struct] = ACTIONS(2582), [anon_sym_union] = ACTIONS(2584), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2586), [anon_sym_decltype] = ACTIONS(2588), [anon_sym_virtual] = ACTIONS(117), [anon_sym_explicit] = ACTIONS(119), [anon_sym_typename] = ACTIONS(2590), [anon_sym_template] = ACTIONS(3475), [anon_sym_operator] = ACTIONS(125), [anon_sym_friend] = ACTIONS(3477), [anon_sym_public] = ACTIONS(2596), [anon_sym_private] = ACTIONS(2596), [anon_sym_protected] = ACTIONS(2596), [anon_sym_using] = ACTIONS(3479), [anon_sym_static_assert] = ACTIONS(3481), }, [604] = { [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_if_token2] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [aux_sym_preproc_else_token1] = ACTIONS(2914), [aux_sym_preproc_elif_token1] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [605] = { [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_if_token2] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [aux_sym_preproc_else_token1] = ACTIONS(2914), [aux_sym_preproc_elif_token1] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [606] = { [sym_preproc_def] = STATE(611), [sym_preproc_function_def] = STATE(611), [sym_preproc_call] = STATE(611), [sym_preproc_if_in_field_declaration_list] = STATE(611), [sym_preproc_ifdef_in_field_declaration_list] = STATE(611), [sym_type_definition] = STATE(611), [sym__declaration_modifiers] = STATE(3697), [sym__declaration_specifiers] = STATE(4843), [sym_attribute_specifier] = STATE(3697), [sym_attribute_declaration] = STATE(3697), [sym_ms_declspec_modifier] = STATE(3697), [sym_ms_based_modifier] = STATE(7599), [sym__declarator] = STATE(5891), [sym_parenthesized_declarator] = STATE(5671), [sym_attributed_declarator] = STATE(5671), [sym_pointer_declarator] = STATE(5671), [sym_function_declarator] = STATE(5524), [sym_array_declarator] = STATE(5671), [sym_storage_class_specifier] = STATE(3697), [sym_type_qualifier] = STATE(3697), [sym__type_specifier] = STATE(3841), [sym_sized_type_specifier] = STATE(3945), [sym_enum_specifier] = STATE(3945), [sym_struct_specifier] = STATE(3945), [sym_union_specifier] = STATE(3945), [sym__field_declaration_list_item] = STATE(611), [sym_field_declaration] = STATE(611), [sym_placeholder_type_specifier] = STATE(3945), [sym_decltype_auto] = STATE(3928), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3945), [sym_virtual] = STATE(3697), [sym_explicit_function_specifier] = STATE(2310), [sym_dependent_type] = STATE(3945), [sym_template_declaration] = STATE(611), [sym_operator_cast] = STATE(5904), [sym_inline_method_definition] = STATE(611), [sym__constructor_specifiers] = STATE(2310), [sym_operator_cast_definition] = STATE(611), [sym_operator_cast_declaration] = STATE(611), [sym_constructor_or_destructor_definition] = STATE(611), [sym_constructor_or_destructor_declaration] = STATE(611), [sym_friend_declaration] = STATE(611), [sym_access_specifier] = STATE(7339), [sym_reference_declarator] = STATE(5671), [sym_structured_binding_declarator] = STATE(5671), [sym_template_type] = STATE(3646), [sym_template_function] = STATE(5671), [sym_using_declaration] = STATE(611), [sym_alias_declaration] = STATE(611), [sym_static_assert_declaration] = STATE(611), [sym_destructor_name] = STATE(5671), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5155), [sym_qualified_identifier] = STATE(5671), [sym_qualified_type_identifier] = STATE(4540), [sym_qualified_operator_cast_identifier] = STATE(5904), [sym_operator_name] = STATE(5671), [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(611), [aux_sym__declaration_specifiers_repeat1] = STATE(2567), [aux_sym_sized_type_specifier_repeat1] = STATE(3978), [aux_sym_operator_cast_definition_repeat1] = STATE(2310), [sym_identifier] = ACTIONS(2544), [aux_sym_preproc_def_token1] = ACTIONS(3463), [aux_sym_preproc_if_token1] = ACTIONS(3465), [aux_sym_preproc_ifdef_token1] = ACTIONS(3467), [aux_sym_preproc_ifdef_token2] = ACTIONS(3467), [sym_preproc_directive] = ACTIONS(3469), [anon_sym_LPAREN2] = ACTIONS(2560), [anon_sym_TILDE] = ACTIONS(2562), [anon_sym_STAR] = ACTIONS(2564), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(2566), [anon_sym_typedef] = ACTIONS(3471), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(2570), [anon_sym_LBRACK_LBRACK] = ACTIONS(1813), [anon_sym___declspec] = ACTIONS(43), [anon_sym___based] = ACTIONS(45), [anon_sym_RBRACE] = ACTIONS(3487), [anon_sym_signed] = ACTIONS(2572), [anon_sym_unsigned] = ACTIONS(2572), [anon_sym_long] = ACTIONS(2572), [anon_sym_short] = ACTIONS(2572), [anon_sym_LBRACK] = ACTIONS(2574), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(2576), [anon_sym_enum] = ACTIONS(2578), [anon_sym_class] = ACTIONS(2580), [anon_sym_struct] = ACTIONS(2582), [anon_sym_union] = ACTIONS(2584), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2586), [anon_sym_decltype] = ACTIONS(2588), [anon_sym_virtual] = ACTIONS(117), [anon_sym_explicit] = ACTIONS(119), [anon_sym_typename] = ACTIONS(2590), [anon_sym_template] = ACTIONS(3475), [anon_sym_operator] = ACTIONS(125), [anon_sym_friend] = ACTIONS(3477), [anon_sym_public] = ACTIONS(2596), [anon_sym_private] = ACTIONS(2596), [anon_sym_protected] = ACTIONS(2596), [anon_sym_using] = ACTIONS(3479), [anon_sym_static_assert] = ACTIONS(3481), }, [607] = { [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_if_token2] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [aux_sym_preproc_else_token1] = ACTIONS(2914), [aux_sym_preproc_elif_token1] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [608] = { [sym_preproc_def] = STATE(643), [sym_preproc_function_def] = STATE(643), [sym_preproc_call] = STATE(643), [sym_preproc_if_in_field_declaration_list] = STATE(643), [sym_preproc_ifdef_in_field_declaration_list] = STATE(643), [sym_type_definition] = STATE(643), [sym__declaration_modifiers] = STATE(3697), [sym__declaration_specifiers] = STATE(4902), [sym_attribute_specifier] = STATE(3697), [sym_attribute_declaration] = STATE(3697), [sym_ms_declspec_modifier] = STATE(3697), [sym_ms_based_modifier] = STATE(7599), [sym__declarator] = STATE(5891), [sym_parenthesized_declarator] = STATE(5671), [sym_attributed_declarator] = STATE(5671), [sym_pointer_declarator] = STATE(5671), [sym_function_declarator] = STATE(5518), [sym_array_declarator] = STATE(5671), [sym_storage_class_specifier] = STATE(3697), [sym_type_qualifier] = STATE(3697), [sym__type_specifier] = STATE(3841), [sym_sized_type_specifier] = STATE(3945), [sym_enum_specifier] = STATE(3945), [sym_struct_specifier] = STATE(3945), [sym_union_specifier] = STATE(3945), [sym__field_declaration_list_item] = STATE(643), [sym_field_declaration] = STATE(643), [sym_placeholder_type_specifier] = STATE(3945), [sym_decltype_auto] = STATE(3928), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3945), [sym_virtual] = STATE(3697), [sym_explicit_function_specifier] = STATE(2312), [sym_dependent_type] = STATE(3945), [sym_template_declaration] = STATE(643), [sym_operator_cast] = STATE(5938), [sym_inline_method_definition] = STATE(643), [sym__constructor_specifiers] = STATE(2312), [sym_operator_cast_definition] = STATE(643), [sym_operator_cast_declaration] = STATE(643), [sym_constructor_or_destructor_definition] = STATE(643), [sym_constructor_or_destructor_declaration] = STATE(643), [sym_friend_declaration] = STATE(643), [sym_access_specifier] = STATE(7649), [sym_reference_declarator] = STATE(5671), [sym_structured_binding_declarator] = STATE(5671), [sym_template_type] = STATE(3646), [sym_template_function] = STATE(5671), [sym_using_declaration] = STATE(643), [sym_alias_declaration] = STATE(643), [sym_static_assert_declaration] = STATE(643), [sym_destructor_name] = STATE(5671), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5155), [sym_qualified_identifier] = STATE(5671), [sym_qualified_type_identifier] = STATE(4540), [sym_qualified_operator_cast_identifier] = STATE(5938), [sym_operator_name] = STATE(5671), [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(643), [aux_sym__declaration_specifiers_repeat1] = STATE(2567), [aux_sym_sized_type_specifier_repeat1] = STATE(3978), [aux_sym_operator_cast_definition_repeat1] = STATE(2312), [sym_identifier] = ACTIONS(2544), [aux_sym_preproc_def_token1] = ACTIONS(3489), [aux_sym_preproc_if_token1] = ACTIONS(3491), [aux_sym_preproc_if_token2] = ACTIONS(3493), [aux_sym_preproc_ifdef_token1] = ACTIONS(3495), [aux_sym_preproc_ifdef_token2] = ACTIONS(3495), [sym_preproc_directive] = ACTIONS(3497), [anon_sym_LPAREN2] = ACTIONS(2560), [anon_sym_TILDE] = ACTIONS(2562), [anon_sym_STAR] = ACTIONS(2564), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(2566), [anon_sym_typedef] = ACTIONS(3499), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(2570), [anon_sym_LBRACK_LBRACK] = ACTIONS(1813), [anon_sym___declspec] = ACTIONS(43), [anon_sym___based] = ACTIONS(45), [anon_sym_signed] = ACTIONS(2572), [anon_sym_unsigned] = ACTIONS(2572), [anon_sym_long] = ACTIONS(2572), [anon_sym_short] = ACTIONS(2572), [anon_sym_LBRACK] = ACTIONS(2574), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(2576), [anon_sym_enum] = ACTIONS(2578), [anon_sym_class] = ACTIONS(2580), [anon_sym_struct] = ACTIONS(2582), [anon_sym_union] = ACTIONS(2584), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2586), [anon_sym_decltype] = ACTIONS(2588), [anon_sym_virtual] = ACTIONS(117), [anon_sym_explicit] = ACTIONS(119), [anon_sym_typename] = ACTIONS(2590), [anon_sym_template] = ACTIONS(3501), [anon_sym_operator] = ACTIONS(125), [anon_sym_friend] = ACTIONS(3503), [anon_sym_public] = ACTIONS(2596), [anon_sym_private] = ACTIONS(2596), [anon_sym_protected] = ACTIONS(2596), [anon_sym_using] = ACTIONS(3505), [anon_sym_static_assert] = ACTIONS(3507), }, [609] = { [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_if_token2] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [aux_sym_preproc_else_token1] = ACTIONS(2914), [aux_sym_preproc_elif_token1] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [610] = { [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_if_token2] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [aux_sym_preproc_else_token1] = ACTIONS(2914), [aux_sym_preproc_elif_token1] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [611] = { [sym_preproc_def] = STATE(677), [sym_preproc_function_def] = STATE(677), [sym_preproc_call] = STATE(677), [sym_preproc_if_in_field_declaration_list] = STATE(677), [sym_preproc_ifdef_in_field_declaration_list] = STATE(677), [sym_type_definition] = STATE(677), [sym__declaration_modifiers] = STATE(3697), [sym__declaration_specifiers] = STATE(4843), [sym_attribute_specifier] = STATE(3697), [sym_attribute_declaration] = STATE(3697), [sym_ms_declspec_modifier] = STATE(3697), [sym_ms_based_modifier] = STATE(7599), [sym__declarator] = STATE(5891), [sym_parenthesized_declarator] = STATE(5671), [sym_attributed_declarator] = STATE(5671), [sym_pointer_declarator] = STATE(5671), [sym_function_declarator] = STATE(5524), [sym_array_declarator] = STATE(5671), [sym_storage_class_specifier] = STATE(3697), [sym_type_qualifier] = STATE(3697), [sym__type_specifier] = STATE(3841), [sym_sized_type_specifier] = STATE(3945), [sym_enum_specifier] = STATE(3945), [sym_struct_specifier] = STATE(3945), [sym_union_specifier] = STATE(3945), [sym__field_declaration_list_item] = STATE(677), [sym_field_declaration] = STATE(677), [sym_placeholder_type_specifier] = STATE(3945), [sym_decltype_auto] = STATE(3928), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3945), [sym_virtual] = STATE(3697), [sym_explicit_function_specifier] = STATE(2310), [sym_dependent_type] = STATE(3945), [sym_template_declaration] = STATE(677), [sym_operator_cast] = STATE(5904), [sym_inline_method_definition] = STATE(677), [sym__constructor_specifiers] = STATE(2310), [sym_operator_cast_definition] = STATE(677), [sym_operator_cast_declaration] = STATE(677), [sym_constructor_or_destructor_definition] = STATE(677), [sym_constructor_or_destructor_declaration] = STATE(677), [sym_friend_declaration] = STATE(677), [sym_access_specifier] = STATE(7339), [sym_reference_declarator] = STATE(5671), [sym_structured_binding_declarator] = STATE(5671), [sym_template_type] = STATE(3646), [sym_template_function] = STATE(5671), [sym_using_declaration] = STATE(677), [sym_alias_declaration] = STATE(677), [sym_static_assert_declaration] = STATE(677), [sym_destructor_name] = STATE(5671), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5155), [sym_qualified_identifier] = STATE(5671), [sym_qualified_type_identifier] = STATE(4540), [sym_qualified_operator_cast_identifier] = STATE(5904), [sym_operator_name] = STATE(5671), [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(677), [aux_sym__declaration_specifiers_repeat1] = STATE(2567), [aux_sym_sized_type_specifier_repeat1] = STATE(3978), [aux_sym_operator_cast_definition_repeat1] = STATE(2310), [sym_identifier] = ACTIONS(2544), [aux_sym_preproc_def_token1] = ACTIONS(3463), [aux_sym_preproc_if_token1] = ACTIONS(3465), [aux_sym_preproc_ifdef_token1] = ACTIONS(3467), [aux_sym_preproc_ifdef_token2] = ACTIONS(3467), [sym_preproc_directive] = ACTIONS(3469), [anon_sym_LPAREN2] = ACTIONS(2560), [anon_sym_TILDE] = ACTIONS(2562), [anon_sym_STAR] = ACTIONS(2564), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(2566), [anon_sym_typedef] = ACTIONS(3471), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(2570), [anon_sym_LBRACK_LBRACK] = ACTIONS(1813), [anon_sym___declspec] = ACTIONS(43), [anon_sym___based] = ACTIONS(45), [anon_sym_RBRACE] = ACTIONS(3509), [anon_sym_signed] = ACTIONS(2572), [anon_sym_unsigned] = ACTIONS(2572), [anon_sym_long] = ACTIONS(2572), [anon_sym_short] = ACTIONS(2572), [anon_sym_LBRACK] = ACTIONS(2574), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(2576), [anon_sym_enum] = ACTIONS(2578), [anon_sym_class] = ACTIONS(2580), [anon_sym_struct] = ACTIONS(2582), [anon_sym_union] = ACTIONS(2584), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2586), [anon_sym_decltype] = ACTIONS(2588), [anon_sym_virtual] = ACTIONS(117), [anon_sym_explicit] = ACTIONS(119), [anon_sym_typename] = ACTIONS(2590), [anon_sym_template] = ACTIONS(3475), [anon_sym_operator] = ACTIONS(125), [anon_sym_friend] = ACTIONS(3477), [anon_sym_public] = ACTIONS(2596), [anon_sym_private] = ACTIONS(2596), [anon_sym_protected] = ACTIONS(2596), [anon_sym_using] = ACTIONS(3479), [anon_sym_static_assert] = ACTIONS(3481), }, [612] = { [sym_preproc_def] = STATE(615), [sym_preproc_function_def] = STATE(615), [sym_preproc_call] = STATE(615), [sym_preproc_if_in_field_declaration_list] = STATE(615), [sym_preproc_ifdef_in_field_declaration_list] = STATE(615), [sym_type_definition] = STATE(615), [sym__declaration_modifiers] = STATE(3697), [sym__declaration_specifiers] = STATE(4843), [sym_attribute_specifier] = STATE(3697), [sym_attribute_declaration] = STATE(3697), [sym_ms_declspec_modifier] = STATE(3697), [sym_ms_based_modifier] = STATE(7599), [sym__declarator] = STATE(5891), [sym_parenthesized_declarator] = STATE(5671), [sym_attributed_declarator] = STATE(5671), [sym_pointer_declarator] = STATE(5671), [sym_function_declarator] = STATE(5524), [sym_array_declarator] = STATE(5671), [sym_storage_class_specifier] = STATE(3697), [sym_type_qualifier] = STATE(3697), [sym__type_specifier] = STATE(3841), [sym_sized_type_specifier] = STATE(3945), [sym_enum_specifier] = STATE(3945), [sym_struct_specifier] = STATE(3945), [sym_union_specifier] = STATE(3945), [sym__field_declaration_list_item] = STATE(615), [sym_field_declaration] = STATE(615), [sym_placeholder_type_specifier] = STATE(3945), [sym_decltype_auto] = STATE(3928), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3945), [sym_virtual] = STATE(3697), [sym_explicit_function_specifier] = STATE(2310), [sym_dependent_type] = STATE(3945), [sym_template_declaration] = STATE(615), [sym_operator_cast] = STATE(5904), [sym_inline_method_definition] = STATE(615), [sym__constructor_specifiers] = STATE(2310), [sym_operator_cast_definition] = STATE(615), [sym_operator_cast_declaration] = STATE(615), [sym_constructor_or_destructor_definition] = STATE(615), [sym_constructor_or_destructor_declaration] = STATE(615), [sym_friend_declaration] = STATE(615), [sym_access_specifier] = STATE(7339), [sym_reference_declarator] = STATE(5671), [sym_structured_binding_declarator] = STATE(5671), [sym_template_type] = STATE(3646), [sym_template_function] = STATE(5671), [sym_using_declaration] = STATE(615), [sym_alias_declaration] = STATE(615), [sym_static_assert_declaration] = STATE(615), [sym_destructor_name] = STATE(5671), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5155), [sym_qualified_identifier] = STATE(5671), [sym_qualified_type_identifier] = STATE(4540), [sym_qualified_operator_cast_identifier] = STATE(5904), [sym_operator_name] = STATE(5671), [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(615), [aux_sym__declaration_specifiers_repeat1] = STATE(2567), [aux_sym_sized_type_specifier_repeat1] = STATE(3978), [aux_sym_operator_cast_definition_repeat1] = STATE(2310), [sym_identifier] = ACTIONS(2544), [aux_sym_preproc_def_token1] = ACTIONS(3463), [aux_sym_preproc_if_token1] = ACTIONS(3465), [aux_sym_preproc_ifdef_token1] = ACTIONS(3467), [aux_sym_preproc_ifdef_token2] = ACTIONS(3467), [sym_preproc_directive] = ACTIONS(3469), [anon_sym_LPAREN2] = ACTIONS(2560), [anon_sym_TILDE] = ACTIONS(2562), [anon_sym_STAR] = ACTIONS(2564), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(2566), [anon_sym_typedef] = ACTIONS(3471), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(2570), [anon_sym_LBRACK_LBRACK] = ACTIONS(1813), [anon_sym___declspec] = ACTIONS(43), [anon_sym___based] = ACTIONS(45), [anon_sym_RBRACE] = ACTIONS(3511), [anon_sym_signed] = ACTIONS(2572), [anon_sym_unsigned] = ACTIONS(2572), [anon_sym_long] = ACTIONS(2572), [anon_sym_short] = ACTIONS(2572), [anon_sym_LBRACK] = ACTIONS(2574), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(2576), [anon_sym_enum] = ACTIONS(2578), [anon_sym_class] = ACTIONS(2580), [anon_sym_struct] = ACTIONS(2582), [anon_sym_union] = ACTIONS(2584), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2586), [anon_sym_decltype] = ACTIONS(2588), [anon_sym_virtual] = ACTIONS(117), [anon_sym_explicit] = ACTIONS(119), [anon_sym_typename] = ACTIONS(2590), [anon_sym_template] = ACTIONS(3475), [anon_sym_operator] = ACTIONS(125), [anon_sym_friend] = ACTIONS(3477), [anon_sym_public] = ACTIONS(2596), [anon_sym_private] = ACTIONS(2596), [anon_sym_protected] = ACTIONS(2596), [anon_sym_using] = ACTIONS(3479), [anon_sym_static_assert] = ACTIONS(3481), }, [613] = { [sym_preproc_def] = STATE(677), [sym_preproc_function_def] = STATE(677), [sym_preproc_call] = STATE(677), [sym_preproc_if_in_field_declaration_list] = STATE(677), [sym_preproc_ifdef_in_field_declaration_list] = STATE(677), [sym_type_definition] = STATE(677), [sym__declaration_modifiers] = STATE(3697), [sym__declaration_specifiers] = STATE(4843), [sym_attribute_specifier] = STATE(3697), [sym_attribute_declaration] = STATE(3697), [sym_ms_declspec_modifier] = STATE(3697), [sym_ms_based_modifier] = STATE(7599), [sym__declarator] = STATE(5891), [sym_parenthesized_declarator] = STATE(5671), [sym_attributed_declarator] = STATE(5671), [sym_pointer_declarator] = STATE(5671), [sym_function_declarator] = STATE(5524), [sym_array_declarator] = STATE(5671), [sym_storage_class_specifier] = STATE(3697), [sym_type_qualifier] = STATE(3697), [sym__type_specifier] = STATE(3841), [sym_sized_type_specifier] = STATE(3945), [sym_enum_specifier] = STATE(3945), [sym_struct_specifier] = STATE(3945), [sym_union_specifier] = STATE(3945), [sym__field_declaration_list_item] = STATE(677), [sym_field_declaration] = STATE(677), [sym_placeholder_type_specifier] = STATE(3945), [sym_decltype_auto] = STATE(3928), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3945), [sym_virtual] = STATE(3697), [sym_explicit_function_specifier] = STATE(2310), [sym_dependent_type] = STATE(3945), [sym_template_declaration] = STATE(677), [sym_operator_cast] = STATE(5904), [sym_inline_method_definition] = STATE(677), [sym__constructor_specifiers] = STATE(2310), [sym_operator_cast_definition] = STATE(677), [sym_operator_cast_declaration] = STATE(677), [sym_constructor_or_destructor_definition] = STATE(677), [sym_constructor_or_destructor_declaration] = STATE(677), [sym_friend_declaration] = STATE(677), [sym_access_specifier] = STATE(7339), [sym_reference_declarator] = STATE(5671), [sym_structured_binding_declarator] = STATE(5671), [sym_template_type] = STATE(3646), [sym_template_function] = STATE(5671), [sym_using_declaration] = STATE(677), [sym_alias_declaration] = STATE(677), [sym_static_assert_declaration] = STATE(677), [sym_destructor_name] = STATE(5671), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5155), [sym_qualified_identifier] = STATE(5671), [sym_qualified_type_identifier] = STATE(4540), [sym_qualified_operator_cast_identifier] = STATE(5904), [sym_operator_name] = STATE(5671), [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(677), [aux_sym__declaration_specifiers_repeat1] = STATE(2567), [aux_sym_sized_type_specifier_repeat1] = STATE(3978), [aux_sym_operator_cast_definition_repeat1] = STATE(2310), [sym_identifier] = ACTIONS(2544), [aux_sym_preproc_def_token1] = ACTIONS(3463), [aux_sym_preproc_if_token1] = ACTIONS(3465), [aux_sym_preproc_ifdef_token1] = ACTIONS(3467), [aux_sym_preproc_ifdef_token2] = ACTIONS(3467), [sym_preproc_directive] = ACTIONS(3469), [anon_sym_LPAREN2] = ACTIONS(2560), [anon_sym_TILDE] = ACTIONS(2562), [anon_sym_STAR] = ACTIONS(2564), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(2566), [anon_sym_typedef] = ACTIONS(3471), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(2570), [anon_sym_LBRACK_LBRACK] = ACTIONS(1813), [anon_sym___declspec] = ACTIONS(43), [anon_sym___based] = ACTIONS(45), [anon_sym_RBRACE] = ACTIONS(3513), [anon_sym_signed] = ACTIONS(2572), [anon_sym_unsigned] = ACTIONS(2572), [anon_sym_long] = ACTIONS(2572), [anon_sym_short] = ACTIONS(2572), [anon_sym_LBRACK] = ACTIONS(2574), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(2576), [anon_sym_enum] = ACTIONS(2578), [anon_sym_class] = ACTIONS(2580), [anon_sym_struct] = ACTIONS(2582), [anon_sym_union] = ACTIONS(2584), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2586), [anon_sym_decltype] = ACTIONS(2588), [anon_sym_virtual] = ACTIONS(117), [anon_sym_explicit] = ACTIONS(119), [anon_sym_typename] = ACTIONS(2590), [anon_sym_template] = ACTIONS(3475), [anon_sym_operator] = ACTIONS(125), [anon_sym_friend] = ACTIONS(3477), [anon_sym_public] = ACTIONS(2596), [anon_sym_private] = ACTIONS(2596), [anon_sym_protected] = ACTIONS(2596), [anon_sym_using] = ACTIONS(3479), [anon_sym_static_assert] = ACTIONS(3481), }, [614] = { [sym_preproc_def] = STATE(656), [sym_preproc_function_def] = STATE(656), [sym_preproc_call] = STATE(656), [sym_preproc_if_in_field_declaration_list] = STATE(656), [sym_preproc_ifdef_in_field_declaration_list] = STATE(656), [sym_type_definition] = STATE(656), [sym__declaration_modifiers] = STATE(3697), [sym__declaration_specifiers] = STATE(4843), [sym_attribute_specifier] = STATE(3697), [sym_attribute_declaration] = STATE(3697), [sym_ms_declspec_modifier] = STATE(3697), [sym_ms_based_modifier] = STATE(7599), [sym__declarator] = STATE(5891), [sym_parenthesized_declarator] = STATE(5671), [sym_attributed_declarator] = STATE(5671), [sym_pointer_declarator] = STATE(5671), [sym_function_declarator] = STATE(5524), [sym_array_declarator] = STATE(5671), [sym_storage_class_specifier] = STATE(3697), [sym_type_qualifier] = STATE(3697), [sym__type_specifier] = STATE(3841), [sym_sized_type_specifier] = STATE(3945), [sym_enum_specifier] = STATE(3945), [sym_struct_specifier] = STATE(3945), [sym_union_specifier] = STATE(3945), [sym__field_declaration_list_item] = STATE(656), [sym_field_declaration] = STATE(656), [sym_placeholder_type_specifier] = STATE(3945), [sym_decltype_auto] = STATE(3928), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3945), [sym_virtual] = STATE(3697), [sym_explicit_function_specifier] = STATE(2310), [sym_dependent_type] = STATE(3945), [sym_template_declaration] = STATE(656), [sym_operator_cast] = STATE(5904), [sym_inline_method_definition] = STATE(656), [sym__constructor_specifiers] = STATE(2310), [sym_operator_cast_definition] = STATE(656), [sym_operator_cast_declaration] = STATE(656), [sym_constructor_or_destructor_definition] = STATE(656), [sym_constructor_or_destructor_declaration] = STATE(656), [sym_friend_declaration] = STATE(656), [sym_access_specifier] = STATE(7339), [sym_reference_declarator] = STATE(5671), [sym_structured_binding_declarator] = STATE(5671), [sym_template_type] = STATE(3646), [sym_template_function] = STATE(5671), [sym_using_declaration] = STATE(656), [sym_alias_declaration] = STATE(656), [sym_static_assert_declaration] = STATE(656), [sym_destructor_name] = STATE(5671), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5155), [sym_qualified_identifier] = STATE(5671), [sym_qualified_type_identifier] = STATE(4540), [sym_qualified_operator_cast_identifier] = STATE(5904), [sym_operator_name] = STATE(5671), [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(656), [aux_sym__declaration_specifiers_repeat1] = STATE(2567), [aux_sym_sized_type_specifier_repeat1] = STATE(3978), [aux_sym_operator_cast_definition_repeat1] = STATE(2310), [sym_identifier] = ACTIONS(2544), [aux_sym_preproc_def_token1] = ACTIONS(3463), [aux_sym_preproc_if_token1] = ACTIONS(3465), [aux_sym_preproc_ifdef_token1] = ACTIONS(3467), [aux_sym_preproc_ifdef_token2] = ACTIONS(3467), [sym_preproc_directive] = ACTIONS(3469), [anon_sym_LPAREN2] = ACTIONS(2560), [anon_sym_TILDE] = ACTIONS(2562), [anon_sym_STAR] = ACTIONS(2564), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(2566), [anon_sym_typedef] = ACTIONS(3471), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(2570), [anon_sym_LBRACK_LBRACK] = ACTIONS(1813), [anon_sym___declspec] = ACTIONS(43), [anon_sym___based] = ACTIONS(45), [anon_sym_RBRACE] = ACTIONS(3515), [anon_sym_signed] = ACTIONS(2572), [anon_sym_unsigned] = ACTIONS(2572), [anon_sym_long] = ACTIONS(2572), [anon_sym_short] = ACTIONS(2572), [anon_sym_LBRACK] = ACTIONS(2574), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(2576), [anon_sym_enum] = ACTIONS(2578), [anon_sym_class] = ACTIONS(2580), [anon_sym_struct] = ACTIONS(2582), [anon_sym_union] = ACTIONS(2584), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2586), [anon_sym_decltype] = ACTIONS(2588), [anon_sym_virtual] = ACTIONS(117), [anon_sym_explicit] = ACTIONS(119), [anon_sym_typename] = ACTIONS(2590), [anon_sym_template] = ACTIONS(3475), [anon_sym_operator] = ACTIONS(125), [anon_sym_friend] = ACTIONS(3477), [anon_sym_public] = ACTIONS(2596), [anon_sym_private] = ACTIONS(2596), [anon_sym_protected] = ACTIONS(2596), [anon_sym_using] = ACTIONS(3479), [anon_sym_static_assert] = ACTIONS(3481), }, [615] = { [sym_preproc_def] = STATE(677), [sym_preproc_function_def] = STATE(677), [sym_preproc_call] = STATE(677), [sym_preproc_if_in_field_declaration_list] = STATE(677), [sym_preproc_ifdef_in_field_declaration_list] = STATE(677), [sym_type_definition] = STATE(677), [sym__declaration_modifiers] = STATE(3697), [sym__declaration_specifiers] = STATE(4843), [sym_attribute_specifier] = STATE(3697), [sym_attribute_declaration] = STATE(3697), [sym_ms_declspec_modifier] = STATE(3697), [sym_ms_based_modifier] = STATE(7599), [sym__declarator] = STATE(5891), [sym_parenthesized_declarator] = STATE(5671), [sym_attributed_declarator] = STATE(5671), [sym_pointer_declarator] = STATE(5671), [sym_function_declarator] = STATE(5524), [sym_array_declarator] = STATE(5671), [sym_storage_class_specifier] = STATE(3697), [sym_type_qualifier] = STATE(3697), [sym__type_specifier] = STATE(3841), [sym_sized_type_specifier] = STATE(3945), [sym_enum_specifier] = STATE(3945), [sym_struct_specifier] = STATE(3945), [sym_union_specifier] = STATE(3945), [sym__field_declaration_list_item] = STATE(677), [sym_field_declaration] = STATE(677), [sym_placeholder_type_specifier] = STATE(3945), [sym_decltype_auto] = STATE(3928), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3945), [sym_virtual] = STATE(3697), [sym_explicit_function_specifier] = STATE(2310), [sym_dependent_type] = STATE(3945), [sym_template_declaration] = STATE(677), [sym_operator_cast] = STATE(5904), [sym_inline_method_definition] = STATE(677), [sym__constructor_specifiers] = STATE(2310), [sym_operator_cast_definition] = STATE(677), [sym_operator_cast_declaration] = STATE(677), [sym_constructor_or_destructor_definition] = STATE(677), [sym_constructor_or_destructor_declaration] = STATE(677), [sym_friend_declaration] = STATE(677), [sym_access_specifier] = STATE(7339), [sym_reference_declarator] = STATE(5671), [sym_structured_binding_declarator] = STATE(5671), [sym_template_type] = STATE(3646), [sym_template_function] = STATE(5671), [sym_using_declaration] = STATE(677), [sym_alias_declaration] = STATE(677), [sym_static_assert_declaration] = STATE(677), [sym_destructor_name] = STATE(5671), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5155), [sym_qualified_identifier] = STATE(5671), [sym_qualified_type_identifier] = STATE(4540), [sym_qualified_operator_cast_identifier] = STATE(5904), [sym_operator_name] = STATE(5671), [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(677), [aux_sym__declaration_specifiers_repeat1] = STATE(2567), [aux_sym_sized_type_specifier_repeat1] = STATE(3978), [aux_sym_operator_cast_definition_repeat1] = STATE(2310), [sym_identifier] = ACTIONS(2544), [aux_sym_preproc_def_token1] = ACTIONS(3463), [aux_sym_preproc_if_token1] = ACTIONS(3465), [aux_sym_preproc_ifdef_token1] = ACTIONS(3467), [aux_sym_preproc_ifdef_token2] = ACTIONS(3467), [sym_preproc_directive] = ACTIONS(3469), [anon_sym_LPAREN2] = ACTIONS(2560), [anon_sym_TILDE] = ACTIONS(2562), [anon_sym_STAR] = ACTIONS(2564), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(2566), [anon_sym_typedef] = ACTIONS(3471), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(2570), [anon_sym_LBRACK_LBRACK] = ACTIONS(1813), [anon_sym___declspec] = ACTIONS(43), [anon_sym___based] = ACTIONS(45), [anon_sym_RBRACE] = ACTIONS(3517), [anon_sym_signed] = ACTIONS(2572), [anon_sym_unsigned] = ACTIONS(2572), [anon_sym_long] = ACTIONS(2572), [anon_sym_short] = ACTIONS(2572), [anon_sym_LBRACK] = ACTIONS(2574), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(2576), [anon_sym_enum] = ACTIONS(2578), [anon_sym_class] = ACTIONS(2580), [anon_sym_struct] = ACTIONS(2582), [anon_sym_union] = ACTIONS(2584), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2586), [anon_sym_decltype] = ACTIONS(2588), [anon_sym_virtual] = ACTIONS(117), [anon_sym_explicit] = ACTIONS(119), [anon_sym_typename] = ACTIONS(2590), [anon_sym_template] = ACTIONS(3475), [anon_sym_operator] = ACTIONS(125), [anon_sym_friend] = ACTIONS(3477), [anon_sym_public] = ACTIONS(2596), [anon_sym_private] = ACTIONS(2596), [anon_sym_protected] = ACTIONS(2596), [anon_sym_using] = ACTIONS(3479), [anon_sym_static_assert] = ACTIONS(3481), }, [616] = { [sym_identifier] = ACTIONS(3115), [aux_sym_preproc_include_token1] = ACTIONS(3115), [aux_sym_preproc_def_token1] = ACTIONS(3115), [aux_sym_preproc_if_token1] = ACTIONS(3115), [aux_sym_preproc_if_token2] = ACTIONS(3115), [aux_sym_preproc_ifdef_token1] = ACTIONS(3115), [aux_sym_preproc_ifdef_token2] = ACTIONS(3115), [aux_sym_preproc_else_token1] = ACTIONS(3115), [aux_sym_preproc_elif_token1] = ACTIONS(3115), [sym_preproc_directive] = ACTIONS(3115), [anon_sym_LPAREN2] = ACTIONS(3117), [anon_sym_BANG] = ACTIONS(3117), [anon_sym_TILDE] = ACTIONS(3117), [anon_sym_DASH] = ACTIONS(3115), [anon_sym_PLUS] = ACTIONS(3115), [anon_sym_STAR] = ACTIONS(3117), [anon_sym_AMP_AMP] = ACTIONS(3117), [anon_sym_AMP] = ACTIONS(3115), [anon_sym_SEMI] = ACTIONS(3117), [anon_sym_typedef] = ACTIONS(3115), [anon_sym_extern] = ACTIONS(3115), [anon_sym___attribute__] = ACTIONS(3115), [anon_sym_COLON_COLON] = ACTIONS(3117), [anon_sym_LBRACK_LBRACK] = ACTIONS(3117), [anon_sym___declspec] = ACTIONS(3115), [anon_sym___based] = ACTIONS(3115), [anon_sym___cdecl] = ACTIONS(3115), [anon_sym___clrcall] = ACTIONS(3115), [anon_sym___stdcall] = ACTIONS(3115), [anon_sym___fastcall] = ACTIONS(3115), [anon_sym___thiscall] = ACTIONS(3115), [anon_sym___vectorcall] = ACTIONS(3115), [anon_sym_LBRACE] = ACTIONS(3117), [anon_sym_signed] = ACTIONS(3115), [anon_sym_unsigned] = ACTIONS(3115), [anon_sym_long] = ACTIONS(3115), [anon_sym_short] = ACTIONS(3115), [anon_sym_LBRACK] = ACTIONS(3115), [anon_sym_static] = ACTIONS(3115), [anon_sym_register] = ACTIONS(3115), [anon_sym_inline] = ACTIONS(3115), [anon_sym_thread_local] = ACTIONS(3115), [anon_sym_const] = ACTIONS(3115), [anon_sym_constexpr] = ACTIONS(3115), [anon_sym_volatile] = ACTIONS(3115), [anon_sym_restrict] = ACTIONS(3115), [anon_sym___restrict__] = ACTIONS(3115), [anon_sym__Atomic] = ACTIONS(3115), [anon_sym__Noreturn] = ACTIONS(3115), [anon_sym_noreturn] = ACTIONS(3115), [anon_sym_mutable] = ACTIONS(3115), [anon_sym_constinit] = ACTIONS(3115), [anon_sym_consteval] = ACTIONS(3115), [sym_primitive_type] = ACTIONS(3115), [anon_sym_enum] = ACTIONS(3115), [anon_sym_class] = ACTIONS(3115), [anon_sym_struct] = ACTIONS(3115), [anon_sym_union] = ACTIONS(3115), [anon_sym_if] = ACTIONS(3115), [anon_sym_else] = ACTIONS(3115), [anon_sym_switch] = ACTIONS(3115), [anon_sym_case] = ACTIONS(3115), [anon_sym_default] = ACTIONS(3115), [anon_sym_while] = ACTIONS(3115), [anon_sym_do] = ACTIONS(3115), [anon_sym_for] = ACTIONS(3115), [anon_sym_return] = ACTIONS(3115), [anon_sym_break] = ACTIONS(3115), [anon_sym_continue] = ACTIONS(3115), [anon_sym_goto] = ACTIONS(3115), [anon_sym_not] = ACTIONS(3115), [anon_sym_compl] = ACTIONS(3115), [anon_sym_DASH_DASH] = ACTIONS(3117), [anon_sym_PLUS_PLUS] = ACTIONS(3117), [anon_sym_sizeof] = ACTIONS(3115), [anon_sym_offsetof] = ACTIONS(3115), [anon_sym__Generic] = ACTIONS(3115), [anon_sym_asm] = ACTIONS(3115), [anon_sym___asm__] = ACTIONS(3115), [sym_number_literal] = ACTIONS(3117), [anon_sym_L_SQUOTE] = ACTIONS(3117), [anon_sym_u_SQUOTE] = ACTIONS(3117), [anon_sym_U_SQUOTE] = ACTIONS(3117), [anon_sym_u8_SQUOTE] = ACTIONS(3117), [anon_sym_SQUOTE] = ACTIONS(3117), [anon_sym_L_DQUOTE] = ACTIONS(3117), [anon_sym_u_DQUOTE] = ACTIONS(3117), [anon_sym_U_DQUOTE] = ACTIONS(3117), [anon_sym_u8_DQUOTE] = ACTIONS(3117), [anon_sym_DQUOTE] = ACTIONS(3117), [sym_true] = ACTIONS(3115), [sym_false] = ACTIONS(3115), [anon_sym_NULL] = ACTIONS(3115), [anon_sym_nullptr] = ACTIONS(3115), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3115), [anon_sym_decltype] = ACTIONS(3115), [anon_sym_virtual] = ACTIONS(3115), [anon_sym_explicit] = ACTIONS(3115), [anon_sym_typename] = ACTIONS(3115), [anon_sym_template] = ACTIONS(3115), [anon_sym_operator] = ACTIONS(3115), [anon_sym_try] = ACTIONS(3115), [anon_sym_delete] = ACTIONS(3115), [anon_sym_throw] = ACTIONS(3115), [anon_sym_namespace] = ACTIONS(3115), [anon_sym_using] = ACTIONS(3115), [anon_sym_static_assert] = ACTIONS(3115), [anon_sym_concept] = ACTIONS(3115), [anon_sym_co_return] = ACTIONS(3115), [anon_sym_co_yield] = ACTIONS(3115), [anon_sym_R_DQUOTE] = ACTIONS(3117), [anon_sym_LR_DQUOTE] = ACTIONS(3117), [anon_sym_uR_DQUOTE] = ACTIONS(3117), [anon_sym_UR_DQUOTE] = ACTIONS(3117), [anon_sym_u8R_DQUOTE] = ACTIONS(3117), [anon_sym_co_await] = ACTIONS(3115), [anon_sym_new] = ACTIONS(3115), [anon_sym_requires] = ACTIONS(3115), [sym_this] = ACTIONS(3115), }, [617] = { [sym_preproc_def] = STATE(618), [sym_preproc_function_def] = STATE(618), [sym_preproc_call] = STATE(618), [sym_preproc_if_in_field_declaration_list] = STATE(618), [sym_preproc_ifdef_in_field_declaration_list] = STATE(618), [sym_type_definition] = STATE(618), [sym__declaration_modifiers] = STATE(3697), [sym__declaration_specifiers] = STATE(4843), [sym_attribute_specifier] = STATE(3697), [sym_attribute_declaration] = STATE(3697), [sym_ms_declspec_modifier] = STATE(3697), [sym_ms_based_modifier] = STATE(7599), [sym__declarator] = STATE(5891), [sym_parenthesized_declarator] = STATE(5671), [sym_attributed_declarator] = STATE(5671), [sym_pointer_declarator] = STATE(5671), [sym_function_declarator] = STATE(5524), [sym_array_declarator] = STATE(5671), [sym_storage_class_specifier] = STATE(3697), [sym_type_qualifier] = STATE(3697), [sym__type_specifier] = STATE(3841), [sym_sized_type_specifier] = STATE(3945), [sym_enum_specifier] = STATE(3945), [sym_struct_specifier] = STATE(3945), [sym_union_specifier] = STATE(3945), [sym__field_declaration_list_item] = STATE(618), [sym_field_declaration] = STATE(618), [sym_placeholder_type_specifier] = STATE(3945), [sym_decltype_auto] = STATE(3928), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3945), [sym_virtual] = STATE(3697), [sym_explicit_function_specifier] = STATE(2310), [sym_dependent_type] = STATE(3945), [sym_template_declaration] = STATE(618), [sym_operator_cast] = STATE(5904), [sym_inline_method_definition] = STATE(618), [sym__constructor_specifiers] = STATE(2310), [sym_operator_cast_definition] = STATE(618), [sym_operator_cast_declaration] = STATE(618), [sym_constructor_or_destructor_definition] = STATE(618), [sym_constructor_or_destructor_declaration] = STATE(618), [sym_friend_declaration] = STATE(618), [sym_access_specifier] = STATE(7339), [sym_reference_declarator] = STATE(5671), [sym_structured_binding_declarator] = STATE(5671), [sym_template_type] = STATE(3646), [sym_template_function] = STATE(5671), [sym_using_declaration] = STATE(618), [sym_alias_declaration] = STATE(618), [sym_static_assert_declaration] = STATE(618), [sym_destructor_name] = STATE(5671), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5155), [sym_qualified_identifier] = STATE(5671), [sym_qualified_type_identifier] = STATE(4540), [sym_qualified_operator_cast_identifier] = STATE(5904), [sym_operator_name] = STATE(5671), [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(618), [aux_sym__declaration_specifiers_repeat1] = STATE(2567), [aux_sym_sized_type_specifier_repeat1] = STATE(3978), [aux_sym_operator_cast_definition_repeat1] = STATE(2310), [sym_identifier] = ACTIONS(2544), [aux_sym_preproc_def_token1] = ACTIONS(3463), [aux_sym_preproc_if_token1] = ACTIONS(3465), [aux_sym_preproc_ifdef_token1] = ACTIONS(3467), [aux_sym_preproc_ifdef_token2] = ACTIONS(3467), [sym_preproc_directive] = ACTIONS(3469), [anon_sym_LPAREN2] = ACTIONS(2560), [anon_sym_TILDE] = ACTIONS(2562), [anon_sym_STAR] = ACTIONS(2564), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(2566), [anon_sym_typedef] = ACTIONS(3471), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(2570), [anon_sym_LBRACK_LBRACK] = ACTIONS(1813), [anon_sym___declspec] = ACTIONS(43), [anon_sym___based] = ACTIONS(45), [anon_sym_RBRACE] = ACTIONS(3519), [anon_sym_signed] = ACTIONS(2572), [anon_sym_unsigned] = ACTIONS(2572), [anon_sym_long] = ACTIONS(2572), [anon_sym_short] = ACTIONS(2572), [anon_sym_LBRACK] = ACTIONS(2574), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(2576), [anon_sym_enum] = ACTIONS(2578), [anon_sym_class] = ACTIONS(2580), [anon_sym_struct] = ACTIONS(2582), [anon_sym_union] = ACTIONS(2584), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2586), [anon_sym_decltype] = ACTIONS(2588), [anon_sym_virtual] = ACTIONS(117), [anon_sym_explicit] = ACTIONS(119), [anon_sym_typename] = ACTIONS(2590), [anon_sym_template] = ACTIONS(3475), [anon_sym_operator] = ACTIONS(125), [anon_sym_friend] = ACTIONS(3477), [anon_sym_public] = ACTIONS(2596), [anon_sym_private] = ACTIONS(2596), [anon_sym_protected] = ACTIONS(2596), [anon_sym_using] = ACTIONS(3479), [anon_sym_static_assert] = ACTIONS(3481), }, [618] = { [sym_preproc_def] = STATE(677), [sym_preproc_function_def] = STATE(677), [sym_preproc_call] = STATE(677), [sym_preproc_if_in_field_declaration_list] = STATE(677), [sym_preproc_ifdef_in_field_declaration_list] = STATE(677), [sym_type_definition] = STATE(677), [sym__declaration_modifiers] = STATE(3697), [sym__declaration_specifiers] = STATE(4843), [sym_attribute_specifier] = STATE(3697), [sym_attribute_declaration] = STATE(3697), [sym_ms_declspec_modifier] = STATE(3697), [sym_ms_based_modifier] = STATE(7599), [sym__declarator] = STATE(5891), [sym_parenthesized_declarator] = STATE(5671), [sym_attributed_declarator] = STATE(5671), [sym_pointer_declarator] = STATE(5671), [sym_function_declarator] = STATE(5524), [sym_array_declarator] = STATE(5671), [sym_storage_class_specifier] = STATE(3697), [sym_type_qualifier] = STATE(3697), [sym__type_specifier] = STATE(3841), [sym_sized_type_specifier] = STATE(3945), [sym_enum_specifier] = STATE(3945), [sym_struct_specifier] = STATE(3945), [sym_union_specifier] = STATE(3945), [sym__field_declaration_list_item] = STATE(677), [sym_field_declaration] = STATE(677), [sym_placeholder_type_specifier] = STATE(3945), [sym_decltype_auto] = STATE(3928), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3945), [sym_virtual] = STATE(3697), [sym_explicit_function_specifier] = STATE(2310), [sym_dependent_type] = STATE(3945), [sym_template_declaration] = STATE(677), [sym_operator_cast] = STATE(5904), [sym_inline_method_definition] = STATE(677), [sym__constructor_specifiers] = STATE(2310), [sym_operator_cast_definition] = STATE(677), [sym_operator_cast_declaration] = STATE(677), [sym_constructor_or_destructor_definition] = STATE(677), [sym_constructor_or_destructor_declaration] = STATE(677), [sym_friend_declaration] = STATE(677), [sym_access_specifier] = STATE(7339), [sym_reference_declarator] = STATE(5671), [sym_structured_binding_declarator] = STATE(5671), [sym_template_type] = STATE(3646), [sym_template_function] = STATE(5671), [sym_using_declaration] = STATE(677), [sym_alias_declaration] = STATE(677), [sym_static_assert_declaration] = STATE(677), [sym_destructor_name] = STATE(5671), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5155), [sym_qualified_identifier] = STATE(5671), [sym_qualified_type_identifier] = STATE(4540), [sym_qualified_operator_cast_identifier] = STATE(5904), [sym_operator_name] = STATE(5671), [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(677), [aux_sym__declaration_specifiers_repeat1] = STATE(2567), [aux_sym_sized_type_specifier_repeat1] = STATE(3978), [aux_sym_operator_cast_definition_repeat1] = STATE(2310), [sym_identifier] = ACTIONS(2544), [aux_sym_preproc_def_token1] = ACTIONS(3463), [aux_sym_preproc_if_token1] = ACTIONS(3465), [aux_sym_preproc_ifdef_token1] = ACTIONS(3467), [aux_sym_preproc_ifdef_token2] = ACTIONS(3467), [sym_preproc_directive] = ACTIONS(3469), [anon_sym_LPAREN2] = ACTIONS(2560), [anon_sym_TILDE] = ACTIONS(2562), [anon_sym_STAR] = ACTIONS(2564), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(2566), [anon_sym_typedef] = ACTIONS(3471), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(2570), [anon_sym_LBRACK_LBRACK] = ACTIONS(1813), [anon_sym___declspec] = ACTIONS(43), [anon_sym___based] = ACTIONS(45), [anon_sym_RBRACE] = ACTIONS(3521), [anon_sym_signed] = ACTIONS(2572), [anon_sym_unsigned] = ACTIONS(2572), [anon_sym_long] = ACTIONS(2572), [anon_sym_short] = ACTIONS(2572), [anon_sym_LBRACK] = ACTIONS(2574), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(2576), [anon_sym_enum] = ACTIONS(2578), [anon_sym_class] = ACTIONS(2580), [anon_sym_struct] = ACTIONS(2582), [anon_sym_union] = ACTIONS(2584), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2586), [anon_sym_decltype] = ACTIONS(2588), [anon_sym_virtual] = ACTIONS(117), [anon_sym_explicit] = ACTIONS(119), [anon_sym_typename] = ACTIONS(2590), [anon_sym_template] = ACTIONS(3475), [anon_sym_operator] = ACTIONS(125), [anon_sym_friend] = ACTIONS(3477), [anon_sym_public] = ACTIONS(2596), [anon_sym_private] = ACTIONS(2596), [anon_sym_protected] = ACTIONS(2596), [anon_sym_using] = ACTIONS(3479), [anon_sym_static_assert] = ACTIONS(3481), }, [619] = { [sym_preproc_def] = STATE(624), [sym_preproc_function_def] = STATE(624), [sym_preproc_call] = STATE(624), [sym_preproc_if_in_field_declaration_list] = STATE(624), [sym_preproc_ifdef_in_field_declaration_list] = STATE(624), [sym_type_definition] = STATE(624), [sym__declaration_modifiers] = STATE(3697), [sym__declaration_specifiers] = STATE(4843), [sym_attribute_specifier] = STATE(3697), [sym_attribute_declaration] = STATE(3697), [sym_ms_declspec_modifier] = STATE(3697), [sym_ms_based_modifier] = STATE(7599), [sym__declarator] = STATE(5891), [sym_parenthesized_declarator] = STATE(5671), [sym_attributed_declarator] = STATE(5671), [sym_pointer_declarator] = STATE(5671), [sym_function_declarator] = STATE(5524), [sym_array_declarator] = STATE(5671), [sym_storage_class_specifier] = STATE(3697), [sym_type_qualifier] = STATE(3697), [sym__type_specifier] = STATE(3841), [sym_sized_type_specifier] = STATE(3945), [sym_enum_specifier] = STATE(3945), [sym_struct_specifier] = STATE(3945), [sym_union_specifier] = STATE(3945), [sym__field_declaration_list_item] = STATE(624), [sym_field_declaration] = STATE(624), [sym_placeholder_type_specifier] = STATE(3945), [sym_decltype_auto] = STATE(3928), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3945), [sym_virtual] = STATE(3697), [sym_explicit_function_specifier] = STATE(2310), [sym_dependent_type] = STATE(3945), [sym_template_declaration] = STATE(624), [sym_operator_cast] = STATE(5904), [sym_inline_method_definition] = STATE(624), [sym__constructor_specifiers] = STATE(2310), [sym_operator_cast_definition] = STATE(624), [sym_operator_cast_declaration] = STATE(624), [sym_constructor_or_destructor_definition] = STATE(624), [sym_constructor_or_destructor_declaration] = STATE(624), [sym_friend_declaration] = STATE(624), [sym_access_specifier] = STATE(7339), [sym_reference_declarator] = STATE(5671), [sym_structured_binding_declarator] = STATE(5671), [sym_template_type] = STATE(3646), [sym_template_function] = STATE(5671), [sym_using_declaration] = STATE(624), [sym_alias_declaration] = STATE(624), [sym_static_assert_declaration] = STATE(624), [sym_destructor_name] = STATE(5671), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5155), [sym_qualified_identifier] = STATE(5671), [sym_qualified_type_identifier] = STATE(4540), [sym_qualified_operator_cast_identifier] = STATE(5904), [sym_operator_name] = STATE(5671), [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(624), [aux_sym__declaration_specifiers_repeat1] = STATE(2567), [aux_sym_sized_type_specifier_repeat1] = STATE(3978), [aux_sym_operator_cast_definition_repeat1] = STATE(2310), [sym_identifier] = ACTIONS(2544), [aux_sym_preproc_def_token1] = ACTIONS(3463), [aux_sym_preproc_if_token1] = ACTIONS(3465), [aux_sym_preproc_ifdef_token1] = ACTIONS(3467), [aux_sym_preproc_ifdef_token2] = ACTIONS(3467), [sym_preproc_directive] = ACTIONS(3469), [anon_sym_LPAREN2] = ACTIONS(2560), [anon_sym_TILDE] = ACTIONS(2562), [anon_sym_STAR] = ACTIONS(2564), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(2566), [anon_sym_typedef] = ACTIONS(3471), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(2570), [anon_sym_LBRACK_LBRACK] = ACTIONS(1813), [anon_sym___declspec] = ACTIONS(43), [anon_sym___based] = ACTIONS(45), [anon_sym_RBRACE] = ACTIONS(3523), [anon_sym_signed] = ACTIONS(2572), [anon_sym_unsigned] = ACTIONS(2572), [anon_sym_long] = ACTIONS(2572), [anon_sym_short] = ACTIONS(2572), [anon_sym_LBRACK] = ACTIONS(2574), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(2576), [anon_sym_enum] = ACTIONS(2578), [anon_sym_class] = ACTIONS(2580), [anon_sym_struct] = ACTIONS(2582), [anon_sym_union] = ACTIONS(2584), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2586), [anon_sym_decltype] = ACTIONS(2588), [anon_sym_virtual] = ACTIONS(117), [anon_sym_explicit] = ACTIONS(119), [anon_sym_typename] = ACTIONS(2590), [anon_sym_template] = ACTIONS(3475), [anon_sym_operator] = ACTIONS(125), [anon_sym_friend] = ACTIONS(3477), [anon_sym_public] = ACTIONS(2596), [anon_sym_private] = ACTIONS(2596), [anon_sym_protected] = ACTIONS(2596), [anon_sym_using] = ACTIONS(3479), [anon_sym_static_assert] = ACTIONS(3481), }, [620] = { [sym_catch_clause] = STATE(576), [aux_sym_constructor_try_statement_repeat1] = STATE(576), [sym_identifier] = ACTIONS(2889), [aux_sym_preproc_include_token1] = ACTIONS(2889), [aux_sym_preproc_def_token1] = ACTIONS(2889), [aux_sym_preproc_if_token1] = ACTIONS(2889), [aux_sym_preproc_ifdef_token1] = ACTIONS(2889), [aux_sym_preproc_ifdef_token2] = ACTIONS(2889), [sym_preproc_directive] = ACTIONS(2889), [anon_sym_LPAREN2] = ACTIONS(2891), [anon_sym_BANG] = ACTIONS(2891), [anon_sym_TILDE] = ACTIONS(2891), [anon_sym_DASH] = ACTIONS(2889), [anon_sym_PLUS] = ACTIONS(2889), [anon_sym_STAR] = ACTIONS(2891), [anon_sym_AMP_AMP] = ACTIONS(2891), [anon_sym_AMP] = ACTIONS(2889), [anon_sym_SEMI] = ACTIONS(2891), [anon_sym_typedef] = ACTIONS(2889), [anon_sym_extern] = ACTIONS(2889), [anon_sym___attribute__] = ACTIONS(2889), [anon_sym_COLON_COLON] = ACTIONS(2891), [anon_sym_LBRACK_LBRACK] = ACTIONS(2891), [anon_sym___declspec] = ACTIONS(2889), [anon_sym___based] = ACTIONS(2889), [anon_sym___cdecl] = ACTIONS(2889), [anon_sym___clrcall] = ACTIONS(2889), [anon_sym___stdcall] = ACTIONS(2889), [anon_sym___fastcall] = ACTIONS(2889), [anon_sym___thiscall] = ACTIONS(2889), [anon_sym___vectorcall] = ACTIONS(2889), [anon_sym_LBRACE] = ACTIONS(2891), [anon_sym_RBRACE] = ACTIONS(2891), [anon_sym_signed] = ACTIONS(2889), [anon_sym_unsigned] = ACTIONS(2889), [anon_sym_long] = ACTIONS(2889), [anon_sym_short] = ACTIONS(2889), [anon_sym_LBRACK] = ACTIONS(2889), [anon_sym_static] = ACTIONS(2889), [anon_sym_register] = ACTIONS(2889), [anon_sym_inline] = ACTIONS(2889), [anon_sym_thread_local] = ACTIONS(2889), [anon_sym_const] = ACTIONS(2889), [anon_sym_constexpr] = ACTIONS(2889), [anon_sym_volatile] = ACTIONS(2889), [anon_sym_restrict] = ACTIONS(2889), [anon_sym___restrict__] = ACTIONS(2889), [anon_sym__Atomic] = ACTIONS(2889), [anon_sym__Noreturn] = ACTIONS(2889), [anon_sym_noreturn] = ACTIONS(2889), [anon_sym_mutable] = ACTIONS(2889), [anon_sym_constinit] = ACTIONS(2889), [anon_sym_consteval] = ACTIONS(2889), [sym_primitive_type] = ACTIONS(2889), [anon_sym_enum] = ACTIONS(2889), [anon_sym_class] = ACTIONS(2889), [anon_sym_struct] = ACTIONS(2889), [anon_sym_union] = ACTIONS(2889), [anon_sym_if] = ACTIONS(2889), [anon_sym_switch] = ACTIONS(2889), [anon_sym_case] = ACTIONS(2889), [anon_sym_default] = ACTIONS(2889), [anon_sym_while] = ACTIONS(2889), [anon_sym_do] = ACTIONS(2889), [anon_sym_for] = ACTIONS(2889), [anon_sym_return] = ACTIONS(2889), [anon_sym_break] = ACTIONS(2889), [anon_sym_continue] = ACTIONS(2889), [anon_sym_goto] = ACTIONS(2889), [anon_sym_not] = ACTIONS(2889), [anon_sym_compl] = ACTIONS(2889), [anon_sym_DASH_DASH] = ACTIONS(2891), [anon_sym_PLUS_PLUS] = ACTIONS(2891), [anon_sym_sizeof] = ACTIONS(2889), [anon_sym_offsetof] = ACTIONS(2889), [anon_sym__Generic] = ACTIONS(2889), [anon_sym_asm] = ACTIONS(2889), [anon_sym___asm__] = ACTIONS(2889), [sym_number_literal] = ACTIONS(2891), [anon_sym_L_SQUOTE] = ACTIONS(2891), [anon_sym_u_SQUOTE] = ACTIONS(2891), [anon_sym_U_SQUOTE] = ACTIONS(2891), [anon_sym_u8_SQUOTE] = ACTIONS(2891), [anon_sym_SQUOTE] = ACTIONS(2891), [anon_sym_L_DQUOTE] = ACTIONS(2891), [anon_sym_u_DQUOTE] = ACTIONS(2891), [anon_sym_U_DQUOTE] = ACTIONS(2891), [anon_sym_u8_DQUOTE] = ACTIONS(2891), [anon_sym_DQUOTE] = ACTIONS(2891), [sym_true] = ACTIONS(2889), [sym_false] = ACTIONS(2889), [anon_sym_NULL] = ACTIONS(2889), [anon_sym_nullptr] = ACTIONS(2889), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2889), [anon_sym_decltype] = ACTIONS(2889), [anon_sym_virtual] = ACTIONS(2889), [anon_sym_explicit] = ACTIONS(2889), [anon_sym_typename] = ACTIONS(2889), [anon_sym_template] = ACTIONS(2889), [anon_sym_operator] = ACTIONS(2889), [anon_sym_try] = ACTIONS(2889), [anon_sym_delete] = ACTIONS(2889), [anon_sym_throw] = ACTIONS(2889), [anon_sym_namespace] = ACTIONS(2889), [anon_sym_using] = ACTIONS(2889), [anon_sym_static_assert] = ACTIONS(2889), [anon_sym_concept] = ACTIONS(2889), [anon_sym_co_return] = ACTIONS(2889), [anon_sym_co_yield] = ACTIONS(2889), [anon_sym_catch] = ACTIONS(3319), [anon_sym_R_DQUOTE] = ACTIONS(2891), [anon_sym_LR_DQUOTE] = ACTIONS(2891), [anon_sym_uR_DQUOTE] = ACTIONS(2891), [anon_sym_UR_DQUOTE] = ACTIONS(2891), [anon_sym_u8R_DQUOTE] = ACTIONS(2891), [anon_sym_co_await] = ACTIONS(2889), [anon_sym_new] = ACTIONS(2889), [anon_sym_requires] = ACTIONS(2889), [sym_this] = ACTIONS(2889), }, [621] = { [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_if_token2] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [aux_sym_preproc_else_token1] = ACTIONS(2914), [aux_sym_preproc_elif_token1] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [622] = { [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_if_token2] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [aux_sym_preproc_else_token1] = ACTIONS(2914), [aux_sym_preproc_elif_token1] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [623] = { [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_if_token2] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [aux_sym_preproc_else_token1] = ACTIONS(2914), [aux_sym_preproc_elif_token1] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [624] = { [sym_preproc_def] = STATE(677), [sym_preproc_function_def] = STATE(677), [sym_preproc_call] = STATE(677), [sym_preproc_if_in_field_declaration_list] = STATE(677), [sym_preproc_ifdef_in_field_declaration_list] = STATE(677), [sym_type_definition] = STATE(677), [sym__declaration_modifiers] = STATE(3697), [sym__declaration_specifiers] = STATE(4843), [sym_attribute_specifier] = STATE(3697), [sym_attribute_declaration] = STATE(3697), [sym_ms_declspec_modifier] = STATE(3697), [sym_ms_based_modifier] = STATE(7599), [sym__declarator] = STATE(5891), [sym_parenthesized_declarator] = STATE(5671), [sym_attributed_declarator] = STATE(5671), [sym_pointer_declarator] = STATE(5671), [sym_function_declarator] = STATE(5524), [sym_array_declarator] = STATE(5671), [sym_storage_class_specifier] = STATE(3697), [sym_type_qualifier] = STATE(3697), [sym__type_specifier] = STATE(3841), [sym_sized_type_specifier] = STATE(3945), [sym_enum_specifier] = STATE(3945), [sym_struct_specifier] = STATE(3945), [sym_union_specifier] = STATE(3945), [sym__field_declaration_list_item] = STATE(677), [sym_field_declaration] = STATE(677), [sym_placeholder_type_specifier] = STATE(3945), [sym_decltype_auto] = STATE(3928), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3945), [sym_virtual] = STATE(3697), [sym_explicit_function_specifier] = STATE(2310), [sym_dependent_type] = STATE(3945), [sym_template_declaration] = STATE(677), [sym_operator_cast] = STATE(5904), [sym_inline_method_definition] = STATE(677), [sym__constructor_specifiers] = STATE(2310), [sym_operator_cast_definition] = STATE(677), [sym_operator_cast_declaration] = STATE(677), [sym_constructor_or_destructor_definition] = STATE(677), [sym_constructor_or_destructor_declaration] = STATE(677), [sym_friend_declaration] = STATE(677), [sym_access_specifier] = STATE(7339), [sym_reference_declarator] = STATE(5671), [sym_structured_binding_declarator] = STATE(5671), [sym_template_type] = STATE(3646), [sym_template_function] = STATE(5671), [sym_using_declaration] = STATE(677), [sym_alias_declaration] = STATE(677), [sym_static_assert_declaration] = STATE(677), [sym_destructor_name] = STATE(5671), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5155), [sym_qualified_identifier] = STATE(5671), [sym_qualified_type_identifier] = STATE(4540), [sym_qualified_operator_cast_identifier] = STATE(5904), [sym_operator_name] = STATE(5671), [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(677), [aux_sym__declaration_specifiers_repeat1] = STATE(2567), [aux_sym_sized_type_specifier_repeat1] = STATE(3978), [aux_sym_operator_cast_definition_repeat1] = STATE(2310), [sym_identifier] = ACTIONS(2544), [aux_sym_preproc_def_token1] = ACTIONS(3463), [aux_sym_preproc_if_token1] = ACTIONS(3465), [aux_sym_preproc_ifdef_token1] = ACTIONS(3467), [aux_sym_preproc_ifdef_token2] = ACTIONS(3467), [sym_preproc_directive] = ACTIONS(3469), [anon_sym_LPAREN2] = ACTIONS(2560), [anon_sym_TILDE] = ACTIONS(2562), [anon_sym_STAR] = ACTIONS(2564), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(2566), [anon_sym_typedef] = ACTIONS(3471), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(2570), [anon_sym_LBRACK_LBRACK] = ACTIONS(1813), [anon_sym___declspec] = ACTIONS(43), [anon_sym___based] = ACTIONS(45), [anon_sym_RBRACE] = ACTIONS(3525), [anon_sym_signed] = ACTIONS(2572), [anon_sym_unsigned] = ACTIONS(2572), [anon_sym_long] = ACTIONS(2572), [anon_sym_short] = ACTIONS(2572), [anon_sym_LBRACK] = ACTIONS(2574), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(2576), [anon_sym_enum] = ACTIONS(2578), [anon_sym_class] = ACTIONS(2580), [anon_sym_struct] = ACTIONS(2582), [anon_sym_union] = ACTIONS(2584), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2586), [anon_sym_decltype] = ACTIONS(2588), [anon_sym_virtual] = ACTIONS(117), [anon_sym_explicit] = ACTIONS(119), [anon_sym_typename] = ACTIONS(2590), [anon_sym_template] = ACTIONS(3475), [anon_sym_operator] = ACTIONS(125), [anon_sym_friend] = ACTIONS(3477), [anon_sym_public] = ACTIONS(2596), [anon_sym_private] = ACTIONS(2596), [anon_sym_protected] = ACTIONS(2596), [anon_sym_using] = ACTIONS(3479), [anon_sym_static_assert] = ACTIONS(3481), }, [625] = { [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_if_token2] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [aux_sym_preproc_else_token1] = ACTIONS(2914), [aux_sym_preproc_elif_token1] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [626] = { [sym_identifier] = ACTIONS(2926), [aux_sym_preproc_include_token1] = ACTIONS(2926), [aux_sym_preproc_def_token1] = ACTIONS(2926), [aux_sym_preproc_if_token1] = ACTIONS(2926), [aux_sym_preproc_if_token2] = ACTIONS(2926), [aux_sym_preproc_ifdef_token1] = ACTIONS(2926), [aux_sym_preproc_ifdef_token2] = ACTIONS(2926), [aux_sym_preproc_else_token1] = ACTIONS(2926), [aux_sym_preproc_elif_token1] = ACTIONS(2926), [sym_preproc_directive] = ACTIONS(2926), [anon_sym_LPAREN2] = ACTIONS(2928), [anon_sym_BANG] = ACTIONS(2928), [anon_sym_TILDE] = ACTIONS(2928), [anon_sym_DASH] = ACTIONS(2926), [anon_sym_PLUS] = ACTIONS(2926), [anon_sym_STAR] = ACTIONS(2928), [anon_sym_AMP_AMP] = ACTIONS(2928), [anon_sym_AMP] = ACTIONS(2926), [anon_sym_SEMI] = ACTIONS(2928), [anon_sym_typedef] = ACTIONS(2926), [anon_sym_extern] = ACTIONS(2926), [anon_sym___attribute__] = ACTIONS(2926), [anon_sym_COLON_COLON] = ACTIONS(2928), [anon_sym_LBRACK_LBRACK] = ACTIONS(2928), [anon_sym___declspec] = ACTIONS(2926), [anon_sym___based] = ACTIONS(2926), [anon_sym___cdecl] = ACTIONS(2926), [anon_sym___clrcall] = ACTIONS(2926), [anon_sym___stdcall] = ACTIONS(2926), [anon_sym___fastcall] = ACTIONS(2926), [anon_sym___thiscall] = ACTIONS(2926), [anon_sym___vectorcall] = ACTIONS(2926), [anon_sym_LBRACE] = ACTIONS(2928), [anon_sym_signed] = ACTIONS(2926), [anon_sym_unsigned] = ACTIONS(2926), [anon_sym_long] = ACTIONS(2926), [anon_sym_short] = ACTIONS(2926), [anon_sym_LBRACK] = ACTIONS(2926), [anon_sym_static] = ACTIONS(2926), [anon_sym_register] = ACTIONS(2926), [anon_sym_inline] = ACTIONS(2926), [anon_sym_thread_local] = ACTIONS(2926), [anon_sym_const] = ACTIONS(2926), [anon_sym_constexpr] = ACTIONS(2926), [anon_sym_volatile] = ACTIONS(2926), [anon_sym_restrict] = ACTIONS(2926), [anon_sym___restrict__] = ACTIONS(2926), [anon_sym__Atomic] = ACTIONS(2926), [anon_sym__Noreturn] = ACTIONS(2926), [anon_sym_noreturn] = ACTIONS(2926), [anon_sym_mutable] = ACTIONS(2926), [anon_sym_constinit] = ACTIONS(2926), [anon_sym_consteval] = ACTIONS(2926), [sym_primitive_type] = ACTIONS(2926), [anon_sym_enum] = ACTIONS(2926), [anon_sym_class] = ACTIONS(2926), [anon_sym_struct] = ACTIONS(2926), [anon_sym_union] = ACTIONS(2926), [anon_sym_if] = ACTIONS(2926), [anon_sym_else] = ACTIONS(2926), [anon_sym_switch] = ACTIONS(2926), [anon_sym_case] = ACTIONS(2926), [anon_sym_default] = ACTIONS(2926), [anon_sym_while] = ACTIONS(2926), [anon_sym_do] = ACTIONS(2926), [anon_sym_for] = ACTIONS(2926), [anon_sym_return] = ACTIONS(2926), [anon_sym_break] = ACTIONS(2926), [anon_sym_continue] = ACTIONS(2926), [anon_sym_goto] = ACTIONS(2926), [anon_sym_not] = ACTIONS(2926), [anon_sym_compl] = ACTIONS(2926), [anon_sym_DASH_DASH] = ACTIONS(2928), [anon_sym_PLUS_PLUS] = ACTIONS(2928), [anon_sym_sizeof] = ACTIONS(2926), [anon_sym_offsetof] = ACTIONS(2926), [anon_sym__Generic] = ACTIONS(2926), [anon_sym_asm] = ACTIONS(2926), [anon_sym___asm__] = ACTIONS(2926), [sym_number_literal] = ACTIONS(2928), [anon_sym_L_SQUOTE] = ACTIONS(2928), [anon_sym_u_SQUOTE] = ACTIONS(2928), [anon_sym_U_SQUOTE] = ACTIONS(2928), [anon_sym_u8_SQUOTE] = ACTIONS(2928), [anon_sym_SQUOTE] = ACTIONS(2928), [anon_sym_L_DQUOTE] = ACTIONS(2928), [anon_sym_u_DQUOTE] = ACTIONS(2928), [anon_sym_U_DQUOTE] = ACTIONS(2928), [anon_sym_u8_DQUOTE] = ACTIONS(2928), [anon_sym_DQUOTE] = ACTIONS(2928), [sym_true] = ACTIONS(2926), [sym_false] = ACTIONS(2926), [anon_sym_NULL] = ACTIONS(2926), [anon_sym_nullptr] = ACTIONS(2926), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2926), [anon_sym_decltype] = ACTIONS(2926), [anon_sym_virtual] = ACTIONS(2926), [anon_sym_explicit] = ACTIONS(2926), [anon_sym_typename] = ACTIONS(2926), [anon_sym_template] = ACTIONS(2926), [anon_sym_operator] = ACTIONS(2926), [anon_sym_try] = ACTIONS(2926), [anon_sym_delete] = ACTIONS(2926), [anon_sym_throw] = ACTIONS(2926), [anon_sym_namespace] = ACTIONS(2926), [anon_sym_using] = ACTIONS(2926), [anon_sym_static_assert] = ACTIONS(2926), [anon_sym_concept] = ACTIONS(2926), [anon_sym_co_return] = ACTIONS(2926), [anon_sym_co_yield] = ACTIONS(2926), [anon_sym_R_DQUOTE] = ACTIONS(2928), [anon_sym_LR_DQUOTE] = ACTIONS(2928), [anon_sym_uR_DQUOTE] = ACTIONS(2928), [anon_sym_UR_DQUOTE] = ACTIONS(2928), [anon_sym_u8R_DQUOTE] = ACTIONS(2928), [anon_sym_co_await] = ACTIONS(2926), [anon_sym_new] = ACTIONS(2926), [anon_sym_requires] = ACTIONS(2926), [sym_this] = ACTIONS(2926), }, [627] = { [sym_catch_clause] = STATE(576), [aux_sym_constructor_try_statement_repeat1] = STATE(576), [sym_identifier] = ACTIONS(2883), [aux_sym_preproc_include_token1] = ACTIONS(2883), [aux_sym_preproc_def_token1] = ACTIONS(2883), [aux_sym_preproc_if_token1] = ACTIONS(2883), [aux_sym_preproc_ifdef_token1] = ACTIONS(2883), [aux_sym_preproc_ifdef_token2] = ACTIONS(2883), [sym_preproc_directive] = ACTIONS(2883), [anon_sym_LPAREN2] = ACTIONS(2885), [anon_sym_BANG] = ACTIONS(2885), [anon_sym_TILDE] = ACTIONS(2885), [anon_sym_DASH] = ACTIONS(2883), [anon_sym_PLUS] = ACTIONS(2883), [anon_sym_STAR] = ACTIONS(2885), [anon_sym_AMP_AMP] = ACTIONS(2885), [anon_sym_AMP] = ACTIONS(2883), [anon_sym_SEMI] = ACTIONS(2885), [anon_sym_typedef] = ACTIONS(2883), [anon_sym_extern] = ACTIONS(2883), [anon_sym___attribute__] = ACTIONS(2883), [anon_sym_COLON_COLON] = ACTIONS(2885), [anon_sym_LBRACK_LBRACK] = ACTIONS(2885), [anon_sym___declspec] = ACTIONS(2883), [anon_sym___based] = ACTIONS(2883), [anon_sym___cdecl] = ACTIONS(2883), [anon_sym___clrcall] = ACTIONS(2883), [anon_sym___stdcall] = ACTIONS(2883), [anon_sym___fastcall] = ACTIONS(2883), [anon_sym___thiscall] = ACTIONS(2883), [anon_sym___vectorcall] = ACTIONS(2883), [anon_sym_LBRACE] = ACTIONS(2885), [anon_sym_RBRACE] = ACTIONS(2885), [anon_sym_signed] = ACTIONS(2883), [anon_sym_unsigned] = ACTIONS(2883), [anon_sym_long] = ACTIONS(2883), [anon_sym_short] = ACTIONS(2883), [anon_sym_LBRACK] = ACTIONS(2883), [anon_sym_static] = ACTIONS(2883), [anon_sym_register] = ACTIONS(2883), [anon_sym_inline] = ACTIONS(2883), [anon_sym_thread_local] = ACTIONS(2883), [anon_sym_const] = ACTIONS(2883), [anon_sym_constexpr] = ACTIONS(2883), [anon_sym_volatile] = ACTIONS(2883), [anon_sym_restrict] = ACTIONS(2883), [anon_sym___restrict__] = ACTIONS(2883), [anon_sym__Atomic] = ACTIONS(2883), [anon_sym__Noreturn] = ACTIONS(2883), [anon_sym_noreturn] = ACTIONS(2883), [anon_sym_mutable] = ACTIONS(2883), [anon_sym_constinit] = ACTIONS(2883), [anon_sym_consteval] = ACTIONS(2883), [sym_primitive_type] = ACTIONS(2883), [anon_sym_enum] = ACTIONS(2883), [anon_sym_class] = ACTIONS(2883), [anon_sym_struct] = ACTIONS(2883), [anon_sym_union] = ACTIONS(2883), [anon_sym_if] = ACTIONS(2883), [anon_sym_switch] = ACTIONS(2883), [anon_sym_case] = ACTIONS(2883), [anon_sym_default] = ACTIONS(2883), [anon_sym_while] = ACTIONS(2883), [anon_sym_do] = ACTIONS(2883), [anon_sym_for] = ACTIONS(2883), [anon_sym_return] = ACTIONS(2883), [anon_sym_break] = ACTIONS(2883), [anon_sym_continue] = ACTIONS(2883), [anon_sym_goto] = ACTIONS(2883), [anon_sym_not] = ACTIONS(2883), [anon_sym_compl] = ACTIONS(2883), [anon_sym_DASH_DASH] = ACTIONS(2885), [anon_sym_PLUS_PLUS] = ACTIONS(2885), [anon_sym_sizeof] = ACTIONS(2883), [anon_sym_offsetof] = ACTIONS(2883), [anon_sym__Generic] = ACTIONS(2883), [anon_sym_asm] = ACTIONS(2883), [anon_sym___asm__] = ACTIONS(2883), [sym_number_literal] = ACTIONS(2885), [anon_sym_L_SQUOTE] = ACTIONS(2885), [anon_sym_u_SQUOTE] = ACTIONS(2885), [anon_sym_U_SQUOTE] = ACTIONS(2885), [anon_sym_u8_SQUOTE] = ACTIONS(2885), [anon_sym_SQUOTE] = ACTIONS(2885), [anon_sym_L_DQUOTE] = ACTIONS(2885), [anon_sym_u_DQUOTE] = ACTIONS(2885), [anon_sym_U_DQUOTE] = ACTIONS(2885), [anon_sym_u8_DQUOTE] = ACTIONS(2885), [anon_sym_DQUOTE] = ACTIONS(2885), [sym_true] = ACTIONS(2883), [sym_false] = ACTIONS(2883), [anon_sym_NULL] = ACTIONS(2883), [anon_sym_nullptr] = ACTIONS(2883), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2883), [anon_sym_decltype] = ACTIONS(2883), [anon_sym_virtual] = ACTIONS(2883), [anon_sym_explicit] = ACTIONS(2883), [anon_sym_typename] = ACTIONS(2883), [anon_sym_template] = ACTIONS(2883), [anon_sym_operator] = ACTIONS(2883), [anon_sym_try] = ACTIONS(2883), [anon_sym_delete] = ACTIONS(2883), [anon_sym_throw] = ACTIONS(2883), [anon_sym_namespace] = ACTIONS(2883), [anon_sym_using] = ACTIONS(2883), [anon_sym_static_assert] = ACTIONS(2883), [anon_sym_concept] = ACTIONS(2883), [anon_sym_co_return] = ACTIONS(2883), [anon_sym_co_yield] = ACTIONS(2883), [anon_sym_catch] = ACTIONS(3319), [anon_sym_R_DQUOTE] = ACTIONS(2885), [anon_sym_LR_DQUOTE] = ACTIONS(2885), [anon_sym_uR_DQUOTE] = ACTIONS(2885), [anon_sym_UR_DQUOTE] = ACTIONS(2885), [anon_sym_u8R_DQUOTE] = ACTIONS(2885), [anon_sym_co_await] = ACTIONS(2883), [anon_sym_new] = ACTIONS(2883), [anon_sym_requires] = ACTIONS(2883), [sym_this] = ACTIONS(2883), }, [628] = { [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_if_token2] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [aux_sym_preproc_else_token1] = ACTIONS(2914), [aux_sym_preproc_elif_token1] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [629] = { [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_if_token2] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [aux_sym_preproc_else_token1] = ACTIONS(2914), [aux_sym_preproc_elif_token1] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [630] = { [sym_identifier] = ACTIONS(3056), [aux_sym_preproc_include_token1] = ACTIONS(3056), [aux_sym_preproc_def_token1] = ACTIONS(3056), [aux_sym_preproc_if_token1] = ACTIONS(3056), [aux_sym_preproc_if_token2] = ACTIONS(3056), [aux_sym_preproc_ifdef_token1] = ACTIONS(3056), [aux_sym_preproc_ifdef_token2] = ACTIONS(3056), [aux_sym_preproc_else_token1] = ACTIONS(3056), [aux_sym_preproc_elif_token1] = ACTIONS(3056), [sym_preproc_directive] = ACTIONS(3056), [anon_sym_LPAREN2] = ACTIONS(3058), [anon_sym_BANG] = ACTIONS(3058), [anon_sym_TILDE] = ACTIONS(3058), [anon_sym_DASH] = ACTIONS(3056), [anon_sym_PLUS] = ACTIONS(3056), [anon_sym_STAR] = ACTIONS(3058), [anon_sym_AMP_AMP] = ACTIONS(3058), [anon_sym_AMP] = ACTIONS(3056), [anon_sym_SEMI] = ACTIONS(3058), [anon_sym_typedef] = ACTIONS(3056), [anon_sym_extern] = ACTIONS(3056), [anon_sym___attribute__] = ACTIONS(3056), [anon_sym_COLON_COLON] = ACTIONS(3058), [anon_sym_LBRACK_LBRACK] = ACTIONS(3058), [anon_sym___declspec] = ACTIONS(3056), [anon_sym___based] = ACTIONS(3056), [anon_sym___cdecl] = ACTIONS(3056), [anon_sym___clrcall] = ACTIONS(3056), [anon_sym___stdcall] = ACTIONS(3056), [anon_sym___fastcall] = ACTIONS(3056), [anon_sym___thiscall] = ACTIONS(3056), [anon_sym___vectorcall] = ACTIONS(3056), [anon_sym_LBRACE] = ACTIONS(3058), [anon_sym_signed] = ACTIONS(3056), [anon_sym_unsigned] = ACTIONS(3056), [anon_sym_long] = ACTIONS(3056), [anon_sym_short] = ACTIONS(3056), [anon_sym_LBRACK] = ACTIONS(3056), [anon_sym_static] = ACTIONS(3056), [anon_sym_register] = ACTIONS(3056), [anon_sym_inline] = ACTIONS(3056), [anon_sym_thread_local] = ACTIONS(3056), [anon_sym_const] = ACTIONS(3056), [anon_sym_constexpr] = ACTIONS(3056), [anon_sym_volatile] = ACTIONS(3056), [anon_sym_restrict] = ACTIONS(3056), [anon_sym___restrict__] = ACTIONS(3056), [anon_sym__Atomic] = ACTIONS(3056), [anon_sym__Noreturn] = ACTIONS(3056), [anon_sym_noreturn] = ACTIONS(3056), [anon_sym_mutable] = ACTIONS(3056), [anon_sym_constinit] = ACTIONS(3056), [anon_sym_consteval] = ACTIONS(3056), [sym_primitive_type] = ACTIONS(3056), [anon_sym_enum] = ACTIONS(3056), [anon_sym_class] = ACTIONS(3056), [anon_sym_struct] = ACTIONS(3056), [anon_sym_union] = ACTIONS(3056), [anon_sym_if] = ACTIONS(3056), [anon_sym_else] = ACTIONS(3056), [anon_sym_switch] = ACTIONS(3056), [anon_sym_case] = ACTIONS(3056), [anon_sym_default] = ACTIONS(3056), [anon_sym_while] = ACTIONS(3056), [anon_sym_do] = ACTIONS(3056), [anon_sym_for] = ACTIONS(3056), [anon_sym_return] = ACTIONS(3056), [anon_sym_break] = ACTIONS(3056), [anon_sym_continue] = ACTIONS(3056), [anon_sym_goto] = ACTIONS(3056), [anon_sym_not] = ACTIONS(3056), [anon_sym_compl] = ACTIONS(3056), [anon_sym_DASH_DASH] = ACTIONS(3058), [anon_sym_PLUS_PLUS] = ACTIONS(3058), [anon_sym_sizeof] = ACTIONS(3056), [anon_sym_offsetof] = ACTIONS(3056), [anon_sym__Generic] = ACTIONS(3056), [anon_sym_asm] = ACTIONS(3056), [anon_sym___asm__] = ACTIONS(3056), [sym_number_literal] = ACTIONS(3058), [anon_sym_L_SQUOTE] = ACTIONS(3058), [anon_sym_u_SQUOTE] = ACTIONS(3058), [anon_sym_U_SQUOTE] = ACTIONS(3058), [anon_sym_u8_SQUOTE] = ACTIONS(3058), [anon_sym_SQUOTE] = ACTIONS(3058), [anon_sym_L_DQUOTE] = ACTIONS(3058), [anon_sym_u_DQUOTE] = ACTIONS(3058), [anon_sym_U_DQUOTE] = ACTIONS(3058), [anon_sym_u8_DQUOTE] = ACTIONS(3058), [anon_sym_DQUOTE] = ACTIONS(3058), [sym_true] = ACTIONS(3056), [sym_false] = ACTIONS(3056), [anon_sym_NULL] = ACTIONS(3056), [anon_sym_nullptr] = ACTIONS(3056), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3056), [anon_sym_decltype] = ACTIONS(3056), [anon_sym_virtual] = ACTIONS(3056), [anon_sym_explicit] = ACTIONS(3056), [anon_sym_typename] = ACTIONS(3056), [anon_sym_template] = ACTIONS(3056), [anon_sym_operator] = ACTIONS(3056), [anon_sym_try] = ACTIONS(3056), [anon_sym_delete] = ACTIONS(3056), [anon_sym_throw] = ACTIONS(3056), [anon_sym_namespace] = ACTIONS(3056), [anon_sym_using] = ACTIONS(3056), [anon_sym_static_assert] = ACTIONS(3056), [anon_sym_concept] = ACTIONS(3056), [anon_sym_co_return] = ACTIONS(3056), [anon_sym_co_yield] = ACTIONS(3056), [anon_sym_R_DQUOTE] = ACTIONS(3058), [anon_sym_LR_DQUOTE] = ACTIONS(3058), [anon_sym_uR_DQUOTE] = ACTIONS(3058), [anon_sym_UR_DQUOTE] = ACTIONS(3058), [anon_sym_u8R_DQUOTE] = ACTIONS(3058), [anon_sym_co_await] = ACTIONS(3056), [anon_sym_new] = ACTIONS(3056), [anon_sym_requires] = ACTIONS(3056), [sym_this] = ACTIONS(3056), }, [631] = { [sym_identifier] = ACTIONS(3056), [aux_sym_preproc_include_token1] = ACTIONS(3056), [aux_sym_preproc_def_token1] = ACTIONS(3056), [aux_sym_preproc_if_token1] = ACTIONS(3056), [aux_sym_preproc_if_token2] = ACTIONS(3056), [aux_sym_preproc_ifdef_token1] = ACTIONS(3056), [aux_sym_preproc_ifdef_token2] = ACTIONS(3056), [aux_sym_preproc_else_token1] = ACTIONS(3056), [aux_sym_preproc_elif_token1] = ACTIONS(3056), [sym_preproc_directive] = ACTIONS(3056), [anon_sym_LPAREN2] = ACTIONS(3058), [anon_sym_BANG] = ACTIONS(3058), [anon_sym_TILDE] = ACTIONS(3058), [anon_sym_DASH] = ACTIONS(3056), [anon_sym_PLUS] = ACTIONS(3056), [anon_sym_STAR] = ACTIONS(3058), [anon_sym_AMP_AMP] = ACTIONS(3058), [anon_sym_AMP] = ACTIONS(3056), [anon_sym_SEMI] = ACTIONS(3058), [anon_sym_typedef] = ACTIONS(3056), [anon_sym_extern] = ACTIONS(3056), [anon_sym___attribute__] = ACTIONS(3056), [anon_sym_COLON_COLON] = ACTIONS(3058), [anon_sym_LBRACK_LBRACK] = ACTIONS(3058), [anon_sym___declspec] = ACTIONS(3056), [anon_sym___based] = ACTIONS(3056), [anon_sym___cdecl] = ACTIONS(3056), [anon_sym___clrcall] = ACTIONS(3056), [anon_sym___stdcall] = ACTIONS(3056), [anon_sym___fastcall] = ACTIONS(3056), [anon_sym___thiscall] = ACTIONS(3056), [anon_sym___vectorcall] = ACTIONS(3056), [anon_sym_LBRACE] = ACTIONS(3058), [anon_sym_signed] = ACTIONS(3056), [anon_sym_unsigned] = ACTIONS(3056), [anon_sym_long] = ACTIONS(3056), [anon_sym_short] = ACTIONS(3056), [anon_sym_LBRACK] = ACTIONS(3056), [anon_sym_static] = ACTIONS(3056), [anon_sym_register] = ACTIONS(3056), [anon_sym_inline] = ACTIONS(3056), [anon_sym_thread_local] = ACTIONS(3056), [anon_sym_const] = ACTIONS(3056), [anon_sym_constexpr] = ACTIONS(3056), [anon_sym_volatile] = ACTIONS(3056), [anon_sym_restrict] = ACTIONS(3056), [anon_sym___restrict__] = ACTIONS(3056), [anon_sym__Atomic] = ACTIONS(3056), [anon_sym__Noreturn] = ACTIONS(3056), [anon_sym_noreturn] = ACTIONS(3056), [anon_sym_mutable] = ACTIONS(3056), [anon_sym_constinit] = ACTIONS(3056), [anon_sym_consteval] = ACTIONS(3056), [sym_primitive_type] = ACTIONS(3056), [anon_sym_enum] = ACTIONS(3056), [anon_sym_class] = ACTIONS(3056), [anon_sym_struct] = ACTIONS(3056), [anon_sym_union] = ACTIONS(3056), [anon_sym_if] = ACTIONS(3056), [anon_sym_else] = ACTIONS(3056), [anon_sym_switch] = ACTIONS(3056), [anon_sym_case] = ACTIONS(3056), [anon_sym_default] = ACTIONS(3056), [anon_sym_while] = ACTIONS(3056), [anon_sym_do] = ACTIONS(3056), [anon_sym_for] = ACTIONS(3056), [anon_sym_return] = ACTIONS(3056), [anon_sym_break] = ACTIONS(3056), [anon_sym_continue] = ACTIONS(3056), [anon_sym_goto] = ACTIONS(3056), [anon_sym_not] = ACTIONS(3056), [anon_sym_compl] = ACTIONS(3056), [anon_sym_DASH_DASH] = ACTIONS(3058), [anon_sym_PLUS_PLUS] = ACTIONS(3058), [anon_sym_sizeof] = ACTIONS(3056), [anon_sym_offsetof] = ACTIONS(3056), [anon_sym__Generic] = ACTIONS(3056), [anon_sym_asm] = ACTIONS(3056), [anon_sym___asm__] = ACTIONS(3056), [sym_number_literal] = ACTIONS(3058), [anon_sym_L_SQUOTE] = ACTIONS(3058), [anon_sym_u_SQUOTE] = ACTIONS(3058), [anon_sym_U_SQUOTE] = ACTIONS(3058), [anon_sym_u8_SQUOTE] = ACTIONS(3058), [anon_sym_SQUOTE] = ACTIONS(3058), [anon_sym_L_DQUOTE] = ACTIONS(3058), [anon_sym_u_DQUOTE] = ACTIONS(3058), [anon_sym_U_DQUOTE] = ACTIONS(3058), [anon_sym_u8_DQUOTE] = ACTIONS(3058), [anon_sym_DQUOTE] = ACTIONS(3058), [sym_true] = ACTIONS(3056), [sym_false] = ACTIONS(3056), [anon_sym_NULL] = ACTIONS(3056), [anon_sym_nullptr] = ACTIONS(3056), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3056), [anon_sym_decltype] = ACTIONS(3056), [anon_sym_virtual] = ACTIONS(3056), [anon_sym_explicit] = ACTIONS(3056), [anon_sym_typename] = ACTIONS(3056), [anon_sym_template] = ACTIONS(3056), [anon_sym_operator] = ACTIONS(3056), [anon_sym_try] = ACTIONS(3056), [anon_sym_delete] = ACTIONS(3056), [anon_sym_throw] = ACTIONS(3056), [anon_sym_namespace] = ACTIONS(3056), [anon_sym_using] = ACTIONS(3056), [anon_sym_static_assert] = ACTIONS(3056), [anon_sym_concept] = ACTIONS(3056), [anon_sym_co_return] = ACTIONS(3056), [anon_sym_co_yield] = ACTIONS(3056), [anon_sym_R_DQUOTE] = ACTIONS(3058), [anon_sym_LR_DQUOTE] = ACTIONS(3058), [anon_sym_uR_DQUOTE] = ACTIONS(3058), [anon_sym_UR_DQUOTE] = ACTIONS(3058), [anon_sym_u8R_DQUOTE] = ACTIONS(3058), [anon_sym_co_await] = ACTIONS(3056), [anon_sym_new] = ACTIONS(3056), [anon_sym_requires] = ACTIONS(3056), [sym_this] = ACTIONS(3056), }, [632] = { [sym_identifier] = ACTIONS(3044), [aux_sym_preproc_include_token1] = ACTIONS(3044), [aux_sym_preproc_def_token1] = ACTIONS(3044), [aux_sym_preproc_if_token1] = ACTIONS(3044), [aux_sym_preproc_if_token2] = ACTIONS(3044), [aux_sym_preproc_ifdef_token1] = ACTIONS(3044), [aux_sym_preproc_ifdef_token2] = ACTIONS(3044), [aux_sym_preproc_else_token1] = ACTIONS(3044), [aux_sym_preproc_elif_token1] = ACTIONS(3044), [sym_preproc_directive] = ACTIONS(3044), [anon_sym_LPAREN2] = ACTIONS(3046), [anon_sym_BANG] = ACTIONS(3046), [anon_sym_TILDE] = ACTIONS(3046), [anon_sym_DASH] = ACTIONS(3044), [anon_sym_PLUS] = ACTIONS(3044), [anon_sym_STAR] = ACTIONS(3046), [anon_sym_AMP_AMP] = ACTIONS(3046), [anon_sym_AMP] = ACTIONS(3044), [anon_sym_SEMI] = ACTIONS(3046), [anon_sym_typedef] = ACTIONS(3044), [anon_sym_extern] = ACTIONS(3044), [anon_sym___attribute__] = ACTIONS(3044), [anon_sym_COLON_COLON] = ACTIONS(3046), [anon_sym_LBRACK_LBRACK] = ACTIONS(3046), [anon_sym___declspec] = ACTIONS(3044), [anon_sym___based] = ACTIONS(3044), [anon_sym___cdecl] = ACTIONS(3044), [anon_sym___clrcall] = ACTIONS(3044), [anon_sym___stdcall] = ACTIONS(3044), [anon_sym___fastcall] = ACTIONS(3044), [anon_sym___thiscall] = ACTIONS(3044), [anon_sym___vectorcall] = ACTIONS(3044), [anon_sym_LBRACE] = ACTIONS(3046), [anon_sym_signed] = ACTIONS(3044), [anon_sym_unsigned] = ACTIONS(3044), [anon_sym_long] = ACTIONS(3044), [anon_sym_short] = ACTIONS(3044), [anon_sym_LBRACK] = ACTIONS(3044), [anon_sym_static] = ACTIONS(3044), [anon_sym_register] = ACTIONS(3044), [anon_sym_inline] = ACTIONS(3044), [anon_sym_thread_local] = ACTIONS(3044), [anon_sym_const] = ACTIONS(3044), [anon_sym_constexpr] = ACTIONS(3044), [anon_sym_volatile] = ACTIONS(3044), [anon_sym_restrict] = ACTIONS(3044), [anon_sym___restrict__] = ACTIONS(3044), [anon_sym__Atomic] = ACTIONS(3044), [anon_sym__Noreturn] = ACTIONS(3044), [anon_sym_noreturn] = ACTIONS(3044), [anon_sym_mutable] = ACTIONS(3044), [anon_sym_constinit] = ACTIONS(3044), [anon_sym_consteval] = ACTIONS(3044), [sym_primitive_type] = ACTIONS(3044), [anon_sym_enum] = ACTIONS(3044), [anon_sym_class] = ACTIONS(3044), [anon_sym_struct] = ACTIONS(3044), [anon_sym_union] = ACTIONS(3044), [anon_sym_if] = ACTIONS(3044), [anon_sym_else] = ACTIONS(3044), [anon_sym_switch] = ACTIONS(3044), [anon_sym_case] = ACTIONS(3044), [anon_sym_default] = ACTIONS(3044), [anon_sym_while] = ACTIONS(3044), [anon_sym_do] = ACTIONS(3044), [anon_sym_for] = ACTIONS(3044), [anon_sym_return] = ACTIONS(3044), [anon_sym_break] = ACTIONS(3044), [anon_sym_continue] = ACTIONS(3044), [anon_sym_goto] = ACTIONS(3044), [anon_sym_not] = ACTIONS(3044), [anon_sym_compl] = ACTIONS(3044), [anon_sym_DASH_DASH] = ACTIONS(3046), [anon_sym_PLUS_PLUS] = ACTIONS(3046), [anon_sym_sizeof] = ACTIONS(3044), [anon_sym_offsetof] = ACTIONS(3044), [anon_sym__Generic] = ACTIONS(3044), [anon_sym_asm] = ACTIONS(3044), [anon_sym___asm__] = ACTIONS(3044), [sym_number_literal] = ACTIONS(3046), [anon_sym_L_SQUOTE] = ACTIONS(3046), [anon_sym_u_SQUOTE] = ACTIONS(3046), [anon_sym_U_SQUOTE] = ACTIONS(3046), [anon_sym_u8_SQUOTE] = ACTIONS(3046), [anon_sym_SQUOTE] = ACTIONS(3046), [anon_sym_L_DQUOTE] = ACTIONS(3046), [anon_sym_u_DQUOTE] = ACTIONS(3046), [anon_sym_U_DQUOTE] = ACTIONS(3046), [anon_sym_u8_DQUOTE] = ACTIONS(3046), [anon_sym_DQUOTE] = ACTIONS(3046), [sym_true] = ACTIONS(3044), [sym_false] = ACTIONS(3044), [anon_sym_NULL] = ACTIONS(3044), [anon_sym_nullptr] = ACTIONS(3044), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3044), [anon_sym_decltype] = ACTIONS(3044), [anon_sym_virtual] = ACTIONS(3044), [anon_sym_explicit] = ACTIONS(3044), [anon_sym_typename] = ACTIONS(3044), [anon_sym_template] = ACTIONS(3044), [anon_sym_operator] = ACTIONS(3044), [anon_sym_try] = ACTIONS(3044), [anon_sym_delete] = ACTIONS(3044), [anon_sym_throw] = ACTIONS(3044), [anon_sym_namespace] = ACTIONS(3044), [anon_sym_using] = ACTIONS(3044), [anon_sym_static_assert] = ACTIONS(3044), [anon_sym_concept] = ACTIONS(3044), [anon_sym_co_return] = ACTIONS(3044), [anon_sym_co_yield] = ACTIONS(3044), [anon_sym_R_DQUOTE] = ACTIONS(3046), [anon_sym_LR_DQUOTE] = ACTIONS(3046), [anon_sym_uR_DQUOTE] = ACTIONS(3046), [anon_sym_UR_DQUOTE] = ACTIONS(3046), [anon_sym_u8R_DQUOTE] = ACTIONS(3046), [anon_sym_co_await] = ACTIONS(3044), [anon_sym_new] = ACTIONS(3044), [anon_sym_requires] = ACTIONS(3044), [sym_this] = ACTIONS(3044), }, [633] = { [sym_preproc_def] = STATE(601), [sym_preproc_function_def] = STATE(601), [sym_preproc_call] = STATE(601), [sym_preproc_if_in_field_declaration_list] = STATE(601), [sym_preproc_ifdef_in_field_declaration_list] = STATE(601), [sym_type_definition] = STATE(601), [sym__declaration_modifiers] = STATE(3697), [sym__declaration_specifiers] = STATE(4843), [sym_attribute_specifier] = STATE(3697), [sym_attribute_declaration] = STATE(3697), [sym_ms_declspec_modifier] = STATE(3697), [sym_ms_based_modifier] = STATE(7599), [sym__declarator] = STATE(5891), [sym_parenthesized_declarator] = STATE(5671), [sym_attributed_declarator] = STATE(5671), [sym_pointer_declarator] = STATE(5671), [sym_function_declarator] = STATE(5524), [sym_array_declarator] = STATE(5671), [sym_storage_class_specifier] = STATE(3697), [sym_type_qualifier] = STATE(3697), [sym__type_specifier] = STATE(3841), [sym_sized_type_specifier] = STATE(3945), [sym_enum_specifier] = STATE(3945), [sym_struct_specifier] = STATE(3945), [sym_union_specifier] = STATE(3945), [sym__field_declaration_list_item] = STATE(601), [sym_field_declaration] = STATE(601), [sym_placeholder_type_specifier] = STATE(3945), [sym_decltype_auto] = STATE(3928), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3945), [sym_virtual] = STATE(3697), [sym_explicit_function_specifier] = STATE(2310), [sym_dependent_type] = STATE(3945), [sym_template_declaration] = STATE(601), [sym_operator_cast] = STATE(5904), [sym_inline_method_definition] = STATE(601), [sym__constructor_specifiers] = STATE(2310), [sym_operator_cast_definition] = STATE(601), [sym_operator_cast_declaration] = STATE(601), [sym_constructor_or_destructor_definition] = STATE(601), [sym_constructor_or_destructor_declaration] = STATE(601), [sym_friend_declaration] = STATE(601), [sym_access_specifier] = STATE(7339), [sym_reference_declarator] = STATE(5671), [sym_structured_binding_declarator] = STATE(5671), [sym_template_type] = STATE(3646), [sym_template_function] = STATE(5671), [sym_using_declaration] = STATE(601), [sym_alias_declaration] = STATE(601), [sym_static_assert_declaration] = STATE(601), [sym_destructor_name] = STATE(5671), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5155), [sym_qualified_identifier] = STATE(5671), [sym_qualified_type_identifier] = STATE(4540), [sym_qualified_operator_cast_identifier] = STATE(5904), [sym_operator_name] = STATE(5671), [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(601), [aux_sym__declaration_specifiers_repeat1] = STATE(2567), [aux_sym_sized_type_specifier_repeat1] = STATE(3978), [aux_sym_operator_cast_definition_repeat1] = STATE(2310), [sym_identifier] = ACTIONS(2544), [aux_sym_preproc_def_token1] = ACTIONS(3463), [aux_sym_preproc_if_token1] = ACTIONS(3465), [aux_sym_preproc_ifdef_token1] = ACTIONS(3467), [aux_sym_preproc_ifdef_token2] = ACTIONS(3467), [sym_preproc_directive] = ACTIONS(3469), [anon_sym_LPAREN2] = ACTIONS(2560), [anon_sym_TILDE] = ACTIONS(2562), [anon_sym_STAR] = ACTIONS(2564), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(2566), [anon_sym_typedef] = ACTIONS(3471), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(2570), [anon_sym_LBRACK_LBRACK] = ACTIONS(1813), [anon_sym___declspec] = ACTIONS(43), [anon_sym___based] = ACTIONS(45), [anon_sym_RBRACE] = ACTIONS(3527), [anon_sym_signed] = ACTIONS(2572), [anon_sym_unsigned] = ACTIONS(2572), [anon_sym_long] = ACTIONS(2572), [anon_sym_short] = ACTIONS(2572), [anon_sym_LBRACK] = ACTIONS(2574), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(2576), [anon_sym_enum] = ACTIONS(2578), [anon_sym_class] = ACTIONS(2580), [anon_sym_struct] = ACTIONS(2582), [anon_sym_union] = ACTIONS(2584), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2586), [anon_sym_decltype] = ACTIONS(2588), [anon_sym_virtual] = ACTIONS(117), [anon_sym_explicit] = ACTIONS(119), [anon_sym_typename] = ACTIONS(2590), [anon_sym_template] = ACTIONS(3475), [anon_sym_operator] = ACTIONS(125), [anon_sym_friend] = ACTIONS(3477), [anon_sym_public] = ACTIONS(2596), [anon_sym_private] = ACTIONS(2596), [anon_sym_protected] = ACTIONS(2596), [anon_sym_using] = ACTIONS(3479), [anon_sym_static_assert] = ACTIONS(3481), }, [634] = { [sym_identifier] = ACTIONS(3036), [aux_sym_preproc_include_token1] = ACTIONS(3036), [aux_sym_preproc_def_token1] = ACTIONS(3036), [aux_sym_preproc_if_token1] = ACTIONS(3036), [aux_sym_preproc_if_token2] = ACTIONS(3036), [aux_sym_preproc_ifdef_token1] = ACTIONS(3036), [aux_sym_preproc_ifdef_token2] = ACTIONS(3036), [aux_sym_preproc_else_token1] = ACTIONS(3036), [aux_sym_preproc_elif_token1] = ACTIONS(3036), [sym_preproc_directive] = ACTIONS(3036), [anon_sym_LPAREN2] = ACTIONS(3038), [anon_sym_BANG] = ACTIONS(3038), [anon_sym_TILDE] = ACTIONS(3038), [anon_sym_DASH] = ACTIONS(3036), [anon_sym_PLUS] = ACTIONS(3036), [anon_sym_STAR] = ACTIONS(3038), [anon_sym_AMP_AMP] = ACTIONS(3038), [anon_sym_AMP] = ACTIONS(3036), [anon_sym_SEMI] = ACTIONS(3038), [anon_sym_typedef] = ACTIONS(3036), [anon_sym_extern] = ACTIONS(3036), [anon_sym___attribute__] = ACTIONS(3036), [anon_sym_COLON_COLON] = ACTIONS(3038), [anon_sym_LBRACK_LBRACK] = ACTIONS(3038), [anon_sym___declspec] = ACTIONS(3036), [anon_sym___based] = ACTIONS(3036), [anon_sym___cdecl] = ACTIONS(3036), [anon_sym___clrcall] = ACTIONS(3036), [anon_sym___stdcall] = ACTIONS(3036), [anon_sym___fastcall] = ACTIONS(3036), [anon_sym___thiscall] = ACTIONS(3036), [anon_sym___vectorcall] = ACTIONS(3036), [anon_sym_LBRACE] = ACTIONS(3038), [anon_sym_signed] = ACTIONS(3036), [anon_sym_unsigned] = ACTIONS(3036), [anon_sym_long] = ACTIONS(3036), [anon_sym_short] = ACTIONS(3036), [anon_sym_LBRACK] = ACTIONS(3036), [anon_sym_static] = ACTIONS(3036), [anon_sym_register] = ACTIONS(3036), [anon_sym_inline] = ACTIONS(3036), [anon_sym_thread_local] = ACTIONS(3036), [anon_sym_const] = ACTIONS(3036), [anon_sym_constexpr] = ACTIONS(3036), [anon_sym_volatile] = ACTIONS(3036), [anon_sym_restrict] = ACTIONS(3036), [anon_sym___restrict__] = ACTIONS(3036), [anon_sym__Atomic] = ACTIONS(3036), [anon_sym__Noreturn] = ACTIONS(3036), [anon_sym_noreturn] = ACTIONS(3036), [anon_sym_mutable] = ACTIONS(3036), [anon_sym_constinit] = ACTIONS(3036), [anon_sym_consteval] = ACTIONS(3036), [sym_primitive_type] = ACTIONS(3036), [anon_sym_enum] = ACTIONS(3036), [anon_sym_class] = ACTIONS(3036), [anon_sym_struct] = ACTIONS(3036), [anon_sym_union] = ACTIONS(3036), [anon_sym_if] = ACTIONS(3036), [anon_sym_else] = ACTIONS(3036), [anon_sym_switch] = ACTIONS(3036), [anon_sym_case] = ACTIONS(3036), [anon_sym_default] = ACTIONS(3036), [anon_sym_while] = ACTIONS(3036), [anon_sym_do] = ACTIONS(3036), [anon_sym_for] = ACTIONS(3036), [anon_sym_return] = ACTIONS(3036), [anon_sym_break] = ACTIONS(3036), [anon_sym_continue] = ACTIONS(3036), [anon_sym_goto] = ACTIONS(3036), [anon_sym_not] = ACTIONS(3036), [anon_sym_compl] = ACTIONS(3036), [anon_sym_DASH_DASH] = ACTIONS(3038), [anon_sym_PLUS_PLUS] = ACTIONS(3038), [anon_sym_sizeof] = ACTIONS(3036), [anon_sym_offsetof] = ACTIONS(3036), [anon_sym__Generic] = ACTIONS(3036), [anon_sym_asm] = ACTIONS(3036), [anon_sym___asm__] = ACTIONS(3036), [sym_number_literal] = ACTIONS(3038), [anon_sym_L_SQUOTE] = ACTIONS(3038), [anon_sym_u_SQUOTE] = ACTIONS(3038), [anon_sym_U_SQUOTE] = ACTIONS(3038), [anon_sym_u8_SQUOTE] = ACTIONS(3038), [anon_sym_SQUOTE] = ACTIONS(3038), [anon_sym_L_DQUOTE] = ACTIONS(3038), [anon_sym_u_DQUOTE] = ACTIONS(3038), [anon_sym_U_DQUOTE] = ACTIONS(3038), [anon_sym_u8_DQUOTE] = ACTIONS(3038), [anon_sym_DQUOTE] = ACTIONS(3038), [sym_true] = ACTIONS(3036), [sym_false] = ACTIONS(3036), [anon_sym_NULL] = ACTIONS(3036), [anon_sym_nullptr] = ACTIONS(3036), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3036), [anon_sym_decltype] = ACTIONS(3036), [anon_sym_virtual] = ACTIONS(3036), [anon_sym_explicit] = ACTIONS(3036), [anon_sym_typename] = ACTIONS(3036), [anon_sym_template] = ACTIONS(3036), [anon_sym_operator] = ACTIONS(3036), [anon_sym_try] = ACTIONS(3036), [anon_sym_delete] = ACTIONS(3036), [anon_sym_throw] = ACTIONS(3036), [anon_sym_namespace] = ACTIONS(3036), [anon_sym_using] = ACTIONS(3036), [anon_sym_static_assert] = ACTIONS(3036), [anon_sym_concept] = ACTIONS(3036), [anon_sym_co_return] = ACTIONS(3036), [anon_sym_co_yield] = ACTIONS(3036), [anon_sym_R_DQUOTE] = ACTIONS(3038), [anon_sym_LR_DQUOTE] = ACTIONS(3038), [anon_sym_uR_DQUOTE] = ACTIONS(3038), [anon_sym_UR_DQUOTE] = ACTIONS(3038), [anon_sym_u8R_DQUOTE] = ACTIONS(3038), [anon_sym_co_await] = ACTIONS(3036), [anon_sym_new] = ACTIONS(3036), [anon_sym_requires] = ACTIONS(3036), [sym_this] = ACTIONS(3036), }, [635] = { [sym_identifier] = ACTIONS(3032), [aux_sym_preproc_include_token1] = ACTIONS(3032), [aux_sym_preproc_def_token1] = ACTIONS(3032), [aux_sym_preproc_if_token1] = ACTIONS(3032), [aux_sym_preproc_if_token2] = ACTIONS(3032), [aux_sym_preproc_ifdef_token1] = ACTIONS(3032), [aux_sym_preproc_ifdef_token2] = ACTIONS(3032), [aux_sym_preproc_else_token1] = ACTIONS(3032), [aux_sym_preproc_elif_token1] = ACTIONS(3032), [sym_preproc_directive] = ACTIONS(3032), [anon_sym_LPAREN2] = ACTIONS(3034), [anon_sym_BANG] = ACTIONS(3034), [anon_sym_TILDE] = ACTIONS(3034), [anon_sym_DASH] = ACTIONS(3032), [anon_sym_PLUS] = ACTIONS(3032), [anon_sym_STAR] = ACTIONS(3034), [anon_sym_AMP_AMP] = ACTIONS(3034), [anon_sym_AMP] = ACTIONS(3032), [anon_sym_SEMI] = ACTIONS(3034), [anon_sym_typedef] = ACTIONS(3032), [anon_sym_extern] = ACTIONS(3032), [anon_sym___attribute__] = ACTIONS(3032), [anon_sym_COLON_COLON] = ACTIONS(3034), [anon_sym_LBRACK_LBRACK] = ACTIONS(3034), [anon_sym___declspec] = ACTIONS(3032), [anon_sym___based] = ACTIONS(3032), [anon_sym___cdecl] = ACTIONS(3032), [anon_sym___clrcall] = ACTIONS(3032), [anon_sym___stdcall] = ACTIONS(3032), [anon_sym___fastcall] = ACTIONS(3032), [anon_sym___thiscall] = ACTIONS(3032), [anon_sym___vectorcall] = ACTIONS(3032), [anon_sym_LBRACE] = ACTIONS(3034), [anon_sym_signed] = ACTIONS(3032), [anon_sym_unsigned] = ACTIONS(3032), [anon_sym_long] = ACTIONS(3032), [anon_sym_short] = ACTIONS(3032), [anon_sym_LBRACK] = ACTIONS(3032), [anon_sym_static] = ACTIONS(3032), [anon_sym_register] = ACTIONS(3032), [anon_sym_inline] = ACTIONS(3032), [anon_sym_thread_local] = ACTIONS(3032), [anon_sym_const] = ACTIONS(3032), [anon_sym_constexpr] = ACTIONS(3032), [anon_sym_volatile] = ACTIONS(3032), [anon_sym_restrict] = ACTIONS(3032), [anon_sym___restrict__] = ACTIONS(3032), [anon_sym__Atomic] = ACTIONS(3032), [anon_sym__Noreturn] = ACTIONS(3032), [anon_sym_noreturn] = ACTIONS(3032), [anon_sym_mutable] = ACTIONS(3032), [anon_sym_constinit] = ACTIONS(3032), [anon_sym_consteval] = ACTIONS(3032), [sym_primitive_type] = ACTIONS(3032), [anon_sym_enum] = ACTIONS(3032), [anon_sym_class] = ACTIONS(3032), [anon_sym_struct] = ACTIONS(3032), [anon_sym_union] = ACTIONS(3032), [anon_sym_if] = ACTIONS(3032), [anon_sym_else] = ACTIONS(3032), [anon_sym_switch] = ACTIONS(3032), [anon_sym_case] = ACTIONS(3032), [anon_sym_default] = ACTIONS(3032), [anon_sym_while] = ACTIONS(3032), [anon_sym_do] = ACTIONS(3032), [anon_sym_for] = ACTIONS(3032), [anon_sym_return] = ACTIONS(3032), [anon_sym_break] = ACTIONS(3032), [anon_sym_continue] = ACTIONS(3032), [anon_sym_goto] = ACTIONS(3032), [anon_sym_not] = ACTIONS(3032), [anon_sym_compl] = ACTIONS(3032), [anon_sym_DASH_DASH] = ACTIONS(3034), [anon_sym_PLUS_PLUS] = ACTIONS(3034), [anon_sym_sizeof] = ACTIONS(3032), [anon_sym_offsetof] = ACTIONS(3032), [anon_sym__Generic] = ACTIONS(3032), [anon_sym_asm] = ACTIONS(3032), [anon_sym___asm__] = ACTIONS(3032), [sym_number_literal] = ACTIONS(3034), [anon_sym_L_SQUOTE] = ACTIONS(3034), [anon_sym_u_SQUOTE] = ACTIONS(3034), [anon_sym_U_SQUOTE] = ACTIONS(3034), [anon_sym_u8_SQUOTE] = ACTIONS(3034), [anon_sym_SQUOTE] = ACTIONS(3034), [anon_sym_L_DQUOTE] = ACTIONS(3034), [anon_sym_u_DQUOTE] = ACTIONS(3034), [anon_sym_U_DQUOTE] = ACTIONS(3034), [anon_sym_u8_DQUOTE] = ACTIONS(3034), [anon_sym_DQUOTE] = ACTIONS(3034), [sym_true] = ACTIONS(3032), [sym_false] = ACTIONS(3032), [anon_sym_NULL] = ACTIONS(3032), [anon_sym_nullptr] = ACTIONS(3032), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3032), [anon_sym_decltype] = ACTIONS(3032), [anon_sym_virtual] = ACTIONS(3032), [anon_sym_explicit] = ACTIONS(3032), [anon_sym_typename] = ACTIONS(3032), [anon_sym_template] = ACTIONS(3032), [anon_sym_operator] = ACTIONS(3032), [anon_sym_try] = ACTIONS(3032), [anon_sym_delete] = ACTIONS(3032), [anon_sym_throw] = ACTIONS(3032), [anon_sym_namespace] = ACTIONS(3032), [anon_sym_using] = ACTIONS(3032), [anon_sym_static_assert] = ACTIONS(3032), [anon_sym_concept] = ACTIONS(3032), [anon_sym_co_return] = ACTIONS(3032), [anon_sym_co_yield] = ACTIONS(3032), [anon_sym_R_DQUOTE] = ACTIONS(3034), [anon_sym_LR_DQUOTE] = ACTIONS(3034), [anon_sym_uR_DQUOTE] = ACTIONS(3034), [anon_sym_UR_DQUOTE] = ACTIONS(3034), [anon_sym_u8R_DQUOTE] = ACTIONS(3034), [anon_sym_co_await] = ACTIONS(3032), [anon_sym_new] = ACTIONS(3032), [anon_sym_requires] = ACTIONS(3032), [sym_this] = ACTIONS(3032), }, [636] = { [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_if_token2] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [aux_sym_preproc_else_token1] = ACTIONS(2922), [aux_sym_preproc_elif_token1] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [637] = { [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_if_token2] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [aux_sym_preproc_else_token1] = ACTIONS(2922), [aux_sym_preproc_elif_token1] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [638] = { [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_if_token2] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [aux_sym_preproc_else_token1] = ACTIONS(2922), [aux_sym_preproc_elif_token1] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [639] = { [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_if_token2] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [aux_sym_preproc_else_token1] = ACTIONS(2922), [aux_sym_preproc_elif_token1] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [640] = { [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_if_token2] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [aux_sym_preproc_else_token1] = ACTIONS(2922), [aux_sym_preproc_elif_token1] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [641] = { [sym_identifier] = ACTIONS(2542), [aux_sym_preproc_include_token1] = ACTIONS(2542), [aux_sym_preproc_def_token1] = ACTIONS(2542), [anon_sym_COMMA] = ACTIONS(2966), [aux_sym_preproc_if_token1] = ACTIONS(2542), [aux_sym_preproc_if_token2] = ACTIONS(2542), [aux_sym_preproc_ifdef_token1] = ACTIONS(2542), [aux_sym_preproc_ifdef_token2] = ACTIONS(2542), [aux_sym_preproc_else_token1] = ACTIONS(2542), [aux_sym_preproc_elif_token1] = ACTIONS(2542), [sym_preproc_directive] = ACTIONS(2542), [anon_sym_LPAREN2] = ACTIONS(2540), [anon_sym_BANG] = ACTIONS(2540), [anon_sym_TILDE] = ACTIONS(2540), [anon_sym_DASH] = ACTIONS(2542), [anon_sym_PLUS] = ACTIONS(2542), [anon_sym_STAR] = ACTIONS(2540), [anon_sym_AMP_AMP] = ACTIONS(2540), [anon_sym_AMP] = ACTIONS(2542), [anon_sym_SEMI] = ACTIONS(2966), [anon_sym_typedef] = ACTIONS(2542), [anon_sym_extern] = ACTIONS(2542), [anon_sym___attribute__] = ACTIONS(2542), [anon_sym_COLON_COLON] = ACTIONS(2540), [anon_sym_LBRACK_LBRACK] = ACTIONS(2540), [anon_sym___declspec] = ACTIONS(2542), [anon_sym___based] = ACTIONS(2542), [anon_sym___cdecl] = ACTIONS(2542), [anon_sym___clrcall] = ACTIONS(2542), [anon_sym___stdcall] = ACTIONS(2542), [anon_sym___fastcall] = ACTIONS(2542), [anon_sym___thiscall] = ACTIONS(2542), [anon_sym___vectorcall] = ACTIONS(2542), [anon_sym_LBRACE] = ACTIONS(2540), [anon_sym_signed] = ACTIONS(2542), [anon_sym_unsigned] = ACTIONS(2542), [anon_sym_long] = ACTIONS(2542), [anon_sym_short] = ACTIONS(2542), [anon_sym_LBRACK] = ACTIONS(2542), [anon_sym_static] = ACTIONS(2542), [anon_sym_register] = ACTIONS(2542), [anon_sym_inline] = ACTIONS(2542), [anon_sym_thread_local] = ACTIONS(2542), [anon_sym_const] = ACTIONS(2542), [anon_sym_constexpr] = ACTIONS(2542), [anon_sym_volatile] = ACTIONS(2542), [anon_sym_restrict] = ACTIONS(2542), [anon_sym___restrict__] = ACTIONS(2542), [anon_sym__Atomic] = ACTIONS(2542), [anon_sym__Noreturn] = ACTIONS(2542), [anon_sym_noreturn] = ACTIONS(2542), [anon_sym_mutable] = ACTIONS(2542), [anon_sym_constinit] = ACTIONS(2542), [anon_sym_consteval] = ACTIONS(2542), [sym_primitive_type] = ACTIONS(2542), [anon_sym_enum] = ACTIONS(2542), [anon_sym_class] = ACTIONS(2542), [anon_sym_struct] = ACTIONS(2542), [anon_sym_union] = ACTIONS(2542), [anon_sym_if] = ACTIONS(2542), [anon_sym_switch] = ACTIONS(2542), [anon_sym_case] = ACTIONS(2542), [anon_sym_default] = ACTIONS(2542), [anon_sym_while] = ACTIONS(2542), [anon_sym_do] = ACTIONS(2542), [anon_sym_for] = ACTIONS(2542), [anon_sym_return] = ACTIONS(2542), [anon_sym_break] = ACTIONS(2542), [anon_sym_continue] = ACTIONS(2542), [anon_sym_goto] = ACTIONS(2542), [anon_sym_not] = ACTIONS(2542), [anon_sym_compl] = ACTIONS(2542), [anon_sym_DASH_DASH] = ACTIONS(2540), [anon_sym_PLUS_PLUS] = ACTIONS(2540), [anon_sym_sizeof] = ACTIONS(2542), [anon_sym_offsetof] = ACTIONS(2542), [anon_sym__Generic] = ACTIONS(2542), [anon_sym_asm] = ACTIONS(2542), [anon_sym___asm__] = ACTIONS(2542), [sym_number_literal] = ACTIONS(2540), [anon_sym_L_SQUOTE] = ACTIONS(2540), [anon_sym_u_SQUOTE] = ACTIONS(2540), [anon_sym_U_SQUOTE] = ACTIONS(2540), [anon_sym_u8_SQUOTE] = ACTIONS(2540), [anon_sym_SQUOTE] = ACTIONS(2540), [anon_sym_L_DQUOTE] = ACTIONS(2540), [anon_sym_u_DQUOTE] = ACTIONS(2540), [anon_sym_U_DQUOTE] = ACTIONS(2540), [anon_sym_u8_DQUOTE] = ACTIONS(2540), [anon_sym_DQUOTE] = ACTIONS(2540), [sym_true] = ACTIONS(2542), [sym_false] = ACTIONS(2542), [anon_sym_NULL] = ACTIONS(2542), [anon_sym_nullptr] = ACTIONS(2542), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2542), [anon_sym_decltype] = ACTIONS(2542), [anon_sym_virtual] = ACTIONS(2542), [anon_sym_explicit] = ACTIONS(2542), [anon_sym_typename] = ACTIONS(2542), [anon_sym_template] = ACTIONS(2542), [anon_sym_operator] = ACTIONS(2542), [anon_sym_try] = ACTIONS(2542), [anon_sym_delete] = ACTIONS(2542), [anon_sym_throw] = ACTIONS(2542), [anon_sym_namespace] = ACTIONS(2542), [anon_sym_using] = ACTIONS(2542), [anon_sym_static_assert] = ACTIONS(2542), [anon_sym_concept] = ACTIONS(2542), [anon_sym_co_return] = ACTIONS(2542), [anon_sym_co_yield] = ACTIONS(2542), [anon_sym_R_DQUOTE] = ACTIONS(2540), [anon_sym_LR_DQUOTE] = ACTIONS(2540), [anon_sym_uR_DQUOTE] = ACTIONS(2540), [anon_sym_UR_DQUOTE] = ACTIONS(2540), [anon_sym_u8R_DQUOTE] = ACTIONS(2540), [anon_sym_co_await] = ACTIONS(2542), [anon_sym_new] = ACTIONS(2542), [anon_sym_requires] = ACTIONS(2542), [sym_this] = ACTIONS(2542), }, [642] = { [sym_catch_clause] = STATE(582), [aux_sym_constructor_try_statement_repeat1] = STATE(582), [sym_identifier] = ACTIONS(2883), [aux_sym_preproc_include_token1] = ACTIONS(2883), [aux_sym_preproc_def_token1] = ACTIONS(2883), [aux_sym_preproc_if_token1] = ACTIONS(2883), [aux_sym_preproc_if_token2] = ACTIONS(2883), [aux_sym_preproc_ifdef_token1] = ACTIONS(2883), [aux_sym_preproc_ifdef_token2] = ACTIONS(2883), [sym_preproc_directive] = ACTIONS(2883), [anon_sym_LPAREN2] = ACTIONS(2885), [anon_sym_BANG] = ACTIONS(2885), [anon_sym_TILDE] = ACTIONS(2885), [anon_sym_DASH] = ACTIONS(2883), [anon_sym_PLUS] = ACTIONS(2883), [anon_sym_STAR] = ACTIONS(2885), [anon_sym_AMP_AMP] = ACTIONS(2885), [anon_sym_AMP] = ACTIONS(2883), [anon_sym_SEMI] = ACTIONS(2885), [anon_sym_typedef] = ACTIONS(2883), [anon_sym_extern] = ACTIONS(2883), [anon_sym___attribute__] = ACTIONS(2883), [anon_sym_COLON_COLON] = ACTIONS(2885), [anon_sym_LBRACK_LBRACK] = ACTIONS(2885), [anon_sym___declspec] = ACTIONS(2883), [anon_sym___based] = ACTIONS(2883), [anon_sym___cdecl] = ACTIONS(2883), [anon_sym___clrcall] = ACTIONS(2883), [anon_sym___stdcall] = ACTIONS(2883), [anon_sym___fastcall] = ACTIONS(2883), [anon_sym___thiscall] = ACTIONS(2883), [anon_sym___vectorcall] = ACTIONS(2883), [anon_sym_LBRACE] = ACTIONS(2885), [anon_sym_signed] = ACTIONS(2883), [anon_sym_unsigned] = ACTIONS(2883), [anon_sym_long] = ACTIONS(2883), [anon_sym_short] = ACTIONS(2883), [anon_sym_LBRACK] = ACTIONS(2883), [anon_sym_static] = ACTIONS(2883), [anon_sym_register] = ACTIONS(2883), [anon_sym_inline] = ACTIONS(2883), [anon_sym_thread_local] = ACTIONS(2883), [anon_sym_const] = ACTIONS(2883), [anon_sym_constexpr] = ACTIONS(2883), [anon_sym_volatile] = ACTIONS(2883), [anon_sym_restrict] = ACTIONS(2883), [anon_sym___restrict__] = ACTIONS(2883), [anon_sym__Atomic] = ACTIONS(2883), [anon_sym__Noreturn] = ACTIONS(2883), [anon_sym_noreturn] = ACTIONS(2883), [anon_sym_mutable] = ACTIONS(2883), [anon_sym_constinit] = ACTIONS(2883), [anon_sym_consteval] = ACTIONS(2883), [sym_primitive_type] = ACTIONS(2883), [anon_sym_enum] = ACTIONS(2883), [anon_sym_class] = ACTIONS(2883), [anon_sym_struct] = ACTIONS(2883), [anon_sym_union] = ACTIONS(2883), [anon_sym_if] = ACTIONS(2883), [anon_sym_switch] = ACTIONS(2883), [anon_sym_case] = ACTIONS(2883), [anon_sym_default] = ACTIONS(2883), [anon_sym_while] = ACTIONS(2883), [anon_sym_do] = ACTIONS(2883), [anon_sym_for] = ACTIONS(2883), [anon_sym_return] = ACTIONS(2883), [anon_sym_break] = ACTIONS(2883), [anon_sym_continue] = ACTIONS(2883), [anon_sym_goto] = ACTIONS(2883), [anon_sym_not] = ACTIONS(2883), [anon_sym_compl] = ACTIONS(2883), [anon_sym_DASH_DASH] = ACTIONS(2885), [anon_sym_PLUS_PLUS] = ACTIONS(2885), [anon_sym_sizeof] = ACTIONS(2883), [anon_sym_offsetof] = ACTIONS(2883), [anon_sym__Generic] = ACTIONS(2883), [anon_sym_asm] = ACTIONS(2883), [anon_sym___asm__] = ACTIONS(2883), [sym_number_literal] = ACTIONS(2885), [anon_sym_L_SQUOTE] = ACTIONS(2885), [anon_sym_u_SQUOTE] = ACTIONS(2885), [anon_sym_U_SQUOTE] = ACTIONS(2885), [anon_sym_u8_SQUOTE] = ACTIONS(2885), [anon_sym_SQUOTE] = ACTIONS(2885), [anon_sym_L_DQUOTE] = ACTIONS(2885), [anon_sym_u_DQUOTE] = ACTIONS(2885), [anon_sym_U_DQUOTE] = ACTIONS(2885), [anon_sym_u8_DQUOTE] = ACTIONS(2885), [anon_sym_DQUOTE] = ACTIONS(2885), [sym_true] = ACTIONS(2883), [sym_false] = ACTIONS(2883), [anon_sym_NULL] = ACTIONS(2883), [anon_sym_nullptr] = ACTIONS(2883), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2883), [anon_sym_decltype] = ACTIONS(2883), [anon_sym_virtual] = ACTIONS(2883), [anon_sym_explicit] = ACTIONS(2883), [anon_sym_typename] = ACTIONS(2883), [anon_sym_template] = ACTIONS(2883), [anon_sym_operator] = ACTIONS(2883), [anon_sym_try] = ACTIONS(2883), [anon_sym_delete] = ACTIONS(2883), [anon_sym_throw] = ACTIONS(2883), [anon_sym_namespace] = ACTIONS(2883), [anon_sym_using] = ACTIONS(2883), [anon_sym_static_assert] = ACTIONS(2883), [anon_sym_concept] = ACTIONS(2883), [anon_sym_co_return] = ACTIONS(2883), [anon_sym_co_yield] = ACTIONS(2883), [anon_sym_catch] = ACTIONS(3307), [anon_sym_R_DQUOTE] = ACTIONS(2885), [anon_sym_LR_DQUOTE] = ACTIONS(2885), [anon_sym_uR_DQUOTE] = ACTIONS(2885), [anon_sym_UR_DQUOTE] = ACTIONS(2885), [anon_sym_u8R_DQUOTE] = ACTIONS(2885), [anon_sym_co_await] = ACTIONS(2883), [anon_sym_new] = ACTIONS(2883), [anon_sym_requires] = ACTIONS(2883), [sym_this] = ACTIONS(2883), }, [643] = { [sym_preproc_def] = STATE(714), [sym_preproc_function_def] = STATE(714), [sym_preproc_call] = STATE(714), [sym_preproc_if_in_field_declaration_list] = STATE(714), [sym_preproc_ifdef_in_field_declaration_list] = STATE(714), [sym_type_definition] = STATE(714), [sym__declaration_modifiers] = STATE(3697), [sym__declaration_specifiers] = STATE(4902), [sym_attribute_specifier] = STATE(3697), [sym_attribute_declaration] = STATE(3697), [sym_ms_declspec_modifier] = STATE(3697), [sym_ms_based_modifier] = STATE(7599), [sym__declarator] = STATE(5891), [sym_parenthesized_declarator] = STATE(5671), [sym_attributed_declarator] = STATE(5671), [sym_pointer_declarator] = STATE(5671), [sym_function_declarator] = STATE(5518), [sym_array_declarator] = STATE(5671), [sym_storage_class_specifier] = STATE(3697), [sym_type_qualifier] = STATE(3697), [sym__type_specifier] = STATE(3841), [sym_sized_type_specifier] = STATE(3945), [sym_enum_specifier] = STATE(3945), [sym_struct_specifier] = STATE(3945), [sym_union_specifier] = STATE(3945), [sym__field_declaration_list_item] = STATE(714), [sym_field_declaration] = STATE(714), [sym_placeholder_type_specifier] = STATE(3945), [sym_decltype_auto] = STATE(3928), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3945), [sym_virtual] = STATE(3697), [sym_explicit_function_specifier] = STATE(2312), [sym_dependent_type] = STATE(3945), [sym_template_declaration] = STATE(714), [sym_operator_cast] = STATE(5938), [sym_inline_method_definition] = STATE(714), [sym__constructor_specifiers] = STATE(2312), [sym_operator_cast_definition] = STATE(714), [sym_operator_cast_declaration] = STATE(714), [sym_constructor_or_destructor_definition] = STATE(714), [sym_constructor_or_destructor_declaration] = STATE(714), [sym_friend_declaration] = STATE(714), [sym_access_specifier] = STATE(7649), [sym_reference_declarator] = STATE(5671), [sym_structured_binding_declarator] = STATE(5671), [sym_template_type] = STATE(3646), [sym_template_function] = STATE(5671), [sym_using_declaration] = STATE(714), [sym_alias_declaration] = STATE(714), [sym_static_assert_declaration] = STATE(714), [sym_destructor_name] = STATE(5671), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5155), [sym_qualified_identifier] = STATE(5671), [sym_qualified_type_identifier] = STATE(4540), [sym_qualified_operator_cast_identifier] = STATE(5938), [sym_operator_name] = STATE(5671), [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(714), [aux_sym__declaration_specifiers_repeat1] = STATE(2567), [aux_sym_sized_type_specifier_repeat1] = STATE(3978), [aux_sym_operator_cast_definition_repeat1] = STATE(2312), [sym_identifier] = ACTIONS(2544), [aux_sym_preproc_def_token1] = ACTIONS(3489), [aux_sym_preproc_if_token1] = ACTIONS(3491), [aux_sym_preproc_if_token2] = ACTIONS(3529), [aux_sym_preproc_ifdef_token1] = ACTIONS(3495), [aux_sym_preproc_ifdef_token2] = ACTIONS(3495), [sym_preproc_directive] = ACTIONS(3497), [anon_sym_LPAREN2] = ACTIONS(2560), [anon_sym_TILDE] = ACTIONS(2562), [anon_sym_STAR] = ACTIONS(2564), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(2566), [anon_sym_typedef] = ACTIONS(3499), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(2570), [anon_sym_LBRACK_LBRACK] = ACTIONS(1813), [anon_sym___declspec] = ACTIONS(43), [anon_sym___based] = ACTIONS(45), [anon_sym_signed] = ACTIONS(2572), [anon_sym_unsigned] = ACTIONS(2572), [anon_sym_long] = ACTIONS(2572), [anon_sym_short] = ACTIONS(2572), [anon_sym_LBRACK] = ACTIONS(2574), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(2576), [anon_sym_enum] = ACTIONS(2578), [anon_sym_class] = ACTIONS(2580), [anon_sym_struct] = ACTIONS(2582), [anon_sym_union] = ACTIONS(2584), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2586), [anon_sym_decltype] = ACTIONS(2588), [anon_sym_virtual] = ACTIONS(117), [anon_sym_explicit] = ACTIONS(119), [anon_sym_typename] = ACTIONS(2590), [anon_sym_template] = ACTIONS(3501), [anon_sym_operator] = ACTIONS(125), [anon_sym_friend] = ACTIONS(3503), [anon_sym_public] = ACTIONS(2596), [anon_sym_private] = ACTIONS(2596), [anon_sym_protected] = ACTIONS(2596), [anon_sym_using] = ACTIONS(3505), [anon_sym_static_assert] = ACTIONS(3507), }, [644] = { [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_if_token2] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [aux_sym_preproc_else_token1] = ACTIONS(2922), [aux_sym_preproc_elif_token1] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [645] = { [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_if_token2] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [aux_sym_preproc_else_token1] = ACTIONS(2922), [aux_sym_preproc_elif_token1] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [646] = { [sym_identifier] = ACTIONS(2980), [aux_sym_preproc_include_token1] = ACTIONS(2980), [aux_sym_preproc_def_token1] = ACTIONS(2980), [aux_sym_preproc_if_token1] = ACTIONS(2980), [aux_sym_preproc_if_token2] = ACTIONS(2980), [aux_sym_preproc_ifdef_token1] = ACTIONS(2980), [aux_sym_preproc_ifdef_token2] = ACTIONS(2980), [aux_sym_preproc_else_token1] = ACTIONS(2980), [aux_sym_preproc_elif_token1] = ACTIONS(2980), [sym_preproc_directive] = ACTIONS(2980), [anon_sym_LPAREN2] = ACTIONS(2982), [anon_sym_BANG] = ACTIONS(2982), [anon_sym_TILDE] = ACTIONS(2982), [anon_sym_DASH] = ACTIONS(2980), [anon_sym_PLUS] = ACTIONS(2980), [anon_sym_STAR] = ACTIONS(2982), [anon_sym_AMP_AMP] = ACTIONS(2982), [anon_sym_AMP] = ACTIONS(2980), [anon_sym_SEMI] = ACTIONS(2982), [anon_sym_typedef] = ACTIONS(2980), [anon_sym_extern] = ACTIONS(2980), [anon_sym___attribute__] = ACTIONS(2980), [anon_sym_COLON_COLON] = ACTIONS(2982), [anon_sym_LBRACK_LBRACK] = ACTIONS(2982), [anon_sym___declspec] = ACTIONS(2980), [anon_sym___based] = ACTIONS(2980), [anon_sym___cdecl] = ACTIONS(2980), [anon_sym___clrcall] = ACTIONS(2980), [anon_sym___stdcall] = ACTIONS(2980), [anon_sym___fastcall] = ACTIONS(2980), [anon_sym___thiscall] = ACTIONS(2980), [anon_sym___vectorcall] = ACTIONS(2980), [anon_sym_LBRACE] = ACTIONS(2982), [anon_sym_signed] = ACTIONS(2980), [anon_sym_unsigned] = ACTIONS(2980), [anon_sym_long] = ACTIONS(2980), [anon_sym_short] = ACTIONS(2980), [anon_sym_LBRACK] = ACTIONS(2980), [anon_sym_static] = ACTIONS(2980), [anon_sym_register] = ACTIONS(2980), [anon_sym_inline] = ACTIONS(2980), [anon_sym_thread_local] = ACTIONS(2980), [anon_sym_const] = ACTIONS(2980), [anon_sym_constexpr] = ACTIONS(2980), [anon_sym_volatile] = ACTIONS(2980), [anon_sym_restrict] = ACTIONS(2980), [anon_sym___restrict__] = ACTIONS(2980), [anon_sym__Atomic] = ACTIONS(2980), [anon_sym__Noreturn] = ACTIONS(2980), [anon_sym_noreturn] = ACTIONS(2980), [anon_sym_mutable] = ACTIONS(2980), [anon_sym_constinit] = ACTIONS(2980), [anon_sym_consteval] = ACTIONS(2980), [sym_primitive_type] = ACTIONS(2980), [anon_sym_enum] = ACTIONS(2980), [anon_sym_class] = ACTIONS(2980), [anon_sym_struct] = ACTIONS(2980), [anon_sym_union] = ACTIONS(2980), [anon_sym_if] = ACTIONS(2980), [anon_sym_else] = ACTIONS(2980), [anon_sym_switch] = ACTIONS(2980), [anon_sym_case] = ACTIONS(2980), [anon_sym_default] = ACTIONS(2980), [anon_sym_while] = ACTIONS(2980), [anon_sym_do] = ACTIONS(2980), [anon_sym_for] = ACTIONS(2980), [anon_sym_return] = ACTIONS(2980), [anon_sym_break] = ACTIONS(2980), [anon_sym_continue] = ACTIONS(2980), [anon_sym_goto] = ACTIONS(2980), [anon_sym_not] = ACTIONS(2980), [anon_sym_compl] = ACTIONS(2980), [anon_sym_DASH_DASH] = ACTIONS(2982), [anon_sym_PLUS_PLUS] = ACTIONS(2982), [anon_sym_sizeof] = ACTIONS(2980), [anon_sym_offsetof] = ACTIONS(2980), [anon_sym__Generic] = ACTIONS(2980), [anon_sym_asm] = ACTIONS(2980), [anon_sym___asm__] = ACTIONS(2980), [sym_number_literal] = ACTIONS(2982), [anon_sym_L_SQUOTE] = ACTIONS(2982), [anon_sym_u_SQUOTE] = ACTIONS(2982), [anon_sym_U_SQUOTE] = ACTIONS(2982), [anon_sym_u8_SQUOTE] = ACTIONS(2982), [anon_sym_SQUOTE] = ACTIONS(2982), [anon_sym_L_DQUOTE] = ACTIONS(2982), [anon_sym_u_DQUOTE] = ACTIONS(2982), [anon_sym_U_DQUOTE] = ACTIONS(2982), [anon_sym_u8_DQUOTE] = ACTIONS(2982), [anon_sym_DQUOTE] = ACTIONS(2982), [sym_true] = ACTIONS(2980), [sym_false] = ACTIONS(2980), [anon_sym_NULL] = ACTIONS(2980), [anon_sym_nullptr] = ACTIONS(2980), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2980), [anon_sym_decltype] = ACTIONS(2980), [anon_sym_virtual] = ACTIONS(2980), [anon_sym_explicit] = ACTIONS(2980), [anon_sym_typename] = ACTIONS(2980), [anon_sym_template] = ACTIONS(2980), [anon_sym_operator] = ACTIONS(2980), [anon_sym_try] = ACTIONS(2980), [anon_sym_delete] = ACTIONS(2980), [anon_sym_throw] = ACTIONS(2980), [anon_sym_namespace] = ACTIONS(2980), [anon_sym_using] = ACTIONS(2980), [anon_sym_static_assert] = ACTIONS(2980), [anon_sym_concept] = ACTIONS(2980), [anon_sym_co_return] = ACTIONS(2980), [anon_sym_co_yield] = ACTIONS(2980), [anon_sym_R_DQUOTE] = ACTIONS(2982), [anon_sym_LR_DQUOTE] = ACTIONS(2982), [anon_sym_uR_DQUOTE] = ACTIONS(2982), [anon_sym_UR_DQUOTE] = ACTIONS(2982), [anon_sym_u8R_DQUOTE] = ACTIONS(2982), [anon_sym_co_await] = ACTIONS(2980), [anon_sym_new] = ACTIONS(2980), [anon_sym_requires] = ACTIONS(2980), [sym_this] = ACTIONS(2980), }, [647] = { [sym_identifier] = ACTIONS(3040), [aux_sym_preproc_include_token1] = ACTIONS(3040), [aux_sym_preproc_def_token1] = ACTIONS(3040), [aux_sym_preproc_if_token1] = ACTIONS(3040), [aux_sym_preproc_if_token2] = ACTIONS(3040), [aux_sym_preproc_ifdef_token1] = ACTIONS(3040), [aux_sym_preproc_ifdef_token2] = ACTIONS(3040), [aux_sym_preproc_else_token1] = ACTIONS(3040), [aux_sym_preproc_elif_token1] = ACTIONS(3040), [sym_preproc_directive] = ACTIONS(3040), [anon_sym_LPAREN2] = ACTIONS(3042), [anon_sym_BANG] = ACTIONS(3042), [anon_sym_TILDE] = ACTIONS(3042), [anon_sym_DASH] = ACTIONS(3040), [anon_sym_PLUS] = ACTIONS(3040), [anon_sym_STAR] = ACTIONS(3042), [anon_sym_AMP_AMP] = ACTIONS(3042), [anon_sym_AMP] = ACTIONS(3040), [anon_sym_SEMI] = ACTIONS(3042), [anon_sym_typedef] = ACTIONS(3040), [anon_sym_extern] = ACTIONS(3040), [anon_sym___attribute__] = ACTIONS(3040), [anon_sym_COLON_COLON] = ACTIONS(3042), [anon_sym_LBRACK_LBRACK] = ACTIONS(3042), [anon_sym___declspec] = ACTIONS(3040), [anon_sym___based] = ACTIONS(3040), [anon_sym___cdecl] = ACTIONS(3040), [anon_sym___clrcall] = ACTIONS(3040), [anon_sym___stdcall] = ACTIONS(3040), [anon_sym___fastcall] = ACTIONS(3040), [anon_sym___thiscall] = ACTIONS(3040), [anon_sym___vectorcall] = ACTIONS(3040), [anon_sym_LBRACE] = ACTIONS(3042), [anon_sym_signed] = ACTIONS(3040), [anon_sym_unsigned] = ACTIONS(3040), [anon_sym_long] = ACTIONS(3040), [anon_sym_short] = ACTIONS(3040), [anon_sym_LBRACK] = ACTIONS(3040), [anon_sym_static] = ACTIONS(3040), [anon_sym_register] = ACTIONS(3040), [anon_sym_inline] = ACTIONS(3040), [anon_sym_thread_local] = ACTIONS(3040), [anon_sym_const] = ACTIONS(3040), [anon_sym_constexpr] = ACTIONS(3040), [anon_sym_volatile] = ACTIONS(3040), [anon_sym_restrict] = ACTIONS(3040), [anon_sym___restrict__] = ACTIONS(3040), [anon_sym__Atomic] = ACTIONS(3040), [anon_sym__Noreturn] = ACTIONS(3040), [anon_sym_noreturn] = ACTIONS(3040), [anon_sym_mutable] = ACTIONS(3040), [anon_sym_constinit] = ACTIONS(3040), [anon_sym_consteval] = ACTIONS(3040), [sym_primitive_type] = ACTIONS(3040), [anon_sym_enum] = ACTIONS(3040), [anon_sym_class] = ACTIONS(3040), [anon_sym_struct] = ACTIONS(3040), [anon_sym_union] = ACTIONS(3040), [anon_sym_if] = ACTIONS(3040), [anon_sym_else] = ACTIONS(3040), [anon_sym_switch] = ACTIONS(3040), [anon_sym_case] = ACTIONS(3040), [anon_sym_default] = ACTIONS(3040), [anon_sym_while] = ACTIONS(3040), [anon_sym_do] = ACTIONS(3040), [anon_sym_for] = ACTIONS(3040), [anon_sym_return] = ACTIONS(3040), [anon_sym_break] = ACTIONS(3040), [anon_sym_continue] = ACTIONS(3040), [anon_sym_goto] = ACTIONS(3040), [anon_sym_not] = ACTIONS(3040), [anon_sym_compl] = ACTIONS(3040), [anon_sym_DASH_DASH] = ACTIONS(3042), [anon_sym_PLUS_PLUS] = ACTIONS(3042), [anon_sym_sizeof] = ACTIONS(3040), [anon_sym_offsetof] = ACTIONS(3040), [anon_sym__Generic] = ACTIONS(3040), [anon_sym_asm] = ACTIONS(3040), [anon_sym___asm__] = ACTIONS(3040), [sym_number_literal] = ACTIONS(3042), [anon_sym_L_SQUOTE] = ACTIONS(3042), [anon_sym_u_SQUOTE] = ACTIONS(3042), [anon_sym_U_SQUOTE] = ACTIONS(3042), [anon_sym_u8_SQUOTE] = ACTIONS(3042), [anon_sym_SQUOTE] = ACTIONS(3042), [anon_sym_L_DQUOTE] = ACTIONS(3042), [anon_sym_u_DQUOTE] = ACTIONS(3042), [anon_sym_U_DQUOTE] = ACTIONS(3042), [anon_sym_u8_DQUOTE] = ACTIONS(3042), [anon_sym_DQUOTE] = ACTIONS(3042), [sym_true] = ACTIONS(3040), [sym_false] = ACTIONS(3040), [anon_sym_NULL] = ACTIONS(3040), [anon_sym_nullptr] = ACTIONS(3040), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3040), [anon_sym_decltype] = ACTIONS(3040), [anon_sym_virtual] = ACTIONS(3040), [anon_sym_explicit] = ACTIONS(3040), [anon_sym_typename] = ACTIONS(3040), [anon_sym_template] = ACTIONS(3040), [anon_sym_operator] = ACTIONS(3040), [anon_sym_try] = ACTIONS(3040), [anon_sym_delete] = ACTIONS(3040), [anon_sym_throw] = ACTIONS(3040), [anon_sym_namespace] = ACTIONS(3040), [anon_sym_using] = ACTIONS(3040), [anon_sym_static_assert] = ACTIONS(3040), [anon_sym_concept] = ACTIONS(3040), [anon_sym_co_return] = ACTIONS(3040), [anon_sym_co_yield] = ACTIONS(3040), [anon_sym_R_DQUOTE] = ACTIONS(3042), [anon_sym_LR_DQUOTE] = ACTIONS(3042), [anon_sym_uR_DQUOTE] = ACTIONS(3042), [anon_sym_UR_DQUOTE] = ACTIONS(3042), [anon_sym_u8R_DQUOTE] = ACTIONS(3042), [anon_sym_co_await] = ACTIONS(3040), [anon_sym_new] = ACTIONS(3040), [anon_sym_requires] = ACTIONS(3040), [sym_this] = ACTIONS(3040), }, [648] = { [sym_identifier] = ACTIONS(3064), [aux_sym_preproc_include_token1] = ACTIONS(3064), [aux_sym_preproc_def_token1] = ACTIONS(3064), [aux_sym_preproc_if_token1] = ACTIONS(3064), [aux_sym_preproc_if_token2] = ACTIONS(3064), [aux_sym_preproc_ifdef_token1] = ACTIONS(3064), [aux_sym_preproc_ifdef_token2] = ACTIONS(3064), [aux_sym_preproc_else_token1] = ACTIONS(3064), [aux_sym_preproc_elif_token1] = ACTIONS(3064), [sym_preproc_directive] = ACTIONS(3064), [anon_sym_LPAREN2] = ACTIONS(3066), [anon_sym_BANG] = ACTIONS(3066), [anon_sym_TILDE] = ACTIONS(3066), [anon_sym_DASH] = ACTIONS(3064), [anon_sym_PLUS] = ACTIONS(3064), [anon_sym_STAR] = ACTIONS(3066), [anon_sym_AMP_AMP] = ACTIONS(3066), [anon_sym_AMP] = ACTIONS(3064), [anon_sym_SEMI] = ACTIONS(3066), [anon_sym_typedef] = ACTIONS(3064), [anon_sym_extern] = ACTIONS(3064), [anon_sym___attribute__] = ACTIONS(3064), [anon_sym_COLON_COLON] = ACTIONS(3066), [anon_sym_LBRACK_LBRACK] = ACTIONS(3066), [anon_sym___declspec] = ACTIONS(3064), [anon_sym___based] = ACTIONS(3064), [anon_sym___cdecl] = ACTIONS(3064), [anon_sym___clrcall] = ACTIONS(3064), [anon_sym___stdcall] = ACTIONS(3064), [anon_sym___fastcall] = ACTIONS(3064), [anon_sym___thiscall] = ACTIONS(3064), [anon_sym___vectorcall] = ACTIONS(3064), [anon_sym_LBRACE] = ACTIONS(3066), [anon_sym_signed] = ACTIONS(3064), [anon_sym_unsigned] = ACTIONS(3064), [anon_sym_long] = ACTIONS(3064), [anon_sym_short] = ACTIONS(3064), [anon_sym_LBRACK] = ACTIONS(3064), [anon_sym_static] = ACTIONS(3064), [anon_sym_register] = ACTIONS(3064), [anon_sym_inline] = ACTIONS(3064), [anon_sym_thread_local] = ACTIONS(3064), [anon_sym_const] = ACTIONS(3064), [anon_sym_constexpr] = ACTIONS(3064), [anon_sym_volatile] = ACTIONS(3064), [anon_sym_restrict] = ACTIONS(3064), [anon_sym___restrict__] = ACTIONS(3064), [anon_sym__Atomic] = ACTIONS(3064), [anon_sym__Noreturn] = ACTIONS(3064), [anon_sym_noreturn] = ACTIONS(3064), [anon_sym_mutable] = ACTIONS(3064), [anon_sym_constinit] = ACTIONS(3064), [anon_sym_consteval] = ACTIONS(3064), [sym_primitive_type] = ACTIONS(3064), [anon_sym_enum] = ACTIONS(3064), [anon_sym_class] = ACTIONS(3064), [anon_sym_struct] = ACTIONS(3064), [anon_sym_union] = ACTIONS(3064), [anon_sym_if] = ACTIONS(3064), [anon_sym_else] = ACTIONS(3064), [anon_sym_switch] = ACTIONS(3064), [anon_sym_case] = ACTIONS(3064), [anon_sym_default] = ACTIONS(3064), [anon_sym_while] = ACTIONS(3064), [anon_sym_do] = ACTIONS(3064), [anon_sym_for] = ACTIONS(3064), [anon_sym_return] = ACTIONS(3064), [anon_sym_break] = ACTIONS(3064), [anon_sym_continue] = ACTIONS(3064), [anon_sym_goto] = ACTIONS(3064), [anon_sym_not] = ACTIONS(3064), [anon_sym_compl] = ACTIONS(3064), [anon_sym_DASH_DASH] = ACTIONS(3066), [anon_sym_PLUS_PLUS] = ACTIONS(3066), [anon_sym_sizeof] = ACTIONS(3064), [anon_sym_offsetof] = ACTIONS(3064), [anon_sym__Generic] = ACTIONS(3064), [anon_sym_asm] = ACTIONS(3064), [anon_sym___asm__] = ACTIONS(3064), [sym_number_literal] = ACTIONS(3066), [anon_sym_L_SQUOTE] = ACTIONS(3066), [anon_sym_u_SQUOTE] = ACTIONS(3066), [anon_sym_U_SQUOTE] = ACTIONS(3066), [anon_sym_u8_SQUOTE] = ACTIONS(3066), [anon_sym_SQUOTE] = ACTIONS(3066), [anon_sym_L_DQUOTE] = ACTIONS(3066), [anon_sym_u_DQUOTE] = ACTIONS(3066), [anon_sym_U_DQUOTE] = ACTIONS(3066), [anon_sym_u8_DQUOTE] = ACTIONS(3066), [anon_sym_DQUOTE] = ACTIONS(3066), [sym_true] = ACTIONS(3064), [sym_false] = ACTIONS(3064), [anon_sym_NULL] = ACTIONS(3064), [anon_sym_nullptr] = ACTIONS(3064), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3064), [anon_sym_decltype] = ACTIONS(3064), [anon_sym_virtual] = ACTIONS(3064), [anon_sym_explicit] = ACTIONS(3064), [anon_sym_typename] = ACTIONS(3064), [anon_sym_template] = ACTIONS(3064), [anon_sym_operator] = ACTIONS(3064), [anon_sym_try] = ACTIONS(3064), [anon_sym_delete] = ACTIONS(3064), [anon_sym_throw] = ACTIONS(3064), [anon_sym_namespace] = ACTIONS(3064), [anon_sym_using] = ACTIONS(3064), [anon_sym_static_assert] = ACTIONS(3064), [anon_sym_concept] = ACTIONS(3064), [anon_sym_co_return] = ACTIONS(3064), [anon_sym_co_yield] = ACTIONS(3064), [anon_sym_R_DQUOTE] = ACTIONS(3066), [anon_sym_LR_DQUOTE] = ACTIONS(3066), [anon_sym_uR_DQUOTE] = ACTIONS(3066), [anon_sym_UR_DQUOTE] = ACTIONS(3066), [anon_sym_u8R_DQUOTE] = ACTIONS(3066), [anon_sym_co_await] = ACTIONS(3064), [anon_sym_new] = ACTIONS(3064), [anon_sym_requires] = ACTIONS(3064), [sym_this] = ACTIONS(3064), }, [649] = { [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_if_token2] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [aux_sym_preproc_else_token1] = ACTIONS(2922), [aux_sym_preproc_elif_token1] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [650] = { [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_if_token2] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [aux_sym_preproc_else_token1] = ACTIONS(2922), [aux_sym_preproc_elif_token1] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [651] = { [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_if_token2] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [aux_sym_preproc_else_token1] = ACTIONS(2922), [aux_sym_preproc_elif_token1] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [652] = { [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_if_token2] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [aux_sym_preproc_else_token1] = ACTIONS(2922), [aux_sym_preproc_elif_token1] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [653] = { [sym_identifier] = ACTIONS(3012), [aux_sym_preproc_include_token1] = ACTIONS(3012), [aux_sym_preproc_def_token1] = ACTIONS(3012), [aux_sym_preproc_if_token1] = ACTIONS(3012), [aux_sym_preproc_if_token2] = ACTIONS(3012), [aux_sym_preproc_ifdef_token1] = ACTIONS(3012), [aux_sym_preproc_ifdef_token2] = ACTIONS(3012), [aux_sym_preproc_else_token1] = ACTIONS(3012), [aux_sym_preproc_elif_token1] = ACTIONS(3012), [sym_preproc_directive] = ACTIONS(3012), [anon_sym_LPAREN2] = ACTIONS(3014), [anon_sym_BANG] = ACTIONS(3014), [anon_sym_TILDE] = ACTIONS(3014), [anon_sym_DASH] = ACTIONS(3012), [anon_sym_PLUS] = ACTIONS(3012), [anon_sym_STAR] = ACTIONS(3014), [anon_sym_AMP_AMP] = ACTIONS(3014), [anon_sym_AMP] = ACTIONS(3012), [anon_sym_SEMI] = ACTIONS(3014), [anon_sym_typedef] = ACTIONS(3012), [anon_sym_extern] = ACTIONS(3012), [anon_sym___attribute__] = ACTIONS(3012), [anon_sym_COLON_COLON] = ACTIONS(3014), [anon_sym_LBRACK_LBRACK] = ACTIONS(3014), [anon_sym___declspec] = ACTIONS(3012), [anon_sym___based] = ACTIONS(3012), [anon_sym___cdecl] = ACTIONS(3012), [anon_sym___clrcall] = ACTIONS(3012), [anon_sym___stdcall] = ACTIONS(3012), [anon_sym___fastcall] = ACTIONS(3012), [anon_sym___thiscall] = ACTIONS(3012), [anon_sym___vectorcall] = ACTIONS(3012), [anon_sym_LBRACE] = ACTIONS(3014), [anon_sym_signed] = ACTIONS(3012), [anon_sym_unsigned] = ACTIONS(3012), [anon_sym_long] = ACTIONS(3012), [anon_sym_short] = ACTIONS(3012), [anon_sym_LBRACK] = ACTIONS(3012), [anon_sym_static] = ACTIONS(3012), [anon_sym_register] = ACTIONS(3012), [anon_sym_inline] = ACTIONS(3012), [anon_sym_thread_local] = ACTIONS(3012), [anon_sym_const] = ACTIONS(3012), [anon_sym_constexpr] = ACTIONS(3012), [anon_sym_volatile] = ACTIONS(3012), [anon_sym_restrict] = ACTIONS(3012), [anon_sym___restrict__] = ACTIONS(3012), [anon_sym__Atomic] = ACTIONS(3012), [anon_sym__Noreturn] = ACTIONS(3012), [anon_sym_noreturn] = ACTIONS(3012), [anon_sym_mutable] = ACTIONS(3012), [anon_sym_constinit] = ACTIONS(3012), [anon_sym_consteval] = ACTIONS(3012), [sym_primitive_type] = ACTIONS(3012), [anon_sym_enum] = ACTIONS(3012), [anon_sym_class] = ACTIONS(3012), [anon_sym_struct] = ACTIONS(3012), [anon_sym_union] = ACTIONS(3012), [anon_sym_if] = ACTIONS(3012), [anon_sym_else] = ACTIONS(3012), [anon_sym_switch] = ACTIONS(3012), [anon_sym_case] = ACTIONS(3012), [anon_sym_default] = ACTIONS(3012), [anon_sym_while] = ACTIONS(3012), [anon_sym_do] = ACTIONS(3012), [anon_sym_for] = ACTIONS(3012), [anon_sym_return] = ACTIONS(3012), [anon_sym_break] = ACTIONS(3012), [anon_sym_continue] = ACTIONS(3012), [anon_sym_goto] = ACTIONS(3012), [anon_sym_not] = ACTIONS(3012), [anon_sym_compl] = ACTIONS(3012), [anon_sym_DASH_DASH] = ACTIONS(3014), [anon_sym_PLUS_PLUS] = ACTIONS(3014), [anon_sym_sizeof] = ACTIONS(3012), [anon_sym_offsetof] = ACTIONS(3012), [anon_sym__Generic] = ACTIONS(3012), [anon_sym_asm] = ACTIONS(3012), [anon_sym___asm__] = ACTIONS(3012), [sym_number_literal] = ACTIONS(3014), [anon_sym_L_SQUOTE] = ACTIONS(3014), [anon_sym_u_SQUOTE] = ACTIONS(3014), [anon_sym_U_SQUOTE] = ACTIONS(3014), [anon_sym_u8_SQUOTE] = ACTIONS(3014), [anon_sym_SQUOTE] = ACTIONS(3014), [anon_sym_L_DQUOTE] = ACTIONS(3014), [anon_sym_u_DQUOTE] = ACTIONS(3014), [anon_sym_U_DQUOTE] = ACTIONS(3014), [anon_sym_u8_DQUOTE] = ACTIONS(3014), [anon_sym_DQUOTE] = ACTIONS(3014), [sym_true] = ACTIONS(3012), [sym_false] = ACTIONS(3012), [anon_sym_NULL] = ACTIONS(3012), [anon_sym_nullptr] = ACTIONS(3012), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3012), [anon_sym_decltype] = ACTIONS(3012), [anon_sym_virtual] = ACTIONS(3012), [anon_sym_explicit] = ACTIONS(3012), [anon_sym_typename] = ACTIONS(3012), [anon_sym_template] = ACTIONS(3012), [anon_sym_operator] = ACTIONS(3012), [anon_sym_try] = ACTIONS(3012), [anon_sym_delete] = ACTIONS(3012), [anon_sym_throw] = ACTIONS(3012), [anon_sym_namespace] = ACTIONS(3012), [anon_sym_using] = ACTIONS(3012), [anon_sym_static_assert] = ACTIONS(3012), [anon_sym_concept] = ACTIONS(3012), [anon_sym_co_return] = ACTIONS(3012), [anon_sym_co_yield] = ACTIONS(3012), [anon_sym_R_DQUOTE] = ACTIONS(3014), [anon_sym_LR_DQUOTE] = ACTIONS(3014), [anon_sym_uR_DQUOTE] = ACTIONS(3014), [anon_sym_UR_DQUOTE] = ACTIONS(3014), [anon_sym_u8R_DQUOTE] = ACTIONS(3014), [anon_sym_co_await] = ACTIONS(3012), [anon_sym_new] = ACTIONS(3012), [anon_sym_requires] = ACTIONS(3012), [sym_this] = ACTIONS(3012), }, [654] = { [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_if_token2] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [aux_sym_preproc_else_token1] = ACTIONS(2922), [aux_sym_preproc_elif_token1] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [655] = { [sym_identifier] = ACTIONS(3000), [aux_sym_preproc_include_token1] = ACTIONS(3000), [aux_sym_preproc_def_token1] = ACTIONS(3000), [aux_sym_preproc_if_token1] = ACTIONS(3000), [aux_sym_preproc_if_token2] = ACTIONS(3000), [aux_sym_preproc_ifdef_token1] = ACTIONS(3000), [aux_sym_preproc_ifdef_token2] = ACTIONS(3000), [aux_sym_preproc_else_token1] = ACTIONS(3000), [aux_sym_preproc_elif_token1] = ACTIONS(3000), [sym_preproc_directive] = ACTIONS(3000), [anon_sym_LPAREN2] = ACTIONS(3002), [anon_sym_BANG] = ACTIONS(3002), [anon_sym_TILDE] = ACTIONS(3002), [anon_sym_DASH] = ACTIONS(3000), [anon_sym_PLUS] = ACTIONS(3000), [anon_sym_STAR] = ACTIONS(3002), [anon_sym_AMP_AMP] = ACTIONS(3002), [anon_sym_AMP] = ACTIONS(3000), [anon_sym_SEMI] = ACTIONS(3002), [anon_sym_typedef] = ACTIONS(3000), [anon_sym_extern] = ACTIONS(3000), [anon_sym___attribute__] = ACTIONS(3000), [anon_sym_COLON_COLON] = ACTIONS(3002), [anon_sym_LBRACK_LBRACK] = ACTIONS(3002), [anon_sym___declspec] = ACTIONS(3000), [anon_sym___based] = ACTIONS(3000), [anon_sym___cdecl] = ACTIONS(3000), [anon_sym___clrcall] = ACTIONS(3000), [anon_sym___stdcall] = ACTIONS(3000), [anon_sym___fastcall] = ACTIONS(3000), [anon_sym___thiscall] = ACTIONS(3000), [anon_sym___vectorcall] = ACTIONS(3000), [anon_sym_LBRACE] = ACTIONS(3002), [anon_sym_signed] = ACTIONS(3000), [anon_sym_unsigned] = ACTIONS(3000), [anon_sym_long] = ACTIONS(3000), [anon_sym_short] = ACTIONS(3000), [anon_sym_LBRACK] = ACTIONS(3000), [anon_sym_static] = ACTIONS(3000), [anon_sym_register] = ACTIONS(3000), [anon_sym_inline] = ACTIONS(3000), [anon_sym_thread_local] = ACTIONS(3000), [anon_sym_const] = ACTIONS(3000), [anon_sym_constexpr] = ACTIONS(3000), [anon_sym_volatile] = ACTIONS(3000), [anon_sym_restrict] = ACTIONS(3000), [anon_sym___restrict__] = ACTIONS(3000), [anon_sym__Atomic] = ACTIONS(3000), [anon_sym__Noreturn] = ACTIONS(3000), [anon_sym_noreturn] = ACTIONS(3000), [anon_sym_mutable] = ACTIONS(3000), [anon_sym_constinit] = ACTIONS(3000), [anon_sym_consteval] = ACTIONS(3000), [sym_primitive_type] = ACTIONS(3000), [anon_sym_enum] = ACTIONS(3000), [anon_sym_class] = ACTIONS(3000), [anon_sym_struct] = ACTIONS(3000), [anon_sym_union] = ACTIONS(3000), [anon_sym_if] = ACTIONS(3000), [anon_sym_else] = ACTIONS(3000), [anon_sym_switch] = ACTIONS(3000), [anon_sym_case] = ACTIONS(3000), [anon_sym_default] = ACTIONS(3000), [anon_sym_while] = ACTIONS(3000), [anon_sym_do] = ACTIONS(3000), [anon_sym_for] = ACTIONS(3000), [anon_sym_return] = ACTIONS(3000), [anon_sym_break] = ACTIONS(3000), [anon_sym_continue] = ACTIONS(3000), [anon_sym_goto] = ACTIONS(3000), [anon_sym_not] = ACTIONS(3000), [anon_sym_compl] = ACTIONS(3000), [anon_sym_DASH_DASH] = ACTIONS(3002), [anon_sym_PLUS_PLUS] = ACTIONS(3002), [anon_sym_sizeof] = ACTIONS(3000), [anon_sym_offsetof] = ACTIONS(3000), [anon_sym__Generic] = ACTIONS(3000), [anon_sym_asm] = ACTIONS(3000), [anon_sym___asm__] = ACTIONS(3000), [sym_number_literal] = ACTIONS(3002), [anon_sym_L_SQUOTE] = ACTIONS(3002), [anon_sym_u_SQUOTE] = ACTIONS(3002), [anon_sym_U_SQUOTE] = ACTIONS(3002), [anon_sym_u8_SQUOTE] = ACTIONS(3002), [anon_sym_SQUOTE] = ACTIONS(3002), [anon_sym_L_DQUOTE] = ACTIONS(3002), [anon_sym_u_DQUOTE] = ACTIONS(3002), [anon_sym_U_DQUOTE] = ACTIONS(3002), [anon_sym_u8_DQUOTE] = ACTIONS(3002), [anon_sym_DQUOTE] = ACTIONS(3002), [sym_true] = ACTIONS(3000), [sym_false] = ACTIONS(3000), [anon_sym_NULL] = ACTIONS(3000), [anon_sym_nullptr] = ACTIONS(3000), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3000), [anon_sym_decltype] = ACTIONS(3000), [anon_sym_virtual] = ACTIONS(3000), [anon_sym_explicit] = ACTIONS(3000), [anon_sym_typename] = ACTIONS(3000), [anon_sym_template] = ACTIONS(3000), [anon_sym_operator] = ACTIONS(3000), [anon_sym_try] = ACTIONS(3000), [anon_sym_delete] = ACTIONS(3000), [anon_sym_throw] = ACTIONS(3000), [anon_sym_namespace] = ACTIONS(3000), [anon_sym_using] = ACTIONS(3000), [anon_sym_static_assert] = ACTIONS(3000), [anon_sym_concept] = ACTIONS(3000), [anon_sym_co_return] = ACTIONS(3000), [anon_sym_co_yield] = ACTIONS(3000), [anon_sym_R_DQUOTE] = ACTIONS(3002), [anon_sym_LR_DQUOTE] = ACTIONS(3002), [anon_sym_uR_DQUOTE] = ACTIONS(3002), [anon_sym_UR_DQUOTE] = ACTIONS(3002), [anon_sym_u8R_DQUOTE] = ACTIONS(3002), [anon_sym_co_await] = ACTIONS(3000), [anon_sym_new] = ACTIONS(3000), [anon_sym_requires] = ACTIONS(3000), [sym_this] = ACTIONS(3000), }, [656] = { [sym_preproc_def] = STATE(677), [sym_preproc_function_def] = STATE(677), [sym_preproc_call] = STATE(677), [sym_preproc_if_in_field_declaration_list] = STATE(677), [sym_preproc_ifdef_in_field_declaration_list] = STATE(677), [sym_type_definition] = STATE(677), [sym__declaration_modifiers] = STATE(3697), [sym__declaration_specifiers] = STATE(4843), [sym_attribute_specifier] = STATE(3697), [sym_attribute_declaration] = STATE(3697), [sym_ms_declspec_modifier] = STATE(3697), [sym_ms_based_modifier] = STATE(7599), [sym__declarator] = STATE(5891), [sym_parenthesized_declarator] = STATE(5671), [sym_attributed_declarator] = STATE(5671), [sym_pointer_declarator] = STATE(5671), [sym_function_declarator] = STATE(5524), [sym_array_declarator] = STATE(5671), [sym_storage_class_specifier] = STATE(3697), [sym_type_qualifier] = STATE(3697), [sym__type_specifier] = STATE(3841), [sym_sized_type_specifier] = STATE(3945), [sym_enum_specifier] = STATE(3945), [sym_struct_specifier] = STATE(3945), [sym_union_specifier] = STATE(3945), [sym__field_declaration_list_item] = STATE(677), [sym_field_declaration] = STATE(677), [sym_placeholder_type_specifier] = STATE(3945), [sym_decltype_auto] = STATE(3928), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3945), [sym_virtual] = STATE(3697), [sym_explicit_function_specifier] = STATE(2310), [sym_dependent_type] = STATE(3945), [sym_template_declaration] = STATE(677), [sym_operator_cast] = STATE(5904), [sym_inline_method_definition] = STATE(677), [sym__constructor_specifiers] = STATE(2310), [sym_operator_cast_definition] = STATE(677), [sym_operator_cast_declaration] = STATE(677), [sym_constructor_or_destructor_definition] = STATE(677), [sym_constructor_or_destructor_declaration] = STATE(677), [sym_friend_declaration] = STATE(677), [sym_access_specifier] = STATE(7339), [sym_reference_declarator] = STATE(5671), [sym_structured_binding_declarator] = STATE(5671), [sym_template_type] = STATE(3646), [sym_template_function] = STATE(5671), [sym_using_declaration] = STATE(677), [sym_alias_declaration] = STATE(677), [sym_static_assert_declaration] = STATE(677), [sym_destructor_name] = STATE(5671), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5155), [sym_qualified_identifier] = STATE(5671), [sym_qualified_type_identifier] = STATE(4540), [sym_qualified_operator_cast_identifier] = STATE(5904), [sym_operator_name] = STATE(5671), [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(677), [aux_sym__declaration_specifiers_repeat1] = STATE(2567), [aux_sym_sized_type_specifier_repeat1] = STATE(3978), [aux_sym_operator_cast_definition_repeat1] = STATE(2310), [sym_identifier] = ACTIONS(2544), [aux_sym_preproc_def_token1] = ACTIONS(3463), [aux_sym_preproc_if_token1] = ACTIONS(3465), [aux_sym_preproc_ifdef_token1] = ACTIONS(3467), [aux_sym_preproc_ifdef_token2] = ACTIONS(3467), [sym_preproc_directive] = ACTIONS(3469), [anon_sym_LPAREN2] = ACTIONS(2560), [anon_sym_TILDE] = ACTIONS(2562), [anon_sym_STAR] = ACTIONS(2564), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(2566), [anon_sym_typedef] = ACTIONS(3471), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(2570), [anon_sym_LBRACK_LBRACK] = ACTIONS(1813), [anon_sym___declspec] = ACTIONS(43), [anon_sym___based] = ACTIONS(45), [anon_sym_RBRACE] = ACTIONS(3531), [anon_sym_signed] = ACTIONS(2572), [anon_sym_unsigned] = ACTIONS(2572), [anon_sym_long] = ACTIONS(2572), [anon_sym_short] = ACTIONS(2572), [anon_sym_LBRACK] = ACTIONS(2574), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(2576), [anon_sym_enum] = ACTIONS(2578), [anon_sym_class] = ACTIONS(2580), [anon_sym_struct] = ACTIONS(2582), [anon_sym_union] = ACTIONS(2584), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2586), [anon_sym_decltype] = ACTIONS(2588), [anon_sym_virtual] = ACTIONS(117), [anon_sym_explicit] = ACTIONS(119), [anon_sym_typename] = ACTIONS(2590), [anon_sym_template] = ACTIONS(3475), [anon_sym_operator] = ACTIONS(125), [anon_sym_friend] = ACTIONS(3477), [anon_sym_public] = ACTIONS(2596), [anon_sym_private] = ACTIONS(2596), [anon_sym_protected] = ACTIONS(2596), [anon_sym_using] = ACTIONS(3479), [anon_sym_static_assert] = ACTIONS(3481), }, [657] = { [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_if_token2] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [aux_sym_preproc_else_token1] = ACTIONS(2922), [aux_sym_preproc_elif_token1] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [658] = { [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_if_token2] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [aux_sym_preproc_else_token1] = ACTIONS(2922), [aux_sym_preproc_elif_token1] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [659] = { [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_if_token2] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [aux_sym_preproc_else_token1] = ACTIONS(2922), [aux_sym_preproc_elif_token1] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [660] = { [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_if_token2] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [aux_sym_preproc_else_token1] = ACTIONS(2922), [aux_sym_preproc_elif_token1] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [661] = { [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_if_token2] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [aux_sym_preproc_else_token1] = ACTIONS(2922), [aux_sym_preproc_elif_token1] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [662] = { [sym_identifier] = ACTIONS(2996), [aux_sym_preproc_include_token1] = ACTIONS(2996), [aux_sym_preproc_def_token1] = ACTIONS(2996), [aux_sym_preproc_if_token1] = ACTIONS(2996), [aux_sym_preproc_if_token2] = ACTIONS(2996), [aux_sym_preproc_ifdef_token1] = ACTIONS(2996), [aux_sym_preproc_ifdef_token2] = ACTIONS(2996), [aux_sym_preproc_else_token1] = ACTIONS(2996), [aux_sym_preproc_elif_token1] = ACTIONS(2996), [sym_preproc_directive] = ACTIONS(2996), [anon_sym_LPAREN2] = ACTIONS(2998), [anon_sym_BANG] = ACTIONS(2998), [anon_sym_TILDE] = ACTIONS(2998), [anon_sym_DASH] = ACTIONS(2996), [anon_sym_PLUS] = ACTIONS(2996), [anon_sym_STAR] = ACTIONS(2998), [anon_sym_AMP_AMP] = ACTIONS(2998), [anon_sym_AMP] = ACTIONS(2996), [anon_sym_SEMI] = ACTIONS(2998), [anon_sym_typedef] = ACTIONS(2996), [anon_sym_extern] = ACTIONS(2996), [anon_sym___attribute__] = ACTIONS(2996), [anon_sym_COLON_COLON] = ACTIONS(2998), [anon_sym_LBRACK_LBRACK] = ACTIONS(2998), [anon_sym___declspec] = ACTIONS(2996), [anon_sym___based] = ACTIONS(2996), [anon_sym___cdecl] = ACTIONS(2996), [anon_sym___clrcall] = ACTIONS(2996), [anon_sym___stdcall] = ACTIONS(2996), [anon_sym___fastcall] = ACTIONS(2996), [anon_sym___thiscall] = ACTIONS(2996), [anon_sym___vectorcall] = ACTIONS(2996), [anon_sym_LBRACE] = ACTIONS(2998), [anon_sym_signed] = ACTIONS(2996), [anon_sym_unsigned] = ACTIONS(2996), [anon_sym_long] = ACTIONS(2996), [anon_sym_short] = ACTIONS(2996), [anon_sym_LBRACK] = ACTIONS(2996), [anon_sym_static] = ACTIONS(2996), [anon_sym_register] = ACTIONS(2996), [anon_sym_inline] = ACTIONS(2996), [anon_sym_thread_local] = ACTIONS(2996), [anon_sym_const] = ACTIONS(2996), [anon_sym_constexpr] = ACTIONS(2996), [anon_sym_volatile] = ACTIONS(2996), [anon_sym_restrict] = ACTIONS(2996), [anon_sym___restrict__] = ACTIONS(2996), [anon_sym__Atomic] = ACTIONS(2996), [anon_sym__Noreturn] = ACTIONS(2996), [anon_sym_noreturn] = ACTIONS(2996), [anon_sym_mutable] = ACTIONS(2996), [anon_sym_constinit] = ACTIONS(2996), [anon_sym_consteval] = ACTIONS(2996), [sym_primitive_type] = ACTIONS(2996), [anon_sym_enum] = ACTIONS(2996), [anon_sym_class] = ACTIONS(2996), [anon_sym_struct] = ACTIONS(2996), [anon_sym_union] = ACTIONS(2996), [anon_sym_if] = ACTIONS(2996), [anon_sym_else] = ACTIONS(2996), [anon_sym_switch] = ACTIONS(2996), [anon_sym_case] = ACTIONS(2996), [anon_sym_default] = ACTIONS(2996), [anon_sym_while] = ACTIONS(2996), [anon_sym_do] = ACTIONS(2996), [anon_sym_for] = ACTIONS(2996), [anon_sym_return] = ACTIONS(2996), [anon_sym_break] = ACTIONS(2996), [anon_sym_continue] = ACTIONS(2996), [anon_sym_goto] = ACTIONS(2996), [anon_sym_not] = ACTIONS(2996), [anon_sym_compl] = ACTIONS(2996), [anon_sym_DASH_DASH] = ACTIONS(2998), [anon_sym_PLUS_PLUS] = ACTIONS(2998), [anon_sym_sizeof] = ACTIONS(2996), [anon_sym_offsetof] = ACTIONS(2996), [anon_sym__Generic] = ACTIONS(2996), [anon_sym_asm] = ACTIONS(2996), [anon_sym___asm__] = ACTIONS(2996), [sym_number_literal] = ACTIONS(2998), [anon_sym_L_SQUOTE] = ACTIONS(2998), [anon_sym_u_SQUOTE] = ACTIONS(2998), [anon_sym_U_SQUOTE] = ACTIONS(2998), [anon_sym_u8_SQUOTE] = ACTIONS(2998), [anon_sym_SQUOTE] = ACTIONS(2998), [anon_sym_L_DQUOTE] = ACTIONS(2998), [anon_sym_u_DQUOTE] = ACTIONS(2998), [anon_sym_U_DQUOTE] = ACTIONS(2998), [anon_sym_u8_DQUOTE] = ACTIONS(2998), [anon_sym_DQUOTE] = ACTIONS(2998), [sym_true] = ACTIONS(2996), [sym_false] = ACTIONS(2996), [anon_sym_NULL] = ACTIONS(2996), [anon_sym_nullptr] = ACTIONS(2996), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2996), [anon_sym_decltype] = ACTIONS(2996), [anon_sym_virtual] = ACTIONS(2996), [anon_sym_explicit] = ACTIONS(2996), [anon_sym_typename] = ACTIONS(2996), [anon_sym_template] = ACTIONS(2996), [anon_sym_operator] = ACTIONS(2996), [anon_sym_try] = ACTIONS(2996), [anon_sym_delete] = ACTIONS(2996), [anon_sym_throw] = ACTIONS(2996), [anon_sym_namespace] = ACTIONS(2996), [anon_sym_using] = ACTIONS(2996), [anon_sym_static_assert] = ACTIONS(2996), [anon_sym_concept] = ACTIONS(2996), [anon_sym_co_return] = ACTIONS(2996), [anon_sym_co_yield] = ACTIONS(2996), [anon_sym_R_DQUOTE] = ACTIONS(2998), [anon_sym_LR_DQUOTE] = ACTIONS(2998), [anon_sym_uR_DQUOTE] = ACTIONS(2998), [anon_sym_UR_DQUOTE] = ACTIONS(2998), [anon_sym_u8R_DQUOTE] = ACTIONS(2998), [anon_sym_co_await] = ACTIONS(2996), [anon_sym_new] = ACTIONS(2996), [anon_sym_requires] = ACTIONS(2996), [sym_this] = ACTIONS(2996), }, [663] = { [sym_catch_clause] = STATE(582), [aux_sym_constructor_try_statement_repeat1] = STATE(582), [sym_identifier] = ACTIONS(2889), [aux_sym_preproc_include_token1] = ACTIONS(2889), [aux_sym_preproc_def_token1] = ACTIONS(2889), [aux_sym_preproc_if_token1] = ACTIONS(2889), [aux_sym_preproc_if_token2] = ACTIONS(2889), [aux_sym_preproc_ifdef_token1] = ACTIONS(2889), [aux_sym_preproc_ifdef_token2] = ACTIONS(2889), [sym_preproc_directive] = ACTIONS(2889), [anon_sym_LPAREN2] = ACTIONS(2891), [anon_sym_BANG] = ACTIONS(2891), [anon_sym_TILDE] = ACTIONS(2891), [anon_sym_DASH] = ACTIONS(2889), [anon_sym_PLUS] = ACTIONS(2889), [anon_sym_STAR] = ACTIONS(2891), [anon_sym_AMP_AMP] = ACTIONS(2891), [anon_sym_AMP] = ACTIONS(2889), [anon_sym_SEMI] = ACTIONS(2891), [anon_sym_typedef] = ACTIONS(2889), [anon_sym_extern] = ACTIONS(2889), [anon_sym___attribute__] = ACTIONS(2889), [anon_sym_COLON_COLON] = ACTIONS(2891), [anon_sym_LBRACK_LBRACK] = ACTIONS(2891), [anon_sym___declspec] = ACTIONS(2889), [anon_sym___based] = ACTIONS(2889), [anon_sym___cdecl] = ACTIONS(2889), [anon_sym___clrcall] = ACTIONS(2889), [anon_sym___stdcall] = ACTIONS(2889), [anon_sym___fastcall] = ACTIONS(2889), [anon_sym___thiscall] = ACTIONS(2889), [anon_sym___vectorcall] = ACTIONS(2889), [anon_sym_LBRACE] = ACTIONS(2891), [anon_sym_signed] = ACTIONS(2889), [anon_sym_unsigned] = ACTIONS(2889), [anon_sym_long] = ACTIONS(2889), [anon_sym_short] = ACTIONS(2889), [anon_sym_LBRACK] = ACTIONS(2889), [anon_sym_static] = ACTIONS(2889), [anon_sym_register] = ACTIONS(2889), [anon_sym_inline] = ACTIONS(2889), [anon_sym_thread_local] = ACTIONS(2889), [anon_sym_const] = ACTIONS(2889), [anon_sym_constexpr] = ACTIONS(2889), [anon_sym_volatile] = ACTIONS(2889), [anon_sym_restrict] = ACTIONS(2889), [anon_sym___restrict__] = ACTIONS(2889), [anon_sym__Atomic] = ACTIONS(2889), [anon_sym__Noreturn] = ACTIONS(2889), [anon_sym_noreturn] = ACTIONS(2889), [anon_sym_mutable] = ACTIONS(2889), [anon_sym_constinit] = ACTIONS(2889), [anon_sym_consteval] = ACTIONS(2889), [sym_primitive_type] = ACTIONS(2889), [anon_sym_enum] = ACTIONS(2889), [anon_sym_class] = ACTIONS(2889), [anon_sym_struct] = ACTIONS(2889), [anon_sym_union] = ACTIONS(2889), [anon_sym_if] = ACTIONS(2889), [anon_sym_switch] = ACTIONS(2889), [anon_sym_case] = ACTIONS(2889), [anon_sym_default] = ACTIONS(2889), [anon_sym_while] = ACTIONS(2889), [anon_sym_do] = ACTIONS(2889), [anon_sym_for] = ACTIONS(2889), [anon_sym_return] = ACTIONS(2889), [anon_sym_break] = ACTIONS(2889), [anon_sym_continue] = ACTIONS(2889), [anon_sym_goto] = ACTIONS(2889), [anon_sym_not] = ACTIONS(2889), [anon_sym_compl] = ACTIONS(2889), [anon_sym_DASH_DASH] = ACTIONS(2891), [anon_sym_PLUS_PLUS] = ACTIONS(2891), [anon_sym_sizeof] = ACTIONS(2889), [anon_sym_offsetof] = ACTIONS(2889), [anon_sym__Generic] = ACTIONS(2889), [anon_sym_asm] = ACTIONS(2889), [anon_sym___asm__] = ACTIONS(2889), [sym_number_literal] = ACTIONS(2891), [anon_sym_L_SQUOTE] = ACTIONS(2891), [anon_sym_u_SQUOTE] = ACTIONS(2891), [anon_sym_U_SQUOTE] = ACTIONS(2891), [anon_sym_u8_SQUOTE] = ACTIONS(2891), [anon_sym_SQUOTE] = ACTIONS(2891), [anon_sym_L_DQUOTE] = ACTIONS(2891), [anon_sym_u_DQUOTE] = ACTIONS(2891), [anon_sym_U_DQUOTE] = ACTIONS(2891), [anon_sym_u8_DQUOTE] = ACTIONS(2891), [anon_sym_DQUOTE] = ACTIONS(2891), [sym_true] = ACTIONS(2889), [sym_false] = ACTIONS(2889), [anon_sym_NULL] = ACTIONS(2889), [anon_sym_nullptr] = ACTIONS(2889), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2889), [anon_sym_decltype] = ACTIONS(2889), [anon_sym_virtual] = ACTIONS(2889), [anon_sym_explicit] = ACTIONS(2889), [anon_sym_typename] = ACTIONS(2889), [anon_sym_template] = ACTIONS(2889), [anon_sym_operator] = ACTIONS(2889), [anon_sym_try] = ACTIONS(2889), [anon_sym_delete] = ACTIONS(2889), [anon_sym_throw] = ACTIONS(2889), [anon_sym_namespace] = ACTIONS(2889), [anon_sym_using] = ACTIONS(2889), [anon_sym_static_assert] = ACTIONS(2889), [anon_sym_concept] = ACTIONS(2889), [anon_sym_co_return] = ACTIONS(2889), [anon_sym_co_yield] = ACTIONS(2889), [anon_sym_catch] = ACTIONS(3307), [anon_sym_R_DQUOTE] = ACTIONS(2891), [anon_sym_LR_DQUOTE] = ACTIONS(2891), [anon_sym_uR_DQUOTE] = ACTIONS(2891), [anon_sym_UR_DQUOTE] = ACTIONS(2891), [anon_sym_u8R_DQUOTE] = ACTIONS(2891), [anon_sym_co_await] = ACTIONS(2889), [anon_sym_new] = ACTIONS(2889), [anon_sym_requires] = ACTIONS(2889), [sym_this] = ACTIONS(2889), }, [664] = { [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_if_token2] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [aux_sym_preproc_else_token1] = ACTIONS(2922), [aux_sym_preproc_elif_token1] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [665] = { [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_if_token2] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [aux_sym_preproc_else_token1] = ACTIONS(2922), [aux_sym_preproc_elif_token1] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [666] = { [sym_identifier] = ACTIONS(2996), [aux_sym_preproc_include_token1] = ACTIONS(2996), [aux_sym_preproc_def_token1] = ACTIONS(2996), [aux_sym_preproc_if_token1] = ACTIONS(2996), [aux_sym_preproc_if_token2] = ACTIONS(2996), [aux_sym_preproc_ifdef_token1] = ACTIONS(2996), [aux_sym_preproc_ifdef_token2] = ACTIONS(2996), [aux_sym_preproc_else_token1] = ACTIONS(2996), [aux_sym_preproc_elif_token1] = ACTIONS(2996), [sym_preproc_directive] = ACTIONS(2996), [anon_sym_LPAREN2] = ACTIONS(2998), [anon_sym_BANG] = ACTIONS(2998), [anon_sym_TILDE] = ACTIONS(2998), [anon_sym_DASH] = ACTIONS(2996), [anon_sym_PLUS] = ACTIONS(2996), [anon_sym_STAR] = ACTIONS(2998), [anon_sym_AMP_AMP] = ACTIONS(2998), [anon_sym_AMP] = ACTIONS(2996), [anon_sym_SEMI] = ACTIONS(2998), [anon_sym_typedef] = ACTIONS(2996), [anon_sym_extern] = ACTIONS(2996), [anon_sym___attribute__] = ACTIONS(2996), [anon_sym_COLON_COLON] = ACTIONS(2998), [anon_sym_LBRACK_LBRACK] = ACTIONS(2998), [anon_sym___declspec] = ACTIONS(2996), [anon_sym___based] = ACTIONS(2996), [anon_sym___cdecl] = ACTIONS(2996), [anon_sym___clrcall] = ACTIONS(2996), [anon_sym___stdcall] = ACTIONS(2996), [anon_sym___fastcall] = ACTIONS(2996), [anon_sym___thiscall] = ACTIONS(2996), [anon_sym___vectorcall] = ACTIONS(2996), [anon_sym_LBRACE] = ACTIONS(2998), [anon_sym_signed] = ACTIONS(2996), [anon_sym_unsigned] = ACTIONS(2996), [anon_sym_long] = ACTIONS(2996), [anon_sym_short] = ACTIONS(2996), [anon_sym_LBRACK] = ACTIONS(2996), [anon_sym_static] = ACTIONS(2996), [anon_sym_register] = ACTIONS(2996), [anon_sym_inline] = ACTIONS(2996), [anon_sym_thread_local] = ACTIONS(2996), [anon_sym_const] = ACTIONS(2996), [anon_sym_constexpr] = ACTIONS(2996), [anon_sym_volatile] = ACTIONS(2996), [anon_sym_restrict] = ACTIONS(2996), [anon_sym___restrict__] = ACTIONS(2996), [anon_sym__Atomic] = ACTIONS(2996), [anon_sym__Noreturn] = ACTIONS(2996), [anon_sym_noreturn] = ACTIONS(2996), [anon_sym_mutable] = ACTIONS(2996), [anon_sym_constinit] = ACTIONS(2996), [anon_sym_consteval] = ACTIONS(2996), [sym_primitive_type] = ACTIONS(2996), [anon_sym_enum] = ACTIONS(2996), [anon_sym_class] = ACTIONS(2996), [anon_sym_struct] = ACTIONS(2996), [anon_sym_union] = ACTIONS(2996), [anon_sym_if] = ACTIONS(2996), [anon_sym_else] = ACTIONS(2996), [anon_sym_switch] = ACTIONS(2996), [anon_sym_case] = ACTIONS(2996), [anon_sym_default] = ACTIONS(2996), [anon_sym_while] = ACTIONS(2996), [anon_sym_do] = ACTIONS(2996), [anon_sym_for] = ACTIONS(2996), [anon_sym_return] = ACTIONS(2996), [anon_sym_break] = ACTIONS(2996), [anon_sym_continue] = ACTIONS(2996), [anon_sym_goto] = ACTIONS(2996), [anon_sym_not] = ACTIONS(2996), [anon_sym_compl] = ACTIONS(2996), [anon_sym_DASH_DASH] = ACTIONS(2998), [anon_sym_PLUS_PLUS] = ACTIONS(2998), [anon_sym_sizeof] = ACTIONS(2996), [anon_sym_offsetof] = ACTIONS(2996), [anon_sym__Generic] = ACTIONS(2996), [anon_sym_asm] = ACTIONS(2996), [anon_sym___asm__] = ACTIONS(2996), [sym_number_literal] = ACTIONS(2998), [anon_sym_L_SQUOTE] = ACTIONS(2998), [anon_sym_u_SQUOTE] = ACTIONS(2998), [anon_sym_U_SQUOTE] = ACTIONS(2998), [anon_sym_u8_SQUOTE] = ACTIONS(2998), [anon_sym_SQUOTE] = ACTIONS(2998), [anon_sym_L_DQUOTE] = ACTIONS(2998), [anon_sym_u_DQUOTE] = ACTIONS(2998), [anon_sym_U_DQUOTE] = ACTIONS(2998), [anon_sym_u8_DQUOTE] = ACTIONS(2998), [anon_sym_DQUOTE] = ACTIONS(2998), [sym_true] = ACTIONS(2996), [sym_false] = ACTIONS(2996), [anon_sym_NULL] = ACTIONS(2996), [anon_sym_nullptr] = ACTIONS(2996), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2996), [anon_sym_decltype] = ACTIONS(2996), [anon_sym_virtual] = ACTIONS(2996), [anon_sym_explicit] = ACTIONS(2996), [anon_sym_typename] = ACTIONS(2996), [anon_sym_template] = ACTIONS(2996), [anon_sym_operator] = ACTIONS(2996), [anon_sym_try] = ACTIONS(2996), [anon_sym_delete] = ACTIONS(2996), [anon_sym_throw] = ACTIONS(2996), [anon_sym_namespace] = ACTIONS(2996), [anon_sym_using] = ACTIONS(2996), [anon_sym_static_assert] = ACTIONS(2996), [anon_sym_concept] = ACTIONS(2996), [anon_sym_co_return] = ACTIONS(2996), [anon_sym_co_yield] = ACTIONS(2996), [anon_sym_R_DQUOTE] = ACTIONS(2998), [anon_sym_LR_DQUOTE] = ACTIONS(2998), [anon_sym_uR_DQUOTE] = ACTIONS(2998), [anon_sym_UR_DQUOTE] = ACTIONS(2998), [anon_sym_u8R_DQUOTE] = ACTIONS(2998), [anon_sym_co_await] = ACTIONS(2996), [anon_sym_new] = ACTIONS(2996), [anon_sym_requires] = ACTIONS(2996), [sym_this] = ACTIONS(2996), }, [667] = { [sym__expression] = STATE(3936), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_initializer_list] = STATE(3919), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_DOT_DOT_DOT] = ACTIONS(1935), [anon_sym_COMMA] = ACTIONS(1935), [anon_sym_RPAREN] = ACTIONS(1935), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(25), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_SLASH] = ACTIONS(1943), [anon_sym_PERCENT] = ACTIONS(1935), [anon_sym_PIPE_PIPE] = ACTIONS(1935), [anon_sym_AMP_AMP] = ACTIONS(1935), [anon_sym_PIPE] = ACTIONS(1943), [anon_sym_CARET] = ACTIONS(1935), [anon_sym_AMP] = ACTIONS(1323), [anon_sym_EQ_EQ] = ACTIONS(1935), [anon_sym_BANG_EQ] = ACTIONS(1935), [anon_sym_GT] = ACTIONS(1943), [anon_sym_GT_EQ] = ACTIONS(1935), [anon_sym_LT_EQ] = ACTIONS(1943), [anon_sym_LT] = ACTIONS(1943), [anon_sym_LT_LT] = ACTIONS(1935), [anon_sym_GT_GT] = ACTIONS(1935), [anon_sym_SEMI] = ACTIONS(1935), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(1899), [anon_sym_RBRACE] = ACTIONS(1935), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_QMARK] = ACTIONS(1935), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_LT_EQ_GT] = ACTIONS(1935), [anon_sym_or] = ACTIONS(1943), [anon_sym_and] = ACTIONS(1943), [anon_sym_bitor] = ACTIONS(1943), [anon_sym_xor] = ACTIONS(1943), [anon_sym_bitand] = ACTIONS(1943), [anon_sym_not_eq] = ACTIONS(1943), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [anon_sym_DOT] = ACTIONS(1943), [anon_sym_DASH_GT] = ACTIONS(1935), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [668] = { [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_if_token2] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [aux_sym_preproc_else_token1] = ACTIONS(2922), [aux_sym_preproc_elif_token1] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [669] = { [sym_identifier] = ACTIONS(3111), [aux_sym_preproc_include_token1] = ACTIONS(3111), [aux_sym_preproc_def_token1] = ACTIONS(3111), [aux_sym_preproc_if_token1] = ACTIONS(3111), [aux_sym_preproc_if_token2] = ACTIONS(3111), [aux_sym_preproc_ifdef_token1] = ACTIONS(3111), [aux_sym_preproc_ifdef_token2] = ACTIONS(3111), [aux_sym_preproc_else_token1] = ACTIONS(3111), [aux_sym_preproc_elif_token1] = ACTIONS(3111), [sym_preproc_directive] = ACTIONS(3111), [anon_sym_LPAREN2] = ACTIONS(3113), [anon_sym_BANG] = ACTIONS(3113), [anon_sym_TILDE] = ACTIONS(3113), [anon_sym_DASH] = ACTIONS(3111), [anon_sym_PLUS] = ACTIONS(3111), [anon_sym_STAR] = ACTIONS(3113), [anon_sym_AMP_AMP] = ACTIONS(3113), [anon_sym_AMP] = ACTIONS(3111), [anon_sym_SEMI] = ACTIONS(3113), [anon_sym_typedef] = ACTIONS(3111), [anon_sym_extern] = ACTIONS(3111), [anon_sym___attribute__] = ACTIONS(3111), [anon_sym_COLON_COLON] = ACTIONS(3113), [anon_sym_LBRACK_LBRACK] = ACTIONS(3113), [anon_sym___declspec] = ACTIONS(3111), [anon_sym___based] = ACTIONS(3111), [anon_sym___cdecl] = ACTIONS(3111), [anon_sym___clrcall] = ACTIONS(3111), [anon_sym___stdcall] = ACTIONS(3111), [anon_sym___fastcall] = ACTIONS(3111), [anon_sym___thiscall] = ACTIONS(3111), [anon_sym___vectorcall] = ACTIONS(3111), [anon_sym_LBRACE] = ACTIONS(3113), [anon_sym_signed] = ACTIONS(3111), [anon_sym_unsigned] = ACTIONS(3111), [anon_sym_long] = ACTIONS(3111), [anon_sym_short] = ACTIONS(3111), [anon_sym_LBRACK] = ACTIONS(3111), [anon_sym_static] = ACTIONS(3111), [anon_sym_register] = ACTIONS(3111), [anon_sym_inline] = ACTIONS(3111), [anon_sym_thread_local] = ACTIONS(3111), [anon_sym_const] = ACTIONS(3111), [anon_sym_constexpr] = ACTIONS(3111), [anon_sym_volatile] = ACTIONS(3111), [anon_sym_restrict] = ACTIONS(3111), [anon_sym___restrict__] = ACTIONS(3111), [anon_sym__Atomic] = ACTIONS(3111), [anon_sym__Noreturn] = ACTIONS(3111), [anon_sym_noreturn] = ACTIONS(3111), [anon_sym_mutable] = ACTIONS(3111), [anon_sym_constinit] = ACTIONS(3111), [anon_sym_consteval] = ACTIONS(3111), [sym_primitive_type] = ACTIONS(3111), [anon_sym_enum] = ACTIONS(3111), [anon_sym_class] = ACTIONS(3111), [anon_sym_struct] = ACTIONS(3111), [anon_sym_union] = ACTIONS(3111), [anon_sym_if] = ACTIONS(3111), [anon_sym_else] = ACTIONS(3111), [anon_sym_switch] = ACTIONS(3111), [anon_sym_case] = ACTIONS(3111), [anon_sym_default] = ACTIONS(3111), [anon_sym_while] = ACTIONS(3111), [anon_sym_do] = ACTIONS(3111), [anon_sym_for] = ACTIONS(3111), [anon_sym_return] = ACTIONS(3111), [anon_sym_break] = ACTIONS(3111), [anon_sym_continue] = ACTIONS(3111), [anon_sym_goto] = ACTIONS(3111), [anon_sym_not] = ACTIONS(3111), [anon_sym_compl] = ACTIONS(3111), [anon_sym_DASH_DASH] = ACTIONS(3113), [anon_sym_PLUS_PLUS] = ACTIONS(3113), [anon_sym_sizeof] = ACTIONS(3111), [anon_sym_offsetof] = ACTIONS(3111), [anon_sym__Generic] = ACTIONS(3111), [anon_sym_asm] = ACTIONS(3111), [anon_sym___asm__] = ACTIONS(3111), [sym_number_literal] = ACTIONS(3113), [anon_sym_L_SQUOTE] = ACTIONS(3113), [anon_sym_u_SQUOTE] = ACTIONS(3113), [anon_sym_U_SQUOTE] = ACTIONS(3113), [anon_sym_u8_SQUOTE] = ACTIONS(3113), [anon_sym_SQUOTE] = ACTIONS(3113), [anon_sym_L_DQUOTE] = ACTIONS(3113), [anon_sym_u_DQUOTE] = ACTIONS(3113), [anon_sym_U_DQUOTE] = ACTIONS(3113), [anon_sym_u8_DQUOTE] = ACTIONS(3113), [anon_sym_DQUOTE] = ACTIONS(3113), [sym_true] = ACTIONS(3111), [sym_false] = ACTIONS(3111), [anon_sym_NULL] = ACTIONS(3111), [anon_sym_nullptr] = ACTIONS(3111), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3111), [anon_sym_decltype] = ACTIONS(3111), [anon_sym_virtual] = ACTIONS(3111), [anon_sym_explicit] = ACTIONS(3111), [anon_sym_typename] = ACTIONS(3111), [anon_sym_template] = ACTIONS(3111), [anon_sym_operator] = ACTIONS(3111), [anon_sym_try] = ACTIONS(3111), [anon_sym_delete] = ACTIONS(3111), [anon_sym_throw] = ACTIONS(3111), [anon_sym_namespace] = ACTIONS(3111), [anon_sym_using] = ACTIONS(3111), [anon_sym_static_assert] = ACTIONS(3111), [anon_sym_concept] = ACTIONS(3111), [anon_sym_co_return] = ACTIONS(3111), [anon_sym_co_yield] = ACTIONS(3111), [anon_sym_R_DQUOTE] = ACTIONS(3113), [anon_sym_LR_DQUOTE] = ACTIONS(3113), [anon_sym_uR_DQUOTE] = ACTIONS(3113), [anon_sym_UR_DQUOTE] = ACTIONS(3113), [anon_sym_u8R_DQUOTE] = ACTIONS(3113), [anon_sym_co_await] = ACTIONS(3111), [anon_sym_new] = ACTIONS(3111), [anon_sym_requires] = ACTIONS(3111), [sym_this] = ACTIONS(3111), }, [670] = { [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_if_token2] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [aux_sym_preproc_else_token1] = ACTIONS(2922), [aux_sym_preproc_elif_token1] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [671] = { [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_if_token2] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [aux_sym_preproc_else_token1] = ACTIONS(2922), [aux_sym_preproc_elif_token1] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [672] = { [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_if_token2] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [aux_sym_preproc_else_token1] = ACTIONS(2922), [aux_sym_preproc_elif_token1] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [673] = { [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_if_token2] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [aux_sym_preproc_else_token1] = ACTIONS(2914), [aux_sym_preproc_elif_token1] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [674] = { [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_if_token2] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [aux_sym_preproc_else_token1] = ACTIONS(2922), [aux_sym_preproc_elif_token1] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [675] = { [sym_identifier] = ACTIONS(3048), [aux_sym_preproc_include_token1] = ACTIONS(3048), [aux_sym_preproc_def_token1] = ACTIONS(3048), [aux_sym_preproc_if_token1] = ACTIONS(3048), [aux_sym_preproc_if_token2] = ACTIONS(3048), [aux_sym_preproc_ifdef_token1] = ACTIONS(3048), [aux_sym_preproc_ifdef_token2] = ACTIONS(3048), [aux_sym_preproc_else_token1] = ACTIONS(3048), [aux_sym_preproc_elif_token1] = ACTIONS(3048), [sym_preproc_directive] = ACTIONS(3048), [anon_sym_LPAREN2] = ACTIONS(3050), [anon_sym_BANG] = ACTIONS(3050), [anon_sym_TILDE] = ACTIONS(3050), [anon_sym_DASH] = ACTIONS(3048), [anon_sym_PLUS] = ACTIONS(3048), [anon_sym_STAR] = ACTIONS(3050), [anon_sym_AMP_AMP] = ACTIONS(3050), [anon_sym_AMP] = ACTIONS(3048), [anon_sym_SEMI] = ACTIONS(3050), [anon_sym_typedef] = ACTIONS(3048), [anon_sym_extern] = ACTIONS(3048), [anon_sym___attribute__] = ACTIONS(3048), [anon_sym_COLON_COLON] = ACTIONS(3050), [anon_sym_LBRACK_LBRACK] = ACTIONS(3050), [anon_sym___declspec] = ACTIONS(3048), [anon_sym___based] = ACTIONS(3048), [anon_sym___cdecl] = ACTIONS(3048), [anon_sym___clrcall] = ACTIONS(3048), [anon_sym___stdcall] = ACTIONS(3048), [anon_sym___fastcall] = ACTIONS(3048), [anon_sym___thiscall] = ACTIONS(3048), [anon_sym___vectorcall] = ACTIONS(3048), [anon_sym_LBRACE] = ACTIONS(3050), [anon_sym_signed] = ACTIONS(3048), [anon_sym_unsigned] = ACTIONS(3048), [anon_sym_long] = ACTIONS(3048), [anon_sym_short] = ACTIONS(3048), [anon_sym_LBRACK] = ACTIONS(3048), [anon_sym_static] = ACTIONS(3048), [anon_sym_register] = ACTIONS(3048), [anon_sym_inline] = ACTIONS(3048), [anon_sym_thread_local] = ACTIONS(3048), [anon_sym_const] = ACTIONS(3048), [anon_sym_constexpr] = ACTIONS(3048), [anon_sym_volatile] = ACTIONS(3048), [anon_sym_restrict] = ACTIONS(3048), [anon_sym___restrict__] = ACTIONS(3048), [anon_sym__Atomic] = ACTIONS(3048), [anon_sym__Noreturn] = ACTIONS(3048), [anon_sym_noreturn] = ACTIONS(3048), [anon_sym_mutable] = ACTIONS(3048), [anon_sym_constinit] = ACTIONS(3048), [anon_sym_consteval] = ACTIONS(3048), [sym_primitive_type] = ACTIONS(3048), [anon_sym_enum] = ACTIONS(3048), [anon_sym_class] = ACTIONS(3048), [anon_sym_struct] = ACTIONS(3048), [anon_sym_union] = ACTIONS(3048), [anon_sym_if] = ACTIONS(3048), [anon_sym_else] = ACTIONS(3048), [anon_sym_switch] = ACTIONS(3048), [anon_sym_case] = ACTIONS(3048), [anon_sym_default] = ACTIONS(3048), [anon_sym_while] = ACTIONS(3048), [anon_sym_do] = ACTIONS(3048), [anon_sym_for] = ACTIONS(3048), [anon_sym_return] = ACTIONS(3048), [anon_sym_break] = ACTIONS(3048), [anon_sym_continue] = ACTIONS(3048), [anon_sym_goto] = ACTIONS(3048), [anon_sym_not] = ACTIONS(3048), [anon_sym_compl] = ACTIONS(3048), [anon_sym_DASH_DASH] = ACTIONS(3050), [anon_sym_PLUS_PLUS] = ACTIONS(3050), [anon_sym_sizeof] = ACTIONS(3048), [anon_sym_offsetof] = ACTIONS(3048), [anon_sym__Generic] = ACTIONS(3048), [anon_sym_asm] = ACTIONS(3048), [anon_sym___asm__] = ACTIONS(3048), [sym_number_literal] = ACTIONS(3050), [anon_sym_L_SQUOTE] = ACTIONS(3050), [anon_sym_u_SQUOTE] = ACTIONS(3050), [anon_sym_U_SQUOTE] = ACTIONS(3050), [anon_sym_u8_SQUOTE] = ACTIONS(3050), [anon_sym_SQUOTE] = ACTIONS(3050), [anon_sym_L_DQUOTE] = ACTIONS(3050), [anon_sym_u_DQUOTE] = ACTIONS(3050), [anon_sym_U_DQUOTE] = ACTIONS(3050), [anon_sym_u8_DQUOTE] = ACTIONS(3050), [anon_sym_DQUOTE] = ACTIONS(3050), [sym_true] = ACTIONS(3048), [sym_false] = ACTIONS(3048), [anon_sym_NULL] = ACTIONS(3048), [anon_sym_nullptr] = ACTIONS(3048), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3048), [anon_sym_decltype] = ACTIONS(3048), [anon_sym_virtual] = ACTIONS(3048), [anon_sym_explicit] = ACTIONS(3048), [anon_sym_typename] = ACTIONS(3048), [anon_sym_template] = ACTIONS(3048), [anon_sym_operator] = ACTIONS(3048), [anon_sym_try] = ACTIONS(3048), [anon_sym_delete] = ACTIONS(3048), [anon_sym_throw] = ACTIONS(3048), [anon_sym_namespace] = ACTIONS(3048), [anon_sym_using] = ACTIONS(3048), [anon_sym_static_assert] = ACTIONS(3048), [anon_sym_concept] = ACTIONS(3048), [anon_sym_co_return] = ACTIONS(3048), [anon_sym_co_yield] = ACTIONS(3048), [anon_sym_R_DQUOTE] = ACTIONS(3050), [anon_sym_LR_DQUOTE] = ACTIONS(3050), [anon_sym_uR_DQUOTE] = ACTIONS(3050), [anon_sym_UR_DQUOTE] = ACTIONS(3050), [anon_sym_u8R_DQUOTE] = ACTIONS(3050), [anon_sym_co_await] = ACTIONS(3048), [anon_sym_new] = ACTIONS(3048), [anon_sym_requires] = ACTIONS(3048), [sym_this] = ACTIONS(3048), }, [676] = { [sym_identifier] = ACTIONS(2938), [aux_sym_preproc_include_token1] = ACTIONS(2938), [aux_sym_preproc_def_token1] = ACTIONS(2938), [aux_sym_preproc_if_token1] = ACTIONS(2938), [aux_sym_preproc_if_token2] = ACTIONS(2938), [aux_sym_preproc_ifdef_token1] = ACTIONS(2938), [aux_sym_preproc_ifdef_token2] = ACTIONS(2938), [aux_sym_preproc_else_token1] = ACTIONS(2938), [aux_sym_preproc_elif_token1] = ACTIONS(2938), [sym_preproc_directive] = ACTIONS(2938), [anon_sym_LPAREN2] = ACTIONS(2940), [anon_sym_BANG] = ACTIONS(2940), [anon_sym_TILDE] = ACTIONS(2940), [anon_sym_DASH] = ACTIONS(2938), [anon_sym_PLUS] = ACTIONS(2938), [anon_sym_STAR] = ACTIONS(2940), [anon_sym_AMP_AMP] = ACTIONS(2940), [anon_sym_AMP] = ACTIONS(2938), [anon_sym_SEMI] = ACTIONS(2940), [anon_sym_typedef] = ACTIONS(2938), [anon_sym_extern] = ACTIONS(2938), [anon_sym___attribute__] = ACTIONS(2938), [anon_sym_COLON_COLON] = ACTIONS(2940), [anon_sym_LBRACK_LBRACK] = ACTIONS(2940), [anon_sym___declspec] = ACTIONS(2938), [anon_sym___based] = ACTIONS(2938), [anon_sym___cdecl] = ACTIONS(2938), [anon_sym___clrcall] = ACTIONS(2938), [anon_sym___stdcall] = ACTIONS(2938), [anon_sym___fastcall] = ACTIONS(2938), [anon_sym___thiscall] = ACTIONS(2938), [anon_sym___vectorcall] = ACTIONS(2938), [anon_sym_LBRACE] = ACTIONS(2940), [anon_sym_signed] = ACTIONS(2938), [anon_sym_unsigned] = ACTIONS(2938), [anon_sym_long] = ACTIONS(2938), [anon_sym_short] = ACTIONS(2938), [anon_sym_LBRACK] = ACTIONS(2938), [anon_sym_static] = ACTIONS(2938), [anon_sym_register] = ACTIONS(2938), [anon_sym_inline] = ACTIONS(2938), [anon_sym_thread_local] = ACTIONS(2938), [anon_sym_const] = ACTIONS(2938), [anon_sym_constexpr] = ACTIONS(2938), [anon_sym_volatile] = ACTIONS(2938), [anon_sym_restrict] = ACTIONS(2938), [anon_sym___restrict__] = ACTIONS(2938), [anon_sym__Atomic] = ACTIONS(2938), [anon_sym__Noreturn] = ACTIONS(2938), [anon_sym_noreturn] = ACTIONS(2938), [anon_sym_mutable] = ACTIONS(2938), [anon_sym_constinit] = ACTIONS(2938), [anon_sym_consteval] = ACTIONS(2938), [sym_primitive_type] = ACTIONS(2938), [anon_sym_enum] = ACTIONS(2938), [anon_sym_class] = ACTIONS(2938), [anon_sym_struct] = ACTIONS(2938), [anon_sym_union] = ACTIONS(2938), [anon_sym_if] = ACTIONS(2938), [anon_sym_else] = ACTIONS(2938), [anon_sym_switch] = ACTIONS(2938), [anon_sym_case] = ACTIONS(2938), [anon_sym_default] = ACTIONS(2938), [anon_sym_while] = ACTIONS(2938), [anon_sym_do] = ACTIONS(2938), [anon_sym_for] = ACTIONS(2938), [anon_sym_return] = ACTIONS(2938), [anon_sym_break] = ACTIONS(2938), [anon_sym_continue] = ACTIONS(2938), [anon_sym_goto] = ACTIONS(2938), [anon_sym_not] = ACTIONS(2938), [anon_sym_compl] = ACTIONS(2938), [anon_sym_DASH_DASH] = ACTIONS(2940), [anon_sym_PLUS_PLUS] = ACTIONS(2940), [anon_sym_sizeof] = ACTIONS(2938), [anon_sym_offsetof] = ACTIONS(2938), [anon_sym__Generic] = ACTIONS(2938), [anon_sym_asm] = ACTIONS(2938), [anon_sym___asm__] = ACTIONS(2938), [sym_number_literal] = ACTIONS(2940), [anon_sym_L_SQUOTE] = ACTIONS(2940), [anon_sym_u_SQUOTE] = ACTIONS(2940), [anon_sym_U_SQUOTE] = ACTIONS(2940), [anon_sym_u8_SQUOTE] = ACTIONS(2940), [anon_sym_SQUOTE] = ACTIONS(2940), [anon_sym_L_DQUOTE] = ACTIONS(2940), [anon_sym_u_DQUOTE] = ACTIONS(2940), [anon_sym_U_DQUOTE] = ACTIONS(2940), [anon_sym_u8_DQUOTE] = ACTIONS(2940), [anon_sym_DQUOTE] = ACTIONS(2940), [sym_true] = ACTIONS(2938), [sym_false] = ACTIONS(2938), [anon_sym_NULL] = ACTIONS(2938), [anon_sym_nullptr] = ACTIONS(2938), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2938), [anon_sym_decltype] = ACTIONS(2938), [anon_sym_virtual] = ACTIONS(2938), [anon_sym_explicit] = ACTIONS(2938), [anon_sym_typename] = ACTIONS(2938), [anon_sym_template] = ACTIONS(2938), [anon_sym_operator] = ACTIONS(2938), [anon_sym_try] = ACTIONS(2938), [anon_sym_delete] = ACTIONS(2938), [anon_sym_throw] = ACTIONS(2938), [anon_sym_namespace] = ACTIONS(2938), [anon_sym_using] = ACTIONS(2938), [anon_sym_static_assert] = ACTIONS(2938), [anon_sym_concept] = ACTIONS(2938), [anon_sym_co_return] = ACTIONS(2938), [anon_sym_co_yield] = ACTIONS(2938), [anon_sym_R_DQUOTE] = ACTIONS(2940), [anon_sym_LR_DQUOTE] = ACTIONS(2940), [anon_sym_uR_DQUOTE] = ACTIONS(2940), [anon_sym_UR_DQUOTE] = ACTIONS(2940), [anon_sym_u8R_DQUOTE] = ACTIONS(2940), [anon_sym_co_await] = ACTIONS(2938), [anon_sym_new] = ACTIONS(2938), [anon_sym_requires] = ACTIONS(2938), [sym_this] = ACTIONS(2938), }, [677] = { [sym_preproc_def] = STATE(677), [sym_preproc_function_def] = STATE(677), [sym_preproc_call] = STATE(677), [sym_preproc_if_in_field_declaration_list] = STATE(677), [sym_preproc_ifdef_in_field_declaration_list] = STATE(677), [sym_type_definition] = STATE(677), [sym__declaration_modifiers] = STATE(3697), [sym__declaration_specifiers] = STATE(4843), [sym_attribute_specifier] = STATE(3697), [sym_attribute_declaration] = STATE(3697), [sym_ms_declspec_modifier] = STATE(3697), [sym_ms_based_modifier] = STATE(7599), [sym__declarator] = STATE(5891), [sym_parenthesized_declarator] = STATE(5671), [sym_attributed_declarator] = STATE(5671), [sym_pointer_declarator] = STATE(5671), [sym_function_declarator] = STATE(5524), [sym_array_declarator] = STATE(5671), [sym_storage_class_specifier] = STATE(3697), [sym_type_qualifier] = STATE(3697), [sym__type_specifier] = STATE(3841), [sym_sized_type_specifier] = STATE(3945), [sym_enum_specifier] = STATE(3945), [sym_struct_specifier] = STATE(3945), [sym_union_specifier] = STATE(3945), [sym__field_declaration_list_item] = STATE(677), [sym_field_declaration] = STATE(677), [sym_placeholder_type_specifier] = STATE(3945), [sym_decltype_auto] = STATE(3928), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3945), [sym_virtual] = STATE(3697), [sym_explicit_function_specifier] = STATE(2310), [sym_dependent_type] = STATE(3945), [sym_template_declaration] = STATE(677), [sym_operator_cast] = STATE(5904), [sym_inline_method_definition] = STATE(677), [sym__constructor_specifiers] = STATE(2310), [sym_operator_cast_definition] = STATE(677), [sym_operator_cast_declaration] = STATE(677), [sym_constructor_or_destructor_definition] = STATE(677), [sym_constructor_or_destructor_declaration] = STATE(677), [sym_friend_declaration] = STATE(677), [sym_access_specifier] = STATE(7339), [sym_reference_declarator] = STATE(5671), [sym_structured_binding_declarator] = STATE(5671), [sym_template_type] = STATE(3646), [sym_template_function] = STATE(5671), [sym_using_declaration] = STATE(677), [sym_alias_declaration] = STATE(677), [sym_static_assert_declaration] = STATE(677), [sym_destructor_name] = STATE(5671), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5155), [sym_qualified_identifier] = STATE(5671), [sym_qualified_type_identifier] = STATE(4540), [sym_qualified_operator_cast_identifier] = STATE(5904), [sym_operator_name] = STATE(5671), [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(677), [aux_sym__declaration_specifiers_repeat1] = STATE(2567), [aux_sym_sized_type_specifier_repeat1] = STATE(3978), [aux_sym_operator_cast_definition_repeat1] = STATE(2310), [sym_identifier] = ACTIONS(2769), [aux_sym_preproc_def_token1] = ACTIONS(3535), [aux_sym_preproc_if_token1] = ACTIONS(3538), [aux_sym_preproc_ifdef_token1] = ACTIONS(3541), [aux_sym_preproc_ifdef_token2] = ACTIONS(3541), [sym_preproc_directive] = ACTIONS(3544), [anon_sym_LPAREN2] = ACTIONS(2786), [anon_sym_TILDE] = ACTIONS(2789), [anon_sym_STAR] = ACTIONS(2792), [anon_sym_AMP_AMP] = ACTIONS(2795), [anon_sym_AMP] = ACTIONS(2798), [anon_sym_typedef] = ACTIONS(3547), [anon_sym_extern] = ACTIONS(2804), [anon_sym___attribute__] = ACTIONS(2807), [anon_sym_COLON_COLON] = ACTIONS(2810), [anon_sym_LBRACK_LBRACK] = ACTIONS(2813), [anon_sym___declspec] = ACTIONS(2816), [anon_sym___based] = ACTIONS(2819), [anon_sym_RBRACE] = ACTIONS(3550), [anon_sym_signed] = ACTIONS(2822), [anon_sym_unsigned] = ACTIONS(2822), [anon_sym_long] = ACTIONS(2822), [anon_sym_short] = ACTIONS(2822), [anon_sym_LBRACK] = ACTIONS(2825), [anon_sym_static] = ACTIONS(2804), [anon_sym_register] = ACTIONS(2804), [anon_sym_inline] = ACTIONS(2804), [anon_sym_thread_local] = ACTIONS(2804), [anon_sym_const] = ACTIONS(2828), [anon_sym_constexpr] = ACTIONS(2828), [anon_sym_volatile] = ACTIONS(2828), [anon_sym_restrict] = ACTIONS(2828), [anon_sym___restrict__] = ACTIONS(2828), [anon_sym__Atomic] = ACTIONS(2828), [anon_sym__Noreturn] = ACTIONS(2828), [anon_sym_noreturn] = ACTIONS(2828), [anon_sym_mutable] = ACTIONS(2828), [anon_sym_constinit] = ACTIONS(2828), [anon_sym_consteval] = ACTIONS(2828), [sym_primitive_type] = ACTIONS(2831), [anon_sym_enum] = ACTIONS(2834), [anon_sym_class] = ACTIONS(2837), [anon_sym_struct] = ACTIONS(2840), [anon_sym_union] = ACTIONS(2843), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2846), [anon_sym_decltype] = ACTIONS(2849), [anon_sym_virtual] = ACTIONS(2852), [anon_sym_explicit] = ACTIONS(2855), [anon_sym_typename] = ACTIONS(2858), [anon_sym_template] = ACTIONS(3552), [anon_sym_operator] = ACTIONS(2864), [anon_sym_friend] = ACTIONS(3555), [anon_sym_public] = ACTIONS(2870), [anon_sym_private] = ACTIONS(2870), [anon_sym_protected] = ACTIONS(2870), [anon_sym_using] = ACTIONS(3558), [anon_sym_static_assert] = ACTIONS(3561), }, [678] = { [sym_identifier] = ACTIONS(3016), [aux_sym_preproc_include_token1] = ACTIONS(3016), [aux_sym_preproc_def_token1] = ACTIONS(3016), [aux_sym_preproc_if_token1] = ACTIONS(3016), [aux_sym_preproc_if_token2] = ACTIONS(3016), [aux_sym_preproc_ifdef_token1] = ACTIONS(3016), [aux_sym_preproc_ifdef_token2] = ACTIONS(3016), [aux_sym_preproc_else_token1] = ACTIONS(3016), [aux_sym_preproc_elif_token1] = ACTIONS(3016), [sym_preproc_directive] = ACTIONS(3016), [anon_sym_LPAREN2] = ACTIONS(3018), [anon_sym_BANG] = ACTIONS(3018), [anon_sym_TILDE] = ACTIONS(3018), [anon_sym_DASH] = ACTIONS(3016), [anon_sym_PLUS] = ACTIONS(3016), [anon_sym_STAR] = ACTIONS(3018), [anon_sym_AMP_AMP] = ACTIONS(3018), [anon_sym_AMP] = ACTIONS(3016), [anon_sym_SEMI] = ACTIONS(3018), [anon_sym_typedef] = ACTIONS(3016), [anon_sym_extern] = ACTIONS(3016), [anon_sym___attribute__] = ACTIONS(3016), [anon_sym_COLON_COLON] = ACTIONS(3018), [anon_sym_LBRACK_LBRACK] = ACTIONS(3018), [anon_sym___declspec] = ACTIONS(3016), [anon_sym___based] = ACTIONS(3016), [anon_sym___cdecl] = ACTIONS(3016), [anon_sym___clrcall] = ACTIONS(3016), [anon_sym___stdcall] = ACTIONS(3016), [anon_sym___fastcall] = ACTIONS(3016), [anon_sym___thiscall] = ACTIONS(3016), [anon_sym___vectorcall] = ACTIONS(3016), [anon_sym_LBRACE] = ACTIONS(3018), [anon_sym_signed] = ACTIONS(3016), [anon_sym_unsigned] = ACTIONS(3016), [anon_sym_long] = ACTIONS(3016), [anon_sym_short] = ACTIONS(3016), [anon_sym_LBRACK] = ACTIONS(3016), [anon_sym_static] = ACTIONS(3016), [anon_sym_register] = ACTIONS(3016), [anon_sym_inline] = ACTIONS(3016), [anon_sym_thread_local] = ACTIONS(3016), [anon_sym_const] = ACTIONS(3016), [anon_sym_constexpr] = ACTIONS(3016), [anon_sym_volatile] = ACTIONS(3016), [anon_sym_restrict] = ACTIONS(3016), [anon_sym___restrict__] = ACTIONS(3016), [anon_sym__Atomic] = ACTIONS(3016), [anon_sym__Noreturn] = ACTIONS(3016), [anon_sym_noreturn] = ACTIONS(3016), [anon_sym_mutable] = ACTIONS(3016), [anon_sym_constinit] = ACTIONS(3016), [anon_sym_consteval] = ACTIONS(3016), [sym_primitive_type] = ACTIONS(3016), [anon_sym_enum] = ACTIONS(3016), [anon_sym_class] = ACTIONS(3016), [anon_sym_struct] = ACTIONS(3016), [anon_sym_union] = ACTIONS(3016), [anon_sym_if] = ACTIONS(3016), [anon_sym_else] = ACTIONS(3016), [anon_sym_switch] = ACTIONS(3016), [anon_sym_case] = ACTIONS(3016), [anon_sym_default] = ACTIONS(3016), [anon_sym_while] = ACTIONS(3016), [anon_sym_do] = ACTIONS(3016), [anon_sym_for] = ACTIONS(3016), [anon_sym_return] = ACTIONS(3016), [anon_sym_break] = ACTIONS(3016), [anon_sym_continue] = ACTIONS(3016), [anon_sym_goto] = ACTIONS(3016), [anon_sym_not] = ACTIONS(3016), [anon_sym_compl] = ACTIONS(3016), [anon_sym_DASH_DASH] = ACTIONS(3018), [anon_sym_PLUS_PLUS] = ACTIONS(3018), [anon_sym_sizeof] = ACTIONS(3016), [anon_sym_offsetof] = ACTIONS(3016), [anon_sym__Generic] = ACTIONS(3016), [anon_sym_asm] = ACTIONS(3016), [anon_sym___asm__] = ACTIONS(3016), [sym_number_literal] = ACTIONS(3018), [anon_sym_L_SQUOTE] = ACTIONS(3018), [anon_sym_u_SQUOTE] = ACTIONS(3018), [anon_sym_U_SQUOTE] = ACTIONS(3018), [anon_sym_u8_SQUOTE] = ACTIONS(3018), [anon_sym_SQUOTE] = ACTIONS(3018), [anon_sym_L_DQUOTE] = ACTIONS(3018), [anon_sym_u_DQUOTE] = ACTIONS(3018), [anon_sym_U_DQUOTE] = ACTIONS(3018), [anon_sym_u8_DQUOTE] = ACTIONS(3018), [anon_sym_DQUOTE] = ACTIONS(3018), [sym_true] = ACTIONS(3016), [sym_false] = ACTIONS(3016), [anon_sym_NULL] = ACTIONS(3016), [anon_sym_nullptr] = ACTIONS(3016), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3016), [anon_sym_decltype] = ACTIONS(3016), [anon_sym_virtual] = ACTIONS(3016), [anon_sym_explicit] = ACTIONS(3016), [anon_sym_typename] = ACTIONS(3016), [anon_sym_template] = ACTIONS(3016), [anon_sym_operator] = ACTIONS(3016), [anon_sym_try] = ACTIONS(3016), [anon_sym_delete] = ACTIONS(3016), [anon_sym_throw] = ACTIONS(3016), [anon_sym_namespace] = ACTIONS(3016), [anon_sym_using] = ACTIONS(3016), [anon_sym_static_assert] = ACTIONS(3016), [anon_sym_concept] = ACTIONS(3016), [anon_sym_co_return] = ACTIONS(3016), [anon_sym_co_yield] = ACTIONS(3016), [anon_sym_R_DQUOTE] = ACTIONS(3018), [anon_sym_LR_DQUOTE] = ACTIONS(3018), [anon_sym_uR_DQUOTE] = ACTIONS(3018), [anon_sym_UR_DQUOTE] = ACTIONS(3018), [anon_sym_u8R_DQUOTE] = ACTIONS(3018), [anon_sym_co_await] = ACTIONS(3016), [anon_sym_new] = ACTIONS(3016), [anon_sym_requires] = ACTIONS(3016), [sym_this] = ACTIONS(3016), }, [679] = { [sym_identifier] = ACTIONS(3107), [aux_sym_preproc_include_token1] = ACTIONS(3107), [aux_sym_preproc_def_token1] = ACTIONS(3107), [aux_sym_preproc_if_token1] = ACTIONS(3107), [aux_sym_preproc_if_token2] = ACTIONS(3107), [aux_sym_preproc_ifdef_token1] = ACTIONS(3107), [aux_sym_preproc_ifdef_token2] = ACTIONS(3107), [aux_sym_preproc_else_token1] = ACTIONS(3107), [aux_sym_preproc_elif_token1] = ACTIONS(3107), [sym_preproc_directive] = ACTIONS(3107), [anon_sym_LPAREN2] = ACTIONS(3109), [anon_sym_BANG] = ACTIONS(3109), [anon_sym_TILDE] = ACTIONS(3109), [anon_sym_DASH] = ACTIONS(3107), [anon_sym_PLUS] = ACTIONS(3107), [anon_sym_STAR] = ACTIONS(3109), [anon_sym_AMP_AMP] = ACTIONS(3109), [anon_sym_AMP] = ACTIONS(3107), [anon_sym_SEMI] = ACTIONS(3109), [anon_sym_typedef] = ACTIONS(3107), [anon_sym_extern] = ACTIONS(3107), [anon_sym___attribute__] = ACTIONS(3107), [anon_sym_COLON_COLON] = ACTIONS(3109), [anon_sym_LBRACK_LBRACK] = ACTIONS(3109), [anon_sym___declspec] = ACTIONS(3107), [anon_sym___based] = ACTIONS(3107), [anon_sym___cdecl] = ACTIONS(3107), [anon_sym___clrcall] = ACTIONS(3107), [anon_sym___stdcall] = ACTIONS(3107), [anon_sym___fastcall] = ACTIONS(3107), [anon_sym___thiscall] = ACTIONS(3107), [anon_sym___vectorcall] = ACTIONS(3107), [anon_sym_LBRACE] = ACTIONS(3109), [anon_sym_signed] = ACTIONS(3107), [anon_sym_unsigned] = ACTIONS(3107), [anon_sym_long] = ACTIONS(3107), [anon_sym_short] = ACTIONS(3107), [anon_sym_LBRACK] = ACTIONS(3107), [anon_sym_static] = ACTIONS(3107), [anon_sym_register] = ACTIONS(3107), [anon_sym_inline] = ACTIONS(3107), [anon_sym_thread_local] = ACTIONS(3107), [anon_sym_const] = ACTIONS(3107), [anon_sym_constexpr] = ACTIONS(3107), [anon_sym_volatile] = ACTIONS(3107), [anon_sym_restrict] = ACTIONS(3107), [anon_sym___restrict__] = ACTIONS(3107), [anon_sym__Atomic] = ACTIONS(3107), [anon_sym__Noreturn] = ACTIONS(3107), [anon_sym_noreturn] = ACTIONS(3107), [anon_sym_mutable] = ACTIONS(3107), [anon_sym_constinit] = ACTIONS(3107), [anon_sym_consteval] = ACTIONS(3107), [sym_primitive_type] = ACTIONS(3107), [anon_sym_enum] = ACTIONS(3107), [anon_sym_class] = ACTIONS(3107), [anon_sym_struct] = ACTIONS(3107), [anon_sym_union] = ACTIONS(3107), [anon_sym_if] = ACTIONS(3107), [anon_sym_else] = ACTIONS(3107), [anon_sym_switch] = ACTIONS(3107), [anon_sym_case] = ACTIONS(3107), [anon_sym_default] = ACTIONS(3107), [anon_sym_while] = ACTIONS(3107), [anon_sym_do] = ACTIONS(3107), [anon_sym_for] = ACTIONS(3107), [anon_sym_return] = ACTIONS(3107), [anon_sym_break] = ACTIONS(3107), [anon_sym_continue] = ACTIONS(3107), [anon_sym_goto] = ACTIONS(3107), [anon_sym_not] = ACTIONS(3107), [anon_sym_compl] = ACTIONS(3107), [anon_sym_DASH_DASH] = ACTIONS(3109), [anon_sym_PLUS_PLUS] = ACTIONS(3109), [anon_sym_sizeof] = ACTIONS(3107), [anon_sym_offsetof] = ACTIONS(3107), [anon_sym__Generic] = ACTIONS(3107), [anon_sym_asm] = ACTIONS(3107), [anon_sym___asm__] = ACTIONS(3107), [sym_number_literal] = ACTIONS(3109), [anon_sym_L_SQUOTE] = ACTIONS(3109), [anon_sym_u_SQUOTE] = ACTIONS(3109), [anon_sym_U_SQUOTE] = ACTIONS(3109), [anon_sym_u8_SQUOTE] = ACTIONS(3109), [anon_sym_SQUOTE] = ACTIONS(3109), [anon_sym_L_DQUOTE] = ACTIONS(3109), [anon_sym_u_DQUOTE] = ACTIONS(3109), [anon_sym_U_DQUOTE] = ACTIONS(3109), [anon_sym_u8_DQUOTE] = ACTIONS(3109), [anon_sym_DQUOTE] = ACTIONS(3109), [sym_true] = ACTIONS(3107), [sym_false] = ACTIONS(3107), [anon_sym_NULL] = ACTIONS(3107), [anon_sym_nullptr] = ACTIONS(3107), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3107), [anon_sym_decltype] = ACTIONS(3107), [anon_sym_virtual] = ACTIONS(3107), [anon_sym_explicit] = ACTIONS(3107), [anon_sym_typename] = ACTIONS(3107), [anon_sym_template] = ACTIONS(3107), [anon_sym_operator] = ACTIONS(3107), [anon_sym_try] = ACTIONS(3107), [anon_sym_delete] = ACTIONS(3107), [anon_sym_throw] = ACTIONS(3107), [anon_sym_namespace] = ACTIONS(3107), [anon_sym_using] = ACTIONS(3107), [anon_sym_static_assert] = ACTIONS(3107), [anon_sym_concept] = ACTIONS(3107), [anon_sym_co_return] = ACTIONS(3107), [anon_sym_co_yield] = ACTIONS(3107), [anon_sym_R_DQUOTE] = ACTIONS(3109), [anon_sym_LR_DQUOTE] = ACTIONS(3109), [anon_sym_uR_DQUOTE] = ACTIONS(3109), [anon_sym_UR_DQUOTE] = ACTIONS(3109), [anon_sym_u8R_DQUOTE] = ACTIONS(3109), [anon_sym_co_await] = ACTIONS(3107), [anon_sym_new] = ACTIONS(3107), [anon_sym_requires] = ACTIONS(3107), [sym_this] = ACTIONS(3107), }, [680] = { [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_if_token2] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [aux_sym_preproc_else_token1] = ACTIONS(2922), [aux_sym_preproc_elif_token1] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [681] = { [sym_identifier] = ACTIONS(2976), [aux_sym_preproc_include_token1] = ACTIONS(2976), [aux_sym_preproc_def_token1] = ACTIONS(2976), [aux_sym_preproc_if_token1] = ACTIONS(2976), [aux_sym_preproc_if_token2] = ACTIONS(2976), [aux_sym_preproc_ifdef_token1] = ACTIONS(2976), [aux_sym_preproc_ifdef_token2] = ACTIONS(2976), [aux_sym_preproc_else_token1] = ACTIONS(2976), [aux_sym_preproc_elif_token1] = ACTIONS(2976), [sym_preproc_directive] = ACTIONS(2976), [anon_sym_LPAREN2] = ACTIONS(2978), [anon_sym_BANG] = ACTIONS(2978), [anon_sym_TILDE] = ACTIONS(2978), [anon_sym_DASH] = ACTIONS(2976), [anon_sym_PLUS] = ACTIONS(2976), [anon_sym_STAR] = ACTIONS(2978), [anon_sym_AMP_AMP] = ACTIONS(2978), [anon_sym_AMP] = ACTIONS(2976), [anon_sym_SEMI] = ACTIONS(2978), [anon_sym_typedef] = ACTIONS(2976), [anon_sym_extern] = ACTIONS(2976), [anon_sym___attribute__] = ACTIONS(2976), [anon_sym_COLON_COLON] = ACTIONS(2978), [anon_sym_LBRACK_LBRACK] = ACTIONS(2978), [anon_sym___declspec] = ACTIONS(2976), [anon_sym___based] = ACTIONS(2976), [anon_sym___cdecl] = ACTIONS(2976), [anon_sym___clrcall] = ACTIONS(2976), [anon_sym___stdcall] = ACTIONS(2976), [anon_sym___fastcall] = ACTIONS(2976), [anon_sym___thiscall] = ACTIONS(2976), [anon_sym___vectorcall] = ACTIONS(2976), [anon_sym_LBRACE] = ACTIONS(2978), [anon_sym_signed] = ACTIONS(2976), [anon_sym_unsigned] = ACTIONS(2976), [anon_sym_long] = ACTIONS(2976), [anon_sym_short] = ACTIONS(2976), [anon_sym_LBRACK] = ACTIONS(2976), [anon_sym_static] = ACTIONS(2976), [anon_sym_register] = ACTIONS(2976), [anon_sym_inline] = ACTIONS(2976), [anon_sym_thread_local] = ACTIONS(2976), [anon_sym_const] = ACTIONS(2976), [anon_sym_constexpr] = ACTIONS(2976), [anon_sym_volatile] = ACTIONS(2976), [anon_sym_restrict] = ACTIONS(2976), [anon_sym___restrict__] = ACTIONS(2976), [anon_sym__Atomic] = ACTIONS(2976), [anon_sym__Noreturn] = ACTIONS(2976), [anon_sym_noreturn] = ACTIONS(2976), [anon_sym_mutable] = ACTIONS(2976), [anon_sym_constinit] = ACTIONS(2976), [anon_sym_consteval] = ACTIONS(2976), [sym_primitive_type] = ACTIONS(2976), [anon_sym_enum] = ACTIONS(2976), [anon_sym_class] = ACTIONS(2976), [anon_sym_struct] = ACTIONS(2976), [anon_sym_union] = ACTIONS(2976), [anon_sym_if] = ACTIONS(2976), [anon_sym_else] = ACTIONS(2976), [anon_sym_switch] = ACTIONS(2976), [anon_sym_case] = ACTIONS(2976), [anon_sym_default] = ACTIONS(2976), [anon_sym_while] = ACTIONS(2976), [anon_sym_do] = ACTIONS(2976), [anon_sym_for] = ACTIONS(2976), [anon_sym_return] = ACTIONS(2976), [anon_sym_break] = ACTIONS(2976), [anon_sym_continue] = ACTIONS(2976), [anon_sym_goto] = ACTIONS(2976), [anon_sym_not] = ACTIONS(2976), [anon_sym_compl] = ACTIONS(2976), [anon_sym_DASH_DASH] = ACTIONS(2978), [anon_sym_PLUS_PLUS] = ACTIONS(2978), [anon_sym_sizeof] = ACTIONS(2976), [anon_sym_offsetof] = ACTIONS(2976), [anon_sym__Generic] = ACTIONS(2976), [anon_sym_asm] = ACTIONS(2976), [anon_sym___asm__] = ACTIONS(2976), [sym_number_literal] = ACTIONS(2978), [anon_sym_L_SQUOTE] = ACTIONS(2978), [anon_sym_u_SQUOTE] = ACTIONS(2978), [anon_sym_U_SQUOTE] = ACTIONS(2978), [anon_sym_u8_SQUOTE] = ACTIONS(2978), [anon_sym_SQUOTE] = ACTIONS(2978), [anon_sym_L_DQUOTE] = ACTIONS(2978), [anon_sym_u_DQUOTE] = ACTIONS(2978), [anon_sym_U_DQUOTE] = ACTIONS(2978), [anon_sym_u8_DQUOTE] = ACTIONS(2978), [anon_sym_DQUOTE] = ACTIONS(2978), [sym_true] = ACTIONS(2976), [sym_false] = ACTIONS(2976), [anon_sym_NULL] = ACTIONS(2976), [anon_sym_nullptr] = ACTIONS(2976), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2976), [anon_sym_decltype] = ACTIONS(2976), [anon_sym_virtual] = ACTIONS(2976), [anon_sym_explicit] = ACTIONS(2976), [anon_sym_typename] = ACTIONS(2976), [anon_sym_template] = ACTIONS(2976), [anon_sym_operator] = ACTIONS(2976), [anon_sym_try] = ACTIONS(2976), [anon_sym_delete] = ACTIONS(2976), [anon_sym_throw] = ACTIONS(2976), [anon_sym_namespace] = ACTIONS(2976), [anon_sym_using] = ACTIONS(2976), [anon_sym_static_assert] = ACTIONS(2976), [anon_sym_concept] = ACTIONS(2976), [anon_sym_co_return] = ACTIONS(2976), [anon_sym_co_yield] = ACTIONS(2976), [anon_sym_R_DQUOTE] = ACTIONS(2978), [anon_sym_LR_DQUOTE] = ACTIONS(2978), [anon_sym_uR_DQUOTE] = ACTIONS(2978), [anon_sym_UR_DQUOTE] = ACTIONS(2978), [anon_sym_u8R_DQUOTE] = ACTIONS(2978), [anon_sym_co_await] = ACTIONS(2976), [anon_sym_new] = ACTIONS(2976), [anon_sym_requires] = ACTIONS(2976), [sym_this] = ACTIONS(2976), }, [682] = { [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_if_token2] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [aux_sym_preproc_else_token1] = ACTIONS(2922), [aux_sym_preproc_elif_token1] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [683] = { [sym_identifier] = ACTIONS(2962), [aux_sym_preproc_include_token1] = ACTIONS(2962), [aux_sym_preproc_def_token1] = ACTIONS(2962), [aux_sym_preproc_if_token1] = ACTIONS(2962), [aux_sym_preproc_if_token2] = ACTIONS(2962), [aux_sym_preproc_ifdef_token1] = ACTIONS(2962), [aux_sym_preproc_ifdef_token2] = ACTIONS(2962), [aux_sym_preproc_else_token1] = ACTIONS(2962), [aux_sym_preproc_elif_token1] = ACTIONS(2962), [sym_preproc_directive] = ACTIONS(2962), [anon_sym_LPAREN2] = ACTIONS(2964), [anon_sym_BANG] = ACTIONS(2964), [anon_sym_TILDE] = ACTIONS(2964), [anon_sym_DASH] = ACTIONS(2962), [anon_sym_PLUS] = ACTIONS(2962), [anon_sym_STAR] = ACTIONS(2964), [anon_sym_AMP_AMP] = ACTIONS(2964), [anon_sym_AMP] = ACTIONS(2962), [anon_sym_SEMI] = ACTIONS(2964), [anon_sym_typedef] = ACTIONS(2962), [anon_sym_extern] = ACTIONS(2962), [anon_sym___attribute__] = ACTIONS(2962), [anon_sym_COLON_COLON] = ACTIONS(2964), [anon_sym_LBRACK_LBRACK] = ACTIONS(2964), [anon_sym___declspec] = ACTIONS(2962), [anon_sym___based] = ACTIONS(2962), [anon_sym___cdecl] = ACTIONS(2962), [anon_sym___clrcall] = ACTIONS(2962), [anon_sym___stdcall] = ACTIONS(2962), [anon_sym___fastcall] = ACTIONS(2962), [anon_sym___thiscall] = ACTIONS(2962), [anon_sym___vectorcall] = ACTIONS(2962), [anon_sym_LBRACE] = ACTIONS(2964), [anon_sym_signed] = ACTIONS(2962), [anon_sym_unsigned] = ACTIONS(2962), [anon_sym_long] = ACTIONS(2962), [anon_sym_short] = ACTIONS(2962), [anon_sym_LBRACK] = ACTIONS(2962), [anon_sym_static] = ACTIONS(2962), [anon_sym_register] = ACTIONS(2962), [anon_sym_inline] = ACTIONS(2962), [anon_sym_thread_local] = ACTIONS(2962), [anon_sym_const] = ACTIONS(2962), [anon_sym_constexpr] = ACTIONS(2962), [anon_sym_volatile] = ACTIONS(2962), [anon_sym_restrict] = ACTIONS(2962), [anon_sym___restrict__] = ACTIONS(2962), [anon_sym__Atomic] = ACTIONS(2962), [anon_sym__Noreturn] = ACTIONS(2962), [anon_sym_noreturn] = ACTIONS(2962), [anon_sym_mutable] = ACTIONS(2962), [anon_sym_constinit] = ACTIONS(2962), [anon_sym_consteval] = ACTIONS(2962), [sym_primitive_type] = ACTIONS(2962), [anon_sym_enum] = ACTIONS(2962), [anon_sym_class] = ACTIONS(2962), [anon_sym_struct] = ACTIONS(2962), [anon_sym_union] = ACTIONS(2962), [anon_sym_if] = ACTIONS(2962), [anon_sym_else] = ACTIONS(2962), [anon_sym_switch] = ACTIONS(2962), [anon_sym_case] = ACTIONS(2962), [anon_sym_default] = ACTIONS(2962), [anon_sym_while] = ACTIONS(2962), [anon_sym_do] = ACTIONS(2962), [anon_sym_for] = ACTIONS(2962), [anon_sym_return] = ACTIONS(2962), [anon_sym_break] = ACTIONS(2962), [anon_sym_continue] = ACTIONS(2962), [anon_sym_goto] = ACTIONS(2962), [anon_sym_not] = ACTIONS(2962), [anon_sym_compl] = ACTIONS(2962), [anon_sym_DASH_DASH] = ACTIONS(2964), [anon_sym_PLUS_PLUS] = ACTIONS(2964), [anon_sym_sizeof] = ACTIONS(2962), [anon_sym_offsetof] = ACTIONS(2962), [anon_sym__Generic] = ACTIONS(2962), [anon_sym_asm] = ACTIONS(2962), [anon_sym___asm__] = ACTIONS(2962), [sym_number_literal] = ACTIONS(2964), [anon_sym_L_SQUOTE] = ACTIONS(2964), [anon_sym_u_SQUOTE] = ACTIONS(2964), [anon_sym_U_SQUOTE] = ACTIONS(2964), [anon_sym_u8_SQUOTE] = ACTIONS(2964), [anon_sym_SQUOTE] = ACTIONS(2964), [anon_sym_L_DQUOTE] = ACTIONS(2964), [anon_sym_u_DQUOTE] = ACTIONS(2964), [anon_sym_U_DQUOTE] = ACTIONS(2964), [anon_sym_u8_DQUOTE] = ACTIONS(2964), [anon_sym_DQUOTE] = ACTIONS(2964), [sym_true] = ACTIONS(2962), [sym_false] = ACTIONS(2962), [anon_sym_NULL] = ACTIONS(2962), [anon_sym_nullptr] = ACTIONS(2962), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2962), [anon_sym_decltype] = ACTIONS(2962), [anon_sym_virtual] = ACTIONS(2962), [anon_sym_explicit] = ACTIONS(2962), [anon_sym_typename] = ACTIONS(2962), [anon_sym_template] = ACTIONS(2962), [anon_sym_operator] = ACTIONS(2962), [anon_sym_try] = ACTIONS(2962), [anon_sym_delete] = ACTIONS(2962), [anon_sym_throw] = ACTIONS(2962), [anon_sym_namespace] = ACTIONS(2962), [anon_sym_using] = ACTIONS(2962), [anon_sym_static_assert] = ACTIONS(2962), [anon_sym_concept] = ACTIONS(2962), [anon_sym_co_return] = ACTIONS(2962), [anon_sym_co_yield] = ACTIONS(2962), [anon_sym_R_DQUOTE] = ACTIONS(2964), [anon_sym_LR_DQUOTE] = ACTIONS(2964), [anon_sym_uR_DQUOTE] = ACTIONS(2964), [anon_sym_UR_DQUOTE] = ACTIONS(2964), [anon_sym_u8R_DQUOTE] = ACTIONS(2964), [anon_sym_co_await] = ACTIONS(2962), [anon_sym_new] = ACTIONS(2962), [anon_sym_requires] = ACTIONS(2962), [sym_this] = ACTIONS(2962), }, [684] = { [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_if_token2] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [aux_sym_preproc_else_token1] = ACTIONS(2922), [aux_sym_preproc_elif_token1] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [685] = { [sym_preproc_def] = STATE(677), [sym_preproc_function_def] = STATE(677), [sym_preproc_call] = STATE(677), [sym_preproc_if_in_field_declaration_list] = STATE(677), [sym_preproc_ifdef_in_field_declaration_list] = STATE(677), [sym_type_definition] = STATE(677), [sym__declaration_modifiers] = STATE(3697), [sym__declaration_specifiers] = STATE(4843), [sym_attribute_specifier] = STATE(3697), [sym_attribute_declaration] = STATE(3697), [sym_ms_declspec_modifier] = STATE(3697), [sym_ms_based_modifier] = STATE(7599), [sym__declarator] = STATE(5891), [sym_parenthesized_declarator] = STATE(5671), [sym_attributed_declarator] = STATE(5671), [sym_pointer_declarator] = STATE(5671), [sym_function_declarator] = STATE(5524), [sym_array_declarator] = STATE(5671), [sym_storage_class_specifier] = STATE(3697), [sym_type_qualifier] = STATE(3697), [sym__type_specifier] = STATE(3841), [sym_sized_type_specifier] = STATE(3945), [sym_enum_specifier] = STATE(3945), [sym_struct_specifier] = STATE(3945), [sym_union_specifier] = STATE(3945), [sym__field_declaration_list_item] = STATE(677), [sym_field_declaration] = STATE(677), [sym_placeholder_type_specifier] = STATE(3945), [sym_decltype_auto] = STATE(3928), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3945), [sym_virtual] = STATE(3697), [sym_explicit_function_specifier] = STATE(2310), [sym_dependent_type] = STATE(3945), [sym_template_declaration] = STATE(677), [sym_operator_cast] = STATE(5904), [sym_inline_method_definition] = STATE(677), [sym__constructor_specifiers] = STATE(2310), [sym_operator_cast_definition] = STATE(677), [sym_operator_cast_declaration] = STATE(677), [sym_constructor_or_destructor_definition] = STATE(677), [sym_constructor_or_destructor_declaration] = STATE(677), [sym_friend_declaration] = STATE(677), [sym_access_specifier] = STATE(7339), [sym_reference_declarator] = STATE(5671), [sym_structured_binding_declarator] = STATE(5671), [sym_template_type] = STATE(3646), [sym_template_function] = STATE(5671), [sym_using_declaration] = STATE(677), [sym_alias_declaration] = STATE(677), [sym_static_assert_declaration] = STATE(677), [sym_destructor_name] = STATE(5671), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5155), [sym_qualified_identifier] = STATE(5671), [sym_qualified_type_identifier] = STATE(4540), [sym_qualified_operator_cast_identifier] = STATE(5904), [sym_operator_name] = STATE(5671), [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(677), [aux_sym__declaration_specifiers_repeat1] = STATE(2567), [aux_sym_sized_type_specifier_repeat1] = STATE(3978), [aux_sym_operator_cast_definition_repeat1] = STATE(2310), [sym_identifier] = ACTIONS(2544), [aux_sym_preproc_def_token1] = ACTIONS(3463), [aux_sym_preproc_if_token1] = ACTIONS(3465), [aux_sym_preproc_ifdef_token1] = ACTIONS(3467), [aux_sym_preproc_ifdef_token2] = ACTIONS(3467), [sym_preproc_directive] = ACTIONS(3469), [anon_sym_LPAREN2] = ACTIONS(2560), [anon_sym_TILDE] = ACTIONS(2562), [anon_sym_STAR] = ACTIONS(2564), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(2566), [anon_sym_typedef] = ACTIONS(3471), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(2570), [anon_sym_LBRACK_LBRACK] = ACTIONS(1813), [anon_sym___declspec] = ACTIONS(43), [anon_sym___based] = ACTIONS(45), [anon_sym_RBRACE] = ACTIONS(3564), [anon_sym_signed] = ACTIONS(2572), [anon_sym_unsigned] = ACTIONS(2572), [anon_sym_long] = ACTIONS(2572), [anon_sym_short] = ACTIONS(2572), [anon_sym_LBRACK] = ACTIONS(2574), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(2576), [anon_sym_enum] = ACTIONS(2578), [anon_sym_class] = ACTIONS(2580), [anon_sym_struct] = ACTIONS(2582), [anon_sym_union] = ACTIONS(2584), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2586), [anon_sym_decltype] = ACTIONS(2588), [anon_sym_virtual] = ACTIONS(117), [anon_sym_explicit] = ACTIONS(119), [anon_sym_typename] = ACTIONS(2590), [anon_sym_template] = ACTIONS(3475), [anon_sym_operator] = ACTIONS(125), [anon_sym_friend] = ACTIONS(3477), [anon_sym_public] = ACTIONS(2596), [anon_sym_private] = ACTIONS(2596), [anon_sym_protected] = ACTIONS(2596), [anon_sym_using] = ACTIONS(3479), [anon_sym_static_assert] = ACTIONS(3481), }, [686] = { [sym_identifier] = ACTIONS(2984), [aux_sym_preproc_include_token1] = ACTIONS(2984), [aux_sym_preproc_def_token1] = ACTIONS(2984), [aux_sym_preproc_if_token1] = ACTIONS(2984), [aux_sym_preproc_if_token2] = ACTIONS(2984), [aux_sym_preproc_ifdef_token1] = ACTIONS(2984), [aux_sym_preproc_ifdef_token2] = ACTIONS(2984), [aux_sym_preproc_else_token1] = ACTIONS(2984), [aux_sym_preproc_elif_token1] = ACTIONS(2984), [sym_preproc_directive] = ACTIONS(2984), [anon_sym_LPAREN2] = ACTIONS(2986), [anon_sym_BANG] = ACTIONS(2986), [anon_sym_TILDE] = ACTIONS(2986), [anon_sym_DASH] = ACTIONS(2984), [anon_sym_PLUS] = ACTIONS(2984), [anon_sym_STAR] = ACTIONS(2986), [anon_sym_AMP_AMP] = ACTIONS(2986), [anon_sym_AMP] = ACTIONS(2984), [anon_sym_SEMI] = ACTIONS(2986), [anon_sym_typedef] = ACTIONS(2984), [anon_sym_extern] = ACTIONS(2984), [anon_sym___attribute__] = ACTIONS(2984), [anon_sym_COLON_COLON] = ACTIONS(2986), [anon_sym_LBRACK_LBRACK] = ACTIONS(2986), [anon_sym___declspec] = ACTIONS(2984), [anon_sym___based] = ACTIONS(2984), [anon_sym___cdecl] = ACTIONS(2984), [anon_sym___clrcall] = ACTIONS(2984), [anon_sym___stdcall] = ACTIONS(2984), [anon_sym___fastcall] = ACTIONS(2984), [anon_sym___thiscall] = ACTIONS(2984), [anon_sym___vectorcall] = ACTIONS(2984), [anon_sym_LBRACE] = ACTIONS(2986), [anon_sym_signed] = ACTIONS(2984), [anon_sym_unsigned] = ACTIONS(2984), [anon_sym_long] = ACTIONS(2984), [anon_sym_short] = ACTIONS(2984), [anon_sym_LBRACK] = ACTIONS(2984), [anon_sym_static] = ACTIONS(2984), [anon_sym_register] = ACTIONS(2984), [anon_sym_inline] = ACTIONS(2984), [anon_sym_thread_local] = ACTIONS(2984), [anon_sym_const] = ACTIONS(2984), [anon_sym_constexpr] = ACTIONS(2984), [anon_sym_volatile] = ACTIONS(2984), [anon_sym_restrict] = ACTIONS(2984), [anon_sym___restrict__] = ACTIONS(2984), [anon_sym__Atomic] = ACTIONS(2984), [anon_sym__Noreturn] = ACTIONS(2984), [anon_sym_noreturn] = ACTIONS(2984), [anon_sym_mutable] = ACTIONS(2984), [anon_sym_constinit] = ACTIONS(2984), [anon_sym_consteval] = ACTIONS(2984), [sym_primitive_type] = ACTIONS(2984), [anon_sym_enum] = ACTIONS(2984), [anon_sym_class] = ACTIONS(2984), [anon_sym_struct] = ACTIONS(2984), [anon_sym_union] = ACTIONS(2984), [anon_sym_if] = ACTIONS(2984), [anon_sym_else] = ACTIONS(2984), [anon_sym_switch] = ACTIONS(2984), [anon_sym_case] = ACTIONS(2984), [anon_sym_default] = ACTIONS(2984), [anon_sym_while] = ACTIONS(2984), [anon_sym_do] = ACTIONS(2984), [anon_sym_for] = ACTIONS(2984), [anon_sym_return] = ACTIONS(2984), [anon_sym_break] = ACTIONS(2984), [anon_sym_continue] = ACTIONS(2984), [anon_sym_goto] = ACTIONS(2984), [anon_sym_not] = ACTIONS(2984), [anon_sym_compl] = ACTIONS(2984), [anon_sym_DASH_DASH] = ACTIONS(2986), [anon_sym_PLUS_PLUS] = ACTIONS(2986), [anon_sym_sizeof] = ACTIONS(2984), [anon_sym_offsetof] = ACTIONS(2984), [anon_sym__Generic] = ACTIONS(2984), [anon_sym_asm] = ACTIONS(2984), [anon_sym___asm__] = ACTIONS(2984), [sym_number_literal] = ACTIONS(2986), [anon_sym_L_SQUOTE] = ACTIONS(2986), [anon_sym_u_SQUOTE] = ACTIONS(2986), [anon_sym_U_SQUOTE] = ACTIONS(2986), [anon_sym_u8_SQUOTE] = ACTIONS(2986), [anon_sym_SQUOTE] = ACTIONS(2986), [anon_sym_L_DQUOTE] = ACTIONS(2986), [anon_sym_u_DQUOTE] = ACTIONS(2986), [anon_sym_U_DQUOTE] = ACTIONS(2986), [anon_sym_u8_DQUOTE] = ACTIONS(2986), [anon_sym_DQUOTE] = ACTIONS(2986), [sym_true] = ACTIONS(2984), [sym_false] = ACTIONS(2984), [anon_sym_NULL] = ACTIONS(2984), [anon_sym_nullptr] = ACTIONS(2984), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2984), [anon_sym_decltype] = ACTIONS(2984), [anon_sym_virtual] = ACTIONS(2984), [anon_sym_explicit] = ACTIONS(2984), [anon_sym_typename] = ACTIONS(2984), [anon_sym_template] = ACTIONS(2984), [anon_sym_operator] = ACTIONS(2984), [anon_sym_try] = ACTIONS(2984), [anon_sym_delete] = ACTIONS(2984), [anon_sym_throw] = ACTIONS(2984), [anon_sym_namespace] = ACTIONS(2984), [anon_sym_using] = ACTIONS(2984), [anon_sym_static_assert] = ACTIONS(2984), [anon_sym_concept] = ACTIONS(2984), [anon_sym_co_return] = ACTIONS(2984), [anon_sym_co_yield] = ACTIONS(2984), [anon_sym_R_DQUOTE] = ACTIONS(2986), [anon_sym_LR_DQUOTE] = ACTIONS(2986), [anon_sym_uR_DQUOTE] = ACTIONS(2986), [anon_sym_UR_DQUOTE] = ACTIONS(2986), [anon_sym_u8R_DQUOTE] = ACTIONS(2986), [anon_sym_co_await] = ACTIONS(2984), [anon_sym_new] = ACTIONS(2984), [anon_sym_requires] = ACTIONS(2984), [sym_this] = ACTIONS(2984), }, [687] = { [sym_identifier] = ACTIONS(3103), [aux_sym_preproc_include_token1] = ACTIONS(3103), [aux_sym_preproc_def_token1] = ACTIONS(3103), [aux_sym_preproc_if_token1] = ACTIONS(3103), [aux_sym_preproc_if_token2] = ACTIONS(3103), [aux_sym_preproc_ifdef_token1] = ACTIONS(3103), [aux_sym_preproc_ifdef_token2] = ACTIONS(3103), [aux_sym_preproc_else_token1] = ACTIONS(3103), [aux_sym_preproc_elif_token1] = ACTIONS(3103), [sym_preproc_directive] = ACTIONS(3103), [anon_sym_LPAREN2] = ACTIONS(3105), [anon_sym_BANG] = ACTIONS(3105), [anon_sym_TILDE] = ACTIONS(3105), [anon_sym_DASH] = ACTIONS(3103), [anon_sym_PLUS] = ACTIONS(3103), [anon_sym_STAR] = ACTIONS(3105), [anon_sym_AMP_AMP] = ACTIONS(3105), [anon_sym_AMP] = ACTIONS(3103), [anon_sym_SEMI] = ACTIONS(3105), [anon_sym_typedef] = ACTIONS(3103), [anon_sym_extern] = ACTIONS(3103), [anon_sym___attribute__] = ACTIONS(3103), [anon_sym_COLON_COLON] = ACTIONS(3105), [anon_sym_LBRACK_LBRACK] = ACTIONS(3105), [anon_sym___declspec] = ACTIONS(3103), [anon_sym___based] = ACTIONS(3103), [anon_sym___cdecl] = ACTIONS(3103), [anon_sym___clrcall] = ACTIONS(3103), [anon_sym___stdcall] = ACTIONS(3103), [anon_sym___fastcall] = ACTIONS(3103), [anon_sym___thiscall] = ACTIONS(3103), [anon_sym___vectorcall] = ACTIONS(3103), [anon_sym_LBRACE] = ACTIONS(3105), [anon_sym_signed] = ACTIONS(3103), [anon_sym_unsigned] = ACTIONS(3103), [anon_sym_long] = ACTIONS(3103), [anon_sym_short] = ACTIONS(3103), [anon_sym_LBRACK] = ACTIONS(3103), [anon_sym_static] = ACTIONS(3103), [anon_sym_register] = ACTIONS(3103), [anon_sym_inline] = ACTIONS(3103), [anon_sym_thread_local] = ACTIONS(3103), [anon_sym_const] = ACTIONS(3103), [anon_sym_constexpr] = ACTIONS(3103), [anon_sym_volatile] = ACTIONS(3103), [anon_sym_restrict] = ACTIONS(3103), [anon_sym___restrict__] = ACTIONS(3103), [anon_sym__Atomic] = ACTIONS(3103), [anon_sym__Noreturn] = ACTIONS(3103), [anon_sym_noreturn] = ACTIONS(3103), [anon_sym_mutable] = ACTIONS(3103), [anon_sym_constinit] = ACTIONS(3103), [anon_sym_consteval] = ACTIONS(3103), [sym_primitive_type] = ACTIONS(3103), [anon_sym_enum] = ACTIONS(3103), [anon_sym_class] = ACTIONS(3103), [anon_sym_struct] = ACTIONS(3103), [anon_sym_union] = ACTIONS(3103), [anon_sym_if] = ACTIONS(3103), [anon_sym_else] = ACTIONS(3103), [anon_sym_switch] = ACTIONS(3103), [anon_sym_case] = ACTIONS(3103), [anon_sym_default] = ACTIONS(3103), [anon_sym_while] = ACTIONS(3103), [anon_sym_do] = ACTIONS(3103), [anon_sym_for] = ACTIONS(3103), [anon_sym_return] = ACTIONS(3103), [anon_sym_break] = ACTIONS(3103), [anon_sym_continue] = ACTIONS(3103), [anon_sym_goto] = ACTIONS(3103), [anon_sym_not] = ACTIONS(3103), [anon_sym_compl] = ACTIONS(3103), [anon_sym_DASH_DASH] = ACTIONS(3105), [anon_sym_PLUS_PLUS] = ACTIONS(3105), [anon_sym_sizeof] = ACTIONS(3103), [anon_sym_offsetof] = ACTIONS(3103), [anon_sym__Generic] = ACTIONS(3103), [anon_sym_asm] = ACTIONS(3103), [anon_sym___asm__] = ACTIONS(3103), [sym_number_literal] = ACTIONS(3105), [anon_sym_L_SQUOTE] = ACTIONS(3105), [anon_sym_u_SQUOTE] = ACTIONS(3105), [anon_sym_U_SQUOTE] = ACTIONS(3105), [anon_sym_u8_SQUOTE] = ACTIONS(3105), [anon_sym_SQUOTE] = ACTIONS(3105), [anon_sym_L_DQUOTE] = ACTIONS(3105), [anon_sym_u_DQUOTE] = ACTIONS(3105), [anon_sym_U_DQUOTE] = ACTIONS(3105), [anon_sym_u8_DQUOTE] = ACTIONS(3105), [anon_sym_DQUOTE] = ACTIONS(3105), [sym_true] = ACTIONS(3103), [sym_false] = ACTIONS(3103), [anon_sym_NULL] = ACTIONS(3103), [anon_sym_nullptr] = ACTIONS(3103), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3103), [anon_sym_decltype] = ACTIONS(3103), [anon_sym_virtual] = ACTIONS(3103), [anon_sym_explicit] = ACTIONS(3103), [anon_sym_typename] = ACTIONS(3103), [anon_sym_template] = ACTIONS(3103), [anon_sym_operator] = ACTIONS(3103), [anon_sym_try] = ACTIONS(3103), [anon_sym_delete] = ACTIONS(3103), [anon_sym_throw] = ACTIONS(3103), [anon_sym_namespace] = ACTIONS(3103), [anon_sym_using] = ACTIONS(3103), [anon_sym_static_assert] = ACTIONS(3103), [anon_sym_concept] = ACTIONS(3103), [anon_sym_co_return] = ACTIONS(3103), [anon_sym_co_yield] = ACTIONS(3103), [anon_sym_R_DQUOTE] = ACTIONS(3105), [anon_sym_LR_DQUOTE] = ACTIONS(3105), [anon_sym_uR_DQUOTE] = ACTIONS(3105), [anon_sym_UR_DQUOTE] = ACTIONS(3105), [anon_sym_u8R_DQUOTE] = ACTIONS(3105), [anon_sym_co_await] = ACTIONS(3103), [anon_sym_new] = ACTIONS(3103), [anon_sym_requires] = ACTIONS(3103), [sym_this] = ACTIONS(3103), }, [688] = { [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_if_token2] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [aux_sym_preproc_else_token1] = ACTIONS(2922), [aux_sym_preproc_elif_token1] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [689] = { [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_if_token2] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [aux_sym_preproc_else_token1] = ACTIONS(2922), [aux_sym_preproc_elif_token1] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [690] = { [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_if_token2] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [aux_sym_preproc_else_token1] = ACTIONS(2922), [aux_sym_preproc_elif_token1] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [691] = { [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_if_token2] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [aux_sym_preproc_else_token1] = ACTIONS(2922), [aux_sym_preproc_elif_token1] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [692] = { [sym_identifier] = ACTIONS(3008), [aux_sym_preproc_include_token1] = ACTIONS(3008), [aux_sym_preproc_def_token1] = ACTIONS(3008), [aux_sym_preproc_if_token1] = ACTIONS(3008), [aux_sym_preproc_if_token2] = ACTIONS(3008), [aux_sym_preproc_ifdef_token1] = ACTIONS(3008), [aux_sym_preproc_ifdef_token2] = ACTIONS(3008), [aux_sym_preproc_else_token1] = ACTIONS(3008), [aux_sym_preproc_elif_token1] = ACTIONS(3008), [sym_preproc_directive] = ACTIONS(3008), [anon_sym_LPAREN2] = ACTIONS(3010), [anon_sym_BANG] = ACTIONS(3010), [anon_sym_TILDE] = ACTIONS(3010), [anon_sym_DASH] = ACTIONS(3008), [anon_sym_PLUS] = ACTIONS(3008), [anon_sym_STAR] = ACTIONS(3010), [anon_sym_AMP_AMP] = ACTIONS(3010), [anon_sym_AMP] = ACTIONS(3008), [anon_sym_SEMI] = ACTIONS(3010), [anon_sym_typedef] = ACTIONS(3008), [anon_sym_extern] = ACTIONS(3008), [anon_sym___attribute__] = ACTIONS(3008), [anon_sym_COLON_COLON] = ACTIONS(3010), [anon_sym_LBRACK_LBRACK] = ACTIONS(3010), [anon_sym___declspec] = ACTIONS(3008), [anon_sym___based] = ACTIONS(3008), [anon_sym___cdecl] = ACTIONS(3008), [anon_sym___clrcall] = ACTIONS(3008), [anon_sym___stdcall] = ACTIONS(3008), [anon_sym___fastcall] = ACTIONS(3008), [anon_sym___thiscall] = ACTIONS(3008), [anon_sym___vectorcall] = ACTIONS(3008), [anon_sym_LBRACE] = ACTIONS(3010), [anon_sym_signed] = ACTIONS(3008), [anon_sym_unsigned] = ACTIONS(3008), [anon_sym_long] = ACTIONS(3008), [anon_sym_short] = ACTIONS(3008), [anon_sym_LBRACK] = ACTIONS(3008), [anon_sym_static] = ACTIONS(3008), [anon_sym_register] = ACTIONS(3008), [anon_sym_inline] = ACTIONS(3008), [anon_sym_thread_local] = ACTIONS(3008), [anon_sym_const] = ACTIONS(3008), [anon_sym_constexpr] = ACTIONS(3008), [anon_sym_volatile] = ACTIONS(3008), [anon_sym_restrict] = ACTIONS(3008), [anon_sym___restrict__] = ACTIONS(3008), [anon_sym__Atomic] = ACTIONS(3008), [anon_sym__Noreturn] = ACTIONS(3008), [anon_sym_noreturn] = ACTIONS(3008), [anon_sym_mutable] = ACTIONS(3008), [anon_sym_constinit] = ACTIONS(3008), [anon_sym_consteval] = ACTIONS(3008), [sym_primitive_type] = ACTIONS(3008), [anon_sym_enum] = ACTIONS(3008), [anon_sym_class] = ACTIONS(3008), [anon_sym_struct] = ACTIONS(3008), [anon_sym_union] = ACTIONS(3008), [anon_sym_if] = ACTIONS(3008), [anon_sym_else] = ACTIONS(3008), [anon_sym_switch] = ACTIONS(3008), [anon_sym_case] = ACTIONS(3008), [anon_sym_default] = ACTIONS(3008), [anon_sym_while] = ACTIONS(3008), [anon_sym_do] = ACTIONS(3008), [anon_sym_for] = ACTIONS(3008), [anon_sym_return] = ACTIONS(3008), [anon_sym_break] = ACTIONS(3008), [anon_sym_continue] = ACTIONS(3008), [anon_sym_goto] = ACTIONS(3008), [anon_sym_not] = ACTIONS(3008), [anon_sym_compl] = ACTIONS(3008), [anon_sym_DASH_DASH] = ACTIONS(3010), [anon_sym_PLUS_PLUS] = ACTIONS(3010), [anon_sym_sizeof] = ACTIONS(3008), [anon_sym_offsetof] = ACTIONS(3008), [anon_sym__Generic] = ACTIONS(3008), [anon_sym_asm] = ACTIONS(3008), [anon_sym___asm__] = ACTIONS(3008), [sym_number_literal] = ACTIONS(3010), [anon_sym_L_SQUOTE] = ACTIONS(3010), [anon_sym_u_SQUOTE] = ACTIONS(3010), [anon_sym_U_SQUOTE] = ACTIONS(3010), [anon_sym_u8_SQUOTE] = ACTIONS(3010), [anon_sym_SQUOTE] = ACTIONS(3010), [anon_sym_L_DQUOTE] = ACTIONS(3010), [anon_sym_u_DQUOTE] = ACTIONS(3010), [anon_sym_U_DQUOTE] = ACTIONS(3010), [anon_sym_u8_DQUOTE] = ACTIONS(3010), [anon_sym_DQUOTE] = ACTIONS(3010), [sym_true] = ACTIONS(3008), [sym_false] = ACTIONS(3008), [anon_sym_NULL] = ACTIONS(3008), [anon_sym_nullptr] = ACTIONS(3008), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3008), [anon_sym_decltype] = ACTIONS(3008), [anon_sym_virtual] = ACTIONS(3008), [anon_sym_explicit] = ACTIONS(3008), [anon_sym_typename] = ACTIONS(3008), [anon_sym_template] = ACTIONS(3008), [anon_sym_operator] = ACTIONS(3008), [anon_sym_try] = ACTIONS(3008), [anon_sym_delete] = ACTIONS(3008), [anon_sym_throw] = ACTIONS(3008), [anon_sym_namespace] = ACTIONS(3008), [anon_sym_using] = ACTIONS(3008), [anon_sym_static_assert] = ACTIONS(3008), [anon_sym_concept] = ACTIONS(3008), [anon_sym_co_return] = ACTIONS(3008), [anon_sym_co_yield] = ACTIONS(3008), [anon_sym_R_DQUOTE] = ACTIONS(3010), [anon_sym_LR_DQUOTE] = ACTIONS(3010), [anon_sym_uR_DQUOTE] = ACTIONS(3010), [anon_sym_UR_DQUOTE] = ACTIONS(3010), [anon_sym_u8R_DQUOTE] = ACTIONS(3010), [anon_sym_co_await] = ACTIONS(3008), [anon_sym_new] = ACTIONS(3008), [anon_sym_requires] = ACTIONS(3008), [sym_this] = ACTIONS(3008), }, [693] = { [sym_identifier] = ACTIONS(3004), [aux_sym_preproc_include_token1] = ACTIONS(3004), [aux_sym_preproc_def_token1] = ACTIONS(3004), [aux_sym_preproc_if_token1] = ACTIONS(3004), [aux_sym_preproc_if_token2] = ACTIONS(3004), [aux_sym_preproc_ifdef_token1] = ACTIONS(3004), [aux_sym_preproc_ifdef_token2] = ACTIONS(3004), [aux_sym_preproc_else_token1] = ACTIONS(3004), [aux_sym_preproc_elif_token1] = ACTIONS(3004), [sym_preproc_directive] = ACTIONS(3004), [anon_sym_LPAREN2] = ACTIONS(3006), [anon_sym_BANG] = ACTIONS(3006), [anon_sym_TILDE] = ACTIONS(3006), [anon_sym_DASH] = ACTIONS(3004), [anon_sym_PLUS] = ACTIONS(3004), [anon_sym_STAR] = ACTIONS(3006), [anon_sym_AMP_AMP] = ACTIONS(3006), [anon_sym_AMP] = ACTIONS(3004), [anon_sym_SEMI] = ACTIONS(3006), [anon_sym_typedef] = ACTIONS(3004), [anon_sym_extern] = ACTIONS(3004), [anon_sym___attribute__] = ACTIONS(3004), [anon_sym_COLON_COLON] = ACTIONS(3006), [anon_sym_LBRACK_LBRACK] = ACTIONS(3006), [anon_sym___declspec] = ACTIONS(3004), [anon_sym___based] = ACTIONS(3004), [anon_sym___cdecl] = ACTIONS(3004), [anon_sym___clrcall] = ACTIONS(3004), [anon_sym___stdcall] = ACTIONS(3004), [anon_sym___fastcall] = ACTIONS(3004), [anon_sym___thiscall] = ACTIONS(3004), [anon_sym___vectorcall] = ACTIONS(3004), [anon_sym_LBRACE] = ACTIONS(3006), [anon_sym_signed] = ACTIONS(3004), [anon_sym_unsigned] = ACTIONS(3004), [anon_sym_long] = ACTIONS(3004), [anon_sym_short] = ACTIONS(3004), [anon_sym_LBRACK] = ACTIONS(3004), [anon_sym_static] = ACTIONS(3004), [anon_sym_register] = ACTIONS(3004), [anon_sym_inline] = ACTIONS(3004), [anon_sym_thread_local] = ACTIONS(3004), [anon_sym_const] = ACTIONS(3004), [anon_sym_constexpr] = ACTIONS(3004), [anon_sym_volatile] = ACTIONS(3004), [anon_sym_restrict] = ACTIONS(3004), [anon_sym___restrict__] = ACTIONS(3004), [anon_sym__Atomic] = ACTIONS(3004), [anon_sym__Noreturn] = ACTIONS(3004), [anon_sym_noreturn] = ACTIONS(3004), [anon_sym_mutable] = ACTIONS(3004), [anon_sym_constinit] = ACTIONS(3004), [anon_sym_consteval] = ACTIONS(3004), [sym_primitive_type] = ACTIONS(3004), [anon_sym_enum] = ACTIONS(3004), [anon_sym_class] = ACTIONS(3004), [anon_sym_struct] = ACTIONS(3004), [anon_sym_union] = ACTIONS(3004), [anon_sym_if] = ACTIONS(3004), [anon_sym_else] = ACTIONS(3004), [anon_sym_switch] = ACTIONS(3004), [anon_sym_case] = ACTIONS(3004), [anon_sym_default] = ACTIONS(3004), [anon_sym_while] = ACTIONS(3004), [anon_sym_do] = ACTIONS(3004), [anon_sym_for] = ACTIONS(3004), [anon_sym_return] = ACTIONS(3004), [anon_sym_break] = ACTIONS(3004), [anon_sym_continue] = ACTIONS(3004), [anon_sym_goto] = ACTIONS(3004), [anon_sym_not] = ACTIONS(3004), [anon_sym_compl] = ACTIONS(3004), [anon_sym_DASH_DASH] = ACTIONS(3006), [anon_sym_PLUS_PLUS] = ACTIONS(3006), [anon_sym_sizeof] = ACTIONS(3004), [anon_sym_offsetof] = ACTIONS(3004), [anon_sym__Generic] = ACTIONS(3004), [anon_sym_asm] = ACTIONS(3004), [anon_sym___asm__] = ACTIONS(3004), [sym_number_literal] = ACTIONS(3006), [anon_sym_L_SQUOTE] = ACTIONS(3006), [anon_sym_u_SQUOTE] = ACTIONS(3006), [anon_sym_U_SQUOTE] = ACTIONS(3006), [anon_sym_u8_SQUOTE] = ACTIONS(3006), [anon_sym_SQUOTE] = ACTIONS(3006), [anon_sym_L_DQUOTE] = ACTIONS(3006), [anon_sym_u_DQUOTE] = ACTIONS(3006), [anon_sym_U_DQUOTE] = ACTIONS(3006), [anon_sym_u8_DQUOTE] = ACTIONS(3006), [anon_sym_DQUOTE] = ACTIONS(3006), [sym_true] = ACTIONS(3004), [sym_false] = ACTIONS(3004), [anon_sym_NULL] = ACTIONS(3004), [anon_sym_nullptr] = ACTIONS(3004), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3004), [anon_sym_decltype] = ACTIONS(3004), [anon_sym_virtual] = ACTIONS(3004), [anon_sym_explicit] = ACTIONS(3004), [anon_sym_typename] = ACTIONS(3004), [anon_sym_template] = ACTIONS(3004), [anon_sym_operator] = ACTIONS(3004), [anon_sym_try] = ACTIONS(3004), [anon_sym_delete] = ACTIONS(3004), [anon_sym_throw] = ACTIONS(3004), [anon_sym_namespace] = ACTIONS(3004), [anon_sym_using] = ACTIONS(3004), [anon_sym_static_assert] = ACTIONS(3004), [anon_sym_concept] = ACTIONS(3004), [anon_sym_co_return] = ACTIONS(3004), [anon_sym_co_yield] = ACTIONS(3004), [anon_sym_R_DQUOTE] = ACTIONS(3006), [anon_sym_LR_DQUOTE] = ACTIONS(3006), [anon_sym_uR_DQUOTE] = ACTIONS(3006), [anon_sym_UR_DQUOTE] = ACTIONS(3006), [anon_sym_u8R_DQUOTE] = ACTIONS(3006), [anon_sym_co_await] = ACTIONS(3004), [anon_sym_new] = ACTIONS(3004), [anon_sym_requires] = ACTIONS(3004), [sym_this] = ACTIONS(3004), }, [694] = { [sym_identifier] = ACTIONS(2992), [aux_sym_preproc_include_token1] = ACTIONS(2992), [aux_sym_preproc_def_token1] = ACTIONS(2992), [aux_sym_preproc_if_token1] = ACTIONS(2992), [aux_sym_preproc_if_token2] = ACTIONS(2992), [aux_sym_preproc_ifdef_token1] = ACTIONS(2992), [aux_sym_preproc_ifdef_token2] = ACTIONS(2992), [aux_sym_preproc_else_token1] = ACTIONS(2992), [aux_sym_preproc_elif_token1] = ACTIONS(2992), [sym_preproc_directive] = ACTIONS(2992), [anon_sym_LPAREN2] = ACTIONS(2994), [anon_sym_BANG] = ACTIONS(2994), [anon_sym_TILDE] = ACTIONS(2994), [anon_sym_DASH] = ACTIONS(2992), [anon_sym_PLUS] = ACTIONS(2992), [anon_sym_STAR] = ACTIONS(2994), [anon_sym_AMP_AMP] = ACTIONS(2994), [anon_sym_AMP] = ACTIONS(2992), [anon_sym_SEMI] = ACTIONS(2994), [anon_sym_typedef] = ACTIONS(2992), [anon_sym_extern] = ACTIONS(2992), [anon_sym___attribute__] = ACTIONS(2992), [anon_sym_COLON_COLON] = ACTIONS(2994), [anon_sym_LBRACK_LBRACK] = ACTIONS(2994), [anon_sym___declspec] = ACTIONS(2992), [anon_sym___based] = ACTIONS(2992), [anon_sym___cdecl] = ACTIONS(2992), [anon_sym___clrcall] = ACTIONS(2992), [anon_sym___stdcall] = ACTIONS(2992), [anon_sym___fastcall] = ACTIONS(2992), [anon_sym___thiscall] = ACTIONS(2992), [anon_sym___vectorcall] = ACTIONS(2992), [anon_sym_LBRACE] = ACTIONS(2994), [anon_sym_signed] = ACTIONS(2992), [anon_sym_unsigned] = ACTIONS(2992), [anon_sym_long] = ACTIONS(2992), [anon_sym_short] = ACTIONS(2992), [anon_sym_LBRACK] = ACTIONS(2992), [anon_sym_static] = ACTIONS(2992), [anon_sym_register] = ACTIONS(2992), [anon_sym_inline] = ACTIONS(2992), [anon_sym_thread_local] = ACTIONS(2992), [anon_sym_const] = ACTIONS(2992), [anon_sym_constexpr] = ACTIONS(2992), [anon_sym_volatile] = ACTIONS(2992), [anon_sym_restrict] = ACTIONS(2992), [anon_sym___restrict__] = ACTIONS(2992), [anon_sym__Atomic] = ACTIONS(2992), [anon_sym__Noreturn] = ACTIONS(2992), [anon_sym_noreturn] = ACTIONS(2992), [anon_sym_mutable] = ACTIONS(2992), [anon_sym_constinit] = ACTIONS(2992), [anon_sym_consteval] = ACTIONS(2992), [sym_primitive_type] = ACTIONS(2992), [anon_sym_enum] = ACTIONS(2992), [anon_sym_class] = ACTIONS(2992), [anon_sym_struct] = ACTIONS(2992), [anon_sym_union] = ACTIONS(2992), [anon_sym_if] = ACTIONS(2992), [anon_sym_else] = ACTIONS(2992), [anon_sym_switch] = ACTIONS(2992), [anon_sym_case] = ACTIONS(2992), [anon_sym_default] = ACTIONS(2992), [anon_sym_while] = ACTIONS(2992), [anon_sym_do] = ACTIONS(2992), [anon_sym_for] = ACTIONS(2992), [anon_sym_return] = ACTIONS(2992), [anon_sym_break] = ACTIONS(2992), [anon_sym_continue] = ACTIONS(2992), [anon_sym_goto] = ACTIONS(2992), [anon_sym_not] = ACTIONS(2992), [anon_sym_compl] = ACTIONS(2992), [anon_sym_DASH_DASH] = ACTIONS(2994), [anon_sym_PLUS_PLUS] = ACTIONS(2994), [anon_sym_sizeof] = ACTIONS(2992), [anon_sym_offsetof] = ACTIONS(2992), [anon_sym__Generic] = ACTIONS(2992), [anon_sym_asm] = ACTIONS(2992), [anon_sym___asm__] = ACTIONS(2992), [sym_number_literal] = ACTIONS(2994), [anon_sym_L_SQUOTE] = ACTIONS(2994), [anon_sym_u_SQUOTE] = ACTIONS(2994), [anon_sym_U_SQUOTE] = ACTIONS(2994), [anon_sym_u8_SQUOTE] = ACTIONS(2994), [anon_sym_SQUOTE] = ACTIONS(2994), [anon_sym_L_DQUOTE] = ACTIONS(2994), [anon_sym_u_DQUOTE] = ACTIONS(2994), [anon_sym_U_DQUOTE] = ACTIONS(2994), [anon_sym_u8_DQUOTE] = ACTIONS(2994), [anon_sym_DQUOTE] = ACTIONS(2994), [sym_true] = ACTIONS(2992), [sym_false] = ACTIONS(2992), [anon_sym_NULL] = ACTIONS(2992), [anon_sym_nullptr] = ACTIONS(2992), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2992), [anon_sym_decltype] = ACTIONS(2992), [anon_sym_virtual] = ACTIONS(2992), [anon_sym_explicit] = ACTIONS(2992), [anon_sym_typename] = ACTIONS(2992), [anon_sym_template] = ACTIONS(2992), [anon_sym_operator] = ACTIONS(2992), [anon_sym_try] = ACTIONS(2992), [anon_sym_delete] = ACTIONS(2992), [anon_sym_throw] = ACTIONS(2992), [anon_sym_namespace] = ACTIONS(2992), [anon_sym_using] = ACTIONS(2992), [anon_sym_static_assert] = ACTIONS(2992), [anon_sym_concept] = ACTIONS(2992), [anon_sym_co_return] = ACTIONS(2992), [anon_sym_co_yield] = ACTIONS(2992), [anon_sym_R_DQUOTE] = ACTIONS(2994), [anon_sym_LR_DQUOTE] = ACTIONS(2994), [anon_sym_uR_DQUOTE] = ACTIONS(2994), [anon_sym_UR_DQUOTE] = ACTIONS(2994), [anon_sym_u8R_DQUOTE] = ACTIONS(2994), [anon_sym_co_await] = ACTIONS(2992), [anon_sym_new] = ACTIONS(2992), [anon_sym_requires] = ACTIONS(2992), [sym_this] = ACTIONS(2992), }, [695] = { [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_if_token2] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [aux_sym_preproc_else_token1] = ACTIONS(2922), [aux_sym_preproc_elif_token1] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [696] = { [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_if_token2] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [aux_sym_preproc_else_token1] = ACTIONS(2914), [aux_sym_preproc_elif_token1] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [697] = { [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_if_token2] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [aux_sym_preproc_else_token1] = ACTIONS(2922), [aux_sym_preproc_elif_token1] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [698] = { [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_if_token2] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [aux_sym_preproc_else_token1] = ACTIONS(2922), [aux_sym_preproc_elif_token1] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [699] = { [sym_identifier] = ACTIONS(3060), [aux_sym_preproc_include_token1] = ACTIONS(3060), [aux_sym_preproc_def_token1] = ACTIONS(3060), [aux_sym_preproc_if_token1] = ACTIONS(3060), [aux_sym_preproc_if_token2] = ACTIONS(3060), [aux_sym_preproc_ifdef_token1] = ACTIONS(3060), [aux_sym_preproc_ifdef_token2] = ACTIONS(3060), [aux_sym_preproc_else_token1] = ACTIONS(3060), [aux_sym_preproc_elif_token1] = ACTIONS(3060), [sym_preproc_directive] = ACTIONS(3060), [anon_sym_LPAREN2] = ACTIONS(3062), [anon_sym_BANG] = ACTIONS(3062), [anon_sym_TILDE] = ACTIONS(3062), [anon_sym_DASH] = ACTIONS(3060), [anon_sym_PLUS] = ACTIONS(3060), [anon_sym_STAR] = ACTIONS(3062), [anon_sym_AMP_AMP] = ACTIONS(3062), [anon_sym_AMP] = ACTIONS(3060), [anon_sym_SEMI] = ACTIONS(3062), [anon_sym_typedef] = ACTIONS(3060), [anon_sym_extern] = ACTIONS(3060), [anon_sym___attribute__] = ACTIONS(3060), [anon_sym_COLON_COLON] = ACTIONS(3062), [anon_sym_LBRACK_LBRACK] = ACTIONS(3062), [anon_sym___declspec] = ACTIONS(3060), [anon_sym___based] = ACTIONS(3060), [anon_sym___cdecl] = ACTIONS(3060), [anon_sym___clrcall] = ACTIONS(3060), [anon_sym___stdcall] = ACTIONS(3060), [anon_sym___fastcall] = ACTIONS(3060), [anon_sym___thiscall] = ACTIONS(3060), [anon_sym___vectorcall] = ACTIONS(3060), [anon_sym_LBRACE] = ACTIONS(3062), [anon_sym_signed] = ACTIONS(3060), [anon_sym_unsigned] = ACTIONS(3060), [anon_sym_long] = ACTIONS(3060), [anon_sym_short] = ACTIONS(3060), [anon_sym_LBRACK] = ACTIONS(3060), [anon_sym_static] = ACTIONS(3060), [anon_sym_register] = ACTIONS(3060), [anon_sym_inline] = ACTIONS(3060), [anon_sym_thread_local] = ACTIONS(3060), [anon_sym_const] = ACTIONS(3060), [anon_sym_constexpr] = ACTIONS(3060), [anon_sym_volatile] = ACTIONS(3060), [anon_sym_restrict] = ACTIONS(3060), [anon_sym___restrict__] = ACTIONS(3060), [anon_sym__Atomic] = ACTIONS(3060), [anon_sym__Noreturn] = ACTIONS(3060), [anon_sym_noreturn] = ACTIONS(3060), [anon_sym_mutable] = ACTIONS(3060), [anon_sym_constinit] = ACTIONS(3060), [anon_sym_consteval] = ACTIONS(3060), [sym_primitive_type] = ACTIONS(3060), [anon_sym_enum] = ACTIONS(3060), [anon_sym_class] = ACTIONS(3060), [anon_sym_struct] = ACTIONS(3060), [anon_sym_union] = ACTIONS(3060), [anon_sym_if] = ACTIONS(3060), [anon_sym_else] = ACTIONS(3060), [anon_sym_switch] = ACTIONS(3060), [anon_sym_case] = ACTIONS(3060), [anon_sym_default] = ACTIONS(3060), [anon_sym_while] = ACTIONS(3060), [anon_sym_do] = ACTIONS(3060), [anon_sym_for] = ACTIONS(3060), [anon_sym_return] = ACTIONS(3060), [anon_sym_break] = ACTIONS(3060), [anon_sym_continue] = ACTIONS(3060), [anon_sym_goto] = ACTIONS(3060), [anon_sym_not] = ACTIONS(3060), [anon_sym_compl] = ACTIONS(3060), [anon_sym_DASH_DASH] = ACTIONS(3062), [anon_sym_PLUS_PLUS] = ACTIONS(3062), [anon_sym_sizeof] = ACTIONS(3060), [anon_sym_offsetof] = ACTIONS(3060), [anon_sym__Generic] = ACTIONS(3060), [anon_sym_asm] = ACTIONS(3060), [anon_sym___asm__] = ACTIONS(3060), [sym_number_literal] = ACTIONS(3062), [anon_sym_L_SQUOTE] = ACTIONS(3062), [anon_sym_u_SQUOTE] = ACTIONS(3062), [anon_sym_U_SQUOTE] = ACTIONS(3062), [anon_sym_u8_SQUOTE] = ACTIONS(3062), [anon_sym_SQUOTE] = ACTIONS(3062), [anon_sym_L_DQUOTE] = ACTIONS(3062), [anon_sym_u_DQUOTE] = ACTIONS(3062), [anon_sym_U_DQUOTE] = ACTIONS(3062), [anon_sym_u8_DQUOTE] = ACTIONS(3062), [anon_sym_DQUOTE] = ACTIONS(3062), [sym_true] = ACTIONS(3060), [sym_false] = ACTIONS(3060), [anon_sym_NULL] = ACTIONS(3060), [anon_sym_nullptr] = ACTIONS(3060), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3060), [anon_sym_decltype] = ACTIONS(3060), [anon_sym_virtual] = ACTIONS(3060), [anon_sym_explicit] = ACTIONS(3060), [anon_sym_typename] = ACTIONS(3060), [anon_sym_template] = ACTIONS(3060), [anon_sym_operator] = ACTIONS(3060), [anon_sym_try] = ACTIONS(3060), [anon_sym_delete] = ACTIONS(3060), [anon_sym_throw] = ACTIONS(3060), [anon_sym_namespace] = ACTIONS(3060), [anon_sym_using] = ACTIONS(3060), [anon_sym_static_assert] = ACTIONS(3060), [anon_sym_concept] = ACTIONS(3060), [anon_sym_co_return] = ACTIONS(3060), [anon_sym_co_yield] = ACTIONS(3060), [anon_sym_R_DQUOTE] = ACTIONS(3062), [anon_sym_LR_DQUOTE] = ACTIONS(3062), [anon_sym_uR_DQUOTE] = ACTIONS(3062), [anon_sym_UR_DQUOTE] = ACTIONS(3062), [anon_sym_u8R_DQUOTE] = ACTIONS(3062), [anon_sym_co_await] = ACTIONS(3060), [anon_sym_new] = ACTIONS(3060), [anon_sym_requires] = ACTIONS(3060), [sym_this] = ACTIONS(3060), }, [700] = { [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_if_token2] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [aux_sym_preproc_else_token1] = ACTIONS(2922), [aux_sym_preproc_elif_token1] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [701] = { [sym_identifier] = ACTIONS(3095), [aux_sym_preproc_include_token1] = ACTIONS(3095), [aux_sym_preproc_def_token1] = ACTIONS(3095), [aux_sym_preproc_if_token1] = ACTIONS(3095), [aux_sym_preproc_if_token2] = ACTIONS(3095), [aux_sym_preproc_ifdef_token1] = ACTIONS(3095), [aux_sym_preproc_ifdef_token2] = ACTIONS(3095), [aux_sym_preproc_else_token1] = ACTIONS(3095), [aux_sym_preproc_elif_token1] = ACTIONS(3095), [sym_preproc_directive] = ACTIONS(3095), [anon_sym_LPAREN2] = ACTIONS(3097), [anon_sym_BANG] = ACTIONS(3097), [anon_sym_TILDE] = ACTIONS(3097), [anon_sym_DASH] = ACTIONS(3095), [anon_sym_PLUS] = ACTIONS(3095), [anon_sym_STAR] = ACTIONS(3097), [anon_sym_AMP_AMP] = ACTIONS(3097), [anon_sym_AMP] = ACTIONS(3095), [anon_sym_SEMI] = ACTIONS(3097), [anon_sym_typedef] = ACTIONS(3095), [anon_sym_extern] = ACTIONS(3095), [anon_sym___attribute__] = ACTIONS(3095), [anon_sym_COLON_COLON] = ACTIONS(3097), [anon_sym_LBRACK_LBRACK] = ACTIONS(3097), [anon_sym___declspec] = ACTIONS(3095), [anon_sym___based] = ACTIONS(3095), [anon_sym___cdecl] = ACTIONS(3095), [anon_sym___clrcall] = ACTIONS(3095), [anon_sym___stdcall] = ACTIONS(3095), [anon_sym___fastcall] = ACTIONS(3095), [anon_sym___thiscall] = ACTIONS(3095), [anon_sym___vectorcall] = ACTIONS(3095), [anon_sym_LBRACE] = ACTIONS(3097), [anon_sym_signed] = ACTIONS(3095), [anon_sym_unsigned] = ACTIONS(3095), [anon_sym_long] = ACTIONS(3095), [anon_sym_short] = ACTIONS(3095), [anon_sym_LBRACK] = ACTIONS(3095), [anon_sym_static] = ACTIONS(3095), [anon_sym_register] = ACTIONS(3095), [anon_sym_inline] = ACTIONS(3095), [anon_sym_thread_local] = ACTIONS(3095), [anon_sym_const] = ACTIONS(3095), [anon_sym_constexpr] = ACTIONS(3095), [anon_sym_volatile] = ACTIONS(3095), [anon_sym_restrict] = ACTIONS(3095), [anon_sym___restrict__] = ACTIONS(3095), [anon_sym__Atomic] = ACTIONS(3095), [anon_sym__Noreturn] = ACTIONS(3095), [anon_sym_noreturn] = ACTIONS(3095), [anon_sym_mutable] = ACTIONS(3095), [anon_sym_constinit] = ACTIONS(3095), [anon_sym_consteval] = ACTIONS(3095), [sym_primitive_type] = ACTIONS(3095), [anon_sym_enum] = ACTIONS(3095), [anon_sym_class] = ACTIONS(3095), [anon_sym_struct] = ACTIONS(3095), [anon_sym_union] = ACTIONS(3095), [anon_sym_if] = ACTIONS(3095), [anon_sym_else] = ACTIONS(3095), [anon_sym_switch] = ACTIONS(3095), [anon_sym_case] = ACTIONS(3095), [anon_sym_default] = ACTIONS(3095), [anon_sym_while] = ACTIONS(3095), [anon_sym_do] = ACTIONS(3095), [anon_sym_for] = ACTIONS(3095), [anon_sym_return] = ACTIONS(3095), [anon_sym_break] = ACTIONS(3095), [anon_sym_continue] = ACTIONS(3095), [anon_sym_goto] = ACTIONS(3095), [anon_sym_not] = ACTIONS(3095), [anon_sym_compl] = ACTIONS(3095), [anon_sym_DASH_DASH] = ACTIONS(3097), [anon_sym_PLUS_PLUS] = ACTIONS(3097), [anon_sym_sizeof] = ACTIONS(3095), [anon_sym_offsetof] = ACTIONS(3095), [anon_sym__Generic] = ACTIONS(3095), [anon_sym_asm] = ACTIONS(3095), [anon_sym___asm__] = ACTIONS(3095), [sym_number_literal] = ACTIONS(3097), [anon_sym_L_SQUOTE] = ACTIONS(3097), [anon_sym_u_SQUOTE] = ACTIONS(3097), [anon_sym_U_SQUOTE] = ACTIONS(3097), [anon_sym_u8_SQUOTE] = ACTIONS(3097), [anon_sym_SQUOTE] = ACTIONS(3097), [anon_sym_L_DQUOTE] = ACTIONS(3097), [anon_sym_u_DQUOTE] = ACTIONS(3097), [anon_sym_U_DQUOTE] = ACTIONS(3097), [anon_sym_u8_DQUOTE] = ACTIONS(3097), [anon_sym_DQUOTE] = ACTIONS(3097), [sym_true] = ACTIONS(3095), [sym_false] = ACTIONS(3095), [anon_sym_NULL] = ACTIONS(3095), [anon_sym_nullptr] = ACTIONS(3095), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3095), [anon_sym_decltype] = ACTIONS(3095), [anon_sym_virtual] = ACTIONS(3095), [anon_sym_explicit] = ACTIONS(3095), [anon_sym_typename] = ACTIONS(3095), [anon_sym_template] = ACTIONS(3095), [anon_sym_operator] = ACTIONS(3095), [anon_sym_try] = ACTIONS(3095), [anon_sym_delete] = ACTIONS(3095), [anon_sym_throw] = ACTIONS(3095), [anon_sym_namespace] = ACTIONS(3095), [anon_sym_using] = ACTIONS(3095), [anon_sym_static_assert] = ACTIONS(3095), [anon_sym_concept] = ACTIONS(3095), [anon_sym_co_return] = ACTIONS(3095), [anon_sym_co_yield] = ACTIONS(3095), [anon_sym_R_DQUOTE] = ACTIONS(3097), [anon_sym_LR_DQUOTE] = ACTIONS(3097), [anon_sym_uR_DQUOTE] = ACTIONS(3097), [anon_sym_UR_DQUOTE] = ACTIONS(3097), [anon_sym_u8R_DQUOTE] = ACTIONS(3097), [anon_sym_co_await] = ACTIONS(3095), [anon_sym_new] = ACTIONS(3095), [anon_sym_requires] = ACTIONS(3095), [sym_this] = ACTIONS(3095), }, [702] = { [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_if_token2] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [aux_sym_preproc_else_token1] = ACTIONS(2922), [aux_sym_preproc_elif_token1] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [703] = { [sym_preproc_def] = STATE(613), [sym_preproc_function_def] = STATE(613), [sym_preproc_call] = STATE(613), [sym_preproc_if_in_field_declaration_list] = STATE(613), [sym_preproc_ifdef_in_field_declaration_list] = STATE(613), [sym_type_definition] = STATE(613), [sym__declaration_modifiers] = STATE(3697), [sym__declaration_specifiers] = STATE(4843), [sym_attribute_specifier] = STATE(3697), [sym_attribute_declaration] = STATE(3697), [sym_ms_declspec_modifier] = STATE(3697), [sym_ms_based_modifier] = STATE(7599), [sym__declarator] = STATE(5891), [sym_parenthesized_declarator] = STATE(5671), [sym_attributed_declarator] = STATE(5671), [sym_pointer_declarator] = STATE(5671), [sym_function_declarator] = STATE(5524), [sym_array_declarator] = STATE(5671), [sym_storage_class_specifier] = STATE(3697), [sym_type_qualifier] = STATE(3697), [sym__type_specifier] = STATE(3841), [sym_sized_type_specifier] = STATE(3945), [sym_enum_specifier] = STATE(3945), [sym_struct_specifier] = STATE(3945), [sym_union_specifier] = STATE(3945), [sym__field_declaration_list_item] = STATE(613), [sym_field_declaration] = STATE(613), [sym_placeholder_type_specifier] = STATE(3945), [sym_decltype_auto] = STATE(3928), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3945), [sym_virtual] = STATE(3697), [sym_explicit_function_specifier] = STATE(2310), [sym_dependent_type] = STATE(3945), [sym_template_declaration] = STATE(613), [sym_operator_cast] = STATE(5904), [sym_inline_method_definition] = STATE(613), [sym__constructor_specifiers] = STATE(2310), [sym_operator_cast_definition] = STATE(613), [sym_operator_cast_declaration] = STATE(613), [sym_constructor_or_destructor_definition] = STATE(613), [sym_constructor_or_destructor_declaration] = STATE(613), [sym_friend_declaration] = STATE(613), [sym_access_specifier] = STATE(7339), [sym_reference_declarator] = STATE(5671), [sym_structured_binding_declarator] = STATE(5671), [sym_template_type] = STATE(3646), [sym_template_function] = STATE(5671), [sym_using_declaration] = STATE(613), [sym_alias_declaration] = STATE(613), [sym_static_assert_declaration] = STATE(613), [sym_destructor_name] = STATE(5671), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5155), [sym_qualified_identifier] = STATE(5671), [sym_qualified_type_identifier] = STATE(4540), [sym_qualified_operator_cast_identifier] = STATE(5904), [sym_operator_name] = STATE(5671), [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(613), [aux_sym__declaration_specifiers_repeat1] = STATE(2567), [aux_sym_sized_type_specifier_repeat1] = STATE(3978), [aux_sym_operator_cast_definition_repeat1] = STATE(2310), [sym_identifier] = ACTIONS(2544), [aux_sym_preproc_def_token1] = ACTIONS(3463), [aux_sym_preproc_if_token1] = ACTIONS(3465), [aux_sym_preproc_ifdef_token1] = ACTIONS(3467), [aux_sym_preproc_ifdef_token2] = ACTIONS(3467), [sym_preproc_directive] = ACTIONS(3469), [anon_sym_LPAREN2] = ACTIONS(2560), [anon_sym_TILDE] = ACTIONS(2562), [anon_sym_STAR] = ACTIONS(2564), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(2566), [anon_sym_typedef] = ACTIONS(3471), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(2570), [anon_sym_LBRACK_LBRACK] = ACTIONS(1813), [anon_sym___declspec] = ACTIONS(43), [anon_sym___based] = ACTIONS(45), [anon_sym_RBRACE] = ACTIONS(3566), [anon_sym_signed] = ACTIONS(2572), [anon_sym_unsigned] = ACTIONS(2572), [anon_sym_long] = ACTIONS(2572), [anon_sym_short] = ACTIONS(2572), [anon_sym_LBRACK] = ACTIONS(2574), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(2576), [anon_sym_enum] = ACTIONS(2578), [anon_sym_class] = ACTIONS(2580), [anon_sym_struct] = ACTIONS(2582), [anon_sym_union] = ACTIONS(2584), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2586), [anon_sym_decltype] = ACTIONS(2588), [anon_sym_virtual] = ACTIONS(117), [anon_sym_explicit] = ACTIONS(119), [anon_sym_typename] = ACTIONS(2590), [anon_sym_template] = ACTIONS(3475), [anon_sym_operator] = ACTIONS(125), [anon_sym_friend] = ACTIONS(3477), [anon_sym_public] = ACTIONS(2596), [anon_sym_private] = ACTIONS(2596), [anon_sym_protected] = ACTIONS(2596), [anon_sym_using] = ACTIONS(3479), [anon_sym_static_assert] = ACTIONS(3481), }, [704] = { [sym_identifier] = ACTIONS(3099), [aux_sym_preproc_include_token1] = ACTIONS(3099), [aux_sym_preproc_def_token1] = ACTIONS(3099), [aux_sym_preproc_if_token1] = ACTIONS(3099), [aux_sym_preproc_if_token2] = ACTIONS(3099), [aux_sym_preproc_ifdef_token1] = ACTIONS(3099), [aux_sym_preproc_ifdef_token2] = ACTIONS(3099), [aux_sym_preproc_else_token1] = ACTIONS(3099), [aux_sym_preproc_elif_token1] = ACTIONS(3099), [sym_preproc_directive] = ACTIONS(3099), [anon_sym_LPAREN2] = ACTIONS(3101), [anon_sym_BANG] = ACTIONS(3101), [anon_sym_TILDE] = ACTIONS(3101), [anon_sym_DASH] = ACTIONS(3099), [anon_sym_PLUS] = ACTIONS(3099), [anon_sym_STAR] = ACTIONS(3101), [anon_sym_AMP_AMP] = ACTIONS(3101), [anon_sym_AMP] = ACTIONS(3099), [anon_sym_SEMI] = ACTIONS(3101), [anon_sym_typedef] = ACTIONS(3099), [anon_sym_extern] = ACTIONS(3099), [anon_sym___attribute__] = ACTIONS(3099), [anon_sym_COLON_COLON] = ACTIONS(3101), [anon_sym_LBRACK_LBRACK] = ACTIONS(3101), [anon_sym___declspec] = ACTIONS(3099), [anon_sym___based] = ACTIONS(3099), [anon_sym___cdecl] = ACTIONS(3099), [anon_sym___clrcall] = ACTIONS(3099), [anon_sym___stdcall] = ACTIONS(3099), [anon_sym___fastcall] = ACTIONS(3099), [anon_sym___thiscall] = ACTIONS(3099), [anon_sym___vectorcall] = ACTIONS(3099), [anon_sym_LBRACE] = ACTIONS(3101), [anon_sym_signed] = ACTIONS(3099), [anon_sym_unsigned] = ACTIONS(3099), [anon_sym_long] = ACTIONS(3099), [anon_sym_short] = ACTIONS(3099), [anon_sym_LBRACK] = ACTIONS(3099), [anon_sym_static] = ACTIONS(3099), [anon_sym_register] = ACTIONS(3099), [anon_sym_inline] = ACTIONS(3099), [anon_sym_thread_local] = ACTIONS(3099), [anon_sym_const] = ACTIONS(3099), [anon_sym_constexpr] = ACTIONS(3099), [anon_sym_volatile] = ACTIONS(3099), [anon_sym_restrict] = ACTIONS(3099), [anon_sym___restrict__] = ACTIONS(3099), [anon_sym__Atomic] = ACTIONS(3099), [anon_sym__Noreturn] = ACTIONS(3099), [anon_sym_noreturn] = ACTIONS(3099), [anon_sym_mutable] = ACTIONS(3099), [anon_sym_constinit] = ACTIONS(3099), [anon_sym_consteval] = ACTIONS(3099), [sym_primitive_type] = ACTIONS(3099), [anon_sym_enum] = ACTIONS(3099), [anon_sym_class] = ACTIONS(3099), [anon_sym_struct] = ACTIONS(3099), [anon_sym_union] = ACTIONS(3099), [anon_sym_if] = ACTIONS(3099), [anon_sym_else] = ACTIONS(3099), [anon_sym_switch] = ACTIONS(3099), [anon_sym_case] = ACTIONS(3099), [anon_sym_default] = ACTIONS(3099), [anon_sym_while] = ACTIONS(3099), [anon_sym_do] = ACTIONS(3099), [anon_sym_for] = ACTIONS(3099), [anon_sym_return] = ACTIONS(3099), [anon_sym_break] = ACTIONS(3099), [anon_sym_continue] = ACTIONS(3099), [anon_sym_goto] = ACTIONS(3099), [anon_sym_not] = ACTIONS(3099), [anon_sym_compl] = ACTIONS(3099), [anon_sym_DASH_DASH] = ACTIONS(3101), [anon_sym_PLUS_PLUS] = ACTIONS(3101), [anon_sym_sizeof] = ACTIONS(3099), [anon_sym_offsetof] = ACTIONS(3099), [anon_sym__Generic] = ACTIONS(3099), [anon_sym_asm] = ACTIONS(3099), [anon_sym___asm__] = ACTIONS(3099), [sym_number_literal] = ACTIONS(3101), [anon_sym_L_SQUOTE] = ACTIONS(3101), [anon_sym_u_SQUOTE] = ACTIONS(3101), [anon_sym_U_SQUOTE] = ACTIONS(3101), [anon_sym_u8_SQUOTE] = ACTIONS(3101), [anon_sym_SQUOTE] = ACTIONS(3101), [anon_sym_L_DQUOTE] = ACTIONS(3101), [anon_sym_u_DQUOTE] = ACTIONS(3101), [anon_sym_U_DQUOTE] = ACTIONS(3101), [anon_sym_u8_DQUOTE] = ACTIONS(3101), [anon_sym_DQUOTE] = ACTIONS(3101), [sym_true] = ACTIONS(3099), [sym_false] = ACTIONS(3099), [anon_sym_NULL] = ACTIONS(3099), [anon_sym_nullptr] = ACTIONS(3099), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3099), [anon_sym_decltype] = ACTIONS(3099), [anon_sym_virtual] = ACTIONS(3099), [anon_sym_explicit] = ACTIONS(3099), [anon_sym_typename] = ACTIONS(3099), [anon_sym_template] = ACTIONS(3099), [anon_sym_operator] = ACTIONS(3099), [anon_sym_try] = ACTIONS(3099), [anon_sym_delete] = ACTIONS(3099), [anon_sym_throw] = ACTIONS(3099), [anon_sym_namespace] = ACTIONS(3099), [anon_sym_using] = ACTIONS(3099), [anon_sym_static_assert] = ACTIONS(3099), [anon_sym_concept] = ACTIONS(3099), [anon_sym_co_return] = ACTIONS(3099), [anon_sym_co_yield] = ACTIONS(3099), [anon_sym_R_DQUOTE] = ACTIONS(3101), [anon_sym_LR_DQUOTE] = ACTIONS(3101), [anon_sym_uR_DQUOTE] = ACTIONS(3101), [anon_sym_UR_DQUOTE] = ACTIONS(3101), [anon_sym_u8R_DQUOTE] = ACTIONS(3101), [anon_sym_co_await] = ACTIONS(3099), [anon_sym_new] = ACTIONS(3099), [anon_sym_requires] = ACTIONS(3099), [sym_this] = ACTIONS(3099), }, [705] = { [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_if_token2] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [aux_sym_preproc_else_token1] = ACTIONS(2922), [aux_sym_preproc_elif_token1] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [706] = { [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_if_token2] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [aux_sym_preproc_else_token1] = ACTIONS(2922), [aux_sym_preproc_elif_token1] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [707] = { [sym_identifier] = ACTIONS(2930), [aux_sym_preproc_include_token1] = ACTIONS(2930), [aux_sym_preproc_def_token1] = ACTIONS(2930), [aux_sym_preproc_if_token1] = ACTIONS(2930), [aux_sym_preproc_if_token2] = ACTIONS(2930), [aux_sym_preproc_ifdef_token1] = ACTIONS(2930), [aux_sym_preproc_ifdef_token2] = ACTIONS(2930), [aux_sym_preproc_else_token1] = ACTIONS(2930), [aux_sym_preproc_elif_token1] = ACTIONS(2930), [sym_preproc_directive] = ACTIONS(2930), [anon_sym_LPAREN2] = ACTIONS(2932), [anon_sym_BANG] = ACTIONS(2932), [anon_sym_TILDE] = ACTIONS(2932), [anon_sym_DASH] = ACTIONS(2930), [anon_sym_PLUS] = ACTIONS(2930), [anon_sym_STAR] = ACTIONS(2932), [anon_sym_AMP_AMP] = ACTIONS(2932), [anon_sym_AMP] = ACTIONS(2930), [anon_sym_SEMI] = ACTIONS(2932), [anon_sym_typedef] = ACTIONS(2930), [anon_sym_extern] = ACTIONS(2930), [anon_sym___attribute__] = ACTIONS(2930), [anon_sym_COLON_COLON] = ACTIONS(2932), [anon_sym_LBRACK_LBRACK] = ACTIONS(2932), [anon_sym___declspec] = ACTIONS(2930), [anon_sym___based] = ACTIONS(2930), [anon_sym___cdecl] = ACTIONS(2930), [anon_sym___clrcall] = ACTIONS(2930), [anon_sym___stdcall] = ACTIONS(2930), [anon_sym___fastcall] = ACTIONS(2930), [anon_sym___thiscall] = ACTIONS(2930), [anon_sym___vectorcall] = ACTIONS(2930), [anon_sym_LBRACE] = ACTIONS(2932), [anon_sym_signed] = ACTIONS(2930), [anon_sym_unsigned] = ACTIONS(2930), [anon_sym_long] = ACTIONS(2930), [anon_sym_short] = ACTIONS(2930), [anon_sym_LBRACK] = ACTIONS(2930), [anon_sym_static] = ACTIONS(2930), [anon_sym_register] = ACTIONS(2930), [anon_sym_inline] = ACTIONS(2930), [anon_sym_thread_local] = ACTIONS(2930), [anon_sym_const] = ACTIONS(2930), [anon_sym_constexpr] = ACTIONS(2930), [anon_sym_volatile] = ACTIONS(2930), [anon_sym_restrict] = ACTIONS(2930), [anon_sym___restrict__] = ACTIONS(2930), [anon_sym__Atomic] = ACTIONS(2930), [anon_sym__Noreturn] = ACTIONS(2930), [anon_sym_noreturn] = ACTIONS(2930), [anon_sym_mutable] = ACTIONS(2930), [anon_sym_constinit] = ACTIONS(2930), [anon_sym_consteval] = ACTIONS(2930), [sym_primitive_type] = ACTIONS(2930), [anon_sym_enum] = ACTIONS(2930), [anon_sym_class] = ACTIONS(2930), [anon_sym_struct] = ACTIONS(2930), [anon_sym_union] = ACTIONS(2930), [anon_sym_if] = ACTIONS(2930), [anon_sym_else] = ACTIONS(2930), [anon_sym_switch] = ACTIONS(2930), [anon_sym_case] = ACTIONS(2930), [anon_sym_default] = ACTIONS(2930), [anon_sym_while] = ACTIONS(2930), [anon_sym_do] = ACTIONS(2930), [anon_sym_for] = ACTIONS(2930), [anon_sym_return] = ACTIONS(2930), [anon_sym_break] = ACTIONS(2930), [anon_sym_continue] = ACTIONS(2930), [anon_sym_goto] = ACTIONS(2930), [anon_sym_not] = ACTIONS(2930), [anon_sym_compl] = ACTIONS(2930), [anon_sym_DASH_DASH] = ACTIONS(2932), [anon_sym_PLUS_PLUS] = ACTIONS(2932), [anon_sym_sizeof] = ACTIONS(2930), [anon_sym_offsetof] = ACTIONS(2930), [anon_sym__Generic] = ACTIONS(2930), [anon_sym_asm] = ACTIONS(2930), [anon_sym___asm__] = ACTIONS(2930), [sym_number_literal] = ACTIONS(2932), [anon_sym_L_SQUOTE] = ACTIONS(2932), [anon_sym_u_SQUOTE] = ACTIONS(2932), [anon_sym_U_SQUOTE] = ACTIONS(2932), [anon_sym_u8_SQUOTE] = ACTIONS(2932), [anon_sym_SQUOTE] = ACTIONS(2932), [anon_sym_L_DQUOTE] = ACTIONS(2932), [anon_sym_u_DQUOTE] = ACTIONS(2932), [anon_sym_U_DQUOTE] = ACTIONS(2932), [anon_sym_u8_DQUOTE] = ACTIONS(2932), [anon_sym_DQUOTE] = ACTIONS(2932), [sym_true] = ACTIONS(2930), [sym_false] = ACTIONS(2930), [anon_sym_NULL] = ACTIONS(2930), [anon_sym_nullptr] = ACTIONS(2930), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2930), [anon_sym_decltype] = ACTIONS(2930), [anon_sym_virtual] = ACTIONS(2930), [anon_sym_explicit] = ACTIONS(2930), [anon_sym_typename] = ACTIONS(2930), [anon_sym_template] = ACTIONS(2930), [anon_sym_operator] = ACTIONS(2930), [anon_sym_try] = ACTIONS(2930), [anon_sym_delete] = ACTIONS(2930), [anon_sym_throw] = ACTIONS(2930), [anon_sym_namespace] = ACTIONS(2930), [anon_sym_using] = ACTIONS(2930), [anon_sym_static_assert] = ACTIONS(2930), [anon_sym_concept] = ACTIONS(2930), [anon_sym_co_return] = ACTIONS(2930), [anon_sym_co_yield] = ACTIONS(2930), [anon_sym_R_DQUOTE] = ACTIONS(2932), [anon_sym_LR_DQUOTE] = ACTIONS(2932), [anon_sym_uR_DQUOTE] = ACTIONS(2932), [anon_sym_UR_DQUOTE] = ACTIONS(2932), [anon_sym_u8R_DQUOTE] = ACTIONS(2932), [anon_sym_co_await] = ACTIONS(2930), [anon_sym_new] = ACTIONS(2930), [anon_sym_requires] = ACTIONS(2930), [sym_this] = ACTIONS(2930), }, [708] = { [sym_identifier] = ACTIONS(2934), [aux_sym_preproc_include_token1] = ACTIONS(2934), [aux_sym_preproc_def_token1] = ACTIONS(2934), [aux_sym_preproc_if_token1] = ACTIONS(2934), [aux_sym_preproc_if_token2] = ACTIONS(2934), [aux_sym_preproc_ifdef_token1] = ACTIONS(2934), [aux_sym_preproc_ifdef_token2] = ACTIONS(2934), [aux_sym_preproc_else_token1] = ACTIONS(2934), [aux_sym_preproc_elif_token1] = ACTIONS(2934), [sym_preproc_directive] = ACTIONS(2934), [anon_sym_LPAREN2] = ACTIONS(2936), [anon_sym_BANG] = ACTIONS(2936), [anon_sym_TILDE] = ACTIONS(2936), [anon_sym_DASH] = ACTIONS(2934), [anon_sym_PLUS] = ACTIONS(2934), [anon_sym_STAR] = ACTIONS(2936), [anon_sym_AMP_AMP] = ACTIONS(2936), [anon_sym_AMP] = ACTIONS(2934), [anon_sym_SEMI] = ACTIONS(2936), [anon_sym_typedef] = ACTIONS(2934), [anon_sym_extern] = ACTIONS(2934), [anon_sym___attribute__] = ACTIONS(2934), [anon_sym_COLON_COLON] = ACTIONS(2936), [anon_sym_LBRACK_LBRACK] = ACTIONS(2936), [anon_sym___declspec] = ACTIONS(2934), [anon_sym___based] = ACTIONS(2934), [anon_sym___cdecl] = ACTIONS(2934), [anon_sym___clrcall] = ACTIONS(2934), [anon_sym___stdcall] = ACTIONS(2934), [anon_sym___fastcall] = ACTIONS(2934), [anon_sym___thiscall] = ACTIONS(2934), [anon_sym___vectorcall] = ACTIONS(2934), [anon_sym_LBRACE] = ACTIONS(2936), [anon_sym_signed] = ACTIONS(2934), [anon_sym_unsigned] = ACTIONS(2934), [anon_sym_long] = ACTIONS(2934), [anon_sym_short] = ACTIONS(2934), [anon_sym_LBRACK] = ACTIONS(2934), [anon_sym_static] = ACTIONS(2934), [anon_sym_register] = ACTIONS(2934), [anon_sym_inline] = ACTIONS(2934), [anon_sym_thread_local] = ACTIONS(2934), [anon_sym_const] = ACTIONS(2934), [anon_sym_constexpr] = ACTIONS(2934), [anon_sym_volatile] = ACTIONS(2934), [anon_sym_restrict] = ACTIONS(2934), [anon_sym___restrict__] = ACTIONS(2934), [anon_sym__Atomic] = ACTIONS(2934), [anon_sym__Noreturn] = ACTIONS(2934), [anon_sym_noreturn] = ACTIONS(2934), [anon_sym_mutable] = ACTIONS(2934), [anon_sym_constinit] = ACTIONS(2934), [anon_sym_consteval] = ACTIONS(2934), [sym_primitive_type] = ACTIONS(2934), [anon_sym_enum] = ACTIONS(2934), [anon_sym_class] = ACTIONS(2934), [anon_sym_struct] = ACTIONS(2934), [anon_sym_union] = ACTIONS(2934), [anon_sym_if] = ACTIONS(2934), [anon_sym_else] = ACTIONS(2934), [anon_sym_switch] = ACTIONS(2934), [anon_sym_case] = ACTIONS(2934), [anon_sym_default] = ACTIONS(2934), [anon_sym_while] = ACTIONS(2934), [anon_sym_do] = ACTIONS(2934), [anon_sym_for] = ACTIONS(2934), [anon_sym_return] = ACTIONS(2934), [anon_sym_break] = ACTIONS(2934), [anon_sym_continue] = ACTIONS(2934), [anon_sym_goto] = ACTIONS(2934), [anon_sym_not] = ACTIONS(2934), [anon_sym_compl] = ACTIONS(2934), [anon_sym_DASH_DASH] = ACTIONS(2936), [anon_sym_PLUS_PLUS] = ACTIONS(2936), [anon_sym_sizeof] = ACTIONS(2934), [anon_sym_offsetof] = ACTIONS(2934), [anon_sym__Generic] = ACTIONS(2934), [anon_sym_asm] = ACTIONS(2934), [anon_sym___asm__] = ACTIONS(2934), [sym_number_literal] = ACTIONS(2936), [anon_sym_L_SQUOTE] = ACTIONS(2936), [anon_sym_u_SQUOTE] = ACTIONS(2936), [anon_sym_U_SQUOTE] = ACTIONS(2936), [anon_sym_u8_SQUOTE] = ACTIONS(2936), [anon_sym_SQUOTE] = ACTIONS(2936), [anon_sym_L_DQUOTE] = ACTIONS(2936), [anon_sym_u_DQUOTE] = ACTIONS(2936), [anon_sym_U_DQUOTE] = ACTIONS(2936), [anon_sym_u8_DQUOTE] = ACTIONS(2936), [anon_sym_DQUOTE] = ACTIONS(2936), [sym_true] = ACTIONS(2934), [sym_false] = ACTIONS(2934), [anon_sym_NULL] = ACTIONS(2934), [anon_sym_nullptr] = ACTIONS(2934), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2934), [anon_sym_decltype] = ACTIONS(2934), [anon_sym_virtual] = ACTIONS(2934), [anon_sym_explicit] = ACTIONS(2934), [anon_sym_typename] = ACTIONS(2934), [anon_sym_template] = ACTIONS(2934), [anon_sym_operator] = ACTIONS(2934), [anon_sym_try] = ACTIONS(2934), [anon_sym_delete] = ACTIONS(2934), [anon_sym_throw] = ACTIONS(2934), [anon_sym_namespace] = ACTIONS(2934), [anon_sym_using] = ACTIONS(2934), [anon_sym_static_assert] = ACTIONS(2934), [anon_sym_concept] = ACTIONS(2934), [anon_sym_co_return] = ACTIONS(2934), [anon_sym_co_yield] = ACTIONS(2934), [anon_sym_R_DQUOTE] = ACTIONS(2936), [anon_sym_LR_DQUOTE] = ACTIONS(2936), [anon_sym_uR_DQUOTE] = ACTIONS(2936), [anon_sym_UR_DQUOTE] = ACTIONS(2936), [anon_sym_u8R_DQUOTE] = ACTIONS(2936), [anon_sym_co_await] = ACTIONS(2934), [anon_sym_new] = ACTIONS(2934), [anon_sym_requires] = ACTIONS(2934), [sym_this] = ACTIONS(2934), }, [709] = { [sym_identifier] = ACTIONS(2942), [aux_sym_preproc_include_token1] = ACTIONS(2942), [aux_sym_preproc_def_token1] = ACTIONS(2942), [aux_sym_preproc_if_token1] = ACTIONS(2942), [aux_sym_preproc_if_token2] = ACTIONS(2942), [aux_sym_preproc_ifdef_token1] = ACTIONS(2942), [aux_sym_preproc_ifdef_token2] = ACTIONS(2942), [aux_sym_preproc_else_token1] = ACTIONS(2942), [aux_sym_preproc_elif_token1] = ACTIONS(2942), [sym_preproc_directive] = ACTIONS(2942), [anon_sym_LPAREN2] = ACTIONS(2944), [anon_sym_BANG] = ACTIONS(2944), [anon_sym_TILDE] = ACTIONS(2944), [anon_sym_DASH] = ACTIONS(2942), [anon_sym_PLUS] = ACTIONS(2942), [anon_sym_STAR] = ACTIONS(2944), [anon_sym_AMP_AMP] = ACTIONS(2944), [anon_sym_AMP] = ACTIONS(2942), [anon_sym_SEMI] = ACTIONS(2944), [anon_sym_typedef] = ACTIONS(2942), [anon_sym_extern] = ACTIONS(2942), [anon_sym___attribute__] = ACTIONS(2942), [anon_sym_COLON_COLON] = ACTIONS(2944), [anon_sym_LBRACK_LBRACK] = ACTIONS(2944), [anon_sym___declspec] = ACTIONS(2942), [anon_sym___based] = ACTIONS(2942), [anon_sym___cdecl] = ACTIONS(2942), [anon_sym___clrcall] = ACTIONS(2942), [anon_sym___stdcall] = ACTIONS(2942), [anon_sym___fastcall] = ACTIONS(2942), [anon_sym___thiscall] = ACTIONS(2942), [anon_sym___vectorcall] = ACTIONS(2942), [anon_sym_LBRACE] = ACTIONS(2944), [anon_sym_signed] = ACTIONS(2942), [anon_sym_unsigned] = ACTIONS(2942), [anon_sym_long] = ACTIONS(2942), [anon_sym_short] = ACTIONS(2942), [anon_sym_LBRACK] = ACTIONS(2942), [anon_sym_static] = ACTIONS(2942), [anon_sym_register] = ACTIONS(2942), [anon_sym_inline] = ACTIONS(2942), [anon_sym_thread_local] = ACTIONS(2942), [anon_sym_const] = ACTIONS(2942), [anon_sym_constexpr] = ACTIONS(2942), [anon_sym_volatile] = ACTIONS(2942), [anon_sym_restrict] = ACTIONS(2942), [anon_sym___restrict__] = ACTIONS(2942), [anon_sym__Atomic] = ACTIONS(2942), [anon_sym__Noreturn] = ACTIONS(2942), [anon_sym_noreturn] = ACTIONS(2942), [anon_sym_mutable] = ACTIONS(2942), [anon_sym_constinit] = ACTIONS(2942), [anon_sym_consteval] = ACTIONS(2942), [sym_primitive_type] = ACTIONS(2942), [anon_sym_enum] = ACTIONS(2942), [anon_sym_class] = ACTIONS(2942), [anon_sym_struct] = ACTIONS(2942), [anon_sym_union] = ACTIONS(2942), [anon_sym_if] = ACTIONS(2942), [anon_sym_else] = ACTIONS(2942), [anon_sym_switch] = ACTIONS(2942), [anon_sym_case] = ACTIONS(2942), [anon_sym_default] = ACTIONS(2942), [anon_sym_while] = ACTIONS(2942), [anon_sym_do] = ACTIONS(2942), [anon_sym_for] = ACTIONS(2942), [anon_sym_return] = ACTIONS(2942), [anon_sym_break] = ACTIONS(2942), [anon_sym_continue] = ACTIONS(2942), [anon_sym_goto] = ACTIONS(2942), [anon_sym_not] = ACTIONS(2942), [anon_sym_compl] = ACTIONS(2942), [anon_sym_DASH_DASH] = ACTIONS(2944), [anon_sym_PLUS_PLUS] = ACTIONS(2944), [anon_sym_sizeof] = ACTIONS(2942), [anon_sym_offsetof] = ACTIONS(2942), [anon_sym__Generic] = ACTIONS(2942), [anon_sym_asm] = ACTIONS(2942), [anon_sym___asm__] = ACTIONS(2942), [sym_number_literal] = ACTIONS(2944), [anon_sym_L_SQUOTE] = ACTIONS(2944), [anon_sym_u_SQUOTE] = ACTIONS(2944), [anon_sym_U_SQUOTE] = ACTIONS(2944), [anon_sym_u8_SQUOTE] = ACTIONS(2944), [anon_sym_SQUOTE] = ACTIONS(2944), [anon_sym_L_DQUOTE] = ACTIONS(2944), [anon_sym_u_DQUOTE] = ACTIONS(2944), [anon_sym_U_DQUOTE] = ACTIONS(2944), [anon_sym_u8_DQUOTE] = ACTIONS(2944), [anon_sym_DQUOTE] = ACTIONS(2944), [sym_true] = ACTIONS(2942), [sym_false] = ACTIONS(2942), [anon_sym_NULL] = ACTIONS(2942), [anon_sym_nullptr] = ACTIONS(2942), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2942), [anon_sym_decltype] = ACTIONS(2942), [anon_sym_virtual] = ACTIONS(2942), [anon_sym_explicit] = ACTIONS(2942), [anon_sym_typename] = ACTIONS(2942), [anon_sym_template] = ACTIONS(2942), [anon_sym_operator] = ACTIONS(2942), [anon_sym_try] = ACTIONS(2942), [anon_sym_delete] = ACTIONS(2942), [anon_sym_throw] = ACTIONS(2942), [anon_sym_namespace] = ACTIONS(2942), [anon_sym_using] = ACTIONS(2942), [anon_sym_static_assert] = ACTIONS(2942), [anon_sym_concept] = ACTIONS(2942), [anon_sym_co_return] = ACTIONS(2942), [anon_sym_co_yield] = ACTIONS(2942), [anon_sym_R_DQUOTE] = ACTIONS(2944), [anon_sym_LR_DQUOTE] = ACTIONS(2944), [anon_sym_uR_DQUOTE] = ACTIONS(2944), [anon_sym_UR_DQUOTE] = ACTIONS(2944), [anon_sym_u8R_DQUOTE] = ACTIONS(2944), [anon_sym_co_await] = ACTIONS(2942), [anon_sym_new] = ACTIONS(2942), [anon_sym_requires] = ACTIONS(2942), [sym_this] = ACTIONS(2942), }, [710] = { [sym_identifier] = ACTIONS(2946), [aux_sym_preproc_include_token1] = ACTIONS(2946), [aux_sym_preproc_def_token1] = ACTIONS(2946), [aux_sym_preproc_if_token1] = ACTIONS(2946), [aux_sym_preproc_if_token2] = ACTIONS(2946), [aux_sym_preproc_ifdef_token1] = ACTIONS(2946), [aux_sym_preproc_ifdef_token2] = ACTIONS(2946), [aux_sym_preproc_else_token1] = ACTIONS(2946), [aux_sym_preproc_elif_token1] = ACTIONS(2946), [sym_preproc_directive] = ACTIONS(2946), [anon_sym_LPAREN2] = ACTIONS(2948), [anon_sym_BANG] = ACTIONS(2948), [anon_sym_TILDE] = ACTIONS(2948), [anon_sym_DASH] = ACTIONS(2946), [anon_sym_PLUS] = ACTIONS(2946), [anon_sym_STAR] = ACTIONS(2948), [anon_sym_AMP_AMP] = ACTIONS(2948), [anon_sym_AMP] = ACTIONS(2946), [anon_sym_SEMI] = ACTIONS(2948), [anon_sym_typedef] = ACTIONS(2946), [anon_sym_extern] = ACTIONS(2946), [anon_sym___attribute__] = ACTIONS(2946), [anon_sym_COLON_COLON] = ACTIONS(2948), [anon_sym_LBRACK_LBRACK] = ACTIONS(2948), [anon_sym___declspec] = ACTIONS(2946), [anon_sym___based] = ACTIONS(2946), [anon_sym___cdecl] = ACTIONS(2946), [anon_sym___clrcall] = ACTIONS(2946), [anon_sym___stdcall] = ACTIONS(2946), [anon_sym___fastcall] = ACTIONS(2946), [anon_sym___thiscall] = ACTIONS(2946), [anon_sym___vectorcall] = ACTIONS(2946), [anon_sym_LBRACE] = ACTIONS(2948), [anon_sym_signed] = ACTIONS(2946), [anon_sym_unsigned] = ACTIONS(2946), [anon_sym_long] = ACTIONS(2946), [anon_sym_short] = ACTIONS(2946), [anon_sym_LBRACK] = ACTIONS(2946), [anon_sym_static] = ACTIONS(2946), [anon_sym_register] = ACTIONS(2946), [anon_sym_inline] = ACTIONS(2946), [anon_sym_thread_local] = ACTIONS(2946), [anon_sym_const] = ACTIONS(2946), [anon_sym_constexpr] = ACTIONS(2946), [anon_sym_volatile] = ACTIONS(2946), [anon_sym_restrict] = ACTIONS(2946), [anon_sym___restrict__] = ACTIONS(2946), [anon_sym__Atomic] = ACTIONS(2946), [anon_sym__Noreturn] = ACTIONS(2946), [anon_sym_noreturn] = ACTIONS(2946), [anon_sym_mutable] = ACTIONS(2946), [anon_sym_constinit] = ACTIONS(2946), [anon_sym_consteval] = ACTIONS(2946), [sym_primitive_type] = ACTIONS(2946), [anon_sym_enum] = ACTIONS(2946), [anon_sym_class] = ACTIONS(2946), [anon_sym_struct] = ACTIONS(2946), [anon_sym_union] = ACTIONS(2946), [anon_sym_if] = ACTIONS(2946), [anon_sym_else] = ACTIONS(2946), [anon_sym_switch] = ACTIONS(2946), [anon_sym_case] = ACTIONS(2946), [anon_sym_default] = ACTIONS(2946), [anon_sym_while] = ACTIONS(2946), [anon_sym_do] = ACTIONS(2946), [anon_sym_for] = ACTIONS(2946), [anon_sym_return] = ACTIONS(2946), [anon_sym_break] = ACTIONS(2946), [anon_sym_continue] = ACTIONS(2946), [anon_sym_goto] = ACTIONS(2946), [anon_sym_not] = ACTIONS(2946), [anon_sym_compl] = ACTIONS(2946), [anon_sym_DASH_DASH] = ACTIONS(2948), [anon_sym_PLUS_PLUS] = ACTIONS(2948), [anon_sym_sizeof] = ACTIONS(2946), [anon_sym_offsetof] = ACTIONS(2946), [anon_sym__Generic] = ACTIONS(2946), [anon_sym_asm] = ACTIONS(2946), [anon_sym___asm__] = ACTIONS(2946), [sym_number_literal] = ACTIONS(2948), [anon_sym_L_SQUOTE] = ACTIONS(2948), [anon_sym_u_SQUOTE] = ACTIONS(2948), [anon_sym_U_SQUOTE] = ACTIONS(2948), [anon_sym_u8_SQUOTE] = ACTIONS(2948), [anon_sym_SQUOTE] = ACTIONS(2948), [anon_sym_L_DQUOTE] = ACTIONS(2948), [anon_sym_u_DQUOTE] = ACTIONS(2948), [anon_sym_U_DQUOTE] = ACTIONS(2948), [anon_sym_u8_DQUOTE] = ACTIONS(2948), [anon_sym_DQUOTE] = ACTIONS(2948), [sym_true] = ACTIONS(2946), [sym_false] = ACTIONS(2946), [anon_sym_NULL] = ACTIONS(2946), [anon_sym_nullptr] = ACTIONS(2946), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2946), [anon_sym_decltype] = ACTIONS(2946), [anon_sym_virtual] = ACTIONS(2946), [anon_sym_explicit] = ACTIONS(2946), [anon_sym_typename] = ACTIONS(2946), [anon_sym_template] = ACTIONS(2946), [anon_sym_operator] = ACTIONS(2946), [anon_sym_try] = ACTIONS(2946), [anon_sym_delete] = ACTIONS(2946), [anon_sym_throw] = ACTIONS(2946), [anon_sym_namespace] = ACTIONS(2946), [anon_sym_using] = ACTIONS(2946), [anon_sym_static_assert] = ACTIONS(2946), [anon_sym_concept] = ACTIONS(2946), [anon_sym_co_return] = ACTIONS(2946), [anon_sym_co_yield] = ACTIONS(2946), [anon_sym_R_DQUOTE] = ACTIONS(2948), [anon_sym_LR_DQUOTE] = ACTIONS(2948), [anon_sym_uR_DQUOTE] = ACTIONS(2948), [anon_sym_UR_DQUOTE] = ACTIONS(2948), [anon_sym_u8R_DQUOTE] = ACTIONS(2948), [anon_sym_co_await] = ACTIONS(2946), [anon_sym_new] = ACTIONS(2946), [anon_sym_requires] = ACTIONS(2946), [sym_this] = ACTIONS(2946), }, [711] = { [sym_identifier] = ACTIONS(2950), [aux_sym_preproc_include_token1] = ACTIONS(2950), [aux_sym_preproc_def_token1] = ACTIONS(2950), [aux_sym_preproc_if_token1] = ACTIONS(2950), [aux_sym_preproc_if_token2] = ACTIONS(2950), [aux_sym_preproc_ifdef_token1] = ACTIONS(2950), [aux_sym_preproc_ifdef_token2] = ACTIONS(2950), [aux_sym_preproc_else_token1] = ACTIONS(2950), [aux_sym_preproc_elif_token1] = ACTIONS(2950), [sym_preproc_directive] = ACTIONS(2950), [anon_sym_LPAREN2] = ACTIONS(2952), [anon_sym_BANG] = ACTIONS(2952), [anon_sym_TILDE] = ACTIONS(2952), [anon_sym_DASH] = ACTIONS(2950), [anon_sym_PLUS] = ACTIONS(2950), [anon_sym_STAR] = ACTIONS(2952), [anon_sym_AMP_AMP] = ACTIONS(2952), [anon_sym_AMP] = ACTIONS(2950), [anon_sym_SEMI] = ACTIONS(2952), [anon_sym_typedef] = ACTIONS(2950), [anon_sym_extern] = ACTIONS(2950), [anon_sym___attribute__] = ACTIONS(2950), [anon_sym_COLON_COLON] = ACTIONS(2952), [anon_sym_LBRACK_LBRACK] = ACTIONS(2952), [anon_sym___declspec] = ACTIONS(2950), [anon_sym___based] = ACTIONS(2950), [anon_sym___cdecl] = ACTIONS(2950), [anon_sym___clrcall] = ACTIONS(2950), [anon_sym___stdcall] = ACTIONS(2950), [anon_sym___fastcall] = ACTIONS(2950), [anon_sym___thiscall] = ACTIONS(2950), [anon_sym___vectorcall] = ACTIONS(2950), [anon_sym_LBRACE] = ACTIONS(2952), [anon_sym_signed] = ACTIONS(2950), [anon_sym_unsigned] = ACTIONS(2950), [anon_sym_long] = ACTIONS(2950), [anon_sym_short] = ACTIONS(2950), [anon_sym_LBRACK] = ACTIONS(2950), [anon_sym_static] = ACTIONS(2950), [anon_sym_register] = ACTIONS(2950), [anon_sym_inline] = ACTIONS(2950), [anon_sym_thread_local] = ACTIONS(2950), [anon_sym_const] = ACTIONS(2950), [anon_sym_constexpr] = ACTIONS(2950), [anon_sym_volatile] = ACTIONS(2950), [anon_sym_restrict] = ACTIONS(2950), [anon_sym___restrict__] = ACTIONS(2950), [anon_sym__Atomic] = ACTIONS(2950), [anon_sym__Noreturn] = ACTIONS(2950), [anon_sym_noreturn] = ACTIONS(2950), [anon_sym_mutable] = ACTIONS(2950), [anon_sym_constinit] = ACTIONS(2950), [anon_sym_consteval] = ACTIONS(2950), [sym_primitive_type] = ACTIONS(2950), [anon_sym_enum] = ACTIONS(2950), [anon_sym_class] = ACTIONS(2950), [anon_sym_struct] = ACTIONS(2950), [anon_sym_union] = ACTIONS(2950), [anon_sym_if] = ACTIONS(2950), [anon_sym_else] = ACTIONS(2950), [anon_sym_switch] = ACTIONS(2950), [anon_sym_case] = ACTIONS(2950), [anon_sym_default] = ACTIONS(2950), [anon_sym_while] = ACTIONS(2950), [anon_sym_do] = ACTIONS(2950), [anon_sym_for] = ACTIONS(2950), [anon_sym_return] = ACTIONS(2950), [anon_sym_break] = ACTIONS(2950), [anon_sym_continue] = ACTIONS(2950), [anon_sym_goto] = ACTIONS(2950), [anon_sym_not] = ACTIONS(2950), [anon_sym_compl] = ACTIONS(2950), [anon_sym_DASH_DASH] = ACTIONS(2952), [anon_sym_PLUS_PLUS] = ACTIONS(2952), [anon_sym_sizeof] = ACTIONS(2950), [anon_sym_offsetof] = ACTIONS(2950), [anon_sym__Generic] = ACTIONS(2950), [anon_sym_asm] = ACTIONS(2950), [anon_sym___asm__] = ACTIONS(2950), [sym_number_literal] = ACTIONS(2952), [anon_sym_L_SQUOTE] = ACTIONS(2952), [anon_sym_u_SQUOTE] = ACTIONS(2952), [anon_sym_U_SQUOTE] = ACTIONS(2952), [anon_sym_u8_SQUOTE] = ACTIONS(2952), [anon_sym_SQUOTE] = ACTIONS(2952), [anon_sym_L_DQUOTE] = ACTIONS(2952), [anon_sym_u_DQUOTE] = ACTIONS(2952), [anon_sym_U_DQUOTE] = ACTIONS(2952), [anon_sym_u8_DQUOTE] = ACTIONS(2952), [anon_sym_DQUOTE] = ACTIONS(2952), [sym_true] = ACTIONS(2950), [sym_false] = ACTIONS(2950), [anon_sym_NULL] = ACTIONS(2950), [anon_sym_nullptr] = ACTIONS(2950), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2950), [anon_sym_decltype] = ACTIONS(2950), [anon_sym_virtual] = ACTIONS(2950), [anon_sym_explicit] = ACTIONS(2950), [anon_sym_typename] = ACTIONS(2950), [anon_sym_template] = ACTIONS(2950), [anon_sym_operator] = ACTIONS(2950), [anon_sym_try] = ACTIONS(2950), [anon_sym_delete] = ACTIONS(2950), [anon_sym_throw] = ACTIONS(2950), [anon_sym_namespace] = ACTIONS(2950), [anon_sym_using] = ACTIONS(2950), [anon_sym_static_assert] = ACTIONS(2950), [anon_sym_concept] = ACTIONS(2950), [anon_sym_co_return] = ACTIONS(2950), [anon_sym_co_yield] = ACTIONS(2950), [anon_sym_R_DQUOTE] = ACTIONS(2952), [anon_sym_LR_DQUOTE] = ACTIONS(2952), [anon_sym_uR_DQUOTE] = ACTIONS(2952), [anon_sym_UR_DQUOTE] = ACTIONS(2952), [anon_sym_u8R_DQUOTE] = ACTIONS(2952), [anon_sym_co_await] = ACTIONS(2950), [anon_sym_new] = ACTIONS(2950), [anon_sym_requires] = ACTIONS(2950), [sym_this] = ACTIONS(2950), }, [712] = { [sym_identifier] = ACTIONS(2954), [aux_sym_preproc_include_token1] = ACTIONS(2954), [aux_sym_preproc_def_token1] = ACTIONS(2954), [aux_sym_preproc_if_token1] = ACTIONS(2954), [aux_sym_preproc_if_token2] = ACTIONS(2954), [aux_sym_preproc_ifdef_token1] = ACTIONS(2954), [aux_sym_preproc_ifdef_token2] = ACTIONS(2954), [aux_sym_preproc_else_token1] = ACTIONS(2954), [aux_sym_preproc_elif_token1] = ACTIONS(2954), [sym_preproc_directive] = ACTIONS(2954), [anon_sym_LPAREN2] = ACTIONS(2956), [anon_sym_BANG] = ACTIONS(2956), [anon_sym_TILDE] = ACTIONS(2956), [anon_sym_DASH] = ACTIONS(2954), [anon_sym_PLUS] = ACTIONS(2954), [anon_sym_STAR] = ACTIONS(2956), [anon_sym_AMP_AMP] = ACTIONS(2956), [anon_sym_AMP] = ACTIONS(2954), [anon_sym_SEMI] = ACTIONS(2956), [anon_sym_typedef] = ACTIONS(2954), [anon_sym_extern] = ACTIONS(2954), [anon_sym___attribute__] = ACTIONS(2954), [anon_sym_COLON_COLON] = ACTIONS(2956), [anon_sym_LBRACK_LBRACK] = ACTIONS(2956), [anon_sym___declspec] = ACTIONS(2954), [anon_sym___based] = ACTIONS(2954), [anon_sym___cdecl] = ACTIONS(2954), [anon_sym___clrcall] = ACTIONS(2954), [anon_sym___stdcall] = ACTIONS(2954), [anon_sym___fastcall] = ACTIONS(2954), [anon_sym___thiscall] = ACTIONS(2954), [anon_sym___vectorcall] = ACTIONS(2954), [anon_sym_LBRACE] = ACTIONS(2956), [anon_sym_signed] = ACTIONS(2954), [anon_sym_unsigned] = ACTIONS(2954), [anon_sym_long] = ACTIONS(2954), [anon_sym_short] = ACTIONS(2954), [anon_sym_LBRACK] = ACTIONS(2954), [anon_sym_static] = ACTIONS(2954), [anon_sym_register] = ACTIONS(2954), [anon_sym_inline] = ACTIONS(2954), [anon_sym_thread_local] = ACTIONS(2954), [anon_sym_const] = ACTIONS(2954), [anon_sym_constexpr] = ACTIONS(2954), [anon_sym_volatile] = ACTIONS(2954), [anon_sym_restrict] = ACTIONS(2954), [anon_sym___restrict__] = ACTIONS(2954), [anon_sym__Atomic] = ACTIONS(2954), [anon_sym__Noreturn] = ACTIONS(2954), [anon_sym_noreturn] = ACTIONS(2954), [anon_sym_mutable] = ACTIONS(2954), [anon_sym_constinit] = ACTIONS(2954), [anon_sym_consteval] = ACTIONS(2954), [sym_primitive_type] = ACTIONS(2954), [anon_sym_enum] = ACTIONS(2954), [anon_sym_class] = ACTIONS(2954), [anon_sym_struct] = ACTIONS(2954), [anon_sym_union] = ACTIONS(2954), [anon_sym_if] = ACTIONS(2954), [anon_sym_else] = ACTIONS(2954), [anon_sym_switch] = ACTIONS(2954), [anon_sym_case] = ACTIONS(2954), [anon_sym_default] = ACTIONS(2954), [anon_sym_while] = ACTIONS(2954), [anon_sym_do] = ACTIONS(2954), [anon_sym_for] = ACTIONS(2954), [anon_sym_return] = ACTIONS(2954), [anon_sym_break] = ACTIONS(2954), [anon_sym_continue] = ACTIONS(2954), [anon_sym_goto] = ACTIONS(2954), [anon_sym_not] = ACTIONS(2954), [anon_sym_compl] = ACTIONS(2954), [anon_sym_DASH_DASH] = ACTIONS(2956), [anon_sym_PLUS_PLUS] = ACTIONS(2956), [anon_sym_sizeof] = ACTIONS(2954), [anon_sym_offsetof] = ACTIONS(2954), [anon_sym__Generic] = ACTIONS(2954), [anon_sym_asm] = ACTIONS(2954), [anon_sym___asm__] = ACTIONS(2954), [sym_number_literal] = ACTIONS(2956), [anon_sym_L_SQUOTE] = ACTIONS(2956), [anon_sym_u_SQUOTE] = ACTIONS(2956), [anon_sym_U_SQUOTE] = ACTIONS(2956), [anon_sym_u8_SQUOTE] = ACTIONS(2956), [anon_sym_SQUOTE] = ACTIONS(2956), [anon_sym_L_DQUOTE] = ACTIONS(2956), [anon_sym_u_DQUOTE] = ACTIONS(2956), [anon_sym_U_DQUOTE] = ACTIONS(2956), [anon_sym_u8_DQUOTE] = ACTIONS(2956), [anon_sym_DQUOTE] = ACTIONS(2956), [sym_true] = ACTIONS(2954), [sym_false] = ACTIONS(2954), [anon_sym_NULL] = ACTIONS(2954), [anon_sym_nullptr] = ACTIONS(2954), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2954), [anon_sym_decltype] = ACTIONS(2954), [anon_sym_virtual] = ACTIONS(2954), [anon_sym_explicit] = ACTIONS(2954), [anon_sym_typename] = ACTIONS(2954), [anon_sym_template] = ACTIONS(2954), [anon_sym_operator] = ACTIONS(2954), [anon_sym_try] = ACTIONS(2954), [anon_sym_delete] = ACTIONS(2954), [anon_sym_throw] = ACTIONS(2954), [anon_sym_namespace] = ACTIONS(2954), [anon_sym_using] = ACTIONS(2954), [anon_sym_static_assert] = ACTIONS(2954), [anon_sym_concept] = ACTIONS(2954), [anon_sym_co_return] = ACTIONS(2954), [anon_sym_co_yield] = ACTIONS(2954), [anon_sym_R_DQUOTE] = ACTIONS(2956), [anon_sym_LR_DQUOTE] = ACTIONS(2956), [anon_sym_uR_DQUOTE] = ACTIONS(2956), [anon_sym_UR_DQUOTE] = ACTIONS(2956), [anon_sym_u8R_DQUOTE] = ACTIONS(2956), [anon_sym_co_await] = ACTIONS(2954), [anon_sym_new] = ACTIONS(2954), [anon_sym_requires] = ACTIONS(2954), [sym_this] = ACTIONS(2954), }, [713] = { [sym_identifier] = ACTIONS(2958), [aux_sym_preproc_include_token1] = ACTIONS(2958), [aux_sym_preproc_def_token1] = ACTIONS(2958), [aux_sym_preproc_if_token1] = ACTIONS(2958), [aux_sym_preproc_if_token2] = ACTIONS(2958), [aux_sym_preproc_ifdef_token1] = ACTIONS(2958), [aux_sym_preproc_ifdef_token2] = ACTIONS(2958), [aux_sym_preproc_else_token1] = ACTIONS(2958), [aux_sym_preproc_elif_token1] = ACTIONS(2958), [sym_preproc_directive] = ACTIONS(2958), [anon_sym_LPAREN2] = ACTIONS(2960), [anon_sym_BANG] = ACTIONS(2960), [anon_sym_TILDE] = ACTIONS(2960), [anon_sym_DASH] = ACTIONS(2958), [anon_sym_PLUS] = ACTIONS(2958), [anon_sym_STAR] = ACTIONS(2960), [anon_sym_AMP_AMP] = ACTIONS(2960), [anon_sym_AMP] = ACTIONS(2958), [anon_sym_SEMI] = ACTIONS(2960), [anon_sym_typedef] = ACTIONS(2958), [anon_sym_extern] = ACTIONS(2958), [anon_sym___attribute__] = ACTIONS(2958), [anon_sym_COLON_COLON] = ACTIONS(2960), [anon_sym_LBRACK_LBRACK] = ACTIONS(2960), [anon_sym___declspec] = ACTIONS(2958), [anon_sym___based] = ACTIONS(2958), [anon_sym___cdecl] = ACTIONS(2958), [anon_sym___clrcall] = ACTIONS(2958), [anon_sym___stdcall] = ACTIONS(2958), [anon_sym___fastcall] = ACTIONS(2958), [anon_sym___thiscall] = ACTIONS(2958), [anon_sym___vectorcall] = ACTIONS(2958), [anon_sym_LBRACE] = ACTIONS(2960), [anon_sym_signed] = ACTIONS(2958), [anon_sym_unsigned] = ACTIONS(2958), [anon_sym_long] = ACTIONS(2958), [anon_sym_short] = ACTIONS(2958), [anon_sym_LBRACK] = ACTIONS(2958), [anon_sym_static] = ACTIONS(2958), [anon_sym_register] = ACTIONS(2958), [anon_sym_inline] = ACTIONS(2958), [anon_sym_thread_local] = ACTIONS(2958), [anon_sym_const] = ACTIONS(2958), [anon_sym_constexpr] = ACTIONS(2958), [anon_sym_volatile] = ACTIONS(2958), [anon_sym_restrict] = ACTIONS(2958), [anon_sym___restrict__] = ACTIONS(2958), [anon_sym__Atomic] = ACTIONS(2958), [anon_sym__Noreturn] = ACTIONS(2958), [anon_sym_noreturn] = ACTIONS(2958), [anon_sym_mutable] = ACTIONS(2958), [anon_sym_constinit] = ACTIONS(2958), [anon_sym_consteval] = ACTIONS(2958), [sym_primitive_type] = ACTIONS(2958), [anon_sym_enum] = ACTIONS(2958), [anon_sym_class] = ACTIONS(2958), [anon_sym_struct] = ACTIONS(2958), [anon_sym_union] = ACTIONS(2958), [anon_sym_if] = ACTIONS(2958), [anon_sym_else] = ACTIONS(2958), [anon_sym_switch] = ACTIONS(2958), [anon_sym_case] = ACTIONS(2958), [anon_sym_default] = ACTIONS(2958), [anon_sym_while] = ACTIONS(2958), [anon_sym_do] = ACTIONS(2958), [anon_sym_for] = ACTIONS(2958), [anon_sym_return] = ACTIONS(2958), [anon_sym_break] = ACTIONS(2958), [anon_sym_continue] = ACTIONS(2958), [anon_sym_goto] = ACTIONS(2958), [anon_sym_not] = ACTIONS(2958), [anon_sym_compl] = ACTIONS(2958), [anon_sym_DASH_DASH] = ACTIONS(2960), [anon_sym_PLUS_PLUS] = ACTIONS(2960), [anon_sym_sizeof] = ACTIONS(2958), [anon_sym_offsetof] = ACTIONS(2958), [anon_sym__Generic] = ACTIONS(2958), [anon_sym_asm] = ACTIONS(2958), [anon_sym___asm__] = ACTIONS(2958), [sym_number_literal] = ACTIONS(2960), [anon_sym_L_SQUOTE] = ACTIONS(2960), [anon_sym_u_SQUOTE] = ACTIONS(2960), [anon_sym_U_SQUOTE] = ACTIONS(2960), [anon_sym_u8_SQUOTE] = ACTIONS(2960), [anon_sym_SQUOTE] = ACTIONS(2960), [anon_sym_L_DQUOTE] = ACTIONS(2960), [anon_sym_u_DQUOTE] = ACTIONS(2960), [anon_sym_U_DQUOTE] = ACTIONS(2960), [anon_sym_u8_DQUOTE] = ACTIONS(2960), [anon_sym_DQUOTE] = ACTIONS(2960), [sym_true] = ACTIONS(2958), [sym_false] = ACTIONS(2958), [anon_sym_NULL] = ACTIONS(2958), [anon_sym_nullptr] = ACTIONS(2958), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2958), [anon_sym_decltype] = ACTIONS(2958), [anon_sym_virtual] = ACTIONS(2958), [anon_sym_explicit] = ACTIONS(2958), [anon_sym_typename] = ACTIONS(2958), [anon_sym_template] = ACTIONS(2958), [anon_sym_operator] = ACTIONS(2958), [anon_sym_try] = ACTIONS(2958), [anon_sym_delete] = ACTIONS(2958), [anon_sym_throw] = ACTIONS(2958), [anon_sym_namespace] = ACTIONS(2958), [anon_sym_using] = ACTIONS(2958), [anon_sym_static_assert] = ACTIONS(2958), [anon_sym_concept] = ACTIONS(2958), [anon_sym_co_return] = ACTIONS(2958), [anon_sym_co_yield] = ACTIONS(2958), [anon_sym_R_DQUOTE] = ACTIONS(2960), [anon_sym_LR_DQUOTE] = ACTIONS(2960), [anon_sym_uR_DQUOTE] = ACTIONS(2960), [anon_sym_UR_DQUOTE] = ACTIONS(2960), [anon_sym_u8R_DQUOTE] = ACTIONS(2960), [anon_sym_co_await] = ACTIONS(2958), [anon_sym_new] = ACTIONS(2958), [anon_sym_requires] = ACTIONS(2958), [sym_this] = ACTIONS(2958), }, [714] = { [sym_preproc_def] = STATE(714), [sym_preproc_function_def] = STATE(714), [sym_preproc_call] = STATE(714), [sym_preproc_if_in_field_declaration_list] = STATE(714), [sym_preproc_ifdef_in_field_declaration_list] = STATE(714), [sym_type_definition] = STATE(714), [sym__declaration_modifiers] = STATE(3697), [sym__declaration_specifiers] = STATE(4902), [sym_attribute_specifier] = STATE(3697), [sym_attribute_declaration] = STATE(3697), [sym_ms_declspec_modifier] = STATE(3697), [sym_ms_based_modifier] = STATE(7599), [sym__declarator] = STATE(5891), [sym_parenthesized_declarator] = STATE(5671), [sym_attributed_declarator] = STATE(5671), [sym_pointer_declarator] = STATE(5671), [sym_function_declarator] = STATE(5518), [sym_array_declarator] = STATE(5671), [sym_storage_class_specifier] = STATE(3697), [sym_type_qualifier] = STATE(3697), [sym__type_specifier] = STATE(3841), [sym_sized_type_specifier] = STATE(3945), [sym_enum_specifier] = STATE(3945), [sym_struct_specifier] = STATE(3945), [sym_union_specifier] = STATE(3945), [sym__field_declaration_list_item] = STATE(714), [sym_field_declaration] = STATE(714), [sym_placeholder_type_specifier] = STATE(3945), [sym_decltype_auto] = STATE(3928), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3945), [sym_virtual] = STATE(3697), [sym_explicit_function_specifier] = STATE(2312), [sym_dependent_type] = STATE(3945), [sym_template_declaration] = STATE(714), [sym_operator_cast] = STATE(5938), [sym_inline_method_definition] = STATE(714), [sym__constructor_specifiers] = STATE(2312), [sym_operator_cast_definition] = STATE(714), [sym_operator_cast_declaration] = STATE(714), [sym_constructor_or_destructor_definition] = STATE(714), [sym_constructor_or_destructor_declaration] = STATE(714), [sym_friend_declaration] = STATE(714), [sym_access_specifier] = STATE(7649), [sym_reference_declarator] = STATE(5671), [sym_structured_binding_declarator] = STATE(5671), [sym_template_type] = STATE(3646), [sym_template_function] = STATE(5671), [sym_using_declaration] = STATE(714), [sym_alias_declaration] = STATE(714), [sym_static_assert_declaration] = STATE(714), [sym_destructor_name] = STATE(5671), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5155), [sym_qualified_identifier] = STATE(5671), [sym_qualified_type_identifier] = STATE(4540), [sym_qualified_operator_cast_identifier] = STATE(5938), [sym_operator_name] = STATE(5671), [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(714), [aux_sym__declaration_specifiers_repeat1] = STATE(2567), [aux_sym_sized_type_specifier_repeat1] = STATE(3978), [aux_sym_operator_cast_definition_repeat1] = STATE(2312), [sym_identifier] = ACTIONS(2769), [aux_sym_preproc_def_token1] = ACTIONS(3568), [aux_sym_preproc_if_token1] = ACTIONS(3571), [aux_sym_preproc_if_token2] = ACTIONS(2778), [aux_sym_preproc_ifdef_token1] = ACTIONS(3574), [aux_sym_preproc_ifdef_token2] = ACTIONS(3574), [sym_preproc_directive] = ACTIONS(3577), [anon_sym_LPAREN2] = ACTIONS(2786), [anon_sym_TILDE] = ACTIONS(2789), [anon_sym_STAR] = ACTIONS(2792), [anon_sym_AMP_AMP] = ACTIONS(2795), [anon_sym_AMP] = ACTIONS(2798), [anon_sym_typedef] = ACTIONS(3580), [anon_sym_extern] = ACTIONS(2804), [anon_sym___attribute__] = ACTIONS(2807), [anon_sym_COLON_COLON] = ACTIONS(2810), [anon_sym_LBRACK_LBRACK] = ACTIONS(2813), [anon_sym___declspec] = ACTIONS(2816), [anon_sym___based] = ACTIONS(2819), [anon_sym_signed] = ACTIONS(2822), [anon_sym_unsigned] = ACTIONS(2822), [anon_sym_long] = ACTIONS(2822), [anon_sym_short] = ACTIONS(2822), [anon_sym_LBRACK] = ACTIONS(2825), [anon_sym_static] = ACTIONS(2804), [anon_sym_register] = ACTIONS(2804), [anon_sym_inline] = ACTIONS(2804), [anon_sym_thread_local] = ACTIONS(2804), [anon_sym_const] = ACTIONS(2828), [anon_sym_constexpr] = ACTIONS(2828), [anon_sym_volatile] = ACTIONS(2828), [anon_sym_restrict] = ACTIONS(2828), [anon_sym___restrict__] = ACTIONS(2828), [anon_sym__Atomic] = ACTIONS(2828), [anon_sym__Noreturn] = ACTIONS(2828), [anon_sym_noreturn] = ACTIONS(2828), [anon_sym_mutable] = ACTIONS(2828), [anon_sym_constinit] = ACTIONS(2828), [anon_sym_consteval] = ACTIONS(2828), [sym_primitive_type] = ACTIONS(2831), [anon_sym_enum] = ACTIONS(2834), [anon_sym_class] = ACTIONS(2837), [anon_sym_struct] = ACTIONS(2840), [anon_sym_union] = ACTIONS(2843), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2846), [anon_sym_decltype] = ACTIONS(2849), [anon_sym_virtual] = ACTIONS(2852), [anon_sym_explicit] = ACTIONS(2855), [anon_sym_typename] = ACTIONS(2858), [anon_sym_template] = ACTIONS(3583), [anon_sym_operator] = ACTIONS(2864), [anon_sym_friend] = ACTIONS(3586), [anon_sym_public] = ACTIONS(2870), [anon_sym_private] = ACTIONS(2870), [anon_sym_protected] = ACTIONS(2870), [anon_sym_using] = ACTIONS(3589), [anon_sym_static_assert] = ACTIONS(3592), }, [715] = { [sym_identifier] = ACTIONS(2918), [aux_sym_preproc_include_token1] = ACTIONS(2918), [aux_sym_preproc_def_token1] = ACTIONS(2918), [aux_sym_preproc_if_token1] = ACTIONS(2918), [aux_sym_preproc_if_token2] = ACTIONS(2918), [aux_sym_preproc_ifdef_token1] = ACTIONS(2918), [aux_sym_preproc_ifdef_token2] = ACTIONS(2918), [aux_sym_preproc_else_token1] = ACTIONS(2918), [aux_sym_preproc_elif_token1] = ACTIONS(2918), [sym_preproc_directive] = ACTIONS(2918), [anon_sym_LPAREN2] = ACTIONS(2920), [anon_sym_BANG] = ACTIONS(2920), [anon_sym_TILDE] = ACTIONS(2920), [anon_sym_DASH] = ACTIONS(2918), [anon_sym_PLUS] = ACTIONS(2918), [anon_sym_STAR] = ACTIONS(2920), [anon_sym_AMP_AMP] = ACTIONS(2920), [anon_sym_AMP] = ACTIONS(2918), [anon_sym_SEMI] = ACTIONS(2920), [anon_sym_typedef] = ACTIONS(2918), [anon_sym_extern] = ACTIONS(2918), [anon_sym___attribute__] = ACTIONS(2918), [anon_sym_COLON_COLON] = ACTIONS(2920), [anon_sym_LBRACK_LBRACK] = ACTIONS(2920), [anon_sym___declspec] = ACTIONS(2918), [anon_sym___based] = ACTIONS(2918), [anon_sym___cdecl] = ACTIONS(2918), [anon_sym___clrcall] = ACTIONS(2918), [anon_sym___stdcall] = ACTIONS(2918), [anon_sym___fastcall] = ACTIONS(2918), [anon_sym___thiscall] = ACTIONS(2918), [anon_sym___vectorcall] = ACTIONS(2918), [anon_sym_LBRACE] = ACTIONS(2920), [anon_sym_signed] = ACTIONS(2918), [anon_sym_unsigned] = ACTIONS(2918), [anon_sym_long] = ACTIONS(2918), [anon_sym_short] = ACTIONS(2918), [anon_sym_LBRACK] = ACTIONS(2918), [anon_sym_static] = ACTIONS(2918), [anon_sym_register] = ACTIONS(2918), [anon_sym_inline] = ACTIONS(2918), [anon_sym_thread_local] = ACTIONS(2918), [anon_sym_const] = ACTIONS(2918), [anon_sym_constexpr] = ACTIONS(2918), [anon_sym_volatile] = ACTIONS(2918), [anon_sym_restrict] = ACTIONS(2918), [anon_sym___restrict__] = ACTIONS(2918), [anon_sym__Atomic] = ACTIONS(2918), [anon_sym__Noreturn] = ACTIONS(2918), [anon_sym_noreturn] = ACTIONS(2918), [anon_sym_mutable] = ACTIONS(2918), [anon_sym_constinit] = ACTIONS(2918), [anon_sym_consteval] = ACTIONS(2918), [sym_primitive_type] = ACTIONS(2918), [anon_sym_enum] = ACTIONS(2918), [anon_sym_class] = ACTIONS(2918), [anon_sym_struct] = ACTIONS(2918), [anon_sym_union] = ACTIONS(2918), [anon_sym_if] = ACTIONS(2918), [anon_sym_else] = ACTIONS(2918), [anon_sym_switch] = ACTIONS(2918), [anon_sym_case] = ACTIONS(2918), [anon_sym_default] = ACTIONS(2918), [anon_sym_while] = ACTIONS(2918), [anon_sym_do] = ACTIONS(2918), [anon_sym_for] = ACTIONS(2918), [anon_sym_return] = ACTIONS(2918), [anon_sym_break] = ACTIONS(2918), [anon_sym_continue] = ACTIONS(2918), [anon_sym_goto] = ACTIONS(2918), [anon_sym_not] = ACTIONS(2918), [anon_sym_compl] = ACTIONS(2918), [anon_sym_DASH_DASH] = ACTIONS(2920), [anon_sym_PLUS_PLUS] = ACTIONS(2920), [anon_sym_sizeof] = ACTIONS(2918), [anon_sym_offsetof] = ACTIONS(2918), [anon_sym__Generic] = ACTIONS(2918), [anon_sym_asm] = ACTIONS(2918), [anon_sym___asm__] = ACTIONS(2918), [sym_number_literal] = ACTIONS(2920), [anon_sym_L_SQUOTE] = ACTIONS(2920), [anon_sym_u_SQUOTE] = ACTIONS(2920), [anon_sym_U_SQUOTE] = ACTIONS(2920), [anon_sym_u8_SQUOTE] = ACTIONS(2920), [anon_sym_SQUOTE] = ACTIONS(2920), [anon_sym_L_DQUOTE] = ACTIONS(2920), [anon_sym_u_DQUOTE] = ACTIONS(2920), [anon_sym_U_DQUOTE] = ACTIONS(2920), [anon_sym_u8_DQUOTE] = ACTIONS(2920), [anon_sym_DQUOTE] = ACTIONS(2920), [sym_true] = ACTIONS(2918), [sym_false] = ACTIONS(2918), [anon_sym_NULL] = ACTIONS(2918), [anon_sym_nullptr] = ACTIONS(2918), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2918), [anon_sym_decltype] = ACTIONS(2918), [anon_sym_virtual] = ACTIONS(2918), [anon_sym_explicit] = ACTIONS(2918), [anon_sym_typename] = ACTIONS(2918), [anon_sym_template] = ACTIONS(2918), [anon_sym_operator] = ACTIONS(2918), [anon_sym_try] = ACTIONS(2918), [anon_sym_delete] = ACTIONS(2918), [anon_sym_throw] = ACTIONS(2918), [anon_sym_namespace] = ACTIONS(2918), [anon_sym_using] = ACTIONS(2918), [anon_sym_static_assert] = ACTIONS(2918), [anon_sym_concept] = ACTIONS(2918), [anon_sym_co_return] = ACTIONS(2918), [anon_sym_co_yield] = ACTIONS(2918), [anon_sym_R_DQUOTE] = ACTIONS(2920), [anon_sym_LR_DQUOTE] = ACTIONS(2920), [anon_sym_uR_DQUOTE] = ACTIONS(2920), [anon_sym_UR_DQUOTE] = ACTIONS(2920), [anon_sym_u8R_DQUOTE] = ACTIONS(2920), [anon_sym_co_await] = ACTIONS(2918), [anon_sym_new] = ACTIONS(2918), [anon_sym_requires] = ACTIONS(2918), [sym_this] = ACTIONS(2918), }, [716] = { [sym_preproc_def] = STATE(685), [sym_preproc_function_def] = STATE(685), [sym_preproc_call] = STATE(685), [sym_preproc_if_in_field_declaration_list] = STATE(685), [sym_preproc_ifdef_in_field_declaration_list] = STATE(685), [sym_type_definition] = STATE(685), [sym__declaration_modifiers] = STATE(3697), [sym__declaration_specifiers] = STATE(4843), [sym_attribute_specifier] = STATE(3697), [sym_attribute_declaration] = STATE(3697), [sym_ms_declspec_modifier] = STATE(3697), [sym_ms_based_modifier] = STATE(7599), [sym__declarator] = STATE(5891), [sym_parenthesized_declarator] = STATE(5671), [sym_attributed_declarator] = STATE(5671), [sym_pointer_declarator] = STATE(5671), [sym_function_declarator] = STATE(5524), [sym_array_declarator] = STATE(5671), [sym_storage_class_specifier] = STATE(3697), [sym_type_qualifier] = STATE(3697), [sym__type_specifier] = STATE(3841), [sym_sized_type_specifier] = STATE(3945), [sym_enum_specifier] = STATE(3945), [sym_struct_specifier] = STATE(3945), [sym_union_specifier] = STATE(3945), [sym__field_declaration_list_item] = STATE(685), [sym_field_declaration] = STATE(685), [sym_placeholder_type_specifier] = STATE(3945), [sym_decltype_auto] = STATE(3928), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3945), [sym_virtual] = STATE(3697), [sym_explicit_function_specifier] = STATE(2310), [sym_dependent_type] = STATE(3945), [sym_template_declaration] = STATE(685), [sym_operator_cast] = STATE(5904), [sym_inline_method_definition] = STATE(685), [sym__constructor_specifiers] = STATE(2310), [sym_operator_cast_definition] = STATE(685), [sym_operator_cast_declaration] = STATE(685), [sym_constructor_or_destructor_definition] = STATE(685), [sym_constructor_or_destructor_declaration] = STATE(685), [sym_friend_declaration] = STATE(685), [sym_access_specifier] = STATE(7339), [sym_reference_declarator] = STATE(5671), [sym_structured_binding_declarator] = STATE(5671), [sym_template_type] = STATE(3646), [sym_template_function] = STATE(5671), [sym_using_declaration] = STATE(685), [sym_alias_declaration] = STATE(685), [sym_static_assert_declaration] = STATE(685), [sym_destructor_name] = STATE(5671), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5155), [sym_qualified_identifier] = STATE(5671), [sym_qualified_type_identifier] = STATE(4540), [sym_qualified_operator_cast_identifier] = STATE(5904), [sym_operator_name] = STATE(5671), [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(685), [aux_sym__declaration_specifiers_repeat1] = STATE(2567), [aux_sym_sized_type_specifier_repeat1] = STATE(3978), [aux_sym_operator_cast_definition_repeat1] = STATE(2310), [sym_identifier] = ACTIONS(2544), [aux_sym_preproc_def_token1] = ACTIONS(3463), [aux_sym_preproc_if_token1] = ACTIONS(3465), [aux_sym_preproc_ifdef_token1] = ACTIONS(3467), [aux_sym_preproc_ifdef_token2] = ACTIONS(3467), [sym_preproc_directive] = ACTIONS(3469), [anon_sym_LPAREN2] = ACTIONS(2560), [anon_sym_TILDE] = ACTIONS(2562), [anon_sym_STAR] = ACTIONS(2564), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(2566), [anon_sym_typedef] = ACTIONS(3471), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(2570), [anon_sym_LBRACK_LBRACK] = ACTIONS(1813), [anon_sym___declspec] = ACTIONS(43), [anon_sym___based] = ACTIONS(45), [anon_sym_RBRACE] = ACTIONS(3595), [anon_sym_signed] = ACTIONS(2572), [anon_sym_unsigned] = ACTIONS(2572), [anon_sym_long] = ACTIONS(2572), [anon_sym_short] = ACTIONS(2572), [anon_sym_LBRACK] = ACTIONS(2574), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(2576), [anon_sym_enum] = ACTIONS(2578), [anon_sym_class] = ACTIONS(2580), [anon_sym_struct] = ACTIONS(2582), [anon_sym_union] = ACTIONS(2584), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2586), [anon_sym_decltype] = ACTIONS(2588), [anon_sym_virtual] = ACTIONS(117), [anon_sym_explicit] = ACTIONS(119), [anon_sym_typename] = ACTIONS(2590), [anon_sym_template] = ACTIONS(3475), [anon_sym_operator] = ACTIONS(125), [anon_sym_friend] = ACTIONS(3477), [anon_sym_public] = ACTIONS(2596), [anon_sym_private] = ACTIONS(2596), [anon_sym_protected] = ACTIONS(2596), [anon_sym_using] = ACTIONS(3479), [anon_sym_static_assert] = ACTIONS(3481), }, [717] = { [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_if_token2] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [aux_sym_preproc_else_token1] = ACTIONS(2914), [aux_sym_preproc_elif_token1] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [718] = { [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_if_token2] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [aux_sym_preproc_else_token1] = ACTIONS(2914), [aux_sym_preproc_elif_token1] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [719] = { [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_if_token2] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [aux_sym_preproc_else_token1] = ACTIONS(2914), [aux_sym_preproc_elif_token1] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [720] = { [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_if_token2] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [aux_sym_preproc_else_token1] = ACTIONS(2914), [aux_sym_preproc_elif_token1] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [721] = { [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_if_token2] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [aux_sym_preproc_else_token1] = ACTIONS(2914), [aux_sym_preproc_elif_token1] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [722] = { [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_if_token2] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [aux_sym_preproc_else_token1] = ACTIONS(2914), [aux_sym_preproc_elif_token1] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [723] = { [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_if_token2] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [aux_sym_preproc_else_token1] = ACTIONS(2914), [aux_sym_preproc_elif_token1] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [724] = { [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_if_token2] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [aux_sym_preproc_else_token1] = ACTIONS(2914), [aux_sym_preproc_elif_token1] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [725] = { [sym_identifier] = ACTIONS(3028), [aux_sym_preproc_include_token1] = ACTIONS(3028), [aux_sym_preproc_def_token1] = ACTIONS(3028), [aux_sym_preproc_if_token1] = ACTIONS(3028), [aux_sym_preproc_if_token2] = ACTIONS(3028), [aux_sym_preproc_ifdef_token1] = ACTIONS(3028), [aux_sym_preproc_ifdef_token2] = ACTIONS(3028), [aux_sym_preproc_else_token1] = ACTIONS(3028), [aux_sym_preproc_elif_token1] = ACTIONS(3028), [sym_preproc_directive] = ACTIONS(3028), [anon_sym_LPAREN2] = ACTIONS(3030), [anon_sym_BANG] = ACTIONS(3030), [anon_sym_TILDE] = ACTIONS(3030), [anon_sym_DASH] = ACTIONS(3028), [anon_sym_PLUS] = ACTIONS(3028), [anon_sym_STAR] = ACTIONS(3030), [anon_sym_AMP_AMP] = ACTIONS(3030), [anon_sym_AMP] = ACTIONS(3028), [anon_sym_SEMI] = ACTIONS(3030), [anon_sym_typedef] = ACTIONS(3028), [anon_sym_extern] = ACTIONS(3028), [anon_sym___attribute__] = ACTIONS(3028), [anon_sym_COLON_COLON] = ACTIONS(3030), [anon_sym_LBRACK_LBRACK] = ACTIONS(3030), [anon_sym___declspec] = ACTIONS(3028), [anon_sym___based] = ACTIONS(3028), [anon_sym___cdecl] = ACTIONS(3028), [anon_sym___clrcall] = ACTIONS(3028), [anon_sym___stdcall] = ACTIONS(3028), [anon_sym___fastcall] = ACTIONS(3028), [anon_sym___thiscall] = ACTIONS(3028), [anon_sym___vectorcall] = ACTIONS(3028), [anon_sym_LBRACE] = ACTIONS(3030), [anon_sym_signed] = ACTIONS(3028), [anon_sym_unsigned] = ACTIONS(3028), [anon_sym_long] = ACTIONS(3028), [anon_sym_short] = ACTIONS(3028), [anon_sym_LBRACK] = ACTIONS(3028), [anon_sym_static] = ACTIONS(3028), [anon_sym_register] = ACTIONS(3028), [anon_sym_inline] = ACTIONS(3028), [anon_sym_thread_local] = ACTIONS(3028), [anon_sym_const] = ACTIONS(3028), [anon_sym_constexpr] = ACTIONS(3028), [anon_sym_volatile] = ACTIONS(3028), [anon_sym_restrict] = ACTIONS(3028), [anon_sym___restrict__] = ACTIONS(3028), [anon_sym__Atomic] = ACTIONS(3028), [anon_sym__Noreturn] = ACTIONS(3028), [anon_sym_noreturn] = ACTIONS(3028), [anon_sym_mutable] = ACTIONS(3028), [anon_sym_constinit] = ACTIONS(3028), [anon_sym_consteval] = ACTIONS(3028), [sym_primitive_type] = ACTIONS(3028), [anon_sym_enum] = ACTIONS(3028), [anon_sym_class] = ACTIONS(3028), [anon_sym_struct] = ACTIONS(3028), [anon_sym_union] = ACTIONS(3028), [anon_sym_if] = ACTIONS(3028), [anon_sym_else] = ACTIONS(3028), [anon_sym_switch] = ACTIONS(3028), [anon_sym_case] = ACTIONS(3028), [anon_sym_default] = ACTIONS(3028), [anon_sym_while] = ACTIONS(3028), [anon_sym_do] = ACTIONS(3028), [anon_sym_for] = ACTIONS(3028), [anon_sym_return] = ACTIONS(3028), [anon_sym_break] = ACTIONS(3028), [anon_sym_continue] = ACTIONS(3028), [anon_sym_goto] = ACTIONS(3028), [anon_sym_not] = ACTIONS(3028), [anon_sym_compl] = ACTIONS(3028), [anon_sym_DASH_DASH] = ACTIONS(3030), [anon_sym_PLUS_PLUS] = ACTIONS(3030), [anon_sym_sizeof] = ACTIONS(3028), [anon_sym_offsetof] = ACTIONS(3028), [anon_sym__Generic] = ACTIONS(3028), [anon_sym_asm] = ACTIONS(3028), [anon_sym___asm__] = ACTIONS(3028), [sym_number_literal] = ACTIONS(3030), [anon_sym_L_SQUOTE] = ACTIONS(3030), [anon_sym_u_SQUOTE] = ACTIONS(3030), [anon_sym_U_SQUOTE] = ACTIONS(3030), [anon_sym_u8_SQUOTE] = ACTIONS(3030), [anon_sym_SQUOTE] = ACTIONS(3030), [anon_sym_L_DQUOTE] = ACTIONS(3030), [anon_sym_u_DQUOTE] = ACTIONS(3030), [anon_sym_U_DQUOTE] = ACTIONS(3030), [anon_sym_u8_DQUOTE] = ACTIONS(3030), [anon_sym_DQUOTE] = ACTIONS(3030), [sym_true] = ACTIONS(3028), [sym_false] = ACTIONS(3028), [anon_sym_NULL] = ACTIONS(3028), [anon_sym_nullptr] = ACTIONS(3028), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3028), [anon_sym_decltype] = ACTIONS(3028), [anon_sym_virtual] = ACTIONS(3028), [anon_sym_explicit] = ACTIONS(3028), [anon_sym_typename] = ACTIONS(3028), [anon_sym_template] = ACTIONS(3028), [anon_sym_operator] = ACTIONS(3028), [anon_sym_try] = ACTIONS(3028), [anon_sym_delete] = ACTIONS(3028), [anon_sym_throw] = ACTIONS(3028), [anon_sym_namespace] = ACTIONS(3028), [anon_sym_using] = ACTIONS(3028), [anon_sym_static_assert] = ACTIONS(3028), [anon_sym_concept] = ACTIONS(3028), [anon_sym_co_return] = ACTIONS(3028), [anon_sym_co_yield] = ACTIONS(3028), [anon_sym_R_DQUOTE] = ACTIONS(3030), [anon_sym_LR_DQUOTE] = ACTIONS(3030), [anon_sym_uR_DQUOTE] = ACTIONS(3030), [anon_sym_UR_DQUOTE] = ACTIONS(3030), [anon_sym_u8R_DQUOTE] = ACTIONS(3030), [anon_sym_co_await] = ACTIONS(3028), [anon_sym_new] = ACTIONS(3028), [anon_sym_requires] = ACTIONS(3028), [sym_this] = ACTIONS(3028), }, [726] = { [sym_identifier] = ACTIONS(3052), [aux_sym_preproc_include_token1] = ACTIONS(3052), [aux_sym_preproc_def_token1] = ACTIONS(3052), [aux_sym_preproc_if_token1] = ACTIONS(3052), [aux_sym_preproc_if_token2] = ACTIONS(3052), [aux_sym_preproc_ifdef_token1] = ACTIONS(3052), [aux_sym_preproc_ifdef_token2] = ACTIONS(3052), [aux_sym_preproc_else_token1] = ACTIONS(3052), [aux_sym_preproc_elif_token1] = ACTIONS(3052), [sym_preproc_directive] = ACTIONS(3052), [anon_sym_LPAREN2] = ACTIONS(3054), [anon_sym_BANG] = ACTIONS(3054), [anon_sym_TILDE] = ACTIONS(3054), [anon_sym_DASH] = ACTIONS(3052), [anon_sym_PLUS] = ACTIONS(3052), [anon_sym_STAR] = ACTIONS(3054), [anon_sym_AMP_AMP] = ACTIONS(3054), [anon_sym_AMP] = ACTIONS(3052), [anon_sym_SEMI] = ACTIONS(3054), [anon_sym_typedef] = ACTIONS(3052), [anon_sym_extern] = ACTIONS(3052), [anon_sym___attribute__] = ACTIONS(3052), [anon_sym_COLON_COLON] = ACTIONS(3054), [anon_sym_LBRACK_LBRACK] = ACTIONS(3054), [anon_sym___declspec] = ACTIONS(3052), [anon_sym___based] = ACTIONS(3052), [anon_sym___cdecl] = ACTIONS(3052), [anon_sym___clrcall] = ACTIONS(3052), [anon_sym___stdcall] = ACTIONS(3052), [anon_sym___fastcall] = ACTIONS(3052), [anon_sym___thiscall] = ACTIONS(3052), [anon_sym___vectorcall] = ACTIONS(3052), [anon_sym_LBRACE] = ACTIONS(3054), [anon_sym_signed] = ACTIONS(3052), [anon_sym_unsigned] = ACTIONS(3052), [anon_sym_long] = ACTIONS(3052), [anon_sym_short] = ACTIONS(3052), [anon_sym_LBRACK] = ACTIONS(3052), [anon_sym_static] = ACTIONS(3052), [anon_sym_register] = ACTIONS(3052), [anon_sym_inline] = ACTIONS(3052), [anon_sym_thread_local] = ACTIONS(3052), [anon_sym_const] = ACTIONS(3052), [anon_sym_constexpr] = ACTIONS(3052), [anon_sym_volatile] = ACTIONS(3052), [anon_sym_restrict] = ACTIONS(3052), [anon_sym___restrict__] = ACTIONS(3052), [anon_sym__Atomic] = ACTIONS(3052), [anon_sym__Noreturn] = ACTIONS(3052), [anon_sym_noreturn] = ACTIONS(3052), [anon_sym_mutable] = ACTIONS(3052), [anon_sym_constinit] = ACTIONS(3052), [anon_sym_consteval] = ACTIONS(3052), [sym_primitive_type] = ACTIONS(3052), [anon_sym_enum] = ACTIONS(3052), [anon_sym_class] = ACTIONS(3052), [anon_sym_struct] = ACTIONS(3052), [anon_sym_union] = ACTIONS(3052), [anon_sym_if] = ACTIONS(3052), [anon_sym_else] = ACTIONS(3052), [anon_sym_switch] = ACTIONS(3052), [anon_sym_case] = ACTIONS(3052), [anon_sym_default] = ACTIONS(3052), [anon_sym_while] = ACTIONS(3052), [anon_sym_do] = ACTIONS(3052), [anon_sym_for] = ACTIONS(3052), [anon_sym_return] = ACTIONS(3052), [anon_sym_break] = ACTIONS(3052), [anon_sym_continue] = ACTIONS(3052), [anon_sym_goto] = ACTIONS(3052), [anon_sym_not] = ACTIONS(3052), [anon_sym_compl] = ACTIONS(3052), [anon_sym_DASH_DASH] = ACTIONS(3054), [anon_sym_PLUS_PLUS] = ACTIONS(3054), [anon_sym_sizeof] = ACTIONS(3052), [anon_sym_offsetof] = ACTIONS(3052), [anon_sym__Generic] = ACTIONS(3052), [anon_sym_asm] = ACTIONS(3052), [anon_sym___asm__] = ACTIONS(3052), [sym_number_literal] = ACTIONS(3054), [anon_sym_L_SQUOTE] = ACTIONS(3054), [anon_sym_u_SQUOTE] = ACTIONS(3054), [anon_sym_U_SQUOTE] = ACTIONS(3054), [anon_sym_u8_SQUOTE] = ACTIONS(3054), [anon_sym_SQUOTE] = ACTIONS(3054), [anon_sym_L_DQUOTE] = ACTIONS(3054), [anon_sym_u_DQUOTE] = ACTIONS(3054), [anon_sym_U_DQUOTE] = ACTIONS(3054), [anon_sym_u8_DQUOTE] = ACTIONS(3054), [anon_sym_DQUOTE] = ACTIONS(3054), [sym_true] = ACTIONS(3052), [sym_false] = ACTIONS(3052), [anon_sym_NULL] = ACTIONS(3052), [anon_sym_nullptr] = ACTIONS(3052), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3052), [anon_sym_decltype] = ACTIONS(3052), [anon_sym_virtual] = ACTIONS(3052), [anon_sym_explicit] = ACTIONS(3052), [anon_sym_typename] = ACTIONS(3052), [anon_sym_template] = ACTIONS(3052), [anon_sym_operator] = ACTIONS(3052), [anon_sym_try] = ACTIONS(3052), [anon_sym_delete] = ACTIONS(3052), [anon_sym_throw] = ACTIONS(3052), [anon_sym_namespace] = ACTIONS(3052), [anon_sym_using] = ACTIONS(3052), [anon_sym_static_assert] = ACTIONS(3052), [anon_sym_concept] = ACTIONS(3052), [anon_sym_co_return] = ACTIONS(3052), [anon_sym_co_yield] = ACTIONS(3052), [anon_sym_R_DQUOTE] = ACTIONS(3054), [anon_sym_LR_DQUOTE] = ACTIONS(3054), [anon_sym_uR_DQUOTE] = ACTIONS(3054), [anon_sym_UR_DQUOTE] = ACTIONS(3054), [anon_sym_u8R_DQUOTE] = ACTIONS(3054), [anon_sym_co_await] = ACTIONS(3052), [anon_sym_new] = ACTIONS(3052), [anon_sym_requires] = ACTIONS(3052), [sym_this] = ACTIONS(3052), }, [727] = { [sym_identifier] = ACTIONS(3024), [aux_sym_preproc_include_token1] = ACTIONS(3024), [aux_sym_preproc_def_token1] = ACTIONS(3024), [aux_sym_preproc_if_token1] = ACTIONS(3024), [aux_sym_preproc_if_token2] = ACTIONS(3024), [aux_sym_preproc_ifdef_token1] = ACTIONS(3024), [aux_sym_preproc_ifdef_token2] = ACTIONS(3024), [aux_sym_preproc_else_token1] = ACTIONS(3024), [aux_sym_preproc_elif_token1] = ACTIONS(3024), [sym_preproc_directive] = ACTIONS(3024), [anon_sym_LPAREN2] = ACTIONS(3026), [anon_sym_BANG] = ACTIONS(3026), [anon_sym_TILDE] = ACTIONS(3026), [anon_sym_DASH] = ACTIONS(3024), [anon_sym_PLUS] = ACTIONS(3024), [anon_sym_STAR] = ACTIONS(3026), [anon_sym_AMP_AMP] = ACTIONS(3026), [anon_sym_AMP] = ACTIONS(3024), [anon_sym_SEMI] = ACTIONS(3026), [anon_sym_typedef] = ACTIONS(3024), [anon_sym_extern] = ACTIONS(3024), [anon_sym___attribute__] = ACTIONS(3024), [anon_sym_COLON_COLON] = ACTIONS(3026), [anon_sym_LBRACK_LBRACK] = ACTIONS(3026), [anon_sym___declspec] = ACTIONS(3024), [anon_sym___based] = ACTIONS(3024), [anon_sym___cdecl] = ACTIONS(3024), [anon_sym___clrcall] = ACTIONS(3024), [anon_sym___stdcall] = ACTIONS(3024), [anon_sym___fastcall] = ACTIONS(3024), [anon_sym___thiscall] = ACTIONS(3024), [anon_sym___vectorcall] = ACTIONS(3024), [anon_sym_LBRACE] = ACTIONS(3026), [anon_sym_signed] = ACTIONS(3024), [anon_sym_unsigned] = ACTIONS(3024), [anon_sym_long] = ACTIONS(3024), [anon_sym_short] = ACTIONS(3024), [anon_sym_LBRACK] = ACTIONS(3024), [anon_sym_static] = ACTIONS(3024), [anon_sym_register] = ACTIONS(3024), [anon_sym_inline] = ACTIONS(3024), [anon_sym_thread_local] = ACTIONS(3024), [anon_sym_const] = ACTIONS(3024), [anon_sym_constexpr] = ACTIONS(3024), [anon_sym_volatile] = ACTIONS(3024), [anon_sym_restrict] = ACTIONS(3024), [anon_sym___restrict__] = ACTIONS(3024), [anon_sym__Atomic] = ACTIONS(3024), [anon_sym__Noreturn] = ACTIONS(3024), [anon_sym_noreturn] = ACTIONS(3024), [anon_sym_mutable] = ACTIONS(3024), [anon_sym_constinit] = ACTIONS(3024), [anon_sym_consteval] = ACTIONS(3024), [sym_primitive_type] = ACTIONS(3024), [anon_sym_enum] = ACTIONS(3024), [anon_sym_class] = ACTIONS(3024), [anon_sym_struct] = ACTIONS(3024), [anon_sym_union] = ACTIONS(3024), [anon_sym_if] = ACTIONS(3024), [anon_sym_else] = ACTIONS(3024), [anon_sym_switch] = ACTIONS(3024), [anon_sym_case] = ACTIONS(3024), [anon_sym_default] = ACTIONS(3024), [anon_sym_while] = ACTIONS(3024), [anon_sym_do] = ACTIONS(3024), [anon_sym_for] = ACTIONS(3024), [anon_sym_return] = ACTIONS(3024), [anon_sym_break] = ACTIONS(3024), [anon_sym_continue] = ACTIONS(3024), [anon_sym_goto] = ACTIONS(3024), [anon_sym_not] = ACTIONS(3024), [anon_sym_compl] = ACTIONS(3024), [anon_sym_DASH_DASH] = ACTIONS(3026), [anon_sym_PLUS_PLUS] = ACTIONS(3026), [anon_sym_sizeof] = ACTIONS(3024), [anon_sym_offsetof] = ACTIONS(3024), [anon_sym__Generic] = ACTIONS(3024), [anon_sym_asm] = ACTIONS(3024), [anon_sym___asm__] = ACTIONS(3024), [sym_number_literal] = ACTIONS(3026), [anon_sym_L_SQUOTE] = ACTIONS(3026), [anon_sym_u_SQUOTE] = ACTIONS(3026), [anon_sym_U_SQUOTE] = ACTIONS(3026), [anon_sym_u8_SQUOTE] = ACTIONS(3026), [anon_sym_SQUOTE] = ACTIONS(3026), [anon_sym_L_DQUOTE] = ACTIONS(3026), [anon_sym_u_DQUOTE] = ACTIONS(3026), [anon_sym_U_DQUOTE] = ACTIONS(3026), [anon_sym_u8_DQUOTE] = ACTIONS(3026), [anon_sym_DQUOTE] = ACTIONS(3026), [sym_true] = ACTIONS(3024), [sym_false] = ACTIONS(3024), [anon_sym_NULL] = ACTIONS(3024), [anon_sym_nullptr] = ACTIONS(3024), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3024), [anon_sym_decltype] = ACTIONS(3024), [anon_sym_virtual] = ACTIONS(3024), [anon_sym_explicit] = ACTIONS(3024), [anon_sym_typename] = ACTIONS(3024), [anon_sym_template] = ACTIONS(3024), [anon_sym_operator] = ACTIONS(3024), [anon_sym_try] = ACTIONS(3024), [anon_sym_delete] = ACTIONS(3024), [anon_sym_throw] = ACTIONS(3024), [anon_sym_namespace] = ACTIONS(3024), [anon_sym_using] = ACTIONS(3024), [anon_sym_static_assert] = ACTIONS(3024), [anon_sym_concept] = ACTIONS(3024), [anon_sym_co_return] = ACTIONS(3024), [anon_sym_co_yield] = ACTIONS(3024), [anon_sym_R_DQUOTE] = ACTIONS(3026), [anon_sym_LR_DQUOTE] = ACTIONS(3026), [anon_sym_uR_DQUOTE] = ACTIONS(3026), [anon_sym_UR_DQUOTE] = ACTIONS(3026), [anon_sym_u8R_DQUOTE] = ACTIONS(3026), [anon_sym_co_await] = ACTIONS(3024), [anon_sym_new] = ACTIONS(3024), [anon_sym_requires] = ACTIONS(3024), [sym_this] = ACTIONS(3024), }, [728] = { [sym_identifier] = ACTIONS(3020), [aux_sym_preproc_include_token1] = ACTIONS(3020), [aux_sym_preproc_def_token1] = ACTIONS(3020), [aux_sym_preproc_if_token1] = ACTIONS(3020), [aux_sym_preproc_if_token2] = ACTIONS(3020), [aux_sym_preproc_ifdef_token1] = ACTIONS(3020), [aux_sym_preproc_ifdef_token2] = ACTIONS(3020), [aux_sym_preproc_else_token1] = ACTIONS(3020), [aux_sym_preproc_elif_token1] = ACTIONS(3020), [sym_preproc_directive] = ACTIONS(3020), [anon_sym_LPAREN2] = ACTIONS(3022), [anon_sym_BANG] = ACTIONS(3022), [anon_sym_TILDE] = ACTIONS(3022), [anon_sym_DASH] = ACTIONS(3020), [anon_sym_PLUS] = ACTIONS(3020), [anon_sym_STAR] = ACTIONS(3022), [anon_sym_AMP_AMP] = ACTIONS(3022), [anon_sym_AMP] = ACTIONS(3020), [anon_sym_SEMI] = ACTIONS(3022), [anon_sym_typedef] = ACTIONS(3020), [anon_sym_extern] = ACTIONS(3020), [anon_sym___attribute__] = ACTIONS(3020), [anon_sym_COLON_COLON] = ACTIONS(3022), [anon_sym_LBRACK_LBRACK] = ACTIONS(3022), [anon_sym___declspec] = ACTIONS(3020), [anon_sym___based] = ACTIONS(3020), [anon_sym___cdecl] = ACTIONS(3020), [anon_sym___clrcall] = ACTIONS(3020), [anon_sym___stdcall] = ACTIONS(3020), [anon_sym___fastcall] = ACTIONS(3020), [anon_sym___thiscall] = ACTIONS(3020), [anon_sym___vectorcall] = ACTIONS(3020), [anon_sym_LBRACE] = ACTIONS(3022), [anon_sym_signed] = ACTIONS(3020), [anon_sym_unsigned] = ACTIONS(3020), [anon_sym_long] = ACTIONS(3020), [anon_sym_short] = ACTIONS(3020), [anon_sym_LBRACK] = ACTIONS(3020), [anon_sym_static] = ACTIONS(3020), [anon_sym_register] = ACTIONS(3020), [anon_sym_inline] = ACTIONS(3020), [anon_sym_thread_local] = ACTIONS(3020), [anon_sym_const] = ACTIONS(3020), [anon_sym_constexpr] = ACTIONS(3020), [anon_sym_volatile] = ACTIONS(3020), [anon_sym_restrict] = ACTIONS(3020), [anon_sym___restrict__] = ACTIONS(3020), [anon_sym__Atomic] = ACTIONS(3020), [anon_sym__Noreturn] = ACTIONS(3020), [anon_sym_noreturn] = ACTIONS(3020), [anon_sym_mutable] = ACTIONS(3020), [anon_sym_constinit] = ACTIONS(3020), [anon_sym_consteval] = ACTIONS(3020), [sym_primitive_type] = ACTIONS(3020), [anon_sym_enum] = ACTIONS(3020), [anon_sym_class] = ACTIONS(3020), [anon_sym_struct] = ACTIONS(3020), [anon_sym_union] = ACTIONS(3020), [anon_sym_if] = ACTIONS(3020), [anon_sym_else] = ACTIONS(3020), [anon_sym_switch] = ACTIONS(3020), [anon_sym_case] = ACTIONS(3020), [anon_sym_default] = ACTIONS(3020), [anon_sym_while] = ACTIONS(3020), [anon_sym_do] = ACTIONS(3020), [anon_sym_for] = ACTIONS(3020), [anon_sym_return] = ACTIONS(3020), [anon_sym_break] = ACTIONS(3020), [anon_sym_continue] = ACTIONS(3020), [anon_sym_goto] = ACTIONS(3020), [anon_sym_not] = ACTIONS(3020), [anon_sym_compl] = ACTIONS(3020), [anon_sym_DASH_DASH] = ACTIONS(3022), [anon_sym_PLUS_PLUS] = ACTIONS(3022), [anon_sym_sizeof] = ACTIONS(3020), [anon_sym_offsetof] = ACTIONS(3020), [anon_sym__Generic] = ACTIONS(3020), [anon_sym_asm] = ACTIONS(3020), [anon_sym___asm__] = ACTIONS(3020), [sym_number_literal] = ACTIONS(3022), [anon_sym_L_SQUOTE] = ACTIONS(3022), [anon_sym_u_SQUOTE] = ACTIONS(3022), [anon_sym_U_SQUOTE] = ACTIONS(3022), [anon_sym_u8_SQUOTE] = ACTIONS(3022), [anon_sym_SQUOTE] = ACTIONS(3022), [anon_sym_L_DQUOTE] = ACTIONS(3022), [anon_sym_u_DQUOTE] = ACTIONS(3022), [anon_sym_U_DQUOTE] = ACTIONS(3022), [anon_sym_u8_DQUOTE] = ACTIONS(3022), [anon_sym_DQUOTE] = ACTIONS(3022), [sym_true] = ACTIONS(3020), [sym_false] = ACTIONS(3020), [anon_sym_NULL] = ACTIONS(3020), [anon_sym_nullptr] = ACTIONS(3020), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3020), [anon_sym_decltype] = ACTIONS(3020), [anon_sym_virtual] = ACTIONS(3020), [anon_sym_explicit] = ACTIONS(3020), [anon_sym_typename] = ACTIONS(3020), [anon_sym_template] = ACTIONS(3020), [anon_sym_operator] = ACTIONS(3020), [anon_sym_try] = ACTIONS(3020), [anon_sym_delete] = ACTIONS(3020), [anon_sym_throw] = ACTIONS(3020), [anon_sym_namespace] = ACTIONS(3020), [anon_sym_using] = ACTIONS(3020), [anon_sym_static_assert] = ACTIONS(3020), [anon_sym_concept] = ACTIONS(3020), [anon_sym_co_return] = ACTIONS(3020), [anon_sym_co_yield] = ACTIONS(3020), [anon_sym_R_DQUOTE] = ACTIONS(3022), [anon_sym_LR_DQUOTE] = ACTIONS(3022), [anon_sym_uR_DQUOTE] = ACTIONS(3022), [anon_sym_UR_DQUOTE] = ACTIONS(3022), [anon_sym_u8R_DQUOTE] = ACTIONS(3022), [anon_sym_co_await] = ACTIONS(3020), [anon_sym_new] = ACTIONS(3020), [anon_sym_requires] = ACTIONS(3020), [sym_this] = ACTIONS(3020), }, [729] = { [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_if_token2] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [aux_sym_preproc_else_token1] = ACTIONS(2914), [aux_sym_preproc_elif_token1] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [730] = { [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_if_token2] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [aux_sym_preproc_else_token1] = ACTIONS(2914), [aux_sym_preproc_elif_token1] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [731] = { [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_if_token2] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [aux_sym_preproc_else_token1] = ACTIONS(2914), [aux_sym_preproc_elif_token1] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [732] = { [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_if_token2] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [aux_sym_preproc_else_token1] = ACTIONS(2914), [aux_sym_preproc_elif_token1] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [733] = { [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_if_token2] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [aux_sym_preproc_else_token1] = ACTIONS(2914), [aux_sym_preproc_elif_token1] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [734] = { [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_if_token2] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [aux_sym_preproc_else_token1] = ACTIONS(2914), [aux_sym_preproc_elif_token1] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [735] = { [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_if_token2] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [aux_sym_preproc_else_token1] = ACTIONS(2914), [aux_sym_preproc_elif_token1] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [736] = { [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_if_token2] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [aux_sym_preproc_else_token1] = ACTIONS(2914), [aux_sym_preproc_elif_token1] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [737] = { [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_if_token2] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [aux_sym_preproc_else_token1] = ACTIONS(2914), [aux_sym_preproc_elif_token1] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [738] = { [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_if_token2] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [aux_sym_preproc_else_token1] = ACTIONS(2914), [aux_sym_preproc_elif_token1] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [739] = { [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_if_token2] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [aux_sym_preproc_else_token1] = ACTIONS(2914), [aux_sym_preproc_elif_token1] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [740] = { [sym_identifier] = ACTIONS(2972), [aux_sym_preproc_include_token1] = ACTIONS(2972), [aux_sym_preproc_def_token1] = ACTIONS(2972), [aux_sym_preproc_if_token1] = ACTIONS(2972), [aux_sym_preproc_if_token2] = ACTIONS(2972), [aux_sym_preproc_ifdef_token1] = ACTIONS(2972), [aux_sym_preproc_ifdef_token2] = ACTIONS(2972), [aux_sym_preproc_else_token1] = ACTIONS(2972), [aux_sym_preproc_elif_token1] = ACTIONS(2972), [sym_preproc_directive] = ACTIONS(2972), [anon_sym_LPAREN2] = ACTIONS(2974), [anon_sym_BANG] = ACTIONS(2974), [anon_sym_TILDE] = ACTIONS(2974), [anon_sym_DASH] = ACTIONS(2972), [anon_sym_PLUS] = ACTIONS(2972), [anon_sym_STAR] = ACTIONS(2974), [anon_sym_AMP_AMP] = ACTIONS(2974), [anon_sym_AMP] = ACTIONS(2972), [anon_sym_SEMI] = ACTIONS(2974), [anon_sym_typedef] = ACTIONS(2972), [anon_sym_extern] = ACTIONS(2972), [anon_sym___attribute__] = ACTIONS(2972), [anon_sym_COLON_COLON] = ACTIONS(2974), [anon_sym_LBRACK_LBRACK] = ACTIONS(2974), [anon_sym___declspec] = ACTIONS(2972), [anon_sym___based] = ACTIONS(2972), [anon_sym___cdecl] = ACTIONS(2972), [anon_sym___clrcall] = ACTIONS(2972), [anon_sym___stdcall] = ACTIONS(2972), [anon_sym___fastcall] = ACTIONS(2972), [anon_sym___thiscall] = ACTIONS(2972), [anon_sym___vectorcall] = ACTIONS(2972), [anon_sym_LBRACE] = ACTIONS(2974), [anon_sym_signed] = ACTIONS(2972), [anon_sym_unsigned] = ACTIONS(2972), [anon_sym_long] = ACTIONS(2972), [anon_sym_short] = ACTIONS(2972), [anon_sym_LBRACK] = ACTIONS(2972), [anon_sym_static] = ACTIONS(2972), [anon_sym_register] = ACTIONS(2972), [anon_sym_inline] = ACTIONS(2972), [anon_sym_thread_local] = ACTIONS(2972), [anon_sym_const] = ACTIONS(2972), [anon_sym_constexpr] = ACTIONS(2972), [anon_sym_volatile] = ACTIONS(2972), [anon_sym_restrict] = ACTIONS(2972), [anon_sym___restrict__] = ACTIONS(2972), [anon_sym__Atomic] = ACTIONS(2972), [anon_sym__Noreturn] = ACTIONS(2972), [anon_sym_noreturn] = ACTIONS(2972), [anon_sym_mutable] = ACTIONS(2972), [anon_sym_constinit] = ACTIONS(2972), [anon_sym_consteval] = ACTIONS(2972), [sym_primitive_type] = ACTIONS(2972), [anon_sym_enum] = ACTIONS(2972), [anon_sym_class] = ACTIONS(2972), [anon_sym_struct] = ACTIONS(2972), [anon_sym_union] = ACTIONS(2972), [anon_sym_if] = ACTIONS(2972), [anon_sym_else] = ACTIONS(2972), [anon_sym_switch] = ACTIONS(2972), [anon_sym_case] = ACTIONS(2972), [anon_sym_default] = ACTIONS(2972), [anon_sym_while] = ACTIONS(2972), [anon_sym_do] = ACTIONS(2972), [anon_sym_for] = ACTIONS(2972), [anon_sym_return] = ACTIONS(2972), [anon_sym_break] = ACTIONS(2972), [anon_sym_continue] = ACTIONS(2972), [anon_sym_goto] = ACTIONS(2972), [anon_sym_not] = ACTIONS(2972), [anon_sym_compl] = ACTIONS(2972), [anon_sym_DASH_DASH] = ACTIONS(2974), [anon_sym_PLUS_PLUS] = ACTIONS(2974), [anon_sym_sizeof] = ACTIONS(2972), [anon_sym_offsetof] = ACTIONS(2972), [anon_sym__Generic] = ACTIONS(2972), [anon_sym_asm] = ACTIONS(2972), [anon_sym___asm__] = ACTIONS(2972), [sym_number_literal] = ACTIONS(2974), [anon_sym_L_SQUOTE] = ACTIONS(2974), [anon_sym_u_SQUOTE] = ACTIONS(2974), [anon_sym_U_SQUOTE] = ACTIONS(2974), [anon_sym_u8_SQUOTE] = ACTIONS(2974), [anon_sym_SQUOTE] = ACTIONS(2974), [anon_sym_L_DQUOTE] = ACTIONS(2974), [anon_sym_u_DQUOTE] = ACTIONS(2974), [anon_sym_U_DQUOTE] = ACTIONS(2974), [anon_sym_u8_DQUOTE] = ACTIONS(2974), [anon_sym_DQUOTE] = ACTIONS(2974), [sym_true] = ACTIONS(2972), [sym_false] = ACTIONS(2972), [anon_sym_NULL] = ACTIONS(2972), [anon_sym_nullptr] = ACTIONS(2972), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2972), [anon_sym_decltype] = ACTIONS(2972), [anon_sym_virtual] = ACTIONS(2972), [anon_sym_explicit] = ACTIONS(2972), [anon_sym_typename] = ACTIONS(2972), [anon_sym_template] = ACTIONS(2972), [anon_sym_operator] = ACTIONS(2972), [anon_sym_try] = ACTIONS(2972), [anon_sym_delete] = ACTIONS(2972), [anon_sym_throw] = ACTIONS(2972), [anon_sym_namespace] = ACTIONS(2972), [anon_sym_using] = ACTIONS(2972), [anon_sym_static_assert] = ACTIONS(2972), [anon_sym_concept] = ACTIONS(2972), [anon_sym_co_return] = ACTIONS(2972), [anon_sym_co_yield] = ACTIONS(2972), [anon_sym_R_DQUOTE] = ACTIONS(2974), [anon_sym_LR_DQUOTE] = ACTIONS(2974), [anon_sym_uR_DQUOTE] = ACTIONS(2974), [anon_sym_UR_DQUOTE] = ACTIONS(2974), [anon_sym_u8R_DQUOTE] = ACTIONS(2974), [anon_sym_co_await] = ACTIONS(2972), [anon_sym_new] = ACTIONS(2972), [anon_sym_requires] = ACTIONS(2972), [sym_this] = ACTIONS(2972), }, [741] = { [sym_identifier] = ACTIONS(2968), [aux_sym_preproc_include_token1] = ACTIONS(2968), [aux_sym_preproc_def_token1] = ACTIONS(2968), [aux_sym_preproc_if_token1] = ACTIONS(2968), [aux_sym_preproc_if_token2] = ACTIONS(2968), [aux_sym_preproc_ifdef_token1] = ACTIONS(2968), [aux_sym_preproc_ifdef_token2] = ACTIONS(2968), [aux_sym_preproc_else_token1] = ACTIONS(2968), [aux_sym_preproc_elif_token1] = ACTIONS(2968), [sym_preproc_directive] = ACTIONS(2968), [anon_sym_LPAREN2] = ACTIONS(2970), [anon_sym_BANG] = ACTIONS(2970), [anon_sym_TILDE] = ACTIONS(2970), [anon_sym_DASH] = ACTIONS(2968), [anon_sym_PLUS] = ACTIONS(2968), [anon_sym_STAR] = ACTIONS(2970), [anon_sym_AMP_AMP] = ACTIONS(2970), [anon_sym_AMP] = ACTIONS(2968), [anon_sym_SEMI] = ACTIONS(2970), [anon_sym_typedef] = ACTIONS(2968), [anon_sym_extern] = ACTIONS(2968), [anon_sym___attribute__] = ACTIONS(2968), [anon_sym_COLON_COLON] = ACTIONS(2970), [anon_sym_LBRACK_LBRACK] = ACTIONS(2970), [anon_sym___declspec] = ACTIONS(2968), [anon_sym___based] = ACTIONS(2968), [anon_sym___cdecl] = ACTIONS(2968), [anon_sym___clrcall] = ACTIONS(2968), [anon_sym___stdcall] = ACTIONS(2968), [anon_sym___fastcall] = ACTIONS(2968), [anon_sym___thiscall] = ACTIONS(2968), [anon_sym___vectorcall] = ACTIONS(2968), [anon_sym_LBRACE] = ACTIONS(2970), [anon_sym_signed] = ACTIONS(2968), [anon_sym_unsigned] = ACTIONS(2968), [anon_sym_long] = ACTIONS(2968), [anon_sym_short] = ACTIONS(2968), [anon_sym_LBRACK] = ACTIONS(2968), [anon_sym_static] = ACTIONS(2968), [anon_sym_register] = ACTIONS(2968), [anon_sym_inline] = ACTIONS(2968), [anon_sym_thread_local] = ACTIONS(2968), [anon_sym_const] = ACTIONS(2968), [anon_sym_constexpr] = ACTIONS(2968), [anon_sym_volatile] = ACTIONS(2968), [anon_sym_restrict] = ACTIONS(2968), [anon_sym___restrict__] = ACTIONS(2968), [anon_sym__Atomic] = ACTIONS(2968), [anon_sym__Noreturn] = ACTIONS(2968), [anon_sym_noreturn] = ACTIONS(2968), [anon_sym_mutable] = ACTIONS(2968), [anon_sym_constinit] = ACTIONS(2968), [anon_sym_consteval] = ACTIONS(2968), [sym_primitive_type] = ACTIONS(2968), [anon_sym_enum] = ACTIONS(2968), [anon_sym_class] = ACTIONS(2968), [anon_sym_struct] = ACTIONS(2968), [anon_sym_union] = ACTIONS(2968), [anon_sym_if] = ACTIONS(2968), [anon_sym_else] = ACTIONS(2968), [anon_sym_switch] = ACTIONS(2968), [anon_sym_case] = ACTIONS(2968), [anon_sym_default] = ACTIONS(2968), [anon_sym_while] = ACTIONS(2968), [anon_sym_do] = ACTIONS(2968), [anon_sym_for] = ACTIONS(2968), [anon_sym_return] = ACTIONS(2968), [anon_sym_break] = ACTIONS(2968), [anon_sym_continue] = ACTIONS(2968), [anon_sym_goto] = ACTIONS(2968), [anon_sym_not] = ACTIONS(2968), [anon_sym_compl] = ACTIONS(2968), [anon_sym_DASH_DASH] = ACTIONS(2970), [anon_sym_PLUS_PLUS] = ACTIONS(2970), [anon_sym_sizeof] = ACTIONS(2968), [anon_sym_offsetof] = ACTIONS(2968), [anon_sym__Generic] = ACTIONS(2968), [anon_sym_asm] = ACTIONS(2968), [anon_sym___asm__] = ACTIONS(2968), [sym_number_literal] = ACTIONS(2970), [anon_sym_L_SQUOTE] = ACTIONS(2970), [anon_sym_u_SQUOTE] = ACTIONS(2970), [anon_sym_U_SQUOTE] = ACTIONS(2970), [anon_sym_u8_SQUOTE] = ACTIONS(2970), [anon_sym_SQUOTE] = ACTIONS(2970), [anon_sym_L_DQUOTE] = ACTIONS(2970), [anon_sym_u_DQUOTE] = ACTIONS(2970), [anon_sym_U_DQUOTE] = ACTIONS(2970), [anon_sym_u8_DQUOTE] = ACTIONS(2970), [anon_sym_DQUOTE] = ACTIONS(2970), [sym_true] = ACTIONS(2968), [sym_false] = ACTIONS(2968), [anon_sym_NULL] = ACTIONS(2968), [anon_sym_nullptr] = ACTIONS(2968), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2968), [anon_sym_decltype] = ACTIONS(2968), [anon_sym_virtual] = ACTIONS(2968), [anon_sym_explicit] = ACTIONS(2968), [anon_sym_typename] = ACTIONS(2968), [anon_sym_template] = ACTIONS(2968), [anon_sym_operator] = ACTIONS(2968), [anon_sym_try] = ACTIONS(2968), [anon_sym_delete] = ACTIONS(2968), [anon_sym_throw] = ACTIONS(2968), [anon_sym_namespace] = ACTIONS(2968), [anon_sym_using] = ACTIONS(2968), [anon_sym_static_assert] = ACTIONS(2968), [anon_sym_concept] = ACTIONS(2968), [anon_sym_co_return] = ACTIONS(2968), [anon_sym_co_yield] = ACTIONS(2968), [anon_sym_R_DQUOTE] = ACTIONS(2970), [anon_sym_LR_DQUOTE] = ACTIONS(2970), [anon_sym_uR_DQUOTE] = ACTIONS(2970), [anon_sym_UR_DQUOTE] = ACTIONS(2970), [anon_sym_u8R_DQUOTE] = ACTIONS(2970), [anon_sym_co_await] = ACTIONS(2968), [anon_sym_new] = ACTIONS(2968), [anon_sym_requires] = ACTIONS(2968), [sym_this] = ACTIONS(2968), }, [742] = { [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_if_token2] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [aux_sym_preproc_else_token1] = ACTIONS(2914), [aux_sym_preproc_elif_token1] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [743] = { [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_if_token2] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [aux_sym_preproc_else_token1] = ACTIONS(2914), [aux_sym_preproc_elif_token1] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [744] = { [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_if_token2] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [aux_sym_preproc_else_token1] = ACTIONS(2914), [aux_sym_preproc_elif_token1] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [745] = { [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_if_token2] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [aux_sym_preproc_else_token1] = ACTIONS(2914), [aux_sym_preproc_elif_token1] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [746] = { [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_if_token2] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [aux_sym_preproc_else_token1] = ACTIONS(2914), [aux_sym_preproc_elif_token1] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [747] = { [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_if_token2] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [aux_sym_preproc_else_token1] = ACTIONS(2914), [aux_sym_preproc_elif_token1] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [748] = { [sym_identifier] = ACTIONS(3215), [aux_sym_preproc_include_token1] = ACTIONS(3215), [aux_sym_preproc_def_token1] = ACTIONS(3215), [aux_sym_preproc_if_token1] = ACTIONS(3215), [aux_sym_preproc_if_token2] = ACTIONS(3215), [aux_sym_preproc_ifdef_token1] = ACTIONS(3215), [aux_sym_preproc_ifdef_token2] = ACTIONS(3215), [aux_sym_preproc_else_token1] = ACTIONS(3215), [aux_sym_preproc_elif_token1] = ACTIONS(3215), [sym_preproc_directive] = ACTIONS(3215), [anon_sym_LPAREN2] = ACTIONS(3217), [anon_sym_BANG] = ACTIONS(3217), [anon_sym_TILDE] = ACTIONS(3217), [anon_sym_DASH] = ACTIONS(3215), [anon_sym_PLUS] = ACTIONS(3215), [anon_sym_STAR] = ACTIONS(3217), [anon_sym_AMP_AMP] = ACTIONS(3217), [anon_sym_AMP] = ACTIONS(3215), [anon_sym_SEMI] = ACTIONS(3217), [anon_sym_typedef] = ACTIONS(3215), [anon_sym_extern] = ACTIONS(3215), [anon_sym___attribute__] = ACTIONS(3215), [anon_sym_COLON_COLON] = ACTIONS(3217), [anon_sym_LBRACK_LBRACK] = ACTIONS(3217), [anon_sym___declspec] = ACTIONS(3215), [anon_sym___based] = ACTIONS(3215), [anon_sym___cdecl] = ACTIONS(3215), [anon_sym___clrcall] = ACTIONS(3215), [anon_sym___stdcall] = ACTIONS(3215), [anon_sym___fastcall] = ACTIONS(3215), [anon_sym___thiscall] = ACTIONS(3215), [anon_sym___vectorcall] = ACTIONS(3215), [anon_sym_LBRACE] = ACTIONS(3217), [anon_sym_signed] = ACTIONS(3215), [anon_sym_unsigned] = ACTIONS(3215), [anon_sym_long] = ACTIONS(3215), [anon_sym_short] = ACTIONS(3215), [anon_sym_LBRACK] = ACTIONS(3215), [anon_sym_static] = ACTIONS(3215), [anon_sym_register] = ACTIONS(3215), [anon_sym_inline] = ACTIONS(3215), [anon_sym_thread_local] = ACTIONS(3215), [anon_sym_const] = ACTIONS(3215), [anon_sym_constexpr] = ACTIONS(3215), [anon_sym_volatile] = ACTIONS(3215), [anon_sym_restrict] = ACTIONS(3215), [anon_sym___restrict__] = ACTIONS(3215), [anon_sym__Atomic] = ACTIONS(3215), [anon_sym__Noreturn] = ACTIONS(3215), [anon_sym_noreturn] = ACTIONS(3215), [anon_sym_mutable] = ACTIONS(3215), [anon_sym_constinit] = ACTIONS(3215), [anon_sym_consteval] = ACTIONS(3215), [sym_primitive_type] = ACTIONS(3215), [anon_sym_enum] = ACTIONS(3215), [anon_sym_class] = ACTIONS(3215), [anon_sym_struct] = ACTIONS(3215), [anon_sym_union] = ACTIONS(3215), [anon_sym_if] = ACTIONS(3215), [anon_sym_switch] = ACTIONS(3215), [anon_sym_case] = ACTIONS(3215), [anon_sym_default] = ACTIONS(3215), [anon_sym_while] = ACTIONS(3215), [anon_sym_do] = ACTIONS(3215), [anon_sym_for] = ACTIONS(3215), [anon_sym_return] = ACTIONS(3215), [anon_sym_break] = ACTIONS(3215), [anon_sym_continue] = ACTIONS(3215), [anon_sym_goto] = ACTIONS(3215), [anon_sym_not] = ACTIONS(3215), [anon_sym_compl] = ACTIONS(3215), [anon_sym_DASH_DASH] = ACTIONS(3217), [anon_sym_PLUS_PLUS] = ACTIONS(3217), [anon_sym_sizeof] = ACTIONS(3215), [anon_sym_offsetof] = ACTIONS(3215), [anon_sym__Generic] = ACTIONS(3215), [anon_sym_asm] = ACTIONS(3215), [anon_sym___asm__] = ACTIONS(3215), [sym_number_literal] = ACTIONS(3217), [anon_sym_L_SQUOTE] = ACTIONS(3217), [anon_sym_u_SQUOTE] = ACTIONS(3217), [anon_sym_U_SQUOTE] = ACTIONS(3217), [anon_sym_u8_SQUOTE] = ACTIONS(3217), [anon_sym_SQUOTE] = ACTIONS(3217), [anon_sym_L_DQUOTE] = ACTIONS(3217), [anon_sym_u_DQUOTE] = ACTIONS(3217), [anon_sym_U_DQUOTE] = ACTIONS(3217), [anon_sym_u8_DQUOTE] = ACTIONS(3217), [anon_sym_DQUOTE] = ACTIONS(3217), [sym_true] = ACTIONS(3215), [sym_false] = ACTIONS(3215), [anon_sym_NULL] = ACTIONS(3215), [anon_sym_nullptr] = ACTIONS(3215), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3215), [anon_sym_decltype] = ACTIONS(3215), [anon_sym_virtual] = ACTIONS(3215), [anon_sym_explicit] = ACTIONS(3215), [anon_sym_typename] = ACTIONS(3215), [anon_sym_template] = ACTIONS(3215), [anon_sym_operator] = ACTIONS(3215), [anon_sym_try] = ACTIONS(3215), [anon_sym_delete] = ACTIONS(3215), [anon_sym_throw] = ACTIONS(3215), [anon_sym_namespace] = ACTIONS(3215), [anon_sym_using] = ACTIONS(3215), [anon_sym_static_assert] = ACTIONS(3215), [anon_sym_concept] = ACTIONS(3215), [anon_sym_co_return] = ACTIONS(3215), [anon_sym_co_yield] = ACTIONS(3215), [anon_sym_R_DQUOTE] = ACTIONS(3217), [anon_sym_LR_DQUOTE] = ACTIONS(3217), [anon_sym_uR_DQUOTE] = ACTIONS(3217), [anon_sym_UR_DQUOTE] = ACTIONS(3217), [anon_sym_u8R_DQUOTE] = ACTIONS(3217), [anon_sym_co_await] = ACTIONS(3215), [anon_sym_new] = ACTIONS(3215), [anon_sym_requires] = ACTIONS(3215), [sym_this] = ACTIONS(3215), }, [749] = { [sym_identifier] = ACTIONS(3164), [aux_sym_preproc_include_token1] = ACTIONS(3164), [aux_sym_preproc_def_token1] = ACTIONS(3164), [aux_sym_preproc_if_token1] = ACTIONS(3164), [aux_sym_preproc_if_token2] = ACTIONS(3164), [aux_sym_preproc_ifdef_token1] = ACTIONS(3164), [aux_sym_preproc_ifdef_token2] = ACTIONS(3164), [aux_sym_preproc_else_token1] = ACTIONS(3164), [aux_sym_preproc_elif_token1] = ACTIONS(3164), [sym_preproc_directive] = ACTIONS(3164), [anon_sym_LPAREN2] = ACTIONS(3166), [anon_sym_BANG] = ACTIONS(3166), [anon_sym_TILDE] = ACTIONS(3166), [anon_sym_DASH] = ACTIONS(3164), [anon_sym_PLUS] = ACTIONS(3164), [anon_sym_STAR] = ACTIONS(3166), [anon_sym_AMP_AMP] = ACTIONS(3166), [anon_sym_AMP] = ACTIONS(3164), [anon_sym_SEMI] = ACTIONS(3166), [anon_sym_typedef] = ACTIONS(3164), [anon_sym_extern] = ACTIONS(3164), [anon_sym___attribute__] = ACTIONS(3164), [anon_sym_COLON_COLON] = ACTIONS(3166), [anon_sym_LBRACK_LBRACK] = ACTIONS(3166), [anon_sym___declspec] = ACTIONS(3164), [anon_sym___based] = ACTIONS(3164), [anon_sym___cdecl] = ACTIONS(3164), [anon_sym___clrcall] = ACTIONS(3164), [anon_sym___stdcall] = ACTIONS(3164), [anon_sym___fastcall] = ACTIONS(3164), [anon_sym___thiscall] = ACTIONS(3164), [anon_sym___vectorcall] = ACTIONS(3164), [anon_sym_LBRACE] = ACTIONS(3166), [anon_sym_signed] = ACTIONS(3164), [anon_sym_unsigned] = ACTIONS(3164), [anon_sym_long] = ACTIONS(3164), [anon_sym_short] = ACTIONS(3164), [anon_sym_LBRACK] = ACTIONS(3164), [anon_sym_static] = ACTIONS(3164), [anon_sym_register] = ACTIONS(3164), [anon_sym_inline] = ACTIONS(3164), [anon_sym_thread_local] = ACTIONS(3164), [anon_sym_const] = ACTIONS(3164), [anon_sym_constexpr] = ACTIONS(3164), [anon_sym_volatile] = ACTIONS(3164), [anon_sym_restrict] = ACTIONS(3164), [anon_sym___restrict__] = ACTIONS(3164), [anon_sym__Atomic] = ACTIONS(3164), [anon_sym__Noreturn] = ACTIONS(3164), [anon_sym_noreturn] = ACTIONS(3164), [anon_sym_mutable] = ACTIONS(3164), [anon_sym_constinit] = ACTIONS(3164), [anon_sym_consteval] = ACTIONS(3164), [sym_primitive_type] = ACTIONS(3164), [anon_sym_enum] = ACTIONS(3164), [anon_sym_class] = ACTIONS(3164), [anon_sym_struct] = ACTIONS(3164), [anon_sym_union] = ACTIONS(3164), [anon_sym_if] = ACTIONS(3164), [anon_sym_switch] = ACTIONS(3164), [anon_sym_case] = ACTIONS(3164), [anon_sym_default] = ACTIONS(3164), [anon_sym_while] = ACTIONS(3164), [anon_sym_do] = ACTIONS(3164), [anon_sym_for] = ACTIONS(3164), [anon_sym_return] = ACTIONS(3164), [anon_sym_break] = ACTIONS(3164), [anon_sym_continue] = ACTIONS(3164), [anon_sym_goto] = ACTIONS(3164), [anon_sym_not] = ACTIONS(3164), [anon_sym_compl] = ACTIONS(3164), [anon_sym_DASH_DASH] = ACTIONS(3166), [anon_sym_PLUS_PLUS] = ACTIONS(3166), [anon_sym_sizeof] = ACTIONS(3164), [anon_sym_offsetof] = ACTIONS(3164), [anon_sym__Generic] = ACTIONS(3164), [anon_sym_asm] = ACTIONS(3164), [anon_sym___asm__] = ACTIONS(3164), [sym_number_literal] = ACTIONS(3166), [anon_sym_L_SQUOTE] = ACTIONS(3166), [anon_sym_u_SQUOTE] = ACTIONS(3166), [anon_sym_U_SQUOTE] = ACTIONS(3166), [anon_sym_u8_SQUOTE] = ACTIONS(3166), [anon_sym_SQUOTE] = ACTIONS(3166), [anon_sym_L_DQUOTE] = ACTIONS(3166), [anon_sym_u_DQUOTE] = ACTIONS(3166), [anon_sym_U_DQUOTE] = ACTIONS(3166), [anon_sym_u8_DQUOTE] = ACTIONS(3166), [anon_sym_DQUOTE] = ACTIONS(3166), [sym_true] = ACTIONS(3164), [sym_false] = ACTIONS(3164), [anon_sym_NULL] = ACTIONS(3164), [anon_sym_nullptr] = ACTIONS(3164), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3164), [anon_sym_decltype] = ACTIONS(3164), [anon_sym_virtual] = ACTIONS(3164), [anon_sym_explicit] = ACTIONS(3164), [anon_sym_typename] = ACTIONS(3164), [anon_sym_template] = ACTIONS(3164), [anon_sym_operator] = ACTIONS(3164), [anon_sym_try] = ACTIONS(3164), [anon_sym_delete] = ACTIONS(3164), [anon_sym_throw] = ACTIONS(3164), [anon_sym_namespace] = ACTIONS(3164), [anon_sym_using] = ACTIONS(3164), [anon_sym_static_assert] = ACTIONS(3164), [anon_sym_concept] = ACTIONS(3164), [anon_sym_co_return] = ACTIONS(3164), [anon_sym_co_yield] = ACTIONS(3164), [anon_sym_R_DQUOTE] = ACTIONS(3166), [anon_sym_LR_DQUOTE] = ACTIONS(3166), [anon_sym_uR_DQUOTE] = ACTIONS(3166), [anon_sym_UR_DQUOTE] = ACTIONS(3166), [anon_sym_u8R_DQUOTE] = ACTIONS(3166), [anon_sym_co_await] = ACTIONS(3164), [anon_sym_new] = ACTIONS(3164), [anon_sym_requires] = ACTIONS(3164), [sym_this] = ACTIONS(3164), }, [750] = { [sym_identifier] = ACTIONS(3223), [aux_sym_preproc_include_token1] = ACTIONS(3223), [aux_sym_preproc_def_token1] = ACTIONS(3223), [aux_sym_preproc_if_token1] = ACTIONS(3223), [aux_sym_preproc_if_token2] = ACTIONS(3223), [aux_sym_preproc_ifdef_token1] = ACTIONS(3223), [aux_sym_preproc_ifdef_token2] = ACTIONS(3223), [aux_sym_preproc_else_token1] = ACTIONS(3223), [aux_sym_preproc_elif_token1] = ACTIONS(3223), [sym_preproc_directive] = ACTIONS(3223), [anon_sym_LPAREN2] = ACTIONS(3225), [anon_sym_BANG] = ACTIONS(3225), [anon_sym_TILDE] = ACTIONS(3225), [anon_sym_DASH] = ACTIONS(3223), [anon_sym_PLUS] = ACTIONS(3223), [anon_sym_STAR] = ACTIONS(3225), [anon_sym_AMP_AMP] = ACTIONS(3225), [anon_sym_AMP] = ACTIONS(3223), [anon_sym_SEMI] = ACTIONS(3225), [anon_sym_typedef] = ACTIONS(3223), [anon_sym_extern] = ACTIONS(3223), [anon_sym___attribute__] = ACTIONS(3223), [anon_sym_COLON_COLON] = ACTIONS(3225), [anon_sym_LBRACK_LBRACK] = ACTIONS(3225), [anon_sym___declspec] = ACTIONS(3223), [anon_sym___based] = ACTIONS(3223), [anon_sym___cdecl] = ACTIONS(3223), [anon_sym___clrcall] = ACTIONS(3223), [anon_sym___stdcall] = ACTIONS(3223), [anon_sym___fastcall] = ACTIONS(3223), [anon_sym___thiscall] = ACTIONS(3223), [anon_sym___vectorcall] = ACTIONS(3223), [anon_sym_LBRACE] = ACTIONS(3225), [anon_sym_signed] = ACTIONS(3223), [anon_sym_unsigned] = ACTIONS(3223), [anon_sym_long] = ACTIONS(3223), [anon_sym_short] = ACTIONS(3223), [anon_sym_LBRACK] = ACTIONS(3223), [anon_sym_static] = ACTIONS(3223), [anon_sym_register] = ACTIONS(3223), [anon_sym_inline] = ACTIONS(3223), [anon_sym_thread_local] = ACTIONS(3223), [anon_sym_const] = ACTIONS(3223), [anon_sym_constexpr] = ACTIONS(3223), [anon_sym_volatile] = ACTIONS(3223), [anon_sym_restrict] = ACTIONS(3223), [anon_sym___restrict__] = ACTIONS(3223), [anon_sym__Atomic] = ACTIONS(3223), [anon_sym__Noreturn] = ACTIONS(3223), [anon_sym_noreturn] = ACTIONS(3223), [anon_sym_mutable] = ACTIONS(3223), [anon_sym_constinit] = ACTIONS(3223), [anon_sym_consteval] = ACTIONS(3223), [sym_primitive_type] = ACTIONS(3223), [anon_sym_enum] = ACTIONS(3223), [anon_sym_class] = ACTIONS(3223), [anon_sym_struct] = ACTIONS(3223), [anon_sym_union] = ACTIONS(3223), [anon_sym_if] = ACTIONS(3223), [anon_sym_switch] = ACTIONS(3223), [anon_sym_case] = ACTIONS(3223), [anon_sym_default] = ACTIONS(3223), [anon_sym_while] = ACTIONS(3223), [anon_sym_do] = ACTIONS(3223), [anon_sym_for] = ACTIONS(3223), [anon_sym_return] = ACTIONS(3223), [anon_sym_break] = ACTIONS(3223), [anon_sym_continue] = ACTIONS(3223), [anon_sym_goto] = ACTIONS(3223), [anon_sym_not] = ACTIONS(3223), [anon_sym_compl] = ACTIONS(3223), [anon_sym_DASH_DASH] = ACTIONS(3225), [anon_sym_PLUS_PLUS] = ACTIONS(3225), [anon_sym_sizeof] = ACTIONS(3223), [anon_sym_offsetof] = ACTIONS(3223), [anon_sym__Generic] = ACTIONS(3223), [anon_sym_asm] = ACTIONS(3223), [anon_sym___asm__] = ACTIONS(3223), [sym_number_literal] = ACTIONS(3225), [anon_sym_L_SQUOTE] = ACTIONS(3225), [anon_sym_u_SQUOTE] = ACTIONS(3225), [anon_sym_U_SQUOTE] = ACTIONS(3225), [anon_sym_u8_SQUOTE] = ACTIONS(3225), [anon_sym_SQUOTE] = ACTIONS(3225), [anon_sym_L_DQUOTE] = ACTIONS(3225), [anon_sym_u_DQUOTE] = ACTIONS(3225), [anon_sym_U_DQUOTE] = ACTIONS(3225), [anon_sym_u8_DQUOTE] = ACTIONS(3225), [anon_sym_DQUOTE] = ACTIONS(3225), [sym_true] = ACTIONS(3223), [sym_false] = ACTIONS(3223), [anon_sym_NULL] = ACTIONS(3223), [anon_sym_nullptr] = ACTIONS(3223), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3223), [anon_sym_decltype] = ACTIONS(3223), [anon_sym_virtual] = ACTIONS(3223), [anon_sym_explicit] = ACTIONS(3223), [anon_sym_typename] = ACTIONS(3223), [anon_sym_template] = ACTIONS(3223), [anon_sym_operator] = ACTIONS(3223), [anon_sym_try] = ACTIONS(3223), [anon_sym_delete] = ACTIONS(3223), [anon_sym_throw] = ACTIONS(3223), [anon_sym_namespace] = ACTIONS(3223), [anon_sym_using] = ACTIONS(3223), [anon_sym_static_assert] = ACTIONS(3223), [anon_sym_concept] = ACTIONS(3223), [anon_sym_co_return] = ACTIONS(3223), [anon_sym_co_yield] = ACTIONS(3223), [anon_sym_R_DQUOTE] = ACTIONS(3225), [anon_sym_LR_DQUOTE] = ACTIONS(3225), [anon_sym_uR_DQUOTE] = ACTIONS(3225), [anon_sym_UR_DQUOTE] = ACTIONS(3225), [anon_sym_u8R_DQUOTE] = ACTIONS(3225), [anon_sym_co_await] = ACTIONS(3223), [anon_sym_new] = ACTIONS(3223), [anon_sym_requires] = ACTIONS(3223), [sym_this] = ACTIONS(3223), }, [751] = { [sym_identifier] = ACTIONS(3402), [aux_sym_preproc_include_token1] = ACTIONS(3402), [aux_sym_preproc_def_token1] = ACTIONS(3402), [aux_sym_preproc_if_token1] = ACTIONS(3402), [aux_sym_preproc_if_token2] = ACTIONS(3402), [aux_sym_preproc_ifdef_token1] = ACTIONS(3402), [aux_sym_preproc_ifdef_token2] = ACTIONS(3402), [aux_sym_preproc_else_token1] = ACTIONS(3402), [aux_sym_preproc_elif_token1] = ACTIONS(3402), [sym_preproc_directive] = ACTIONS(3402), [anon_sym_LPAREN2] = ACTIONS(3404), [anon_sym_BANG] = ACTIONS(3404), [anon_sym_TILDE] = ACTIONS(3404), [anon_sym_DASH] = ACTIONS(3402), [anon_sym_PLUS] = ACTIONS(3402), [anon_sym_STAR] = ACTIONS(3404), [anon_sym_AMP_AMP] = ACTIONS(3404), [anon_sym_AMP] = ACTIONS(3402), [anon_sym_SEMI] = ACTIONS(3404), [anon_sym_typedef] = ACTIONS(3402), [anon_sym_extern] = ACTIONS(3402), [anon_sym___attribute__] = ACTIONS(3402), [anon_sym_COLON_COLON] = ACTIONS(3404), [anon_sym_LBRACK_LBRACK] = ACTIONS(3404), [anon_sym___declspec] = ACTIONS(3402), [anon_sym___based] = ACTIONS(3402), [anon_sym___cdecl] = ACTIONS(3402), [anon_sym___clrcall] = ACTIONS(3402), [anon_sym___stdcall] = ACTIONS(3402), [anon_sym___fastcall] = ACTIONS(3402), [anon_sym___thiscall] = ACTIONS(3402), [anon_sym___vectorcall] = ACTIONS(3402), [anon_sym_LBRACE] = ACTIONS(3404), [anon_sym_signed] = ACTIONS(3402), [anon_sym_unsigned] = ACTIONS(3402), [anon_sym_long] = ACTIONS(3402), [anon_sym_short] = ACTIONS(3402), [anon_sym_LBRACK] = ACTIONS(3402), [anon_sym_static] = ACTIONS(3402), [anon_sym_register] = ACTIONS(3402), [anon_sym_inline] = ACTIONS(3402), [anon_sym_thread_local] = ACTIONS(3402), [anon_sym_const] = ACTIONS(3402), [anon_sym_constexpr] = ACTIONS(3402), [anon_sym_volatile] = ACTIONS(3402), [anon_sym_restrict] = ACTIONS(3402), [anon_sym___restrict__] = ACTIONS(3402), [anon_sym__Atomic] = ACTIONS(3402), [anon_sym__Noreturn] = ACTIONS(3402), [anon_sym_noreturn] = ACTIONS(3402), [anon_sym_mutable] = ACTIONS(3402), [anon_sym_constinit] = ACTIONS(3402), [anon_sym_consteval] = ACTIONS(3402), [sym_primitive_type] = ACTIONS(3402), [anon_sym_enum] = ACTIONS(3402), [anon_sym_class] = ACTIONS(3402), [anon_sym_struct] = ACTIONS(3402), [anon_sym_union] = ACTIONS(3402), [anon_sym_if] = ACTIONS(3402), [anon_sym_switch] = ACTIONS(3402), [anon_sym_case] = ACTIONS(3402), [anon_sym_default] = ACTIONS(3402), [anon_sym_while] = ACTIONS(3402), [anon_sym_do] = ACTIONS(3402), [anon_sym_for] = ACTIONS(3402), [anon_sym_return] = ACTIONS(3402), [anon_sym_break] = ACTIONS(3402), [anon_sym_continue] = ACTIONS(3402), [anon_sym_goto] = ACTIONS(3402), [anon_sym_not] = ACTIONS(3402), [anon_sym_compl] = ACTIONS(3402), [anon_sym_DASH_DASH] = ACTIONS(3404), [anon_sym_PLUS_PLUS] = ACTIONS(3404), [anon_sym_sizeof] = ACTIONS(3402), [anon_sym_offsetof] = ACTIONS(3402), [anon_sym__Generic] = ACTIONS(3402), [anon_sym_asm] = ACTIONS(3402), [anon_sym___asm__] = ACTIONS(3402), [sym_number_literal] = ACTIONS(3404), [anon_sym_L_SQUOTE] = ACTIONS(3404), [anon_sym_u_SQUOTE] = ACTIONS(3404), [anon_sym_U_SQUOTE] = ACTIONS(3404), [anon_sym_u8_SQUOTE] = ACTIONS(3404), [anon_sym_SQUOTE] = ACTIONS(3404), [anon_sym_L_DQUOTE] = ACTIONS(3404), [anon_sym_u_DQUOTE] = ACTIONS(3404), [anon_sym_U_DQUOTE] = ACTIONS(3404), [anon_sym_u8_DQUOTE] = ACTIONS(3404), [anon_sym_DQUOTE] = ACTIONS(3404), [sym_true] = ACTIONS(3402), [sym_false] = ACTIONS(3402), [anon_sym_NULL] = ACTIONS(3402), [anon_sym_nullptr] = ACTIONS(3402), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3402), [anon_sym_decltype] = ACTIONS(3402), [anon_sym_virtual] = ACTIONS(3402), [anon_sym_explicit] = ACTIONS(3402), [anon_sym_typename] = ACTIONS(3402), [anon_sym_template] = ACTIONS(3402), [anon_sym_operator] = ACTIONS(3402), [anon_sym_try] = ACTIONS(3402), [anon_sym_delete] = ACTIONS(3402), [anon_sym_throw] = ACTIONS(3402), [anon_sym_namespace] = ACTIONS(3402), [anon_sym_using] = ACTIONS(3402), [anon_sym_static_assert] = ACTIONS(3402), [anon_sym_concept] = ACTIONS(3402), [anon_sym_co_return] = ACTIONS(3402), [anon_sym_co_yield] = ACTIONS(3402), [anon_sym_R_DQUOTE] = ACTIONS(3404), [anon_sym_LR_DQUOTE] = ACTIONS(3404), [anon_sym_uR_DQUOTE] = ACTIONS(3404), [anon_sym_UR_DQUOTE] = ACTIONS(3404), [anon_sym_u8R_DQUOTE] = ACTIONS(3404), [anon_sym_co_await] = ACTIONS(3402), [anon_sym_new] = ACTIONS(3402), [anon_sym_requires] = ACTIONS(3402), [sym_this] = ACTIONS(3402), }, [752] = { [sym_identifier] = ACTIONS(3275), [aux_sym_preproc_include_token1] = ACTIONS(3275), [aux_sym_preproc_def_token1] = ACTIONS(3275), [aux_sym_preproc_if_token1] = ACTIONS(3275), [aux_sym_preproc_if_token2] = ACTIONS(3275), [aux_sym_preproc_ifdef_token1] = ACTIONS(3275), [aux_sym_preproc_ifdef_token2] = ACTIONS(3275), [aux_sym_preproc_else_token1] = ACTIONS(3275), [aux_sym_preproc_elif_token1] = ACTIONS(3275), [sym_preproc_directive] = ACTIONS(3275), [anon_sym_LPAREN2] = ACTIONS(3277), [anon_sym_BANG] = ACTIONS(3277), [anon_sym_TILDE] = ACTIONS(3277), [anon_sym_DASH] = ACTIONS(3275), [anon_sym_PLUS] = ACTIONS(3275), [anon_sym_STAR] = ACTIONS(3277), [anon_sym_AMP_AMP] = ACTIONS(3277), [anon_sym_AMP] = ACTIONS(3275), [anon_sym_SEMI] = ACTIONS(3277), [anon_sym_typedef] = ACTIONS(3275), [anon_sym_extern] = ACTIONS(3275), [anon_sym___attribute__] = ACTIONS(3275), [anon_sym_COLON_COLON] = ACTIONS(3277), [anon_sym_LBRACK_LBRACK] = ACTIONS(3277), [anon_sym___declspec] = ACTIONS(3275), [anon_sym___based] = ACTIONS(3275), [anon_sym___cdecl] = ACTIONS(3275), [anon_sym___clrcall] = ACTIONS(3275), [anon_sym___stdcall] = ACTIONS(3275), [anon_sym___fastcall] = ACTIONS(3275), [anon_sym___thiscall] = ACTIONS(3275), [anon_sym___vectorcall] = ACTIONS(3275), [anon_sym_LBRACE] = ACTIONS(3277), [anon_sym_signed] = ACTIONS(3275), [anon_sym_unsigned] = ACTIONS(3275), [anon_sym_long] = ACTIONS(3275), [anon_sym_short] = ACTIONS(3275), [anon_sym_LBRACK] = ACTIONS(3275), [anon_sym_static] = ACTIONS(3275), [anon_sym_register] = ACTIONS(3275), [anon_sym_inline] = ACTIONS(3275), [anon_sym_thread_local] = ACTIONS(3275), [anon_sym_const] = ACTIONS(3275), [anon_sym_constexpr] = ACTIONS(3275), [anon_sym_volatile] = ACTIONS(3275), [anon_sym_restrict] = ACTIONS(3275), [anon_sym___restrict__] = ACTIONS(3275), [anon_sym__Atomic] = ACTIONS(3275), [anon_sym__Noreturn] = ACTIONS(3275), [anon_sym_noreturn] = ACTIONS(3275), [anon_sym_mutable] = ACTIONS(3275), [anon_sym_constinit] = ACTIONS(3275), [anon_sym_consteval] = ACTIONS(3275), [sym_primitive_type] = ACTIONS(3275), [anon_sym_enum] = ACTIONS(3275), [anon_sym_class] = ACTIONS(3275), [anon_sym_struct] = ACTIONS(3275), [anon_sym_union] = ACTIONS(3275), [anon_sym_if] = ACTIONS(3275), [anon_sym_switch] = ACTIONS(3275), [anon_sym_case] = ACTIONS(3275), [anon_sym_default] = ACTIONS(3275), [anon_sym_while] = ACTIONS(3275), [anon_sym_do] = ACTIONS(3275), [anon_sym_for] = ACTIONS(3275), [anon_sym_return] = ACTIONS(3275), [anon_sym_break] = ACTIONS(3275), [anon_sym_continue] = ACTIONS(3275), [anon_sym_goto] = ACTIONS(3275), [anon_sym_not] = ACTIONS(3275), [anon_sym_compl] = ACTIONS(3275), [anon_sym_DASH_DASH] = ACTIONS(3277), [anon_sym_PLUS_PLUS] = ACTIONS(3277), [anon_sym_sizeof] = ACTIONS(3275), [anon_sym_offsetof] = ACTIONS(3275), [anon_sym__Generic] = ACTIONS(3275), [anon_sym_asm] = ACTIONS(3275), [anon_sym___asm__] = ACTIONS(3275), [sym_number_literal] = ACTIONS(3277), [anon_sym_L_SQUOTE] = ACTIONS(3277), [anon_sym_u_SQUOTE] = ACTIONS(3277), [anon_sym_U_SQUOTE] = ACTIONS(3277), [anon_sym_u8_SQUOTE] = ACTIONS(3277), [anon_sym_SQUOTE] = ACTIONS(3277), [anon_sym_L_DQUOTE] = ACTIONS(3277), [anon_sym_u_DQUOTE] = ACTIONS(3277), [anon_sym_U_DQUOTE] = ACTIONS(3277), [anon_sym_u8_DQUOTE] = ACTIONS(3277), [anon_sym_DQUOTE] = ACTIONS(3277), [sym_true] = ACTIONS(3275), [sym_false] = ACTIONS(3275), [anon_sym_NULL] = ACTIONS(3275), [anon_sym_nullptr] = ACTIONS(3275), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3275), [anon_sym_decltype] = ACTIONS(3275), [anon_sym_virtual] = ACTIONS(3275), [anon_sym_explicit] = ACTIONS(3275), [anon_sym_typename] = ACTIONS(3275), [anon_sym_template] = ACTIONS(3275), [anon_sym_operator] = ACTIONS(3275), [anon_sym_try] = ACTIONS(3275), [anon_sym_delete] = ACTIONS(3275), [anon_sym_throw] = ACTIONS(3275), [anon_sym_namespace] = ACTIONS(3275), [anon_sym_using] = ACTIONS(3275), [anon_sym_static_assert] = ACTIONS(3275), [anon_sym_concept] = ACTIONS(3275), [anon_sym_co_return] = ACTIONS(3275), [anon_sym_co_yield] = ACTIONS(3275), [anon_sym_R_DQUOTE] = ACTIONS(3277), [anon_sym_LR_DQUOTE] = ACTIONS(3277), [anon_sym_uR_DQUOTE] = ACTIONS(3277), [anon_sym_UR_DQUOTE] = ACTIONS(3277), [anon_sym_u8R_DQUOTE] = ACTIONS(3277), [anon_sym_co_await] = ACTIONS(3275), [anon_sym_new] = ACTIONS(3275), [anon_sym_requires] = ACTIONS(3275), [sym_this] = ACTIONS(3275), }, [753] = { [sym_identifier] = ACTIONS(3275), [aux_sym_preproc_include_token1] = ACTIONS(3275), [aux_sym_preproc_def_token1] = ACTIONS(3275), [aux_sym_preproc_if_token1] = ACTIONS(3275), [aux_sym_preproc_if_token2] = ACTIONS(3275), [aux_sym_preproc_ifdef_token1] = ACTIONS(3275), [aux_sym_preproc_ifdef_token2] = ACTIONS(3275), [aux_sym_preproc_else_token1] = ACTIONS(3275), [aux_sym_preproc_elif_token1] = ACTIONS(3275), [sym_preproc_directive] = ACTIONS(3275), [anon_sym_LPAREN2] = ACTIONS(3277), [anon_sym_BANG] = ACTIONS(3277), [anon_sym_TILDE] = ACTIONS(3277), [anon_sym_DASH] = ACTIONS(3275), [anon_sym_PLUS] = ACTIONS(3275), [anon_sym_STAR] = ACTIONS(3277), [anon_sym_AMP_AMP] = ACTIONS(3277), [anon_sym_AMP] = ACTIONS(3275), [anon_sym_SEMI] = ACTIONS(3277), [anon_sym_typedef] = ACTIONS(3275), [anon_sym_extern] = ACTIONS(3275), [anon_sym___attribute__] = ACTIONS(3275), [anon_sym_COLON_COLON] = ACTIONS(3277), [anon_sym_LBRACK_LBRACK] = ACTIONS(3277), [anon_sym___declspec] = ACTIONS(3275), [anon_sym___based] = ACTIONS(3275), [anon_sym___cdecl] = ACTIONS(3275), [anon_sym___clrcall] = ACTIONS(3275), [anon_sym___stdcall] = ACTIONS(3275), [anon_sym___fastcall] = ACTIONS(3275), [anon_sym___thiscall] = ACTIONS(3275), [anon_sym___vectorcall] = ACTIONS(3275), [anon_sym_LBRACE] = ACTIONS(3277), [anon_sym_signed] = ACTIONS(3275), [anon_sym_unsigned] = ACTIONS(3275), [anon_sym_long] = ACTIONS(3275), [anon_sym_short] = ACTIONS(3275), [anon_sym_LBRACK] = ACTIONS(3275), [anon_sym_static] = ACTIONS(3275), [anon_sym_register] = ACTIONS(3275), [anon_sym_inline] = ACTIONS(3275), [anon_sym_thread_local] = ACTIONS(3275), [anon_sym_const] = ACTIONS(3275), [anon_sym_constexpr] = ACTIONS(3275), [anon_sym_volatile] = ACTIONS(3275), [anon_sym_restrict] = ACTIONS(3275), [anon_sym___restrict__] = ACTIONS(3275), [anon_sym__Atomic] = ACTIONS(3275), [anon_sym__Noreturn] = ACTIONS(3275), [anon_sym_noreturn] = ACTIONS(3275), [anon_sym_mutable] = ACTIONS(3275), [anon_sym_constinit] = ACTIONS(3275), [anon_sym_consteval] = ACTIONS(3275), [sym_primitive_type] = ACTIONS(3275), [anon_sym_enum] = ACTIONS(3275), [anon_sym_class] = ACTIONS(3275), [anon_sym_struct] = ACTIONS(3275), [anon_sym_union] = ACTIONS(3275), [anon_sym_if] = ACTIONS(3275), [anon_sym_switch] = ACTIONS(3275), [anon_sym_case] = ACTIONS(3275), [anon_sym_default] = ACTIONS(3275), [anon_sym_while] = ACTIONS(3275), [anon_sym_do] = ACTIONS(3275), [anon_sym_for] = ACTIONS(3275), [anon_sym_return] = ACTIONS(3275), [anon_sym_break] = ACTIONS(3275), [anon_sym_continue] = ACTIONS(3275), [anon_sym_goto] = ACTIONS(3275), [anon_sym_not] = ACTIONS(3275), [anon_sym_compl] = ACTIONS(3275), [anon_sym_DASH_DASH] = ACTIONS(3277), [anon_sym_PLUS_PLUS] = ACTIONS(3277), [anon_sym_sizeof] = ACTIONS(3275), [anon_sym_offsetof] = ACTIONS(3275), [anon_sym__Generic] = ACTIONS(3275), [anon_sym_asm] = ACTIONS(3275), [anon_sym___asm__] = ACTIONS(3275), [sym_number_literal] = ACTIONS(3277), [anon_sym_L_SQUOTE] = ACTIONS(3277), [anon_sym_u_SQUOTE] = ACTIONS(3277), [anon_sym_U_SQUOTE] = ACTIONS(3277), [anon_sym_u8_SQUOTE] = ACTIONS(3277), [anon_sym_SQUOTE] = ACTIONS(3277), [anon_sym_L_DQUOTE] = ACTIONS(3277), [anon_sym_u_DQUOTE] = ACTIONS(3277), [anon_sym_U_DQUOTE] = ACTIONS(3277), [anon_sym_u8_DQUOTE] = ACTIONS(3277), [anon_sym_DQUOTE] = ACTIONS(3277), [sym_true] = ACTIONS(3275), [sym_false] = ACTIONS(3275), [anon_sym_NULL] = ACTIONS(3275), [anon_sym_nullptr] = ACTIONS(3275), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3275), [anon_sym_decltype] = ACTIONS(3275), [anon_sym_virtual] = ACTIONS(3275), [anon_sym_explicit] = ACTIONS(3275), [anon_sym_typename] = ACTIONS(3275), [anon_sym_template] = ACTIONS(3275), [anon_sym_operator] = ACTIONS(3275), [anon_sym_try] = ACTIONS(3275), [anon_sym_delete] = ACTIONS(3275), [anon_sym_throw] = ACTIONS(3275), [anon_sym_namespace] = ACTIONS(3275), [anon_sym_using] = ACTIONS(3275), [anon_sym_static_assert] = ACTIONS(3275), [anon_sym_concept] = ACTIONS(3275), [anon_sym_co_return] = ACTIONS(3275), [anon_sym_co_yield] = ACTIONS(3275), [anon_sym_R_DQUOTE] = ACTIONS(3277), [anon_sym_LR_DQUOTE] = ACTIONS(3277), [anon_sym_uR_DQUOTE] = ACTIONS(3277), [anon_sym_UR_DQUOTE] = ACTIONS(3277), [anon_sym_u8R_DQUOTE] = ACTIONS(3277), [anon_sym_co_await] = ACTIONS(3275), [anon_sym_new] = ACTIONS(3275), [anon_sym_requires] = ACTIONS(3275), [sym_this] = ACTIONS(3275), }, [754] = { [sym_identifier] = ACTIONS(3425), [aux_sym_preproc_include_token1] = ACTIONS(3425), [aux_sym_preproc_def_token1] = ACTIONS(3425), [aux_sym_preproc_if_token1] = ACTIONS(3425), [aux_sym_preproc_if_token2] = ACTIONS(3425), [aux_sym_preproc_ifdef_token1] = ACTIONS(3425), [aux_sym_preproc_ifdef_token2] = ACTIONS(3425), [aux_sym_preproc_else_token1] = ACTIONS(3425), [aux_sym_preproc_elif_token1] = ACTIONS(3425), [sym_preproc_directive] = ACTIONS(3425), [anon_sym_LPAREN2] = ACTIONS(3427), [anon_sym_BANG] = ACTIONS(3427), [anon_sym_TILDE] = ACTIONS(3427), [anon_sym_DASH] = ACTIONS(3425), [anon_sym_PLUS] = ACTIONS(3425), [anon_sym_STAR] = ACTIONS(3427), [anon_sym_AMP_AMP] = ACTIONS(3427), [anon_sym_AMP] = ACTIONS(3425), [anon_sym_SEMI] = ACTIONS(3427), [anon_sym_typedef] = ACTIONS(3425), [anon_sym_extern] = ACTIONS(3425), [anon_sym___attribute__] = ACTIONS(3425), [anon_sym_COLON_COLON] = ACTIONS(3427), [anon_sym_LBRACK_LBRACK] = ACTIONS(3427), [anon_sym___declspec] = ACTIONS(3425), [anon_sym___based] = ACTIONS(3425), [anon_sym___cdecl] = ACTIONS(3425), [anon_sym___clrcall] = ACTIONS(3425), [anon_sym___stdcall] = ACTIONS(3425), [anon_sym___fastcall] = ACTIONS(3425), [anon_sym___thiscall] = ACTIONS(3425), [anon_sym___vectorcall] = ACTIONS(3425), [anon_sym_LBRACE] = ACTIONS(3427), [anon_sym_signed] = ACTIONS(3425), [anon_sym_unsigned] = ACTIONS(3425), [anon_sym_long] = ACTIONS(3425), [anon_sym_short] = ACTIONS(3425), [anon_sym_LBRACK] = ACTIONS(3425), [anon_sym_static] = ACTIONS(3425), [anon_sym_register] = ACTIONS(3425), [anon_sym_inline] = ACTIONS(3425), [anon_sym_thread_local] = ACTIONS(3425), [anon_sym_const] = ACTIONS(3425), [anon_sym_constexpr] = ACTIONS(3425), [anon_sym_volatile] = ACTIONS(3425), [anon_sym_restrict] = ACTIONS(3425), [anon_sym___restrict__] = ACTIONS(3425), [anon_sym__Atomic] = ACTIONS(3425), [anon_sym__Noreturn] = ACTIONS(3425), [anon_sym_noreturn] = ACTIONS(3425), [anon_sym_mutable] = ACTIONS(3425), [anon_sym_constinit] = ACTIONS(3425), [anon_sym_consteval] = ACTIONS(3425), [sym_primitive_type] = ACTIONS(3425), [anon_sym_enum] = ACTIONS(3425), [anon_sym_class] = ACTIONS(3425), [anon_sym_struct] = ACTIONS(3425), [anon_sym_union] = ACTIONS(3425), [anon_sym_if] = ACTIONS(3425), [anon_sym_switch] = ACTIONS(3425), [anon_sym_case] = ACTIONS(3425), [anon_sym_default] = ACTIONS(3425), [anon_sym_while] = ACTIONS(3425), [anon_sym_do] = ACTIONS(3425), [anon_sym_for] = ACTIONS(3425), [anon_sym_return] = ACTIONS(3425), [anon_sym_break] = ACTIONS(3425), [anon_sym_continue] = ACTIONS(3425), [anon_sym_goto] = ACTIONS(3425), [anon_sym_not] = ACTIONS(3425), [anon_sym_compl] = ACTIONS(3425), [anon_sym_DASH_DASH] = ACTIONS(3427), [anon_sym_PLUS_PLUS] = ACTIONS(3427), [anon_sym_sizeof] = ACTIONS(3425), [anon_sym_offsetof] = ACTIONS(3425), [anon_sym__Generic] = ACTIONS(3425), [anon_sym_asm] = ACTIONS(3425), [anon_sym___asm__] = ACTIONS(3425), [sym_number_literal] = ACTIONS(3427), [anon_sym_L_SQUOTE] = ACTIONS(3427), [anon_sym_u_SQUOTE] = ACTIONS(3427), [anon_sym_U_SQUOTE] = ACTIONS(3427), [anon_sym_u8_SQUOTE] = ACTIONS(3427), [anon_sym_SQUOTE] = ACTIONS(3427), [anon_sym_L_DQUOTE] = ACTIONS(3427), [anon_sym_u_DQUOTE] = ACTIONS(3427), [anon_sym_U_DQUOTE] = ACTIONS(3427), [anon_sym_u8_DQUOTE] = ACTIONS(3427), [anon_sym_DQUOTE] = ACTIONS(3427), [sym_true] = ACTIONS(3425), [sym_false] = ACTIONS(3425), [anon_sym_NULL] = ACTIONS(3425), [anon_sym_nullptr] = ACTIONS(3425), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3425), [anon_sym_decltype] = ACTIONS(3425), [anon_sym_virtual] = ACTIONS(3425), [anon_sym_explicit] = ACTIONS(3425), [anon_sym_typename] = ACTIONS(3425), [anon_sym_template] = ACTIONS(3425), [anon_sym_operator] = ACTIONS(3425), [anon_sym_try] = ACTIONS(3425), [anon_sym_delete] = ACTIONS(3425), [anon_sym_throw] = ACTIONS(3425), [anon_sym_namespace] = ACTIONS(3425), [anon_sym_using] = ACTIONS(3425), [anon_sym_static_assert] = ACTIONS(3425), [anon_sym_concept] = ACTIONS(3425), [anon_sym_co_return] = ACTIONS(3425), [anon_sym_co_yield] = ACTIONS(3425), [anon_sym_R_DQUOTE] = ACTIONS(3427), [anon_sym_LR_DQUOTE] = ACTIONS(3427), [anon_sym_uR_DQUOTE] = ACTIONS(3427), [anon_sym_UR_DQUOTE] = ACTIONS(3427), [anon_sym_u8R_DQUOTE] = ACTIONS(3427), [anon_sym_co_await] = ACTIONS(3425), [anon_sym_new] = ACTIONS(3425), [anon_sym_requires] = ACTIONS(3425), [sym_this] = ACTIONS(3425), }, [755] = { [sym_identifier] = ACTIONS(3359), [aux_sym_preproc_include_token1] = ACTIONS(3359), [aux_sym_preproc_def_token1] = ACTIONS(3359), [aux_sym_preproc_if_token1] = ACTIONS(3359), [aux_sym_preproc_if_token2] = ACTIONS(3359), [aux_sym_preproc_ifdef_token1] = ACTIONS(3359), [aux_sym_preproc_ifdef_token2] = ACTIONS(3359), [aux_sym_preproc_else_token1] = ACTIONS(3359), [aux_sym_preproc_elif_token1] = ACTIONS(3359), [sym_preproc_directive] = ACTIONS(3359), [anon_sym_LPAREN2] = ACTIONS(3361), [anon_sym_BANG] = ACTIONS(3361), [anon_sym_TILDE] = ACTIONS(3361), [anon_sym_DASH] = ACTIONS(3359), [anon_sym_PLUS] = ACTIONS(3359), [anon_sym_STAR] = ACTIONS(3361), [anon_sym_AMP_AMP] = ACTIONS(3361), [anon_sym_AMP] = ACTIONS(3359), [anon_sym_SEMI] = ACTIONS(3361), [anon_sym_typedef] = ACTIONS(3359), [anon_sym_extern] = ACTIONS(3359), [anon_sym___attribute__] = ACTIONS(3359), [anon_sym_COLON_COLON] = ACTIONS(3361), [anon_sym_LBRACK_LBRACK] = ACTIONS(3361), [anon_sym___declspec] = ACTIONS(3359), [anon_sym___based] = ACTIONS(3359), [anon_sym___cdecl] = ACTIONS(3359), [anon_sym___clrcall] = ACTIONS(3359), [anon_sym___stdcall] = ACTIONS(3359), [anon_sym___fastcall] = ACTIONS(3359), [anon_sym___thiscall] = ACTIONS(3359), [anon_sym___vectorcall] = ACTIONS(3359), [anon_sym_LBRACE] = ACTIONS(3361), [anon_sym_signed] = ACTIONS(3359), [anon_sym_unsigned] = ACTIONS(3359), [anon_sym_long] = ACTIONS(3359), [anon_sym_short] = ACTIONS(3359), [anon_sym_LBRACK] = ACTIONS(3359), [anon_sym_static] = ACTIONS(3359), [anon_sym_register] = ACTIONS(3359), [anon_sym_inline] = ACTIONS(3359), [anon_sym_thread_local] = ACTIONS(3359), [anon_sym_const] = ACTIONS(3359), [anon_sym_constexpr] = ACTIONS(3359), [anon_sym_volatile] = ACTIONS(3359), [anon_sym_restrict] = ACTIONS(3359), [anon_sym___restrict__] = ACTIONS(3359), [anon_sym__Atomic] = ACTIONS(3359), [anon_sym__Noreturn] = ACTIONS(3359), [anon_sym_noreturn] = ACTIONS(3359), [anon_sym_mutable] = ACTIONS(3359), [anon_sym_constinit] = ACTIONS(3359), [anon_sym_consteval] = ACTIONS(3359), [sym_primitive_type] = ACTIONS(3359), [anon_sym_enum] = ACTIONS(3359), [anon_sym_class] = ACTIONS(3359), [anon_sym_struct] = ACTIONS(3359), [anon_sym_union] = ACTIONS(3359), [anon_sym_if] = ACTIONS(3359), [anon_sym_switch] = ACTIONS(3359), [anon_sym_case] = ACTIONS(3359), [anon_sym_default] = ACTIONS(3359), [anon_sym_while] = ACTIONS(3359), [anon_sym_do] = ACTIONS(3359), [anon_sym_for] = ACTIONS(3359), [anon_sym_return] = ACTIONS(3359), [anon_sym_break] = ACTIONS(3359), [anon_sym_continue] = ACTIONS(3359), [anon_sym_goto] = ACTIONS(3359), [anon_sym_not] = ACTIONS(3359), [anon_sym_compl] = ACTIONS(3359), [anon_sym_DASH_DASH] = ACTIONS(3361), [anon_sym_PLUS_PLUS] = ACTIONS(3361), [anon_sym_sizeof] = ACTIONS(3359), [anon_sym_offsetof] = ACTIONS(3359), [anon_sym__Generic] = ACTIONS(3359), [anon_sym_asm] = ACTIONS(3359), [anon_sym___asm__] = ACTIONS(3359), [sym_number_literal] = ACTIONS(3361), [anon_sym_L_SQUOTE] = ACTIONS(3361), [anon_sym_u_SQUOTE] = ACTIONS(3361), [anon_sym_U_SQUOTE] = ACTIONS(3361), [anon_sym_u8_SQUOTE] = ACTIONS(3361), [anon_sym_SQUOTE] = ACTIONS(3361), [anon_sym_L_DQUOTE] = ACTIONS(3361), [anon_sym_u_DQUOTE] = ACTIONS(3361), [anon_sym_U_DQUOTE] = ACTIONS(3361), [anon_sym_u8_DQUOTE] = ACTIONS(3361), [anon_sym_DQUOTE] = ACTIONS(3361), [sym_true] = ACTIONS(3359), [sym_false] = ACTIONS(3359), [anon_sym_NULL] = ACTIONS(3359), [anon_sym_nullptr] = ACTIONS(3359), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3359), [anon_sym_decltype] = ACTIONS(3359), [anon_sym_virtual] = ACTIONS(3359), [anon_sym_explicit] = ACTIONS(3359), [anon_sym_typename] = ACTIONS(3359), [anon_sym_template] = ACTIONS(3359), [anon_sym_operator] = ACTIONS(3359), [anon_sym_try] = ACTIONS(3359), [anon_sym_delete] = ACTIONS(3359), [anon_sym_throw] = ACTIONS(3359), [anon_sym_namespace] = ACTIONS(3359), [anon_sym_using] = ACTIONS(3359), [anon_sym_static_assert] = ACTIONS(3359), [anon_sym_concept] = ACTIONS(3359), [anon_sym_co_return] = ACTIONS(3359), [anon_sym_co_yield] = ACTIONS(3359), [anon_sym_R_DQUOTE] = ACTIONS(3361), [anon_sym_LR_DQUOTE] = ACTIONS(3361), [anon_sym_uR_DQUOTE] = ACTIONS(3361), [anon_sym_UR_DQUOTE] = ACTIONS(3361), [anon_sym_u8R_DQUOTE] = ACTIONS(3361), [anon_sym_co_await] = ACTIONS(3359), [anon_sym_new] = ACTIONS(3359), [anon_sym_requires] = ACTIONS(3359), [sym_this] = ACTIONS(3359), }, [756] = { [sym_identifier] = ACTIONS(3371), [aux_sym_preproc_include_token1] = ACTIONS(3371), [aux_sym_preproc_def_token1] = ACTIONS(3371), [aux_sym_preproc_if_token1] = ACTIONS(3371), [aux_sym_preproc_if_token2] = ACTIONS(3371), [aux_sym_preproc_ifdef_token1] = ACTIONS(3371), [aux_sym_preproc_ifdef_token2] = ACTIONS(3371), [aux_sym_preproc_else_token1] = ACTIONS(3371), [aux_sym_preproc_elif_token1] = ACTIONS(3371), [sym_preproc_directive] = ACTIONS(3371), [anon_sym_LPAREN2] = ACTIONS(3373), [anon_sym_BANG] = ACTIONS(3373), [anon_sym_TILDE] = ACTIONS(3373), [anon_sym_DASH] = ACTIONS(3371), [anon_sym_PLUS] = ACTIONS(3371), [anon_sym_STAR] = ACTIONS(3373), [anon_sym_AMP_AMP] = ACTIONS(3373), [anon_sym_AMP] = ACTIONS(3371), [anon_sym_SEMI] = ACTIONS(3373), [anon_sym_typedef] = ACTIONS(3371), [anon_sym_extern] = ACTIONS(3371), [anon_sym___attribute__] = ACTIONS(3371), [anon_sym_COLON_COLON] = ACTIONS(3373), [anon_sym_LBRACK_LBRACK] = ACTIONS(3373), [anon_sym___declspec] = ACTIONS(3371), [anon_sym___based] = ACTIONS(3371), [anon_sym___cdecl] = ACTIONS(3371), [anon_sym___clrcall] = ACTIONS(3371), [anon_sym___stdcall] = ACTIONS(3371), [anon_sym___fastcall] = ACTIONS(3371), [anon_sym___thiscall] = ACTIONS(3371), [anon_sym___vectorcall] = ACTIONS(3371), [anon_sym_LBRACE] = ACTIONS(3373), [anon_sym_signed] = ACTIONS(3371), [anon_sym_unsigned] = ACTIONS(3371), [anon_sym_long] = ACTIONS(3371), [anon_sym_short] = ACTIONS(3371), [anon_sym_LBRACK] = ACTIONS(3371), [anon_sym_static] = ACTIONS(3371), [anon_sym_register] = ACTIONS(3371), [anon_sym_inline] = ACTIONS(3371), [anon_sym_thread_local] = ACTIONS(3371), [anon_sym_const] = ACTIONS(3371), [anon_sym_constexpr] = ACTIONS(3371), [anon_sym_volatile] = ACTIONS(3371), [anon_sym_restrict] = ACTIONS(3371), [anon_sym___restrict__] = ACTIONS(3371), [anon_sym__Atomic] = ACTIONS(3371), [anon_sym__Noreturn] = ACTIONS(3371), [anon_sym_noreturn] = ACTIONS(3371), [anon_sym_mutable] = ACTIONS(3371), [anon_sym_constinit] = ACTIONS(3371), [anon_sym_consteval] = ACTIONS(3371), [sym_primitive_type] = ACTIONS(3371), [anon_sym_enum] = ACTIONS(3371), [anon_sym_class] = ACTIONS(3371), [anon_sym_struct] = ACTIONS(3371), [anon_sym_union] = ACTIONS(3371), [anon_sym_if] = ACTIONS(3371), [anon_sym_switch] = ACTIONS(3371), [anon_sym_case] = ACTIONS(3371), [anon_sym_default] = ACTIONS(3371), [anon_sym_while] = ACTIONS(3371), [anon_sym_do] = ACTIONS(3371), [anon_sym_for] = ACTIONS(3371), [anon_sym_return] = ACTIONS(3371), [anon_sym_break] = ACTIONS(3371), [anon_sym_continue] = ACTIONS(3371), [anon_sym_goto] = ACTIONS(3371), [anon_sym_not] = ACTIONS(3371), [anon_sym_compl] = ACTIONS(3371), [anon_sym_DASH_DASH] = ACTIONS(3373), [anon_sym_PLUS_PLUS] = ACTIONS(3373), [anon_sym_sizeof] = ACTIONS(3371), [anon_sym_offsetof] = ACTIONS(3371), [anon_sym__Generic] = ACTIONS(3371), [anon_sym_asm] = ACTIONS(3371), [anon_sym___asm__] = ACTIONS(3371), [sym_number_literal] = ACTIONS(3373), [anon_sym_L_SQUOTE] = ACTIONS(3373), [anon_sym_u_SQUOTE] = ACTIONS(3373), [anon_sym_U_SQUOTE] = ACTIONS(3373), [anon_sym_u8_SQUOTE] = ACTIONS(3373), [anon_sym_SQUOTE] = ACTIONS(3373), [anon_sym_L_DQUOTE] = ACTIONS(3373), [anon_sym_u_DQUOTE] = ACTIONS(3373), [anon_sym_U_DQUOTE] = ACTIONS(3373), [anon_sym_u8_DQUOTE] = ACTIONS(3373), [anon_sym_DQUOTE] = ACTIONS(3373), [sym_true] = ACTIONS(3371), [sym_false] = ACTIONS(3371), [anon_sym_NULL] = ACTIONS(3371), [anon_sym_nullptr] = ACTIONS(3371), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3371), [anon_sym_decltype] = ACTIONS(3371), [anon_sym_virtual] = ACTIONS(3371), [anon_sym_explicit] = ACTIONS(3371), [anon_sym_typename] = ACTIONS(3371), [anon_sym_template] = ACTIONS(3371), [anon_sym_operator] = ACTIONS(3371), [anon_sym_try] = ACTIONS(3371), [anon_sym_delete] = ACTIONS(3371), [anon_sym_throw] = ACTIONS(3371), [anon_sym_namespace] = ACTIONS(3371), [anon_sym_using] = ACTIONS(3371), [anon_sym_static_assert] = ACTIONS(3371), [anon_sym_concept] = ACTIONS(3371), [anon_sym_co_return] = ACTIONS(3371), [anon_sym_co_yield] = ACTIONS(3371), [anon_sym_R_DQUOTE] = ACTIONS(3373), [anon_sym_LR_DQUOTE] = ACTIONS(3373), [anon_sym_uR_DQUOTE] = ACTIONS(3373), [anon_sym_UR_DQUOTE] = ACTIONS(3373), [anon_sym_u8R_DQUOTE] = ACTIONS(3373), [anon_sym_co_await] = ACTIONS(3371), [anon_sym_new] = ACTIONS(3371), [anon_sym_requires] = ACTIONS(3371), [sym_this] = ACTIONS(3371), }, [757] = { [sym_identifier] = ACTIONS(3383), [aux_sym_preproc_include_token1] = ACTIONS(3383), [aux_sym_preproc_def_token1] = ACTIONS(3383), [aux_sym_preproc_if_token1] = ACTIONS(3383), [aux_sym_preproc_if_token2] = ACTIONS(3383), [aux_sym_preproc_ifdef_token1] = ACTIONS(3383), [aux_sym_preproc_ifdef_token2] = ACTIONS(3383), [aux_sym_preproc_else_token1] = ACTIONS(3383), [aux_sym_preproc_elif_token1] = ACTIONS(3383), [sym_preproc_directive] = ACTIONS(3383), [anon_sym_LPAREN2] = ACTIONS(3385), [anon_sym_BANG] = ACTIONS(3385), [anon_sym_TILDE] = ACTIONS(3385), [anon_sym_DASH] = ACTIONS(3383), [anon_sym_PLUS] = ACTIONS(3383), [anon_sym_STAR] = ACTIONS(3385), [anon_sym_AMP_AMP] = ACTIONS(3385), [anon_sym_AMP] = ACTIONS(3383), [anon_sym_SEMI] = ACTIONS(3385), [anon_sym_typedef] = ACTIONS(3383), [anon_sym_extern] = ACTIONS(3383), [anon_sym___attribute__] = ACTIONS(3383), [anon_sym_COLON_COLON] = ACTIONS(3385), [anon_sym_LBRACK_LBRACK] = ACTIONS(3385), [anon_sym___declspec] = ACTIONS(3383), [anon_sym___based] = ACTIONS(3383), [anon_sym___cdecl] = ACTIONS(3383), [anon_sym___clrcall] = ACTIONS(3383), [anon_sym___stdcall] = ACTIONS(3383), [anon_sym___fastcall] = ACTIONS(3383), [anon_sym___thiscall] = ACTIONS(3383), [anon_sym___vectorcall] = ACTIONS(3383), [anon_sym_LBRACE] = ACTIONS(3385), [anon_sym_signed] = ACTIONS(3383), [anon_sym_unsigned] = ACTIONS(3383), [anon_sym_long] = ACTIONS(3383), [anon_sym_short] = ACTIONS(3383), [anon_sym_LBRACK] = ACTIONS(3383), [anon_sym_static] = ACTIONS(3383), [anon_sym_register] = ACTIONS(3383), [anon_sym_inline] = ACTIONS(3383), [anon_sym_thread_local] = ACTIONS(3383), [anon_sym_const] = ACTIONS(3383), [anon_sym_constexpr] = ACTIONS(3383), [anon_sym_volatile] = ACTIONS(3383), [anon_sym_restrict] = ACTIONS(3383), [anon_sym___restrict__] = ACTIONS(3383), [anon_sym__Atomic] = ACTIONS(3383), [anon_sym__Noreturn] = ACTIONS(3383), [anon_sym_noreturn] = ACTIONS(3383), [anon_sym_mutable] = ACTIONS(3383), [anon_sym_constinit] = ACTIONS(3383), [anon_sym_consteval] = ACTIONS(3383), [sym_primitive_type] = ACTIONS(3383), [anon_sym_enum] = ACTIONS(3383), [anon_sym_class] = ACTIONS(3383), [anon_sym_struct] = ACTIONS(3383), [anon_sym_union] = ACTIONS(3383), [anon_sym_if] = ACTIONS(3383), [anon_sym_switch] = ACTIONS(3383), [anon_sym_case] = ACTIONS(3383), [anon_sym_default] = ACTIONS(3383), [anon_sym_while] = ACTIONS(3383), [anon_sym_do] = ACTIONS(3383), [anon_sym_for] = ACTIONS(3383), [anon_sym_return] = ACTIONS(3383), [anon_sym_break] = ACTIONS(3383), [anon_sym_continue] = ACTIONS(3383), [anon_sym_goto] = ACTIONS(3383), [anon_sym_not] = ACTIONS(3383), [anon_sym_compl] = ACTIONS(3383), [anon_sym_DASH_DASH] = ACTIONS(3385), [anon_sym_PLUS_PLUS] = ACTIONS(3385), [anon_sym_sizeof] = ACTIONS(3383), [anon_sym_offsetof] = ACTIONS(3383), [anon_sym__Generic] = ACTIONS(3383), [anon_sym_asm] = ACTIONS(3383), [anon_sym___asm__] = ACTIONS(3383), [sym_number_literal] = ACTIONS(3385), [anon_sym_L_SQUOTE] = ACTIONS(3385), [anon_sym_u_SQUOTE] = ACTIONS(3385), [anon_sym_U_SQUOTE] = ACTIONS(3385), [anon_sym_u8_SQUOTE] = ACTIONS(3385), [anon_sym_SQUOTE] = ACTIONS(3385), [anon_sym_L_DQUOTE] = ACTIONS(3385), [anon_sym_u_DQUOTE] = ACTIONS(3385), [anon_sym_U_DQUOTE] = ACTIONS(3385), [anon_sym_u8_DQUOTE] = ACTIONS(3385), [anon_sym_DQUOTE] = ACTIONS(3385), [sym_true] = ACTIONS(3383), [sym_false] = ACTIONS(3383), [anon_sym_NULL] = ACTIONS(3383), [anon_sym_nullptr] = ACTIONS(3383), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3383), [anon_sym_decltype] = ACTIONS(3383), [anon_sym_virtual] = ACTIONS(3383), [anon_sym_explicit] = ACTIONS(3383), [anon_sym_typename] = ACTIONS(3383), [anon_sym_template] = ACTIONS(3383), [anon_sym_operator] = ACTIONS(3383), [anon_sym_try] = ACTIONS(3383), [anon_sym_delete] = ACTIONS(3383), [anon_sym_throw] = ACTIONS(3383), [anon_sym_namespace] = ACTIONS(3383), [anon_sym_using] = ACTIONS(3383), [anon_sym_static_assert] = ACTIONS(3383), [anon_sym_concept] = ACTIONS(3383), [anon_sym_co_return] = ACTIONS(3383), [anon_sym_co_yield] = ACTIONS(3383), [anon_sym_R_DQUOTE] = ACTIONS(3385), [anon_sym_LR_DQUOTE] = ACTIONS(3385), [anon_sym_uR_DQUOTE] = ACTIONS(3385), [anon_sym_UR_DQUOTE] = ACTIONS(3385), [anon_sym_u8R_DQUOTE] = ACTIONS(3385), [anon_sym_co_await] = ACTIONS(3383), [anon_sym_new] = ACTIONS(3383), [anon_sym_requires] = ACTIONS(3383), [sym_this] = ACTIONS(3383), }, [758] = { [sym_identifier] = ACTIONS(3329), [aux_sym_preproc_include_token1] = ACTIONS(3329), [aux_sym_preproc_def_token1] = ACTIONS(3329), [aux_sym_preproc_if_token1] = ACTIONS(3329), [aux_sym_preproc_if_token2] = ACTIONS(3329), [aux_sym_preproc_ifdef_token1] = ACTIONS(3329), [aux_sym_preproc_ifdef_token2] = ACTIONS(3329), [aux_sym_preproc_else_token1] = ACTIONS(3329), [aux_sym_preproc_elif_token1] = ACTIONS(3329), [sym_preproc_directive] = ACTIONS(3329), [anon_sym_LPAREN2] = ACTIONS(3331), [anon_sym_BANG] = ACTIONS(3331), [anon_sym_TILDE] = ACTIONS(3331), [anon_sym_DASH] = ACTIONS(3329), [anon_sym_PLUS] = ACTIONS(3329), [anon_sym_STAR] = ACTIONS(3331), [anon_sym_AMP_AMP] = ACTIONS(3331), [anon_sym_AMP] = ACTIONS(3329), [anon_sym_SEMI] = ACTIONS(3331), [anon_sym_typedef] = ACTIONS(3329), [anon_sym_extern] = ACTIONS(3329), [anon_sym___attribute__] = ACTIONS(3329), [anon_sym_COLON_COLON] = ACTIONS(3331), [anon_sym_LBRACK_LBRACK] = ACTIONS(3331), [anon_sym___declspec] = ACTIONS(3329), [anon_sym___based] = ACTIONS(3329), [anon_sym___cdecl] = ACTIONS(3329), [anon_sym___clrcall] = ACTIONS(3329), [anon_sym___stdcall] = ACTIONS(3329), [anon_sym___fastcall] = ACTIONS(3329), [anon_sym___thiscall] = ACTIONS(3329), [anon_sym___vectorcall] = ACTIONS(3329), [anon_sym_LBRACE] = ACTIONS(3331), [anon_sym_signed] = ACTIONS(3329), [anon_sym_unsigned] = ACTIONS(3329), [anon_sym_long] = ACTIONS(3329), [anon_sym_short] = ACTIONS(3329), [anon_sym_LBRACK] = ACTIONS(3329), [anon_sym_static] = ACTIONS(3329), [anon_sym_register] = ACTIONS(3329), [anon_sym_inline] = ACTIONS(3329), [anon_sym_thread_local] = ACTIONS(3329), [anon_sym_const] = ACTIONS(3329), [anon_sym_constexpr] = ACTIONS(3329), [anon_sym_volatile] = ACTIONS(3329), [anon_sym_restrict] = ACTIONS(3329), [anon_sym___restrict__] = ACTIONS(3329), [anon_sym__Atomic] = ACTIONS(3329), [anon_sym__Noreturn] = ACTIONS(3329), [anon_sym_noreturn] = ACTIONS(3329), [anon_sym_mutable] = ACTIONS(3329), [anon_sym_constinit] = ACTIONS(3329), [anon_sym_consteval] = ACTIONS(3329), [sym_primitive_type] = ACTIONS(3329), [anon_sym_enum] = ACTIONS(3329), [anon_sym_class] = ACTIONS(3329), [anon_sym_struct] = ACTIONS(3329), [anon_sym_union] = ACTIONS(3329), [anon_sym_if] = ACTIONS(3329), [anon_sym_switch] = ACTIONS(3329), [anon_sym_case] = ACTIONS(3329), [anon_sym_default] = ACTIONS(3329), [anon_sym_while] = ACTIONS(3329), [anon_sym_do] = ACTIONS(3329), [anon_sym_for] = ACTIONS(3329), [anon_sym_return] = ACTIONS(3329), [anon_sym_break] = ACTIONS(3329), [anon_sym_continue] = ACTIONS(3329), [anon_sym_goto] = ACTIONS(3329), [anon_sym_not] = ACTIONS(3329), [anon_sym_compl] = ACTIONS(3329), [anon_sym_DASH_DASH] = ACTIONS(3331), [anon_sym_PLUS_PLUS] = ACTIONS(3331), [anon_sym_sizeof] = ACTIONS(3329), [anon_sym_offsetof] = ACTIONS(3329), [anon_sym__Generic] = ACTIONS(3329), [anon_sym_asm] = ACTIONS(3329), [anon_sym___asm__] = ACTIONS(3329), [sym_number_literal] = ACTIONS(3331), [anon_sym_L_SQUOTE] = ACTIONS(3331), [anon_sym_u_SQUOTE] = ACTIONS(3331), [anon_sym_U_SQUOTE] = ACTIONS(3331), [anon_sym_u8_SQUOTE] = ACTIONS(3331), [anon_sym_SQUOTE] = ACTIONS(3331), [anon_sym_L_DQUOTE] = ACTIONS(3331), [anon_sym_u_DQUOTE] = ACTIONS(3331), [anon_sym_U_DQUOTE] = ACTIONS(3331), [anon_sym_u8_DQUOTE] = ACTIONS(3331), [anon_sym_DQUOTE] = ACTIONS(3331), [sym_true] = ACTIONS(3329), [sym_false] = ACTIONS(3329), [anon_sym_NULL] = ACTIONS(3329), [anon_sym_nullptr] = ACTIONS(3329), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3329), [anon_sym_decltype] = ACTIONS(3329), [anon_sym_virtual] = ACTIONS(3329), [anon_sym_explicit] = ACTIONS(3329), [anon_sym_typename] = ACTIONS(3329), [anon_sym_template] = ACTIONS(3329), [anon_sym_operator] = ACTIONS(3329), [anon_sym_try] = ACTIONS(3329), [anon_sym_delete] = ACTIONS(3329), [anon_sym_throw] = ACTIONS(3329), [anon_sym_namespace] = ACTIONS(3329), [anon_sym_using] = ACTIONS(3329), [anon_sym_static_assert] = ACTIONS(3329), [anon_sym_concept] = ACTIONS(3329), [anon_sym_co_return] = ACTIONS(3329), [anon_sym_co_yield] = ACTIONS(3329), [anon_sym_R_DQUOTE] = ACTIONS(3331), [anon_sym_LR_DQUOTE] = ACTIONS(3331), [anon_sym_uR_DQUOTE] = ACTIONS(3331), [anon_sym_UR_DQUOTE] = ACTIONS(3331), [anon_sym_u8R_DQUOTE] = ACTIONS(3331), [anon_sym_co_await] = ACTIONS(3329), [anon_sym_new] = ACTIONS(3329), [anon_sym_requires] = ACTIONS(3329), [sym_this] = ACTIONS(3329), }, [759] = { [sym_identifier] = ACTIONS(3303), [aux_sym_preproc_include_token1] = ACTIONS(3303), [aux_sym_preproc_def_token1] = ACTIONS(3303), [aux_sym_preproc_if_token1] = ACTIONS(3303), [aux_sym_preproc_if_token2] = ACTIONS(3303), [aux_sym_preproc_ifdef_token1] = ACTIONS(3303), [aux_sym_preproc_ifdef_token2] = ACTIONS(3303), [aux_sym_preproc_else_token1] = ACTIONS(3303), [aux_sym_preproc_elif_token1] = ACTIONS(3303), [sym_preproc_directive] = ACTIONS(3303), [anon_sym_LPAREN2] = ACTIONS(3305), [anon_sym_BANG] = ACTIONS(3305), [anon_sym_TILDE] = ACTIONS(3305), [anon_sym_DASH] = ACTIONS(3303), [anon_sym_PLUS] = ACTIONS(3303), [anon_sym_STAR] = ACTIONS(3305), [anon_sym_AMP_AMP] = ACTIONS(3305), [anon_sym_AMP] = ACTIONS(3303), [anon_sym_SEMI] = ACTIONS(3305), [anon_sym_typedef] = ACTIONS(3303), [anon_sym_extern] = ACTIONS(3303), [anon_sym___attribute__] = ACTIONS(3303), [anon_sym_COLON_COLON] = ACTIONS(3305), [anon_sym_LBRACK_LBRACK] = ACTIONS(3305), [anon_sym___declspec] = ACTIONS(3303), [anon_sym___based] = ACTIONS(3303), [anon_sym___cdecl] = ACTIONS(3303), [anon_sym___clrcall] = ACTIONS(3303), [anon_sym___stdcall] = ACTIONS(3303), [anon_sym___fastcall] = ACTIONS(3303), [anon_sym___thiscall] = ACTIONS(3303), [anon_sym___vectorcall] = ACTIONS(3303), [anon_sym_LBRACE] = ACTIONS(3305), [anon_sym_signed] = ACTIONS(3303), [anon_sym_unsigned] = ACTIONS(3303), [anon_sym_long] = ACTIONS(3303), [anon_sym_short] = ACTIONS(3303), [anon_sym_LBRACK] = ACTIONS(3303), [anon_sym_static] = ACTIONS(3303), [anon_sym_register] = ACTIONS(3303), [anon_sym_inline] = ACTIONS(3303), [anon_sym_thread_local] = ACTIONS(3303), [anon_sym_const] = ACTIONS(3303), [anon_sym_constexpr] = ACTIONS(3303), [anon_sym_volatile] = ACTIONS(3303), [anon_sym_restrict] = ACTIONS(3303), [anon_sym___restrict__] = ACTIONS(3303), [anon_sym__Atomic] = ACTIONS(3303), [anon_sym__Noreturn] = ACTIONS(3303), [anon_sym_noreturn] = ACTIONS(3303), [anon_sym_mutable] = ACTIONS(3303), [anon_sym_constinit] = ACTIONS(3303), [anon_sym_consteval] = ACTIONS(3303), [sym_primitive_type] = ACTIONS(3303), [anon_sym_enum] = ACTIONS(3303), [anon_sym_class] = ACTIONS(3303), [anon_sym_struct] = ACTIONS(3303), [anon_sym_union] = ACTIONS(3303), [anon_sym_if] = ACTIONS(3303), [anon_sym_switch] = ACTIONS(3303), [anon_sym_case] = ACTIONS(3303), [anon_sym_default] = ACTIONS(3303), [anon_sym_while] = ACTIONS(3303), [anon_sym_do] = ACTIONS(3303), [anon_sym_for] = ACTIONS(3303), [anon_sym_return] = ACTIONS(3303), [anon_sym_break] = ACTIONS(3303), [anon_sym_continue] = ACTIONS(3303), [anon_sym_goto] = ACTIONS(3303), [anon_sym_not] = ACTIONS(3303), [anon_sym_compl] = ACTIONS(3303), [anon_sym_DASH_DASH] = ACTIONS(3305), [anon_sym_PLUS_PLUS] = ACTIONS(3305), [anon_sym_sizeof] = ACTIONS(3303), [anon_sym_offsetof] = ACTIONS(3303), [anon_sym__Generic] = ACTIONS(3303), [anon_sym_asm] = ACTIONS(3303), [anon_sym___asm__] = ACTIONS(3303), [sym_number_literal] = ACTIONS(3305), [anon_sym_L_SQUOTE] = ACTIONS(3305), [anon_sym_u_SQUOTE] = ACTIONS(3305), [anon_sym_U_SQUOTE] = ACTIONS(3305), [anon_sym_u8_SQUOTE] = ACTIONS(3305), [anon_sym_SQUOTE] = ACTIONS(3305), [anon_sym_L_DQUOTE] = ACTIONS(3305), [anon_sym_u_DQUOTE] = ACTIONS(3305), [anon_sym_U_DQUOTE] = ACTIONS(3305), [anon_sym_u8_DQUOTE] = ACTIONS(3305), [anon_sym_DQUOTE] = ACTIONS(3305), [sym_true] = ACTIONS(3303), [sym_false] = ACTIONS(3303), [anon_sym_NULL] = ACTIONS(3303), [anon_sym_nullptr] = ACTIONS(3303), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3303), [anon_sym_decltype] = ACTIONS(3303), [anon_sym_virtual] = ACTIONS(3303), [anon_sym_explicit] = ACTIONS(3303), [anon_sym_typename] = ACTIONS(3303), [anon_sym_template] = ACTIONS(3303), [anon_sym_operator] = ACTIONS(3303), [anon_sym_try] = ACTIONS(3303), [anon_sym_delete] = ACTIONS(3303), [anon_sym_throw] = ACTIONS(3303), [anon_sym_namespace] = ACTIONS(3303), [anon_sym_using] = ACTIONS(3303), [anon_sym_static_assert] = ACTIONS(3303), [anon_sym_concept] = ACTIONS(3303), [anon_sym_co_return] = ACTIONS(3303), [anon_sym_co_yield] = ACTIONS(3303), [anon_sym_R_DQUOTE] = ACTIONS(3305), [anon_sym_LR_DQUOTE] = ACTIONS(3305), [anon_sym_uR_DQUOTE] = ACTIONS(3305), [anon_sym_UR_DQUOTE] = ACTIONS(3305), [anon_sym_u8R_DQUOTE] = ACTIONS(3305), [anon_sym_co_await] = ACTIONS(3303), [anon_sym_new] = ACTIONS(3303), [anon_sym_requires] = ACTIONS(3303), [sym_this] = ACTIONS(3303), }, [760] = { [sym_identifier] = ACTIONS(3459), [aux_sym_preproc_include_token1] = ACTIONS(3459), [aux_sym_preproc_def_token1] = ACTIONS(3459), [aux_sym_preproc_if_token1] = ACTIONS(3459), [aux_sym_preproc_if_token2] = ACTIONS(3459), [aux_sym_preproc_ifdef_token1] = ACTIONS(3459), [aux_sym_preproc_ifdef_token2] = ACTIONS(3459), [aux_sym_preproc_else_token1] = ACTIONS(3459), [aux_sym_preproc_elif_token1] = ACTIONS(3459), [sym_preproc_directive] = ACTIONS(3459), [anon_sym_LPAREN2] = ACTIONS(3461), [anon_sym_BANG] = ACTIONS(3461), [anon_sym_TILDE] = ACTIONS(3461), [anon_sym_DASH] = ACTIONS(3459), [anon_sym_PLUS] = ACTIONS(3459), [anon_sym_STAR] = ACTIONS(3461), [anon_sym_AMP_AMP] = ACTIONS(3461), [anon_sym_AMP] = ACTIONS(3459), [anon_sym_SEMI] = ACTIONS(3461), [anon_sym_typedef] = ACTIONS(3459), [anon_sym_extern] = ACTIONS(3459), [anon_sym___attribute__] = ACTIONS(3459), [anon_sym_COLON_COLON] = ACTIONS(3461), [anon_sym_LBRACK_LBRACK] = ACTIONS(3461), [anon_sym___declspec] = ACTIONS(3459), [anon_sym___based] = ACTIONS(3459), [anon_sym___cdecl] = ACTIONS(3459), [anon_sym___clrcall] = ACTIONS(3459), [anon_sym___stdcall] = ACTIONS(3459), [anon_sym___fastcall] = ACTIONS(3459), [anon_sym___thiscall] = ACTIONS(3459), [anon_sym___vectorcall] = ACTIONS(3459), [anon_sym_LBRACE] = ACTIONS(3461), [anon_sym_signed] = ACTIONS(3459), [anon_sym_unsigned] = ACTIONS(3459), [anon_sym_long] = ACTIONS(3459), [anon_sym_short] = ACTIONS(3459), [anon_sym_LBRACK] = ACTIONS(3459), [anon_sym_static] = ACTIONS(3459), [anon_sym_register] = ACTIONS(3459), [anon_sym_inline] = ACTIONS(3459), [anon_sym_thread_local] = ACTIONS(3459), [anon_sym_const] = ACTIONS(3459), [anon_sym_constexpr] = ACTIONS(3459), [anon_sym_volatile] = ACTIONS(3459), [anon_sym_restrict] = ACTIONS(3459), [anon_sym___restrict__] = ACTIONS(3459), [anon_sym__Atomic] = ACTIONS(3459), [anon_sym__Noreturn] = ACTIONS(3459), [anon_sym_noreturn] = ACTIONS(3459), [anon_sym_mutable] = ACTIONS(3459), [anon_sym_constinit] = ACTIONS(3459), [anon_sym_consteval] = ACTIONS(3459), [sym_primitive_type] = ACTIONS(3459), [anon_sym_enum] = ACTIONS(3459), [anon_sym_class] = ACTIONS(3459), [anon_sym_struct] = ACTIONS(3459), [anon_sym_union] = ACTIONS(3459), [anon_sym_if] = ACTIONS(3459), [anon_sym_switch] = ACTIONS(3459), [anon_sym_case] = ACTIONS(3459), [anon_sym_default] = ACTIONS(3459), [anon_sym_while] = ACTIONS(3459), [anon_sym_do] = ACTIONS(3459), [anon_sym_for] = ACTIONS(3459), [anon_sym_return] = ACTIONS(3459), [anon_sym_break] = ACTIONS(3459), [anon_sym_continue] = ACTIONS(3459), [anon_sym_goto] = ACTIONS(3459), [anon_sym_not] = ACTIONS(3459), [anon_sym_compl] = ACTIONS(3459), [anon_sym_DASH_DASH] = ACTIONS(3461), [anon_sym_PLUS_PLUS] = ACTIONS(3461), [anon_sym_sizeof] = ACTIONS(3459), [anon_sym_offsetof] = ACTIONS(3459), [anon_sym__Generic] = ACTIONS(3459), [anon_sym_asm] = ACTIONS(3459), [anon_sym___asm__] = ACTIONS(3459), [sym_number_literal] = ACTIONS(3461), [anon_sym_L_SQUOTE] = ACTIONS(3461), [anon_sym_u_SQUOTE] = ACTIONS(3461), [anon_sym_U_SQUOTE] = ACTIONS(3461), [anon_sym_u8_SQUOTE] = ACTIONS(3461), [anon_sym_SQUOTE] = ACTIONS(3461), [anon_sym_L_DQUOTE] = ACTIONS(3461), [anon_sym_u_DQUOTE] = ACTIONS(3461), [anon_sym_U_DQUOTE] = ACTIONS(3461), [anon_sym_u8_DQUOTE] = ACTIONS(3461), [anon_sym_DQUOTE] = ACTIONS(3461), [sym_true] = ACTIONS(3459), [sym_false] = ACTIONS(3459), [anon_sym_NULL] = ACTIONS(3459), [anon_sym_nullptr] = ACTIONS(3459), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3459), [anon_sym_decltype] = ACTIONS(3459), [anon_sym_virtual] = ACTIONS(3459), [anon_sym_explicit] = ACTIONS(3459), [anon_sym_typename] = ACTIONS(3459), [anon_sym_template] = ACTIONS(3459), [anon_sym_operator] = ACTIONS(3459), [anon_sym_try] = ACTIONS(3459), [anon_sym_delete] = ACTIONS(3459), [anon_sym_throw] = ACTIONS(3459), [anon_sym_namespace] = ACTIONS(3459), [anon_sym_using] = ACTIONS(3459), [anon_sym_static_assert] = ACTIONS(3459), [anon_sym_concept] = ACTIONS(3459), [anon_sym_co_return] = ACTIONS(3459), [anon_sym_co_yield] = ACTIONS(3459), [anon_sym_R_DQUOTE] = ACTIONS(3461), [anon_sym_LR_DQUOTE] = ACTIONS(3461), [anon_sym_uR_DQUOTE] = ACTIONS(3461), [anon_sym_UR_DQUOTE] = ACTIONS(3461), [anon_sym_u8R_DQUOTE] = ACTIONS(3461), [anon_sym_co_await] = ACTIONS(3459), [anon_sym_new] = ACTIONS(3459), [anon_sym_requires] = ACTIONS(3459), [sym_this] = ACTIONS(3459), }, [761] = { [sym_identifier] = ACTIONS(3152), [aux_sym_preproc_include_token1] = ACTIONS(3152), [aux_sym_preproc_def_token1] = ACTIONS(3152), [aux_sym_preproc_if_token1] = ACTIONS(3152), [aux_sym_preproc_if_token2] = ACTIONS(3152), [aux_sym_preproc_ifdef_token1] = ACTIONS(3152), [aux_sym_preproc_ifdef_token2] = ACTIONS(3152), [aux_sym_preproc_else_token1] = ACTIONS(3152), [aux_sym_preproc_elif_token1] = ACTIONS(3152), [sym_preproc_directive] = ACTIONS(3152), [anon_sym_LPAREN2] = ACTIONS(3154), [anon_sym_BANG] = ACTIONS(3154), [anon_sym_TILDE] = ACTIONS(3154), [anon_sym_DASH] = ACTIONS(3152), [anon_sym_PLUS] = ACTIONS(3152), [anon_sym_STAR] = ACTIONS(3154), [anon_sym_AMP_AMP] = ACTIONS(3154), [anon_sym_AMP] = ACTIONS(3152), [anon_sym_SEMI] = ACTIONS(3154), [anon_sym_typedef] = ACTIONS(3152), [anon_sym_extern] = ACTIONS(3152), [anon_sym___attribute__] = ACTIONS(3152), [anon_sym_COLON_COLON] = ACTIONS(3154), [anon_sym_LBRACK_LBRACK] = ACTIONS(3154), [anon_sym___declspec] = ACTIONS(3152), [anon_sym___based] = ACTIONS(3152), [anon_sym___cdecl] = ACTIONS(3152), [anon_sym___clrcall] = ACTIONS(3152), [anon_sym___stdcall] = ACTIONS(3152), [anon_sym___fastcall] = ACTIONS(3152), [anon_sym___thiscall] = ACTIONS(3152), [anon_sym___vectorcall] = ACTIONS(3152), [anon_sym_LBRACE] = ACTIONS(3154), [anon_sym_signed] = ACTIONS(3152), [anon_sym_unsigned] = ACTIONS(3152), [anon_sym_long] = ACTIONS(3152), [anon_sym_short] = ACTIONS(3152), [anon_sym_LBRACK] = ACTIONS(3152), [anon_sym_static] = ACTIONS(3152), [anon_sym_register] = ACTIONS(3152), [anon_sym_inline] = ACTIONS(3152), [anon_sym_thread_local] = ACTIONS(3152), [anon_sym_const] = ACTIONS(3152), [anon_sym_constexpr] = ACTIONS(3152), [anon_sym_volatile] = ACTIONS(3152), [anon_sym_restrict] = ACTIONS(3152), [anon_sym___restrict__] = ACTIONS(3152), [anon_sym__Atomic] = ACTIONS(3152), [anon_sym__Noreturn] = ACTIONS(3152), [anon_sym_noreturn] = ACTIONS(3152), [anon_sym_mutable] = ACTIONS(3152), [anon_sym_constinit] = ACTIONS(3152), [anon_sym_consteval] = ACTIONS(3152), [sym_primitive_type] = ACTIONS(3152), [anon_sym_enum] = ACTIONS(3152), [anon_sym_class] = ACTIONS(3152), [anon_sym_struct] = ACTIONS(3152), [anon_sym_union] = ACTIONS(3152), [anon_sym_if] = ACTIONS(3152), [anon_sym_switch] = ACTIONS(3152), [anon_sym_case] = ACTIONS(3152), [anon_sym_default] = ACTIONS(3152), [anon_sym_while] = ACTIONS(3152), [anon_sym_do] = ACTIONS(3152), [anon_sym_for] = ACTIONS(3152), [anon_sym_return] = ACTIONS(3152), [anon_sym_break] = ACTIONS(3152), [anon_sym_continue] = ACTIONS(3152), [anon_sym_goto] = ACTIONS(3152), [anon_sym_not] = ACTIONS(3152), [anon_sym_compl] = ACTIONS(3152), [anon_sym_DASH_DASH] = ACTIONS(3154), [anon_sym_PLUS_PLUS] = ACTIONS(3154), [anon_sym_sizeof] = ACTIONS(3152), [anon_sym_offsetof] = ACTIONS(3152), [anon_sym__Generic] = ACTIONS(3152), [anon_sym_asm] = ACTIONS(3152), [anon_sym___asm__] = ACTIONS(3152), [sym_number_literal] = ACTIONS(3154), [anon_sym_L_SQUOTE] = ACTIONS(3154), [anon_sym_u_SQUOTE] = ACTIONS(3154), [anon_sym_U_SQUOTE] = ACTIONS(3154), [anon_sym_u8_SQUOTE] = ACTIONS(3154), [anon_sym_SQUOTE] = ACTIONS(3154), [anon_sym_L_DQUOTE] = ACTIONS(3154), [anon_sym_u_DQUOTE] = ACTIONS(3154), [anon_sym_U_DQUOTE] = ACTIONS(3154), [anon_sym_u8_DQUOTE] = ACTIONS(3154), [anon_sym_DQUOTE] = ACTIONS(3154), [sym_true] = ACTIONS(3152), [sym_false] = ACTIONS(3152), [anon_sym_NULL] = ACTIONS(3152), [anon_sym_nullptr] = ACTIONS(3152), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3152), [anon_sym_decltype] = ACTIONS(3152), [anon_sym_virtual] = ACTIONS(3152), [anon_sym_explicit] = ACTIONS(3152), [anon_sym_typename] = ACTIONS(3152), [anon_sym_template] = ACTIONS(3152), [anon_sym_operator] = ACTIONS(3152), [anon_sym_try] = ACTIONS(3152), [anon_sym_delete] = ACTIONS(3152), [anon_sym_throw] = ACTIONS(3152), [anon_sym_namespace] = ACTIONS(3152), [anon_sym_using] = ACTIONS(3152), [anon_sym_static_assert] = ACTIONS(3152), [anon_sym_concept] = ACTIONS(3152), [anon_sym_co_return] = ACTIONS(3152), [anon_sym_co_yield] = ACTIONS(3152), [anon_sym_R_DQUOTE] = ACTIONS(3154), [anon_sym_LR_DQUOTE] = ACTIONS(3154), [anon_sym_uR_DQUOTE] = ACTIONS(3154), [anon_sym_UR_DQUOTE] = ACTIONS(3154), [anon_sym_u8R_DQUOTE] = ACTIONS(3154), [anon_sym_co_await] = ACTIONS(3152), [anon_sym_new] = ACTIONS(3152), [anon_sym_requires] = ACTIONS(3152), [sym_this] = ACTIONS(3152), }, [762] = { [sym_identifier] = ACTIONS(3127), [aux_sym_preproc_include_token1] = ACTIONS(3127), [aux_sym_preproc_def_token1] = ACTIONS(3127), [aux_sym_preproc_if_token1] = ACTIONS(3127), [aux_sym_preproc_if_token2] = ACTIONS(3127), [aux_sym_preproc_ifdef_token1] = ACTIONS(3127), [aux_sym_preproc_ifdef_token2] = ACTIONS(3127), [aux_sym_preproc_else_token1] = ACTIONS(3127), [aux_sym_preproc_elif_token1] = ACTIONS(3127), [sym_preproc_directive] = ACTIONS(3127), [anon_sym_LPAREN2] = ACTIONS(3129), [anon_sym_BANG] = ACTIONS(3129), [anon_sym_TILDE] = ACTIONS(3129), [anon_sym_DASH] = ACTIONS(3127), [anon_sym_PLUS] = ACTIONS(3127), [anon_sym_STAR] = ACTIONS(3129), [anon_sym_AMP_AMP] = ACTIONS(3129), [anon_sym_AMP] = ACTIONS(3127), [anon_sym_SEMI] = ACTIONS(3129), [anon_sym_typedef] = ACTIONS(3127), [anon_sym_extern] = ACTIONS(3127), [anon_sym___attribute__] = ACTIONS(3127), [anon_sym_COLON_COLON] = ACTIONS(3129), [anon_sym_LBRACK_LBRACK] = ACTIONS(3129), [anon_sym___declspec] = ACTIONS(3127), [anon_sym___based] = ACTIONS(3127), [anon_sym___cdecl] = ACTIONS(3127), [anon_sym___clrcall] = ACTIONS(3127), [anon_sym___stdcall] = ACTIONS(3127), [anon_sym___fastcall] = ACTIONS(3127), [anon_sym___thiscall] = ACTIONS(3127), [anon_sym___vectorcall] = ACTIONS(3127), [anon_sym_LBRACE] = ACTIONS(3129), [anon_sym_signed] = ACTIONS(3127), [anon_sym_unsigned] = ACTIONS(3127), [anon_sym_long] = ACTIONS(3127), [anon_sym_short] = ACTIONS(3127), [anon_sym_LBRACK] = ACTIONS(3127), [anon_sym_static] = ACTIONS(3127), [anon_sym_register] = ACTIONS(3127), [anon_sym_inline] = ACTIONS(3127), [anon_sym_thread_local] = ACTIONS(3127), [anon_sym_const] = ACTIONS(3127), [anon_sym_constexpr] = ACTIONS(3127), [anon_sym_volatile] = ACTIONS(3127), [anon_sym_restrict] = ACTIONS(3127), [anon_sym___restrict__] = ACTIONS(3127), [anon_sym__Atomic] = ACTIONS(3127), [anon_sym__Noreturn] = ACTIONS(3127), [anon_sym_noreturn] = ACTIONS(3127), [anon_sym_mutable] = ACTIONS(3127), [anon_sym_constinit] = ACTIONS(3127), [anon_sym_consteval] = ACTIONS(3127), [sym_primitive_type] = ACTIONS(3127), [anon_sym_enum] = ACTIONS(3127), [anon_sym_class] = ACTIONS(3127), [anon_sym_struct] = ACTIONS(3127), [anon_sym_union] = ACTIONS(3127), [anon_sym_if] = ACTIONS(3127), [anon_sym_switch] = ACTIONS(3127), [anon_sym_case] = ACTIONS(3127), [anon_sym_default] = ACTIONS(3127), [anon_sym_while] = ACTIONS(3127), [anon_sym_do] = ACTIONS(3127), [anon_sym_for] = ACTIONS(3127), [anon_sym_return] = ACTIONS(3127), [anon_sym_break] = ACTIONS(3127), [anon_sym_continue] = ACTIONS(3127), [anon_sym_goto] = ACTIONS(3127), [anon_sym_not] = ACTIONS(3127), [anon_sym_compl] = ACTIONS(3127), [anon_sym_DASH_DASH] = ACTIONS(3129), [anon_sym_PLUS_PLUS] = ACTIONS(3129), [anon_sym_sizeof] = ACTIONS(3127), [anon_sym_offsetof] = ACTIONS(3127), [anon_sym__Generic] = ACTIONS(3127), [anon_sym_asm] = ACTIONS(3127), [anon_sym___asm__] = ACTIONS(3127), [sym_number_literal] = ACTIONS(3129), [anon_sym_L_SQUOTE] = ACTIONS(3129), [anon_sym_u_SQUOTE] = ACTIONS(3129), [anon_sym_U_SQUOTE] = ACTIONS(3129), [anon_sym_u8_SQUOTE] = ACTIONS(3129), [anon_sym_SQUOTE] = ACTIONS(3129), [anon_sym_L_DQUOTE] = ACTIONS(3129), [anon_sym_u_DQUOTE] = ACTIONS(3129), [anon_sym_U_DQUOTE] = ACTIONS(3129), [anon_sym_u8_DQUOTE] = ACTIONS(3129), [anon_sym_DQUOTE] = ACTIONS(3129), [sym_true] = ACTIONS(3127), [sym_false] = ACTIONS(3127), [anon_sym_NULL] = ACTIONS(3127), [anon_sym_nullptr] = ACTIONS(3127), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3127), [anon_sym_decltype] = ACTIONS(3127), [anon_sym_virtual] = ACTIONS(3127), [anon_sym_explicit] = ACTIONS(3127), [anon_sym_typename] = ACTIONS(3127), [anon_sym_template] = ACTIONS(3127), [anon_sym_operator] = ACTIONS(3127), [anon_sym_try] = ACTIONS(3127), [anon_sym_delete] = ACTIONS(3127), [anon_sym_throw] = ACTIONS(3127), [anon_sym_namespace] = ACTIONS(3127), [anon_sym_using] = ACTIONS(3127), [anon_sym_static_assert] = ACTIONS(3127), [anon_sym_concept] = ACTIONS(3127), [anon_sym_co_return] = ACTIONS(3127), [anon_sym_co_yield] = ACTIONS(3127), [anon_sym_R_DQUOTE] = ACTIONS(3129), [anon_sym_LR_DQUOTE] = ACTIONS(3129), [anon_sym_uR_DQUOTE] = ACTIONS(3129), [anon_sym_UR_DQUOTE] = ACTIONS(3129), [anon_sym_u8R_DQUOTE] = ACTIONS(3129), [anon_sym_co_await] = ACTIONS(3127), [anon_sym_new] = ACTIONS(3127), [anon_sym_requires] = ACTIONS(3127), [sym_this] = ACTIONS(3127), }, [763] = { [sym_identifier] = ACTIONS(3184), [aux_sym_preproc_include_token1] = ACTIONS(3184), [aux_sym_preproc_def_token1] = ACTIONS(3184), [aux_sym_preproc_if_token1] = ACTIONS(3184), [aux_sym_preproc_if_token2] = ACTIONS(3184), [aux_sym_preproc_ifdef_token1] = ACTIONS(3184), [aux_sym_preproc_ifdef_token2] = ACTIONS(3184), [aux_sym_preproc_else_token1] = ACTIONS(3184), [aux_sym_preproc_elif_token1] = ACTIONS(3184), [sym_preproc_directive] = ACTIONS(3184), [anon_sym_LPAREN2] = ACTIONS(3186), [anon_sym_BANG] = ACTIONS(3186), [anon_sym_TILDE] = ACTIONS(3186), [anon_sym_DASH] = ACTIONS(3184), [anon_sym_PLUS] = ACTIONS(3184), [anon_sym_STAR] = ACTIONS(3186), [anon_sym_AMP_AMP] = ACTIONS(3186), [anon_sym_AMP] = ACTIONS(3184), [anon_sym_SEMI] = ACTIONS(3186), [anon_sym_typedef] = ACTIONS(3184), [anon_sym_extern] = ACTIONS(3184), [anon_sym___attribute__] = ACTIONS(3184), [anon_sym_COLON_COLON] = ACTIONS(3186), [anon_sym_LBRACK_LBRACK] = ACTIONS(3186), [anon_sym___declspec] = ACTIONS(3184), [anon_sym___based] = ACTIONS(3184), [anon_sym___cdecl] = ACTIONS(3184), [anon_sym___clrcall] = ACTIONS(3184), [anon_sym___stdcall] = ACTIONS(3184), [anon_sym___fastcall] = ACTIONS(3184), [anon_sym___thiscall] = ACTIONS(3184), [anon_sym___vectorcall] = ACTIONS(3184), [anon_sym_LBRACE] = ACTIONS(3186), [anon_sym_signed] = ACTIONS(3184), [anon_sym_unsigned] = ACTIONS(3184), [anon_sym_long] = ACTIONS(3184), [anon_sym_short] = ACTIONS(3184), [anon_sym_LBRACK] = ACTIONS(3184), [anon_sym_static] = ACTIONS(3184), [anon_sym_register] = ACTIONS(3184), [anon_sym_inline] = ACTIONS(3184), [anon_sym_thread_local] = ACTIONS(3184), [anon_sym_const] = ACTIONS(3184), [anon_sym_constexpr] = ACTIONS(3184), [anon_sym_volatile] = ACTIONS(3184), [anon_sym_restrict] = ACTIONS(3184), [anon_sym___restrict__] = ACTIONS(3184), [anon_sym__Atomic] = ACTIONS(3184), [anon_sym__Noreturn] = ACTIONS(3184), [anon_sym_noreturn] = ACTIONS(3184), [anon_sym_mutable] = ACTIONS(3184), [anon_sym_constinit] = ACTIONS(3184), [anon_sym_consteval] = ACTIONS(3184), [sym_primitive_type] = ACTIONS(3184), [anon_sym_enum] = ACTIONS(3184), [anon_sym_class] = ACTIONS(3184), [anon_sym_struct] = ACTIONS(3184), [anon_sym_union] = ACTIONS(3184), [anon_sym_if] = ACTIONS(3184), [anon_sym_switch] = ACTIONS(3184), [anon_sym_case] = ACTIONS(3184), [anon_sym_default] = ACTIONS(3184), [anon_sym_while] = ACTIONS(3184), [anon_sym_do] = ACTIONS(3184), [anon_sym_for] = ACTIONS(3184), [anon_sym_return] = ACTIONS(3184), [anon_sym_break] = ACTIONS(3184), [anon_sym_continue] = ACTIONS(3184), [anon_sym_goto] = ACTIONS(3184), [anon_sym_not] = ACTIONS(3184), [anon_sym_compl] = ACTIONS(3184), [anon_sym_DASH_DASH] = ACTIONS(3186), [anon_sym_PLUS_PLUS] = ACTIONS(3186), [anon_sym_sizeof] = ACTIONS(3184), [anon_sym_offsetof] = ACTIONS(3184), [anon_sym__Generic] = ACTIONS(3184), [anon_sym_asm] = ACTIONS(3184), [anon_sym___asm__] = ACTIONS(3184), [sym_number_literal] = ACTIONS(3186), [anon_sym_L_SQUOTE] = ACTIONS(3186), [anon_sym_u_SQUOTE] = ACTIONS(3186), [anon_sym_U_SQUOTE] = ACTIONS(3186), [anon_sym_u8_SQUOTE] = ACTIONS(3186), [anon_sym_SQUOTE] = ACTIONS(3186), [anon_sym_L_DQUOTE] = ACTIONS(3186), [anon_sym_u_DQUOTE] = ACTIONS(3186), [anon_sym_U_DQUOTE] = ACTIONS(3186), [anon_sym_u8_DQUOTE] = ACTIONS(3186), [anon_sym_DQUOTE] = ACTIONS(3186), [sym_true] = ACTIONS(3184), [sym_false] = ACTIONS(3184), [anon_sym_NULL] = ACTIONS(3184), [anon_sym_nullptr] = ACTIONS(3184), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3184), [anon_sym_decltype] = ACTIONS(3184), [anon_sym_virtual] = ACTIONS(3184), [anon_sym_explicit] = ACTIONS(3184), [anon_sym_typename] = ACTIONS(3184), [anon_sym_template] = ACTIONS(3184), [anon_sym_operator] = ACTIONS(3184), [anon_sym_try] = ACTIONS(3184), [anon_sym_delete] = ACTIONS(3184), [anon_sym_throw] = ACTIONS(3184), [anon_sym_namespace] = ACTIONS(3184), [anon_sym_using] = ACTIONS(3184), [anon_sym_static_assert] = ACTIONS(3184), [anon_sym_concept] = ACTIONS(3184), [anon_sym_co_return] = ACTIONS(3184), [anon_sym_co_yield] = ACTIONS(3184), [anon_sym_R_DQUOTE] = ACTIONS(3186), [anon_sym_LR_DQUOTE] = ACTIONS(3186), [anon_sym_uR_DQUOTE] = ACTIONS(3186), [anon_sym_UR_DQUOTE] = ACTIONS(3186), [anon_sym_u8R_DQUOTE] = ACTIONS(3186), [anon_sym_co_await] = ACTIONS(3184), [anon_sym_new] = ACTIONS(3184), [anon_sym_requires] = ACTIONS(3184), [sym_this] = ACTIONS(3184), }, [764] = { [sym_identifier] = ACTIONS(3180), [aux_sym_preproc_include_token1] = ACTIONS(3180), [aux_sym_preproc_def_token1] = ACTIONS(3180), [aux_sym_preproc_if_token1] = ACTIONS(3180), [aux_sym_preproc_if_token2] = ACTIONS(3180), [aux_sym_preproc_ifdef_token1] = ACTIONS(3180), [aux_sym_preproc_ifdef_token2] = ACTIONS(3180), [aux_sym_preproc_else_token1] = ACTIONS(3180), [aux_sym_preproc_elif_token1] = ACTIONS(3180), [sym_preproc_directive] = ACTIONS(3180), [anon_sym_LPAREN2] = ACTIONS(3182), [anon_sym_BANG] = ACTIONS(3182), [anon_sym_TILDE] = ACTIONS(3182), [anon_sym_DASH] = ACTIONS(3180), [anon_sym_PLUS] = ACTIONS(3180), [anon_sym_STAR] = ACTIONS(3182), [anon_sym_AMP_AMP] = ACTIONS(3182), [anon_sym_AMP] = ACTIONS(3180), [anon_sym_SEMI] = ACTIONS(3182), [anon_sym_typedef] = ACTIONS(3180), [anon_sym_extern] = ACTIONS(3180), [anon_sym___attribute__] = ACTIONS(3180), [anon_sym_COLON_COLON] = ACTIONS(3182), [anon_sym_LBRACK_LBRACK] = ACTIONS(3182), [anon_sym___declspec] = ACTIONS(3180), [anon_sym___based] = ACTIONS(3180), [anon_sym___cdecl] = ACTIONS(3180), [anon_sym___clrcall] = ACTIONS(3180), [anon_sym___stdcall] = ACTIONS(3180), [anon_sym___fastcall] = ACTIONS(3180), [anon_sym___thiscall] = ACTIONS(3180), [anon_sym___vectorcall] = ACTIONS(3180), [anon_sym_LBRACE] = ACTIONS(3182), [anon_sym_signed] = ACTIONS(3180), [anon_sym_unsigned] = ACTIONS(3180), [anon_sym_long] = ACTIONS(3180), [anon_sym_short] = ACTIONS(3180), [anon_sym_LBRACK] = ACTIONS(3180), [anon_sym_static] = ACTIONS(3180), [anon_sym_register] = ACTIONS(3180), [anon_sym_inline] = ACTIONS(3180), [anon_sym_thread_local] = ACTIONS(3180), [anon_sym_const] = ACTIONS(3180), [anon_sym_constexpr] = ACTIONS(3180), [anon_sym_volatile] = ACTIONS(3180), [anon_sym_restrict] = ACTIONS(3180), [anon_sym___restrict__] = ACTIONS(3180), [anon_sym__Atomic] = ACTIONS(3180), [anon_sym__Noreturn] = ACTIONS(3180), [anon_sym_noreturn] = ACTIONS(3180), [anon_sym_mutable] = ACTIONS(3180), [anon_sym_constinit] = ACTIONS(3180), [anon_sym_consteval] = ACTIONS(3180), [sym_primitive_type] = ACTIONS(3180), [anon_sym_enum] = ACTIONS(3180), [anon_sym_class] = ACTIONS(3180), [anon_sym_struct] = ACTIONS(3180), [anon_sym_union] = ACTIONS(3180), [anon_sym_if] = ACTIONS(3180), [anon_sym_switch] = ACTIONS(3180), [anon_sym_case] = ACTIONS(3180), [anon_sym_default] = ACTIONS(3180), [anon_sym_while] = ACTIONS(3180), [anon_sym_do] = ACTIONS(3180), [anon_sym_for] = ACTIONS(3180), [anon_sym_return] = ACTIONS(3180), [anon_sym_break] = ACTIONS(3180), [anon_sym_continue] = ACTIONS(3180), [anon_sym_goto] = ACTIONS(3180), [anon_sym_not] = ACTIONS(3180), [anon_sym_compl] = ACTIONS(3180), [anon_sym_DASH_DASH] = ACTIONS(3182), [anon_sym_PLUS_PLUS] = ACTIONS(3182), [anon_sym_sizeof] = ACTIONS(3180), [anon_sym_offsetof] = ACTIONS(3180), [anon_sym__Generic] = ACTIONS(3180), [anon_sym_asm] = ACTIONS(3180), [anon_sym___asm__] = ACTIONS(3180), [sym_number_literal] = ACTIONS(3182), [anon_sym_L_SQUOTE] = ACTIONS(3182), [anon_sym_u_SQUOTE] = ACTIONS(3182), [anon_sym_U_SQUOTE] = ACTIONS(3182), [anon_sym_u8_SQUOTE] = ACTIONS(3182), [anon_sym_SQUOTE] = ACTIONS(3182), [anon_sym_L_DQUOTE] = ACTIONS(3182), [anon_sym_u_DQUOTE] = ACTIONS(3182), [anon_sym_U_DQUOTE] = ACTIONS(3182), [anon_sym_u8_DQUOTE] = ACTIONS(3182), [anon_sym_DQUOTE] = ACTIONS(3182), [sym_true] = ACTIONS(3180), [sym_false] = ACTIONS(3180), [anon_sym_NULL] = ACTIONS(3180), [anon_sym_nullptr] = ACTIONS(3180), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3180), [anon_sym_decltype] = ACTIONS(3180), [anon_sym_virtual] = ACTIONS(3180), [anon_sym_explicit] = ACTIONS(3180), [anon_sym_typename] = ACTIONS(3180), [anon_sym_template] = ACTIONS(3180), [anon_sym_operator] = ACTIONS(3180), [anon_sym_try] = ACTIONS(3180), [anon_sym_delete] = ACTIONS(3180), [anon_sym_throw] = ACTIONS(3180), [anon_sym_namespace] = ACTIONS(3180), [anon_sym_using] = ACTIONS(3180), [anon_sym_static_assert] = ACTIONS(3180), [anon_sym_concept] = ACTIONS(3180), [anon_sym_co_return] = ACTIONS(3180), [anon_sym_co_yield] = ACTIONS(3180), [anon_sym_R_DQUOTE] = ACTIONS(3182), [anon_sym_LR_DQUOTE] = ACTIONS(3182), [anon_sym_uR_DQUOTE] = ACTIONS(3182), [anon_sym_UR_DQUOTE] = ACTIONS(3182), [anon_sym_u8R_DQUOTE] = ACTIONS(3182), [anon_sym_co_await] = ACTIONS(3180), [anon_sym_new] = ACTIONS(3180), [anon_sym_requires] = ACTIONS(3180), [sym_this] = ACTIONS(3180), }, [765] = { [sym_identifier] = ACTIONS(3172), [aux_sym_preproc_include_token1] = ACTIONS(3172), [aux_sym_preproc_def_token1] = ACTIONS(3172), [aux_sym_preproc_if_token1] = ACTIONS(3172), [aux_sym_preproc_if_token2] = ACTIONS(3172), [aux_sym_preproc_ifdef_token1] = ACTIONS(3172), [aux_sym_preproc_ifdef_token2] = ACTIONS(3172), [aux_sym_preproc_else_token1] = ACTIONS(3172), [aux_sym_preproc_elif_token1] = ACTIONS(3172), [sym_preproc_directive] = ACTIONS(3172), [anon_sym_LPAREN2] = ACTIONS(3174), [anon_sym_BANG] = ACTIONS(3174), [anon_sym_TILDE] = ACTIONS(3174), [anon_sym_DASH] = ACTIONS(3172), [anon_sym_PLUS] = ACTIONS(3172), [anon_sym_STAR] = ACTIONS(3174), [anon_sym_AMP_AMP] = ACTIONS(3174), [anon_sym_AMP] = ACTIONS(3172), [anon_sym_SEMI] = ACTIONS(3174), [anon_sym_typedef] = ACTIONS(3172), [anon_sym_extern] = ACTIONS(3172), [anon_sym___attribute__] = ACTIONS(3172), [anon_sym_COLON_COLON] = ACTIONS(3174), [anon_sym_LBRACK_LBRACK] = ACTIONS(3174), [anon_sym___declspec] = ACTIONS(3172), [anon_sym___based] = ACTIONS(3172), [anon_sym___cdecl] = ACTIONS(3172), [anon_sym___clrcall] = ACTIONS(3172), [anon_sym___stdcall] = ACTIONS(3172), [anon_sym___fastcall] = ACTIONS(3172), [anon_sym___thiscall] = ACTIONS(3172), [anon_sym___vectorcall] = ACTIONS(3172), [anon_sym_LBRACE] = ACTIONS(3174), [anon_sym_signed] = ACTIONS(3172), [anon_sym_unsigned] = ACTIONS(3172), [anon_sym_long] = ACTIONS(3172), [anon_sym_short] = ACTIONS(3172), [anon_sym_LBRACK] = ACTIONS(3172), [anon_sym_static] = ACTIONS(3172), [anon_sym_register] = ACTIONS(3172), [anon_sym_inline] = ACTIONS(3172), [anon_sym_thread_local] = ACTIONS(3172), [anon_sym_const] = ACTIONS(3172), [anon_sym_constexpr] = ACTIONS(3172), [anon_sym_volatile] = ACTIONS(3172), [anon_sym_restrict] = ACTIONS(3172), [anon_sym___restrict__] = ACTIONS(3172), [anon_sym__Atomic] = ACTIONS(3172), [anon_sym__Noreturn] = ACTIONS(3172), [anon_sym_noreturn] = ACTIONS(3172), [anon_sym_mutable] = ACTIONS(3172), [anon_sym_constinit] = ACTIONS(3172), [anon_sym_consteval] = ACTIONS(3172), [sym_primitive_type] = ACTIONS(3172), [anon_sym_enum] = ACTIONS(3172), [anon_sym_class] = ACTIONS(3172), [anon_sym_struct] = ACTIONS(3172), [anon_sym_union] = ACTIONS(3172), [anon_sym_if] = ACTIONS(3172), [anon_sym_switch] = ACTIONS(3172), [anon_sym_case] = ACTIONS(3172), [anon_sym_default] = ACTIONS(3172), [anon_sym_while] = ACTIONS(3172), [anon_sym_do] = ACTIONS(3172), [anon_sym_for] = ACTIONS(3172), [anon_sym_return] = ACTIONS(3172), [anon_sym_break] = ACTIONS(3172), [anon_sym_continue] = ACTIONS(3172), [anon_sym_goto] = ACTIONS(3172), [anon_sym_not] = ACTIONS(3172), [anon_sym_compl] = ACTIONS(3172), [anon_sym_DASH_DASH] = ACTIONS(3174), [anon_sym_PLUS_PLUS] = ACTIONS(3174), [anon_sym_sizeof] = ACTIONS(3172), [anon_sym_offsetof] = ACTIONS(3172), [anon_sym__Generic] = ACTIONS(3172), [anon_sym_asm] = ACTIONS(3172), [anon_sym___asm__] = ACTIONS(3172), [sym_number_literal] = ACTIONS(3174), [anon_sym_L_SQUOTE] = ACTIONS(3174), [anon_sym_u_SQUOTE] = ACTIONS(3174), [anon_sym_U_SQUOTE] = ACTIONS(3174), [anon_sym_u8_SQUOTE] = ACTIONS(3174), [anon_sym_SQUOTE] = ACTIONS(3174), [anon_sym_L_DQUOTE] = ACTIONS(3174), [anon_sym_u_DQUOTE] = ACTIONS(3174), [anon_sym_U_DQUOTE] = ACTIONS(3174), [anon_sym_u8_DQUOTE] = ACTIONS(3174), [anon_sym_DQUOTE] = ACTIONS(3174), [sym_true] = ACTIONS(3172), [sym_false] = ACTIONS(3172), [anon_sym_NULL] = ACTIONS(3172), [anon_sym_nullptr] = ACTIONS(3172), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3172), [anon_sym_decltype] = ACTIONS(3172), [anon_sym_virtual] = ACTIONS(3172), [anon_sym_explicit] = ACTIONS(3172), [anon_sym_typename] = ACTIONS(3172), [anon_sym_template] = ACTIONS(3172), [anon_sym_operator] = ACTIONS(3172), [anon_sym_try] = ACTIONS(3172), [anon_sym_delete] = ACTIONS(3172), [anon_sym_throw] = ACTIONS(3172), [anon_sym_namespace] = ACTIONS(3172), [anon_sym_using] = ACTIONS(3172), [anon_sym_static_assert] = ACTIONS(3172), [anon_sym_concept] = ACTIONS(3172), [anon_sym_co_return] = ACTIONS(3172), [anon_sym_co_yield] = ACTIONS(3172), [anon_sym_R_DQUOTE] = ACTIONS(3174), [anon_sym_LR_DQUOTE] = ACTIONS(3174), [anon_sym_uR_DQUOTE] = ACTIONS(3174), [anon_sym_UR_DQUOTE] = ACTIONS(3174), [anon_sym_u8R_DQUOTE] = ACTIONS(3174), [anon_sym_co_await] = ACTIONS(3172), [anon_sym_new] = ACTIONS(3172), [anon_sym_requires] = ACTIONS(3172), [sym_this] = ACTIONS(3172), }, [766] = { [sym_else_clause] = STATE(1144), [ts_builtin_sym_end] = ACTIONS(2907), [sym_identifier] = ACTIONS(2905), [aux_sym_preproc_include_token1] = ACTIONS(2905), [aux_sym_preproc_def_token1] = ACTIONS(2905), [aux_sym_preproc_if_token1] = ACTIONS(2905), [aux_sym_preproc_ifdef_token1] = ACTIONS(2905), [aux_sym_preproc_ifdef_token2] = ACTIONS(2905), [sym_preproc_directive] = ACTIONS(2905), [anon_sym_LPAREN2] = ACTIONS(2907), [anon_sym_BANG] = ACTIONS(2907), [anon_sym_TILDE] = ACTIONS(2907), [anon_sym_DASH] = ACTIONS(2905), [anon_sym_PLUS] = ACTIONS(2905), [anon_sym_STAR] = ACTIONS(2907), [anon_sym_AMP_AMP] = ACTIONS(2907), [anon_sym_AMP] = ACTIONS(2905), [anon_sym_SEMI] = ACTIONS(2907), [anon_sym_typedef] = ACTIONS(2905), [anon_sym_extern] = ACTIONS(2905), [anon_sym___attribute__] = ACTIONS(2905), [anon_sym_COLON_COLON] = ACTIONS(2907), [anon_sym_LBRACK_LBRACK] = ACTIONS(2907), [anon_sym___declspec] = ACTIONS(2905), [anon_sym___based] = ACTIONS(2905), [anon_sym___cdecl] = ACTIONS(2905), [anon_sym___clrcall] = ACTIONS(2905), [anon_sym___stdcall] = ACTIONS(2905), [anon_sym___fastcall] = ACTIONS(2905), [anon_sym___thiscall] = ACTIONS(2905), [anon_sym___vectorcall] = ACTIONS(2905), [anon_sym_LBRACE] = ACTIONS(2907), [anon_sym_signed] = ACTIONS(2905), [anon_sym_unsigned] = ACTIONS(2905), [anon_sym_long] = ACTIONS(2905), [anon_sym_short] = ACTIONS(2905), [anon_sym_LBRACK] = ACTIONS(2905), [anon_sym_static] = ACTIONS(2905), [anon_sym_register] = ACTIONS(2905), [anon_sym_inline] = ACTIONS(2905), [anon_sym_thread_local] = ACTIONS(2905), [anon_sym_const] = ACTIONS(2905), [anon_sym_constexpr] = ACTIONS(2905), [anon_sym_volatile] = ACTIONS(2905), [anon_sym_restrict] = ACTIONS(2905), [anon_sym___restrict__] = ACTIONS(2905), [anon_sym__Atomic] = ACTIONS(2905), [anon_sym__Noreturn] = ACTIONS(2905), [anon_sym_noreturn] = ACTIONS(2905), [anon_sym_mutable] = ACTIONS(2905), [anon_sym_constinit] = ACTIONS(2905), [anon_sym_consteval] = ACTIONS(2905), [sym_primitive_type] = ACTIONS(2905), [anon_sym_enum] = ACTIONS(2905), [anon_sym_class] = ACTIONS(2905), [anon_sym_struct] = ACTIONS(2905), [anon_sym_union] = ACTIONS(2905), [anon_sym_if] = ACTIONS(2905), [anon_sym_else] = ACTIONS(3597), [anon_sym_switch] = ACTIONS(2905), [anon_sym_case] = ACTIONS(2905), [anon_sym_default] = ACTIONS(2905), [anon_sym_while] = ACTIONS(2905), [anon_sym_do] = ACTIONS(2905), [anon_sym_for] = ACTIONS(2905), [anon_sym_return] = ACTIONS(2905), [anon_sym_break] = ACTIONS(2905), [anon_sym_continue] = ACTIONS(2905), [anon_sym_goto] = ACTIONS(2905), [anon_sym_not] = ACTIONS(2905), [anon_sym_compl] = ACTIONS(2905), [anon_sym_DASH_DASH] = ACTIONS(2907), [anon_sym_PLUS_PLUS] = ACTIONS(2907), [anon_sym_sizeof] = ACTIONS(2905), [anon_sym_offsetof] = ACTIONS(2905), [anon_sym__Generic] = ACTIONS(2905), [anon_sym_asm] = ACTIONS(2905), [anon_sym___asm__] = ACTIONS(2905), [sym_number_literal] = ACTIONS(2907), [anon_sym_L_SQUOTE] = ACTIONS(2907), [anon_sym_u_SQUOTE] = ACTIONS(2907), [anon_sym_U_SQUOTE] = ACTIONS(2907), [anon_sym_u8_SQUOTE] = ACTIONS(2907), [anon_sym_SQUOTE] = ACTIONS(2907), [anon_sym_L_DQUOTE] = ACTIONS(2907), [anon_sym_u_DQUOTE] = ACTIONS(2907), [anon_sym_U_DQUOTE] = ACTIONS(2907), [anon_sym_u8_DQUOTE] = ACTIONS(2907), [anon_sym_DQUOTE] = ACTIONS(2907), [sym_true] = ACTIONS(2905), [sym_false] = ACTIONS(2905), [anon_sym_NULL] = ACTIONS(2905), [anon_sym_nullptr] = ACTIONS(2905), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2905), [anon_sym_decltype] = ACTIONS(2905), [anon_sym_virtual] = ACTIONS(2905), [anon_sym_explicit] = ACTIONS(2905), [anon_sym_typename] = ACTIONS(2905), [anon_sym_template] = ACTIONS(2905), [anon_sym_operator] = ACTIONS(2905), [anon_sym_try] = ACTIONS(2905), [anon_sym_delete] = ACTIONS(2905), [anon_sym_throw] = ACTIONS(2905), [anon_sym_namespace] = ACTIONS(2905), [anon_sym_using] = ACTIONS(2905), [anon_sym_static_assert] = ACTIONS(2905), [anon_sym_concept] = ACTIONS(2905), [anon_sym_co_return] = ACTIONS(2905), [anon_sym_co_yield] = ACTIONS(2905), [anon_sym_R_DQUOTE] = ACTIONS(2907), [anon_sym_LR_DQUOTE] = ACTIONS(2907), [anon_sym_uR_DQUOTE] = ACTIONS(2907), [anon_sym_UR_DQUOTE] = ACTIONS(2907), [anon_sym_u8R_DQUOTE] = ACTIONS(2907), [anon_sym_co_await] = ACTIONS(2905), [anon_sym_new] = ACTIONS(2905), [anon_sym_requires] = ACTIONS(2905), [sym_this] = ACTIONS(2905), }, [767] = { [sym_identifier] = ACTIONS(3148), [aux_sym_preproc_include_token1] = ACTIONS(3148), [aux_sym_preproc_def_token1] = ACTIONS(3148), [aux_sym_preproc_if_token1] = ACTIONS(3148), [aux_sym_preproc_if_token2] = ACTIONS(3148), [aux_sym_preproc_ifdef_token1] = ACTIONS(3148), [aux_sym_preproc_ifdef_token2] = ACTIONS(3148), [aux_sym_preproc_else_token1] = ACTIONS(3148), [aux_sym_preproc_elif_token1] = ACTIONS(3148), [sym_preproc_directive] = ACTIONS(3148), [anon_sym_LPAREN2] = ACTIONS(3150), [anon_sym_BANG] = ACTIONS(3150), [anon_sym_TILDE] = ACTIONS(3150), [anon_sym_DASH] = ACTIONS(3148), [anon_sym_PLUS] = ACTIONS(3148), [anon_sym_STAR] = ACTIONS(3150), [anon_sym_AMP_AMP] = ACTIONS(3150), [anon_sym_AMP] = ACTIONS(3148), [anon_sym_SEMI] = ACTIONS(3150), [anon_sym_typedef] = ACTIONS(3148), [anon_sym_extern] = ACTIONS(3148), [anon_sym___attribute__] = ACTIONS(3148), [anon_sym_COLON_COLON] = ACTIONS(3150), [anon_sym_LBRACK_LBRACK] = ACTIONS(3150), [anon_sym___declspec] = ACTIONS(3148), [anon_sym___based] = ACTIONS(3148), [anon_sym___cdecl] = ACTIONS(3148), [anon_sym___clrcall] = ACTIONS(3148), [anon_sym___stdcall] = ACTIONS(3148), [anon_sym___fastcall] = ACTIONS(3148), [anon_sym___thiscall] = ACTIONS(3148), [anon_sym___vectorcall] = ACTIONS(3148), [anon_sym_LBRACE] = ACTIONS(3150), [anon_sym_signed] = ACTIONS(3148), [anon_sym_unsigned] = ACTIONS(3148), [anon_sym_long] = ACTIONS(3148), [anon_sym_short] = ACTIONS(3148), [anon_sym_LBRACK] = ACTIONS(3148), [anon_sym_static] = ACTIONS(3148), [anon_sym_register] = ACTIONS(3148), [anon_sym_inline] = ACTIONS(3148), [anon_sym_thread_local] = ACTIONS(3148), [anon_sym_const] = ACTIONS(3148), [anon_sym_constexpr] = ACTIONS(3148), [anon_sym_volatile] = ACTIONS(3148), [anon_sym_restrict] = ACTIONS(3148), [anon_sym___restrict__] = ACTIONS(3148), [anon_sym__Atomic] = ACTIONS(3148), [anon_sym__Noreturn] = ACTIONS(3148), [anon_sym_noreturn] = ACTIONS(3148), [anon_sym_mutable] = ACTIONS(3148), [anon_sym_constinit] = ACTIONS(3148), [anon_sym_consteval] = ACTIONS(3148), [sym_primitive_type] = ACTIONS(3148), [anon_sym_enum] = ACTIONS(3148), [anon_sym_class] = ACTIONS(3148), [anon_sym_struct] = ACTIONS(3148), [anon_sym_union] = ACTIONS(3148), [anon_sym_if] = ACTIONS(3148), [anon_sym_switch] = ACTIONS(3148), [anon_sym_case] = ACTIONS(3148), [anon_sym_default] = ACTIONS(3148), [anon_sym_while] = ACTIONS(3148), [anon_sym_do] = ACTIONS(3148), [anon_sym_for] = ACTIONS(3148), [anon_sym_return] = ACTIONS(3148), [anon_sym_break] = ACTIONS(3148), [anon_sym_continue] = ACTIONS(3148), [anon_sym_goto] = ACTIONS(3148), [anon_sym_not] = ACTIONS(3148), [anon_sym_compl] = ACTIONS(3148), [anon_sym_DASH_DASH] = ACTIONS(3150), [anon_sym_PLUS_PLUS] = ACTIONS(3150), [anon_sym_sizeof] = ACTIONS(3148), [anon_sym_offsetof] = ACTIONS(3148), [anon_sym__Generic] = ACTIONS(3148), [anon_sym_asm] = ACTIONS(3148), [anon_sym___asm__] = ACTIONS(3148), [sym_number_literal] = ACTIONS(3150), [anon_sym_L_SQUOTE] = ACTIONS(3150), [anon_sym_u_SQUOTE] = ACTIONS(3150), [anon_sym_U_SQUOTE] = ACTIONS(3150), [anon_sym_u8_SQUOTE] = ACTIONS(3150), [anon_sym_SQUOTE] = ACTIONS(3150), [anon_sym_L_DQUOTE] = ACTIONS(3150), [anon_sym_u_DQUOTE] = ACTIONS(3150), [anon_sym_U_DQUOTE] = ACTIONS(3150), [anon_sym_u8_DQUOTE] = ACTIONS(3150), [anon_sym_DQUOTE] = ACTIONS(3150), [sym_true] = ACTIONS(3148), [sym_false] = ACTIONS(3148), [anon_sym_NULL] = ACTIONS(3148), [anon_sym_nullptr] = ACTIONS(3148), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3148), [anon_sym_decltype] = ACTIONS(3148), [anon_sym_virtual] = ACTIONS(3148), [anon_sym_explicit] = ACTIONS(3148), [anon_sym_typename] = ACTIONS(3148), [anon_sym_template] = ACTIONS(3148), [anon_sym_operator] = ACTIONS(3148), [anon_sym_try] = ACTIONS(3148), [anon_sym_delete] = ACTIONS(3148), [anon_sym_throw] = ACTIONS(3148), [anon_sym_namespace] = ACTIONS(3148), [anon_sym_using] = ACTIONS(3148), [anon_sym_static_assert] = ACTIONS(3148), [anon_sym_concept] = ACTIONS(3148), [anon_sym_co_return] = ACTIONS(3148), [anon_sym_co_yield] = ACTIONS(3148), [anon_sym_R_DQUOTE] = ACTIONS(3150), [anon_sym_LR_DQUOTE] = ACTIONS(3150), [anon_sym_uR_DQUOTE] = ACTIONS(3150), [anon_sym_UR_DQUOTE] = ACTIONS(3150), [anon_sym_u8R_DQUOTE] = ACTIONS(3150), [anon_sym_co_await] = ACTIONS(3148), [anon_sym_new] = ACTIONS(3148), [anon_sym_requires] = ACTIONS(3148), [sym_this] = ACTIONS(3148), }, [768] = { [sym_identifier] = ACTIONS(3337), [aux_sym_preproc_include_token1] = ACTIONS(3337), [aux_sym_preproc_def_token1] = ACTIONS(3337), [aux_sym_preproc_if_token1] = ACTIONS(3337), [aux_sym_preproc_if_token2] = ACTIONS(3337), [aux_sym_preproc_ifdef_token1] = ACTIONS(3337), [aux_sym_preproc_ifdef_token2] = ACTIONS(3337), [aux_sym_preproc_else_token1] = ACTIONS(3337), [aux_sym_preproc_elif_token1] = ACTIONS(3337), [sym_preproc_directive] = ACTIONS(3337), [anon_sym_LPAREN2] = ACTIONS(3339), [anon_sym_BANG] = ACTIONS(3339), [anon_sym_TILDE] = ACTIONS(3339), [anon_sym_DASH] = ACTIONS(3337), [anon_sym_PLUS] = ACTIONS(3337), [anon_sym_STAR] = ACTIONS(3339), [anon_sym_AMP_AMP] = ACTIONS(3339), [anon_sym_AMP] = ACTIONS(3337), [anon_sym_SEMI] = ACTIONS(3339), [anon_sym_typedef] = ACTIONS(3337), [anon_sym_extern] = ACTIONS(3337), [anon_sym___attribute__] = ACTIONS(3337), [anon_sym_COLON_COLON] = ACTIONS(3339), [anon_sym_LBRACK_LBRACK] = ACTIONS(3339), [anon_sym___declspec] = ACTIONS(3337), [anon_sym___based] = ACTIONS(3337), [anon_sym___cdecl] = ACTIONS(3337), [anon_sym___clrcall] = ACTIONS(3337), [anon_sym___stdcall] = ACTIONS(3337), [anon_sym___fastcall] = ACTIONS(3337), [anon_sym___thiscall] = ACTIONS(3337), [anon_sym___vectorcall] = ACTIONS(3337), [anon_sym_LBRACE] = ACTIONS(3339), [anon_sym_signed] = ACTIONS(3337), [anon_sym_unsigned] = ACTIONS(3337), [anon_sym_long] = ACTIONS(3337), [anon_sym_short] = ACTIONS(3337), [anon_sym_LBRACK] = ACTIONS(3337), [anon_sym_static] = ACTIONS(3337), [anon_sym_register] = ACTIONS(3337), [anon_sym_inline] = ACTIONS(3337), [anon_sym_thread_local] = ACTIONS(3337), [anon_sym_const] = ACTIONS(3337), [anon_sym_constexpr] = ACTIONS(3337), [anon_sym_volatile] = ACTIONS(3337), [anon_sym_restrict] = ACTIONS(3337), [anon_sym___restrict__] = ACTIONS(3337), [anon_sym__Atomic] = ACTIONS(3337), [anon_sym__Noreturn] = ACTIONS(3337), [anon_sym_noreturn] = ACTIONS(3337), [anon_sym_mutable] = ACTIONS(3337), [anon_sym_constinit] = ACTIONS(3337), [anon_sym_consteval] = ACTIONS(3337), [sym_primitive_type] = ACTIONS(3337), [anon_sym_enum] = ACTIONS(3337), [anon_sym_class] = ACTIONS(3337), [anon_sym_struct] = ACTIONS(3337), [anon_sym_union] = ACTIONS(3337), [anon_sym_if] = ACTIONS(3337), [anon_sym_switch] = ACTIONS(3337), [anon_sym_case] = ACTIONS(3337), [anon_sym_default] = ACTIONS(3337), [anon_sym_while] = ACTIONS(3337), [anon_sym_do] = ACTIONS(3337), [anon_sym_for] = ACTIONS(3337), [anon_sym_return] = ACTIONS(3337), [anon_sym_break] = ACTIONS(3337), [anon_sym_continue] = ACTIONS(3337), [anon_sym_goto] = ACTIONS(3337), [anon_sym_not] = ACTIONS(3337), [anon_sym_compl] = ACTIONS(3337), [anon_sym_DASH_DASH] = ACTIONS(3339), [anon_sym_PLUS_PLUS] = ACTIONS(3339), [anon_sym_sizeof] = ACTIONS(3337), [anon_sym_offsetof] = ACTIONS(3337), [anon_sym__Generic] = ACTIONS(3337), [anon_sym_asm] = ACTIONS(3337), [anon_sym___asm__] = ACTIONS(3337), [sym_number_literal] = ACTIONS(3339), [anon_sym_L_SQUOTE] = ACTIONS(3339), [anon_sym_u_SQUOTE] = ACTIONS(3339), [anon_sym_U_SQUOTE] = ACTIONS(3339), [anon_sym_u8_SQUOTE] = ACTIONS(3339), [anon_sym_SQUOTE] = ACTIONS(3339), [anon_sym_L_DQUOTE] = ACTIONS(3339), [anon_sym_u_DQUOTE] = ACTIONS(3339), [anon_sym_U_DQUOTE] = ACTIONS(3339), [anon_sym_u8_DQUOTE] = ACTIONS(3339), [anon_sym_DQUOTE] = ACTIONS(3339), [sym_true] = ACTIONS(3337), [sym_false] = ACTIONS(3337), [anon_sym_NULL] = ACTIONS(3337), [anon_sym_nullptr] = ACTIONS(3337), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3337), [anon_sym_decltype] = ACTIONS(3337), [anon_sym_virtual] = ACTIONS(3337), [anon_sym_explicit] = ACTIONS(3337), [anon_sym_typename] = ACTIONS(3337), [anon_sym_template] = ACTIONS(3337), [anon_sym_operator] = ACTIONS(3337), [anon_sym_try] = ACTIONS(3337), [anon_sym_delete] = ACTIONS(3337), [anon_sym_throw] = ACTIONS(3337), [anon_sym_namespace] = ACTIONS(3337), [anon_sym_using] = ACTIONS(3337), [anon_sym_static_assert] = ACTIONS(3337), [anon_sym_concept] = ACTIONS(3337), [anon_sym_co_return] = ACTIONS(3337), [anon_sym_co_yield] = ACTIONS(3337), [anon_sym_R_DQUOTE] = ACTIONS(3339), [anon_sym_LR_DQUOTE] = ACTIONS(3339), [anon_sym_uR_DQUOTE] = ACTIONS(3339), [anon_sym_UR_DQUOTE] = ACTIONS(3339), [anon_sym_u8R_DQUOTE] = ACTIONS(3339), [anon_sym_co_await] = ACTIONS(3337), [anon_sym_new] = ACTIONS(3337), [anon_sym_requires] = ACTIONS(3337), [sym_this] = ACTIONS(3337), }, [769] = { [sym_identifier] = ACTIONS(3168), [aux_sym_preproc_include_token1] = ACTIONS(3168), [aux_sym_preproc_def_token1] = ACTIONS(3168), [aux_sym_preproc_if_token1] = ACTIONS(3168), [aux_sym_preproc_if_token2] = ACTIONS(3168), [aux_sym_preproc_ifdef_token1] = ACTIONS(3168), [aux_sym_preproc_ifdef_token2] = ACTIONS(3168), [aux_sym_preproc_else_token1] = ACTIONS(3168), [aux_sym_preproc_elif_token1] = ACTIONS(3168), [sym_preproc_directive] = ACTIONS(3168), [anon_sym_LPAREN2] = ACTIONS(3170), [anon_sym_BANG] = ACTIONS(3170), [anon_sym_TILDE] = ACTIONS(3170), [anon_sym_DASH] = ACTIONS(3168), [anon_sym_PLUS] = ACTIONS(3168), [anon_sym_STAR] = ACTIONS(3170), [anon_sym_AMP_AMP] = ACTIONS(3170), [anon_sym_AMP] = ACTIONS(3168), [anon_sym_SEMI] = ACTIONS(3170), [anon_sym_typedef] = ACTIONS(3168), [anon_sym_extern] = ACTIONS(3168), [anon_sym___attribute__] = ACTIONS(3168), [anon_sym_COLON_COLON] = ACTIONS(3170), [anon_sym_LBRACK_LBRACK] = ACTIONS(3170), [anon_sym___declspec] = ACTIONS(3168), [anon_sym___based] = ACTIONS(3168), [anon_sym___cdecl] = ACTIONS(3168), [anon_sym___clrcall] = ACTIONS(3168), [anon_sym___stdcall] = ACTIONS(3168), [anon_sym___fastcall] = ACTIONS(3168), [anon_sym___thiscall] = ACTIONS(3168), [anon_sym___vectorcall] = ACTIONS(3168), [anon_sym_LBRACE] = ACTIONS(3170), [anon_sym_signed] = ACTIONS(3168), [anon_sym_unsigned] = ACTIONS(3168), [anon_sym_long] = ACTIONS(3168), [anon_sym_short] = ACTIONS(3168), [anon_sym_LBRACK] = ACTIONS(3168), [anon_sym_static] = ACTIONS(3168), [anon_sym_register] = ACTIONS(3168), [anon_sym_inline] = ACTIONS(3168), [anon_sym_thread_local] = ACTIONS(3168), [anon_sym_const] = ACTIONS(3168), [anon_sym_constexpr] = ACTIONS(3168), [anon_sym_volatile] = ACTIONS(3168), [anon_sym_restrict] = ACTIONS(3168), [anon_sym___restrict__] = ACTIONS(3168), [anon_sym__Atomic] = ACTIONS(3168), [anon_sym__Noreturn] = ACTIONS(3168), [anon_sym_noreturn] = ACTIONS(3168), [anon_sym_mutable] = ACTIONS(3168), [anon_sym_constinit] = ACTIONS(3168), [anon_sym_consteval] = ACTIONS(3168), [sym_primitive_type] = ACTIONS(3168), [anon_sym_enum] = ACTIONS(3168), [anon_sym_class] = ACTIONS(3168), [anon_sym_struct] = ACTIONS(3168), [anon_sym_union] = ACTIONS(3168), [anon_sym_if] = ACTIONS(3168), [anon_sym_switch] = ACTIONS(3168), [anon_sym_case] = ACTIONS(3168), [anon_sym_default] = ACTIONS(3168), [anon_sym_while] = ACTIONS(3168), [anon_sym_do] = ACTIONS(3168), [anon_sym_for] = ACTIONS(3168), [anon_sym_return] = ACTIONS(3168), [anon_sym_break] = ACTIONS(3168), [anon_sym_continue] = ACTIONS(3168), [anon_sym_goto] = ACTIONS(3168), [anon_sym_not] = ACTIONS(3168), [anon_sym_compl] = ACTIONS(3168), [anon_sym_DASH_DASH] = ACTIONS(3170), [anon_sym_PLUS_PLUS] = ACTIONS(3170), [anon_sym_sizeof] = ACTIONS(3168), [anon_sym_offsetof] = ACTIONS(3168), [anon_sym__Generic] = ACTIONS(3168), [anon_sym_asm] = ACTIONS(3168), [anon_sym___asm__] = ACTIONS(3168), [sym_number_literal] = ACTIONS(3170), [anon_sym_L_SQUOTE] = ACTIONS(3170), [anon_sym_u_SQUOTE] = ACTIONS(3170), [anon_sym_U_SQUOTE] = ACTIONS(3170), [anon_sym_u8_SQUOTE] = ACTIONS(3170), [anon_sym_SQUOTE] = ACTIONS(3170), [anon_sym_L_DQUOTE] = ACTIONS(3170), [anon_sym_u_DQUOTE] = ACTIONS(3170), [anon_sym_U_DQUOTE] = ACTIONS(3170), [anon_sym_u8_DQUOTE] = ACTIONS(3170), [anon_sym_DQUOTE] = ACTIONS(3170), [sym_true] = ACTIONS(3168), [sym_false] = ACTIONS(3168), [anon_sym_NULL] = ACTIONS(3168), [anon_sym_nullptr] = ACTIONS(3168), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3168), [anon_sym_decltype] = ACTIONS(3168), [anon_sym_virtual] = ACTIONS(3168), [anon_sym_explicit] = ACTIONS(3168), [anon_sym_typename] = ACTIONS(3168), [anon_sym_template] = ACTIONS(3168), [anon_sym_operator] = ACTIONS(3168), [anon_sym_try] = ACTIONS(3168), [anon_sym_delete] = ACTIONS(3168), [anon_sym_throw] = ACTIONS(3168), [anon_sym_namespace] = ACTIONS(3168), [anon_sym_using] = ACTIONS(3168), [anon_sym_static_assert] = ACTIONS(3168), [anon_sym_concept] = ACTIONS(3168), [anon_sym_co_return] = ACTIONS(3168), [anon_sym_co_yield] = ACTIONS(3168), [anon_sym_R_DQUOTE] = ACTIONS(3170), [anon_sym_LR_DQUOTE] = ACTIONS(3170), [anon_sym_uR_DQUOTE] = ACTIONS(3170), [anon_sym_UR_DQUOTE] = ACTIONS(3170), [anon_sym_u8R_DQUOTE] = ACTIONS(3170), [anon_sym_co_await] = ACTIONS(3168), [anon_sym_new] = ACTIONS(3168), [anon_sym_requires] = ACTIONS(3168), [sym_this] = ACTIONS(3168), }, [770] = { [sym_identifier] = ACTIONS(3345), [aux_sym_preproc_include_token1] = ACTIONS(3345), [aux_sym_preproc_def_token1] = ACTIONS(3345), [aux_sym_preproc_if_token1] = ACTIONS(3345), [aux_sym_preproc_if_token2] = ACTIONS(3345), [aux_sym_preproc_ifdef_token1] = ACTIONS(3345), [aux_sym_preproc_ifdef_token2] = ACTIONS(3345), [aux_sym_preproc_else_token1] = ACTIONS(3345), [aux_sym_preproc_elif_token1] = ACTIONS(3345), [sym_preproc_directive] = ACTIONS(3345), [anon_sym_LPAREN2] = ACTIONS(3347), [anon_sym_BANG] = ACTIONS(3347), [anon_sym_TILDE] = ACTIONS(3347), [anon_sym_DASH] = ACTIONS(3345), [anon_sym_PLUS] = ACTIONS(3345), [anon_sym_STAR] = ACTIONS(3347), [anon_sym_AMP_AMP] = ACTIONS(3347), [anon_sym_AMP] = ACTIONS(3345), [anon_sym_SEMI] = ACTIONS(3347), [anon_sym_typedef] = ACTIONS(3345), [anon_sym_extern] = ACTIONS(3345), [anon_sym___attribute__] = ACTIONS(3345), [anon_sym_COLON_COLON] = ACTIONS(3347), [anon_sym_LBRACK_LBRACK] = ACTIONS(3347), [anon_sym___declspec] = ACTIONS(3345), [anon_sym___based] = ACTIONS(3345), [anon_sym___cdecl] = ACTIONS(3345), [anon_sym___clrcall] = ACTIONS(3345), [anon_sym___stdcall] = ACTIONS(3345), [anon_sym___fastcall] = ACTIONS(3345), [anon_sym___thiscall] = ACTIONS(3345), [anon_sym___vectorcall] = ACTIONS(3345), [anon_sym_LBRACE] = ACTIONS(3347), [anon_sym_signed] = ACTIONS(3345), [anon_sym_unsigned] = ACTIONS(3345), [anon_sym_long] = ACTIONS(3345), [anon_sym_short] = ACTIONS(3345), [anon_sym_LBRACK] = ACTIONS(3345), [anon_sym_static] = ACTIONS(3345), [anon_sym_register] = ACTIONS(3345), [anon_sym_inline] = ACTIONS(3345), [anon_sym_thread_local] = ACTIONS(3345), [anon_sym_const] = ACTIONS(3345), [anon_sym_constexpr] = ACTIONS(3345), [anon_sym_volatile] = ACTIONS(3345), [anon_sym_restrict] = ACTIONS(3345), [anon_sym___restrict__] = ACTIONS(3345), [anon_sym__Atomic] = ACTIONS(3345), [anon_sym__Noreturn] = ACTIONS(3345), [anon_sym_noreturn] = ACTIONS(3345), [anon_sym_mutable] = ACTIONS(3345), [anon_sym_constinit] = ACTIONS(3345), [anon_sym_consteval] = ACTIONS(3345), [sym_primitive_type] = ACTIONS(3345), [anon_sym_enum] = ACTIONS(3345), [anon_sym_class] = ACTIONS(3345), [anon_sym_struct] = ACTIONS(3345), [anon_sym_union] = ACTIONS(3345), [anon_sym_if] = ACTIONS(3345), [anon_sym_switch] = ACTIONS(3345), [anon_sym_case] = ACTIONS(3345), [anon_sym_default] = ACTIONS(3345), [anon_sym_while] = ACTIONS(3345), [anon_sym_do] = ACTIONS(3345), [anon_sym_for] = ACTIONS(3345), [anon_sym_return] = ACTIONS(3345), [anon_sym_break] = ACTIONS(3345), [anon_sym_continue] = ACTIONS(3345), [anon_sym_goto] = ACTIONS(3345), [anon_sym_not] = ACTIONS(3345), [anon_sym_compl] = ACTIONS(3345), [anon_sym_DASH_DASH] = ACTIONS(3347), [anon_sym_PLUS_PLUS] = ACTIONS(3347), [anon_sym_sizeof] = ACTIONS(3345), [anon_sym_offsetof] = ACTIONS(3345), [anon_sym__Generic] = ACTIONS(3345), [anon_sym_asm] = ACTIONS(3345), [anon_sym___asm__] = ACTIONS(3345), [sym_number_literal] = ACTIONS(3347), [anon_sym_L_SQUOTE] = ACTIONS(3347), [anon_sym_u_SQUOTE] = ACTIONS(3347), [anon_sym_U_SQUOTE] = ACTIONS(3347), [anon_sym_u8_SQUOTE] = ACTIONS(3347), [anon_sym_SQUOTE] = ACTIONS(3347), [anon_sym_L_DQUOTE] = ACTIONS(3347), [anon_sym_u_DQUOTE] = ACTIONS(3347), [anon_sym_U_DQUOTE] = ACTIONS(3347), [anon_sym_u8_DQUOTE] = ACTIONS(3347), [anon_sym_DQUOTE] = ACTIONS(3347), [sym_true] = ACTIONS(3345), [sym_false] = ACTIONS(3345), [anon_sym_NULL] = ACTIONS(3345), [anon_sym_nullptr] = ACTIONS(3345), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3345), [anon_sym_decltype] = ACTIONS(3345), [anon_sym_virtual] = ACTIONS(3345), [anon_sym_explicit] = ACTIONS(3345), [anon_sym_typename] = ACTIONS(3345), [anon_sym_template] = ACTIONS(3345), [anon_sym_operator] = ACTIONS(3345), [anon_sym_try] = ACTIONS(3345), [anon_sym_delete] = ACTIONS(3345), [anon_sym_throw] = ACTIONS(3345), [anon_sym_namespace] = ACTIONS(3345), [anon_sym_using] = ACTIONS(3345), [anon_sym_static_assert] = ACTIONS(3345), [anon_sym_concept] = ACTIONS(3345), [anon_sym_co_return] = ACTIONS(3345), [anon_sym_co_yield] = ACTIONS(3345), [anon_sym_R_DQUOTE] = ACTIONS(3347), [anon_sym_LR_DQUOTE] = ACTIONS(3347), [anon_sym_uR_DQUOTE] = ACTIONS(3347), [anon_sym_UR_DQUOTE] = ACTIONS(3347), [anon_sym_u8R_DQUOTE] = ACTIONS(3347), [anon_sym_co_await] = ACTIONS(3345), [anon_sym_new] = ACTIONS(3345), [anon_sym_requires] = ACTIONS(3345), [sym_this] = ACTIONS(3345), }, [771] = { [sym_identifier] = ACTIONS(3295), [aux_sym_preproc_include_token1] = ACTIONS(3295), [aux_sym_preproc_def_token1] = ACTIONS(3295), [aux_sym_preproc_if_token1] = ACTIONS(3295), [aux_sym_preproc_if_token2] = ACTIONS(3295), [aux_sym_preproc_ifdef_token1] = ACTIONS(3295), [aux_sym_preproc_ifdef_token2] = ACTIONS(3295), [aux_sym_preproc_else_token1] = ACTIONS(3295), [aux_sym_preproc_elif_token1] = ACTIONS(3295), [sym_preproc_directive] = ACTIONS(3295), [anon_sym_LPAREN2] = ACTIONS(3297), [anon_sym_BANG] = ACTIONS(3297), [anon_sym_TILDE] = ACTIONS(3297), [anon_sym_DASH] = ACTIONS(3295), [anon_sym_PLUS] = ACTIONS(3295), [anon_sym_STAR] = ACTIONS(3297), [anon_sym_AMP_AMP] = ACTIONS(3297), [anon_sym_AMP] = ACTIONS(3295), [anon_sym_SEMI] = ACTIONS(3297), [anon_sym_typedef] = ACTIONS(3295), [anon_sym_extern] = ACTIONS(3295), [anon_sym___attribute__] = ACTIONS(3295), [anon_sym_COLON_COLON] = ACTIONS(3297), [anon_sym_LBRACK_LBRACK] = ACTIONS(3297), [anon_sym___declspec] = ACTIONS(3295), [anon_sym___based] = ACTIONS(3295), [anon_sym___cdecl] = ACTIONS(3295), [anon_sym___clrcall] = ACTIONS(3295), [anon_sym___stdcall] = ACTIONS(3295), [anon_sym___fastcall] = ACTIONS(3295), [anon_sym___thiscall] = ACTIONS(3295), [anon_sym___vectorcall] = ACTIONS(3295), [anon_sym_LBRACE] = ACTIONS(3297), [anon_sym_signed] = ACTIONS(3295), [anon_sym_unsigned] = ACTIONS(3295), [anon_sym_long] = ACTIONS(3295), [anon_sym_short] = ACTIONS(3295), [anon_sym_LBRACK] = ACTIONS(3295), [anon_sym_static] = ACTIONS(3295), [anon_sym_register] = ACTIONS(3295), [anon_sym_inline] = ACTIONS(3295), [anon_sym_thread_local] = ACTIONS(3295), [anon_sym_const] = ACTIONS(3295), [anon_sym_constexpr] = ACTIONS(3295), [anon_sym_volatile] = ACTIONS(3295), [anon_sym_restrict] = ACTIONS(3295), [anon_sym___restrict__] = ACTIONS(3295), [anon_sym__Atomic] = ACTIONS(3295), [anon_sym__Noreturn] = ACTIONS(3295), [anon_sym_noreturn] = ACTIONS(3295), [anon_sym_mutable] = ACTIONS(3295), [anon_sym_constinit] = ACTIONS(3295), [anon_sym_consteval] = ACTIONS(3295), [sym_primitive_type] = ACTIONS(3295), [anon_sym_enum] = ACTIONS(3295), [anon_sym_class] = ACTIONS(3295), [anon_sym_struct] = ACTIONS(3295), [anon_sym_union] = ACTIONS(3295), [anon_sym_if] = ACTIONS(3295), [anon_sym_switch] = ACTIONS(3295), [anon_sym_case] = ACTIONS(3295), [anon_sym_default] = ACTIONS(3295), [anon_sym_while] = ACTIONS(3295), [anon_sym_do] = ACTIONS(3295), [anon_sym_for] = ACTIONS(3295), [anon_sym_return] = ACTIONS(3295), [anon_sym_break] = ACTIONS(3295), [anon_sym_continue] = ACTIONS(3295), [anon_sym_goto] = ACTIONS(3295), [anon_sym_not] = ACTIONS(3295), [anon_sym_compl] = ACTIONS(3295), [anon_sym_DASH_DASH] = ACTIONS(3297), [anon_sym_PLUS_PLUS] = ACTIONS(3297), [anon_sym_sizeof] = ACTIONS(3295), [anon_sym_offsetof] = ACTIONS(3295), [anon_sym__Generic] = ACTIONS(3295), [anon_sym_asm] = ACTIONS(3295), [anon_sym___asm__] = ACTIONS(3295), [sym_number_literal] = ACTIONS(3297), [anon_sym_L_SQUOTE] = ACTIONS(3297), [anon_sym_u_SQUOTE] = ACTIONS(3297), [anon_sym_U_SQUOTE] = ACTIONS(3297), [anon_sym_u8_SQUOTE] = ACTIONS(3297), [anon_sym_SQUOTE] = ACTIONS(3297), [anon_sym_L_DQUOTE] = ACTIONS(3297), [anon_sym_u_DQUOTE] = ACTIONS(3297), [anon_sym_U_DQUOTE] = ACTIONS(3297), [anon_sym_u8_DQUOTE] = ACTIONS(3297), [anon_sym_DQUOTE] = ACTIONS(3297), [sym_true] = ACTIONS(3295), [sym_false] = ACTIONS(3295), [anon_sym_NULL] = ACTIONS(3295), [anon_sym_nullptr] = ACTIONS(3295), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3295), [anon_sym_decltype] = ACTIONS(3295), [anon_sym_virtual] = ACTIONS(3295), [anon_sym_explicit] = ACTIONS(3295), [anon_sym_typename] = ACTIONS(3295), [anon_sym_template] = ACTIONS(3295), [anon_sym_operator] = ACTIONS(3295), [anon_sym_try] = ACTIONS(3295), [anon_sym_delete] = ACTIONS(3295), [anon_sym_throw] = ACTIONS(3295), [anon_sym_namespace] = ACTIONS(3295), [anon_sym_using] = ACTIONS(3295), [anon_sym_static_assert] = ACTIONS(3295), [anon_sym_concept] = ACTIONS(3295), [anon_sym_co_return] = ACTIONS(3295), [anon_sym_co_yield] = ACTIONS(3295), [anon_sym_R_DQUOTE] = ACTIONS(3297), [anon_sym_LR_DQUOTE] = ACTIONS(3297), [anon_sym_uR_DQUOTE] = ACTIONS(3297), [anon_sym_UR_DQUOTE] = ACTIONS(3297), [anon_sym_u8R_DQUOTE] = ACTIONS(3297), [anon_sym_co_await] = ACTIONS(3295), [anon_sym_new] = ACTIONS(3295), [anon_sym_requires] = ACTIONS(3295), [sym_this] = ACTIONS(3295), }, [772] = { [sym_identifier] = ACTIONS(3437), [aux_sym_preproc_include_token1] = ACTIONS(3437), [aux_sym_preproc_def_token1] = ACTIONS(3437), [aux_sym_preproc_if_token1] = ACTIONS(3437), [aux_sym_preproc_if_token2] = ACTIONS(3437), [aux_sym_preproc_ifdef_token1] = ACTIONS(3437), [aux_sym_preproc_ifdef_token2] = ACTIONS(3437), [aux_sym_preproc_else_token1] = ACTIONS(3437), [aux_sym_preproc_elif_token1] = ACTIONS(3437), [sym_preproc_directive] = ACTIONS(3437), [anon_sym_LPAREN2] = ACTIONS(3439), [anon_sym_BANG] = ACTIONS(3439), [anon_sym_TILDE] = ACTIONS(3439), [anon_sym_DASH] = ACTIONS(3437), [anon_sym_PLUS] = ACTIONS(3437), [anon_sym_STAR] = ACTIONS(3439), [anon_sym_AMP_AMP] = ACTIONS(3439), [anon_sym_AMP] = ACTIONS(3437), [anon_sym_SEMI] = ACTIONS(3439), [anon_sym_typedef] = ACTIONS(3437), [anon_sym_extern] = ACTIONS(3437), [anon_sym___attribute__] = ACTIONS(3437), [anon_sym_COLON_COLON] = ACTIONS(3439), [anon_sym_LBRACK_LBRACK] = ACTIONS(3439), [anon_sym___declspec] = ACTIONS(3437), [anon_sym___based] = ACTIONS(3437), [anon_sym___cdecl] = ACTIONS(3437), [anon_sym___clrcall] = ACTIONS(3437), [anon_sym___stdcall] = ACTIONS(3437), [anon_sym___fastcall] = ACTIONS(3437), [anon_sym___thiscall] = ACTIONS(3437), [anon_sym___vectorcall] = ACTIONS(3437), [anon_sym_LBRACE] = ACTIONS(3439), [anon_sym_signed] = ACTIONS(3437), [anon_sym_unsigned] = ACTIONS(3437), [anon_sym_long] = ACTIONS(3437), [anon_sym_short] = ACTIONS(3437), [anon_sym_LBRACK] = ACTIONS(3437), [anon_sym_static] = ACTIONS(3437), [anon_sym_register] = ACTIONS(3437), [anon_sym_inline] = ACTIONS(3437), [anon_sym_thread_local] = ACTIONS(3437), [anon_sym_const] = ACTIONS(3437), [anon_sym_constexpr] = ACTIONS(3437), [anon_sym_volatile] = ACTIONS(3437), [anon_sym_restrict] = ACTIONS(3437), [anon_sym___restrict__] = ACTIONS(3437), [anon_sym__Atomic] = ACTIONS(3437), [anon_sym__Noreturn] = ACTIONS(3437), [anon_sym_noreturn] = ACTIONS(3437), [anon_sym_mutable] = ACTIONS(3437), [anon_sym_constinit] = ACTIONS(3437), [anon_sym_consteval] = ACTIONS(3437), [sym_primitive_type] = ACTIONS(3437), [anon_sym_enum] = ACTIONS(3437), [anon_sym_class] = ACTIONS(3437), [anon_sym_struct] = ACTIONS(3437), [anon_sym_union] = ACTIONS(3437), [anon_sym_if] = ACTIONS(3437), [anon_sym_switch] = ACTIONS(3437), [anon_sym_case] = ACTIONS(3437), [anon_sym_default] = ACTIONS(3437), [anon_sym_while] = ACTIONS(3437), [anon_sym_do] = ACTIONS(3437), [anon_sym_for] = ACTIONS(3437), [anon_sym_return] = ACTIONS(3437), [anon_sym_break] = ACTIONS(3437), [anon_sym_continue] = ACTIONS(3437), [anon_sym_goto] = ACTIONS(3437), [anon_sym_not] = ACTIONS(3437), [anon_sym_compl] = ACTIONS(3437), [anon_sym_DASH_DASH] = ACTIONS(3439), [anon_sym_PLUS_PLUS] = ACTIONS(3439), [anon_sym_sizeof] = ACTIONS(3437), [anon_sym_offsetof] = ACTIONS(3437), [anon_sym__Generic] = ACTIONS(3437), [anon_sym_asm] = ACTIONS(3437), [anon_sym___asm__] = ACTIONS(3437), [sym_number_literal] = ACTIONS(3439), [anon_sym_L_SQUOTE] = ACTIONS(3439), [anon_sym_u_SQUOTE] = ACTIONS(3439), [anon_sym_U_SQUOTE] = ACTIONS(3439), [anon_sym_u8_SQUOTE] = ACTIONS(3439), [anon_sym_SQUOTE] = ACTIONS(3439), [anon_sym_L_DQUOTE] = ACTIONS(3439), [anon_sym_u_DQUOTE] = ACTIONS(3439), [anon_sym_U_DQUOTE] = ACTIONS(3439), [anon_sym_u8_DQUOTE] = ACTIONS(3439), [anon_sym_DQUOTE] = ACTIONS(3439), [sym_true] = ACTIONS(3437), [sym_false] = ACTIONS(3437), [anon_sym_NULL] = ACTIONS(3437), [anon_sym_nullptr] = ACTIONS(3437), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3437), [anon_sym_decltype] = ACTIONS(3437), [anon_sym_virtual] = ACTIONS(3437), [anon_sym_explicit] = ACTIONS(3437), [anon_sym_typename] = ACTIONS(3437), [anon_sym_template] = ACTIONS(3437), [anon_sym_operator] = ACTIONS(3437), [anon_sym_try] = ACTIONS(3437), [anon_sym_delete] = ACTIONS(3437), [anon_sym_throw] = ACTIONS(3437), [anon_sym_namespace] = ACTIONS(3437), [anon_sym_using] = ACTIONS(3437), [anon_sym_static_assert] = ACTIONS(3437), [anon_sym_concept] = ACTIONS(3437), [anon_sym_co_return] = ACTIONS(3437), [anon_sym_co_yield] = ACTIONS(3437), [anon_sym_R_DQUOTE] = ACTIONS(3439), [anon_sym_LR_DQUOTE] = ACTIONS(3439), [anon_sym_uR_DQUOTE] = ACTIONS(3439), [anon_sym_UR_DQUOTE] = ACTIONS(3439), [anon_sym_u8R_DQUOTE] = ACTIONS(3439), [anon_sym_co_await] = ACTIONS(3437), [anon_sym_new] = ACTIONS(3437), [anon_sym_requires] = ACTIONS(3437), [sym_this] = ACTIONS(3437), }, [773] = { [sym_identifier] = ACTIONS(3271), [aux_sym_preproc_include_token1] = ACTIONS(3271), [aux_sym_preproc_def_token1] = ACTIONS(3271), [aux_sym_preproc_if_token1] = ACTIONS(3271), [aux_sym_preproc_if_token2] = ACTIONS(3271), [aux_sym_preproc_ifdef_token1] = ACTIONS(3271), [aux_sym_preproc_ifdef_token2] = ACTIONS(3271), [aux_sym_preproc_else_token1] = ACTIONS(3271), [aux_sym_preproc_elif_token1] = ACTIONS(3271), [sym_preproc_directive] = ACTIONS(3271), [anon_sym_LPAREN2] = ACTIONS(3273), [anon_sym_BANG] = ACTIONS(3273), [anon_sym_TILDE] = ACTIONS(3273), [anon_sym_DASH] = ACTIONS(3271), [anon_sym_PLUS] = ACTIONS(3271), [anon_sym_STAR] = ACTIONS(3273), [anon_sym_AMP_AMP] = ACTIONS(3273), [anon_sym_AMP] = ACTIONS(3271), [anon_sym_SEMI] = ACTIONS(3273), [anon_sym_typedef] = ACTIONS(3271), [anon_sym_extern] = ACTIONS(3271), [anon_sym___attribute__] = ACTIONS(3271), [anon_sym_COLON_COLON] = ACTIONS(3273), [anon_sym_LBRACK_LBRACK] = ACTIONS(3273), [anon_sym___declspec] = ACTIONS(3271), [anon_sym___based] = ACTIONS(3271), [anon_sym___cdecl] = ACTIONS(3271), [anon_sym___clrcall] = ACTIONS(3271), [anon_sym___stdcall] = ACTIONS(3271), [anon_sym___fastcall] = ACTIONS(3271), [anon_sym___thiscall] = ACTIONS(3271), [anon_sym___vectorcall] = ACTIONS(3271), [anon_sym_LBRACE] = ACTIONS(3273), [anon_sym_signed] = ACTIONS(3271), [anon_sym_unsigned] = ACTIONS(3271), [anon_sym_long] = ACTIONS(3271), [anon_sym_short] = ACTIONS(3271), [anon_sym_LBRACK] = ACTIONS(3271), [anon_sym_static] = ACTIONS(3271), [anon_sym_register] = ACTIONS(3271), [anon_sym_inline] = ACTIONS(3271), [anon_sym_thread_local] = ACTIONS(3271), [anon_sym_const] = ACTIONS(3271), [anon_sym_constexpr] = ACTIONS(3271), [anon_sym_volatile] = ACTIONS(3271), [anon_sym_restrict] = ACTIONS(3271), [anon_sym___restrict__] = ACTIONS(3271), [anon_sym__Atomic] = ACTIONS(3271), [anon_sym__Noreturn] = ACTIONS(3271), [anon_sym_noreturn] = ACTIONS(3271), [anon_sym_mutable] = ACTIONS(3271), [anon_sym_constinit] = ACTIONS(3271), [anon_sym_consteval] = ACTIONS(3271), [sym_primitive_type] = ACTIONS(3271), [anon_sym_enum] = ACTIONS(3271), [anon_sym_class] = ACTIONS(3271), [anon_sym_struct] = ACTIONS(3271), [anon_sym_union] = ACTIONS(3271), [anon_sym_if] = ACTIONS(3271), [anon_sym_switch] = ACTIONS(3271), [anon_sym_case] = ACTIONS(3271), [anon_sym_default] = ACTIONS(3271), [anon_sym_while] = ACTIONS(3271), [anon_sym_do] = ACTIONS(3271), [anon_sym_for] = ACTIONS(3271), [anon_sym_return] = ACTIONS(3271), [anon_sym_break] = ACTIONS(3271), [anon_sym_continue] = ACTIONS(3271), [anon_sym_goto] = ACTIONS(3271), [anon_sym_not] = ACTIONS(3271), [anon_sym_compl] = ACTIONS(3271), [anon_sym_DASH_DASH] = ACTIONS(3273), [anon_sym_PLUS_PLUS] = ACTIONS(3273), [anon_sym_sizeof] = ACTIONS(3271), [anon_sym_offsetof] = ACTIONS(3271), [anon_sym__Generic] = ACTIONS(3271), [anon_sym_asm] = ACTIONS(3271), [anon_sym___asm__] = ACTIONS(3271), [sym_number_literal] = ACTIONS(3273), [anon_sym_L_SQUOTE] = ACTIONS(3273), [anon_sym_u_SQUOTE] = ACTIONS(3273), [anon_sym_U_SQUOTE] = ACTIONS(3273), [anon_sym_u8_SQUOTE] = ACTIONS(3273), [anon_sym_SQUOTE] = ACTIONS(3273), [anon_sym_L_DQUOTE] = ACTIONS(3273), [anon_sym_u_DQUOTE] = ACTIONS(3273), [anon_sym_U_DQUOTE] = ACTIONS(3273), [anon_sym_u8_DQUOTE] = ACTIONS(3273), [anon_sym_DQUOTE] = ACTIONS(3273), [sym_true] = ACTIONS(3271), [sym_false] = ACTIONS(3271), [anon_sym_NULL] = ACTIONS(3271), [anon_sym_nullptr] = ACTIONS(3271), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3271), [anon_sym_decltype] = ACTIONS(3271), [anon_sym_virtual] = ACTIONS(3271), [anon_sym_explicit] = ACTIONS(3271), [anon_sym_typename] = ACTIONS(3271), [anon_sym_template] = ACTIONS(3271), [anon_sym_operator] = ACTIONS(3271), [anon_sym_try] = ACTIONS(3271), [anon_sym_delete] = ACTIONS(3271), [anon_sym_throw] = ACTIONS(3271), [anon_sym_namespace] = ACTIONS(3271), [anon_sym_using] = ACTIONS(3271), [anon_sym_static_assert] = ACTIONS(3271), [anon_sym_concept] = ACTIONS(3271), [anon_sym_co_return] = ACTIONS(3271), [anon_sym_co_yield] = ACTIONS(3271), [anon_sym_R_DQUOTE] = ACTIONS(3273), [anon_sym_LR_DQUOTE] = ACTIONS(3273), [anon_sym_uR_DQUOTE] = ACTIONS(3273), [anon_sym_UR_DQUOTE] = ACTIONS(3273), [anon_sym_u8R_DQUOTE] = ACTIONS(3273), [anon_sym_co_await] = ACTIONS(3271), [anon_sym_new] = ACTIONS(3271), [anon_sym_requires] = ACTIONS(3271), [sym_this] = ACTIONS(3271), }, [774] = { [sym_identifier] = ACTIONS(3375), [aux_sym_preproc_include_token1] = ACTIONS(3375), [aux_sym_preproc_def_token1] = ACTIONS(3375), [aux_sym_preproc_if_token1] = ACTIONS(3375), [aux_sym_preproc_if_token2] = ACTIONS(3375), [aux_sym_preproc_ifdef_token1] = ACTIONS(3375), [aux_sym_preproc_ifdef_token2] = ACTIONS(3375), [aux_sym_preproc_else_token1] = ACTIONS(3375), [aux_sym_preproc_elif_token1] = ACTIONS(3375), [sym_preproc_directive] = ACTIONS(3375), [anon_sym_LPAREN2] = ACTIONS(3377), [anon_sym_BANG] = ACTIONS(3377), [anon_sym_TILDE] = ACTIONS(3377), [anon_sym_DASH] = ACTIONS(3375), [anon_sym_PLUS] = ACTIONS(3375), [anon_sym_STAR] = ACTIONS(3377), [anon_sym_AMP_AMP] = ACTIONS(3377), [anon_sym_AMP] = ACTIONS(3375), [anon_sym_SEMI] = ACTIONS(3377), [anon_sym_typedef] = ACTIONS(3375), [anon_sym_extern] = ACTIONS(3375), [anon_sym___attribute__] = ACTIONS(3375), [anon_sym_COLON_COLON] = ACTIONS(3377), [anon_sym_LBRACK_LBRACK] = ACTIONS(3377), [anon_sym___declspec] = ACTIONS(3375), [anon_sym___based] = ACTIONS(3375), [anon_sym___cdecl] = ACTIONS(3375), [anon_sym___clrcall] = ACTIONS(3375), [anon_sym___stdcall] = ACTIONS(3375), [anon_sym___fastcall] = ACTIONS(3375), [anon_sym___thiscall] = ACTIONS(3375), [anon_sym___vectorcall] = ACTIONS(3375), [anon_sym_LBRACE] = ACTIONS(3377), [anon_sym_signed] = ACTIONS(3375), [anon_sym_unsigned] = ACTIONS(3375), [anon_sym_long] = ACTIONS(3375), [anon_sym_short] = ACTIONS(3375), [anon_sym_LBRACK] = ACTIONS(3375), [anon_sym_static] = ACTIONS(3375), [anon_sym_register] = ACTIONS(3375), [anon_sym_inline] = ACTIONS(3375), [anon_sym_thread_local] = ACTIONS(3375), [anon_sym_const] = ACTIONS(3375), [anon_sym_constexpr] = ACTIONS(3375), [anon_sym_volatile] = ACTIONS(3375), [anon_sym_restrict] = ACTIONS(3375), [anon_sym___restrict__] = ACTIONS(3375), [anon_sym__Atomic] = ACTIONS(3375), [anon_sym__Noreturn] = ACTIONS(3375), [anon_sym_noreturn] = ACTIONS(3375), [anon_sym_mutable] = ACTIONS(3375), [anon_sym_constinit] = ACTIONS(3375), [anon_sym_consteval] = ACTIONS(3375), [sym_primitive_type] = ACTIONS(3375), [anon_sym_enum] = ACTIONS(3375), [anon_sym_class] = ACTIONS(3375), [anon_sym_struct] = ACTIONS(3375), [anon_sym_union] = ACTIONS(3375), [anon_sym_if] = ACTIONS(3375), [anon_sym_switch] = ACTIONS(3375), [anon_sym_case] = ACTIONS(3375), [anon_sym_default] = ACTIONS(3375), [anon_sym_while] = ACTIONS(3375), [anon_sym_do] = ACTIONS(3375), [anon_sym_for] = ACTIONS(3375), [anon_sym_return] = ACTIONS(3375), [anon_sym_break] = ACTIONS(3375), [anon_sym_continue] = ACTIONS(3375), [anon_sym_goto] = ACTIONS(3375), [anon_sym_not] = ACTIONS(3375), [anon_sym_compl] = ACTIONS(3375), [anon_sym_DASH_DASH] = ACTIONS(3377), [anon_sym_PLUS_PLUS] = ACTIONS(3377), [anon_sym_sizeof] = ACTIONS(3375), [anon_sym_offsetof] = ACTIONS(3375), [anon_sym__Generic] = ACTIONS(3375), [anon_sym_asm] = ACTIONS(3375), [anon_sym___asm__] = ACTIONS(3375), [sym_number_literal] = ACTIONS(3377), [anon_sym_L_SQUOTE] = ACTIONS(3377), [anon_sym_u_SQUOTE] = ACTIONS(3377), [anon_sym_U_SQUOTE] = ACTIONS(3377), [anon_sym_u8_SQUOTE] = ACTIONS(3377), [anon_sym_SQUOTE] = ACTIONS(3377), [anon_sym_L_DQUOTE] = ACTIONS(3377), [anon_sym_u_DQUOTE] = ACTIONS(3377), [anon_sym_U_DQUOTE] = ACTIONS(3377), [anon_sym_u8_DQUOTE] = ACTIONS(3377), [anon_sym_DQUOTE] = ACTIONS(3377), [sym_true] = ACTIONS(3375), [sym_false] = ACTIONS(3375), [anon_sym_NULL] = ACTIONS(3375), [anon_sym_nullptr] = ACTIONS(3375), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3375), [anon_sym_decltype] = ACTIONS(3375), [anon_sym_virtual] = ACTIONS(3375), [anon_sym_explicit] = ACTIONS(3375), [anon_sym_typename] = ACTIONS(3375), [anon_sym_template] = ACTIONS(3375), [anon_sym_operator] = ACTIONS(3375), [anon_sym_try] = ACTIONS(3375), [anon_sym_delete] = ACTIONS(3375), [anon_sym_throw] = ACTIONS(3375), [anon_sym_namespace] = ACTIONS(3375), [anon_sym_using] = ACTIONS(3375), [anon_sym_static_assert] = ACTIONS(3375), [anon_sym_concept] = ACTIONS(3375), [anon_sym_co_return] = ACTIONS(3375), [anon_sym_co_yield] = ACTIONS(3375), [anon_sym_R_DQUOTE] = ACTIONS(3377), [anon_sym_LR_DQUOTE] = ACTIONS(3377), [anon_sym_uR_DQUOTE] = ACTIONS(3377), [anon_sym_UR_DQUOTE] = ACTIONS(3377), [anon_sym_u8R_DQUOTE] = ACTIONS(3377), [anon_sym_co_await] = ACTIONS(3375), [anon_sym_new] = ACTIONS(3375), [anon_sym_requires] = ACTIONS(3375), [sym_this] = ACTIONS(3375), }, [775] = { [sym_identifier] = ACTIONS(3406), [aux_sym_preproc_include_token1] = ACTIONS(3406), [aux_sym_preproc_def_token1] = ACTIONS(3406), [aux_sym_preproc_if_token1] = ACTIONS(3406), [aux_sym_preproc_if_token2] = ACTIONS(3406), [aux_sym_preproc_ifdef_token1] = ACTIONS(3406), [aux_sym_preproc_ifdef_token2] = ACTIONS(3406), [aux_sym_preproc_else_token1] = ACTIONS(3406), [aux_sym_preproc_elif_token1] = ACTIONS(3406), [sym_preproc_directive] = ACTIONS(3406), [anon_sym_LPAREN2] = ACTIONS(3408), [anon_sym_BANG] = ACTIONS(3408), [anon_sym_TILDE] = ACTIONS(3408), [anon_sym_DASH] = ACTIONS(3406), [anon_sym_PLUS] = ACTIONS(3406), [anon_sym_STAR] = ACTIONS(3408), [anon_sym_AMP_AMP] = ACTIONS(3408), [anon_sym_AMP] = ACTIONS(3406), [anon_sym_SEMI] = ACTIONS(3408), [anon_sym_typedef] = ACTIONS(3406), [anon_sym_extern] = ACTIONS(3406), [anon_sym___attribute__] = ACTIONS(3406), [anon_sym_COLON_COLON] = ACTIONS(3408), [anon_sym_LBRACK_LBRACK] = ACTIONS(3408), [anon_sym___declspec] = ACTIONS(3406), [anon_sym___based] = ACTIONS(3406), [anon_sym___cdecl] = ACTIONS(3406), [anon_sym___clrcall] = ACTIONS(3406), [anon_sym___stdcall] = ACTIONS(3406), [anon_sym___fastcall] = ACTIONS(3406), [anon_sym___thiscall] = ACTIONS(3406), [anon_sym___vectorcall] = ACTIONS(3406), [anon_sym_LBRACE] = ACTIONS(3408), [anon_sym_signed] = ACTIONS(3406), [anon_sym_unsigned] = ACTIONS(3406), [anon_sym_long] = ACTIONS(3406), [anon_sym_short] = ACTIONS(3406), [anon_sym_LBRACK] = ACTIONS(3406), [anon_sym_static] = ACTIONS(3406), [anon_sym_register] = ACTIONS(3406), [anon_sym_inline] = ACTIONS(3406), [anon_sym_thread_local] = ACTIONS(3406), [anon_sym_const] = ACTIONS(3406), [anon_sym_constexpr] = ACTIONS(3406), [anon_sym_volatile] = ACTIONS(3406), [anon_sym_restrict] = ACTIONS(3406), [anon_sym___restrict__] = ACTIONS(3406), [anon_sym__Atomic] = ACTIONS(3406), [anon_sym__Noreturn] = ACTIONS(3406), [anon_sym_noreturn] = ACTIONS(3406), [anon_sym_mutable] = ACTIONS(3406), [anon_sym_constinit] = ACTIONS(3406), [anon_sym_consteval] = ACTIONS(3406), [sym_primitive_type] = ACTIONS(3406), [anon_sym_enum] = ACTIONS(3406), [anon_sym_class] = ACTIONS(3406), [anon_sym_struct] = ACTIONS(3406), [anon_sym_union] = ACTIONS(3406), [anon_sym_if] = ACTIONS(3406), [anon_sym_switch] = ACTIONS(3406), [anon_sym_case] = ACTIONS(3406), [anon_sym_default] = ACTIONS(3406), [anon_sym_while] = ACTIONS(3406), [anon_sym_do] = ACTIONS(3406), [anon_sym_for] = ACTIONS(3406), [anon_sym_return] = ACTIONS(3406), [anon_sym_break] = ACTIONS(3406), [anon_sym_continue] = ACTIONS(3406), [anon_sym_goto] = ACTIONS(3406), [anon_sym_not] = ACTIONS(3406), [anon_sym_compl] = ACTIONS(3406), [anon_sym_DASH_DASH] = ACTIONS(3408), [anon_sym_PLUS_PLUS] = ACTIONS(3408), [anon_sym_sizeof] = ACTIONS(3406), [anon_sym_offsetof] = ACTIONS(3406), [anon_sym__Generic] = ACTIONS(3406), [anon_sym_asm] = ACTIONS(3406), [anon_sym___asm__] = ACTIONS(3406), [sym_number_literal] = ACTIONS(3408), [anon_sym_L_SQUOTE] = ACTIONS(3408), [anon_sym_u_SQUOTE] = ACTIONS(3408), [anon_sym_U_SQUOTE] = ACTIONS(3408), [anon_sym_u8_SQUOTE] = ACTIONS(3408), [anon_sym_SQUOTE] = ACTIONS(3408), [anon_sym_L_DQUOTE] = ACTIONS(3408), [anon_sym_u_DQUOTE] = ACTIONS(3408), [anon_sym_U_DQUOTE] = ACTIONS(3408), [anon_sym_u8_DQUOTE] = ACTIONS(3408), [anon_sym_DQUOTE] = ACTIONS(3408), [sym_true] = ACTIONS(3406), [sym_false] = ACTIONS(3406), [anon_sym_NULL] = ACTIONS(3406), [anon_sym_nullptr] = ACTIONS(3406), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3406), [anon_sym_decltype] = ACTIONS(3406), [anon_sym_virtual] = ACTIONS(3406), [anon_sym_explicit] = ACTIONS(3406), [anon_sym_typename] = ACTIONS(3406), [anon_sym_template] = ACTIONS(3406), [anon_sym_operator] = ACTIONS(3406), [anon_sym_try] = ACTIONS(3406), [anon_sym_delete] = ACTIONS(3406), [anon_sym_throw] = ACTIONS(3406), [anon_sym_namespace] = ACTIONS(3406), [anon_sym_using] = ACTIONS(3406), [anon_sym_static_assert] = ACTIONS(3406), [anon_sym_concept] = ACTIONS(3406), [anon_sym_co_return] = ACTIONS(3406), [anon_sym_co_yield] = ACTIONS(3406), [anon_sym_R_DQUOTE] = ACTIONS(3408), [anon_sym_LR_DQUOTE] = ACTIONS(3408), [anon_sym_uR_DQUOTE] = ACTIONS(3408), [anon_sym_UR_DQUOTE] = ACTIONS(3408), [anon_sym_u8R_DQUOTE] = ACTIONS(3408), [anon_sym_co_await] = ACTIONS(3406), [anon_sym_new] = ACTIONS(3406), [anon_sym_requires] = ACTIONS(3406), [sym_this] = ACTIONS(3406), }, [776] = { [sym_else_clause] = STATE(1187), [sym_identifier] = ACTIONS(2895), [aux_sym_preproc_include_token1] = ACTIONS(2895), [aux_sym_preproc_def_token1] = ACTIONS(2895), [aux_sym_preproc_if_token1] = ACTIONS(2895), [aux_sym_preproc_if_token2] = ACTIONS(2895), [aux_sym_preproc_ifdef_token1] = ACTIONS(2895), [aux_sym_preproc_ifdef_token2] = ACTIONS(2895), [sym_preproc_directive] = ACTIONS(2895), [anon_sym_LPAREN2] = ACTIONS(2897), [anon_sym_BANG] = ACTIONS(2897), [anon_sym_TILDE] = ACTIONS(2897), [anon_sym_DASH] = ACTIONS(2895), [anon_sym_PLUS] = ACTIONS(2895), [anon_sym_STAR] = ACTIONS(2897), [anon_sym_AMP_AMP] = ACTIONS(2897), [anon_sym_AMP] = ACTIONS(2895), [anon_sym_SEMI] = ACTIONS(2897), [anon_sym_typedef] = ACTIONS(2895), [anon_sym_extern] = ACTIONS(2895), [anon_sym___attribute__] = ACTIONS(2895), [anon_sym_COLON_COLON] = ACTIONS(2897), [anon_sym_LBRACK_LBRACK] = ACTIONS(2897), [anon_sym___declspec] = ACTIONS(2895), [anon_sym___based] = ACTIONS(2895), [anon_sym___cdecl] = ACTIONS(2895), [anon_sym___clrcall] = ACTIONS(2895), [anon_sym___stdcall] = ACTIONS(2895), [anon_sym___fastcall] = ACTIONS(2895), [anon_sym___thiscall] = ACTIONS(2895), [anon_sym___vectorcall] = ACTIONS(2895), [anon_sym_LBRACE] = ACTIONS(2897), [anon_sym_signed] = ACTIONS(2895), [anon_sym_unsigned] = ACTIONS(2895), [anon_sym_long] = ACTIONS(2895), [anon_sym_short] = ACTIONS(2895), [anon_sym_LBRACK] = ACTIONS(2895), [anon_sym_static] = ACTIONS(2895), [anon_sym_register] = ACTIONS(2895), [anon_sym_inline] = ACTIONS(2895), [anon_sym_thread_local] = ACTIONS(2895), [anon_sym_const] = ACTIONS(2895), [anon_sym_constexpr] = ACTIONS(2895), [anon_sym_volatile] = ACTIONS(2895), [anon_sym_restrict] = ACTIONS(2895), [anon_sym___restrict__] = ACTIONS(2895), [anon_sym__Atomic] = ACTIONS(2895), [anon_sym__Noreturn] = ACTIONS(2895), [anon_sym_noreturn] = ACTIONS(2895), [anon_sym_mutable] = ACTIONS(2895), [anon_sym_constinit] = ACTIONS(2895), [anon_sym_consteval] = ACTIONS(2895), [sym_primitive_type] = ACTIONS(2895), [anon_sym_enum] = ACTIONS(2895), [anon_sym_class] = ACTIONS(2895), [anon_sym_struct] = ACTIONS(2895), [anon_sym_union] = ACTIONS(2895), [anon_sym_if] = ACTIONS(2895), [anon_sym_else] = ACTIONS(3599), [anon_sym_switch] = ACTIONS(2895), [anon_sym_case] = ACTIONS(2895), [anon_sym_default] = ACTIONS(2895), [anon_sym_while] = ACTIONS(2895), [anon_sym_do] = ACTIONS(2895), [anon_sym_for] = ACTIONS(2895), [anon_sym_return] = ACTIONS(2895), [anon_sym_break] = ACTIONS(2895), [anon_sym_continue] = ACTIONS(2895), [anon_sym_goto] = ACTIONS(2895), [anon_sym_not] = ACTIONS(2895), [anon_sym_compl] = ACTIONS(2895), [anon_sym_DASH_DASH] = ACTIONS(2897), [anon_sym_PLUS_PLUS] = ACTIONS(2897), [anon_sym_sizeof] = ACTIONS(2895), [anon_sym_offsetof] = ACTIONS(2895), [anon_sym__Generic] = ACTIONS(2895), [anon_sym_asm] = ACTIONS(2895), [anon_sym___asm__] = ACTIONS(2895), [sym_number_literal] = ACTIONS(2897), [anon_sym_L_SQUOTE] = ACTIONS(2897), [anon_sym_u_SQUOTE] = ACTIONS(2897), [anon_sym_U_SQUOTE] = ACTIONS(2897), [anon_sym_u8_SQUOTE] = ACTIONS(2897), [anon_sym_SQUOTE] = ACTIONS(2897), [anon_sym_L_DQUOTE] = ACTIONS(2897), [anon_sym_u_DQUOTE] = ACTIONS(2897), [anon_sym_U_DQUOTE] = ACTIONS(2897), [anon_sym_u8_DQUOTE] = ACTIONS(2897), [anon_sym_DQUOTE] = ACTIONS(2897), [sym_true] = ACTIONS(2895), [sym_false] = ACTIONS(2895), [anon_sym_NULL] = ACTIONS(2895), [anon_sym_nullptr] = ACTIONS(2895), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2895), [anon_sym_decltype] = ACTIONS(2895), [anon_sym_virtual] = ACTIONS(2895), [anon_sym_explicit] = ACTIONS(2895), [anon_sym_typename] = ACTIONS(2895), [anon_sym_template] = ACTIONS(2895), [anon_sym_operator] = ACTIONS(2895), [anon_sym_try] = ACTIONS(2895), [anon_sym_delete] = ACTIONS(2895), [anon_sym_throw] = ACTIONS(2895), [anon_sym_namespace] = ACTIONS(2895), [anon_sym_using] = ACTIONS(2895), [anon_sym_static_assert] = ACTIONS(2895), [anon_sym_concept] = ACTIONS(2895), [anon_sym_co_return] = ACTIONS(2895), [anon_sym_co_yield] = ACTIONS(2895), [anon_sym_R_DQUOTE] = ACTIONS(2897), [anon_sym_LR_DQUOTE] = ACTIONS(2897), [anon_sym_uR_DQUOTE] = ACTIONS(2897), [anon_sym_UR_DQUOTE] = ACTIONS(2897), [anon_sym_u8R_DQUOTE] = ACTIONS(2897), [anon_sym_co_await] = ACTIONS(2895), [anon_sym_new] = ACTIONS(2895), [anon_sym_requires] = ACTIONS(2895), [sym_this] = ACTIONS(2895), }, [777] = { [sym_identifier] = ACTIONS(3333), [aux_sym_preproc_include_token1] = ACTIONS(3333), [aux_sym_preproc_def_token1] = ACTIONS(3333), [aux_sym_preproc_if_token1] = ACTIONS(3333), [aux_sym_preproc_if_token2] = ACTIONS(3333), [aux_sym_preproc_ifdef_token1] = ACTIONS(3333), [aux_sym_preproc_ifdef_token2] = ACTIONS(3333), [aux_sym_preproc_else_token1] = ACTIONS(3333), [aux_sym_preproc_elif_token1] = ACTIONS(3333), [sym_preproc_directive] = ACTIONS(3333), [anon_sym_LPAREN2] = ACTIONS(3335), [anon_sym_BANG] = ACTIONS(3335), [anon_sym_TILDE] = ACTIONS(3335), [anon_sym_DASH] = ACTIONS(3333), [anon_sym_PLUS] = ACTIONS(3333), [anon_sym_STAR] = ACTIONS(3335), [anon_sym_AMP_AMP] = ACTIONS(3335), [anon_sym_AMP] = ACTIONS(3333), [anon_sym_SEMI] = ACTIONS(3335), [anon_sym_typedef] = ACTIONS(3333), [anon_sym_extern] = ACTIONS(3333), [anon_sym___attribute__] = ACTIONS(3333), [anon_sym_COLON_COLON] = ACTIONS(3335), [anon_sym_LBRACK_LBRACK] = ACTIONS(3335), [anon_sym___declspec] = ACTIONS(3333), [anon_sym___based] = ACTIONS(3333), [anon_sym___cdecl] = ACTIONS(3333), [anon_sym___clrcall] = ACTIONS(3333), [anon_sym___stdcall] = ACTIONS(3333), [anon_sym___fastcall] = ACTIONS(3333), [anon_sym___thiscall] = ACTIONS(3333), [anon_sym___vectorcall] = ACTIONS(3333), [anon_sym_LBRACE] = ACTIONS(3335), [anon_sym_signed] = ACTIONS(3333), [anon_sym_unsigned] = ACTIONS(3333), [anon_sym_long] = ACTIONS(3333), [anon_sym_short] = ACTIONS(3333), [anon_sym_LBRACK] = ACTIONS(3333), [anon_sym_static] = ACTIONS(3333), [anon_sym_register] = ACTIONS(3333), [anon_sym_inline] = ACTIONS(3333), [anon_sym_thread_local] = ACTIONS(3333), [anon_sym_const] = ACTIONS(3333), [anon_sym_constexpr] = ACTIONS(3333), [anon_sym_volatile] = ACTIONS(3333), [anon_sym_restrict] = ACTIONS(3333), [anon_sym___restrict__] = ACTIONS(3333), [anon_sym__Atomic] = ACTIONS(3333), [anon_sym__Noreturn] = ACTIONS(3333), [anon_sym_noreturn] = ACTIONS(3333), [anon_sym_mutable] = ACTIONS(3333), [anon_sym_constinit] = ACTIONS(3333), [anon_sym_consteval] = ACTIONS(3333), [sym_primitive_type] = ACTIONS(3333), [anon_sym_enum] = ACTIONS(3333), [anon_sym_class] = ACTIONS(3333), [anon_sym_struct] = ACTIONS(3333), [anon_sym_union] = ACTIONS(3333), [anon_sym_if] = ACTIONS(3333), [anon_sym_switch] = ACTIONS(3333), [anon_sym_case] = ACTIONS(3333), [anon_sym_default] = ACTIONS(3333), [anon_sym_while] = ACTIONS(3333), [anon_sym_do] = ACTIONS(3333), [anon_sym_for] = ACTIONS(3333), [anon_sym_return] = ACTIONS(3333), [anon_sym_break] = ACTIONS(3333), [anon_sym_continue] = ACTIONS(3333), [anon_sym_goto] = ACTIONS(3333), [anon_sym_not] = ACTIONS(3333), [anon_sym_compl] = ACTIONS(3333), [anon_sym_DASH_DASH] = ACTIONS(3335), [anon_sym_PLUS_PLUS] = ACTIONS(3335), [anon_sym_sizeof] = ACTIONS(3333), [anon_sym_offsetof] = ACTIONS(3333), [anon_sym__Generic] = ACTIONS(3333), [anon_sym_asm] = ACTIONS(3333), [anon_sym___asm__] = ACTIONS(3333), [sym_number_literal] = ACTIONS(3335), [anon_sym_L_SQUOTE] = ACTIONS(3335), [anon_sym_u_SQUOTE] = ACTIONS(3335), [anon_sym_U_SQUOTE] = ACTIONS(3335), [anon_sym_u8_SQUOTE] = ACTIONS(3335), [anon_sym_SQUOTE] = ACTIONS(3335), [anon_sym_L_DQUOTE] = ACTIONS(3335), [anon_sym_u_DQUOTE] = ACTIONS(3335), [anon_sym_U_DQUOTE] = ACTIONS(3335), [anon_sym_u8_DQUOTE] = ACTIONS(3335), [anon_sym_DQUOTE] = ACTIONS(3335), [sym_true] = ACTIONS(3333), [sym_false] = ACTIONS(3333), [anon_sym_NULL] = ACTIONS(3333), [anon_sym_nullptr] = ACTIONS(3333), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3333), [anon_sym_decltype] = ACTIONS(3333), [anon_sym_virtual] = ACTIONS(3333), [anon_sym_explicit] = ACTIONS(3333), [anon_sym_typename] = ACTIONS(3333), [anon_sym_template] = ACTIONS(3333), [anon_sym_operator] = ACTIONS(3333), [anon_sym_try] = ACTIONS(3333), [anon_sym_delete] = ACTIONS(3333), [anon_sym_throw] = ACTIONS(3333), [anon_sym_namespace] = ACTIONS(3333), [anon_sym_using] = ACTIONS(3333), [anon_sym_static_assert] = ACTIONS(3333), [anon_sym_concept] = ACTIONS(3333), [anon_sym_co_return] = ACTIONS(3333), [anon_sym_co_yield] = ACTIONS(3333), [anon_sym_R_DQUOTE] = ACTIONS(3335), [anon_sym_LR_DQUOTE] = ACTIONS(3335), [anon_sym_uR_DQUOTE] = ACTIONS(3335), [anon_sym_UR_DQUOTE] = ACTIONS(3335), [anon_sym_u8R_DQUOTE] = ACTIONS(3335), [anon_sym_co_await] = ACTIONS(3333), [anon_sym_new] = ACTIONS(3333), [anon_sym_requires] = ACTIONS(3333), [sym_this] = ACTIONS(3333), }, [778] = { [sym_identifier] = ACTIONS(3281), [aux_sym_preproc_include_token1] = ACTIONS(3281), [aux_sym_preproc_def_token1] = ACTIONS(3281), [aux_sym_preproc_if_token1] = ACTIONS(3281), [aux_sym_preproc_if_token2] = ACTIONS(3281), [aux_sym_preproc_ifdef_token1] = ACTIONS(3281), [aux_sym_preproc_ifdef_token2] = ACTIONS(3281), [aux_sym_preproc_else_token1] = ACTIONS(3281), [aux_sym_preproc_elif_token1] = ACTIONS(3281), [sym_preproc_directive] = ACTIONS(3281), [anon_sym_LPAREN2] = ACTIONS(3283), [anon_sym_BANG] = ACTIONS(3283), [anon_sym_TILDE] = ACTIONS(3283), [anon_sym_DASH] = ACTIONS(3281), [anon_sym_PLUS] = ACTIONS(3281), [anon_sym_STAR] = ACTIONS(3283), [anon_sym_AMP_AMP] = ACTIONS(3283), [anon_sym_AMP] = ACTIONS(3281), [anon_sym_SEMI] = ACTIONS(3283), [anon_sym_typedef] = ACTIONS(3281), [anon_sym_extern] = ACTIONS(3281), [anon_sym___attribute__] = ACTIONS(3281), [anon_sym_COLON_COLON] = ACTIONS(3283), [anon_sym_LBRACK_LBRACK] = ACTIONS(3283), [anon_sym___declspec] = ACTIONS(3281), [anon_sym___based] = ACTIONS(3281), [anon_sym___cdecl] = ACTIONS(3281), [anon_sym___clrcall] = ACTIONS(3281), [anon_sym___stdcall] = ACTIONS(3281), [anon_sym___fastcall] = ACTIONS(3281), [anon_sym___thiscall] = ACTIONS(3281), [anon_sym___vectorcall] = ACTIONS(3281), [anon_sym_LBRACE] = ACTIONS(3283), [anon_sym_signed] = ACTIONS(3281), [anon_sym_unsigned] = ACTIONS(3281), [anon_sym_long] = ACTIONS(3281), [anon_sym_short] = ACTIONS(3281), [anon_sym_LBRACK] = ACTIONS(3281), [anon_sym_static] = ACTIONS(3281), [anon_sym_register] = ACTIONS(3281), [anon_sym_inline] = ACTIONS(3281), [anon_sym_thread_local] = ACTIONS(3281), [anon_sym_const] = ACTIONS(3281), [anon_sym_constexpr] = ACTIONS(3281), [anon_sym_volatile] = ACTIONS(3281), [anon_sym_restrict] = ACTIONS(3281), [anon_sym___restrict__] = ACTIONS(3281), [anon_sym__Atomic] = ACTIONS(3281), [anon_sym__Noreturn] = ACTIONS(3281), [anon_sym_noreturn] = ACTIONS(3281), [anon_sym_mutable] = ACTIONS(3281), [anon_sym_constinit] = ACTIONS(3281), [anon_sym_consteval] = ACTIONS(3281), [sym_primitive_type] = ACTIONS(3281), [anon_sym_enum] = ACTIONS(3281), [anon_sym_class] = ACTIONS(3281), [anon_sym_struct] = ACTIONS(3281), [anon_sym_union] = ACTIONS(3281), [anon_sym_if] = ACTIONS(3281), [anon_sym_switch] = ACTIONS(3281), [anon_sym_case] = ACTIONS(3281), [anon_sym_default] = ACTIONS(3281), [anon_sym_while] = ACTIONS(3281), [anon_sym_do] = ACTIONS(3281), [anon_sym_for] = ACTIONS(3281), [anon_sym_return] = ACTIONS(3281), [anon_sym_break] = ACTIONS(3281), [anon_sym_continue] = ACTIONS(3281), [anon_sym_goto] = ACTIONS(3281), [anon_sym_not] = ACTIONS(3281), [anon_sym_compl] = ACTIONS(3281), [anon_sym_DASH_DASH] = ACTIONS(3283), [anon_sym_PLUS_PLUS] = ACTIONS(3283), [anon_sym_sizeof] = ACTIONS(3281), [anon_sym_offsetof] = ACTIONS(3281), [anon_sym__Generic] = ACTIONS(3281), [anon_sym_asm] = ACTIONS(3281), [anon_sym___asm__] = ACTIONS(3281), [sym_number_literal] = ACTIONS(3283), [anon_sym_L_SQUOTE] = ACTIONS(3283), [anon_sym_u_SQUOTE] = ACTIONS(3283), [anon_sym_U_SQUOTE] = ACTIONS(3283), [anon_sym_u8_SQUOTE] = ACTIONS(3283), [anon_sym_SQUOTE] = ACTIONS(3283), [anon_sym_L_DQUOTE] = ACTIONS(3283), [anon_sym_u_DQUOTE] = ACTIONS(3283), [anon_sym_U_DQUOTE] = ACTIONS(3283), [anon_sym_u8_DQUOTE] = ACTIONS(3283), [anon_sym_DQUOTE] = ACTIONS(3283), [sym_true] = ACTIONS(3281), [sym_false] = ACTIONS(3281), [anon_sym_NULL] = ACTIONS(3281), [anon_sym_nullptr] = ACTIONS(3281), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3281), [anon_sym_decltype] = ACTIONS(3281), [anon_sym_virtual] = ACTIONS(3281), [anon_sym_explicit] = ACTIONS(3281), [anon_sym_typename] = ACTIONS(3281), [anon_sym_template] = ACTIONS(3281), [anon_sym_operator] = ACTIONS(3281), [anon_sym_try] = ACTIONS(3281), [anon_sym_delete] = ACTIONS(3281), [anon_sym_throw] = ACTIONS(3281), [anon_sym_namespace] = ACTIONS(3281), [anon_sym_using] = ACTIONS(3281), [anon_sym_static_assert] = ACTIONS(3281), [anon_sym_concept] = ACTIONS(3281), [anon_sym_co_return] = ACTIONS(3281), [anon_sym_co_yield] = ACTIONS(3281), [anon_sym_R_DQUOTE] = ACTIONS(3283), [anon_sym_LR_DQUOTE] = ACTIONS(3283), [anon_sym_uR_DQUOTE] = ACTIONS(3283), [anon_sym_UR_DQUOTE] = ACTIONS(3283), [anon_sym_u8R_DQUOTE] = ACTIONS(3283), [anon_sym_co_await] = ACTIONS(3281), [anon_sym_new] = ACTIONS(3281), [anon_sym_requires] = ACTIONS(3281), [sym_this] = ACTIONS(3281), }, [779] = { [sym_identifier] = ACTIONS(3207), [aux_sym_preproc_include_token1] = ACTIONS(3207), [aux_sym_preproc_def_token1] = ACTIONS(3207), [aux_sym_preproc_if_token1] = ACTIONS(3207), [aux_sym_preproc_if_token2] = ACTIONS(3207), [aux_sym_preproc_ifdef_token1] = ACTIONS(3207), [aux_sym_preproc_ifdef_token2] = ACTIONS(3207), [aux_sym_preproc_else_token1] = ACTIONS(3207), [aux_sym_preproc_elif_token1] = ACTIONS(3207), [sym_preproc_directive] = ACTIONS(3207), [anon_sym_LPAREN2] = ACTIONS(3209), [anon_sym_BANG] = ACTIONS(3209), [anon_sym_TILDE] = ACTIONS(3209), [anon_sym_DASH] = ACTIONS(3207), [anon_sym_PLUS] = ACTIONS(3207), [anon_sym_STAR] = ACTIONS(3209), [anon_sym_AMP_AMP] = ACTIONS(3209), [anon_sym_AMP] = ACTIONS(3207), [anon_sym_SEMI] = ACTIONS(3209), [anon_sym_typedef] = ACTIONS(3207), [anon_sym_extern] = ACTIONS(3207), [anon_sym___attribute__] = ACTIONS(3207), [anon_sym_COLON_COLON] = ACTIONS(3209), [anon_sym_LBRACK_LBRACK] = ACTIONS(3209), [anon_sym___declspec] = ACTIONS(3207), [anon_sym___based] = ACTIONS(3207), [anon_sym___cdecl] = ACTIONS(3207), [anon_sym___clrcall] = ACTIONS(3207), [anon_sym___stdcall] = ACTIONS(3207), [anon_sym___fastcall] = ACTIONS(3207), [anon_sym___thiscall] = ACTIONS(3207), [anon_sym___vectorcall] = ACTIONS(3207), [anon_sym_LBRACE] = ACTIONS(3209), [anon_sym_signed] = ACTIONS(3207), [anon_sym_unsigned] = ACTIONS(3207), [anon_sym_long] = ACTIONS(3207), [anon_sym_short] = ACTIONS(3207), [anon_sym_LBRACK] = ACTIONS(3207), [anon_sym_static] = ACTIONS(3207), [anon_sym_register] = ACTIONS(3207), [anon_sym_inline] = ACTIONS(3207), [anon_sym_thread_local] = ACTIONS(3207), [anon_sym_const] = ACTIONS(3207), [anon_sym_constexpr] = ACTIONS(3207), [anon_sym_volatile] = ACTIONS(3207), [anon_sym_restrict] = ACTIONS(3207), [anon_sym___restrict__] = ACTIONS(3207), [anon_sym__Atomic] = ACTIONS(3207), [anon_sym__Noreturn] = ACTIONS(3207), [anon_sym_noreturn] = ACTIONS(3207), [anon_sym_mutable] = ACTIONS(3207), [anon_sym_constinit] = ACTIONS(3207), [anon_sym_consteval] = ACTIONS(3207), [sym_primitive_type] = ACTIONS(3207), [anon_sym_enum] = ACTIONS(3207), [anon_sym_class] = ACTIONS(3207), [anon_sym_struct] = ACTIONS(3207), [anon_sym_union] = ACTIONS(3207), [anon_sym_if] = ACTIONS(3207), [anon_sym_switch] = ACTIONS(3207), [anon_sym_case] = ACTIONS(3207), [anon_sym_default] = ACTIONS(3207), [anon_sym_while] = ACTIONS(3207), [anon_sym_do] = ACTIONS(3207), [anon_sym_for] = ACTIONS(3207), [anon_sym_return] = ACTIONS(3207), [anon_sym_break] = ACTIONS(3207), [anon_sym_continue] = ACTIONS(3207), [anon_sym_goto] = ACTIONS(3207), [anon_sym_not] = ACTIONS(3207), [anon_sym_compl] = ACTIONS(3207), [anon_sym_DASH_DASH] = ACTIONS(3209), [anon_sym_PLUS_PLUS] = ACTIONS(3209), [anon_sym_sizeof] = ACTIONS(3207), [anon_sym_offsetof] = ACTIONS(3207), [anon_sym__Generic] = ACTIONS(3207), [anon_sym_asm] = ACTIONS(3207), [anon_sym___asm__] = ACTIONS(3207), [sym_number_literal] = ACTIONS(3209), [anon_sym_L_SQUOTE] = ACTIONS(3209), [anon_sym_u_SQUOTE] = ACTIONS(3209), [anon_sym_U_SQUOTE] = ACTIONS(3209), [anon_sym_u8_SQUOTE] = ACTIONS(3209), [anon_sym_SQUOTE] = ACTIONS(3209), [anon_sym_L_DQUOTE] = ACTIONS(3209), [anon_sym_u_DQUOTE] = ACTIONS(3209), [anon_sym_U_DQUOTE] = ACTIONS(3209), [anon_sym_u8_DQUOTE] = ACTIONS(3209), [anon_sym_DQUOTE] = ACTIONS(3209), [sym_true] = ACTIONS(3207), [sym_false] = ACTIONS(3207), [anon_sym_NULL] = ACTIONS(3207), [anon_sym_nullptr] = ACTIONS(3207), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3207), [anon_sym_decltype] = ACTIONS(3207), [anon_sym_virtual] = ACTIONS(3207), [anon_sym_explicit] = ACTIONS(3207), [anon_sym_typename] = ACTIONS(3207), [anon_sym_template] = ACTIONS(3207), [anon_sym_operator] = ACTIONS(3207), [anon_sym_try] = ACTIONS(3207), [anon_sym_delete] = ACTIONS(3207), [anon_sym_throw] = ACTIONS(3207), [anon_sym_namespace] = ACTIONS(3207), [anon_sym_using] = ACTIONS(3207), [anon_sym_static_assert] = ACTIONS(3207), [anon_sym_concept] = ACTIONS(3207), [anon_sym_co_return] = ACTIONS(3207), [anon_sym_co_yield] = ACTIONS(3207), [anon_sym_R_DQUOTE] = ACTIONS(3209), [anon_sym_LR_DQUOTE] = ACTIONS(3209), [anon_sym_uR_DQUOTE] = ACTIONS(3209), [anon_sym_UR_DQUOTE] = ACTIONS(3209), [anon_sym_u8R_DQUOTE] = ACTIONS(3209), [anon_sym_co_await] = ACTIONS(3207), [anon_sym_new] = ACTIONS(3207), [anon_sym_requires] = ACTIONS(3207), [sym_this] = ACTIONS(3207), }, [780] = { [sym_identifier] = ACTIONS(3421), [aux_sym_preproc_include_token1] = ACTIONS(3421), [aux_sym_preproc_def_token1] = ACTIONS(3421), [aux_sym_preproc_if_token1] = ACTIONS(3421), [aux_sym_preproc_if_token2] = ACTIONS(3421), [aux_sym_preproc_ifdef_token1] = ACTIONS(3421), [aux_sym_preproc_ifdef_token2] = ACTIONS(3421), [aux_sym_preproc_else_token1] = ACTIONS(3421), [aux_sym_preproc_elif_token1] = ACTIONS(3421), [sym_preproc_directive] = ACTIONS(3421), [anon_sym_LPAREN2] = ACTIONS(3423), [anon_sym_BANG] = ACTIONS(3423), [anon_sym_TILDE] = ACTIONS(3423), [anon_sym_DASH] = ACTIONS(3421), [anon_sym_PLUS] = ACTIONS(3421), [anon_sym_STAR] = ACTIONS(3423), [anon_sym_AMP_AMP] = ACTIONS(3423), [anon_sym_AMP] = ACTIONS(3421), [anon_sym_SEMI] = ACTIONS(3423), [anon_sym_typedef] = ACTIONS(3421), [anon_sym_extern] = ACTIONS(3421), [anon_sym___attribute__] = ACTIONS(3421), [anon_sym_COLON_COLON] = ACTIONS(3423), [anon_sym_LBRACK_LBRACK] = ACTIONS(3423), [anon_sym___declspec] = ACTIONS(3421), [anon_sym___based] = ACTIONS(3421), [anon_sym___cdecl] = ACTIONS(3421), [anon_sym___clrcall] = ACTIONS(3421), [anon_sym___stdcall] = ACTIONS(3421), [anon_sym___fastcall] = ACTIONS(3421), [anon_sym___thiscall] = ACTIONS(3421), [anon_sym___vectorcall] = ACTIONS(3421), [anon_sym_LBRACE] = ACTIONS(3423), [anon_sym_signed] = ACTIONS(3421), [anon_sym_unsigned] = ACTIONS(3421), [anon_sym_long] = ACTIONS(3421), [anon_sym_short] = ACTIONS(3421), [anon_sym_LBRACK] = ACTIONS(3421), [anon_sym_static] = ACTIONS(3421), [anon_sym_register] = ACTIONS(3421), [anon_sym_inline] = ACTIONS(3421), [anon_sym_thread_local] = ACTIONS(3421), [anon_sym_const] = ACTIONS(3421), [anon_sym_constexpr] = ACTIONS(3421), [anon_sym_volatile] = ACTIONS(3421), [anon_sym_restrict] = ACTIONS(3421), [anon_sym___restrict__] = ACTIONS(3421), [anon_sym__Atomic] = ACTIONS(3421), [anon_sym__Noreturn] = ACTIONS(3421), [anon_sym_noreturn] = ACTIONS(3421), [anon_sym_mutable] = ACTIONS(3421), [anon_sym_constinit] = ACTIONS(3421), [anon_sym_consteval] = ACTIONS(3421), [sym_primitive_type] = ACTIONS(3421), [anon_sym_enum] = ACTIONS(3421), [anon_sym_class] = ACTIONS(3421), [anon_sym_struct] = ACTIONS(3421), [anon_sym_union] = ACTIONS(3421), [anon_sym_if] = ACTIONS(3421), [anon_sym_switch] = ACTIONS(3421), [anon_sym_case] = ACTIONS(3421), [anon_sym_default] = ACTIONS(3421), [anon_sym_while] = ACTIONS(3421), [anon_sym_do] = ACTIONS(3421), [anon_sym_for] = ACTIONS(3421), [anon_sym_return] = ACTIONS(3421), [anon_sym_break] = ACTIONS(3421), [anon_sym_continue] = ACTIONS(3421), [anon_sym_goto] = ACTIONS(3421), [anon_sym_not] = ACTIONS(3421), [anon_sym_compl] = ACTIONS(3421), [anon_sym_DASH_DASH] = ACTIONS(3423), [anon_sym_PLUS_PLUS] = ACTIONS(3423), [anon_sym_sizeof] = ACTIONS(3421), [anon_sym_offsetof] = ACTIONS(3421), [anon_sym__Generic] = ACTIONS(3421), [anon_sym_asm] = ACTIONS(3421), [anon_sym___asm__] = ACTIONS(3421), [sym_number_literal] = ACTIONS(3423), [anon_sym_L_SQUOTE] = ACTIONS(3423), [anon_sym_u_SQUOTE] = ACTIONS(3423), [anon_sym_U_SQUOTE] = ACTIONS(3423), [anon_sym_u8_SQUOTE] = ACTIONS(3423), [anon_sym_SQUOTE] = ACTIONS(3423), [anon_sym_L_DQUOTE] = ACTIONS(3423), [anon_sym_u_DQUOTE] = ACTIONS(3423), [anon_sym_U_DQUOTE] = ACTIONS(3423), [anon_sym_u8_DQUOTE] = ACTIONS(3423), [anon_sym_DQUOTE] = ACTIONS(3423), [sym_true] = ACTIONS(3421), [sym_false] = ACTIONS(3421), [anon_sym_NULL] = ACTIONS(3421), [anon_sym_nullptr] = ACTIONS(3421), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3421), [anon_sym_decltype] = ACTIONS(3421), [anon_sym_virtual] = ACTIONS(3421), [anon_sym_explicit] = ACTIONS(3421), [anon_sym_typename] = ACTIONS(3421), [anon_sym_template] = ACTIONS(3421), [anon_sym_operator] = ACTIONS(3421), [anon_sym_try] = ACTIONS(3421), [anon_sym_delete] = ACTIONS(3421), [anon_sym_throw] = ACTIONS(3421), [anon_sym_namespace] = ACTIONS(3421), [anon_sym_using] = ACTIONS(3421), [anon_sym_static_assert] = ACTIONS(3421), [anon_sym_concept] = ACTIONS(3421), [anon_sym_co_return] = ACTIONS(3421), [anon_sym_co_yield] = ACTIONS(3421), [anon_sym_R_DQUOTE] = ACTIONS(3423), [anon_sym_LR_DQUOTE] = ACTIONS(3423), [anon_sym_uR_DQUOTE] = ACTIONS(3423), [anon_sym_UR_DQUOTE] = ACTIONS(3423), [anon_sym_u8R_DQUOTE] = ACTIONS(3423), [anon_sym_co_await] = ACTIONS(3421), [anon_sym_new] = ACTIONS(3421), [anon_sym_requires] = ACTIONS(3421), [sym_this] = ACTIONS(3421), }, [781] = { [sym_identifier] = ACTIONS(3417), [aux_sym_preproc_include_token1] = ACTIONS(3417), [aux_sym_preproc_def_token1] = ACTIONS(3417), [aux_sym_preproc_if_token1] = ACTIONS(3417), [aux_sym_preproc_if_token2] = ACTIONS(3417), [aux_sym_preproc_ifdef_token1] = ACTIONS(3417), [aux_sym_preproc_ifdef_token2] = ACTIONS(3417), [aux_sym_preproc_else_token1] = ACTIONS(3417), [aux_sym_preproc_elif_token1] = ACTIONS(3417), [sym_preproc_directive] = ACTIONS(3417), [anon_sym_LPAREN2] = ACTIONS(3419), [anon_sym_BANG] = ACTIONS(3419), [anon_sym_TILDE] = ACTIONS(3419), [anon_sym_DASH] = ACTIONS(3417), [anon_sym_PLUS] = ACTIONS(3417), [anon_sym_STAR] = ACTIONS(3419), [anon_sym_AMP_AMP] = ACTIONS(3419), [anon_sym_AMP] = ACTIONS(3417), [anon_sym_SEMI] = ACTIONS(3419), [anon_sym_typedef] = ACTIONS(3417), [anon_sym_extern] = ACTIONS(3417), [anon_sym___attribute__] = ACTIONS(3417), [anon_sym_COLON_COLON] = ACTIONS(3419), [anon_sym_LBRACK_LBRACK] = ACTIONS(3419), [anon_sym___declspec] = ACTIONS(3417), [anon_sym___based] = ACTIONS(3417), [anon_sym___cdecl] = ACTIONS(3417), [anon_sym___clrcall] = ACTIONS(3417), [anon_sym___stdcall] = ACTIONS(3417), [anon_sym___fastcall] = ACTIONS(3417), [anon_sym___thiscall] = ACTIONS(3417), [anon_sym___vectorcall] = ACTIONS(3417), [anon_sym_LBRACE] = ACTIONS(3419), [anon_sym_signed] = ACTIONS(3417), [anon_sym_unsigned] = ACTIONS(3417), [anon_sym_long] = ACTIONS(3417), [anon_sym_short] = ACTIONS(3417), [anon_sym_LBRACK] = ACTIONS(3417), [anon_sym_static] = ACTIONS(3417), [anon_sym_register] = ACTIONS(3417), [anon_sym_inline] = ACTIONS(3417), [anon_sym_thread_local] = ACTIONS(3417), [anon_sym_const] = ACTIONS(3417), [anon_sym_constexpr] = ACTIONS(3417), [anon_sym_volatile] = ACTIONS(3417), [anon_sym_restrict] = ACTIONS(3417), [anon_sym___restrict__] = ACTIONS(3417), [anon_sym__Atomic] = ACTIONS(3417), [anon_sym__Noreturn] = ACTIONS(3417), [anon_sym_noreturn] = ACTIONS(3417), [anon_sym_mutable] = ACTIONS(3417), [anon_sym_constinit] = ACTIONS(3417), [anon_sym_consteval] = ACTIONS(3417), [sym_primitive_type] = ACTIONS(3417), [anon_sym_enum] = ACTIONS(3417), [anon_sym_class] = ACTIONS(3417), [anon_sym_struct] = ACTIONS(3417), [anon_sym_union] = ACTIONS(3417), [anon_sym_if] = ACTIONS(3417), [anon_sym_switch] = ACTIONS(3417), [anon_sym_case] = ACTIONS(3417), [anon_sym_default] = ACTIONS(3417), [anon_sym_while] = ACTIONS(3417), [anon_sym_do] = ACTIONS(3417), [anon_sym_for] = ACTIONS(3417), [anon_sym_return] = ACTIONS(3417), [anon_sym_break] = ACTIONS(3417), [anon_sym_continue] = ACTIONS(3417), [anon_sym_goto] = ACTIONS(3417), [anon_sym_not] = ACTIONS(3417), [anon_sym_compl] = ACTIONS(3417), [anon_sym_DASH_DASH] = ACTIONS(3419), [anon_sym_PLUS_PLUS] = ACTIONS(3419), [anon_sym_sizeof] = ACTIONS(3417), [anon_sym_offsetof] = ACTIONS(3417), [anon_sym__Generic] = ACTIONS(3417), [anon_sym_asm] = ACTIONS(3417), [anon_sym___asm__] = ACTIONS(3417), [sym_number_literal] = ACTIONS(3419), [anon_sym_L_SQUOTE] = ACTIONS(3419), [anon_sym_u_SQUOTE] = ACTIONS(3419), [anon_sym_U_SQUOTE] = ACTIONS(3419), [anon_sym_u8_SQUOTE] = ACTIONS(3419), [anon_sym_SQUOTE] = ACTIONS(3419), [anon_sym_L_DQUOTE] = ACTIONS(3419), [anon_sym_u_DQUOTE] = ACTIONS(3419), [anon_sym_U_DQUOTE] = ACTIONS(3419), [anon_sym_u8_DQUOTE] = ACTIONS(3419), [anon_sym_DQUOTE] = ACTIONS(3419), [sym_true] = ACTIONS(3417), [sym_false] = ACTIONS(3417), [anon_sym_NULL] = ACTIONS(3417), [anon_sym_nullptr] = ACTIONS(3417), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3417), [anon_sym_decltype] = ACTIONS(3417), [anon_sym_virtual] = ACTIONS(3417), [anon_sym_explicit] = ACTIONS(3417), [anon_sym_typename] = ACTIONS(3417), [anon_sym_template] = ACTIONS(3417), [anon_sym_operator] = ACTIONS(3417), [anon_sym_try] = ACTIONS(3417), [anon_sym_delete] = ACTIONS(3417), [anon_sym_throw] = ACTIONS(3417), [anon_sym_namespace] = ACTIONS(3417), [anon_sym_using] = ACTIONS(3417), [anon_sym_static_assert] = ACTIONS(3417), [anon_sym_concept] = ACTIONS(3417), [anon_sym_co_return] = ACTIONS(3417), [anon_sym_co_yield] = ACTIONS(3417), [anon_sym_R_DQUOTE] = ACTIONS(3419), [anon_sym_LR_DQUOTE] = ACTIONS(3419), [anon_sym_uR_DQUOTE] = ACTIONS(3419), [anon_sym_UR_DQUOTE] = ACTIONS(3419), [anon_sym_u8R_DQUOTE] = ACTIONS(3419), [anon_sym_co_await] = ACTIONS(3417), [anon_sym_new] = ACTIONS(3417), [anon_sym_requires] = ACTIONS(3417), [sym_this] = ACTIONS(3417), }, [782] = { [sym_identifier] = ACTIONS(3119), [aux_sym_preproc_include_token1] = ACTIONS(3119), [aux_sym_preproc_def_token1] = ACTIONS(3119), [aux_sym_preproc_if_token1] = ACTIONS(3119), [aux_sym_preproc_if_token2] = ACTIONS(3119), [aux_sym_preproc_ifdef_token1] = ACTIONS(3119), [aux_sym_preproc_ifdef_token2] = ACTIONS(3119), [aux_sym_preproc_else_token1] = ACTIONS(3119), [aux_sym_preproc_elif_token1] = ACTIONS(3119), [sym_preproc_directive] = ACTIONS(3119), [anon_sym_LPAREN2] = ACTIONS(3121), [anon_sym_BANG] = ACTIONS(3121), [anon_sym_TILDE] = ACTIONS(3121), [anon_sym_DASH] = ACTIONS(3119), [anon_sym_PLUS] = ACTIONS(3119), [anon_sym_STAR] = ACTIONS(3121), [anon_sym_AMP_AMP] = ACTIONS(3121), [anon_sym_AMP] = ACTIONS(3119), [anon_sym_SEMI] = ACTIONS(3121), [anon_sym_typedef] = ACTIONS(3119), [anon_sym_extern] = ACTIONS(3119), [anon_sym___attribute__] = ACTIONS(3119), [anon_sym_COLON_COLON] = ACTIONS(3121), [anon_sym_LBRACK_LBRACK] = ACTIONS(3121), [anon_sym___declspec] = ACTIONS(3119), [anon_sym___based] = ACTIONS(3119), [anon_sym___cdecl] = ACTIONS(3119), [anon_sym___clrcall] = ACTIONS(3119), [anon_sym___stdcall] = ACTIONS(3119), [anon_sym___fastcall] = ACTIONS(3119), [anon_sym___thiscall] = ACTIONS(3119), [anon_sym___vectorcall] = ACTIONS(3119), [anon_sym_LBRACE] = ACTIONS(3121), [anon_sym_signed] = ACTIONS(3119), [anon_sym_unsigned] = ACTIONS(3119), [anon_sym_long] = ACTIONS(3119), [anon_sym_short] = ACTIONS(3119), [anon_sym_LBRACK] = ACTIONS(3119), [anon_sym_static] = ACTIONS(3119), [anon_sym_register] = ACTIONS(3119), [anon_sym_inline] = ACTIONS(3119), [anon_sym_thread_local] = ACTIONS(3119), [anon_sym_const] = ACTIONS(3119), [anon_sym_constexpr] = ACTIONS(3119), [anon_sym_volatile] = ACTIONS(3119), [anon_sym_restrict] = ACTIONS(3119), [anon_sym___restrict__] = ACTIONS(3119), [anon_sym__Atomic] = ACTIONS(3119), [anon_sym__Noreturn] = ACTIONS(3119), [anon_sym_noreturn] = ACTIONS(3119), [anon_sym_mutable] = ACTIONS(3119), [anon_sym_constinit] = ACTIONS(3119), [anon_sym_consteval] = ACTIONS(3119), [sym_primitive_type] = ACTIONS(3119), [anon_sym_enum] = ACTIONS(3119), [anon_sym_class] = ACTIONS(3119), [anon_sym_struct] = ACTIONS(3119), [anon_sym_union] = ACTIONS(3119), [anon_sym_if] = ACTIONS(3119), [anon_sym_switch] = ACTIONS(3119), [anon_sym_case] = ACTIONS(3119), [anon_sym_default] = ACTIONS(3119), [anon_sym_while] = ACTIONS(3119), [anon_sym_do] = ACTIONS(3119), [anon_sym_for] = ACTIONS(3119), [anon_sym_return] = ACTIONS(3119), [anon_sym_break] = ACTIONS(3119), [anon_sym_continue] = ACTIONS(3119), [anon_sym_goto] = ACTIONS(3119), [anon_sym_not] = ACTIONS(3119), [anon_sym_compl] = ACTIONS(3119), [anon_sym_DASH_DASH] = ACTIONS(3121), [anon_sym_PLUS_PLUS] = ACTIONS(3121), [anon_sym_sizeof] = ACTIONS(3119), [anon_sym_offsetof] = ACTIONS(3119), [anon_sym__Generic] = ACTIONS(3119), [anon_sym_asm] = ACTIONS(3119), [anon_sym___asm__] = ACTIONS(3119), [sym_number_literal] = ACTIONS(3121), [anon_sym_L_SQUOTE] = ACTIONS(3121), [anon_sym_u_SQUOTE] = ACTIONS(3121), [anon_sym_U_SQUOTE] = ACTIONS(3121), [anon_sym_u8_SQUOTE] = ACTIONS(3121), [anon_sym_SQUOTE] = ACTIONS(3121), [anon_sym_L_DQUOTE] = ACTIONS(3121), [anon_sym_u_DQUOTE] = ACTIONS(3121), [anon_sym_U_DQUOTE] = ACTIONS(3121), [anon_sym_u8_DQUOTE] = ACTIONS(3121), [anon_sym_DQUOTE] = ACTIONS(3121), [sym_true] = ACTIONS(3119), [sym_false] = ACTIONS(3119), [anon_sym_NULL] = ACTIONS(3119), [anon_sym_nullptr] = ACTIONS(3119), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3119), [anon_sym_decltype] = ACTIONS(3119), [anon_sym_virtual] = ACTIONS(3119), [anon_sym_explicit] = ACTIONS(3119), [anon_sym_typename] = ACTIONS(3119), [anon_sym_template] = ACTIONS(3119), [anon_sym_operator] = ACTIONS(3119), [anon_sym_try] = ACTIONS(3119), [anon_sym_delete] = ACTIONS(3119), [anon_sym_throw] = ACTIONS(3119), [anon_sym_namespace] = ACTIONS(3119), [anon_sym_using] = ACTIONS(3119), [anon_sym_static_assert] = ACTIONS(3119), [anon_sym_concept] = ACTIONS(3119), [anon_sym_co_return] = ACTIONS(3119), [anon_sym_co_yield] = ACTIONS(3119), [anon_sym_R_DQUOTE] = ACTIONS(3121), [anon_sym_LR_DQUOTE] = ACTIONS(3121), [anon_sym_uR_DQUOTE] = ACTIONS(3121), [anon_sym_UR_DQUOTE] = ACTIONS(3121), [anon_sym_u8R_DQUOTE] = ACTIONS(3121), [anon_sym_co_await] = ACTIONS(3119), [anon_sym_new] = ACTIONS(3119), [anon_sym_requires] = ACTIONS(3119), [sym_this] = ACTIONS(3119), }, [783] = { [sym_identifier] = ACTIONS(2542), [aux_sym_preproc_include_token1] = ACTIONS(2542), [aux_sym_preproc_def_token1] = ACTIONS(2542), [aux_sym_preproc_if_token1] = ACTIONS(2542), [aux_sym_preproc_if_token2] = ACTIONS(2542), [aux_sym_preproc_ifdef_token1] = ACTIONS(2542), [aux_sym_preproc_ifdef_token2] = ACTIONS(2542), [sym_preproc_directive] = ACTIONS(2542), [anon_sym_LPAREN2] = ACTIONS(2540), [anon_sym_BANG] = ACTIONS(2540), [anon_sym_TILDE] = ACTIONS(2540), [anon_sym_DASH] = ACTIONS(2542), [anon_sym_PLUS] = ACTIONS(2542), [anon_sym_STAR] = ACTIONS(2540), [anon_sym_AMP_AMP] = ACTIONS(2540), [anon_sym_AMP] = ACTIONS(2542), [anon_sym_SEMI] = ACTIONS(2540), [anon_sym_typedef] = ACTIONS(2542), [anon_sym_extern] = ACTIONS(2542), [anon_sym___attribute__] = ACTIONS(2542), [anon_sym_COLON_COLON] = ACTIONS(2540), [anon_sym_LBRACK_LBRACK] = ACTIONS(2540), [anon_sym___declspec] = ACTIONS(2542), [anon_sym___based] = ACTIONS(2542), [anon_sym___cdecl] = ACTIONS(2542), [anon_sym___clrcall] = ACTIONS(2542), [anon_sym___stdcall] = ACTIONS(2542), [anon_sym___fastcall] = ACTIONS(2542), [anon_sym___thiscall] = ACTIONS(2542), [anon_sym___vectorcall] = ACTIONS(2542), [anon_sym_LBRACE] = ACTIONS(2540), [anon_sym_signed] = ACTIONS(2542), [anon_sym_unsigned] = ACTIONS(2542), [anon_sym_long] = ACTIONS(2542), [anon_sym_short] = ACTIONS(2542), [anon_sym_LBRACK] = ACTIONS(2542), [anon_sym_static] = ACTIONS(2542), [anon_sym_register] = ACTIONS(2542), [anon_sym_inline] = ACTIONS(2542), [anon_sym_thread_local] = ACTIONS(2542), [anon_sym_const] = ACTIONS(2542), [anon_sym_constexpr] = ACTIONS(2542), [anon_sym_volatile] = ACTIONS(2542), [anon_sym_restrict] = ACTIONS(2542), [anon_sym___restrict__] = ACTIONS(2542), [anon_sym__Atomic] = ACTIONS(2542), [anon_sym__Noreturn] = ACTIONS(2542), [anon_sym_noreturn] = ACTIONS(2542), [anon_sym_mutable] = ACTIONS(2542), [anon_sym_constinit] = ACTIONS(2542), [anon_sym_consteval] = ACTIONS(2542), [sym_primitive_type] = ACTIONS(2542), [anon_sym_enum] = ACTIONS(2542), [anon_sym_class] = ACTIONS(2542), [anon_sym_struct] = ACTIONS(2542), [anon_sym_union] = ACTIONS(2542), [anon_sym_if] = ACTIONS(2542), [anon_sym_else] = ACTIONS(2542), [anon_sym_switch] = ACTIONS(2542), [anon_sym_case] = ACTIONS(2542), [anon_sym_default] = ACTIONS(2542), [anon_sym_while] = ACTIONS(2542), [anon_sym_do] = ACTIONS(2542), [anon_sym_for] = ACTIONS(2542), [anon_sym_return] = ACTIONS(2542), [anon_sym_break] = ACTIONS(2542), [anon_sym_continue] = ACTIONS(2542), [anon_sym_goto] = ACTIONS(2542), [anon_sym_not] = ACTIONS(2542), [anon_sym_compl] = ACTIONS(2542), [anon_sym_DASH_DASH] = ACTIONS(2540), [anon_sym_PLUS_PLUS] = ACTIONS(2540), [anon_sym_sizeof] = ACTIONS(2542), [anon_sym_offsetof] = ACTIONS(2542), [anon_sym__Generic] = ACTIONS(2542), [anon_sym_asm] = ACTIONS(2542), [anon_sym___asm__] = ACTIONS(2542), [sym_number_literal] = ACTIONS(2540), [anon_sym_L_SQUOTE] = ACTIONS(2540), [anon_sym_u_SQUOTE] = ACTIONS(2540), [anon_sym_U_SQUOTE] = ACTIONS(2540), [anon_sym_u8_SQUOTE] = ACTIONS(2540), [anon_sym_SQUOTE] = ACTIONS(2540), [anon_sym_L_DQUOTE] = ACTIONS(2540), [anon_sym_u_DQUOTE] = ACTIONS(2540), [anon_sym_U_DQUOTE] = ACTIONS(2540), [anon_sym_u8_DQUOTE] = ACTIONS(2540), [anon_sym_DQUOTE] = ACTIONS(2540), [sym_true] = ACTIONS(2542), [sym_false] = ACTIONS(2542), [anon_sym_NULL] = ACTIONS(2542), [anon_sym_nullptr] = ACTIONS(2542), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2542), [anon_sym_decltype] = ACTIONS(2542), [anon_sym_virtual] = ACTIONS(2542), [anon_sym_explicit] = ACTIONS(2542), [anon_sym_typename] = ACTIONS(2542), [anon_sym_template] = ACTIONS(2542), [anon_sym_operator] = ACTIONS(2542), [anon_sym_try] = ACTIONS(2542), [anon_sym_delete] = ACTIONS(2542), [anon_sym_throw] = ACTIONS(2542), [anon_sym_namespace] = ACTIONS(2542), [anon_sym_using] = ACTIONS(2542), [anon_sym_static_assert] = ACTIONS(2542), [anon_sym_concept] = ACTIONS(2542), [anon_sym_co_return] = ACTIONS(2542), [anon_sym_co_yield] = ACTIONS(2542), [anon_sym_catch] = ACTIONS(2542), [anon_sym_R_DQUOTE] = ACTIONS(2540), [anon_sym_LR_DQUOTE] = ACTIONS(2540), [anon_sym_uR_DQUOTE] = ACTIONS(2540), [anon_sym_UR_DQUOTE] = ACTIONS(2540), [anon_sym_u8R_DQUOTE] = ACTIONS(2540), [anon_sym_co_await] = ACTIONS(2542), [anon_sym_new] = ACTIONS(2542), [anon_sym_requires] = ACTIONS(2542), [sym_this] = ACTIONS(2542), }, [784] = { [sym_identifier] = ACTIONS(2542), [aux_sym_preproc_include_token1] = ACTIONS(2542), [aux_sym_preproc_def_token1] = ACTIONS(2542), [aux_sym_preproc_if_token1] = ACTIONS(2542), [aux_sym_preproc_ifdef_token1] = ACTIONS(2542), [aux_sym_preproc_ifdef_token2] = ACTIONS(2542), [sym_preproc_directive] = ACTIONS(2542), [anon_sym_LPAREN2] = ACTIONS(2540), [anon_sym_BANG] = ACTIONS(2540), [anon_sym_TILDE] = ACTIONS(2540), [anon_sym_DASH] = ACTIONS(2542), [anon_sym_PLUS] = ACTIONS(2542), [anon_sym_STAR] = ACTIONS(2540), [anon_sym_AMP_AMP] = ACTIONS(2540), [anon_sym_AMP] = ACTIONS(2542), [anon_sym_SEMI] = ACTIONS(2540), [anon_sym_typedef] = ACTIONS(2542), [anon_sym_extern] = ACTIONS(2542), [anon_sym___attribute__] = ACTIONS(2542), [anon_sym_COLON_COLON] = ACTIONS(2540), [anon_sym_LBRACK_LBRACK] = ACTIONS(2540), [anon_sym___declspec] = ACTIONS(2542), [anon_sym___based] = ACTIONS(2542), [anon_sym___cdecl] = ACTIONS(2542), [anon_sym___clrcall] = ACTIONS(2542), [anon_sym___stdcall] = ACTIONS(2542), [anon_sym___fastcall] = ACTIONS(2542), [anon_sym___thiscall] = ACTIONS(2542), [anon_sym___vectorcall] = ACTIONS(2542), [anon_sym_LBRACE] = ACTIONS(2540), [anon_sym_RBRACE] = ACTIONS(2540), [anon_sym_signed] = ACTIONS(2542), [anon_sym_unsigned] = ACTIONS(2542), [anon_sym_long] = ACTIONS(2542), [anon_sym_short] = ACTIONS(2542), [anon_sym_LBRACK] = ACTIONS(2542), [anon_sym_static] = ACTIONS(2542), [anon_sym_register] = ACTIONS(2542), [anon_sym_inline] = ACTIONS(2542), [anon_sym_thread_local] = ACTIONS(2542), [anon_sym_const] = ACTIONS(2542), [anon_sym_constexpr] = ACTIONS(2542), [anon_sym_volatile] = ACTIONS(2542), [anon_sym_restrict] = ACTIONS(2542), [anon_sym___restrict__] = ACTIONS(2542), [anon_sym__Atomic] = ACTIONS(2542), [anon_sym__Noreturn] = ACTIONS(2542), [anon_sym_noreturn] = ACTIONS(2542), [anon_sym_mutable] = ACTIONS(2542), [anon_sym_constinit] = ACTIONS(2542), [anon_sym_consteval] = ACTIONS(2542), [sym_primitive_type] = ACTIONS(2542), [anon_sym_enum] = ACTIONS(2542), [anon_sym_class] = ACTIONS(2542), [anon_sym_struct] = ACTIONS(2542), [anon_sym_union] = ACTIONS(2542), [anon_sym_if] = ACTIONS(2542), [anon_sym_else] = ACTIONS(2542), [anon_sym_switch] = ACTIONS(2542), [anon_sym_case] = ACTIONS(2542), [anon_sym_default] = ACTIONS(2542), [anon_sym_while] = ACTIONS(2542), [anon_sym_do] = ACTIONS(2542), [anon_sym_for] = ACTIONS(2542), [anon_sym_return] = ACTIONS(2542), [anon_sym_break] = ACTIONS(2542), [anon_sym_continue] = ACTIONS(2542), [anon_sym_goto] = ACTIONS(2542), [anon_sym_not] = ACTIONS(2542), [anon_sym_compl] = ACTIONS(2542), [anon_sym_DASH_DASH] = ACTIONS(2540), [anon_sym_PLUS_PLUS] = ACTIONS(2540), [anon_sym_sizeof] = ACTIONS(2542), [anon_sym_offsetof] = ACTIONS(2542), [anon_sym__Generic] = ACTIONS(2542), [anon_sym_asm] = ACTIONS(2542), [anon_sym___asm__] = ACTIONS(2542), [sym_number_literal] = ACTIONS(2540), [anon_sym_L_SQUOTE] = ACTIONS(2540), [anon_sym_u_SQUOTE] = ACTIONS(2540), [anon_sym_U_SQUOTE] = ACTIONS(2540), [anon_sym_u8_SQUOTE] = ACTIONS(2540), [anon_sym_SQUOTE] = ACTIONS(2540), [anon_sym_L_DQUOTE] = ACTIONS(2540), [anon_sym_u_DQUOTE] = ACTIONS(2540), [anon_sym_U_DQUOTE] = ACTIONS(2540), [anon_sym_u8_DQUOTE] = ACTIONS(2540), [anon_sym_DQUOTE] = ACTIONS(2540), [sym_true] = ACTIONS(2542), [sym_false] = ACTIONS(2542), [anon_sym_NULL] = ACTIONS(2542), [anon_sym_nullptr] = ACTIONS(2542), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2542), [anon_sym_decltype] = ACTIONS(2542), [anon_sym_virtual] = ACTIONS(2542), [anon_sym_explicit] = ACTIONS(2542), [anon_sym_typename] = ACTIONS(2542), [anon_sym_template] = ACTIONS(2542), [anon_sym_operator] = ACTIONS(2542), [anon_sym_try] = ACTIONS(2542), [anon_sym_delete] = ACTIONS(2542), [anon_sym_throw] = ACTIONS(2542), [anon_sym_namespace] = ACTIONS(2542), [anon_sym_using] = ACTIONS(2542), [anon_sym_static_assert] = ACTIONS(2542), [anon_sym_concept] = ACTIONS(2542), [anon_sym_co_return] = ACTIONS(2542), [anon_sym_co_yield] = ACTIONS(2542), [anon_sym_catch] = ACTIONS(2542), [anon_sym_R_DQUOTE] = ACTIONS(2540), [anon_sym_LR_DQUOTE] = ACTIONS(2540), [anon_sym_uR_DQUOTE] = ACTIONS(2540), [anon_sym_UR_DQUOTE] = ACTIONS(2540), [anon_sym_u8R_DQUOTE] = ACTIONS(2540), [anon_sym_co_await] = ACTIONS(2542), [anon_sym_new] = ACTIONS(2542), [anon_sym_requires] = ACTIONS(2542), [sym_this] = ACTIONS(2542), }, [785] = { [sym_identifier] = ACTIONS(3349), [aux_sym_preproc_include_token1] = ACTIONS(3349), [aux_sym_preproc_def_token1] = ACTIONS(3349), [aux_sym_preproc_if_token1] = ACTIONS(3349), [aux_sym_preproc_if_token2] = ACTIONS(3349), [aux_sym_preproc_ifdef_token1] = ACTIONS(3349), [aux_sym_preproc_ifdef_token2] = ACTIONS(3349), [aux_sym_preproc_else_token1] = ACTIONS(3349), [aux_sym_preproc_elif_token1] = ACTIONS(3349), [sym_preproc_directive] = ACTIONS(3349), [anon_sym_LPAREN2] = ACTIONS(3351), [anon_sym_BANG] = ACTIONS(3351), [anon_sym_TILDE] = ACTIONS(3351), [anon_sym_DASH] = ACTIONS(3349), [anon_sym_PLUS] = ACTIONS(3349), [anon_sym_STAR] = ACTIONS(3351), [anon_sym_AMP_AMP] = ACTIONS(3351), [anon_sym_AMP] = ACTIONS(3349), [anon_sym_SEMI] = ACTIONS(3351), [anon_sym_typedef] = ACTIONS(3349), [anon_sym_extern] = ACTIONS(3349), [anon_sym___attribute__] = ACTIONS(3349), [anon_sym_COLON_COLON] = ACTIONS(3351), [anon_sym_LBRACK_LBRACK] = ACTIONS(3351), [anon_sym___declspec] = ACTIONS(3349), [anon_sym___based] = ACTIONS(3349), [anon_sym___cdecl] = ACTIONS(3349), [anon_sym___clrcall] = ACTIONS(3349), [anon_sym___stdcall] = ACTIONS(3349), [anon_sym___fastcall] = ACTIONS(3349), [anon_sym___thiscall] = ACTIONS(3349), [anon_sym___vectorcall] = ACTIONS(3349), [anon_sym_LBRACE] = ACTIONS(3351), [anon_sym_signed] = ACTIONS(3349), [anon_sym_unsigned] = ACTIONS(3349), [anon_sym_long] = ACTIONS(3349), [anon_sym_short] = ACTIONS(3349), [anon_sym_LBRACK] = ACTIONS(3349), [anon_sym_static] = ACTIONS(3349), [anon_sym_register] = ACTIONS(3349), [anon_sym_inline] = ACTIONS(3349), [anon_sym_thread_local] = ACTIONS(3349), [anon_sym_const] = ACTIONS(3349), [anon_sym_constexpr] = ACTIONS(3349), [anon_sym_volatile] = ACTIONS(3349), [anon_sym_restrict] = ACTIONS(3349), [anon_sym___restrict__] = ACTIONS(3349), [anon_sym__Atomic] = ACTIONS(3349), [anon_sym__Noreturn] = ACTIONS(3349), [anon_sym_noreturn] = ACTIONS(3349), [anon_sym_mutable] = ACTIONS(3349), [anon_sym_constinit] = ACTIONS(3349), [anon_sym_consteval] = ACTIONS(3349), [sym_primitive_type] = ACTIONS(3349), [anon_sym_enum] = ACTIONS(3349), [anon_sym_class] = ACTIONS(3349), [anon_sym_struct] = ACTIONS(3349), [anon_sym_union] = ACTIONS(3349), [anon_sym_if] = ACTIONS(3349), [anon_sym_switch] = ACTIONS(3349), [anon_sym_case] = ACTIONS(3349), [anon_sym_default] = ACTIONS(3349), [anon_sym_while] = ACTIONS(3349), [anon_sym_do] = ACTIONS(3349), [anon_sym_for] = ACTIONS(3349), [anon_sym_return] = ACTIONS(3349), [anon_sym_break] = ACTIONS(3349), [anon_sym_continue] = ACTIONS(3349), [anon_sym_goto] = ACTIONS(3349), [anon_sym_not] = ACTIONS(3349), [anon_sym_compl] = ACTIONS(3349), [anon_sym_DASH_DASH] = ACTIONS(3351), [anon_sym_PLUS_PLUS] = ACTIONS(3351), [anon_sym_sizeof] = ACTIONS(3349), [anon_sym_offsetof] = ACTIONS(3349), [anon_sym__Generic] = ACTIONS(3349), [anon_sym_asm] = ACTIONS(3349), [anon_sym___asm__] = ACTIONS(3349), [sym_number_literal] = ACTIONS(3351), [anon_sym_L_SQUOTE] = ACTIONS(3351), [anon_sym_u_SQUOTE] = ACTIONS(3351), [anon_sym_U_SQUOTE] = ACTIONS(3351), [anon_sym_u8_SQUOTE] = ACTIONS(3351), [anon_sym_SQUOTE] = ACTIONS(3351), [anon_sym_L_DQUOTE] = ACTIONS(3351), [anon_sym_u_DQUOTE] = ACTIONS(3351), [anon_sym_U_DQUOTE] = ACTIONS(3351), [anon_sym_u8_DQUOTE] = ACTIONS(3351), [anon_sym_DQUOTE] = ACTIONS(3351), [sym_true] = ACTIONS(3349), [sym_false] = ACTIONS(3349), [anon_sym_NULL] = ACTIONS(3349), [anon_sym_nullptr] = ACTIONS(3349), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3349), [anon_sym_decltype] = ACTIONS(3349), [anon_sym_virtual] = ACTIONS(3349), [anon_sym_explicit] = ACTIONS(3349), [anon_sym_typename] = ACTIONS(3349), [anon_sym_template] = ACTIONS(3349), [anon_sym_operator] = ACTIONS(3349), [anon_sym_try] = ACTIONS(3349), [anon_sym_delete] = ACTIONS(3349), [anon_sym_throw] = ACTIONS(3349), [anon_sym_namespace] = ACTIONS(3349), [anon_sym_using] = ACTIONS(3349), [anon_sym_static_assert] = ACTIONS(3349), [anon_sym_concept] = ACTIONS(3349), [anon_sym_co_return] = ACTIONS(3349), [anon_sym_co_yield] = ACTIONS(3349), [anon_sym_R_DQUOTE] = ACTIONS(3351), [anon_sym_LR_DQUOTE] = ACTIONS(3351), [anon_sym_uR_DQUOTE] = ACTIONS(3351), [anon_sym_UR_DQUOTE] = ACTIONS(3351), [anon_sym_u8R_DQUOTE] = ACTIONS(3351), [anon_sym_co_await] = ACTIONS(3349), [anon_sym_new] = ACTIONS(3349), [anon_sym_requires] = ACTIONS(3349), [sym_this] = ACTIONS(3349), }, [786] = { [sym_identifier] = ACTIONS(3287), [aux_sym_preproc_include_token1] = ACTIONS(3287), [aux_sym_preproc_def_token1] = ACTIONS(3287), [aux_sym_preproc_if_token1] = ACTIONS(3287), [aux_sym_preproc_if_token2] = ACTIONS(3287), [aux_sym_preproc_ifdef_token1] = ACTIONS(3287), [aux_sym_preproc_ifdef_token2] = ACTIONS(3287), [aux_sym_preproc_else_token1] = ACTIONS(3287), [aux_sym_preproc_elif_token1] = ACTIONS(3287), [sym_preproc_directive] = ACTIONS(3287), [anon_sym_LPAREN2] = ACTIONS(3289), [anon_sym_BANG] = ACTIONS(3289), [anon_sym_TILDE] = ACTIONS(3289), [anon_sym_DASH] = ACTIONS(3287), [anon_sym_PLUS] = ACTIONS(3287), [anon_sym_STAR] = ACTIONS(3289), [anon_sym_AMP_AMP] = ACTIONS(3289), [anon_sym_AMP] = ACTIONS(3287), [anon_sym_SEMI] = ACTIONS(3289), [anon_sym_typedef] = ACTIONS(3287), [anon_sym_extern] = ACTIONS(3287), [anon_sym___attribute__] = ACTIONS(3287), [anon_sym_COLON_COLON] = ACTIONS(3289), [anon_sym_LBRACK_LBRACK] = ACTIONS(3289), [anon_sym___declspec] = ACTIONS(3287), [anon_sym___based] = ACTIONS(3287), [anon_sym___cdecl] = ACTIONS(3287), [anon_sym___clrcall] = ACTIONS(3287), [anon_sym___stdcall] = ACTIONS(3287), [anon_sym___fastcall] = ACTIONS(3287), [anon_sym___thiscall] = ACTIONS(3287), [anon_sym___vectorcall] = ACTIONS(3287), [anon_sym_LBRACE] = ACTIONS(3289), [anon_sym_signed] = ACTIONS(3287), [anon_sym_unsigned] = ACTIONS(3287), [anon_sym_long] = ACTIONS(3287), [anon_sym_short] = ACTIONS(3287), [anon_sym_LBRACK] = ACTIONS(3287), [anon_sym_static] = ACTIONS(3287), [anon_sym_register] = ACTIONS(3287), [anon_sym_inline] = ACTIONS(3287), [anon_sym_thread_local] = ACTIONS(3287), [anon_sym_const] = ACTIONS(3287), [anon_sym_constexpr] = ACTIONS(3287), [anon_sym_volatile] = ACTIONS(3287), [anon_sym_restrict] = ACTIONS(3287), [anon_sym___restrict__] = ACTIONS(3287), [anon_sym__Atomic] = ACTIONS(3287), [anon_sym__Noreturn] = ACTIONS(3287), [anon_sym_noreturn] = ACTIONS(3287), [anon_sym_mutable] = ACTIONS(3287), [anon_sym_constinit] = ACTIONS(3287), [anon_sym_consteval] = ACTIONS(3287), [sym_primitive_type] = ACTIONS(3287), [anon_sym_enum] = ACTIONS(3287), [anon_sym_class] = ACTIONS(3287), [anon_sym_struct] = ACTIONS(3287), [anon_sym_union] = ACTIONS(3287), [anon_sym_if] = ACTIONS(3287), [anon_sym_switch] = ACTIONS(3287), [anon_sym_case] = ACTIONS(3287), [anon_sym_default] = ACTIONS(3287), [anon_sym_while] = ACTIONS(3287), [anon_sym_do] = ACTIONS(3287), [anon_sym_for] = ACTIONS(3287), [anon_sym_return] = ACTIONS(3287), [anon_sym_break] = ACTIONS(3287), [anon_sym_continue] = ACTIONS(3287), [anon_sym_goto] = ACTIONS(3287), [anon_sym_not] = ACTIONS(3287), [anon_sym_compl] = ACTIONS(3287), [anon_sym_DASH_DASH] = ACTIONS(3289), [anon_sym_PLUS_PLUS] = ACTIONS(3289), [anon_sym_sizeof] = ACTIONS(3287), [anon_sym_offsetof] = ACTIONS(3287), [anon_sym__Generic] = ACTIONS(3287), [anon_sym_asm] = ACTIONS(3287), [anon_sym___asm__] = ACTIONS(3287), [sym_number_literal] = ACTIONS(3289), [anon_sym_L_SQUOTE] = ACTIONS(3289), [anon_sym_u_SQUOTE] = ACTIONS(3289), [anon_sym_U_SQUOTE] = ACTIONS(3289), [anon_sym_u8_SQUOTE] = ACTIONS(3289), [anon_sym_SQUOTE] = ACTIONS(3289), [anon_sym_L_DQUOTE] = ACTIONS(3289), [anon_sym_u_DQUOTE] = ACTIONS(3289), [anon_sym_U_DQUOTE] = ACTIONS(3289), [anon_sym_u8_DQUOTE] = ACTIONS(3289), [anon_sym_DQUOTE] = ACTIONS(3289), [sym_true] = ACTIONS(3287), [sym_false] = ACTIONS(3287), [anon_sym_NULL] = ACTIONS(3287), [anon_sym_nullptr] = ACTIONS(3287), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3287), [anon_sym_decltype] = ACTIONS(3287), [anon_sym_virtual] = ACTIONS(3287), [anon_sym_explicit] = ACTIONS(3287), [anon_sym_typename] = ACTIONS(3287), [anon_sym_template] = ACTIONS(3287), [anon_sym_operator] = ACTIONS(3287), [anon_sym_try] = ACTIONS(3287), [anon_sym_delete] = ACTIONS(3287), [anon_sym_throw] = ACTIONS(3287), [anon_sym_namespace] = ACTIONS(3287), [anon_sym_using] = ACTIONS(3287), [anon_sym_static_assert] = ACTIONS(3287), [anon_sym_concept] = ACTIONS(3287), [anon_sym_co_return] = ACTIONS(3287), [anon_sym_co_yield] = ACTIONS(3287), [anon_sym_R_DQUOTE] = ACTIONS(3289), [anon_sym_LR_DQUOTE] = ACTIONS(3289), [anon_sym_uR_DQUOTE] = ACTIONS(3289), [anon_sym_UR_DQUOTE] = ACTIONS(3289), [anon_sym_u8R_DQUOTE] = ACTIONS(3289), [anon_sym_co_await] = ACTIONS(3287), [anon_sym_new] = ACTIONS(3287), [anon_sym_requires] = ACTIONS(3287), [sym_this] = ACTIONS(3287), }, [787] = { [sym_identifier] = ACTIONS(3451), [aux_sym_preproc_include_token1] = ACTIONS(3451), [aux_sym_preproc_def_token1] = ACTIONS(3451), [aux_sym_preproc_if_token1] = ACTIONS(3451), [aux_sym_preproc_if_token2] = ACTIONS(3451), [aux_sym_preproc_ifdef_token1] = ACTIONS(3451), [aux_sym_preproc_ifdef_token2] = ACTIONS(3451), [aux_sym_preproc_else_token1] = ACTIONS(3451), [aux_sym_preproc_elif_token1] = ACTIONS(3451), [sym_preproc_directive] = ACTIONS(3451), [anon_sym_LPAREN2] = ACTIONS(3453), [anon_sym_BANG] = ACTIONS(3453), [anon_sym_TILDE] = ACTIONS(3453), [anon_sym_DASH] = ACTIONS(3451), [anon_sym_PLUS] = ACTIONS(3451), [anon_sym_STAR] = ACTIONS(3453), [anon_sym_AMP_AMP] = ACTIONS(3453), [anon_sym_AMP] = ACTIONS(3451), [anon_sym_SEMI] = ACTIONS(3453), [anon_sym_typedef] = ACTIONS(3451), [anon_sym_extern] = ACTIONS(3451), [anon_sym___attribute__] = ACTIONS(3451), [anon_sym_COLON_COLON] = ACTIONS(3453), [anon_sym_LBRACK_LBRACK] = ACTIONS(3453), [anon_sym___declspec] = ACTIONS(3451), [anon_sym___based] = ACTIONS(3451), [anon_sym___cdecl] = ACTIONS(3451), [anon_sym___clrcall] = ACTIONS(3451), [anon_sym___stdcall] = ACTIONS(3451), [anon_sym___fastcall] = ACTIONS(3451), [anon_sym___thiscall] = ACTIONS(3451), [anon_sym___vectorcall] = ACTIONS(3451), [anon_sym_LBRACE] = ACTIONS(3453), [anon_sym_signed] = ACTIONS(3451), [anon_sym_unsigned] = ACTIONS(3451), [anon_sym_long] = ACTIONS(3451), [anon_sym_short] = ACTIONS(3451), [anon_sym_LBRACK] = ACTIONS(3451), [anon_sym_static] = ACTIONS(3451), [anon_sym_register] = ACTIONS(3451), [anon_sym_inline] = ACTIONS(3451), [anon_sym_thread_local] = ACTIONS(3451), [anon_sym_const] = ACTIONS(3451), [anon_sym_constexpr] = ACTIONS(3451), [anon_sym_volatile] = ACTIONS(3451), [anon_sym_restrict] = ACTIONS(3451), [anon_sym___restrict__] = ACTIONS(3451), [anon_sym__Atomic] = ACTIONS(3451), [anon_sym__Noreturn] = ACTIONS(3451), [anon_sym_noreturn] = ACTIONS(3451), [anon_sym_mutable] = ACTIONS(3451), [anon_sym_constinit] = ACTIONS(3451), [anon_sym_consteval] = ACTIONS(3451), [sym_primitive_type] = ACTIONS(3451), [anon_sym_enum] = ACTIONS(3451), [anon_sym_class] = ACTIONS(3451), [anon_sym_struct] = ACTIONS(3451), [anon_sym_union] = ACTIONS(3451), [anon_sym_if] = ACTIONS(3451), [anon_sym_switch] = ACTIONS(3451), [anon_sym_case] = ACTIONS(3451), [anon_sym_default] = ACTIONS(3451), [anon_sym_while] = ACTIONS(3451), [anon_sym_do] = ACTIONS(3451), [anon_sym_for] = ACTIONS(3451), [anon_sym_return] = ACTIONS(3451), [anon_sym_break] = ACTIONS(3451), [anon_sym_continue] = ACTIONS(3451), [anon_sym_goto] = ACTIONS(3451), [anon_sym_not] = ACTIONS(3451), [anon_sym_compl] = ACTIONS(3451), [anon_sym_DASH_DASH] = ACTIONS(3453), [anon_sym_PLUS_PLUS] = ACTIONS(3453), [anon_sym_sizeof] = ACTIONS(3451), [anon_sym_offsetof] = ACTIONS(3451), [anon_sym__Generic] = ACTIONS(3451), [anon_sym_asm] = ACTIONS(3451), [anon_sym___asm__] = ACTIONS(3451), [sym_number_literal] = ACTIONS(3453), [anon_sym_L_SQUOTE] = ACTIONS(3453), [anon_sym_u_SQUOTE] = ACTIONS(3453), [anon_sym_U_SQUOTE] = ACTIONS(3453), [anon_sym_u8_SQUOTE] = ACTIONS(3453), [anon_sym_SQUOTE] = ACTIONS(3453), [anon_sym_L_DQUOTE] = ACTIONS(3453), [anon_sym_u_DQUOTE] = ACTIONS(3453), [anon_sym_U_DQUOTE] = ACTIONS(3453), [anon_sym_u8_DQUOTE] = ACTIONS(3453), [anon_sym_DQUOTE] = ACTIONS(3453), [sym_true] = ACTIONS(3451), [sym_false] = ACTIONS(3451), [anon_sym_NULL] = ACTIONS(3451), [anon_sym_nullptr] = ACTIONS(3451), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3451), [anon_sym_decltype] = ACTIONS(3451), [anon_sym_virtual] = ACTIONS(3451), [anon_sym_explicit] = ACTIONS(3451), [anon_sym_typename] = ACTIONS(3451), [anon_sym_template] = ACTIONS(3451), [anon_sym_operator] = ACTIONS(3451), [anon_sym_try] = ACTIONS(3451), [anon_sym_delete] = ACTIONS(3451), [anon_sym_throw] = ACTIONS(3451), [anon_sym_namespace] = ACTIONS(3451), [anon_sym_using] = ACTIONS(3451), [anon_sym_static_assert] = ACTIONS(3451), [anon_sym_concept] = ACTIONS(3451), [anon_sym_co_return] = ACTIONS(3451), [anon_sym_co_yield] = ACTIONS(3451), [anon_sym_R_DQUOTE] = ACTIONS(3453), [anon_sym_LR_DQUOTE] = ACTIONS(3453), [anon_sym_uR_DQUOTE] = ACTIONS(3453), [anon_sym_UR_DQUOTE] = ACTIONS(3453), [anon_sym_u8R_DQUOTE] = ACTIONS(3453), [anon_sym_co_await] = ACTIONS(3451), [anon_sym_new] = ACTIONS(3451), [anon_sym_requires] = ACTIONS(3451), [sym_this] = ACTIONS(3451), }, [788] = { [sym_identifier] = ACTIONS(3445), [aux_sym_preproc_include_token1] = ACTIONS(3445), [aux_sym_preproc_def_token1] = ACTIONS(3445), [aux_sym_preproc_if_token1] = ACTIONS(3445), [aux_sym_preproc_if_token2] = ACTIONS(3445), [aux_sym_preproc_ifdef_token1] = ACTIONS(3445), [aux_sym_preproc_ifdef_token2] = ACTIONS(3445), [aux_sym_preproc_else_token1] = ACTIONS(3445), [aux_sym_preproc_elif_token1] = ACTIONS(3445), [sym_preproc_directive] = ACTIONS(3445), [anon_sym_LPAREN2] = ACTIONS(3447), [anon_sym_BANG] = ACTIONS(3447), [anon_sym_TILDE] = ACTIONS(3447), [anon_sym_DASH] = ACTIONS(3445), [anon_sym_PLUS] = ACTIONS(3445), [anon_sym_STAR] = ACTIONS(3447), [anon_sym_AMP_AMP] = ACTIONS(3447), [anon_sym_AMP] = ACTIONS(3445), [anon_sym_SEMI] = ACTIONS(3447), [anon_sym_typedef] = ACTIONS(3445), [anon_sym_extern] = ACTIONS(3445), [anon_sym___attribute__] = ACTIONS(3445), [anon_sym_COLON_COLON] = ACTIONS(3447), [anon_sym_LBRACK_LBRACK] = ACTIONS(3447), [anon_sym___declspec] = ACTIONS(3445), [anon_sym___based] = ACTIONS(3445), [anon_sym___cdecl] = ACTIONS(3445), [anon_sym___clrcall] = ACTIONS(3445), [anon_sym___stdcall] = ACTIONS(3445), [anon_sym___fastcall] = ACTIONS(3445), [anon_sym___thiscall] = ACTIONS(3445), [anon_sym___vectorcall] = ACTIONS(3445), [anon_sym_LBRACE] = ACTIONS(3447), [anon_sym_signed] = ACTIONS(3445), [anon_sym_unsigned] = ACTIONS(3445), [anon_sym_long] = ACTIONS(3445), [anon_sym_short] = ACTIONS(3445), [anon_sym_LBRACK] = ACTIONS(3445), [anon_sym_static] = ACTIONS(3445), [anon_sym_register] = ACTIONS(3445), [anon_sym_inline] = ACTIONS(3445), [anon_sym_thread_local] = ACTIONS(3445), [anon_sym_const] = ACTIONS(3445), [anon_sym_constexpr] = ACTIONS(3445), [anon_sym_volatile] = ACTIONS(3445), [anon_sym_restrict] = ACTIONS(3445), [anon_sym___restrict__] = ACTIONS(3445), [anon_sym__Atomic] = ACTIONS(3445), [anon_sym__Noreturn] = ACTIONS(3445), [anon_sym_noreturn] = ACTIONS(3445), [anon_sym_mutable] = ACTIONS(3445), [anon_sym_constinit] = ACTIONS(3445), [anon_sym_consteval] = ACTIONS(3445), [sym_primitive_type] = ACTIONS(3445), [anon_sym_enum] = ACTIONS(3445), [anon_sym_class] = ACTIONS(3445), [anon_sym_struct] = ACTIONS(3445), [anon_sym_union] = ACTIONS(3445), [anon_sym_if] = ACTIONS(3445), [anon_sym_switch] = ACTIONS(3445), [anon_sym_case] = ACTIONS(3445), [anon_sym_default] = ACTIONS(3445), [anon_sym_while] = ACTIONS(3445), [anon_sym_do] = ACTIONS(3445), [anon_sym_for] = ACTIONS(3445), [anon_sym_return] = ACTIONS(3445), [anon_sym_break] = ACTIONS(3445), [anon_sym_continue] = ACTIONS(3445), [anon_sym_goto] = ACTIONS(3445), [anon_sym_not] = ACTIONS(3445), [anon_sym_compl] = ACTIONS(3445), [anon_sym_DASH_DASH] = ACTIONS(3447), [anon_sym_PLUS_PLUS] = ACTIONS(3447), [anon_sym_sizeof] = ACTIONS(3445), [anon_sym_offsetof] = ACTIONS(3445), [anon_sym__Generic] = ACTIONS(3445), [anon_sym_asm] = ACTIONS(3445), [anon_sym___asm__] = ACTIONS(3445), [sym_number_literal] = ACTIONS(3447), [anon_sym_L_SQUOTE] = ACTIONS(3447), [anon_sym_u_SQUOTE] = ACTIONS(3447), [anon_sym_U_SQUOTE] = ACTIONS(3447), [anon_sym_u8_SQUOTE] = ACTIONS(3447), [anon_sym_SQUOTE] = ACTIONS(3447), [anon_sym_L_DQUOTE] = ACTIONS(3447), [anon_sym_u_DQUOTE] = ACTIONS(3447), [anon_sym_U_DQUOTE] = ACTIONS(3447), [anon_sym_u8_DQUOTE] = ACTIONS(3447), [anon_sym_DQUOTE] = ACTIONS(3447), [sym_true] = ACTIONS(3445), [sym_false] = ACTIONS(3445), [anon_sym_NULL] = ACTIONS(3445), [anon_sym_nullptr] = ACTIONS(3445), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3445), [anon_sym_decltype] = ACTIONS(3445), [anon_sym_virtual] = ACTIONS(3445), [anon_sym_explicit] = ACTIONS(3445), [anon_sym_typename] = ACTIONS(3445), [anon_sym_template] = ACTIONS(3445), [anon_sym_operator] = ACTIONS(3445), [anon_sym_try] = ACTIONS(3445), [anon_sym_delete] = ACTIONS(3445), [anon_sym_throw] = ACTIONS(3445), [anon_sym_namespace] = ACTIONS(3445), [anon_sym_using] = ACTIONS(3445), [anon_sym_static_assert] = ACTIONS(3445), [anon_sym_concept] = ACTIONS(3445), [anon_sym_co_return] = ACTIONS(3445), [anon_sym_co_yield] = ACTIONS(3445), [anon_sym_R_DQUOTE] = ACTIONS(3447), [anon_sym_LR_DQUOTE] = ACTIONS(3447), [anon_sym_uR_DQUOTE] = ACTIONS(3447), [anon_sym_UR_DQUOTE] = ACTIONS(3447), [anon_sym_u8R_DQUOTE] = ACTIONS(3447), [anon_sym_co_await] = ACTIONS(3445), [anon_sym_new] = ACTIONS(3445), [anon_sym_requires] = ACTIONS(3445), [sym_this] = ACTIONS(3445), }, [789] = { [sym_identifier] = ACTIONS(3391), [aux_sym_preproc_include_token1] = ACTIONS(3391), [aux_sym_preproc_def_token1] = ACTIONS(3391), [aux_sym_preproc_if_token1] = ACTIONS(3391), [aux_sym_preproc_if_token2] = ACTIONS(3391), [aux_sym_preproc_ifdef_token1] = ACTIONS(3391), [aux_sym_preproc_ifdef_token2] = ACTIONS(3391), [aux_sym_preproc_else_token1] = ACTIONS(3391), [aux_sym_preproc_elif_token1] = ACTIONS(3391), [sym_preproc_directive] = ACTIONS(3391), [anon_sym_LPAREN2] = ACTIONS(3393), [anon_sym_BANG] = ACTIONS(3393), [anon_sym_TILDE] = ACTIONS(3393), [anon_sym_DASH] = ACTIONS(3391), [anon_sym_PLUS] = ACTIONS(3391), [anon_sym_STAR] = ACTIONS(3393), [anon_sym_AMP_AMP] = ACTIONS(3393), [anon_sym_AMP] = ACTIONS(3391), [anon_sym_SEMI] = ACTIONS(3393), [anon_sym_typedef] = ACTIONS(3391), [anon_sym_extern] = ACTIONS(3391), [anon_sym___attribute__] = ACTIONS(3391), [anon_sym_COLON_COLON] = ACTIONS(3393), [anon_sym_LBRACK_LBRACK] = ACTIONS(3393), [anon_sym___declspec] = ACTIONS(3391), [anon_sym___based] = ACTIONS(3391), [anon_sym___cdecl] = ACTIONS(3391), [anon_sym___clrcall] = ACTIONS(3391), [anon_sym___stdcall] = ACTIONS(3391), [anon_sym___fastcall] = ACTIONS(3391), [anon_sym___thiscall] = ACTIONS(3391), [anon_sym___vectorcall] = ACTIONS(3391), [anon_sym_LBRACE] = ACTIONS(3393), [anon_sym_signed] = ACTIONS(3391), [anon_sym_unsigned] = ACTIONS(3391), [anon_sym_long] = ACTIONS(3391), [anon_sym_short] = ACTIONS(3391), [anon_sym_LBRACK] = ACTIONS(3391), [anon_sym_static] = ACTIONS(3391), [anon_sym_register] = ACTIONS(3391), [anon_sym_inline] = ACTIONS(3391), [anon_sym_thread_local] = ACTIONS(3391), [anon_sym_const] = ACTIONS(3391), [anon_sym_constexpr] = ACTIONS(3391), [anon_sym_volatile] = ACTIONS(3391), [anon_sym_restrict] = ACTIONS(3391), [anon_sym___restrict__] = ACTIONS(3391), [anon_sym__Atomic] = ACTIONS(3391), [anon_sym__Noreturn] = ACTIONS(3391), [anon_sym_noreturn] = ACTIONS(3391), [anon_sym_mutable] = ACTIONS(3391), [anon_sym_constinit] = ACTIONS(3391), [anon_sym_consteval] = ACTIONS(3391), [sym_primitive_type] = ACTIONS(3391), [anon_sym_enum] = ACTIONS(3391), [anon_sym_class] = ACTIONS(3391), [anon_sym_struct] = ACTIONS(3391), [anon_sym_union] = ACTIONS(3391), [anon_sym_if] = ACTIONS(3391), [anon_sym_switch] = ACTIONS(3391), [anon_sym_case] = ACTIONS(3391), [anon_sym_default] = ACTIONS(3391), [anon_sym_while] = ACTIONS(3391), [anon_sym_do] = ACTIONS(3391), [anon_sym_for] = ACTIONS(3391), [anon_sym_return] = ACTIONS(3391), [anon_sym_break] = ACTIONS(3391), [anon_sym_continue] = ACTIONS(3391), [anon_sym_goto] = ACTIONS(3391), [anon_sym_not] = ACTIONS(3391), [anon_sym_compl] = ACTIONS(3391), [anon_sym_DASH_DASH] = ACTIONS(3393), [anon_sym_PLUS_PLUS] = ACTIONS(3393), [anon_sym_sizeof] = ACTIONS(3391), [anon_sym_offsetof] = ACTIONS(3391), [anon_sym__Generic] = ACTIONS(3391), [anon_sym_asm] = ACTIONS(3391), [anon_sym___asm__] = ACTIONS(3391), [sym_number_literal] = ACTIONS(3393), [anon_sym_L_SQUOTE] = ACTIONS(3393), [anon_sym_u_SQUOTE] = ACTIONS(3393), [anon_sym_U_SQUOTE] = ACTIONS(3393), [anon_sym_u8_SQUOTE] = ACTIONS(3393), [anon_sym_SQUOTE] = ACTIONS(3393), [anon_sym_L_DQUOTE] = ACTIONS(3393), [anon_sym_u_DQUOTE] = ACTIONS(3393), [anon_sym_U_DQUOTE] = ACTIONS(3393), [anon_sym_u8_DQUOTE] = ACTIONS(3393), [anon_sym_DQUOTE] = ACTIONS(3393), [sym_true] = ACTIONS(3391), [sym_false] = ACTIONS(3391), [anon_sym_NULL] = ACTIONS(3391), [anon_sym_nullptr] = ACTIONS(3391), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3391), [anon_sym_decltype] = ACTIONS(3391), [anon_sym_virtual] = ACTIONS(3391), [anon_sym_explicit] = ACTIONS(3391), [anon_sym_typename] = ACTIONS(3391), [anon_sym_template] = ACTIONS(3391), [anon_sym_operator] = ACTIONS(3391), [anon_sym_try] = ACTIONS(3391), [anon_sym_delete] = ACTIONS(3391), [anon_sym_throw] = ACTIONS(3391), [anon_sym_namespace] = ACTIONS(3391), [anon_sym_using] = ACTIONS(3391), [anon_sym_static_assert] = ACTIONS(3391), [anon_sym_concept] = ACTIONS(3391), [anon_sym_co_return] = ACTIONS(3391), [anon_sym_co_yield] = ACTIONS(3391), [anon_sym_R_DQUOTE] = ACTIONS(3393), [anon_sym_LR_DQUOTE] = ACTIONS(3393), [anon_sym_uR_DQUOTE] = ACTIONS(3393), [anon_sym_UR_DQUOTE] = ACTIONS(3393), [anon_sym_u8R_DQUOTE] = ACTIONS(3393), [anon_sym_co_await] = ACTIONS(3391), [anon_sym_new] = ACTIONS(3391), [anon_sym_requires] = ACTIONS(3391), [sym_this] = ACTIONS(3391), }, [790] = { [sym_identifier] = ACTIONS(3367), [aux_sym_preproc_include_token1] = ACTIONS(3367), [aux_sym_preproc_def_token1] = ACTIONS(3367), [aux_sym_preproc_if_token1] = ACTIONS(3367), [aux_sym_preproc_if_token2] = ACTIONS(3367), [aux_sym_preproc_ifdef_token1] = ACTIONS(3367), [aux_sym_preproc_ifdef_token2] = ACTIONS(3367), [aux_sym_preproc_else_token1] = ACTIONS(3367), [aux_sym_preproc_elif_token1] = ACTIONS(3367), [sym_preproc_directive] = ACTIONS(3367), [anon_sym_LPAREN2] = ACTIONS(3369), [anon_sym_BANG] = ACTIONS(3369), [anon_sym_TILDE] = ACTIONS(3369), [anon_sym_DASH] = ACTIONS(3367), [anon_sym_PLUS] = ACTIONS(3367), [anon_sym_STAR] = ACTIONS(3369), [anon_sym_AMP_AMP] = ACTIONS(3369), [anon_sym_AMP] = ACTIONS(3367), [anon_sym_SEMI] = ACTIONS(3369), [anon_sym_typedef] = ACTIONS(3367), [anon_sym_extern] = ACTIONS(3367), [anon_sym___attribute__] = ACTIONS(3367), [anon_sym_COLON_COLON] = ACTIONS(3369), [anon_sym_LBRACK_LBRACK] = ACTIONS(3369), [anon_sym___declspec] = ACTIONS(3367), [anon_sym___based] = ACTIONS(3367), [anon_sym___cdecl] = ACTIONS(3367), [anon_sym___clrcall] = ACTIONS(3367), [anon_sym___stdcall] = ACTIONS(3367), [anon_sym___fastcall] = ACTIONS(3367), [anon_sym___thiscall] = ACTIONS(3367), [anon_sym___vectorcall] = ACTIONS(3367), [anon_sym_LBRACE] = ACTIONS(3369), [anon_sym_signed] = ACTIONS(3367), [anon_sym_unsigned] = ACTIONS(3367), [anon_sym_long] = ACTIONS(3367), [anon_sym_short] = ACTIONS(3367), [anon_sym_LBRACK] = ACTIONS(3367), [anon_sym_static] = ACTIONS(3367), [anon_sym_register] = ACTIONS(3367), [anon_sym_inline] = ACTIONS(3367), [anon_sym_thread_local] = ACTIONS(3367), [anon_sym_const] = ACTIONS(3367), [anon_sym_constexpr] = ACTIONS(3367), [anon_sym_volatile] = ACTIONS(3367), [anon_sym_restrict] = ACTIONS(3367), [anon_sym___restrict__] = ACTIONS(3367), [anon_sym__Atomic] = ACTIONS(3367), [anon_sym__Noreturn] = ACTIONS(3367), [anon_sym_noreturn] = ACTIONS(3367), [anon_sym_mutable] = ACTIONS(3367), [anon_sym_constinit] = ACTIONS(3367), [anon_sym_consteval] = ACTIONS(3367), [sym_primitive_type] = ACTIONS(3367), [anon_sym_enum] = ACTIONS(3367), [anon_sym_class] = ACTIONS(3367), [anon_sym_struct] = ACTIONS(3367), [anon_sym_union] = ACTIONS(3367), [anon_sym_if] = ACTIONS(3367), [anon_sym_switch] = ACTIONS(3367), [anon_sym_case] = ACTIONS(3367), [anon_sym_default] = ACTIONS(3367), [anon_sym_while] = ACTIONS(3367), [anon_sym_do] = ACTIONS(3367), [anon_sym_for] = ACTIONS(3367), [anon_sym_return] = ACTIONS(3367), [anon_sym_break] = ACTIONS(3367), [anon_sym_continue] = ACTIONS(3367), [anon_sym_goto] = ACTIONS(3367), [anon_sym_not] = ACTIONS(3367), [anon_sym_compl] = ACTIONS(3367), [anon_sym_DASH_DASH] = ACTIONS(3369), [anon_sym_PLUS_PLUS] = ACTIONS(3369), [anon_sym_sizeof] = ACTIONS(3367), [anon_sym_offsetof] = ACTIONS(3367), [anon_sym__Generic] = ACTIONS(3367), [anon_sym_asm] = ACTIONS(3367), [anon_sym___asm__] = ACTIONS(3367), [sym_number_literal] = ACTIONS(3369), [anon_sym_L_SQUOTE] = ACTIONS(3369), [anon_sym_u_SQUOTE] = ACTIONS(3369), [anon_sym_U_SQUOTE] = ACTIONS(3369), [anon_sym_u8_SQUOTE] = ACTIONS(3369), [anon_sym_SQUOTE] = ACTIONS(3369), [anon_sym_L_DQUOTE] = ACTIONS(3369), [anon_sym_u_DQUOTE] = ACTIONS(3369), [anon_sym_U_DQUOTE] = ACTIONS(3369), [anon_sym_u8_DQUOTE] = ACTIONS(3369), [anon_sym_DQUOTE] = ACTIONS(3369), [sym_true] = ACTIONS(3367), [sym_false] = ACTIONS(3367), [anon_sym_NULL] = ACTIONS(3367), [anon_sym_nullptr] = ACTIONS(3367), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3367), [anon_sym_decltype] = ACTIONS(3367), [anon_sym_virtual] = ACTIONS(3367), [anon_sym_explicit] = ACTIONS(3367), [anon_sym_typename] = ACTIONS(3367), [anon_sym_template] = ACTIONS(3367), [anon_sym_operator] = ACTIONS(3367), [anon_sym_try] = ACTIONS(3367), [anon_sym_delete] = ACTIONS(3367), [anon_sym_throw] = ACTIONS(3367), [anon_sym_namespace] = ACTIONS(3367), [anon_sym_using] = ACTIONS(3367), [anon_sym_static_assert] = ACTIONS(3367), [anon_sym_concept] = ACTIONS(3367), [anon_sym_co_return] = ACTIONS(3367), [anon_sym_co_yield] = ACTIONS(3367), [anon_sym_R_DQUOTE] = ACTIONS(3369), [anon_sym_LR_DQUOTE] = ACTIONS(3369), [anon_sym_uR_DQUOTE] = ACTIONS(3369), [anon_sym_UR_DQUOTE] = ACTIONS(3369), [anon_sym_u8R_DQUOTE] = ACTIONS(3369), [anon_sym_co_await] = ACTIONS(3367), [anon_sym_new] = ACTIONS(3367), [anon_sym_requires] = ACTIONS(3367), [sym_this] = ACTIONS(3367), }, [791] = { [sym_identifier] = ACTIONS(2538), [aux_sym_preproc_include_token1] = ACTIONS(2538), [aux_sym_preproc_def_token1] = ACTIONS(2538), [aux_sym_preproc_if_token1] = ACTIONS(2538), [aux_sym_preproc_if_token2] = ACTIONS(2538), [aux_sym_preproc_ifdef_token1] = ACTIONS(2538), [aux_sym_preproc_ifdef_token2] = ACTIONS(2538), [sym_preproc_directive] = ACTIONS(2538), [anon_sym_LPAREN2] = ACTIONS(2536), [anon_sym_BANG] = ACTIONS(2536), [anon_sym_TILDE] = ACTIONS(2536), [anon_sym_DASH] = ACTIONS(2538), [anon_sym_PLUS] = ACTIONS(2538), [anon_sym_STAR] = ACTIONS(2536), [anon_sym_AMP_AMP] = ACTIONS(2536), [anon_sym_AMP] = ACTIONS(2538), [anon_sym_SEMI] = ACTIONS(2536), [anon_sym_typedef] = ACTIONS(2538), [anon_sym_extern] = ACTIONS(2538), [anon_sym___attribute__] = ACTIONS(2538), [anon_sym_COLON_COLON] = ACTIONS(2536), [anon_sym_LBRACK_LBRACK] = ACTIONS(2536), [anon_sym___declspec] = ACTIONS(2538), [anon_sym___based] = ACTIONS(2538), [anon_sym___cdecl] = ACTIONS(2538), [anon_sym___clrcall] = ACTIONS(2538), [anon_sym___stdcall] = ACTIONS(2538), [anon_sym___fastcall] = ACTIONS(2538), [anon_sym___thiscall] = ACTIONS(2538), [anon_sym___vectorcall] = ACTIONS(2538), [anon_sym_LBRACE] = ACTIONS(2536), [anon_sym_signed] = ACTIONS(2538), [anon_sym_unsigned] = ACTIONS(2538), [anon_sym_long] = ACTIONS(2538), [anon_sym_short] = ACTIONS(2538), [anon_sym_LBRACK] = ACTIONS(2538), [anon_sym_static] = ACTIONS(2538), [anon_sym_register] = ACTIONS(2538), [anon_sym_inline] = ACTIONS(2538), [anon_sym_thread_local] = ACTIONS(2538), [anon_sym_const] = ACTIONS(2538), [anon_sym_constexpr] = ACTIONS(2538), [anon_sym_volatile] = ACTIONS(2538), [anon_sym_restrict] = ACTIONS(2538), [anon_sym___restrict__] = ACTIONS(2538), [anon_sym__Atomic] = ACTIONS(2538), [anon_sym__Noreturn] = ACTIONS(2538), [anon_sym_noreturn] = ACTIONS(2538), [anon_sym_mutable] = ACTIONS(2538), [anon_sym_constinit] = ACTIONS(2538), [anon_sym_consteval] = ACTIONS(2538), [sym_primitive_type] = ACTIONS(2538), [anon_sym_enum] = ACTIONS(2538), [anon_sym_class] = ACTIONS(2538), [anon_sym_struct] = ACTIONS(2538), [anon_sym_union] = ACTIONS(2538), [anon_sym_if] = ACTIONS(2538), [anon_sym_else] = ACTIONS(2538), [anon_sym_switch] = ACTIONS(2538), [anon_sym_case] = ACTIONS(2538), [anon_sym_default] = ACTIONS(2538), [anon_sym_while] = ACTIONS(2538), [anon_sym_do] = ACTIONS(2538), [anon_sym_for] = ACTIONS(2538), [anon_sym_return] = ACTIONS(2538), [anon_sym_break] = ACTIONS(2538), [anon_sym_continue] = ACTIONS(2538), [anon_sym_goto] = ACTIONS(2538), [anon_sym_not] = ACTIONS(2538), [anon_sym_compl] = ACTIONS(2538), [anon_sym_DASH_DASH] = ACTIONS(2536), [anon_sym_PLUS_PLUS] = ACTIONS(2536), [anon_sym_sizeof] = ACTIONS(2538), [anon_sym_offsetof] = ACTIONS(2538), [anon_sym__Generic] = ACTIONS(2538), [anon_sym_asm] = ACTIONS(2538), [anon_sym___asm__] = ACTIONS(2538), [sym_number_literal] = ACTIONS(2536), [anon_sym_L_SQUOTE] = ACTIONS(2536), [anon_sym_u_SQUOTE] = ACTIONS(2536), [anon_sym_U_SQUOTE] = ACTIONS(2536), [anon_sym_u8_SQUOTE] = ACTIONS(2536), [anon_sym_SQUOTE] = ACTIONS(2536), [anon_sym_L_DQUOTE] = ACTIONS(2536), [anon_sym_u_DQUOTE] = ACTIONS(2536), [anon_sym_U_DQUOTE] = ACTIONS(2536), [anon_sym_u8_DQUOTE] = ACTIONS(2536), [anon_sym_DQUOTE] = ACTIONS(2536), [sym_true] = ACTIONS(2538), [sym_false] = ACTIONS(2538), [anon_sym_NULL] = ACTIONS(2538), [anon_sym_nullptr] = ACTIONS(2538), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2538), [anon_sym_decltype] = ACTIONS(2538), [anon_sym_virtual] = ACTIONS(2538), [anon_sym_explicit] = ACTIONS(2538), [anon_sym_typename] = ACTIONS(2538), [anon_sym_template] = ACTIONS(2538), [anon_sym_operator] = ACTIONS(2538), [anon_sym_try] = ACTIONS(2538), [anon_sym_delete] = ACTIONS(2538), [anon_sym_throw] = ACTIONS(2538), [anon_sym_namespace] = ACTIONS(2538), [anon_sym_using] = ACTIONS(2538), [anon_sym_static_assert] = ACTIONS(2538), [anon_sym_concept] = ACTIONS(2538), [anon_sym_co_return] = ACTIONS(2538), [anon_sym_co_yield] = ACTIONS(2538), [anon_sym_catch] = ACTIONS(2538), [anon_sym_R_DQUOTE] = ACTIONS(2536), [anon_sym_LR_DQUOTE] = ACTIONS(2536), [anon_sym_uR_DQUOTE] = ACTIONS(2536), [anon_sym_UR_DQUOTE] = ACTIONS(2536), [anon_sym_u8R_DQUOTE] = ACTIONS(2536), [anon_sym_co_await] = ACTIONS(2538), [anon_sym_new] = ACTIONS(2538), [anon_sym_requires] = ACTIONS(2538), [sym_this] = ACTIONS(2538), }, [792] = { [sym_identifier] = ACTIONS(3363), [aux_sym_preproc_include_token1] = ACTIONS(3363), [aux_sym_preproc_def_token1] = ACTIONS(3363), [aux_sym_preproc_if_token1] = ACTIONS(3363), [aux_sym_preproc_if_token2] = ACTIONS(3363), [aux_sym_preproc_ifdef_token1] = ACTIONS(3363), [aux_sym_preproc_ifdef_token2] = ACTIONS(3363), [aux_sym_preproc_else_token1] = ACTIONS(3363), [aux_sym_preproc_elif_token1] = ACTIONS(3363), [sym_preproc_directive] = ACTIONS(3363), [anon_sym_LPAREN2] = ACTIONS(3365), [anon_sym_BANG] = ACTIONS(3365), [anon_sym_TILDE] = ACTIONS(3365), [anon_sym_DASH] = ACTIONS(3363), [anon_sym_PLUS] = ACTIONS(3363), [anon_sym_STAR] = ACTIONS(3365), [anon_sym_AMP_AMP] = ACTIONS(3365), [anon_sym_AMP] = ACTIONS(3363), [anon_sym_SEMI] = ACTIONS(3365), [anon_sym_typedef] = ACTIONS(3363), [anon_sym_extern] = ACTIONS(3363), [anon_sym___attribute__] = ACTIONS(3363), [anon_sym_COLON_COLON] = ACTIONS(3365), [anon_sym_LBRACK_LBRACK] = ACTIONS(3365), [anon_sym___declspec] = ACTIONS(3363), [anon_sym___based] = ACTIONS(3363), [anon_sym___cdecl] = ACTIONS(3363), [anon_sym___clrcall] = ACTIONS(3363), [anon_sym___stdcall] = ACTIONS(3363), [anon_sym___fastcall] = ACTIONS(3363), [anon_sym___thiscall] = ACTIONS(3363), [anon_sym___vectorcall] = ACTIONS(3363), [anon_sym_LBRACE] = ACTIONS(3365), [anon_sym_signed] = ACTIONS(3363), [anon_sym_unsigned] = ACTIONS(3363), [anon_sym_long] = ACTIONS(3363), [anon_sym_short] = ACTIONS(3363), [anon_sym_LBRACK] = ACTIONS(3363), [anon_sym_static] = ACTIONS(3363), [anon_sym_register] = ACTIONS(3363), [anon_sym_inline] = ACTIONS(3363), [anon_sym_thread_local] = ACTIONS(3363), [anon_sym_const] = ACTIONS(3363), [anon_sym_constexpr] = ACTIONS(3363), [anon_sym_volatile] = ACTIONS(3363), [anon_sym_restrict] = ACTIONS(3363), [anon_sym___restrict__] = ACTIONS(3363), [anon_sym__Atomic] = ACTIONS(3363), [anon_sym__Noreturn] = ACTIONS(3363), [anon_sym_noreturn] = ACTIONS(3363), [anon_sym_mutable] = ACTIONS(3363), [anon_sym_constinit] = ACTIONS(3363), [anon_sym_consteval] = ACTIONS(3363), [sym_primitive_type] = ACTIONS(3363), [anon_sym_enum] = ACTIONS(3363), [anon_sym_class] = ACTIONS(3363), [anon_sym_struct] = ACTIONS(3363), [anon_sym_union] = ACTIONS(3363), [anon_sym_if] = ACTIONS(3363), [anon_sym_switch] = ACTIONS(3363), [anon_sym_case] = ACTIONS(3363), [anon_sym_default] = ACTIONS(3363), [anon_sym_while] = ACTIONS(3363), [anon_sym_do] = ACTIONS(3363), [anon_sym_for] = ACTIONS(3363), [anon_sym_return] = ACTIONS(3363), [anon_sym_break] = ACTIONS(3363), [anon_sym_continue] = ACTIONS(3363), [anon_sym_goto] = ACTIONS(3363), [anon_sym_not] = ACTIONS(3363), [anon_sym_compl] = ACTIONS(3363), [anon_sym_DASH_DASH] = ACTIONS(3365), [anon_sym_PLUS_PLUS] = ACTIONS(3365), [anon_sym_sizeof] = ACTIONS(3363), [anon_sym_offsetof] = ACTIONS(3363), [anon_sym__Generic] = ACTIONS(3363), [anon_sym_asm] = ACTIONS(3363), [anon_sym___asm__] = ACTIONS(3363), [sym_number_literal] = ACTIONS(3365), [anon_sym_L_SQUOTE] = ACTIONS(3365), [anon_sym_u_SQUOTE] = ACTIONS(3365), [anon_sym_U_SQUOTE] = ACTIONS(3365), [anon_sym_u8_SQUOTE] = ACTIONS(3365), [anon_sym_SQUOTE] = ACTIONS(3365), [anon_sym_L_DQUOTE] = ACTIONS(3365), [anon_sym_u_DQUOTE] = ACTIONS(3365), [anon_sym_U_DQUOTE] = ACTIONS(3365), [anon_sym_u8_DQUOTE] = ACTIONS(3365), [anon_sym_DQUOTE] = ACTIONS(3365), [sym_true] = ACTIONS(3363), [sym_false] = ACTIONS(3363), [anon_sym_NULL] = ACTIONS(3363), [anon_sym_nullptr] = ACTIONS(3363), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3363), [anon_sym_decltype] = ACTIONS(3363), [anon_sym_virtual] = ACTIONS(3363), [anon_sym_explicit] = ACTIONS(3363), [anon_sym_typename] = ACTIONS(3363), [anon_sym_template] = ACTIONS(3363), [anon_sym_operator] = ACTIONS(3363), [anon_sym_try] = ACTIONS(3363), [anon_sym_delete] = ACTIONS(3363), [anon_sym_throw] = ACTIONS(3363), [anon_sym_namespace] = ACTIONS(3363), [anon_sym_using] = ACTIONS(3363), [anon_sym_static_assert] = ACTIONS(3363), [anon_sym_concept] = ACTIONS(3363), [anon_sym_co_return] = ACTIONS(3363), [anon_sym_co_yield] = ACTIONS(3363), [anon_sym_R_DQUOTE] = ACTIONS(3365), [anon_sym_LR_DQUOTE] = ACTIONS(3365), [anon_sym_uR_DQUOTE] = ACTIONS(3365), [anon_sym_UR_DQUOTE] = ACTIONS(3365), [anon_sym_u8R_DQUOTE] = ACTIONS(3365), [anon_sym_co_await] = ACTIONS(3363), [anon_sym_new] = ACTIONS(3363), [anon_sym_requires] = ACTIONS(3363), [sym_this] = ACTIONS(3363), }, [793] = { [sym_identifier] = ACTIONS(3341), [aux_sym_preproc_include_token1] = ACTIONS(3341), [aux_sym_preproc_def_token1] = ACTIONS(3341), [aux_sym_preproc_if_token1] = ACTIONS(3341), [aux_sym_preproc_if_token2] = ACTIONS(3341), [aux_sym_preproc_ifdef_token1] = ACTIONS(3341), [aux_sym_preproc_ifdef_token2] = ACTIONS(3341), [aux_sym_preproc_else_token1] = ACTIONS(3341), [aux_sym_preproc_elif_token1] = ACTIONS(3341), [sym_preproc_directive] = ACTIONS(3341), [anon_sym_LPAREN2] = ACTIONS(3343), [anon_sym_BANG] = ACTIONS(3343), [anon_sym_TILDE] = ACTIONS(3343), [anon_sym_DASH] = ACTIONS(3341), [anon_sym_PLUS] = ACTIONS(3341), [anon_sym_STAR] = ACTIONS(3343), [anon_sym_AMP_AMP] = ACTIONS(3343), [anon_sym_AMP] = ACTIONS(3341), [anon_sym_SEMI] = ACTIONS(3343), [anon_sym_typedef] = ACTIONS(3341), [anon_sym_extern] = ACTIONS(3341), [anon_sym___attribute__] = ACTIONS(3341), [anon_sym_COLON_COLON] = ACTIONS(3343), [anon_sym_LBRACK_LBRACK] = ACTIONS(3343), [anon_sym___declspec] = ACTIONS(3341), [anon_sym___based] = ACTIONS(3341), [anon_sym___cdecl] = ACTIONS(3341), [anon_sym___clrcall] = ACTIONS(3341), [anon_sym___stdcall] = ACTIONS(3341), [anon_sym___fastcall] = ACTIONS(3341), [anon_sym___thiscall] = ACTIONS(3341), [anon_sym___vectorcall] = ACTIONS(3341), [anon_sym_LBRACE] = ACTIONS(3343), [anon_sym_signed] = ACTIONS(3341), [anon_sym_unsigned] = ACTIONS(3341), [anon_sym_long] = ACTIONS(3341), [anon_sym_short] = ACTIONS(3341), [anon_sym_LBRACK] = ACTIONS(3341), [anon_sym_static] = ACTIONS(3341), [anon_sym_register] = ACTIONS(3341), [anon_sym_inline] = ACTIONS(3341), [anon_sym_thread_local] = ACTIONS(3341), [anon_sym_const] = ACTIONS(3341), [anon_sym_constexpr] = ACTIONS(3341), [anon_sym_volatile] = ACTIONS(3341), [anon_sym_restrict] = ACTIONS(3341), [anon_sym___restrict__] = ACTIONS(3341), [anon_sym__Atomic] = ACTIONS(3341), [anon_sym__Noreturn] = ACTIONS(3341), [anon_sym_noreturn] = ACTIONS(3341), [anon_sym_mutable] = ACTIONS(3341), [anon_sym_constinit] = ACTIONS(3341), [anon_sym_consteval] = ACTIONS(3341), [sym_primitive_type] = ACTIONS(3341), [anon_sym_enum] = ACTIONS(3341), [anon_sym_class] = ACTIONS(3341), [anon_sym_struct] = ACTIONS(3341), [anon_sym_union] = ACTIONS(3341), [anon_sym_if] = ACTIONS(3341), [anon_sym_switch] = ACTIONS(3341), [anon_sym_case] = ACTIONS(3341), [anon_sym_default] = ACTIONS(3341), [anon_sym_while] = ACTIONS(3341), [anon_sym_do] = ACTIONS(3341), [anon_sym_for] = ACTIONS(3341), [anon_sym_return] = ACTIONS(3341), [anon_sym_break] = ACTIONS(3341), [anon_sym_continue] = ACTIONS(3341), [anon_sym_goto] = ACTIONS(3341), [anon_sym_not] = ACTIONS(3341), [anon_sym_compl] = ACTIONS(3341), [anon_sym_DASH_DASH] = ACTIONS(3343), [anon_sym_PLUS_PLUS] = ACTIONS(3343), [anon_sym_sizeof] = ACTIONS(3341), [anon_sym_offsetof] = ACTIONS(3341), [anon_sym__Generic] = ACTIONS(3341), [anon_sym_asm] = ACTIONS(3341), [anon_sym___asm__] = ACTIONS(3341), [sym_number_literal] = ACTIONS(3343), [anon_sym_L_SQUOTE] = ACTIONS(3343), [anon_sym_u_SQUOTE] = ACTIONS(3343), [anon_sym_U_SQUOTE] = ACTIONS(3343), [anon_sym_u8_SQUOTE] = ACTIONS(3343), [anon_sym_SQUOTE] = ACTIONS(3343), [anon_sym_L_DQUOTE] = ACTIONS(3343), [anon_sym_u_DQUOTE] = ACTIONS(3343), [anon_sym_U_DQUOTE] = ACTIONS(3343), [anon_sym_u8_DQUOTE] = ACTIONS(3343), [anon_sym_DQUOTE] = ACTIONS(3343), [sym_true] = ACTIONS(3341), [sym_false] = ACTIONS(3341), [anon_sym_NULL] = ACTIONS(3341), [anon_sym_nullptr] = ACTIONS(3341), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3341), [anon_sym_decltype] = ACTIONS(3341), [anon_sym_virtual] = ACTIONS(3341), [anon_sym_explicit] = ACTIONS(3341), [anon_sym_typename] = ACTIONS(3341), [anon_sym_template] = ACTIONS(3341), [anon_sym_operator] = ACTIONS(3341), [anon_sym_try] = ACTIONS(3341), [anon_sym_delete] = ACTIONS(3341), [anon_sym_throw] = ACTIONS(3341), [anon_sym_namespace] = ACTIONS(3341), [anon_sym_using] = ACTIONS(3341), [anon_sym_static_assert] = ACTIONS(3341), [anon_sym_concept] = ACTIONS(3341), [anon_sym_co_return] = ACTIONS(3341), [anon_sym_co_yield] = ACTIONS(3341), [anon_sym_R_DQUOTE] = ACTIONS(3343), [anon_sym_LR_DQUOTE] = ACTIONS(3343), [anon_sym_uR_DQUOTE] = ACTIONS(3343), [anon_sym_UR_DQUOTE] = ACTIONS(3343), [anon_sym_u8R_DQUOTE] = ACTIONS(3343), [anon_sym_co_await] = ACTIONS(3341), [anon_sym_new] = ACTIONS(3341), [anon_sym_requires] = ACTIONS(3341), [sym_this] = ACTIONS(3341), }, [794] = { [sym_identifier] = ACTIONS(3291), [aux_sym_preproc_include_token1] = ACTIONS(3291), [aux_sym_preproc_def_token1] = ACTIONS(3291), [aux_sym_preproc_if_token1] = ACTIONS(3291), [aux_sym_preproc_if_token2] = ACTIONS(3291), [aux_sym_preproc_ifdef_token1] = ACTIONS(3291), [aux_sym_preproc_ifdef_token2] = ACTIONS(3291), [aux_sym_preproc_else_token1] = ACTIONS(3291), [aux_sym_preproc_elif_token1] = ACTIONS(3291), [sym_preproc_directive] = ACTIONS(3291), [anon_sym_LPAREN2] = ACTIONS(3293), [anon_sym_BANG] = ACTIONS(3293), [anon_sym_TILDE] = ACTIONS(3293), [anon_sym_DASH] = ACTIONS(3291), [anon_sym_PLUS] = ACTIONS(3291), [anon_sym_STAR] = ACTIONS(3293), [anon_sym_AMP_AMP] = ACTIONS(3293), [anon_sym_AMP] = ACTIONS(3291), [anon_sym_SEMI] = ACTIONS(3293), [anon_sym_typedef] = ACTIONS(3291), [anon_sym_extern] = ACTIONS(3291), [anon_sym___attribute__] = ACTIONS(3291), [anon_sym_COLON_COLON] = ACTIONS(3293), [anon_sym_LBRACK_LBRACK] = ACTIONS(3293), [anon_sym___declspec] = ACTIONS(3291), [anon_sym___based] = ACTIONS(3291), [anon_sym___cdecl] = ACTIONS(3291), [anon_sym___clrcall] = ACTIONS(3291), [anon_sym___stdcall] = ACTIONS(3291), [anon_sym___fastcall] = ACTIONS(3291), [anon_sym___thiscall] = ACTIONS(3291), [anon_sym___vectorcall] = ACTIONS(3291), [anon_sym_LBRACE] = ACTIONS(3293), [anon_sym_signed] = ACTIONS(3291), [anon_sym_unsigned] = ACTIONS(3291), [anon_sym_long] = ACTIONS(3291), [anon_sym_short] = ACTIONS(3291), [anon_sym_LBRACK] = ACTIONS(3291), [anon_sym_static] = ACTIONS(3291), [anon_sym_register] = ACTIONS(3291), [anon_sym_inline] = ACTIONS(3291), [anon_sym_thread_local] = ACTIONS(3291), [anon_sym_const] = ACTIONS(3291), [anon_sym_constexpr] = ACTIONS(3291), [anon_sym_volatile] = ACTIONS(3291), [anon_sym_restrict] = ACTIONS(3291), [anon_sym___restrict__] = ACTIONS(3291), [anon_sym__Atomic] = ACTIONS(3291), [anon_sym__Noreturn] = ACTIONS(3291), [anon_sym_noreturn] = ACTIONS(3291), [anon_sym_mutable] = ACTIONS(3291), [anon_sym_constinit] = ACTIONS(3291), [anon_sym_consteval] = ACTIONS(3291), [sym_primitive_type] = ACTIONS(3291), [anon_sym_enum] = ACTIONS(3291), [anon_sym_class] = ACTIONS(3291), [anon_sym_struct] = ACTIONS(3291), [anon_sym_union] = ACTIONS(3291), [anon_sym_if] = ACTIONS(3291), [anon_sym_switch] = ACTIONS(3291), [anon_sym_case] = ACTIONS(3291), [anon_sym_default] = ACTIONS(3291), [anon_sym_while] = ACTIONS(3291), [anon_sym_do] = ACTIONS(3291), [anon_sym_for] = ACTIONS(3291), [anon_sym_return] = ACTIONS(3291), [anon_sym_break] = ACTIONS(3291), [anon_sym_continue] = ACTIONS(3291), [anon_sym_goto] = ACTIONS(3291), [anon_sym_not] = ACTIONS(3291), [anon_sym_compl] = ACTIONS(3291), [anon_sym_DASH_DASH] = ACTIONS(3293), [anon_sym_PLUS_PLUS] = ACTIONS(3293), [anon_sym_sizeof] = ACTIONS(3291), [anon_sym_offsetof] = ACTIONS(3291), [anon_sym__Generic] = ACTIONS(3291), [anon_sym_asm] = ACTIONS(3291), [anon_sym___asm__] = ACTIONS(3291), [sym_number_literal] = ACTIONS(3293), [anon_sym_L_SQUOTE] = ACTIONS(3293), [anon_sym_u_SQUOTE] = ACTIONS(3293), [anon_sym_U_SQUOTE] = ACTIONS(3293), [anon_sym_u8_SQUOTE] = ACTIONS(3293), [anon_sym_SQUOTE] = ACTIONS(3293), [anon_sym_L_DQUOTE] = ACTIONS(3293), [anon_sym_u_DQUOTE] = ACTIONS(3293), [anon_sym_U_DQUOTE] = ACTIONS(3293), [anon_sym_u8_DQUOTE] = ACTIONS(3293), [anon_sym_DQUOTE] = ACTIONS(3293), [sym_true] = ACTIONS(3291), [sym_false] = ACTIONS(3291), [anon_sym_NULL] = ACTIONS(3291), [anon_sym_nullptr] = ACTIONS(3291), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3291), [anon_sym_decltype] = ACTIONS(3291), [anon_sym_virtual] = ACTIONS(3291), [anon_sym_explicit] = ACTIONS(3291), [anon_sym_typename] = ACTIONS(3291), [anon_sym_template] = ACTIONS(3291), [anon_sym_operator] = ACTIONS(3291), [anon_sym_try] = ACTIONS(3291), [anon_sym_delete] = ACTIONS(3291), [anon_sym_throw] = ACTIONS(3291), [anon_sym_namespace] = ACTIONS(3291), [anon_sym_using] = ACTIONS(3291), [anon_sym_static_assert] = ACTIONS(3291), [anon_sym_concept] = ACTIONS(3291), [anon_sym_co_return] = ACTIONS(3291), [anon_sym_co_yield] = ACTIONS(3291), [anon_sym_R_DQUOTE] = ACTIONS(3293), [anon_sym_LR_DQUOTE] = ACTIONS(3293), [anon_sym_uR_DQUOTE] = ACTIONS(3293), [anon_sym_UR_DQUOTE] = ACTIONS(3293), [anon_sym_u8R_DQUOTE] = ACTIONS(3293), [anon_sym_co_await] = ACTIONS(3291), [anon_sym_new] = ACTIONS(3291), [anon_sym_requires] = ACTIONS(3291), [sym_this] = ACTIONS(3291), }, [795] = { [sym_identifier] = ACTIONS(2538), [aux_sym_preproc_include_token1] = ACTIONS(2538), [aux_sym_preproc_def_token1] = ACTIONS(2538), [aux_sym_preproc_if_token1] = ACTIONS(2538), [aux_sym_preproc_ifdef_token1] = ACTIONS(2538), [aux_sym_preproc_ifdef_token2] = ACTIONS(2538), [sym_preproc_directive] = ACTIONS(2538), [anon_sym_LPAREN2] = ACTIONS(2536), [anon_sym_BANG] = ACTIONS(2536), [anon_sym_TILDE] = ACTIONS(2536), [anon_sym_DASH] = ACTIONS(2538), [anon_sym_PLUS] = ACTIONS(2538), [anon_sym_STAR] = ACTIONS(2536), [anon_sym_AMP_AMP] = ACTIONS(2536), [anon_sym_AMP] = ACTIONS(2538), [anon_sym_SEMI] = ACTIONS(2536), [anon_sym_typedef] = ACTIONS(2538), [anon_sym_extern] = ACTIONS(2538), [anon_sym___attribute__] = ACTIONS(2538), [anon_sym_COLON_COLON] = ACTIONS(2536), [anon_sym_LBRACK_LBRACK] = ACTIONS(2536), [anon_sym___declspec] = ACTIONS(2538), [anon_sym___based] = ACTIONS(2538), [anon_sym___cdecl] = ACTIONS(2538), [anon_sym___clrcall] = ACTIONS(2538), [anon_sym___stdcall] = ACTIONS(2538), [anon_sym___fastcall] = ACTIONS(2538), [anon_sym___thiscall] = ACTIONS(2538), [anon_sym___vectorcall] = ACTIONS(2538), [anon_sym_LBRACE] = ACTIONS(2536), [anon_sym_RBRACE] = ACTIONS(2536), [anon_sym_signed] = ACTIONS(2538), [anon_sym_unsigned] = ACTIONS(2538), [anon_sym_long] = ACTIONS(2538), [anon_sym_short] = ACTIONS(2538), [anon_sym_LBRACK] = ACTIONS(2538), [anon_sym_static] = ACTIONS(2538), [anon_sym_register] = ACTIONS(2538), [anon_sym_inline] = ACTIONS(2538), [anon_sym_thread_local] = ACTIONS(2538), [anon_sym_const] = ACTIONS(2538), [anon_sym_constexpr] = ACTIONS(2538), [anon_sym_volatile] = ACTIONS(2538), [anon_sym_restrict] = ACTIONS(2538), [anon_sym___restrict__] = ACTIONS(2538), [anon_sym__Atomic] = ACTIONS(2538), [anon_sym__Noreturn] = ACTIONS(2538), [anon_sym_noreturn] = ACTIONS(2538), [anon_sym_mutable] = ACTIONS(2538), [anon_sym_constinit] = ACTIONS(2538), [anon_sym_consteval] = ACTIONS(2538), [sym_primitive_type] = ACTIONS(2538), [anon_sym_enum] = ACTIONS(2538), [anon_sym_class] = ACTIONS(2538), [anon_sym_struct] = ACTIONS(2538), [anon_sym_union] = ACTIONS(2538), [anon_sym_if] = ACTIONS(2538), [anon_sym_else] = ACTIONS(2538), [anon_sym_switch] = ACTIONS(2538), [anon_sym_case] = ACTIONS(2538), [anon_sym_default] = ACTIONS(2538), [anon_sym_while] = ACTIONS(2538), [anon_sym_do] = ACTIONS(2538), [anon_sym_for] = ACTIONS(2538), [anon_sym_return] = ACTIONS(2538), [anon_sym_break] = ACTIONS(2538), [anon_sym_continue] = ACTIONS(2538), [anon_sym_goto] = ACTIONS(2538), [anon_sym_not] = ACTIONS(2538), [anon_sym_compl] = ACTIONS(2538), [anon_sym_DASH_DASH] = ACTIONS(2536), [anon_sym_PLUS_PLUS] = ACTIONS(2536), [anon_sym_sizeof] = ACTIONS(2538), [anon_sym_offsetof] = ACTIONS(2538), [anon_sym__Generic] = ACTIONS(2538), [anon_sym_asm] = ACTIONS(2538), [anon_sym___asm__] = ACTIONS(2538), [sym_number_literal] = ACTIONS(2536), [anon_sym_L_SQUOTE] = ACTIONS(2536), [anon_sym_u_SQUOTE] = ACTIONS(2536), [anon_sym_U_SQUOTE] = ACTIONS(2536), [anon_sym_u8_SQUOTE] = ACTIONS(2536), [anon_sym_SQUOTE] = ACTIONS(2536), [anon_sym_L_DQUOTE] = ACTIONS(2536), [anon_sym_u_DQUOTE] = ACTIONS(2536), [anon_sym_U_DQUOTE] = ACTIONS(2536), [anon_sym_u8_DQUOTE] = ACTIONS(2536), [anon_sym_DQUOTE] = ACTIONS(2536), [sym_true] = ACTIONS(2538), [sym_false] = ACTIONS(2538), [anon_sym_NULL] = ACTIONS(2538), [anon_sym_nullptr] = ACTIONS(2538), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2538), [anon_sym_decltype] = ACTIONS(2538), [anon_sym_virtual] = ACTIONS(2538), [anon_sym_explicit] = ACTIONS(2538), [anon_sym_typename] = ACTIONS(2538), [anon_sym_template] = ACTIONS(2538), [anon_sym_operator] = ACTIONS(2538), [anon_sym_try] = ACTIONS(2538), [anon_sym_delete] = ACTIONS(2538), [anon_sym_throw] = ACTIONS(2538), [anon_sym_namespace] = ACTIONS(2538), [anon_sym_using] = ACTIONS(2538), [anon_sym_static_assert] = ACTIONS(2538), [anon_sym_concept] = ACTIONS(2538), [anon_sym_co_return] = ACTIONS(2538), [anon_sym_co_yield] = ACTIONS(2538), [anon_sym_catch] = ACTIONS(2538), [anon_sym_R_DQUOTE] = ACTIONS(2536), [anon_sym_LR_DQUOTE] = ACTIONS(2536), [anon_sym_uR_DQUOTE] = ACTIONS(2536), [anon_sym_UR_DQUOTE] = ACTIONS(2536), [anon_sym_u8R_DQUOTE] = ACTIONS(2536), [anon_sym_co_await] = ACTIONS(2538), [anon_sym_new] = ACTIONS(2538), [anon_sym_requires] = ACTIONS(2538), [sym_this] = ACTIONS(2538), }, [796] = { [sym_identifier] = ACTIONS(3258), [aux_sym_preproc_include_token1] = ACTIONS(3258), [aux_sym_preproc_def_token1] = ACTIONS(3258), [aux_sym_preproc_if_token1] = ACTIONS(3258), [aux_sym_preproc_if_token2] = ACTIONS(3258), [aux_sym_preproc_ifdef_token1] = ACTIONS(3258), [aux_sym_preproc_ifdef_token2] = ACTIONS(3258), [aux_sym_preproc_else_token1] = ACTIONS(3258), [aux_sym_preproc_elif_token1] = ACTIONS(3258), [sym_preproc_directive] = ACTIONS(3258), [anon_sym_LPAREN2] = ACTIONS(3260), [anon_sym_BANG] = ACTIONS(3260), [anon_sym_TILDE] = ACTIONS(3260), [anon_sym_DASH] = ACTIONS(3258), [anon_sym_PLUS] = ACTIONS(3258), [anon_sym_STAR] = ACTIONS(3260), [anon_sym_AMP_AMP] = ACTIONS(3260), [anon_sym_AMP] = ACTIONS(3258), [anon_sym_SEMI] = ACTIONS(3260), [anon_sym_typedef] = ACTIONS(3258), [anon_sym_extern] = ACTIONS(3258), [anon_sym___attribute__] = ACTIONS(3258), [anon_sym_COLON_COLON] = ACTIONS(3260), [anon_sym_LBRACK_LBRACK] = ACTIONS(3260), [anon_sym___declspec] = ACTIONS(3258), [anon_sym___based] = ACTIONS(3258), [anon_sym___cdecl] = ACTIONS(3258), [anon_sym___clrcall] = ACTIONS(3258), [anon_sym___stdcall] = ACTIONS(3258), [anon_sym___fastcall] = ACTIONS(3258), [anon_sym___thiscall] = ACTIONS(3258), [anon_sym___vectorcall] = ACTIONS(3258), [anon_sym_LBRACE] = ACTIONS(3260), [anon_sym_signed] = ACTIONS(3258), [anon_sym_unsigned] = ACTIONS(3258), [anon_sym_long] = ACTIONS(3258), [anon_sym_short] = ACTIONS(3258), [anon_sym_LBRACK] = ACTIONS(3258), [anon_sym_static] = ACTIONS(3258), [anon_sym_register] = ACTIONS(3258), [anon_sym_inline] = ACTIONS(3258), [anon_sym_thread_local] = ACTIONS(3258), [anon_sym_const] = ACTIONS(3258), [anon_sym_constexpr] = ACTIONS(3258), [anon_sym_volatile] = ACTIONS(3258), [anon_sym_restrict] = ACTIONS(3258), [anon_sym___restrict__] = ACTIONS(3258), [anon_sym__Atomic] = ACTIONS(3258), [anon_sym__Noreturn] = ACTIONS(3258), [anon_sym_noreturn] = ACTIONS(3258), [anon_sym_mutable] = ACTIONS(3258), [anon_sym_constinit] = ACTIONS(3258), [anon_sym_consteval] = ACTIONS(3258), [sym_primitive_type] = ACTIONS(3258), [anon_sym_enum] = ACTIONS(3258), [anon_sym_class] = ACTIONS(3258), [anon_sym_struct] = ACTIONS(3258), [anon_sym_union] = ACTIONS(3258), [anon_sym_if] = ACTIONS(3258), [anon_sym_switch] = ACTIONS(3258), [anon_sym_case] = ACTIONS(3258), [anon_sym_default] = ACTIONS(3258), [anon_sym_while] = ACTIONS(3258), [anon_sym_do] = ACTIONS(3258), [anon_sym_for] = ACTIONS(3258), [anon_sym_return] = ACTIONS(3258), [anon_sym_break] = ACTIONS(3258), [anon_sym_continue] = ACTIONS(3258), [anon_sym_goto] = ACTIONS(3258), [anon_sym_not] = ACTIONS(3258), [anon_sym_compl] = ACTIONS(3258), [anon_sym_DASH_DASH] = ACTIONS(3260), [anon_sym_PLUS_PLUS] = ACTIONS(3260), [anon_sym_sizeof] = ACTIONS(3258), [anon_sym_offsetof] = ACTIONS(3258), [anon_sym__Generic] = ACTIONS(3258), [anon_sym_asm] = ACTIONS(3258), [anon_sym___asm__] = ACTIONS(3258), [sym_number_literal] = ACTIONS(3260), [anon_sym_L_SQUOTE] = ACTIONS(3260), [anon_sym_u_SQUOTE] = ACTIONS(3260), [anon_sym_U_SQUOTE] = ACTIONS(3260), [anon_sym_u8_SQUOTE] = ACTIONS(3260), [anon_sym_SQUOTE] = ACTIONS(3260), [anon_sym_L_DQUOTE] = ACTIONS(3260), [anon_sym_u_DQUOTE] = ACTIONS(3260), [anon_sym_U_DQUOTE] = ACTIONS(3260), [anon_sym_u8_DQUOTE] = ACTIONS(3260), [anon_sym_DQUOTE] = ACTIONS(3260), [sym_true] = ACTIONS(3258), [sym_false] = ACTIONS(3258), [anon_sym_NULL] = ACTIONS(3258), [anon_sym_nullptr] = ACTIONS(3258), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3258), [anon_sym_decltype] = ACTIONS(3258), [anon_sym_virtual] = ACTIONS(3258), [anon_sym_explicit] = ACTIONS(3258), [anon_sym_typename] = ACTIONS(3258), [anon_sym_template] = ACTIONS(3258), [anon_sym_operator] = ACTIONS(3258), [anon_sym_try] = ACTIONS(3258), [anon_sym_delete] = ACTIONS(3258), [anon_sym_throw] = ACTIONS(3258), [anon_sym_namespace] = ACTIONS(3258), [anon_sym_using] = ACTIONS(3258), [anon_sym_static_assert] = ACTIONS(3258), [anon_sym_concept] = ACTIONS(3258), [anon_sym_co_return] = ACTIONS(3258), [anon_sym_co_yield] = ACTIONS(3258), [anon_sym_R_DQUOTE] = ACTIONS(3260), [anon_sym_LR_DQUOTE] = ACTIONS(3260), [anon_sym_uR_DQUOTE] = ACTIONS(3260), [anon_sym_UR_DQUOTE] = ACTIONS(3260), [anon_sym_u8R_DQUOTE] = ACTIONS(3260), [anon_sym_co_await] = ACTIONS(3258), [anon_sym_new] = ACTIONS(3258), [anon_sym_requires] = ACTIONS(3258), [sym_this] = ACTIONS(3258), }, [797] = { [sym_identifier] = ACTIONS(3123), [aux_sym_preproc_include_token1] = ACTIONS(3123), [aux_sym_preproc_def_token1] = ACTIONS(3123), [aux_sym_preproc_if_token1] = ACTIONS(3123), [aux_sym_preproc_if_token2] = ACTIONS(3123), [aux_sym_preproc_ifdef_token1] = ACTIONS(3123), [aux_sym_preproc_ifdef_token2] = ACTIONS(3123), [aux_sym_preproc_else_token1] = ACTIONS(3123), [aux_sym_preproc_elif_token1] = ACTIONS(3123), [sym_preproc_directive] = ACTIONS(3123), [anon_sym_LPAREN2] = ACTIONS(3125), [anon_sym_BANG] = ACTIONS(3125), [anon_sym_TILDE] = ACTIONS(3125), [anon_sym_DASH] = ACTIONS(3123), [anon_sym_PLUS] = ACTIONS(3123), [anon_sym_STAR] = ACTIONS(3125), [anon_sym_AMP_AMP] = ACTIONS(3125), [anon_sym_AMP] = ACTIONS(3123), [anon_sym_SEMI] = ACTIONS(3125), [anon_sym_typedef] = ACTIONS(3123), [anon_sym_extern] = ACTIONS(3123), [anon_sym___attribute__] = ACTIONS(3123), [anon_sym_COLON_COLON] = ACTIONS(3125), [anon_sym_LBRACK_LBRACK] = ACTIONS(3125), [anon_sym___declspec] = ACTIONS(3123), [anon_sym___based] = ACTIONS(3123), [anon_sym___cdecl] = ACTIONS(3123), [anon_sym___clrcall] = ACTIONS(3123), [anon_sym___stdcall] = ACTIONS(3123), [anon_sym___fastcall] = ACTIONS(3123), [anon_sym___thiscall] = ACTIONS(3123), [anon_sym___vectorcall] = ACTIONS(3123), [anon_sym_LBRACE] = ACTIONS(3125), [anon_sym_signed] = ACTIONS(3123), [anon_sym_unsigned] = ACTIONS(3123), [anon_sym_long] = ACTIONS(3123), [anon_sym_short] = ACTIONS(3123), [anon_sym_LBRACK] = ACTIONS(3123), [anon_sym_static] = ACTIONS(3123), [anon_sym_register] = ACTIONS(3123), [anon_sym_inline] = ACTIONS(3123), [anon_sym_thread_local] = ACTIONS(3123), [anon_sym_const] = ACTIONS(3123), [anon_sym_constexpr] = ACTIONS(3123), [anon_sym_volatile] = ACTIONS(3123), [anon_sym_restrict] = ACTIONS(3123), [anon_sym___restrict__] = ACTIONS(3123), [anon_sym__Atomic] = ACTIONS(3123), [anon_sym__Noreturn] = ACTIONS(3123), [anon_sym_noreturn] = ACTIONS(3123), [anon_sym_mutable] = ACTIONS(3123), [anon_sym_constinit] = ACTIONS(3123), [anon_sym_consteval] = ACTIONS(3123), [sym_primitive_type] = ACTIONS(3123), [anon_sym_enum] = ACTIONS(3123), [anon_sym_class] = ACTIONS(3123), [anon_sym_struct] = ACTIONS(3123), [anon_sym_union] = ACTIONS(3123), [anon_sym_if] = ACTIONS(3123), [anon_sym_switch] = ACTIONS(3123), [anon_sym_case] = ACTIONS(3123), [anon_sym_default] = ACTIONS(3123), [anon_sym_while] = ACTIONS(3123), [anon_sym_do] = ACTIONS(3123), [anon_sym_for] = ACTIONS(3123), [anon_sym_return] = ACTIONS(3123), [anon_sym_break] = ACTIONS(3123), [anon_sym_continue] = ACTIONS(3123), [anon_sym_goto] = ACTIONS(3123), [anon_sym_not] = ACTIONS(3123), [anon_sym_compl] = ACTIONS(3123), [anon_sym_DASH_DASH] = ACTIONS(3125), [anon_sym_PLUS_PLUS] = ACTIONS(3125), [anon_sym_sizeof] = ACTIONS(3123), [anon_sym_offsetof] = ACTIONS(3123), [anon_sym__Generic] = ACTIONS(3123), [anon_sym_asm] = ACTIONS(3123), [anon_sym___asm__] = ACTIONS(3123), [sym_number_literal] = ACTIONS(3125), [anon_sym_L_SQUOTE] = ACTIONS(3125), [anon_sym_u_SQUOTE] = ACTIONS(3125), [anon_sym_U_SQUOTE] = ACTIONS(3125), [anon_sym_u8_SQUOTE] = ACTIONS(3125), [anon_sym_SQUOTE] = ACTIONS(3125), [anon_sym_L_DQUOTE] = ACTIONS(3125), [anon_sym_u_DQUOTE] = ACTIONS(3125), [anon_sym_U_DQUOTE] = ACTIONS(3125), [anon_sym_u8_DQUOTE] = ACTIONS(3125), [anon_sym_DQUOTE] = ACTIONS(3125), [sym_true] = ACTIONS(3123), [sym_false] = ACTIONS(3123), [anon_sym_NULL] = ACTIONS(3123), [anon_sym_nullptr] = ACTIONS(3123), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3123), [anon_sym_decltype] = ACTIONS(3123), [anon_sym_virtual] = ACTIONS(3123), [anon_sym_explicit] = ACTIONS(3123), [anon_sym_typename] = ACTIONS(3123), [anon_sym_template] = ACTIONS(3123), [anon_sym_operator] = ACTIONS(3123), [anon_sym_try] = ACTIONS(3123), [anon_sym_delete] = ACTIONS(3123), [anon_sym_throw] = ACTIONS(3123), [anon_sym_namespace] = ACTIONS(3123), [anon_sym_using] = ACTIONS(3123), [anon_sym_static_assert] = ACTIONS(3123), [anon_sym_concept] = ACTIONS(3123), [anon_sym_co_return] = ACTIONS(3123), [anon_sym_co_yield] = ACTIONS(3123), [anon_sym_R_DQUOTE] = ACTIONS(3125), [anon_sym_LR_DQUOTE] = ACTIONS(3125), [anon_sym_uR_DQUOTE] = ACTIONS(3125), [anon_sym_UR_DQUOTE] = ACTIONS(3125), [anon_sym_u8R_DQUOTE] = ACTIONS(3125), [anon_sym_co_await] = ACTIONS(3123), [anon_sym_new] = ACTIONS(3123), [anon_sym_requires] = ACTIONS(3123), [sym_this] = ACTIONS(3123), }, [798] = { [sym_identifier] = ACTIONS(3406), [aux_sym_preproc_include_token1] = ACTIONS(3406), [aux_sym_preproc_def_token1] = ACTIONS(3406), [aux_sym_preproc_if_token1] = ACTIONS(3406), [aux_sym_preproc_if_token2] = ACTIONS(3406), [aux_sym_preproc_ifdef_token1] = ACTIONS(3406), [aux_sym_preproc_ifdef_token2] = ACTIONS(3406), [aux_sym_preproc_else_token1] = ACTIONS(3406), [aux_sym_preproc_elif_token1] = ACTIONS(3406), [sym_preproc_directive] = ACTIONS(3406), [anon_sym_LPAREN2] = ACTIONS(3408), [anon_sym_BANG] = ACTIONS(3408), [anon_sym_TILDE] = ACTIONS(3408), [anon_sym_DASH] = ACTIONS(3406), [anon_sym_PLUS] = ACTIONS(3406), [anon_sym_STAR] = ACTIONS(3408), [anon_sym_AMP_AMP] = ACTIONS(3408), [anon_sym_AMP] = ACTIONS(3406), [anon_sym_SEMI] = ACTIONS(3408), [anon_sym_typedef] = ACTIONS(3406), [anon_sym_extern] = ACTIONS(3406), [anon_sym___attribute__] = ACTIONS(3406), [anon_sym_COLON_COLON] = ACTIONS(3408), [anon_sym_LBRACK_LBRACK] = ACTIONS(3408), [anon_sym___declspec] = ACTIONS(3406), [anon_sym___based] = ACTIONS(3406), [anon_sym___cdecl] = ACTIONS(3406), [anon_sym___clrcall] = ACTIONS(3406), [anon_sym___stdcall] = ACTIONS(3406), [anon_sym___fastcall] = ACTIONS(3406), [anon_sym___thiscall] = ACTIONS(3406), [anon_sym___vectorcall] = ACTIONS(3406), [anon_sym_LBRACE] = ACTIONS(3408), [anon_sym_signed] = ACTIONS(3406), [anon_sym_unsigned] = ACTIONS(3406), [anon_sym_long] = ACTIONS(3406), [anon_sym_short] = ACTIONS(3406), [anon_sym_LBRACK] = ACTIONS(3406), [anon_sym_static] = ACTIONS(3406), [anon_sym_register] = ACTIONS(3406), [anon_sym_inline] = ACTIONS(3406), [anon_sym_thread_local] = ACTIONS(3406), [anon_sym_const] = ACTIONS(3406), [anon_sym_constexpr] = ACTIONS(3406), [anon_sym_volatile] = ACTIONS(3406), [anon_sym_restrict] = ACTIONS(3406), [anon_sym___restrict__] = ACTIONS(3406), [anon_sym__Atomic] = ACTIONS(3406), [anon_sym__Noreturn] = ACTIONS(3406), [anon_sym_noreturn] = ACTIONS(3406), [anon_sym_mutable] = ACTIONS(3406), [anon_sym_constinit] = ACTIONS(3406), [anon_sym_consteval] = ACTIONS(3406), [sym_primitive_type] = ACTIONS(3406), [anon_sym_enum] = ACTIONS(3406), [anon_sym_class] = ACTIONS(3406), [anon_sym_struct] = ACTIONS(3406), [anon_sym_union] = ACTIONS(3406), [anon_sym_if] = ACTIONS(3406), [anon_sym_switch] = ACTIONS(3406), [anon_sym_case] = ACTIONS(3406), [anon_sym_default] = ACTIONS(3406), [anon_sym_while] = ACTIONS(3406), [anon_sym_do] = ACTIONS(3406), [anon_sym_for] = ACTIONS(3406), [anon_sym_return] = ACTIONS(3406), [anon_sym_break] = ACTIONS(3406), [anon_sym_continue] = ACTIONS(3406), [anon_sym_goto] = ACTIONS(3406), [anon_sym_not] = ACTIONS(3406), [anon_sym_compl] = ACTIONS(3406), [anon_sym_DASH_DASH] = ACTIONS(3408), [anon_sym_PLUS_PLUS] = ACTIONS(3408), [anon_sym_sizeof] = ACTIONS(3406), [anon_sym_offsetof] = ACTIONS(3406), [anon_sym__Generic] = ACTIONS(3406), [anon_sym_asm] = ACTIONS(3406), [anon_sym___asm__] = ACTIONS(3406), [sym_number_literal] = ACTIONS(3408), [anon_sym_L_SQUOTE] = ACTIONS(3408), [anon_sym_u_SQUOTE] = ACTIONS(3408), [anon_sym_U_SQUOTE] = ACTIONS(3408), [anon_sym_u8_SQUOTE] = ACTIONS(3408), [anon_sym_SQUOTE] = ACTIONS(3408), [anon_sym_L_DQUOTE] = ACTIONS(3408), [anon_sym_u_DQUOTE] = ACTIONS(3408), [anon_sym_U_DQUOTE] = ACTIONS(3408), [anon_sym_u8_DQUOTE] = ACTIONS(3408), [anon_sym_DQUOTE] = ACTIONS(3408), [sym_true] = ACTIONS(3406), [sym_false] = ACTIONS(3406), [anon_sym_NULL] = ACTIONS(3406), [anon_sym_nullptr] = ACTIONS(3406), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3406), [anon_sym_decltype] = ACTIONS(3406), [anon_sym_virtual] = ACTIONS(3406), [anon_sym_explicit] = ACTIONS(3406), [anon_sym_typename] = ACTIONS(3406), [anon_sym_template] = ACTIONS(3406), [anon_sym_operator] = ACTIONS(3406), [anon_sym_try] = ACTIONS(3406), [anon_sym_delete] = ACTIONS(3406), [anon_sym_throw] = ACTIONS(3406), [anon_sym_namespace] = ACTIONS(3406), [anon_sym_using] = ACTIONS(3406), [anon_sym_static_assert] = ACTIONS(3406), [anon_sym_concept] = ACTIONS(3406), [anon_sym_co_return] = ACTIONS(3406), [anon_sym_co_yield] = ACTIONS(3406), [anon_sym_R_DQUOTE] = ACTIONS(3408), [anon_sym_LR_DQUOTE] = ACTIONS(3408), [anon_sym_uR_DQUOTE] = ACTIONS(3408), [anon_sym_UR_DQUOTE] = ACTIONS(3408), [anon_sym_u8R_DQUOTE] = ACTIONS(3408), [anon_sym_co_await] = ACTIONS(3406), [anon_sym_new] = ACTIONS(3406), [anon_sym_requires] = ACTIONS(3406), [sym_this] = ACTIONS(3406), }, [799] = { [sym_identifier] = ACTIONS(3211), [aux_sym_preproc_include_token1] = ACTIONS(3211), [aux_sym_preproc_def_token1] = ACTIONS(3211), [aux_sym_preproc_if_token1] = ACTIONS(3211), [aux_sym_preproc_if_token2] = ACTIONS(3211), [aux_sym_preproc_ifdef_token1] = ACTIONS(3211), [aux_sym_preproc_ifdef_token2] = ACTIONS(3211), [aux_sym_preproc_else_token1] = ACTIONS(3211), [aux_sym_preproc_elif_token1] = ACTIONS(3211), [sym_preproc_directive] = ACTIONS(3211), [anon_sym_LPAREN2] = ACTIONS(3213), [anon_sym_BANG] = ACTIONS(3213), [anon_sym_TILDE] = ACTIONS(3213), [anon_sym_DASH] = ACTIONS(3211), [anon_sym_PLUS] = ACTIONS(3211), [anon_sym_STAR] = ACTIONS(3213), [anon_sym_AMP_AMP] = ACTIONS(3213), [anon_sym_AMP] = ACTIONS(3211), [anon_sym_SEMI] = ACTIONS(3213), [anon_sym_typedef] = ACTIONS(3211), [anon_sym_extern] = ACTIONS(3211), [anon_sym___attribute__] = ACTIONS(3211), [anon_sym_COLON_COLON] = ACTIONS(3213), [anon_sym_LBRACK_LBRACK] = ACTIONS(3213), [anon_sym___declspec] = ACTIONS(3211), [anon_sym___based] = ACTIONS(3211), [anon_sym___cdecl] = ACTIONS(3211), [anon_sym___clrcall] = ACTIONS(3211), [anon_sym___stdcall] = ACTIONS(3211), [anon_sym___fastcall] = ACTIONS(3211), [anon_sym___thiscall] = ACTIONS(3211), [anon_sym___vectorcall] = ACTIONS(3211), [anon_sym_LBRACE] = ACTIONS(3213), [anon_sym_signed] = ACTIONS(3211), [anon_sym_unsigned] = ACTIONS(3211), [anon_sym_long] = ACTIONS(3211), [anon_sym_short] = ACTIONS(3211), [anon_sym_LBRACK] = ACTIONS(3211), [anon_sym_static] = ACTIONS(3211), [anon_sym_register] = ACTIONS(3211), [anon_sym_inline] = ACTIONS(3211), [anon_sym_thread_local] = ACTIONS(3211), [anon_sym_const] = ACTIONS(3211), [anon_sym_constexpr] = ACTIONS(3211), [anon_sym_volatile] = ACTIONS(3211), [anon_sym_restrict] = ACTIONS(3211), [anon_sym___restrict__] = ACTIONS(3211), [anon_sym__Atomic] = ACTIONS(3211), [anon_sym__Noreturn] = ACTIONS(3211), [anon_sym_noreturn] = ACTIONS(3211), [anon_sym_mutable] = ACTIONS(3211), [anon_sym_constinit] = ACTIONS(3211), [anon_sym_consteval] = ACTIONS(3211), [sym_primitive_type] = ACTIONS(3211), [anon_sym_enum] = ACTIONS(3211), [anon_sym_class] = ACTIONS(3211), [anon_sym_struct] = ACTIONS(3211), [anon_sym_union] = ACTIONS(3211), [anon_sym_if] = ACTIONS(3211), [anon_sym_switch] = ACTIONS(3211), [anon_sym_case] = ACTIONS(3211), [anon_sym_default] = ACTIONS(3211), [anon_sym_while] = ACTIONS(3211), [anon_sym_do] = ACTIONS(3211), [anon_sym_for] = ACTIONS(3211), [anon_sym_return] = ACTIONS(3211), [anon_sym_break] = ACTIONS(3211), [anon_sym_continue] = ACTIONS(3211), [anon_sym_goto] = ACTIONS(3211), [anon_sym_not] = ACTIONS(3211), [anon_sym_compl] = ACTIONS(3211), [anon_sym_DASH_DASH] = ACTIONS(3213), [anon_sym_PLUS_PLUS] = ACTIONS(3213), [anon_sym_sizeof] = ACTIONS(3211), [anon_sym_offsetof] = ACTIONS(3211), [anon_sym__Generic] = ACTIONS(3211), [anon_sym_asm] = ACTIONS(3211), [anon_sym___asm__] = ACTIONS(3211), [sym_number_literal] = ACTIONS(3213), [anon_sym_L_SQUOTE] = ACTIONS(3213), [anon_sym_u_SQUOTE] = ACTIONS(3213), [anon_sym_U_SQUOTE] = ACTIONS(3213), [anon_sym_u8_SQUOTE] = ACTIONS(3213), [anon_sym_SQUOTE] = ACTIONS(3213), [anon_sym_L_DQUOTE] = ACTIONS(3213), [anon_sym_u_DQUOTE] = ACTIONS(3213), [anon_sym_U_DQUOTE] = ACTIONS(3213), [anon_sym_u8_DQUOTE] = ACTIONS(3213), [anon_sym_DQUOTE] = ACTIONS(3213), [sym_true] = ACTIONS(3211), [sym_false] = ACTIONS(3211), [anon_sym_NULL] = ACTIONS(3211), [anon_sym_nullptr] = ACTIONS(3211), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3211), [anon_sym_decltype] = ACTIONS(3211), [anon_sym_virtual] = ACTIONS(3211), [anon_sym_explicit] = ACTIONS(3211), [anon_sym_typename] = ACTIONS(3211), [anon_sym_template] = ACTIONS(3211), [anon_sym_operator] = ACTIONS(3211), [anon_sym_try] = ACTIONS(3211), [anon_sym_delete] = ACTIONS(3211), [anon_sym_throw] = ACTIONS(3211), [anon_sym_namespace] = ACTIONS(3211), [anon_sym_using] = ACTIONS(3211), [anon_sym_static_assert] = ACTIONS(3211), [anon_sym_concept] = ACTIONS(3211), [anon_sym_co_return] = ACTIONS(3211), [anon_sym_co_yield] = ACTIONS(3211), [anon_sym_R_DQUOTE] = ACTIONS(3213), [anon_sym_LR_DQUOTE] = ACTIONS(3213), [anon_sym_uR_DQUOTE] = ACTIONS(3213), [anon_sym_UR_DQUOTE] = ACTIONS(3213), [anon_sym_u8R_DQUOTE] = ACTIONS(3213), [anon_sym_co_await] = ACTIONS(3211), [anon_sym_new] = ACTIONS(3211), [anon_sym_requires] = ACTIONS(3211), [sym_this] = ACTIONS(3211), }, [800] = { [sym_identifier] = ACTIONS(3176), [aux_sym_preproc_include_token1] = ACTIONS(3176), [aux_sym_preproc_def_token1] = ACTIONS(3176), [aux_sym_preproc_if_token1] = ACTIONS(3176), [aux_sym_preproc_if_token2] = ACTIONS(3176), [aux_sym_preproc_ifdef_token1] = ACTIONS(3176), [aux_sym_preproc_ifdef_token2] = ACTIONS(3176), [aux_sym_preproc_else_token1] = ACTIONS(3176), [aux_sym_preproc_elif_token1] = ACTIONS(3176), [sym_preproc_directive] = ACTIONS(3176), [anon_sym_LPAREN2] = ACTIONS(3178), [anon_sym_BANG] = ACTIONS(3178), [anon_sym_TILDE] = ACTIONS(3178), [anon_sym_DASH] = ACTIONS(3176), [anon_sym_PLUS] = ACTIONS(3176), [anon_sym_STAR] = ACTIONS(3178), [anon_sym_AMP_AMP] = ACTIONS(3178), [anon_sym_AMP] = ACTIONS(3176), [anon_sym_SEMI] = ACTIONS(3178), [anon_sym_typedef] = ACTIONS(3176), [anon_sym_extern] = ACTIONS(3176), [anon_sym___attribute__] = ACTIONS(3176), [anon_sym_COLON_COLON] = ACTIONS(3178), [anon_sym_LBRACK_LBRACK] = ACTIONS(3178), [anon_sym___declspec] = ACTIONS(3176), [anon_sym___based] = ACTIONS(3176), [anon_sym___cdecl] = ACTIONS(3176), [anon_sym___clrcall] = ACTIONS(3176), [anon_sym___stdcall] = ACTIONS(3176), [anon_sym___fastcall] = ACTIONS(3176), [anon_sym___thiscall] = ACTIONS(3176), [anon_sym___vectorcall] = ACTIONS(3176), [anon_sym_LBRACE] = ACTIONS(3178), [anon_sym_signed] = ACTIONS(3176), [anon_sym_unsigned] = ACTIONS(3176), [anon_sym_long] = ACTIONS(3176), [anon_sym_short] = ACTIONS(3176), [anon_sym_LBRACK] = ACTIONS(3176), [anon_sym_static] = ACTIONS(3176), [anon_sym_register] = ACTIONS(3176), [anon_sym_inline] = ACTIONS(3176), [anon_sym_thread_local] = ACTIONS(3176), [anon_sym_const] = ACTIONS(3176), [anon_sym_constexpr] = ACTIONS(3176), [anon_sym_volatile] = ACTIONS(3176), [anon_sym_restrict] = ACTIONS(3176), [anon_sym___restrict__] = ACTIONS(3176), [anon_sym__Atomic] = ACTIONS(3176), [anon_sym__Noreturn] = ACTIONS(3176), [anon_sym_noreturn] = ACTIONS(3176), [anon_sym_mutable] = ACTIONS(3176), [anon_sym_constinit] = ACTIONS(3176), [anon_sym_consteval] = ACTIONS(3176), [sym_primitive_type] = ACTIONS(3176), [anon_sym_enum] = ACTIONS(3176), [anon_sym_class] = ACTIONS(3176), [anon_sym_struct] = ACTIONS(3176), [anon_sym_union] = ACTIONS(3176), [anon_sym_if] = ACTIONS(3176), [anon_sym_switch] = ACTIONS(3176), [anon_sym_case] = ACTIONS(3176), [anon_sym_default] = ACTIONS(3176), [anon_sym_while] = ACTIONS(3176), [anon_sym_do] = ACTIONS(3176), [anon_sym_for] = ACTIONS(3176), [anon_sym_return] = ACTIONS(3176), [anon_sym_break] = ACTIONS(3176), [anon_sym_continue] = ACTIONS(3176), [anon_sym_goto] = ACTIONS(3176), [anon_sym_not] = ACTIONS(3176), [anon_sym_compl] = ACTIONS(3176), [anon_sym_DASH_DASH] = ACTIONS(3178), [anon_sym_PLUS_PLUS] = ACTIONS(3178), [anon_sym_sizeof] = ACTIONS(3176), [anon_sym_offsetof] = ACTIONS(3176), [anon_sym__Generic] = ACTIONS(3176), [anon_sym_asm] = ACTIONS(3176), [anon_sym___asm__] = ACTIONS(3176), [sym_number_literal] = ACTIONS(3178), [anon_sym_L_SQUOTE] = ACTIONS(3178), [anon_sym_u_SQUOTE] = ACTIONS(3178), [anon_sym_U_SQUOTE] = ACTIONS(3178), [anon_sym_u8_SQUOTE] = ACTIONS(3178), [anon_sym_SQUOTE] = ACTIONS(3178), [anon_sym_L_DQUOTE] = ACTIONS(3178), [anon_sym_u_DQUOTE] = ACTIONS(3178), [anon_sym_U_DQUOTE] = ACTIONS(3178), [anon_sym_u8_DQUOTE] = ACTIONS(3178), [anon_sym_DQUOTE] = ACTIONS(3178), [sym_true] = ACTIONS(3176), [sym_false] = ACTIONS(3176), [anon_sym_NULL] = ACTIONS(3176), [anon_sym_nullptr] = ACTIONS(3176), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3176), [anon_sym_decltype] = ACTIONS(3176), [anon_sym_virtual] = ACTIONS(3176), [anon_sym_explicit] = ACTIONS(3176), [anon_sym_typename] = ACTIONS(3176), [anon_sym_template] = ACTIONS(3176), [anon_sym_operator] = ACTIONS(3176), [anon_sym_try] = ACTIONS(3176), [anon_sym_delete] = ACTIONS(3176), [anon_sym_throw] = ACTIONS(3176), [anon_sym_namespace] = ACTIONS(3176), [anon_sym_using] = ACTIONS(3176), [anon_sym_static_assert] = ACTIONS(3176), [anon_sym_concept] = ACTIONS(3176), [anon_sym_co_return] = ACTIONS(3176), [anon_sym_co_yield] = ACTIONS(3176), [anon_sym_R_DQUOTE] = ACTIONS(3178), [anon_sym_LR_DQUOTE] = ACTIONS(3178), [anon_sym_uR_DQUOTE] = ACTIONS(3178), [anon_sym_UR_DQUOTE] = ACTIONS(3178), [anon_sym_u8R_DQUOTE] = ACTIONS(3178), [anon_sym_co_await] = ACTIONS(3176), [anon_sym_new] = ACTIONS(3176), [anon_sym_requires] = ACTIONS(3176), [sym_this] = ACTIONS(3176), }, [801] = { [sym_identifier] = ACTIONS(3160), [aux_sym_preproc_include_token1] = ACTIONS(3160), [aux_sym_preproc_def_token1] = ACTIONS(3160), [aux_sym_preproc_if_token1] = ACTIONS(3160), [aux_sym_preproc_if_token2] = ACTIONS(3160), [aux_sym_preproc_ifdef_token1] = ACTIONS(3160), [aux_sym_preproc_ifdef_token2] = ACTIONS(3160), [aux_sym_preproc_else_token1] = ACTIONS(3160), [aux_sym_preproc_elif_token1] = ACTIONS(3160), [sym_preproc_directive] = ACTIONS(3160), [anon_sym_LPAREN2] = ACTIONS(3162), [anon_sym_BANG] = ACTIONS(3162), [anon_sym_TILDE] = ACTIONS(3162), [anon_sym_DASH] = ACTIONS(3160), [anon_sym_PLUS] = ACTIONS(3160), [anon_sym_STAR] = ACTIONS(3162), [anon_sym_AMP_AMP] = ACTIONS(3162), [anon_sym_AMP] = ACTIONS(3160), [anon_sym_SEMI] = ACTIONS(3162), [anon_sym_typedef] = ACTIONS(3160), [anon_sym_extern] = ACTIONS(3160), [anon_sym___attribute__] = ACTIONS(3160), [anon_sym_COLON_COLON] = ACTIONS(3162), [anon_sym_LBRACK_LBRACK] = ACTIONS(3162), [anon_sym___declspec] = ACTIONS(3160), [anon_sym___based] = ACTIONS(3160), [anon_sym___cdecl] = ACTIONS(3160), [anon_sym___clrcall] = ACTIONS(3160), [anon_sym___stdcall] = ACTIONS(3160), [anon_sym___fastcall] = ACTIONS(3160), [anon_sym___thiscall] = ACTIONS(3160), [anon_sym___vectorcall] = ACTIONS(3160), [anon_sym_LBRACE] = ACTIONS(3162), [anon_sym_signed] = ACTIONS(3160), [anon_sym_unsigned] = ACTIONS(3160), [anon_sym_long] = ACTIONS(3160), [anon_sym_short] = ACTIONS(3160), [anon_sym_LBRACK] = ACTIONS(3160), [anon_sym_static] = ACTIONS(3160), [anon_sym_register] = ACTIONS(3160), [anon_sym_inline] = ACTIONS(3160), [anon_sym_thread_local] = ACTIONS(3160), [anon_sym_const] = ACTIONS(3160), [anon_sym_constexpr] = ACTIONS(3160), [anon_sym_volatile] = ACTIONS(3160), [anon_sym_restrict] = ACTIONS(3160), [anon_sym___restrict__] = ACTIONS(3160), [anon_sym__Atomic] = ACTIONS(3160), [anon_sym__Noreturn] = ACTIONS(3160), [anon_sym_noreturn] = ACTIONS(3160), [anon_sym_mutable] = ACTIONS(3160), [anon_sym_constinit] = ACTIONS(3160), [anon_sym_consteval] = ACTIONS(3160), [sym_primitive_type] = ACTIONS(3160), [anon_sym_enum] = ACTIONS(3160), [anon_sym_class] = ACTIONS(3160), [anon_sym_struct] = ACTIONS(3160), [anon_sym_union] = ACTIONS(3160), [anon_sym_if] = ACTIONS(3160), [anon_sym_switch] = ACTIONS(3160), [anon_sym_case] = ACTIONS(3160), [anon_sym_default] = ACTIONS(3160), [anon_sym_while] = ACTIONS(3160), [anon_sym_do] = ACTIONS(3160), [anon_sym_for] = ACTIONS(3160), [anon_sym_return] = ACTIONS(3160), [anon_sym_break] = ACTIONS(3160), [anon_sym_continue] = ACTIONS(3160), [anon_sym_goto] = ACTIONS(3160), [anon_sym_not] = ACTIONS(3160), [anon_sym_compl] = ACTIONS(3160), [anon_sym_DASH_DASH] = ACTIONS(3162), [anon_sym_PLUS_PLUS] = ACTIONS(3162), [anon_sym_sizeof] = ACTIONS(3160), [anon_sym_offsetof] = ACTIONS(3160), [anon_sym__Generic] = ACTIONS(3160), [anon_sym_asm] = ACTIONS(3160), [anon_sym___asm__] = ACTIONS(3160), [sym_number_literal] = ACTIONS(3162), [anon_sym_L_SQUOTE] = ACTIONS(3162), [anon_sym_u_SQUOTE] = ACTIONS(3162), [anon_sym_U_SQUOTE] = ACTIONS(3162), [anon_sym_u8_SQUOTE] = ACTIONS(3162), [anon_sym_SQUOTE] = ACTIONS(3162), [anon_sym_L_DQUOTE] = ACTIONS(3162), [anon_sym_u_DQUOTE] = ACTIONS(3162), [anon_sym_U_DQUOTE] = ACTIONS(3162), [anon_sym_u8_DQUOTE] = ACTIONS(3162), [anon_sym_DQUOTE] = ACTIONS(3162), [sym_true] = ACTIONS(3160), [sym_false] = ACTIONS(3160), [anon_sym_NULL] = ACTIONS(3160), [anon_sym_nullptr] = ACTIONS(3160), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3160), [anon_sym_decltype] = ACTIONS(3160), [anon_sym_virtual] = ACTIONS(3160), [anon_sym_explicit] = ACTIONS(3160), [anon_sym_typename] = ACTIONS(3160), [anon_sym_template] = ACTIONS(3160), [anon_sym_operator] = ACTIONS(3160), [anon_sym_try] = ACTIONS(3160), [anon_sym_delete] = ACTIONS(3160), [anon_sym_throw] = ACTIONS(3160), [anon_sym_namespace] = ACTIONS(3160), [anon_sym_using] = ACTIONS(3160), [anon_sym_static_assert] = ACTIONS(3160), [anon_sym_concept] = ACTIONS(3160), [anon_sym_co_return] = ACTIONS(3160), [anon_sym_co_yield] = ACTIONS(3160), [anon_sym_R_DQUOTE] = ACTIONS(3162), [anon_sym_LR_DQUOTE] = ACTIONS(3162), [anon_sym_uR_DQUOTE] = ACTIONS(3162), [anon_sym_UR_DQUOTE] = ACTIONS(3162), [anon_sym_u8R_DQUOTE] = ACTIONS(3162), [anon_sym_co_await] = ACTIONS(3160), [anon_sym_new] = ACTIONS(3160), [anon_sym_requires] = ACTIONS(3160), [sym_this] = ACTIONS(3160), }, [802] = { [sym_else_clause] = STATE(1188), [sym_identifier] = ACTIONS(2895), [aux_sym_preproc_include_token1] = ACTIONS(2895), [aux_sym_preproc_def_token1] = ACTIONS(2895), [aux_sym_preproc_if_token1] = ACTIONS(2895), [aux_sym_preproc_ifdef_token1] = ACTIONS(2895), [aux_sym_preproc_ifdef_token2] = ACTIONS(2895), [sym_preproc_directive] = ACTIONS(2895), [anon_sym_LPAREN2] = ACTIONS(2897), [anon_sym_BANG] = ACTIONS(2897), [anon_sym_TILDE] = ACTIONS(2897), [anon_sym_DASH] = ACTIONS(2895), [anon_sym_PLUS] = ACTIONS(2895), [anon_sym_STAR] = ACTIONS(2897), [anon_sym_AMP_AMP] = ACTIONS(2897), [anon_sym_AMP] = ACTIONS(2895), [anon_sym_SEMI] = ACTIONS(2897), [anon_sym_typedef] = ACTIONS(2895), [anon_sym_extern] = ACTIONS(2895), [anon_sym___attribute__] = ACTIONS(2895), [anon_sym_COLON_COLON] = ACTIONS(2897), [anon_sym_LBRACK_LBRACK] = ACTIONS(2897), [anon_sym___declspec] = ACTIONS(2895), [anon_sym___based] = ACTIONS(2895), [anon_sym___cdecl] = ACTIONS(2895), [anon_sym___clrcall] = ACTIONS(2895), [anon_sym___stdcall] = ACTIONS(2895), [anon_sym___fastcall] = ACTIONS(2895), [anon_sym___thiscall] = ACTIONS(2895), [anon_sym___vectorcall] = ACTIONS(2895), [anon_sym_LBRACE] = ACTIONS(2897), [anon_sym_RBRACE] = ACTIONS(2897), [anon_sym_signed] = ACTIONS(2895), [anon_sym_unsigned] = ACTIONS(2895), [anon_sym_long] = ACTIONS(2895), [anon_sym_short] = ACTIONS(2895), [anon_sym_LBRACK] = ACTIONS(2895), [anon_sym_static] = ACTIONS(2895), [anon_sym_register] = ACTIONS(2895), [anon_sym_inline] = ACTIONS(2895), [anon_sym_thread_local] = ACTIONS(2895), [anon_sym_const] = ACTIONS(2895), [anon_sym_constexpr] = ACTIONS(2895), [anon_sym_volatile] = ACTIONS(2895), [anon_sym_restrict] = ACTIONS(2895), [anon_sym___restrict__] = ACTIONS(2895), [anon_sym__Atomic] = ACTIONS(2895), [anon_sym__Noreturn] = ACTIONS(2895), [anon_sym_noreturn] = ACTIONS(2895), [anon_sym_mutable] = ACTIONS(2895), [anon_sym_constinit] = ACTIONS(2895), [anon_sym_consteval] = ACTIONS(2895), [sym_primitive_type] = ACTIONS(2895), [anon_sym_enum] = ACTIONS(2895), [anon_sym_class] = ACTIONS(2895), [anon_sym_struct] = ACTIONS(2895), [anon_sym_union] = ACTIONS(2895), [anon_sym_if] = ACTIONS(2895), [anon_sym_else] = ACTIONS(3601), [anon_sym_switch] = ACTIONS(2895), [anon_sym_case] = ACTIONS(2895), [anon_sym_default] = ACTIONS(2895), [anon_sym_while] = ACTIONS(2895), [anon_sym_do] = ACTIONS(2895), [anon_sym_for] = ACTIONS(2895), [anon_sym_return] = ACTIONS(2895), [anon_sym_break] = ACTIONS(2895), [anon_sym_continue] = ACTIONS(2895), [anon_sym_goto] = ACTIONS(2895), [anon_sym_not] = ACTIONS(2895), [anon_sym_compl] = ACTIONS(2895), [anon_sym_DASH_DASH] = ACTIONS(2897), [anon_sym_PLUS_PLUS] = ACTIONS(2897), [anon_sym_sizeof] = ACTIONS(2895), [anon_sym_offsetof] = ACTIONS(2895), [anon_sym__Generic] = ACTIONS(2895), [anon_sym_asm] = ACTIONS(2895), [anon_sym___asm__] = ACTIONS(2895), [sym_number_literal] = ACTIONS(2897), [anon_sym_L_SQUOTE] = ACTIONS(2897), [anon_sym_u_SQUOTE] = ACTIONS(2897), [anon_sym_U_SQUOTE] = ACTIONS(2897), [anon_sym_u8_SQUOTE] = ACTIONS(2897), [anon_sym_SQUOTE] = ACTIONS(2897), [anon_sym_L_DQUOTE] = ACTIONS(2897), [anon_sym_u_DQUOTE] = ACTIONS(2897), [anon_sym_U_DQUOTE] = ACTIONS(2897), [anon_sym_u8_DQUOTE] = ACTIONS(2897), [anon_sym_DQUOTE] = ACTIONS(2897), [sym_true] = ACTIONS(2895), [sym_false] = ACTIONS(2895), [anon_sym_NULL] = ACTIONS(2895), [anon_sym_nullptr] = ACTIONS(2895), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2895), [anon_sym_decltype] = ACTIONS(2895), [anon_sym_virtual] = ACTIONS(2895), [anon_sym_explicit] = ACTIONS(2895), [anon_sym_typename] = ACTIONS(2895), [anon_sym_template] = ACTIONS(2895), [anon_sym_operator] = ACTIONS(2895), [anon_sym_try] = ACTIONS(2895), [anon_sym_delete] = ACTIONS(2895), [anon_sym_throw] = ACTIONS(2895), [anon_sym_namespace] = ACTIONS(2895), [anon_sym_using] = ACTIONS(2895), [anon_sym_static_assert] = ACTIONS(2895), [anon_sym_concept] = ACTIONS(2895), [anon_sym_co_return] = ACTIONS(2895), [anon_sym_co_yield] = ACTIONS(2895), [anon_sym_R_DQUOTE] = ACTIONS(2897), [anon_sym_LR_DQUOTE] = ACTIONS(2897), [anon_sym_uR_DQUOTE] = ACTIONS(2897), [anon_sym_UR_DQUOTE] = ACTIONS(2897), [anon_sym_u8R_DQUOTE] = ACTIONS(2897), [anon_sym_co_await] = ACTIONS(2895), [anon_sym_new] = ACTIONS(2895), [anon_sym_requires] = ACTIONS(2895), [sym_this] = ACTIONS(2895), }, [803] = { [sym_identifier] = ACTIONS(3231), [aux_sym_preproc_include_token1] = ACTIONS(3231), [aux_sym_preproc_def_token1] = ACTIONS(3231), [aux_sym_preproc_if_token1] = ACTIONS(3231), [aux_sym_preproc_if_token2] = ACTIONS(3231), [aux_sym_preproc_ifdef_token1] = ACTIONS(3231), [aux_sym_preproc_ifdef_token2] = ACTIONS(3231), [aux_sym_preproc_else_token1] = ACTIONS(3231), [aux_sym_preproc_elif_token1] = ACTIONS(3231), [sym_preproc_directive] = ACTIONS(3231), [anon_sym_LPAREN2] = ACTIONS(3233), [anon_sym_BANG] = ACTIONS(3233), [anon_sym_TILDE] = ACTIONS(3233), [anon_sym_DASH] = ACTIONS(3231), [anon_sym_PLUS] = ACTIONS(3231), [anon_sym_STAR] = ACTIONS(3233), [anon_sym_AMP_AMP] = ACTIONS(3233), [anon_sym_AMP] = ACTIONS(3231), [anon_sym_SEMI] = ACTIONS(3233), [anon_sym_typedef] = ACTIONS(3231), [anon_sym_extern] = ACTIONS(3231), [anon_sym___attribute__] = ACTIONS(3231), [anon_sym_COLON_COLON] = ACTIONS(3233), [anon_sym_LBRACK_LBRACK] = ACTIONS(3233), [anon_sym___declspec] = ACTIONS(3231), [anon_sym___based] = ACTIONS(3231), [anon_sym___cdecl] = ACTIONS(3231), [anon_sym___clrcall] = ACTIONS(3231), [anon_sym___stdcall] = ACTIONS(3231), [anon_sym___fastcall] = ACTIONS(3231), [anon_sym___thiscall] = ACTIONS(3231), [anon_sym___vectorcall] = ACTIONS(3231), [anon_sym_LBRACE] = ACTIONS(3233), [anon_sym_signed] = ACTIONS(3231), [anon_sym_unsigned] = ACTIONS(3231), [anon_sym_long] = ACTIONS(3231), [anon_sym_short] = ACTIONS(3231), [anon_sym_LBRACK] = ACTIONS(3231), [anon_sym_static] = ACTIONS(3231), [anon_sym_register] = ACTIONS(3231), [anon_sym_inline] = ACTIONS(3231), [anon_sym_thread_local] = ACTIONS(3231), [anon_sym_const] = ACTIONS(3231), [anon_sym_constexpr] = ACTIONS(3231), [anon_sym_volatile] = ACTIONS(3231), [anon_sym_restrict] = ACTIONS(3231), [anon_sym___restrict__] = ACTIONS(3231), [anon_sym__Atomic] = ACTIONS(3231), [anon_sym__Noreturn] = ACTIONS(3231), [anon_sym_noreturn] = ACTIONS(3231), [anon_sym_mutable] = ACTIONS(3231), [anon_sym_constinit] = ACTIONS(3231), [anon_sym_consteval] = ACTIONS(3231), [sym_primitive_type] = ACTIONS(3231), [anon_sym_enum] = ACTIONS(3231), [anon_sym_class] = ACTIONS(3231), [anon_sym_struct] = ACTIONS(3231), [anon_sym_union] = ACTIONS(3231), [anon_sym_if] = ACTIONS(3231), [anon_sym_switch] = ACTIONS(3231), [anon_sym_case] = ACTIONS(3231), [anon_sym_default] = ACTIONS(3231), [anon_sym_while] = ACTIONS(3231), [anon_sym_do] = ACTIONS(3231), [anon_sym_for] = ACTIONS(3231), [anon_sym_return] = ACTIONS(3231), [anon_sym_break] = ACTIONS(3231), [anon_sym_continue] = ACTIONS(3231), [anon_sym_goto] = ACTIONS(3231), [anon_sym_not] = ACTIONS(3231), [anon_sym_compl] = ACTIONS(3231), [anon_sym_DASH_DASH] = ACTIONS(3233), [anon_sym_PLUS_PLUS] = ACTIONS(3233), [anon_sym_sizeof] = ACTIONS(3231), [anon_sym_offsetof] = ACTIONS(3231), [anon_sym__Generic] = ACTIONS(3231), [anon_sym_asm] = ACTIONS(3231), [anon_sym___asm__] = ACTIONS(3231), [sym_number_literal] = ACTIONS(3233), [anon_sym_L_SQUOTE] = ACTIONS(3233), [anon_sym_u_SQUOTE] = ACTIONS(3233), [anon_sym_U_SQUOTE] = ACTIONS(3233), [anon_sym_u8_SQUOTE] = ACTIONS(3233), [anon_sym_SQUOTE] = ACTIONS(3233), [anon_sym_L_DQUOTE] = ACTIONS(3233), [anon_sym_u_DQUOTE] = ACTIONS(3233), [anon_sym_U_DQUOTE] = ACTIONS(3233), [anon_sym_u8_DQUOTE] = ACTIONS(3233), [anon_sym_DQUOTE] = ACTIONS(3233), [sym_true] = ACTIONS(3231), [sym_false] = ACTIONS(3231), [anon_sym_NULL] = ACTIONS(3231), [anon_sym_nullptr] = ACTIONS(3231), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3231), [anon_sym_decltype] = ACTIONS(3231), [anon_sym_virtual] = ACTIONS(3231), [anon_sym_explicit] = ACTIONS(3231), [anon_sym_typename] = ACTIONS(3231), [anon_sym_template] = ACTIONS(3231), [anon_sym_operator] = ACTIONS(3231), [anon_sym_try] = ACTIONS(3231), [anon_sym_delete] = ACTIONS(3231), [anon_sym_throw] = ACTIONS(3231), [anon_sym_namespace] = ACTIONS(3231), [anon_sym_using] = ACTIONS(3231), [anon_sym_static_assert] = ACTIONS(3231), [anon_sym_concept] = ACTIONS(3231), [anon_sym_co_return] = ACTIONS(3231), [anon_sym_co_yield] = ACTIONS(3231), [anon_sym_R_DQUOTE] = ACTIONS(3233), [anon_sym_LR_DQUOTE] = ACTIONS(3233), [anon_sym_uR_DQUOTE] = ACTIONS(3233), [anon_sym_UR_DQUOTE] = ACTIONS(3233), [anon_sym_u8R_DQUOTE] = ACTIONS(3233), [anon_sym_co_await] = ACTIONS(3231), [anon_sym_new] = ACTIONS(3231), [anon_sym_requires] = ACTIONS(3231), [sym_this] = ACTIONS(3231), }, [804] = { [sym_identifier] = ACTIONS(3325), [aux_sym_preproc_include_token1] = ACTIONS(3325), [aux_sym_preproc_def_token1] = ACTIONS(3325), [aux_sym_preproc_if_token1] = ACTIONS(3325), [aux_sym_preproc_if_token2] = ACTIONS(3325), [aux_sym_preproc_ifdef_token1] = ACTIONS(3325), [aux_sym_preproc_ifdef_token2] = ACTIONS(3325), [aux_sym_preproc_else_token1] = ACTIONS(3325), [aux_sym_preproc_elif_token1] = ACTIONS(3325), [sym_preproc_directive] = ACTIONS(3325), [anon_sym_LPAREN2] = ACTIONS(3327), [anon_sym_BANG] = ACTIONS(3327), [anon_sym_TILDE] = ACTIONS(3327), [anon_sym_DASH] = ACTIONS(3325), [anon_sym_PLUS] = ACTIONS(3325), [anon_sym_STAR] = ACTIONS(3327), [anon_sym_AMP_AMP] = ACTIONS(3327), [anon_sym_AMP] = ACTIONS(3325), [anon_sym_SEMI] = ACTIONS(3327), [anon_sym_typedef] = ACTIONS(3325), [anon_sym_extern] = ACTIONS(3325), [anon_sym___attribute__] = ACTIONS(3325), [anon_sym_COLON_COLON] = ACTIONS(3327), [anon_sym_LBRACK_LBRACK] = ACTIONS(3327), [anon_sym___declspec] = ACTIONS(3325), [anon_sym___based] = ACTIONS(3325), [anon_sym___cdecl] = ACTIONS(3325), [anon_sym___clrcall] = ACTIONS(3325), [anon_sym___stdcall] = ACTIONS(3325), [anon_sym___fastcall] = ACTIONS(3325), [anon_sym___thiscall] = ACTIONS(3325), [anon_sym___vectorcall] = ACTIONS(3325), [anon_sym_LBRACE] = ACTIONS(3327), [anon_sym_signed] = ACTIONS(3325), [anon_sym_unsigned] = ACTIONS(3325), [anon_sym_long] = ACTIONS(3325), [anon_sym_short] = ACTIONS(3325), [anon_sym_LBRACK] = ACTIONS(3325), [anon_sym_static] = ACTIONS(3325), [anon_sym_register] = ACTIONS(3325), [anon_sym_inline] = ACTIONS(3325), [anon_sym_thread_local] = ACTIONS(3325), [anon_sym_const] = ACTIONS(3325), [anon_sym_constexpr] = ACTIONS(3325), [anon_sym_volatile] = ACTIONS(3325), [anon_sym_restrict] = ACTIONS(3325), [anon_sym___restrict__] = ACTIONS(3325), [anon_sym__Atomic] = ACTIONS(3325), [anon_sym__Noreturn] = ACTIONS(3325), [anon_sym_noreturn] = ACTIONS(3325), [anon_sym_mutable] = ACTIONS(3325), [anon_sym_constinit] = ACTIONS(3325), [anon_sym_consteval] = ACTIONS(3325), [sym_primitive_type] = ACTIONS(3325), [anon_sym_enum] = ACTIONS(3325), [anon_sym_class] = ACTIONS(3325), [anon_sym_struct] = ACTIONS(3325), [anon_sym_union] = ACTIONS(3325), [anon_sym_if] = ACTIONS(3325), [anon_sym_switch] = ACTIONS(3325), [anon_sym_case] = ACTIONS(3325), [anon_sym_default] = ACTIONS(3325), [anon_sym_while] = ACTIONS(3325), [anon_sym_do] = ACTIONS(3325), [anon_sym_for] = ACTIONS(3325), [anon_sym_return] = ACTIONS(3325), [anon_sym_break] = ACTIONS(3325), [anon_sym_continue] = ACTIONS(3325), [anon_sym_goto] = ACTIONS(3325), [anon_sym_not] = ACTIONS(3325), [anon_sym_compl] = ACTIONS(3325), [anon_sym_DASH_DASH] = ACTIONS(3327), [anon_sym_PLUS_PLUS] = ACTIONS(3327), [anon_sym_sizeof] = ACTIONS(3325), [anon_sym_offsetof] = ACTIONS(3325), [anon_sym__Generic] = ACTIONS(3325), [anon_sym_asm] = ACTIONS(3325), [anon_sym___asm__] = ACTIONS(3325), [sym_number_literal] = ACTIONS(3327), [anon_sym_L_SQUOTE] = ACTIONS(3327), [anon_sym_u_SQUOTE] = ACTIONS(3327), [anon_sym_U_SQUOTE] = ACTIONS(3327), [anon_sym_u8_SQUOTE] = ACTIONS(3327), [anon_sym_SQUOTE] = ACTIONS(3327), [anon_sym_L_DQUOTE] = ACTIONS(3327), [anon_sym_u_DQUOTE] = ACTIONS(3327), [anon_sym_U_DQUOTE] = ACTIONS(3327), [anon_sym_u8_DQUOTE] = ACTIONS(3327), [anon_sym_DQUOTE] = ACTIONS(3327), [sym_true] = ACTIONS(3325), [sym_false] = ACTIONS(3325), [anon_sym_NULL] = ACTIONS(3325), [anon_sym_nullptr] = ACTIONS(3325), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3325), [anon_sym_decltype] = ACTIONS(3325), [anon_sym_virtual] = ACTIONS(3325), [anon_sym_explicit] = ACTIONS(3325), [anon_sym_typename] = ACTIONS(3325), [anon_sym_template] = ACTIONS(3325), [anon_sym_operator] = ACTIONS(3325), [anon_sym_try] = ACTIONS(3325), [anon_sym_delete] = ACTIONS(3325), [anon_sym_throw] = ACTIONS(3325), [anon_sym_namespace] = ACTIONS(3325), [anon_sym_using] = ACTIONS(3325), [anon_sym_static_assert] = ACTIONS(3325), [anon_sym_concept] = ACTIONS(3325), [anon_sym_co_return] = ACTIONS(3325), [anon_sym_co_yield] = ACTIONS(3325), [anon_sym_R_DQUOTE] = ACTIONS(3327), [anon_sym_LR_DQUOTE] = ACTIONS(3327), [anon_sym_uR_DQUOTE] = ACTIONS(3327), [anon_sym_UR_DQUOTE] = ACTIONS(3327), [anon_sym_u8R_DQUOTE] = ACTIONS(3327), [anon_sym_co_await] = ACTIONS(3325), [anon_sym_new] = ACTIONS(3325), [anon_sym_requires] = ACTIONS(3325), [sym_this] = ACTIONS(3325), }, [805] = { [sym_else_clause] = STATE(986), [sym_identifier] = ACTIONS(2905), [aux_sym_preproc_include_token1] = ACTIONS(2905), [aux_sym_preproc_def_token1] = ACTIONS(2905), [aux_sym_preproc_if_token1] = ACTIONS(2905), [aux_sym_preproc_if_token2] = ACTIONS(2905), [aux_sym_preproc_ifdef_token1] = ACTIONS(2905), [aux_sym_preproc_ifdef_token2] = ACTIONS(2905), [sym_preproc_directive] = ACTIONS(2905), [anon_sym_LPAREN2] = ACTIONS(2907), [anon_sym_BANG] = ACTIONS(2907), [anon_sym_TILDE] = ACTIONS(2907), [anon_sym_DASH] = ACTIONS(2905), [anon_sym_PLUS] = ACTIONS(2905), [anon_sym_STAR] = ACTIONS(2907), [anon_sym_AMP_AMP] = ACTIONS(2907), [anon_sym_AMP] = ACTIONS(2905), [anon_sym_SEMI] = ACTIONS(2907), [anon_sym_typedef] = ACTIONS(2905), [anon_sym_extern] = ACTIONS(2905), [anon_sym___attribute__] = ACTIONS(2905), [anon_sym_COLON_COLON] = ACTIONS(2907), [anon_sym_LBRACK_LBRACK] = ACTIONS(2907), [anon_sym___declspec] = ACTIONS(2905), [anon_sym___based] = ACTIONS(2905), [anon_sym___cdecl] = ACTIONS(2905), [anon_sym___clrcall] = ACTIONS(2905), [anon_sym___stdcall] = ACTIONS(2905), [anon_sym___fastcall] = ACTIONS(2905), [anon_sym___thiscall] = ACTIONS(2905), [anon_sym___vectorcall] = ACTIONS(2905), [anon_sym_LBRACE] = ACTIONS(2907), [anon_sym_signed] = ACTIONS(2905), [anon_sym_unsigned] = ACTIONS(2905), [anon_sym_long] = ACTIONS(2905), [anon_sym_short] = ACTIONS(2905), [anon_sym_LBRACK] = ACTIONS(2905), [anon_sym_static] = ACTIONS(2905), [anon_sym_register] = ACTIONS(2905), [anon_sym_inline] = ACTIONS(2905), [anon_sym_thread_local] = ACTIONS(2905), [anon_sym_const] = ACTIONS(2905), [anon_sym_constexpr] = ACTIONS(2905), [anon_sym_volatile] = ACTIONS(2905), [anon_sym_restrict] = ACTIONS(2905), [anon_sym___restrict__] = ACTIONS(2905), [anon_sym__Atomic] = ACTIONS(2905), [anon_sym__Noreturn] = ACTIONS(2905), [anon_sym_noreturn] = ACTIONS(2905), [anon_sym_mutable] = ACTIONS(2905), [anon_sym_constinit] = ACTIONS(2905), [anon_sym_consteval] = ACTIONS(2905), [sym_primitive_type] = ACTIONS(2905), [anon_sym_enum] = ACTIONS(2905), [anon_sym_class] = ACTIONS(2905), [anon_sym_struct] = ACTIONS(2905), [anon_sym_union] = ACTIONS(2905), [anon_sym_if] = ACTIONS(2905), [anon_sym_else] = ACTIONS(3599), [anon_sym_switch] = ACTIONS(2905), [anon_sym_case] = ACTIONS(2905), [anon_sym_default] = ACTIONS(2905), [anon_sym_while] = ACTIONS(2905), [anon_sym_do] = ACTIONS(2905), [anon_sym_for] = ACTIONS(2905), [anon_sym_return] = ACTIONS(2905), [anon_sym_break] = ACTIONS(2905), [anon_sym_continue] = ACTIONS(2905), [anon_sym_goto] = ACTIONS(2905), [anon_sym_not] = ACTIONS(2905), [anon_sym_compl] = ACTIONS(2905), [anon_sym_DASH_DASH] = ACTIONS(2907), [anon_sym_PLUS_PLUS] = ACTIONS(2907), [anon_sym_sizeof] = ACTIONS(2905), [anon_sym_offsetof] = ACTIONS(2905), [anon_sym__Generic] = ACTIONS(2905), [anon_sym_asm] = ACTIONS(2905), [anon_sym___asm__] = ACTIONS(2905), [sym_number_literal] = ACTIONS(2907), [anon_sym_L_SQUOTE] = ACTIONS(2907), [anon_sym_u_SQUOTE] = ACTIONS(2907), [anon_sym_U_SQUOTE] = ACTIONS(2907), [anon_sym_u8_SQUOTE] = ACTIONS(2907), [anon_sym_SQUOTE] = ACTIONS(2907), [anon_sym_L_DQUOTE] = ACTIONS(2907), [anon_sym_u_DQUOTE] = ACTIONS(2907), [anon_sym_U_DQUOTE] = ACTIONS(2907), [anon_sym_u8_DQUOTE] = ACTIONS(2907), [anon_sym_DQUOTE] = ACTIONS(2907), [sym_true] = ACTIONS(2905), [sym_false] = ACTIONS(2905), [anon_sym_NULL] = ACTIONS(2905), [anon_sym_nullptr] = ACTIONS(2905), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2905), [anon_sym_decltype] = ACTIONS(2905), [anon_sym_virtual] = ACTIONS(2905), [anon_sym_explicit] = ACTIONS(2905), [anon_sym_typename] = ACTIONS(2905), [anon_sym_template] = ACTIONS(2905), [anon_sym_operator] = ACTIONS(2905), [anon_sym_try] = ACTIONS(2905), [anon_sym_delete] = ACTIONS(2905), [anon_sym_throw] = ACTIONS(2905), [anon_sym_namespace] = ACTIONS(2905), [anon_sym_using] = ACTIONS(2905), [anon_sym_static_assert] = ACTIONS(2905), [anon_sym_concept] = ACTIONS(2905), [anon_sym_co_return] = ACTIONS(2905), [anon_sym_co_yield] = ACTIONS(2905), [anon_sym_R_DQUOTE] = ACTIONS(2907), [anon_sym_LR_DQUOTE] = ACTIONS(2907), [anon_sym_uR_DQUOTE] = ACTIONS(2907), [anon_sym_UR_DQUOTE] = ACTIONS(2907), [anon_sym_u8R_DQUOTE] = ACTIONS(2907), [anon_sym_co_await] = ACTIONS(2905), [anon_sym_new] = ACTIONS(2905), [anon_sym_requires] = ACTIONS(2905), [sym_this] = ACTIONS(2905), }, [806] = { [sym_identifier] = ACTIONS(3433), [aux_sym_preproc_include_token1] = ACTIONS(3433), [aux_sym_preproc_def_token1] = ACTIONS(3433), [aux_sym_preproc_if_token1] = ACTIONS(3433), [aux_sym_preproc_if_token2] = ACTIONS(3433), [aux_sym_preproc_ifdef_token1] = ACTIONS(3433), [aux_sym_preproc_ifdef_token2] = ACTIONS(3433), [aux_sym_preproc_else_token1] = ACTIONS(3433), [aux_sym_preproc_elif_token1] = ACTIONS(3433), [sym_preproc_directive] = ACTIONS(3433), [anon_sym_LPAREN2] = ACTIONS(3435), [anon_sym_BANG] = ACTIONS(3435), [anon_sym_TILDE] = ACTIONS(3435), [anon_sym_DASH] = ACTIONS(3433), [anon_sym_PLUS] = ACTIONS(3433), [anon_sym_STAR] = ACTIONS(3435), [anon_sym_AMP_AMP] = ACTIONS(3435), [anon_sym_AMP] = ACTIONS(3433), [anon_sym_SEMI] = ACTIONS(3435), [anon_sym_typedef] = ACTIONS(3433), [anon_sym_extern] = ACTIONS(3433), [anon_sym___attribute__] = ACTIONS(3433), [anon_sym_COLON_COLON] = ACTIONS(3435), [anon_sym_LBRACK_LBRACK] = ACTIONS(3435), [anon_sym___declspec] = ACTIONS(3433), [anon_sym___based] = ACTIONS(3433), [anon_sym___cdecl] = ACTIONS(3433), [anon_sym___clrcall] = ACTIONS(3433), [anon_sym___stdcall] = ACTIONS(3433), [anon_sym___fastcall] = ACTIONS(3433), [anon_sym___thiscall] = ACTIONS(3433), [anon_sym___vectorcall] = ACTIONS(3433), [anon_sym_LBRACE] = ACTIONS(3435), [anon_sym_signed] = ACTIONS(3433), [anon_sym_unsigned] = ACTIONS(3433), [anon_sym_long] = ACTIONS(3433), [anon_sym_short] = ACTIONS(3433), [anon_sym_LBRACK] = ACTIONS(3433), [anon_sym_static] = ACTIONS(3433), [anon_sym_register] = ACTIONS(3433), [anon_sym_inline] = ACTIONS(3433), [anon_sym_thread_local] = ACTIONS(3433), [anon_sym_const] = ACTIONS(3433), [anon_sym_constexpr] = ACTIONS(3433), [anon_sym_volatile] = ACTIONS(3433), [anon_sym_restrict] = ACTIONS(3433), [anon_sym___restrict__] = ACTIONS(3433), [anon_sym__Atomic] = ACTIONS(3433), [anon_sym__Noreturn] = ACTIONS(3433), [anon_sym_noreturn] = ACTIONS(3433), [anon_sym_mutable] = ACTIONS(3433), [anon_sym_constinit] = ACTIONS(3433), [anon_sym_consteval] = ACTIONS(3433), [sym_primitive_type] = ACTIONS(3433), [anon_sym_enum] = ACTIONS(3433), [anon_sym_class] = ACTIONS(3433), [anon_sym_struct] = ACTIONS(3433), [anon_sym_union] = ACTIONS(3433), [anon_sym_if] = ACTIONS(3433), [anon_sym_switch] = ACTIONS(3433), [anon_sym_case] = ACTIONS(3433), [anon_sym_default] = ACTIONS(3433), [anon_sym_while] = ACTIONS(3433), [anon_sym_do] = ACTIONS(3433), [anon_sym_for] = ACTIONS(3433), [anon_sym_return] = ACTIONS(3433), [anon_sym_break] = ACTIONS(3433), [anon_sym_continue] = ACTIONS(3433), [anon_sym_goto] = ACTIONS(3433), [anon_sym_not] = ACTIONS(3433), [anon_sym_compl] = ACTIONS(3433), [anon_sym_DASH_DASH] = ACTIONS(3435), [anon_sym_PLUS_PLUS] = ACTIONS(3435), [anon_sym_sizeof] = ACTIONS(3433), [anon_sym_offsetof] = ACTIONS(3433), [anon_sym__Generic] = ACTIONS(3433), [anon_sym_asm] = ACTIONS(3433), [anon_sym___asm__] = ACTIONS(3433), [sym_number_literal] = ACTIONS(3435), [anon_sym_L_SQUOTE] = ACTIONS(3435), [anon_sym_u_SQUOTE] = ACTIONS(3435), [anon_sym_U_SQUOTE] = ACTIONS(3435), [anon_sym_u8_SQUOTE] = ACTIONS(3435), [anon_sym_SQUOTE] = ACTIONS(3435), [anon_sym_L_DQUOTE] = ACTIONS(3435), [anon_sym_u_DQUOTE] = ACTIONS(3435), [anon_sym_U_DQUOTE] = ACTIONS(3435), [anon_sym_u8_DQUOTE] = ACTIONS(3435), [anon_sym_DQUOTE] = ACTIONS(3435), [sym_true] = ACTIONS(3433), [sym_false] = ACTIONS(3433), [anon_sym_NULL] = ACTIONS(3433), [anon_sym_nullptr] = ACTIONS(3433), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3433), [anon_sym_decltype] = ACTIONS(3433), [anon_sym_virtual] = ACTIONS(3433), [anon_sym_explicit] = ACTIONS(3433), [anon_sym_typename] = ACTIONS(3433), [anon_sym_template] = ACTIONS(3433), [anon_sym_operator] = ACTIONS(3433), [anon_sym_try] = ACTIONS(3433), [anon_sym_delete] = ACTIONS(3433), [anon_sym_throw] = ACTIONS(3433), [anon_sym_namespace] = ACTIONS(3433), [anon_sym_using] = ACTIONS(3433), [anon_sym_static_assert] = ACTIONS(3433), [anon_sym_concept] = ACTIONS(3433), [anon_sym_co_return] = ACTIONS(3433), [anon_sym_co_yield] = ACTIONS(3433), [anon_sym_R_DQUOTE] = ACTIONS(3435), [anon_sym_LR_DQUOTE] = ACTIONS(3435), [anon_sym_uR_DQUOTE] = ACTIONS(3435), [anon_sym_UR_DQUOTE] = ACTIONS(3435), [anon_sym_u8R_DQUOTE] = ACTIONS(3435), [anon_sym_co_await] = ACTIONS(3433), [anon_sym_new] = ACTIONS(3433), [anon_sym_requires] = ACTIONS(3433), [sym_this] = ACTIONS(3433), }, [807] = { [sym_identifier] = ACTIONS(3429), [aux_sym_preproc_include_token1] = ACTIONS(3429), [aux_sym_preproc_def_token1] = ACTIONS(3429), [aux_sym_preproc_if_token1] = ACTIONS(3429), [aux_sym_preproc_if_token2] = ACTIONS(3429), [aux_sym_preproc_ifdef_token1] = ACTIONS(3429), [aux_sym_preproc_ifdef_token2] = ACTIONS(3429), [aux_sym_preproc_else_token1] = ACTIONS(3429), [aux_sym_preproc_elif_token1] = ACTIONS(3429), [sym_preproc_directive] = ACTIONS(3429), [anon_sym_LPAREN2] = ACTIONS(3431), [anon_sym_BANG] = ACTIONS(3431), [anon_sym_TILDE] = ACTIONS(3431), [anon_sym_DASH] = ACTIONS(3429), [anon_sym_PLUS] = ACTIONS(3429), [anon_sym_STAR] = ACTIONS(3431), [anon_sym_AMP_AMP] = ACTIONS(3431), [anon_sym_AMP] = ACTIONS(3429), [anon_sym_SEMI] = ACTIONS(3431), [anon_sym_typedef] = ACTIONS(3429), [anon_sym_extern] = ACTIONS(3429), [anon_sym___attribute__] = ACTIONS(3429), [anon_sym_COLON_COLON] = ACTIONS(3431), [anon_sym_LBRACK_LBRACK] = ACTIONS(3431), [anon_sym___declspec] = ACTIONS(3429), [anon_sym___based] = ACTIONS(3429), [anon_sym___cdecl] = ACTIONS(3429), [anon_sym___clrcall] = ACTIONS(3429), [anon_sym___stdcall] = ACTIONS(3429), [anon_sym___fastcall] = ACTIONS(3429), [anon_sym___thiscall] = ACTIONS(3429), [anon_sym___vectorcall] = ACTIONS(3429), [anon_sym_LBRACE] = ACTIONS(3431), [anon_sym_signed] = ACTIONS(3429), [anon_sym_unsigned] = ACTIONS(3429), [anon_sym_long] = ACTIONS(3429), [anon_sym_short] = ACTIONS(3429), [anon_sym_LBRACK] = ACTIONS(3429), [anon_sym_static] = ACTIONS(3429), [anon_sym_register] = ACTIONS(3429), [anon_sym_inline] = ACTIONS(3429), [anon_sym_thread_local] = ACTIONS(3429), [anon_sym_const] = ACTIONS(3429), [anon_sym_constexpr] = ACTIONS(3429), [anon_sym_volatile] = ACTIONS(3429), [anon_sym_restrict] = ACTIONS(3429), [anon_sym___restrict__] = ACTIONS(3429), [anon_sym__Atomic] = ACTIONS(3429), [anon_sym__Noreturn] = ACTIONS(3429), [anon_sym_noreturn] = ACTIONS(3429), [anon_sym_mutable] = ACTIONS(3429), [anon_sym_constinit] = ACTIONS(3429), [anon_sym_consteval] = ACTIONS(3429), [sym_primitive_type] = ACTIONS(3429), [anon_sym_enum] = ACTIONS(3429), [anon_sym_class] = ACTIONS(3429), [anon_sym_struct] = ACTIONS(3429), [anon_sym_union] = ACTIONS(3429), [anon_sym_if] = ACTIONS(3429), [anon_sym_switch] = ACTIONS(3429), [anon_sym_case] = ACTIONS(3429), [anon_sym_default] = ACTIONS(3429), [anon_sym_while] = ACTIONS(3429), [anon_sym_do] = ACTIONS(3429), [anon_sym_for] = ACTIONS(3429), [anon_sym_return] = ACTIONS(3429), [anon_sym_break] = ACTIONS(3429), [anon_sym_continue] = ACTIONS(3429), [anon_sym_goto] = ACTIONS(3429), [anon_sym_not] = ACTIONS(3429), [anon_sym_compl] = ACTIONS(3429), [anon_sym_DASH_DASH] = ACTIONS(3431), [anon_sym_PLUS_PLUS] = ACTIONS(3431), [anon_sym_sizeof] = ACTIONS(3429), [anon_sym_offsetof] = ACTIONS(3429), [anon_sym__Generic] = ACTIONS(3429), [anon_sym_asm] = ACTIONS(3429), [anon_sym___asm__] = ACTIONS(3429), [sym_number_literal] = ACTIONS(3431), [anon_sym_L_SQUOTE] = ACTIONS(3431), [anon_sym_u_SQUOTE] = ACTIONS(3431), [anon_sym_U_SQUOTE] = ACTIONS(3431), [anon_sym_u8_SQUOTE] = ACTIONS(3431), [anon_sym_SQUOTE] = ACTIONS(3431), [anon_sym_L_DQUOTE] = ACTIONS(3431), [anon_sym_u_DQUOTE] = ACTIONS(3431), [anon_sym_U_DQUOTE] = ACTIONS(3431), [anon_sym_u8_DQUOTE] = ACTIONS(3431), [anon_sym_DQUOTE] = ACTIONS(3431), [sym_true] = ACTIONS(3429), [sym_false] = ACTIONS(3429), [anon_sym_NULL] = ACTIONS(3429), [anon_sym_nullptr] = ACTIONS(3429), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3429), [anon_sym_decltype] = ACTIONS(3429), [anon_sym_virtual] = ACTIONS(3429), [anon_sym_explicit] = ACTIONS(3429), [anon_sym_typename] = ACTIONS(3429), [anon_sym_template] = ACTIONS(3429), [anon_sym_operator] = ACTIONS(3429), [anon_sym_try] = ACTIONS(3429), [anon_sym_delete] = ACTIONS(3429), [anon_sym_throw] = ACTIONS(3429), [anon_sym_namespace] = ACTIONS(3429), [anon_sym_using] = ACTIONS(3429), [anon_sym_static_assert] = ACTIONS(3429), [anon_sym_concept] = ACTIONS(3429), [anon_sym_co_return] = ACTIONS(3429), [anon_sym_co_yield] = ACTIONS(3429), [anon_sym_R_DQUOTE] = ACTIONS(3431), [anon_sym_LR_DQUOTE] = ACTIONS(3431), [anon_sym_uR_DQUOTE] = ACTIONS(3431), [anon_sym_UR_DQUOTE] = ACTIONS(3431), [anon_sym_u8R_DQUOTE] = ACTIONS(3431), [anon_sym_co_await] = ACTIONS(3429), [anon_sym_new] = ACTIONS(3429), [anon_sym_requires] = ACTIONS(3429), [sym_this] = ACTIONS(3429), }, [808] = { [sym_catch_clause] = STATE(535), [aux_sym_constructor_try_statement_repeat1] = STATE(535), [ts_builtin_sym_end] = ACTIONS(2891), [sym_identifier] = ACTIONS(2889), [aux_sym_preproc_include_token1] = ACTIONS(2889), [aux_sym_preproc_def_token1] = ACTIONS(2889), [aux_sym_preproc_if_token1] = ACTIONS(2889), [aux_sym_preproc_ifdef_token1] = ACTIONS(2889), [aux_sym_preproc_ifdef_token2] = ACTIONS(2889), [sym_preproc_directive] = ACTIONS(2889), [anon_sym_LPAREN2] = ACTIONS(2891), [anon_sym_BANG] = ACTIONS(2891), [anon_sym_TILDE] = ACTIONS(2891), [anon_sym_DASH] = ACTIONS(2889), [anon_sym_PLUS] = ACTIONS(2889), [anon_sym_STAR] = ACTIONS(2891), [anon_sym_AMP_AMP] = ACTIONS(2891), [anon_sym_AMP] = ACTIONS(2889), [anon_sym_typedef] = ACTIONS(2889), [anon_sym_extern] = ACTIONS(2889), [anon_sym___attribute__] = ACTIONS(2889), [anon_sym_COLON_COLON] = ACTIONS(2891), [anon_sym_LBRACK_LBRACK] = ACTIONS(2891), [anon_sym___declspec] = ACTIONS(2889), [anon_sym___based] = ACTIONS(2889), [anon_sym___cdecl] = ACTIONS(2889), [anon_sym___clrcall] = ACTIONS(2889), [anon_sym___stdcall] = ACTIONS(2889), [anon_sym___fastcall] = ACTIONS(2889), [anon_sym___thiscall] = ACTIONS(2889), [anon_sym___vectorcall] = ACTIONS(2889), [anon_sym_LBRACE] = ACTIONS(2891), [anon_sym_signed] = ACTIONS(2889), [anon_sym_unsigned] = ACTIONS(2889), [anon_sym_long] = ACTIONS(2889), [anon_sym_short] = ACTIONS(2889), [anon_sym_LBRACK] = ACTIONS(2889), [anon_sym_static] = ACTIONS(2889), [anon_sym_register] = ACTIONS(2889), [anon_sym_inline] = ACTIONS(2889), [anon_sym_thread_local] = ACTIONS(2889), [anon_sym_const] = ACTIONS(2889), [anon_sym_constexpr] = ACTIONS(2889), [anon_sym_volatile] = ACTIONS(2889), [anon_sym_restrict] = ACTIONS(2889), [anon_sym___restrict__] = ACTIONS(2889), [anon_sym__Atomic] = ACTIONS(2889), [anon_sym__Noreturn] = ACTIONS(2889), [anon_sym_noreturn] = ACTIONS(2889), [anon_sym_mutable] = ACTIONS(2889), [anon_sym_constinit] = ACTIONS(2889), [anon_sym_consteval] = ACTIONS(2889), [sym_primitive_type] = ACTIONS(2889), [anon_sym_enum] = ACTIONS(2889), [anon_sym_class] = ACTIONS(2889), [anon_sym_struct] = ACTIONS(2889), [anon_sym_union] = ACTIONS(2889), [anon_sym_if] = ACTIONS(2889), [anon_sym_switch] = ACTIONS(2889), [anon_sym_case] = ACTIONS(2889), [anon_sym_default] = ACTIONS(2889), [anon_sym_while] = ACTIONS(2889), [anon_sym_do] = ACTIONS(2889), [anon_sym_for] = ACTIONS(2889), [anon_sym_return] = ACTIONS(2889), [anon_sym_break] = ACTIONS(2889), [anon_sym_continue] = ACTIONS(2889), [anon_sym_goto] = ACTIONS(2889), [anon_sym_not] = ACTIONS(2889), [anon_sym_compl] = ACTIONS(2889), [anon_sym_DASH_DASH] = ACTIONS(2891), [anon_sym_PLUS_PLUS] = ACTIONS(2891), [anon_sym_sizeof] = ACTIONS(2889), [anon_sym_offsetof] = ACTIONS(2889), [anon_sym__Generic] = ACTIONS(2889), [anon_sym_asm] = ACTIONS(2889), [anon_sym___asm__] = ACTIONS(2889), [sym_number_literal] = ACTIONS(2891), [anon_sym_L_SQUOTE] = ACTIONS(2891), [anon_sym_u_SQUOTE] = ACTIONS(2891), [anon_sym_U_SQUOTE] = ACTIONS(2891), [anon_sym_u8_SQUOTE] = ACTIONS(2891), [anon_sym_SQUOTE] = ACTIONS(2891), [anon_sym_L_DQUOTE] = ACTIONS(2891), [anon_sym_u_DQUOTE] = ACTIONS(2891), [anon_sym_U_DQUOTE] = ACTIONS(2891), [anon_sym_u8_DQUOTE] = ACTIONS(2891), [anon_sym_DQUOTE] = ACTIONS(2891), [sym_true] = ACTIONS(2889), [sym_false] = ACTIONS(2889), [anon_sym_NULL] = ACTIONS(2889), [anon_sym_nullptr] = ACTIONS(2889), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2889), [anon_sym_decltype] = ACTIONS(2889), [anon_sym_virtual] = ACTIONS(2889), [anon_sym_explicit] = ACTIONS(2889), [anon_sym_typename] = ACTIONS(2889), [anon_sym_template] = ACTIONS(2889), [anon_sym_operator] = ACTIONS(2889), [anon_sym_try] = ACTIONS(2889), [anon_sym_delete] = ACTIONS(2889), [anon_sym_throw] = ACTIONS(2889), [anon_sym_namespace] = ACTIONS(2889), [anon_sym_using] = ACTIONS(2889), [anon_sym_static_assert] = ACTIONS(2889), [anon_sym_concept] = ACTIONS(2889), [anon_sym_co_return] = ACTIONS(2889), [anon_sym_co_yield] = ACTIONS(2889), [anon_sym_catch] = ACTIONS(3410), [anon_sym_R_DQUOTE] = ACTIONS(2891), [anon_sym_LR_DQUOTE] = ACTIONS(2891), [anon_sym_uR_DQUOTE] = ACTIONS(2891), [anon_sym_UR_DQUOTE] = ACTIONS(2891), [anon_sym_u8R_DQUOTE] = ACTIONS(2891), [anon_sym_co_await] = ACTIONS(2889), [anon_sym_new] = ACTIONS(2889), [anon_sym_requires] = ACTIONS(2889), [sym_this] = ACTIONS(2889), }, [809] = { [ts_builtin_sym_end] = ACTIONS(2903), [sym_identifier] = ACTIONS(2901), [aux_sym_preproc_include_token1] = ACTIONS(2901), [aux_sym_preproc_def_token1] = ACTIONS(2901), [aux_sym_preproc_if_token1] = ACTIONS(2901), [aux_sym_preproc_ifdef_token1] = ACTIONS(2901), [aux_sym_preproc_ifdef_token2] = ACTIONS(2901), [sym_preproc_directive] = ACTIONS(2901), [anon_sym_LPAREN2] = ACTIONS(2903), [anon_sym_BANG] = ACTIONS(2903), [anon_sym_TILDE] = ACTIONS(2903), [anon_sym_DASH] = ACTIONS(2901), [anon_sym_PLUS] = ACTIONS(2901), [anon_sym_STAR] = ACTIONS(2903), [anon_sym_AMP_AMP] = ACTIONS(2903), [anon_sym_AMP] = ACTIONS(2901), [anon_sym_SEMI] = ACTIONS(2903), [anon_sym_typedef] = ACTIONS(2901), [anon_sym_extern] = ACTIONS(2901), [anon_sym___attribute__] = ACTIONS(2901), [anon_sym_COLON_COLON] = ACTIONS(2903), [anon_sym_LBRACK_LBRACK] = ACTIONS(2903), [anon_sym___declspec] = ACTIONS(2901), [anon_sym___based] = ACTIONS(2901), [anon_sym___cdecl] = ACTIONS(2901), [anon_sym___clrcall] = ACTIONS(2901), [anon_sym___stdcall] = ACTIONS(2901), [anon_sym___fastcall] = ACTIONS(2901), [anon_sym___thiscall] = ACTIONS(2901), [anon_sym___vectorcall] = ACTIONS(2901), [anon_sym_LBRACE] = ACTIONS(2903), [anon_sym_signed] = ACTIONS(2901), [anon_sym_unsigned] = ACTIONS(2901), [anon_sym_long] = ACTIONS(2901), [anon_sym_short] = ACTIONS(2901), [anon_sym_LBRACK] = ACTIONS(2901), [anon_sym_static] = ACTIONS(2901), [anon_sym_register] = ACTIONS(2901), [anon_sym_inline] = ACTIONS(2901), [anon_sym_thread_local] = ACTIONS(2901), [anon_sym_const] = ACTIONS(2901), [anon_sym_constexpr] = ACTIONS(2901), [anon_sym_volatile] = ACTIONS(2901), [anon_sym_restrict] = ACTIONS(2901), [anon_sym___restrict__] = ACTIONS(2901), [anon_sym__Atomic] = ACTIONS(2901), [anon_sym__Noreturn] = ACTIONS(2901), [anon_sym_noreturn] = ACTIONS(2901), [anon_sym_mutable] = ACTIONS(2901), [anon_sym_constinit] = ACTIONS(2901), [anon_sym_consteval] = ACTIONS(2901), [sym_primitive_type] = ACTIONS(2901), [anon_sym_enum] = ACTIONS(2901), [anon_sym_class] = ACTIONS(2901), [anon_sym_struct] = ACTIONS(2901), [anon_sym_union] = ACTIONS(2901), [anon_sym_if] = ACTIONS(2901), [anon_sym_else] = ACTIONS(2901), [anon_sym_switch] = ACTIONS(2901), [anon_sym_case] = ACTIONS(2901), [anon_sym_default] = ACTIONS(2901), [anon_sym_while] = ACTIONS(2901), [anon_sym_do] = ACTIONS(2901), [anon_sym_for] = ACTIONS(2901), [anon_sym_return] = ACTIONS(2901), [anon_sym_break] = ACTIONS(2901), [anon_sym_continue] = ACTIONS(2901), [anon_sym_goto] = ACTIONS(2901), [anon_sym_not] = ACTIONS(2901), [anon_sym_compl] = ACTIONS(2901), [anon_sym_DASH_DASH] = ACTIONS(2903), [anon_sym_PLUS_PLUS] = ACTIONS(2903), [anon_sym_sizeof] = ACTIONS(2901), [anon_sym_offsetof] = ACTIONS(2901), [anon_sym__Generic] = ACTIONS(2901), [anon_sym_asm] = ACTIONS(2901), [anon_sym___asm__] = ACTIONS(2901), [sym_number_literal] = ACTIONS(2903), [anon_sym_L_SQUOTE] = ACTIONS(2903), [anon_sym_u_SQUOTE] = ACTIONS(2903), [anon_sym_U_SQUOTE] = ACTIONS(2903), [anon_sym_u8_SQUOTE] = ACTIONS(2903), [anon_sym_SQUOTE] = ACTIONS(2903), [anon_sym_L_DQUOTE] = ACTIONS(2903), [anon_sym_u_DQUOTE] = ACTIONS(2903), [anon_sym_U_DQUOTE] = ACTIONS(2903), [anon_sym_u8_DQUOTE] = ACTIONS(2903), [anon_sym_DQUOTE] = ACTIONS(2903), [sym_true] = ACTIONS(2901), [sym_false] = ACTIONS(2901), [anon_sym_NULL] = ACTIONS(2901), [anon_sym_nullptr] = ACTIONS(2901), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2901), [anon_sym_decltype] = ACTIONS(2901), [anon_sym_virtual] = ACTIONS(2901), [anon_sym_explicit] = ACTIONS(2901), [anon_sym_typename] = ACTIONS(2901), [anon_sym_template] = ACTIONS(2901), [anon_sym_operator] = ACTIONS(2901), [anon_sym_try] = ACTIONS(2901), [anon_sym_delete] = ACTIONS(2901), [anon_sym_throw] = ACTIONS(2901), [anon_sym_namespace] = ACTIONS(2901), [anon_sym_using] = ACTIONS(2901), [anon_sym_static_assert] = ACTIONS(2901), [anon_sym_concept] = ACTIONS(2901), [anon_sym_co_return] = ACTIONS(2901), [anon_sym_co_yield] = ACTIONS(2901), [anon_sym_catch] = ACTIONS(2901), [anon_sym_R_DQUOTE] = ACTIONS(2903), [anon_sym_LR_DQUOTE] = ACTIONS(2903), [anon_sym_uR_DQUOTE] = ACTIONS(2903), [anon_sym_UR_DQUOTE] = ACTIONS(2903), [anon_sym_u8R_DQUOTE] = ACTIONS(2903), [anon_sym_co_await] = ACTIONS(2901), [anon_sym_new] = ACTIONS(2901), [anon_sym_requires] = ACTIONS(2901), [sym_this] = ACTIONS(2901), }, [810] = { [sym_identifier] = ACTIONS(3387), [aux_sym_preproc_include_token1] = ACTIONS(3387), [aux_sym_preproc_def_token1] = ACTIONS(3387), [aux_sym_preproc_if_token1] = ACTIONS(3387), [aux_sym_preproc_if_token2] = ACTIONS(3387), [aux_sym_preproc_ifdef_token1] = ACTIONS(3387), [aux_sym_preproc_ifdef_token2] = ACTIONS(3387), [aux_sym_preproc_else_token1] = ACTIONS(3387), [aux_sym_preproc_elif_token1] = ACTIONS(3387), [sym_preproc_directive] = ACTIONS(3387), [anon_sym_LPAREN2] = ACTIONS(3389), [anon_sym_BANG] = ACTIONS(3389), [anon_sym_TILDE] = ACTIONS(3389), [anon_sym_DASH] = ACTIONS(3387), [anon_sym_PLUS] = ACTIONS(3387), [anon_sym_STAR] = ACTIONS(3389), [anon_sym_AMP_AMP] = ACTIONS(3389), [anon_sym_AMP] = ACTIONS(3387), [anon_sym_SEMI] = ACTIONS(3389), [anon_sym_typedef] = ACTIONS(3387), [anon_sym_extern] = ACTIONS(3387), [anon_sym___attribute__] = ACTIONS(3387), [anon_sym_COLON_COLON] = ACTIONS(3389), [anon_sym_LBRACK_LBRACK] = ACTIONS(3389), [anon_sym___declspec] = ACTIONS(3387), [anon_sym___based] = ACTIONS(3387), [anon_sym___cdecl] = ACTIONS(3387), [anon_sym___clrcall] = ACTIONS(3387), [anon_sym___stdcall] = ACTIONS(3387), [anon_sym___fastcall] = ACTIONS(3387), [anon_sym___thiscall] = ACTIONS(3387), [anon_sym___vectorcall] = ACTIONS(3387), [anon_sym_LBRACE] = ACTIONS(3389), [anon_sym_signed] = ACTIONS(3387), [anon_sym_unsigned] = ACTIONS(3387), [anon_sym_long] = ACTIONS(3387), [anon_sym_short] = ACTIONS(3387), [anon_sym_LBRACK] = ACTIONS(3387), [anon_sym_static] = ACTIONS(3387), [anon_sym_register] = ACTIONS(3387), [anon_sym_inline] = ACTIONS(3387), [anon_sym_thread_local] = ACTIONS(3387), [anon_sym_const] = ACTIONS(3387), [anon_sym_constexpr] = ACTIONS(3387), [anon_sym_volatile] = ACTIONS(3387), [anon_sym_restrict] = ACTIONS(3387), [anon_sym___restrict__] = ACTIONS(3387), [anon_sym__Atomic] = ACTIONS(3387), [anon_sym__Noreturn] = ACTIONS(3387), [anon_sym_noreturn] = ACTIONS(3387), [anon_sym_mutable] = ACTIONS(3387), [anon_sym_constinit] = ACTIONS(3387), [anon_sym_consteval] = ACTIONS(3387), [sym_primitive_type] = ACTIONS(3387), [anon_sym_enum] = ACTIONS(3387), [anon_sym_class] = ACTIONS(3387), [anon_sym_struct] = ACTIONS(3387), [anon_sym_union] = ACTIONS(3387), [anon_sym_if] = ACTIONS(3387), [anon_sym_switch] = ACTIONS(3387), [anon_sym_case] = ACTIONS(3387), [anon_sym_default] = ACTIONS(3387), [anon_sym_while] = ACTIONS(3387), [anon_sym_do] = ACTIONS(3387), [anon_sym_for] = ACTIONS(3387), [anon_sym_return] = ACTIONS(3387), [anon_sym_break] = ACTIONS(3387), [anon_sym_continue] = ACTIONS(3387), [anon_sym_goto] = ACTIONS(3387), [anon_sym_not] = ACTIONS(3387), [anon_sym_compl] = ACTIONS(3387), [anon_sym_DASH_DASH] = ACTIONS(3389), [anon_sym_PLUS_PLUS] = ACTIONS(3389), [anon_sym_sizeof] = ACTIONS(3387), [anon_sym_offsetof] = ACTIONS(3387), [anon_sym__Generic] = ACTIONS(3387), [anon_sym_asm] = ACTIONS(3387), [anon_sym___asm__] = ACTIONS(3387), [sym_number_literal] = ACTIONS(3389), [anon_sym_L_SQUOTE] = ACTIONS(3389), [anon_sym_u_SQUOTE] = ACTIONS(3389), [anon_sym_U_SQUOTE] = ACTIONS(3389), [anon_sym_u8_SQUOTE] = ACTIONS(3389), [anon_sym_SQUOTE] = ACTIONS(3389), [anon_sym_L_DQUOTE] = ACTIONS(3389), [anon_sym_u_DQUOTE] = ACTIONS(3389), [anon_sym_U_DQUOTE] = ACTIONS(3389), [anon_sym_u8_DQUOTE] = ACTIONS(3389), [anon_sym_DQUOTE] = ACTIONS(3389), [sym_true] = ACTIONS(3387), [sym_false] = ACTIONS(3387), [anon_sym_NULL] = ACTIONS(3387), [anon_sym_nullptr] = ACTIONS(3387), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3387), [anon_sym_decltype] = ACTIONS(3387), [anon_sym_virtual] = ACTIONS(3387), [anon_sym_explicit] = ACTIONS(3387), [anon_sym_typename] = ACTIONS(3387), [anon_sym_template] = ACTIONS(3387), [anon_sym_operator] = ACTIONS(3387), [anon_sym_try] = ACTIONS(3387), [anon_sym_delete] = ACTIONS(3387), [anon_sym_throw] = ACTIONS(3387), [anon_sym_namespace] = ACTIONS(3387), [anon_sym_using] = ACTIONS(3387), [anon_sym_static_assert] = ACTIONS(3387), [anon_sym_concept] = ACTIONS(3387), [anon_sym_co_return] = ACTIONS(3387), [anon_sym_co_yield] = ACTIONS(3387), [anon_sym_R_DQUOTE] = ACTIONS(3389), [anon_sym_LR_DQUOTE] = ACTIONS(3389), [anon_sym_uR_DQUOTE] = ACTIONS(3389), [anon_sym_UR_DQUOTE] = ACTIONS(3389), [anon_sym_u8R_DQUOTE] = ACTIONS(3389), [anon_sym_co_await] = ACTIONS(3387), [anon_sym_new] = ACTIONS(3387), [anon_sym_requires] = ACTIONS(3387), [sym_this] = ACTIONS(3387), }, [811] = { [sym_identifier] = ACTIONS(3309), [aux_sym_preproc_include_token1] = ACTIONS(3309), [aux_sym_preproc_def_token1] = ACTIONS(3309), [aux_sym_preproc_if_token1] = ACTIONS(3309), [aux_sym_preproc_if_token2] = ACTIONS(3309), [aux_sym_preproc_ifdef_token1] = ACTIONS(3309), [aux_sym_preproc_ifdef_token2] = ACTIONS(3309), [aux_sym_preproc_else_token1] = ACTIONS(3309), [aux_sym_preproc_elif_token1] = ACTIONS(3309), [sym_preproc_directive] = ACTIONS(3309), [anon_sym_LPAREN2] = ACTIONS(3311), [anon_sym_BANG] = ACTIONS(3311), [anon_sym_TILDE] = ACTIONS(3311), [anon_sym_DASH] = ACTIONS(3309), [anon_sym_PLUS] = ACTIONS(3309), [anon_sym_STAR] = ACTIONS(3311), [anon_sym_AMP_AMP] = ACTIONS(3311), [anon_sym_AMP] = ACTIONS(3309), [anon_sym_SEMI] = ACTIONS(3311), [anon_sym_typedef] = ACTIONS(3309), [anon_sym_extern] = ACTIONS(3309), [anon_sym___attribute__] = ACTIONS(3309), [anon_sym_COLON_COLON] = ACTIONS(3311), [anon_sym_LBRACK_LBRACK] = ACTIONS(3311), [anon_sym___declspec] = ACTIONS(3309), [anon_sym___based] = ACTIONS(3309), [anon_sym___cdecl] = ACTIONS(3309), [anon_sym___clrcall] = ACTIONS(3309), [anon_sym___stdcall] = ACTIONS(3309), [anon_sym___fastcall] = ACTIONS(3309), [anon_sym___thiscall] = ACTIONS(3309), [anon_sym___vectorcall] = ACTIONS(3309), [anon_sym_LBRACE] = ACTIONS(3311), [anon_sym_signed] = ACTIONS(3309), [anon_sym_unsigned] = ACTIONS(3309), [anon_sym_long] = ACTIONS(3309), [anon_sym_short] = ACTIONS(3309), [anon_sym_LBRACK] = ACTIONS(3309), [anon_sym_static] = ACTIONS(3309), [anon_sym_register] = ACTIONS(3309), [anon_sym_inline] = ACTIONS(3309), [anon_sym_thread_local] = ACTIONS(3309), [anon_sym_const] = ACTIONS(3309), [anon_sym_constexpr] = ACTIONS(3309), [anon_sym_volatile] = ACTIONS(3309), [anon_sym_restrict] = ACTIONS(3309), [anon_sym___restrict__] = ACTIONS(3309), [anon_sym__Atomic] = ACTIONS(3309), [anon_sym__Noreturn] = ACTIONS(3309), [anon_sym_noreturn] = ACTIONS(3309), [anon_sym_mutable] = ACTIONS(3309), [anon_sym_constinit] = ACTIONS(3309), [anon_sym_consteval] = ACTIONS(3309), [sym_primitive_type] = ACTIONS(3309), [anon_sym_enum] = ACTIONS(3309), [anon_sym_class] = ACTIONS(3309), [anon_sym_struct] = ACTIONS(3309), [anon_sym_union] = ACTIONS(3309), [anon_sym_if] = ACTIONS(3309), [anon_sym_switch] = ACTIONS(3309), [anon_sym_case] = ACTIONS(3309), [anon_sym_default] = ACTIONS(3309), [anon_sym_while] = ACTIONS(3309), [anon_sym_do] = ACTIONS(3309), [anon_sym_for] = ACTIONS(3309), [anon_sym_return] = ACTIONS(3309), [anon_sym_break] = ACTIONS(3309), [anon_sym_continue] = ACTIONS(3309), [anon_sym_goto] = ACTIONS(3309), [anon_sym_not] = ACTIONS(3309), [anon_sym_compl] = ACTIONS(3309), [anon_sym_DASH_DASH] = ACTIONS(3311), [anon_sym_PLUS_PLUS] = ACTIONS(3311), [anon_sym_sizeof] = ACTIONS(3309), [anon_sym_offsetof] = ACTIONS(3309), [anon_sym__Generic] = ACTIONS(3309), [anon_sym_asm] = ACTIONS(3309), [anon_sym___asm__] = ACTIONS(3309), [sym_number_literal] = ACTIONS(3311), [anon_sym_L_SQUOTE] = ACTIONS(3311), [anon_sym_u_SQUOTE] = ACTIONS(3311), [anon_sym_U_SQUOTE] = ACTIONS(3311), [anon_sym_u8_SQUOTE] = ACTIONS(3311), [anon_sym_SQUOTE] = ACTIONS(3311), [anon_sym_L_DQUOTE] = ACTIONS(3311), [anon_sym_u_DQUOTE] = ACTIONS(3311), [anon_sym_U_DQUOTE] = ACTIONS(3311), [anon_sym_u8_DQUOTE] = ACTIONS(3311), [anon_sym_DQUOTE] = ACTIONS(3311), [sym_true] = ACTIONS(3309), [sym_false] = ACTIONS(3309), [anon_sym_NULL] = ACTIONS(3309), [anon_sym_nullptr] = ACTIONS(3309), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3309), [anon_sym_decltype] = ACTIONS(3309), [anon_sym_virtual] = ACTIONS(3309), [anon_sym_explicit] = ACTIONS(3309), [anon_sym_typename] = ACTIONS(3309), [anon_sym_template] = ACTIONS(3309), [anon_sym_operator] = ACTIONS(3309), [anon_sym_try] = ACTIONS(3309), [anon_sym_delete] = ACTIONS(3309), [anon_sym_throw] = ACTIONS(3309), [anon_sym_namespace] = ACTIONS(3309), [anon_sym_using] = ACTIONS(3309), [anon_sym_static_assert] = ACTIONS(3309), [anon_sym_concept] = ACTIONS(3309), [anon_sym_co_return] = ACTIONS(3309), [anon_sym_co_yield] = ACTIONS(3309), [anon_sym_R_DQUOTE] = ACTIONS(3311), [anon_sym_LR_DQUOTE] = ACTIONS(3311), [anon_sym_uR_DQUOTE] = ACTIONS(3311), [anon_sym_UR_DQUOTE] = ACTIONS(3311), [anon_sym_u8R_DQUOTE] = ACTIONS(3311), [anon_sym_co_await] = ACTIONS(3309), [anon_sym_new] = ACTIONS(3309), [anon_sym_requires] = ACTIONS(3309), [sym_this] = ACTIONS(3309), }, [812] = { [sym_identifier] = ACTIONS(3398), [aux_sym_preproc_include_token1] = ACTIONS(3398), [aux_sym_preproc_def_token1] = ACTIONS(3398), [aux_sym_preproc_if_token1] = ACTIONS(3398), [aux_sym_preproc_if_token2] = ACTIONS(3398), [aux_sym_preproc_ifdef_token1] = ACTIONS(3398), [aux_sym_preproc_ifdef_token2] = ACTIONS(3398), [aux_sym_preproc_else_token1] = ACTIONS(3398), [aux_sym_preproc_elif_token1] = ACTIONS(3398), [sym_preproc_directive] = ACTIONS(3398), [anon_sym_LPAREN2] = ACTIONS(3400), [anon_sym_BANG] = ACTIONS(3400), [anon_sym_TILDE] = ACTIONS(3400), [anon_sym_DASH] = ACTIONS(3398), [anon_sym_PLUS] = ACTIONS(3398), [anon_sym_STAR] = ACTIONS(3400), [anon_sym_AMP_AMP] = ACTIONS(3400), [anon_sym_AMP] = ACTIONS(3398), [anon_sym_SEMI] = ACTIONS(3400), [anon_sym_typedef] = ACTIONS(3398), [anon_sym_extern] = ACTIONS(3398), [anon_sym___attribute__] = ACTIONS(3398), [anon_sym_COLON_COLON] = ACTIONS(3400), [anon_sym_LBRACK_LBRACK] = ACTIONS(3400), [anon_sym___declspec] = ACTIONS(3398), [anon_sym___based] = ACTIONS(3398), [anon_sym___cdecl] = ACTIONS(3398), [anon_sym___clrcall] = ACTIONS(3398), [anon_sym___stdcall] = ACTIONS(3398), [anon_sym___fastcall] = ACTIONS(3398), [anon_sym___thiscall] = ACTIONS(3398), [anon_sym___vectorcall] = ACTIONS(3398), [anon_sym_LBRACE] = ACTIONS(3400), [anon_sym_signed] = ACTIONS(3398), [anon_sym_unsigned] = ACTIONS(3398), [anon_sym_long] = ACTIONS(3398), [anon_sym_short] = ACTIONS(3398), [anon_sym_LBRACK] = ACTIONS(3398), [anon_sym_static] = ACTIONS(3398), [anon_sym_register] = ACTIONS(3398), [anon_sym_inline] = ACTIONS(3398), [anon_sym_thread_local] = ACTIONS(3398), [anon_sym_const] = ACTIONS(3398), [anon_sym_constexpr] = ACTIONS(3398), [anon_sym_volatile] = ACTIONS(3398), [anon_sym_restrict] = ACTIONS(3398), [anon_sym___restrict__] = ACTIONS(3398), [anon_sym__Atomic] = ACTIONS(3398), [anon_sym__Noreturn] = ACTIONS(3398), [anon_sym_noreturn] = ACTIONS(3398), [anon_sym_mutable] = ACTIONS(3398), [anon_sym_constinit] = ACTIONS(3398), [anon_sym_consteval] = ACTIONS(3398), [sym_primitive_type] = ACTIONS(3398), [anon_sym_enum] = ACTIONS(3398), [anon_sym_class] = ACTIONS(3398), [anon_sym_struct] = ACTIONS(3398), [anon_sym_union] = ACTIONS(3398), [anon_sym_if] = ACTIONS(3398), [anon_sym_switch] = ACTIONS(3398), [anon_sym_case] = ACTIONS(3398), [anon_sym_default] = ACTIONS(3398), [anon_sym_while] = ACTIONS(3398), [anon_sym_do] = ACTIONS(3398), [anon_sym_for] = ACTIONS(3398), [anon_sym_return] = ACTIONS(3398), [anon_sym_break] = ACTIONS(3398), [anon_sym_continue] = ACTIONS(3398), [anon_sym_goto] = ACTIONS(3398), [anon_sym_not] = ACTIONS(3398), [anon_sym_compl] = ACTIONS(3398), [anon_sym_DASH_DASH] = ACTIONS(3400), [anon_sym_PLUS_PLUS] = ACTIONS(3400), [anon_sym_sizeof] = ACTIONS(3398), [anon_sym_offsetof] = ACTIONS(3398), [anon_sym__Generic] = ACTIONS(3398), [anon_sym_asm] = ACTIONS(3398), [anon_sym___asm__] = ACTIONS(3398), [sym_number_literal] = ACTIONS(3400), [anon_sym_L_SQUOTE] = ACTIONS(3400), [anon_sym_u_SQUOTE] = ACTIONS(3400), [anon_sym_U_SQUOTE] = ACTIONS(3400), [anon_sym_u8_SQUOTE] = ACTIONS(3400), [anon_sym_SQUOTE] = ACTIONS(3400), [anon_sym_L_DQUOTE] = ACTIONS(3400), [anon_sym_u_DQUOTE] = ACTIONS(3400), [anon_sym_U_DQUOTE] = ACTIONS(3400), [anon_sym_u8_DQUOTE] = ACTIONS(3400), [anon_sym_DQUOTE] = ACTIONS(3400), [sym_true] = ACTIONS(3398), [sym_false] = ACTIONS(3398), [anon_sym_NULL] = ACTIONS(3398), [anon_sym_nullptr] = ACTIONS(3398), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3398), [anon_sym_decltype] = ACTIONS(3398), [anon_sym_virtual] = ACTIONS(3398), [anon_sym_explicit] = ACTIONS(3398), [anon_sym_typename] = ACTIONS(3398), [anon_sym_template] = ACTIONS(3398), [anon_sym_operator] = ACTIONS(3398), [anon_sym_try] = ACTIONS(3398), [anon_sym_delete] = ACTIONS(3398), [anon_sym_throw] = ACTIONS(3398), [anon_sym_namespace] = ACTIONS(3398), [anon_sym_using] = ACTIONS(3398), [anon_sym_static_assert] = ACTIONS(3398), [anon_sym_concept] = ACTIONS(3398), [anon_sym_co_return] = ACTIONS(3398), [anon_sym_co_yield] = ACTIONS(3398), [anon_sym_R_DQUOTE] = ACTIONS(3400), [anon_sym_LR_DQUOTE] = ACTIONS(3400), [anon_sym_uR_DQUOTE] = ACTIONS(3400), [anon_sym_UR_DQUOTE] = ACTIONS(3400), [anon_sym_u8R_DQUOTE] = ACTIONS(3400), [anon_sym_co_await] = ACTIONS(3398), [anon_sym_new] = ACTIONS(3398), [anon_sym_requires] = ACTIONS(3398), [sym_this] = ACTIONS(3398), }, [813] = { [sym_identifier] = ACTIONS(3299), [aux_sym_preproc_include_token1] = ACTIONS(3299), [aux_sym_preproc_def_token1] = ACTIONS(3299), [aux_sym_preproc_if_token1] = ACTIONS(3299), [aux_sym_preproc_if_token2] = ACTIONS(3299), [aux_sym_preproc_ifdef_token1] = ACTIONS(3299), [aux_sym_preproc_ifdef_token2] = ACTIONS(3299), [aux_sym_preproc_else_token1] = ACTIONS(3299), [aux_sym_preproc_elif_token1] = ACTIONS(3299), [sym_preproc_directive] = ACTIONS(3299), [anon_sym_LPAREN2] = ACTIONS(3301), [anon_sym_BANG] = ACTIONS(3301), [anon_sym_TILDE] = ACTIONS(3301), [anon_sym_DASH] = ACTIONS(3299), [anon_sym_PLUS] = ACTIONS(3299), [anon_sym_STAR] = ACTIONS(3301), [anon_sym_AMP_AMP] = ACTIONS(3301), [anon_sym_AMP] = ACTIONS(3299), [anon_sym_SEMI] = ACTIONS(3301), [anon_sym_typedef] = ACTIONS(3299), [anon_sym_extern] = ACTIONS(3299), [anon_sym___attribute__] = ACTIONS(3299), [anon_sym_COLON_COLON] = ACTIONS(3301), [anon_sym_LBRACK_LBRACK] = ACTIONS(3301), [anon_sym___declspec] = ACTIONS(3299), [anon_sym___based] = ACTIONS(3299), [anon_sym___cdecl] = ACTIONS(3299), [anon_sym___clrcall] = ACTIONS(3299), [anon_sym___stdcall] = ACTIONS(3299), [anon_sym___fastcall] = ACTIONS(3299), [anon_sym___thiscall] = ACTIONS(3299), [anon_sym___vectorcall] = ACTIONS(3299), [anon_sym_LBRACE] = ACTIONS(3301), [anon_sym_signed] = ACTIONS(3299), [anon_sym_unsigned] = ACTIONS(3299), [anon_sym_long] = ACTIONS(3299), [anon_sym_short] = ACTIONS(3299), [anon_sym_LBRACK] = ACTIONS(3299), [anon_sym_static] = ACTIONS(3299), [anon_sym_register] = ACTIONS(3299), [anon_sym_inline] = ACTIONS(3299), [anon_sym_thread_local] = ACTIONS(3299), [anon_sym_const] = ACTIONS(3299), [anon_sym_constexpr] = ACTIONS(3299), [anon_sym_volatile] = ACTIONS(3299), [anon_sym_restrict] = ACTIONS(3299), [anon_sym___restrict__] = ACTIONS(3299), [anon_sym__Atomic] = ACTIONS(3299), [anon_sym__Noreturn] = ACTIONS(3299), [anon_sym_noreturn] = ACTIONS(3299), [anon_sym_mutable] = ACTIONS(3299), [anon_sym_constinit] = ACTIONS(3299), [anon_sym_consteval] = ACTIONS(3299), [sym_primitive_type] = ACTIONS(3299), [anon_sym_enum] = ACTIONS(3299), [anon_sym_class] = ACTIONS(3299), [anon_sym_struct] = ACTIONS(3299), [anon_sym_union] = ACTIONS(3299), [anon_sym_if] = ACTIONS(3299), [anon_sym_switch] = ACTIONS(3299), [anon_sym_case] = ACTIONS(3299), [anon_sym_default] = ACTIONS(3299), [anon_sym_while] = ACTIONS(3299), [anon_sym_do] = ACTIONS(3299), [anon_sym_for] = ACTIONS(3299), [anon_sym_return] = ACTIONS(3299), [anon_sym_break] = ACTIONS(3299), [anon_sym_continue] = ACTIONS(3299), [anon_sym_goto] = ACTIONS(3299), [anon_sym_not] = ACTIONS(3299), [anon_sym_compl] = ACTIONS(3299), [anon_sym_DASH_DASH] = ACTIONS(3301), [anon_sym_PLUS_PLUS] = ACTIONS(3301), [anon_sym_sizeof] = ACTIONS(3299), [anon_sym_offsetof] = ACTIONS(3299), [anon_sym__Generic] = ACTIONS(3299), [anon_sym_asm] = ACTIONS(3299), [anon_sym___asm__] = ACTIONS(3299), [sym_number_literal] = ACTIONS(3301), [anon_sym_L_SQUOTE] = ACTIONS(3301), [anon_sym_u_SQUOTE] = ACTIONS(3301), [anon_sym_U_SQUOTE] = ACTIONS(3301), [anon_sym_u8_SQUOTE] = ACTIONS(3301), [anon_sym_SQUOTE] = ACTIONS(3301), [anon_sym_L_DQUOTE] = ACTIONS(3301), [anon_sym_u_DQUOTE] = ACTIONS(3301), [anon_sym_U_DQUOTE] = ACTIONS(3301), [anon_sym_u8_DQUOTE] = ACTIONS(3301), [anon_sym_DQUOTE] = ACTIONS(3301), [sym_true] = ACTIONS(3299), [sym_false] = ACTIONS(3299), [anon_sym_NULL] = ACTIONS(3299), [anon_sym_nullptr] = ACTIONS(3299), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3299), [anon_sym_decltype] = ACTIONS(3299), [anon_sym_virtual] = ACTIONS(3299), [anon_sym_explicit] = ACTIONS(3299), [anon_sym_typename] = ACTIONS(3299), [anon_sym_template] = ACTIONS(3299), [anon_sym_operator] = ACTIONS(3299), [anon_sym_try] = ACTIONS(3299), [anon_sym_delete] = ACTIONS(3299), [anon_sym_throw] = ACTIONS(3299), [anon_sym_namespace] = ACTIONS(3299), [anon_sym_using] = ACTIONS(3299), [anon_sym_static_assert] = ACTIONS(3299), [anon_sym_concept] = ACTIONS(3299), [anon_sym_co_return] = ACTIONS(3299), [anon_sym_co_yield] = ACTIONS(3299), [anon_sym_R_DQUOTE] = ACTIONS(3301), [anon_sym_LR_DQUOTE] = ACTIONS(3301), [anon_sym_uR_DQUOTE] = ACTIONS(3301), [anon_sym_UR_DQUOTE] = ACTIONS(3301), [anon_sym_u8R_DQUOTE] = ACTIONS(3301), [anon_sym_co_await] = ACTIONS(3299), [anon_sym_new] = ACTIONS(3299), [anon_sym_requires] = ACTIONS(3299), [sym_this] = ACTIONS(3299), }, [814] = { [sym_identifier] = ACTIONS(3262), [aux_sym_preproc_include_token1] = ACTIONS(3262), [aux_sym_preproc_def_token1] = ACTIONS(3262), [aux_sym_preproc_if_token1] = ACTIONS(3262), [aux_sym_preproc_if_token2] = ACTIONS(3262), [aux_sym_preproc_ifdef_token1] = ACTIONS(3262), [aux_sym_preproc_ifdef_token2] = ACTIONS(3262), [aux_sym_preproc_else_token1] = ACTIONS(3262), [aux_sym_preproc_elif_token1] = ACTIONS(3262), [sym_preproc_directive] = ACTIONS(3262), [anon_sym_LPAREN2] = ACTIONS(3264), [anon_sym_BANG] = ACTIONS(3264), [anon_sym_TILDE] = ACTIONS(3264), [anon_sym_DASH] = ACTIONS(3262), [anon_sym_PLUS] = ACTIONS(3262), [anon_sym_STAR] = ACTIONS(3264), [anon_sym_AMP_AMP] = ACTIONS(3264), [anon_sym_AMP] = ACTIONS(3262), [anon_sym_SEMI] = ACTIONS(3264), [anon_sym_typedef] = ACTIONS(3262), [anon_sym_extern] = ACTIONS(3262), [anon_sym___attribute__] = ACTIONS(3262), [anon_sym_COLON_COLON] = ACTIONS(3264), [anon_sym_LBRACK_LBRACK] = ACTIONS(3264), [anon_sym___declspec] = ACTIONS(3262), [anon_sym___based] = ACTIONS(3262), [anon_sym___cdecl] = ACTIONS(3262), [anon_sym___clrcall] = ACTIONS(3262), [anon_sym___stdcall] = ACTIONS(3262), [anon_sym___fastcall] = ACTIONS(3262), [anon_sym___thiscall] = ACTIONS(3262), [anon_sym___vectorcall] = ACTIONS(3262), [anon_sym_LBRACE] = ACTIONS(3264), [anon_sym_signed] = ACTIONS(3262), [anon_sym_unsigned] = ACTIONS(3262), [anon_sym_long] = ACTIONS(3262), [anon_sym_short] = ACTIONS(3262), [anon_sym_LBRACK] = ACTIONS(3262), [anon_sym_static] = ACTIONS(3262), [anon_sym_register] = ACTIONS(3262), [anon_sym_inline] = ACTIONS(3262), [anon_sym_thread_local] = ACTIONS(3262), [anon_sym_const] = ACTIONS(3262), [anon_sym_constexpr] = ACTIONS(3262), [anon_sym_volatile] = ACTIONS(3262), [anon_sym_restrict] = ACTIONS(3262), [anon_sym___restrict__] = ACTIONS(3262), [anon_sym__Atomic] = ACTIONS(3262), [anon_sym__Noreturn] = ACTIONS(3262), [anon_sym_noreturn] = ACTIONS(3262), [anon_sym_mutable] = ACTIONS(3262), [anon_sym_constinit] = ACTIONS(3262), [anon_sym_consteval] = ACTIONS(3262), [sym_primitive_type] = ACTIONS(3262), [anon_sym_enum] = ACTIONS(3262), [anon_sym_class] = ACTIONS(3262), [anon_sym_struct] = ACTIONS(3262), [anon_sym_union] = ACTIONS(3262), [anon_sym_if] = ACTIONS(3262), [anon_sym_switch] = ACTIONS(3262), [anon_sym_case] = ACTIONS(3262), [anon_sym_default] = ACTIONS(3262), [anon_sym_while] = ACTIONS(3262), [anon_sym_do] = ACTIONS(3262), [anon_sym_for] = ACTIONS(3262), [anon_sym_return] = ACTIONS(3262), [anon_sym_break] = ACTIONS(3262), [anon_sym_continue] = ACTIONS(3262), [anon_sym_goto] = ACTIONS(3262), [anon_sym_not] = ACTIONS(3262), [anon_sym_compl] = ACTIONS(3262), [anon_sym_DASH_DASH] = ACTIONS(3264), [anon_sym_PLUS_PLUS] = ACTIONS(3264), [anon_sym_sizeof] = ACTIONS(3262), [anon_sym_offsetof] = ACTIONS(3262), [anon_sym__Generic] = ACTIONS(3262), [anon_sym_asm] = ACTIONS(3262), [anon_sym___asm__] = ACTIONS(3262), [sym_number_literal] = ACTIONS(3264), [anon_sym_L_SQUOTE] = ACTIONS(3264), [anon_sym_u_SQUOTE] = ACTIONS(3264), [anon_sym_U_SQUOTE] = ACTIONS(3264), [anon_sym_u8_SQUOTE] = ACTIONS(3264), [anon_sym_SQUOTE] = ACTIONS(3264), [anon_sym_L_DQUOTE] = ACTIONS(3264), [anon_sym_u_DQUOTE] = ACTIONS(3264), [anon_sym_U_DQUOTE] = ACTIONS(3264), [anon_sym_u8_DQUOTE] = ACTIONS(3264), [anon_sym_DQUOTE] = ACTIONS(3264), [sym_true] = ACTIONS(3262), [sym_false] = ACTIONS(3262), [anon_sym_NULL] = ACTIONS(3262), [anon_sym_nullptr] = ACTIONS(3262), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3262), [anon_sym_decltype] = ACTIONS(3262), [anon_sym_virtual] = ACTIONS(3262), [anon_sym_explicit] = ACTIONS(3262), [anon_sym_typename] = ACTIONS(3262), [anon_sym_template] = ACTIONS(3262), [anon_sym_operator] = ACTIONS(3262), [anon_sym_try] = ACTIONS(3262), [anon_sym_delete] = ACTIONS(3262), [anon_sym_throw] = ACTIONS(3262), [anon_sym_namespace] = ACTIONS(3262), [anon_sym_using] = ACTIONS(3262), [anon_sym_static_assert] = ACTIONS(3262), [anon_sym_concept] = ACTIONS(3262), [anon_sym_co_return] = ACTIONS(3262), [anon_sym_co_yield] = ACTIONS(3262), [anon_sym_R_DQUOTE] = ACTIONS(3264), [anon_sym_LR_DQUOTE] = ACTIONS(3264), [anon_sym_uR_DQUOTE] = ACTIONS(3264), [anon_sym_UR_DQUOTE] = ACTIONS(3264), [anon_sym_u8R_DQUOTE] = ACTIONS(3264), [anon_sym_co_await] = ACTIONS(3262), [anon_sym_new] = ACTIONS(3262), [anon_sym_requires] = ACTIONS(3262), [sym_this] = ACTIONS(3262), }, [815] = { [sym_identifier] = ACTIONS(3219), [aux_sym_preproc_include_token1] = ACTIONS(3219), [aux_sym_preproc_def_token1] = ACTIONS(3219), [aux_sym_preproc_if_token1] = ACTIONS(3219), [aux_sym_preproc_if_token2] = ACTIONS(3219), [aux_sym_preproc_ifdef_token1] = ACTIONS(3219), [aux_sym_preproc_ifdef_token2] = ACTIONS(3219), [aux_sym_preproc_else_token1] = ACTIONS(3219), [aux_sym_preproc_elif_token1] = ACTIONS(3219), [sym_preproc_directive] = ACTIONS(3219), [anon_sym_LPAREN2] = ACTIONS(3221), [anon_sym_BANG] = ACTIONS(3221), [anon_sym_TILDE] = ACTIONS(3221), [anon_sym_DASH] = ACTIONS(3219), [anon_sym_PLUS] = ACTIONS(3219), [anon_sym_STAR] = ACTIONS(3221), [anon_sym_AMP_AMP] = ACTIONS(3221), [anon_sym_AMP] = ACTIONS(3219), [anon_sym_SEMI] = ACTIONS(3221), [anon_sym_typedef] = ACTIONS(3219), [anon_sym_extern] = ACTIONS(3219), [anon_sym___attribute__] = ACTIONS(3219), [anon_sym_COLON_COLON] = ACTIONS(3221), [anon_sym_LBRACK_LBRACK] = ACTIONS(3221), [anon_sym___declspec] = ACTIONS(3219), [anon_sym___based] = ACTIONS(3219), [anon_sym___cdecl] = ACTIONS(3219), [anon_sym___clrcall] = ACTIONS(3219), [anon_sym___stdcall] = ACTIONS(3219), [anon_sym___fastcall] = ACTIONS(3219), [anon_sym___thiscall] = ACTIONS(3219), [anon_sym___vectorcall] = ACTIONS(3219), [anon_sym_LBRACE] = ACTIONS(3221), [anon_sym_signed] = ACTIONS(3219), [anon_sym_unsigned] = ACTIONS(3219), [anon_sym_long] = ACTIONS(3219), [anon_sym_short] = ACTIONS(3219), [anon_sym_LBRACK] = ACTIONS(3219), [anon_sym_static] = ACTIONS(3219), [anon_sym_register] = ACTIONS(3219), [anon_sym_inline] = ACTIONS(3219), [anon_sym_thread_local] = ACTIONS(3219), [anon_sym_const] = ACTIONS(3219), [anon_sym_constexpr] = ACTIONS(3219), [anon_sym_volatile] = ACTIONS(3219), [anon_sym_restrict] = ACTIONS(3219), [anon_sym___restrict__] = ACTIONS(3219), [anon_sym__Atomic] = ACTIONS(3219), [anon_sym__Noreturn] = ACTIONS(3219), [anon_sym_noreturn] = ACTIONS(3219), [anon_sym_mutable] = ACTIONS(3219), [anon_sym_constinit] = ACTIONS(3219), [anon_sym_consteval] = ACTIONS(3219), [sym_primitive_type] = ACTIONS(3219), [anon_sym_enum] = ACTIONS(3219), [anon_sym_class] = ACTIONS(3219), [anon_sym_struct] = ACTIONS(3219), [anon_sym_union] = ACTIONS(3219), [anon_sym_if] = ACTIONS(3219), [anon_sym_switch] = ACTIONS(3219), [anon_sym_case] = ACTIONS(3219), [anon_sym_default] = ACTIONS(3219), [anon_sym_while] = ACTIONS(3219), [anon_sym_do] = ACTIONS(3219), [anon_sym_for] = ACTIONS(3219), [anon_sym_return] = ACTIONS(3219), [anon_sym_break] = ACTIONS(3219), [anon_sym_continue] = ACTIONS(3219), [anon_sym_goto] = ACTIONS(3219), [anon_sym_not] = ACTIONS(3219), [anon_sym_compl] = ACTIONS(3219), [anon_sym_DASH_DASH] = ACTIONS(3221), [anon_sym_PLUS_PLUS] = ACTIONS(3221), [anon_sym_sizeof] = ACTIONS(3219), [anon_sym_offsetof] = ACTIONS(3219), [anon_sym__Generic] = ACTIONS(3219), [anon_sym_asm] = ACTIONS(3219), [anon_sym___asm__] = ACTIONS(3219), [sym_number_literal] = ACTIONS(3221), [anon_sym_L_SQUOTE] = ACTIONS(3221), [anon_sym_u_SQUOTE] = ACTIONS(3221), [anon_sym_U_SQUOTE] = ACTIONS(3221), [anon_sym_u8_SQUOTE] = ACTIONS(3221), [anon_sym_SQUOTE] = ACTIONS(3221), [anon_sym_L_DQUOTE] = ACTIONS(3221), [anon_sym_u_DQUOTE] = ACTIONS(3221), [anon_sym_U_DQUOTE] = ACTIONS(3221), [anon_sym_u8_DQUOTE] = ACTIONS(3221), [anon_sym_DQUOTE] = ACTIONS(3221), [sym_true] = ACTIONS(3219), [sym_false] = ACTIONS(3219), [anon_sym_NULL] = ACTIONS(3219), [anon_sym_nullptr] = ACTIONS(3219), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3219), [anon_sym_decltype] = ACTIONS(3219), [anon_sym_virtual] = ACTIONS(3219), [anon_sym_explicit] = ACTIONS(3219), [anon_sym_typename] = ACTIONS(3219), [anon_sym_template] = ACTIONS(3219), [anon_sym_operator] = ACTIONS(3219), [anon_sym_try] = ACTIONS(3219), [anon_sym_delete] = ACTIONS(3219), [anon_sym_throw] = ACTIONS(3219), [anon_sym_namespace] = ACTIONS(3219), [anon_sym_using] = ACTIONS(3219), [anon_sym_static_assert] = ACTIONS(3219), [anon_sym_concept] = ACTIONS(3219), [anon_sym_co_return] = ACTIONS(3219), [anon_sym_co_yield] = ACTIONS(3219), [anon_sym_R_DQUOTE] = ACTIONS(3221), [anon_sym_LR_DQUOTE] = ACTIONS(3221), [anon_sym_uR_DQUOTE] = ACTIONS(3221), [anon_sym_UR_DQUOTE] = ACTIONS(3221), [anon_sym_u8R_DQUOTE] = ACTIONS(3221), [anon_sym_co_await] = ACTIONS(3219), [anon_sym_new] = ACTIONS(3219), [anon_sym_requires] = ACTIONS(3219), [sym_this] = ACTIONS(3219), }, [816] = { [sym_identifier] = ACTIONS(3379), [aux_sym_preproc_include_token1] = ACTIONS(3379), [aux_sym_preproc_def_token1] = ACTIONS(3379), [aux_sym_preproc_if_token1] = ACTIONS(3379), [aux_sym_preproc_if_token2] = ACTIONS(3379), [aux_sym_preproc_ifdef_token1] = ACTIONS(3379), [aux_sym_preproc_ifdef_token2] = ACTIONS(3379), [aux_sym_preproc_else_token1] = ACTIONS(3379), [aux_sym_preproc_elif_token1] = ACTIONS(3379), [sym_preproc_directive] = ACTIONS(3379), [anon_sym_LPAREN2] = ACTIONS(3381), [anon_sym_BANG] = ACTIONS(3381), [anon_sym_TILDE] = ACTIONS(3381), [anon_sym_DASH] = ACTIONS(3379), [anon_sym_PLUS] = ACTIONS(3379), [anon_sym_STAR] = ACTIONS(3381), [anon_sym_AMP_AMP] = ACTIONS(3381), [anon_sym_AMP] = ACTIONS(3379), [anon_sym_SEMI] = ACTIONS(3381), [anon_sym_typedef] = ACTIONS(3379), [anon_sym_extern] = ACTIONS(3379), [anon_sym___attribute__] = ACTIONS(3379), [anon_sym_COLON_COLON] = ACTIONS(3381), [anon_sym_LBRACK_LBRACK] = ACTIONS(3381), [anon_sym___declspec] = ACTIONS(3379), [anon_sym___based] = ACTIONS(3379), [anon_sym___cdecl] = ACTIONS(3379), [anon_sym___clrcall] = ACTIONS(3379), [anon_sym___stdcall] = ACTIONS(3379), [anon_sym___fastcall] = ACTIONS(3379), [anon_sym___thiscall] = ACTIONS(3379), [anon_sym___vectorcall] = ACTIONS(3379), [anon_sym_LBRACE] = ACTIONS(3381), [anon_sym_signed] = ACTIONS(3379), [anon_sym_unsigned] = ACTIONS(3379), [anon_sym_long] = ACTIONS(3379), [anon_sym_short] = ACTIONS(3379), [anon_sym_LBRACK] = ACTIONS(3379), [anon_sym_static] = ACTIONS(3379), [anon_sym_register] = ACTIONS(3379), [anon_sym_inline] = ACTIONS(3379), [anon_sym_thread_local] = ACTIONS(3379), [anon_sym_const] = ACTIONS(3379), [anon_sym_constexpr] = ACTIONS(3379), [anon_sym_volatile] = ACTIONS(3379), [anon_sym_restrict] = ACTIONS(3379), [anon_sym___restrict__] = ACTIONS(3379), [anon_sym__Atomic] = ACTIONS(3379), [anon_sym__Noreturn] = ACTIONS(3379), [anon_sym_noreturn] = ACTIONS(3379), [anon_sym_mutable] = ACTIONS(3379), [anon_sym_constinit] = ACTIONS(3379), [anon_sym_consteval] = ACTIONS(3379), [sym_primitive_type] = ACTIONS(3379), [anon_sym_enum] = ACTIONS(3379), [anon_sym_class] = ACTIONS(3379), [anon_sym_struct] = ACTIONS(3379), [anon_sym_union] = ACTIONS(3379), [anon_sym_if] = ACTIONS(3379), [anon_sym_switch] = ACTIONS(3379), [anon_sym_case] = ACTIONS(3379), [anon_sym_default] = ACTIONS(3379), [anon_sym_while] = ACTIONS(3379), [anon_sym_do] = ACTIONS(3379), [anon_sym_for] = ACTIONS(3379), [anon_sym_return] = ACTIONS(3379), [anon_sym_break] = ACTIONS(3379), [anon_sym_continue] = ACTIONS(3379), [anon_sym_goto] = ACTIONS(3379), [anon_sym_not] = ACTIONS(3379), [anon_sym_compl] = ACTIONS(3379), [anon_sym_DASH_DASH] = ACTIONS(3381), [anon_sym_PLUS_PLUS] = ACTIONS(3381), [anon_sym_sizeof] = ACTIONS(3379), [anon_sym_offsetof] = ACTIONS(3379), [anon_sym__Generic] = ACTIONS(3379), [anon_sym_asm] = ACTIONS(3379), [anon_sym___asm__] = ACTIONS(3379), [sym_number_literal] = ACTIONS(3381), [anon_sym_L_SQUOTE] = ACTIONS(3381), [anon_sym_u_SQUOTE] = ACTIONS(3381), [anon_sym_U_SQUOTE] = ACTIONS(3381), [anon_sym_u8_SQUOTE] = ACTIONS(3381), [anon_sym_SQUOTE] = ACTIONS(3381), [anon_sym_L_DQUOTE] = ACTIONS(3381), [anon_sym_u_DQUOTE] = ACTIONS(3381), [anon_sym_U_DQUOTE] = ACTIONS(3381), [anon_sym_u8_DQUOTE] = ACTIONS(3381), [anon_sym_DQUOTE] = ACTIONS(3381), [sym_true] = ACTIONS(3379), [sym_false] = ACTIONS(3379), [anon_sym_NULL] = ACTIONS(3379), [anon_sym_nullptr] = ACTIONS(3379), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3379), [anon_sym_decltype] = ACTIONS(3379), [anon_sym_virtual] = ACTIONS(3379), [anon_sym_explicit] = ACTIONS(3379), [anon_sym_typename] = ACTIONS(3379), [anon_sym_template] = ACTIONS(3379), [anon_sym_operator] = ACTIONS(3379), [anon_sym_try] = ACTIONS(3379), [anon_sym_delete] = ACTIONS(3379), [anon_sym_throw] = ACTIONS(3379), [anon_sym_namespace] = ACTIONS(3379), [anon_sym_using] = ACTIONS(3379), [anon_sym_static_assert] = ACTIONS(3379), [anon_sym_concept] = ACTIONS(3379), [anon_sym_co_return] = ACTIONS(3379), [anon_sym_co_yield] = ACTIONS(3379), [anon_sym_R_DQUOTE] = ACTIONS(3381), [anon_sym_LR_DQUOTE] = ACTIONS(3381), [anon_sym_uR_DQUOTE] = ACTIONS(3381), [anon_sym_UR_DQUOTE] = ACTIONS(3381), [anon_sym_u8R_DQUOTE] = ACTIONS(3381), [anon_sym_co_await] = ACTIONS(3379), [anon_sym_new] = ACTIONS(3379), [anon_sym_requires] = ACTIONS(3379), [sym_this] = ACTIONS(3379), }, [817] = { [sym_identifier] = ACTIONS(3156), [aux_sym_preproc_include_token1] = ACTIONS(3156), [aux_sym_preproc_def_token1] = ACTIONS(3156), [aux_sym_preproc_if_token1] = ACTIONS(3156), [aux_sym_preproc_if_token2] = ACTIONS(3156), [aux_sym_preproc_ifdef_token1] = ACTIONS(3156), [aux_sym_preproc_ifdef_token2] = ACTIONS(3156), [aux_sym_preproc_else_token1] = ACTIONS(3156), [aux_sym_preproc_elif_token1] = ACTIONS(3156), [sym_preproc_directive] = ACTIONS(3156), [anon_sym_LPAREN2] = ACTIONS(3158), [anon_sym_BANG] = ACTIONS(3158), [anon_sym_TILDE] = ACTIONS(3158), [anon_sym_DASH] = ACTIONS(3156), [anon_sym_PLUS] = ACTIONS(3156), [anon_sym_STAR] = ACTIONS(3158), [anon_sym_AMP_AMP] = ACTIONS(3158), [anon_sym_AMP] = ACTIONS(3156), [anon_sym_SEMI] = ACTIONS(3158), [anon_sym_typedef] = ACTIONS(3156), [anon_sym_extern] = ACTIONS(3156), [anon_sym___attribute__] = ACTIONS(3156), [anon_sym_COLON_COLON] = ACTIONS(3158), [anon_sym_LBRACK_LBRACK] = ACTIONS(3158), [anon_sym___declspec] = ACTIONS(3156), [anon_sym___based] = ACTIONS(3156), [anon_sym___cdecl] = ACTIONS(3156), [anon_sym___clrcall] = ACTIONS(3156), [anon_sym___stdcall] = ACTIONS(3156), [anon_sym___fastcall] = ACTIONS(3156), [anon_sym___thiscall] = ACTIONS(3156), [anon_sym___vectorcall] = ACTIONS(3156), [anon_sym_LBRACE] = ACTIONS(3158), [anon_sym_signed] = ACTIONS(3156), [anon_sym_unsigned] = ACTIONS(3156), [anon_sym_long] = ACTIONS(3156), [anon_sym_short] = ACTIONS(3156), [anon_sym_LBRACK] = ACTIONS(3156), [anon_sym_static] = ACTIONS(3156), [anon_sym_register] = ACTIONS(3156), [anon_sym_inline] = ACTIONS(3156), [anon_sym_thread_local] = ACTIONS(3156), [anon_sym_const] = ACTIONS(3156), [anon_sym_constexpr] = ACTIONS(3156), [anon_sym_volatile] = ACTIONS(3156), [anon_sym_restrict] = ACTIONS(3156), [anon_sym___restrict__] = ACTIONS(3156), [anon_sym__Atomic] = ACTIONS(3156), [anon_sym__Noreturn] = ACTIONS(3156), [anon_sym_noreturn] = ACTIONS(3156), [anon_sym_mutable] = ACTIONS(3156), [anon_sym_constinit] = ACTIONS(3156), [anon_sym_consteval] = ACTIONS(3156), [sym_primitive_type] = ACTIONS(3156), [anon_sym_enum] = ACTIONS(3156), [anon_sym_class] = ACTIONS(3156), [anon_sym_struct] = ACTIONS(3156), [anon_sym_union] = ACTIONS(3156), [anon_sym_if] = ACTIONS(3156), [anon_sym_switch] = ACTIONS(3156), [anon_sym_case] = ACTIONS(3156), [anon_sym_default] = ACTIONS(3156), [anon_sym_while] = ACTIONS(3156), [anon_sym_do] = ACTIONS(3156), [anon_sym_for] = ACTIONS(3156), [anon_sym_return] = ACTIONS(3156), [anon_sym_break] = ACTIONS(3156), [anon_sym_continue] = ACTIONS(3156), [anon_sym_goto] = ACTIONS(3156), [anon_sym_not] = ACTIONS(3156), [anon_sym_compl] = ACTIONS(3156), [anon_sym_DASH_DASH] = ACTIONS(3158), [anon_sym_PLUS_PLUS] = ACTIONS(3158), [anon_sym_sizeof] = ACTIONS(3156), [anon_sym_offsetof] = ACTIONS(3156), [anon_sym__Generic] = ACTIONS(3156), [anon_sym_asm] = ACTIONS(3156), [anon_sym___asm__] = ACTIONS(3156), [sym_number_literal] = ACTIONS(3158), [anon_sym_L_SQUOTE] = ACTIONS(3158), [anon_sym_u_SQUOTE] = ACTIONS(3158), [anon_sym_U_SQUOTE] = ACTIONS(3158), [anon_sym_u8_SQUOTE] = ACTIONS(3158), [anon_sym_SQUOTE] = ACTIONS(3158), [anon_sym_L_DQUOTE] = ACTIONS(3158), [anon_sym_u_DQUOTE] = ACTIONS(3158), [anon_sym_U_DQUOTE] = ACTIONS(3158), [anon_sym_u8_DQUOTE] = ACTIONS(3158), [anon_sym_DQUOTE] = ACTIONS(3158), [sym_true] = ACTIONS(3156), [sym_false] = ACTIONS(3156), [anon_sym_NULL] = ACTIONS(3156), [anon_sym_nullptr] = ACTIONS(3156), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3156), [anon_sym_decltype] = ACTIONS(3156), [anon_sym_virtual] = ACTIONS(3156), [anon_sym_explicit] = ACTIONS(3156), [anon_sym_typename] = ACTIONS(3156), [anon_sym_template] = ACTIONS(3156), [anon_sym_operator] = ACTIONS(3156), [anon_sym_try] = ACTIONS(3156), [anon_sym_delete] = ACTIONS(3156), [anon_sym_throw] = ACTIONS(3156), [anon_sym_namespace] = ACTIONS(3156), [anon_sym_using] = ACTIONS(3156), [anon_sym_static_assert] = ACTIONS(3156), [anon_sym_concept] = ACTIONS(3156), [anon_sym_co_return] = ACTIONS(3156), [anon_sym_co_yield] = ACTIONS(3156), [anon_sym_R_DQUOTE] = ACTIONS(3158), [anon_sym_LR_DQUOTE] = ACTIONS(3158), [anon_sym_uR_DQUOTE] = ACTIONS(3158), [anon_sym_UR_DQUOTE] = ACTIONS(3158), [anon_sym_u8R_DQUOTE] = ACTIONS(3158), [anon_sym_co_await] = ACTIONS(3156), [anon_sym_new] = ACTIONS(3156), [anon_sym_requires] = ACTIONS(3156), [sym_this] = ACTIONS(3156), }, [818] = { [sym_identifier] = ACTIONS(3315), [aux_sym_preproc_include_token1] = ACTIONS(3315), [aux_sym_preproc_def_token1] = ACTIONS(3315), [aux_sym_preproc_if_token1] = ACTIONS(3315), [aux_sym_preproc_if_token2] = ACTIONS(3315), [aux_sym_preproc_ifdef_token1] = ACTIONS(3315), [aux_sym_preproc_ifdef_token2] = ACTIONS(3315), [aux_sym_preproc_else_token1] = ACTIONS(3315), [aux_sym_preproc_elif_token1] = ACTIONS(3315), [sym_preproc_directive] = ACTIONS(3315), [anon_sym_LPAREN2] = ACTIONS(3317), [anon_sym_BANG] = ACTIONS(3317), [anon_sym_TILDE] = ACTIONS(3317), [anon_sym_DASH] = ACTIONS(3315), [anon_sym_PLUS] = ACTIONS(3315), [anon_sym_STAR] = ACTIONS(3317), [anon_sym_AMP_AMP] = ACTIONS(3317), [anon_sym_AMP] = ACTIONS(3315), [anon_sym_SEMI] = ACTIONS(3317), [anon_sym_typedef] = ACTIONS(3315), [anon_sym_extern] = ACTIONS(3315), [anon_sym___attribute__] = ACTIONS(3315), [anon_sym_COLON_COLON] = ACTIONS(3317), [anon_sym_LBRACK_LBRACK] = ACTIONS(3317), [anon_sym___declspec] = ACTIONS(3315), [anon_sym___based] = ACTIONS(3315), [anon_sym___cdecl] = ACTIONS(3315), [anon_sym___clrcall] = ACTIONS(3315), [anon_sym___stdcall] = ACTIONS(3315), [anon_sym___fastcall] = ACTIONS(3315), [anon_sym___thiscall] = ACTIONS(3315), [anon_sym___vectorcall] = ACTIONS(3315), [anon_sym_LBRACE] = ACTIONS(3317), [anon_sym_signed] = ACTIONS(3315), [anon_sym_unsigned] = ACTIONS(3315), [anon_sym_long] = ACTIONS(3315), [anon_sym_short] = ACTIONS(3315), [anon_sym_LBRACK] = ACTIONS(3315), [anon_sym_static] = ACTIONS(3315), [anon_sym_register] = ACTIONS(3315), [anon_sym_inline] = ACTIONS(3315), [anon_sym_thread_local] = ACTIONS(3315), [anon_sym_const] = ACTIONS(3315), [anon_sym_constexpr] = ACTIONS(3315), [anon_sym_volatile] = ACTIONS(3315), [anon_sym_restrict] = ACTIONS(3315), [anon_sym___restrict__] = ACTIONS(3315), [anon_sym__Atomic] = ACTIONS(3315), [anon_sym__Noreturn] = ACTIONS(3315), [anon_sym_noreturn] = ACTIONS(3315), [anon_sym_mutable] = ACTIONS(3315), [anon_sym_constinit] = ACTIONS(3315), [anon_sym_consteval] = ACTIONS(3315), [sym_primitive_type] = ACTIONS(3315), [anon_sym_enum] = ACTIONS(3315), [anon_sym_class] = ACTIONS(3315), [anon_sym_struct] = ACTIONS(3315), [anon_sym_union] = ACTIONS(3315), [anon_sym_if] = ACTIONS(3315), [anon_sym_switch] = ACTIONS(3315), [anon_sym_case] = ACTIONS(3315), [anon_sym_default] = ACTIONS(3315), [anon_sym_while] = ACTIONS(3315), [anon_sym_do] = ACTIONS(3315), [anon_sym_for] = ACTIONS(3315), [anon_sym_return] = ACTIONS(3315), [anon_sym_break] = ACTIONS(3315), [anon_sym_continue] = ACTIONS(3315), [anon_sym_goto] = ACTIONS(3315), [anon_sym_not] = ACTIONS(3315), [anon_sym_compl] = ACTIONS(3315), [anon_sym_DASH_DASH] = ACTIONS(3317), [anon_sym_PLUS_PLUS] = ACTIONS(3317), [anon_sym_sizeof] = ACTIONS(3315), [anon_sym_offsetof] = ACTIONS(3315), [anon_sym__Generic] = ACTIONS(3315), [anon_sym_asm] = ACTIONS(3315), [anon_sym___asm__] = ACTIONS(3315), [sym_number_literal] = ACTIONS(3317), [anon_sym_L_SQUOTE] = ACTIONS(3317), [anon_sym_u_SQUOTE] = ACTIONS(3317), [anon_sym_U_SQUOTE] = ACTIONS(3317), [anon_sym_u8_SQUOTE] = ACTIONS(3317), [anon_sym_SQUOTE] = ACTIONS(3317), [anon_sym_L_DQUOTE] = ACTIONS(3317), [anon_sym_u_DQUOTE] = ACTIONS(3317), [anon_sym_U_DQUOTE] = ACTIONS(3317), [anon_sym_u8_DQUOTE] = ACTIONS(3317), [anon_sym_DQUOTE] = ACTIONS(3317), [sym_true] = ACTIONS(3315), [sym_false] = ACTIONS(3315), [anon_sym_NULL] = ACTIONS(3315), [anon_sym_nullptr] = ACTIONS(3315), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3315), [anon_sym_decltype] = ACTIONS(3315), [anon_sym_virtual] = ACTIONS(3315), [anon_sym_explicit] = ACTIONS(3315), [anon_sym_typename] = ACTIONS(3315), [anon_sym_template] = ACTIONS(3315), [anon_sym_operator] = ACTIONS(3315), [anon_sym_try] = ACTIONS(3315), [anon_sym_delete] = ACTIONS(3315), [anon_sym_throw] = ACTIONS(3315), [anon_sym_namespace] = ACTIONS(3315), [anon_sym_using] = ACTIONS(3315), [anon_sym_static_assert] = ACTIONS(3315), [anon_sym_concept] = ACTIONS(3315), [anon_sym_co_return] = ACTIONS(3315), [anon_sym_co_yield] = ACTIONS(3315), [anon_sym_R_DQUOTE] = ACTIONS(3317), [anon_sym_LR_DQUOTE] = ACTIONS(3317), [anon_sym_uR_DQUOTE] = ACTIONS(3317), [anon_sym_UR_DQUOTE] = ACTIONS(3317), [anon_sym_u8R_DQUOTE] = ACTIONS(3317), [anon_sym_co_await] = ACTIONS(3315), [anon_sym_new] = ACTIONS(3315), [anon_sym_requires] = ACTIONS(3315), [sym_this] = ACTIONS(3315), }, [819] = { [sym_identifier] = ACTIONS(2901), [aux_sym_preproc_include_token1] = ACTIONS(2901), [aux_sym_preproc_def_token1] = ACTIONS(2901), [aux_sym_preproc_if_token1] = ACTIONS(2901), [aux_sym_preproc_ifdef_token1] = ACTIONS(2901), [aux_sym_preproc_ifdef_token2] = ACTIONS(2901), [sym_preproc_directive] = ACTIONS(2901), [anon_sym_LPAREN2] = ACTIONS(2903), [anon_sym_BANG] = ACTIONS(2903), [anon_sym_TILDE] = ACTIONS(2903), [anon_sym_DASH] = ACTIONS(2901), [anon_sym_PLUS] = ACTIONS(2901), [anon_sym_STAR] = ACTIONS(2903), [anon_sym_AMP_AMP] = ACTIONS(2903), [anon_sym_AMP] = ACTIONS(2901), [anon_sym_SEMI] = ACTIONS(2903), [anon_sym_typedef] = ACTIONS(2901), [anon_sym_extern] = ACTIONS(2901), [anon_sym___attribute__] = ACTIONS(2901), [anon_sym_COLON_COLON] = ACTIONS(2903), [anon_sym_LBRACK_LBRACK] = ACTIONS(2903), [anon_sym___declspec] = ACTIONS(2901), [anon_sym___based] = ACTIONS(2901), [anon_sym___cdecl] = ACTIONS(2901), [anon_sym___clrcall] = ACTIONS(2901), [anon_sym___stdcall] = ACTIONS(2901), [anon_sym___fastcall] = ACTIONS(2901), [anon_sym___thiscall] = ACTIONS(2901), [anon_sym___vectorcall] = ACTIONS(2901), [anon_sym_LBRACE] = ACTIONS(2903), [anon_sym_RBRACE] = ACTIONS(2903), [anon_sym_signed] = ACTIONS(2901), [anon_sym_unsigned] = ACTIONS(2901), [anon_sym_long] = ACTIONS(2901), [anon_sym_short] = ACTIONS(2901), [anon_sym_LBRACK] = ACTIONS(2901), [anon_sym_static] = ACTIONS(2901), [anon_sym_register] = ACTIONS(2901), [anon_sym_inline] = ACTIONS(2901), [anon_sym_thread_local] = ACTIONS(2901), [anon_sym_const] = ACTIONS(2901), [anon_sym_constexpr] = ACTIONS(2901), [anon_sym_volatile] = ACTIONS(2901), [anon_sym_restrict] = ACTIONS(2901), [anon_sym___restrict__] = ACTIONS(2901), [anon_sym__Atomic] = ACTIONS(2901), [anon_sym__Noreturn] = ACTIONS(2901), [anon_sym_noreturn] = ACTIONS(2901), [anon_sym_mutable] = ACTIONS(2901), [anon_sym_constinit] = ACTIONS(2901), [anon_sym_consteval] = ACTIONS(2901), [sym_primitive_type] = ACTIONS(2901), [anon_sym_enum] = ACTIONS(2901), [anon_sym_class] = ACTIONS(2901), [anon_sym_struct] = ACTIONS(2901), [anon_sym_union] = ACTIONS(2901), [anon_sym_if] = ACTIONS(2901), [anon_sym_else] = ACTIONS(2901), [anon_sym_switch] = ACTIONS(2901), [anon_sym_case] = ACTIONS(2901), [anon_sym_default] = ACTIONS(2901), [anon_sym_while] = ACTIONS(2901), [anon_sym_do] = ACTIONS(2901), [anon_sym_for] = ACTIONS(2901), [anon_sym_return] = ACTIONS(2901), [anon_sym_break] = ACTIONS(2901), [anon_sym_continue] = ACTIONS(2901), [anon_sym_goto] = ACTIONS(2901), [anon_sym_not] = ACTIONS(2901), [anon_sym_compl] = ACTIONS(2901), [anon_sym_DASH_DASH] = ACTIONS(2903), [anon_sym_PLUS_PLUS] = ACTIONS(2903), [anon_sym_sizeof] = ACTIONS(2901), [anon_sym_offsetof] = ACTIONS(2901), [anon_sym__Generic] = ACTIONS(2901), [anon_sym_asm] = ACTIONS(2901), [anon_sym___asm__] = ACTIONS(2901), [sym_number_literal] = ACTIONS(2903), [anon_sym_L_SQUOTE] = ACTIONS(2903), [anon_sym_u_SQUOTE] = ACTIONS(2903), [anon_sym_U_SQUOTE] = ACTIONS(2903), [anon_sym_u8_SQUOTE] = ACTIONS(2903), [anon_sym_SQUOTE] = ACTIONS(2903), [anon_sym_L_DQUOTE] = ACTIONS(2903), [anon_sym_u_DQUOTE] = ACTIONS(2903), [anon_sym_U_DQUOTE] = ACTIONS(2903), [anon_sym_u8_DQUOTE] = ACTIONS(2903), [anon_sym_DQUOTE] = ACTIONS(2903), [sym_true] = ACTIONS(2901), [sym_false] = ACTIONS(2901), [anon_sym_NULL] = ACTIONS(2901), [anon_sym_nullptr] = ACTIONS(2901), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2901), [anon_sym_decltype] = ACTIONS(2901), [anon_sym_virtual] = ACTIONS(2901), [anon_sym_explicit] = ACTIONS(2901), [anon_sym_typename] = ACTIONS(2901), [anon_sym_template] = ACTIONS(2901), [anon_sym_operator] = ACTIONS(2901), [anon_sym_try] = ACTIONS(2901), [anon_sym_delete] = ACTIONS(2901), [anon_sym_throw] = ACTIONS(2901), [anon_sym_namespace] = ACTIONS(2901), [anon_sym_using] = ACTIONS(2901), [anon_sym_static_assert] = ACTIONS(2901), [anon_sym_concept] = ACTIONS(2901), [anon_sym_co_return] = ACTIONS(2901), [anon_sym_co_yield] = ACTIONS(2901), [anon_sym_catch] = ACTIONS(2901), [anon_sym_R_DQUOTE] = ACTIONS(2903), [anon_sym_LR_DQUOTE] = ACTIONS(2903), [anon_sym_uR_DQUOTE] = ACTIONS(2903), [anon_sym_UR_DQUOTE] = ACTIONS(2903), [anon_sym_u8R_DQUOTE] = ACTIONS(2903), [anon_sym_co_await] = ACTIONS(2901), [anon_sym_new] = ACTIONS(2901), [anon_sym_requires] = ACTIONS(2901), [sym_this] = ACTIONS(2901), }, [820] = { [sym_identifier] = ACTIONS(2901), [aux_sym_preproc_include_token1] = ACTIONS(2901), [aux_sym_preproc_def_token1] = ACTIONS(2901), [aux_sym_preproc_if_token1] = ACTIONS(2901), [aux_sym_preproc_if_token2] = ACTIONS(2901), [aux_sym_preproc_ifdef_token1] = ACTIONS(2901), [aux_sym_preproc_ifdef_token2] = ACTIONS(2901), [sym_preproc_directive] = ACTIONS(2901), [anon_sym_LPAREN2] = ACTIONS(2903), [anon_sym_BANG] = ACTIONS(2903), [anon_sym_TILDE] = ACTIONS(2903), [anon_sym_DASH] = ACTIONS(2901), [anon_sym_PLUS] = ACTIONS(2901), [anon_sym_STAR] = ACTIONS(2903), [anon_sym_AMP_AMP] = ACTIONS(2903), [anon_sym_AMP] = ACTIONS(2901), [anon_sym_SEMI] = ACTIONS(2903), [anon_sym_typedef] = ACTIONS(2901), [anon_sym_extern] = ACTIONS(2901), [anon_sym___attribute__] = ACTIONS(2901), [anon_sym_COLON_COLON] = ACTIONS(2903), [anon_sym_LBRACK_LBRACK] = ACTIONS(2903), [anon_sym___declspec] = ACTIONS(2901), [anon_sym___based] = ACTIONS(2901), [anon_sym___cdecl] = ACTIONS(2901), [anon_sym___clrcall] = ACTIONS(2901), [anon_sym___stdcall] = ACTIONS(2901), [anon_sym___fastcall] = ACTIONS(2901), [anon_sym___thiscall] = ACTIONS(2901), [anon_sym___vectorcall] = ACTIONS(2901), [anon_sym_LBRACE] = ACTIONS(2903), [anon_sym_signed] = ACTIONS(2901), [anon_sym_unsigned] = ACTIONS(2901), [anon_sym_long] = ACTIONS(2901), [anon_sym_short] = ACTIONS(2901), [anon_sym_LBRACK] = ACTIONS(2901), [anon_sym_static] = ACTIONS(2901), [anon_sym_register] = ACTIONS(2901), [anon_sym_inline] = ACTIONS(2901), [anon_sym_thread_local] = ACTIONS(2901), [anon_sym_const] = ACTIONS(2901), [anon_sym_constexpr] = ACTIONS(2901), [anon_sym_volatile] = ACTIONS(2901), [anon_sym_restrict] = ACTIONS(2901), [anon_sym___restrict__] = ACTIONS(2901), [anon_sym__Atomic] = ACTIONS(2901), [anon_sym__Noreturn] = ACTIONS(2901), [anon_sym_noreturn] = ACTIONS(2901), [anon_sym_mutable] = ACTIONS(2901), [anon_sym_constinit] = ACTIONS(2901), [anon_sym_consteval] = ACTIONS(2901), [sym_primitive_type] = ACTIONS(2901), [anon_sym_enum] = ACTIONS(2901), [anon_sym_class] = ACTIONS(2901), [anon_sym_struct] = ACTIONS(2901), [anon_sym_union] = ACTIONS(2901), [anon_sym_if] = ACTIONS(2901), [anon_sym_else] = ACTIONS(2901), [anon_sym_switch] = ACTIONS(2901), [anon_sym_case] = ACTIONS(2901), [anon_sym_default] = ACTIONS(2901), [anon_sym_while] = ACTIONS(2901), [anon_sym_do] = ACTIONS(2901), [anon_sym_for] = ACTIONS(2901), [anon_sym_return] = ACTIONS(2901), [anon_sym_break] = ACTIONS(2901), [anon_sym_continue] = ACTIONS(2901), [anon_sym_goto] = ACTIONS(2901), [anon_sym_not] = ACTIONS(2901), [anon_sym_compl] = ACTIONS(2901), [anon_sym_DASH_DASH] = ACTIONS(2903), [anon_sym_PLUS_PLUS] = ACTIONS(2903), [anon_sym_sizeof] = ACTIONS(2901), [anon_sym_offsetof] = ACTIONS(2901), [anon_sym__Generic] = ACTIONS(2901), [anon_sym_asm] = ACTIONS(2901), [anon_sym___asm__] = ACTIONS(2901), [sym_number_literal] = ACTIONS(2903), [anon_sym_L_SQUOTE] = ACTIONS(2903), [anon_sym_u_SQUOTE] = ACTIONS(2903), [anon_sym_U_SQUOTE] = ACTIONS(2903), [anon_sym_u8_SQUOTE] = ACTIONS(2903), [anon_sym_SQUOTE] = ACTIONS(2903), [anon_sym_L_DQUOTE] = ACTIONS(2903), [anon_sym_u_DQUOTE] = ACTIONS(2903), [anon_sym_U_DQUOTE] = ACTIONS(2903), [anon_sym_u8_DQUOTE] = ACTIONS(2903), [anon_sym_DQUOTE] = ACTIONS(2903), [sym_true] = ACTIONS(2901), [sym_false] = ACTIONS(2901), [anon_sym_NULL] = ACTIONS(2901), [anon_sym_nullptr] = ACTIONS(2901), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2901), [anon_sym_decltype] = ACTIONS(2901), [anon_sym_virtual] = ACTIONS(2901), [anon_sym_explicit] = ACTIONS(2901), [anon_sym_typename] = ACTIONS(2901), [anon_sym_template] = ACTIONS(2901), [anon_sym_operator] = ACTIONS(2901), [anon_sym_try] = ACTIONS(2901), [anon_sym_delete] = ACTIONS(2901), [anon_sym_throw] = ACTIONS(2901), [anon_sym_namespace] = ACTIONS(2901), [anon_sym_using] = ACTIONS(2901), [anon_sym_static_assert] = ACTIONS(2901), [anon_sym_concept] = ACTIONS(2901), [anon_sym_co_return] = ACTIONS(2901), [anon_sym_co_yield] = ACTIONS(2901), [anon_sym_catch] = ACTIONS(2901), [anon_sym_R_DQUOTE] = ACTIONS(2903), [anon_sym_LR_DQUOTE] = ACTIONS(2903), [anon_sym_uR_DQUOTE] = ACTIONS(2903), [anon_sym_UR_DQUOTE] = ACTIONS(2903), [anon_sym_u8R_DQUOTE] = ACTIONS(2903), [anon_sym_co_await] = ACTIONS(2901), [anon_sym_new] = ACTIONS(2901), [anon_sym_requires] = ACTIONS(2901), [sym_this] = ACTIONS(2901), }, [821] = { [sym_else_clause] = STATE(1158), [sym_identifier] = ACTIONS(2905), [aux_sym_preproc_include_token1] = ACTIONS(2905), [aux_sym_preproc_def_token1] = ACTIONS(2905), [aux_sym_preproc_if_token1] = ACTIONS(2905), [aux_sym_preproc_ifdef_token1] = ACTIONS(2905), [aux_sym_preproc_ifdef_token2] = ACTIONS(2905), [sym_preproc_directive] = ACTIONS(2905), [anon_sym_LPAREN2] = ACTIONS(2907), [anon_sym_BANG] = ACTIONS(2907), [anon_sym_TILDE] = ACTIONS(2907), [anon_sym_DASH] = ACTIONS(2905), [anon_sym_PLUS] = ACTIONS(2905), [anon_sym_STAR] = ACTIONS(2907), [anon_sym_AMP_AMP] = ACTIONS(2907), [anon_sym_AMP] = ACTIONS(2905), [anon_sym_SEMI] = ACTIONS(2907), [anon_sym_typedef] = ACTIONS(2905), [anon_sym_extern] = ACTIONS(2905), [anon_sym___attribute__] = ACTIONS(2905), [anon_sym_COLON_COLON] = ACTIONS(2907), [anon_sym_LBRACK_LBRACK] = ACTIONS(2907), [anon_sym___declspec] = ACTIONS(2905), [anon_sym___based] = ACTIONS(2905), [anon_sym___cdecl] = ACTIONS(2905), [anon_sym___clrcall] = ACTIONS(2905), [anon_sym___stdcall] = ACTIONS(2905), [anon_sym___fastcall] = ACTIONS(2905), [anon_sym___thiscall] = ACTIONS(2905), [anon_sym___vectorcall] = ACTIONS(2905), [anon_sym_LBRACE] = ACTIONS(2907), [anon_sym_RBRACE] = ACTIONS(2907), [anon_sym_signed] = ACTIONS(2905), [anon_sym_unsigned] = ACTIONS(2905), [anon_sym_long] = ACTIONS(2905), [anon_sym_short] = ACTIONS(2905), [anon_sym_LBRACK] = ACTIONS(2905), [anon_sym_static] = ACTIONS(2905), [anon_sym_register] = ACTIONS(2905), [anon_sym_inline] = ACTIONS(2905), [anon_sym_thread_local] = ACTIONS(2905), [anon_sym_const] = ACTIONS(2905), [anon_sym_constexpr] = ACTIONS(2905), [anon_sym_volatile] = ACTIONS(2905), [anon_sym_restrict] = ACTIONS(2905), [anon_sym___restrict__] = ACTIONS(2905), [anon_sym__Atomic] = ACTIONS(2905), [anon_sym__Noreturn] = ACTIONS(2905), [anon_sym_noreturn] = ACTIONS(2905), [anon_sym_mutable] = ACTIONS(2905), [anon_sym_constinit] = ACTIONS(2905), [anon_sym_consteval] = ACTIONS(2905), [sym_primitive_type] = ACTIONS(2905), [anon_sym_enum] = ACTIONS(2905), [anon_sym_class] = ACTIONS(2905), [anon_sym_struct] = ACTIONS(2905), [anon_sym_union] = ACTIONS(2905), [anon_sym_if] = ACTIONS(2905), [anon_sym_else] = ACTIONS(3601), [anon_sym_switch] = ACTIONS(2905), [anon_sym_case] = ACTIONS(2905), [anon_sym_default] = ACTIONS(2905), [anon_sym_while] = ACTIONS(2905), [anon_sym_do] = ACTIONS(2905), [anon_sym_for] = ACTIONS(2905), [anon_sym_return] = ACTIONS(2905), [anon_sym_break] = ACTIONS(2905), [anon_sym_continue] = ACTIONS(2905), [anon_sym_goto] = ACTIONS(2905), [anon_sym_not] = ACTIONS(2905), [anon_sym_compl] = ACTIONS(2905), [anon_sym_DASH_DASH] = ACTIONS(2907), [anon_sym_PLUS_PLUS] = ACTIONS(2907), [anon_sym_sizeof] = ACTIONS(2905), [anon_sym_offsetof] = ACTIONS(2905), [anon_sym__Generic] = ACTIONS(2905), [anon_sym_asm] = ACTIONS(2905), [anon_sym___asm__] = ACTIONS(2905), [sym_number_literal] = ACTIONS(2907), [anon_sym_L_SQUOTE] = ACTIONS(2907), [anon_sym_u_SQUOTE] = ACTIONS(2907), [anon_sym_U_SQUOTE] = ACTIONS(2907), [anon_sym_u8_SQUOTE] = ACTIONS(2907), [anon_sym_SQUOTE] = ACTIONS(2907), [anon_sym_L_DQUOTE] = ACTIONS(2907), [anon_sym_u_DQUOTE] = ACTIONS(2907), [anon_sym_U_DQUOTE] = ACTIONS(2907), [anon_sym_u8_DQUOTE] = ACTIONS(2907), [anon_sym_DQUOTE] = ACTIONS(2907), [sym_true] = ACTIONS(2905), [sym_false] = ACTIONS(2905), [anon_sym_NULL] = ACTIONS(2905), [anon_sym_nullptr] = ACTIONS(2905), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2905), [anon_sym_decltype] = ACTIONS(2905), [anon_sym_virtual] = ACTIONS(2905), [anon_sym_explicit] = ACTIONS(2905), [anon_sym_typename] = ACTIONS(2905), [anon_sym_template] = ACTIONS(2905), [anon_sym_operator] = ACTIONS(2905), [anon_sym_try] = ACTIONS(2905), [anon_sym_delete] = ACTIONS(2905), [anon_sym_throw] = ACTIONS(2905), [anon_sym_namespace] = ACTIONS(2905), [anon_sym_using] = ACTIONS(2905), [anon_sym_static_assert] = ACTIONS(2905), [anon_sym_concept] = ACTIONS(2905), [anon_sym_co_return] = ACTIONS(2905), [anon_sym_co_yield] = ACTIONS(2905), [anon_sym_R_DQUOTE] = ACTIONS(2907), [anon_sym_LR_DQUOTE] = ACTIONS(2907), [anon_sym_uR_DQUOTE] = ACTIONS(2907), [anon_sym_UR_DQUOTE] = ACTIONS(2907), [anon_sym_u8R_DQUOTE] = ACTIONS(2907), [anon_sym_co_await] = ACTIONS(2905), [anon_sym_new] = ACTIONS(2905), [anon_sym_requires] = ACTIONS(2905), [sym_this] = ACTIONS(2905), }, [822] = { [sym_else_clause] = STATE(876), [ts_builtin_sym_end] = ACTIONS(2897), [sym_identifier] = ACTIONS(2895), [aux_sym_preproc_include_token1] = ACTIONS(2895), [aux_sym_preproc_def_token1] = ACTIONS(2895), [aux_sym_preproc_if_token1] = ACTIONS(2895), [aux_sym_preproc_ifdef_token1] = ACTIONS(2895), [aux_sym_preproc_ifdef_token2] = ACTIONS(2895), [sym_preproc_directive] = ACTIONS(2895), [anon_sym_LPAREN2] = ACTIONS(2897), [anon_sym_BANG] = ACTIONS(2897), [anon_sym_TILDE] = ACTIONS(2897), [anon_sym_DASH] = ACTIONS(2895), [anon_sym_PLUS] = ACTIONS(2895), [anon_sym_STAR] = ACTIONS(2897), [anon_sym_AMP_AMP] = ACTIONS(2897), [anon_sym_AMP] = ACTIONS(2895), [anon_sym_SEMI] = ACTIONS(2897), [anon_sym_typedef] = ACTIONS(2895), [anon_sym_extern] = ACTIONS(2895), [anon_sym___attribute__] = ACTIONS(2895), [anon_sym_COLON_COLON] = ACTIONS(2897), [anon_sym_LBRACK_LBRACK] = ACTIONS(2897), [anon_sym___declspec] = ACTIONS(2895), [anon_sym___based] = ACTIONS(2895), [anon_sym___cdecl] = ACTIONS(2895), [anon_sym___clrcall] = ACTIONS(2895), [anon_sym___stdcall] = ACTIONS(2895), [anon_sym___fastcall] = ACTIONS(2895), [anon_sym___thiscall] = ACTIONS(2895), [anon_sym___vectorcall] = ACTIONS(2895), [anon_sym_LBRACE] = ACTIONS(2897), [anon_sym_signed] = ACTIONS(2895), [anon_sym_unsigned] = ACTIONS(2895), [anon_sym_long] = ACTIONS(2895), [anon_sym_short] = ACTIONS(2895), [anon_sym_LBRACK] = ACTIONS(2895), [anon_sym_static] = ACTIONS(2895), [anon_sym_register] = ACTIONS(2895), [anon_sym_inline] = ACTIONS(2895), [anon_sym_thread_local] = ACTIONS(2895), [anon_sym_const] = ACTIONS(2895), [anon_sym_constexpr] = ACTIONS(2895), [anon_sym_volatile] = ACTIONS(2895), [anon_sym_restrict] = ACTIONS(2895), [anon_sym___restrict__] = ACTIONS(2895), [anon_sym__Atomic] = ACTIONS(2895), [anon_sym__Noreturn] = ACTIONS(2895), [anon_sym_noreturn] = ACTIONS(2895), [anon_sym_mutable] = ACTIONS(2895), [anon_sym_constinit] = ACTIONS(2895), [anon_sym_consteval] = ACTIONS(2895), [sym_primitive_type] = ACTIONS(2895), [anon_sym_enum] = ACTIONS(2895), [anon_sym_class] = ACTIONS(2895), [anon_sym_struct] = ACTIONS(2895), [anon_sym_union] = ACTIONS(2895), [anon_sym_if] = ACTIONS(2895), [anon_sym_else] = ACTIONS(3597), [anon_sym_switch] = ACTIONS(2895), [anon_sym_case] = ACTIONS(2895), [anon_sym_default] = ACTIONS(2895), [anon_sym_while] = ACTIONS(2895), [anon_sym_do] = ACTIONS(2895), [anon_sym_for] = ACTIONS(2895), [anon_sym_return] = ACTIONS(2895), [anon_sym_break] = ACTIONS(2895), [anon_sym_continue] = ACTIONS(2895), [anon_sym_goto] = ACTIONS(2895), [anon_sym_not] = ACTIONS(2895), [anon_sym_compl] = ACTIONS(2895), [anon_sym_DASH_DASH] = ACTIONS(2897), [anon_sym_PLUS_PLUS] = ACTIONS(2897), [anon_sym_sizeof] = ACTIONS(2895), [anon_sym_offsetof] = ACTIONS(2895), [anon_sym__Generic] = ACTIONS(2895), [anon_sym_asm] = ACTIONS(2895), [anon_sym___asm__] = ACTIONS(2895), [sym_number_literal] = ACTIONS(2897), [anon_sym_L_SQUOTE] = ACTIONS(2897), [anon_sym_u_SQUOTE] = ACTIONS(2897), [anon_sym_U_SQUOTE] = ACTIONS(2897), [anon_sym_u8_SQUOTE] = ACTIONS(2897), [anon_sym_SQUOTE] = ACTIONS(2897), [anon_sym_L_DQUOTE] = ACTIONS(2897), [anon_sym_u_DQUOTE] = ACTIONS(2897), [anon_sym_U_DQUOTE] = ACTIONS(2897), [anon_sym_u8_DQUOTE] = ACTIONS(2897), [anon_sym_DQUOTE] = ACTIONS(2897), [sym_true] = ACTIONS(2895), [sym_false] = ACTIONS(2895), [anon_sym_NULL] = ACTIONS(2895), [anon_sym_nullptr] = ACTIONS(2895), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2895), [anon_sym_decltype] = ACTIONS(2895), [anon_sym_virtual] = ACTIONS(2895), [anon_sym_explicit] = ACTIONS(2895), [anon_sym_typename] = ACTIONS(2895), [anon_sym_template] = ACTIONS(2895), [anon_sym_operator] = ACTIONS(2895), [anon_sym_try] = ACTIONS(2895), [anon_sym_delete] = ACTIONS(2895), [anon_sym_throw] = ACTIONS(2895), [anon_sym_namespace] = ACTIONS(2895), [anon_sym_using] = ACTIONS(2895), [anon_sym_static_assert] = ACTIONS(2895), [anon_sym_concept] = ACTIONS(2895), [anon_sym_co_return] = ACTIONS(2895), [anon_sym_co_yield] = ACTIONS(2895), [anon_sym_R_DQUOTE] = ACTIONS(2897), [anon_sym_LR_DQUOTE] = ACTIONS(2897), [anon_sym_uR_DQUOTE] = ACTIONS(2897), [anon_sym_UR_DQUOTE] = ACTIONS(2897), [anon_sym_u8R_DQUOTE] = ACTIONS(2897), [anon_sym_co_await] = ACTIONS(2895), [anon_sym_new] = ACTIONS(2895), [anon_sym_requires] = ACTIONS(2895), [sym_this] = ACTIONS(2895), }, [823] = { [sym_catch_clause] = STATE(535), [aux_sym_constructor_try_statement_repeat1] = STATE(535), [ts_builtin_sym_end] = ACTIONS(2885), [sym_identifier] = ACTIONS(2883), [aux_sym_preproc_include_token1] = ACTIONS(2883), [aux_sym_preproc_def_token1] = ACTIONS(2883), [aux_sym_preproc_if_token1] = ACTIONS(2883), [aux_sym_preproc_ifdef_token1] = ACTIONS(2883), [aux_sym_preproc_ifdef_token2] = ACTIONS(2883), [sym_preproc_directive] = ACTIONS(2883), [anon_sym_LPAREN2] = ACTIONS(2885), [anon_sym_BANG] = ACTIONS(2885), [anon_sym_TILDE] = ACTIONS(2885), [anon_sym_DASH] = ACTIONS(2883), [anon_sym_PLUS] = ACTIONS(2883), [anon_sym_STAR] = ACTIONS(2885), [anon_sym_AMP_AMP] = ACTIONS(2885), [anon_sym_AMP] = ACTIONS(2883), [anon_sym_typedef] = ACTIONS(2883), [anon_sym_extern] = ACTIONS(2883), [anon_sym___attribute__] = ACTIONS(2883), [anon_sym_COLON_COLON] = ACTIONS(2885), [anon_sym_LBRACK_LBRACK] = ACTIONS(2885), [anon_sym___declspec] = ACTIONS(2883), [anon_sym___based] = ACTIONS(2883), [anon_sym___cdecl] = ACTIONS(2883), [anon_sym___clrcall] = ACTIONS(2883), [anon_sym___stdcall] = ACTIONS(2883), [anon_sym___fastcall] = ACTIONS(2883), [anon_sym___thiscall] = ACTIONS(2883), [anon_sym___vectorcall] = ACTIONS(2883), [anon_sym_LBRACE] = ACTIONS(2885), [anon_sym_signed] = ACTIONS(2883), [anon_sym_unsigned] = ACTIONS(2883), [anon_sym_long] = ACTIONS(2883), [anon_sym_short] = ACTIONS(2883), [anon_sym_LBRACK] = ACTIONS(2883), [anon_sym_static] = ACTIONS(2883), [anon_sym_register] = ACTIONS(2883), [anon_sym_inline] = ACTIONS(2883), [anon_sym_thread_local] = ACTIONS(2883), [anon_sym_const] = ACTIONS(2883), [anon_sym_constexpr] = ACTIONS(2883), [anon_sym_volatile] = ACTIONS(2883), [anon_sym_restrict] = ACTIONS(2883), [anon_sym___restrict__] = ACTIONS(2883), [anon_sym__Atomic] = ACTIONS(2883), [anon_sym__Noreturn] = ACTIONS(2883), [anon_sym_noreturn] = ACTIONS(2883), [anon_sym_mutable] = ACTIONS(2883), [anon_sym_constinit] = ACTIONS(2883), [anon_sym_consteval] = ACTIONS(2883), [sym_primitive_type] = ACTIONS(2883), [anon_sym_enum] = ACTIONS(2883), [anon_sym_class] = ACTIONS(2883), [anon_sym_struct] = ACTIONS(2883), [anon_sym_union] = ACTIONS(2883), [anon_sym_if] = ACTIONS(2883), [anon_sym_switch] = ACTIONS(2883), [anon_sym_case] = ACTIONS(2883), [anon_sym_default] = ACTIONS(2883), [anon_sym_while] = ACTIONS(2883), [anon_sym_do] = ACTIONS(2883), [anon_sym_for] = ACTIONS(2883), [anon_sym_return] = ACTIONS(2883), [anon_sym_break] = ACTIONS(2883), [anon_sym_continue] = ACTIONS(2883), [anon_sym_goto] = ACTIONS(2883), [anon_sym_not] = ACTIONS(2883), [anon_sym_compl] = ACTIONS(2883), [anon_sym_DASH_DASH] = ACTIONS(2885), [anon_sym_PLUS_PLUS] = ACTIONS(2885), [anon_sym_sizeof] = ACTIONS(2883), [anon_sym_offsetof] = ACTIONS(2883), [anon_sym__Generic] = ACTIONS(2883), [anon_sym_asm] = ACTIONS(2883), [anon_sym___asm__] = ACTIONS(2883), [sym_number_literal] = ACTIONS(2885), [anon_sym_L_SQUOTE] = ACTIONS(2885), [anon_sym_u_SQUOTE] = ACTIONS(2885), [anon_sym_U_SQUOTE] = ACTIONS(2885), [anon_sym_u8_SQUOTE] = ACTIONS(2885), [anon_sym_SQUOTE] = ACTIONS(2885), [anon_sym_L_DQUOTE] = ACTIONS(2885), [anon_sym_u_DQUOTE] = ACTIONS(2885), [anon_sym_U_DQUOTE] = ACTIONS(2885), [anon_sym_u8_DQUOTE] = ACTIONS(2885), [anon_sym_DQUOTE] = ACTIONS(2885), [sym_true] = ACTIONS(2883), [sym_false] = ACTIONS(2883), [anon_sym_NULL] = ACTIONS(2883), [anon_sym_nullptr] = ACTIONS(2883), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2883), [anon_sym_decltype] = ACTIONS(2883), [anon_sym_virtual] = ACTIONS(2883), [anon_sym_explicit] = ACTIONS(2883), [anon_sym_typename] = ACTIONS(2883), [anon_sym_template] = ACTIONS(2883), [anon_sym_operator] = ACTIONS(2883), [anon_sym_try] = ACTIONS(2883), [anon_sym_delete] = ACTIONS(2883), [anon_sym_throw] = ACTIONS(2883), [anon_sym_namespace] = ACTIONS(2883), [anon_sym_using] = ACTIONS(2883), [anon_sym_static_assert] = ACTIONS(2883), [anon_sym_concept] = ACTIONS(2883), [anon_sym_co_return] = ACTIONS(2883), [anon_sym_co_yield] = ACTIONS(2883), [anon_sym_catch] = ACTIONS(3410), [anon_sym_R_DQUOTE] = ACTIONS(2885), [anon_sym_LR_DQUOTE] = ACTIONS(2885), [anon_sym_uR_DQUOTE] = ACTIONS(2885), [anon_sym_UR_DQUOTE] = ACTIONS(2885), [anon_sym_u8R_DQUOTE] = ACTIONS(2885), [anon_sym_co_await] = ACTIONS(2883), [anon_sym_new] = ACTIONS(2883), [anon_sym_requires] = ACTIONS(2883), [sym_this] = ACTIONS(2883), }, [824] = { [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_RBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [825] = { [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_RBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [826] = { [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_if_token2] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [827] = { [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_if_token2] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [828] = { [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_if_token2] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [829] = { [ts_builtin_sym_end] = ACTIONS(3038), [sym_identifier] = ACTIONS(3036), [aux_sym_preproc_include_token1] = ACTIONS(3036), [aux_sym_preproc_def_token1] = ACTIONS(3036), [aux_sym_preproc_if_token1] = ACTIONS(3036), [aux_sym_preproc_ifdef_token1] = ACTIONS(3036), [aux_sym_preproc_ifdef_token2] = ACTIONS(3036), [sym_preproc_directive] = ACTIONS(3036), [anon_sym_LPAREN2] = ACTIONS(3038), [anon_sym_BANG] = ACTIONS(3038), [anon_sym_TILDE] = ACTIONS(3038), [anon_sym_DASH] = ACTIONS(3036), [anon_sym_PLUS] = ACTIONS(3036), [anon_sym_STAR] = ACTIONS(3038), [anon_sym_AMP_AMP] = ACTIONS(3038), [anon_sym_AMP] = ACTIONS(3036), [anon_sym_SEMI] = ACTIONS(3038), [anon_sym_typedef] = ACTIONS(3036), [anon_sym_extern] = ACTIONS(3036), [anon_sym___attribute__] = ACTIONS(3036), [anon_sym_COLON_COLON] = ACTIONS(3038), [anon_sym_LBRACK_LBRACK] = ACTIONS(3038), [anon_sym___declspec] = ACTIONS(3036), [anon_sym___based] = ACTIONS(3036), [anon_sym___cdecl] = ACTIONS(3036), [anon_sym___clrcall] = ACTIONS(3036), [anon_sym___stdcall] = ACTIONS(3036), [anon_sym___fastcall] = ACTIONS(3036), [anon_sym___thiscall] = ACTIONS(3036), [anon_sym___vectorcall] = ACTIONS(3036), [anon_sym_LBRACE] = ACTIONS(3038), [anon_sym_signed] = ACTIONS(3036), [anon_sym_unsigned] = ACTIONS(3036), [anon_sym_long] = ACTIONS(3036), [anon_sym_short] = ACTIONS(3036), [anon_sym_LBRACK] = ACTIONS(3036), [anon_sym_static] = ACTIONS(3036), [anon_sym_register] = ACTIONS(3036), [anon_sym_inline] = ACTIONS(3036), [anon_sym_thread_local] = ACTIONS(3036), [anon_sym_const] = ACTIONS(3036), [anon_sym_constexpr] = ACTIONS(3036), [anon_sym_volatile] = ACTIONS(3036), [anon_sym_restrict] = ACTIONS(3036), [anon_sym___restrict__] = ACTIONS(3036), [anon_sym__Atomic] = ACTIONS(3036), [anon_sym__Noreturn] = ACTIONS(3036), [anon_sym_noreturn] = ACTIONS(3036), [anon_sym_mutable] = ACTIONS(3036), [anon_sym_constinit] = ACTIONS(3036), [anon_sym_consteval] = ACTIONS(3036), [sym_primitive_type] = ACTIONS(3036), [anon_sym_enum] = ACTIONS(3036), [anon_sym_class] = ACTIONS(3036), [anon_sym_struct] = ACTIONS(3036), [anon_sym_union] = ACTIONS(3036), [anon_sym_if] = ACTIONS(3036), [anon_sym_else] = ACTIONS(3036), [anon_sym_switch] = ACTIONS(3036), [anon_sym_case] = ACTIONS(3036), [anon_sym_default] = ACTIONS(3036), [anon_sym_while] = ACTIONS(3036), [anon_sym_do] = ACTIONS(3036), [anon_sym_for] = ACTIONS(3036), [anon_sym_return] = ACTIONS(3036), [anon_sym_break] = ACTIONS(3036), [anon_sym_continue] = ACTIONS(3036), [anon_sym_goto] = ACTIONS(3036), [anon_sym_not] = ACTIONS(3036), [anon_sym_compl] = ACTIONS(3036), [anon_sym_DASH_DASH] = ACTIONS(3038), [anon_sym_PLUS_PLUS] = ACTIONS(3038), [anon_sym_sizeof] = ACTIONS(3036), [anon_sym_offsetof] = ACTIONS(3036), [anon_sym__Generic] = ACTIONS(3036), [anon_sym_asm] = ACTIONS(3036), [anon_sym___asm__] = ACTIONS(3036), [sym_number_literal] = ACTIONS(3038), [anon_sym_L_SQUOTE] = ACTIONS(3038), [anon_sym_u_SQUOTE] = ACTIONS(3038), [anon_sym_U_SQUOTE] = ACTIONS(3038), [anon_sym_u8_SQUOTE] = ACTIONS(3038), [anon_sym_SQUOTE] = ACTIONS(3038), [anon_sym_L_DQUOTE] = ACTIONS(3038), [anon_sym_u_DQUOTE] = ACTIONS(3038), [anon_sym_U_DQUOTE] = ACTIONS(3038), [anon_sym_u8_DQUOTE] = ACTIONS(3038), [anon_sym_DQUOTE] = ACTIONS(3038), [sym_true] = ACTIONS(3036), [sym_false] = ACTIONS(3036), [anon_sym_NULL] = ACTIONS(3036), [anon_sym_nullptr] = ACTIONS(3036), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3036), [anon_sym_decltype] = ACTIONS(3036), [anon_sym_virtual] = ACTIONS(3036), [anon_sym_explicit] = ACTIONS(3036), [anon_sym_typename] = ACTIONS(3036), [anon_sym_template] = ACTIONS(3036), [anon_sym_operator] = ACTIONS(3036), [anon_sym_try] = ACTIONS(3036), [anon_sym_delete] = ACTIONS(3036), [anon_sym_throw] = ACTIONS(3036), [anon_sym_namespace] = ACTIONS(3036), [anon_sym_using] = ACTIONS(3036), [anon_sym_static_assert] = ACTIONS(3036), [anon_sym_concept] = ACTIONS(3036), [anon_sym_co_return] = ACTIONS(3036), [anon_sym_co_yield] = ACTIONS(3036), [anon_sym_R_DQUOTE] = ACTIONS(3038), [anon_sym_LR_DQUOTE] = ACTIONS(3038), [anon_sym_uR_DQUOTE] = ACTIONS(3038), [anon_sym_UR_DQUOTE] = ACTIONS(3038), [anon_sym_u8R_DQUOTE] = ACTIONS(3038), [anon_sym_co_await] = ACTIONS(3036), [anon_sym_new] = ACTIONS(3036), [anon_sym_requires] = ACTIONS(3036), [sym_this] = ACTIONS(3036), }, [830] = { [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_if_token2] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [831] = { [ts_builtin_sym_end] = ACTIONS(3034), [sym_identifier] = ACTIONS(3032), [aux_sym_preproc_include_token1] = ACTIONS(3032), [aux_sym_preproc_def_token1] = ACTIONS(3032), [aux_sym_preproc_if_token1] = ACTIONS(3032), [aux_sym_preproc_ifdef_token1] = ACTIONS(3032), [aux_sym_preproc_ifdef_token2] = ACTIONS(3032), [sym_preproc_directive] = ACTIONS(3032), [anon_sym_LPAREN2] = ACTIONS(3034), [anon_sym_BANG] = ACTIONS(3034), [anon_sym_TILDE] = ACTIONS(3034), [anon_sym_DASH] = ACTIONS(3032), [anon_sym_PLUS] = ACTIONS(3032), [anon_sym_STAR] = ACTIONS(3034), [anon_sym_AMP_AMP] = ACTIONS(3034), [anon_sym_AMP] = ACTIONS(3032), [anon_sym_SEMI] = ACTIONS(3034), [anon_sym_typedef] = ACTIONS(3032), [anon_sym_extern] = ACTIONS(3032), [anon_sym___attribute__] = ACTIONS(3032), [anon_sym_COLON_COLON] = ACTIONS(3034), [anon_sym_LBRACK_LBRACK] = ACTIONS(3034), [anon_sym___declspec] = ACTIONS(3032), [anon_sym___based] = ACTIONS(3032), [anon_sym___cdecl] = ACTIONS(3032), [anon_sym___clrcall] = ACTIONS(3032), [anon_sym___stdcall] = ACTIONS(3032), [anon_sym___fastcall] = ACTIONS(3032), [anon_sym___thiscall] = ACTIONS(3032), [anon_sym___vectorcall] = ACTIONS(3032), [anon_sym_LBRACE] = ACTIONS(3034), [anon_sym_signed] = ACTIONS(3032), [anon_sym_unsigned] = ACTIONS(3032), [anon_sym_long] = ACTIONS(3032), [anon_sym_short] = ACTIONS(3032), [anon_sym_LBRACK] = ACTIONS(3032), [anon_sym_static] = ACTIONS(3032), [anon_sym_register] = ACTIONS(3032), [anon_sym_inline] = ACTIONS(3032), [anon_sym_thread_local] = ACTIONS(3032), [anon_sym_const] = ACTIONS(3032), [anon_sym_constexpr] = ACTIONS(3032), [anon_sym_volatile] = ACTIONS(3032), [anon_sym_restrict] = ACTIONS(3032), [anon_sym___restrict__] = ACTIONS(3032), [anon_sym__Atomic] = ACTIONS(3032), [anon_sym__Noreturn] = ACTIONS(3032), [anon_sym_noreturn] = ACTIONS(3032), [anon_sym_mutable] = ACTIONS(3032), [anon_sym_constinit] = ACTIONS(3032), [anon_sym_consteval] = ACTIONS(3032), [sym_primitive_type] = ACTIONS(3032), [anon_sym_enum] = ACTIONS(3032), [anon_sym_class] = ACTIONS(3032), [anon_sym_struct] = ACTIONS(3032), [anon_sym_union] = ACTIONS(3032), [anon_sym_if] = ACTIONS(3032), [anon_sym_else] = ACTIONS(3032), [anon_sym_switch] = ACTIONS(3032), [anon_sym_case] = ACTIONS(3032), [anon_sym_default] = ACTIONS(3032), [anon_sym_while] = ACTIONS(3032), [anon_sym_do] = ACTIONS(3032), [anon_sym_for] = ACTIONS(3032), [anon_sym_return] = ACTIONS(3032), [anon_sym_break] = ACTIONS(3032), [anon_sym_continue] = ACTIONS(3032), [anon_sym_goto] = ACTIONS(3032), [anon_sym_not] = ACTIONS(3032), [anon_sym_compl] = ACTIONS(3032), [anon_sym_DASH_DASH] = ACTIONS(3034), [anon_sym_PLUS_PLUS] = ACTIONS(3034), [anon_sym_sizeof] = ACTIONS(3032), [anon_sym_offsetof] = ACTIONS(3032), [anon_sym__Generic] = ACTIONS(3032), [anon_sym_asm] = ACTIONS(3032), [anon_sym___asm__] = ACTIONS(3032), [sym_number_literal] = ACTIONS(3034), [anon_sym_L_SQUOTE] = ACTIONS(3034), [anon_sym_u_SQUOTE] = ACTIONS(3034), [anon_sym_U_SQUOTE] = ACTIONS(3034), [anon_sym_u8_SQUOTE] = ACTIONS(3034), [anon_sym_SQUOTE] = ACTIONS(3034), [anon_sym_L_DQUOTE] = ACTIONS(3034), [anon_sym_u_DQUOTE] = ACTIONS(3034), [anon_sym_U_DQUOTE] = ACTIONS(3034), [anon_sym_u8_DQUOTE] = ACTIONS(3034), [anon_sym_DQUOTE] = ACTIONS(3034), [sym_true] = ACTIONS(3032), [sym_false] = ACTIONS(3032), [anon_sym_NULL] = ACTIONS(3032), [anon_sym_nullptr] = ACTIONS(3032), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3032), [anon_sym_decltype] = ACTIONS(3032), [anon_sym_virtual] = ACTIONS(3032), [anon_sym_explicit] = ACTIONS(3032), [anon_sym_typename] = ACTIONS(3032), [anon_sym_template] = ACTIONS(3032), [anon_sym_operator] = ACTIONS(3032), [anon_sym_try] = ACTIONS(3032), [anon_sym_delete] = ACTIONS(3032), [anon_sym_throw] = ACTIONS(3032), [anon_sym_namespace] = ACTIONS(3032), [anon_sym_using] = ACTIONS(3032), [anon_sym_static_assert] = ACTIONS(3032), [anon_sym_concept] = ACTIONS(3032), [anon_sym_co_return] = ACTIONS(3032), [anon_sym_co_yield] = ACTIONS(3032), [anon_sym_R_DQUOTE] = ACTIONS(3034), [anon_sym_LR_DQUOTE] = ACTIONS(3034), [anon_sym_uR_DQUOTE] = ACTIONS(3034), [anon_sym_UR_DQUOTE] = ACTIONS(3034), [anon_sym_u8R_DQUOTE] = ACTIONS(3034), [anon_sym_co_await] = ACTIONS(3032), [anon_sym_new] = ACTIONS(3032), [anon_sym_requires] = ACTIONS(3032), [sym_this] = ACTIONS(3032), }, [832] = { [ts_builtin_sym_end] = ACTIONS(2924), [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [833] = { [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_if_token2] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [834] = { [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_if_token2] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [835] = { [ts_builtin_sym_end] = ACTIONS(2924), [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [836] = { [ts_builtin_sym_end] = ACTIONS(2924), [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [837] = { [ts_builtin_sym_end] = ACTIONS(2924), [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [838] = { [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_if_token2] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [839] = { [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_if_token2] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [840] = { [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_if_token2] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [841] = { [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_if_token2] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [842] = { [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_if_token2] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [843] = { [ts_builtin_sym_end] = ACTIONS(2924), [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [844] = { [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_if_token2] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [845] = { [ts_builtin_sym_end] = ACTIONS(2924), [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [846] = { [ts_builtin_sym_end] = ACTIONS(3054), [sym_identifier] = ACTIONS(3052), [aux_sym_preproc_include_token1] = ACTIONS(3052), [aux_sym_preproc_def_token1] = ACTIONS(3052), [aux_sym_preproc_if_token1] = ACTIONS(3052), [aux_sym_preproc_ifdef_token1] = ACTIONS(3052), [aux_sym_preproc_ifdef_token2] = ACTIONS(3052), [sym_preproc_directive] = ACTIONS(3052), [anon_sym_LPAREN2] = ACTIONS(3054), [anon_sym_BANG] = ACTIONS(3054), [anon_sym_TILDE] = ACTIONS(3054), [anon_sym_DASH] = ACTIONS(3052), [anon_sym_PLUS] = ACTIONS(3052), [anon_sym_STAR] = ACTIONS(3054), [anon_sym_AMP_AMP] = ACTIONS(3054), [anon_sym_AMP] = ACTIONS(3052), [anon_sym_SEMI] = ACTIONS(3054), [anon_sym_typedef] = ACTIONS(3052), [anon_sym_extern] = ACTIONS(3052), [anon_sym___attribute__] = ACTIONS(3052), [anon_sym_COLON_COLON] = ACTIONS(3054), [anon_sym_LBRACK_LBRACK] = ACTIONS(3054), [anon_sym___declspec] = ACTIONS(3052), [anon_sym___based] = ACTIONS(3052), [anon_sym___cdecl] = ACTIONS(3052), [anon_sym___clrcall] = ACTIONS(3052), [anon_sym___stdcall] = ACTIONS(3052), [anon_sym___fastcall] = ACTIONS(3052), [anon_sym___thiscall] = ACTIONS(3052), [anon_sym___vectorcall] = ACTIONS(3052), [anon_sym_LBRACE] = ACTIONS(3054), [anon_sym_signed] = ACTIONS(3052), [anon_sym_unsigned] = ACTIONS(3052), [anon_sym_long] = ACTIONS(3052), [anon_sym_short] = ACTIONS(3052), [anon_sym_LBRACK] = ACTIONS(3052), [anon_sym_static] = ACTIONS(3052), [anon_sym_register] = ACTIONS(3052), [anon_sym_inline] = ACTIONS(3052), [anon_sym_thread_local] = ACTIONS(3052), [anon_sym_const] = ACTIONS(3052), [anon_sym_constexpr] = ACTIONS(3052), [anon_sym_volatile] = ACTIONS(3052), [anon_sym_restrict] = ACTIONS(3052), [anon_sym___restrict__] = ACTIONS(3052), [anon_sym__Atomic] = ACTIONS(3052), [anon_sym__Noreturn] = ACTIONS(3052), [anon_sym_noreturn] = ACTIONS(3052), [anon_sym_mutable] = ACTIONS(3052), [anon_sym_constinit] = ACTIONS(3052), [anon_sym_consteval] = ACTIONS(3052), [sym_primitive_type] = ACTIONS(3052), [anon_sym_enum] = ACTIONS(3052), [anon_sym_class] = ACTIONS(3052), [anon_sym_struct] = ACTIONS(3052), [anon_sym_union] = ACTIONS(3052), [anon_sym_if] = ACTIONS(3052), [anon_sym_else] = ACTIONS(3052), [anon_sym_switch] = ACTIONS(3052), [anon_sym_case] = ACTIONS(3052), [anon_sym_default] = ACTIONS(3052), [anon_sym_while] = ACTIONS(3052), [anon_sym_do] = ACTIONS(3052), [anon_sym_for] = ACTIONS(3052), [anon_sym_return] = ACTIONS(3052), [anon_sym_break] = ACTIONS(3052), [anon_sym_continue] = ACTIONS(3052), [anon_sym_goto] = ACTIONS(3052), [anon_sym_not] = ACTIONS(3052), [anon_sym_compl] = ACTIONS(3052), [anon_sym_DASH_DASH] = ACTIONS(3054), [anon_sym_PLUS_PLUS] = ACTIONS(3054), [anon_sym_sizeof] = ACTIONS(3052), [anon_sym_offsetof] = ACTIONS(3052), [anon_sym__Generic] = ACTIONS(3052), [anon_sym_asm] = ACTIONS(3052), [anon_sym___asm__] = ACTIONS(3052), [sym_number_literal] = ACTIONS(3054), [anon_sym_L_SQUOTE] = ACTIONS(3054), [anon_sym_u_SQUOTE] = ACTIONS(3054), [anon_sym_U_SQUOTE] = ACTIONS(3054), [anon_sym_u8_SQUOTE] = ACTIONS(3054), [anon_sym_SQUOTE] = ACTIONS(3054), [anon_sym_L_DQUOTE] = ACTIONS(3054), [anon_sym_u_DQUOTE] = ACTIONS(3054), [anon_sym_U_DQUOTE] = ACTIONS(3054), [anon_sym_u8_DQUOTE] = ACTIONS(3054), [anon_sym_DQUOTE] = ACTIONS(3054), [sym_true] = ACTIONS(3052), [sym_false] = ACTIONS(3052), [anon_sym_NULL] = ACTIONS(3052), [anon_sym_nullptr] = ACTIONS(3052), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3052), [anon_sym_decltype] = ACTIONS(3052), [anon_sym_virtual] = ACTIONS(3052), [anon_sym_explicit] = ACTIONS(3052), [anon_sym_typename] = ACTIONS(3052), [anon_sym_template] = ACTIONS(3052), [anon_sym_operator] = ACTIONS(3052), [anon_sym_try] = ACTIONS(3052), [anon_sym_delete] = ACTIONS(3052), [anon_sym_throw] = ACTIONS(3052), [anon_sym_namespace] = ACTIONS(3052), [anon_sym_using] = ACTIONS(3052), [anon_sym_static_assert] = ACTIONS(3052), [anon_sym_concept] = ACTIONS(3052), [anon_sym_co_return] = ACTIONS(3052), [anon_sym_co_yield] = ACTIONS(3052), [anon_sym_R_DQUOTE] = ACTIONS(3054), [anon_sym_LR_DQUOTE] = ACTIONS(3054), [anon_sym_uR_DQUOTE] = ACTIONS(3054), [anon_sym_UR_DQUOTE] = ACTIONS(3054), [anon_sym_u8R_DQUOTE] = ACTIONS(3054), [anon_sym_co_await] = ACTIONS(3052), [anon_sym_new] = ACTIONS(3052), [anon_sym_requires] = ACTIONS(3052), [sym_this] = ACTIONS(3052), }, [847] = { [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_if_token2] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [848] = { [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_if_token2] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [849] = { [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_if_token2] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [850] = { [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_if_token2] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [851] = { [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_if_token2] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [852] = { [ts_builtin_sym_end] = ACTIONS(2924), [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [853] = { [ts_builtin_sym_end] = ACTIONS(2924), [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [854] = { [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_if_token2] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [855] = { [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_if_token2] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [856] = { [ts_builtin_sym_end] = ACTIONS(2924), [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [857] = { [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_if_token2] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [858] = { [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_if_token2] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [859] = { [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_if_token2] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [860] = { [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_if_token2] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [861] = { [ts_builtin_sym_end] = ACTIONS(2924), [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [862] = { [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_if_token2] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [863] = { [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_if_token2] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [864] = { [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_if_token2] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [865] = { [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_if_token2] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [866] = { [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_if_token2] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [867] = { [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_if_token2] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [868] = { [ts_builtin_sym_end] = ACTIONS(2924), [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [869] = { [ts_builtin_sym_end] = ACTIONS(2924), [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [870] = { [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_if_token2] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [871] = { [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_if_token2] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [872] = { [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_if_token2] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [873] = { [ts_builtin_sym_end] = ACTIONS(2924), [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [874] = { [ts_builtin_sym_end] = ACTIONS(2924), [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [875] = { [ts_builtin_sym_end] = ACTIONS(2924), [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [876] = { [ts_builtin_sym_end] = ACTIONS(2920), [sym_identifier] = ACTIONS(2918), [aux_sym_preproc_include_token1] = ACTIONS(2918), [aux_sym_preproc_def_token1] = ACTIONS(2918), [aux_sym_preproc_if_token1] = ACTIONS(2918), [aux_sym_preproc_ifdef_token1] = ACTIONS(2918), [aux_sym_preproc_ifdef_token2] = ACTIONS(2918), [sym_preproc_directive] = ACTIONS(2918), [anon_sym_LPAREN2] = ACTIONS(2920), [anon_sym_BANG] = ACTIONS(2920), [anon_sym_TILDE] = ACTIONS(2920), [anon_sym_DASH] = ACTIONS(2918), [anon_sym_PLUS] = ACTIONS(2918), [anon_sym_STAR] = ACTIONS(2920), [anon_sym_AMP_AMP] = ACTIONS(2920), [anon_sym_AMP] = ACTIONS(2918), [anon_sym_SEMI] = ACTIONS(2920), [anon_sym_typedef] = ACTIONS(2918), [anon_sym_extern] = ACTIONS(2918), [anon_sym___attribute__] = ACTIONS(2918), [anon_sym_COLON_COLON] = ACTIONS(2920), [anon_sym_LBRACK_LBRACK] = ACTIONS(2920), [anon_sym___declspec] = ACTIONS(2918), [anon_sym___based] = ACTIONS(2918), [anon_sym___cdecl] = ACTIONS(2918), [anon_sym___clrcall] = ACTIONS(2918), [anon_sym___stdcall] = ACTIONS(2918), [anon_sym___fastcall] = ACTIONS(2918), [anon_sym___thiscall] = ACTIONS(2918), [anon_sym___vectorcall] = ACTIONS(2918), [anon_sym_LBRACE] = ACTIONS(2920), [anon_sym_signed] = ACTIONS(2918), [anon_sym_unsigned] = ACTIONS(2918), [anon_sym_long] = ACTIONS(2918), [anon_sym_short] = ACTIONS(2918), [anon_sym_LBRACK] = ACTIONS(2918), [anon_sym_static] = ACTIONS(2918), [anon_sym_register] = ACTIONS(2918), [anon_sym_inline] = ACTIONS(2918), [anon_sym_thread_local] = ACTIONS(2918), [anon_sym_const] = ACTIONS(2918), [anon_sym_constexpr] = ACTIONS(2918), [anon_sym_volatile] = ACTIONS(2918), [anon_sym_restrict] = ACTIONS(2918), [anon_sym___restrict__] = ACTIONS(2918), [anon_sym__Atomic] = ACTIONS(2918), [anon_sym__Noreturn] = ACTIONS(2918), [anon_sym_noreturn] = ACTIONS(2918), [anon_sym_mutable] = ACTIONS(2918), [anon_sym_constinit] = ACTIONS(2918), [anon_sym_consteval] = ACTIONS(2918), [sym_primitive_type] = ACTIONS(2918), [anon_sym_enum] = ACTIONS(2918), [anon_sym_class] = ACTIONS(2918), [anon_sym_struct] = ACTIONS(2918), [anon_sym_union] = ACTIONS(2918), [anon_sym_if] = ACTIONS(2918), [anon_sym_else] = ACTIONS(2918), [anon_sym_switch] = ACTIONS(2918), [anon_sym_case] = ACTIONS(2918), [anon_sym_default] = ACTIONS(2918), [anon_sym_while] = ACTIONS(2918), [anon_sym_do] = ACTIONS(2918), [anon_sym_for] = ACTIONS(2918), [anon_sym_return] = ACTIONS(2918), [anon_sym_break] = ACTIONS(2918), [anon_sym_continue] = ACTIONS(2918), [anon_sym_goto] = ACTIONS(2918), [anon_sym_not] = ACTIONS(2918), [anon_sym_compl] = ACTIONS(2918), [anon_sym_DASH_DASH] = ACTIONS(2920), [anon_sym_PLUS_PLUS] = ACTIONS(2920), [anon_sym_sizeof] = ACTIONS(2918), [anon_sym_offsetof] = ACTIONS(2918), [anon_sym__Generic] = ACTIONS(2918), [anon_sym_asm] = ACTIONS(2918), [anon_sym___asm__] = ACTIONS(2918), [sym_number_literal] = ACTIONS(2920), [anon_sym_L_SQUOTE] = ACTIONS(2920), [anon_sym_u_SQUOTE] = ACTIONS(2920), [anon_sym_U_SQUOTE] = ACTIONS(2920), [anon_sym_u8_SQUOTE] = ACTIONS(2920), [anon_sym_SQUOTE] = ACTIONS(2920), [anon_sym_L_DQUOTE] = ACTIONS(2920), [anon_sym_u_DQUOTE] = ACTIONS(2920), [anon_sym_U_DQUOTE] = ACTIONS(2920), [anon_sym_u8_DQUOTE] = ACTIONS(2920), [anon_sym_DQUOTE] = ACTIONS(2920), [sym_true] = ACTIONS(2918), [sym_false] = ACTIONS(2918), [anon_sym_NULL] = ACTIONS(2918), [anon_sym_nullptr] = ACTIONS(2918), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2918), [anon_sym_decltype] = ACTIONS(2918), [anon_sym_virtual] = ACTIONS(2918), [anon_sym_explicit] = ACTIONS(2918), [anon_sym_typename] = ACTIONS(2918), [anon_sym_template] = ACTIONS(2918), [anon_sym_operator] = ACTIONS(2918), [anon_sym_try] = ACTIONS(2918), [anon_sym_delete] = ACTIONS(2918), [anon_sym_throw] = ACTIONS(2918), [anon_sym_namespace] = ACTIONS(2918), [anon_sym_using] = ACTIONS(2918), [anon_sym_static_assert] = ACTIONS(2918), [anon_sym_concept] = ACTIONS(2918), [anon_sym_co_return] = ACTIONS(2918), [anon_sym_co_yield] = ACTIONS(2918), [anon_sym_R_DQUOTE] = ACTIONS(2920), [anon_sym_LR_DQUOTE] = ACTIONS(2920), [anon_sym_uR_DQUOTE] = ACTIONS(2920), [anon_sym_UR_DQUOTE] = ACTIONS(2920), [anon_sym_u8R_DQUOTE] = ACTIONS(2920), [anon_sym_co_await] = ACTIONS(2918), [anon_sym_new] = ACTIONS(2918), [anon_sym_requires] = ACTIONS(2918), [sym_this] = ACTIONS(2918), }, [877] = { [ts_builtin_sym_end] = ACTIONS(2924), [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [878] = { [ts_builtin_sym_end] = ACTIONS(2924), [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [879] = { [ts_builtin_sym_end] = ACTIONS(2924), [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [880] = { [ts_builtin_sym_end] = ACTIONS(2924), [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [881] = { [ts_builtin_sym_end] = ACTIONS(2924), [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [882] = { [ts_builtin_sym_end] = ACTIONS(2924), [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [883] = { [sym_identifier] = ACTIONS(2930), [aux_sym_preproc_include_token1] = ACTIONS(2930), [aux_sym_preproc_def_token1] = ACTIONS(2930), [aux_sym_preproc_if_token1] = ACTIONS(2930), [aux_sym_preproc_if_token2] = ACTIONS(2930), [aux_sym_preproc_ifdef_token1] = ACTIONS(2930), [aux_sym_preproc_ifdef_token2] = ACTIONS(2930), [sym_preproc_directive] = ACTIONS(2930), [anon_sym_LPAREN2] = ACTIONS(2932), [anon_sym_BANG] = ACTIONS(2932), [anon_sym_TILDE] = ACTIONS(2932), [anon_sym_DASH] = ACTIONS(2930), [anon_sym_PLUS] = ACTIONS(2930), [anon_sym_STAR] = ACTIONS(2932), [anon_sym_AMP_AMP] = ACTIONS(2932), [anon_sym_AMP] = ACTIONS(2930), [anon_sym_SEMI] = ACTIONS(2932), [anon_sym_typedef] = ACTIONS(2930), [anon_sym_extern] = ACTIONS(2930), [anon_sym___attribute__] = ACTIONS(2930), [anon_sym_COLON_COLON] = ACTIONS(2932), [anon_sym_LBRACK_LBRACK] = ACTIONS(2932), [anon_sym___declspec] = ACTIONS(2930), [anon_sym___based] = ACTIONS(2930), [anon_sym___cdecl] = ACTIONS(2930), [anon_sym___clrcall] = ACTIONS(2930), [anon_sym___stdcall] = ACTIONS(2930), [anon_sym___fastcall] = ACTIONS(2930), [anon_sym___thiscall] = ACTIONS(2930), [anon_sym___vectorcall] = ACTIONS(2930), [anon_sym_LBRACE] = ACTIONS(2932), [anon_sym_signed] = ACTIONS(2930), [anon_sym_unsigned] = ACTIONS(2930), [anon_sym_long] = ACTIONS(2930), [anon_sym_short] = ACTIONS(2930), [anon_sym_LBRACK] = ACTIONS(2930), [anon_sym_static] = ACTIONS(2930), [anon_sym_register] = ACTIONS(2930), [anon_sym_inline] = ACTIONS(2930), [anon_sym_thread_local] = ACTIONS(2930), [anon_sym_const] = ACTIONS(2930), [anon_sym_constexpr] = ACTIONS(2930), [anon_sym_volatile] = ACTIONS(2930), [anon_sym_restrict] = ACTIONS(2930), [anon_sym___restrict__] = ACTIONS(2930), [anon_sym__Atomic] = ACTIONS(2930), [anon_sym__Noreturn] = ACTIONS(2930), [anon_sym_noreturn] = ACTIONS(2930), [anon_sym_mutable] = ACTIONS(2930), [anon_sym_constinit] = ACTIONS(2930), [anon_sym_consteval] = ACTIONS(2930), [sym_primitive_type] = ACTIONS(2930), [anon_sym_enum] = ACTIONS(2930), [anon_sym_class] = ACTIONS(2930), [anon_sym_struct] = ACTIONS(2930), [anon_sym_union] = ACTIONS(2930), [anon_sym_if] = ACTIONS(2930), [anon_sym_else] = ACTIONS(2930), [anon_sym_switch] = ACTIONS(2930), [anon_sym_case] = ACTIONS(2930), [anon_sym_default] = ACTIONS(2930), [anon_sym_while] = ACTIONS(2930), [anon_sym_do] = ACTIONS(2930), [anon_sym_for] = ACTIONS(2930), [anon_sym_return] = ACTIONS(2930), [anon_sym_break] = ACTIONS(2930), [anon_sym_continue] = ACTIONS(2930), [anon_sym_goto] = ACTIONS(2930), [anon_sym_not] = ACTIONS(2930), [anon_sym_compl] = ACTIONS(2930), [anon_sym_DASH_DASH] = ACTIONS(2932), [anon_sym_PLUS_PLUS] = ACTIONS(2932), [anon_sym_sizeof] = ACTIONS(2930), [anon_sym_offsetof] = ACTIONS(2930), [anon_sym__Generic] = ACTIONS(2930), [anon_sym_asm] = ACTIONS(2930), [anon_sym___asm__] = ACTIONS(2930), [sym_number_literal] = ACTIONS(2932), [anon_sym_L_SQUOTE] = ACTIONS(2932), [anon_sym_u_SQUOTE] = ACTIONS(2932), [anon_sym_U_SQUOTE] = ACTIONS(2932), [anon_sym_u8_SQUOTE] = ACTIONS(2932), [anon_sym_SQUOTE] = ACTIONS(2932), [anon_sym_L_DQUOTE] = ACTIONS(2932), [anon_sym_u_DQUOTE] = ACTIONS(2932), [anon_sym_U_DQUOTE] = ACTIONS(2932), [anon_sym_u8_DQUOTE] = ACTIONS(2932), [anon_sym_DQUOTE] = ACTIONS(2932), [sym_true] = ACTIONS(2930), [sym_false] = ACTIONS(2930), [anon_sym_NULL] = ACTIONS(2930), [anon_sym_nullptr] = ACTIONS(2930), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2930), [anon_sym_decltype] = ACTIONS(2930), [anon_sym_virtual] = ACTIONS(2930), [anon_sym_explicit] = ACTIONS(2930), [anon_sym_typename] = ACTIONS(2930), [anon_sym_template] = ACTIONS(2930), [anon_sym_operator] = ACTIONS(2930), [anon_sym_try] = ACTIONS(2930), [anon_sym_delete] = ACTIONS(2930), [anon_sym_throw] = ACTIONS(2930), [anon_sym_namespace] = ACTIONS(2930), [anon_sym_using] = ACTIONS(2930), [anon_sym_static_assert] = ACTIONS(2930), [anon_sym_concept] = ACTIONS(2930), [anon_sym_co_return] = ACTIONS(2930), [anon_sym_co_yield] = ACTIONS(2930), [anon_sym_R_DQUOTE] = ACTIONS(2932), [anon_sym_LR_DQUOTE] = ACTIONS(2932), [anon_sym_uR_DQUOTE] = ACTIONS(2932), [anon_sym_UR_DQUOTE] = ACTIONS(2932), [anon_sym_u8R_DQUOTE] = ACTIONS(2932), [anon_sym_co_await] = ACTIONS(2930), [anon_sym_new] = ACTIONS(2930), [anon_sym_requires] = ACTIONS(2930), [sym_this] = ACTIONS(2930), }, [884] = { [ts_builtin_sym_end] = ACTIONS(2924), [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [885] = { [sym_identifier] = ACTIONS(2934), [aux_sym_preproc_include_token1] = ACTIONS(2934), [aux_sym_preproc_def_token1] = ACTIONS(2934), [aux_sym_preproc_if_token1] = ACTIONS(2934), [aux_sym_preproc_if_token2] = ACTIONS(2934), [aux_sym_preproc_ifdef_token1] = ACTIONS(2934), [aux_sym_preproc_ifdef_token2] = ACTIONS(2934), [sym_preproc_directive] = ACTIONS(2934), [anon_sym_LPAREN2] = ACTIONS(2936), [anon_sym_BANG] = ACTIONS(2936), [anon_sym_TILDE] = ACTIONS(2936), [anon_sym_DASH] = ACTIONS(2934), [anon_sym_PLUS] = ACTIONS(2934), [anon_sym_STAR] = ACTIONS(2936), [anon_sym_AMP_AMP] = ACTIONS(2936), [anon_sym_AMP] = ACTIONS(2934), [anon_sym_SEMI] = ACTIONS(2936), [anon_sym_typedef] = ACTIONS(2934), [anon_sym_extern] = ACTIONS(2934), [anon_sym___attribute__] = ACTIONS(2934), [anon_sym_COLON_COLON] = ACTIONS(2936), [anon_sym_LBRACK_LBRACK] = ACTIONS(2936), [anon_sym___declspec] = ACTIONS(2934), [anon_sym___based] = ACTIONS(2934), [anon_sym___cdecl] = ACTIONS(2934), [anon_sym___clrcall] = ACTIONS(2934), [anon_sym___stdcall] = ACTIONS(2934), [anon_sym___fastcall] = ACTIONS(2934), [anon_sym___thiscall] = ACTIONS(2934), [anon_sym___vectorcall] = ACTIONS(2934), [anon_sym_LBRACE] = ACTIONS(2936), [anon_sym_signed] = ACTIONS(2934), [anon_sym_unsigned] = ACTIONS(2934), [anon_sym_long] = ACTIONS(2934), [anon_sym_short] = ACTIONS(2934), [anon_sym_LBRACK] = ACTIONS(2934), [anon_sym_static] = ACTIONS(2934), [anon_sym_register] = ACTIONS(2934), [anon_sym_inline] = ACTIONS(2934), [anon_sym_thread_local] = ACTIONS(2934), [anon_sym_const] = ACTIONS(2934), [anon_sym_constexpr] = ACTIONS(2934), [anon_sym_volatile] = ACTIONS(2934), [anon_sym_restrict] = ACTIONS(2934), [anon_sym___restrict__] = ACTIONS(2934), [anon_sym__Atomic] = ACTIONS(2934), [anon_sym__Noreturn] = ACTIONS(2934), [anon_sym_noreturn] = ACTIONS(2934), [anon_sym_mutable] = ACTIONS(2934), [anon_sym_constinit] = ACTIONS(2934), [anon_sym_consteval] = ACTIONS(2934), [sym_primitive_type] = ACTIONS(2934), [anon_sym_enum] = ACTIONS(2934), [anon_sym_class] = ACTIONS(2934), [anon_sym_struct] = ACTIONS(2934), [anon_sym_union] = ACTIONS(2934), [anon_sym_if] = ACTIONS(2934), [anon_sym_else] = ACTIONS(2934), [anon_sym_switch] = ACTIONS(2934), [anon_sym_case] = ACTIONS(2934), [anon_sym_default] = ACTIONS(2934), [anon_sym_while] = ACTIONS(2934), [anon_sym_do] = ACTIONS(2934), [anon_sym_for] = ACTIONS(2934), [anon_sym_return] = ACTIONS(2934), [anon_sym_break] = ACTIONS(2934), [anon_sym_continue] = ACTIONS(2934), [anon_sym_goto] = ACTIONS(2934), [anon_sym_not] = ACTIONS(2934), [anon_sym_compl] = ACTIONS(2934), [anon_sym_DASH_DASH] = ACTIONS(2936), [anon_sym_PLUS_PLUS] = ACTIONS(2936), [anon_sym_sizeof] = ACTIONS(2934), [anon_sym_offsetof] = ACTIONS(2934), [anon_sym__Generic] = ACTIONS(2934), [anon_sym_asm] = ACTIONS(2934), [anon_sym___asm__] = ACTIONS(2934), [sym_number_literal] = ACTIONS(2936), [anon_sym_L_SQUOTE] = ACTIONS(2936), [anon_sym_u_SQUOTE] = ACTIONS(2936), [anon_sym_U_SQUOTE] = ACTIONS(2936), [anon_sym_u8_SQUOTE] = ACTIONS(2936), [anon_sym_SQUOTE] = ACTIONS(2936), [anon_sym_L_DQUOTE] = ACTIONS(2936), [anon_sym_u_DQUOTE] = ACTIONS(2936), [anon_sym_U_DQUOTE] = ACTIONS(2936), [anon_sym_u8_DQUOTE] = ACTIONS(2936), [anon_sym_DQUOTE] = ACTIONS(2936), [sym_true] = ACTIONS(2934), [sym_false] = ACTIONS(2934), [anon_sym_NULL] = ACTIONS(2934), [anon_sym_nullptr] = ACTIONS(2934), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2934), [anon_sym_decltype] = ACTIONS(2934), [anon_sym_virtual] = ACTIONS(2934), [anon_sym_explicit] = ACTIONS(2934), [anon_sym_typename] = ACTIONS(2934), [anon_sym_template] = ACTIONS(2934), [anon_sym_operator] = ACTIONS(2934), [anon_sym_try] = ACTIONS(2934), [anon_sym_delete] = ACTIONS(2934), [anon_sym_throw] = ACTIONS(2934), [anon_sym_namespace] = ACTIONS(2934), [anon_sym_using] = ACTIONS(2934), [anon_sym_static_assert] = ACTIONS(2934), [anon_sym_concept] = ACTIONS(2934), [anon_sym_co_return] = ACTIONS(2934), [anon_sym_co_yield] = ACTIONS(2934), [anon_sym_R_DQUOTE] = ACTIONS(2936), [anon_sym_LR_DQUOTE] = ACTIONS(2936), [anon_sym_uR_DQUOTE] = ACTIONS(2936), [anon_sym_UR_DQUOTE] = ACTIONS(2936), [anon_sym_u8R_DQUOTE] = ACTIONS(2936), [anon_sym_co_await] = ACTIONS(2934), [anon_sym_new] = ACTIONS(2934), [anon_sym_requires] = ACTIONS(2934), [sym_this] = ACTIONS(2934), }, [886] = { [ts_builtin_sym_end] = ACTIONS(2924), [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [887] = { [ts_builtin_sym_end] = ACTIONS(2924), [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [888] = { [sym_identifier] = ACTIONS(2942), [aux_sym_preproc_include_token1] = ACTIONS(2942), [aux_sym_preproc_def_token1] = ACTIONS(2942), [aux_sym_preproc_if_token1] = ACTIONS(2942), [aux_sym_preproc_if_token2] = ACTIONS(2942), [aux_sym_preproc_ifdef_token1] = ACTIONS(2942), [aux_sym_preproc_ifdef_token2] = ACTIONS(2942), [sym_preproc_directive] = ACTIONS(2942), [anon_sym_LPAREN2] = ACTIONS(2944), [anon_sym_BANG] = ACTIONS(2944), [anon_sym_TILDE] = ACTIONS(2944), [anon_sym_DASH] = ACTIONS(2942), [anon_sym_PLUS] = ACTIONS(2942), [anon_sym_STAR] = ACTIONS(2944), [anon_sym_AMP_AMP] = ACTIONS(2944), [anon_sym_AMP] = ACTIONS(2942), [anon_sym_SEMI] = ACTIONS(2944), [anon_sym_typedef] = ACTIONS(2942), [anon_sym_extern] = ACTIONS(2942), [anon_sym___attribute__] = ACTIONS(2942), [anon_sym_COLON_COLON] = ACTIONS(2944), [anon_sym_LBRACK_LBRACK] = ACTIONS(2944), [anon_sym___declspec] = ACTIONS(2942), [anon_sym___based] = ACTIONS(2942), [anon_sym___cdecl] = ACTIONS(2942), [anon_sym___clrcall] = ACTIONS(2942), [anon_sym___stdcall] = ACTIONS(2942), [anon_sym___fastcall] = ACTIONS(2942), [anon_sym___thiscall] = ACTIONS(2942), [anon_sym___vectorcall] = ACTIONS(2942), [anon_sym_LBRACE] = ACTIONS(2944), [anon_sym_signed] = ACTIONS(2942), [anon_sym_unsigned] = ACTIONS(2942), [anon_sym_long] = ACTIONS(2942), [anon_sym_short] = ACTIONS(2942), [anon_sym_LBRACK] = ACTIONS(2942), [anon_sym_static] = ACTIONS(2942), [anon_sym_register] = ACTIONS(2942), [anon_sym_inline] = ACTIONS(2942), [anon_sym_thread_local] = ACTIONS(2942), [anon_sym_const] = ACTIONS(2942), [anon_sym_constexpr] = ACTIONS(2942), [anon_sym_volatile] = ACTIONS(2942), [anon_sym_restrict] = ACTIONS(2942), [anon_sym___restrict__] = ACTIONS(2942), [anon_sym__Atomic] = ACTIONS(2942), [anon_sym__Noreturn] = ACTIONS(2942), [anon_sym_noreturn] = ACTIONS(2942), [anon_sym_mutable] = ACTIONS(2942), [anon_sym_constinit] = ACTIONS(2942), [anon_sym_consteval] = ACTIONS(2942), [sym_primitive_type] = ACTIONS(2942), [anon_sym_enum] = ACTIONS(2942), [anon_sym_class] = ACTIONS(2942), [anon_sym_struct] = ACTIONS(2942), [anon_sym_union] = ACTIONS(2942), [anon_sym_if] = ACTIONS(2942), [anon_sym_else] = ACTIONS(2942), [anon_sym_switch] = ACTIONS(2942), [anon_sym_case] = ACTIONS(2942), [anon_sym_default] = ACTIONS(2942), [anon_sym_while] = ACTIONS(2942), [anon_sym_do] = ACTIONS(2942), [anon_sym_for] = ACTIONS(2942), [anon_sym_return] = ACTIONS(2942), [anon_sym_break] = ACTIONS(2942), [anon_sym_continue] = ACTIONS(2942), [anon_sym_goto] = ACTIONS(2942), [anon_sym_not] = ACTIONS(2942), [anon_sym_compl] = ACTIONS(2942), [anon_sym_DASH_DASH] = ACTIONS(2944), [anon_sym_PLUS_PLUS] = ACTIONS(2944), [anon_sym_sizeof] = ACTIONS(2942), [anon_sym_offsetof] = ACTIONS(2942), [anon_sym__Generic] = ACTIONS(2942), [anon_sym_asm] = ACTIONS(2942), [anon_sym___asm__] = ACTIONS(2942), [sym_number_literal] = ACTIONS(2944), [anon_sym_L_SQUOTE] = ACTIONS(2944), [anon_sym_u_SQUOTE] = ACTIONS(2944), [anon_sym_U_SQUOTE] = ACTIONS(2944), [anon_sym_u8_SQUOTE] = ACTIONS(2944), [anon_sym_SQUOTE] = ACTIONS(2944), [anon_sym_L_DQUOTE] = ACTIONS(2944), [anon_sym_u_DQUOTE] = ACTIONS(2944), [anon_sym_U_DQUOTE] = ACTIONS(2944), [anon_sym_u8_DQUOTE] = ACTIONS(2944), [anon_sym_DQUOTE] = ACTIONS(2944), [sym_true] = ACTIONS(2942), [sym_false] = ACTIONS(2942), [anon_sym_NULL] = ACTIONS(2942), [anon_sym_nullptr] = ACTIONS(2942), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2942), [anon_sym_decltype] = ACTIONS(2942), [anon_sym_virtual] = ACTIONS(2942), [anon_sym_explicit] = ACTIONS(2942), [anon_sym_typename] = ACTIONS(2942), [anon_sym_template] = ACTIONS(2942), [anon_sym_operator] = ACTIONS(2942), [anon_sym_try] = ACTIONS(2942), [anon_sym_delete] = ACTIONS(2942), [anon_sym_throw] = ACTIONS(2942), [anon_sym_namespace] = ACTIONS(2942), [anon_sym_using] = ACTIONS(2942), [anon_sym_static_assert] = ACTIONS(2942), [anon_sym_concept] = ACTIONS(2942), [anon_sym_co_return] = ACTIONS(2942), [anon_sym_co_yield] = ACTIONS(2942), [anon_sym_R_DQUOTE] = ACTIONS(2944), [anon_sym_LR_DQUOTE] = ACTIONS(2944), [anon_sym_uR_DQUOTE] = ACTIONS(2944), [anon_sym_UR_DQUOTE] = ACTIONS(2944), [anon_sym_u8R_DQUOTE] = ACTIONS(2944), [anon_sym_co_await] = ACTIONS(2942), [anon_sym_new] = ACTIONS(2942), [anon_sym_requires] = ACTIONS(2942), [sym_this] = ACTIONS(2942), }, [889] = { [sym_identifier] = ACTIONS(2946), [aux_sym_preproc_include_token1] = ACTIONS(2946), [aux_sym_preproc_def_token1] = ACTIONS(2946), [aux_sym_preproc_if_token1] = ACTIONS(2946), [aux_sym_preproc_if_token2] = ACTIONS(2946), [aux_sym_preproc_ifdef_token1] = ACTIONS(2946), [aux_sym_preproc_ifdef_token2] = ACTIONS(2946), [sym_preproc_directive] = ACTIONS(2946), [anon_sym_LPAREN2] = ACTIONS(2948), [anon_sym_BANG] = ACTIONS(2948), [anon_sym_TILDE] = ACTIONS(2948), [anon_sym_DASH] = ACTIONS(2946), [anon_sym_PLUS] = ACTIONS(2946), [anon_sym_STAR] = ACTIONS(2948), [anon_sym_AMP_AMP] = ACTIONS(2948), [anon_sym_AMP] = ACTIONS(2946), [anon_sym_SEMI] = ACTIONS(2948), [anon_sym_typedef] = ACTIONS(2946), [anon_sym_extern] = ACTIONS(2946), [anon_sym___attribute__] = ACTIONS(2946), [anon_sym_COLON_COLON] = ACTIONS(2948), [anon_sym_LBRACK_LBRACK] = ACTIONS(2948), [anon_sym___declspec] = ACTIONS(2946), [anon_sym___based] = ACTIONS(2946), [anon_sym___cdecl] = ACTIONS(2946), [anon_sym___clrcall] = ACTIONS(2946), [anon_sym___stdcall] = ACTIONS(2946), [anon_sym___fastcall] = ACTIONS(2946), [anon_sym___thiscall] = ACTIONS(2946), [anon_sym___vectorcall] = ACTIONS(2946), [anon_sym_LBRACE] = ACTIONS(2948), [anon_sym_signed] = ACTIONS(2946), [anon_sym_unsigned] = ACTIONS(2946), [anon_sym_long] = ACTIONS(2946), [anon_sym_short] = ACTIONS(2946), [anon_sym_LBRACK] = ACTIONS(2946), [anon_sym_static] = ACTIONS(2946), [anon_sym_register] = ACTIONS(2946), [anon_sym_inline] = ACTIONS(2946), [anon_sym_thread_local] = ACTIONS(2946), [anon_sym_const] = ACTIONS(2946), [anon_sym_constexpr] = ACTIONS(2946), [anon_sym_volatile] = ACTIONS(2946), [anon_sym_restrict] = ACTIONS(2946), [anon_sym___restrict__] = ACTIONS(2946), [anon_sym__Atomic] = ACTIONS(2946), [anon_sym__Noreturn] = ACTIONS(2946), [anon_sym_noreturn] = ACTIONS(2946), [anon_sym_mutable] = ACTIONS(2946), [anon_sym_constinit] = ACTIONS(2946), [anon_sym_consteval] = ACTIONS(2946), [sym_primitive_type] = ACTIONS(2946), [anon_sym_enum] = ACTIONS(2946), [anon_sym_class] = ACTIONS(2946), [anon_sym_struct] = ACTIONS(2946), [anon_sym_union] = ACTIONS(2946), [anon_sym_if] = ACTIONS(2946), [anon_sym_else] = ACTIONS(2946), [anon_sym_switch] = ACTIONS(2946), [anon_sym_case] = ACTIONS(2946), [anon_sym_default] = ACTIONS(2946), [anon_sym_while] = ACTIONS(2946), [anon_sym_do] = ACTIONS(2946), [anon_sym_for] = ACTIONS(2946), [anon_sym_return] = ACTIONS(2946), [anon_sym_break] = ACTIONS(2946), [anon_sym_continue] = ACTIONS(2946), [anon_sym_goto] = ACTIONS(2946), [anon_sym_not] = ACTIONS(2946), [anon_sym_compl] = ACTIONS(2946), [anon_sym_DASH_DASH] = ACTIONS(2948), [anon_sym_PLUS_PLUS] = ACTIONS(2948), [anon_sym_sizeof] = ACTIONS(2946), [anon_sym_offsetof] = ACTIONS(2946), [anon_sym__Generic] = ACTIONS(2946), [anon_sym_asm] = ACTIONS(2946), [anon_sym___asm__] = ACTIONS(2946), [sym_number_literal] = ACTIONS(2948), [anon_sym_L_SQUOTE] = ACTIONS(2948), [anon_sym_u_SQUOTE] = ACTIONS(2948), [anon_sym_U_SQUOTE] = ACTIONS(2948), [anon_sym_u8_SQUOTE] = ACTIONS(2948), [anon_sym_SQUOTE] = ACTIONS(2948), [anon_sym_L_DQUOTE] = ACTIONS(2948), [anon_sym_u_DQUOTE] = ACTIONS(2948), [anon_sym_U_DQUOTE] = ACTIONS(2948), [anon_sym_u8_DQUOTE] = ACTIONS(2948), [anon_sym_DQUOTE] = ACTIONS(2948), [sym_true] = ACTIONS(2946), [sym_false] = ACTIONS(2946), [anon_sym_NULL] = ACTIONS(2946), [anon_sym_nullptr] = ACTIONS(2946), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2946), [anon_sym_decltype] = ACTIONS(2946), [anon_sym_virtual] = ACTIONS(2946), [anon_sym_explicit] = ACTIONS(2946), [anon_sym_typename] = ACTIONS(2946), [anon_sym_template] = ACTIONS(2946), [anon_sym_operator] = ACTIONS(2946), [anon_sym_try] = ACTIONS(2946), [anon_sym_delete] = ACTIONS(2946), [anon_sym_throw] = ACTIONS(2946), [anon_sym_namespace] = ACTIONS(2946), [anon_sym_using] = ACTIONS(2946), [anon_sym_static_assert] = ACTIONS(2946), [anon_sym_concept] = ACTIONS(2946), [anon_sym_co_return] = ACTIONS(2946), [anon_sym_co_yield] = ACTIONS(2946), [anon_sym_R_DQUOTE] = ACTIONS(2948), [anon_sym_LR_DQUOTE] = ACTIONS(2948), [anon_sym_uR_DQUOTE] = ACTIONS(2948), [anon_sym_UR_DQUOTE] = ACTIONS(2948), [anon_sym_u8R_DQUOTE] = ACTIONS(2948), [anon_sym_co_await] = ACTIONS(2946), [anon_sym_new] = ACTIONS(2946), [anon_sym_requires] = ACTIONS(2946), [sym_this] = ACTIONS(2946), }, [890] = { [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_if_token2] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [891] = { [ts_builtin_sym_end] = ACTIONS(2924), [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [892] = { [ts_builtin_sym_end] = ACTIONS(2924), [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [893] = { [sym_identifier] = ACTIONS(2950), [aux_sym_preproc_include_token1] = ACTIONS(2950), [aux_sym_preproc_def_token1] = ACTIONS(2950), [aux_sym_preproc_if_token1] = ACTIONS(2950), [aux_sym_preproc_if_token2] = ACTIONS(2950), [aux_sym_preproc_ifdef_token1] = ACTIONS(2950), [aux_sym_preproc_ifdef_token2] = ACTIONS(2950), [sym_preproc_directive] = ACTIONS(2950), [anon_sym_LPAREN2] = ACTIONS(2952), [anon_sym_BANG] = ACTIONS(2952), [anon_sym_TILDE] = ACTIONS(2952), [anon_sym_DASH] = ACTIONS(2950), [anon_sym_PLUS] = ACTIONS(2950), [anon_sym_STAR] = ACTIONS(2952), [anon_sym_AMP_AMP] = ACTIONS(2952), [anon_sym_AMP] = ACTIONS(2950), [anon_sym_SEMI] = ACTIONS(2952), [anon_sym_typedef] = ACTIONS(2950), [anon_sym_extern] = ACTIONS(2950), [anon_sym___attribute__] = ACTIONS(2950), [anon_sym_COLON_COLON] = ACTIONS(2952), [anon_sym_LBRACK_LBRACK] = ACTIONS(2952), [anon_sym___declspec] = ACTIONS(2950), [anon_sym___based] = ACTIONS(2950), [anon_sym___cdecl] = ACTIONS(2950), [anon_sym___clrcall] = ACTIONS(2950), [anon_sym___stdcall] = ACTIONS(2950), [anon_sym___fastcall] = ACTIONS(2950), [anon_sym___thiscall] = ACTIONS(2950), [anon_sym___vectorcall] = ACTIONS(2950), [anon_sym_LBRACE] = ACTIONS(2952), [anon_sym_signed] = ACTIONS(2950), [anon_sym_unsigned] = ACTIONS(2950), [anon_sym_long] = ACTIONS(2950), [anon_sym_short] = ACTIONS(2950), [anon_sym_LBRACK] = ACTIONS(2950), [anon_sym_static] = ACTIONS(2950), [anon_sym_register] = ACTIONS(2950), [anon_sym_inline] = ACTIONS(2950), [anon_sym_thread_local] = ACTIONS(2950), [anon_sym_const] = ACTIONS(2950), [anon_sym_constexpr] = ACTIONS(2950), [anon_sym_volatile] = ACTIONS(2950), [anon_sym_restrict] = ACTIONS(2950), [anon_sym___restrict__] = ACTIONS(2950), [anon_sym__Atomic] = ACTIONS(2950), [anon_sym__Noreturn] = ACTIONS(2950), [anon_sym_noreturn] = ACTIONS(2950), [anon_sym_mutable] = ACTIONS(2950), [anon_sym_constinit] = ACTIONS(2950), [anon_sym_consteval] = ACTIONS(2950), [sym_primitive_type] = ACTIONS(2950), [anon_sym_enum] = ACTIONS(2950), [anon_sym_class] = ACTIONS(2950), [anon_sym_struct] = ACTIONS(2950), [anon_sym_union] = ACTIONS(2950), [anon_sym_if] = ACTIONS(2950), [anon_sym_else] = ACTIONS(2950), [anon_sym_switch] = ACTIONS(2950), [anon_sym_case] = ACTIONS(2950), [anon_sym_default] = ACTIONS(2950), [anon_sym_while] = ACTIONS(2950), [anon_sym_do] = ACTIONS(2950), [anon_sym_for] = ACTIONS(2950), [anon_sym_return] = ACTIONS(2950), [anon_sym_break] = ACTIONS(2950), [anon_sym_continue] = ACTIONS(2950), [anon_sym_goto] = ACTIONS(2950), [anon_sym_not] = ACTIONS(2950), [anon_sym_compl] = ACTIONS(2950), [anon_sym_DASH_DASH] = ACTIONS(2952), [anon_sym_PLUS_PLUS] = ACTIONS(2952), [anon_sym_sizeof] = ACTIONS(2950), [anon_sym_offsetof] = ACTIONS(2950), [anon_sym__Generic] = ACTIONS(2950), [anon_sym_asm] = ACTIONS(2950), [anon_sym___asm__] = ACTIONS(2950), [sym_number_literal] = ACTIONS(2952), [anon_sym_L_SQUOTE] = ACTIONS(2952), [anon_sym_u_SQUOTE] = ACTIONS(2952), [anon_sym_U_SQUOTE] = ACTIONS(2952), [anon_sym_u8_SQUOTE] = ACTIONS(2952), [anon_sym_SQUOTE] = ACTIONS(2952), [anon_sym_L_DQUOTE] = ACTIONS(2952), [anon_sym_u_DQUOTE] = ACTIONS(2952), [anon_sym_U_DQUOTE] = ACTIONS(2952), [anon_sym_u8_DQUOTE] = ACTIONS(2952), [anon_sym_DQUOTE] = ACTIONS(2952), [sym_true] = ACTIONS(2950), [sym_false] = ACTIONS(2950), [anon_sym_NULL] = ACTIONS(2950), [anon_sym_nullptr] = ACTIONS(2950), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2950), [anon_sym_decltype] = ACTIONS(2950), [anon_sym_virtual] = ACTIONS(2950), [anon_sym_explicit] = ACTIONS(2950), [anon_sym_typename] = ACTIONS(2950), [anon_sym_template] = ACTIONS(2950), [anon_sym_operator] = ACTIONS(2950), [anon_sym_try] = ACTIONS(2950), [anon_sym_delete] = ACTIONS(2950), [anon_sym_throw] = ACTIONS(2950), [anon_sym_namespace] = ACTIONS(2950), [anon_sym_using] = ACTIONS(2950), [anon_sym_static_assert] = ACTIONS(2950), [anon_sym_concept] = ACTIONS(2950), [anon_sym_co_return] = ACTIONS(2950), [anon_sym_co_yield] = ACTIONS(2950), [anon_sym_R_DQUOTE] = ACTIONS(2952), [anon_sym_LR_DQUOTE] = ACTIONS(2952), [anon_sym_uR_DQUOTE] = ACTIONS(2952), [anon_sym_UR_DQUOTE] = ACTIONS(2952), [anon_sym_u8R_DQUOTE] = ACTIONS(2952), [anon_sym_co_await] = ACTIONS(2950), [anon_sym_new] = ACTIONS(2950), [anon_sym_requires] = ACTIONS(2950), [sym_this] = ACTIONS(2950), }, [894] = { [ts_builtin_sym_end] = ACTIONS(2924), [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [895] = { [sym_identifier] = ACTIONS(2954), [aux_sym_preproc_include_token1] = ACTIONS(2954), [aux_sym_preproc_def_token1] = ACTIONS(2954), [aux_sym_preproc_if_token1] = ACTIONS(2954), [aux_sym_preproc_if_token2] = ACTIONS(2954), [aux_sym_preproc_ifdef_token1] = ACTIONS(2954), [aux_sym_preproc_ifdef_token2] = ACTIONS(2954), [sym_preproc_directive] = ACTIONS(2954), [anon_sym_LPAREN2] = ACTIONS(2956), [anon_sym_BANG] = ACTIONS(2956), [anon_sym_TILDE] = ACTIONS(2956), [anon_sym_DASH] = ACTIONS(2954), [anon_sym_PLUS] = ACTIONS(2954), [anon_sym_STAR] = ACTIONS(2956), [anon_sym_AMP_AMP] = ACTIONS(2956), [anon_sym_AMP] = ACTIONS(2954), [anon_sym_SEMI] = ACTIONS(2956), [anon_sym_typedef] = ACTIONS(2954), [anon_sym_extern] = ACTIONS(2954), [anon_sym___attribute__] = ACTIONS(2954), [anon_sym_COLON_COLON] = ACTIONS(2956), [anon_sym_LBRACK_LBRACK] = ACTIONS(2956), [anon_sym___declspec] = ACTIONS(2954), [anon_sym___based] = ACTIONS(2954), [anon_sym___cdecl] = ACTIONS(2954), [anon_sym___clrcall] = ACTIONS(2954), [anon_sym___stdcall] = ACTIONS(2954), [anon_sym___fastcall] = ACTIONS(2954), [anon_sym___thiscall] = ACTIONS(2954), [anon_sym___vectorcall] = ACTIONS(2954), [anon_sym_LBRACE] = ACTIONS(2956), [anon_sym_signed] = ACTIONS(2954), [anon_sym_unsigned] = ACTIONS(2954), [anon_sym_long] = ACTIONS(2954), [anon_sym_short] = ACTIONS(2954), [anon_sym_LBRACK] = ACTIONS(2954), [anon_sym_static] = ACTIONS(2954), [anon_sym_register] = ACTIONS(2954), [anon_sym_inline] = ACTIONS(2954), [anon_sym_thread_local] = ACTIONS(2954), [anon_sym_const] = ACTIONS(2954), [anon_sym_constexpr] = ACTIONS(2954), [anon_sym_volatile] = ACTIONS(2954), [anon_sym_restrict] = ACTIONS(2954), [anon_sym___restrict__] = ACTIONS(2954), [anon_sym__Atomic] = ACTIONS(2954), [anon_sym__Noreturn] = ACTIONS(2954), [anon_sym_noreturn] = ACTIONS(2954), [anon_sym_mutable] = ACTIONS(2954), [anon_sym_constinit] = ACTIONS(2954), [anon_sym_consteval] = ACTIONS(2954), [sym_primitive_type] = ACTIONS(2954), [anon_sym_enum] = ACTIONS(2954), [anon_sym_class] = ACTIONS(2954), [anon_sym_struct] = ACTIONS(2954), [anon_sym_union] = ACTIONS(2954), [anon_sym_if] = ACTIONS(2954), [anon_sym_else] = ACTIONS(2954), [anon_sym_switch] = ACTIONS(2954), [anon_sym_case] = ACTIONS(2954), [anon_sym_default] = ACTIONS(2954), [anon_sym_while] = ACTIONS(2954), [anon_sym_do] = ACTIONS(2954), [anon_sym_for] = ACTIONS(2954), [anon_sym_return] = ACTIONS(2954), [anon_sym_break] = ACTIONS(2954), [anon_sym_continue] = ACTIONS(2954), [anon_sym_goto] = ACTIONS(2954), [anon_sym_not] = ACTIONS(2954), [anon_sym_compl] = ACTIONS(2954), [anon_sym_DASH_DASH] = ACTIONS(2956), [anon_sym_PLUS_PLUS] = ACTIONS(2956), [anon_sym_sizeof] = ACTIONS(2954), [anon_sym_offsetof] = ACTIONS(2954), [anon_sym__Generic] = ACTIONS(2954), [anon_sym_asm] = ACTIONS(2954), [anon_sym___asm__] = ACTIONS(2954), [sym_number_literal] = ACTIONS(2956), [anon_sym_L_SQUOTE] = ACTIONS(2956), [anon_sym_u_SQUOTE] = ACTIONS(2956), [anon_sym_U_SQUOTE] = ACTIONS(2956), [anon_sym_u8_SQUOTE] = ACTIONS(2956), [anon_sym_SQUOTE] = ACTIONS(2956), [anon_sym_L_DQUOTE] = ACTIONS(2956), [anon_sym_u_DQUOTE] = ACTIONS(2956), [anon_sym_U_DQUOTE] = ACTIONS(2956), [anon_sym_u8_DQUOTE] = ACTIONS(2956), [anon_sym_DQUOTE] = ACTIONS(2956), [sym_true] = ACTIONS(2954), [sym_false] = ACTIONS(2954), [anon_sym_NULL] = ACTIONS(2954), [anon_sym_nullptr] = ACTIONS(2954), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2954), [anon_sym_decltype] = ACTIONS(2954), [anon_sym_virtual] = ACTIONS(2954), [anon_sym_explicit] = ACTIONS(2954), [anon_sym_typename] = ACTIONS(2954), [anon_sym_template] = ACTIONS(2954), [anon_sym_operator] = ACTIONS(2954), [anon_sym_try] = ACTIONS(2954), [anon_sym_delete] = ACTIONS(2954), [anon_sym_throw] = ACTIONS(2954), [anon_sym_namespace] = ACTIONS(2954), [anon_sym_using] = ACTIONS(2954), [anon_sym_static_assert] = ACTIONS(2954), [anon_sym_concept] = ACTIONS(2954), [anon_sym_co_return] = ACTIONS(2954), [anon_sym_co_yield] = ACTIONS(2954), [anon_sym_R_DQUOTE] = ACTIONS(2956), [anon_sym_LR_DQUOTE] = ACTIONS(2956), [anon_sym_uR_DQUOTE] = ACTIONS(2956), [anon_sym_UR_DQUOTE] = ACTIONS(2956), [anon_sym_u8R_DQUOTE] = ACTIONS(2956), [anon_sym_co_await] = ACTIONS(2954), [anon_sym_new] = ACTIONS(2954), [anon_sym_requires] = ACTIONS(2954), [sym_this] = ACTIONS(2954), }, [896] = { [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_if_token2] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [897] = { [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_if_token2] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [898] = { [sym_identifier] = ACTIONS(2958), [aux_sym_preproc_include_token1] = ACTIONS(2958), [aux_sym_preproc_def_token1] = ACTIONS(2958), [aux_sym_preproc_if_token1] = ACTIONS(2958), [aux_sym_preproc_if_token2] = ACTIONS(2958), [aux_sym_preproc_ifdef_token1] = ACTIONS(2958), [aux_sym_preproc_ifdef_token2] = ACTIONS(2958), [sym_preproc_directive] = ACTIONS(2958), [anon_sym_LPAREN2] = ACTIONS(2960), [anon_sym_BANG] = ACTIONS(2960), [anon_sym_TILDE] = ACTIONS(2960), [anon_sym_DASH] = ACTIONS(2958), [anon_sym_PLUS] = ACTIONS(2958), [anon_sym_STAR] = ACTIONS(2960), [anon_sym_AMP_AMP] = ACTIONS(2960), [anon_sym_AMP] = ACTIONS(2958), [anon_sym_SEMI] = ACTIONS(2960), [anon_sym_typedef] = ACTIONS(2958), [anon_sym_extern] = ACTIONS(2958), [anon_sym___attribute__] = ACTIONS(2958), [anon_sym_COLON_COLON] = ACTIONS(2960), [anon_sym_LBRACK_LBRACK] = ACTIONS(2960), [anon_sym___declspec] = ACTIONS(2958), [anon_sym___based] = ACTIONS(2958), [anon_sym___cdecl] = ACTIONS(2958), [anon_sym___clrcall] = ACTIONS(2958), [anon_sym___stdcall] = ACTIONS(2958), [anon_sym___fastcall] = ACTIONS(2958), [anon_sym___thiscall] = ACTIONS(2958), [anon_sym___vectorcall] = ACTIONS(2958), [anon_sym_LBRACE] = ACTIONS(2960), [anon_sym_signed] = ACTIONS(2958), [anon_sym_unsigned] = ACTIONS(2958), [anon_sym_long] = ACTIONS(2958), [anon_sym_short] = ACTIONS(2958), [anon_sym_LBRACK] = ACTIONS(2958), [anon_sym_static] = ACTIONS(2958), [anon_sym_register] = ACTIONS(2958), [anon_sym_inline] = ACTIONS(2958), [anon_sym_thread_local] = ACTIONS(2958), [anon_sym_const] = ACTIONS(2958), [anon_sym_constexpr] = ACTIONS(2958), [anon_sym_volatile] = ACTIONS(2958), [anon_sym_restrict] = ACTIONS(2958), [anon_sym___restrict__] = ACTIONS(2958), [anon_sym__Atomic] = ACTIONS(2958), [anon_sym__Noreturn] = ACTIONS(2958), [anon_sym_noreturn] = ACTIONS(2958), [anon_sym_mutable] = ACTIONS(2958), [anon_sym_constinit] = ACTIONS(2958), [anon_sym_consteval] = ACTIONS(2958), [sym_primitive_type] = ACTIONS(2958), [anon_sym_enum] = ACTIONS(2958), [anon_sym_class] = ACTIONS(2958), [anon_sym_struct] = ACTIONS(2958), [anon_sym_union] = ACTIONS(2958), [anon_sym_if] = ACTIONS(2958), [anon_sym_else] = ACTIONS(2958), [anon_sym_switch] = ACTIONS(2958), [anon_sym_case] = ACTIONS(2958), [anon_sym_default] = ACTIONS(2958), [anon_sym_while] = ACTIONS(2958), [anon_sym_do] = ACTIONS(2958), [anon_sym_for] = ACTIONS(2958), [anon_sym_return] = ACTIONS(2958), [anon_sym_break] = ACTIONS(2958), [anon_sym_continue] = ACTIONS(2958), [anon_sym_goto] = ACTIONS(2958), [anon_sym_not] = ACTIONS(2958), [anon_sym_compl] = ACTIONS(2958), [anon_sym_DASH_DASH] = ACTIONS(2960), [anon_sym_PLUS_PLUS] = ACTIONS(2960), [anon_sym_sizeof] = ACTIONS(2958), [anon_sym_offsetof] = ACTIONS(2958), [anon_sym__Generic] = ACTIONS(2958), [anon_sym_asm] = ACTIONS(2958), [anon_sym___asm__] = ACTIONS(2958), [sym_number_literal] = ACTIONS(2960), [anon_sym_L_SQUOTE] = ACTIONS(2960), [anon_sym_u_SQUOTE] = ACTIONS(2960), [anon_sym_U_SQUOTE] = ACTIONS(2960), [anon_sym_u8_SQUOTE] = ACTIONS(2960), [anon_sym_SQUOTE] = ACTIONS(2960), [anon_sym_L_DQUOTE] = ACTIONS(2960), [anon_sym_u_DQUOTE] = ACTIONS(2960), [anon_sym_U_DQUOTE] = ACTIONS(2960), [anon_sym_u8_DQUOTE] = ACTIONS(2960), [anon_sym_DQUOTE] = ACTIONS(2960), [sym_true] = ACTIONS(2958), [sym_false] = ACTIONS(2958), [anon_sym_NULL] = ACTIONS(2958), [anon_sym_nullptr] = ACTIONS(2958), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2958), [anon_sym_decltype] = ACTIONS(2958), [anon_sym_virtual] = ACTIONS(2958), [anon_sym_explicit] = ACTIONS(2958), [anon_sym_typename] = ACTIONS(2958), [anon_sym_template] = ACTIONS(2958), [anon_sym_operator] = ACTIONS(2958), [anon_sym_try] = ACTIONS(2958), [anon_sym_delete] = ACTIONS(2958), [anon_sym_throw] = ACTIONS(2958), [anon_sym_namespace] = ACTIONS(2958), [anon_sym_using] = ACTIONS(2958), [anon_sym_static_assert] = ACTIONS(2958), [anon_sym_concept] = ACTIONS(2958), [anon_sym_co_return] = ACTIONS(2958), [anon_sym_co_yield] = ACTIONS(2958), [anon_sym_R_DQUOTE] = ACTIONS(2960), [anon_sym_LR_DQUOTE] = ACTIONS(2960), [anon_sym_uR_DQUOTE] = ACTIONS(2960), [anon_sym_UR_DQUOTE] = ACTIONS(2960), [anon_sym_u8R_DQUOTE] = ACTIONS(2960), [anon_sym_co_await] = ACTIONS(2958), [anon_sym_new] = ACTIONS(2958), [anon_sym_requires] = ACTIONS(2958), [sym_this] = ACTIONS(2958), }, [899] = { [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_if_token2] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [900] = { [ts_builtin_sym_end] = ACTIONS(2924), [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [901] = { [ts_builtin_sym_end] = ACTIONS(2924), [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [902] = { [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_if_token2] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [903] = { [ts_builtin_sym_end] = ACTIONS(2924), [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [904] = { [sym_identifier] = ACTIONS(3032), [aux_sym_preproc_include_token1] = ACTIONS(3032), [aux_sym_preproc_def_token1] = ACTIONS(3032), [aux_sym_preproc_if_token1] = ACTIONS(3032), [aux_sym_preproc_if_token2] = ACTIONS(3032), [aux_sym_preproc_ifdef_token1] = ACTIONS(3032), [aux_sym_preproc_ifdef_token2] = ACTIONS(3032), [sym_preproc_directive] = ACTIONS(3032), [anon_sym_LPAREN2] = ACTIONS(3034), [anon_sym_BANG] = ACTIONS(3034), [anon_sym_TILDE] = ACTIONS(3034), [anon_sym_DASH] = ACTIONS(3032), [anon_sym_PLUS] = ACTIONS(3032), [anon_sym_STAR] = ACTIONS(3034), [anon_sym_AMP_AMP] = ACTIONS(3034), [anon_sym_AMP] = ACTIONS(3032), [anon_sym_SEMI] = ACTIONS(3034), [anon_sym_typedef] = ACTIONS(3032), [anon_sym_extern] = ACTIONS(3032), [anon_sym___attribute__] = ACTIONS(3032), [anon_sym_COLON_COLON] = ACTIONS(3034), [anon_sym_LBRACK_LBRACK] = ACTIONS(3034), [anon_sym___declspec] = ACTIONS(3032), [anon_sym___based] = ACTIONS(3032), [anon_sym___cdecl] = ACTIONS(3032), [anon_sym___clrcall] = ACTIONS(3032), [anon_sym___stdcall] = ACTIONS(3032), [anon_sym___fastcall] = ACTIONS(3032), [anon_sym___thiscall] = ACTIONS(3032), [anon_sym___vectorcall] = ACTIONS(3032), [anon_sym_LBRACE] = ACTIONS(3034), [anon_sym_signed] = ACTIONS(3032), [anon_sym_unsigned] = ACTIONS(3032), [anon_sym_long] = ACTIONS(3032), [anon_sym_short] = ACTIONS(3032), [anon_sym_LBRACK] = ACTIONS(3032), [anon_sym_static] = ACTIONS(3032), [anon_sym_register] = ACTIONS(3032), [anon_sym_inline] = ACTIONS(3032), [anon_sym_thread_local] = ACTIONS(3032), [anon_sym_const] = ACTIONS(3032), [anon_sym_constexpr] = ACTIONS(3032), [anon_sym_volatile] = ACTIONS(3032), [anon_sym_restrict] = ACTIONS(3032), [anon_sym___restrict__] = ACTIONS(3032), [anon_sym__Atomic] = ACTIONS(3032), [anon_sym__Noreturn] = ACTIONS(3032), [anon_sym_noreturn] = ACTIONS(3032), [anon_sym_mutable] = ACTIONS(3032), [anon_sym_constinit] = ACTIONS(3032), [anon_sym_consteval] = ACTIONS(3032), [sym_primitive_type] = ACTIONS(3032), [anon_sym_enum] = ACTIONS(3032), [anon_sym_class] = ACTIONS(3032), [anon_sym_struct] = ACTIONS(3032), [anon_sym_union] = ACTIONS(3032), [anon_sym_if] = ACTIONS(3032), [anon_sym_else] = ACTIONS(3032), [anon_sym_switch] = ACTIONS(3032), [anon_sym_case] = ACTIONS(3032), [anon_sym_default] = ACTIONS(3032), [anon_sym_while] = ACTIONS(3032), [anon_sym_do] = ACTIONS(3032), [anon_sym_for] = ACTIONS(3032), [anon_sym_return] = ACTIONS(3032), [anon_sym_break] = ACTIONS(3032), [anon_sym_continue] = ACTIONS(3032), [anon_sym_goto] = ACTIONS(3032), [anon_sym_not] = ACTIONS(3032), [anon_sym_compl] = ACTIONS(3032), [anon_sym_DASH_DASH] = ACTIONS(3034), [anon_sym_PLUS_PLUS] = ACTIONS(3034), [anon_sym_sizeof] = ACTIONS(3032), [anon_sym_offsetof] = ACTIONS(3032), [anon_sym__Generic] = ACTIONS(3032), [anon_sym_asm] = ACTIONS(3032), [anon_sym___asm__] = ACTIONS(3032), [sym_number_literal] = ACTIONS(3034), [anon_sym_L_SQUOTE] = ACTIONS(3034), [anon_sym_u_SQUOTE] = ACTIONS(3034), [anon_sym_U_SQUOTE] = ACTIONS(3034), [anon_sym_u8_SQUOTE] = ACTIONS(3034), [anon_sym_SQUOTE] = ACTIONS(3034), [anon_sym_L_DQUOTE] = ACTIONS(3034), [anon_sym_u_DQUOTE] = ACTIONS(3034), [anon_sym_U_DQUOTE] = ACTIONS(3034), [anon_sym_u8_DQUOTE] = ACTIONS(3034), [anon_sym_DQUOTE] = ACTIONS(3034), [sym_true] = ACTIONS(3032), [sym_false] = ACTIONS(3032), [anon_sym_NULL] = ACTIONS(3032), [anon_sym_nullptr] = ACTIONS(3032), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3032), [anon_sym_decltype] = ACTIONS(3032), [anon_sym_virtual] = ACTIONS(3032), [anon_sym_explicit] = ACTIONS(3032), [anon_sym_typename] = ACTIONS(3032), [anon_sym_template] = ACTIONS(3032), [anon_sym_operator] = ACTIONS(3032), [anon_sym_try] = ACTIONS(3032), [anon_sym_delete] = ACTIONS(3032), [anon_sym_throw] = ACTIONS(3032), [anon_sym_namespace] = ACTIONS(3032), [anon_sym_using] = ACTIONS(3032), [anon_sym_static_assert] = ACTIONS(3032), [anon_sym_concept] = ACTIONS(3032), [anon_sym_co_return] = ACTIONS(3032), [anon_sym_co_yield] = ACTIONS(3032), [anon_sym_R_DQUOTE] = ACTIONS(3034), [anon_sym_LR_DQUOTE] = ACTIONS(3034), [anon_sym_uR_DQUOTE] = ACTIONS(3034), [anon_sym_UR_DQUOTE] = ACTIONS(3034), [anon_sym_u8R_DQUOTE] = ACTIONS(3034), [anon_sym_co_await] = ACTIONS(3032), [anon_sym_new] = ACTIONS(3032), [anon_sym_requires] = ACTIONS(3032), [sym_this] = ACTIONS(3032), }, [905] = { [sym_identifier] = ACTIONS(2968), [aux_sym_preproc_include_token1] = ACTIONS(2968), [aux_sym_preproc_def_token1] = ACTIONS(2968), [aux_sym_preproc_if_token1] = ACTIONS(2968), [aux_sym_preproc_if_token2] = ACTIONS(2968), [aux_sym_preproc_ifdef_token1] = ACTIONS(2968), [aux_sym_preproc_ifdef_token2] = ACTIONS(2968), [sym_preproc_directive] = ACTIONS(2968), [anon_sym_LPAREN2] = ACTIONS(2970), [anon_sym_BANG] = ACTIONS(2970), [anon_sym_TILDE] = ACTIONS(2970), [anon_sym_DASH] = ACTIONS(2968), [anon_sym_PLUS] = ACTIONS(2968), [anon_sym_STAR] = ACTIONS(2970), [anon_sym_AMP_AMP] = ACTIONS(2970), [anon_sym_AMP] = ACTIONS(2968), [anon_sym_SEMI] = ACTIONS(2970), [anon_sym_typedef] = ACTIONS(2968), [anon_sym_extern] = ACTIONS(2968), [anon_sym___attribute__] = ACTIONS(2968), [anon_sym_COLON_COLON] = ACTIONS(2970), [anon_sym_LBRACK_LBRACK] = ACTIONS(2970), [anon_sym___declspec] = ACTIONS(2968), [anon_sym___based] = ACTIONS(2968), [anon_sym___cdecl] = ACTIONS(2968), [anon_sym___clrcall] = ACTIONS(2968), [anon_sym___stdcall] = ACTIONS(2968), [anon_sym___fastcall] = ACTIONS(2968), [anon_sym___thiscall] = ACTIONS(2968), [anon_sym___vectorcall] = ACTIONS(2968), [anon_sym_LBRACE] = ACTIONS(2970), [anon_sym_signed] = ACTIONS(2968), [anon_sym_unsigned] = ACTIONS(2968), [anon_sym_long] = ACTIONS(2968), [anon_sym_short] = ACTIONS(2968), [anon_sym_LBRACK] = ACTIONS(2968), [anon_sym_static] = ACTIONS(2968), [anon_sym_register] = ACTIONS(2968), [anon_sym_inline] = ACTIONS(2968), [anon_sym_thread_local] = ACTIONS(2968), [anon_sym_const] = ACTIONS(2968), [anon_sym_constexpr] = ACTIONS(2968), [anon_sym_volatile] = ACTIONS(2968), [anon_sym_restrict] = ACTIONS(2968), [anon_sym___restrict__] = ACTIONS(2968), [anon_sym__Atomic] = ACTIONS(2968), [anon_sym__Noreturn] = ACTIONS(2968), [anon_sym_noreturn] = ACTIONS(2968), [anon_sym_mutable] = ACTIONS(2968), [anon_sym_constinit] = ACTIONS(2968), [anon_sym_consteval] = ACTIONS(2968), [sym_primitive_type] = ACTIONS(2968), [anon_sym_enum] = ACTIONS(2968), [anon_sym_class] = ACTIONS(2968), [anon_sym_struct] = ACTIONS(2968), [anon_sym_union] = ACTIONS(2968), [anon_sym_if] = ACTIONS(2968), [anon_sym_else] = ACTIONS(2968), [anon_sym_switch] = ACTIONS(2968), [anon_sym_case] = ACTIONS(2968), [anon_sym_default] = ACTIONS(2968), [anon_sym_while] = ACTIONS(2968), [anon_sym_do] = ACTIONS(2968), [anon_sym_for] = ACTIONS(2968), [anon_sym_return] = ACTIONS(2968), [anon_sym_break] = ACTIONS(2968), [anon_sym_continue] = ACTIONS(2968), [anon_sym_goto] = ACTIONS(2968), [anon_sym_not] = ACTIONS(2968), [anon_sym_compl] = ACTIONS(2968), [anon_sym_DASH_DASH] = ACTIONS(2970), [anon_sym_PLUS_PLUS] = ACTIONS(2970), [anon_sym_sizeof] = ACTIONS(2968), [anon_sym_offsetof] = ACTIONS(2968), [anon_sym__Generic] = ACTIONS(2968), [anon_sym_asm] = ACTIONS(2968), [anon_sym___asm__] = ACTIONS(2968), [sym_number_literal] = ACTIONS(2970), [anon_sym_L_SQUOTE] = ACTIONS(2970), [anon_sym_u_SQUOTE] = ACTIONS(2970), [anon_sym_U_SQUOTE] = ACTIONS(2970), [anon_sym_u8_SQUOTE] = ACTIONS(2970), [anon_sym_SQUOTE] = ACTIONS(2970), [anon_sym_L_DQUOTE] = ACTIONS(2970), [anon_sym_u_DQUOTE] = ACTIONS(2970), [anon_sym_U_DQUOTE] = ACTIONS(2970), [anon_sym_u8_DQUOTE] = ACTIONS(2970), [anon_sym_DQUOTE] = ACTIONS(2970), [sym_true] = ACTIONS(2968), [sym_false] = ACTIONS(2968), [anon_sym_NULL] = ACTIONS(2968), [anon_sym_nullptr] = ACTIONS(2968), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2968), [anon_sym_decltype] = ACTIONS(2968), [anon_sym_virtual] = ACTIONS(2968), [anon_sym_explicit] = ACTIONS(2968), [anon_sym_typename] = ACTIONS(2968), [anon_sym_template] = ACTIONS(2968), [anon_sym_operator] = ACTIONS(2968), [anon_sym_try] = ACTIONS(2968), [anon_sym_delete] = ACTIONS(2968), [anon_sym_throw] = ACTIONS(2968), [anon_sym_namespace] = ACTIONS(2968), [anon_sym_using] = ACTIONS(2968), [anon_sym_static_assert] = ACTIONS(2968), [anon_sym_concept] = ACTIONS(2968), [anon_sym_co_return] = ACTIONS(2968), [anon_sym_co_yield] = ACTIONS(2968), [anon_sym_R_DQUOTE] = ACTIONS(2970), [anon_sym_LR_DQUOTE] = ACTIONS(2970), [anon_sym_uR_DQUOTE] = ACTIONS(2970), [anon_sym_UR_DQUOTE] = ACTIONS(2970), [anon_sym_u8R_DQUOTE] = ACTIONS(2970), [anon_sym_co_await] = ACTIONS(2968), [anon_sym_new] = ACTIONS(2968), [anon_sym_requires] = ACTIONS(2968), [sym_this] = ACTIONS(2968), }, [906] = { [ts_builtin_sym_end] = ACTIONS(3006), [sym_identifier] = ACTIONS(3004), [aux_sym_preproc_include_token1] = ACTIONS(3004), [aux_sym_preproc_def_token1] = ACTIONS(3004), [aux_sym_preproc_if_token1] = ACTIONS(3004), [aux_sym_preproc_ifdef_token1] = ACTIONS(3004), [aux_sym_preproc_ifdef_token2] = ACTIONS(3004), [sym_preproc_directive] = ACTIONS(3004), [anon_sym_LPAREN2] = ACTIONS(3006), [anon_sym_BANG] = ACTIONS(3006), [anon_sym_TILDE] = ACTIONS(3006), [anon_sym_DASH] = ACTIONS(3004), [anon_sym_PLUS] = ACTIONS(3004), [anon_sym_STAR] = ACTIONS(3006), [anon_sym_AMP_AMP] = ACTIONS(3006), [anon_sym_AMP] = ACTIONS(3004), [anon_sym_SEMI] = ACTIONS(3006), [anon_sym_typedef] = ACTIONS(3004), [anon_sym_extern] = ACTIONS(3004), [anon_sym___attribute__] = ACTIONS(3004), [anon_sym_COLON_COLON] = ACTIONS(3006), [anon_sym_LBRACK_LBRACK] = ACTIONS(3006), [anon_sym___declspec] = ACTIONS(3004), [anon_sym___based] = ACTIONS(3004), [anon_sym___cdecl] = ACTIONS(3004), [anon_sym___clrcall] = ACTIONS(3004), [anon_sym___stdcall] = ACTIONS(3004), [anon_sym___fastcall] = ACTIONS(3004), [anon_sym___thiscall] = ACTIONS(3004), [anon_sym___vectorcall] = ACTIONS(3004), [anon_sym_LBRACE] = ACTIONS(3006), [anon_sym_signed] = ACTIONS(3004), [anon_sym_unsigned] = ACTIONS(3004), [anon_sym_long] = ACTIONS(3004), [anon_sym_short] = ACTIONS(3004), [anon_sym_LBRACK] = ACTIONS(3004), [anon_sym_static] = ACTIONS(3004), [anon_sym_register] = ACTIONS(3004), [anon_sym_inline] = ACTIONS(3004), [anon_sym_thread_local] = ACTIONS(3004), [anon_sym_const] = ACTIONS(3004), [anon_sym_constexpr] = ACTIONS(3004), [anon_sym_volatile] = ACTIONS(3004), [anon_sym_restrict] = ACTIONS(3004), [anon_sym___restrict__] = ACTIONS(3004), [anon_sym__Atomic] = ACTIONS(3004), [anon_sym__Noreturn] = ACTIONS(3004), [anon_sym_noreturn] = ACTIONS(3004), [anon_sym_mutable] = ACTIONS(3004), [anon_sym_constinit] = ACTIONS(3004), [anon_sym_consteval] = ACTIONS(3004), [sym_primitive_type] = ACTIONS(3004), [anon_sym_enum] = ACTIONS(3004), [anon_sym_class] = ACTIONS(3004), [anon_sym_struct] = ACTIONS(3004), [anon_sym_union] = ACTIONS(3004), [anon_sym_if] = ACTIONS(3004), [anon_sym_else] = ACTIONS(3004), [anon_sym_switch] = ACTIONS(3004), [anon_sym_case] = ACTIONS(3004), [anon_sym_default] = ACTIONS(3004), [anon_sym_while] = ACTIONS(3004), [anon_sym_do] = ACTIONS(3004), [anon_sym_for] = ACTIONS(3004), [anon_sym_return] = ACTIONS(3004), [anon_sym_break] = ACTIONS(3004), [anon_sym_continue] = ACTIONS(3004), [anon_sym_goto] = ACTIONS(3004), [anon_sym_not] = ACTIONS(3004), [anon_sym_compl] = ACTIONS(3004), [anon_sym_DASH_DASH] = ACTIONS(3006), [anon_sym_PLUS_PLUS] = ACTIONS(3006), [anon_sym_sizeof] = ACTIONS(3004), [anon_sym_offsetof] = ACTIONS(3004), [anon_sym__Generic] = ACTIONS(3004), [anon_sym_asm] = ACTIONS(3004), [anon_sym___asm__] = ACTIONS(3004), [sym_number_literal] = ACTIONS(3006), [anon_sym_L_SQUOTE] = ACTIONS(3006), [anon_sym_u_SQUOTE] = ACTIONS(3006), [anon_sym_U_SQUOTE] = ACTIONS(3006), [anon_sym_u8_SQUOTE] = ACTIONS(3006), [anon_sym_SQUOTE] = ACTIONS(3006), [anon_sym_L_DQUOTE] = ACTIONS(3006), [anon_sym_u_DQUOTE] = ACTIONS(3006), [anon_sym_U_DQUOTE] = ACTIONS(3006), [anon_sym_u8_DQUOTE] = ACTIONS(3006), [anon_sym_DQUOTE] = ACTIONS(3006), [sym_true] = ACTIONS(3004), [sym_false] = ACTIONS(3004), [anon_sym_NULL] = ACTIONS(3004), [anon_sym_nullptr] = ACTIONS(3004), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3004), [anon_sym_decltype] = ACTIONS(3004), [anon_sym_virtual] = ACTIONS(3004), [anon_sym_explicit] = ACTIONS(3004), [anon_sym_typename] = ACTIONS(3004), [anon_sym_template] = ACTIONS(3004), [anon_sym_operator] = ACTIONS(3004), [anon_sym_try] = ACTIONS(3004), [anon_sym_delete] = ACTIONS(3004), [anon_sym_throw] = ACTIONS(3004), [anon_sym_namespace] = ACTIONS(3004), [anon_sym_using] = ACTIONS(3004), [anon_sym_static_assert] = ACTIONS(3004), [anon_sym_concept] = ACTIONS(3004), [anon_sym_co_return] = ACTIONS(3004), [anon_sym_co_yield] = ACTIONS(3004), [anon_sym_R_DQUOTE] = ACTIONS(3006), [anon_sym_LR_DQUOTE] = ACTIONS(3006), [anon_sym_uR_DQUOTE] = ACTIONS(3006), [anon_sym_UR_DQUOTE] = ACTIONS(3006), [anon_sym_u8R_DQUOTE] = ACTIONS(3006), [anon_sym_co_await] = ACTIONS(3004), [anon_sym_new] = ACTIONS(3004), [anon_sym_requires] = ACTIONS(3004), [sym_this] = ACTIONS(3004), }, [907] = { [sym_identifier] = ACTIONS(2972), [aux_sym_preproc_include_token1] = ACTIONS(2972), [aux_sym_preproc_def_token1] = ACTIONS(2972), [aux_sym_preproc_if_token1] = ACTIONS(2972), [aux_sym_preproc_if_token2] = ACTIONS(2972), [aux_sym_preproc_ifdef_token1] = ACTIONS(2972), [aux_sym_preproc_ifdef_token2] = ACTIONS(2972), [sym_preproc_directive] = ACTIONS(2972), [anon_sym_LPAREN2] = ACTIONS(2974), [anon_sym_BANG] = ACTIONS(2974), [anon_sym_TILDE] = ACTIONS(2974), [anon_sym_DASH] = ACTIONS(2972), [anon_sym_PLUS] = ACTIONS(2972), [anon_sym_STAR] = ACTIONS(2974), [anon_sym_AMP_AMP] = ACTIONS(2974), [anon_sym_AMP] = ACTIONS(2972), [anon_sym_SEMI] = ACTIONS(2974), [anon_sym_typedef] = ACTIONS(2972), [anon_sym_extern] = ACTIONS(2972), [anon_sym___attribute__] = ACTIONS(2972), [anon_sym_COLON_COLON] = ACTIONS(2974), [anon_sym_LBRACK_LBRACK] = ACTIONS(2974), [anon_sym___declspec] = ACTIONS(2972), [anon_sym___based] = ACTIONS(2972), [anon_sym___cdecl] = ACTIONS(2972), [anon_sym___clrcall] = ACTIONS(2972), [anon_sym___stdcall] = ACTIONS(2972), [anon_sym___fastcall] = ACTIONS(2972), [anon_sym___thiscall] = ACTIONS(2972), [anon_sym___vectorcall] = ACTIONS(2972), [anon_sym_LBRACE] = ACTIONS(2974), [anon_sym_signed] = ACTIONS(2972), [anon_sym_unsigned] = ACTIONS(2972), [anon_sym_long] = ACTIONS(2972), [anon_sym_short] = ACTIONS(2972), [anon_sym_LBRACK] = ACTIONS(2972), [anon_sym_static] = ACTIONS(2972), [anon_sym_register] = ACTIONS(2972), [anon_sym_inline] = ACTIONS(2972), [anon_sym_thread_local] = ACTIONS(2972), [anon_sym_const] = ACTIONS(2972), [anon_sym_constexpr] = ACTIONS(2972), [anon_sym_volatile] = ACTIONS(2972), [anon_sym_restrict] = ACTIONS(2972), [anon_sym___restrict__] = ACTIONS(2972), [anon_sym__Atomic] = ACTIONS(2972), [anon_sym__Noreturn] = ACTIONS(2972), [anon_sym_noreturn] = ACTIONS(2972), [anon_sym_mutable] = ACTIONS(2972), [anon_sym_constinit] = ACTIONS(2972), [anon_sym_consteval] = ACTIONS(2972), [sym_primitive_type] = ACTIONS(2972), [anon_sym_enum] = ACTIONS(2972), [anon_sym_class] = ACTIONS(2972), [anon_sym_struct] = ACTIONS(2972), [anon_sym_union] = ACTIONS(2972), [anon_sym_if] = ACTIONS(2972), [anon_sym_else] = ACTIONS(2972), [anon_sym_switch] = ACTIONS(2972), [anon_sym_case] = ACTIONS(2972), [anon_sym_default] = ACTIONS(2972), [anon_sym_while] = ACTIONS(2972), [anon_sym_do] = ACTIONS(2972), [anon_sym_for] = ACTIONS(2972), [anon_sym_return] = ACTIONS(2972), [anon_sym_break] = ACTIONS(2972), [anon_sym_continue] = ACTIONS(2972), [anon_sym_goto] = ACTIONS(2972), [anon_sym_not] = ACTIONS(2972), [anon_sym_compl] = ACTIONS(2972), [anon_sym_DASH_DASH] = ACTIONS(2974), [anon_sym_PLUS_PLUS] = ACTIONS(2974), [anon_sym_sizeof] = ACTIONS(2972), [anon_sym_offsetof] = ACTIONS(2972), [anon_sym__Generic] = ACTIONS(2972), [anon_sym_asm] = ACTIONS(2972), [anon_sym___asm__] = ACTIONS(2972), [sym_number_literal] = ACTIONS(2974), [anon_sym_L_SQUOTE] = ACTIONS(2974), [anon_sym_u_SQUOTE] = ACTIONS(2974), [anon_sym_U_SQUOTE] = ACTIONS(2974), [anon_sym_u8_SQUOTE] = ACTIONS(2974), [anon_sym_SQUOTE] = ACTIONS(2974), [anon_sym_L_DQUOTE] = ACTIONS(2974), [anon_sym_u_DQUOTE] = ACTIONS(2974), [anon_sym_U_DQUOTE] = ACTIONS(2974), [anon_sym_u8_DQUOTE] = ACTIONS(2974), [anon_sym_DQUOTE] = ACTIONS(2974), [sym_true] = ACTIONS(2972), [sym_false] = ACTIONS(2972), [anon_sym_NULL] = ACTIONS(2972), [anon_sym_nullptr] = ACTIONS(2972), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2972), [anon_sym_decltype] = ACTIONS(2972), [anon_sym_virtual] = ACTIONS(2972), [anon_sym_explicit] = ACTIONS(2972), [anon_sym_typename] = ACTIONS(2972), [anon_sym_template] = ACTIONS(2972), [anon_sym_operator] = ACTIONS(2972), [anon_sym_try] = ACTIONS(2972), [anon_sym_delete] = ACTIONS(2972), [anon_sym_throw] = ACTIONS(2972), [anon_sym_namespace] = ACTIONS(2972), [anon_sym_using] = ACTIONS(2972), [anon_sym_static_assert] = ACTIONS(2972), [anon_sym_concept] = ACTIONS(2972), [anon_sym_co_return] = ACTIONS(2972), [anon_sym_co_yield] = ACTIONS(2972), [anon_sym_R_DQUOTE] = ACTIONS(2974), [anon_sym_LR_DQUOTE] = ACTIONS(2974), [anon_sym_uR_DQUOTE] = ACTIONS(2974), [anon_sym_UR_DQUOTE] = ACTIONS(2974), [anon_sym_u8R_DQUOTE] = ACTIONS(2974), [anon_sym_co_await] = ACTIONS(2972), [anon_sym_new] = ACTIONS(2972), [anon_sym_requires] = ACTIONS(2972), [sym_this] = ACTIONS(2972), }, [908] = { [ts_builtin_sym_end] = ACTIONS(2924), [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [909] = { [ts_builtin_sym_end] = ACTIONS(2924), [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [910] = { [ts_builtin_sym_end] = ACTIONS(2924), [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [911] = { [ts_builtin_sym_end] = ACTIONS(2998), [sym_identifier] = ACTIONS(2996), [aux_sym_preproc_include_token1] = ACTIONS(2996), [aux_sym_preproc_def_token1] = ACTIONS(2996), [aux_sym_preproc_if_token1] = ACTIONS(2996), [aux_sym_preproc_ifdef_token1] = ACTIONS(2996), [aux_sym_preproc_ifdef_token2] = ACTIONS(2996), [sym_preproc_directive] = ACTIONS(2996), [anon_sym_LPAREN2] = ACTIONS(2998), [anon_sym_BANG] = ACTIONS(2998), [anon_sym_TILDE] = ACTIONS(2998), [anon_sym_DASH] = ACTIONS(2996), [anon_sym_PLUS] = ACTIONS(2996), [anon_sym_STAR] = ACTIONS(2998), [anon_sym_AMP_AMP] = ACTIONS(2998), [anon_sym_AMP] = ACTIONS(2996), [anon_sym_SEMI] = ACTIONS(2998), [anon_sym_typedef] = ACTIONS(2996), [anon_sym_extern] = ACTIONS(2996), [anon_sym___attribute__] = ACTIONS(2996), [anon_sym_COLON_COLON] = ACTIONS(2998), [anon_sym_LBRACK_LBRACK] = ACTIONS(2998), [anon_sym___declspec] = ACTIONS(2996), [anon_sym___based] = ACTIONS(2996), [anon_sym___cdecl] = ACTIONS(2996), [anon_sym___clrcall] = ACTIONS(2996), [anon_sym___stdcall] = ACTIONS(2996), [anon_sym___fastcall] = ACTIONS(2996), [anon_sym___thiscall] = ACTIONS(2996), [anon_sym___vectorcall] = ACTIONS(2996), [anon_sym_LBRACE] = ACTIONS(2998), [anon_sym_signed] = ACTIONS(2996), [anon_sym_unsigned] = ACTIONS(2996), [anon_sym_long] = ACTIONS(2996), [anon_sym_short] = ACTIONS(2996), [anon_sym_LBRACK] = ACTIONS(2996), [anon_sym_static] = ACTIONS(2996), [anon_sym_register] = ACTIONS(2996), [anon_sym_inline] = ACTIONS(2996), [anon_sym_thread_local] = ACTIONS(2996), [anon_sym_const] = ACTIONS(2996), [anon_sym_constexpr] = ACTIONS(2996), [anon_sym_volatile] = ACTIONS(2996), [anon_sym_restrict] = ACTIONS(2996), [anon_sym___restrict__] = ACTIONS(2996), [anon_sym__Atomic] = ACTIONS(2996), [anon_sym__Noreturn] = ACTIONS(2996), [anon_sym_noreturn] = ACTIONS(2996), [anon_sym_mutable] = ACTIONS(2996), [anon_sym_constinit] = ACTIONS(2996), [anon_sym_consteval] = ACTIONS(2996), [sym_primitive_type] = ACTIONS(2996), [anon_sym_enum] = ACTIONS(2996), [anon_sym_class] = ACTIONS(2996), [anon_sym_struct] = ACTIONS(2996), [anon_sym_union] = ACTIONS(2996), [anon_sym_if] = ACTIONS(2996), [anon_sym_else] = ACTIONS(2996), [anon_sym_switch] = ACTIONS(2996), [anon_sym_case] = ACTIONS(2996), [anon_sym_default] = ACTIONS(2996), [anon_sym_while] = ACTIONS(2996), [anon_sym_do] = ACTIONS(2996), [anon_sym_for] = ACTIONS(2996), [anon_sym_return] = ACTIONS(2996), [anon_sym_break] = ACTIONS(2996), [anon_sym_continue] = ACTIONS(2996), [anon_sym_goto] = ACTIONS(2996), [anon_sym_not] = ACTIONS(2996), [anon_sym_compl] = ACTIONS(2996), [anon_sym_DASH_DASH] = ACTIONS(2998), [anon_sym_PLUS_PLUS] = ACTIONS(2998), [anon_sym_sizeof] = ACTIONS(2996), [anon_sym_offsetof] = ACTIONS(2996), [anon_sym__Generic] = ACTIONS(2996), [anon_sym_asm] = ACTIONS(2996), [anon_sym___asm__] = ACTIONS(2996), [sym_number_literal] = ACTIONS(2998), [anon_sym_L_SQUOTE] = ACTIONS(2998), [anon_sym_u_SQUOTE] = ACTIONS(2998), [anon_sym_U_SQUOTE] = ACTIONS(2998), [anon_sym_u8_SQUOTE] = ACTIONS(2998), [anon_sym_SQUOTE] = ACTIONS(2998), [anon_sym_L_DQUOTE] = ACTIONS(2998), [anon_sym_u_DQUOTE] = ACTIONS(2998), [anon_sym_U_DQUOTE] = ACTIONS(2998), [anon_sym_u8_DQUOTE] = ACTIONS(2998), [anon_sym_DQUOTE] = ACTIONS(2998), [sym_true] = ACTIONS(2996), [sym_false] = ACTIONS(2996), [anon_sym_NULL] = ACTIONS(2996), [anon_sym_nullptr] = ACTIONS(2996), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2996), [anon_sym_decltype] = ACTIONS(2996), [anon_sym_virtual] = ACTIONS(2996), [anon_sym_explicit] = ACTIONS(2996), [anon_sym_typename] = ACTIONS(2996), [anon_sym_template] = ACTIONS(2996), [anon_sym_operator] = ACTIONS(2996), [anon_sym_try] = ACTIONS(2996), [anon_sym_delete] = ACTIONS(2996), [anon_sym_throw] = ACTIONS(2996), [anon_sym_namespace] = ACTIONS(2996), [anon_sym_using] = ACTIONS(2996), [anon_sym_static_assert] = ACTIONS(2996), [anon_sym_concept] = ACTIONS(2996), [anon_sym_co_return] = ACTIONS(2996), [anon_sym_co_yield] = ACTIONS(2996), [anon_sym_R_DQUOTE] = ACTIONS(2998), [anon_sym_LR_DQUOTE] = ACTIONS(2998), [anon_sym_uR_DQUOTE] = ACTIONS(2998), [anon_sym_UR_DQUOTE] = ACTIONS(2998), [anon_sym_u8R_DQUOTE] = ACTIONS(2998), [anon_sym_co_await] = ACTIONS(2996), [anon_sym_new] = ACTIONS(2996), [anon_sym_requires] = ACTIONS(2996), [sym_this] = ACTIONS(2996), }, [912] = { [ts_builtin_sym_end] = ACTIONS(2924), [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [913] = { [ts_builtin_sym_end] = ACTIONS(2924), [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [914] = { [sym_identifier] = ACTIONS(3036), [aux_sym_preproc_include_token1] = ACTIONS(3036), [aux_sym_preproc_def_token1] = ACTIONS(3036), [aux_sym_preproc_if_token1] = ACTIONS(3036), [aux_sym_preproc_if_token2] = ACTIONS(3036), [aux_sym_preproc_ifdef_token1] = ACTIONS(3036), [aux_sym_preproc_ifdef_token2] = ACTIONS(3036), [sym_preproc_directive] = ACTIONS(3036), [anon_sym_LPAREN2] = ACTIONS(3038), [anon_sym_BANG] = ACTIONS(3038), [anon_sym_TILDE] = ACTIONS(3038), [anon_sym_DASH] = ACTIONS(3036), [anon_sym_PLUS] = ACTIONS(3036), [anon_sym_STAR] = ACTIONS(3038), [anon_sym_AMP_AMP] = ACTIONS(3038), [anon_sym_AMP] = ACTIONS(3036), [anon_sym_SEMI] = ACTIONS(3038), [anon_sym_typedef] = ACTIONS(3036), [anon_sym_extern] = ACTIONS(3036), [anon_sym___attribute__] = ACTIONS(3036), [anon_sym_COLON_COLON] = ACTIONS(3038), [anon_sym_LBRACK_LBRACK] = ACTIONS(3038), [anon_sym___declspec] = ACTIONS(3036), [anon_sym___based] = ACTIONS(3036), [anon_sym___cdecl] = ACTIONS(3036), [anon_sym___clrcall] = ACTIONS(3036), [anon_sym___stdcall] = ACTIONS(3036), [anon_sym___fastcall] = ACTIONS(3036), [anon_sym___thiscall] = ACTIONS(3036), [anon_sym___vectorcall] = ACTIONS(3036), [anon_sym_LBRACE] = ACTIONS(3038), [anon_sym_signed] = ACTIONS(3036), [anon_sym_unsigned] = ACTIONS(3036), [anon_sym_long] = ACTIONS(3036), [anon_sym_short] = ACTIONS(3036), [anon_sym_LBRACK] = ACTIONS(3036), [anon_sym_static] = ACTIONS(3036), [anon_sym_register] = ACTIONS(3036), [anon_sym_inline] = ACTIONS(3036), [anon_sym_thread_local] = ACTIONS(3036), [anon_sym_const] = ACTIONS(3036), [anon_sym_constexpr] = ACTIONS(3036), [anon_sym_volatile] = ACTIONS(3036), [anon_sym_restrict] = ACTIONS(3036), [anon_sym___restrict__] = ACTIONS(3036), [anon_sym__Atomic] = ACTIONS(3036), [anon_sym__Noreturn] = ACTIONS(3036), [anon_sym_noreturn] = ACTIONS(3036), [anon_sym_mutable] = ACTIONS(3036), [anon_sym_constinit] = ACTIONS(3036), [anon_sym_consteval] = ACTIONS(3036), [sym_primitive_type] = ACTIONS(3036), [anon_sym_enum] = ACTIONS(3036), [anon_sym_class] = ACTIONS(3036), [anon_sym_struct] = ACTIONS(3036), [anon_sym_union] = ACTIONS(3036), [anon_sym_if] = ACTIONS(3036), [anon_sym_else] = ACTIONS(3036), [anon_sym_switch] = ACTIONS(3036), [anon_sym_case] = ACTIONS(3036), [anon_sym_default] = ACTIONS(3036), [anon_sym_while] = ACTIONS(3036), [anon_sym_do] = ACTIONS(3036), [anon_sym_for] = ACTIONS(3036), [anon_sym_return] = ACTIONS(3036), [anon_sym_break] = ACTIONS(3036), [anon_sym_continue] = ACTIONS(3036), [anon_sym_goto] = ACTIONS(3036), [anon_sym_not] = ACTIONS(3036), [anon_sym_compl] = ACTIONS(3036), [anon_sym_DASH_DASH] = ACTIONS(3038), [anon_sym_PLUS_PLUS] = ACTIONS(3038), [anon_sym_sizeof] = ACTIONS(3036), [anon_sym_offsetof] = ACTIONS(3036), [anon_sym__Generic] = ACTIONS(3036), [anon_sym_asm] = ACTIONS(3036), [anon_sym___asm__] = ACTIONS(3036), [sym_number_literal] = ACTIONS(3038), [anon_sym_L_SQUOTE] = ACTIONS(3038), [anon_sym_u_SQUOTE] = ACTIONS(3038), [anon_sym_U_SQUOTE] = ACTIONS(3038), [anon_sym_u8_SQUOTE] = ACTIONS(3038), [anon_sym_SQUOTE] = ACTIONS(3038), [anon_sym_L_DQUOTE] = ACTIONS(3038), [anon_sym_u_DQUOTE] = ACTIONS(3038), [anon_sym_U_DQUOTE] = ACTIONS(3038), [anon_sym_u8_DQUOTE] = ACTIONS(3038), [anon_sym_DQUOTE] = ACTIONS(3038), [sym_true] = ACTIONS(3036), [sym_false] = ACTIONS(3036), [anon_sym_NULL] = ACTIONS(3036), [anon_sym_nullptr] = ACTIONS(3036), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3036), [anon_sym_decltype] = ACTIONS(3036), [anon_sym_virtual] = ACTIONS(3036), [anon_sym_explicit] = ACTIONS(3036), [anon_sym_typename] = ACTIONS(3036), [anon_sym_template] = ACTIONS(3036), [anon_sym_operator] = ACTIONS(3036), [anon_sym_try] = ACTIONS(3036), [anon_sym_delete] = ACTIONS(3036), [anon_sym_throw] = ACTIONS(3036), [anon_sym_namespace] = ACTIONS(3036), [anon_sym_using] = ACTIONS(3036), [anon_sym_static_assert] = ACTIONS(3036), [anon_sym_concept] = ACTIONS(3036), [anon_sym_co_return] = ACTIONS(3036), [anon_sym_co_yield] = ACTIONS(3036), [anon_sym_R_DQUOTE] = ACTIONS(3038), [anon_sym_LR_DQUOTE] = ACTIONS(3038), [anon_sym_uR_DQUOTE] = ACTIONS(3038), [anon_sym_UR_DQUOTE] = ACTIONS(3038), [anon_sym_u8R_DQUOTE] = ACTIONS(3038), [anon_sym_co_await] = ACTIONS(3036), [anon_sym_new] = ACTIONS(3036), [anon_sym_requires] = ACTIONS(3036), [sym_this] = ACTIONS(3036), }, [915] = { [ts_builtin_sym_end] = ACTIONS(2924), [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [916] = { [sym_identifier] = ACTIONS(3044), [aux_sym_preproc_include_token1] = ACTIONS(3044), [aux_sym_preproc_def_token1] = ACTIONS(3044), [aux_sym_preproc_if_token1] = ACTIONS(3044), [aux_sym_preproc_if_token2] = ACTIONS(3044), [aux_sym_preproc_ifdef_token1] = ACTIONS(3044), [aux_sym_preproc_ifdef_token2] = ACTIONS(3044), [sym_preproc_directive] = ACTIONS(3044), [anon_sym_LPAREN2] = ACTIONS(3046), [anon_sym_BANG] = ACTIONS(3046), [anon_sym_TILDE] = ACTIONS(3046), [anon_sym_DASH] = ACTIONS(3044), [anon_sym_PLUS] = ACTIONS(3044), [anon_sym_STAR] = ACTIONS(3046), [anon_sym_AMP_AMP] = ACTIONS(3046), [anon_sym_AMP] = ACTIONS(3044), [anon_sym_SEMI] = ACTIONS(3046), [anon_sym_typedef] = ACTIONS(3044), [anon_sym_extern] = ACTIONS(3044), [anon_sym___attribute__] = ACTIONS(3044), [anon_sym_COLON_COLON] = ACTIONS(3046), [anon_sym_LBRACK_LBRACK] = ACTIONS(3046), [anon_sym___declspec] = ACTIONS(3044), [anon_sym___based] = ACTIONS(3044), [anon_sym___cdecl] = ACTIONS(3044), [anon_sym___clrcall] = ACTIONS(3044), [anon_sym___stdcall] = ACTIONS(3044), [anon_sym___fastcall] = ACTIONS(3044), [anon_sym___thiscall] = ACTIONS(3044), [anon_sym___vectorcall] = ACTIONS(3044), [anon_sym_LBRACE] = ACTIONS(3046), [anon_sym_signed] = ACTIONS(3044), [anon_sym_unsigned] = ACTIONS(3044), [anon_sym_long] = ACTIONS(3044), [anon_sym_short] = ACTIONS(3044), [anon_sym_LBRACK] = ACTIONS(3044), [anon_sym_static] = ACTIONS(3044), [anon_sym_register] = ACTIONS(3044), [anon_sym_inline] = ACTIONS(3044), [anon_sym_thread_local] = ACTIONS(3044), [anon_sym_const] = ACTIONS(3044), [anon_sym_constexpr] = ACTIONS(3044), [anon_sym_volatile] = ACTIONS(3044), [anon_sym_restrict] = ACTIONS(3044), [anon_sym___restrict__] = ACTIONS(3044), [anon_sym__Atomic] = ACTIONS(3044), [anon_sym__Noreturn] = ACTIONS(3044), [anon_sym_noreturn] = ACTIONS(3044), [anon_sym_mutable] = ACTIONS(3044), [anon_sym_constinit] = ACTIONS(3044), [anon_sym_consteval] = ACTIONS(3044), [sym_primitive_type] = ACTIONS(3044), [anon_sym_enum] = ACTIONS(3044), [anon_sym_class] = ACTIONS(3044), [anon_sym_struct] = ACTIONS(3044), [anon_sym_union] = ACTIONS(3044), [anon_sym_if] = ACTIONS(3044), [anon_sym_else] = ACTIONS(3044), [anon_sym_switch] = ACTIONS(3044), [anon_sym_case] = ACTIONS(3044), [anon_sym_default] = ACTIONS(3044), [anon_sym_while] = ACTIONS(3044), [anon_sym_do] = ACTIONS(3044), [anon_sym_for] = ACTIONS(3044), [anon_sym_return] = ACTIONS(3044), [anon_sym_break] = ACTIONS(3044), [anon_sym_continue] = ACTIONS(3044), [anon_sym_goto] = ACTIONS(3044), [anon_sym_not] = ACTIONS(3044), [anon_sym_compl] = ACTIONS(3044), [anon_sym_DASH_DASH] = ACTIONS(3046), [anon_sym_PLUS_PLUS] = ACTIONS(3046), [anon_sym_sizeof] = ACTIONS(3044), [anon_sym_offsetof] = ACTIONS(3044), [anon_sym__Generic] = ACTIONS(3044), [anon_sym_asm] = ACTIONS(3044), [anon_sym___asm__] = ACTIONS(3044), [sym_number_literal] = ACTIONS(3046), [anon_sym_L_SQUOTE] = ACTIONS(3046), [anon_sym_u_SQUOTE] = ACTIONS(3046), [anon_sym_U_SQUOTE] = ACTIONS(3046), [anon_sym_u8_SQUOTE] = ACTIONS(3046), [anon_sym_SQUOTE] = ACTIONS(3046), [anon_sym_L_DQUOTE] = ACTIONS(3046), [anon_sym_u_DQUOTE] = ACTIONS(3046), [anon_sym_U_DQUOTE] = ACTIONS(3046), [anon_sym_u8_DQUOTE] = ACTIONS(3046), [anon_sym_DQUOTE] = ACTIONS(3046), [sym_true] = ACTIONS(3044), [sym_false] = ACTIONS(3044), [anon_sym_NULL] = ACTIONS(3044), [anon_sym_nullptr] = ACTIONS(3044), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3044), [anon_sym_decltype] = ACTIONS(3044), [anon_sym_virtual] = ACTIONS(3044), [anon_sym_explicit] = ACTIONS(3044), [anon_sym_typename] = ACTIONS(3044), [anon_sym_template] = ACTIONS(3044), [anon_sym_operator] = ACTIONS(3044), [anon_sym_try] = ACTIONS(3044), [anon_sym_delete] = ACTIONS(3044), [anon_sym_throw] = ACTIONS(3044), [anon_sym_namespace] = ACTIONS(3044), [anon_sym_using] = ACTIONS(3044), [anon_sym_static_assert] = ACTIONS(3044), [anon_sym_concept] = ACTIONS(3044), [anon_sym_co_return] = ACTIONS(3044), [anon_sym_co_yield] = ACTIONS(3044), [anon_sym_R_DQUOTE] = ACTIONS(3046), [anon_sym_LR_DQUOTE] = ACTIONS(3046), [anon_sym_uR_DQUOTE] = ACTIONS(3046), [anon_sym_UR_DQUOTE] = ACTIONS(3046), [anon_sym_u8R_DQUOTE] = ACTIONS(3046), [anon_sym_co_await] = ACTIONS(3044), [anon_sym_new] = ACTIONS(3044), [anon_sym_requires] = ACTIONS(3044), [sym_this] = ACTIONS(3044), }, [917] = { [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_if_token2] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [918] = { [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_if_token2] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [919] = { [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_if_token2] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [920] = { [ts_builtin_sym_end] = ACTIONS(2924), [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [921] = { [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_if_token2] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [922] = { [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_if_token2] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [923] = { [ts_builtin_sym_end] = ACTIONS(2998), [sym_identifier] = ACTIONS(2996), [aux_sym_preproc_include_token1] = ACTIONS(2996), [aux_sym_preproc_def_token1] = ACTIONS(2996), [aux_sym_preproc_if_token1] = ACTIONS(2996), [aux_sym_preproc_ifdef_token1] = ACTIONS(2996), [aux_sym_preproc_ifdef_token2] = ACTIONS(2996), [sym_preproc_directive] = ACTIONS(2996), [anon_sym_LPAREN2] = ACTIONS(2998), [anon_sym_BANG] = ACTIONS(2998), [anon_sym_TILDE] = ACTIONS(2998), [anon_sym_DASH] = ACTIONS(2996), [anon_sym_PLUS] = ACTIONS(2996), [anon_sym_STAR] = ACTIONS(2998), [anon_sym_AMP_AMP] = ACTIONS(2998), [anon_sym_AMP] = ACTIONS(2996), [anon_sym_SEMI] = ACTIONS(2998), [anon_sym_typedef] = ACTIONS(2996), [anon_sym_extern] = ACTIONS(2996), [anon_sym___attribute__] = ACTIONS(2996), [anon_sym_COLON_COLON] = ACTIONS(2998), [anon_sym_LBRACK_LBRACK] = ACTIONS(2998), [anon_sym___declspec] = ACTIONS(2996), [anon_sym___based] = ACTIONS(2996), [anon_sym___cdecl] = ACTIONS(2996), [anon_sym___clrcall] = ACTIONS(2996), [anon_sym___stdcall] = ACTIONS(2996), [anon_sym___fastcall] = ACTIONS(2996), [anon_sym___thiscall] = ACTIONS(2996), [anon_sym___vectorcall] = ACTIONS(2996), [anon_sym_LBRACE] = ACTIONS(2998), [anon_sym_signed] = ACTIONS(2996), [anon_sym_unsigned] = ACTIONS(2996), [anon_sym_long] = ACTIONS(2996), [anon_sym_short] = ACTIONS(2996), [anon_sym_LBRACK] = ACTIONS(2996), [anon_sym_static] = ACTIONS(2996), [anon_sym_register] = ACTIONS(2996), [anon_sym_inline] = ACTIONS(2996), [anon_sym_thread_local] = ACTIONS(2996), [anon_sym_const] = ACTIONS(2996), [anon_sym_constexpr] = ACTIONS(2996), [anon_sym_volatile] = ACTIONS(2996), [anon_sym_restrict] = ACTIONS(2996), [anon_sym___restrict__] = ACTIONS(2996), [anon_sym__Atomic] = ACTIONS(2996), [anon_sym__Noreturn] = ACTIONS(2996), [anon_sym_noreturn] = ACTIONS(2996), [anon_sym_mutable] = ACTIONS(2996), [anon_sym_constinit] = ACTIONS(2996), [anon_sym_consteval] = ACTIONS(2996), [sym_primitive_type] = ACTIONS(2996), [anon_sym_enum] = ACTIONS(2996), [anon_sym_class] = ACTIONS(2996), [anon_sym_struct] = ACTIONS(2996), [anon_sym_union] = ACTIONS(2996), [anon_sym_if] = ACTIONS(2996), [anon_sym_else] = ACTIONS(2996), [anon_sym_switch] = ACTIONS(2996), [anon_sym_case] = ACTIONS(2996), [anon_sym_default] = ACTIONS(2996), [anon_sym_while] = ACTIONS(2996), [anon_sym_do] = ACTIONS(2996), [anon_sym_for] = ACTIONS(2996), [anon_sym_return] = ACTIONS(2996), [anon_sym_break] = ACTIONS(2996), [anon_sym_continue] = ACTIONS(2996), [anon_sym_goto] = ACTIONS(2996), [anon_sym_not] = ACTIONS(2996), [anon_sym_compl] = ACTIONS(2996), [anon_sym_DASH_DASH] = ACTIONS(2998), [anon_sym_PLUS_PLUS] = ACTIONS(2998), [anon_sym_sizeof] = ACTIONS(2996), [anon_sym_offsetof] = ACTIONS(2996), [anon_sym__Generic] = ACTIONS(2996), [anon_sym_asm] = ACTIONS(2996), [anon_sym___asm__] = ACTIONS(2996), [sym_number_literal] = ACTIONS(2998), [anon_sym_L_SQUOTE] = ACTIONS(2998), [anon_sym_u_SQUOTE] = ACTIONS(2998), [anon_sym_U_SQUOTE] = ACTIONS(2998), [anon_sym_u8_SQUOTE] = ACTIONS(2998), [anon_sym_SQUOTE] = ACTIONS(2998), [anon_sym_L_DQUOTE] = ACTIONS(2998), [anon_sym_u_DQUOTE] = ACTIONS(2998), [anon_sym_U_DQUOTE] = ACTIONS(2998), [anon_sym_u8_DQUOTE] = ACTIONS(2998), [anon_sym_DQUOTE] = ACTIONS(2998), [sym_true] = ACTIONS(2996), [sym_false] = ACTIONS(2996), [anon_sym_NULL] = ACTIONS(2996), [anon_sym_nullptr] = ACTIONS(2996), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2996), [anon_sym_decltype] = ACTIONS(2996), [anon_sym_virtual] = ACTIONS(2996), [anon_sym_explicit] = ACTIONS(2996), [anon_sym_typename] = ACTIONS(2996), [anon_sym_template] = ACTIONS(2996), [anon_sym_operator] = ACTIONS(2996), [anon_sym_try] = ACTIONS(2996), [anon_sym_delete] = ACTIONS(2996), [anon_sym_throw] = ACTIONS(2996), [anon_sym_namespace] = ACTIONS(2996), [anon_sym_using] = ACTIONS(2996), [anon_sym_static_assert] = ACTIONS(2996), [anon_sym_concept] = ACTIONS(2996), [anon_sym_co_return] = ACTIONS(2996), [anon_sym_co_yield] = ACTIONS(2996), [anon_sym_R_DQUOTE] = ACTIONS(2998), [anon_sym_LR_DQUOTE] = ACTIONS(2998), [anon_sym_uR_DQUOTE] = ACTIONS(2998), [anon_sym_UR_DQUOTE] = ACTIONS(2998), [anon_sym_u8R_DQUOTE] = ACTIONS(2998), [anon_sym_co_await] = ACTIONS(2996), [anon_sym_new] = ACTIONS(2996), [anon_sym_requires] = ACTIONS(2996), [sym_this] = ACTIONS(2996), }, [924] = { [ts_builtin_sym_end] = ACTIONS(2924), [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [925] = { [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_if_token2] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [926] = { [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_if_token2] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [927] = { [ts_builtin_sym_end] = ACTIONS(2932), [sym_identifier] = ACTIONS(2930), [aux_sym_preproc_include_token1] = ACTIONS(2930), [aux_sym_preproc_def_token1] = ACTIONS(2930), [aux_sym_preproc_if_token1] = ACTIONS(2930), [aux_sym_preproc_ifdef_token1] = ACTIONS(2930), [aux_sym_preproc_ifdef_token2] = ACTIONS(2930), [sym_preproc_directive] = ACTIONS(2930), [anon_sym_LPAREN2] = ACTIONS(2932), [anon_sym_BANG] = ACTIONS(2932), [anon_sym_TILDE] = ACTIONS(2932), [anon_sym_DASH] = ACTIONS(2930), [anon_sym_PLUS] = ACTIONS(2930), [anon_sym_STAR] = ACTIONS(2932), [anon_sym_AMP_AMP] = ACTIONS(2932), [anon_sym_AMP] = ACTIONS(2930), [anon_sym_SEMI] = ACTIONS(2932), [anon_sym_typedef] = ACTIONS(2930), [anon_sym_extern] = ACTIONS(2930), [anon_sym___attribute__] = ACTIONS(2930), [anon_sym_COLON_COLON] = ACTIONS(2932), [anon_sym_LBRACK_LBRACK] = ACTIONS(2932), [anon_sym___declspec] = ACTIONS(2930), [anon_sym___based] = ACTIONS(2930), [anon_sym___cdecl] = ACTIONS(2930), [anon_sym___clrcall] = ACTIONS(2930), [anon_sym___stdcall] = ACTIONS(2930), [anon_sym___fastcall] = ACTIONS(2930), [anon_sym___thiscall] = ACTIONS(2930), [anon_sym___vectorcall] = ACTIONS(2930), [anon_sym_LBRACE] = ACTIONS(2932), [anon_sym_signed] = ACTIONS(2930), [anon_sym_unsigned] = ACTIONS(2930), [anon_sym_long] = ACTIONS(2930), [anon_sym_short] = ACTIONS(2930), [anon_sym_LBRACK] = ACTIONS(2930), [anon_sym_static] = ACTIONS(2930), [anon_sym_register] = ACTIONS(2930), [anon_sym_inline] = ACTIONS(2930), [anon_sym_thread_local] = ACTIONS(2930), [anon_sym_const] = ACTIONS(2930), [anon_sym_constexpr] = ACTIONS(2930), [anon_sym_volatile] = ACTIONS(2930), [anon_sym_restrict] = ACTIONS(2930), [anon_sym___restrict__] = ACTIONS(2930), [anon_sym__Atomic] = ACTIONS(2930), [anon_sym__Noreturn] = ACTIONS(2930), [anon_sym_noreturn] = ACTIONS(2930), [anon_sym_mutable] = ACTIONS(2930), [anon_sym_constinit] = ACTIONS(2930), [anon_sym_consteval] = ACTIONS(2930), [sym_primitive_type] = ACTIONS(2930), [anon_sym_enum] = ACTIONS(2930), [anon_sym_class] = ACTIONS(2930), [anon_sym_struct] = ACTIONS(2930), [anon_sym_union] = ACTIONS(2930), [anon_sym_if] = ACTIONS(2930), [anon_sym_else] = ACTIONS(2930), [anon_sym_switch] = ACTIONS(2930), [anon_sym_case] = ACTIONS(2930), [anon_sym_default] = ACTIONS(2930), [anon_sym_while] = ACTIONS(2930), [anon_sym_do] = ACTIONS(2930), [anon_sym_for] = ACTIONS(2930), [anon_sym_return] = ACTIONS(2930), [anon_sym_break] = ACTIONS(2930), [anon_sym_continue] = ACTIONS(2930), [anon_sym_goto] = ACTIONS(2930), [anon_sym_not] = ACTIONS(2930), [anon_sym_compl] = ACTIONS(2930), [anon_sym_DASH_DASH] = ACTIONS(2932), [anon_sym_PLUS_PLUS] = ACTIONS(2932), [anon_sym_sizeof] = ACTIONS(2930), [anon_sym_offsetof] = ACTIONS(2930), [anon_sym__Generic] = ACTIONS(2930), [anon_sym_asm] = ACTIONS(2930), [anon_sym___asm__] = ACTIONS(2930), [sym_number_literal] = ACTIONS(2932), [anon_sym_L_SQUOTE] = ACTIONS(2932), [anon_sym_u_SQUOTE] = ACTIONS(2932), [anon_sym_U_SQUOTE] = ACTIONS(2932), [anon_sym_u8_SQUOTE] = ACTIONS(2932), [anon_sym_SQUOTE] = ACTIONS(2932), [anon_sym_L_DQUOTE] = ACTIONS(2932), [anon_sym_u_DQUOTE] = ACTIONS(2932), [anon_sym_U_DQUOTE] = ACTIONS(2932), [anon_sym_u8_DQUOTE] = ACTIONS(2932), [anon_sym_DQUOTE] = ACTIONS(2932), [sym_true] = ACTIONS(2930), [sym_false] = ACTIONS(2930), [anon_sym_NULL] = ACTIONS(2930), [anon_sym_nullptr] = ACTIONS(2930), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2930), [anon_sym_decltype] = ACTIONS(2930), [anon_sym_virtual] = ACTIONS(2930), [anon_sym_explicit] = ACTIONS(2930), [anon_sym_typename] = ACTIONS(2930), [anon_sym_template] = ACTIONS(2930), [anon_sym_operator] = ACTIONS(2930), [anon_sym_try] = ACTIONS(2930), [anon_sym_delete] = ACTIONS(2930), [anon_sym_throw] = ACTIONS(2930), [anon_sym_namespace] = ACTIONS(2930), [anon_sym_using] = ACTIONS(2930), [anon_sym_static_assert] = ACTIONS(2930), [anon_sym_concept] = ACTIONS(2930), [anon_sym_co_return] = ACTIONS(2930), [anon_sym_co_yield] = ACTIONS(2930), [anon_sym_R_DQUOTE] = ACTIONS(2932), [anon_sym_LR_DQUOTE] = ACTIONS(2932), [anon_sym_uR_DQUOTE] = ACTIONS(2932), [anon_sym_UR_DQUOTE] = ACTIONS(2932), [anon_sym_u8R_DQUOTE] = ACTIONS(2932), [anon_sym_co_await] = ACTIONS(2930), [anon_sym_new] = ACTIONS(2930), [anon_sym_requires] = ACTIONS(2930), [sym_this] = ACTIONS(2930), }, [928] = { [ts_builtin_sym_end] = ACTIONS(2936), [sym_identifier] = ACTIONS(2934), [aux_sym_preproc_include_token1] = ACTIONS(2934), [aux_sym_preproc_def_token1] = ACTIONS(2934), [aux_sym_preproc_if_token1] = ACTIONS(2934), [aux_sym_preproc_ifdef_token1] = ACTIONS(2934), [aux_sym_preproc_ifdef_token2] = ACTIONS(2934), [sym_preproc_directive] = ACTIONS(2934), [anon_sym_LPAREN2] = ACTIONS(2936), [anon_sym_BANG] = ACTIONS(2936), [anon_sym_TILDE] = ACTIONS(2936), [anon_sym_DASH] = ACTIONS(2934), [anon_sym_PLUS] = ACTIONS(2934), [anon_sym_STAR] = ACTIONS(2936), [anon_sym_AMP_AMP] = ACTIONS(2936), [anon_sym_AMP] = ACTIONS(2934), [anon_sym_SEMI] = ACTIONS(2936), [anon_sym_typedef] = ACTIONS(2934), [anon_sym_extern] = ACTIONS(2934), [anon_sym___attribute__] = ACTIONS(2934), [anon_sym_COLON_COLON] = ACTIONS(2936), [anon_sym_LBRACK_LBRACK] = ACTIONS(2936), [anon_sym___declspec] = ACTIONS(2934), [anon_sym___based] = ACTIONS(2934), [anon_sym___cdecl] = ACTIONS(2934), [anon_sym___clrcall] = ACTIONS(2934), [anon_sym___stdcall] = ACTIONS(2934), [anon_sym___fastcall] = ACTIONS(2934), [anon_sym___thiscall] = ACTIONS(2934), [anon_sym___vectorcall] = ACTIONS(2934), [anon_sym_LBRACE] = ACTIONS(2936), [anon_sym_signed] = ACTIONS(2934), [anon_sym_unsigned] = ACTIONS(2934), [anon_sym_long] = ACTIONS(2934), [anon_sym_short] = ACTIONS(2934), [anon_sym_LBRACK] = ACTIONS(2934), [anon_sym_static] = ACTIONS(2934), [anon_sym_register] = ACTIONS(2934), [anon_sym_inline] = ACTIONS(2934), [anon_sym_thread_local] = ACTIONS(2934), [anon_sym_const] = ACTIONS(2934), [anon_sym_constexpr] = ACTIONS(2934), [anon_sym_volatile] = ACTIONS(2934), [anon_sym_restrict] = ACTIONS(2934), [anon_sym___restrict__] = ACTIONS(2934), [anon_sym__Atomic] = ACTIONS(2934), [anon_sym__Noreturn] = ACTIONS(2934), [anon_sym_noreturn] = ACTIONS(2934), [anon_sym_mutable] = ACTIONS(2934), [anon_sym_constinit] = ACTIONS(2934), [anon_sym_consteval] = ACTIONS(2934), [sym_primitive_type] = ACTIONS(2934), [anon_sym_enum] = ACTIONS(2934), [anon_sym_class] = ACTIONS(2934), [anon_sym_struct] = ACTIONS(2934), [anon_sym_union] = ACTIONS(2934), [anon_sym_if] = ACTIONS(2934), [anon_sym_else] = ACTIONS(2934), [anon_sym_switch] = ACTIONS(2934), [anon_sym_case] = ACTIONS(2934), [anon_sym_default] = ACTIONS(2934), [anon_sym_while] = ACTIONS(2934), [anon_sym_do] = ACTIONS(2934), [anon_sym_for] = ACTIONS(2934), [anon_sym_return] = ACTIONS(2934), [anon_sym_break] = ACTIONS(2934), [anon_sym_continue] = ACTIONS(2934), [anon_sym_goto] = ACTIONS(2934), [anon_sym_not] = ACTIONS(2934), [anon_sym_compl] = ACTIONS(2934), [anon_sym_DASH_DASH] = ACTIONS(2936), [anon_sym_PLUS_PLUS] = ACTIONS(2936), [anon_sym_sizeof] = ACTIONS(2934), [anon_sym_offsetof] = ACTIONS(2934), [anon_sym__Generic] = ACTIONS(2934), [anon_sym_asm] = ACTIONS(2934), [anon_sym___asm__] = ACTIONS(2934), [sym_number_literal] = ACTIONS(2936), [anon_sym_L_SQUOTE] = ACTIONS(2936), [anon_sym_u_SQUOTE] = ACTIONS(2936), [anon_sym_U_SQUOTE] = ACTIONS(2936), [anon_sym_u8_SQUOTE] = ACTIONS(2936), [anon_sym_SQUOTE] = ACTIONS(2936), [anon_sym_L_DQUOTE] = ACTIONS(2936), [anon_sym_u_DQUOTE] = ACTIONS(2936), [anon_sym_U_DQUOTE] = ACTIONS(2936), [anon_sym_u8_DQUOTE] = ACTIONS(2936), [anon_sym_DQUOTE] = ACTIONS(2936), [sym_true] = ACTIONS(2934), [sym_false] = ACTIONS(2934), [anon_sym_NULL] = ACTIONS(2934), [anon_sym_nullptr] = ACTIONS(2934), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2934), [anon_sym_decltype] = ACTIONS(2934), [anon_sym_virtual] = ACTIONS(2934), [anon_sym_explicit] = ACTIONS(2934), [anon_sym_typename] = ACTIONS(2934), [anon_sym_template] = ACTIONS(2934), [anon_sym_operator] = ACTIONS(2934), [anon_sym_try] = ACTIONS(2934), [anon_sym_delete] = ACTIONS(2934), [anon_sym_throw] = ACTIONS(2934), [anon_sym_namespace] = ACTIONS(2934), [anon_sym_using] = ACTIONS(2934), [anon_sym_static_assert] = ACTIONS(2934), [anon_sym_concept] = ACTIONS(2934), [anon_sym_co_return] = ACTIONS(2934), [anon_sym_co_yield] = ACTIONS(2934), [anon_sym_R_DQUOTE] = ACTIONS(2936), [anon_sym_LR_DQUOTE] = ACTIONS(2936), [anon_sym_uR_DQUOTE] = ACTIONS(2936), [anon_sym_UR_DQUOTE] = ACTIONS(2936), [anon_sym_u8R_DQUOTE] = ACTIONS(2936), [anon_sym_co_await] = ACTIONS(2934), [anon_sym_new] = ACTIONS(2934), [anon_sym_requires] = ACTIONS(2934), [sym_this] = ACTIONS(2934), }, [929] = { [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_if_token2] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [930] = { [sym_identifier] = ACTIONS(2926), [aux_sym_preproc_include_token1] = ACTIONS(2926), [aux_sym_preproc_def_token1] = ACTIONS(2926), [aux_sym_preproc_if_token1] = ACTIONS(2926), [aux_sym_preproc_if_token2] = ACTIONS(2926), [aux_sym_preproc_ifdef_token1] = ACTIONS(2926), [aux_sym_preproc_ifdef_token2] = ACTIONS(2926), [sym_preproc_directive] = ACTIONS(2926), [anon_sym_LPAREN2] = ACTIONS(2928), [anon_sym_BANG] = ACTIONS(2928), [anon_sym_TILDE] = ACTIONS(2928), [anon_sym_DASH] = ACTIONS(2926), [anon_sym_PLUS] = ACTIONS(2926), [anon_sym_STAR] = ACTIONS(2928), [anon_sym_AMP_AMP] = ACTIONS(2928), [anon_sym_AMP] = ACTIONS(2926), [anon_sym_SEMI] = ACTIONS(2928), [anon_sym_typedef] = ACTIONS(2926), [anon_sym_extern] = ACTIONS(2926), [anon_sym___attribute__] = ACTIONS(2926), [anon_sym_COLON_COLON] = ACTIONS(2928), [anon_sym_LBRACK_LBRACK] = ACTIONS(2928), [anon_sym___declspec] = ACTIONS(2926), [anon_sym___based] = ACTIONS(2926), [anon_sym___cdecl] = ACTIONS(2926), [anon_sym___clrcall] = ACTIONS(2926), [anon_sym___stdcall] = ACTIONS(2926), [anon_sym___fastcall] = ACTIONS(2926), [anon_sym___thiscall] = ACTIONS(2926), [anon_sym___vectorcall] = ACTIONS(2926), [anon_sym_LBRACE] = ACTIONS(2928), [anon_sym_signed] = ACTIONS(2926), [anon_sym_unsigned] = ACTIONS(2926), [anon_sym_long] = ACTIONS(2926), [anon_sym_short] = ACTIONS(2926), [anon_sym_LBRACK] = ACTIONS(2926), [anon_sym_static] = ACTIONS(2926), [anon_sym_register] = ACTIONS(2926), [anon_sym_inline] = ACTIONS(2926), [anon_sym_thread_local] = ACTIONS(2926), [anon_sym_const] = ACTIONS(2926), [anon_sym_constexpr] = ACTIONS(2926), [anon_sym_volatile] = ACTIONS(2926), [anon_sym_restrict] = ACTIONS(2926), [anon_sym___restrict__] = ACTIONS(2926), [anon_sym__Atomic] = ACTIONS(2926), [anon_sym__Noreturn] = ACTIONS(2926), [anon_sym_noreturn] = ACTIONS(2926), [anon_sym_mutable] = ACTIONS(2926), [anon_sym_constinit] = ACTIONS(2926), [anon_sym_consteval] = ACTIONS(2926), [sym_primitive_type] = ACTIONS(2926), [anon_sym_enum] = ACTIONS(2926), [anon_sym_class] = ACTIONS(2926), [anon_sym_struct] = ACTIONS(2926), [anon_sym_union] = ACTIONS(2926), [anon_sym_if] = ACTIONS(2926), [anon_sym_else] = ACTIONS(2926), [anon_sym_switch] = ACTIONS(2926), [anon_sym_case] = ACTIONS(2926), [anon_sym_default] = ACTIONS(2926), [anon_sym_while] = ACTIONS(2926), [anon_sym_do] = ACTIONS(2926), [anon_sym_for] = ACTIONS(2926), [anon_sym_return] = ACTIONS(2926), [anon_sym_break] = ACTIONS(2926), [anon_sym_continue] = ACTIONS(2926), [anon_sym_goto] = ACTIONS(2926), [anon_sym_not] = ACTIONS(2926), [anon_sym_compl] = ACTIONS(2926), [anon_sym_DASH_DASH] = ACTIONS(2928), [anon_sym_PLUS_PLUS] = ACTIONS(2928), [anon_sym_sizeof] = ACTIONS(2926), [anon_sym_offsetof] = ACTIONS(2926), [anon_sym__Generic] = ACTIONS(2926), [anon_sym_asm] = ACTIONS(2926), [anon_sym___asm__] = ACTIONS(2926), [sym_number_literal] = ACTIONS(2928), [anon_sym_L_SQUOTE] = ACTIONS(2928), [anon_sym_u_SQUOTE] = ACTIONS(2928), [anon_sym_U_SQUOTE] = ACTIONS(2928), [anon_sym_u8_SQUOTE] = ACTIONS(2928), [anon_sym_SQUOTE] = ACTIONS(2928), [anon_sym_L_DQUOTE] = ACTIONS(2928), [anon_sym_u_DQUOTE] = ACTIONS(2928), [anon_sym_U_DQUOTE] = ACTIONS(2928), [anon_sym_u8_DQUOTE] = ACTIONS(2928), [anon_sym_DQUOTE] = ACTIONS(2928), [sym_true] = ACTIONS(2926), [sym_false] = ACTIONS(2926), [anon_sym_NULL] = ACTIONS(2926), [anon_sym_nullptr] = ACTIONS(2926), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2926), [anon_sym_decltype] = ACTIONS(2926), [anon_sym_virtual] = ACTIONS(2926), [anon_sym_explicit] = ACTIONS(2926), [anon_sym_typename] = ACTIONS(2926), [anon_sym_template] = ACTIONS(2926), [anon_sym_operator] = ACTIONS(2926), [anon_sym_try] = ACTIONS(2926), [anon_sym_delete] = ACTIONS(2926), [anon_sym_throw] = ACTIONS(2926), [anon_sym_namespace] = ACTIONS(2926), [anon_sym_using] = ACTIONS(2926), [anon_sym_static_assert] = ACTIONS(2926), [anon_sym_concept] = ACTIONS(2926), [anon_sym_co_return] = ACTIONS(2926), [anon_sym_co_yield] = ACTIONS(2926), [anon_sym_R_DQUOTE] = ACTIONS(2928), [anon_sym_LR_DQUOTE] = ACTIONS(2928), [anon_sym_uR_DQUOTE] = ACTIONS(2928), [anon_sym_UR_DQUOTE] = ACTIONS(2928), [anon_sym_u8R_DQUOTE] = ACTIONS(2928), [anon_sym_co_await] = ACTIONS(2926), [anon_sym_new] = ACTIONS(2926), [anon_sym_requires] = ACTIONS(2926), [sym_this] = ACTIONS(2926), }, [931] = { [sym_identifier] = ACTIONS(2980), [aux_sym_preproc_include_token1] = ACTIONS(2980), [aux_sym_preproc_def_token1] = ACTIONS(2980), [aux_sym_preproc_if_token1] = ACTIONS(2980), [aux_sym_preproc_if_token2] = ACTIONS(2980), [aux_sym_preproc_ifdef_token1] = ACTIONS(2980), [aux_sym_preproc_ifdef_token2] = ACTIONS(2980), [sym_preproc_directive] = ACTIONS(2980), [anon_sym_LPAREN2] = ACTIONS(2982), [anon_sym_BANG] = ACTIONS(2982), [anon_sym_TILDE] = ACTIONS(2982), [anon_sym_DASH] = ACTIONS(2980), [anon_sym_PLUS] = ACTIONS(2980), [anon_sym_STAR] = ACTIONS(2982), [anon_sym_AMP_AMP] = ACTIONS(2982), [anon_sym_AMP] = ACTIONS(2980), [anon_sym_SEMI] = ACTIONS(2982), [anon_sym_typedef] = ACTIONS(2980), [anon_sym_extern] = ACTIONS(2980), [anon_sym___attribute__] = ACTIONS(2980), [anon_sym_COLON_COLON] = ACTIONS(2982), [anon_sym_LBRACK_LBRACK] = ACTIONS(2982), [anon_sym___declspec] = ACTIONS(2980), [anon_sym___based] = ACTIONS(2980), [anon_sym___cdecl] = ACTIONS(2980), [anon_sym___clrcall] = ACTIONS(2980), [anon_sym___stdcall] = ACTIONS(2980), [anon_sym___fastcall] = ACTIONS(2980), [anon_sym___thiscall] = ACTIONS(2980), [anon_sym___vectorcall] = ACTIONS(2980), [anon_sym_LBRACE] = ACTIONS(2982), [anon_sym_signed] = ACTIONS(2980), [anon_sym_unsigned] = ACTIONS(2980), [anon_sym_long] = ACTIONS(2980), [anon_sym_short] = ACTIONS(2980), [anon_sym_LBRACK] = ACTIONS(2980), [anon_sym_static] = ACTIONS(2980), [anon_sym_register] = ACTIONS(2980), [anon_sym_inline] = ACTIONS(2980), [anon_sym_thread_local] = ACTIONS(2980), [anon_sym_const] = ACTIONS(2980), [anon_sym_constexpr] = ACTIONS(2980), [anon_sym_volatile] = ACTIONS(2980), [anon_sym_restrict] = ACTIONS(2980), [anon_sym___restrict__] = ACTIONS(2980), [anon_sym__Atomic] = ACTIONS(2980), [anon_sym__Noreturn] = ACTIONS(2980), [anon_sym_noreturn] = ACTIONS(2980), [anon_sym_mutable] = ACTIONS(2980), [anon_sym_constinit] = ACTIONS(2980), [anon_sym_consteval] = ACTIONS(2980), [sym_primitive_type] = ACTIONS(2980), [anon_sym_enum] = ACTIONS(2980), [anon_sym_class] = ACTIONS(2980), [anon_sym_struct] = ACTIONS(2980), [anon_sym_union] = ACTIONS(2980), [anon_sym_if] = ACTIONS(2980), [anon_sym_else] = ACTIONS(2980), [anon_sym_switch] = ACTIONS(2980), [anon_sym_case] = ACTIONS(2980), [anon_sym_default] = ACTIONS(2980), [anon_sym_while] = ACTIONS(2980), [anon_sym_do] = ACTIONS(2980), [anon_sym_for] = ACTIONS(2980), [anon_sym_return] = ACTIONS(2980), [anon_sym_break] = ACTIONS(2980), [anon_sym_continue] = ACTIONS(2980), [anon_sym_goto] = ACTIONS(2980), [anon_sym_not] = ACTIONS(2980), [anon_sym_compl] = ACTIONS(2980), [anon_sym_DASH_DASH] = ACTIONS(2982), [anon_sym_PLUS_PLUS] = ACTIONS(2982), [anon_sym_sizeof] = ACTIONS(2980), [anon_sym_offsetof] = ACTIONS(2980), [anon_sym__Generic] = ACTIONS(2980), [anon_sym_asm] = ACTIONS(2980), [anon_sym___asm__] = ACTIONS(2980), [sym_number_literal] = ACTIONS(2982), [anon_sym_L_SQUOTE] = ACTIONS(2982), [anon_sym_u_SQUOTE] = ACTIONS(2982), [anon_sym_U_SQUOTE] = ACTIONS(2982), [anon_sym_u8_SQUOTE] = ACTIONS(2982), [anon_sym_SQUOTE] = ACTIONS(2982), [anon_sym_L_DQUOTE] = ACTIONS(2982), [anon_sym_u_DQUOTE] = ACTIONS(2982), [anon_sym_U_DQUOTE] = ACTIONS(2982), [anon_sym_u8_DQUOTE] = ACTIONS(2982), [anon_sym_DQUOTE] = ACTIONS(2982), [sym_true] = ACTIONS(2980), [sym_false] = ACTIONS(2980), [anon_sym_NULL] = ACTIONS(2980), [anon_sym_nullptr] = ACTIONS(2980), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2980), [anon_sym_decltype] = ACTIONS(2980), [anon_sym_virtual] = ACTIONS(2980), [anon_sym_explicit] = ACTIONS(2980), [anon_sym_typename] = ACTIONS(2980), [anon_sym_template] = ACTIONS(2980), [anon_sym_operator] = ACTIONS(2980), [anon_sym_try] = ACTIONS(2980), [anon_sym_delete] = ACTIONS(2980), [anon_sym_throw] = ACTIONS(2980), [anon_sym_namespace] = ACTIONS(2980), [anon_sym_using] = ACTIONS(2980), [anon_sym_static_assert] = ACTIONS(2980), [anon_sym_concept] = ACTIONS(2980), [anon_sym_co_return] = ACTIONS(2980), [anon_sym_co_yield] = ACTIONS(2980), [anon_sym_R_DQUOTE] = ACTIONS(2982), [anon_sym_LR_DQUOTE] = ACTIONS(2982), [anon_sym_uR_DQUOTE] = ACTIONS(2982), [anon_sym_UR_DQUOTE] = ACTIONS(2982), [anon_sym_u8R_DQUOTE] = ACTIONS(2982), [anon_sym_co_await] = ACTIONS(2980), [anon_sym_new] = ACTIONS(2980), [anon_sym_requires] = ACTIONS(2980), [sym_this] = ACTIONS(2980), }, [932] = { [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_if_token2] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [933] = { [sym_identifier] = ACTIONS(3040), [aux_sym_preproc_include_token1] = ACTIONS(3040), [aux_sym_preproc_def_token1] = ACTIONS(3040), [aux_sym_preproc_if_token1] = ACTIONS(3040), [aux_sym_preproc_if_token2] = ACTIONS(3040), [aux_sym_preproc_ifdef_token1] = ACTIONS(3040), [aux_sym_preproc_ifdef_token2] = ACTIONS(3040), [sym_preproc_directive] = ACTIONS(3040), [anon_sym_LPAREN2] = ACTIONS(3042), [anon_sym_BANG] = ACTIONS(3042), [anon_sym_TILDE] = ACTIONS(3042), [anon_sym_DASH] = ACTIONS(3040), [anon_sym_PLUS] = ACTIONS(3040), [anon_sym_STAR] = ACTIONS(3042), [anon_sym_AMP_AMP] = ACTIONS(3042), [anon_sym_AMP] = ACTIONS(3040), [anon_sym_SEMI] = ACTIONS(3042), [anon_sym_typedef] = ACTIONS(3040), [anon_sym_extern] = ACTIONS(3040), [anon_sym___attribute__] = ACTIONS(3040), [anon_sym_COLON_COLON] = ACTIONS(3042), [anon_sym_LBRACK_LBRACK] = ACTIONS(3042), [anon_sym___declspec] = ACTIONS(3040), [anon_sym___based] = ACTIONS(3040), [anon_sym___cdecl] = ACTIONS(3040), [anon_sym___clrcall] = ACTIONS(3040), [anon_sym___stdcall] = ACTIONS(3040), [anon_sym___fastcall] = ACTIONS(3040), [anon_sym___thiscall] = ACTIONS(3040), [anon_sym___vectorcall] = ACTIONS(3040), [anon_sym_LBRACE] = ACTIONS(3042), [anon_sym_signed] = ACTIONS(3040), [anon_sym_unsigned] = ACTIONS(3040), [anon_sym_long] = ACTIONS(3040), [anon_sym_short] = ACTIONS(3040), [anon_sym_LBRACK] = ACTIONS(3040), [anon_sym_static] = ACTIONS(3040), [anon_sym_register] = ACTIONS(3040), [anon_sym_inline] = ACTIONS(3040), [anon_sym_thread_local] = ACTIONS(3040), [anon_sym_const] = ACTIONS(3040), [anon_sym_constexpr] = ACTIONS(3040), [anon_sym_volatile] = ACTIONS(3040), [anon_sym_restrict] = ACTIONS(3040), [anon_sym___restrict__] = ACTIONS(3040), [anon_sym__Atomic] = ACTIONS(3040), [anon_sym__Noreturn] = ACTIONS(3040), [anon_sym_noreturn] = ACTIONS(3040), [anon_sym_mutable] = ACTIONS(3040), [anon_sym_constinit] = ACTIONS(3040), [anon_sym_consteval] = ACTIONS(3040), [sym_primitive_type] = ACTIONS(3040), [anon_sym_enum] = ACTIONS(3040), [anon_sym_class] = ACTIONS(3040), [anon_sym_struct] = ACTIONS(3040), [anon_sym_union] = ACTIONS(3040), [anon_sym_if] = ACTIONS(3040), [anon_sym_else] = ACTIONS(3040), [anon_sym_switch] = ACTIONS(3040), [anon_sym_case] = ACTIONS(3040), [anon_sym_default] = ACTIONS(3040), [anon_sym_while] = ACTIONS(3040), [anon_sym_do] = ACTIONS(3040), [anon_sym_for] = ACTIONS(3040), [anon_sym_return] = ACTIONS(3040), [anon_sym_break] = ACTIONS(3040), [anon_sym_continue] = ACTIONS(3040), [anon_sym_goto] = ACTIONS(3040), [anon_sym_not] = ACTIONS(3040), [anon_sym_compl] = ACTIONS(3040), [anon_sym_DASH_DASH] = ACTIONS(3042), [anon_sym_PLUS_PLUS] = ACTIONS(3042), [anon_sym_sizeof] = ACTIONS(3040), [anon_sym_offsetof] = ACTIONS(3040), [anon_sym__Generic] = ACTIONS(3040), [anon_sym_asm] = ACTIONS(3040), [anon_sym___asm__] = ACTIONS(3040), [sym_number_literal] = ACTIONS(3042), [anon_sym_L_SQUOTE] = ACTIONS(3042), [anon_sym_u_SQUOTE] = ACTIONS(3042), [anon_sym_U_SQUOTE] = ACTIONS(3042), [anon_sym_u8_SQUOTE] = ACTIONS(3042), [anon_sym_SQUOTE] = ACTIONS(3042), [anon_sym_L_DQUOTE] = ACTIONS(3042), [anon_sym_u_DQUOTE] = ACTIONS(3042), [anon_sym_U_DQUOTE] = ACTIONS(3042), [anon_sym_u8_DQUOTE] = ACTIONS(3042), [anon_sym_DQUOTE] = ACTIONS(3042), [sym_true] = ACTIONS(3040), [sym_false] = ACTIONS(3040), [anon_sym_NULL] = ACTIONS(3040), [anon_sym_nullptr] = ACTIONS(3040), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3040), [anon_sym_decltype] = ACTIONS(3040), [anon_sym_virtual] = ACTIONS(3040), [anon_sym_explicit] = ACTIONS(3040), [anon_sym_typename] = ACTIONS(3040), [anon_sym_template] = ACTIONS(3040), [anon_sym_operator] = ACTIONS(3040), [anon_sym_try] = ACTIONS(3040), [anon_sym_delete] = ACTIONS(3040), [anon_sym_throw] = ACTIONS(3040), [anon_sym_namespace] = ACTIONS(3040), [anon_sym_using] = ACTIONS(3040), [anon_sym_static_assert] = ACTIONS(3040), [anon_sym_concept] = ACTIONS(3040), [anon_sym_co_return] = ACTIONS(3040), [anon_sym_co_yield] = ACTIONS(3040), [anon_sym_R_DQUOTE] = ACTIONS(3042), [anon_sym_LR_DQUOTE] = ACTIONS(3042), [anon_sym_uR_DQUOTE] = ACTIONS(3042), [anon_sym_UR_DQUOTE] = ACTIONS(3042), [anon_sym_u8R_DQUOTE] = ACTIONS(3042), [anon_sym_co_await] = ACTIONS(3040), [anon_sym_new] = ACTIONS(3040), [anon_sym_requires] = ACTIONS(3040), [sym_this] = ACTIONS(3040), }, [934] = { [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_if_token2] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [935] = { [ts_builtin_sym_end] = ACTIONS(2944), [sym_identifier] = ACTIONS(2942), [aux_sym_preproc_include_token1] = ACTIONS(2942), [aux_sym_preproc_def_token1] = ACTIONS(2942), [aux_sym_preproc_if_token1] = ACTIONS(2942), [aux_sym_preproc_ifdef_token1] = ACTIONS(2942), [aux_sym_preproc_ifdef_token2] = ACTIONS(2942), [sym_preproc_directive] = ACTIONS(2942), [anon_sym_LPAREN2] = ACTIONS(2944), [anon_sym_BANG] = ACTIONS(2944), [anon_sym_TILDE] = ACTIONS(2944), [anon_sym_DASH] = ACTIONS(2942), [anon_sym_PLUS] = ACTIONS(2942), [anon_sym_STAR] = ACTIONS(2944), [anon_sym_AMP_AMP] = ACTIONS(2944), [anon_sym_AMP] = ACTIONS(2942), [anon_sym_SEMI] = ACTIONS(2944), [anon_sym_typedef] = ACTIONS(2942), [anon_sym_extern] = ACTIONS(2942), [anon_sym___attribute__] = ACTIONS(2942), [anon_sym_COLON_COLON] = ACTIONS(2944), [anon_sym_LBRACK_LBRACK] = ACTIONS(2944), [anon_sym___declspec] = ACTIONS(2942), [anon_sym___based] = ACTIONS(2942), [anon_sym___cdecl] = ACTIONS(2942), [anon_sym___clrcall] = ACTIONS(2942), [anon_sym___stdcall] = ACTIONS(2942), [anon_sym___fastcall] = ACTIONS(2942), [anon_sym___thiscall] = ACTIONS(2942), [anon_sym___vectorcall] = ACTIONS(2942), [anon_sym_LBRACE] = ACTIONS(2944), [anon_sym_signed] = ACTIONS(2942), [anon_sym_unsigned] = ACTIONS(2942), [anon_sym_long] = ACTIONS(2942), [anon_sym_short] = ACTIONS(2942), [anon_sym_LBRACK] = ACTIONS(2942), [anon_sym_static] = ACTIONS(2942), [anon_sym_register] = ACTIONS(2942), [anon_sym_inline] = ACTIONS(2942), [anon_sym_thread_local] = ACTIONS(2942), [anon_sym_const] = ACTIONS(2942), [anon_sym_constexpr] = ACTIONS(2942), [anon_sym_volatile] = ACTIONS(2942), [anon_sym_restrict] = ACTIONS(2942), [anon_sym___restrict__] = ACTIONS(2942), [anon_sym__Atomic] = ACTIONS(2942), [anon_sym__Noreturn] = ACTIONS(2942), [anon_sym_noreturn] = ACTIONS(2942), [anon_sym_mutable] = ACTIONS(2942), [anon_sym_constinit] = ACTIONS(2942), [anon_sym_consteval] = ACTIONS(2942), [sym_primitive_type] = ACTIONS(2942), [anon_sym_enum] = ACTIONS(2942), [anon_sym_class] = ACTIONS(2942), [anon_sym_struct] = ACTIONS(2942), [anon_sym_union] = ACTIONS(2942), [anon_sym_if] = ACTIONS(2942), [anon_sym_else] = ACTIONS(2942), [anon_sym_switch] = ACTIONS(2942), [anon_sym_case] = ACTIONS(2942), [anon_sym_default] = ACTIONS(2942), [anon_sym_while] = ACTIONS(2942), [anon_sym_do] = ACTIONS(2942), [anon_sym_for] = ACTIONS(2942), [anon_sym_return] = ACTIONS(2942), [anon_sym_break] = ACTIONS(2942), [anon_sym_continue] = ACTIONS(2942), [anon_sym_goto] = ACTIONS(2942), [anon_sym_not] = ACTIONS(2942), [anon_sym_compl] = ACTIONS(2942), [anon_sym_DASH_DASH] = ACTIONS(2944), [anon_sym_PLUS_PLUS] = ACTIONS(2944), [anon_sym_sizeof] = ACTIONS(2942), [anon_sym_offsetof] = ACTIONS(2942), [anon_sym__Generic] = ACTIONS(2942), [anon_sym_asm] = ACTIONS(2942), [anon_sym___asm__] = ACTIONS(2942), [sym_number_literal] = ACTIONS(2944), [anon_sym_L_SQUOTE] = ACTIONS(2944), [anon_sym_u_SQUOTE] = ACTIONS(2944), [anon_sym_U_SQUOTE] = ACTIONS(2944), [anon_sym_u8_SQUOTE] = ACTIONS(2944), [anon_sym_SQUOTE] = ACTIONS(2944), [anon_sym_L_DQUOTE] = ACTIONS(2944), [anon_sym_u_DQUOTE] = ACTIONS(2944), [anon_sym_U_DQUOTE] = ACTIONS(2944), [anon_sym_u8_DQUOTE] = ACTIONS(2944), [anon_sym_DQUOTE] = ACTIONS(2944), [sym_true] = ACTIONS(2942), [sym_false] = ACTIONS(2942), [anon_sym_NULL] = ACTIONS(2942), [anon_sym_nullptr] = ACTIONS(2942), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2942), [anon_sym_decltype] = ACTIONS(2942), [anon_sym_virtual] = ACTIONS(2942), [anon_sym_explicit] = ACTIONS(2942), [anon_sym_typename] = ACTIONS(2942), [anon_sym_template] = ACTIONS(2942), [anon_sym_operator] = ACTIONS(2942), [anon_sym_try] = ACTIONS(2942), [anon_sym_delete] = ACTIONS(2942), [anon_sym_throw] = ACTIONS(2942), [anon_sym_namespace] = ACTIONS(2942), [anon_sym_using] = ACTIONS(2942), [anon_sym_static_assert] = ACTIONS(2942), [anon_sym_concept] = ACTIONS(2942), [anon_sym_co_return] = ACTIONS(2942), [anon_sym_co_yield] = ACTIONS(2942), [anon_sym_R_DQUOTE] = ACTIONS(2944), [anon_sym_LR_DQUOTE] = ACTIONS(2944), [anon_sym_uR_DQUOTE] = ACTIONS(2944), [anon_sym_UR_DQUOTE] = ACTIONS(2944), [anon_sym_u8R_DQUOTE] = ACTIONS(2944), [anon_sym_co_await] = ACTIONS(2942), [anon_sym_new] = ACTIONS(2942), [anon_sym_requires] = ACTIONS(2942), [sym_this] = ACTIONS(2942), }, [936] = { [sym_identifier] = ACTIONS(3115), [aux_sym_preproc_include_token1] = ACTIONS(3115), [aux_sym_preproc_def_token1] = ACTIONS(3115), [aux_sym_preproc_if_token1] = ACTIONS(3115), [aux_sym_preproc_ifdef_token1] = ACTIONS(3115), [aux_sym_preproc_ifdef_token2] = ACTIONS(3115), [sym_preproc_directive] = ACTIONS(3115), [anon_sym_LPAREN2] = ACTIONS(3117), [anon_sym_BANG] = ACTIONS(3117), [anon_sym_TILDE] = ACTIONS(3117), [anon_sym_DASH] = ACTIONS(3115), [anon_sym_PLUS] = ACTIONS(3115), [anon_sym_STAR] = ACTIONS(3117), [anon_sym_AMP_AMP] = ACTIONS(3117), [anon_sym_AMP] = ACTIONS(3115), [anon_sym_SEMI] = ACTIONS(3117), [anon_sym_typedef] = ACTIONS(3115), [anon_sym_extern] = ACTIONS(3115), [anon_sym___attribute__] = ACTIONS(3115), [anon_sym_COLON_COLON] = ACTIONS(3117), [anon_sym_LBRACK_LBRACK] = ACTIONS(3117), [anon_sym___declspec] = ACTIONS(3115), [anon_sym___based] = ACTIONS(3115), [anon_sym___cdecl] = ACTIONS(3115), [anon_sym___clrcall] = ACTIONS(3115), [anon_sym___stdcall] = ACTIONS(3115), [anon_sym___fastcall] = ACTIONS(3115), [anon_sym___thiscall] = ACTIONS(3115), [anon_sym___vectorcall] = ACTIONS(3115), [anon_sym_LBRACE] = ACTIONS(3117), [anon_sym_RBRACE] = ACTIONS(3117), [anon_sym_signed] = ACTIONS(3115), [anon_sym_unsigned] = ACTIONS(3115), [anon_sym_long] = ACTIONS(3115), [anon_sym_short] = ACTIONS(3115), [anon_sym_LBRACK] = ACTIONS(3115), [anon_sym_static] = ACTIONS(3115), [anon_sym_register] = ACTIONS(3115), [anon_sym_inline] = ACTIONS(3115), [anon_sym_thread_local] = ACTIONS(3115), [anon_sym_const] = ACTIONS(3115), [anon_sym_constexpr] = ACTIONS(3115), [anon_sym_volatile] = ACTIONS(3115), [anon_sym_restrict] = ACTIONS(3115), [anon_sym___restrict__] = ACTIONS(3115), [anon_sym__Atomic] = ACTIONS(3115), [anon_sym__Noreturn] = ACTIONS(3115), [anon_sym_noreturn] = ACTIONS(3115), [anon_sym_mutable] = ACTIONS(3115), [anon_sym_constinit] = ACTIONS(3115), [anon_sym_consteval] = ACTIONS(3115), [sym_primitive_type] = ACTIONS(3115), [anon_sym_enum] = ACTIONS(3115), [anon_sym_class] = ACTIONS(3115), [anon_sym_struct] = ACTIONS(3115), [anon_sym_union] = ACTIONS(3115), [anon_sym_if] = ACTIONS(3115), [anon_sym_else] = ACTIONS(3115), [anon_sym_switch] = ACTIONS(3115), [anon_sym_case] = ACTIONS(3115), [anon_sym_default] = ACTIONS(3115), [anon_sym_while] = ACTIONS(3115), [anon_sym_do] = ACTIONS(3115), [anon_sym_for] = ACTIONS(3115), [anon_sym_return] = ACTIONS(3115), [anon_sym_break] = ACTIONS(3115), [anon_sym_continue] = ACTIONS(3115), [anon_sym_goto] = ACTIONS(3115), [anon_sym_not] = ACTIONS(3115), [anon_sym_compl] = ACTIONS(3115), [anon_sym_DASH_DASH] = ACTIONS(3117), [anon_sym_PLUS_PLUS] = ACTIONS(3117), [anon_sym_sizeof] = ACTIONS(3115), [anon_sym_offsetof] = ACTIONS(3115), [anon_sym__Generic] = ACTIONS(3115), [anon_sym_asm] = ACTIONS(3115), [anon_sym___asm__] = ACTIONS(3115), [sym_number_literal] = ACTIONS(3117), [anon_sym_L_SQUOTE] = ACTIONS(3117), [anon_sym_u_SQUOTE] = ACTIONS(3117), [anon_sym_U_SQUOTE] = ACTIONS(3117), [anon_sym_u8_SQUOTE] = ACTIONS(3117), [anon_sym_SQUOTE] = ACTIONS(3117), [anon_sym_L_DQUOTE] = ACTIONS(3117), [anon_sym_u_DQUOTE] = ACTIONS(3117), [anon_sym_U_DQUOTE] = ACTIONS(3117), [anon_sym_u8_DQUOTE] = ACTIONS(3117), [anon_sym_DQUOTE] = ACTIONS(3117), [sym_true] = ACTIONS(3115), [sym_false] = ACTIONS(3115), [anon_sym_NULL] = ACTIONS(3115), [anon_sym_nullptr] = ACTIONS(3115), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3115), [anon_sym_decltype] = ACTIONS(3115), [anon_sym_virtual] = ACTIONS(3115), [anon_sym_explicit] = ACTIONS(3115), [anon_sym_typename] = ACTIONS(3115), [anon_sym_template] = ACTIONS(3115), [anon_sym_operator] = ACTIONS(3115), [anon_sym_try] = ACTIONS(3115), [anon_sym_delete] = ACTIONS(3115), [anon_sym_throw] = ACTIONS(3115), [anon_sym_namespace] = ACTIONS(3115), [anon_sym_using] = ACTIONS(3115), [anon_sym_static_assert] = ACTIONS(3115), [anon_sym_concept] = ACTIONS(3115), [anon_sym_co_return] = ACTIONS(3115), [anon_sym_co_yield] = ACTIONS(3115), [anon_sym_R_DQUOTE] = ACTIONS(3117), [anon_sym_LR_DQUOTE] = ACTIONS(3117), [anon_sym_uR_DQUOTE] = ACTIONS(3117), [anon_sym_UR_DQUOTE] = ACTIONS(3117), [anon_sym_u8R_DQUOTE] = ACTIONS(3117), [anon_sym_co_await] = ACTIONS(3115), [anon_sym_new] = ACTIONS(3115), [anon_sym_requires] = ACTIONS(3115), [sym_this] = ACTIONS(3115), }, [937] = { [sym_identifier] = ACTIONS(3064), [aux_sym_preproc_include_token1] = ACTIONS(3064), [aux_sym_preproc_def_token1] = ACTIONS(3064), [aux_sym_preproc_if_token1] = ACTIONS(3064), [aux_sym_preproc_if_token2] = ACTIONS(3064), [aux_sym_preproc_ifdef_token1] = ACTIONS(3064), [aux_sym_preproc_ifdef_token2] = ACTIONS(3064), [sym_preproc_directive] = ACTIONS(3064), [anon_sym_LPAREN2] = ACTIONS(3066), [anon_sym_BANG] = ACTIONS(3066), [anon_sym_TILDE] = ACTIONS(3066), [anon_sym_DASH] = ACTIONS(3064), [anon_sym_PLUS] = ACTIONS(3064), [anon_sym_STAR] = ACTIONS(3066), [anon_sym_AMP_AMP] = ACTIONS(3066), [anon_sym_AMP] = ACTIONS(3064), [anon_sym_SEMI] = ACTIONS(3066), [anon_sym_typedef] = ACTIONS(3064), [anon_sym_extern] = ACTIONS(3064), [anon_sym___attribute__] = ACTIONS(3064), [anon_sym_COLON_COLON] = ACTIONS(3066), [anon_sym_LBRACK_LBRACK] = ACTIONS(3066), [anon_sym___declspec] = ACTIONS(3064), [anon_sym___based] = ACTIONS(3064), [anon_sym___cdecl] = ACTIONS(3064), [anon_sym___clrcall] = ACTIONS(3064), [anon_sym___stdcall] = ACTIONS(3064), [anon_sym___fastcall] = ACTIONS(3064), [anon_sym___thiscall] = ACTIONS(3064), [anon_sym___vectorcall] = ACTIONS(3064), [anon_sym_LBRACE] = ACTIONS(3066), [anon_sym_signed] = ACTIONS(3064), [anon_sym_unsigned] = ACTIONS(3064), [anon_sym_long] = ACTIONS(3064), [anon_sym_short] = ACTIONS(3064), [anon_sym_LBRACK] = ACTIONS(3064), [anon_sym_static] = ACTIONS(3064), [anon_sym_register] = ACTIONS(3064), [anon_sym_inline] = ACTIONS(3064), [anon_sym_thread_local] = ACTIONS(3064), [anon_sym_const] = ACTIONS(3064), [anon_sym_constexpr] = ACTIONS(3064), [anon_sym_volatile] = ACTIONS(3064), [anon_sym_restrict] = ACTIONS(3064), [anon_sym___restrict__] = ACTIONS(3064), [anon_sym__Atomic] = ACTIONS(3064), [anon_sym__Noreturn] = ACTIONS(3064), [anon_sym_noreturn] = ACTIONS(3064), [anon_sym_mutable] = ACTIONS(3064), [anon_sym_constinit] = ACTIONS(3064), [anon_sym_consteval] = ACTIONS(3064), [sym_primitive_type] = ACTIONS(3064), [anon_sym_enum] = ACTIONS(3064), [anon_sym_class] = ACTIONS(3064), [anon_sym_struct] = ACTIONS(3064), [anon_sym_union] = ACTIONS(3064), [anon_sym_if] = ACTIONS(3064), [anon_sym_else] = ACTIONS(3064), [anon_sym_switch] = ACTIONS(3064), [anon_sym_case] = ACTIONS(3064), [anon_sym_default] = ACTIONS(3064), [anon_sym_while] = ACTIONS(3064), [anon_sym_do] = ACTIONS(3064), [anon_sym_for] = ACTIONS(3064), [anon_sym_return] = ACTIONS(3064), [anon_sym_break] = ACTIONS(3064), [anon_sym_continue] = ACTIONS(3064), [anon_sym_goto] = ACTIONS(3064), [anon_sym_not] = ACTIONS(3064), [anon_sym_compl] = ACTIONS(3064), [anon_sym_DASH_DASH] = ACTIONS(3066), [anon_sym_PLUS_PLUS] = ACTIONS(3066), [anon_sym_sizeof] = ACTIONS(3064), [anon_sym_offsetof] = ACTIONS(3064), [anon_sym__Generic] = ACTIONS(3064), [anon_sym_asm] = ACTIONS(3064), [anon_sym___asm__] = ACTIONS(3064), [sym_number_literal] = ACTIONS(3066), [anon_sym_L_SQUOTE] = ACTIONS(3066), [anon_sym_u_SQUOTE] = ACTIONS(3066), [anon_sym_U_SQUOTE] = ACTIONS(3066), [anon_sym_u8_SQUOTE] = ACTIONS(3066), [anon_sym_SQUOTE] = ACTIONS(3066), [anon_sym_L_DQUOTE] = ACTIONS(3066), [anon_sym_u_DQUOTE] = ACTIONS(3066), [anon_sym_U_DQUOTE] = ACTIONS(3066), [anon_sym_u8_DQUOTE] = ACTIONS(3066), [anon_sym_DQUOTE] = ACTIONS(3066), [sym_true] = ACTIONS(3064), [sym_false] = ACTIONS(3064), [anon_sym_NULL] = ACTIONS(3064), [anon_sym_nullptr] = ACTIONS(3064), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3064), [anon_sym_decltype] = ACTIONS(3064), [anon_sym_virtual] = ACTIONS(3064), [anon_sym_explicit] = ACTIONS(3064), [anon_sym_typename] = ACTIONS(3064), [anon_sym_template] = ACTIONS(3064), [anon_sym_operator] = ACTIONS(3064), [anon_sym_try] = ACTIONS(3064), [anon_sym_delete] = ACTIONS(3064), [anon_sym_throw] = ACTIONS(3064), [anon_sym_namespace] = ACTIONS(3064), [anon_sym_using] = ACTIONS(3064), [anon_sym_static_assert] = ACTIONS(3064), [anon_sym_concept] = ACTIONS(3064), [anon_sym_co_return] = ACTIONS(3064), [anon_sym_co_yield] = ACTIONS(3064), [anon_sym_R_DQUOTE] = ACTIONS(3066), [anon_sym_LR_DQUOTE] = ACTIONS(3066), [anon_sym_uR_DQUOTE] = ACTIONS(3066), [anon_sym_UR_DQUOTE] = ACTIONS(3066), [anon_sym_u8R_DQUOTE] = ACTIONS(3066), [anon_sym_co_await] = ACTIONS(3064), [anon_sym_new] = ACTIONS(3064), [anon_sym_requires] = ACTIONS(3064), [sym_this] = ACTIONS(3064), }, [938] = { [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_if_token2] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [939] = { [sym_identifier] = ACTIONS(3012), [aux_sym_preproc_include_token1] = ACTIONS(3012), [aux_sym_preproc_def_token1] = ACTIONS(3012), [aux_sym_preproc_if_token1] = ACTIONS(3012), [aux_sym_preproc_if_token2] = ACTIONS(3012), [aux_sym_preproc_ifdef_token1] = ACTIONS(3012), [aux_sym_preproc_ifdef_token2] = ACTIONS(3012), [sym_preproc_directive] = ACTIONS(3012), [anon_sym_LPAREN2] = ACTIONS(3014), [anon_sym_BANG] = ACTIONS(3014), [anon_sym_TILDE] = ACTIONS(3014), [anon_sym_DASH] = ACTIONS(3012), [anon_sym_PLUS] = ACTIONS(3012), [anon_sym_STAR] = ACTIONS(3014), [anon_sym_AMP_AMP] = ACTIONS(3014), [anon_sym_AMP] = ACTIONS(3012), [anon_sym_SEMI] = ACTIONS(3014), [anon_sym_typedef] = ACTIONS(3012), [anon_sym_extern] = ACTIONS(3012), [anon_sym___attribute__] = ACTIONS(3012), [anon_sym_COLON_COLON] = ACTIONS(3014), [anon_sym_LBRACK_LBRACK] = ACTIONS(3014), [anon_sym___declspec] = ACTIONS(3012), [anon_sym___based] = ACTIONS(3012), [anon_sym___cdecl] = ACTIONS(3012), [anon_sym___clrcall] = ACTIONS(3012), [anon_sym___stdcall] = ACTIONS(3012), [anon_sym___fastcall] = ACTIONS(3012), [anon_sym___thiscall] = ACTIONS(3012), [anon_sym___vectorcall] = ACTIONS(3012), [anon_sym_LBRACE] = ACTIONS(3014), [anon_sym_signed] = ACTIONS(3012), [anon_sym_unsigned] = ACTIONS(3012), [anon_sym_long] = ACTIONS(3012), [anon_sym_short] = ACTIONS(3012), [anon_sym_LBRACK] = ACTIONS(3012), [anon_sym_static] = ACTIONS(3012), [anon_sym_register] = ACTIONS(3012), [anon_sym_inline] = ACTIONS(3012), [anon_sym_thread_local] = ACTIONS(3012), [anon_sym_const] = ACTIONS(3012), [anon_sym_constexpr] = ACTIONS(3012), [anon_sym_volatile] = ACTIONS(3012), [anon_sym_restrict] = ACTIONS(3012), [anon_sym___restrict__] = ACTIONS(3012), [anon_sym__Atomic] = ACTIONS(3012), [anon_sym__Noreturn] = ACTIONS(3012), [anon_sym_noreturn] = ACTIONS(3012), [anon_sym_mutable] = ACTIONS(3012), [anon_sym_constinit] = ACTIONS(3012), [anon_sym_consteval] = ACTIONS(3012), [sym_primitive_type] = ACTIONS(3012), [anon_sym_enum] = ACTIONS(3012), [anon_sym_class] = ACTIONS(3012), [anon_sym_struct] = ACTIONS(3012), [anon_sym_union] = ACTIONS(3012), [anon_sym_if] = ACTIONS(3012), [anon_sym_else] = ACTIONS(3012), [anon_sym_switch] = ACTIONS(3012), [anon_sym_case] = ACTIONS(3012), [anon_sym_default] = ACTIONS(3012), [anon_sym_while] = ACTIONS(3012), [anon_sym_do] = ACTIONS(3012), [anon_sym_for] = ACTIONS(3012), [anon_sym_return] = ACTIONS(3012), [anon_sym_break] = ACTIONS(3012), [anon_sym_continue] = ACTIONS(3012), [anon_sym_goto] = ACTIONS(3012), [anon_sym_not] = ACTIONS(3012), [anon_sym_compl] = ACTIONS(3012), [anon_sym_DASH_DASH] = ACTIONS(3014), [anon_sym_PLUS_PLUS] = ACTIONS(3014), [anon_sym_sizeof] = ACTIONS(3012), [anon_sym_offsetof] = ACTIONS(3012), [anon_sym__Generic] = ACTIONS(3012), [anon_sym_asm] = ACTIONS(3012), [anon_sym___asm__] = ACTIONS(3012), [sym_number_literal] = ACTIONS(3014), [anon_sym_L_SQUOTE] = ACTIONS(3014), [anon_sym_u_SQUOTE] = ACTIONS(3014), [anon_sym_U_SQUOTE] = ACTIONS(3014), [anon_sym_u8_SQUOTE] = ACTIONS(3014), [anon_sym_SQUOTE] = ACTIONS(3014), [anon_sym_L_DQUOTE] = ACTIONS(3014), [anon_sym_u_DQUOTE] = ACTIONS(3014), [anon_sym_U_DQUOTE] = ACTIONS(3014), [anon_sym_u8_DQUOTE] = ACTIONS(3014), [anon_sym_DQUOTE] = ACTIONS(3014), [sym_true] = ACTIONS(3012), [sym_false] = ACTIONS(3012), [anon_sym_NULL] = ACTIONS(3012), [anon_sym_nullptr] = ACTIONS(3012), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3012), [anon_sym_decltype] = ACTIONS(3012), [anon_sym_virtual] = ACTIONS(3012), [anon_sym_explicit] = ACTIONS(3012), [anon_sym_typename] = ACTIONS(3012), [anon_sym_template] = ACTIONS(3012), [anon_sym_operator] = ACTIONS(3012), [anon_sym_try] = ACTIONS(3012), [anon_sym_delete] = ACTIONS(3012), [anon_sym_throw] = ACTIONS(3012), [anon_sym_namespace] = ACTIONS(3012), [anon_sym_using] = ACTIONS(3012), [anon_sym_static_assert] = ACTIONS(3012), [anon_sym_concept] = ACTIONS(3012), [anon_sym_co_return] = ACTIONS(3012), [anon_sym_co_yield] = ACTIONS(3012), [anon_sym_R_DQUOTE] = ACTIONS(3014), [anon_sym_LR_DQUOTE] = ACTIONS(3014), [anon_sym_uR_DQUOTE] = ACTIONS(3014), [anon_sym_UR_DQUOTE] = ACTIONS(3014), [anon_sym_u8R_DQUOTE] = ACTIONS(3014), [anon_sym_co_await] = ACTIONS(3012), [anon_sym_new] = ACTIONS(3012), [anon_sym_requires] = ACTIONS(3012), [sym_this] = ACTIONS(3012), }, [940] = { [ts_builtin_sym_end] = ACTIONS(2948), [sym_identifier] = ACTIONS(2946), [aux_sym_preproc_include_token1] = ACTIONS(2946), [aux_sym_preproc_def_token1] = ACTIONS(2946), [aux_sym_preproc_if_token1] = ACTIONS(2946), [aux_sym_preproc_ifdef_token1] = ACTIONS(2946), [aux_sym_preproc_ifdef_token2] = ACTIONS(2946), [sym_preproc_directive] = ACTIONS(2946), [anon_sym_LPAREN2] = ACTIONS(2948), [anon_sym_BANG] = ACTIONS(2948), [anon_sym_TILDE] = ACTIONS(2948), [anon_sym_DASH] = ACTIONS(2946), [anon_sym_PLUS] = ACTIONS(2946), [anon_sym_STAR] = ACTIONS(2948), [anon_sym_AMP_AMP] = ACTIONS(2948), [anon_sym_AMP] = ACTIONS(2946), [anon_sym_SEMI] = ACTIONS(2948), [anon_sym_typedef] = ACTIONS(2946), [anon_sym_extern] = ACTIONS(2946), [anon_sym___attribute__] = ACTIONS(2946), [anon_sym_COLON_COLON] = ACTIONS(2948), [anon_sym_LBRACK_LBRACK] = ACTIONS(2948), [anon_sym___declspec] = ACTIONS(2946), [anon_sym___based] = ACTIONS(2946), [anon_sym___cdecl] = ACTIONS(2946), [anon_sym___clrcall] = ACTIONS(2946), [anon_sym___stdcall] = ACTIONS(2946), [anon_sym___fastcall] = ACTIONS(2946), [anon_sym___thiscall] = ACTIONS(2946), [anon_sym___vectorcall] = ACTIONS(2946), [anon_sym_LBRACE] = ACTIONS(2948), [anon_sym_signed] = ACTIONS(2946), [anon_sym_unsigned] = ACTIONS(2946), [anon_sym_long] = ACTIONS(2946), [anon_sym_short] = ACTIONS(2946), [anon_sym_LBRACK] = ACTIONS(2946), [anon_sym_static] = ACTIONS(2946), [anon_sym_register] = ACTIONS(2946), [anon_sym_inline] = ACTIONS(2946), [anon_sym_thread_local] = ACTIONS(2946), [anon_sym_const] = ACTIONS(2946), [anon_sym_constexpr] = ACTIONS(2946), [anon_sym_volatile] = ACTIONS(2946), [anon_sym_restrict] = ACTIONS(2946), [anon_sym___restrict__] = ACTIONS(2946), [anon_sym__Atomic] = ACTIONS(2946), [anon_sym__Noreturn] = ACTIONS(2946), [anon_sym_noreturn] = ACTIONS(2946), [anon_sym_mutable] = ACTIONS(2946), [anon_sym_constinit] = ACTIONS(2946), [anon_sym_consteval] = ACTIONS(2946), [sym_primitive_type] = ACTIONS(2946), [anon_sym_enum] = ACTIONS(2946), [anon_sym_class] = ACTIONS(2946), [anon_sym_struct] = ACTIONS(2946), [anon_sym_union] = ACTIONS(2946), [anon_sym_if] = ACTIONS(2946), [anon_sym_else] = ACTIONS(2946), [anon_sym_switch] = ACTIONS(2946), [anon_sym_case] = ACTIONS(2946), [anon_sym_default] = ACTIONS(2946), [anon_sym_while] = ACTIONS(2946), [anon_sym_do] = ACTIONS(2946), [anon_sym_for] = ACTIONS(2946), [anon_sym_return] = ACTIONS(2946), [anon_sym_break] = ACTIONS(2946), [anon_sym_continue] = ACTIONS(2946), [anon_sym_goto] = ACTIONS(2946), [anon_sym_not] = ACTIONS(2946), [anon_sym_compl] = ACTIONS(2946), [anon_sym_DASH_DASH] = ACTIONS(2948), [anon_sym_PLUS_PLUS] = ACTIONS(2948), [anon_sym_sizeof] = ACTIONS(2946), [anon_sym_offsetof] = ACTIONS(2946), [anon_sym__Generic] = ACTIONS(2946), [anon_sym_asm] = ACTIONS(2946), [anon_sym___asm__] = ACTIONS(2946), [sym_number_literal] = ACTIONS(2948), [anon_sym_L_SQUOTE] = ACTIONS(2948), [anon_sym_u_SQUOTE] = ACTIONS(2948), [anon_sym_U_SQUOTE] = ACTIONS(2948), [anon_sym_u8_SQUOTE] = ACTIONS(2948), [anon_sym_SQUOTE] = ACTIONS(2948), [anon_sym_L_DQUOTE] = ACTIONS(2948), [anon_sym_u_DQUOTE] = ACTIONS(2948), [anon_sym_U_DQUOTE] = ACTIONS(2948), [anon_sym_u8_DQUOTE] = ACTIONS(2948), [anon_sym_DQUOTE] = ACTIONS(2948), [sym_true] = ACTIONS(2946), [sym_false] = ACTIONS(2946), [anon_sym_NULL] = ACTIONS(2946), [anon_sym_nullptr] = ACTIONS(2946), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2946), [anon_sym_decltype] = ACTIONS(2946), [anon_sym_virtual] = ACTIONS(2946), [anon_sym_explicit] = ACTIONS(2946), [anon_sym_typename] = ACTIONS(2946), [anon_sym_template] = ACTIONS(2946), [anon_sym_operator] = ACTIONS(2946), [anon_sym_try] = ACTIONS(2946), [anon_sym_delete] = ACTIONS(2946), [anon_sym_throw] = ACTIONS(2946), [anon_sym_namespace] = ACTIONS(2946), [anon_sym_using] = ACTIONS(2946), [anon_sym_static_assert] = ACTIONS(2946), [anon_sym_concept] = ACTIONS(2946), [anon_sym_co_return] = ACTIONS(2946), [anon_sym_co_yield] = ACTIONS(2946), [anon_sym_R_DQUOTE] = ACTIONS(2948), [anon_sym_LR_DQUOTE] = ACTIONS(2948), [anon_sym_uR_DQUOTE] = ACTIONS(2948), [anon_sym_UR_DQUOTE] = ACTIONS(2948), [anon_sym_u8R_DQUOTE] = ACTIONS(2948), [anon_sym_co_await] = ACTIONS(2946), [anon_sym_new] = ACTIONS(2946), [anon_sym_requires] = ACTIONS(2946), [sym_this] = ACTIONS(2946), }, [941] = { [ts_builtin_sym_end] = ACTIONS(2952), [sym_identifier] = ACTIONS(2950), [aux_sym_preproc_include_token1] = ACTIONS(2950), [aux_sym_preproc_def_token1] = ACTIONS(2950), [aux_sym_preproc_if_token1] = ACTIONS(2950), [aux_sym_preproc_ifdef_token1] = ACTIONS(2950), [aux_sym_preproc_ifdef_token2] = ACTIONS(2950), [sym_preproc_directive] = ACTIONS(2950), [anon_sym_LPAREN2] = ACTIONS(2952), [anon_sym_BANG] = ACTIONS(2952), [anon_sym_TILDE] = ACTIONS(2952), [anon_sym_DASH] = ACTIONS(2950), [anon_sym_PLUS] = ACTIONS(2950), [anon_sym_STAR] = ACTIONS(2952), [anon_sym_AMP_AMP] = ACTIONS(2952), [anon_sym_AMP] = ACTIONS(2950), [anon_sym_SEMI] = ACTIONS(2952), [anon_sym_typedef] = ACTIONS(2950), [anon_sym_extern] = ACTIONS(2950), [anon_sym___attribute__] = ACTIONS(2950), [anon_sym_COLON_COLON] = ACTIONS(2952), [anon_sym_LBRACK_LBRACK] = ACTIONS(2952), [anon_sym___declspec] = ACTIONS(2950), [anon_sym___based] = ACTIONS(2950), [anon_sym___cdecl] = ACTIONS(2950), [anon_sym___clrcall] = ACTIONS(2950), [anon_sym___stdcall] = ACTIONS(2950), [anon_sym___fastcall] = ACTIONS(2950), [anon_sym___thiscall] = ACTIONS(2950), [anon_sym___vectorcall] = ACTIONS(2950), [anon_sym_LBRACE] = ACTIONS(2952), [anon_sym_signed] = ACTIONS(2950), [anon_sym_unsigned] = ACTIONS(2950), [anon_sym_long] = ACTIONS(2950), [anon_sym_short] = ACTIONS(2950), [anon_sym_LBRACK] = ACTIONS(2950), [anon_sym_static] = ACTIONS(2950), [anon_sym_register] = ACTIONS(2950), [anon_sym_inline] = ACTIONS(2950), [anon_sym_thread_local] = ACTIONS(2950), [anon_sym_const] = ACTIONS(2950), [anon_sym_constexpr] = ACTIONS(2950), [anon_sym_volatile] = ACTIONS(2950), [anon_sym_restrict] = ACTIONS(2950), [anon_sym___restrict__] = ACTIONS(2950), [anon_sym__Atomic] = ACTIONS(2950), [anon_sym__Noreturn] = ACTIONS(2950), [anon_sym_noreturn] = ACTIONS(2950), [anon_sym_mutable] = ACTIONS(2950), [anon_sym_constinit] = ACTIONS(2950), [anon_sym_consteval] = ACTIONS(2950), [sym_primitive_type] = ACTIONS(2950), [anon_sym_enum] = ACTIONS(2950), [anon_sym_class] = ACTIONS(2950), [anon_sym_struct] = ACTIONS(2950), [anon_sym_union] = ACTIONS(2950), [anon_sym_if] = ACTIONS(2950), [anon_sym_else] = ACTIONS(2950), [anon_sym_switch] = ACTIONS(2950), [anon_sym_case] = ACTIONS(2950), [anon_sym_default] = ACTIONS(2950), [anon_sym_while] = ACTIONS(2950), [anon_sym_do] = ACTIONS(2950), [anon_sym_for] = ACTIONS(2950), [anon_sym_return] = ACTIONS(2950), [anon_sym_break] = ACTIONS(2950), [anon_sym_continue] = ACTIONS(2950), [anon_sym_goto] = ACTIONS(2950), [anon_sym_not] = ACTIONS(2950), [anon_sym_compl] = ACTIONS(2950), [anon_sym_DASH_DASH] = ACTIONS(2952), [anon_sym_PLUS_PLUS] = ACTIONS(2952), [anon_sym_sizeof] = ACTIONS(2950), [anon_sym_offsetof] = ACTIONS(2950), [anon_sym__Generic] = ACTIONS(2950), [anon_sym_asm] = ACTIONS(2950), [anon_sym___asm__] = ACTIONS(2950), [sym_number_literal] = ACTIONS(2952), [anon_sym_L_SQUOTE] = ACTIONS(2952), [anon_sym_u_SQUOTE] = ACTIONS(2952), [anon_sym_U_SQUOTE] = ACTIONS(2952), [anon_sym_u8_SQUOTE] = ACTIONS(2952), [anon_sym_SQUOTE] = ACTIONS(2952), [anon_sym_L_DQUOTE] = ACTIONS(2952), [anon_sym_u_DQUOTE] = ACTIONS(2952), [anon_sym_U_DQUOTE] = ACTIONS(2952), [anon_sym_u8_DQUOTE] = ACTIONS(2952), [anon_sym_DQUOTE] = ACTIONS(2952), [sym_true] = ACTIONS(2950), [sym_false] = ACTIONS(2950), [anon_sym_NULL] = ACTIONS(2950), [anon_sym_nullptr] = ACTIONS(2950), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2950), [anon_sym_decltype] = ACTIONS(2950), [anon_sym_virtual] = ACTIONS(2950), [anon_sym_explicit] = ACTIONS(2950), [anon_sym_typename] = ACTIONS(2950), [anon_sym_template] = ACTIONS(2950), [anon_sym_operator] = ACTIONS(2950), [anon_sym_try] = ACTIONS(2950), [anon_sym_delete] = ACTIONS(2950), [anon_sym_throw] = ACTIONS(2950), [anon_sym_namespace] = ACTIONS(2950), [anon_sym_using] = ACTIONS(2950), [anon_sym_static_assert] = ACTIONS(2950), [anon_sym_concept] = ACTIONS(2950), [anon_sym_co_return] = ACTIONS(2950), [anon_sym_co_yield] = ACTIONS(2950), [anon_sym_R_DQUOTE] = ACTIONS(2952), [anon_sym_LR_DQUOTE] = ACTIONS(2952), [anon_sym_uR_DQUOTE] = ACTIONS(2952), [anon_sym_UR_DQUOTE] = ACTIONS(2952), [anon_sym_u8R_DQUOTE] = ACTIONS(2952), [anon_sym_co_await] = ACTIONS(2950), [anon_sym_new] = ACTIONS(2950), [anon_sym_requires] = ACTIONS(2950), [sym_this] = ACTIONS(2950), }, [942] = { [ts_builtin_sym_end] = ACTIONS(2956), [sym_identifier] = ACTIONS(2954), [aux_sym_preproc_include_token1] = ACTIONS(2954), [aux_sym_preproc_def_token1] = ACTIONS(2954), [aux_sym_preproc_if_token1] = ACTIONS(2954), [aux_sym_preproc_ifdef_token1] = ACTIONS(2954), [aux_sym_preproc_ifdef_token2] = ACTIONS(2954), [sym_preproc_directive] = ACTIONS(2954), [anon_sym_LPAREN2] = ACTIONS(2956), [anon_sym_BANG] = ACTIONS(2956), [anon_sym_TILDE] = ACTIONS(2956), [anon_sym_DASH] = ACTIONS(2954), [anon_sym_PLUS] = ACTIONS(2954), [anon_sym_STAR] = ACTIONS(2956), [anon_sym_AMP_AMP] = ACTIONS(2956), [anon_sym_AMP] = ACTIONS(2954), [anon_sym_SEMI] = ACTIONS(2956), [anon_sym_typedef] = ACTIONS(2954), [anon_sym_extern] = ACTIONS(2954), [anon_sym___attribute__] = ACTIONS(2954), [anon_sym_COLON_COLON] = ACTIONS(2956), [anon_sym_LBRACK_LBRACK] = ACTIONS(2956), [anon_sym___declspec] = ACTIONS(2954), [anon_sym___based] = ACTIONS(2954), [anon_sym___cdecl] = ACTIONS(2954), [anon_sym___clrcall] = ACTIONS(2954), [anon_sym___stdcall] = ACTIONS(2954), [anon_sym___fastcall] = ACTIONS(2954), [anon_sym___thiscall] = ACTIONS(2954), [anon_sym___vectorcall] = ACTIONS(2954), [anon_sym_LBRACE] = ACTIONS(2956), [anon_sym_signed] = ACTIONS(2954), [anon_sym_unsigned] = ACTIONS(2954), [anon_sym_long] = ACTIONS(2954), [anon_sym_short] = ACTIONS(2954), [anon_sym_LBRACK] = ACTIONS(2954), [anon_sym_static] = ACTIONS(2954), [anon_sym_register] = ACTIONS(2954), [anon_sym_inline] = ACTIONS(2954), [anon_sym_thread_local] = ACTIONS(2954), [anon_sym_const] = ACTIONS(2954), [anon_sym_constexpr] = ACTIONS(2954), [anon_sym_volatile] = ACTIONS(2954), [anon_sym_restrict] = ACTIONS(2954), [anon_sym___restrict__] = ACTIONS(2954), [anon_sym__Atomic] = ACTIONS(2954), [anon_sym__Noreturn] = ACTIONS(2954), [anon_sym_noreturn] = ACTIONS(2954), [anon_sym_mutable] = ACTIONS(2954), [anon_sym_constinit] = ACTIONS(2954), [anon_sym_consteval] = ACTIONS(2954), [sym_primitive_type] = ACTIONS(2954), [anon_sym_enum] = ACTIONS(2954), [anon_sym_class] = ACTIONS(2954), [anon_sym_struct] = ACTIONS(2954), [anon_sym_union] = ACTIONS(2954), [anon_sym_if] = ACTIONS(2954), [anon_sym_else] = ACTIONS(2954), [anon_sym_switch] = ACTIONS(2954), [anon_sym_case] = ACTIONS(2954), [anon_sym_default] = ACTIONS(2954), [anon_sym_while] = ACTIONS(2954), [anon_sym_do] = ACTIONS(2954), [anon_sym_for] = ACTIONS(2954), [anon_sym_return] = ACTIONS(2954), [anon_sym_break] = ACTIONS(2954), [anon_sym_continue] = ACTIONS(2954), [anon_sym_goto] = ACTIONS(2954), [anon_sym_not] = ACTIONS(2954), [anon_sym_compl] = ACTIONS(2954), [anon_sym_DASH_DASH] = ACTIONS(2956), [anon_sym_PLUS_PLUS] = ACTIONS(2956), [anon_sym_sizeof] = ACTIONS(2954), [anon_sym_offsetof] = ACTIONS(2954), [anon_sym__Generic] = ACTIONS(2954), [anon_sym_asm] = ACTIONS(2954), [anon_sym___asm__] = ACTIONS(2954), [sym_number_literal] = ACTIONS(2956), [anon_sym_L_SQUOTE] = ACTIONS(2956), [anon_sym_u_SQUOTE] = ACTIONS(2956), [anon_sym_U_SQUOTE] = ACTIONS(2956), [anon_sym_u8_SQUOTE] = ACTIONS(2956), [anon_sym_SQUOTE] = ACTIONS(2956), [anon_sym_L_DQUOTE] = ACTIONS(2956), [anon_sym_u_DQUOTE] = ACTIONS(2956), [anon_sym_U_DQUOTE] = ACTIONS(2956), [anon_sym_u8_DQUOTE] = ACTIONS(2956), [anon_sym_DQUOTE] = ACTIONS(2956), [sym_true] = ACTIONS(2954), [sym_false] = ACTIONS(2954), [anon_sym_NULL] = ACTIONS(2954), [anon_sym_nullptr] = ACTIONS(2954), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2954), [anon_sym_decltype] = ACTIONS(2954), [anon_sym_virtual] = ACTIONS(2954), [anon_sym_explicit] = ACTIONS(2954), [anon_sym_typename] = ACTIONS(2954), [anon_sym_template] = ACTIONS(2954), [anon_sym_operator] = ACTIONS(2954), [anon_sym_try] = ACTIONS(2954), [anon_sym_delete] = ACTIONS(2954), [anon_sym_throw] = ACTIONS(2954), [anon_sym_namespace] = ACTIONS(2954), [anon_sym_using] = ACTIONS(2954), [anon_sym_static_assert] = ACTIONS(2954), [anon_sym_concept] = ACTIONS(2954), [anon_sym_co_return] = ACTIONS(2954), [anon_sym_co_yield] = ACTIONS(2954), [anon_sym_R_DQUOTE] = ACTIONS(2956), [anon_sym_LR_DQUOTE] = ACTIONS(2956), [anon_sym_uR_DQUOTE] = ACTIONS(2956), [anon_sym_UR_DQUOTE] = ACTIONS(2956), [anon_sym_u8R_DQUOTE] = ACTIONS(2956), [anon_sym_co_await] = ACTIONS(2954), [anon_sym_new] = ACTIONS(2954), [anon_sym_requires] = ACTIONS(2954), [sym_this] = ACTIONS(2954), }, [943] = { [ts_builtin_sym_end] = ACTIONS(2960), [sym_identifier] = ACTIONS(2958), [aux_sym_preproc_include_token1] = ACTIONS(2958), [aux_sym_preproc_def_token1] = ACTIONS(2958), [aux_sym_preproc_if_token1] = ACTIONS(2958), [aux_sym_preproc_ifdef_token1] = ACTIONS(2958), [aux_sym_preproc_ifdef_token2] = ACTIONS(2958), [sym_preproc_directive] = ACTIONS(2958), [anon_sym_LPAREN2] = ACTIONS(2960), [anon_sym_BANG] = ACTIONS(2960), [anon_sym_TILDE] = ACTIONS(2960), [anon_sym_DASH] = ACTIONS(2958), [anon_sym_PLUS] = ACTIONS(2958), [anon_sym_STAR] = ACTIONS(2960), [anon_sym_AMP_AMP] = ACTIONS(2960), [anon_sym_AMP] = ACTIONS(2958), [anon_sym_SEMI] = ACTIONS(2960), [anon_sym_typedef] = ACTIONS(2958), [anon_sym_extern] = ACTIONS(2958), [anon_sym___attribute__] = ACTIONS(2958), [anon_sym_COLON_COLON] = ACTIONS(2960), [anon_sym_LBRACK_LBRACK] = ACTIONS(2960), [anon_sym___declspec] = ACTIONS(2958), [anon_sym___based] = ACTIONS(2958), [anon_sym___cdecl] = ACTIONS(2958), [anon_sym___clrcall] = ACTIONS(2958), [anon_sym___stdcall] = ACTIONS(2958), [anon_sym___fastcall] = ACTIONS(2958), [anon_sym___thiscall] = ACTIONS(2958), [anon_sym___vectorcall] = ACTIONS(2958), [anon_sym_LBRACE] = ACTIONS(2960), [anon_sym_signed] = ACTIONS(2958), [anon_sym_unsigned] = ACTIONS(2958), [anon_sym_long] = ACTIONS(2958), [anon_sym_short] = ACTIONS(2958), [anon_sym_LBRACK] = ACTIONS(2958), [anon_sym_static] = ACTIONS(2958), [anon_sym_register] = ACTIONS(2958), [anon_sym_inline] = ACTIONS(2958), [anon_sym_thread_local] = ACTIONS(2958), [anon_sym_const] = ACTIONS(2958), [anon_sym_constexpr] = ACTIONS(2958), [anon_sym_volatile] = ACTIONS(2958), [anon_sym_restrict] = ACTIONS(2958), [anon_sym___restrict__] = ACTIONS(2958), [anon_sym__Atomic] = ACTIONS(2958), [anon_sym__Noreturn] = ACTIONS(2958), [anon_sym_noreturn] = ACTIONS(2958), [anon_sym_mutable] = ACTIONS(2958), [anon_sym_constinit] = ACTIONS(2958), [anon_sym_consteval] = ACTIONS(2958), [sym_primitive_type] = ACTIONS(2958), [anon_sym_enum] = ACTIONS(2958), [anon_sym_class] = ACTIONS(2958), [anon_sym_struct] = ACTIONS(2958), [anon_sym_union] = ACTIONS(2958), [anon_sym_if] = ACTIONS(2958), [anon_sym_else] = ACTIONS(2958), [anon_sym_switch] = ACTIONS(2958), [anon_sym_case] = ACTIONS(2958), [anon_sym_default] = ACTIONS(2958), [anon_sym_while] = ACTIONS(2958), [anon_sym_do] = ACTIONS(2958), [anon_sym_for] = ACTIONS(2958), [anon_sym_return] = ACTIONS(2958), [anon_sym_break] = ACTIONS(2958), [anon_sym_continue] = ACTIONS(2958), [anon_sym_goto] = ACTIONS(2958), [anon_sym_not] = ACTIONS(2958), [anon_sym_compl] = ACTIONS(2958), [anon_sym_DASH_DASH] = ACTIONS(2960), [anon_sym_PLUS_PLUS] = ACTIONS(2960), [anon_sym_sizeof] = ACTIONS(2958), [anon_sym_offsetof] = ACTIONS(2958), [anon_sym__Generic] = ACTIONS(2958), [anon_sym_asm] = ACTIONS(2958), [anon_sym___asm__] = ACTIONS(2958), [sym_number_literal] = ACTIONS(2960), [anon_sym_L_SQUOTE] = ACTIONS(2960), [anon_sym_u_SQUOTE] = ACTIONS(2960), [anon_sym_U_SQUOTE] = ACTIONS(2960), [anon_sym_u8_SQUOTE] = ACTIONS(2960), [anon_sym_SQUOTE] = ACTIONS(2960), [anon_sym_L_DQUOTE] = ACTIONS(2960), [anon_sym_u_DQUOTE] = ACTIONS(2960), [anon_sym_U_DQUOTE] = ACTIONS(2960), [anon_sym_u8_DQUOTE] = ACTIONS(2960), [anon_sym_DQUOTE] = ACTIONS(2960), [sym_true] = ACTIONS(2958), [sym_false] = ACTIONS(2958), [anon_sym_NULL] = ACTIONS(2958), [anon_sym_nullptr] = ACTIONS(2958), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2958), [anon_sym_decltype] = ACTIONS(2958), [anon_sym_virtual] = ACTIONS(2958), [anon_sym_explicit] = ACTIONS(2958), [anon_sym_typename] = ACTIONS(2958), [anon_sym_template] = ACTIONS(2958), [anon_sym_operator] = ACTIONS(2958), [anon_sym_try] = ACTIONS(2958), [anon_sym_delete] = ACTIONS(2958), [anon_sym_throw] = ACTIONS(2958), [anon_sym_namespace] = ACTIONS(2958), [anon_sym_using] = ACTIONS(2958), [anon_sym_static_assert] = ACTIONS(2958), [anon_sym_concept] = ACTIONS(2958), [anon_sym_co_return] = ACTIONS(2958), [anon_sym_co_yield] = ACTIONS(2958), [anon_sym_R_DQUOTE] = ACTIONS(2960), [anon_sym_LR_DQUOTE] = ACTIONS(2960), [anon_sym_uR_DQUOTE] = ACTIONS(2960), [anon_sym_UR_DQUOTE] = ACTIONS(2960), [anon_sym_u8R_DQUOTE] = ACTIONS(2960), [anon_sym_co_await] = ACTIONS(2958), [anon_sym_new] = ACTIONS(2958), [anon_sym_requires] = ACTIONS(2958), [sym_this] = ACTIONS(2958), }, [944] = { [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_if_token2] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [945] = { [sym_identifier] = ACTIONS(3020), [aux_sym_preproc_include_token1] = ACTIONS(3020), [aux_sym_preproc_def_token1] = ACTIONS(3020), [aux_sym_preproc_if_token1] = ACTIONS(3020), [aux_sym_preproc_if_token2] = ACTIONS(3020), [aux_sym_preproc_ifdef_token1] = ACTIONS(3020), [aux_sym_preproc_ifdef_token2] = ACTIONS(3020), [sym_preproc_directive] = ACTIONS(3020), [anon_sym_LPAREN2] = ACTIONS(3022), [anon_sym_BANG] = ACTIONS(3022), [anon_sym_TILDE] = ACTIONS(3022), [anon_sym_DASH] = ACTIONS(3020), [anon_sym_PLUS] = ACTIONS(3020), [anon_sym_STAR] = ACTIONS(3022), [anon_sym_AMP_AMP] = ACTIONS(3022), [anon_sym_AMP] = ACTIONS(3020), [anon_sym_SEMI] = ACTIONS(3022), [anon_sym_typedef] = ACTIONS(3020), [anon_sym_extern] = ACTIONS(3020), [anon_sym___attribute__] = ACTIONS(3020), [anon_sym_COLON_COLON] = ACTIONS(3022), [anon_sym_LBRACK_LBRACK] = ACTIONS(3022), [anon_sym___declspec] = ACTIONS(3020), [anon_sym___based] = ACTIONS(3020), [anon_sym___cdecl] = ACTIONS(3020), [anon_sym___clrcall] = ACTIONS(3020), [anon_sym___stdcall] = ACTIONS(3020), [anon_sym___fastcall] = ACTIONS(3020), [anon_sym___thiscall] = ACTIONS(3020), [anon_sym___vectorcall] = ACTIONS(3020), [anon_sym_LBRACE] = ACTIONS(3022), [anon_sym_signed] = ACTIONS(3020), [anon_sym_unsigned] = ACTIONS(3020), [anon_sym_long] = ACTIONS(3020), [anon_sym_short] = ACTIONS(3020), [anon_sym_LBRACK] = ACTIONS(3020), [anon_sym_static] = ACTIONS(3020), [anon_sym_register] = ACTIONS(3020), [anon_sym_inline] = ACTIONS(3020), [anon_sym_thread_local] = ACTIONS(3020), [anon_sym_const] = ACTIONS(3020), [anon_sym_constexpr] = ACTIONS(3020), [anon_sym_volatile] = ACTIONS(3020), [anon_sym_restrict] = ACTIONS(3020), [anon_sym___restrict__] = ACTIONS(3020), [anon_sym__Atomic] = ACTIONS(3020), [anon_sym__Noreturn] = ACTIONS(3020), [anon_sym_noreturn] = ACTIONS(3020), [anon_sym_mutable] = ACTIONS(3020), [anon_sym_constinit] = ACTIONS(3020), [anon_sym_consteval] = ACTIONS(3020), [sym_primitive_type] = ACTIONS(3020), [anon_sym_enum] = ACTIONS(3020), [anon_sym_class] = ACTIONS(3020), [anon_sym_struct] = ACTIONS(3020), [anon_sym_union] = ACTIONS(3020), [anon_sym_if] = ACTIONS(3020), [anon_sym_else] = ACTIONS(3020), [anon_sym_switch] = ACTIONS(3020), [anon_sym_case] = ACTIONS(3020), [anon_sym_default] = ACTIONS(3020), [anon_sym_while] = ACTIONS(3020), [anon_sym_do] = ACTIONS(3020), [anon_sym_for] = ACTIONS(3020), [anon_sym_return] = ACTIONS(3020), [anon_sym_break] = ACTIONS(3020), [anon_sym_continue] = ACTIONS(3020), [anon_sym_goto] = ACTIONS(3020), [anon_sym_not] = ACTIONS(3020), [anon_sym_compl] = ACTIONS(3020), [anon_sym_DASH_DASH] = ACTIONS(3022), [anon_sym_PLUS_PLUS] = ACTIONS(3022), [anon_sym_sizeof] = ACTIONS(3020), [anon_sym_offsetof] = ACTIONS(3020), [anon_sym__Generic] = ACTIONS(3020), [anon_sym_asm] = ACTIONS(3020), [anon_sym___asm__] = ACTIONS(3020), [sym_number_literal] = ACTIONS(3022), [anon_sym_L_SQUOTE] = ACTIONS(3022), [anon_sym_u_SQUOTE] = ACTIONS(3022), [anon_sym_U_SQUOTE] = ACTIONS(3022), [anon_sym_u8_SQUOTE] = ACTIONS(3022), [anon_sym_SQUOTE] = ACTIONS(3022), [anon_sym_L_DQUOTE] = ACTIONS(3022), [anon_sym_u_DQUOTE] = ACTIONS(3022), [anon_sym_U_DQUOTE] = ACTIONS(3022), [anon_sym_u8_DQUOTE] = ACTIONS(3022), [anon_sym_DQUOTE] = ACTIONS(3022), [sym_true] = ACTIONS(3020), [sym_false] = ACTIONS(3020), [anon_sym_NULL] = ACTIONS(3020), [anon_sym_nullptr] = ACTIONS(3020), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3020), [anon_sym_decltype] = ACTIONS(3020), [anon_sym_virtual] = ACTIONS(3020), [anon_sym_explicit] = ACTIONS(3020), [anon_sym_typename] = ACTIONS(3020), [anon_sym_template] = ACTIONS(3020), [anon_sym_operator] = ACTIONS(3020), [anon_sym_try] = ACTIONS(3020), [anon_sym_delete] = ACTIONS(3020), [anon_sym_throw] = ACTIONS(3020), [anon_sym_namespace] = ACTIONS(3020), [anon_sym_using] = ACTIONS(3020), [anon_sym_static_assert] = ACTIONS(3020), [anon_sym_concept] = ACTIONS(3020), [anon_sym_co_return] = ACTIONS(3020), [anon_sym_co_yield] = ACTIONS(3020), [anon_sym_R_DQUOTE] = ACTIONS(3022), [anon_sym_LR_DQUOTE] = ACTIONS(3022), [anon_sym_uR_DQUOTE] = ACTIONS(3022), [anon_sym_UR_DQUOTE] = ACTIONS(3022), [anon_sym_u8R_DQUOTE] = ACTIONS(3022), [anon_sym_co_await] = ACTIONS(3020), [anon_sym_new] = ACTIONS(3020), [anon_sym_requires] = ACTIONS(3020), [sym_this] = ACTIONS(3020), }, [946] = { [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_if_token2] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [947] = { [sym_identifier] = ACTIONS(3000), [aux_sym_preproc_include_token1] = ACTIONS(3000), [aux_sym_preproc_def_token1] = ACTIONS(3000), [aux_sym_preproc_if_token1] = ACTIONS(3000), [aux_sym_preproc_if_token2] = ACTIONS(3000), [aux_sym_preproc_ifdef_token1] = ACTIONS(3000), [aux_sym_preproc_ifdef_token2] = ACTIONS(3000), [sym_preproc_directive] = ACTIONS(3000), [anon_sym_LPAREN2] = ACTIONS(3002), [anon_sym_BANG] = ACTIONS(3002), [anon_sym_TILDE] = ACTIONS(3002), [anon_sym_DASH] = ACTIONS(3000), [anon_sym_PLUS] = ACTIONS(3000), [anon_sym_STAR] = ACTIONS(3002), [anon_sym_AMP_AMP] = ACTIONS(3002), [anon_sym_AMP] = ACTIONS(3000), [anon_sym_SEMI] = ACTIONS(3002), [anon_sym_typedef] = ACTIONS(3000), [anon_sym_extern] = ACTIONS(3000), [anon_sym___attribute__] = ACTIONS(3000), [anon_sym_COLON_COLON] = ACTIONS(3002), [anon_sym_LBRACK_LBRACK] = ACTIONS(3002), [anon_sym___declspec] = ACTIONS(3000), [anon_sym___based] = ACTIONS(3000), [anon_sym___cdecl] = ACTIONS(3000), [anon_sym___clrcall] = ACTIONS(3000), [anon_sym___stdcall] = ACTIONS(3000), [anon_sym___fastcall] = ACTIONS(3000), [anon_sym___thiscall] = ACTIONS(3000), [anon_sym___vectorcall] = ACTIONS(3000), [anon_sym_LBRACE] = ACTIONS(3002), [anon_sym_signed] = ACTIONS(3000), [anon_sym_unsigned] = ACTIONS(3000), [anon_sym_long] = ACTIONS(3000), [anon_sym_short] = ACTIONS(3000), [anon_sym_LBRACK] = ACTIONS(3000), [anon_sym_static] = ACTIONS(3000), [anon_sym_register] = ACTIONS(3000), [anon_sym_inline] = ACTIONS(3000), [anon_sym_thread_local] = ACTIONS(3000), [anon_sym_const] = ACTIONS(3000), [anon_sym_constexpr] = ACTIONS(3000), [anon_sym_volatile] = ACTIONS(3000), [anon_sym_restrict] = ACTIONS(3000), [anon_sym___restrict__] = ACTIONS(3000), [anon_sym__Atomic] = ACTIONS(3000), [anon_sym__Noreturn] = ACTIONS(3000), [anon_sym_noreturn] = ACTIONS(3000), [anon_sym_mutable] = ACTIONS(3000), [anon_sym_constinit] = ACTIONS(3000), [anon_sym_consteval] = ACTIONS(3000), [sym_primitive_type] = ACTIONS(3000), [anon_sym_enum] = ACTIONS(3000), [anon_sym_class] = ACTIONS(3000), [anon_sym_struct] = ACTIONS(3000), [anon_sym_union] = ACTIONS(3000), [anon_sym_if] = ACTIONS(3000), [anon_sym_else] = ACTIONS(3000), [anon_sym_switch] = ACTIONS(3000), [anon_sym_case] = ACTIONS(3000), [anon_sym_default] = ACTIONS(3000), [anon_sym_while] = ACTIONS(3000), [anon_sym_do] = ACTIONS(3000), [anon_sym_for] = ACTIONS(3000), [anon_sym_return] = ACTIONS(3000), [anon_sym_break] = ACTIONS(3000), [anon_sym_continue] = ACTIONS(3000), [anon_sym_goto] = ACTIONS(3000), [anon_sym_not] = ACTIONS(3000), [anon_sym_compl] = ACTIONS(3000), [anon_sym_DASH_DASH] = ACTIONS(3002), [anon_sym_PLUS_PLUS] = ACTIONS(3002), [anon_sym_sizeof] = ACTIONS(3000), [anon_sym_offsetof] = ACTIONS(3000), [anon_sym__Generic] = ACTIONS(3000), [anon_sym_asm] = ACTIONS(3000), [anon_sym___asm__] = ACTIONS(3000), [sym_number_literal] = ACTIONS(3002), [anon_sym_L_SQUOTE] = ACTIONS(3002), [anon_sym_u_SQUOTE] = ACTIONS(3002), [anon_sym_U_SQUOTE] = ACTIONS(3002), [anon_sym_u8_SQUOTE] = ACTIONS(3002), [anon_sym_SQUOTE] = ACTIONS(3002), [anon_sym_L_DQUOTE] = ACTIONS(3002), [anon_sym_u_DQUOTE] = ACTIONS(3002), [anon_sym_U_DQUOTE] = ACTIONS(3002), [anon_sym_u8_DQUOTE] = ACTIONS(3002), [anon_sym_DQUOTE] = ACTIONS(3002), [sym_true] = ACTIONS(3000), [sym_false] = ACTIONS(3000), [anon_sym_NULL] = ACTIONS(3000), [anon_sym_nullptr] = ACTIONS(3000), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3000), [anon_sym_decltype] = ACTIONS(3000), [anon_sym_virtual] = ACTIONS(3000), [anon_sym_explicit] = ACTIONS(3000), [anon_sym_typename] = ACTIONS(3000), [anon_sym_template] = ACTIONS(3000), [anon_sym_operator] = ACTIONS(3000), [anon_sym_try] = ACTIONS(3000), [anon_sym_delete] = ACTIONS(3000), [anon_sym_throw] = ACTIONS(3000), [anon_sym_namespace] = ACTIONS(3000), [anon_sym_using] = ACTIONS(3000), [anon_sym_static_assert] = ACTIONS(3000), [anon_sym_concept] = ACTIONS(3000), [anon_sym_co_return] = ACTIONS(3000), [anon_sym_co_yield] = ACTIONS(3000), [anon_sym_R_DQUOTE] = ACTIONS(3002), [anon_sym_LR_DQUOTE] = ACTIONS(3002), [anon_sym_uR_DQUOTE] = ACTIONS(3002), [anon_sym_UR_DQUOTE] = ACTIONS(3002), [anon_sym_u8R_DQUOTE] = ACTIONS(3002), [anon_sym_co_await] = ACTIONS(3000), [anon_sym_new] = ACTIONS(3000), [anon_sym_requires] = ACTIONS(3000), [sym_this] = ACTIONS(3000), }, [948] = { [sym_identifier] = ACTIONS(3115), [aux_sym_preproc_include_token1] = ACTIONS(3115), [aux_sym_preproc_def_token1] = ACTIONS(3115), [aux_sym_preproc_if_token1] = ACTIONS(3115), [aux_sym_preproc_if_token2] = ACTIONS(3115), [aux_sym_preproc_ifdef_token1] = ACTIONS(3115), [aux_sym_preproc_ifdef_token2] = ACTIONS(3115), [sym_preproc_directive] = ACTIONS(3115), [anon_sym_LPAREN2] = ACTIONS(3117), [anon_sym_BANG] = ACTIONS(3117), [anon_sym_TILDE] = ACTIONS(3117), [anon_sym_DASH] = ACTIONS(3115), [anon_sym_PLUS] = ACTIONS(3115), [anon_sym_STAR] = ACTIONS(3117), [anon_sym_AMP_AMP] = ACTIONS(3117), [anon_sym_AMP] = ACTIONS(3115), [anon_sym_SEMI] = ACTIONS(3117), [anon_sym_typedef] = ACTIONS(3115), [anon_sym_extern] = ACTIONS(3115), [anon_sym___attribute__] = ACTIONS(3115), [anon_sym_COLON_COLON] = ACTIONS(3117), [anon_sym_LBRACK_LBRACK] = ACTIONS(3117), [anon_sym___declspec] = ACTIONS(3115), [anon_sym___based] = ACTIONS(3115), [anon_sym___cdecl] = ACTIONS(3115), [anon_sym___clrcall] = ACTIONS(3115), [anon_sym___stdcall] = ACTIONS(3115), [anon_sym___fastcall] = ACTIONS(3115), [anon_sym___thiscall] = ACTIONS(3115), [anon_sym___vectorcall] = ACTIONS(3115), [anon_sym_LBRACE] = ACTIONS(3117), [anon_sym_signed] = ACTIONS(3115), [anon_sym_unsigned] = ACTIONS(3115), [anon_sym_long] = ACTIONS(3115), [anon_sym_short] = ACTIONS(3115), [anon_sym_LBRACK] = ACTIONS(3115), [anon_sym_static] = ACTIONS(3115), [anon_sym_register] = ACTIONS(3115), [anon_sym_inline] = ACTIONS(3115), [anon_sym_thread_local] = ACTIONS(3115), [anon_sym_const] = ACTIONS(3115), [anon_sym_constexpr] = ACTIONS(3115), [anon_sym_volatile] = ACTIONS(3115), [anon_sym_restrict] = ACTIONS(3115), [anon_sym___restrict__] = ACTIONS(3115), [anon_sym__Atomic] = ACTIONS(3115), [anon_sym__Noreturn] = ACTIONS(3115), [anon_sym_noreturn] = ACTIONS(3115), [anon_sym_mutable] = ACTIONS(3115), [anon_sym_constinit] = ACTIONS(3115), [anon_sym_consteval] = ACTIONS(3115), [sym_primitive_type] = ACTIONS(3115), [anon_sym_enum] = ACTIONS(3115), [anon_sym_class] = ACTIONS(3115), [anon_sym_struct] = ACTIONS(3115), [anon_sym_union] = ACTIONS(3115), [anon_sym_if] = ACTIONS(3115), [anon_sym_else] = ACTIONS(3115), [anon_sym_switch] = ACTIONS(3115), [anon_sym_case] = ACTIONS(3115), [anon_sym_default] = ACTIONS(3115), [anon_sym_while] = ACTIONS(3115), [anon_sym_do] = ACTIONS(3115), [anon_sym_for] = ACTIONS(3115), [anon_sym_return] = ACTIONS(3115), [anon_sym_break] = ACTIONS(3115), [anon_sym_continue] = ACTIONS(3115), [anon_sym_goto] = ACTIONS(3115), [anon_sym_not] = ACTIONS(3115), [anon_sym_compl] = ACTIONS(3115), [anon_sym_DASH_DASH] = ACTIONS(3117), [anon_sym_PLUS_PLUS] = ACTIONS(3117), [anon_sym_sizeof] = ACTIONS(3115), [anon_sym_offsetof] = ACTIONS(3115), [anon_sym__Generic] = ACTIONS(3115), [anon_sym_asm] = ACTIONS(3115), [anon_sym___asm__] = ACTIONS(3115), [sym_number_literal] = ACTIONS(3117), [anon_sym_L_SQUOTE] = ACTIONS(3117), [anon_sym_u_SQUOTE] = ACTIONS(3117), [anon_sym_U_SQUOTE] = ACTIONS(3117), [anon_sym_u8_SQUOTE] = ACTIONS(3117), [anon_sym_SQUOTE] = ACTIONS(3117), [anon_sym_L_DQUOTE] = ACTIONS(3117), [anon_sym_u_DQUOTE] = ACTIONS(3117), [anon_sym_U_DQUOTE] = ACTIONS(3117), [anon_sym_u8_DQUOTE] = ACTIONS(3117), [anon_sym_DQUOTE] = ACTIONS(3117), [sym_true] = ACTIONS(3115), [sym_false] = ACTIONS(3115), [anon_sym_NULL] = ACTIONS(3115), [anon_sym_nullptr] = ACTIONS(3115), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3115), [anon_sym_decltype] = ACTIONS(3115), [anon_sym_virtual] = ACTIONS(3115), [anon_sym_explicit] = ACTIONS(3115), [anon_sym_typename] = ACTIONS(3115), [anon_sym_template] = ACTIONS(3115), [anon_sym_operator] = ACTIONS(3115), [anon_sym_try] = ACTIONS(3115), [anon_sym_delete] = ACTIONS(3115), [anon_sym_throw] = ACTIONS(3115), [anon_sym_namespace] = ACTIONS(3115), [anon_sym_using] = ACTIONS(3115), [anon_sym_static_assert] = ACTIONS(3115), [anon_sym_concept] = ACTIONS(3115), [anon_sym_co_return] = ACTIONS(3115), [anon_sym_co_yield] = ACTIONS(3115), [anon_sym_R_DQUOTE] = ACTIONS(3117), [anon_sym_LR_DQUOTE] = ACTIONS(3117), [anon_sym_uR_DQUOTE] = ACTIONS(3117), [anon_sym_UR_DQUOTE] = ACTIONS(3117), [anon_sym_u8R_DQUOTE] = ACTIONS(3117), [anon_sym_co_await] = ACTIONS(3115), [anon_sym_new] = ACTIONS(3115), [anon_sym_requires] = ACTIONS(3115), [sym_this] = ACTIONS(3115), }, [949] = { [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_if_token2] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [950] = { [ts_builtin_sym_end] = ACTIONS(3050), [sym_identifier] = ACTIONS(3048), [aux_sym_preproc_include_token1] = ACTIONS(3048), [aux_sym_preproc_def_token1] = ACTIONS(3048), [aux_sym_preproc_if_token1] = ACTIONS(3048), [aux_sym_preproc_ifdef_token1] = ACTIONS(3048), [aux_sym_preproc_ifdef_token2] = ACTIONS(3048), [sym_preproc_directive] = ACTIONS(3048), [anon_sym_LPAREN2] = ACTIONS(3050), [anon_sym_BANG] = ACTIONS(3050), [anon_sym_TILDE] = ACTIONS(3050), [anon_sym_DASH] = ACTIONS(3048), [anon_sym_PLUS] = ACTIONS(3048), [anon_sym_STAR] = ACTIONS(3050), [anon_sym_AMP_AMP] = ACTIONS(3050), [anon_sym_AMP] = ACTIONS(3048), [anon_sym_SEMI] = ACTIONS(3050), [anon_sym_typedef] = ACTIONS(3048), [anon_sym_extern] = ACTIONS(3048), [anon_sym___attribute__] = ACTIONS(3048), [anon_sym_COLON_COLON] = ACTIONS(3050), [anon_sym_LBRACK_LBRACK] = ACTIONS(3050), [anon_sym___declspec] = ACTIONS(3048), [anon_sym___based] = ACTIONS(3048), [anon_sym___cdecl] = ACTIONS(3048), [anon_sym___clrcall] = ACTIONS(3048), [anon_sym___stdcall] = ACTIONS(3048), [anon_sym___fastcall] = ACTIONS(3048), [anon_sym___thiscall] = ACTIONS(3048), [anon_sym___vectorcall] = ACTIONS(3048), [anon_sym_LBRACE] = ACTIONS(3050), [anon_sym_signed] = ACTIONS(3048), [anon_sym_unsigned] = ACTIONS(3048), [anon_sym_long] = ACTIONS(3048), [anon_sym_short] = ACTIONS(3048), [anon_sym_LBRACK] = ACTIONS(3048), [anon_sym_static] = ACTIONS(3048), [anon_sym_register] = ACTIONS(3048), [anon_sym_inline] = ACTIONS(3048), [anon_sym_thread_local] = ACTIONS(3048), [anon_sym_const] = ACTIONS(3048), [anon_sym_constexpr] = ACTIONS(3048), [anon_sym_volatile] = ACTIONS(3048), [anon_sym_restrict] = ACTIONS(3048), [anon_sym___restrict__] = ACTIONS(3048), [anon_sym__Atomic] = ACTIONS(3048), [anon_sym__Noreturn] = ACTIONS(3048), [anon_sym_noreturn] = ACTIONS(3048), [anon_sym_mutable] = ACTIONS(3048), [anon_sym_constinit] = ACTIONS(3048), [anon_sym_consteval] = ACTIONS(3048), [sym_primitive_type] = ACTIONS(3048), [anon_sym_enum] = ACTIONS(3048), [anon_sym_class] = ACTIONS(3048), [anon_sym_struct] = ACTIONS(3048), [anon_sym_union] = ACTIONS(3048), [anon_sym_if] = ACTIONS(3048), [anon_sym_else] = ACTIONS(3048), [anon_sym_switch] = ACTIONS(3048), [anon_sym_case] = ACTIONS(3048), [anon_sym_default] = ACTIONS(3048), [anon_sym_while] = ACTIONS(3048), [anon_sym_do] = ACTIONS(3048), [anon_sym_for] = ACTIONS(3048), [anon_sym_return] = ACTIONS(3048), [anon_sym_break] = ACTIONS(3048), [anon_sym_continue] = ACTIONS(3048), [anon_sym_goto] = ACTIONS(3048), [anon_sym_not] = ACTIONS(3048), [anon_sym_compl] = ACTIONS(3048), [anon_sym_DASH_DASH] = ACTIONS(3050), [anon_sym_PLUS_PLUS] = ACTIONS(3050), [anon_sym_sizeof] = ACTIONS(3048), [anon_sym_offsetof] = ACTIONS(3048), [anon_sym__Generic] = ACTIONS(3048), [anon_sym_asm] = ACTIONS(3048), [anon_sym___asm__] = ACTIONS(3048), [sym_number_literal] = ACTIONS(3050), [anon_sym_L_SQUOTE] = ACTIONS(3050), [anon_sym_u_SQUOTE] = ACTIONS(3050), [anon_sym_U_SQUOTE] = ACTIONS(3050), [anon_sym_u8_SQUOTE] = ACTIONS(3050), [anon_sym_SQUOTE] = ACTIONS(3050), [anon_sym_L_DQUOTE] = ACTIONS(3050), [anon_sym_u_DQUOTE] = ACTIONS(3050), [anon_sym_U_DQUOTE] = ACTIONS(3050), [anon_sym_u8_DQUOTE] = ACTIONS(3050), [anon_sym_DQUOTE] = ACTIONS(3050), [sym_true] = ACTIONS(3048), [sym_false] = ACTIONS(3048), [anon_sym_NULL] = ACTIONS(3048), [anon_sym_nullptr] = ACTIONS(3048), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3048), [anon_sym_decltype] = ACTIONS(3048), [anon_sym_virtual] = ACTIONS(3048), [anon_sym_explicit] = ACTIONS(3048), [anon_sym_typename] = ACTIONS(3048), [anon_sym_template] = ACTIONS(3048), [anon_sym_operator] = ACTIONS(3048), [anon_sym_try] = ACTIONS(3048), [anon_sym_delete] = ACTIONS(3048), [anon_sym_throw] = ACTIONS(3048), [anon_sym_namespace] = ACTIONS(3048), [anon_sym_using] = ACTIONS(3048), [anon_sym_static_assert] = ACTIONS(3048), [anon_sym_concept] = ACTIONS(3048), [anon_sym_co_return] = ACTIONS(3048), [anon_sym_co_yield] = ACTIONS(3048), [anon_sym_R_DQUOTE] = ACTIONS(3050), [anon_sym_LR_DQUOTE] = ACTIONS(3050), [anon_sym_uR_DQUOTE] = ACTIONS(3050), [anon_sym_UR_DQUOTE] = ACTIONS(3050), [anon_sym_u8R_DQUOTE] = ACTIONS(3050), [anon_sym_co_await] = ACTIONS(3048), [anon_sym_new] = ACTIONS(3048), [anon_sym_requires] = ACTIONS(3048), [sym_this] = ACTIONS(3048), }, [951] = { [ts_builtin_sym_end] = ACTIONS(3010), [sym_identifier] = ACTIONS(3008), [aux_sym_preproc_include_token1] = ACTIONS(3008), [aux_sym_preproc_def_token1] = ACTIONS(3008), [aux_sym_preproc_if_token1] = ACTIONS(3008), [aux_sym_preproc_ifdef_token1] = ACTIONS(3008), [aux_sym_preproc_ifdef_token2] = ACTIONS(3008), [sym_preproc_directive] = ACTIONS(3008), [anon_sym_LPAREN2] = ACTIONS(3010), [anon_sym_BANG] = ACTIONS(3010), [anon_sym_TILDE] = ACTIONS(3010), [anon_sym_DASH] = ACTIONS(3008), [anon_sym_PLUS] = ACTIONS(3008), [anon_sym_STAR] = ACTIONS(3010), [anon_sym_AMP_AMP] = ACTIONS(3010), [anon_sym_AMP] = ACTIONS(3008), [anon_sym_SEMI] = ACTIONS(3010), [anon_sym_typedef] = ACTIONS(3008), [anon_sym_extern] = ACTIONS(3008), [anon_sym___attribute__] = ACTIONS(3008), [anon_sym_COLON_COLON] = ACTIONS(3010), [anon_sym_LBRACK_LBRACK] = ACTIONS(3010), [anon_sym___declspec] = ACTIONS(3008), [anon_sym___based] = ACTIONS(3008), [anon_sym___cdecl] = ACTIONS(3008), [anon_sym___clrcall] = ACTIONS(3008), [anon_sym___stdcall] = ACTIONS(3008), [anon_sym___fastcall] = ACTIONS(3008), [anon_sym___thiscall] = ACTIONS(3008), [anon_sym___vectorcall] = ACTIONS(3008), [anon_sym_LBRACE] = ACTIONS(3010), [anon_sym_signed] = ACTIONS(3008), [anon_sym_unsigned] = ACTIONS(3008), [anon_sym_long] = ACTIONS(3008), [anon_sym_short] = ACTIONS(3008), [anon_sym_LBRACK] = ACTIONS(3008), [anon_sym_static] = ACTIONS(3008), [anon_sym_register] = ACTIONS(3008), [anon_sym_inline] = ACTIONS(3008), [anon_sym_thread_local] = ACTIONS(3008), [anon_sym_const] = ACTIONS(3008), [anon_sym_constexpr] = ACTIONS(3008), [anon_sym_volatile] = ACTIONS(3008), [anon_sym_restrict] = ACTIONS(3008), [anon_sym___restrict__] = ACTIONS(3008), [anon_sym__Atomic] = ACTIONS(3008), [anon_sym__Noreturn] = ACTIONS(3008), [anon_sym_noreturn] = ACTIONS(3008), [anon_sym_mutable] = ACTIONS(3008), [anon_sym_constinit] = ACTIONS(3008), [anon_sym_consteval] = ACTIONS(3008), [sym_primitive_type] = ACTIONS(3008), [anon_sym_enum] = ACTIONS(3008), [anon_sym_class] = ACTIONS(3008), [anon_sym_struct] = ACTIONS(3008), [anon_sym_union] = ACTIONS(3008), [anon_sym_if] = ACTIONS(3008), [anon_sym_else] = ACTIONS(3008), [anon_sym_switch] = ACTIONS(3008), [anon_sym_case] = ACTIONS(3008), [anon_sym_default] = ACTIONS(3008), [anon_sym_while] = ACTIONS(3008), [anon_sym_do] = ACTIONS(3008), [anon_sym_for] = ACTIONS(3008), [anon_sym_return] = ACTIONS(3008), [anon_sym_break] = ACTIONS(3008), [anon_sym_continue] = ACTIONS(3008), [anon_sym_goto] = ACTIONS(3008), [anon_sym_not] = ACTIONS(3008), [anon_sym_compl] = ACTIONS(3008), [anon_sym_DASH_DASH] = ACTIONS(3010), [anon_sym_PLUS_PLUS] = ACTIONS(3010), [anon_sym_sizeof] = ACTIONS(3008), [anon_sym_offsetof] = ACTIONS(3008), [anon_sym__Generic] = ACTIONS(3008), [anon_sym_asm] = ACTIONS(3008), [anon_sym___asm__] = ACTIONS(3008), [sym_number_literal] = ACTIONS(3010), [anon_sym_L_SQUOTE] = ACTIONS(3010), [anon_sym_u_SQUOTE] = ACTIONS(3010), [anon_sym_U_SQUOTE] = ACTIONS(3010), [anon_sym_u8_SQUOTE] = ACTIONS(3010), [anon_sym_SQUOTE] = ACTIONS(3010), [anon_sym_L_DQUOTE] = ACTIONS(3010), [anon_sym_u_DQUOTE] = ACTIONS(3010), [anon_sym_U_DQUOTE] = ACTIONS(3010), [anon_sym_u8_DQUOTE] = ACTIONS(3010), [anon_sym_DQUOTE] = ACTIONS(3010), [sym_true] = ACTIONS(3008), [sym_false] = ACTIONS(3008), [anon_sym_NULL] = ACTIONS(3008), [anon_sym_nullptr] = ACTIONS(3008), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3008), [anon_sym_decltype] = ACTIONS(3008), [anon_sym_virtual] = ACTIONS(3008), [anon_sym_explicit] = ACTIONS(3008), [anon_sym_typename] = ACTIONS(3008), [anon_sym_template] = ACTIONS(3008), [anon_sym_operator] = ACTIONS(3008), [anon_sym_try] = ACTIONS(3008), [anon_sym_delete] = ACTIONS(3008), [anon_sym_throw] = ACTIONS(3008), [anon_sym_namespace] = ACTIONS(3008), [anon_sym_using] = ACTIONS(3008), [anon_sym_static_assert] = ACTIONS(3008), [anon_sym_concept] = ACTIONS(3008), [anon_sym_co_return] = ACTIONS(3008), [anon_sym_co_yield] = ACTIONS(3008), [anon_sym_R_DQUOTE] = ACTIONS(3010), [anon_sym_LR_DQUOTE] = ACTIONS(3010), [anon_sym_uR_DQUOTE] = ACTIONS(3010), [anon_sym_UR_DQUOTE] = ACTIONS(3010), [anon_sym_u8R_DQUOTE] = ACTIONS(3010), [anon_sym_co_await] = ACTIONS(3008), [anon_sym_new] = ACTIONS(3008), [anon_sym_requires] = ACTIONS(3008), [sym_this] = ACTIONS(3008), }, [952] = { [sym_identifier] = ACTIONS(3111), [aux_sym_preproc_include_token1] = ACTIONS(3111), [aux_sym_preproc_def_token1] = ACTIONS(3111), [aux_sym_preproc_if_token1] = ACTIONS(3111), [aux_sym_preproc_if_token2] = ACTIONS(3111), [aux_sym_preproc_ifdef_token1] = ACTIONS(3111), [aux_sym_preproc_ifdef_token2] = ACTIONS(3111), [sym_preproc_directive] = ACTIONS(3111), [anon_sym_LPAREN2] = ACTIONS(3113), [anon_sym_BANG] = ACTIONS(3113), [anon_sym_TILDE] = ACTIONS(3113), [anon_sym_DASH] = ACTIONS(3111), [anon_sym_PLUS] = ACTIONS(3111), [anon_sym_STAR] = ACTIONS(3113), [anon_sym_AMP_AMP] = ACTIONS(3113), [anon_sym_AMP] = ACTIONS(3111), [anon_sym_SEMI] = ACTIONS(3113), [anon_sym_typedef] = ACTIONS(3111), [anon_sym_extern] = ACTIONS(3111), [anon_sym___attribute__] = ACTIONS(3111), [anon_sym_COLON_COLON] = ACTIONS(3113), [anon_sym_LBRACK_LBRACK] = ACTIONS(3113), [anon_sym___declspec] = ACTIONS(3111), [anon_sym___based] = ACTIONS(3111), [anon_sym___cdecl] = ACTIONS(3111), [anon_sym___clrcall] = ACTIONS(3111), [anon_sym___stdcall] = ACTIONS(3111), [anon_sym___fastcall] = ACTIONS(3111), [anon_sym___thiscall] = ACTIONS(3111), [anon_sym___vectorcall] = ACTIONS(3111), [anon_sym_LBRACE] = ACTIONS(3113), [anon_sym_signed] = ACTIONS(3111), [anon_sym_unsigned] = ACTIONS(3111), [anon_sym_long] = ACTIONS(3111), [anon_sym_short] = ACTIONS(3111), [anon_sym_LBRACK] = ACTIONS(3111), [anon_sym_static] = ACTIONS(3111), [anon_sym_register] = ACTIONS(3111), [anon_sym_inline] = ACTIONS(3111), [anon_sym_thread_local] = ACTIONS(3111), [anon_sym_const] = ACTIONS(3111), [anon_sym_constexpr] = ACTIONS(3111), [anon_sym_volatile] = ACTIONS(3111), [anon_sym_restrict] = ACTIONS(3111), [anon_sym___restrict__] = ACTIONS(3111), [anon_sym__Atomic] = ACTIONS(3111), [anon_sym__Noreturn] = ACTIONS(3111), [anon_sym_noreturn] = ACTIONS(3111), [anon_sym_mutable] = ACTIONS(3111), [anon_sym_constinit] = ACTIONS(3111), [anon_sym_consteval] = ACTIONS(3111), [sym_primitive_type] = ACTIONS(3111), [anon_sym_enum] = ACTIONS(3111), [anon_sym_class] = ACTIONS(3111), [anon_sym_struct] = ACTIONS(3111), [anon_sym_union] = ACTIONS(3111), [anon_sym_if] = ACTIONS(3111), [anon_sym_else] = ACTIONS(3111), [anon_sym_switch] = ACTIONS(3111), [anon_sym_case] = ACTIONS(3111), [anon_sym_default] = ACTIONS(3111), [anon_sym_while] = ACTIONS(3111), [anon_sym_do] = ACTIONS(3111), [anon_sym_for] = ACTIONS(3111), [anon_sym_return] = ACTIONS(3111), [anon_sym_break] = ACTIONS(3111), [anon_sym_continue] = ACTIONS(3111), [anon_sym_goto] = ACTIONS(3111), [anon_sym_not] = ACTIONS(3111), [anon_sym_compl] = ACTIONS(3111), [anon_sym_DASH_DASH] = ACTIONS(3113), [anon_sym_PLUS_PLUS] = ACTIONS(3113), [anon_sym_sizeof] = ACTIONS(3111), [anon_sym_offsetof] = ACTIONS(3111), [anon_sym__Generic] = ACTIONS(3111), [anon_sym_asm] = ACTIONS(3111), [anon_sym___asm__] = ACTIONS(3111), [sym_number_literal] = ACTIONS(3113), [anon_sym_L_SQUOTE] = ACTIONS(3113), [anon_sym_u_SQUOTE] = ACTIONS(3113), [anon_sym_U_SQUOTE] = ACTIONS(3113), [anon_sym_u8_SQUOTE] = ACTIONS(3113), [anon_sym_SQUOTE] = ACTIONS(3113), [anon_sym_L_DQUOTE] = ACTIONS(3113), [anon_sym_u_DQUOTE] = ACTIONS(3113), [anon_sym_U_DQUOTE] = ACTIONS(3113), [anon_sym_u8_DQUOTE] = ACTIONS(3113), [anon_sym_DQUOTE] = ACTIONS(3113), [sym_true] = ACTIONS(3111), [sym_false] = ACTIONS(3111), [anon_sym_NULL] = ACTIONS(3111), [anon_sym_nullptr] = ACTIONS(3111), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3111), [anon_sym_decltype] = ACTIONS(3111), [anon_sym_virtual] = ACTIONS(3111), [anon_sym_explicit] = ACTIONS(3111), [anon_sym_typename] = ACTIONS(3111), [anon_sym_template] = ACTIONS(3111), [anon_sym_operator] = ACTIONS(3111), [anon_sym_try] = ACTIONS(3111), [anon_sym_delete] = ACTIONS(3111), [anon_sym_throw] = ACTIONS(3111), [anon_sym_namespace] = ACTIONS(3111), [anon_sym_using] = ACTIONS(3111), [anon_sym_static_assert] = ACTIONS(3111), [anon_sym_concept] = ACTIONS(3111), [anon_sym_co_return] = ACTIONS(3111), [anon_sym_co_yield] = ACTIONS(3111), [anon_sym_R_DQUOTE] = ACTIONS(3113), [anon_sym_LR_DQUOTE] = ACTIONS(3113), [anon_sym_uR_DQUOTE] = ACTIONS(3113), [anon_sym_UR_DQUOTE] = ACTIONS(3113), [anon_sym_u8R_DQUOTE] = ACTIONS(3113), [anon_sym_co_await] = ACTIONS(3111), [anon_sym_new] = ACTIONS(3111), [anon_sym_requires] = ACTIONS(3111), [sym_this] = ACTIONS(3111), }, [953] = { [ts_builtin_sym_end] = ACTIONS(3046), [sym_identifier] = ACTIONS(3044), [aux_sym_preproc_include_token1] = ACTIONS(3044), [aux_sym_preproc_def_token1] = ACTIONS(3044), [aux_sym_preproc_if_token1] = ACTIONS(3044), [aux_sym_preproc_ifdef_token1] = ACTIONS(3044), [aux_sym_preproc_ifdef_token2] = ACTIONS(3044), [sym_preproc_directive] = ACTIONS(3044), [anon_sym_LPAREN2] = ACTIONS(3046), [anon_sym_BANG] = ACTIONS(3046), [anon_sym_TILDE] = ACTIONS(3046), [anon_sym_DASH] = ACTIONS(3044), [anon_sym_PLUS] = ACTIONS(3044), [anon_sym_STAR] = ACTIONS(3046), [anon_sym_AMP_AMP] = ACTIONS(3046), [anon_sym_AMP] = ACTIONS(3044), [anon_sym_SEMI] = ACTIONS(3046), [anon_sym_typedef] = ACTIONS(3044), [anon_sym_extern] = ACTIONS(3044), [anon_sym___attribute__] = ACTIONS(3044), [anon_sym_COLON_COLON] = ACTIONS(3046), [anon_sym_LBRACK_LBRACK] = ACTIONS(3046), [anon_sym___declspec] = ACTIONS(3044), [anon_sym___based] = ACTIONS(3044), [anon_sym___cdecl] = ACTIONS(3044), [anon_sym___clrcall] = ACTIONS(3044), [anon_sym___stdcall] = ACTIONS(3044), [anon_sym___fastcall] = ACTIONS(3044), [anon_sym___thiscall] = ACTIONS(3044), [anon_sym___vectorcall] = ACTIONS(3044), [anon_sym_LBRACE] = ACTIONS(3046), [anon_sym_signed] = ACTIONS(3044), [anon_sym_unsigned] = ACTIONS(3044), [anon_sym_long] = ACTIONS(3044), [anon_sym_short] = ACTIONS(3044), [anon_sym_LBRACK] = ACTIONS(3044), [anon_sym_static] = ACTIONS(3044), [anon_sym_register] = ACTIONS(3044), [anon_sym_inline] = ACTIONS(3044), [anon_sym_thread_local] = ACTIONS(3044), [anon_sym_const] = ACTIONS(3044), [anon_sym_constexpr] = ACTIONS(3044), [anon_sym_volatile] = ACTIONS(3044), [anon_sym_restrict] = ACTIONS(3044), [anon_sym___restrict__] = ACTIONS(3044), [anon_sym__Atomic] = ACTIONS(3044), [anon_sym__Noreturn] = ACTIONS(3044), [anon_sym_noreturn] = ACTIONS(3044), [anon_sym_mutable] = ACTIONS(3044), [anon_sym_constinit] = ACTIONS(3044), [anon_sym_consteval] = ACTIONS(3044), [sym_primitive_type] = ACTIONS(3044), [anon_sym_enum] = ACTIONS(3044), [anon_sym_class] = ACTIONS(3044), [anon_sym_struct] = ACTIONS(3044), [anon_sym_union] = ACTIONS(3044), [anon_sym_if] = ACTIONS(3044), [anon_sym_else] = ACTIONS(3044), [anon_sym_switch] = ACTIONS(3044), [anon_sym_case] = ACTIONS(3044), [anon_sym_default] = ACTIONS(3044), [anon_sym_while] = ACTIONS(3044), [anon_sym_do] = ACTIONS(3044), [anon_sym_for] = ACTIONS(3044), [anon_sym_return] = ACTIONS(3044), [anon_sym_break] = ACTIONS(3044), [anon_sym_continue] = ACTIONS(3044), [anon_sym_goto] = ACTIONS(3044), [anon_sym_not] = ACTIONS(3044), [anon_sym_compl] = ACTIONS(3044), [anon_sym_DASH_DASH] = ACTIONS(3046), [anon_sym_PLUS_PLUS] = ACTIONS(3046), [anon_sym_sizeof] = ACTIONS(3044), [anon_sym_offsetof] = ACTIONS(3044), [anon_sym__Generic] = ACTIONS(3044), [anon_sym_asm] = ACTIONS(3044), [anon_sym___asm__] = ACTIONS(3044), [sym_number_literal] = ACTIONS(3046), [anon_sym_L_SQUOTE] = ACTIONS(3046), [anon_sym_u_SQUOTE] = ACTIONS(3046), [anon_sym_U_SQUOTE] = ACTIONS(3046), [anon_sym_u8_SQUOTE] = ACTIONS(3046), [anon_sym_SQUOTE] = ACTIONS(3046), [anon_sym_L_DQUOTE] = ACTIONS(3046), [anon_sym_u_DQUOTE] = ACTIONS(3046), [anon_sym_U_DQUOTE] = ACTIONS(3046), [anon_sym_u8_DQUOTE] = ACTIONS(3046), [anon_sym_DQUOTE] = ACTIONS(3046), [sym_true] = ACTIONS(3044), [sym_false] = ACTIONS(3044), [anon_sym_NULL] = ACTIONS(3044), [anon_sym_nullptr] = ACTIONS(3044), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3044), [anon_sym_decltype] = ACTIONS(3044), [anon_sym_virtual] = ACTIONS(3044), [anon_sym_explicit] = ACTIONS(3044), [anon_sym_typename] = ACTIONS(3044), [anon_sym_template] = ACTIONS(3044), [anon_sym_operator] = ACTIONS(3044), [anon_sym_try] = ACTIONS(3044), [anon_sym_delete] = ACTIONS(3044), [anon_sym_throw] = ACTIONS(3044), [anon_sym_namespace] = ACTIONS(3044), [anon_sym_using] = ACTIONS(3044), [anon_sym_static_assert] = ACTIONS(3044), [anon_sym_concept] = ACTIONS(3044), [anon_sym_co_return] = ACTIONS(3044), [anon_sym_co_yield] = ACTIONS(3044), [anon_sym_R_DQUOTE] = ACTIONS(3046), [anon_sym_LR_DQUOTE] = ACTIONS(3046), [anon_sym_uR_DQUOTE] = ACTIONS(3046), [anon_sym_UR_DQUOTE] = ACTIONS(3046), [anon_sym_u8R_DQUOTE] = ACTIONS(3046), [anon_sym_co_await] = ACTIONS(3044), [anon_sym_new] = ACTIONS(3044), [anon_sym_requires] = ACTIONS(3044), [sym_this] = ACTIONS(3044), }, [954] = { [ts_builtin_sym_end] = ACTIONS(2916), [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [955] = { [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_if_token2] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [956] = { [ts_builtin_sym_end] = ACTIONS(2916), [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [957] = { [ts_builtin_sym_end] = ACTIONS(2916), [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [958] = { [ts_builtin_sym_end] = ACTIONS(2916), [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [959] = { [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_if_token2] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [960] = { [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_if_token2] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [961] = { [ts_builtin_sym_end] = ACTIONS(2916), [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [962] = { [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_if_token2] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [963] = { [sym_identifier] = ACTIONS(3024), [aux_sym_preproc_include_token1] = ACTIONS(3024), [aux_sym_preproc_def_token1] = ACTIONS(3024), [aux_sym_preproc_if_token1] = ACTIONS(3024), [aux_sym_preproc_if_token2] = ACTIONS(3024), [aux_sym_preproc_ifdef_token1] = ACTIONS(3024), [aux_sym_preproc_ifdef_token2] = ACTIONS(3024), [sym_preproc_directive] = ACTIONS(3024), [anon_sym_LPAREN2] = ACTIONS(3026), [anon_sym_BANG] = ACTIONS(3026), [anon_sym_TILDE] = ACTIONS(3026), [anon_sym_DASH] = ACTIONS(3024), [anon_sym_PLUS] = ACTIONS(3024), [anon_sym_STAR] = ACTIONS(3026), [anon_sym_AMP_AMP] = ACTIONS(3026), [anon_sym_AMP] = ACTIONS(3024), [anon_sym_SEMI] = ACTIONS(3026), [anon_sym_typedef] = ACTIONS(3024), [anon_sym_extern] = ACTIONS(3024), [anon_sym___attribute__] = ACTIONS(3024), [anon_sym_COLON_COLON] = ACTIONS(3026), [anon_sym_LBRACK_LBRACK] = ACTIONS(3026), [anon_sym___declspec] = ACTIONS(3024), [anon_sym___based] = ACTIONS(3024), [anon_sym___cdecl] = ACTIONS(3024), [anon_sym___clrcall] = ACTIONS(3024), [anon_sym___stdcall] = ACTIONS(3024), [anon_sym___fastcall] = ACTIONS(3024), [anon_sym___thiscall] = ACTIONS(3024), [anon_sym___vectorcall] = ACTIONS(3024), [anon_sym_LBRACE] = ACTIONS(3026), [anon_sym_signed] = ACTIONS(3024), [anon_sym_unsigned] = ACTIONS(3024), [anon_sym_long] = ACTIONS(3024), [anon_sym_short] = ACTIONS(3024), [anon_sym_LBRACK] = ACTIONS(3024), [anon_sym_static] = ACTIONS(3024), [anon_sym_register] = ACTIONS(3024), [anon_sym_inline] = ACTIONS(3024), [anon_sym_thread_local] = ACTIONS(3024), [anon_sym_const] = ACTIONS(3024), [anon_sym_constexpr] = ACTIONS(3024), [anon_sym_volatile] = ACTIONS(3024), [anon_sym_restrict] = ACTIONS(3024), [anon_sym___restrict__] = ACTIONS(3024), [anon_sym__Atomic] = ACTIONS(3024), [anon_sym__Noreturn] = ACTIONS(3024), [anon_sym_noreturn] = ACTIONS(3024), [anon_sym_mutable] = ACTIONS(3024), [anon_sym_constinit] = ACTIONS(3024), [anon_sym_consteval] = ACTIONS(3024), [sym_primitive_type] = ACTIONS(3024), [anon_sym_enum] = ACTIONS(3024), [anon_sym_class] = ACTIONS(3024), [anon_sym_struct] = ACTIONS(3024), [anon_sym_union] = ACTIONS(3024), [anon_sym_if] = ACTIONS(3024), [anon_sym_else] = ACTIONS(3024), [anon_sym_switch] = ACTIONS(3024), [anon_sym_case] = ACTIONS(3024), [anon_sym_default] = ACTIONS(3024), [anon_sym_while] = ACTIONS(3024), [anon_sym_do] = ACTIONS(3024), [anon_sym_for] = ACTIONS(3024), [anon_sym_return] = ACTIONS(3024), [anon_sym_break] = ACTIONS(3024), [anon_sym_continue] = ACTIONS(3024), [anon_sym_goto] = ACTIONS(3024), [anon_sym_not] = ACTIONS(3024), [anon_sym_compl] = ACTIONS(3024), [anon_sym_DASH_DASH] = ACTIONS(3026), [anon_sym_PLUS_PLUS] = ACTIONS(3026), [anon_sym_sizeof] = ACTIONS(3024), [anon_sym_offsetof] = ACTIONS(3024), [anon_sym__Generic] = ACTIONS(3024), [anon_sym_asm] = ACTIONS(3024), [anon_sym___asm__] = ACTIONS(3024), [sym_number_literal] = ACTIONS(3026), [anon_sym_L_SQUOTE] = ACTIONS(3026), [anon_sym_u_SQUOTE] = ACTIONS(3026), [anon_sym_U_SQUOTE] = ACTIONS(3026), [anon_sym_u8_SQUOTE] = ACTIONS(3026), [anon_sym_SQUOTE] = ACTIONS(3026), [anon_sym_L_DQUOTE] = ACTIONS(3026), [anon_sym_u_DQUOTE] = ACTIONS(3026), [anon_sym_U_DQUOTE] = ACTIONS(3026), [anon_sym_u8_DQUOTE] = ACTIONS(3026), [anon_sym_DQUOTE] = ACTIONS(3026), [sym_true] = ACTIONS(3024), [sym_false] = ACTIONS(3024), [anon_sym_NULL] = ACTIONS(3024), [anon_sym_nullptr] = ACTIONS(3024), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3024), [anon_sym_decltype] = ACTIONS(3024), [anon_sym_virtual] = ACTIONS(3024), [anon_sym_explicit] = ACTIONS(3024), [anon_sym_typename] = ACTIONS(3024), [anon_sym_template] = ACTIONS(3024), [anon_sym_operator] = ACTIONS(3024), [anon_sym_try] = ACTIONS(3024), [anon_sym_delete] = ACTIONS(3024), [anon_sym_throw] = ACTIONS(3024), [anon_sym_namespace] = ACTIONS(3024), [anon_sym_using] = ACTIONS(3024), [anon_sym_static_assert] = ACTIONS(3024), [anon_sym_concept] = ACTIONS(3024), [anon_sym_co_return] = ACTIONS(3024), [anon_sym_co_yield] = ACTIONS(3024), [anon_sym_R_DQUOTE] = ACTIONS(3026), [anon_sym_LR_DQUOTE] = ACTIONS(3026), [anon_sym_uR_DQUOTE] = ACTIONS(3026), [anon_sym_UR_DQUOTE] = ACTIONS(3026), [anon_sym_u8R_DQUOTE] = ACTIONS(3026), [anon_sym_co_await] = ACTIONS(3024), [anon_sym_new] = ACTIONS(3024), [anon_sym_requires] = ACTIONS(3024), [sym_this] = ACTIONS(3024), }, [964] = { [ts_builtin_sym_end] = ACTIONS(2916), [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [965] = { [ts_builtin_sym_end] = ACTIONS(3105), [sym_identifier] = ACTIONS(3103), [aux_sym_preproc_include_token1] = ACTIONS(3103), [aux_sym_preproc_def_token1] = ACTIONS(3103), [aux_sym_preproc_if_token1] = ACTIONS(3103), [aux_sym_preproc_ifdef_token1] = ACTIONS(3103), [aux_sym_preproc_ifdef_token2] = ACTIONS(3103), [sym_preproc_directive] = ACTIONS(3103), [anon_sym_LPAREN2] = ACTIONS(3105), [anon_sym_BANG] = ACTIONS(3105), [anon_sym_TILDE] = ACTIONS(3105), [anon_sym_DASH] = ACTIONS(3103), [anon_sym_PLUS] = ACTIONS(3103), [anon_sym_STAR] = ACTIONS(3105), [anon_sym_AMP_AMP] = ACTIONS(3105), [anon_sym_AMP] = ACTIONS(3103), [anon_sym_SEMI] = ACTIONS(3105), [anon_sym_typedef] = ACTIONS(3103), [anon_sym_extern] = ACTIONS(3103), [anon_sym___attribute__] = ACTIONS(3103), [anon_sym_COLON_COLON] = ACTIONS(3105), [anon_sym_LBRACK_LBRACK] = ACTIONS(3105), [anon_sym___declspec] = ACTIONS(3103), [anon_sym___based] = ACTIONS(3103), [anon_sym___cdecl] = ACTIONS(3103), [anon_sym___clrcall] = ACTIONS(3103), [anon_sym___stdcall] = ACTIONS(3103), [anon_sym___fastcall] = ACTIONS(3103), [anon_sym___thiscall] = ACTIONS(3103), [anon_sym___vectorcall] = ACTIONS(3103), [anon_sym_LBRACE] = ACTIONS(3105), [anon_sym_signed] = ACTIONS(3103), [anon_sym_unsigned] = ACTIONS(3103), [anon_sym_long] = ACTIONS(3103), [anon_sym_short] = ACTIONS(3103), [anon_sym_LBRACK] = ACTIONS(3103), [anon_sym_static] = ACTIONS(3103), [anon_sym_register] = ACTIONS(3103), [anon_sym_inline] = ACTIONS(3103), [anon_sym_thread_local] = ACTIONS(3103), [anon_sym_const] = ACTIONS(3103), [anon_sym_constexpr] = ACTIONS(3103), [anon_sym_volatile] = ACTIONS(3103), [anon_sym_restrict] = ACTIONS(3103), [anon_sym___restrict__] = ACTIONS(3103), [anon_sym__Atomic] = ACTIONS(3103), [anon_sym__Noreturn] = ACTIONS(3103), [anon_sym_noreturn] = ACTIONS(3103), [anon_sym_mutable] = ACTIONS(3103), [anon_sym_constinit] = ACTIONS(3103), [anon_sym_consteval] = ACTIONS(3103), [sym_primitive_type] = ACTIONS(3103), [anon_sym_enum] = ACTIONS(3103), [anon_sym_class] = ACTIONS(3103), [anon_sym_struct] = ACTIONS(3103), [anon_sym_union] = ACTIONS(3103), [anon_sym_if] = ACTIONS(3103), [anon_sym_else] = ACTIONS(3103), [anon_sym_switch] = ACTIONS(3103), [anon_sym_case] = ACTIONS(3103), [anon_sym_default] = ACTIONS(3103), [anon_sym_while] = ACTIONS(3103), [anon_sym_do] = ACTIONS(3103), [anon_sym_for] = ACTIONS(3103), [anon_sym_return] = ACTIONS(3103), [anon_sym_break] = ACTIONS(3103), [anon_sym_continue] = ACTIONS(3103), [anon_sym_goto] = ACTIONS(3103), [anon_sym_not] = ACTIONS(3103), [anon_sym_compl] = ACTIONS(3103), [anon_sym_DASH_DASH] = ACTIONS(3105), [anon_sym_PLUS_PLUS] = ACTIONS(3105), [anon_sym_sizeof] = ACTIONS(3103), [anon_sym_offsetof] = ACTIONS(3103), [anon_sym__Generic] = ACTIONS(3103), [anon_sym_asm] = ACTIONS(3103), [anon_sym___asm__] = ACTIONS(3103), [sym_number_literal] = ACTIONS(3105), [anon_sym_L_SQUOTE] = ACTIONS(3105), [anon_sym_u_SQUOTE] = ACTIONS(3105), [anon_sym_U_SQUOTE] = ACTIONS(3105), [anon_sym_u8_SQUOTE] = ACTIONS(3105), [anon_sym_SQUOTE] = ACTIONS(3105), [anon_sym_L_DQUOTE] = ACTIONS(3105), [anon_sym_u_DQUOTE] = ACTIONS(3105), [anon_sym_U_DQUOTE] = ACTIONS(3105), [anon_sym_u8_DQUOTE] = ACTIONS(3105), [anon_sym_DQUOTE] = ACTIONS(3105), [sym_true] = ACTIONS(3103), [sym_false] = ACTIONS(3103), [anon_sym_NULL] = ACTIONS(3103), [anon_sym_nullptr] = ACTIONS(3103), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3103), [anon_sym_decltype] = ACTIONS(3103), [anon_sym_virtual] = ACTIONS(3103), [anon_sym_explicit] = ACTIONS(3103), [anon_sym_typename] = ACTIONS(3103), [anon_sym_template] = ACTIONS(3103), [anon_sym_operator] = ACTIONS(3103), [anon_sym_try] = ACTIONS(3103), [anon_sym_delete] = ACTIONS(3103), [anon_sym_throw] = ACTIONS(3103), [anon_sym_namespace] = ACTIONS(3103), [anon_sym_using] = ACTIONS(3103), [anon_sym_static_assert] = ACTIONS(3103), [anon_sym_concept] = ACTIONS(3103), [anon_sym_co_return] = ACTIONS(3103), [anon_sym_co_yield] = ACTIONS(3103), [anon_sym_R_DQUOTE] = ACTIONS(3105), [anon_sym_LR_DQUOTE] = ACTIONS(3105), [anon_sym_uR_DQUOTE] = ACTIONS(3105), [anon_sym_UR_DQUOTE] = ACTIONS(3105), [anon_sym_u8R_DQUOTE] = ACTIONS(3105), [anon_sym_co_await] = ACTIONS(3103), [anon_sym_new] = ACTIONS(3103), [anon_sym_requires] = ACTIONS(3103), [sym_this] = ACTIONS(3103), }, [966] = { [ts_builtin_sym_end] = ACTIONS(2916), [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [967] = { [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_if_token2] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [968] = { [ts_builtin_sym_end] = ACTIONS(2916), [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [969] = { [ts_builtin_sym_end] = ACTIONS(2916), [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [970] = { [sym_identifier] = ACTIONS(2542), [aux_sym_preproc_include_token1] = ACTIONS(2542), [aux_sym_preproc_def_token1] = ACTIONS(2542), [anon_sym_COMMA] = ACTIONS(2966), [aux_sym_preproc_if_token1] = ACTIONS(2542), [aux_sym_preproc_if_token2] = ACTIONS(2542), [aux_sym_preproc_ifdef_token1] = ACTIONS(2542), [aux_sym_preproc_ifdef_token2] = ACTIONS(2542), [sym_preproc_directive] = ACTIONS(2542), [anon_sym_LPAREN2] = ACTIONS(2540), [anon_sym_BANG] = ACTIONS(2540), [anon_sym_TILDE] = ACTIONS(2540), [anon_sym_DASH] = ACTIONS(2542), [anon_sym_PLUS] = ACTIONS(2542), [anon_sym_STAR] = ACTIONS(2540), [anon_sym_AMP_AMP] = ACTIONS(2540), [anon_sym_AMP] = ACTIONS(2542), [anon_sym_SEMI] = ACTIONS(2966), [anon_sym_typedef] = ACTIONS(2542), [anon_sym_extern] = ACTIONS(2542), [anon_sym___attribute__] = ACTIONS(2542), [anon_sym_COLON_COLON] = ACTIONS(2540), [anon_sym_LBRACK_LBRACK] = ACTIONS(2540), [anon_sym___declspec] = ACTIONS(2542), [anon_sym___based] = ACTIONS(2542), [anon_sym___cdecl] = ACTIONS(2542), [anon_sym___clrcall] = ACTIONS(2542), [anon_sym___stdcall] = ACTIONS(2542), [anon_sym___fastcall] = ACTIONS(2542), [anon_sym___thiscall] = ACTIONS(2542), [anon_sym___vectorcall] = ACTIONS(2542), [anon_sym_LBRACE] = ACTIONS(2540), [anon_sym_signed] = ACTIONS(2542), [anon_sym_unsigned] = ACTIONS(2542), [anon_sym_long] = ACTIONS(2542), [anon_sym_short] = ACTIONS(2542), [anon_sym_LBRACK] = ACTIONS(2542), [anon_sym_static] = ACTIONS(2542), [anon_sym_register] = ACTIONS(2542), [anon_sym_inline] = ACTIONS(2542), [anon_sym_thread_local] = ACTIONS(2542), [anon_sym_const] = ACTIONS(2542), [anon_sym_constexpr] = ACTIONS(2542), [anon_sym_volatile] = ACTIONS(2542), [anon_sym_restrict] = ACTIONS(2542), [anon_sym___restrict__] = ACTIONS(2542), [anon_sym__Atomic] = ACTIONS(2542), [anon_sym__Noreturn] = ACTIONS(2542), [anon_sym_noreturn] = ACTIONS(2542), [anon_sym_mutable] = ACTIONS(2542), [anon_sym_constinit] = ACTIONS(2542), [anon_sym_consteval] = ACTIONS(2542), [sym_primitive_type] = ACTIONS(2542), [anon_sym_enum] = ACTIONS(2542), [anon_sym_class] = ACTIONS(2542), [anon_sym_struct] = ACTIONS(2542), [anon_sym_union] = ACTIONS(2542), [anon_sym_if] = ACTIONS(2542), [anon_sym_switch] = ACTIONS(2542), [anon_sym_case] = ACTIONS(2542), [anon_sym_default] = ACTIONS(2542), [anon_sym_while] = ACTIONS(2542), [anon_sym_do] = ACTIONS(2542), [anon_sym_for] = ACTIONS(2542), [anon_sym_return] = ACTIONS(2542), [anon_sym_break] = ACTIONS(2542), [anon_sym_continue] = ACTIONS(2542), [anon_sym_goto] = ACTIONS(2542), [anon_sym_not] = ACTIONS(2542), [anon_sym_compl] = ACTIONS(2542), [anon_sym_DASH_DASH] = ACTIONS(2540), [anon_sym_PLUS_PLUS] = ACTIONS(2540), [anon_sym_sizeof] = ACTIONS(2542), [anon_sym_offsetof] = ACTIONS(2542), [anon_sym__Generic] = ACTIONS(2542), [anon_sym_asm] = ACTIONS(2542), [anon_sym___asm__] = ACTIONS(2542), [sym_number_literal] = ACTIONS(2540), [anon_sym_L_SQUOTE] = ACTIONS(2540), [anon_sym_u_SQUOTE] = ACTIONS(2540), [anon_sym_U_SQUOTE] = ACTIONS(2540), [anon_sym_u8_SQUOTE] = ACTIONS(2540), [anon_sym_SQUOTE] = ACTIONS(2540), [anon_sym_L_DQUOTE] = ACTIONS(2540), [anon_sym_u_DQUOTE] = ACTIONS(2540), [anon_sym_U_DQUOTE] = ACTIONS(2540), [anon_sym_u8_DQUOTE] = ACTIONS(2540), [anon_sym_DQUOTE] = ACTIONS(2540), [sym_true] = ACTIONS(2542), [sym_false] = ACTIONS(2542), [anon_sym_NULL] = ACTIONS(2542), [anon_sym_nullptr] = ACTIONS(2542), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2542), [anon_sym_decltype] = ACTIONS(2542), [anon_sym_virtual] = ACTIONS(2542), [anon_sym_explicit] = ACTIONS(2542), [anon_sym_typename] = ACTIONS(2542), [anon_sym_template] = ACTIONS(2542), [anon_sym_operator] = ACTIONS(2542), [anon_sym_try] = ACTIONS(2542), [anon_sym_delete] = ACTIONS(2542), [anon_sym_throw] = ACTIONS(2542), [anon_sym_namespace] = ACTIONS(2542), [anon_sym_using] = ACTIONS(2542), [anon_sym_static_assert] = ACTIONS(2542), [anon_sym_concept] = ACTIONS(2542), [anon_sym_co_return] = ACTIONS(2542), [anon_sym_co_yield] = ACTIONS(2542), [anon_sym_R_DQUOTE] = ACTIONS(2540), [anon_sym_LR_DQUOTE] = ACTIONS(2540), [anon_sym_uR_DQUOTE] = ACTIONS(2540), [anon_sym_UR_DQUOTE] = ACTIONS(2540), [anon_sym_u8R_DQUOTE] = ACTIONS(2540), [anon_sym_co_await] = ACTIONS(2542), [anon_sym_new] = ACTIONS(2542), [anon_sym_requires] = ACTIONS(2542), [sym_this] = ACTIONS(2542), }, [971] = { [ts_builtin_sym_end] = ACTIONS(2916), [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [972] = { [ts_builtin_sym_end] = ACTIONS(2916), [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [973] = { [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_if_token2] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [974] = { [ts_builtin_sym_end] = ACTIONS(2540), [sym_identifier] = ACTIONS(2542), [aux_sym_preproc_include_token1] = ACTIONS(2542), [aux_sym_preproc_def_token1] = ACTIONS(2542), [anon_sym_COMMA] = ACTIONS(2966), [aux_sym_preproc_if_token1] = ACTIONS(2542), [aux_sym_preproc_ifdef_token1] = ACTIONS(2542), [aux_sym_preproc_ifdef_token2] = ACTIONS(2542), [sym_preproc_directive] = ACTIONS(2542), [anon_sym_LPAREN2] = ACTIONS(2540), [anon_sym_BANG] = ACTIONS(2540), [anon_sym_TILDE] = ACTIONS(2540), [anon_sym_DASH] = ACTIONS(2542), [anon_sym_PLUS] = ACTIONS(2542), [anon_sym_STAR] = ACTIONS(2540), [anon_sym_AMP_AMP] = ACTIONS(2540), [anon_sym_AMP] = ACTIONS(2542), [anon_sym_SEMI] = ACTIONS(2966), [anon_sym_typedef] = ACTIONS(2542), [anon_sym_extern] = ACTIONS(2542), [anon_sym___attribute__] = ACTIONS(2542), [anon_sym_COLON_COLON] = ACTIONS(2540), [anon_sym_LBRACK_LBRACK] = ACTIONS(2540), [anon_sym___declspec] = ACTIONS(2542), [anon_sym___based] = ACTIONS(2542), [anon_sym___cdecl] = ACTIONS(2542), [anon_sym___clrcall] = ACTIONS(2542), [anon_sym___stdcall] = ACTIONS(2542), [anon_sym___fastcall] = ACTIONS(2542), [anon_sym___thiscall] = ACTIONS(2542), [anon_sym___vectorcall] = ACTIONS(2542), [anon_sym_LBRACE] = ACTIONS(2540), [anon_sym_signed] = ACTIONS(2542), [anon_sym_unsigned] = ACTIONS(2542), [anon_sym_long] = ACTIONS(2542), [anon_sym_short] = ACTIONS(2542), [anon_sym_LBRACK] = ACTIONS(2542), [anon_sym_static] = ACTIONS(2542), [anon_sym_register] = ACTIONS(2542), [anon_sym_inline] = ACTIONS(2542), [anon_sym_thread_local] = ACTIONS(2542), [anon_sym_const] = ACTIONS(2542), [anon_sym_constexpr] = ACTIONS(2542), [anon_sym_volatile] = ACTIONS(2542), [anon_sym_restrict] = ACTIONS(2542), [anon_sym___restrict__] = ACTIONS(2542), [anon_sym__Atomic] = ACTIONS(2542), [anon_sym__Noreturn] = ACTIONS(2542), [anon_sym_noreturn] = ACTIONS(2542), [anon_sym_mutable] = ACTIONS(2542), [anon_sym_constinit] = ACTIONS(2542), [anon_sym_consteval] = ACTIONS(2542), [sym_primitive_type] = ACTIONS(2542), [anon_sym_enum] = ACTIONS(2542), [anon_sym_class] = ACTIONS(2542), [anon_sym_struct] = ACTIONS(2542), [anon_sym_union] = ACTIONS(2542), [anon_sym_if] = ACTIONS(2542), [anon_sym_switch] = ACTIONS(2542), [anon_sym_case] = ACTIONS(2542), [anon_sym_default] = ACTIONS(2542), [anon_sym_while] = ACTIONS(2542), [anon_sym_do] = ACTIONS(2542), [anon_sym_for] = ACTIONS(2542), [anon_sym_return] = ACTIONS(2542), [anon_sym_break] = ACTIONS(2542), [anon_sym_continue] = ACTIONS(2542), [anon_sym_goto] = ACTIONS(2542), [anon_sym_not] = ACTIONS(2542), [anon_sym_compl] = ACTIONS(2542), [anon_sym_DASH_DASH] = ACTIONS(2540), [anon_sym_PLUS_PLUS] = ACTIONS(2540), [anon_sym_sizeof] = ACTIONS(2542), [anon_sym_offsetof] = ACTIONS(2542), [anon_sym__Generic] = ACTIONS(2542), [anon_sym_asm] = ACTIONS(2542), [anon_sym___asm__] = ACTIONS(2542), [sym_number_literal] = ACTIONS(2540), [anon_sym_L_SQUOTE] = ACTIONS(2540), [anon_sym_u_SQUOTE] = ACTIONS(2540), [anon_sym_U_SQUOTE] = ACTIONS(2540), [anon_sym_u8_SQUOTE] = ACTIONS(2540), [anon_sym_SQUOTE] = ACTIONS(2540), [anon_sym_L_DQUOTE] = ACTIONS(2540), [anon_sym_u_DQUOTE] = ACTIONS(2540), [anon_sym_U_DQUOTE] = ACTIONS(2540), [anon_sym_u8_DQUOTE] = ACTIONS(2540), [anon_sym_DQUOTE] = ACTIONS(2540), [sym_true] = ACTIONS(2542), [sym_false] = ACTIONS(2542), [anon_sym_NULL] = ACTIONS(2542), [anon_sym_nullptr] = ACTIONS(2542), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2542), [anon_sym_decltype] = ACTIONS(2542), [anon_sym_virtual] = ACTIONS(2542), [anon_sym_explicit] = ACTIONS(2542), [anon_sym_typename] = ACTIONS(2542), [anon_sym_template] = ACTIONS(2542), [anon_sym_operator] = ACTIONS(2542), [anon_sym_try] = ACTIONS(2542), [anon_sym_delete] = ACTIONS(2542), [anon_sym_throw] = ACTIONS(2542), [anon_sym_namespace] = ACTIONS(2542), [anon_sym_using] = ACTIONS(2542), [anon_sym_static_assert] = ACTIONS(2542), [anon_sym_concept] = ACTIONS(2542), [anon_sym_co_return] = ACTIONS(2542), [anon_sym_co_yield] = ACTIONS(2542), [anon_sym_R_DQUOTE] = ACTIONS(2540), [anon_sym_LR_DQUOTE] = ACTIONS(2540), [anon_sym_uR_DQUOTE] = ACTIONS(2540), [anon_sym_UR_DQUOTE] = ACTIONS(2540), [anon_sym_u8R_DQUOTE] = ACTIONS(2540), [anon_sym_co_await] = ACTIONS(2542), [anon_sym_new] = ACTIONS(2542), [anon_sym_requires] = ACTIONS(2542), [sym_this] = ACTIONS(2542), }, [975] = { [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_if_token2] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [976] = { [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_if_token2] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [977] = { [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_if_token2] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [978] = { [ts_builtin_sym_end] = ACTIONS(2916), [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [979] = { [ts_builtin_sym_end] = ACTIONS(3058), [sym_identifier] = ACTIONS(3056), [aux_sym_preproc_include_token1] = ACTIONS(3056), [aux_sym_preproc_def_token1] = ACTIONS(3056), [aux_sym_preproc_if_token1] = ACTIONS(3056), [aux_sym_preproc_ifdef_token1] = ACTIONS(3056), [aux_sym_preproc_ifdef_token2] = ACTIONS(3056), [sym_preproc_directive] = ACTIONS(3056), [anon_sym_LPAREN2] = ACTIONS(3058), [anon_sym_BANG] = ACTIONS(3058), [anon_sym_TILDE] = ACTIONS(3058), [anon_sym_DASH] = ACTIONS(3056), [anon_sym_PLUS] = ACTIONS(3056), [anon_sym_STAR] = ACTIONS(3058), [anon_sym_AMP_AMP] = ACTIONS(3058), [anon_sym_AMP] = ACTIONS(3056), [anon_sym_SEMI] = ACTIONS(3058), [anon_sym_typedef] = ACTIONS(3056), [anon_sym_extern] = ACTIONS(3056), [anon_sym___attribute__] = ACTIONS(3056), [anon_sym_COLON_COLON] = ACTIONS(3058), [anon_sym_LBRACK_LBRACK] = ACTIONS(3058), [anon_sym___declspec] = ACTIONS(3056), [anon_sym___based] = ACTIONS(3056), [anon_sym___cdecl] = ACTIONS(3056), [anon_sym___clrcall] = ACTIONS(3056), [anon_sym___stdcall] = ACTIONS(3056), [anon_sym___fastcall] = ACTIONS(3056), [anon_sym___thiscall] = ACTIONS(3056), [anon_sym___vectorcall] = ACTIONS(3056), [anon_sym_LBRACE] = ACTIONS(3058), [anon_sym_signed] = ACTIONS(3056), [anon_sym_unsigned] = ACTIONS(3056), [anon_sym_long] = ACTIONS(3056), [anon_sym_short] = ACTIONS(3056), [anon_sym_LBRACK] = ACTIONS(3056), [anon_sym_static] = ACTIONS(3056), [anon_sym_register] = ACTIONS(3056), [anon_sym_inline] = ACTIONS(3056), [anon_sym_thread_local] = ACTIONS(3056), [anon_sym_const] = ACTIONS(3056), [anon_sym_constexpr] = ACTIONS(3056), [anon_sym_volatile] = ACTIONS(3056), [anon_sym_restrict] = ACTIONS(3056), [anon_sym___restrict__] = ACTIONS(3056), [anon_sym__Atomic] = ACTIONS(3056), [anon_sym__Noreturn] = ACTIONS(3056), [anon_sym_noreturn] = ACTIONS(3056), [anon_sym_mutable] = ACTIONS(3056), [anon_sym_constinit] = ACTIONS(3056), [anon_sym_consteval] = ACTIONS(3056), [sym_primitive_type] = ACTIONS(3056), [anon_sym_enum] = ACTIONS(3056), [anon_sym_class] = ACTIONS(3056), [anon_sym_struct] = ACTIONS(3056), [anon_sym_union] = ACTIONS(3056), [anon_sym_if] = ACTIONS(3056), [anon_sym_else] = ACTIONS(3056), [anon_sym_switch] = ACTIONS(3056), [anon_sym_case] = ACTIONS(3056), [anon_sym_default] = ACTIONS(3056), [anon_sym_while] = ACTIONS(3056), [anon_sym_do] = ACTIONS(3056), [anon_sym_for] = ACTIONS(3056), [anon_sym_return] = ACTIONS(3056), [anon_sym_break] = ACTIONS(3056), [anon_sym_continue] = ACTIONS(3056), [anon_sym_goto] = ACTIONS(3056), [anon_sym_not] = ACTIONS(3056), [anon_sym_compl] = ACTIONS(3056), [anon_sym_DASH_DASH] = ACTIONS(3058), [anon_sym_PLUS_PLUS] = ACTIONS(3058), [anon_sym_sizeof] = ACTIONS(3056), [anon_sym_offsetof] = ACTIONS(3056), [anon_sym__Generic] = ACTIONS(3056), [anon_sym_asm] = ACTIONS(3056), [anon_sym___asm__] = ACTIONS(3056), [sym_number_literal] = ACTIONS(3058), [anon_sym_L_SQUOTE] = ACTIONS(3058), [anon_sym_u_SQUOTE] = ACTIONS(3058), [anon_sym_U_SQUOTE] = ACTIONS(3058), [anon_sym_u8_SQUOTE] = ACTIONS(3058), [anon_sym_SQUOTE] = ACTIONS(3058), [anon_sym_L_DQUOTE] = ACTIONS(3058), [anon_sym_u_DQUOTE] = ACTIONS(3058), [anon_sym_U_DQUOTE] = ACTIONS(3058), [anon_sym_u8_DQUOTE] = ACTIONS(3058), [anon_sym_DQUOTE] = ACTIONS(3058), [sym_true] = ACTIONS(3056), [sym_false] = ACTIONS(3056), [anon_sym_NULL] = ACTIONS(3056), [anon_sym_nullptr] = ACTIONS(3056), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3056), [anon_sym_decltype] = ACTIONS(3056), [anon_sym_virtual] = ACTIONS(3056), [anon_sym_explicit] = ACTIONS(3056), [anon_sym_typename] = ACTIONS(3056), [anon_sym_template] = ACTIONS(3056), [anon_sym_operator] = ACTIONS(3056), [anon_sym_try] = ACTIONS(3056), [anon_sym_delete] = ACTIONS(3056), [anon_sym_throw] = ACTIONS(3056), [anon_sym_namespace] = ACTIONS(3056), [anon_sym_using] = ACTIONS(3056), [anon_sym_static_assert] = ACTIONS(3056), [anon_sym_concept] = ACTIONS(3056), [anon_sym_co_return] = ACTIONS(3056), [anon_sym_co_yield] = ACTIONS(3056), [anon_sym_R_DQUOTE] = ACTIONS(3058), [anon_sym_LR_DQUOTE] = ACTIONS(3058), [anon_sym_uR_DQUOTE] = ACTIONS(3058), [anon_sym_UR_DQUOTE] = ACTIONS(3058), [anon_sym_u8R_DQUOTE] = ACTIONS(3058), [anon_sym_co_await] = ACTIONS(3056), [anon_sym_new] = ACTIONS(3056), [anon_sym_requires] = ACTIONS(3056), [sym_this] = ACTIONS(3056), }, [980] = { [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_if_token2] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [981] = { [ts_builtin_sym_end] = ACTIONS(3058), [sym_identifier] = ACTIONS(3056), [aux_sym_preproc_include_token1] = ACTIONS(3056), [aux_sym_preproc_def_token1] = ACTIONS(3056), [aux_sym_preproc_if_token1] = ACTIONS(3056), [aux_sym_preproc_ifdef_token1] = ACTIONS(3056), [aux_sym_preproc_ifdef_token2] = ACTIONS(3056), [sym_preproc_directive] = ACTIONS(3056), [anon_sym_LPAREN2] = ACTIONS(3058), [anon_sym_BANG] = ACTIONS(3058), [anon_sym_TILDE] = ACTIONS(3058), [anon_sym_DASH] = ACTIONS(3056), [anon_sym_PLUS] = ACTIONS(3056), [anon_sym_STAR] = ACTIONS(3058), [anon_sym_AMP_AMP] = ACTIONS(3058), [anon_sym_AMP] = ACTIONS(3056), [anon_sym_SEMI] = ACTIONS(3058), [anon_sym_typedef] = ACTIONS(3056), [anon_sym_extern] = ACTIONS(3056), [anon_sym___attribute__] = ACTIONS(3056), [anon_sym_COLON_COLON] = ACTIONS(3058), [anon_sym_LBRACK_LBRACK] = ACTIONS(3058), [anon_sym___declspec] = ACTIONS(3056), [anon_sym___based] = ACTIONS(3056), [anon_sym___cdecl] = ACTIONS(3056), [anon_sym___clrcall] = ACTIONS(3056), [anon_sym___stdcall] = ACTIONS(3056), [anon_sym___fastcall] = ACTIONS(3056), [anon_sym___thiscall] = ACTIONS(3056), [anon_sym___vectorcall] = ACTIONS(3056), [anon_sym_LBRACE] = ACTIONS(3058), [anon_sym_signed] = ACTIONS(3056), [anon_sym_unsigned] = ACTIONS(3056), [anon_sym_long] = ACTIONS(3056), [anon_sym_short] = ACTIONS(3056), [anon_sym_LBRACK] = ACTIONS(3056), [anon_sym_static] = ACTIONS(3056), [anon_sym_register] = ACTIONS(3056), [anon_sym_inline] = ACTIONS(3056), [anon_sym_thread_local] = ACTIONS(3056), [anon_sym_const] = ACTIONS(3056), [anon_sym_constexpr] = ACTIONS(3056), [anon_sym_volatile] = ACTIONS(3056), [anon_sym_restrict] = ACTIONS(3056), [anon_sym___restrict__] = ACTIONS(3056), [anon_sym__Atomic] = ACTIONS(3056), [anon_sym__Noreturn] = ACTIONS(3056), [anon_sym_noreturn] = ACTIONS(3056), [anon_sym_mutable] = ACTIONS(3056), [anon_sym_constinit] = ACTIONS(3056), [anon_sym_consteval] = ACTIONS(3056), [sym_primitive_type] = ACTIONS(3056), [anon_sym_enum] = ACTIONS(3056), [anon_sym_class] = ACTIONS(3056), [anon_sym_struct] = ACTIONS(3056), [anon_sym_union] = ACTIONS(3056), [anon_sym_if] = ACTIONS(3056), [anon_sym_else] = ACTIONS(3056), [anon_sym_switch] = ACTIONS(3056), [anon_sym_case] = ACTIONS(3056), [anon_sym_default] = ACTIONS(3056), [anon_sym_while] = ACTIONS(3056), [anon_sym_do] = ACTIONS(3056), [anon_sym_for] = ACTIONS(3056), [anon_sym_return] = ACTIONS(3056), [anon_sym_break] = ACTIONS(3056), [anon_sym_continue] = ACTIONS(3056), [anon_sym_goto] = ACTIONS(3056), [anon_sym_not] = ACTIONS(3056), [anon_sym_compl] = ACTIONS(3056), [anon_sym_DASH_DASH] = ACTIONS(3058), [anon_sym_PLUS_PLUS] = ACTIONS(3058), [anon_sym_sizeof] = ACTIONS(3056), [anon_sym_offsetof] = ACTIONS(3056), [anon_sym__Generic] = ACTIONS(3056), [anon_sym_asm] = ACTIONS(3056), [anon_sym___asm__] = ACTIONS(3056), [sym_number_literal] = ACTIONS(3058), [anon_sym_L_SQUOTE] = ACTIONS(3058), [anon_sym_u_SQUOTE] = ACTIONS(3058), [anon_sym_U_SQUOTE] = ACTIONS(3058), [anon_sym_u8_SQUOTE] = ACTIONS(3058), [anon_sym_SQUOTE] = ACTIONS(3058), [anon_sym_L_DQUOTE] = ACTIONS(3058), [anon_sym_u_DQUOTE] = ACTIONS(3058), [anon_sym_U_DQUOTE] = ACTIONS(3058), [anon_sym_u8_DQUOTE] = ACTIONS(3058), [anon_sym_DQUOTE] = ACTIONS(3058), [sym_true] = ACTIONS(3056), [sym_false] = ACTIONS(3056), [anon_sym_NULL] = ACTIONS(3056), [anon_sym_nullptr] = ACTIONS(3056), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3056), [anon_sym_decltype] = ACTIONS(3056), [anon_sym_virtual] = ACTIONS(3056), [anon_sym_explicit] = ACTIONS(3056), [anon_sym_typename] = ACTIONS(3056), [anon_sym_template] = ACTIONS(3056), [anon_sym_operator] = ACTIONS(3056), [anon_sym_try] = ACTIONS(3056), [anon_sym_delete] = ACTIONS(3056), [anon_sym_throw] = ACTIONS(3056), [anon_sym_namespace] = ACTIONS(3056), [anon_sym_using] = ACTIONS(3056), [anon_sym_static_assert] = ACTIONS(3056), [anon_sym_concept] = ACTIONS(3056), [anon_sym_co_return] = ACTIONS(3056), [anon_sym_co_yield] = ACTIONS(3056), [anon_sym_R_DQUOTE] = ACTIONS(3058), [anon_sym_LR_DQUOTE] = ACTIONS(3058), [anon_sym_uR_DQUOTE] = ACTIONS(3058), [anon_sym_UR_DQUOTE] = ACTIONS(3058), [anon_sym_u8R_DQUOTE] = ACTIONS(3058), [anon_sym_co_await] = ACTIONS(3056), [anon_sym_new] = ACTIONS(3056), [anon_sym_requires] = ACTIONS(3056), [sym_this] = ACTIONS(3056), }, [982] = { [ts_builtin_sym_end] = ACTIONS(2916), [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [983] = { [ts_builtin_sym_end] = ACTIONS(2916), [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [984] = { [ts_builtin_sym_end] = ACTIONS(2964), [sym_identifier] = ACTIONS(2962), [aux_sym_preproc_include_token1] = ACTIONS(2962), [aux_sym_preproc_def_token1] = ACTIONS(2962), [aux_sym_preproc_if_token1] = ACTIONS(2962), [aux_sym_preproc_ifdef_token1] = ACTIONS(2962), [aux_sym_preproc_ifdef_token2] = ACTIONS(2962), [sym_preproc_directive] = ACTIONS(2962), [anon_sym_LPAREN2] = ACTIONS(2964), [anon_sym_BANG] = ACTIONS(2964), [anon_sym_TILDE] = ACTIONS(2964), [anon_sym_DASH] = ACTIONS(2962), [anon_sym_PLUS] = ACTIONS(2962), [anon_sym_STAR] = ACTIONS(2964), [anon_sym_AMP_AMP] = ACTIONS(2964), [anon_sym_AMP] = ACTIONS(2962), [anon_sym_SEMI] = ACTIONS(2964), [anon_sym_typedef] = ACTIONS(2962), [anon_sym_extern] = ACTIONS(2962), [anon_sym___attribute__] = ACTIONS(2962), [anon_sym_COLON_COLON] = ACTIONS(2964), [anon_sym_LBRACK_LBRACK] = ACTIONS(2964), [anon_sym___declspec] = ACTIONS(2962), [anon_sym___based] = ACTIONS(2962), [anon_sym___cdecl] = ACTIONS(2962), [anon_sym___clrcall] = ACTIONS(2962), [anon_sym___stdcall] = ACTIONS(2962), [anon_sym___fastcall] = ACTIONS(2962), [anon_sym___thiscall] = ACTIONS(2962), [anon_sym___vectorcall] = ACTIONS(2962), [anon_sym_LBRACE] = ACTIONS(2964), [anon_sym_signed] = ACTIONS(2962), [anon_sym_unsigned] = ACTIONS(2962), [anon_sym_long] = ACTIONS(2962), [anon_sym_short] = ACTIONS(2962), [anon_sym_LBRACK] = ACTIONS(2962), [anon_sym_static] = ACTIONS(2962), [anon_sym_register] = ACTIONS(2962), [anon_sym_inline] = ACTIONS(2962), [anon_sym_thread_local] = ACTIONS(2962), [anon_sym_const] = ACTIONS(2962), [anon_sym_constexpr] = ACTIONS(2962), [anon_sym_volatile] = ACTIONS(2962), [anon_sym_restrict] = ACTIONS(2962), [anon_sym___restrict__] = ACTIONS(2962), [anon_sym__Atomic] = ACTIONS(2962), [anon_sym__Noreturn] = ACTIONS(2962), [anon_sym_noreturn] = ACTIONS(2962), [anon_sym_mutable] = ACTIONS(2962), [anon_sym_constinit] = ACTIONS(2962), [anon_sym_consteval] = ACTIONS(2962), [sym_primitive_type] = ACTIONS(2962), [anon_sym_enum] = ACTIONS(2962), [anon_sym_class] = ACTIONS(2962), [anon_sym_struct] = ACTIONS(2962), [anon_sym_union] = ACTIONS(2962), [anon_sym_if] = ACTIONS(2962), [anon_sym_else] = ACTIONS(2962), [anon_sym_switch] = ACTIONS(2962), [anon_sym_case] = ACTIONS(2962), [anon_sym_default] = ACTIONS(2962), [anon_sym_while] = ACTIONS(2962), [anon_sym_do] = ACTIONS(2962), [anon_sym_for] = ACTIONS(2962), [anon_sym_return] = ACTIONS(2962), [anon_sym_break] = ACTIONS(2962), [anon_sym_continue] = ACTIONS(2962), [anon_sym_goto] = ACTIONS(2962), [anon_sym_not] = ACTIONS(2962), [anon_sym_compl] = ACTIONS(2962), [anon_sym_DASH_DASH] = ACTIONS(2964), [anon_sym_PLUS_PLUS] = ACTIONS(2964), [anon_sym_sizeof] = ACTIONS(2962), [anon_sym_offsetof] = ACTIONS(2962), [anon_sym__Generic] = ACTIONS(2962), [anon_sym_asm] = ACTIONS(2962), [anon_sym___asm__] = ACTIONS(2962), [sym_number_literal] = ACTIONS(2964), [anon_sym_L_SQUOTE] = ACTIONS(2964), [anon_sym_u_SQUOTE] = ACTIONS(2964), [anon_sym_U_SQUOTE] = ACTIONS(2964), [anon_sym_u8_SQUOTE] = ACTIONS(2964), [anon_sym_SQUOTE] = ACTIONS(2964), [anon_sym_L_DQUOTE] = ACTIONS(2964), [anon_sym_u_DQUOTE] = ACTIONS(2964), [anon_sym_U_DQUOTE] = ACTIONS(2964), [anon_sym_u8_DQUOTE] = ACTIONS(2964), [anon_sym_DQUOTE] = ACTIONS(2964), [sym_true] = ACTIONS(2962), [sym_false] = ACTIONS(2962), [anon_sym_NULL] = ACTIONS(2962), [anon_sym_nullptr] = ACTIONS(2962), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2962), [anon_sym_decltype] = ACTIONS(2962), [anon_sym_virtual] = ACTIONS(2962), [anon_sym_explicit] = ACTIONS(2962), [anon_sym_typename] = ACTIONS(2962), [anon_sym_template] = ACTIONS(2962), [anon_sym_operator] = ACTIONS(2962), [anon_sym_try] = ACTIONS(2962), [anon_sym_delete] = ACTIONS(2962), [anon_sym_throw] = ACTIONS(2962), [anon_sym_namespace] = ACTIONS(2962), [anon_sym_using] = ACTIONS(2962), [anon_sym_static_assert] = ACTIONS(2962), [anon_sym_concept] = ACTIONS(2962), [anon_sym_co_return] = ACTIONS(2962), [anon_sym_co_yield] = ACTIONS(2962), [anon_sym_R_DQUOTE] = ACTIONS(2964), [anon_sym_LR_DQUOTE] = ACTIONS(2964), [anon_sym_uR_DQUOTE] = ACTIONS(2964), [anon_sym_UR_DQUOTE] = ACTIONS(2964), [anon_sym_u8R_DQUOTE] = ACTIONS(2964), [anon_sym_co_await] = ACTIONS(2962), [anon_sym_new] = ACTIONS(2962), [anon_sym_requires] = ACTIONS(2962), [sym_this] = ACTIONS(2962), }, [985] = { [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_if_token2] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [986] = { [sym_identifier] = ACTIONS(3028), [aux_sym_preproc_include_token1] = ACTIONS(3028), [aux_sym_preproc_def_token1] = ACTIONS(3028), [aux_sym_preproc_if_token1] = ACTIONS(3028), [aux_sym_preproc_if_token2] = ACTIONS(3028), [aux_sym_preproc_ifdef_token1] = ACTIONS(3028), [aux_sym_preproc_ifdef_token2] = ACTIONS(3028), [sym_preproc_directive] = ACTIONS(3028), [anon_sym_LPAREN2] = ACTIONS(3030), [anon_sym_BANG] = ACTIONS(3030), [anon_sym_TILDE] = ACTIONS(3030), [anon_sym_DASH] = ACTIONS(3028), [anon_sym_PLUS] = ACTIONS(3028), [anon_sym_STAR] = ACTIONS(3030), [anon_sym_AMP_AMP] = ACTIONS(3030), [anon_sym_AMP] = ACTIONS(3028), [anon_sym_SEMI] = ACTIONS(3030), [anon_sym_typedef] = ACTIONS(3028), [anon_sym_extern] = ACTIONS(3028), [anon_sym___attribute__] = ACTIONS(3028), [anon_sym_COLON_COLON] = ACTIONS(3030), [anon_sym_LBRACK_LBRACK] = ACTIONS(3030), [anon_sym___declspec] = ACTIONS(3028), [anon_sym___based] = ACTIONS(3028), [anon_sym___cdecl] = ACTIONS(3028), [anon_sym___clrcall] = ACTIONS(3028), [anon_sym___stdcall] = ACTIONS(3028), [anon_sym___fastcall] = ACTIONS(3028), [anon_sym___thiscall] = ACTIONS(3028), [anon_sym___vectorcall] = ACTIONS(3028), [anon_sym_LBRACE] = ACTIONS(3030), [anon_sym_signed] = ACTIONS(3028), [anon_sym_unsigned] = ACTIONS(3028), [anon_sym_long] = ACTIONS(3028), [anon_sym_short] = ACTIONS(3028), [anon_sym_LBRACK] = ACTIONS(3028), [anon_sym_static] = ACTIONS(3028), [anon_sym_register] = ACTIONS(3028), [anon_sym_inline] = ACTIONS(3028), [anon_sym_thread_local] = ACTIONS(3028), [anon_sym_const] = ACTIONS(3028), [anon_sym_constexpr] = ACTIONS(3028), [anon_sym_volatile] = ACTIONS(3028), [anon_sym_restrict] = ACTIONS(3028), [anon_sym___restrict__] = ACTIONS(3028), [anon_sym__Atomic] = ACTIONS(3028), [anon_sym__Noreturn] = ACTIONS(3028), [anon_sym_noreturn] = ACTIONS(3028), [anon_sym_mutable] = ACTIONS(3028), [anon_sym_constinit] = ACTIONS(3028), [anon_sym_consteval] = ACTIONS(3028), [sym_primitive_type] = ACTIONS(3028), [anon_sym_enum] = ACTIONS(3028), [anon_sym_class] = ACTIONS(3028), [anon_sym_struct] = ACTIONS(3028), [anon_sym_union] = ACTIONS(3028), [anon_sym_if] = ACTIONS(3028), [anon_sym_else] = ACTIONS(3028), [anon_sym_switch] = ACTIONS(3028), [anon_sym_case] = ACTIONS(3028), [anon_sym_default] = ACTIONS(3028), [anon_sym_while] = ACTIONS(3028), [anon_sym_do] = ACTIONS(3028), [anon_sym_for] = ACTIONS(3028), [anon_sym_return] = ACTIONS(3028), [anon_sym_break] = ACTIONS(3028), [anon_sym_continue] = ACTIONS(3028), [anon_sym_goto] = ACTIONS(3028), [anon_sym_not] = ACTIONS(3028), [anon_sym_compl] = ACTIONS(3028), [anon_sym_DASH_DASH] = ACTIONS(3030), [anon_sym_PLUS_PLUS] = ACTIONS(3030), [anon_sym_sizeof] = ACTIONS(3028), [anon_sym_offsetof] = ACTIONS(3028), [anon_sym__Generic] = ACTIONS(3028), [anon_sym_asm] = ACTIONS(3028), [anon_sym___asm__] = ACTIONS(3028), [sym_number_literal] = ACTIONS(3030), [anon_sym_L_SQUOTE] = ACTIONS(3030), [anon_sym_u_SQUOTE] = ACTIONS(3030), [anon_sym_U_SQUOTE] = ACTIONS(3030), [anon_sym_u8_SQUOTE] = ACTIONS(3030), [anon_sym_SQUOTE] = ACTIONS(3030), [anon_sym_L_DQUOTE] = ACTIONS(3030), [anon_sym_u_DQUOTE] = ACTIONS(3030), [anon_sym_U_DQUOTE] = ACTIONS(3030), [anon_sym_u8_DQUOTE] = ACTIONS(3030), [anon_sym_DQUOTE] = ACTIONS(3030), [sym_true] = ACTIONS(3028), [sym_false] = ACTIONS(3028), [anon_sym_NULL] = ACTIONS(3028), [anon_sym_nullptr] = ACTIONS(3028), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3028), [anon_sym_decltype] = ACTIONS(3028), [anon_sym_virtual] = ACTIONS(3028), [anon_sym_explicit] = ACTIONS(3028), [anon_sym_typename] = ACTIONS(3028), [anon_sym_template] = ACTIONS(3028), [anon_sym_operator] = ACTIONS(3028), [anon_sym_try] = ACTIONS(3028), [anon_sym_delete] = ACTIONS(3028), [anon_sym_throw] = ACTIONS(3028), [anon_sym_namespace] = ACTIONS(3028), [anon_sym_using] = ACTIONS(3028), [anon_sym_static_assert] = ACTIONS(3028), [anon_sym_concept] = ACTIONS(3028), [anon_sym_co_return] = ACTIONS(3028), [anon_sym_co_yield] = ACTIONS(3028), [anon_sym_R_DQUOTE] = ACTIONS(3030), [anon_sym_LR_DQUOTE] = ACTIONS(3030), [anon_sym_uR_DQUOTE] = ACTIONS(3030), [anon_sym_UR_DQUOTE] = ACTIONS(3030), [anon_sym_u8R_DQUOTE] = ACTIONS(3030), [anon_sym_co_await] = ACTIONS(3028), [anon_sym_new] = ACTIONS(3028), [anon_sym_requires] = ACTIONS(3028), [sym_this] = ACTIONS(3028), }, [987] = { [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_if_token2] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [988] = { [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_if_token2] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [989] = { [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_if_token2] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [990] = { [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_if_token2] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [991] = { [ts_builtin_sym_end] = ACTIONS(2916), [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [992] = { [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_if_token2] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [993] = { [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_RBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [994] = { [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_RBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [995] = { [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_RBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [996] = { [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_RBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [997] = { [ts_builtin_sym_end] = ACTIONS(2916), [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [998] = { [ts_builtin_sym_end] = ACTIONS(2916), [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [999] = { [ts_builtin_sym_end] = ACTIONS(2978), [sym_identifier] = ACTIONS(2976), [aux_sym_preproc_include_token1] = ACTIONS(2976), [aux_sym_preproc_def_token1] = ACTIONS(2976), [aux_sym_preproc_if_token1] = ACTIONS(2976), [aux_sym_preproc_ifdef_token1] = ACTIONS(2976), [aux_sym_preproc_ifdef_token2] = ACTIONS(2976), [sym_preproc_directive] = ACTIONS(2976), [anon_sym_LPAREN2] = ACTIONS(2978), [anon_sym_BANG] = ACTIONS(2978), [anon_sym_TILDE] = ACTIONS(2978), [anon_sym_DASH] = ACTIONS(2976), [anon_sym_PLUS] = ACTIONS(2976), [anon_sym_STAR] = ACTIONS(2978), [anon_sym_AMP_AMP] = ACTIONS(2978), [anon_sym_AMP] = ACTIONS(2976), [anon_sym_SEMI] = ACTIONS(2978), [anon_sym_typedef] = ACTIONS(2976), [anon_sym_extern] = ACTIONS(2976), [anon_sym___attribute__] = ACTIONS(2976), [anon_sym_COLON_COLON] = ACTIONS(2978), [anon_sym_LBRACK_LBRACK] = ACTIONS(2978), [anon_sym___declspec] = ACTIONS(2976), [anon_sym___based] = ACTIONS(2976), [anon_sym___cdecl] = ACTIONS(2976), [anon_sym___clrcall] = ACTIONS(2976), [anon_sym___stdcall] = ACTIONS(2976), [anon_sym___fastcall] = ACTIONS(2976), [anon_sym___thiscall] = ACTIONS(2976), [anon_sym___vectorcall] = ACTIONS(2976), [anon_sym_LBRACE] = ACTIONS(2978), [anon_sym_signed] = ACTIONS(2976), [anon_sym_unsigned] = ACTIONS(2976), [anon_sym_long] = ACTIONS(2976), [anon_sym_short] = ACTIONS(2976), [anon_sym_LBRACK] = ACTIONS(2976), [anon_sym_static] = ACTIONS(2976), [anon_sym_register] = ACTIONS(2976), [anon_sym_inline] = ACTIONS(2976), [anon_sym_thread_local] = ACTIONS(2976), [anon_sym_const] = ACTIONS(2976), [anon_sym_constexpr] = ACTIONS(2976), [anon_sym_volatile] = ACTIONS(2976), [anon_sym_restrict] = ACTIONS(2976), [anon_sym___restrict__] = ACTIONS(2976), [anon_sym__Atomic] = ACTIONS(2976), [anon_sym__Noreturn] = ACTIONS(2976), [anon_sym_noreturn] = ACTIONS(2976), [anon_sym_mutable] = ACTIONS(2976), [anon_sym_constinit] = ACTIONS(2976), [anon_sym_consteval] = ACTIONS(2976), [sym_primitive_type] = ACTIONS(2976), [anon_sym_enum] = ACTIONS(2976), [anon_sym_class] = ACTIONS(2976), [anon_sym_struct] = ACTIONS(2976), [anon_sym_union] = ACTIONS(2976), [anon_sym_if] = ACTIONS(2976), [anon_sym_else] = ACTIONS(2976), [anon_sym_switch] = ACTIONS(2976), [anon_sym_case] = ACTIONS(2976), [anon_sym_default] = ACTIONS(2976), [anon_sym_while] = ACTIONS(2976), [anon_sym_do] = ACTIONS(2976), [anon_sym_for] = ACTIONS(2976), [anon_sym_return] = ACTIONS(2976), [anon_sym_break] = ACTIONS(2976), [anon_sym_continue] = ACTIONS(2976), [anon_sym_goto] = ACTIONS(2976), [anon_sym_not] = ACTIONS(2976), [anon_sym_compl] = ACTIONS(2976), [anon_sym_DASH_DASH] = ACTIONS(2978), [anon_sym_PLUS_PLUS] = ACTIONS(2978), [anon_sym_sizeof] = ACTIONS(2976), [anon_sym_offsetof] = ACTIONS(2976), [anon_sym__Generic] = ACTIONS(2976), [anon_sym_asm] = ACTIONS(2976), [anon_sym___asm__] = ACTIONS(2976), [sym_number_literal] = ACTIONS(2978), [anon_sym_L_SQUOTE] = ACTIONS(2978), [anon_sym_u_SQUOTE] = ACTIONS(2978), [anon_sym_U_SQUOTE] = ACTIONS(2978), [anon_sym_u8_SQUOTE] = ACTIONS(2978), [anon_sym_SQUOTE] = ACTIONS(2978), [anon_sym_L_DQUOTE] = ACTIONS(2978), [anon_sym_u_DQUOTE] = ACTIONS(2978), [anon_sym_U_DQUOTE] = ACTIONS(2978), [anon_sym_u8_DQUOTE] = ACTIONS(2978), [anon_sym_DQUOTE] = ACTIONS(2978), [sym_true] = ACTIONS(2976), [sym_false] = ACTIONS(2976), [anon_sym_NULL] = ACTIONS(2976), [anon_sym_nullptr] = ACTIONS(2976), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2976), [anon_sym_decltype] = ACTIONS(2976), [anon_sym_virtual] = ACTIONS(2976), [anon_sym_explicit] = ACTIONS(2976), [anon_sym_typename] = ACTIONS(2976), [anon_sym_template] = ACTIONS(2976), [anon_sym_operator] = ACTIONS(2976), [anon_sym_try] = ACTIONS(2976), [anon_sym_delete] = ACTIONS(2976), [anon_sym_throw] = ACTIONS(2976), [anon_sym_namespace] = ACTIONS(2976), [anon_sym_using] = ACTIONS(2976), [anon_sym_static_assert] = ACTIONS(2976), [anon_sym_concept] = ACTIONS(2976), [anon_sym_co_return] = ACTIONS(2976), [anon_sym_co_yield] = ACTIONS(2976), [anon_sym_R_DQUOTE] = ACTIONS(2978), [anon_sym_LR_DQUOTE] = ACTIONS(2978), [anon_sym_uR_DQUOTE] = ACTIONS(2978), [anon_sym_UR_DQUOTE] = ACTIONS(2978), [anon_sym_u8R_DQUOTE] = ACTIONS(2978), [anon_sym_co_await] = ACTIONS(2976), [anon_sym_new] = ACTIONS(2976), [anon_sym_requires] = ACTIONS(2976), [sym_this] = ACTIONS(2976), }, [1000] = { [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_RBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [1001] = { [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_RBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [1002] = { [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_RBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [1003] = { [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_RBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [1004] = { [ts_builtin_sym_end] = ACTIONS(2916), [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [1005] = { [ts_builtin_sym_end] = ACTIONS(2916), [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [1006] = { [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_RBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [1007] = { [sym_identifier] = ACTIONS(3052), [aux_sym_preproc_include_token1] = ACTIONS(3052), [aux_sym_preproc_def_token1] = ACTIONS(3052), [aux_sym_preproc_if_token1] = ACTIONS(3052), [aux_sym_preproc_ifdef_token1] = ACTIONS(3052), [aux_sym_preproc_ifdef_token2] = ACTIONS(3052), [sym_preproc_directive] = ACTIONS(3052), [anon_sym_LPAREN2] = ACTIONS(3054), [anon_sym_BANG] = ACTIONS(3054), [anon_sym_TILDE] = ACTIONS(3054), [anon_sym_DASH] = ACTIONS(3052), [anon_sym_PLUS] = ACTIONS(3052), [anon_sym_STAR] = ACTIONS(3054), [anon_sym_AMP_AMP] = ACTIONS(3054), [anon_sym_AMP] = ACTIONS(3052), [anon_sym_SEMI] = ACTIONS(3054), [anon_sym_typedef] = ACTIONS(3052), [anon_sym_extern] = ACTIONS(3052), [anon_sym___attribute__] = ACTIONS(3052), [anon_sym_COLON_COLON] = ACTIONS(3054), [anon_sym_LBRACK_LBRACK] = ACTIONS(3054), [anon_sym___declspec] = ACTIONS(3052), [anon_sym___based] = ACTIONS(3052), [anon_sym___cdecl] = ACTIONS(3052), [anon_sym___clrcall] = ACTIONS(3052), [anon_sym___stdcall] = ACTIONS(3052), [anon_sym___fastcall] = ACTIONS(3052), [anon_sym___thiscall] = ACTIONS(3052), [anon_sym___vectorcall] = ACTIONS(3052), [anon_sym_LBRACE] = ACTIONS(3054), [anon_sym_RBRACE] = ACTIONS(3054), [anon_sym_signed] = ACTIONS(3052), [anon_sym_unsigned] = ACTIONS(3052), [anon_sym_long] = ACTIONS(3052), [anon_sym_short] = ACTIONS(3052), [anon_sym_LBRACK] = ACTIONS(3052), [anon_sym_static] = ACTIONS(3052), [anon_sym_register] = ACTIONS(3052), [anon_sym_inline] = ACTIONS(3052), [anon_sym_thread_local] = ACTIONS(3052), [anon_sym_const] = ACTIONS(3052), [anon_sym_constexpr] = ACTIONS(3052), [anon_sym_volatile] = ACTIONS(3052), [anon_sym_restrict] = ACTIONS(3052), [anon_sym___restrict__] = ACTIONS(3052), [anon_sym__Atomic] = ACTIONS(3052), [anon_sym__Noreturn] = ACTIONS(3052), [anon_sym_noreturn] = ACTIONS(3052), [anon_sym_mutable] = ACTIONS(3052), [anon_sym_constinit] = ACTIONS(3052), [anon_sym_consteval] = ACTIONS(3052), [sym_primitive_type] = ACTIONS(3052), [anon_sym_enum] = ACTIONS(3052), [anon_sym_class] = ACTIONS(3052), [anon_sym_struct] = ACTIONS(3052), [anon_sym_union] = ACTIONS(3052), [anon_sym_if] = ACTIONS(3052), [anon_sym_else] = ACTIONS(3052), [anon_sym_switch] = ACTIONS(3052), [anon_sym_case] = ACTIONS(3052), [anon_sym_default] = ACTIONS(3052), [anon_sym_while] = ACTIONS(3052), [anon_sym_do] = ACTIONS(3052), [anon_sym_for] = ACTIONS(3052), [anon_sym_return] = ACTIONS(3052), [anon_sym_break] = ACTIONS(3052), [anon_sym_continue] = ACTIONS(3052), [anon_sym_goto] = ACTIONS(3052), [anon_sym_not] = ACTIONS(3052), [anon_sym_compl] = ACTIONS(3052), [anon_sym_DASH_DASH] = ACTIONS(3054), [anon_sym_PLUS_PLUS] = ACTIONS(3054), [anon_sym_sizeof] = ACTIONS(3052), [anon_sym_offsetof] = ACTIONS(3052), [anon_sym__Generic] = ACTIONS(3052), [anon_sym_asm] = ACTIONS(3052), [anon_sym___asm__] = ACTIONS(3052), [sym_number_literal] = ACTIONS(3054), [anon_sym_L_SQUOTE] = ACTIONS(3054), [anon_sym_u_SQUOTE] = ACTIONS(3054), [anon_sym_U_SQUOTE] = ACTIONS(3054), [anon_sym_u8_SQUOTE] = ACTIONS(3054), [anon_sym_SQUOTE] = ACTIONS(3054), [anon_sym_L_DQUOTE] = ACTIONS(3054), [anon_sym_u_DQUOTE] = ACTIONS(3054), [anon_sym_U_DQUOTE] = ACTIONS(3054), [anon_sym_u8_DQUOTE] = ACTIONS(3054), [anon_sym_DQUOTE] = ACTIONS(3054), [sym_true] = ACTIONS(3052), [sym_false] = ACTIONS(3052), [anon_sym_NULL] = ACTIONS(3052), [anon_sym_nullptr] = ACTIONS(3052), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3052), [anon_sym_decltype] = ACTIONS(3052), [anon_sym_virtual] = ACTIONS(3052), [anon_sym_explicit] = ACTIONS(3052), [anon_sym_typename] = ACTIONS(3052), [anon_sym_template] = ACTIONS(3052), [anon_sym_operator] = ACTIONS(3052), [anon_sym_try] = ACTIONS(3052), [anon_sym_delete] = ACTIONS(3052), [anon_sym_throw] = ACTIONS(3052), [anon_sym_namespace] = ACTIONS(3052), [anon_sym_using] = ACTIONS(3052), [anon_sym_static_assert] = ACTIONS(3052), [anon_sym_concept] = ACTIONS(3052), [anon_sym_co_return] = ACTIONS(3052), [anon_sym_co_yield] = ACTIONS(3052), [anon_sym_R_DQUOTE] = ACTIONS(3054), [anon_sym_LR_DQUOTE] = ACTIONS(3054), [anon_sym_uR_DQUOTE] = ACTIONS(3054), [anon_sym_UR_DQUOTE] = ACTIONS(3054), [anon_sym_u8R_DQUOTE] = ACTIONS(3054), [anon_sym_co_await] = ACTIONS(3052), [anon_sym_new] = ACTIONS(3052), [anon_sym_requires] = ACTIONS(3052), [sym_this] = ACTIONS(3052), }, [1008] = { [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_RBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [1009] = { [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_RBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [1010] = { [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_RBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [1011] = { [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_RBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [1012] = { [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_RBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [1013] = { [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_RBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [1014] = { [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_RBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [1015] = { [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_RBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [1016] = { [ts_builtin_sym_end] = ACTIONS(3109), [sym_identifier] = ACTIONS(3107), [aux_sym_preproc_include_token1] = ACTIONS(3107), [aux_sym_preproc_def_token1] = ACTIONS(3107), [aux_sym_preproc_if_token1] = ACTIONS(3107), [aux_sym_preproc_ifdef_token1] = ACTIONS(3107), [aux_sym_preproc_ifdef_token2] = ACTIONS(3107), [sym_preproc_directive] = ACTIONS(3107), [anon_sym_LPAREN2] = ACTIONS(3109), [anon_sym_BANG] = ACTIONS(3109), [anon_sym_TILDE] = ACTIONS(3109), [anon_sym_DASH] = ACTIONS(3107), [anon_sym_PLUS] = ACTIONS(3107), [anon_sym_STAR] = ACTIONS(3109), [anon_sym_AMP_AMP] = ACTIONS(3109), [anon_sym_AMP] = ACTIONS(3107), [anon_sym_SEMI] = ACTIONS(3109), [anon_sym_typedef] = ACTIONS(3107), [anon_sym_extern] = ACTIONS(3107), [anon_sym___attribute__] = ACTIONS(3107), [anon_sym_COLON_COLON] = ACTIONS(3109), [anon_sym_LBRACK_LBRACK] = ACTIONS(3109), [anon_sym___declspec] = ACTIONS(3107), [anon_sym___based] = ACTIONS(3107), [anon_sym___cdecl] = ACTIONS(3107), [anon_sym___clrcall] = ACTIONS(3107), [anon_sym___stdcall] = ACTIONS(3107), [anon_sym___fastcall] = ACTIONS(3107), [anon_sym___thiscall] = ACTIONS(3107), [anon_sym___vectorcall] = ACTIONS(3107), [anon_sym_LBRACE] = ACTIONS(3109), [anon_sym_signed] = ACTIONS(3107), [anon_sym_unsigned] = ACTIONS(3107), [anon_sym_long] = ACTIONS(3107), [anon_sym_short] = ACTIONS(3107), [anon_sym_LBRACK] = ACTIONS(3107), [anon_sym_static] = ACTIONS(3107), [anon_sym_register] = ACTIONS(3107), [anon_sym_inline] = ACTIONS(3107), [anon_sym_thread_local] = ACTIONS(3107), [anon_sym_const] = ACTIONS(3107), [anon_sym_constexpr] = ACTIONS(3107), [anon_sym_volatile] = ACTIONS(3107), [anon_sym_restrict] = ACTIONS(3107), [anon_sym___restrict__] = ACTIONS(3107), [anon_sym__Atomic] = ACTIONS(3107), [anon_sym__Noreturn] = ACTIONS(3107), [anon_sym_noreturn] = ACTIONS(3107), [anon_sym_mutable] = ACTIONS(3107), [anon_sym_constinit] = ACTIONS(3107), [anon_sym_consteval] = ACTIONS(3107), [sym_primitive_type] = ACTIONS(3107), [anon_sym_enum] = ACTIONS(3107), [anon_sym_class] = ACTIONS(3107), [anon_sym_struct] = ACTIONS(3107), [anon_sym_union] = ACTIONS(3107), [anon_sym_if] = ACTIONS(3107), [anon_sym_else] = ACTIONS(3107), [anon_sym_switch] = ACTIONS(3107), [anon_sym_case] = ACTIONS(3107), [anon_sym_default] = ACTIONS(3107), [anon_sym_while] = ACTIONS(3107), [anon_sym_do] = ACTIONS(3107), [anon_sym_for] = ACTIONS(3107), [anon_sym_return] = ACTIONS(3107), [anon_sym_break] = ACTIONS(3107), [anon_sym_continue] = ACTIONS(3107), [anon_sym_goto] = ACTIONS(3107), [anon_sym_not] = ACTIONS(3107), [anon_sym_compl] = ACTIONS(3107), [anon_sym_DASH_DASH] = ACTIONS(3109), [anon_sym_PLUS_PLUS] = ACTIONS(3109), [anon_sym_sizeof] = ACTIONS(3107), [anon_sym_offsetof] = ACTIONS(3107), [anon_sym__Generic] = ACTIONS(3107), [anon_sym_asm] = ACTIONS(3107), [anon_sym___asm__] = ACTIONS(3107), [sym_number_literal] = ACTIONS(3109), [anon_sym_L_SQUOTE] = ACTIONS(3109), [anon_sym_u_SQUOTE] = ACTIONS(3109), [anon_sym_U_SQUOTE] = ACTIONS(3109), [anon_sym_u8_SQUOTE] = ACTIONS(3109), [anon_sym_SQUOTE] = ACTIONS(3109), [anon_sym_L_DQUOTE] = ACTIONS(3109), [anon_sym_u_DQUOTE] = ACTIONS(3109), [anon_sym_U_DQUOTE] = ACTIONS(3109), [anon_sym_u8_DQUOTE] = ACTIONS(3109), [anon_sym_DQUOTE] = ACTIONS(3109), [sym_true] = ACTIONS(3107), [sym_false] = ACTIONS(3107), [anon_sym_NULL] = ACTIONS(3107), [anon_sym_nullptr] = ACTIONS(3107), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3107), [anon_sym_decltype] = ACTIONS(3107), [anon_sym_virtual] = ACTIONS(3107), [anon_sym_explicit] = ACTIONS(3107), [anon_sym_typename] = ACTIONS(3107), [anon_sym_template] = ACTIONS(3107), [anon_sym_operator] = ACTIONS(3107), [anon_sym_try] = ACTIONS(3107), [anon_sym_delete] = ACTIONS(3107), [anon_sym_throw] = ACTIONS(3107), [anon_sym_namespace] = ACTIONS(3107), [anon_sym_using] = ACTIONS(3107), [anon_sym_static_assert] = ACTIONS(3107), [anon_sym_concept] = ACTIONS(3107), [anon_sym_co_return] = ACTIONS(3107), [anon_sym_co_yield] = ACTIONS(3107), [anon_sym_R_DQUOTE] = ACTIONS(3109), [anon_sym_LR_DQUOTE] = ACTIONS(3109), [anon_sym_uR_DQUOTE] = ACTIONS(3109), [anon_sym_UR_DQUOTE] = ACTIONS(3109), [anon_sym_u8R_DQUOTE] = ACTIONS(3109), [anon_sym_co_await] = ACTIONS(3107), [anon_sym_new] = ACTIONS(3107), [anon_sym_requires] = ACTIONS(3107), [sym_this] = ACTIONS(3107), }, [1017] = { [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_RBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [1018] = { [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_RBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [1019] = { [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_RBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [1020] = { [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_RBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [1021] = { [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_RBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [1022] = { [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_RBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [1023] = { [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_RBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [1024] = { [ts_builtin_sym_end] = ACTIONS(2916), [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [1025] = { [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_RBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [1026] = { [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_RBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [1027] = { [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_RBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [1028] = { [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_RBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [1029] = { [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_RBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [1030] = { [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_RBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [1031] = { [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_RBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [1032] = { [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_RBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [1033] = { [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_RBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [1034] = { [ts_builtin_sym_end] = ACTIONS(2916), [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [1035] = { [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_RBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [1036] = { [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_RBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [1037] = { [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_RBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [1038] = { [ts_builtin_sym_end] = ACTIONS(2916), [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [1039] = { [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_RBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [1040] = { [sym_identifier] = ACTIONS(3044), [aux_sym_preproc_include_token1] = ACTIONS(3044), [aux_sym_preproc_def_token1] = ACTIONS(3044), [aux_sym_preproc_if_token1] = ACTIONS(3044), [aux_sym_preproc_ifdef_token1] = ACTIONS(3044), [aux_sym_preproc_ifdef_token2] = ACTIONS(3044), [sym_preproc_directive] = ACTIONS(3044), [anon_sym_LPAREN2] = ACTIONS(3046), [anon_sym_BANG] = ACTIONS(3046), [anon_sym_TILDE] = ACTIONS(3046), [anon_sym_DASH] = ACTIONS(3044), [anon_sym_PLUS] = ACTIONS(3044), [anon_sym_STAR] = ACTIONS(3046), [anon_sym_AMP_AMP] = ACTIONS(3046), [anon_sym_AMP] = ACTIONS(3044), [anon_sym_SEMI] = ACTIONS(3046), [anon_sym_typedef] = ACTIONS(3044), [anon_sym_extern] = ACTIONS(3044), [anon_sym___attribute__] = ACTIONS(3044), [anon_sym_COLON_COLON] = ACTIONS(3046), [anon_sym_LBRACK_LBRACK] = ACTIONS(3046), [anon_sym___declspec] = ACTIONS(3044), [anon_sym___based] = ACTIONS(3044), [anon_sym___cdecl] = ACTIONS(3044), [anon_sym___clrcall] = ACTIONS(3044), [anon_sym___stdcall] = ACTIONS(3044), [anon_sym___fastcall] = ACTIONS(3044), [anon_sym___thiscall] = ACTIONS(3044), [anon_sym___vectorcall] = ACTIONS(3044), [anon_sym_LBRACE] = ACTIONS(3046), [anon_sym_RBRACE] = ACTIONS(3046), [anon_sym_signed] = ACTIONS(3044), [anon_sym_unsigned] = ACTIONS(3044), [anon_sym_long] = ACTIONS(3044), [anon_sym_short] = ACTIONS(3044), [anon_sym_LBRACK] = ACTIONS(3044), [anon_sym_static] = ACTIONS(3044), [anon_sym_register] = ACTIONS(3044), [anon_sym_inline] = ACTIONS(3044), [anon_sym_thread_local] = ACTIONS(3044), [anon_sym_const] = ACTIONS(3044), [anon_sym_constexpr] = ACTIONS(3044), [anon_sym_volatile] = ACTIONS(3044), [anon_sym_restrict] = ACTIONS(3044), [anon_sym___restrict__] = ACTIONS(3044), [anon_sym__Atomic] = ACTIONS(3044), [anon_sym__Noreturn] = ACTIONS(3044), [anon_sym_noreturn] = ACTIONS(3044), [anon_sym_mutable] = ACTIONS(3044), [anon_sym_constinit] = ACTIONS(3044), [anon_sym_consteval] = ACTIONS(3044), [sym_primitive_type] = ACTIONS(3044), [anon_sym_enum] = ACTIONS(3044), [anon_sym_class] = ACTIONS(3044), [anon_sym_struct] = ACTIONS(3044), [anon_sym_union] = ACTIONS(3044), [anon_sym_if] = ACTIONS(3044), [anon_sym_else] = ACTIONS(3044), [anon_sym_switch] = ACTIONS(3044), [anon_sym_case] = ACTIONS(3044), [anon_sym_default] = ACTIONS(3044), [anon_sym_while] = ACTIONS(3044), [anon_sym_do] = ACTIONS(3044), [anon_sym_for] = ACTIONS(3044), [anon_sym_return] = ACTIONS(3044), [anon_sym_break] = ACTIONS(3044), [anon_sym_continue] = ACTIONS(3044), [anon_sym_goto] = ACTIONS(3044), [anon_sym_not] = ACTIONS(3044), [anon_sym_compl] = ACTIONS(3044), [anon_sym_DASH_DASH] = ACTIONS(3046), [anon_sym_PLUS_PLUS] = ACTIONS(3046), [anon_sym_sizeof] = ACTIONS(3044), [anon_sym_offsetof] = ACTIONS(3044), [anon_sym__Generic] = ACTIONS(3044), [anon_sym_asm] = ACTIONS(3044), [anon_sym___asm__] = ACTIONS(3044), [sym_number_literal] = ACTIONS(3046), [anon_sym_L_SQUOTE] = ACTIONS(3046), [anon_sym_u_SQUOTE] = ACTIONS(3046), [anon_sym_U_SQUOTE] = ACTIONS(3046), [anon_sym_u8_SQUOTE] = ACTIONS(3046), [anon_sym_SQUOTE] = ACTIONS(3046), [anon_sym_L_DQUOTE] = ACTIONS(3046), [anon_sym_u_DQUOTE] = ACTIONS(3046), [anon_sym_U_DQUOTE] = ACTIONS(3046), [anon_sym_u8_DQUOTE] = ACTIONS(3046), [anon_sym_DQUOTE] = ACTIONS(3046), [sym_true] = ACTIONS(3044), [sym_false] = ACTIONS(3044), [anon_sym_NULL] = ACTIONS(3044), [anon_sym_nullptr] = ACTIONS(3044), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3044), [anon_sym_decltype] = ACTIONS(3044), [anon_sym_virtual] = ACTIONS(3044), [anon_sym_explicit] = ACTIONS(3044), [anon_sym_typename] = ACTIONS(3044), [anon_sym_template] = ACTIONS(3044), [anon_sym_operator] = ACTIONS(3044), [anon_sym_try] = ACTIONS(3044), [anon_sym_delete] = ACTIONS(3044), [anon_sym_throw] = ACTIONS(3044), [anon_sym_namespace] = ACTIONS(3044), [anon_sym_using] = ACTIONS(3044), [anon_sym_static_assert] = ACTIONS(3044), [anon_sym_concept] = ACTIONS(3044), [anon_sym_co_return] = ACTIONS(3044), [anon_sym_co_yield] = ACTIONS(3044), [anon_sym_R_DQUOTE] = ACTIONS(3046), [anon_sym_LR_DQUOTE] = ACTIONS(3046), [anon_sym_uR_DQUOTE] = ACTIONS(3046), [anon_sym_UR_DQUOTE] = ACTIONS(3046), [anon_sym_u8R_DQUOTE] = ACTIONS(3046), [anon_sym_co_await] = ACTIONS(3044), [anon_sym_new] = ACTIONS(3044), [anon_sym_requires] = ACTIONS(3044), [sym_this] = ACTIONS(3044), }, [1041] = { [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_if_token2] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [1042] = { [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_if_token2] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [1043] = { [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_if_token2] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [1044] = { [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_if_token2] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [1045] = { [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_if_token2] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [1046] = { [ts_builtin_sym_end] = ACTIONS(2916), [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [1047] = { [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_if_token2] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [1048] = { [ts_builtin_sym_end] = ACTIONS(2916), [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [1049] = { [ts_builtin_sym_end] = ACTIONS(2916), [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [1050] = { [ts_builtin_sym_end] = ACTIONS(3018), [sym_identifier] = ACTIONS(3016), [aux_sym_preproc_include_token1] = ACTIONS(3016), [aux_sym_preproc_def_token1] = ACTIONS(3016), [aux_sym_preproc_if_token1] = ACTIONS(3016), [aux_sym_preproc_ifdef_token1] = ACTIONS(3016), [aux_sym_preproc_ifdef_token2] = ACTIONS(3016), [sym_preproc_directive] = ACTIONS(3016), [anon_sym_LPAREN2] = ACTIONS(3018), [anon_sym_BANG] = ACTIONS(3018), [anon_sym_TILDE] = ACTIONS(3018), [anon_sym_DASH] = ACTIONS(3016), [anon_sym_PLUS] = ACTIONS(3016), [anon_sym_STAR] = ACTIONS(3018), [anon_sym_AMP_AMP] = ACTIONS(3018), [anon_sym_AMP] = ACTIONS(3016), [anon_sym_SEMI] = ACTIONS(3018), [anon_sym_typedef] = ACTIONS(3016), [anon_sym_extern] = ACTIONS(3016), [anon_sym___attribute__] = ACTIONS(3016), [anon_sym_COLON_COLON] = ACTIONS(3018), [anon_sym_LBRACK_LBRACK] = ACTIONS(3018), [anon_sym___declspec] = ACTIONS(3016), [anon_sym___based] = ACTIONS(3016), [anon_sym___cdecl] = ACTIONS(3016), [anon_sym___clrcall] = ACTIONS(3016), [anon_sym___stdcall] = ACTIONS(3016), [anon_sym___fastcall] = ACTIONS(3016), [anon_sym___thiscall] = ACTIONS(3016), [anon_sym___vectorcall] = ACTIONS(3016), [anon_sym_LBRACE] = ACTIONS(3018), [anon_sym_signed] = ACTIONS(3016), [anon_sym_unsigned] = ACTIONS(3016), [anon_sym_long] = ACTIONS(3016), [anon_sym_short] = ACTIONS(3016), [anon_sym_LBRACK] = ACTIONS(3016), [anon_sym_static] = ACTIONS(3016), [anon_sym_register] = ACTIONS(3016), [anon_sym_inline] = ACTIONS(3016), [anon_sym_thread_local] = ACTIONS(3016), [anon_sym_const] = ACTIONS(3016), [anon_sym_constexpr] = ACTIONS(3016), [anon_sym_volatile] = ACTIONS(3016), [anon_sym_restrict] = ACTIONS(3016), [anon_sym___restrict__] = ACTIONS(3016), [anon_sym__Atomic] = ACTIONS(3016), [anon_sym__Noreturn] = ACTIONS(3016), [anon_sym_noreturn] = ACTIONS(3016), [anon_sym_mutable] = ACTIONS(3016), [anon_sym_constinit] = ACTIONS(3016), [anon_sym_consteval] = ACTIONS(3016), [sym_primitive_type] = ACTIONS(3016), [anon_sym_enum] = ACTIONS(3016), [anon_sym_class] = ACTIONS(3016), [anon_sym_struct] = ACTIONS(3016), [anon_sym_union] = ACTIONS(3016), [anon_sym_if] = ACTIONS(3016), [anon_sym_else] = ACTIONS(3016), [anon_sym_switch] = ACTIONS(3016), [anon_sym_case] = ACTIONS(3016), [anon_sym_default] = ACTIONS(3016), [anon_sym_while] = ACTIONS(3016), [anon_sym_do] = ACTIONS(3016), [anon_sym_for] = ACTIONS(3016), [anon_sym_return] = ACTIONS(3016), [anon_sym_break] = ACTIONS(3016), [anon_sym_continue] = ACTIONS(3016), [anon_sym_goto] = ACTIONS(3016), [anon_sym_not] = ACTIONS(3016), [anon_sym_compl] = ACTIONS(3016), [anon_sym_DASH_DASH] = ACTIONS(3018), [anon_sym_PLUS_PLUS] = ACTIONS(3018), [anon_sym_sizeof] = ACTIONS(3016), [anon_sym_offsetof] = ACTIONS(3016), [anon_sym__Generic] = ACTIONS(3016), [anon_sym_asm] = ACTIONS(3016), [anon_sym___asm__] = ACTIONS(3016), [sym_number_literal] = ACTIONS(3018), [anon_sym_L_SQUOTE] = ACTIONS(3018), [anon_sym_u_SQUOTE] = ACTIONS(3018), [anon_sym_U_SQUOTE] = ACTIONS(3018), [anon_sym_u8_SQUOTE] = ACTIONS(3018), [anon_sym_SQUOTE] = ACTIONS(3018), [anon_sym_L_DQUOTE] = ACTIONS(3018), [anon_sym_u_DQUOTE] = ACTIONS(3018), [anon_sym_U_DQUOTE] = ACTIONS(3018), [anon_sym_u8_DQUOTE] = ACTIONS(3018), [anon_sym_DQUOTE] = ACTIONS(3018), [sym_true] = ACTIONS(3016), [sym_false] = ACTIONS(3016), [anon_sym_NULL] = ACTIONS(3016), [anon_sym_nullptr] = ACTIONS(3016), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3016), [anon_sym_decltype] = ACTIONS(3016), [anon_sym_virtual] = ACTIONS(3016), [anon_sym_explicit] = ACTIONS(3016), [anon_sym_typename] = ACTIONS(3016), [anon_sym_template] = ACTIONS(3016), [anon_sym_operator] = ACTIONS(3016), [anon_sym_try] = ACTIONS(3016), [anon_sym_delete] = ACTIONS(3016), [anon_sym_throw] = ACTIONS(3016), [anon_sym_namespace] = ACTIONS(3016), [anon_sym_using] = ACTIONS(3016), [anon_sym_static_assert] = ACTIONS(3016), [anon_sym_concept] = ACTIONS(3016), [anon_sym_co_return] = ACTIONS(3016), [anon_sym_co_yield] = ACTIONS(3016), [anon_sym_R_DQUOTE] = ACTIONS(3018), [anon_sym_LR_DQUOTE] = ACTIONS(3018), [anon_sym_uR_DQUOTE] = ACTIONS(3018), [anon_sym_UR_DQUOTE] = ACTIONS(3018), [anon_sym_u8R_DQUOTE] = ACTIONS(3018), [anon_sym_co_await] = ACTIONS(3016), [anon_sym_new] = ACTIONS(3016), [anon_sym_requires] = ACTIONS(3016), [sym_this] = ACTIONS(3016), }, [1051] = { [sym_identifier] = ACTIONS(2542), [aux_sym_preproc_include_token1] = ACTIONS(2542), [aux_sym_preproc_def_token1] = ACTIONS(2542), [anon_sym_COMMA] = ACTIONS(2966), [aux_sym_preproc_if_token1] = ACTIONS(2542), [aux_sym_preproc_ifdef_token1] = ACTIONS(2542), [aux_sym_preproc_ifdef_token2] = ACTIONS(2542), [sym_preproc_directive] = ACTIONS(2542), [anon_sym_LPAREN2] = ACTIONS(2540), [anon_sym_BANG] = ACTIONS(2540), [anon_sym_TILDE] = ACTIONS(2540), [anon_sym_DASH] = ACTIONS(2542), [anon_sym_PLUS] = ACTIONS(2542), [anon_sym_STAR] = ACTIONS(2540), [anon_sym_AMP_AMP] = ACTIONS(2540), [anon_sym_AMP] = ACTIONS(2542), [anon_sym_SEMI] = ACTIONS(2540), [anon_sym_typedef] = ACTIONS(2542), [anon_sym_extern] = ACTIONS(2542), [anon_sym___attribute__] = ACTIONS(2542), [anon_sym_COLON_COLON] = ACTIONS(2540), [anon_sym_LBRACK_LBRACK] = ACTIONS(2540), [anon_sym___declspec] = ACTIONS(2542), [anon_sym___based] = ACTIONS(2542), [anon_sym___cdecl] = ACTIONS(2542), [anon_sym___clrcall] = ACTIONS(2542), [anon_sym___stdcall] = ACTIONS(2542), [anon_sym___fastcall] = ACTIONS(2542), [anon_sym___thiscall] = ACTIONS(2542), [anon_sym___vectorcall] = ACTIONS(2542), [anon_sym_LBRACE] = ACTIONS(2540), [anon_sym_RBRACE] = ACTIONS(2966), [anon_sym_signed] = ACTIONS(2542), [anon_sym_unsigned] = ACTIONS(2542), [anon_sym_long] = ACTIONS(2542), [anon_sym_short] = ACTIONS(2542), [anon_sym_LBRACK] = ACTIONS(2542), [anon_sym_static] = ACTIONS(2542), [anon_sym_register] = ACTIONS(2542), [anon_sym_inline] = ACTIONS(2542), [anon_sym_thread_local] = ACTIONS(2542), [anon_sym_const] = ACTIONS(2542), [anon_sym_constexpr] = ACTIONS(2542), [anon_sym_volatile] = ACTIONS(2542), [anon_sym_restrict] = ACTIONS(2542), [anon_sym___restrict__] = ACTIONS(2542), [anon_sym__Atomic] = ACTIONS(2542), [anon_sym__Noreturn] = ACTIONS(2542), [anon_sym_noreturn] = ACTIONS(2542), [anon_sym_mutable] = ACTIONS(2542), [anon_sym_constinit] = ACTIONS(2542), [anon_sym_consteval] = ACTIONS(2542), [sym_primitive_type] = ACTIONS(2542), [anon_sym_enum] = ACTIONS(2542), [anon_sym_class] = ACTIONS(2542), [anon_sym_struct] = ACTIONS(2542), [anon_sym_union] = ACTIONS(2542), [anon_sym_if] = ACTIONS(2542), [anon_sym_switch] = ACTIONS(2542), [anon_sym_case] = ACTIONS(2542), [anon_sym_default] = ACTIONS(2542), [anon_sym_while] = ACTIONS(2542), [anon_sym_do] = ACTIONS(2542), [anon_sym_for] = ACTIONS(2542), [anon_sym_return] = ACTIONS(2542), [anon_sym_break] = ACTIONS(2542), [anon_sym_continue] = ACTIONS(2542), [anon_sym_goto] = ACTIONS(2542), [anon_sym_not] = ACTIONS(2542), [anon_sym_compl] = ACTIONS(2542), [anon_sym_DASH_DASH] = ACTIONS(2540), [anon_sym_PLUS_PLUS] = ACTIONS(2540), [anon_sym_sizeof] = ACTIONS(2542), [anon_sym_offsetof] = ACTIONS(2542), [anon_sym__Generic] = ACTIONS(2542), [anon_sym_asm] = ACTIONS(2542), [anon_sym___asm__] = ACTIONS(2542), [sym_number_literal] = ACTIONS(2540), [anon_sym_L_SQUOTE] = ACTIONS(2540), [anon_sym_u_SQUOTE] = ACTIONS(2540), [anon_sym_U_SQUOTE] = ACTIONS(2540), [anon_sym_u8_SQUOTE] = ACTIONS(2540), [anon_sym_SQUOTE] = ACTIONS(2540), [anon_sym_L_DQUOTE] = ACTIONS(2540), [anon_sym_u_DQUOTE] = ACTIONS(2540), [anon_sym_U_DQUOTE] = ACTIONS(2540), [anon_sym_u8_DQUOTE] = ACTIONS(2540), [anon_sym_DQUOTE] = ACTIONS(2540), [sym_true] = ACTIONS(2542), [sym_false] = ACTIONS(2542), [anon_sym_NULL] = ACTIONS(2542), [anon_sym_nullptr] = ACTIONS(2542), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2542), [anon_sym_decltype] = ACTIONS(2542), [anon_sym_virtual] = ACTIONS(2542), [anon_sym_explicit] = ACTIONS(2542), [anon_sym_typename] = ACTIONS(2542), [anon_sym_template] = ACTIONS(2542), [anon_sym_operator] = ACTIONS(2542), [anon_sym_try] = ACTIONS(2542), [anon_sym_delete] = ACTIONS(2542), [anon_sym_throw] = ACTIONS(2542), [anon_sym_namespace] = ACTIONS(2542), [anon_sym_using] = ACTIONS(2542), [anon_sym_static_assert] = ACTIONS(2542), [anon_sym_concept] = ACTIONS(2542), [anon_sym_co_return] = ACTIONS(2542), [anon_sym_co_yield] = ACTIONS(2542), [anon_sym_R_DQUOTE] = ACTIONS(2540), [anon_sym_LR_DQUOTE] = ACTIONS(2540), [anon_sym_uR_DQUOTE] = ACTIONS(2540), [anon_sym_UR_DQUOTE] = ACTIONS(2540), [anon_sym_u8R_DQUOTE] = ACTIONS(2540), [anon_sym_co_await] = ACTIONS(2542), [anon_sym_new] = ACTIONS(2542), [anon_sym_requires] = ACTIONS(2542), [sym_this] = ACTIONS(2542), }, [1052] = { [ts_builtin_sym_end] = ACTIONS(2916), [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [1053] = { [ts_builtin_sym_end] = ACTIONS(2916), [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [1054] = { [sym_identifier] = ACTIONS(3048), [aux_sym_preproc_include_token1] = ACTIONS(3048), [aux_sym_preproc_def_token1] = ACTIONS(3048), [aux_sym_preproc_if_token1] = ACTIONS(3048), [aux_sym_preproc_if_token2] = ACTIONS(3048), [aux_sym_preproc_ifdef_token1] = ACTIONS(3048), [aux_sym_preproc_ifdef_token2] = ACTIONS(3048), [sym_preproc_directive] = ACTIONS(3048), [anon_sym_LPAREN2] = ACTIONS(3050), [anon_sym_BANG] = ACTIONS(3050), [anon_sym_TILDE] = ACTIONS(3050), [anon_sym_DASH] = ACTIONS(3048), [anon_sym_PLUS] = ACTIONS(3048), [anon_sym_STAR] = ACTIONS(3050), [anon_sym_AMP_AMP] = ACTIONS(3050), [anon_sym_AMP] = ACTIONS(3048), [anon_sym_SEMI] = ACTIONS(3050), [anon_sym_typedef] = ACTIONS(3048), [anon_sym_extern] = ACTIONS(3048), [anon_sym___attribute__] = ACTIONS(3048), [anon_sym_COLON_COLON] = ACTIONS(3050), [anon_sym_LBRACK_LBRACK] = ACTIONS(3050), [anon_sym___declspec] = ACTIONS(3048), [anon_sym___based] = ACTIONS(3048), [anon_sym___cdecl] = ACTIONS(3048), [anon_sym___clrcall] = ACTIONS(3048), [anon_sym___stdcall] = ACTIONS(3048), [anon_sym___fastcall] = ACTIONS(3048), [anon_sym___thiscall] = ACTIONS(3048), [anon_sym___vectorcall] = ACTIONS(3048), [anon_sym_LBRACE] = ACTIONS(3050), [anon_sym_signed] = ACTIONS(3048), [anon_sym_unsigned] = ACTIONS(3048), [anon_sym_long] = ACTIONS(3048), [anon_sym_short] = ACTIONS(3048), [anon_sym_LBRACK] = ACTIONS(3048), [anon_sym_static] = ACTIONS(3048), [anon_sym_register] = ACTIONS(3048), [anon_sym_inline] = ACTIONS(3048), [anon_sym_thread_local] = ACTIONS(3048), [anon_sym_const] = ACTIONS(3048), [anon_sym_constexpr] = ACTIONS(3048), [anon_sym_volatile] = ACTIONS(3048), [anon_sym_restrict] = ACTIONS(3048), [anon_sym___restrict__] = ACTIONS(3048), [anon_sym__Atomic] = ACTIONS(3048), [anon_sym__Noreturn] = ACTIONS(3048), [anon_sym_noreturn] = ACTIONS(3048), [anon_sym_mutable] = ACTIONS(3048), [anon_sym_constinit] = ACTIONS(3048), [anon_sym_consteval] = ACTIONS(3048), [sym_primitive_type] = ACTIONS(3048), [anon_sym_enum] = ACTIONS(3048), [anon_sym_class] = ACTIONS(3048), [anon_sym_struct] = ACTIONS(3048), [anon_sym_union] = ACTIONS(3048), [anon_sym_if] = ACTIONS(3048), [anon_sym_else] = ACTIONS(3048), [anon_sym_switch] = ACTIONS(3048), [anon_sym_case] = ACTIONS(3048), [anon_sym_default] = ACTIONS(3048), [anon_sym_while] = ACTIONS(3048), [anon_sym_do] = ACTIONS(3048), [anon_sym_for] = ACTIONS(3048), [anon_sym_return] = ACTIONS(3048), [anon_sym_break] = ACTIONS(3048), [anon_sym_continue] = ACTIONS(3048), [anon_sym_goto] = ACTIONS(3048), [anon_sym_not] = ACTIONS(3048), [anon_sym_compl] = ACTIONS(3048), [anon_sym_DASH_DASH] = ACTIONS(3050), [anon_sym_PLUS_PLUS] = ACTIONS(3050), [anon_sym_sizeof] = ACTIONS(3048), [anon_sym_offsetof] = ACTIONS(3048), [anon_sym__Generic] = ACTIONS(3048), [anon_sym_asm] = ACTIONS(3048), [anon_sym___asm__] = ACTIONS(3048), [sym_number_literal] = ACTIONS(3050), [anon_sym_L_SQUOTE] = ACTIONS(3050), [anon_sym_u_SQUOTE] = ACTIONS(3050), [anon_sym_U_SQUOTE] = ACTIONS(3050), [anon_sym_u8_SQUOTE] = ACTIONS(3050), [anon_sym_SQUOTE] = ACTIONS(3050), [anon_sym_L_DQUOTE] = ACTIONS(3050), [anon_sym_u_DQUOTE] = ACTIONS(3050), [anon_sym_U_DQUOTE] = ACTIONS(3050), [anon_sym_u8_DQUOTE] = ACTIONS(3050), [anon_sym_DQUOTE] = ACTIONS(3050), [sym_true] = ACTIONS(3048), [sym_false] = ACTIONS(3048), [anon_sym_NULL] = ACTIONS(3048), [anon_sym_nullptr] = ACTIONS(3048), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3048), [anon_sym_decltype] = ACTIONS(3048), [anon_sym_virtual] = ACTIONS(3048), [anon_sym_explicit] = ACTIONS(3048), [anon_sym_typename] = ACTIONS(3048), [anon_sym_template] = ACTIONS(3048), [anon_sym_operator] = ACTIONS(3048), [anon_sym_try] = ACTIONS(3048), [anon_sym_delete] = ACTIONS(3048), [anon_sym_throw] = ACTIONS(3048), [anon_sym_namespace] = ACTIONS(3048), [anon_sym_using] = ACTIONS(3048), [anon_sym_static_assert] = ACTIONS(3048), [anon_sym_concept] = ACTIONS(3048), [anon_sym_co_return] = ACTIONS(3048), [anon_sym_co_yield] = ACTIONS(3048), [anon_sym_R_DQUOTE] = ACTIONS(3050), [anon_sym_LR_DQUOTE] = ACTIONS(3050), [anon_sym_uR_DQUOTE] = ACTIONS(3050), [anon_sym_UR_DQUOTE] = ACTIONS(3050), [anon_sym_u8R_DQUOTE] = ACTIONS(3050), [anon_sym_co_await] = ACTIONS(3048), [anon_sym_new] = ACTIONS(3048), [anon_sym_requires] = ACTIONS(3048), [sym_this] = ACTIONS(3048), }, [1055] = { [ts_builtin_sym_end] = ACTIONS(2940), [sym_identifier] = ACTIONS(2938), [aux_sym_preproc_include_token1] = ACTIONS(2938), [aux_sym_preproc_def_token1] = ACTIONS(2938), [aux_sym_preproc_if_token1] = ACTIONS(2938), [aux_sym_preproc_ifdef_token1] = ACTIONS(2938), [aux_sym_preproc_ifdef_token2] = ACTIONS(2938), [sym_preproc_directive] = ACTIONS(2938), [anon_sym_LPAREN2] = ACTIONS(2940), [anon_sym_BANG] = ACTIONS(2940), [anon_sym_TILDE] = ACTIONS(2940), [anon_sym_DASH] = ACTIONS(2938), [anon_sym_PLUS] = ACTIONS(2938), [anon_sym_STAR] = ACTIONS(2940), [anon_sym_AMP_AMP] = ACTIONS(2940), [anon_sym_AMP] = ACTIONS(2938), [anon_sym_SEMI] = ACTIONS(2940), [anon_sym_typedef] = ACTIONS(2938), [anon_sym_extern] = ACTIONS(2938), [anon_sym___attribute__] = ACTIONS(2938), [anon_sym_COLON_COLON] = ACTIONS(2940), [anon_sym_LBRACK_LBRACK] = ACTIONS(2940), [anon_sym___declspec] = ACTIONS(2938), [anon_sym___based] = ACTIONS(2938), [anon_sym___cdecl] = ACTIONS(2938), [anon_sym___clrcall] = ACTIONS(2938), [anon_sym___stdcall] = ACTIONS(2938), [anon_sym___fastcall] = ACTIONS(2938), [anon_sym___thiscall] = ACTIONS(2938), [anon_sym___vectorcall] = ACTIONS(2938), [anon_sym_LBRACE] = ACTIONS(2940), [anon_sym_signed] = ACTIONS(2938), [anon_sym_unsigned] = ACTIONS(2938), [anon_sym_long] = ACTIONS(2938), [anon_sym_short] = ACTIONS(2938), [anon_sym_LBRACK] = ACTIONS(2938), [anon_sym_static] = ACTIONS(2938), [anon_sym_register] = ACTIONS(2938), [anon_sym_inline] = ACTIONS(2938), [anon_sym_thread_local] = ACTIONS(2938), [anon_sym_const] = ACTIONS(2938), [anon_sym_constexpr] = ACTIONS(2938), [anon_sym_volatile] = ACTIONS(2938), [anon_sym_restrict] = ACTIONS(2938), [anon_sym___restrict__] = ACTIONS(2938), [anon_sym__Atomic] = ACTIONS(2938), [anon_sym__Noreturn] = ACTIONS(2938), [anon_sym_noreturn] = ACTIONS(2938), [anon_sym_mutable] = ACTIONS(2938), [anon_sym_constinit] = ACTIONS(2938), [anon_sym_consteval] = ACTIONS(2938), [sym_primitive_type] = ACTIONS(2938), [anon_sym_enum] = ACTIONS(2938), [anon_sym_class] = ACTIONS(2938), [anon_sym_struct] = ACTIONS(2938), [anon_sym_union] = ACTIONS(2938), [anon_sym_if] = ACTIONS(2938), [anon_sym_else] = ACTIONS(2938), [anon_sym_switch] = ACTIONS(2938), [anon_sym_case] = ACTIONS(2938), [anon_sym_default] = ACTIONS(2938), [anon_sym_while] = ACTIONS(2938), [anon_sym_do] = ACTIONS(2938), [anon_sym_for] = ACTIONS(2938), [anon_sym_return] = ACTIONS(2938), [anon_sym_break] = ACTIONS(2938), [anon_sym_continue] = ACTIONS(2938), [anon_sym_goto] = ACTIONS(2938), [anon_sym_not] = ACTIONS(2938), [anon_sym_compl] = ACTIONS(2938), [anon_sym_DASH_DASH] = ACTIONS(2940), [anon_sym_PLUS_PLUS] = ACTIONS(2940), [anon_sym_sizeof] = ACTIONS(2938), [anon_sym_offsetof] = ACTIONS(2938), [anon_sym__Generic] = ACTIONS(2938), [anon_sym_asm] = ACTIONS(2938), [anon_sym___asm__] = ACTIONS(2938), [sym_number_literal] = ACTIONS(2940), [anon_sym_L_SQUOTE] = ACTIONS(2940), [anon_sym_u_SQUOTE] = ACTIONS(2940), [anon_sym_U_SQUOTE] = ACTIONS(2940), [anon_sym_u8_SQUOTE] = ACTIONS(2940), [anon_sym_SQUOTE] = ACTIONS(2940), [anon_sym_L_DQUOTE] = ACTIONS(2940), [anon_sym_u_DQUOTE] = ACTIONS(2940), [anon_sym_U_DQUOTE] = ACTIONS(2940), [anon_sym_u8_DQUOTE] = ACTIONS(2940), [anon_sym_DQUOTE] = ACTIONS(2940), [sym_true] = ACTIONS(2938), [sym_false] = ACTIONS(2938), [anon_sym_NULL] = ACTIONS(2938), [anon_sym_nullptr] = ACTIONS(2938), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2938), [anon_sym_decltype] = ACTIONS(2938), [anon_sym_virtual] = ACTIONS(2938), [anon_sym_explicit] = ACTIONS(2938), [anon_sym_typename] = ACTIONS(2938), [anon_sym_template] = ACTIONS(2938), [anon_sym_operator] = ACTIONS(2938), [anon_sym_try] = ACTIONS(2938), [anon_sym_delete] = ACTIONS(2938), [anon_sym_throw] = ACTIONS(2938), [anon_sym_namespace] = ACTIONS(2938), [anon_sym_using] = ACTIONS(2938), [anon_sym_static_assert] = ACTIONS(2938), [anon_sym_concept] = ACTIONS(2938), [anon_sym_co_return] = ACTIONS(2938), [anon_sym_co_yield] = ACTIONS(2938), [anon_sym_R_DQUOTE] = ACTIONS(2940), [anon_sym_LR_DQUOTE] = ACTIONS(2940), [anon_sym_uR_DQUOTE] = ACTIONS(2940), [anon_sym_UR_DQUOTE] = ACTIONS(2940), [anon_sym_u8R_DQUOTE] = ACTIONS(2940), [anon_sym_co_await] = ACTIONS(2938), [anon_sym_new] = ACTIONS(2938), [anon_sym_requires] = ACTIONS(2938), [sym_this] = ACTIONS(2938), }, [1056] = { [sym_identifier] = ACTIONS(3036), [aux_sym_preproc_include_token1] = ACTIONS(3036), [aux_sym_preproc_def_token1] = ACTIONS(3036), [aux_sym_preproc_if_token1] = ACTIONS(3036), [aux_sym_preproc_ifdef_token1] = ACTIONS(3036), [aux_sym_preproc_ifdef_token2] = ACTIONS(3036), [sym_preproc_directive] = ACTIONS(3036), [anon_sym_LPAREN2] = ACTIONS(3038), [anon_sym_BANG] = ACTIONS(3038), [anon_sym_TILDE] = ACTIONS(3038), [anon_sym_DASH] = ACTIONS(3036), [anon_sym_PLUS] = ACTIONS(3036), [anon_sym_STAR] = ACTIONS(3038), [anon_sym_AMP_AMP] = ACTIONS(3038), [anon_sym_AMP] = ACTIONS(3036), [anon_sym_SEMI] = ACTIONS(3038), [anon_sym_typedef] = ACTIONS(3036), [anon_sym_extern] = ACTIONS(3036), [anon_sym___attribute__] = ACTIONS(3036), [anon_sym_COLON_COLON] = ACTIONS(3038), [anon_sym_LBRACK_LBRACK] = ACTIONS(3038), [anon_sym___declspec] = ACTIONS(3036), [anon_sym___based] = ACTIONS(3036), [anon_sym___cdecl] = ACTIONS(3036), [anon_sym___clrcall] = ACTIONS(3036), [anon_sym___stdcall] = ACTIONS(3036), [anon_sym___fastcall] = ACTIONS(3036), [anon_sym___thiscall] = ACTIONS(3036), [anon_sym___vectorcall] = ACTIONS(3036), [anon_sym_LBRACE] = ACTIONS(3038), [anon_sym_RBRACE] = ACTIONS(3038), [anon_sym_signed] = ACTIONS(3036), [anon_sym_unsigned] = ACTIONS(3036), [anon_sym_long] = ACTIONS(3036), [anon_sym_short] = ACTIONS(3036), [anon_sym_LBRACK] = ACTIONS(3036), [anon_sym_static] = ACTIONS(3036), [anon_sym_register] = ACTIONS(3036), [anon_sym_inline] = ACTIONS(3036), [anon_sym_thread_local] = ACTIONS(3036), [anon_sym_const] = ACTIONS(3036), [anon_sym_constexpr] = ACTIONS(3036), [anon_sym_volatile] = ACTIONS(3036), [anon_sym_restrict] = ACTIONS(3036), [anon_sym___restrict__] = ACTIONS(3036), [anon_sym__Atomic] = ACTIONS(3036), [anon_sym__Noreturn] = ACTIONS(3036), [anon_sym_noreturn] = ACTIONS(3036), [anon_sym_mutable] = ACTIONS(3036), [anon_sym_constinit] = ACTIONS(3036), [anon_sym_consteval] = ACTIONS(3036), [sym_primitive_type] = ACTIONS(3036), [anon_sym_enum] = ACTIONS(3036), [anon_sym_class] = ACTIONS(3036), [anon_sym_struct] = ACTIONS(3036), [anon_sym_union] = ACTIONS(3036), [anon_sym_if] = ACTIONS(3036), [anon_sym_else] = ACTIONS(3036), [anon_sym_switch] = ACTIONS(3036), [anon_sym_case] = ACTIONS(3036), [anon_sym_default] = ACTIONS(3036), [anon_sym_while] = ACTIONS(3036), [anon_sym_do] = ACTIONS(3036), [anon_sym_for] = ACTIONS(3036), [anon_sym_return] = ACTIONS(3036), [anon_sym_break] = ACTIONS(3036), [anon_sym_continue] = ACTIONS(3036), [anon_sym_goto] = ACTIONS(3036), [anon_sym_not] = ACTIONS(3036), [anon_sym_compl] = ACTIONS(3036), [anon_sym_DASH_DASH] = ACTIONS(3038), [anon_sym_PLUS_PLUS] = ACTIONS(3038), [anon_sym_sizeof] = ACTIONS(3036), [anon_sym_offsetof] = ACTIONS(3036), [anon_sym__Generic] = ACTIONS(3036), [anon_sym_asm] = ACTIONS(3036), [anon_sym___asm__] = ACTIONS(3036), [sym_number_literal] = ACTIONS(3038), [anon_sym_L_SQUOTE] = ACTIONS(3038), [anon_sym_u_SQUOTE] = ACTIONS(3038), [anon_sym_U_SQUOTE] = ACTIONS(3038), [anon_sym_u8_SQUOTE] = ACTIONS(3038), [anon_sym_SQUOTE] = ACTIONS(3038), [anon_sym_L_DQUOTE] = ACTIONS(3038), [anon_sym_u_DQUOTE] = ACTIONS(3038), [anon_sym_U_DQUOTE] = ACTIONS(3038), [anon_sym_u8_DQUOTE] = ACTIONS(3038), [anon_sym_DQUOTE] = ACTIONS(3038), [sym_true] = ACTIONS(3036), [sym_false] = ACTIONS(3036), [anon_sym_NULL] = ACTIONS(3036), [anon_sym_nullptr] = ACTIONS(3036), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3036), [anon_sym_decltype] = ACTIONS(3036), [anon_sym_virtual] = ACTIONS(3036), [anon_sym_explicit] = ACTIONS(3036), [anon_sym_typename] = ACTIONS(3036), [anon_sym_template] = ACTIONS(3036), [anon_sym_operator] = ACTIONS(3036), [anon_sym_try] = ACTIONS(3036), [anon_sym_delete] = ACTIONS(3036), [anon_sym_throw] = ACTIONS(3036), [anon_sym_namespace] = ACTIONS(3036), [anon_sym_using] = ACTIONS(3036), [anon_sym_static_assert] = ACTIONS(3036), [anon_sym_concept] = ACTIONS(3036), [anon_sym_co_return] = ACTIONS(3036), [anon_sym_co_yield] = ACTIONS(3036), [anon_sym_R_DQUOTE] = ACTIONS(3038), [anon_sym_LR_DQUOTE] = ACTIONS(3038), [anon_sym_uR_DQUOTE] = ACTIONS(3038), [anon_sym_UR_DQUOTE] = ACTIONS(3038), [anon_sym_u8R_DQUOTE] = ACTIONS(3038), [anon_sym_co_await] = ACTIONS(3036), [anon_sym_new] = ACTIONS(3036), [anon_sym_requires] = ACTIONS(3036), [sym_this] = ACTIONS(3036), }, [1057] = { [sym_identifier] = ACTIONS(3032), [aux_sym_preproc_include_token1] = ACTIONS(3032), [aux_sym_preproc_def_token1] = ACTIONS(3032), [aux_sym_preproc_if_token1] = ACTIONS(3032), [aux_sym_preproc_ifdef_token1] = ACTIONS(3032), [aux_sym_preproc_ifdef_token2] = ACTIONS(3032), [sym_preproc_directive] = ACTIONS(3032), [anon_sym_LPAREN2] = ACTIONS(3034), [anon_sym_BANG] = ACTIONS(3034), [anon_sym_TILDE] = ACTIONS(3034), [anon_sym_DASH] = ACTIONS(3032), [anon_sym_PLUS] = ACTIONS(3032), [anon_sym_STAR] = ACTIONS(3034), [anon_sym_AMP_AMP] = ACTIONS(3034), [anon_sym_AMP] = ACTIONS(3032), [anon_sym_SEMI] = ACTIONS(3034), [anon_sym_typedef] = ACTIONS(3032), [anon_sym_extern] = ACTIONS(3032), [anon_sym___attribute__] = ACTIONS(3032), [anon_sym_COLON_COLON] = ACTIONS(3034), [anon_sym_LBRACK_LBRACK] = ACTIONS(3034), [anon_sym___declspec] = ACTIONS(3032), [anon_sym___based] = ACTIONS(3032), [anon_sym___cdecl] = ACTIONS(3032), [anon_sym___clrcall] = ACTIONS(3032), [anon_sym___stdcall] = ACTIONS(3032), [anon_sym___fastcall] = ACTIONS(3032), [anon_sym___thiscall] = ACTIONS(3032), [anon_sym___vectorcall] = ACTIONS(3032), [anon_sym_LBRACE] = ACTIONS(3034), [anon_sym_RBRACE] = ACTIONS(3034), [anon_sym_signed] = ACTIONS(3032), [anon_sym_unsigned] = ACTIONS(3032), [anon_sym_long] = ACTIONS(3032), [anon_sym_short] = ACTIONS(3032), [anon_sym_LBRACK] = ACTIONS(3032), [anon_sym_static] = ACTIONS(3032), [anon_sym_register] = ACTIONS(3032), [anon_sym_inline] = ACTIONS(3032), [anon_sym_thread_local] = ACTIONS(3032), [anon_sym_const] = ACTIONS(3032), [anon_sym_constexpr] = ACTIONS(3032), [anon_sym_volatile] = ACTIONS(3032), [anon_sym_restrict] = ACTIONS(3032), [anon_sym___restrict__] = ACTIONS(3032), [anon_sym__Atomic] = ACTIONS(3032), [anon_sym__Noreturn] = ACTIONS(3032), [anon_sym_noreturn] = ACTIONS(3032), [anon_sym_mutable] = ACTIONS(3032), [anon_sym_constinit] = ACTIONS(3032), [anon_sym_consteval] = ACTIONS(3032), [sym_primitive_type] = ACTIONS(3032), [anon_sym_enum] = ACTIONS(3032), [anon_sym_class] = ACTIONS(3032), [anon_sym_struct] = ACTIONS(3032), [anon_sym_union] = ACTIONS(3032), [anon_sym_if] = ACTIONS(3032), [anon_sym_else] = ACTIONS(3032), [anon_sym_switch] = ACTIONS(3032), [anon_sym_case] = ACTIONS(3032), [anon_sym_default] = ACTIONS(3032), [anon_sym_while] = ACTIONS(3032), [anon_sym_do] = ACTIONS(3032), [anon_sym_for] = ACTIONS(3032), [anon_sym_return] = ACTIONS(3032), [anon_sym_break] = ACTIONS(3032), [anon_sym_continue] = ACTIONS(3032), [anon_sym_goto] = ACTIONS(3032), [anon_sym_not] = ACTIONS(3032), [anon_sym_compl] = ACTIONS(3032), [anon_sym_DASH_DASH] = ACTIONS(3034), [anon_sym_PLUS_PLUS] = ACTIONS(3034), [anon_sym_sizeof] = ACTIONS(3032), [anon_sym_offsetof] = ACTIONS(3032), [anon_sym__Generic] = ACTIONS(3032), [anon_sym_asm] = ACTIONS(3032), [anon_sym___asm__] = ACTIONS(3032), [sym_number_literal] = ACTIONS(3034), [anon_sym_L_SQUOTE] = ACTIONS(3034), [anon_sym_u_SQUOTE] = ACTIONS(3034), [anon_sym_U_SQUOTE] = ACTIONS(3034), [anon_sym_u8_SQUOTE] = ACTIONS(3034), [anon_sym_SQUOTE] = ACTIONS(3034), [anon_sym_L_DQUOTE] = ACTIONS(3034), [anon_sym_u_DQUOTE] = ACTIONS(3034), [anon_sym_U_DQUOTE] = ACTIONS(3034), [anon_sym_u8_DQUOTE] = ACTIONS(3034), [anon_sym_DQUOTE] = ACTIONS(3034), [sym_true] = ACTIONS(3032), [sym_false] = ACTIONS(3032), [anon_sym_NULL] = ACTIONS(3032), [anon_sym_nullptr] = ACTIONS(3032), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3032), [anon_sym_decltype] = ACTIONS(3032), [anon_sym_virtual] = ACTIONS(3032), [anon_sym_explicit] = ACTIONS(3032), [anon_sym_typename] = ACTIONS(3032), [anon_sym_template] = ACTIONS(3032), [anon_sym_operator] = ACTIONS(3032), [anon_sym_try] = ACTIONS(3032), [anon_sym_delete] = ACTIONS(3032), [anon_sym_throw] = ACTIONS(3032), [anon_sym_namespace] = ACTIONS(3032), [anon_sym_using] = ACTIONS(3032), [anon_sym_static_assert] = ACTIONS(3032), [anon_sym_concept] = ACTIONS(3032), [anon_sym_co_return] = ACTIONS(3032), [anon_sym_co_yield] = ACTIONS(3032), [anon_sym_R_DQUOTE] = ACTIONS(3034), [anon_sym_LR_DQUOTE] = ACTIONS(3034), [anon_sym_uR_DQUOTE] = ACTIONS(3034), [anon_sym_UR_DQUOTE] = ACTIONS(3034), [anon_sym_u8R_DQUOTE] = ACTIONS(3034), [anon_sym_co_await] = ACTIONS(3032), [anon_sym_new] = ACTIONS(3032), [anon_sym_requires] = ACTIONS(3032), [sym_this] = ACTIONS(3032), }, [1058] = { [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_RBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [1059] = { [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_RBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [1060] = { [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_RBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [1061] = { [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_RBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [1062] = { [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_RBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [1063] = { [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_RBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [1064] = { [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_RBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [1065] = { [ts_builtin_sym_end] = ACTIONS(2916), [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [1066] = { [ts_builtin_sym_end] = ACTIONS(3101), [sym_identifier] = ACTIONS(3099), [aux_sym_preproc_include_token1] = ACTIONS(3099), [aux_sym_preproc_def_token1] = ACTIONS(3099), [aux_sym_preproc_if_token1] = ACTIONS(3099), [aux_sym_preproc_ifdef_token1] = ACTIONS(3099), [aux_sym_preproc_ifdef_token2] = ACTIONS(3099), [sym_preproc_directive] = ACTIONS(3099), [anon_sym_LPAREN2] = ACTIONS(3101), [anon_sym_BANG] = ACTIONS(3101), [anon_sym_TILDE] = ACTIONS(3101), [anon_sym_DASH] = ACTIONS(3099), [anon_sym_PLUS] = ACTIONS(3099), [anon_sym_STAR] = ACTIONS(3101), [anon_sym_AMP_AMP] = ACTIONS(3101), [anon_sym_AMP] = ACTIONS(3099), [anon_sym_SEMI] = ACTIONS(3101), [anon_sym_typedef] = ACTIONS(3099), [anon_sym_extern] = ACTIONS(3099), [anon_sym___attribute__] = ACTIONS(3099), [anon_sym_COLON_COLON] = ACTIONS(3101), [anon_sym_LBRACK_LBRACK] = ACTIONS(3101), [anon_sym___declspec] = ACTIONS(3099), [anon_sym___based] = ACTIONS(3099), [anon_sym___cdecl] = ACTIONS(3099), [anon_sym___clrcall] = ACTIONS(3099), [anon_sym___stdcall] = ACTIONS(3099), [anon_sym___fastcall] = ACTIONS(3099), [anon_sym___thiscall] = ACTIONS(3099), [anon_sym___vectorcall] = ACTIONS(3099), [anon_sym_LBRACE] = ACTIONS(3101), [anon_sym_signed] = ACTIONS(3099), [anon_sym_unsigned] = ACTIONS(3099), [anon_sym_long] = ACTIONS(3099), [anon_sym_short] = ACTIONS(3099), [anon_sym_LBRACK] = ACTIONS(3099), [anon_sym_static] = ACTIONS(3099), [anon_sym_register] = ACTIONS(3099), [anon_sym_inline] = ACTIONS(3099), [anon_sym_thread_local] = ACTIONS(3099), [anon_sym_const] = ACTIONS(3099), [anon_sym_constexpr] = ACTIONS(3099), [anon_sym_volatile] = ACTIONS(3099), [anon_sym_restrict] = ACTIONS(3099), [anon_sym___restrict__] = ACTIONS(3099), [anon_sym__Atomic] = ACTIONS(3099), [anon_sym__Noreturn] = ACTIONS(3099), [anon_sym_noreturn] = ACTIONS(3099), [anon_sym_mutable] = ACTIONS(3099), [anon_sym_constinit] = ACTIONS(3099), [anon_sym_consteval] = ACTIONS(3099), [sym_primitive_type] = ACTIONS(3099), [anon_sym_enum] = ACTIONS(3099), [anon_sym_class] = ACTIONS(3099), [anon_sym_struct] = ACTIONS(3099), [anon_sym_union] = ACTIONS(3099), [anon_sym_if] = ACTIONS(3099), [anon_sym_else] = ACTIONS(3099), [anon_sym_switch] = ACTIONS(3099), [anon_sym_case] = ACTIONS(3099), [anon_sym_default] = ACTIONS(3099), [anon_sym_while] = ACTIONS(3099), [anon_sym_do] = ACTIONS(3099), [anon_sym_for] = ACTIONS(3099), [anon_sym_return] = ACTIONS(3099), [anon_sym_break] = ACTIONS(3099), [anon_sym_continue] = ACTIONS(3099), [anon_sym_goto] = ACTIONS(3099), [anon_sym_not] = ACTIONS(3099), [anon_sym_compl] = ACTIONS(3099), [anon_sym_DASH_DASH] = ACTIONS(3101), [anon_sym_PLUS_PLUS] = ACTIONS(3101), [anon_sym_sizeof] = ACTIONS(3099), [anon_sym_offsetof] = ACTIONS(3099), [anon_sym__Generic] = ACTIONS(3099), [anon_sym_asm] = ACTIONS(3099), [anon_sym___asm__] = ACTIONS(3099), [sym_number_literal] = ACTIONS(3101), [anon_sym_L_SQUOTE] = ACTIONS(3101), [anon_sym_u_SQUOTE] = ACTIONS(3101), [anon_sym_U_SQUOTE] = ACTIONS(3101), [anon_sym_u8_SQUOTE] = ACTIONS(3101), [anon_sym_SQUOTE] = ACTIONS(3101), [anon_sym_L_DQUOTE] = ACTIONS(3101), [anon_sym_u_DQUOTE] = ACTIONS(3101), [anon_sym_U_DQUOTE] = ACTIONS(3101), [anon_sym_u8_DQUOTE] = ACTIONS(3101), [anon_sym_DQUOTE] = ACTIONS(3101), [sym_true] = ACTIONS(3099), [sym_false] = ACTIONS(3099), [anon_sym_NULL] = ACTIONS(3099), [anon_sym_nullptr] = ACTIONS(3099), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3099), [anon_sym_decltype] = ACTIONS(3099), [anon_sym_virtual] = ACTIONS(3099), [anon_sym_explicit] = ACTIONS(3099), [anon_sym_typename] = ACTIONS(3099), [anon_sym_template] = ACTIONS(3099), [anon_sym_operator] = ACTIONS(3099), [anon_sym_try] = ACTIONS(3099), [anon_sym_delete] = ACTIONS(3099), [anon_sym_throw] = ACTIONS(3099), [anon_sym_namespace] = ACTIONS(3099), [anon_sym_using] = ACTIONS(3099), [anon_sym_static_assert] = ACTIONS(3099), [anon_sym_concept] = ACTIONS(3099), [anon_sym_co_return] = ACTIONS(3099), [anon_sym_co_yield] = ACTIONS(3099), [anon_sym_R_DQUOTE] = ACTIONS(3101), [anon_sym_LR_DQUOTE] = ACTIONS(3101), [anon_sym_uR_DQUOTE] = ACTIONS(3101), [anon_sym_UR_DQUOTE] = ACTIONS(3101), [anon_sym_u8R_DQUOTE] = ACTIONS(3101), [anon_sym_co_await] = ACTIONS(3099), [anon_sym_new] = ACTIONS(3099), [anon_sym_requires] = ACTIONS(3099), [sym_this] = ACTIONS(3099), }, [1067] = { [ts_builtin_sym_end] = ACTIONS(2916), [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [1068] = { [ts_builtin_sym_end] = ACTIONS(3097), [sym_identifier] = ACTIONS(3095), [aux_sym_preproc_include_token1] = ACTIONS(3095), [aux_sym_preproc_def_token1] = ACTIONS(3095), [aux_sym_preproc_if_token1] = ACTIONS(3095), [aux_sym_preproc_ifdef_token1] = ACTIONS(3095), [aux_sym_preproc_ifdef_token2] = ACTIONS(3095), [sym_preproc_directive] = ACTIONS(3095), [anon_sym_LPAREN2] = ACTIONS(3097), [anon_sym_BANG] = ACTIONS(3097), [anon_sym_TILDE] = ACTIONS(3097), [anon_sym_DASH] = ACTIONS(3095), [anon_sym_PLUS] = ACTIONS(3095), [anon_sym_STAR] = ACTIONS(3097), [anon_sym_AMP_AMP] = ACTIONS(3097), [anon_sym_AMP] = ACTIONS(3095), [anon_sym_SEMI] = ACTIONS(3097), [anon_sym_typedef] = ACTIONS(3095), [anon_sym_extern] = ACTIONS(3095), [anon_sym___attribute__] = ACTIONS(3095), [anon_sym_COLON_COLON] = ACTIONS(3097), [anon_sym_LBRACK_LBRACK] = ACTIONS(3097), [anon_sym___declspec] = ACTIONS(3095), [anon_sym___based] = ACTIONS(3095), [anon_sym___cdecl] = ACTIONS(3095), [anon_sym___clrcall] = ACTIONS(3095), [anon_sym___stdcall] = ACTIONS(3095), [anon_sym___fastcall] = ACTIONS(3095), [anon_sym___thiscall] = ACTIONS(3095), [anon_sym___vectorcall] = ACTIONS(3095), [anon_sym_LBRACE] = ACTIONS(3097), [anon_sym_signed] = ACTIONS(3095), [anon_sym_unsigned] = ACTIONS(3095), [anon_sym_long] = ACTIONS(3095), [anon_sym_short] = ACTIONS(3095), [anon_sym_LBRACK] = ACTIONS(3095), [anon_sym_static] = ACTIONS(3095), [anon_sym_register] = ACTIONS(3095), [anon_sym_inline] = ACTIONS(3095), [anon_sym_thread_local] = ACTIONS(3095), [anon_sym_const] = ACTIONS(3095), [anon_sym_constexpr] = ACTIONS(3095), [anon_sym_volatile] = ACTIONS(3095), [anon_sym_restrict] = ACTIONS(3095), [anon_sym___restrict__] = ACTIONS(3095), [anon_sym__Atomic] = ACTIONS(3095), [anon_sym__Noreturn] = ACTIONS(3095), [anon_sym_noreturn] = ACTIONS(3095), [anon_sym_mutable] = ACTIONS(3095), [anon_sym_constinit] = ACTIONS(3095), [anon_sym_consteval] = ACTIONS(3095), [sym_primitive_type] = ACTIONS(3095), [anon_sym_enum] = ACTIONS(3095), [anon_sym_class] = ACTIONS(3095), [anon_sym_struct] = ACTIONS(3095), [anon_sym_union] = ACTIONS(3095), [anon_sym_if] = ACTIONS(3095), [anon_sym_else] = ACTIONS(3095), [anon_sym_switch] = ACTIONS(3095), [anon_sym_case] = ACTIONS(3095), [anon_sym_default] = ACTIONS(3095), [anon_sym_while] = ACTIONS(3095), [anon_sym_do] = ACTIONS(3095), [anon_sym_for] = ACTIONS(3095), [anon_sym_return] = ACTIONS(3095), [anon_sym_break] = ACTIONS(3095), [anon_sym_continue] = ACTIONS(3095), [anon_sym_goto] = ACTIONS(3095), [anon_sym_not] = ACTIONS(3095), [anon_sym_compl] = ACTIONS(3095), [anon_sym_DASH_DASH] = ACTIONS(3097), [anon_sym_PLUS_PLUS] = ACTIONS(3097), [anon_sym_sizeof] = ACTIONS(3095), [anon_sym_offsetof] = ACTIONS(3095), [anon_sym__Generic] = ACTIONS(3095), [anon_sym_asm] = ACTIONS(3095), [anon_sym___asm__] = ACTIONS(3095), [sym_number_literal] = ACTIONS(3097), [anon_sym_L_SQUOTE] = ACTIONS(3097), [anon_sym_u_SQUOTE] = ACTIONS(3097), [anon_sym_U_SQUOTE] = ACTIONS(3097), [anon_sym_u8_SQUOTE] = ACTIONS(3097), [anon_sym_SQUOTE] = ACTIONS(3097), [anon_sym_L_DQUOTE] = ACTIONS(3097), [anon_sym_u_DQUOTE] = ACTIONS(3097), [anon_sym_U_DQUOTE] = ACTIONS(3097), [anon_sym_u8_DQUOTE] = ACTIONS(3097), [anon_sym_DQUOTE] = ACTIONS(3097), [sym_true] = ACTIONS(3095), [sym_false] = ACTIONS(3095), [anon_sym_NULL] = ACTIONS(3095), [anon_sym_nullptr] = ACTIONS(3095), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3095), [anon_sym_decltype] = ACTIONS(3095), [anon_sym_virtual] = ACTIONS(3095), [anon_sym_explicit] = ACTIONS(3095), [anon_sym_typename] = ACTIONS(3095), [anon_sym_template] = ACTIONS(3095), [anon_sym_operator] = ACTIONS(3095), [anon_sym_try] = ACTIONS(3095), [anon_sym_delete] = ACTIONS(3095), [anon_sym_throw] = ACTIONS(3095), [anon_sym_namespace] = ACTIONS(3095), [anon_sym_using] = ACTIONS(3095), [anon_sym_static_assert] = ACTIONS(3095), [anon_sym_concept] = ACTIONS(3095), [anon_sym_co_return] = ACTIONS(3095), [anon_sym_co_yield] = ACTIONS(3095), [anon_sym_R_DQUOTE] = ACTIONS(3097), [anon_sym_LR_DQUOTE] = ACTIONS(3097), [anon_sym_uR_DQUOTE] = ACTIONS(3097), [anon_sym_UR_DQUOTE] = ACTIONS(3097), [anon_sym_u8R_DQUOTE] = ACTIONS(3097), [anon_sym_co_await] = ACTIONS(3095), [anon_sym_new] = ACTIONS(3095), [anon_sym_requires] = ACTIONS(3095), [sym_this] = ACTIONS(3095), }, [1069] = { [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_RBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [1070] = { [ts_builtin_sym_end] = ACTIONS(3062), [sym_identifier] = ACTIONS(3060), [aux_sym_preproc_include_token1] = ACTIONS(3060), [aux_sym_preproc_def_token1] = ACTIONS(3060), [aux_sym_preproc_if_token1] = ACTIONS(3060), [aux_sym_preproc_ifdef_token1] = ACTIONS(3060), [aux_sym_preproc_ifdef_token2] = ACTIONS(3060), [sym_preproc_directive] = ACTIONS(3060), [anon_sym_LPAREN2] = ACTIONS(3062), [anon_sym_BANG] = ACTIONS(3062), [anon_sym_TILDE] = ACTIONS(3062), [anon_sym_DASH] = ACTIONS(3060), [anon_sym_PLUS] = ACTIONS(3060), [anon_sym_STAR] = ACTIONS(3062), [anon_sym_AMP_AMP] = ACTIONS(3062), [anon_sym_AMP] = ACTIONS(3060), [anon_sym_SEMI] = ACTIONS(3062), [anon_sym_typedef] = ACTIONS(3060), [anon_sym_extern] = ACTIONS(3060), [anon_sym___attribute__] = ACTIONS(3060), [anon_sym_COLON_COLON] = ACTIONS(3062), [anon_sym_LBRACK_LBRACK] = ACTIONS(3062), [anon_sym___declspec] = ACTIONS(3060), [anon_sym___based] = ACTIONS(3060), [anon_sym___cdecl] = ACTIONS(3060), [anon_sym___clrcall] = ACTIONS(3060), [anon_sym___stdcall] = ACTIONS(3060), [anon_sym___fastcall] = ACTIONS(3060), [anon_sym___thiscall] = ACTIONS(3060), [anon_sym___vectorcall] = ACTIONS(3060), [anon_sym_LBRACE] = ACTIONS(3062), [anon_sym_signed] = ACTIONS(3060), [anon_sym_unsigned] = ACTIONS(3060), [anon_sym_long] = ACTIONS(3060), [anon_sym_short] = ACTIONS(3060), [anon_sym_LBRACK] = ACTIONS(3060), [anon_sym_static] = ACTIONS(3060), [anon_sym_register] = ACTIONS(3060), [anon_sym_inline] = ACTIONS(3060), [anon_sym_thread_local] = ACTIONS(3060), [anon_sym_const] = ACTIONS(3060), [anon_sym_constexpr] = ACTIONS(3060), [anon_sym_volatile] = ACTIONS(3060), [anon_sym_restrict] = ACTIONS(3060), [anon_sym___restrict__] = ACTIONS(3060), [anon_sym__Atomic] = ACTIONS(3060), [anon_sym__Noreturn] = ACTIONS(3060), [anon_sym_noreturn] = ACTIONS(3060), [anon_sym_mutable] = ACTIONS(3060), [anon_sym_constinit] = ACTIONS(3060), [anon_sym_consteval] = ACTIONS(3060), [sym_primitive_type] = ACTIONS(3060), [anon_sym_enum] = ACTIONS(3060), [anon_sym_class] = ACTIONS(3060), [anon_sym_struct] = ACTIONS(3060), [anon_sym_union] = ACTIONS(3060), [anon_sym_if] = ACTIONS(3060), [anon_sym_else] = ACTIONS(3060), [anon_sym_switch] = ACTIONS(3060), [anon_sym_case] = ACTIONS(3060), [anon_sym_default] = ACTIONS(3060), [anon_sym_while] = ACTIONS(3060), [anon_sym_do] = ACTIONS(3060), [anon_sym_for] = ACTIONS(3060), [anon_sym_return] = ACTIONS(3060), [anon_sym_break] = ACTIONS(3060), [anon_sym_continue] = ACTIONS(3060), [anon_sym_goto] = ACTIONS(3060), [anon_sym_not] = ACTIONS(3060), [anon_sym_compl] = ACTIONS(3060), [anon_sym_DASH_DASH] = ACTIONS(3062), [anon_sym_PLUS_PLUS] = ACTIONS(3062), [anon_sym_sizeof] = ACTIONS(3060), [anon_sym_offsetof] = ACTIONS(3060), [anon_sym__Generic] = ACTIONS(3060), [anon_sym_asm] = ACTIONS(3060), [anon_sym___asm__] = ACTIONS(3060), [sym_number_literal] = ACTIONS(3062), [anon_sym_L_SQUOTE] = ACTIONS(3062), [anon_sym_u_SQUOTE] = ACTIONS(3062), [anon_sym_U_SQUOTE] = ACTIONS(3062), [anon_sym_u8_SQUOTE] = ACTIONS(3062), [anon_sym_SQUOTE] = ACTIONS(3062), [anon_sym_L_DQUOTE] = ACTIONS(3062), [anon_sym_u_DQUOTE] = ACTIONS(3062), [anon_sym_U_DQUOTE] = ACTIONS(3062), [anon_sym_u8_DQUOTE] = ACTIONS(3062), [anon_sym_DQUOTE] = ACTIONS(3062), [sym_true] = ACTIONS(3060), [sym_false] = ACTIONS(3060), [anon_sym_NULL] = ACTIONS(3060), [anon_sym_nullptr] = ACTIONS(3060), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3060), [anon_sym_decltype] = ACTIONS(3060), [anon_sym_virtual] = ACTIONS(3060), [anon_sym_explicit] = ACTIONS(3060), [anon_sym_typename] = ACTIONS(3060), [anon_sym_template] = ACTIONS(3060), [anon_sym_operator] = ACTIONS(3060), [anon_sym_try] = ACTIONS(3060), [anon_sym_delete] = ACTIONS(3060), [anon_sym_throw] = ACTIONS(3060), [anon_sym_namespace] = ACTIONS(3060), [anon_sym_using] = ACTIONS(3060), [anon_sym_static_assert] = ACTIONS(3060), [anon_sym_concept] = ACTIONS(3060), [anon_sym_co_return] = ACTIONS(3060), [anon_sym_co_yield] = ACTIONS(3060), [anon_sym_R_DQUOTE] = ACTIONS(3062), [anon_sym_LR_DQUOTE] = ACTIONS(3062), [anon_sym_uR_DQUOTE] = ACTIONS(3062), [anon_sym_UR_DQUOTE] = ACTIONS(3062), [anon_sym_u8R_DQUOTE] = ACTIONS(3062), [anon_sym_co_await] = ACTIONS(3060), [anon_sym_new] = ACTIONS(3060), [anon_sym_requires] = ACTIONS(3060), [sym_this] = ACTIONS(3060), }, [1071] = { [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_RBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [1072] = { [ts_builtin_sym_end] = ACTIONS(2916), [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [1073] = { [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_RBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [1074] = { [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_RBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [1075] = { [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_RBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [1076] = { [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_RBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [1077] = { [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_RBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [1078] = { [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_RBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [1079] = { [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_RBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [1080] = { [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_RBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [1081] = { [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_RBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [1082] = { [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_RBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [1083] = { [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_RBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [1084] = { [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_RBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [1085] = { [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_RBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [1086] = { [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_RBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [1087] = { [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_RBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [1088] = { [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_RBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [1089] = { [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_RBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [1090] = { [sym__expression] = STATE(4292), [sym__expression_not_binary] = STATE(4455), [sym_conditional_expression] = STATE(4455), [sym_assignment_expression] = STATE(4455), [sym_pointer_expression] = STATE(3543), [sym_unary_expression] = STATE(4455), [sym_binary_expression] = STATE(4455), [sym_update_expression] = STATE(4455), [sym_cast_expression] = STATE(4455), [sym_sizeof_expression] = STATE(4455), [sym_offsetof_expression] = STATE(4455), [sym_generic_expression] = STATE(4455), [sym_subscript_expression] = STATE(3543), [sym_call_expression] = STATE(3543), [sym_gnu_asm_expression] = STATE(4455), [sym_field_expression] = STATE(3543), [sym_compound_literal_expression] = STATE(4455), [sym_parenthesized_expression] = STATE(3543), [sym_initializer_list] = STATE(4430), [sym_char_literal] = STATE(4150), [sym_concatenated_string] = STATE(4150), [sym_string_literal] = STATE(3544), [sym_null] = STATE(4455), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6810), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(4455), [sym_raw_string_literal] = STATE(3544), [sym_co_await_expression] = STATE(4455), [sym_new_expression] = STATE(4455), [sym_delete_expression] = STATE(4455), [sym_requires_clause] = STATE(4455), [sym_requires_expression] = STATE(4455), [sym_lambda_expression] = STATE(4455), [sym_lambda_capture_specifier] = STATE(5208), [sym_fold_expression] = STATE(4455), [sym_parameter_pack_expansion] = STATE(4455), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5301), [sym_qualified_identifier] = STATE(3543), [sym_qualified_type_identifier] = STATE(6810), [sym_user_defined_literal] = STATE(4455), [sym_identifier] = ACTIONS(3603), [anon_sym_DOT_DOT_DOT] = ACTIONS(1935), [anon_sym_COMMA] = ACTIONS(1935), [anon_sym_LPAREN2] = ACTIONS(2618), [anon_sym_BANG] = ACTIONS(2622), [anon_sym_TILDE] = ACTIONS(2620), [anon_sym_DASH] = ACTIONS(2622), [anon_sym_PLUS] = ACTIONS(2622), [anon_sym_STAR] = ACTIONS(2624), [anon_sym_SLASH] = ACTIONS(1943), [anon_sym_PERCENT] = ACTIONS(1935), [anon_sym_PIPE_PIPE] = ACTIONS(1935), [anon_sym_AMP_AMP] = ACTIONS(1935), [anon_sym_PIPE] = ACTIONS(1943), [anon_sym_CARET] = ACTIONS(1935), [anon_sym_AMP] = ACTIONS(2039), [anon_sym_EQ_EQ] = ACTIONS(1935), [anon_sym_BANG_EQ] = ACTIONS(1935), [anon_sym_GT] = ACTIONS(1943), [anon_sym_GT_EQ] = ACTIONS(1943), [anon_sym_LT_EQ] = ACTIONS(1943), [anon_sym_LT] = ACTIONS(1943), [anon_sym_LT_LT] = ACTIONS(1935), [anon_sym_GT_GT] = ACTIONS(1943), [anon_sym_COLON_COLON] = ACTIONS(2626), [anon_sym_LBRACE] = ACTIONS(3605), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(2045), [anon_sym_QMARK] = ACTIONS(1935), [anon_sym_not] = ACTIONS(2622), [anon_sym_compl] = ACTIONS(2622), [anon_sym_LT_EQ_GT] = ACTIONS(1935), [anon_sym_or] = ACTIONS(1943), [anon_sym_and] = ACTIONS(1943), [anon_sym_bitor] = ACTIONS(1943), [anon_sym_xor] = ACTIONS(1943), [anon_sym_bitand] = ACTIONS(1943), [anon_sym_not_eq] = ACTIONS(1943), [anon_sym_DASH_DASH] = ACTIONS(2640), [anon_sym_PLUS_PLUS] = ACTIONS(2640), [anon_sym_sizeof] = ACTIONS(2642), [anon_sym_offsetof] = ACTIONS(2644), [anon_sym__Generic] = ACTIONS(2646), [anon_sym_asm] = ACTIONS(2648), [anon_sym___asm__] = ACTIONS(2648), [anon_sym_DOT] = ACTIONS(1943), [anon_sym_DASH_GT] = ACTIONS(1935), [sym_number_literal] = ACTIONS(2650), [anon_sym_L_SQUOTE] = ACTIONS(2652), [anon_sym_u_SQUOTE] = ACTIONS(2652), [anon_sym_U_SQUOTE] = ACTIONS(2652), [anon_sym_u8_SQUOTE] = ACTIONS(2652), [anon_sym_SQUOTE] = ACTIONS(2652), [anon_sym_L_DQUOTE] = ACTIONS(2654), [anon_sym_u_DQUOTE] = ACTIONS(2654), [anon_sym_U_DQUOTE] = ACTIONS(2654), [anon_sym_u8_DQUOTE] = ACTIONS(2654), [anon_sym_DQUOTE] = ACTIONS(2654), [sym_true] = ACTIONS(2656), [sym_false] = ACTIONS(2656), [anon_sym_NULL] = ACTIONS(2658), [anon_sym_nullptr] = ACTIONS(2658), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_GT2] = ACTIONS(1935), [anon_sym_delete] = ACTIONS(2668), [anon_sym_R_DQUOTE] = ACTIONS(2670), [anon_sym_LR_DQUOTE] = ACTIONS(2670), [anon_sym_uR_DQUOTE] = ACTIONS(2670), [anon_sym_UR_DQUOTE] = ACTIONS(2670), [anon_sym_u8R_DQUOTE] = ACTIONS(2670), [anon_sym_co_await] = ACTIONS(2672), [anon_sym_new] = ACTIONS(2674), [anon_sym_requires] = ACTIONS(2676), [sym_this] = ACTIONS(2656), }, [1091] = { [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_RBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [1092] = { [ts_builtin_sym_end] = ACTIONS(2916), [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [1093] = { [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_RBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [1094] = { [ts_builtin_sym_end] = ACTIONS(2916), [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [1095] = { [ts_builtin_sym_end] = ACTIONS(2982), [sym_identifier] = ACTIONS(2980), [aux_sym_preproc_include_token1] = ACTIONS(2980), [aux_sym_preproc_def_token1] = ACTIONS(2980), [aux_sym_preproc_if_token1] = ACTIONS(2980), [aux_sym_preproc_ifdef_token1] = ACTIONS(2980), [aux_sym_preproc_ifdef_token2] = ACTIONS(2980), [sym_preproc_directive] = ACTIONS(2980), [anon_sym_LPAREN2] = ACTIONS(2982), [anon_sym_BANG] = ACTIONS(2982), [anon_sym_TILDE] = ACTIONS(2982), [anon_sym_DASH] = ACTIONS(2980), [anon_sym_PLUS] = ACTIONS(2980), [anon_sym_STAR] = ACTIONS(2982), [anon_sym_AMP_AMP] = ACTIONS(2982), [anon_sym_AMP] = ACTIONS(2980), [anon_sym_SEMI] = ACTIONS(2982), [anon_sym_typedef] = ACTIONS(2980), [anon_sym_extern] = ACTIONS(2980), [anon_sym___attribute__] = ACTIONS(2980), [anon_sym_COLON_COLON] = ACTIONS(2982), [anon_sym_LBRACK_LBRACK] = ACTIONS(2982), [anon_sym___declspec] = ACTIONS(2980), [anon_sym___based] = ACTIONS(2980), [anon_sym___cdecl] = ACTIONS(2980), [anon_sym___clrcall] = ACTIONS(2980), [anon_sym___stdcall] = ACTIONS(2980), [anon_sym___fastcall] = ACTIONS(2980), [anon_sym___thiscall] = ACTIONS(2980), [anon_sym___vectorcall] = ACTIONS(2980), [anon_sym_LBRACE] = ACTIONS(2982), [anon_sym_signed] = ACTIONS(2980), [anon_sym_unsigned] = ACTIONS(2980), [anon_sym_long] = ACTIONS(2980), [anon_sym_short] = ACTIONS(2980), [anon_sym_LBRACK] = ACTIONS(2980), [anon_sym_static] = ACTIONS(2980), [anon_sym_register] = ACTIONS(2980), [anon_sym_inline] = ACTIONS(2980), [anon_sym_thread_local] = ACTIONS(2980), [anon_sym_const] = ACTIONS(2980), [anon_sym_constexpr] = ACTIONS(2980), [anon_sym_volatile] = ACTIONS(2980), [anon_sym_restrict] = ACTIONS(2980), [anon_sym___restrict__] = ACTIONS(2980), [anon_sym__Atomic] = ACTIONS(2980), [anon_sym__Noreturn] = ACTIONS(2980), [anon_sym_noreturn] = ACTIONS(2980), [anon_sym_mutable] = ACTIONS(2980), [anon_sym_constinit] = ACTIONS(2980), [anon_sym_consteval] = ACTIONS(2980), [sym_primitive_type] = ACTIONS(2980), [anon_sym_enum] = ACTIONS(2980), [anon_sym_class] = ACTIONS(2980), [anon_sym_struct] = ACTIONS(2980), [anon_sym_union] = ACTIONS(2980), [anon_sym_if] = ACTIONS(2980), [anon_sym_else] = ACTIONS(2980), [anon_sym_switch] = ACTIONS(2980), [anon_sym_case] = ACTIONS(2980), [anon_sym_default] = ACTIONS(2980), [anon_sym_while] = ACTIONS(2980), [anon_sym_do] = ACTIONS(2980), [anon_sym_for] = ACTIONS(2980), [anon_sym_return] = ACTIONS(2980), [anon_sym_break] = ACTIONS(2980), [anon_sym_continue] = ACTIONS(2980), [anon_sym_goto] = ACTIONS(2980), [anon_sym_not] = ACTIONS(2980), [anon_sym_compl] = ACTIONS(2980), [anon_sym_DASH_DASH] = ACTIONS(2982), [anon_sym_PLUS_PLUS] = ACTIONS(2982), [anon_sym_sizeof] = ACTIONS(2980), [anon_sym_offsetof] = ACTIONS(2980), [anon_sym__Generic] = ACTIONS(2980), [anon_sym_asm] = ACTIONS(2980), [anon_sym___asm__] = ACTIONS(2980), [sym_number_literal] = ACTIONS(2982), [anon_sym_L_SQUOTE] = ACTIONS(2982), [anon_sym_u_SQUOTE] = ACTIONS(2982), [anon_sym_U_SQUOTE] = ACTIONS(2982), [anon_sym_u8_SQUOTE] = ACTIONS(2982), [anon_sym_SQUOTE] = ACTIONS(2982), [anon_sym_L_DQUOTE] = ACTIONS(2982), [anon_sym_u_DQUOTE] = ACTIONS(2982), [anon_sym_U_DQUOTE] = ACTIONS(2982), [anon_sym_u8_DQUOTE] = ACTIONS(2982), [anon_sym_DQUOTE] = ACTIONS(2982), [sym_true] = ACTIONS(2980), [sym_false] = ACTIONS(2980), [anon_sym_NULL] = ACTIONS(2980), [anon_sym_nullptr] = ACTIONS(2980), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2980), [anon_sym_decltype] = ACTIONS(2980), [anon_sym_virtual] = ACTIONS(2980), [anon_sym_explicit] = ACTIONS(2980), [anon_sym_typename] = ACTIONS(2980), [anon_sym_template] = ACTIONS(2980), [anon_sym_operator] = ACTIONS(2980), [anon_sym_try] = ACTIONS(2980), [anon_sym_delete] = ACTIONS(2980), [anon_sym_throw] = ACTIONS(2980), [anon_sym_namespace] = ACTIONS(2980), [anon_sym_using] = ACTIONS(2980), [anon_sym_static_assert] = ACTIONS(2980), [anon_sym_concept] = ACTIONS(2980), [anon_sym_co_return] = ACTIONS(2980), [anon_sym_co_yield] = ACTIONS(2980), [anon_sym_R_DQUOTE] = ACTIONS(2982), [anon_sym_LR_DQUOTE] = ACTIONS(2982), [anon_sym_uR_DQUOTE] = ACTIONS(2982), [anon_sym_UR_DQUOTE] = ACTIONS(2982), [anon_sym_u8R_DQUOTE] = ACTIONS(2982), [anon_sym_co_await] = ACTIONS(2980), [anon_sym_new] = ACTIONS(2980), [anon_sym_requires] = ACTIONS(2980), [sym_this] = ACTIONS(2980), }, [1096] = { [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_RBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [1097] = { [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_RBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [1098] = { [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_RBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [1099] = { [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_RBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [1100] = { [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_RBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [1101] = { [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_RBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [1102] = { [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_RBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [1103] = { [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_RBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [1104] = { [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_RBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [1105] = { [sym_identifier] = ACTIONS(2930), [aux_sym_preproc_include_token1] = ACTIONS(2930), [aux_sym_preproc_def_token1] = ACTIONS(2930), [aux_sym_preproc_if_token1] = ACTIONS(2930), [aux_sym_preproc_ifdef_token1] = ACTIONS(2930), [aux_sym_preproc_ifdef_token2] = ACTIONS(2930), [sym_preproc_directive] = ACTIONS(2930), [anon_sym_LPAREN2] = ACTIONS(2932), [anon_sym_BANG] = ACTIONS(2932), [anon_sym_TILDE] = ACTIONS(2932), [anon_sym_DASH] = ACTIONS(2930), [anon_sym_PLUS] = ACTIONS(2930), [anon_sym_STAR] = ACTIONS(2932), [anon_sym_AMP_AMP] = ACTIONS(2932), [anon_sym_AMP] = ACTIONS(2930), [anon_sym_SEMI] = ACTIONS(2932), [anon_sym_typedef] = ACTIONS(2930), [anon_sym_extern] = ACTIONS(2930), [anon_sym___attribute__] = ACTIONS(2930), [anon_sym_COLON_COLON] = ACTIONS(2932), [anon_sym_LBRACK_LBRACK] = ACTIONS(2932), [anon_sym___declspec] = ACTIONS(2930), [anon_sym___based] = ACTIONS(2930), [anon_sym___cdecl] = ACTIONS(2930), [anon_sym___clrcall] = ACTIONS(2930), [anon_sym___stdcall] = ACTIONS(2930), [anon_sym___fastcall] = ACTIONS(2930), [anon_sym___thiscall] = ACTIONS(2930), [anon_sym___vectorcall] = ACTIONS(2930), [anon_sym_LBRACE] = ACTIONS(2932), [anon_sym_RBRACE] = ACTIONS(2932), [anon_sym_signed] = ACTIONS(2930), [anon_sym_unsigned] = ACTIONS(2930), [anon_sym_long] = ACTIONS(2930), [anon_sym_short] = ACTIONS(2930), [anon_sym_LBRACK] = ACTIONS(2930), [anon_sym_static] = ACTIONS(2930), [anon_sym_register] = ACTIONS(2930), [anon_sym_inline] = ACTIONS(2930), [anon_sym_thread_local] = ACTIONS(2930), [anon_sym_const] = ACTIONS(2930), [anon_sym_constexpr] = ACTIONS(2930), [anon_sym_volatile] = ACTIONS(2930), [anon_sym_restrict] = ACTIONS(2930), [anon_sym___restrict__] = ACTIONS(2930), [anon_sym__Atomic] = ACTIONS(2930), [anon_sym__Noreturn] = ACTIONS(2930), [anon_sym_noreturn] = ACTIONS(2930), [anon_sym_mutable] = ACTIONS(2930), [anon_sym_constinit] = ACTIONS(2930), [anon_sym_consteval] = ACTIONS(2930), [sym_primitive_type] = ACTIONS(2930), [anon_sym_enum] = ACTIONS(2930), [anon_sym_class] = ACTIONS(2930), [anon_sym_struct] = ACTIONS(2930), [anon_sym_union] = ACTIONS(2930), [anon_sym_if] = ACTIONS(2930), [anon_sym_else] = ACTIONS(2930), [anon_sym_switch] = ACTIONS(2930), [anon_sym_case] = ACTIONS(2930), [anon_sym_default] = ACTIONS(2930), [anon_sym_while] = ACTIONS(2930), [anon_sym_do] = ACTIONS(2930), [anon_sym_for] = ACTIONS(2930), [anon_sym_return] = ACTIONS(2930), [anon_sym_break] = ACTIONS(2930), [anon_sym_continue] = ACTIONS(2930), [anon_sym_goto] = ACTIONS(2930), [anon_sym_not] = ACTIONS(2930), [anon_sym_compl] = ACTIONS(2930), [anon_sym_DASH_DASH] = ACTIONS(2932), [anon_sym_PLUS_PLUS] = ACTIONS(2932), [anon_sym_sizeof] = ACTIONS(2930), [anon_sym_offsetof] = ACTIONS(2930), [anon_sym__Generic] = ACTIONS(2930), [anon_sym_asm] = ACTIONS(2930), [anon_sym___asm__] = ACTIONS(2930), [sym_number_literal] = ACTIONS(2932), [anon_sym_L_SQUOTE] = ACTIONS(2932), [anon_sym_u_SQUOTE] = ACTIONS(2932), [anon_sym_U_SQUOTE] = ACTIONS(2932), [anon_sym_u8_SQUOTE] = ACTIONS(2932), [anon_sym_SQUOTE] = ACTIONS(2932), [anon_sym_L_DQUOTE] = ACTIONS(2932), [anon_sym_u_DQUOTE] = ACTIONS(2932), [anon_sym_U_DQUOTE] = ACTIONS(2932), [anon_sym_u8_DQUOTE] = ACTIONS(2932), [anon_sym_DQUOTE] = ACTIONS(2932), [sym_true] = ACTIONS(2930), [sym_false] = ACTIONS(2930), [anon_sym_NULL] = ACTIONS(2930), [anon_sym_nullptr] = ACTIONS(2930), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2930), [anon_sym_decltype] = ACTIONS(2930), [anon_sym_virtual] = ACTIONS(2930), [anon_sym_explicit] = ACTIONS(2930), [anon_sym_typename] = ACTIONS(2930), [anon_sym_template] = ACTIONS(2930), [anon_sym_operator] = ACTIONS(2930), [anon_sym_try] = ACTIONS(2930), [anon_sym_delete] = ACTIONS(2930), [anon_sym_throw] = ACTIONS(2930), [anon_sym_namespace] = ACTIONS(2930), [anon_sym_using] = ACTIONS(2930), [anon_sym_static_assert] = ACTIONS(2930), [anon_sym_concept] = ACTIONS(2930), [anon_sym_co_return] = ACTIONS(2930), [anon_sym_co_yield] = ACTIONS(2930), [anon_sym_R_DQUOTE] = ACTIONS(2932), [anon_sym_LR_DQUOTE] = ACTIONS(2932), [anon_sym_uR_DQUOTE] = ACTIONS(2932), [anon_sym_UR_DQUOTE] = ACTIONS(2932), [anon_sym_u8R_DQUOTE] = ACTIONS(2932), [anon_sym_co_await] = ACTIONS(2930), [anon_sym_new] = ACTIONS(2930), [anon_sym_requires] = ACTIONS(2930), [sym_this] = ACTIONS(2930), }, [1106] = { [sym_identifier] = ACTIONS(2934), [aux_sym_preproc_include_token1] = ACTIONS(2934), [aux_sym_preproc_def_token1] = ACTIONS(2934), [aux_sym_preproc_if_token1] = ACTIONS(2934), [aux_sym_preproc_ifdef_token1] = ACTIONS(2934), [aux_sym_preproc_ifdef_token2] = ACTIONS(2934), [sym_preproc_directive] = ACTIONS(2934), [anon_sym_LPAREN2] = ACTIONS(2936), [anon_sym_BANG] = ACTIONS(2936), [anon_sym_TILDE] = ACTIONS(2936), [anon_sym_DASH] = ACTIONS(2934), [anon_sym_PLUS] = ACTIONS(2934), [anon_sym_STAR] = ACTIONS(2936), [anon_sym_AMP_AMP] = ACTIONS(2936), [anon_sym_AMP] = ACTIONS(2934), [anon_sym_SEMI] = ACTIONS(2936), [anon_sym_typedef] = ACTIONS(2934), [anon_sym_extern] = ACTIONS(2934), [anon_sym___attribute__] = ACTIONS(2934), [anon_sym_COLON_COLON] = ACTIONS(2936), [anon_sym_LBRACK_LBRACK] = ACTIONS(2936), [anon_sym___declspec] = ACTIONS(2934), [anon_sym___based] = ACTIONS(2934), [anon_sym___cdecl] = ACTIONS(2934), [anon_sym___clrcall] = ACTIONS(2934), [anon_sym___stdcall] = ACTIONS(2934), [anon_sym___fastcall] = ACTIONS(2934), [anon_sym___thiscall] = ACTIONS(2934), [anon_sym___vectorcall] = ACTIONS(2934), [anon_sym_LBRACE] = ACTIONS(2936), [anon_sym_RBRACE] = ACTIONS(2936), [anon_sym_signed] = ACTIONS(2934), [anon_sym_unsigned] = ACTIONS(2934), [anon_sym_long] = ACTIONS(2934), [anon_sym_short] = ACTIONS(2934), [anon_sym_LBRACK] = ACTIONS(2934), [anon_sym_static] = ACTIONS(2934), [anon_sym_register] = ACTIONS(2934), [anon_sym_inline] = ACTIONS(2934), [anon_sym_thread_local] = ACTIONS(2934), [anon_sym_const] = ACTIONS(2934), [anon_sym_constexpr] = ACTIONS(2934), [anon_sym_volatile] = ACTIONS(2934), [anon_sym_restrict] = ACTIONS(2934), [anon_sym___restrict__] = ACTIONS(2934), [anon_sym__Atomic] = ACTIONS(2934), [anon_sym__Noreturn] = ACTIONS(2934), [anon_sym_noreturn] = ACTIONS(2934), [anon_sym_mutable] = ACTIONS(2934), [anon_sym_constinit] = ACTIONS(2934), [anon_sym_consteval] = ACTIONS(2934), [sym_primitive_type] = ACTIONS(2934), [anon_sym_enum] = ACTIONS(2934), [anon_sym_class] = ACTIONS(2934), [anon_sym_struct] = ACTIONS(2934), [anon_sym_union] = ACTIONS(2934), [anon_sym_if] = ACTIONS(2934), [anon_sym_else] = ACTIONS(2934), [anon_sym_switch] = ACTIONS(2934), [anon_sym_case] = ACTIONS(2934), [anon_sym_default] = ACTIONS(2934), [anon_sym_while] = ACTIONS(2934), [anon_sym_do] = ACTIONS(2934), [anon_sym_for] = ACTIONS(2934), [anon_sym_return] = ACTIONS(2934), [anon_sym_break] = ACTIONS(2934), [anon_sym_continue] = ACTIONS(2934), [anon_sym_goto] = ACTIONS(2934), [anon_sym_not] = ACTIONS(2934), [anon_sym_compl] = ACTIONS(2934), [anon_sym_DASH_DASH] = ACTIONS(2936), [anon_sym_PLUS_PLUS] = ACTIONS(2936), [anon_sym_sizeof] = ACTIONS(2934), [anon_sym_offsetof] = ACTIONS(2934), [anon_sym__Generic] = ACTIONS(2934), [anon_sym_asm] = ACTIONS(2934), [anon_sym___asm__] = ACTIONS(2934), [sym_number_literal] = ACTIONS(2936), [anon_sym_L_SQUOTE] = ACTIONS(2936), [anon_sym_u_SQUOTE] = ACTIONS(2936), [anon_sym_U_SQUOTE] = ACTIONS(2936), [anon_sym_u8_SQUOTE] = ACTIONS(2936), [anon_sym_SQUOTE] = ACTIONS(2936), [anon_sym_L_DQUOTE] = ACTIONS(2936), [anon_sym_u_DQUOTE] = ACTIONS(2936), [anon_sym_U_DQUOTE] = ACTIONS(2936), [anon_sym_u8_DQUOTE] = ACTIONS(2936), [anon_sym_DQUOTE] = ACTIONS(2936), [sym_true] = ACTIONS(2934), [sym_false] = ACTIONS(2934), [anon_sym_NULL] = ACTIONS(2934), [anon_sym_nullptr] = ACTIONS(2934), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2934), [anon_sym_decltype] = ACTIONS(2934), [anon_sym_virtual] = ACTIONS(2934), [anon_sym_explicit] = ACTIONS(2934), [anon_sym_typename] = ACTIONS(2934), [anon_sym_template] = ACTIONS(2934), [anon_sym_operator] = ACTIONS(2934), [anon_sym_try] = ACTIONS(2934), [anon_sym_delete] = ACTIONS(2934), [anon_sym_throw] = ACTIONS(2934), [anon_sym_namespace] = ACTIONS(2934), [anon_sym_using] = ACTIONS(2934), [anon_sym_static_assert] = ACTIONS(2934), [anon_sym_concept] = ACTIONS(2934), [anon_sym_co_return] = ACTIONS(2934), [anon_sym_co_yield] = ACTIONS(2934), [anon_sym_R_DQUOTE] = ACTIONS(2936), [anon_sym_LR_DQUOTE] = ACTIONS(2936), [anon_sym_uR_DQUOTE] = ACTIONS(2936), [anon_sym_UR_DQUOTE] = ACTIONS(2936), [anon_sym_u8R_DQUOTE] = ACTIONS(2936), [anon_sym_co_await] = ACTIONS(2934), [anon_sym_new] = ACTIONS(2934), [anon_sym_requires] = ACTIONS(2934), [sym_this] = ACTIONS(2934), }, [1107] = { [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_if_token2] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [1108] = { [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_if_token2] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [1109] = { [ts_builtin_sym_end] = ACTIONS(3042), [sym_identifier] = ACTIONS(3040), [aux_sym_preproc_include_token1] = ACTIONS(3040), [aux_sym_preproc_def_token1] = ACTIONS(3040), [aux_sym_preproc_if_token1] = ACTIONS(3040), [aux_sym_preproc_ifdef_token1] = ACTIONS(3040), [aux_sym_preproc_ifdef_token2] = ACTIONS(3040), [sym_preproc_directive] = ACTIONS(3040), [anon_sym_LPAREN2] = ACTIONS(3042), [anon_sym_BANG] = ACTIONS(3042), [anon_sym_TILDE] = ACTIONS(3042), [anon_sym_DASH] = ACTIONS(3040), [anon_sym_PLUS] = ACTIONS(3040), [anon_sym_STAR] = ACTIONS(3042), [anon_sym_AMP_AMP] = ACTIONS(3042), [anon_sym_AMP] = ACTIONS(3040), [anon_sym_SEMI] = ACTIONS(3042), [anon_sym_typedef] = ACTIONS(3040), [anon_sym_extern] = ACTIONS(3040), [anon_sym___attribute__] = ACTIONS(3040), [anon_sym_COLON_COLON] = ACTIONS(3042), [anon_sym_LBRACK_LBRACK] = ACTIONS(3042), [anon_sym___declspec] = ACTIONS(3040), [anon_sym___based] = ACTIONS(3040), [anon_sym___cdecl] = ACTIONS(3040), [anon_sym___clrcall] = ACTIONS(3040), [anon_sym___stdcall] = ACTIONS(3040), [anon_sym___fastcall] = ACTIONS(3040), [anon_sym___thiscall] = ACTIONS(3040), [anon_sym___vectorcall] = ACTIONS(3040), [anon_sym_LBRACE] = ACTIONS(3042), [anon_sym_signed] = ACTIONS(3040), [anon_sym_unsigned] = ACTIONS(3040), [anon_sym_long] = ACTIONS(3040), [anon_sym_short] = ACTIONS(3040), [anon_sym_LBRACK] = ACTIONS(3040), [anon_sym_static] = ACTIONS(3040), [anon_sym_register] = ACTIONS(3040), [anon_sym_inline] = ACTIONS(3040), [anon_sym_thread_local] = ACTIONS(3040), [anon_sym_const] = ACTIONS(3040), [anon_sym_constexpr] = ACTIONS(3040), [anon_sym_volatile] = ACTIONS(3040), [anon_sym_restrict] = ACTIONS(3040), [anon_sym___restrict__] = ACTIONS(3040), [anon_sym__Atomic] = ACTIONS(3040), [anon_sym__Noreturn] = ACTIONS(3040), [anon_sym_noreturn] = ACTIONS(3040), [anon_sym_mutable] = ACTIONS(3040), [anon_sym_constinit] = ACTIONS(3040), [anon_sym_consteval] = ACTIONS(3040), [sym_primitive_type] = ACTIONS(3040), [anon_sym_enum] = ACTIONS(3040), [anon_sym_class] = ACTIONS(3040), [anon_sym_struct] = ACTIONS(3040), [anon_sym_union] = ACTIONS(3040), [anon_sym_if] = ACTIONS(3040), [anon_sym_else] = ACTIONS(3040), [anon_sym_switch] = ACTIONS(3040), [anon_sym_case] = ACTIONS(3040), [anon_sym_default] = ACTIONS(3040), [anon_sym_while] = ACTIONS(3040), [anon_sym_do] = ACTIONS(3040), [anon_sym_for] = ACTIONS(3040), [anon_sym_return] = ACTIONS(3040), [anon_sym_break] = ACTIONS(3040), [anon_sym_continue] = ACTIONS(3040), [anon_sym_goto] = ACTIONS(3040), [anon_sym_not] = ACTIONS(3040), [anon_sym_compl] = ACTIONS(3040), [anon_sym_DASH_DASH] = ACTIONS(3042), [anon_sym_PLUS_PLUS] = ACTIONS(3042), [anon_sym_sizeof] = ACTIONS(3040), [anon_sym_offsetof] = ACTIONS(3040), [anon_sym__Generic] = ACTIONS(3040), [anon_sym_asm] = ACTIONS(3040), [anon_sym___asm__] = ACTIONS(3040), [sym_number_literal] = ACTIONS(3042), [anon_sym_L_SQUOTE] = ACTIONS(3042), [anon_sym_u_SQUOTE] = ACTIONS(3042), [anon_sym_U_SQUOTE] = ACTIONS(3042), [anon_sym_u8_SQUOTE] = ACTIONS(3042), [anon_sym_SQUOTE] = ACTIONS(3042), [anon_sym_L_DQUOTE] = ACTIONS(3042), [anon_sym_u_DQUOTE] = ACTIONS(3042), [anon_sym_U_DQUOTE] = ACTIONS(3042), [anon_sym_u8_DQUOTE] = ACTIONS(3042), [anon_sym_DQUOTE] = ACTIONS(3042), [sym_true] = ACTIONS(3040), [sym_false] = ACTIONS(3040), [anon_sym_NULL] = ACTIONS(3040), [anon_sym_nullptr] = ACTIONS(3040), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3040), [anon_sym_decltype] = ACTIONS(3040), [anon_sym_virtual] = ACTIONS(3040), [anon_sym_explicit] = ACTIONS(3040), [anon_sym_typename] = ACTIONS(3040), [anon_sym_template] = ACTIONS(3040), [anon_sym_operator] = ACTIONS(3040), [anon_sym_try] = ACTIONS(3040), [anon_sym_delete] = ACTIONS(3040), [anon_sym_throw] = ACTIONS(3040), [anon_sym_namespace] = ACTIONS(3040), [anon_sym_using] = ACTIONS(3040), [anon_sym_static_assert] = ACTIONS(3040), [anon_sym_concept] = ACTIONS(3040), [anon_sym_co_return] = ACTIONS(3040), [anon_sym_co_yield] = ACTIONS(3040), [anon_sym_R_DQUOTE] = ACTIONS(3042), [anon_sym_LR_DQUOTE] = ACTIONS(3042), [anon_sym_uR_DQUOTE] = ACTIONS(3042), [anon_sym_UR_DQUOTE] = ACTIONS(3042), [anon_sym_u8R_DQUOTE] = ACTIONS(3042), [anon_sym_co_await] = ACTIONS(3040), [anon_sym_new] = ACTIONS(3040), [anon_sym_requires] = ACTIONS(3040), [sym_this] = ACTIONS(3040), }, [1110] = { [ts_builtin_sym_end] = ACTIONS(3066), [sym_identifier] = ACTIONS(3064), [aux_sym_preproc_include_token1] = ACTIONS(3064), [aux_sym_preproc_def_token1] = ACTIONS(3064), [aux_sym_preproc_if_token1] = ACTIONS(3064), [aux_sym_preproc_ifdef_token1] = ACTIONS(3064), [aux_sym_preproc_ifdef_token2] = ACTIONS(3064), [sym_preproc_directive] = ACTIONS(3064), [anon_sym_LPAREN2] = ACTIONS(3066), [anon_sym_BANG] = ACTIONS(3066), [anon_sym_TILDE] = ACTIONS(3066), [anon_sym_DASH] = ACTIONS(3064), [anon_sym_PLUS] = ACTIONS(3064), [anon_sym_STAR] = ACTIONS(3066), [anon_sym_AMP_AMP] = ACTIONS(3066), [anon_sym_AMP] = ACTIONS(3064), [anon_sym_SEMI] = ACTIONS(3066), [anon_sym_typedef] = ACTIONS(3064), [anon_sym_extern] = ACTIONS(3064), [anon_sym___attribute__] = ACTIONS(3064), [anon_sym_COLON_COLON] = ACTIONS(3066), [anon_sym_LBRACK_LBRACK] = ACTIONS(3066), [anon_sym___declspec] = ACTIONS(3064), [anon_sym___based] = ACTIONS(3064), [anon_sym___cdecl] = ACTIONS(3064), [anon_sym___clrcall] = ACTIONS(3064), [anon_sym___stdcall] = ACTIONS(3064), [anon_sym___fastcall] = ACTIONS(3064), [anon_sym___thiscall] = ACTIONS(3064), [anon_sym___vectorcall] = ACTIONS(3064), [anon_sym_LBRACE] = ACTIONS(3066), [anon_sym_signed] = ACTIONS(3064), [anon_sym_unsigned] = ACTIONS(3064), [anon_sym_long] = ACTIONS(3064), [anon_sym_short] = ACTIONS(3064), [anon_sym_LBRACK] = ACTIONS(3064), [anon_sym_static] = ACTIONS(3064), [anon_sym_register] = ACTIONS(3064), [anon_sym_inline] = ACTIONS(3064), [anon_sym_thread_local] = ACTIONS(3064), [anon_sym_const] = ACTIONS(3064), [anon_sym_constexpr] = ACTIONS(3064), [anon_sym_volatile] = ACTIONS(3064), [anon_sym_restrict] = ACTIONS(3064), [anon_sym___restrict__] = ACTIONS(3064), [anon_sym__Atomic] = ACTIONS(3064), [anon_sym__Noreturn] = ACTIONS(3064), [anon_sym_noreturn] = ACTIONS(3064), [anon_sym_mutable] = ACTIONS(3064), [anon_sym_constinit] = ACTIONS(3064), [anon_sym_consteval] = ACTIONS(3064), [sym_primitive_type] = ACTIONS(3064), [anon_sym_enum] = ACTIONS(3064), [anon_sym_class] = ACTIONS(3064), [anon_sym_struct] = ACTIONS(3064), [anon_sym_union] = ACTIONS(3064), [anon_sym_if] = ACTIONS(3064), [anon_sym_else] = ACTIONS(3064), [anon_sym_switch] = ACTIONS(3064), [anon_sym_case] = ACTIONS(3064), [anon_sym_default] = ACTIONS(3064), [anon_sym_while] = ACTIONS(3064), [anon_sym_do] = ACTIONS(3064), [anon_sym_for] = ACTIONS(3064), [anon_sym_return] = ACTIONS(3064), [anon_sym_break] = ACTIONS(3064), [anon_sym_continue] = ACTIONS(3064), [anon_sym_goto] = ACTIONS(3064), [anon_sym_not] = ACTIONS(3064), [anon_sym_compl] = ACTIONS(3064), [anon_sym_DASH_DASH] = ACTIONS(3066), [anon_sym_PLUS_PLUS] = ACTIONS(3066), [anon_sym_sizeof] = ACTIONS(3064), [anon_sym_offsetof] = ACTIONS(3064), [anon_sym__Generic] = ACTIONS(3064), [anon_sym_asm] = ACTIONS(3064), [anon_sym___asm__] = ACTIONS(3064), [sym_number_literal] = ACTIONS(3066), [anon_sym_L_SQUOTE] = ACTIONS(3066), [anon_sym_u_SQUOTE] = ACTIONS(3066), [anon_sym_U_SQUOTE] = ACTIONS(3066), [anon_sym_u8_SQUOTE] = ACTIONS(3066), [anon_sym_SQUOTE] = ACTIONS(3066), [anon_sym_L_DQUOTE] = ACTIONS(3066), [anon_sym_u_DQUOTE] = ACTIONS(3066), [anon_sym_U_DQUOTE] = ACTIONS(3066), [anon_sym_u8_DQUOTE] = ACTIONS(3066), [anon_sym_DQUOTE] = ACTIONS(3066), [sym_true] = ACTIONS(3064), [sym_false] = ACTIONS(3064), [anon_sym_NULL] = ACTIONS(3064), [anon_sym_nullptr] = ACTIONS(3064), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3064), [anon_sym_decltype] = ACTIONS(3064), [anon_sym_virtual] = ACTIONS(3064), [anon_sym_explicit] = ACTIONS(3064), [anon_sym_typename] = ACTIONS(3064), [anon_sym_template] = ACTIONS(3064), [anon_sym_operator] = ACTIONS(3064), [anon_sym_try] = ACTIONS(3064), [anon_sym_delete] = ACTIONS(3064), [anon_sym_throw] = ACTIONS(3064), [anon_sym_namespace] = ACTIONS(3064), [anon_sym_using] = ACTIONS(3064), [anon_sym_static_assert] = ACTIONS(3064), [anon_sym_concept] = ACTIONS(3064), [anon_sym_co_return] = ACTIONS(3064), [anon_sym_co_yield] = ACTIONS(3064), [anon_sym_R_DQUOTE] = ACTIONS(3066), [anon_sym_LR_DQUOTE] = ACTIONS(3066), [anon_sym_uR_DQUOTE] = ACTIONS(3066), [anon_sym_UR_DQUOTE] = ACTIONS(3066), [anon_sym_u8R_DQUOTE] = ACTIONS(3066), [anon_sym_co_await] = ACTIONS(3064), [anon_sym_new] = ACTIONS(3064), [anon_sym_requires] = ACTIONS(3064), [sym_this] = ACTIONS(3064), }, [1111] = { [sym_identifier] = ACTIONS(2938), [aux_sym_preproc_include_token1] = ACTIONS(2938), [aux_sym_preproc_def_token1] = ACTIONS(2938), [aux_sym_preproc_if_token1] = ACTIONS(2938), [aux_sym_preproc_if_token2] = ACTIONS(2938), [aux_sym_preproc_ifdef_token1] = ACTIONS(2938), [aux_sym_preproc_ifdef_token2] = ACTIONS(2938), [sym_preproc_directive] = ACTIONS(2938), [anon_sym_LPAREN2] = ACTIONS(2940), [anon_sym_BANG] = ACTIONS(2940), [anon_sym_TILDE] = ACTIONS(2940), [anon_sym_DASH] = ACTIONS(2938), [anon_sym_PLUS] = ACTIONS(2938), [anon_sym_STAR] = ACTIONS(2940), [anon_sym_AMP_AMP] = ACTIONS(2940), [anon_sym_AMP] = ACTIONS(2938), [anon_sym_SEMI] = ACTIONS(2940), [anon_sym_typedef] = ACTIONS(2938), [anon_sym_extern] = ACTIONS(2938), [anon_sym___attribute__] = ACTIONS(2938), [anon_sym_COLON_COLON] = ACTIONS(2940), [anon_sym_LBRACK_LBRACK] = ACTIONS(2940), [anon_sym___declspec] = ACTIONS(2938), [anon_sym___based] = ACTIONS(2938), [anon_sym___cdecl] = ACTIONS(2938), [anon_sym___clrcall] = ACTIONS(2938), [anon_sym___stdcall] = ACTIONS(2938), [anon_sym___fastcall] = ACTIONS(2938), [anon_sym___thiscall] = ACTIONS(2938), [anon_sym___vectorcall] = ACTIONS(2938), [anon_sym_LBRACE] = ACTIONS(2940), [anon_sym_signed] = ACTIONS(2938), [anon_sym_unsigned] = ACTIONS(2938), [anon_sym_long] = ACTIONS(2938), [anon_sym_short] = ACTIONS(2938), [anon_sym_LBRACK] = ACTIONS(2938), [anon_sym_static] = ACTIONS(2938), [anon_sym_register] = ACTIONS(2938), [anon_sym_inline] = ACTIONS(2938), [anon_sym_thread_local] = ACTIONS(2938), [anon_sym_const] = ACTIONS(2938), [anon_sym_constexpr] = ACTIONS(2938), [anon_sym_volatile] = ACTIONS(2938), [anon_sym_restrict] = ACTIONS(2938), [anon_sym___restrict__] = ACTIONS(2938), [anon_sym__Atomic] = ACTIONS(2938), [anon_sym__Noreturn] = ACTIONS(2938), [anon_sym_noreturn] = ACTIONS(2938), [anon_sym_mutable] = ACTIONS(2938), [anon_sym_constinit] = ACTIONS(2938), [anon_sym_consteval] = ACTIONS(2938), [sym_primitive_type] = ACTIONS(2938), [anon_sym_enum] = ACTIONS(2938), [anon_sym_class] = ACTIONS(2938), [anon_sym_struct] = ACTIONS(2938), [anon_sym_union] = ACTIONS(2938), [anon_sym_if] = ACTIONS(2938), [anon_sym_else] = ACTIONS(2938), [anon_sym_switch] = ACTIONS(2938), [anon_sym_case] = ACTIONS(2938), [anon_sym_default] = ACTIONS(2938), [anon_sym_while] = ACTIONS(2938), [anon_sym_do] = ACTIONS(2938), [anon_sym_for] = ACTIONS(2938), [anon_sym_return] = ACTIONS(2938), [anon_sym_break] = ACTIONS(2938), [anon_sym_continue] = ACTIONS(2938), [anon_sym_goto] = ACTIONS(2938), [anon_sym_not] = ACTIONS(2938), [anon_sym_compl] = ACTIONS(2938), [anon_sym_DASH_DASH] = ACTIONS(2940), [anon_sym_PLUS_PLUS] = ACTIONS(2940), [anon_sym_sizeof] = ACTIONS(2938), [anon_sym_offsetof] = ACTIONS(2938), [anon_sym__Generic] = ACTIONS(2938), [anon_sym_asm] = ACTIONS(2938), [anon_sym___asm__] = ACTIONS(2938), [sym_number_literal] = ACTIONS(2940), [anon_sym_L_SQUOTE] = ACTIONS(2940), [anon_sym_u_SQUOTE] = ACTIONS(2940), [anon_sym_U_SQUOTE] = ACTIONS(2940), [anon_sym_u8_SQUOTE] = ACTIONS(2940), [anon_sym_SQUOTE] = ACTIONS(2940), [anon_sym_L_DQUOTE] = ACTIONS(2940), [anon_sym_u_DQUOTE] = ACTIONS(2940), [anon_sym_U_DQUOTE] = ACTIONS(2940), [anon_sym_u8_DQUOTE] = ACTIONS(2940), [anon_sym_DQUOTE] = ACTIONS(2940), [sym_true] = ACTIONS(2938), [sym_false] = ACTIONS(2938), [anon_sym_NULL] = ACTIONS(2938), [anon_sym_nullptr] = ACTIONS(2938), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2938), [anon_sym_decltype] = ACTIONS(2938), [anon_sym_virtual] = ACTIONS(2938), [anon_sym_explicit] = ACTIONS(2938), [anon_sym_typename] = ACTIONS(2938), [anon_sym_template] = ACTIONS(2938), [anon_sym_operator] = ACTIONS(2938), [anon_sym_try] = ACTIONS(2938), [anon_sym_delete] = ACTIONS(2938), [anon_sym_throw] = ACTIONS(2938), [anon_sym_namespace] = ACTIONS(2938), [anon_sym_using] = ACTIONS(2938), [anon_sym_static_assert] = ACTIONS(2938), [anon_sym_concept] = ACTIONS(2938), [anon_sym_co_return] = ACTIONS(2938), [anon_sym_co_yield] = ACTIONS(2938), [anon_sym_R_DQUOTE] = ACTIONS(2940), [anon_sym_LR_DQUOTE] = ACTIONS(2940), [anon_sym_uR_DQUOTE] = ACTIONS(2940), [anon_sym_UR_DQUOTE] = ACTIONS(2940), [anon_sym_u8R_DQUOTE] = ACTIONS(2940), [anon_sym_co_await] = ACTIONS(2938), [anon_sym_new] = ACTIONS(2938), [anon_sym_requires] = ACTIONS(2938), [sym_this] = ACTIONS(2938), }, [1112] = { [ts_builtin_sym_end] = ACTIONS(2916), [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [1113] = { [sym_identifier] = ACTIONS(2942), [aux_sym_preproc_include_token1] = ACTIONS(2942), [aux_sym_preproc_def_token1] = ACTIONS(2942), [aux_sym_preproc_if_token1] = ACTIONS(2942), [aux_sym_preproc_ifdef_token1] = ACTIONS(2942), [aux_sym_preproc_ifdef_token2] = ACTIONS(2942), [sym_preproc_directive] = ACTIONS(2942), [anon_sym_LPAREN2] = ACTIONS(2944), [anon_sym_BANG] = ACTIONS(2944), [anon_sym_TILDE] = ACTIONS(2944), [anon_sym_DASH] = ACTIONS(2942), [anon_sym_PLUS] = ACTIONS(2942), [anon_sym_STAR] = ACTIONS(2944), [anon_sym_AMP_AMP] = ACTIONS(2944), [anon_sym_AMP] = ACTIONS(2942), [anon_sym_SEMI] = ACTIONS(2944), [anon_sym_typedef] = ACTIONS(2942), [anon_sym_extern] = ACTIONS(2942), [anon_sym___attribute__] = ACTIONS(2942), [anon_sym_COLON_COLON] = ACTIONS(2944), [anon_sym_LBRACK_LBRACK] = ACTIONS(2944), [anon_sym___declspec] = ACTIONS(2942), [anon_sym___based] = ACTIONS(2942), [anon_sym___cdecl] = ACTIONS(2942), [anon_sym___clrcall] = ACTIONS(2942), [anon_sym___stdcall] = ACTIONS(2942), [anon_sym___fastcall] = ACTIONS(2942), [anon_sym___thiscall] = ACTIONS(2942), [anon_sym___vectorcall] = ACTIONS(2942), [anon_sym_LBRACE] = ACTIONS(2944), [anon_sym_RBRACE] = ACTIONS(2944), [anon_sym_signed] = ACTIONS(2942), [anon_sym_unsigned] = ACTIONS(2942), [anon_sym_long] = ACTIONS(2942), [anon_sym_short] = ACTIONS(2942), [anon_sym_LBRACK] = ACTIONS(2942), [anon_sym_static] = ACTIONS(2942), [anon_sym_register] = ACTIONS(2942), [anon_sym_inline] = ACTIONS(2942), [anon_sym_thread_local] = ACTIONS(2942), [anon_sym_const] = ACTIONS(2942), [anon_sym_constexpr] = ACTIONS(2942), [anon_sym_volatile] = ACTIONS(2942), [anon_sym_restrict] = ACTIONS(2942), [anon_sym___restrict__] = ACTIONS(2942), [anon_sym__Atomic] = ACTIONS(2942), [anon_sym__Noreturn] = ACTIONS(2942), [anon_sym_noreturn] = ACTIONS(2942), [anon_sym_mutable] = ACTIONS(2942), [anon_sym_constinit] = ACTIONS(2942), [anon_sym_consteval] = ACTIONS(2942), [sym_primitive_type] = ACTIONS(2942), [anon_sym_enum] = ACTIONS(2942), [anon_sym_class] = ACTIONS(2942), [anon_sym_struct] = ACTIONS(2942), [anon_sym_union] = ACTIONS(2942), [anon_sym_if] = ACTIONS(2942), [anon_sym_else] = ACTIONS(2942), [anon_sym_switch] = ACTIONS(2942), [anon_sym_case] = ACTIONS(2942), [anon_sym_default] = ACTIONS(2942), [anon_sym_while] = ACTIONS(2942), [anon_sym_do] = ACTIONS(2942), [anon_sym_for] = ACTIONS(2942), [anon_sym_return] = ACTIONS(2942), [anon_sym_break] = ACTIONS(2942), [anon_sym_continue] = ACTIONS(2942), [anon_sym_goto] = ACTIONS(2942), [anon_sym_not] = ACTIONS(2942), [anon_sym_compl] = ACTIONS(2942), [anon_sym_DASH_DASH] = ACTIONS(2944), [anon_sym_PLUS_PLUS] = ACTIONS(2944), [anon_sym_sizeof] = ACTIONS(2942), [anon_sym_offsetof] = ACTIONS(2942), [anon_sym__Generic] = ACTIONS(2942), [anon_sym_asm] = ACTIONS(2942), [anon_sym___asm__] = ACTIONS(2942), [sym_number_literal] = ACTIONS(2944), [anon_sym_L_SQUOTE] = ACTIONS(2944), [anon_sym_u_SQUOTE] = ACTIONS(2944), [anon_sym_U_SQUOTE] = ACTIONS(2944), [anon_sym_u8_SQUOTE] = ACTIONS(2944), [anon_sym_SQUOTE] = ACTIONS(2944), [anon_sym_L_DQUOTE] = ACTIONS(2944), [anon_sym_u_DQUOTE] = ACTIONS(2944), [anon_sym_U_DQUOTE] = ACTIONS(2944), [anon_sym_u8_DQUOTE] = ACTIONS(2944), [anon_sym_DQUOTE] = ACTIONS(2944), [sym_true] = ACTIONS(2942), [sym_false] = ACTIONS(2942), [anon_sym_NULL] = ACTIONS(2942), [anon_sym_nullptr] = ACTIONS(2942), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2942), [anon_sym_decltype] = ACTIONS(2942), [anon_sym_virtual] = ACTIONS(2942), [anon_sym_explicit] = ACTIONS(2942), [anon_sym_typename] = ACTIONS(2942), [anon_sym_template] = ACTIONS(2942), [anon_sym_operator] = ACTIONS(2942), [anon_sym_try] = ACTIONS(2942), [anon_sym_delete] = ACTIONS(2942), [anon_sym_throw] = ACTIONS(2942), [anon_sym_namespace] = ACTIONS(2942), [anon_sym_using] = ACTIONS(2942), [anon_sym_static_assert] = ACTIONS(2942), [anon_sym_concept] = ACTIONS(2942), [anon_sym_co_return] = ACTIONS(2942), [anon_sym_co_yield] = ACTIONS(2942), [anon_sym_R_DQUOTE] = ACTIONS(2944), [anon_sym_LR_DQUOTE] = ACTIONS(2944), [anon_sym_uR_DQUOTE] = ACTIONS(2944), [anon_sym_UR_DQUOTE] = ACTIONS(2944), [anon_sym_u8R_DQUOTE] = ACTIONS(2944), [anon_sym_co_await] = ACTIONS(2942), [anon_sym_new] = ACTIONS(2942), [anon_sym_requires] = ACTIONS(2942), [sym_this] = ACTIONS(2942), }, [1114] = { [ts_builtin_sym_end] = ACTIONS(2916), [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [1115] = { [ts_builtin_sym_end] = ACTIONS(2916), [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [1116] = { [ts_builtin_sym_end] = ACTIONS(2916), [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [1117] = { [sym_identifier] = ACTIONS(2946), [aux_sym_preproc_include_token1] = ACTIONS(2946), [aux_sym_preproc_def_token1] = ACTIONS(2946), [aux_sym_preproc_if_token1] = ACTIONS(2946), [aux_sym_preproc_ifdef_token1] = ACTIONS(2946), [aux_sym_preproc_ifdef_token2] = ACTIONS(2946), [sym_preproc_directive] = ACTIONS(2946), [anon_sym_LPAREN2] = ACTIONS(2948), [anon_sym_BANG] = ACTIONS(2948), [anon_sym_TILDE] = ACTIONS(2948), [anon_sym_DASH] = ACTIONS(2946), [anon_sym_PLUS] = ACTIONS(2946), [anon_sym_STAR] = ACTIONS(2948), [anon_sym_AMP_AMP] = ACTIONS(2948), [anon_sym_AMP] = ACTIONS(2946), [anon_sym_SEMI] = ACTIONS(2948), [anon_sym_typedef] = ACTIONS(2946), [anon_sym_extern] = ACTIONS(2946), [anon_sym___attribute__] = ACTIONS(2946), [anon_sym_COLON_COLON] = ACTIONS(2948), [anon_sym_LBRACK_LBRACK] = ACTIONS(2948), [anon_sym___declspec] = ACTIONS(2946), [anon_sym___based] = ACTIONS(2946), [anon_sym___cdecl] = ACTIONS(2946), [anon_sym___clrcall] = ACTIONS(2946), [anon_sym___stdcall] = ACTIONS(2946), [anon_sym___fastcall] = ACTIONS(2946), [anon_sym___thiscall] = ACTIONS(2946), [anon_sym___vectorcall] = ACTIONS(2946), [anon_sym_LBRACE] = ACTIONS(2948), [anon_sym_RBRACE] = ACTIONS(2948), [anon_sym_signed] = ACTIONS(2946), [anon_sym_unsigned] = ACTIONS(2946), [anon_sym_long] = ACTIONS(2946), [anon_sym_short] = ACTIONS(2946), [anon_sym_LBRACK] = ACTIONS(2946), [anon_sym_static] = ACTIONS(2946), [anon_sym_register] = ACTIONS(2946), [anon_sym_inline] = ACTIONS(2946), [anon_sym_thread_local] = ACTIONS(2946), [anon_sym_const] = ACTIONS(2946), [anon_sym_constexpr] = ACTIONS(2946), [anon_sym_volatile] = ACTIONS(2946), [anon_sym_restrict] = ACTIONS(2946), [anon_sym___restrict__] = ACTIONS(2946), [anon_sym__Atomic] = ACTIONS(2946), [anon_sym__Noreturn] = ACTIONS(2946), [anon_sym_noreturn] = ACTIONS(2946), [anon_sym_mutable] = ACTIONS(2946), [anon_sym_constinit] = ACTIONS(2946), [anon_sym_consteval] = ACTIONS(2946), [sym_primitive_type] = ACTIONS(2946), [anon_sym_enum] = ACTIONS(2946), [anon_sym_class] = ACTIONS(2946), [anon_sym_struct] = ACTIONS(2946), [anon_sym_union] = ACTIONS(2946), [anon_sym_if] = ACTIONS(2946), [anon_sym_else] = ACTIONS(2946), [anon_sym_switch] = ACTIONS(2946), [anon_sym_case] = ACTIONS(2946), [anon_sym_default] = ACTIONS(2946), [anon_sym_while] = ACTIONS(2946), [anon_sym_do] = ACTIONS(2946), [anon_sym_for] = ACTIONS(2946), [anon_sym_return] = ACTIONS(2946), [anon_sym_break] = ACTIONS(2946), [anon_sym_continue] = ACTIONS(2946), [anon_sym_goto] = ACTIONS(2946), [anon_sym_not] = ACTIONS(2946), [anon_sym_compl] = ACTIONS(2946), [anon_sym_DASH_DASH] = ACTIONS(2948), [anon_sym_PLUS_PLUS] = ACTIONS(2948), [anon_sym_sizeof] = ACTIONS(2946), [anon_sym_offsetof] = ACTIONS(2946), [anon_sym__Generic] = ACTIONS(2946), [anon_sym_asm] = ACTIONS(2946), [anon_sym___asm__] = ACTIONS(2946), [sym_number_literal] = ACTIONS(2948), [anon_sym_L_SQUOTE] = ACTIONS(2948), [anon_sym_u_SQUOTE] = ACTIONS(2948), [anon_sym_U_SQUOTE] = ACTIONS(2948), [anon_sym_u8_SQUOTE] = ACTIONS(2948), [anon_sym_SQUOTE] = ACTIONS(2948), [anon_sym_L_DQUOTE] = ACTIONS(2948), [anon_sym_u_DQUOTE] = ACTIONS(2948), [anon_sym_U_DQUOTE] = ACTIONS(2948), [anon_sym_u8_DQUOTE] = ACTIONS(2948), [anon_sym_DQUOTE] = ACTIONS(2948), [sym_true] = ACTIONS(2946), [sym_false] = ACTIONS(2946), [anon_sym_NULL] = ACTIONS(2946), [anon_sym_nullptr] = ACTIONS(2946), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2946), [anon_sym_decltype] = ACTIONS(2946), [anon_sym_virtual] = ACTIONS(2946), [anon_sym_explicit] = ACTIONS(2946), [anon_sym_typename] = ACTIONS(2946), [anon_sym_template] = ACTIONS(2946), [anon_sym_operator] = ACTIONS(2946), [anon_sym_try] = ACTIONS(2946), [anon_sym_delete] = ACTIONS(2946), [anon_sym_throw] = ACTIONS(2946), [anon_sym_namespace] = ACTIONS(2946), [anon_sym_using] = ACTIONS(2946), [anon_sym_static_assert] = ACTIONS(2946), [anon_sym_concept] = ACTIONS(2946), [anon_sym_co_return] = ACTIONS(2946), [anon_sym_co_yield] = ACTIONS(2946), [anon_sym_R_DQUOTE] = ACTIONS(2948), [anon_sym_LR_DQUOTE] = ACTIONS(2948), [anon_sym_uR_DQUOTE] = ACTIONS(2948), [anon_sym_UR_DQUOTE] = ACTIONS(2948), [anon_sym_u8R_DQUOTE] = ACTIONS(2948), [anon_sym_co_await] = ACTIONS(2946), [anon_sym_new] = ACTIONS(2946), [anon_sym_requires] = ACTIONS(2946), [sym_this] = ACTIONS(2946), }, [1118] = { [sym_identifier] = ACTIONS(2950), [aux_sym_preproc_include_token1] = ACTIONS(2950), [aux_sym_preproc_def_token1] = ACTIONS(2950), [aux_sym_preproc_if_token1] = ACTIONS(2950), [aux_sym_preproc_ifdef_token1] = ACTIONS(2950), [aux_sym_preproc_ifdef_token2] = ACTIONS(2950), [sym_preproc_directive] = ACTIONS(2950), [anon_sym_LPAREN2] = ACTIONS(2952), [anon_sym_BANG] = ACTIONS(2952), [anon_sym_TILDE] = ACTIONS(2952), [anon_sym_DASH] = ACTIONS(2950), [anon_sym_PLUS] = ACTIONS(2950), [anon_sym_STAR] = ACTIONS(2952), [anon_sym_AMP_AMP] = ACTIONS(2952), [anon_sym_AMP] = ACTIONS(2950), [anon_sym_SEMI] = ACTIONS(2952), [anon_sym_typedef] = ACTIONS(2950), [anon_sym_extern] = ACTIONS(2950), [anon_sym___attribute__] = ACTIONS(2950), [anon_sym_COLON_COLON] = ACTIONS(2952), [anon_sym_LBRACK_LBRACK] = ACTIONS(2952), [anon_sym___declspec] = ACTIONS(2950), [anon_sym___based] = ACTIONS(2950), [anon_sym___cdecl] = ACTIONS(2950), [anon_sym___clrcall] = ACTIONS(2950), [anon_sym___stdcall] = ACTIONS(2950), [anon_sym___fastcall] = ACTIONS(2950), [anon_sym___thiscall] = ACTIONS(2950), [anon_sym___vectorcall] = ACTIONS(2950), [anon_sym_LBRACE] = ACTIONS(2952), [anon_sym_RBRACE] = ACTIONS(2952), [anon_sym_signed] = ACTIONS(2950), [anon_sym_unsigned] = ACTIONS(2950), [anon_sym_long] = ACTIONS(2950), [anon_sym_short] = ACTIONS(2950), [anon_sym_LBRACK] = ACTIONS(2950), [anon_sym_static] = ACTIONS(2950), [anon_sym_register] = ACTIONS(2950), [anon_sym_inline] = ACTIONS(2950), [anon_sym_thread_local] = ACTIONS(2950), [anon_sym_const] = ACTIONS(2950), [anon_sym_constexpr] = ACTIONS(2950), [anon_sym_volatile] = ACTIONS(2950), [anon_sym_restrict] = ACTIONS(2950), [anon_sym___restrict__] = ACTIONS(2950), [anon_sym__Atomic] = ACTIONS(2950), [anon_sym__Noreturn] = ACTIONS(2950), [anon_sym_noreturn] = ACTIONS(2950), [anon_sym_mutable] = ACTIONS(2950), [anon_sym_constinit] = ACTIONS(2950), [anon_sym_consteval] = ACTIONS(2950), [sym_primitive_type] = ACTIONS(2950), [anon_sym_enum] = ACTIONS(2950), [anon_sym_class] = ACTIONS(2950), [anon_sym_struct] = ACTIONS(2950), [anon_sym_union] = ACTIONS(2950), [anon_sym_if] = ACTIONS(2950), [anon_sym_else] = ACTIONS(2950), [anon_sym_switch] = ACTIONS(2950), [anon_sym_case] = ACTIONS(2950), [anon_sym_default] = ACTIONS(2950), [anon_sym_while] = ACTIONS(2950), [anon_sym_do] = ACTIONS(2950), [anon_sym_for] = ACTIONS(2950), [anon_sym_return] = ACTIONS(2950), [anon_sym_break] = ACTIONS(2950), [anon_sym_continue] = ACTIONS(2950), [anon_sym_goto] = ACTIONS(2950), [anon_sym_not] = ACTIONS(2950), [anon_sym_compl] = ACTIONS(2950), [anon_sym_DASH_DASH] = ACTIONS(2952), [anon_sym_PLUS_PLUS] = ACTIONS(2952), [anon_sym_sizeof] = ACTIONS(2950), [anon_sym_offsetof] = ACTIONS(2950), [anon_sym__Generic] = ACTIONS(2950), [anon_sym_asm] = ACTIONS(2950), [anon_sym___asm__] = ACTIONS(2950), [sym_number_literal] = ACTIONS(2952), [anon_sym_L_SQUOTE] = ACTIONS(2952), [anon_sym_u_SQUOTE] = ACTIONS(2952), [anon_sym_U_SQUOTE] = ACTIONS(2952), [anon_sym_u8_SQUOTE] = ACTIONS(2952), [anon_sym_SQUOTE] = ACTIONS(2952), [anon_sym_L_DQUOTE] = ACTIONS(2952), [anon_sym_u_DQUOTE] = ACTIONS(2952), [anon_sym_U_DQUOTE] = ACTIONS(2952), [anon_sym_u8_DQUOTE] = ACTIONS(2952), [anon_sym_DQUOTE] = ACTIONS(2952), [sym_true] = ACTIONS(2950), [sym_false] = ACTIONS(2950), [anon_sym_NULL] = ACTIONS(2950), [anon_sym_nullptr] = ACTIONS(2950), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2950), [anon_sym_decltype] = ACTIONS(2950), [anon_sym_virtual] = ACTIONS(2950), [anon_sym_explicit] = ACTIONS(2950), [anon_sym_typename] = ACTIONS(2950), [anon_sym_template] = ACTIONS(2950), [anon_sym_operator] = ACTIONS(2950), [anon_sym_try] = ACTIONS(2950), [anon_sym_delete] = ACTIONS(2950), [anon_sym_throw] = ACTIONS(2950), [anon_sym_namespace] = ACTIONS(2950), [anon_sym_using] = ACTIONS(2950), [anon_sym_static_assert] = ACTIONS(2950), [anon_sym_concept] = ACTIONS(2950), [anon_sym_co_return] = ACTIONS(2950), [anon_sym_co_yield] = ACTIONS(2950), [anon_sym_R_DQUOTE] = ACTIONS(2952), [anon_sym_LR_DQUOTE] = ACTIONS(2952), [anon_sym_uR_DQUOTE] = ACTIONS(2952), [anon_sym_UR_DQUOTE] = ACTIONS(2952), [anon_sym_u8R_DQUOTE] = ACTIONS(2952), [anon_sym_co_await] = ACTIONS(2950), [anon_sym_new] = ACTIONS(2950), [anon_sym_requires] = ACTIONS(2950), [sym_this] = ACTIONS(2950), }, [1119] = { [ts_builtin_sym_end] = ACTIONS(2916), [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [1120] = { [sym_identifier] = ACTIONS(2954), [aux_sym_preproc_include_token1] = ACTIONS(2954), [aux_sym_preproc_def_token1] = ACTIONS(2954), [aux_sym_preproc_if_token1] = ACTIONS(2954), [aux_sym_preproc_ifdef_token1] = ACTIONS(2954), [aux_sym_preproc_ifdef_token2] = ACTIONS(2954), [sym_preproc_directive] = ACTIONS(2954), [anon_sym_LPAREN2] = ACTIONS(2956), [anon_sym_BANG] = ACTIONS(2956), [anon_sym_TILDE] = ACTIONS(2956), [anon_sym_DASH] = ACTIONS(2954), [anon_sym_PLUS] = ACTIONS(2954), [anon_sym_STAR] = ACTIONS(2956), [anon_sym_AMP_AMP] = ACTIONS(2956), [anon_sym_AMP] = ACTIONS(2954), [anon_sym_SEMI] = ACTIONS(2956), [anon_sym_typedef] = ACTIONS(2954), [anon_sym_extern] = ACTIONS(2954), [anon_sym___attribute__] = ACTIONS(2954), [anon_sym_COLON_COLON] = ACTIONS(2956), [anon_sym_LBRACK_LBRACK] = ACTIONS(2956), [anon_sym___declspec] = ACTIONS(2954), [anon_sym___based] = ACTIONS(2954), [anon_sym___cdecl] = ACTIONS(2954), [anon_sym___clrcall] = ACTIONS(2954), [anon_sym___stdcall] = ACTIONS(2954), [anon_sym___fastcall] = ACTIONS(2954), [anon_sym___thiscall] = ACTIONS(2954), [anon_sym___vectorcall] = ACTIONS(2954), [anon_sym_LBRACE] = ACTIONS(2956), [anon_sym_RBRACE] = ACTIONS(2956), [anon_sym_signed] = ACTIONS(2954), [anon_sym_unsigned] = ACTIONS(2954), [anon_sym_long] = ACTIONS(2954), [anon_sym_short] = ACTIONS(2954), [anon_sym_LBRACK] = ACTIONS(2954), [anon_sym_static] = ACTIONS(2954), [anon_sym_register] = ACTIONS(2954), [anon_sym_inline] = ACTIONS(2954), [anon_sym_thread_local] = ACTIONS(2954), [anon_sym_const] = ACTIONS(2954), [anon_sym_constexpr] = ACTIONS(2954), [anon_sym_volatile] = ACTIONS(2954), [anon_sym_restrict] = ACTIONS(2954), [anon_sym___restrict__] = ACTIONS(2954), [anon_sym__Atomic] = ACTIONS(2954), [anon_sym__Noreturn] = ACTIONS(2954), [anon_sym_noreturn] = ACTIONS(2954), [anon_sym_mutable] = ACTIONS(2954), [anon_sym_constinit] = ACTIONS(2954), [anon_sym_consteval] = ACTIONS(2954), [sym_primitive_type] = ACTIONS(2954), [anon_sym_enum] = ACTIONS(2954), [anon_sym_class] = ACTIONS(2954), [anon_sym_struct] = ACTIONS(2954), [anon_sym_union] = ACTIONS(2954), [anon_sym_if] = ACTIONS(2954), [anon_sym_else] = ACTIONS(2954), [anon_sym_switch] = ACTIONS(2954), [anon_sym_case] = ACTIONS(2954), [anon_sym_default] = ACTIONS(2954), [anon_sym_while] = ACTIONS(2954), [anon_sym_do] = ACTIONS(2954), [anon_sym_for] = ACTIONS(2954), [anon_sym_return] = ACTIONS(2954), [anon_sym_break] = ACTIONS(2954), [anon_sym_continue] = ACTIONS(2954), [anon_sym_goto] = ACTIONS(2954), [anon_sym_not] = ACTIONS(2954), [anon_sym_compl] = ACTIONS(2954), [anon_sym_DASH_DASH] = ACTIONS(2956), [anon_sym_PLUS_PLUS] = ACTIONS(2956), [anon_sym_sizeof] = ACTIONS(2954), [anon_sym_offsetof] = ACTIONS(2954), [anon_sym__Generic] = ACTIONS(2954), [anon_sym_asm] = ACTIONS(2954), [anon_sym___asm__] = ACTIONS(2954), [sym_number_literal] = ACTIONS(2956), [anon_sym_L_SQUOTE] = ACTIONS(2956), [anon_sym_u_SQUOTE] = ACTIONS(2956), [anon_sym_U_SQUOTE] = ACTIONS(2956), [anon_sym_u8_SQUOTE] = ACTIONS(2956), [anon_sym_SQUOTE] = ACTIONS(2956), [anon_sym_L_DQUOTE] = ACTIONS(2956), [anon_sym_u_DQUOTE] = ACTIONS(2956), [anon_sym_U_DQUOTE] = ACTIONS(2956), [anon_sym_u8_DQUOTE] = ACTIONS(2956), [anon_sym_DQUOTE] = ACTIONS(2956), [sym_true] = ACTIONS(2954), [sym_false] = ACTIONS(2954), [anon_sym_NULL] = ACTIONS(2954), [anon_sym_nullptr] = ACTIONS(2954), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2954), [anon_sym_decltype] = ACTIONS(2954), [anon_sym_virtual] = ACTIONS(2954), [anon_sym_explicit] = ACTIONS(2954), [anon_sym_typename] = ACTIONS(2954), [anon_sym_template] = ACTIONS(2954), [anon_sym_operator] = ACTIONS(2954), [anon_sym_try] = ACTIONS(2954), [anon_sym_delete] = ACTIONS(2954), [anon_sym_throw] = ACTIONS(2954), [anon_sym_namespace] = ACTIONS(2954), [anon_sym_using] = ACTIONS(2954), [anon_sym_static_assert] = ACTIONS(2954), [anon_sym_concept] = ACTIONS(2954), [anon_sym_co_return] = ACTIONS(2954), [anon_sym_co_yield] = ACTIONS(2954), [anon_sym_R_DQUOTE] = ACTIONS(2956), [anon_sym_LR_DQUOTE] = ACTIONS(2956), [anon_sym_uR_DQUOTE] = ACTIONS(2956), [anon_sym_UR_DQUOTE] = ACTIONS(2956), [anon_sym_u8R_DQUOTE] = ACTIONS(2956), [anon_sym_co_await] = ACTIONS(2954), [anon_sym_new] = ACTIONS(2954), [anon_sym_requires] = ACTIONS(2954), [sym_this] = ACTIONS(2954), }, [1121] = { [sym_identifier] = ACTIONS(2958), [aux_sym_preproc_include_token1] = ACTIONS(2958), [aux_sym_preproc_def_token1] = ACTIONS(2958), [aux_sym_preproc_if_token1] = ACTIONS(2958), [aux_sym_preproc_ifdef_token1] = ACTIONS(2958), [aux_sym_preproc_ifdef_token2] = ACTIONS(2958), [sym_preproc_directive] = ACTIONS(2958), [anon_sym_LPAREN2] = ACTIONS(2960), [anon_sym_BANG] = ACTIONS(2960), [anon_sym_TILDE] = ACTIONS(2960), [anon_sym_DASH] = ACTIONS(2958), [anon_sym_PLUS] = ACTIONS(2958), [anon_sym_STAR] = ACTIONS(2960), [anon_sym_AMP_AMP] = ACTIONS(2960), [anon_sym_AMP] = ACTIONS(2958), [anon_sym_SEMI] = ACTIONS(2960), [anon_sym_typedef] = ACTIONS(2958), [anon_sym_extern] = ACTIONS(2958), [anon_sym___attribute__] = ACTIONS(2958), [anon_sym_COLON_COLON] = ACTIONS(2960), [anon_sym_LBRACK_LBRACK] = ACTIONS(2960), [anon_sym___declspec] = ACTIONS(2958), [anon_sym___based] = ACTIONS(2958), [anon_sym___cdecl] = ACTIONS(2958), [anon_sym___clrcall] = ACTIONS(2958), [anon_sym___stdcall] = ACTIONS(2958), [anon_sym___fastcall] = ACTIONS(2958), [anon_sym___thiscall] = ACTIONS(2958), [anon_sym___vectorcall] = ACTIONS(2958), [anon_sym_LBRACE] = ACTIONS(2960), [anon_sym_RBRACE] = ACTIONS(2960), [anon_sym_signed] = ACTIONS(2958), [anon_sym_unsigned] = ACTIONS(2958), [anon_sym_long] = ACTIONS(2958), [anon_sym_short] = ACTIONS(2958), [anon_sym_LBRACK] = ACTIONS(2958), [anon_sym_static] = ACTIONS(2958), [anon_sym_register] = ACTIONS(2958), [anon_sym_inline] = ACTIONS(2958), [anon_sym_thread_local] = ACTIONS(2958), [anon_sym_const] = ACTIONS(2958), [anon_sym_constexpr] = ACTIONS(2958), [anon_sym_volatile] = ACTIONS(2958), [anon_sym_restrict] = ACTIONS(2958), [anon_sym___restrict__] = ACTIONS(2958), [anon_sym__Atomic] = ACTIONS(2958), [anon_sym__Noreturn] = ACTIONS(2958), [anon_sym_noreturn] = ACTIONS(2958), [anon_sym_mutable] = ACTIONS(2958), [anon_sym_constinit] = ACTIONS(2958), [anon_sym_consteval] = ACTIONS(2958), [sym_primitive_type] = ACTIONS(2958), [anon_sym_enum] = ACTIONS(2958), [anon_sym_class] = ACTIONS(2958), [anon_sym_struct] = ACTIONS(2958), [anon_sym_union] = ACTIONS(2958), [anon_sym_if] = ACTIONS(2958), [anon_sym_else] = ACTIONS(2958), [anon_sym_switch] = ACTIONS(2958), [anon_sym_case] = ACTIONS(2958), [anon_sym_default] = ACTIONS(2958), [anon_sym_while] = ACTIONS(2958), [anon_sym_do] = ACTIONS(2958), [anon_sym_for] = ACTIONS(2958), [anon_sym_return] = ACTIONS(2958), [anon_sym_break] = ACTIONS(2958), [anon_sym_continue] = ACTIONS(2958), [anon_sym_goto] = ACTIONS(2958), [anon_sym_not] = ACTIONS(2958), [anon_sym_compl] = ACTIONS(2958), [anon_sym_DASH_DASH] = ACTIONS(2960), [anon_sym_PLUS_PLUS] = ACTIONS(2960), [anon_sym_sizeof] = ACTIONS(2958), [anon_sym_offsetof] = ACTIONS(2958), [anon_sym__Generic] = ACTIONS(2958), [anon_sym_asm] = ACTIONS(2958), [anon_sym___asm__] = ACTIONS(2958), [sym_number_literal] = ACTIONS(2960), [anon_sym_L_SQUOTE] = ACTIONS(2960), [anon_sym_u_SQUOTE] = ACTIONS(2960), [anon_sym_U_SQUOTE] = ACTIONS(2960), [anon_sym_u8_SQUOTE] = ACTIONS(2960), [anon_sym_SQUOTE] = ACTIONS(2960), [anon_sym_L_DQUOTE] = ACTIONS(2960), [anon_sym_u_DQUOTE] = ACTIONS(2960), [anon_sym_U_DQUOTE] = ACTIONS(2960), [anon_sym_u8_DQUOTE] = ACTIONS(2960), [anon_sym_DQUOTE] = ACTIONS(2960), [sym_true] = ACTIONS(2958), [sym_false] = ACTIONS(2958), [anon_sym_NULL] = ACTIONS(2958), [anon_sym_nullptr] = ACTIONS(2958), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2958), [anon_sym_decltype] = ACTIONS(2958), [anon_sym_virtual] = ACTIONS(2958), [anon_sym_explicit] = ACTIONS(2958), [anon_sym_typename] = ACTIONS(2958), [anon_sym_template] = ACTIONS(2958), [anon_sym_operator] = ACTIONS(2958), [anon_sym_try] = ACTIONS(2958), [anon_sym_delete] = ACTIONS(2958), [anon_sym_throw] = ACTIONS(2958), [anon_sym_namespace] = ACTIONS(2958), [anon_sym_using] = ACTIONS(2958), [anon_sym_static_assert] = ACTIONS(2958), [anon_sym_concept] = ACTIONS(2958), [anon_sym_co_return] = ACTIONS(2958), [anon_sym_co_yield] = ACTIONS(2958), [anon_sym_R_DQUOTE] = ACTIONS(2960), [anon_sym_LR_DQUOTE] = ACTIONS(2960), [anon_sym_uR_DQUOTE] = ACTIONS(2960), [anon_sym_UR_DQUOTE] = ACTIONS(2960), [anon_sym_u8R_DQUOTE] = ACTIONS(2960), [anon_sym_co_await] = ACTIONS(2958), [anon_sym_new] = ACTIONS(2958), [anon_sym_requires] = ACTIONS(2958), [sym_this] = ACTIONS(2958), }, [1122] = { [sym_identifier] = ACTIONS(2962), [aux_sym_preproc_include_token1] = ACTIONS(2962), [aux_sym_preproc_def_token1] = ACTIONS(2962), [aux_sym_preproc_if_token1] = ACTIONS(2962), [aux_sym_preproc_ifdef_token1] = ACTIONS(2962), [aux_sym_preproc_ifdef_token2] = ACTIONS(2962), [sym_preproc_directive] = ACTIONS(2962), [anon_sym_LPAREN2] = ACTIONS(2964), [anon_sym_BANG] = ACTIONS(2964), [anon_sym_TILDE] = ACTIONS(2964), [anon_sym_DASH] = ACTIONS(2962), [anon_sym_PLUS] = ACTIONS(2962), [anon_sym_STAR] = ACTIONS(2964), [anon_sym_AMP_AMP] = ACTIONS(2964), [anon_sym_AMP] = ACTIONS(2962), [anon_sym_SEMI] = ACTIONS(2964), [anon_sym_typedef] = ACTIONS(2962), [anon_sym_extern] = ACTIONS(2962), [anon_sym___attribute__] = ACTIONS(2962), [anon_sym_COLON_COLON] = ACTIONS(2964), [anon_sym_LBRACK_LBRACK] = ACTIONS(2964), [anon_sym___declspec] = ACTIONS(2962), [anon_sym___based] = ACTIONS(2962), [anon_sym___cdecl] = ACTIONS(2962), [anon_sym___clrcall] = ACTIONS(2962), [anon_sym___stdcall] = ACTIONS(2962), [anon_sym___fastcall] = ACTIONS(2962), [anon_sym___thiscall] = ACTIONS(2962), [anon_sym___vectorcall] = ACTIONS(2962), [anon_sym_LBRACE] = ACTIONS(2964), [anon_sym_RBRACE] = ACTIONS(2964), [anon_sym_signed] = ACTIONS(2962), [anon_sym_unsigned] = ACTIONS(2962), [anon_sym_long] = ACTIONS(2962), [anon_sym_short] = ACTIONS(2962), [anon_sym_LBRACK] = ACTIONS(2962), [anon_sym_static] = ACTIONS(2962), [anon_sym_register] = ACTIONS(2962), [anon_sym_inline] = ACTIONS(2962), [anon_sym_thread_local] = ACTIONS(2962), [anon_sym_const] = ACTIONS(2962), [anon_sym_constexpr] = ACTIONS(2962), [anon_sym_volatile] = ACTIONS(2962), [anon_sym_restrict] = ACTIONS(2962), [anon_sym___restrict__] = ACTIONS(2962), [anon_sym__Atomic] = ACTIONS(2962), [anon_sym__Noreturn] = ACTIONS(2962), [anon_sym_noreturn] = ACTIONS(2962), [anon_sym_mutable] = ACTIONS(2962), [anon_sym_constinit] = ACTIONS(2962), [anon_sym_consteval] = ACTIONS(2962), [sym_primitive_type] = ACTIONS(2962), [anon_sym_enum] = ACTIONS(2962), [anon_sym_class] = ACTIONS(2962), [anon_sym_struct] = ACTIONS(2962), [anon_sym_union] = ACTIONS(2962), [anon_sym_if] = ACTIONS(2962), [anon_sym_else] = ACTIONS(2962), [anon_sym_switch] = ACTIONS(2962), [anon_sym_case] = ACTIONS(2962), [anon_sym_default] = ACTIONS(2962), [anon_sym_while] = ACTIONS(2962), [anon_sym_do] = ACTIONS(2962), [anon_sym_for] = ACTIONS(2962), [anon_sym_return] = ACTIONS(2962), [anon_sym_break] = ACTIONS(2962), [anon_sym_continue] = ACTIONS(2962), [anon_sym_goto] = ACTIONS(2962), [anon_sym_not] = ACTIONS(2962), [anon_sym_compl] = ACTIONS(2962), [anon_sym_DASH_DASH] = ACTIONS(2964), [anon_sym_PLUS_PLUS] = ACTIONS(2964), [anon_sym_sizeof] = ACTIONS(2962), [anon_sym_offsetof] = ACTIONS(2962), [anon_sym__Generic] = ACTIONS(2962), [anon_sym_asm] = ACTIONS(2962), [anon_sym___asm__] = ACTIONS(2962), [sym_number_literal] = ACTIONS(2964), [anon_sym_L_SQUOTE] = ACTIONS(2964), [anon_sym_u_SQUOTE] = ACTIONS(2964), [anon_sym_U_SQUOTE] = ACTIONS(2964), [anon_sym_u8_SQUOTE] = ACTIONS(2964), [anon_sym_SQUOTE] = ACTIONS(2964), [anon_sym_L_DQUOTE] = ACTIONS(2964), [anon_sym_u_DQUOTE] = ACTIONS(2964), [anon_sym_U_DQUOTE] = ACTIONS(2964), [anon_sym_u8_DQUOTE] = ACTIONS(2964), [anon_sym_DQUOTE] = ACTIONS(2964), [sym_true] = ACTIONS(2962), [sym_false] = ACTIONS(2962), [anon_sym_NULL] = ACTIONS(2962), [anon_sym_nullptr] = ACTIONS(2962), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2962), [anon_sym_decltype] = ACTIONS(2962), [anon_sym_virtual] = ACTIONS(2962), [anon_sym_explicit] = ACTIONS(2962), [anon_sym_typename] = ACTIONS(2962), [anon_sym_template] = ACTIONS(2962), [anon_sym_operator] = ACTIONS(2962), [anon_sym_try] = ACTIONS(2962), [anon_sym_delete] = ACTIONS(2962), [anon_sym_throw] = ACTIONS(2962), [anon_sym_namespace] = ACTIONS(2962), [anon_sym_using] = ACTIONS(2962), [anon_sym_static_assert] = ACTIONS(2962), [anon_sym_concept] = ACTIONS(2962), [anon_sym_co_return] = ACTIONS(2962), [anon_sym_co_yield] = ACTIONS(2962), [anon_sym_R_DQUOTE] = ACTIONS(2964), [anon_sym_LR_DQUOTE] = ACTIONS(2964), [anon_sym_uR_DQUOTE] = ACTIONS(2964), [anon_sym_UR_DQUOTE] = ACTIONS(2964), [anon_sym_u8R_DQUOTE] = ACTIONS(2964), [anon_sym_co_await] = ACTIONS(2962), [anon_sym_new] = ACTIONS(2962), [anon_sym_requires] = ACTIONS(2962), [sym_this] = ACTIONS(2962), }, [1123] = { [ts_builtin_sym_end] = ACTIONS(2916), [sym_identifier] = ACTIONS(2914), [aux_sym_preproc_include_token1] = ACTIONS(2914), [aux_sym_preproc_def_token1] = ACTIONS(2914), [aux_sym_preproc_if_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), [sym_preproc_directive] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP_AMP] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2914), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym___based] = ACTIONS(2914), [anon_sym___cdecl] = ACTIONS(2914), [anon_sym___clrcall] = ACTIONS(2914), [anon_sym___stdcall] = ACTIONS(2914), [anon_sym___fastcall] = ACTIONS(2914), [anon_sym___thiscall] = ACTIONS(2914), [anon_sym___vectorcall] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_case] = ACTIONS(2914), [anon_sym_default] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_explicit] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_operator] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_namespace] = ACTIONS(2914), [anon_sym_using] = ACTIONS(2914), [anon_sym_static_assert] = ACTIONS(2914), [anon_sym_concept] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [1124] = { [sym_identifier] = ACTIONS(3016), [aux_sym_preproc_include_token1] = ACTIONS(3016), [aux_sym_preproc_def_token1] = ACTIONS(3016), [aux_sym_preproc_if_token1] = ACTIONS(3016), [aux_sym_preproc_if_token2] = ACTIONS(3016), [aux_sym_preproc_ifdef_token1] = ACTIONS(3016), [aux_sym_preproc_ifdef_token2] = ACTIONS(3016), [sym_preproc_directive] = ACTIONS(3016), [anon_sym_LPAREN2] = ACTIONS(3018), [anon_sym_BANG] = ACTIONS(3018), [anon_sym_TILDE] = ACTIONS(3018), [anon_sym_DASH] = ACTIONS(3016), [anon_sym_PLUS] = ACTIONS(3016), [anon_sym_STAR] = ACTIONS(3018), [anon_sym_AMP_AMP] = ACTIONS(3018), [anon_sym_AMP] = ACTIONS(3016), [anon_sym_SEMI] = ACTIONS(3018), [anon_sym_typedef] = ACTIONS(3016), [anon_sym_extern] = ACTIONS(3016), [anon_sym___attribute__] = ACTIONS(3016), [anon_sym_COLON_COLON] = ACTIONS(3018), [anon_sym_LBRACK_LBRACK] = ACTIONS(3018), [anon_sym___declspec] = ACTIONS(3016), [anon_sym___based] = ACTIONS(3016), [anon_sym___cdecl] = ACTIONS(3016), [anon_sym___clrcall] = ACTIONS(3016), [anon_sym___stdcall] = ACTIONS(3016), [anon_sym___fastcall] = ACTIONS(3016), [anon_sym___thiscall] = ACTIONS(3016), [anon_sym___vectorcall] = ACTIONS(3016), [anon_sym_LBRACE] = ACTIONS(3018), [anon_sym_signed] = ACTIONS(3016), [anon_sym_unsigned] = ACTIONS(3016), [anon_sym_long] = ACTIONS(3016), [anon_sym_short] = ACTIONS(3016), [anon_sym_LBRACK] = ACTIONS(3016), [anon_sym_static] = ACTIONS(3016), [anon_sym_register] = ACTIONS(3016), [anon_sym_inline] = ACTIONS(3016), [anon_sym_thread_local] = ACTIONS(3016), [anon_sym_const] = ACTIONS(3016), [anon_sym_constexpr] = ACTIONS(3016), [anon_sym_volatile] = ACTIONS(3016), [anon_sym_restrict] = ACTIONS(3016), [anon_sym___restrict__] = ACTIONS(3016), [anon_sym__Atomic] = ACTIONS(3016), [anon_sym__Noreturn] = ACTIONS(3016), [anon_sym_noreturn] = ACTIONS(3016), [anon_sym_mutable] = ACTIONS(3016), [anon_sym_constinit] = ACTIONS(3016), [anon_sym_consteval] = ACTIONS(3016), [sym_primitive_type] = ACTIONS(3016), [anon_sym_enum] = ACTIONS(3016), [anon_sym_class] = ACTIONS(3016), [anon_sym_struct] = ACTIONS(3016), [anon_sym_union] = ACTIONS(3016), [anon_sym_if] = ACTIONS(3016), [anon_sym_else] = ACTIONS(3016), [anon_sym_switch] = ACTIONS(3016), [anon_sym_case] = ACTIONS(3016), [anon_sym_default] = ACTIONS(3016), [anon_sym_while] = ACTIONS(3016), [anon_sym_do] = ACTIONS(3016), [anon_sym_for] = ACTIONS(3016), [anon_sym_return] = ACTIONS(3016), [anon_sym_break] = ACTIONS(3016), [anon_sym_continue] = ACTIONS(3016), [anon_sym_goto] = ACTIONS(3016), [anon_sym_not] = ACTIONS(3016), [anon_sym_compl] = ACTIONS(3016), [anon_sym_DASH_DASH] = ACTIONS(3018), [anon_sym_PLUS_PLUS] = ACTIONS(3018), [anon_sym_sizeof] = ACTIONS(3016), [anon_sym_offsetof] = ACTIONS(3016), [anon_sym__Generic] = ACTIONS(3016), [anon_sym_asm] = ACTIONS(3016), [anon_sym___asm__] = ACTIONS(3016), [sym_number_literal] = ACTIONS(3018), [anon_sym_L_SQUOTE] = ACTIONS(3018), [anon_sym_u_SQUOTE] = ACTIONS(3018), [anon_sym_U_SQUOTE] = ACTIONS(3018), [anon_sym_u8_SQUOTE] = ACTIONS(3018), [anon_sym_SQUOTE] = ACTIONS(3018), [anon_sym_L_DQUOTE] = ACTIONS(3018), [anon_sym_u_DQUOTE] = ACTIONS(3018), [anon_sym_U_DQUOTE] = ACTIONS(3018), [anon_sym_u8_DQUOTE] = ACTIONS(3018), [anon_sym_DQUOTE] = ACTIONS(3018), [sym_true] = ACTIONS(3016), [sym_false] = ACTIONS(3016), [anon_sym_NULL] = ACTIONS(3016), [anon_sym_nullptr] = ACTIONS(3016), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3016), [anon_sym_decltype] = ACTIONS(3016), [anon_sym_virtual] = ACTIONS(3016), [anon_sym_explicit] = ACTIONS(3016), [anon_sym_typename] = ACTIONS(3016), [anon_sym_template] = ACTIONS(3016), [anon_sym_operator] = ACTIONS(3016), [anon_sym_try] = ACTIONS(3016), [anon_sym_delete] = ACTIONS(3016), [anon_sym_throw] = ACTIONS(3016), [anon_sym_namespace] = ACTIONS(3016), [anon_sym_using] = ACTIONS(3016), [anon_sym_static_assert] = ACTIONS(3016), [anon_sym_concept] = ACTIONS(3016), [anon_sym_co_return] = ACTIONS(3016), [anon_sym_co_yield] = ACTIONS(3016), [anon_sym_R_DQUOTE] = ACTIONS(3018), [anon_sym_LR_DQUOTE] = ACTIONS(3018), [anon_sym_uR_DQUOTE] = ACTIONS(3018), [anon_sym_UR_DQUOTE] = ACTIONS(3018), [anon_sym_u8R_DQUOTE] = ACTIONS(3018), [anon_sym_co_await] = ACTIONS(3016), [anon_sym_new] = ACTIONS(3016), [anon_sym_requires] = ACTIONS(3016), [sym_this] = ACTIONS(3016), }, [1125] = { [ts_builtin_sym_end] = ACTIONS(3117), [sym_identifier] = ACTIONS(3115), [aux_sym_preproc_include_token1] = ACTIONS(3115), [aux_sym_preproc_def_token1] = ACTIONS(3115), [aux_sym_preproc_if_token1] = ACTIONS(3115), [aux_sym_preproc_ifdef_token1] = ACTIONS(3115), [aux_sym_preproc_ifdef_token2] = ACTIONS(3115), [sym_preproc_directive] = ACTIONS(3115), [anon_sym_LPAREN2] = ACTIONS(3117), [anon_sym_BANG] = ACTIONS(3117), [anon_sym_TILDE] = ACTIONS(3117), [anon_sym_DASH] = ACTIONS(3115), [anon_sym_PLUS] = ACTIONS(3115), [anon_sym_STAR] = ACTIONS(3117), [anon_sym_AMP_AMP] = ACTIONS(3117), [anon_sym_AMP] = ACTIONS(3115), [anon_sym_SEMI] = ACTIONS(3117), [anon_sym_typedef] = ACTIONS(3115), [anon_sym_extern] = ACTIONS(3115), [anon_sym___attribute__] = ACTIONS(3115), [anon_sym_COLON_COLON] = ACTIONS(3117), [anon_sym_LBRACK_LBRACK] = ACTIONS(3117), [anon_sym___declspec] = ACTIONS(3115), [anon_sym___based] = ACTIONS(3115), [anon_sym___cdecl] = ACTIONS(3115), [anon_sym___clrcall] = ACTIONS(3115), [anon_sym___stdcall] = ACTIONS(3115), [anon_sym___fastcall] = ACTIONS(3115), [anon_sym___thiscall] = ACTIONS(3115), [anon_sym___vectorcall] = ACTIONS(3115), [anon_sym_LBRACE] = ACTIONS(3117), [anon_sym_signed] = ACTIONS(3115), [anon_sym_unsigned] = ACTIONS(3115), [anon_sym_long] = ACTIONS(3115), [anon_sym_short] = ACTIONS(3115), [anon_sym_LBRACK] = ACTIONS(3115), [anon_sym_static] = ACTIONS(3115), [anon_sym_register] = ACTIONS(3115), [anon_sym_inline] = ACTIONS(3115), [anon_sym_thread_local] = ACTIONS(3115), [anon_sym_const] = ACTIONS(3115), [anon_sym_constexpr] = ACTIONS(3115), [anon_sym_volatile] = ACTIONS(3115), [anon_sym_restrict] = ACTIONS(3115), [anon_sym___restrict__] = ACTIONS(3115), [anon_sym__Atomic] = ACTIONS(3115), [anon_sym__Noreturn] = ACTIONS(3115), [anon_sym_noreturn] = ACTIONS(3115), [anon_sym_mutable] = ACTIONS(3115), [anon_sym_constinit] = ACTIONS(3115), [anon_sym_consteval] = ACTIONS(3115), [sym_primitive_type] = ACTIONS(3115), [anon_sym_enum] = ACTIONS(3115), [anon_sym_class] = ACTIONS(3115), [anon_sym_struct] = ACTIONS(3115), [anon_sym_union] = ACTIONS(3115), [anon_sym_if] = ACTIONS(3115), [anon_sym_else] = ACTIONS(3115), [anon_sym_switch] = ACTIONS(3115), [anon_sym_case] = ACTIONS(3115), [anon_sym_default] = ACTIONS(3115), [anon_sym_while] = ACTIONS(3115), [anon_sym_do] = ACTIONS(3115), [anon_sym_for] = ACTIONS(3115), [anon_sym_return] = ACTIONS(3115), [anon_sym_break] = ACTIONS(3115), [anon_sym_continue] = ACTIONS(3115), [anon_sym_goto] = ACTIONS(3115), [anon_sym_not] = ACTIONS(3115), [anon_sym_compl] = ACTIONS(3115), [anon_sym_DASH_DASH] = ACTIONS(3117), [anon_sym_PLUS_PLUS] = ACTIONS(3117), [anon_sym_sizeof] = ACTIONS(3115), [anon_sym_offsetof] = ACTIONS(3115), [anon_sym__Generic] = ACTIONS(3115), [anon_sym_asm] = ACTIONS(3115), [anon_sym___asm__] = ACTIONS(3115), [sym_number_literal] = ACTIONS(3117), [anon_sym_L_SQUOTE] = ACTIONS(3117), [anon_sym_u_SQUOTE] = ACTIONS(3117), [anon_sym_U_SQUOTE] = ACTIONS(3117), [anon_sym_u8_SQUOTE] = ACTIONS(3117), [anon_sym_SQUOTE] = ACTIONS(3117), [anon_sym_L_DQUOTE] = ACTIONS(3117), [anon_sym_u_DQUOTE] = ACTIONS(3117), [anon_sym_U_DQUOTE] = ACTIONS(3117), [anon_sym_u8_DQUOTE] = ACTIONS(3117), [anon_sym_DQUOTE] = ACTIONS(3117), [sym_true] = ACTIONS(3115), [sym_false] = ACTIONS(3115), [anon_sym_NULL] = ACTIONS(3115), [anon_sym_nullptr] = ACTIONS(3115), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3115), [anon_sym_decltype] = ACTIONS(3115), [anon_sym_virtual] = ACTIONS(3115), [anon_sym_explicit] = ACTIONS(3115), [anon_sym_typename] = ACTIONS(3115), [anon_sym_template] = ACTIONS(3115), [anon_sym_operator] = ACTIONS(3115), [anon_sym_try] = ACTIONS(3115), [anon_sym_delete] = ACTIONS(3115), [anon_sym_throw] = ACTIONS(3115), [anon_sym_namespace] = ACTIONS(3115), [anon_sym_using] = ACTIONS(3115), [anon_sym_static_assert] = ACTIONS(3115), [anon_sym_concept] = ACTIONS(3115), [anon_sym_co_return] = ACTIONS(3115), [anon_sym_co_yield] = ACTIONS(3115), [anon_sym_R_DQUOTE] = ACTIONS(3117), [anon_sym_LR_DQUOTE] = ACTIONS(3117), [anon_sym_uR_DQUOTE] = ACTIONS(3117), [anon_sym_UR_DQUOTE] = ACTIONS(3117), [anon_sym_u8R_DQUOTE] = ACTIONS(3117), [anon_sym_co_await] = ACTIONS(3115), [anon_sym_new] = ACTIONS(3115), [anon_sym_requires] = ACTIONS(3115), [sym_this] = ACTIONS(3115), }, [1126] = { [sym_identifier] = ACTIONS(2976), [aux_sym_preproc_include_token1] = ACTIONS(2976), [aux_sym_preproc_def_token1] = ACTIONS(2976), [aux_sym_preproc_if_token1] = ACTIONS(2976), [aux_sym_preproc_if_token2] = ACTIONS(2976), [aux_sym_preproc_ifdef_token1] = ACTIONS(2976), [aux_sym_preproc_ifdef_token2] = ACTIONS(2976), [sym_preproc_directive] = ACTIONS(2976), [anon_sym_LPAREN2] = ACTIONS(2978), [anon_sym_BANG] = ACTIONS(2978), [anon_sym_TILDE] = ACTIONS(2978), [anon_sym_DASH] = ACTIONS(2976), [anon_sym_PLUS] = ACTIONS(2976), [anon_sym_STAR] = ACTIONS(2978), [anon_sym_AMP_AMP] = ACTIONS(2978), [anon_sym_AMP] = ACTIONS(2976), [anon_sym_SEMI] = ACTIONS(2978), [anon_sym_typedef] = ACTIONS(2976), [anon_sym_extern] = ACTIONS(2976), [anon_sym___attribute__] = ACTIONS(2976), [anon_sym_COLON_COLON] = ACTIONS(2978), [anon_sym_LBRACK_LBRACK] = ACTIONS(2978), [anon_sym___declspec] = ACTIONS(2976), [anon_sym___based] = ACTIONS(2976), [anon_sym___cdecl] = ACTIONS(2976), [anon_sym___clrcall] = ACTIONS(2976), [anon_sym___stdcall] = ACTIONS(2976), [anon_sym___fastcall] = ACTIONS(2976), [anon_sym___thiscall] = ACTIONS(2976), [anon_sym___vectorcall] = ACTIONS(2976), [anon_sym_LBRACE] = ACTIONS(2978), [anon_sym_signed] = ACTIONS(2976), [anon_sym_unsigned] = ACTIONS(2976), [anon_sym_long] = ACTIONS(2976), [anon_sym_short] = ACTIONS(2976), [anon_sym_LBRACK] = ACTIONS(2976), [anon_sym_static] = ACTIONS(2976), [anon_sym_register] = ACTIONS(2976), [anon_sym_inline] = ACTIONS(2976), [anon_sym_thread_local] = ACTIONS(2976), [anon_sym_const] = ACTIONS(2976), [anon_sym_constexpr] = ACTIONS(2976), [anon_sym_volatile] = ACTIONS(2976), [anon_sym_restrict] = ACTIONS(2976), [anon_sym___restrict__] = ACTIONS(2976), [anon_sym__Atomic] = ACTIONS(2976), [anon_sym__Noreturn] = ACTIONS(2976), [anon_sym_noreturn] = ACTIONS(2976), [anon_sym_mutable] = ACTIONS(2976), [anon_sym_constinit] = ACTIONS(2976), [anon_sym_consteval] = ACTIONS(2976), [sym_primitive_type] = ACTIONS(2976), [anon_sym_enum] = ACTIONS(2976), [anon_sym_class] = ACTIONS(2976), [anon_sym_struct] = ACTIONS(2976), [anon_sym_union] = ACTIONS(2976), [anon_sym_if] = ACTIONS(2976), [anon_sym_else] = ACTIONS(2976), [anon_sym_switch] = ACTIONS(2976), [anon_sym_case] = ACTIONS(2976), [anon_sym_default] = ACTIONS(2976), [anon_sym_while] = ACTIONS(2976), [anon_sym_do] = ACTIONS(2976), [anon_sym_for] = ACTIONS(2976), [anon_sym_return] = ACTIONS(2976), [anon_sym_break] = ACTIONS(2976), [anon_sym_continue] = ACTIONS(2976), [anon_sym_goto] = ACTIONS(2976), [anon_sym_not] = ACTIONS(2976), [anon_sym_compl] = ACTIONS(2976), [anon_sym_DASH_DASH] = ACTIONS(2978), [anon_sym_PLUS_PLUS] = ACTIONS(2978), [anon_sym_sizeof] = ACTIONS(2976), [anon_sym_offsetof] = ACTIONS(2976), [anon_sym__Generic] = ACTIONS(2976), [anon_sym_asm] = ACTIONS(2976), [anon_sym___asm__] = ACTIONS(2976), [sym_number_literal] = ACTIONS(2978), [anon_sym_L_SQUOTE] = ACTIONS(2978), [anon_sym_u_SQUOTE] = ACTIONS(2978), [anon_sym_U_SQUOTE] = ACTIONS(2978), [anon_sym_u8_SQUOTE] = ACTIONS(2978), [anon_sym_SQUOTE] = ACTIONS(2978), [anon_sym_L_DQUOTE] = ACTIONS(2978), [anon_sym_u_DQUOTE] = ACTIONS(2978), [anon_sym_U_DQUOTE] = ACTIONS(2978), [anon_sym_u8_DQUOTE] = ACTIONS(2978), [anon_sym_DQUOTE] = ACTIONS(2978), [sym_true] = ACTIONS(2976), [sym_false] = ACTIONS(2976), [anon_sym_NULL] = ACTIONS(2976), [anon_sym_nullptr] = ACTIONS(2976), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2976), [anon_sym_decltype] = ACTIONS(2976), [anon_sym_virtual] = ACTIONS(2976), [anon_sym_explicit] = ACTIONS(2976), [anon_sym_typename] = ACTIONS(2976), [anon_sym_template] = ACTIONS(2976), [anon_sym_operator] = ACTIONS(2976), [anon_sym_try] = ACTIONS(2976), [anon_sym_delete] = ACTIONS(2976), [anon_sym_throw] = ACTIONS(2976), [anon_sym_namespace] = ACTIONS(2976), [anon_sym_using] = ACTIONS(2976), [anon_sym_static_assert] = ACTIONS(2976), [anon_sym_concept] = ACTIONS(2976), [anon_sym_co_return] = ACTIONS(2976), [anon_sym_co_yield] = ACTIONS(2976), [anon_sym_R_DQUOTE] = ACTIONS(2978), [anon_sym_LR_DQUOTE] = ACTIONS(2978), [anon_sym_uR_DQUOTE] = ACTIONS(2978), [anon_sym_UR_DQUOTE] = ACTIONS(2978), [anon_sym_u8R_DQUOTE] = ACTIONS(2978), [anon_sym_co_await] = ACTIONS(2976), [anon_sym_new] = ACTIONS(2976), [anon_sym_requires] = ACTIONS(2976), [sym_this] = ACTIONS(2976), }, [1127] = { [sym_identifier] = ACTIONS(3103), [aux_sym_preproc_include_token1] = ACTIONS(3103), [aux_sym_preproc_def_token1] = ACTIONS(3103), [aux_sym_preproc_if_token1] = ACTIONS(3103), [aux_sym_preproc_if_token2] = ACTIONS(3103), [aux_sym_preproc_ifdef_token1] = ACTIONS(3103), [aux_sym_preproc_ifdef_token2] = ACTIONS(3103), [sym_preproc_directive] = ACTIONS(3103), [anon_sym_LPAREN2] = ACTIONS(3105), [anon_sym_BANG] = ACTIONS(3105), [anon_sym_TILDE] = ACTIONS(3105), [anon_sym_DASH] = ACTIONS(3103), [anon_sym_PLUS] = ACTIONS(3103), [anon_sym_STAR] = ACTIONS(3105), [anon_sym_AMP_AMP] = ACTIONS(3105), [anon_sym_AMP] = ACTIONS(3103), [anon_sym_SEMI] = ACTIONS(3105), [anon_sym_typedef] = ACTIONS(3103), [anon_sym_extern] = ACTIONS(3103), [anon_sym___attribute__] = ACTIONS(3103), [anon_sym_COLON_COLON] = ACTIONS(3105), [anon_sym_LBRACK_LBRACK] = ACTIONS(3105), [anon_sym___declspec] = ACTIONS(3103), [anon_sym___based] = ACTIONS(3103), [anon_sym___cdecl] = ACTIONS(3103), [anon_sym___clrcall] = ACTIONS(3103), [anon_sym___stdcall] = ACTIONS(3103), [anon_sym___fastcall] = ACTIONS(3103), [anon_sym___thiscall] = ACTIONS(3103), [anon_sym___vectorcall] = ACTIONS(3103), [anon_sym_LBRACE] = ACTIONS(3105), [anon_sym_signed] = ACTIONS(3103), [anon_sym_unsigned] = ACTIONS(3103), [anon_sym_long] = ACTIONS(3103), [anon_sym_short] = ACTIONS(3103), [anon_sym_LBRACK] = ACTIONS(3103), [anon_sym_static] = ACTIONS(3103), [anon_sym_register] = ACTIONS(3103), [anon_sym_inline] = ACTIONS(3103), [anon_sym_thread_local] = ACTIONS(3103), [anon_sym_const] = ACTIONS(3103), [anon_sym_constexpr] = ACTIONS(3103), [anon_sym_volatile] = ACTIONS(3103), [anon_sym_restrict] = ACTIONS(3103), [anon_sym___restrict__] = ACTIONS(3103), [anon_sym__Atomic] = ACTIONS(3103), [anon_sym__Noreturn] = ACTIONS(3103), [anon_sym_noreturn] = ACTIONS(3103), [anon_sym_mutable] = ACTIONS(3103), [anon_sym_constinit] = ACTIONS(3103), [anon_sym_consteval] = ACTIONS(3103), [sym_primitive_type] = ACTIONS(3103), [anon_sym_enum] = ACTIONS(3103), [anon_sym_class] = ACTIONS(3103), [anon_sym_struct] = ACTIONS(3103), [anon_sym_union] = ACTIONS(3103), [anon_sym_if] = ACTIONS(3103), [anon_sym_else] = ACTIONS(3103), [anon_sym_switch] = ACTIONS(3103), [anon_sym_case] = ACTIONS(3103), [anon_sym_default] = ACTIONS(3103), [anon_sym_while] = ACTIONS(3103), [anon_sym_do] = ACTIONS(3103), [anon_sym_for] = ACTIONS(3103), [anon_sym_return] = ACTIONS(3103), [anon_sym_break] = ACTIONS(3103), [anon_sym_continue] = ACTIONS(3103), [anon_sym_goto] = ACTIONS(3103), [anon_sym_not] = ACTIONS(3103), [anon_sym_compl] = ACTIONS(3103), [anon_sym_DASH_DASH] = ACTIONS(3105), [anon_sym_PLUS_PLUS] = ACTIONS(3105), [anon_sym_sizeof] = ACTIONS(3103), [anon_sym_offsetof] = ACTIONS(3103), [anon_sym__Generic] = ACTIONS(3103), [anon_sym_asm] = ACTIONS(3103), [anon_sym___asm__] = ACTIONS(3103), [sym_number_literal] = ACTIONS(3105), [anon_sym_L_SQUOTE] = ACTIONS(3105), [anon_sym_u_SQUOTE] = ACTIONS(3105), [anon_sym_U_SQUOTE] = ACTIONS(3105), [anon_sym_u8_SQUOTE] = ACTIONS(3105), [anon_sym_SQUOTE] = ACTIONS(3105), [anon_sym_L_DQUOTE] = ACTIONS(3105), [anon_sym_u_DQUOTE] = ACTIONS(3105), [anon_sym_U_DQUOTE] = ACTIONS(3105), [anon_sym_u8_DQUOTE] = ACTIONS(3105), [anon_sym_DQUOTE] = ACTIONS(3105), [sym_true] = ACTIONS(3103), [sym_false] = ACTIONS(3103), [anon_sym_NULL] = ACTIONS(3103), [anon_sym_nullptr] = ACTIONS(3103), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3103), [anon_sym_decltype] = ACTIONS(3103), [anon_sym_virtual] = ACTIONS(3103), [anon_sym_explicit] = ACTIONS(3103), [anon_sym_typename] = ACTIONS(3103), [anon_sym_template] = ACTIONS(3103), [anon_sym_operator] = ACTIONS(3103), [anon_sym_try] = ACTIONS(3103), [anon_sym_delete] = ACTIONS(3103), [anon_sym_throw] = ACTIONS(3103), [anon_sym_namespace] = ACTIONS(3103), [anon_sym_using] = ACTIONS(3103), [anon_sym_static_assert] = ACTIONS(3103), [anon_sym_concept] = ACTIONS(3103), [anon_sym_co_return] = ACTIONS(3103), [anon_sym_co_yield] = ACTIONS(3103), [anon_sym_R_DQUOTE] = ACTIONS(3105), [anon_sym_LR_DQUOTE] = ACTIONS(3105), [anon_sym_uR_DQUOTE] = ACTIONS(3105), [anon_sym_UR_DQUOTE] = ACTIONS(3105), [anon_sym_u8R_DQUOTE] = ACTIONS(3105), [anon_sym_co_await] = ACTIONS(3103), [anon_sym_new] = ACTIONS(3103), [anon_sym_requires] = ACTIONS(3103), [sym_this] = ACTIONS(3103), }, [1128] = { [sym_identifier] = ACTIONS(2980), [aux_sym_preproc_include_token1] = ACTIONS(2980), [aux_sym_preproc_def_token1] = ACTIONS(2980), [aux_sym_preproc_if_token1] = ACTIONS(2980), [aux_sym_preproc_ifdef_token1] = ACTIONS(2980), [aux_sym_preproc_ifdef_token2] = ACTIONS(2980), [sym_preproc_directive] = ACTIONS(2980), [anon_sym_LPAREN2] = ACTIONS(2982), [anon_sym_BANG] = ACTIONS(2982), [anon_sym_TILDE] = ACTIONS(2982), [anon_sym_DASH] = ACTIONS(2980), [anon_sym_PLUS] = ACTIONS(2980), [anon_sym_STAR] = ACTIONS(2982), [anon_sym_AMP_AMP] = ACTIONS(2982), [anon_sym_AMP] = ACTIONS(2980), [anon_sym_SEMI] = ACTIONS(2982), [anon_sym_typedef] = ACTIONS(2980), [anon_sym_extern] = ACTIONS(2980), [anon_sym___attribute__] = ACTIONS(2980), [anon_sym_COLON_COLON] = ACTIONS(2982), [anon_sym_LBRACK_LBRACK] = ACTIONS(2982), [anon_sym___declspec] = ACTIONS(2980), [anon_sym___based] = ACTIONS(2980), [anon_sym___cdecl] = ACTIONS(2980), [anon_sym___clrcall] = ACTIONS(2980), [anon_sym___stdcall] = ACTIONS(2980), [anon_sym___fastcall] = ACTIONS(2980), [anon_sym___thiscall] = ACTIONS(2980), [anon_sym___vectorcall] = ACTIONS(2980), [anon_sym_LBRACE] = ACTIONS(2982), [anon_sym_RBRACE] = ACTIONS(2982), [anon_sym_signed] = ACTIONS(2980), [anon_sym_unsigned] = ACTIONS(2980), [anon_sym_long] = ACTIONS(2980), [anon_sym_short] = ACTIONS(2980), [anon_sym_LBRACK] = ACTIONS(2980), [anon_sym_static] = ACTIONS(2980), [anon_sym_register] = ACTIONS(2980), [anon_sym_inline] = ACTIONS(2980), [anon_sym_thread_local] = ACTIONS(2980), [anon_sym_const] = ACTIONS(2980), [anon_sym_constexpr] = ACTIONS(2980), [anon_sym_volatile] = ACTIONS(2980), [anon_sym_restrict] = ACTIONS(2980), [anon_sym___restrict__] = ACTIONS(2980), [anon_sym__Atomic] = ACTIONS(2980), [anon_sym__Noreturn] = ACTIONS(2980), [anon_sym_noreturn] = ACTIONS(2980), [anon_sym_mutable] = ACTIONS(2980), [anon_sym_constinit] = ACTIONS(2980), [anon_sym_consteval] = ACTIONS(2980), [sym_primitive_type] = ACTIONS(2980), [anon_sym_enum] = ACTIONS(2980), [anon_sym_class] = ACTIONS(2980), [anon_sym_struct] = ACTIONS(2980), [anon_sym_union] = ACTIONS(2980), [anon_sym_if] = ACTIONS(2980), [anon_sym_else] = ACTIONS(2980), [anon_sym_switch] = ACTIONS(2980), [anon_sym_case] = ACTIONS(2980), [anon_sym_default] = ACTIONS(2980), [anon_sym_while] = ACTIONS(2980), [anon_sym_do] = ACTIONS(2980), [anon_sym_for] = ACTIONS(2980), [anon_sym_return] = ACTIONS(2980), [anon_sym_break] = ACTIONS(2980), [anon_sym_continue] = ACTIONS(2980), [anon_sym_goto] = ACTIONS(2980), [anon_sym_not] = ACTIONS(2980), [anon_sym_compl] = ACTIONS(2980), [anon_sym_DASH_DASH] = ACTIONS(2982), [anon_sym_PLUS_PLUS] = ACTIONS(2982), [anon_sym_sizeof] = ACTIONS(2980), [anon_sym_offsetof] = ACTIONS(2980), [anon_sym__Generic] = ACTIONS(2980), [anon_sym_asm] = ACTIONS(2980), [anon_sym___asm__] = ACTIONS(2980), [sym_number_literal] = ACTIONS(2982), [anon_sym_L_SQUOTE] = ACTIONS(2982), [anon_sym_u_SQUOTE] = ACTIONS(2982), [anon_sym_U_SQUOTE] = ACTIONS(2982), [anon_sym_u8_SQUOTE] = ACTIONS(2982), [anon_sym_SQUOTE] = ACTIONS(2982), [anon_sym_L_DQUOTE] = ACTIONS(2982), [anon_sym_u_DQUOTE] = ACTIONS(2982), [anon_sym_U_DQUOTE] = ACTIONS(2982), [anon_sym_u8_DQUOTE] = ACTIONS(2982), [anon_sym_DQUOTE] = ACTIONS(2982), [sym_true] = ACTIONS(2980), [sym_false] = ACTIONS(2980), [anon_sym_NULL] = ACTIONS(2980), [anon_sym_nullptr] = ACTIONS(2980), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2980), [anon_sym_decltype] = ACTIONS(2980), [anon_sym_virtual] = ACTIONS(2980), [anon_sym_explicit] = ACTIONS(2980), [anon_sym_typename] = ACTIONS(2980), [anon_sym_template] = ACTIONS(2980), [anon_sym_operator] = ACTIONS(2980), [anon_sym_try] = ACTIONS(2980), [anon_sym_delete] = ACTIONS(2980), [anon_sym_throw] = ACTIONS(2980), [anon_sym_namespace] = ACTIONS(2980), [anon_sym_using] = ACTIONS(2980), [anon_sym_static_assert] = ACTIONS(2980), [anon_sym_concept] = ACTIONS(2980), [anon_sym_co_return] = ACTIONS(2980), [anon_sym_co_yield] = ACTIONS(2980), [anon_sym_R_DQUOTE] = ACTIONS(2982), [anon_sym_LR_DQUOTE] = ACTIONS(2982), [anon_sym_uR_DQUOTE] = ACTIONS(2982), [anon_sym_UR_DQUOTE] = ACTIONS(2982), [anon_sym_u8R_DQUOTE] = ACTIONS(2982), [anon_sym_co_await] = ACTIONS(2980), [anon_sym_new] = ACTIONS(2980), [anon_sym_requires] = ACTIONS(2980), [sym_this] = ACTIONS(2980), }, [1129] = { [sym_identifier] = ACTIONS(2968), [aux_sym_preproc_include_token1] = ACTIONS(2968), [aux_sym_preproc_def_token1] = ACTIONS(2968), [aux_sym_preproc_if_token1] = ACTIONS(2968), [aux_sym_preproc_ifdef_token1] = ACTIONS(2968), [aux_sym_preproc_ifdef_token2] = ACTIONS(2968), [sym_preproc_directive] = ACTIONS(2968), [anon_sym_LPAREN2] = ACTIONS(2970), [anon_sym_BANG] = ACTIONS(2970), [anon_sym_TILDE] = ACTIONS(2970), [anon_sym_DASH] = ACTIONS(2968), [anon_sym_PLUS] = ACTIONS(2968), [anon_sym_STAR] = ACTIONS(2970), [anon_sym_AMP_AMP] = ACTIONS(2970), [anon_sym_AMP] = ACTIONS(2968), [anon_sym_SEMI] = ACTIONS(2970), [anon_sym_typedef] = ACTIONS(2968), [anon_sym_extern] = ACTIONS(2968), [anon_sym___attribute__] = ACTIONS(2968), [anon_sym_COLON_COLON] = ACTIONS(2970), [anon_sym_LBRACK_LBRACK] = ACTIONS(2970), [anon_sym___declspec] = ACTIONS(2968), [anon_sym___based] = ACTIONS(2968), [anon_sym___cdecl] = ACTIONS(2968), [anon_sym___clrcall] = ACTIONS(2968), [anon_sym___stdcall] = ACTIONS(2968), [anon_sym___fastcall] = ACTIONS(2968), [anon_sym___thiscall] = ACTIONS(2968), [anon_sym___vectorcall] = ACTIONS(2968), [anon_sym_LBRACE] = ACTIONS(2970), [anon_sym_RBRACE] = ACTIONS(2970), [anon_sym_signed] = ACTIONS(2968), [anon_sym_unsigned] = ACTIONS(2968), [anon_sym_long] = ACTIONS(2968), [anon_sym_short] = ACTIONS(2968), [anon_sym_LBRACK] = ACTIONS(2968), [anon_sym_static] = ACTIONS(2968), [anon_sym_register] = ACTIONS(2968), [anon_sym_inline] = ACTIONS(2968), [anon_sym_thread_local] = ACTIONS(2968), [anon_sym_const] = ACTIONS(2968), [anon_sym_constexpr] = ACTIONS(2968), [anon_sym_volatile] = ACTIONS(2968), [anon_sym_restrict] = ACTIONS(2968), [anon_sym___restrict__] = ACTIONS(2968), [anon_sym__Atomic] = ACTIONS(2968), [anon_sym__Noreturn] = ACTIONS(2968), [anon_sym_noreturn] = ACTIONS(2968), [anon_sym_mutable] = ACTIONS(2968), [anon_sym_constinit] = ACTIONS(2968), [anon_sym_consteval] = ACTIONS(2968), [sym_primitive_type] = ACTIONS(2968), [anon_sym_enum] = ACTIONS(2968), [anon_sym_class] = ACTIONS(2968), [anon_sym_struct] = ACTIONS(2968), [anon_sym_union] = ACTIONS(2968), [anon_sym_if] = ACTIONS(2968), [anon_sym_else] = ACTIONS(2968), [anon_sym_switch] = ACTIONS(2968), [anon_sym_case] = ACTIONS(2968), [anon_sym_default] = ACTIONS(2968), [anon_sym_while] = ACTIONS(2968), [anon_sym_do] = ACTIONS(2968), [anon_sym_for] = ACTIONS(2968), [anon_sym_return] = ACTIONS(2968), [anon_sym_break] = ACTIONS(2968), [anon_sym_continue] = ACTIONS(2968), [anon_sym_goto] = ACTIONS(2968), [anon_sym_not] = ACTIONS(2968), [anon_sym_compl] = ACTIONS(2968), [anon_sym_DASH_DASH] = ACTIONS(2970), [anon_sym_PLUS_PLUS] = ACTIONS(2970), [anon_sym_sizeof] = ACTIONS(2968), [anon_sym_offsetof] = ACTIONS(2968), [anon_sym__Generic] = ACTIONS(2968), [anon_sym_asm] = ACTIONS(2968), [anon_sym___asm__] = ACTIONS(2968), [sym_number_literal] = ACTIONS(2970), [anon_sym_L_SQUOTE] = ACTIONS(2970), [anon_sym_u_SQUOTE] = ACTIONS(2970), [anon_sym_U_SQUOTE] = ACTIONS(2970), [anon_sym_u8_SQUOTE] = ACTIONS(2970), [anon_sym_SQUOTE] = ACTIONS(2970), [anon_sym_L_DQUOTE] = ACTIONS(2970), [anon_sym_u_DQUOTE] = ACTIONS(2970), [anon_sym_U_DQUOTE] = ACTIONS(2970), [anon_sym_u8_DQUOTE] = ACTIONS(2970), [anon_sym_DQUOTE] = ACTIONS(2970), [sym_true] = ACTIONS(2968), [sym_false] = ACTIONS(2968), [anon_sym_NULL] = ACTIONS(2968), [anon_sym_nullptr] = ACTIONS(2968), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2968), [anon_sym_decltype] = ACTIONS(2968), [anon_sym_virtual] = ACTIONS(2968), [anon_sym_explicit] = ACTIONS(2968), [anon_sym_typename] = ACTIONS(2968), [anon_sym_template] = ACTIONS(2968), [anon_sym_operator] = ACTIONS(2968), [anon_sym_try] = ACTIONS(2968), [anon_sym_delete] = ACTIONS(2968), [anon_sym_throw] = ACTIONS(2968), [anon_sym_namespace] = ACTIONS(2968), [anon_sym_using] = ACTIONS(2968), [anon_sym_static_assert] = ACTIONS(2968), [anon_sym_concept] = ACTIONS(2968), [anon_sym_co_return] = ACTIONS(2968), [anon_sym_co_yield] = ACTIONS(2968), [anon_sym_R_DQUOTE] = ACTIONS(2970), [anon_sym_LR_DQUOTE] = ACTIONS(2970), [anon_sym_uR_DQUOTE] = ACTIONS(2970), [anon_sym_UR_DQUOTE] = ACTIONS(2970), [anon_sym_u8R_DQUOTE] = ACTIONS(2970), [anon_sym_co_await] = ACTIONS(2968), [anon_sym_new] = ACTIONS(2968), [anon_sym_requires] = ACTIONS(2968), [sym_this] = ACTIONS(2968), }, [1130] = { [sym_identifier] = ACTIONS(3040), [aux_sym_preproc_include_token1] = ACTIONS(3040), [aux_sym_preproc_def_token1] = ACTIONS(3040), [aux_sym_preproc_if_token1] = ACTIONS(3040), [aux_sym_preproc_ifdef_token1] = ACTIONS(3040), [aux_sym_preproc_ifdef_token2] = ACTIONS(3040), [sym_preproc_directive] = ACTIONS(3040), [anon_sym_LPAREN2] = ACTIONS(3042), [anon_sym_BANG] = ACTIONS(3042), [anon_sym_TILDE] = ACTIONS(3042), [anon_sym_DASH] = ACTIONS(3040), [anon_sym_PLUS] = ACTIONS(3040), [anon_sym_STAR] = ACTIONS(3042), [anon_sym_AMP_AMP] = ACTIONS(3042), [anon_sym_AMP] = ACTIONS(3040), [anon_sym_SEMI] = ACTIONS(3042), [anon_sym_typedef] = ACTIONS(3040), [anon_sym_extern] = ACTIONS(3040), [anon_sym___attribute__] = ACTIONS(3040), [anon_sym_COLON_COLON] = ACTIONS(3042), [anon_sym_LBRACK_LBRACK] = ACTIONS(3042), [anon_sym___declspec] = ACTIONS(3040), [anon_sym___based] = ACTIONS(3040), [anon_sym___cdecl] = ACTIONS(3040), [anon_sym___clrcall] = ACTIONS(3040), [anon_sym___stdcall] = ACTIONS(3040), [anon_sym___fastcall] = ACTIONS(3040), [anon_sym___thiscall] = ACTIONS(3040), [anon_sym___vectorcall] = ACTIONS(3040), [anon_sym_LBRACE] = ACTIONS(3042), [anon_sym_RBRACE] = ACTIONS(3042), [anon_sym_signed] = ACTIONS(3040), [anon_sym_unsigned] = ACTIONS(3040), [anon_sym_long] = ACTIONS(3040), [anon_sym_short] = ACTIONS(3040), [anon_sym_LBRACK] = ACTIONS(3040), [anon_sym_static] = ACTIONS(3040), [anon_sym_register] = ACTIONS(3040), [anon_sym_inline] = ACTIONS(3040), [anon_sym_thread_local] = ACTIONS(3040), [anon_sym_const] = ACTIONS(3040), [anon_sym_constexpr] = ACTIONS(3040), [anon_sym_volatile] = ACTIONS(3040), [anon_sym_restrict] = ACTIONS(3040), [anon_sym___restrict__] = ACTIONS(3040), [anon_sym__Atomic] = ACTIONS(3040), [anon_sym__Noreturn] = ACTIONS(3040), [anon_sym_noreturn] = ACTIONS(3040), [anon_sym_mutable] = ACTIONS(3040), [anon_sym_constinit] = ACTIONS(3040), [anon_sym_consteval] = ACTIONS(3040), [sym_primitive_type] = ACTIONS(3040), [anon_sym_enum] = ACTIONS(3040), [anon_sym_class] = ACTIONS(3040), [anon_sym_struct] = ACTIONS(3040), [anon_sym_union] = ACTIONS(3040), [anon_sym_if] = ACTIONS(3040), [anon_sym_else] = ACTIONS(3040), [anon_sym_switch] = ACTIONS(3040), [anon_sym_case] = ACTIONS(3040), [anon_sym_default] = ACTIONS(3040), [anon_sym_while] = ACTIONS(3040), [anon_sym_do] = ACTIONS(3040), [anon_sym_for] = ACTIONS(3040), [anon_sym_return] = ACTIONS(3040), [anon_sym_break] = ACTIONS(3040), [anon_sym_continue] = ACTIONS(3040), [anon_sym_goto] = ACTIONS(3040), [anon_sym_not] = ACTIONS(3040), [anon_sym_compl] = ACTIONS(3040), [anon_sym_DASH_DASH] = ACTIONS(3042), [anon_sym_PLUS_PLUS] = ACTIONS(3042), [anon_sym_sizeof] = ACTIONS(3040), [anon_sym_offsetof] = ACTIONS(3040), [anon_sym__Generic] = ACTIONS(3040), [anon_sym_asm] = ACTIONS(3040), [anon_sym___asm__] = ACTIONS(3040), [sym_number_literal] = ACTIONS(3042), [anon_sym_L_SQUOTE] = ACTIONS(3042), [anon_sym_u_SQUOTE] = ACTIONS(3042), [anon_sym_U_SQUOTE] = ACTIONS(3042), [anon_sym_u8_SQUOTE] = ACTIONS(3042), [anon_sym_SQUOTE] = ACTIONS(3042), [anon_sym_L_DQUOTE] = ACTIONS(3042), [anon_sym_u_DQUOTE] = ACTIONS(3042), [anon_sym_U_DQUOTE] = ACTIONS(3042), [anon_sym_u8_DQUOTE] = ACTIONS(3042), [anon_sym_DQUOTE] = ACTIONS(3042), [sym_true] = ACTIONS(3040), [sym_false] = ACTIONS(3040), [anon_sym_NULL] = ACTIONS(3040), [anon_sym_nullptr] = ACTIONS(3040), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3040), [anon_sym_decltype] = ACTIONS(3040), [anon_sym_virtual] = ACTIONS(3040), [anon_sym_explicit] = ACTIONS(3040), [anon_sym_typename] = ACTIONS(3040), [anon_sym_template] = ACTIONS(3040), [anon_sym_operator] = ACTIONS(3040), [anon_sym_try] = ACTIONS(3040), [anon_sym_delete] = ACTIONS(3040), [anon_sym_throw] = ACTIONS(3040), [anon_sym_namespace] = ACTIONS(3040), [anon_sym_using] = ACTIONS(3040), [anon_sym_static_assert] = ACTIONS(3040), [anon_sym_concept] = ACTIONS(3040), [anon_sym_co_return] = ACTIONS(3040), [anon_sym_co_yield] = ACTIONS(3040), [anon_sym_R_DQUOTE] = ACTIONS(3042), [anon_sym_LR_DQUOTE] = ACTIONS(3042), [anon_sym_uR_DQUOTE] = ACTIONS(3042), [anon_sym_UR_DQUOTE] = ACTIONS(3042), [anon_sym_u8R_DQUOTE] = ACTIONS(3042), [anon_sym_co_await] = ACTIONS(3040), [anon_sym_new] = ACTIONS(3040), [anon_sym_requires] = ACTIONS(3040), [sym_this] = ACTIONS(3040), }, [1131] = { [sym_identifier] = ACTIONS(3064), [aux_sym_preproc_include_token1] = ACTIONS(3064), [aux_sym_preproc_def_token1] = ACTIONS(3064), [aux_sym_preproc_if_token1] = ACTIONS(3064), [aux_sym_preproc_ifdef_token1] = ACTIONS(3064), [aux_sym_preproc_ifdef_token2] = ACTIONS(3064), [sym_preproc_directive] = ACTIONS(3064), [anon_sym_LPAREN2] = ACTIONS(3066), [anon_sym_BANG] = ACTIONS(3066), [anon_sym_TILDE] = ACTIONS(3066), [anon_sym_DASH] = ACTIONS(3064), [anon_sym_PLUS] = ACTIONS(3064), [anon_sym_STAR] = ACTIONS(3066), [anon_sym_AMP_AMP] = ACTIONS(3066), [anon_sym_AMP] = ACTIONS(3064), [anon_sym_SEMI] = ACTIONS(3066), [anon_sym_typedef] = ACTIONS(3064), [anon_sym_extern] = ACTIONS(3064), [anon_sym___attribute__] = ACTIONS(3064), [anon_sym_COLON_COLON] = ACTIONS(3066), [anon_sym_LBRACK_LBRACK] = ACTIONS(3066), [anon_sym___declspec] = ACTIONS(3064), [anon_sym___based] = ACTIONS(3064), [anon_sym___cdecl] = ACTIONS(3064), [anon_sym___clrcall] = ACTIONS(3064), [anon_sym___stdcall] = ACTIONS(3064), [anon_sym___fastcall] = ACTIONS(3064), [anon_sym___thiscall] = ACTIONS(3064), [anon_sym___vectorcall] = ACTIONS(3064), [anon_sym_LBRACE] = ACTIONS(3066), [anon_sym_RBRACE] = ACTIONS(3066), [anon_sym_signed] = ACTIONS(3064), [anon_sym_unsigned] = ACTIONS(3064), [anon_sym_long] = ACTIONS(3064), [anon_sym_short] = ACTIONS(3064), [anon_sym_LBRACK] = ACTIONS(3064), [anon_sym_static] = ACTIONS(3064), [anon_sym_register] = ACTIONS(3064), [anon_sym_inline] = ACTIONS(3064), [anon_sym_thread_local] = ACTIONS(3064), [anon_sym_const] = ACTIONS(3064), [anon_sym_constexpr] = ACTIONS(3064), [anon_sym_volatile] = ACTIONS(3064), [anon_sym_restrict] = ACTIONS(3064), [anon_sym___restrict__] = ACTIONS(3064), [anon_sym__Atomic] = ACTIONS(3064), [anon_sym__Noreturn] = ACTIONS(3064), [anon_sym_noreturn] = ACTIONS(3064), [anon_sym_mutable] = ACTIONS(3064), [anon_sym_constinit] = ACTIONS(3064), [anon_sym_consteval] = ACTIONS(3064), [sym_primitive_type] = ACTIONS(3064), [anon_sym_enum] = ACTIONS(3064), [anon_sym_class] = ACTIONS(3064), [anon_sym_struct] = ACTIONS(3064), [anon_sym_union] = ACTIONS(3064), [anon_sym_if] = ACTIONS(3064), [anon_sym_else] = ACTIONS(3064), [anon_sym_switch] = ACTIONS(3064), [anon_sym_case] = ACTIONS(3064), [anon_sym_default] = ACTIONS(3064), [anon_sym_while] = ACTIONS(3064), [anon_sym_do] = ACTIONS(3064), [anon_sym_for] = ACTIONS(3064), [anon_sym_return] = ACTIONS(3064), [anon_sym_break] = ACTIONS(3064), [anon_sym_continue] = ACTIONS(3064), [anon_sym_goto] = ACTIONS(3064), [anon_sym_not] = ACTIONS(3064), [anon_sym_compl] = ACTIONS(3064), [anon_sym_DASH_DASH] = ACTIONS(3066), [anon_sym_PLUS_PLUS] = ACTIONS(3066), [anon_sym_sizeof] = ACTIONS(3064), [anon_sym_offsetof] = ACTIONS(3064), [anon_sym__Generic] = ACTIONS(3064), [anon_sym_asm] = ACTIONS(3064), [anon_sym___asm__] = ACTIONS(3064), [sym_number_literal] = ACTIONS(3066), [anon_sym_L_SQUOTE] = ACTIONS(3066), [anon_sym_u_SQUOTE] = ACTIONS(3066), [anon_sym_U_SQUOTE] = ACTIONS(3066), [anon_sym_u8_SQUOTE] = ACTIONS(3066), [anon_sym_SQUOTE] = ACTIONS(3066), [anon_sym_L_DQUOTE] = ACTIONS(3066), [anon_sym_u_DQUOTE] = ACTIONS(3066), [anon_sym_U_DQUOTE] = ACTIONS(3066), [anon_sym_u8_DQUOTE] = ACTIONS(3066), [anon_sym_DQUOTE] = ACTIONS(3066), [sym_true] = ACTIONS(3064), [sym_false] = ACTIONS(3064), [anon_sym_NULL] = ACTIONS(3064), [anon_sym_nullptr] = ACTIONS(3064), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3064), [anon_sym_decltype] = ACTIONS(3064), [anon_sym_virtual] = ACTIONS(3064), [anon_sym_explicit] = ACTIONS(3064), [anon_sym_typename] = ACTIONS(3064), [anon_sym_template] = ACTIONS(3064), [anon_sym_operator] = ACTIONS(3064), [anon_sym_try] = ACTIONS(3064), [anon_sym_delete] = ACTIONS(3064), [anon_sym_throw] = ACTIONS(3064), [anon_sym_namespace] = ACTIONS(3064), [anon_sym_using] = ACTIONS(3064), [anon_sym_static_assert] = ACTIONS(3064), [anon_sym_concept] = ACTIONS(3064), [anon_sym_co_return] = ACTIONS(3064), [anon_sym_co_yield] = ACTIONS(3064), [anon_sym_R_DQUOTE] = ACTIONS(3066), [anon_sym_LR_DQUOTE] = ACTIONS(3066), [anon_sym_uR_DQUOTE] = ACTIONS(3066), [anon_sym_UR_DQUOTE] = ACTIONS(3066), [anon_sym_u8R_DQUOTE] = ACTIONS(3066), [anon_sym_co_await] = ACTIONS(3064), [anon_sym_new] = ACTIONS(3064), [anon_sym_requires] = ACTIONS(3064), [sym_this] = ACTIONS(3064), }, [1132] = { [sym_identifier] = ACTIONS(2972), [aux_sym_preproc_include_token1] = ACTIONS(2972), [aux_sym_preproc_def_token1] = ACTIONS(2972), [aux_sym_preproc_if_token1] = ACTIONS(2972), [aux_sym_preproc_ifdef_token1] = ACTIONS(2972), [aux_sym_preproc_ifdef_token2] = ACTIONS(2972), [sym_preproc_directive] = ACTIONS(2972), [anon_sym_LPAREN2] = ACTIONS(2974), [anon_sym_BANG] = ACTIONS(2974), [anon_sym_TILDE] = ACTIONS(2974), [anon_sym_DASH] = ACTIONS(2972), [anon_sym_PLUS] = ACTIONS(2972), [anon_sym_STAR] = ACTIONS(2974), [anon_sym_AMP_AMP] = ACTIONS(2974), [anon_sym_AMP] = ACTIONS(2972), [anon_sym_SEMI] = ACTIONS(2974), [anon_sym_typedef] = ACTIONS(2972), [anon_sym_extern] = ACTIONS(2972), [anon_sym___attribute__] = ACTIONS(2972), [anon_sym_COLON_COLON] = ACTIONS(2974), [anon_sym_LBRACK_LBRACK] = ACTIONS(2974), [anon_sym___declspec] = ACTIONS(2972), [anon_sym___based] = ACTIONS(2972), [anon_sym___cdecl] = ACTIONS(2972), [anon_sym___clrcall] = ACTIONS(2972), [anon_sym___stdcall] = ACTIONS(2972), [anon_sym___fastcall] = ACTIONS(2972), [anon_sym___thiscall] = ACTIONS(2972), [anon_sym___vectorcall] = ACTIONS(2972), [anon_sym_LBRACE] = ACTIONS(2974), [anon_sym_RBRACE] = ACTIONS(2974), [anon_sym_signed] = ACTIONS(2972), [anon_sym_unsigned] = ACTIONS(2972), [anon_sym_long] = ACTIONS(2972), [anon_sym_short] = ACTIONS(2972), [anon_sym_LBRACK] = ACTIONS(2972), [anon_sym_static] = ACTIONS(2972), [anon_sym_register] = ACTIONS(2972), [anon_sym_inline] = ACTIONS(2972), [anon_sym_thread_local] = ACTIONS(2972), [anon_sym_const] = ACTIONS(2972), [anon_sym_constexpr] = ACTIONS(2972), [anon_sym_volatile] = ACTIONS(2972), [anon_sym_restrict] = ACTIONS(2972), [anon_sym___restrict__] = ACTIONS(2972), [anon_sym__Atomic] = ACTIONS(2972), [anon_sym__Noreturn] = ACTIONS(2972), [anon_sym_noreturn] = ACTIONS(2972), [anon_sym_mutable] = ACTIONS(2972), [anon_sym_constinit] = ACTIONS(2972), [anon_sym_consteval] = ACTIONS(2972), [sym_primitive_type] = ACTIONS(2972), [anon_sym_enum] = ACTIONS(2972), [anon_sym_class] = ACTIONS(2972), [anon_sym_struct] = ACTIONS(2972), [anon_sym_union] = ACTIONS(2972), [anon_sym_if] = ACTIONS(2972), [anon_sym_else] = ACTIONS(2972), [anon_sym_switch] = ACTIONS(2972), [anon_sym_case] = ACTIONS(2972), [anon_sym_default] = ACTIONS(2972), [anon_sym_while] = ACTIONS(2972), [anon_sym_do] = ACTIONS(2972), [anon_sym_for] = ACTIONS(2972), [anon_sym_return] = ACTIONS(2972), [anon_sym_break] = ACTIONS(2972), [anon_sym_continue] = ACTIONS(2972), [anon_sym_goto] = ACTIONS(2972), [anon_sym_not] = ACTIONS(2972), [anon_sym_compl] = ACTIONS(2972), [anon_sym_DASH_DASH] = ACTIONS(2974), [anon_sym_PLUS_PLUS] = ACTIONS(2974), [anon_sym_sizeof] = ACTIONS(2972), [anon_sym_offsetof] = ACTIONS(2972), [anon_sym__Generic] = ACTIONS(2972), [anon_sym_asm] = ACTIONS(2972), [anon_sym___asm__] = ACTIONS(2972), [sym_number_literal] = ACTIONS(2974), [anon_sym_L_SQUOTE] = ACTIONS(2974), [anon_sym_u_SQUOTE] = ACTIONS(2974), [anon_sym_U_SQUOTE] = ACTIONS(2974), [anon_sym_u8_SQUOTE] = ACTIONS(2974), [anon_sym_SQUOTE] = ACTIONS(2974), [anon_sym_L_DQUOTE] = ACTIONS(2974), [anon_sym_u_DQUOTE] = ACTIONS(2974), [anon_sym_U_DQUOTE] = ACTIONS(2974), [anon_sym_u8_DQUOTE] = ACTIONS(2974), [anon_sym_DQUOTE] = ACTIONS(2974), [sym_true] = ACTIONS(2972), [sym_false] = ACTIONS(2972), [anon_sym_NULL] = ACTIONS(2972), [anon_sym_nullptr] = ACTIONS(2972), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2972), [anon_sym_decltype] = ACTIONS(2972), [anon_sym_virtual] = ACTIONS(2972), [anon_sym_explicit] = ACTIONS(2972), [anon_sym_typename] = ACTIONS(2972), [anon_sym_template] = ACTIONS(2972), [anon_sym_operator] = ACTIONS(2972), [anon_sym_try] = ACTIONS(2972), [anon_sym_delete] = ACTIONS(2972), [anon_sym_throw] = ACTIONS(2972), [anon_sym_namespace] = ACTIONS(2972), [anon_sym_using] = ACTIONS(2972), [anon_sym_static_assert] = ACTIONS(2972), [anon_sym_concept] = ACTIONS(2972), [anon_sym_co_return] = ACTIONS(2972), [anon_sym_co_yield] = ACTIONS(2972), [anon_sym_R_DQUOTE] = ACTIONS(2974), [anon_sym_LR_DQUOTE] = ACTIONS(2974), [anon_sym_uR_DQUOTE] = ACTIONS(2974), [anon_sym_UR_DQUOTE] = ACTIONS(2974), [anon_sym_u8R_DQUOTE] = ACTIONS(2974), [anon_sym_co_await] = ACTIONS(2972), [anon_sym_new] = ACTIONS(2972), [anon_sym_requires] = ACTIONS(2972), [sym_this] = ACTIONS(2972), }, [1133] = { [ts_builtin_sym_end] = ACTIONS(2970), [sym_identifier] = ACTIONS(2968), [aux_sym_preproc_include_token1] = ACTIONS(2968), [aux_sym_preproc_def_token1] = ACTIONS(2968), [aux_sym_preproc_if_token1] = ACTIONS(2968), [aux_sym_preproc_ifdef_token1] = ACTIONS(2968), [aux_sym_preproc_ifdef_token2] = ACTIONS(2968), [sym_preproc_directive] = ACTIONS(2968), [anon_sym_LPAREN2] = ACTIONS(2970), [anon_sym_BANG] = ACTIONS(2970), [anon_sym_TILDE] = ACTIONS(2970), [anon_sym_DASH] = ACTIONS(2968), [anon_sym_PLUS] = ACTIONS(2968), [anon_sym_STAR] = ACTIONS(2970), [anon_sym_AMP_AMP] = ACTIONS(2970), [anon_sym_AMP] = ACTIONS(2968), [anon_sym_SEMI] = ACTIONS(2970), [anon_sym_typedef] = ACTIONS(2968), [anon_sym_extern] = ACTIONS(2968), [anon_sym___attribute__] = ACTIONS(2968), [anon_sym_COLON_COLON] = ACTIONS(2970), [anon_sym_LBRACK_LBRACK] = ACTIONS(2970), [anon_sym___declspec] = ACTIONS(2968), [anon_sym___based] = ACTIONS(2968), [anon_sym___cdecl] = ACTIONS(2968), [anon_sym___clrcall] = ACTIONS(2968), [anon_sym___stdcall] = ACTIONS(2968), [anon_sym___fastcall] = ACTIONS(2968), [anon_sym___thiscall] = ACTIONS(2968), [anon_sym___vectorcall] = ACTIONS(2968), [anon_sym_LBRACE] = ACTIONS(2970), [anon_sym_signed] = ACTIONS(2968), [anon_sym_unsigned] = ACTIONS(2968), [anon_sym_long] = ACTIONS(2968), [anon_sym_short] = ACTIONS(2968), [anon_sym_LBRACK] = ACTIONS(2968), [anon_sym_static] = ACTIONS(2968), [anon_sym_register] = ACTIONS(2968), [anon_sym_inline] = ACTIONS(2968), [anon_sym_thread_local] = ACTIONS(2968), [anon_sym_const] = ACTIONS(2968), [anon_sym_constexpr] = ACTIONS(2968), [anon_sym_volatile] = ACTIONS(2968), [anon_sym_restrict] = ACTIONS(2968), [anon_sym___restrict__] = ACTIONS(2968), [anon_sym__Atomic] = ACTIONS(2968), [anon_sym__Noreturn] = ACTIONS(2968), [anon_sym_noreturn] = ACTIONS(2968), [anon_sym_mutable] = ACTIONS(2968), [anon_sym_constinit] = ACTIONS(2968), [anon_sym_consteval] = ACTIONS(2968), [sym_primitive_type] = ACTIONS(2968), [anon_sym_enum] = ACTIONS(2968), [anon_sym_class] = ACTIONS(2968), [anon_sym_struct] = ACTIONS(2968), [anon_sym_union] = ACTIONS(2968), [anon_sym_if] = ACTIONS(2968), [anon_sym_else] = ACTIONS(2968), [anon_sym_switch] = ACTIONS(2968), [anon_sym_case] = ACTIONS(2968), [anon_sym_default] = ACTIONS(2968), [anon_sym_while] = ACTIONS(2968), [anon_sym_do] = ACTIONS(2968), [anon_sym_for] = ACTIONS(2968), [anon_sym_return] = ACTIONS(2968), [anon_sym_break] = ACTIONS(2968), [anon_sym_continue] = ACTIONS(2968), [anon_sym_goto] = ACTIONS(2968), [anon_sym_not] = ACTIONS(2968), [anon_sym_compl] = ACTIONS(2968), [anon_sym_DASH_DASH] = ACTIONS(2970), [anon_sym_PLUS_PLUS] = ACTIONS(2970), [anon_sym_sizeof] = ACTIONS(2968), [anon_sym_offsetof] = ACTIONS(2968), [anon_sym__Generic] = ACTIONS(2968), [anon_sym_asm] = ACTIONS(2968), [anon_sym___asm__] = ACTIONS(2968), [sym_number_literal] = ACTIONS(2970), [anon_sym_L_SQUOTE] = ACTIONS(2970), [anon_sym_u_SQUOTE] = ACTIONS(2970), [anon_sym_U_SQUOTE] = ACTIONS(2970), [anon_sym_u8_SQUOTE] = ACTIONS(2970), [anon_sym_SQUOTE] = ACTIONS(2970), [anon_sym_L_DQUOTE] = ACTIONS(2970), [anon_sym_u_DQUOTE] = ACTIONS(2970), [anon_sym_U_DQUOTE] = ACTIONS(2970), [anon_sym_u8_DQUOTE] = ACTIONS(2970), [anon_sym_DQUOTE] = ACTIONS(2970), [sym_true] = ACTIONS(2968), [sym_false] = ACTIONS(2968), [anon_sym_NULL] = ACTIONS(2968), [anon_sym_nullptr] = ACTIONS(2968), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2968), [anon_sym_decltype] = ACTIONS(2968), [anon_sym_virtual] = ACTIONS(2968), [anon_sym_explicit] = ACTIONS(2968), [anon_sym_typename] = ACTIONS(2968), [anon_sym_template] = ACTIONS(2968), [anon_sym_operator] = ACTIONS(2968), [anon_sym_try] = ACTIONS(2968), [anon_sym_delete] = ACTIONS(2968), [anon_sym_throw] = ACTIONS(2968), [anon_sym_namespace] = ACTIONS(2968), [anon_sym_using] = ACTIONS(2968), [anon_sym_static_assert] = ACTIONS(2968), [anon_sym_concept] = ACTIONS(2968), [anon_sym_co_return] = ACTIONS(2968), [anon_sym_co_yield] = ACTIONS(2968), [anon_sym_R_DQUOTE] = ACTIONS(2970), [anon_sym_LR_DQUOTE] = ACTIONS(2970), [anon_sym_uR_DQUOTE] = ACTIONS(2970), [anon_sym_UR_DQUOTE] = ACTIONS(2970), [anon_sym_u8R_DQUOTE] = ACTIONS(2970), [anon_sym_co_await] = ACTIONS(2968), [anon_sym_new] = ACTIONS(2968), [anon_sym_requires] = ACTIONS(2968), [sym_this] = ACTIONS(2968), }, [1134] = { [sym_identifier] = ACTIONS(2984), [aux_sym_preproc_include_token1] = ACTIONS(2984), [aux_sym_preproc_def_token1] = ACTIONS(2984), [aux_sym_preproc_if_token1] = ACTIONS(2984), [aux_sym_preproc_ifdef_token1] = ACTIONS(2984), [aux_sym_preproc_ifdef_token2] = ACTIONS(2984), [sym_preproc_directive] = ACTIONS(2984), [anon_sym_LPAREN2] = ACTIONS(2986), [anon_sym_BANG] = ACTIONS(2986), [anon_sym_TILDE] = ACTIONS(2986), [anon_sym_DASH] = ACTIONS(2984), [anon_sym_PLUS] = ACTIONS(2984), [anon_sym_STAR] = ACTIONS(2986), [anon_sym_AMP_AMP] = ACTIONS(2986), [anon_sym_AMP] = ACTIONS(2984), [anon_sym_SEMI] = ACTIONS(2986), [anon_sym_typedef] = ACTIONS(2984), [anon_sym_extern] = ACTIONS(2984), [anon_sym___attribute__] = ACTIONS(2984), [anon_sym_COLON_COLON] = ACTIONS(2986), [anon_sym_LBRACK_LBRACK] = ACTIONS(2986), [anon_sym___declspec] = ACTIONS(2984), [anon_sym___based] = ACTIONS(2984), [anon_sym___cdecl] = ACTIONS(2984), [anon_sym___clrcall] = ACTIONS(2984), [anon_sym___stdcall] = ACTIONS(2984), [anon_sym___fastcall] = ACTIONS(2984), [anon_sym___thiscall] = ACTIONS(2984), [anon_sym___vectorcall] = ACTIONS(2984), [anon_sym_LBRACE] = ACTIONS(2986), [anon_sym_RBRACE] = ACTIONS(2986), [anon_sym_signed] = ACTIONS(2984), [anon_sym_unsigned] = ACTIONS(2984), [anon_sym_long] = ACTIONS(2984), [anon_sym_short] = ACTIONS(2984), [anon_sym_LBRACK] = ACTIONS(2984), [anon_sym_static] = ACTIONS(2984), [anon_sym_register] = ACTIONS(2984), [anon_sym_inline] = ACTIONS(2984), [anon_sym_thread_local] = ACTIONS(2984), [anon_sym_const] = ACTIONS(2984), [anon_sym_constexpr] = ACTIONS(2984), [anon_sym_volatile] = ACTIONS(2984), [anon_sym_restrict] = ACTIONS(2984), [anon_sym___restrict__] = ACTIONS(2984), [anon_sym__Atomic] = ACTIONS(2984), [anon_sym__Noreturn] = ACTIONS(2984), [anon_sym_noreturn] = ACTIONS(2984), [anon_sym_mutable] = ACTIONS(2984), [anon_sym_constinit] = ACTIONS(2984), [anon_sym_consteval] = ACTIONS(2984), [sym_primitive_type] = ACTIONS(2984), [anon_sym_enum] = ACTIONS(2984), [anon_sym_class] = ACTIONS(2984), [anon_sym_struct] = ACTIONS(2984), [anon_sym_union] = ACTIONS(2984), [anon_sym_if] = ACTIONS(2984), [anon_sym_else] = ACTIONS(2984), [anon_sym_switch] = ACTIONS(2984), [anon_sym_case] = ACTIONS(2984), [anon_sym_default] = ACTIONS(2984), [anon_sym_while] = ACTIONS(2984), [anon_sym_do] = ACTIONS(2984), [anon_sym_for] = ACTIONS(2984), [anon_sym_return] = ACTIONS(2984), [anon_sym_break] = ACTIONS(2984), [anon_sym_continue] = ACTIONS(2984), [anon_sym_goto] = ACTIONS(2984), [anon_sym_not] = ACTIONS(2984), [anon_sym_compl] = ACTIONS(2984), [anon_sym_DASH_DASH] = ACTIONS(2986), [anon_sym_PLUS_PLUS] = ACTIONS(2986), [anon_sym_sizeof] = ACTIONS(2984), [anon_sym_offsetof] = ACTIONS(2984), [anon_sym__Generic] = ACTIONS(2984), [anon_sym_asm] = ACTIONS(2984), [anon_sym___asm__] = ACTIONS(2984), [sym_number_literal] = ACTIONS(2986), [anon_sym_L_SQUOTE] = ACTIONS(2986), [anon_sym_u_SQUOTE] = ACTIONS(2986), [anon_sym_U_SQUOTE] = ACTIONS(2986), [anon_sym_u8_SQUOTE] = ACTIONS(2986), [anon_sym_SQUOTE] = ACTIONS(2986), [anon_sym_L_DQUOTE] = ACTIONS(2986), [anon_sym_u_DQUOTE] = ACTIONS(2986), [anon_sym_U_DQUOTE] = ACTIONS(2986), [anon_sym_u8_DQUOTE] = ACTIONS(2986), [anon_sym_DQUOTE] = ACTIONS(2986), [sym_true] = ACTIONS(2984), [sym_false] = ACTIONS(2984), [anon_sym_NULL] = ACTIONS(2984), [anon_sym_nullptr] = ACTIONS(2984), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2984), [anon_sym_decltype] = ACTIONS(2984), [anon_sym_virtual] = ACTIONS(2984), [anon_sym_explicit] = ACTIONS(2984), [anon_sym_typename] = ACTIONS(2984), [anon_sym_template] = ACTIONS(2984), [anon_sym_operator] = ACTIONS(2984), [anon_sym_try] = ACTIONS(2984), [anon_sym_delete] = ACTIONS(2984), [anon_sym_throw] = ACTIONS(2984), [anon_sym_namespace] = ACTIONS(2984), [anon_sym_using] = ACTIONS(2984), [anon_sym_static_assert] = ACTIONS(2984), [anon_sym_concept] = ACTIONS(2984), [anon_sym_co_return] = ACTIONS(2984), [anon_sym_co_yield] = ACTIONS(2984), [anon_sym_R_DQUOTE] = ACTIONS(2986), [anon_sym_LR_DQUOTE] = ACTIONS(2986), [anon_sym_uR_DQUOTE] = ACTIONS(2986), [anon_sym_UR_DQUOTE] = ACTIONS(2986), [anon_sym_u8R_DQUOTE] = ACTIONS(2986), [anon_sym_co_await] = ACTIONS(2984), [anon_sym_new] = ACTIONS(2984), [anon_sym_requires] = ACTIONS(2984), [sym_this] = ACTIONS(2984), }, [1135] = { [sym_identifier] = ACTIONS(2988), [aux_sym_preproc_include_token1] = ACTIONS(2988), [aux_sym_preproc_def_token1] = ACTIONS(2988), [aux_sym_preproc_if_token1] = ACTIONS(2988), [aux_sym_preproc_ifdef_token1] = ACTIONS(2988), [aux_sym_preproc_ifdef_token2] = ACTIONS(2988), [sym_preproc_directive] = ACTIONS(2988), [anon_sym_LPAREN2] = ACTIONS(2990), [anon_sym_BANG] = ACTIONS(2990), [anon_sym_TILDE] = ACTIONS(2990), [anon_sym_DASH] = ACTIONS(2988), [anon_sym_PLUS] = ACTIONS(2988), [anon_sym_STAR] = ACTIONS(2990), [anon_sym_AMP_AMP] = ACTIONS(2990), [anon_sym_AMP] = ACTIONS(2988), [anon_sym_SEMI] = ACTIONS(2990), [anon_sym_typedef] = ACTIONS(2988), [anon_sym_extern] = ACTIONS(2988), [anon_sym___attribute__] = ACTIONS(2988), [anon_sym_COLON_COLON] = ACTIONS(2990), [anon_sym_LBRACK_LBRACK] = ACTIONS(2990), [anon_sym___declspec] = ACTIONS(2988), [anon_sym___based] = ACTIONS(2988), [anon_sym___cdecl] = ACTIONS(2988), [anon_sym___clrcall] = ACTIONS(2988), [anon_sym___stdcall] = ACTIONS(2988), [anon_sym___fastcall] = ACTIONS(2988), [anon_sym___thiscall] = ACTIONS(2988), [anon_sym___vectorcall] = ACTIONS(2988), [anon_sym_LBRACE] = ACTIONS(2990), [anon_sym_RBRACE] = ACTIONS(2990), [anon_sym_signed] = ACTIONS(2988), [anon_sym_unsigned] = ACTIONS(2988), [anon_sym_long] = ACTIONS(2988), [anon_sym_short] = ACTIONS(2988), [anon_sym_LBRACK] = ACTIONS(2988), [anon_sym_static] = ACTIONS(2988), [anon_sym_register] = ACTIONS(2988), [anon_sym_inline] = ACTIONS(2988), [anon_sym_thread_local] = ACTIONS(2988), [anon_sym_const] = ACTIONS(2988), [anon_sym_constexpr] = ACTIONS(2988), [anon_sym_volatile] = ACTIONS(2988), [anon_sym_restrict] = ACTIONS(2988), [anon_sym___restrict__] = ACTIONS(2988), [anon_sym__Atomic] = ACTIONS(2988), [anon_sym__Noreturn] = ACTIONS(2988), [anon_sym_noreturn] = ACTIONS(2988), [anon_sym_mutable] = ACTIONS(2988), [anon_sym_constinit] = ACTIONS(2988), [anon_sym_consteval] = ACTIONS(2988), [sym_primitive_type] = ACTIONS(2988), [anon_sym_enum] = ACTIONS(2988), [anon_sym_class] = ACTIONS(2988), [anon_sym_struct] = ACTIONS(2988), [anon_sym_union] = ACTIONS(2988), [anon_sym_if] = ACTIONS(2988), [anon_sym_else] = ACTIONS(2988), [anon_sym_switch] = ACTIONS(2988), [anon_sym_case] = ACTIONS(2988), [anon_sym_default] = ACTIONS(2988), [anon_sym_while] = ACTIONS(2988), [anon_sym_do] = ACTIONS(2988), [anon_sym_for] = ACTIONS(2988), [anon_sym_return] = ACTIONS(2988), [anon_sym_break] = ACTIONS(2988), [anon_sym_continue] = ACTIONS(2988), [anon_sym_goto] = ACTIONS(2988), [anon_sym_not] = ACTIONS(2988), [anon_sym_compl] = ACTIONS(2988), [anon_sym_DASH_DASH] = ACTIONS(2990), [anon_sym_PLUS_PLUS] = ACTIONS(2990), [anon_sym_sizeof] = ACTIONS(2988), [anon_sym_offsetof] = ACTIONS(2988), [anon_sym__Generic] = ACTIONS(2988), [anon_sym_asm] = ACTIONS(2988), [anon_sym___asm__] = ACTIONS(2988), [sym_number_literal] = ACTIONS(2990), [anon_sym_L_SQUOTE] = ACTIONS(2990), [anon_sym_u_SQUOTE] = ACTIONS(2990), [anon_sym_U_SQUOTE] = ACTIONS(2990), [anon_sym_u8_SQUOTE] = ACTIONS(2990), [anon_sym_SQUOTE] = ACTIONS(2990), [anon_sym_L_DQUOTE] = ACTIONS(2990), [anon_sym_u_DQUOTE] = ACTIONS(2990), [anon_sym_U_DQUOTE] = ACTIONS(2990), [anon_sym_u8_DQUOTE] = ACTIONS(2990), [anon_sym_DQUOTE] = ACTIONS(2990), [sym_true] = ACTIONS(2988), [sym_false] = ACTIONS(2988), [anon_sym_NULL] = ACTIONS(2988), [anon_sym_nullptr] = ACTIONS(2988), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2988), [anon_sym_decltype] = ACTIONS(2988), [anon_sym_virtual] = ACTIONS(2988), [anon_sym_explicit] = ACTIONS(2988), [anon_sym_typename] = ACTIONS(2988), [anon_sym_template] = ACTIONS(2988), [anon_sym_operator] = ACTIONS(2988), [anon_sym_try] = ACTIONS(2988), [anon_sym_delete] = ACTIONS(2988), [anon_sym_throw] = ACTIONS(2988), [anon_sym_namespace] = ACTIONS(2988), [anon_sym_using] = ACTIONS(2988), [anon_sym_static_assert] = ACTIONS(2988), [anon_sym_concept] = ACTIONS(2988), [anon_sym_co_return] = ACTIONS(2988), [anon_sym_co_yield] = ACTIONS(2988), [anon_sym_R_DQUOTE] = ACTIONS(2990), [anon_sym_LR_DQUOTE] = ACTIONS(2990), [anon_sym_uR_DQUOTE] = ACTIONS(2990), [anon_sym_UR_DQUOTE] = ACTIONS(2990), [anon_sym_u8R_DQUOTE] = ACTIONS(2990), [anon_sym_co_await] = ACTIONS(2988), [anon_sym_new] = ACTIONS(2988), [anon_sym_requires] = ACTIONS(2988), [sym_this] = ACTIONS(2988), }, [1136] = { [sym_identifier] = ACTIONS(2992), [aux_sym_preproc_include_token1] = ACTIONS(2992), [aux_sym_preproc_def_token1] = ACTIONS(2992), [aux_sym_preproc_if_token1] = ACTIONS(2992), [aux_sym_preproc_ifdef_token1] = ACTIONS(2992), [aux_sym_preproc_ifdef_token2] = ACTIONS(2992), [sym_preproc_directive] = ACTIONS(2992), [anon_sym_LPAREN2] = ACTIONS(2994), [anon_sym_BANG] = ACTIONS(2994), [anon_sym_TILDE] = ACTIONS(2994), [anon_sym_DASH] = ACTIONS(2992), [anon_sym_PLUS] = ACTIONS(2992), [anon_sym_STAR] = ACTIONS(2994), [anon_sym_AMP_AMP] = ACTIONS(2994), [anon_sym_AMP] = ACTIONS(2992), [anon_sym_SEMI] = ACTIONS(2994), [anon_sym_typedef] = ACTIONS(2992), [anon_sym_extern] = ACTIONS(2992), [anon_sym___attribute__] = ACTIONS(2992), [anon_sym_COLON_COLON] = ACTIONS(2994), [anon_sym_LBRACK_LBRACK] = ACTIONS(2994), [anon_sym___declspec] = ACTIONS(2992), [anon_sym___based] = ACTIONS(2992), [anon_sym___cdecl] = ACTIONS(2992), [anon_sym___clrcall] = ACTIONS(2992), [anon_sym___stdcall] = ACTIONS(2992), [anon_sym___fastcall] = ACTIONS(2992), [anon_sym___thiscall] = ACTIONS(2992), [anon_sym___vectorcall] = ACTIONS(2992), [anon_sym_LBRACE] = ACTIONS(2994), [anon_sym_RBRACE] = ACTIONS(2994), [anon_sym_signed] = ACTIONS(2992), [anon_sym_unsigned] = ACTIONS(2992), [anon_sym_long] = ACTIONS(2992), [anon_sym_short] = ACTIONS(2992), [anon_sym_LBRACK] = ACTIONS(2992), [anon_sym_static] = ACTIONS(2992), [anon_sym_register] = ACTIONS(2992), [anon_sym_inline] = ACTIONS(2992), [anon_sym_thread_local] = ACTIONS(2992), [anon_sym_const] = ACTIONS(2992), [anon_sym_constexpr] = ACTIONS(2992), [anon_sym_volatile] = ACTIONS(2992), [anon_sym_restrict] = ACTIONS(2992), [anon_sym___restrict__] = ACTIONS(2992), [anon_sym__Atomic] = ACTIONS(2992), [anon_sym__Noreturn] = ACTIONS(2992), [anon_sym_noreturn] = ACTIONS(2992), [anon_sym_mutable] = ACTIONS(2992), [anon_sym_constinit] = ACTIONS(2992), [anon_sym_consteval] = ACTIONS(2992), [sym_primitive_type] = ACTIONS(2992), [anon_sym_enum] = ACTIONS(2992), [anon_sym_class] = ACTIONS(2992), [anon_sym_struct] = ACTIONS(2992), [anon_sym_union] = ACTIONS(2992), [anon_sym_if] = ACTIONS(2992), [anon_sym_else] = ACTIONS(2992), [anon_sym_switch] = ACTIONS(2992), [anon_sym_case] = ACTIONS(2992), [anon_sym_default] = ACTIONS(2992), [anon_sym_while] = ACTIONS(2992), [anon_sym_do] = ACTIONS(2992), [anon_sym_for] = ACTIONS(2992), [anon_sym_return] = ACTIONS(2992), [anon_sym_break] = ACTIONS(2992), [anon_sym_continue] = ACTIONS(2992), [anon_sym_goto] = ACTIONS(2992), [anon_sym_not] = ACTIONS(2992), [anon_sym_compl] = ACTIONS(2992), [anon_sym_DASH_DASH] = ACTIONS(2994), [anon_sym_PLUS_PLUS] = ACTIONS(2994), [anon_sym_sizeof] = ACTIONS(2992), [anon_sym_offsetof] = ACTIONS(2992), [anon_sym__Generic] = ACTIONS(2992), [anon_sym_asm] = ACTIONS(2992), [anon_sym___asm__] = ACTIONS(2992), [sym_number_literal] = ACTIONS(2994), [anon_sym_L_SQUOTE] = ACTIONS(2994), [anon_sym_u_SQUOTE] = ACTIONS(2994), [anon_sym_U_SQUOTE] = ACTIONS(2994), [anon_sym_u8_SQUOTE] = ACTIONS(2994), [anon_sym_SQUOTE] = ACTIONS(2994), [anon_sym_L_DQUOTE] = ACTIONS(2994), [anon_sym_u_DQUOTE] = ACTIONS(2994), [anon_sym_U_DQUOTE] = ACTIONS(2994), [anon_sym_u8_DQUOTE] = ACTIONS(2994), [anon_sym_DQUOTE] = ACTIONS(2994), [sym_true] = ACTIONS(2992), [sym_false] = ACTIONS(2992), [anon_sym_NULL] = ACTIONS(2992), [anon_sym_nullptr] = ACTIONS(2992), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2992), [anon_sym_decltype] = ACTIONS(2992), [anon_sym_virtual] = ACTIONS(2992), [anon_sym_explicit] = ACTIONS(2992), [anon_sym_typename] = ACTIONS(2992), [anon_sym_template] = ACTIONS(2992), [anon_sym_operator] = ACTIONS(2992), [anon_sym_try] = ACTIONS(2992), [anon_sym_delete] = ACTIONS(2992), [anon_sym_throw] = ACTIONS(2992), [anon_sym_namespace] = ACTIONS(2992), [anon_sym_using] = ACTIONS(2992), [anon_sym_static_assert] = ACTIONS(2992), [anon_sym_concept] = ACTIONS(2992), [anon_sym_co_return] = ACTIONS(2992), [anon_sym_co_yield] = ACTIONS(2992), [anon_sym_R_DQUOTE] = ACTIONS(2994), [anon_sym_LR_DQUOTE] = ACTIONS(2994), [anon_sym_uR_DQUOTE] = ACTIONS(2994), [anon_sym_UR_DQUOTE] = ACTIONS(2994), [anon_sym_u8R_DQUOTE] = ACTIONS(2994), [anon_sym_co_await] = ACTIONS(2992), [anon_sym_new] = ACTIONS(2992), [anon_sym_requires] = ACTIONS(2992), [sym_this] = ACTIONS(2992), }, [1137] = { [sym_identifier] = ACTIONS(3012), [aux_sym_preproc_include_token1] = ACTIONS(3012), [aux_sym_preproc_def_token1] = ACTIONS(3012), [aux_sym_preproc_if_token1] = ACTIONS(3012), [aux_sym_preproc_ifdef_token1] = ACTIONS(3012), [aux_sym_preproc_ifdef_token2] = ACTIONS(3012), [sym_preproc_directive] = ACTIONS(3012), [anon_sym_LPAREN2] = ACTIONS(3014), [anon_sym_BANG] = ACTIONS(3014), [anon_sym_TILDE] = ACTIONS(3014), [anon_sym_DASH] = ACTIONS(3012), [anon_sym_PLUS] = ACTIONS(3012), [anon_sym_STAR] = ACTIONS(3014), [anon_sym_AMP_AMP] = ACTIONS(3014), [anon_sym_AMP] = ACTIONS(3012), [anon_sym_SEMI] = ACTIONS(3014), [anon_sym_typedef] = ACTIONS(3012), [anon_sym_extern] = ACTIONS(3012), [anon_sym___attribute__] = ACTIONS(3012), [anon_sym_COLON_COLON] = ACTIONS(3014), [anon_sym_LBRACK_LBRACK] = ACTIONS(3014), [anon_sym___declspec] = ACTIONS(3012), [anon_sym___based] = ACTIONS(3012), [anon_sym___cdecl] = ACTIONS(3012), [anon_sym___clrcall] = ACTIONS(3012), [anon_sym___stdcall] = ACTIONS(3012), [anon_sym___fastcall] = ACTIONS(3012), [anon_sym___thiscall] = ACTIONS(3012), [anon_sym___vectorcall] = ACTIONS(3012), [anon_sym_LBRACE] = ACTIONS(3014), [anon_sym_RBRACE] = ACTIONS(3014), [anon_sym_signed] = ACTIONS(3012), [anon_sym_unsigned] = ACTIONS(3012), [anon_sym_long] = ACTIONS(3012), [anon_sym_short] = ACTIONS(3012), [anon_sym_LBRACK] = ACTIONS(3012), [anon_sym_static] = ACTIONS(3012), [anon_sym_register] = ACTIONS(3012), [anon_sym_inline] = ACTIONS(3012), [anon_sym_thread_local] = ACTIONS(3012), [anon_sym_const] = ACTIONS(3012), [anon_sym_constexpr] = ACTIONS(3012), [anon_sym_volatile] = ACTIONS(3012), [anon_sym_restrict] = ACTIONS(3012), [anon_sym___restrict__] = ACTIONS(3012), [anon_sym__Atomic] = ACTIONS(3012), [anon_sym__Noreturn] = ACTIONS(3012), [anon_sym_noreturn] = ACTIONS(3012), [anon_sym_mutable] = ACTIONS(3012), [anon_sym_constinit] = ACTIONS(3012), [anon_sym_consteval] = ACTIONS(3012), [sym_primitive_type] = ACTIONS(3012), [anon_sym_enum] = ACTIONS(3012), [anon_sym_class] = ACTIONS(3012), [anon_sym_struct] = ACTIONS(3012), [anon_sym_union] = ACTIONS(3012), [anon_sym_if] = ACTIONS(3012), [anon_sym_else] = ACTIONS(3012), [anon_sym_switch] = ACTIONS(3012), [anon_sym_case] = ACTIONS(3012), [anon_sym_default] = ACTIONS(3012), [anon_sym_while] = ACTIONS(3012), [anon_sym_do] = ACTIONS(3012), [anon_sym_for] = ACTIONS(3012), [anon_sym_return] = ACTIONS(3012), [anon_sym_break] = ACTIONS(3012), [anon_sym_continue] = ACTIONS(3012), [anon_sym_goto] = ACTIONS(3012), [anon_sym_not] = ACTIONS(3012), [anon_sym_compl] = ACTIONS(3012), [anon_sym_DASH_DASH] = ACTIONS(3014), [anon_sym_PLUS_PLUS] = ACTIONS(3014), [anon_sym_sizeof] = ACTIONS(3012), [anon_sym_offsetof] = ACTIONS(3012), [anon_sym__Generic] = ACTIONS(3012), [anon_sym_asm] = ACTIONS(3012), [anon_sym___asm__] = ACTIONS(3012), [sym_number_literal] = ACTIONS(3014), [anon_sym_L_SQUOTE] = ACTIONS(3014), [anon_sym_u_SQUOTE] = ACTIONS(3014), [anon_sym_U_SQUOTE] = ACTIONS(3014), [anon_sym_u8_SQUOTE] = ACTIONS(3014), [anon_sym_SQUOTE] = ACTIONS(3014), [anon_sym_L_DQUOTE] = ACTIONS(3014), [anon_sym_u_DQUOTE] = ACTIONS(3014), [anon_sym_U_DQUOTE] = ACTIONS(3014), [anon_sym_u8_DQUOTE] = ACTIONS(3014), [anon_sym_DQUOTE] = ACTIONS(3014), [sym_true] = ACTIONS(3012), [sym_false] = ACTIONS(3012), [anon_sym_NULL] = ACTIONS(3012), [anon_sym_nullptr] = ACTIONS(3012), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3012), [anon_sym_decltype] = ACTIONS(3012), [anon_sym_virtual] = ACTIONS(3012), [anon_sym_explicit] = ACTIONS(3012), [anon_sym_typename] = ACTIONS(3012), [anon_sym_template] = ACTIONS(3012), [anon_sym_operator] = ACTIONS(3012), [anon_sym_try] = ACTIONS(3012), [anon_sym_delete] = ACTIONS(3012), [anon_sym_throw] = ACTIONS(3012), [anon_sym_namespace] = ACTIONS(3012), [anon_sym_using] = ACTIONS(3012), [anon_sym_static_assert] = ACTIONS(3012), [anon_sym_concept] = ACTIONS(3012), [anon_sym_co_return] = ACTIONS(3012), [anon_sym_co_yield] = ACTIONS(3012), [anon_sym_R_DQUOTE] = ACTIONS(3014), [anon_sym_LR_DQUOTE] = ACTIONS(3014), [anon_sym_uR_DQUOTE] = ACTIONS(3014), [anon_sym_UR_DQUOTE] = ACTIONS(3014), [anon_sym_u8R_DQUOTE] = ACTIONS(3014), [anon_sym_co_await] = ACTIONS(3012), [anon_sym_new] = ACTIONS(3012), [anon_sym_requires] = ACTIONS(3012), [sym_this] = ACTIONS(3012), }, [1138] = { [sym_identifier] = ACTIONS(3008), [aux_sym_preproc_include_token1] = ACTIONS(3008), [aux_sym_preproc_def_token1] = ACTIONS(3008), [aux_sym_preproc_if_token1] = ACTIONS(3008), [aux_sym_preproc_if_token2] = ACTIONS(3008), [aux_sym_preproc_ifdef_token1] = ACTIONS(3008), [aux_sym_preproc_ifdef_token2] = ACTIONS(3008), [sym_preproc_directive] = ACTIONS(3008), [anon_sym_LPAREN2] = ACTIONS(3010), [anon_sym_BANG] = ACTIONS(3010), [anon_sym_TILDE] = ACTIONS(3010), [anon_sym_DASH] = ACTIONS(3008), [anon_sym_PLUS] = ACTIONS(3008), [anon_sym_STAR] = ACTIONS(3010), [anon_sym_AMP_AMP] = ACTIONS(3010), [anon_sym_AMP] = ACTIONS(3008), [anon_sym_SEMI] = ACTIONS(3010), [anon_sym_typedef] = ACTIONS(3008), [anon_sym_extern] = ACTIONS(3008), [anon_sym___attribute__] = ACTIONS(3008), [anon_sym_COLON_COLON] = ACTIONS(3010), [anon_sym_LBRACK_LBRACK] = ACTIONS(3010), [anon_sym___declspec] = ACTIONS(3008), [anon_sym___based] = ACTIONS(3008), [anon_sym___cdecl] = ACTIONS(3008), [anon_sym___clrcall] = ACTIONS(3008), [anon_sym___stdcall] = ACTIONS(3008), [anon_sym___fastcall] = ACTIONS(3008), [anon_sym___thiscall] = ACTIONS(3008), [anon_sym___vectorcall] = ACTIONS(3008), [anon_sym_LBRACE] = ACTIONS(3010), [anon_sym_signed] = ACTIONS(3008), [anon_sym_unsigned] = ACTIONS(3008), [anon_sym_long] = ACTIONS(3008), [anon_sym_short] = ACTIONS(3008), [anon_sym_LBRACK] = ACTIONS(3008), [anon_sym_static] = ACTIONS(3008), [anon_sym_register] = ACTIONS(3008), [anon_sym_inline] = ACTIONS(3008), [anon_sym_thread_local] = ACTIONS(3008), [anon_sym_const] = ACTIONS(3008), [anon_sym_constexpr] = ACTIONS(3008), [anon_sym_volatile] = ACTIONS(3008), [anon_sym_restrict] = ACTIONS(3008), [anon_sym___restrict__] = ACTIONS(3008), [anon_sym__Atomic] = ACTIONS(3008), [anon_sym__Noreturn] = ACTIONS(3008), [anon_sym_noreturn] = ACTIONS(3008), [anon_sym_mutable] = ACTIONS(3008), [anon_sym_constinit] = ACTIONS(3008), [anon_sym_consteval] = ACTIONS(3008), [sym_primitive_type] = ACTIONS(3008), [anon_sym_enum] = ACTIONS(3008), [anon_sym_class] = ACTIONS(3008), [anon_sym_struct] = ACTIONS(3008), [anon_sym_union] = ACTIONS(3008), [anon_sym_if] = ACTIONS(3008), [anon_sym_else] = ACTIONS(3008), [anon_sym_switch] = ACTIONS(3008), [anon_sym_case] = ACTIONS(3008), [anon_sym_default] = ACTIONS(3008), [anon_sym_while] = ACTIONS(3008), [anon_sym_do] = ACTIONS(3008), [anon_sym_for] = ACTIONS(3008), [anon_sym_return] = ACTIONS(3008), [anon_sym_break] = ACTIONS(3008), [anon_sym_continue] = ACTIONS(3008), [anon_sym_goto] = ACTIONS(3008), [anon_sym_not] = ACTIONS(3008), [anon_sym_compl] = ACTIONS(3008), [anon_sym_DASH_DASH] = ACTIONS(3010), [anon_sym_PLUS_PLUS] = ACTIONS(3010), [anon_sym_sizeof] = ACTIONS(3008), [anon_sym_offsetof] = ACTIONS(3008), [anon_sym__Generic] = ACTIONS(3008), [anon_sym_asm] = ACTIONS(3008), [anon_sym___asm__] = ACTIONS(3008), [sym_number_literal] = ACTIONS(3010), [anon_sym_L_SQUOTE] = ACTIONS(3010), [anon_sym_u_SQUOTE] = ACTIONS(3010), [anon_sym_U_SQUOTE] = ACTIONS(3010), [anon_sym_u8_SQUOTE] = ACTIONS(3010), [anon_sym_SQUOTE] = ACTIONS(3010), [anon_sym_L_DQUOTE] = ACTIONS(3010), [anon_sym_u_DQUOTE] = ACTIONS(3010), [anon_sym_U_DQUOTE] = ACTIONS(3010), [anon_sym_u8_DQUOTE] = ACTIONS(3010), [anon_sym_DQUOTE] = ACTIONS(3010), [sym_true] = ACTIONS(3008), [sym_false] = ACTIONS(3008), [anon_sym_NULL] = ACTIONS(3008), [anon_sym_nullptr] = ACTIONS(3008), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3008), [anon_sym_decltype] = ACTIONS(3008), [anon_sym_virtual] = ACTIONS(3008), [anon_sym_explicit] = ACTIONS(3008), [anon_sym_typename] = ACTIONS(3008), [anon_sym_template] = ACTIONS(3008), [anon_sym_operator] = ACTIONS(3008), [anon_sym_try] = ACTIONS(3008), [anon_sym_delete] = ACTIONS(3008), [anon_sym_throw] = ACTIONS(3008), [anon_sym_namespace] = ACTIONS(3008), [anon_sym_using] = ACTIONS(3008), [anon_sym_static_assert] = ACTIONS(3008), [anon_sym_concept] = ACTIONS(3008), [anon_sym_co_return] = ACTIONS(3008), [anon_sym_co_yield] = ACTIONS(3008), [anon_sym_R_DQUOTE] = ACTIONS(3010), [anon_sym_LR_DQUOTE] = ACTIONS(3010), [anon_sym_uR_DQUOTE] = ACTIONS(3010), [anon_sym_UR_DQUOTE] = ACTIONS(3010), [anon_sym_u8R_DQUOTE] = ACTIONS(3010), [anon_sym_co_await] = ACTIONS(3008), [anon_sym_new] = ACTIONS(3008), [anon_sym_requires] = ACTIONS(3008), [sym_this] = ACTIONS(3008), }, [1139] = { [sym_identifier] = ACTIONS(3004), [aux_sym_preproc_include_token1] = ACTIONS(3004), [aux_sym_preproc_def_token1] = ACTIONS(3004), [aux_sym_preproc_if_token1] = ACTIONS(3004), [aux_sym_preproc_if_token2] = ACTIONS(3004), [aux_sym_preproc_ifdef_token1] = ACTIONS(3004), [aux_sym_preproc_ifdef_token2] = ACTIONS(3004), [sym_preproc_directive] = ACTIONS(3004), [anon_sym_LPAREN2] = ACTIONS(3006), [anon_sym_BANG] = ACTIONS(3006), [anon_sym_TILDE] = ACTIONS(3006), [anon_sym_DASH] = ACTIONS(3004), [anon_sym_PLUS] = ACTIONS(3004), [anon_sym_STAR] = ACTIONS(3006), [anon_sym_AMP_AMP] = ACTIONS(3006), [anon_sym_AMP] = ACTIONS(3004), [anon_sym_SEMI] = ACTIONS(3006), [anon_sym_typedef] = ACTIONS(3004), [anon_sym_extern] = ACTIONS(3004), [anon_sym___attribute__] = ACTIONS(3004), [anon_sym_COLON_COLON] = ACTIONS(3006), [anon_sym_LBRACK_LBRACK] = ACTIONS(3006), [anon_sym___declspec] = ACTIONS(3004), [anon_sym___based] = ACTIONS(3004), [anon_sym___cdecl] = ACTIONS(3004), [anon_sym___clrcall] = ACTIONS(3004), [anon_sym___stdcall] = ACTIONS(3004), [anon_sym___fastcall] = ACTIONS(3004), [anon_sym___thiscall] = ACTIONS(3004), [anon_sym___vectorcall] = ACTIONS(3004), [anon_sym_LBRACE] = ACTIONS(3006), [anon_sym_signed] = ACTIONS(3004), [anon_sym_unsigned] = ACTIONS(3004), [anon_sym_long] = ACTIONS(3004), [anon_sym_short] = ACTIONS(3004), [anon_sym_LBRACK] = ACTIONS(3004), [anon_sym_static] = ACTIONS(3004), [anon_sym_register] = ACTIONS(3004), [anon_sym_inline] = ACTIONS(3004), [anon_sym_thread_local] = ACTIONS(3004), [anon_sym_const] = ACTIONS(3004), [anon_sym_constexpr] = ACTIONS(3004), [anon_sym_volatile] = ACTIONS(3004), [anon_sym_restrict] = ACTIONS(3004), [anon_sym___restrict__] = ACTIONS(3004), [anon_sym__Atomic] = ACTIONS(3004), [anon_sym__Noreturn] = ACTIONS(3004), [anon_sym_noreturn] = ACTIONS(3004), [anon_sym_mutable] = ACTIONS(3004), [anon_sym_constinit] = ACTIONS(3004), [anon_sym_consteval] = ACTIONS(3004), [sym_primitive_type] = ACTIONS(3004), [anon_sym_enum] = ACTIONS(3004), [anon_sym_class] = ACTIONS(3004), [anon_sym_struct] = ACTIONS(3004), [anon_sym_union] = ACTIONS(3004), [anon_sym_if] = ACTIONS(3004), [anon_sym_else] = ACTIONS(3004), [anon_sym_switch] = ACTIONS(3004), [anon_sym_case] = ACTIONS(3004), [anon_sym_default] = ACTIONS(3004), [anon_sym_while] = ACTIONS(3004), [anon_sym_do] = ACTIONS(3004), [anon_sym_for] = ACTIONS(3004), [anon_sym_return] = ACTIONS(3004), [anon_sym_break] = ACTIONS(3004), [anon_sym_continue] = ACTIONS(3004), [anon_sym_goto] = ACTIONS(3004), [anon_sym_not] = ACTIONS(3004), [anon_sym_compl] = ACTIONS(3004), [anon_sym_DASH_DASH] = ACTIONS(3006), [anon_sym_PLUS_PLUS] = ACTIONS(3006), [anon_sym_sizeof] = ACTIONS(3004), [anon_sym_offsetof] = ACTIONS(3004), [anon_sym__Generic] = ACTIONS(3004), [anon_sym_asm] = ACTIONS(3004), [anon_sym___asm__] = ACTIONS(3004), [sym_number_literal] = ACTIONS(3006), [anon_sym_L_SQUOTE] = ACTIONS(3006), [anon_sym_u_SQUOTE] = ACTIONS(3006), [anon_sym_U_SQUOTE] = ACTIONS(3006), [anon_sym_u8_SQUOTE] = ACTIONS(3006), [anon_sym_SQUOTE] = ACTIONS(3006), [anon_sym_L_DQUOTE] = ACTIONS(3006), [anon_sym_u_DQUOTE] = ACTIONS(3006), [anon_sym_U_DQUOTE] = ACTIONS(3006), [anon_sym_u8_DQUOTE] = ACTIONS(3006), [anon_sym_DQUOTE] = ACTIONS(3006), [sym_true] = ACTIONS(3004), [sym_false] = ACTIONS(3004), [anon_sym_NULL] = ACTIONS(3004), [anon_sym_nullptr] = ACTIONS(3004), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3004), [anon_sym_decltype] = ACTIONS(3004), [anon_sym_virtual] = ACTIONS(3004), [anon_sym_explicit] = ACTIONS(3004), [anon_sym_typename] = ACTIONS(3004), [anon_sym_template] = ACTIONS(3004), [anon_sym_operator] = ACTIONS(3004), [anon_sym_try] = ACTIONS(3004), [anon_sym_delete] = ACTIONS(3004), [anon_sym_throw] = ACTIONS(3004), [anon_sym_namespace] = ACTIONS(3004), [anon_sym_using] = ACTIONS(3004), [anon_sym_static_assert] = ACTIONS(3004), [anon_sym_concept] = ACTIONS(3004), [anon_sym_co_return] = ACTIONS(3004), [anon_sym_co_yield] = ACTIONS(3004), [anon_sym_R_DQUOTE] = ACTIONS(3006), [anon_sym_LR_DQUOTE] = ACTIONS(3006), [anon_sym_uR_DQUOTE] = ACTIONS(3006), [anon_sym_UR_DQUOTE] = ACTIONS(3006), [anon_sym_u8R_DQUOTE] = ACTIONS(3006), [anon_sym_co_await] = ACTIONS(3004), [anon_sym_new] = ACTIONS(3004), [anon_sym_requires] = ACTIONS(3004), [sym_this] = ACTIONS(3004), }, [1140] = { [ts_builtin_sym_end] = ACTIONS(2974), [sym_identifier] = ACTIONS(2972), [aux_sym_preproc_include_token1] = ACTIONS(2972), [aux_sym_preproc_def_token1] = ACTIONS(2972), [aux_sym_preproc_if_token1] = ACTIONS(2972), [aux_sym_preproc_ifdef_token1] = ACTIONS(2972), [aux_sym_preproc_ifdef_token2] = ACTIONS(2972), [sym_preproc_directive] = ACTIONS(2972), [anon_sym_LPAREN2] = ACTIONS(2974), [anon_sym_BANG] = ACTIONS(2974), [anon_sym_TILDE] = ACTIONS(2974), [anon_sym_DASH] = ACTIONS(2972), [anon_sym_PLUS] = ACTIONS(2972), [anon_sym_STAR] = ACTIONS(2974), [anon_sym_AMP_AMP] = ACTIONS(2974), [anon_sym_AMP] = ACTIONS(2972), [anon_sym_SEMI] = ACTIONS(2974), [anon_sym_typedef] = ACTIONS(2972), [anon_sym_extern] = ACTIONS(2972), [anon_sym___attribute__] = ACTIONS(2972), [anon_sym_COLON_COLON] = ACTIONS(2974), [anon_sym_LBRACK_LBRACK] = ACTIONS(2974), [anon_sym___declspec] = ACTIONS(2972), [anon_sym___based] = ACTIONS(2972), [anon_sym___cdecl] = ACTIONS(2972), [anon_sym___clrcall] = ACTIONS(2972), [anon_sym___stdcall] = ACTIONS(2972), [anon_sym___fastcall] = ACTIONS(2972), [anon_sym___thiscall] = ACTIONS(2972), [anon_sym___vectorcall] = ACTIONS(2972), [anon_sym_LBRACE] = ACTIONS(2974), [anon_sym_signed] = ACTIONS(2972), [anon_sym_unsigned] = ACTIONS(2972), [anon_sym_long] = ACTIONS(2972), [anon_sym_short] = ACTIONS(2972), [anon_sym_LBRACK] = ACTIONS(2972), [anon_sym_static] = ACTIONS(2972), [anon_sym_register] = ACTIONS(2972), [anon_sym_inline] = ACTIONS(2972), [anon_sym_thread_local] = ACTIONS(2972), [anon_sym_const] = ACTIONS(2972), [anon_sym_constexpr] = ACTIONS(2972), [anon_sym_volatile] = ACTIONS(2972), [anon_sym_restrict] = ACTIONS(2972), [anon_sym___restrict__] = ACTIONS(2972), [anon_sym__Atomic] = ACTIONS(2972), [anon_sym__Noreturn] = ACTIONS(2972), [anon_sym_noreturn] = ACTIONS(2972), [anon_sym_mutable] = ACTIONS(2972), [anon_sym_constinit] = ACTIONS(2972), [anon_sym_consteval] = ACTIONS(2972), [sym_primitive_type] = ACTIONS(2972), [anon_sym_enum] = ACTIONS(2972), [anon_sym_class] = ACTIONS(2972), [anon_sym_struct] = ACTIONS(2972), [anon_sym_union] = ACTIONS(2972), [anon_sym_if] = ACTIONS(2972), [anon_sym_else] = ACTIONS(2972), [anon_sym_switch] = ACTIONS(2972), [anon_sym_case] = ACTIONS(2972), [anon_sym_default] = ACTIONS(2972), [anon_sym_while] = ACTIONS(2972), [anon_sym_do] = ACTIONS(2972), [anon_sym_for] = ACTIONS(2972), [anon_sym_return] = ACTIONS(2972), [anon_sym_break] = ACTIONS(2972), [anon_sym_continue] = ACTIONS(2972), [anon_sym_goto] = ACTIONS(2972), [anon_sym_not] = ACTIONS(2972), [anon_sym_compl] = ACTIONS(2972), [anon_sym_DASH_DASH] = ACTIONS(2974), [anon_sym_PLUS_PLUS] = ACTIONS(2974), [anon_sym_sizeof] = ACTIONS(2972), [anon_sym_offsetof] = ACTIONS(2972), [anon_sym__Generic] = ACTIONS(2972), [anon_sym_asm] = ACTIONS(2972), [anon_sym___asm__] = ACTIONS(2972), [sym_number_literal] = ACTIONS(2974), [anon_sym_L_SQUOTE] = ACTIONS(2974), [anon_sym_u_SQUOTE] = ACTIONS(2974), [anon_sym_U_SQUOTE] = ACTIONS(2974), [anon_sym_u8_SQUOTE] = ACTIONS(2974), [anon_sym_SQUOTE] = ACTIONS(2974), [anon_sym_L_DQUOTE] = ACTIONS(2974), [anon_sym_u_DQUOTE] = ACTIONS(2974), [anon_sym_U_DQUOTE] = ACTIONS(2974), [anon_sym_u8_DQUOTE] = ACTIONS(2974), [anon_sym_DQUOTE] = ACTIONS(2974), [sym_true] = ACTIONS(2972), [sym_false] = ACTIONS(2972), [anon_sym_NULL] = ACTIONS(2972), [anon_sym_nullptr] = ACTIONS(2972), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2972), [anon_sym_decltype] = ACTIONS(2972), [anon_sym_virtual] = ACTIONS(2972), [anon_sym_explicit] = ACTIONS(2972), [anon_sym_typename] = ACTIONS(2972), [anon_sym_template] = ACTIONS(2972), [anon_sym_operator] = ACTIONS(2972), [anon_sym_try] = ACTIONS(2972), [anon_sym_delete] = ACTIONS(2972), [anon_sym_throw] = ACTIONS(2972), [anon_sym_namespace] = ACTIONS(2972), [anon_sym_using] = ACTIONS(2972), [anon_sym_static_assert] = ACTIONS(2972), [anon_sym_concept] = ACTIONS(2972), [anon_sym_co_return] = ACTIONS(2972), [anon_sym_co_yield] = ACTIONS(2972), [anon_sym_R_DQUOTE] = ACTIONS(2974), [anon_sym_LR_DQUOTE] = ACTIONS(2974), [anon_sym_uR_DQUOTE] = ACTIONS(2974), [anon_sym_UR_DQUOTE] = ACTIONS(2974), [anon_sym_u8R_DQUOTE] = ACTIONS(2974), [anon_sym_co_await] = ACTIONS(2972), [anon_sym_new] = ACTIONS(2972), [anon_sym_requires] = ACTIONS(2972), [sym_this] = ACTIONS(2972), }, [1141] = { [sym_identifier] = ACTIONS(3000), [aux_sym_preproc_include_token1] = ACTIONS(3000), [aux_sym_preproc_def_token1] = ACTIONS(3000), [aux_sym_preproc_if_token1] = ACTIONS(3000), [aux_sym_preproc_ifdef_token1] = ACTIONS(3000), [aux_sym_preproc_ifdef_token2] = ACTIONS(3000), [sym_preproc_directive] = ACTIONS(3000), [anon_sym_LPAREN2] = ACTIONS(3002), [anon_sym_BANG] = ACTIONS(3002), [anon_sym_TILDE] = ACTIONS(3002), [anon_sym_DASH] = ACTIONS(3000), [anon_sym_PLUS] = ACTIONS(3000), [anon_sym_STAR] = ACTIONS(3002), [anon_sym_AMP_AMP] = ACTIONS(3002), [anon_sym_AMP] = ACTIONS(3000), [anon_sym_SEMI] = ACTIONS(3002), [anon_sym_typedef] = ACTIONS(3000), [anon_sym_extern] = ACTIONS(3000), [anon_sym___attribute__] = ACTIONS(3000), [anon_sym_COLON_COLON] = ACTIONS(3002), [anon_sym_LBRACK_LBRACK] = ACTIONS(3002), [anon_sym___declspec] = ACTIONS(3000), [anon_sym___based] = ACTIONS(3000), [anon_sym___cdecl] = ACTIONS(3000), [anon_sym___clrcall] = ACTIONS(3000), [anon_sym___stdcall] = ACTIONS(3000), [anon_sym___fastcall] = ACTIONS(3000), [anon_sym___thiscall] = ACTIONS(3000), [anon_sym___vectorcall] = ACTIONS(3000), [anon_sym_LBRACE] = ACTIONS(3002), [anon_sym_RBRACE] = ACTIONS(3002), [anon_sym_signed] = ACTIONS(3000), [anon_sym_unsigned] = ACTIONS(3000), [anon_sym_long] = ACTIONS(3000), [anon_sym_short] = ACTIONS(3000), [anon_sym_LBRACK] = ACTIONS(3000), [anon_sym_static] = ACTIONS(3000), [anon_sym_register] = ACTIONS(3000), [anon_sym_inline] = ACTIONS(3000), [anon_sym_thread_local] = ACTIONS(3000), [anon_sym_const] = ACTIONS(3000), [anon_sym_constexpr] = ACTIONS(3000), [anon_sym_volatile] = ACTIONS(3000), [anon_sym_restrict] = ACTIONS(3000), [anon_sym___restrict__] = ACTIONS(3000), [anon_sym__Atomic] = ACTIONS(3000), [anon_sym__Noreturn] = ACTIONS(3000), [anon_sym_noreturn] = ACTIONS(3000), [anon_sym_mutable] = ACTIONS(3000), [anon_sym_constinit] = ACTIONS(3000), [anon_sym_consteval] = ACTIONS(3000), [sym_primitive_type] = ACTIONS(3000), [anon_sym_enum] = ACTIONS(3000), [anon_sym_class] = ACTIONS(3000), [anon_sym_struct] = ACTIONS(3000), [anon_sym_union] = ACTIONS(3000), [anon_sym_if] = ACTIONS(3000), [anon_sym_else] = ACTIONS(3000), [anon_sym_switch] = ACTIONS(3000), [anon_sym_case] = ACTIONS(3000), [anon_sym_default] = ACTIONS(3000), [anon_sym_while] = ACTIONS(3000), [anon_sym_do] = ACTIONS(3000), [anon_sym_for] = ACTIONS(3000), [anon_sym_return] = ACTIONS(3000), [anon_sym_break] = ACTIONS(3000), [anon_sym_continue] = ACTIONS(3000), [anon_sym_goto] = ACTIONS(3000), [anon_sym_not] = ACTIONS(3000), [anon_sym_compl] = ACTIONS(3000), [anon_sym_DASH_DASH] = ACTIONS(3002), [anon_sym_PLUS_PLUS] = ACTIONS(3002), [anon_sym_sizeof] = ACTIONS(3000), [anon_sym_offsetof] = ACTIONS(3000), [anon_sym__Generic] = ACTIONS(3000), [anon_sym_asm] = ACTIONS(3000), [anon_sym___asm__] = ACTIONS(3000), [sym_number_literal] = ACTIONS(3002), [anon_sym_L_SQUOTE] = ACTIONS(3002), [anon_sym_u_SQUOTE] = ACTIONS(3002), [anon_sym_U_SQUOTE] = ACTIONS(3002), [anon_sym_u8_SQUOTE] = ACTIONS(3002), [anon_sym_SQUOTE] = ACTIONS(3002), [anon_sym_L_DQUOTE] = ACTIONS(3002), [anon_sym_u_DQUOTE] = ACTIONS(3002), [anon_sym_U_DQUOTE] = ACTIONS(3002), [anon_sym_u8_DQUOTE] = ACTIONS(3002), [anon_sym_DQUOTE] = ACTIONS(3002), [sym_true] = ACTIONS(3000), [sym_false] = ACTIONS(3000), [anon_sym_NULL] = ACTIONS(3000), [anon_sym_nullptr] = ACTIONS(3000), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3000), [anon_sym_decltype] = ACTIONS(3000), [anon_sym_virtual] = ACTIONS(3000), [anon_sym_explicit] = ACTIONS(3000), [anon_sym_typename] = ACTIONS(3000), [anon_sym_template] = ACTIONS(3000), [anon_sym_operator] = ACTIONS(3000), [anon_sym_try] = ACTIONS(3000), [anon_sym_delete] = ACTIONS(3000), [anon_sym_throw] = ACTIONS(3000), [anon_sym_namespace] = ACTIONS(3000), [anon_sym_using] = ACTIONS(3000), [anon_sym_static_assert] = ACTIONS(3000), [anon_sym_concept] = ACTIONS(3000), [anon_sym_co_return] = ACTIONS(3000), [anon_sym_co_yield] = ACTIONS(3000), [anon_sym_R_DQUOTE] = ACTIONS(3002), [anon_sym_LR_DQUOTE] = ACTIONS(3002), [anon_sym_uR_DQUOTE] = ACTIONS(3002), [anon_sym_UR_DQUOTE] = ACTIONS(3002), [anon_sym_u8R_DQUOTE] = ACTIONS(3002), [anon_sym_co_await] = ACTIONS(3000), [anon_sym_new] = ACTIONS(3000), [anon_sym_requires] = ACTIONS(3000), [sym_this] = ACTIONS(3000), }, [1142] = { [sym_identifier] = ACTIONS(3111), [aux_sym_preproc_include_token1] = ACTIONS(3111), [aux_sym_preproc_def_token1] = ACTIONS(3111), [aux_sym_preproc_if_token1] = ACTIONS(3111), [aux_sym_preproc_ifdef_token1] = ACTIONS(3111), [aux_sym_preproc_ifdef_token2] = ACTIONS(3111), [sym_preproc_directive] = ACTIONS(3111), [anon_sym_LPAREN2] = ACTIONS(3113), [anon_sym_BANG] = ACTIONS(3113), [anon_sym_TILDE] = ACTIONS(3113), [anon_sym_DASH] = ACTIONS(3111), [anon_sym_PLUS] = ACTIONS(3111), [anon_sym_STAR] = ACTIONS(3113), [anon_sym_AMP_AMP] = ACTIONS(3113), [anon_sym_AMP] = ACTIONS(3111), [anon_sym_SEMI] = ACTIONS(3113), [anon_sym_typedef] = ACTIONS(3111), [anon_sym_extern] = ACTIONS(3111), [anon_sym___attribute__] = ACTIONS(3111), [anon_sym_COLON_COLON] = ACTIONS(3113), [anon_sym_LBRACK_LBRACK] = ACTIONS(3113), [anon_sym___declspec] = ACTIONS(3111), [anon_sym___based] = ACTIONS(3111), [anon_sym___cdecl] = ACTIONS(3111), [anon_sym___clrcall] = ACTIONS(3111), [anon_sym___stdcall] = ACTIONS(3111), [anon_sym___fastcall] = ACTIONS(3111), [anon_sym___thiscall] = ACTIONS(3111), [anon_sym___vectorcall] = ACTIONS(3111), [anon_sym_LBRACE] = ACTIONS(3113), [anon_sym_RBRACE] = ACTIONS(3113), [anon_sym_signed] = ACTIONS(3111), [anon_sym_unsigned] = ACTIONS(3111), [anon_sym_long] = ACTIONS(3111), [anon_sym_short] = ACTIONS(3111), [anon_sym_LBRACK] = ACTIONS(3111), [anon_sym_static] = ACTIONS(3111), [anon_sym_register] = ACTIONS(3111), [anon_sym_inline] = ACTIONS(3111), [anon_sym_thread_local] = ACTIONS(3111), [anon_sym_const] = ACTIONS(3111), [anon_sym_constexpr] = ACTIONS(3111), [anon_sym_volatile] = ACTIONS(3111), [anon_sym_restrict] = ACTIONS(3111), [anon_sym___restrict__] = ACTIONS(3111), [anon_sym__Atomic] = ACTIONS(3111), [anon_sym__Noreturn] = ACTIONS(3111), [anon_sym_noreturn] = ACTIONS(3111), [anon_sym_mutable] = ACTIONS(3111), [anon_sym_constinit] = ACTIONS(3111), [anon_sym_consteval] = ACTIONS(3111), [sym_primitive_type] = ACTIONS(3111), [anon_sym_enum] = ACTIONS(3111), [anon_sym_class] = ACTIONS(3111), [anon_sym_struct] = ACTIONS(3111), [anon_sym_union] = ACTIONS(3111), [anon_sym_if] = ACTIONS(3111), [anon_sym_else] = ACTIONS(3111), [anon_sym_switch] = ACTIONS(3111), [anon_sym_case] = ACTIONS(3111), [anon_sym_default] = ACTIONS(3111), [anon_sym_while] = ACTIONS(3111), [anon_sym_do] = ACTIONS(3111), [anon_sym_for] = ACTIONS(3111), [anon_sym_return] = ACTIONS(3111), [anon_sym_break] = ACTIONS(3111), [anon_sym_continue] = ACTIONS(3111), [anon_sym_goto] = ACTIONS(3111), [anon_sym_not] = ACTIONS(3111), [anon_sym_compl] = ACTIONS(3111), [anon_sym_DASH_DASH] = ACTIONS(3113), [anon_sym_PLUS_PLUS] = ACTIONS(3113), [anon_sym_sizeof] = ACTIONS(3111), [anon_sym_offsetof] = ACTIONS(3111), [anon_sym__Generic] = ACTIONS(3111), [anon_sym_asm] = ACTIONS(3111), [anon_sym___asm__] = ACTIONS(3111), [sym_number_literal] = ACTIONS(3113), [anon_sym_L_SQUOTE] = ACTIONS(3113), [anon_sym_u_SQUOTE] = ACTIONS(3113), [anon_sym_U_SQUOTE] = ACTIONS(3113), [anon_sym_u8_SQUOTE] = ACTIONS(3113), [anon_sym_SQUOTE] = ACTIONS(3113), [anon_sym_L_DQUOTE] = ACTIONS(3113), [anon_sym_u_DQUOTE] = ACTIONS(3113), [anon_sym_U_DQUOTE] = ACTIONS(3113), [anon_sym_u8_DQUOTE] = ACTIONS(3113), [anon_sym_DQUOTE] = ACTIONS(3113), [sym_true] = ACTIONS(3111), [sym_false] = ACTIONS(3111), [anon_sym_NULL] = ACTIONS(3111), [anon_sym_nullptr] = ACTIONS(3111), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3111), [anon_sym_decltype] = ACTIONS(3111), [anon_sym_virtual] = ACTIONS(3111), [anon_sym_explicit] = ACTIONS(3111), [anon_sym_typename] = ACTIONS(3111), [anon_sym_template] = ACTIONS(3111), [anon_sym_operator] = ACTIONS(3111), [anon_sym_try] = ACTIONS(3111), [anon_sym_delete] = ACTIONS(3111), [anon_sym_throw] = ACTIONS(3111), [anon_sym_namespace] = ACTIONS(3111), [anon_sym_using] = ACTIONS(3111), [anon_sym_static_assert] = ACTIONS(3111), [anon_sym_concept] = ACTIONS(3111), [anon_sym_co_return] = ACTIONS(3111), [anon_sym_co_yield] = ACTIONS(3111), [anon_sym_R_DQUOTE] = ACTIONS(3113), [anon_sym_LR_DQUOTE] = ACTIONS(3113), [anon_sym_uR_DQUOTE] = ACTIONS(3113), [anon_sym_UR_DQUOTE] = ACTIONS(3113), [anon_sym_u8R_DQUOTE] = ACTIONS(3113), [anon_sym_co_await] = ACTIONS(3111), [anon_sym_new] = ACTIONS(3111), [anon_sym_requires] = ACTIONS(3111), [sym_this] = ACTIONS(3111), }, [1143] = { [ts_builtin_sym_end] = ACTIONS(3014), [sym_identifier] = ACTIONS(3012), [aux_sym_preproc_include_token1] = ACTIONS(3012), [aux_sym_preproc_def_token1] = ACTIONS(3012), [aux_sym_preproc_if_token1] = ACTIONS(3012), [aux_sym_preproc_ifdef_token1] = ACTIONS(3012), [aux_sym_preproc_ifdef_token2] = ACTIONS(3012), [sym_preproc_directive] = ACTIONS(3012), [anon_sym_LPAREN2] = ACTIONS(3014), [anon_sym_BANG] = ACTIONS(3014), [anon_sym_TILDE] = ACTIONS(3014), [anon_sym_DASH] = ACTIONS(3012), [anon_sym_PLUS] = ACTIONS(3012), [anon_sym_STAR] = ACTIONS(3014), [anon_sym_AMP_AMP] = ACTIONS(3014), [anon_sym_AMP] = ACTIONS(3012), [anon_sym_SEMI] = ACTIONS(3014), [anon_sym_typedef] = ACTIONS(3012), [anon_sym_extern] = ACTIONS(3012), [anon_sym___attribute__] = ACTIONS(3012), [anon_sym_COLON_COLON] = ACTIONS(3014), [anon_sym_LBRACK_LBRACK] = ACTIONS(3014), [anon_sym___declspec] = ACTIONS(3012), [anon_sym___based] = ACTIONS(3012), [anon_sym___cdecl] = ACTIONS(3012), [anon_sym___clrcall] = ACTIONS(3012), [anon_sym___stdcall] = ACTIONS(3012), [anon_sym___fastcall] = ACTIONS(3012), [anon_sym___thiscall] = ACTIONS(3012), [anon_sym___vectorcall] = ACTIONS(3012), [anon_sym_LBRACE] = ACTIONS(3014), [anon_sym_signed] = ACTIONS(3012), [anon_sym_unsigned] = ACTIONS(3012), [anon_sym_long] = ACTIONS(3012), [anon_sym_short] = ACTIONS(3012), [anon_sym_LBRACK] = ACTIONS(3012), [anon_sym_static] = ACTIONS(3012), [anon_sym_register] = ACTIONS(3012), [anon_sym_inline] = ACTIONS(3012), [anon_sym_thread_local] = ACTIONS(3012), [anon_sym_const] = ACTIONS(3012), [anon_sym_constexpr] = ACTIONS(3012), [anon_sym_volatile] = ACTIONS(3012), [anon_sym_restrict] = ACTIONS(3012), [anon_sym___restrict__] = ACTIONS(3012), [anon_sym__Atomic] = ACTIONS(3012), [anon_sym__Noreturn] = ACTIONS(3012), [anon_sym_noreturn] = ACTIONS(3012), [anon_sym_mutable] = ACTIONS(3012), [anon_sym_constinit] = ACTIONS(3012), [anon_sym_consteval] = ACTIONS(3012), [sym_primitive_type] = ACTIONS(3012), [anon_sym_enum] = ACTIONS(3012), [anon_sym_class] = ACTIONS(3012), [anon_sym_struct] = ACTIONS(3012), [anon_sym_union] = ACTIONS(3012), [anon_sym_if] = ACTIONS(3012), [anon_sym_else] = ACTIONS(3012), [anon_sym_switch] = ACTIONS(3012), [anon_sym_case] = ACTIONS(3012), [anon_sym_default] = ACTIONS(3012), [anon_sym_while] = ACTIONS(3012), [anon_sym_do] = ACTIONS(3012), [anon_sym_for] = ACTIONS(3012), [anon_sym_return] = ACTIONS(3012), [anon_sym_break] = ACTIONS(3012), [anon_sym_continue] = ACTIONS(3012), [anon_sym_goto] = ACTIONS(3012), [anon_sym_not] = ACTIONS(3012), [anon_sym_compl] = ACTIONS(3012), [anon_sym_DASH_DASH] = ACTIONS(3014), [anon_sym_PLUS_PLUS] = ACTIONS(3014), [anon_sym_sizeof] = ACTIONS(3012), [anon_sym_offsetof] = ACTIONS(3012), [anon_sym__Generic] = ACTIONS(3012), [anon_sym_asm] = ACTIONS(3012), [anon_sym___asm__] = ACTIONS(3012), [sym_number_literal] = ACTIONS(3014), [anon_sym_L_SQUOTE] = ACTIONS(3014), [anon_sym_u_SQUOTE] = ACTIONS(3014), [anon_sym_U_SQUOTE] = ACTIONS(3014), [anon_sym_u8_SQUOTE] = ACTIONS(3014), [anon_sym_SQUOTE] = ACTIONS(3014), [anon_sym_L_DQUOTE] = ACTIONS(3014), [anon_sym_u_DQUOTE] = ACTIONS(3014), [anon_sym_U_DQUOTE] = ACTIONS(3014), [anon_sym_u8_DQUOTE] = ACTIONS(3014), [anon_sym_DQUOTE] = ACTIONS(3014), [sym_true] = ACTIONS(3012), [sym_false] = ACTIONS(3012), [anon_sym_NULL] = ACTIONS(3012), [anon_sym_nullptr] = ACTIONS(3012), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3012), [anon_sym_decltype] = ACTIONS(3012), [anon_sym_virtual] = ACTIONS(3012), [anon_sym_explicit] = ACTIONS(3012), [anon_sym_typename] = ACTIONS(3012), [anon_sym_template] = ACTIONS(3012), [anon_sym_operator] = ACTIONS(3012), [anon_sym_try] = ACTIONS(3012), [anon_sym_delete] = ACTIONS(3012), [anon_sym_throw] = ACTIONS(3012), [anon_sym_namespace] = ACTIONS(3012), [anon_sym_using] = ACTIONS(3012), [anon_sym_static_assert] = ACTIONS(3012), [anon_sym_concept] = ACTIONS(3012), [anon_sym_co_return] = ACTIONS(3012), [anon_sym_co_yield] = ACTIONS(3012), [anon_sym_R_DQUOTE] = ACTIONS(3014), [anon_sym_LR_DQUOTE] = ACTIONS(3014), [anon_sym_uR_DQUOTE] = ACTIONS(3014), [anon_sym_UR_DQUOTE] = ACTIONS(3014), [anon_sym_u8R_DQUOTE] = ACTIONS(3014), [anon_sym_co_await] = ACTIONS(3012), [anon_sym_new] = ACTIONS(3012), [anon_sym_requires] = ACTIONS(3012), [sym_this] = ACTIONS(3012), }, [1144] = { [ts_builtin_sym_end] = ACTIONS(3030), [sym_identifier] = ACTIONS(3028), [aux_sym_preproc_include_token1] = ACTIONS(3028), [aux_sym_preproc_def_token1] = ACTIONS(3028), [aux_sym_preproc_if_token1] = ACTIONS(3028), [aux_sym_preproc_ifdef_token1] = ACTIONS(3028), [aux_sym_preproc_ifdef_token2] = ACTIONS(3028), [sym_preproc_directive] = ACTIONS(3028), [anon_sym_LPAREN2] = ACTIONS(3030), [anon_sym_BANG] = ACTIONS(3030), [anon_sym_TILDE] = ACTIONS(3030), [anon_sym_DASH] = ACTIONS(3028), [anon_sym_PLUS] = ACTIONS(3028), [anon_sym_STAR] = ACTIONS(3030), [anon_sym_AMP_AMP] = ACTIONS(3030), [anon_sym_AMP] = ACTIONS(3028), [anon_sym_SEMI] = ACTIONS(3030), [anon_sym_typedef] = ACTIONS(3028), [anon_sym_extern] = ACTIONS(3028), [anon_sym___attribute__] = ACTIONS(3028), [anon_sym_COLON_COLON] = ACTIONS(3030), [anon_sym_LBRACK_LBRACK] = ACTIONS(3030), [anon_sym___declspec] = ACTIONS(3028), [anon_sym___based] = ACTIONS(3028), [anon_sym___cdecl] = ACTIONS(3028), [anon_sym___clrcall] = ACTIONS(3028), [anon_sym___stdcall] = ACTIONS(3028), [anon_sym___fastcall] = ACTIONS(3028), [anon_sym___thiscall] = ACTIONS(3028), [anon_sym___vectorcall] = ACTIONS(3028), [anon_sym_LBRACE] = ACTIONS(3030), [anon_sym_signed] = ACTIONS(3028), [anon_sym_unsigned] = ACTIONS(3028), [anon_sym_long] = ACTIONS(3028), [anon_sym_short] = ACTIONS(3028), [anon_sym_LBRACK] = ACTIONS(3028), [anon_sym_static] = ACTIONS(3028), [anon_sym_register] = ACTIONS(3028), [anon_sym_inline] = ACTIONS(3028), [anon_sym_thread_local] = ACTIONS(3028), [anon_sym_const] = ACTIONS(3028), [anon_sym_constexpr] = ACTIONS(3028), [anon_sym_volatile] = ACTIONS(3028), [anon_sym_restrict] = ACTIONS(3028), [anon_sym___restrict__] = ACTIONS(3028), [anon_sym__Atomic] = ACTIONS(3028), [anon_sym__Noreturn] = ACTIONS(3028), [anon_sym_noreturn] = ACTIONS(3028), [anon_sym_mutable] = ACTIONS(3028), [anon_sym_constinit] = ACTIONS(3028), [anon_sym_consteval] = ACTIONS(3028), [sym_primitive_type] = ACTIONS(3028), [anon_sym_enum] = ACTIONS(3028), [anon_sym_class] = ACTIONS(3028), [anon_sym_struct] = ACTIONS(3028), [anon_sym_union] = ACTIONS(3028), [anon_sym_if] = ACTIONS(3028), [anon_sym_else] = ACTIONS(3028), [anon_sym_switch] = ACTIONS(3028), [anon_sym_case] = ACTIONS(3028), [anon_sym_default] = ACTIONS(3028), [anon_sym_while] = ACTIONS(3028), [anon_sym_do] = ACTIONS(3028), [anon_sym_for] = ACTIONS(3028), [anon_sym_return] = ACTIONS(3028), [anon_sym_break] = ACTIONS(3028), [anon_sym_continue] = ACTIONS(3028), [anon_sym_goto] = ACTIONS(3028), [anon_sym_not] = ACTIONS(3028), [anon_sym_compl] = ACTIONS(3028), [anon_sym_DASH_DASH] = ACTIONS(3030), [anon_sym_PLUS_PLUS] = ACTIONS(3030), [anon_sym_sizeof] = ACTIONS(3028), [anon_sym_offsetof] = ACTIONS(3028), [anon_sym__Generic] = ACTIONS(3028), [anon_sym_asm] = ACTIONS(3028), [anon_sym___asm__] = ACTIONS(3028), [sym_number_literal] = ACTIONS(3030), [anon_sym_L_SQUOTE] = ACTIONS(3030), [anon_sym_u_SQUOTE] = ACTIONS(3030), [anon_sym_U_SQUOTE] = ACTIONS(3030), [anon_sym_u8_SQUOTE] = ACTIONS(3030), [anon_sym_SQUOTE] = ACTIONS(3030), [anon_sym_L_DQUOTE] = ACTIONS(3030), [anon_sym_u_DQUOTE] = ACTIONS(3030), [anon_sym_U_DQUOTE] = ACTIONS(3030), [anon_sym_u8_DQUOTE] = ACTIONS(3030), [anon_sym_DQUOTE] = ACTIONS(3030), [sym_true] = ACTIONS(3028), [sym_false] = ACTIONS(3028), [anon_sym_NULL] = ACTIONS(3028), [anon_sym_nullptr] = ACTIONS(3028), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3028), [anon_sym_decltype] = ACTIONS(3028), [anon_sym_virtual] = ACTIONS(3028), [anon_sym_explicit] = ACTIONS(3028), [anon_sym_typename] = ACTIONS(3028), [anon_sym_template] = ACTIONS(3028), [anon_sym_operator] = ACTIONS(3028), [anon_sym_try] = ACTIONS(3028), [anon_sym_delete] = ACTIONS(3028), [anon_sym_throw] = ACTIONS(3028), [anon_sym_namespace] = ACTIONS(3028), [anon_sym_using] = ACTIONS(3028), [anon_sym_static_assert] = ACTIONS(3028), [anon_sym_concept] = ACTIONS(3028), [anon_sym_co_return] = ACTIONS(3028), [anon_sym_co_yield] = ACTIONS(3028), [anon_sym_R_DQUOTE] = ACTIONS(3030), [anon_sym_LR_DQUOTE] = ACTIONS(3030), [anon_sym_uR_DQUOTE] = ACTIONS(3030), [anon_sym_UR_DQUOTE] = ACTIONS(3030), [anon_sym_u8R_DQUOTE] = ACTIONS(3030), [anon_sym_co_await] = ACTIONS(3028), [anon_sym_new] = ACTIONS(3028), [anon_sym_requires] = ACTIONS(3028), [sym_this] = ACTIONS(3028), }, [1145] = { [ts_builtin_sym_end] = ACTIONS(3026), [sym_identifier] = ACTIONS(3024), [aux_sym_preproc_include_token1] = ACTIONS(3024), [aux_sym_preproc_def_token1] = ACTIONS(3024), [aux_sym_preproc_if_token1] = ACTIONS(3024), [aux_sym_preproc_ifdef_token1] = ACTIONS(3024), [aux_sym_preproc_ifdef_token2] = ACTIONS(3024), [sym_preproc_directive] = ACTIONS(3024), [anon_sym_LPAREN2] = ACTIONS(3026), [anon_sym_BANG] = ACTIONS(3026), [anon_sym_TILDE] = ACTIONS(3026), [anon_sym_DASH] = ACTIONS(3024), [anon_sym_PLUS] = ACTIONS(3024), [anon_sym_STAR] = ACTIONS(3026), [anon_sym_AMP_AMP] = ACTIONS(3026), [anon_sym_AMP] = ACTIONS(3024), [anon_sym_SEMI] = ACTIONS(3026), [anon_sym_typedef] = ACTIONS(3024), [anon_sym_extern] = ACTIONS(3024), [anon_sym___attribute__] = ACTIONS(3024), [anon_sym_COLON_COLON] = ACTIONS(3026), [anon_sym_LBRACK_LBRACK] = ACTIONS(3026), [anon_sym___declspec] = ACTIONS(3024), [anon_sym___based] = ACTIONS(3024), [anon_sym___cdecl] = ACTIONS(3024), [anon_sym___clrcall] = ACTIONS(3024), [anon_sym___stdcall] = ACTIONS(3024), [anon_sym___fastcall] = ACTIONS(3024), [anon_sym___thiscall] = ACTIONS(3024), [anon_sym___vectorcall] = ACTIONS(3024), [anon_sym_LBRACE] = ACTIONS(3026), [anon_sym_signed] = ACTIONS(3024), [anon_sym_unsigned] = ACTIONS(3024), [anon_sym_long] = ACTIONS(3024), [anon_sym_short] = ACTIONS(3024), [anon_sym_LBRACK] = ACTIONS(3024), [anon_sym_static] = ACTIONS(3024), [anon_sym_register] = ACTIONS(3024), [anon_sym_inline] = ACTIONS(3024), [anon_sym_thread_local] = ACTIONS(3024), [anon_sym_const] = ACTIONS(3024), [anon_sym_constexpr] = ACTIONS(3024), [anon_sym_volatile] = ACTIONS(3024), [anon_sym_restrict] = ACTIONS(3024), [anon_sym___restrict__] = ACTIONS(3024), [anon_sym__Atomic] = ACTIONS(3024), [anon_sym__Noreturn] = ACTIONS(3024), [anon_sym_noreturn] = ACTIONS(3024), [anon_sym_mutable] = ACTIONS(3024), [anon_sym_constinit] = ACTIONS(3024), [anon_sym_consteval] = ACTIONS(3024), [sym_primitive_type] = ACTIONS(3024), [anon_sym_enum] = ACTIONS(3024), [anon_sym_class] = ACTIONS(3024), [anon_sym_struct] = ACTIONS(3024), [anon_sym_union] = ACTIONS(3024), [anon_sym_if] = ACTIONS(3024), [anon_sym_else] = ACTIONS(3024), [anon_sym_switch] = ACTIONS(3024), [anon_sym_case] = ACTIONS(3024), [anon_sym_default] = ACTIONS(3024), [anon_sym_while] = ACTIONS(3024), [anon_sym_do] = ACTIONS(3024), [anon_sym_for] = ACTIONS(3024), [anon_sym_return] = ACTIONS(3024), [anon_sym_break] = ACTIONS(3024), [anon_sym_continue] = ACTIONS(3024), [anon_sym_goto] = ACTIONS(3024), [anon_sym_not] = ACTIONS(3024), [anon_sym_compl] = ACTIONS(3024), [anon_sym_DASH_DASH] = ACTIONS(3026), [anon_sym_PLUS_PLUS] = ACTIONS(3026), [anon_sym_sizeof] = ACTIONS(3024), [anon_sym_offsetof] = ACTIONS(3024), [anon_sym__Generic] = ACTIONS(3024), [anon_sym_asm] = ACTIONS(3024), [anon_sym___asm__] = ACTIONS(3024), [sym_number_literal] = ACTIONS(3026), [anon_sym_L_SQUOTE] = ACTIONS(3026), [anon_sym_u_SQUOTE] = ACTIONS(3026), [anon_sym_U_SQUOTE] = ACTIONS(3026), [anon_sym_u8_SQUOTE] = ACTIONS(3026), [anon_sym_SQUOTE] = ACTIONS(3026), [anon_sym_L_DQUOTE] = ACTIONS(3026), [anon_sym_u_DQUOTE] = ACTIONS(3026), [anon_sym_U_DQUOTE] = ACTIONS(3026), [anon_sym_u8_DQUOTE] = ACTIONS(3026), [anon_sym_DQUOTE] = ACTIONS(3026), [sym_true] = ACTIONS(3024), [sym_false] = ACTIONS(3024), [anon_sym_NULL] = ACTIONS(3024), [anon_sym_nullptr] = ACTIONS(3024), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3024), [anon_sym_decltype] = ACTIONS(3024), [anon_sym_virtual] = ACTIONS(3024), [anon_sym_explicit] = ACTIONS(3024), [anon_sym_typename] = ACTIONS(3024), [anon_sym_template] = ACTIONS(3024), [anon_sym_operator] = ACTIONS(3024), [anon_sym_try] = ACTIONS(3024), [anon_sym_delete] = ACTIONS(3024), [anon_sym_throw] = ACTIONS(3024), [anon_sym_namespace] = ACTIONS(3024), [anon_sym_using] = ACTIONS(3024), [anon_sym_static_assert] = ACTIONS(3024), [anon_sym_concept] = ACTIONS(3024), [anon_sym_co_return] = ACTIONS(3024), [anon_sym_co_yield] = ACTIONS(3024), [anon_sym_R_DQUOTE] = ACTIONS(3026), [anon_sym_LR_DQUOTE] = ACTIONS(3026), [anon_sym_uR_DQUOTE] = ACTIONS(3026), [anon_sym_UR_DQUOTE] = ACTIONS(3026), [anon_sym_u8R_DQUOTE] = ACTIONS(3026), [anon_sym_co_await] = ACTIONS(3024), [anon_sym_new] = ACTIONS(3024), [anon_sym_requires] = ACTIONS(3024), [sym_this] = ACTIONS(3024), }, [1146] = { [sym_identifier] = ACTIONS(2922), [aux_sym_preproc_include_token1] = ACTIONS(2922), [aux_sym_preproc_def_token1] = ACTIONS(2922), [aux_sym_preproc_if_token1] = ACTIONS(2922), [aux_sym_preproc_if_token2] = ACTIONS(2922), [aux_sym_preproc_ifdef_token1] = ACTIONS(2922), [aux_sym_preproc_ifdef_token2] = ACTIONS(2922), [sym_preproc_directive] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP_AMP] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2922), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym___based] = ACTIONS(2922), [anon_sym___cdecl] = ACTIONS(2922), [anon_sym___clrcall] = ACTIONS(2922), [anon_sym___stdcall] = ACTIONS(2922), [anon_sym___fastcall] = ACTIONS(2922), [anon_sym___thiscall] = ACTIONS(2922), [anon_sym___vectorcall] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_case] = ACTIONS(2922), [anon_sym_default] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_explicit] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_operator] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_namespace] = ACTIONS(2922), [anon_sym_using] = ACTIONS(2922), [anon_sym_static_assert] = ACTIONS(2922), [anon_sym_concept] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [1147] = { [ts_builtin_sym_end] = ACTIONS(3022), [sym_identifier] = ACTIONS(3020), [aux_sym_preproc_include_token1] = ACTIONS(3020), [aux_sym_preproc_def_token1] = ACTIONS(3020), [aux_sym_preproc_if_token1] = ACTIONS(3020), [aux_sym_preproc_ifdef_token1] = ACTIONS(3020), [aux_sym_preproc_ifdef_token2] = ACTIONS(3020), [sym_preproc_directive] = ACTIONS(3020), [anon_sym_LPAREN2] = ACTIONS(3022), [anon_sym_BANG] = ACTIONS(3022), [anon_sym_TILDE] = ACTIONS(3022), [anon_sym_DASH] = ACTIONS(3020), [anon_sym_PLUS] = ACTIONS(3020), [anon_sym_STAR] = ACTIONS(3022), [anon_sym_AMP_AMP] = ACTIONS(3022), [anon_sym_AMP] = ACTIONS(3020), [anon_sym_SEMI] = ACTIONS(3022), [anon_sym_typedef] = ACTIONS(3020), [anon_sym_extern] = ACTIONS(3020), [anon_sym___attribute__] = ACTIONS(3020), [anon_sym_COLON_COLON] = ACTIONS(3022), [anon_sym_LBRACK_LBRACK] = ACTIONS(3022), [anon_sym___declspec] = ACTIONS(3020), [anon_sym___based] = ACTIONS(3020), [anon_sym___cdecl] = ACTIONS(3020), [anon_sym___clrcall] = ACTIONS(3020), [anon_sym___stdcall] = ACTIONS(3020), [anon_sym___fastcall] = ACTIONS(3020), [anon_sym___thiscall] = ACTIONS(3020), [anon_sym___vectorcall] = ACTIONS(3020), [anon_sym_LBRACE] = ACTIONS(3022), [anon_sym_signed] = ACTIONS(3020), [anon_sym_unsigned] = ACTIONS(3020), [anon_sym_long] = ACTIONS(3020), [anon_sym_short] = ACTIONS(3020), [anon_sym_LBRACK] = ACTIONS(3020), [anon_sym_static] = ACTIONS(3020), [anon_sym_register] = ACTIONS(3020), [anon_sym_inline] = ACTIONS(3020), [anon_sym_thread_local] = ACTIONS(3020), [anon_sym_const] = ACTIONS(3020), [anon_sym_constexpr] = ACTIONS(3020), [anon_sym_volatile] = ACTIONS(3020), [anon_sym_restrict] = ACTIONS(3020), [anon_sym___restrict__] = ACTIONS(3020), [anon_sym__Atomic] = ACTIONS(3020), [anon_sym__Noreturn] = ACTIONS(3020), [anon_sym_noreturn] = ACTIONS(3020), [anon_sym_mutable] = ACTIONS(3020), [anon_sym_constinit] = ACTIONS(3020), [anon_sym_consteval] = ACTIONS(3020), [sym_primitive_type] = ACTIONS(3020), [anon_sym_enum] = ACTIONS(3020), [anon_sym_class] = ACTIONS(3020), [anon_sym_struct] = ACTIONS(3020), [anon_sym_union] = ACTIONS(3020), [anon_sym_if] = ACTIONS(3020), [anon_sym_else] = ACTIONS(3020), [anon_sym_switch] = ACTIONS(3020), [anon_sym_case] = ACTIONS(3020), [anon_sym_default] = ACTIONS(3020), [anon_sym_while] = ACTIONS(3020), [anon_sym_do] = ACTIONS(3020), [anon_sym_for] = ACTIONS(3020), [anon_sym_return] = ACTIONS(3020), [anon_sym_break] = ACTIONS(3020), [anon_sym_continue] = ACTIONS(3020), [anon_sym_goto] = ACTIONS(3020), [anon_sym_not] = ACTIONS(3020), [anon_sym_compl] = ACTIONS(3020), [anon_sym_DASH_DASH] = ACTIONS(3022), [anon_sym_PLUS_PLUS] = ACTIONS(3022), [anon_sym_sizeof] = ACTIONS(3020), [anon_sym_offsetof] = ACTIONS(3020), [anon_sym__Generic] = ACTIONS(3020), [anon_sym_asm] = ACTIONS(3020), [anon_sym___asm__] = ACTIONS(3020), [sym_number_literal] = ACTIONS(3022), [anon_sym_L_SQUOTE] = ACTIONS(3022), [anon_sym_u_SQUOTE] = ACTIONS(3022), [anon_sym_U_SQUOTE] = ACTIONS(3022), [anon_sym_u8_SQUOTE] = ACTIONS(3022), [anon_sym_SQUOTE] = ACTIONS(3022), [anon_sym_L_DQUOTE] = ACTIONS(3022), [anon_sym_u_DQUOTE] = ACTIONS(3022), [anon_sym_U_DQUOTE] = ACTIONS(3022), [anon_sym_u8_DQUOTE] = ACTIONS(3022), [anon_sym_DQUOTE] = ACTIONS(3022), [sym_true] = ACTIONS(3020), [sym_false] = ACTIONS(3020), [anon_sym_NULL] = ACTIONS(3020), [anon_sym_nullptr] = ACTIONS(3020), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3020), [anon_sym_decltype] = ACTIONS(3020), [anon_sym_virtual] = ACTIONS(3020), [anon_sym_explicit] = ACTIONS(3020), [anon_sym_typename] = ACTIONS(3020), [anon_sym_template] = ACTIONS(3020), [anon_sym_operator] = ACTIONS(3020), [anon_sym_try] = ACTIONS(3020), [anon_sym_delete] = ACTIONS(3020), [anon_sym_throw] = ACTIONS(3020), [anon_sym_namespace] = ACTIONS(3020), [anon_sym_using] = ACTIONS(3020), [anon_sym_static_assert] = ACTIONS(3020), [anon_sym_concept] = ACTIONS(3020), [anon_sym_co_return] = ACTIONS(3020), [anon_sym_co_yield] = ACTIONS(3020), [anon_sym_R_DQUOTE] = ACTIONS(3022), [anon_sym_LR_DQUOTE] = ACTIONS(3022), [anon_sym_uR_DQUOTE] = ACTIONS(3022), [anon_sym_UR_DQUOTE] = ACTIONS(3022), [anon_sym_u8R_DQUOTE] = ACTIONS(3022), [anon_sym_co_await] = ACTIONS(3020), [anon_sym_new] = ACTIONS(3020), [anon_sym_requires] = ACTIONS(3020), [sym_this] = ACTIONS(3020), }, [1148] = { [ts_builtin_sym_end] = ACTIONS(2928), [sym_identifier] = ACTIONS(2926), [aux_sym_preproc_include_token1] = ACTIONS(2926), [aux_sym_preproc_def_token1] = ACTIONS(2926), [aux_sym_preproc_if_token1] = ACTIONS(2926), [aux_sym_preproc_ifdef_token1] = ACTIONS(2926), [aux_sym_preproc_ifdef_token2] = ACTIONS(2926), [sym_preproc_directive] = ACTIONS(2926), [anon_sym_LPAREN2] = ACTIONS(2928), [anon_sym_BANG] = ACTIONS(2928), [anon_sym_TILDE] = ACTIONS(2928), [anon_sym_DASH] = ACTIONS(2926), [anon_sym_PLUS] = ACTIONS(2926), [anon_sym_STAR] = ACTIONS(2928), [anon_sym_AMP_AMP] = ACTIONS(2928), [anon_sym_AMP] = ACTIONS(2926), [anon_sym_SEMI] = ACTIONS(2928), [anon_sym_typedef] = ACTIONS(2926), [anon_sym_extern] = ACTIONS(2926), [anon_sym___attribute__] = ACTIONS(2926), [anon_sym_COLON_COLON] = ACTIONS(2928), [anon_sym_LBRACK_LBRACK] = ACTIONS(2928), [anon_sym___declspec] = ACTIONS(2926), [anon_sym___based] = ACTIONS(2926), [anon_sym___cdecl] = ACTIONS(2926), [anon_sym___clrcall] = ACTIONS(2926), [anon_sym___stdcall] = ACTIONS(2926), [anon_sym___fastcall] = ACTIONS(2926), [anon_sym___thiscall] = ACTIONS(2926), [anon_sym___vectorcall] = ACTIONS(2926), [anon_sym_LBRACE] = ACTIONS(2928), [anon_sym_signed] = ACTIONS(2926), [anon_sym_unsigned] = ACTIONS(2926), [anon_sym_long] = ACTIONS(2926), [anon_sym_short] = ACTIONS(2926), [anon_sym_LBRACK] = ACTIONS(2926), [anon_sym_static] = ACTIONS(2926), [anon_sym_register] = ACTIONS(2926), [anon_sym_inline] = ACTIONS(2926), [anon_sym_thread_local] = ACTIONS(2926), [anon_sym_const] = ACTIONS(2926), [anon_sym_constexpr] = ACTIONS(2926), [anon_sym_volatile] = ACTIONS(2926), [anon_sym_restrict] = ACTIONS(2926), [anon_sym___restrict__] = ACTIONS(2926), [anon_sym__Atomic] = ACTIONS(2926), [anon_sym__Noreturn] = ACTIONS(2926), [anon_sym_noreturn] = ACTIONS(2926), [anon_sym_mutable] = ACTIONS(2926), [anon_sym_constinit] = ACTIONS(2926), [anon_sym_consteval] = ACTIONS(2926), [sym_primitive_type] = ACTIONS(2926), [anon_sym_enum] = ACTIONS(2926), [anon_sym_class] = ACTIONS(2926), [anon_sym_struct] = ACTIONS(2926), [anon_sym_union] = ACTIONS(2926), [anon_sym_if] = ACTIONS(2926), [anon_sym_else] = ACTIONS(2926), [anon_sym_switch] = ACTIONS(2926), [anon_sym_case] = ACTIONS(2926), [anon_sym_default] = ACTIONS(2926), [anon_sym_while] = ACTIONS(2926), [anon_sym_do] = ACTIONS(2926), [anon_sym_for] = ACTIONS(2926), [anon_sym_return] = ACTIONS(2926), [anon_sym_break] = ACTIONS(2926), [anon_sym_continue] = ACTIONS(2926), [anon_sym_goto] = ACTIONS(2926), [anon_sym_not] = ACTIONS(2926), [anon_sym_compl] = ACTIONS(2926), [anon_sym_DASH_DASH] = ACTIONS(2928), [anon_sym_PLUS_PLUS] = ACTIONS(2928), [anon_sym_sizeof] = ACTIONS(2926), [anon_sym_offsetof] = ACTIONS(2926), [anon_sym__Generic] = ACTIONS(2926), [anon_sym_asm] = ACTIONS(2926), [anon_sym___asm__] = ACTIONS(2926), [sym_number_literal] = ACTIONS(2928), [anon_sym_L_SQUOTE] = ACTIONS(2928), [anon_sym_u_SQUOTE] = ACTIONS(2928), [anon_sym_U_SQUOTE] = ACTIONS(2928), [anon_sym_u8_SQUOTE] = ACTIONS(2928), [anon_sym_SQUOTE] = ACTIONS(2928), [anon_sym_L_DQUOTE] = ACTIONS(2928), [anon_sym_u_DQUOTE] = ACTIONS(2928), [anon_sym_U_DQUOTE] = ACTIONS(2928), [anon_sym_u8_DQUOTE] = ACTIONS(2928), [anon_sym_DQUOTE] = ACTIONS(2928), [sym_true] = ACTIONS(2926), [sym_false] = ACTIONS(2926), [anon_sym_NULL] = ACTIONS(2926), [anon_sym_nullptr] = ACTIONS(2926), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2926), [anon_sym_decltype] = ACTIONS(2926), [anon_sym_virtual] = ACTIONS(2926), [anon_sym_explicit] = ACTIONS(2926), [anon_sym_typename] = ACTIONS(2926), [anon_sym_template] = ACTIONS(2926), [anon_sym_operator] = ACTIONS(2926), [anon_sym_try] = ACTIONS(2926), [anon_sym_delete] = ACTIONS(2926), [anon_sym_throw] = ACTIONS(2926), [anon_sym_namespace] = ACTIONS(2926), [anon_sym_using] = ACTIONS(2926), [anon_sym_static_assert] = ACTIONS(2926), [anon_sym_concept] = ACTIONS(2926), [anon_sym_co_return] = ACTIONS(2926), [anon_sym_co_yield] = ACTIONS(2926), [anon_sym_R_DQUOTE] = ACTIONS(2928), [anon_sym_LR_DQUOTE] = ACTIONS(2928), [anon_sym_uR_DQUOTE] = ACTIONS(2928), [anon_sym_UR_DQUOTE] = ACTIONS(2928), [anon_sym_u8R_DQUOTE] = ACTIONS(2928), [anon_sym_co_await] = ACTIONS(2926), [anon_sym_new] = ACTIONS(2926), [anon_sym_requires] = ACTIONS(2926), [sym_this] = ACTIONS(2926), }, [1149] = { [ts_builtin_sym_end] = ACTIONS(3002), [sym_identifier] = ACTIONS(3000), [aux_sym_preproc_include_token1] = ACTIONS(3000), [aux_sym_preproc_def_token1] = ACTIONS(3000), [aux_sym_preproc_if_token1] = ACTIONS(3000), [aux_sym_preproc_ifdef_token1] = ACTIONS(3000), [aux_sym_preproc_ifdef_token2] = ACTIONS(3000), [sym_preproc_directive] = ACTIONS(3000), [anon_sym_LPAREN2] = ACTIONS(3002), [anon_sym_BANG] = ACTIONS(3002), [anon_sym_TILDE] = ACTIONS(3002), [anon_sym_DASH] = ACTIONS(3000), [anon_sym_PLUS] = ACTIONS(3000), [anon_sym_STAR] = ACTIONS(3002), [anon_sym_AMP_AMP] = ACTIONS(3002), [anon_sym_AMP] = ACTIONS(3000), [anon_sym_SEMI] = ACTIONS(3002), [anon_sym_typedef] = ACTIONS(3000), [anon_sym_extern] = ACTIONS(3000), [anon_sym___attribute__] = ACTIONS(3000), [anon_sym_COLON_COLON] = ACTIONS(3002), [anon_sym_LBRACK_LBRACK] = ACTIONS(3002), [anon_sym___declspec] = ACTIONS(3000), [anon_sym___based] = ACTIONS(3000), [anon_sym___cdecl] = ACTIONS(3000), [anon_sym___clrcall] = ACTIONS(3000), [anon_sym___stdcall] = ACTIONS(3000), [anon_sym___fastcall] = ACTIONS(3000), [anon_sym___thiscall] = ACTIONS(3000), [anon_sym___vectorcall] = ACTIONS(3000), [anon_sym_LBRACE] = ACTIONS(3002), [anon_sym_signed] = ACTIONS(3000), [anon_sym_unsigned] = ACTIONS(3000), [anon_sym_long] = ACTIONS(3000), [anon_sym_short] = ACTIONS(3000), [anon_sym_LBRACK] = ACTIONS(3000), [anon_sym_static] = ACTIONS(3000), [anon_sym_register] = ACTIONS(3000), [anon_sym_inline] = ACTIONS(3000), [anon_sym_thread_local] = ACTIONS(3000), [anon_sym_const] = ACTIONS(3000), [anon_sym_constexpr] = ACTIONS(3000), [anon_sym_volatile] = ACTIONS(3000), [anon_sym_restrict] = ACTIONS(3000), [anon_sym___restrict__] = ACTIONS(3000), [anon_sym__Atomic] = ACTIONS(3000), [anon_sym__Noreturn] = ACTIONS(3000), [anon_sym_noreturn] = ACTIONS(3000), [anon_sym_mutable] = ACTIONS(3000), [anon_sym_constinit] = ACTIONS(3000), [anon_sym_consteval] = ACTIONS(3000), [sym_primitive_type] = ACTIONS(3000), [anon_sym_enum] = ACTIONS(3000), [anon_sym_class] = ACTIONS(3000), [anon_sym_struct] = ACTIONS(3000), [anon_sym_union] = ACTIONS(3000), [anon_sym_if] = ACTIONS(3000), [anon_sym_else] = ACTIONS(3000), [anon_sym_switch] = ACTIONS(3000), [anon_sym_case] = ACTIONS(3000), [anon_sym_default] = ACTIONS(3000), [anon_sym_while] = ACTIONS(3000), [anon_sym_do] = ACTIONS(3000), [anon_sym_for] = ACTIONS(3000), [anon_sym_return] = ACTIONS(3000), [anon_sym_break] = ACTIONS(3000), [anon_sym_continue] = ACTIONS(3000), [anon_sym_goto] = ACTIONS(3000), [anon_sym_not] = ACTIONS(3000), [anon_sym_compl] = ACTIONS(3000), [anon_sym_DASH_DASH] = ACTIONS(3002), [anon_sym_PLUS_PLUS] = ACTIONS(3002), [anon_sym_sizeof] = ACTIONS(3000), [anon_sym_offsetof] = ACTIONS(3000), [anon_sym__Generic] = ACTIONS(3000), [anon_sym_asm] = ACTIONS(3000), [anon_sym___asm__] = ACTIONS(3000), [sym_number_literal] = ACTIONS(3002), [anon_sym_L_SQUOTE] = ACTIONS(3002), [anon_sym_u_SQUOTE] = ACTIONS(3002), [anon_sym_U_SQUOTE] = ACTIONS(3002), [anon_sym_u8_SQUOTE] = ACTIONS(3002), [anon_sym_SQUOTE] = ACTIONS(3002), [anon_sym_L_DQUOTE] = ACTIONS(3002), [anon_sym_u_DQUOTE] = ACTIONS(3002), [anon_sym_U_DQUOTE] = ACTIONS(3002), [anon_sym_u8_DQUOTE] = ACTIONS(3002), [anon_sym_DQUOTE] = ACTIONS(3002), [sym_true] = ACTIONS(3000), [sym_false] = ACTIONS(3000), [anon_sym_NULL] = ACTIONS(3000), [anon_sym_nullptr] = ACTIONS(3000), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3000), [anon_sym_decltype] = ACTIONS(3000), [anon_sym_virtual] = ACTIONS(3000), [anon_sym_explicit] = ACTIONS(3000), [anon_sym_typename] = ACTIONS(3000), [anon_sym_template] = ACTIONS(3000), [anon_sym_operator] = ACTIONS(3000), [anon_sym_try] = ACTIONS(3000), [anon_sym_delete] = ACTIONS(3000), [anon_sym_throw] = ACTIONS(3000), [anon_sym_namespace] = ACTIONS(3000), [anon_sym_using] = ACTIONS(3000), [anon_sym_static_assert] = ACTIONS(3000), [anon_sym_concept] = ACTIONS(3000), [anon_sym_co_return] = ACTIONS(3000), [anon_sym_co_yield] = ACTIONS(3000), [anon_sym_R_DQUOTE] = ACTIONS(3002), [anon_sym_LR_DQUOTE] = ACTIONS(3002), [anon_sym_uR_DQUOTE] = ACTIONS(3002), [anon_sym_UR_DQUOTE] = ACTIONS(3002), [anon_sym_u8R_DQUOTE] = ACTIONS(3002), [anon_sym_co_await] = ACTIONS(3000), [anon_sym_new] = ACTIONS(3000), [anon_sym_requires] = ACTIONS(3000), [sym_this] = ACTIONS(3000), }, [1150] = { [sym_identifier] = ACTIONS(2926), [aux_sym_preproc_include_token1] = ACTIONS(2926), [aux_sym_preproc_def_token1] = ACTIONS(2926), [aux_sym_preproc_if_token1] = ACTIONS(2926), [aux_sym_preproc_ifdef_token1] = ACTIONS(2926), [aux_sym_preproc_ifdef_token2] = ACTIONS(2926), [sym_preproc_directive] = ACTIONS(2926), [anon_sym_LPAREN2] = ACTIONS(2928), [anon_sym_BANG] = ACTIONS(2928), [anon_sym_TILDE] = ACTIONS(2928), [anon_sym_DASH] = ACTIONS(2926), [anon_sym_PLUS] = ACTIONS(2926), [anon_sym_STAR] = ACTIONS(2928), [anon_sym_AMP_AMP] = ACTIONS(2928), [anon_sym_AMP] = ACTIONS(2926), [anon_sym_SEMI] = ACTIONS(2928), [anon_sym_typedef] = ACTIONS(2926), [anon_sym_extern] = ACTIONS(2926), [anon_sym___attribute__] = ACTIONS(2926), [anon_sym_COLON_COLON] = ACTIONS(2928), [anon_sym_LBRACK_LBRACK] = ACTIONS(2928), [anon_sym___declspec] = ACTIONS(2926), [anon_sym___based] = ACTIONS(2926), [anon_sym___cdecl] = ACTIONS(2926), [anon_sym___clrcall] = ACTIONS(2926), [anon_sym___stdcall] = ACTIONS(2926), [anon_sym___fastcall] = ACTIONS(2926), [anon_sym___thiscall] = ACTIONS(2926), [anon_sym___vectorcall] = ACTIONS(2926), [anon_sym_LBRACE] = ACTIONS(2928), [anon_sym_RBRACE] = ACTIONS(2928), [anon_sym_signed] = ACTIONS(2926), [anon_sym_unsigned] = ACTIONS(2926), [anon_sym_long] = ACTIONS(2926), [anon_sym_short] = ACTIONS(2926), [anon_sym_LBRACK] = ACTIONS(2926), [anon_sym_static] = ACTIONS(2926), [anon_sym_register] = ACTIONS(2926), [anon_sym_inline] = ACTIONS(2926), [anon_sym_thread_local] = ACTIONS(2926), [anon_sym_const] = ACTIONS(2926), [anon_sym_constexpr] = ACTIONS(2926), [anon_sym_volatile] = ACTIONS(2926), [anon_sym_restrict] = ACTIONS(2926), [anon_sym___restrict__] = ACTIONS(2926), [anon_sym__Atomic] = ACTIONS(2926), [anon_sym__Noreturn] = ACTIONS(2926), [anon_sym_noreturn] = ACTIONS(2926), [anon_sym_mutable] = ACTIONS(2926), [anon_sym_constinit] = ACTIONS(2926), [anon_sym_consteval] = ACTIONS(2926), [sym_primitive_type] = ACTIONS(2926), [anon_sym_enum] = ACTIONS(2926), [anon_sym_class] = ACTIONS(2926), [anon_sym_struct] = ACTIONS(2926), [anon_sym_union] = ACTIONS(2926), [anon_sym_if] = ACTIONS(2926), [anon_sym_else] = ACTIONS(2926), [anon_sym_switch] = ACTIONS(2926), [anon_sym_case] = ACTIONS(2926), [anon_sym_default] = ACTIONS(2926), [anon_sym_while] = ACTIONS(2926), [anon_sym_do] = ACTIONS(2926), [anon_sym_for] = ACTIONS(2926), [anon_sym_return] = ACTIONS(2926), [anon_sym_break] = ACTIONS(2926), [anon_sym_continue] = ACTIONS(2926), [anon_sym_goto] = ACTIONS(2926), [anon_sym_not] = ACTIONS(2926), [anon_sym_compl] = ACTIONS(2926), [anon_sym_DASH_DASH] = ACTIONS(2928), [anon_sym_PLUS_PLUS] = ACTIONS(2928), [anon_sym_sizeof] = ACTIONS(2926), [anon_sym_offsetof] = ACTIONS(2926), [anon_sym__Generic] = ACTIONS(2926), [anon_sym_asm] = ACTIONS(2926), [anon_sym___asm__] = ACTIONS(2926), [sym_number_literal] = ACTIONS(2928), [anon_sym_L_SQUOTE] = ACTIONS(2928), [anon_sym_u_SQUOTE] = ACTIONS(2928), [anon_sym_U_SQUOTE] = ACTIONS(2928), [anon_sym_u8_SQUOTE] = ACTIONS(2928), [anon_sym_SQUOTE] = ACTIONS(2928), [anon_sym_L_DQUOTE] = ACTIONS(2928), [anon_sym_u_DQUOTE] = ACTIONS(2928), [anon_sym_U_DQUOTE] = ACTIONS(2928), [anon_sym_u8_DQUOTE] = ACTIONS(2928), [anon_sym_DQUOTE] = ACTIONS(2928), [sym_true] = ACTIONS(2926), [sym_false] = ACTIONS(2926), [anon_sym_NULL] = ACTIONS(2926), [anon_sym_nullptr] = ACTIONS(2926), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2926), [anon_sym_decltype] = ACTIONS(2926), [anon_sym_virtual] = ACTIONS(2926), [anon_sym_explicit] = ACTIONS(2926), [anon_sym_typename] = ACTIONS(2926), [anon_sym_template] = ACTIONS(2926), [anon_sym_operator] = ACTIONS(2926), [anon_sym_try] = ACTIONS(2926), [anon_sym_delete] = ACTIONS(2926), [anon_sym_throw] = ACTIONS(2926), [anon_sym_namespace] = ACTIONS(2926), [anon_sym_using] = ACTIONS(2926), [anon_sym_static_assert] = ACTIONS(2926), [anon_sym_concept] = ACTIONS(2926), [anon_sym_co_return] = ACTIONS(2926), [anon_sym_co_yield] = ACTIONS(2926), [anon_sym_R_DQUOTE] = ACTIONS(2928), [anon_sym_LR_DQUOTE] = ACTIONS(2928), [anon_sym_uR_DQUOTE] = ACTIONS(2928), [anon_sym_UR_DQUOTE] = ACTIONS(2928), [anon_sym_u8R_DQUOTE] = ACTIONS(2928), [anon_sym_co_await] = ACTIONS(2926), [anon_sym_new] = ACTIONS(2926), [anon_sym_requires] = ACTIONS(2926), [sym_this] = ACTIONS(2926), }, [1151] = { [sym_identifier] = ACTIONS(3048), [aux_sym_preproc_include_token1] = ACTIONS(3048), [aux_sym_preproc_def_token1] = ACTIONS(3048), [aux_sym_preproc_if_token1] = ACTIONS(3048), [aux_sym_preproc_ifdef_token1] = ACTIONS(3048), [aux_sym_preproc_ifdef_token2] = ACTIONS(3048), [sym_preproc_directive] = ACTIONS(3048), [anon_sym_LPAREN2] = ACTIONS(3050), [anon_sym_BANG] = ACTIONS(3050), [anon_sym_TILDE] = ACTIONS(3050), [anon_sym_DASH] = ACTIONS(3048), [anon_sym_PLUS] = ACTIONS(3048), [anon_sym_STAR] = ACTIONS(3050), [anon_sym_AMP_AMP] = ACTIONS(3050), [anon_sym_AMP] = ACTIONS(3048), [anon_sym_SEMI] = ACTIONS(3050), [anon_sym_typedef] = ACTIONS(3048), [anon_sym_extern] = ACTIONS(3048), [anon_sym___attribute__] = ACTIONS(3048), [anon_sym_COLON_COLON] = ACTIONS(3050), [anon_sym_LBRACK_LBRACK] = ACTIONS(3050), [anon_sym___declspec] = ACTIONS(3048), [anon_sym___based] = ACTIONS(3048), [anon_sym___cdecl] = ACTIONS(3048), [anon_sym___clrcall] = ACTIONS(3048), [anon_sym___stdcall] = ACTIONS(3048), [anon_sym___fastcall] = ACTIONS(3048), [anon_sym___thiscall] = ACTIONS(3048), [anon_sym___vectorcall] = ACTIONS(3048), [anon_sym_LBRACE] = ACTIONS(3050), [anon_sym_RBRACE] = ACTIONS(3050), [anon_sym_signed] = ACTIONS(3048), [anon_sym_unsigned] = ACTIONS(3048), [anon_sym_long] = ACTIONS(3048), [anon_sym_short] = ACTIONS(3048), [anon_sym_LBRACK] = ACTIONS(3048), [anon_sym_static] = ACTIONS(3048), [anon_sym_register] = ACTIONS(3048), [anon_sym_inline] = ACTIONS(3048), [anon_sym_thread_local] = ACTIONS(3048), [anon_sym_const] = ACTIONS(3048), [anon_sym_constexpr] = ACTIONS(3048), [anon_sym_volatile] = ACTIONS(3048), [anon_sym_restrict] = ACTIONS(3048), [anon_sym___restrict__] = ACTIONS(3048), [anon_sym__Atomic] = ACTIONS(3048), [anon_sym__Noreturn] = ACTIONS(3048), [anon_sym_noreturn] = ACTIONS(3048), [anon_sym_mutable] = ACTIONS(3048), [anon_sym_constinit] = ACTIONS(3048), [anon_sym_consteval] = ACTIONS(3048), [sym_primitive_type] = ACTIONS(3048), [anon_sym_enum] = ACTIONS(3048), [anon_sym_class] = ACTIONS(3048), [anon_sym_struct] = ACTIONS(3048), [anon_sym_union] = ACTIONS(3048), [anon_sym_if] = ACTIONS(3048), [anon_sym_else] = ACTIONS(3048), [anon_sym_switch] = ACTIONS(3048), [anon_sym_case] = ACTIONS(3048), [anon_sym_default] = ACTIONS(3048), [anon_sym_while] = ACTIONS(3048), [anon_sym_do] = ACTIONS(3048), [anon_sym_for] = ACTIONS(3048), [anon_sym_return] = ACTIONS(3048), [anon_sym_break] = ACTIONS(3048), [anon_sym_continue] = ACTIONS(3048), [anon_sym_goto] = ACTIONS(3048), [anon_sym_not] = ACTIONS(3048), [anon_sym_compl] = ACTIONS(3048), [anon_sym_DASH_DASH] = ACTIONS(3050), [anon_sym_PLUS_PLUS] = ACTIONS(3050), [anon_sym_sizeof] = ACTIONS(3048), [anon_sym_offsetof] = ACTIONS(3048), [anon_sym__Generic] = ACTIONS(3048), [anon_sym_asm] = ACTIONS(3048), [anon_sym___asm__] = ACTIONS(3048), [sym_number_literal] = ACTIONS(3050), [anon_sym_L_SQUOTE] = ACTIONS(3050), [anon_sym_u_SQUOTE] = ACTIONS(3050), [anon_sym_U_SQUOTE] = ACTIONS(3050), [anon_sym_u8_SQUOTE] = ACTIONS(3050), [anon_sym_SQUOTE] = ACTIONS(3050), [anon_sym_L_DQUOTE] = ACTIONS(3050), [anon_sym_u_DQUOTE] = ACTIONS(3050), [anon_sym_U_DQUOTE] = ACTIONS(3050), [anon_sym_u8_DQUOTE] = ACTIONS(3050), [anon_sym_DQUOTE] = ACTIONS(3050), [sym_true] = ACTIONS(3048), [sym_false] = ACTIONS(3048), [anon_sym_NULL] = ACTIONS(3048), [anon_sym_nullptr] = ACTIONS(3048), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3048), [anon_sym_decltype] = ACTIONS(3048), [anon_sym_virtual] = ACTIONS(3048), [anon_sym_explicit] = ACTIONS(3048), [anon_sym_typename] = ACTIONS(3048), [anon_sym_template] = ACTIONS(3048), [anon_sym_operator] = ACTIONS(3048), [anon_sym_try] = ACTIONS(3048), [anon_sym_delete] = ACTIONS(3048), [anon_sym_throw] = ACTIONS(3048), [anon_sym_namespace] = ACTIONS(3048), [anon_sym_using] = ACTIONS(3048), [anon_sym_static_assert] = ACTIONS(3048), [anon_sym_concept] = ACTIONS(3048), [anon_sym_co_return] = ACTIONS(3048), [anon_sym_co_yield] = ACTIONS(3048), [anon_sym_R_DQUOTE] = ACTIONS(3050), [anon_sym_LR_DQUOTE] = ACTIONS(3050), [anon_sym_uR_DQUOTE] = ACTIONS(3050), [anon_sym_UR_DQUOTE] = ACTIONS(3050), [anon_sym_u8R_DQUOTE] = ACTIONS(3050), [anon_sym_co_await] = ACTIONS(3048), [anon_sym_new] = ACTIONS(3048), [anon_sym_requires] = ACTIONS(3048), [sym_this] = ACTIONS(3048), }, [1152] = { [sym_identifier] = ACTIONS(3107), [aux_sym_preproc_include_token1] = ACTIONS(3107), [aux_sym_preproc_def_token1] = ACTIONS(3107), [aux_sym_preproc_if_token1] = ACTIONS(3107), [aux_sym_preproc_if_token2] = ACTIONS(3107), [aux_sym_preproc_ifdef_token1] = ACTIONS(3107), [aux_sym_preproc_ifdef_token2] = ACTIONS(3107), [sym_preproc_directive] = ACTIONS(3107), [anon_sym_LPAREN2] = ACTIONS(3109), [anon_sym_BANG] = ACTIONS(3109), [anon_sym_TILDE] = ACTIONS(3109), [anon_sym_DASH] = ACTIONS(3107), [anon_sym_PLUS] = ACTIONS(3107), [anon_sym_STAR] = ACTIONS(3109), [anon_sym_AMP_AMP] = ACTIONS(3109), [anon_sym_AMP] = ACTIONS(3107), [anon_sym_SEMI] = ACTIONS(3109), [anon_sym_typedef] = ACTIONS(3107), [anon_sym_extern] = ACTIONS(3107), [anon_sym___attribute__] = ACTIONS(3107), [anon_sym_COLON_COLON] = ACTIONS(3109), [anon_sym_LBRACK_LBRACK] = ACTIONS(3109), [anon_sym___declspec] = ACTIONS(3107), [anon_sym___based] = ACTIONS(3107), [anon_sym___cdecl] = ACTIONS(3107), [anon_sym___clrcall] = ACTIONS(3107), [anon_sym___stdcall] = ACTIONS(3107), [anon_sym___fastcall] = ACTIONS(3107), [anon_sym___thiscall] = ACTIONS(3107), [anon_sym___vectorcall] = ACTIONS(3107), [anon_sym_LBRACE] = ACTIONS(3109), [anon_sym_signed] = ACTIONS(3107), [anon_sym_unsigned] = ACTIONS(3107), [anon_sym_long] = ACTIONS(3107), [anon_sym_short] = ACTIONS(3107), [anon_sym_LBRACK] = ACTIONS(3107), [anon_sym_static] = ACTIONS(3107), [anon_sym_register] = ACTIONS(3107), [anon_sym_inline] = ACTIONS(3107), [anon_sym_thread_local] = ACTIONS(3107), [anon_sym_const] = ACTIONS(3107), [anon_sym_constexpr] = ACTIONS(3107), [anon_sym_volatile] = ACTIONS(3107), [anon_sym_restrict] = ACTIONS(3107), [anon_sym___restrict__] = ACTIONS(3107), [anon_sym__Atomic] = ACTIONS(3107), [anon_sym__Noreturn] = ACTIONS(3107), [anon_sym_noreturn] = ACTIONS(3107), [anon_sym_mutable] = ACTIONS(3107), [anon_sym_constinit] = ACTIONS(3107), [anon_sym_consteval] = ACTIONS(3107), [sym_primitive_type] = ACTIONS(3107), [anon_sym_enum] = ACTIONS(3107), [anon_sym_class] = ACTIONS(3107), [anon_sym_struct] = ACTIONS(3107), [anon_sym_union] = ACTIONS(3107), [anon_sym_if] = ACTIONS(3107), [anon_sym_else] = ACTIONS(3107), [anon_sym_switch] = ACTIONS(3107), [anon_sym_case] = ACTIONS(3107), [anon_sym_default] = ACTIONS(3107), [anon_sym_while] = ACTIONS(3107), [anon_sym_do] = ACTIONS(3107), [anon_sym_for] = ACTIONS(3107), [anon_sym_return] = ACTIONS(3107), [anon_sym_break] = ACTIONS(3107), [anon_sym_continue] = ACTIONS(3107), [anon_sym_goto] = ACTIONS(3107), [anon_sym_not] = ACTIONS(3107), [anon_sym_compl] = ACTIONS(3107), [anon_sym_DASH_DASH] = ACTIONS(3109), [anon_sym_PLUS_PLUS] = ACTIONS(3109), [anon_sym_sizeof] = ACTIONS(3107), [anon_sym_offsetof] = ACTIONS(3107), [anon_sym__Generic] = ACTIONS(3107), [anon_sym_asm] = ACTIONS(3107), [anon_sym___asm__] = ACTIONS(3107), [sym_number_literal] = ACTIONS(3109), [anon_sym_L_SQUOTE] = ACTIONS(3109), [anon_sym_u_SQUOTE] = ACTIONS(3109), [anon_sym_U_SQUOTE] = ACTIONS(3109), [anon_sym_u8_SQUOTE] = ACTIONS(3109), [anon_sym_SQUOTE] = ACTIONS(3109), [anon_sym_L_DQUOTE] = ACTIONS(3109), [anon_sym_u_DQUOTE] = ACTIONS(3109), [anon_sym_U_DQUOTE] = ACTIONS(3109), [anon_sym_u8_DQUOTE] = ACTIONS(3109), [anon_sym_DQUOTE] = ACTIONS(3109), [sym_true] = ACTIONS(3107), [sym_false] = ACTIONS(3107), [anon_sym_NULL] = ACTIONS(3107), [anon_sym_nullptr] = ACTIONS(3107), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3107), [anon_sym_decltype] = ACTIONS(3107), [anon_sym_virtual] = ACTIONS(3107), [anon_sym_explicit] = ACTIONS(3107), [anon_sym_typename] = ACTIONS(3107), [anon_sym_template] = ACTIONS(3107), [anon_sym_operator] = ACTIONS(3107), [anon_sym_try] = ACTIONS(3107), [anon_sym_delete] = ACTIONS(3107), [anon_sym_throw] = ACTIONS(3107), [anon_sym_namespace] = ACTIONS(3107), [anon_sym_using] = ACTIONS(3107), [anon_sym_static_assert] = ACTIONS(3107), [anon_sym_concept] = ACTIONS(3107), [anon_sym_co_return] = ACTIONS(3107), [anon_sym_co_yield] = ACTIONS(3107), [anon_sym_R_DQUOTE] = ACTIONS(3109), [anon_sym_LR_DQUOTE] = ACTIONS(3109), [anon_sym_uR_DQUOTE] = ACTIONS(3109), [anon_sym_UR_DQUOTE] = ACTIONS(3109), [anon_sym_u8R_DQUOTE] = ACTIONS(3109), [anon_sym_co_await] = ACTIONS(3107), [anon_sym_new] = ACTIONS(3107), [anon_sym_requires] = ACTIONS(3107), [sym_this] = ACTIONS(3107), }, [1153] = { [sym_identifier] = ACTIONS(2938), [aux_sym_preproc_include_token1] = ACTIONS(2938), [aux_sym_preproc_def_token1] = ACTIONS(2938), [aux_sym_preproc_if_token1] = ACTIONS(2938), [aux_sym_preproc_ifdef_token1] = ACTIONS(2938), [aux_sym_preproc_ifdef_token2] = ACTIONS(2938), [sym_preproc_directive] = ACTIONS(2938), [anon_sym_LPAREN2] = ACTIONS(2940), [anon_sym_BANG] = ACTIONS(2940), [anon_sym_TILDE] = ACTIONS(2940), [anon_sym_DASH] = ACTIONS(2938), [anon_sym_PLUS] = ACTIONS(2938), [anon_sym_STAR] = ACTIONS(2940), [anon_sym_AMP_AMP] = ACTIONS(2940), [anon_sym_AMP] = ACTIONS(2938), [anon_sym_SEMI] = ACTIONS(2940), [anon_sym_typedef] = ACTIONS(2938), [anon_sym_extern] = ACTIONS(2938), [anon_sym___attribute__] = ACTIONS(2938), [anon_sym_COLON_COLON] = ACTIONS(2940), [anon_sym_LBRACK_LBRACK] = ACTIONS(2940), [anon_sym___declspec] = ACTIONS(2938), [anon_sym___based] = ACTIONS(2938), [anon_sym___cdecl] = ACTIONS(2938), [anon_sym___clrcall] = ACTIONS(2938), [anon_sym___stdcall] = ACTIONS(2938), [anon_sym___fastcall] = ACTIONS(2938), [anon_sym___thiscall] = ACTIONS(2938), [anon_sym___vectorcall] = ACTIONS(2938), [anon_sym_LBRACE] = ACTIONS(2940), [anon_sym_RBRACE] = ACTIONS(2940), [anon_sym_signed] = ACTIONS(2938), [anon_sym_unsigned] = ACTIONS(2938), [anon_sym_long] = ACTIONS(2938), [anon_sym_short] = ACTIONS(2938), [anon_sym_LBRACK] = ACTIONS(2938), [anon_sym_static] = ACTIONS(2938), [anon_sym_register] = ACTIONS(2938), [anon_sym_inline] = ACTIONS(2938), [anon_sym_thread_local] = ACTIONS(2938), [anon_sym_const] = ACTIONS(2938), [anon_sym_constexpr] = ACTIONS(2938), [anon_sym_volatile] = ACTIONS(2938), [anon_sym_restrict] = ACTIONS(2938), [anon_sym___restrict__] = ACTIONS(2938), [anon_sym__Atomic] = ACTIONS(2938), [anon_sym__Noreturn] = ACTIONS(2938), [anon_sym_noreturn] = ACTIONS(2938), [anon_sym_mutable] = ACTIONS(2938), [anon_sym_constinit] = ACTIONS(2938), [anon_sym_consteval] = ACTIONS(2938), [sym_primitive_type] = ACTIONS(2938), [anon_sym_enum] = ACTIONS(2938), [anon_sym_class] = ACTIONS(2938), [anon_sym_struct] = ACTIONS(2938), [anon_sym_union] = ACTIONS(2938), [anon_sym_if] = ACTIONS(2938), [anon_sym_else] = ACTIONS(2938), [anon_sym_switch] = ACTIONS(2938), [anon_sym_case] = ACTIONS(2938), [anon_sym_default] = ACTIONS(2938), [anon_sym_while] = ACTIONS(2938), [anon_sym_do] = ACTIONS(2938), [anon_sym_for] = ACTIONS(2938), [anon_sym_return] = ACTIONS(2938), [anon_sym_break] = ACTIONS(2938), [anon_sym_continue] = ACTIONS(2938), [anon_sym_goto] = ACTIONS(2938), [anon_sym_not] = ACTIONS(2938), [anon_sym_compl] = ACTIONS(2938), [anon_sym_DASH_DASH] = ACTIONS(2940), [anon_sym_PLUS_PLUS] = ACTIONS(2940), [anon_sym_sizeof] = ACTIONS(2938), [anon_sym_offsetof] = ACTIONS(2938), [anon_sym__Generic] = ACTIONS(2938), [anon_sym_asm] = ACTIONS(2938), [anon_sym___asm__] = ACTIONS(2938), [sym_number_literal] = ACTIONS(2940), [anon_sym_L_SQUOTE] = ACTIONS(2940), [anon_sym_u_SQUOTE] = ACTIONS(2940), [anon_sym_U_SQUOTE] = ACTIONS(2940), [anon_sym_u8_SQUOTE] = ACTIONS(2940), [anon_sym_SQUOTE] = ACTIONS(2940), [anon_sym_L_DQUOTE] = ACTIONS(2940), [anon_sym_u_DQUOTE] = ACTIONS(2940), [anon_sym_U_DQUOTE] = ACTIONS(2940), [anon_sym_u8_DQUOTE] = ACTIONS(2940), [anon_sym_DQUOTE] = ACTIONS(2940), [sym_true] = ACTIONS(2938), [sym_false] = ACTIONS(2938), [anon_sym_NULL] = ACTIONS(2938), [anon_sym_nullptr] = ACTIONS(2938), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2938), [anon_sym_decltype] = ACTIONS(2938), [anon_sym_virtual] = ACTIONS(2938), [anon_sym_explicit] = ACTIONS(2938), [anon_sym_typename] = ACTIONS(2938), [anon_sym_template] = ACTIONS(2938), [anon_sym_operator] = ACTIONS(2938), [anon_sym_try] = ACTIONS(2938), [anon_sym_delete] = ACTIONS(2938), [anon_sym_throw] = ACTIONS(2938), [anon_sym_namespace] = ACTIONS(2938), [anon_sym_using] = ACTIONS(2938), [anon_sym_static_assert] = ACTIONS(2938), [anon_sym_concept] = ACTIONS(2938), [anon_sym_co_return] = ACTIONS(2938), [anon_sym_co_yield] = ACTIONS(2938), [anon_sym_R_DQUOTE] = ACTIONS(2940), [anon_sym_LR_DQUOTE] = ACTIONS(2940), [anon_sym_uR_DQUOTE] = ACTIONS(2940), [anon_sym_UR_DQUOTE] = ACTIONS(2940), [anon_sym_u8R_DQUOTE] = ACTIONS(2940), [anon_sym_co_await] = ACTIONS(2938), [anon_sym_new] = ACTIONS(2938), [anon_sym_requires] = ACTIONS(2938), [sym_this] = ACTIONS(2938), }, [1154] = { [sym_identifier] = ACTIONS(3016), [aux_sym_preproc_include_token1] = ACTIONS(3016), [aux_sym_preproc_def_token1] = ACTIONS(3016), [aux_sym_preproc_if_token1] = ACTIONS(3016), [aux_sym_preproc_ifdef_token1] = ACTIONS(3016), [aux_sym_preproc_ifdef_token2] = ACTIONS(3016), [sym_preproc_directive] = ACTIONS(3016), [anon_sym_LPAREN2] = ACTIONS(3018), [anon_sym_BANG] = ACTIONS(3018), [anon_sym_TILDE] = ACTIONS(3018), [anon_sym_DASH] = ACTIONS(3016), [anon_sym_PLUS] = ACTIONS(3016), [anon_sym_STAR] = ACTIONS(3018), [anon_sym_AMP_AMP] = ACTIONS(3018), [anon_sym_AMP] = ACTIONS(3016), [anon_sym_SEMI] = ACTIONS(3018), [anon_sym_typedef] = ACTIONS(3016), [anon_sym_extern] = ACTIONS(3016), [anon_sym___attribute__] = ACTIONS(3016), [anon_sym_COLON_COLON] = ACTIONS(3018), [anon_sym_LBRACK_LBRACK] = ACTIONS(3018), [anon_sym___declspec] = ACTIONS(3016), [anon_sym___based] = ACTIONS(3016), [anon_sym___cdecl] = ACTIONS(3016), [anon_sym___clrcall] = ACTIONS(3016), [anon_sym___stdcall] = ACTIONS(3016), [anon_sym___fastcall] = ACTIONS(3016), [anon_sym___thiscall] = ACTIONS(3016), [anon_sym___vectorcall] = ACTIONS(3016), [anon_sym_LBRACE] = ACTIONS(3018), [anon_sym_RBRACE] = ACTIONS(3018), [anon_sym_signed] = ACTIONS(3016), [anon_sym_unsigned] = ACTIONS(3016), [anon_sym_long] = ACTIONS(3016), [anon_sym_short] = ACTIONS(3016), [anon_sym_LBRACK] = ACTIONS(3016), [anon_sym_static] = ACTIONS(3016), [anon_sym_register] = ACTIONS(3016), [anon_sym_inline] = ACTIONS(3016), [anon_sym_thread_local] = ACTIONS(3016), [anon_sym_const] = ACTIONS(3016), [anon_sym_constexpr] = ACTIONS(3016), [anon_sym_volatile] = ACTIONS(3016), [anon_sym_restrict] = ACTIONS(3016), [anon_sym___restrict__] = ACTIONS(3016), [anon_sym__Atomic] = ACTIONS(3016), [anon_sym__Noreturn] = ACTIONS(3016), [anon_sym_noreturn] = ACTIONS(3016), [anon_sym_mutable] = ACTIONS(3016), [anon_sym_constinit] = ACTIONS(3016), [anon_sym_consteval] = ACTIONS(3016), [sym_primitive_type] = ACTIONS(3016), [anon_sym_enum] = ACTIONS(3016), [anon_sym_class] = ACTIONS(3016), [anon_sym_struct] = ACTIONS(3016), [anon_sym_union] = ACTIONS(3016), [anon_sym_if] = ACTIONS(3016), [anon_sym_else] = ACTIONS(3016), [anon_sym_switch] = ACTIONS(3016), [anon_sym_case] = ACTIONS(3016), [anon_sym_default] = ACTIONS(3016), [anon_sym_while] = ACTIONS(3016), [anon_sym_do] = ACTIONS(3016), [anon_sym_for] = ACTIONS(3016), [anon_sym_return] = ACTIONS(3016), [anon_sym_break] = ACTIONS(3016), [anon_sym_continue] = ACTIONS(3016), [anon_sym_goto] = ACTIONS(3016), [anon_sym_not] = ACTIONS(3016), [anon_sym_compl] = ACTIONS(3016), [anon_sym_DASH_DASH] = ACTIONS(3018), [anon_sym_PLUS_PLUS] = ACTIONS(3018), [anon_sym_sizeof] = ACTIONS(3016), [anon_sym_offsetof] = ACTIONS(3016), [anon_sym__Generic] = ACTIONS(3016), [anon_sym_asm] = ACTIONS(3016), [anon_sym___asm__] = ACTIONS(3016), [sym_number_literal] = ACTIONS(3018), [anon_sym_L_SQUOTE] = ACTIONS(3018), [anon_sym_u_SQUOTE] = ACTIONS(3018), [anon_sym_U_SQUOTE] = ACTIONS(3018), [anon_sym_u8_SQUOTE] = ACTIONS(3018), [anon_sym_SQUOTE] = ACTIONS(3018), [anon_sym_L_DQUOTE] = ACTIONS(3018), [anon_sym_u_DQUOTE] = ACTIONS(3018), [anon_sym_U_DQUOTE] = ACTIONS(3018), [anon_sym_u8_DQUOTE] = ACTIONS(3018), [anon_sym_DQUOTE] = ACTIONS(3018), [sym_true] = ACTIONS(3016), [sym_false] = ACTIONS(3016), [anon_sym_NULL] = ACTIONS(3016), [anon_sym_nullptr] = ACTIONS(3016), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3016), [anon_sym_decltype] = ACTIONS(3016), [anon_sym_virtual] = ACTIONS(3016), [anon_sym_explicit] = ACTIONS(3016), [anon_sym_typename] = ACTIONS(3016), [anon_sym_template] = ACTIONS(3016), [anon_sym_operator] = ACTIONS(3016), [anon_sym_try] = ACTIONS(3016), [anon_sym_delete] = ACTIONS(3016), [anon_sym_throw] = ACTIONS(3016), [anon_sym_namespace] = ACTIONS(3016), [anon_sym_using] = ACTIONS(3016), [anon_sym_static_assert] = ACTIONS(3016), [anon_sym_concept] = ACTIONS(3016), [anon_sym_co_return] = ACTIONS(3016), [anon_sym_co_yield] = ACTIONS(3016), [anon_sym_R_DQUOTE] = ACTIONS(3018), [anon_sym_LR_DQUOTE] = ACTIONS(3018), [anon_sym_uR_DQUOTE] = ACTIONS(3018), [anon_sym_UR_DQUOTE] = ACTIONS(3018), [anon_sym_u8R_DQUOTE] = ACTIONS(3018), [anon_sym_co_await] = ACTIONS(3016), [anon_sym_new] = ACTIONS(3016), [anon_sym_requires] = ACTIONS(3016), [sym_this] = ACTIONS(3016), }, [1155] = { [sym_identifier] = ACTIONS(3107), [aux_sym_preproc_include_token1] = ACTIONS(3107), [aux_sym_preproc_def_token1] = ACTIONS(3107), [aux_sym_preproc_if_token1] = ACTIONS(3107), [aux_sym_preproc_ifdef_token1] = ACTIONS(3107), [aux_sym_preproc_ifdef_token2] = ACTIONS(3107), [sym_preproc_directive] = ACTIONS(3107), [anon_sym_LPAREN2] = ACTIONS(3109), [anon_sym_BANG] = ACTIONS(3109), [anon_sym_TILDE] = ACTIONS(3109), [anon_sym_DASH] = ACTIONS(3107), [anon_sym_PLUS] = ACTIONS(3107), [anon_sym_STAR] = ACTIONS(3109), [anon_sym_AMP_AMP] = ACTIONS(3109), [anon_sym_AMP] = ACTIONS(3107), [anon_sym_SEMI] = ACTIONS(3109), [anon_sym_typedef] = ACTIONS(3107), [anon_sym_extern] = ACTIONS(3107), [anon_sym___attribute__] = ACTIONS(3107), [anon_sym_COLON_COLON] = ACTIONS(3109), [anon_sym_LBRACK_LBRACK] = ACTIONS(3109), [anon_sym___declspec] = ACTIONS(3107), [anon_sym___based] = ACTIONS(3107), [anon_sym___cdecl] = ACTIONS(3107), [anon_sym___clrcall] = ACTIONS(3107), [anon_sym___stdcall] = ACTIONS(3107), [anon_sym___fastcall] = ACTIONS(3107), [anon_sym___thiscall] = ACTIONS(3107), [anon_sym___vectorcall] = ACTIONS(3107), [anon_sym_LBRACE] = ACTIONS(3109), [anon_sym_RBRACE] = ACTIONS(3109), [anon_sym_signed] = ACTIONS(3107), [anon_sym_unsigned] = ACTIONS(3107), [anon_sym_long] = ACTIONS(3107), [anon_sym_short] = ACTIONS(3107), [anon_sym_LBRACK] = ACTIONS(3107), [anon_sym_static] = ACTIONS(3107), [anon_sym_register] = ACTIONS(3107), [anon_sym_inline] = ACTIONS(3107), [anon_sym_thread_local] = ACTIONS(3107), [anon_sym_const] = ACTIONS(3107), [anon_sym_constexpr] = ACTIONS(3107), [anon_sym_volatile] = ACTIONS(3107), [anon_sym_restrict] = ACTIONS(3107), [anon_sym___restrict__] = ACTIONS(3107), [anon_sym__Atomic] = ACTIONS(3107), [anon_sym__Noreturn] = ACTIONS(3107), [anon_sym_noreturn] = ACTIONS(3107), [anon_sym_mutable] = ACTIONS(3107), [anon_sym_constinit] = ACTIONS(3107), [anon_sym_consteval] = ACTIONS(3107), [sym_primitive_type] = ACTIONS(3107), [anon_sym_enum] = ACTIONS(3107), [anon_sym_class] = ACTIONS(3107), [anon_sym_struct] = ACTIONS(3107), [anon_sym_union] = ACTIONS(3107), [anon_sym_if] = ACTIONS(3107), [anon_sym_else] = ACTIONS(3107), [anon_sym_switch] = ACTIONS(3107), [anon_sym_case] = ACTIONS(3107), [anon_sym_default] = ACTIONS(3107), [anon_sym_while] = ACTIONS(3107), [anon_sym_do] = ACTIONS(3107), [anon_sym_for] = ACTIONS(3107), [anon_sym_return] = ACTIONS(3107), [anon_sym_break] = ACTIONS(3107), [anon_sym_continue] = ACTIONS(3107), [anon_sym_goto] = ACTIONS(3107), [anon_sym_not] = ACTIONS(3107), [anon_sym_compl] = ACTIONS(3107), [anon_sym_DASH_DASH] = ACTIONS(3109), [anon_sym_PLUS_PLUS] = ACTIONS(3109), [anon_sym_sizeof] = ACTIONS(3107), [anon_sym_offsetof] = ACTIONS(3107), [anon_sym__Generic] = ACTIONS(3107), [anon_sym_asm] = ACTIONS(3107), [anon_sym___asm__] = ACTIONS(3107), [sym_number_literal] = ACTIONS(3109), [anon_sym_L_SQUOTE] = ACTIONS(3109), [anon_sym_u_SQUOTE] = ACTIONS(3109), [anon_sym_U_SQUOTE] = ACTIONS(3109), [anon_sym_u8_SQUOTE] = ACTIONS(3109), [anon_sym_SQUOTE] = ACTIONS(3109), [anon_sym_L_DQUOTE] = ACTIONS(3109), [anon_sym_u_DQUOTE] = ACTIONS(3109), [anon_sym_U_DQUOTE] = ACTIONS(3109), [anon_sym_u8_DQUOTE] = ACTIONS(3109), [anon_sym_DQUOTE] = ACTIONS(3109), [sym_true] = ACTIONS(3107), [sym_false] = ACTIONS(3107), [anon_sym_NULL] = ACTIONS(3107), [anon_sym_nullptr] = ACTIONS(3107), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3107), [anon_sym_decltype] = ACTIONS(3107), [anon_sym_virtual] = ACTIONS(3107), [anon_sym_explicit] = ACTIONS(3107), [anon_sym_typename] = ACTIONS(3107), [anon_sym_template] = ACTIONS(3107), [anon_sym_operator] = ACTIONS(3107), [anon_sym_try] = ACTIONS(3107), [anon_sym_delete] = ACTIONS(3107), [anon_sym_throw] = ACTIONS(3107), [anon_sym_namespace] = ACTIONS(3107), [anon_sym_using] = ACTIONS(3107), [anon_sym_static_assert] = ACTIONS(3107), [anon_sym_concept] = ACTIONS(3107), [anon_sym_co_return] = ACTIONS(3107), [anon_sym_co_yield] = ACTIONS(3107), [anon_sym_R_DQUOTE] = ACTIONS(3109), [anon_sym_LR_DQUOTE] = ACTIONS(3109), [anon_sym_uR_DQUOTE] = ACTIONS(3109), [anon_sym_UR_DQUOTE] = ACTIONS(3109), [anon_sym_u8R_DQUOTE] = ACTIONS(3109), [anon_sym_co_await] = ACTIONS(3107), [anon_sym_new] = ACTIONS(3107), [anon_sym_requires] = ACTIONS(3107), [sym_this] = ACTIONS(3107), }, [1156] = { [sym_identifier] = ACTIONS(3020), [aux_sym_preproc_include_token1] = ACTIONS(3020), [aux_sym_preproc_def_token1] = ACTIONS(3020), [aux_sym_preproc_if_token1] = ACTIONS(3020), [aux_sym_preproc_ifdef_token1] = ACTIONS(3020), [aux_sym_preproc_ifdef_token2] = ACTIONS(3020), [sym_preproc_directive] = ACTIONS(3020), [anon_sym_LPAREN2] = ACTIONS(3022), [anon_sym_BANG] = ACTIONS(3022), [anon_sym_TILDE] = ACTIONS(3022), [anon_sym_DASH] = ACTIONS(3020), [anon_sym_PLUS] = ACTIONS(3020), [anon_sym_STAR] = ACTIONS(3022), [anon_sym_AMP_AMP] = ACTIONS(3022), [anon_sym_AMP] = ACTIONS(3020), [anon_sym_SEMI] = ACTIONS(3022), [anon_sym_typedef] = ACTIONS(3020), [anon_sym_extern] = ACTIONS(3020), [anon_sym___attribute__] = ACTIONS(3020), [anon_sym_COLON_COLON] = ACTIONS(3022), [anon_sym_LBRACK_LBRACK] = ACTIONS(3022), [anon_sym___declspec] = ACTIONS(3020), [anon_sym___based] = ACTIONS(3020), [anon_sym___cdecl] = ACTIONS(3020), [anon_sym___clrcall] = ACTIONS(3020), [anon_sym___stdcall] = ACTIONS(3020), [anon_sym___fastcall] = ACTIONS(3020), [anon_sym___thiscall] = ACTIONS(3020), [anon_sym___vectorcall] = ACTIONS(3020), [anon_sym_LBRACE] = ACTIONS(3022), [anon_sym_RBRACE] = ACTIONS(3022), [anon_sym_signed] = ACTIONS(3020), [anon_sym_unsigned] = ACTIONS(3020), [anon_sym_long] = ACTIONS(3020), [anon_sym_short] = ACTIONS(3020), [anon_sym_LBRACK] = ACTIONS(3020), [anon_sym_static] = ACTIONS(3020), [anon_sym_register] = ACTIONS(3020), [anon_sym_inline] = ACTIONS(3020), [anon_sym_thread_local] = ACTIONS(3020), [anon_sym_const] = ACTIONS(3020), [anon_sym_constexpr] = ACTIONS(3020), [anon_sym_volatile] = ACTIONS(3020), [anon_sym_restrict] = ACTIONS(3020), [anon_sym___restrict__] = ACTIONS(3020), [anon_sym__Atomic] = ACTIONS(3020), [anon_sym__Noreturn] = ACTIONS(3020), [anon_sym_noreturn] = ACTIONS(3020), [anon_sym_mutable] = ACTIONS(3020), [anon_sym_constinit] = ACTIONS(3020), [anon_sym_consteval] = ACTIONS(3020), [sym_primitive_type] = ACTIONS(3020), [anon_sym_enum] = ACTIONS(3020), [anon_sym_class] = ACTIONS(3020), [anon_sym_struct] = ACTIONS(3020), [anon_sym_union] = ACTIONS(3020), [anon_sym_if] = ACTIONS(3020), [anon_sym_else] = ACTIONS(3020), [anon_sym_switch] = ACTIONS(3020), [anon_sym_case] = ACTIONS(3020), [anon_sym_default] = ACTIONS(3020), [anon_sym_while] = ACTIONS(3020), [anon_sym_do] = ACTIONS(3020), [anon_sym_for] = ACTIONS(3020), [anon_sym_return] = ACTIONS(3020), [anon_sym_break] = ACTIONS(3020), [anon_sym_continue] = ACTIONS(3020), [anon_sym_goto] = ACTIONS(3020), [anon_sym_not] = ACTIONS(3020), [anon_sym_compl] = ACTIONS(3020), [anon_sym_DASH_DASH] = ACTIONS(3022), [anon_sym_PLUS_PLUS] = ACTIONS(3022), [anon_sym_sizeof] = ACTIONS(3020), [anon_sym_offsetof] = ACTIONS(3020), [anon_sym__Generic] = ACTIONS(3020), [anon_sym_asm] = ACTIONS(3020), [anon_sym___asm__] = ACTIONS(3020), [sym_number_literal] = ACTIONS(3022), [anon_sym_L_SQUOTE] = ACTIONS(3022), [anon_sym_u_SQUOTE] = ACTIONS(3022), [anon_sym_U_SQUOTE] = ACTIONS(3022), [anon_sym_u8_SQUOTE] = ACTIONS(3022), [anon_sym_SQUOTE] = ACTIONS(3022), [anon_sym_L_DQUOTE] = ACTIONS(3022), [anon_sym_u_DQUOTE] = ACTIONS(3022), [anon_sym_U_DQUOTE] = ACTIONS(3022), [anon_sym_u8_DQUOTE] = ACTIONS(3022), [anon_sym_DQUOTE] = ACTIONS(3022), [sym_true] = ACTIONS(3020), [sym_false] = ACTIONS(3020), [anon_sym_NULL] = ACTIONS(3020), [anon_sym_nullptr] = ACTIONS(3020), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3020), [anon_sym_decltype] = ACTIONS(3020), [anon_sym_virtual] = ACTIONS(3020), [anon_sym_explicit] = ACTIONS(3020), [anon_sym_typename] = ACTIONS(3020), [anon_sym_template] = ACTIONS(3020), [anon_sym_operator] = ACTIONS(3020), [anon_sym_try] = ACTIONS(3020), [anon_sym_delete] = ACTIONS(3020), [anon_sym_throw] = ACTIONS(3020), [anon_sym_namespace] = ACTIONS(3020), [anon_sym_using] = ACTIONS(3020), [anon_sym_static_assert] = ACTIONS(3020), [anon_sym_concept] = ACTIONS(3020), [anon_sym_co_return] = ACTIONS(3020), [anon_sym_co_yield] = ACTIONS(3020), [anon_sym_R_DQUOTE] = ACTIONS(3022), [anon_sym_LR_DQUOTE] = ACTIONS(3022), [anon_sym_uR_DQUOTE] = ACTIONS(3022), [anon_sym_UR_DQUOTE] = ACTIONS(3022), [anon_sym_u8R_DQUOTE] = ACTIONS(3022), [anon_sym_co_await] = ACTIONS(3020), [anon_sym_new] = ACTIONS(3020), [anon_sym_requires] = ACTIONS(3020), [sym_this] = ACTIONS(3020), }, [1157] = { [sym_identifier] = ACTIONS(3024), [aux_sym_preproc_include_token1] = ACTIONS(3024), [aux_sym_preproc_def_token1] = ACTIONS(3024), [aux_sym_preproc_if_token1] = ACTIONS(3024), [aux_sym_preproc_ifdef_token1] = ACTIONS(3024), [aux_sym_preproc_ifdef_token2] = ACTIONS(3024), [sym_preproc_directive] = ACTIONS(3024), [anon_sym_LPAREN2] = ACTIONS(3026), [anon_sym_BANG] = ACTIONS(3026), [anon_sym_TILDE] = ACTIONS(3026), [anon_sym_DASH] = ACTIONS(3024), [anon_sym_PLUS] = ACTIONS(3024), [anon_sym_STAR] = ACTIONS(3026), [anon_sym_AMP_AMP] = ACTIONS(3026), [anon_sym_AMP] = ACTIONS(3024), [anon_sym_SEMI] = ACTIONS(3026), [anon_sym_typedef] = ACTIONS(3024), [anon_sym_extern] = ACTIONS(3024), [anon_sym___attribute__] = ACTIONS(3024), [anon_sym_COLON_COLON] = ACTIONS(3026), [anon_sym_LBRACK_LBRACK] = ACTIONS(3026), [anon_sym___declspec] = ACTIONS(3024), [anon_sym___based] = ACTIONS(3024), [anon_sym___cdecl] = ACTIONS(3024), [anon_sym___clrcall] = ACTIONS(3024), [anon_sym___stdcall] = ACTIONS(3024), [anon_sym___fastcall] = ACTIONS(3024), [anon_sym___thiscall] = ACTIONS(3024), [anon_sym___vectorcall] = ACTIONS(3024), [anon_sym_LBRACE] = ACTIONS(3026), [anon_sym_RBRACE] = ACTIONS(3026), [anon_sym_signed] = ACTIONS(3024), [anon_sym_unsigned] = ACTIONS(3024), [anon_sym_long] = ACTIONS(3024), [anon_sym_short] = ACTIONS(3024), [anon_sym_LBRACK] = ACTIONS(3024), [anon_sym_static] = ACTIONS(3024), [anon_sym_register] = ACTIONS(3024), [anon_sym_inline] = ACTIONS(3024), [anon_sym_thread_local] = ACTIONS(3024), [anon_sym_const] = ACTIONS(3024), [anon_sym_constexpr] = ACTIONS(3024), [anon_sym_volatile] = ACTIONS(3024), [anon_sym_restrict] = ACTIONS(3024), [anon_sym___restrict__] = ACTIONS(3024), [anon_sym__Atomic] = ACTIONS(3024), [anon_sym__Noreturn] = ACTIONS(3024), [anon_sym_noreturn] = ACTIONS(3024), [anon_sym_mutable] = ACTIONS(3024), [anon_sym_constinit] = ACTIONS(3024), [anon_sym_consteval] = ACTIONS(3024), [sym_primitive_type] = ACTIONS(3024), [anon_sym_enum] = ACTIONS(3024), [anon_sym_class] = ACTIONS(3024), [anon_sym_struct] = ACTIONS(3024), [anon_sym_union] = ACTIONS(3024), [anon_sym_if] = ACTIONS(3024), [anon_sym_else] = ACTIONS(3024), [anon_sym_switch] = ACTIONS(3024), [anon_sym_case] = ACTIONS(3024), [anon_sym_default] = ACTIONS(3024), [anon_sym_while] = ACTIONS(3024), [anon_sym_do] = ACTIONS(3024), [anon_sym_for] = ACTIONS(3024), [anon_sym_return] = ACTIONS(3024), [anon_sym_break] = ACTIONS(3024), [anon_sym_continue] = ACTIONS(3024), [anon_sym_goto] = ACTIONS(3024), [anon_sym_not] = ACTIONS(3024), [anon_sym_compl] = ACTIONS(3024), [anon_sym_DASH_DASH] = ACTIONS(3026), [anon_sym_PLUS_PLUS] = ACTIONS(3026), [anon_sym_sizeof] = ACTIONS(3024), [anon_sym_offsetof] = ACTIONS(3024), [anon_sym__Generic] = ACTIONS(3024), [anon_sym_asm] = ACTIONS(3024), [anon_sym___asm__] = ACTIONS(3024), [sym_number_literal] = ACTIONS(3026), [anon_sym_L_SQUOTE] = ACTIONS(3026), [anon_sym_u_SQUOTE] = ACTIONS(3026), [anon_sym_U_SQUOTE] = ACTIONS(3026), [anon_sym_u8_SQUOTE] = ACTIONS(3026), [anon_sym_SQUOTE] = ACTIONS(3026), [anon_sym_L_DQUOTE] = ACTIONS(3026), [anon_sym_u_DQUOTE] = ACTIONS(3026), [anon_sym_U_DQUOTE] = ACTIONS(3026), [anon_sym_u8_DQUOTE] = ACTIONS(3026), [anon_sym_DQUOTE] = ACTIONS(3026), [sym_true] = ACTIONS(3024), [sym_false] = ACTIONS(3024), [anon_sym_NULL] = ACTIONS(3024), [anon_sym_nullptr] = ACTIONS(3024), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3024), [anon_sym_decltype] = ACTIONS(3024), [anon_sym_virtual] = ACTIONS(3024), [anon_sym_explicit] = ACTIONS(3024), [anon_sym_typename] = ACTIONS(3024), [anon_sym_template] = ACTIONS(3024), [anon_sym_operator] = ACTIONS(3024), [anon_sym_try] = ACTIONS(3024), [anon_sym_delete] = ACTIONS(3024), [anon_sym_throw] = ACTIONS(3024), [anon_sym_namespace] = ACTIONS(3024), [anon_sym_using] = ACTIONS(3024), [anon_sym_static_assert] = ACTIONS(3024), [anon_sym_concept] = ACTIONS(3024), [anon_sym_co_return] = ACTIONS(3024), [anon_sym_co_yield] = ACTIONS(3024), [anon_sym_R_DQUOTE] = ACTIONS(3026), [anon_sym_LR_DQUOTE] = ACTIONS(3026), [anon_sym_uR_DQUOTE] = ACTIONS(3026), [anon_sym_UR_DQUOTE] = ACTIONS(3026), [anon_sym_u8R_DQUOTE] = ACTIONS(3026), [anon_sym_co_await] = ACTIONS(3024), [anon_sym_new] = ACTIONS(3024), [anon_sym_requires] = ACTIONS(3024), [sym_this] = ACTIONS(3024), }, [1158] = { [sym_identifier] = ACTIONS(3028), [aux_sym_preproc_include_token1] = ACTIONS(3028), [aux_sym_preproc_def_token1] = ACTIONS(3028), [aux_sym_preproc_if_token1] = ACTIONS(3028), [aux_sym_preproc_ifdef_token1] = ACTIONS(3028), [aux_sym_preproc_ifdef_token2] = ACTIONS(3028), [sym_preproc_directive] = ACTIONS(3028), [anon_sym_LPAREN2] = ACTIONS(3030), [anon_sym_BANG] = ACTIONS(3030), [anon_sym_TILDE] = ACTIONS(3030), [anon_sym_DASH] = ACTIONS(3028), [anon_sym_PLUS] = ACTIONS(3028), [anon_sym_STAR] = ACTIONS(3030), [anon_sym_AMP_AMP] = ACTIONS(3030), [anon_sym_AMP] = ACTIONS(3028), [anon_sym_SEMI] = ACTIONS(3030), [anon_sym_typedef] = ACTIONS(3028), [anon_sym_extern] = ACTIONS(3028), [anon_sym___attribute__] = ACTIONS(3028), [anon_sym_COLON_COLON] = ACTIONS(3030), [anon_sym_LBRACK_LBRACK] = ACTIONS(3030), [anon_sym___declspec] = ACTIONS(3028), [anon_sym___based] = ACTIONS(3028), [anon_sym___cdecl] = ACTIONS(3028), [anon_sym___clrcall] = ACTIONS(3028), [anon_sym___stdcall] = ACTIONS(3028), [anon_sym___fastcall] = ACTIONS(3028), [anon_sym___thiscall] = ACTIONS(3028), [anon_sym___vectorcall] = ACTIONS(3028), [anon_sym_LBRACE] = ACTIONS(3030), [anon_sym_RBRACE] = ACTIONS(3030), [anon_sym_signed] = ACTIONS(3028), [anon_sym_unsigned] = ACTIONS(3028), [anon_sym_long] = ACTIONS(3028), [anon_sym_short] = ACTIONS(3028), [anon_sym_LBRACK] = ACTIONS(3028), [anon_sym_static] = ACTIONS(3028), [anon_sym_register] = ACTIONS(3028), [anon_sym_inline] = ACTIONS(3028), [anon_sym_thread_local] = ACTIONS(3028), [anon_sym_const] = ACTIONS(3028), [anon_sym_constexpr] = ACTIONS(3028), [anon_sym_volatile] = ACTIONS(3028), [anon_sym_restrict] = ACTIONS(3028), [anon_sym___restrict__] = ACTIONS(3028), [anon_sym__Atomic] = ACTIONS(3028), [anon_sym__Noreturn] = ACTIONS(3028), [anon_sym_noreturn] = ACTIONS(3028), [anon_sym_mutable] = ACTIONS(3028), [anon_sym_constinit] = ACTIONS(3028), [anon_sym_consteval] = ACTIONS(3028), [sym_primitive_type] = ACTIONS(3028), [anon_sym_enum] = ACTIONS(3028), [anon_sym_class] = ACTIONS(3028), [anon_sym_struct] = ACTIONS(3028), [anon_sym_union] = ACTIONS(3028), [anon_sym_if] = ACTIONS(3028), [anon_sym_else] = ACTIONS(3028), [anon_sym_switch] = ACTIONS(3028), [anon_sym_case] = ACTIONS(3028), [anon_sym_default] = ACTIONS(3028), [anon_sym_while] = ACTIONS(3028), [anon_sym_do] = ACTIONS(3028), [anon_sym_for] = ACTIONS(3028), [anon_sym_return] = ACTIONS(3028), [anon_sym_break] = ACTIONS(3028), [anon_sym_continue] = ACTIONS(3028), [anon_sym_goto] = ACTIONS(3028), [anon_sym_not] = ACTIONS(3028), [anon_sym_compl] = ACTIONS(3028), [anon_sym_DASH_DASH] = ACTIONS(3030), [anon_sym_PLUS_PLUS] = ACTIONS(3030), [anon_sym_sizeof] = ACTIONS(3028), [anon_sym_offsetof] = ACTIONS(3028), [anon_sym__Generic] = ACTIONS(3028), [anon_sym_asm] = ACTIONS(3028), [anon_sym___asm__] = ACTIONS(3028), [sym_number_literal] = ACTIONS(3030), [anon_sym_L_SQUOTE] = ACTIONS(3030), [anon_sym_u_SQUOTE] = ACTIONS(3030), [anon_sym_U_SQUOTE] = ACTIONS(3030), [anon_sym_u8_SQUOTE] = ACTIONS(3030), [anon_sym_SQUOTE] = ACTIONS(3030), [anon_sym_L_DQUOTE] = ACTIONS(3030), [anon_sym_u_DQUOTE] = ACTIONS(3030), [anon_sym_U_DQUOTE] = ACTIONS(3030), [anon_sym_u8_DQUOTE] = ACTIONS(3030), [anon_sym_DQUOTE] = ACTIONS(3030), [sym_true] = ACTIONS(3028), [sym_false] = ACTIONS(3028), [anon_sym_NULL] = ACTIONS(3028), [anon_sym_nullptr] = ACTIONS(3028), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3028), [anon_sym_decltype] = ACTIONS(3028), [anon_sym_virtual] = ACTIONS(3028), [anon_sym_explicit] = ACTIONS(3028), [anon_sym_typename] = ACTIONS(3028), [anon_sym_template] = ACTIONS(3028), [anon_sym_operator] = ACTIONS(3028), [anon_sym_try] = ACTIONS(3028), [anon_sym_delete] = ACTIONS(3028), [anon_sym_throw] = ACTIONS(3028), [anon_sym_namespace] = ACTIONS(3028), [anon_sym_using] = ACTIONS(3028), [anon_sym_static_assert] = ACTIONS(3028), [anon_sym_concept] = ACTIONS(3028), [anon_sym_co_return] = ACTIONS(3028), [anon_sym_co_yield] = ACTIONS(3028), [anon_sym_R_DQUOTE] = ACTIONS(3030), [anon_sym_LR_DQUOTE] = ACTIONS(3030), [anon_sym_uR_DQUOTE] = ACTIONS(3030), [anon_sym_UR_DQUOTE] = ACTIONS(3030), [anon_sym_u8R_DQUOTE] = ACTIONS(3030), [anon_sym_co_await] = ACTIONS(3028), [anon_sym_new] = ACTIONS(3028), [anon_sym_requires] = ACTIONS(3028), [sym_this] = ACTIONS(3028), }, [1159] = { [sym_identifier] = ACTIONS(2976), [aux_sym_preproc_include_token1] = ACTIONS(2976), [aux_sym_preproc_def_token1] = ACTIONS(2976), [aux_sym_preproc_if_token1] = ACTIONS(2976), [aux_sym_preproc_ifdef_token1] = ACTIONS(2976), [aux_sym_preproc_ifdef_token2] = ACTIONS(2976), [sym_preproc_directive] = ACTIONS(2976), [anon_sym_LPAREN2] = ACTIONS(2978), [anon_sym_BANG] = ACTIONS(2978), [anon_sym_TILDE] = ACTIONS(2978), [anon_sym_DASH] = ACTIONS(2976), [anon_sym_PLUS] = ACTIONS(2976), [anon_sym_STAR] = ACTIONS(2978), [anon_sym_AMP_AMP] = ACTIONS(2978), [anon_sym_AMP] = ACTIONS(2976), [anon_sym_SEMI] = ACTIONS(2978), [anon_sym_typedef] = ACTIONS(2976), [anon_sym_extern] = ACTIONS(2976), [anon_sym___attribute__] = ACTIONS(2976), [anon_sym_COLON_COLON] = ACTIONS(2978), [anon_sym_LBRACK_LBRACK] = ACTIONS(2978), [anon_sym___declspec] = ACTIONS(2976), [anon_sym___based] = ACTIONS(2976), [anon_sym___cdecl] = ACTIONS(2976), [anon_sym___clrcall] = ACTIONS(2976), [anon_sym___stdcall] = ACTIONS(2976), [anon_sym___fastcall] = ACTIONS(2976), [anon_sym___thiscall] = ACTIONS(2976), [anon_sym___vectorcall] = ACTIONS(2976), [anon_sym_LBRACE] = ACTIONS(2978), [anon_sym_RBRACE] = ACTIONS(2978), [anon_sym_signed] = ACTIONS(2976), [anon_sym_unsigned] = ACTIONS(2976), [anon_sym_long] = ACTIONS(2976), [anon_sym_short] = ACTIONS(2976), [anon_sym_LBRACK] = ACTIONS(2976), [anon_sym_static] = ACTIONS(2976), [anon_sym_register] = ACTIONS(2976), [anon_sym_inline] = ACTIONS(2976), [anon_sym_thread_local] = ACTIONS(2976), [anon_sym_const] = ACTIONS(2976), [anon_sym_constexpr] = ACTIONS(2976), [anon_sym_volatile] = ACTIONS(2976), [anon_sym_restrict] = ACTIONS(2976), [anon_sym___restrict__] = ACTIONS(2976), [anon_sym__Atomic] = ACTIONS(2976), [anon_sym__Noreturn] = ACTIONS(2976), [anon_sym_noreturn] = ACTIONS(2976), [anon_sym_mutable] = ACTIONS(2976), [anon_sym_constinit] = ACTIONS(2976), [anon_sym_consteval] = ACTIONS(2976), [sym_primitive_type] = ACTIONS(2976), [anon_sym_enum] = ACTIONS(2976), [anon_sym_class] = ACTIONS(2976), [anon_sym_struct] = ACTIONS(2976), [anon_sym_union] = ACTIONS(2976), [anon_sym_if] = ACTIONS(2976), [anon_sym_else] = ACTIONS(2976), [anon_sym_switch] = ACTIONS(2976), [anon_sym_case] = ACTIONS(2976), [anon_sym_default] = ACTIONS(2976), [anon_sym_while] = ACTIONS(2976), [anon_sym_do] = ACTIONS(2976), [anon_sym_for] = ACTIONS(2976), [anon_sym_return] = ACTIONS(2976), [anon_sym_break] = ACTIONS(2976), [anon_sym_continue] = ACTIONS(2976), [anon_sym_goto] = ACTIONS(2976), [anon_sym_not] = ACTIONS(2976), [anon_sym_compl] = ACTIONS(2976), [anon_sym_DASH_DASH] = ACTIONS(2978), [anon_sym_PLUS_PLUS] = ACTIONS(2978), [anon_sym_sizeof] = ACTIONS(2976), [anon_sym_offsetof] = ACTIONS(2976), [anon_sym__Generic] = ACTIONS(2976), [anon_sym_asm] = ACTIONS(2976), [anon_sym___asm__] = ACTIONS(2976), [sym_number_literal] = ACTIONS(2978), [anon_sym_L_SQUOTE] = ACTIONS(2978), [anon_sym_u_SQUOTE] = ACTIONS(2978), [anon_sym_U_SQUOTE] = ACTIONS(2978), [anon_sym_u8_SQUOTE] = ACTIONS(2978), [anon_sym_SQUOTE] = ACTIONS(2978), [anon_sym_L_DQUOTE] = ACTIONS(2978), [anon_sym_u_DQUOTE] = ACTIONS(2978), [anon_sym_U_DQUOTE] = ACTIONS(2978), [anon_sym_u8_DQUOTE] = ACTIONS(2978), [anon_sym_DQUOTE] = ACTIONS(2978), [sym_true] = ACTIONS(2976), [sym_false] = ACTIONS(2976), [anon_sym_NULL] = ACTIONS(2976), [anon_sym_nullptr] = ACTIONS(2976), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2976), [anon_sym_decltype] = ACTIONS(2976), [anon_sym_virtual] = ACTIONS(2976), [anon_sym_explicit] = ACTIONS(2976), [anon_sym_typename] = ACTIONS(2976), [anon_sym_template] = ACTIONS(2976), [anon_sym_operator] = ACTIONS(2976), [anon_sym_try] = ACTIONS(2976), [anon_sym_delete] = ACTIONS(2976), [anon_sym_throw] = ACTIONS(2976), [anon_sym_namespace] = ACTIONS(2976), [anon_sym_using] = ACTIONS(2976), [anon_sym_static_assert] = ACTIONS(2976), [anon_sym_concept] = ACTIONS(2976), [anon_sym_co_return] = ACTIONS(2976), [anon_sym_co_yield] = ACTIONS(2976), [anon_sym_R_DQUOTE] = ACTIONS(2978), [anon_sym_LR_DQUOTE] = ACTIONS(2978), [anon_sym_uR_DQUOTE] = ACTIONS(2978), [anon_sym_UR_DQUOTE] = ACTIONS(2978), [anon_sym_u8R_DQUOTE] = ACTIONS(2978), [anon_sym_co_await] = ACTIONS(2976), [anon_sym_new] = ACTIONS(2976), [anon_sym_requires] = ACTIONS(2976), [sym_this] = ACTIONS(2976), }, [1160] = { [sym_identifier] = ACTIONS(3103), [aux_sym_preproc_include_token1] = ACTIONS(3103), [aux_sym_preproc_def_token1] = ACTIONS(3103), [aux_sym_preproc_if_token1] = ACTIONS(3103), [aux_sym_preproc_ifdef_token1] = ACTIONS(3103), [aux_sym_preproc_ifdef_token2] = ACTIONS(3103), [sym_preproc_directive] = ACTIONS(3103), [anon_sym_LPAREN2] = ACTIONS(3105), [anon_sym_BANG] = ACTIONS(3105), [anon_sym_TILDE] = ACTIONS(3105), [anon_sym_DASH] = ACTIONS(3103), [anon_sym_PLUS] = ACTIONS(3103), [anon_sym_STAR] = ACTIONS(3105), [anon_sym_AMP_AMP] = ACTIONS(3105), [anon_sym_AMP] = ACTIONS(3103), [anon_sym_SEMI] = ACTIONS(3105), [anon_sym_typedef] = ACTIONS(3103), [anon_sym_extern] = ACTIONS(3103), [anon_sym___attribute__] = ACTIONS(3103), [anon_sym_COLON_COLON] = ACTIONS(3105), [anon_sym_LBRACK_LBRACK] = ACTIONS(3105), [anon_sym___declspec] = ACTIONS(3103), [anon_sym___based] = ACTIONS(3103), [anon_sym___cdecl] = ACTIONS(3103), [anon_sym___clrcall] = ACTIONS(3103), [anon_sym___stdcall] = ACTIONS(3103), [anon_sym___fastcall] = ACTIONS(3103), [anon_sym___thiscall] = ACTIONS(3103), [anon_sym___vectorcall] = ACTIONS(3103), [anon_sym_LBRACE] = ACTIONS(3105), [anon_sym_RBRACE] = ACTIONS(3105), [anon_sym_signed] = ACTIONS(3103), [anon_sym_unsigned] = ACTIONS(3103), [anon_sym_long] = ACTIONS(3103), [anon_sym_short] = ACTIONS(3103), [anon_sym_LBRACK] = ACTIONS(3103), [anon_sym_static] = ACTIONS(3103), [anon_sym_register] = ACTIONS(3103), [anon_sym_inline] = ACTIONS(3103), [anon_sym_thread_local] = ACTIONS(3103), [anon_sym_const] = ACTIONS(3103), [anon_sym_constexpr] = ACTIONS(3103), [anon_sym_volatile] = ACTIONS(3103), [anon_sym_restrict] = ACTIONS(3103), [anon_sym___restrict__] = ACTIONS(3103), [anon_sym__Atomic] = ACTIONS(3103), [anon_sym__Noreturn] = ACTIONS(3103), [anon_sym_noreturn] = ACTIONS(3103), [anon_sym_mutable] = ACTIONS(3103), [anon_sym_constinit] = ACTIONS(3103), [anon_sym_consteval] = ACTIONS(3103), [sym_primitive_type] = ACTIONS(3103), [anon_sym_enum] = ACTIONS(3103), [anon_sym_class] = ACTIONS(3103), [anon_sym_struct] = ACTIONS(3103), [anon_sym_union] = ACTIONS(3103), [anon_sym_if] = ACTIONS(3103), [anon_sym_else] = ACTIONS(3103), [anon_sym_switch] = ACTIONS(3103), [anon_sym_case] = ACTIONS(3103), [anon_sym_default] = ACTIONS(3103), [anon_sym_while] = ACTIONS(3103), [anon_sym_do] = ACTIONS(3103), [anon_sym_for] = ACTIONS(3103), [anon_sym_return] = ACTIONS(3103), [anon_sym_break] = ACTIONS(3103), [anon_sym_continue] = ACTIONS(3103), [anon_sym_goto] = ACTIONS(3103), [anon_sym_not] = ACTIONS(3103), [anon_sym_compl] = ACTIONS(3103), [anon_sym_DASH_DASH] = ACTIONS(3105), [anon_sym_PLUS_PLUS] = ACTIONS(3105), [anon_sym_sizeof] = ACTIONS(3103), [anon_sym_offsetof] = ACTIONS(3103), [anon_sym__Generic] = ACTIONS(3103), [anon_sym_asm] = ACTIONS(3103), [anon_sym___asm__] = ACTIONS(3103), [sym_number_literal] = ACTIONS(3105), [anon_sym_L_SQUOTE] = ACTIONS(3105), [anon_sym_u_SQUOTE] = ACTIONS(3105), [anon_sym_U_SQUOTE] = ACTIONS(3105), [anon_sym_u8_SQUOTE] = ACTIONS(3105), [anon_sym_SQUOTE] = ACTIONS(3105), [anon_sym_L_DQUOTE] = ACTIONS(3105), [anon_sym_u_DQUOTE] = ACTIONS(3105), [anon_sym_U_DQUOTE] = ACTIONS(3105), [anon_sym_u8_DQUOTE] = ACTIONS(3105), [anon_sym_DQUOTE] = ACTIONS(3105), [sym_true] = ACTIONS(3103), [sym_false] = ACTIONS(3103), [anon_sym_NULL] = ACTIONS(3103), [anon_sym_nullptr] = ACTIONS(3103), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3103), [anon_sym_decltype] = ACTIONS(3103), [anon_sym_virtual] = ACTIONS(3103), [anon_sym_explicit] = ACTIONS(3103), [anon_sym_typename] = ACTIONS(3103), [anon_sym_template] = ACTIONS(3103), [anon_sym_operator] = ACTIONS(3103), [anon_sym_try] = ACTIONS(3103), [anon_sym_delete] = ACTIONS(3103), [anon_sym_throw] = ACTIONS(3103), [anon_sym_namespace] = ACTIONS(3103), [anon_sym_using] = ACTIONS(3103), [anon_sym_static_assert] = ACTIONS(3103), [anon_sym_concept] = ACTIONS(3103), [anon_sym_co_return] = ACTIONS(3103), [anon_sym_co_yield] = ACTIONS(3103), [anon_sym_R_DQUOTE] = ACTIONS(3105), [anon_sym_LR_DQUOTE] = ACTIONS(3105), [anon_sym_uR_DQUOTE] = ACTIONS(3105), [anon_sym_UR_DQUOTE] = ACTIONS(3105), [anon_sym_u8R_DQUOTE] = ACTIONS(3105), [anon_sym_co_await] = ACTIONS(3103), [anon_sym_new] = ACTIONS(3103), [anon_sym_requires] = ACTIONS(3103), [sym_this] = ACTIONS(3103), }, [1161] = { [sym_identifier] = ACTIONS(3052), [aux_sym_preproc_include_token1] = ACTIONS(3052), [aux_sym_preproc_def_token1] = ACTIONS(3052), [aux_sym_preproc_if_token1] = ACTIONS(3052), [aux_sym_preproc_if_token2] = ACTIONS(3052), [aux_sym_preproc_ifdef_token1] = ACTIONS(3052), [aux_sym_preproc_ifdef_token2] = ACTIONS(3052), [sym_preproc_directive] = ACTIONS(3052), [anon_sym_LPAREN2] = ACTIONS(3054), [anon_sym_BANG] = ACTIONS(3054), [anon_sym_TILDE] = ACTIONS(3054), [anon_sym_DASH] = ACTIONS(3052), [anon_sym_PLUS] = ACTIONS(3052), [anon_sym_STAR] = ACTIONS(3054), [anon_sym_AMP_AMP] = ACTIONS(3054), [anon_sym_AMP] = ACTIONS(3052), [anon_sym_SEMI] = ACTIONS(3054), [anon_sym_typedef] = ACTIONS(3052), [anon_sym_extern] = ACTIONS(3052), [anon_sym___attribute__] = ACTIONS(3052), [anon_sym_COLON_COLON] = ACTIONS(3054), [anon_sym_LBRACK_LBRACK] = ACTIONS(3054), [anon_sym___declspec] = ACTIONS(3052), [anon_sym___based] = ACTIONS(3052), [anon_sym___cdecl] = ACTIONS(3052), [anon_sym___clrcall] = ACTIONS(3052), [anon_sym___stdcall] = ACTIONS(3052), [anon_sym___fastcall] = ACTIONS(3052), [anon_sym___thiscall] = ACTIONS(3052), [anon_sym___vectorcall] = ACTIONS(3052), [anon_sym_LBRACE] = ACTIONS(3054), [anon_sym_signed] = ACTIONS(3052), [anon_sym_unsigned] = ACTIONS(3052), [anon_sym_long] = ACTIONS(3052), [anon_sym_short] = ACTIONS(3052), [anon_sym_LBRACK] = ACTIONS(3052), [anon_sym_static] = ACTIONS(3052), [anon_sym_register] = ACTIONS(3052), [anon_sym_inline] = ACTIONS(3052), [anon_sym_thread_local] = ACTIONS(3052), [anon_sym_const] = ACTIONS(3052), [anon_sym_constexpr] = ACTIONS(3052), [anon_sym_volatile] = ACTIONS(3052), [anon_sym_restrict] = ACTIONS(3052), [anon_sym___restrict__] = ACTIONS(3052), [anon_sym__Atomic] = ACTIONS(3052), [anon_sym__Noreturn] = ACTIONS(3052), [anon_sym_noreturn] = ACTIONS(3052), [anon_sym_mutable] = ACTIONS(3052), [anon_sym_constinit] = ACTIONS(3052), [anon_sym_consteval] = ACTIONS(3052), [sym_primitive_type] = ACTIONS(3052), [anon_sym_enum] = ACTIONS(3052), [anon_sym_class] = ACTIONS(3052), [anon_sym_struct] = ACTIONS(3052), [anon_sym_union] = ACTIONS(3052), [anon_sym_if] = ACTIONS(3052), [anon_sym_else] = ACTIONS(3052), [anon_sym_switch] = ACTIONS(3052), [anon_sym_case] = ACTIONS(3052), [anon_sym_default] = ACTIONS(3052), [anon_sym_while] = ACTIONS(3052), [anon_sym_do] = ACTIONS(3052), [anon_sym_for] = ACTIONS(3052), [anon_sym_return] = ACTIONS(3052), [anon_sym_break] = ACTIONS(3052), [anon_sym_continue] = ACTIONS(3052), [anon_sym_goto] = ACTIONS(3052), [anon_sym_not] = ACTIONS(3052), [anon_sym_compl] = ACTIONS(3052), [anon_sym_DASH_DASH] = ACTIONS(3054), [anon_sym_PLUS_PLUS] = ACTIONS(3054), [anon_sym_sizeof] = ACTIONS(3052), [anon_sym_offsetof] = ACTIONS(3052), [anon_sym__Generic] = ACTIONS(3052), [anon_sym_asm] = ACTIONS(3052), [anon_sym___asm__] = ACTIONS(3052), [sym_number_literal] = ACTIONS(3054), [anon_sym_L_SQUOTE] = ACTIONS(3054), [anon_sym_u_SQUOTE] = ACTIONS(3054), [anon_sym_U_SQUOTE] = ACTIONS(3054), [anon_sym_u8_SQUOTE] = ACTIONS(3054), [anon_sym_SQUOTE] = ACTIONS(3054), [anon_sym_L_DQUOTE] = ACTIONS(3054), [anon_sym_u_DQUOTE] = ACTIONS(3054), [anon_sym_U_DQUOTE] = ACTIONS(3054), [anon_sym_u8_DQUOTE] = ACTIONS(3054), [anon_sym_DQUOTE] = ACTIONS(3054), [sym_true] = ACTIONS(3052), [sym_false] = ACTIONS(3052), [anon_sym_NULL] = ACTIONS(3052), [anon_sym_nullptr] = ACTIONS(3052), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3052), [anon_sym_decltype] = ACTIONS(3052), [anon_sym_virtual] = ACTIONS(3052), [anon_sym_explicit] = ACTIONS(3052), [anon_sym_typename] = ACTIONS(3052), [anon_sym_template] = ACTIONS(3052), [anon_sym_operator] = ACTIONS(3052), [anon_sym_try] = ACTIONS(3052), [anon_sym_delete] = ACTIONS(3052), [anon_sym_throw] = ACTIONS(3052), [anon_sym_namespace] = ACTIONS(3052), [anon_sym_using] = ACTIONS(3052), [anon_sym_static_assert] = ACTIONS(3052), [anon_sym_concept] = ACTIONS(3052), [anon_sym_co_return] = ACTIONS(3052), [anon_sym_co_yield] = ACTIONS(3052), [anon_sym_R_DQUOTE] = ACTIONS(3054), [anon_sym_LR_DQUOTE] = ACTIONS(3054), [anon_sym_uR_DQUOTE] = ACTIONS(3054), [anon_sym_UR_DQUOTE] = ACTIONS(3054), [anon_sym_u8R_DQUOTE] = ACTIONS(3054), [anon_sym_co_await] = ACTIONS(3052), [anon_sym_new] = ACTIONS(3052), [anon_sym_requires] = ACTIONS(3052), [sym_this] = ACTIONS(3052), }, [1162] = { [sym_identifier] = ACTIONS(3008), [aux_sym_preproc_include_token1] = ACTIONS(3008), [aux_sym_preproc_def_token1] = ACTIONS(3008), [aux_sym_preproc_if_token1] = ACTIONS(3008), [aux_sym_preproc_ifdef_token1] = ACTIONS(3008), [aux_sym_preproc_ifdef_token2] = ACTIONS(3008), [sym_preproc_directive] = ACTIONS(3008), [anon_sym_LPAREN2] = ACTIONS(3010), [anon_sym_BANG] = ACTIONS(3010), [anon_sym_TILDE] = ACTIONS(3010), [anon_sym_DASH] = ACTIONS(3008), [anon_sym_PLUS] = ACTIONS(3008), [anon_sym_STAR] = ACTIONS(3010), [anon_sym_AMP_AMP] = ACTIONS(3010), [anon_sym_AMP] = ACTIONS(3008), [anon_sym_SEMI] = ACTIONS(3010), [anon_sym_typedef] = ACTIONS(3008), [anon_sym_extern] = ACTIONS(3008), [anon_sym___attribute__] = ACTIONS(3008), [anon_sym_COLON_COLON] = ACTIONS(3010), [anon_sym_LBRACK_LBRACK] = ACTIONS(3010), [anon_sym___declspec] = ACTIONS(3008), [anon_sym___based] = ACTIONS(3008), [anon_sym___cdecl] = ACTIONS(3008), [anon_sym___clrcall] = ACTIONS(3008), [anon_sym___stdcall] = ACTIONS(3008), [anon_sym___fastcall] = ACTIONS(3008), [anon_sym___thiscall] = ACTIONS(3008), [anon_sym___vectorcall] = ACTIONS(3008), [anon_sym_LBRACE] = ACTIONS(3010), [anon_sym_RBRACE] = ACTIONS(3010), [anon_sym_signed] = ACTIONS(3008), [anon_sym_unsigned] = ACTIONS(3008), [anon_sym_long] = ACTIONS(3008), [anon_sym_short] = ACTIONS(3008), [anon_sym_LBRACK] = ACTIONS(3008), [anon_sym_static] = ACTIONS(3008), [anon_sym_register] = ACTIONS(3008), [anon_sym_inline] = ACTIONS(3008), [anon_sym_thread_local] = ACTIONS(3008), [anon_sym_const] = ACTIONS(3008), [anon_sym_constexpr] = ACTIONS(3008), [anon_sym_volatile] = ACTIONS(3008), [anon_sym_restrict] = ACTIONS(3008), [anon_sym___restrict__] = ACTIONS(3008), [anon_sym__Atomic] = ACTIONS(3008), [anon_sym__Noreturn] = ACTIONS(3008), [anon_sym_noreturn] = ACTIONS(3008), [anon_sym_mutable] = ACTIONS(3008), [anon_sym_constinit] = ACTIONS(3008), [anon_sym_consteval] = ACTIONS(3008), [sym_primitive_type] = ACTIONS(3008), [anon_sym_enum] = ACTIONS(3008), [anon_sym_class] = ACTIONS(3008), [anon_sym_struct] = ACTIONS(3008), [anon_sym_union] = ACTIONS(3008), [anon_sym_if] = ACTIONS(3008), [anon_sym_else] = ACTIONS(3008), [anon_sym_switch] = ACTIONS(3008), [anon_sym_case] = ACTIONS(3008), [anon_sym_default] = ACTIONS(3008), [anon_sym_while] = ACTIONS(3008), [anon_sym_do] = ACTIONS(3008), [anon_sym_for] = ACTIONS(3008), [anon_sym_return] = ACTIONS(3008), [anon_sym_break] = ACTIONS(3008), [anon_sym_continue] = ACTIONS(3008), [anon_sym_goto] = ACTIONS(3008), [anon_sym_not] = ACTIONS(3008), [anon_sym_compl] = ACTIONS(3008), [anon_sym_DASH_DASH] = ACTIONS(3010), [anon_sym_PLUS_PLUS] = ACTIONS(3010), [anon_sym_sizeof] = ACTIONS(3008), [anon_sym_offsetof] = ACTIONS(3008), [anon_sym__Generic] = ACTIONS(3008), [anon_sym_asm] = ACTIONS(3008), [anon_sym___asm__] = ACTIONS(3008), [sym_number_literal] = ACTIONS(3010), [anon_sym_L_SQUOTE] = ACTIONS(3010), [anon_sym_u_SQUOTE] = ACTIONS(3010), [anon_sym_U_SQUOTE] = ACTIONS(3010), [anon_sym_u8_SQUOTE] = ACTIONS(3010), [anon_sym_SQUOTE] = ACTIONS(3010), [anon_sym_L_DQUOTE] = ACTIONS(3010), [anon_sym_u_DQUOTE] = ACTIONS(3010), [anon_sym_U_DQUOTE] = ACTIONS(3010), [anon_sym_u8_DQUOTE] = ACTIONS(3010), [anon_sym_DQUOTE] = ACTIONS(3010), [sym_true] = ACTIONS(3008), [sym_false] = ACTIONS(3008), [anon_sym_NULL] = ACTIONS(3008), [anon_sym_nullptr] = ACTIONS(3008), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3008), [anon_sym_decltype] = ACTIONS(3008), [anon_sym_virtual] = ACTIONS(3008), [anon_sym_explicit] = ACTIONS(3008), [anon_sym_typename] = ACTIONS(3008), [anon_sym_template] = ACTIONS(3008), [anon_sym_operator] = ACTIONS(3008), [anon_sym_try] = ACTIONS(3008), [anon_sym_delete] = ACTIONS(3008), [anon_sym_throw] = ACTIONS(3008), [anon_sym_namespace] = ACTIONS(3008), [anon_sym_using] = ACTIONS(3008), [anon_sym_static_assert] = ACTIONS(3008), [anon_sym_concept] = ACTIONS(3008), [anon_sym_co_return] = ACTIONS(3008), [anon_sym_co_yield] = ACTIONS(3008), [anon_sym_R_DQUOTE] = ACTIONS(3010), [anon_sym_LR_DQUOTE] = ACTIONS(3010), [anon_sym_uR_DQUOTE] = ACTIONS(3010), [anon_sym_UR_DQUOTE] = ACTIONS(3010), [anon_sym_u8R_DQUOTE] = ACTIONS(3010), [anon_sym_co_await] = ACTIONS(3008), [anon_sym_new] = ACTIONS(3008), [anon_sym_requires] = ACTIONS(3008), [sym_this] = ACTIONS(3008), }, [1163] = { [sym_identifier] = ACTIONS(3060), [aux_sym_preproc_include_token1] = ACTIONS(3060), [aux_sym_preproc_def_token1] = ACTIONS(3060), [aux_sym_preproc_if_token1] = ACTIONS(3060), [aux_sym_preproc_ifdef_token1] = ACTIONS(3060), [aux_sym_preproc_ifdef_token2] = ACTIONS(3060), [sym_preproc_directive] = ACTIONS(3060), [anon_sym_LPAREN2] = ACTIONS(3062), [anon_sym_BANG] = ACTIONS(3062), [anon_sym_TILDE] = ACTIONS(3062), [anon_sym_DASH] = ACTIONS(3060), [anon_sym_PLUS] = ACTIONS(3060), [anon_sym_STAR] = ACTIONS(3062), [anon_sym_AMP_AMP] = ACTIONS(3062), [anon_sym_AMP] = ACTIONS(3060), [anon_sym_SEMI] = ACTIONS(3062), [anon_sym_typedef] = ACTIONS(3060), [anon_sym_extern] = ACTIONS(3060), [anon_sym___attribute__] = ACTIONS(3060), [anon_sym_COLON_COLON] = ACTIONS(3062), [anon_sym_LBRACK_LBRACK] = ACTIONS(3062), [anon_sym___declspec] = ACTIONS(3060), [anon_sym___based] = ACTIONS(3060), [anon_sym___cdecl] = ACTIONS(3060), [anon_sym___clrcall] = ACTIONS(3060), [anon_sym___stdcall] = ACTIONS(3060), [anon_sym___fastcall] = ACTIONS(3060), [anon_sym___thiscall] = ACTIONS(3060), [anon_sym___vectorcall] = ACTIONS(3060), [anon_sym_LBRACE] = ACTIONS(3062), [anon_sym_RBRACE] = ACTIONS(3062), [anon_sym_signed] = ACTIONS(3060), [anon_sym_unsigned] = ACTIONS(3060), [anon_sym_long] = ACTIONS(3060), [anon_sym_short] = ACTIONS(3060), [anon_sym_LBRACK] = ACTIONS(3060), [anon_sym_static] = ACTIONS(3060), [anon_sym_register] = ACTIONS(3060), [anon_sym_inline] = ACTIONS(3060), [anon_sym_thread_local] = ACTIONS(3060), [anon_sym_const] = ACTIONS(3060), [anon_sym_constexpr] = ACTIONS(3060), [anon_sym_volatile] = ACTIONS(3060), [anon_sym_restrict] = ACTIONS(3060), [anon_sym___restrict__] = ACTIONS(3060), [anon_sym__Atomic] = ACTIONS(3060), [anon_sym__Noreturn] = ACTIONS(3060), [anon_sym_noreturn] = ACTIONS(3060), [anon_sym_mutable] = ACTIONS(3060), [anon_sym_constinit] = ACTIONS(3060), [anon_sym_consteval] = ACTIONS(3060), [sym_primitive_type] = ACTIONS(3060), [anon_sym_enum] = ACTIONS(3060), [anon_sym_class] = ACTIONS(3060), [anon_sym_struct] = ACTIONS(3060), [anon_sym_union] = ACTIONS(3060), [anon_sym_if] = ACTIONS(3060), [anon_sym_else] = ACTIONS(3060), [anon_sym_switch] = ACTIONS(3060), [anon_sym_case] = ACTIONS(3060), [anon_sym_default] = ACTIONS(3060), [anon_sym_while] = ACTIONS(3060), [anon_sym_do] = ACTIONS(3060), [anon_sym_for] = ACTIONS(3060), [anon_sym_return] = ACTIONS(3060), [anon_sym_break] = ACTIONS(3060), [anon_sym_continue] = ACTIONS(3060), [anon_sym_goto] = ACTIONS(3060), [anon_sym_not] = ACTIONS(3060), [anon_sym_compl] = ACTIONS(3060), [anon_sym_DASH_DASH] = ACTIONS(3062), [anon_sym_PLUS_PLUS] = ACTIONS(3062), [anon_sym_sizeof] = ACTIONS(3060), [anon_sym_offsetof] = ACTIONS(3060), [anon_sym__Generic] = ACTIONS(3060), [anon_sym_asm] = ACTIONS(3060), [anon_sym___asm__] = ACTIONS(3060), [sym_number_literal] = ACTIONS(3062), [anon_sym_L_SQUOTE] = ACTIONS(3062), [anon_sym_u_SQUOTE] = ACTIONS(3062), [anon_sym_U_SQUOTE] = ACTIONS(3062), [anon_sym_u8_SQUOTE] = ACTIONS(3062), [anon_sym_SQUOTE] = ACTIONS(3062), [anon_sym_L_DQUOTE] = ACTIONS(3062), [anon_sym_u_DQUOTE] = ACTIONS(3062), [anon_sym_U_DQUOTE] = ACTIONS(3062), [anon_sym_u8_DQUOTE] = ACTIONS(3062), [anon_sym_DQUOTE] = ACTIONS(3062), [sym_true] = ACTIONS(3060), [sym_false] = ACTIONS(3060), [anon_sym_NULL] = ACTIONS(3060), [anon_sym_nullptr] = ACTIONS(3060), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3060), [anon_sym_decltype] = ACTIONS(3060), [anon_sym_virtual] = ACTIONS(3060), [anon_sym_explicit] = ACTIONS(3060), [anon_sym_typename] = ACTIONS(3060), [anon_sym_template] = ACTIONS(3060), [anon_sym_operator] = ACTIONS(3060), [anon_sym_try] = ACTIONS(3060), [anon_sym_delete] = ACTIONS(3060), [anon_sym_throw] = ACTIONS(3060), [anon_sym_namespace] = ACTIONS(3060), [anon_sym_using] = ACTIONS(3060), [anon_sym_static_assert] = ACTIONS(3060), [anon_sym_concept] = ACTIONS(3060), [anon_sym_co_return] = ACTIONS(3060), [anon_sym_co_yield] = ACTIONS(3060), [anon_sym_R_DQUOTE] = ACTIONS(3062), [anon_sym_LR_DQUOTE] = ACTIONS(3062), [anon_sym_uR_DQUOTE] = ACTIONS(3062), [anon_sym_UR_DQUOTE] = ACTIONS(3062), [anon_sym_u8R_DQUOTE] = ACTIONS(3062), [anon_sym_co_await] = ACTIONS(3060), [anon_sym_new] = ACTIONS(3060), [anon_sym_requires] = ACTIONS(3060), [sym_this] = ACTIONS(3060), }, [1164] = { [sym_identifier] = ACTIONS(3095), [aux_sym_preproc_include_token1] = ACTIONS(3095), [aux_sym_preproc_def_token1] = ACTIONS(3095), [aux_sym_preproc_if_token1] = ACTIONS(3095), [aux_sym_preproc_ifdef_token1] = ACTIONS(3095), [aux_sym_preproc_ifdef_token2] = ACTIONS(3095), [sym_preproc_directive] = ACTIONS(3095), [anon_sym_LPAREN2] = ACTIONS(3097), [anon_sym_BANG] = ACTIONS(3097), [anon_sym_TILDE] = ACTIONS(3097), [anon_sym_DASH] = ACTIONS(3095), [anon_sym_PLUS] = ACTIONS(3095), [anon_sym_STAR] = ACTIONS(3097), [anon_sym_AMP_AMP] = ACTIONS(3097), [anon_sym_AMP] = ACTIONS(3095), [anon_sym_SEMI] = ACTIONS(3097), [anon_sym_typedef] = ACTIONS(3095), [anon_sym_extern] = ACTIONS(3095), [anon_sym___attribute__] = ACTIONS(3095), [anon_sym_COLON_COLON] = ACTIONS(3097), [anon_sym_LBRACK_LBRACK] = ACTIONS(3097), [anon_sym___declspec] = ACTIONS(3095), [anon_sym___based] = ACTIONS(3095), [anon_sym___cdecl] = ACTIONS(3095), [anon_sym___clrcall] = ACTIONS(3095), [anon_sym___stdcall] = ACTIONS(3095), [anon_sym___fastcall] = ACTIONS(3095), [anon_sym___thiscall] = ACTIONS(3095), [anon_sym___vectorcall] = ACTIONS(3095), [anon_sym_LBRACE] = ACTIONS(3097), [anon_sym_RBRACE] = ACTIONS(3097), [anon_sym_signed] = ACTIONS(3095), [anon_sym_unsigned] = ACTIONS(3095), [anon_sym_long] = ACTIONS(3095), [anon_sym_short] = ACTIONS(3095), [anon_sym_LBRACK] = ACTIONS(3095), [anon_sym_static] = ACTIONS(3095), [anon_sym_register] = ACTIONS(3095), [anon_sym_inline] = ACTIONS(3095), [anon_sym_thread_local] = ACTIONS(3095), [anon_sym_const] = ACTIONS(3095), [anon_sym_constexpr] = ACTIONS(3095), [anon_sym_volatile] = ACTIONS(3095), [anon_sym_restrict] = ACTIONS(3095), [anon_sym___restrict__] = ACTIONS(3095), [anon_sym__Atomic] = ACTIONS(3095), [anon_sym__Noreturn] = ACTIONS(3095), [anon_sym_noreturn] = ACTIONS(3095), [anon_sym_mutable] = ACTIONS(3095), [anon_sym_constinit] = ACTIONS(3095), [anon_sym_consteval] = ACTIONS(3095), [sym_primitive_type] = ACTIONS(3095), [anon_sym_enum] = ACTIONS(3095), [anon_sym_class] = ACTIONS(3095), [anon_sym_struct] = ACTIONS(3095), [anon_sym_union] = ACTIONS(3095), [anon_sym_if] = ACTIONS(3095), [anon_sym_else] = ACTIONS(3095), [anon_sym_switch] = ACTIONS(3095), [anon_sym_case] = ACTIONS(3095), [anon_sym_default] = ACTIONS(3095), [anon_sym_while] = ACTIONS(3095), [anon_sym_do] = ACTIONS(3095), [anon_sym_for] = ACTIONS(3095), [anon_sym_return] = ACTIONS(3095), [anon_sym_break] = ACTIONS(3095), [anon_sym_continue] = ACTIONS(3095), [anon_sym_goto] = ACTIONS(3095), [anon_sym_not] = ACTIONS(3095), [anon_sym_compl] = ACTIONS(3095), [anon_sym_DASH_DASH] = ACTIONS(3097), [anon_sym_PLUS_PLUS] = ACTIONS(3097), [anon_sym_sizeof] = ACTIONS(3095), [anon_sym_offsetof] = ACTIONS(3095), [anon_sym__Generic] = ACTIONS(3095), [anon_sym_asm] = ACTIONS(3095), [anon_sym___asm__] = ACTIONS(3095), [sym_number_literal] = ACTIONS(3097), [anon_sym_L_SQUOTE] = ACTIONS(3097), [anon_sym_u_SQUOTE] = ACTIONS(3097), [anon_sym_U_SQUOTE] = ACTIONS(3097), [anon_sym_u8_SQUOTE] = ACTIONS(3097), [anon_sym_SQUOTE] = ACTIONS(3097), [anon_sym_L_DQUOTE] = ACTIONS(3097), [anon_sym_u_DQUOTE] = ACTIONS(3097), [anon_sym_U_DQUOTE] = ACTIONS(3097), [anon_sym_u8_DQUOTE] = ACTIONS(3097), [anon_sym_DQUOTE] = ACTIONS(3097), [sym_true] = ACTIONS(3095), [sym_false] = ACTIONS(3095), [anon_sym_NULL] = ACTIONS(3095), [anon_sym_nullptr] = ACTIONS(3095), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3095), [anon_sym_decltype] = ACTIONS(3095), [anon_sym_virtual] = ACTIONS(3095), [anon_sym_explicit] = ACTIONS(3095), [anon_sym_typename] = ACTIONS(3095), [anon_sym_template] = ACTIONS(3095), [anon_sym_operator] = ACTIONS(3095), [anon_sym_try] = ACTIONS(3095), [anon_sym_delete] = ACTIONS(3095), [anon_sym_throw] = ACTIONS(3095), [anon_sym_namespace] = ACTIONS(3095), [anon_sym_using] = ACTIONS(3095), [anon_sym_static_assert] = ACTIONS(3095), [anon_sym_concept] = ACTIONS(3095), [anon_sym_co_return] = ACTIONS(3095), [anon_sym_co_yield] = ACTIONS(3095), [anon_sym_R_DQUOTE] = ACTIONS(3097), [anon_sym_LR_DQUOTE] = ACTIONS(3097), [anon_sym_uR_DQUOTE] = ACTIONS(3097), [anon_sym_UR_DQUOTE] = ACTIONS(3097), [anon_sym_u8R_DQUOTE] = ACTIONS(3097), [anon_sym_co_await] = ACTIONS(3095), [anon_sym_new] = ACTIONS(3095), [anon_sym_requires] = ACTIONS(3095), [sym_this] = ACTIONS(3095), }, [1165] = { [ts_builtin_sym_end] = ACTIONS(2986), [sym_identifier] = ACTIONS(2984), [aux_sym_preproc_include_token1] = ACTIONS(2984), [aux_sym_preproc_def_token1] = ACTIONS(2984), [aux_sym_preproc_if_token1] = ACTIONS(2984), [aux_sym_preproc_ifdef_token1] = ACTIONS(2984), [aux_sym_preproc_ifdef_token2] = ACTIONS(2984), [sym_preproc_directive] = ACTIONS(2984), [anon_sym_LPAREN2] = ACTIONS(2986), [anon_sym_BANG] = ACTIONS(2986), [anon_sym_TILDE] = ACTIONS(2986), [anon_sym_DASH] = ACTIONS(2984), [anon_sym_PLUS] = ACTIONS(2984), [anon_sym_STAR] = ACTIONS(2986), [anon_sym_AMP_AMP] = ACTIONS(2986), [anon_sym_AMP] = ACTIONS(2984), [anon_sym_SEMI] = ACTIONS(2986), [anon_sym_typedef] = ACTIONS(2984), [anon_sym_extern] = ACTIONS(2984), [anon_sym___attribute__] = ACTIONS(2984), [anon_sym_COLON_COLON] = ACTIONS(2986), [anon_sym_LBRACK_LBRACK] = ACTIONS(2986), [anon_sym___declspec] = ACTIONS(2984), [anon_sym___based] = ACTIONS(2984), [anon_sym___cdecl] = ACTIONS(2984), [anon_sym___clrcall] = ACTIONS(2984), [anon_sym___stdcall] = ACTIONS(2984), [anon_sym___fastcall] = ACTIONS(2984), [anon_sym___thiscall] = ACTIONS(2984), [anon_sym___vectorcall] = ACTIONS(2984), [anon_sym_LBRACE] = ACTIONS(2986), [anon_sym_signed] = ACTIONS(2984), [anon_sym_unsigned] = ACTIONS(2984), [anon_sym_long] = ACTIONS(2984), [anon_sym_short] = ACTIONS(2984), [anon_sym_LBRACK] = ACTIONS(2984), [anon_sym_static] = ACTIONS(2984), [anon_sym_register] = ACTIONS(2984), [anon_sym_inline] = ACTIONS(2984), [anon_sym_thread_local] = ACTIONS(2984), [anon_sym_const] = ACTIONS(2984), [anon_sym_constexpr] = ACTIONS(2984), [anon_sym_volatile] = ACTIONS(2984), [anon_sym_restrict] = ACTIONS(2984), [anon_sym___restrict__] = ACTIONS(2984), [anon_sym__Atomic] = ACTIONS(2984), [anon_sym__Noreturn] = ACTIONS(2984), [anon_sym_noreturn] = ACTIONS(2984), [anon_sym_mutable] = ACTIONS(2984), [anon_sym_constinit] = ACTIONS(2984), [anon_sym_consteval] = ACTIONS(2984), [sym_primitive_type] = ACTIONS(2984), [anon_sym_enum] = ACTIONS(2984), [anon_sym_class] = ACTIONS(2984), [anon_sym_struct] = ACTIONS(2984), [anon_sym_union] = ACTIONS(2984), [anon_sym_if] = ACTIONS(2984), [anon_sym_else] = ACTIONS(2984), [anon_sym_switch] = ACTIONS(2984), [anon_sym_case] = ACTIONS(2984), [anon_sym_default] = ACTIONS(2984), [anon_sym_while] = ACTIONS(2984), [anon_sym_do] = ACTIONS(2984), [anon_sym_for] = ACTIONS(2984), [anon_sym_return] = ACTIONS(2984), [anon_sym_break] = ACTIONS(2984), [anon_sym_continue] = ACTIONS(2984), [anon_sym_goto] = ACTIONS(2984), [anon_sym_not] = ACTIONS(2984), [anon_sym_compl] = ACTIONS(2984), [anon_sym_DASH_DASH] = ACTIONS(2986), [anon_sym_PLUS_PLUS] = ACTIONS(2986), [anon_sym_sizeof] = ACTIONS(2984), [anon_sym_offsetof] = ACTIONS(2984), [anon_sym__Generic] = ACTIONS(2984), [anon_sym_asm] = ACTIONS(2984), [anon_sym___asm__] = ACTIONS(2984), [sym_number_literal] = ACTIONS(2986), [anon_sym_L_SQUOTE] = ACTIONS(2986), [anon_sym_u_SQUOTE] = ACTIONS(2986), [anon_sym_U_SQUOTE] = ACTIONS(2986), [anon_sym_u8_SQUOTE] = ACTIONS(2986), [anon_sym_SQUOTE] = ACTIONS(2986), [anon_sym_L_DQUOTE] = ACTIONS(2986), [anon_sym_u_DQUOTE] = ACTIONS(2986), [anon_sym_U_DQUOTE] = ACTIONS(2986), [anon_sym_u8_DQUOTE] = ACTIONS(2986), [anon_sym_DQUOTE] = ACTIONS(2986), [sym_true] = ACTIONS(2984), [sym_false] = ACTIONS(2984), [anon_sym_NULL] = ACTIONS(2984), [anon_sym_nullptr] = ACTIONS(2984), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2984), [anon_sym_decltype] = ACTIONS(2984), [anon_sym_virtual] = ACTIONS(2984), [anon_sym_explicit] = ACTIONS(2984), [anon_sym_typename] = ACTIONS(2984), [anon_sym_template] = ACTIONS(2984), [anon_sym_operator] = ACTIONS(2984), [anon_sym_try] = ACTIONS(2984), [anon_sym_delete] = ACTIONS(2984), [anon_sym_throw] = ACTIONS(2984), [anon_sym_namespace] = ACTIONS(2984), [anon_sym_using] = ACTIONS(2984), [anon_sym_static_assert] = ACTIONS(2984), [anon_sym_concept] = ACTIONS(2984), [anon_sym_co_return] = ACTIONS(2984), [anon_sym_co_yield] = ACTIONS(2984), [anon_sym_R_DQUOTE] = ACTIONS(2986), [anon_sym_LR_DQUOTE] = ACTIONS(2986), [anon_sym_uR_DQUOTE] = ACTIONS(2986), [anon_sym_UR_DQUOTE] = ACTIONS(2986), [anon_sym_u8R_DQUOTE] = ACTIONS(2986), [anon_sym_co_await] = ACTIONS(2984), [anon_sym_new] = ACTIONS(2984), [anon_sym_requires] = ACTIONS(2984), [sym_this] = ACTIONS(2984), }, [1166] = { [sym_identifier] = ACTIONS(3099), [aux_sym_preproc_include_token1] = ACTIONS(3099), [aux_sym_preproc_def_token1] = ACTIONS(3099), [aux_sym_preproc_if_token1] = ACTIONS(3099), [aux_sym_preproc_ifdef_token1] = ACTIONS(3099), [aux_sym_preproc_ifdef_token2] = ACTIONS(3099), [sym_preproc_directive] = ACTIONS(3099), [anon_sym_LPAREN2] = ACTIONS(3101), [anon_sym_BANG] = ACTIONS(3101), [anon_sym_TILDE] = ACTIONS(3101), [anon_sym_DASH] = ACTIONS(3099), [anon_sym_PLUS] = ACTIONS(3099), [anon_sym_STAR] = ACTIONS(3101), [anon_sym_AMP_AMP] = ACTIONS(3101), [anon_sym_AMP] = ACTIONS(3099), [anon_sym_SEMI] = ACTIONS(3101), [anon_sym_typedef] = ACTIONS(3099), [anon_sym_extern] = ACTIONS(3099), [anon_sym___attribute__] = ACTIONS(3099), [anon_sym_COLON_COLON] = ACTIONS(3101), [anon_sym_LBRACK_LBRACK] = ACTIONS(3101), [anon_sym___declspec] = ACTIONS(3099), [anon_sym___based] = ACTIONS(3099), [anon_sym___cdecl] = ACTIONS(3099), [anon_sym___clrcall] = ACTIONS(3099), [anon_sym___stdcall] = ACTIONS(3099), [anon_sym___fastcall] = ACTIONS(3099), [anon_sym___thiscall] = ACTIONS(3099), [anon_sym___vectorcall] = ACTIONS(3099), [anon_sym_LBRACE] = ACTIONS(3101), [anon_sym_RBRACE] = ACTIONS(3101), [anon_sym_signed] = ACTIONS(3099), [anon_sym_unsigned] = ACTIONS(3099), [anon_sym_long] = ACTIONS(3099), [anon_sym_short] = ACTIONS(3099), [anon_sym_LBRACK] = ACTIONS(3099), [anon_sym_static] = ACTIONS(3099), [anon_sym_register] = ACTIONS(3099), [anon_sym_inline] = ACTIONS(3099), [anon_sym_thread_local] = ACTIONS(3099), [anon_sym_const] = ACTIONS(3099), [anon_sym_constexpr] = ACTIONS(3099), [anon_sym_volatile] = ACTIONS(3099), [anon_sym_restrict] = ACTIONS(3099), [anon_sym___restrict__] = ACTIONS(3099), [anon_sym__Atomic] = ACTIONS(3099), [anon_sym__Noreturn] = ACTIONS(3099), [anon_sym_noreturn] = ACTIONS(3099), [anon_sym_mutable] = ACTIONS(3099), [anon_sym_constinit] = ACTIONS(3099), [anon_sym_consteval] = ACTIONS(3099), [sym_primitive_type] = ACTIONS(3099), [anon_sym_enum] = ACTIONS(3099), [anon_sym_class] = ACTIONS(3099), [anon_sym_struct] = ACTIONS(3099), [anon_sym_union] = ACTIONS(3099), [anon_sym_if] = ACTIONS(3099), [anon_sym_else] = ACTIONS(3099), [anon_sym_switch] = ACTIONS(3099), [anon_sym_case] = ACTIONS(3099), [anon_sym_default] = ACTIONS(3099), [anon_sym_while] = ACTIONS(3099), [anon_sym_do] = ACTIONS(3099), [anon_sym_for] = ACTIONS(3099), [anon_sym_return] = ACTIONS(3099), [anon_sym_break] = ACTIONS(3099), [anon_sym_continue] = ACTIONS(3099), [anon_sym_goto] = ACTIONS(3099), [anon_sym_not] = ACTIONS(3099), [anon_sym_compl] = ACTIONS(3099), [anon_sym_DASH_DASH] = ACTIONS(3101), [anon_sym_PLUS_PLUS] = ACTIONS(3101), [anon_sym_sizeof] = ACTIONS(3099), [anon_sym_offsetof] = ACTIONS(3099), [anon_sym__Generic] = ACTIONS(3099), [anon_sym_asm] = ACTIONS(3099), [anon_sym___asm__] = ACTIONS(3099), [sym_number_literal] = ACTIONS(3101), [anon_sym_L_SQUOTE] = ACTIONS(3101), [anon_sym_u_SQUOTE] = ACTIONS(3101), [anon_sym_U_SQUOTE] = ACTIONS(3101), [anon_sym_u8_SQUOTE] = ACTIONS(3101), [anon_sym_SQUOTE] = ACTIONS(3101), [anon_sym_L_DQUOTE] = ACTIONS(3101), [anon_sym_u_DQUOTE] = ACTIONS(3101), [anon_sym_U_DQUOTE] = ACTIONS(3101), [anon_sym_u8_DQUOTE] = ACTIONS(3101), [anon_sym_DQUOTE] = ACTIONS(3101), [sym_true] = ACTIONS(3099), [sym_false] = ACTIONS(3099), [anon_sym_NULL] = ACTIONS(3099), [anon_sym_nullptr] = ACTIONS(3099), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3099), [anon_sym_decltype] = ACTIONS(3099), [anon_sym_virtual] = ACTIONS(3099), [anon_sym_explicit] = ACTIONS(3099), [anon_sym_typename] = ACTIONS(3099), [anon_sym_template] = ACTIONS(3099), [anon_sym_operator] = ACTIONS(3099), [anon_sym_try] = ACTIONS(3099), [anon_sym_delete] = ACTIONS(3099), [anon_sym_throw] = ACTIONS(3099), [anon_sym_namespace] = ACTIONS(3099), [anon_sym_using] = ACTIONS(3099), [anon_sym_static_assert] = ACTIONS(3099), [anon_sym_concept] = ACTIONS(3099), [anon_sym_co_return] = ACTIONS(3099), [anon_sym_co_yield] = ACTIONS(3099), [anon_sym_R_DQUOTE] = ACTIONS(3101), [anon_sym_LR_DQUOTE] = ACTIONS(3101), [anon_sym_uR_DQUOTE] = ACTIONS(3101), [anon_sym_UR_DQUOTE] = ACTIONS(3101), [anon_sym_u8R_DQUOTE] = ACTIONS(3101), [anon_sym_co_await] = ACTIONS(3099), [anon_sym_new] = ACTIONS(3099), [anon_sym_requires] = ACTIONS(3099), [sym_this] = ACTIONS(3099), }, [1167] = { [ts_builtin_sym_end] = ACTIONS(2990), [sym_identifier] = ACTIONS(2988), [aux_sym_preproc_include_token1] = ACTIONS(2988), [aux_sym_preproc_def_token1] = ACTIONS(2988), [aux_sym_preproc_if_token1] = ACTIONS(2988), [aux_sym_preproc_ifdef_token1] = ACTIONS(2988), [aux_sym_preproc_ifdef_token2] = ACTIONS(2988), [sym_preproc_directive] = ACTIONS(2988), [anon_sym_LPAREN2] = ACTIONS(2990), [anon_sym_BANG] = ACTIONS(2990), [anon_sym_TILDE] = ACTIONS(2990), [anon_sym_DASH] = ACTIONS(2988), [anon_sym_PLUS] = ACTIONS(2988), [anon_sym_STAR] = ACTIONS(2990), [anon_sym_AMP_AMP] = ACTIONS(2990), [anon_sym_AMP] = ACTIONS(2988), [anon_sym_SEMI] = ACTIONS(2990), [anon_sym_typedef] = ACTIONS(2988), [anon_sym_extern] = ACTIONS(2988), [anon_sym___attribute__] = ACTIONS(2988), [anon_sym_COLON_COLON] = ACTIONS(2990), [anon_sym_LBRACK_LBRACK] = ACTIONS(2990), [anon_sym___declspec] = ACTIONS(2988), [anon_sym___based] = ACTIONS(2988), [anon_sym___cdecl] = ACTIONS(2988), [anon_sym___clrcall] = ACTIONS(2988), [anon_sym___stdcall] = ACTIONS(2988), [anon_sym___fastcall] = ACTIONS(2988), [anon_sym___thiscall] = ACTIONS(2988), [anon_sym___vectorcall] = ACTIONS(2988), [anon_sym_LBRACE] = ACTIONS(2990), [anon_sym_signed] = ACTIONS(2988), [anon_sym_unsigned] = ACTIONS(2988), [anon_sym_long] = ACTIONS(2988), [anon_sym_short] = ACTIONS(2988), [anon_sym_LBRACK] = ACTIONS(2988), [anon_sym_static] = ACTIONS(2988), [anon_sym_register] = ACTIONS(2988), [anon_sym_inline] = ACTIONS(2988), [anon_sym_thread_local] = ACTIONS(2988), [anon_sym_const] = ACTIONS(2988), [anon_sym_constexpr] = ACTIONS(2988), [anon_sym_volatile] = ACTIONS(2988), [anon_sym_restrict] = ACTIONS(2988), [anon_sym___restrict__] = ACTIONS(2988), [anon_sym__Atomic] = ACTIONS(2988), [anon_sym__Noreturn] = ACTIONS(2988), [anon_sym_noreturn] = ACTIONS(2988), [anon_sym_mutable] = ACTIONS(2988), [anon_sym_constinit] = ACTIONS(2988), [anon_sym_consteval] = ACTIONS(2988), [sym_primitive_type] = ACTIONS(2988), [anon_sym_enum] = ACTIONS(2988), [anon_sym_class] = ACTIONS(2988), [anon_sym_struct] = ACTIONS(2988), [anon_sym_union] = ACTIONS(2988), [anon_sym_if] = ACTIONS(2988), [anon_sym_else] = ACTIONS(2988), [anon_sym_switch] = ACTIONS(2988), [anon_sym_case] = ACTIONS(2988), [anon_sym_default] = ACTIONS(2988), [anon_sym_while] = ACTIONS(2988), [anon_sym_do] = ACTIONS(2988), [anon_sym_for] = ACTIONS(2988), [anon_sym_return] = ACTIONS(2988), [anon_sym_break] = ACTIONS(2988), [anon_sym_continue] = ACTIONS(2988), [anon_sym_goto] = ACTIONS(2988), [anon_sym_not] = ACTIONS(2988), [anon_sym_compl] = ACTIONS(2988), [anon_sym_DASH_DASH] = ACTIONS(2990), [anon_sym_PLUS_PLUS] = ACTIONS(2990), [anon_sym_sizeof] = ACTIONS(2988), [anon_sym_offsetof] = ACTIONS(2988), [anon_sym__Generic] = ACTIONS(2988), [anon_sym_asm] = ACTIONS(2988), [anon_sym___asm__] = ACTIONS(2988), [sym_number_literal] = ACTIONS(2990), [anon_sym_L_SQUOTE] = ACTIONS(2990), [anon_sym_u_SQUOTE] = ACTIONS(2990), [anon_sym_U_SQUOTE] = ACTIONS(2990), [anon_sym_u8_SQUOTE] = ACTIONS(2990), [anon_sym_SQUOTE] = ACTIONS(2990), [anon_sym_L_DQUOTE] = ACTIONS(2990), [anon_sym_u_DQUOTE] = ACTIONS(2990), [anon_sym_U_DQUOTE] = ACTIONS(2990), [anon_sym_u8_DQUOTE] = ACTIONS(2990), [anon_sym_DQUOTE] = ACTIONS(2990), [sym_true] = ACTIONS(2988), [sym_false] = ACTIONS(2988), [anon_sym_NULL] = ACTIONS(2988), [anon_sym_nullptr] = ACTIONS(2988), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2988), [anon_sym_decltype] = ACTIONS(2988), [anon_sym_virtual] = ACTIONS(2988), [anon_sym_explicit] = ACTIONS(2988), [anon_sym_typename] = ACTIONS(2988), [anon_sym_template] = ACTIONS(2988), [anon_sym_operator] = ACTIONS(2988), [anon_sym_try] = ACTIONS(2988), [anon_sym_delete] = ACTIONS(2988), [anon_sym_throw] = ACTIONS(2988), [anon_sym_namespace] = ACTIONS(2988), [anon_sym_using] = ACTIONS(2988), [anon_sym_static_assert] = ACTIONS(2988), [anon_sym_concept] = ACTIONS(2988), [anon_sym_co_return] = ACTIONS(2988), [anon_sym_co_yield] = ACTIONS(2988), [anon_sym_R_DQUOTE] = ACTIONS(2990), [anon_sym_LR_DQUOTE] = ACTIONS(2990), [anon_sym_uR_DQUOTE] = ACTIONS(2990), [anon_sym_UR_DQUOTE] = ACTIONS(2990), [anon_sym_u8R_DQUOTE] = ACTIONS(2990), [anon_sym_co_await] = ACTIONS(2988), [anon_sym_new] = ACTIONS(2988), [anon_sym_requires] = ACTIONS(2988), [sym_this] = ACTIONS(2988), }, [1168] = { [ts_builtin_sym_end] = ACTIONS(2994), [sym_identifier] = ACTIONS(2992), [aux_sym_preproc_include_token1] = ACTIONS(2992), [aux_sym_preproc_def_token1] = ACTIONS(2992), [aux_sym_preproc_if_token1] = ACTIONS(2992), [aux_sym_preproc_ifdef_token1] = ACTIONS(2992), [aux_sym_preproc_ifdef_token2] = ACTIONS(2992), [sym_preproc_directive] = ACTIONS(2992), [anon_sym_LPAREN2] = ACTIONS(2994), [anon_sym_BANG] = ACTIONS(2994), [anon_sym_TILDE] = ACTIONS(2994), [anon_sym_DASH] = ACTIONS(2992), [anon_sym_PLUS] = ACTIONS(2992), [anon_sym_STAR] = ACTIONS(2994), [anon_sym_AMP_AMP] = ACTIONS(2994), [anon_sym_AMP] = ACTIONS(2992), [anon_sym_SEMI] = ACTIONS(2994), [anon_sym_typedef] = ACTIONS(2992), [anon_sym_extern] = ACTIONS(2992), [anon_sym___attribute__] = ACTIONS(2992), [anon_sym_COLON_COLON] = ACTIONS(2994), [anon_sym_LBRACK_LBRACK] = ACTIONS(2994), [anon_sym___declspec] = ACTIONS(2992), [anon_sym___based] = ACTIONS(2992), [anon_sym___cdecl] = ACTIONS(2992), [anon_sym___clrcall] = ACTIONS(2992), [anon_sym___stdcall] = ACTIONS(2992), [anon_sym___fastcall] = ACTIONS(2992), [anon_sym___thiscall] = ACTIONS(2992), [anon_sym___vectorcall] = ACTIONS(2992), [anon_sym_LBRACE] = ACTIONS(2994), [anon_sym_signed] = ACTIONS(2992), [anon_sym_unsigned] = ACTIONS(2992), [anon_sym_long] = ACTIONS(2992), [anon_sym_short] = ACTIONS(2992), [anon_sym_LBRACK] = ACTIONS(2992), [anon_sym_static] = ACTIONS(2992), [anon_sym_register] = ACTIONS(2992), [anon_sym_inline] = ACTIONS(2992), [anon_sym_thread_local] = ACTIONS(2992), [anon_sym_const] = ACTIONS(2992), [anon_sym_constexpr] = ACTIONS(2992), [anon_sym_volatile] = ACTIONS(2992), [anon_sym_restrict] = ACTIONS(2992), [anon_sym___restrict__] = ACTIONS(2992), [anon_sym__Atomic] = ACTIONS(2992), [anon_sym__Noreturn] = ACTIONS(2992), [anon_sym_noreturn] = ACTIONS(2992), [anon_sym_mutable] = ACTIONS(2992), [anon_sym_constinit] = ACTIONS(2992), [anon_sym_consteval] = ACTIONS(2992), [sym_primitive_type] = ACTIONS(2992), [anon_sym_enum] = ACTIONS(2992), [anon_sym_class] = ACTIONS(2992), [anon_sym_struct] = ACTIONS(2992), [anon_sym_union] = ACTIONS(2992), [anon_sym_if] = ACTIONS(2992), [anon_sym_else] = ACTIONS(2992), [anon_sym_switch] = ACTIONS(2992), [anon_sym_case] = ACTIONS(2992), [anon_sym_default] = ACTIONS(2992), [anon_sym_while] = ACTIONS(2992), [anon_sym_do] = ACTIONS(2992), [anon_sym_for] = ACTIONS(2992), [anon_sym_return] = ACTIONS(2992), [anon_sym_break] = ACTIONS(2992), [anon_sym_continue] = ACTIONS(2992), [anon_sym_goto] = ACTIONS(2992), [anon_sym_not] = ACTIONS(2992), [anon_sym_compl] = ACTIONS(2992), [anon_sym_DASH_DASH] = ACTIONS(2994), [anon_sym_PLUS_PLUS] = ACTIONS(2994), [anon_sym_sizeof] = ACTIONS(2992), [anon_sym_offsetof] = ACTIONS(2992), [anon_sym__Generic] = ACTIONS(2992), [anon_sym_asm] = ACTIONS(2992), [anon_sym___asm__] = ACTIONS(2992), [sym_number_literal] = ACTIONS(2994), [anon_sym_L_SQUOTE] = ACTIONS(2994), [anon_sym_u_SQUOTE] = ACTIONS(2994), [anon_sym_U_SQUOTE] = ACTIONS(2994), [anon_sym_u8_SQUOTE] = ACTIONS(2994), [anon_sym_SQUOTE] = ACTIONS(2994), [anon_sym_L_DQUOTE] = ACTIONS(2994), [anon_sym_u_DQUOTE] = ACTIONS(2994), [anon_sym_U_DQUOTE] = ACTIONS(2994), [anon_sym_u8_DQUOTE] = ACTIONS(2994), [anon_sym_DQUOTE] = ACTIONS(2994), [sym_true] = ACTIONS(2992), [sym_false] = ACTIONS(2992), [anon_sym_NULL] = ACTIONS(2992), [anon_sym_nullptr] = ACTIONS(2992), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2992), [anon_sym_decltype] = ACTIONS(2992), [anon_sym_virtual] = ACTIONS(2992), [anon_sym_explicit] = ACTIONS(2992), [anon_sym_typename] = ACTIONS(2992), [anon_sym_template] = ACTIONS(2992), [anon_sym_operator] = ACTIONS(2992), [anon_sym_try] = ACTIONS(2992), [anon_sym_delete] = ACTIONS(2992), [anon_sym_throw] = ACTIONS(2992), [anon_sym_namespace] = ACTIONS(2992), [anon_sym_using] = ACTIONS(2992), [anon_sym_static_assert] = ACTIONS(2992), [anon_sym_concept] = ACTIONS(2992), [anon_sym_co_return] = ACTIONS(2992), [anon_sym_co_yield] = ACTIONS(2992), [anon_sym_R_DQUOTE] = ACTIONS(2994), [anon_sym_LR_DQUOTE] = ACTIONS(2994), [anon_sym_uR_DQUOTE] = ACTIONS(2994), [anon_sym_UR_DQUOTE] = ACTIONS(2994), [anon_sym_u8R_DQUOTE] = ACTIONS(2994), [anon_sym_co_await] = ACTIONS(2992), [anon_sym_new] = ACTIONS(2992), [anon_sym_requires] = ACTIONS(2992), [sym_this] = ACTIONS(2992), }, [1169] = { [sym_identifier] = ACTIONS(3004), [aux_sym_preproc_include_token1] = ACTIONS(3004), [aux_sym_preproc_def_token1] = ACTIONS(3004), [aux_sym_preproc_if_token1] = ACTIONS(3004), [aux_sym_preproc_ifdef_token1] = ACTIONS(3004), [aux_sym_preproc_ifdef_token2] = ACTIONS(3004), [sym_preproc_directive] = ACTIONS(3004), [anon_sym_LPAREN2] = ACTIONS(3006), [anon_sym_BANG] = ACTIONS(3006), [anon_sym_TILDE] = ACTIONS(3006), [anon_sym_DASH] = ACTIONS(3004), [anon_sym_PLUS] = ACTIONS(3004), [anon_sym_STAR] = ACTIONS(3006), [anon_sym_AMP_AMP] = ACTIONS(3006), [anon_sym_AMP] = ACTIONS(3004), [anon_sym_SEMI] = ACTIONS(3006), [anon_sym_typedef] = ACTIONS(3004), [anon_sym_extern] = ACTIONS(3004), [anon_sym___attribute__] = ACTIONS(3004), [anon_sym_COLON_COLON] = ACTIONS(3006), [anon_sym_LBRACK_LBRACK] = ACTIONS(3006), [anon_sym___declspec] = ACTIONS(3004), [anon_sym___based] = ACTIONS(3004), [anon_sym___cdecl] = ACTIONS(3004), [anon_sym___clrcall] = ACTIONS(3004), [anon_sym___stdcall] = ACTIONS(3004), [anon_sym___fastcall] = ACTIONS(3004), [anon_sym___thiscall] = ACTIONS(3004), [anon_sym___vectorcall] = ACTIONS(3004), [anon_sym_LBRACE] = ACTIONS(3006), [anon_sym_RBRACE] = ACTIONS(3006), [anon_sym_signed] = ACTIONS(3004), [anon_sym_unsigned] = ACTIONS(3004), [anon_sym_long] = ACTIONS(3004), [anon_sym_short] = ACTIONS(3004), [anon_sym_LBRACK] = ACTIONS(3004), [anon_sym_static] = ACTIONS(3004), [anon_sym_register] = ACTIONS(3004), [anon_sym_inline] = ACTIONS(3004), [anon_sym_thread_local] = ACTIONS(3004), [anon_sym_const] = ACTIONS(3004), [anon_sym_constexpr] = ACTIONS(3004), [anon_sym_volatile] = ACTIONS(3004), [anon_sym_restrict] = ACTIONS(3004), [anon_sym___restrict__] = ACTIONS(3004), [anon_sym__Atomic] = ACTIONS(3004), [anon_sym__Noreturn] = ACTIONS(3004), [anon_sym_noreturn] = ACTIONS(3004), [anon_sym_mutable] = ACTIONS(3004), [anon_sym_constinit] = ACTIONS(3004), [anon_sym_consteval] = ACTIONS(3004), [sym_primitive_type] = ACTIONS(3004), [anon_sym_enum] = ACTIONS(3004), [anon_sym_class] = ACTIONS(3004), [anon_sym_struct] = ACTIONS(3004), [anon_sym_union] = ACTIONS(3004), [anon_sym_if] = ACTIONS(3004), [anon_sym_else] = ACTIONS(3004), [anon_sym_switch] = ACTIONS(3004), [anon_sym_case] = ACTIONS(3004), [anon_sym_default] = ACTIONS(3004), [anon_sym_while] = ACTIONS(3004), [anon_sym_do] = ACTIONS(3004), [anon_sym_for] = ACTIONS(3004), [anon_sym_return] = ACTIONS(3004), [anon_sym_break] = ACTIONS(3004), [anon_sym_continue] = ACTIONS(3004), [anon_sym_goto] = ACTIONS(3004), [anon_sym_not] = ACTIONS(3004), [anon_sym_compl] = ACTIONS(3004), [anon_sym_DASH_DASH] = ACTIONS(3006), [anon_sym_PLUS_PLUS] = ACTIONS(3006), [anon_sym_sizeof] = ACTIONS(3004), [anon_sym_offsetof] = ACTIONS(3004), [anon_sym__Generic] = ACTIONS(3004), [anon_sym_asm] = ACTIONS(3004), [anon_sym___asm__] = ACTIONS(3004), [sym_number_literal] = ACTIONS(3006), [anon_sym_L_SQUOTE] = ACTIONS(3006), [anon_sym_u_SQUOTE] = ACTIONS(3006), [anon_sym_U_SQUOTE] = ACTIONS(3006), [anon_sym_u8_SQUOTE] = ACTIONS(3006), [anon_sym_SQUOTE] = ACTIONS(3006), [anon_sym_L_DQUOTE] = ACTIONS(3006), [anon_sym_u_DQUOTE] = ACTIONS(3006), [anon_sym_U_DQUOTE] = ACTIONS(3006), [anon_sym_u8_DQUOTE] = ACTIONS(3006), [anon_sym_DQUOTE] = ACTIONS(3006), [sym_true] = ACTIONS(3004), [sym_false] = ACTIONS(3004), [anon_sym_NULL] = ACTIONS(3004), [anon_sym_nullptr] = ACTIONS(3004), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3004), [anon_sym_decltype] = ACTIONS(3004), [anon_sym_virtual] = ACTIONS(3004), [anon_sym_explicit] = ACTIONS(3004), [anon_sym_typename] = ACTIONS(3004), [anon_sym_template] = ACTIONS(3004), [anon_sym_operator] = ACTIONS(3004), [anon_sym_try] = ACTIONS(3004), [anon_sym_delete] = ACTIONS(3004), [anon_sym_throw] = ACTIONS(3004), [anon_sym_namespace] = ACTIONS(3004), [anon_sym_using] = ACTIONS(3004), [anon_sym_static_assert] = ACTIONS(3004), [anon_sym_concept] = ACTIONS(3004), [anon_sym_co_return] = ACTIONS(3004), [anon_sym_co_yield] = ACTIONS(3004), [anon_sym_R_DQUOTE] = ACTIONS(3006), [anon_sym_LR_DQUOTE] = ACTIONS(3006), [anon_sym_uR_DQUOTE] = ACTIONS(3006), [anon_sym_UR_DQUOTE] = ACTIONS(3006), [anon_sym_u8R_DQUOTE] = ACTIONS(3006), [anon_sym_co_await] = ACTIONS(3004), [anon_sym_new] = ACTIONS(3004), [anon_sym_requires] = ACTIONS(3004), [sym_this] = ACTIONS(3004), }, [1170] = { [sym_identifier] = ACTIONS(2996), [aux_sym_preproc_include_token1] = ACTIONS(2996), [aux_sym_preproc_def_token1] = ACTIONS(2996), [aux_sym_preproc_if_token1] = ACTIONS(2996), [aux_sym_preproc_ifdef_token1] = ACTIONS(2996), [aux_sym_preproc_ifdef_token2] = ACTIONS(2996), [sym_preproc_directive] = ACTIONS(2996), [anon_sym_LPAREN2] = ACTIONS(2998), [anon_sym_BANG] = ACTIONS(2998), [anon_sym_TILDE] = ACTIONS(2998), [anon_sym_DASH] = ACTIONS(2996), [anon_sym_PLUS] = ACTIONS(2996), [anon_sym_STAR] = ACTIONS(2998), [anon_sym_AMP_AMP] = ACTIONS(2998), [anon_sym_AMP] = ACTIONS(2996), [anon_sym_SEMI] = ACTIONS(2998), [anon_sym_typedef] = ACTIONS(2996), [anon_sym_extern] = ACTIONS(2996), [anon_sym___attribute__] = ACTIONS(2996), [anon_sym_COLON_COLON] = ACTIONS(2998), [anon_sym_LBRACK_LBRACK] = ACTIONS(2998), [anon_sym___declspec] = ACTIONS(2996), [anon_sym___based] = ACTIONS(2996), [anon_sym___cdecl] = ACTIONS(2996), [anon_sym___clrcall] = ACTIONS(2996), [anon_sym___stdcall] = ACTIONS(2996), [anon_sym___fastcall] = ACTIONS(2996), [anon_sym___thiscall] = ACTIONS(2996), [anon_sym___vectorcall] = ACTIONS(2996), [anon_sym_LBRACE] = ACTIONS(2998), [anon_sym_RBRACE] = ACTIONS(2998), [anon_sym_signed] = ACTIONS(2996), [anon_sym_unsigned] = ACTIONS(2996), [anon_sym_long] = ACTIONS(2996), [anon_sym_short] = ACTIONS(2996), [anon_sym_LBRACK] = ACTIONS(2996), [anon_sym_static] = ACTIONS(2996), [anon_sym_register] = ACTIONS(2996), [anon_sym_inline] = ACTIONS(2996), [anon_sym_thread_local] = ACTIONS(2996), [anon_sym_const] = ACTIONS(2996), [anon_sym_constexpr] = ACTIONS(2996), [anon_sym_volatile] = ACTIONS(2996), [anon_sym_restrict] = ACTIONS(2996), [anon_sym___restrict__] = ACTIONS(2996), [anon_sym__Atomic] = ACTIONS(2996), [anon_sym__Noreturn] = ACTIONS(2996), [anon_sym_noreturn] = ACTIONS(2996), [anon_sym_mutable] = ACTIONS(2996), [anon_sym_constinit] = ACTIONS(2996), [anon_sym_consteval] = ACTIONS(2996), [sym_primitive_type] = ACTIONS(2996), [anon_sym_enum] = ACTIONS(2996), [anon_sym_class] = ACTIONS(2996), [anon_sym_struct] = ACTIONS(2996), [anon_sym_union] = ACTIONS(2996), [anon_sym_if] = ACTIONS(2996), [anon_sym_else] = ACTIONS(2996), [anon_sym_switch] = ACTIONS(2996), [anon_sym_case] = ACTIONS(2996), [anon_sym_default] = ACTIONS(2996), [anon_sym_while] = ACTIONS(2996), [anon_sym_do] = ACTIONS(2996), [anon_sym_for] = ACTIONS(2996), [anon_sym_return] = ACTIONS(2996), [anon_sym_break] = ACTIONS(2996), [anon_sym_continue] = ACTIONS(2996), [anon_sym_goto] = ACTIONS(2996), [anon_sym_not] = ACTIONS(2996), [anon_sym_compl] = ACTIONS(2996), [anon_sym_DASH_DASH] = ACTIONS(2998), [anon_sym_PLUS_PLUS] = ACTIONS(2998), [anon_sym_sizeof] = ACTIONS(2996), [anon_sym_offsetof] = ACTIONS(2996), [anon_sym__Generic] = ACTIONS(2996), [anon_sym_asm] = ACTIONS(2996), [anon_sym___asm__] = ACTIONS(2996), [sym_number_literal] = ACTIONS(2998), [anon_sym_L_SQUOTE] = ACTIONS(2998), [anon_sym_u_SQUOTE] = ACTIONS(2998), [anon_sym_U_SQUOTE] = ACTIONS(2998), [anon_sym_u8_SQUOTE] = ACTIONS(2998), [anon_sym_SQUOTE] = ACTIONS(2998), [anon_sym_L_DQUOTE] = ACTIONS(2998), [anon_sym_u_DQUOTE] = ACTIONS(2998), [anon_sym_U_DQUOTE] = ACTIONS(2998), [anon_sym_u8_DQUOTE] = ACTIONS(2998), [anon_sym_DQUOTE] = ACTIONS(2998), [sym_true] = ACTIONS(2996), [sym_false] = ACTIONS(2996), [anon_sym_NULL] = ACTIONS(2996), [anon_sym_nullptr] = ACTIONS(2996), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2996), [anon_sym_decltype] = ACTIONS(2996), [anon_sym_virtual] = ACTIONS(2996), [anon_sym_explicit] = ACTIONS(2996), [anon_sym_typename] = ACTIONS(2996), [anon_sym_template] = ACTIONS(2996), [anon_sym_operator] = ACTIONS(2996), [anon_sym_try] = ACTIONS(2996), [anon_sym_delete] = ACTIONS(2996), [anon_sym_throw] = ACTIONS(2996), [anon_sym_namespace] = ACTIONS(2996), [anon_sym_using] = ACTIONS(2996), [anon_sym_static_assert] = ACTIONS(2996), [anon_sym_concept] = ACTIONS(2996), [anon_sym_co_return] = ACTIONS(2996), [anon_sym_co_yield] = ACTIONS(2996), [anon_sym_R_DQUOTE] = ACTIONS(2998), [anon_sym_LR_DQUOTE] = ACTIONS(2998), [anon_sym_uR_DQUOTE] = ACTIONS(2998), [anon_sym_UR_DQUOTE] = ACTIONS(2998), [anon_sym_u8R_DQUOTE] = ACTIONS(2998), [anon_sym_co_await] = ACTIONS(2996), [anon_sym_new] = ACTIONS(2996), [anon_sym_requires] = ACTIONS(2996), [sym_this] = ACTIONS(2996), }, [1171] = { [sym_identifier] = ACTIONS(2996), [aux_sym_preproc_include_token1] = ACTIONS(2996), [aux_sym_preproc_def_token1] = ACTIONS(2996), [aux_sym_preproc_if_token1] = ACTIONS(2996), [aux_sym_preproc_ifdef_token1] = ACTIONS(2996), [aux_sym_preproc_ifdef_token2] = ACTIONS(2996), [sym_preproc_directive] = ACTIONS(2996), [anon_sym_LPAREN2] = ACTIONS(2998), [anon_sym_BANG] = ACTIONS(2998), [anon_sym_TILDE] = ACTIONS(2998), [anon_sym_DASH] = ACTIONS(2996), [anon_sym_PLUS] = ACTIONS(2996), [anon_sym_STAR] = ACTIONS(2998), [anon_sym_AMP_AMP] = ACTIONS(2998), [anon_sym_AMP] = ACTIONS(2996), [anon_sym_SEMI] = ACTIONS(2998), [anon_sym_typedef] = ACTIONS(2996), [anon_sym_extern] = ACTIONS(2996), [anon_sym___attribute__] = ACTIONS(2996), [anon_sym_COLON_COLON] = ACTIONS(2998), [anon_sym_LBRACK_LBRACK] = ACTIONS(2998), [anon_sym___declspec] = ACTIONS(2996), [anon_sym___based] = ACTIONS(2996), [anon_sym___cdecl] = ACTIONS(2996), [anon_sym___clrcall] = ACTIONS(2996), [anon_sym___stdcall] = ACTIONS(2996), [anon_sym___fastcall] = ACTIONS(2996), [anon_sym___thiscall] = ACTIONS(2996), [anon_sym___vectorcall] = ACTIONS(2996), [anon_sym_LBRACE] = ACTIONS(2998), [anon_sym_RBRACE] = ACTIONS(2998), [anon_sym_signed] = ACTIONS(2996), [anon_sym_unsigned] = ACTIONS(2996), [anon_sym_long] = ACTIONS(2996), [anon_sym_short] = ACTIONS(2996), [anon_sym_LBRACK] = ACTIONS(2996), [anon_sym_static] = ACTIONS(2996), [anon_sym_register] = ACTIONS(2996), [anon_sym_inline] = ACTIONS(2996), [anon_sym_thread_local] = ACTIONS(2996), [anon_sym_const] = ACTIONS(2996), [anon_sym_constexpr] = ACTIONS(2996), [anon_sym_volatile] = ACTIONS(2996), [anon_sym_restrict] = ACTIONS(2996), [anon_sym___restrict__] = ACTIONS(2996), [anon_sym__Atomic] = ACTIONS(2996), [anon_sym__Noreturn] = ACTIONS(2996), [anon_sym_noreturn] = ACTIONS(2996), [anon_sym_mutable] = ACTIONS(2996), [anon_sym_constinit] = ACTIONS(2996), [anon_sym_consteval] = ACTIONS(2996), [sym_primitive_type] = ACTIONS(2996), [anon_sym_enum] = ACTIONS(2996), [anon_sym_class] = ACTIONS(2996), [anon_sym_struct] = ACTIONS(2996), [anon_sym_union] = ACTIONS(2996), [anon_sym_if] = ACTIONS(2996), [anon_sym_else] = ACTIONS(2996), [anon_sym_switch] = ACTIONS(2996), [anon_sym_case] = ACTIONS(2996), [anon_sym_default] = ACTIONS(2996), [anon_sym_while] = ACTIONS(2996), [anon_sym_do] = ACTIONS(2996), [anon_sym_for] = ACTIONS(2996), [anon_sym_return] = ACTIONS(2996), [anon_sym_break] = ACTIONS(2996), [anon_sym_continue] = ACTIONS(2996), [anon_sym_goto] = ACTIONS(2996), [anon_sym_not] = ACTIONS(2996), [anon_sym_compl] = ACTIONS(2996), [anon_sym_DASH_DASH] = ACTIONS(2998), [anon_sym_PLUS_PLUS] = ACTIONS(2998), [anon_sym_sizeof] = ACTIONS(2996), [anon_sym_offsetof] = ACTIONS(2996), [anon_sym__Generic] = ACTIONS(2996), [anon_sym_asm] = ACTIONS(2996), [anon_sym___asm__] = ACTIONS(2996), [sym_number_literal] = ACTIONS(2998), [anon_sym_L_SQUOTE] = ACTIONS(2998), [anon_sym_u_SQUOTE] = ACTIONS(2998), [anon_sym_U_SQUOTE] = ACTIONS(2998), [anon_sym_u8_SQUOTE] = ACTIONS(2998), [anon_sym_SQUOTE] = ACTIONS(2998), [anon_sym_L_DQUOTE] = ACTIONS(2998), [anon_sym_u_DQUOTE] = ACTIONS(2998), [anon_sym_U_DQUOTE] = ACTIONS(2998), [anon_sym_u8_DQUOTE] = ACTIONS(2998), [anon_sym_DQUOTE] = ACTIONS(2998), [sym_true] = ACTIONS(2996), [sym_false] = ACTIONS(2996), [anon_sym_NULL] = ACTIONS(2996), [anon_sym_nullptr] = ACTIONS(2996), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2996), [anon_sym_decltype] = ACTIONS(2996), [anon_sym_virtual] = ACTIONS(2996), [anon_sym_explicit] = ACTIONS(2996), [anon_sym_typename] = ACTIONS(2996), [anon_sym_template] = ACTIONS(2996), [anon_sym_operator] = ACTIONS(2996), [anon_sym_try] = ACTIONS(2996), [anon_sym_delete] = ACTIONS(2996), [anon_sym_throw] = ACTIONS(2996), [anon_sym_namespace] = ACTIONS(2996), [anon_sym_using] = ACTIONS(2996), [anon_sym_static_assert] = ACTIONS(2996), [anon_sym_concept] = ACTIONS(2996), [anon_sym_co_return] = ACTIONS(2996), [anon_sym_co_yield] = ACTIONS(2996), [anon_sym_R_DQUOTE] = ACTIONS(2998), [anon_sym_LR_DQUOTE] = ACTIONS(2998), [anon_sym_uR_DQUOTE] = ACTIONS(2998), [anon_sym_UR_DQUOTE] = ACTIONS(2998), [anon_sym_u8R_DQUOTE] = ACTIONS(2998), [anon_sym_co_await] = ACTIONS(2996), [anon_sym_new] = ACTIONS(2996), [anon_sym_requires] = ACTIONS(2996), [sym_this] = ACTIONS(2996), }, [1172] = { [sym_identifier] = ACTIONS(3056), [aux_sym_preproc_include_token1] = ACTIONS(3056), [aux_sym_preproc_def_token1] = ACTIONS(3056), [aux_sym_preproc_if_token1] = ACTIONS(3056), [aux_sym_preproc_if_token2] = ACTIONS(3056), [aux_sym_preproc_ifdef_token1] = ACTIONS(3056), [aux_sym_preproc_ifdef_token2] = ACTIONS(3056), [sym_preproc_directive] = ACTIONS(3056), [anon_sym_LPAREN2] = ACTIONS(3058), [anon_sym_BANG] = ACTIONS(3058), [anon_sym_TILDE] = ACTIONS(3058), [anon_sym_DASH] = ACTIONS(3056), [anon_sym_PLUS] = ACTIONS(3056), [anon_sym_STAR] = ACTIONS(3058), [anon_sym_AMP_AMP] = ACTIONS(3058), [anon_sym_AMP] = ACTIONS(3056), [anon_sym_SEMI] = ACTIONS(3058), [anon_sym_typedef] = ACTIONS(3056), [anon_sym_extern] = ACTIONS(3056), [anon_sym___attribute__] = ACTIONS(3056), [anon_sym_COLON_COLON] = ACTIONS(3058), [anon_sym_LBRACK_LBRACK] = ACTIONS(3058), [anon_sym___declspec] = ACTIONS(3056), [anon_sym___based] = ACTIONS(3056), [anon_sym___cdecl] = ACTIONS(3056), [anon_sym___clrcall] = ACTIONS(3056), [anon_sym___stdcall] = ACTIONS(3056), [anon_sym___fastcall] = ACTIONS(3056), [anon_sym___thiscall] = ACTIONS(3056), [anon_sym___vectorcall] = ACTIONS(3056), [anon_sym_LBRACE] = ACTIONS(3058), [anon_sym_signed] = ACTIONS(3056), [anon_sym_unsigned] = ACTIONS(3056), [anon_sym_long] = ACTIONS(3056), [anon_sym_short] = ACTIONS(3056), [anon_sym_LBRACK] = ACTIONS(3056), [anon_sym_static] = ACTIONS(3056), [anon_sym_register] = ACTIONS(3056), [anon_sym_inline] = ACTIONS(3056), [anon_sym_thread_local] = ACTIONS(3056), [anon_sym_const] = ACTIONS(3056), [anon_sym_constexpr] = ACTIONS(3056), [anon_sym_volatile] = ACTIONS(3056), [anon_sym_restrict] = ACTIONS(3056), [anon_sym___restrict__] = ACTIONS(3056), [anon_sym__Atomic] = ACTIONS(3056), [anon_sym__Noreturn] = ACTIONS(3056), [anon_sym_noreturn] = ACTIONS(3056), [anon_sym_mutable] = ACTIONS(3056), [anon_sym_constinit] = ACTIONS(3056), [anon_sym_consteval] = ACTIONS(3056), [sym_primitive_type] = ACTIONS(3056), [anon_sym_enum] = ACTIONS(3056), [anon_sym_class] = ACTIONS(3056), [anon_sym_struct] = ACTIONS(3056), [anon_sym_union] = ACTIONS(3056), [anon_sym_if] = ACTIONS(3056), [anon_sym_else] = ACTIONS(3056), [anon_sym_switch] = ACTIONS(3056), [anon_sym_case] = ACTIONS(3056), [anon_sym_default] = ACTIONS(3056), [anon_sym_while] = ACTIONS(3056), [anon_sym_do] = ACTIONS(3056), [anon_sym_for] = ACTIONS(3056), [anon_sym_return] = ACTIONS(3056), [anon_sym_break] = ACTIONS(3056), [anon_sym_continue] = ACTIONS(3056), [anon_sym_goto] = ACTIONS(3056), [anon_sym_not] = ACTIONS(3056), [anon_sym_compl] = ACTIONS(3056), [anon_sym_DASH_DASH] = ACTIONS(3058), [anon_sym_PLUS_PLUS] = ACTIONS(3058), [anon_sym_sizeof] = ACTIONS(3056), [anon_sym_offsetof] = ACTIONS(3056), [anon_sym__Generic] = ACTIONS(3056), [anon_sym_asm] = ACTIONS(3056), [anon_sym___asm__] = ACTIONS(3056), [sym_number_literal] = ACTIONS(3058), [anon_sym_L_SQUOTE] = ACTIONS(3058), [anon_sym_u_SQUOTE] = ACTIONS(3058), [anon_sym_U_SQUOTE] = ACTIONS(3058), [anon_sym_u8_SQUOTE] = ACTIONS(3058), [anon_sym_SQUOTE] = ACTIONS(3058), [anon_sym_L_DQUOTE] = ACTIONS(3058), [anon_sym_u_DQUOTE] = ACTIONS(3058), [anon_sym_U_DQUOTE] = ACTIONS(3058), [anon_sym_u8_DQUOTE] = ACTIONS(3058), [anon_sym_DQUOTE] = ACTIONS(3058), [sym_true] = ACTIONS(3056), [sym_false] = ACTIONS(3056), [anon_sym_NULL] = ACTIONS(3056), [anon_sym_nullptr] = ACTIONS(3056), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3056), [anon_sym_decltype] = ACTIONS(3056), [anon_sym_virtual] = ACTIONS(3056), [anon_sym_explicit] = ACTIONS(3056), [anon_sym_typename] = ACTIONS(3056), [anon_sym_template] = ACTIONS(3056), [anon_sym_operator] = ACTIONS(3056), [anon_sym_try] = ACTIONS(3056), [anon_sym_delete] = ACTIONS(3056), [anon_sym_throw] = ACTIONS(3056), [anon_sym_namespace] = ACTIONS(3056), [anon_sym_using] = ACTIONS(3056), [anon_sym_static_assert] = ACTIONS(3056), [anon_sym_concept] = ACTIONS(3056), [anon_sym_co_return] = ACTIONS(3056), [anon_sym_co_yield] = ACTIONS(3056), [anon_sym_R_DQUOTE] = ACTIONS(3058), [anon_sym_LR_DQUOTE] = ACTIONS(3058), [anon_sym_uR_DQUOTE] = ACTIONS(3058), [anon_sym_UR_DQUOTE] = ACTIONS(3058), [anon_sym_u8R_DQUOTE] = ACTIONS(3058), [anon_sym_co_await] = ACTIONS(3056), [anon_sym_new] = ACTIONS(3056), [anon_sym_requires] = ACTIONS(3056), [sym_this] = ACTIONS(3056), }, [1173] = { [sym_identifier] = ACTIONS(3056), [aux_sym_preproc_include_token1] = ACTIONS(3056), [aux_sym_preproc_def_token1] = ACTIONS(3056), [aux_sym_preproc_if_token1] = ACTIONS(3056), [aux_sym_preproc_if_token2] = ACTIONS(3056), [aux_sym_preproc_ifdef_token1] = ACTIONS(3056), [aux_sym_preproc_ifdef_token2] = ACTIONS(3056), [sym_preproc_directive] = ACTIONS(3056), [anon_sym_LPAREN2] = ACTIONS(3058), [anon_sym_BANG] = ACTIONS(3058), [anon_sym_TILDE] = ACTIONS(3058), [anon_sym_DASH] = ACTIONS(3056), [anon_sym_PLUS] = ACTIONS(3056), [anon_sym_STAR] = ACTIONS(3058), [anon_sym_AMP_AMP] = ACTIONS(3058), [anon_sym_AMP] = ACTIONS(3056), [anon_sym_SEMI] = ACTIONS(3058), [anon_sym_typedef] = ACTIONS(3056), [anon_sym_extern] = ACTIONS(3056), [anon_sym___attribute__] = ACTIONS(3056), [anon_sym_COLON_COLON] = ACTIONS(3058), [anon_sym_LBRACK_LBRACK] = ACTIONS(3058), [anon_sym___declspec] = ACTIONS(3056), [anon_sym___based] = ACTIONS(3056), [anon_sym___cdecl] = ACTIONS(3056), [anon_sym___clrcall] = ACTIONS(3056), [anon_sym___stdcall] = ACTIONS(3056), [anon_sym___fastcall] = ACTIONS(3056), [anon_sym___thiscall] = ACTIONS(3056), [anon_sym___vectorcall] = ACTIONS(3056), [anon_sym_LBRACE] = ACTIONS(3058), [anon_sym_signed] = ACTIONS(3056), [anon_sym_unsigned] = ACTIONS(3056), [anon_sym_long] = ACTIONS(3056), [anon_sym_short] = ACTIONS(3056), [anon_sym_LBRACK] = ACTIONS(3056), [anon_sym_static] = ACTIONS(3056), [anon_sym_register] = ACTIONS(3056), [anon_sym_inline] = ACTIONS(3056), [anon_sym_thread_local] = ACTIONS(3056), [anon_sym_const] = ACTIONS(3056), [anon_sym_constexpr] = ACTIONS(3056), [anon_sym_volatile] = ACTIONS(3056), [anon_sym_restrict] = ACTIONS(3056), [anon_sym___restrict__] = ACTIONS(3056), [anon_sym__Atomic] = ACTIONS(3056), [anon_sym__Noreturn] = ACTIONS(3056), [anon_sym_noreturn] = ACTIONS(3056), [anon_sym_mutable] = ACTIONS(3056), [anon_sym_constinit] = ACTIONS(3056), [anon_sym_consteval] = ACTIONS(3056), [sym_primitive_type] = ACTIONS(3056), [anon_sym_enum] = ACTIONS(3056), [anon_sym_class] = ACTIONS(3056), [anon_sym_struct] = ACTIONS(3056), [anon_sym_union] = ACTIONS(3056), [anon_sym_if] = ACTIONS(3056), [anon_sym_else] = ACTIONS(3056), [anon_sym_switch] = ACTIONS(3056), [anon_sym_case] = ACTIONS(3056), [anon_sym_default] = ACTIONS(3056), [anon_sym_while] = ACTIONS(3056), [anon_sym_do] = ACTIONS(3056), [anon_sym_for] = ACTIONS(3056), [anon_sym_return] = ACTIONS(3056), [anon_sym_break] = ACTIONS(3056), [anon_sym_continue] = ACTIONS(3056), [anon_sym_goto] = ACTIONS(3056), [anon_sym_not] = ACTIONS(3056), [anon_sym_compl] = ACTIONS(3056), [anon_sym_DASH_DASH] = ACTIONS(3058), [anon_sym_PLUS_PLUS] = ACTIONS(3058), [anon_sym_sizeof] = ACTIONS(3056), [anon_sym_offsetof] = ACTIONS(3056), [anon_sym__Generic] = ACTIONS(3056), [anon_sym_asm] = ACTIONS(3056), [anon_sym___asm__] = ACTIONS(3056), [sym_number_literal] = ACTIONS(3058), [anon_sym_L_SQUOTE] = ACTIONS(3058), [anon_sym_u_SQUOTE] = ACTIONS(3058), [anon_sym_U_SQUOTE] = ACTIONS(3058), [anon_sym_u8_SQUOTE] = ACTIONS(3058), [anon_sym_SQUOTE] = ACTIONS(3058), [anon_sym_L_DQUOTE] = ACTIONS(3058), [anon_sym_u_DQUOTE] = ACTIONS(3058), [anon_sym_U_DQUOTE] = ACTIONS(3058), [anon_sym_u8_DQUOTE] = ACTIONS(3058), [anon_sym_DQUOTE] = ACTIONS(3058), [sym_true] = ACTIONS(3056), [sym_false] = ACTIONS(3056), [anon_sym_NULL] = ACTIONS(3056), [anon_sym_nullptr] = ACTIONS(3056), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3056), [anon_sym_decltype] = ACTIONS(3056), [anon_sym_virtual] = ACTIONS(3056), [anon_sym_explicit] = ACTIONS(3056), [anon_sym_typename] = ACTIONS(3056), [anon_sym_template] = ACTIONS(3056), [anon_sym_operator] = ACTIONS(3056), [anon_sym_try] = ACTIONS(3056), [anon_sym_delete] = ACTIONS(3056), [anon_sym_throw] = ACTIONS(3056), [anon_sym_namespace] = ACTIONS(3056), [anon_sym_using] = ACTIONS(3056), [anon_sym_static_assert] = ACTIONS(3056), [anon_sym_concept] = ACTIONS(3056), [anon_sym_co_return] = ACTIONS(3056), [anon_sym_co_yield] = ACTIONS(3056), [anon_sym_R_DQUOTE] = ACTIONS(3058), [anon_sym_LR_DQUOTE] = ACTIONS(3058), [anon_sym_uR_DQUOTE] = ACTIONS(3058), [anon_sym_UR_DQUOTE] = ACTIONS(3058), [anon_sym_u8R_DQUOTE] = ACTIONS(3058), [anon_sym_co_await] = ACTIONS(3056), [anon_sym_new] = ACTIONS(3056), [anon_sym_requires] = ACTIONS(3056), [sym_this] = ACTIONS(3056), }, [1174] = { [ts_builtin_sym_end] = ACTIONS(3113), [sym_identifier] = ACTIONS(3111), [aux_sym_preproc_include_token1] = ACTIONS(3111), [aux_sym_preproc_def_token1] = ACTIONS(3111), [aux_sym_preproc_if_token1] = ACTIONS(3111), [aux_sym_preproc_ifdef_token1] = ACTIONS(3111), [aux_sym_preproc_ifdef_token2] = ACTIONS(3111), [sym_preproc_directive] = ACTIONS(3111), [anon_sym_LPAREN2] = ACTIONS(3113), [anon_sym_BANG] = ACTIONS(3113), [anon_sym_TILDE] = ACTIONS(3113), [anon_sym_DASH] = ACTIONS(3111), [anon_sym_PLUS] = ACTIONS(3111), [anon_sym_STAR] = ACTIONS(3113), [anon_sym_AMP_AMP] = ACTIONS(3113), [anon_sym_AMP] = ACTIONS(3111), [anon_sym_SEMI] = ACTIONS(3113), [anon_sym_typedef] = ACTIONS(3111), [anon_sym_extern] = ACTIONS(3111), [anon_sym___attribute__] = ACTIONS(3111), [anon_sym_COLON_COLON] = ACTIONS(3113), [anon_sym_LBRACK_LBRACK] = ACTIONS(3113), [anon_sym___declspec] = ACTIONS(3111), [anon_sym___based] = ACTIONS(3111), [anon_sym___cdecl] = ACTIONS(3111), [anon_sym___clrcall] = ACTIONS(3111), [anon_sym___stdcall] = ACTIONS(3111), [anon_sym___fastcall] = ACTIONS(3111), [anon_sym___thiscall] = ACTIONS(3111), [anon_sym___vectorcall] = ACTIONS(3111), [anon_sym_LBRACE] = ACTIONS(3113), [anon_sym_signed] = ACTIONS(3111), [anon_sym_unsigned] = ACTIONS(3111), [anon_sym_long] = ACTIONS(3111), [anon_sym_short] = ACTIONS(3111), [anon_sym_LBRACK] = ACTIONS(3111), [anon_sym_static] = ACTIONS(3111), [anon_sym_register] = ACTIONS(3111), [anon_sym_inline] = ACTIONS(3111), [anon_sym_thread_local] = ACTIONS(3111), [anon_sym_const] = ACTIONS(3111), [anon_sym_constexpr] = ACTIONS(3111), [anon_sym_volatile] = ACTIONS(3111), [anon_sym_restrict] = ACTIONS(3111), [anon_sym___restrict__] = ACTIONS(3111), [anon_sym__Atomic] = ACTIONS(3111), [anon_sym__Noreturn] = ACTIONS(3111), [anon_sym_noreturn] = ACTIONS(3111), [anon_sym_mutable] = ACTIONS(3111), [anon_sym_constinit] = ACTIONS(3111), [anon_sym_consteval] = ACTIONS(3111), [sym_primitive_type] = ACTIONS(3111), [anon_sym_enum] = ACTIONS(3111), [anon_sym_class] = ACTIONS(3111), [anon_sym_struct] = ACTIONS(3111), [anon_sym_union] = ACTIONS(3111), [anon_sym_if] = ACTIONS(3111), [anon_sym_else] = ACTIONS(3111), [anon_sym_switch] = ACTIONS(3111), [anon_sym_case] = ACTIONS(3111), [anon_sym_default] = ACTIONS(3111), [anon_sym_while] = ACTIONS(3111), [anon_sym_do] = ACTIONS(3111), [anon_sym_for] = ACTIONS(3111), [anon_sym_return] = ACTIONS(3111), [anon_sym_break] = ACTIONS(3111), [anon_sym_continue] = ACTIONS(3111), [anon_sym_goto] = ACTIONS(3111), [anon_sym_not] = ACTIONS(3111), [anon_sym_compl] = ACTIONS(3111), [anon_sym_DASH_DASH] = ACTIONS(3113), [anon_sym_PLUS_PLUS] = ACTIONS(3113), [anon_sym_sizeof] = ACTIONS(3111), [anon_sym_offsetof] = ACTIONS(3111), [anon_sym__Generic] = ACTIONS(3111), [anon_sym_asm] = ACTIONS(3111), [anon_sym___asm__] = ACTIONS(3111), [sym_number_literal] = ACTIONS(3113), [anon_sym_L_SQUOTE] = ACTIONS(3113), [anon_sym_u_SQUOTE] = ACTIONS(3113), [anon_sym_U_SQUOTE] = ACTIONS(3113), [anon_sym_u8_SQUOTE] = ACTIONS(3113), [anon_sym_SQUOTE] = ACTIONS(3113), [anon_sym_L_DQUOTE] = ACTIONS(3113), [anon_sym_u_DQUOTE] = ACTIONS(3113), [anon_sym_U_DQUOTE] = ACTIONS(3113), [anon_sym_u8_DQUOTE] = ACTIONS(3113), [anon_sym_DQUOTE] = ACTIONS(3113), [sym_true] = ACTIONS(3111), [sym_false] = ACTIONS(3111), [anon_sym_NULL] = ACTIONS(3111), [anon_sym_nullptr] = ACTIONS(3111), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3111), [anon_sym_decltype] = ACTIONS(3111), [anon_sym_virtual] = ACTIONS(3111), [anon_sym_explicit] = ACTIONS(3111), [anon_sym_typename] = ACTIONS(3111), [anon_sym_template] = ACTIONS(3111), [anon_sym_operator] = ACTIONS(3111), [anon_sym_try] = ACTIONS(3111), [anon_sym_delete] = ACTIONS(3111), [anon_sym_throw] = ACTIONS(3111), [anon_sym_namespace] = ACTIONS(3111), [anon_sym_using] = ACTIONS(3111), [anon_sym_static_assert] = ACTIONS(3111), [anon_sym_concept] = ACTIONS(3111), [anon_sym_co_return] = ACTIONS(3111), [anon_sym_co_yield] = ACTIONS(3111), [anon_sym_R_DQUOTE] = ACTIONS(3113), [anon_sym_LR_DQUOTE] = ACTIONS(3113), [anon_sym_uR_DQUOTE] = ACTIONS(3113), [anon_sym_UR_DQUOTE] = ACTIONS(3113), [anon_sym_u8R_DQUOTE] = ACTIONS(3113), [anon_sym_co_await] = ACTIONS(3111), [anon_sym_new] = ACTIONS(3111), [anon_sym_requires] = ACTIONS(3111), [sym_this] = ACTIONS(3111), }, [1175] = { [sym__expression] = STATE(3936), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3525), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3525), [sym_call_expression] = STATE(3525), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3525), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3525), [sym_initializer_list] = STATE(3919), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3525), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3607), [anon_sym_DOT_DOT_DOT] = ACTIONS(1935), [anon_sym_COMMA] = ACTIONS(1935), [anon_sym_LPAREN2] = ACTIONS(3609), [anon_sym_BANG] = ACTIONS(3611), [anon_sym_TILDE] = ACTIONS(3613), [anon_sym_DASH] = ACTIONS(3611), [anon_sym_PLUS] = ACTIONS(3611), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_SLASH] = ACTIONS(1943), [anon_sym_PERCENT] = ACTIONS(1935), [anon_sym_PIPE_PIPE] = ACTIONS(1935), [anon_sym_AMP_AMP] = ACTIONS(1935), [anon_sym_PIPE] = ACTIONS(1943), [anon_sym_CARET] = ACTIONS(1935), [anon_sym_AMP] = ACTIONS(1323), [anon_sym_EQ_EQ] = ACTIONS(1935), [anon_sym_BANG_EQ] = ACTIONS(1935), [anon_sym_GT] = ACTIONS(1943), [anon_sym_GT_EQ] = ACTIONS(1935), [anon_sym_LT_EQ] = ACTIONS(1943), [anon_sym_LT] = ACTIONS(1943), [anon_sym_LT_LT] = ACTIONS(1935), [anon_sym_GT_GT] = ACTIONS(1935), [anon_sym_COLON_COLON] = ACTIONS(3615), [anon_sym_LBRACE] = ACTIONS(1899), [anon_sym_LBRACK] = ACTIONS(1949), [anon_sym_RBRACK] = ACTIONS(1935), [sym_primitive_type] = ACTIONS(1951), [anon_sym_QMARK] = ACTIONS(1935), [anon_sym_not] = ACTIONS(3611), [anon_sym_compl] = ACTIONS(3611), [anon_sym_LT_EQ_GT] = ACTIONS(1935), [anon_sym_or] = ACTIONS(1943), [anon_sym_and] = ACTIONS(1943), [anon_sym_bitor] = ACTIONS(1943), [anon_sym_xor] = ACTIONS(1943), [anon_sym_bitand] = ACTIONS(1943), [anon_sym_not_eq] = ACTIONS(1943), [anon_sym_DASH_DASH] = ACTIONS(3617), [anon_sym_PLUS_PLUS] = ACTIONS(3617), [anon_sym_sizeof] = ACTIONS(3619), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [anon_sym_DOT] = ACTIONS(1943), [anon_sym_DASH_GT] = ACTIONS(1935), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(3621), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(3623), [anon_sym_new] = ACTIONS(3625), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1176] = { [sym_identifier] = ACTIONS(3099), [aux_sym_preproc_include_token1] = ACTIONS(3099), [aux_sym_preproc_def_token1] = ACTIONS(3099), [aux_sym_preproc_if_token1] = ACTIONS(3099), [aux_sym_preproc_if_token2] = ACTIONS(3099), [aux_sym_preproc_ifdef_token1] = ACTIONS(3099), [aux_sym_preproc_ifdef_token2] = ACTIONS(3099), [sym_preproc_directive] = ACTIONS(3099), [anon_sym_LPAREN2] = ACTIONS(3101), [anon_sym_BANG] = ACTIONS(3101), [anon_sym_TILDE] = ACTIONS(3101), [anon_sym_DASH] = ACTIONS(3099), [anon_sym_PLUS] = ACTIONS(3099), [anon_sym_STAR] = ACTIONS(3101), [anon_sym_AMP_AMP] = ACTIONS(3101), [anon_sym_AMP] = ACTIONS(3099), [anon_sym_SEMI] = ACTIONS(3101), [anon_sym_typedef] = ACTIONS(3099), [anon_sym_extern] = ACTIONS(3099), [anon_sym___attribute__] = ACTIONS(3099), [anon_sym_COLON_COLON] = ACTIONS(3101), [anon_sym_LBRACK_LBRACK] = ACTIONS(3101), [anon_sym___declspec] = ACTIONS(3099), [anon_sym___based] = ACTIONS(3099), [anon_sym___cdecl] = ACTIONS(3099), [anon_sym___clrcall] = ACTIONS(3099), [anon_sym___stdcall] = ACTIONS(3099), [anon_sym___fastcall] = ACTIONS(3099), [anon_sym___thiscall] = ACTIONS(3099), [anon_sym___vectorcall] = ACTIONS(3099), [anon_sym_LBRACE] = ACTIONS(3101), [anon_sym_signed] = ACTIONS(3099), [anon_sym_unsigned] = ACTIONS(3099), [anon_sym_long] = ACTIONS(3099), [anon_sym_short] = ACTIONS(3099), [anon_sym_LBRACK] = ACTIONS(3099), [anon_sym_static] = ACTIONS(3099), [anon_sym_register] = ACTIONS(3099), [anon_sym_inline] = ACTIONS(3099), [anon_sym_thread_local] = ACTIONS(3099), [anon_sym_const] = ACTIONS(3099), [anon_sym_constexpr] = ACTIONS(3099), [anon_sym_volatile] = ACTIONS(3099), [anon_sym_restrict] = ACTIONS(3099), [anon_sym___restrict__] = ACTIONS(3099), [anon_sym__Atomic] = ACTIONS(3099), [anon_sym__Noreturn] = ACTIONS(3099), [anon_sym_noreturn] = ACTIONS(3099), [anon_sym_mutable] = ACTIONS(3099), [anon_sym_constinit] = ACTIONS(3099), [anon_sym_consteval] = ACTIONS(3099), [sym_primitive_type] = ACTIONS(3099), [anon_sym_enum] = ACTIONS(3099), [anon_sym_class] = ACTIONS(3099), [anon_sym_struct] = ACTIONS(3099), [anon_sym_union] = ACTIONS(3099), [anon_sym_if] = ACTIONS(3099), [anon_sym_else] = ACTIONS(3099), [anon_sym_switch] = ACTIONS(3099), [anon_sym_case] = ACTIONS(3099), [anon_sym_default] = ACTIONS(3099), [anon_sym_while] = ACTIONS(3099), [anon_sym_do] = ACTIONS(3099), [anon_sym_for] = ACTIONS(3099), [anon_sym_return] = ACTIONS(3099), [anon_sym_break] = ACTIONS(3099), [anon_sym_continue] = ACTIONS(3099), [anon_sym_goto] = ACTIONS(3099), [anon_sym_not] = ACTIONS(3099), [anon_sym_compl] = ACTIONS(3099), [anon_sym_DASH_DASH] = ACTIONS(3101), [anon_sym_PLUS_PLUS] = ACTIONS(3101), [anon_sym_sizeof] = ACTIONS(3099), [anon_sym_offsetof] = ACTIONS(3099), [anon_sym__Generic] = ACTIONS(3099), [anon_sym_asm] = ACTIONS(3099), [anon_sym___asm__] = ACTIONS(3099), [sym_number_literal] = ACTIONS(3101), [anon_sym_L_SQUOTE] = ACTIONS(3101), [anon_sym_u_SQUOTE] = ACTIONS(3101), [anon_sym_U_SQUOTE] = ACTIONS(3101), [anon_sym_u8_SQUOTE] = ACTIONS(3101), [anon_sym_SQUOTE] = ACTIONS(3101), [anon_sym_L_DQUOTE] = ACTIONS(3101), [anon_sym_u_DQUOTE] = ACTIONS(3101), [anon_sym_U_DQUOTE] = ACTIONS(3101), [anon_sym_u8_DQUOTE] = ACTIONS(3101), [anon_sym_DQUOTE] = ACTIONS(3101), [sym_true] = ACTIONS(3099), [sym_false] = ACTIONS(3099), [anon_sym_NULL] = ACTIONS(3099), [anon_sym_nullptr] = ACTIONS(3099), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3099), [anon_sym_decltype] = ACTIONS(3099), [anon_sym_virtual] = ACTIONS(3099), [anon_sym_explicit] = ACTIONS(3099), [anon_sym_typename] = ACTIONS(3099), [anon_sym_template] = ACTIONS(3099), [anon_sym_operator] = ACTIONS(3099), [anon_sym_try] = ACTIONS(3099), [anon_sym_delete] = ACTIONS(3099), [anon_sym_throw] = ACTIONS(3099), [anon_sym_namespace] = ACTIONS(3099), [anon_sym_using] = ACTIONS(3099), [anon_sym_static_assert] = ACTIONS(3099), [anon_sym_concept] = ACTIONS(3099), [anon_sym_co_return] = ACTIONS(3099), [anon_sym_co_yield] = ACTIONS(3099), [anon_sym_R_DQUOTE] = ACTIONS(3101), [anon_sym_LR_DQUOTE] = ACTIONS(3101), [anon_sym_uR_DQUOTE] = ACTIONS(3101), [anon_sym_UR_DQUOTE] = ACTIONS(3101), [anon_sym_u8R_DQUOTE] = ACTIONS(3101), [anon_sym_co_await] = ACTIONS(3099), [anon_sym_new] = ACTIONS(3099), [anon_sym_requires] = ACTIONS(3099), [sym_this] = ACTIONS(3099), }, [1177] = { [sym_identifier] = ACTIONS(3095), [aux_sym_preproc_include_token1] = ACTIONS(3095), [aux_sym_preproc_def_token1] = ACTIONS(3095), [aux_sym_preproc_if_token1] = ACTIONS(3095), [aux_sym_preproc_if_token2] = ACTIONS(3095), [aux_sym_preproc_ifdef_token1] = ACTIONS(3095), [aux_sym_preproc_ifdef_token2] = ACTIONS(3095), [sym_preproc_directive] = ACTIONS(3095), [anon_sym_LPAREN2] = ACTIONS(3097), [anon_sym_BANG] = ACTIONS(3097), [anon_sym_TILDE] = ACTIONS(3097), [anon_sym_DASH] = ACTIONS(3095), [anon_sym_PLUS] = ACTIONS(3095), [anon_sym_STAR] = ACTIONS(3097), [anon_sym_AMP_AMP] = ACTIONS(3097), [anon_sym_AMP] = ACTIONS(3095), [anon_sym_SEMI] = ACTIONS(3097), [anon_sym_typedef] = ACTIONS(3095), [anon_sym_extern] = ACTIONS(3095), [anon_sym___attribute__] = ACTIONS(3095), [anon_sym_COLON_COLON] = ACTIONS(3097), [anon_sym_LBRACK_LBRACK] = ACTIONS(3097), [anon_sym___declspec] = ACTIONS(3095), [anon_sym___based] = ACTIONS(3095), [anon_sym___cdecl] = ACTIONS(3095), [anon_sym___clrcall] = ACTIONS(3095), [anon_sym___stdcall] = ACTIONS(3095), [anon_sym___fastcall] = ACTIONS(3095), [anon_sym___thiscall] = ACTIONS(3095), [anon_sym___vectorcall] = ACTIONS(3095), [anon_sym_LBRACE] = ACTIONS(3097), [anon_sym_signed] = ACTIONS(3095), [anon_sym_unsigned] = ACTIONS(3095), [anon_sym_long] = ACTIONS(3095), [anon_sym_short] = ACTIONS(3095), [anon_sym_LBRACK] = ACTIONS(3095), [anon_sym_static] = ACTIONS(3095), [anon_sym_register] = ACTIONS(3095), [anon_sym_inline] = ACTIONS(3095), [anon_sym_thread_local] = ACTIONS(3095), [anon_sym_const] = ACTIONS(3095), [anon_sym_constexpr] = ACTIONS(3095), [anon_sym_volatile] = ACTIONS(3095), [anon_sym_restrict] = ACTIONS(3095), [anon_sym___restrict__] = ACTIONS(3095), [anon_sym__Atomic] = ACTIONS(3095), [anon_sym__Noreturn] = ACTIONS(3095), [anon_sym_noreturn] = ACTIONS(3095), [anon_sym_mutable] = ACTIONS(3095), [anon_sym_constinit] = ACTIONS(3095), [anon_sym_consteval] = ACTIONS(3095), [sym_primitive_type] = ACTIONS(3095), [anon_sym_enum] = ACTIONS(3095), [anon_sym_class] = ACTIONS(3095), [anon_sym_struct] = ACTIONS(3095), [anon_sym_union] = ACTIONS(3095), [anon_sym_if] = ACTIONS(3095), [anon_sym_else] = ACTIONS(3095), [anon_sym_switch] = ACTIONS(3095), [anon_sym_case] = ACTIONS(3095), [anon_sym_default] = ACTIONS(3095), [anon_sym_while] = ACTIONS(3095), [anon_sym_do] = ACTIONS(3095), [anon_sym_for] = ACTIONS(3095), [anon_sym_return] = ACTIONS(3095), [anon_sym_break] = ACTIONS(3095), [anon_sym_continue] = ACTIONS(3095), [anon_sym_goto] = ACTIONS(3095), [anon_sym_not] = ACTIONS(3095), [anon_sym_compl] = ACTIONS(3095), [anon_sym_DASH_DASH] = ACTIONS(3097), [anon_sym_PLUS_PLUS] = ACTIONS(3097), [anon_sym_sizeof] = ACTIONS(3095), [anon_sym_offsetof] = ACTIONS(3095), [anon_sym__Generic] = ACTIONS(3095), [anon_sym_asm] = ACTIONS(3095), [anon_sym___asm__] = ACTIONS(3095), [sym_number_literal] = ACTIONS(3097), [anon_sym_L_SQUOTE] = ACTIONS(3097), [anon_sym_u_SQUOTE] = ACTIONS(3097), [anon_sym_U_SQUOTE] = ACTIONS(3097), [anon_sym_u8_SQUOTE] = ACTIONS(3097), [anon_sym_SQUOTE] = ACTIONS(3097), [anon_sym_L_DQUOTE] = ACTIONS(3097), [anon_sym_u_DQUOTE] = ACTIONS(3097), [anon_sym_U_DQUOTE] = ACTIONS(3097), [anon_sym_u8_DQUOTE] = ACTIONS(3097), [anon_sym_DQUOTE] = ACTIONS(3097), [sym_true] = ACTIONS(3095), [sym_false] = ACTIONS(3095), [anon_sym_NULL] = ACTIONS(3095), [anon_sym_nullptr] = ACTIONS(3095), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3095), [anon_sym_decltype] = ACTIONS(3095), [anon_sym_virtual] = ACTIONS(3095), [anon_sym_explicit] = ACTIONS(3095), [anon_sym_typename] = ACTIONS(3095), [anon_sym_template] = ACTIONS(3095), [anon_sym_operator] = ACTIONS(3095), [anon_sym_try] = ACTIONS(3095), [anon_sym_delete] = ACTIONS(3095), [anon_sym_throw] = ACTIONS(3095), [anon_sym_namespace] = ACTIONS(3095), [anon_sym_using] = ACTIONS(3095), [anon_sym_static_assert] = ACTIONS(3095), [anon_sym_concept] = ACTIONS(3095), [anon_sym_co_return] = ACTIONS(3095), [anon_sym_co_yield] = ACTIONS(3095), [anon_sym_R_DQUOTE] = ACTIONS(3097), [anon_sym_LR_DQUOTE] = ACTIONS(3097), [anon_sym_uR_DQUOTE] = ACTIONS(3097), [anon_sym_UR_DQUOTE] = ACTIONS(3097), [anon_sym_u8R_DQUOTE] = ACTIONS(3097), [anon_sym_co_await] = ACTIONS(3095), [anon_sym_new] = ACTIONS(3095), [anon_sym_requires] = ACTIONS(3095), [sym_this] = ACTIONS(3095), }, [1178] = { [sym_identifier] = ACTIONS(3060), [aux_sym_preproc_include_token1] = ACTIONS(3060), [aux_sym_preproc_def_token1] = ACTIONS(3060), [aux_sym_preproc_if_token1] = ACTIONS(3060), [aux_sym_preproc_if_token2] = ACTIONS(3060), [aux_sym_preproc_ifdef_token1] = ACTIONS(3060), [aux_sym_preproc_ifdef_token2] = ACTIONS(3060), [sym_preproc_directive] = ACTIONS(3060), [anon_sym_LPAREN2] = ACTIONS(3062), [anon_sym_BANG] = ACTIONS(3062), [anon_sym_TILDE] = ACTIONS(3062), [anon_sym_DASH] = ACTIONS(3060), [anon_sym_PLUS] = ACTIONS(3060), [anon_sym_STAR] = ACTIONS(3062), [anon_sym_AMP_AMP] = ACTIONS(3062), [anon_sym_AMP] = ACTIONS(3060), [anon_sym_SEMI] = ACTIONS(3062), [anon_sym_typedef] = ACTIONS(3060), [anon_sym_extern] = ACTIONS(3060), [anon_sym___attribute__] = ACTIONS(3060), [anon_sym_COLON_COLON] = ACTIONS(3062), [anon_sym_LBRACK_LBRACK] = ACTIONS(3062), [anon_sym___declspec] = ACTIONS(3060), [anon_sym___based] = ACTIONS(3060), [anon_sym___cdecl] = ACTIONS(3060), [anon_sym___clrcall] = ACTIONS(3060), [anon_sym___stdcall] = ACTIONS(3060), [anon_sym___fastcall] = ACTIONS(3060), [anon_sym___thiscall] = ACTIONS(3060), [anon_sym___vectorcall] = ACTIONS(3060), [anon_sym_LBRACE] = ACTIONS(3062), [anon_sym_signed] = ACTIONS(3060), [anon_sym_unsigned] = ACTIONS(3060), [anon_sym_long] = ACTIONS(3060), [anon_sym_short] = ACTIONS(3060), [anon_sym_LBRACK] = ACTIONS(3060), [anon_sym_static] = ACTIONS(3060), [anon_sym_register] = ACTIONS(3060), [anon_sym_inline] = ACTIONS(3060), [anon_sym_thread_local] = ACTIONS(3060), [anon_sym_const] = ACTIONS(3060), [anon_sym_constexpr] = ACTIONS(3060), [anon_sym_volatile] = ACTIONS(3060), [anon_sym_restrict] = ACTIONS(3060), [anon_sym___restrict__] = ACTIONS(3060), [anon_sym__Atomic] = ACTIONS(3060), [anon_sym__Noreturn] = ACTIONS(3060), [anon_sym_noreturn] = ACTIONS(3060), [anon_sym_mutable] = ACTIONS(3060), [anon_sym_constinit] = ACTIONS(3060), [anon_sym_consteval] = ACTIONS(3060), [sym_primitive_type] = ACTIONS(3060), [anon_sym_enum] = ACTIONS(3060), [anon_sym_class] = ACTIONS(3060), [anon_sym_struct] = ACTIONS(3060), [anon_sym_union] = ACTIONS(3060), [anon_sym_if] = ACTIONS(3060), [anon_sym_else] = ACTIONS(3060), [anon_sym_switch] = ACTIONS(3060), [anon_sym_case] = ACTIONS(3060), [anon_sym_default] = ACTIONS(3060), [anon_sym_while] = ACTIONS(3060), [anon_sym_do] = ACTIONS(3060), [anon_sym_for] = ACTIONS(3060), [anon_sym_return] = ACTIONS(3060), [anon_sym_break] = ACTIONS(3060), [anon_sym_continue] = ACTIONS(3060), [anon_sym_goto] = ACTIONS(3060), [anon_sym_not] = ACTIONS(3060), [anon_sym_compl] = ACTIONS(3060), [anon_sym_DASH_DASH] = ACTIONS(3062), [anon_sym_PLUS_PLUS] = ACTIONS(3062), [anon_sym_sizeof] = ACTIONS(3060), [anon_sym_offsetof] = ACTIONS(3060), [anon_sym__Generic] = ACTIONS(3060), [anon_sym_asm] = ACTIONS(3060), [anon_sym___asm__] = ACTIONS(3060), [sym_number_literal] = ACTIONS(3062), [anon_sym_L_SQUOTE] = ACTIONS(3062), [anon_sym_u_SQUOTE] = ACTIONS(3062), [anon_sym_U_SQUOTE] = ACTIONS(3062), [anon_sym_u8_SQUOTE] = ACTIONS(3062), [anon_sym_SQUOTE] = ACTIONS(3062), [anon_sym_L_DQUOTE] = ACTIONS(3062), [anon_sym_u_DQUOTE] = ACTIONS(3062), [anon_sym_U_DQUOTE] = ACTIONS(3062), [anon_sym_u8_DQUOTE] = ACTIONS(3062), [anon_sym_DQUOTE] = ACTIONS(3062), [sym_true] = ACTIONS(3060), [sym_false] = ACTIONS(3060), [anon_sym_NULL] = ACTIONS(3060), [anon_sym_nullptr] = ACTIONS(3060), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3060), [anon_sym_decltype] = ACTIONS(3060), [anon_sym_virtual] = ACTIONS(3060), [anon_sym_explicit] = ACTIONS(3060), [anon_sym_typename] = ACTIONS(3060), [anon_sym_template] = ACTIONS(3060), [anon_sym_operator] = ACTIONS(3060), [anon_sym_try] = ACTIONS(3060), [anon_sym_delete] = ACTIONS(3060), [anon_sym_throw] = ACTIONS(3060), [anon_sym_namespace] = ACTIONS(3060), [anon_sym_using] = ACTIONS(3060), [anon_sym_static_assert] = ACTIONS(3060), [anon_sym_concept] = ACTIONS(3060), [anon_sym_co_return] = ACTIONS(3060), [anon_sym_co_yield] = ACTIONS(3060), [anon_sym_R_DQUOTE] = ACTIONS(3062), [anon_sym_LR_DQUOTE] = ACTIONS(3062), [anon_sym_uR_DQUOTE] = ACTIONS(3062), [anon_sym_UR_DQUOTE] = ACTIONS(3062), [anon_sym_u8R_DQUOTE] = ACTIONS(3062), [anon_sym_co_await] = ACTIONS(3060), [anon_sym_new] = ACTIONS(3060), [anon_sym_requires] = ACTIONS(3060), [sym_this] = ACTIONS(3060), }, [1179] = { [sym_identifier] = ACTIONS(2992), [aux_sym_preproc_include_token1] = ACTIONS(2992), [aux_sym_preproc_def_token1] = ACTIONS(2992), [aux_sym_preproc_if_token1] = ACTIONS(2992), [aux_sym_preproc_if_token2] = ACTIONS(2992), [aux_sym_preproc_ifdef_token1] = ACTIONS(2992), [aux_sym_preproc_ifdef_token2] = ACTIONS(2992), [sym_preproc_directive] = ACTIONS(2992), [anon_sym_LPAREN2] = ACTIONS(2994), [anon_sym_BANG] = ACTIONS(2994), [anon_sym_TILDE] = ACTIONS(2994), [anon_sym_DASH] = ACTIONS(2992), [anon_sym_PLUS] = ACTIONS(2992), [anon_sym_STAR] = ACTIONS(2994), [anon_sym_AMP_AMP] = ACTIONS(2994), [anon_sym_AMP] = ACTIONS(2992), [anon_sym_SEMI] = ACTIONS(2994), [anon_sym_typedef] = ACTIONS(2992), [anon_sym_extern] = ACTIONS(2992), [anon_sym___attribute__] = ACTIONS(2992), [anon_sym_COLON_COLON] = ACTIONS(2994), [anon_sym_LBRACK_LBRACK] = ACTIONS(2994), [anon_sym___declspec] = ACTIONS(2992), [anon_sym___based] = ACTIONS(2992), [anon_sym___cdecl] = ACTIONS(2992), [anon_sym___clrcall] = ACTIONS(2992), [anon_sym___stdcall] = ACTIONS(2992), [anon_sym___fastcall] = ACTIONS(2992), [anon_sym___thiscall] = ACTIONS(2992), [anon_sym___vectorcall] = ACTIONS(2992), [anon_sym_LBRACE] = ACTIONS(2994), [anon_sym_signed] = ACTIONS(2992), [anon_sym_unsigned] = ACTIONS(2992), [anon_sym_long] = ACTIONS(2992), [anon_sym_short] = ACTIONS(2992), [anon_sym_LBRACK] = ACTIONS(2992), [anon_sym_static] = ACTIONS(2992), [anon_sym_register] = ACTIONS(2992), [anon_sym_inline] = ACTIONS(2992), [anon_sym_thread_local] = ACTIONS(2992), [anon_sym_const] = ACTIONS(2992), [anon_sym_constexpr] = ACTIONS(2992), [anon_sym_volatile] = ACTIONS(2992), [anon_sym_restrict] = ACTIONS(2992), [anon_sym___restrict__] = ACTIONS(2992), [anon_sym__Atomic] = ACTIONS(2992), [anon_sym__Noreturn] = ACTIONS(2992), [anon_sym_noreturn] = ACTIONS(2992), [anon_sym_mutable] = ACTIONS(2992), [anon_sym_constinit] = ACTIONS(2992), [anon_sym_consteval] = ACTIONS(2992), [sym_primitive_type] = ACTIONS(2992), [anon_sym_enum] = ACTIONS(2992), [anon_sym_class] = ACTIONS(2992), [anon_sym_struct] = ACTIONS(2992), [anon_sym_union] = ACTIONS(2992), [anon_sym_if] = ACTIONS(2992), [anon_sym_else] = ACTIONS(2992), [anon_sym_switch] = ACTIONS(2992), [anon_sym_case] = ACTIONS(2992), [anon_sym_default] = ACTIONS(2992), [anon_sym_while] = ACTIONS(2992), [anon_sym_do] = ACTIONS(2992), [anon_sym_for] = ACTIONS(2992), [anon_sym_return] = ACTIONS(2992), [anon_sym_break] = ACTIONS(2992), [anon_sym_continue] = ACTIONS(2992), [anon_sym_goto] = ACTIONS(2992), [anon_sym_not] = ACTIONS(2992), [anon_sym_compl] = ACTIONS(2992), [anon_sym_DASH_DASH] = ACTIONS(2994), [anon_sym_PLUS_PLUS] = ACTIONS(2994), [anon_sym_sizeof] = ACTIONS(2992), [anon_sym_offsetof] = ACTIONS(2992), [anon_sym__Generic] = ACTIONS(2992), [anon_sym_asm] = ACTIONS(2992), [anon_sym___asm__] = ACTIONS(2992), [sym_number_literal] = ACTIONS(2994), [anon_sym_L_SQUOTE] = ACTIONS(2994), [anon_sym_u_SQUOTE] = ACTIONS(2994), [anon_sym_U_SQUOTE] = ACTIONS(2994), [anon_sym_u8_SQUOTE] = ACTIONS(2994), [anon_sym_SQUOTE] = ACTIONS(2994), [anon_sym_L_DQUOTE] = ACTIONS(2994), [anon_sym_u_DQUOTE] = ACTIONS(2994), [anon_sym_U_DQUOTE] = ACTIONS(2994), [anon_sym_u8_DQUOTE] = ACTIONS(2994), [anon_sym_DQUOTE] = ACTIONS(2994), [sym_true] = ACTIONS(2992), [sym_false] = ACTIONS(2992), [anon_sym_NULL] = ACTIONS(2992), [anon_sym_nullptr] = ACTIONS(2992), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2992), [anon_sym_decltype] = ACTIONS(2992), [anon_sym_virtual] = ACTIONS(2992), [anon_sym_explicit] = ACTIONS(2992), [anon_sym_typename] = ACTIONS(2992), [anon_sym_template] = ACTIONS(2992), [anon_sym_operator] = ACTIONS(2992), [anon_sym_try] = ACTIONS(2992), [anon_sym_delete] = ACTIONS(2992), [anon_sym_throw] = ACTIONS(2992), [anon_sym_namespace] = ACTIONS(2992), [anon_sym_using] = ACTIONS(2992), [anon_sym_static_assert] = ACTIONS(2992), [anon_sym_concept] = ACTIONS(2992), [anon_sym_co_return] = ACTIONS(2992), [anon_sym_co_yield] = ACTIONS(2992), [anon_sym_R_DQUOTE] = ACTIONS(2994), [anon_sym_LR_DQUOTE] = ACTIONS(2994), [anon_sym_uR_DQUOTE] = ACTIONS(2994), [anon_sym_UR_DQUOTE] = ACTIONS(2994), [anon_sym_u8R_DQUOTE] = ACTIONS(2994), [anon_sym_co_await] = ACTIONS(2992), [anon_sym_new] = ACTIONS(2992), [anon_sym_requires] = ACTIONS(2992), [sym_this] = ACTIONS(2992), }, [1180] = { [sym_identifier] = ACTIONS(2988), [aux_sym_preproc_include_token1] = ACTIONS(2988), [aux_sym_preproc_def_token1] = ACTIONS(2988), [aux_sym_preproc_if_token1] = ACTIONS(2988), [aux_sym_preproc_if_token2] = ACTIONS(2988), [aux_sym_preproc_ifdef_token1] = ACTIONS(2988), [aux_sym_preproc_ifdef_token2] = ACTIONS(2988), [sym_preproc_directive] = ACTIONS(2988), [anon_sym_LPAREN2] = ACTIONS(2990), [anon_sym_BANG] = ACTIONS(2990), [anon_sym_TILDE] = ACTIONS(2990), [anon_sym_DASH] = ACTIONS(2988), [anon_sym_PLUS] = ACTIONS(2988), [anon_sym_STAR] = ACTIONS(2990), [anon_sym_AMP_AMP] = ACTIONS(2990), [anon_sym_AMP] = ACTIONS(2988), [anon_sym_SEMI] = ACTIONS(2990), [anon_sym_typedef] = ACTIONS(2988), [anon_sym_extern] = ACTIONS(2988), [anon_sym___attribute__] = ACTIONS(2988), [anon_sym_COLON_COLON] = ACTIONS(2990), [anon_sym_LBRACK_LBRACK] = ACTIONS(2990), [anon_sym___declspec] = ACTIONS(2988), [anon_sym___based] = ACTIONS(2988), [anon_sym___cdecl] = ACTIONS(2988), [anon_sym___clrcall] = ACTIONS(2988), [anon_sym___stdcall] = ACTIONS(2988), [anon_sym___fastcall] = ACTIONS(2988), [anon_sym___thiscall] = ACTIONS(2988), [anon_sym___vectorcall] = ACTIONS(2988), [anon_sym_LBRACE] = ACTIONS(2990), [anon_sym_signed] = ACTIONS(2988), [anon_sym_unsigned] = ACTIONS(2988), [anon_sym_long] = ACTIONS(2988), [anon_sym_short] = ACTIONS(2988), [anon_sym_LBRACK] = ACTIONS(2988), [anon_sym_static] = ACTIONS(2988), [anon_sym_register] = ACTIONS(2988), [anon_sym_inline] = ACTIONS(2988), [anon_sym_thread_local] = ACTIONS(2988), [anon_sym_const] = ACTIONS(2988), [anon_sym_constexpr] = ACTIONS(2988), [anon_sym_volatile] = ACTIONS(2988), [anon_sym_restrict] = ACTIONS(2988), [anon_sym___restrict__] = ACTIONS(2988), [anon_sym__Atomic] = ACTIONS(2988), [anon_sym__Noreturn] = ACTIONS(2988), [anon_sym_noreturn] = ACTIONS(2988), [anon_sym_mutable] = ACTIONS(2988), [anon_sym_constinit] = ACTIONS(2988), [anon_sym_consteval] = ACTIONS(2988), [sym_primitive_type] = ACTIONS(2988), [anon_sym_enum] = ACTIONS(2988), [anon_sym_class] = ACTIONS(2988), [anon_sym_struct] = ACTIONS(2988), [anon_sym_union] = ACTIONS(2988), [anon_sym_if] = ACTIONS(2988), [anon_sym_else] = ACTIONS(2988), [anon_sym_switch] = ACTIONS(2988), [anon_sym_case] = ACTIONS(2988), [anon_sym_default] = ACTIONS(2988), [anon_sym_while] = ACTIONS(2988), [anon_sym_do] = ACTIONS(2988), [anon_sym_for] = ACTIONS(2988), [anon_sym_return] = ACTIONS(2988), [anon_sym_break] = ACTIONS(2988), [anon_sym_continue] = ACTIONS(2988), [anon_sym_goto] = ACTIONS(2988), [anon_sym_not] = ACTIONS(2988), [anon_sym_compl] = ACTIONS(2988), [anon_sym_DASH_DASH] = ACTIONS(2990), [anon_sym_PLUS_PLUS] = ACTIONS(2990), [anon_sym_sizeof] = ACTIONS(2988), [anon_sym_offsetof] = ACTIONS(2988), [anon_sym__Generic] = ACTIONS(2988), [anon_sym_asm] = ACTIONS(2988), [anon_sym___asm__] = ACTIONS(2988), [sym_number_literal] = ACTIONS(2990), [anon_sym_L_SQUOTE] = ACTIONS(2990), [anon_sym_u_SQUOTE] = ACTIONS(2990), [anon_sym_U_SQUOTE] = ACTIONS(2990), [anon_sym_u8_SQUOTE] = ACTIONS(2990), [anon_sym_SQUOTE] = ACTIONS(2990), [anon_sym_L_DQUOTE] = ACTIONS(2990), [anon_sym_u_DQUOTE] = ACTIONS(2990), [anon_sym_U_DQUOTE] = ACTIONS(2990), [anon_sym_u8_DQUOTE] = ACTIONS(2990), [anon_sym_DQUOTE] = ACTIONS(2990), [sym_true] = ACTIONS(2988), [sym_false] = ACTIONS(2988), [anon_sym_NULL] = ACTIONS(2988), [anon_sym_nullptr] = ACTIONS(2988), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2988), [anon_sym_decltype] = ACTIONS(2988), [anon_sym_virtual] = ACTIONS(2988), [anon_sym_explicit] = ACTIONS(2988), [anon_sym_typename] = ACTIONS(2988), [anon_sym_template] = ACTIONS(2988), [anon_sym_operator] = ACTIONS(2988), [anon_sym_try] = ACTIONS(2988), [anon_sym_delete] = ACTIONS(2988), [anon_sym_throw] = ACTIONS(2988), [anon_sym_namespace] = ACTIONS(2988), [anon_sym_using] = ACTIONS(2988), [anon_sym_static_assert] = ACTIONS(2988), [anon_sym_concept] = ACTIONS(2988), [anon_sym_co_return] = ACTIONS(2988), [anon_sym_co_yield] = ACTIONS(2988), [anon_sym_R_DQUOTE] = ACTIONS(2990), [anon_sym_LR_DQUOTE] = ACTIONS(2990), [anon_sym_uR_DQUOTE] = ACTIONS(2990), [anon_sym_UR_DQUOTE] = ACTIONS(2990), [anon_sym_u8R_DQUOTE] = ACTIONS(2990), [anon_sym_co_await] = ACTIONS(2988), [anon_sym_new] = ACTIONS(2988), [anon_sym_requires] = ACTIONS(2988), [sym_this] = ACTIONS(2988), }, [1181] = { [sym_identifier] = ACTIONS(3056), [aux_sym_preproc_include_token1] = ACTIONS(3056), [aux_sym_preproc_def_token1] = ACTIONS(3056), [aux_sym_preproc_if_token1] = ACTIONS(3056), [aux_sym_preproc_ifdef_token1] = ACTIONS(3056), [aux_sym_preproc_ifdef_token2] = ACTIONS(3056), [sym_preproc_directive] = ACTIONS(3056), [anon_sym_LPAREN2] = ACTIONS(3058), [anon_sym_BANG] = ACTIONS(3058), [anon_sym_TILDE] = ACTIONS(3058), [anon_sym_DASH] = ACTIONS(3056), [anon_sym_PLUS] = ACTIONS(3056), [anon_sym_STAR] = ACTIONS(3058), [anon_sym_AMP_AMP] = ACTIONS(3058), [anon_sym_AMP] = ACTIONS(3056), [anon_sym_SEMI] = ACTIONS(3058), [anon_sym_typedef] = ACTIONS(3056), [anon_sym_extern] = ACTIONS(3056), [anon_sym___attribute__] = ACTIONS(3056), [anon_sym_COLON_COLON] = ACTIONS(3058), [anon_sym_LBRACK_LBRACK] = ACTIONS(3058), [anon_sym___declspec] = ACTIONS(3056), [anon_sym___based] = ACTIONS(3056), [anon_sym___cdecl] = ACTIONS(3056), [anon_sym___clrcall] = ACTIONS(3056), [anon_sym___stdcall] = ACTIONS(3056), [anon_sym___fastcall] = ACTIONS(3056), [anon_sym___thiscall] = ACTIONS(3056), [anon_sym___vectorcall] = ACTIONS(3056), [anon_sym_LBRACE] = ACTIONS(3058), [anon_sym_RBRACE] = ACTIONS(3058), [anon_sym_signed] = ACTIONS(3056), [anon_sym_unsigned] = ACTIONS(3056), [anon_sym_long] = ACTIONS(3056), [anon_sym_short] = ACTIONS(3056), [anon_sym_LBRACK] = ACTIONS(3056), [anon_sym_static] = ACTIONS(3056), [anon_sym_register] = ACTIONS(3056), [anon_sym_inline] = ACTIONS(3056), [anon_sym_thread_local] = ACTIONS(3056), [anon_sym_const] = ACTIONS(3056), [anon_sym_constexpr] = ACTIONS(3056), [anon_sym_volatile] = ACTIONS(3056), [anon_sym_restrict] = ACTIONS(3056), [anon_sym___restrict__] = ACTIONS(3056), [anon_sym__Atomic] = ACTIONS(3056), [anon_sym__Noreturn] = ACTIONS(3056), [anon_sym_noreturn] = ACTIONS(3056), [anon_sym_mutable] = ACTIONS(3056), [anon_sym_constinit] = ACTIONS(3056), [anon_sym_consteval] = ACTIONS(3056), [sym_primitive_type] = ACTIONS(3056), [anon_sym_enum] = ACTIONS(3056), [anon_sym_class] = ACTIONS(3056), [anon_sym_struct] = ACTIONS(3056), [anon_sym_union] = ACTIONS(3056), [anon_sym_if] = ACTIONS(3056), [anon_sym_else] = ACTIONS(3056), [anon_sym_switch] = ACTIONS(3056), [anon_sym_case] = ACTIONS(3056), [anon_sym_default] = ACTIONS(3056), [anon_sym_while] = ACTIONS(3056), [anon_sym_do] = ACTIONS(3056), [anon_sym_for] = ACTIONS(3056), [anon_sym_return] = ACTIONS(3056), [anon_sym_break] = ACTIONS(3056), [anon_sym_continue] = ACTIONS(3056), [anon_sym_goto] = ACTIONS(3056), [anon_sym_not] = ACTIONS(3056), [anon_sym_compl] = ACTIONS(3056), [anon_sym_DASH_DASH] = ACTIONS(3058), [anon_sym_PLUS_PLUS] = ACTIONS(3058), [anon_sym_sizeof] = ACTIONS(3056), [anon_sym_offsetof] = ACTIONS(3056), [anon_sym__Generic] = ACTIONS(3056), [anon_sym_asm] = ACTIONS(3056), [anon_sym___asm__] = ACTIONS(3056), [sym_number_literal] = ACTIONS(3058), [anon_sym_L_SQUOTE] = ACTIONS(3058), [anon_sym_u_SQUOTE] = ACTIONS(3058), [anon_sym_U_SQUOTE] = ACTIONS(3058), [anon_sym_u8_SQUOTE] = ACTIONS(3058), [anon_sym_SQUOTE] = ACTIONS(3058), [anon_sym_L_DQUOTE] = ACTIONS(3058), [anon_sym_u_DQUOTE] = ACTIONS(3058), [anon_sym_U_DQUOTE] = ACTIONS(3058), [anon_sym_u8_DQUOTE] = ACTIONS(3058), [anon_sym_DQUOTE] = ACTIONS(3058), [sym_true] = ACTIONS(3056), [sym_false] = ACTIONS(3056), [anon_sym_NULL] = ACTIONS(3056), [anon_sym_nullptr] = ACTIONS(3056), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3056), [anon_sym_decltype] = ACTIONS(3056), [anon_sym_virtual] = ACTIONS(3056), [anon_sym_explicit] = ACTIONS(3056), [anon_sym_typename] = ACTIONS(3056), [anon_sym_template] = ACTIONS(3056), [anon_sym_operator] = ACTIONS(3056), [anon_sym_try] = ACTIONS(3056), [anon_sym_delete] = ACTIONS(3056), [anon_sym_throw] = ACTIONS(3056), [anon_sym_namespace] = ACTIONS(3056), [anon_sym_using] = ACTIONS(3056), [anon_sym_static_assert] = ACTIONS(3056), [anon_sym_concept] = ACTIONS(3056), [anon_sym_co_return] = ACTIONS(3056), [anon_sym_co_yield] = ACTIONS(3056), [anon_sym_R_DQUOTE] = ACTIONS(3058), [anon_sym_LR_DQUOTE] = ACTIONS(3058), [anon_sym_uR_DQUOTE] = ACTIONS(3058), [anon_sym_UR_DQUOTE] = ACTIONS(3058), [anon_sym_u8R_DQUOTE] = ACTIONS(3058), [anon_sym_co_await] = ACTIONS(3056), [anon_sym_new] = ACTIONS(3056), [anon_sym_requires] = ACTIONS(3056), [sym_this] = ACTIONS(3056), }, [1182] = { [sym_identifier] = ACTIONS(3056), [aux_sym_preproc_include_token1] = ACTIONS(3056), [aux_sym_preproc_def_token1] = ACTIONS(3056), [aux_sym_preproc_if_token1] = ACTIONS(3056), [aux_sym_preproc_ifdef_token1] = ACTIONS(3056), [aux_sym_preproc_ifdef_token2] = ACTIONS(3056), [sym_preproc_directive] = ACTIONS(3056), [anon_sym_LPAREN2] = ACTIONS(3058), [anon_sym_BANG] = ACTIONS(3058), [anon_sym_TILDE] = ACTIONS(3058), [anon_sym_DASH] = ACTIONS(3056), [anon_sym_PLUS] = ACTIONS(3056), [anon_sym_STAR] = ACTIONS(3058), [anon_sym_AMP_AMP] = ACTIONS(3058), [anon_sym_AMP] = ACTIONS(3056), [anon_sym_SEMI] = ACTIONS(3058), [anon_sym_typedef] = ACTIONS(3056), [anon_sym_extern] = ACTIONS(3056), [anon_sym___attribute__] = ACTIONS(3056), [anon_sym_COLON_COLON] = ACTIONS(3058), [anon_sym_LBRACK_LBRACK] = ACTIONS(3058), [anon_sym___declspec] = ACTIONS(3056), [anon_sym___based] = ACTIONS(3056), [anon_sym___cdecl] = ACTIONS(3056), [anon_sym___clrcall] = ACTIONS(3056), [anon_sym___stdcall] = ACTIONS(3056), [anon_sym___fastcall] = ACTIONS(3056), [anon_sym___thiscall] = ACTIONS(3056), [anon_sym___vectorcall] = ACTIONS(3056), [anon_sym_LBRACE] = ACTIONS(3058), [anon_sym_RBRACE] = ACTIONS(3058), [anon_sym_signed] = ACTIONS(3056), [anon_sym_unsigned] = ACTIONS(3056), [anon_sym_long] = ACTIONS(3056), [anon_sym_short] = ACTIONS(3056), [anon_sym_LBRACK] = ACTIONS(3056), [anon_sym_static] = ACTIONS(3056), [anon_sym_register] = ACTIONS(3056), [anon_sym_inline] = ACTIONS(3056), [anon_sym_thread_local] = ACTIONS(3056), [anon_sym_const] = ACTIONS(3056), [anon_sym_constexpr] = ACTIONS(3056), [anon_sym_volatile] = ACTIONS(3056), [anon_sym_restrict] = ACTIONS(3056), [anon_sym___restrict__] = ACTIONS(3056), [anon_sym__Atomic] = ACTIONS(3056), [anon_sym__Noreturn] = ACTIONS(3056), [anon_sym_noreturn] = ACTIONS(3056), [anon_sym_mutable] = ACTIONS(3056), [anon_sym_constinit] = ACTIONS(3056), [anon_sym_consteval] = ACTIONS(3056), [sym_primitive_type] = ACTIONS(3056), [anon_sym_enum] = ACTIONS(3056), [anon_sym_class] = ACTIONS(3056), [anon_sym_struct] = ACTIONS(3056), [anon_sym_union] = ACTIONS(3056), [anon_sym_if] = ACTIONS(3056), [anon_sym_else] = ACTIONS(3056), [anon_sym_switch] = ACTIONS(3056), [anon_sym_case] = ACTIONS(3056), [anon_sym_default] = ACTIONS(3056), [anon_sym_while] = ACTIONS(3056), [anon_sym_do] = ACTIONS(3056), [anon_sym_for] = ACTIONS(3056), [anon_sym_return] = ACTIONS(3056), [anon_sym_break] = ACTIONS(3056), [anon_sym_continue] = ACTIONS(3056), [anon_sym_goto] = ACTIONS(3056), [anon_sym_not] = ACTIONS(3056), [anon_sym_compl] = ACTIONS(3056), [anon_sym_DASH_DASH] = ACTIONS(3058), [anon_sym_PLUS_PLUS] = ACTIONS(3058), [anon_sym_sizeof] = ACTIONS(3056), [anon_sym_offsetof] = ACTIONS(3056), [anon_sym__Generic] = ACTIONS(3056), [anon_sym_asm] = ACTIONS(3056), [anon_sym___asm__] = ACTIONS(3056), [sym_number_literal] = ACTIONS(3058), [anon_sym_L_SQUOTE] = ACTIONS(3058), [anon_sym_u_SQUOTE] = ACTIONS(3058), [anon_sym_U_SQUOTE] = ACTIONS(3058), [anon_sym_u8_SQUOTE] = ACTIONS(3058), [anon_sym_SQUOTE] = ACTIONS(3058), [anon_sym_L_DQUOTE] = ACTIONS(3058), [anon_sym_u_DQUOTE] = ACTIONS(3058), [anon_sym_U_DQUOTE] = ACTIONS(3058), [anon_sym_u8_DQUOTE] = ACTIONS(3058), [anon_sym_DQUOTE] = ACTIONS(3058), [sym_true] = ACTIONS(3056), [sym_false] = ACTIONS(3056), [anon_sym_NULL] = ACTIONS(3056), [anon_sym_nullptr] = ACTIONS(3056), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3056), [anon_sym_decltype] = ACTIONS(3056), [anon_sym_virtual] = ACTIONS(3056), [anon_sym_explicit] = ACTIONS(3056), [anon_sym_typename] = ACTIONS(3056), [anon_sym_template] = ACTIONS(3056), [anon_sym_operator] = ACTIONS(3056), [anon_sym_try] = ACTIONS(3056), [anon_sym_delete] = ACTIONS(3056), [anon_sym_throw] = ACTIONS(3056), [anon_sym_namespace] = ACTIONS(3056), [anon_sym_using] = ACTIONS(3056), [anon_sym_static_assert] = ACTIONS(3056), [anon_sym_concept] = ACTIONS(3056), [anon_sym_co_return] = ACTIONS(3056), [anon_sym_co_yield] = ACTIONS(3056), [anon_sym_R_DQUOTE] = ACTIONS(3058), [anon_sym_LR_DQUOTE] = ACTIONS(3058), [anon_sym_uR_DQUOTE] = ACTIONS(3058), [anon_sym_UR_DQUOTE] = ACTIONS(3058), [anon_sym_u8R_DQUOTE] = ACTIONS(3058), [anon_sym_co_await] = ACTIONS(3056), [anon_sym_new] = ACTIONS(3056), [anon_sym_requires] = ACTIONS(3056), [sym_this] = ACTIONS(3056), }, [1183] = { [sym_identifier] = ACTIONS(2542), [aux_sym_preproc_include_token1] = ACTIONS(2542), [aux_sym_preproc_def_token1] = ACTIONS(2542), [anon_sym_COMMA] = ACTIONS(2966), [aux_sym_preproc_if_token1] = ACTIONS(2542), [aux_sym_preproc_ifdef_token1] = ACTIONS(2542), [aux_sym_preproc_ifdef_token2] = ACTIONS(2542), [sym_preproc_directive] = ACTIONS(2542), [anon_sym_LPAREN2] = ACTIONS(2540), [anon_sym_BANG] = ACTIONS(2540), [anon_sym_TILDE] = ACTIONS(2540), [anon_sym_DASH] = ACTIONS(2542), [anon_sym_PLUS] = ACTIONS(2542), [anon_sym_STAR] = ACTIONS(2540), [anon_sym_AMP_AMP] = ACTIONS(2540), [anon_sym_AMP] = ACTIONS(2542), [anon_sym_SEMI] = ACTIONS(2966), [anon_sym_typedef] = ACTIONS(2542), [anon_sym_extern] = ACTIONS(2542), [anon_sym___attribute__] = ACTIONS(2542), [anon_sym_COLON_COLON] = ACTIONS(2540), [anon_sym_LBRACK_LBRACK] = ACTIONS(2540), [anon_sym___declspec] = ACTIONS(2542), [anon_sym___based] = ACTIONS(2542), [anon_sym___cdecl] = ACTIONS(2542), [anon_sym___clrcall] = ACTIONS(2542), [anon_sym___stdcall] = ACTIONS(2542), [anon_sym___fastcall] = ACTIONS(2542), [anon_sym___thiscall] = ACTIONS(2542), [anon_sym___vectorcall] = ACTIONS(2542), [anon_sym_LBRACE] = ACTIONS(2540), [anon_sym_RBRACE] = ACTIONS(2540), [anon_sym_signed] = ACTIONS(2542), [anon_sym_unsigned] = ACTIONS(2542), [anon_sym_long] = ACTIONS(2542), [anon_sym_short] = ACTIONS(2542), [anon_sym_LBRACK] = ACTIONS(2542), [anon_sym_static] = ACTIONS(2542), [anon_sym_register] = ACTIONS(2542), [anon_sym_inline] = ACTIONS(2542), [anon_sym_thread_local] = ACTIONS(2542), [anon_sym_const] = ACTIONS(2542), [anon_sym_constexpr] = ACTIONS(2542), [anon_sym_volatile] = ACTIONS(2542), [anon_sym_restrict] = ACTIONS(2542), [anon_sym___restrict__] = ACTIONS(2542), [anon_sym__Atomic] = ACTIONS(2542), [anon_sym__Noreturn] = ACTIONS(2542), [anon_sym_noreturn] = ACTIONS(2542), [anon_sym_mutable] = ACTIONS(2542), [anon_sym_constinit] = ACTIONS(2542), [anon_sym_consteval] = ACTIONS(2542), [sym_primitive_type] = ACTIONS(2542), [anon_sym_enum] = ACTIONS(2542), [anon_sym_class] = ACTIONS(2542), [anon_sym_struct] = ACTIONS(2542), [anon_sym_union] = ACTIONS(2542), [anon_sym_if] = ACTIONS(2542), [anon_sym_switch] = ACTIONS(2542), [anon_sym_case] = ACTIONS(2542), [anon_sym_default] = ACTIONS(2542), [anon_sym_while] = ACTIONS(2542), [anon_sym_do] = ACTIONS(2542), [anon_sym_for] = ACTIONS(2542), [anon_sym_return] = ACTIONS(2542), [anon_sym_break] = ACTIONS(2542), [anon_sym_continue] = ACTIONS(2542), [anon_sym_goto] = ACTIONS(2542), [anon_sym_not] = ACTIONS(2542), [anon_sym_compl] = ACTIONS(2542), [anon_sym_DASH_DASH] = ACTIONS(2540), [anon_sym_PLUS_PLUS] = ACTIONS(2540), [anon_sym_sizeof] = ACTIONS(2542), [anon_sym_offsetof] = ACTIONS(2542), [anon_sym__Generic] = ACTIONS(2542), [anon_sym_asm] = ACTIONS(2542), [anon_sym___asm__] = ACTIONS(2542), [sym_number_literal] = ACTIONS(2540), [anon_sym_L_SQUOTE] = ACTIONS(2540), [anon_sym_u_SQUOTE] = ACTIONS(2540), [anon_sym_U_SQUOTE] = ACTIONS(2540), [anon_sym_u8_SQUOTE] = ACTIONS(2540), [anon_sym_SQUOTE] = ACTIONS(2540), [anon_sym_L_DQUOTE] = ACTIONS(2540), [anon_sym_u_DQUOTE] = ACTIONS(2540), [anon_sym_U_DQUOTE] = ACTIONS(2540), [anon_sym_u8_DQUOTE] = ACTIONS(2540), [anon_sym_DQUOTE] = ACTIONS(2540), [sym_true] = ACTIONS(2542), [sym_false] = ACTIONS(2542), [anon_sym_NULL] = ACTIONS(2542), [anon_sym_nullptr] = ACTIONS(2542), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2542), [anon_sym_decltype] = ACTIONS(2542), [anon_sym_virtual] = ACTIONS(2542), [anon_sym_explicit] = ACTIONS(2542), [anon_sym_typename] = ACTIONS(2542), [anon_sym_template] = ACTIONS(2542), [anon_sym_operator] = ACTIONS(2542), [anon_sym_try] = ACTIONS(2542), [anon_sym_delete] = ACTIONS(2542), [anon_sym_throw] = ACTIONS(2542), [anon_sym_namespace] = ACTIONS(2542), [anon_sym_using] = ACTIONS(2542), [anon_sym_static_assert] = ACTIONS(2542), [anon_sym_concept] = ACTIONS(2542), [anon_sym_co_return] = ACTIONS(2542), [anon_sym_co_yield] = ACTIONS(2542), [anon_sym_R_DQUOTE] = ACTIONS(2540), [anon_sym_LR_DQUOTE] = ACTIONS(2540), [anon_sym_uR_DQUOTE] = ACTIONS(2540), [anon_sym_UR_DQUOTE] = ACTIONS(2540), [anon_sym_u8R_DQUOTE] = ACTIONS(2540), [anon_sym_co_await] = ACTIONS(2542), [anon_sym_new] = ACTIONS(2542), [anon_sym_requires] = ACTIONS(2542), [sym_this] = ACTIONS(2542), }, [1184] = { [sym_identifier] = ACTIONS(2984), [aux_sym_preproc_include_token1] = ACTIONS(2984), [aux_sym_preproc_def_token1] = ACTIONS(2984), [aux_sym_preproc_if_token1] = ACTIONS(2984), [aux_sym_preproc_if_token2] = ACTIONS(2984), [aux_sym_preproc_ifdef_token1] = ACTIONS(2984), [aux_sym_preproc_ifdef_token2] = ACTIONS(2984), [sym_preproc_directive] = ACTIONS(2984), [anon_sym_LPAREN2] = ACTIONS(2986), [anon_sym_BANG] = ACTIONS(2986), [anon_sym_TILDE] = ACTIONS(2986), [anon_sym_DASH] = ACTIONS(2984), [anon_sym_PLUS] = ACTIONS(2984), [anon_sym_STAR] = ACTIONS(2986), [anon_sym_AMP_AMP] = ACTIONS(2986), [anon_sym_AMP] = ACTIONS(2984), [anon_sym_SEMI] = ACTIONS(2986), [anon_sym_typedef] = ACTIONS(2984), [anon_sym_extern] = ACTIONS(2984), [anon_sym___attribute__] = ACTIONS(2984), [anon_sym_COLON_COLON] = ACTIONS(2986), [anon_sym_LBRACK_LBRACK] = ACTIONS(2986), [anon_sym___declspec] = ACTIONS(2984), [anon_sym___based] = ACTIONS(2984), [anon_sym___cdecl] = ACTIONS(2984), [anon_sym___clrcall] = ACTIONS(2984), [anon_sym___stdcall] = ACTIONS(2984), [anon_sym___fastcall] = ACTIONS(2984), [anon_sym___thiscall] = ACTIONS(2984), [anon_sym___vectorcall] = ACTIONS(2984), [anon_sym_LBRACE] = ACTIONS(2986), [anon_sym_signed] = ACTIONS(2984), [anon_sym_unsigned] = ACTIONS(2984), [anon_sym_long] = ACTIONS(2984), [anon_sym_short] = ACTIONS(2984), [anon_sym_LBRACK] = ACTIONS(2984), [anon_sym_static] = ACTIONS(2984), [anon_sym_register] = ACTIONS(2984), [anon_sym_inline] = ACTIONS(2984), [anon_sym_thread_local] = ACTIONS(2984), [anon_sym_const] = ACTIONS(2984), [anon_sym_constexpr] = ACTIONS(2984), [anon_sym_volatile] = ACTIONS(2984), [anon_sym_restrict] = ACTIONS(2984), [anon_sym___restrict__] = ACTIONS(2984), [anon_sym__Atomic] = ACTIONS(2984), [anon_sym__Noreturn] = ACTIONS(2984), [anon_sym_noreturn] = ACTIONS(2984), [anon_sym_mutable] = ACTIONS(2984), [anon_sym_constinit] = ACTIONS(2984), [anon_sym_consteval] = ACTIONS(2984), [sym_primitive_type] = ACTIONS(2984), [anon_sym_enum] = ACTIONS(2984), [anon_sym_class] = ACTIONS(2984), [anon_sym_struct] = ACTIONS(2984), [anon_sym_union] = ACTIONS(2984), [anon_sym_if] = ACTIONS(2984), [anon_sym_else] = ACTIONS(2984), [anon_sym_switch] = ACTIONS(2984), [anon_sym_case] = ACTIONS(2984), [anon_sym_default] = ACTIONS(2984), [anon_sym_while] = ACTIONS(2984), [anon_sym_do] = ACTIONS(2984), [anon_sym_for] = ACTIONS(2984), [anon_sym_return] = ACTIONS(2984), [anon_sym_break] = ACTIONS(2984), [anon_sym_continue] = ACTIONS(2984), [anon_sym_goto] = ACTIONS(2984), [anon_sym_not] = ACTIONS(2984), [anon_sym_compl] = ACTIONS(2984), [anon_sym_DASH_DASH] = ACTIONS(2986), [anon_sym_PLUS_PLUS] = ACTIONS(2986), [anon_sym_sizeof] = ACTIONS(2984), [anon_sym_offsetof] = ACTIONS(2984), [anon_sym__Generic] = ACTIONS(2984), [anon_sym_asm] = ACTIONS(2984), [anon_sym___asm__] = ACTIONS(2984), [sym_number_literal] = ACTIONS(2986), [anon_sym_L_SQUOTE] = ACTIONS(2986), [anon_sym_u_SQUOTE] = ACTIONS(2986), [anon_sym_U_SQUOTE] = ACTIONS(2986), [anon_sym_u8_SQUOTE] = ACTIONS(2986), [anon_sym_SQUOTE] = ACTIONS(2986), [anon_sym_L_DQUOTE] = ACTIONS(2986), [anon_sym_u_DQUOTE] = ACTIONS(2986), [anon_sym_U_DQUOTE] = ACTIONS(2986), [anon_sym_u8_DQUOTE] = ACTIONS(2986), [anon_sym_DQUOTE] = ACTIONS(2986), [sym_true] = ACTIONS(2984), [sym_false] = ACTIONS(2984), [anon_sym_NULL] = ACTIONS(2984), [anon_sym_nullptr] = ACTIONS(2984), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2984), [anon_sym_decltype] = ACTIONS(2984), [anon_sym_virtual] = ACTIONS(2984), [anon_sym_explicit] = ACTIONS(2984), [anon_sym_typename] = ACTIONS(2984), [anon_sym_template] = ACTIONS(2984), [anon_sym_operator] = ACTIONS(2984), [anon_sym_try] = ACTIONS(2984), [anon_sym_delete] = ACTIONS(2984), [anon_sym_throw] = ACTIONS(2984), [anon_sym_namespace] = ACTIONS(2984), [anon_sym_using] = ACTIONS(2984), [anon_sym_static_assert] = ACTIONS(2984), [anon_sym_concept] = ACTIONS(2984), [anon_sym_co_return] = ACTIONS(2984), [anon_sym_co_yield] = ACTIONS(2984), [anon_sym_R_DQUOTE] = ACTIONS(2986), [anon_sym_LR_DQUOTE] = ACTIONS(2986), [anon_sym_uR_DQUOTE] = ACTIONS(2986), [anon_sym_UR_DQUOTE] = ACTIONS(2986), [anon_sym_u8R_DQUOTE] = ACTIONS(2986), [anon_sym_co_await] = ACTIONS(2984), [anon_sym_new] = ACTIONS(2984), [anon_sym_requires] = ACTIONS(2984), [sym_this] = ACTIONS(2984), }, [1185] = { [sym_identifier] = ACTIONS(2962), [aux_sym_preproc_include_token1] = ACTIONS(2962), [aux_sym_preproc_def_token1] = ACTIONS(2962), [aux_sym_preproc_if_token1] = ACTIONS(2962), [aux_sym_preproc_if_token2] = ACTIONS(2962), [aux_sym_preproc_ifdef_token1] = ACTIONS(2962), [aux_sym_preproc_ifdef_token2] = ACTIONS(2962), [sym_preproc_directive] = ACTIONS(2962), [anon_sym_LPAREN2] = ACTIONS(2964), [anon_sym_BANG] = ACTIONS(2964), [anon_sym_TILDE] = ACTIONS(2964), [anon_sym_DASH] = ACTIONS(2962), [anon_sym_PLUS] = ACTIONS(2962), [anon_sym_STAR] = ACTIONS(2964), [anon_sym_AMP_AMP] = ACTIONS(2964), [anon_sym_AMP] = ACTIONS(2962), [anon_sym_SEMI] = ACTIONS(2964), [anon_sym_typedef] = ACTIONS(2962), [anon_sym_extern] = ACTIONS(2962), [anon_sym___attribute__] = ACTIONS(2962), [anon_sym_COLON_COLON] = ACTIONS(2964), [anon_sym_LBRACK_LBRACK] = ACTIONS(2964), [anon_sym___declspec] = ACTIONS(2962), [anon_sym___based] = ACTIONS(2962), [anon_sym___cdecl] = ACTIONS(2962), [anon_sym___clrcall] = ACTIONS(2962), [anon_sym___stdcall] = ACTIONS(2962), [anon_sym___fastcall] = ACTIONS(2962), [anon_sym___thiscall] = ACTIONS(2962), [anon_sym___vectorcall] = ACTIONS(2962), [anon_sym_LBRACE] = ACTIONS(2964), [anon_sym_signed] = ACTIONS(2962), [anon_sym_unsigned] = ACTIONS(2962), [anon_sym_long] = ACTIONS(2962), [anon_sym_short] = ACTIONS(2962), [anon_sym_LBRACK] = ACTIONS(2962), [anon_sym_static] = ACTIONS(2962), [anon_sym_register] = ACTIONS(2962), [anon_sym_inline] = ACTIONS(2962), [anon_sym_thread_local] = ACTIONS(2962), [anon_sym_const] = ACTIONS(2962), [anon_sym_constexpr] = ACTIONS(2962), [anon_sym_volatile] = ACTIONS(2962), [anon_sym_restrict] = ACTIONS(2962), [anon_sym___restrict__] = ACTIONS(2962), [anon_sym__Atomic] = ACTIONS(2962), [anon_sym__Noreturn] = ACTIONS(2962), [anon_sym_noreturn] = ACTIONS(2962), [anon_sym_mutable] = ACTIONS(2962), [anon_sym_constinit] = ACTIONS(2962), [anon_sym_consteval] = ACTIONS(2962), [sym_primitive_type] = ACTIONS(2962), [anon_sym_enum] = ACTIONS(2962), [anon_sym_class] = ACTIONS(2962), [anon_sym_struct] = ACTIONS(2962), [anon_sym_union] = ACTIONS(2962), [anon_sym_if] = ACTIONS(2962), [anon_sym_else] = ACTIONS(2962), [anon_sym_switch] = ACTIONS(2962), [anon_sym_case] = ACTIONS(2962), [anon_sym_default] = ACTIONS(2962), [anon_sym_while] = ACTIONS(2962), [anon_sym_do] = ACTIONS(2962), [anon_sym_for] = ACTIONS(2962), [anon_sym_return] = ACTIONS(2962), [anon_sym_break] = ACTIONS(2962), [anon_sym_continue] = ACTIONS(2962), [anon_sym_goto] = ACTIONS(2962), [anon_sym_not] = ACTIONS(2962), [anon_sym_compl] = ACTIONS(2962), [anon_sym_DASH_DASH] = ACTIONS(2964), [anon_sym_PLUS_PLUS] = ACTIONS(2964), [anon_sym_sizeof] = ACTIONS(2962), [anon_sym_offsetof] = ACTIONS(2962), [anon_sym__Generic] = ACTIONS(2962), [anon_sym_asm] = ACTIONS(2962), [anon_sym___asm__] = ACTIONS(2962), [sym_number_literal] = ACTIONS(2964), [anon_sym_L_SQUOTE] = ACTIONS(2964), [anon_sym_u_SQUOTE] = ACTIONS(2964), [anon_sym_U_SQUOTE] = ACTIONS(2964), [anon_sym_u8_SQUOTE] = ACTIONS(2964), [anon_sym_SQUOTE] = ACTIONS(2964), [anon_sym_L_DQUOTE] = ACTIONS(2964), [anon_sym_u_DQUOTE] = ACTIONS(2964), [anon_sym_U_DQUOTE] = ACTIONS(2964), [anon_sym_u8_DQUOTE] = ACTIONS(2964), [anon_sym_DQUOTE] = ACTIONS(2964), [sym_true] = ACTIONS(2962), [sym_false] = ACTIONS(2962), [anon_sym_NULL] = ACTIONS(2962), [anon_sym_nullptr] = ACTIONS(2962), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2962), [anon_sym_decltype] = ACTIONS(2962), [anon_sym_virtual] = ACTIONS(2962), [anon_sym_explicit] = ACTIONS(2962), [anon_sym_typename] = ACTIONS(2962), [anon_sym_template] = ACTIONS(2962), [anon_sym_operator] = ACTIONS(2962), [anon_sym_try] = ACTIONS(2962), [anon_sym_delete] = ACTIONS(2962), [anon_sym_throw] = ACTIONS(2962), [anon_sym_namespace] = ACTIONS(2962), [anon_sym_using] = ACTIONS(2962), [anon_sym_static_assert] = ACTIONS(2962), [anon_sym_concept] = ACTIONS(2962), [anon_sym_co_return] = ACTIONS(2962), [anon_sym_co_yield] = ACTIONS(2962), [anon_sym_R_DQUOTE] = ACTIONS(2964), [anon_sym_LR_DQUOTE] = ACTIONS(2964), [anon_sym_uR_DQUOTE] = ACTIONS(2964), [anon_sym_UR_DQUOTE] = ACTIONS(2964), [anon_sym_u8R_DQUOTE] = ACTIONS(2964), [anon_sym_co_await] = ACTIONS(2962), [anon_sym_new] = ACTIONS(2962), [anon_sym_requires] = ACTIONS(2962), [sym_this] = ACTIONS(2962), }, [1186] = { [sym_identifier] = ACTIONS(2996), [aux_sym_preproc_include_token1] = ACTIONS(2996), [aux_sym_preproc_def_token1] = ACTIONS(2996), [aux_sym_preproc_if_token1] = ACTIONS(2996), [aux_sym_preproc_if_token2] = ACTIONS(2996), [aux_sym_preproc_ifdef_token1] = ACTIONS(2996), [aux_sym_preproc_ifdef_token2] = ACTIONS(2996), [sym_preproc_directive] = ACTIONS(2996), [anon_sym_LPAREN2] = ACTIONS(2998), [anon_sym_BANG] = ACTIONS(2998), [anon_sym_TILDE] = ACTIONS(2998), [anon_sym_DASH] = ACTIONS(2996), [anon_sym_PLUS] = ACTIONS(2996), [anon_sym_STAR] = ACTIONS(2998), [anon_sym_AMP_AMP] = ACTIONS(2998), [anon_sym_AMP] = ACTIONS(2996), [anon_sym_SEMI] = ACTIONS(2998), [anon_sym_typedef] = ACTIONS(2996), [anon_sym_extern] = ACTIONS(2996), [anon_sym___attribute__] = ACTIONS(2996), [anon_sym_COLON_COLON] = ACTIONS(2998), [anon_sym_LBRACK_LBRACK] = ACTIONS(2998), [anon_sym___declspec] = ACTIONS(2996), [anon_sym___based] = ACTIONS(2996), [anon_sym___cdecl] = ACTIONS(2996), [anon_sym___clrcall] = ACTIONS(2996), [anon_sym___stdcall] = ACTIONS(2996), [anon_sym___fastcall] = ACTIONS(2996), [anon_sym___thiscall] = ACTIONS(2996), [anon_sym___vectorcall] = ACTIONS(2996), [anon_sym_LBRACE] = ACTIONS(2998), [anon_sym_signed] = ACTIONS(2996), [anon_sym_unsigned] = ACTIONS(2996), [anon_sym_long] = ACTIONS(2996), [anon_sym_short] = ACTIONS(2996), [anon_sym_LBRACK] = ACTIONS(2996), [anon_sym_static] = ACTIONS(2996), [anon_sym_register] = ACTIONS(2996), [anon_sym_inline] = ACTIONS(2996), [anon_sym_thread_local] = ACTIONS(2996), [anon_sym_const] = ACTIONS(2996), [anon_sym_constexpr] = ACTIONS(2996), [anon_sym_volatile] = ACTIONS(2996), [anon_sym_restrict] = ACTIONS(2996), [anon_sym___restrict__] = ACTIONS(2996), [anon_sym__Atomic] = ACTIONS(2996), [anon_sym__Noreturn] = ACTIONS(2996), [anon_sym_noreturn] = ACTIONS(2996), [anon_sym_mutable] = ACTIONS(2996), [anon_sym_constinit] = ACTIONS(2996), [anon_sym_consteval] = ACTIONS(2996), [sym_primitive_type] = ACTIONS(2996), [anon_sym_enum] = ACTIONS(2996), [anon_sym_class] = ACTIONS(2996), [anon_sym_struct] = ACTIONS(2996), [anon_sym_union] = ACTIONS(2996), [anon_sym_if] = ACTIONS(2996), [anon_sym_else] = ACTIONS(2996), [anon_sym_switch] = ACTIONS(2996), [anon_sym_case] = ACTIONS(2996), [anon_sym_default] = ACTIONS(2996), [anon_sym_while] = ACTIONS(2996), [anon_sym_do] = ACTIONS(2996), [anon_sym_for] = ACTIONS(2996), [anon_sym_return] = ACTIONS(2996), [anon_sym_break] = ACTIONS(2996), [anon_sym_continue] = ACTIONS(2996), [anon_sym_goto] = ACTIONS(2996), [anon_sym_not] = ACTIONS(2996), [anon_sym_compl] = ACTIONS(2996), [anon_sym_DASH_DASH] = ACTIONS(2998), [anon_sym_PLUS_PLUS] = ACTIONS(2998), [anon_sym_sizeof] = ACTIONS(2996), [anon_sym_offsetof] = ACTIONS(2996), [anon_sym__Generic] = ACTIONS(2996), [anon_sym_asm] = ACTIONS(2996), [anon_sym___asm__] = ACTIONS(2996), [sym_number_literal] = ACTIONS(2998), [anon_sym_L_SQUOTE] = ACTIONS(2998), [anon_sym_u_SQUOTE] = ACTIONS(2998), [anon_sym_U_SQUOTE] = ACTIONS(2998), [anon_sym_u8_SQUOTE] = ACTIONS(2998), [anon_sym_SQUOTE] = ACTIONS(2998), [anon_sym_L_DQUOTE] = ACTIONS(2998), [anon_sym_u_DQUOTE] = ACTIONS(2998), [anon_sym_U_DQUOTE] = ACTIONS(2998), [anon_sym_u8_DQUOTE] = ACTIONS(2998), [anon_sym_DQUOTE] = ACTIONS(2998), [sym_true] = ACTIONS(2996), [sym_false] = ACTIONS(2996), [anon_sym_NULL] = ACTIONS(2996), [anon_sym_nullptr] = ACTIONS(2996), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2996), [anon_sym_decltype] = ACTIONS(2996), [anon_sym_virtual] = ACTIONS(2996), [anon_sym_explicit] = ACTIONS(2996), [anon_sym_typename] = ACTIONS(2996), [anon_sym_template] = ACTIONS(2996), [anon_sym_operator] = ACTIONS(2996), [anon_sym_try] = ACTIONS(2996), [anon_sym_delete] = ACTIONS(2996), [anon_sym_throw] = ACTIONS(2996), [anon_sym_namespace] = ACTIONS(2996), [anon_sym_using] = ACTIONS(2996), [anon_sym_static_assert] = ACTIONS(2996), [anon_sym_concept] = ACTIONS(2996), [anon_sym_co_return] = ACTIONS(2996), [anon_sym_co_yield] = ACTIONS(2996), [anon_sym_R_DQUOTE] = ACTIONS(2998), [anon_sym_LR_DQUOTE] = ACTIONS(2998), [anon_sym_uR_DQUOTE] = ACTIONS(2998), [anon_sym_UR_DQUOTE] = ACTIONS(2998), [anon_sym_u8R_DQUOTE] = ACTIONS(2998), [anon_sym_co_await] = ACTIONS(2996), [anon_sym_new] = ACTIONS(2996), [anon_sym_requires] = ACTIONS(2996), [sym_this] = ACTIONS(2996), }, [1187] = { [sym_identifier] = ACTIONS(2918), [aux_sym_preproc_include_token1] = ACTIONS(2918), [aux_sym_preproc_def_token1] = ACTIONS(2918), [aux_sym_preproc_if_token1] = ACTIONS(2918), [aux_sym_preproc_if_token2] = ACTIONS(2918), [aux_sym_preproc_ifdef_token1] = ACTIONS(2918), [aux_sym_preproc_ifdef_token2] = ACTIONS(2918), [sym_preproc_directive] = ACTIONS(2918), [anon_sym_LPAREN2] = ACTIONS(2920), [anon_sym_BANG] = ACTIONS(2920), [anon_sym_TILDE] = ACTIONS(2920), [anon_sym_DASH] = ACTIONS(2918), [anon_sym_PLUS] = ACTIONS(2918), [anon_sym_STAR] = ACTIONS(2920), [anon_sym_AMP_AMP] = ACTIONS(2920), [anon_sym_AMP] = ACTIONS(2918), [anon_sym_SEMI] = ACTIONS(2920), [anon_sym_typedef] = ACTIONS(2918), [anon_sym_extern] = ACTIONS(2918), [anon_sym___attribute__] = ACTIONS(2918), [anon_sym_COLON_COLON] = ACTIONS(2920), [anon_sym_LBRACK_LBRACK] = ACTIONS(2920), [anon_sym___declspec] = ACTIONS(2918), [anon_sym___based] = ACTIONS(2918), [anon_sym___cdecl] = ACTIONS(2918), [anon_sym___clrcall] = ACTIONS(2918), [anon_sym___stdcall] = ACTIONS(2918), [anon_sym___fastcall] = ACTIONS(2918), [anon_sym___thiscall] = ACTIONS(2918), [anon_sym___vectorcall] = ACTIONS(2918), [anon_sym_LBRACE] = ACTIONS(2920), [anon_sym_signed] = ACTIONS(2918), [anon_sym_unsigned] = ACTIONS(2918), [anon_sym_long] = ACTIONS(2918), [anon_sym_short] = ACTIONS(2918), [anon_sym_LBRACK] = ACTIONS(2918), [anon_sym_static] = ACTIONS(2918), [anon_sym_register] = ACTIONS(2918), [anon_sym_inline] = ACTIONS(2918), [anon_sym_thread_local] = ACTIONS(2918), [anon_sym_const] = ACTIONS(2918), [anon_sym_constexpr] = ACTIONS(2918), [anon_sym_volatile] = ACTIONS(2918), [anon_sym_restrict] = ACTIONS(2918), [anon_sym___restrict__] = ACTIONS(2918), [anon_sym__Atomic] = ACTIONS(2918), [anon_sym__Noreturn] = ACTIONS(2918), [anon_sym_noreturn] = ACTIONS(2918), [anon_sym_mutable] = ACTIONS(2918), [anon_sym_constinit] = ACTIONS(2918), [anon_sym_consteval] = ACTIONS(2918), [sym_primitive_type] = ACTIONS(2918), [anon_sym_enum] = ACTIONS(2918), [anon_sym_class] = ACTIONS(2918), [anon_sym_struct] = ACTIONS(2918), [anon_sym_union] = ACTIONS(2918), [anon_sym_if] = ACTIONS(2918), [anon_sym_else] = ACTIONS(2918), [anon_sym_switch] = ACTIONS(2918), [anon_sym_case] = ACTIONS(2918), [anon_sym_default] = ACTIONS(2918), [anon_sym_while] = ACTIONS(2918), [anon_sym_do] = ACTIONS(2918), [anon_sym_for] = ACTIONS(2918), [anon_sym_return] = ACTIONS(2918), [anon_sym_break] = ACTIONS(2918), [anon_sym_continue] = ACTIONS(2918), [anon_sym_goto] = ACTIONS(2918), [anon_sym_not] = ACTIONS(2918), [anon_sym_compl] = ACTIONS(2918), [anon_sym_DASH_DASH] = ACTIONS(2920), [anon_sym_PLUS_PLUS] = ACTIONS(2920), [anon_sym_sizeof] = ACTIONS(2918), [anon_sym_offsetof] = ACTIONS(2918), [anon_sym__Generic] = ACTIONS(2918), [anon_sym_asm] = ACTIONS(2918), [anon_sym___asm__] = ACTIONS(2918), [sym_number_literal] = ACTIONS(2920), [anon_sym_L_SQUOTE] = ACTIONS(2920), [anon_sym_u_SQUOTE] = ACTIONS(2920), [anon_sym_U_SQUOTE] = ACTIONS(2920), [anon_sym_u8_SQUOTE] = ACTIONS(2920), [anon_sym_SQUOTE] = ACTIONS(2920), [anon_sym_L_DQUOTE] = ACTIONS(2920), [anon_sym_u_DQUOTE] = ACTIONS(2920), [anon_sym_U_DQUOTE] = ACTIONS(2920), [anon_sym_u8_DQUOTE] = ACTIONS(2920), [anon_sym_DQUOTE] = ACTIONS(2920), [sym_true] = ACTIONS(2918), [sym_false] = ACTIONS(2918), [anon_sym_NULL] = ACTIONS(2918), [anon_sym_nullptr] = ACTIONS(2918), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2918), [anon_sym_decltype] = ACTIONS(2918), [anon_sym_virtual] = ACTIONS(2918), [anon_sym_explicit] = ACTIONS(2918), [anon_sym_typename] = ACTIONS(2918), [anon_sym_template] = ACTIONS(2918), [anon_sym_operator] = ACTIONS(2918), [anon_sym_try] = ACTIONS(2918), [anon_sym_delete] = ACTIONS(2918), [anon_sym_throw] = ACTIONS(2918), [anon_sym_namespace] = ACTIONS(2918), [anon_sym_using] = ACTIONS(2918), [anon_sym_static_assert] = ACTIONS(2918), [anon_sym_concept] = ACTIONS(2918), [anon_sym_co_return] = ACTIONS(2918), [anon_sym_co_yield] = ACTIONS(2918), [anon_sym_R_DQUOTE] = ACTIONS(2920), [anon_sym_LR_DQUOTE] = ACTIONS(2920), [anon_sym_uR_DQUOTE] = ACTIONS(2920), [anon_sym_UR_DQUOTE] = ACTIONS(2920), [anon_sym_u8R_DQUOTE] = ACTIONS(2920), [anon_sym_co_await] = ACTIONS(2918), [anon_sym_new] = ACTIONS(2918), [anon_sym_requires] = ACTIONS(2918), [sym_this] = ACTIONS(2918), }, [1188] = { [sym_identifier] = ACTIONS(2918), [aux_sym_preproc_include_token1] = ACTIONS(2918), [aux_sym_preproc_def_token1] = ACTIONS(2918), [aux_sym_preproc_if_token1] = ACTIONS(2918), [aux_sym_preproc_ifdef_token1] = ACTIONS(2918), [aux_sym_preproc_ifdef_token2] = ACTIONS(2918), [sym_preproc_directive] = ACTIONS(2918), [anon_sym_LPAREN2] = ACTIONS(2920), [anon_sym_BANG] = ACTIONS(2920), [anon_sym_TILDE] = ACTIONS(2920), [anon_sym_DASH] = ACTIONS(2918), [anon_sym_PLUS] = ACTIONS(2918), [anon_sym_STAR] = ACTIONS(2920), [anon_sym_AMP_AMP] = ACTIONS(2920), [anon_sym_AMP] = ACTIONS(2918), [anon_sym_SEMI] = ACTIONS(2920), [anon_sym_typedef] = ACTIONS(2918), [anon_sym_extern] = ACTIONS(2918), [anon_sym___attribute__] = ACTIONS(2918), [anon_sym_COLON_COLON] = ACTIONS(2920), [anon_sym_LBRACK_LBRACK] = ACTIONS(2920), [anon_sym___declspec] = ACTIONS(2918), [anon_sym___based] = ACTIONS(2918), [anon_sym___cdecl] = ACTIONS(2918), [anon_sym___clrcall] = ACTIONS(2918), [anon_sym___stdcall] = ACTIONS(2918), [anon_sym___fastcall] = ACTIONS(2918), [anon_sym___thiscall] = ACTIONS(2918), [anon_sym___vectorcall] = ACTIONS(2918), [anon_sym_LBRACE] = ACTIONS(2920), [anon_sym_RBRACE] = ACTIONS(2920), [anon_sym_signed] = ACTIONS(2918), [anon_sym_unsigned] = ACTIONS(2918), [anon_sym_long] = ACTIONS(2918), [anon_sym_short] = ACTIONS(2918), [anon_sym_LBRACK] = ACTIONS(2918), [anon_sym_static] = ACTIONS(2918), [anon_sym_register] = ACTIONS(2918), [anon_sym_inline] = ACTIONS(2918), [anon_sym_thread_local] = ACTIONS(2918), [anon_sym_const] = ACTIONS(2918), [anon_sym_constexpr] = ACTIONS(2918), [anon_sym_volatile] = ACTIONS(2918), [anon_sym_restrict] = ACTIONS(2918), [anon_sym___restrict__] = ACTIONS(2918), [anon_sym__Atomic] = ACTIONS(2918), [anon_sym__Noreturn] = ACTIONS(2918), [anon_sym_noreturn] = ACTIONS(2918), [anon_sym_mutable] = ACTIONS(2918), [anon_sym_constinit] = ACTIONS(2918), [anon_sym_consteval] = ACTIONS(2918), [sym_primitive_type] = ACTIONS(2918), [anon_sym_enum] = ACTIONS(2918), [anon_sym_class] = ACTIONS(2918), [anon_sym_struct] = ACTIONS(2918), [anon_sym_union] = ACTIONS(2918), [anon_sym_if] = ACTIONS(2918), [anon_sym_else] = ACTIONS(2918), [anon_sym_switch] = ACTIONS(2918), [anon_sym_case] = ACTIONS(2918), [anon_sym_default] = ACTIONS(2918), [anon_sym_while] = ACTIONS(2918), [anon_sym_do] = ACTIONS(2918), [anon_sym_for] = ACTIONS(2918), [anon_sym_return] = ACTIONS(2918), [anon_sym_break] = ACTIONS(2918), [anon_sym_continue] = ACTIONS(2918), [anon_sym_goto] = ACTIONS(2918), [anon_sym_not] = ACTIONS(2918), [anon_sym_compl] = ACTIONS(2918), [anon_sym_DASH_DASH] = ACTIONS(2920), [anon_sym_PLUS_PLUS] = ACTIONS(2920), [anon_sym_sizeof] = ACTIONS(2918), [anon_sym_offsetof] = ACTIONS(2918), [anon_sym__Generic] = ACTIONS(2918), [anon_sym_asm] = ACTIONS(2918), [anon_sym___asm__] = ACTIONS(2918), [sym_number_literal] = ACTIONS(2920), [anon_sym_L_SQUOTE] = ACTIONS(2920), [anon_sym_u_SQUOTE] = ACTIONS(2920), [anon_sym_U_SQUOTE] = ACTIONS(2920), [anon_sym_u8_SQUOTE] = ACTIONS(2920), [anon_sym_SQUOTE] = ACTIONS(2920), [anon_sym_L_DQUOTE] = ACTIONS(2920), [anon_sym_u_DQUOTE] = ACTIONS(2920), [anon_sym_U_DQUOTE] = ACTIONS(2920), [anon_sym_u8_DQUOTE] = ACTIONS(2920), [anon_sym_DQUOTE] = ACTIONS(2920), [sym_true] = ACTIONS(2918), [sym_false] = ACTIONS(2918), [anon_sym_NULL] = ACTIONS(2918), [anon_sym_nullptr] = ACTIONS(2918), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2918), [anon_sym_decltype] = ACTIONS(2918), [anon_sym_virtual] = ACTIONS(2918), [anon_sym_explicit] = ACTIONS(2918), [anon_sym_typename] = ACTIONS(2918), [anon_sym_template] = ACTIONS(2918), [anon_sym_operator] = ACTIONS(2918), [anon_sym_try] = ACTIONS(2918), [anon_sym_delete] = ACTIONS(2918), [anon_sym_throw] = ACTIONS(2918), [anon_sym_namespace] = ACTIONS(2918), [anon_sym_using] = ACTIONS(2918), [anon_sym_static_assert] = ACTIONS(2918), [anon_sym_concept] = ACTIONS(2918), [anon_sym_co_return] = ACTIONS(2918), [anon_sym_co_yield] = ACTIONS(2918), [anon_sym_R_DQUOTE] = ACTIONS(2920), [anon_sym_LR_DQUOTE] = ACTIONS(2920), [anon_sym_uR_DQUOTE] = ACTIONS(2920), [anon_sym_UR_DQUOTE] = ACTIONS(2920), [anon_sym_u8R_DQUOTE] = ACTIONS(2920), [anon_sym_co_await] = ACTIONS(2918), [anon_sym_new] = ACTIONS(2918), [anon_sym_requires] = ACTIONS(2918), [sym_this] = ACTIONS(2918), }, [1189] = { [sym_identifier] = ACTIONS(2996), [aux_sym_preproc_include_token1] = ACTIONS(2996), [aux_sym_preproc_def_token1] = ACTIONS(2996), [aux_sym_preproc_if_token1] = ACTIONS(2996), [aux_sym_preproc_if_token2] = ACTIONS(2996), [aux_sym_preproc_ifdef_token1] = ACTIONS(2996), [aux_sym_preproc_ifdef_token2] = ACTIONS(2996), [sym_preproc_directive] = ACTIONS(2996), [anon_sym_LPAREN2] = ACTIONS(2998), [anon_sym_BANG] = ACTIONS(2998), [anon_sym_TILDE] = ACTIONS(2998), [anon_sym_DASH] = ACTIONS(2996), [anon_sym_PLUS] = ACTIONS(2996), [anon_sym_STAR] = ACTIONS(2998), [anon_sym_AMP_AMP] = ACTIONS(2998), [anon_sym_AMP] = ACTIONS(2996), [anon_sym_SEMI] = ACTIONS(2998), [anon_sym_typedef] = ACTIONS(2996), [anon_sym_extern] = ACTIONS(2996), [anon_sym___attribute__] = ACTIONS(2996), [anon_sym_COLON_COLON] = ACTIONS(2998), [anon_sym_LBRACK_LBRACK] = ACTIONS(2998), [anon_sym___declspec] = ACTIONS(2996), [anon_sym___based] = ACTIONS(2996), [anon_sym___cdecl] = ACTIONS(2996), [anon_sym___clrcall] = ACTIONS(2996), [anon_sym___stdcall] = ACTIONS(2996), [anon_sym___fastcall] = ACTIONS(2996), [anon_sym___thiscall] = ACTIONS(2996), [anon_sym___vectorcall] = ACTIONS(2996), [anon_sym_LBRACE] = ACTIONS(2998), [anon_sym_signed] = ACTIONS(2996), [anon_sym_unsigned] = ACTIONS(2996), [anon_sym_long] = ACTIONS(2996), [anon_sym_short] = ACTIONS(2996), [anon_sym_LBRACK] = ACTIONS(2996), [anon_sym_static] = ACTIONS(2996), [anon_sym_register] = ACTIONS(2996), [anon_sym_inline] = ACTIONS(2996), [anon_sym_thread_local] = ACTIONS(2996), [anon_sym_const] = ACTIONS(2996), [anon_sym_constexpr] = ACTIONS(2996), [anon_sym_volatile] = ACTIONS(2996), [anon_sym_restrict] = ACTIONS(2996), [anon_sym___restrict__] = ACTIONS(2996), [anon_sym__Atomic] = ACTIONS(2996), [anon_sym__Noreturn] = ACTIONS(2996), [anon_sym_noreturn] = ACTIONS(2996), [anon_sym_mutable] = ACTIONS(2996), [anon_sym_constinit] = ACTIONS(2996), [anon_sym_consteval] = ACTIONS(2996), [sym_primitive_type] = ACTIONS(2996), [anon_sym_enum] = ACTIONS(2996), [anon_sym_class] = ACTIONS(2996), [anon_sym_struct] = ACTIONS(2996), [anon_sym_union] = ACTIONS(2996), [anon_sym_if] = ACTIONS(2996), [anon_sym_else] = ACTIONS(2996), [anon_sym_switch] = ACTIONS(2996), [anon_sym_case] = ACTIONS(2996), [anon_sym_default] = ACTIONS(2996), [anon_sym_while] = ACTIONS(2996), [anon_sym_do] = ACTIONS(2996), [anon_sym_for] = ACTIONS(2996), [anon_sym_return] = ACTIONS(2996), [anon_sym_break] = ACTIONS(2996), [anon_sym_continue] = ACTIONS(2996), [anon_sym_goto] = ACTIONS(2996), [anon_sym_not] = ACTIONS(2996), [anon_sym_compl] = ACTIONS(2996), [anon_sym_DASH_DASH] = ACTIONS(2998), [anon_sym_PLUS_PLUS] = ACTIONS(2998), [anon_sym_sizeof] = ACTIONS(2996), [anon_sym_offsetof] = ACTIONS(2996), [anon_sym__Generic] = ACTIONS(2996), [anon_sym_asm] = ACTIONS(2996), [anon_sym___asm__] = ACTIONS(2996), [sym_number_literal] = ACTIONS(2998), [anon_sym_L_SQUOTE] = ACTIONS(2998), [anon_sym_u_SQUOTE] = ACTIONS(2998), [anon_sym_U_SQUOTE] = ACTIONS(2998), [anon_sym_u8_SQUOTE] = ACTIONS(2998), [anon_sym_SQUOTE] = ACTIONS(2998), [anon_sym_L_DQUOTE] = ACTIONS(2998), [anon_sym_u_DQUOTE] = ACTIONS(2998), [anon_sym_U_DQUOTE] = ACTIONS(2998), [anon_sym_u8_DQUOTE] = ACTIONS(2998), [anon_sym_DQUOTE] = ACTIONS(2998), [sym_true] = ACTIONS(2996), [sym_false] = ACTIONS(2996), [anon_sym_NULL] = ACTIONS(2996), [anon_sym_nullptr] = ACTIONS(2996), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2996), [anon_sym_decltype] = ACTIONS(2996), [anon_sym_virtual] = ACTIONS(2996), [anon_sym_explicit] = ACTIONS(2996), [anon_sym_typename] = ACTIONS(2996), [anon_sym_template] = ACTIONS(2996), [anon_sym_operator] = ACTIONS(2996), [anon_sym_try] = ACTIONS(2996), [anon_sym_delete] = ACTIONS(2996), [anon_sym_throw] = ACTIONS(2996), [anon_sym_namespace] = ACTIONS(2996), [anon_sym_using] = ACTIONS(2996), [anon_sym_static_assert] = ACTIONS(2996), [anon_sym_concept] = ACTIONS(2996), [anon_sym_co_return] = ACTIONS(2996), [anon_sym_co_yield] = ACTIONS(2996), [anon_sym_R_DQUOTE] = ACTIONS(2998), [anon_sym_LR_DQUOTE] = ACTIONS(2998), [anon_sym_uR_DQUOTE] = ACTIONS(2998), [anon_sym_UR_DQUOTE] = ACTIONS(2998), [anon_sym_u8R_DQUOTE] = ACTIONS(2998), [anon_sym_co_await] = ACTIONS(2996), [anon_sym_new] = ACTIONS(2996), [anon_sym_requires] = ACTIONS(2996), [sym_this] = ACTIONS(2996), }, [1190] = { [sym_identifier] = ACTIONS(3406), [aux_sym_preproc_include_token1] = ACTIONS(3406), [aux_sym_preproc_def_token1] = ACTIONS(3406), [aux_sym_preproc_if_token1] = ACTIONS(3406), [aux_sym_preproc_if_token2] = ACTIONS(3406), [aux_sym_preproc_ifdef_token1] = ACTIONS(3406), [aux_sym_preproc_ifdef_token2] = ACTIONS(3406), [sym_preproc_directive] = ACTIONS(3406), [anon_sym_LPAREN2] = ACTIONS(3408), [anon_sym_BANG] = ACTIONS(3408), [anon_sym_TILDE] = ACTIONS(3408), [anon_sym_DASH] = ACTIONS(3406), [anon_sym_PLUS] = ACTIONS(3406), [anon_sym_STAR] = ACTIONS(3408), [anon_sym_AMP_AMP] = ACTIONS(3408), [anon_sym_AMP] = ACTIONS(3406), [anon_sym_SEMI] = ACTIONS(3408), [anon_sym_typedef] = ACTIONS(3406), [anon_sym_extern] = ACTIONS(3406), [anon_sym___attribute__] = ACTIONS(3406), [anon_sym_COLON_COLON] = ACTIONS(3408), [anon_sym_LBRACK_LBRACK] = ACTIONS(3408), [anon_sym___declspec] = ACTIONS(3406), [anon_sym___based] = ACTIONS(3406), [anon_sym___cdecl] = ACTIONS(3406), [anon_sym___clrcall] = ACTIONS(3406), [anon_sym___stdcall] = ACTIONS(3406), [anon_sym___fastcall] = ACTIONS(3406), [anon_sym___thiscall] = ACTIONS(3406), [anon_sym___vectorcall] = ACTIONS(3406), [anon_sym_LBRACE] = ACTIONS(3408), [anon_sym_signed] = ACTIONS(3406), [anon_sym_unsigned] = ACTIONS(3406), [anon_sym_long] = ACTIONS(3406), [anon_sym_short] = ACTIONS(3406), [anon_sym_LBRACK] = ACTIONS(3406), [anon_sym_static] = ACTIONS(3406), [anon_sym_register] = ACTIONS(3406), [anon_sym_inline] = ACTIONS(3406), [anon_sym_thread_local] = ACTIONS(3406), [anon_sym_const] = ACTIONS(3406), [anon_sym_constexpr] = ACTIONS(3406), [anon_sym_volatile] = ACTIONS(3406), [anon_sym_restrict] = ACTIONS(3406), [anon_sym___restrict__] = ACTIONS(3406), [anon_sym__Atomic] = ACTIONS(3406), [anon_sym__Noreturn] = ACTIONS(3406), [anon_sym_noreturn] = ACTIONS(3406), [anon_sym_mutable] = ACTIONS(3406), [anon_sym_constinit] = ACTIONS(3406), [anon_sym_consteval] = ACTIONS(3406), [sym_primitive_type] = ACTIONS(3406), [anon_sym_enum] = ACTIONS(3406), [anon_sym_class] = ACTIONS(3406), [anon_sym_struct] = ACTIONS(3406), [anon_sym_union] = ACTIONS(3406), [anon_sym_if] = ACTIONS(3406), [anon_sym_switch] = ACTIONS(3406), [anon_sym_case] = ACTIONS(3406), [anon_sym_default] = ACTIONS(3406), [anon_sym_while] = ACTIONS(3406), [anon_sym_do] = ACTIONS(3406), [anon_sym_for] = ACTIONS(3406), [anon_sym_return] = ACTIONS(3406), [anon_sym_break] = ACTIONS(3406), [anon_sym_continue] = ACTIONS(3406), [anon_sym_goto] = ACTIONS(3406), [anon_sym_not] = ACTIONS(3406), [anon_sym_compl] = ACTIONS(3406), [anon_sym_DASH_DASH] = ACTIONS(3408), [anon_sym_PLUS_PLUS] = ACTIONS(3408), [anon_sym_sizeof] = ACTIONS(3406), [anon_sym_offsetof] = ACTIONS(3406), [anon_sym__Generic] = ACTIONS(3406), [anon_sym_asm] = ACTIONS(3406), [anon_sym___asm__] = ACTIONS(3406), [sym_number_literal] = ACTIONS(3408), [anon_sym_L_SQUOTE] = ACTIONS(3408), [anon_sym_u_SQUOTE] = ACTIONS(3408), [anon_sym_U_SQUOTE] = ACTIONS(3408), [anon_sym_u8_SQUOTE] = ACTIONS(3408), [anon_sym_SQUOTE] = ACTIONS(3408), [anon_sym_L_DQUOTE] = ACTIONS(3408), [anon_sym_u_DQUOTE] = ACTIONS(3408), [anon_sym_U_DQUOTE] = ACTIONS(3408), [anon_sym_u8_DQUOTE] = ACTIONS(3408), [anon_sym_DQUOTE] = ACTIONS(3408), [sym_true] = ACTIONS(3406), [sym_false] = ACTIONS(3406), [anon_sym_NULL] = ACTIONS(3406), [anon_sym_nullptr] = ACTIONS(3406), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3406), [anon_sym_decltype] = ACTIONS(3406), [anon_sym_virtual] = ACTIONS(3406), [anon_sym_explicit] = ACTIONS(3406), [anon_sym_typename] = ACTIONS(3406), [anon_sym_template] = ACTIONS(3406), [anon_sym_operator] = ACTIONS(3406), [anon_sym_try] = ACTIONS(3406), [anon_sym_delete] = ACTIONS(3406), [anon_sym_throw] = ACTIONS(3406), [anon_sym_namespace] = ACTIONS(3406), [anon_sym_using] = ACTIONS(3406), [anon_sym_static_assert] = ACTIONS(3406), [anon_sym_concept] = ACTIONS(3406), [anon_sym_co_return] = ACTIONS(3406), [anon_sym_co_yield] = ACTIONS(3406), [anon_sym_R_DQUOTE] = ACTIONS(3408), [anon_sym_LR_DQUOTE] = ACTIONS(3408), [anon_sym_uR_DQUOTE] = ACTIONS(3408), [anon_sym_UR_DQUOTE] = ACTIONS(3408), [anon_sym_u8R_DQUOTE] = ACTIONS(3408), [anon_sym_co_await] = ACTIONS(3406), [anon_sym_new] = ACTIONS(3406), [anon_sym_requires] = ACTIONS(3406), [sym_this] = ACTIONS(3406), }, [1191] = { [sym_identifier] = ACTIONS(3291), [aux_sym_preproc_include_token1] = ACTIONS(3291), [aux_sym_preproc_def_token1] = ACTIONS(3291), [aux_sym_preproc_if_token1] = ACTIONS(3291), [aux_sym_preproc_ifdef_token1] = ACTIONS(3291), [aux_sym_preproc_ifdef_token2] = ACTIONS(3291), [sym_preproc_directive] = ACTIONS(3291), [anon_sym_LPAREN2] = ACTIONS(3293), [anon_sym_BANG] = ACTIONS(3293), [anon_sym_TILDE] = ACTIONS(3293), [anon_sym_DASH] = ACTIONS(3291), [anon_sym_PLUS] = ACTIONS(3291), [anon_sym_STAR] = ACTIONS(3293), [anon_sym_AMP_AMP] = ACTIONS(3293), [anon_sym_AMP] = ACTIONS(3291), [anon_sym_SEMI] = ACTIONS(3293), [anon_sym_typedef] = ACTIONS(3291), [anon_sym_extern] = ACTIONS(3291), [anon_sym___attribute__] = ACTIONS(3291), [anon_sym_COLON_COLON] = ACTIONS(3293), [anon_sym_LBRACK_LBRACK] = ACTIONS(3293), [anon_sym___declspec] = ACTIONS(3291), [anon_sym___based] = ACTIONS(3291), [anon_sym___cdecl] = ACTIONS(3291), [anon_sym___clrcall] = ACTIONS(3291), [anon_sym___stdcall] = ACTIONS(3291), [anon_sym___fastcall] = ACTIONS(3291), [anon_sym___thiscall] = ACTIONS(3291), [anon_sym___vectorcall] = ACTIONS(3291), [anon_sym_LBRACE] = ACTIONS(3293), [anon_sym_RBRACE] = ACTIONS(3293), [anon_sym_signed] = ACTIONS(3291), [anon_sym_unsigned] = ACTIONS(3291), [anon_sym_long] = ACTIONS(3291), [anon_sym_short] = ACTIONS(3291), [anon_sym_LBRACK] = ACTIONS(3291), [anon_sym_static] = ACTIONS(3291), [anon_sym_register] = ACTIONS(3291), [anon_sym_inline] = ACTIONS(3291), [anon_sym_thread_local] = ACTIONS(3291), [anon_sym_const] = ACTIONS(3291), [anon_sym_constexpr] = ACTIONS(3291), [anon_sym_volatile] = ACTIONS(3291), [anon_sym_restrict] = ACTIONS(3291), [anon_sym___restrict__] = ACTIONS(3291), [anon_sym__Atomic] = ACTIONS(3291), [anon_sym__Noreturn] = ACTIONS(3291), [anon_sym_noreturn] = ACTIONS(3291), [anon_sym_mutable] = ACTIONS(3291), [anon_sym_constinit] = ACTIONS(3291), [anon_sym_consteval] = ACTIONS(3291), [sym_primitive_type] = ACTIONS(3291), [anon_sym_enum] = ACTIONS(3291), [anon_sym_class] = ACTIONS(3291), [anon_sym_struct] = ACTIONS(3291), [anon_sym_union] = ACTIONS(3291), [anon_sym_if] = ACTIONS(3291), [anon_sym_switch] = ACTIONS(3291), [anon_sym_case] = ACTIONS(3291), [anon_sym_default] = ACTIONS(3291), [anon_sym_while] = ACTIONS(3291), [anon_sym_do] = ACTIONS(3291), [anon_sym_for] = ACTIONS(3291), [anon_sym_return] = ACTIONS(3291), [anon_sym_break] = ACTIONS(3291), [anon_sym_continue] = ACTIONS(3291), [anon_sym_goto] = ACTIONS(3291), [anon_sym_not] = ACTIONS(3291), [anon_sym_compl] = ACTIONS(3291), [anon_sym_DASH_DASH] = ACTIONS(3293), [anon_sym_PLUS_PLUS] = ACTIONS(3293), [anon_sym_sizeof] = ACTIONS(3291), [anon_sym_offsetof] = ACTIONS(3291), [anon_sym__Generic] = ACTIONS(3291), [anon_sym_asm] = ACTIONS(3291), [anon_sym___asm__] = ACTIONS(3291), [sym_number_literal] = ACTIONS(3293), [anon_sym_L_SQUOTE] = ACTIONS(3293), [anon_sym_u_SQUOTE] = ACTIONS(3293), [anon_sym_U_SQUOTE] = ACTIONS(3293), [anon_sym_u8_SQUOTE] = ACTIONS(3293), [anon_sym_SQUOTE] = ACTIONS(3293), [anon_sym_L_DQUOTE] = ACTIONS(3293), [anon_sym_u_DQUOTE] = ACTIONS(3293), [anon_sym_U_DQUOTE] = ACTIONS(3293), [anon_sym_u8_DQUOTE] = ACTIONS(3293), [anon_sym_DQUOTE] = ACTIONS(3293), [sym_true] = ACTIONS(3291), [sym_false] = ACTIONS(3291), [anon_sym_NULL] = ACTIONS(3291), [anon_sym_nullptr] = ACTIONS(3291), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3291), [anon_sym_decltype] = ACTIONS(3291), [anon_sym_virtual] = ACTIONS(3291), [anon_sym_explicit] = ACTIONS(3291), [anon_sym_typename] = ACTIONS(3291), [anon_sym_template] = ACTIONS(3291), [anon_sym_operator] = ACTIONS(3291), [anon_sym_try] = ACTIONS(3291), [anon_sym_delete] = ACTIONS(3291), [anon_sym_throw] = ACTIONS(3291), [anon_sym_namespace] = ACTIONS(3291), [anon_sym_using] = ACTIONS(3291), [anon_sym_static_assert] = ACTIONS(3291), [anon_sym_concept] = ACTIONS(3291), [anon_sym_co_return] = ACTIONS(3291), [anon_sym_co_yield] = ACTIONS(3291), [anon_sym_R_DQUOTE] = ACTIONS(3293), [anon_sym_LR_DQUOTE] = ACTIONS(3293), [anon_sym_uR_DQUOTE] = ACTIONS(3293), [anon_sym_UR_DQUOTE] = ACTIONS(3293), [anon_sym_u8R_DQUOTE] = ACTIONS(3293), [anon_sym_co_await] = ACTIONS(3291), [anon_sym_new] = ACTIONS(3291), [anon_sym_requires] = ACTIONS(3291), [sym_this] = ACTIONS(3291), }, [1192] = { [sym_identifier] = ACTIONS(3303), [aux_sym_preproc_include_token1] = ACTIONS(3303), [aux_sym_preproc_def_token1] = ACTIONS(3303), [aux_sym_preproc_if_token1] = ACTIONS(3303), [aux_sym_preproc_ifdef_token1] = ACTIONS(3303), [aux_sym_preproc_ifdef_token2] = ACTIONS(3303), [sym_preproc_directive] = ACTIONS(3303), [anon_sym_LPAREN2] = ACTIONS(3305), [anon_sym_BANG] = ACTIONS(3305), [anon_sym_TILDE] = ACTIONS(3305), [anon_sym_DASH] = ACTIONS(3303), [anon_sym_PLUS] = ACTIONS(3303), [anon_sym_STAR] = ACTIONS(3305), [anon_sym_AMP_AMP] = ACTIONS(3305), [anon_sym_AMP] = ACTIONS(3303), [anon_sym_SEMI] = ACTIONS(3305), [anon_sym_typedef] = ACTIONS(3303), [anon_sym_extern] = ACTIONS(3303), [anon_sym___attribute__] = ACTIONS(3303), [anon_sym_COLON_COLON] = ACTIONS(3305), [anon_sym_LBRACK_LBRACK] = ACTIONS(3305), [anon_sym___declspec] = ACTIONS(3303), [anon_sym___based] = ACTIONS(3303), [anon_sym___cdecl] = ACTIONS(3303), [anon_sym___clrcall] = ACTIONS(3303), [anon_sym___stdcall] = ACTIONS(3303), [anon_sym___fastcall] = ACTIONS(3303), [anon_sym___thiscall] = ACTIONS(3303), [anon_sym___vectorcall] = ACTIONS(3303), [anon_sym_LBRACE] = ACTIONS(3305), [anon_sym_RBRACE] = ACTIONS(3305), [anon_sym_signed] = ACTIONS(3303), [anon_sym_unsigned] = ACTIONS(3303), [anon_sym_long] = ACTIONS(3303), [anon_sym_short] = ACTIONS(3303), [anon_sym_LBRACK] = ACTIONS(3303), [anon_sym_static] = ACTIONS(3303), [anon_sym_register] = ACTIONS(3303), [anon_sym_inline] = ACTIONS(3303), [anon_sym_thread_local] = ACTIONS(3303), [anon_sym_const] = ACTIONS(3303), [anon_sym_constexpr] = ACTIONS(3303), [anon_sym_volatile] = ACTIONS(3303), [anon_sym_restrict] = ACTIONS(3303), [anon_sym___restrict__] = ACTIONS(3303), [anon_sym__Atomic] = ACTIONS(3303), [anon_sym__Noreturn] = ACTIONS(3303), [anon_sym_noreturn] = ACTIONS(3303), [anon_sym_mutable] = ACTIONS(3303), [anon_sym_constinit] = ACTIONS(3303), [anon_sym_consteval] = ACTIONS(3303), [sym_primitive_type] = ACTIONS(3303), [anon_sym_enum] = ACTIONS(3303), [anon_sym_class] = ACTIONS(3303), [anon_sym_struct] = ACTIONS(3303), [anon_sym_union] = ACTIONS(3303), [anon_sym_if] = ACTIONS(3303), [anon_sym_switch] = ACTIONS(3303), [anon_sym_case] = ACTIONS(3303), [anon_sym_default] = ACTIONS(3303), [anon_sym_while] = ACTIONS(3303), [anon_sym_do] = ACTIONS(3303), [anon_sym_for] = ACTIONS(3303), [anon_sym_return] = ACTIONS(3303), [anon_sym_break] = ACTIONS(3303), [anon_sym_continue] = ACTIONS(3303), [anon_sym_goto] = ACTIONS(3303), [anon_sym_not] = ACTIONS(3303), [anon_sym_compl] = ACTIONS(3303), [anon_sym_DASH_DASH] = ACTIONS(3305), [anon_sym_PLUS_PLUS] = ACTIONS(3305), [anon_sym_sizeof] = ACTIONS(3303), [anon_sym_offsetof] = ACTIONS(3303), [anon_sym__Generic] = ACTIONS(3303), [anon_sym_asm] = ACTIONS(3303), [anon_sym___asm__] = ACTIONS(3303), [sym_number_literal] = ACTIONS(3305), [anon_sym_L_SQUOTE] = ACTIONS(3305), [anon_sym_u_SQUOTE] = ACTIONS(3305), [anon_sym_U_SQUOTE] = ACTIONS(3305), [anon_sym_u8_SQUOTE] = ACTIONS(3305), [anon_sym_SQUOTE] = ACTIONS(3305), [anon_sym_L_DQUOTE] = ACTIONS(3305), [anon_sym_u_DQUOTE] = ACTIONS(3305), [anon_sym_U_DQUOTE] = ACTIONS(3305), [anon_sym_u8_DQUOTE] = ACTIONS(3305), [anon_sym_DQUOTE] = ACTIONS(3305), [sym_true] = ACTIONS(3303), [sym_false] = ACTIONS(3303), [anon_sym_NULL] = ACTIONS(3303), [anon_sym_nullptr] = ACTIONS(3303), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3303), [anon_sym_decltype] = ACTIONS(3303), [anon_sym_virtual] = ACTIONS(3303), [anon_sym_explicit] = ACTIONS(3303), [anon_sym_typename] = ACTIONS(3303), [anon_sym_template] = ACTIONS(3303), [anon_sym_operator] = ACTIONS(3303), [anon_sym_try] = ACTIONS(3303), [anon_sym_delete] = ACTIONS(3303), [anon_sym_throw] = ACTIONS(3303), [anon_sym_namespace] = ACTIONS(3303), [anon_sym_using] = ACTIONS(3303), [anon_sym_static_assert] = ACTIONS(3303), [anon_sym_concept] = ACTIONS(3303), [anon_sym_co_return] = ACTIONS(3303), [anon_sym_co_yield] = ACTIONS(3303), [anon_sym_R_DQUOTE] = ACTIONS(3305), [anon_sym_LR_DQUOTE] = ACTIONS(3305), [anon_sym_uR_DQUOTE] = ACTIONS(3305), [anon_sym_UR_DQUOTE] = ACTIONS(3305), [anon_sym_u8R_DQUOTE] = ACTIONS(3305), [anon_sym_co_await] = ACTIONS(3303), [anon_sym_new] = ACTIONS(3303), [anon_sym_requires] = ACTIONS(3303), [sym_this] = ACTIONS(3303), }, [1193] = { [sym_identifier] = ACTIONS(3275), [aux_sym_preproc_include_token1] = ACTIONS(3275), [aux_sym_preproc_def_token1] = ACTIONS(3275), [aux_sym_preproc_if_token1] = ACTIONS(3275), [aux_sym_preproc_if_token2] = ACTIONS(3275), [aux_sym_preproc_ifdef_token1] = ACTIONS(3275), [aux_sym_preproc_ifdef_token2] = ACTIONS(3275), [sym_preproc_directive] = ACTIONS(3275), [anon_sym_LPAREN2] = ACTIONS(3277), [anon_sym_BANG] = ACTIONS(3277), [anon_sym_TILDE] = ACTIONS(3277), [anon_sym_DASH] = ACTIONS(3275), [anon_sym_PLUS] = ACTIONS(3275), [anon_sym_STAR] = ACTIONS(3277), [anon_sym_AMP_AMP] = ACTIONS(3277), [anon_sym_AMP] = ACTIONS(3275), [anon_sym_SEMI] = ACTIONS(3277), [anon_sym_typedef] = ACTIONS(3275), [anon_sym_extern] = ACTIONS(3275), [anon_sym___attribute__] = ACTIONS(3275), [anon_sym_COLON_COLON] = ACTIONS(3277), [anon_sym_LBRACK_LBRACK] = ACTIONS(3277), [anon_sym___declspec] = ACTIONS(3275), [anon_sym___based] = ACTIONS(3275), [anon_sym___cdecl] = ACTIONS(3275), [anon_sym___clrcall] = ACTIONS(3275), [anon_sym___stdcall] = ACTIONS(3275), [anon_sym___fastcall] = ACTIONS(3275), [anon_sym___thiscall] = ACTIONS(3275), [anon_sym___vectorcall] = ACTIONS(3275), [anon_sym_LBRACE] = ACTIONS(3277), [anon_sym_signed] = ACTIONS(3275), [anon_sym_unsigned] = ACTIONS(3275), [anon_sym_long] = ACTIONS(3275), [anon_sym_short] = ACTIONS(3275), [anon_sym_LBRACK] = ACTIONS(3275), [anon_sym_static] = ACTIONS(3275), [anon_sym_register] = ACTIONS(3275), [anon_sym_inline] = ACTIONS(3275), [anon_sym_thread_local] = ACTIONS(3275), [anon_sym_const] = ACTIONS(3275), [anon_sym_constexpr] = ACTIONS(3275), [anon_sym_volatile] = ACTIONS(3275), [anon_sym_restrict] = ACTIONS(3275), [anon_sym___restrict__] = ACTIONS(3275), [anon_sym__Atomic] = ACTIONS(3275), [anon_sym__Noreturn] = ACTIONS(3275), [anon_sym_noreturn] = ACTIONS(3275), [anon_sym_mutable] = ACTIONS(3275), [anon_sym_constinit] = ACTIONS(3275), [anon_sym_consteval] = ACTIONS(3275), [sym_primitive_type] = ACTIONS(3275), [anon_sym_enum] = ACTIONS(3275), [anon_sym_class] = ACTIONS(3275), [anon_sym_struct] = ACTIONS(3275), [anon_sym_union] = ACTIONS(3275), [anon_sym_if] = ACTIONS(3275), [anon_sym_switch] = ACTIONS(3275), [anon_sym_case] = ACTIONS(3275), [anon_sym_default] = ACTIONS(3275), [anon_sym_while] = ACTIONS(3275), [anon_sym_do] = ACTIONS(3275), [anon_sym_for] = ACTIONS(3275), [anon_sym_return] = ACTIONS(3275), [anon_sym_break] = ACTIONS(3275), [anon_sym_continue] = ACTIONS(3275), [anon_sym_goto] = ACTIONS(3275), [anon_sym_not] = ACTIONS(3275), [anon_sym_compl] = ACTIONS(3275), [anon_sym_DASH_DASH] = ACTIONS(3277), [anon_sym_PLUS_PLUS] = ACTIONS(3277), [anon_sym_sizeof] = ACTIONS(3275), [anon_sym_offsetof] = ACTIONS(3275), [anon_sym__Generic] = ACTIONS(3275), [anon_sym_asm] = ACTIONS(3275), [anon_sym___asm__] = ACTIONS(3275), [sym_number_literal] = ACTIONS(3277), [anon_sym_L_SQUOTE] = ACTIONS(3277), [anon_sym_u_SQUOTE] = ACTIONS(3277), [anon_sym_U_SQUOTE] = ACTIONS(3277), [anon_sym_u8_SQUOTE] = ACTIONS(3277), [anon_sym_SQUOTE] = ACTIONS(3277), [anon_sym_L_DQUOTE] = ACTIONS(3277), [anon_sym_u_DQUOTE] = ACTIONS(3277), [anon_sym_U_DQUOTE] = ACTIONS(3277), [anon_sym_u8_DQUOTE] = ACTIONS(3277), [anon_sym_DQUOTE] = ACTIONS(3277), [sym_true] = ACTIONS(3275), [sym_false] = ACTIONS(3275), [anon_sym_NULL] = ACTIONS(3275), [anon_sym_nullptr] = ACTIONS(3275), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3275), [anon_sym_decltype] = ACTIONS(3275), [anon_sym_virtual] = ACTIONS(3275), [anon_sym_explicit] = ACTIONS(3275), [anon_sym_typename] = ACTIONS(3275), [anon_sym_template] = ACTIONS(3275), [anon_sym_operator] = ACTIONS(3275), [anon_sym_try] = ACTIONS(3275), [anon_sym_delete] = ACTIONS(3275), [anon_sym_throw] = ACTIONS(3275), [anon_sym_namespace] = ACTIONS(3275), [anon_sym_using] = ACTIONS(3275), [anon_sym_static_assert] = ACTIONS(3275), [anon_sym_concept] = ACTIONS(3275), [anon_sym_co_return] = ACTIONS(3275), [anon_sym_co_yield] = ACTIONS(3275), [anon_sym_R_DQUOTE] = ACTIONS(3277), [anon_sym_LR_DQUOTE] = ACTIONS(3277), [anon_sym_uR_DQUOTE] = ACTIONS(3277), [anon_sym_UR_DQUOTE] = ACTIONS(3277), [anon_sym_u8R_DQUOTE] = ACTIONS(3277), [anon_sym_co_await] = ACTIONS(3275), [anon_sym_new] = ACTIONS(3275), [anon_sym_requires] = ACTIONS(3275), [sym_this] = ACTIONS(3275), }, [1194] = { [sym_identifier] = ACTIONS(3309), [aux_sym_preproc_include_token1] = ACTIONS(3309), [aux_sym_preproc_def_token1] = ACTIONS(3309), [aux_sym_preproc_if_token1] = ACTIONS(3309), [aux_sym_preproc_ifdef_token1] = ACTIONS(3309), [aux_sym_preproc_ifdef_token2] = ACTIONS(3309), [sym_preproc_directive] = ACTIONS(3309), [anon_sym_LPAREN2] = ACTIONS(3311), [anon_sym_BANG] = ACTIONS(3311), [anon_sym_TILDE] = ACTIONS(3311), [anon_sym_DASH] = ACTIONS(3309), [anon_sym_PLUS] = ACTIONS(3309), [anon_sym_STAR] = ACTIONS(3311), [anon_sym_AMP_AMP] = ACTIONS(3311), [anon_sym_AMP] = ACTIONS(3309), [anon_sym_SEMI] = ACTIONS(3311), [anon_sym_typedef] = ACTIONS(3309), [anon_sym_extern] = ACTIONS(3309), [anon_sym___attribute__] = ACTIONS(3309), [anon_sym_COLON_COLON] = ACTIONS(3311), [anon_sym_LBRACK_LBRACK] = ACTIONS(3311), [anon_sym___declspec] = ACTIONS(3309), [anon_sym___based] = ACTIONS(3309), [anon_sym___cdecl] = ACTIONS(3309), [anon_sym___clrcall] = ACTIONS(3309), [anon_sym___stdcall] = ACTIONS(3309), [anon_sym___fastcall] = ACTIONS(3309), [anon_sym___thiscall] = ACTIONS(3309), [anon_sym___vectorcall] = ACTIONS(3309), [anon_sym_LBRACE] = ACTIONS(3311), [anon_sym_RBRACE] = ACTIONS(3311), [anon_sym_signed] = ACTIONS(3309), [anon_sym_unsigned] = ACTIONS(3309), [anon_sym_long] = ACTIONS(3309), [anon_sym_short] = ACTIONS(3309), [anon_sym_LBRACK] = ACTIONS(3309), [anon_sym_static] = ACTIONS(3309), [anon_sym_register] = ACTIONS(3309), [anon_sym_inline] = ACTIONS(3309), [anon_sym_thread_local] = ACTIONS(3309), [anon_sym_const] = ACTIONS(3309), [anon_sym_constexpr] = ACTIONS(3309), [anon_sym_volatile] = ACTIONS(3309), [anon_sym_restrict] = ACTIONS(3309), [anon_sym___restrict__] = ACTIONS(3309), [anon_sym__Atomic] = ACTIONS(3309), [anon_sym__Noreturn] = ACTIONS(3309), [anon_sym_noreturn] = ACTIONS(3309), [anon_sym_mutable] = ACTIONS(3309), [anon_sym_constinit] = ACTIONS(3309), [anon_sym_consteval] = ACTIONS(3309), [sym_primitive_type] = ACTIONS(3309), [anon_sym_enum] = ACTIONS(3309), [anon_sym_class] = ACTIONS(3309), [anon_sym_struct] = ACTIONS(3309), [anon_sym_union] = ACTIONS(3309), [anon_sym_if] = ACTIONS(3309), [anon_sym_switch] = ACTIONS(3309), [anon_sym_case] = ACTIONS(3309), [anon_sym_default] = ACTIONS(3309), [anon_sym_while] = ACTIONS(3309), [anon_sym_do] = ACTIONS(3309), [anon_sym_for] = ACTIONS(3309), [anon_sym_return] = ACTIONS(3309), [anon_sym_break] = ACTIONS(3309), [anon_sym_continue] = ACTIONS(3309), [anon_sym_goto] = ACTIONS(3309), [anon_sym_not] = ACTIONS(3309), [anon_sym_compl] = ACTIONS(3309), [anon_sym_DASH_DASH] = ACTIONS(3311), [anon_sym_PLUS_PLUS] = ACTIONS(3311), [anon_sym_sizeof] = ACTIONS(3309), [anon_sym_offsetof] = ACTIONS(3309), [anon_sym__Generic] = ACTIONS(3309), [anon_sym_asm] = ACTIONS(3309), [anon_sym___asm__] = ACTIONS(3309), [sym_number_literal] = ACTIONS(3311), [anon_sym_L_SQUOTE] = ACTIONS(3311), [anon_sym_u_SQUOTE] = ACTIONS(3311), [anon_sym_U_SQUOTE] = ACTIONS(3311), [anon_sym_u8_SQUOTE] = ACTIONS(3311), [anon_sym_SQUOTE] = ACTIONS(3311), [anon_sym_L_DQUOTE] = ACTIONS(3311), [anon_sym_u_DQUOTE] = ACTIONS(3311), [anon_sym_U_DQUOTE] = ACTIONS(3311), [anon_sym_u8_DQUOTE] = ACTIONS(3311), [anon_sym_DQUOTE] = ACTIONS(3311), [sym_true] = ACTIONS(3309), [sym_false] = ACTIONS(3309), [anon_sym_NULL] = ACTIONS(3309), [anon_sym_nullptr] = ACTIONS(3309), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3309), [anon_sym_decltype] = ACTIONS(3309), [anon_sym_virtual] = ACTIONS(3309), [anon_sym_explicit] = ACTIONS(3309), [anon_sym_typename] = ACTIONS(3309), [anon_sym_template] = ACTIONS(3309), [anon_sym_operator] = ACTIONS(3309), [anon_sym_try] = ACTIONS(3309), [anon_sym_delete] = ACTIONS(3309), [anon_sym_throw] = ACTIONS(3309), [anon_sym_namespace] = ACTIONS(3309), [anon_sym_using] = ACTIONS(3309), [anon_sym_static_assert] = ACTIONS(3309), [anon_sym_concept] = ACTIONS(3309), [anon_sym_co_return] = ACTIONS(3309), [anon_sym_co_yield] = ACTIONS(3309), [anon_sym_R_DQUOTE] = ACTIONS(3311), [anon_sym_LR_DQUOTE] = ACTIONS(3311), [anon_sym_uR_DQUOTE] = ACTIONS(3311), [anon_sym_UR_DQUOTE] = ACTIONS(3311), [anon_sym_u8R_DQUOTE] = ACTIONS(3311), [anon_sym_co_await] = ACTIONS(3309), [anon_sym_new] = ACTIONS(3309), [anon_sym_requires] = ACTIONS(3309), [sym_this] = ACTIONS(3309), }, [1195] = { [sym_identifier] = ACTIONS(3329), [aux_sym_preproc_include_token1] = ACTIONS(3329), [aux_sym_preproc_def_token1] = ACTIONS(3329), [aux_sym_preproc_if_token1] = ACTIONS(3329), [aux_sym_preproc_ifdef_token1] = ACTIONS(3329), [aux_sym_preproc_ifdef_token2] = ACTIONS(3329), [sym_preproc_directive] = ACTIONS(3329), [anon_sym_LPAREN2] = ACTIONS(3331), [anon_sym_BANG] = ACTIONS(3331), [anon_sym_TILDE] = ACTIONS(3331), [anon_sym_DASH] = ACTIONS(3329), [anon_sym_PLUS] = ACTIONS(3329), [anon_sym_STAR] = ACTIONS(3331), [anon_sym_AMP_AMP] = ACTIONS(3331), [anon_sym_AMP] = ACTIONS(3329), [anon_sym_SEMI] = ACTIONS(3331), [anon_sym_typedef] = ACTIONS(3329), [anon_sym_extern] = ACTIONS(3329), [anon_sym___attribute__] = ACTIONS(3329), [anon_sym_COLON_COLON] = ACTIONS(3331), [anon_sym_LBRACK_LBRACK] = ACTIONS(3331), [anon_sym___declspec] = ACTIONS(3329), [anon_sym___based] = ACTIONS(3329), [anon_sym___cdecl] = ACTIONS(3329), [anon_sym___clrcall] = ACTIONS(3329), [anon_sym___stdcall] = ACTIONS(3329), [anon_sym___fastcall] = ACTIONS(3329), [anon_sym___thiscall] = ACTIONS(3329), [anon_sym___vectorcall] = ACTIONS(3329), [anon_sym_LBRACE] = ACTIONS(3331), [anon_sym_RBRACE] = ACTIONS(3331), [anon_sym_signed] = ACTIONS(3329), [anon_sym_unsigned] = ACTIONS(3329), [anon_sym_long] = ACTIONS(3329), [anon_sym_short] = ACTIONS(3329), [anon_sym_LBRACK] = ACTIONS(3329), [anon_sym_static] = ACTIONS(3329), [anon_sym_register] = ACTIONS(3329), [anon_sym_inline] = ACTIONS(3329), [anon_sym_thread_local] = ACTIONS(3329), [anon_sym_const] = ACTIONS(3329), [anon_sym_constexpr] = ACTIONS(3329), [anon_sym_volatile] = ACTIONS(3329), [anon_sym_restrict] = ACTIONS(3329), [anon_sym___restrict__] = ACTIONS(3329), [anon_sym__Atomic] = ACTIONS(3329), [anon_sym__Noreturn] = ACTIONS(3329), [anon_sym_noreturn] = ACTIONS(3329), [anon_sym_mutable] = ACTIONS(3329), [anon_sym_constinit] = ACTIONS(3329), [anon_sym_consteval] = ACTIONS(3329), [sym_primitive_type] = ACTIONS(3329), [anon_sym_enum] = ACTIONS(3329), [anon_sym_class] = ACTIONS(3329), [anon_sym_struct] = ACTIONS(3329), [anon_sym_union] = ACTIONS(3329), [anon_sym_if] = ACTIONS(3329), [anon_sym_switch] = ACTIONS(3329), [anon_sym_case] = ACTIONS(3329), [anon_sym_default] = ACTIONS(3329), [anon_sym_while] = ACTIONS(3329), [anon_sym_do] = ACTIONS(3329), [anon_sym_for] = ACTIONS(3329), [anon_sym_return] = ACTIONS(3329), [anon_sym_break] = ACTIONS(3329), [anon_sym_continue] = ACTIONS(3329), [anon_sym_goto] = ACTIONS(3329), [anon_sym_not] = ACTIONS(3329), [anon_sym_compl] = ACTIONS(3329), [anon_sym_DASH_DASH] = ACTIONS(3331), [anon_sym_PLUS_PLUS] = ACTIONS(3331), [anon_sym_sizeof] = ACTIONS(3329), [anon_sym_offsetof] = ACTIONS(3329), [anon_sym__Generic] = ACTIONS(3329), [anon_sym_asm] = ACTIONS(3329), [anon_sym___asm__] = ACTIONS(3329), [sym_number_literal] = ACTIONS(3331), [anon_sym_L_SQUOTE] = ACTIONS(3331), [anon_sym_u_SQUOTE] = ACTIONS(3331), [anon_sym_U_SQUOTE] = ACTIONS(3331), [anon_sym_u8_SQUOTE] = ACTIONS(3331), [anon_sym_SQUOTE] = ACTIONS(3331), [anon_sym_L_DQUOTE] = ACTIONS(3331), [anon_sym_u_DQUOTE] = ACTIONS(3331), [anon_sym_U_DQUOTE] = ACTIONS(3331), [anon_sym_u8_DQUOTE] = ACTIONS(3331), [anon_sym_DQUOTE] = ACTIONS(3331), [sym_true] = ACTIONS(3329), [sym_false] = ACTIONS(3329), [anon_sym_NULL] = ACTIONS(3329), [anon_sym_nullptr] = ACTIONS(3329), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3329), [anon_sym_decltype] = ACTIONS(3329), [anon_sym_virtual] = ACTIONS(3329), [anon_sym_explicit] = ACTIONS(3329), [anon_sym_typename] = ACTIONS(3329), [anon_sym_template] = ACTIONS(3329), [anon_sym_operator] = ACTIONS(3329), [anon_sym_try] = ACTIONS(3329), [anon_sym_delete] = ACTIONS(3329), [anon_sym_throw] = ACTIONS(3329), [anon_sym_namespace] = ACTIONS(3329), [anon_sym_using] = ACTIONS(3329), [anon_sym_static_assert] = ACTIONS(3329), [anon_sym_concept] = ACTIONS(3329), [anon_sym_co_return] = ACTIONS(3329), [anon_sym_co_yield] = ACTIONS(3329), [anon_sym_R_DQUOTE] = ACTIONS(3331), [anon_sym_LR_DQUOTE] = ACTIONS(3331), [anon_sym_uR_DQUOTE] = ACTIONS(3331), [anon_sym_UR_DQUOTE] = ACTIONS(3331), [anon_sym_u8R_DQUOTE] = ACTIONS(3331), [anon_sym_co_await] = ACTIONS(3329), [anon_sym_new] = ACTIONS(3329), [anon_sym_requires] = ACTIONS(3329), [sym_this] = ACTIONS(3329), }, [1196] = { [sym_identifier] = ACTIONS(3275), [aux_sym_preproc_include_token1] = ACTIONS(3275), [aux_sym_preproc_def_token1] = ACTIONS(3275), [aux_sym_preproc_if_token1] = ACTIONS(3275), [aux_sym_preproc_if_token2] = ACTIONS(3275), [aux_sym_preproc_ifdef_token1] = ACTIONS(3275), [aux_sym_preproc_ifdef_token2] = ACTIONS(3275), [sym_preproc_directive] = ACTIONS(3275), [anon_sym_LPAREN2] = ACTIONS(3277), [anon_sym_BANG] = ACTIONS(3277), [anon_sym_TILDE] = ACTIONS(3277), [anon_sym_DASH] = ACTIONS(3275), [anon_sym_PLUS] = ACTIONS(3275), [anon_sym_STAR] = ACTIONS(3277), [anon_sym_AMP_AMP] = ACTIONS(3277), [anon_sym_AMP] = ACTIONS(3275), [anon_sym_SEMI] = ACTIONS(3277), [anon_sym_typedef] = ACTIONS(3275), [anon_sym_extern] = ACTIONS(3275), [anon_sym___attribute__] = ACTIONS(3275), [anon_sym_COLON_COLON] = ACTIONS(3277), [anon_sym_LBRACK_LBRACK] = ACTIONS(3277), [anon_sym___declspec] = ACTIONS(3275), [anon_sym___based] = ACTIONS(3275), [anon_sym___cdecl] = ACTIONS(3275), [anon_sym___clrcall] = ACTIONS(3275), [anon_sym___stdcall] = ACTIONS(3275), [anon_sym___fastcall] = ACTIONS(3275), [anon_sym___thiscall] = ACTIONS(3275), [anon_sym___vectorcall] = ACTIONS(3275), [anon_sym_LBRACE] = ACTIONS(3277), [anon_sym_signed] = ACTIONS(3275), [anon_sym_unsigned] = ACTIONS(3275), [anon_sym_long] = ACTIONS(3275), [anon_sym_short] = ACTIONS(3275), [anon_sym_LBRACK] = ACTIONS(3275), [anon_sym_static] = ACTIONS(3275), [anon_sym_register] = ACTIONS(3275), [anon_sym_inline] = ACTIONS(3275), [anon_sym_thread_local] = ACTIONS(3275), [anon_sym_const] = ACTIONS(3275), [anon_sym_constexpr] = ACTIONS(3275), [anon_sym_volatile] = ACTIONS(3275), [anon_sym_restrict] = ACTIONS(3275), [anon_sym___restrict__] = ACTIONS(3275), [anon_sym__Atomic] = ACTIONS(3275), [anon_sym__Noreturn] = ACTIONS(3275), [anon_sym_noreturn] = ACTIONS(3275), [anon_sym_mutable] = ACTIONS(3275), [anon_sym_constinit] = ACTIONS(3275), [anon_sym_consteval] = ACTIONS(3275), [sym_primitive_type] = ACTIONS(3275), [anon_sym_enum] = ACTIONS(3275), [anon_sym_class] = ACTIONS(3275), [anon_sym_struct] = ACTIONS(3275), [anon_sym_union] = ACTIONS(3275), [anon_sym_if] = ACTIONS(3275), [anon_sym_switch] = ACTIONS(3275), [anon_sym_case] = ACTIONS(3275), [anon_sym_default] = ACTIONS(3275), [anon_sym_while] = ACTIONS(3275), [anon_sym_do] = ACTIONS(3275), [anon_sym_for] = ACTIONS(3275), [anon_sym_return] = ACTIONS(3275), [anon_sym_break] = ACTIONS(3275), [anon_sym_continue] = ACTIONS(3275), [anon_sym_goto] = ACTIONS(3275), [anon_sym_not] = ACTIONS(3275), [anon_sym_compl] = ACTIONS(3275), [anon_sym_DASH_DASH] = ACTIONS(3277), [anon_sym_PLUS_PLUS] = ACTIONS(3277), [anon_sym_sizeof] = ACTIONS(3275), [anon_sym_offsetof] = ACTIONS(3275), [anon_sym__Generic] = ACTIONS(3275), [anon_sym_asm] = ACTIONS(3275), [anon_sym___asm__] = ACTIONS(3275), [sym_number_literal] = ACTIONS(3277), [anon_sym_L_SQUOTE] = ACTIONS(3277), [anon_sym_u_SQUOTE] = ACTIONS(3277), [anon_sym_U_SQUOTE] = ACTIONS(3277), [anon_sym_u8_SQUOTE] = ACTIONS(3277), [anon_sym_SQUOTE] = ACTIONS(3277), [anon_sym_L_DQUOTE] = ACTIONS(3277), [anon_sym_u_DQUOTE] = ACTIONS(3277), [anon_sym_U_DQUOTE] = ACTIONS(3277), [anon_sym_u8_DQUOTE] = ACTIONS(3277), [anon_sym_DQUOTE] = ACTIONS(3277), [sym_true] = ACTIONS(3275), [sym_false] = ACTIONS(3275), [anon_sym_NULL] = ACTIONS(3275), [anon_sym_nullptr] = ACTIONS(3275), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3275), [anon_sym_decltype] = ACTIONS(3275), [anon_sym_virtual] = ACTIONS(3275), [anon_sym_explicit] = ACTIONS(3275), [anon_sym_typename] = ACTIONS(3275), [anon_sym_template] = ACTIONS(3275), [anon_sym_operator] = ACTIONS(3275), [anon_sym_try] = ACTIONS(3275), [anon_sym_delete] = ACTIONS(3275), [anon_sym_throw] = ACTIONS(3275), [anon_sym_namespace] = ACTIONS(3275), [anon_sym_using] = ACTIONS(3275), [anon_sym_static_assert] = ACTIONS(3275), [anon_sym_concept] = ACTIONS(3275), [anon_sym_co_return] = ACTIONS(3275), [anon_sym_co_yield] = ACTIONS(3275), [anon_sym_R_DQUOTE] = ACTIONS(3277), [anon_sym_LR_DQUOTE] = ACTIONS(3277), [anon_sym_uR_DQUOTE] = ACTIONS(3277), [anon_sym_UR_DQUOTE] = ACTIONS(3277), [anon_sym_u8R_DQUOTE] = ACTIONS(3277), [anon_sym_co_await] = ACTIONS(3275), [anon_sym_new] = ACTIONS(3275), [anon_sym_requires] = ACTIONS(3275), [sym_this] = ACTIONS(3275), }, [1197] = { [sym_identifier] = ACTIONS(3287), [aux_sym_preproc_include_token1] = ACTIONS(3287), [aux_sym_preproc_def_token1] = ACTIONS(3287), [aux_sym_preproc_if_token1] = ACTIONS(3287), [aux_sym_preproc_if_token2] = ACTIONS(3287), [aux_sym_preproc_ifdef_token1] = ACTIONS(3287), [aux_sym_preproc_ifdef_token2] = ACTIONS(3287), [sym_preproc_directive] = ACTIONS(3287), [anon_sym_LPAREN2] = ACTIONS(3289), [anon_sym_BANG] = ACTIONS(3289), [anon_sym_TILDE] = ACTIONS(3289), [anon_sym_DASH] = ACTIONS(3287), [anon_sym_PLUS] = ACTIONS(3287), [anon_sym_STAR] = ACTIONS(3289), [anon_sym_AMP_AMP] = ACTIONS(3289), [anon_sym_AMP] = ACTIONS(3287), [anon_sym_SEMI] = ACTIONS(3289), [anon_sym_typedef] = ACTIONS(3287), [anon_sym_extern] = ACTIONS(3287), [anon_sym___attribute__] = ACTIONS(3287), [anon_sym_COLON_COLON] = ACTIONS(3289), [anon_sym_LBRACK_LBRACK] = ACTIONS(3289), [anon_sym___declspec] = ACTIONS(3287), [anon_sym___based] = ACTIONS(3287), [anon_sym___cdecl] = ACTIONS(3287), [anon_sym___clrcall] = ACTIONS(3287), [anon_sym___stdcall] = ACTIONS(3287), [anon_sym___fastcall] = ACTIONS(3287), [anon_sym___thiscall] = ACTIONS(3287), [anon_sym___vectorcall] = ACTIONS(3287), [anon_sym_LBRACE] = ACTIONS(3289), [anon_sym_signed] = ACTIONS(3287), [anon_sym_unsigned] = ACTIONS(3287), [anon_sym_long] = ACTIONS(3287), [anon_sym_short] = ACTIONS(3287), [anon_sym_LBRACK] = ACTIONS(3287), [anon_sym_static] = ACTIONS(3287), [anon_sym_register] = ACTIONS(3287), [anon_sym_inline] = ACTIONS(3287), [anon_sym_thread_local] = ACTIONS(3287), [anon_sym_const] = ACTIONS(3287), [anon_sym_constexpr] = ACTIONS(3287), [anon_sym_volatile] = ACTIONS(3287), [anon_sym_restrict] = ACTIONS(3287), [anon_sym___restrict__] = ACTIONS(3287), [anon_sym__Atomic] = ACTIONS(3287), [anon_sym__Noreturn] = ACTIONS(3287), [anon_sym_noreturn] = ACTIONS(3287), [anon_sym_mutable] = ACTIONS(3287), [anon_sym_constinit] = ACTIONS(3287), [anon_sym_consteval] = ACTIONS(3287), [sym_primitive_type] = ACTIONS(3287), [anon_sym_enum] = ACTIONS(3287), [anon_sym_class] = ACTIONS(3287), [anon_sym_struct] = ACTIONS(3287), [anon_sym_union] = ACTIONS(3287), [anon_sym_if] = ACTIONS(3287), [anon_sym_switch] = ACTIONS(3287), [anon_sym_case] = ACTIONS(3287), [anon_sym_default] = ACTIONS(3287), [anon_sym_while] = ACTIONS(3287), [anon_sym_do] = ACTIONS(3287), [anon_sym_for] = ACTIONS(3287), [anon_sym_return] = ACTIONS(3287), [anon_sym_break] = ACTIONS(3287), [anon_sym_continue] = ACTIONS(3287), [anon_sym_goto] = ACTIONS(3287), [anon_sym_not] = ACTIONS(3287), [anon_sym_compl] = ACTIONS(3287), [anon_sym_DASH_DASH] = ACTIONS(3289), [anon_sym_PLUS_PLUS] = ACTIONS(3289), [anon_sym_sizeof] = ACTIONS(3287), [anon_sym_offsetof] = ACTIONS(3287), [anon_sym__Generic] = ACTIONS(3287), [anon_sym_asm] = ACTIONS(3287), [anon_sym___asm__] = ACTIONS(3287), [sym_number_literal] = ACTIONS(3289), [anon_sym_L_SQUOTE] = ACTIONS(3289), [anon_sym_u_SQUOTE] = ACTIONS(3289), [anon_sym_U_SQUOTE] = ACTIONS(3289), [anon_sym_u8_SQUOTE] = ACTIONS(3289), [anon_sym_SQUOTE] = ACTIONS(3289), [anon_sym_L_DQUOTE] = ACTIONS(3289), [anon_sym_u_DQUOTE] = ACTIONS(3289), [anon_sym_U_DQUOTE] = ACTIONS(3289), [anon_sym_u8_DQUOTE] = ACTIONS(3289), [anon_sym_DQUOTE] = ACTIONS(3289), [sym_true] = ACTIONS(3287), [sym_false] = ACTIONS(3287), [anon_sym_NULL] = ACTIONS(3287), [anon_sym_nullptr] = ACTIONS(3287), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3287), [anon_sym_decltype] = ACTIONS(3287), [anon_sym_virtual] = ACTIONS(3287), [anon_sym_explicit] = ACTIONS(3287), [anon_sym_typename] = ACTIONS(3287), [anon_sym_template] = ACTIONS(3287), [anon_sym_operator] = ACTIONS(3287), [anon_sym_try] = ACTIONS(3287), [anon_sym_delete] = ACTIONS(3287), [anon_sym_throw] = ACTIONS(3287), [anon_sym_namespace] = ACTIONS(3287), [anon_sym_using] = ACTIONS(3287), [anon_sym_static_assert] = ACTIONS(3287), [anon_sym_concept] = ACTIONS(3287), [anon_sym_co_return] = ACTIONS(3287), [anon_sym_co_yield] = ACTIONS(3287), [anon_sym_R_DQUOTE] = ACTIONS(3289), [anon_sym_LR_DQUOTE] = ACTIONS(3289), [anon_sym_uR_DQUOTE] = ACTIONS(3289), [anon_sym_UR_DQUOTE] = ACTIONS(3289), [anon_sym_u8R_DQUOTE] = ACTIONS(3289), [anon_sym_co_await] = ACTIONS(3287), [anon_sym_new] = ACTIONS(3287), [anon_sym_requires] = ACTIONS(3287), [sym_this] = ACTIONS(3287), }, [1198] = { [sym_identifier] = ACTIONS(3363), [aux_sym_preproc_include_token1] = ACTIONS(3363), [aux_sym_preproc_def_token1] = ACTIONS(3363), [aux_sym_preproc_if_token1] = ACTIONS(3363), [aux_sym_preproc_ifdef_token1] = ACTIONS(3363), [aux_sym_preproc_ifdef_token2] = ACTIONS(3363), [sym_preproc_directive] = ACTIONS(3363), [anon_sym_LPAREN2] = ACTIONS(3365), [anon_sym_BANG] = ACTIONS(3365), [anon_sym_TILDE] = ACTIONS(3365), [anon_sym_DASH] = ACTIONS(3363), [anon_sym_PLUS] = ACTIONS(3363), [anon_sym_STAR] = ACTIONS(3365), [anon_sym_AMP_AMP] = ACTIONS(3365), [anon_sym_AMP] = ACTIONS(3363), [anon_sym_SEMI] = ACTIONS(3365), [anon_sym_typedef] = ACTIONS(3363), [anon_sym_extern] = ACTIONS(3363), [anon_sym___attribute__] = ACTIONS(3363), [anon_sym_COLON_COLON] = ACTIONS(3365), [anon_sym_LBRACK_LBRACK] = ACTIONS(3365), [anon_sym___declspec] = ACTIONS(3363), [anon_sym___based] = ACTIONS(3363), [anon_sym___cdecl] = ACTIONS(3363), [anon_sym___clrcall] = ACTIONS(3363), [anon_sym___stdcall] = ACTIONS(3363), [anon_sym___fastcall] = ACTIONS(3363), [anon_sym___thiscall] = ACTIONS(3363), [anon_sym___vectorcall] = ACTIONS(3363), [anon_sym_LBRACE] = ACTIONS(3365), [anon_sym_RBRACE] = ACTIONS(3365), [anon_sym_signed] = ACTIONS(3363), [anon_sym_unsigned] = ACTIONS(3363), [anon_sym_long] = ACTIONS(3363), [anon_sym_short] = ACTIONS(3363), [anon_sym_LBRACK] = ACTIONS(3363), [anon_sym_static] = ACTIONS(3363), [anon_sym_register] = ACTIONS(3363), [anon_sym_inline] = ACTIONS(3363), [anon_sym_thread_local] = ACTIONS(3363), [anon_sym_const] = ACTIONS(3363), [anon_sym_constexpr] = ACTIONS(3363), [anon_sym_volatile] = ACTIONS(3363), [anon_sym_restrict] = ACTIONS(3363), [anon_sym___restrict__] = ACTIONS(3363), [anon_sym__Atomic] = ACTIONS(3363), [anon_sym__Noreturn] = ACTIONS(3363), [anon_sym_noreturn] = ACTIONS(3363), [anon_sym_mutable] = ACTIONS(3363), [anon_sym_constinit] = ACTIONS(3363), [anon_sym_consteval] = ACTIONS(3363), [sym_primitive_type] = ACTIONS(3363), [anon_sym_enum] = ACTIONS(3363), [anon_sym_class] = ACTIONS(3363), [anon_sym_struct] = ACTIONS(3363), [anon_sym_union] = ACTIONS(3363), [anon_sym_if] = ACTIONS(3363), [anon_sym_switch] = ACTIONS(3363), [anon_sym_case] = ACTIONS(3363), [anon_sym_default] = ACTIONS(3363), [anon_sym_while] = ACTIONS(3363), [anon_sym_do] = ACTIONS(3363), [anon_sym_for] = ACTIONS(3363), [anon_sym_return] = ACTIONS(3363), [anon_sym_break] = ACTIONS(3363), [anon_sym_continue] = ACTIONS(3363), [anon_sym_goto] = ACTIONS(3363), [anon_sym_not] = ACTIONS(3363), [anon_sym_compl] = ACTIONS(3363), [anon_sym_DASH_DASH] = ACTIONS(3365), [anon_sym_PLUS_PLUS] = ACTIONS(3365), [anon_sym_sizeof] = ACTIONS(3363), [anon_sym_offsetof] = ACTIONS(3363), [anon_sym__Generic] = ACTIONS(3363), [anon_sym_asm] = ACTIONS(3363), [anon_sym___asm__] = ACTIONS(3363), [sym_number_literal] = ACTIONS(3365), [anon_sym_L_SQUOTE] = ACTIONS(3365), [anon_sym_u_SQUOTE] = ACTIONS(3365), [anon_sym_U_SQUOTE] = ACTIONS(3365), [anon_sym_u8_SQUOTE] = ACTIONS(3365), [anon_sym_SQUOTE] = ACTIONS(3365), [anon_sym_L_DQUOTE] = ACTIONS(3365), [anon_sym_u_DQUOTE] = ACTIONS(3365), [anon_sym_U_DQUOTE] = ACTIONS(3365), [anon_sym_u8_DQUOTE] = ACTIONS(3365), [anon_sym_DQUOTE] = ACTIONS(3365), [sym_true] = ACTIONS(3363), [sym_false] = ACTIONS(3363), [anon_sym_NULL] = ACTIONS(3363), [anon_sym_nullptr] = ACTIONS(3363), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3363), [anon_sym_decltype] = ACTIONS(3363), [anon_sym_virtual] = ACTIONS(3363), [anon_sym_explicit] = ACTIONS(3363), [anon_sym_typename] = ACTIONS(3363), [anon_sym_template] = ACTIONS(3363), [anon_sym_operator] = ACTIONS(3363), [anon_sym_try] = ACTIONS(3363), [anon_sym_delete] = ACTIONS(3363), [anon_sym_throw] = ACTIONS(3363), [anon_sym_namespace] = ACTIONS(3363), [anon_sym_using] = ACTIONS(3363), [anon_sym_static_assert] = ACTIONS(3363), [anon_sym_concept] = ACTIONS(3363), [anon_sym_co_return] = ACTIONS(3363), [anon_sym_co_yield] = ACTIONS(3363), [anon_sym_R_DQUOTE] = ACTIONS(3365), [anon_sym_LR_DQUOTE] = ACTIONS(3365), [anon_sym_uR_DQUOTE] = ACTIONS(3365), [anon_sym_UR_DQUOTE] = ACTIONS(3365), [anon_sym_u8R_DQUOTE] = ACTIONS(3365), [anon_sym_co_await] = ACTIONS(3363), [anon_sym_new] = ACTIONS(3363), [anon_sym_requires] = ACTIONS(3363), [sym_this] = ACTIONS(3363), }, [1199] = { [sym_identifier] = ACTIONS(3303), [aux_sym_preproc_include_token1] = ACTIONS(3303), [aux_sym_preproc_def_token1] = ACTIONS(3303), [aux_sym_preproc_if_token1] = ACTIONS(3303), [aux_sym_preproc_if_token2] = ACTIONS(3303), [aux_sym_preproc_ifdef_token1] = ACTIONS(3303), [aux_sym_preproc_ifdef_token2] = ACTIONS(3303), [sym_preproc_directive] = ACTIONS(3303), [anon_sym_LPAREN2] = ACTIONS(3305), [anon_sym_BANG] = ACTIONS(3305), [anon_sym_TILDE] = ACTIONS(3305), [anon_sym_DASH] = ACTIONS(3303), [anon_sym_PLUS] = ACTIONS(3303), [anon_sym_STAR] = ACTIONS(3305), [anon_sym_AMP_AMP] = ACTIONS(3305), [anon_sym_AMP] = ACTIONS(3303), [anon_sym_SEMI] = ACTIONS(3305), [anon_sym_typedef] = ACTIONS(3303), [anon_sym_extern] = ACTIONS(3303), [anon_sym___attribute__] = ACTIONS(3303), [anon_sym_COLON_COLON] = ACTIONS(3305), [anon_sym_LBRACK_LBRACK] = ACTIONS(3305), [anon_sym___declspec] = ACTIONS(3303), [anon_sym___based] = ACTIONS(3303), [anon_sym___cdecl] = ACTIONS(3303), [anon_sym___clrcall] = ACTIONS(3303), [anon_sym___stdcall] = ACTIONS(3303), [anon_sym___fastcall] = ACTIONS(3303), [anon_sym___thiscall] = ACTIONS(3303), [anon_sym___vectorcall] = ACTIONS(3303), [anon_sym_LBRACE] = ACTIONS(3305), [anon_sym_signed] = ACTIONS(3303), [anon_sym_unsigned] = ACTIONS(3303), [anon_sym_long] = ACTIONS(3303), [anon_sym_short] = ACTIONS(3303), [anon_sym_LBRACK] = ACTIONS(3303), [anon_sym_static] = ACTIONS(3303), [anon_sym_register] = ACTIONS(3303), [anon_sym_inline] = ACTIONS(3303), [anon_sym_thread_local] = ACTIONS(3303), [anon_sym_const] = ACTIONS(3303), [anon_sym_constexpr] = ACTIONS(3303), [anon_sym_volatile] = ACTIONS(3303), [anon_sym_restrict] = ACTIONS(3303), [anon_sym___restrict__] = ACTIONS(3303), [anon_sym__Atomic] = ACTIONS(3303), [anon_sym__Noreturn] = ACTIONS(3303), [anon_sym_noreturn] = ACTIONS(3303), [anon_sym_mutable] = ACTIONS(3303), [anon_sym_constinit] = ACTIONS(3303), [anon_sym_consteval] = ACTIONS(3303), [sym_primitive_type] = ACTIONS(3303), [anon_sym_enum] = ACTIONS(3303), [anon_sym_class] = ACTIONS(3303), [anon_sym_struct] = ACTIONS(3303), [anon_sym_union] = ACTIONS(3303), [anon_sym_if] = ACTIONS(3303), [anon_sym_switch] = ACTIONS(3303), [anon_sym_case] = ACTIONS(3303), [anon_sym_default] = ACTIONS(3303), [anon_sym_while] = ACTIONS(3303), [anon_sym_do] = ACTIONS(3303), [anon_sym_for] = ACTIONS(3303), [anon_sym_return] = ACTIONS(3303), [anon_sym_break] = ACTIONS(3303), [anon_sym_continue] = ACTIONS(3303), [anon_sym_goto] = ACTIONS(3303), [anon_sym_not] = ACTIONS(3303), [anon_sym_compl] = ACTIONS(3303), [anon_sym_DASH_DASH] = ACTIONS(3305), [anon_sym_PLUS_PLUS] = ACTIONS(3305), [anon_sym_sizeof] = ACTIONS(3303), [anon_sym_offsetof] = ACTIONS(3303), [anon_sym__Generic] = ACTIONS(3303), [anon_sym_asm] = ACTIONS(3303), [anon_sym___asm__] = ACTIONS(3303), [sym_number_literal] = ACTIONS(3305), [anon_sym_L_SQUOTE] = ACTIONS(3305), [anon_sym_u_SQUOTE] = ACTIONS(3305), [anon_sym_U_SQUOTE] = ACTIONS(3305), [anon_sym_u8_SQUOTE] = ACTIONS(3305), [anon_sym_SQUOTE] = ACTIONS(3305), [anon_sym_L_DQUOTE] = ACTIONS(3305), [anon_sym_u_DQUOTE] = ACTIONS(3305), [anon_sym_U_DQUOTE] = ACTIONS(3305), [anon_sym_u8_DQUOTE] = ACTIONS(3305), [anon_sym_DQUOTE] = ACTIONS(3305), [sym_true] = ACTIONS(3303), [sym_false] = ACTIONS(3303), [anon_sym_NULL] = ACTIONS(3303), [anon_sym_nullptr] = ACTIONS(3303), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3303), [anon_sym_decltype] = ACTIONS(3303), [anon_sym_virtual] = ACTIONS(3303), [anon_sym_explicit] = ACTIONS(3303), [anon_sym_typename] = ACTIONS(3303), [anon_sym_template] = ACTIONS(3303), [anon_sym_operator] = ACTIONS(3303), [anon_sym_try] = ACTIONS(3303), [anon_sym_delete] = ACTIONS(3303), [anon_sym_throw] = ACTIONS(3303), [anon_sym_namespace] = ACTIONS(3303), [anon_sym_using] = ACTIONS(3303), [anon_sym_static_assert] = ACTIONS(3303), [anon_sym_concept] = ACTIONS(3303), [anon_sym_co_return] = ACTIONS(3303), [anon_sym_co_yield] = ACTIONS(3303), [anon_sym_R_DQUOTE] = ACTIONS(3305), [anon_sym_LR_DQUOTE] = ACTIONS(3305), [anon_sym_uR_DQUOTE] = ACTIONS(3305), [anon_sym_UR_DQUOTE] = ACTIONS(3305), [anon_sym_u8R_DQUOTE] = ACTIONS(3305), [anon_sym_co_await] = ACTIONS(3303), [anon_sym_new] = ACTIONS(3303), [anon_sym_requires] = ACTIONS(3303), [sym_this] = ACTIONS(3303), }, [1200] = { [sym_identifier] = ACTIONS(3329), [aux_sym_preproc_include_token1] = ACTIONS(3329), [aux_sym_preproc_def_token1] = ACTIONS(3329), [aux_sym_preproc_if_token1] = ACTIONS(3329), [aux_sym_preproc_if_token2] = ACTIONS(3329), [aux_sym_preproc_ifdef_token1] = ACTIONS(3329), [aux_sym_preproc_ifdef_token2] = ACTIONS(3329), [sym_preproc_directive] = ACTIONS(3329), [anon_sym_LPAREN2] = ACTIONS(3331), [anon_sym_BANG] = ACTIONS(3331), [anon_sym_TILDE] = ACTIONS(3331), [anon_sym_DASH] = ACTIONS(3329), [anon_sym_PLUS] = ACTIONS(3329), [anon_sym_STAR] = ACTIONS(3331), [anon_sym_AMP_AMP] = ACTIONS(3331), [anon_sym_AMP] = ACTIONS(3329), [anon_sym_SEMI] = ACTIONS(3331), [anon_sym_typedef] = ACTIONS(3329), [anon_sym_extern] = ACTIONS(3329), [anon_sym___attribute__] = ACTIONS(3329), [anon_sym_COLON_COLON] = ACTIONS(3331), [anon_sym_LBRACK_LBRACK] = ACTIONS(3331), [anon_sym___declspec] = ACTIONS(3329), [anon_sym___based] = ACTIONS(3329), [anon_sym___cdecl] = ACTIONS(3329), [anon_sym___clrcall] = ACTIONS(3329), [anon_sym___stdcall] = ACTIONS(3329), [anon_sym___fastcall] = ACTIONS(3329), [anon_sym___thiscall] = ACTIONS(3329), [anon_sym___vectorcall] = ACTIONS(3329), [anon_sym_LBRACE] = ACTIONS(3331), [anon_sym_signed] = ACTIONS(3329), [anon_sym_unsigned] = ACTIONS(3329), [anon_sym_long] = ACTIONS(3329), [anon_sym_short] = ACTIONS(3329), [anon_sym_LBRACK] = ACTIONS(3329), [anon_sym_static] = ACTIONS(3329), [anon_sym_register] = ACTIONS(3329), [anon_sym_inline] = ACTIONS(3329), [anon_sym_thread_local] = ACTIONS(3329), [anon_sym_const] = ACTIONS(3329), [anon_sym_constexpr] = ACTIONS(3329), [anon_sym_volatile] = ACTIONS(3329), [anon_sym_restrict] = ACTIONS(3329), [anon_sym___restrict__] = ACTIONS(3329), [anon_sym__Atomic] = ACTIONS(3329), [anon_sym__Noreturn] = ACTIONS(3329), [anon_sym_noreturn] = ACTIONS(3329), [anon_sym_mutable] = ACTIONS(3329), [anon_sym_constinit] = ACTIONS(3329), [anon_sym_consteval] = ACTIONS(3329), [sym_primitive_type] = ACTIONS(3329), [anon_sym_enum] = ACTIONS(3329), [anon_sym_class] = ACTIONS(3329), [anon_sym_struct] = ACTIONS(3329), [anon_sym_union] = ACTIONS(3329), [anon_sym_if] = ACTIONS(3329), [anon_sym_switch] = ACTIONS(3329), [anon_sym_case] = ACTIONS(3329), [anon_sym_default] = ACTIONS(3329), [anon_sym_while] = ACTIONS(3329), [anon_sym_do] = ACTIONS(3329), [anon_sym_for] = ACTIONS(3329), [anon_sym_return] = ACTIONS(3329), [anon_sym_break] = ACTIONS(3329), [anon_sym_continue] = ACTIONS(3329), [anon_sym_goto] = ACTIONS(3329), [anon_sym_not] = ACTIONS(3329), [anon_sym_compl] = ACTIONS(3329), [anon_sym_DASH_DASH] = ACTIONS(3331), [anon_sym_PLUS_PLUS] = ACTIONS(3331), [anon_sym_sizeof] = ACTIONS(3329), [anon_sym_offsetof] = ACTIONS(3329), [anon_sym__Generic] = ACTIONS(3329), [anon_sym_asm] = ACTIONS(3329), [anon_sym___asm__] = ACTIONS(3329), [sym_number_literal] = ACTIONS(3331), [anon_sym_L_SQUOTE] = ACTIONS(3331), [anon_sym_u_SQUOTE] = ACTIONS(3331), [anon_sym_U_SQUOTE] = ACTIONS(3331), [anon_sym_u8_SQUOTE] = ACTIONS(3331), [anon_sym_SQUOTE] = ACTIONS(3331), [anon_sym_L_DQUOTE] = ACTIONS(3331), [anon_sym_u_DQUOTE] = ACTIONS(3331), [anon_sym_U_DQUOTE] = ACTIONS(3331), [anon_sym_u8_DQUOTE] = ACTIONS(3331), [anon_sym_DQUOTE] = ACTIONS(3331), [sym_true] = ACTIONS(3329), [sym_false] = ACTIONS(3329), [anon_sym_NULL] = ACTIONS(3329), [anon_sym_nullptr] = ACTIONS(3329), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3329), [anon_sym_decltype] = ACTIONS(3329), [anon_sym_virtual] = ACTIONS(3329), [anon_sym_explicit] = ACTIONS(3329), [anon_sym_typename] = ACTIONS(3329), [anon_sym_template] = ACTIONS(3329), [anon_sym_operator] = ACTIONS(3329), [anon_sym_try] = ACTIONS(3329), [anon_sym_delete] = ACTIONS(3329), [anon_sym_throw] = ACTIONS(3329), [anon_sym_namespace] = ACTIONS(3329), [anon_sym_using] = ACTIONS(3329), [anon_sym_static_assert] = ACTIONS(3329), [anon_sym_concept] = ACTIONS(3329), [anon_sym_co_return] = ACTIONS(3329), [anon_sym_co_yield] = ACTIONS(3329), [anon_sym_R_DQUOTE] = ACTIONS(3331), [anon_sym_LR_DQUOTE] = ACTIONS(3331), [anon_sym_uR_DQUOTE] = ACTIONS(3331), [anon_sym_UR_DQUOTE] = ACTIONS(3331), [anon_sym_u8R_DQUOTE] = ACTIONS(3331), [anon_sym_co_await] = ACTIONS(3329), [anon_sym_new] = ACTIONS(3329), [anon_sym_requires] = ACTIONS(3329), [sym_this] = ACTIONS(3329), }, [1201] = { [sym_identifier] = ACTIONS(3402), [aux_sym_preproc_include_token1] = ACTIONS(3402), [aux_sym_preproc_def_token1] = ACTIONS(3402), [aux_sym_preproc_if_token1] = ACTIONS(3402), [aux_sym_preproc_if_token2] = ACTIONS(3402), [aux_sym_preproc_ifdef_token1] = ACTIONS(3402), [aux_sym_preproc_ifdef_token2] = ACTIONS(3402), [sym_preproc_directive] = ACTIONS(3402), [anon_sym_LPAREN2] = ACTIONS(3404), [anon_sym_BANG] = ACTIONS(3404), [anon_sym_TILDE] = ACTIONS(3404), [anon_sym_DASH] = ACTIONS(3402), [anon_sym_PLUS] = ACTIONS(3402), [anon_sym_STAR] = ACTIONS(3404), [anon_sym_AMP_AMP] = ACTIONS(3404), [anon_sym_AMP] = ACTIONS(3402), [anon_sym_SEMI] = ACTIONS(3404), [anon_sym_typedef] = ACTIONS(3402), [anon_sym_extern] = ACTIONS(3402), [anon_sym___attribute__] = ACTIONS(3402), [anon_sym_COLON_COLON] = ACTIONS(3404), [anon_sym_LBRACK_LBRACK] = ACTIONS(3404), [anon_sym___declspec] = ACTIONS(3402), [anon_sym___based] = ACTIONS(3402), [anon_sym___cdecl] = ACTIONS(3402), [anon_sym___clrcall] = ACTIONS(3402), [anon_sym___stdcall] = ACTIONS(3402), [anon_sym___fastcall] = ACTIONS(3402), [anon_sym___thiscall] = ACTIONS(3402), [anon_sym___vectorcall] = ACTIONS(3402), [anon_sym_LBRACE] = ACTIONS(3404), [anon_sym_signed] = ACTIONS(3402), [anon_sym_unsigned] = ACTIONS(3402), [anon_sym_long] = ACTIONS(3402), [anon_sym_short] = ACTIONS(3402), [anon_sym_LBRACK] = ACTIONS(3402), [anon_sym_static] = ACTIONS(3402), [anon_sym_register] = ACTIONS(3402), [anon_sym_inline] = ACTIONS(3402), [anon_sym_thread_local] = ACTIONS(3402), [anon_sym_const] = ACTIONS(3402), [anon_sym_constexpr] = ACTIONS(3402), [anon_sym_volatile] = ACTIONS(3402), [anon_sym_restrict] = ACTIONS(3402), [anon_sym___restrict__] = ACTIONS(3402), [anon_sym__Atomic] = ACTIONS(3402), [anon_sym__Noreturn] = ACTIONS(3402), [anon_sym_noreturn] = ACTIONS(3402), [anon_sym_mutable] = ACTIONS(3402), [anon_sym_constinit] = ACTIONS(3402), [anon_sym_consteval] = ACTIONS(3402), [sym_primitive_type] = ACTIONS(3402), [anon_sym_enum] = ACTIONS(3402), [anon_sym_class] = ACTIONS(3402), [anon_sym_struct] = ACTIONS(3402), [anon_sym_union] = ACTIONS(3402), [anon_sym_if] = ACTIONS(3402), [anon_sym_switch] = ACTIONS(3402), [anon_sym_case] = ACTIONS(3402), [anon_sym_default] = ACTIONS(3402), [anon_sym_while] = ACTIONS(3402), [anon_sym_do] = ACTIONS(3402), [anon_sym_for] = ACTIONS(3402), [anon_sym_return] = ACTIONS(3402), [anon_sym_break] = ACTIONS(3402), [anon_sym_continue] = ACTIONS(3402), [anon_sym_goto] = ACTIONS(3402), [anon_sym_not] = ACTIONS(3402), [anon_sym_compl] = ACTIONS(3402), [anon_sym_DASH_DASH] = ACTIONS(3404), [anon_sym_PLUS_PLUS] = ACTIONS(3404), [anon_sym_sizeof] = ACTIONS(3402), [anon_sym_offsetof] = ACTIONS(3402), [anon_sym__Generic] = ACTIONS(3402), [anon_sym_asm] = ACTIONS(3402), [anon_sym___asm__] = ACTIONS(3402), [sym_number_literal] = ACTIONS(3404), [anon_sym_L_SQUOTE] = ACTIONS(3404), [anon_sym_u_SQUOTE] = ACTIONS(3404), [anon_sym_U_SQUOTE] = ACTIONS(3404), [anon_sym_u8_SQUOTE] = ACTIONS(3404), [anon_sym_SQUOTE] = ACTIONS(3404), [anon_sym_L_DQUOTE] = ACTIONS(3404), [anon_sym_u_DQUOTE] = ACTIONS(3404), [anon_sym_U_DQUOTE] = ACTIONS(3404), [anon_sym_u8_DQUOTE] = ACTIONS(3404), [anon_sym_DQUOTE] = ACTIONS(3404), [sym_true] = ACTIONS(3402), [sym_false] = ACTIONS(3402), [anon_sym_NULL] = ACTIONS(3402), [anon_sym_nullptr] = ACTIONS(3402), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3402), [anon_sym_decltype] = ACTIONS(3402), [anon_sym_virtual] = ACTIONS(3402), [anon_sym_explicit] = ACTIONS(3402), [anon_sym_typename] = ACTIONS(3402), [anon_sym_template] = ACTIONS(3402), [anon_sym_operator] = ACTIONS(3402), [anon_sym_try] = ACTIONS(3402), [anon_sym_delete] = ACTIONS(3402), [anon_sym_throw] = ACTIONS(3402), [anon_sym_namespace] = ACTIONS(3402), [anon_sym_using] = ACTIONS(3402), [anon_sym_static_assert] = ACTIONS(3402), [anon_sym_concept] = ACTIONS(3402), [anon_sym_co_return] = ACTIONS(3402), [anon_sym_co_yield] = ACTIONS(3402), [anon_sym_R_DQUOTE] = ACTIONS(3404), [anon_sym_LR_DQUOTE] = ACTIONS(3404), [anon_sym_uR_DQUOTE] = ACTIONS(3404), [anon_sym_UR_DQUOTE] = ACTIONS(3404), [anon_sym_u8R_DQUOTE] = ACTIONS(3404), [anon_sym_co_await] = ACTIONS(3402), [anon_sym_new] = ACTIONS(3402), [anon_sym_requires] = ACTIONS(3402), [sym_this] = ACTIONS(3402), }, [1202] = { [sym_identifier] = ACTIONS(3383), [aux_sym_preproc_include_token1] = ACTIONS(3383), [aux_sym_preproc_def_token1] = ACTIONS(3383), [aux_sym_preproc_if_token1] = ACTIONS(3383), [aux_sym_preproc_if_token2] = ACTIONS(3383), [aux_sym_preproc_ifdef_token1] = ACTIONS(3383), [aux_sym_preproc_ifdef_token2] = ACTIONS(3383), [sym_preproc_directive] = ACTIONS(3383), [anon_sym_LPAREN2] = ACTIONS(3385), [anon_sym_BANG] = ACTIONS(3385), [anon_sym_TILDE] = ACTIONS(3385), [anon_sym_DASH] = ACTIONS(3383), [anon_sym_PLUS] = ACTIONS(3383), [anon_sym_STAR] = ACTIONS(3385), [anon_sym_AMP_AMP] = ACTIONS(3385), [anon_sym_AMP] = ACTIONS(3383), [anon_sym_SEMI] = ACTIONS(3385), [anon_sym_typedef] = ACTIONS(3383), [anon_sym_extern] = ACTIONS(3383), [anon_sym___attribute__] = ACTIONS(3383), [anon_sym_COLON_COLON] = ACTIONS(3385), [anon_sym_LBRACK_LBRACK] = ACTIONS(3385), [anon_sym___declspec] = ACTIONS(3383), [anon_sym___based] = ACTIONS(3383), [anon_sym___cdecl] = ACTIONS(3383), [anon_sym___clrcall] = ACTIONS(3383), [anon_sym___stdcall] = ACTIONS(3383), [anon_sym___fastcall] = ACTIONS(3383), [anon_sym___thiscall] = ACTIONS(3383), [anon_sym___vectorcall] = ACTIONS(3383), [anon_sym_LBRACE] = ACTIONS(3385), [anon_sym_signed] = ACTIONS(3383), [anon_sym_unsigned] = ACTIONS(3383), [anon_sym_long] = ACTIONS(3383), [anon_sym_short] = ACTIONS(3383), [anon_sym_LBRACK] = ACTIONS(3383), [anon_sym_static] = ACTIONS(3383), [anon_sym_register] = ACTIONS(3383), [anon_sym_inline] = ACTIONS(3383), [anon_sym_thread_local] = ACTIONS(3383), [anon_sym_const] = ACTIONS(3383), [anon_sym_constexpr] = ACTIONS(3383), [anon_sym_volatile] = ACTIONS(3383), [anon_sym_restrict] = ACTIONS(3383), [anon_sym___restrict__] = ACTIONS(3383), [anon_sym__Atomic] = ACTIONS(3383), [anon_sym__Noreturn] = ACTIONS(3383), [anon_sym_noreturn] = ACTIONS(3383), [anon_sym_mutable] = ACTIONS(3383), [anon_sym_constinit] = ACTIONS(3383), [anon_sym_consteval] = ACTIONS(3383), [sym_primitive_type] = ACTIONS(3383), [anon_sym_enum] = ACTIONS(3383), [anon_sym_class] = ACTIONS(3383), [anon_sym_struct] = ACTIONS(3383), [anon_sym_union] = ACTIONS(3383), [anon_sym_if] = ACTIONS(3383), [anon_sym_switch] = ACTIONS(3383), [anon_sym_case] = ACTIONS(3383), [anon_sym_default] = ACTIONS(3383), [anon_sym_while] = ACTIONS(3383), [anon_sym_do] = ACTIONS(3383), [anon_sym_for] = ACTIONS(3383), [anon_sym_return] = ACTIONS(3383), [anon_sym_break] = ACTIONS(3383), [anon_sym_continue] = ACTIONS(3383), [anon_sym_goto] = ACTIONS(3383), [anon_sym_not] = ACTIONS(3383), [anon_sym_compl] = ACTIONS(3383), [anon_sym_DASH_DASH] = ACTIONS(3385), [anon_sym_PLUS_PLUS] = ACTIONS(3385), [anon_sym_sizeof] = ACTIONS(3383), [anon_sym_offsetof] = ACTIONS(3383), [anon_sym__Generic] = ACTIONS(3383), [anon_sym_asm] = ACTIONS(3383), [anon_sym___asm__] = ACTIONS(3383), [sym_number_literal] = ACTIONS(3385), [anon_sym_L_SQUOTE] = ACTIONS(3385), [anon_sym_u_SQUOTE] = ACTIONS(3385), [anon_sym_U_SQUOTE] = ACTIONS(3385), [anon_sym_u8_SQUOTE] = ACTIONS(3385), [anon_sym_SQUOTE] = ACTIONS(3385), [anon_sym_L_DQUOTE] = ACTIONS(3385), [anon_sym_u_DQUOTE] = ACTIONS(3385), [anon_sym_U_DQUOTE] = ACTIONS(3385), [anon_sym_u8_DQUOTE] = ACTIONS(3385), [anon_sym_DQUOTE] = ACTIONS(3385), [sym_true] = ACTIONS(3383), [sym_false] = ACTIONS(3383), [anon_sym_NULL] = ACTIONS(3383), [anon_sym_nullptr] = ACTIONS(3383), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3383), [anon_sym_decltype] = ACTIONS(3383), [anon_sym_virtual] = ACTIONS(3383), [anon_sym_explicit] = ACTIONS(3383), [anon_sym_typename] = ACTIONS(3383), [anon_sym_template] = ACTIONS(3383), [anon_sym_operator] = ACTIONS(3383), [anon_sym_try] = ACTIONS(3383), [anon_sym_delete] = ACTIONS(3383), [anon_sym_throw] = ACTIONS(3383), [anon_sym_namespace] = ACTIONS(3383), [anon_sym_using] = ACTIONS(3383), [anon_sym_static_assert] = ACTIONS(3383), [anon_sym_concept] = ACTIONS(3383), [anon_sym_co_return] = ACTIONS(3383), [anon_sym_co_yield] = ACTIONS(3383), [anon_sym_R_DQUOTE] = ACTIONS(3385), [anon_sym_LR_DQUOTE] = ACTIONS(3385), [anon_sym_uR_DQUOTE] = ACTIONS(3385), [anon_sym_UR_DQUOTE] = ACTIONS(3385), [anon_sym_u8R_DQUOTE] = ACTIONS(3385), [anon_sym_co_await] = ACTIONS(3383), [anon_sym_new] = ACTIONS(3383), [anon_sym_requires] = ACTIONS(3383), [sym_this] = ACTIONS(3383), }, [1203] = { [sym_identifier] = ACTIONS(3429), [aux_sym_preproc_include_token1] = ACTIONS(3429), [aux_sym_preproc_def_token1] = ACTIONS(3429), [aux_sym_preproc_if_token1] = ACTIONS(3429), [aux_sym_preproc_ifdef_token1] = ACTIONS(3429), [aux_sym_preproc_ifdef_token2] = ACTIONS(3429), [sym_preproc_directive] = ACTIONS(3429), [anon_sym_LPAREN2] = ACTIONS(3431), [anon_sym_BANG] = ACTIONS(3431), [anon_sym_TILDE] = ACTIONS(3431), [anon_sym_DASH] = ACTIONS(3429), [anon_sym_PLUS] = ACTIONS(3429), [anon_sym_STAR] = ACTIONS(3431), [anon_sym_AMP_AMP] = ACTIONS(3431), [anon_sym_AMP] = ACTIONS(3429), [anon_sym_SEMI] = ACTIONS(3431), [anon_sym_typedef] = ACTIONS(3429), [anon_sym_extern] = ACTIONS(3429), [anon_sym___attribute__] = ACTIONS(3429), [anon_sym_COLON_COLON] = ACTIONS(3431), [anon_sym_LBRACK_LBRACK] = ACTIONS(3431), [anon_sym___declspec] = ACTIONS(3429), [anon_sym___based] = ACTIONS(3429), [anon_sym___cdecl] = ACTIONS(3429), [anon_sym___clrcall] = ACTIONS(3429), [anon_sym___stdcall] = ACTIONS(3429), [anon_sym___fastcall] = ACTIONS(3429), [anon_sym___thiscall] = ACTIONS(3429), [anon_sym___vectorcall] = ACTIONS(3429), [anon_sym_LBRACE] = ACTIONS(3431), [anon_sym_RBRACE] = ACTIONS(3431), [anon_sym_signed] = ACTIONS(3429), [anon_sym_unsigned] = ACTIONS(3429), [anon_sym_long] = ACTIONS(3429), [anon_sym_short] = ACTIONS(3429), [anon_sym_LBRACK] = ACTIONS(3429), [anon_sym_static] = ACTIONS(3429), [anon_sym_register] = ACTIONS(3429), [anon_sym_inline] = ACTIONS(3429), [anon_sym_thread_local] = ACTIONS(3429), [anon_sym_const] = ACTIONS(3429), [anon_sym_constexpr] = ACTIONS(3429), [anon_sym_volatile] = ACTIONS(3429), [anon_sym_restrict] = ACTIONS(3429), [anon_sym___restrict__] = ACTIONS(3429), [anon_sym__Atomic] = ACTIONS(3429), [anon_sym__Noreturn] = ACTIONS(3429), [anon_sym_noreturn] = ACTIONS(3429), [anon_sym_mutable] = ACTIONS(3429), [anon_sym_constinit] = ACTIONS(3429), [anon_sym_consteval] = ACTIONS(3429), [sym_primitive_type] = ACTIONS(3429), [anon_sym_enum] = ACTIONS(3429), [anon_sym_class] = ACTIONS(3429), [anon_sym_struct] = ACTIONS(3429), [anon_sym_union] = ACTIONS(3429), [anon_sym_if] = ACTIONS(3429), [anon_sym_switch] = ACTIONS(3429), [anon_sym_case] = ACTIONS(3429), [anon_sym_default] = ACTIONS(3429), [anon_sym_while] = ACTIONS(3429), [anon_sym_do] = ACTIONS(3429), [anon_sym_for] = ACTIONS(3429), [anon_sym_return] = ACTIONS(3429), [anon_sym_break] = ACTIONS(3429), [anon_sym_continue] = ACTIONS(3429), [anon_sym_goto] = ACTIONS(3429), [anon_sym_not] = ACTIONS(3429), [anon_sym_compl] = ACTIONS(3429), [anon_sym_DASH_DASH] = ACTIONS(3431), [anon_sym_PLUS_PLUS] = ACTIONS(3431), [anon_sym_sizeof] = ACTIONS(3429), [anon_sym_offsetof] = ACTIONS(3429), [anon_sym__Generic] = ACTIONS(3429), [anon_sym_asm] = ACTIONS(3429), [anon_sym___asm__] = ACTIONS(3429), [sym_number_literal] = ACTIONS(3431), [anon_sym_L_SQUOTE] = ACTIONS(3431), [anon_sym_u_SQUOTE] = ACTIONS(3431), [anon_sym_U_SQUOTE] = ACTIONS(3431), [anon_sym_u8_SQUOTE] = ACTIONS(3431), [anon_sym_SQUOTE] = ACTIONS(3431), [anon_sym_L_DQUOTE] = ACTIONS(3431), [anon_sym_u_DQUOTE] = ACTIONS(3431), [anon_sym_U_DQUOTE] = ACTIONS(3431), [anon_sym_u8_DQUOTE] = ACTIONS(3431), [anon_sym_DQUOTE] = ACTIONS(3431), [sym_true] = ACTIONS(3429), [sym_false] = ACTIONS(3429), [anon_sym_NULL] = ACTIONS(3429), [anon_sym_nullptr] = ACTIONS(3429), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3429), [anon_sym_decltype] = ACTIONS(3429), [anon_sym_virtual] = ACTIONS(3429), [anon_sym_explicit] = ACTIONS(3429), [anon_sym_typename] = ACTIONS(3429), [anon_sym_template] = ACTIONS(3429), [anon_sym_operator] = ACTIONS(3429), [anon_sym_try] = ACTIONS(3429), [anon_sym_delete] = ACTIONS(3429), [anon_sym_throw] = ACTIONS(3429), [anon_sym_namespace] = ACTIONS(3429), [anon_sym_using] = ACTIONS(3429), [anon_sym_static_assert] = ACTIONS(3429), [anon_sym_concept] = ACTIONS(3429), [anon_sym_co_return] = ACTIONS(3429), [anon_sym_co_yield] = ACTIONS(3429), [anon_sym_R_DQUOTE] = ACTIONS(3431), [anon_sym_LR_DQUOTE] = ACTIONS(3431), [anon_sym_uR_DQUOTE] = ACTIONS(3431), [anon_sym_UR_DQUOTE] = ACTIONS(3431), [anon_sym_u8R_DQUOTE] = ACTIONS(3431), [anon_sym_co_await] = ACTIONS(3429), [anon_sym_new] = ACTIONS(3429), [anon_sym_requires] = ACTIONS(3429), [sym_this] = ACTIONS(3429), }, [1204] = { [sym_identifier] = ACTIONS(3433), [aux_sym_preproc_include_token1] = ACTIONS(3433), [aux_sym_preproc_def_token1] = ACTIONS(3433), [aux_sym_preproc_if_token1] = ACTIONS(3433), [aux_sym_preproc_ifdef_token1] = ACTIONS(3433), [aux_sym_preproc_ifdef_token2] = ACTIONS(3433), [sym_preproc_directive] = ACTIONS(3433), [anon_sym_LPAREN2] = ACTIONS(3435), [anon_sym_BANG] = ACTIONS(3435), [anon_sym_TILDE] = ACTIONS(3435), [anon_sym_DASH] = ACTIONS(3433), [anon_sym_PLUS] = ACTIONS(3433), [anon_sym_STAR] = ACTIONS(3435), [anon_sym_AMP_AMP] = ACTIONS(3435), [anon_sym_AMP] = ACTIONS(3433), [anon_sym_SEMI] = ACTIONS(3435), [anon_sym_typedef] = ACTIONS(3433), [anon_sym_extern] = ACTIONS(3433), [anon_sym___attribute__] = ACTIONS(3433), [anon_sym_COLON_COLON] = ACTIONS(3435), [anon_sym_LBRACK_LBRACK] = ACTIONS(3435), [anon_sym___declspec] = ACTIONS(3433), [anon_sym___based] = ACTIONS(3433), [anon_sym___cdecl] = ACTIONS(3433), [anon_sym___clrcall] = ACTIONS(3433), [anon_sym___stdcall] = ACTIONS(3433), [anon_sym___fastcall] = ACTIONS(3433), [anon_sym___thiscall] = ACTIONS(3433), [anon_sym___vectorcall] = ACTIONS(3433), [anon_sym_LBRACE] = ACTIONS(3435), [anon_sym_RBRACE] = ACTIONS(3435), [anon_sym_signed] = ACTIONS(3433), [anon_sym_unsigned] = ACTIONS(3433), [anon_sym_long] = ACTIONS(3433), [anon_sym_short] = ACTIONS(3433), [anon_sym_LBRACK] = ACTIONS(3433), [anon_sym_static] = ACTIONS(3433), [anon_sym_register] = ACTIONS(3433), [anon_sym_inline] = ACTIONS(3433), [anon_sym_thread_local] = ACTIONS(3433), [anon_sym_const] = ACTIONS(3433), [anon_sym_constexpr] = ACTIONS(3433), [anon_sym_volatile] = ACTIONS(3433), [anon_sym_restrict] = ACTIONS(3433), [anon_sym___restrict__] = ACTIONS(3433), [anon_sym__Atomic] = ACTIONS(3433), [anon_sym__Noreturn] = ACTIONS(3433), [anon_sym_noreturn] = ACTIONS(3433), [anon_sym_mutable] = ACTIONS(3433), [anon_sym_constinit] = ACTIONS(3433), [anon_sym_consteval] = ACTIONS(3433), [sym_primitive_type] = ACTIONS(3433), [anon_sym_enum] = ACTIONS(3433), [anon_sym_class] = ACTIONS(3433), [anon_sym_struct] = ACTIONS(3433), [anon_sym_union] = ACTIONS(3433), [anon_sym_if] = ACTIONS(3433), [anon_sym_switch] = ACTIONS(3433), [anon_sym_case] = ACTIONS(3433), [anon_sym_default] = ACTIONS(3433), [anon_sym_while] = ACTIONS(3433), [anon_sym_do] = ACTIONS(3433), [anon_sym_for] = ACTIONS(3433), [anon_sym_return] = ACTIONS(3433), [anon_sym_break] = ACTIONS(3433), [anon_sym_continue] = ACTIONS(3433), [anon_sym_goto] = ACTIONS(3433), [anon_sym_not] = ACTIONS(3433), [anon_sym_compl] = ACTIONS(3433), [anon_sym_DASH_DASH] = ACTIONS(3435), [anon_sym_PLUS_PLUS] = ACTIONS(3435), [anon_sym_sizeof] = ACTIONS(3433), [anon_sym_offsetof] = ACTIONS(3433), [anon_sym__Generic] = ACTIONS(3433), [anon_sym_asm] = ACTIONS(3433), [anon_sym___asm__] = ACTIONS(3433), [sym_number_literal] = ACTIONS(3435), [anon_sym_L_SQUOTE] = ACTIONS(3435), [anon_sym_u_SQUOTE] = ACTIONS(3435), [anon_sym_U_SQUOTE] = ACTIONS(3435), [anon_sym_u8_SQUOTE] = ACTIONS(3435), [anon_sym_SQUOTE] = ACTIONS(3435), [anon_sym_L_DQUOTE] = ACTIONS(3435), [anon_sym_u_DQUOTE] = ACTIONS(3435), [anon_sym_U_DQUOTE] = ACTIONS(3435), [anon_sym_u8_DQUOTE] = ACTIONS(3435), [anon_sym_DQUOTE] = ACTIONS(3435), [sym_true] = ACTIONS(3433), [sym_false] = ACTIONS(3433), [anon_sym_NULL] = ACTIONS(3433), [anon_sym_nullptr] = ACTIONS(3433), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3433), [anon_sym_decltype] = ACTIONS(3433), [anon_sym_virtual] = ACTIONS(3433), [anon_sym_explicit] = ACTIONS(3433), [anon_sym_typename] = ACTIONS(3433), [anon_sym_template] = ACTIONS(3433), [anon_sym_operator] = ACTIONS(3433), [anon_sym_try] = ACTIONS(3433), [anon_sym_delete] = ACTIONS(3433), [anon_sym_throw] = ACTIONS(3433), [anon_sym_namespace] = ACTIONS(3433), [anon_sym_using] = ACTIONS(3433), [anon_sym_static_assert] = ACTIONS(3433), [anon_sym_concept] = ACTIONS(3433), [anon_sym_co_return] = ACTIONS(3433), [anon_sym_co_yield] = ACTIONS(3433), [anon_sym_R_DQUOTE] = ACTIONS(3435), [anon_sym_LR_DQUOTE] = ACTIONS(3435), [anon_sym_uR_DQUOTE] = ACTIONS(3435), [anon_sym_UR_DQUOTE] = ACTIONS(3435), [anon_sym_u8R_DQUOTE] = ACTIONS(3435), [anon_sym_co_await] = ACTIONS(3433), [anon_sym_new] = ACTIONS(3433), [anon_sym_requires] = ACTIONS(3433), [sym_this] = ACTIONS(3433), }, [1205] = { [sym_identifier] = ACTIONS(3371), [aux_sym_preproc_include_token1] = ACTIONS(3371), [aux_sym_preproc_def_token1] = ACTIONS(3371), [aux_sym_preproc_if_token1] = ACTIONS(3371), [aux_sym_preproc_if_token2] = ACTIONS(3371), [aux_sym_preproc_ifdef_token1] = ACTIONS(3371), [aux_sym_preproc_ifdef_token2] = ACTIONS(3371), [sym_preproc_directive] = ACTIONS(3371), [anon_sym_LPAREN2] = ACTIONS(3373), [anon_sym_BANG] = ACTIONS(3373), [anon_sym_TILDE] = ACTIONS(3373), [anon_sym_DASH] = ACTIONS(3371), [anon_sym_PLUS] = ACTIONS(3371), [anon_sym_STAR] = ACTIONS(3373), [anon_sym_AMP_AMP] = ACTIONS(3373), [anon_sym_AMP] = ACTIONS(3371), [anon_sym_SEMI] = ACTIONS(3373), [anon_sym_typedef] = ACTIONS(3371), [anon_sym_extern] = ACTIONS(3371), [anon_sym___attribute__] = ACTIONS(3371), [anon_sym_COLON_COLON] = ACTIONS(3373), [anon_sym_LBRACK_LBRACK] = ACTIONS(3373), [anon_sym___declspec] = ACTIONS(3371), [anon_sym___based] = ACTIONS(3371), [anon_sym___cdecl] = ACTIONS(3371), [anon_sym___clrcall] = ACTIONS(3371), [anon_sym___stdcall] = ACTIONS(3371), [anon_sym___fastcall] = ACTIONS(3371), [anon_sym___thiscall] = ACTIONS(3371), [anon_sym___vectorcall] = ACTIONS(3371), [anon_sym_LBRACE] = ACTIONS(3373), [anon_sym_signed] = ACTIONS(3371), [anon_sym_unsigned] = ACTIONS(3371), [anon_sym_long] = ACTIONS(3371), [anon_sym_short] = ACTIONS(3371), [anon_sym_LBRACK] = ACTIONS(3371), [anon_sym_static] = ACTIONS(3371), [anon_sym_register] = ACTIONS(3371), [anon_sym_inline] = ACTIONS(3371), [anon_sym_thread_local] = ACTIONS(3371), [anon_sym_const] = ACTIONS(3371), [anon_sym_constexpr] = ACTIONS(3371), [anon_sym_volatile] = ACTIONS(3371), [anon_sym_restrict] = ACTIONS(3371), [anon_sym___restrict__] = ACTIONS(3371), [anon_sym__Atomic] = ACTIONS(3371), [anon_sym__Noreturn] = ACTIONS(3371), [anon_sym_noreturn] = ACTIONS(3371), [anon_sym_mutable] = ACTIONS(3371), [anon_sym_constinit] = ACTIONS(3371), [anon_sym_consteval] = ACTIONS(3371), [sym_primitive_type] = ACTIONS(3371), [anon_sym_enum] = ACTIONS(3371), [anon_sym_class] = ACTIONS(3371), [anon_sym_struct] = ACTIONS(3371), [anon_sym_union] = ACTIONS(3371), [anon_sym_if] = ACTIONS(3371), [anon_sym_switch] = ACTIONS(3371), [anon_sym_case] = ACTIONS(3371), [anon_sym_default] = ACTIONS(3371), [anon_sym_while] = ACTIONS(3371), [anon_sym_do] = ACTIONS(3371), [anon_sym_for] = ACTIONS(3371), [anon_sym_return] = ACTIONS(3371), [anon_sym_break] = ACTIONS(3371), [anon_sym_continue] = ACTIONS(3371), [anon_sym_goto] = ACTIONS(3371), [anon_sym_not] = ACTIONS(3371), [anon_sym_compl] = ACTIONS(3371), [anon_sym_DASH_DASH] = ACTIONS(3373), [anon_sym_PLUS_PLUS] = ACTIONS(3373), [anon_sym_sizeof] = ACTIONS(3371), [anon_sym_offsetof] = ACTIONS(3371), [anon_sym__Generic] = ACTIONS(3371), [anon_sym_asm] = ACTIONS(3371), [anon_sym___asm__] = ACTIONS(3371), [sym_number_literal] = ACTIONS(3373), [anon_sym_L_SQUOTE] = ACTIONS(3373), [anon_sym_u_SQUOTE] = ACTIONS(3373), [anon_sym_U_SQUOTE] = ACTIONS(3373), [anon_sym_u8_SQUOTE] = ACTIONS(3373), [anon_sym_SQUOTE] = ACTIONS(3373), [anon_sym_L_DQUOTE] = ACTIONS(3373), [anon_sym_u_DQUOTE] = ACTIONS(3373), [anon_sym_U_DQUOTE] = ACTIONS(3373), [anon_sym_u8_DQUOTE] = ACTIONS(3373), [anon_sym_DQUOTE] = ACTIONS(3373), [sym_true] = ACTIONS(3371), [sym_false] = ACTIONS(3371), [anon_sym_NULL] = ACTIONS(3371), [anon_sym_nullptr] = ACTIONS(3371), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3371), [anon_sym_decltype] = ACTIONS(3371), [anon_sym_virtual] = ACTIONS(3371), [anon_sym_explicit] = ACTIONS(3371), [anon_sym_typename] = ACTIONS(3371), [anon_sym_template] = ACTIONS(3371), [anon_sym_operator] = ACTIONS(3371), [anon_sym_try] = ACTIONS(3371), [anon_sym_delete] = ACTIONS(3371), [anon_sym_throw] = ACTIONS(3371), [anon_sym_namespace] = ACTIONS(3371), [anon_sym_using] = ACTIONS(3371), [anon_sym_static_assert] = ACTIONS(3371), [anon_sym_concept] = ACTIONS(3371), [anon_sym_co_return] = ACTIONS(3371), [anon_sym_co_yield] = ACTIONS(3371), [anon_sym_R_DQUOTE] = ACTIONS(3373), [anon_sym_LR_DQUOTE] = ACTIONS(3373), [anon_sym_uR_DQUOTE] = ACTIONS(3373), [anon_sym_UR_DQUOTE] = ACTIONS(3373), [anon_sym_u8R_DQUOTE] = ACTIONS(3373), [anon_sym_co_await] = ACTIONS(3371), [anon_sym_new] = ACTIONS(3371), [anon_sym_requires] = ACTIONS(3371), [sym_this] = ACTIONS(3371), }, [1206] = { [sym_identifier] = ACTIONS(3359), [aux_sym_preproc_include_token1] = ACTIONS(3359), [aux_sym_preproc_def_token1] = ACTIONS(3359), [aux_sym_preproc_if_token1] = ACTIONS(3359), [aux_sym_preproc_if_token2] = ACTIONS(3359), [aux_sym_preproc_ifdef_token1] = ACTIONS(3359), [aux_sym_preproc_ifdef_token2] = ACTIONS(3359), [sym_preproc_directive] = ACTIONS(3359), [anon_sym_LPAREN2] = ACTIONS(3361), [anon_sym_BANG] = ACTIONS(3361), [anon_sym_TILDE] = ACTIONS(3361), [anon_sym_DASH] = ACTIONS(3359), [anon_sym_PLUS] = ACTIONS(3359), [anon_sym_STAR] = ACTIONS(3361), [anon_sym_AMP_AMP] = ACTIONS(3361), [anon_sym_AMP] = ACTIONS(3359), [anon_sym_SEMI] = ACTIONS(3361), [anon_sym_typedef] = ACTIONS(3359), [anon_sym_extern] = ACTIONS(3359), [anon_sym___attribute__] = ACTIONS(3359), [anon_sym_COLON_COLON] = ACTIONS(3361), [anon_sym_LBRACK_LBRACK] = ACTIONS(3361), [anon_sym___declspec] = ACTIONS(3359), [anon_sym___based] = ACTIONS(3359), [anon_sym___cdecl] = ACTIONS(3359), [anon_sym___clrcall] = ACTIONS(3359), [anon_sym___stdcall] = ACTIONS(3359), [anon_sym___fastcall] = ACTIONS(3359), [anon_sym___thiscall] = ACTIONS(3359), [anon_sym___vectorcall] = ACTIONS(3359), [anon_sym_LBRACE] = ACTIONS(3361), [anon_sym_signed] = ACTIONS(3359), [anon_sym_unsigned] = ACTIONS(3359), [anon_sym_long] = ACTIONS(3359), [anon_sym_short] = ACTIONS(3359), [anon_sym_LBRACK] = ACTIONS(3359), [anon_sym_static] = ACTIONS(3359), [anon_sym_register] = ACTIONS(3359), [anon_sym_inline] = ACTIONS(3359), [anon_sym_thread_local] = ACTIONS(3359), [anon_sym_const] = ACTIONS(3359), [anon_sym_constexpr] = ACTIONS(3359), [anon_sym_volatile] = ACTIONS(3359), [anon_sym_restrict] = ACTIONS(3359), [anon_sym___restrict__] = ACTIONS(3359), [anon_sym__Atomic] = ACTIONS(3359), [anon_sym__Noreturn] = ACTIONS(3359), [anon_sym_noreturn] = ACTIONS(3359), [anon_sym_mutable] = ACTIONS(3359), [anon_sym_constinit] = ACTIONS(3359), [anon_sym_consteval] = ACTIONS(3359), [sym_primitive_type] = ACTIONS(3359), [anon_sym_enum] = ACTIONS(3359), [anon_sym_class] = ACTIONS(3359), [anon_sym_struct] = ACTIONS(3359), [anon_sym_union] = ACTIONS(3359), [anon_sym_if] = ACTIONS(3359), [anon_sym_switch] = ACTIONS(3359), [anon_sym_case] = ACTIONS(3359), [anon_sym_default] = ACTIONS(3359), [anon_sym_while] = ACTIONS(3359), [anon_sym_do] = ACTIONS(3359), [anon_sym_for] = ACTIONS(3359), [anon_sym_return] = ACTIONS(3359), [anon_sym_break] = ACTIONS(3359), [anon_sym_continue] = ACTIONS(3359), [anon_sym_goto] = ACTIONS(3359), [anon_sym_not] = ACTIONS(3359), [anon_sym_compl] = ACTIONS(3359), [anon_sym_DASH_DASH] = ACTIONS(3361), [anon_sym_PLUS_PLUS] = ACTIONS(3361), [anon_sym_sizeof] = ACTIONS(3359), [anon_sym_offsetof] = ACTIONS(3359), [anon_sym__Generic] = ACTIONS(3359), [anon_sym_asm] = ACTIONS(3359), [anon_sym___asm__] = ACTIONS(3359), [sym_number_literal] = ACTIONS(3361), [anon_sym_L_SQUOTE] = ACTIONS(3361), [anon_sym_u_SQUOTE] = ACTIONS(3361), [anon_sym_U_SQUOTE] = ACTIONS(3361), [anon_sym_u8_SQUOTE] = ACTIONS(3361), [anon_sym_SQUOTE] = ACTIONS(3361), [anon_sym_L_DQUOTE] = ACTIONS(3361), [anon_sym_u_DQUOTE] = ACTIONS(3361), [anon_sym_U_DQUOTE] = ACTIONS(3361), [anon_sym_u8_DQUOTE] = ACTIONS(3361), [anon_sym_DQUOTE] = ACTIONS(3361), [sym_true] = ACTIONS(3359), [sym_false] = ACTIONS(3359), [anon_sym_NULL] = ACTIONS(3359), [anon_sym_nullptr] = ACTIONS(3359), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3359), [anon_sym_decltype] = ACTIONS(3359), [anon_sym_virtual] = ACTIONS(3359), [anon_sym_explicit] = ACTIONS(3359), [anon_sym_typename] = ACTIONS(3359), [anon_sym_template] = ACTIONS(3359), [anon_sym_operator] = ACTIONS(3359), [anon_sym_try] = ACTIONS(3359), [anon_sym_delete] = ACTIONS(3359), [anon_sym_throw] = ACTIONS(3359), [anon_sym_namespace] = ACTIONS(3359), [anon_sym_using] = ACTIONS(3359), [anon_sym_static_assert] = ACTIONS(3359), [anon_sym_concept] = ACTIONS(3359), [anon_sym_co_return] = ACTIONS(3359), [anon_sym_co_yield] = ACTIONS(3359), [anon_sym_R_DQUOTE] = ACTIONS(3361), [anon_sym_LR_DQUOTE] = ACTIONS(3361), [anon_sym_uR_DQUOTE] = ACTIONS(3361), [anon_sym_UR_DQUOTE] = ACTIONS(3361), [anon_sym_u8R_DQUOTE] = ACTIONS(3361), [anon_sym_co_await] = ACTIONS(3359), [anon_sym_new] = ACTIONS(3359), [anon_sym_requires] = ACTIONS(3359), [sym_this] = ACTIONS(3359), }, [1207] = { [sym_identifier] = ACTIONS(3387), [aux_sym_preproc_include_token1] = ACTIONS(3387), [aux_sym_preproc_def_token1] = ACTIONS(3387), [aux_sym_preproc_if_token1] = ACTIONS(3387), [aux_sym_preproc_if_token2] = ACTIONS(3387), [aux_sym_preproc_ifdef_token1] = ACTIONS(3387), [aux_sym_preproc_ifdef_token2] = ACTIONS(3387), [sym_preproc_directive] = ACTIONS(3387), [anon_sym_LPAREN2] = ACTIONS(3389), [anon_sym_BANG] = ACTIONS(3389), [anon_sym_TILDE] = ACTIONS(3389), [anon_sym_DASH] = ACTIONS(3387), [anon_sym_PLUS] = ACTIONS(3387), [anon_sym_STAR] = ACTIONS(3389), [anon_sym_AMP_AMP] = ACTIONS(3389), [anon_sym_AMP] = ACTIONS(3387), [anon_sym_SEMI] = ACTIONS(3389), [anon_sym_typedef] = ACTIONS(3387), [anon_sym_extern] = ACTIONS(3387), [anon_sym___attribute__] = ACTIONS(3387), [anon_sym_COLON_COLON] = ACTIONS(3389), [anon_sym_LBRACK_LBRACK] = ACTIONS(3389), [anon_sym___declspec] = ACTIONS(3387), [anon_sym___based] = ACTIONS(3387), [anon_sym___cdecl] = ACTIONS(3387), [anon_sym___clrcall] = ACTIONS(3387), [anon_sym___stdcall] = ACTIONS(3387), [anon_sym___fastcall] = ACTIONS(3387), [anon_sym___thiscall] = ACTIONS(3387), [anon_sym___vectorcall] = ACTIONS(3387), [anon_sym_LBRACE] = ACTIONS(3389), [anon_sym_signed] = ACTIONS(3387), [anon_sym_unsigned] = ACTIONS(3387), [anon_sym_long] = ACTIONS(3387), [anon_sym_short] = ACTIONS(3387), [anon_sym_LBRACK] = ACTIONS(3387), [anon_sym_static] = ACTIONS(3387), [anon_sym_register] = ACTIONS(3387), [anon_sym_inline] = ACTIONS(3387), [anon_sym_thread_local] = ACTIONS(3387), [anon_sym_const] = ACTIONS(3387), [anon_sym_constexpr] = ACTIONS(3387), [anon_sym_volatile] = ACTIONS(3387), [anon_sym_restrict] = ACTIONS(3387), [anon_sym___restrict__] = ACTIONS(3387), [anon_sym__Atomic] = ACTIONS(3387), [anon_sym__Noreturn] = ACTIONS(3387), [anon_sym_noreturn] = ACTIONS(3387), [anon_sym_mutable] = ACTIONS(3387), [anon_sym_constinit] = ACTIONS(3387), [anon_sym_consteval] = ACTIONS(3387), [sym_primitive_type] = ACTIONS(3387), [anon_sym_enum] = ACTIONS(3387), [anon_sym_class] = ACTIONS(3387), [anon_sym_struct] = ACTIONS(3387), [anon_sym_union] = ACTIONS(3387), [anon_sym_if] = ACTIONS(3387), [anon_sym_switch] = ACTIONS(3387), [anon_sym_case] = ACTIONS(3387), [anon_sym_default] = ACTIONS(3387), [anon_sym_while] = ACTIONS(3387), [anon_sym_do] = ACTIONS(3387), [anon_sym_for] = ACTIONS(3387), [anon_sym_return] = ACTIONS(3387), [anon_sym_break] = ACTIONS(3387), [anon_sym_continue] = ACTIONS(3387), [anon_sym_goto] = ACTIONS(3387), [anon_sym_not] = ACTIONS(3387), [anon_sym_compl] = ACTIONS(3387), [anon_sym_DASH_DASH] = ACTIONS(3389), [anon_sym_PLUS_PLUS] = ACTIONS(3389), [anon_sym_sizeof] = ACTIONS(3387), [anon_sym_offsetof] = ACTIONS(3387), [anon_sym__Generic] = ACTIONS(3387), [anon_sym_asm] = ACTIONS(3387), [anon_sym___asm__] = ACTIONS(3387), [sym_number_literal] = ACTIONS(3389), [anon_sym_L_SQUOTE] = ACTIONS(3389), [anon_sym_u_SQUOTE] = ACTIONS(3389), [anon_sym_U_SQUOTE] = ACTIONS(3389), [anon_sym_u8_SQUOTE] = ACTIONS(3389), [anon_sym_SQUOTE] = ACTIONS(3389), [anon_sym_L_DQUOTE] = ACTIONS(3389), [anon_sym_u_DQUOTE] = ACTIONS(3389), [anon_sym_U_DQUOTE] = ACTIONS(3389), [anon_sym_u8_DQUOTE] = ACTIONS(3389), [anon_sym_DQUOTE] = ACTIONS(3389), [sym_true] = ACTIONS(3387), [sym_false] = ACTIONS(3387), [anon_sym_NULL] = ACTIONS(3387), [anon_sym_nullptr] = ACTIONS(3387), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3387), [anon_sym_decltype] = ACTIONS(3387), [anon_sym_virtual] = ACTIONS(3387), [anon_sym_explicit] = ACTIONS(3387), [anon_sym_typename] = ACTIONS(3387), [anon_sym_template] = ACTIONS(3387), [anon_sym_operator] = ACTIONS(3387), [anon_sym_try] = ACTIONS(3387), [anon_sym_delete] = ACTIONS(3387), [anon_sym_throw] = ACTIONS(3387), [anon_sym_namespace] = ACTIONS(3387), [anon_sym_using] = ACTIONS(3387), [anon_sym_static_assert] = ACTIONS(3387), [anon_sym_concept] = ACTIONS(3387), [anon_sym_co_return] = ACTIONS(3387), [anon_sym_co_yield] = ACTIONS(3387), [anon_sym_R_DQUOTE] = ACTIONS(3389), [anon_sym_LR_DQUOTE] = ACTIONS(3389), [anon_sym_uR_DQUOTE] = ACTIONS(3389), [anon_sym_UR_DQUOTE] = ACTIONS(3389), [anon_sym_u8R_DQUOTE] = ACTIONS(3389), [anon_sym_co_await] = ACTIONS(3387), [anon_sym_new] = ACTIONS(3387), [anon_sym_requires] = ACTIONS(3387), [sym_this] = ACTIONS(3387), }, [1208] = { [sym_identifier] = ACTIONS(3425), [aux_sym_preproc_include_token1] = ACTIONS(3425), [aux_sym_preproc_def_token1] = ACTIONS(3425), [aux_sym_preproc_if_token1] = ACTIONS(3425), [aux_sym_preproc_ifdef_token1] = ACTIONS(3425), [aux_sym_preproc_ifdef_token2] = ACTIONS(3425), [sym_preproc_directive] = ACTIONS(3425), [anon_sym_LPAREN2] = ACTIONS(3427), [anon_sym_BANG] = ACTIONS(3427), [anon_sym_TILDE] = ACTIONS(3427), [anon_sym_DASH] = ACTIONS(3425), [anon_sym_PLUS] = ACTIONS(3425), [anon_sym_STAR] = ACTIONS(3427), [anon_sym_AMP_AMP] = ACTIONS(3427), [anon_sym_AMP] = ACTIONS(3425), [anon_sym_SEMI] = ACTIONS(3427), [anon_sym_typedef] = ACTIONS(3425), [anon_sym_extern] = ACTIONS(3425), [anon_sym___attribute__] = ACTIONS(3425), [anon_sym_COLON_COLON] = ACTIONS(3427), [anon_sym_LBRACK_LBRACK] = ACTIONS(3427), [anon_sym___declspec] = ACTIONS(3425), [anon_sym___based] = ACTIONS(3425), [anon_sym___cdecl] = ACTIONS(3425), [anon_sym___clrcall] = ACTIONS(3425), [anon_sym___stdcall] = ACTIONS(3425), [anon_sym___fastcall] = ACTIONS(3425), [anon_sym___thiscall] = ACTIONS(3425), [anon_sym___vectorcall] = ACTIONS(3425), [anon_sym_LBRACE] = ACTIONS(3427), [anon_sym_RBRACE] = ACTIONS(3427), [anon_sym_signed] = ACTIONS(3425), [anon_sym_unsigned] = ACTIONS(3425), [anon_sym_long] = ACTIONS(3425), [anon_sym_short] = ACTIONS(3425), [anon_sym_LBRACK] = ACTIONS(3425), [anon_sym_static] = ACTIONS(3425), [anon_sym_register] = ACTIONS(3425), [anon_sym_inline] = ACTIONS(3425), [anon_sym_thread_local] = ACTIONS(3425), [anon_sym_const] = ACTIONS(3425), [anon_sym_constexpr] = ACTIONS(3425), [anon_sym_volatile] = ACTIONS(3425), [anon_sym_restrict] = ACTIONS(3425), [anon_sym___restrict__] = ACTIONS(3425), [anon_sym__Atomic] = ACTIONS(3425), [anon_sym__Noreturn] = ACTIONS(3425), [anon_sym_noreturn] = ACTIONS(3425), [anon_sym_mutable] = ACTIONS(3425), [anon_sym_constinit] = ACTIONS(3425), [anon_sym_consteval] = ACTIONS(3425), [sym_primitive_type] = ACTIONS(3425), [anon_sym_enum] = ACTIONS(3425), [anon_sym_class] = ACTIONS(3425), [anon_sym_struct] = ACTIONS(3425), [anon_sym_union] = ACTIONS(3425), [anon_sym_if] = ACTIONS(3425), [anon_sym_switch] = ACTIONS(3425), [anon_sym_case] = ACTIONS(3425), [anon_sym_default] = ACTIONS(3425), [anon_sym_while] = ACTIONS(3425), [anon_sym_do] = ACTIONS(3425), [anon_sym_for] = ACTIONS(3425), [anon_sym_return] = ACTIONS(3425), [anon_sym_break] = ACTIONS(3425), [anon_sym_continue] = ACTIONS(3425), [anon_sym_goto] = ACTIONS(3425), [anon_sym_not] = ACTIONS(3425), [anon_sym_compl] = ACTIONS(3425), [anon_sym_DASH_DASH] = ACTIONS(3427), [anon_sym_PLUS_PLUS] = ACTIONS(3427), [anon_sym_sizeof] = ACTIONS(3425), [anon_sym_offsetof] = ACTIONS(3425), [anon_sym__Generic] = ACTIONS(3425), [anon_sym_asm] = ACTIONS(3425), [anon_sym___asm__] = ACTIONS(3425), [sym_number_literal] = ACTIONS(3427), [anon_sym_L_SQUOTE] = ACTIONS(3427), [anon_sym_u_SQUOTE] = ACTIONS(3427), [anon_sym_U_SQUOTE] = ACTIONS(3427), [anon_sym_u8_SQUOTE] = ACTIONS(3427), [anon_sym_SQUOTE] = ACTIONS(3427), [anon_sym_L_DQUOTE] = ACTIONS(3427), [anon_sym_u_DQUOTE] = ACTIONS(3427), [anon_sym_U_DQUOTE] = ACTIONS(3427), [anon_sym_u8_DQUOTE] = ACTIONS(3427), [anon_sym_DQUOTE] = ACTIONS(3427), [sym_true] = ACTIONS(3425), [sym_false] = ACTIONS(3425), [anon_sym_NULL] = ACTIONS(3425), [anon_sym_nullptr] = ACTIONS(3425), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3425), [anon_sym_decltype] = ACTIONS(3425), [anon_sym_virtual] = ACTIONS(3425), [anon_sym_explicit] = ACTIONS(3425), [anon_sym_typename] = ACTIONS(3425), [anon_sym_template] = ACTIONS(3425), [anon_sym_operator] = ACTIONS(3425), [anon_sym_try] = ACTIONS(3425), [anon_sym_delete] = ACTIONS(3425), [anon_sym_throw] = ACTIONS(3425), [anon_sym_namespace] = ACTIONS(3425), [anon_sym_using] = ACTIONS(3425), [anon_sym_static_assert] = ACTIONS(3425), [anon_sym_concept] = ACTIONS(3425), [anon_sym_co_return] = ACTIONS(3425), [anon_sym_co_yield] = ACTIONS(3425), [anon_sym_R_DQUOTE] = ACTIONS(3427), [anon_sym_LR_DQUOTE] = ACTIONS(3427), [anon_sym_uR_DQUOTE] = ACTIONS(3427), [anon_sym_UR_DQUOTE] = ACTIONS(3427), [anon_sym_u8R_DQUOTE] = ACTIONS(3427), [anon_sym_co_await] = ACTIONS(3425), [anon_sym_new] = ACTIONS(3425), [anon_sym_requires] = ACTIONS(3425), [sym_this] = ACTIONS(3425), }, [1209] = { [sym_identifier] = ACTIONS(3184), [aux_sym_preproc_include_token1] = ACTIONS(3184), [aux_sym_preproc_def_token1] = ACTIONS(3184), [aux_sym_preproc_if_token1] = ACTIONS(3184), [aux_sym_preproc_ifdef_token1] = ACTIONS(3184), [aux_sym_preproc_ifdef_token2] = ACTIONS(3184), [sym_preproc_directive] = ACTIONS(3184), [anon_sym_LPAREN2] = ACTIONS(3186), [anon_sym_BANG] = ACTIONS(3186), [anon_sym_TILDE] = ACTIONS(3186), [anon_sym_DASH] = ACTIONS(3184), [anon_sym_PLUS] = ACTIONS(3184), [anon_sym_STAR] = ACTIONS(3186), [anon_sym_AMP_AMP] = ACTIONS(3186), [anon_sym_AMP] = ACTIONS(3184), [anon_sym_SEMI] = ACTIONS(3186), [anon_sym_typedef] = ACTIONS(3184), [anon_sym_extern] = ACTIONS(3184), [anon_sym___attribute__] = ACTIONS(3184), [anon_sym_COLON_COLON] = ACTIONS(3186), [anon_sym_LBRACK_LBRACK] = ACTIONS(3186), [anon_sym___declspec] = ACTIONS(3184), [anon_sym___based] = ACTIONS(3184), [anon_sym___cdecl] = ACTIONS(3184), [anon_sym___clrcall] = ACTIONS(3184), [anon_sym___stdcall] = ACTIONS(3184), [anon_sym___fastcall] = ACTIONS(3184), [anon_sym___thiscall] = ACTIONS(3184), [anon_sym___vectorcall] = ACTIONS(3184), [anon_sym_LBRACE] = ACTIONS(3186), [anon_sym_RBRACE] = ACTIONS(3186), [anon_sym_signed] = ACTIONS(3184), [anon_sym_unsigned] = ACTIONS(3184), [anon_sym_long] = ACTIONS(3184), [anon_sym_short] = ACTIONS(3184), [anon_sym_LBRACK] = ACTIONS(3184), [anon_sym_static] = ACTIONS(3184), [anon_sym_register] = ACTIONS(3184), [anon_sym_inline] = ACTIONS(3184), [anon_sym_thread_local] = ACTIONS(3184), [anon_sym_const] = ACTIONS(3184), [anon_sym_constexpr] = ACTIONS(3184), [anon_sym_volatile] = ACTIONS(3184), [anon_sym_restrict] = ACTIONS(3184), [anon_sym___restrict__] = ACTIONS(3184), [anon_sym__Atomic] = ACTIONS(3184), [anon_sym__Noreturn] = ACTIONS(3184), [anon_sym_noreturn] = ACTIONS(3184), [anon_sym_mutable] = ACTIONS(3184), [anon_sym_constinit] = ACTIONS(3184), [anon_sym_consteval] = ACTIONS(3184), [sym_primitive_type] = ACTIONS(3184), [anon_sym_enum] = ACTIONS(3184), [anon_sym_class] = ACTIONS(3184), [anon_sym_struct] = ACTIONS(3184), [anon_sym_union] = ACTIONS(3184), [anon_sym_if] = ACTIONS(3184), [anon_sym_switch] = ACTIONS(3184), [anon_sym_case] = ACTIONS(3184), [anon_sym_default] = ACTIONS(3184), [anon_sym_while] = ACTIONS(3184), [anon_sym_do] = ACTIONS(3184), [anon_sym_for] = ACTIONS(3184), [anon_sym_return] = ACTIONS(3184), [anon_sym_break] = ACTIONS(3184), [anon_sym_continue] = ACTIONS(3184), [anon_sym_goto] = ACTIONS(3184), [anon_sym_not] = ACTIONS(3184), [anon_sym_compl] = ACTIONS(3184), [anon_sym_DASH_DASH] = ACTIONS(3186), [anon_sym_PLUS_PLUS] = ACTIONS(3186), [anon_sym_sizeof] = ACTIONS(3184), [anon_sym_offsetof] = ACTIONS(3184), [anon_sym__Generic] = ACTIONS(3184), [anon_sym_asm] = ACTIONS(3184), [anon_sym___asm__] = ACTIONS(3184), [sym_number_literal] = ACTIONS(3186), [anon_sym_L_SQUOTE] = ACTIONS(3186), [anon_sym_u_SQUOTE] = ACTIONS(3186), [anon_sym_U_SQUOTE] = ACTIONS(3186), [anon_sym_u8_SQUOTE] = ACTIONS(3186), [anon_sym_SQUOTE] = ACTIONS(3186), [anon_sym_L_DQUOTE] = ACTIONS(3186), [anon_sym_u_DQUOTE] = ACTIONS(3186), [anon_sym_U_DQUOTE] = ACTIONS(3186), [anon_sym_u8_DQUOTE] = ACTIONS(3186), [anon_sym_DQUOTE] = ACTIONS(3186), [sym_true] = ACTIONS(3184), [sym_false] = ACTIONS(3184), [anon_sym_NULL] = ACTIONS(3184), [anon_sym_nullptr] = ACTIONS(3184), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3184), [anon_sym_decltype] = ACTIONS(3184), [anon_sym_virtual] = ACTIONS(3184), [anon_sym_explicit] = ACTIONS(3184), [anon_sym_typename] = ACTIONS(3184), [anon_sym_template] = ACTIONS(3184), [anon_sym_operator] = ACTIONS(3184), [anon_sym_try] = ACTIONS(3184), [anon_sym_delete] = ACTIONS(3184), [anon_sym_throw] = ACTIONS(3184), [anon_sym_namespace] = ACTIONS(3184), [anon_sym_using] = ACTIONS(3184), [anon_sym_static_assert] = ACTIONS(3184), [anon_sym_concept] = ACTIONS(3184), [anon_sym_co_return] = ACTIONS(3184), [anon_sym_co_yield] = ACTIONS(3184), [anon_sym_R_DQUOTE] = ACTIONS(3186), [anon_sym_LR_DQUOTE] = ACTIONS(3186), [anon_sym_uR_DQUOTE] = ACTIONS(3186), [anon_sym_UR_DQUOTE] = ACTIONS(3186), [anon_sym_u8R_DQUOTE] = ACTIONS(3186), [anon_sym_co_await] = ACTIONS(3184), [anon_sym_new] = ACTIONS(3184), [anon_sym_requires] = ACTIONS(3184), [sym_this] = ACTIONS(3184), }, [1210] = { [sym_identifier] = ACTIONS(3367), [aux_sym_preproc_include_token1] = ACTIONS(3367), [aux_sym_preproc_def_token1] = ACTIONS(3367), [aux_sym_preproc_if_token1] = ACTIONS(3367), [aux_sym_preproc_if_token2] = ACTIONS(3367), [aux_sym_preproc_ifdef_token1] = ACTIONS(3367), [aux_sym_preproc_ifdef_token2] = ACTIONS(3367), [sym_preproc_directive] = ACTIONS(3367), [anon_sym_LPAREN2] = ACTIONS(3369), [anon_sym_BANG] = ACTIONS(3369), [anon_sym_TILDE] = ACTIONS(3369), [anon_sym_DASH] = ACTIONS(3367), [anon_sym_PLUS] = ACTIONS(3367), [anon_sym_STAR] = ACTIONS(3369), [anon_sym_AMP_AMP] = ACTIONS(3369), [anon_sym_AMP] = ACTIONS(3367), [anon_sym_SEMI] = ACTIONS(3369), [anon_sym_typedef] = ACTIONS(3367), [anon_sym_extern] = ACTIONS(3367), [anon_sym___attribute__] = ACTIONS(3367), [anon_sym_COLON_COLON] = ACTIONS(3369), [anon_sym_LBRACK_LBRACK] = ACTIONS(3369), [anon_sym___declspec] = ACTIONS(3367), [anon_sym___based] = ACTIONS(3367), [anon_sym___cdecl] = ACTIONS(3367), [anon_sym___clrcall] = ACTIONS(3367), [anon_sym___stdcall] = ACTIONS(3367), [anon_sym___fastcall] = ACTIONS(3367), [anon_sym___thiscall] = ACTIONS(3367), [anon_sym___vectorcall] = ACTIONS(3367), [anon_sym_LBRACE] = ACTIONS(3369), [anon_sym_signed] = ACTIONS(3367), [anon_sym_unsigned] = ACTIONS(3367), [anon_sym_long] = ACTIONS(3367), [anon_sym_short] = ACTIONS(3367), [anon_sym_LBRACK] = ACTIONS(3367), [anon_sym_static] = ACTIONS(3367), [anon_sym_register] = ACTIONS(3367), [anon_sym_inline] = ACTIONS(3367), [anon_sym_thread_local] = ACTIONS(3367), [anon_sym_const] = ACTIONS(3367), [anon_sym_constexpr] = ACTIONS(3367), [anon_sym_volatile] = ACTIONS(3367), [anon_sym_restrict] = ACTIONS(3367), [anon_sym___restrict__] = ACTIONS(3367), [anon_sym__Atomic] = ACTIONS(3367), [anon_sym__Noreturn] = ACTIONS(3367), [anon_sym_noreturn] = ACTIONS(3367), [anon_sym_mutable] = ACTIONS(3367), [anon_sym_constinit] = ACTIONS(3367), [anon_sym_consteval] = ACTIONS(3367), [sym_primitive_type] = ACTIONS(3367), [anon_sym_enum] = ACTIONS(3367), [anon_sym_class] = ACTIONS(3367), [anon_sym_struct] = ACTIONS(3367), [anon_sym_union] = ACTIONS(3367), [anon_sym_if] = ACTIONS(3367), [anon_sym_switch] = ACTIONS(3367), [anon_sym_case] = ACTIONS(3367), [anon_sym_default] = ACTIONS(3367), [anon_sym_while] = ACTIONS(3367), [anon_sym_do] = ACTIONS(3367), [anon_sym_for] = ACTIONS(3367), [anon_sym_return] = ACTIONS(3367), [anon_sym_break] = ACTIONS(3367), [anon_sym_continue] = ACTIONS(3367), [anon_sym_goto] = ACTIONS(3367), [anon_sym_not] = ACTIONS(3367), [anon_sym_compl] = ACTIONS(3367), [anon_sym_DASH_DASH] = ACTIONS(3369), [anon_sym_PLUS_PLUS] = ACTIONS(3369), [anon_sym_sizeof] = ACTIONS(3367), [anon_sym_offsetof] = ACTIONS(3367), [anon_sym__Generic] = ACTIONS(3367), [anon_sym_asm] = ACTIONS(3367), [anon_sym___asm__] = ACTIONS(3367), [sym_number_literal] = ACTIONS(3369), [anon_sym_L_SQUOTE] = ACTIONS(3369), [anon_sym_u_SQUOTE] = ACTIONS(3369), [anon_sym_U_SQUOTE] = ACTIONS(3369), [anon_sym_u8_SQUOTE] = ACTIONS(3369), [anon_sym_SQUOTE] = ACTIONS(3369), [anon_sym_L_DQUOTE] = ACTIONS(3369), [anon_sym_u_DQUOTE] = ACTIONS(3369), [anon_sym_U_DQUOTE] = ACTIONS(3369), [anon_sym_u8_DQUOTE] = ACTIONS(3369), [anon_sym_DQUOTE] = ACTIONS(3369), [sym_true] = ACTIONS(3367), [sym_false] = ACTIONS(3367), [anon_sym_NULL] = ACTIONS(3367), [anon_sym_nullptr] = ACTIONS(3367), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3367), [anon_sym_decltype] = ACTIONS(3367), [anon_sym_virtual] = ACTIONS(3367), [anon_sym_explicit] = ACTIONS(3367), [anon_sym_typename] = ACTIONS(3367), [anon_sym_template] = ACTIONS(3367), [anon_sym_operator] = ACTIONS(3367), [anon_sym_try] = ACTIONS(3367), [anon_sym_delete] = ACTIONS(3367), [anon_sym_throw] = ACTIONS(3367), [anon_sym_namespace] = ACTIONS(3367), [anon_sym_using] = ACTIONS(3367), [anon_sym_static_assert] = ACTIONS(3367), [anon_sym_concept] = ACTIONS(3367), [anon_sym_co_return] = ACTIONS(3367), [anon_sym_co_yield] = ACTIONS(3367), [anon_sym_R_DQUOTE] = ACTIONS(3369), [anon_sym_LR_DQUOTE] = ACTIONS(3369), [anon_sym_uR_DQUOTE] = ACTIONS(3369), [anon_sym_UR_DQUOTE] = ACTIONS(3369), [anon_sym_u8R_DQUOTE] = ACTIONS(3369), [anon_sym_co_await] = ACTIONS(3367), [anon_sym_new] = ACTIONS(3367), [anon_sym_requires] = ACTIONS(3367), [sym_this] = ACTIONS(3367), }, [1211] = { [sym_identifier] = ACTIONS(3429), [aux_sym_preproc_include_token1] = ACTIONS(3429), [aux_sym_preproc_def_token1] = ACTIONS(3429), [aux_sym_preproc_if_token1] = ACTIONS(3429), [aux_sym_preproc_if_token2] = ACTIONS(3429), [aux_sym_preproc_ifdef_token1] = ACTIONS(3429), [aux_sym_preproc_ifdef_token2] = ACTIONS(3429), [sym_preproc_directive] = ACTIONS(3429), [anon_sym_LPAREN2] = ACTIONS(3431), [anon_sym_BANG] = ACTIONS(3431), [anon_sym_TILDE] = ACTIONS(3431), [anon_sym_DASH] = ACTIONS(3429), [anon_sym_PLUS] = ACTIONS(3429), [anon_sym_STAR] = ACTIONS(3431), [anon_sym_AMP_AMP] = ACTIONS(3431), [anon_sym_AMP] = ACTIONS(3429), [anon_sym_SEMI] = ACTIONS(3431), [anon_sym_typedef] = ACTIONS(3429), [anon_sym_extern] = ACTIONS(3429), [anon_sym___attribute__] = ACTIONS(3429), [anon_sym_COLON_COLON] = ACTIONS(3431), [anon_sym_LBRACK_LBRACK] = ACTIONS(3431), [anon_sym___declspec] = ACTIONS(3429), [anon_sym___based] = ACTIONS(3429), [anon_sym___cdecl] = ACTIONS(3429), [anon_sym___clrcall] = ACTIONS(3429), [anon_sym___stdcall] = ACTIONS(3429), [anon_sym___fastcall] = ACTIONS(3429), [anon_sym___thiscall] = ACTIONS(3429), [anon_sym___vectorcall] = ACTIONS(3429), [anon_sym_LBRACE] = ACTIONS(3431), [anon_sym_signed] = ACTIONS(3429), [anon_sym_unsigned] = ACTIONS(3429), [anon_sym_long] = ACTIONS(3429), [anon_sym_short] = ACTIONS(3429), [anon_sym_LBRACK] = ACTIONS(3429), [anon_sym_static] = ACTIONS(3429), [anon_sym_register] = ACTIONS(3429), [anon_sym_inline] = ACTIONS(3429), [anon_sym_thread_local] = ACTIONS(3429), [anon_sym_const] = ACTIONS(3429), [anon_sym_constexpr] = ACTIONS(3429), [anon_sym_volatile] = ACTIONS(3429), [anon_sym_restrict] = ACTIONS(3429), [anon_sym___restrict__] = ACTIONS(3429), [anon_sym__Atomic] = ACTIONS(3429), [anon_sym__Noreturn] = ACTIONS(3429), [anon_sym_noreturn] = ACTIONS(3429), [anon_sym_mutable] = ACTIONS(3429), [anon_sym_constinit] = ACTIONS(3429), [anon_sym_consteval] = ACTIONS(3429), [sym_primitive_type] = ACTIONS(3429), [anon_sym_enum] = ACTIONS(3429), [anon_sym_class] = ACTIONS(3429), [anon_sym_struct] = ACTIONS(3429), [anon_sym_union] = ACTIONS(3429), [anon_sym_if] = ACTIONS(3429), [anon_sym_switch] = ACTIONS(3429), [anon_sym_case] = ACTIONS(3429), [anon_sym_default] = ACTIONS(3429), [anon_sym_while] = ACTIONS(3429), [anon_sym_do] = ACTIONS(3429), [anon_sym_for] = ACTIONS(3429), [anon_sym_return] = ACTIONS(3429), [anon_sym_break] = ACTIONS(3429), [anon_sym_continue] = ACTIONS(3429), [anon_sym_goto] = ACTIONS(3429), [anon_sym_not] = ACTIONS(3429), [anon_sym_compl] = ACTIONS(3429), [anon_sym_DASH_DASH] = ACTIONS(3431), [anon_sym_PLUS_PLUS] = ACTIONS(3431), [anon_sym_sizeof] = ACTIONS(3429), [anon_sym_offsetof] = ACTIONS(3429), [anon_sym__Generic] = ACTIONS(3429), [anon_sym_asm] = ACTIONS(3429), [anon_sym___asm__] = ACTIONS(3429), [sym_number_literal] = ACTIONS(3431), [anon_sym_L_SQUOTE] = ACTIONS(3431), [anon_sym_u_SQUOTE] = ACTIONS(3431), [anon_sym_U_SQUOTE] = ACTIONS(3431), [anon_sym_u8_SQUOTE] = ACTIONS(3431), [anon_sym_SQUOTE] = ACTIONS(3431), [anon_sym_L_DQUOTE] = ACTIONS(3431), [anon_sym_u_DQUOTE] = ACTIONS(3431), [anon_sym_U_DQUOTE] = ACTIONS(3431), [anon_sym_u8_DQUOTE] = ACTIONS(3431), [anon_sym_DQUOTE] = ACTIONS(3431), [sym_true] = ACTIONS(3429), [sym_false] = ACTIONS(3429), [anon_sym_NULL] = ACTIONS(3429), [anon_sym_nullptr] = ACTIONS(3429), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3429), [anon_sym_decltype] = ACTIONS(3429), [anon_sym_virtual] = ACTIONS(3429), [anon_sym_explicit] = ACTIONS(3429), [anon_sym_typename] = ACTIONS(3429), [anon_sym_template] = ACTIONS(3429), [anon_sym_operator] = ACTIONS(3429), [anon_sym_try] = ACTIONS(3429), [anon_sym_delete] = ACTIONS(3429), [anon_sym_throw] = ACTIONS(3429), [anon_sym_namespace] = ACTIONS(3429), [anon_sym_using] = ACTIONS(3429), [anon_sym_static_assert] = ACTIONS(3429), [anon_sym_concept] = ACTIONS(3429), [anon_sym_co_return] = ACTIONS(3429), [anon_sym_co_yield] = ACTIONS(3429), [anon_sym_R_DQUOTE] = ACTIONS(3431), [anon_sym_LR_DQUOTE] = ACTIONS(3431), [anon_sym_uR_DQUOTE] = ACTIONS(3431), [anon_sym_UR_DQUOTE] = ACTIONS(3431), [anon_sym_u8R_DQUOTE] = ACTIONS(3431), [anon_sym_co_await] = ACTIONS(3429), [anon_sym_new] = ACTIONS(3429), [anon_sym_requires] = ACTIONS(3429), [sym_this] = ACTIONS(3429), }, [1212] = { [sym_identifier] = ACTIONS(3433), [aux_sym_preproc_include_token1] = ACTIONS(3433), [aux_sym_preproc_def_token1] = ACTIONS(3433), [aux_sym_preproc_if_token1] = ACTIONS(3433), [aux_sym_preproc_if_token2] = ACTIONS(3433), [aux_sym_preproc_ifdef_token1] = ACTIONS(3433), [aux_sym_preproc_ifdef_token2] = ACTIONS(3433), [sym_preproc_directive] = ACTIONS(3433), [anon_sym_LPAREN2] = ACTIONS(3435), [anon_sym_BANG] = ACTIONS(3435), [anon_sym_TILDE] = ACTIONS(3435), [anon_sym_DASH] = ACTIONS(3433), [anon_sym_PLUS] = ACTIONS(3433), [anon_sym_STAR] = ACTIONS(3435), [anon_sym_AMP_AMP] = ACTIONS(3435), [anon_sym_AMP] = ACTIONS(3433), [anon_sym_SEMI] = ACTIONS(3435), [anon_sym_typedef] = ACTIONS(3433), [anon_sym_extern] = ACTIONS(3433), [anon_sym___attribute__] = ACTIONS(3433), [anon_sym_COLON_COLON] = ACTIONS(3435), [anon_sym_LBRACK_LBRACK] = ACTIONS(3435), [anon_sym___declspec] = ACTIONS(3433), [anon_sym___based] = ACTIONS(3433), [anon_sym___cdecl] = ACTIONS(3433), [anon_sym___clrcall] = ACTIONS(3433), [anon_sym___stdcall] = ACTIONS(3433), [anon_sym___fastcall] = ACTIONS(3433), [anon_sym___thiscall] = ACTIONS(3433), [anon_sym___vectorcall] = ACTIONS(3433), [anon_sym_LBRACE] = ACTIONS(3435), [anon_sym_signed] = ACTIONS(3433), [anon_sym_unsigned] = ACTIONS(3433), [anon_sym_long] = ACTIONS(3433), [anon_sym_short] = ACTIONS(3433), [anon_sym_LBRACK] = ACTIONS(3433), [anon_sym_static] = ACTIONS(3433), [anon_sym_register] = ACTIONS(3433), [anon_sym_inline] = ACTIONS(3433), [anon_sym_thread_local] = ACTIONS(3433), [anon_sym_const] = ACTIONS(3433), [anon_sym_constexpr] = ACTIONS(3433), [anon_sym_volatile] = ACTIONS(3433), [anon_sym_restrict] = ACTIONS(3433), [anon_sym___restrict__] = ACTIONS(3433), [anon_sym__Atomic] = ACTIONS(3433), [anon_sym__Noreturn] = ACTIONS(3433), [anon_sym_noreturn] = ACTIONS(3433), [anon_sym_mutable] = ACTIONS(3433), [anon_sym_constinit] = ACTIONS(3433), [anon_sym_consteval] = ACTIONS(3433), [sym_primitive_type] = ACTIONS(3433), [anon_sym_enum] = ACTIONS(3433), [anon_sym_class] = ACTIONS(3433), [anon_sym_struct] = ACTIONS(3433), [anon_sym_union] = ACTIONS(3433), [anon_sym_if] = ACTIONS(3433), [anon_sym_switch] = ACTIONS(3433), [anon_sym_case] = ACTIONS(3433), [anon_sym_default] = ACTIONS(3433), [anon_sym_while] = ACTIONS(3433), [anon_sym_do] = ACTIONS(3433), [anon_sym_for] = ACTIONS(3433), [anon_sym_return] = ACTIONS(3433), [anon_sym_break] = ACTIONS(3433), [anon_sym_continue] = ACTIONS(3433), [anon_sym_goto] = ACTIONS(3433), [anon_sym_not] = ACTIONS(3433), [anon_sym_compl] = ACTIONS(3433), [anon_sym_DASH_DASH] = ACTIONS(3435), [anon_sym_PLUS_PLUS] = ACTIONS(3435), [anon_sym_sizeof] = ACTIONS(3433), [anon_sym_offsetof] = ACTIONS(3433), [anon_sym__Generic] = ACTIONS(3433), [anon_sym_asm] = ACTIONS(3433), [anon_sym___asm__] = ACTIONS(3433), [sym_number_literal] = ACTIONS(3435), [anon_sym_L_SQUOTE] = ACTIONS(3435), [anon_sym_u_SQUOTE] = ACTIONS(3435), [anon_sym_U_SQUOTE] = ACTIONS(3435), [anon_sym_u8_SQUOTE] = ACTIONS(3435), [anon_sym_SQUOTE] = ACTIONS(3435), [anon_sym_L_DQUOTE] = ACTIONS(3435), [anon_sym_u_DQUOTE] = ACTIONS(3435), [anon_sym_U_DQUOTE] = ACTIONS(3435), [anon_sym_u8_DQUOTE] = ACTIONS(3435), [anon_sym_DQUOTE] = ACTIONS(3435), [sym_true] = ACTIONS(3433), [sym_false] = ACTIONS(3433), [anon_sym_NULL] = ACTIONS(3433), [anon_sym_nullptr] = ACTIONS(3433), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3433), [anon_sym_decltype] = ACTIONS(3433), [anon_sym_virtual] = ACTIONS(3433), [anon_sym_explicit] = ACTIONS(3433), [anon_sym_typename] = ACTIONS(3433), [anon_sym_template] = ACTIONS(3433), [anon_sym_operator] = ACTIONS(3433), [anon_sym_try] = ACTIONS(3433), [anon_sym_delete] = ACTIONS(3433), [anon_sym_throw] = ACTIONS(3433), [anon_sym_namespace] = ACTIONS(3433), [anon_sym_using] = ACTIONS(3433), [anon_sym_static_assert] = ACTIONS(3433), [anon_sym_concept] = ACTIONS(3433), [anon_sym_co_return] = ACTIONS(3433), [anon_sym_co_yield] = ACTIONS(3433), [anon_sym_R_DQUOTE] = ACTIONS(3435), [anon_sym_LR_DQUOTE] = ACTIONS(3435), [anon_sym_uR_DQUOTE] = ACTIONS(3435), [anon_sym_UR_DQUOTE] = ACTIONS(3435), [anon_sym_u8R_DQUOTE] = ACTIONS(3435), [anon_sym_co_await] = ACTIONS(3433), [anon_sym_new] = ACTIONS(3433), [anon_sym_requires] = ACTIONS(3433), [sym_this] = ACTIONS(3433), }, [1213] = { [sym_identifier] = ACTIONS(3291), [aux_sym_preproc_include_token1] = ACTIONS(3291), [aux_sym_preproc_def_token1] = ACTIONS(3291), [aux_sym_preproc_if_token1] = ACTIONS(3291), [aux_sym_preproc_if_token2] = ACTIONS(3291), [aux_sym_preproc_ifdef_token1] = ACTIONS(3291), [aux_sym_preproc_ifdef_token2] = ACTIONS(3291), [sym_preproc_directive] = ACTIONS(3291), [anon_sym_LPAREN2] = ACTIONS(3293), [anon_sym_BANG] = ACTIONS(3293), [anon_sym_TILDE] = ACTIONS(3293), [anon_sym_DASH] = ACTIONS(3291), [anon_sym_PLUS] = ACTIONS(3291), [anon_sym_STAR] = ACTIONS(3293), [anon_sym_AMP_AMP] = ACTIONS(3293), [anon_sym_AMP] = ACTIONS(3291), [anon_sym_SEMI] = ACTIONS(3293), [anon_sym_typedef] = ACTIONS(3291), [anon_sym_extern] = ACTIONS(3291), [anon_sym___attribute__] = ACTIONS(3291), [anon_sym_COLON_COLON] = ACTIONS(3293), [anon_sym_LBRACK_LBRACK] = ACTIONS(3293), [anon_sym___declspec] = ACTIONS(3291), [anon_sym___based] = ACTIONS(3291), [anon_sym___cdecl] = ACTIONS(3291), [anon_sym___clrcall] = ACTIONS(3291), [anon_sym___stdcall] = ACTIONS(3291), [anon_sym___fastcall] = ACTIONS(3291), [anon_sym___thiscall] = ACTIONS(3291), [anon_sym___vectorcall] = ACTIONS(3291), [anon_sym_LBRACE] = ACTIONS(3293), [anon_sym_signed] = ACTIONS(3291), [anon_sym_unsigned] = ACTIONS(3291), [anon_sym_long] = ACTIONS(3291), [anon_sym_short] = ACTIONS(3291), [anon_sym_LBRACK] = ACTIONS(3291), [anon_sym_static] = ACTIONS(3291), [anon_sym_register] = ACTIONS(3291), [anon_sym_inline] = ACTIONS(3291), [anon_sym_thread_local] = ACTIONS(3291), [anon_sym_const] = ACTIONS(3291), [anon_sym_constexpr] = ACTIONS(3291), [anon_sym_volatile] = ACTIONS(3291), [anon_sym_restrict] = ACTIONS(3291), [anon_sym___restrict__] = ACTIONS(3291), [anon_sym__Atomic] = ACTIONS(3291), [anon_sym__Noreturn] = ACTIONS(3291), [anon_sym_noreturn] = ACTIONS(3291), [anon_sym_mutable] = ACTIONS(3291), [anon_sym_constinit] = ACTIONS(3291), [anon_sym_consteval] = ACTIONS(3291), [sym_primitive_type] = ACTIONS(3291), [anon_sym_enum] = ACTIONS(3291), [anon_sym_class] = ACTIONS(3291), [anon_sym_struct] = ACTIONS(3291), [anon_sym_union] = ACTIONS(3291), [anon_sym_if] = ACTIONS(3291), [anon_sym_switch] = ACTIONS(3291), [anon_sym_case] = ACTIONS(3291), [anon_sym_default] = ACTIONS(3291), [anon_sym_while] = ACTIONS(3291), [anon_sym_do] = ACTIONS(3291), [anon_sym_for] = ACTIONS(3291), [anon_sym_return] = ACTIONS(3291), [anon_sym_break] = ACTIONS(3291), [anon_sym_continue] = ACTIONS(3291), [anon_sym_goto] = ACTIONS(3291), [anon_sym_not] = ACTIONS(3291), [anon_sym_compl] = ACTIONS(3291), [anon_sym_DASH_DASH] = ACTIONS(3293), [anon_sym_PLUS_PLUS] = ACTIONS(3293), [anon_sym_sizeof] = ACTIONS(3291), [anon_sym_offsetof] = ACTIONS(3291), [anon_sym__Generic] = ACTIONS(3291), [anon_sym_asm] = ACTIONS(3291), [anon_sym___asm__] = ACTIONS(3291), [sym_number_literal] = ACTIONS(3293), [anon_sym_L_SQUOTE] = ACTIONS(3293), [anon_sym_u_SQUOTE] = ACTIONS(3293), [anon_sym_U_SQUOTE] = ACTIONS(3293), [anon_sym_u8_SQUOTE] = ACTIONS(3293), [anon_sym_SQUOTE] = ACTIONS(3293), [anon_sym_L_DQUOTE] = ACTIONS(3293), [anon_sym_u_DQUOTE] = ACTIONS(3293), [anon_sym_U_DQUOTE] = ACTIONS(3293), [anon_sym_u8_DQUOTE] = ACTIONS(3293), [anon_sym_DQUOTE] = ACTIONS(3293), [sym_true] = ACTIONS(3291), [sym_false] = ACTIONS(3291), [anon_sym_NULL] = ACTIONS(3291), [anon_sym_nullptr] = ACTIONS(3291), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3291), [anon_sym_decltype] = ACTIONS(3291), [anon_sym_virtual] = ACTIONS(3291), [anon_sym_explicit] = ACTIONS(3291), [anon_sym_typename] = ACTIONS(3291), [anon_sym_template] = ACTIONS(3291), [anon_sym_operator] = ACTIONS(3291), [anon_sym_try] = ACTIONS(3291), [anon_sym_delete] = ACTIONS(3291), [anon_sym_throw] = ACTIONS(3291), [anon_sym_namespace] = ACTIONS(3291), [anon_sym_using] = ACTIONS(3291), [anon_sym_static_assert] = ACTIONS(3291), [anon_sym_concept] = ACTIONS(3291), [anon_sym_co_return] = ACTIONS(3291), [anon_sym_co_yield] = ACTIONS(3291), [anon_sym_R_DQUOTE] = ACTIONS(3293), [anon_sym_LR_DQUOTE] = ACTIONS(3293), [anon_sym_uR_DQUOTE] = ACTIONS(3293), [anon_sym_UR_DQUOTE] = ACTIONS(3293), [anon_sym_u8R_DQUOTE] = ACTIONS(3293), [anon_sym_co_await] = ACTIONS(3291), [anon_sym_new] = ACTIONS(3291), [anon_sym_requires] = ACTIONS(3291), [sym_this] = ACTIONS(3291), }, [1214] = { [sym_identifier] = ACTIONS(3341), [aux_sym_preproc_include_token1] = ACTIONS(3341), [aux_sym_preproc_def_token1] = ACTIONS(3341), [aux_sym_preproc_if_token1] = ACTIONS(3341), [aux_sym_preproc_if_token2] = ACTIONS(3341), [aux_sym_preproc_ifdef_token1] = ACTIONS(3341), [aux_sym_preproc_ifdef_token2] = ACTIONS(3341), [sym_preproc_directive] = ACTIONS(3341), [anon_sym_LPAREN2] = ACTIONS(3343), [anon_sym_BANG] = ACTIONS(3343), [anon_sym_TILDE] = ACTIONS(3343), [anon_sym_DASH] = ACTIONS(3341), [anon_sym_PLUS] = ACTIONS(3341), [anon_sym_STAR] = ACTIONS(3343), [anon_sym_AMP_AMP] = ACTIONS(3343), [anon_sym_AMP] = ACTIONS(3341), [anon_sym_SEMI] = ACTIONS(3343), [anon_sym_typedef] = ACTIONS(3341), [anon_sym_extern] = ACTIONS(3341), [anon_sym___attribute__] = ACTIONS(3341), [anon_sym_COLON_COLON] = ACTIONS(3343), [anon_sym_LBRACK_LBRACK] = ACTIONS(3343), [anon_sym___declspec] = ACTIONS(3341), [anon_sym___based] = ACTIONS(3341), [anon_sym___cdecl] = ACTIONS(3341), [anon_sym___clrcall] = ACTIONS(3341), [anon_sym___stdcall] = ACTIONS(3341), [anon_sym___fastcall] = ACTIONS(3341), [anon_sym___thiscall] = ACTIONS(3341), [anon_sym___vectorcall] = ACTIONS(3341), [anon_sym_LBRACE] = ACTIONS(3343), [anon_sym_signed] = ACTIONS(3341), [anon_sym_unsigned] = ACTIONS(3341), [anon_sym_long] = ACTIONS(3341), [anon_sym_short] = ACTIONS(3341), [anon_sym_LBRACK] = ACTIONS(3341), [anon_sym_static] = ACTIONS(3341), [anon_sym_register] = ACTIONS(3341), [anon_sym_inline] = ACTIONS(3341), [anon_sym_thread_local] = ACTIONS(3341), [anon_sym_const] = ACTIONS(3341), [anon_sym_constexpr] = ACTIONS(3341), [anon_sym_volatile] = ACTIONS(3341), [anon_sym_restrict] = ACTIONS(3341), [anon_sym___restrict__] = ACTIONS(3341), [anon_sym__Atomic] = ACTIONS(3341), [anon_sym__Noreturn] = ACTIONS(3341), [anon_sym_noreturn] = ACTIONS(3341), [anon_sym_mutable] = ACTIONS(3341), [anon_sym_constinit] = ACTIONS(3341), [anon_sym_consteval] = ACTIONS(3341), [sym_primitive_type] = ACTIONS(3341), [anon_sym_enum] = ACTIONS(3341), [anon_sym_class] = ACTIONS(3341), [anon_sym_struct] = ACTIONS(3341), [anon_sym_union] = ACTIONS(3341), [anon_sym_if] = ACTIONS(3341), [anon_sym_switch] = ACTIONS(3341), [anon_sym_case] = ACTIONS(3341), [anon_sym_default] = ACTIONS(3341), [anon_sym_while] = ACTIONS(3341), [anon_sym_do] = ACTIONS(3341), [anon_sym_for] = ACTIONS(3341), [anon_sym_return] = ACTIONS(3341), [anon_sym_break] = ACTIONS(3341), [anon_sym_continue] = ACTIONS(3341), [anon_sym_goto] = ACTIONS(3341), [anon_sym_not] = ACTIONS(3341), [anon_sym_compl] = ACTIONS(3341), [anon_sym_DASH_DASH] = ACTIONS(3343), [anon_sym_PLUS_PLUS] = ACTIONS(3343), [anon_sym_sizeof] = ACTIONS(3341), [anon_sym_offsetof] = ACTIONS(3341), [anon_sym__Generic] = ACTIONS(3341), [anon_sym_asm] = ACTIONS(3341), [anon_sym___asm__] = ACTIONS(3341), [sym_number_literal] = ACTIONS(3343), [anon_sym_L_SQUOTE] = ACTIONS(3343), [anon_sym_u_SQUOTE] = ACTIONS(3343), [anon_sym_U_SQUOTE] = ACTIONS(3343), [anon_sym_u8_SQUOTE] = ACTIONS(3343), [anon_sym_SQUOTE] = ACTIONS(3343), [anon_sym_L_DQUOTE] = ACTIONS(3343), [anon_sym_u_DQUOTE] = ACTIONS(3343), [anon_sym_U_DQUOTE] = ACTIONS(3343), [anon_sym_u8_DQUOTE] = ACTIONS(3343), [anon_sym_DQUOTE] = ACTIONS(3343), [sym_true] = ACTIONS(3341), [sym_false] = ACTIONS(3341), [anon_sym_NULL] = ACTIONS(3341), [anon_sym_nullptr] = ACTIONS(3341), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3341), [anon_sym_decltype] = ACTIONS(3341), [anon_sym_virtual] = ACTIONS(3341), [anon_sym_explicit] = ACTIONS(3341), [anon_sym_typename] = ACTIONS(3341), [anon_sym_template] = ACTIONS(3341), [anon_sym_operator] = ACTIONS(3341), [anon_sym_try] = ACTIONS(3341), [anon_sym_delete] = ACTIONS(3341), [anon_sym_throw] = ACTIONS(3341), [anon_sym_namespace] = ACTIONS(3341), [anon_sym_using] = ACTIONS(3341), [anon_sym_static_assert] = ACTIONS(3341), [anon_sym_concept] = ACTIONS(3341), [anon_sym_co_return] = ACTIONS(3341), [anon_sym_co_yield] = ACTIONS(3341), [anon_sym_R_DQUOTE] = ACTIONS(3343), [anon_sym_LR_DQUOTE] = ACTIONS(3343), [anon_sym_uR_DQUOTE] = ACTIONS(3343), [anon_sym_UR_DQUOTE] = ACTIONS(3343), [anon_sym_u8R_DQUOTE] = ACTIONS(3343), [anon_sym_co_await] = ACTIONS(3341), [anon_sym_new] = ACTIONS(3341), [anon_sym_requires] = ACTIONS(3341), [sym_this] = ACTIONS(3341), }, [1215] = { [sym_identifier] = ACTIONS(3180), [aux_sym_preproc_include_token1] = ACTIONS(3180), [aux_sym_preproc_def_token1] = ACTIONS(3180), [aux_sym_preproc_if_token1] = ACTIONS(3180), [aux_sym_preproc_ifdef_token1] = ACTIONS(3180), [aux_sym_preproc_ifdef_token2] = ACTIONS(3180), [sym_preproc_directive] = ACTIONS(3180), [anon_sym_LPAREN2] = ACTIONS(3182), [anon_sym_BANG] = ACTIONS(3182), [anon_sym_TILDE] = ACTIONS(3182), [anon_sym_DASH] = ACTIONS(3180), [anon_sym_PLUS] = ACTIONS(3180), [anon_sym_STAR] = ACTIONS(3182), [anon_sym_AMP_AMP] = ACTIONS(3182), [anon_sym_AMP] = ACTIONS(3180), [anon_sym_SEMI] = ACTIONS(3182), [anon_sym_typedef] = ACTIONS(3180), [anon_sym_extern] = ACTIONS(3180), [anon_sym___attribute__] = ACTIONS(3180), [anon_sym_COLON_COLON] = ACTIONS(3182), [anon_sym_LBRACK_LBRACK] = ACTIONS(3182), [anon_sym___declspec] = ACTIONS(3180), [anon_sym___based] = ACTIONS(3180), [anon_sym___cdecl] = ACTIONS(3180), [anon_sym___clrcall] = ACTIONS(3180), [anon_sym___stdcall] = ACTIONS(3180), [anon_sym___fastcall] = ACTIONS(3180), [anon_sym___thiscall] = ACTIONS(3180), [anon_sym___vectorcall] = ACTIONS(3180), [anon_sym_LBRACE] = ACTIONS(3182), [anon_sym_RBRACE] = ACTIONS(3182), [anon_sym_signed] = ACTIONS(3180), [anon_sym_unsigned] = ACTIONS(3180), [anon_sym_long] = ACTIONS(3180), [anon_sym_short] = ACTIONS(3180), [anon_sym_LBRACK] = ACTIONS(3180), [anon_sym_static] = ACTIONS(3180), [anon_sym_register] = ACTIONS(3180), [anon_sym_inline] = ACTIONS(3180), [anon_sym_thread_local] = ACTIONS(3180), [anon_sym_const] = ACTIONS(3180), [anon_sym_constexpr] = ACTIONS(3180), [anon_sym_volatile] = ACTIONS(3180), [anon_sym_restrict] = ACTIONS(3180), [anon_sym___restrict__] = ACTIONS(3180), [anon_sym__Atomic] = ACTIONS(3180), [anon_sym__Noreturn] = ACTIONS(3180), [anon_sym_noreturn] = ACTIONS(3180), [anon_sym_mutable] = ACTIONS(3180), [anon_sym_constinit] = ACTIONS(3180), [anon_sym_consteval] = ACTIONS(3180), [sym_primitive_type] = ACTIONS(3180), [anon_sym_enum] = ACTIONS(3180), [anon_sym_class] = ACTIONS(3180), [anon_sym_struct] = ACTIONS(3180), [anon_sym_union] = ACTIONS(3180), [anon_sym_if] = ACTIONS(3180), [anon_sym_switch] = ACTIONS(3180), [anon_sym_case] = ACTIONS(3180), [anon_sym_default] = ACTIONS(3180), [anon_sym_while] = ACTIONS(3180), [anon_sym_do] = ACTIONS(3180), [anon_sym_for] = ACTIONS(3180), [anon_sym_return] = ACTIONS(3180), [anon_sym_break] = ACTIONS(3180), [anon_sym_continue] = ACTIONS(3180), [anon_sym_goto] = ACTIONS(3180), [anon_sym_not] = ACTIONS(3180), [anon_sym_compl] = ACTIONS(3180), [anon_sym_DASH_DASH] = ACTIONS(3182), [anon_sym_PLUS_PLUS] = ACTIONS(3182), [anon_sym_sizeof] = ACTIONS(3180), [anon_sym_offsetof] = ACTIONS(3180), [anon_sym__Generic] = ACTIONS(3180), [anon_sym_asm] = ACTIONS(3180), [anon_sym___asm__] = ACTIONS(3180), [sym_number_literal] = ACTIONS(3182), [anon_sym_L_SQUOTE] = ACTIONS(3182), [anon_sym_u_SQUOTE] = ACTIONS(3182), [anon_sym_U_SQUOTE] = ACTIONS(3182), [anon_sym_u8_SQUOTE] = ACTIONS(3182), [anon_sym_SQUOTE] = ACTIONS(3182), [anon_sym_L_DQUOTE] = ACTIONS(3182), [anon_sym_u_DQUOTE] = ACTIONS(3182), [anon_sym_U_DQUOTE] = ACTIONS(3182), [anon_sym_u8_DQUOTE] = ACTIONS(3182), [anon_sym_DQUOTE] = ACTIONS(3182), [sym_true] = ACTIONS(3180), [sym_false] = ACTIONS(3180), [anon_sym_NULL] = ACTIONS(3180), [anon_sym_nullptr] = ACTIONS(3180), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3180), [anon_sym_decltype] = ACTIONS(3180), [anon_sym_virtual] = ACTIONS(3180), [anon_sym_explicit] = ACTIONS(3180), [anon_sym_typename] = ACTIONS(3180), [anon_sym_template] = ACTIONS(3180), [anon_sym_operator] = ACTIONS(3180), [anon_sym_try] = ACTIONS(3180), [anon_sym_delete] = ACTIONS(3180), [anon_sym_throw] = ACTIONS(3180), [anon_sym_namespace] = ACTIONS(3180), [anon_sym_using] = ACTIONS(3180), [anon_sym_static_assert] = ACTIONS(3180), [anon_sym_concept] = ACTIONS(3180), [anon_sym_co_return] = ACTIONS(3180), [anon_sym_co_yield] = ACTIONS(3180), [anon_sym_R_DQUOTE] = ACTIONS(3182), [anon_sym_LR_DQUOTE] = ACTIONS(3182), [anon_sym_uR_DQUOTE] = ACTIONS(3182), [anon_sym_UR_DQUOTE] = ACTIONS(3182), [anon_sym_u8R_DQUOTE] = ACTIONS(3182), [anon_sym_co_await] = ACTIONS(3180), [anon_sym_new] = ACTIONS(3180), [anon_sym_requires] = ACTIONS(3180), [sym_this] = ACTIONS(3180), }, [1216] = { [sym_identifier] = ACTIONS(3172), [aux_sym_preproc_include_token1] = ACTIONS(3172), [aux_sym_preproc_def_token1] = ACTIONS(3172), [aux_sym_preproc_if_token1] = ACTIONS(3172), [aux_sym_preproc_ifdef_token1] = ACTIONS(3172), [aux_sym_preproc_ifdef_token2] = ACTIONS(3172), [sym_preproc_directive] = ACTIONS(3172), [anon_sym_LPAREN2] = ACTIONS(3174), [anon_sym_BANG] = ACTIONS(3174), [anon_sym_TILDE] = ACTIONS(3174), [anon_sym_DASH] = ACTIONS(3172), [anon_sym_PLUS] = ACTIONS(3172), [anon_sym_STAR] = ACTIONS(3174), [anon_sym_AMP_AMP] = ACTIONS(3174), [anon_sym_AMP] = ACTIONS(3172), [anon_sym_SEMI] = ACTIONS(3174), [anon_sym_typedef] = ACTIONS(3172), [anon_sym_extern] = ACTIONS(3172), [anon_sym___attribute__] = ACTIONS(3172), [anon_sym_COLON_COLON] = ACTIONS(3174), [anon_sym_LBRACK_LBRACK] = ACTIONS(3174), [anon_sym___declspec] = ACTIONS(3172), [anon_sym___based] = ACTIONS(3172), [anon_sym___cdecl] = ACTIONS(3172), [anon_sym___clrcall] = ACTIONS(3172), [anon_sym___stdcall] = ACTIONS(3172), [anon_sym___fastcall] = ACTIONS(3172), [anon_sym___thiscall] = ACTIONS(3172), [anon_sym___vectorcall] = ACTIONS(3172), [anon_sym_LBRACE] = ACTIONS(3174), [anon_sym_RBRACE] = ACTIONS(3174), [anon_sym_signed] = ACTIONS(3172), [anon_sym_unsigned] = ACTIONS(3172), [anon_sym_long] = ACTIONS(3172), [anon_sym_short] = ACTIONS(3172), [anon_sym_LBRACK] = ACTIONS(3172), [anon_sym_static] = ACTIONS(3172), [anon_sym_register] = ACTIONS(3172), [anon_sym_inline] = ACTIONS(3172), [anon_sym_thread_local] = ACTIONS(3172), [anon_sym_const] = ACTIONS(3172), [anon_sym_constexpr] = ACTIONS(3172), [anon_sym_volatile] = ACTIONS(3172), [anon_sym_restrict] = ACTIONS(3172), [anon_sym___restrict__] = ACTIONS(3172), [anon_sym__Atomic] = ACTIONS(3172), [anon_sym__Noreturn] = ACTIONS(3172), [anon_sym_noreturn] = ACTIONS(3172), [anon_sym_mutable] = ACTIONS(3172), [anon_sym_constinit] = ACTIONS(3172), [anon_sym_consteval] = ACTIONS(3172), [sym_primitive_type] = ACTIONS(3172), [anon_sym_enum] = ACTIONS(3172), [anon_sym_class] = ACTIONS(3172), [anon_sym_struct] = ACTIONS(3172), [anon_sym_union] = ACTIONS(3172), [anon_sym_if] = ACTIONS(3172), [anon_sym_switch] = ACTIONS(3172), [anon_sym_case] = ACTIONS(3172), [anon_sym_default] = ACTIONS(3172), [anon_sym_while] = ACTIONS(3172), [anon_sym_do] = ACTIONS(3172), [anon_sym_for] = ACTIONS(3172), [anon_sym_return] = ACTIONS(3172), [anon_sym_break] = ACTIONS(3172), [anon_sym_continue] = ACTIONS(3172), [anon_sym_goto] = ACTIONS(3172), [anon_sym_not] = ACTIONS(3172), [anon_sym_compl] = ACTIONS(3172), [anon_sym_DASH_DASH] = ACTIONS(3174), [anon_sym_PLUS_PLUS] = ACTIONS(3174), [anon_sym_sizeof] = ACTIONS(3172), [anon_sym_offsetof] = ACTIONS(3172), [anon_sym__Generic] = ACTIONS(3172), [anon_sym_asm] = ACTIONS(3172), [anon_sym___asm__] = ACTIONS(3172), [sym_number_literal] = ACTIONS(3174), [anon_sym_L_SQUOTE] = ACTIONS(3174), [anon_sym_u_SQUOTE] = ACTIONS(3174), [anon_sym_U_SQUOTE] = ACTIONS(3174), [anon_sym_u8_SQUOTE] = ACTIONS(3174), [anon_sym_SQUOTE] = ACTIONS(3174), [anon_sym_L_DQUOTE] = ACTIONS(3174), [anon_sym_u_DQUOTE] = ACTIONS(3174), [anon_sym_U_DQUOTE] = ACTIONS(3174), [anon_sym_u8_DQUOTE] = ACTIONS(3174), [anon_sym_DQUOTE] = ACTIONS(3174), [sym_true] = ACTIONS(3172), [sym_false] = ACTIONS(3172), [anon_sym_NULL] = ACTIONS(3172), [anon_sym_nullptr] = ACTIONS(3172), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3172), [anon_sym_decltype] = ACTIONS(3172), [anon_sym_virtual] = ACTIONS(3172), [anon_sym_explicit] = ACTIONS(3172), [anon_sym_typename] = ACTIONS(3172), [anon_sym_template] = ACTIONS(3172), [anon_sym_operator] = ACTIONS(3172), [anon_sym_try] = ACTIONS(3172), [anon_sym_delete] = ACTIONS(3172), [anon_sym_throw] = ACTIONS(3172), [anon_sym_namespace] = ACTIONS(3172), [anon_sym_using] = ACTIONS(3172), [anon_sym_static_assert] = ACTIONS(3172), [anon_sym_concept] = ACTIONS(3172), [anon_sym_co_return] = ACTIONS(3172), [anon_sym_co_yield] = ACTIONS(3172), [anon_sym_R_DQUOTE] = ACTIONS(3174), [anon_sym_LR_DQUOTE] = ACTIONS(3174), [anon_sym_uR_DQUOTE] = ACTIONS(3174), [anon_sym_UR_DQUOTE] = ACTIONS(3174), [anon_sym_u8R_DQUOTE] = ACTIONS(3174), [anon_sym_co_await] = ACTIONS(3172), [anon_sym_new] = ACTIONS(3172), [anon_sym_requires] = ACTIONS(3172), [sym_this] = ACTIONS(3172), }, [1217] = { [sym_identifier] = ACTIONS(3258), [aux_sym_preproc_include_token1] = ACTIONS(3258), [aux_sym_preproc_def_token1] = ACTIONS(3258), [aux_sym_preproc_if_token1] = ACTIONS(3258), [aux_sym_preproc_if_token2] = ACTIONS(3258), [aux_sym_preproc_ifdef_token1] = ACTIONS(3258), [aux_sym_preproc_ifdef_token2] = ACTIONS(3258), [sym_preproc_directive] = ACTIONS(3258), [anon_sym_LPAREN2] = ACTIONS(3260), [anon_sym_BANG] = ACTIONS(3260), [anon_sym_TILDE] = ACTIONS(3260), [anon_sym_DASH] = ACTIONS(3258), [anon_sym_PLUS] = ACTIONS(3258), [anon_sym_STAR] = ACTIONS(3260), [anon_sym_AMP_AMP] = ACTIONS(3260), [anon_sym_AMP] = ACTIONS(3258), [anon_sym_SEMI] = ACTIONS(3260), [anon_sym_typedef] = ACTIONS(3258), [anon_sym_extern] = ACTIONS(3258), [anon_sym___attribute__] = ACTIONS(3258), [anon_sym_COLON_COLON] = ACTIONS(3260), [anon_sym_LBRACK_LBRACK] = ACTIONS(3260), [anon_sym___declspec] = ACTIONS(3258), [anon_sym___based] = ACTIONS(3258), [anon_sym___cdecl] = ACTIONS(3258), [anon_sym___clrcall] = ACTIONS(3258), [anon_sym___stdcall] = ACTIONS(3258), [anon_sym___fastcall] = ACTIONS(3258), [anon_sym___thiscall] = ACTIONS(3258), [anon_sym___vectorcall] = ACTIONS(3258), [anon_sym_LBRACE] = ACTIONS(3260), [anon_sym_signed] = ACTIONS(3258), [anon_sym_unsigned] = ACTIONS(3258), [anon_sym_long] = ACTIONS(3258), [anon_sym_short] = ACTIONS(3258), [anon_sym_LBRACK] = ACTIONS(3258), [anon_sym_static] = ACTIONS(3258), [anon_sym_register] = ACTIONS(3258), [anon_sym_inline] = ACTIONS(3258), [anon_sym_thread_local] = ACTIONS(3258), [anon_sym_const] = ACTIONS(3258), [anon_sym_constexpr] = ACTIONS(3258), [anon_sym_volatile] = ACTIONS(3258), [anon_sym_restrict] = ACTIONS(3258), [anon_sym___restrict__] = ACTIONS(3258), [anon_sym__Atomic] = ACTIONS(3258), [anon_sym__Noreturn] = ACTIONS(3258), [anon_sym_noreturn] = ACTIONS(3258), [anon_sym_mutable] = ACTIONS(3258), [anon_sym_constinit] = ACTIONS(3258), [anon_sym_consteval] = ACTIONS(3258), [sym_primitive_type] = ACTIONS(3258), [anon_sym_enum] = ACTIONS(3258), [anon_sym_class] = ACTIONS(3258), [anon_sym_struct] = ACTIONS(3258), [anon_sym_union] = ACTIONS(3258), [anon_sym_if] = ACTIONS(3258), [anon_sym_switch] = ACTIONS(3258), [anon_sym_case] = ACTIONS(3258), [anon_sym_default] = ACTIONS(3258), [anon_sym_while] = ACTIONS(3258), [anon_sym_do] = ACTIONS(3258), [anon_sym_for] = ACTIONS(3258), [anon_sym_return] = ACTIONS(3258), [anon_sym_break] = ACTIONS(3258), [anon_sym_continue] = ACTIONS(3258), [anon_sym_goto] = ACTIONS(3258), [anon_sym_not] = ACTIONS(3258), [anon_sym_compl] = ACTIONS(3258), [anon_sym_DASH_DASH] = ACTIONS(3260), [anon_sym_PLUS_PLUS] = ACTIONS(3260), [anon_sym_sizeof] = ACTIONS(3258), [anon_sym_offsetof] = ACTIONS(3258), [anon_sym__Generic] = ACTIONS(3258), [anon_sym_asm] = ACTIONS(3258), [anon_sym___asm__] = ACTIONS(3258), [sym_number_literal] = ACTIONS(3260), [anon_sym_L_SQUOTE] = ACTIONS(3260), [anon_sym_u_SQUOTE] = ACTIONS(3260), [anon_sym_U_SQUOTE] = ACTIONS(3260), [anon_sym_u8_SQUOTE] = ACTIONS(3260), [anon_sym_SQUOTE] = ACTIONS(3260), [anon_sym_L_DQUOTE] = ACTIONS(3260), [anon_sym_u_DQUOTE] = ACTIONS(3260), [anon_sym_U_DQUOTE] = ACTIONS(3260), [anon_sym_u8_DQUOTE] = ACTIONS(3260), [anon_sym_DQUOTE] = ACTIONS(3260), [sym_true] = ACTIONS(3258), [sym_false] = ACTIONS(3258), [anon_sym_NULL] = ACTIONS(3258), [anon_sym_nullptr] = ACTIONS(3258), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3258), [anon_sym_decltype] = ACTIONS(3258), [anon_sym_virtual] = ACTIONS(3258), [anon_sym_explicit] = ACTIONS(3258), [anon_sym_typename] = ACTIONS(3258), [anon_sym_template] = ACTIONS(3258), [anon_sym_operator] = ACTIONS(3258), [anon_sym_try] = ACTIONS(3258), [anon_sym_delete] = ACTIONS(3258), [anon_sym_throw] = ACTIONS(3258), [anon_sym_namespace] = ACTIONS(3258), [anon_sym_using] = ACTIONS(3258), [anon_sym_static_assert] = ACTIONS(3258), [anon_sym_concept] = ACTIONS(3258), [anon_sym_co_return] = ACTIONS(3258), [anon_sym_co_yield] = ACTIONS(3258), [anon_sym_R_DQUOTE] = ACTIONS(3260), [anon_sym_LR_DQUOTE] = ACTIONS(3260), [anon_sym_uR_DQUOTE] = ACTIONS(3260), [anon_sym_UR_DQUOTE] = ACTIONS(3260), [anon_sym_u8R_DQUOTE] = ACTIONS(3260), [anon_sym_co_await] = ACTIONS(3258), [anon_sym_new] = ACTIONS(3258), [anon_sym_requires] = ACTIONS(3258), [sym_this] = ACTIONS(3258), }, [1218] = { [sym_identifier] = ACTIONS(3123), [aux_sym_preproc_include_token1] = ACTIONS(3123), [aux_sym_preproc_def_token1] = ACTIONS(3123), [aux_sym_preproc_if_token1] = ACTIONS(3123), [aux_sym_preproc_if_token2] = ACTIONS(3123), [aux_sym_preproc_ifdef_token1] = ACTIONS(3123), [aux_sym_preproc_ifdef_token2] = ACTIONS(3123), [sym_preproc_directive] = ACTIONS(3123), [anon_sym_LPAREN2] = ACTIONS(3125), [anon_sym_BANG] = ACTIONS(3125), [anon_sym_TILDE] = ACTIONS(3125), [anon_sym_DASH] = ACTIONS(3123), [anon_sym_PLUS] = ACTIONS(3123), [anon_sym_STAR] = ACTIONS(3125), [anon_sym_AMP_AMP] = ACTIONS(3125), [anon_sym_AMP] = ACTIONS(3123), [anon_sym_SEMI] = ACTIONS(3125), [anon_sym_typedef] = ACTIONS(3123), [anon_sym_extern] = ACTIONS(3123), [anon_sym___attribute__] = ACTIONS(3123), [anon_sym_COLON_COLON] = ACTIONS(3125), [anon_sym_LBRACK_LBRACK] = ACTIONS(3125), [anon_sym___declspec] = ACTIONS(3123), [anon_sym___based] = ACTIONS(3123), [anon_sym___cdecl] = ACTIONS(3123), [anon_sym___clrcall] = ACTIONS(3123), [anon_sym___stdcall] = ACTIONS(3123), [anon_sym___fastcall] = ACTIONS(3123), [anon_sym___thiscall] = ACTIONS(3123), [anon_sym___vectorcall] = ACTIONS(3123), [anon_sym_LBRACE] = ACTIONS(3125), [anon_sym_signed] = ACTIONS(3123), [anon_sym_unsigned] = ACTIONS(3123), [anon_sym_long] = ACTIONS(3123), [anon_sym_short] = ACTIONS(3123), [anon_sym_LBRACK] = ACTIONS(3123), [anon_sym_static] = ACTIONS(3123), [anon_sym_register] = ACTIONS(3123), [anon_sym_inline] = ACTIONS(3123), [anon_sym_thread_local] = ACTIONS(3123), [anon_sym_const] = ACTIONS(3123), [anon_sym_constexpr] = ACTIONS(3123), [anon_sym_volatile] = ACTIONS(3123), [anon_sym_restrict] = ACTIONS(3123), [anon_sym___restrict__] = ACTIONS(3123), [anon_sym__Atomic] = ACTIONS(3123), [anon_sym__Noreturn] = ACTIONS(3123), [anon_sym_noreturn] = ACTIONS(3123), [anon_sym_mutable] = ACTIONS(3123), [anon_sym_constinit] = ACTIONS(3123), [anon_sym_consteval] = ACTIONS(3123), [sym_primitive_type] = ACTIONS(3123), [anon_sym_enum] = ACTIONS(3123), [anon_sym_class] = ACTIONS(3123), [anon_sym_struct] = ACTIONS(3123), [anon_sym_union] = ACTIONS(3123), [anon_sym_if] = ACTIONS(3123), [anon_sym_switch] = ACTIONS(3123), [anon_sym_case] = ACTIONS(3123), [anon_sym_default] = ACTIONS(3123), [anon_sym_while] = ACTIONS(3123), [anon_sym_do] = ACTIONS(3123), [anon_sym_for] = ACTIONS(3123), [anon_sym_return] = ACTIONS(3123), [anon_sym_break] = ACTIONS(3123), [anon_sym_continue] = ACTIONS(3123), [anon_sym_goto] = ACTIONS(3123), [anon_sym_not] = ACTIONS(3123), [anon_sym_compl] = ACTIONS(3123), [anon_sym_DASH_DASH] = ACTIONS(3125), [anon_sym_PLUS_PLUS] = ACTIONS(3125), [anon_sym_sizeof] = ACTIONS(3123), [anon_sym_offsetof] = ACTIONS(3123), [anon_sym__Generic] = ACTIONS(3123), [anon_sym_asm] = ACTIONS(3123), [anon_sym___asm__] = ACTIONS(3123), [sym_number_literal] = ACTIONS(3125), [anon_sym_L_SQUOTE] = ACTIONS(3125), [anon_sym_u_SQUOTE] = ACTIONS(3125), [anon_sym_U_SQUOTE] = ACTIONS(3125), [anon_sym_u8_SQUOTE] = ACTIONS(3125), [anon_sym_SQUOTE] = ACTIONS(3125), [anon_sym_L_DQUOTE] = ACTIONS(3125), [anon_sym_u_DQUOTE] = ACTIONS(3125), [anon_sym_U_DQUOTE] = ACTIONS(3125), [anon_sym_u8_DQUOTE] = ACTIONS(3125), [anon_sym_DQUOTE] = ACTIONS(3125), [sym_true] = ACTIONS(3123), [sym_false] = ACTIONS(3123), [anon_sym_NULL] = ACTIONS(3123), [anon_sym_nullptr] = ACTIONS(3123), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3123), [anon_sym_decltype] = ACTIONS(3123), [anon_sym_virtual] = ACTIONS(3123), [anon_sym_explicit] = ACTIONS(3123), [anon_sym_typename] = ACTIONS(3123), [anon_sym_template] = ACTIONS(3123), [anon_sym_operator] = ACTIONS(3123), [anon_sym_try] = ACTIONS(3123), [anon_sym_delete] = ACTIONS(3123), [anon_sym_throw] = ACTIONS(3123), [anon_sym_namespace] = ACTIONS(3123), [anon_sym_using] = ACTIONS(3123), [anon_sym_static_assert] = ACTIONS(3123), [anon_sym_concept] = ACTIONS(3123), [anon_sym_co_return] = ACTIONS(3123), [anon_sym_co_yield] = ACTIONS(3123), [anon_sym_R_DQUOTE] = ACTIONS(3125), [anon_sym_LR_DQUOTE] = ACTIONS(3125), [anon_sym_uR_DQUOTE] = ACTIONS(3125), [anon_sym_UR_DQUOTE] = ACTIONS(3125), [anon_sym_u8R_DQUOTE] = ACTIONS(3125), [anon_sym_co_await] = ACTIONS(3123), [anon_sym_new] = ACTIONS(3123), [anon_sym_requires] = ACTIONS(3123), [sym_this] = ACTIONS(3123), }, [1219] = { [sym_identifier] = ACTIONS(3391), [aux_sym_preproc_include_token1] = ACTIONS(3391), [aux_sym_preproc_def_token1] = ACTIONS(3391), [aux_sym_preproc_if_token1] = ACTIONS(3391), [aux_sym_preproc_if_token2] = ACTIONS(3391), [aux_sym_preproc_ifdef_token1] = ACTIONS(3391), [aux_sym_preproc_ifdef_token2] = ACTIONS(3391), [sym_preproc_directive] = ACTIONS(3391), [anon_sym_LPAREN2] = ACTIONS(3393), [anon_sym_BANG] = ACTIONS(3393), [anon_sym_TILDE] = ACTIONS(3393), [anon_sym_DASH] = ACTIONS(3391), [anon_sym_PLUS] = ACTIONS(3391), [anon_sym_STAR] = ACTIONS(3393), [anon_sym_AMP_AMP] = ACTIONS(3393), [anon_sym_AMP] = ACTIONS(3391), [anon_sym_SEMI] = ACTIONS(3393), [anon_sym_typedef] = ACTIONS(3391), [anon_sym_extern] = ACTIONS(3391), [anon_sym___attribute__] = ACTIONS(3391), [anon_sym_COLON_COLON] = ACTIONS(3393), [anon_sym_LBRACK_LBRACK] = ACTIONS(3393), [anon_sym___declspec] = ACTIONS(3391), [anon_sym___based] = ACTIONS(3391), [anon_sym___cdecl] = ACTIONS(3391), [anon_sym___clrcall] = ACTIONS(3391), [anon_sym___stdcall] = ACTIONS(3391), [anon_sym___fastcall] = ACTIONS(3391), [anon_sym___thiscall] = ACTIONS(3391), [anon_sym___vectorcall] = ACTIONS(3391), [anon_sym_LBRACE] = ACTIONS(3393), [anon_sym_signed] = ACTIONS(3391), [anon_sym_unsigned] = ACTIONS(3391), [anon_sym_long] = ACTIONS(3391), [anon_sym_short] = ACTIONS(3391), [anon_sym_LBRACK] = ACTIONS(3391), [anon_sym_static] = ACTIONS(3391), [anon_sym_register] = ACTIONS(3391), [anon_sym_inline] = ACTIONS(3391), [anon_sym_thread_local] = ACTIONS(3391), [anon_sym_const] = ACTIONS(3391), [anon_sym_constexpr] = ACTIONS(3391), [anon_sym_volatile] = ACTIONS(3391), [anon_sym_restrict] = ACTIONS(3391), [anon_sym___restrict__] = ACTIONS(3391), [anon_sym__Atomic] = ACTIONS(3391), [anon_sym__Noreturn] = ACTIONS(3391), [anon_sym_noreturn] = ACTIONS(3391), [anon_sym_mutable] = ACTIONS(3391), [anon_sym_constinit] = ACTIONS(3391), [anon_sym_consteval] = ACTIONS(3391), [sym_primitive_type] = ACTIONS(3391), [anon_sym_enum] = ACTIONS(3391), [anon_sym_class] = ACTIONS(3391), [anon_sym_struct] = ACTIONS(3391), [anon_sym_union] = ACTIONS(3391), [anon_sym_if] = ACTIONS(3391), [anon_sym_switch] = ACTIONS(3391), [anon_sym_case] = ACTIONS(3391), [anon_sym_default] = ACTIONS(3391), [anon_sym_while] = ACTIONS(3391), [anon_sym_do] = ACTIONS(3391), [anon_sym_for] = ACTIONS(3391), [anon_sym_return] = ACTIONS(3391), [anon_sym_break] = ACTIONS(3391), [anon_sym_continue] = ACTIONS(3391), [anon_sym_goto] = ACTIONS(3391), [anon_sym_not] = ACTIONS(3391), [anon_sym_compl] = ACTIONS(3391), [anon_sym_DASH_DASH] = ACTIONS(3393), [anon_sym_PLUS_PLUS] = ACTIONS(3393), [anon_sym_sizeof] = ACTIONS(3391), [anon_sym_offsetof] = ACTIONS(3391), [anon_sym__Generic] = ACTIONS(3391), [anon_sym_asm] = ACTIONS(3391), [anon_sym___asm__] = ACTIONS(3391), [sym_number_literal] = ACTIONS(3393), [anon_sym_L_SQUOTE] = ACTIONS(3393), [anon_sym_u_SQUOTE] = ACTIONS(3393), [anon_sym_U_SQUOTE] = ACTIONS(3393), [anon_sym_u8_SQUOTE] = ACTIONS(3393), [anon_sym_SQUOTE] = ACTIONS(3393), [anon_sym_L_DQUOTE] = ACTIONS(3393), [anon_sym_u_DQUOTE] = ACTIONS(3393), [anon_sym_U_DQUOTE] = ACTIONS(3393), [anon_sym_u8_DQUOTE] = ACTIONS(3393), [anon_sym_DQUOTE] = ACTIONS(3393), [sym_true] = ACTIONS(3391), [sym_false] = ACTIONS(3391), [anon_sym_NULL] = ACTIONS(3391), [anon_sym_nullptr] = ACTIONS(3391), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3391), [anon_sym_decltype] = ACTIONS(3391), [anon_sym_virtual] = ACTIONS(3391), [anon_sym_explicit] = ACTIONS(3391), [anon_sym_typename] = ACTIONS(3391), [anon_sym_template] = ACTIONS(3391), [anon_sym_operator] = ACTIONS(3391), [anon_sym_try] = ACTIONS(3391), [anon_sym_delete] = ACTIONS(3391), [anon_sym_throw] = ACTIONS(3391), [anon_sym_namespace] = ACTIONS(3391), [anon_sym_using] = ACTIONS(3391), [anon_sym_static_assert] = ACTIONS(3391), [anon_sym_concept] = ACTIONS(3391), [anon_sym_co_return] = ACTIONS(3391), [anon_sym_co_yield] = ACTIONS(3391), [anon_sym_R_DQUOTE] = ACTIONS(3393), [anon_sym_LR_DQUOTE] = ACTIONS(3393), [anon_sym_uR_DQUOTE] = ACTIONS(3393), [anon_sym_UR_DQUOTE] = ACTIONS(3393), [anon_sym_u8R_DQUOTE] = ACTIONS(3393), [anon_sym_co_await] = ACTIONS(3391), [anon_sym_new] = ACTIONS(3391), [anon_sym_requires] = ACTIONS(3391), [sym_this] = ACTIONS(3391), }, [1220] = { [sym_identifier] = ACTIONS(3231), [aux_sym_preproc_include_token1] = ACTIONS(3231), [aux_sym_preproc_def_token1] = ACTIONS(3231), [aux_sym_preproc_if_token1] = ACTIONS(3231), [aux_sym_preproc_ifdef_token1] = ACTIONS(3231), [aux_sym_preproc_ifdef_token2] = ACTIONS(3231), [sym_preproc_directive] = ACTIONS(3231), [anon_sym_LPAREN2] = ACTIONS(3233), [anon_sym_BANG] = ACTIONS(3233), [anon_sym_TILDE] = ACTIONS(3233), [anon_sym_DASH] = ACTIONS(3231), [anon_sym_PLUS] = ACTIONS(3231), [anon_sym_STAR] = ACTIONS(3233), [anon_sym_AMP_AMP] = ACTIONS(3233), [anon_sym_AMP] = ACTIONS(3231), [anon_sym_SEMI] = ACTIONS(3233), [anon_sym_typedef] = ACTIONS(3231), [anon_sym_extern] = ACTIONS(3231), [anon_sym___attribute__] = ACTIONS(3231), [anon_sym_COLON_COLON] = ACTIONS(3233), [anon_sym_LBRACK_LBRACK] = ACTIONS(3233), [anon_sym___declspec] = ACTIONS(3231), [anon_sym___based] = ACTIONS(3231), [anon_sym___cdecl] = ACTIONS(3231), [anon_sym___clrcall] = ACTIONS(3231), [anon_sym___stdcall] = ACTIONS(3231), [anon_sym___fastcall] = ACTIONS(3231), [anon_sym___thiscall] = ACTIONS(3231), [anon_sym___vectorcall] = ACTIONS(3231), [anon_sym_LBRACE] = ACTIONS(3233), [anon_sym_RBRACE] = ACTIONS(3233), [anon_sym_signed] = ACTIONS(3231), [anon_sym_unsigned] = ACTIONS(3231), [anon_sym_long] = ACTIONS(3231), [anon_sym_short] = ACTIONS(3231), [anon_sym_LBRACK] = ACTIONS(3231), [anon_sym_static] = ACTIONS(3231), [anon_sym_register] = ACTIONS(3231), [anon_sym_inline] = ACTIONS(3231), [anon_sym_thread_local] = ACTIONS(3231), [anon_sym_const] = ACTIONS(3231), [anon_sym_constexpr] = ACTIONS(3231), [anon_sym_volatile] = ACTIONS(3231), [anon_sym_restrict] = ACTIONS(3231), [anon_sym___restrict__] = ACTIONS(3231), [anon_sym__Atomic] = ACTIONS(3231), [anon_sym__Noreturn] = ACTIONS(3231), [anon_sym_noreturn] = ACTIONS(3231), [anon_sym_mutable] = ACTIONS(3231), [anon_sym_constinit] = ACTIONS(3231), [anon_sym_consteval] = ACTIONS(3231), [sym_primitive_type] = ACTIONS(3231), [anon_sym_enum] = ACTIONS(3231), [anon_sym_class] = ACTIONS(3231), [anon_sym_struct] = ACTIONS(3231), [anon_sym_union] = ACTIONS(3231), [anon_sym_if] = ACTIONS(3231), [anon_sym_switch] = ACTIONS(3231), [anon_sym_case] = ACTIONS(3231), [anon_sym_default] = ACTIONS(3231), [anon_sym_while] = ACTIONS(3231), [anon_sym_do] = ACTIONS(3231), [anon_sym_for] = ACTIONS(3231), [anon_sym_return] = ACTIONS(3231), [anon_sym_break] = ACTIONS(3231), [anon_sym_continue] = ACTIONS(3231), [anon_sym_goto] = ACTIONS(3231), [anon_sym_not] = ACTIONS(3231), [anon_sym_compl] = ACTIONS(3231), [anon_sym_DASH_DASH] = ACTIONS(3233), [anon_sym_PLUS_PLUS] = ACTIONS(3233), [anon_sym_sizeof] = ACTIONS(3231), [anon_sym_offsetof] = ACTIONS(3231), [anon_sym__Generic] = ACTIONS(3231), [anon_sym_asm] = ACTIONS(3231), [anon_sym___asm__] = ACTIONS(3231), [sym_number_literal] = ACTIONS(3233), [anon_sym_L_SQUOTE] = ACTIONS(3233), [anon_sym_u_SQUOTE] = ACTIONS(3233), [anon_sym_U_SQUOTE] = ACTIONS(3233), [anon_sym_u8_SQUOTE] = ACTIONS(3233), [anon_sym_SQUOTE] = ACTIONS(3233), [anon_sym_L_DQUOTE] = ACTIONS(3233), [anon_sym_u_DQUOTE] = ACTIONS(3233), [anon_sym_U_DQUOTE] = ACTIONS(3233), [anon_sym_u8_DQUOTE] = ACTIONS(3233), [anon_sym_DQUOTE] = ACTIONS(3233), [sym_true] = ACTIONS(3231), [sym_false] = ACTIONS(3231), [anon_sym_NULL] = ACTIONS(3231), [anon_sym_nullptr] = ACTIONS(3231), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3231), [anon_sym_decltype] = ACTIONS(3231), [anon_sym_virtual] = ACTIONS(3231), [anon_sym_explicit] = ACTIONS(3231), [anon_sym_typename] = ACTIONS(3231), [anon_sym_template] = ACTIONS(3231), [anon_sym_operator] = ACTIONS(3231), [anon_sym_try] = ACTIONS(3231), [anon_sym_delete] = ACTIONS(3231), [anon_sym_throw] = ACTIONS(3231), [anon_sym_namespace] = ACTIONS(3231), [anon_sym_using] = ACTIONS(3231), [anon_sym_static_assert] = ACTIONS(3231), [anon_sym_concept] = ACTIONS(3231), [anon_sym_co_return] = ACTIONS(3231), [anon_sym_co_yield] = ACTIONS(3231), [anon_sym_R_DQUOTE] = ACTIONS(3233), [anon_sym_LR_DQUOTE] = ACTIONS(3233), [anon_sym_uR_DQUOTE] = ACTIONS(3233), [anon_sym_UR_DQUOTE] = ACTIONS(3233), [anon_sym_u8R_DQUOTE] = ACTIONS(3233), [anon_sym_co_await] = ACTIONS(3231), [anon_sym_new] = ACTIONS(3231), [anon_sym_requires] = ACTIONS(3231), [sym_this] = ACTIONS(3231), }, [1221] = { [sym_identifier] = ACTIONS(3417), [aux_sym_preproc_include_token1] = ACTIONS(3417), [aux_sym_preproc_def_token1] = ACTIONS(3417), [aux_sym_preproc_if_token1] = ACTIONS(3417), [aux_sym_preproc_if_token2] = ACTIONS(3417), [aux_sym_preproc_ifdef_token1] = ACTIONS(3417), [aux_sym_preproc_ifdef_token2] = ACTIONS(3417), [sym_preproc_directive] = ACTIONS(3417), [anon_sym_LPAREN2] = ACTIONS(3419), [anon_sym_BANG] = ACTIONS(3419), [anon_sym_TILDE] = ACTIONS(3419), [anon_sym_DASH] = ACTIONS(3417), [anon_sym_PLUS] = ACTIONS(3417), [anon_sym_STAR] = ACTIONS(3419), [anon_sym_AMP_AMP] = ACTIONS(3419), [anon_sym_AMP] = ACTIONS(3417), [anon_sym_SEMI] = ACTIONS(3419), [anon_sym_typedef] = ACTIONS(3417), [anon_sym_extern] = ACTIONS(3417), [anon_sym___attribute__] = ACTIONS(3417), [anon_sym_COLON_COLON] = ACTIONS(3419), [anon_sym_LBRACK_LBRACK] = ACTIONS(3419), [anon_sym___declspec] = ACTIONS(3417), [anon_sym___based] = ACTIONS(3417), [anon_sym___cdecl] = ACTIONS(3417), [anon_sym___clrcall] = ACTIONS(3417), [anon_sym___stdcall] = ACTIONS(3417), [anon_sym___fastcall] = ACTIONS(3417), [anon_sym___thiscall] = ACTIONS(3417), [anon_sym___vectorcall] = ACTIONS(3417), [anon_sym_LBRACE] = ACTIONS(3419), [anon_sym_signed] = ACTIONS(3417), [anon_sym_unsigned] = ACTIONS(3417), [anon_sym_long] = ACTIONS(3417), [anon_sym_short] = ACTIONS(3417), [anon_sym_LBRACK] = ACTIONS(3417), [anon_sym_static] = ACTIONS(3417), [anon_sym_register] = ACTIONS(3417), [anon_sym_inline] = ACTIONS(3417), [anon_sym_thread_local] = ACTIONS(3417), [anon_sym_const] = ACTIONS(3417), [anon_sym_constexpr] = ACTIONS(3417), [anon_sym_volatile] = ACTIONS(3417), [anon_sym_restrict] = ACTIONS(3417), [anon_sym___restrict__] = ACTIONS(3417), [anon_sym__Atomic] = ACTIONS(3417), [anon_sym__Noreturn] = ACTIONS(3417), [anon_sym_noreturn] = ACTIONS(3417), [anon_sym_mutable] = ACTIONS(3417), [anon_sym_constinit] = ACTIONS(3417), [anon_sym_consteval] = ACTIONS(3417), [sym_primitive_type] = ACTIONS(3417), [anon_sym_enum] = ACTIONS(3417), [anon_sym_class] = ACTIONS(3417), [anon_sym_struct] = ACTIONS(3417), [anon_sym_union] = ACTIONS(3417), [anon_sym_if] = ACTIONS(3417), [anon_sym_switch] = ACTIONS(3417), [anon_sym_case] = ACTIONS(3417), [anon_sym_default] = ACTIONS(3417), [anon_sym_while] = ACTIONS(3417), [anon_sym_do] = ACTIONS(3417), [anon_sym_for] = ACTIONS(3417), [anon_sym_return] = ACTIONS(3417), [anon_sym_break] = ACTIONS(3417), [anon_sym_continue] = ACTIONS(3417), [anon_sym_goto] = ACTIONS(3417), [anon_sym_not] = ACTIONS(3417), [anon_sym_compl] = ACTIONS(3417), [anon_sym_DASH_DASH] = ACTIONS(3419), [anon_sym_PLUS_PLUS] = ACTIONS(3419), [anon_sym_sizeof] = ACTIONS(3417), [anon_sym_offsetof] = ACTIONS(3417), [anon_sym__Generic] = ACTIONS(3417), [anon_sym_asm] = ACTIONS(3417), [anon_sym___asm__] = ACTIONS(3417), [sym_number_literal] = ACTIONS(3419), [anon_sym_L_SQUOTE] = ACTIONS(3419), [anon_sym_u_SQUOTE] = ACTIONS(3419), [anon_sym_U_SQUOTE] = ACTIONS(3419), [anon_sym_u8_SQUOTE] = ACTIONS(3419), [anon_sym_SQUOTE] = ACTIONS(3419), [anon_sym_L_DQUOTE] = ACTIONS(3419), [anon_sym_u_DQUOTE] = ACTIONS(3419), [anon_sym_U_DQUOTE] = ACTIONS(3419), [anon_sym_u8_DQUOTE] = ACTIONS(3419), [anon_sym_DQUOTE] = ACTIONS(3419), [sym_true] = ACTIONS(3417), [sym_false] = ACTIONS(3417), [anon_sym_NULL] = ACTIONS(3417), [anon_sym_nullptr] = ACTIONS(3417), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3417), [anon_sym_decltype] = ACTIONS(3417), [anon_sym_virtual] = ACTIONS(3417), [anon_sym_explicit] = ACTIONS(3417), [anon_sym_typename] = ACTIONS(3417), [anon_sym_template] = ACTIONS(3417), [anon_sym_operator] = ACTIONS(3417), [anon_sym_try] = ACTIONS(3417), [anon_sym_delete] = ACTIONS(3417), [anon_sym_throw] = ACTIONS(3417), [anon_sym_namespace] = ACTIONS(3417), [anon_sym_using] = ACTIONS(3417), [anon_sym_static_assert] = ACTIONS(3417), [anon_sym_concept] = ACTIONS(3417), [anon_sym_co_return] = ACTIONS(3417), [anon_sym_co_yield] = ACTIONS(3417), [anon_sym_R_DQUOTE] = ACTIONS(3419), [anon_sym_LR_DQUOTE] = ACTIONS(3419), [anon_sym_uR_DQUOTE] = ACTIONS(3419), [anon_sym_UR_DQUOTE] = ACTIONS(3419), [anon_sym_u8R_DQUOTE] = ACTIONS(3419), [anon_sym_co_await] = ACTIONS(3417), [anon_sym_new] = ACTIONS(3417), [anon_sym_requires] = ACTIONS(3417), [sym_this] = ACTIONS(3417), }, [1222] = { [sym_identifier] = ACTIONS(3215), [aux_sym_preproc_include_token1] = ACTIONS(3215), [aux_sym_preproc_def_token1] = ACTIONS(3215), [aux_sym_preproc_if_token1] = ACTIONS(3215), [aux_sym_preproc_if_token2] = ACTIONS(3215), [aux_sym_preproc_ifdef_token1] = ACTIONS(3215), [aux_sym_preproc_ifdef_token2] = ACTIONS(3215), [sym_preproc_directive] = ACTIONS(3215), [anon_sym_LPAREN2] = ACTIONS(3217), [anon_sym_BANG] = ACTIONS(3217), [anon_sym_TILDE] = ACTIONS(3217), [anon_sym_DASH] = ACTIONS(3215), [anon_sym_PLUS] = ACTIONS(3215), [anon_sym_STAR] = ACTIONS(3217), [anon_sym_AMP_AMP] = ACTIONS(3217), [anon_sym_AMP] = ACTIONS(3215), [anon_sym_SEMI] = ACTIONS(3217), [anon_sym_typedef] = ACTIONS(3215), [anon_sym_extern] = ACTIONS(3215), [anon_sym___attribute__] = ACTIONS(3215), [anon_sym_COLON_COLON] = ACTIONS(3217), [anon_sym_LBRACK_LBRACK] = ACTIONS(3217), [anon_sym___declspec] = ACTIONS(3215), [anon_sym___based] = ACTIONS(3215), [anon_sym___cdecl] = ACTIONS(3215), [anon_sym___clrcall] = ACTIONS(3215), [anon_sym___stdcall] = ACTIONS(3215), [anon_sym___fastcall] = ACTIONS(3215), [anon_sym___thiscall] = ACTIONS(3215), [anon_sym___vectorcall] = ACTIONS(3215), [anon_sym_LBRACE] = ACTIONS(3217), [anon_sym_signed] = ACTIONS(3215), [anon_sym_unsigned] = ACTIONS(3215), [anon_sym_long] = ACTIONS(3215), [anon_sym_short] = ACTIONS(3215), [anon_sym_LBRACK] = ACTIONS(3215), [anon_sym_static] = ACTIONS(3215), [anon_sym_register] = ACTIONS(3215), [anon_sym_inline] = ACTIONS(3215), [anon_sym_thread_local] = ACTIONS(3215), [anon_sym_const] = ACTIONS(3215), [anon_sym_constexpr] = ACTIONS(3215), [anon_sym_volatile] = ACTIONS(3215), [anon_sym_restrict] = ACTIONS(3215), [anon_sym___restrict__] = ACTIONS(3215), [anon_sym__Atomic] = ACTIONS(3215), [anon_sym__Noreturn] = ACTIONS(3215), [anon_sym_noreturn] = ACTIONS(3215), [anon_sym_mutable] = ACTIONS(3215), [anon_sym_constinit] = ACTIONS(3215), [anon_sym_consteval] = ACTIONS(3215), [sym_primitive_type] = ACTIONS(3215), [anon_sym_enum] = ACTIONS(3215), [anon_sym_class] = ACTIONS(3215), [anon_sym_struct] = ACTIONS(3215), [anon_sym_union] = ACTIONS(3215), [anon_sym_if] = ACTIONS(3215), [anon_sym_switch] = ACTIONS(3215), [anon_sym_case] = ACTIONS(3215), [anon_sym_default] = ACTIONS(3215), [anon_sym_while] = ACTIONS(3215), [anon_sym_do] = ACTIONS(3215), [anon_sym_for] = ACTIONS(3215), [anon_sym_return] = ACTIONS(3215), [anon_sym_break] = ACTIONS(3215), [anon_sym_continue] = ACTIONS(3215), [anon_sym_goto] = ACTIONS(3215), [anon_sym_not] = ACTIONS(3215), [anon_sym_compl] = ACTIONS(3215), [anon_sym_DASH_DASH] = ACTIONS(3217), [anon_sym_PLUS_PLUS] = ACTIONS(3217), [anon_sym_sizeof] = ACTIONS(3215), [anon_sym_offsetof] = ACTIONS(3215), [anon_sym__Generic] = ACTIONS(3215), [anon_sym_asm] = ACTIONS(3215), [anon_sym___asm__] = ACTIONS(3215), [sym_number_literal] = ACTIONS(3217), [anon_sym_L_SQUOTE] = ACTIONS(3217), [anon_sym_u_SQUOTE] = ACTIONS(3217), [anon_sym_U_SQUOTE] = ACTIONS(3217), [anon_sym_u8_SQUOTE] = ACTIONS(3217), [anon_sym_SQUOTE] = ACTIONS(3217), [anon_sym_L_DQUOTE] = ACTIONS(3217), [anon_sym_u_DQUOTE] = ACTIONS(3217), [anon_sym_U_DQUOTE] = ACTIONS(3217), [anon_sym_u8_DQUOTE] = ACTIONS(3217), [anon_sym_DQUOTE] = ACTIONS(3217), [sym_true] = ACTIONS(3215), [sym_false] = ACTIONS(3215), [anon_sym_NULL] = ACTIONS(3215), [anon_sym_nullptr] = ACTIONS(3215), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3215), [anon_sym_decltype] = ACTIONS(3215), [anon_sym_virtual] = ACTIONS(3215), [anon_sym_explicit] = ACTIONS(3215), [anon_sym_typename] = ACTIONS(3215), [anon_sym_template] = ACTIONS(3215), [anon_sym_operator] = ACTIONS(3215), [anon_sym_try] = ACTIONS(3215), [anon_sym_delete] = ACTIONS(3215), [anon_sym_throw] = ACTIONS(3215), [anon_sym_namespace] = ACTIONS(3215), [anon_sym_using] = ACTIONS(3215), [anon_sym_static_assert] = ACTIONS(3215), [anon_sym_concept] = ACTIONS(3215), [anon_sym_co_return] = ACTIONS(3215), [anon_sym_co_yield] = ACTIONS(3215), [anon_sym_R_DQUOTE] = ACTIONS(3217), [anon_sym_LR_DQUOTE] = ACTIONS(3217), [anon_sym_uR_DQUOTE] = ACTIONS(3217), [anon_sym_UR_DQUOTE] = ACTIONS(3217), [anon_sym_u8R_DQUOTE] = ACTIONS(3217), [anon_sym_co_await] = ACTIONS(3215), [anon_sym_new] = ACTIONS(3215), [anon_sym_requires] = ACTIONS(3215), [sym_this] = ACTIONS(3215), }, [1223] = { [sym_identifier] = ACTIONS(3445), [aux_sym_preproc_include_token1] = ACTIONS(3445), [aux_sym_preproc_def_token1] = ACTIONS(3445), [aux_sym_preproc_if_token1] = ACTIONS(3445), [aux_sym_preproc_if_token2] = ACTIONS(3445), [aux_sym_preproc_ifdef_token1] = ACTIONS(3445), [aux_sym_preproc_ifdef_token2] = ACTIONS(3445), [sym_preproc_directive] = ACTIONS(3445), [anon_sym_LPAREN2] = ACTIONS(3447), [anon_sym_BANG] = ACTIONS(3447), [anon_sym_TILDE] = ACTIONS(3447), [anon_sym_DASH] = ACTIONS(3445), [anon_sym_PLUS] = ACTIONS(3445), [anon_sym_STAR] = ACTIONS(3447), [anon_sym_AMP_AMP] = ACTIONS(3447), [anon_sym_AMP] = ACTIONS(3445), [anon_sym_SEMI] = ACTIONS(3447), [anon_sym_typedef] = ACTIONS(3445), [anon_sym_extern] = ACTIONS(3445), [anon_sym___attribute__] = ACTIONS(3445), [anon_sym_COLON_COLON] = ACTIONS(3447), [anon_sym_LBRACK_LBRACK] = ACTIONS(3447), [anon_sym___declspec] = ACTIONS(3445), [anon_sym___based] = ACTIONS(3445), [anon_sym___cdecl] = ACTIONS(3445), [anon_sym___clrcall] = ACTIONS(3445), [anon_sym___stdcall] = ACTIONS(3445), [anon_sym___fastcall] = ACTIONS(3445), [anon_sym___thiscall] = ACTIONS(3445), [anon_sym___vectorcall] = ACTIONS(3445), [anon_sym_LBRACE] = ACTIONS(3447), [anon_sym_signed] = ACTIONS(3445), [anon_sym_unsigned] = ACTIONS(3445), [anon_sym_long] = ACTIONS(3445), [anon_sym_short] = ACTIONS(3445), [anon_sym_LBRACK] = ACTIONS(3445), [anon_sym_static] = ACTIONS(3445), [anon_sym_register] = ACTIONS(3445), [anon_sym_inline] = ACTIONS(3445), [anon_sym_thread_local] = ACTIONS(3445), [anon_sym_const] = ACTIONS(3445), [anon_sym_constexpr] = ACTIONS(3445), [anon_sym_volatile] = ACTIONS(3445), [anon_sym_restrict] = ACTIONS(3445), [anon_sym___restrict__] = ACTIONS(3445), [anon_sym__Atomic] = ACTIONS(3445), [anon_sym__Noreturn] = ACTIONS(3445), [anon_sym_noreturn] = ACTIONS(3445), [anon_sym_mutable] = ACTIONS(3445), [anon_sym_constinit] = ACTIONS(3445), [anon_sym_consteval] = ACTIONS(3445), [sym_primitive_type] = ACTIONS(3445), [anon_sym_enum] = ACTIONS(3445), [anon_sym_class] = ACTIONS(3445), [anon_sym_struct] = ACTIONS(3445), [anon_sym_union] = ACTIONS(3445), [anon_sym_if] = ACTIONS(3445), [anon_sym_switch] = ACTIONS(3445), [anon_sym_case] = ACTIONS(3445), [anon_sym_default] = ACTIONS(3445), [anon_sym_while] = ACTIONS(3445), [anon_sym_do] = ACTIONS(3445), [anon_sym_for] = ACTIONS(3445), [anon_sym_return] = ACTIONS(3445), [anon_sym_break] = ACTIONS(3445), [anon_sym_continue] = ACTIONS(3445), [anon_sym_goto] = ACTIONS(3445), [anon_sym_not] = ACTIONS(3445), [anon_sym_compl] = ACTIONS(3445), [anon_sym_DASH_DASH] = ACTIONS(3447), [anon_sym_PLUS_PLUS] = ACTIONS(3447), [anon_sym_sizeof] = ACTIONS(3445), [anon_sym_offsetof] = ACTIONS(3445), [anon_sym__Generic] = ACTIONS(3445), [anon_sym_asm] = ACTIONS(3445), [anon_sym___asm__] = ACTIONS(3445), [sym_number_literal] = ACTIONS(3447), [anon_sym_L_SQUOTE] = ACTIONS(3447), [anon_sym_u_SQUOTE] = ACTIONS(3447), [anon_sym_U_SQUOTE] = ACTIONS(3447), [anon_sym_u8_SQUOTE] = ACTIONS(3447), [anon_sym_SQUOTE] = ACTIONS(3447), [anon_sym_L_DQUOTE] = ACTIONS(3447), [anon_sym_u_DQUOTE] = ACTIONS(3447), [anon_sym_U_DQUOTE] = ACTIONS(3447), [anon_sym_u8_DQUOTE] = ACTIONS(3447), [anon_sym_DQUOTE] = ACTIONS(3447), [sym_true] = ACTIONS(3445), [sym_false] = ACTIONS(3445), [anon_sym_NULL] = ACTIONS(3445), [anon_sym_nullptr] = ACTIONS(3445), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3445), [anon_sym_decltype] = ACTIONS(3445), [anon_sym_virtual] = ACTIONS(3445), [anon_sym_explicit] = ACTIONS(3445), [anon_sym_typename] = ACTIONS(3445), [anon_sym_template] = ACTIONS(3445), [anon_sym_operator] = ACTIONS(3445), [anon_sym_try] = ACTIONS(3445), [anon_sym_delete] = ACTIONS(3445), [anon_sym_throw] = ACTIONS(3445), [anon_sym_namespace] = ACTIONS(3445), [anon_sym_using] = ACTIONS(3445), [anon_sym_static_assert] = ACTIONS(3445), [anon_sym_concept] = ACTIONS(3445), [anon_sym_co_return] = ACTIONS(3445), [anon_sym_co_yield] = ACTIONS(3445), [anon_sym_R_DQUOTE] = ACTIONS(3447), [anon_sym_LR_DQUOTE] = ACTIONS(3447), [anon_sym_uR_DQUOTE] = ACTIONS(3447), [anon_sym_UR_DQUOTE] = ACTIONS(3447), [anon_sym_u8R_DQUOTE] = ACTIONS(3447), [anon_sym_co_await] = ACTIONS(3445), [anon_sym_new] = ACTIONS(3445), [anon_sym_requires] = ACTIONS(3445), [sym_this] = ACTIONS(3445), }, [1224] = { [sym_identifier] = ACTIONS(3451), [aux_sym_preproc_include_token1] = ACTIONS(3451), [aux_sym_preproc_def_token1] = ACTIONS(3451), [aux_sym_preproc_if_token1] = ACTIONS(3451), [aux_sym_preproc_if_token2] = ACTIONS(3451), [aux_sym_preproc_ifdef_token1] = ACTIONS(3451), [aux_sym_preproc_ifdef_token2] = ACTIONS(3451), [sym_preproc_directive] = ACTIONS(3451), [anon_sym_LPAREN2] = ACTIONS(3453), [anon_sym_BANG] = ACTIONS(3453), [anon_sym_TILDE] = ACTIONS(3453), [anon_sym_DASH] = ACTIONS(3451), [anon_sym_PLUS] = ACTIONS(3451), [anon_sym_STAR] = ACTIONS(3453), [anon_sym_AMP_AMP] = ACTIONS(3453), [anon_sym_AMP] = ACTIONS(3451), [anon_sym_SEMI] = ACTIONS(3453), [anon_sym_typedef] = ACTIONS(3451), [anon_sym_extern] = ACTIONS(3451), [anon_sym___attribute__] = ACTIONS(3451), [anon_sym_COLON_COLON] = ACTIONS(3453), [anon_sym_LBRACK_LBRACK] = ACTIONS(3453), [anon_sym___declspec] = ACTIONS(3451), [anon_sym___based] = ACTIONS(3451), [anon_sym___cdecl] = ACTIONS(3451), [anon_sym___clrcall] = ACTIONS(3451), [anon_sym___stdcall] = ACTIONS(3451), [anon_sym___fastcall] = ACTIONS(3451), [anon_sym___thiscall] = ACTIONS(3451), [anon_sym___vectorcall] = ACTIONS(3451), [anon_sym_LBRACE] = ACTIONS(3453), [anon_sym_signed] = ACTIONS(3451), [anon_sym_unsigned] = ACTIONS(3451), [anon_sym_long] = ACTIONS(3451), [anon_sym_short] = ACTIONS(3451), [anon_sym_LBRACK] = ACTIONS(3451), [anon_sym_static] = ACTIONS(3451), [anon_sym_register] = ACTIONS(3451), [anon_sym_inline] = ACTIONS(3451), [anon_sym_thread_local] = ACTIONS(3451), [anon_sym_const] = ACTIONS(3451), [anon_sym_constexpr] = ACTIONS(3451), [anon_sym_volatile] = ACTIONS(3451), [anon_sym_restrict] = ACTIONS(3451), [anon_sym___restrict__] = ACTIONS(3451), [anon_sym__Atomic] = ACTIONS(3451), [anon_sym__Noreturn] = ACTIONS(3451), [anon_sym_noreturn] = ACTIONS(3451), [anon_sym_mutable] = ACTIONS(3451), [anon_sym_constinit] = ACTIONS(3451), [anon_sym_consteval] = ACTIONS(3451), [sym_primitive_type] = ACTIONS(3451), [anon_sym_enum] = ACTIONS(3451), [anon_sym_class] = ACTIONS(3451), [anon_sym_struct] = ACTIONS(3451), [anon_sym_union] = ACTIONS(3451), [anon_sym_if] = ACTIONS(3451), [anon_sym_switch] = ACTIONS(3451), [anon_sym_case] = ACTIONS(3451), [anon_sym_default] = ACTIONS(3451), [anon_sym_while] = ACTIONS(3451), [anon_sym_do] = ACTIONS(3451), [anon_sym_for] = ACTIONS(3451), [anon_sym_return] = ACTIONS(3451), [anon_sym_break] = ACTIONS(3451), [anon_sym_continue] = ACTIONS(3451), [anon_sym_goto] = ACTIONS(3451), [anon_sym_not] = ACTIONS(3451), [anon_sym_compl] = ACTIONS(3451), [anon_sym_DASH_DASH] = ACTIONS(3453), [anon_sym_PLUS_PLUS] = ACTIONS(3453), [anon_sym_sizeof] = ACTIONS(3451), [anon_sym_offsetof] = ACTIONS(3451), [anon_sym__Generic] = ACTIONS(3451), [anon_sym_asm] = ACTIONS(3451), [anon_sym___asm__] = ACTIONS(3451), [sym_number_literal] = ACTIONS(3453), [anon_sym_L_SQUOTE] = ACTIONS(3453), [anon_sym_u_SQUOTE] = ACTIONS(3453), [anon_sym_U_SQUOTE] = ACTIONS(3453), [anon_sym_u8_SQUOTE] = ACTIONS(3453), [anon_sym_SQUOTE] = ACTIONS(3453), [anon_sym_L_DQUOTE] = ACTIONS(3453), [anon_sym_u_DQUOTE] = ACTIONS(3453), [anon_sym_U_DQUOTE] = ACTIONS(3453), [anon_sym_u8_DQUOTE] = ACTIONS(3453), [anon_sym_DQUOTE] = ACTIONS(3453), [sym_true] = ACTIONS(3451), [sym_false] = ACTIONS(3451), [anon_sym_NULL] = ACTIONS(3451), [anon_sym_nullptr] = ACTIONS(3451), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3451), [anon_sym_decltype] = ACTIONS(3451), [anon_sym_virtual] = ACTIONS(3451), [anon_sym_explicit] = ACTIONS(3451), [anon_sym_typename] = ACTIONS(3451), [anon_sym_template] = ACTIONS(3451), [anon_sym_operator] = ACTIONS(3451), [anon_sym_try] = ACTIONS(3451), [anon_sym_delete] = ACTIONS(3451), [anon_sym_throw] = ACTIONS(3451), [anon_sym_namespace] = ACTIONS(3451), [anon_sym_using] = ACTIONS(3451), [anon_sym_static_assert] = ACTIONS(3451), [anon_sym_concept] = ACTIONS(3451), [anon_sym_co_return] = ACTIONS(3451), [anon_sym_co_yield] = ACTIONS(3451), [anon_sym_R_DQUOTE] = ACTIONS(3453), [anon_sym_LR_DQUOTE] = ACTIONS(3453), [anon_sym_uR_DQUOTE] = ACTIONS(3453), [anon_sym_UR_DQUOTE] = ACTIONS(3453), [anon_sym_u8R_DQUOTE] = ACTIONS(3453), [anon_sym_co_await] = ACTIONS(3451), [anon_sym_new] = ACTIONS(3451), [anon_sym_requires] = ACTIONS(3451), [sym_this] = ACTIONS(3451), }, [1225] = { [sym_identifier] = ACTIONS(3275), [aux_sym_preproc_include_token1] = ACTIONS(3275), [aux_sym_preproc_def_token1] = ACTIONS(3275), [aux_sym_preproc_if_token1] = ACTIONS(3275), [aux_sym_preproc_ifdef_token1] = ACTIONS(3275), [aux_sym_preproc_ifdef_token2] = ACTIONS(3275), [sym_preproc_directive] = ACTIONS(3275), [anon_sym_LPAREN2] = ACTIONS(3277), [anon_sym_BANG] = ACTIONS(3277), [anon_sym_TILDE] = ACTIONS(3277), [anon_sym_DASH] = ACTIONS(3275), [anon_sym_PLUS] = ACTIONS(3275), [anon_sym_STAR] = ACTIONS(3277), [anon_sym_AMP_AMP] = ACTIONS(3277), [anon_sym_AMP] = ACTIONS(3275), [anon_sym_SEMI] = ACTIONS(3277), [anon_sym_typedef] = ACTIONS(3275), [anon_sym_extern] = ACTIONS(3275), [anon_sym___attribute__] = ACTIONS(3275), [anon_sym_COLON_COLON] = ACTIONS(3277), [anon_sym_LBRACK_LBRACK] = ACTIONS(3277), [anon_sym___declspec] = ACTIONS(3275), [anon_sym___based] = ACTIONS(3275), [anon_sym___cdecl] = ACTIONS(3275), [anon_sym___clrcall] = ACTIONS(3275), [anon_sym___stdcall] = ACTIONS(3275), [anon_sym___fastcall] = ACTIONS(3275), [anon_sym___thiscall] = ACTIONS(3275), [anon_sym___vectorcall] = ACTIONS(3275), [anon_sym_LBRACE] = ACTIONS(3277), [anon_sym_RBRACE] = ACTIONS(3277), [anon_sym_signed] = ACTIONS(3275), [anon_sym_unsigned] = ACTIONS(3275), [anon_sym_long] = ACTIONS(3275), [anon_sym_short] = ACTIONS(3275), [anon_sym_LBRACK] = ACTIONS(3275), [anon_sym_static] = ACTIONS(3275), [anon_sym_register] = ACTIONS(3275), [anon_sym_inline] = ACTIONS(3275), [anon_sym_thread_local] = ACTIONS(3275), [anon_sym_const] = ACTIONS(3275), [anon_sym_constexpr] = ACTIONS(3275), [anon_sym_volatile] = ACTIONS(3275), [anon_sym_restrict] = ACTIONS(3275), [anon_sym___restrict__] = ACTIONS(3275), [anon_sym__Atomic] = ACTIONS(3275), [anon_sym__Noreturn] = ACTIONS(3275), [anon_sym_noreturn] = ACTIONS(3275), [anon_sym_mutable] = ACTIONS(3275), [anon_sym_constinit] = ACTIONS(3275), [anon_sym_consteval] = ACTIONS(3275), [sym_primitive_type] = ACTIONS(3275), [anon_sym_enum] = ACTIONS(3275), [anon_sym_class] = ACTIONS(3275), [anon_sym_struct] = ACTIONS(3275), [anon_sym_union] = ACTIONS(3275), [anon_sym_if] = ACTIONS(3275), [anon_sym_switch] = ACTIONS(3275), [anon_sym_case] = ACTIONS(3275), [anon_sym_default] = ACTIONS(3275), [anon_sym_while] = ACTIONS(3275), [anon_sym_do] = ACTIONS(3275), [anon_sym_for] = ACTIONS(3275), [anon_sym_return] = ACTIONS(3275), [anon_sym_break] = ACTIONS(3275), [anon_sym_continue] = ACTIONS(3275), [anon_sym_goto] = ACTIONS(3275), [anon_sym_not] = ACTIONS(3275), [anon_sym_compl] = ACTIONS(3275), [anon_sym_DASH_DASH] = ACTIONS(3277), [anon_sym_PLUS_PLUS] = ACTIONS(3277), [anon_sym_sizeof] = ACTIONS(3275), [anon_sym_offsetof] = ACTIONS(3275), [anon_sym__Generic] = ACTIONS(3275), [anon_sym_asm] = ACTIONS(3275), [anon_sym___asm__] = ACTIONS(3275), [sym_number_literal] = ACTIONS(3277), [anon_sym_L_SQUOTE] = ACTIONS(3277), [anon_sym_u_SQUOTE] = ACTIONS(3277), [anon_sym_U_SQUOTE] = ACTIONS(3277), [anon_sym_u8_SQUOTE] = ACTIONS(3277), [anon_sym_SQUOTE] = ACTIONS(3277), [anon_sym_L_DQUOTE] = ACTIONS(3277), [anon_sym_u_DQUOTE] = ACTIONS(3277), [anon_sym_U_DQUOTE] = ACTIONS(3277), [anon_sym_u8_DQUOTE] = ACTIONS(3277), [anon_sym_DQUOTE] = ACTIONS(3277), [sym_true] = ACTIONS(3275), [sym_false] = ACTIONS(3275), [anon_sym_NULL] = ACTIONS(3275), [anon_sym_nullptr] = ACTIONS(3275), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3275), [anon_sym_decltype] = ACTIONS(3275), [anon_sym_virtual] = ACTIONS(3275), [anon_sym_explicit] = ACTIONS(3275), [anon_sym_typename] = ACTIONS(3275), [anon_sym_template] = ACTIONS(3275), [anon_sym_operator] = ACTIONS(3275), [anon_sym_try] = ACTIONS(3275), [anon_sym_delete] = ACTIONS(3275), [anon_sym_throw] = ACTIONS(3275), [anon_sym_namespace] = ACTIONS(3275), [anon_sym_using] = ACTIONS(3275), [anon_sym_static_assert] = ACTIONS(3275), [anon_sym_concept] = ACTIONS(3275), [anon_sym_co_return] = ACTIONS(3275), [anon_sym_co_yield] = ACTIONS(3275), [anon_sym_R_DQUOTE] = ACTIONS(3277), [anon_sym_LR_DQUOTE] = ACTIONS(3277), [anon_sym_uR_DQUOTE] = ACTIONS(3277), [anon_sym_UR_DQUOTE] = ACTIONS(3277), [anon_sym_u8R_DQUOTE] = ACTIONS(3277), [anon_sym_co_await] = ACTIONS(3275), [anon_sym_new] = ACTIONS(3275), [anon_sym_requires] = ACTIONS(3275), [sym_this] = ACTIONS(3275), }, [1226] = { [sym_identifier] = ACTIONS(3211), [aux_sym_preproc_include_token1] = ACTIONS(3211), [aux_sym_preproc_def_token1] = ACTIONS(3211), [aux_sym_preproc_if_token1] = ACTIONS(3211), [aux_sym_preproc_if_token2] = ACTIONS(3211), [aux_sym_preproc_ifdef_token1] = ACTIONS(3211), [aux_sym_preproc_ifdef_token2] = ACTIONS(3211), [sym_preproc_directive] = ACTIONS(3211), [anon_sym_LPAREN2] = ACTIONS(3213), [anon_sym_BANG] = ACTIONS(3213), [anon_sym_TILDE] = ACTIONS(3213), [anon_sym_DASH] = ACTIONS(3211), [anon_sym_PLUS] = ACTIONS(3211), [anon_sym_STAR] = ACTIONS(3213), [anon_sym_AMP_AMP] = ACTIONS(3213), [anon_sym_AMP] = ACTIONS(3211), [anon_sym_SEMI] = ACTIONS(3213), [anon_sym_typedef] = ACTIONS(3211), [anon_sym_extern] = ACTIONS(3211), [anon_sym___attribute__] = ACTIONS(3211), [anon_sym_COLON_COLON] = ACTIONS(3213), [anon_sym_LBRACK_LBRACK] = ACTIONS(3213), [anon_sym___declspec] = ACTIONS(3211), [anon_sym___based] = ACTIONS(3211), [anon_sym___cdecl] = ACTIONS(3211), [anon_sym___clrcall] = ACTIONS(3211), [anon_sym___stdcall] = ACTIONS(3211), [anon_sym___fastcall] = ACTIONS(3211), [anon_sym___thiscall] = ACTIONS(3211), [anon_sym___vectorcall] = ACTIONS(3211), [anon_sym_LBRACE] = ACTIONS(3213), [anon_sym_signed] = ACTIONS(3211), [anon_sym_unsigned] = ACTIONS(3211), [anon_sym_long] = ACTIONS(3211), [anon_sym_short] = ACTIONS(3211), [anon_sym_LBRACK] = ACTIONS(3211), [anon_sym_static] = ACTIONS(3211), [anon_sym_register] = ACTIONS(3211), [anon_sym_inline] = ACTIONS(3211), [anon_sym_thread_local] = ACTIONS(3211), [anon_sym_const] = ACTIONS(3211), [anon_sym_constexpr] = ACTIONS(3211), [anon_sym_volatile] = ACTIONS(3211), [anon_sym_restrict] = ACTIONS(3211), [anon_sym___restrict__] = ACTIONS(3211), [anon_sym__Atomic] = ACTIONS(3211), [anon_sym__Noreturn] = ACTIONS(3211), [anon_sym_noreturn] = ACTIONS(3211), [anon_sym_mutable] = ACTIONS(3211), [anon_sym_constinit] = ACTIONS(3211), [anon_sym_consteval] = ACTIONS(3211), [sym_primitive_type] = ACTIONS(3211), [anon_sym_enum] = ACTIONS(3211), [anon_sym_class] = ACTIONS(3211), [anon_sym_struct] = ACTIONS(3211), [anon_sym_union] = ACTIONS(3211), [anon_sym_if] = ACTIONS(3211), [anon_sym_switch] = ACTIONS(3211), [anon_sym_case] = ACTIONS(3211), [anon_sym_default] = ACTIONS(3211), [anon_sym_while] = ACTIONS(3211), [anon_sym_do] = ACTIONS(3211), [anon_sym_for] = ACTIONS(3211), [anon_sym_return] = ACTIONS(3211), [anon_sym_break] = ACTIONS(3211), [anon_sym_continue] = ACTIONS(3211), [anon_sym_goto] = ACTIONS(3211), [anon_sym_not] = ACTIONS(3211), [anon_sym_compl] = ACTIONS(3211), [anon_sym_DASH_DASH] = ACTIONS(3213), [anon_sym_PLUS_PLUS] = ACTIONS(3213), [anon_sym_sizeof] = ACTIONS(3211), [anon_sym_offsetof] = ACTIONS(3211), [anon_sym__Generic] = ACTIONS(3211), [anon_sym_asm] = ACTIONS(3211), [anon_sym___asm__] = ACTIONS(3211), [sym_number_literal] = ACTIONS(3213), [anon_sym_L_SQUOTE] = ACTIONS(3213), [anon_sym_u_SQUOTE] = ACTIONS(3213), [anon_sym_U_SQUOTE] = ACTIONS(3213), [anon_sym_u8_SQUOTE] = ACTIONS(3213), [anon_sym_SQUOTE] = ACTIONS(3213), [anon_sym_L_DQUOTE] = ACTIONS(3213), [anon_sym_u_DQUOTE] = ACTIONS(3213), [anon_sym_U_DQUOTE] = ACTIONS(3213), [anon_sym_u8_DQUOTE] = ACTIONS(3213), [anon_sym_DQUOTE] = ACTIONS(3213), [sym_true] = ACTIONS(3211), [sym_false] = ACTIONS(3211), [anon_sym_NULL] = ACTIONS(3211), [anon_sym_nullptr] = ACTIONS(3211), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3211), [anon_sym_decltype] = ACTIONS(3211), [anon_sym_virtual] = ACTIONS(3211), [anon_sym_explicit] = ACTIONS(3211), [anon_sym_typename] = ACTIONS(3211), [anon_sym_template] = ACTIONS(3211), [anon_sym_operator] = ACTIONS(3211), [anon_sym_try] = ACTIONS(3211), [anon_sym_delete] = ACTIONS(3211), [anon_sym_throw] = ACTIONS(3211), [anon_sym_namespace] = ACTIONS(3211), [anon_sym_using] = ACTIONS(3211), [anon_sym_static_assert] = ACTIONS(3211), [anon_sym_concept] = ACTIONS(3211), [anon_sym_co_return] = ACTIONS(3211), [anon_sym_co_yield] = ACTIONS(3211), [anon_sym_R_DQUOTE] = ACTIONS(3213), [anon_sym_LR_DQUOTE] = ACTIONS(3213), [anon_sym_uR_DQUOTE] = ACTIONS(3213), [anon_sym_UR_DQUOTE] = ACTIONS(3213), [anon_sym_u8R_DQUOTE] = ACTIONS(3213), [anon_sym_co_await] = ACTIONS(3211), [anon_sym_new] = ACTIONS(3211), [anon_sym_requires] = ACTIONS(3211), [sym_this] = ACTIONS(3211), }, [1227] = { [sym_identifier] = ACTIONS(3176), [aux_sym_preproc_include_token1] = ACTIONS(3176), [aux_sym_preproc_def_token1] = ACTIONS(3176), [aux_sym_preproc_if_token1] = ACTIONS(3176), [aux_sym_preproc_if_token2] = ACTIONS(3176), [aux_sym_preproc_ifdef_token1] = ACTIONS(3176), [aux_sym_preproc_ifdef_token2] = ACTIONS(3176), [sym_preproc_directive] = ACTIONS(3176), [anon_sym_LPAREN2] = ACTIONS(3178), [anon_sym_BANG] = ACTIONS(3178), [anon_sym_TILDE] = ACTIONS(3178), [anon_sym_DASH] = ACTIONS(3176), [anon_sym_PLUS] = ACTIONS(3176), [anon_sym_STAR] = ACTIONS(3178), [anon_sym_AMP_AMP] = ACTIONS(3178), [anon_sym_AMP] = ACTIONS(3176), [anon_sym_SEMI] = ACTIONS(3178), [anon_sym_typedef] = ACTIONS(3176), [anon_sym_extern] = ACTIONS(3176), [anon_sym___attribute__] = ACTIONS(3176), [anon_sym_COLON_COLON] = ACTIONS(3178), [anon_sym_LBRACK_LBRACK] = ACTIONS(3178), [anon_sym___declspec] = ACTIONS(3176), [anon_sym___based] = ACTIONS(3176), [anon_sym___cdecl] = ACTIONS(3176), [anon_sym___clrcall] = ACTIONS(3176), [anon_sym___stdcall] = ACTIONS(3176), [anon_sym___fastcall] = ACTIONS(3176), [anon_sym___thiscall] = ACTIONS(3176), [anon_sym___vectorcall] = ACTIONS(3176), [anon_sym_LBRACE] = ACTIONS(3178), [anon_sym_signed] = ACTIONS(3176), [anon_sym_unsigned] = ACTIONS(3176), [anon_sym_long] = ACTIONS(3176), [anon_sym_short] = ACTIONS(3176), [anon_sym_LBRACK] = ACTIONS(3176), [anon_sym_static] = ACTIONS(3176), [anon_sym_register] = ACTIONS(3176), [anon_sym_inline] = ACTIONS(3176), [anon_sym_thread_local] = ACTIONS(3176), [anon_sym_const] = ACTIONS(3176), [anon_sym_constexpr] = ACTIONS(3176), [anon_sym_volatile] = ACTIONS(3176), [anon_sym_restrict] = ACTIONS(3176), [anon_sym___restrict__] = ACTIONS(3176), [anon_sym__Atomic] = ACTIONS(3176), [anon_sym__Noreturn] = ACTIONS(3176), [anon_sym_noreturn] = ACTIONS(3176), [anon_sym_mutable] = ACTIONS(3176), [anon_sym_constinit] = ACTIONS(3176), [anon_sym_consteval] = ACTIONS(3176), [sym_primitive_type] = ACTIONS(3176), [anon_sym_enum] = ACTIONS(3176), [anon_sym_class] = ACTIONS(3176), [anon_sym_struct] = ACTIONS(3176), [anon_sym_union] = ACTIONS(3176), [anon_sym_if] = ACTIONS(3176), [anon_sym_switch] = ACTIONS(3176), [anon_sym_case] = ACTIONS(3176), [anon_sym_default] = ACTIONS(3176), [anon_sym_while] = ACTIONS(3176), [anon_sym_do] = ACTIONS(3176), [anon_sym_for] = ACTIONS(3176), [anon_sym_return] = ACTIONS(3176), [anon_sym_break] = ACTIONS(3176), [anon_sym_continue] = ACTIONS(3176), [anon_sym_goto] = ACTIONS(3176), [anon_sym_not] = ACTIONS(3176), [anon_sym_compl] = ACTIONS(3176), [anon_sym_DASH_DASH] = ACTIONS(3178), [anon_sym_PLUS_PLUS] = ACTIONS(3178), [anon_sym_sizeof] = ACTIONS(3176), [anon_sym_offsetof] = ACTIONS(3176), [anon_sym__Generic] = ACTIONS(3176), [anon_sym_asm] = ACTIONS(3176), [anon_sym___asm__] = ACTIONS(3176), [sym_number_literal] = ACTIONS(3178), [anon_sym_L_SQUOTE] = ACTIONS(3178), [anon_sym_u_SQUOTE] = ACTIONS(3178), [anon_sym_U_SQUOTE] = ACTIONS(3178), [anon_sym_u8_SQUOTE] = ACTIONS(3178), [anon_sym_SQUOTE] = ACTIONS(3178), [anon_sym_L_DQUOTE] = ACTIONS(3178), [anon_sym_u_DQUOTE] = ACTIONS(3178), [anon_sym_U_DQUOTE] = ACTIONS(3178), [anon_sym_u8_DQUOTE] = ACTIONS(3178), [anon_sym_DQUOTE] = ACTIONS(3178), [sym_true] = ACTIONS(3176), [sym_false] = ACTIONS(3176), [anon_sym_NULL] = ACTIONS(3176), [anon_sym_nullptr] = ACTIONS(3176), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3176), [anon_sym_decltype] = ACTIONS(3176), [anon_sym_virtual] = ACTIONS(3176), [anon_sym_explicit] = ACTIONS(3176), [anon_sym_typename] = ACTIONS(3176), [anon_sym_template] = ACTIONS(3176), [anon_sym_operator] = ACTIONS(3176), [anon_sym_try] = ACTIONS(3176), [anon_sym_delete] = ACTIONS(3176), [anon_sym_throw] = ACTIONS(3176), [anon_sym_namespace] = ACTIONS(3176), [anon_sym_using] = ACTIONS(3176), [anon_sym_static_assert] = ACTIONS(3176), [anon_sym_concept] = ACTIONS(3176), [anon_sym_co_return] = ACTIONS(3176), [anon_sym_co_yield] = ACTIONS(3176), [anon_sym_R_DQUOTE] = ACTIONS(3178), [anon_sym_LR_DQUOTE] = ACTIONS(3178), [anon_sym_uR_DQUOTE] = ACTIONS(3178), [anon_sym_UR_DQUOTE] = ACTIONS(3178), [anon_sym_u8R_DQUOTE] = ACTIONS(3178), [anon_sym_co_await] = ACTIONS(3176), [anon_sym_new] = ACTIONS(3176), [anon_sym_requires] = ACTIONS(3176), [sym_this] = ACTIONS(3176), }, [1228] = { [sym_identifier] = ACTIONS(3160), [aux_sym_preproc_include_token1] = ACTIONS(3160), [aux_sym_preproc_def_token1] = ACTIONS(3160), [aux_sym_preproc_if_token1] = ACTIONS(3160), [aux_sym_preproc_if_token2] = ACTIONS(3160), [aux_sym_preproc_ifdef_token1] = ACTIONS(3160), [aux_sym_preproc_ifdef_token2] = ACTIONS(3160), [sym_preproc_directive] = ACTIONS(3160), [anon_sym_LPAREN2] = ACTIONS(3162), [anon_sym_BANG] = ACTIONS(3162), [anon_sym_TILDE] = ACTIONS(3162), [anon_sym_DASH] = ACTIONS(3160), [anon_sym_PLUS] = ACTIONS(3160), [anon_sym_STAR] = ACTIONS(3162), [anon_sym_AMP_AMP] = ACTIONS(3162), [anon_sym_AMP] = ACTIONS(3160), [anon_sym_SEMI] = ACTIONS(3162), [anon_sym_typedef] = ACTIONS(3160), [anon_sym_extern] = ACTIONS(3160), [anon_sym___attribute__] = ACTIONS(3160), [anon_sym_COLON_COLON] = ACTIONS(3162), [anon_sym_LBRACK_LBRACK] = ACTIONS(3162), [anon_sym___declspec] = ACTIONS(3160), [anon_sym___based] = ACTIONS(3160), [anon_sym___cdecl] = ACTIONS(3160), [anon_sym___clrcall] = ACTIONS(3160), [anon_sym___stdcall] = ACTIONS(3160), [anon_sym___fastcall] = ACTIONS(3160), [anon_sym___thiscall] = ACTIONS(3160), [anon_sym___vectorcall] = ACTIONS(3160), [anon_sym_LBRACE] = ACTIONS(3162), [anon_sym_signed] = ACTIONS(3160), [anon_sym_unsigned] = ACTIONS(3160), [anon_sym_long] = ACTIONS(3160), [anon_sym_short] = ACTIONS(3160), [anon_sym_LBRACK] = ACTIONS(3160), [anon_sym_static] = ACTIONS(3160), [anon_sym_register] = ACTIONS(3160), [anon_sym_inline] = ACTIONS(3160), [anon_sym_thread_local] = ACTIONS(3160), [anon_sym_const] = ACTIONS(3160), [anon_sym_constexpr] = ACTIONS(3160), [anon_sym_volatile] = ACTIONS(3160), [anon_sym_restrict] = ACTIONS(3160), [anon_sym___restrict__] = ACTIONS(3160), [anon_sym__Atomic] = ACTIONS(3160), [anon_sym__Noreturn] = ACTIONS(3160), [anon_sym_noreturn] = ACTIONS(3160), [anon_sym_mutable] = ACTIONS(3160), [anon_sym_constinit] = ACTIONS(3160), [anon_sym_consteval] = ACTIONS(3160), [sym_primitive_type] = ACTIONS(3160), [anon_sym_enum] = ACTIONS(3160), [anon_sym_class] = ACTIONS(3160), [anon_sym_struct] = ACTIONS(3160), [anon_sym_union] = ACTIONS(3160), [anon_sym_if] = ACTIONS(3160), [anon_sym_switch] = ACTIONS(3160), [anon_sym_case] = ACTIONS(3160), [anon_sym_default] = ACTIONS(3160), [anon_sym_while] = ACTIONS(3160), [anon_sym_do] = ACTIONS(3160), [anon_sym_for] = ACTIONS(3160), [anon_sym_return] = ACTIONS(3160), [anon_sym_break] = ACTIONS(3160), [anon_sym_continue] = ACTIONS(3160), [anon_sym_goto] = ACTIONS(3160), [anon_sym_not] = ACTIONS(3160), [anon_sym_compl] = ACTIONS(3160), [anon_sym_DASH_DASH] = ACTIONS(3162), [anon_sym_PLUS_PLUS] = ACTIONS(3162), [anon_sym_sizeof] = ACTIONS(3160), [anon_sym_offsetof] = ACTIONS(3160), [anon_sym__Generic] = ACTIONS(3160), [anon_sym_asm] = ACTIONS(3160), [anon_sym___asm__] = ACTIONS(3160), [sym_number_literal] = ACTIONS(3162), [anon_sym_L_SQUOTE] = ACTIONS(3162), [anon_sym_u_SQUOTE] = ACTIONS(3162), [anon_sym_U_SQUOTE] = ACTIONS(3162), [anon_sym_u8_SQUOTE] = ACTIONS(3162), [anon_sym_SQUOTE] = ACTIONS(3162), [anon_sym_L_DQUOTE] = ACTIONS(3162), [anon_sym_u_DQUOTE] = ACTIONS(3162), [anon_sym_U_DQUOTE] = ACTIONS(3162), [anon_sym_u8_DQUOTE] = ACTIONS(3162), [anon_sym_DQUOTE] = ACTIONS(3162), [sym_true] = ACTIONS(3160), [sym_false] = ACTIONS(3160), [anon_sym_NULL] = ACTIONS(3160), [anon_sym_nullptr] = ACTIONS(3160), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3160), [anon_sym_decltype] = ACTIONS(3160), [anon_sym_virtual] = ACTIONS(3160), [anon_sym_explicit] = ACTIONS(3160), [anon_sym_typename] = ACTIONS(3160), [anon_sym_template] = ACTIONS(3160), [anon_sym_operator] = ACTIONS(3160), [anon_sym_try] = ACTIONS(3160), [anon_sym_delete] = ACTIONS(3160), [anon_sym_throw] = ACTIONS(3160), [anon_sym_namespace] = ACTIONS(3160), [anon_sym_using] = ACTIONS(3160), [anon_sym_static_assert] = ACTIONS(3160), [anon_sym_concept] = ACTIONS(3160), [anon_sym_co_return] = ACTIONS(3160), [anon_sym_co_yield] = ACTIONS(3160), [anon_sym_R_DQUOTE] = ACTIONS(3162), [anon_sym_LR_DQUOTE] = ACTIONS(3162), [anon_sym_uR_DQUOTE] = ACTIONS(3162), [anon_sym_UR_DQUOTE] = ACTIONS(3162), [anon_sym_u8R_DQUOTE] = ACTIONS(3162), [anon_sym_co_await] = ACTIONS(3160), [anon_sym_new] = ACTIONS(3160), [anon_sym_requires] = ACTIONS(3160), [sym_this] = ACTIONS(3160), }, [1229] = { [sym_identifier] = ACTIONS(3148), [aux_sym_preproc_include_token1] = ACTIONS(3148), [aux_sym_preproc_def_token1] = ACTIONS(3148), [aux_sym_preproc_if_token1] = ACTIONS(3148), [aux_sym_preproc_ifdef_token1] = ACTIONS(3148), [aux_sym_preproc_ifdef_token2] = ACTIONS(3148), [sym_preproc_directive] = ACTIONS(3148), [anon_sym_LPAREN2] = ACTIONS(3150), [anon_sym_BANG] = ACTIONS(3150), [anon_sym_TILDE] = ACTIONS(3150), [anon_sym_DASH] = ACTIONS(3148), [anon_sym_PLUS] = ACTIONS(3148), [anon_sym_STAR] = ACTIONS(3150), [anon_sym_AMP_AMP] = ACTIONS(3150), [anon_sym_AMP] = ACTIONS(3148), [anon_sym_SEMI] = ACTIONS(3150), [anon_sym_typedef] = ACTIONS(3148), [anon_sym_extern] = ACTIONS(3148), [anon_sym___attribute__] = ACTIONS(3148), [anon_sym_COLON_COLON] = ACTIONS(3150), [anon_sym_LBRACK_LBRACK] = ACTIONS(3150), [anon_sym___declspec] = ACTIONS(3148), [anon_sym___based] = ACTIONS(3148), [anon_sym___cdecl] = ACTIONS(3148), [anon_sym___clrcall] = ACTIONS(3148), [anon_sym___stdcall] = ACTIONS(3148), [anon_sym___fastcall] = ACTIONS(3148), [anon_sym___thiscall] = ACTIONS(3148), [anon_sym___vectorcall] = ACTIONS(3148), [anon_sym_LBRACE] = ACTIONS(3150), [anon_sym_RBRACE] = ACTIONS(3150), [anon_sym_signed] = ACTIONS(3148), [anon_sym_unsigned] = ACTIONS(3148), [anon_sym_long] = ACTIONS(3148), [anon_sym_short] = ACTIONS(3148), [anon_sym_LBRACK] = ACTIONS(3148), [anon_sym_static] = ACTIONS(3148), [anon_sym_register] = ACTIONS(3148), [anon_sym_inline] = ACTIONS(3148), [anon_sym_thread_local] = ACTIONS(3148), [anon_sym_const] = ACTIONS(3148), [anon_sym_constexpr] = ACTIONS(3148), [anon_sym_volatile] = ACTIONS(3148), [anon_sym_restrict] = ACTIONS(3148), [anon_sym___restrict__] = ACTIONS(3148), [anon_sym__Atomic] = ACTIONS(3148), [anon_sym__Noreturn] = ACTIONS(3148), [anon_sym_noreturn] = ACTIONS(3148), [anon_sym_mutable] = ACTIONS(3148), [anon_sym_constinit] = ACTIONS(3148), [anon_sym_consteval] = ACTIONS(3148), [sym_primitive_type] = ACTIONS(3148), [anon_sym_enum] = ACTIONS(3148), [anon_sym_class] = ACTIONS(3148), [anon_sym_struct] = ACTIONS(3148), [anon_sym_union] = ACTIONS(3148), [anon_sym_if] = ACTIONS(3148), [anon_sym_switch] = ACTIONS(3148), [anon_sym_case] = ACTIONS(3148), [anon_sym_default] = ACTIONS(3148), [anon_sym_while] = ACTIONS(3148), [anon_sym_do] = ACTIONS(3148), [anon_sym_for] = ACTIONS(3148), [anon_sym_return] = ACTIONS(3148), [anon_sym_break] = ACTIONS(3148), [anon_sym_continue] = ACTIONS(3148), [anon_sym_goto] = ACTIONS(3148), [anon_sym_not] = ACTIONS(3148), [anon_sym_compl] = ACTIONS(3148), [anon_sym_DASH_DASH] = ACTIONS(3150), [anon_sym_PLUS_PLUS] = ACTIONS(3150), [anon_sym_sizeof] = ACTIONS(3148), [anon_sym_offsetof] = ACTIONS(3148), [anon_sym__Generic] = ACTIONS(3148), [anon_sym_asm] = ACTIONS(3148), [anon_sym___asm__] = ACTIONS(3148), [sym_number_literal] = ACTIONS(3150), [anon_sym_L_SQUOTE] = ACTIONS(3150), [anon_sym_u_SQUOTE] = ACTIONS(3150), [anon_sym_U_SQUOTE] = ACTIONS(3150), [anon_sym_u8_SQUOTE] = ACTIONS(3150), [anon_sym_SQUOTE] = ACTIONS(3150), [anon_sym_L_DQUOTE] = ACTIONS(3150), [anon_sym_u_DQUOTE] = ACTIONS(3150), [anon_sym_U_DQUOTE] = ACTIONS(3150), [anon_sym_u8_DQUOTE] = ACTIONS(3150), [anon_sym_DQUOTE] = ACTIONS(3150), [sym_true] = ACTIONS(3148), [sym_false] = ACTIONS(3148), [anon_sym_NULL] = ACTIONS(3148), [anon_sym_nullptr] = ACTIONS(3148), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3148), [anon_sym_decltype] = ACTIONS(3148), [anon_sym_virtual] = ACTIONS(3148), [anon_sym_explicit] = ACTIONS(3148), [anon_sym_typename] = ACTIONS(3148), [anon_sym_template] = ACTIONS(3148), [anon_sym_operator] = ACTIONS(3148), [anon_sym_try] = ACTIONS(3148), [anon_sym_delete] = ACTIONS(3148), [anon_sym_throw] = ACTIONS(3148), [anon_sym_namespace] = ACTIONS(3148), [anon_sym_using] = ACTIONS(3148), [anon_sym_static_assert] = ACTIONS(3148), [anon_sym_concept] = ACTIONS(3148), [anon_sym_co_return] = ACTIONS(3148), [anon_sym_co_yield] = ACTIONS(3148), [anon_sym_R_DQUOTE] = ACTIONS(3150), [anon_sym_LR_DQUOTE] = ACTIONS(3150), [anon_sym_uR_DQUOTE] = ACTIONS(3150), [anon_sym_UR_DQUOTE] = ACTIONS(3150), [anon_sym_u8R_DQUOTE] = ACTIONS(3150), [anon_sym_co_await] = ACTIONS(3148), [anon_sym_new] = ACTIONS(3148), [anon_sym_requires] = ACTIONS(3148), [sym_this] = ACTIONS(3148), }, [1230] = { [sym_identifier] = ACTIONS(3375), [aux_sym_preproc_include_token1] = ACTIONS(3375), [aux_sym_preproc_def_token1] = ACTIONS(3375), [aux_sym_preproc_if_token1] = ACTIONS(3375), [aux_sym_preproc_if_token2] = ACTIONS(3375), [aux_sym_preproc_ifdef_token1] = ACTIONS(3375), [aux_sym_preproc_ifdef_token2] = ACTIONS(3375), [sym_preproc_directive] = ACTIONS(3375), [anon_sym_LPAREN2] = ACTIONS(3377), [anon_sym_BANG] = ACTIONS(3377), [anon_sym_TILDE] = ACTIONS(3377), [anon_sym_DASH] = ACTIONS(3375), [anon_sym_PLUS] = ACTIONS(3375), [anon_sym_STAR] = ACTIONS(3377), [anon_sym_AMP_AMP] = ACTIONS(3377), [anon_sym_AMP] = ACTIONS(3375), [anon_sym_SEMI] = ACTIONS(3377), [anon_sym_typedef] = ACTIONS(3375), [anon_sym_extern] = ACTIONS(3375), [anon_sym___attribute__] = ACTIONS(3375), [anon_sym_COLON_COLON] = ACTIONS(3377), [anon_sym_LBRACK_LBRACK] = ACTIONS(3377), [anon_sym___declspec] = ACTIONS(3375), [anon_sym___based] = ACTIONS(3375), [anon_sym___cdecl] = ACTIONS(3375), [anon_sym___clrcall] = ACTIONS(3375), [anon_sym___stdcall] = ACTIONS(3375), [anon_sym___fastcall] = ACTIONS(3375), [anon_sym___thiscall] = ACTIONS(3375), [anon_sym___vectorcall] = ACTIONS(3375), [anon_sym_LBRACE] = ACTIONS(3377), [anon_sym_signed] = ACTIONS(3375), [anon_sym_unsigned] = ACTIONS(3375), [anon_sym_long] = ACTIONS(3375), [anon_sym_short] = ACTIONS(3375), [anon_sym_LBRACK] = ACTIONS(3375), [anon_sym_static] = ACTIONS(3375), [anon_sym_register] = ACTIONS(3375), [anon_sym_inline] = ACTIONS(3375), [anon_sym_thread_local] = ACTIONS(3375), [anon_sym_const] = ACTIONS(3375), [anon_sym_constexpr] = ACTIONS(3375), [anon_sym_volatile] = ACTIONS(3375), [anon_sym_restrict] = ACTIONS(3375), [anon_sym___restrict__] = ACTIONS(3375), [anon_sym__Atomic] = ACTIONS(3375), [anon_sym__Noreturn] = ACTIONS(3375), [anon_sym_noreturn] = ACTIONS(3375), [anon_sym_mutable] = ACTIONS(3375), [anon_sym_constinit] = ACTIONS(3375), [anon_sym_consteval] = ACTIONS(3375), [sym_primitive_type] = ACTIONS(3375), [anon_sym_enum] = ACTIONS(3375), [anon_sym_class] = ACTIONS(3375), [anon_sym_struct] = ACTIONS(3375), [anon_sym_union] = ACTIONS(3375), [anon_sym_if] = ACTIONS(3375), [anon_sym_switch] = ACTIONS(3375), [anon_sym_case] = ACTIONS(3375), [anon_sym_default] = ACTIONS(3375), [anon_sym_while] = ACTIONS(3375), [anon_sym_do] = ACTIONS(3375), [anon_sym_for] = ACTIONS(3375), [anon_sym_return] = ACTIONS(3375), [anon_sym_break] = ACTIONS(3375), [anon_sym_continue] = ACTIONS(3375), [anon_sym_goto] = ACTIONS(3375), [anon_sym_not] = ACTIONS(3375), [anon_sym_compl] = ACTIONS(3375), [anon_sym_DASH_DASH] = ACTIONS(3377), [anon_sym_PLUS_PLUS] = ACTIONS(3377), [anon_sym_sizeof] = ACTIONS(3375), [anon_sym_offsetof] = ACTIONS(3375), [anon_sym__Generic] = ACTIONS(3375), [anon_sym_asm] = ACTIONS(3375), [anon_sym___asm__] = ACTIONS(3375), [sym_number_literal] = ACTIONS(3377), [anon_sym_L_SQUOTE] = ACTIONS(3377), [anon_sym_u_SQUOTE] = ACTIONS(3377), [anon_sym_U_SQUOTE] = ACTIONS(3377), [anon_sym_u8_SQUOTE] = ACTIONS(3377), [anon_sym_SQUOTE] = ACTIONS(3377), [anon_sym_L_DQUOTE] = ACTIONS(3377), [anon_sym_u_DQUOTE] = ACTIONS(3377), [anon_sym_U_DQUOTE] = ACTIONS(3377), [anon_sym_u8_DQUOTE] = ACTIONS(3377), [anon_sym_DQUOTE] = ACTIONS(3377), [sym_true] = ACTIONS(3375), [sym_false] = ACTIONS(3375), [anon_sym_NULL] = ACTIONS(3375), [anon_sym_nullptr] = ACTIONS(3375), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3375), [anon_sym_decltype] = ACTIONS(3375), [anon_sym_virtual] = ACTIONS(3375), [anon_sym_explicit] = ACTIONS(3375), [anon_sym_typename] = ACTIONS(3375), [anon_sym_template] = ACTIONS(3375), [anon_sym_operator] = ACTIONS(3375), [anon_sym_try] = ACTIONS(3375), [anon_sym_delete] = ACTIONS(3375), [anon_sym_throw] = ACTIONS(3375), [anon_sym_namespace] = ACTIONS(3375), [anon_sym_using] = ACTIONS(3375), [anon_sym_static_assert] = ACTIONS(3375), [anon_sym_concept] = ACTIONS(3375), [anon_sym_co_return] = ACTIONS(3375), [anon_sym_co_yield] = ACTIONS(3375), [anon_sym_R_DQUOTE] = ACTIONS(3377), [anon_sym_LR_DQUOTE] = ACTIONS(3377), [anon_sym_uR_DQUOTE] = ACTIONS(3377), [anon_sym_UR_DQUOTE] = ACTIONS(3377), [anon_sym_u8R_DQUOTE] = ACTIONS(3377), [anon_sym_co_await] = ACTIONS(3375), [anon_sym_new] = ACTIONS(3375), [anon_sym_requires] = ACTIONS(3375), [sym_this] = ACTIONS(3375), }, [1231] = { [sym_identifier] = ACTIONS(3160), [aux_sym_preproc_include_token1] = ACTIONS(3160), [aux_sym_preproc_def_token1] = ACTIONS(3160), [aux_sym_preproc_if_token1] = ACTIONS(3160), [aux_sym_preproc_ifdef_token1] = ACTIONS(3160), [aux_sym_preproc_ifdef_token2] = ACTIONS(3160), [sym_preproc_directive] = ACTIONS(3160), [anon_sym_LPAREN2] = ACTIONS(3162), [anon_sym_BANG] = ACTIONS(3162), [anon_sym_TILDE] = ACTIONS(3162), [anon_sym_DASH] = ACTIONS(3160), [anon_sym_PLUS] = ACTIONS(3160), [anon_sym_STAR] = ACTIONS(3162), [anon_sym_AMP_AMP] = ACTIONS(3162), [anon_sym_AMP] = ACTIONS(3160), [anon_sym_SEMI] = ACTIONS(3162), [anon_sym_typedef] = ACTIONS(3160), [anon_sym_extern] = ACTIONS(3160), [anon_sym___attribute__] = ACTIONS(3160), [anon_sym_COLON_COLON] = ACTIONS(3162), [anon_sym_LBRACK_LBRACK] = ACTIONS(3162), [anon_sym___declspec] = ACTIONS(3160), [anon_sym___based] = ACTIONS(3160), [anon_sym___cdecl] = ACTIONS(3160), [anon_sym___clrcall] = ACTIONS(3160), [anon_sym___stdcall] = ACTIONS(3160), [anon_sym___fastcall] = ACTIONS(3160), [anon_sym___thiscall] = ACTIONS(3160), [anon_sym___vectorcall] = ACTIONS(3160), [anon_sym_LBRACE] = ACTIONS(3162), [anon_sym_RBRACE] = ACTIONS(3162), [anon_sym_signed] = ACTIONS(3160), [anon_sym_unsigned] = ACTIONS(3160), [anon_sym_long] = ACTIONS(3160), [anon_sym_short] = ACTIONS(3160), [anon_sym_LBRACK] = ACTIONS(3160), [anon_sym_static] = ACTIONS(3160), [anon_sym_register] = ACTIONS(3160), [anon_sym_inline] = ACTIONS(3160), [anon_sym_thread_local] = ACTIONS(3160), [anon_sym_const] = ACTIONS(3160), [anon_sym_constexpr] = ACTIONS(3160), [anon_sym_volatile] = ACTIONS(3160), [anon_sym_restrict] = ACTIONS(3160), [anon_sym___restrict__] = ACTIONS(3160), [anon_sym__Atomic] = ACTIONS(3160), [anon_sym__Noreturn] = ACTIONS(3160), [anon_sym_noreturn] = ACTIONS(3160), [anon_sym_mutable] = ACTIONS(3160), [anon_sym_constinit] = ACTIONS(3160), [anon_sym_consteval] = ACTIONS(3160), [sym_primitive_type] = ACTIONS(3160), [anon_sym_enum] = ACTIONS(3160), [anon_sym_class] = ACTIONS(3160), [anon_sym_struct] = ACTIONS(3160), [anon_sym_union] = ACTIONS(3160), [anon_sym_if] = ACTIONS(3160), [anon_sym_switch] = ACTIONS(3160), [anon_sym_case] = ACTIONS(3160), [anon_sym_default] = ACTIONS(3160), [anon_sym_while] = ACTIONS(3160), [anon_sym_do] = ACTIONS(3160), [anon_sym_for] = ACTIONS(3160), [anon_sym_return] = ACTIONS(3160), [anon_sym_break] = ACTIONS(3160), [anon_sym_continue] = ACTIONS(3160), [anon_sym_goto] = ACTIONS(3160), [anon_sym_not] = ACTIONS(3160), [anon_sym_compl] = ACTIONS(3160), [anon_sym_DASH_DASH] = ACTIONS(3162), [anon_sym_PLUS_PLUS] = ACTIONS(3162), [anon_sym_sizeof] = ACTIONS(3160), [anon_sym_offsetof] = ACTIONS(3160), [anon_sym__Generic] = ACTIONS(3160), [anon_sym_asm] = ACTIONS(3160), [anon_sym___asm__] = ACTIONS(3160), [sym_number_literal] = ACTIONS(3162), [anon_sym_L_SQUOTE] = ACTIONS(3162), [anon_sym_u_SQUOTE] = ACTIONS(3162), [anon_sym_U_SQUOTE] = ACTIONS(3162), [anon_sym_u8_SQUOTE] = ACTIONS(3162), [anon_sym_SQUOTE] = ACTIONS(3162), [anon_sym_L_DQUOTE] = ACTIONS(3162), [anon_sym_u_DQUOTE] = ACTIONS(3162), [anon_sym_U_DQUOTE] = ACTIONS(3162), [anon_sym_u8_DQUOTE] = ACTIONS(3162), [anon_sym_DQUOTE] = ACTIONS(3162), [sym_true] = ACTIONS(3160), [sym_false] = ACTIONS(3160), [anon_sym_NULL] = ACTIONS(3160), [anon_sym_nullptr] = ACTIONS(3160), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3160), [anon_sym_decltype] = ACTIONS(3160), [anon_sym_virtual] = ACTIONS(3160), [anon_sym_explicit] = ACTIONS(3160), [anon_sym_typename] = ACTIONS(3160), [anon_sym_template] = ACTIONS(3160), [anon_sym_operator] = ACTIONS(3160), [anon_sym_try] = ACTIONS(3160), [anon_sym_delete] = ACTIONS(3160), [anon_sym_throw] = ACTIONS(3160), [anon_sym_namespace] = ACTIONS(3160), [anon_sym_using] = ACTIONS(3160), [anon_sym_static_assert] = ACTIONS(3160), [anon_sym_concept] = ACTIONS(3160), [anon_sym_co_return] = ACTIONS(3160), [anon_sym_co_yield] = ACTIONS(3160), [anon_sym_R_DQUOTE] = ACTIONS(3162), [anon_sym_LR_DQUOTE] = ACTIONS(3162), [anon_sym_uR_DQUOTE] = ACTIONS(3162), [anon_sym_UR_DQUOTE] = ACTIONS(3162), [anon_sym_u8R_DQUOTE] = ACTIONS(3162), [anon_sym_co_await] = ACTIONS(3160), [anon_sym_new] = ACTIONS(3160), [anon_sym_requires] = ACTIONS(3160), [sym_this] = ACTIONS(3160), }, [1232] = { [sym_identifier] = ACTIONS(3176), [aux_sym_preproc_include_token1] = ACTIONS(3176), [aux_sym_preproc_def_token1] = ACTIONS(3176), [aux_sym_preproc_if_token1] = ACTIONS(3176), [aux_sym_preproc_ifdef_token1] = ACTIONS(3176), [aux_sym_preproc_ifdef_token2] = ACTIONS(3176), [sym_preproc_directive] = ACTIONS(3176), [anon_sym_LPAREN2] = ACTIONS(3178), [anon_sym_BANG] = ACTIONS(3178), [anon_sym_TILDE] = ACTIONS(3178), [anon_sym_DASH] = ACTIONS(3176), [anon_sym_PLUS] = ACTIONS(3176), [anon_sym_STAR] = ACTIONS(3178), [anon_sym_AMP_AMP] = ACTIONS(3178), [anon_sym_AMP] = ACTIONS(3176), [anon_sym_SEMI] = ACTIONS(3178), [anon_sym_typedef] = ACTIONS(3176), [anon_sym_extern] = ACTIONS(3176), [anon_sym___attribute__] = ACTIONS(3176), [anon_sym_COLON_COLON] = ACTIONS(3178), [anon_sym_LBRACK_LBRACK] = ACTIONS(3178), [anon_sym___declspec] = ACTIONS(3176), [anon_sym___based] = ACTIONS(3176), [anon_sym___cdecl] = ACTIONS(3176), [anon_sym___clrcall] = ACTIONS(3176), [anon_sym___stdcall] = ACTIONS(3176), [anon_sym___fastcall] = ACTIONS(3176), [anon_sym___thiscall] = ACTIONS(3176), [anon_sym___vectorcall] = ACTIONS(3176), [anon_sym_LBRACE] = ACTIONS(3178), [anon_sym_RBRACE] = ACTIONS(3178), [anon_sym_signed] = ACTIONS(3176), [anon_sym_unsigned] = ACTIONS(3176), [anon_sym_long] = ACTIONS(3176), [anon_sym_short] = ACTIONS(3176), [anon_sym_LBRACK] = ACTIONS(3176), [anon_sym_static] = ACTIONS(3176), [anon_sym_register] = ACTIONS(3176), [anon_sym_inline] = ACTIONS(3176), [anon_sym_thread_local] = ACTIONS(3176), [anon_sym_const] = ACTIONS(3176), [anon_sym_constexpr] = ACTIONS(3176), [anon_sym_volatile] = ACTIONS(3176), [anon_sym_restrict] = ACTIONS(3176), [anon_sym___restrict__] = ACTIONS(3176), [anon_sym__Atomic] = ACTIONS(3176), [anon_sym__Noreturn] = ACTIONS(3176), [anon_sym_noreturn] = ACTIONS(3176), [anon_sym_mutable] = ACTIONS(3176), [anon_sym_constinit] = ACTIONS(3176), [anon_sym_consteval] = ACTIONS(3176), [sym_primitive_type] = ACTIONS(3176), [anon_sym_enum] = ACTIONS(3176), [anon_sym_class] = ACTIONS(3176), [anon_sym_struct] = ACTIONS(3176), [anon_sym_union] = ACTIONS(3176), [anon_sym_if] = ACTIONS(3176), [anon_sym_switch] = ACTIONS(3176), [anon_sym_case] = ACTIONS(3176), [anon_sym_default] = ACTIONS(3176), [anon_sym_while] = ACTIONS(3176), [anon_sym_do] = ACTIONS(3176), [anon_sym_for] = ACTIONS(3176), [anon_sym_return] = ACTIONS(3176), [anon_sym_break] = ACTIONS(3176), [anon_sym_continue] = ACTIONS(3176), [anon_sym_goto] = ACTIONS(3176), [anon_sym_not] = ACTIONS(3176), [anon_sym_compl] = ACTIONS(3176), [anon_sym_DASH_DASH] = ACTIONS(3178), [anon_sym_PLUS_PLUS] = ACTIONS(3178), [anon_sym_sizeof] = ACTIONS(3176), [anon_sym_offsetof] = ACTIONS(3176), [anon_sym__Generic] = ACTIONS(3176), [anon_sym_asm] = ACTIONS(3176), [anon_sym___asm__] = ACTIONS(3176), [sym_number_literal] = ACTIONS(3178), [anon_sym_L_SQUOTE] = ACTIONS(3178), [anon_sym_u_SQUOTE] = ACTIONS(3178), [anon_sym_U_SQUOTE] = ACTIONS(3178), [anon_sym_u8_SQUOTE] = ACTIONS(3178), [anon_sym_SQUOTE] = ACTIONS(3178), [anon_sym_L_DQUOTE] = ACTIONS(3178), [anon_sym_u_DQUOTE] = ACTIONS(3178), [anon_sym_U_DQUOTE] = ACTIONS(3178), [anon_sym_u8_DQUOTE] = ACTIONS(3178), [anon_sym_DQUOTE] = ACTIONS(3178), [sym_true] = ACTIONS(3176), [sym_false] = ACTIONS(3176), [anon_sym_NULL] = ACTIONS(3176), [anon_sym_nullptr] = ACTIONS(3176), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3176), [anon_sym_decltype] = ACTIONS(3176), [anon_sym_virtual] = ACTIONS(3176), [anon_sym_explicit] = ACTIONS(3176), [anon_sym_typename] = ACTIONS(3176), [anon_sym_template] = ACTIONS(3176), [anon_sym_operator] = ACTIONS(3176), [anon_sym_try] = ACTIONS(3176), [anon_sym_delete] = ACTIONS(3176), [anon_sym_throw] = ACTIONS(3176), [anon_sym_namespace] = ACTIONS(3176), [anon_sym_using] = ACTIONS(3176), [anon_sym_static_assert] = ACTIONS(3176), [anon_sym_concept] = ACTIONS(3176), [anon_sym_co_return] = ACTIONS(3176), [anon_sym_co_yield] = ACTIONS(3176), [anon_sym_R_DQUOTE] = ACTIONS(3178), [anon_sym_LR_DQUOTE] = ACTIONS(3178), [anon_sym_uR_DQUOTE] = ACTIONS(3178), [anon_sym_UR_DQUOTE] = ACTIONS(3178), [anon_sym_u8R_DQUOTE] = ACTIONS(3178), [anon_sym_co_await] = ACTIONS(3176), [anon_sym_new] = ACTIONS(3176), [anon_sym_requires] = ACTIONS(3176), [sym_this] = ACTIONS(3176), }, [1233] = { [sym_identifier] = ACTIONS(3211), [aux_sym_preproc_include_token1] = ACTIONS(3211), [aux_sym_preproc_def_token1] = ACTIONS(3211), [aux_sym_preproc_if_token1] = ACTIONS(3211), [aux_sym_preproc_ifdef_token1] = ACTIONS(3211), [aux_sym_preproc_ifdef_token2] = ACTIONS(3211), [sym_preproc_directive] = ACTIONS(3211), [anon_sym_LPAREN2] = ACTIONS(3213), [anon_sym_BANG] = ACTIONS(3213), [anon_sym_TILDE] = ACTIONS(3213), [anon_sym_DASH] = ACTIONS(3211), [anon_sym_PLUS] = ACTIONS(3211), [anon_sym_STAR] = ACTIONS(3213), [anon_sym_AMP_AMP] = ACTIONS(3213), [anon_sym_AMP] = ACTIONS(3211), [anon_sym_SEMI] = ACTIONS(3213), [anon_sym_typedef] = ACTIONS(3211), [anon_sym_extern] = ACTIONS(3211), [anon_sym___attribute__] = ACTIONS(3211), [anon_sym_COLON_COLON] = ACTIONS(3213), [anon_sym_LBRACK_LBRACK] = ACTIONS(3213), [anon_sym___declspec] = ACTIONS(3211), [anon_sym___based] = ACTIONS(3211), [anon_sym___cdecl] = ACTIONS(3211), [anon_sym___clrcall] = ACTIONS(3211), [anon_sym___stdcall] = ACTIONS(3211), [anon_sym___fastcall] = ACTIONS(3211), [anon_sym___thiscall] = ACTIONS(3211), [anon_sym___vectorcall] = ACTIONS(3211), [anon_sym_LBRACE] = ACTIONS(3213), [anon_sym_RBRACE] = ACTIONS(3213), [anon_sym_signed] = ACTIONS(3211), [anon_sym_unsigned] = ACTIONS(3211), [anon_sym_long] = ACTIONS(3211), [anon_sym_short] = ACTIONS(3211), [anon_sym_LBRACK] = ACTIONS(3211), [anon_sym_static] = ACTIONS(3211), [anon_sym_register] = ACTIONS(3211), [anon_sym_inline] = ACTIONS(3211), [anon_sym_thread_local] = ACTIONS(3211), [anon_sym_const] = ACTIONS(3211), [anon_sym_constexpr] = ACTIONS(3211), [anon_sym_volatile] = ACTIONS(3211), [anon_sym_restrict] = ACTIONS(3211), [anon_sym___restrict__] = ACTIONS(3211), [anon_sym__Atomic] = ACTIONS(3211), [anon_sym__Noreturn] = ACTIONS(3211), [anon_sym_noreturn] = ACTIONS(3211), [anon_sym_mutable] = ACTIONS(3211), [anon_sym_constinit] = ACTIONS(3211), [anon_sym_consteval] = ACTIONS(3211), [sym_primitive_type] = ACTIONS(3211), [anon_sym_enum] = ACTIONS(3211), [anon_sym_class] = ACTIONS(3211), [anon_sym_struct] = ACTIONS(3211), [anon_sym_union] = ACTIONS(3211), [anon_sym_if] = ACTIONS(3211), [anon_sym_switch] = ACTIONS(3211), [anon_sym_case] = ACTIONS(3211), [anon_sym_default] = ACTIONS(3211), [anon_sym_while] = ACTIONS(3211), [anon_sym_do] = ACTIONS(3211), [anon_sym_for] = ACTIONS(3211), [anon_sym_return] = ACTIONS(3211), [anon_sym_break] = ACTIONS(3211), [anon_sym_continue] = ACTIONS(3211), [anon_sym_goto] = ACTIONS(3211), [anon_sym_not] = ACTIONS(3211), [anon_sym_compl] = ACTIONS(3211), [anon_sym_DASH_DASH] = ACTIONS(3213), [anon_sym_PLUS_PLUS] = ACTIONS(3213), [anon_sym_sizeof] = ACTIONS(3211), [anon_sym_offsetof] = ACTIONS(3211), [anon_sym__Generic] = ACTIONS(3211), [anon_sym_asm] = ACTIONS(3211), [anon_sym___asm__] = ACTIONS(3211), [sym_number_literal] = ACTIONS(3213), [anon_sym_L_SQUOTE] = ACTIONS(3213), [anon_sym_u_SQUOTE] = ACTIONS(3213), [anon_sym_U_SQUOTE] = ACTIONS(3213), [anon_sym_u8_SQUOTE] = ACTIONS(3213), [anon_sym_SQUOTE] = ACTIONS(3213), [anon_sym_L_DQUOTE] = ACTIONS(3213), [anon_sym_u_DQUOTE] = ACTIONS(3213), [anon_sym_U_DQUOTE] = ACTIONS(3213), [anon_sym_u8_DQUOTE] = ACTIONS(3213), [anon_sym_DQUOTE] = ACTIONS(3213), [sym_true] = ACTIONS(3211), [sym_false] = ACTIONS(3211), [anon_sym_NULL] = ACTIONS(3211), [anon_sym_nullptr] = ACTIONS(3211), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3211), [anon_sym_decltype] = ACTIONS(3211), [anon_sym_virtual] = ACTIONS(3211), [anon_sym_explicit] = ACTIONS(3211), [anon_sym_typename] = ACTIONS(3211), [anon_sym_template] = ACTIONS(3211), [anon_sym_operator] = ACTIONS(3211), [anon_sym_try] = ACTIONS(3211), [anon_sym_delete] = ACTIONS(3211), [anon_sym_throw] = ACTIONS(3211), [anon_sym_namespace] = ACTIONS(3211), [anon_sym_using] = ACTIONS(3211), [anon_sym_static_assert] = ACTIONS(3211), [anon_sym_concept] = ACTIONS(3211), [anon_sym_co_return] = ACTIONS(3211), [anon_sym_co_yield] = ACTIONS(3211), [anon_sym_R_DQUOTE] = ACTIONS(3213), [anon_sym_LR_DQUOTE] = ACTIONS(3213), [anon_sym_uR_DQUOTE] = ACTIONS(3213), [anon_sym_UR_DQUOTE] = ACTIONS(3213), [anon_sym_u8R_DQUOTE] = ACTIONS(3213), [anon_sym_co_await] = ACTIONS(3211), [anon_sym_new] = ACTIONS(3211), [anon_sym_requires] = ACTIONS(3211), [sym_this] = ACTIONS(3211), }, [1234] = { [sym_identifier] = ACTIONS(3215), [aux_sym_preproc_include_token1] = ACTIONS(3215), [aux_sym_preproc_def_token1] = ACTIONS(3215), [aux_sym_preproc_if_token1] = ACTIONS(3215), [aux_sym_preproc_ifdef_token1] = ACTIONS(3215), [aux_sym_preproc_ifdef_token2] = ACTIONS(3215), [sym_preproc_directive] = ACTIONS(3215), [anon_sym_LPAREN2] = ACTIONS(3217), [anon_sym_BANG] = ACTIONS(3217), [anon_sym_TILDE] = ACTIONS(3217), [anon_sym_DASH] = ACTIONS(3215), [anon_sym_PLUS] = ACTIONS(3215), [anon_sym_STAR] = ACTIONS(3217), [anon_sym_AMP_AMP] = ACTIONS(3217), [anon_sym_AMP] = ACTIONS(3215), [anon_sym_SEMI] = ACTIONS(3217), [anon_sym_typedef] = ACTIONS(3215), [anon_sym_extern] = ACTIONS(3215), [anon_sym___attribute__] = ACTIONS(3215), [anon_sym_COLON_COLON] = ACTIONS(3217), [anon_sym_LBRACK_LBRACK] = ACTIONS(3217), [anon_sym___declspec] = ACTIONS(3215), [anon_sym___based] = ACTIONS(3215), [anon_sym___cdecl] = ACTIONS(3215), [anon_sym___clrcall] = ACTIONS(3215), [anon_sym___stdcall] = ACTIONS(3215), [anon_sym___fastcall] = ACTIONS(3215), [anon_sym___thiscall] = ACTIONS(3215), [anon_sym___vectorcall] = ACTIONS(3215), [anon_sym_LBRACE] = ACTIONS(3217), [anon_sym_RBRACE] = ACTIONS(3217), [anon_sym_signed] = ACTIONS(3215), [anon_sym_unsigned] = ACTIONS(3215), [anon_sym_long] = ACTIONS(3215), [anon_sym_short] = ACTIONS(3215), [anon_sym_LBRACK] = ACTIONS(3215), [anon_sym_static] = ACTIONS(3215), [anon_sym_register] = ACTIONS(3215), [anon_sym_inline] = ACTIONS(3215), [anon_sym_thread_local] = ACTIONS(3215), [anon_sym_const] = ACTIONS(3215), [anon_sym_constexpr] = ACTIONS(3215), [anon_sym_volatile] = ACTIONS(3215), [anon_sym_restrict] = ACTIONS(3215), [anon_sym___restrict__] = ACTIONS(3215), [anon_sym__Atomic] = ACTIONS(3215), [anon_sym__Noreturn] = ACTIONS(3215), [anon_sym_noreturn] = ACTIONS(3215), [anon_sym_mutable] = ACTIONS(3215), [anon_sym_constinit] = ACTIONS(3215), [anon_sym_consteval] = ACTIONS(3215), [sym_primitive_type] = ACTIONS(3215), [anon_sym_enum] = ACTIONS(3215), [anon_sym_class] = ACTIONS(3215), [anon_sym_struct] = ACTIONS(3215), [anon_sym_union] = ACTIONS(3215), [anon_sym_if] = ACTIONS(3215), [anon_sym_switch] = ACTIONS(3215), [anon_sym_case] = ACTIONS(3215), [anon_sym_default] = ACTIONS(3215), [anon_sym_while] = ACTIONS(3215), [anon_sym_do] = ACTIONS(3215), [anon_sym_for] = ACTIONS(3215), [anon_sym_return] = ACTIONS(3215), [anon_sym_break] = ACTIONS(3215), [anon_sym_continue] = ACTIONS(3215), [anon_sym_goto] = ACTIONS(3215), [anon_sym_not] = ACTIONS(3215), [anon_sym_compl] = ACTIONS(3215), [anon_sym_DASH_DASH] = ACTIONS(3217), [anon_sym_PLUS_PLUS] = ACTIONS(3217), [anon_sym_sizeof] = ACTIONS(3215), [anon_sym_offsetof] = ACTIONS(3215), [anon_sym__Generic] = ACTIONS(3215), [anon_sym_asm] = ACTIONS(3215), [anon_sym___asm__] = ACTIONS(3215), [sym_number_literal] = ACTIONS(3217), [anon_sym_L_SQUOTE] = ACTIONS(3217), [anon_sym_u_SQUOTE] = ACTIONS(3217), [anon_sym_U_SQUOTE] = ACTIONS(3217), [anon_sym_u8_SQUOTE] = ACTIONS(3217), [anon_sym_SQUOTE] = ACTIONS(3217), [anon_sym_L_DQUOTE] = ACTIONS(3217), [anon_sym_u_DQUOTE] = ACTIONS(3217), [anon_sym_U_DQUOTE] = ACTIONS(3217), [anon_sym_u8_DQUOTE] = ACTIONS(3217), [anon_sym_DQUOTE] = ACTIONS(3217), [sym_true] = ACTIONS(3215), [sym_false] = ACTIONS(3215), [anon_sym_NULL] = ACTIONS(3215), [anon_sym_nullptr] = ACTIONS(3215), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3215), [anon_sym_decltype] = ACTIONS(3215), [anon_sym_virtual] = ACTIONS(3215), [anon_sym_explicit] = ACTIONS(3215), [anon_sym_typename] = ACTIONS(3215), [anon_sym_template] = ACTIONS(3215), [anon_sym_operator] = ACTIONS(3215), [anon_sym_try] = ACTIONS(3215), [anon_sym_delete] = ACTIONS(3215), [anon_sym_throw] = ACTIONS(3215), [anon_sym_namespace] = ACTIONS(3215), [anon_sym_using] = ACTIONS(3215), [anon_sym_static_assert] = ACTIONS(3215), [anon_sym_concept] = ACTIONS(3215), [anon_sym_co_return] = ACTIONS(3215), [anon_sym_co_yield] = ACTIONS(3215), [anon_sym_R_DQUOTE] = ACTIONS(3217), [anon_sym_LR_DQUOTE] = ACTIONS(3217), [anon_sym_uR_DQUOTE] = ACTIONS(3217), [anon_sym_UR_DQUOTE] = ACTIONS(3217), [anon_sym_u8R_DQUOTE] = ACTIONS(3217), [anon_sym_co_await] = ACTIONS(3215), [anon_sym_new] = ACTIONS(3215), [anon_sym_requires] = ACTIONS(3215), [sym_this] = ACTIONS(3215), }, [1235] = { [sym_identifier] = ACTIONS(3123), [aux_sym_preproc_include_token1] = ACTIONS(3123), [aux_sym_preproc_def_token1] = ACTIONS(3123), [aux_sym_preproc_if_token1] = ACTIONS(3123), [aux_sym_preproc_ifdef_token1] = ACTIONS(3123), [aux_sym_preproc_ifdef_token2] = ACTIONS(3123), [sym_preproc_directive] = ACTIONS(3123), [anon_sym_LPAREN2] = ACTIONS(3125), [anon_sym_BANG] = ACTIONS(3125), [anon_sym_TILDE] = ACTIONS(3125), [anon_sym_DASH] = ACTIONS(3123), [anon_sym_PLUS] = ACTIONS(3123), [anon_sym_STAR] = ACTIONS(3125), [anon_sym_AMP_AMP] = ACTIONS(3125), [anon_sym_AMP] = ACTIONS(3123), [anon_sym_SEMI] = ACTIONS(3125), [anon_sym_typedef] = ACTIONS(3123), [anon_sym_extern] = ACTIONS(3123), [anon_sym___attribute__] = ACTIONS(3123), [anon_sym_COLON_COLON] = ACTIONS(3125), [anon_sym_LBRACK_LBRACK] = ACTIONS(3125), [anon_sym___declspec] = ACTIONS(3123), [anon_sym___based] = ACTIONS(3123), [anon_sym___cdecl] = ACTIONS(3123), [anon_sym___clrcall] = ACTIONS(3123), [anon_sym___stdcall] = ACTIONS(3123), [anon_sym___fastcall] = ACTIONS(3123), [anon_sym___thiscall] = ACTIONS(3123), [anon_sym___vectorcall] = ACTIONS(3123), [anon_sym_LBRACE] = ACTIONS(3125), [anon_sym_RBRACE] = ACTIONS(3125), [anon_sym_signed] = ACTIONS(3123), [anon_sym_unsigned] = ACTIONS(3123), [anon_sym_long] = ACTIONS(3123), [anon_sym_short] = ACTIONS(3123), [anon_sym_LBRACK] = ACTIONS(3123), [anon_sym_static] = ACTIONS(3123), [anon_sym_register] = ACTIONS(3123), [anon_sym_inline] = ACTIONS(3123), [anon_sym_thread_local] = ACTIONS(3123), [anon_sym_const] = ACTIONS(3123), [anon_sym_constexpr] = ACTIONS(3123), [anon_sym_volatile] = ACTIONS(3123), [anon_sym_restrict] = ACTIONS(3123), [anon_sym___restrict__] = ACTIONS(3123), [anon_sym__Atomic] = ACTIONS(3123), [anon_sym__Noreturn] = ACTIONS(3123), [anon_sym_noreturn] = ACTIONS(3123), [anon_sym_mutable] = ACTIONS(3123), [anon_sym_constinit] = ACTIONS(3123), [anon_sym_consteval] = ACTIONS(3123), [sym_primitive_type] = ACTIONS(3123), [anon_sym_enum] = ACTIONS(3123), [anon_sym_class] = ACTIONS(3123), [anon_sym_struct] = ACTIONS(3123), [anon_sym_union] = ACTIONS(3123), [anon_sym_if] = ACTIONS(3123), [anon_sym_switch] = ACTIONS(3123), [anon_sym_case] = ACTIONS(3123), [anon_sym_default] = ACTIONS(3123), [anon_sym_while] = ACTIONS(3123), [anon_sym_do] = ACTIONS(3123), [anon_sym_for] = ACTIONS(3123), [anon_sym_return] = ACTIONS(3123), [anon_sym_break] = ACTIONS(3123), [anon_sym_continue] = ACTIONS(3123), [anon_sym_goto] = ACTIONS(3123), [anon_sym_not] = ACTIONS(3123), [anon_sym_compl] = ACTIONS(3123), [anon_sym_DASH_DASH] = ACTIONS(3125), [anon_sym_PLUS_PLUS] = ACTIONS(3125), [anon_sym_sizeof] = ACTIONS(3123), [anon_sym_offsetof] = ACTIONS(3123), [anon_sym__Generic] = ACTIONS(3123), [anon_sym_asm] = ACTIONS(3123), [anon_sym___asm__] = ACTIONS(3123), [sym_number_literal] = ACTIONS(3125), [anon_sym_L_SQUOTE] = ACTIONS(3125), [anon_sym_u_SQUOTE] = ACTIONS(3125), [anon_sym_U_SQUOTE] = ACTIONS(3125), [anon_sym_u8_SQUOTE] = ACTIONS(3125), [anon_sym_SQUOTE] = ACTIONS(3125), [anon_sym_L_DQUOTE] = ACTIONS(3125), [anon_sym_u_DQUOTE] = ACTIONS(3125), [anon_sym_U_DQUOTE] = ACTIONS(3125), [anon_sym_u8_DQUOTE] = ACTIONS(3125), [anon_sym_DQUOTE] = ACTIONS(3125), [sym_true] = ACTIONS(3123), [sym_false] = ACTIONS(3123), [anon_sym_NULL] = ACTIONS(3123), [anon_sym_nullptr] = ACTIONS(3123), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3123), [anon_sym_decltype] = ACTIONS(3123), [anon_sym_virtual] = ACTIONS(3123), [anon_sym_explicit] = ACTIONS(3123), [anon_sym_typename] = ACTIONS(3123), [anon_sym_template] = ACTIONS(3123), [anon_sym_operator] = ACTIONS(3123), [anon_sym_try] = ACTIONS(3123), [anon_sym_delete] = ACTIONS(3123), [anon_sym_throw] = ACTIONS(3123), [anon_sym_namespace] = ACTIONS(3123), [anon_sym_using] = ACTIONS(3123), [anon_sym_static_assert] = ACTIONS(3123), [anon_sym_concept] = ACTIONS(3123), [anon_sym_co_return] = ACTIONS(3123), [anon_sym_co_yield] = ACTIONS(3123), [anon_sym_R_DQUOTE] = ACTIONS(3125), [anon_sym_LR_DQUOTE] = ACTIONS(3125), [anon_sym_uR_DQUOTE] = ACTIONS(3125), [anon_sym_UR_DQUOTE] = ACTIONS(3125), [anon_sym_u8R_DQUOTE] = ACTIONS(3125), [anon_sym_co_await] = ACTIONS(3123), [anon_sym_new] = ACTIONS(3123), [anon_sym_requires] = ACTIONS(3123), [sym_this] = ACTIONS(3123), }, [1236] = { [sym_identifier] = ACTIONS(3258), [aux_sym_preproc_include_token1] = ACTIONS(3258), [aux_sym_preproc_def_token1] = ACTIONS(3258), [aux_sym_preproc_if_token1] = ACTIONS(3258), [aux_sym_preproc_ifdef_token1] = ACTIONS(3258), [aux_sym_preproc_ifdef_token2] = ACTIONS(3258), [sym_preproc_directive] = ACTIONS(3258), [anon_sym_LPAREN2] = ACTIONS(3260), [anon_sym_BANG] = ACTIONS(3260), [anon_sym_TILDE] = ACTIONS(3260), [anon_sym_DASH] = ACTIONS(3258), [anon_sym_PLUS] = ACTIONS(3258), [anon_sym_STAR] = ACTIONS(3260), [anon_sym_AMP_AMP] = ACTIONS(3260), [anon_sym_AMP] = ACTIONS(3258), [anon_sym_SEMI] = ACTIONS(3260), [anon_sym_typedef] = ACTIONS(3258), [anon_sym_extern] = ACTIONS(3258), [anon_sym___attribute__] = ACTIONS(3258), [anon_sym_COLON_COLON] = ACTIONS(3260), [anon_sym_LBRACK_LBRACK] = ACTIONS(3260), [anon_sym___declspec] = ACTIONS(3258), [anon_sym___based] = ACTIONS(3258), [anon_sym___cdecl] = ACTIONS(3258), [anon_sym___clrcall] = ACTIONS(3258), [anon_sym___stdcall] = ACTIONS(3258), [anon_sym___fastcall] = ACTIONS(3258), [anon_sym___thiscall] = ACTIONS(3258), [anon_sym___vectorcall] = ACTIONS(3258), [anon_sym_LBRACE] = ACTIONS(3260), [anon_sym_RBRACE] = ACTIONS(3260), [anon_sym_signed] = ACTIONS(3258), [anon_sym_unsigned] = ACTIONS(3258), [anon_sym_long] = ACTIONS(3258), [anon_sym_short] = ACTIONS(3258), [anon_sym_LBRACK] = ACTIONS(3258), [anon_sym_static] = ACTIONS(3258), [anon_sym_register] = ACTIONS(3258), [anon_sym_inline] = ACTIONS(3258), [anon_sym_thread_local] = ACTIONS(3258), [anon_sym_const] = ACTIONS(3258), [anon_sym_constexpr] = ACTIONS(3258), [anon_sym_volatile] = ACTIONS(3258), [anon_sym_restrict] = ACTIONS(3258), [anon_sym___restrict__] = ACTIONS(3258), [anon_sym__Atomic] = ACTIONS(3258), [anon_sym__Noreturn] = ACTIONS(3258), [anon_sym_noreturn] = ACTIONS(3258), [anon_sym_mutable] = ACTIONS(3258), [anon_sym_constinit] = ACTIONS(3258), [anon_sym_consteval] = ACTIONS(3258), [sym_primitive_type] = ACTIONS(3258), [anon_sym_enum] = ACTIONS(3258), [anon_sym_class] = ACTIONS(3258), [anon_sym_struct] = ACTIONS(3258), [anon_sym_union] = ACTIONS(3258), [anon_sym_if] = ACTIONS(3258), [anon_sym_switch] = ACTIONS(3258), [anon_sym_case] = ACTIONS(3258), [anon_sym_default] = ACTIONS(3258), [anon_sym_while] = ACTIONS(3258), [anon_sym_do] = ACTIONS(3258), [anon_sym_for] = ACTIONS(3258), [anon_sym_return] = ACTIONS(3258), [anon_sym_break] = ACTIONS(3258), [anon_sym_continue] = ACTIONS(3258), [anon_sym_goto] = ACTIONS(3258), [anon_sym_not] = ACTIONS(3258), [anon_sym_compl] = ACTIONS(3258), [anon_sym_DASH_DASH] = ACTIONS(3260), [anon_sym_PLUS_PLUS] = ACTIONS(3260), [anon_sym_sizeof] = ACTIONS(3258), [anon_sym_offsetof] = ACTIONS(3258), [anon_sym__Generic] = ACTIONS(3258), [anon_sym_asm] = ACTIONS(3258), [anon_sym___asm__] = ACTIONS(3258), [sym_number_literal] = ACTIONS(3260), [anon_sym_L_SQUOTE] = ACTIONS(3260), [anon_sym_u_SQUOTE] = ACTIONS(3260), [anon_sym_U_SQUOTE] = ACTIONS(3260), [anon_sym_u8_SQUOTE] = ACTIONS(3260), [anon_sym_SQUOTE] = ACTIONS(3260), [anon_sym_L_DQUOTE] = ACTIONS(3260), [anon_sym_u_DQUOTE] = ACTIONS(3260), [anon_sym_U_DQUOTE] = ACTIONS(3260), [anon_sym_u8_DQUOTE] = ACTIONS(3260), [anon_sym_DQUOTE] = ACTIONS(3260), [sym_true] = ACTIONS(3258), [sym_false] = ACTIONS(3258), [anon_sym_NULL] = ACTIONS(3258), [anon_sym_nullptr] = ACTIONS(3258), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3258), [anon_sym_decltype] = ACTIONS(3258), [anon_sym_virtual] = ACTIONS(3258), [anon_sym_explicit] = ACTIONS(3258), [anon_sym_typename] = ACTIONS(3258), [anon_sym_template] = ACTIONS(3258), [anon_sym_operator] = ACTIONS(3258), [anon_sym_try] = ACTIONS(3258), [anon_sym_delete] = ACTIONS(3258), [anon_sym_throw] = ACTIONS(3258), [anon_sym_namespace] = ACTIONS(3258), [anon_sym_using] = ACTIONS(3258), [anon_sym_static_assert] = ACTIONS(3258), [anon_sym_concept] = ACTIONS(3258), [anon_sym_co_return] = ACTIONS(3258), [anon_sym_co_yield] = ACTIONS(3258), [anon_sym_R_DQUOTE] = ACTIONS(3260), [anon_sym_LR_DQUOTE] = ACTIONS(3260), [anon_sym_uR_DQUOTE] = ACTIONS(3260), [anon_sym_UR_DQUOTE] = ACTIONS(3260), [anon_sym_u8R_DQUOTE] = ACTIONS(3260), [anon_sym_co_await] = ACTIONS(3258), [anon_sym_new] = ACTIONS(3258), [anon_sym_requires] = ACTIONS(3258), [sym_this] = ACTIONS(3258), }, [1237] = { [sym_identifier] = ACTIONS(3275), [aux_sym_preproc_include_token1] = ACTIONS(3275), [aux_sym_preproc_def_token1] = ACTIONS(3275), [aux_sym_preproc_if_token1] = ACTIONS(3275), [aux_sym_preproc_ifdef_token1] = ACTIONS(3275), [aux_sym_preproc_ifdef_token2] = ACTIONS(3275), [sym_preproc_directive] = ACTIONS(3275), [anon_sym_LPAREN2] = ACTIONS(3277), [anon_sym_BANG] = ACTIONS(3277), [anon_sym_TILDE] = ACTIONS(3277), [anon_sym_DASH] = ACTIONS(3275), [anon_sym_PLUS] = ACTIONS(3275), [anon_sym_STAR] = ACTIONS(3277), [anon_sym_AMP_AMP] = ACTIONS(3277), [anon_sym_AMP] = ACTIONS(3275), [anon_sym_SEMI] = ACTIONS(3277), [anon_sym_typedef] = ACTIONS(3275), [anon_sym_extern] = ACTIONS(3275), [anon_sym___attribute__] = ACTIONS(3275), [anon_sym_COLON_COLON] = ACTIONS(3277), [anon_sym_LBRACK_LBRACK] = ACTIONS(3277), [anon_sym___declspec] = ACTIONS(3275), [anon_sym___based] = ACTIONS(3275), [anon_sym___cdecl] = ACTIONS(3275), [anon_sym___clrcall] = ACTIONS(3275), [anon_sym___stdcall] = ACTIONS(3275), [anon_sym___fastcall] = ACTIONS(3275), [anon_sym___thiscall] = ACTIONS(3275), [anon_sym___vectorcall] = ACTIONS(3275), [anon_sym_LBRACE] = ACTIONS(3277), [anon_sym_RBRACE] = ACTIONS(3277), [anon_sym_signed] = ACTIONS(3275), [anon_sym_unsigned] = ACTIONS(3275), [anon_sym_long] = ACTIONS(3275), [anon_sym_short] = ACTIONS(3275), [anon_sym_LBRACK] = ACTIONS(3275), [anon_sym_static] = ACTIONS(3275), [anon_sym_register] = ACTIONS(3275), [anon_sym_inline] = ACTIONS(3275), [anon_sym_thread_local] = ACTIONS(3275), [anon_sym_const] = ACTIONS(3275), [anon_sym_constexpr] = ACTIONS(3275), [anon_sym_volatile] = ACTIONS(3275), [anon_sym_restrict] = ACTIONS(3275), [anon_sym___restrict__] = ACTIONS(3275), [anon_sym__Atomic] = ACTIONS(3275), [anon_sym__Noreturn] = ACTIONS(3275), [anon_sym_noreturn] = ACTIONS(3275), [anon_sym_mutable] = ACTIONS(3275), [anon_sym_constinit] = ACTIONS(3275), [anon_sym_consteval] = ACTIONS(3275), [sym_primitive_type] = ACTIONS(3275), [anon_sym_enum] = ACTIONS(3275), [anon_sym_class] = ACTIONS(3275), [anon_sym_struct] = ACTIONS(3275), [anon_sym_union] = ACTIONS(3275), [anon_sym_if] = ACTIONS(3275), [anon_sym_switch] = ACTIONS(3275), [anon_sym_case] = ACTIONS(3275), [anon_sym_default] = ACTIONS(3275), [anon_sym_while] = ACTIONS(3275), [anon_sym_do] = ACTIONS(3275), [anon_sym_for] = ACTIONS(3275), [anon_sym_return] = ACTIONS(3275), [anon_sym_break] = ACTIONS(3275), [anon_sym_continue] = ACTIONS(3275), [anon_sym_goto] = ACTIONS(3275), [anon_sym_not] = ACTIONS(3275), [anon_sym_compl] = ACTIONS(3275), [anon_sym_DASH_DASH] = ACTIONS(3277), [anon_sym_PLUS_PLUS] = ACTIONS(3277), [anon_sym_sizeof] = ACTIONS(3275), [anon_sym_offsetof] = ACTIONS(3275), [anon_sym__Generic] = ACTIONS(3275), [anon_sym_asm] = ACTIONS(3275), [anon_sym___asm__] = ACTIONS(3275), [sym_number_literal] = ACTIONS(3277), [anon_sym_L_SQUOTE] = ACTIONS(3277), [anon_sym_u_SQUOTE] = ACTIONS(3277), [anon_sym_U_SQUOTE] = ACTIONS(3277), [anon_sym_u8_SQUOTE] = ACTIONS(3277), [anon_sym_SQUOTE] = ACTIONS(3277), [anon_sym_L_DQUOTE] = ACTIONS(3277), [anon_sym_u_DQUOTE] = ACTIONS(3277), [anon_sym_U_DQUOTE] = ACTIONS(3277), [anon_sym_u8_DQUOTE] = ACTIONS(3277), [anon_sym_DQUOTE] = ACTIONS(3277), [sym_true] = ACTIONS(3275), [sym_false] = ACTIONS(3275), [anon_sym_NULL] = ACTIONS(3275), [anon_sym_nullptr] = ACTIONS(3275), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3275), [anon_sym_decltype] = ACTIONS(3275), [anon_sym_virtual] = ACTIONS(3275), [anon_sym_explicit] = ACTIONS(3275), [anon_sym_typename] = ACTIONS(3275), [anon_sym_template] = ACTIONS(3275), [anon_sym_operator] = ACTIONS(3275), [anon_sym_try] = ACTIONS(3275), [anon_sym_delete] = ACTIONS(3275), [anon_sym_throw] = ACTIONS(3275), [anon_sym_namespace] = ACTIONS(3275), [anon_sym_using] = ACTIONS(3275), [anon_sym_static_assert] = ACTIONS(3275), [anon_sym_concept] = ACTIONS(3275), [anon_sym_co_return] = ACTIONS(3275), [anon_sym_co_yield] = ACTIONS(3275), [anon_sym_R_DQUOTE] = ACTIONS(3277), [anon_sym_LR_DQUOTE] = ACTIONS(3277), [anon_sym_uR_DQUOTE] = ACTIONS(3277), [anon_sym_UR_DQUOTE] = ACTIONS(3277), [anon_sym_u8R_DQUOTE] = ACTIONS(3277), [anon_sym_co_await] = ACTIONS(3275), [anon_sym_new] = ACTIONS(3275), [anon_sym_requires] = ACTIONS(3275), [sym_this] = ACTIONS(3275), }, [1238] = { [sym_identifier] = ACTIONS(3262), [aux_sym_preproc_include_token1] = ACTIONS(3262), [aux_sym_preproc_def_token1] = ACTIONS(3262), [aux_sym_preproc_if_token1] = ACTIONS(3262), [aux_sym_preproc_ifdef_token1] = ACTIONS(3262), [aux_sym_preproc_ifdef_token2] = ACTIONS(3262), [sym_preproc_directive] = ACTIONS(3262), [anon_sym_LPAREN2] = ACTIONS(3264), [anon_sym_BANG] = ACTIONS(3264), [anon_sym_TILDE] = ACTIONS(3264), [anon_sym_DASH] = ACTIONS(3262), [anon_sym_PLUS] = ACTIONS(3262), [anon_sym_STAR] = ACTIONS(3264), [anon_sym_AMP_AMP] = ACTIONS(3264), [anon_sym_AMP] = ACTIONS(3262), [anon_sym_SEMI] = ACTIONS(3264), [anon_sym_typedef] = ACTIONS(3262), [anon_sym_extern] = ACTIONS(3262), [anon_sym___attribute__] = ACTIONS(3262), [anon_sym_COLON_COLON] = ACTIONS(3264), [anon_sym_LBRACK_LBRACK] = ACTIONS(3264), [anon_sym___declspec] = ACTIONS(3262), [anon_sym___based] = ACTIONS(3262), [anon_sym___cdecl] = ACTIONS(3262), [anon_sym___clrcall] = ACTIONS(3262), [anon_sym___stdcall] = ACTIONS(3262), [anon_sym___fastcall] = ACTIONS(3262), [anon_sym___thiscall] = ACTIONS(3262), [anon_sym___vectorcall] = ACTIONS(3262), [anon_sym_LBRACE] = ACTIONS(3264), [anon_sym_RBRACE] = ACTIONS(3264), [anon_sym_signed] = ACTIONS(3262), [anon_sym_unsigned] = ACTIONS(3262), [anon_sym_long] = ACTIONS(3262), [anon_sym_short] = ACTIONS(3262), [anon_sym_LBRACK] = ACTIONS(3262), [anon_sym_static] = ACTIONS(3262), [anon_sym_register] = ACTIONS(3262), [anon_sym_inline] = ACTIONS(3262), [anon_sym_thread_local] = ACTIONS(3262), [anon_sym_const] = ACTIONS(3262), [anon_sym_constexpr] = ACTIONS(3262), [anon_sym_volatile] = ACTIONS(3262), [anon_sym_restrict] = ACTIONS(3262), [anon_sym___restrict__] = ACTIONS(3262), [anon_sym__Atomic] = ACTIONS(3262), [anon_sym__Noreturn] = ACTIONS(3262), [anon_sym_noreturn] = ACTIONS(3262), [anon_sym_mutable] = ACTIONS(3262), [anon_sym_constinit] = ACTIONS(3262), [anon_sym_consteval] = ACTIONS(3262), [sym_primitive_type] = ACTIONS(3262), [anon_sym_enum] = ACTIONS(3262), [anon_sym_class] = ACTIONS(3262), [anon_sym_struct] = ACTIONS(3262), [anon_sym_union] = ACTIONS(3262), [anon_sym_if] = ACTIONS(3262), [anon_sym_switch] = ACTIONS(3262), [anon_sym_case] = ACTIONS(3262), [anon_sym_default] = ACTIONS(3262), [anon_sym_while] = ACTIONS(3262), [anon_sym_do] = ACTIONS(3262), [anon_sym_for] = ACTIONS(3262), [anon_sym_return] = ACTIONS(3262), [anon_sym_break] = ACTIONS(3262), [anon_sym_continue] = ACTIONS(3262), [anon_sym_goto] = ACTIONS(3262), [anon_sym_not] = ACTIONS(3262), [anon_sym_compl] = ACTIONS(3262), [anon_sym_DASH_DASH] = ACTIONS(3264), [anon_sym_PLUS_PLUS] = ACTIONS(3264), [anon_sym_sizeof] = ACTIONS(3262), [anon_sym_offsetof] = ACTIONS(3262), [anon_sym__Generic] = ACTIONS(3262), [anon_sym_asm] = ACTIONS(3262), [anon_sym___asm__] = ACTIONS(3262), [sym_number_literal] = ACTIONS(3264), [anon_sym_L_SQUOTE] = ACTIONS(3264), [anon_sym_u_SQUOTE] = ACTIONS(3264), [anon_sym_U_SQUOTE] = ACTIONS(3264), [anon_sym_u8_SQUOTE] = ACTIONS(3264), [anon_sym_SQUOTE] = ACTIONS(3264), [anon_sym_L_DQUOTE] = ACTIONS(3264), [anon_sym_u_DQUOTE] = ACTIONS(3264), [anon_sym_U_DQUOTE] = ACTIONS(3264), [anon_sym_u8_DQUOTE] = ACTIONS(3264), [anon_sym_DQUOTE] = ACTIONS(3264), [sym_true] = ACTIONS(3262), [sym_false] = ACTIONS(3262), [anon_sym_NULL] = ACTIONS(3262), [anon_sym_nullptr] = ACTIONS(3262), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3262), [anon_sym_decltype] = ACTIONS(3262), [anon_sym_virtual] = ACTIONS(3262), [anon_sym_explicit] = ACTIONS(3262), [anon_sym_typename] = ACTIONS(3262), [anon_sym_template] = ACTIONS(3262), [anon_sym_operator] = ACTIONS(3262), [anon_sym_try] = ACTIONS(3262), [anon_sym_delete] = ACTIONS(3262), [anon_sym_throw] = ACTIONS(3262), [anon_sym_namespace] = ACTIONS(3262), [anon_sym_using] = ACTIONS(3262), [anon_sym_static_assert] = ACTIONS(3262), [anon_sym_concept] = ACTIONS(3262), [anon_sym_co_return] = ACTIONS(3262), [anon_sym_co_yield] = ACTIONS(3262), [anon_sym_R_DQUOTE] = ACTIONS(3264), [anon_sym_LR_DQUOTE] = ACTIONS(3264), [anon_sym_uR_DQUOTE] = ACTIONS(3264), [anon_sym_UR_DQUOTE] = ACTIONS(3264), [anon_sym_u8R_DQUOTE] = ACTIONS(3264), [anon_sym_co_await] = ACTIONS(3262), [anon_sym_new] = ACTIONS(3262), [anon_sym_requires] = ACTIONS(3262), [sym_this] = ACTIONS(3262), }, [1239] = { [sym_identifier] = ACTIONS(3219), [aux_sym_preproc_include_token1] = ACTIONS(3219), [aux_sym_preproc_def_token1] = ACTIONS(3219), [aux_sym_preproc_if_token1] = ACTIONS(3219), [aux_sym_preproc_ifdef_token1] = ACTIONS(3219), [aux_sym_preproc_ifdef_token2] = ACTIONS(3219), [sym_preproc_directive] = ACTIONS(3219), [anon_sym_LPAREN2] = ACTIONS(3221), [anon_sym_BANG] = ACTIONS(3221), [anon_sym_TILDE] = ACTIONS(3221), [anon_sym_DASH] = ACTIONS(3219), [anon_sym_PLUS] = ACTIONS(3219), [anon_sym_STAR] = ACTIONS(3221), [anon_sym_AMP_AMP] = ACTIONS(3221), [anon_sym_AMP] = ACTIONS(3219), [anon_sym_SEMI] = ACTIONS(3221), [anon_sym_typedef] = ACTIONS(3219), [anon_sym_extern] = ACTIONS(3219), [anon_sym___attribute__] = ACTIONS(3219), [anon_sym_COLON_COLON] = ACTIONS(3221), [anon_sym_LBRACK_LBRACK] = ACTIONS(3221), [anon_sym___declspec] = ACTIONS(3219), [anon_sym___based] = ACTIONS(3219), [anon_sym___cdecl] = ACTIONS(3219), [anon_sym___clrcall] = ACTIONS(3219), [anon_sym___stdcall] = ACTIONS(3219), [anon_sym___fastcall] = ACTIONS(3219), [anon_sym___thiscall] = ACTIONS(3219), [anon_sym___vectorcall] = ACTIONS(3219), [anon_sym_LBRACE] = ACTIONS(3221), [anon_sym_RBRACE] = ACTIONS(3221), [anon_sym_signed] = ACTIONS(3219), [anon_sym_unsigned] = ACTIONS(3219), [anon_sym_long] = ACTIONS(3219), [anon_sym_short] = ACTIONS(3219), [anon_sym_LBRACK] = ACTIONS(3219), [anon_sym_static] = ACTIONS(3219), [anon_sym_register] = ACTIONS(3219), [anon_sym_inline] = ACTIONS(3219), [anon_sym_thread_local] = ACTIONS(3219), [anon_sym_const] = ACTIONS(3219), [anon_sym_constexpr] = ACTIONS(3219), [anon_sym_volatile] = ACTIONS(3219), [anon_sym_restrict] = ACTIONS(3219), [anon_sym___restrict__] = ACTIONS(3219), [anon_sym__Atomic] = ACTIONS(3219), [anon_sym__Noreturn] = ACTIONS(3219), [anon_sym_noreturn] = ACTIONS(3219), [anon_sym_mutable] = ACTIONS(3219), [anon_sym_constinit] = ACTIONS(3219), [anon_sym_consteval] = ACTIONS(3219), [sym_primitive_type] = ACTIONS(3219), [anon_sym_enum] = ACTIONS(3219), [anon_sym_class] = ACTIONS(3219), [anon_sym_struct] = ACTIONS(3219), [anon_sym_union] = ACTIONS(3219), [anon_sym_if] = ACTIONS(3219), [anon_sym_switch] = ACTIONS(3219), [anon_sym_case] = ACTIONS(3219), [anon_sym_default] = ACTIONS(3219), [anon_sym_while] = ACTIONS(3219), [anon_sym_do] = ACTIONS(3219), [anon_sym_for] = ACTIONS(3219), [anon_sym_return] = ACTIONS(3219), [anon_sym_break] = ACTIONS(3219), [anon_sym_continue] = ACTIONS(3219), [anon_sym_goto] = ACTIONS(3219), [anon_sym_not] = ACTIONS(3219), [anon_sym_compl] = ACTIONS(3219), [anon_sym_DASH_DASH] = ACTIONS(3221), [anon_sym_PLUS_PLUS] = ACTIONS(3221), [anon_sym_sizeof] = ACTIONS(3219), [anon_sym_offsetof] = ACTIONS(3219), [anon_sym__Generic] = ACTIONS(3219), [anon_sym_asm] = ACTIONS(3219), [anon_sym___asm__] = ACTIONS(3219), [sym_number_literal] = ACTIONS(3221), [anon_sym_L_SQUOTE] = ACTIONS(3221), [anon_sym_u_SQUOTE] = ACTIONS(3221), [anon_sym_U_SQUOTE] = ACTIONS(3221), [anon_sym_u8_SQUOTE] = ACTIONS(3221), [anon_sym_SQUOTE] = ACTIONS(3221), [anon_sym_L_DQUOTE] = ACTIONS(3221), [anon_sym_u_DQUOTE] = ACTIONS(3221), [anon_sym_U_DQUOTE] = ACTIONS(3221), [anon_sym_u8_DQUOTE] = ACTIONS(3221), [anon_sym_DQUOTE] = ACTIONS(3221), [sym_true] = ACTIONS(3219), [sym_false] = ACTIONS(3219), [anon_sym_NULL] = ACTIONS(3219), [anon_sym_nullptr] = ACTIONS(3219), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3219), [anon_sym_decltype] = ACTIONS(3219), [anon_sym_virtual] = ACTIONS(3219), [anon_sym_explicit] = ACTIONS(3219), [anon_sym_typename] = ACTIONS(3219), [anon_sym_template] = ACTIONS(3219), [anon_sym_operator] = ACTIONS(3219), [anon_sym_try] = ACTIONS(3219), [anon_sym_delete] = ACTIONS(3219), [anon_sym_throw] = ACTIONS(3219), [anon_sym_namespace] = ACTIONS(3219), [anon_sym_using] = ACTIONS(3219), [anon_sym_static_assert] = ACTIONS(3219), [anon_sym_concept] = ACTIONS(3219), [anon_sym_co_return] = ACTIONS(3219), [anon_sym_co_yield] = ACTIONS(3219), [anon_sym_R_DQUOTE] = ACTIONS(3221), [anon_sym_LR_DQUOTE] = ACTIONS(3221), [anon_sym_uR_DQUOTE] = ACTIONS(3221), [anon_sym_UR_DQUOTE] = ACTIONS(3221), [anon_sym_u8R_DQUOTE] = ACTIONS(3221), [anon_sym_co_await] = ACTIONS(3219), [anon_sym_new] = ACTIONS(3219), [anon_sym_requires] = ACTIONS(3219), [sym_this] = ACTIONS(3219), }, [1240] = { [sym_identifier] = ACTIONS(3349), [aux_sym_preproc_include_token1] = ACTIONS(3349), [aux_sym_preproc_def_token1] = ACTIONS(3349), [aux_sym_preproc_if_token1] = ACTIONS(3349), [aux_sym_preproc_if_token2] = ACTIONS(3349), [aux_sym_preproc_ifdef_token1] = ACTIONS(3349), [aux_sym_preproc_ifdef_token2] = ACTIONS(3349), [sym_preproc_directive] = ACTIONS(3349), [anon_sym_LPAREN2] = ACTIONS(3351), [anon_sym_BANG] = ACTIONS(3351), [anon_sym_TILDE] = ACTIONS(3351), [anon_sym_DASH] = ACTIONS(3349), [anon_sym_PLUS] = ACTIONS(3349), [anon_sym_STAR] = ACTIONS(3351), [anon_sym_AMP_AMP] = ACTIONS(3351), [anon_sym_AMP] = ACTIONS(3349), [anon_sym_SEMI] = ACTIONS(3351), [anon_sym_typedef] = ACTIONS(3349), [anon_sym_extern] = ACTIONS(3349), [anon_sym___attribute__] = ACTIONS(3349), [anon_sym_COLON_COLON] = ACTIONS(3351), [anon_sym_LBRACK_LBRACK] = ACTIONS(3351), [anon_sym___declspec] = ACTIONS(3349), [anon_sym___based] = ACTIONS(3349), [anon_sym___cdecl] = ACTIONS(3349), [anon_sym___clrcall] = ACTIONS(3349), [anon_sym___stdcall] = ACTIONS(3349), [anon_sym___fastcall] = ACTIONS(3349), [anon_sym___thiscall] = ACTIONS(3349), [anon_sym___vectorcall] = ACTIONS(3349), [anon_sym_LBRACE] = ACTIONS(3351), [anon_sym_signed] = ACTIONS(3349), [anon_sym_unsigned] = ACTIONS(3349), [anon_sym_long] = ACTIONS(3349), [anon_sym_short] = ACTIONS(3349), [anon_sym_LBRACK] = ACTIONS(3349), [anon_sym_static] = ACTIONS(3349), [anon_sym_register] = ACTIONS(3349), [anon_sym_inline] = ACTIONS(3349), [anon_sym_thread_local] = ACTIONS(3349), [anon_sym_const] = ACTIONS(3349), [anon_sym_constexpr] = ACTIONS(3349), [anon_sym_volatile] = ACTIONS(3349), [anon_sym_restrict] = ACTIONS(3349), [anon_sym___restrict__] = ACTIONS(3349), [anon_sym__Atomic] = ACTIONS(3349), [anon_sym__Noreturn] = ACTIONS(3349), [anon_sym_noreturn] = ACTIONS(3349), [anon_sym_mutable] = ACTIONS(3349), [anon_sym_constinit] = ACTIONS(3349), [anon_sym_consteval] = ACTIONS(3349), [sym_primitive_type] = ACTIONS(3349), [anon_sym_enum] = ACTIONS(3349), [anon_sym_class] = ACTIONS(3349), [anon_sym_struct] = ACTIONS(3349), [anon_sym_union] = ACTIONS(3349), [anon_sym_if] = ACTIONS(3349), [anon_sym_switch] = ACTIONS(3349), [anon_sym_case] = ACTIONS(3349), [anon_sym_default] = ACTIONS(3349), [anon_sym_while] = ACTIONS(3349), [anon_sym_do] = ACTIONS(3349), [anon_sym_for] = ACTIONS(3349), [anon_sym_return] = ACTIONS(3349), [anon_sym_break] = ACTIONS(3349), [anon_sym_continue] = ACTIONS(3349), [anon_sym_goto] = ACTIONS(3349), [anon_sym_not] = ACTIONS(3349), [anon_sym_compl] = ACTIONS(3349), [anon_sym_DASH_DASH] = ACTIONS(3351), [anon_sym_PLUS_PLUS] = ACTIONS(3351), [anon_sym_sizeof] = ACTIONS(3349), [anon_sym_offsetof] = ACTIONS(3349), [anon_sym__Generic] = ACTIONS(3349), [anon_sym_asm] = ACTIONS(3349), [anon_sym___asm__] = ACTIONS(3349), [sym_number_literal] = ACTIONS(3351), [anon_sym_L_SQUOTE] = ACTIONS(3351), [anon_sym_u_SQUOTE] = ACTIONS(3351), [anon_sym_U_SQUOTE] = ACTIONS(3351), [anon_sym_u8_SQUOTE] = ACTIONS(3351), [anon_sym_SQUOTE] = ACTIONS(3351), [anon_sym_L_DQUOTE] = ACTIONS(3351), [anon_sym_u_DQUOTE] = ACTIONS(3351), [anon_sym_U_DQUOTE] = ACTIONS(3351), [anon_sym_u8_DQUOTE] = ACTIONS(3351), [anon_sym_DQUOTE] = ACTIONS(3351), [sym_true] = ACTIONS(3349), [sym_false] = ACTIONS(3349), [anon_sym_NULL] = ACTIONS(3349), [anon_sym_nullptr] = ACTIONS(3349), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3349), [anon_sym_decltype] = ACTIONS(3349), [anon_sym_virtual] = ACTIONS(3349), [anon_sym_explicit] = ACTIONS(3349), [anon_sym_typename] = ACTIONS(3349), [anon_sym_template] = ACTIONS(3349), [anon_sym_operator] = ACTIONS(3349), [anon_sym_try] = ACTIONS(3349), [anon_sym_delete] = ACTIONS(3349), [anon_sym_throw] = ACTIONS(3349), [anon_sym_namespace] = ACTIONS(3349), [anon_sym_using] = ACTIONS(3349), [anon_sym_static_assert] = ACTIONS(3349), [anon_sym_concept] = ACTIONS(3349), [anon_sym_co_return] = ACTIONS(3349), [anon_sym_co_yield] = ACTIONS(3349), [anon_sym_R_DQUOTE] = ACTIONS(3351), [anon_sym_LR_DQUOTE] = ACTIONS(3351), [anon_sym_uR_DQUOTE] = ACTIONS(3351), [anon_sym_UR_DQUOTE] = ACTIONS(3351), [anon_sym_u8R_DQUOTE] = ACTIONS(3351), [anon_sym_co_await] = ACTIONS(3349), [anon_sym_new] = ACTIONS(3349), [anon_sym_requires] = ACTIONS(3349), [sym_this] = ACTIONS(3349), }, [1241] = { [sym_identifier] = ACTIONS(3325), [aux_sym_preproc_include_token1] = ACTIONS(3325), [aux_sym_preproc_def_token1] = ACTIONS(3325), [aux_sym_preproc_if_token1] = ACTIONS(3325), [aux_sym_preproc_if_token2] = ACTIONS(3325), [aux_sym_preproc_ifdef_token1] = ACTIONS(3325), [aux_sym_preproc_ifdef_token2] = ACTIONS(3325), [sym_preproc_directive] = ACTIONS(3325), [anon_sym_LPAREN2] = ACTIONS(3327), [anon_sym_BANG] = ACTIONS(3327), [anon_sym_TILDE] = ACTIONS(3327), [anon_sym_DASH] = ACTIONS(3325), [anon_sym_PLUS] = ACTIONS(3325), [anon_sym_STAR] = ACTIONS(3327), [anon_sym_AMP_AMP] = ACTIONS(3327), [anon_sym_AMP] = ACTIONS(3325), [anon_sym_SEMI] = ACTIONS(3327), [anon_sym_typedef] = ACTIONS(3325), [anon_sym_extern] = ACTIONS(3325), [anon_sym___attribute__] = ACTIONS(3325), [anon_sym_COLON_COLON] = ACTIONS(3327), [anon_sym_LBRACK_LBRACK] = ACTIONS(3327), [anon_sym___declspec] = ACTIONS(3325), [anon_sym___based] = ACTIONS(3325), [anon_sym___cdecl] = ACTIONS(3325), [anon_sym___clrcall] = ACTIONS(3325), [anon_sym___stdcall] = ACTIONS(3325), [anon_sym___fastcall] = ACTIONS(3325), [anon_sym___thiscall] = ACTIONS(3325), [anon_sym___vectorcall] = ACTIONS(3325), [anon_sym_LBRACE] = ACTIONS(3327), [anon_sym_signed] = ACTIONS(3325), [anon_sym_unsigned] = ACTIONS(3325), [anon_sym_long] = ACTIONS(3325), [anon_sym_short] = ACTIONS(3325), [anon_sym_LBRACK] = ACTIONS(3325), [anon_sym_static] = ACTIONS(3325), [anon_sym_register] = ACTIONS(3325), [anon_sym_inline] = ACTIONS(3325), [anon_sym_thread_local] = ACTIONS(3325), [anon_sym_const] = ACTIONS(3325), [anon_sym_constexpr] = ACTIONS(3325), [anon_sym_volatile] = ACTIONS(3325), [anon_sym_restrict] = ACTIONS(3325), [anon_sym___restrict__] = ACTIONS(3325), [anon_sym__Atomic] = ACTIONS(3325), [anon_sym__Noreturn] = ACTIONS(3325), [anon_sym_noreturn] = ACTIONS(3325), [anon_sym_mutable] = ACTIONS(3325), [anon_sym_constinit] = ACTIONS(3325), [anon_sym_consteval] = ACTIONS(3325), [sym_primitive_type] = ACTIONS(3325), [anon_sym_enum] = ACTIONS(3325), [anon_sym_class] = ACTIONS(3325), [anon_sym_struct] = ACTIONS(3325), [anon_sym_union] = ACTIONS(3325), [anon_sym_if] = ACTIONS(3325), [anon_sym_switch] = ACTIONS(3325), [anon_sym_case] = ACTIONS(3325), [anon_sym_default] = ACTIONS(3325), [anon_sym_while] = ACTIONS(3325), [anon_sym_do] = ACTIONS(3325), [anon_sym_for] = ACTIONS(3325), [anon_sym_return] = ACTIONS(3325), [anon_sym_break] = ACTIONS(3325), [anon_sym_continue] = ACTIONS(3325), [anon_sym_goto] = ACTIONS(3325), [anon_sym_not] = ACTIONS(3325), [anon_sym_compl] = ACTIONS(3325), [anon_sym_DASH_DASH] = ACTIONS(3327), [anon_sym_PLUS_PLUS] = ACTIONS(3327), [anon_sym_sizeof] = ACTIONS(3325), [anon_sym_offsetof] = ACTIONS(3325), [anon_sym__Generic] = ACTIONS(3325), [anon_sym_asm] = ACTIONS(3325), [anon_sym___asm__] = ACTIONS(3325), [sym_number_literal] = ACTIONS(3327), [anon_sym_L_SQUOTE] = ACTIONS(3327), [anon_sym_u_SQUOTE] = ACTIONS(3327), [anon_sym_U_SQUOTE] = ACTIONS(3327), [anon_sym_u8_SQUOTE] = ACTIONS(3327), [anon_sym_SQUOTE] = ACTIONS(3327), [anon_sym_L_DQUOTE] = ACTIONS(3327), [anon_sym_u_DQUOTE] = ACTIONS(3327), [anon_sym_U_DQUOTE] = ACTIONS(3327), [anon_sym_u8_DQUOTE] = ACTIONS(3327), [anon_sym_DQUOTE] = ACTIONS(3327), [sym_true] = ACTIONS(3325), [sym_false] = ACTIONS(3325), [anon_sym_NULL] = ACTIONS(3325), [anon_sym_nullptr] = ACTIONS(3325), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3325), [anon_sym_decltype] = ACTIONS(3325), [anon_sym_virtual] = ACTIONS(3325), [anon_sym_explicit] = ACTIONS(3325), [anon_sym_typename] = ACTIONS(3325), [anon_sym_template] = ACTIONS(3325), [anon_sym_operator] = ACTIONS(3325), [anon_sym_try] = ACTIONS(3325), [anon_sym_delete] = ACTIONS(3325), [anon_sym_throw] = ACTIONS(3325), [anon_sym_namespace] = ACTIONS(3325), [anon_sym_using] = ACTIONS(3325), [anon_sym_static_assert] = ACTIONS(3325), [anon_sym_concept] = ACTIONS(3325), [anon_sym_co_return] = ACTIONS(3325), [anon_sym_co_yield] = ACTIONS(3325), [anon_sym_R_DQUOTE] = ACTIONS(3327), [anon_sym_LR_DQUOTE] = ACTIONS(3327), [anon_sym_uR_DQUOTE] = ACTIONS(3327), [anon_sym_UR_DQUOTE] = ACTIONS(3327), [anon_sym_u8R_DQUOTE] = ACTIONS(3327), [anon_sym_co_await] = ACTIONS(3325), [anon_sym_new] = ACTIONS(3325), [anon_sym_requires] = ACTIONS(3325), [sym_this] = ACTIONS(3325), }, [1242] = { [sym_identifier] = ACTIONS(3231), [aux_sym_preproc_include_token1] = ACTIONS(3231), [aux_sym_preproc_def_token1] = ACTIONS(3231), [aux_sym_preproc_if_token1] = ACTIONS(3231), [aux_sym_preproc_if_token2] = ACTIONS(3231), [aux_sym_preproc_ifdef_token1] = ACTIONS(3231), [aux_sym_preproc_ifdef_token2] = ACTIONS(3231), [sym_preproc_directive] = ACTIONS(3231), [anon_sym_LPAREN2] = ACTIONS(3233), [anon_sym_BANG] = ACTIONS(3233), [anon_sym_TILDE] = ACTIONS(3233), [anon_sym_DASH] = ACTIONS(3231), [anon_sym_PLUS] = ACTIONS(3231), [anon_sym_STAR] = ACTIONS(3233), [anon_sym_AMP_AMP] = ACTIONS(3233), [anon_sym_AMP] = ACTIONS(3231), [anon_sym_SEMI] = ACTIONS(3233), [anon_sym_typedef] = ACTIONS(3231), [anon_sym_extern] = ACTIONS(3231), [anon_sym___attribute__] = ACTIONS(3231), [anon_sym_COLON_COLON] = ACTIONS(3233), [anon_sym_LBRACK_LBRACK] = ACTIONS(3233), [anon_sym___declspec] = ACTIONS(3231), [anon_sym___based] = ACTIONS(3231), [anon_sym___cdecl] = ACTIONS(3231), [anon_sym___clrcall] = ACTIONS(3231), [anon_sym___stdcall] = ACTIONS(3231), [anon_sym___fastcall] = ACTIONS(3231), [anon_sym___thiscall] = ACTIONS(3231), [anon_sym___vectorcall] = ACTIONS(3231), [anon_sym_LBRACE] = ACTIONS(3233), [anon_sym_signed] = ACTIONS(3231), [anon_sym_unsigned] = ACTIONS(3231), [anon_sym_long] = ACTIONS(3231), [anon_sym_short] = ACTIONS(3231), [anon_sym_LBRACK] = ACTIONS(3231), [anon_sym_static] = ACTIONS(3231), [anon_sym_register] = ACTIONS(3231), [anon_sym_inline] = ACTIONS(3231), [anon_sym_thread_local] = ACTIONS(3231), [anon_sym_const] = ACTIONS(3231), [anon_sym_constexpr] = ACTIONS(3231), [anon_sym_volatile] = ACTIONS(3231), [anon_sym_restrict] = ACTIONS(3231), [anon_sym___restrict__] = ACTIONS(3231), [anon_sym__Atomic] = ACTIONS(3231), [anon_sym__Noreturn] = ACTIONS(3231), [anon_sym_noreturn] = ACTIONS(3231), [anon_sym_mutable] = ACTIONS(3231), [anon_sym_constinit] = ACTIONS(3231), [anon_sym_consteval] = ACTIONS(3231), [sym_primitive_type] = ACTIONS(3231), [anon_sym_enum] = ACTIONS(3231), [anon_sym_class] = ACTIONS(3231), [anon_sym_struct] = ACTIONS(3231), [anon_sym_union] = ACTIONS(3231), [anon_sym_if] = ACTIONS(3231), [anon_sym_switch] = ACTIONS(3231), [anon_sym_case] = ACTIONS(3231), [anon_sym_default] = ACTIONS(3231), [anon_sym_while] = ACTIONS(3231), [anon_sym_do] = ACTIONS(3231), [anon_sym_for] = ACTIONS(3231), [anon_sym_return] = ACTIONS(3231), [anon_sym_break] = ACTIONS(3231), [anon_sym_continue] = ACTIONS(3231), [anon_sym_goto] = ACTIONS(3231), [anon_sym_not] = ACTIONS(3231), [anon_sym_compl] = ACTIONS(3231), [anon_sym_DASH_DASH] = ACTIONS(3233), [anon_sym_PLUS_PLUS] = ACTIONS(3233), [anon_sym_sizeof] = ACTIONS(3231), [anon_sym_offsetof] = ACTIONS(3231), [anon_sym__Generic] = ACTIONS(3231), [anon_sym_asm] = ACTIONS(3231), [anon_sym___asm__] = ACTIONS(3231), [sym_number_literal] = ACTIONS(3233), [anon_sym_L_SQUOTE] = ACTIONS(3233), [anon_sym_u_SQUOTE] = ACTIONS(3233), [anon_sym_U_SQUOTE] = ACTIONS(3233), [anon_sym_u8_SQUOTE] = ACTIONS(3233), [anon_sym_SQUOTE] = ACTIONS(3233), [anon_sym_L_DQUOTE] = ACTIONS(3233), [anon_sym_u_DQUOTE] = ACTIONS(3233), [anon_sym_U_DQUOTE] = ACTIONS(3233), [anon_sym_u8_DQUOTE] = ACTIONS(3233), [anon_sym_DQUOTE] = ACTIONS(3233), [sym_true] = ACTIONS(3231), [sym_false] = ACTIONS(3231), [anon_sym_NULL] = ACTIONS(3231), [anon_sym_nullptr] = ACTIONS(3231), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3231), [anon_sym_decltype] = ACTIONS(3231), [anon_sym_virtual] = ACTIONS(3231), [anon_sym_explicit] = ACTIONS(3231), [anon_sym_typename] = ACTIONS(3231), [anon_sym_template] = ACTIONS(3231), [anon_sym_operator] = ACTIONS(3231), [anon_sym_try] = ACTIONS(3231), [anon_sym_delete] = ACTIONS(3231), [anon_sym_throw] = ACTIONS(3231), [anon_sym_namespace] = ACTIONS(3231), [anon_sym_using] = ACTIONS(3231), [anon_sym_static_assert] = ACTIONS(3231), [anon_sym_concept] = ACTIONS(3231), [anon_sym_co_return] = ACTIONS(3231), [anon_sym_co_yield] = ACTIONS(3231), [anon_sym_R_DQUOTE] = ACTIONS(3233), [anon_sym_LR_DQUOTE] = ACTIONS(3233), [anon_sym_uR_DQUOTE] = ACTIONS(3233), [anon_sym_UR_DQUOTE] = ACTIONS(3233), [anon_sym_u8R_DQUOTE] = ACTIONS(3233), [anon_sym_co_await] = ACTIONS(3231), [anon_sym_new] = ACTIONS(3231), [anon_sym_requires] = ACTIONS(3231), [sym_this] = ACTIONS(3231), }, [1243] = { [sym_identifier] = ACTIONS(3223), [aux_sym_preproc_include_token1] = ACTIONS(3223), [aux_sym_preproc_def_token1] = ACTIONS(3223), [aux_sym_preproc_if_token1] = ACTIONS(3223), [aux_sym_preproc_if_token2] = ACTIONS(3223), [aux_sym_preproc_ifdef_token1] = ACTIONS(3223), [aux_sym_preproc_ifdef_token2] = ACTIONS(3223), [sym_preproc_directive] = ACTIONS(3223), [anon_sym_LPAREN2] = ACTIONS(3225), [anon_sym_BANG] = ACTIONS(3225), [anon_sym_TILDE] = ACTIONS(3225), [anon_sym_DASH] = ACTIONS(3223), [anon_sym_PLUS] = ACTIONS(3223), [anon_sym_STAR] = ACTIONS(3225), [anon_sym_AMP_AMP] = ACTIONS(3225), [anon_sym_AMP] = ACTIONS(3223), [anon_sym_SEMI] = ACTIONS(3225), [anon_sym_typedef] = ACTIONS(3223), [anon_sym_extern] = ACTIONS(3223), [anon_sym___attribute__] = ACTIONS(3223), [anon_sym_COLON_COLON] = ACTIONS(3225), [anon_sym_LBRACK_LBRACK] = ACTIONS(3225), [anon_sym___declspec] = ACTIONS(3223), [anon_sym___based] = ACTIONS(3223), [anon_sym___cdecl] = ACTIONS(3223), [anon_sym___clrcall] = ACTIONS(3223), [anon_sym___stdcall] = ACTIONS(3223), [anon_sym___fastcall] = ACTIONS(3223), [anon_sym___thiscall] = ACTIONS(3223), [anon_sym___vectorcall] = ACTIONS(3223), [anon_sym_LBRACE] = ACTIONS(3225), [anon_sym_signed] = ACTIONS(3223), [anon_sym_unsigned] = ACTIONS(3223), [anon_sym_long] = ACTIONS(3223), [anon_sym_short] = ACTIONS(3223), [anon_sym_LBRACK] = ACTIONS(3223), [anon_sym_static] = ACTIONS(3223), [anon_sym_register] = ACTIONS(3223), [anon_sym_inline] = ACTIONS(3223), [anon_sym_thread_local] = ACTIONS(3223), [anon_sym_const] = ACTIONS(3223), [anon_sym_constexpr] = ACTIONS(3223), [anon_sym_volatile] = ACTIONS(3223), [anon_sym_restrict] = ACTIONS(3223), [anon_sym___restrict__] = ACTIONS(3223), [anon_sym__Atomic] = ACTIONS(3223), [anon_sym__Noreturn] = ACTIONS(3223), [anon_sym_noreturn] = ACTIONS(3223), [anon_sym_mutable] = ACTIONS(3223), [anon_sym_constinit] = ACTIONS(3223), [anon_sym_consteval] = ACTIONS(3223), [sym_primitive_type] = ACTIONS(3223), [anon_sym_enum] = ACTIONS(3223), [anon_sym_class] = ACTIONS(3223), [anon_sym_struct] = ACTIONS(3223), [anon_sym_union] = ACTIONS(3223), [anon_sym_if] = ACTIONS(3223), [anon_sym_switch] = ACTIONS(3223), [anon_sym_case] = ACTIONS(3223), [anon_sym_default] = ACTIONS(3223), [anon_sym_while] = ACTIONS(3223), [anon_sym_do] = ACTIONS(3223), [anon_sym_for] = ACTIONS(3223), [anon_sym_return] = ACTIONS(3223), [anon_sym_break] = ACTIONS(3223), [anon_sym_continue] = ACTIONS(3223), [anon_sym_goto] = ACTIONS(3223), [anon_sym_not] = ACTIONS(3223), [anon_sym_compl] = ACTIONS(3223), [anon_sym_DASH_DASH] = ACTIONS(3225), [anon_sym_PLUS_PLUS] = ACTIONS(3225), [anon_sym_sizeof] = ACTIONS(3223), [anon_sym_offsetof] = ACTIONS(3223), [anon_sym__Generic] = ACTIONS(3223), [anon_sym_asm] = ACTIONS(3223), [anon_sym___asm__] = ACTIONS(3223), [sym_number_literal] = ACTIONS(3225), [anon_sym_L_SQUOTE] = ACTIONS(3225), [anon_sym_u_SQUOTE] = ACTIONS(3225), [anon_sym_U_SQUOTE] = ACTIONS(3225), [anon_sym_u8_SQUOTE] = ACTIONS(3225), [anon_sym_SQUOTE] = ACTIONS(3225), [anon_sym_L_DQUOTE] = ACTIONS(3225), [anon_sym_u_DQUOTE] = ACTIONS(3225), [anon_sym_U_DQUOTE] = ACTIONS(3225), [anon_sym_u8_DQUOTE] = ACTIONS(3225), [anon_sym_DQUOTE] = ACTIONS(3225), [sym_true] = ACTIONS(3223), [sym_false] = ACTIONS(3223), [anon_sym_NULL] = ACTIONS(3223), [anon_sym_nullptr] = ACTIONS(3223), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3223), [anon_sym_decltype] = ACTIONS(3223), [anon_sym_virtual] = ACTIONS(3223), [anon_sym_explicit] = ACTIONS(3223), [anon_sym_typename] = ACTIONS(3223), [anon_sym_template] = ACTIONS(3223), [anon_sym_operator] = ACTIONS(3223), [anon_sym_try] = ACTIONS(3223), [anon_sym_delete] = ACTIONS(3223), [anon_sym_throw] = ACTIONS(3223), [anon_sym_namespace] = ACTIONS(3223), [anon_sym_using] = ACTIONS(3223), [anon_sym_static_assert] = ACTIONS(3223), [anon_sym_concept] = ACTIONS(3223), [anon_sym_co_return] = ACTIONS(3223), [anon_sym_co_yield] = ACTIONS(3223), [anon_sym_R_DQUOTE] = ACTIONS(3225), [anon_sym_LR_DQUOTE] = ACTIONS(3225), [anon_sym_uR_DQUOTE] = ACTIONS(3225), [anon_sym_UR_DQUOTE] = ACTIONS(3225), [anon_sym_u8R_DQUOTE] = ACTIONS(3225), [anon_sym_co_await] = ACTIONS(3223), [anon_sym_new] = ACTIONS(3223), [anon_sym_requires] = ACTIONS(3223), [sym_this] = ACTIONS(3223), }, [1244] = { [sym_identifier] = ACTIONS(3325), [aux_sym_preproc_include_token1] = ACTIONS(3325), [aux_sym_preproc_def_token1] = ACTIONS(3325), [aux_sym_preproc_if_token1] = ACTIONS(3325), [aux_sym_preproc_ifdef_token1] = ACTIONS(3325), [aux_sym_preproc_ifdef_token2] = ACTIONS(3325), [sym_preproc_directive] = ACTIONS(3325), [anon_sym_LPAREN2] = ACTIONS(3327), [anon_sym_BANG] = ACTIONS(3327), [anon_sym_TILDE] = ACTIONS(3327), [anon_sym_DASH] = ACTIONS(3325), [anon_sym_PLUS] = ACTIONS(3325), [anon_sym_STAR] = ACTIONS(3327), [anon_sym_AMP_AMP] = ACTIONS(3327), [anon_sym_AMP] = ACTIONS(3325), [anon_sym_SEMI] = ACTIONS(3327), [anon_sym_typedef] = ACTIONS(3325), [anon_sym_extern] = ACTIONS(3325), [anon_sym___attribute__] = ACTIONS(3325), [anon_sym_COLON_COLON] = ACTIONS(3327), [anon_sym_LBRACK_LBRACK] = ACTIONS(3327), [anon_sym___declspec] = ACTIONS(3325), [anon_sym___based] = ACTIONS(3325), [anon_sym___cdecl] = ACTIONS(3325), [anon_sym___clrcall] = ACTIONS(3325), [anon_sym___stdcall] = ACTIONS(3325), [anon_sym___fastcall] = ACTIONS(3325), [anon_sym___thiscall] = ACTIONS(3325), [anon_sym___vectorcall] = ACTIONS(3325), [anon_sym_LBRACE] = ACTIONS(3327), [anon_sym_RBRACE] = ACTIONS(3327), [anon_sym_signed] = ACTIONS(3325), [anon_sym_unsigned] = ACTIONS(3325), [anon_sym_long] = ACTIONS(3325), [anon_sym_short] = ACTIONS(3325), [anon_sym_LBRACK] = ACTIONS(3325), [anon_sym_static] = ACTIONS(3325), [anon_sym_register] = ACTIONS(3325), [anon_sym_inline] = ACTIONS(3325), [anon_sym_thread_local] = ACTIONS(3325), [anon_sym_const] = ACTIONS(3325), [anon_sym_constexpr] = ACTIONS(3325), [anon_sym_volatile] = ACTIONS(3325), [anon_sym_restrict] = ACTIONS(3325), [anon_sym___restrict__] = ACTIONS(3325), [anon_sym__Atomic] = ACTIONS(3325), [anon_sym__Noreturn] = ACTIONS(3325), [anon_sym_noreturn] = ACTIONS(3325), [anon_sym_mutable] = ACTIONS(3325), [anon_sym_constinit] = ACTIONS(3325), [anon_sym_consteval] = ACTIONS(3325), [sym_primitive_type] = ACTIONS(3325), [anon_sym_enum] = ACTIONS(3325), [anon_sym_class] = ACTIONS(3325), [anon_sym_struct] = ACTIONS(3325), [anon_sym_union] = ACTIONS(3325), [anon_sym_if] = ACTIONS(3325), [anon_sym_switch] = ACTIONS(3325), [anon_sym_case] = ACTIONS(3325), [anon_sym_default] = ACTIONS(3325), [anon_sym_while] = ACTIONS(3325), [anon_sym_do] = ACTIONS(3325), [anon_sym_for] = ACTIONS(3325), [anon_sym_return] = ACTIONS(3325), [anon_sym_break] = ACTIONS(3325), [anon_sym_continue] = ACTIONS(3325), [anon_sym_goto] = ACTIONS(3325), [anon_sym_not] = ACTIONS(3325), [anon_sym_compl] = ACTIONS(3325), [anon_sym_DASH_DASH] = ACTIONS(3327), [anon_sym_PLUS_PLUS] = ACTIONS(3327), [anon_sym_sizeof] = ACTIONS(3325), [anon_sym_offsetof] = ACTIONS(3325), [anon_sym__Generic] = ACTIONS(3325), [anon_sym_asm] = ACTIONS(3325), [anon_sym___asm__] = ACTIONS(3325), [sym_number_literal] = ACTIONS(3327), [anon_sym_L_SQUOTE] = ACTIONS(3327), [anon_sym_u_SQUOTE] = ACTIONS(3327), [anon_sym_U_SQUOTE] = ACTIONS(3327), [anon_sym_u8_SQUOTE] = ACTIONS(3327), [anon_sym_SQUOTE] = ACTIONS(3327), [anon_sym_L_DQUOTE] = ACTIONS(3327), [anon_sym_u_DQUOTE] = ACTIONS(3327), [anon_sym_U_DQUOTE] = ACTIONS(3327), [anon_sym_u8_DQUOTE] = ACTIONS(3327), [anon_sym_DQUOTE] = ACTIONS(3327), [sym_true] = ACTIONS(3325), [sym_false] = ACTIONS(3325), [anon_sym_NULL] = ACTIONS(3325), [anon_sym_nullptr] = ACTIONS(3325), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3325), [anon_sym_decltype] = ACTIONS(3325), [anon_sym_virtual] = ACTIONS(3325), [anon_sym_explicit] = ACTIONS(3325), [anon_sym_typename] = ACTIONS(3325), [anon_sym_template] = ACTIONS(3325), [anon_sym_operator] = ACTIONS(3325), [anon_sym_try] = ACTIONS(3325), [anon_sym_delete] = ACTIONS(3325), [anon_sym_throw] = ACTIONS(3325), [anon_sym_namespace] = ACTIONS(3325), [anon_sym_using] = ACTIONS(3325), [anon_sym_static_assert] = ACTIONS(3325), [anon_sym_concept] = ACTIONS(3325), [anon_sym_co_return] = ACTIONS(3325), [anon_sym_co_yield] = ACTIONS(3325), [anon_sym_R_DQUOTE] = ACTIONS(3327), [anon_sym_LR_DQUOTE] = ACTIONS(3327), [anon_sym_uR_DQUOTE] = ACTIONS(3327), [anon_sym_UR_DQUOTE] = ACTIONS(3327), [anon_sym_u8R_DQUOTE] = ACTIONS(3327), [anon_sym_co_await] = ACTIONS(3325), [anon_sym_new] = ACTIONS(3325), [anon_sym_requires] = ACTIONS(3325), [sym_this] = ACTIONS(3325), }, [1245] = { [sym_identifier] = ACTIONS(3164), [aux_sym_preproc_include_token1] = ACTIONS(3164), [aux_sym_preproc_def_token1] = ACTIONS(3164), [aux_sym_preproc_if_token1] = ACTIONS(3164), [aux_sym_preproc_if_token2] = ACTIONS(3164), [aux_sym_preproc_ifdef_token1] = ACTIONS(3164), [aux_sym_preproc_ifdef_token2] = ACTIONS(3164), [sym_preproc_directive] = ACTIONS(3164), [anon_sym_LPAREN2] = ACTIONS(3166), [anon_sym_BANG] = ACTIONS(3166), [anon_sym_TILDE] = ACTIONS(3166), [anon_sym_DASH] = ACTIONS(3164), [anon_sym_PLUS] = ACTIONS(3164), [anon_sym_STAR] = ACTIONS(3166), [anon_sym_AMP_AMP] = ACTIONS(3166), [anon_sym_AMP] = ACTIONS(3164), [anon_sym_SEMI] = ACTIONS(3166), [anon_sym_typedef] = ACTIONS(3164), [anon_sym_extern] = ACTIONS(3164), [anon_sym___attribute__] = ACTIONS(3164), [anon_sym_COLON_COLON] = ACTIONS(3166), [anon_sym_LBRACK_LBRACK] = ACTIONS(3166), [anon_sym___declspec] = ACTIONS(3164), [anon_sym___based] = ACTIONS(3164), [anon_sym___cdecl] = ACTIONS(3164), [anon_sym___clrcall] = ACTIONS(3164), [anon_sym___stdcall] = ACTIONS(3164), [anon_sym___fastcall] = ACTIONS(3164), [anon_sym___thiscall] = ACTIONS(3164), [anon_sym___vectorcall] = ACTIONS(3164), [anon_sym_LBRACE] = ACTIONS(3166), [anon_sym_signed] = ACTIONS(3164), [anon_sym_unsigned] = ACTIONS(3164), [anon_sym_long] = ACTIONS(3164), [anon_sym_short] = ACTIONS(3164), [anon_sym_LBRACK] = ACTIONS(3164), [anon_sym_static] = ACTIONS(3164), [anon_sym_register] = ACTIONS(3164), [anon_sym_inline] = ACTIONS(3164), [anon_sym_thread_local] = ACTIONS(3164), [anon_sym_const] = ACTIONS(3164), [anon_sym_constexpr] = ACTIONS(3164), [anon_sym_volatile] = ACTIONS(3164), [anon_sym_restrict] = ACTIONS(3164), [anon_sym___restrict__] = ACTIONS(3164), [anon_sym__Atomic] = ACTIONS(3164), [anon_sym__Noreturn] = ACTIONS(3164), [anon_sym_noreturn] = ACTIONS(3164), [anon_sym_mutable] = ACTIONS(3164), [anon_sym_constinit] = ACTIONS(3164), [anon_sym_consteval] = ACTIONS(3164), [sym_primitive_type] = ACTIONS(3164), [anon_sym_enum] = ACTIONS(3164), [anon_sym_class] = ACTIONS(3164), [anon_sym_struct] = ACTIONS(3164), [anon_sym_union] = ACTIONS(3164), [anon_sym_if] = ACTIONS(3164), [anon_sym_switch] = ACTIONS(3164), [anon_sym_case] = ACTIONS(3164), [anon_sym_default] = ACTIONS(3164), [anon_sym_while] = ACTIONS(3164), [anon_sym_do] = ACTIONS(3164), [anon_sym_for] = ACTIONS(3164), [anon_sym_return] = ACTIONS(3164), [anon_sym_break] = ACTIONS(3164), [anon_sym_continue] = ACTIONS(3164), [anon_sym_goto] = ACTIONS(3164), [anon_sym_not] = ACTIONS(3164), [anon_sym_compl] = ACTIONS(3164), [anon_sym_DASH_DASH] = ACTIONS(3166), [anon_sym_PLUS_PLUS] = ACTIONS(3166), [anon_sym_sizeof] = ACTIONS(3164), [anon_sym_offsetof] = ACTIONS(3164), [anon_sym__Generic] = ACTIONS(3164), [anon_sym_asm] = ACTIONS(3164), [anon_sym___asm__] = ACTIONS(3164), [sym_number_literal] = ACTIONS(3166), [anon_sym_L_SQUOTE] = ACTIONS(3166), [anon_sym_u_SQUOTE] = ACTIONS(3166), [anon_sym_U_SQUOTE] = ACTIONS(3166), [anon_sym_u8_SQUOTE] = ACTIONS(3166), [anon_sym_SQUOTE] = ACTIONS(3166), [anon_sym_L_DQUOTE] = ACTIONS(3166), [anon_sym_u_DQUOTE] = ACTIONS(3166), [anon_sym_U_DQUOTE] = ACTIONS(3166), [anon_sym_u8_DQUOTE] = ACTIONS(3166), [anon_sym_DQUOTE] = ACTIONS(3166), [sym_true] = ACTIONS(3164), [sym_false] = ACTIONS(3164), [anon_sym_NULL] = ACTIONS(3164), [anon_sym_nullptr] = ACTIONS(3164), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3164), [anon_sym_decltype] = ACTIONS(3164), [anon_sym_virtual] = ACTIONS(3164), [anon_sym_explicit] = ACTIONS(3164), [anon_sym_typename] = ACTIONS(3164), [anon_sym_template] = ACTIONS(3164), [anon_sym_operator] = ACTIONS(3164), [anon_sym_try] = ACTIONS(3164), [anon_sym_delete] = ACTIONS(3164), [anon_sym_throw] = ACTIONS(3164), [anon_sym_namespace] = ACTIONS(3164), [anon_sym_using] = ACTIONS(3164), [anon_sym_static_assert] = ACTIONS(3164), [anon_sym_concept] = ACTIONS(3164), [anon_sym_co_return] = ACTIONS(3164), [anon_sym_co_yield] = ACTIONS(3164), [anon_sym_R_DQUOTE] = ACTIONS(3166), [anon_sym_LR_DQUOTE] = ACTIONS(3166), [anon_sym_uR_DQUOTE] = ACTIONS(3166), [anon_sym_UR_DQUOTE] = ACTIONS(3166), [anon_sym_u8R_DQUOTE] = ACTIONS(3166), [anon_sym_co_await] = ACTIONS(3164), [anon_sym_new] = ACTIONS(3164), [anon_sym_requires] = ACTIONS(3164), [sym_this] = ACTIONS(3164), }, [1246] = { [sym_identifier] = ACTIONS(3421), [aux_sym_preproc_include_token1] = ACTIONS(3421), [aux_sym_preproc_def_token1] = ACTIONS(3421), [aux_sym_preproc_if_token1] = ACTIONS(3421), [aux_sym_preproc_ifdef_token1] = ACTIONS(3421), [aux_sym_preproc_ifdef_token2] = ACTIONS(3421), [sym_preproc_directive] = ACTIONS(3421), [anon_sym_LPAREN2] = ACTIONS(3423), [anon_sym_BANG] = ACTIONS(3423), [anon_sym_TILDE] = ACTIONS(3423), [anon_sym_DASH] = ACTIONS(3421), [anon_sym_PLUS] = ACTIONS(3421), [anon_sym_STAR] = ACTIONS(3423), [anon_sym_AMP_AMP] = ACTIONS(3423), [anon_sym_AMP] = ACTIONS(3421), [anon_sym_SEMI] = ACTIONS(3423), [anon_sym_typedef] = ACTIONS(3421), [anon_sym_extern] = ACTIONS(3421), [anon_sym___attribute__] = ACTIONS(3421), [anon_sym_COLON_COLON] = ACTIONS(3423), [anon_sym_LBRACK_LBRACK] = ACTIONS(3423), [anon_sym___declspec] = ACTIONS(3421), [anon_sym___based] = ACTIONS(3421), [anon_sym___cdecl] = ACTIONS(3421), [anon_sym___clrcall] = ACTIONS(3421), [anon_sym___stdcall] = ACTIONS(3421), [anon_sym___fastcall] = ACTIONS(3421), [anon_sym___thiscall] = ACTIONS(3421), [anon_sym___vectorcall] = ACTIONS(3421), [anon_sym_LBRACE] = ACTIONS(3423), [anon_sym_RBRACE] = ACTIONS(3423), [anon_sym_signed] = ACTIONS(3421), [anon_sym_unsigned] = ACTIONS(3421), [anon_sym_long] = ACTIONS(3421), [anon_sym_short] = ACTIONS(3421), [anon_sym_LBRACK] = ACTIONS(3421), [anon_sym_static] = ACTIONS(3421), [anon_sym_register] = ACTIONS(3421), [anon_sym_inline] = ACTIONS(3421), [anon_sym_thread_local] = ACTIONS(3421), [anon_sym_const] = ACTIONS(3421), [anon_sym_constexpr] = ACTIONS(3421), [anon_sym_volatile] = ACTIONS(3421), [anon_sym_restrict] = ACTIONS(3421), [anon_sym___restrict__] = ACTIONS(3421), [anon_sym__Atomic] = ACTIONS(3421), [anon_sym__Noreturn] = ACTIONS(3421), [anon_sym_noreturn] = ACTIONS(3421), [anon_sym_mutable] = ACTIONS(3421), [anon_sym_constinit] = ACTIONS(3421), [anon_sym_consteval] = ACTIONS(3421), [sym_primitive_type] = ACTIONS(3421), [anon_sym_enum] = ACTIONS(3421), [anon_sym_class] = ACTIONS(3421), [anon_sym_struct] = ACTIONS(3421), [anon_sym_union] = ACTIONS(3421), [anon_sym_if] = ACTIONS(3421), [anon_sym_switch] = ACTIONS(3421), [anon_sym_case] = ACTIONS(3421), [anon_sym_default] = ACTIONS(3421), [anon_sym_while] = ACTIONS(3421), [anon_sym_do] = ACTIONS(3421), [anon_sym_for] = ACTIONS(3421), [anon_sym_return] = ACTIONS(3421), [anon_sym_break] = ACTIONS(3421), [anon_sym_continue] = ACTIONS(3421), [anon_sym_goto] = ACTIONS(3421), [anon_sym_not] = ACTIONS(3421), [anon_sym_compl] = ACTIONS(3421), [anon_sym_DASH_DASH] = ACTIONS(3423), [anon_sym_PLUS_PLUS] = ACTIONS(3423), [anon_sym_sizeof] = ACTIONS(3421), [anon_sym_offsetof] = ACTIONS(3421), [anon_sym__Generic] = ACTIONS(3421), [anon_sym_asm] = ACTIONS(3421), [anon_sym___asm__] = ACTIONS(3421), [sym_number_literal] = ACTIONS(3423), [anon_sym_L_SQUOTE] = ACTIONS(3423), [anon_sym_u_SQUOTE] = ACTIONS(3423), [anon_sym_U_SQUOTE] = ACTIONS(3423), [anon_sym_u8_SQUOTE] = ACTIONS(3423), [anon_sym_SQUOTE] = ACTIONS(3423), [anon_sym_L_DQUOTE] = ACTIONS(3423), [anon_sym_u_DQUOTE] = ACTIONS(3423), [anon_sym_U_DQUOTE] = ACTIONS(3423), [anon_sym_u8_DQUOTE] = ACTIONS(3423), [anon_sym_DQUOTE] = ACTIONS(3423), [sym_true] = ACTIONS(3421), [sym_false] = ACTIONS(3421), [anon_sym_NULL] = ACTIONS(3421), [anon_sym_nullptr] = ACTIONS(3421), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3421), [anon_sym_decltype] = ACTIONS(3421), [anon_sym_virtual] = ACTIONS(3421), [anon_sym_explicit] = ACTIONS(3421), [anon_sym_typename] = ACTIONS(3421), [anon_sym_template] = ACTIONS(3421), [anon_sym_operator] = ACTIONS(3421), [anon_sym_try] = ACTIONS(3421), [anon_sym_delete] = ACTIONS(3421), [anon_sym_throw] = ACTIONS(3421), [anon_sym_namespace] = ACTIONS(3421), [anon_sym_using] = ACTIONS(3421), [anon_sym_static_assert] = ACTIONS(3421), [anon_sym_concept] = ACTIONS(3421), [anon_sym_co_return] = ACTIONS(3421), [anon_sym_co_yield] = ACTIONS(3421), [anon_sym_R_DQUOTE] = ACTIONS(3423), [anon_sym_LR_DQUOTE] = ACTIONS(3423), [anon_sym_uR_DQUOTE] = ACTIONS(3423), [anon_sym_UR_DQUOTE] = ACTIONS(3423), [anon_sym_u8R_DQUOTE] = ACTIONS(3423), [anon_sym_co_await] = ACTIONS(3421), [anon_sym_new] = ACTIONS(3421), [anon_sym_requires] = ACTIONS(3421), [sym_this] = ACTIONS(3421), }, [1247] = { [sym_identifier] = ACTIONS(3309), [aux_sym_preproc_include_token1] = ACTIONS(3309), [aux_sym_preproc_def_token1] = ACTIONS(3309), [aux_sym_preproc_if_token1] = ACTIONS(3309), [aux_sym_preproc_if_token2] = ACTIONS(3309), [aux_sym_preproc_ifdef_token1] = ACTIONS(3309), [aux_sym_preproc_ifdef_token2] = ACTIONS(3309), [sym_preproc_directive] = ACTIONS(3309), [anon_sym_LPAREN2] = ACTIONS(3311), [anon_sym_BANG] = ACTIONS(3311), [anon_sym_TILDE] = ACTIONS(3311), [anon_sym_DASH] = ACTIONS(3309), [anon_sym_PLUS] = ACTIONS(3309), [anon_sym_STAR] = ACTIONS(3311), [anon_sym_AMP_AMP] = ACTIONS(3311), [anon_sym_AMP] = ACTIONS(3309), [anon_sym_SEMI] = ACTIONS(3311), [anon_sym_typedef] = ACTIONS(3309), [anon_sym_extern] = ACTIONS(3309), [anon_sym___attribute__] = ACTIONS(3309), [anon_sym_COLON_COLON] = ACTIONS(3311), [anon_sym_LBRACK_LBRACK] = ACTIONS(3311), [anon_sym___declspec] = ACTIONS(3309), [anon_sym___based] = ACTIONS(3309), [anon_sym___cdecl] = ACTIONS(3309), [anon_sym___clrcall] = ACTIONS(3309), [anon_sym___stdcall] = ACTIONS(3309), [anon_sym___fastcall] = ACTIONS(3309), [anon_sym___thiscall] = ACTIONS(3309), [anon_sym___vectorcall] = ACTIONS(3309), [anon_sym_LBRACE] = ACTIONS(3311), [anon_sym_signed] = ACTIONS(3309), [anon_sym_unsigned] = ACTIONS(3309), [anon_sym_long] = ACTIONS(3309), [anon_sym_short] = ACTIONS(3309), [anon_sym_LBRACK] = ACTIONS(3309), [anon_sym_static] = ACTIONS(3309), [anon_sym_register] = ACTIONS(3309), [anon_sym_inline] = ACTIONS(3309), [anon_sym_thread_local] = ACTIONS(3309), [anon_sym_const] = ACTIONS(3309), [anon_sym_constexpr] = ACTIONS(3309), [anon_sym_volatile] = ACTIONS(3309), [anon_sym_restrict] = ACTIONS(3309), [anon_sym___restrict__] = ACTIONS(3309), [anon_sym__Atomic] = ACTIONS(3309), [anon_sym__Noreturn] = ACTIONS(3309), [anon_sym_noreturn] = ACTIONS(3309), [anon_sym_mutable] = ACTIONS(3309), [anon_sym_constinit] = ACTIONS(3309), [anon_sym_consteval] = ACTIONS(3309), [sym_primitive_type] = ACTIONS(3309), [anon_sym_enum] = ACTIONS(3309), [anon_sym_class] = ACTIONS(3309), [anon_sym_struct] = ACTIONS(3309), [anon_sym_union] = ACTIONS(3309), [anon_sym_if] = ACTIONS(3309), [anon_sym_switch] = ACTIONS(3309), [anon_sym_case] = ACTIONS(3309), [anon_sym_default] = ACTIONS(3309), [anon_sym_while] = ACTIONS(3309), [anon_sym_do] = ACTIONS(3309), [anon_sym_for] = ACTIONS(3309), [anon_sym_return] = ACTIONS(3309), [anon_sym_break] = ACTIONS(3309), [anon_sym_continue] = ACTIONS(3309), [anon_sym_goto] = ACTIONS(3309), [anon_sym_not] = ACTIONS(3309), [anon_sym_compl] = ACTIONS(3309), [anon_sym_DASH_DASH] = ACTIONS(3311), [anon_sym_PLUS_PLUS] = ACTIONS(3311), [anon_sym_sizeof] = ACTIONS(3309), [anon_sym_offsetof] = ACTIONS(3309), [anon_sym__Generic] = ACTIONS(3309), [anon_sym_asm] = ACTIONS(3309), [anon_sym___asm__] = ACTIONS(3309), [sym_number_literal] = ACTIONS(3311), [anon_sym_L_SQUOTE] = ACTIONS(3311), [anon_sym_u_SQUOTE] = ACTIONS(3311), [anon_sym_U_SQUOTE] = ACTIONS(3311), [anon_sym_u8_SQUOTE] = ACTIONS(3311), [anon_sym_SQUOTE] = ACTIONS(3311), [anon_sym_L_DQUOTE] = ACTIONS(3311), [anon_sym_u_DQUOTE] = ACTIONS(3311), [anon_sym_U_DQUOTE] = ACTIONS(3311), [anon_sym_u8_DQUOTE] = ACTIONS(3311), [anon_sym_DQUOTE] = ACTIONS(3311), [sym_true] = ACTIONS(3309), [sym_false] = ACTIONS(3309), [anon_sym_NULL] = ACTIONS(3309), [anon_sym_nullptr] = ACTIONS(3309), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3309), [anon_sym_decltype] = ACTIONS(3309), [anon_sym_virtual] = ACTIONS(3309), [anon_sym_explicit] = ACTIONS(3309), [anon_sym_typename] = ACTIONS(3309), [anon_sym_template] = ACTIONS(3309), [anon_sym_operator] = ACTIONS(3309), [anon_sym_try] = ACTIONS(3309), [anon_sym_delete] = ACTIONS(3309), [anon_sym_throw] = ACTIONS(3309), [anon_sym_namespace] = ACTIONS(3309), [anon_sym_using] = ACTIONS(3309), [anon_sym_static_assert] = ACTIONS(3309), [anon_sym_concept] = ACTIONS(3309), [anon_sym_co_return] = ACTIONS(3309), [anon_sym_co_yield] = ACTIONS(3309), [anon_sym_R_DQUOTE] = ACTIONS(3311), [anon_sym_LR_DQUOTE] = ACTIONS(3311), [anon_sym_uR_DQUOTE] = ACTIONS(3311), [anon_sym_UR_DQUOTE] = ACTIONS(3311), [anon_sym_u8R_DQUOTE] = ACTIONS(3311), [anon_sym_co_await] = ACTIONS(3309), [anon_sym_new] = ACTIONS(3309), [anon_sym_requires] = ACTIONS(3309), [sym_this] = ACTIONS(3309), }, [1248] = { [sym_identifier] = ACTIONS(3363), [aux_sym_preproc_include_token1] = ACTIONS(3363), [aux_sym_preproc_def_token1] = ACTIONS(3363), [aux_sym_preproc_if_token1] = ACTIONS(3363), [aux_sym_preproc_if_token2] = ACTIONS(3363), [aux_sym_preproc_ifdef_token1] = ACTIONS(3363), [aux_sym_preproc_ifdef_token2] = ACTIONS(3363), [sym_preproc_directive] = ACTIONS(3363), [anon_sym_LPAREN2] = ACTIONS(3365), [anon_sym_BANG] = ACTIONS(3365), [anon_sym_TILDE] = ACTIONS(3365), [anon_sym_DASH] = ACTIONS(3363), [anon_sym_PLUS] = ACTIONS(3363), [anon_sym_STAR] = ACTIONS(3365), [anon_sym_AMP_AMP] = ACTIONS(3365), [anon_sym_AMP] = ACTIONS(3363), [anon_sym_SEMI] = ACTIONS(3365), [anon_sym_typedef] = ACTIONS(3363), [anon_sym_extern] = ACTIONS(3363), [anon_sym___attribute__] = ACTIONS(3363), [anon_sym_COLON_COLON] = ACTIONS(3365), [anon_sym_LBRACK_LBRACK] = ACTIONS(3365), [anon_sym___declspec] = ACTIONS(3363), [anon_sym___based] = ACTIONS(3363), [anon_sym___cdecl] = ACTIONS(3363), [anon_sym___clrcall] = ACTIONS(3363), [anon_sym___stdcall] = ACTIONS(3363), [anon_sym___fastcall] = ACTIONS(3363), [anon_sym___thiscall] = ACTIONS(3363), [anon_sym___vectorcall] = ACTIONS(3363), [anon_sym_LBRACE] = ACTIONS(3365), [anon_sym_signed] = ACTIONS(3363), [anon_sym_unsigned] = ACTIONS(3363), [anon_sym_long] = ACTIONS(3363), [anon_sym_short] = ACTIONS(3363), [anon_sym_LBRACK] = ACTIONS(3363), [anon_sym_static] = ACTIONS(3363), [anon_sym_register] = ACTIONS(3363), [anon_sym_inline] = ACTIONS(3363), [anon_sym_thread_local] = ACTIONS(3363), [anon_sym_const] = ACTIONS(3363), [anon_sym_constexpr] = ACTIONS(3363), [anon_sym_volatile] = ACTIONS(3363), [anon_sym_restrict] = ACTIONS(3363), [anon_sym___restrict__] = ACTIONS(3363), [anon_sym__Atomic] = ACTIONS(3363), [anon_sym__Noreturn] = ACTIONS(3363), [anon_sym_noreturn] = ACTIONS(3363), [anon_sym_mutable] = ACTIONS(3363), [anon_sym_constinit] = ACTIONS(3363), [anon_sym_consteval] = ACTIONS(3363), [sym_primitive_type] = ACTIONS(3363), [anon_sym_enum] = ACTIONS(3363), [anon_sym_class] = ACTIONS(3363), [anon_sym_struct] = ACTIONS(3363), [anon_sym_union] = ACTIONS(3363), [anon_sym_if] = ACTIONS(3363), [anon_sym_switch] = ACTIONS(3363), [anon_sym_case] = ACTIONS(3363), [anon_sym_default] = ACTIONS(3363), [anon_sym_while] = ACTIONS(3363), [anon_sym_do] = ACTIONS(3363), [anon_sym_for] = ACTIONS(3363), [anon_sym_return] = ACTIONS(3363), [anon_sym_break] = ACTIONS(3363), [anon_sym_continue] = ACTIONS(3363), [anon_sym_goto] = ACTIONS(3363), [anon_sym_not] = ACTIONS(3363), [anon_sym_compl] = ACTIONS(3363), [anon_sym_DASH_DASH] = ACTIONS(3365), [anon_sym_PLUS_PLUS] = ACTIONS(3365), [anon_sym_sizeof] = ACTIONS(3363), [anon_sym_offsetof] = ACTIONS(3363), [anon_sym__Generic] = ACTIONS(3363), [anon_sym_asm] = ACTIONS(3363), [anon_sym___asm__] = ACTIONS(3363), [sym_number_literal] = ACTIONS(3365), [anon_sym_L_SQUOTE] = ACTIONS(3365), [anon_sym_u_SQUOTE] = ACTIONS(3365), [anon_sym_U_SQUOTE] = ACTIONS(3365), [anon_sym_u8_SQUOTE] = ACTIONS(3365), [anon_sym_SQUOTE] = ACTIONS(3365), [anon_sym_L_DQUOTE] = ACTIONS(3365), [anon_sym_u_DQUOTE] = ACTIONS(3365), [anon_sym_U_DQUOTE] = ACTIONS(3365), [anon_sym_u8_DQUOTE] = ACTIONS(3365), [anon_sym_DQUOTE] = ACTIONS(3365), [sym_true] = ACTIONS(3363), [sym_false] = ACTIONS(3363), [anon_sym_NULL] = ACTIONS(3363), [anon_sym_nullptr] = ACTIONS(3363), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3363), [anon_sym_decltype] = ACTIONS(3363), [anon_sym_virtual] = ACTIONS(3363), [anon_sym_explicit] = ACTIONS(3363), [anon_sym_typename] = ACTIONS(3363), [anon_sym_template] = ACTIONS(3363), [anon_sym_operator] = ACTIONS(3363), [anon_sym_try] = ACTIONS(3363), [anon_sym_delete] = ACTIONS(3363), [anon_sym_throw] = ACTIONS(3363), [anon_sym_namespace] = ACTIONS(3363), [anon_sym_using] = ACTIONS(3363), [anon_sym_static_assert] = ACTIONS(3363), [anon_sym_concept] = ACTIONS(3363), [anon_sym_co_return] = ACTIONS(3363), [anon_sym_co_yield] = ACTIONS(3363), [anon_sym_R_DQUOTE] = ACTIONS(3365), [anon_sym_LR_DQUOTE] = ACTIONS(3365), [anon_sym_uR_DQUOTE] = ACTIONS(3365), [anon_sym_UR_DQUOTE] = ACTIONS(3365), [anon_sym_u8R_DQUOTE] = ACTIONS(3365), [anon_sym_co_await] = ACTIONS(3363), [anon_sym_new] = ACTIONS(3363), [anon_sym_requires] = ACTIONS(3363), [sym_this] = ACTIONS(3363), }, [1249] = { [sym_identifier] = ACTIONS(3341), [aux_sym_preproc_include_token1] = ACTIONS(3341), [aux_sym_preproc_def_token1] = ACTIONS(3341), [aux_sym_preproc_if_token1] = ACTIONS(3341), [aux_sym_preproc_ifdef_token1] = ACTIONS(3341), [aux_sym_preproc_ifdef_token2] = ACTIONS(3341), [sym_preproc_directive] = ACTIONS(3341), [anon_sym_LPAREN2] = ACTIONS(3343), [anon_sym_BANG] = ACTIONS(3343), [anon_sym_TILDE] = ACTIONS(3343), [anon_sym_DASH] = ACTIONS(3341), [anon_sym_PLUS] = ACTIONS(3341), [anon_sym_STAR] = ACTIONS(3343), [anon_sym_AMP_AMP] = ACTIONS(3343), [anon_sym_AMP] = ACTIONS(3341), [anon_sym_SEMI] = ACTIONS(3343), [anon_sym_typedef] = ACTIONS(3341), [anon_sym_extern] = ACTIONS(3341), [anon_sym___attribute__] = ACTIONS(3341), [anon_sym_COLON_COLON] = ACTIONS(3343), [anon_sym_LBRACK_LBRACK] = ACTIONS(3343), [anon_sym___declspec] = ACTIONS(3341), [anon_sym___based] = ACTIONS(3341), [anon_sym___cdecl] = ACTIONS(3341), [anon_sym___clrcall] = ACTIONS(3341), [anon_sym___stdcall] = ACTIONS(3341), [anon_sym___fastcall] = ACTIONS(3341), [anon_sym___thiscall] = ACTIONS(3341), [anon_sym___vectorcall] = ACTIONS(3341), [anon_sym_LBRACE] = ACTIONS(3343), [anon_sym_RBRACE] = ACTIONS(3343), [anon_sym_signed] = ACTIONS(3341), [anon_sym_unsigned] = ACTIONS(3341), [anon_sym_long] = ACTIONS(3341), [anon_sym_short] = ACTIONS(3341), [anon_sym_LBRACK] = ACTIONS(3341), [anon_sym_static] = ACTIONS(3341), [anon_sym_register] = ACTIONS(3341), [anon_sym_inline] = ACTIONS(3341), [anon_sym_thread_local] = ACTIONS(3341), [anon_sym_const] = ACTIONS(3341), [anon_sym_constexpr] = ACTIONS(3341), [anon_sym_volatile] = ACTIONS(3341), [anon_sym_restrict] = ACTIONS(3341), [anon_sym___restrict__] = ACTIONS(3341), [anon_sym__Atomic] = ACTIONS(3341), [anon_sym__Noreturn] = ACTIONS(3341), [anon_sym_noreturn] = ACTIONS(3341), [anon_sym_mutable] = ACTIONS(3341), [anon_sym_constinit] = ACTIONS(3341), [anon_sym_consteval] = ACTIONS(3341), [sym_primitive_type] = ACTIONS(3341), [anon_sym_enum] = ACTIONS(3341), [anon_sym_class] = ACTIONS(3341), [anon_sym_struct] = ACTIONS(3341), [anon_sym_union] = ACTIONS(3341), [anon_sym_if] = ACTIONS(3341), [anon_sym_switch] = ACTIONS(3341), [anon_sym_case] = ACTIONS(3341), [anon_sym_default] = ACTIONS(3341), [anon_sym_while] = ACTIONS(3341), [anon_sym_do] = ACTIONS(3341), [anon_sym_for] = ACTIONS(3341), [anon_sym_return] = ACTIONS(3341), [anon_sym_break] = ACTIONS(3341), [anon_sym_continue] = ACTIONS(3341), [anon_sym_goto] = ACTIONS(3341), [anon_sym_not] = ACTIONS(3341), [anon_sym_compl] = ACTIONS(3341), [anon_sym_DASH_DASH] = ACTIONS(3343), [anon_sym_PLUS_PLUS] = ACTIONS(3343), [anon_sym_sizeof] = ACTIONS(3341), [anon_sym_offsetof] = ACTIONS(3341), [anon_sym__Generic] = ACTIONS(3341), [anon_sym_asm] = ACTIONS(3341), [anon_sym___asm__] = ACTIONS(3341), [sym_number_literal] = ACTIONS(3343), [anon_sym_L_SQUOTE] = ACTIONS(3343), [anon_sym_u_SQUOTE] = ACTIONS(3343), [anon_sym_U_SQUOTE] = ACTIONS(3343), [anon_sym_u8_SQUOTE] = ACTIONS(3343), [anon_sym_SQUOTE] = ACTIONS(3343), [anon_sym_L_DQUOTE] = ACTIONS(3343), [anon_sym_u_DQUOTE] = ACTIONS(3343), [anon_sym_U_DQUOTE] = ACTIONS(3343), [anon_sym_u8_DQUOTE] = ACTIONS(3343), [anon_sym_DQUOTE] = ACTIONS(3343), [sym_true] = ACTIONS(3341), [sym_false] = ACTIONS(3341), [anon_sym_NULL] = ACTIONS(3341), [anon_sym_nullptr] = ACTIONS(3341), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3341), [anon_sym_decltype] = ACTIONS(3341), [anon_sym_virtual] = ACTIONS(3341), [anon_sym_explicit] = ACTIONS(3341), [anon_sym_typename] = ACTIONS(3341), [anon_sym_template] = ACTIONS(3341), [anon_sym_operator] = ACTIONS(3341), [anon_sym_try] = ACTIONS(3341), [anon_sym_delete] = ACTIONS(3341), [anon_sym_throw] = ACTIONS(3341), [anon_sym_namespace] = ACTIONS(3341), [anon_sym_using] = ACTIONS(3341), [anon_sym_static_assert] = ACTIONS(3341), [anon_sym_concept] = ACTIONS(3341), [anon_sym_co_return] = ACTIONS(3341), [anon_sym_co_yield] = ACTIONS(3341), [anon_sym_R_DQUOTE] = ACTIONS(3343), [anon_sym_LR_DQUOTE] = ACTIONS(3343), [anon_sym_uR_DQUOTE] = ACTIONS(3343), [anon_sym_UR_DQUOTE] = ACTIONS(3343), [anon_sym_u8R_DQUOTE] = ACTIONS(3343), [anon_sym_co_await] = ACTIONS(3341), [anon_sym_new] = ACTIONS(3341), [anon_sym_requires] = ACTIONS(3341), [sym_this] = ACTIONS(3341), }, [1250] = { [sym_identifier] = ACTIONS(3299), [aux_sym_preproc_include_token1] = ACTIONS(3299), [aux_sym_preproc_def_token1] = ACTIONS(3299), [aux_sym_preproc_if_token1] = ACTIONS(3299), [aux_sym_preproc_if_token2] = ACTIONS(3299), [aux_sym_preproc_ifdef_token1] = ACTIONS(3299), [aux_sym_preproc_ifdef_token2] = ACTIONS(3299), [sym_preproc_directive] = ACTIONS(3299), [anon_sym_LPAREN2] = ACTIONS(3301), [anon_sym_BANG] = ACTIONS(3301), [anon_sym_TILDE] = ACTIONS(3301), [anon_sym_DASH] = ACTIONS(3299), [anon_sym_PLUS] = ACTIONS(3299), [anon_sym_STAR] = ACTIONS(3301), [anon_sym_AMP_AMP] = ACTIONS(3301), [anon_sym_AMP] = ACTIONS(3299), [anon_sym_SEMI] = ACTIONS(3301), [anon_sym_typedef] = ACTIONS(3299), [anon_sym_extern] = ACTIONS(3299), [anon_sym___attribute__] = ACTIONS(3299), [anon_sym_COLON_COLON] = ACTIONS(3301), [anon_sym_LBRACK_LBRACK] = ACTIONS(3301), [anon_sym___declspec] = ACTIONS(3299), [anon_sym___based] = ACTIONS(3299), [anon_sym___cdecl] = ACTIONS(3299), [anon_sym___clrcall] = ACTIONS(3299), [anon_sym___stdcall] = ACTIONS(3299), [anon_sym___fastcall] = ACTIONS(3299), [anon_sym___thiscall] = ACTIONS(3299), [anon_sym___vectorcall] = ACTIONS(3299), [anon_sym_LBRACE] = ACTIONS(3301), [anon_sym_signed] = ACTIONS(3299), [anon_sym_unsigned] = ACTIONS(3299), [anon_sym_long] = ACTIONS(3299), [anon_sym_short] = ACTIONS(3299), [anon_sym_LBRACK] = ACTIONS(3299), [anon_sym_static] = ACTIONS(3299), [anon_sym_register] = ACTIONS(3299), [anon_sym_inline] = ACTIONS(3299), [anon_sym_thread_local] = ACTIONS(3299), [anon_sym_const] = ACTIONS(3299), [anon_sym_constexpr] = ACTIONS(3299), [anon_sym_volatile] = ACTIONS(3299), [anon_sym_restrict] = ACTIONS(3299), [anon_sym___restrict__] = ACTIONS(3299), [anon_sym__Atomic] = ACTIONS(3299), [anon_sym__Noreturn] = ACTIONS(3299), [anon_sym_noreturn] = ACTIONS(3299), [anon_sym_mutable] = ACTIONS(3299), [anon_sym_constinit] = ACTIONS(3299), [anon_sym_consteval] = ACTIONS(3299), [sym_primitive_type] = ACTIONS(3299), [anon_sym_enum] = ACTIONS(3299), [anon_sym_class] = ACTIONS(3299), [anon_sym_struct] = ACTIONS(3299), [anon_sym_union] = ACTIONS(3299), [anon_sym_if] = ACTIONS(3299), [anon_sym_switch] = ACTIONS(3299), [anon_sym_case] = ACTIONS(3299), [anon_sym_default] = ACTIONS(3299), [anon_sym_while] = ACTIONS(3299), [anon_sym_do] = ACTIONS(3299), [anon_sym_for] = ACTIONS(3299), [anon_sym_return] = ACTIONS(3299), [anon_sym_break] = ACTIONS(3299), [anon_sym_continue] = ACTIONS(3299), [anon_sym_goto] = ACTIONS(3299), [anon_sym_not] = ACTIONS(3299), [anon_sym_compl] = ACTIONS(3299), [anon_sym_DASH_DASH] = ACTIONS(3301), [anon_sym_PLUS_PLUS] = ACTIONS(3301), [anon_sym_sizeof] = ACTIONS(3299), [anon_sym_offsetof] = ACTIONS(3299), [anon_sym__Generic] = ACTIONS(3299), [anon_sym_asm] = ACTIONS(3299), [anon_sym___asm__] = ACTIONS(3299), [sym_number_literal] = ACTIONS(3301), [anon_sym_L_SQUOTE] = ACTIONS(3301), [anon_sym_u_SQUOTE] = ACTIONS(3301), [anon_sym_U_SQUOTE] = ACTIONS(3301), [anon_sym_u8_SQUOTE] = ACTIONS(3301), [anon_sym_SQUOTE] = ACTIONS(3301), [anon_sym_L_DQUOTE] = ACTIONS(3301), [anon_sym_u_DQUOTE] = ACTIONS(3301), [anon_sym_U_DQUOTE] = ACTIONS(3301), [anon_sym_u8_DQUOTE] = ACTIONS(3301), [anon_sym_DQUOTE] = ACTIONS(3301), [sym_true] = ACTIONS(3299), [sym_false] = ACTIONS(3299), [anon_sym_NULL] = ACTIONS(3299), [anon_sym_nullptr] = ACTIONS(3299), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3299), [anon_sym_decltype] = ACTIONS(3299), [anon_sym_virtual] = ACTIONS(3299), [anon_sym_explicit] = ACTIONS(3299), [anon_sym_typename] = ACTIONS(3299), [anon_sym_template] = ACTIONS(3299), [anon_sym_operator] = ACTIONS(3299), [anon_sym_try] = ACTIONS(3299), [anon_sym_delete] = ACTIONS(3299), [anon_sym_throw] = ACTIONS(3299), [anon_sym_namespace] = ACTIONS(3299), [anon_sym_using] = ACTIONS(3299), [anon_sym_static_assert] = ACTIONS(3299), [anon_sym_concept] = ACTIONS(3299), [anon_sym_co_return] = ACTIONS(3299), [anon_sym_co_yield] = ACTIONS(3299), [anon_sym_R_DQUOTE] = ACTIONS(3301), [anon_sym_LR_DQUOTE] = ACTIONS(3301), [anon_sym_uR_DQUOTE] = ACTIONS(3301), [anon_sym_UR_DQUOTE] = ACTIONS(3301), [anon_sym_u8R_DQUOTE] = ACTIONS(3301), [anon_sym_co_await] = ACTIONS(3299), [anon_sym_new] = ACTIONS(3299), [anon_sym_requires] = ACTIONS(3299), [sym_this] = ACTIONS(3299), }, [1251] = { [sym_identifier] = ACTIONS(3152), [aux_sym_preproc_include_token1] = ACTIONS(3152), [aux_sym_preproc_def_token1] = ACTIONS(3152), [aux_sym_preproc_if_token1] = ACTIONS(3152), [aux_sym_preproc_if_token2] = ACTIONS(3152), [aux_sym_preproc_ifdef_token1] = ACTIONS(3152), [aux_sym_preproc_ifdef_token2] = ACTIONS(3152), [sym_preproc_directive] = ACTIONS(3152), [anon_sym_LPAREN2] = ACTIONS(3154), [anon_sym_BANG] = ACTIONS(3154), [anon_sym_TILDE] = ACTIONS(3154), [anon_sym_DASH] = ACTIONS(3152), [anon_sym_PLUS] = ACTIONS(3152), [anon_sym_STAR] = ACTIONS(3154), [anon_sym_AMP_AMP] = ACTIONS(3154), [anon_sym_AMP] = ACTIONS(3152), [anon_sym_SEMI] = ACTIONS(3154), [anon_sym_typedef] = ACTIONS(3152), [anon_sym_extern] = ACTIONS(3152), [anon_sym___attribute__] = ACTIONS(3152), [anon_sym_COLON_COLON] = ACTIONS(3154), [anon_sym_LBRACK_LBRACK] = ACTIONS(3154), [anon_sym___declspec] = ACTIONS(3152), [anon_sym___based] = ACTIONS(3152), [anon_sym___cdecl] = ACTIONS(3152), [anon_sym___clrcall] = ACTIONS(3152), [anon_sym___stdcall] = ACTIONS(3152), [anon_sym___fastcall] = ACTIONS(3152), [anon_sym___thiscall] = ACTIONS(3152), [anon_sym___vectorcall] = ACTIONS(3152), [anon_sym_LBRACE] = ACTIONS(3154), [anon_sym_signed] = ACTIONS(3152), [anon_sym_unsigned] = ACTIONS(3152), [anon_sym_long] = ACTIONS(3152), [anon_sym_short] = ACTIONS(3152), [anon_sym_LBRACK] = ACTIONS(3152), [anon_sym_static] = ACTIONS(3152), [anon_sym_register] = ACTIONS(3152), [anon_sym_inline] = ACTIONS(3152), [anon_sym_thread_local] = ACTIONS(3152), [anon_sym_const] = ACTIONS(3152), [anon_sym_constexpr] = ACTIONS(3152), [anon_sym_volatile] = ACTIONS(3152), [anon_sym_restrict] = ACTIONS(3152), [anon_sym___restrict__] = ACTIONS(3152), [anon_sym__Atomic] = ACTIONS(3152), [anon_sym__Noreturn] = ACTIONS(3152), [anon_sym_noreturn] = ACTIONS(3152), [anon_sym_mutable] = ACTIONS(3152), [anon_sym_constinit] = ACTIONS(3152), [anon_sym_consteval] = ACTIONS(3152), [sym_primitive_type] = ACTIONS(3152), [anon_sym_enum] = ACTIONS(3152), [anon_sym_class] = ACTIONS(3152), [anon_sym_struct] = ACTIONS(3152), [anon_sym_union] = ACTIONS(3152), [anon_sym_if] = ACTIONS(3152), [anon_sym_switch] = ACTIONS(3152), [anon_sym_case] = ACTIONS(3152), [anon_sym_default] = ACTIONS(3152), [anon_sym_while] = ACTIONS(3152), [anon_sym_do] = ACTIONS(3152), [anon_sym_for] = ACTIONS(3152), [anon_sym_return] = ACTIONS(3152), [anon_sym_break] = ACTIONS(3152), [anon_sym_continue] = ACTIONS(3152), [anon_sym_goto] = ACTIONS(3152), [anon_sym_not] = ACTIONS(3152), [anon_sym_compl] = ACTIONS(3152), [anon_sym_DASH_DASH] = ACTIONS(3154), [anon_sym_PLUS_PLUS] = ACTIONS(3154), [anon_sym_sizeof] = ACTIONS(3152), [anon_sym_offsetof] = ACTIONS(3152), [anon_sym__Generic] = ACTIONS(3152), [anon_sym_asm] = ACTIONS(3152), [anon_sym___asm__] = ACTIONS(3152), [sym_number_literal] = ACTIONS(3154), [anon_sym_L_SQUOTE] = ACTIONS(3154), [anon_sym_u_SQUOTE] = ACTIONS(3154), [anon_sym_U_SQUOTE] = ACTIONS(3154), [anon_sym_u8_SQUOTE] = ACTIONS(3154), [anon_sym_SQUOTE] = ACTIONS(3154), [anon_sym_L_DQUOTE] = ACTIONS(3154), [anon_sym_u_DQUOTE] = ACTIONS(3154), [anon_sym_U_DQUOTE] = ACTIONS(3154), [anon_sym_u8_DQUOTE] = ACTIONS(3154), [anon_sym_DQUOTE] = ACTIONS(3154), [sym_true] = ACTIONS(3152), [sym_false] = ACTIONS(3152), [anon_sym_NULL] = ACTIONS(3152), [anon_sym_nullptr] = ACTIONS(3152), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3152), [anon_sym_decltype] = ACTIONS(3152), [anon_sym_virtual] = ACTIONS(3152), [anon_sym_explicit] = ACTIONS(3152), [anon_sym_typename] = ACTIONS(3152), [anon_sym_template] = ACTIONS(3152), [anon_sym_operator] = ACTIONS(3152), [anon_sym_try] = ACTIONS(3152), [anon_sym_delete] = ACTIONS(3152), [anon_sym_throw] = ACTIONS(3152), [anon_sym_namespace] = ACTIONS(3152), [anon_sym_using] = ACTIONS(3152), [anon_sym_static_assert] = ACTIONS(3152), [anon_sym_concept] = ACTIONS(3152), [anon_sym_co_return] = ACTIONS(3152), [anon_sym_co_yield] = ACTIONS(3152), [anon_sym_R_DQUOTE] = ACTIONS(3154), [anon_sym_LR_DQUOTE] = ACTIONS(3154), [anon_sym_uR_DQUOTE] = ACTIONS(3154), [anon_sym_UR_DQUOTE] = ACTIONS(3154), [anon_sym_u8R_DQUOTE] = ACTIONS(3154), [anon_sym_co_await] = ACTIONS(3152), [anon_sym_new] = ACTIONS(3152), [anon_sym_requires] = ACTIONS(3152), [sym_this] = ACTIONS(3152), }, [1252] = { [sym_identifier] = ACTIONS(3156), [aux_sym_preproc_include_token1] = ACTIONS(3156), [aux_sym_preproc_def_token1] = ACTIONS(3156), [aux_sym_preproc_if_token1] = ACTIONS(3156), [aux_sym_preproc_ifdef_token1] = ACTIONS(3156), [aux_sym_preproc_ifdef_token2] = ACTIONS(3156), [sym_preproc_directive] = ACTIONS(3156), [anon_sym_LPAREN2] = ACTIONS(3158), [anon_sym_BANG] = ACTIONS(3158), [anon_sym_TILDE] = ACTIONS(3158), [anon_sym_DASH] = ACTIONS(3156), [anon_sym_PLUS] = ACTIONS(3156), [anon_sym_STAR] = ACTIONS(3158), [anon_sym_AMP_AMP] = ACTIONS(3158), [anon_sym_AMP] = ACTIONS(3156), [anon_sym_SEMI] = ACTIONS(3158), [anon_sym_typedef] = ACTIONS(3156), [anon_sym_extern] = ACTIONS(3156), [anon_sym___attribute__] = ACTIONS(3156), [anon_sym_COLON_COLON] = ACTIONS(3158), [anon_sym_LBRACK_LBRACK] = ACTIONS(3158), [anon_sym___declspec] = ACTIONS(3156), [anon_sym___based] = ACTIONS(3156), [anon_sym___cdecl] = ACTIONS(3156), [anon_sym___clrcall] = ACTIONS(3156), [anon_sym___stdcall] = ACTIONS(3156), [anon_sym___fastcall] = ACTIONS(3156), [anon_sym___thiscall] = ACTIONS(3156), [anon_sym___vectorcall] = ACTIONS(3156), [anon_sym_LBRACE] = ACTIONS(3158), [anon_sym_RBRACE] = ACTIONS(3158), [anon_sym_signed] = ACTIONS(3156), [anon_sym_unsigned] = ACTIONS(3156), [anon_sym_long] = ACTIONS(3156), [anon_sym_short] = ACTIONS(3156), [anon_sym_LBRACK] = ACTIONS(3156), [anon_sym_static] = ACTIONS(3156), [anon_sym_register] = ACTIONS(3156), [anon_sym_inline] = ACTIONS(3156), [anon_sym_thread_local] = ACTIONS(3156), [anon_sym_const] = ACTIONS(3156), [anon_sym_constexpr] = ACTIONS(3156), [anon_sym_volatile] = ACTIONS(3156), [anon_sym_restrict] = ACTIONS(3156), [anon_sym___restrict__] = ACTIONS(3156), [anon_sym__Atomic] = ACTIONS(3156), [anon_sym__Noreturn] = ACTIONS(3156), [anon_sym_noreturn] = ACTIONS(3156), [anon_sym_mutable] = ACTIONS(3156), [anon_sym_constinit] = ACTIONS(3156), [anon_sym_consteval] = ACTIONS(3156), [sym_primitive_type] = ACTIONS(3156), [anon_sym_enum] = ACTIONS(3156), [anon_sym_class] = ACTIONS(3156), [anon_sym_struct] = ACTIONS(3156), [anon_sym_union] = ACTIONS(3156), [anon_sym_if] = ACTIONS(3156), [anon_sym_switch] = ACTIONS(3156), [anon_sym_case] = ACTIONS(3156), [anon_sym_default] = ACTIONS(3156), [anon_sym_while] = ACTIONS(3156), [anon_sym_do] = ACTIONS(3156), [anon_sym_for] = ACTIONS(3156), [anon_sym_return] = ACTIONS(3156), [anon_sym_break] = ACTIONS(3156), [anon_sym_continue] = ACTIONS(3156), [anon_sym_goto] = ACTIONS(3156), [anon_sym_not] = ACTIONS(3156), [anon_sym_compl] = ACTIONS(3156), [anon_sym_DASH_DASH] = ACTIONS(3158), [anon_sym_PLUS_PLUS] = ACTIONS(3158), [anon_sym_sizeof] = ACTIONS(3156), [anon_sym_offsetof] = ACTIONS(3156), [anon_sym__Generic] = ACTIONS(3156), [anon_sym_asm] = ACTIONS(3156), [anon_sym___asm__] = ACTIONS(3156), [sym_number_literal] = ACTIONS(3158), [anon_sym_L_SQUOTE] = ACTIONS(3158), [anon_sym_u_SQUOTE] = ACTIONS(3158), [anon_sym_U_SQUOTE] = ACTIONS(3158), [anon_sym_u8_SQUOTE] = ACTIONS(3158), [anon_sym_SQUOTE] = ACTIONS(3158), [anon_sym_L_DQUOTE] = ACTIONS(3158), [anon_sym_u_DQUOTE] = ACTIONS(3158), [anon_sym_U_DQUOTE] = ACTIONS(3158), [anon_sym_u8_DQUOTE] = ACTIONS(3158), [anon_sym_DQUOTE] = ACTIONS(3158), [sym_true] = ACTIONS(3156), [sym_false] = ACTIONS(3156), [anon_sym_NULL] = ACTIONS(3156), [anon_sym_nullptr] = ACTIONS(3156), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3156), [anon_sym_decltype] = ACTIONS(3156), [anon_sym_virtual] = ACTIONS(3156), [anon_sym_explicit] = ACTIONS(3156), [anon_sym_typename] = ACTIONS(3156), [anon_sym_template] = ACTIONS(3156), [anon_sym_operator] = ACTIONS(3156), [anon_sym_try] = ACTIONS(3156), [anon_sym_delete] = ACTIONS(3156), [anon_sym_throw] = ACTIONS(3156), [anon_sym_namespace] = ACTIONS(3156), [anon_sym_using] = ACTIONS(3156), [anon_sym_static_assert] = ACTIONS(3156), [anon_sym_concept] = ACTIONS(3156), [anon_sym_co_return] = ACTIONS(3156), [anon_sym_co_yield] = ACTIONS(3156), [anon_sym_R_DQUOTE] = ACTIONS(3158), [anon_sym_LR_DQUOTE] = ACTIONS(3158), [anon_sym_uR_DQUOTE] = ACTIONS(3158), [anon_sym_UR_DQUOTE] = ACTIONS(3158), [anon_sym_u8R_DQUOTE] = ACTIONS(3158), [anon_sym_co_await] = ACTIONS(3156), [anon_sym_new] = ACTIONS(3156), [anon_sym_requires] = ACTIONS(3156), [sym_this] = ACTIONS(3156), }, [1253] = { [sym_identifier] = ACTIONS(3271), [aux_sym_preproc_include_token1] = ACTIONS(3271), [aux_sym_preproc_def_token1] = ACTIONS(3271), [aux_sym_preproc_if_token1] = ACTIONS(3271), [aux_sym_preproc_if_token2] = ACTIONS(3271), [aux_sym_preproc_ifdef_token1] = ACTIONS(3271), [aux_sym_preproc_ifdef_token2] = ACTIONS(3271), [sym_preproc_directive] = ACTIONS(3271), [anon_sym_LPAREN2] = ACTIONS(3273), [anon_sym_BANG] = ACTIONS(3273), [anon_sym_TILDE] = ACTIONS(3273), [anon_sym_DASH] = ACTIONS(3271), [anon_sym_PLUS] = ACTIONS(3271), [anon_sym_STAR] = ACTIONS(3273), [anon_sym_AMP_AMP] = ACTIONS(3273), [anon_sym_AMP] = ACTIONS(3271), [anon_sym_SEMI] = ACTIONS(3273), [anon_sym_typedef] = ACTIONS(3271), [anon_sym_extern] = ACTIONS(3271), [anon_sym___attribute__] = ACTIONS(3271), [anon_sym_COLON_COLON] = ACTIONS(3273), [anon_sym_LBRACK_LBRACK] = ACTIONS(3273), [anon_sym___declspec] = ACTIONS(3271), [anon_sym___based] = ACTIONS(3271), [anon_sym___cdecl] = ACTIONS(3271), [anon_sym___clrcall] = ACTIONS(3271), [anon_sym___stdcall] = ACTIONS(3271), [anon_sym___fastcall] = ACTIONS(3271), [anon_sym___thiscall] = ACTIONS(3271), [anon_sym___vectorcall] = ACTIONS(3271), [anon_sym_LBRACE] = ACTIONS(3273), [anon_sym_signed] = ACTIONS(3271), [anon_sym_unsigned] = ACTIONS(3271), [anon_sym_long] = ACTIONS(3271), [anon_sym_short] = ACTIONS(3271), [anon_sym_LBRACK] = ACTIONS(3271), [anon_sym_static] = ACTIONS(3271), [anon_sym_register] = ACTIONS(3271), [anon_sym_inline] = ACTIONS(3271), [anon_sym_thread_local] = ACTIONS(3271), [anon_sym_const] = ACTIONS(3271), [anon_sym_constexpr] = ACTIONS(3271), [anon_sym_volatile] = ACTIONS(3271), [anon_sym_restrict] = ACTIONS(3271), [anon_sym___restrict__] = ACTIONS(3271), [anon_sym__Atomic] = ACTIONS(3271), [anon_sym__Noreturn] = ACTIONS(3271), [anon_sym_noreturn] = ACTIONS(3271), [anon_sym_mutable] = ACTIONS(3271), [anon_sym_constinit] = ACTIONS(3271), [anon_sym_consteval] = ACTIONS(3271), [sym_primitive_type] = ACTIONS(3271), [anon_sym_enum] = ACTIONS(3271), [anon_sym_class] = ACTIONS(3271), [anon_sym_struct] = ACTIONS(3271), [anon_sym_union] = ACTIONS(3271), [anon_sym_if] = ACTIONS(3271), [anon_sym_switch] = ACTIONS(3271), [anon_sym_case] = ACTIONS(3271), [anon_sym_default] = ACTIONS(3271), [anon_sym_while] = ACTIONS(3271), [anon_sym_do] = ACTIONS(3271), [anon_sym_for] = ACTIONS(3271), [anon_sym_return] = ACTIONS(3271), [anon_sym_break] = ACTIONS(3271), [anon_sym_continue] = ACTIONS(3271), [anon_sym_goto] = ACTIONS(3271), [anon_sym_not] = ACTIONS(3271), [anon_sym_compl] = ACTIONS(3271), [anon_sym_DASH_DASH] = ACTIONS(3273), [anon_sym_PLUS_PLUS] = ACTIONS(3273), [anon_sym_sizeof] = ACTIONS(3271), [anon_sym_offsetof] = ACTIONS(3271), [anon_sym__Generic] = ACTIONS(3271), [anon_sym_asm] = ACTIONS(3271), [anon_sym___asm__] = ACTIONS(3271), [sym_number_literal] = ACTIONS(3273), [anon_sym_L_SQUOTE] = ACTIONS(3273), [anon_sym_u_SQUOTE] = ACTIONS(3273), [anon_sym_U_SQUOTE] = ACTIONS(3273), [anon_sym_u8_SQUOTE] = ACTIONS(3273), [anon_sym_SQUOTE] = ACTIONS(3273), [anon_sym_L_DQUOTE] = ACTIONS(3273), [anon_sym_u_DQUOTE] = ACTIONS(3273), [anon_sym_U_DQUOTE] = ACTIONS(3273), [anon_sym_u8_DQUOTE] = ACTIONS(3273), [anon_sym_DQUOTE] = ACTIONS(3273), [sym_true] = ACTIONS(3271), [sym_false] = ACTIONS(3271), [anon_sym_NULL] = ACTIONS(3271), [anon_sym_nullptr] = ACTIONS(3271), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3271), [anon_sym_decltype] = ACTIONS(3271), [anon_sym_virtual] = ACTIONS(3271), [anon_sym_explicit] = ACTIONS(3271), [anon_sym_typename] = ACTIONS(3271), [anon_sym_template] = ACTIONS(3271), [anon_sym_operator] = ACTIONS(3271), [anon_sym_try] = ACTIONS(3271), [anon_sym_delete] = ACTIONS(3271), [anon_sym_throw] = ACTIONS(3271), [anon_sym_namespace] = ACTIONS(3271), [anon_sym_using] = ACTIONS(3271), [anon_sym_static_assert] = ACTIONS(3271), [anon_sym_concept] = ACTIONS(3271), [anon_sym_co_return] = ACTIONS(3271), [anon_sym_co_yield] = ACTIONS(3271), [anon_sym_R_DQUOTE] = ACTIONS(3273), [anon_sym_LR_DQUOTE] = ACTIONS(3273), [anon_sym_uR_DQUOTE] = ACTIONS(3273), [anon_sym_UR_DQUOTE] = ACTIONS(3273), [anon_sym_u8R_DQUOTE] = ACTIONS(3273), [anon_sym_co_await] = ACTIONS(3271), [anon_sym_new] = ACTIONS(3271), [anon_sym_requires] = ACTIONS(3271), [sym_this] = ACTIONS(3271), }, [1254] = { [sym_identifier] = ACTIONS(3437), [aux_sym_preproc_include_token1] = ACTIONS(3437), [aux_sym_preproc_def_token1] = ACTIONS(3437), [aux_sym_preproc_if_token1] = ACTIONS(3437), [aux_sym_preproc_if_token2] = ACTIONS(3437), [aux_sym_preproc_ifdef_token1] = ACTIONS(3437), [aux_sym_preproc_ifdef_token2] = ACTIONS(3437), [sym_preproc_directive] = ACTIONS(3437), [anon_sym_LPAREN2] = ACTIONS(3439), [anon_sym_BANG] = ACTIONS(3439), [anon_sym_TILDE] = ACTIONS(3439), [anon_sym_DASH] = ACTIONS(3437), [anon_sym_PLUS] = ACTIONS(3437), [anon_sym_STAR] = ACTIONS(3439), [anon_sym_AMP_AMP] = ACTIONS(3439), [anon_sym_AMP] = ACTIONS(3437), [anon_sym_SEMI] = ACTIONS(3439), [anon_sym_typedef] = ACTIONS(3437), [anon_sym_extern] = ACTIONS(3437), [anon_sym___attribute__] = ACTIONS(3437), [anon_sym_COLON_COLON] = ACTIONS(3439), [anon_sym_LBRACK_LBRACK] = ACTIONS(3439), [anon_sym___declspec] = ACTIONS(3437), [anon_sym___based] = ACTIONS(3437), [anon_sym___cdecl] = ACTIONS(3437), [anon_sym___clrcall] = ACTIONS(3437), [anon_sym___stdcall] = ACTIONS(3437), [anon_sym___fastcall] = ACTIONS(3437), [anon_sym___thiscall] = ACTIONS(3437), [anon_sym___vectorcall] = ACTIONS(3437), [anon_sym_LBRACE] = ACTIONS(3439), [anon_sym_signed] = ACTIONS(3437), [anon_sym_unsigned] = ACTIONS(3437), [anon_sym_long] = ACTIONS(3437), [anon_sym_short] = ACTIONS(3437), [anon_sym_LBRACK] = ACTIONS(3437), [anon_sym_static] = ACTIONS(3437), [anon_sym_register] = ACTIONS(3437), [anon_sym_inline] = ACTIONS(3437), [anon_sym_thread_local] = ACTIONS(3437), [anon_sym_const] = ACTIONS(3437), [anon_sym_constexpr] = ACTIONS(3437), [anon_sym_volatile] = ACTIONS(3437), [anon_sym_restrict] = ACTIONS(3437), [anon_sym___restrict__] = ACTIONS(3437), [anon_sym__Atomic] = ACTIONS(3437), [anon_sym__Noreturn] = ACTIONS(3437), [anon_sym_noreturn] = ACTIONS(3437), [anon_sym_mutable] = ACTIONS(3437), [anon_sym_constinit] = ACTIONS(3437), [anon_sym_consteval] = ACTIONS(3437), [sym_primitive_type] = ACTIONS(3437), [anon_sym_enum] = ACTIONS(3437), [anon_sym_class] = ACTIONS(3437), [anon_sym_struct] = ACTIONS(3437), [anon_sym_union] = ACTIONS(3437), [anon_sym_if] = ACTIONS(3437), [anon_sym_switch] = ACTIONS(3437), [anon_sym_case] = ACTIONS(3437), [anon_sym_default] = ACTIONS(3437), [anon_sym_while] = ACTIONS(3437), [anon_sym_do] = ACTIONS(3437), [anon_sym_for] = ACTIONS(3437), [anon_sym_return] = ACTIONS(3437), [anon_sym_break] = ACTIONS(3437), [anon_sym_continue] = ACTIONS(3437), [anon_sym_goto] = ACTIONS(3437), [anon_sym_not] = ACTIONS(3437), [anon_sym_compl] = ACTIONS(3437), [anon_sym_DASH_DASH] = ACTIONS(3439), [anon_sym_PLUS_PLUS] = ACTIONS(3439), [anon_sym_sizeof] = ACTIONS(3437), [anon_sym_offsetof] = ACTIONS(3437), [anon_sym__Generic] = ACTIONS(3437), [anon_sym_asm] = ACTIONS(3437), [anon_sym___asm__] = ACTIONS(3437), [sym_number_literal] = ACTIONS(3439), [anon_sym_L_SQUOTE] = ACTIONS(3439), [anon_sym_u_SQUOTE] = ACTIONS(3439), [anon_sym_U_SQUOTE] = ACTIONS(3439), [anon_sym_u8_SQUOTE] = ACTIONS(3439), [anon_sym_SQUOTE] = ACTIONS(3439), [anon_sym_L_DQUOTE] = ACTIONS(3439), [anon_sym_u_DQUOTE] = ACTIONS(3439), [anon_sym_U_DQUOTE] = ACTIONS(3439), [anon_sym_u8_DQUOTE] = ACTIONS(3439), [anon_sym_DQUOTE] = ACTIONS(3439), [sym_true] = ACTIONS(3437), [sym_false] = ACTIONS(3437), [anon_sym_NULL] = ACTIONS(3437), [anon_sym_nullptr] = ACTIONS(3437), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3437), [anon_sym_decltype] = ACTIONS(3437), [anon_sym_virtual] = ACTIONS(3437), [anon_sym_explicit] = ACTIONS(3437), [anon_sym_typename] = ACTIONS(3437), [anon_sym_template] = ACTIONS(3437), [anon_sym_operator] = ACTIONS(3437), [anon_sym_try] = ACTIONS(3437), [anon_sym_delete] = ACTIONS(3437), [anon_sym_throw] = ACTIONS(3437), [anon_sym_namespace] = ACTIONS(3437), [anon_sym_using] = ACTIONS(3437), [anon_sym_static_assert] = ACTIONS(3437), [anon_sym_concept] = ACTIONS(3437), [anon_sym_co_return] = ACTIONS(3437), [anon_sym_co_yield] = ACTIONS(3437), [anon_sym_R_DQUOTE] = ACTIONS(3439), [anon_sym_LR_DQUOTE] = ACTIONS(3439), [anon_sym_uR_DQUOTE] = ACTIONS(3439), [anon_sym_UR_DQUOTE] = ACTIONS(3439), [anon_sym_u8R_DQUOTE] = ACTIONS(3439), [anon_sym_co_await] = ACTIONS(3437), [anon_sym_new] = ACTIONS(3437), [anon_sym_requires] = ACTIONS(3437), [sym_this] = ACTIONS(3437), }, [1255] = { [sym_identifier] = ACTIONS(3459), [aux_sym_preproc_include_token1] = ACTIONS(3459), [aux_sym_preproc_def_token1] = ACTIONS(3459), [aux_sym_preproc_if_token1] = ACTIONS(3459), [aux_sym_preproc_if_token2] = ACTIONS(3459), [aux_sym_preproc_ifdef_token1] = ACTIONS(3459), [aux_sym_preproc_ifdef_token2] = ACTIONS(3459), [sym_preproc_directive] = ACTIONS(3459), [anon_sym_LPAREN2] = ACTIONS(3461), [anon_sym_BANG] = ACTIONS(3461), [anon_sym_TILDE] = ACTIONS(3461), [anon_sym_DASH] = ACTIONS(3459), [anon_sym_PLUS] = ACTIONS(3459), [anon_sym_STAR] = ACTIONS(3461), [anon_sym_AMP_AMP] = ACTIONS(3461), [anon_sym_AMP] = ACTIONS(3459), [anon_sym_SEMI] = ACTIONS(3461), [anon_sym_typedef] = ACTIONS(3459), [anon_sym_extern] = ACTIONS(3459), [anon_sym___attribute__] = ACTIONS(3459), [anon_sym_COLON_COLON] = ACTIONS(3461), [anon_sym_LBRACK_LBRACK] = ACTIONS(3461), [anon_sym___declspec] = ACTIONS(3459), [anon_sym___based] = ACTIONS(3459), [anon_sym___cdecl] = ACTIONS(3459), [anon_sym___clrcall] = ACTIONS(3459), [anon_sym___stdcall] = ACTIONS(3459), [anon_sym___fastcall] = ACTIONS(3459), [anon_sym___thiscall] = ACTIONS(3459), [anon_sym___vectorcall] = ACTIONS(3459), [anon_sym_LBRACE] = ACTIONS(3461), [anon_sym_signed] = ACTIONS(3459), [anon_sym_unsigned] = ACTIONS(3459), [anon_sym_long] = ACTIONS(3459), [anon_sym_short] = ACTIONS(3459), [anon_sym_LBRACK] = ACTIONS(3459), [anon_sym_static] = ACTIONS(3459), [anon_sym_register] = ACTIONS(3459), [anon_sym_inline] = ACTIONS(3459), [anon_sym_thread_local] = ACTIONS(3459), [anon_sym_const] = ACTIONS(3459), [anon_sym_constexpr] = ACTIONS(3459), [anon_sym_volatile] = ACTIONS(3459), [anon_sym_restrict] = ACTIONS(3459), [anon_sym___restrict__] = ACTIONS(3459), [anon_sym__Atomic] = ACTIONS(3459), [anon_sym__Noreturn] = ACTIONS(3459), [anon_sym_noreturn] = ACTIONS(3459), [anon_sym_mutable] = ACTIONS(3459), [anon_sym_constinit] = ACTIONS(3459), [anon_sym_consteval] = ACTIONS(3459), [sym_primitive_type] = ACTIONS(3459), [anon_sym_enum] = ACTIONS(3459), [anon_sym_class] = ACTIONS(3459), [anon_sym_struct] = ACTIONS(3459), [anon_sym_union] = ACTIONS(3459), [anon_sym_if] = ACTIONS(3459), [anon_sym_switch] = ACTIONS(3459), [anon_sym_case] = ACTIONS(3459), [anon_sym_default] = ACTIONS(3459), [anon_sym_while] = ACTIONS(3459), [anon_sym_do] = ACTIONS(3459), [anon_sym_for] = ACTIONS(3459), [anon_sym_return] = ACTIONS(3459), [anon_sym_break] = ACTIONS(3459), [anon_sym_continue] = ACTIONS(3459), [anon_sym_goto] = ACTIONS(3459), [anon_sym_not] = ACTIONS(3459), [anon_sym_compl] = ACTIONS(3459), [anon_sym_DASH_DASH] = ACTIONS(3461), [anon_sym_PLUS_PLUS] = ACTIONS(3461), [anon_sym_sizeof] = ACTIONS(3459), [anon_sym_offsetof] = ACTIONS(3459), [anon_sym__Generic] = ACTIONS(3459), [anon_sym_asm] = ACTIONS(3459), [anon_sym___asm__] = ACTIONS(3459), [sym_number_literal] = ACTIONS(3461), [anon_sym_L_SQUOTE] = ACTIONS(3461), [anon_sym_u_SQUOTE] = ACTIONS(3461), [anon_sym_U_SQUOTE] = ACTIONS(3461), [anon_sym_u8_SQUOTE] = ACTIONS(3461), [anon_sym_SQUOTE] = ACTIONS(3461), [anon_sym_L_DQUOTE] = ACTIONS(3461), [anon_sym_u_DQUOTE] = ACTIONS(3461), [anon_sym_U_DQUOTE] = ACTIONS(3461), [anon_sym_u8_DQUOTE] = ACTIONS(3461), [anon_sym_DQUOTE] = ACTIONS(3461), [sym_true] = ACTIONS(3459), [sym_false] = ACTIONS(3459), [anon_sym_NULL] = ACTIONS(3459), [anon_sym_nullptr] = ACTIONS(3459), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3459), [anon_sym_decltype] = ACTIONS(3459), [anon_sym_virtual] = ACTIONS(3459), [anon_sym_explicit] = ACTIONS(3459), [anon_sym_typename] = ACTIONS(3459), [anon_sym_template] = ACTIONS(3459), [anon_sym_operator] = ACTIONS(3459), [anon_sym_try] = ACTIONS(3459), [anon_sym_delete] = ACTIONS(3459), [anon_sym_throw] = ACTIONS(3459), [anon_sym_namespace] = ACTIONS(3459), [anon_sym_using] = ACTIONS(3459), [anon_sym_static_assert] = ACTIONS(3459), [anon_sym_concept] = ACTIONS(3459), [anon_sym_co_return] = ACTIONS(3459), [anon_sym_co_yield] = ACTIONS(3459), [anon_sym_R_DQUOTE] = ACTIONS(3461), [anon_sym_LR_DQUOTE] = ACTIONS(3461), [anon_sym_uR_DQUOTE] = ACTIONS(3461), [anon_sym_UR_DQUOTE] = ACTIONS(3461), [anon_sym_u8R_DQUOTE] = ACTIONS(3461), [anon_sym_co_await] = ACTIONS(3459), [anon_sym_new] = ACTIONS(3459), [anon_sym_requires] = ACTIONS(3459), [sym_this] = ACTIONS(3459), }, [1256] = { [sym_identifier] = ACTIONS(3406), [aux_sym_preproc_include_token1] = ACTIONS(3406), [aux_sym_preproc_def_token1] = ACTIONS(3406), [aux_sym_preproc_if_token1] = ACTIONS(3406), [aux_sym_preproc_ifdef_token1] = ACTIONS(3406), [aux_sym_preproc_ifdef_token2] = ACTIONS(3406), [sym_preproc_directive] = ACTIONS(3406), [anon_sym_LPAREN2] = ACTIONS(3408), [anon_sym_BANG] = ACTIONS(3408), [anon_sym_TILDE] = ACTIONS(3408), [anon_sym_DASH] = ACTIONS(3406), [anon_sym_PLUS] = ACTIONS(3406), [anon_sym_STAR] = ACTIONS(3408), [anon_sym_AMP_AMP] = ACTIONS(3408), [anon_sym_AMP] = ACTIONS(3406), [anon_sym_SEMI] = ACTIONS(3408), [anon_sym_typedef] = ACTIONS(3406), [anon_sym_extern] = ACTIONS(3406), [anon_sym___attribute__] = ACTIONS(3406), [anon_sym_COLON_COLON] = ACTIONS(3408), [anon_sym_LBRACK_LBRACK] = ACTIONS(3408), [anon_sym___declspec] = ACTIONS(3406), [anon_sym___based] = ACTIONS(3406), [anon_sym___cdecl] = ACTIONS(3406), [anon_sym___clrcall] = ACTIONS(3406), [anon_sym___stdcall] = ACTIONS(3406), [anon_sym___fastcall] = ACTIONS(3406), [anon_sym___thiscall] = ACTIONS(3406), [anon_sym___vectorcall] = ACTIONS(3406), [anon_sym_LBRACE] = ACTIONS(3408), [anon_sym_RBRACE] = ACTIONS(3408), [anon_sym_signed] = ACTIONS(3406), [anon_sym_unsigned] = ACTIONS(3406), [anon_sym_long] = ACTIONS(3406), [anon_sym_short] = ACTIONS(3406), [anon_sym_LBRACK] = ACTIONS(3406), [anon_sym_static] = ACTIONS(3406), [anon_sym_register] = ACTIONS(3406), [anon_sym_inline] = ACTIONS(3406), [anon_sym_thread_local] = ACTIONS(3406), [anon_sym_const] = ACTIONS(3406), [anon_sym_constexpr] = ACTIONS(3406), [anon_sym_volatile] = ACTIONS(3406), [anon_sym_restrict] = ACTIONS(3406), [anon_sym___restrict__] = ACTIONS(3406), [anon_sym__Atomic] = ACTIONS(3406), [anon_sym__Noreturn] = ACTIONS(3406), [anon_sym_noreturn] = ACTIONS(3406), [anon_sym_mutable] = ACTIONS(3406), [anon_sym_constinit] = ACTIONS(3406), [anon_sym_consteval] = ACTIONS(3406), [sym_primitive_type] = ACTIONS(3406), [anon_sym_enum] = ACTIONS(3406), [anon_sym_class] = ACTIONS(3406), [anon_sym_struct] = ACTIONS(3406), [anon_sym_union] = ACTIONS(3406), [anon_sym_if] = ACTIONS(3406), [anon_sym_switch] = ACTIONS(3406), [anon_sym_case] = ACTIONS(3406), [anon_sym_default] = ACTIONS(3406), [anon_sym_while] = ACTIONS(3406), [anon_sym_do] = ACTIONS(3406), [anon_sym_for] = ACTIONS(3406), [anon_sym_return] = ACTIONS(3406), [anon_sym_break] = ACTIONS(3406), [anon_sym_continue] = ACTIONS(3406), [anon_sym_goto] = ACTIONS(3406), [anon_sym_not] = ACTIONS(3406), [anon_sym_compl] = ACTIONS(3406), [anon_sym_DASH_DASH] = ACTIONS(3408), [anon_sym_PLUS_PLUS] = ACTIONS(3408), [anon_sym_sizeof] = ACTIONS(3406), [anon_sym_offsetof] = ACTIONS(3406), [anon_sym__Generic] = ACTIONS(3406), [anon_sym_asm] = ACTIONS(3406), [anon_sym___asm__] = ACTIONS(3406), [sym_number_literal] = ACTIONS(3408), [anon_sym_L_SQUOTE] = ACTIONS(3408), [anon_sym_u_SQUOTE] = ACTIONS(3408), [anon_sym_U_SQUOTE] = ACTIONS(3408), [anon_sym_u8_SQUOTE] = ACTIONS(3408), [anon_sym_SQUOTE] = ACTIONS(3408), [anon_sym_L_DQUOTE] = ACTIONS(3408), [anon_sym_u_DQUOTE] = ACTIONS(3408), [anon_sym_U_DQUOTE] = ACTIONS(3408), [anon_sym_u8_DQUOTE] = ACTIONS(3408), [anon_sym_DQUOTE] = ACTIONS(3408), [sym_true] = ACTIONS(3406), [sym_false] = ACTIONS(3406), [anon_sym_NULL] = ACTIONS(3406), [anon_sym_nullptr] = ACTIONS(3406), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3406), [anon_sym_decltype] = ACTIONS(3406), [anon_sym_virtual] = ACTIONS(3406), [anon_sym_explicit] = ACTIONS(3406), [anon_sym_typename] = ACTIONS(3406), [anon_sym_template] = ACTIONS(3406), [anon_sym_operator] = ACTIONS(3406), [anon_sym_try] = ACTIONS(3406), [anon_sym_delete] = ACTIONS(3406), [anon_sym_throw] = ACTIONS(3406), [anon_sym_namespace] = ACTIONS(3406), [anon_sym_using] = ACTIONS(3406), [anon_sym_static_assert] = ACTIONS(3406), [anon_sym_concept] = ACTIONS(3406), [anon_sym_co_return] = ACTIONS(3406), [anon_sym_co_yield] = ACTIONS(3406), [anon_sym_R_DQUOTE] = ACTIONS(3408), [anon_sym_LR_DQUOTE] = ACTIONS(3408), [anon_sym_uR_DQUOTE] = ACTIONS(3408), [anon_sym_UR_DQUOTE] = ACTIONS(3408), [anon_sym_u8R_DQUOTE] = ACTIONS(3408), [anon_sym_co_await] = ACTIONS(3406), [anon_sym_new] = ACTIONS(3406), [anon_sym_requires] = ACTIONS(3406), [sym_this] = ACTIONS(3406), }, [1257] = { [sym_identifier] = ACTIONS(3417), [aux_sym_preproc_include_token1] = ACTIONS(3417), [aux_sym_preproc_def_token1] = ACTIONS(3417), [aux_sym_preproc_if_token1] = ACTIONS(3417), [aux_sym_preproc_ifdef_token1] = ACTIONS(3417), [aux_sym_preproc_ifdef_token2] = ACTIONS(3417), [sym_preproc_directive] = ACTIONS(3417), [anon_sym_LPAREN2] = ACTIONS(3419), [anon_sym_BANG] = ACTIONS(3419), [anon_sym_TILDE] = ACTIONS(3419), [anon_sym_DASH] = ACTIONS(3417), [anon_sym_PLUS] = ACTIONS(3417), [anon_sym_STAR] = ACTIONS(3419), [anon_sym_AMP_AMP] = ACTIONS(3419), [anon_sym_AMP] = ACTIONS(3417), [anon_sym_SEMI] = ACTIONS(3419), [anon_sym_typedef] = ACTIONS(3417), [anon_sym_extern] = ACTIONS(3417), [anon_sym___attribute__] = ACTIONS(3417), [anon_sym_COLON_COLON] = ACTIONS(3419), [anon_sym_LBRACK_LBRACK] = ACTIONS(3419), [anon_sym___declspec] = ACTIONS(3417), [anon_sym___based] = ACTIONS(3417), [anon_sym___cdecl] = ACTIONS(3417), [anon_sym___clrcall] = ACTIONS(3417), [anon_sym___stdcall] = ACTIONS(3417), [anon_sym___fastcall] = ACTIONS(3417), [anon_sym___thiscall] = ACTIONS(3417), [anon_sym___vectorcall] = ACTIONS(3417), [anon_sym_LBRACE] = ACTIONS(3419), [anon_sym_RBRACE] = ACTIONS(3419), [anon_sym_signed] = ACTIONS(3417), [anon_sym_unsigned] = ACTIONS(3417), [anon_sym_long] = ACTIONS(3417), [anon_sym_short] = ACTIONS(3417), [anon_sym_LBRACK] = ACTIONS(3417), [anon_sym_static] = ACTIONS(3417), [anon_sym_register] = ACTIONS(3417), [anon_sym_inline] = ACTIONS(3417), [anon_sym_thread_local] = ACTIONS(3417), [anon_sym_const] = ACTIONS(3417), [anon_sym_constexpr] = ACTIONS(3417), [anon_sym_volatile] = ACTIONS(3417), [anon_sym_restrict] = ACTIONS(3417), [anon_sym___restrict__] = ACTIONS(3417), [anon_sym__Atomic] = ACTIONS(3417), [anon_sym__Noreturn] = ACTIONS(3417), [anon_sym_noreturn] = ACTIONS(3417), [anon_sym_mutable] = ACTIONS(3417), [anon_sym_constinit] = ACTIONS(3417), [anon_sym_consteval] = ACTIONS(3417), [sym_primitive_type] = ACTIONS(3417), [anon_sym_enum] = ACTIONS(3417), [anon_sym_class] = ACTIONS(3417), [anon_sym_struct] = ACTIONS(3417), [anon_sym_union] = ACTIONS(3417), [anon_sym_if] = ACTIONS(3417), [anon_sym_switch] = ACTIONS(3417), [anon_sym_case] = ACTIONS(3417), [anon_sym_default] = ACTIONS(3417), [anon_sym_while] = ACTIONS(3417), [anon_sym_do] = ACTIONS(3417), [anon_sym_for] = ACTIONS(3417), [anon_sym_return] = ACTIONS(3417), [anon_sym_break] = ACTIONS(3417), [anon_sym_continue] = ACTIONS(3417), [anon_sym_goto] = ACTIONS(3417), [anon_sym_not] = ACTIONS(3417), [anon_sym_compl] = ACTIONS(3417), [anon_sym_DASH_DASH] = ACTIONS(3419), [anon_sym_PLUS_PLUS] = ACTIONS(3419), [anon_sym_sizeof] = ACTIONS(3417), [anon_sym_offsetof] = ACTIONS(3417), [anon_sym__Generic] = ACTIONS(3417), [anon_sym_asm] = ACTIONS(3417), [anon_sym___asm__] = ACTIONS(3417), [sym_number_literal] = ACTIONS(3419), [anon_sym_L_SQUOTE] = ACTIONS(3419), [anon_sym_u_SQUOTE] = ACTIONS(3419), [anon_sym_U_SQUOTE] = ACTIONS(3419), [anon_sym_u8_SQUOTE] = ACTIONS(3419), [anon_sym_SQUOTE] = ACTIONS(3419), [anon_sym_L_DQUOTE] = ACTIONS(3419), [anon_sym_u_DQUOTE] = ACTIONS(3419), [anon_sym_U_DQUOTE] = ACTIONS(3419), [anon_sym_u8_DQUOTE] = ACTIONS(3419), [anon_sym_DQUOTE] = ACTIONS(3419), [sym_true] = ACTIONS(3417), [sym_false] = ACTIONS(3417), [anon_sym_NULL] = ACTIONS(3417), [anon_sym_nullptr] = ACTIONS(3417), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3417), [anon_sym_decltype] = ACTIONS(3417), [anon_sym_virtual] = ACTIONS(3417), [anon_sym_explicit] = ACTIONS(3417), [anon_sym_typename] = ACTIONS(3417), [anon_sym_template] = ACTIONS(3417), [anon_sym_operator] = ACTIONS(3417), [anon_sym_try] = ACTIONS(3417), [anon_sym_delete] = ACTIONS(3417), [anon_sym_throw] = ACTIONS(3417), [anon_sym_namespace] = ACTIONS(3417), [anon_sym_using] = ACTIONS(3417), [anon_sym_static_assert] = ACTIONS(3417), [anon_sym_concept] = ACTIONS(3417), [anon_sym_co_return] = ACTIONS(3417), [anon_sym_co_yield] = ACTIONS(3417), [anon_sym_R_DQUOTE] = ACTIONS(3419), [anon_sym_LR_DQUOTE] = ACTIONS(3419), [anon_sym_uR_DQUOTE] = ACTIONS(3419), [anon_sym_UR_DQUOTE] = ACTIONS(3419), [anon_sym_u8R_DQUOTE] = ACTIONS(3419), [anon_sym_co_await] = ACTIONS(3417), [anon_sym_new] = ACTIONS(3417), [anon_sym_requires] = ACTIONS(3417), [sym_this] = ACTIONS(3417), }, [1258] = { [sym_identifier] = ACTIONS(3406), [aux_sym_preproc_include_token1] = ACTIONS(3406), [aux_sym_preproc_def_token1] = ACTIONS(3406), [aux_sym_preproc_if_token1] = ACTIONS(3406), [aux_sym_preproc_ifdef_token1] = ACTIONS(3406), [aux_sym_preproc_ifdef_token2] = ACTIONS(3406), [sym_preproc_directive] = ACTIONS(3406), [anon_sym_LPAREN2] = ACTIONS(3408), [anon_sym_BANG] = ACTIONS(3408), [anon_sym_TILDE] = ACTIONS(3408), [anon_sym_DASH] = ACTIONS(3406), [anon_sym_PLUS] = ACTIONS(3406), [anon_sym_STAR] = ACTIONS(3408), [anon_sym_AMP_AMP] = ACTIONS(3408), [anon_sym_AMP] = ACTIONS(3406), [anon_sym_SEMI] = ACTIONS(3408), [anon_sym_typedef] = ACTIONS(3406), [anon_sym_extern] = ACTIONS(3406), [anon_sym___attribute__] = ACTIONS(3406), [anon_sym_COLON_COLON] = ACTIONS(3408), [anon_sym_LBRACK_LBRACK] = ACTIONS(3408), [anon_sym___declspec] = ACTIONS(3406), [anon_sym___based] = ACTIONS(3406), [anon_sym___cdecl] = ACTIONS(3406), [anon_sym___clrcall] = ACTIONS(3406), [anon_sym___stdcall] = ACTIONS(3406), [anon_sym___fastcall] = ACTIONS(3406), [anon_sym___thiscall] = ACTIONS(3406), [anon_sym___vectorcall] = ACTIONS(3406), [anon_sym_LBRACE] = ACTIONS(3408), [anon_sym_RBRACE] = ACTIONS(3408), [anon_sym_signed] = ACTIONS(3406), [anon_sym_unsigned] = ACTIONS(3406), [anon_sym_long] = ACTIONS(3406), [anon_sym_short] = ACTIONS(3406), [anon_sym_LBRACK] = ACTIONS(3406), [anon_sym_static] = ACTIONS(3406), [anon_sym_register] = ACTIONS(3406), [anon_sym_inline] = ACTIONS(3406), [anon_sym_thread_local] = ACTIONS(3406), [anon_sym_const] = ACTIONS(3406), [anon_sym_constexpr] = ACTIONS(3406), [anon_sym_volatile] = ACTIONS(3406), [anon_sym_restrict] = ACTIONS(3406), [anon_sym___restrict__] = ACTIONS(3406), [anon_sym__Atomic] = ACTIONS(3406), [anon_sym__Noreturn] = ACTIONS(3406), [anon_sym_noreturn] = ACTIONS(3406), [anon_sym_mutable] = ACTIONS(3406), [anon_sym_constinit] = ACTIONS(3406), [anon_sym_consteval] = ACTIONS(3406), [sym_primitive_type] = ACTIONS(3406), [anon_sym_enum] = ACTIONS(3406), [anon_sym_class] = ACTIONS(3406), [anon_sym_struct] = ACTIONS(3406), [anon_sym_union] = ACTIONS(3406), [anon_sym_if] = ACTIONS(3406), [anon_sym_switch] = ACTIONS(3406), [anon_sym_case] = ACTIONS(3406), [anon_sym_default] = ACTIONS(3406), [anon_sym_while] = ACTIONS(3406), [anon_sym_do] = ACTIONS(3406), [anon_sym_for] = ACTIONS(3406), [anon_sym_return] = ACTIONS(3406), [anon_sym_break] = ACTIONS(3406), [anon_sym_continue] = ACTIONS(3406), [anon_sym_goto] = ACTIONS(3406), [anon_sym_not] = ACTIONS(3406), [anon_sym_compl] = ACTIONS(3406), [anon_sym_DASH_DASH] = ACTIONS(3408), [anon_sym_PLUS_PLUS] = ACTIONS(3408), [anon_sym_sizeof] = ACTIONS(3406), [anon_sym_offsetof] = ACTIONS(3406), [anon_sym__Generic] = ACTIONS(3406), [anon_sym_asm] = ACTIONS(3406), [anon_sym___asm__] = ACTIONS(3406), [sym_number_literal] = ACTIONS(3408), [anon_sym_L_SQUOTE] = ACTIONS(3408), [anon_sym_u_SQUOTE] = ACTIONS(3408), [anon_sym_U_SQUOTE] = ACTIONS(3408), [anon_sym_u8_SQUOTE] = ACTIONS(3408), [anon_sym_SQUOTE] = ACTIONS(3408), [anon_sym_L_DQUOTE] = ACTIONS(3408), [anon_sym_u_DQUOTE] = ACTIONS(3408), [anon_sym_U_DQUOTE] = ACTIONS(3408), [anon_sym_u8_DQUOTE] = ACTIONS(3408), [anon_sym_DQUOTE] = ACTIONS(3408), [sym_true] = ACTIONS(3406), [sym_false] = ACTIONS(3406), [anon_sym_NULL] = ACTIONS(3406), [anon_sym_nullptr] = ACTIONS(3406), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3406), [anon_sym_decltype] = ACTIONS(3406), [anon_sym_virtual] = ACTIONS(3406), [anon_sym_explicit] = ACTIONS(3406), [anon_sym_typename] = ACTIONS(3406), [anon_sym_template] = ACTIONS(3406), [anon_sym_operator] = ACTIONS(3406), [anon_sym_try] = ACTIONS(3406), [anon_sym_delete] = ACTIONS(3406), [anon_sym_throw] = ACTIONS(3406), [anon_sym_namespace] = ACTIONS(3406), [anon_sym_using] = ACTIONS(3406), [anon_sym_static_assert] = ACTIONS(3406), [anon_sym_concept] = ACTIONS(3406), [anon_sym_co_return] = ACTIONS(3406), [anon_sym_co_yield] = ACTIONS(3406), [anon_sym_R_DQUOTE] = ACTIONS(3408), [anon_sym_LR_DQUOTE] = ACTIONS(3408), [anon_sym_uR_DQUOTE] = ACTIONS(3408), [anon_sym_UR_DQUOTE] = ACTIONS(3408), [anon_sym_u8R_DQUOTE] = ACTIONS(3408), [anon_sym_co_await] = ACTIONS(3406), [anon_sym_new] = ACTIONS(3406), [anon_sym_requires] = ACTIONS(3406), [sym_this] = ACTIONS(3406), }, [1259] = { [sym_identifier] = ACTIONS(3315), [aux_sym_preproc_include_token1] = ACTIONS(3315), [aux_sym_preproc_def_token1] = ACTIONS(3315), [aux_sym_preproc_if_token1] = ACTIONS(3315), [aux_sym_preproc_ifdef_token1] = ACTIONS(3315), [aux_sym_preproc_ifdef_token2] = ACTIONS(3315), [sym_preproc_directive] = ACTIONS(3315), [anon_sym_LPAREN2] = ACTIONS(3317), [anon_sym_BANG] = ACTIONS(3317), [anon_sym_TILDE] = ACTIONS(3317), [anon_sym_DASH] = ACTIONS(3315), [anon_sym_PLUS] = ACTIONS(3315), [anon_sym_STAR] = ACTIONS(3317), [anon_sym_AMP_AMP] = ACTIONS(3317), [anon_sym_AMP] = ACTIONS(3315), [anon_sym_SEMI] = ACTIONS(3317), [anon_sym_typedef] = ACTIONS(3315), [anon_sym_extern] = ACTIONS(3315), [anon_sym___attribute__] = ACTIONS(3315), [anon_sym_COLON_COLON] = ACTIONS(3317), [anon_sym_LBRACK_LBRACK] = ACTIONS(3317), [anon_sym___declspec] = ACTIONS(3315), [anon_sym___based] = ACTIONS(3315), [anon_sym___cdecl] = ACTIONS(3315), [anon_sym___clrcall] = ACTIONS(3315), [anon_sym___stdcall] = ACTIONS(3315), [anon_sym___fastcall] = ACTIONS(3315), [anon_sym___thiscall] = ACTIONS(3315), [anon_sym___vectorcall] = ACTIONS(3315), [anon_sym_LBRACE] = ACTIONS(3317), [anon_sym_RBRACE] = ACTIONS(3317), [anon_sym_signed] = ACTIONS(3315), [anon_sym_unsigned] = ACTIONS(3315), [anon_sym_long] = ACTIONS(3315), [anon_sym_short] = ACTIONS(3315), [anon_sym_LBRACK] = ACTIONS(3315), [anon_sym_static] = ACTIONS(3315), [anon_sym_register] = ACTIONS(3315), [anon_sym_inline] = ACTIONS(3315), [anon_sym_thread_local] = ACTIONS(3315), [anon_sym_const] = ACTIONS(3315), [anon_sym_constexpr] = ACTIONS(3315), [anon_sym_volatile] = ACTIONS(3315), [anon_sym_restrict] = ACTIONS(3315), [anon_sym___restrict__] = ACTIONS(3315), [anon_sym__Atomic] = ACTIONS(3315), [anon_sym__Noreturn] = ACTIONS(3315), [anon_sym_noreturn] = ACTIONS(3315), [anon_sym_mutable] = ACTIONS(3315), [anon_sym_constinit] = ACTIONS(3315), [anon_sym_consteval] = ACTIONS(3315), [sym_primitive_type] = ACTIONS(3315), [anon_sym_enum] = ACTIONS(3315), [anon_sym_class] = ACTIONS(3315), [anon_sym_struct] = ACTIONS(3315), [anon_sym_union] = ACTIONS(3315), [anon_sym_if] = ACTIONS(3315), [anon_sym_switch] = ACTIONS(3315), [anon_sym_case] = ACTIONS(3315), [anon_sym_default] = ACTIONS(3315), [anon_sym_while] = ACTIONS(3315), [anon_sym_do] = ACTIONS(3315), [anon_sym_for] = ACTIONS(3315), [anon_sym_return] = ACTIONS(3315), [anon_sym_break] = ACTIONS(3315), [anon_sym_continue] = ACTIONS(3315), [anon_sym_goto] = ACTIONS(3315), [anon_sym_not] = ACTIONS(3315), [anon_sym_compl] = ACTIONS(3315), [anon_sym_DASH_DASH] = ACTIONS(3317), [anon_sym_PLUS_PLUS] = ACTIONS(3317), [anon_sym_sizeof] = ACTIONS(3315), [anon_sym_offsetof] = ACTIONS(3315), [anon_sym__Generic] = ACTIONS(3315), [anon_sym_asm] = ACTIONS(3315), [anon_sym___asm__] = ACTIONS(3315), [sym_number_literal] = ACTIONS(3317), [anon_sym_L_SQUOTE] = ACTIONS(3317), [anon_sym_u_SQUOTE] = ACTIONS(3317), [anon_sym_U_SQUOTE] = ACTIONS(3317), [anon_sym_u8_SQUOTE] = ACTIONS(3317), [anon_sym_SQUOTE] = ACTIONS(3317), [anon_sym_L_DQUOTE] = ACTIONS(3317), [anon_sym_u_DQUOTE] = ACTIONS(3317), [anon_sym_U_DQUOTE] = ACTIONS(3317), [anon_sym_u8_DQUOTE] = ACTIONS(3317), [anon_sym_DQUOTE] = ACTIONS(3317), [sym_true] = ACTIONS(3315), [sym_false] = ACTIONS(3315), [anon_sym_NULL] = ACTIONS(3315), [anon_sym_nullptr] = ACTIONS(3315), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3315), [anon_sym_decltype] = ACTIONS(3315), [anon_sym_virtual] = ACTIONS(3315), [anon_sym_explicit] = ACTIONS(3315), [anon_sym_typename] = ACTIONS(3315), [anon_sym_template] = ACTIONS(3315), [anon_sym_operator] = ACTIONS(3315), [anon_sym_try] = ACTIONS(3315), [anon_sym_delete] = ACTIONS(3315), [anon_sym_throw] = ACTIONS(3315), [anon_sym_namespace] = ACTIONS(3315), [anon_sym_using] = ACTIONS(3315), [anon_sym_static_assert] = ACTIONS(3315), [anon_sym_concept] = ACTIONS(3315), [anon_sym_co_return] = ACTIONS(3315), [anon_sym_co_yield] = ACTIONS(3315), [anon_sym_R_DQUOTE] = ACTIONS(3317), [anon_sym_LR_DQUOTE] = ACTIONS(3317), [anon_sym_uR_DQUOTE] = ACTIONS(3317), [anon_sym_UR_DQUOTE] = ACTIONS(3317), [anon_sym_u8R_DQUOTE] = ACTIONS(3317), [anon_sym_co_await] = ACTIONS(3315), [anon_sym_new] = ACTIONS(3315), [anon_sym_requires] = ACTIONS(3315), [sym_this] = ACTIONS(3315), }, [1260] = { [sym_identifier] = ACTIONS(3262), [aux_sym_preproc_include_token1] = ACTIONS(3262), [aux_sym_preproc_def_token1] = ACTIONS(3262), [aux_sym_preproc_if_token1] = ACTIONS(3262), [aux_sym_preproc_if_token2] = ACTIONS(3262), [aux_sym_preproc_ifdef_token1] = ACTIONS(3262), [aux_sym_preproc_ifdef_token2] = ACTIONS(3262), [sym_preproc_directive] = ACTIONS(3262), [anon_sym_LPAREN2] = ACTIONS(3264), [anon_sym_BANG] = ACTIONS(3264), [anon_sym_TILDE] = ACTIONS(3264), [anon_sym_DASH] = ACTIONS(3262), [anon_sym_PLUS] = ACTIONS(3262), [anon_sym_STAR] = ACTIONS(3264), [anon_sym_AMP_AMP] = ACTIONS(3264), [anon_sym_AMP] = ACTIONS(3262), [anon_sym_SEMI] = ACTIONS(3264), [anon_sym_typedef] = ACTIONS(3262), [anon_sym_extern] = ACTIONS(3262), [anon_sym___attribute__] = ACTIONS(3262), [anon_sym_COLON_COLON] = ACTIONS(3264), [anon_sym_LBRACK_LBRACK] = ACTIONS(3264), [anon_sym___declspec] = ACTIONS(3262), [anon_sym___based] = ACTIONS(3262), [anon_sym___cdecl] = ACTIONS(3262), [anon_sym___clrcall] = ACTIONS(3262), [anon_sym___stdcall] = ACTIONS(3262), [anon_sym___fastcall] = ACTIONS(3262), [anon_sym___thiscall] = ACTIONS(3262), [anon_sym___vectorcall] = ACTIONS(3262), [anon_sym_LBRACE] = ACTIONS(3264), [anon_sym_signed] = ACTIONS(3262), [anon_sym_unsigned] = ACTIONS(3262), [anon_sym_long] = ACTIONS(3262), [anon_sym_short] = ACTIONS(3262), [anon_sym_LBRACK] = ACTIONS(3262), [anon_sym_static] = ACTIONS(3262), [anon_sym_register] = ACTIONS(3262), [anon_sym_inline] = ACTIONS(3262), [anon_sym_thread_local] = ACTIONS(3262), [anon_sym_const] = ACTIONS(3262), [anon_sym_constexpr] = ACTIONS(3262), [anon_sym_volatile] = ACTIONS(3262), [anon_sym_restrict] = ACTIONS(3262), [anon_sym___restrict__] = ACTIONS(3262), [anon_sym__Atomic] = ACTIONS(3262), [anon_sym__Noreturn] = ACTIONS(3262), [anon_sym_noreturn] = ACTIONS(3262), [anon_sym_mutable] = ACTIONS(3262), [anon_sym_constinit] = ACTIONS(3262), [anon_sym_consteval] = ACTIONS(3262), [sym_primitive_type] = ACTIONS(3262), [anon_sym_enum] = ACTIONS(3262), [anon_sym_class] = ACTIONS(3262), [anon_sym_struct] = ACTIONS(3262), [anon_sym_union] = ACTIONS(3262), [anon_sym_if] = ACTIONS(3262), [anon_sym_switch] = ACTIONS(3262), [anon_sym_case] = ACTIONS(3262), [anon_sym_default] = ACTIONS(3262), [anon_sym_while] = ACTIONS(3262), [anon_sym_do] = ACTIONS(3262), [anon_sym_for] = ACTIONS(3262), [anon_sym_return] = ACTIONS(3262), [anon_sym_break] = ACTIONS(3262), [anon_sym_continue] = ACTIONS(3262), [anon_sym_goto] = ACTIONS(3262), [anon_sym_not] = ACTIONS(3262), [anon_sym_compl] = ACTIONS(3262), [anon_sym_DASH_DASH] = ACTIONS(3264), [anon_sym_PLUS_PLUS] = ACTIONS(3264), [anon_sym_sizeof] = ACTIONS(3262), [anon_sym_offsetof] = ACTIONS(3262), [anon_sym__Generic] = ACTIONS(3262), [anon_sym_asm] = ACTIONS(3262), [anon_sym___asm__] = ACTIONS(3262), [sym_number_literal] = ACTIONS(3264), [anon_sym_L_SQUOTE] = ACTIONS(3264), [anon_sym_u_SQUOTE] = ACTIONS(3264), [anon_sym_U_SQUOTE] = ACTIONS(3264), [anon_sym_u8_SQUOTE] = ACTIONS(3264), [anon_sym_SQUOTE] = ACTIONS(3264), [anon_sym_L_DQUOTE] = ACTIONS(3264), [anon_sym_u_DQUOTE] = ACTIONS(3264), [anon_sym_U_DQUOTE] = ACTIONS(3264), [anon_sym_u8_DQUOTE] = ACTIONS(3264), [anon_sym_DQUOTE] = ACTIONS(3264), [sym_true] = ACTIONS(3262), [sym_false] = ACTIONS(3262), [anon_sym_NULL] = ACTIONS(3262), [anon_sym_nullptr] = ACTIONS(3262), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3262), [anon_sym_decltype] = ACTIONS(3262), [anon_sym_virtual] = ACTIONS(3262), [anon_sym_explicit] = ACTIONS(3262), [anon_sym_typename] = ACTIONS(3262), [anon_sym_template] = ACTIONS(3262), [anon_sym_operator] = ACTIONS(3262), [anon_sym_try] = ACTIONS(3262), [anon_sym_delete] = ACTIONS(3262), [anon_sym_throw] = ACTIONS(3262), [anon_sym_namespace] = ACTIONS(3262), [anon_sym_using] = ACTIONS(3262), [anon_sym_static_assert] = ACTIONS(3262), [anon_sym_concept] = ACTIONS(3262), [anon_sym_co_return] = ACTIONS(3262), [anon_sym_co_yield] = ACTIONS(3262), [anon_sym_R_DQUOTE] = ACTIONS(3264), [anon_sym_LR_DQUOTE] = ACTIONS(3264), [anon_sym_uR_DQUOTE] = ACTIONS(3264), [anon_sym_UR_DQUOTE] = ACTIONS(3264), [anon_sym_u8R_DQUOTE] = ACTIONS(3264), [anon_sym_co_await] = ACTIONS(3262), [anon_sym_new] = ACTIONS(3262), [anon_sym_requires] = ACTIONS(3262), [sym_this] = ACTIONS(3262), }, [1261] = { [sym_identifier] = ACTIONS(3219), [aux_sym_preproc_include_token1] = ACTIONS(3219), [aux_sym_preproc_def_token1] = ACTIONS(3219), [aux_sym_preproc_if_token1] = ACTIONS(3219), [aux_sym_preproc_if_token2] = ACTIONS(3219), [aux_sym_preproc_ifdef_token1] = ACTIONS(3219), [aux_sym_preproc_ifdef_token2] = ACTIONS(3219), [sym_preproc_directive] = ACTIONS(3219), [anon_sym_LPAREN2] = ACTIONS(3221), [anon_sym_BANG] = ACTIONS(3221), [anon_sym_TILDE] = ACTIONS(3221), [anon_sym_DASH] = ACTIONS(3219), [anon_sym_PLUS] = ACTIONS(3219), [anon_sym_STAR] = ACTIONS(3221), [anon_sym_AMP_AMP] = ACTIONS(3221), [anon_sym_AMP] = ACTIONS(3219), [anon_sym_SEMI] = ACTIONS(3221), [anon_sym_typedef] = ACTIONS(3219), [anon_sym_extern] = ACTIONS(3219), [anon_sym___attribute__] = ACTIONS(3219), [anon_sym_COLON_COLON] = ACTIONS(3221), [anon_sym_LBRACK_LBRACK] = ACTIONS(3221), [anon_sym___declspec] = ACTIONS(3219), [anon_sym___based] = ACTIONS(3219), [anon_sym___cdecl] = ACTIONS(3219), [anon_sym___clrcall] = ACTIONS(3219), [anon_sym___stdcall] = ACTIONS(3219), [anon_sym___fastcall] = ACTIONS(3219), [anon_sym___thiscall] = ACTIONS(3219), [anon_sym___vectorcall] = ACTIONS(3219), [anon_sym_LBRACE] = ACTIONS(3221), [anon_sym_signed] = ACTIONS(3219), [anon_sym_unsigned] = ACTIONS(3219), [anon_sym_long] = ACTIONS(3219), [anon_sym_short] = ACTIONS(3219), [anon_sym_LBRACK] = ACTIONS(3219), [anon_sym_static] = ACTIONS(3219), [anon_sym_register] = ACTIONS(3219), [anon_sym_inline] = ACTIONS(3219), [anon_sym_thread_local] = ACTIONS(3219), [anon_sym_const] = ACTIONS(3219), [anon_sym_constexpr] = ACTIONS(3219), [anon_sym_volatile] = ACTIONS(3219), [anon_sym_restrict] = ACTIONS(3219), [anon_sym___restrict__] = ACTIONS(3219), [anon_sym__Atomic] = ACTIONS(3219), [anon_sym__Noreturn] = ACTIONS(3219), [anon_sym_noreturn] = ACTIONS(3219), [anon_sym_mutable] = ACTIONS(3219), [anon_sym_constinit] = ACTIONS(3219), [anon_sym_consteval] = ACTIONS(3219), [sym_primitive_type] = ACTIONS(3219), [anon_sym_enum] = ACTIONS(3219), [anon_sym_class] = ACTIONS(3219), [anon_sym_struct] = ACTIONS(3219), [anon_sym_union] = ACTIONS(3219), [anon_sym_if] = ACTIONS(3219), [anon_sym_switch] = ACTIONS(3219), [anon_sym_case] = ACTIONS(3219), [anon_sym_default] = ACTIONS(3219), [anon_sym_while] = ACTIONS(3219), [anon_sym_do] = ACTIONS(3219), [anon_sym_for] = ACTIONS(3219), [anon_sym_return] = ACTIONS(3219), [anon_sym_break] = ACTIONS(3219), [anon_sym_continue] = ACTIONS(3219), [anon_sym_goto] = ACTIONS(3219), [anon_sym_not] = ACTIONS(3219), [anon_sym_compl] = ACTIONS(3219), [anon_sym_DASH_DASH] = ACTIONS(3221), [anon_sym_PLUS_PLUS] = ACTIONS(3221), [anon_sym_sizeof] = ACTIONS(3219), [anon_sym_offsetof] = ACTIONS(3219), [anon_sym__Generic] = ACTIONS(3219), [anon_sym_asm] = ACTIONS(3219), [anon_sym___asm__] = ACTIONS(3219), [sym_number_literal] = ACTIONS(3221), [anon_sym_L_SQUOTE] = ACTIONS(3221), [anon_sym_u_SQUOTE] = ACTIONS(3221), [anon_sym_U_SQUOTE] = ACTIONS(3221), [anon_sym_u8_SQUOTE] = ACTIONS(3221), [anon_sym_SQUOTE] = ACTIONS(3221), [anon_sym_L_DQUOTE] = ACTIONS(3221), [anon_sym_u_DQUOTE] = ACTIONS(3221), [anon_sym_U_DQUOTE] = ACTIONS(3221), [anon_sym_u8_DQUOTE] = ACTIONS(3221), [anon_sym_DQUOTE] = ACTIONS(3221), [sym_true] = ACTIONS(3219), [sym_false] = ACTIONS(3219), [anon_sym_NULL] = ACTIONS(3219), [anon_sym_nullptr] = ACTIONS(3219), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3219), [anon_sym_decltype] = ACTIONS(3219), [anon_sym_virtual] = ACTIONS(3219), [anon_sym_explicit] = ACTIONS(3219), [anon_sym_typename] = ACTIONS(3219), [anon_sym_template] = ACTIONS(3219), [anon_sym_operator] = ACTIONS(3219), [anon_sym_try] = ACTIONS(3219), [anon_sym_delete] = ACTIONS(3219), [anon_sym_throw] = ACTIONS(3219), [anon_sym_namespace] = ACTIONS(3219), [anon_sym_using] = ACTIONS(3219), [anon_sym_static_assert] = ACTIONS(3219), [anon_sym_concept] = ACTIONS(3219), [anon_sym_co_return] = ACTIONS(3219), [anon_sym_co_yield] = ACTIONS(3219), [anon_sym_R_DQUOTE] = ACTIONS(3221), [anon_sym_LR_DQUOTE] = ACTIONS(3221), [anon_sym_uR_DQUOTE] = ACTIONS(3221), [anon_sym_UR_DQUOTE] = ACTIONS(3221), [anon_sym_u8R_DQUOTE] = ACTIONS(3221), [anon_sym_co_await] = ACTIONS(3219), [anon_sym_new] = ACTIONS(3219), [anon_sym_requires] = ACTIONS(3219), [sym_this] = ACTIONS(3219), }, [1262] = { [sym_identifier] = ACTIONS(3459), [aux_sym_preproc_include_token1] = ACTIONS(3459), [aux_sym_preproc_def_token1] = ACTIONS(3459), [aux_sym_preproc_if_token1] = ACTIONS(3459), [aux_sym_preproc_ifdef_token1] = ACTIONS(3459), [aux_sym_preproc_ifdef_token2] = ACTIONS(3459), [sym_preproc_directive] = ACTIONS(3459), [anon_sym_LPAREN2] = ACTIONS(3461), [anon_sym_BANG] = ACTIONS(3461), [anon_sym_TILDE] = ACTIONS(3461), [anon_sym_DASH] = ACTIONS(3459), [anon_sym_PLUS] = ACTIONS(3459), [anon_sym_STAR] = ACTIONS(3461), [anon_sym_AMP_AMP] = ACTIONS(3461), [anon_sym_AMP] = ACTIONS(3459), [anon_sym_SEMI] = ACTIONS(3461), [anon_sym_typedef] = ACTIONS(3459), [anon_sym_extern] = ACTIONS(3459), [anon_sym___attribute__] = ACTIONS(3459), [anon_sym_COLON_COLON] = ACTIONS(3461), [anon_sym_LBRACK_LBRACK] = ACTIONS(3461), [anon_sym___declspec] = ACTIONS(3459), [anon_sym___based] = ACTIONS(3459), [anon_sym___cdecl] = ACTIONS(3459), [anon_sym___clrcall] = ACTIONS(3459), [anon_sym___stdcall] = ACTIONS(3459), [anon_sym___fastcall] = ACTIONS(3459), [anon_sym___thiscall] = ACTIONS(3459), [anon_sym___vectorcall] = ACTIONS(3459), [anon_sym_LBRACE] = ACTIONS(3461), [anon_sym_RBRACE] = ACTIONS(3461), [anon_sym_signed] = ACTIONS(3459), [anon_sym_unsigned] = ACTIONS(3459), [anon_sym_long] = ACTIONS(3459), [anon_sym_short] = ACTIONS(3459), [anon_sym_LBRACK] = ACTIONS(3459), [anon_sym_static] = ACTIONS(3459), [anon_sym_register] = ACTIONS(3459), [anon_sym_inline] = ACTIONS(3459), [anon_sym_thread_local] = ACTIONS(3459), [anon_sym_const] = ACTIONS(3459), [anon_sym_constexpr] = ACTIONS(3459), [anon_sym_volatile] = ACTIONS(3459), [anon_sym_restrict] = ACTIONS(3459), [anon_sym___restrict__] = ACTIONS(3459), [anon_sym__Atomic] = ACTIONS(3459), [anon_sym__Noreturn] = ACTIONS(3459), [anon_sym_noreturn] = ACTIONS(3459), [anon_sym_mutable] = ACTIONS(3459), [anon_sym_constinit] = ACTIONS(3459), [anon_sym_consteval] = ACTIONS(3459), [sym_primitive_type] = ACTIONS(3459), [anon_sym_enum] = ACTIONS(3459), [anon_sym_class] = ACTIONS(3459), [anon_sym_struct] = ACTIONS(3459), [anon_sym_union] = ACTIONS(3459), [anon_sym_if] = ACTIONS(3459), [anon_sym_switch] = ACTIONS(3459), [anon_sym_case] = ACTIONS(3459), [anon_sym_default] = ACTIONS(3459), [anon_sym_while] = ACTIONS(3459), [anon_sym_do] = ACTIONS(3459), [anon_sym_for] = ACTIONS(3459), [anon_sym_return] = ACTIONS(3459), [anon_sym_break] = ACTIONS(3459), [anon_sym_continue] = ACTIONS(3459), [anon_sym_goto] = ACTIONS(3459), [anon_sym_not] = ACTIONS(3459), [anon_sym_compl] = ACTIONS(3459), [anon_sym_DASH_DASH] = ACTIONS(3461), [anon_sym_PLUS_PLUS] = ACTIONS(3461), [anon_sym_sizeof] = ACTIONS(3459), [anon_sym_offsetof] = ACTIONS(3459), [anon_sym__Generic] = ACTIONS(3459), [anon_sym_asm] = ACTIONS(3459), [anon_sym___asm__] = ACTIONS(3459), [sym_number_literal] = ACTIONS(3461), [anon_sym_L_SQUOTE] = ACTIONS(3461), [anon_sym_u_SQUOTE] = ACTIONS(3461), [anon_sym_U_SQUOTE] = ACTIONS(3461), [anon_sym_u8_SQUOTE] = ACTIONS(3461), [anon_sym_SQUOTE] = ACTIONS(3461), [anon_sym_L_DQUOTE] = ACTIONS(3461), [anon_sym_u_DQUOTE] = ACTIONS(3461), [anon_sym_U_DQUOTE] = ACTIONS(3461), [anon_sym_u8_DQUOTE] = ACTIONS(3461), [anon_sym_DQUOTE] = ACTIONS(3461), [sym_true] = ACTIONS(3459), [sym_false] = ACTIONS(3459), [anon_sym_NULL] = ACTIONS(3459), [anon_sym_nullptr] = ACTIONS(3459), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3459), [anon_sym_decltype] = ACTIONS(3459), [anon_sym_virtual] = ACTIONS(3459), [anon_sym_explicit] = ACTIONS(3459), [anon_sym_typename] = ACTIONS(3459), [anon_sym_template] = ACTIONS(3459), [anon_sym_operator] = ACTIONS(3459), [anon_sym_try] = ACTIONS(3459), [anon_sym_delete] = ACTIONS(3459), [anon_sym_throw] = ACTIONS(3459), [anon_sym_namespace] = ACTIONS(3459), [anon_sym_using] = ACTIONS(3459), [anon_sym_static_assert] = ACTIONS(3459), [anon_sym_concept] = ACTIONS(3459), [anon_sym_co_return] = ACTIONS(3459), [anon_sym_co_yield] = ACTIONS(3459), [anon_sym_R_DQUOTE] = ACTIONS(3461), [anon_sym_LR_DQUOTE] = ACTIONS(3461), [anon_sym_uR_DQUOTE] = ACTIONS(3461), [anon_sym_UR_DQUOTE] = ACTIONS(3461), [anon_sym_u8R_DQUOTE] = ACTIONS(3461), [anon_sym_co_await] = ACTIONS(3459), [anon_sym_new] = ACTIONS(3459), [anon_sym_requires] = ACTIONS(3459), [sym_this] = ACTIONS(3459), }, [1263] = { [sym_identifier] = ACTIONS(3156), [aux_sym_preproc_include_token1] = ACTIONS(3156), [aux_sym_preproc_def_token1] = ACTIONS(3156), [aux_sym_preproc_if_token1] = ACTIONS(3156), [aux_sym_preproc_if_token2] = ACTIONS(3156), [aux_sym_preproc_ifdef_token1] = ACTIONS(3156), [aux_sym_preproc_ifdef_token2] = ACTIONS(3156), [sym_preproc_directive] = ACTIONS(3156), [anon_sym_LPAREN2] = ACTIONS(3158), [anon_sym_BANG] = ACTIONS(3158), [anon_sym_TILDE] = ACTIONS(3158), [anon_sym_DASH] = ACTIONS(3156), [anon_sym_PLUS] = ACTIONS(3156), [anon_sym_STAR] = ACTIONS(3158), [anon_sym_AMP_AMP] = ACTIONS(3158), [anon_sym_AMP] = ACTIONS(3156), [anon_sym_SEMI] = ACTIONS(3158), [anon_sym_typedef] = ACTIONS(3156), [anon_sym_extern] = ACTIONS(3156), [anon_sym___attribute__] = ACTIONS(3156), [anon_sym_COLON_COLON] = ACTIONS(3158), [anon_sym_LBRACK_LBRACK] = ACTIONS(3158), [anon_sym___declspec] = ACTIONS(3156), [anon_sym___based] = ACTIONS(3156), [anon_sym___cdecl] = ACTIONS(3156), [anon_sym___clrcall] = ACTIONS(3156), [anon_sym___stdcall] = ACTIONS(3156), [anon_sym___fastcall] = ACTIONS(3156), [anon_sym___thiscall] = ACTIONS(3156), [anon_sym___vectorcall] = ACTIONS(3156), [anon_sym_LBRACE] = ACTIONS(3158), [anon_sym_signed] = ACTIONS(3156), [anon_sym_unsigned] = ACTIONS(3156), [anon_sym_long] = ACTIONS(3156), [anon_sym_short] = ACTIONS(3156), [anon_sym_LBRACK] = ACTIONS(3156), [anon_sym_static] = ACTIONS(3156), [anon_sym_register] = ACTIONS(3156), [anon_sym_inline] = ACTIONS(3156), [anon_sym_thread_local] = ACTIONS(3156), [anon_sym_const] = ACTIONS(3156), [anon_sym_constexpr] = ACTIONS(3156), [anon_sym_volatile] = ACTIONS(3156), [anon_sym_restrict] = ACTIONS(3156), [anon_sym___restrict__] = ACTIONS(3156), [anon_sym__Atomic] = ACTIONS(3156), [anon_sym__Noreturn] = ACTIONS(3156), [anon_sym_noreturn] = ACTIONS(3156), [anon_sym_mutable] = ACTIONS(3156), [anon_sym_constinit] = ACTIONS(3156), [anon_sym_consteval] = ACTIONS(3156), [sym_primitive_type] = ACTIONS(3156), [anon_sym_enum] = ACTIONS(3156), [anon_sym_class] = ACTIONS(3156), [anon_sym_struct] = ACTIONS(3156), [anon_sym_union] = ACTIONS(3156), [anon_sym_if] = ACTIONS(3156), [anon_sym_switch] = ACTIONS(3156), [anon_sym_case] = ACTIONS(3156), [anon_sym_default] = ACTIONS(3156), [anon_sym_while] = ACTIONS(3156), [anon_sym_do] = ACTIONS(3156), [anon_sym_for] = ACTIONS(3156), [anon_sym_return] = ACTIONS(3156), [anon_sym_break] = ACTIONS(3156), [anon_sym_continue] = ACTIONS(3156), [anon_sym_goto] = ACTIONS(3156), [anon_sym_not] = ACTIONS(3156), [anon_sym_compl] = ACTIONS(3156), [anon_sym_DASH_DASH] = ACTIONS(3158), [anon_sym_PLUS_PLUS] = ACTIONS(3158), [anon_sym_sizeof] = ACTIONS(3156), [anon_sym_offsetof] = ACTIONS(3156), [anon_sym__Generic] = ACTIONS(3156), [anon_sym_asm] = ACTIONS(3156), [anon_sym___asm__] = ACTIONS(3156), [sym_number_literal] = ACTIONS(3158), [anon_sym_L_SQUOTE] = ACTIONS(3158), [anon_sym_u_SQUOTE] = ACTIONS(3158), [anon_sym_U_SQUOTE] = ACTIONS(3158), [anon_sym_u8_SQUOTE] = ACTIONS(3158), [anon_sym_SQUOTE] = ACTIONS(3158), [anon_sym_L_DQUOTE] = ACTIONS(3158), [anon_sym_u_DQUOTE] = ACTIONS(3158), [anon_sym_U_DQUOTE] = ACTIONS(3158), [anon_sym_u8_DQUOTE] = ACTIONS(3158), [anon_sym_DQUOTE] = ACTIONS(3158), [sym_true] = ACTIONS(3156), [sym_false] = ACTIONS(3156), [anon_sym_NULL] = ACTIONS(3156), [anon_sym_nullptr] = ACTIONS(3156), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3156), [anon_sym_decltype] = ACTIONS(3156), [anon_sym_virtual] = ACTIONS(3156), [anon_sym_explicit] = ACTIONS(3156), [anon_sym_typename] = ACTIONS(3156), [anon_sym_template] = ACTIONS(3156), [anon_sym_operator] = ACTIONS(3156), [anon_sym_try] = ACTIONS(3156), [anon_sym_delete] = ACTIONS(3156), [anon_sym_throw] = ACTIONS(3156), [anon_sym_namespace] = ACTIONS(3156), [anon_sym_using] = ACTIONS(3156), [anon_sym_static_assert] = ACTIONS(3156), [anon_sym_concept] = ACTIONS(3156), [anon_sym_co_return] = ACTIONS(3156), [anon_sym_co_yield] = ACTIONS(3156), [anon_sym_R_DQUOTE] = ACTIONS(3158), [anon_sym_LR_DQUOTE] = ACTIONS(3158), [anon_sym_uR_DQUOTE] = ACTIONS(3158), [anon_sym_UR_DQUOTE] = ACTIONS(3158), [anon_sym_u8R_DQUOTE] = ACTIONS(3158), [anon_sym_co_await] = ACTIONS(3156), [anon_sym_new] = ACTIONS(3156), [anon_sym_requires] = ACTIONS(3156), [sym_this] = ACTIONS(3156), }, [1264] = { [sym_identifier] = ACTIONS(3127), [aux_sym_preproc_include_token1] = ACTIONS(3127), [aux_sym_preproc_def_token1] = ACTIONS(3127), [aux_sym_preproc_if_token1] = ACTIONS(3127), [aux_sym_preproc_ifdef_token1] = ACTIONS(3127), [aux_sym_preproc_ifdef_token2] = ACTIONS(3127), [sym_preproc_directive] = ACTIONS(3127), [anon_sym_LPAREN2] = ACTIONS(3129), [anon_sym_BANG] = ACTIONS(3129), [anon_sym_TILDE] = ACTIONS(3129), [anon_sym_DASH] = ACTIONS(3127), [anon_sym_PLUS] = ACTIONS(3127), [anon_sym_STAR] = ACTIONS(3129), [anon_sym_AMP_AMP] = ACTIONS(3129), [anon_sym_AMP] = ACTIONS(3127), [anon_sym_SEMI] = ACTIONS(3129), [anon_sym_typedef] = ACTIONS(3127), [anon_sym_extern] = ACTIONS(3127), [anon_sym___attribute__] = ACTIONS(3127), [anon_sym_COLON_COLON] = ACTIONS(3129), [anon_sym_LBRACK_LBRACK] = ACTIONS(3129), [anon_sym___declspec] = ACTIONS(3127), [anon_sym___based] = ACTIONS(3127), [anon_sym___cdecl] = ACTIONS(3127), [anon_sym___clrcall] = ACTIONS(3127), [anon_sym___stdcall] = ACTIONS(3127), [anon_sym___fastcall] = ACTIONS(3127), [anon_sym___thiscall] = ACTIONS(3127), [anon_sym___vectorcall] = ACTIONS(3127), [anon_sym_LBRACE] = ACTIONS(3129), [anon_sym_RBRACE] = ACTIONS(3129), [anon_sym_signed] = ACTIONS(3127), [anon_sym_unsigned] = ACTIONS(3127), [anon_sym_long] = ACTIONS(3127), [anon_sym_short] = ACTIONS(3127), [anon_sym_LBRACK] = ACTIONS(3127), [anon_sym_static] = ACTIONS(3127), [anon_sym_register] = ACTIONS(3127), [anon_sym_inline] = ACTIONS(3127), [anon_sym_thread_local] = ACTIONS(3127), [anon_sym_const] = ACTIONS(3127), [anon_sym_constexpr] = ACTIONS(3127), [anon_sym_volatile] = ACTIONS(3127), [anon_sym_restrict] = ACTIONS(3127), [anon_sym___restrict__] = ACTIONS(3127), [anon_sym__Atomic] = ACTIONS(3127), [anon_sym__Noreturn] = ACTIONS(3127), [anon_sym_noreturn] = ACTIONS(3127), [anon_sym_mutable] = ACTIONS(3127), [anon_sym_constinit] = ACTIONS(3127), [anon_sym_consteval] = ACTIONS(3127), [sym_primitive_type] = ACTIONS(3127), [anon_sym_enum] = ACTIONS(3127), [anon_sym_class] = ACTIONS(3127), [anon_sym_struct] = ACTIONS(3127), [anon_sym_union] = ACTIONS(3127), [anon_sym_if] = ACTIONS(3127), [anon_sym_switch] = ACTIONS(3127), [anon_sym_case] = ACTIONS(3127), [anon_sym_default] = ACTIONS(3127), [anon_sym_while] = ACTIONS(3127), [anon_sym_do] = ACTIONS(3127), [anon_sym_for] = ACTIONS(3127), [anon_sym_return] = ACTIONS(3127), [anon_sym_break] = ACTIONS(3127), [anon_sym_continue] = ACTIONS(3127), [anon_sym_goto] = ACTIONS(3127), [anon_sym_not] = ACTIONS(3127), [anon_sym_compl] = ACTIONS(3127), [anon_sym_DASH_DASH] = ACTIONS(3129), [anon_sym_PLUS_PLUS] = ACTIONS(3129), [anon_sym_sizeof] = ACTIONS(3127), [anon_sym_offsetof] = ACTIONS(3127), [anon_sym__Generic] = ACTIONS(3127), [anon_sym_asm] = ACTIONS(3127), [anon_sym___asm__] = ACTIONS(3127), [sym_number_literal] = ACTIONS(3129), [anon_sym_L_SQUOTE] = ACTIONS(3129), [anon_sym_u_SQUOTE] = ACTIONS(3129), [anon_sym_U_SQUOTE] = ACTIONS(3129), [anon_sym_u8_SQUOTE] = ACTIONS(3129), [anon_sym_SQUOTE] = ACTIONS(3129), [anon_sym_L_DQUOTE] = ACTIONS(3129), [anon_sym_u_DQUOTE] = ACTIONS(3129), [anon_sym_U_DQUOTE] = ACTIONS(3129), [anon_sym_u8_DQUOTE] = ACTIONS(3129), [anon_sym_DQUOTE] = ACTIONS(3129), [sym_true] = ACTIONS(3127), [sym_false] = ACTIONS(3127), [anon_sym_NULL] = ACTIONS(3127), [anon_sym_nullptr] = ACTIONS(3127), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3127), [anon_sym_decltype] = ACTIONS(3127), [anon_sym_virtual] = ACTIONS(3127), [anon_sym_explicit] = ACTIONS(3127), [anon_sym_typename] = ACTIONS(3127), [anon_sym_template] = ACTIONS(3127), [anon_sym_operator] = ACTIONS(3127), [anon_sym_try] = ACTIONS(3127), [anon_sym_delete] = ACTIONS(3127), [anon_sym_throw] = ACTIONS(3127), [anon_sym_namespace] = ACTIONS(3127), [anon_sym_using] = ACTIONS(3127), [anon_sym_static_assert] = ACTIONS(3127), [anon_sym_concept] = ACTIONS(3127), [anon_sym_co_return] = ACTIONS(3127), [anon_sym_co_yield] = ACTIONS(3127), [anon_sym_R_DQUOTE] = ACTIONS(3129), [anon_sym_LR_DQUOTE] = ACTIONS(3129), [anon_sym_uR_DQUOTE] = ACTIONS(3129), [anon_sym_UR_DQUOTE] = ACTIONS(3129), [anon_sym_u8R_DQUOTE] = ACTIONS(3129), [anon_sym_co_await] = ACTIONS(3127), [anon_sym_new] = ACTIONS(3127), [anon_sym_requires] = ACTIONS(3127), [sym_this] = ACTIONS(3127), }, [1265] = { [sym_identifier] = ACTIONS(3152), [aux_sym_preproc_include_token1] = ACTIONS(3152), [aux_sym_preproc_def_token1] = ACTIONS(3152), [aux_sym_preproc_if_token1] = ACTIONS(3152), [aux_sym_preproc_ifdef_token1] = ACTIONS(3152), [aux_sym_preproc_ifdef_token2] = ACTIONS(3152), [sym_preproc_directive] = ACTIONS(3152), [anon_sym_LPAREN2] = ACTIONS(3154), [anon_sym_BANG] = ACTIONS(3154), [anon_sym_TILDE] = ACTIONS(3154), [anon_sym_DASH] = ACTIONS(3152), [anon_sym_PLUS] = ACTIONS(3152), [anon_sym_STAR] = ACTIONS(3154), [anon_sym_AMP_AMP] = ACTIONS(3154), [anon_sym_AMP] = ACTIONS(3152), [anon_sym_SEMI] = ACTIONS(3154), [anon_sym_typedef] = ACTIONS(3152), [anon_sym_extern] = ACTIONS(3152), [anon_sym___attribute__] = ACTIONS(3152), [anon_sym_COLON_COLON] = ACTIONS(3154), [anon_sym_LBRACK_LBRACK] = ACTIONS(3154), [anon_sym___declspec] = ACTIONS(3152), [anon_sym___based] = ACTIONS(3152), [anon_sym___cdecl] = ACTIONS(3152), [anon_sym___clrcall] = ACTIONS(3152), [anon_sym___stdcall] = ACTIONS(3152), [anon_sym___fastcall] = ACTIONS(3152), [anon_sym___thiscall] = ACTIONS(3152), [anon_sym___vectorcall] = ACTIONS(3152), [anon_sym_LBRACE] = ACTIONS(3154), [anon_sym_RBRACE] = ACTIONS(3154), [anon_sym_signed] = ACTIONS(3152), [anon_sym_unsigned] = ACTIONS(3152), [anon_sym_long] = ACTIONS(3152), [anon_sym_short] = ACTIONS(3152), [anon_sym_LBRACK] = ACTIONS(3152), [anon_sym_static] = ACTIONS(3152), [anon_sym_register] = ACTIONS(3152), [anon_sym_inline] = ACTIONS(3152), [anon_sym_thread_local] = ACTIONS(3152), [anon_sym_const] = ACTIONS(3152), [anon_sym_constexpr] = ACTIONS(3152), [anon_sym_volatile] = ACTIONS(3152), [anon_sym_restrict] = ACTIONS(3152), [anon_sym___restrict__] = ACTIONS(3152), [anon_sym__Atomic] = ACTIONS(3152), [anon_sym__Noreturn] = ACTIONS(3152), [anon_sym_noreturn] = ACTIONS(3152), [anon_sym_mutable] = ACTIONS(3152), [anon_sym_constinit] = ACTIONS(3152), [anon_sym_consteval] = ACTIONS(3152), [sym_primitive_type] = ACTIONS(3152), [anon_sym_enum] = ACTIONS(3152), [anon_sym_class] = ACTIONS(3152), [anon_sym_struct] = ACTIONS(3152), [anon_sym_union] = ACTIONS(3152), [anon_sym_if] = ACTIONS(3152), [anon_sym_switch] = ACTIONS(3152), [anon_sym_case] = ACTIONS(3152), [anon_sym_default] = ACTIONS(3152), [anon_sym_while] = ACTIONS(3152), [anon_sym_do] = ACTIONS(3152), [anon_sym_for] = ACTIONS(3152), [anon_sym_return] = ACTIONS(3152), [anon_sym_break] = ACTIONS(3152), [anon_sym_continue] = ACTIONS(3152), [anon_sym_goto] = ACTIONS(3152), [anon_sym_not] = ACTIONS(3152), [anon_sym_compl] = ACTIONS(3152), [anon_sym_DASH_DASH] = ACTIONS(3154), [anon_sym_PLUS_PLUS] = ACTIONS(3154), [anon_sym_sizeof] = ACTIONS(3152), [anon_sym_offsetof] = ACTIONS(3152), [anon_sym__Generic] = ACTIONS(3152), [anon_sym_asm] = ACTIONS(3152), [anon_sym___asm__] = ACTIONS(3152), [sym_number_literal] = ACTIONS(3154), [anon_sym_L_SQUOTE] = ACTIONS(3154), [anon_sym_u_SQUOTE] = ACTIONS(3154), [anon_sym_U_SQUOTE] = ACTIONS(3154), [anon_sym_u8_SQUOTE] = ACTIONS(3154), [anon_sym_SQUOTE] = ACTIONS(3154), [anon_sym_L_DQUOTE] = ACTIONS(3154), [anon_sym_u_DQUOTE] = ACTIONS(3154), [anon_sym_U_DQUOTE] = ACTIONS(3154), [anon_sym_u8_DQUOTE] = ACTIONS(3154), [anon_sym_DQUOTE] = ACTIONS(3154), [sym_true] = ACTIONS(3152), [sym_false] = ACTIONS(3152), [anon_sym_NULL] = ACTIONS(3152), [anon_sym_nullptr] = ACTIONS(3152), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3152), [anon_sym_decltype] = ACTIONS(3152), [anon_sym_virtual] = ACTIONS(3152), [anon_sym_explicit] = ACTIONS(3152), [anon_sym_typename] = ACTIONS(3152), [anon_sym_template] = ACTIONS(3152), [anon_sym_operator] = ACTIONS(3152), [anon_sym_try] = ACTIONS(3152), [anon_sym_delete] = ACTIONS(3152), [anon_sym_throw] = ACTIONS(3152), [anon_sym_namespace] = ACTIONS(3152), [anon_sym_using] = ACTIONS(3152), [anon_sym_static_assert] = ACTIONS(3152), [anon_sym_concept] = ACTIONS(3152), [anon_sym_co_return] = ACTIONS(3152), [anon_sym_co_yield] = ACTIONS(3152), [anon_sym_R_DQUOTE] = ACTIONS(3154), [anon_sym_LR_DQUOTE] = ACTIONS(3154), [anon_sym_uR_DQUOTE] = ACTIONS(3154), [anon_sym_UR_DQUOTE] = ACTIONS(3154), [anon_sym_u8R_DQUOTE] = ACTIONS(3154), [anon_sym_co_await] = ACTIONS(3152), [anon_sym_new] = ACTIONS(3152), [anon_sym_requires] = ACTIONS(3152), [sym_this] = ACTIONS(3152), }, [1266] = { [sym_identifier] = ACTIONS(3164), [aux_sym_preproc_include_token1] = ACTIONS(3164), [aux_sym_preproc_def_token1] = ACTIONS(3164), [aux_sym_preproc_if_token1] = ACTIONS(3164), [aux_sym_preproc_ifdef_token1] = ACTIONS(3164), [aux_sym_preproc_ifdef_token2] = ACTIONS(3164), [sym_preproc_directive] = ACTIONS(3164), [anon_sym_LPAREN2] = ACTIONS(3166), [anon_sym_BANG] = ACTIONS(3166), [anon_sym_TILDE] = ACTIONS(3166), [anon_sym_DASH] = ACTIONS(3164), [anon_sym_PLUS] = ACTIONS(3164), [anon_sym_STAR] = ACTIONS(3166), [anon_sym_AMP_AMP] = ACTIONS(3166), [anon_sym_AMP] = ACTIONS(3164), [anon_sym_SEMI] = ACTIONS(3166), [anon_sym_typedef] = ACTIONS(3164), [anon_sym_extern] = ACTIONS(3164), [anon_sym___attribute__] = ACTIONS(3164), [anon_sym_COLON_COLON] = ACTIONS(3166), [anon_sym_LBRACK_LBRACK] = ACTIONS(3166), [anon_sym___declspec] = ACTIONS(3164), [anon_sym___based] = ACTIONS(3164), [anon_sym___cdecl] = ACTIONS(3164), [anon_sym___clrcall] = ACTIONS(3164), [anon_sym___stdcall] = ACTIONS(3164), [anon_sym___fastcall] = ACTIONS(3164), [anon_sym___thiscall] = ACTIONS(3164), [anon_sym___vectorcall] = ACTIONS(3164), [anon_sym_LBRACE] = ACTIONS(3166), [anon_sym_RBRACE] = ACTIONS(3166), [anon_sym_signed] = ACTIONS(3164), [anon_sym_unsigned] = ACTIONS(3164), [anon_sym_long] = ACTIONS(3164), [anon_sym_short] = ACTIONS(3164), [anon_sym_LBRACK] = ACTIONS(3164), [anon_sym_static] = ACTIONS(3164), [anon_sym_register] = ACTIONS(3164), [anon_sym_inline] = ACTIONS(3164), [anon_sym_thread_local] = ACTIONS(3164), [anon_sym_const] = ACTIONS(3164), [anon_sym_constexpr] = ACTIONS(3164), [anon_sym_volatile] = ACTIONS(3164), [anon_sym_restrict] = ACTIONS(3164), [anon_sym___restrict__] = ACTIONS(3164), [anon_sym__Atomic] = ACTIONS(3164), [anon_sym__Noreturn] = ACTIONS(3164), [anon_sym_noreturn] = ACTIONS(3164), [anon_sym_mutable] = ACTIONS(3164), [anon_sym_constinit] = ACTIONS(3164), [anon_sym_consteval] = ACTIONS(3164), [sym_primitive_type] = ACTIONS(3164), [anon_sym_enum] = ACTIONS(3164), [anon_sym_class] = ACTIONS(3164), [anon_sym_struct] = ACTIONS(3164), [anon_sym_union] = ACTIONS(3164), [anon_sym_if] = ACTIONS(3164), [anon_sym_switch] = ACTIONS(3164), [anon_sym_case] = ACTIONS(3164), [anon_sym_default] = ACTIONS(3164), [anon_sym_while] = ACTIONS(3164), [anon_sym_do] = ACTIONS(3164), [anon_sym_for] = ACTIONS(3164), [anon_sym_return] = ACTIONS(3164), [anon_sym_break] = ACTIONS(3164), [anon_sym_continue] = ACTIONS(3164), [anon_sym_goto] = ACTIONS(3164), [anon_sym_not] = ACTIONS(3164), [anon_sym_compl] = ACTIONS(3164), [anon_sym_DASH_DASH] = ACTIONS(3166), [anon_sym_PLUS_PLUS] = ACTIONS(3166), [anon_sym_sizeof] = ACTIONS(3164), [anon_sym_offsetof] = ACTIONS(3164), [anon_sym__Generic] = ACTIONS(3164), [anon_sym_asm] = ACTIONS(3164), [anon_sym___asm__] = ACTIONS(3164), [sym_number_literal] = ACTIONS(3166), [anon_sym_L_SQUOTE] = ACTIONS(3166), [anon_sym_u_SQUOTE] = ACTIONS(3166), [anon_sym_U_SQUOTE] = ACTIONS(3166), [anon_sym_u8_SQUOTE] = ACTIONS(3166), [anon_sym_SQUOTE] = ACTIONS(3166), [anon_sym_L_DQUOTE] = ACTIONS(3166), [anon_sym_u_DQUOTE] = ACTIONS(3166), [anon_sym_U_DQUOTE] = ACTIONS(3166), [anon_sym_u8_DQUOTE] = ACTIONS(3166), [anon_sym_DQUOTE] = ACTIONS(3166), [sym_true] = ACTIONS(3164), [sym_false] = ACTIONS(3164), [anon_sym_NULL] = ACTIONS(3164), [anon_sym_nullptr] = ACTIONS(3164), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3164), [anon_sym_decltype] = ACTIONS(3164), [anon_sym_virtual] = ACTIONS(3164), [anon_sym_explicit] = ACTIONS(3164), [anon_sym_typename] = ACTIONS(3164), [anon_sym_template] = ACTIONS(3164), [anon_sym_operator] = ACTIONS(3164), [anon_sym_try] = ACTIONS(3164), [anon_sym_delete] = ACTIONS(3164), [anon_sym_throw] = ACTIONS(3164), [anon_sym_namespace] = ACTIONS(3164), [anon_sym_using] = ACTIONS(3164), [anon_sym_static_assert] = ACTIONS(3164), [anon_sym_concept] = ACTIONS(3164), [anon_sym_co_return] = ACTIONS(3164), [anon_sym_co_yield] = ACTIONS(3164), [anon_sym_R_DQUOTE] = ACTIONS(3166), [anon_sym_LR_DQUOTE] = ACTIONS(3166), [anon_sym_uR_DQUOTE] = ACTIONS(3166), [anon_sym_UR_DQUOTE] = ACTIONS(3166), [anon_sym_u8R_DQUOTE] = ACTIONS(3166), [anon_sym_co_await] = ACTIONS(3164), [anon_sym_new] = ACTIONS(3164), [anon_sym_requires] = ACTIONS(3164), [sym_this] = ACTIONS(3164), }, [1267] = { [sym_identifier] = ACTIONS(3223), [aux_sym_preproc_include_token1] = ACTIONS(3223), [aux_sym_preproc_def_token1] = ACTIONS(3223), [aux_sym_preproc_if_token1] = ACTIONS(3223), [aux_sym_preproc_ifdef_token1] = ACTIONS(3223), [aux_sym_preproc_ifdef_token2] = ACTIONS(3223), [sym_preproc_directive] = ACTIONS(3223), [anon_sym_LPAREN2] = ACTIONS(3225), [anon_sym_BANG] = ACTIONS(3225), [anon_sym_TILDE] = ACTIONS(3225), [anon_sym_DASH] = ACTIONS(3223), [anon_sym_PLUS] = ACTIONS(3223), [anon_sym_STAR] = ACTIONS(3225), [anon_sym_AMP_AMP] = ACTIONS(3225), [anon_sym_AMP] = ACTIONS(3223), [anon_sym_SEMI] = ACTIONS(3225), [anon_sym_typedef] = ACTIONS(3223), [anon_sym_extern] = ACTIONS(3223), [anon_sym___attribute__] = ACTIONS(3223), [anon_sym_COLON_COLON] = ACTIONS(3225), [anon_sym_LBRACK_LBRACK] = ACTIONS(3225), [anon_sym___declspec] = ACTIONS(3223), [anon_sym___based] = ACTIONS(3223), [anon_sym___cdecl] = ACTIONS(3223), [anon_sym___clrcall] = ACTIONS(3223), [anon_sym___stdcall] = ACTIONS(3223), [anon_sym___fastcall] = ACTIONS(3223), [anon_sym___thiscall] = ACTIONS(3223), [anon_sym___vectorcall] = ACTIONS(3223), [anon_sym_LBRACE] = ACTIONS(3225), [anon_sym_RBRACE] = ACTIONS(3225), [anon_sym_signed] = ACTIONS(3223), [anon_sym_unsigned] = ACTIONS(3223), [anon_sym_long] = ACTIONS(3223), [anon_sym_short] = ACTIONS(3223), [anon_sym_LBRACK] = ACTIONS(3223), [anon_sym_static] = ACTIONS(3223), [anon_sym_register] = ACTIONS(3223), [anon_sym_inline] = ACTIONS(3223), [anon_sym_thread_local] = ACTIONS(3223), [anon_sym_const] = ACTIONS(3223), [anon_sym_constexpr] = ACTIONS(3223), [anon_sym_volatile] = ACTIONS(3223), [anon_sym_restrict] = ACTIONS(3223), [anon_sym___restrict__] = ACTIONS(3223), [anon_sym__Atomic] = ACTIONS(3223), [anon_sym__Noreturn] = ACTIONS(3223), [anon_sym_noreturn] = ACTIONS(3223), [anon_sym_mutable] = ACTIONS(3223), [anon_sym_constinit] = ACTIONS(3223), [anon_sym_consteval] = ACTIONS(3223), [sym_primitive_type] = ACTIONS(3223), [anon_sym_enum] = ACTIONS(3223), [anon_sym_class] = ACTIONS(3223), [anon_sym_struct] = ACTIONS(3223), [anon_sym_union] = ACTIONS(3223), [anon_sym_if] = ACTIONS(3223), [anon_sym_switch] = ACTIONS(3223), [anon_sym_case] = ACTIONS(3223), [anon_sym_default] = ACTIONS(3223), [anon_sym_while] = ACTIONS(3223), [anon_sym_do] = ACTIONS(3223), [anon_sym_for] = ACTIONS(3223), [anon_sym_return] = ACTIONS(3223), [anon_sym_break] = ACTIONS(3223), [anon_sym_continue] = ACTIONS(3223), [anon_sym_goto] = ACTIONS(3223), [anon_sym_not] = ACTIONS(3223), [anon_sym_compl] = ACTIONS(3223), [anon_sym_DASH_DASH] = ACTIONS(3225), [anon_sym_PLUS_PLUS] = ACTIONS(3225), [anon_sym_sizeof] = ACTIONS(3223), [anon_sym_offsetof] = ACTIONS(3223), [anon_sym__Generic] = ACTIONS(3223), [anon_sym_asm] = ACTIONS(3223), [anon_sym___asm__] = ACTIONS(3223), [sym_number_literal] = ACTIONS(3225), [anon_sym_L_SQUOTE] = ACTIONS(3225), [anon_sym_u_SQUOTE] = ACTIONS(3225), [anon_sym_U_SQUOTE] = ACTIONS(3225), [anon_sym_u8_SQUOTE] = ACTIONS(3225), [anon_sym_SQUOTE] = ACTIONS(3225), [anon_sym_L_DQUOTE] = ACTIONS(3225), [anon_sym_u_DQUOTE] = ACTIONS(3225), [anon_sym_U_DQUOTE] = ACTIONS(3225), [anon_sym_u8_DQUOTE] = ACTIONS(3225), [anon_sym_DQUOTE] = ACTIONS(3225), [sym_true] = ACTIONS(3223), [sym_false] = ACTIONS(3223), [anon_sym_NULL] = ACTIONS(3223), [anon_sym_nullptr] = ACTIONS(3223), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3223), [anon_sym_decltype] = ACTIONS(3223), [anon_sym_virtual] = ACTIONS(3223), [anon_sym_explicit] = ACTIONS(3223), [anon_sym_typename] = ACTIONS(3223), [anon_sym_template] = ACTIONS(3223), [anon_sym_operator] = ACTIONS(3223), [anon_sym_try] = ACTIONS(3223), [anon_sym_delete] = ACTIONS(3223), [anon_sym_throw] = ACTIONS(3223), [anon_sym_namespace] = ACTIONS(3223), [anon_sym_using] = ACTIONS(3223), [anon_sym_static_assert] = ACTIONS(3223), [anon_sym_concept] = ACTIONS(3223), [anon_sym_co_return] = ACTIONS(3223), [anon_sym_co_yield] = ACTIONS(3223), [anon_sym_R_DQUOTE] = ACTIONS(3225), [anon_sym_LR_DQUOTE] = ACTIONS(3225), [anon_sym_uR_DQUOTE] = ACTIONS(3225), [anon_sym_UR_DQUOTE] = ACTIONS(3225), [anon_sym_u8R_DQUOTE] = ACTIONS(3225), [anon_sym_co_await] = ACTIONS(3223), [anon_sym_new] = ACTIONS(3223), [anon_sym_requires] = ACTIONS(3223), [sym_this] = ACTIONS(3223), }, [1268] = { [sym__expression] = STATE(4379), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3552), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3552), [sym_call_expression] = STATE(3552), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3552), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3552), [sym_initializer_list] = STATE(3919), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3552), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3627), [anon_sym_DOT_DOT_DOT] = ACTIONS(1935), [anon_sym_LPAREN2] = ACTIONS(3629), [anon_sym_BANG] = ACTIONS(3631), [anon_sym_TILDE] = ACTIONS(3633), [anon_sym_DASH] = ACTIONS(3631), [anon_sym_PLUS] = ACTIONS(3631), [anon_sym_STAR] = ACTIONS(3635), [anon_sym_SLASH] = ACTIONS(1943), [anon_sym_PERCENT] = ACTIONS(1935), [anon_sym_PIPE_PIPE] = ACTIONS(1935), [anon_sym_AMP_AMP] = ACTIONS(1935), [anon_sym_PIPE] = ACTIONS(1943), [anon_sym_CARET] = ACTIONS(1935), [anon_sym_AMP] = ACTIONS(2083), [anon_sym_EQ_EQ] = ACTIONS(1935), [anon_sym_BANG_EQ] = ACTIONS(1935), [anon_sym_GT] = ACTIONS(1943), [anon_sym_GT_EQ] = ACTIONS(1935), [anon_sym_LT_EQ] = ACTIONS(1943), [anon_sym_LT] = ACTIONS(1943), [anon_sym_LT_LT] = ACTIONS(1935), [anon_sym_GT_GT] = ACTIONS(1935), [anon_sym_COLON_COLON] = ACTIONS(3637), [anon_sym_LBRACE] = ACTIONS(1899), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_COLON] = ACTIONS(1943), [anon_sym_QMARK] = ACTIONS(1935), [anon_sym_not] = ACTIONS(3631), [anon_sym_compl] = ACTIONS(3631), [anon_sym_LT_EQ_GT] = ACTIONS(1935), [anon_sym_or] = ACTIONS(1943), [anon_sym_and] = ACTIONS(1943), [anon_sym_bitor] = ACTIONS(1943), [anon_sym_xor] = ACTIONS(1943), [anon_sym_bitand] = ACTIONS(1943), [anon_sym_not_eq] = ACTIONS(1943), [anon_sym_DASH_DASH] = ACTIONS(3639), [anon_sym_PLUS_PLUS] = ACTIONS(3639), [anon_sym_sizeof] = ACTIONS(3641), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [anon_sym_DOT] = ACTIONS(1943), [anon_sym_DASH_GT] = ACTIONS(1935), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(3643), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(3645), [anon_sym_new] = ACTIONS(3625), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1269] = { [sym_identifier] = ACTIONS(3367), [aux_sym_preproc_include_token1] = ACTIONS(3367), [aux_sym_preproc_def_token1] = ACTIONS(3367), [aux_sym_preproc_if_token1] = ACTIONS(3367), [aux_sym_preproc_ifdef_token1] = ACTIONS(3367), [aux_sym_preproc_ifdef_token2] = ACTIONS(3367), [sym_preproc_directive] = ACTIONS(3367), [anon_sym_LPAREN2] = ACTIONS(3369), [anon_sym_BANG] = ACTIONS(3369), [anon_sym_TILDE] = ACTIONS(3369), [anon_sym_DASH] = ACTIONS(3367), [anon_sym_PLUS] = ACTIONS(3367), [anon_sym_STAR] = ACTIONS(3369), [anon_sym_AMP_AMP] = ACTIONS(3369), [anon_sym_AMP] = ACTIONS(3367), [anon_sym_SEMI] = ACTIONS(3369), [anon_sym_typedef] = ACTIONS(3367), [anon_sym_extern] = ACTIONS(3367), [anon_sym___attribute__] = ACTIONS(3367), [anon_sym_COLON_COLON] = ACTIONS(3369), [anon_sym_LBRACK_LBRACK] = ACTIONS(3369), [anon_sym___declspec] = ACTIONS(3367), [anon_sym___based] = ACTIONS(3367), [anon_sym___cdecl] = ACTIONS(3367), [anon_sym___clrcall] = ACTIONS(3367), [anon_sym___stdcall] = ACTIONS(3367), [anon_sym___fastcall] = ACTIONS(3367), [anon_sym___thiscall] = ACTIONS(3367), [anon_sym___vectorcall] = ACTIONS(3367), [anon_sym_LBRACE] = ACTIONS(3369), [anon_sym_RBRACE] = ACTIONS(3369), [anon_sym_signed] = ACTIONS(3367), [anon_sym_unsigned] = ACTIONS(3367), [anon_sym_long] = ACTIONS(3367), [anon_sym_short] = ACTIONS(3367), [anon_sym_LBRACK] = ACTIONS(3367), [anon_sym_static] = ACTIONS(3367), [anon_sym_register] = ACTIONS(3367), [anon_sym_inline] = ACTIONS(3367), [anon_sym_thread_local] = ACTIONS(3367), [anon_sym_const] = ACTIONS(3367), [anon_sym_constexpr] = ACTIONS(3367), [anon_sym_volatile] = ACTIONS(3367), [anon_sym_restrict] = ACTIONS(3367), [anon_sym___restrict__] = ACTIONS(3367), [anon_sym__Atomic] = ACTIONS(3367), [anon_sym__Noreturn] = ACTIONS(3367), [anon_sym_noreturn] = ACTIONS(3367), [anon_sym_mutable] = ACTIONS(3367), [anon_sym_constinit] = ACTIONS(3367), [anon_sym_consteval] = ACTIONS(3367), [sym_primitive_type] = ACTIONS(3367), [anon_sym_enum] = ACTIONS(3367), [anon_sym_class] = ACTIONS(3367), [anon_sym_struct] = ACTIONS(3367), [anon_sym_union] = ACTIONS(3367), [anon_sym_if] = ACTIONS(3367), [anon_sym_switch] = ACTIONS(3367), [anon_sym_case] = ACTIONS(3367), [anon_sym_default] = ACTIONS(3367), [anon_sym_while] = ACTIONS(3367), [anon_sym_do] = ACTIONS(3367), [anon_sym_for] = ACTIONS(3367), [anon_sym_return] = ACTIONS(3367), [anon_sym_break] = ACTIONS(3367), [anon_sym_continue] = ACTIONS(3367), [anon_sym_goto] = ACTIONS(3367), [anon_sym_not] = ACTIONS(3367), [anon_sym_compl] = ACTIONS(3367), [anon_sym_DASH_DASH] = ACTIONS(3369), [anon_sym_PLUS_PLUS] = ACTIONS(3369), [anon_sym_sizeof] = ACTIONS(3367), [anon_sym_offsetof] = ACTIONS(3367), [anon_sym__Generic] = ACTIONS(3367), [anon_sym_asm] = ACTIONS(3367), [anon_sym___asm__] = ACTIONS(3367), [sym_number_literal] = ACTIONS(3369), [anon_sym_L_SQUOTE] = ACTIONS(3369), [anon_sym_u_SQUOTE] = ACTIONS(3369), [anon_sym_U_SQUOTE] = ACTIONS(3369), [anon_sym_u8_SQUOTE] = ACTIONS(3369), [anon_sym_SQUOTE] = ACTIONS(3369), [anon_sym_L_DQUOTE] = ACTIONS(3369), [anon_sym_u_DQUOTE] = ACTIONS(3369), [anon_sym_U_DQUOTE] = ACTIONS(3369), [anon_sym_u8_DQUOTE] = ACTIONS(3369), [anon_sym_DQUOTE] = ACTIONS(3369), [sym_true] = ACTIONS(3367), [sym_false] = ACTIONS(3367), [anon_sym_NULL] = ACTIONS(3367), [anon_sym_nullptr] = ACTIONS(3367), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3367), [anon_sym_decltype] = ACTIONS(3367), [anon_sym_virtual] = ACTIONS(3367), [anon_sym_explicit] = ACTIONS(3367), [anon_sym_typename] = ACTIONS(3367), [anon_sym_template] = ACTIONS(3367), [anon_sym_operator] = ACTIONS(3367), [anon_sym_try] = ACTIONS(3367), [anon_sym_delete] = ACTIONS(3367), [anon_sym_throw] = ACTIONS(3367), [anon_sym_namespace] = ACTIONS(3367), [anon_sym_using] = ACTIONS(3367), [anon_sym_static_assert] = ACTIONS(3367), [anon_sym_concept] = ACTIONS(3367), [anon_sym_co_return] = ACTIONS(3367), [anon_sym_co_yield] = ACTIONS(3367), [anon_sym_R_DQUOTE] = ACTIONS(3369), [anon_sym_LR_DQUOTE] = ACTIONS(3369), [anon_sym_uR_DQUOTE] = ACTIONS(3369), [anon_sym_UR_DQUOTE] = ACTIONS(3369), [anon_sym_u8R_DQUOTE] = ACTIONS(3369), [anon_sym_co_await] = ACTIONS(3367), [anon_sym_new] = ACTIONS(3367), [anon_sym_requires] = ACTIONS(3367), [sym_this] = ACTIONS(3367), }, [1270] = { [sym_identifier] = ACTIONS(3333), [aux_sym_preproc_include_token1] = ACTIONS(3333), [aux_sym_preproc_def_token1] = ACTIONS(3333), [aux_sym_preproc_if_token1] = ACTIONS(3333), [aux_sym_preproc_ifdef_token1] = ACTIONS(3333), [aux_sym_preproc_ifdef_token2] = ACTIONS(3333), [sym_preproc_directive] = ACTIONS(3333), [anon_sym_LPAREN2] = ACTIONS(3335), [anon_sym_BANG] = ACTIONS(3335), [anon_sym_TILDE] = ACTIONS(3335), [anon_sym_DASH] = ACTIONS(3333), [anon_sym_PLUS] = ACTIONS(3333), [anon_sym_STAR] = ACTIONS(3335), [anon_sym_AMP_AMP] = ACTIONS(3335), [anon_sym_AMP] = ACTIONS(3333), [anon_sym_SEMI] = ACTIONS(3335), [anon_sym_typedef] = ACTIONS(3333), [anon_sym_extern] = ACTIONS(3333), [anon_sym___attribute__] = ACTIONS(3333), [anon_sym_COLON_COLON] = ACTIONS(3335), [anon_sym_LBRACK_LBRACK] = ACTIONS(3335), [anon_sym___declspec] = ACTIONS(3333), [anon_sym___based] = ACTIONS(3333), [anon_sym___cdecl] = ACTIONS(3333), [anon_sym___clrcall] = ACTIONS(3333), [anon_sym___stdcall] = ACTIONS(3333), [anon_sym___fastcall] = ACTIONS(3333), [anon_sym___thiscall] = ACTIONS(3333), [anon_sym___vectorcall] = ACTIONS(3333), [anon_sym_LBRACE] = ACTIONS(3335), [anon_sym_RBRACE] = ACTIONS(3335), [anon_sym_signed] = ACTIONS(3333), [anon_sym_unsigned] = ACTIONS(3333), [anon_sym_long] = ACTIONS(3333), [anon_sym_short] = ACTIONS(3333), [anon_sym_LBRACK] = ACTIONS(3333), [anon_sym_static] = ACTIONS(3333), [anon_sym_register] = ACTIONS(3333), [anon_sym_inline] = ACTIONS(3333), [anon_sym_thread_local] = ACTIONS(3333), [anon_sym_const] = ACTIONS(3333), [anon_sym_constexpr] = ACTIONS(3333), [anon_sym_volatile] = ACTIONS(3333), [anon_sym_restrict] = ACTIONS(3333), [anon_sym___restrict__] = ACTIONS(3333), [anon_sym__Atomic] = ACTIONS(3333), [anon_sym__Noreturn] = ACTIONS(3333), [anon_sym_noreturn] = ACTIONS(3333), [anon_sym_mutable] = ACTIONS(3333), [anon_sym_constinit] = ACTIONS(3333), [anon_sym_consteval] = ACTIONS(3333), [sym_primitive_type] = ACTIONS(3333), [anon_sym_enum] = ACTIONS(3333), [anon_sym_class] = ACTIONS(3333), [anon_sym_struct] = ACTIONS(3333), [anon_sym_union] = ACTIONS(3333), [anon_sym_if] = ACTIONS(3333), [anon_sym_switch] = ACTIONS(3333), [anon_sym_case] = ACTIONS(3333), [anon_sym_default] = ACTIONS(3333), [anon_sym_while] = ACTIONS(3333), [anon_sym_do] = ACTIONS(3333), [anon_sym_for] = ACTIONS(3333), [anon_sym_return] = ACTIONS(3333), [anon_sym_break] = ACTIONS(3333), [anon_sym_continue] = ACTIONS(3333), [anon_sym_goto] = ACTIONS(3333), [anon_sym_not] = ACTIONS(3333), [anon_sym_compl] = ACTIONS(3333), [anon_sym_DASH_DASH] = ACTIONS(3335), [anon_sym_PLUS_PLUS] = ACTIONS(3335), [anon_sym_sizeof] = ACTIONS(3333), [anon_sym_offsetof] = ACTIONS(3333), [anon_sym__Generic] = ACTIONS(3333), [anon_sym_asm] = ACTIONS(3333), [anon_sym___asm__] = ACTIONS(3333), [sym_number_literal] = ACTIONS(3335), [anon_sym_L_SQUOTE] = ACTIONS(3335), [anon_sym_u_SQUOTE] = ACTIONS(3335), [anon_sym_U_SQUOTE] = ACTIONS(3335), [anon_sym_u8_SQUOTE] = ACTIONS(3335), [anon_sym_SQUOTE] = ACTIONS(3335), [anon_sym_L_DQUOTE] = ACTIONS(3335), [anon_sym_u_DQUOTE] = ACTIONS(3335), [anon_sym_U_DQUOTE] = ACTIONS(3335), [anon_sym_u8_DQUOTE] = ACTIONS(3335), [anon_sym_DQUOTE] = ACTIONS(3335), [sym_true] = ACTIONS(3333), [sym_false] = ACTIONS(3333), [anon_sym_NULL] = ACTIONS(3333), [anon_sym_nullptr] = ACTIONS(3333), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3333), [anon_sym_decltype] = ACTIONS(3333), [anon_sym_virtual] = ACTIONS(3333), [anon_sym_explicit] = ACTIONS(3333), [anon_sym_typename] = ACTIONS(3333), [anon_sym_template] = ACTIONS(3333), [anon_sym_operator] = ACTIONS(3333), [anon_sym_try] = ACTIONS(3333), [anon_sym_delete] = ACTIONS(3333), [anon_sym_throw] = ACTIONS(3333), [anon_sym_namespace] = ACTIONS(3333), [anon_sym_using] = ACTIONS(3333), [anon_sym_static_assert] = ACTIONS(3333), [anon_sym_concept] = ACTIONS(3333), [anon_sym_co_return] = ACTIONS(3333), [anon_sym_co_yield] = ACTIONS(3333), [anon_sym_R_DQUOTE] = ACTIONS(3335), [anon_sym_LR_DQUOTE] = ACTIONS(3335), [anon_sym_uR_DQUOTE] = ACTIONS(3335), [anon_sym_UR_DQUOTE] = ACTIONS(3335), [anon_sym_u8R_DQUOTE] = ACTIONS(3335), [anon_sym_co_await] = ACTIONS(3333), [anon_sym_new] = ACTIONS(3333), [anon_sym_requires] = ACTIONS(3333), [sym_this] = ACTIONS(3333), }, [1271] = { [sym_identifier] = ACTIONS(3295), [aux_sym_preproc_include_token1] = ACTIONS(3295), [aux_sym_preproc_def_token1] = ACTIONS(3295), [aux_sym_preproc_if_token1] = ACTIONS(3295), [aux_sym_preproc_if_token2] = ACTIONS(3295), [aux_sym_preproc_ifdef_token1] = ACTIONS(3295), [aux_sym_preproc_ifdef_token2] = ACTIONS(3295), [sym_preproc_directive] = ACTIONS(3295), [anon_sym_LPAREN2] = ACTIONS(3297), [anon_sym_BANG] = ACTIONS(3297), [anon_sym_TILDE] = ACTIONS(3297), [anon_sym_DASH] = ACTIONS(3295), [anon_sym_PLUS] = ACTIONS(3295), [anon_sym_STAR] = ACTIONS(3297), [anon_sym_AMP_AMP] = ACTIONS(3297), [anon_sym_AMP] = ACTIONS(3295), [anon_sym_SEMI] = ACTIONS(3297), [anon_sym_typedef] = ACTIONS(3295), [anon_sym_extern] = ACTIONS(3295), [anon_sym___attribute__] = ACTIONS(3295), [anon_sym_COLON_COLON] = ACTIONS(3297), [anon_sym_LBRACK_LBRACK] = ACTIONS(3297), [anon_sym___declspec] = ACTIONS(3295), [anon_sym___based] = ACTIONS(3295), [anon_sym___cdecl] = ACTIONS(3295), [anon_sym___clrcall] = ACTIONS(3295), [anon_sym___stdcall] = ACTIONS(3295), [anon_sym___fastcall] = ACTIONS(3295), [anon_sym___thiscall] = ACTIONS(3295), [anon_sym___vectorcall] = ACTIONS(3295), [anon_sym_LBRACE] = ACTIONS(3297), [anon_sym_signed] = ACTIONS(3295), [anon_sym_unsigned] = ACTIONS(3295), [anon_sym_long] = ACTIONS(3295), [anon_sym_short] = ACTIONS(3295), [anon_sym_LBRACK] = ACTIONS(3295), [anon_sym_static] = ACTIONS(3295), [anon_sym_register] = ACTIONS(3295), [anon_sym_inline] = ACTIONS(3295), [anon_sym_thread_local] = ACTIONS(3295), [anon_sym_const] = ACTIONS(3295), [anon_sym_constexpr] = ACTIONS(3295), [anon_sym_volatile] = ACTIONS(3295), [anon_sym_restrict] = ACTIONS(3295), [anon_sym___restrict__] = ACTIONS(3295), [anon_sym__Atomic] = ACTIONS(3295), [anon_sym__Noreturn] = ACTIONS(3295), [anon_sym_noreturn] = ACTIONS(3295), [anon_sym_mutable] = ACTIONS(3295), [anon_sym_constinit] = ACTIONS(3295), [anon_sym_consteval] = ACTIONS(3295), [sym_primitive_type] = ACTIONS(3295), [anon_sym_enum] = ACTIONS(3295), [anon_sym_class] = ACTIONS(3295), [anon_sym_struct] = ACTIONS(3295), [anon_sym_union] = ACTIONS(3295), [anon_sym_if] = ACTIONS(3295), [anon_sym_switch] = ACTIONS(3295), [anon_sym_case] = ACTIONS(3295), [anon_sym_default] = ACTIONS(3295), [anon_sym_while] = ACTIONS(3295), [anon_sym_do] = ACTIONS(3295), [anon_sym_for] = ACTIONS(3295), [anon_sym_return] = ACTIONS(3295), [anon_sym_break] = ACTIONS(3295), [anon_sym_continue] = ACTIONS(3295), [anon_sym_goto] = ACTIONS(3295), [anon_sym_not] = ACTIONS(3295), [anon_sym_compl] = ACTIONS(3295), [anon_sym_DASH_DASH] = ACTIONS(3297), [anon_sym_PLUS_PLUS] = ACTIONS(3297), [anon_sym_sizeof] = ACTIONS(3295), [anon_sym_offsetof] = ACTIONS(3295), [anon_sym__Generic] = ACTIONS(3295), [anon_sym_asm] = ACTIONS(3295), [anon_sym___asm__] = ACTIONS(3295), [sym_number_literal] = ACTIONS(3297), [anon_sym_L_SQUOTE] = ACTIONS(3297), [anon_sym_u_SQUOTE] = ACTIONS(3297), [anon_sym_U_SQUOTE] = ACTIONS(3297), [anon_sym_u8_SQUOTE] = ACTIONS(3297), [anon_sym_SQUOTE] = ACTIONS(3297), [anon_sym_L_DQUOTE] = ACTIONS(3297), [anon_sym_u_DQUOTE] = ACTIONS(3297), [anon_sym_U_DQUOTE] = ACTIONS(3297), [anon_sym_u8_DQUOTE] = ACTIONS(3297), [anon_sym_DQUOTE] = ACTIONS(3297), [sym_true] = ACTIONS(3295), [sym_false] = ACTIONS(3295), [anon_sym_NULL] = ACTIONS(3295), [anon_sym_nullptr] = ACTIONS(3295), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3295), [anon_sym_decltype] = ACTIONS(3295), [anon_sym_virtual] = ACTIONS(3295), [anon_sym_explicit] = ACTIONS(3295), [anon_sym_typename] = ACTIONS(3295), [anon_sym_template] = ACTIONS(3295), [anon_sym_operator] = ACTIONS(3295), [anon_sym_try] = ACTIONS(3295), [anon_sym_delete] = ACTIONS(3295), [anon_sym_throw] = ACTIONS(3295), [anon_sym_namespace] = ACTIONS(3295), [anon_sym_using] = ACTIONS(3295), [anon_sym_static_assert] = ACTIONS(3295), [anon_sym_concept] = ACTIONS(3295), [anon_sym_co_return] = ACTIONS(3295), [anon_sym_co_yield] = ACTIONS(3295), [anon_sym_R_DQUOTE] = ACTIONS(3297), [anon_sym_LR_DQUOTE] = ACTIONS(3297), [anon_sym_uR_DQUOTE] = ACTIONS(3297), [anon_sym_UR_DQUOTE] = ACTIONS(3297), [anon_sym_u8R_DQUOTE] = ACTIONS(3297), [anon_sym_co_await] = ACTIONS(3295), [anon_sym_new] = ACTIONS(3295), [anon_sym_requires] = ACTIONS(3295), [sym_this] = ACTIONS(3295), }, [1272] = { [sym_identifier] = ACTIONS(3281), [aux_sym_preproc_include_token1] = ACTIONS(3281), [aux_sym_preproc_def_token1] = ACTIONS(3281), [aux_sym_preproc_if_token1] = ACTIONS(3281), [aux_sym_preproc_ifdef_token1] = ACTIONS(3281), [aux_sym_preproc_ifdef_token2] = ACTIONS(3281), [sym_preproc_directive] = ACTIONS(3281), [anon_sym_LPAREN2] = ACTIONS(3283), [anon_sym_BANG] = ACTIONS(3283), [anon_sym_TILDE] = ACTIONS(3283), [anon_sym_DASH] = ACTIONS(3281), [anon_sym_PLUS] = ACTIONS(3281), [anon_sym_STAR] = ACTIONS(3283), [anon_sym_AMP_AMP] = ACTIONS(3283), [anon_sym_AMP] = ACTIONS(3281), [anon_sym_SEMI] = ACTIONS(3283), [anon_sym_typedef] = ACTIONS(3281), [anon_sym_extern] = ACTIONS(3281), [anon_sym___attribute__] = ACTIONS(3281), [anon_sym_COLON_COLON] = ACTIONS(3283), [anon_sym_LBRACK_LBRACK] = ACTIONS(3283), [anon_sym___declspec] = ACTIONS(3281), [anon_sym___based] = ACTIONS(3281), [anon_sym___cdecl] = ACTIONS(3281), [anon_sym___clrcall] = ACTIONS(3281), [anon_sym___stdcall] = ACTIONS(3281), [anon_sym___fastcall] = ACTIONS(3281), [anon_sym___thiscall] = ACTIONS(3281), [anon_sym___vectorcall] = ACTIONS(3281), [anon_sym_LBRACE] = ACTIONS(3283), [anon_sym_RBRACE] = ACTIONS(3283), [anon_sym_signed] = ACTIONS(3281), [anon_sym_unsigned] = ACTIONS(3281), [anon_sym_long] = ACTIONS(3281), [anon_sym_short] = ACTIONS(3281), [anon_sym_LBRACK] = ACTIONS(3281), [anon_sym_static] = ACTIONS(3281), [anon_sym_register] = ACTIONS(3281), [anon_sym_inline] = ACTIONS(3281), [anon_sym_thread_local] = ACTIONS(3281), [anon_sym_const] = ACTIONS(3281), [anon_sym_constexpr] = ACTIONS(3281), [anon_sym_volatile] = ACTIONS(3281), [anon_sym_restrict] = ACTIONS(3281), [anon_sym___restrict__] = ACTIONS(3281), [anon_sym__Atomic] = ACTIONS(3281), [anon_sym__Noreturn] = ACTIONS(3281), [anon_sym_noreturn] = ACTIONS(3281), [anon_sym_mutable] = ACTIONS(3281), [anon_sym_constinit] = ACTIONS(3281), [anon_sym_consteval] = ACTIONS(3281), [sym_primitive_type] = ACTIONS(3281), [anon_sym_enum] = ACTIONS(3281), [anon_sym_class] = ACTIONS(3281), [anon_sym_struct] = ACTIONS(3281), [anon_sym_union] = ACTIONS(3281), [anon_sym_if] = ACTIONS(3281), [anon_sym_switch] = ACTIONS(3281), [anon_sym_case] = ACTIONS(3281), [anon_sym_default] = ACTIONS(3281), [anon_sym_while] = ACTIONS(3281), [anon_sym_do] = ACTIONS(3281), [anon_sym_for] = ACTIONS(3281), [anon_sym_return] = ACTIONS(3281), [anon_sym_break] = ACTIONS(3281), [anon_sym_continue] = ACTIONS(3281), [anon_sym_goto] = ACTIONS(3281), [anon_sym_not] = ACTIONS(3281), [anon_sym_compl] = ACTIONS(3281), [anon_sym_DASH_DASH] = ACTIONS(3283), [anon_sym_PLUS_PLUS] = ACTIONS(3283), [anon_sym_sizeof] = ACTIONS(3281), [anon_sym_offsetof] = ACTIONS(3281), [anon_sym__Generic] = ACTIONS(3281), [anon_sym_asm] = ACTIONS(3281), [anon_sym___asm__] = ACTIONS(3281), [sym_number_literal] = ACTIONS(3283), [anon_sym_L_SQUOTE] = ACTIONS(3283), [anon_sym_u_SQUOTE] = ACTIONS(3283), [anon_sym_U_SQUOTE] = ACTIONS(3283), [anon_sym_u8_SQUOTE] = ACTIONS(3283), [anon_sym_SQUOTE] = ACTIONS(3283), [anon_sym_L_DQUOTE] = ACTIONS(3283), [anon_sym_u_DQUOTE] = ACTIONS(3283), [anon_sym_U_DQUOTE] = ACTIONS(3283), [anon_sym_u8_DQUOTE] = ACTIONS(3283), [anon_sym_DQUOTE] = ACTIONS(3283), [sym_true] = ACTIONS(3281), [sym_false] = ACTIONS(3281), [anon_sym_NULL] = ACTIONS(3281), [anon_sym_nullptr] = ACTIONS(3281), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3281), [anon_sym_decltype] = ACTIONS(3281), [anon_sym_virtual] = ACTIONS(3281), [anon_sym_explicit] = ACTIONS(3281), [anon_sym_typename] = ACTIONS(3281), [anon_sym_template] = ACTIONS(3281), [anon_sym_operator] = ACTIONS(3281), [anon_sym_try] = ACTIONS(3281), [anon_sym_delete] = ACTIONS(3281), [anon_sym_throw] = ACTIONS(3281), [anon_sym_namespace] = ACTIONS(3281), [anon_sym_using] = ACTIONS(3281), [anon_sym_static_assert] = ACTIONS(3281), [anon_sym_concept] = ACTIONS(3281), [anon_sym_co_return] = ACTIONS(3281), [anon_sym_co_yield] = ACTIONS(3281), [anon_sym_R_DQUOTE] = ACTIONS(3283), [anon_sym_LR_DQUOTE] = ACTIONS(3283), [anon_sym_uR_DQUOTE] = ACTIONS(3283), [anon_sym_UR_DQUOTE] = ACTIONS(3283), [anon_sym_u8R_DQUOTE] = ACTIONS(3283), [anon_sym_co_await] = ACTIONS(3281), [anon_sym_new] = ACTIONS(3281), [anon_sym_requires] = ACTIONS(3281), [sym_this] = ACTIONS(3281), }, [1273] = { [sym_identifier] = ACTIONS(3207), [aux_sym_preproc_include_token1] = ACTIONS(3207), [aux_sym_preproc_def_token1] = ACTIONS(3207), [aux_sym_preproc_if_token1] = ACTIONS(3207), [aux_sym_preproc_ifdef_token1] = ACTIONS(3207), [aux_sym_preproc_ifdef_token2] = ACTIONS(3207), [sym_preproc_directive] = ACTIONS(3207), [anon_sym_LPAREN2] = ACTIONS(3209), [anon_sym_BANG] = ACTIONS(3209), [anon_sym_TILDE] = ACTIONS(3209), [anon_sym_DASH] = ACTIONS(3207), [anon_sym_PLUS] = ACTIONS(3207), [anon_sym_STAR] = ACTIONS(3209), [anon_sym_AMP_AMP] = ACTIONS(3209), [anon_sym_AMP] = ACTIONS(3207), [anon_sym_SEMI] = ACTIONS(3209), [anon_sym_typedef] = ACTIONS(3207), [anon_sym_extern] = ACTIONS(3207), [anon_sym___attribute__] = ACTIONS(3207), [anon_sym_COLON_COLON] = ACTIONS(3209), [anon_sym_LBRACK_LBRACK] = ACTIONS(3209), [anon_sym___declspec] = ACTIONS(3207), [anon_sym___based] = ACTIONS(3207), [anon_sym___cdecl] = ACTIONS(3207), [anon_sym___clrcall] = ACTIONS(3207), [anon_sym___stdcall] = ACTIONS(3207), [anon_sym___fastcall] = ACTIONS(3207), [anon_sym___thiscall] = ACTIONS(3207), [anon_sym___vectorcall] = ACTIONS(3207), [anon_sym_LBRACE] = ACTIONS(3209), [anon_sym_RBRACE] = ACTIONS(3209), [anon_sym_signed] = ACTIONS(3207), [anon_sym_unsigned] = ACTIONS(3207), [anon_sym_long] = ACTIONS(3207), [anon_sym_short] = ACTIONS(3207), [anon_sym_LBRACK] = ACTIONS(3207), [anon_sym_static] = ACTIONS(3207), [anon_sym_register] = ACTIONS(3207), [anon_sym_inline] = ACTIONS(3207), [anon_sym_thread_local] = ACTIONS(3207), [anon_sym_const] = ACTIONS(3207), [anon_sym_constexpr] = ACTIONS(3207), [anon_sym_volatile] = ACTIONS(3207), [anon_sym_restrict] = ACTIONS(3207), [anon_sym___restrict__] = ACTIONS(3207), [anon_sym__Atomic] = ACTIONS(3207), [anon_sym__Noreturn] = ACTIONS(3207), [anon_sym_noreturn] = ACTIONS(3207), [anon_sym_mutable] = ACTIONS(3207), [anon_sym_constinit] = ACTIONS(3207), [anon_sym_consteval] = ACTIONS(3207), [sym_primitive_type] = ACTIONS(3207), [anon_sym_enum] = ACTIONS(3207), [anon_sym_class] = ACTIONS(3207), [anon_sym_struct] = ACTIONS(3207), [anon_sym_union] = ACTIONS(3207), [anon_sym_if] = ACTIONS(3207), [anon_sym_switch] = ACTIONS(3207), [anon_sym_case] = ACTIONS(3207), [anon_sym_default] = ACTIONS(3207), [anon_sym_while] = ACTIONS(3207), [anon_sym_do] = ACTIONS(3207), [anon_sym_for] = ACTIONS(3207), [anon_sym_return] = ACTIONS(3207), [anon_sym_break] = ACTIONS(3207), [anon_sym_continue] = ACTIONS(3207), [anon_sym_goto] = ACTIONS(3207), [anon_sym_not] = ACTIONS(3207), [anon_sym_compl] = ACTIONS(3207), [anon_sym_DASH_DASH] = ACTIONS(3209), [anon_sym_PLUS_PLUS] = ACTIONS(3209), [anon_sym_sizeof] = ACTIONS(3207), [anon_sym_offsetof] = ACTIONS(3207), [anon_sym__Generic] = ACTIONS(3207), [anon_sym_asm] = ACTIONS(3207), [anon_sym___asm__] = ACTIONS(3207), [sym_number_literal] = ACTIONS(3209), [anon_sym_L_SQUOTE] = ACTIONS(3209), [anon_sym_u_SQUOTE] = ACTIONS(3209), [anon_sym_U_SQUOTE] = ACTIONS(3209), [anon_sym_u8_SQUOTE] = ACTIONS(3209), [anon_sym_SQUOTE] = ACTIONS(3209), [anon_sym_L_DQUOTE] = ACTIONS(3209), [anon_sym_u_DQUOTE] = ACTIONS(3209), [anon_sym_U_DQUOTE] = ACTIONS(3209), [anon_sym_u8_DQUOTE] = ACTIONS(3209), [anon_sym_DQUOTE] = ACTIONS(3209), [sym_true] = ACTIONS(3207), [sym_false] = ACTIONS(3207), [anon_sym_NULL] = ACTIONS(3207), [anon_sym_nullptr] = ACTIONS(3207), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3207), [anon_sym_decltype] = ACTIONS(3207), [anon_sym_virtual] = ACTIONS(3207), [anon_sym_explicit] = ACTIONS(3207), [anon_sym_typename] = ACTIONS(3207), [anon_sym_template] = ACTIONS(3207), [anon_sym_operator] = ACTIONS(3207), [anon_sym_try] = ACTIONS(3207), [anon_sym_delete] = ACTIONS(3207), [anon_sym_throw] = ACTIONS(3207), [anon_sym_namespace] = ACTIONS(3207), [anon_sym_using] = ACTIONS(3207), [anon_sym_static_assert] = ACTIONS(3207), [anon_sym_concept] = ACTIONS(3207), [anon_sym_co_return] = ACTIONS(3207), [anon_sym_co_yield] = ACTIONS(3207), [anon_sym_R_DQUOTE] = ACTIONS(3209), [anon_sym_LR_DQUOTE] = ACTIONS(3209), [anon_sym_uR_DQUOTE] = ACTIONS(3209), [anon_sym_UR_DQUOTE] = ACTIONS(3209), [anon_sym_u8R_DQUOTE] = ACTIONS(3209), [anon_sym_co_await] = ACTIONS(3207), [anon_sym_new] = ACTIONS(3207), [anon_sym_requires] = ACTIONS(3207), [sym_this] = ACTIONS(3207), }, [1274] = { [sym_identifier] = ACTIONS(3345), [aux_sym_preproc_include_token1] = ACTIONS(3345), [aux_sym_preproc_def_token1] = ACTIONS(3345), [aux_sym_preproc_if_token1] = ACTIONS(3345), [aux_sym_preproc_if_token2] = ACTIONS(3345), [aux_sym_preproc_ifdef_token1] = ACTIONS(3345), [aux_sym_preproc_ifdef_token2] = ACTIONS(3345), [sym_preproc_directive] = ACTIONS(3345), [anon_sym_LPAREN2] = ACTIONS(3347), [anon_sym_BANG] = ACTIONS(3347), [anon_sym_TILDE] = ACTIONS(3347), [anon_sym_DASH] = ACTIONS(3345), [anon_sym_PLUS] = ACTIONS(3345), [anon_sym_STAR] = ACTIONS(3347), [anon_sym_AMP_AMP] = ACTIONS(3347), [anon_sym_AMP] = ACTIONS(3345), [anon_sym_SEMI] = ACTIONS(3347), [anon_sym_typedef] = ACTIONS(3345), [anon_sym_extern] = ACTIONS(3345), [anon_sym___attribute__] = ACTIONS(3345), [anon_sym_COLON_COLON] = ACTIONS(3347), [anon_sym_LBRACK_LBRACK] = ACTIONS(3347), [anon_sym___declspec] = ACTIONS(3345), [anon_sym___based] = ACTIONS(3345), [anon_sym___cdecl] = ACTIONS(3345), [anon_sym___clrcall] = ACTIONS(3345), [anon_sym___stdcall] = ACTIONS(3345), [anon_sym___fastcall] = ACTIONS(3345), [anon_sym___thiscall] = ACTIONS(3345), [anon_sym___vectorcall] = ACTIONS(3345), [anon_sym_LBRACE] = ACTIONS(3347), [anon_sym_signed] = ACTIONS(3345), [anon_sym_unsigned] = ACTIONS(3345), [anon_sym_long] = ACTIONS(3345), [anon_sym_short] = ACTIONS(3345), [anon_sym_LBRACK] = ACTIONS(3345), [anon_sym_static] = ACTIONS(3345), [anon_sym_register] = ACTIONS(3345), [anon_sym_inline] = ACTIONS(3345), [anon_sym_thread_local] = ACTIONS(3345), [anon_sym_const] = ACTIONS(3345), [anon_sym_constexpr] = ACTIONS(3345), [anon_sym_volatile] = ACTIONS(3345), [anon_sym_restrict] = ACTIONS(3345), [anon_sym___restrict__] = ACTIONS(3345), [anon_sym__Atomic] = ACTIONS(3345), [anon_sym__Noreturn] = ACTIONS(3345), [anon_sym_noreturn] = ACTIONS(3345), [anon_sym_mutable] = ACTIONS(3345), [anon_sym_constinit] = ACTIONS(3345), [anon_sym_consteval] = ACTIONS(3345), [sym_primitive_type] = ACTIONS(3345), [anon_sym_enum] = ACTIONS(3345), [anon_sym_class] = ACTIONS(3345), [anon_sym_struct] = ACTIONS(3345), [anon_sym_union] = ACTIONS(3345), [anon_sym_if] = ACTIONS(3345), [anon_sym_switch] = ACTIONS(3345), [anon_sym_case] = ACTIONS(3345), [anon_sym_default] = ACTIONS(3345), [anon_sym_while] = ACTIONS(3345), [anon_sym_do] = ACTIONS(3345), [anon_sym_for] = ACTIONS(3345), [anon_sym_return] = ACTIONS(3345), [anon_sym_break] = ACTIONS(3345), [anon_sym_continue] = ACTIONS(3345), [anon_sym_goto] = ACTIONS(3345), [anon_sym_not] = ACTIONS(3345), [anon_sym_compl] = ACTIONS(3345), [anon_sym_DASH_DASH] = ACTIONS(3347), [anon_sym_PLUS_PLUS] = ACTIONS(3347), [anon_sym_sizeof] = ACTIONS(3345), [anon_sym_offsetof] = ACTIONS(3345), [anon_sym__Generic] = ACTIONS(3345), [anon_sym_asm] = ACTIONS(3345), [anon_sym___asm__] = ACTIONS(3345), [sym_number_literal] = ACTIONS(3347), [anon_sym_L_SQUOTE] = ACTIONS(3347), [anon_sym_u_SQUOTE] = ACTIONS(3347), [anon_sym_U_SQUOTE] = ACTIONS(3347), [anon_sym_u8_SQUOTE] = ACTIONS(3347), [anon_sym_SQUOTE] = ACTIONS(3347), [anon_sym_L_DQUOTE] = ACTIONS(3347), [anon_sym_u_DQUOTE] = ACTIONS(3347), [anon_sym_U_DQUOTE] = ACTIONS(3347), [anon_sym_u8_DQUOTE] = ACTIONS(3347), [anon_sym_DQUOTE] = ACTIONS(3347), [sym_true] = ACTIONS(3345), [sym_false] = ACTIONS(3345), [anon_sym_NULL] = ACTIONS(3345), [anon_sym_nullptr] = ACTIONS(3345), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3345), [anon_sym_decltype] = ACTIONS(3345), [anon_sym_virtual] = ACTIONS(3345), [anon_sym_explicit] = ACTIONS(3345), [anon_sym_typename] = ACTIONS(3345), [anon_sym_template] = ACTIONS(3345), [anon_sym_operator] = ACTIONS(3345), [anon_sym_try] = ACTIONS(3345), [anon_sym_delete] = ACTIONS(3345), [anon_sym_throw] = ACTIONS(3345), [anon_sym_namespace] = ACTIONS(3345), [anon_sym_using] = ACTIONS(3345), [anon_sym_static_assert] = ACTIONS(3345), [anon_sym_concept] = ACTIONS(3345), [anon_sym_co_return] = ACTIONS(3345), [anon_sym_co_yield] = ACTIONS(3345), [anon_sym_R_DQUOTE] = ACTIONS(3347), [anon_sym_LR_DQUOTE] = ACTIONS(3347), [anon_sym_uR_DQUOTE] = ACTIONS(3347), [anon_sym_UR_DQUOTE] = ACTIONS(3347), [anon_sym_u8R_DQUOTE] = ACTIONS(3347), [anon_sym_co_await] = ACTIONS(3345), [anon_sym_new] = ACTIONS(3345), [anon_sym_requires] = ACTIONS(3345), [sym_this] = ACTIONS(3345), }, [1275] = { [sym_identifier] = ACTIONS(3119), [aux_sym_preproc_include_token1] = ACTIONS(3119), [aux_sym_preproc_def_token1] = ACTIONS(3119), [aux_sym_preproc_if_token1] = ACTIONS(3119), [aux_sym_preproc_if_token2] = ACTIONS(3119), [aux_sym_preproc_ifdef_token1] = ACTIONS(3119), [aux_sym_preproc_ifdef_token2] = ACTIONS(3119), [sym_preproc_directive] = ACTIONS(3119), [anon_sym_LPAREN2] = ACTIONS(3121), [anon_sym_BANG] = ACTIONS(3121), [anon_sym_TILDE] = ACTIONS(3121), [anon_sym_DASH] = ACTIONS(3119), [anon_sym_PLUS] = ACTIONS(3119), [anon_sym_STAR] = ACTIONS(3121), [anon_sym_AMP_AMP] = ACTIONS(3121), [anon_sym_AMP] = ACTIONS(3119), [anon_sym_SEMI] = ACTIONS(3121), [anon_sym_typedef] = ACTIONS(3119), [anon_sym_extern] = ACTIONS(3119), [anon_sym___attribute__] = ACTIONS(3119), [anon_sym_COLON_COLON] = ACTIONS(3121), [anon_sym_LBRACK_LBRACK] = ACTIONS(3121), [anon_sym___declspec] = ACTIONS(3119), [anon_sym___based] = ACTIONS(3119), [anon_sym___cdecl] = ACTIONS(3119), [anon_sym___clrcall] = ACTIONS(3119), [anon_sym___stdcall] = ACTIONS(3119), [anon_sym___fastcall] = ACTIONS(3119), [anon_sym___thiscall] = ACTIONS(3119), [anon_sym___vectorcall] = ACTIONS(3119), [anon_sym_LBRACE] = ACTIONS(3121), [anon_sym_signed] = ACTIONS(3119), [anon_sym_unsigned] = ACTIONS(3119), [anon_sym_long] = ACTIONS(3119), [anon_sym_short] = ACTIONS(3119), [anon_sym_LBRACK] = ACTIONS(3119), [anon_sym_static] = ACTIONS(3119), [anon_sym_register] = ACTIONS(3119), [anon_sym_inline] = ACTIONS(3119), [anon_sym_thread_local] = ACTIONS(3119), [anon_sym_const] = ACTIONS(3119), [anon_sym_constexpr] = ACTIONS(3119), [anon_sym_volatile] = ACTIONS(3119), [anon_sym_restrict] = ACTIONS(3119), [anon_sym___restrict__] = ACTIONS(3119), [anon_sym__Atomic] = ACTIONS(3119), [anon_sym__Noreturn] = ACTIONS(3119), [anon_sym_noreturn] = ACTIONS(3119), [anon_sym_mutable] = ACTIONS(3119), [anon_sym_constinit] = ACTIONS(3119), [anon_sym_consteval] = ACTIONS(3119), [sym_primitive_type] = ACTIONS(3119), [anon_sym_enum] = ACTIONS(3119), [anon_sym_class] = ACTIONS(3119), [anon_sym_struct] = ACTIONS(3119), [anon_sym_union] = ACTIONS(3119), [anon_sym_if] = ACTIONS(3119), [anon_sym_switch] = ACTIONS(3119), [anon_sym_case] = ACTIONS(3119), [anon_sym_default] = ACTIONS(3119), [anon_sym_while] = ACTIONS(3119), [anon_sym_do] = ACTIONS(3119), [anon_sym_for] = ACTIONS(3119), [anon_sym_return] = ACTIONS(3119), [anon_sym_break] = ACTIONS(3119), [anon_sym_continue] = ACTIONS(3119), [anon_sym_goto] = ACTIONS(3119), [anon_sym_not] = ACTIONS(3119), [anon_sym_compl] = ACTIONS(3119), [anon_sym_DASH_DASH] = ACTIONS(3121), [anon_sym_PLUS_PLUS] = ACTIONS(3121), [anon_sym_sizeof] = ACTIONS(3119), [anon_sym_offsetof] = ACTIONS(3119), [anon_sym__Generic] = ACTIONS(3119), [anon_sym_asm] = ACTIONS(3119), [anon_sym___asm__] = ACTIONS(3119), [sym_number_literal] = ACTIONS(3121), [anon_sym_L_SQUOTE] = ACTIONS(3121), [anon_sym_u_SQUOTE] = ACTIONS(3121), [anon_sym_U_SQUOTE] = ACTIONS(3121), [anon_sym_u8_SQUOTE] = ACTIONS(3121), [anon_sym_SQUOTE] = ACTIONS(3121), [anon_sym_L_DQUOTE] = ACTIONS(3121), [anon_sym_u_DQUOTE] = ACTIONS(3121), [anon_sym_U_DQUOTE] = ACTIONS(3121), [anon_sym_u8_DQUOTE] = ACTIONS(3121), [anon_sym_DQUOTE] = ACTIONS(3121), [sym_true] = ACTIONS(3119), [sym_false] = ACTIONS(3119), [anon_sym_NULL] = ACTIONS(3119), [anon_sym_nullptr] = ACTIONS(3119), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3119), [anon_sym_decltype] = ACTIONS(3119), [anon_sym_virtual] = ACTIONS(3119), [anon_sym_explicit] = ACTIONS(3119), [anon_sym_typename] = ACTIONS(3119), [anon_sym_template] = ACTIONS(3119), [anon_sym_operator] = ACTIONS(3119), [anon_sym_try] = ACTIONS(3119), [anon_sym_delete] = ACTIONS(3119), [anon_sym_throw] = ACTIONS(3119), [anon_sym_namespace] = ACTIONS(3119), [anon_sym_using] = ACTIONS(3119), [anon_sym_static_assert] = ACTIONS(3119), [anon_sym_concept] = ACTIONS(3119), [anon_sym_co_return] = ACTIONS(3119), [anon_sym_co_yield] = ACTIONS(3119), [anon_sym_R_DQUOTE] = ACTIONS(3121), [anon_sym_LR_DQUOTE] = ACTIONS(3121), [anon_sym_uR_DQUOTE] = ACTIONS(3121), [anon_sym_UR_DQUOTE] = ACTIONS(3121), [anon_sym_u8R_DQUOTE] = ACTIONS(3121), [anon_sym_co_await] = ACTIONS(3119), [anon_sym_new] = ACTIONS(3119), [anon_sym_requires] = ACTIONS(3119), [sym_this] = ACTIONS(3119), }, [1276] = { [sym_identifier] = ACTIONS(3207), [aux_sym_preproc_include_token1] = ACTIONS(3207), [aux_sym_preproc_def_token1] = ACTIONS(3207), [aux_sym_preproc_if_token1] = ACTIONS(3207), [aux_sym_preproc_if_token2] = ACTIONS(3207), [aux_sym_preproc_ifdef_token1] = ACTIONS(3207), [aux_sym_preproc_ifdef_token2] = ACTIONS(3207), [sym_preproc_directive] = ACTIONS(3207), [anon_sym_LPAREN2] = ACTIONS(3209), [anon_sym_BANG] = ACTIONS(3209), [anon_sym_TILDE] = ACTIONS(3209), [anon_sym_DASH] = ACTIONS(3207), [anon_sym_PLUS] = ACTIONS(3207), [anon_sym_STAR] = ACTIONS(3209), [anon_sym_AMP_AMP] = ACTIONS(3209), [anon_sym_AMP] = ACTIONS(3207), [anon_sym_SEMI] = ACTIONS(3209), [anon_sym_typedef] = ACTIONS(3207), [anon_sym_extern] = ACTIONS(3207), [anon_sym___attribute__] = ACTIONS(3207), [anon_sym_COLON_COLON] = ACTIONS(3209), [anon_sym_LBRACK_LBRACK] = ACTIONS(3209), [anon_sym___declspec] = ACTIONS(3207), [anon_sym___based] = ACTIONS(3207), [anon_sym___cdecl] = ACTIONS(3207), [anon_sym___clrcall] = ACTIONS(3207), [anon_sym___stdcall] = ACTIONS(3207), [anon_sym___fastcall] = ACTIONS(3207), [anon_sym___thiscall] = ACTIONS(3207), [anon_sym___vectorcall] = ACTIONS(3207), [anon_sym_LBRACE] = ACTIONS(3209), [anon_sym_signed] = ACTIONS(3207), [anon_sym_unsigned] = ACTIONS(3207), [anon_sym_long] = ACTIONS(3207), [anon_sym_short] = ACTIONS(3207), [anon_sym_LBRACK] = ACTIONS(3207), [anon_sym_static] = ACTIONS(3207), [anon_sym_register] = ACTIONS(3207), [anon_sym_inline] = ACTIONS(3207), [anon_sym_thread_local] = ACTIONS(3207), [anon_sym_const] = ACTIONS(3207), [anon_sym_constexpr] = ACTIONS(3207), [anon_sym_volatile] = ACTIONS(3207), [anon_sym_restrict] = ACTIONS(3207), [anon_sym___restrict__] = ACTIONS(3207), [anon_sym__Atomic] = ACTIONS(3207), [anon_sym__Noreturn] = ACTIONS(3207), [anon_sym_noreturn] = ACTIONS(3207), [anon_sym_mutable] = ACTIONS(3207), [anon_sym_constinit] = ACTIONS(3207), [anon_sym_consteval] = ACTIONS(3207), [sym_primitive_type] = ACTIONS(3207), [anon_sym_enum] = ACTIONS(3207), [anon_sym_class] = ACTIONS(3207), [anon_sym_struct] = ACTIONS(3207), [anon_sym_union] = ACTIONS(3207), [anon_sym_if] = ACTIONS(3207), [anon_sym_switch] = ACTIONS(3207), [anon_sym_case] = ACTIONS(3207), [anon_sym_default] = ACTIONS(3207), [anon_sym_while] = ACTIONS(3207), [anon_sym_do] = ACTIONS(3207), [anon_sym_for] = ACTIONS(3207), [anon_sym_return] = ACTIONS(3207), [anon_sym_break] = ACTIONS(3207), [anon_sym_continue] = ACTIONS(3207), [anon_sym_goto] = ACTIONS(3207), [anon_sym_not] = ACTIONS(3207), [anon_sym_compl] = ACTIONS(3207), [anon_sym_DASH_DASH] = ACTIONS(3209), [anon_sym_PLUS_PLUS] = ACTIONS(3209), [anon_sym_sizeof] = ACTIONS(3207), [anon_sym_offsetof] = ACTIONS(3207), [anon_sym__Generic] = ACTIONS(3207), [anon_sym_asm] = ACTIONS(3207), [anon_sym___asm__] = ACTIONS(3207), [sym_number_literal] = ACTIONS(3209), [anon_sym_L_SQUOTE] = ACTIONS(3209), [anon_sym_u_SQUOTE] = ACTIONS(3209), [anon_sym_U_SQUOTE] = ACTIONS(3209), [anon_sym_u8_SQUOTE] = ACTIONS(3209), [anon_sym_SQUOTE] = ACTIONS(3209), [anon_sym_L_DQUOTE] = ACTIONS(3209), [anon_sym_u_DQUOTE] = ACTIONS(3209), [anon_sym_U_DQUOTE] = ACTIONS(3209), [anon_sym_u8_DQUOTE] = ACTIONS(3209), [anon_sym_DQUOTE] = ACTIONS(3209), [sym_true] = ACTIONS(3207), [sym_false] = ACTIONS(3207), [anon_sym_NULL] = ACTIONS(3207), [anon_sym_nullptr] = ACTIONS(3207), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3207), [anon_sym_decltype] = ACTIONS(3207), [anon_sym_virtual] = ACTIONS(3207), [anon_sym_explicit] = ACTIONS(3207), [anon_sym_typename] = ACTIONS(3207), [anon_sym_template] = ACTIONS(3207), [anon_sym_operator] = ACTIONS(3207), [anon_sym_try] = ACTIONS(3207), [anon_sym_delete] = ACTIONS(3207), [anon_sym_throw] = ACTIONS(3207), [anon_sym_namespace] = ACTIONS(3207), [anon_sym_using] = ACTIONS(3207), [anon_sym_static_assert] = ACTIONS(3207), [anon_sym_concept] = ACTIONS(3207), [anon_sym_co_return] = ACTIONS(3207), [anon_sym_co_yield] = ACTIONS(3207), [anon_sym_R_DQUOTE] = ACTIONS(3209), [anon_sym_LR_DQUOTE] = ACTIONS(3209), [anon_sym_uR_DQUOTE] = ACTIONS(3209), [anon_sym_UR_DQUOTE] = ACTIONS(3209), [anon_sym_u8R_DQUOTE] = ACTIONS(3209), [anon_sym_co_await] = ACTIONS(3207), [anon_sym_new] = ACTIONS(3207), [anon_sym_requires] = ACTIONS(3207), [sym_this] = ACTIONS(3207), }, [1277] = { [sym_identifier] = ACTIONS(3299), [aux_sym_preproc_include_token1] = ACTIONS(3299), [aux_sym_preproc_def_token1] = ACTIONS(3299), [aux_sym_preproc_if_token1] = ACTIONS(3299), [aux_sym_preproc_ifdef_token1] = ACTIONS(3299), [aux_sym_preproc_ifdef_token2] = ACTIONS(3299), [sym_preproc_directive] = ACTIONS(3299), [anon_sym_LPAREN2] = ACTIONS(3301), [anon_sym_BANG] = ACTIONS(3301), [anon_sym_TILDE] = ACTIONS(3301), [anon_sym_DASH] = ACTIONS(3299), [anon_sym_PLUS] = ACTIONS(3299), [anon_sym_STAR] = ACTIONS(3301), [anon_sym_AMP_AMP] = ACTIONS(3301), [anon_sym_AMP] = ACTIONS(3299), [anon_sym_SEMI] = ACTIONS(3301), [anon_sym_typedef] = ACTIONS(3299), [anon_sym_extern] = ACTIONS(3299), [anon_sym___attribute__] = ACTIONS(3299), [anon_sym_COLON_COLON] = ACTIONS(3301), [anon_sym_LBRACK_LBRACK] = ACTIONS(3301), [anon_sym___declspec] = ACTIONS(3299), [anon_sym___based] = ACTIONS(3299), [anon_sym___cdecl] = ACTIONS(3299), [anon_sym___clrcall] = ACTIONS(3299), [anon_sym___stdcall] = ACTIONS(3299), [anon_sym___fastcall] = ACTIONS(3299), [anon_sym___thiscall] = ACTIONS(3299), [anon_sym___vectorcall] = ACTIONS(3299), [anon_sym_LBRACE] = ACTIONS(3301), [anon_sym_RBRACE] = ACTIONS(3301), [anon_sym_signed] = ACTIONS(3299), [anon_sym_unsigned] = ACTIONS(3299), [anon_sym_long] = ACTIONS(3299), [anon_sym_short] = ACTIONS(3299), [anon_sym_LBRACK] = ACTIONS(3299), [anon_sym_static] = ACTIONS(3299), [anon_sym_register] = ACTIONS(3299), [anon_sym_inline] = ACTIONS(3299), [anon_sym_thread_local] = ACTIONS(3299), [anon_sym_const] = ACTIONS(3299), [anon_sym_constexpr] = ACTIONS(3299), [anon_sym_volatile] = ACTIONS(3299), [anon_sym_restrict] = ACTIONS(3299), [anon_sym___restrict__] = ACTIONS(3299), [anon_sym__Atomic] = ACTIONS(3299), [anon_sym__Noreturn] = ACTIONS(3299), [anon_sym_noreturn] = ACTIONS(3299), [anon_sym_mutable] = ACTIONS(3299), [anon_sym_constinit] = ACTIONS(3299), [anon_sym_consteval] = ACTIONS(3299), [sym_primitive_type] = ACTIONS(3299), [anon_sym_enum] = ACTIONS(3299), [anon_sym_class] = ACTIONS(3299), [anon_sym_struct] = ACTIONS(3299), [anon_sym_union] = ACTIONS(3299), [anon_sym_if] = ACTIONS(3299), [anon_sym_switch] = ACTIONS(3299), [anon_sym_case] = ACTIONS(3299), [anon_sym_default] = ACTIONS(3299), [anon_sym_while] = ACTIONS(3299), [anon_sym_do] = ACTIONS(3299), [anon_sym_for] = ACTIONS(3299), [anon_sym_return] = ACTIONS(3299), [anon_sym_break] = ACTIONS(3299), [anon_sym_continue] = ACTIONS(3299), [anon_sym_goto] = ACTIONS(3299), [anon_sym_not] = ACTIONS(3299), [anon_sym_compl] = ACTIONS(3299), [anon_sym_DASH_DASH] = ACTIONS(3301), [anon_sym_PLUS_PLUS] = ACTIONS(3301), [anon_sym_sizeof] = ACTIONS(3299), [anon_sym_offsetof] = ACTIONS(3299), [anon_sym__Generic] = ACTIONS(3299), [anon_sym_asm] = ACTIONS(3299), [anon_sym___asm__] = ACTIONS(3299), [sym_number_literal] = ACTIONS(3301), [anon_sym_L_SQUOTE] = ACTIONS(3301), [anon_sym_u_SQUOTE] = ACTIONS(3301), [anon_sym_U_SQUOTE] = ACTIONS(3301), [anon_sym_u8_SQUOTE] = ACTIONS(3301), [anon_sym_SQUOTE] = ACTIONS(3301), [anon_sym_L_DQUOTE] = ACTIONS(3301), [anon_sym_u_DQUOTE] = ACTIONS(3301), [anon_sym_U_DQUOTE] = ACTIONS(3301), [anon_sym_u8_DQUOTE] = ACTIONS(3301), [anon_sym_DQUOTE] = ACTIONS(3301), [sym_true] = ACTIONS(3299), [sym_false] = ACTIONS(3299), [anon_sym_NULL] = ACTIONS(3299), [anon_sym_nullptr] = ACTIONS(3299), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3299), [anon_sym_decltype] = ACTIONS(3299), [anon_sym_virtual] = ACTIONS(3299), [anon_sym_explicit] = ACTIONS(3299), [anon_sym_typename] = ACTIONS(3299), [anon_sym_template] = ACTIONS(3299), [anon_sym_operator] = ACTIONS(3299), [anon_sym_try] = ACTIONS(3299), [anon_sym_delete] = ACTIONS(3299), [anon_sym_throw] = ACTIONS(3299), [anon_sym_namespace] = ACTIONS(3299), [anon_sym_using] = ACTIONS(3299), [anon_sym_static_assert] = ACTIONS(3299), [anon_sym_concept] = ACTIONS(3299), [anon_sym_co_return] = ACTIONS(3299), [anon_sym_co_yield] = ACTIONS(3299), [anon_sym_R_DQUOTE] = ACTIONS(3301), [anon_sym_LR_DQUOTE] = ACTIONS(3301), [anon_sym_uR_DQUOTE] = ACTIONS(3301), [anon_sym_UR_DQUOTE] = ACTIONS(3301), [anon_sym_u8R_DQUOTE] = ACTIONS(3301), [anon_sym_co_await] = ACTIONS(3299), [anon_sym_new] = ACTIONS(3299), [anon_sym_requires] = ACTIONS(3299), [sym_this] = ACTIONS(3299), }, [1278] = { [sym_identifier] = ACTIONS(3287), [aux_sym_preproc_include_token1] = ACTIONS(3287), [aux_sym_preproc_def_token1] = ACTIONS(3287), [aux_sym_preproc_if_token1] = ACTIONS(3287), [aux_sym_preproc_ifdef_token1] = ACTIONS(3287), [aux_sym_preproc_ifdef_token2] = ACTIONS(3287), [sym_preproc_directive] = ACTIONS(3287), [anon_sym_LPAREN2] = ACTIONS(3289), [anon_sym_BANG] = ACTIONS(3289), [anon_sym_TILDE] = ACTIONS(3289), [anon_sym_DASH] = ACTIONS(3287), [anon_sym_PLUS] = ACTIONS(3287), [anon_sym_STAR] = ACTIONS(3289), [anon_sym_AMP_AMP] = ACTIONS(3289), [anon_sym_AMP] = ACTIONS(3287), [anon_sym_SEMI] = ACTIONS(3289), [anon_sym_typedef] = ACTIONS(3287), [anon_sym_extern] = ACTIONS(3287), [anon_sym___attribute__] = ACTIONS(3287), [anon_sym_COLON_COLON] = ACTIONS(3289), [anon_sym_LBRACK_LBRACK] = ACTIONS(3289), [anon_sym___declspec] = ACTIONS(3287), [anon_sym___based] = ACTIONS(3287), [anon_sym___cdecl] = ACTIONS(3287), [anon_sym___clrcall] = ACTIONS(3287), [anon_sym___stdcall] = ACTIONS(3287), [anon_sym___fastcall] = ACTIONS(3287), [anon_sym___thiscall] = ACTIONS(3287), [anon_sym___vectorcall] = ACTIONS(3287), [anon_sym_LBRACE] = ACTIONS(3289), [anon_sym_RBRACE] = ACTIONS(3289), [anon_sym_signed] = ACTIONS(3287), [anon_sym_unsigned] = ACTIONS(3287), [anon_sym_long] = ACTIONS(3287), [anon_sym_short] = ACTIONS(3287), [anon_sym_LBRACK] = ACTIONS(3287), [anon_sym_static] = ACTIONS(3287), [anon_sym_register] = ACTIONS(3287), [anon_sym_inline] = ACTIONS(3287), [anon_sym_thread_local] = ACTIONS(3287), [anon_sym_const] = ACTIONS(3287), [anon_sym_constexpr] = ACTIONS(3287), [anon_sym_volatile] = ACTIONS(3287), [anon_sym_restrict] = ACTIONS(3287), [anon_sym___restrict__] = ACTIONS(3287), [anon_sym__Atomic] = ACTIONS(3287), [anon_sym__Noreturn] = ACTIONS(3287), [anon_sym_noreturn] = ACTIONS(3287), [anon_sym_mutable] = ACTIONS(3287), [anon_sym_constinit] = ACTIONS(3287), [anon_sym_consteval] = ACTIONS(3287), [sym_primitive_type] = ACTIONS(3287), [anon_sym_enum] = ACTIONS(3287), [anon_sym_class] = ACTIONS(3287), [anon_sym_struct] = ACTIONS(3287), [anon_sym_union] = ACTIONS(3287), [anon_sym_if] = ACTIONS(3287), [anon_sym_switch] = ACTIONS(3287), [anon_sym_case] = ACTIONS(3287), [anon_sym_default] = ACTIONS(3287), [anon_sym_while] = ACTIONS(3287), [anon_sym_do] = ACTIONS(3287), [anon_sym_for] = ACTIONS(3287), [anon_sym_return] = ACTIONS(3287), [anon_sym_break] = ACTIONS(3287), [anon_sym_continue] = ACTIONS(3287), [anon_sym_goto] = ACTIONS(3287), [anon_sym_not] = ACTIONS(3287), [anon_sym_compl] = ACTIONS(3287), [anon_sym_DASH_DASH] = ACTIONS(3289), [anon_sym_PLUS_PLUS] = ACTIONS(3289), [anon_sym_sizeof] = ACTIONS(3287), [anon_sym_offsetof] = ACTIONS(3287), [anon_sym__Generic] = ACTIONS(3287), [anon_sym_asm] = ACTIONS(3287), [anon_sym___asm__] = ACTIONS(3287), [sym_number_literal] = ACTIONS(3289), [anon_sym_L_SQUOTE] = ACTIONS(3289), [anon_sym_u_SQUOTE] = ACTIONS(3289), [anon_sym_U_SQUOTE] = ACTIONS(3289), [anon_sym_u8_SQUOTE] = ACTIONS(3289), [anon_sym_SQUOTE] = ACTIONS(3289), [anon_sym_L_DQUOTE] = ACTIONS(3289), [anon_sym_u_DQUOTE] = ACTIONS(3289), [anon_sym_U_DQUOTE] = ACTIONS(3289), [anon_sym_u8_DQUOTE] = ACTIONS(3289), [anon_sym_DQUOTE] = ACTIONS(3289), [sym_true] = ACTIONS(3287), [sym_false] = ACTIONS(3287), [anon_sym_NULL] = ACTIONS(3287), [anon_sym_nullptr] = ACTIONS(3287), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3287), [anon_sym_decltype] = ACTIONS(3287), [anon_sym_virtual] = ACTIONS(3287), [anon_sym_explicit] = ACTIONS(3287), [anon_sym_typename] = ACTIONS(3287), [anon_sym_template] = ACTIONS(3287), [anon_sym_operator] = ACTIONS(3287), [anon_sym_try] = ACTIONS(3287), [anon_sym_delete] = ACTIONS(3287), [anon_sym_throw] = ACTIONS(3287), [anon_sym_namespace] = ACTIONS(3287), [anon_sym_using] = ACTIONS(3287), [anon_sym_static_assert] = ACTIONS(3287), [anon_sym_concept] = ACTIONS(3287), [anon_sym_co_return] = ACTIONS(3287), [anon_sym_co_yield] = ACTIONS(3287), [anon_sym_R_DQUOTE] = ACTIONS(3289), [anon_sym_LR_DQUOTE] = ACTIONS(3289), [anon_sym_uR_DQUOTE] = ACTIONS(3289), [anon_sym_UR_DQUOTE] = ACTIONS(3289), [anon_sym_u8R_DQUOTE] = ACTIONS(3289), [anon_sym_co_await] = ACTIONS(3287), [anon_sym_new] = ACTIONS(3287), [anon_sym_requires] = ACTIONS(3287), [sym_this] = ACTIONS(3287), }, [1279] = { [sym_identifier] = ACTIONS(3315), [aux_sym_preproc_include_token1] = ACTIONS(3315), [aux_sym_preproc_def_token1] = ACTIONS(3315), [aux_sym_preproc_if_token1] = ACTIONS(3315), [aux_sym_preproc_if_token2] = ACTIONS(3315), [aux_sym_preproc_ifdef_token1] = ACTIONS(3315), [aux_sym_preproc_ifdef_token2] = ACTIONS(3315), [sym_preproc_directive] = ACTIONS(3315), [anon_sym_LPAREN2] = ACTIONS(3317), [anon_sym_BANG] = ACTIONS(3317), [anon_sym_TILDE] = ACTIONS(3317), [anon_sym_DASH] = ACTIONS(3315), [anon_sym_PLUS] = ACTIONS(3315), [anon_sym_STAR] = ACTIONS(3317), [anon_sym_AMP_AMP] = ACTIONS(3317), [anon_sym_AMP] = ACTIONS(3315), [anon_sym_SEMI] = ACTIONS(3317), [anon_sym_typedef] = ACTIONS(3315), [anon_sym_extern] = ACTIONS(3315), [anon_sym___attribute__] = ACTIONS(3315), [anon_sym_COLON_COLON] = ACTIONS(3317), [anon_sym_LBRACK_LBRACK] = ACTIONS(3317), [anon_sym___declspec] = ACTIONS(3315), [anon_sym___based] = ACTIONS(3315), [anon_sym___cdecl] = ACTIONS(3315), [anon_sym___clrcall] = ACTIONS(3315), [anon_sym___stdcall] = ACTIONS(3315), [anon_sym___fastcall] = ACTIONS(3315), [anon_sym___thiscall] = ACTIONS(3315), [anon_sym___vectorcall] = ACTIONS(3315), [anon_sym_LBRACE] = ACTIONS(3317), [anon_sym_signed] = ACTIONS(3315), [anon_sym_unsigned] = ACTIONS(3315), [anon_sym_long] = ACTIONS(3315), [anon_sym_short] = ACTIONS(3315), [anon_sym_LBRACK] = ACTIONS(3315), [anon_sym_static] = ACTIONS(3315), [anon_sym_register] = ACTIONS(3315), [anon_sym_inline] = ACTIONS(3315), [anon_sym_thread_local] = ACTIONS(3315), [anon_sym_const] = ACTIONS(3315), [anon_sym_constexpr] = ACTIONS(3315), [anon_sym_volatile] = ACTIONS(3315), [anon_sym_restrict] = ACTIONS(3315), [anon_sym___restrict__] = ACTIONS(3315), [anon_sym__Atomic] = ACTIONS(3315), [anon_sym__Noreturn] = ACTIONS(3315), [anon_sym_noreturn] = ACTIONS(3315), [anon_sym_mutable] = ACTIONS(3315), [anon_sym_constinit] = ACTIONS(3315), [anon_sym_consteval] = ACTIONS(3315), [sym_primitive_type] = ACTIONS(3315), [anon_sym_enum] = ACTIONS(3315), [anon_sym_class] = ACTIONS(3315), [anon_sym_struct] = ACTIONS(3315), [anon_sym_union] = ACTIONS(3315), [anon_sym_if] = ACTIONS(3315), [anon_sym_switch] = ACTIONS(3315), [anon_sym_case] = ACTIONS(3315), [anon_sym_default] = ACTIONS(3315), [anon_sym_while] = ACTIONS(3315), [anon_sym_do] = ACTIONS(3315), [anon_sym_for] = ACTIONS(3315), [anon_sym_return] = ACTIONS(3315), [anon_sym_break] = ACTIONS(3315), [anon_sym_continue] = ACTIONS(3315), [anon_sym_goto] = ACTIONS(3315), [anon_sym_not] = ACTIONS(3315), [anon_sym_compl] = ACTIONS(3315), [anon_sym_DASH_DASH] = ACTIONS(3317), [anon_sym_PLUS_PLUS] = ACTIONS(3317), [anon_sym_sizeof] = ACTIONS(3315), [anon_sym_offsetof] = ACTIONS(3315), [anon_sym__Generic] = ACTIONS(3315), [anon_sym_asm] = ACTIONS(3315), [anon_sym___asm__] = ACTIONS(3315), [sym_number_literal] = ACTIONS(3317), [anon_sym_L_SQUOTE] = ACTIONS(3317), [anon_sym_u_SQUOTE] = ACTIONS(3317), [anon_sym_U_SQUOTE] = ACTIONS(3317), [anon_sym_u8_SQUOTE] = ACTIONS(3317), [anon_sym_SQUOTE] = ACTIONS(3317), [anon_sym_L_DQUOTE] = ACTIONS(3317), [anon_sym_u_DQUOTE] = ACTIONS(3317), [anon_sym_U_DQUOTE] = ACTIONS(3317), [anon_sym_u8_DQUOTE] = ACTIONS(3317), [anon_sym_DQUOTE] = ACTIONS(3317), [sym_true] = ACTIONS(3315), [sym_false] = ACTIONS(3315), [anon_sym_NULL] = ACTIONS(3315), [anon_sym_nullptr] = ACTIONS(3315), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3315), [anon_sym_decltype] = ACTIONS(3315), [anon_sym_virtual] = ACTIONS(3315), [anon_sym_explicit] = ACTIONS(3315), [anon_sym_typename] = ACTIONS(3315), [anon_sym_template] = ACTIONS(3315), [anon_sym_operator] = ACTIONS(3315), [anon_sym_try] = ACTIONS(3315), [anon_sym_delete] = ACTIONS(3315), [anon_sym_throw] = ACTIONS(3315), [anon_sym_namespace] = ACTIONS(3315), [anon_sym_using] = ACTIONS(3315), [anon_sym_static_assert] = ACTIONS(3315), [anon_sym_concept] = ACTIONS(3315), [anon_sym_co_return] = ACTIONS(3315), [anon_sym_co_yield] = ACTIONS(3315), [anon_sym_R_DQUOTE] = ACTIONS(3317), [anon_sym_LR_DQUOTE] = ACTIONS(3317), [anon_sym_uR_DQUOTE] = ACTIONS(3317), [anon_sym_UR_DQUOTE] = ACTIONS(3317), [anon_sym_u8R_DQUOTE] = ACTIONS(3317), [anon_sym_co_await] = ACTIONS(3315), [anon_sym_new] = ACTIONS(3315), [anon_sym_requires] = ACTIONS(3315), [sym_this] = ACTIONS(3315), }, [1280] = { [sym_identifier] = ACTIONS(3119), [aux_sym_preproc_include_token1] = ACTIONS(3119), [aux_sym_preproc_def_token1] = ACTIONS(3119), [aux_sym_preproc_if_token1] = ACTIONS(3119), [aux_sym_preproc_ifdef_token1] = ACTIONS(3119), [aux_sym_preproc_ifdef_token2] = ACTIONS(3119), [sym_preproc_directive] = ACTIONS(3119), [anon_sym_LPAREN2] = ACTIONS(3121), [anon_sym_BANG] = ACTIONS(3121), [anon_sym_TILDE] = ACTIONS(3121), [anon_sym_DASH] = ACTIONS(3119), [anon_sym_PLUS] = ACTIONS(3119), [anon_sym_STAR] = ACTIONS(3121), [anon_sym_AMP_AMP] = ACTIONS(3121), [anon_sym_AMP] = ACTIONS(3119), [anon_sym_SEMI] = ACTIONS(3121), [anon_sym_typedef] = ACTIONS(3119), [anon_sym_extern] = ACTIONS(3119), [anon_sym___attribute__] = ACTIONS(3119), [anon_sym_COLON_COLON] = ACTIONS(3121), [anon_sym_LBRACK_LBRACK] = ACTIONS(3121), [anon_sym___declspec] = ACTIONS(3119), [anon_sym___based] = ACTIONS(3119), [anon_sym___cdecl] = ACTIONS(3119), [anon_sym___clrcall] = ACTIONS(3119), [anon_sym___stdcall] = ACTIONS(3119), [anon_sym___fastcall] = ACTIONS(3119), [anon_sym___thiscall] = ACTIONS(3119), [anon_sym___vectorcall] = ACTIONS(3119), [anon_sym_LBRACE] = ACTIONS(3121), [anon_sym_RBRACE] = ACTIONS(3121), [anon_sym_signed] = ACTIONS(3119), [anon_sym_unsigned] = ACTIONS(3119), [anon_sym_long] = ACTIONS(3119), [anon_sym_short] = ACTIONS(3119), [anon_sym_LBRACK] = ACTIONS(3119), [anon_sym_static] = ACTIONS(3119), [anon_sym_register] = ACTIONS(3119), [anon_sym_inline] = ACTIONS(3119), [anon_sym_thread_local] = ACTIONS(3119), [anon_sym_const] = ACTIONS(3119), [anon_sym_constexpr] = ACTIONS(3119), [anon_sym_volatile] = ACTIONS(3119), [anon_sym_restrict] = ACTIONS(3119), [anon_sym___restrict__] = ACTIONS(3119), [anon_sym__Atomic] = ACTIONS(3119), [anon_sym__Noreturn] = ACTIONS(3119), [anon_sym_noreturn] = ACTIONS(3119), [anon_sym_mutable] = ACTIONS(3119), [anon_sym_constinit] = ACTIONS(3119), [anon_sym_consteval] = ACTIONS(3119), [sym_primitive_type] = ACTIONS(3119), [anon_sym_enum] = ACTIONS(3119), [anon_sym_class] = ACTIONS(3119), [anon_sym_struct] = ACTIONS(3119), [anon_sym_union] = ACTIONS(3119), [anon_sym_if] = ACTIONS(3119), [anon_sym_switch] = ACTIONS(3119), [anon_sym_case] = ACTIONS(3119), [anon_sym_default] = ACTIONS(3119), [anon_sym_while] = ACTIONS(3119), [anon_sym_do] = ACTIONS(3119), [anon_sym_for] = ACTIONS(3119), [anon_sym_return] = ACTIONS(3119), [anon_sym_break] = ACTIONS(3119), [anon_sym_continue] = ACTIONS(3119), [anon_sym_goto] = ACTIONS(3119), [anon_sym_not] = ACTIONS(3119), [anon_sym_compl] = ACTIONS(3119), [anon_sym_DASH_DASH] = ACTIONS(3121), [anon_sym_PLUS_PLUS] = ACTIONS(3121), [anon_sym_sizeof] = ACTIONS(3119), [anon_sym_offsetof] = ACTIONS(3119), [anon_sym__Generic] = ACTIONS(3119), [anon_sym_asm] = ACTIONS(3119), [anon_sym___asm__] = ACTIONS(3119), [sym_number_literal] = ACTIONS(3121), [anon_sym_L_SQUOTE] = ACTIONS(3121), [anon_sym_u_SQUOTE] = ACTIONS(3121), [anon_sym_U_SQUOTE] = ACTIONS(3121), [anon_sym_u8_SQUOTE] = ACTIONS(3121), [anon_sym_SQUOTE] = ACTIONS(3121), [anon_sym_L_DQUOTE] = ACTIONS(3121), [anon_sym_u_DQUOTE] = ACTIONS(3121), [anon_sym_U_DQUOTE] = ACTIONS(3121), [anon_sym_u8_DQUOTE] = ACTIONS(3121), [anon_sym_DQUOTE] = ACTIONS(3121), [sym_true] = ACTIONS(3119), [sym_false] = ACTIONS(3119), [anon_sym_NULL] = ACTIONS(3119), [anon_sym_nullptr] = ACTIONS(3119), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3119), [anon_sym_decltype] = ACTIONS(3119), [anon_sym_virtual] = ACTIONS(3119), [anon_sym_explicit] = ACTIONS(3119), [anon_sym_typename] = ACTIONS(3119), [anon_sym_template] = ACTIONS(3119), [anon_sym_operator] = ACTIONS(3119), [anon_sym_try] = ACTIONS(3119), [anon_sym_delete] = ACTIONS(3119), [anon_sym_throw] = ACTIONS(3119), [anon_sym_namespace] = ACTIONS(3119), [anon_sym_using] = ACTIONS(3119), [anon_sym_static_assert] = ACTIONS(3119), [anon_sym_concept] = ACTIONS(3119), [anon_sym_co_return] = ACTIONS(3119), [anon_sym_co_yield] = ACTIONS(3119), [anon_sym_R_DQUOTE] = ACTIONS(3121), [anon_sym_LR_DQUOTE] = ACTIONS(3121), [anon_sym_uR_DQUOTE] = ACTIONS(3121), [anon_sym_UR_DQUOTE] = ACTIONS(3121), [anon_sym_u8R_DQUOTE] = ACTIONS(3121), [anon_sym_co_await] = ACTIONS(3119), [anon_sym_new] = ACTIONS(3119), [anon_sym_requires] = ACTIONS(3119), [sym_this] = ACTIONS(3119), }, [1281] = { [sym_identifier] = ACTIONS(3127), [aux_sym_preproc_include_token1] = ACTIONS(3127), [aux_sym_preproc_def_token1] = ACTIONS(3127), [aux_sym_preproc_if_token1] = ACTIONS(3127), [aux_sym_preproc_if_token2] = ACTIONS(3127), [aux_sym_preproc_ifdef_token1] = ACTIONS(3127), [aux_sym_preproc_ifdef_token2] = ACTIONS(3127), [sym_preproc_directive] = ACTIONS(3127), [anon_sym_LPAREN2] = ACTIONS(3129), [anon_sym_BANG] = ACTIONS(3129), [anon_sym_TILDE] = ACTIONS(3129), [anon_sym_DASH] = ACTIONS(3127), [anon_sym_PLUS] = ACTIONS(3127), [anon_sym_STAR] = ACTIONS(3129), [anon_sym_AMP_AMP] = ACTIONS(3129), [anon_sym_AMP] = ACTIONS(3127), [anon_sym_SEMI] = ACTIONS(3129), [anon_sym_typedef] = ACTIONS(3127), [anon_sym_extern] = ACTIONS(3127), [anon_sym___attribute__] = ACTIONS(3127), [anon_sym_COLON_COLON] = ACTIONS(3129), [anon_sym_LBRACK_LBRACK] = ACTIONS(3129), [anon_sym___declspec] = ACTIONS(3127), [anon_sym___based] = ACTIONS(3127), [anon_sym___cdecl] = ACTIONS(3127), [anon_sym___clrcall] = ACTIONS(3127), [anon_sym___stdcall] = ACTIONS(3127), [anon_sym___fastcall] = ACTIONS(3127), [anon_sym___thiscall] = ACTIONS(3127), [anon_sym___vectorcall] = ACTIONS(3127), [anon_sym_LBRACE] = ACTIONS(3129), [anon_sym_signed] = ACTIONS(3127), [anon_sym_unsigned] = ACTIONS(3127), [anon_sym_long] = ACTIONS(3127), [anon_sym_short] = ACTIONS(3127), [anon_sym_LBRACK] = ACTIONS(3127), [anon_sym_static] = ACTIONS(3127), [anon_sym_register] = ACTIONS(3127), [anon_sym_inline] = ACTIONS(3127), [anon_sym_thread_local] = ACTIONS(3127), [anon_sym_const] = ACTIONS(3127), [anon_sym_constexpr] = ACTIONS(3127), [anon_sym_volatile] = ACTIONS(3127), [anon_sym_restrict] = ACTIONS(3127), [anon_sym___restrict__] = ACTIONS(3127), [anon_sym__Atomic] = ACTIONS(3127), [anon_sym__Noreturn] = ACTIONS(3127), [anon_sym_noreturn] = ACTIONS(3127), [anon_sym_mutable] = ACTIONS(3127), [anon_sym_constinit] = ACTIONS(3127), [anon_sym_consteval] = ACTIONS(3127), [sym_primitive_type] = ACTIONS(3127), [anon_sym_enum] = ACTIONS(3127), [anon_sym_class] = ACTIONS(3127), [anon_sym_struct] = ACTIONS(3127), [anon_sym_union] = ACTIONS(3127), [anon_sym_if] = ACTIONS(3127), [anon_sym_switch] = ACTIONS(3127), [anon_sym_case] = ACTIONS(3127), [anon_sym_default] = ACTIONS(3127), [anon_sym_while] = ACTIONS(3127), [anon_sym_do] = ACTIONS(3127), [anon_sym_for] = ACTIONS(3127), [anon_sym_return] = ACTIONS(3127), [anon_sym_break] = ACTIONS(3127), [anon_sym_continue] = ACTIONS(3127), [anon_sym_goto] = ACTIONS(3127), [anon_sym_not] = ACTIONS(3127), [anon_sym_compl] = ACTIONS(3127), [anon_sym_DASH_DASH] = ACTIONS(3129), [anon_sym_PLUS_PLUS] = ACTIONS(3129), [anon_sym_sizeof] = ACTIONS(3127), [anon_sym_offsetof] = ACTIONS(3127), [anon_sym__Generic] = ACTIONS(3127), [anon_sym_asm] = ACTIONS(3127), [anon_sym___asm__] = ACTIONS(3127), [sym_number_literal] = ACTIONS(3129), [anon_sym_L_SQUOTE] = ACTIONS(3129), [anon_sym_u_SQUOTE] = ACTIONS(3129), [anon_sym_U_SQUOTE] = ACTIONS(3129), [anon_sym_u8_SQUOTE] = ACTIONS(3129), [anon_sym_SQUOTE] = ACTIONS(3129), [anon_sym_L_DQUOTE] = ACTIONS(3129), [anon_sym_u_DQUOTE] = ACTIONS(3129), [anon_sym_U_DQUOTE] = ACTIONS(3129), [anon_sym_u8_DQUOTE] = ACTIONS(3129), [anon_sym_DQUOTE] = ACTIONS(3129), [sym_true] = ACTIONS(3127), [sym_false] = ACTIONS(3127), [anon_sym_NULL] = ACTIONS(3127), [anon_sym_nullptr] = ACTIONS(3127), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3127), [anon_sym_decltype] = ACTIONS(3127), [anon_sym_virtual] = ACTIONS(3127), [anon_sym_explicit] = ACTIONS(3127), [anon_sym_typename] = ACTIONS(3127), [anon_sym_template] = ACTIONS(3127), [anon_sym_operator] = ACTIONS(3127), [anon_sym_try] = ACTIONS(3127), [anon_sym_delete] = ACTIONS(3127), [anon_sym_throw] = ACTIONS(3127), [anon_sym_namespace] = ACTIONS(3127), [anon_sym_using] = ACTIONS(3127), [anon_sym_static_assert] = ACTIONS(3127), [anon_sym_concept] = ACTIONS(3127), [anon_sym_co_return] = ACTIONS(3127), [anon_sym_co_yield] = ACTIONS(3127), [anon_sym_R_DQUOTE] = ACTIONS(3129), [anon_sym_LR_DQUOTE] = ACTIONS(3129), [anon_sym_uR_DQUOTE] = ACTIONS(3129), [anon_sym_UR_DQUOTE] = ACTIONS(3129), [anon_sym_u8R_DQUOTE] = ACTIONS(3129), [anon_sym_co_await] = ACTIONS(3127), [anon_sym_new] = ACTIONS(3127), [anon_sym_requires] = ACTIONS(3127), [sym_this] = ACTIONS(3127), }, [1282] = { [sym_identifier] = ACTIONS(3281), [aux_sym_preproc_include_token1] = ACTIONS(3281), [aux_sym_preproc_def_token1] = ACTIONS(3281), [aux_sym_preproc_if_token1] = ACTIONS(3281), [aux_sym_preproc_if_token2] = ACTIONS(3281), [aux_sym_preproc_ifdef_token1] = ACTIONS(3281), [aux_sym_preproc_ifdef_token2] = ACTIONS(3281), [sym_preproc_directive] = ACTIONS(3281), [anon_sym_LPAREN2] = ACTIONS(3283), [anon_sym_BANG] = ACTIONS(3283), [anon_sym_TILDE] = ACTIONS(3283), [anon_sym_DASH] = ACTIONS(3281), [anon_sym_PLUS] = ACTIONS(3281), [anon_sym_STAR] = ACTIONS(3283), [anon_sym_AMP_AMP] = ACTIONS(3283), [anon_sym_AMP] = ACTIONS(3281), [anon_sym_SEMI] = ACTIONS(3283), [anon_sym_typedef] = ACTIONS(3281), [anon_sym_extern] = ACTIONS(3281), [anon_sym___attribute__] = ACTIONS(3281), [anon_sym_COLON_COLON] = ACTIONS(3283), [anon_sym_LBRACK_LBRACK] = ACTIONS(3283), [anon_sym___declspec] = ACTIONS(3281), [anon_sym___based] = ACTIONS(3281), [anon_sym___cdecl] = ACTIONS(3281), [anon_sym___clrcall] = ACTIONS(3281), [anon_sym___stdcall] = ACTIONS(3281), [anon_sym___fastcall] = ACTIONS(3281), [anon_sym___thiscall] = ACTIONS(3281), [anon_sym___vectorcall] = ACTIONS(3281), [anon_sym_LBRACE] = ACTIONS(3283), [anon_sym_signed] = ACTIONS(3281), [anon_sym_unsigned] = ACTIONS(3281), [anon_sym_long] = ACTIONS(3281), [anon_sym_short] = ACTIONS(3281), [anon_sym_LBRACK] = ACTIONS(3281), [anon_sym_static] = ACTIONS(3281), [anon_sym_register] = ACTIONS(3281), [anon_sym_inline] = ACTIONS(3281), [anon_sym_thread_local] = ACTIONS(3281), [anon_sym_const] = ACTIONS(3281), [anon_sym_constexpr] = ACTIONS(3281), [anon_sym_volatile] = ACTIONS(3281), [anon_sym_restrict] = ACTIONS(3281), [anon_sym___restrict__] = ACTIONS(3281), [anon_sym__Atomic] = ACTIONS(3281), [anon_sym__Noreturn] = ACTIONS(3281), [anon_sym_noreturn] = ACTIONS(3281), [anon_sym_mutable] = ACTIONS(3281), [anon_sym_constinit] = ACTIONS(3281), [anon_sym_consteval] = ACTIONS(3281), [sym_primitive_type] = ACTIONS(3281), [anon_sym_enum] = ACTIONS(3281), [anon_sym_class] = ACTIONS(3281), [anon_sym_struct] = ACTIONS(3281), [anon_sym_union] = ACTIONS(3281), [anon_sym_if] = ACTIONS(3281), [anon_sym_switch] = ACTIONS(3281), [anon_sym_case] = ACTIONS(3281), [anon_sym_default] = ACTIONS(3281), [anon_sym_while] = ACTIONS(3281), [anon_sym_do] = ACTIONS(3281), [anon_sym_for] = ACTIONS(3281), [anon_sym_return] = ACTIONS(3281), [anon_sym_break] = ACTIONS(3281), [anon_sym_continue] = ACTIONS(3281), [anon_sym_goto] = ACTIONS(3281), [anon_sym_not] = ACTIONS(3281), [anon_sym_compl] = ACTIONS(3281), [anon_sym_DASH_DASH] = ACTIONS(3283), [anon_sym_PLUS_PLUS] = ACTIONS(3283), [anon_sym_sizeof] = ACTIONS(3281), [anon_sym_offsetof] = ACTIONS(3281), [anon_sym__Generic] = ACTIONS(3281), [anon_sym_asm] = ACTIONS(3281), [anon_sym___asm__] = ACTIONS(3281), [sym_number_literal] = ACTIONS(3283), [anon_sym_L_SQUOTE] = ACTIONS(3283), [anon_sym_u_SQUOTE] = ACTIONS(3283), [anon_sym_U_SQUOTE] = ACTIONS(3283), [anon_sym_u8_SQUOTE] = ACTIONS(3283), [anon_sym_SQUOTE] = ACTIONS(3283), [anon_sym_L_DQUOTE] = ACTIONS(3283), [anon_sym_u_DQUOTE] = ACTIONS(3283), [anon_sym_U_DQUOTE] = ACTIONS(3283), [anon_sym_u8_DQUOTE] = ACTIONS(3283), [anon_sym_DQUOTE] = ACTIONS(3283), [sym_true] = ACTIONS(3281), [sym_false] = ACTIONS(3281), [anon_sym_NULL] = ACTIONS(3281), [anon_sym_nullptr] = ACTIONS(3281), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3281), [anon_sym_decltype] = ACTIONS(3281), [anon_sym_virtual] = ACTIONS(3281), [anon_sym_explicit] = ACTIONS(3281), [anon_sym_typename] = ACTIONS(3281), [anon_sym_template] = ACTIONS(3281), [anon_sym_operator] = ACTIONS(3281), [anon_sym_try] = ACTIONS(3281), [anon_sym_delete] = ACTIONS(3281), [anon_sym_throw] = ACTIONS(3281), [anon_sym_namespace] = ACTIONS(3281), [anon_sym_using] = ACTIONS(3281), [anon_sym_static_assert] = ACTIONS(3281), [anon_sym_concept] = ACTIONS(3281), [anon_sym_co_return] = ACTIONS(3281), [anon_sym_co_yield] = ACTIONS(3281), [anon_sym_R_DQUOTE] = ACTIONS(3283), [anon_sym_LR_DQUOTE] = ACTIONS(3283), [anon_sym_uR_DQUOTE] = ACTIONS(3283), [anon_sym_UR_DQUOTE] = ACTIONS(3283), [anon_sym_u8R_DQUOTE] = ACTIONS(3283), [anon_sym_co_await] = ACTIONS(3281), [anon_sym_new] = ACTIONS(3281), [anon_sym_requires] = ACTIONS(3281), [sym_this] = ACTIONS(3281), }, [1283] = { [sym_identifier] = ACTIONS(3402), [aux_sym_preproc_include_token1] = ACTIONS(3402), [aux_sym_preproc_def_token1] = ACTIONS(3402), [aux_sym_preproc_if_token1] = ACTIONS(3402), [aux_sym_preproc_ifdef_token1] = ACTIONS(3402), [aux_sym_preproc_ifdef_token2] = ACTIONS(3402), [sym_preproc_directive] = ACTIONS(3402), [anon_sym_LPAREN2] = ACTIONS(3404), [anon_sym_BANG] = ACTIONS(3404), [anon_sym_TILDE] = ACTIONS(3404), [anon_sym_DASH] = ACTIONS(3402), [anon_sym_PLUS] = ACTIONS(3402), [anon_sym_STAR] = ACTIONS(3404), [anon_sym_AMP_AMP] = ACTIONS(3404), [anon_sym_AMP] = ACTIONS(3402), [anon_sym_SEMI] = ACTIONS(3404), [anon_sym_typedef] = ACTIONS(3402), [anon_sym_extern] = ACTIONS(3402), [anon_sym___attribute__] = ACTIONS(3402), [anon_sym_COLON_COLON] = ACTIONS(3404), [anon_sym_LBRACK_LBRACK] = ACTIONS(3404), [anon_sym___declspec] = ACTIONS(3402), [anon_sym___based] = ACTIONS(3402), [anon_sym___cdecl] = ACTIONS(3402), [anon_sym___clrcall] = ACTIONS(3402), [anon_sym___stdcall] = ACTIONS(3402), [anon_sym___fastcall] = ACTIONS(3402), [anon_sym___thiscall] = ACTIONS(3402), [anon_sym___vectorcall] = ACTIONS(3402), [anon_sym_LBRACE] = ACTIONS(3404), [anon_sym_RBRACE] = ACTIONS(3404), [anon_sym_signed] = ACTIONS(3402), [anon_sym_unsigned] = ACTIONS(3402), [anon_sym_long] = ACTIONS(3402), [anon_sym_short] = ACTIONS(3402), [anon_sym_LBRACK] = ACTIONS(3402), [anon_sym_static] = ACTIONS(3402), [anon_sym_register] = ACTIONS(3402), [anon_sym_inline] = ACTIONS(3402), [anon_sym_thread_local] = ACTIONS(3402), [anon_sym_const] = ACTIONS(3402), [anon_sym_constexpr] = ACTIONS(3402), [anon_sym_volatile] = ACTIONS(3402), [anon_sym_restrict] = ACTIONS(3402), [anon_sym___restrict__] = ACTIONS(3402), [anon_sym__Atomic] = ACTIONS(3402), [anon_sym__Noreturn] = ACTIONS(3402), [anon_sym_noreturn] = ACTIONS(3402), [anon_sym_mutable] = ACTIONS(3402), [anon_sym_constinit] = ACTIONS(3402), [anon_sym_consteval] = ACTIONS(3402), [sym_primitive_type] = ACTIONS(3402), [anon_sym_enum] = ACTIONS(3402), [anon_sym_class] = ACTIONS(3402), [anon_sym_struct] = ACTIONS(3402), [anon_sym_union] = ACTIONS(3402), [anon_sym_if] = ACTIONS(3402), [anon_sym_switch] = ACTIONS(3402), [anon_sym_case] = ACTIONS(3402), [anon_sym_default] = ACTIONS(3402), [anon_sym_while] = ACTIONS(3402), [anon_sym_do] = ACTIONS(3402), [anon_sym_for] = ACTIONS(3402), [anon_sym_return] = ACTIONS(3402), [anon_sym_break] = ACTIONS(3402), [anon_sym_continue] = ACTIONS(3402), [anon_sym_goto] = ACTIONS(3402), [anon_sym_not] = ACTIONS(3402), [anon_sym_compl] = ACTIONS(3402), [anon_sym_DASH_DASH] = ACTIONS(3404), [anon_sym_PLUS_PLUS] = ACTIONS(3404), [anon_sym_sizeof] = ACTIONS(3402), [anon_sym_offsetof] = ACTIONS(3402), [anon_sym__Generic] = ACTIONS(3402), [anon_sym_asm] = ACTIONS(3402), [anon_sym___asm__] = ACTIONS(3402), [sym_number_literal] = ACTIONS(3404), [anon_sym_L_SQUOTE] = ACTIONS(3404), [anon_sym_u_SQUOTE] = ACTIONS(3404), [anon_sym_U_SQUOTE] = ACTIONS(3404), [anon_sym_u8_SQUOTE] = ACTIONS(3404), [anon_sym_SQUOTE] = ACTIONS(3404), [anon_sym_L_DQUOTE] = ACTIONS(3404), [anon_sym_u_DQUOTE] = ACTIONS(3404), [anon_sym_U_DQUOTE] = ACTIONS(3404), [anon_sym_u8_DQUOTE] = ACTIONS(3404), [anon_sym_DQUOTE] = ACTIONS(3404), [sym_true] = ACTIONS(3402), [sym_false] = ACTIONS(3402), [anon_sym_NULL] = ACTIONS(3402), [anon_sym_nullptr] = ACTIONS(3402), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3402), [anon_sym_decltype] = ACTIONS(3402), [anon_sym_virtual] = ACTIONS(3402), [anon_sym_explicit] = ACTIONS(3402), [anon_sym_typename] = ACTIONS(3402), [anon_sym_template] = ACTIONS(3402), [anon_sym_operator] = ACTIONS(3402), [anon_sym_try] = ACTIONS(3402), [anon_sym_delete] = ACTIONS(3402), [anon_sym_throw] = ACTIONS(3402), [anon_sym_namespace] = ACTIONS(3402), [anon_sym_using] = ACTIONS(3402), [anon_sym_static_assert] = ACTIONS(3402), [anon_sym_concept] = ACTIONS(3402), [anon_sym_co_return] = ACTIONS(3402), [anon_sym_co_yield] = ACTIONS(3402), [anon_sym_R_DQUOTE] = ACTIONS(3404), [anon_sym_LR_DQUOTE] = ACTIONS(3404), [anon_sym_uR_DQUOTE] = ACTIONS(3404), [anon_sym_UR_DQUOTE] = ACTIONS(3404), [anon_sym_u8R_DQUOTE] = ACTIONS(3404), [anon_sym_co_await] = ACTIONS(3402), [anon_sym_new] = ACTIONS(3402), [anon_sym_requires] = ACTIONS(3402), [sym_this] = ACTIONS(3402), }, [1284] = { [sym_identifier] = ACTIONS(3333), [aux_sym_preproc_include_token1] = ACTIONS(3333), [aux_sym_preproc_def_token1] = ACTIONS(3333), [aux_sym_preproc_if_token1] = ACTIONS(3333), [aux_sym_preproc_if_token2] = ACTIONS(3333), [aux_sym_preproc_ifdef_token1] = ACTIONS(3333), [aux_sym_preproc_ifdef_token2] = ACTIONS(3333), [sym_preproc_directive] = ACTIONS(3333), [anon_sym_LPAREN2] = ACTIONS(3335), [anon_sym_BANG] = ACTIONS(3335), [anon_sym_TILDE] = ACTIONS(3335), [anon_sym_DASH] = ACTIONS(3333), [anon_sym_PLUS] = ACTIONS(3333), [anon_sym_STAR] = ACTIONS(3335), [anon_sym_AMP_AMP] = ACTIONS(3335), [anon_sym_AMP] = ACTIONS(3333), [anon_sym_SEMI] = ACTIONS(3335), [anon_sym_typedef] = ACTIONS(3333), [anon_sym_extern] = ACTIONS(3333), [anon_sym___attribute__] = ACTIONS(3333), [anon_sym_COLON_COLON] = ACTIONS(3335), [anon_sym_LBRACK_LBRACK] = ACTIONS(3335), [anon_sym___declspec] = ACTIONS(3333), [anon_sym___based] = ACTIONS(3333), [anon_sym___cdecl] = ACTIONS(3333), [anon_sym___clrcall] = ACTIONS(3333), [anon_sym___stdcall] = ACTIONS(3333), [anon_sym___fastcall] = ACTIONS(3333), [anon_sym___thiscall] = ACTIONS(3333), [anon_sym___vectorcall] = ACTIONS(3333), [anon_sym_LBRACE] = ACTIONS(3335), [anon_sym_signed] = ACTIONS(3333), [anon_sym_unsigned] = ACTIONS(3333), [anon_sym_long] = ACTIONS(3333), [anon_sym_short] = ACTIONS(3333), [anon_sym_LBRACK] = ACTIONS(3333), [anon_sym_static] = ACTIONS(3333), [anon_sym_register] = ACTIONS(3333), [anon_sym_inline] = ACTIONS(3333), [anon_sym_thread_local] = ACTIONS(3333), [anon_sym_const] = ACTIONS(3333), [anon_sym_constexpr] = ACTIONS(3333), [anon_sym_volatile] = ACTIONS(3333), [anon_sym_restrict] = ACTIONS(3333), [anon_sym___restrict__] = ACTIONS(3333), [anon_sym__Atomic] = ACTIONS(3333), [anon_sym__Noreturn] = ACTIONS(3333), [anon_sym_noreturn] = ACTIONS(3333), [anon_sym_mutable] = ACTIONS(3333), [anon_sym_constinit] = ACTIONS(3333), [anon_sym_consteval] = ACTIONS(3333), [sym_primitive_type] = ACTIONS(3333), [anon_sym_enum] = ACTIONS(3333), [anon_sym_class] = ACTIONS(3333), [anon_sym_struct] = ACTIONS(3333), [anon_sym_union] = ACTIONS(3333), [anon_sym_if] = ACTIONS(3333), [anon_sym_switch] = ACTIONS(3333), [anon_sym_case] = ACTIONS(3333), [anon_sym_default] = ACTIONS(3333), [anon_sym_while] = ACTIONS(3333), [anon_sym_do] = ACTIONS(3333), [anon_sym_for] = ACTIONS(3333), [anon_sym_return] = ACTIONS(3333), [anon_sym_break] = ACTIONS(3333), [anon_sym_continue] = ACTIONS(3333), [anon_sym_goto] = ACTIONS(3333), [anon_sym_not] = ACTIONS(3333), [anon_sym_compl] = ACTIONS(3333), [anon_sym_DASH_DASH] = ACTIONS(3335), [anon_sym_PLUS_PLUS] = ACTIONS(3335), [anon_sym_sizeof] = ACTIONS(3333), [anon_sym_offsetof] = ACTIONS(3333), [anon_sym__Generic] = ACTIONS(3333), [anon_sym_asm] = ACTIONS(3333), [anon_sym___asm__] = ACTIONS(3333), [sym_number_literal] = ACTIONS(3335), [anon_sym_L_SQUOTE] = ACTIONS(3335), [anon_sym_u_SQUOTE] = ACTIONS(3335), [anon_sym_U_SQUOTE] = ACTIONS(3335), [anon_sym_u8_SQUOTE] = ACTIONS(3335), [anon_sym_SQUOTE] = ACTIONS(3335), [anon_sym_L_DQUOTE] = ACTIONS(3335), [anon_sym_u_DQUOTE] = ACTIONS(3335), [anon_sym_U_DQUOTE] = ACTIONS(3335), [anon_sym_u8_DQUOTE] = ACTIONS(3335), [anon_sym_DQUOTE] = ACTIONS(3335), [sym_true] = ACTIONS(3333), [sym_false] = ACTIONS(3333), [anon_sym_NULL] = ACTIONS(3333), [anon_sym_nullptr] = ACTIONS(3333), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3333), [anon_sym_decltype] = ACTIONS(3333), [anon_sym_virtual] = ACTIONS(3333), [anon_sym_explicit] = ACTIONS(3333), [anon_sym_typename] = ACTIONS(3333), [anon_sym_template] = ACTIONS(3333), [anon_sym_operator] = ACTIONS(3333), [anon_sym_try] = ACTIONS(3333), [anon_sym_delete] = ACTIONS(3333), [anon_sym_throw] = ACTIONS(3333), [anon_sym_namespace] = ACTIONS(3333), [anon_sym_using] = ACTIONS(3333), [anon_sym_static_assert] = ACTIONS(3333), [anon_sym_concept] = ACTIONS(3333), [anon_sym_co_return] = ACTIONS(3333), [anon_sym_co_yield] = ACTIONS(3333), [anon_sym_R_DQUOTE] = ACTIONS(3335), [anon_sym_LR_DQUOTE] = ACTIONS(3335), [anon_sym_uR_DQUOTE] = ACTIONS(3335), [anon_sym_UR_DQUOTE] = ACTIONS(3335), [anon_sym_u8R_DQUOTE] = ACTIONS(3335), [anon_sym_co_await] = ACTIONS(3333), [anon_sym_new] = ACTIONS(3333), [anon_sym_requires] = ACTIONS(3333), [sym_this] = ACTIONS(3333), }, [1285] = { [sym_identifier] = ACTIONS(3398), [aux_sym_preproc_include_token1] = ACTIONS(3398), [aux_sym_preproc_def_token1] = ACTIONS(3398), [aux_sym_preproc_if_token1] = ACTIONS(3398), [aux_sym_preproc_ifdef_token1] = ACTIONS(3398), [aux_sym_preproc_ifdef_token2] = ACTIONS(3398), [sym_preproc_directive] = ACTIONS(3398), [anon_sym_LPAREN2] = ACTIONS(3400), [anon_sym_BANG] = ACTIONS(3400), [anon_sym_TILDE] = ACTIONS(3400), [anon_sym_DASH] = ACTIONS(3398), [anon_sym_PLUS] = ACTIONS(3398), [anon_sym_STAR] = ACTIONS(3400), [anon_sym_AMP_AMP] = ACTIONS(3400), [anon_sym_AMP] = ACTIONS(3398), [anon_sym_SEMI] = ACTIONS(3400), [anon_sym_typedef] = ACTIONS(3398), [anon_sym_extern] = ACTIONS(3398), [anon_sym___attribute__] = ACTIONS(3398), [anon_sym_COLON_COLON] = ACTIONS(3400), [anon_sym_LBRACK_LBRACK] = ACTIONS(3400), [anon_sym___declspec] = ACTIONS(3398), [anon_sym___based] = ACTIONS(3398), [anon_sym___cdecl] = ACTIONS(3398), [anon_sym___clrcall] = ACTIONS(3398), [anon_sym___stdcall] = ACTIONS(3398), [anon_sym___fastcall] = ACTIONS(3398), [anon_sym___thiscall] = ACTIONS(3398), [anon_sym___vectorcall] = ACTIONS(3398), [anon_sym_LBRACE] = ACTIONS(3400), [anon_sym_RBRACE] = ACTIONS(3400), [anon_sym_signed] = ACTIONS(3398), [anon_sym_unsigned] = ACTIONS(3398), [anon_sym_long] = ACTIONS(3398), [anon_sym_short] = ACTIONS(3398), [anon_sym_LBRACK] = ACTIONS(3398), [anon_sym_static] = ACTIONS(3398), [anon_sym_register] = ACTIONS(3398), [anon_sym_inline] = ACTIONS(3398), [anon_sym_thread_local] = ACTIONS(3398), [anon_sym_const] = ACTIONS(3398), [anon_sym_constexpr] = ACTIONS(3398), [anon_sym_volatile] = ACTIONS(3398), [anon_sym_restrict] = ACTIONS(3398), [anon_sym___restrict__] = ACTIONS(3398), [anon_sym__Atomic] = ACTIONS(3398), [anon_sym__Noreturn] = ACTIONS(3398), [anon_sym_noreturn] = ACTIONS(3398), [anon_sym_mutable] = ACTIONS(3398), [anon_sym_constinit] = ACTIONS(3398), [anon_sym_consteval] = ACTIONS(3398), [sym_primitive_type] = ACTIONS(3398), [anon_sym_enum] = ACTIONS(3398), [anon_sym_class] = ACTIONS(3398), [anon_sym_struct] = ACTIONS(3398), [anon_sym_union] = ACTIONS(3398), [anon_sym_if] = ACTIONS(3398), [anon_sym_switch] = ACTIONS(3398), [anon_sym_case] = ACTIONS(3398), [anon_sym_default] = ACTIONS(3398), [anon_sym_while] = ACTIONS(3398), [anon_sym_do] = ACTIONS(3398), [anon_sym_for] = ACTIONS(3398), [anon_sym_return] = ACTIONS(3398), [anon_sym_break] = ACTIONS(3398), [anon_sym_continue] = ACTIONS(3398), [anon_sym_goto] = ACTIONS(3398), [anon_sym_not] = ACTIONS(3398), [anon_sym_compl] = ACTIONS(3398), [anon_sym_DASH_DASH] = ACTIONS(3400), [anon_sym_PLUS_PLUS] = ACTIONS(3400), [anon_sym_sizeof] = ACTIONS(3398), [anon_sym_offsetof] = ACTIONS(3398), [anon_sym__Generic] = ACTIONS(3398), [anon_sym_asm] = ACTIONS(3398), [anon_sym___asm__] = ACTIONS(3398), [sym_number_literal] = ACTIONS(3400), [anon_sym_L_SQUOTE] = ACTIONS(3400), [anon_sym_u_SQUOTE] = ACTIONS(3400), [anon_sym_U_SQUOTE] = ACTIONS(3400), [anon_sym_u8_SQUOTE] = ACTIONS(3400), [anon_sym_SQUOTE] = ACTIONS(3400), [anon_sym_L_DQUOTE] = ACTIONS(3400), [anon_sym_u_DQUOTE] = ACTIONS(3400), [anon_sym_U_DQUOTE] = ACTIONS(3400), [anon_sym_u8_DQUOTE] = ACTIONS(3400), [anon_sym_DQUOTE] = ACTIONS(3400), [sym_true] = ACTIONS(3398), [sym_false] = ACTIONS(3398), [anon_sym_NULL] = ACTIONS(3398), [anon_sym_nullptr] = ACTIONS(3398), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3398), [anon_sym_decltype] = ACTIONS(3398), [anon_sym_virtual] = ACTIONS(3398), [anon_sym_explicit] = ACTIONS(3398), [anon_sym_typename] = ACTIONS(3398), [anon_sym_template] = ACTIONS(3398), [anon_sym_operator] = ACTIONS(3398), [anon_sym_try] = ACTIONS(3398), [anon_sym_delete] = ACTIONS(3398), [anon_sym_throw] = ACTIONS(3398), [anon_sym_namespace] = ACTIONS(3398), [anon_sym_using] = ACTIONS(3398), [anon_sym_static_assert] = ACTIONS(3398), [anon_sym_concept] = ACTIONS(3398), [anon_sym_co_return] = ACTIONS(3398), [anon_sym_co_yield] = ACTIONS(3398), [anon_sym_R_DQUOTE] = ACTIONS(3400), [anon_sym_LR_DQUOTE] = ACTIONS(3400), [anon_sym_uR_DQUOTE] = ACTIONS(3400), [anon_sym_UR_DQUOTE] = ACTIONS(3400), [anon_sym_u8R_DQUOTE] = ACTIONS(3400), [anon_sym_co_await] = ACTIONS(3398), [anon_sym_new] = ACTIONS(3398), [anon_sym_requires] = ACTIONS(3398), [sym_this] = ACTIONS(3398), }, [1286] = { [sym_identifier] = ACTIONS(3425), [aux_sym_preproc_include_token1] = ACTIONS(3425), [aux_sym_preproc_def_token1] = ACTIONS(3425), [aux_sym_preproc_if_token1] = ACTIONS(3425), [aux_sym_preproc_if_token2] = ACTIONS(3425), [aux_sym_preproc_ifdef_token1] = ACTIONS(3425), [aux_sym_preproc_ifdef_token2] = ACTIONS(3425), [sym_preproc_directive] = ACTIONS(3425), [anon_sym_LPAREN2] = ACTIONS(3427), [anon_sym_BANG] = ACTIONS(3427), [anon_sym_TILDE] = ACTIONS(3427), [anon_sym_DASH] = ACTIONS(3425), [anon_sym_PLUS] = ACTIONS(3425), [anon_sym_STAR] = ACTIONS(3427), [anon_sym_AMP_AMP] = ACTIONS(3427), [anon_sym_AMP] = ACTIONS(3425), [anon_sym_SEMI] = ACTIONS(3427), [anon_sym_typedef] = ACTIONS(3425), [anon_sym_extern] = ACTIONS(3425), [anon_sym___attribute__] = ACTIONS(3425), [anon_sym_COLON_COLON] = ACTIONS(3427), [anon_sym_LBRACK_LBRACK] = ACTIONS(3427), [anon_sym___declspec] = ACTIONS(3425), [anon_sym___based] = ACTIONS(3425), [anon_sym___cdecl] = ACTIONS(3425), [anon_sym___clrcall] = ACTIONS(3425), [anon_sym___stdcall] = ACTIONS(3425), [anon_sym___fastcall] = ACTIONS(3425), [anon_sym___thiscall] = ACTIONS(3425), [anon_sym___vectorcall] = ACTIONS(3425), [anon_sym_LBRACE] = ACTIONS(3427), [anon_sym_signed] = ACTIONS(3425), [anon_sym_unsigned] = ACTIONS(3425), [anon_sym_long] = ACTIONS(3425), [anon_sym_short] = ACTIONS(3425), [anon_sym_LBRACK] = ACTIONS(3425), [anon_sym_static] = ACTIONS(3425), [anon_sym_register] = ACTIONS(3425), [anon_sym_inline] = ACTIONS(3425), [anon_sym_thread_local] = ACTIONS(3425), [anon_sym_const] = ACTIONS(3425), [anon_sym_constexpr] = ACTIONS(3425), [anon_sym_volatile] = ACTIONS(3425), [anon_sym_restrict] = ACTIONS(3425), [anon_sym___restrict__] = ACTIONS(3425), [anon_sym__Atomic] = ACTIONS(3425), [anon_sym__Noreturn] = ACTIONS(3425), [anon_sym_noreturn] = ACTIONS(3425), [anon_sym_mutable] = ACTIONS(3425), [anon_sym_constinit] = ACTIONS(3425), [anon_sym_consteval] = ACTIONS(3425), [sym_primitive_type] = ACTIONS(3425), [anon_sym_enum] = ACTIONS(3425), [anon_sym_class] = ACTIONS(3425), [anon_sym_struct] = ACTIONS(3425), [anon_sym_union] = ACTIONS(3425), [anon_sym_if] = ACTIONS(3425), [anon_sym_switch] = ACTIONS(3425), [anon_sym_case] = ACTIONS(3425), [anon_sym_default] = ACTIONS(3425), [anon_sym_while] = ACTIONS(3425), [anon_sym_do] = ACTIONS(3425), [anon_sym_for] = ACTIONS(3425), [anon_sym_return] = ACTIONS(3425), [anon_sym_break] = ACTIONS(3425), [anon_sym_continue] = ACTIONS(3425), [anon_sym_goto] = ACTIONS(3425), [anon_sym_not] = ACTIONS(3425), [anon_sym_compl] = ACTIONS(3425), [anon_sym_DASH_DASH] = ACTIONS(3427), [anon_sym_PLUS_PLUS] = ACTIONS(3427), [anon_sym_sizeof] = ACTIONS(3425), [anon_sym_offsetof] = ACTIONS(3425), [anon_sym__Generic] = ACTIONS(3425), [anon_sym_asm] = ACTIONS(3425), [anon_sym___asm__] = ACTIONS(3425), [sym_number_literal] = ACTIONS(3427), [anon_sym_L_SQUOTE] = ACTIONS(3427), [anon_sym_u_SQUOTE] = ACTIONS(3427), [anon_sym_U_SQUOTE] = ACTIONS(3427), [anon_sym_u8_SQUOTE] = ACTIONS(3427), [anon_sym_SQUOTE] = ACTIONS(3427), [anon_sym_L_DQUOTE] = ACTIONS(3427), [anon_sym_u_DQUOTE] = ACTIONS(3427), [anon_sym_U_DQUOTE] = ACTIONS(3427), [anon_sym_u8_DQUOTE] = ACTIONS(3427), [anon_sym_DQUOTE] = ACTIONS(3427), [sym_true] = ACTIONS(3425), [sym_false] = ACTIONS(3425), [anon_sym_NULL] = ACTIONS(3425), [anon_sym_nullptr] = ACTIONS(3425), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3425), [anon_sym_decltype] = ACTIONS(3425), [anon_sym_virtual] = ACTIONS(3425), [anon_sym_explicit] = ACTIONS(3425), [anon_sym_typename] = ACTIONS(3425), [anon_sym_template] = ACTIONS(3425), [anon_sym_operator] = ACTIONS(3425), [anon_sym_try] = ACTIONS(3425), [anon_sym_delete] = ACTIONS(3425), [anon_sym_throw] = ACTIONS(3425), [anon_sym_namespace] = ACTIONS(3425), [anon_sym_using] = ACTIONS(3425), [anon_sym_static_assert] = ACTIONS(3425), [anon_sym_concept] = ACTIONS(3425), [anon_sym_co_return] = ACTIONS(3425), [anon_sym_co_yield] = ACTIONS(3425), [anon_sym_R_DQUOTE] = ACTIONS(3427), [anon_sym_LR_DQUOTE] = ACTIONS(3427), [anon_sym_uR_DQUOTE] = ACTIONS(3427), [anon_sym_UR_DQUOTE] = ACTIONS(3427), [anon_sym_u8R_DQUOTE] = ACTIONS(3427), [anon_sym_co_await] = ACTIONS(3425), [anon_sym_new] = ACTIONS(3425), [anon_sym_requires] = ACTIONS(3425), [sym_this] = ACTIONS(3425), }, [1287] = { [sym_identifier] = ACTIONS(3383), [aux_sym_preproc_include_token1] = ACTIONS(3383), [aux_sym_preproc_def_token1] = ACTIONS(3383), [aux_sym_preproc_if_token1] = ACTIONS(3383), [aux_sym_preproc_ifdef_token1] = ACTIONS(3383), [aux_sym_preproc_ifdef_token2] = ACTIONS(3383), [sym_preproc_directive] = ACTIONS(3383), [anon_sym_LPAREN2] = ACTIONS(3385), [anon_sym_BANG] = ACTIONS(3385), [anon_sym_TILDE] = ACTIONS(3385), [anon_sym_DASH] = ACTIONS(3383), [anon_sym_PLUS] = ACTIONS(3383), [anon_sym_STAR] = ACTIONS(3385), [anon_sym_AMP_AMP] = ACTIONS(3385), [anon_sym_AMP] = ACTIONS(3383), [anon_sym_SEMI] = ACTIONS(3385), [anon_sym_typedef] = ACTIONS(3383), [anon_sym_extern] = ACTIONS(3383), [anon_sym___attribute__] = ACTIONS(3383), [anon_sym_COLON_COLON] = ACTIONS(3385), [anon_sym_LBRACK_LBRACK] = ACTIONS(3385), [anon_sym___declspec] = ACTIONS(3383), [anon_sym___based] = ACTIONS(3383), [anon_sym___cdecl] = ACTIONS(3383), [anon_sym___clrcall] = ACTIONS(3383), [anon_sym___stdcall] = ACTIONS(3383), [anon_sym___fastcall] = ACTIONS(3383), [anon_sym___thiscall] = ACTIONS(3383), [anon_sym___vectorcall] = ACTIONS(3383), [anon_sym_LBRACE] = ACTIONS(3385), [anon_sym_RBRACE] = ACTIONS(3385), [anon_sym_signed] = ACTIONS(3383), [anon_sym_unsigned] = ACTIONS(3383), [anon_sym_long] = ACTIONS(3383), [anon_sym_short] = ACTIONS(3383), [anon_sym_LBRACK] = ACTIONS(3383), [anon_sym_static] = ACTIONS(3383), [anon_sym_register] = ACTIONS(3383), [anon_sym_inline] = ACTIONS(3383), [anon_sym_thread_local] = ACTIONS(3383), [anon_sym_const] = ACTIONS(3383), [anon_sym_constexpr] = ACTIONS(3383), [anon_sym_volatile] = ACTIONS(3383), [anon_sym_restrict] = ACTIONS(3383), [anon_sym___restrict__] = ACTIONS(3383), [anon_sym__Atomic] = ACTIONS(3383), [anon_sym__Noreturn] = ACTIONS(3383), [anon_sym_noreturn] = ACTIONS(3383), [anon_sym_mutable] = ACTIONS(3383), [anon_sym_constinit] = ACTIONS(3383), [anon_sym_consteval] = ACTIONS(3383), [sym_primitive_type] = ACTIONS(3383), [anon_sym_enum] = ACTIONS(3383), [anon_sym_class] = ACTIONS(3383), [anon_sym_struct] = ACTIONS(3383), [anon_sym_union] = ACTIONS(3383), [anon_sym_if] = ACTIONS(3383), [anon_sym_switch] = ACTIONS(3383), [anon_sym_case] = ACTIONS(3383), [anon_sym_default] = ACTIONS(3383), [anon_sym_while] = ACTIONS(3383), [anon_sym_do] = ACTIONS(3383), [anon_sym_for] = ACTIONS(3383), [anon_sym_return] = ACTIONS(3383), [anon_sym_break] = ACTIONS(3383), [anon_sym_continue] = ACTIONS(3383), [anon_sym_goto] = ACTIONS(3383), [anon_sym_not] = ACTIONS(3383), [anon_sym_compl] = ACTIONS(3383), [anon_sym_DASH_DASH] = ACTIONS(3385), [anon_sym_PLUS_PLUS] = ACTIONS(3385), [anon_sym_sizeof] = ACTIONS(3383), [anon_sym_offsetof] = ACTIONS(3383), [anon_sym__Generic] = ACTIONS(3383), [anon_sym_asm] = ACTIONS(3383), [anon_sym___asm__] = ACTIONS(3383), [sym_number_literal] = ACTIONS(3385), [anon_sym_L_SQUOTE] = ACTIONS(3385), [anon_sym_u_SQUOTE] = ACTIONS(3385), [anon_sym_U_SQUOTE] = ACTIONS(3385), [anon_sym_u8_SQUOTE] = ACTIONS(3385), [anon_sym_SQUOTE] = ACTIONS(3385), [anon_sym_L_DQUOTE] = ACTIONS(3385), [anon_sym_u_DQUOTE] = ACTIONS(3385), [anon_sym_U_DQUOTE] = ACTIONS(3385), [anon_sym_u8_DQUOTE] = ACTIONS(3385), [anon_sym_DQUOTE] = ACTIONS(3385), [sym_true] = ACTIONS(3383), [sym_false] = ACTIONS(3383), [anon_sym_NULL] = ACTIONS(3383), [anon_sym_nullptr] = ACTIONS(3383), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3383), [anon_sym_decltype] = ACTIONS(3383), [anon_sym_virtual] = ACTIONS(3383), [anon_sym_explicit] = ACTIONS(3383), [anon_sym_typename] = ACTIONS(3383), [anon_sym_template] = ACTIONS(3383), [anon_sym_operator] = ACTIONS(3383), [anon_sym_try] = ACTIONS(3383), [anon_sym_delete] = ACTIONS(3383), [anon_sym_throw] = ACTIONS(3383), [anon_sym_namespace] = ACTIONS(3383), [anon_sym_using] = ACTIONS(3383), [anon_sym_static_assert] = ACTIONS(3383), [anon_sym_concept] = ACTIONS(3383), [anon_sym_co_return] = ACTIONS(3383), [anon_sym_co_yield] = ACTIONS(3383), [anon_sym_R_DQUOTE] = ACTIONS(3385), [anon_sym_LR_DQUOTE] = ACTIONS(3385), [anon_sym_uR_DQUOTE] = ACTIONS(3385), [anon_sym_UR_DQUOTE] = ACTIONS(3385), [anon_sym_u8R_DQUOTE] = ACTIONS(3385), [anon_sym_co_await] = ACTIONS(3383), [anon_sym_new] = ACTIONS(3383), [anon_sym_requires] = ACTIONS(3383), [sym_this] = ACTIONS(3383), }, [1288] = { [sym_identifier] = ACTIONS(3184), [aux_sym_preproc_include_token1] = ACTIONS(3184), [aux_sym_preproc_def_token1] = ACTIONS(3184), [aux_sym_preproc_if_token1] = ACTIONS(3184), [aux_sym_preproc_if_token2] = ACTIONS(3184), [aux_sym_preproc_ifdef_token1] = ACTIONS(3184), [aux_sym_preproc_ifdef_token2] = ACTIONS(3184), [sym_preproc_directive] = ACTIONS(3184), [anon_sym_LPAREN2] = ACTIONS(3186), [anon_sym_BANG] = ACTIONS(3186), [anon_sym_TILDE] = ACTIONS(3186), [anon_sym_DASH] = ACTIONS(3184), [anon_sym_PLUS] = ACTIONS(3184), [anon_sym_STAR] = ACTIONS(3186), [anon_sym_AMP_AMP] = ACTIONS(3186), [anon_sym_AMP] = ACTIONS(3184), [anon_sym_SEMI] = ACTIONS(3186), [anon_sym_typedef] = ACTIONS(3184), [anon_sym_extern] = ACTIONS(3184), [anon_sym___attribute__] = ACTIONS(3184), [anon_sym_COLON_COLON] = ACTIONS(3186), [anon_sym_LBRACK_LBRACK] = ACTIONS(3186), [anon_sym___declspec] = ACTIONS(3184), [anon_sym___based] = ACTIONS(3184), [anon_sym___cdecl] = ACTIONS(3184), [anon_sym___clrcall] = ACTIONS(3184), [anon_sym___stdcall] = ACTIONS(3184), [anon_sym___fastcall] = ACTIONS(3184), [anon_sym___thiscall] = ACTIONS(3184), [anon_sym___vectorcall] = ACTIONS(3184), [anon_sym_LBRACE] = ACTIONS(3186), [anon_sym_signed] = ACTIONS(3184), [anon_sym_unsigned] = ACTIONS(3184), [anon_sym_long] = ACTIONS(3184), [anon_sym_short] = ACTIONS(3184), [anon_sym_LBRACK] = ACTIONS(3184), [anon_sym_static] = ACTIONS(3184), [anon_sym_register] = ACTIONS(3184), [anon_sym_inline] = ACTIONS(3184), [anon_sym_thread_local] = ACTIONS(3184), [anon_sym_const] = ACTIONS(3184), [anon_sym_constexpr] = ACTIONS(3184), [anon_sym_volatile] = ACTIONS(3184), [anon_sym_restrict] = ACTIONS(3184), [anon_sym___restrict__] = ACTIONS(3184), [anon_sym__Atomic] = ACTIONS(3184), [anon_sym__Noreturn] = ACTIONS(3184), [anon_sym_noreturn] = ACTIONS(3184), [anon_sym_mutable] = ACTIONS(3184), [anon_sym_constinit] = ACTIONS(3184), [anon_sym_consteval] = ACTIONS(3184), [sym_primitive_type] = ACTIONS(3184), [anon_sym_enum] = ACTIONS(3184), [anon_sym_class] = ACTIONS(3184), [anon_sym_struct] = ACTIONS(3184), [anon_sym_union] = ACTIONS(3184), [anon_sym_if] = ACTIONS(3184), [anon_sym_switch] = ACTIONS(3184), [anon_sym_case] = ACTIONS(3184), [anon_sym_default] = ACTIONS(3184), [anon_sym_while] = ACTIONS(3184), [anon_sym_do] = ACTIONS(3184), [anon_sym_for] = ACTIONS(3184), [anon_sym_return] = ACTIONS(3184), [anon_sym_break] = ACTIONS(3184), [anon_sym_continue] = ACTIONS(3184), [anon_sym_goto] = ACTIONS(3184), [anon_sym_not] = ACTIONS(3184), [anon_sym_compl] = ACTIONS(3184), [anon_sym_DASH_DASH] = ACTIONS(3186), [anon_sym_PLUS_PLUS] = ACTIONS(3186), [anon_sym_sizeof] = ACTIONS(3184), [anon_sym_offsetof] = ACTIONS(3184), [anon_sym__Generic] = ACTIONS(3184), [anon_sym_asm] = ACTIONS(3184), [anon_sym___asm__] = ACTIONS(3184), [sym_number_literal] = ACTIONS(3186), [anon_sym_L_SQUOTE] = ACTIONS(3186), [anon_sym_u_SQUOTE] = ACTIONS(3186), [anon_sym_U_SQUOTE] = ACTIONS(3186), [anon_sym_u8_SQUOTE] = ACTIONS(3186), [anon_sym_SQUOTE] = ACTIONS(3186), [anon_sym_L_DQUOTE] = ACTIONS(3186), [anon_sym_u_DQUOTE] = ACTIONS(3186), [anon_sym_U_DQUOTE] = ACTIONS(3186), [anon_sym_u8_DQUOTE] = ACTIONS(3186), [anon_sym_DQUOTE] = ACTIONS(3186), [sym_true] = ACTIONS(3184), [sym_false] = ACTIONS(3184), [anon_sym_NULL] = ACTIONS(3184), [anon_sym_nullptr] = ACTIONS(3184), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3184), [anon_sym_decltype] = ACTIONS(3184), [anon_sym_virtual] = ACTIONS(3184), [anon_sym_explicit] = ACTIONS(3184), [anon_sym_typename] = ACTIONS(3184), [anon_sym_template] = ACTIONS(3184), [anon_sym_operator] = ACTIONS(3184), [anon_sym_try] = ACTIONS(3184), [anon_sym_delete] = ACTIONS(3184), [anon_sym_throw] = ACTIONS(3184), [anon_sym_namespace] = ACTIONS(3184), [anon_sym_using] = ACTIONS(3184), [anon_sym_static_assert] = ACTIONS(3184), [anon_sym_concept] = ACTIONS(3184), [anon_sym_co_return] = ACTIONS(3184), [anon_sym_co_yield] = ACTIONS(3184), [anon_sym_R_DQUOTE] = ACTIONS(3186), [anon_sym_LR_DQUOTE] = ACTIONS(3186), [anon_sym_uR_DQUOTE] = ACTIONS(3186), [anon_sym_UR_DQUOTE] = ACTIONS(3186), [anon_sym_u8R_DQUOTE] = ACTIONS(3186), [anon_sym_co_await] = ACTIONS(3184), [anon_sym_new] = ACTIONS(3184), [anon_sym_requires] = ACTIONS(3184), [sym_this] = ACTIONS(3184), }, [1289] = { [sym_identifier] = ACTIONS(3168), [aux_sym_preproc_include_token1] = ACTIONS(3168), [aux_sym_preproc_def_token1] = ACTIONS(3168), [aux_sym_preproc_if_token1] = ACTIONS(3168), [aux_sym_preproc_if_token2] = ACTIONS(3168), [aux_sym_preproc_ifdef_token1] = ACTIONS(3168), [aux_sym_preproc_ifdef_token2] = ACTIONS(3168), [sym_preproc_directive] = ACTIONS(3168), [anon_sym_LPAREN2] = ACTIONS(3170), [anon_sym_BANG] = ACTIONS(3170), [anon_sym_TILDE] = ACTIONS(3170), [anon_sym_DASH] = ACTIONS(3168), [anon_sym_PLUS] = ACTIONS(3168), [anon_sym_STAR] = ACTIONS(3170), [anon_sym_AMP_AMP] = ACTIONS(3170), [anon_sym_AMP] = ACTIONS(3168), [anon_sym_SEMI] = ACTIONS(3170), [anon_sym_typedef] = ACTIONS(3168), [anon_sym_extern] = ACTIONS(3168), [anon_sym___attribute__] = ACTIONS(3168), [anon_sym_COLON_COLON] = ACTIONS(3170), [anon_sym_LBRACK_LBRACK] = ACTIONS(3170), [anon_sym___declspec] = ACTIONS(3168), [anon_sym___based] = ACTIONS(3168), [anon_sym___cdecl] = ACTIONS(3168), [anon_sym___clrcall] = ACTIONS(3168), [anon_sym___stdcall] = ACTIONS(3168), [anon_sym___fastcall] = ACTIONS(3168), [anon_sym___thiscall] = ACTIONS(3168), [anon_sym___vectorcall] = ACTIONS(3168), [anon_sym_LBRACE] = ACTIONS(3170), [anon_sym_signed] = ACTIONS(3168), [anon_sym_unsigned] = ACTIONS(3168), [anon_sym_long] = ACTIONS(3168), [anon_sym_short] = ACTIONS(3168), [anon_sym_LBRACK] = ACTIONS(3168), [anon_sym_static] = ACTIONS(3168), [anon_sym_register] = ACTIONS(3168), [anon_sym_inline] = ACTIONS(3168), [anon_sym_thread_local] = ACTIONS(3168), [anon_sym_const] = ACTIONS(3168), [anon_sym_constexpr] = ACTIONS(3168), [anon_sym_volatile] = ACTIONS(3168), [anon_sym_restrict] = ACTIONS(3168), [anon_sym___restrict__] = ACTIONS(3168), [anon_sym__Atomic] = ACTIONS(3168), [anon_sym__Noreturn] = ACTIONS(3168), [anon_sym_noreturn] = ACTIONS(3168), [anon_sym_mutable] = ACTIONS(3168), [anon_sym_constinit] = ACTIONS(3168), [anon_sym_consteval] = ACTIONS(3168), [sym_primitive_type] = ACTIONS(3168), [anon_sym_enum] = ACTIONS(3168), [anon_sym_class] = ACTIONS(3168), [anon_sym_struct] = ACTIONS(3168), [anon_sym_union] = ACTIONS(3168), [anon_sym_if] = ACTIONS(3168), [anon_sym_switch] = ACTIONS(3168), [anon_sym_case] = ACTIONS(3168), [anon_sym_default] = ACTIONS(3168), [anon_sym_while] = ACTIONS(3168), [anon_sym_do] = ACTIONS(3168), [anon_sym_for] = ACTIONS(3168), [anon_sym_return] = ACTIONS(3168), [anon_sym_break] = ACTIONS(3168), [anon_sym_continue] = ACTIONS(3168), [anon_sym_goto] = ACTIONS(3168), [anon_sym_not] = ACTIONS(3168), [anon_sym_compl] = ACTIONS(3168), [anon_sym_DASH_DASH] = ACTIONS(3170), [anon_sym_PLUS_PLUS] = ACTIONS(3170), [anon_sym_sizeof] = ACTIONS(3168), [anon_sym_offsetof] = ACTIONS(3168), [anon_sym__Generic] = ACTIONS(3168), [anon_sym_asm] = ACTIONS(3168), [anon_sym___asm__] = ACTIONS(3168), [sym_number_literal] = ACTIONS(3170), [anon_sym_L_SQUOTE] = ACTIONS(3170), [anon_sym_u_SQUOTE] = ACTIONS(3170), [anon_sym_U_SQUOTE] = ACTIONS(3170), [anon_sym_u8_SQUOTE] = ACTIONS(3170), [anon_sym_SQUOTE] = ACTIONS(3170), [anon_sym_L_DQUOTE] = ACTIONS(3170), [anon_sym_u_DQUOTE] = ACTIONS(3170), [anon_sym_U_DQUOTE] = ACTIONS(3170), [anon_sym_u8_DQUOTE] = ACTIONS(3170), [anon_sym_DQUOTE] = ACTIONS(3170), [sym_true] = ACTIONS(3168), [sym_false] = ACTIONS(3168), [anon_sym_NULL] = ACTIONS(3168), [anon_sym_nullptr] = ACTIONS(3168), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3168), [anon_sym_decltype] = ACTIONS(3168), [anon_sym_virtual] = ACTIONS(3168), [anon_sym_explicit] = ACTIONS(3168), [anon_sym_typename] = ACTIONS(3168), [anon_sym_template] = ACTIONS(3168), [anon_sym_operator] = ACTIONS(3168), [anon_sym_try] = ACTIONS(3168), [anon_sym_delete] = ACTIONS(3168), [anon_sym_throw] = ACTIONS(3168), [anon_sym_namespace] = ACTIONS(3168), [anon_sym_using] = ACTIONS(3168), [anon_sym_static_assert] = ACTIONS(3168), [anon_sym_concept] = ACTIONS(3168), [anon_sym_co_return] = ACTIONS(3168), [anon_sym_co_yield] = ACTIONS(3168), [anon_sym_R_DQUOTE] = ACTIONS(3170), [anon_sym_LR_DQUOTE] = ACTIONS(3170), [anon_sym_uR_DQUOTE] = ACTIONS(3170), [anon_sym_UR_DQUOTE] = ACTIONS(3170), [anon_sym_u8R_DQUOTE] = ACTIONS(3170), [anon_sym_co_await] = ACTIONS(3168), [anon_sym_new] = ACTIONS(3168), [anon_sym_requires] = ACTIONS(3168), [sym_this] = ACTIONS(3168), }, [1290] = { [sym_identifier] = ACTIONS(3387), [aux_sym_preproc_include_token1] = ACTIONS(3387), [aux_sym_preproc_def_token1] = ACTIONS(3387), [aux_sym_preproc_if_token1] = ACTIONS(3387), [aux_sym_preproc_ifdef_token1] = ACTIONS(3387), [aux_sym_preproc_ifdef_token2] = ACTIONS(3387), [sym_preproc_directive] = ACTIONS(3387), [anon_sym_LPAREN2] = ACTIONS(3389), [anon_sym_BANG] = ACTIONS(3389), [anon_sym_TILDE] = ACTIONS(3389), [anon_sym_DASH] = ACTIONS(3387), [anon_sym_PLUS] = ACTIONS(3387), [anon_sym_STAR] = ACTIONS(3389), [anon_sym_AMP_AMP] = ACTIONS(3389), [anon_sym_AMP] = ACTIONS(3387), [anon_sym_SEMI] = ACTIONS(3389), [anon_sym_typedef] = ACTIONS(3387), [anon_sym_extern] = ACTIONS(3387), [anon_sym___attribute__] = ACTIONS(3387), [anon_sym_COLON_COLON] = ACTIONS(3389), [anon_sym_LBRACK_LBRACK] = ACTIONS(3389), [anon_sym___declspec] = ACTIONS(3387), [anon_sym___based] = ACTIONS(3387), [anon_sym___cdecl] = ACTIONS(3387), [anon_sym___clrcall] = ACTIONS(3387), [anon_sym___stdcall] = ACTIONS(3387), [anon_sym___fastcall] = ACTIONS(3387), [anon_sym___thiscall] = ACTIONS(3387), [anon_sym___vectorcall] = ACTIONS(3387), [anon_sym_LBRACE] = ACTIONS(3389), [anon_sym_RBRACE] = ACTIONS(3389), [anon_sym_signed] = ACTIONS(3387), [anon_sym_unsigned] = ACTIONS(3387), [anon_sym_long] = ACTIONS(3387), [anon_sym_short] = ACTIONS(3387), [anon_sym_LBRACK] = ACTIONS(3387), [anon_sym_static] = ACTIONS(3387), [anon_sym_register] = ACTIONS(3387), [anon_sym_inline] = ACTIONS(3387), [anon_sym_thread_local] = ACTIONS(3387), [anon_sym_const] = ACTIONS(3387), [anon_sym_constexpr] = ACTIONS(3387), [anon_sym_volatile] = ACTIONS(3387), [anon_sym_restrict] = ACTIONS(3387), [anon_sym___restrict__] = ACTIONS(3387), [anon_sym__Atomic] = ACTIONS(3387), [anon_sym__Noreturn] = ACTIONS(3387), [anon_sym_noreturn] = ACTIONS(3387), [anon_sym_mutable] = ACTIONS(3387), [anon_sym_constinit] = ACTIONS(3387), [anon_sym_consteval] = ACTIONS(3387), [sym_primitive_type] = ACTIONS(3387), [anon_sym_enum] = ACTIONS(3387), [anon_sym_class] = ACTIONS(3387), [anon_sym_struct] = ACTIONS(3387), [anon_sym_union] = ACTIONS(3387), [anon_sym_if] = ACTIONS(3387), [anon_sym_switch] = ACTIONS(3387), [anon_sym_case] = ACTIONS(3387), [anon_sym_default] = ACTIONS(3387), [anon_sym_while] = ACTIONS(3387), [anon_sym_do] = ACTIONS(3387), [anon_sym_for] = ACTIONS(3387), [anon_sym_return] = ACTIONS(3387), [anon_sym_break] = ACTIONS(3387), [anon_sym_continue] = ACTIONS(3387), [anon_sym_goto] = ACTIONS(3387), [anon_sym_not] = ACTIONS(3387), [anon_sym_compl] = ACTIONS(3387), [anon_sym_DASH_DASH] = ACTIONS(3389), [anon_sym_PLUS_PLUS] = ACTIONS(3389), [anon_sym_sizeof] = ACTIONS(3387), [anon_sym_offsetof] = ACTIONS(3387), [anon_sym__Generic] = ACTIONS(3387), [anon_sym_asm] = ACTIONS(3387), [anon_sym___asm__] = ACTIONS(3387), [sym_number_literal] = ACTIONS(3389), [anon_sym_L_SQUOTE] = ACTIONS(3389), [anon_sym_u_SQUOTE] = ACTIONS(3389), [anon_sym_U_SQUOTE] = ACTIONS(3389), [anon_sym_u8_SQUOTE] = ACTIONS(3389), [anon_sym_SQUOTE] = ACTIONS(3389), [anon_sym_L_DQUOTE] = ACTIONS(3389), [anon_sym_u_DQUOTE] = ACTIONS(3389), [anon_sym_U_DQUOTE] = ACTIONS(3389), [anon_sym_u8_DQUOTE] = ACTIONS(3389), [anon_sym_DQUOTE] = ACTIONS(3389), [sym_true] = ACTIONS(3387), [sym_false] = ACTIONS(3387), [anon_sym_NULL] = ACTIONS(3387), [anon_sym_nullptr] = ACTIONS(3387), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3387), [anon_sym_decltype] = ACTIONS(3387), [anon_sym_virtual] = ACTIONS(3387), [anon_sym_explicit] = ACTIONS(3387), [anon_sym_typename] = ACTIONS(3387), [anon_sym_template] = ACTIONS(3387), [anon_sym_operator] = ACTIONS(3387), [anon_sym_try] = ACTIONS(3387), [anon_sym_delete] = ACTIONS(3387), [anon_sym_throw] = ACTIONS(3387), [anon_sym_namespace] = ACTIONS(3387), [anon_sym_using] = ACTIONS(3387), [anon_sym_static_assert] = ACTIONS(3387), [anon_sym_concept] = ACTIONS(3387), [anon_sym_co_return] = ACTIONS(3387), [anon_sym_co_yield] = ACTIONS(3387), [anon_sym_R_DQUOTE] = ACTIONS(3389), [anon_sym_LR_DQUOTE] = ACTIONS(3389), [anon_sym_uR_DQUOTE] = ACTIONS(3389), [anon_sym_UR_DQUOTE] = ACTIONS(3389), [anon_sym_u8R_DQUOTE] = ACTIONS(3389), [anon_sym_co_await] = ACTIONS(3387), [anon_sym_new] = ACTIONS(3387), [anon_sym_requires] = ACTIONS(3387), [sym_this] = ACTIONS(3387), }, [1291] = { [sym_identifier] = ACTIONS(3180), [aux_sym_preproc_include_token1] = ACTIONS(3180), [aux_sym_preproc_def_token1] = ACTIONS(3180), [aux_sym_preproc_if_token1] = ACTIONS(3180), [aux_sym_preproc_if_token2] = ACTIONS(3180), [aux_sym_preproc_ifdef_token1] = ACTIONS(3180), [aux_sym_preproc_ifdef_token2] = ACTIONS(3180), [sym_preproc_directive] = ACTIONS(3180), [anon_sym_LPAREN2] = ACTIONS(3182), [anon_sym_BANG] = ACTIONS(3182), [anon_sym_TILDE] = ACTIONS(3182), [anon_sym_DASH] = ACTIONS(3180), [anon_sym_PLUS] = ACTIONS(3180), [anon_sym_STAR] = ACTIONS(3182), [anon_sym_AMP_AMP] = ACTIONS(3182), [anon_sym_AMP] = ACTIONS(3180), [anon_sym_SEMI] = ACTIONS(3182), [anon_sym_typedef] = ACTIONS(3180), [anon_sym_extern] = ACTIONS(3180), [anon_sym___attribute__] = ACTIONS(3180), [anon_sym_COLON_COLON] = ACTIONS(3182), [anon_sym_LBRACK_LBRACK] = ACTIONS(3182), [anon_sym___declspec] = ACTIONS(3180), [anon_sym___based] = ACTIONS(3180), [anon_sym___cdecl] = ACTIONS(3180), [anon_sym___clrcall] = ACTIONS(3180), [anon_sym___stdcall] = ACTIONS(3180), [anon_sym___fastcall] = ACTIONS(3180), [anon_sym___thiscall] = ACTIONS(3180), [anon_sym___vectorcall] = ACTIONS(3180), [anon_sym_LBRACE] = ACTIONS(3182), [anon_sym_signed] = ACTIONS(3180), [anon_sym_unsigned] = ACTIONS(3180), [anon_sym_long] = ACTIONS(3180), [anon_sym_short] = ACTIONS(3180), [anon_sym_LBRACK] = ACTIONS(3180), [anon_sym_static] = ACTIONS(3180), [anon_sym_register] = ACTIONS(3180), [anon_sym_inline] = ACTIONS(3180), [anon_sym_thread_local] = ACTIONS(3180), [anon_sym_const] = ACTIONS(3180), [anon_sym_constexpr] = ACTIONS(3180), [anon_sym_volatile] = ACTIONS(3180), [anon_sym_restrict] = ACTIONS(3180), [anon_sym___restrict__] = ACTIONS(3180), [anon_sym__Atomic] = ACTIONS(3180), [anon_sym__Noreturn] = ACTIONS(3180), [anon_sym_noreturn] = ACTIONS(3180), [anon_sym_mutable] = ACTIONS(3180), [anon_sym_constinit] = ACTIONS(3180), [anon_sym_consteval] = ACTIONS(3180), [sym_primitive_type] = ACTIONS(3180), [anon_sym_enum] = ACTIONS(3180), [anon_sym_class] = ACTIONS(3180), [anon_sym_struct] = ACTIONS(3180), [anon_sym_union] = ACTIONS(3180), [anon_sym_if] = ACTIONS(3180), [anon_sym_switch] = ACTIONS(3180), [anon_sym_case] = ACTIONS(3180), [anon_sym_default] = ACTIONS(3180), [anon_sym_while] = ACTIONS(3180), [anon_sym_do] = ACTIONS(3180), [anon_sym_for] = ACTIONS(3180), [anon_sym_return] = ACTIONS(3180), [anon_sym_break] = ACTIONS(3180), [anon_sym_continue] = ACTIONS(3180), [anon_sym_goto] = ACTIONS(3180), [anon_sym_not] = ACTIONS(3180), [anon_sym_compl] = ACTIONS(3180), [anon_sym_DASH_DASH] = ACTIONS(3182), [anon_sym_PLUS_PLUS] = ACTIONS(3182), [anon_sym_sizeof] = ACTIONS(3180), [anon_sym_offsetof] = ACTIONS(3180), [anon_sym__Generic] = ACTIONS(3180), [anon_sym_asm] = ACTIONS(3180), [anon_sym___asm__] = ACTIONS(3180), [sym_number_literal] = ACTIONS(3182), [anon_sym_L_SQUOTE] = ACTIONS(3182), [anon_sym_u_SQUOTE] = ACTIONS(3182), [anon_sym_U_SQUOTE] = ACTIONS(3182), [anon_sym_u8_SQUOTE] = ACTIONS(3182), [anon_sym_SQUOTE] = ACTIONS(3182), [anon_sym_L_DQUOTE] = ACTIONS(3182), [anon_sym_u_DQUOTE] = ACTIONS(3182), [anon_sym_U_DQUOTE] = ACTIONS(3182), [anon_sym_u8_DQUOTE] = ACTIONS(3182), [anon_sym_DQUOTE] = ACTIONS(3182), [sym_true] = ACTIONS(3180), [sym_false] = ACTIONS(3180), [anon_sym_NULL] = ACTIONS(3180), [anon_sym_nullptr] = ACTIONS(3180), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3180), [anon_sym_decltype] = ACTIONS(3180), [anon_sym_virtual] = ACTIONS(3180), [anon_sym_explicit] = ACTIONS(3180), [anon_sym_typename] = ACTIONS(3180), [anon_sym_template] = ACTIONS(3180), [anon_sym_operator] = ACTIONS(3180), [anon_sym_try] = ACTIONS(3180), [anon_sym_delete] = ACTIONS(3180), [anon_sym_throw] = ACTIONS(3180), [anon_sym_namespace] = ACTIONS(3180), [anon_sym_using] = ACTIONS(3180), [anon_sym_static_assert] = ACTIONS(3180), [anon_sym_concept] = ACTIONS(3180), [anon_sym_co_return] = ACTIONS(3180), [anon_sym_co_yield] = ACTIONS(3180), [anon_sym_R_DQUOTE] = ACTIONS(3182), [anon_sym_LR_DQUOTE] = ACTIONS(3182), [anon_sym_uR_DQUOTE] = ACTIONS(3182), [anon_sym_UR_DQUOTE] = ACTIONS(3182), [anon_sym_u8R_DQUOTE] = ACTIONS(3182), [anon_sym_co_await] = ACTIONS(3180), [anon_sym_new] = ACTIONS(3180), [anon_sym_requires] = ACTIONS(3180), [sym_this] = ACTIONS(3180), }, [1292] = { [sym_identifier] = ACTIONS(3379), [aux_sym_preproc_include_token1] = ACTIONS(3379), [aux_sym_preproc_def_token1] = ACTIONS(3379), [aux_sym_preproc_if_token1] = ACTIONS(3379), [aux_sym_preproc_ifdef_token1] = ACTIONS(3379), [aux_sym_preproc_ifdef_token2] = ACTIONS(3379), [sym_preproc_directive] = ACTIONS(3379), [anon_sym_LPAREN2] = ACTIONS(3381), [anon_sym_BANG] = ACTIONS(3381), [anon_sym_TILDE] = ACTIONS(3381), [anon_sym_DASH] = ACTIONS(3379), [anon_sym_PLUS] = ACTIONS(3379), [anon_sym_STAR] = ACTIONS(3381), [anon_sym_AMP_AMP] = ACTIONS(3381), [anon_sym_AMP] = ACTIONS(3379), [anon_sym_SEMI] = ACTIONS(3381), [anon_sym_typedef] = ACTIONS(3379), [anon_sym_extern] = ACTIONS(3379), [anon_sym___attribute__] = ACTIONS(3379), [anon_sym_COLON_COLON] = ACTIONS(3381), [anon_sym_LBRACK_LBRACK] = ACTIONS(3381), [anon_sym___declspec] = ACTIONS(3379), [anon_sym___based] = ACTIONS(3379), [anon_sym___cdecl] = ACTIONS(3379), [anon_sym___clrcall] = ACTIONS(3379), [anon_sym___stdcall] = ACTIONS(3379), [anon_sym___fastcall] = ACTIONS(3379), [anon_sym___thiscall] = ACTIONS(3379), [anon_sym___vectorcall] = ACTIONS(3379), [anon_sym_LBRACE] = ACTIONS(3381), [anon_sym_RBRACE] = ACTIONS(3381), [anon_sym_signed] = ACTIONS(3379), [anon_sym_unsigned] = ACTIONS(3379), [anon_sym_long] = ACTIONS(3379), [anon_sym_short] = ACTIONS(3379), [anon_sym_LBRACK] = ACTIONS(3379), [anon_sym_static] = ACTIONS(3379), [anon_sym_register] = ACTIONS(3379), [anon_sym_inline] = ACTIONS(3379), [anon_sym_thread_local] = ACTIONS(3379), [anon_sym_const] = ACTIONS(3379), [anon_sym_constexpr] = ACTIONS(3379), [anon_sym_volatile] = ACTIONS(3379), [anon_sym_restrict] = ACTIONS(3379), [anon_sym___restrict__] = ACTIONS(3379), [anon_sym__Atomic] = ACTIONS(3379), [anon_sym__Noreturn] = ACTIONS(3379), [anon_sym_noreturn] = ACTIONS(3379), [anon_sym_mutable] = ACTIONS(3379), [anon_sym_constinit] = ACTIONS(3379), [anon_sym_consteval] = ACTIONS(3379), [sym_primitive_type] = ACTIONS(3379), [anon_sym_enum] = ACTIONS(3379), [anon_sym_class] = ACTIONS(3379), [anon_sym_struct] = ACTIONS(3379), [anon_sym_union] = ACTIONS(3379), [anon_sym_if] = ACTIONS(3379), [anon_sym_switch] = ACTIONS(3379), [anon_sym_case] = ACTIONS(3379), [anon_sym_default] = ACTIONS(3379), [anon_sym_while] = ACTIONS(3379), [anon_sym_do] = ACTIONS(3379), [anon_sym_for] = ACTIONS(3379), [anon_sym_return] = ACTIONS(3379), [anon_sym_break] = ACTIONS(3379), [anon_sym_continue] = ACTIONS(3379), [anon_sym_goto] = ACTIONS(3379), [anon_sym_not] = ACTIONS(3379), [anon_sym_compl] = ACTIONS(3379), [anon_sym_DASH_DASH] = ACTIONS(3381), [anon_sym_PLUS_PLUS] = ACTIONS(3381), [anon_sym_sizeof] = ACTIONS(3379), [anon_sym_offsetof] = ACTIONS(3379), [anon_sym__Generic] = ACTIONS(3379), [anon_sym_asm] = ACTIONS(3379), [anon_sym___asm__] = ACTIONS(3379), [sym_number_literal] = ACTIONS(3381), [anon_sym_L_SQUOTE] = ACTIONS(3381), [anon_sym_u_SQUOTE] = ACTIONS(3381), [anon_sym_U_SQUOTE] = ACTIONS(3381), [anon_sym_u8_SQUOTE] = ACTIONS(3381), [anon_sym_SQUOTE] = ACTIONS(3381), [anon_sym_L_DQUOTE] = ACTIONS(3381), [anon_sym_u_DQUOTE] = ACTIONS(3381), [anon_sym_U_DQUOTE] = ACTIONS(3381), [anon_sym_u8_DQUOTE] = ACTIONS(3381), [anon_sym_DQUOTE] = ACTIONS(3381), [sym_true] = ACTIONS(3379), [sym_false] = ACTIONS(3379), [anon_sym_NULL] = ACTIONS(3379), [anon_sym_nullptr] = ACTIONS(3379), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3379), [anon_sym_decltype] = ACTIONS(3379), [anon_sym_virtual] = ACTIONS(3379), [anon_sym_explicit] = ACTIONS(3379), [anon_sym_typename] = ACTIONS(3379), [anon_sym_template] = ACTIONS(3379), [anon_sym_operator] = ACTIONS(3379), [anon_sym_try] = ACTIONS(3379), [anon_sym_delete] = ACTIONS(3379), [anon_sym_throw] = ACTIONS(3379), [anon_sym_namespace] = ACTIONS(3379), [anon_sym_using] = ACTIONS(3379), [anon_sym_static_assert] = ACTIONS(3379), [anon_sym_concept] = ACTIONS(3379), [anon_sym_co_return] = ACTIONS(3379), [anon_sym_co_yield] = ACTIONS(3379), [anon_sym_R_DQUOTE] = ACTIONS(3381), [anon_sym_LR_DQUOTE] = ACTIONS(3381), [anon_sym_uR_DQUOTE] = ACTIONS(3381), [anon_sym_UR_DQUOTE] = ACTIONS(3381), [anon_sym_u8R_DQUOTE] = ACTIONS(3381), [anon_sym_co_await] = ACTIONS(3379), [anon_sym_new] = ACTIONS(3379), [anon_sym_requires] = ACTIONS(3379), [sym_this] = ACTIONS(3379), }, [1293] = { [sym_identifier] = ACTIONS(3172), [aux_sym_preproc_include_token1] = ACTIONS(3172), [aux_sym_preproc_def_token1] = ACTIONS(3172), [aux_sym_preproc_if_token1] = ACTIONS(3172), [aux_sym_preproc_if_token2] = ACTIONS(3172), [aux_sym_preproc_ifdef_token1] = ACTIONS(3172), [aux_sym_preproc_ifdef_token2] = ACTIONS(3172), [sym_preproc_directive] = ACTIONS(3172), [anon_sym_LPAREN2] = ACTIONS(3174), [anon_sym_BANG] = ACTIONS(3174), [anon_sym_TILDE] = ACTIONS(3174), [anon_sym_DASH] = ACTIONS(3172), [anon_sym_PLUS] = ACTIONS(3172), [anon_sym_STAR] = ACTIONS(3174), [anon_sym_AMP_AMP] = ACTIONS(3174), [anon_sym_AMP] = ACTIONS(3172), [anon_sym_SEMI] = ACTIONS(3174), [anon_sym_typedef] = ACTIONS(3172), [anon_sym_extern] = ACTIONS(3172), [anon_sym___attribute__] = ACTIONS(3172), [anon_sym_COLON_COLON] = ACTIONS(3174), [anon_sym_LBRACK_LBRACK] = ACTIONS(3174), [anon_sym___declspec] = ACTIONS(3172), [anon_sym___based] = ACTIONS(3172), [anon_sym___cdecl] = ACTIONS(3172), [anon_sym___clrcall] = ACTIONS(3172), [anon_sym___stdcall] = ACTIONS(3172), [anon_sym___fastcall] = ACTIONS(3172), [anon_sym___thiscall] = ACTIONS(3172), [anon_sym___vectorcall] = ACTIONS(3172), [anon_sym_LBRACE] = ACTIONS(3174), [anon_sym_signed] = ACTIONS(3172), [anon_sym_unsigned] = ACTIONS(3172), [anon_sym_long] = ACTIONS(3172), [anon_sym_short] = ACTIONS(3172), [anon_sym_LBRACK] = ACTIONS(3172), [anon_sym_static] = ACTIONS(3172), [anon_sym_register] = ACTIONS(3172), [anon_sym_inline] = ACTIONS(3172), [anon_sym_thread_local] = ACTIONS(3172), [anon_sym_const] = ACTIONS(3172), [anon_sym_constexpr] = ACTIONS(3172), [anon_sym_volatile] = ACTIONS(3172), [anon_sym_restrict] = ACTIONS(3172), [anon_sym___restrict__] = ACTIONS(3172), [anon_sym__Atomic] = ACTIONS(3172), [anon_sym__Noreturn] = ACTIONS(3172), [anon_sym_noreturn] = ACTIONS(3172), [anon_sym_mutable] = ACTIONS(3172), [anon_sym_constinit] = ACTIONS(3172), [anon_sym_consteval] = ACTIONS(3172), [sym_primitive_type] = ACTIONS(3172), [anon_sym_enum] = ACTIONS(3172), [anon_sym_class] = ACTIONS(3172), [anon_sym_struct] = ACTIONS(3172), [anon_sym_union] = ACTIONS(3172), [anon_sym_if] = ACTIONS(3172), [anon_sym_switch] = ACTIONS(3172), [anon_sym_case] = ACTIONS(3172), [anon_sym_default] = ACTIONS(3172), [anon_sym_while] = ACTIONS(3172), [anon_sym_do] = ACTIONS(3172), [anon_sym_for] = ACTIONS(3172), [anon_sym_return] = ACTIONS(3172), [anon_sym_break] = ACTIONS(3172), [anon_sym_continue] = ACTIONS(3172), [anon_sym_goto] = ACTIONS(3172), [anon_sym_not] = ACTIONS(3172), [anon_sym_compl] = ACTIONS(3172), [anon_sym_DASH_DASH] = ACTIONS(3174), [anon_sym_PLUS_PLUS] = ACTIONS(3174), [anon_sym_sizeof] = ACTIONS(3172), [anon_sym_offsetof] = ACTIONS(3172), [anon_sym__Generic] = ACTIONS(3172), [anon_sym_asm] = ACTIONS(3172), [anon_sym___asm__] = ACTIONS(3172), [sym_number_literal] = ACTIONS(3174), [anon_sym_L_SQUOTE] = ACTIONS(3174), [anon_sym_u_SQUOTE] = ACTIONS(3174), [anon_sym_U_SQUOTE] = ACTIONS(3174), [anon_sym_u8_SQUOTE] = ACTIONS(3174), [anon_sym_SQUOTE] = ACTIONS(3174), [anon_sym_L_DQUOTE] = ACTIONS(3174), [anon_sym_u_DQUOTE] = ACTIONS(3174), [anon_sym_U_DQUOTE] = ACTIONS(3174), [anon_sym_u8_DQUOTE] = ACTIONS(3174), [anon_sym_DQUOTE] = ACTIONS(3174), [sym_true] = ACTIONS(3172), [sym_false] = ACTIONS(3172), [anon_sym_NULL] = ACTIONS(3172), [anon_sym_nullptr] = ACTIONS(3172), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3172), [anon_sym_decltype] = ACTIONS(3172), [anon_sym_virtual] = ACTIONS(3172), [anon_sym_explicit] = ACTIONS(3172), [anon_sym_typename] = ACTIONS(3172), [anon_sym_template] = ACTIONS(3172), [anon_sym_operator] = ACTIONS(3172), [anon_sym_try] = ACTIONS(3172), [anon_sym_delete] = ACTIONS(3172), [anon_sym_throw] = ACTIONS(3172), [anon_sym_namespace] = ACTIONS(3172), [anon_sym_using] = ACTIONS(3172), [anon_sym_static_assert] = ACTIONS(3172), [anon_sym_concept] = ACTIONS(3172), [anon_sym_co_return] = ACTIONS(3172), [anon_sym_co_yield] = ACTIONS(3172), [anon_sym_R_DQUOTE] = ACTIONS(3174), [anon_sym_LR_DQUOTE] = ACTIONS(3174), [anon_sym_uR_DQUOTE] = ACTIONS(3174), [anon_sym_UR_DQUOTE] = ACTIONS(3174), [anon_sym_u8R_DQUOTE] = ACTIONS(3174), [anon_sym_co_await] = ACTIONS(3172), [anon_sym_new] = ACTIONS(3172), [anon_sym_requires] = ACTIONS(3172), [sym_this] = ACTIONS(3172), }, [1294] = { [sym_identifier] = ACTIONS(3349), [aux_sym_preproc_include_token1] = ACTIONS(3349), [aux_sym_preproc_def_token1] = ACTIONS(3349), [aux_sym_preproc_if_token1] = ACTIONS(3349), [aux_sym_preproc_ifdef_token1] = ACTIONS(3349), [aux_sym_preproc_ifdef_token2] = ACTIONS(3349), [sym_preproc_directive] = ACTIONS(3349), [anon_sym_LPAREN2] = ACTIONS(3351), [anon_sym_BANG] = ACTIONS(3351), [anon_sym_TILDE] = ACTIONS(3351), [anon_sym_DASH] = ACTIONS(3349), [anon_sym_PLUS] = ACTIONS(3349), [anon_sym_STAR] = ACTIONS(3351), [anon_sym_AMP_AMP] = ACTIONS(3351), [anon_sym_AMP] = ACTIONS(3349), [anon_sym_SEMI] = ACTIONS(3351), [anon_sym_typedef] = ACTIONS(3349), [anon_sym_extern] = ACTIONS(3349), [anon_sym___attribute__] = ACTIONS(3349), [anon_sym_COLON_COLON] = ACTIONS(3351), [anon_sym_LBRACK_LBRACK] = ACTIONS(3351), [anon_sym___declspec] = ACTIONS(3349), [anon_sym___based] = ACTIONS(3349), [anon_sym___cdecl] = ACTIONS(3349), [anon_sym___clrcall] = ACTIONS(3349), [anon_sym___stdcall] = ACTIONS(3349), [anon_sym___fastcall] = ACTIONS(3349), [anon_sym___thiscall] = ACTIONS(3349), [anon_sym___vectorcall] = ACTIONS(3349), [anon_sym_LBRACE] = ACTIONS(3351), [anon_sym_RBRACE] = ACTIONS(3351), [anon_sym_signed] = ACTIONS(3349), [anon_sym_unsigned] = ACTIONS(3349), [anon_sym_long] = ACTIONS(3349), [anon_sym_short] = ACTIONS(3349), [anon_sym_LBRACK] = ACTIONS(3349), [anon_sym_static] = ACTIONS(3349), [anon_sym_register] = ACTIONS(3349), [anon_sym_inline] = ACTIONS(3349), [anon_sym_thread_local] = ACTIONS(3349), [anon_sym_const] = ACTIONS(3349), [anon_sym_constexpr] = ACTIONS(3349), [anon_sym_volatile] = ACTIONS(3349), [anon_sym_restrict] = ACTIONS(3349), [anon_sym___restrict__] = ACTIONS(3349), [anon_sym__Atomic] = ACTIONS(3349), [anon_sym__Noreturn] = ACTIONS(3349), [anon_sym_noreturn] = ACTIONS(3349), [anon_sym_mutable] = ACTIONS(3349), [anon_sym_constinit] = ACTIONS(3349), [anon_sym_consteval] = ACTIONS(3349), [sym_primitive_type] = ACTIONS(3349), [anon_sym_enum] = ACTIONS(3349), [anon_sym_class] = ACTIONS(3349), [anon_sym_struct] = ACTIONS(3349), [anon_sym_union] = ACTIONS(3349), [anon_sym_if] = ACTIONS(3349), [anon_sym_switch] = ACTIONS(3349), [anon_sym_case] = ACTIONS(3349), [anon_sym_default] = ACTIONS(3349), [anon_sym_while] = ACTIONS(3349), [anon_sym_do] = ACTIONS(3349), [anon_sym_for] = ACTIONS(3349), [anon_sym_return] = ACTIONS(3349), [anon_sym_break] = ACTIONS(3349), [anon_sym_continue] = ACTIONS(3349), [anon_sym_goto] = ACTIONS(3349), [anon_sym_not] = ACTIONS(3349), [anon_sym_compl] = ACTIONS(3349), [anon_sym_DASH_DASH] = ACTIONS(3351), [anon_sym_PLUS_PLUS] = ACTIONS(3351), [anon_sym_sizeof] = ACTIONS(3349), [anon_sym_offsetof] = ACTIONS(3349), [anon_sym__Generic] = ACTIONS(3349), [anon_sym_asm] = ACTIONS(3349), [anon_sym___asm__] = ACTIONS(3349), [sym_number_literal] = ACTIONS(3351), [anon_sym_L_SQUOTE] = ACTIONS(3351), [anon_sym_u_SQUOTE] = ACTIONS(3351), [anon_sym_U_SQUOTE] = ACTIONS(3351), [anon_sym_u8_SQUOTE] = ACTIONS(3351), [anon_sym_SQUOTE] = ACTIONS(3351), [anon_sym_L_DQUOTE] = ACTIONS(3351), [anon_sym_u_DQUOTE] = ACTIONS(3351), [anon_sym_U_DQUOTE] = ACTIONS(3351), [anon_sym_u8_DQUOTE] = ACTIONS(3351), [anon_sym_DQUOTE] = ACTIONS(3351), [sym_true] = ACTIONS(3349), [sym_false] = ACTIONS(3349), [anon_sym_NULL] = ACTIONS(3349), [anon_sym_nullptr] = ACTIONS(3349), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3349), [anon_sym_decltype] = ACTIONS(3349), [anon_sym_virtual] = ACTIONS(3349), [anon_sym_explicit] = ACTIONS(3349), [anon_sym_typename] = ACTIONS(3349), [anon_sym_template] = ACTIONS(3349), [anon_sym_operator] = ACTIONS(3349), [anon_sym_try] = ACTIONS(3349), [anon_sym_delete] = ACTIONS(3349), [anon_sym_throw] = ACTIONS(3349), [anon_sym_namespace] = ACTIONS(3349), [anon_sym_using] = ACTIONS(3349), [anon_sym_static_assert] = ACTIONS(3349), [anon_sym_concept] = ACTIONS(3349), [anon_sym_co_return] = ACTIONS(3349), [anon_sym_co_yield] = ACTIONS(3349), [anon_sym_R_DQUOTE] = ACTIONS(3351), [anon_sym_LR_DQUOTE] = ACTIONS(3351), [anon_sym_uR_DQUOTE] = ACTIONS(3351), [anon_sym_UR_DQUOTE] = ACTIONS(3351), [anon_sym_u8R_DQUOTE] = ACTIONS(3351), [anon_sym_co_await] = ACTIONS(3349), [anon_sym_new] = ACTIONS(3349), [anon_sym_requires] = ACTIONS(3349), [sym_this] = ACTIONS(3349), }, [1295] = { [sym_identifier] = ACTIONS(3148), [aux_sym_preproc_include_token1] = ACTIONS(3148), [aux_sym_preproc_def_token1] = ACTIONS(3148), [aux_sym_preproc_if_token1] = ACTIONS(3148), [aux_sym_preproc_if_token2] = ACTIONS(3148), [aux_sym_preproc_ifdef_token1] = ACTIONS(3148), [aux_sym_preproc_ifdef_token2] = ACTIONS(3148), [sym_preproc_directive] = ACTIONS(3148), [anon_sym_LPAREN2] = ACTIONS(3150), [anon_sym_BANG] = ACTIONS(3150), [anon_sym_TILDE] = ACTIONS(3150), [anon_sym_DASH] = ACTIONS(3148), [anon_sym_PLUS] = ACTIONS(3148), [anon_sym_STAR] = ACTIONS(3150), [anon_sym_AMP_AMP] = ACTIONS(3150), [anon_sym_AMP] = ACTIONS(3148), [anon_sym_SEMI] = ACTIONS(3150), [anon_sym_typedef] = ACTIONS(3148), [anon_sym_extern] = ACTIONS(3148), [anon_sym___attribute__] = ACTIONS(3148), [anon_sym_COLON_COLON] = ACTIONS(3150), [anon_sym_LBRACK_LBRACK] = ACTIONS(3150), [anon_sym___declspec] = ACTIONS(3148), [anon_sym___based] = ACTIONS(3148), [anon_sym___cdecl] = ACTIONS(3148), [anon_sym___clrcall] = ACTIONS(3148), [anon_sym___stdcall] = ACTIONS(3148), [anon_sym___fastcall] = ACTIONS(3148), [anon_sym___thiscall] = ACTIONS(3148), [anon_sym___vectorcall] = ACTIONS(3148), [anon_sym_LBRACE] = ACTIONS(3150), [anon_sym_signed] = ACTIONS(3148), [anon_sym_unsigned] = ACTIONS(3148), [anon_sym_long] = ACTIONS(3148), [anon_sym_short] = ACTIONS(3148), [anon_sym_LBRACK] = ACTIONS(3148), [anon_sym_static] = ACTIONS(3148), [anon_sym_register] = ACTIONS(3148), [anon_sym_inline] = ACTIONS(3148), [anon_sym_thread_local] = ACTIONS(3148), [anon_sym_const] = ACTIONS(3148), [anon_sym_constexpr] = ACTIONS(3148), [anon_sym_volatile] = ACTIONS(3148), [anon_sym_restrict] = ACTIONS(3148), [anon_sym___restrict__] = ACTIONS(3148), [anon_sym__Atomic] = ACTIONS(3148), [anon_sym__Noreturn] = ACTIONS(3148), [anon_sym_noreturn] = ACTIONS(3148), [anon_sym_mutable] = ACTIONS(3148), [anon_sym_constinit] = ACTIONS(3148), [anon_sym_consteval] = ACTIONS(3148), [sym_primitive_type] = ACTIONS(3148), [anon_sym_enum] = ACTIONS(3148), [anon_sym_class] = ACTIONS(3148), [anon_sym_struct] = ACTIONS(3148), [anon_sym_union] = ACTIONS(3148), [anon_sym_if] = ACTIONS(3148), [anon_sym_switch] = ACTIONS(3148), [anon_sym_case] = ACTIONS(3148), [anon_sym_default] = ACTIONS(3148), [anon_sym_while] = ACTIONS(3148), [anon_sym_do] = ACTIONS(3148), [anon_sym_for] = ACTIONS(3148), [anon_sym_return] = ACTIONS(3148), [anon_sym_break] = ACTIONS(3148), [anon_sym_continue] = ACTIONS(3148), [anon_sym_goto] = ACTIONS(3148), [anon_sym_not] = ACTIONS(3148), [anon_sym_compl] = ACTIONS(3148), [anon_sym_DASH_DASH] = ACTIONS(3150), [anon_sym_PLUS_PLUS] = ACTIONS(3150), [anon_sym_sizeof] = ACTIONS(3148), [anon_sym_offsetof] = ACTIONS(3148), [anon_sym__Generic] = ACTIONS(3148), [anon_sym_asm] = ACTIONS(3148), [anon_sym___asm__] = ACTIONS(3148), [sym_number_literal] = ACTIONS(3150), [anon_sym_L_SQUOTE] = ACTIONS(3150), [anon_sym_u_SQUOTE] = ACTIONS(3150), [anon_sym_U_SQUOTE] = ACTIONS(3150), [anon_sym_u8_SQUOTE] = ACTIONS(3150), [anon_sym_SQUOTE] = ACTIONS(3150), [anon_sym_L_DQUOTE] = ACTIONS(3150), [anon_sym_u_DQUOTE] = ACTIONS(3150), [anon_sym_U_DQUOTE] = ACTIONS(3150), [anon_sym_u8_DQUOTE] = ACTIONS(3150), [anon_sym_DQUOTE] = ACTIONS(3150), [sym_true] = ACTIONS(3148), [sym_false] = ACTIONS(3148), [anon_sym_NULL] = ACTIONS(3148), [anon_sym_nullptr] = ACTIONS(3148), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3148), [anon_sym_decltype] = ACTIONS(3148), [anon_sym_virtual] = ACTIONS(3148), [anon_sym_explicit] = ACTIONS(3148), [anon_sym_typename] = ACTIONS(3148), [anon_sym_template] = ACTIONS(3148), [anon_sym_operator] = ACTIONS(3148), [anon_sym_try] = ACTIONS(3148), [anon_sym_delete] = ACTIONS(3148), [anon_sym_throw] = ACTIONS(3148), [anon_sym_namespace] = ACTIONS(3148), [anon_sym_using] = ACTIONS(3148), [anon_sym_static_assert] = ACTIONS(3148), [anon_sym_concept] = ACTIONS(3148), [anon_sym_co_return] = ACTIONS(3148), [anon_sym_co_yield] = ACTIONS(3148), [anon_sym_R_DQUOTE] = ACTIONS(3150), [anon_sym_LR_DQUOTE] = ACTIONS(3150), [anon_sym_uR_DQUOTE] = ACTIONS(3150), [anon_sym_UR_DQUOTE] = ACTIONS(3150), [anon_sym_u8R_DQUOTE] = ACTIONS(3150), [anon_sym_co_await] = ACTIONS(3148), [anon_sym_new] = ACTIONS(3148), [anon_sym_requires] = ACTIONS(3148), [sym_this] = ACTIONS(3148), }, [1296] = { [sym_identifier] = ACTIONS(3337), [aux_sym_preproc_include_token1] = ACTIONS(3337), [aux_sym_preproc_def_token1] = ACTIONS(3337), [aux_sym_preproc_if_token1] = ACTIONS(3337), [aux_sym_preproc_if_token2] = ACTIONS(3337), [aux_sym_preproc_ifdef_token1] = ACTIONS(3337), [aux_sym_preproc_ifdef_token2] = ACTIONS(3337), [sym_preproc_directive] = ACTIONS(3337), [anon_sym_LPAREN2] = ACTIONS(3339), [anon_sym_BANG] = ACTIONS(3339), [anon_sym_TILDE] = ACTIONS(3339), [anon_sym_DASH] = ACTIONS(3337), [anon_sym_PLUS] = ACTIONS(3337), [anon_sym_STAR] = ACTIONS(3339), [anon_sym_AMP_AMP] = ACTIONS(3339), [anon_sym_AMP] = ACTIONS(3337), [anon_sym_SEMI] = ACTIONS(3339), [anon_sym_typedef] = ACTIONS(3337), [anon_sym_extern] = ACTIONS(3337), [anon_sym___attribute__] = ACTIONS(3337), [anon_sym_COLON_COLON] = ACTIONS(3339), [anon_sym_LBRACK_LBRACK] = ACTIONS(3339), [anon_sym___declspec] = ACTIONS(3337), [anon_sym___based] = ACTIONS(3337), [anon_sym___cdecl] = ACTIONS(3337), [anon_sym___clrcall] = ACTIONS(3337), [anon_sym___stdcall] = ACTIONS(3337), [anon_sym___fastcall] = ACTIONS(3337), [anon_sym___thiscall] = ACTIONS(3337), [anon_sym___vectorcall] = ACTIONS(3337), [anon_sym_LBRACE] = ACTIONS(3339), [anon_sym_signed] = ACTIONS(3337), [anon_sym_unsigned] = ACTIONS(3337), [anon_sym_long] = ACTIONS(3337), [anon_sym_short] = ACTIONS(3337), [anon_sym_LBRACK] = ACTIONS(3337), [anon_sym_static] = ACTIONS(3337), [anon_sym_register] = ACTIONS(3337), [anon_sym_inline] = ACTIONS(3337), [anon_sym_thread_local] = ACTIONS(3337), [anon_sym_const] = ACTIONS(3337), [anon_sym_constexpr] = ACTIONS(3337), [anon_sym_volatile] = ACTIONS(3337), [anon_sym_restrict] = ACTIONS(3337), [anon_sym___restrict__] = ACTIONS(3337), [anon_sym__Atomic] = ACTIONS(3337), [anon_sym__Noreturn] = ACTIONS(3337), [anon_sym_noreturn] = ACTIONS(3337), [anon_sym_mutable] = ACTIONS(3337), [anon_sym_constinit] = ACTIONS(3337), [anon_sym_consteval] = ACTIONS(3337), [sym_primitive_type] = ACTIONS(3337), [anon_sym_enum] = ACTIONS(3337), [anon_sym_class] = ACTIONS(3337), [anon_sym_struct] = ACTIONS(3337), [anon_sym_union] = ACTIONS(3337), [anon_sym_if] = ACTIONS(3337), [anon_sym_switch] = ACTIONS(3337), [anon_sym_case] = ACTIONS(3337), [anon_sym_default] = ACTIONS(3337), [anon_sym_while] = ACTIONS(3337), [anon_sym_do] = ACTIONS(3337), [anon_sym_for] = ACTIONS(3337), [anon_sym_return] = ACTIONS(3337), [anon_sym_break] = ACTIONS(3337), [anon_sym_continue] = ACTIONS(3337), [anon_sym_goto] = ACTIONS(3337), [anon_sym_not] = ACTIONS(3337), [anon_sym_compl] = ACTIONS(3337), [anon_sym_DASH_DASH] = ACTIONS(3339), [anon_sym_PLUS_PLUS] = ACTIONS(3339), [anon_sym_sizeof] = ACTIONS(3337), [anon_sym_offsetof] = ACTIONS(3337), [anon_sym__Generic] = ACTIONS(3337), [anon_sym_asm] = ACTIONS(3337), [anon_sym___asm__] = ACTIONS(3337), [sym_number_literal] = ACTIONS(3339), [anon_sym_L_SQUOTE] = ACTIONS(3339), [anon_sym_u_SQUOTE] = ACTIONS(3339), [anon_sym_U_SQUOTE] = ACTIONS(3339), [anon_sym_u8_SQUOTE] = ACTIONS(3339), [anon_sym_SQUOTE] = ACTIONS(3339), [anon_sym_L_DQUOTE] = ACTIONS(3339), [anon_sym_u_DQUOTE] = ACTIONS(3339), [anon_sym_U_DQUOTE] = ACTIONS(3339), [anon_sym_u8_DQUOTE] = ACTIONS(3339), [anon_sym_DQUOTE] = ACTIONS(3339), [sym_true] = ACTIONS(3337), [sym_false] = ACTIONS(3337), [anon_sym_NULL] = ACTIONS(3337), [anon_sym_nullptr] = ACTIONS(3337), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3337), [anon_sym_decltype] = ACTIONS(3337), [anon_sym_virtual] = ACTIONS(3337), [anon_sym_explicit] = ACTIONS(3337), [anon_sym_typename] = ACTIONS(3337), [anon_sym_template] = ACTIONS(3337), [anon_sym_operator] = ACTIONS(3337), [anon_sym_try] = ACTIONS(3337), [anon_sym_delete] = ACTIONS(3337), [anon_sym_throw] = ACTIONS(3337), [anon_sym_namespace] = ACTIONS(3337), [anon_sym_using] = ACTIONS(3337), [anon_sym_static_assert] = ACTIONS(3337), [anon_sym_concept] = ACTIONS(3337), [anon_sym_co_return] = ACTIONS(3337), [anon_sym_co_yield] = ACTIONS(3337), [anon_sym_R_DQUOTE] = ACTIONS(3339), [anon_sym_LR_DQUOTE] = ACTIONS(3339), [anon_sym_uR_DQUOTE] = ACTIONS(3339), [anon_sym_UR_DQUOTE] = ACTIONS(3339), [anon_sym_u8R_DQUOTE] = ACTIONS(3339), [anon_sym_co_await] = ACTIONS(3337), [anon_sym_new] = ACTIONS(3337), [anon_sym_requires] = ACTIONS(3337), [sym_this] = ACTIONS(3337), }, [1297] = { [sym_identifier] = ACTIONS(3359), [aux_sym_preproc_include_token1] = ACTIONS(3359), [aux_sym_preproc_def_token1] = ACTIONS(3359), [aux_sym_preproc_if_token1] = ACTIONS(3359), [aux_sym_preproc_ifdef_token1] = ACTIONS(3359), [aux_sym_preproc_ifdef_token2] = ACTIONS(3359), [sym_preproc_directive] = ACTIONS(3359), [anon_sym_LPAREN2] = ACTIONS(3361), [anon_sym_BANG] = ACTIONS(3361), [anon_sym_TILDE] = ACTIONS(3361), [anon_sym_DASH] = ACTIONS(3359), [anon_sym_PLUS] = ACTIONS(3359), [anon_sym_STAR] = ACTIONS(3361), [anon_sym_AMP_AMP] = ACTIONS(3361), [anon_sym_AMP] = ACTIONS(3359), [anon_sym_SEMI] = ACTIONS(3361), [anon_sym_typedef] = ACTIONS(3359), [anon_sym_extern] = ACTIONS(3359), [anon_sym___attribute__] = ACTIONS(3359), [anon_sym_COLON_COLON] = ACTIONS(3361), [anon_sym_LBRACK_LBRACK] = ACTIONS(3361), [anon_sym___declspec] = ACTIONS(3359), [anon_sym___based] = ACTIONS(3359), [anon_sym___cdecl] = ACTIONS(3359), [anon_sym___clrcall] = ACTIONS(3359), [anon_sym___stdcall] = ACTIONS(3359), [anon_sym___fastcall] = ACTIONS(3359), [anon_sym___thiscall] = ACTIONS(3359), [anon_sym___vectorcall] = ACTIONS(3359), [anon_sym_LBRACE] = ACTIONS(3361), [anon_sym_RBRACE] = ACTIONS(3361), [anon_sym_signed] = ACTIONS(3359), [anon_sym_unsigned] = ACTIONS(3359), [anon_sym_long] = ACTIONS(3359), [anon_sym_short] = ACTIONS(3359), [anon_sym_LBRACK] = ACTIONS(3359), [anon_sym_static] = ACTIONS(3359), [anon_sym_register] = ACTIONS(3359), [anon_sym_inline] = ACTIONS(3359), [anon_sym_thread_local] = ACTIONS(3359), [anon_sym_const] = ACTIONS(3359), [anon_sym_constexpr] = ACTIONS(3359), [anon_sym_volatile] = ACTIONS(3359), [anon_sym_restrict] = ACTIONS(3359), [anon_sym___restrict__] = ACTIONS(3359), [anon_sym__Atomic] = ACTIONS(3359), [anon_sym__Noreturn] = ACTIONS(3359), [anon_sym_noreturn] = ACTIONS(3359), [anon_sym_mutable] = ACTIONS(3359), [anon_sym_constinit] = ACTIONS(3359), [anon_sym_consteval] = ACTIONS(3359), [sym_primitive_type] = ACTIONS(3359), [anon_sym_enum] = ACTIONS(3359), [anon_sym_class] = ACTIONS(3359), [anon_sym_struct] = ACTIONS(3359), [anon_sym_union] = ACTIONS(3359), [anon_sym_if] = ACTIONS(3359), [anon_sym_switch] = ACTIONS(3359), [anon_sym_case] = ACTIONS(3359), [anon_sym_default] = ACTIONS(3359), [anon_sym_while] = ACTIONS(3359), [anon_sym_do] = ACTIONS(3359), [anon_sym_for] = ACTIONS(3359), [anon_sym_return] = ACTIONS(3359), [anon_sym_break] = ACTIONS(3359), [anon_sym_continue] = ACTIONS(3359), [anon_sym_goto] = ACTIONS(3359), [anon_sym_not] = ACTIONS(3359), [anon_sym_compl] = ACTIONS(3359), [anon_sym_DASH_DASH] = ACTIONS(3361), [anon_sym_PLUS_PLUS] = ACTIONS(3361), [anon_sym_sizeof] = ACTIONS(3359), [anon_sym_offsetof] = ACTIONS(3359), [anon_sym__Generic] = ACTIONS(3359), [anon_sym_asm] = ACTIONS(3359), [anon_sym___asm__] = ACTIONS(3359), [sym_number_literal] = ACTIONS(3361), [anon_sym_L_SQUOTE] = ACTIONS(3361), [anon_sym_u_SQUOTE] = ACTIONS(3361), [anon_sym_U_SQUOTE] = ACTIONS(3361), [anon_sym_u8_SQUOTE] = ACTIONS(3361), [anon_sym_SQUOTE] = ACTIONS(3361), [anon_sym_L_DQUOTE] = ACTIONS(3361), [anon_sym_u_DQUOTE] = ACTIONS(3361), [anon_sym_U_DQUOTE] = ACTIONS(3361), [anon_sym_u8_DQUOTE] = ACTIONS(3361), [anon_sym_DQUOTE] = ACTIONS(3361), [sym_true] = ACTIONS(3359), [sym_false] = ACTIONS(3359), [anon_sym_NULL] = ACTIONS(3359), [anon_sym_nullptr] = ACTIONS(3359), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3359), [anon_sym_decltype] = ACTIONS(3359), [anon_sym_virtual] = ACTIONS(3359), [anon_sym_explicit] = ACTIONS(3359), [anon_sym_typename] = ACTIONS(3359), [anon_sym_template] = ACTIONS(3359), [anon_sym_operator] = ACTIONS(3359), [anon_sym_try] = ACTIONS(3359), [anon_sym_delete] = ACTIONS(3359), [anon_sym_throw] = ACTIONS(3359), [anon_sym_namespace] = ACTIONS(3359), [anon_sym_using] = ACTIONS(3359), [anon_sym_static_assert] = ACTIONS(3359), [anon_sym_concept] = ACTIONS(3359), [anon_sym_co_return] = ACTIONS(3359), [anon_sym_co_yield] = ACTIONS(3359), [anon_sym_R_DQUOTE] = ACTIONS(3361), [anon_sym_LR_DQUOTE] = ACTIONS(3361), [anon_sym_uR_DQUOTE] = ACTIONS(3361), [anon_sym_UR_DQUOTE] = ACTIONS(3361), [anon_sym_u8R_DQUOTE] = ACTIONS(3361), [anon_sym_co_await] = ACTIONS(3359), [anon_sym_new] = ACTIONS(3359), [anon_sym_requires] = ACTIONS(3359), [sym_this] = ACTIONS(3359), }, [1298] = { [sym_identifier] = ACTIONS(3451), [aux_sym_preproc_include_token1] = ACTIONS(3451), [aux_sym_preproc_def_token1] = ACTIONS(3451), [aux_sym_preproc_if_token1] = ACTIONS(3451), [aux_sym_preproc_ifdef_token1] = ACTIONS(3451), [aux_sym_preproc_ifdef_token2] = ACTIONS(3451), [sym_preproc_directive] = ACTIONS(3451), [anon_sym_LPAREN2] = ACTIONS(3453), [anon_sym_BANG] = ACTIONS(3453), [anon_sym_TILDE] = ACTIONS(3453), [anon_sym_DASH] = ACTIONS(3451), [anon_sym_PLUS] = ACTIONS(3451), [anon_sym_STAR] = ACTIONS(3453), [anon_sym_AMP_AMP] = ACTIONS(3453), [anon_sym_AMP] = ACTIONS(3451), [anon_sym_SEMI] = ACTIONS(3453), [anon_sym_typedef] = ACTIONS(3451), [anon_sym_extern] = ACTIONS(3451), [anon_sym___attribute__] = ACTIONS(3451), [anon_sym_COLON_COLON] = ACTIONS(3453), [anon_sym_LBRACK_LBRACK] = ACTIONS(3453), [anon_sym___declspec] = ACTIONS(3451), [anon_sym___based] = ACTIONS(3451), [anon_sym___cdecl] = ACTIONS(3451), [anon_sym___clrcall] = ACTIONS(3451), [anon_sym___stdcall] = ACTIONS(3451), [anon_sym___fastcall] = ACTIONS(3451), [anon_sym___thiscall] = ACTIONS(3451), [anon_sym___vectorcall] = ACTIONS(3451), [anon_sym_LBRACE] = ACTIONS(3453), [anon_sym_RBRACE] = ACTIONS(3453), [anon_sym_signed] = ACTIONS(3451), [anon_sym_unsigned] = ACTIONS(3451), [anon_sym_long] = ACTIONS(3451), [anon_sym_short] = ACTIONS(3451), [anon_sym_LBRACK] = ACTIONS(3451), [anon_sym_static] = ACTIONS(3451), [anon_sym_register] = ACTIONS(3451), [anon_sym_inline] = ACTIONS(3451), [anon_sym_thread_local] = ACTIONS(3451), [anon_sym_const] = ACTIONS(3451), [anon_sym_constexpr] = ACTIONS(3451), [anon_sym_volatile] = ACTIONS(3451), [anon_sym_restrict] = ACTIONS(3451), [anon_sym___restrict__] = ACTIONS(3451), [anon_sym__Atomic] = ACTIONS(3451), [anon_sym__Noreturn] = ACTIONS(3451), [anon_sym_noreturn] = ACTIONS(3451), [anon_sym_mutable] = ACTIONS(3451), [anon_sym_constinit] = ACTIONS(3451), [anon_sym_consteval] = ACTIONS(3451), [sym_primitive_type] = ACTIONS(3451), [anon_sym_enum] = ACTIONS(3451), [anon_sym_class] = ACTIONS(3451), [anon_sym_struct] = ACTIONS(3451), [anon_sym_union] = ACTIONS(3451), [anon_sym_if] = ACTIONS(3451), [anon_sym_switch] = ACTIONS(3451), [anon_sym_case] = ACTIONS(3451), [anon_sym_default] = ACTIONS(3451), [anon_sym_while] = ACTIONS(3451), [anon_sym_do] = ACTIONS(3451), [anon_sym_for] = ACTIONS(3451), [anon_sym_return] = ACTIONS(3451), [anon_sym_break] = ACTIONS(3451), [anon_sym_continue] = ACTIONS(3451), [anon_sym_goto] = ACTIONS(3451), [anon_sym_not] = ACTIONS(3451), [anon_sym_compl] = ACTIONS(3451), [anon_sym_DASH_DASH] = ACTIONS(3453), [anon_sym_PLUS_PLUS] = ACTIONS(3453), [anon_sym_sizeof] = ACTIONS(3451), [anon_sym_offsetof] = ACTIONS(3451), [anon_sym__Generic] = ACTIONS(3451), [anon_sym_asm] = ACTIONS(3451), [anon_sym___asm__] = ACTIONS(3451), [sym_number_literal] = ACTIONS(3453), [anon_sym_L_SQUOTE] = ACTIONS(3453), [anon_sym_u_SQUOTE] = ACTIONS(3453), [anon_sym_U_SQUOTE] = ACTIONS(3453), [anon_sym_u8_SQUOTE] = ACTIONS(3453), [anon_sym_SQUOTE] = ACTIONS(3453), [anon_sym_L_DQUOTE] = ACTIONS(3453), [anon_sym_u_DQUOTE] = ACTIONS(3453), [anon_sym_U_DQUOTE] = ACTIONS(3453), [anon_sym_u8_DQUOTE] = ACTIONS(3453), [anon_sym_DQUOTE] = ACTIONS(3453), [sym_true] = ACTIONS(3451), [sym_false] = ACTIONS(3451), [anon_sym_NULL] = ACTIONS(3451), [anon_sym_nullptr] = ACTIONS(3451), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3451), [anon_sym_decltype] = ACTIONS(3451), [anon_sym_virtual] = ACTIONS(3451), [anon_sym_explicit] = ACTIONS(3451), [anon_sym_typename] = ACTIONS(3451), [anon_sym_template] = ACTIONS(3451), [anon_sym_operator] = ACTIONS(3451), [anon_sym_try] = ACTIONS(3451), [anon_sym_delete] = ACTIONS(3451), [anon_sym_throw] = ACTIONS(3451), [anon_sym_namespace] = ACTIONS(3451), [anon_sym_using] = ACTIONS(3451), [anon_sym_static_assert] = ACTIONS(3451), [anon_sym_concept] = ACTIONS(3451), [anon_sym_co_return] = ACTIONS(3451), [anon_sym_co_yield] = ACTIONS(3451), [anon_sym_R_DQUOTE] = ACTIONS(3453), [anon_sym_LR_DQUOTE] = ACTIONS(3453), [anon_sym_uR_DQUOTE] = ACTIONS(3453), [anon_sym_UR_DQUOTE] = ACTIONS(3453), [anon_sym_u8R_DQUOTE] = ACTIONS(3453), [anon_sym_co_await] = ACTIONS(3451), [anon_sym_new] = ACTIONS(3451), [anon_sym_requires] = ACTIONS(3451), [sym_this] = ACTIONS(3451), }, [1299] = { [sym_identifier] = ACTIONS(3379), [aux_sym_preproc_include_token1] = ACTIONS(3379), [aux_sym_preproc_def_token1] = ACTIONS(3379), [aux_sym_preproc_if_token1] = ACTIONS(3379), [aux_sym_preproc_if_token2] = ACTIONS(3379), [aux_sym_preproc_ifdef_token1] = ACTIONS(3379), [aux_sym_preproc_ifdef_token2] = ACTIONS(3379), [sym_preproc_directive] = ACTIONS(3379), [anon_sym_LPAREN2] = ACTIONS(3381), [anon_sym_BANG] = ACTIONS(3381), [anon_sym_TILDE] = ACTIONS(3381), [anon_sym_DASH] = ACTIONS(3379), [anon_sym_PLUS] = ACTIONS(3379), [anon_sym_STAR] = ACTIONS(3381), [anon_sym_AMP_AMP] = ACTIONS(3381), [anon_sym_AMP] = ACTIONS(3379), [anon_sym_SEMI] = ACTIONS(3381), [anon_sym_typedef] = ACTIONS(3379), [anon_sym_extern] = ACTIONS(3379), [anon_sym___attribute__] = ACTIONS(3379), [anon_sym_COLON_COLON] = ACTIONS(3381), [anon_sym_LBRACK_LBRACK] = ACTIONS(3381), [anon_sym___declspec] = ACTIONS(3379), [anon_sym___based] = ACTIONS(3379), [anon_sym___cdecl] = ACTIONS(3379), [anon_sym___clrcall] = ACTIONS(3379), [anon_sym___stdcall] = ACTIONS(3379), [anon_sym___fastcall] = ACTIONS(3379), [anon_sym___thiscall] = ACTIONS(3379), [anon_sym___vectorcall] = ACTIONS(3379), [anon_sym_LBRACE] = ACTIONS(3381), [anon_sym_signed] = ACTIONS(3379), [anon_sym_unsigned] = ACTIONS(3379), [anon_sym_long] = ACTIONS(3379), [anon_sym_short] = ACTIONS(3379), [anon_sym_LBRACK] = ACTIONS(3379), [anon_sym_static] = ACTIONS(3379), [anon_sym_register] = ACTIONS(3379), [anon_sym_inline] = ACTIONS(3379), [anon_sym_thread_local] = ACTIONS(3379), [anon_sym_const] = ACTIONS(3379), [anon_sym_constexpr] = ACTIONS(3379), [anon_sym_volatile] = ACTIONS(3379), [anon_sym_restrict] = ACTIONS(3379), [anon_sym___restrict__] = ACTIONS(3379), [anon_sym__Atomic] = ACTIONS(3379), [anon_sym__Noreturn] = ACTIONS(3379), [anon_sym_noreturn] = ACTIONS(3379), [anon_sym_mutable] = ACTIONS(3379), [anon_sym_constinit] = ACTIONS(3379), [anon_sym_consteval] = ACTIONS(3379), [sym_primitive_type] = ACTIONS(3379), [anon_sym_enum] = ACTIONS(3379), [anon_sym_class] = ACTIONS(3379), [anon_sym_struct] = ACTIONS(3379), [anon_sym_union] = ACTIONS(3379), [anon_sym_if] = ACTIONS(3379), [anon_sym_switch] = ACTIONS(3379), [anon_sym_case] = ACTIONS(3379), [anon_sym_default] = ACTIONS(3379), [anon_sym_while] = ACTIONS(3379), [anon_sym_do] = ACTIONS(3379), [anon_sym_for] = ACTIONS(3379), [anon_sym_return] = ACTIONS(3379), [anon_sym_break] = ACTIONS(3379), [anon_sym_continue] = ACTIONS(3379), [anon_sym_goto] = ACTIONS(3379), [anon_sym_not] = ACTIONS(3379), [anon_sym_compl] = ACTIONS(3379), [anon_sym_DASH_DASH] = ACTIONS(3381), [anon_sym_PLUS_PLUS] = ACTIONS(3381), [anon_sym_sizeof] = ACTIONS(3379), [anon_sym_offsetof] = ACTIONS(3379), [anon_sym__Generic] = ACTIONS(3379), [anon_sym_asm] = ACTIONS(3379), [anon_sym___asm__] = ACTIONS(3379), [sym_number_literal] = ACTIONS(3381), [anon_sym_L_SQUOTE] = ACTIONS(3381), [anon_sym_u_SQUOTE] = ACTIONS(3381), [anon_sym_U_SQUOTE] = ACTIONS(3381), [anon_sym_u8_SQUOTE] = ACTIONS(3381), [anon_sym_SQUOTE] = ACTIONS(3381), [anon_sym_L_DQUOTE] = ACTIONS(3381), [anon_sym_u_DQUOTE] = ACTIONS(3381), [anon_sym_U_DQUOTE] = ACTIONS(3381), [anon_sym_u8_DQUOTE] = ACTIONS(3381), [anon_sym_DQUOTE] = ACTIONS(3381), [sym_true] = ACTIONS(3379), [sym_false] = ACTIONS(3379), [anon_sym_NULL] = ACTIONS(3379), [anon_sym_nullptr] = ACTIONS(3379), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3379), [anon_sym_decltype] = ACTIONS(3379), [anon_sym_virtual] = ACTIONS(3379), [anon_sym_explicit] = ACTIONS(3379), [anon_sym_typename] = ACTIONS(3379), [anon_sym_template] = ACTIONS(3379), [anon_sym_operator] = ACTIONS(3379), [anon_sym_try] = ACTIONS(3379), [anon_sym_delete] = ACTIONS(3379), [anon_sym_throw] = ACTIONS(3379), [anon_sym_namespace] = ACTIONS(3379), [anon_sym_using] = ACTIONS(3379), [anon_sym_static_assert] = ACTIONS(3379), [anon_sym_concept] = ACTIONS(3379), [anon_sym_co_return] = ACTIONS(3379), [anon_sym_co_yield] = ACTIONS(3379), [anon_sym_R_DQUOTE] = ACTIONS(3381), [anon_sym_LR_DQUOTE] = ACTIONS(3381), [anon_sym_uR_DQUOTE] = ACTIONS(3381), [anon_sym_UR_DQUOTE] = ACTIONS(3381), [anon_sym_u8R_DQUOTE] = ACTIONS(3381), [anon_sym_co_await] = ACTIONS(3379), [anon_sym_new] = ACTIONS(3379), [anon_sym_requires] = ACTIONS(3379), [sym_this] = ACTIONS(3379), }, [1300] = { [sym_identifier] = ACTIONS(3337), [aux_sym_preproc_include_token1] = ACTIONS(3337), [aux_sym_preproc_def_token1] = ACTIONS(3337), [aux_sym_preproc_if_token1] = ACTIONS(3337), [aux_sym_preproc_ifdef_token1] = ACTIONS(3337), [aux_sym_preproc_ifdef_token2] = ACTIONS(3337), [sym_preproc_directive] = ACTIONS(3337), [anon_sym_LPAREN2] = ACTIONS(3339), [anon_sym_BANG] = ACTIONS(3339), [anon_sym_TILDE] = ACTIONS(3339), [anon_sym_DASH] = ACTIONS(3337), [anon_sym_PLUS] = ACTIONS(3337), [anon_sym_STAR] = ACTIONS(3339), [anon_sym_AMP_AMP] = ACTIONS(3339), [anon_sym_AMP] = ACTIONS(3337), [anon_sym_SEMI] = ACTIONS(3339), [anon_sym_typedef] = ACTIONS(3337), [anon_sym_extern] = ACTIONS(3337), [anon_sym___attribute__] = ACTIONS(3337), [anon_sym_COLON_COLON] = ACTIONS(3339), [anon_sym_LBRACK_LBRACK] = ACTIONS(3339), [anon_sym___declspec] = ACTIONS(3337), [anon_sym___based] = ACTIONS(3337), [anon_sym___cdecl] = ACTIONS(3337), [anon_sym___clrcall] = ACTIONS(3337), [anon_sym___stdcall] = ACTIONS(3337), [anon_sym___fastcall] = ACTIONS(3337), [anon_sym___thiscall] = ACTIONS(3337), [anon_sym___vectorcall] = ACTIONS(3337), [anon_sym_LBRACE] = ACTIONS(3339), [anon_sym_RBRACE] = ACTIONS(3339), [anon_sym_signed] = ACTIONS(3337), [anon_sym_unsigned] = ACTIONS(3337), [anon_sym_long] = ACTIONS(3337), [anon_sym_short] = ACTIONS(3337), [anon_sym_LBRACK] = ACTIONS(3337), [anon_sym_static] = ACTIONS(3337), [anon_sym_register] = ACTIONS(3337), [anon_sym_inline] = ACTIONS(3337), [anon_sym_thread_local] = ACTIONS(3337), [anon_sym_const] = ACTIONS(3337), [anon_sym_constexpr] = ACTIONS(3337), [anon_sym_volatile] = ACTIONS(3337), [anon_sym_restrict] = ACTIONS(3337), [anon_sym___restrict__] = ACTIONS(3337), [anon_sym__Atomic] = ACTIONS(3337), [anon_sym__Noreturn] = ACTIONS(3337), [anon_sym_noreturn] = ACTIONS(3337), [anon_sym_mutable] = ACTIONS(3337), [anon_sym_constinit] = ACTIONS(3337), [anon_sym_consteval] = ACTIONS(3337), [sym_primitive_type] = ACTIONS(3337), [anon_sym_enum] = ACTIONS(3337), [anon_sym_class] = ACTIONS(3337), [anon_sym_struct] = ACTIONS(3337), [anon_sym_union] = ACTIONS(3337), [anon_sym_if] = ACTIONS(3337), [anon_sym_switch] = ACTIONS(3337), [anon_sym_case] = ACTIONS(3337), [anon_sym_default] = ACTIONS(3337), [anon_sym_while] = ACTIONS(3337), [anon_sym_do] = ACTIONS(3337), [anon_sym_for] = ACTIONS(3337), [anon_sym_return] = ACTIONS(3337), [anon_sym_break] = ACTIONS(3337), [anon_sym_continue] = ACTIONS(3337), [anon_sym_goto] = ACTIONS(3337), [anon_sym_not] = ACTIONS(3337), [anon_sym_compl] = ACTIONS(3337), [anon_sym_DASH_DASH] = ACTIONS(3339), [anon_sym_PLUS_PLUS] = ACTIONS(3339), [anon_sym_sizeof] = ACTIONS(3337), [anon_sym_offsetof] = ACTIONS(3337), [anon_sym__Generic] = ACTIONS(3337), [anon_sym_asm] = ACTIONS(3337), [anon_sym___asm__] = ACTIONS(3337), [sym_number_literal] = ACTIONS(3339), [anon_sym_L_SQUOTE] = ACTIONS(3339), [anon_sym_u_SQUOTE] = ACTIONS(3339), [anon_sym_U_SQUOTE] = ACTIONS(3339), [anon_sym_u8_SQUOTE] = ACTIONS(3339), [anon_sym_SQUOTE] = ACTIONS(3339), [anon_sym_L_DQUOTE] = ACTIONS(3339), [anon_sym_u_DQUOTE] = ACTIONS(3339), [anon_sym_U_DQUOTE] = ACTIONS(3339), [anon_sym_u8_DQUOTE] = ACTIONS(3339), [anon_sym_DQUOTE] = ACTIONS(3339), [sym_true] = ACTIONS(3337), [sym_false] = ACTIONS(3337), [anon_sym_NULL] = ACTIONS(3337), [anon_sym_nullptr] = ACTIONS(3337), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3337), [anon_sym_decltype] = ACTIONS(3337), [anon_sym_virtual] = ACTIONS(3337), [anon_sym_explicit] = ACTIONS(3337), [anon_sym_typename] = ACTIONS(3337), [anon_sym_template] = ACTIONS(3337), [anon_sym_operator] = ACTIONS(3337), [anon_sym_try] = ACTIONS(3337), [anon_sym_delete] = ACTIONS(3337), [anon_sym_throw] = ACTIONS(3337), [anon_sym_namespace] = ACTIONS(3337), [anon_sym_using] = ACTIONS(3337), [anon_sym_static_assert] = ACTIONS(3337), [anon_sym_concept] = ACTIONS(3337), [anon_sym_co_return] = ACTIONS(3337), [anon_sym_co_yield] = ACTIONS(3337), [anon_sym_R_DQUOTE] = ACTIONS(3339), [anon_sym_LR_DQUOTE] = ACTIONS(3339), [anon_sym_uR_DQUOTE] = ACTIONS(3339), [anon_sym_UR_DQUOTE] = ACTIONS(3339), [anon_sym_u8R_DQUOTE] = ACTIONS(3339), [anon_sym_co_await] = ACTIONS(3337), [anon_sym_new] = ACTIONS(3337), [anon_sym_requires] = ACTIONS(3337), [sym_this] = ACTIONS(3337), }, [1301] = { [sym_identifier] = ACTIONS(3398), [aux_sym_preproc_include_token1] = ACTIONS(3398), [aux_sym_preproc_def_token1] = ACTIONS(3398), [aux_sym_preproc_if_token1] = ACTIONS(3398), [aux_sym_preproc_if_token2] = ACTIONS(3398), [aux_sym_preproc_ifdef_token1] = ACTIONS(3398), [aux_sym_preproc_ifdef_token2] = ACTIONS(3398), [sym_preproc_directive] = ACTIONS(3398), [anon_sym_LPAREN2] = ACTIONS(3400), [anon_sym_BANG] = ACTIONS(3400), [anon_sym_TILDE] = ACTIONS(3400), [anon_sym_DASH] = ACTIONS(3398), [anon_sym_PLUS] = ACTIONS(3398), [anon_sym_STAR] = ACTIONS(3400), [anon_sym_AMP_AMP] = ACTIONS(3400), [anon_sym_AMP] = ACTIONS(3398), [anon_sym_SEMI] = ACTIONS(3400), [anon_sym_typedef] = ACTIONS(3398), [anon_sym_extern] = ACTIONS(3398), [anon_sym___attribute__] = ACTIONS(3398), [anon_sym_COLON_COLON] = ACTIONS(3400), [anon_sym_LBRACK_LBRACK] = ACTIONS(3400), [anon_sym___declspec] = ACTIONS(3398), [anon_sym___based] = ACTIONS(3398), [anon_sym___cdecl] = ACTIONS(3398), [anon_sym___clrcall] = ACTIONS(3398), [anon_sym___stdcall] = ACTIONS(3398), [anon_sym___fastcall] = ACTIONS(3398), [anon_sym___thiscall] = ACTIONS(3398), [anon_sym___vectorcall] = ACTIONS(3398), [anon_sym_LBRACE] = ACTIONS(3400), [anon_sym_signed] = ACTIONS(3398), [anon_sym_unsigned] = ACTIONS(3398), [anon_sym_long] = ACTIONS(3398), [anon_sym_short] = ACTIONS(3398), [anon_sym_LBRACK] = ACTIONS(3398), [anon_sym_static] = ACTIONS(3398), [anon_sym_register] = ACTIONS(3398), [anon_sym_inline] = ACTIONS(3398), [anon_sym_thread_local] = ACTIONS(3398), [anon_sym_const] = ACTIONS(3398), [anon_sym_constexpr] = ACTIONS(3398), [anon_sym_volatile] = ACTIONS(3398), [anon_sym_restrict] = ACTIONS(3398), [anon_sym___restrict__] = ACTIONS(3398), [anon_sym__Atomic] = ACTIONS(3398), [anon_sym__Noreturn] = ACTIONS(3398), [anon_sym_noreturn] = ACTIONS(3398), [anon_sym_mutable] = ACTIONS(3398), [anon_sym_constinit] = ACTIONS(3398), [anon_sym_consteval] = ACTIONS(3398), [sym_primitive_type] = ACTIONS(3398), [anon_sym_enum] = ACTIONS(3398), [anon_sym_class] = ACTIONS(3398), [anon_sym_struct] = ACTIONS(3398), [anon_sym_union] = ACTIONS(3398), [anon_sym_if] = ACTIONS(3398), [anon_sym_switch] = ACTIONS(3398), [anon_sym_case] = ACTIONS(3398), [anon_sym_default] = ACTIONS(3398), [anon_sym_while] = ACTIONS(3398), [anon_sym_do] = ACTIONS(3398), [anon_sym_for] = ACTIONS(3398), [anon_sym_return] = ACTIONS(3398), [anon_sym_break] = ACTIONS(3398), [anon_sym_continue] = ACTIONS(3398), [anon_sym_goto] = ACTIONS(3398), [anon_sym_not] = ACTIONS(3398), [anon_sym_compl] = ACTIONS(3398), [anon_sym_DASH_DASH] = ACTIONS(3400), [anon_sym_PLUS_PLUS] = ACTIONS(3400), [anon_sym_sizeof] = ACTIONS(3398), [anon_sym_offsetof] = ACTIONS(3398), [anon_sym__Generic] = ACTIONS(3398), [anon_sym_asm] = ACTIONS(3398), [anon_sym___asm__] = ACTIONS(3398), [sym_number_literal] = ACTIONS(3400), [anon_sym_L_SQUOTE] = ACTIONS(3400), [anon_sym_u_SQUOTE] = ACTIONS(3400), [anon_sym_U_SQUOTE] = ACTIONS(3400), [anon_sym_u8_SQUOTE] = ACTIONS(3400), [anon_sym_SQUOTE] = ACTIONS(3400), [anon_sym_L_DQUOTE] = ACTIONS(3400), [anon_sym_u_DQUOTE] = ACTIONS(3400), [anon_sym_U_DQUOTE] = ACTIONS(3400), [anon_sym_u8_DQUOTE] = ACTIONS(3400), [anon_sym_DQUOTE] = ACTIONS(3400), [sym_true] = ACTIONS(3398), [sym_false] = ACTIONS(3398), [anon_sym_NULL] = ACTIONS(3398), [anon_sym_nullptr] = ACTIONS(3398), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3398), [anon_sym_decltype] = ACTIONS(3398), [anon_sym_virtual] = ACTIONS(3398), [anon_sym_explicit] = ACTIONS(3398), [anon_sym_typename] = ACTIONS(3398), [anon_sym_template] = ACTIONS(3398), [anon_sym_operator] = ACTIONS(3398), [anon_sym_try] = ACTIONS(3398), [anon_sym_delete] = ACTIONS(3398), [anon_sym_throw] = ACTIONS(3398), [anon_sym_namespace] = ACTIONS(3398), [anon_sym_using] = ACTIONS(3398), [anon_sym_static_assert] = ACTIONS(3398), [anon_sym_concept] = ACTIONS(3398), [anon_sym_co_return] = ACTIONS(3398), [anon_sym_co_yield] = ACTIONS(3398), [anon_sym_R_DQUOTE] = ACTIONS(3400), [anon_sym_LR_DQUOTE] = ACTIONS(3400), [anon_sym_uR_DQUOTE] = ACTIONS(3400), [anon_sym_UR_DQUOTE] = ACTIONS(3400), [anon_sym_u8R_DQUOTE] = ACTIONS(3400), [anon_sym_co_await] = ACTIONS(3398), [anon_sym_new] = ACTIONS(3398), [anon_sym_requires] = ACTIONS(3398), [sym_this] = ACTIONS(3398), }, [1302] = { [sym_identifier] = ACTIONS(3168), [aux_sym_preproc_include_token1] = ACTIONS(3168), [aux_sym_preproc_def_token1] = ACTIONS(3168), [aux_sym_preproc_if_token1] = ACTIONS(3168), [aux_sym_preproc_ifdef_token1] = ACTIONS(3168), [aux_sym_preproc_ifdef_token2] = ACTIONS(3168), [sym_preproc_directive] = ACTIONS(3168), [anon_sym_LPAREN2] = ACTIONS(3170), [anon_sym_BANG] = ACTIONS(3170), [anon_sym_TILDE] = ACTIONS(3170), [anon_sym_DASH] = ACTIONS(3168), [anon_sym_PLUS] = ACTIONS(3168), [anon_sym_STAR] = ACTIONS(3170), [anon_sym_AMP_AMP] = ACTIONS(3170), [anon_sym_AMP] = ACTIONS(3168), [anon_sym_SEMI] = ACTIONS(3170), [anon_sym_typedef] = ACTIONS(3168), [anon_sym_extern] = ACTIONS(3168), [anon_sym___attribute__] = ACTIONS(3168), [anon_sym_COLON_COLON] = ACTIONS(3170), [anon_sym_LBRACK_LBRACK] = ACTIONS(3170), [anon_sym___declspec] = ACTIONS(3168), [anon_sym___based] = ACTIONS(3168), [anon_sym___cdecl] = ACTIONS(3168), [anon_sym___clrcall] = ACTIONS(3168), [anon_sym___stdcall] = ACTIONS(3168), [anon_sym___fastcall] = ACTIONS(3168), [anon_sym___thiscall] = ACTIONS(3168), [anon_sym___vectorcall] = ACTIONS(3168), [anon_sym_LBRACE] = ACTIONS(3170), [anon_sym_RBRACE] = ACTIONS(3170), [anon_sym_signed] = ACTIONS(3168), [anon_sym_unsigned] = ACTIONS(3168), [anon_sym_long] = ACTIONS(3168), [anon_sym_short] = ACTIONS(3168), [anon_sym_LBRACK] = ACTIONS(3168), [anon_sym_static] = ACTIONS(3168), [anon_sym_register] = ACTIONS(3168), [anon_sym_inline] = ACTIONS(3168), [anon_sym_thread_local] = ACTIONS(3168), [anon_sym_const] = ACTIONS(3168), [anon_sym_constexpr] = ACTIONS(3168), [anon_sym_volatile] = ACTIONS(3168), [anon_sym_restrict] = ACTIONS(3168), [anon_sym___restrict__] = ACTIONS(3168), [anon_sym__Atomic] = ACTIONS(3168), [anon_sym__Noreturn] = ACTIONS(3168), [anon_sym_noreturn] = ACTIONS(3168), [anon_sym_mutable] = ACTIONS(3168), [anon_sym_constinit] = ACTIONS(3168), [anon_sym_consteval] = ACTIONS(3168), [sym_primitive_type] = ACTIONS(3168), [anon_sym_enum] = ACTIONS(3168), [anon_sym_class] = ACTIONS(3168), [anon_sym_struct] = ACTIONS(3168), [anon_sym_union] = ACTIONS(3168), [anon_sym_if] = ACTIONS(3168), [anon_sym_switch] = ACTIONS(3168), [anon_sym_case] = ACTIONS(3168), [anon_sym_default] = ACTIONS(3168), [anon_sym_while] = ACTIONS(3168), [anon_sym_do] = ACTIONS(3168), [anon_sym_for] = ACTIONS(3168), [anon_sym_return] = ACTIONS(3168), [anon_sym_break] = ACTIONS(3168), [anon_sym_continue] = ACTIONS(3168), [anon_sym_goto] = ACTIONS(3168), [anon_sym_not] = ACTIONS(3168), [anon_sym_compl] = ACTIONS(3168), [anon_sym_DASH_DASH] = ACTIONS(3170), [anon_sym_PLUS_PLUS] = ACTIONS(3170), [anon_sym_sizeof] = ACTIONS(3168), [anon_sym_offsetof] = ACTIONS(3168), [anon_sym__Generic] = ACTIONS(3168), [anon_sym_asm] = ACTIONS(3168), [anon_sym___asm__] = ACTIONS(3168), [sym_number_literal] = ACTIONS(3170), [anon_sym_L_SQUOTE] = ACTIONS(3170), [anon_sym_u_SQUOTE] = ACTIONS(3170), [anon_sym_U_SQUOTE] = ACTIONS(3170), [anon_sym_u8_SQUOTE] = ACTIONS(3170), [anon_sym_SQUOTE] = ACTIONS(3170), [anon_sym_L_DQUOTE] = ACTIONS(3170), [anon_sym_u_DQUOTE] = ACTIONS(3170), [anon_sym_U_DQUOTE] = ACTIONS(3170), [anon_sym_u8_DQUOTE] = ACTIONS(3170), [anon_sym_DQUOTE] = ACTIONS(3170), [sym_true] = ACTIONS(3168), [sym_false] = ACTIONS(3168), [anon_sym_NULL] = ACTIONS(3168), [anon_sym_nullptr] = ACTIONS(3168), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3168), [anon_sym_decltype] = ACTIONS(3168), [anon_sym_virtual] = ACTIONS(3168), [anon_sym_explicit] = ACTIONS(3168), [anon_sym_typename] = ACTIONS(3168), [anon_sym_template] = ACTIONS(3168), [anon_sym_operator] = ACTIONS(3168), [anon_sym_try] = ACTIONS(3168), [anon_sym_delete] = ACTIONS(3168), [anon_sym_throw] = ACTIONS(3168), [anon_sym_namespace] = ACTIONS(3168), [anon_sym_using] = ACTIONS(3168), [anon_sym_static_assert] = ACTIONS(3168), [anon_sym_concept] = ACTIONS(3168), [anon_sym_co_return] = ACTIONS(3168), [anon_sym_co_yield] = ACTIONS(3168), [anon_sym_R_DQUOTE] = ACTIONS(3170), [anon_sym_LR_DQUOTE] = ACTIONS(3170), [anon_sym_uR_DQUOTE] = ACTIONS(3170), [anon_sym_UR_DQUOTE] = ACTIONS(3170), [anon_sym_u8R_DQUOTE] = ACTIONS(3170), [anon_sym_co_await] = ACTIONS(3168), [anon_sym_new] = ACTIONS(3168), [anon_sym_requires] = ACTIONS(3168), [sym_this] = ACTIONS(3168), }, [1303] = { [sym_identifier] = ACTIONS(3271), [aux_sym_preproc_include_token1] = ACTIONS(3271), [aux_sym_preproc_def_token1] = ACTIONS(3271), [aux_sym_preproc_if_token1] = ACTIONS(3271), [aux_sym_preproc_ifdef_token1] = ACTIONS(3271), [aux_sym_preproc_ifdef_token2] = ACTIONS(3271), [sym_preproc_directive] = ACTIONS(3271), [anon_sym_LPAREN2] = ACTIONS(3273), [anon_sym_BANG] = ACTIONS(3273), [anon_sym_TILDE] = ACTIONS(3273), [anon_sym_DASH] = ACTIONS(3271), [anon_sym_PLUS] = ACTIONS(3271), [anon_sym_STAR] = ACTIONS(3273), [anon_sym_AMP_AMP] = ACTIONS(3273), [anon_sym_AMP] = ACTIONS(3271), [anon_sym_SEMI] = ACTIONS(3273), [anon_sym_typedef] = ACTIONS(3271), [anon_sym_extern] = ACTIONS(3271), [anon_sym___attribute__] = ACTIONS(3271), [anon_sym_COLON_COLON] = ACTIONS(3273), [anon_sym_LBRACK_LBRACK] = ACTIONS(3273), [anon_sym___declspec] = ACTIONS(3271), [anon_sym___based] = ACTIONS(3271), [anon_sym___cdecl] = ACTIONS(3271), [anon_sym___clrcall] = ACTIONS(3271), [anon_sym___stdcall] = ACTIONS(3271), [anon_sym___fastcall] = ACTIONS(3271), [anon_sym___thiscall] = ACTIONS(3271), [anon_sym___vectorcall] = ACTIONS(3271), [anon_sym_LBRACE] = ACTIONS(3273), [anon_sym_RBRACE] = ACTIONS(3273), [anon_sym_signed] = ACTIONS(3271), [anon_sym_unsigned] = ACTIONS(3271), [anon_sym_long] = ACTIONS(3271), [anon_sym_short] = ACTIONS(3271), [anon_sym_LBRACK] = ACTIONS(3271), [anon_sym_static] = ACTIONS(3271), [anon_sym_register] = ACTIONS(3271), [anon_sym_inline] = ACTIONS(3271), [anon_sym_thread_local] = ACTIONS(3271), [anon_sym_const] = ACTIONS(3271), [anon_sym_constexpr] = ACTIONS(3271), [anon_sym_volatile] = ACTIONS(3271), [anon_sym_restrict] = ACTIONS(3271), [anon_sym___restrict__] = ACTIONS(3271), [anon_sym__Atomic] = ACTIONS(3271), [anon_sym__Noreturn] = ACTIONS(3271), [anon_sym_noreturn] = ACTIONS(3271), [anon_sym_mutable] = ACTIONS(3271), [anon_sym_constinit] = ACTIONS(3271), [anon_sym_consteval] = ACTIONS(3271), [sym_primitive_type] = ACTIONS(3271), [anon_sym_enum] = ACTIONS(3271), [anon_sym_class] = ACTIONS(3271), [anon_sym_struct] = ACTIONS(3271), [anon_sym_union] = ACTIONS(3271), [anon_sym_if] = ACTIONS(3271), [anon_sym_switch] = ACTIONS(3271), [anon_sym_case] = ACTIONS(3271), [anon_sym_default] = ACTIONS(3271), [anon_sym_while] = ACTIONS(3271), [anon_sym_do] = ACTIONS(3271), [anon_sym_for] = ACTIONS(3271), [anon_sym_return] = ACTIONS(3271), [anon_sym_break] = ACTIONS(3271), [anon_sym_continue] = ACTIONS(3271), [anon_sym_goto] = ACTIONS(3271), [anon_sym_not] = ACTIONS(3271), [anon_sym_compl] = ACTIONS(3271), [anon_sym_DASH_DASH] = ACTIONS(3273), [anon_sym_PLUS_PLUS] = ACTIONS(3273), [anon_sym_sizeof] = ACTIONS(3271), [anon_sym_offsetof] = ACTIONS(3271), [anon_sym__Generic] = ACTIONS(3271), [anon_sym_asm] = ACTIONS(3271), [anon_sym___asm__] = ACTIONS(3271), [sym_number_literal] = ACTIONS(3273), [anon_sym_L_SQUOTE] = ACTIONS(3273), [anon_sym_u_SQUOTE] = ACTIONS(3273), [anon_sym_U_SQUOTE] = ACTIONS(3273), [anon_sym_u8_SQUOTE] = ACTIONS(3273), [anon_sym_SQUOTE] = ACTIONS(3273), [anon_sym_L_DQUOTE] = ACTIONS(3273), [anon_sym_u_DQUOTE] = ACTIONS(3273), [anon_sym_U_DQUOTE] = ACTIONS(3273), [anon_sym_u8_DQUOTE] = ACTIONS(3273), [anon_sym_DQUOTE] = ACTIONS(3273), [sym_true] = ACTIONS(3271), [sym_false] = ACTIONS(3271), [anon_sym_NULL] = ACTIONS(3271), [anon_sym_nullptr] = ACTIONS(3271), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3271), [anon_sym_decltype] = ACTIONS(3271), [anon_sym_virtual] = ACTIONS(3271), [anon_sym_explicit] = ACTIONS(3271), [anon_sym_typename] = ACTIONS(3271), [anon_sym_template] = ACTIONS(3271), [anon_sym_operator] = ACTIONS(3271), [anon_sym_try] = ACTIONS(3271), [anon_sym_delete] = ACTIONS(3271), [anon_sym_throw] = ACTIONS(3271), [anon_sym_namespace] = ACTIONS(3271), [anon_sym_using] = ACTIONS(3271), [anon_sym_static_assert] = ACTIONS(3271), [anon_sym_concept] = ACTIONS(3271), [anon_sym_co_return] = ACTIONS(3271), [anon_sym_co_yield] = ACTIONS(3271), [anon_sym_R_DQUOTE] = ACTIONS(3273), [anon_sym_LR_DQUOTE] = ACTIONS(3273), [anon_sym_uR_DQUOTE] = ACTIONS(3273), [anon_sym_UR_DQUOTE] = ACTIONS(3273), [anon_sym_u8R_DQUOTE] = ACTIONS(3273), [anon_sym_co_await] = ACTIONS(3271), [anon_sym_new] = ACTIONS(3271), [anon_sym_requires] = ACTIONS(3271), [sym_this] = ACTIONS(3271), }, [1304] = { [sym_identifier] = ACTIONS(3445), [aux_sym_preproc_include_token1] = ACTIONS(3445), [aux_sym_preproc_def_token1] = ACTIONS(3445), [aux_sym_preproc_if_token1] = ACTIONS(3445), [aux_sym_preproc_ifdef_token1] = ACTIONS(3445), [aux_sym_preproc_ifdef_token2] = ACTIONS(3445), [sym_preproc_directive] = ACTIONS(3445), [anon_sym_LPAREN2] = ACTIONS(3447), [anon_sym_BANG] = ACTIONS(3447), [anon_sym_TILDE] = ACTIONS(3447), [anon_sym_DASH] = ACTIONS(3445), [anon_sym_PLUS] = ACTIONS(3445), [anon_sym_STAR] = ACTIONS(3447), [anon_sym_AMP_AMP] = ACTIONS(3447), [anon_sym_AMP] = ACTIONS(3445), [anon_sym_SEMI] = ACTIONS(3447), [anon_sym_typedef] = ACTIONS(3445), [anon_sym_extern] = ACTIONS(3445), [anon_sym___attribute__] = ACTIONS(3445), [anon_sym_COLON_COLON] = ACTIONS(3447), [anon_sym_LBRACK_LBRACK] = ACTIONS(3447), [anon_sym___declspec] = ACTIONS(3445), [anon_sym___based] = ACTIONS(3445), [anon_sym___cdecl] = ACTIONS(3445), [anon_sym___clrcall] = ACTIONS(3445), [anon_sym___stdcall] = ACTIONS(3445), [anon_sym___fastcall] = ACTIONS(3445), [anon_sym___thiscall] = ACTIONS(3445), [anon_sym___vectorcall] = ACTIONS(3445), [anon_sym_LBRACE] = ACTIONS(3447), [anon_sym_RBRACE] = ACTIONS(3447), [anon_sym_signed] = ACTIONS(3445), [anon_sym_unsigned] = ACTIONS(3445), [anon_sym_long] = ACTIONS(3445), [anon_sym_short] = ACTIONS(3445), [anon_sym_LBRACK] = ACTIONS(3445), [anon_sym_static] = ACTIONS(3445), [anon_sym_register] = ACTIONS(3445), [anon_sym_inline] = ACTIONS(3445), [anon_sym_thread_local] = ACTIONS(3445), [anon_sym_const] = ACTIONS(3445), [anon_sym_constexpr] = ACTIONS(3445), [anon_sym_volatile] = ACTIONS(3445), [anon_sym_restrict] = ACTIONS(3445), [anon_sym___restrict__] = ACTIONS(3445), [anon_sym__Atomic] = ACTIONS(3445), [anon_sym__Noreturn] = ACTIONS(3445), [anon_sym_noreturn] = ACTIONS(3445), [anon_sym_mutable] = ACTIONS(3445), [anon_sym_constinit] = ACTIONS(3445), [anon_sym_consteval] = ACTIONS(3445), [sym_primitive_type] = ACTIONS(3445), [anon_sym_enum] = ACTIONS(3445), [anon_sym_class] = ACTIONS(3445), [anon_sym_struct] = ACTIONS(3445), [anon_sym_union] = ACTIONS(3445), [anon_sym_if] = ACTIONS(3445), [anon_sym_switch] = ACTIONS(3445), [anon_sym_case] = ACTIONS(3445), [anon_sym_default] = ACTIONS(3445), [anon_sym_while] = ACTIONS(3445), [anon_sym_do] = ACTIONS(3445), [anon_sym_for] = ACTIONS(3445), [anon_sym_return] = ACTIONS(3445), [anon_sym_break] = ACTIONS(3445), [anon_sym_continue] = ACTIONS(3445), [anon_sym_goto] = ACTIONS(3445), [anon_sym_not] = ACTIONS(3445), [anon_sym_compl] = ACTIONS(3445), [anon_sym_DASH_DASH] = ACTIONS(3447), [anon_sym_PLUS_PLUS] = ACTIONS(3447), [anon_sym_sizeof] = ACTIONS(3445), [anon_sym_offsetof] = ACTIONS(3445), [anon_sym__Generic] = ACTIONS(3445), [anon_sym_asm] = ACTIONS(3445), [anon_sym___asm__] = ACTIONS(3445), [sym_number_literal] = ACTIONS(3447), [anon_sym_L_SQUOTE] = ACTIONS(3447), [anon_sym_u_SQUOTE] = ACTIONS(3447), [anon_sym_U_SQUOTE] = ACTIONS(3447), [anon_sym_u8_SQUOTE] = ACTIONS(3447), [anon_sym_SQUOTE] = ACTIONS(3447), [anon_sym_L_DQUOTE] = ACTIONS(3447), [anon_sym_u_DQUOTE] = ACTIONS(3447), [anon_sym_U_DQUOTE] = ACTIONS(3447), [anon_sym_u8_DQUOTE] = ACTIONS(3447), [anon_sym_DQUOTE] = ACTIONS(3447), [sym_true] = ACTIONS(3445), [sym_false] = ACTIONS(3445), [anon_sym_NULL] = ACTIONS(3445), [anon_sym_nullptr] = ACTIONS(3445), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3445), [anon_sym_decltype] = ACTIONS(3445), [anon_sym_virtual] = ACTIONS(3445), [anon_sym_explicit] = ACTIONS(3445), [anon_sym_typename] = ACTIONS(3445), [anon_sym_template] = ACTIONS(3445), [anon_sym_operator] = ACTIONS(3445), [anon_sym_try] = ACTIONS(3445), [anon_sym_delete] = ACTIONS(3445), [anon_sym_throw] = ACTIONS(3445), [anon_sym_namespace] = ACTIONS(3445), [anon_sym_using] = ACTIONS(3445), [anon_sym_static_assert] = ACTIONS(3445), [anon_sym_concept] = ACTIONS(3445), [anon_sym_co_return] = ACTIONS(3445), [anon_sym_co_yield] = ACTIONS(3445), [anon_sym_R_DQUOTE] = ACTIONS(3447), [anon_sym_LR_DQUOTE] = ACTIONS(3447), [anon_sym_uR_DQUOTE] = ACTIONS(3447), [anon_sym_UR_DQUOTE] = ACTIONS(3447), [anon_sym_u8R_DQUOTE] = ACTIONS(3447), [anon_sym_co_await] = ACTIONS(3445), [anon_sym_new] = ACTIONS(3445), [anon_sym_requires] = ACTIONS(3445), [sym_this] = ACTIONS(3445), }, [1305] = { [sym_identifier] = ACTIONS(3421), [aux_sym_preproc_include_token1] = ACTIONS(3421), [aux_sym_preproc_def_token1] = ACTIONS(3421), [aux_sym_preproc_if_token1] = ACTIONS(3421), [aux_sym_preproc_if_token2] = ACTIONS(3421), [aux_sym_preproc_ifdef_token1] = ACTIONS(3421), [aux_sym_preproc_ifdef_token2] = ACTIONS(3421), [sym_preproc_directive] = ACTIONS(3421), [anon_sym_LPAREN2] = ACTIONS(3423), [anon_sym_BANG] = ACTIONS(3423), [anon_sym_TILDE] = ACTIONS(3423), [anon_sym_DASH] = ACTIONS(3421), [anon_sym_PLUS] = ACTIONS(3421), [anon_sym_STAR] = ACTIONS(3423), [anon_sym_AMP_AMP] = ACTIONS(3423), [anon_sym_AMP] = ACTIONS(3421), [anon_sym_SEMI] = ACTIONS(3423), [anon_sym_typedef] = ACTIONS(3421), [anon_sym_extern] = ACTIONS(3421), [anon_sym___attribute__] = ACTIONS(3421), [anon_sym_COLON_COLON] = ACTIONS(3423), [anon_sym_LBRACK_LBRACK] = ACTIONS(3423), [anon_sym___declspec] = ACTIONS(3421), [anon_sym___based] = ACTIONS(3421), [anon_sym___cdecl] = ACTIONS(3421), [anon_sym___clrcall] = ACTIONS(3421), [anon_sym___stdcall] = ACTIONS(3421), [anon_sym___fastcall] = ACTIONS(3421), [anon_sym___thiscall] = ACTIONS(3421), [anon_sym___vectorcall] = ACTIONS(3421), [anon_sym_LBRACE] = ACTIONS(3423), [anon_sym_signed] = ACTIONS(3421), [anon_sym_unsigned] = ACTIONS(3421), [anon_sym_long] = ACTIONS(3421), [anon_sym_short] = ACTIONS(3421), [anon_sym_LBRACK] = ACTIONS(3421), [anon_sym_static] = ACTIONS(3421), [anon_sym_register] = ACTIONS(3421), [anon_sym_inline] = ACTIONS(3421), [anon_sym_thread_local] = ACTIONS(3421), [anon_sym_const] = ACTIONS(3421), [anon_sym_constexpr] = ACTIONS(3421), [anon_sym_volatile] = ACTIONS(3421), [anon_sym_restrict] = ACTIONS(3421), [anon_sym___restrict__] = ACTIONS(3421), [anon_sym__Atomic] = ACTIONS(3421), [anon_sym__Noreturn] = ACTIONS(3421), [anon_sym_noreturn] = ACTIONS(3421), [anon_sym_mutable] = ACTIONS(3421), [anon_sym_constinit] = ACTIONS(3421), [anon_sym_consteval] = ACTIONS(3421), [sym_primitive_type] = ACTIONS(3421), [anon_sym_enum] = ACTIONS(3421), [anon_sym_class] = ACTIONS(3421), [anon_sym_struct] = ACTIONS(3421), [anon_sym_union] = ACTIONS(3421), [anon_sym_if] = ACTIONS(3421), [anon_sym_switch] = ACTIONS(3421), [anon_sym_case] = ACTIONS(3421), [anon_sym_default] = ACTIONS(3421), [anon_sym_while] = ACTIONS(3421), [anon_sym_do] = ACTIONS(3421), [anon_sym_for] = ACTIONS(3421), [anon_sym_return] = ACTIONS(3421), [anon_sym_break] = ACTIONS(3421), [anon_sym_continue] = ACTIONS(3421), [anon_sym_goto] = ACTIONS(3421), [anon_sym_not] = ACTIONS(3421), [anon_sym_compl] = ACTIONS(3421), [anon_sym_DASH_DASH] = ACTIONS(3423), [anon_sym_PLUS_PLUS] = ACTIONS(3423), [anon_sym_sizeof] = ACTIONS(3421), [anon_sym_offsetof] = ACTIONS(3421), [anon_sym__Generic] = ACTIONS(3421), [anon_sym_asm] = ACTIONS(3421), [anon_sym___asm__] = ACTIONS(3421), [sym_number_literal] = ACTIONS(3423), [anon_sym_L_SQUOTE] = ACTIONS(3423), [anon_sym_u_SQUOTE] = ACTIONS(3423), [anon_sym_U_SQUOTE] = ACTIONS(3423), [anon_sym_u8_SQUOTE] = ACTIONS(3423), [anon_sym_SQUOTE] = ACTIONS(3423), [anon_sym_L_DQUOTE] = ACTIONS(3423), [anon_sym_u_DQUOTE] = ACTIONS(3423), [anon_sym_U_DQUOTE] = ACTIONS(3423), [anon_sym_u8_DQUOTE] = ACTIONS(3423), [anon_sym_DQUOTE] = ACTIONS(3423), [sym_true] = ACTIONS(3421), [sym_false] = ACTIONS(3421), [anon_sym_NULL] = ACTIONS(3421), [anon_sym_nullptr] = ACTIONS(3421), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3421), [anon_sym_decltype] = ACTIONS(3421), [anon_sym_virtual] = ACTIONS(3421), [anon_sym_explicit] = ACTIONS(3421), [anon_sym_typename] = ACTIONS(3421), [anon_sym_template] = ACTIONS(3421), [anon_sym_operator] = ACTIONS(3421), [anon_sym_try] = ACTIONS(3421), [anon_sym_delete] = ACTIONS(3421), [anon_sym_throw] = ACTIONS(3421), [anon_sym_namespace] = ACTIONS(3421), [anon_sym_using] = ACTIONS(3421), [anon_sym_static_assert] = ACTIONS(3421), [anon_sym_concept] = ACTIONS(3421), [anon_sym_co_return] = ACTIONS(3421), [anon_sym_co_yield] = ACTIONS(3421), [anon_sym_R_DQUOTE] = ACTIONS(3423), [anon_sym_LR_DQUOTE] = ACTIONS(3423), [anon_sym_uR_DQUOTE] = ACTIONS(3423), [anon_sym_UR_DQUOTE] = ACTIONS(3423), [anon_sym_u8R_DQUOTE] = ACTIONS(3423), [anon_sym_co_await] = ACTIONS(3421), [anon_sym_new] = ACTIONS(3421), [anon_sym_requires] = ACTIONS(3421), [sym_this] = ACTIONS(3421), }, [1306] = { [sym_identifier] = ACTIONS(3371), [aux_sym_preproc_include_token1] = ACTIONS(3371), [aux_sym_preproc_def_token1] = ACTIONS(3371), [aux_sym_preproc_if_token1] = ACTIONS(3371), [aux_sym_preproc_ifdef_token1] = ACTIONS(3371), [aux_sym_preproc_ifdef_token2] = ACTIONS(3371), [sym_preproc_directive] = ACTIONS(3371), [anon_sym_LPAREN2] = ACTIONS(3373), [anon_sym_BANG] = ACTIONS(3373), [anon_sym_TILDE] = ACTIONS(3373), [anon_sym_DASH] = ACTIONS(3371), [anon_sym_PLUS] = ACTIONS(3371), [anon_sym_STAR] = ACTIONS(3373), [anon_sym_AMP_AMP] = ACTIONS(3373), [anon_sym_AMP] = ACTIONS(3371), [anon_sym_SEMI] = ACTIONS(3373), [anon_sym_typedef] = ACTIONS(3371), [anon_sym_extern] = ACTIONS(3371), [anon_sym___attribute__] = ACTIONS(3371), [anon_sym_COLON_COLON] = ACTIONS(3373), [anon_sym_LBRACK_LBRACK] = ACTIONS(3373), [anon_sym___declspec] = ACTIONS(3371), [anon_sym___based] = ACTIONS(3371), [anon_sym___cdecl] = ACTIONS(3371), [anon_sym___clrcall] = ACTIONS(3371), [anon_sym___stdcall] = ACTIONS(3371), [anon_sym___fastcall] = ACTIONS(3371), [anon_sym___thiscall] = ACTIONS(3371), [anon_sym___vectorcall] = ACTIONS(3371), [anon_sym_LBRACE] = ACTIONS(3373), [anon_sym_RBRACE] = ACTIONS(3373), [anon_sym_signed] = ACTIONS(3371), [anon_sym_unsigned] = ACTIONS(3371), [anon_sym_long] = ACTIONS(3371), [anon_sym_short] = ACTIONS(3371), [anon_sym_LBRACK] = ACTIONS(3371), [anon_sym_static] = ACTIONS(3371), [anon_sym_register] = ACTIONS(3371), [anon_sym_inline] = ACTIONS(3371), [anon_sym_thread_local] = ACTIONS(3371), [anon_sym_const] = ACTIONS(3371), [anon_sym_constexpr] = ACTIONS(3371), [anon_sym_volatile] = ACTIONS(3371), [anon_sym_restrict] = ACTIONS(3371), [anon_sym___restrict__] = ACTIONS(3371), [anon_sym__Atomic] = ACTIONS(3371), [anon_sym__Noreturn] = ACTIONS(3371), [anon_sym_noreturn] = ACTIONS(3371), [anon_sym_mutable] = ACTIONS(3371), [anon_sym_constinit] = ACTIONS(3371), [anon_sym_consteval] = ACTIONS(3371), [sym_primitive_type] = ACTIONS(3371), [anon_sym_enum] = ACTIONS(3371), [anon_sym_class] = ACTIONS(3371), [anon_sym_struct] = ACTIONS(3371), [anon_sym_union] = ACTIONS(3371), [anon_sym_if] = ACTIONS(3371), [anon_sym_switch] = ACTIONS(3371), [anon_sym_case] = ACTIONS(3371), [anon_sym_default] = ACTIONS(3371), [anon_sym_while] = ACTIONS(3371), [anon_sym_do] = ACTIONS(3371), [anon_sym_for] = ACTIONS(3371), [anon_sym_return] = ACTIONS(3371), [anon_sym_break] = ACTIONS(3371), [anon_sym_continue] = ACTIONS(3371), [anon_sym_goto] = ACTIONS(3371), [anon_sym_not] = ACTIONS(3371), [anon_sym_compl] = ACTIONS(3371), [anon_sym_DASH_DASH] = ACTIONS(3373), [anon_sym_PLUS_PLUS] = ACTIONS(3373), [anon_sym_sizeof] = ACTIONS(3371), [anon_sym_offsetof] = ACTIONS(3371), [anon_sym__Generic] = ACTIONS(3371), [anon_sym_asm] = ACTIONS(3371), [anon_sym___asm__] = ACTIONS(3371), [sym_number_literal] = ACTIONS(3373), [anon_sym_L_SQUOTE] = ACTIONS(3373), [anon_sym_u_SQUOTE] = ACTIONS(3373), [anon_sym_U_SQUOTE] = ACTIONS(3373), [anon_sym_u8_SQUOTE] = ACTIONS(3373), [anon_sym_SQUOTE] = ACTIONS(3373), [anon_sym_L_DQUOTE] = ACTIONS(3373), [anon_sym_u_DQUOTE] = ACTIONS(3373), [anon_sym_U_DQUOTE] = ACTIONS(3373), [anon_sym_u8_DQUOTE] = ACTIONS(3373), [anon_sym_DQUOTE] = ACTIONS(3373), [sym_true] = ACTIONS(3371), [sym_false] = ACTIONS(3371), [anon_sym_NULL] = ACTIONS(3371), [anon_sym_nullptr] = ACTIONS(3371), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3371), [anon_sym_decltype] = ACTIONS(3371), [anon_sym_virtual] = ACTIONS(3371), [anon_sym_explicit] = ACTIONS(3371), [anon_sym_typename] = ACTIONS(3371), [anon_sym_template] = ACTIONS(3371), [anon_sym_operator] = ACTIONS(3371), [anon_sym_try] = ACTIONS(3371), [anon_sym_delete] = ACTIONS(3371), [anon_sym_throw] = ACTIONS(3371), [anon_sym_namespace] = ACTIONS(3371), [anon_sym_using] = ACTIONS(3371), [anon_sym_static_assert] = ACTIONS(3371), [anon_sym_concept] = ACTIONS(3371), [anon_sym_co_return] = ACTIONS(3371), [anon_sym_co_yield] = ACTIONS(3371), [anon_sym_R_DQUOTE] = ACTIONS(3373), [anon_sym_LR_DQUOTE] = ACTIONS(3373), [anon_sym_uR_DQUOTE] = ACTIONS(3373), [anon_sym_UR_DQUOTE] = ACTIONS(3373), [anon_sym_u8R_DQUOTE] = ACTIONS(3373), [anon_sym_co_await] = ACTIONS(3371), [anon_sym_new] = ACTIONS(3371), [anon_sym_requires] = ACTIONS(3371), [sym_this] = ACTIONS(3371), }, [1307] = { [sym_identifier] = ACTIONS(3437), [aux_sym_preproc_include_token1] = ACTIONS(3437), [aux_sym_preproc_def_token1] = ACTIONS(3437), [aux_sym_preproc_if_token1] = ACTIONS(3437), [aux_sym_preproc_ifdef_token1] = ACTIONS(3437), [aux_sym_preproc_ifdef_token2] = ACTIONS(3437), [sym_preproc_directive] = ACTIONS(3437), [anon_sym_LPAREN2] = ACTIONS(3439), [anon_sym_BANG] = ACTIONS(3439), [anon_sym_TILDE] = ACTIONS(3439), [anon_sym_DASH] = ACTIONS(3437), [anon_sym_PLUS] = ACTIONS(3437), [anon_sym_STAR] = ACTIONS(3439), [anon_sym_AMP_AMP] = ACTIONS(3439), [anon_sym_AMP] = ACTIONS(3437), [anon_sym_SEMI] = ACTIONS(3439), [anon_sym_typedef] = ACTIONS(3437), [anon_sym_extern] = ACTIONS(3437), [anon_sym___attribute__] = ACTIONS(3437), [anon_sym_COLON_COLON] = ACTIONS(3439), [anon_sym_LBRACK_LBRACK] = ACTIONS(3439), [anon_sym___declspec] = ACTIONS(3437), [anon_sym___based] = ACTIONS(3437), [anon_sym___cdecl] = ACTIONS(3437), [anon_sym___clrcall] = ACTIONS(3437), [anon_sym___stdcall] = ACTIONS(3437), [anon_sym___fastcall] = ACTIONS(3437), [anon_sym___thiscall] = ACTIONS(3437), [anon_sym___vectorcall] = ACTIONS(3437), [anon_sym_LBRACE] = ACTIONS(3439), [anon_sym_RBRACE] = ACTIONS(3439), [anon_sym_signed] = ACTIONS(3437), [anon_sym_unsigned] = ACTIONS(3437), [anon_sym_long] = ACTIONS(3437), [anon_sym_short] = ACTIONS(3437), [anon_sym_LBRACK] = ACTIONS(3437), [anon_sym_static] = ACTIONS(3437), [anon_sym_register] = ACTIONS(3437), [anon_sym_inline] = ACTIONS(3437), [anon_sym_thread_local] = ACTIONS(3437), [anon_sym_const] = ACTIONS(3437), [anon_sym_constexpr] = ACTIONS(3437), [anon_sym_volatile] = ACTIONS(3437), [anon_sym_restrict] = ACTIONS(3437), [anon_sym___restrict__] = ACTIONS(3437), [anon_sym__Atomic] = ACTIONS(3437), [anon_sym__Noreturn] = ACTIONS(3437), [anon_sym_noreturn] = ACTIONS(3437), [anon_sym_mutable] = ACTIONS(3437), [anon_sym_constinit] = ACTIONS(3437), [anon_sym_consteval] = ACTIONS(3437), [sym_primitive_type] = ACTIONS(3437), [anon_sym_enum] = ACTIONS(3437), [anon_sym_class] = ACTIONS(3437), [anon_sym_struct] = ACTIONS(3437), [anon_sym_union] = ACTIONS(3437), [anon_sym_if] = ACTIONS(3437), [anon_sym_switch] = ACTIONS(3437), [anon_sym_case] = ACTIONS(3437), [anon_sym_default] = ACTIONS(3437), [anon_sym_while] = ACTIONS(3437), [anon_sym_do] = ACTIONS(3437), [anon_sym_for] = ACTIONS(3437), [anon_sym_return] = ACTIONS(3437), [anon_sym_break] = ACTIONS(3437), [anon_sym_continue] = ACTIONS(3437), [anon_sym_goto] = ACTIONS(3437), [anon_sym_not] = ACTIONS(3437), [anon_sym_compl] = ACTIONS(3437), [anon_sym_DASH_DASH] = ACTIONS(3439), [anon_sym_PLUS_PLUS] = ACTIONS(3439), [anon_sym_sizeof] = ACTIONS(3437), [anon_sym_offsetof] = ACTIONS(3437), [anon_sym__Generic] = ACTIONS(3437), [anon_sym_asm] = ACTIONS(3437), [anon_sym___asm__] = ACTIONS(3437), [sym_number_literal] = ACTIONS(3439), [anon_sym_L_SQUOTE] = ACTIONS(3439), [anon_sym_u_SQUOTE] = ACTIONS(3439), [anon_sym_U_SQUOTE] = ACTIONS(3439), [anon_sym_u8_SQUOTE] = ACTIONS(3439), [anon_sym_SQUOTE] = ACTIONS(3439), [anon_sym_L_DQUOTE] = ACTIONS(3439), [anon_sym_u_DQUOTE] = ACTIONS(3439), [anon_sym_U_DQUOTE] = ACTIONS(3439), [anon_sym_u8_DQUOTE] = ACTIONS(3439), [anon_sym_DQUOTE] = ACTIONS(3439), [sym_true] = ACTIONS(3437), [sym_false] = ACTIONS(3437), [anon_sym_NULL] = ACTIONS(3437), [anon_sym_nullptr] = ACTIONS(3437), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3437), [anon_sym_decltype] = ACTIONS(3437), [anon_sym_virtual] = ACTIONS(3437), [anon_sym_explicit] = ACTIONS(3437), [anon_sym_typename] = ACTIONS(3437), [anon_sym_template] = ACTIONS(3437), [anon_sym_operator] = ACTIONS(3437), [anon_sym_try] = ACTIONS(3437), [anon_sym_delete] = ACTIONS(3437), [anon_sym_throw] = ACTIONS(3437), [anon_sym_namespace] = ACTIONS(3437), [anon_sym_using] = ACTIONS(3437), [anon_sym_static_assert] = ACTIONS(3437), [anon_sym_concept] = ACTIONS(3437), [anon_sym_co_return] = ACTIONS(3437), [anon_sym_co_yield] = ACTIONS(3437), [anon_sym_R_DQUOTE] = ACTIONS(3439), [anon_sym_LR_DQUOTE] = ACTIONS(3439), [anon_sym_uR_DQUOTE] = ACTIONS(3439), [anon_sym_UR_DQUOTE] = ACTIONS(3439), [anon_sym_u8R_DQUOTE] = ACTIONS(3439), [anon_sym_co_await] = ACTIONS(3437), [anon_sym_new] = ACTIONS(3437), [anon_sym_requires] = ACTIONS(3437), [sym_this] = ACTIONS(3437), }, [1308] = { [sym_identifier] = ACTIONS(3391), [aux_sym_preproc_include_token1] = ACTIONS(3391), [aux_sym_preproc_def_token1] = ACTIONS(3391), [aux_sym_preproc_if_token1] = ACTIONS(3391), [aux_sym_preproc_ifdef_token1] = ACTIONS(3391), [aux_sym_preproc_ifdef_token2] = ACTIONS(3391), [sym_preproc_directive] = ACTIONS(3391), [anon_sym_LPAREN2] = ACTIONS(3393), [anon_sym_BANG] = ACTIONS(3393), [anon_sym_TILDE] = ACTIONS(3393), [anon_sym_DASH] = ACTIONS(3391), [anon_sym_PLUS] = ACTIONS(3391), [anon_sym_STAR] = ACTIONS(3393), [anon_sym_AMP_AMP] = ACTIONS(3393), [anon_sym_AMP] = ACTIONS(3391), [anon_sym_SEMI] = ACTIONS(3393), [anon_sym_typedef] = ACTIONS(3391), [anon_sym_extern] = ACTIONS(3391), [anon_sym___attribute__] = ACTIONS(3391), [anon_sym_COLON_COLON] = ACTIONS(3393), [anon_sym_LBRACK_LBRACK] = ACTIONS(3393), [anon_sym___declspec] = ACTIONS(3391), [anon_sym___based] = ACTIONS(3391), [anon_sym___cdecl] = ACTIONS(3391), [anon_sym___clrcall] = ACTIONS(3391), [anon_sym___stdcall] = ACTIONS(3391), [anon_sym___fastcall] = ACTIONS(3391), [anon_sym___thiscall] = ACTIONS(3391), [anon_sym___vectorcall] = ACTIONS(3391), [anon_sym_LBRACE] = ACTIONS(3393), [anon_sym_RBRACE] = ACTIONS(3393), [anon_sym_signed] = ACTIONS(3391), [anon_sym_unsigned] = ACTIONS(3391), [anon_sym_long] = ACTIONS(3391), [anon_sym_short] = ACTIONS(3391), [anon_sym_LBRACK] = ACTIONS(3391), [anon_sym_static] = ACTIONS(3391), [anon_sym_register] = ACTIONS(3391), [anon_sym_inline] = ACTIONS(3391), [anon_sym_thread_local] = ACTIONS(3391), [anon_sym_const] = ACTIONS(3391), [anon_sym_constexpr] = ACTIONS(3391), [anon_sym_volatile] = ACTIONS(3391), [anon_sym_restrict] = ACTIONS(3391), [anon_sym___restrict__] = ACTIONS(3391), [anon_sym__Atomic] = ACTIONS(3391), [anon_sym__Noreturn] = ACTIONS(3391), [anon_sym_noreturn] = ACTIONS(3391), [anon_sym_mutable] = ACTIONS(3391), [anon_sym_constinit] = ACTIONS(3391), [anon_sym_consteval] = ACTIONS(3391), [sym_primitive_type] = ACTIONS(3391), [anon_sym_enum] = ACTIONS(3391), [anon_sym_class] = ACTIONS(3391), [anon_sym_struct] = ACTIONS(3391), [anon_sym_union] = ACTIONS(3391), [anon_sym_if] = ACTIONS(3391), [anon_sym_switch] = ACTIONS(3391), [anon_sym_case] = ACTIONS(3391), [anon_sym_default] = ACTIONS(3391), [anon_sym_while] = ACTIONS(3391), [anon_sym_do] = ACTIONS(3391), [anon_sym_for] = ACTIONS(3391), [anon_sym_return] = ACTIONS(3391), [anon_sym_break] = ACTIONS(3391), [anon_sym_continue] = ACTIONS(3391), [anon_sym_goto] = ACTIONS(3391), [anon_sym_not] = ACTIONS(3391), [anon_sym_compl] = ACTIONS(3391), [anon_sym_DASH_DASH] = ACTIONS(3393), [anon_sym_PLUS_PLUS] = ACTIONS(3393), [anon_sym_sizeof] = ACTIONS(3391), [anon_sym_offsetof] = ACTIONS(3391), [anon_sym__Generic] = ACTIONS(3391), [anon_sym_asm] = ACTIONS(3391), [anon_sym___asm__] = ACTIONS(3391), [sym_number_literal] = ACTIONS(3393), [anon_sym_L_SQUOTE] = ACTIONS(3393), [anon_sym_u_SQUOTE] = ACTIONS(3393), [anon_sym_U_SQUOTE] = ACTIONS(3393), [anon_sym_u8_SQUOTE] = ACTIONS(3393), [anon_sym_SQUOTE] = ACTIONS(3393), [anon_sym_L_DQUOTE] = ACTIONS(3393), [anon_sym_u_DQUOTE] = ACTIONS(3393), [anon_sym_U_DQUOTE] = ACTIONS(3393), [anon_sym_u8_DQUOTE] = ACTIONS(3393), [anon_sym_DQUOTE] = ACTIONS(3393), [sym_true] = ACTIONS(3391), [sym_false] = ACTIONS(3391), [anon_sym_NULL] = ACTIONS(3391), [anon_sym_nullptr] = ACTIONS(3391), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3391), [anon_sym_decltype] = ACTIONS(3391), [anon_sym_virtual] = ACTIONS(3391), [anon_sym_explicit] = ACTIONS(3391), [anon_sym_typename] = ACTIONS(3391), [anon_sym_template] = ACTIONS(3391), [anon_sym_operator] = ACTIONS(3391), [anon_sym_try] = ACTIONS(3391), [anon_sym_delete] = ACTIONS(3391), [anon_sym_throw] = ACTIONS(3391), [anon_sym_namespace] = ACTIONS(3391), [anon_sym_using] = ACTIONS(3391), [anon_sym_static_assert] = ACTIONS(3391), [anon_sym_concept] = ACTIONS(3391), [anon_sym_co_return] = ACTIONS(3391), [anon_sym_co_yield] = ACTIONS(3391), [anon_sym_R_DQUOTE] = ACTIONS(3393), [anon_sym_LR_DQUOTE] = ACTIONS(3393), [anon_sym_uR_DQUOTE] = ACTIONS(3393), [anon_sym_UR_DQUOTE] = ACTIONS(3393), [anon_sym_u8R_DQUOTE] = ACTIONS(3393), [anon_sym_co_await] = ACTIONS(3391), [anon_sym_new] = ACTIONS(3391), [anon_sym_requires] = ACTIONS(3391), [sym_this] = ACTIONS(3391), }, [1309] = { [sym_identifier] = ACTIONS(3406), [aux_sym_preproc_include_token1] = ACTIONS(3406), [aux_sym_preproc_def_token1] = ACTIONS(3406), [aux_sym_preproc_if_token1] = ACTIONS(3406), [aux_sym_preproc_if_token2] = ACTIONS(3406), [aux_sym_preproc_ifdef_token1] = ACTIONS(3406), [aux_sym_preproc_ifdef_token2] = ACTIONS(3406), [sym_preproc_directive] = ACTIONS(3406), [anon_sym_LPAREN2] = ACTIONS(3408), [anon_sym_BANG] = ACTIONS(3408), [anon_sym_TILDE] = ACTIONS(3408), [anon_sym_DASH] = ACTIONS(3406), [anon_sym_PLUS] = ACTIONS(3406), [anon_sym_STAR] = ACTIONS(3408), [anon_sym_AMP_AMP] = ACTIONS(3408), [anon_sym_AMP] = ACTIONS(3406), [anon_sym_SEMI] = ACTIONS(3408), [anon_sym_typedef] = ACTIONS(3406), [anon_sym_extern] = ACTIONS(3406), [anon_sym___attribute__] = ACTIONS(3406), [anon_sym_COLON_COLON] = ACTIONS(3408), [anon_sym_LBRACK_LBRACK] = ACTIONS(3408), [anon_sym___declspec] = ACTIONS(3406), [anon_sym___based] = ACTIONS(3406), [anon_sym___cdecl] = ACTIONS(3406), [anon_sym___clrcall] = ACTIONS(3406), [anon_sym___stdcall] = ACTIONS(3406), [anon_sym___fastcall] = ACTIONS(3406), [anon_sym___thiscall] = ACTIONS(3406), [anon_sym___vectorcall] = ACTIONS(3406), [anon_sym_LBRACE] = ACTIONS(3408), [anon_sym_signed] = ACTIONS(3406), [anon_sym_unsigned] = ACTIONS(3406), [anon_sym_long] = ACTIONS(3406), [anon_sym_short] = ACTIONS(3406), [anon_sym_LBRACK] = ACTIONS(3406), [anon_sym_static] = ACTIONS(3406), [anon_sym_register] = ACTIONS(3406), [anon_sym_inline] = ACTIONS(3406), [anon_sym_thread_local] = ACTIONS(3406), [anon_sym_const] = ACTIONS(3406), [anon_sym_constexpr] = ACTIONS(3406), [anon_sym_volatile] = ACTIONS(3406), [anon_sym_restrict] = ACTIONS(3406), [anon_sym___restrict__] = ACTIONS(3406), [anon_sym__Atomic] = ACTIONS(3406), [anon_sym__Noreturn] = ACTIONS(3406), [anon_sym_noreturn] = ACTIONS(3406), [anon_sym_mutable] = ACTIONS(3406), [anon_sym_constinit] = ACTIONS(3406), [anon_sym_consteval] = ACTIONS(3406), [sym_primitive_type] = ACTIONS(3406), [anon_sym_enum] = ACTIONS(3406), [anon_sym_class] = ACTIONS(3406), [anon_sym_struct] = ACTIONS(3406), [anon_sym_union] = ACTIONS(3406), [anon_sym_if] = ACTIONS(3406), [anon_sym_switch] = ACTIONS(3406), [anon_sym_case] = ACTIONS(3406), [anon_sym_default] = ACTIONS(3406), [anon_sym_while] = ACTIONS(3406), [anon_sym_do] = ACTIONS(3406), [anon_sym_for] = ACTIONS(3406), [anon_sym_return] = ACTIONS(3406), [anon_sym_break] = ACTIONS(3406), [anon_sym_continue] = ACTIONS(3406), [anon_sym_goto] = ACTIONS(3406), [anon_sym_not] = ACTIONS(3406), [anon_sym_compl] = ACTIONS(3406), [anon_sym_DASH_DASH] = ACTIONS(3408), [anon_sym_PLUS_PLUS] = ACTIONS(3408), [anon_sym_sizeof] = ACTIONS(3406), [anon_sym_offsetof] = ACTIONS(3406), [anon_sym__Generic] = ACTIONS(3406), [anon_sym_asm] = ACTIONS(3406), [anon_sym___asm__] = ACTIONS(3406), [sym_number_literal] = ACTIONS(3408), [anon_sym_L_SQUOTE] = ACTIONS(3408), [anon_sym_u_SQUOTE] = ACTIONS(3408), [anon_sym_U_SQUOTE] = ACTIONS(3408), [anon_sym_u8_SQUOTE] = ACTIONS(3408), [anon_sym_SQUOTE] = ACTIONS(3408), [anon_sym_L_DQUOTE] = ACTIONS(3408), [anon_sym_u_DQUOTE] = ACTIONS(3408), [anon_sym_U_DQUOTE] = ACTIONS(3408), [anon_sym_u8_DQUOTE] = ACTIONS(3408), [anon_sym_DQUOTE] = ACTIONS(3408), [sym_true] = ACTIONS(3406), [sym_false] = ACTIONS(3406), [anon_sym_NULL] = ACTIONS(3406), [anon_sym_nullptr] = ACTIONS(3406), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3406), [anon_sym_decltype] = ACTIONS(3406), [anon_sym_virtual] = ACTIONS(3406), [anon_sym_explicit] = ACTIONS(3406), [anon_sym_typename] = ACTIONS(3406), [anon_sym_template] = ACTIONS(3406), [anon_sym_operator] = ACTIONS(3406), [anon_sym_try] = ACTIONS(3406), [anon_sym_delete] = ACTIONS(3406), [anon_sym_throw] = ACTIONS(3406), [anon_sym_namespace] = ACTIONS(3406), [anon_sym_using] = ACTIONS(3406), [anon_sym_static_assert] = ACTIONS(3406), [anon_sym_concept] = ACTIONS(3406), [anon_sym_co_return] = ACTIONS(3406), [anon_sym_co_yield] = ACTIONS(3406), [anon_sym_R_DQUOTE] = ACTIONS(3408), [anon_sym_LR_DQUOTE] = ACTIONS(3408), [anon_sym_uR_DQUOTE] = ACTIONS(3408), [anon_sym_UR_DQUOTE] = ACTIONS(3408), [anon_sym_u8R_DQUOTE] = ACTIONS(3408), [anon_sym_co_await] = ACTIONS(3406), [anon_sym_new] = ACTIONS(3406), [anon_sym_requires] = ACTIONS(3406), [sym_this] = ACTIONS(3406), }, [1310] = { [sym_identifier] = ACTIONS(3375), [aux_sym_preproc_include_token1] = ACTIONS(3375), [aux_sym_preproc_def_token1] = ACTIONS(3375), [aux_sym_preproc_if_token1] = ACTIONS(3375), [aux_sym_preproc_ifdef_token1] = ACTIONS(3375), [aux_sym_preproc_ifdef_token2] = ACTIONS(3375), [sym_preproc_directive] = ACTIONS(3375), [anon_sym_LPAREN2] = ACTIONS(3377), [anon_sym_BANG] = ACTIONS(3377), [anon_sym_TILDE] = ACTIONS(3377), [anon_sym_DASH] = ACTIONS(3375), [anon_sym_PLUS] = ACTIONS(3375), [anon_sym_STAR] = ACTIONS(3377), [anon_sym_AMP_AMP] = ACTIONS(3377), [anon_sym_AMP] = ACTIONS(3375), [anon_sym_SEMI] = ACTIONS(3377), [anon_sym_typedef] = ACTIONS(3375), [anon_sym_extern] = ACTIONS(3375), [anon_sym___attribute__] = ACTIONS(3375), [anon_sym_COLON_COLON] = ACTIONS(3377), [anon_sym_LBRACK_LBRACK] = ACTIONS(3377), [anon_sym___declspec] = ACTIONS(3375), [anon_sym___based] = ACTIONS(3375), [anon_sym___cdecl] = ACTIONS(3375), [anon_sym___clrcall] = ACTIONS(3375), [anon_sym___stdcall] = ACTIONS(3375), [anon_sym___fastcall] = ACTIONS(3375), [anon_sym___thiscall] = ACTIONS(3375), [anon_sym___vectorcall] = ACTIONS(3375), [anon_sym_LBRACE] = ACTIONS(3377), [anon_sym_RBRACE] = ACTIONS(3377), [anon_sym_signed] = ACTIONS(3375), [anon_sym_unsigned] = ACTIONS(3375), [anon_sym_long] = ACTIONS(3375), [anon_sym_short] = ACTIONS(3375), [anon_sym_LBRACK] = ACTIONS(3375), [anon_sym_static] = ACTIONS(3375), [anon_sym_register] = ACTIONS(3375), [anon_sym_inline] = ACTIONS(3375), [anon_sym_thread_local] = ACTIONS(3375), [anon_sym_const] = ACTIONS(3375), [anon_sym_constexpr] = ACTIONS(3375), [anon_sym_volatile] = ACTIONS(3375), [anon_sym_restrict] = ACTIONS(3375), [anon_sym___restrict__] = ACTIONS(3375), [anon_sym__Atomic] = ACTIONS(3375), [anon_sym__Noreturn] = ACTIONS(3375), [anon_sym_noreturn] = ACTIONS(3375), [anon_sym_mutable] = ACTIONS(3375), [anon_sym_constinit] = ACTIONS(3375), [anon_sym_consteval] = ACTIONS(3375), [sym_primitive_type] = ACTIONS(3375), [anon_sym_enum] = ACTIONS(3375), [anon_sym_class] = ACTIONS(3375), [anon_sym_struct] = ACTIONS(3375), [anon_sym_union] = ACTIONS(3375), [anon_sym_if] = ACTIONS(3375), [anon_sym_switch] = ACTIONS(3375), [anon_sym_case] = ACTIONS(3375), [anon_sym_default] = ACTIONS(3375), [anon_sym_while] = ACTIONS(3375), [anon_sym_do] = ACTIONS(3375), [anon_sym_for] = ACTIONS(3375), [anon_sym_return] = ACTIONS(3375), [anon_sym_break] = ACTIONS(3375), [anon_sym_continue] = ACTIONS(3375), [anon_sym_goto] = ACTIONS(3375), [anon_sym_not] = ACTIONS(3375), [anon_sym_compl] = ACTIONS(3375), [anon_sym_DASH_DASH] = ACTIONS(3377), [anon_sym_PLUS_PLUS] = ACTIONS(3377), [anon_sym_sizeof] = ACTIONS(3375), [anon_sym_offsetof] = ACTIONS(3375), [anon_sym__Generic] = ACTIONS(3375), [anon_sym_asm] = ACTIONS(3375), [anon_sym___asm__] = ACTIONS(3375), [sym_number_literal] = ACTIONS(3377), [anon_sym_L_SQUOTE] = ACTIONS(3377), [anon_sym_u_SQUOTE] = ACTIONS(3377), [anon_sym_U_SQUOTE] = ACTIONS(3377), [anon_sym_u8_SQUOTE] = ACTIONS(3377), [anon_sym_SQUOTE] = ACTIONS(3377), [anon_sym_L_DQUOTE] = ACTIONS(3377), [anon_sym_u_DQUOTE] = ACTIONS(3377), [anon_sym_U_DQUOTE] = ACTIONS(3377), [anon_sym_u8_DQUOTE] = ACTIONS(3377), [anon_sym_DQUOTE] = ACTIONS(3377), [sym_true] = ACTIONS(3375), [sym_false] = ACTIONS(3375), [anon_sym_NULL] = ACTIONS(3375), [anon_sym_nullptr] = ACTIONS(3375), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3375), [anon_sym_decltype] = ACTIONS(3375), [anon_sym_virtual] = ACTIONS(3375), [anon_sym_explicit] = ACTIONS(3375), [anon_sym_typename] = ACTIONS(3375), [anon_sym_template] = ACTIONS(3375), [anon_sym_operator] = ACTIONS(3375), [anon_sym_try] = ACTIONS(3375), [anon_sym_delete] = ACTIONS(3375), [anon_sym_throw] = ACTIONS(3375), [anon_sym_namespace] = ACTIONS(3375), [anon_sym_using] = ACTIONS(3375), [anon_sym_static_assert] = ACTIONS(3375), [anon_sym_concept] = ACTIONS(3375), [anon_sym_co_return] = ACTIONS(3375), [anon_sym_co_yield] = ACTIONS(3375), [anon_sym_R_DQUOTE] = ACTIONS(3377), [anon_sym_LR_DQUOTE] = ACTIONS(3377), [anon_sym_uR_DQUOTE] = ACTIONS(3377), [anon_sym_UR_DQUOTE] = ACTIONS(3377), [anon_sym_u8R_DQUOTE] = ACTIONS(3377), [anon_sym_co_await] = ACTIONS(3375), [anon_sym_new] = ACTIONS(3375), [anon_sym_requires] = ACTIONS(3375), [sym_this] = ACTIONS(3375), }, [1311] = { [sym_identifier] = ACTIONS(3295), [aux_sym_preproc_include_token1] = ACTIONS(3295), [aux_sym_preproc_def_token1] = ACTIONS(3295), [aux_sym_preproc_if_token1] = ACTIONS(3295), [aux_sym_preproc_ifdef_token1] = ACTIONS(3295), [aux_sym_preproc_ifdef_token2] = ACTIONS(3295), [sym_preproc_directive] = ACTIONS(3295), [anon_sym_LPAREN2] = ACTIONS(3297), [anon_sym_BANG] = ACTIONS(3297), [anon_sym_TILDE] = ACTIONS(3297), [anon_sym_DASH] = ACTIONS(3295), [anon_sym_PLUS] = ACTIONS(3295), [anon_sym_STAR] = ACTIONS(3297), [anon_sym_AMP_AMP] = ACTIONS(3297), [anon_sym_AMP] = ACTIONS(3295), [anon_sym_SEMI] = ACTIONS(3297), [anon_sym_typedef] = ACTIONS(3295), [anon_sym_extern] = ACTIONS(3295), [anon_sym___attribute__] = ACTIONS(3295), [anon_sym_COLON_COLON] = ACTIONS(3297), [anon_sym_LBRACK_LBRACK] = ACTIONS(3297), [anon_sym___declspec] = ACTIONS(3295), [anon_sym___based] = ACTIONS(3295), [anon_sym___cdecl] = ACTIONS(3295), [anon_sym___clrcall] = ACTIONS(3295), [anon_sym___stdcall] = ACTIONS(3295), [anon_sym___fastcall] = ACTIONS(3295), [anon_sym___thiscall] = ACTIONS(3295), [anon_sym___vectorcall] = ACTIONS(3295), [anon_sym_LBRACE] = ACTIONS(3297), [anon_sym_RBRACE] = ACTIONS(3297), [anon_sym_signed] = ACTIONS(3295), [anon_sym_unsigned] = ACTIONS(3295), [anon_sym_long] = ACTIONS(3295), [anon_sym_short] = ACTIONS(3295), [anon_sym_LBRACK] = ACTIONS(3295), [anon_sym_static] = ACTIONS(3295), [anon_sym_register] = ACTIONS(3295), [anon_sym_inline] = ACTIONS(3295), [anon_sym_thread_local] = ACTIONS(3295), [anon_sym_const] = ACTIONS(3295), [anon_sym_constexpr] = ACTIONS(3295), [anon_sym_volatile] = ACTIONS(3295), [anon_sym_restrict] = ACTIONS(3295), [anon_sym___restrict__] = ACTIONS(3295), [anon_sym__Atomic] = ACTIONS(3295), [anon_sym__Noreturn] = ACTIONS(3295), [anon_sym_noreturn] = ACTIONS(3295), [anon_sym_mutable] = ACTIONS(3295), [anon_sym_constinit] = ACTIONS(3295), [anon_sym_consteval] = ACTIONS(3295), [sym_primitive_type] = ACTIONS(3295), [anon_sym_enum] = ACTIONS(3295), [anon_sym_class] = ACTIONS(3295), [anon_sym_struct] = ACTIONS(3295), [anon_sym_union] = ACTIONS(3295), [anon_sym_if] = ACTIONS(3295), [anon_sym_switch] = ACTIONS(3295), [anon_sym_case] = ACTIONS(3295), [anon_sym_default] = ACTIONS(3295), [anon_sym_while] = ACTIONS(3295), [anon_sym_do] = ACTIONS(3295), [anon_sym_for] = ACTIONS(3295), [anon_sym_return] = ACTIONS(3295), [anon_sym_break] = ACTIONS(3295), [anon_sym_continue] = ACTIONS(3295), [anon_sym_goto] = ACTIONS(3295), [anon_sym_not] = ACTIONS(3295), [anon_sym_compl] = ACTIONS(3295), [anon_sym_DASH_DASH] = ACTIONS(3297), [anon_sym_PLUS_PLUS] = ACTIONS(3297), [anon_sym_sizeof] = ACTIONS(3295), [anon_sym_offsetof] = ACTIONS(3295), [anon_sym__Generic] = ACTIONS(3295), [anon_sym_asm] = ACTIONS(3295), [anon_sym___asm__] = ACTIONS(3295), [sym_number_literal] = ACTIONS(3297), [anon_sym_L_SQUOTE] = ACTIONS(3297), [anon_sym_u_SQUOTE] = ACTIONS(3297), [anon_sym_U_SQUOTE] = ACTIONS(3297), [anon_sym_u8_SQUOTE] = ACTIONS(3297), [anon_sym_SQUOTE] = ACTIONS(3297), [anon_sym_L_DQUOTE] = ACTIONS(3297), [anon_sym_u_DQUOTE] = ACTIONS(3297), [anon_sym_U_DQUOTE] = ACTIONS(3297), [anon_sym_u8_DQUOTE] = ACTIONS(3297), [anon_sym_DQUOTE] = ACTIONS(3297), [sym_true] = ACTIONS(3295), [sym_false] = ACTIONS(3295), [anon_sym_NULL] = ACTIONS(3295), [anon_sym_nullptr] = ACTIONS(3295), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3295), [anon_sym_decltype] = ACTIONS(3295), [anon_sym_virtual] = ACTIONS(3295), [anon_sym_explicit] = ACTIONS(3295), [anon_sym_typename] = ACTIONS(3295), [anon_sym_template] = ACTIONS(3295), [anon_sym_operator] = ACTIONS(3295), [anon_sym_try] = ACTIONS(3295), [anon_sym_delete] = ACTIONS(3295), [anon_sym_throw] = ACTIONS(3295), [anon_sym_namespace] = ACTIONS(3295), [anon_sym_using] = ACTIONS(3295), [anon_sym_static_assert] = ACTIONS(3295), [anon_sym_concept] = ACTIONS(3295), [anon_sym_co_return] = ACTIONS(3295), [anon_sym_co_yield] = ACTIONS(3295), [anon_sym_R_DQUOTE] = ACTIONS(3297), [anon_sym_LR_DQUOTE] = ACTIONS(3297), [anon_sym_uR_DQUOTE] = ACTIONS(3297), [anon_sym_UR_DQUOTE] = ACTIONS(3297), [anon_sym_u8R_DQUOTE] = ACTIONS(3297), [anon_sym_co_await] = ACTIONS(3295), [anon_sym_new] = ACTIONS(3295), [anon_sym_requires] = ACTIONS(3295), [sym_this] = ACTIONS(3295), }, [1312] = { [sym_identifier] = ACTIONS(3345), [aux_sym_preproc_include_token1] = ACTIONS(3345), [aux_sym_preproc_def_token1] = ACTIONS(3345), [aux_sym_preproc_if_token1] = ACTIONS(3345), [aux_sym_preproc_ifdef_token1] = ACTIONS(3345), [aux_sym_preproc_ifdef_token2] = ACTIONS(3345), [sym_preproc_directive] = ACTIONS(3345), [anon_sym_LPAREN2] = ACTIONS(3347), [anon_sym_BANG] = ACTIONS(3347), [anon_sym_TILDE] = ACTIONS(3347), [anon_sym_DASH] = ACTIONS(3345), [anon_sym_PLUS] = ACTIONS(3345), [anon_sym_STAR] = ACTIONS(3347), [anon_sym_AMP_AMP] = ACTIONS(3347), [anon_sym_AMP] = ACTIONS(3345), [anon_sym_SEMI] = ACTIONS(3347), [anon_sym_typedef] = ACTIONS(3345), [anon_sym_extern] = ACTIONS(3345), [anon_sym___attribute__] = ACTIONS(3345), [anon_sym_COLON_COLON] = ACTIONS(3347), [anon_sym_LBRACK_LBRACK] = ACTIONS(3347), [anon_sym___declspec] = ACTIONS(3345), [anon_sym___based] = ACTIONS(3345), [anon_sym___cdecl] = ACTIONS(3345), [anon_sym___clrcall] = ACTIONS(3345), [anon_sym___stdcall] = ACTIONS(3345), [anon_sym___fastcall] = ACTIONS(3345), [anon_sym___thiscall] = ACTIONS(3345), [anon_sym___vectorcall] = ACTIONS(3345), [anon_sym_LBRACE] = ACTIONS(3347), [anon_sym_RBRACE] = ACTIONS(3347), [anon_sym_signed] = ACTIONS(3345), [anon_sym_unsigned] = ACTIONS(3345), [anon_sym_long] = ACTIONS(3345), [anon_sym_short] = ACTIONS(3345), [anon_sym_LBRACK] = ACTIONS(3345), [anon_sym_static] = ACTIONS(3345), [anon_sym_register] = ACTIONS(3345), [anon_sym_inline] = ACTIONS(3345), [anon_sym_thread_local] = ACTIONS(3345), [anon_sym_const] = ACTIONS(3345), [anon_sym_constexpr] = ACTIONS(3345), [anon_sym_volatile] = ACTIONS(3345), [anon_sym_restrict] = ACTIONS(3345), [anon_sym___restrict__] = ACTIONS(3345), [anon_sym__Atomic] = ACTIONS(3345), [anon_sym__Noreturn] = ACTIONS(3345), [anon_sym_noreturn] = ACTIONS(3345), [anon_sym_mutable] = ACTIONS(3345), [anon_sym_constinit] = ACTIONS(3345), [anon_sym_consteval] = ACTIONS(3345), [sym_primitive_type] = ACTIONS(3345), [anon_sym_enum] = ACTIONS(3345), [anon_sym_class] = ACTIONS(3345), [anon_sym_struct] = ACTIONS(3345), [anon_sym_union] = ACTIONS(3345), [anon_sym_if] = ACTIONS(3345), [anon_sym_switch] = ACTIONS(3345), [anon_sym_case] = ACTIONS(3345), [anon_sym_default] = ACTIONS(3345), [anon_sym_while] = ACTIONS(3345), [anon_sym_do] = ACTIONS(3345), [anon_sym_for] = ACTIONS(3345), [anon_sym_return] = ACTIONS(3345), [anon_sym_break] = ACTIONS(3345), [anon_sym_continue] = ACTIONS(3345), [anon_sym_goto] = ACTIONS(3345), [anon_sym_not] = ACTIONS(3345), [anon_sym_compl] = ACTIONS(3345), [anon_sym_DASH_DASH] = ACTIONS(3347), [anon_sym_PLUS_PLUS] = ACTIONS(3347), [anon_sym_sizeof] = ACTIONS(3345), [anon_sym_offsetof] = ACTIONS(3345), [anon_sym__Generic] = ACTIONS(3345), [anon_sym_asm] = ACTIONS(3345), [anon_sym___asm__] = ACTIONS(3345), [sym_number_literal] = ACTIONS(3347), [anon_sym_L_SQUOTE] = ACTIONS(3347), [anon_sym_u_SQUOTE] = ACTIONS(3347), [anon_sym_U_SQUOTE] = ACTIONS(3347), [anon_sym_u8_SQUOTE] = ACTIONS(3347), [anon_sym_SQUOTE] = ACTIONS(3347), [anon_sym_L_DQUOTE] = ACTIONS(3347), [anon_sym_u_DQUOTE] = ACTIONS(3347), [anon_sym_U_DQUOTE] = ACTIONS(3347), [anon_sym_u8_DQUOTE] = ACTIONS(3347), [anon_sym_DQUOTE] = ACTIONS(3347), [sym_true] = ACTIONS(3345), [sym_false] = ACTIONS(3345), [anon_sym_NULL] = ACTIONS(3345), [anon_sym_nullptr] = ACTIONS(3345), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3345), [anon_sym_decltype] = ACTIONS(3345), [anon_sym_virtual] = ACTIONS(3345), [anon_sym_explicit] = ACTIONS(3345), [anon_sym_typename] = ACTIONS(3345), [anon_sym_template] = ACTIONS(3345), [anon_sym_operator] = ACTIONS(3345), [anon_sym_try] = ACTIONS(3345), [anon_sym_delete] = ACTIONS(3345), [anon_sym_throw] = ACTIONS(3345), [anon_sym_namespace] = ACTIONS(3345), [anon_sym_using] = ACTIONS(3345), [anon_sym_static_assert] = ACTIONS(3345), [anon_sym_concept] = ACTIONS(3345), [anon_sym_co_return] = ACTIONS(3345), [anon_sym_co_yield] = ACTIONS(3345), [anon_sym_R_DQUOTE] = ACTIONS(3347), [anon_sym_LR_DQUOTE] = ACTIONS(3347), [anon_sym_uR_DQUOTE] = ACTIONS(3347), [anon_sym_UR_DQUOTE] = ACTIONS(3347), [anon_sym_u8R_DQUOTE] = ACTIONS(3347), [anon_sym_co_await] = ACTIONS(3345), [anon_sym_new] = ACTIONS(3345), [anon_sym_requires] = ACTIONS(3345), [sym_this] = ACTIONS(3345), }, [1313] = { [ts_builtin_sym_end] = ACTIONS(3365), [sym_identifier] = ACTIONS(3363), [aux_sym_preproc_include_token1] = ACTIONS(3363), [aux_sym_preproc_def_token1] = ACTIONS(3363), [aux_sym_preproc_if_token1] = ACTIONS(3363), [aux_sym_preproc_ifdef_token1] = ACTIONS(3363), [aux_sym_preproc_ifdef_token2] = ACTIONS(3363), [sym_preproc_directive] = ACTIONS(3363), [anon_sym_LPAREN2] = ACTIONS(3365), [anon_sym_BANG] = ACTIONS(3365), [anon_sym_TILDE] = ACTIONS(3365), [anon_sym_DASH] = ACTIONS(3363), [anon_sym_PLUS] = ACTIONS(3363), [anon_sym_STAR] = ACTIONS(3365), [anon_sym_AMP_AMP] = ACTIONS(3365), [anon_sym_AMP] = ACTIONS(3363), [anon_sym_typedef] = ACTIONS(3363), [anon_sym_extern] = ACTIONS(3363), [anon_sym___attribute__] = ACTIONS(3363), [anon_sym_COLON_COLON] = ACTIONS(3365), [anon_sym_LBRACK_LBRACK] = ACTIONS(3365), [anon_sym___declspec] = ACTIONS(3363), [anon_sym___based] = ACTIONS(3363), [anon_sym___cdecl] = ACTIONS(3363), [anon_sym___clrcall] = ACTIONS(3363), [anon_sym___stdcall] = ACTIONS(3363), [anon_sym___fastcall] = ACTIONS(3363), [anon_sym___thiscall] = ACTIONS(3363), [anon_sym___vectorcall] = ACTIONS(3363), [anon_sym_LBRACE] = ACTIONS(3365), [anon_sym_signed] = ACTIONS(3363), [anon_sym_unsigned] = ACTIONS(3363), [anon_sym_long] = ACTIONS(3363), [anon_sym_short] = ACTIONS(3363), [anon_sym_LBRACK] = ACTIONS(3363), [anon_sym_static] = ACTIONS(3363), [anon_sym_register] = ACTIONS(3363), [anon_sym_inline] = ACTIONS(3363), [anon_sym_thread_local] = ACTIONS(3363), [anon_sym_const] = ACTIONS(3363), [anon_sym_constexpr] = ACTIONS(3363), [anon_sym_volatile] = ACTIONS(3363), [anon_sym_restrict] = ACTIONS(3363), [anon_sym___restrict__] = ACTIONS(3363), [anon_sym__Atomic] = ACTIONS(3363), [anon_sym__Noreturn] = ACTIONS(3363), [anon_sym_noreturn] = ACTIONS(3363), [anon_sym_mutable] = ACTIONS(3363), [anon_sym_constinit] = ACTIONS(3363), [anon_sym_consteval] = ACTIONS(3363), [sym_primitive_type] = ACTIONS(3363), [anon_sym_enum] = ACTIONS(3363), [anon_sym_class] = ACTIONS(3363), [anon_sym_struct] = ACTIONS(3363), [anon_sym_union] = ACTIONS(3363), [anon_sym_if] = ACTIONS(3363), [anon_sym_switch] = ACTIONS(3363), [anon_sym_case] = ACTIONS(3363), [anon_sym_default] = ACTIONS(3363), [anon_sym_while] = ACTIONS(3363), [anon_sym_do] = ACTIONS(3363), [anon_sym_for] = ACTIONS(3363), [anon_sym_return] = ACTIONS(3363), [anon_sym_break] = ACTIONS(3363), [anon_sym_continue] = ACTIONS(3363), [anon_sym_goto] = ACTIONS(3363), [anon_sym_not] = ACTIONS(3363), [anon_sym_compl] = ACTIONS(3363), [anon_sym_DASH_DASH] = ACTIONS(3365), [anon_sym_PLUS_PLUS] = ACTIONS(3365), [anon_sym_sizeof] = ACTIONS(3363), [anon_sym_offsetof] = ACTIONS(3363), [anon_sym__Generic] = ACTIONS(3363), [anon_sym_asm] = ACTIONS(3363), [anon_sym___asm__] = ACTIONS(3363), [sym_number_literal] = ACTIONS(3365), [anon_sym_L_SQUOTE] = ACTIONS(3365), [anon_sym_u_SQUOTE] = ACTIONS(3365), [anon_sym_U_SQUOTE] = ACTIONS(3365), [anon_sym_u8_SQUOTE] = ACTIONS(3365), [anon_sym_SQUOTE] = ACTIONS(3365), [anon_sym_L_DQUOTE] = ACTIONS(3365), [anon_sym_u_DQUOTE] = ACTIONS(3365), [anon_sym_U_DQUOTE] = ACTIONS(3365), [anon_sym_u8_DQUOTE] = ACTIONS(3365), [anon_sym_DQUOTE] = ACTIONS(3365), [sym_true] = ACTIONS(3363), [sym_false] = ACTIONS(3363), [anon_sym_NULL] = ACTIONS(3363), [anon_sym_nullptr] = ACTIONS(3363), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3363), [anon_sym_decltype] = ACTIONS(3363), [anon_sym_virtual] = ACTIONS(3363), [anon_sym_explicit] = ACTIONS(3363), [anon_sym_typename] = ACTIONS(3363), [anon_sym_template] = ACTIONS(3363), [anon_sym_operator] = ACTIONS(3363), [anon_sym_try] = ACTIONS(3363), [anon_sym_delete] = ACTIONS(3363), [anon_sym_throw] = ACTIONS(3363), [anon_sym_namespace] = ACTIONS(3363), [anon_sym_using] = ACTIONS(3363), [anon_sym_static_assert] = ACTIONS(3363), [anon_sym_concept] = ACTIONS(3363), [anon_sym_co_return] = ACTIONS(3363), [anon_sym_co_yield] = ACTIONS(3363), [anon_sym_R_DQUOTE] = ACTIONS(3365), [anon_sym_LR_DQUOTE] = ACTIONS(3365), [anon_sym_uR_DQUOTE] = ACTIONS(3365), [anon_sym_UR_DQUOTE] = ACTIONS(3365), [anon_sym_u8R_DQUOTE] = ACTIONS(3365), [anon_sym_co_await] = ACTIONS(3363), [anon_sym_new] = ACTIONS(3363), [anon_sym_requires] = ACTIONS(3363), [sym_this] = ACTIONS(3363), }, [1314] = { [ts_builtin_sym_end] = ACTIONS(3419), [sym_identifier] = ACTIONS(3417), [aux_sym_preproc_include_token1] = ACTIONS(3417), [aux_sym_preproc_def_token1] = ACTIONS(3417), [aux_sym_preproc_if_token1] = ACTIONS(3417), [aux_sym_preproc_ifdef_token1] = ACTIONS(3417), [aux_sym_preproc_ifdef_token2] = ACTIONS(3417), [sym_preproc_directive] = ACTIONS(3417), [anon_sym_LPAREN2] = ACTIONS(3419), [anon_sym_BANG] = ACTIONS(3419), [anon_sym_TILDE] = ACTIONS(3419), [anon_sym_DASH] = ACTIONS(3417), [anon_sym_PLUS] = ACTIONS(3417), [anon_sym_STAR] = ACTIONS(3419), [anon_sym_AMP_AMP] = ACTIONS(3419), [anon_sym_AMP] = ACTIONS(3417), [anon_sym_typedef] = ACTIONS(3417), [anon_sym_extern] = ACTIONS(3417), [anon_sym___attribute__] = ACTIONS(3417), [anon_sym_COLON_COLON] = ACTIONS(3419), [anon_sym_LBRACK_LBRACK] = ACTIONS(3419), [anon_sym___declspec] = ACTIONS(3417), [anon_sym___based] = ACTIONS(3417), [anon_sym___cdecl] = ACTIONS(3417), [anon_sym___clrcall] = ACTIONS(3417), [anon_sym___stdcall] = ACTIONS(3417), [anon_sym___fastcall] = ACTIONS(3417), [anon_sym___thiscall] = ACTIONS(3417), [anon_sym___vectorcall] = ACTIONS(3417), [anon_sym_LBRACE] = ACTIONS(3419), [anon_sym_signed] = ACTIONS(3417), [anon_sym_unsigned] = ACTIONS(3417), [anon_sym_long] = ACTIONS(3417), [anon_sym_short] = ACTIONS(3417), [anon_sym_LBRACK] = ACTIONS(3417), [anon_sym_static] = ACTIONS(3417), [anon_sym_register] = ACTIONS(3417), [anon_sym_inline] = ACTIONS(3417), [anon_sym_thread_local] = ACTIONS(3417), [anon_sym_const] = ACTIONS(3417), [anon_sym_constexpr] = ACTIONS(3417), [anon_sym_volatile] = ACTIONS(3417), [anon_sym_restrict] = ACTIONS(3417), [anon_sym___restrict__] = ACTIONS(3417), [anon_sym__Atomic] = ACTIONS(3417), [anon_sym__Noreturn] = ACTIONS(3417), [anon_sym_noreturn] = ACTIONS(3417), [anon_sym_mutable] = ACTIONS(3417), [anon_sym_constinit] = ACTIONS(3417), [anon_sym_consteval] = ACTIONS(3417), [sym_primitive_type] = ACTIONS(3417), [anon_sym_enum] = ACTIONS(3417), [anon_sym_class] = ACTIONS(3417), [anon_sym_struct] = ACTIONS(3417), [anon_sym_union] = ACTIONS(3417), [anon_sym_if] = ACTIONS(3417), [anon_sym_switch] = ACTIONS(3417), [anon_sym_case] = ACTIONS(3417), [anon_sym_default] = ACTIONS(3417), [anon_sym_while] = ACTIONS(3417), [anon_sym_do] = ACTIONS(3417), [anon_sym_for] = ACTIONS(3417), [anon_sym_return] = ACTIONS(3417), [anon_sym_break] = ACTIONS(3417), [anon_sym_continue] = ACTIONS(3417), [anon_sym_goto] = ACTIONS(3417), [anon_sym_not] = ACTIONS(3417), [anon_sym_compl] = ACTIONS(3417), [anon_sym_DASH_DASH] = ACTIONS(3419), [anon_sym_PLUS_PLUS] = ACTIONS(3419), [anon_sym_sizeof] = ACTIONS(3417), [anon_sym_offsetof] = ACTIONS(3417), [anon_sym__Generic] = ACTIONS(3417), [anon_sym_asm] = ACTIONS(3417), [anon_sym___asm__] = ACTIONS(3417), [sym_number_literal] = ACTIONS(3419), [anon_sym_L_SQUOTE] = ACTIONS(3419), [anon_sym_u_SQUOTE] = ACTIONS(3419), [anon_sym_U_SQUOTE] = ACTIONS(3419), [anon_sym_u8_SQUOTE] = ACTIONS(3419), [anon_sym_SQUOTE] = ACTIONS(3419), [anon_sym_L_DQUOTE] = ACTIONS(3419), [anon_sym_u_DQUOTE] = ACTIONS(3419), [anon_sym_U_DQUOTE] = ACTIONS(3419), [anon_sym_u8_DQUOTE] = ACTIONS(3419), [anon_sym_DQUOTE] = ACTIONS(3419), [sym_true] = ACTIONS(3417), [sym_false] = ACTIONS(3417), [anon_sym_NULL] = ACTIONS(3417), [anon_sym_nullptr] = ACTIONS(3417), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3417), [anon_sym_decltype] = ACTIONS(3417), [anon_sym_virtual] = ACTIONS(3417), [anon_sym_explicit] = ACTIONS(3417), [anon_sym_typename] = ACTIONS(3417), [anon_sym_template] = ACTIONS(3417), [anon_sym_operator] = ACTIONS(3417), [anon_sym_try] = ACTIONS(3417), [anon_sym_delete] = ACTIONS(3417), [anon_sym_throw] = ACTIONS(3417), [anon_sym_namespace] = ACTIONS(3417), [anon_sym_using] = ACTIONS(3417), [anon_sym_static_assert] = ACTIONS(3417), [anon_sym_concept] = ACTIONS(3417), [anon_sym_co_return] = ACTIONS(3417), [anon_sym_co_yield] = ACTIONS(3417), [anon_sym_R_DQUOTE] = ACTIONS(3419), [anon_sym_LR_DQUOTE] = ACTIONS(3419), [anon_sym_uR_DQUOTE] = ACTIONS(3419), [anon_sym_UR_DQUOTE] = ACTIONS(3419), [anon_sym_u8R_DQUOTE] = ACTIONS(3419), [anon_sym_co_await] = ACTIONS(3417), [anon_sym_new] = ACTIONS(3417), [anon_sym_requires] = ACTIONS(3417), [sym_this] = ACTIONS(3417), }, [1315] = { [ts_builtin_sym_end] = ACTIONS(3301), [sym_identifier] = ACTIONS(3299), [aux_sym_preproc_include_token1] = ACTIONS(3299), [aux_sym_preproc_def_token1] = ACTIONS(3299), [aux_sym_preproc_if_token1] = ACTIONS(3299), [aux_sym_preproc_ifdef_token1] = ACTIONS(3299), [aux_sym_preproc_ifdef_token2] = ACTIONS(3299), [sym_preproc_directive] = ACTIONS(3299), [anon_sym_LPAREN2] = ACTIONS(3301), [anon_sym_BANG] = ACTIONS(3301), [anon_sym_TILDE] = ACTIONS(3301), [anon_sym_DASH] = ACTIONS(3299), [anon_sym_PLUS] = ACTIONS(3299), [anon_sym_STAR] = ACTIONS(3301), [anon_sym_AMP_AMP] = ACTIONS(3301), [anon_sym_AMP] = ACTIONS(3299), [anon_sym_typedef] = ACTIONS(3299), [anon_sym_extern] = ACTIONS(3299), [anon_sym___attribute__] = ACTIONS(3299), [anon_sym_COLON_COLON] = ACTIONS(3301), [anon_sym_LBRACK_LBRACK] = ACTIONS(3301), [anon_sym___declspec] = ACTIONS(3299), [anon_sym___based] = ACTIONS(3299), [anon_sym___cdecl] = ACTIONS(3299), [anon_sym___clrcall] = ACTIONS(3299), [anon_sym___stdcall] = ACTIONS(3299), [anon_sym___fastcall] = ACTIONS(3299), [anon_sym___thiscall] = ACTIONS(3299), [anon_sym___vectorcall] = ACTIONS(3299), [anon_sym_LBRACE] = ACTIONS(3301), [anon_sym_signed] = ACTIONS(3299), [anon_sym_unsigned] = ACTIONS(3299), [anon_sym_long] = ACTIONS(3299), [anon_sym_short] = ACTIONS(3299), [anon_sym_LBRACK] = ACTIONS(3299), [anon_sym_static] = ACTIONS(3299), [anon_sym_register] = ACTIONS(3299), [anon_sym_inline] = ACTIONS(3299), [anon_sym_thread_local] = ACTIONS(3299), [anon_sym_const] = ACTIONS(3299), [anon_sym_constexpr] = ACTIONS(3299), [anon_sym_volatile] = ACTIONS(3299), [anon_sym_restrict] = ACTIONS(3299), [anon_sym___restrict__] = ACTIONS(3299), [anon_sym__Atomic] = ACTIONS(3299), [anon_sym__Noreturn] = ACTIONS(3299), [anon_sym_noreturn] = ACTIONS(3299), [anon_sym_mutable] = ACTIONS(3299), [anon_sym_constinit] = ACTIONS(3299), [anon_sym_consteval] = ACTIONS(3299), [sym_primitive_type] = ACTIONS(3299), [anon_sym_enum] = ACTIONS(3299), [anon_sym_class] = ACTIONS(3299), [anon_sym_struct] = ACTIONS(3299), [anon_sym_union] = ACTIONS(3299), [anon_sym_if] = ACTIONS(3299), [anon_sym_switch] = ACTIONS(3299), [anon_sym_case] = ACTIONS(3299), [anon_sym_default] = ACTIONS(3299), [anon_sym_while] = ACTIONS(3299), [anon_sym_do] = ACTIONS(3299), [anon_sym_for] = ACTIONS(3299), [anon_sym_return] = ACTIONS(3299), [anon_sym_break] = ACTIONS(3299), [anon_sym_continue] = ACTIONS(3299), [anon_sym_goto] = ACTIONS(3299), [anon_sym_not] = ACTIONS(3299), [anon_sym_compl] = ACTIONS(3299), [anon_sym_DASH_DASH] = ACTIONS(3301), [anon_sym_PLUS_PLUS] = ACTIONS(3301), [anon_sym_sizeof] = ACTIONS(3299), [anon_sym_offsetof] = ACTIONS(3299), [anon_sym__Generic] = ACTIONS(3299), [anon_sym_asm] = ACTIONS(3299), [anon_sym___asm__] = ACTIONS(3299), [sym_number_literal] = ACTIONS(3301), [anon_sym_L_SQUOTE] = ACTIONS(3301), [anon_sym_u_SQUOTE] = ACTIONS(3301), [anon_sym_U_SQUOTE] = ACTIONS(3301), [anon_sym_u8_SQUOTE] = ACTIONS(3301), [anon_sym_SQUOTE] = ACTIONS(3301), [anon_sym_L_DQUOTE] = ACTIONS(3301), [anon_sym_u_DQUOTE] = ACTIONS(3301), [anon_sym_U_DQUOTE] = ACTIONS(3301), [anon_sym_u8_DQUOTE] = ACTIONS(3301), [anon_sym_DQUOTE] = ACTIONS(3301), [sym_true] = ACTIONS(3299), [sym_false] = ACTIONS(3299), [anon_sym_NULL] = ACTIONS(3299), [anon_sym_nullptr] = ACTIONS(3299), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3299), [anon_sym_decltype] = ACTIONS(3299), [anon_sym_virtual] = ACTIONS(3299), [anon_sym_explicit] = ACTIONS(3299), [anon_sym_typename] = ACTIONS(3299), [anon_sym_template] = ACTIONS(3299), [anon_sym_operator] = ACTIONS(3299), [anon_sym_try] = ACTIONS(3299), [anon_sym_delete] = ACTIONS(3299), [anon_sym_throw] = ACTIONS(3299), [anon_sym_namespace] = ACTIONS(3299), [anon_sym_using] = ACTIONS(3299), [anon_sym_static_assert] = ACTIONS(3299), [anon_sym_concept] = ACTIONS(3299), [anon_sym_co_return] = ACTIONS(3299), [anon_sym_co_yield] = ACTIONS(3299), [anon_sym_R_DQUOTE] = ACTIONS(3301), [anon_sym_LR_DQUOTE] = ACTIONS(3301), [anon_sym_uR_DQUOTE] = ACTIONS(3301), [anon_sym_UR_DQUOTE] = ACTIONS(3301), [anon_sym_u8R_DQUOTE] = ACTIONS(3301), [anon_sym_co_await] = ACTIONS(3299), [anon_sym_new] = ACTIONS(3299), [anon_sym_requires] = ACTIONS(3299), [sym_this] = ACTIONS(3299), }, [1316] = { [ts_builtin_sym_end] = ACTIONS(3389), [sym_identifier] = ACTIONS(3387), [aux_sym_preproc_include_token1] = ACTIONS(3387), [aux_sym_preproc_def_token1] = ACTIONS(3387), [aux_sym_preproc_if_token1] = ACTIONS(3387), [aux_sym_preproc_ifdef_token1] = ACTIONS(3387), [aux_sym_preproc_ifdef_token2] = ACTIONS(3387), [sym_preproc_directive] = ACTIONS(3387), [anon_sym_LPAREN2] = ACTIONS(3389), [anon_sym_BANG] = ACTIONS(3389), [anon_sym_TILDE] = ACTIONS(3389), [anon_sym_DASH] = ACTIONS(3387), [anon_sym_PLUS] = ACTIONS(3387), [anon_sym_STAR] = ACTIONS(3389), [anon_sym_AMP_AMP] = ACTIONS(3389), [anon_sym_AMP] = ACTIONS(3387), [anon_sym_typedef] = ACTIONS(3387), [anon_sym_extern] = ACTIONS(3387), [anon_sym___attribute__] = ACTIONS(3387), [anon_sym_COLON_COLON] = ACTIONS(3389), [anon_sym_LBRACK_LBRACK] = ACTIONS(3389), [anon_sym___declspec] = ACTIONS(3387), [anon_sym___based] = ACTIONS(3387), [anon_sym___cdecl] = ACTIONS(3387), [anon_sym___clrcall] = ACTIONS(3387), [anon_sym___stdcall] = ACTIONS(3387), [anon_sym___fastcall] = ACTIONS(3387), [anon_sym___thiscall] = ACTIONS(3387), [anon_sym___vectorcall] = ACTIONS(3387), [anon_sym_LBRACE] = ACTIONS(3389), [anon_sym_signed] = ACTIONS(3387), [anon_sym_unsigned] = ACTIONS(3387), [anon_sym_long] = ACTIONS(3387), [anon_sym_short] = ACTIONS(3387), [anon_sym_LBRACK] = ACTIONS(3387), [anon_sym_static] = ACTIONS(3387), [anon_sym_register] = ACTIONS(3387), [anon_sym_inline] = ACTIONS(3387), [anon_sym_thread_local] = ACTIONS(3387), [anon_sym_const] = ACTIONS(3387), [anon_sym_constexpr] = ACTIONS(3387), [anon_sym_volatile] = ACTIONS(3387), [anon_sym_restrict] = ACTIONS(3387), [anon_sym___restrict__] = ACTIONS(3387), [anon_sym__Atomic] = ACTIONS(3387), [anon_sym__Noreturn] = ACTIONS(3387), [anon_sym_noreturn] = ACTIONS(3387), [anon_sym_mutable] = ACTIONS(3387), [anon_sym_constinit] = ACTIONS(3387), [anon_sym_consteval] = ACTIONS(3387), [sym_primitive_type] = ACTIONS(3387), [anon_sym_enum] = ACTIONS(3387), [anon_sym_class] = ACTIONS(3387), [anon_sym_struct] = ACTIONS(3387), [anon_sym_union] = ACTIONS(3387), [anon_sym_if] = ACTIONS(3387), [anon_sym_switch] = ACTIONS(3387), [anon_sym_case] = ACTIONS(3387), [anon_sym_default] = ACTIONS(3387), [anon_sym_while] = ACTIONS(3387), [anon_sym_do] = ACTIONS(3387), [anon_sym_for] = ACTIONS(3387), [anon_sym_return] = ACTIONS(3387), [anon_sym_break] = ACTIONS(3387), [anon_sym_continue] = ACTIONS(3387), [anon_sym_goto] = ACTIONS(3387), [anon_sym_not] = ACTIONS(3387), [anon_sym_compl] = ACTIONS(3387), [anon_sym_DASH_DASH] = ACTIONS(3389), [anon_sym_PLUS_PLUS] = ACTIONS(3389), [anon_sym_sizeof] = ACTIONS(3387), [anon_sym_offsetof] = ACTIONS(3387), [anon_sym__Generic] = ACTIONS(3387), [anon_sym_asm] = ACTIONS(3387), [anon_sym___asm__] = ACTIONS(3387), [sym_number_literal] = ACTIONS(3389), [anon_sym_L_SQUOTE] = ACTIONS(3389), [anon_sym_u_SQUOTE] = ACTIONS(3389), [anon_sym_U_SQUOTE] = ACTIONS(3389), [anon_sym_u8_SQUOTE] = ACTIONS(3389), [anon_sym_SQUOTE] = ACTIONS(3389), [anon_sym_L_DQUOTE] = ACTIONS(3389), [anon_sym_u_DQUOTE] = ACTIONS(3389), [anon_sym_U_DQUOTE] = ACTIONS(3389), [anon_sym_u8_DQUOTE] = ACTIONS(3389), [anon_sym_DQUOTE] = ACTIONS(3389), [sym_true] = ACTIONS(3387), [sym_false] = ACTIONS(3387), [anon_sym_NULL] = ACTIONS(3387), [anon_sym_nullptr] = ACTIONS(3387), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3387), [anon_sym_decltype] = ACTIONS(3387), [anon_sym_virtual] = ACTIONS(3387), [anon_sym_explicit] = ACTIONS(3387), [anon_sym_typename] = ACTIONS(3387), [anon_sym_template] = ACTIONS(3387), [anon_sym_operator] = ACTIONS(3387), [anon_sym_try] = ACTIONS(3387), [anon_sym_delete] = ACTIONS(3387), [anon_sym_throw] = ACTIONS(3387), [anon_sym_namespace] = ACTIONS(3387), [anon_sym_using] = ACTIONS(3387), [anon_sym_static_assert] = ACTIONS(3387), [anon_sym_concept] = ACTIONS(3387), [anon_sym_co_return] = ACTIONS(3387), [anon_sym_co_yield] = ACTIONS(3387), [anon_sym_R_DQUOTE] = ACTIONS(3389), [anon_sym_LR_DQUOTE] = ACTIONS(3389), [anon_sym_uR_DQUOTE] = ACTIONS(3389), [anon_sym_UR_DQUOTE] = ACTIONS(3389), [anon_sym_u8R_DQUOTE] = ACTIONS(3389), [anon_sym_co_await] = ACTIONS(3387), [anon_sym_new] = ACTIONS(3387), [anon_sym_requires] = ACTIONS(3387), [sym_this] = ACTIONS(3387), }, [1317] = { [ts_builtin_sym_end] = ACTIONS(3385), [sym_identifier] = ACTIONS(3383), [aux_sym_preproc_include_token1] = ACTIONS(3383), [aux_sym_preproc_def_token1] = ACTIONS(3383), [aux_sym_preproc_if_token1] = ACTIONS(3383), [aux_sym_preproc_ifdef_token1] = ACTIONS(3383), [aux_sym_preproc_ifdef_token2] = ACTIONS(3383), [sym_preproc_directive] = ACTIONS(3383), [anon_sym_LPAREN2] = ACTIONS(3385), [anon_sym_BANG] = ACTIONS(3385), [anon_sym_TILDE] = ACTIONS(3385), [anon_sym_DASH] = ACTIONS(3383), [anon_sym_PLUS] = ACTIONS(3383), [anon_sym_STAR] = ACTIONS(3385), [anon_sym_AMP_AMP] = ACTIONS(3385), [anon_sym_AMP] = ACTIONS(3383), [anon_sym_typedef] = ACTIONS(3383), [anon_sym_extern] = ACTIONS(3383), [anon_sym___attribute__] = ACTIONS(3383), [anon_sym_COLON_COLON] = ACTIONS(3385), [anon_sym_LBRACK_LBRACK] = ACTIONS(3385), [anon_sym___declspec] = ACTIONS(3383), [anon_sym___based] = ACTIONS(3383), [anon_sym___cdecl] = ACTIONS(3383), [anon_sym___clrcall] = ACTIONS(3383), [anon_sym___stdcall] = ACTIONS(3383), [anon_sym___fastcall] = ACTIONS(3383), [anon_sym___thiscall] = ACTIONS(3383), [anon_sym___vectorcall] = ACTIONS(3383), [anon_sym_LBRACE] = ACTIONS(3385), [anon_sym_signed] = ACTIONS(3383), [anon_sym_unsigned] = ACTIONS(3383), [anon_sym_long] = ACTIONS(3383), [anon_sym_short] = ACTIONS(3383), [anon_sym_LBRACK] = ACTIONS(3383), [anon_sym_static] = ACTIONS(3383), [anon_sym_register] = ACTIONS(3383), [anon_sym_inline] = ACTIONS(3383), [anon_sym_thread_local] = ACTIONS(3383), [anon_sym_const] = ACTIONS(3383), [anon_sym_constexpr] = ACTIONS(3383), [anon_sym_volatile] = ACTIONS(3383), [anon_sym_restrict] = ACTIONS(3383), [anon_sym___restrict__] = ACTIONS(3383), [anon_sym__Atomic] = ACTIONS(3383), [anon_sym__Noreturn] = ACTIONS(3383), [anon_sym_noreturn] = ACTIONS(3383), [anon_sym_mutable] = ACTIONS(3383), [anon_sym_constinit] = ACTIONS(3383), [anon_sym_consteval] = ACTIONS(3383), [sym_primitive_type] = ACTIONS(3383), [anon_sym_enum] = ACTIONS(3383), [anon_sym_class] = ACTIONS(3383), [anon_sym_struct] = ACTIONS(3383), [anon_sym_union] = ACTIONS(3383), [anon_sym_if] = ACTIONS(3383), [anon_sym_switch] = ACTIONS(3383), [anon_sym_case] = ACTIONS(3383), [anon_sym_default] = ACTIONS(3383), [anon_sym_while] = ACTIONS(3383), [anon_sym_do] = ACTIONS(3383), [anon_sym_for] = ACTIONS(3383), [anon_sym_return] = ACTIONS(3383), [anon_sym_break] = ACTIONS(3383), [anon_sym_continue] = ACTIONS(3383), [anon_sym_goto] = ACTIONS(3383), [anon_sym_not] = ACTIONS(3383), [anon_sym_compl] = ACTIONS(3383), [anon_sym_DASH_DASH] = ACTIONS(3385), [anon_sym_PLUS_PLUS] = ACTIONS(3385), [anon_sym_sizeof] = ACTIONS(3383), [anon_sym_offsetof] = ACTIONS(3383), [anon_sym__Generic] = ACTIONS(3383), [anon_sym_asm] = ACTIONS(3383), [anon_sym___asm__] = ACTIONS(3383), [sym_number_literal] = ACTIONS(3385), [anon_sym_L_SQUOTE] = ACTIONS(3385), [anon_sym_u_SQUOTE] = ACTIONS(3385), [anon_sym_U_SQUOTE] = ACTIONS(3385), [anon_sym_u8_SQUOTE] = ACTIONS(3385), [anon_sym_SQUOTE] = ACTIONS(3385), [anon_sym_L_DQUOTE] = ACTIONS(3385), [anon_sym_u_DQUOTE] = ACTIONS(3385), [anon_sym_U_DQUOTE] = ACTIONS(3385), [anon_sym_u8_DQUOTE] = ACTIONS(3385), [anon_sym_DQUOTE] = ACTIONS(3385), [sym_true] = ACTIONS(3383), [sym_false] = ACTIONS(3383), [anon_sym_NULL] = ACTIONS(3383), [anon_sym_nullptr] = ACTIONS(3383), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3383), [anon_sym_decltype] = ACTIONS(3383), [anon_sym_virtual] = ACTIONS(3383), [anon_sym_explicit] = ACTIONS(3383), [anon_sym_typename] = ACTIONS(3383), [anon_sym_template] = ACTIONS(3383), [anon_sym_operator] = ACTIONS(3383), [anon_sym_try] = ACTIONS(3383), [anon_sym_delete] = ACTIONS(3383), [anon_sym_throw] = ACTIONS(3383), [anon_sym_namespace] = ACTIONS(3383), [anon_sym_using] = ACTIONS(3383), [anon_sym_static_assert] = ACTIONS(3383), [anon_sym_concept] = ACTIONS(3383), [anon_sym_co_return] = ACTIONS(3383), [anon_sym_co_yield] = ACTIONS(3383), [anon_sym_R_DQUOTE] = ACTIONS(3385), [anon_sym_LR_DQUOTE] = ACTIONS(3385), [anon_sym_uR_DQUOTE] = ACTIONS(3385), [anon_sym_UR_DQUOTE] = ACTIONS(3385), [anon_sym_u8R_DQUOTE] = ACTIONS(3385), [anon_sym_co_await] = ACTIONS(3383), [anon_sym_new] = ACTIONS(3383), [anon_sym_requires] = ACTIONS(3383), [sym_this] = ACTIONS(3383), }, [1318] = { [ts_builtin_sym_end] = ACTIONS(3427), [sym_identifier] = ACTIONS(3425), [aux_sym_preproc_include_token1] = ACTIONS(3425), [aux_sym_preproc_def_token1] = ACTIONS(3425), [aux_sym_preproc_if_token1] = ACTIONS(3425), [aux_sym_preproc_ifdef_token1] = ACTIONS(3425), [aux_sym_preproc_ifdef_token2] = ACTIONS(3425), [sym_preproc_directive] = ACTIONS(3425), [anon_sym_LPAREN2] = ACTIONS(3427), [anon_sym_BANG] = ACTIONS(3427), [anon_sym_TILDE] = ACTIONS(3427), [anon_sym_DASH] = ACTIONS(3425), [anon_sym_PLUS] = ACTIONS(3425), [anon_sym_STAR] = ACTIONS(3427), [anon_sym_AMP_AMP] = ACTIONS(3427), [anon_sym_AMP] = ACTIONS(3425), [anon_sym_typedef] = ACTIONS(3425), [anon_sym_extern] = ACTIONS(3425), [anon_sym___attribute__] = ACTIONS(3425), [anon_sym_COLON_COLON] = ACTIONS(3427), [anon_sym_LBRACK_LBRACK] = ACTIONS(3427), [anon_sym___declspec] = ACTIONS(3425), [anon_sym___based] = ACTIONS(3425), [anon_sym___cdecl] = ACTIONS(3425), [anon_sym___clrcall] = ACTIONS(3425), [anon_sym___stdcall] = ACTIONS(3425), [anon_sym___fastcall] = ACTIONS(3425), [anon_sym___thiscall] = ACTIONS(3425), [anon_sym___vectorcall] = ACTIONS(3425), [anon_sym_LBRACE] = ACTIONS(3427), [anon_sym_signed] = ACTIONS(3425), [anon_sym_unsigned] = ACTIONS(3425), [anon_sym_long] = ACTIONS(3425), [anon_sym_short] = ACTIONS(3425), [anon_sym_LBRACK] = ACTIONS(3425), [anon_sym_static] = ACTIONS(3425), [anon_sym_register] = ACTIONS(3425), [anon_sym_inline] = ACTIONS(3425), [anon_sym_thread_local] = ACTIONS(3425), [anon_sym_const] = ACTIONS(3425), [anon_sym_constexpr] = ACTIONS(3425), [anon_sym_volatile] = ACTIONS(3425), [anon_sym_restrict] = ACTIONS(3425), [anon_sym___restrict__] = ACTIONS(3425), [anon_sym__Atomic] = ACTIONS(3425), [anon_sym__Noreturn] = ACTIONS(3425), [anon_sym_noreturn] = ACTIONS(3425), [anon_sym_mutable] = ACTIONS(3425), [anon_sym_constinit] = ACTIONS(3425), [anon_sym_consteval] = ACTIONS(3425), [sym_primitive_type] = ACTIONS(3425), [anon_sym_enum] = ACTIONS(3425), [anon_sym_class] = ACTIONS(3425), [anon_sym_struct] = ACTIONS(3425), [anon_sym_union] = ACTIONS(3425), [anon_sym_if] = ACTIONS(3425), [anon_sym_switch] = ACTIONS(3425), [anon_sym_case] = ACTIONS(3425), [anon_sym_default] = ACTIONS(3425), [anon_sym_while] = ACTIONS(3425), [anon_sym_do] = ACTIONS(3425), [anon_sym_for] = ACTIONS(3425), [anon_sym_return] = ACTIONS(3425), [anon_sym_break] = ACTIONS(3425), [anon_sym_continue] = ACTIONS(3425), [anon_sym_goto] = ACTIONS(3425), [anon_sym_not] = ACTIONS(3425), [anon_sym_compl] = ACTIONS(3425), [anon_sym_DASH_DASH] = ACTIONS(3427), [anon_sym_PLUS_PLUS] = ACTIONS(3427), [anon_sym_sizeof] = ACTIONS(3425), [anon_sym_offsetof] = ACTIONS(3425), [anon_sym__Generic] = ACTIONS(3425), [anon_sym_asm] = ACTIONS(3425), [anon_sym___asm__] = ACTIONS(3425), [sym_number_literal] = ACTIONS(3427), [anon_sym_L_SQUOTE] = ACTIONS(3427), [anon_sym_u_SQUOTE] = ACTIONS(3427), [anon_sym_U_SQUOTE] = ACTIONS(3427), [anon_sym_u8_SQUOTE] = ACTIONS(3427), [anon_sym_SQUOTE] = ACTIONS(3427), [anon_sym_L_DQUOTE] = ACTIONS(3427), [anon_sym_u_DQUOTE] = ACTIONS(3427), [anon_sym_U_DQUOTE] = ACTIONS(3427), [anon_sym_u8_DQUOTE] = ACTIONS(3427), [anon_sym_DQUOTE] = ACTIONS(3427), [sym_true] = ACTIONS(3425), [sym_false] = ACTIONS(3425), [anon_sym_NULL] = ACTIONS(3425), [anon_sym_nullptr] = ACTIONS(3425), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3425), [anon_sym_decltype] = ACTIONS(3425), [anon_sym_virtual] = ACTIONS(3425), [anon_sym_explicit] = ACTIONS(3425), [anon_sym_typename] = ACTIONS(3425), [anon_sym_template] = ACTIONS(3425), [anon_sym_operator] = ACTIONS(3425), [anon_sym_try] = ACTIONS(3425), [anon_sym_delete] = ACTIONS(3425), [anon_sym_throw] = ACTIONS(3425), [anon_sym_namespace] = ACTIONS(3425), [anon_sym_using] = ACTIONS(3425), [anon_sym_static_assert] = ACTIONS(3425), [anon_sym_concept] = ACTIONS(3425), [anon_sym_co_return] = ACTIONS(3425), [anon_sym_co_yield] = ACTIONS(3425), [anon_sym_R_DQUOTE] = ACTIONS(3427), [anon_sym_LR_DQUOTE] = ACTIONS(3427), [anon_sym_uR_DQUOTE] = ACTIONS(3427), [anon_sym_UR_DQUOTE] = ACTIONS(3427), [anon_sym_u8R_DQUOTE] = ACTIONS(3427), [anon_sym_co_await] = ACTIONS(3425), [anon_sym_new] = ACTIONS(3425), [anon_sym_requires] = ACTIONS(3425), [sym_this] = ACTIONS(3425), }, [1319] = { [ts_builtin_sym_end] = ACTIONS(3351), [sym_identifier] = ACTIONS(3349), [aux_sym_preproc_include_token1] = ACTIONS(3349), [aux_sym_preproc_def_token1] = ACTIONS(3349), [aux_sym_preproc_if_token1] = ACTIONS(3349), [aux_sym_preproc_ifdef_token1] = ACTIONS(3349), [aux_sym_preproc_ifdef_token2] = ACTIONS(3349), [sym_preproc_directive] = ACTIONS(3349), [anon_sym_LPAREN2] = ACTIONS(3351), [anon_sym_BANG] = ACTIONS(3351), [anon_sym_TILDE] = ACTIONS(3351), [anon_sym_DASH] = ACTIONS(3349), [anon_sym_PLUS] = ACTIONS(3349), [anon_sym_STAR] = ACTIONS(3351), [anon_sym_AMP_AMP] = ACTIONS(3351), [anon_sym_AMP] = ACTIONS(3349), [anon_sym_typedef] = ACTIONS(3349), [anon_sym_extern] = ACTIONS(3349), [anon_sym___attribute__] = ACTIONS(3349), [anon_sym_COLON_COLON] = ACTIONS(3351), [anon_sym_LBRACK_LBRACK] = ACTIONS(3351), [anon_sym___declspec] = ACTIONS(3349), [anon_sym___based] = ACTIONS(3349), [anon_sym___cdecl] = ACTIONS(3349), [anon_sym___clrcall] = ACTIONS(3349), [anon_sym___stdcall] = ACTIONS(3349), [anon_sym___fastcall] = ACTIONS(3349), [anon_sym___thiscall] = ACTIONS(3349), [anon_sym___vectorcall] = ACTIONS(3349), [anon_sym_LBRACE] = ACTIONS(3351), [anon_sym_signed] = ACTIONS(3349), [anon_sym_unsigned] = ACTIONS(3349), [anon_sym_long] = ACTIONS(3349), [anon_sym_short] = ACTIONS(3349), [anon_sym_LBRACK] = ACTIONS(3349), [anon_sym_static] = ACTIONS(3349), [anon_sym_register] = ACTIONS(3349), [anon_sym_inline] = ACTIONS(3349), [anon_sym_thread_local] = ACTIONS(3349), [anon_sym_const] = ACTIONS(3349), [anon_sym_constexpr] = ACTIONS(3349), [anon_sym_volatile] = ACTIONS(3349), [anon_sym_restrict] = ACTIONS(3349), [anon_sym___restrict__] = ACTIONS(3349), [anon_sym__Atomic] = ACTIONS(3349), [anon_sym__Noreturn] = ACTIONS(3349), [anon_sym_noreturn] = ACTIONS(3349), [anon_sym_mutable] = ACTIONS(3349), [anon_sym_constinit] = ACTIONS(3349), [anon_sym_consteval] = ACTIONS(3349), [sym_primitive_type] = ACTIONS(3349), [anon_sym_enum] = ACTIONS(3349), [anon_sym_class] = ACTIONS(3349), [anon_sym_struct] = ACTIONS(3349), [anon_sym_union] = ACTIONS(3349), [anon_sym_if] = ACTIONS(3349), [anon_sym_switch] = ACTIONS(3349), [anon_sym_case] = ACTIONS(3349), [anon_sym_default] = ACTIONS(3349), [anon_sym_while] = ACTIONS(3349), [anon_sym_do] = ACTIONS(3349), [anon_sym_for] = ACTIONS(3349), [anon_sym_return] = ACTIONS(3349), [anon_sym_break] = ACTIONS(3349), [anon_sym_continue] = ACTIONS(3349), [anon_sym_goto] = ACTIONS(3349), [anon_sym_not] = ACTIONS(3349), [anon_sym_compl] = ACTIONS(3349), [anon_sym_DASH_DASH] = ACTIONS(3351), [anon_sym_PLUS_PLUS] = ACTIONS(3351), [anon_sym_sizeof] = ACTIONS(3349), [anon_sym_offsetof] = ACTIONS(3349), [anon_sym__Generic] = ACTIONS(3349), [anon_sym_asm] = ACTIONS(3349), [anon_sym___asm__] = ACTIONS(3349), [sym_number_literal] = ACTIONS(3351), [anon_sym_L_SQUOTE] = ACTIONS(3351), [anon_sym_u_SQUOTE] = ACTIONS(3351), [anon_sym_U_SQUOTE] = ACTIONS(3351), [anon_sym_u8_SQUOTE] = ACTIONS(3351), [anon_sym_SQUOTE] = ACTIONS(3351), [anon_sym_L_DQUOTE] = ACTIONS(3351), [anon_sym_u_DQUOTE] = ACTIONS(3351), [anon_sym_U_DQUOTE] = ACTIONS(3351), [anon_sym_u8_DQUOTE] = ACTIONS(3351), [anon_sym_DQUOTE] = ACTIONS(3351), [sym_true] = ACTIONS(3349), [sym_false] = ACTIONS(3349), [anon_sym_NULL] = ACTIONS(3349), [anon_sym_nullptr] = ACTIONS(3349), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3349), [anon_sym_decltype] = ACTIONS(3349), [anon_sym_virtual] = ACTIONS(3349), [anon_sym_explicit] = ACTIONS(3349), [anon_sym_typename] = ACTIONS(3349), [anon_sym_template] = ACTIONS(3349), [anon_sym_operator] = ACTIONS(3349), [anon_sym_try] = ACTIONS(3349), [anon_sym_delete] = ACTIONS(3349), [anon_sym_throw] = ACTIONS(3349), [anon_sym_namespace] = ACTIONS(3349), [anon_sym_using] = ACTIONS(3349), [anon_sym_static_assert] = ACTIONS(3349), [anon_sym_concept] = ACTIONS(3349), [anon_sym_co_return] = ACTIONS(3349), [anon_sym_co_yield] = ACTIONS(3349), [anon_sym_R_DQUOTE] = ACTIONS(3351), [anon_sym_LR_DQUOTE] = ACTIONS(3351), [anon_sym_uR_DQUOTE] = ACTIONS(3351), [anon_sym_UR_DQUOTE] = ACTIONS(3351), [anon_sym_u8R_DQUOTE] = ACTIONS(3351), [anon_sym_co_await] = ACTIONS(3349), [anon_sym_new] = ACTIONS(3349), [anon_sym_requires] = ACTIONS(3349), [sym_this] = ACTIONS(3349), }, [1320] = { [ts_builtin_sym_end] = ACTIONS(3186), [sym_identifier] = ACTIONS(3184), [aux_sym_preproc_include_token1] = ACTIONS(3184), [aux_sym_preproc_def_token1] = ACTIONS(3184), [aux_sym_preproc_if_token1] = ACTIONS(3184), [aux_sym_preproc_ifdef_token1] = ACTIONS(3184), [aux_sym_preproc_ifdef_token2] = ACTIONS(3184), [sym_preproc_directive] = ACTIONS(3184), [anon_sym_LPAREN2] = ACTIONS(3186), [anon_sym_BANG] = ACTIONS(3186), [anon_sym_TILDE] = ACTIONS(3186), [anon_sym_DASH] = ACTIONS(3184), [anon_sym_PLUS] = ACTIONS(3184), [anon_sym_STAR] = ACTIONS(3186), [anon_sym_AMP_AMP] = ACTIONS(3186), [anon_sym_AMP] = ACTIONS(3184), [anon_sym_typedef] = ACTIONS(3184), [anon_sym_extern] = ACTIONS(3184), [anon_sym___attribute__] = ACTIONS(3184), [anon_sym_COLON_COLON] = ACTIONS(3186), [anon_sym_LBRACK_LBRACK] = ACTIONS(3186), [anon_sym___declspec] = ACTIONS(3184), [anon_sym___based] = ACTIONS(3184), [anon_sym___cdecl] = ACTIONS(3184), [anon_sym___clrcall] = ACTIONS(3184), [anon_sym___stdcall] = ACTIONS(3184), [anon_sym___fastcall] = ACTIONS(3184), [anon_sym___thiscall] = ACTIONS(3184), [anon_sym___vectorcall] = ACTIONS(3184), [anon_sym_LBRACE] = ACTIONS(3186), [anon_sym_signed] = ACTIONS(3184), [anon_sym_unsigned] = ACTIONS(3184), [anon_sym_long] = ACTIONS(3184), [anon_sym_short] = ACTIONS(3184), [anon_sym_LBRACK] = ACTIONS(3184), [anon_sym_static] = ACTIONS(3184), [anon_sym_register] = ACTIONS(3184), [anon_sym_inline] = ACTIONS(3184), [anon_sym_thread_local] = ACTIONS(3184), [anon_sym_const] = ACTIONS(3184), [anon_sym_constexpr] = ACTIONS(3184), [anon_sym_volatile] = ACTIONS(3184), [anon_sym_restrict] = ACTIONS(3184), [anon_sym___restrict__] = ACTIONS(3184), [anon_sym__Atomic] = ACTIONS(3184), [anon_sym__Noreturn] = ACTIONS(3184), [anon_sym_noreturn] = ACTIONS(3184), [anon_sym_mutable] = ACTIONS(3184), [anon_sym_constinit] = ACTIONS(3184), [anon_sym_consteval] = ACTIONS(3184), [sym_primitive_type] = ACTIONS(3184), [anon_sym_enum] = ACTIONS(3184), [anon_sym_class] = ACTIONS(3184), [anon_sym_struct] = ACTIONS(3184), [anon_sym_union] = ACTIONS(3184), [anon_sym_if] = ACTIONS(3184), [anon_sym_switch] = ACTIONS(3184), [anon_sym_case] = ACTIONS(3184), [anon_sym_default] = ACTIONS(3184), [anon_sym_while] = ACTIONS(3184), [anon_sym_do] = ACTIONS(3184), [anon_sym_for] = ACTIONS(3184), [anon_sym_return] = ACTIONS(3184), [anon_sym_break] = ACTIONS(3184), [anon_sym_continue] = ACTIONS(3184), [anon_sym_goto] = ACTIONS(3184), [anon_sym_not] = ACTIONS(3184), [anon_sym_compl] = ACTIONS(3184), [anon_sym_DASH_DASH] = ACTIONS(3186), [anon_sym_PLUS_PLUS] = ACTIONS(3186), [anon_sym_sizeof] = ACTIONS(3184), [anon_sym_offsetof] = ACTIONS(3184), [anon_sym__Generic] = ACTIONS(3184), [anon_sym_asm] = ACTIONS(3184), [anon_sym___asm__] = ACTIONS(3184), [sym_number_literal] = ACTIONS(3186), [anon_sym_L_SQUOTE] = ACTIONS(3186), [anon_sym_u_SQUOTE] = ACTIONS(3186), [anon_sym_U_SQUOTE] = ACTIONS(3186), [anon_sym_u8_SQUOTE] = ACTIONS(3186), [anon_sym_SQUOTE] = ACTIONS(3186), [anon_sym_L_DQUOTE] = ACTIONS(3186), [anon_sym_u_DQUOTE] = ACTIONS(3186), [anon_sym_U_DQUOTE] = ACTIONS(3186), [anon_sym_u8_DQUOTE] = ACTIONS(3186), [anon_sym_DQUOTE] = ACTIONS(3186), [sym_true] = ACTIONS(3184), [sym_false] = ACTIONS(3184), [anon_sym_NULL] = ACTIONS(3184), [anon_sym_nullptr] = ACTIONS(3184), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3184), [anon_sym_decltype] = ACTIONS(3184), [anon_sym_virtual] = ACTIONS(3184), [anon_sym_explicit] = ACTIONS(3184), [anon_sym_typename] = ACTIONS(3184), [anon_sym_template] = ACTIONS(3184), [anon_sym_operator] = ACTIONS(3184), [anon_sym_try] = ACTIONS(3184), [anon_sym_delete] = ACTIONS(3184), [anon_sym_throw] = ACTIONS(3184), [anon_sym_namespace] = ACTIONS(3184), [anon_sym_using] = ACTIONS(3184), [anon_sym_static_assert] = ACTIONS(3184), [anon_sym_concept] = ACTIONS(3184), [anon_sym_co_return] = ACTIONS(3184), [anon_sym_co_yield] = ACTIONS(3184), [anon_sym_R_DQUOTE] = ACTIONS(3186), [anon_sym_LR_DQUOTE] = ACTIONS(3186), [anon_sym_uR_DQUOTE] = ACTIONS(3186), [anon_sym_UR_DQUOTE] = ACTIONS(3186), [anon_sym_u8R_DQUOTE] = ACTIONS(3186), [anon_sym_co_await] = ACTIONS(3184), [anon_sym_new] = ACTIONS(3184), [anon_sym_requires] = ACTIONS(3184), [sym_this] = ACTIONS(3184), }, [1321] = { [ts_builtin_sym_end] = ACTIONS(3369), [sym_identifier] = ACTIONS(3367), [aux_sym_preproc_include_token1] = ACTIONS(3367), [aux_sym_preproc_def_token1] = ACTIONS(3367), [aux_sym_preproc_if_token1] = ACTIONS(3367), [aux_sym_preproc_ifdef_token1] = ACTIONS(3367), [aux_sym_preproc_ifdef_token2] = ACTIONS(3367), [sym_preproc_directive] = ACTIONS(3367), [anon_sym_LPAREN2] = ACTIONS(3369), [anon_sym_BANG] = ACTIONS(3369), [anon_sym_TILDE] = ACTIONS(3369), [anon_sym_DASH] = ACTIONS(3367), [anon_sym_PLUS] = ACTIONS(3367), [anon_sym_STAR] = ACTIONS(3369), [anon_sym_AMP_AMP] = ACTIONS(3369), [anon_sym_AMP] = ACTIONS(3367), [anon_sym_typedef] = ACTIONS(3367), [anon_sym_extern] = ACTIONS(3367), [anon_sym___attribute__] = ACTIONS(3367), [anon_sym_COLON_COLON] = ACTIONS(3369), [anon_sym_LBRACK_LBRACK] = ACTIONS(3369), [anon_sym___declspec] = ACTIONS(3367), [anon_sym___based] = ACTIONS(3367), [anon_sym___cdecl] = ACTIONS(3367), [anon_sym___clrcall] = ACTIONS(3367), [anon_sym___stdcall] = ACTIONS(3367), [anon_sym___fastcall] = ACTIONS(3367), [anon_sym___thiscall] = ACTIONS(3367), [anon_sym___vectorcall] = ACTIONS(3367), [anon_sym_LBRACE] = ACTIONS(3369), [anon_sym_signed] = ACTIONS(3367), [anon_sym_unsigned] = ACTIONS(3367), [anon_sym_long] = ACTIONS(3367), [anon_sym_short] = ACTIONS(3367), [anon_sym_LBRACK] = ACTIONS(3367), [anon_sym_static] = ACTIONS(3367), [anon_sym_register] = ACTIONS(3367), [anon_sym_inline] = ACTIONS(3367), [anon_sym_thread_local] = ACTIONS(3367), [anon_sym_const] = ACTIONS(3367), [anon_sym_constexpr] = ACTIONS(3367), [anon_sym_volatile] = ACTIONS(3367), [anon_sym_restrict] = ACTIONS(3367), [anon_sym___restrict__] = ACTIONS(3367), [anon_sym__Atomic] = ACTIONS(3367), [anon_sym__Noreturn] = ACTIONS(3367), [anon_sym_noreturn] = ACTIONS(3367), [anon_sym_mutable] = ACTIONS(3367), [anon_sym_constinit] = ACTIONS(3367), [anon_sym_consteval] = ACTIONS(3367), [sym_primitive_type] = ACTIONS(3367), [anon_sym_enum] = ACTIONS(3367), [anon_sym_class] = ACTIONS(3367), [anon_sym_struct] = ACTIONS(3367), [anon_sym_union] = ACTIONS(3367), [anon_sym_if] = ACTIONS(3367), [anon_sym_switch] = ACTIONS(3367), [anon_sym_case] = ACTIONS(3367), [anon_sym_default] = ACTIONS(3367), [anon_sym_while] = ACTIONS(3367), [anon_sym_do] = ACTIONS(3367), [anon_sym_for] = ACTIONS(3367), [anon_sym_return] = ACTIONS(3367), [anon_sym_break] = ACTIONS(3367), [anon_sym_continue] = ACTIONS(3367), [anon_sym_goto] = ACTIONS(3367), [anon_sym_not] = ACTIONS(3367), [anon_sym_compl] = ACTIONS(3367), [anon_sym_DASH_DASH] = ACTIONS(3369), [anon_sym_PLUS_PLUS] = ACTIONS(3369), [anon_sym_sizeof] = ACTIONS(3367), [anon_sym_offsetof] = ACTIONS(3367), [anon_sym__Generic] = ACTIONS(3367), [anon_sym_asm] = ACTIONS(3367), [anon_sym___asm__] = ACTIONS(3367), [sym_number_literal] = ACTIONS(3369), [anon_sym_L_SQUOTE] = ACTIONS(3369), [anon_sym_u_SQUOTE] = ACTIONS(3369), [anon_sym_U_SQUOTE] = ACTIONS(3369), [anon_sym_u8_SQUOTE] = ACTIONS(3369), [anon_sym_SQUOTE] = ACTIONS(3369), [anon_sym_L_DQUOTE] = ACTIONS(3369), [anon_sym_u_DQUOTE] = ACTIONS(3369), [anon_sym_U_DQUOTE] = ACTIONS(3369), [anon_sym_u8_DQUOTE] = ACTIONS(3369), [anon_sym_DQUOTE] = ACTIONS(3369), [sym_true] = ACTIONS(3367), [sym_false] = ACTIONS(3367), [anon_sym_NULL] = ACTIONS(3367), [anon_sym_nullptr] = ACTIONS(3367), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3367), [anon_sym_decltype] = ACTIONS(3367), [anon_sym_virtual] = ACTIONS(3367), [anon_sym_explicit] = ACTIONS(3367), [anon_sym_typename] = ACTIONS(3367), [anon_sym_template] = ACTIONS(3367), [anon_sym_operator] = ACTIONS(3367), [anon_sym_try] = ACTIONS(3367), [anon_sym_delete] = ACTIONS(3367), [anon_sym_throw] = ACTIONS(3367), [anon_sym_namespace] = ACTIONS(3367), [anon_sym_using] = ACTIONS(3367), [anon_sym_static_assert] = ACTIONS(3367), [anon_sym_concept] = ACTIONS(3367), [anon_sym_co_return] = ACTIONS(3367), [anon_sym_co_yield] = ACTIONS(3367), [anon_sym_R_DQUOTE] = ACTIONS(3369), [anon_sym_LR_DQUOTE] = ACTIONS(3369), [anon_sym_uR_DQUOTE] = ACTIONS(3369), [anon_sym_UR_DQUOTE] = ACTIONS(3369), [anon_sym_u8R_DQUOTE] = ACTIONS(3369), [anon_sym_co_await] = ACTIONS(3367), [anon_sym_new] = ACTIONS(3367), [anon_sym_requires] = ACTIONS(3367), [sym_this] = ACTIONS(3367), }, [1322] = { [ts_builtin_sym_end] = ACTIONS(3283), [sym_identifier] = ACTIONS(3281), [aux_sym_preproc_include_token1] = ACTIONS(3281), [aux_sym_preproc_def_token1] = ACTIONS(3281), [aux_sym_preproc_if_token1] = ACTIONS(3281), [aux_sym_preproc_ifdef_token1] = ACTIONS(3281), [aux_sym_preproc_ifdef_token2] = ACTIONS(3281), [sym_preproc_directive] = ACTIONS(3281), [anon_sym_LPAREN2] = ACTIONS(3283), [anon_sym_BANG] = ACTIONS(3283), [anon_sym_TILDE] = ACTIONS(3283), [anon_sym_DASH] = ACTIONS(3281), [anon_sym_PLUS] = ACTIONS(3281), [anon_sym_STAR] = ACTIONS(3283), [anon_sym_AMP_AMP] = ACTIONS(3283), [anon_sym_AMP] = ACTIONS(3281), [anon_sym_typedef] = ACTIONS(3281), [anon_sym_extern] = ACTIONS(3281), [anon_sym___attribute__] = ACTIONS(3281), [anon_sym_COLON_COLON] = ACTIONS(3283), [anon_sym_LBRACK_LBRACK] = ACTIONS(3283), [anon_sym___declspec] = ACTIONS(3281), [anon_sym___based] = ACTIONS(3281), [anon_sym___cdecl] = ACTIONS(3281), [anon_sym___clrcall] = ACTIONS(3281), [anon_sym___stdcall] = ACTIONS(3281), [anon_sym___fastcall] = ACTIONS(3281), [anon_sym___thiscall] = ACTIONS(3281), [anon_sym___vectorcall] = ACTIONS(3281), [anon_sym_LBRACE] = ACTIONS(3283), [anon_sym_signed] = ACTIONS(3281), [anon_sym_unsigned] = ACTIONS(3281), [anon_sym_long] = ACTIONS(3281), [anon_sym_short] = ACTIONS(3281), [anon_sym_LBRACK] = ACTIONS(3281), [anon_sym_static] = ACTIONS(3281), [anon_sym_register] = ACTIONS(3281), [anon_sym_inline] = ACTIONS(3281), [anon_sym_thread_local] = ACTIONS(3281), [anon_sym_const] = ACTIONS(3281), [anon_sym_constexpr] = ACTIONS(3281), [anon_sym_volatile] = ACTIONS(3281), [anon_sym_restrict] = ACTIONS(3281), [anon_sym___restrict__] = ACTIONS(3281), [anon_sym__Atomic] = ACTIONS(3281), [anon_sym__Noreturn] = ACTIONS(3281), [anon_sym_noreturn] = ACTIONS(3281), [anon_sym_mutable] = ACTIONS(3281), [anon_sym_constinit] = ACTIONS(3281), [anon_sym_consteval] = ACTIONS(3281), [sym_primitive_type] = ACTIONS(3281), [anon_sym_enum] = ACTIONS(3281), [anon_sym_class] = ACTIONS(3281), [anon_sym_struct] = ACTIONS(3281), [anon_sym_union] = ACTIONS(3281), [anon_sym_if] = ACTIONS(3281), [anon_sym_switch] = ACTIONS(3281), [anon_sym_case] = ACTIONS(3281), [anon_sym_default] = ACTIONS(3281), [anon_sym_while] = ACTIONS(3281), [anon_sym_do] = ACTIONS(3281), [anon_sym_for] = ACTIONS(3281), [anon_sym_return] = ACTIONS(3281), [anon_sym_break] = ACTIONS(3281), [anon_sym_continue] = ACTIONS(3281), [anon_sym_goto] = ACTIONS(3281), [anon_sym_not] = ACTIONS(3281), [anon_sym_compl] = ACTIONS(3281), [anon_sym_DASH_DASH] = ACTIONS(3283), [anon_sym_PLUS_PLUS] = ACTIONS(3283), [anon_sym_sizeof] = ACTIONS(3281), [anon_sym_offsetof] = ACTIONS(3281), [anon_sym__Generic] = ACTIONS(3281), [anon_sym_asm] = ACTIONS(3281), [anon_sym___asm__] = ACTIONS(3281), [sym_number_literal] = ACTIONS(3283), [anon_sym_L_SQUOTE] = ACTIONS(3283), [anon_sym_u_SQUOTE] = ACTIONS(3283), [anon_sym_U_SQUOTE] = ACTIONS(3283), [anon_sym_u8_SQUOTE] = ACTIONS(3283), [anon_sym_SQUOTE] = ACTIONS(3283), [anon_sym_L_DQUOTE] = ACTIONS(3283), [anon_sym_u_DQUOTE] = ACTIONS(3283), [anon_sym_U_DQUOTE] = ACTIONS(3283), [anon_sym_u8_DQUOTE] = ACTIONS(3283), [anon_sym_DQUOTE] = ACTIONS(3283), [sym_true] = ACTIONS(3281), [sym_false] = ACTIONS(3281), [anon_sym_NULL] = ACTIONS(3281), [anon_sym_nullptr] = ACTIONS(3281), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3281), [anon_sym_decltype] = ACTIONS(3281), [anon_sym_virtual] = ACTIONS(3281), [anon_sym_explicit] = ACTIONS(3281), [anon_sym_typename] = ACTIONS(3281), [anon_sym_template] = ACTIONS(3281), [anon_sym_operator] = ACTIONS(3281), [anon_sym_try] = ACTIONS(3281), [anon_sym_delete] = ACTIONS(3281), [anon_sym_throw] = ACTIONS(3281), [anon_sym_namespace] = ACTIONS(3281), [anon_sym_using] = ACTIONS(3281), [anon_sym_static_assert] = ACTIONS(3281), [anon_sym_concept] = ACTIONS(3281), [anon_sym_co_return] = ACTIONS(3281), [anon_sym_co_yield] = ACTIONS(3281), [anon_sym_R_DQUOTE] = ACTIONS(3283), [anon_sym_LR_DQUOTE] = ACTIONS(3283), [anon_sym_uR_DQUOTE] = ACTIONS(3283), [anon_sym_UR_DQUOTE] = ACTIONS(3283), [anon_sym_u8R_DQUOTE] = ACTIONS(3283), [anon_sym_co_await] = ACTIONS(3281), [anon_sym_new] = ACTIONS(3281), [anon_sym_requires] = ACTIONS(3281), [sym_this] = ACTIONS(3281), }, [1323] = { [ts_builtin_sym_end] = ACTIONS(3233), [sym_identifier] = ACTIONS(3231), [aux_sym_preproc_include_token1] = ACTIONS(3231), [aux_sym_preproc_def_token1] = ACTIONS(3231), [aux_sym_preproc_if_token1] = ACTIONS(3231), [aux_sym_preproc_ifdef_token1] = ACTIONS(3231), [aux_sym_preproc_ifdef_token2] = ACTIONS(3231), [sym_preproc_directive] = ACTIONS(3231), [anon_sym_LPAREN2] = ACTIONS(3233), [anon_sym_BANG] = ACTIONS(3233), [anon_sym_TILDE] = ACTIONS(3233), [anon_sym_DASH] = ACTIONS(3231), [anon_sym_PLUS] = ACTIONS(3231), [anon_sym_STAR] = ACTIONS(3233), [anon_sym_AMP_AMP] = ACTIONS(3233), [anon_sym_AMP] = ACTIONS(3231), [anon_sym_typedef] = ACTIONS(3231), [anon_sym_extern] = ACTIONS(3231), [anon_sym___attribute__] = ACTIONS(3231), [anon_sym_COLON_COLON] = ACTIONS(3233), [anon_sym_LBRACK_LBRACK] = ACTIONS(3233), [anon_sym___declspec] = ACTIONS(3231), [anon_sym___based] = ACTIONS(3231), [anon_sym___cdecl] = ACTIONS(3231), [anon_sym___clrcall] = ACTIONS(3231), [anon_sym___stdcall] = ACTIONS(3231), [anon_sym___fastcall] = ACTIONS(3231), [anon_sym___thiscall] = ACTIONS(3231), [anon_sym___vectorcall] = ACTIONS(3231), [anon_sym_LBRACE] = ACTIONS(3233), [anon_sym_signed] = ACTIONS(3231), [anon_sym_unsigned] = ACTIONS(3231), [anon_sym_long] = ACTIONS(3231), [anon_sym_short] = ACTIONS(3231), [anon_sym_LBRACK] = ACTIONS(3231), [anon_sym_static] = ACTIONS(3231), [anon_sym_register] = ACTIONS(3231), [anon_sym_inline] = ACTIONS(3231), [anon_sym_thread_local] = ACTIONS(3231), [anon_sym_const] = ACTIONS(3231), [anon_sym_constexpr] = ACTIONS(3231), [anon_sym_volatile] = ACTIONS(3231), [anon_sym_restrict] = ACTIONS(3231), [anon_sym___restrict__] = ACTIONS(3231), [anon_sym__Atomic] = ACTIONS(3231), [anon_sym__Noreturn] = ACTIONS(3231), [anon_sym_noreturn] = ACTIONS(3231), [anon_sym_mutable] = ACTIONS(3231), [anon_sym_constinit] = ACTIONS(3231), [anon_sym_consteval] = ACTIONS(3231), [sym_primitive_type] = ACTIONS(3231), [anon_sym_enum] = ACTIONS(3231), [anon_sym_class] = ACTIONS(3231), [anon_sym_struct] = ACTIONS(3231), [anon_sym_union] = ACTIONS(3231), [anon_sym_if] = ACTIONS(3231), [anon_sym_switch] = ACTIONS(3231), [anon_sym_case] = ACTIONS(3231), [anon_sym_default] = ACTIONS(3231), [anon_sym_while] = ACTIONS(3231), [anon_sym_do] = ACTIONS(3231), [anon_sym_for] = ACTIONS(3231), [anon_sym_return] = ACTIONS(3231), [anon_sym_break] = ACTIONS(3231), [anon_sym_continue] = ACTIONS(3231), [anon_sym_goto] = ACTIONS(3231), [anon_sym_not] = ACTIONS(3231), [anon_sym_compl] = ACTIONS(3231), [anon_sym_DASH_DASH] = ACTIONS(3233), [anon_sym_PLUS_PLUS] = ACTIONS(3233), [anon_sym_sizeof] = ACTIONS(3231), [anon_sym_offsetof] = ACTIONS(3231), [anon_sym__Generic] = ACTIONS(3231), [anon_sym_asm] = ACTIONS(3231), [anon_sym___asm__] = ACTIONS(3231), [sym_number_literal] = ACTIONS(3233), [anon_sym_L_SQUOTE] = ACTIONS(3233), [anon_sym_u_SQUOTE] = ACTIONS(3233), [anon_sym_U_SQUOTE] = ACTIONS(3233), [anon_sym_u8_SQUOTE] = ACTIONS(3233), [anon_sym_SQUOTE] = ACTIONS(3233), [anon_sym_L_DQUOTE] = ACTIONS(3233), [anon_sym_u_DQUOTE] = ACTIONS(3233), [anon_sym_U_DQUOTE] = ACTIONS(3233), [anon_sym_u8_DQUOTE] = ACTIONS(3233), [anon_sym_DQUOTE] = ACTIONS(3233), [sym_true] = ACTIONS(3231), [sym_false] = ACTIONS(3231), [anon_sym_NULL] = ACTIONS(3231), [anon_sym_nullptr] = ACTIONS(3231), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3231), [anon_sym_decltype] = ACTIONS(3231), [anon_sym_virtual] = ACTIONS(3231), [anon_sym_explicit] = ACTIONS(3231), [anon_sym_typename] = ACTIONS(3231), [anon_sym_template] = ACTIONS(3231), [anon_sym_operator] = ACTIONS(3231), [anon_sym_try] = ACTIONS(3231), [anon_sym_delete] = ACTIONS(3231), [anon_sym_throw] = ACTIONS(3231), [anon_sym_namespace] = ACTIONS(3231), [anon_sym_using] = ACTIONS(3231), [anon_sym_static_assert] = ACTIONS(3231), [anon_sym_concept] = ACTIONS(3231), [anon_sym_co_return] = ACTIONS(3231), [anon_sym_co_yield] = ACTIONS(3231), [anon_sym_R_DQUOTE] = ACTIONS(3233), [anon_sym_LR_DQUOTE] = ACTIONS(3233), [anon_sym_uR_DQUOTE] = ACTIONS(3233), [anon_sym_UR_DQUOTE] = ACTIONS(3233), [anon_sym_u8R_DQUOTE] = ACTIONS(3233), [anon_sym_co_await] = ACTIONS(3231), [anon_sym_new] = ACTIONS(3231), [anon_sym_requires] = ACTIONS(3231), [sym_this] = ACTIONS(3231), }, [1324] = { [ts_builtin_sym_end] = ACTIONS(3209), [sym_identifier] = ACTIONS(3207), [aux_sym_preproc_include_token1] = ACTIONS(3207), [aux_sym_preproc_def_token1] = ACTIONS(3207), [aux_sym_preproc_if_token1] = ACTIONS(3207), [aux_sym_preproc_ifdef_token1] = ACTIONS(3207), [aux_sym_preproc_ifdef_token2] = ACTIONS(3207), [sym_preproc_directive] = ACTIONS(3207), [anon_sym_LPAREN2] = ACTIONS(3209), [anon_sym_BANG] = ACTIONS(3209), [anon_sym_TILDE] = ACTIONS(3209), [anon_sym_DASH] = ACTIONS(3207), [anon_sym_PLUS] = ACTIONS(3207), [anon_sym_STAR] = ACTIONS(3209), [anon_sym_AMP_AMP] = ACTIONS(3209), [anon_sym_AMP] = ACTIONS(3207), [anon_sym_typedef] = ACTIONS(3207), [anon_sym_extern] = ACTIONS(3207), [anon_sym___attribute__] = ACTIONS(3207), [anon_sym_COLON_COLON] = ACTIONS(3209), [anon_sym_LBRACK_LBRACK] = ACTIONS(3209), [anon_sym___declspec] = ACTIONS(3207), [anon_sym___based] = ACTIONS(3207), [anon_sym___cdecl] = ACTIONS(3207), [anon_sym___clrcall] = ACTIONS(3207), [anon_sym___stdcall] = ACTIONS(3207), [anon_sym___fastcall] = ACTIONS(3207), [anon_sym___thiscall] = ACTIONS(3207), [anon_sym___vectorcall] = ACTIONS(3207), [anon_sym_LBRACE] = ACTIONS(3209), [anon_sym_signed] = ACTIONS(3207), [anon_sym_unsigned] = ACTIONS(3207), [anon_sym_long] = ACTIONS(3207), [anon_sym_short] = ACTIONS(3207), [anon_sym_LBRACK] = ACTIONS(3207), [anon_sym_static] = ACTIONS(3207), [anon_sym_register] = ACTIONS(3207), [anon_sym_inline] = ACTIONS(3207), [anon_sym_thread_local] = ACTIONS(3207), [anon_sym_const] = ACTIONS(3207), [anon_sym_constexpr] = ACTIONS(3207), [anon_sym_volatile] = ACTIONS(3207), [anon_sym_restrict] = ACTIONS(3207), [anon_sym___restrict__] = ACTIONS(3207), [anon_sym__Atomic] = ACTIONS(3207), [anon_sym__Noreturn] = ACTIONS(3207), [anon_sym_noreturn] = ACTIONS(3207), [anon_sym_mutable] = ACTIONS(3207), [anon_sym_constinit] = ACTIONS(3207), [anon_sym_consteval] = ACTIONS(3207), [sym_primitive_type] = ACTIONS(3207), [anon_sym_enum] = ACTIONS(3207), [anon_sym_class] = ACTIONS(3207), [anon_sym_struct] = ACTIONS(3207), [anon_sym_union] = ACTIONS(3207), [anon_sym_if] = ACTIONS(3207), [anon_sym_switch] = ACTIONS(3207), [anon_sym_case] = ACTIONS(3207), [anon_sym_default] = ACTIONS(3207), [anon_sym_while] = ACTIONS(3207), [anon_sym_do] = ACTIONS(3207), [anon_sym_for] = ACTIONS(3207), [anon_sym_return] = ACTIONS(3207), [anon_sym_break] = ACTIONS(3207), [anon_sym_continue] = ACTIONS(3207), [anon_sym_goto] = ACTIONS(3207), [anon_sym_not] = ACTIONS(3207), [anon_sym_compl] = ACTIONS(3207), [anon_sym_DASH_DASH] = ACTIONS(3209), [anon_sym_PLUS_PLUS] = ACTIONS(3209), [anon_sym_sizeof] = ACTIONS(3207), [anon_sym_offsetof] = ACTIONS(3207), [anon_sym__Generic] = ACTIONS(3207), [anon_sym_asm] = ACTIONS(3207), [anon_sym___asm__] = ACTIONS(3207), [sym_number_literal] = ACTIONS(3209), [anon_sym_L_SQUOTE] = ACTIONS(3209), [anon_sym_u_SQUOTE] = ACTIONS(3209), [anon_sym_U_SQUOTE] = ACTIONS(3209), [anon_sym_u8_SQUOTE] = ACTIONS(3209), [anon_sym_SQUOTE] = ACTIONS(3209), [anon_sym_L_DQUOTE] = ACTIONS(3209), [anon_sym_u_DQUOTE] = ACTIONS(3209), [anon_sym_U_DQUOTE] = ACTIONS(3209), [anon_sym_u8_DQUOTE] = ACTIONS(3209), [anon_sym_DQUOTE] = ACTIONS(3209), [sym_true] = ACTIONS(3207), [sym_false] = ACTIONS(3207), [anon_sym_NULL] = ACTIONS(3207), [anon_sym_nullptr] = ACTIONS(3207), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3207), [anon_sym_decltype] = ACTIONS(3207), [anon_sym_virtual] = ACTIONS(3207), [anon_sym_explicit] = ACTIONS(3207), [anon_sym_typename] = ACTIONS(3207), [anon_sym_template] = ACTIONS(3207), [anon_sym_operator] = ACTIONS(3207), [anon_sym_try] = ACTIONS(3207), [anon_sym_delete] = ACTIONS(3207), [anon_sym_throw] = ACTIONS(3207), [anon_sym_namespace] = ACTIONS(3207), [anon_sym_using] = ACTIONS(3207), [anon_sym_static_assert] = ACTIONS(3207), [anon_sym_concept] = ACTIONS(3207), [anon_sym_co_return] = ACTIONS(3207), [anon_sym_co_yield] = ACTIONS(3207), [anon_sym_R_DQUOTE] = ACTIONS(3209), [anon_sym_LR_DQUOTE] = ACTIONS(3209), [anon_sym_uR_DQUOTE] = ACTIONS(3209), [anon_sym_UR_DQUOTE] = ACTIONS(3209), [anon_sym_u8R_DQUOTE] = ACTIONS(3209), [anon_sym_co_await] = ACTIONS(3207), [anon_sym_new] = ACTIONS(3207), [anon_sym_requires] = ACTIONS(3207), [sym_this] = ACTIONS(3207), }, [1325] = { [ts_builtin_sym_end] = ACTIONS(3305), [sym_identifier] = ACTIONS(3303), [aux_sym_preproc_include_token1] = ACTIONS(3303), [aux_sym_preproc_def_token1] = ACTIONS(3303), [aux_sym_preproc_if_token1] = ACTIONS(3303), [aux_sym_preproc_ifdef_token1] = ACTIONS(3303), [aux_sym_preproc_ifdef_token2] = ACTIONS(3303), [sym_preproc_directive] = ACTIONS(3303), [anon_sym_LPAREN2] = ACTIONS(3305), [anon_sym_BANG] = ACTIONS(3305), [anon_sym_TILDE] = ACTIONS(3305), [anon_sym_DASH] = ACTIONS(3303), [anon_sym_PLUS] = ACTIONS(3303), [anon_sym_STAR] = ACTIONS(3305), [anon_sym_AMP_AMP] = ACTIONS(3305), [anon_sym_AMP] = ACTIONS(3303), [anon_sym_typedef] = ACTIONS(3303), [anon_sym_extern] = ACTIONS(3303), [anon_sym___attribute__] = ACTIONS(3303), [anon_sym_COLON_COLON] = ACTIONS(3305), [anon_sym_LBRACK_LBRACK] = ACTIONS(3305), [anon_sym___declspec] = ACTIONS(3303), [anon_sym___based] = ACTIONS(3303), [anon_sym___cdecl] = ACTIONS(3303), [anon_sym___clrcall] = ACTIONS(3303), [anon_sym___stdcall] = ACTIONS(3303), [anon_sym___fastcall] = ACTIONS(3303), [anon_sym___thiscall] = ACTIONS(3303), [anon_sym___vectorcall] = ACTIONS(3303), [anon_sym_LBRACE] = ACTIONS(3305), [anon_sym_signed] = ACTIONS(3303), [anon_sym_unsigned] = ACTIONS(3303), [anon_sym_long] = ACTIONS(3303), [anon_sym_short] = ACTIONS(3303), [anon_sym_LBRACK] = ACTIONS(3303), [anon_sym_static] = ACTIONS(3303), [anon_sym_register] = ACTIONS(3303), [anon_sym_inline] = ACTIONS(3303), [anon_sym_thread_local] = ACTIONS(3303), [anon_sym_const] = ACTIONS(3303), [anon_sym_constexpr] = ACTIONS(3303), [anon_sym_volatile] = ACTIONS(3303), [anon_sym_restrict] = ACTIONS(3303), [anon_sym___restrict__] = ACTIONS(3303), [anon_sym__Atomic] = ACTIONS(3303), [anon_sym__Noreturn] = ACTIONS(3303), [anon_sym_noreturn] = ACTIONS(3303), [anon_sym_mutable] = ACTIONS(3303), [anon_sym_constinit] = ACTIONS(3303), [anon_sym_consteval] = ACTIONS(3303), [sym_primitive_type] = ACTIONS(3303), [anon_sym_enum] = ACTIONS(3303), [anon_sym_class] = ACTIONS(3303), [anon_sym_struct] = ACTIONS(3303), [anon_sym_union] = ACTIONS(3303), [anon_sym_if] = ACTIONS(3303), [anon_sym_switch] = ACTIONS(3303), [anon_sym_case] = ACTIONS(3303), [anon_sym_default] = ACTIONS(3303), [anon_sym_while] = ACTIONS(3303), [anon_sym_do] = ACTIONS(3303), [anon_sym_for] = ACTIONS(3303), [anon_sym_return] = ACTIONS(3303), [anon_sym_break] = ACTIONS(3303), [anon_sym_continue] = ACTIONS(3303), [anon_sym_goto] = ACTIONS(3303), [anon_sym_not] = ACTIONS(3303), [anon_sym_compl] = ACTIONS(3303), [anon_sym_DASH_DASH] = ACTIONS(3305), [anon_sym_PLUS_PLUS] = ACTIONS(3305), [anon_sym_sizeof] = ACTIONS(3303), [anon_sym_offsetof] = ACTIONS(3303), [anon_sym__Generic] = ACTIONS(3303), [anon_sym_asm] = ACTIONS(3303), [anon_sym___asm__] = ACTIONS(3303), [sym_number_literal] = ACTIONS(3305), [anon_sym_L_SQUOTE] = ACTIONS(3305), [anon_sym_u_SQUOTE] = ACTIONS(3305), [anon_sym_U_SQUOTE] = ACTIONS(3305), [anon_sym_u8_SQUOTE] = ACTIONS(3305), [anon_sym_SQUOTE] = ACTIONS(3305), [anon_sym_L_DQUOTE] = ACTIONS(3305), [anon_sym_u_DQUOTE] = ACTIONS(3305), [anon_sym_U_DQUOTE] = ACTIONS(3305), [anon_sym_u8_DQUOTE] = ACTIONS(3305), [anon_sym_DQUOTE] = ACTIONS(3305), [sym_true] = ACTIONS(3303), [sym_false] = ACTIONS(3303), [anon_sym_NULL] = ACTIONS(3303), [anon_sym_nullptr] = ACTIONS(3303), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3303), [anon_sym_decltype] = ACTIONS(3303), [anon_sym_virtual] = ACTIONS(3303), [anon_sym_explicit] = ACTIONS(3303), [anon_sym_typename] = ACTIONS(3303), [anon_sym_template] = ACTIONS(3303), [anon_sym_operator] = ACTIONS(3303), [anon_sym_try] = ACTIONS(3303), [anon_sym_delete] = ACTIONS(3303), [anon_sym_throw] = ACTIONS(3303), [anon_sym_namespace] = ACTIONS(3303), [anon_sym_using] = ACTIONS(3303), [anon_sym_static_assert] = ACTIONS(3303), [anon_sym_concept] = ACTIONS(3303), [anon_sym_co_return] = ACTIONS(3303), [anon_sym_co_yield] = ACTIONS(3303), [anon_sym_R_DQUOTE] = ACTIONS(3305), [anon_sym_LR_DQUOTE] = ACTIONS(3305), [anon_sym_uR_DQUOTE] = ACTIONS(3305), [anon_sym_UR_DQUOTE] = ACTIONS(3305), [anon_sym_u8R_DQUOTE] = ACTIONS(3305), [anon_sym_co_await] = ACTIONS(3303), [anon_sym_new] = ACTIONS(3303), [anon_sym_requires] = ACTIONS(3303), [sym_this] = ACTIONS(3303), }, [1326] = { [ts_builtin_sym_end] = ACTIONS(3327), [sym_identifier] = ACTIONS(3325), [aux_sym_preproc_include_token1] = ACTIONS(3325), [aux_sym_preproc_def_token1] = ACTIONS(3325), [aux_sym_preproc_if_token1] = ACTIONS(3325), [aux_sym_preproc_ifdef_token1] = ACTIONS(3325), [aux_sym_preproc_ifdef_token2] = ACTIONS(3325), [sym_preproc_directive] = ACTIONS(3325), [anon_sym_LPAREN2] = ACTIONS(3327), [anon_sym_BANG] = ACTIONS(3327), [anon_sym_TILDE] = ACTIONS(3327), [anon_sym_DASH] = ACTIONS(3325), [anon_sym_PLUS] = ACTIONS(3325), [anon_sym_STAR] = ACTIONS(3327), [anon_sym_AMP_AMP] = ACTIONS(3327), [anon_sym_AMP] = ACTIONS(3325), [anon_sym_typedef] = ACTIONS(3325), [anon_sym_extern] = ACTIONS(3325), [anon_sym___attribute__] = ACTIONS(3325), [anon_sym_COLON_COLON] = ACTIONS(3327), [anon_sym_LBRACK_LBRACK] = ACTIONS(3327), [anon_sym___declspec] = ACTIONS(3325), [anon_sym___based] = ACTIONS(3325), [anon_sym___cdecl] = ACTIONS(3325), [anon_sym___clrcall] = ACTIONS(3325), [anon_sym___stdcall] = ACTIONS(3325), [anon_sym___fastcall] = ACTIONS(3325), [anon_sym___thiscall] = ACTIONS(3325), [anon_sym___vectorcall] = ACTIONS(3325), [anon_sym_LBRACE] = ACTIONS(3327), [anon_sym_signed] = ACTIONS(3325), [anon_sym_unsigned] = ACTIONS(3325), [anon_sym_long] = ACTIONS(3325), [anon_sym_short] = ACTIONS(3325), [anon_sym_LBRACK] = ACTIONS(3325), [anon_sym_static] = ACTIONS(3325), [anon_sym_register] = ACTIONS(3325), [anon_sym_inline] = ACTIONS(3325), [anon_sym_thread_local] = ACTIONS(3325), [anon_sym_const] = ACTIONS(3325), [anon_sym_constexpr] = ACTIONS(3325), [anon_sym_volatile] = ACTIONS(3325), [anon_sym_restrict] = ACTIONS(3325), [anon_sym___restrict__] = ACTIONS(3325), [anon_sym__Atomic] = ACTIONS(3325), [anon_sym__Noreturn] = ACTIONS(3325), [anon_sym_noreturn] = ACTIONS(3325), [anon_sym_mutable] = ACTIONS(3325), [anon_sym_constinit] = ACTIONS(3325), [anon_sym_consteval] = ACTIONS(3325), [sym_primitive_type] = ACTIONS(3325), [anon_sym_enum] = ACTIONS(3325), [anon_sym_class] = ACTIONS(3325), [anon_sym_struct] = ACTIONS(3325), [anon_sym_union] = ACTIONS(3325), [anon_sym_if] = ACTIONS(3325), [anon_sym_switch] = ACTIONS(3325), [anon_sym_case] = ACTIONS(3325), [anon_sym_default] = ACTIONS(3325), [anon_sym_while] = ACTIONS(3325), [anon_sym_do] = ACTIONS(3325), [anon_sym_for] = ACTIONS(3325), [anon_sym_return] = ACTIONS(3325), [anon_sym_break] = ACTIONS(3325), [anon_sym_continue] = ACTIONS(3325), [anon_sym_goto] = ACTIONS(3325), [anon_sym_not] = ACTIONS(3325), [anon_sym_compl] = ACTIONS(3325), [anon_sym_DASH_DASH] = ACTIONS(3327), [anon_sym_PLUS_PLUS] = ACTIONS(3327), [anon_sym_sizeof] = ACTIONS(3325), [anon_sym_offsetof] = ACTIONS(3325), [anon_sym__Generic] = ACTIONS(3325), [anon_sym_asm] = ACTIONS(3325), [anon_sym___asm__] = ACTIONS(3325), [sym_number_literal] = ACTIONS(3327), [anon_sym_L_SQUOTE] = ACTIONS(3327), [anon_sym_u_SQUOTE] = ACTIONS(3327), [anon_sym_U_SQUOTE] = ACTIONS(3327), [anon_sym_u8_SQUOTE] = ACTIONS(3327), [anon_sym_SQUOTE] = ACTIONS(3327), [anon_sym_L_DQUOTE] = ACTIONS(3327), [anon_sym_u_DQUOTE] = ACTIONS(3327), [anon_sym_U_DQUOTE] = ACTIONS(3327), [anon_sym_u8_DQUOTE] = ACTIONS(3327), [anon_sym_DQUOTE] = ACTIONS(3327), [sym_true] = ACTIONS(3325), [sym_false] = ACTIONS(3325), [anon_sym_NULL] = ACTIONS(3325), [anon_sym_nullptr] = ACTIONS(3325), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3325), [anon_sym_decltype] = ACTIONS(3325), [anon_sym_virtual] = ACTIONS(3325), [anon_sym_explicit] = ACTIONS(3325), [anon_sym_typename] = ACTIONS(3325), [anon_sym_template] = ACTIONS(3325), [anon_sym_operator] = ACTIONS(3325), [anon_sym_try] = ACTIONS(3325), [anon_sym_delete] = ACTIONS(3325), [anon_sym_throw] = ACTIONS(3325), [anon_sym_namespace] = ACTIONS(3325), [anon_sym_using] = ACTIONS(3325), [anon_sym_static_assert] = ACTIONS(3325), [anon_sym_concept] = ACTIONS(3325), [anon_sym_co_return] = ACTIONS(3325), [anon_sym_co_yield] = ACTIONS(3325), [anon_sym_R_DQUOTE] = ACTIONS(3327), [anon_sym_LR_DQUOTE] = ACTIONS(3327), [anon_sym_uR_DQUOTE] = ACTIONS(3327), [anon_sym_UR_DQUOTE] = ACTIONS(3327), [anon_sym_u8R_DQUOTE] = ACTIONS(3327), [anon_sym_co_await] = ACTIONS(3325), [anon_sym_new] = ACTIONS(3325), [anon_sym_requires] = ACTIONS(3325), [sym_this] = ACTIONS(3325), }, [1327] = { [ts_builtin_sym_end] = ACTIONS(3381), [sym_identifier] = ACTIONS(3379), [aux_sym_preproc_include_token1] = ACTIONS(3379), [aux_sym_preproc_def_token1] = ACTIONS(3379), [aux_sym_preproc_if_token1] = ACTIONS(3379), [aux_sym_preproc_ifdef_token1] = ACTIONS(3379), [aux_sym_preproc_ifdef_token2] = ACTIONS(3379), [sym_preproc_directive] = ACTIONS(3379), [anon_sym_LPAREN2] = ACTIONS(3381), [anon_sym_BANG] = ACTIONS(3381), [anon_sym_TILDE] = ACTIONS(3381), [anon_sym_DASH] = ACTIONS(3379), [anon_sym_PLUS] = ACTIONS(3379), [anon_sym_STAR] = ACTIONS(3381), [anon_sym_AMP_AMP] = ACTIONS(3381), [anon_sym_AMP] = ACTIONS(3379), [anon_sym_typedef] = ACTIONS(3379), [anon_sym_extern] = ACTIONS(3379), [anon_sym___attribute__] = ACTIONS(3379), [anon_sym_COLON_COLON] = ACTIONS(3381), [anon_sym_LBRACK_LBRACK] = ACTIONS(3381), [anon_sym___declspec] = ACTIONS(3379), [anon_sym___based] = ACTIONS(3379), [anon_sym___cdecl] = ACTIONS(3379), [anon_sym___clrcall] = ACTIONS(3379), [anon_sym___stdcall] = ACTIONS(3379), [anon_sym___fastcall] = ACTIONS(3379), [anon_sym___thiscall] = ACTIONS(3379), [anon_sym___vectorcall] = ACTIONS(3379), [anon_sym_LBRACE] = ACTIONS(3381), [anon_sym_signed] = ACTIONS(3379), [anon_sym_unsigned] = ACTIONS(3379), [anon_sym_long] = ACTIONS(3379), [anon_sym_short] = ACTIONS(3379), [anon_sym_LBRACK] = ACTIONS(3379), [anon_sym_static] = ACTIONS(3379), [anon_sym_register] = ACTIONS(3379), [anon_sym_inline] = ACTIONS(3379), [anon_sym_thread_local] = ACTIONS(3379), [anon_sym_const] = ACTIONS(3379), [anon_sym_constexpr] = ACTIONS(3379), [anon_sym_volatile] = ACTIONS(3379), [anon_sym_restrict] = ACTIONS(3379), [anon_sym___restrict__] = ACTIONS(3379), [anon_sym__Atomic] = ACTIONS(3379), [anon_sym__Noreturn] = ACTIONS(3379), [anon_sym_noreturn] = ACTIONS(3379), [anon_sym_mutable] = ACTIONS(3379), [anon_sym_constinit] = ACTIONS(3379), [anon_sym_consteval] = ACTIONS(3379), [sym_primitive_type] = ACTIONS(3379), [anon_sym_enum] = ACTIONS(3379), [anon_sym_class] = ACTIONS(3379), [anon_sym_struct] = ACTIONS(3379), [anon_sym_union] = ACTIONS(3379), [anon_sym_if] = ACTIONS(3379), [anon_sym_switch] = ACTIONS(3379), [anon_sym_case] = ACTIONS(3379), [anon_sym_default] = ACTIONS(3379), [anon_sym_while] = ACTIONS(3379), [anon_sym_do] = ACTIONS(3379), [anon_sym_for] = ACTIONS(3379), [anon_sym_return] = ACTIONS(3379), [anon_sym_break] = ACTIONS(3379), [anon_sym_continue] = ACTIONS(3379), [anon_sym_goto] = ACTIONS(3379), [anon_sym_not] = ACTIONS(3379), [anon_sym_compl] = ACTIONS(3379), [anon_sym_DASH_DASH] = ACTIONS(3381), [anon_sym_PLUS_PLUS] = ACTIONS(3381), [anon_sym_sizeof] = ACTIONS(3379), [anon_sym_offsetof] = ACTIONS(3379), [anon_sym__Generic] = ACTIONS(3379), [anon_sym_asm] = ACTIONS(3379), [anon_sym___asm__] = ACTIONS(3379), [sym_number_literal] = ACTIONS(3381), [anon_sym_L_SQUOTE] = ACTIONS(3381), [anon_sym_u_SQUOTE] = ACTIONS(3381), [anon_sym_U_SQUOTE] = ACTIONS(3381), [anon_sym_u8_SQUOTE] = ACTIONS(3381), [anon_sym_SQUOTE] = ACTIONS(3381), [anon_sym_L_DQUOTE] = ACTIONS(3381), [anon_sym_u_DQUOTE] = ACTIONS(3381), [anon_sym_U_DQUOTE] = ACTIONS(3381), [anon_sym_u8_DQUOTE] = ACTIONS(3381), [anon_sym_DQUOTE] = ACTIONS(3381), [sym_true] = ACTIONS(3379), [sym_false] = ACTIONS(3379), [anon_sym_NULL] = ACTIONS(3379), [anon_sym_nullptr] = ACTIONS(3379), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3379), [anon_sym_decltype] = ACTIONS(3379), [anon_sym_virtual] = ACTIONS(3379), [anon_sym_explicit] = ACTIONS(3379), [anon_sym_typename] = ACTIONS(3379), [anon_sym_template] = ACTIONS(3379), [anon_sym_operator] = ACTIONS(3379), [anon_sym_try] = ACTIONS(3379), [anon_sym_delete] = ACTIONS(3379), [anon_sym_throw] = ACTIONS(3379), [anon_sym_namespace] = ACTIONS(3379), [anon_sym_using] = ACTIONS(3379), [anon_sym_static_assert] = ACTIONS(3379), [anon_sym_concept] = ACTIONS(3379), [anon_sym_co_return] = ACTIONS(3379), [anon_sym_co_yield] = ACTIONS(3379), [anon_sym_R_DQUOTE] = ACTIONS(3381), [anon_sym_LR_DQUOTE] = ACTIONS(3381), [anon_sym_uR_DQUOTE] = ACTIONS(3381), [anon_sym_UR_DQUOTE] = ACTIONS(3381), [anon_sym_u8R_DQUOTE] = ACTIONS(3381), [anon_sym_co_await] = ACTIONS(3379), [anon_sym_new] = ACTIONS(3379), [anon_sym_requires] = ACTIONS(3379), [sym_this] = ACTIONS(3379), }, [1328] = { [ts_builtin_sym_end] = ACTIONS(3343), [sym_identifier] = ACTIONS(3341), [aux_sym_preproc_include_token1] = ACTIONS(3341), [aux_sym_preproc_def_token1] = ACTIONS(3341), [aux_sym_preproc_if_token1] = ACTIONS(3341), [aux_sym_preproc_ifdef_token1] = ACTIONS(3341), [aux_sym_preproc_ifdef_token2] = ACTIONS(3341), [sym_preproc_directive] = ACTIONS(3341), [anon_sym_LPAREN2] = ACTIONS(3343), [anon_sym_BANG] = ACTIONS(3343), [anon_sym_TILDE] = ACTIONS(3343), [anon_sym_DASH] = ACTIONS(3341), [anon_sym_PLUS] = ACTIONS(3341), [anon_sym_STAR] = ACTIONS(3343), [anon_sym_AMP_AMP] = ACTIONS(3343), [anon_sym_AMP] = ACTIONS(3341), [anon_sym_typedef] = ACTIONS(3341), [anon_sym_extern] = ACTIONS(3341), [anon_sym___attribute__] = ACTIONS(3341), [anon_sym_COLON_COLON] = ACTIONS(3343), [anon_sym_LBRACK_LBRACK] = ACTIONS(3343), [anon_sym___declspec] = ACTIONS(3341), [anon_sym___based] = ACTIONS(3341), [anon_sym___cdecl] = ACTIONS(3341), [anon_sym___clrcall] = ACTIONS(3341), [anon_sym___stdcall] = ACTIONS(3341), [anon_sym___fastcall] = ACTIONS(3341), [anon_sym___thiscall] = ACTIONS(3341), [anon_sym___vectorcall] = ACTIONS(3341), [anon_sym_LBRACE] = ACTIONS(3343), [anon_sym_signed] = ACTIONS(3341), [anon_sym_unsigned] = ACTIONS(3341), [anon_sym_long] = ACTIONS(3341), [anon_sym_short] = ACTIONS(3341), [anon_sym_LBRACK] = ACTIONS(3341), [anon_sym_static] = ACTIONS(3341), [anon_sym_register] = ACTIONS(3341), [anon_sym_inline] = ACTIONS(3341), [anon_sym_thread_local] = ACTIONS(3341), [anon_sym_const] = ACTIONS(3341), [anon_sym_constexpr] = ACTIONS(3341), [anon_sym_volatile] = ACTIONS(3341), [anon_sym_restrict] = ACTIONS(3341), [anon_sym___restrict__] = ACTIONS(3341), [anon_sym__Atomic] = ACTIONS(3341), [anon_sym__Noreturn] = ACTIONS(3341), [anon_sym_noreturn] = ACTIONS(3341), [anon_sym_mutable] = ACTIONS(3341), [anon_sym_constinit] = ACTIONS(3341), [anon_sym_consteval] = ACTIONS(3341), [sym_primitive_type] = ACTIONS(3341), [anon_sym_enum] = ACTIONS(3341), [anon_sym_class] = ACTIONS(3341), [anon_sym_struct] = ACTIONS(3341), [anon_sym_union] = ACTIONS(3341), [anon_sym_if] = ACTIONS(3341), [anon_sym_switch] = ACTIONS(3341), [anon_sym_case] = ACTIONS(3341), [anon_sym_default] = ACTIONS(3341), [anon_sym_while] = ACTIONS(3341), [anon_sym_do] = ACTIONS(3341), [anon_sym_for] = ACTIONS(3341), [anon_sym_return] = ACTIONS(3341), [anon_sym_break] = ACTIONS(3341), [anon_sym_continue] = ACTIONS(3341), [anon_sym_goto] = ACTIONS(3341), [anon_sym_not] = ACTIONS(3341), [anon_sym_compl] = ACTIONS(3341), [anon_sym_DASH_DASH] = ACTIONS(3343), [anon_sym_PLUS_PLUS] = ACTIONS(3343), [anon_sym_sizeof] = ACTIONS(3341), [anon_sym_offsetof] = ACTIONS(3341), [anon_sym__Generic] = ACTIONS(3341), [anon_sym_asm] = ACTIONS(3341), [anon_sym___asm__] = ACTIONS(3341), [sym_number_literal] = ACTIONS(3343), [anon_sym_L_SQUOTE] = ACTIONS(3343), [anon_sym_u_SQUOTE] = ACTIONS(3343), [anon_sym_U_SQUOTE] = ACTIONS(3343), [anon_sym_u8_SQUOTE] = ACTIONS(3343), [anon_sym_SQUOTE] = ACTIONS(3343), [anon_sym_L_DQUOTE] = ACTIONS(3343), [anon_sym_u_DQUOTE] = ACTIONS(3343), [anon_sym_U_DQUOTE] = ACTIONS(3343), [anon_sym_u8_DQUOTE] = ACTIONS(3343), [anon_sym_DQUOTE] = ACTIONS(3343), [sym_true] = ACTIONS(3341), [sym_false] = ACTIONS(3341), [anon_sym_NULL] = ACTIONS(3341), [anon_sym_nullptr] = ACTIONS(3341), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3341), [anon_sym_decltype] = ACTIONS(3341), [anon_sym_virtual] = ACTIONS(3341), [anon_sym_explicit] = ACTIONS(3341), [anon_sym_typename] = ACTIONS(3341), [anon_sym_template] = ACTIONS(3341), [anon_sym_operator] = ACTIONS(3341), [anon_sym_try] = ACTIONS(3341), [anon_sym_delete] = ACTIONS(3341), [anon_sym_throw] = ACTIONS(3341), [anon_sym_namespace] = ACTIONS(3341), [anon_sym_using] = ACTIONS(3341), [anon_sym_static_assert] = ACTIONS(3341), [anon_sym_concept] = ACTIONS(3341), [anon_sym_co_return] = ACTIONS(3341), [anon_sym_co_yield] = ACTIONS(3341), [anon_sym_R_DQUOTE] = ACTIONS(3343), [anon_sym_LR_DQUOTE] = ACTIONS(3343), [anon_sym_uR_DQUOTE] = ACTIONS(3343), [anon_sym_UR_DQUOTE] = ACTIONS(3343), [anon_sym_u8R_DQUOTE] = ACTIONS(3343), [anon_sym_co_await] = ACTIONS(3341), [anon_sym_new] = ACTIONS(3341), [anon_sym_requires] = ACTIONS(3341), [sym_this] = ACTIONS(3341), }, [1329] = { [ts_builtin_sym_end] = ACTIONS(3339), [sym_identifier] = ACTIONS(3337), [aux_sym_preproc_include_token1] = ACTIONS(3337), [aux_sym_preproc_def_token1] = ACTIONS(3337), [aux_sym_preproc_if_token1] = ACTIONS(3337), [aux_sym_preproc_ifdef_token1] = ACTIONS(3337), [aux_sym_preproc_ifdef_token2] = ACTIONS(3337), [sym_preproc_directive] = ACTIONS(3337), [anon_sym_LPAREN2] = ACTIONS(3339), [anon_sym_BANG] = ACTIONS(3339), [anon_sym_TILDE] = ACTIONS(3339), [anon_sym_DASH] = ACTIONS(3337), [anon_sym_PLUS] = ACTIONS(3337), [anon_sym_STAR] = ACTIONS(3339), [anon_sym_AMP_AMP] = ACTIONS(3339), [anon_sym_AMP] = ACTIONS(3337), [anon_sym_typedef] = ACTIONS(3337), [anon_sym_extern] = ACTIONS(3337), [anon_sym___attribute__] = ACTIONS(3337), [anon_sym_COLON_COLON] = ACTIONS(3339), [anon_sym_LBRACK_LBRACK] = ACTIONS(3339), [anon_sym___declspec] = ACTIONS(3337), [anon_sym___based] = ACTIONS(3337), [anon_sym___cdecl] = ACTIONS(3337), [anon_sym___clrcall] = ACTIONS(3337), [anon_sym___stdcall] = ACTIONS(3337), [anon_sym___fastcall] = ACTIONS(3337), [anon_sym___thiscall] = ACTIONS(3337), [anon_sym___vectorcall] = ACTIONS(3337), [anon_sym_LBRACE] = ACTIONS(3339), [anon_sym_signed] = ACTIONS(3337), [anon_sym_unsigned] = ACTIONS(3337), [anon_sym_long] = ACTIONS(3337), [anon_sym_short] = ACTIONS(3337), [anon_sym_LBRACK] = ACTIONS(3337), [anon_sym_static] = ACTIONS(3337), [anon_sym_register] = ACTIONS(3337), [anon_sym_inline] = ACTIONS(3337), [anon_sym_thread_local] = ACTIONS(3337), [anon_sym_const] = ACTIONS(3337), [anon_sym_constexpr] = ACTIONS(3337), [anon_sym_volatile] = ACTIONS(3337), [anon_sym_restrict] = ACTIONS(3337), [anon_sym___restrict__] = ACTIONS(3337), [anon_sym__Atomic] = ACTIONS(3337), [anon_sym__Noreturn] = ACTIONS(3337), [anon_sym_noreturn] = ACTIONS(3337), [anon_sym_mutable] = ACTIONS(3337), [anon_sym_constinit] = ACTIONS(3337), [anon_sym_consteval] = ACTIONS(3337), [sym_primitive_type] = ACTIONS(3337), [anon_sym_enum] = ACTIONS(3337), [anon_sym_class] = ACTIONS(3337), [anon_sym_struct] = ACTIONS(3337), [anon_sym_union] = ACTIONS(3337), [anon_sym_if] = ACTIONS(3337), [anon_sym_switch] = ACTIONS(3337), [anon_sym_case] = ACTIONS(3337), [anon_sym_default] = ACTIONS(3337), [anon_sym_while] = ACTIONS(3337), [anon_sym_do] = ACTIONS(3337), [anon_sym_for] = ACTIONS(3337), [anon_sym_return] = ACTIONS(3337), [anon_sym_break] = ACTIONS(3337), [anon_sym_continue] = ACTIONS(3337), [anon_sym_goto] = ACTIONS(3337), [anon_sym_not] = ACTIONS(3337), [anon_sym_compl] = ACTIONS(3337), [anon_sym_DASH_DASH] = ACTIONS(3339), [anon_sym_PLUS_PLUS] = ACTIONS(3339), [anon_sym_sizeof] = ACTIONS(3337), [anon_sym_offsetof] = ACTIONS(3337), [anon_sym__Generic] = ACTIONS(3337), [anon_sym_asm] = ACTIONS(3337), [anon_sym___asm__] = ACTIONS(3337), [sym_number_literal] = ACTIONS(3339), [anon_sym_L_SQUOTE] = ACTIONS(3339), [anon_sym_u_SQUOTE] = ACTIONS(3339), [anon_sym_U_SQUOTE] = ACTIONS(3339), [anon_sym_u8_SQUOTE] = ACTIONS(3339), [anon_sym_SQUOTE] = ACTIONS(3339), [anon_sym_L_DQUOTE] = ACTIONS(3339), [anon_sym_u_DQUOTE] = ACTIONS(3339), [anon_sym_U_DQUOTE] = ACTIONS(3339), [anon_sym_u8_DQUOTE] = ACTIONS(3339), [anon_sym_DQUOTE] = ACTIONS(3339), [sym_true] = ACTIONS(3337), [sym_false] = ACTIONS(3337), [anon_sym_NULL] = ACTIONS(3337), [anon_sym_nullptr] = ACTIONS(3337), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3337), [anon_sym_decltype] = ACTIONS(3337), [anon_sym_virtual] = ACTIONS(3337), [anon_sym_explicit] = ACTIONS(3337), [anon_sym_typename] = ACTIONS(3337), [anon_sym_template] = ACTIONS(3337), [anon_sym_operator] = ACTIONS(3337), [anon_sym_try] = ACTIONS(3337), [anon_sym_delete] = ACTIONS(3337), [anon_sym_throw] = ACTIONS(3337), [anon_sym_namespace] = ACTIONS(3337), [anon_sym_using] = ACTIONS(3337), [anon_sym_static_assert] = ACTIONS(3337), [anon_sym_concept] = ACTIONS(3337), [anon_sym_co_return] = ACTIONS(3337), [anon_sym_co_yield] = ACTIONS(3337), [anon_sym_R_DQUOTE] = ACTIONS(3339), [anon_sym_LR_DQUOTE] = ACTIONS(3339), [anon_sym_uR_DQUOTE] = ACTIONS(3339), [anon_sym_UR_DQUOTE] = ACTIONS(3339), [anon_sym_u8R_DQUOTE] = ACTIONS(3339), [anon_sym_co_await] = ACTIONS(3337), [anon_sym_new] = ACTIONS(3337), [anon_sym_requires] = ACTIONS(3337), [sym_this] = ACTIONS(3337), }, [1330] = { [ts_builtin_sym_end] = ACTIONS(3377), [sym_identifier] = ACTIONS(3375), [aux_sym_preproc_include_token1] = ACTIONS(3375), [aux_sym_preproc_def_token1] = ACTIONS(3375), [aux_sym_preproc_if_token1] = ACTIONS(3375), [aux_sym_preproc_ifdef_token1] = ACTIONS(3375), [aux_sym_preproc_ifdef_token2] = ACTIONS(3375), [sym_preproc_directive] = ACTIONS(3375), [anon_sym_LPAREN2] = ACTIONS(3377), [anon_sym_BANG] = ACTIONS(3377), [anon_sym_TILDE] = ACTIONS(3377), [anon_sym_DASH] = ACTIONS(3375), [anon_sym_PLUS] = ACTIONS(3375), [anon_sym_STAR] = ACTIONS(3377), [anon_sym_AMP_AMP] = ACTIONS(3377), [anon_sym_AMP] = ACTIONS(3375), [anon_sym_typedef] = ACTIONS(3375), [anon_sym_extern] = ACTIONS(3375), [anon_sym___attribute__] = ACTIONS(3375), [anon_sym_COLON_COLON] = ACTIONS(3377), [anon_sym_LBRACK_LBRACK] = ACTIONS(3377), [anon_sym___declspec] = ACTIONS(3375), [anon_sym___based] = ACTIONS(3375), [anon_sym___cdecl] = ACTIONS(3375), [anon_sym___clrcall] = ACTIONS(3375), [anon_sym___stdcall] = ACTIONS(3375), [anon_sym___fastcall] = ACTIONS(3375), [anon_sym___thiscall] = ACTIONS(3375), [anon_sym___vectorcall] = ACTIONS(3375), [anon_sym_LBRACE] = ACTIONS(3377), [anon_sym_signed] = ACTIONS(3375), [anon_sym_unsigned] = ACTIONS(3375), [anon_sym_long] = ACTIONS(3375), [anon_sym_short] = ACTIONS(3375), [anon_sym_LBRACK] = ACTIONS(3375), [anon_sym_static] = ACTIONS(3375), [anon_sym_register] = ACTIONS(3375), [anon_sym_inline] = ACTIONS(3375), [anon_sym_thread_local] = ACTIONS(3375), [anon_sym_const] = ACTIONS(3375), [anon_sym_constexpr] = ACTIONS(3375), [anon_sym_volatile] = ACTIONS(3375), [anon_sym_restrict] = ACTIONS(3375), [anon_sym___restrict__] = ACTIONS(3375), [anon_sym__Atomic] = ACTIONS(3375), [anon_sym__Noreturn] = ACTIONS(3375), [anon_sym_noreturn] = ACTIONS(3375), [anon_sym_mutable] = ACTIONS(3375), [anon_sym_constinit] = ACTIONS(3375), [anon_sym_consteval] = ACTIONS(3375), [sym_primitive_type] = ACTIONS(3375), [anon_sym_enum] = ACTIONS(3375), [anon_sym_class] = ACTIONS(3375), [anon_sym_struct] = ACTIONS(3375), [anon_sym_union] = ACTIONS(3375), [anon_sym_if] = ACTIONS(3375), [anon_sym_switch] = ACTIONS(3375), [anon_sym_case] = ACTIONS(3375), [anon_sym_default] = ACTIONS(3375), [anon_sym_while] = ACTIONS(3375), [anon_sym_do] = ACTIONS(3375), [anon_sym_for] = ACTIONS(3375), [anon_sym_return] = ACTIONS(3375), [anon_sym_break] = ACTIONS(3375), [anon_sym_continue] = ACTIONS(3375), [anon_sym_goto] = ACTIONS(3375), [anon_sym_not] = ACTIONS(3375), [anon_sym_compl] = ACTIONS(3375), [anon_sym_DASH_DASH] = ACTIONS(3377), [anon_sym_PLUS_PLUS] = ACTIONS(3377), [anon_sym_sizeof] = ACTIONS(3375), [anon_sym_offsetof] = ACTIONS(3375), [anon_sym__Generic] = ACTIONS(3375), [anon_sym_asm] = ACTIONS(3375), [anon_sym___asm__] = ACTIONS(3375), [sym_number_literal] = ACTIONS(3377), [anon_sym_L_SQUOTE] = ACTIONS(3377), [anon_sym_u_SQUOTE] = ACTIONS(3377), [anon_sym_U_SQUOTE] = ACTIONS(3377), [anon_sym_u8_SQUOTE] = ACTIONS(3377), [anon_sym_SQUOTE] = ACTIONS(3377), [anon_sym_L_DQUOTE] = ACTIONS(3377), [anon_sym_u_DQUOTE] = ACTIONS(3377), [anon_sym_U_DQUOTE] = ACTIONS(3377), [anon_sym_u8_DQUOTE] = ACTIONS(3377), [anon_sym_DQUOTE] = ACTIONS(3377), [sym_true] = ACTIONS(3375), [sym_false] = ACTIONS(3375), [anon_sym_NULL] = ACTIONS(3375), [anon_sym_nullptr] = ACTIONS(3375), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3375), [anon_sym_decltype] = ACTIONS(3375), [anon_sym_virtual] = ACTIONS(3375), [anon_sym_explicit] = ACTIONS(3375), [anon_sym_typename] = ACTIONS(3375), [anon_sym_template] = ACTIONS(3375), [anon_sym_operator] = ACTIONS(3375), [anon_sym_try] = ACTIONS(3375), [anon_sym_delete] = ACTIONS(3375), [anon_sym_throw] = ACTIONS(3375), [anon_sym_namespace] = ACTIONS(3375), [anon_sym_using] = ACTIONS(3375), [anon_sym_static_assert] = ACTIONS(3375), [anon_sym_concept] = ACTIONS(3375), [anon_sym_co_return] = ACTIONS(3375), [anon_sym_co_yield] = ACTIONS(3375), [anon_sym_R_DQUOTE] = ACTIONS(3377), [anon_sym_LR_DQUOTE] = ACTIONS(3377), [anon_sym_uR_DQUOTE] = ACTIONS(3377), [anon_sym_UR_DQUOTE] = ACTIONS(3377), [anon_sym_u8R_DQUOTE] = ACTIONS(3377), [anon_sym_co_await] = ACTIONS(3375), [anon_sym_new] = ACTIONS(3375), [anon_sym_requires] = ACTIONS(3375), [sym_this] = ACTIONS(3375), }, [1331] = { [ts_builtin_sym_end] = ACTIONS(3170), [sym_identifier] = ACTIONS(3168), [aux_sym_preproc_include_token1] = ACTIONS(3168), [aux_sym_preproc_def_token1] = ACTIONS(3168), [aux_sym_preproc_if_token1] = ACTIONS(3168), [aux_sym_preproc_ifdef_token1] = ACTIONS(3168), [aux_sym_preproc_ifdef_token2] = ACTIONS(3168), [sym_preproc_directive] = ACTIONS(3168), [anon_sym_LPAREN2] = ACTIONS(3170), [anon_sym_BANG] = ACTIONS(3170), [anon_sym_TILDE] = ACTIONS(3170), [anon_sym_DASH] = ACTIONS(3168), [anon_sym_PLUS] = ACTIONS(3168), [anon_sym_STAR] = ACTIONS(3170), [anon_sym_AMP_AMP] = ACTIONS(3170), [anon_sym_AMP] = ACTIONS(3168), [anon_sym_typedef] = ACTIONS(3168), [anon_sym_extern] = ACTIONS(3168), [anon_sym___attribute__] = ACTIONS(3168), [anon_sym_COLON_COLON] = ACTIONS(3170), [anon_sym_LBRACK_LBRACK] = ACTIONS(3170), [anon_sym___declspec] = ACTIONS(3168), [anon_sym___based] = ACTIONS(3168), [anon_sym___cdecl] = ACTIONS(3168), [anon_sym___clrcall] = ACTIONS(3168), [anon_sym___stdcall] = ACTIONS(3168), [anon_sym___fastcall] = ACTIONS(3168), [anon_sym___thiscall] = ACTIONS(3168), [anon_sym___vectorcall] = ACTIONS(3168), [anon_sym_LBRACE] = ACTIONS(3170), [anon_sym_signed] = ACTIONS(3168), [anon_sym_unsigned] = ACTIONS(3168), [anon_sym_long] = ACTIONS(3168), [anon_sym_short] = ACTIONS(3168), [anon_sym_LBRACK] = ACTIONS(3168), [anon_sym_static] = ACTIONS(3168), [anon_sym_register] = ACTIONS(3168), [anon_sym_inline] = ACTIONS(3168), [anon_sym_thread_local] = ACTIONS(3168), [anon_sym_const] = ACTIONS(3168), [anon_sym_constexpr] = ACTIONS(3168), [anon_sym_volatile] = ACTIONS(3168), [anon_sym_restrict] = ACTIONS(3168), [anon_sym___restrict__] = ACTIONS(3168), [anon_sym__Atomic] = ACTIONS(3168), [anon_sym__Noreturn] = ACTIONS(3168), [anon_sym_noreturn] = ACTIONS(3168), [anon_sym_mutable] = ACTIONS(3168), [anon_sym_constinit] = ACTIONS(3168), [anon_sym_consteval] = ACTIONS(3168), [sym_primitive_type] = ACTIONS(3168), [anon_sym_enum] = ACTIONS(3168), [anon_sym_class] = ACTIONS(3168), [anon_sym_struct] = ACTIONS(3168), [anon_sym_union] = ACTIONS(3168), [anon_sym_if] = ACTIONS(3168), [anon_sym_switch] = ACTIONS(3168), [anon_sym_case] = ACTIONS(3168), [anon_sym_default] = ACTIONS(3168), [anon_sym_while] = ACTIONS(3168), [anon_sym_do] = ACTIONS(3168), [anon_sym_for] = ACTIONS(3168), [anon_sym_return] = ACTIONS(3168), [anon_sym_break] = ACTIONS(3168), [anon_sym_continue] = ACTIONS(3168), [anon_sym_goto] = ACTIONS(3168), [anon_sym_not] = ACTIONS(3168), [anon_sym_compl] = ACTIONS(3168), [anon_sym_DASH_DASH] = ACTIONS(3170), [anon_sym_PLUS_PLUS] = ACTIONS(3170), [anon_sym_sizeof] = ACTIONS(3168), [anon_sym_offsetof] = ACTIONS(3168), [anon_sym__Generic] = ACTIONS(3168), [anon_sym_asm] = ACTIONS(3168), [anon_sym___asm__] = ACTIONS(3168), [sym_number_literal] = ACTIONS(3170), [anon_sym_L_SQUOTE] = ACTIONS(3170), [anon_sym_u_SQUOTE] = ACTIONS(3170), [anon_sym_U_SQUOTE] = ACTIONS(3170), [anon_sym_u8_SQUOTE] = ACTIONS(3170), [anon_sym_SQUOTE] = ACTIONS(3170), [anon_sym_L_DQUOTE] = ACTIONS(3170), [anon_sym_u_DQUOTE] = ACTIONS(3170), [anon_sym_U_DQUOTE] = ACTIONS(3170), [anon_sym_u8_DQUOTE] = ACTIONS(3170), [anon_sym_DQUOTE] = ACTIONS(3170), [sym_true] = ACTIONS(3168), [sym_false] = ACTIONS(3168), [anon_sym_NULL] = ACTIONS(3168), [anon_sym_nullptr] = ACTIONS(3168), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3168), [anon_sym_decltype] = ACTIONS(3168), [anon_sym_virtual] = ACTIONS(3168), [anon_sym_explicit] = ACTIONS(3168), [anon_sym_typename] = ACTIONS(3168), [anon_sym_template] = ACTIONS(3168), [anon_sym_operator] = ACTIONS(3168), [anon_sym_try] = ACTIONS(3168), [anon_sym_delete] = ACTIONS(3168), [anon_sym_throw] = ACTIONS(3168), [anon_sym_namespace] = ACTIONS(3168), [anon_sym_using] = ACTIONS(3168), [anon_sym_static_assert] = ACTIONS(3168), [anon_sym_concept] = ACTIONS(3168), [anon_sym_co_return] = ACTIONS(3168), [anon_sym_co_yield] = ACTIONS(3168), [anon_sym_R_DQUOTE] = ACTIONS(3170), [anon_sym_LR_DQUOTE] = ACTIONS(3170), [anon_sym_uR_DQUOTE] = ACTIONS(3170), [anon_sym_UR_DQUOTE] = ACTIONS(3170), [anon_sym_u8R_DQUOTE] = ACTIONS(3170), [anon_sym_co_await] = ACTIONS(3168), [anon_sym_new] = ACTIONS(3168), [anon_sym_requires] = ACTIONS(3168), [sym_this] = ACTIONS(3168), }, [1332] = { [ts_builtin_sym_end] = ACTIONS(3289), [sym_identifier] = ACTIONS(3287), [aux_sym_preproc_include_token1] = ACTIONS(3287), [aux_sym_preproc_def_token1] = ACTIONS(3287), [aux_sym_preproc_if_token1] = ACTIONS(3287), [aux_sym_preproc_ifdef_token1] = ACTIONS(3287), [aux_sym_preproc_ifdef_token2] = ACTIONS(3287), [sym_preproc_directive] = ACTIONS(3287), [anon_sym_LPAREN2] = ACTIONS(3289), [anon_sym_BANG] = ACTIONS(3289), [anon_sym_TILDE] = ACTIONS(3289), [anon_sym_DASH] = ACTIONS(3287), [anon_sym_PLUS] = ACTIONS(3287), [anon_sym_STAR] = ACTIONS(3289), [anon_sym_AMP_AMP] = ACTIONS(3289), [anon_sym_AMP] = ACTIONS(3287), [anon_sym_typedef] = ACTIONS(3287), [anon_sym_extern] = ACTIONS(3287), [anon_sym___attribute__] = ACTIONS(3287), [anon_sym_COLON_COLON] = ACTIONS(3289), [anon_sym_LBRACK_LBRACK] = ACTIONS(3289), [anon_sym___declspec] = ACTIONS(3287), [anon_sym___based] = ACTIONS(3287), [anon_sym___cdecl] = ACTIONS(3287), [anon_sym___clrcall] = ACTIONS(3287), [anon_sym___stdcall] = ACTIONS(3287), [anon_sym___fastcall] = ACTIONS(3287), [anon_sym___thiscall] = ACTIONS(3287), [anon_sym___vectorcall] = ACTIONS(3287), [anon_sym_LBRACE] = ACTIONS(3289), [anon_sym_signed] = ACTIONS(3287), [anon_sym_unsigned] = ACTIONS(3287), [anon_sym_long] = ACTIONS(3287), [anon_sym_short] = ACTIONS(3287), [anon_sym_LBRACK] = ACTIONS(3287), [anon_sym_static] = ACTIONS(3287), [anon_sym_register] = ACTIONS(3287), [anon_sym_inline] = ACTIONS(3287), [anon_sym_thread_local] = ACTIONS(3287), [anon_sym_const] = ACTIONS(3287), [anon_sym_constexpr] = ACTIONS(3287), [anon_sym_volatile] = ACTIONS(3287), [anon_sym_restrict] = ACTIONS(3287), [anon_sym___restrict__] = ACTIONS(3287), [anon_sym__Atomic] = ACTIONS(3287), [anon_sym__Noreturn] = ACTIONS(3287), [anon_sym_noreturn] = ACTIONS(3287), [anon_sym_mutable] = ACTIONS(3287), [anon_sym_constinit] = ACTIONS(3287), [anon_sym_consteval] = ACTIONS(3287), [sym_primitive_type] = ACTIONS(3287), [anon_sym_enum] = ACTIONS(3287), [anon_sym_class] = ACTIONS(3287), [anon_sym_struct] = ACTIONS(3287), [anon_sym_union] = ACTIONS(3287), [anon_sym_if] = ACTIONS(3287), [anon_sym_switch] = ACTIONS(3287), [anon_sym_case] = ACTIONS(3287), [anon_sym_default] = ACTIONS(3287), [anon_sym_while] = ACTIONS(3287), [anon_sym_do] = ACTIONS(3287), [anon_sym_for] = ACTIONS(3287), [anon_sym_return] = ACTIONS(3287), [anon_sym_break] = ACTIONS(3287), [anon_sym_continue] = ACTIONS(3287), [anon_sym_goto] = ACTIONS(3287), [anon_sym_not] = ACTIONS(3287), [anon_sym_compl] = ACTIONS(3287), [anon_sym_DASH_DASH] = ACTIONS(3289), [anon_sym_PLUS_PLUS] = ACTIONS(3289), [anon_sym_sizeof] = ACTIONS(3287), [anon_sym_offsetof] = ACTIONS(3287), [anon_sym__Generic] = ACTIONS(3287), [anon_sym_asm] = ACTIONS(3287), [anon_sym___asm__] = ACTIONS(3287), [sym_number_literal] = ACTIONS(3289), [anon_sym_L_SQUOTE] = ACTIONS(3289), [anon_sym_u_SQUOTE] = ACTIONS(3289), [anon_sym_U_SQUOTE] = ACTIONS(3289), [anon_sym_u8_SQUOTE] = ACTIONS(3289), [anon_sym_SQUOTE] = ACTIONS(3289), [anon_sym_L_DQUOTE] = ACTIONS(3289), [anon_sym_u_DQUOTE] = ACTIONS(3289), [anon_sym_U_DQUOTE] = ACTIONS(3289), [anon_sym_u8_DQUOTE] = ACTIONS(3289), [anon_sym_DQUOTE] = ACTIONS(3289), [sym_true] = ACTIONS(3287), [sym_false] = ACTIONS(3287), [anon_sym_NULL] = ACTIONS(3287), [anon_sym_nullptr] = ACTIONS(3287), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3287), [anon_sym_decltype] = ACTIONS(3287), [anon_sym_virtual] = ACTIONS(3287), [anon_sym_explicit] = ACTIONS(3287), [anon_sym_typename] = ACTIONS(3287), [anon_sym_template] = ACTIONS(3287), [anon_sym_operator] = ACTIONS(3287), [anon_sym_try] = ACTIONS(3287), [anon_sym_delete] = ACTIONS(3287), [anon_sym_throw] = ACTIONS(3287), [anon_sym_namespace] = ACTIONS(3287), [anon_sym_using] = ACTIONS(3287), [anon_sym_static_assert] = ACTIONS(3287), [anon_sym_concept] = ACTIONS(3287), [anon_sym_co_return] = ACTIONS(3287), [anon_sym_co_yield] = ACTIONS(3287), [anon_sym_R_DQUOTE] = ACTIONS(3289), [anon_sym_LR_DQUOTE] = ACTIONS(3289), [anon_sym_uR_DQUOTE] = ACTIONS(3289), [anon_sym_UR_DQUOTE] = ACTIONS(3289), [anon_sym_u8R_DQUOTE] = ACTIONS(3289), [anon_sym_co_await] = ACTIONS(3287), [anon_sym_new] = ACTIONS(3287), [anon_sym_requires] = ACTIONS(3287), [sym_this] = ACTIONS(3287), }, [1333] = { [ts_builtin_sym_end] = ACTIONS(3293), [sym_identifier] = ACTIONS(3291), [aux_sym_preproc_include_token1] = ACTIONS(3291), [aux_sym_preproc_def_token1] = ACTIONS(3291), [aux_sym_preproc_if_token1] = ACTIONS(3291), [aux_sym_preproc_ifdef_token1] = ACTIONS(3291), [aux_sym_preproc_ifdef_token2] = ACTIONS(3291), [sym_preproc_directive] = ACTIONS(3291), [anon_sym_LPAREN2] = ACTIONS(3293), [anon_sym_BANG] = ACTIONS(3293), [anon_sym_TILDE] = ACTIONS(3293), [anon_sym_DASH] = ACTIONS(3291), [anon_sym_PLUS] = ACTIONS(3291), [anon_sym_STAR] = ACTIONS(3293), [anon_sym_AMP_AMP] = ACTIONS(3293), [anon_sym_AMP] = ACTIONS(3291), [anon_sym_typedef] = ACTIONS(3291), [anon_sym_extern] = ACTIONS(3291), [anon_sym___attribute__] = ACTIONS(3291), [anon_sym_COLON_COLON] = ACTIONS(3293), [anon_sym_LBRACK_LBRACK] = ACTIONS(3293), [anon_sym___declspec] = ACTIONS(3291), [anon_sym___based] = ACTIONS(3291), [anon_sym___cdecl] = ACTIONS(3291), [anon_sym___clrcall] = ACTIONS(3291), [anon_sym___stdcall] = ACTIONS(3291), [anon_sym___fastcall] = ACTIONS(3291), [anon_sym___thiscall] = ACTIONS(3291), [anon_sym___vectorcall] = ACTIONS(3291), [anon_sym_LBRACE] = ACTIONS(3293), [anon_sym_signed] = ACTIONS(3291), [anon_sym_unsigned] = ACTIONS(3291), [anon_sym_long] = ACTIONS(3291), [anon_sym_short] = ACTIONS(3291), [anon_sym_LBRACK] = ACTIONS(3291), [anon_sym_static] = ACTIONS(3291), [anon_sym_register] = ACTIONS(3291), [anon_sym_inline] = ACTIONS(3291), [anon_sym_thread_local] = ACTIONS(3291), [anon_sym_const] = ACTIONS(3291), [anon_sym_constexpr] = ACTIONS(3291), [anon_sym_volatile] = ACTIONS(3291), [anon_sym_restrict] = ACTIONS(3291), [anon_sym___restrict__] = ACTIONS(3291), [anon_sym__Atomic] = ACTIONS(3291), [anon_sym__Noreturn] = ACTIONS(3291), [anon_sym_noreturn] = ACTIONS(3291), [anon_sym_mutable] = ACTIONS(3291), [anon_sym_constinit] = ACTIONS(3291), [anon_sym_consteval] = ACTIONS(3291), [sym_primitive_type] = ACTIONS(3291), [anon_sym_enum] = ACTIONS(3291), [anon_sym_class] = ACTIONS(3291), [anon_sym_struct] = ACTIONS(3291), [anon_sym_union] = ACTIONS(3291), [anon_sym_if] = ACTIONS(3291), [anon_sym_switch] = ACTIONS(3291), [anon_sym_case] = ACTIONS(3291), [anon_sym_default] = ACTIONS(3291), [anon_sym_while] = ACTIONS(3291), [anon_sym_do] = ACTIONS(3291), [anon_sym_for] = ACTIONS(3291), [anon_sym_return] = ACTIONS(3291), [anon_sym_break] = ACTIONS(3291), [anon_sym_continue] = ACTIONS(3291), [anon_sym_goto] = ACTIONS(3291), [anon_sym_not] = ACTIONS(3291), [anon_sym_compl] = ACTIONS(3291), [anon_sym_DASH_DASH] = ACTIONS(3293), [anon_sym_PLUS_PLUS] = ACTIONS(3293), [anon_sym_sizeof] = ACTIONS(3291), [anon_sym_offsetof] = ACTIONS(3291), [anon_sym__Generic] = ACTIONS(3291), [anon_sym_asm] = ACTIONS(3291), [anon_sym___asm__] = ACTIONS(3291), [sym_number_literal] = ACTIONS(3293), [anon_sym_L_SQUOTE] = ACTIONS(3293), [anon_sym_u_SQUOTE] = ACTIONS(3293), [anon_sym_U_SQUOTE] = ACTIONS(3293), [anon_sym_u8_SQUOTE] = ACTIONS(3293), [anon_sym_SQUOTE] = ACTIONS(3293), [anon_sym_L_DQUOTE] = ACTIONS(3293), [anon_sym_u_DQUOTE] = ACTIONS(3293), [anon_sym_U_DQUOTE] = ACTIONS(3293), [anon_sym_u8_DQUOTE] = ACTIONS(3293), [anon_sym_DQUOTE] = ACTIONS(3293), [sym_true] = ACTIONS(3291), [sym_false] = ACTIONS(3291), [anon_sym_NULL] = ACTIONS(3291), [anon_sym_nullptr] = ACTIONS(3291), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3291), [anon_sym_decltype] = ACTIONS(3291), [anon_sym_virtual] = ACTIONS(3291), [anon_sym_explicit] = ACTIONS(3291), [anon_sym_typename] = ACTIONS(3291), [anon_sym_template] = ACTIONS(3291), [anon_sym_operator] = ACTIONS(3291), [anon_sym_try] = ACTIONS(3291), [anon_sym_delete] = ACTIONS(3291), [anon_sym_throw] = ACTIONS(3291), [anon_sym_namespace] = ACTIONS(3291), [anon_sym_using] = ACTIONS(3291), [anon_sym_static_assert] = ACTIONS(3291), [anon_sym_concept] = ACTIONS(3291), [anon_sym_co_return] = ACTIONS(3291), [anon_sym_co_yield] = ACTIONS(3291), [anon_sym_R_DQUOTE] = ACTIONS(3293), [anon_sym_LR_DQUOTE] = ACTIONS(3293), [anon_sym_uR_DQUOTE] = ACTIONS(3293), [anon_sym_UR_DQUOTE] = ACTIONS(3293), [anon_sym_u8R_DQUOTE] = ACTIONS(3293), [anon_sym_co_await] = ACTIONS(3291), [anon_sym_new] = ACTIONS(3291), [anon_sym_requires] = ACTIONS(3291), [sym_this] = ACTIONS(3291), }, [1334] = { [ts_builtin_sym_end] = ACTIONS(3121), [sym_identifier] = ACTIONS(3119), [aux_sym_preproc_include_token1] = ACTIONS(3119), [aux_sym_preproc_def_token1] = ACTIONS(3119), [aux_sym_preproc_if_token1] = ACTIONS(3119), [aux_sym_preproc_ifdef_token1] = ACTIONS(3119), [aux_sym_preproc_ifdef_token2] = ACTIONS(3119), [sym_preproc_directive] = ACTIONS(3119), [anon_sym_LPAREN2] = ACTIONS(3121), [anon_sym_BANG] = ACTIONS(3121), [anon_sym_TILDE] = ACTIONS(3121), [anon_sym_DASH] = ACTIONS(3119), [anon_sym_PLUS] = ACTIONS(3119), [anon_sym_STAR] = ACTIONS(3121), [anon_sym_AMP_AMP] = ACTIONS(3121), [anon_sym_AMP] = ACTIONS(3119), [anon_sym_typedef] = ACTIONS(3119), [anon_sym_extern] = ACTIONS(3119), [anon_sym___attribute__] = ACTIONS(3119), [anon_sym_COLON_COLON] = ACTIONS(3121), [anon_sym_LBRACK_LBRACK] = ACTIONS(3121), [anon_sym___declspec] = ACTIONS(3119), [anon_sym___based] = ACTIONS(3119), [anon_sym___cdecl] = ACTIONS(3119), [anon_sym___clrcall] = ACTIONS(3119), [anon_sym___stdcall] = ACTIONS(3119), [anon_sym___fastcall] = ACTIONS(3119), [anon_sym___thiscall] = ACTIONS(3119), [anon_sym___vectorcall] = ACTIONS(3119), [anon_sym_LBRACE] = ACTIONS(3121), [anon_sym_signed] = ACTIONS(3119), [anon_sym_unsigned] = ACTIONS(3119), [anon_sym_long] = ACTIONS(3119), [anon_sym_short] = ACTIONS(3119), [anon_sym_LBRACK] = ACTIONS(3119), [anon_sym_static] = ACTIONS(3119), [anon_sym_register] = ACTIONS(3119), [anon_sym_inline] = ACTIONS(3119), [anon_sym_thread_local] = ACTIONS(3119), [anon_sym_const] = ACTIONS(3119), [anon_sym_constexpr] = ACTIONS(3119), [anon_sym_volatile] = ACTIONS(3119), [anon_sym_restrict] = ACTIONS(3119), [anon_sym___restrict__] = ACTIONS(3119), [anon_sym__Atomic] = ACTIONS(3119), [anon_sym__Noreturn] = ACTIONS(3119), [anon_sym_noreturn] = ACTIONS(3119), [anon_sym_mutable] = ACTIONS(3119), [anon_sym_constinit] = ACTIONS(3119), [anon_sym_consteval] = ACTIONS(3119), [sym_primitive_type] = ACTIONS(3119), [anon_sym_enum] = ACTIONS(3119), [anon_sym_class] = ACTIONS(3119), [anon_sym_struct] = ACTIONS(3119), [anon_sym_union] = ACTIONS(3119), [anon_sym_if] = ACTIONS(3119), [anon_sym_switch] = ACTIONS(3119), [anon_sym_case] = ACTIONS(3119), [anon_sym_default] = ACTIONS(3119), [anon_sym_while] = ACTIONS(3119), [anon_sym_do] = ACTIONS(3119), [anon_sym_for] = ACTIONS(3119), [anon_sym_return] = ACTIONS(3119), [anon_sym_break] = ACTIONS(3119), [anon_sym_continue] = ACTIONS(3119), [anon_sym_goto] = ACTIONS(3119), [anon_sym_not] = ACTIONS(3119), [anon_sym_compl] = ACTIONS(3119), [anon_sym_DASH_DASH] = ACTIONS(3121), [anon_sym_PLUS_PLUS] = ACTIONS(3121), [anon_sym_sizeof] = ACTIONS(3119), [anon_sym_offsetof] = ACTIONS(3119), [anon_sym__Generic] = ACTIONS(3119), [anon_sym_asm] = ACTIONS(3119), [anon_sym___asm__] = ACTIONS(3119), [sym_number_literal] = ACTIONS(3121), [anon_sym_L_SQUOTE] = ACTIONS(3121), [anon_sym_u_SQUOTE] = ACTIONS(3121), [anon_sym_U_SQUOTE] = ACTIONS(3121), [anon_sym_u8_SQUOTE] = ACTIONS(3121), [anon_sym_SQUOTE] = ACTIONS(3121), [anon_sym_L_DQUOTE] = ACTIONS(3121), [anon_sym_u_DQUOTE] = ACTIONS(3121), [anon_sym_U_DQUOTE] = ACTIONS(3121), [anon_sym_u8_DQUOTE] = ACTIONS(3121), [anon_sym_DQUOTE] = ACTIONS(3121), [sym_true] = ACTIONS(3119), [sym_false] = ACTIONS(3119), [anon_sym_NULL] = ACTIONS(3119), [anon_sym_nullptr] = ACTIONS(3119), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3119), [anon_sym_decltype] = ACTIONS(3119), [anon_sym_virtual] = ACTIONS(3119), [anon_sym_explicit] = ACTIONS(3119), [anon_sym_typename] = ACTIONS(3119), [anon_sym_template] = ACTIONS(3119), [anon_sym_operator] = ACTIONS(3119), [anon_sym_try] = ACTIONS(3119), [anon_sym_delete] = ACTIONS(3119), [anon_sym_throw] = ACTIONS(3119), [anon_sym_namespace] = ACTIONS(3119), [anon_sym_using] = ACTIONS(3119), [anon_sym_static_assert] = ACTIONS(3119), [anon_sym_concept] = ACTIONS(3119), [anon_sym_co_return] = ACTIONS(3119), [anon_sym_co_yield] = ACTIONS(3119), [anon_sym_R_DQUOTE] = ACTIONS(3121), [anon_sym_LR_DQUOTE] = ACTIONS(3121), [anon_sym_uR_DQUOTE] = ACTIONS(3121), [anon_sym_UR_DQUOTE] = ACTIONS(3121), [anon_sym_u8R_DQUOTE] = ACTIONS(3121), [anon_sym_co_await] = ACTIONS(3119), [anon_sym_new] = ACTIONS(3119), [anon_sym_requires] = ACTIONS(3119), [sym_this] = ACTIONS(3119), }, [1335] = { [ts_builtin_sym_end] = ACTIONS(3182), [sym_identifier] = ACTIONS(3180), [aux_sym_preproc_include_token1] = ACTIONS(3180), [aux_sym_preproc_def_token1] = ACTIONS(3180), [aux_sym_preproc_if_token1] = ACTIONS(3180), [aux_sym_preproc_ifdef_token1] = ACTIONS(3180), [aux_sym_preproc_ifdef_token2] = ACTIONS(3180), [sym_preproc_directive] = ACTIONS(3180), [anon_sym_LPAREN2] = ACTIONS(3182), [anon_sym_BANG] = ACTIONS(3182), [anon_sym_TILDE] = ACTIONS(3182), [anon_sym_DASH] = ACTIONS(3180), [anon_sym_PLUS] = ACTIONS(3180), [anon_sym_STAR] = ACTIONS(3182), [anon_sym_AMP_AMP] = ACTIONS(3182), [anon_sym_AMP] = ACTIONS(3180), [anon_sym_typedef] = ACTIONS(3180), [anon_sym_extern] = ACTIONS(3180), [anon_sym___attribute__] = ACTIONS(3180), [anon_sym_COLON_COLON] = ACTIONS(3182), [anon_sym_LBRACK_LBRACK] = ACTIONS(3182), [anon_sym___declspec] = ACTIONS(3180), [anon_sym___based] = ACTIONS(3180), [anon_sym___cdecl] = ACTIONS(3180), [anon_sym___clrcall] = ACTIONS(3180), [anon_sym___stdcall] = ACTIONS(3180), [anon_sym___fastcall] = ACTIONS(3180), [anon_sym___thiscall] = ACTIONS(3180), [anon_sym___vectorcall] = ACTIONS(3180), [anon_sym_LBRACE] = ACTIONS(3182), [anon_sym_signed] = ACTIONS(3180), [anon_sym_unsigned] = ACTIONS(3180), [anon_sym_long] = ACTIONS(3180), [anon_sym_short] = ACTIONS(3180), [anon_sym_LBRACK] = ACTIONS(3180), [anon_sym_static] = ACTIONS(3180), [anon_sym_register] = ACTIONS(3180), [anon_sym_inline] = ACTIONS(3180), [anon_sym_thread_local] = ACTIONS(3180), [anon_sym_const] = ACTIONS(3180), [anon_sym_constexpr] = ACTIONS(3180), [anon_sym_volatile] = ACTIONS(3180), [anon_sym_restrict] = ACTIONS(3180), [anon_sym___restrict__] = ACTIONS(3180), [anon_sym__Atomic] = ACTIONS(3180), [anon_sym__Noreturn] = ACTIONS(3180), [anon_sym_noreturn] = ACTIONS(3180), [anon_sym_mutable] = ACTIONS(3180), [anon_sym_constinit] = ACTIONS(3180), [anon_sym_consteval] = ACTIONS(3180), [sym_primitive_type] = ACTIONS(3180), [anon_sym_enum] = ACTIONS(3180), [anon_sym_class] = ACTIONS(3180), [anon_sym_struct] = ACTIONS(3180), [anon_sym_union] = ACTIONS(3180), [anon_sym_if] = ACTIONS(3180), [anon_sym_switch] = ACTIONS(3180), [anon_sym_case] = ACTIONS(3180), [anon_sym_default] = ACTIONS(3180), [anon_sym_while] = ACTIONS(3180), [anon_sym_do] = ACTIONS(3180), [anon_sym_for] = ACTIONS(3180), [anon_sym_return] = ACTIONS(3180), [anon_sym_break] = ACTIONS(3180), [anon_sym_continue] = ACTIONS(3180), [anon_sym_goto] = ACTIONS(3180), [anon_sym_not] = ACTIONS(3180), [anon_sym_compl] = ACTIONS(3180), [anon_sym_DASH_DASH] = ACTIONS(3182), [anon_sym_PLUS_PLUS] = ACTIONS(3182), [anon_sym_sizeof] = ACTIONS(3180), [anon_sym_offsetof] = ACTIONS(3180), [anon_sym__Generic] = ACTIONS(3180), [anon_sym_asm] = ACTIONS(3180), [anon_sym___asm__] = ACTIONS(3180), [sym_number_literal] = ACTIONS(3182), [anon_sym_L_SQUOTE] = ACTIONS(3182), [anon_sym_u_SQUOTE] = ACTIONS(3182), [anon_sym_U_SQUOTE] = ACTIONS(3182), [anon_sym_u8_SQUOTE] = ACTIONS(3182), [anon_sym_SQUOTE] = ACTIONS(3182), [anon_sym_L_DQUOTE] = ACTIONS(3182), [anon_sym_u_DQUOTE] = ACTIONS(3182), [anon_sym_U_DQUOTE] = ACTIONS(3182), [anon_sym_u8_DQUOTE] = ACTIONS(3182), [anon_sym_DQUOTE] = ACTIONS(3182), [sym_true] = ACTIONS(3180), [sym_false] = ACTIONS(3180), [anon_sym_NULL] = ACTIONS(3180), [anon_sym_nullptr] = ACTIONS(3180), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3180), [anon_sym_decltype] = ACTIONS(3180), [anon_sym_virtual] = ACTIONS(3180), [anon_sym_explicit] = ACTIONS(3180), [anon_sym_typename] = ACTIONS(3180), [anon_sym_template] = ACTIONS(3180), [anon_sym_operator] = ACTIONS(3180), [anon_sym_try] = ACTIONS(3180), [anon_sym_delete] = ACTIONS(3180), [anon_sym_throw] = ACTIONS(3180), [anon_sym_namespace] = ACTIONS(3180), [anon_sym_using] = ACTIONS(3180), [anon_sym_static_assert] = ACTIONS(3180), [anon_sym_concept] = ACTIONS(3180), [anon_sym_co_return] = ACTIONS(3180), [anon_sym_co_yield] = ACTIONS(3180), [anon_sym_R_DQUOTE] = ACTIONS(3182), [anon_sym_LR_DQUOTE] = ACTIONS(3182), [anon_sym_uR_DQUOTE] = ACTIONS(3182), [anon_sym_UR_DQUOTE] = ACTIONS(3182), [anon_sym_u8R_DQUOTE] = ACTIONS(3182), [anon_sym_co_await] = ACTIONS(3180), [anon_sym_new] = ACTIONS(3180), [anon_sym_requires] = ACTIONS(3180), [sym_this] = ACTIONS(3180), }, [1336] = { [ts_builtin_sym_end] = ACTIONS(3174), [sym_identifier] = ACTIONS(3172), [aux_sym_preproc_include_token1] = ACTIONS(3172), [aux_sym_preproc_def_token1] = ACTIONS(3172), [aux_sym_preproc_if_token1] = ACTIONS(3172), [aux_sym_preproc_ifdef_token1] = ACTIONS(3172), [aux_sym_preproc_ifdef_token2] = ACTIONS(3172), [sym_preproc_directive] = ACTIONS(3172), [anon_sym_LPAREN2] = ACTIONS(3174), [anon_sym_BANG] = ACTIONS(3174), [anon_sym_TILDE] = ACTIONS(3174), [anon_sym_DASH] = ACTIONS(3172), [anon_sym_PLUS] = ACTIONS(3172), [anon_sym_STAR] = ACTIONS(3174), [anon_sym_AMP_AMP] = ACTIONS(3174), [anon_sym_AMP] = ACTIONS(3172), [anon_sym_typedef] = ACTIONS(3172), [anon_sym_extern] = ACTIONS(3172), [anon_sym___attribute__] = ACTIONS(3172), [anon_sym_COLON_COLON] = ACTIONS(3174), [anon_sym_LBRACK_LBRACK] = ACTIONS(3174), [anon_sym___declspec] = ACTIONS(3172), [anon_sym___based] = ACTIONS(3172), [anon_sym___cdecl] = ACTIONS(3172), [anon_sym___clrcall] = ACTIONS(3172), [anon_sym___stdcall] = ACTIONS(3172), [anon_sym___fastcall] = ACTIONS(3172), [anon_sym___thiscall] = ACTIONS(3172), [anon_sym___vectorcall] = ACTIONS(3172), [anon_sym_LBRACE] = ACTIONS(3174), [anon_sym_signed] = ACTIONS(3172), [anon_sym_unsigned] = ACTIONS(3172), [anon_sym_long] = ACTIONS(3172), [anon_sym_short] = ACTIONS(3172), [anon_sym_LBRACK] = ACTIONS(3172), [anon_sym_static] = ACTIONS(3172), [anon_sym_register] = ACTIONS(3172), [anon_sym_inline] = ACTIONS(3172), [anon_sym_thread_local] = ACTIONS(3172), [anon_sym_const] = ACTIONS(3172), [anon_sym_constexpr] = ACTIONS(3172), [anon_sym_volatile] = ACTIONS(3172), [anon_sym_restrict] = ACTIONS(3172), [anon_sym___restrict__] = ACTIONS(3172), [anon_sym__Atomic] = ACTIONS(3172), [anon_sym__Noreturn] = ACTIONS(3172), [anon_sym_noreturn] = ACTIONS(3172), [anon_sym_mutable] = ACTIONS(3172), [anon_sym_constinit] = ACTIONS(3172), [anon_sym_consteval] = ACTIONS(3172), [sym_primitive_type] = ACTIONS(3172), [anon_sym_enum] = ACTIONS(3172), [anon_sym_class] = ACTIONS(3172), [anon_sym_struct] = ACTIONS(3172), [anon_sym_union] = ACTIONS(3172), [anon_sym_if] = ACTIONS(3172), [anon_sym_switch] = ACTIONS(3172), [anon_sym_case] = ACTIONS(3172), [anon_sym_default] = ACTIONS(3172), [anon_sym_while] = ACTIONS(3172), [anon_sym_do] = ACTIONS(3172), [anon_sym_for] = ACTIONS(3172), [anon_sym_return] = ACTIONS(3172), [anon_sym_break] = ACTIONS(3172), [anon_sym_continue] = ACTIONS(3172), [anon_sym_goto] = ACTIONS(3172), [anon_sym_not] = ACTIONS(3172), [anon_sym_compl] = ACTIONS(3172), [anon_sym_DASH_DASH] = ACTIONS(3174), [anon_sym_PLUS_PLUS] = ACTIONS(3174), [anon_sym_sizeof] = ACTIONS(3172), [anon_sym_offsetof] = ACTIONS(3172), [anon_sym__Generic] = ACTIONS(3172), [anon_sym_asm] = ACTIONS(3172), [anon_sym___asm__] = ACTIONS(3172), [sym_number_literal] = ACTIONS(3174), [anon_sym_L_SQUOTE] = ACTIONS(3174), [anon_sym_u_SQUOTE] = ACTIONS(3174), [anon_sym_U_SQUOTE] = ACTIONS(3174), [anon_sym_u8_SQUOTE] = ACTIONS(3174), [anon_sym_SQUOTE] = ACTIONS(3174), [anon_sym_L_DQUOTE] = ACTIONS(3174), [anon_sym_u_DQUOTE] = ACTIONS(3174), [anon_sym_U_DQUOTE] = ACTIONS(3174), [anon_sym_u8_DQUOTE] = ACTIONS(3174), [anon_sym_DQUOTE] = ACTIONS(3174), [sym_true] = ACTIONS(3172), [sym_false] = ACTIONS(3172), [anon_sym_NULL] = ACTIONS(3172), [anon_sym_nullptr] = ACTIONS(3172), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3172), [anon_sym_decltype] = ACTIONS(3172), [anon_sym_virtual] = ACTIONS(3172), [anon_sym_explicit] = ACTIONS(3172), [anon_sym_typename] = ACTIONS(3172), [anon_sym_template] = ACTIONS(3172), [anon_sym_operator] = ACTIONS(3172), [anon_sym_try] = ACTIONS(3172), [anon_sym_delete] = ACTIONS(3172), [anon_sym_throw] = ACTIONS(3172), [anon_sym_namespace] = ACTIONS(3172), [anon_sym_using] = ACTIONS(3172), [anon_sym_static_assert] = ACTIONS(3172), [anon_sym_concept] = ACTIONS(3172), [anon_sym_co_return] = ACTIONS(3172), [anon_sym_co_yield] = ACTIONS(3172), [anon_sym_R_DQUOTE] = ACTIONS(3174), [anon_sym_LR_DQUOTE] = ACTIONS(3174), [anon_sym_uR_DQUOTE] = ACTIONS(3174), [anon_sym_UR_DQUOTE] = ACTIONS(3174), [anon_sym_u8R_DQUOTE] = ACTIONS(3174), [anon_sym_co_await] = ACTIONS(3172), [anon_sym_new] = ACTIONS(3172), [anon_sym_requires] = ACTIONS(3172), [sym_this] = ACTIONS(3172), }, [1337] = { [ts_builtin_sym_end] = ACTIONS(3150), [sym_identifier] = ACTIONS(3148), [aux_sym_preproc_include_token1] = ACTIONS(3148), [aux_sym_preproc_def_token1] = ACTIONS(3148), [aux_sym_preproc_if_token1] = ACTIONS(3148), [aux_sym_preproc_ifdef_token1] = ACTIONS(3148), [aux_sym_preproc_ifdef_token2] = ACTIONS(3148), [sym_preproc_directive] = ACTIONS(3148), [anon_sym_LPAREN2] = ACTIONS(3150), [anon_sym_BANG] = ACTIONS(3150), [anon_sym_TILDE] = ACTIONS(3150), [anon_sym_DASH] = ACTIONS(3148), [anon_sym_PLUS] = ACTIONS(3148), [anon_sym_STAR] = ACTIONS(3150), [anon_sym_AMP_AMP] = ACTIONS(3150), [anon_sym_AMP] = ACTIONS(3148), [anon_sym_typedef] = ACTIONS(3148), [anon_sym_extern] = ACTIONS(3148), [anon_sym___attribute__] = ACTIONS(3148), [anon_sym_COLON_COLON] = ACTIONS(3150), [anon_sym_LBRACK_LBRACK] = ACTIONS(3150), [anon_sym___declspec] = ACTIONS(3148), [anon_sym___based] = ACTIONS(3148), [anon_sym___cdecl] = ACTIONS(3148), [anon_sym___clrcall] = ACTIONS(3148), [anon_sym___stdcall] = ACTIONS(3148), [anon_sym___fastcall] = ACTIONS(3148), [anon_sym___thiscall] = ACTIONS(3148), [anon_sym___vectorcall] = ACTIONS(3148), [anon_sym_LBRACE] = ACTIONS(3150), [anon_sym_signed] = ACTIONS(3148), [anon_sym_unsigned] = ACTIONS(3148), [anon_sym_long] = ACTIONS(3148), [anon_sym_short] = ACTIONS(3148), [anon_sym_LBRACK] = ACTIONS(3148), [anon_sym_static] = ACTIONS(3148), [anon_sym_register] = ACTIONS(3148), [anon_sym_inline] = ACTIONS(3148), [anon_sym_thread_local] = ACTIONS(3148), [anon_sym_const] = ACTIONS(3148), [anon_sym_constexpr] = ACTIONS(3148), [anon_sym_volatile] = ACTIONS(3148), [anon_sym_restrict] = ACTIONS(3148), [anon_sym___restrict__] = ACTIONS(3148), [anon_sym__Atomic] = ACTIONS(3148), [anon_sym__Noreturn] = ACTIONS(3148), [anon_sym_noreturn] = ACTIONS(3148), [anon_sym_mutable] = ACTIONS(3148), [anon_sym_constinit] = ACTIONS(3148), [anon_sym_consteval] = ACTIONS(3148), [sym_primitive_type] = ACTIONS(3148), [anon_sym_enum] = ACTIONS(3148), [anon_sym_class] = ACTIONS(3148), [anon_sym_struct] = ACTIONS(3148), [anon_sym_union] = ACTIONS(3148), [anon_sym_if] = ACTIONS(3148), [anon_sym_switch] = ACTIONS(3148), [anon_sym_case] = ACTIONS(3148), [anon_sym_default] = ACTIONS(3148), [anon_sym_while] = ACTIONS(3148), [anon_sym_do] = ACTIONS(3148), [anon_sym_for] = ACTIONS(3148), [anon_sym_return] = ACTIONS(3148), [anon_sym_break] = ACTIONS(3148), [anon_sym_continue] = ACTIONS(3148), [anon_sym_goto] = ACTIONS(3148), [anon_sym_not] = ACTIONS(3148), [anon_sym_compl] = ACTIONS(3148), [anon_sym_DASH_DASH] = ACTIONS(3150), [anon_sym_PLUS_PLUS] = ACTIONS(3150), [anon_sym_sizeof] = ACTIONS(3148), [anon_sym_offsetof] = ACTIONS(3148), [anon_sym__Generic] = ACTIONS(3148), [anon_sym_asm] = ACTIONS(3148), [anon_sym___asm__] = ACTIONS(3148), [sym_number_literal] = ACTIONS(3150), [anon_sym_L_SQUOTE] = ACTIONS(3150), [anon_sym_u_SQUOTE] = ACTIONS(3150), [anon_sym_U_SQUOTE] = ACTIONS(3150), [anon_sym_u8_SQUOTE] = ACTIONS(3150), [anon_sym_SQUOTE] = ACTIONS(3150), [anon_sym_L_DQUOTE] = ACTIONS(3150), [anon_sym_u_DQUOTE] = ACTIONS(3150), [anon_sym_U_DQUOTE] = ACTIONS(3150), [anon_sym_u8_DQUOTE] = ACTIONS(3150), [anon_sym_DQUOTE] = ACTIONS(3150), [sym_true] = ACTIONS(3148), [sym_false] = ACTIONS(3148), [anon_sym_NULL] = ACTIONS(3148), [anon_sym_nullptr] = ACTIONS(3148), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3148), [anon_sym_decltype] = ACTIONS(3148), [anon_sym_virtual] = ACTIONS(3148), [anon_sym_explicit] = ACTIONS(3148), [anon_sym_typename] = ACTIONS(3148), [anon_sym_template] = ACTIONS(3148), [anon_sym_operator] = ACTIONS(3148), [anon_sym_try] = ACTIONS(3148), [anon_sym_delete] = ACTIONS(3148), [anon_sym_throw] = ACTIONS(3148), [anon_sym_namespace] = ACTIONS(3148), [anon_sym_using] = ACTIONS(3148), [anon_sym_static_assert] = ACTIONS(3148), [anon_sym_concept] = ACTIONS(3148), [anon_sym_co_return] = ACTIONS(3148), [anon_sym_co_yield] = ACTIONS(3148), [anon_sym_R_DQUOTE] = ACTIONS(3150), [anon_sym_LR_DQUOTE] = ACTIONS(3150), [anon_sym_uR_DQUOTE] = ACTIONS(3150), [anon_sym_UR_DQUOTE] = ACTIONS(3150), [anon_sym_u8R_DQUOTE] = ACTIONS(3150), [anon_sym_co_await] = ACTIONS(3148), [anon_sym_new] = ACTIONS(3148), [anon_sym_requires] = ACTIONS(3148), [sym_this] = ACTIONS(3148), }, [1338] = { [ts_builtin_sym_end] = ACTIONS(3647), [sym_identifier] = ACTIONS(3649), [aux_sym_preproc_include_token1] = ACTIONS(3649), [aux_sym_preproc_def_token1] = ACTIONS(3649), [aux_sym_preproc_if_token1] = ACTIONS(3649), [aux_sym_preproc_ifdef_token1] = ACTIONS(3649), [aux_sym_preproc_ifdef_token2] = ACTIONS(3649), [sym_preproc_directive] = ACTIONS(3649), [anon_sym_LPAREN2] = ACTIONS(3647), [anon_sym_BANG] = ACTIONS(3647), [anon_sym_TILDE] = ACTIONS(3647), [anon_sym_DASH] = ACTIONS(3649), [anon_sym_PLUS] = ACTIONS(3649), [anon_sym_STAR] = ACTIONS(3647), [anon_sym_AMP_AMP] = ACTIONS(3647), [anon_sym_AMP] = ACTIONS(3649), [anon_sym_typedef] = ACTIONS(3649), [anon_sym_extern] = ACTIONS(3649), [anon_sym___attribute__] = ACTIONS(3649), [anon_sym_COLON_COLON] = ACTIONS(3647), [anon_sym_LBRACK_LBRACK] = ACTIONS(3647), [anon_sym___declspec] = ACTIONS(3649), [anon_sym___based] = ACTIONS(3649), [anon_sym___cdecl] = ACTIONS(3649), [anon_sym___clrcall] = ACTIONS(3649), [anon_sym___stdcall] = ACTIONS(3649), [anon_sym___fastcall] = ACTIONS(3649), [anon_sym___thiscall] = ACTIONS(3649), [anon_sym___vectorcall] = ACTIONS(3649), [anon_sym_LBRACE] = ACTIONS(3647), [anon_sym_signed] = ACTIONS(3649), [anon_sym_unsigned] = ACTIONS(3649), [anon_sym_long] = ACTIONS(3649), [anon_sym_short] = ACTIONS(3649), [anon_sym_LBRACK] = ACTIONS(3649), [anon_sym_static] = ACTIONS(3649), [anon_sym_register] = ACTIONS(3649), [anon_sym_inline] = ACTIONS(3649), [anon_sym_thread_local] = ACTIONS(3649), [anon_sym_const] = ACTIONS(3649), [anon_sym_constexpr] = ACTIONS(3649), [anon_sym_volatile] = ACTIONS(3649), [anon_sym_restrict] = ACTIONS(3649), [anon_sym___restrict__] = ACTIONS(3649), [anon_sym__Atomic] = ACTIONS(3649), [anon_sym__Noreturn] = ACTIONS(3649), [anon_sym_noreturn] = ACTIONS(3649), [anon_sym_mutable] = ACTIONS(3649), [anon_sym_constinit] = ACTIONS(3649), [anon_sym_consteval] = ACTIONS(3649), [sym_primitive_type] = ACTIONS(3649), [anon_sym_enum] = ACTIONS(3649), [anon_sym_class] = ACTIONS(3649), [anon_sym_struct] = ACTIONS(3649), [anon_sym_union] = ACTIONS(3649), [anon_sym_if] = ACTIONS(3649), [anon_sym_switch] = ACTIONS(3649), [anon_sym_case] = ACTIONS(3649), [anon_sym_default] = ACTIONS(3649), [anon_sym_while] = ACTIONS(3649), [anon_sym_do] = ACTIONS(3649), [anon_sym_for] = ACTIONS(3649), [anon_sym_return] = ACTIONS(3649), [anon_sym_break] = ACTIONS(3649), [anon_sym_continue] = ACTIONS(3649), [anon_sym_goto] = ACTIONS(3649), [anon_sym_not] = ACTIONS(3649), [anon_sym_compl] = ACTIONS(3649), [anon_sym_DASH_DASH] = ACTIONS(3647), [anon_sym_PLUS_PLUS] = ACTIONS(3647), [anon_sym_sizeof] = ACTIONS(3649), [anon_sym_offsetof] = ACTIONS(3649), [anon_sym__Generic] = ACTIONS(3649), [anon_sym_asm] = ACTIONS(3649), [anon_sym___asm__] = ACTIONS(3649), [sym_number_literal] = ACTIONS(3647), [anon_sym_L_SQUOTE] = ACTIONS(3647), [anon_sym_u_SQUOTE] = ACTIONS(3647), [anon_sym_U_SQUOTE] = ACTIONS(3647), [anon_sym_u8_SQUOTE] = ACTIONS(3647), [anon_sym_SQUOTE] = ACTIONS(3647), [anon_sym_L_DQUOTE] = ACTIONS(3647), [anon_sym_u_DQUOTE] = ACTIONS(3647), [anon_sym_U_DQUOTE] = ACTIONS(3647), [anon_sym_u8_DQUOTE] = ACTIONS(3647), [anon_sym_DQUOTE] = ACTIONS(3647), [sym_true] = ACTIONS(3649), [sym_false] = ACTIONS(3649), [anon_sym_NULL] = ACTIONS(3649), [anon_sym_nullptr] = ACTIONS(3649), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3649), [anon_sym_decltype] = ACTIONS(3649), [anon_sym_virtual] = ACTIONS(3649), [anon_sym_explicit] = ACTIONS(3649), [anon_sym_typename] = ACTIONS(3649), [anon_sym_template] = ACTIONS(3649), [anon_sym_operator] = ACTIONS(3649), [anon_sym_try] = ACTIONS(3649), [anon_sym_delete] = ACTIONS(3649), [anon_sym_throw] = ACTIONS(3649), [anon_sym_namespace] = ACTIONS(3649), [anon_sym_using] = ACTIONS(3649), [anon_sym_static_assert] = ACTIONS(3649), [anon_sym_concept] = ACTIONS(3649), [anon_sym_co_return] = ACTIONS(3649), [anon_sym_co_yield] = ACTIONS(3649), [anon_sym_R_DQUOTE] = ACTIONS(3647), [anon_sym_LR_DQUOTE] = ACTIONS(3647), [anon_sym_uR_DQUOTE] = ACTIONS(3647), [anon_sym_UR_DQUOTE] = ACTIONS(3647), [anon_sym_u8R_DQUOTE] = ACTIONS(3647), [anon_sym_co_await] = ACTIONS(3649), [anon_sym_new] = ACTIONS(3649), [anon_sym_requires] = ACTIONS(3649), [sym_this] = ACTIONS(3649), }, [1339] = { [ts_builtin_sym_end] = ACTIONS(3347), [sym_identifier] = ACTIONS(3345), [aux_sym_preproc_include_token1] = ACTIONS(3345), [aux_sym_preproc_def_token1] = ACTIONS(3345), [aux_sym_preproc_if_token1] = ACTIONS(3345), [aux_sym_preproc_ifdef_token1] = ACTIONS(3345), [aux_sym_preproc_ifdef_token2] = ACTIONS(3345), [sym_preproc_directive] = ACTIONS(3345), [anon_sym_LPAREN2] = ACTIONS(3347), [anon_sym_BANG] = ACTIONS(3347), [anon_sym_TILDE] = ACTIONS(3347), [anon_sym_DASH] = ACTIONS(3345), [anon_sym_PLUS] = ACTIONS(3345), [anon_sym_STAR] = ACTIONS(3347), [anon_sym_AMP_AMP] = ACTIONS(3347), [anon_sym_AMP] = ACTIONS(3345), [anon_sym_typedef] = ACTIONS(3345), [anon_sym_extern] = ACTIONS(3345), [anon_sym___attribute__] = ACTIONS(3345), [anon_sym_COLON_COLON] = ACTIONS(3347), [anon_sym_LBRACK_LBRACK] = ACTIONS(3347), [anon_sym___declspec] = ACTIONS(3345), [anon_sym___based] = ACTIONS(3345), [anon_sym___cdecl] = ACTIONS(3345), [anon_sym___clrcall] = ACTIONS(3345), [anon_sym___stdcall] = ACTIONS(3345), [anon_sym___fastcall] = ACTIONS(3345), [anon_sym___thiscall] = ACTIONS(3345), [anon_sym___vectorcall] = ACTIONS(3345), [anon_sym_LBRACE] = ACTIONS(3347), [anon_sym_signed] = ACTIONS(3345), [anon_sym_unsigned] = ACTIONS(3345), [anon_sym_long] = ACTIONS(3345), [anon_sym_short] = ACTIONS(3345), [anon_sym_LBRACK] = ACTIONS(3345), [anon_sym_static] = ACTIONS(3345), [anon_sym_register] = ACTIONS(3345), [anon_sym_inline] = ACTIONS(3345), [anon_sym_thread_local] = ACTIONS(3345), [anon_sym_const] = ACTIONS(3345), [anon_sym_constexpr] = ACTIONS(3345), [anon_sym_volatile] = ACTIONS(3345), [anon_sym_restrict] = ACTIONS(3345), [anon_sym___restrict__] = ACTIONS(3345), [anon_sym__Atomic] = ACTIONS(3345), [anon_sym__Noreturn] = ACTIONS(3345), [anon_sym_noreturn] = ACTIONS(3345), [anon_sym_mutable] = ACTIONS(3345), [anon_sym_constinit] = ACTIONS(3345), [anon_sym_consteval] = ACTIONS(3345), [sym_primitive_type] = ACTIONS(3345), [anon_sym_enum] = ACTIONS(3345), [anon_sym_class] = ACTIONS(3345), [anon_sym_struct] = ACTIONS(3345), [anon_sym_union] = ACTIONS(3345), [anon_sym_if] = ACTIONS(3345), [anon_sym_switch] = ACTIONS(3345), [anon_sym_case] = ACTIONS(3345), [anon_sym_default] = ACTIONS(3345), [anon_sym_while] = ACTIONS(3345), [anon_sym_do] = ACTIONS(3345), [anon_sym_for] = ACTIONS(3345), [anon_sym_return] = ACTIONS(3345), [anon_sym_break] = ACTIONS(3345), [anon_sym_continue] = ACTIONS(3345), [anon_sym_goto] = ACTIONS(3345), [anon_sym_not] = ACTIONS(3345), [anon_sym_compl] = ACTIONS(3345), [anon_sym_DASH_DASH] = ACTIONS(3347), [anon_sym_PLUS_PLUS] = ACTIONS(3347), [anon_sym_sizeof] = ACTIONS(3345), [anon_sym_offsetof] = ACTIONS(3345), [anon_sym__Generic] = ACTIONS(3345), [anon_sym_asm] = ACTIONS(3345), [anon_sym___asm__] = ACTIONS(3345), [sym_number_literal] = ACTIONS(3347), [anon_sym_L_SQUOTE] = ACTIONS(3347), [anon_sym_u_SQUOTE] = ACTIONS(3347), [anon_sym_U_SQUOTE] = ACTIONS(3347), [anon_sym_u8_SQUOTE] = ACTIONS(3347), [anon_sym_SQUOTE] = ACTIONS(3347), [anon_sym_L_DQUOTE] = ACTIONS(3347), [anon_sym_u_DQUOTE] = ACTIONS(3347), [anon_sym_U_DQUOTE] = ACTIONS(3347), [anon_sym_u8_DQUOTE] = ACTIONS(3347), [anon_sym_DQUOTE] = ACTIONS(3347), [sym_true] = ACTIONS(3345), [sym_false] = ACTIONS(3345), [anon_sym_NULL] = ACTIONS(3345), [anon_sym_nullptr] = ACTIONS(3345), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3345), [anon_sym_decltype] = ACTIONS(3345), [anon_sym_virtual] = ACTIONS(3345), [anon_sym_explicit] = ACTIONS(3345), [anon_sym_typename] = ACTIONS(3345), [anon_sym_template] = ACTIONS(3345), [anon_sym_operator] = ACTIONS(3345), [anon_sym_try] = ACTIONS(3345), [anon_sym_delete] = ACTIONS(3345), [anon_sym_throw] = ACTIONS(3345), [anon_sym_namespace] = ACTIONS(3345), [anon_sym_using] = ACTIONS(3345), [anon_sym_static_assert] = ACTIONS(3345), [anon_sym_concept] = ACTIONS(3345), [anon_sym_co_return] = ACTIONS(3345), [anon_sym_co_yield] = ACTIONS(3345), [anon_sym_R_DQUOTE] = ACTIONS(3347), [anon_sym_LR_DQUOTE] = ACTIONS(3347), [anon_sym_uR_DQUOTE] = ACTIONS(3347), [anon_sym_UR_DQUOTE] = ACTIONS(3347), [anon_sym_u8R_DQUOTE] = ACTIONS(3347), [anon_sym_co_await] = ACTIONS(3345), [anon_sym_new] = ACTIONS(3345), [anon_sym_requires] = ACTIONS(3345), [sym_this] = ACTIONS(3345), }, [1340] = { [ts_builtin_sym_end] = ACTIONS(3453), [sym_identifier] = ACTIONS(3451), [aux_sym_preproc_include_token1] = ACTIONS(3451), [aux_sym_preproc_def_token1] = ACTIONS(3451), [aux_sym_preproc_if_token1] = ACTIONS(3451), [aux_sym_preproc_ifdef_token1] = ACTIONS(3451), [aux_sym_preproc_ifdef_token2] = ACTIONS(3451), [sym_preproc_directive] = ACTIONS(3451), [anon_sym_LPAREN2] = ACTIONS(3453), [anon_sym_BANG] = ACTIONS(3453), [anon_sym_TILDE] = ACTIONS(3453), [anon_sym_DASH] = ACTIONS(3451), [anon_sym_PLUS] = ACTIONS(3451), [anon_sym_STAR] = ACTIONS(3453), [anon_sym_AMP_AMP] = ACTIONS(3453), [anon_sym_AMP] = ACTIONS(3451), [anon_sym_typedef] = ACTIONS(3451), [anon_sym_extern] = ACTIONS(3451), [anon_sym___attribute__] = ACTIONS(3451), [anon_sym_COLON_COLON] = ACTIONS(3453), [anon_sym_LBRACK_LBRACK] = ACTIONS(3453), [anon_sym___declspec] = ACTIONS(3451), [anon_sym___based] = ACTIONS(3451), [anon_sym___cdecl] = ACTIONS(3451), [anon_sym___clrcall] = ACTIONS(3451), [anon_sym___stdcall] = ACTIONS(3451), [anon_sym___fastcall] = ACTIONS(3451), [anon_sym___thiscall] = ACTIONS(3451), [anon_sym___vectorcall] = ACTIONS(3451), [anon_sym_LBRACE] = ACTIONS(3453), [anon_sym_signed] = ACTIONS(3451), [anon_sym_unsigned] = ACTIONS(3451), [anon_sym_long] = ACTIONS(3451), [anon_sym_short] = ACTIONS(3451), [anon_sym_LBRACK] = ACTIONS(3451), [anon_sym_static] = ACTIONS(3451), [anon_sym_register] = ACTIONS(3451), [anon_sym_inline] = ACTIONS(3451), [anon_sym_thread_local] = ACTIONS(3451), [anon_sym_const] = ACTIONS(3451), [anon_sym_constexpr] = ACTIONS(3451), [anon_sym_volatile] = ACTIONS(3451), [anon_sym_restrict] = ACTIONS(3451), [anon_sym___restrict__] = ACTIONS(3451), [anon_sym__Atomic] = ACTIONS(3451), [anon_sym__Noreturn] = ACTIONS(3451), [anon_sym_noreturn] = ACTIONS(3451), [anon_sym_mutable] = ACTIONS(3451), [anon_sym_constinit] = ACTIONS(3451), [anon_sym_consteval] = ACTIONS(3451), [sym_primitive_type] = ACTIONS(3451), [anon_sym_enum] = ACTIONS(3451), [anon_sym_class] = ACTIONS(3451), [anon_sym_struct] = ACTIONS(3451), [anon_sym_union] = ACTIONS(3451), [anon_sym_if] = ACTIONS(3451), [anon_sym_switch] = ACTIONS(3451), [anon_sym_case] = ACTIONS(3451), [anon_sym_default] = ACTIONS(3451), [anon_sym_while] = ACTIONS(3451), [anon_sym_do] = ACTIONS(3451), [anon_sym_for] = ACTIONS(3451), [anon_sym_return] = ACTIONS(3451), [anon_sym_break] = ACTIONS(3451), [anon_sym_continue] = ACTIONS(3451), [anon_sym_goto] = ACTIONS(3451), [anon_sym_not] = ACTIONS(3451), [anon_sym_compl] = ACTIONS(3451), [anon_sym_DASH_DASH] = ACTIONS(3453), [anon_sym_PLUS_PLUS] = ACTIONS(3453), [anon_sym_sizeof] = ACTIONS(3451), [anon_sym_offsetof] = ACTIONS(3451), [anon_sym__Generic] = ACTIONS(3451), [anon_sym_asm] = ACTIONS(3451), [anon_sym___asm__] = ACTIONS(3451), [sym_number_literal] = ACTIONS(3453), [anon_sym_L_SQUOTE] = ACTIONS(3453), [anon_sym_u_SQUOTE] = ACTIONS(3453), [anon_sym_U_SQUOTE] = ACTIONS(3453), [anon_sym_u8_SQUOTE] = ACTIONS(3453), [anon_sym_SQUOTE] = ACTIONS(3453), [anon_sym_L_DQUOTE] = ACTIONS(3453), [anon_sym_u_DQUOTE] = ACTIONS(3453), [anon_sym_U_DQUOTE] = ACTIONS(3453), [anon_sym_u8_DQUOTE] = ACTIONS(3453), [anon_sym_DQUOTE] = ACTIONS(3453), [sym_true] = ACTIONS(3451), [sym_false] = ACTIONS(3451), [anon_sym_NULL] = ACTIONS(3451), [anon_sym_nullptr] = ACTIONS(3451), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3451), [anon_sym_decltype] = ACTIONS(3451), [anon_sym_virtual] = ACTIONS(3451), [anon_sym_explicit] = ACTIONS(3451), [anon_sym_typename] = ACTIONS(3451), [anon_sym_template] = ACTIONS(3451), [anon_sym_operator] = ACTIONS(3451), [anon_sym_try] = ACTIONS(3451), [anon_sym_delete] = ACTIONS(3451), [anon_sym_throw] = ACTIONS(3451), [anon_sym_namespace] = ACTIONS(3451), [anon_sym_using] = ACTIONS(3451), [anon_sym_static_assert] = ACTIONS(3451), [anon_sym_concept] = ACTIONS(3451), [anon_sym_co_return] = ACTIONS(3451), [anon_sym_co_yield] = ACTIONS(3451), [anon_sym_R_DQUOTE] = ACTIONS(3453), [anon_sym_LR_DQUOTE] = ACTIONS(3453), [anon_sym_uR_DQUOTE] = ACTIONS(3453), [anon_sym_UR_DQUOTE] = ACTIONS(3453), [anon_sym_u8R_DQUOTE] = ACTIONS(3453), [anon_sym_co_await] = ACTIONS(3451), [anon_sym_new] = ACTIONS(3451), [anon_sym_requires] = ACTIONS(3451), [sym_this] = ACTIONS(3451), }, [1341] = { [ts_builtin_sym_end] = ACTIONS(3162), [sym_identifier] = ACTIONS(3160), [aux_sym_preproc_include_token1] = ACTIONS(3160), [aux_sym_preproc_def_token1] = ACTIONS(3160), [aux_sym_preproc_if_token1] = ACTIONS(3160), [aux_sym_preproc_ifdef_token1] = ACTIONS(3160), [aux_sym_preproc_ifdef_token2] = ACTIONS(3160), [sym_preproc_directive] = ACTIONS(3160), [anon_sym_LPAREN2] = ACTIONS(3162), [anon_sym_BANG] = ACTIONS(3162), [anon_sym_TILDE] = ACTIONS(3162), [anon_sym_DASH] = ACTIONS(3160), [anon_sym_PLUS] = ACTIONS(3160), [anon_sym_STAR] = ACTIONS(3162), [anon_sym_AMP_AMP] = ACTIONS(3162), [anon_sym_AMP] = ACTIONS(3160), [anon_sym_typedef] = ACTIONS(3160), [anon_sym_extern] = ACTIONS(3160), [anon_sym___attribute__] = ACTIONS(3160), [anon_sym_COLON_COLON] = ACTIONS(3162), [anon_sym_LBRACK_LBRACK] = ACTIONS(3162), [anon_sym___declspec] = ACTIONS(3160), [anon_sym___based] = ACTIONS(3160), [anon_sym___cdecl] = ACTIONS(3160), [anon_sym___clrcall] = ACTIONS(3160), [anon_sym___stdcall] = ACTIONS(3160), [anon_sym___fastcall] = ACTIONS(3160), [anon_sym___thiscall] = ACTIONS(3160), [anon_sym___vectorcall] = ACTIONS(3160), [anon_sym_LBRACE] = ACTIONS(3162), [anon_sym_signed] = ACTIONS(3160), [anon_sym_unsigned] = ACTIONS(3160), [anon_sym_long] = ACTIONS(3160), [anon_sym_short] = ACTIONS(3160), [anon_sym_LBRACK] = ACTIONS(3160), [anon_sym_static] = ACTIONS(3160), [anon_sym_register] = ACTIONS(3160), [anon_sym_inline] = ACTIONS(3160), [anon_sym_thread_local] = ACTIONS(3160), [anon_sym_const] = ACTIONS(3160), [anon_sym_constexpr] = ACTIONS(3160), [anon_sym_volatile] = ACTIONS(3160), [anon_sym_restrict] = ACTIONS(3160), [anon_sym___restrict__] = ACTIONS(3160), [anon_sym__Atomic] = ACTIONS(3160), [anon_sym__Noreturn] = ACTIONS(3160), [anon_sym_noreturn] = ACTIONS(3160), [anon_sym_mutable] = ACTIONS(3160), [anon_sym_constinit] = ACTIONS(3160), [anon_sym_consteval] = ACTIONS(3160), [sym_primitive_type] = ACTIONS(3160), [anon_sym_enum] = ACTIONS(3160), [anon_sym_class] = ACTIONS(3160), [anon_sym_struct] = ACTIONS(3160), [anon_sym_union] = ACTIONS(3160), [anon_sym_if] = ACTIONS(3160), [anon_sym_switch] = ACTIONS(3160), [anon_sym_case] = ACTIONS(3160), [anon_sym_default] = ACTIONS(3160), [anon_sym_while] = ACTIONS(3160), [anon_sym_do] = ACTIONS(3160), [anon_sym_for] = ACTIONS(3160), [anon_sym_return] = ACTIONS(3160), [anon_sym_break] = ACTIONS(3160), [anon_sym_continue] = ACTIONS(3160), [anon_sym_goto] = ACTIONS(3160), [anon_sym_not] = ACTIONS(3160), [anon_sym_compl] = ACTIONS(3160), [anon_sym_DASH_DASH] = ACTIONS(3162), [anon_sym_PLUS_PLUS] = ACTIONS(3162), [anon_sym_sizeof] = ACTIONS(3160), [anon_sym_offsetof] = ACTIONS(3160), [anon_sym__Generic] = ACTIONS(3160), [anon_sym_asm] = ACTIONS(3160), [anon_sym___asm__] = ACTIONS(3160), [sym_number_literal] = ACTIONS(3162), [anon_sym_L_SQUOTE] = ACTIONS(3162), [anon_sym_u_SQUOTE] = ACTIONS(3162), [anon_sym_U_SQUOTE] = ACTIONS(3162), [anon_sym_u8_SQUOTE] = ACTIONS(3162), [anon_sym_SQUOTE] = ACTIONS(3162), [anon_sym_L_DQUOTE] = ACTIONS(3162), [anon_sym_u_DQUOTE] = ACTIONS(3162), [anon_sym_U_DQUOTE] = ACTIONS(3162), [anon_sym_u8_DQUOTE] = ACTIONS(3162), [anon_sym_DQUOTE] = ACTIONS(3162), [sym_true] = ACTIONS(3160), [sym_false] = ACTIONS(3160), [anon_sym_NULL] = ACTIONS(3160), [anon_sym_nullptr] = ACTIONS(3160), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3160), [anon_sym_decltype] = ACTIONS(3160), [anon_sym_virtual] = ACTIONS(3160), [anon_sym_explicit] = ACTIONS(3160), [anon_sym_typename] = ACTIONS(3160), [anon_sym_template] = ACTIONS(3160), [anon_sym_operator] = ACTIONS(3160), [anon_sym_try] = ACTIONS(3160), [anon_sym_delete] = ACTIONS(3160), [anon_sym_throw] = ACTIONS(3160), [anon_sym_namespace] = ACTIONS(3160), [anon_sym_using] = ACTIONS(3160), [anon_sym_static_assert] = ACTIONS(3160), [anon_sym_concept] = ACTIONS(3160), [anon_sym_co_return] = ACTIONS(3160), [anon_sym_co_yield] = ACTIONS(3160), [anon_sym_R_DQUOTE] = ACTIONS(3162), [anon_sym_LR_DQUOTE] = ACTIONS(3162), [anon_sym_uR_DQUOTE] = ACTIONS(3162), [anon_sym_UR_DQUOTE] = ACTIONS(3162), [anon_sym_u8R_DQUOTE] = ACTIONS(3162), [anon_sym_co_await] = ACTIONS(3160), [anon_sym_new] = ACTIONS(3160), [anon_sym_requires] = ACTIONS(3160), [sym_this] = ACTIONS(3160), }, [1342] = { [ts_builtin_sym_end] = ACTIONS(3178), [sym_identifier] = ACTIONS(3176), [aux_sym_preproc_include_token1] = ACTIONS(3176), [aux_sym_preproc_def_token1] = ACTIONS(3176), [aux_sym_preproc_if_token1] = ACTIONS(3176), [aux_sym_preproc_ifdef_token1] = ACTIONS(3176), [aux_sym_preproc_ifdef_token2] = ACTIONS(3176), [sym_preproc_directive] = ACTIONS(3176), [anon_sym_LPAREN2] = ACTIONS(3178), [anon_sym_BANG] = ACTIONS(3178), [anon_sym_TILDE] = ACTIONS(3178), [anon_sym_DASH] = ACTIONS(3176), [anon_sym_PLUS] = ACTIONS(3176), [anon_sym_STAR] = ACTIONS(3178), [anon_sym_AMP_AMP] = ACTIONS(3178), [anon_sym_AMP] = ACTIONS(3176), [anon_sym_typedef] = ACTIONS(3176), [anon_sym_extern] = ACTIONS(3176), [anon_sym___attribute__] = ACTIONS(3176), [anon_sym_COLON_COLON] = ACTIONS(3178), [anon_sym_LBRACK_LBRACK] = ACTIONS(3178), [anon_sym___declspec] = ACTIONS(3176), [anon_sym___based] = ACTIONS(3176), [anon_sym___cdecl] = ACTIONS(3176), [anon_sym___clrcall] = ACTIONS(3176), [anon_sym___stdcall] = ACTIONS(3176), [anon_sym___fastcall] = ACTIONS(3176), [anon_sym___thiscall] = ACTIONS(3176), [anon_sym___vectorcall] = ACTIONS(3176), [anon_sym_LBRACE] = ACTIONS(3178), [anon_sym_signed] = ACTIONS(3176), [anon_sym_unsigned] = ACTIONS(3176), [anon_sym_long] = ACTIONS(3176), [anon_sym_short] = ACTIONS(3176), [anon_sym_LBRACK] = ACTIONS(3176), [anon_sym_static] = ACTIONS(3176), [anon_sym_register] = ACTIONS(3176), [anon_sym_inline] = ACTIONS(3176), [anon_sym_thread_local] = ACTIONS(3176), [anon_sym_const] = ACTIONS(3176), [anon_sym_constexpr] = ACTIONS(3176), [anon_sym_volatile] = ACTIONS(3176), [anon_sym_restrict] = ACTIONS(3176), [anon_sym___restrict__] = ACTIONS(3176), [anon_sym__Atomic] = ACTIONS(3176), [anon_sym__Noreturn] = ACTIONS(3176), [anon_sym_noreturn] = ACTIONS(3176), [anon_sym_mutable] = ACTIONS(3176), [anon_sym_constinit] = ACTIONS(3176), [anon_sym_consteval] = ACTIONS(3176), [sym_primitive_type] = ACTIONS(3176), [anon_sym_enum] = ACTIONS(3176), [anon_sym_class] = ACTIONS(3176), [anon_sym_struct] = ACTIONS(3176), [anon_sym_union] = ACTIONS(3176), [anon_sym_if] = ACTIONS(3176), [anon_sym_switch] = ACTIONS(3176), [anon_sym_case] = ACTIONS(3176), [anon_sym_default] = ACTIONS(3176), [anon_sym_while] = ACTIONS(3176), [anon_sym_do] = ACTIONS(3176), [anon_sym_for] = ACTIONS(3176), [anon_sym_return] = ACTIONS(3176), [anon_sym_break] = ACTIONS(3176), [anon_sym_continue] = ACTIONS(3176), [anon_sym_goto] = ACTIONS(3176), [anon_sym_not] = ACTIONS(3176), [anon_sym_compl] = ACTIONS(3176), [anon_sym_DASH_DASH] = ACTIONS(3178), [anon_sym_PLUS_PLUS] = ACTIONS(3178), [anon_sym_sizeof] = ACTIONS(3176), [anon_sym_offsetof] = ACTIONS(3176), [anon_sym__Generic] = ACTIONS(3176), [anon_sym_asm] = ACTIONS(3176), [anon_sym___asm__] = ACTIONS(3176), [sym_number_literal] = ACTIONS(3178), [anon_sym_L_SQUOTE] = ACTIONS(3178), [anon_sym_u_SQUOTE] = ACTIONS(3178), [anon_sym_U_SQUOTE] = ACTIONS(3178), [anon_sym_u8_SQUOTE] = ACTIONS(3178), [anon_sym_SQUOTE] = ACTIONS(3178), [anon_sym_L_DQUOTE] = ACTIONS(3178), [anon_sym_u_DQUOTE] = ACTIONS(3178), [anon_sym_U_DQUOTE] = ACTIONS(3178), [anon_sym_u8_DQUOTE] = ACTIONS(3178), [anon_sym_DQUOTE] = ACTIONS(3178), [sym_true] = ACTIONS(3176), [sym_false] = ACTIONS(3176), [anon_sym_NULL] = ACTIONS(3176), [anon_sym_nullptr] = ACTIONS(3176), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3176), [anon_sym_decltype] = ACTIONS(3176), [anon_sym_virtual] = ACTIONS(3176), [anon_sym_explicit] = ACTIONS(3176), [anon_sym_typename] = ACTIONS(3176), [anon_sym_template] = ACTIONS(3176), [anon_sym_operator] = ACTIONS(3176), [anon_sym_try] = ACTIONS(3176), [anon_sym_delete] = ACTIONS(3176), [anon_sym_throw] = ACTIONS(3176), [anon_sym_namespace] = ACTIONS(3176), [anon_sym_using] = ACTIONS(3176), [anon_sym_static_assert] = ACTIONS(3176), [anon_sym_concept] = ACTIONS(3176), [anon_sym_co_return] = ACTIONS(3176), [anon_sym_co_yield] = ACTIONS(3176), [anon_sym_R_DQUOTE] = ACTIONS(3178), [anon_sym_LR_DQUOTE] = ACTIONS(3178), [anon_sym_uR_DQUOTE] = ACTIONS(3178), [anon_sym_UR_DQUOTE] = ACTIONS(3178), [anon_sym_u8R_DQUOTE] = ACTIONS(3178), [anon_sym_co_await] = ACTIONS(3176), [anon_sym_new] = ACTIONS(3176), [anon_sym_requires] = ACTIONS(3176), [sym_this] = ACTIONS(3176), }, [1343] = { [ts_builtin_sym_end] = ACTIONS(3311), [sym_identifier] = ACTIONS(3309), [aux_sym_preproc_include_token1] = ACTIONS(3309), [aux_sym_preproc_def_token1] = ACTIONS(3309), [aux_sym_preproc_if_token1] = ACTIONS(3309), [aux_sym_preproc_ifdef_token1] = ACTIONS(3309), [aux_sym_preproc_ifdef_token2] = ACTIONS(3309), [sym_preproc_directive] = ACTIONS(3309), [anon_sym_LPAREN2] = ACTIONS(3311), [anon_sym_BANG] = ACTIONS(3311), [anon_sym_TILDE] = ACTIONS(3311), [anon_sym_DASH] = ACTIONS(3309), [anon_sym_PLUS] = ACTIONS(3309), [anon_sym_STAR] = ACTIONS(3311), [anon_sym_AMP_AMP] = ACTIONS(3311), [anon_sym_AMP] = ACTIONS(3309), [anon_sym_typedef] = ACTIONS(3309), [anon_sym_extern] = ACTIONS(3309), [anon_sym___attribute__] = ACTIONS(3309), [anon_sym_COLON_COLON] = ACTIONS(3311), [anon_sym_LBRACK_LBRACK] = ACTIONS(3311), [anon_sym___declspec] = ACTIONS(3309), [anon_sym___based] = ACTIONS(3309), [anon_sym___cdecl] = ACTIONS(3309), [anon_sym___clrcall] = ACTIONS(3309), [anon_sym___stdcall] = ACTIONS(3309), [anon_sym___fastcall] = ACTIONS(3309), [anon_sym___thiscall] = ACTIONS(3309), [anon_sym___vectorcall] = ACTIONS(3309), [anon_sym_LBRACE] = ACTIONS(3311), [anon_sym_signed] = ACTIONS(3309), [anon_sym_unsigned] = ACTIONS(3309), [anon_sym_long] = ACTIONS(3309), [anon_sym_short] = ACTIONS(3309), [anon_sym_LBRACK] = ACTIONS(3309), [anon_sym_static] = ACTIONS(3309), [anon_sym_register] = ACTIONS(3309), [anon_sym_inline] = ACTIONS(3309), [anon_sym_thread_local] = ACTIONS(3309), [anon_sym_const] = ACTIONS(3309), [anon_sym_constexpr] = ACTIONS(3309), [anon_sym_volatile] = ACTIONS(3309), [anon_sym_restrict] = ACTIONS(3309), [anon_sym___restrict__] = ACTIONS(3309), [anon_sym__Atomic] = ACTIONS(3309), [anon_sym__Noreturn] = ACTIONS(3309), [anon_sym_noreturn] = ACTIONS(3309), [anon_sym_mutable] = ACTIONS(3309), [anon_sym_constinit] = ACTIONS(3309), [anon_sym_consteval] = ACTIONS(3309), [sym_primitive_type] = ACTIONS(3309), [anon_sym_enum] = ACTIONS(3309), [anon_sym_class] = ACTIONS(3309), [anon_sym_struct] = ACTIONS(3309), [anon_sym_union] = ACTIONS(3309), [anon_sym_if] = ACTIONS(3309), [anon_sym_switch] = ACTIONS(3309), [anon_sym_case] = ACTIONS(3309), [anon_sym_default] = ACTIONS(3309), [anon_sym_while] = ACTIONS(3309), [anon_sym_do] = ACTIONS(3309), [anon_sym_for] = ACTIONS(3309), [anon_sym_return] = ACTIONS(3309), [anon_sym_break] = ACTIONS(3309), [anon_sym_continue] = ACTIONS(3309), [anon_sym_goto] = ACTIONS(3309), [anon_sym_not] = ACTIONS(3309), [anon_sym_compl] = ACTIONS(3309), [anon_sym_DASH_DASH] = ACTIONS(3311), [anon_sym_PLUS_PLUS] = ACTIONS(3311), [anon_sym_sizeof] = ACTIONS(3309), [anon_sym_offsetof] = ACTIONS(3309), [anon_sym__Generic] = ACTIONS(3309), [anon_sym_asm] = ACTIONS(3309), [anon_sym___asm__] = ACTIONS(3309), [sym_number_literal] = ACTIONS(3311), [anon_sym_L_SQUOTE] = ACTIONS(3311), [anon_sym_u_SQUOTE] = ACTIONS(3311), [anon_sym_U_SQUOTE] = ACTIONS(3311), [anon_sym_u8_SQUOTE] = ACTIONS(3311), [anon_sym_SQUOTE] = ACTIONS(3311), [anon_sym_L_DQUOTE] = ACTIONS(3311), [anon_sym_u_DQUOTE] = ACTIONS(3311), [anon_sym_U_DQUOTE] = ACTIONS(3311), [anon_sym_u8_DQUOTE] = ACTIONS(3311), [anon_sym_DQUOTE] = ACTIONS(3311), [sym_true] = ACTIONS(3309), [sym_false] = ACTIONS(3309), [anon_sym_NULL] = ACTIONS(3309), [anon_sym_nullptr] = ACTIONS(3309), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3309), [anon_sym_decltype] = ACTIONS(3309), [anon_sym_virtual] = ACTIONS(3309), [anon_sym_explicit] = ACTIONS(3309), [anon_sym_typename] = ACTIONS(3309), [anon_sym_template] = ACTIONS(3309), [anon_sym_operator] = ACTIONS(3309), [anon_sym_try] = ACTIONS(3309), [anon_sym_delete] = ACTIONS(3309), [anon_sym_throw] = ACTIONS(3309), [anon_sym_namespace] = ACTIONS(3309), [anon_sym_using] = ACTIONS(3309), [anon_sym_static_assert] = ACTIONS(3309), [anon_sym_concept] = ACTIONS(3309), [anon_sym_co_return] = ACTIONS(3309), [anon_sym_co_yield] = ACTIONS(3309), [anon_sym_R_DQUOTE] = ACTIONS(3311), [anon_sym_LR_DQUOTE] = ACTIONS(3311), [anon_sym_uR_DQUOTE] = ACTIONS(3311), [anon_sym_UR_DQUOTE] = ACTIONS(3311), [anon_sym_u8R_DQUOTE] = ACTIONS(3311), [anon_sym_co_await] = ACTIONS(3309), [anon_sym_new] = ACTIONS(3309), [anon_sym_requires] = ACTIONS(3309), [sym_this] = ACTIONS(3309), }, [1344] = { [ts_builtin_sym_end] = ACTIONS(3277), [sym_identifier] = ACTIONS(3275), [aux_sym_preproc_include_token1] = ACTIONS(3275), [aux_sym_preproc_def_token1] = ACTIONS(3275), [aux_sym_preproc_if_token1] = ACTIONS(3275), [aux_sym_preproc_ifdef_token1] = ACTIONS(3275), [aux_sym_preproc_ifdef_token2] = ACTIONS(3275), [sym_preproc_directive] = ACTIONS(3275), [anon_sym_LPAREN2] = ACTIONS(3277), [anon_sym_BANG] = ACTIONS(3277), [anon_sym_TILDE] = ACTIONS(3277), [anon_sym_DASH] = ACTIONS(3275), [anon_sym_PLUS] = ACTIONS(3275), [anon_sym_STAR] = ACTIONS(3277), [anon_sym_AMP_AMP] = ACTIONS(3277), [anon_sym_AMP] = ACTIONS(3275), [anon_sym_typedef] = ACTIONS(3275), [anon_sym_extern] = ACTIONS(3275), [anon_sym___attribute__] = ACTIONS(3275), [anon_sym_COLON_COLON] = ACTIONS(3277), [anon_sym_LBRACK_LBRACK] = ACTIONS(3277), [anon_sym___declspec] = ACTIONS(3275), [anon_sym___based] = ACTIONS(3275), [anon_sym___cdecl] = ACTIONS(3275), [anon_sym___clrcall] = ACTIONS(3275), [anon_sym___stdcall] = ACTIONS(3275), [anon_sym___fastcall] = ACTIONS(3275), [anon_sym___thiscall] = ACTIONS(3275), [anon_sym___vectorcall] = ACTIONS(3275), [anon_sym_LBRACE] = ACTIONS(3277), [anon_sym_signed] = ACTIONS(3275), [anon_sym_unsigned] = ACTIONS(3275), [anon_sym_long] = ACTIONS(3275), [anon_sym_short] = ACTIONS(3275), [anon_sym_LBRACK] = ACTIONS(3275), [anon_sym_static] = ACTIONS(3275), [anon_sym_register] = ACTIONS(3275), [anon_sym_inline] = ACTIONS(3275), [anon_sym_thread_local] = ACTIONS(3275), [anon_sym_const] = ACTIONS(3275), [anon_sym_constexpr] = ACTIONS(3275), [anon_sym_volatile] = ACTIONS(3275), [anon_sym_restrict] = ACTIONS(3275), [anon_sym___restrict__] = ACTIONS(3275), [anon_sym__Atomic] = ACTIONS(3275), [anon_sym__Noreturn] = ACTIONS(3275), [anon_sym_noreturn] = ACTIONS(3275), [anon_sym_mutable] = ACTIONS(3275), [anon_sym_constinit] = ACTIONS(3275), [anon_sym_consteval] = ACTIONS(3275), [sym_primitive_type] = ACTIONS(3275), [anon_sym_enum] = ACTIONS(3275), [anon_sym_class] = ACTIONS(3275), [anon_sym_struct] = ACTIONS(3275), [anon_sym_union] = ACTIONS(3275), [anon_sym_if] = ACTIONS(3275), [anon_sym_switch] = ACTIONS(3275), [anon_sym_case] = ACTIONS(3275), [anon_sym_default] = ACTIONS(3275), [anon_sym_while] = ACTIONS(3275), [anon_sym_do] = ACTIONS(3275), [anon_sym_for] = ACTIONS(3275), [anon_sym_return] = ACTIONS(3275), [anon_sym_break] = ACTIONS(3275), [anon_sym_continue] = ACTIONS(3275), [anon_sym_goto] = ACTIONS(3275), [anon_sym_not] = ACTIONS(3275), [anon_sym_compl] = ACTIONS(3275), [anon_sym_DASH_DASH] = ACTIONS(3277), [anon_sym_PLUS_PLUS] = ACTIONS(3277), [anon_sym_sizeof] = ACTIONS(3275), [anon_sym_offsetof] = ACTIONS(3275), [anon_sym__Generic] = ACTIONS(3275), [anon_sym_asm] = ACTIONS(3275), [anon_sym___asm__] = ACTIONS(3275), [sym_number_literal] = ACTIONS(3277), [anon_sym_L_SQUOTE] = ACTIONS(3277), [anon_sym_u_SQUOTE] = ACTIONS(3277), [anon_sym_U_SQUOTE] = ACTIONS(3277), [anon_sym_u8_SQUOTE] = ACTIONS(3277), [anon_sym_SQUOTE] = ACTIONS(3277), [anon_sym_L_DQUOTE] = ACTIONS(3277), [anon_sym_u_DQUOTE] = ACTIONS(3277), [anon_sym_U_DQUOTE] = ACTIONS(3277), [anon_sym_u8_DQUOTE] = ACTIONS(3277), [anon_sym_DQUOTE] = ACTIONS(3277), [sym_true] = ACTIONS(3275), [sym_false] = ACTIONS(3275), [anon_sym_NULL] = ACTIONS(3275), [anon_sym_nullptr] = ACTIONS(3275), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3275), [anon_sym_decltype] = ACTIONS(3275), [anon_sym_virtual] = ACTIONS(3275), [anon_sym_explicit] = ACTIONS(3275), [anon_sym_typename] = ACTIONS(3275), [anon_sym_template] = ACTIONS(3275), [anon_sym_operator] = ACTIONS(3275), [anon_sym_try] = ACTIONS(3275), [anon_sym_delete] = ACTIONS(3275), [anon_sym_throw] = ACTIONS(3275), [anon_sym_namespace] = ACTIONS(3275), [anon_sym_using] = ACTIONS(3275), [anon_sym_static_assert] = ACTIONS(3275), [anon_sym_concept] = ACTIONS(3275), [anon_sym_co_return] = ACTIONS(3275), [anon_sym_co_yield] = ACTIONS(3275), [anon_sym_R_DQUOTE] = ACTIONS(3277), [anon_sym_LR_DQUOTE] = ACTIONS(3277), [anon_sym_uR_DQUOTE] = ACTIONS(3277), [anon_sym_UR_DQUOTE] = ACTIONS(3277), [anon_sym_u8R_DQUOTE] = ACTIONS(3277), [anon_sym_co_await] = ACTIONS(3275), [anon_sym_new] = ACTIONS(3275), [anon_sym_requires] = ACTIONS(3275), [sym_this] = ACTIONS(3275), }, [1345] = { [ts_builtin_sym_end] = ACTIONS(3404), [sym_identifier] = ACTIONS(3402), [aux_sym_preproc_include_token1] = ACTIONS(3402), [aux_sym_preproc_def_token1] = ACTIONS(3402), [aux_sym_preproc_if_token1] = ACTIONS(3402), [aux_sym_preproc_ifdef_token1] = ACTIONS(3402), [aux_sym_preproc_ifdef_token2] = ACTIONS(3402), [sym_preproc_directive] = ACTIONS(3402), [anon_sym_LPAREN2] = ACTIONS(3404), [anon_sym_BANG] = ACTIONS(3404), [anon_sym_TILDE] = ACTIONS(3404), [anon_sym_DASH] = ACTIONS(3402), [anon_sym_PLUS] = ACTIONS(3402), [anon_sym_STAR] = ACTIONS(3404), [anon_sym_AMP_AMP] = ACTIONS(3404), [anon_sym_AMP] = ACTIONS(3402), [anon_sym_typedef] = ACTIONS(3402), [anon_sym_extern] = ACTIONS(3402), [anon_sym___attribute__] = ACTIONS(3402), [anon_sym_COLON_COLON] = ACTIONS(3404), [anon_sym_LBRACK_LBRACK] = ACTIONS(3404), [anon_sym___declspec] = ACTIONS(3402), [anon_sym___based] = ACTIONS(3402), [anon_sym___cdecl] = ACTIONS(3402), [anon_sym___clrcall] = ACTIONS(3402), [anon_sym___stdcall] = ACTIONS(3402), [anon_sym___fastcall] = ACTIONS(3402), [anon_sym___thiscall] = ACTIONS(3402), [anon_sym___vectorcall] = ACTIONS(3402), [anon_sym_LBRACE] = ACTIONS(3404), [anon_sym_signed] = ACTIONS(3402), [anon_sym_unsigned] = ACTIONS(3402), [anon_sym_long] = ACTIONS(3402), [anon_sym_short] = ACTIONS(3402), [anon_sym_LBRACK] = ACTIONS(3402), [anon_sym_static] = ACTIONS(3402), [anon_sym_register] = ACTIONS(3402), [anon_sym_inline] = ACTIONS(3402), [anon_sym_thread_local] = ACTIONS(3402), [anon_sym_const] = ACTIONS(3402), [anon_sym_constexpr] = ACTIONS(3402), [anon_sym_volatile] = ACTIONS(3402), [anon_sym_restrict] = ACTIONS(3402), [anon_sym___restrict__] = ACTIONS(3402), [anon_sym__Atomic] = ACTIONS(3402), [anon_sym__Noreturn] = ACTIONS(3402), [anon_sym_noreturn] = ACTIONS(3402), [anon_sym_mutable] = ACTIONS(3402), [anon_sym_constinit] = ACTIONS(3402), [anon_sym_consteval] = ACTIONS(3402), [sym_primitive_type] = ACTIONS(3402), [anon_sym_enum] = ACTIONS(3402), [anon_sym_class] = ACTIONS(3402), [anon_sym_struct] = ACTIONS(3402), [anon_sym_union] = ACTIONS(3402), [anon_sym_if] = ACTIONS(3402), [anon_sym_switch] = ACTIONS(3402), [anon_sym_case] = ACTIONS(3402), [anon_sym_default] = ACTIONS(3402), [anon_sym_while] = ACTIONS(3402), [anon_sym_do] = ACTIONS(3402), [anon_sym_for] = ACTIONS(3402), [anon_sym_return] = ACTIONS(3402), [anon_sym_break] = ACTIONS(3402), [anon_sym_continue] = ACTIONS(3402), [anon_sym_goto] = ACTIONS(3402), [anon_sym_not] = ACTIONS(3402), [anon_sym_compl] = ACTIONS(3402), [anon_sym_DASH_DASH] = ACTIONS(3404), [anon_sym_PLUS_PLUS] = ACTIONS(3404), [anon_sym_sizeof] = ACTIONS(3402), [anon_sym_offsetof] = ACTIONS(3402), [anon_sym__Generic] = ACTIONS(3402), [anon_sym_asm] = ACTIONS(3402), [anon_sym___asm__] = ACTIONS(3402), [sym_number_literal] = ACTIONS(3404), [anon_sym_L_SQUOTE] = ACTIONS(3404), [anon_sym_u_SQUOTE] = ACTIONS(3404), [anon_sym_U_SQUOTE] = ACTIONS(3404), [anon_sym_u8_SQUOTE] = ACTIONS(3404), [anon_sym_SQUOTE] = ACTIONS(3404), [anon_sym_L_DQUOTE] = ACTIONS(3404), [anon_sym_u_DQUOTE] = ACTIONS(3404), [anon_sym_U_DQUOTE] = ACTIONS(3404), [anon_sym_u8_DQUOTE] = ACTIONS(3404), [anon_sym_DQUOTE] = ACTIONS(3404), [sym_true] = ACTIONS(3402), [sym_false] = ACTIONS(3402), [anon_sym_NULL] = ACTIONS(3402), [anon_sym_nullptr] = ACTIONS(3402), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3402), [anon_sym_decltype] = ACTIONS(3402), [anon_sym_virtual] = ACTIONS(3402), [anon_sym_explicit] = ACTIONS(3402), [anon_sym_typename] = ACTIONS(3402), [anon_sym_template] = ACTIONS(3402), [anon_sym_operator] = ACTIONS(3402), [anon_sym_try] = ACTIONS(3402), [anon_sym_delete] = ACTIONS(3402), [anon_sym_throw] = ACTIONS(3402), [anon_sym_namespace] = ACTIONS(3402), [anon_sym_using] = ACTIONS(3402), [anon_sym_static_assert] = ACTIONS(3402), [anon_sym_concept] = ACTIONS(3402), [anon_sym_co_return] = ACTIONS(3402), [anon_sym_co_yield] = ACTIONS(3402), [anon_sym_R_DQUOTE] = ACTIONS(3404), [anon_sym_LR_DQUOTE] = ACTIONS(3404), [anon_sym_uR_DQUOTE] = ACTIONS(3404), [anon_sym_UR_DQUOTE] = ACTIONS(3404), [anon_sym_u8R_DQUOTE] = ACTIONS(3404), [anon_sym_co_await] = ACTIONS(3402), [anon_sym_new] = ACTIONS(3402), [anon_sym_requires] = ACTIONS(3402), [sym_this] = ACTIONS(3402), }, [1346] = { [ts_builtin_sym_end] = ACTIONS(3297), [sym_identifier] = ACTIONS(3295), [aux_sym_preproc_include_token1] = ACTIONS(3295), [aux_sym_preproc_def_token1] = ACTIONS(3295), [aux_sym_preproc_if_token1] = ACTIONS(3295), [aux_sym_preproc_ifdef_token1] = ACTIONS(3295), [aux_sym_preproc_ifdef_token2] = ACTIONS(3295), [sym_preproc_directive] = ACTIONS(3295), [anon_sym_LPAREN2] = ACTIONS(3297), [anon_sym_BANG] = ACTIONS(3297), [anon_sym_TILDE] = ACTIONS(3297), [anon_sym_DASH] = ACTIONS(3295), [anon_sym_PLUS] = ACTIONS(3295), [anon_sym_STAR] = ACTIONS(3297), [anon_sym_AMP_AMP] = ACTIONS(3297), [anon_sym_AMP] = ACTIONS(3295), [anon_sym_typedef] = ACTIONS(3295), [anon_sym_extern] = ACTIONS(3295), [anon_sym___attribute__] = ACTIONS(3295), [anon_sym_COLON_COLON] = ACTIONS(3297), [anon_sym_LBRACK_LBRACK] = ACTIONS(3297), [anon_sym___declspec] = ACTIONS(3295), [anon_sym___based] = ACTIONS(3295), [anon_sym___cdecl] = ACTIONS(3295), [anon_sym___clrcall] = ACTIONS(3295), [anon_sym___stdcall] = ACTIONS(3295), [anon_sym___fastcall] = ACTIONS(3295), [anon_sym___thiscall] = ACTIONS(3295), [anon_sym___vectorcall] = ACTIONS(3295), [anon_sym_LBRACE] = ACTIONS(3297), [anon_sym_signed] = ACTIONS(3295), [anon_sym_unsigned] = ACTIONS(3295), [anon_sym_long] = ACTIONS(3295), [anon_sym_short] = ACTIONS(3295), [anon_sym_LBRACK] = ACTIONS(3295), [anon_sym_static] = ACTIONS(3295), [anon_sym_register] = ACTIONS(3295), [anon_sym_inline] = ACTIONS(3295), [anon_sym_thread_local] = ACTIONS(3295), [anon_sym_const] = ACTIONS(3295), [anon_sym_constexpr] = ACTIONS(3295), [anon_sym_volatile] = ACTIONS(3295), [anon_sym_restrict] = ACTIONS(3295), [anon_sym___restrict__] = ACTIONS(3295), [anon_sym__Atomic] = ACTIONS(3295), [anon_sym__Noreturn] = ACTIONS(3295), [anon_sym_noreturn] = ACTIONS(3295), [anon_sym_mutable] = ACTIONS(3295), [anon_sym_constinit] = ACTIONS(3295), [anon_sym_consteval] = ACTIONS(3295), [sym_primitive_type] = ACTIONS(3295), [anon_sym_enum] = ACTIONS(3295), [anon_sym_class] = ACTIONS(3295), [anon_sym_struct] = ACTIONS(3295), [anon_sym_union] = ACTIONS(3295), [anon_sym_if] = ACTIONS(3295), [anon_sym_switch] = ACTIONS(3295), [anon_sym_case] = ACTIONS(3295), [anon_sym_default] = ACTIONS(3295), [anon_sym_while] = ACTIONS(3295), [anon_sym_do] = ACTIONS(3295), [anon_sym_for] = ACTIONS(3295), [anon_sym_return] = ACTIONS(3295), [anon_sym_break] = ACTIONS(3295), [anon_sym_continue] = ACTIONS(3295), [anon_sym_goto] = ACTIONS(3295), [anon_sym_not] = ACTIONS(3295), [anon_sym_compl] = ACTIONS(3295), [anon_sym_DASH_DASH] = ACTIONS(3297), [anon_sym_PLUS_PLUS] = ACTIONS(3297), [anon_sym_sizeof] = ACTIONS(3295), [anon_sym_offsetof] = ACTIONS(3295), [anon_sym__Generic] = ACTIONS(3295), [anon_sym_asm] = ACTIONS(3295), [anon_sym___asm__] = ACTIONS(3295), [sym_number_literal] = ACTIONS(3297), [anon_sym_L_SQUOTE] = ACTIONS(3297), [anon_sym_u_SQUOTE] = ACTIONS(3297), [anon_sym_U_SQUOTE] = ACTIONS(3297), [anon_sym_u8_SQUOTE] = ACTIONS(3297), [anon_sym_SQUOTE] = ACTIONS(3297), [anon_sym_L_DQUOTE] = ACTIONS(3297), [anon_sym_u_DQUOTE] = ACTIONS(3297), [anon_sym_U_DQUOTE] = ACTIONS(3297), [anon_sym_u8_DQUOTE] = ACTIONS(3297), [anon_sym_DQUOTE] = ACTIONS(3297), [sym_true] = ACTIONS(3295), [sym_false] = ACTIONS(3295), [anon_sym_NULL] = ACTIONS(3295), [anon_sym_nullptr] = ACTIONS(3295), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3295), [anon_sym_decltype] = ACTIONS(3295), [anon_sym_virtual] = ACTIONS(3295), [anon_sym_explicit] = ACTIONS(3295), [anon_sym_typename] = ACTIONS(3295), [anon_sym_template] = ACTIONS(3295), [anon_sym_operator] = ACTIONS(3295), [anon_sym_try] = ACTIONS(3295), [anon_sym_delete] = ACTIONS(3295), [anon_sym_throw] = ACTIONS(3295), [anon_sym_namespace] = ACTIONS(3295), [anon_sym_using] = ACTIONS(3295), [anon_sym_static_assert] = ACTIONS(3295), [anon_sym_concept] = ACTIONS(3295), [anon_sym_co_return] = ACTIONS(3295), [anon_sym_co_yield] = ACTIONS(3295), [anon_sym_R_DQUOTE] = ACTIONS(3297), [anon_sym_LR_DQUOTE] = ACTIONS(3297), [anon_sym_uR_DQUOTE] = ACTIONS(3297), [anon_sym_UR_DQUOTE] = ACTIONS(3297), [anon_sym_u8R_DQUOTE] = ACTIONS(3297), [anon_sym_co_await] = ACTIONS(3295), [anon_sym_new] = ACTIONS(3295), [anon_sym_requires] = ACTIONS(3295), [sym_this] = ACTIONS(3295), }, [1347] = { [ts_builtin_sym_end] = ACTIONS(3400), [sym_identifier] = ACTIONS(3398), [aux_sym_preproc_include_token1] = ACTIONS(3398), [aux_sym_preproc_def_token1] = ACTIONS(3398), [aux_sym_preproc_if_token1] = ACTIONS(3398), [aux_sym_preproc_ifdef_token1] = ACTIONS(3398), [aux_sym_preproc_ifdef_token2] = ACTIONS(3398), [sym_preproc_directive] = ACTIONS(3398), [anon_sym_LPAREN2] = ACTIONS(3400), [anon_sym_BANG] = ACTIONS(3400), [anon_sym_TILDE] = ACTIONS(3400), [anon_sym_DASH] = ACTIONS(3398), [anon_sym_PLUS] = ACTIONS(3398), [anon_sym_STAR] = ACTIONS(3400), [anon_sym_AMP_AMP] = ACTIONS(3400), [anon_sym_AMP] = ACTIONS(3398), [anon_sym_typedef] = ACTIONS(3398), [anon_sym_extern] = ACTIONS(3398), [anon_sym___attribute__] = ACTIONS(3398), [anon_sym_COLON_COLON] = ACTIONS(3400), [anon_sym_LBRACK_LBRACK] = ACTIONS(3400), [anon_sym___declspec] = ACTIONS(3398), [anon_sym___based] = ACTIONS(3398), [anon_sym___cdecl] = ACTIONS(3398), [anon_sym___clrcall] = ACTIONS(3398), [anon_sym___stdcall] = ACTIONS(3398), [anon_sym___fastcall] = ACTIONS(3398), [anon_sym___thiscall] = ACTIONS(3398), [anon_sym___vectorcall] = ACTIONS(3398), [anon_sym_LBRACE] = ACTIONS(3400), [anon_sym_signed] = ACTIONS(3398), [anon_sym_unsigned] = ACTIONS(3398), [anon_sym_long] = ACTIONS(3398), [anon_sym_short] = ACTIONS(3398), [anon_sym_LBRACK] = ACTIONS(3398), [anon_sym_static] = ACTIONS(3398), [anon_sym_register] = ACTIONS(3398), [anon_sym_inline] = ACTIONS(3398), [anon_sym_thread_local] = ACTIONS(3398), [anon_sym_const] = ACTIONS(3398), [anon_sym_constexpr] = ACTIONS(3398), [anon_sym_volatile] = ACTIONS(3398), [anon_sym_restrict] = ACTIONS(3398), [anon_sym___restrict__] = ACTIONS(3398), [anon_sym__Atomic] = ACTIONS(3398), [anon_sym__Noreturn] = ACTIONS(3398), [anon_sym_noreturn] = ACTIONS(3398), [anon_sym_mutable] = ACTIONS(3398), [anon_sym_constinit] = ACTIONS(3398), [anon_sym_consteval] = ACTIONS(3398), [sym_primitive_type] = ACTIONS(3398), [anon_sym_enum] = ACTIONS(3398), [anon_sym_class] = ACTIONS(3398), [anon_sym_struct] = ACTIONS(3398), [anon_sym_union] = ACTIONS(3398), [anon_sym_if] = ACTIONS(3398), [anon_sym_switch] = ACTIONS(3398), [anon_sym_case] = ACTIONS(3398), [anon_sym_default] = ACTIONS(3398), [anon_sym_while] = ACTIONS(3398), [anon_sym_do] = ACTIONS(3398), [anon_sym_for] = ACTIONS(3398), [anon_sym_return] = ACTIONS(3398), [anon_sym_break] = ACTIONS(3398), [anon_sym_continue] = ACTIONS(3398), [anon_sym_goto] = ACTIONS(3398), [anon_sym_not] = ACTIONS(3398), [anon_sym_compl] = ACTIONS(3398), [anon_sym_DASH_DASH] = ACTIONS(3400), [anon_sym_PLUS_PLUS] = ACTIONS(3400), [anon_sym_sizeof] = ACTIONS(3398), [anon_sym_offsetof] = ACTIONS(3398), [anon_sym__Generic] = ACTIONS(3398), [anon_sym_asm] = ACTIONS(3398), [anon_sym___asm__] = ACTIONS(3398), [sym_number_literal] = ACTIONS(3400), [anon_sym_L_SQUOTE] = ACTIONS(3400), [anon_sym_u_SQUOTE] = ACTIONS(3400), [anon_sym_U_SQUOTE] = ACTIONS(3400), [anon_sym_u8_SQUOTE] = ACTIONS(3400), [anon_sym_SQUOTE] = ACTIONS(3400), [anon_sym_L_DQUOTE] = ACTIONS(3400), [anon_sym_u_DQUOTE] = ACTIONS(3400), [anon_sym_U_DQUOTE] = ACTIONS(3400), [anon_sym_u8_DQUOTE] = ACTIONS(3400), [anon_sym_DQUOTE] = ACTIONS(3400), [sym_true] = ACTIONS(3398), [sym_false] = ACTIONS(3398), [anon_sym_NULL] = ACTIONS(3398), [anon_sym_nullptr] = ACTIONS(3398), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3398), [anon_sym_decltype] = ACTIONS(3398), [anon_sym_virtual] = ACTIONS(3398), [anon_sym_explicit] = ACTIONS(3398), [anon_sym_typename] = ACTIONS(3398), [anon_sym_template] = ACTIONS(3398), [anon_sym_operator] = ACTIONS(3398), [anon_sym_try] = ACTIONS(3398), [anon_sym_delete] = ACTIONS(3398), [anon_sym_throw] = ACTIONS(3398), [anon_sym_namespace] = ACTIONS(3398), [anon_sym_using] = ACTIONS(3398), [anon_sym_static_assert] = ACTIONS(3398), [anon_sym_concept] = ACTIONS(3398), [anon_sym_co_return] = ACTIONS(3398), [anon_sym_co_yield] = ACTIONS(3398), [anon_sym_R_DQUOTE] = ACTIONS(3400), [anon_sym_LR_DQUOTE] = ACTIONS(3400), [anon_sym_uR_DQUOTE] = ACTIONS(3400), [anon_sym_UR_DQUOTE] = ACTIONS(3400), [anon_sym_u8R_DQUOTE] = ACTIONS(3400), [anon_sym_co_await] = ACTIONS(3398), [anon_sym_new] = ACTIONS(3398), [anon_sym_requires] = ACTIONS(3398), [sym_this] = ACTIONS(3398), }, [1348] = { [ts_builtin_sym_end] = ACTIONS(3213), [sym_identifier] = ACTIONS(3211), [aux_sym_preproc_include_token1] = ACTIONS(3211), [aux_sym_preproc_def_token1] = ACTIONS(3211), [aux_sym_preproc_if_token1] = ACTIONS(3211), [aux_sym_preproc_ifdef_token1] = ACTIONS(3211), [aux_sym_preproc_ifdef_token2] = ACTIONS(3211), [sym_preproc_directive] = ACTIONS(3211), [anon_sym_LPAREN2] = ACTIONS(3213), [anon_sym_BANG] = ACTIONS(3213), [anon_sym_TILDE] = ACTIONS(3213), [anon_sym_DASH] = ACTIONS(3211), [anon_sym_PLUS] = ACTIONS(3211), [anon_sym_STAR] = ACTIONS(3213), [anon_sym_AMP_AMP] = ACTIONS(3213), [anon_sym_AMP] = ACTIONS(3211), [anon_sym_typedef] = ACTIONS(3211), [anon_sym_extern] = ACTIONS(3211), [anon_sym___attribute__] = ACTIONS(3211), [anon_sym_COLON_COLON] = ACTIONS(3213), [anon_sym_LBRACK_LBRACK] = ACTIONS(3213), [anon_sym___declspec] = ACTIONS(3211), [anon_sym___based] = ACTIONS(3211), [anon_sym___cdecl] = ACTIONS(3211), [anon_sym___clrcall] = ACTIONS(3211), [anon_sym___stdcall] = ACTIONS(3211), [anon_sym___fastcall] = ACTIONS(3211), [anon_sym___thiscall] = ACTIONS(3211), [anon_sym___vectorcall] = ACTIONS(3211), [anon_sym_LBRACE] = ACTIONS(3213), [anon_sym_signed] = ACTIONS(3211), [anon_sym_unsigned] = ACTIONS(3211), [anon_sym_long] = ACTIONS(3211), [anon_sym_short] = ACTIONS(3211), [anon_sym_LBRACK] = ACTIONS(3211), [anon_sym_static] = ACTIONS(3211), [anon_sym_register] = ACTIONS(3211), [anon_sym_inline] = ACTIONS(3211), [anon_sym_thread_local] = ACTIONS(3211), [anon_sym_const] = ACTIONS(3211), [anon_sym_constexpr] = ACTIONS(3211), [anon_sym_volatile] = ACTIONS(3211), [anon_sym_restrict] = ACTIONS(3211), [anon_sym___restrict__] = ACTIONS(3211), [anon_sym__Atomic] = ACTIONS(3211), [anon_sym__Noreturn] = ACTIONS(3211), [anon_sym_noreturn] = ACTIONS(3211), [anon_sym_mutable] = ACTIONS(3211), [anon_sym_constinit] = ACTIONS(3211), [anon_sym_consteval] = ACTIONS(3211), [sym_primitive_type] = ACTIONS(3211), [anon_sym_enum] = ACTIONS(3211), [anon_sym_class] = ACTIONS(3211), [anon_sym_struct] = ACTIONS(3211), [anon_sym_union] = ACTIONS(3211), [anon_sym_if] = ACTIONS(3211), [anon_sym_switch] = ACTIONS(3211), [anon_sym_case] = ACTIONS(3211), [anon_sym_default] = ACTIONS(3211), [anon_sym_while] = ACTIONS(3211), [anon_sym_do] = ACTIONS(3211), [anon_sym_for] = ACTIONS(3211), [anon_sym_return] = ACTIONS(3211), [anon_sym_break] = ACTIONS(3211), [anon_sym_continue] = ACTIONS(3211), [anon_sym_goto] = ACTIONS(3211), [anon_sym_not] = ACTIONS(3211), [anon_sym_compl] = ACTIONS(3211), [anon_sym_DASH_DASH] = ACTIONS(3213), [anon_sym_PLUS_PLUS] = ACTIONS(3213), [anon_sym_sizeof] = ACTIONS(3211), [anon_sym_offsetof] = ACTIONS(3211), [anon_sym__Generic] = ACTIONS(3211), [anon_sym_asm] = ACTIONS(3211), [anon_sym___asm__] = ACTIONS(3211), [sym_number_literal] = ACTIONS(3213), [anon_sym_L_SQUOTE] = ACTIONS(3213), [anon_sym_u_SQUOTE] = ACTIONS(3213), [anon_sym_U_SQUOTE] = ACTIONS(3213), [anon_sym_u8_SQUOTE] = ACTIONS(3213), [anon_sym_SQUOTE] = ACTIONS(3213), [anon_sym_L_DQUOTE] = ACTIONS(3213), [anon_sym_u_DQUOTE] = ACTIONS(3213), [anon_sym_U_DQUOTE] = ACTIONS(3213), [anon_sym_u8_DQUOTE] = ACTIONS(3213), [anon_sym_DQUOTE] = ACTIONS(3213), [sym_true] = ACTIONS(3211), [sym_false] = ACTIONS(3211), [anon_sym_NULL] = ACTIONS(3211), [anon_sym_nullptr] = ACTIONS(3211), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3211), [anon_sym_decltype] = ACTIONS(3211), [anon_sym_virtual] = ACTIONS(3211), [anon_sym_explicit] = ACTIONS(3211), [anon_sym_typename] = ACTIONS(3211), [anon_sym_template] = ACTIONS(3211), [anon_sym_operator] = ACTIONS(3211), [anon_sym_try] = ACTIONS(3211), [anon_sym_delete] = ACTIONS(3211), [anon_sym_throw] = ACTIONS(3211), [anon_sym_namespace] = ACTIONS(3211), [anon_sym_using] = ACTIONS(3211), [anon_sym_static_assert] = ACTIONS(3211), [anon_sym_concept] = ACTIONS(3211), [anon_sym_co_return] = ACTIONS(3211), [anon_sym_co_yield] = ACTIONS(3211), [anon_sym_R_DQUOTE] = ACTIONS(3213), [anon_sym_LR_DQUOTE] = ACTIONS(3213), [anon_sym_uR_DQUOTE] = ACTIONS(3213), [anon_sym_UR_DQUOTE] = ACTIONS(3213), [anon_sym_u8R_DQUOTE] = ACTIONS(3213), [anon_sym_co_await] = ACTIONS(3211), [anon_sym_new] = ACTIONS(3211), [anon_sym_requires] = ACTIONS(3211), [sym_this] = ACTIONS(3211), }, [1349] = { [ts_builtin_sym_end] = ACTIONS(3217), [sym_identifier] = ACTIONS(3215), [aux_sym_preproc_include_token1] = ACTIONS(3215), [aux_sym_preproc_def_token1] = ACTIONS(3215), [aux_sym_preproc_if_token1] = ACTIONS(3215), [aux_sym_preproc_ifdef_token1] = ACTIONS(3215), [aux_sym_preproc_ifdef_token2] = ACTIONS(3215), [sym_preproc_directive] = ACTIONS(3215), [anon_sym_LPAREN2] = ACTIONS(3217), [anon_sym_BANG] = ACTIONS(3217), [anon_sym_TILDE] = ACTIONS(3217), [anon_sym_DASH] = ACTIONS(3215), [anon_sym_PLUS] = ACTIONS(3215), [anon_sym_STAR] = ACTIONS(3217), [anon_sym_AMP_AMP] = ACTIONS(3217), [anon_sym_AMP] = ACTIONS(3215), [anon_sym_typedef] = ACTIONS(3215), [anon_sym_extern] = ACTIONS(3215), [anon_sym___attribute__] = ACTIONS(3215), [anon_sym_COLON_COLON] = ACTIONS(3217), [anon_sym_LBRACK_LBRACK] = ACTIONS(3217), [anon_sym___declspec] = ACTIONS(3215), [anon_sym___based] = ACTIONS(3215), [anon_sym___cdecl] = ACTIONS(3215), [anon_sym___clrcall] = ACTIONS(3215), [anon_sym___stdcall] = ACTIONS(3215), [anon_sym___fastcall] = ACTIONS(3215), [anon_sym___thiscall] = ACTIONS(3215), [anon_sym___vectorcall] = ACTIONS(3215), [anon_sym_LBRACE] = ACTIONS(3217), [anon_sym_signed] = ACTIONS(3215), [anon_sym_unsigned] = ACTIONS(3215), [anon_sym_long] = ACTIONS(3215), [anon_sym_short] = ACTIONS(3215), [anon_sym_LBRACK] = ACTIONS(3215), [anon_sym_static] = ACTIONS(3215), [anon_sym_register] = ACTIONS(3215), [anon_sym_inline] = ACTIONS(3215), [anon_sym_thread_local] = ACTIONS(3215), [anon_sym_const] = ACTIONS(3215), [anon_sym_constexpr] = ACTIONS(3215), [anon_sym_volatile] = ACTIONS(3215), [anon_sym_restrict] = ACTIONS(3215), [anon_sym___restrict__] = ACTIONS(3215), [anon_sym__Atomic] = ACTIONS(3215), [anon_sym__Noreturn] = ACTIONS(3215), [anon_sym_noreturn] = ACTIONS(3215), [anon_sym_mutable] = ACTIONS(3215), [anon_sym_constinit] = ACTIONS(3215), [anon_sym_consteval] = ACTIONS(3215), [sym_primitive_type] = ACTIONS(3215), [anon_sym_enum] = ACTIONS(3215), [anon_sym_class] = ACTIONS(3215), [anon_sym_struct] = ACTIONS(3215), [anon_sym_union] = ACTIONS(3215), [anon_sym_if] = ACTIONS(3215), [anon_sym_switch] = ACTIONS(3215), [anon_sym_case] = ACTIONS(3215), [anon_sym_default] = ACTIONS(3215), [anon_sym_while] = ACTIONS(3215), [anon_sym_do] = ACTIONS(3215), [anon_sym_for] = ACTIONS(3215), [anon_sym_return] = ACTIONS(3215), [anon_sym_break] = ACTIONS(3215), [anon_sym_continue] = ACTIONS(3215), [anon_sym_goto] = ACTIONS(3215), [anon_sym_not] = ACTIONS(3215), [anon_sym_compl] = ACTIONS(3215), [anon_sym_DASH_DASH] = ACTIONS(3217), [anon_sym_PLUS_PLUS] = ACTIONS(3217), [anon_sym_sizeof] = ACTIONS(3215), [anon_sym_offsetof] = ACTIONS(3215), [anon_sym__Generic] = ACTIONS(3215), [anon_sym_asm] = ACTIONS(3215), [anon_sym___asm__] = ACTIONS(3215), [sym_number_literal] = ACTIONS(3217), [anon_sym_L_SQUOTE] = ACTIONS(3217), [anon_sym_u_SQUOTE] = ACTIONS(3217), [anon_sym_U_SQUOTE] = ACTIONS(3217), [anon_sym_u8_SQUOTE] = ACTIONS(3217), [anon_sym_SQUOTE] = ACTIONS(3217), [anon_sym_L_DQUOTE] = ACTIONS(3217), [anon_sym_u_DQUOTE] = ACTIONS(3217), [anon_sym_U_DQUOTE] = ACTIONS(3217), [anon_sym_u8_DQUOTE] = ACTIONS(3217), [anon_sym_DQUOTE] = ACTIONS(3217), [sym_true] = ACTIONS(3215), [sym_false] = ACTIONS(3215), [anon_sym_NULL] = ACTIONS(3215), [anon_sym_nullptr] = ACTIONS(3215), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3215), [anon_sym_decltype] = ACTIONS(3215), [anon_sym_virtual] = ACTIONS(3215), [anon_sym_explicit] = ACTIONS(3215), [anon_sym_typename] = ACTIONS(3215), [anon_sym_template] = ACTIONS(3215), [anon_sym_operator] = ACTIONS(3215), [anon_sym_try] = ACTIONS(3215), [anon_sym_delete] = ACTIONS(3215), [anon_sym_throw] = ACTIONS(3215), [anon_sym_namespace] = ACTIONS(3215), [anon_sym_using] = ACTIONS(3215), [anon_sym_static_assert] = ACTIONS(3215), [anon_sym_concept] = ACTIONS(3215), [anon_sym_co_return] = ACTIONS(3215), [anon_sym_co_yield] = ACTIONS(3215), [anon_sym_R_DQUOTE] = ACTIONS(3217), [anon_sym_LR_DQUOTE] = ACTIONS(3217), [anon_sym_uR_DQUOTE] = ACTIONS(3217), [anon_sym_UR_DQUOTE] = ACTIONS(3217), [anon_sym_u8R_DQUOTE] = ACTIONS(3217), [anon_sym_co_await] = ACTIONS(3215), [anon_sym_new] = ACTIONS(3215), [anon_sym_requires] = ACTIONS(3215), [sym_this] = ACTIONS(3215), }, [1350] = { [ts_builtin_sym_end] = ACTIONS(3125), [sym_identifier] = ACTIONS(3123), [aux_sym_preproc_include_token1] = ACTIONS(3123), [aux_sym_preproc_def_token1] = ACTIONS(3123), [aux_sym_preproc_if_token1] = ACTIONS(3123), [aux_sym_preproc_ifdef_token1] = ACTIONS(3123), [aux_sym_preproc_ifdef_token2] = ACTIONS(3123), [sym_preproc_directive] = ACTIONS(3123), [anon_sym_LPAREN2] = ACTIONS(3125), [anon_sym_BANG] = ACTIONS(3125), [anon_sym_TILDE] = ACTIONS(3125), [anon_sym_DASH] = ACTIONS(3123), [anon_sym_PLUS] = ACTIONS(3123), [anon_sym_STAR] = ACTIONS(3125), [anon_sym_AMP_AMP] = ACTIONS(3125), [anon_sym_AMP] = ACTIONS(3123), [anon_sym_typedef] = ACTIONS(3123), [anon_sym_extern] = ACTIONS(3123), [anon_sym___attribute__] = ACTIONS(3123), [anon_sym_COLON_COLON] = ACTIONS(3125), [anon_sym_LBRACK_LBRACK] = ACTIONS(3125), [anon_sym___declspec] = ACTIONS(3123), [anon_sym___based] = ACTIONS(3123), [anon_sym___cdecl] = ACTIONS(3123), [anon_sym___clrcall] = ACTIONS(3123), [anon_sym___stdcall] = ACTIONS(3123), [anon_sym___fastcall] = ACTIONS(3123), [anon_sym___thiscall] = ACTIONS(3123), [anon_sym___vectorcall] = ACTIONS(3123), [anon_sym_LBRACE] = ACTIONS(3125), [anon_sym_signed] = ACTIONS(3123), [anon_sym_unsigned] = ACTIONS(3123), [anon_sym_long] = ACTIONS(3123), [anon_sym_short] = ACTIONS(3123), [anon_sym_LBRACK] = ACTIONS(3123), [anon_sym_static] = ACTIONS(3123), [anon_sym_register] = ACTIONS(3123), [anon_sym_inline] = ACTIONS(3123), [anon_sym_thread_local] = ACTIONS(3123), [anon_sym_const] = ACTIONS(3123), [anon_sym_constexpr] = ACTIONS(3123), [anon_sym_volatile] = ACTIONS(3123), [anon_sym_restrict] = ACTIONS(3123), [anon_sym___restrict__] = ACTIONS(3123), [anon_sym__Atomic] = ACTIONS(3123), [anon_sym__Noreturn] = ACTIONS(3123), [anon_sym_noreturn] = ACTIONS(3123), [anon_sym_mutable] = ACTIONS(3123), [anon_sym_constinit] = ACTIONS(3123), [anon_sym_consteval] = ACTIONS(3123), [sym_primitive_type] = ACTIONS(3123), [anon_sym_enum] = ACTIONS(3123), [anon_sym_class] = ACTIONS(3123), [anon_sym_struct] = ACTIONS(3123), [anon_sym_union] = ACTIONS(3123), [anon_sym_if] = ACTIONS(3123), [anon_sym_switch] = ACTIONS(3123), [anon_sym_case] = ACTIONS(3123), [anon_sym_default] = ACTIONS(3123), [anon_sym_while] = ACTIONS(3123), [anon_sym_do] = ACTIONS(3123), [anon_sym_for] = ACTIONS(3123), [anon_sym_return] = ACTIONS(3123), [anon_sym_break] = ACTIONS(3123), [anon_sym_continue] = ACTIONS(3123), [anon_sym_goto] = ACTIONS(3123), [anon_sym_not] = ACTIONS(3123), [anon_sym_compl] = ACTIONS(3123), [anon_sym_DASH_DASH] = ACTIONS(3125), [anon_sym_PLUS_PLUS] = ACTIONS(3125), [anon_sym_sizeof] = ACTIONS(3123), [anon_sym_offsetof] = ACTIONS(3123), [anon_sym__Generic] = ACTIONS(3123), [anon_sym_asm] = ACTIONS(3123), [anon_sym___asm__] = ACTIONS(3123), [sym_number_literal] = ACTIONS(3125), [anon_sym_L_SQUOTE] = ACTIONS(3125), [anon_sym_u_SQUOTE] = ACTIONS(3125), [anon_sym_U_SQUOTE] = ACTIONS(3125), [anon_sym_u8_SQUOTE] = ACTIONS(3125), [anon_sym_SQUOTE] = ACTIONS(3125), [anon_sym_L_DQUOTE] = ACTIONS(3125), [anon_sym_u_DQUOTE] = ACTIONS(3125), [anon_sym_U_DQUOTE] = ACTIONS(3125), [anon_sym_u8_DQUOTE] = ACTIONS(3125), [anon_sym_DQUOTE] = ACTIONS(3125), [sym_true] = ACTIONS(3123), [sym_false] = ACTIONS(3123), [anon_sym_NULL] = ACTIONS(3123), [anon_sym_nullptr] = ACTIONS(3123), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3123), [anon_sym_decltype] = ACTIONS(3123), [anon_sym_virtual] = ACTIONS(3123), [anon_sym_explicit] = ACTIONS(3123), [anon_sym_typename] = ACTIONS(3123), [anon_sym_template] = ACTIONS(3123), [anon_sym_operator] = ACTIONS(3123), [anon_sym_try] = ACTIONS(3123), [anon_sym_delete] = ACTIONS(3123), [anon_sym_throw] = ACTIONS(3123), [anon_sym_namespace] = ACTIONS(3123), [anon_sym_using] = ACTIONS(3123), [anon_sym_static_assert] = ACTIONS(3123), [anon_sym_concept] = ACTIONS(3123), [anon_sym_co_return] = ACTIONS(3123), [anon_sym_co_yield] = ACTIONS(3123), [anon_sym_R_DQUOTE] = ACTIONS(3125), [anon_sym_LR_DQUOTE] = ACTIONS(3125), [anon_sym_uR_DQUOTE] = ACTIONS(3125), [anon_sym_UR_DQUOTE] = ACTIONS(3125), [anon_sym_u8R_DQUOTE] = ACTIONS(3125), [anon_sym_co_await] = ACTIONS(3123), [anon_sym_new] = ACTIONS(3123), [anon_sym_requires] = ACTIONS(3123), [sym_this] = ACTIONS(3123), }, [1351] = { [ts_builtin_sym_end] = ACTIONS(3260), [sym_identifier] = ACTIONS(3258), [aux_sym_preproc_include_token1] = ACTIONS(3258), [aux_sym_preproc_def_token1] = ACTIONS(3258), [aux_sym_preproc_if_token1] = ACTIONS(3258), [aux_sym_preproc_ifdef_token1] = ACTIONS(3258), [aux_sym_preproc_ifdef_token2] = ACTIONS(3258), [sym_preproc_directive] = ACTIONS(3258), [anon_sym_LPAREN2] = ACTIONS(3260), [anon_sym_BANG] = ACTIONS(3260), [anon_sym_TILDE] = ACTIONS(3260), [anon_sym_DASH] = ACTIONS(3258), [anon_sym_PLUS] = ACTIONS(3258), [anon_sym_STAR] = ACTIONS(3260), [anon_sym_AMP_AMP] = ACTIONS(3260), [anon_sym_AMP] = ACTIONS(3258), [anon_sym_typedef] = ACTIONS(3258), [anon_sym_extern] = ACTIONS(3258), [anon_sym___attribute__] = ACTIONS(3258), [anon_sym_COLON_COLON] = ACTIONS(3260), [anon_sym_LBRACK_LBRACK] = ACTIONS(3260), [anon_sym___declspec] = ACTIONS(3258), [anon_sym___based] = ACTIONS(3258), [anon_sym___cdecl] = ACTIONS(3258), [anon_sym___clrcall] = ACTIONS(3258), [anon_sym___stdcall] = ACTIONS(3258), [anon_sym___fastcall] = ACTIONS(3258), [anon_sym___thiscall] = ACTIONS(3258), [anon_sym___vectorcall] = ACTIONS(3258), [anon_sym_LBRACE] = ACTIONS(3260), [anon_sym_signed] = ACTIONS(3258), [anon_sym_unsigned] = ACTIONS(3258), [anon_sym_long] = ACTIONS(3258), [anon_sym_short] = ACTIONS(3258), [anon_sym_LBRACK] = ACTIONS(3258), [anon_sym_static] = ACTIONS(3258), [anon_sym_register] = ACTIONS(3258), [anon_sym_inline] = ACTIONS(3258), [anon_sym_thread_local] = ACTIONS(3258), [anon_sym_const] = ACTIONS(3258), [anon_sym_constexpr] = ACTIONS(3258), [anon_sym_volatile] = ACTIONS(3258), [anon_sym_restrict] = ACTIONS(3258), [anon_sym___restrict__] = ACTIONS(3258), [anon_sym__Atomic] = ACTIONS(3258), [anon_sym__Noreturn] = ACTIONS(3258), [anon_sym_noreturn] = ACTIONS(3258), [anon_sym_mutable] = ACTIONS(3258), [anon_sym_constinit] = ACTIONS(3258), [anon_sym_consteval] = ACTIONS(3258), [sym_primitive_type] = ACTIONS(3258), [anon_sym_enum] = ACTIONS(3258), [anon_sym_class] = ACTIONS(3258), [anon_sym_struct] = ACTIONS(3258), [anon_sym_union] = ACTIONS(3258), [anon_sym_if] = ACTIONS(3258), [anon_sym_switch] = ACTIONS(3258), [anon_sym_case] = ACTIONS(3258), [anon_sym_default] = ACTIONS(3258), [anon_sym_while] = ACTIONS(3258), [anon_sym_do] = ACTIONS(3258), [anon_sym_for] = ACTIONS(3258), [anon_sym_return] = ACTIONS(3258), [anon_sym_break] = ACTIONS(3258), [anon_sym_continue] = ACTIONS(3258), [anon_sym_goto] = ACTIONS(3258), [anon_sym_not] = ACTIONS(3258), [anon_sym_compl] = ACTIONS(3258), [anon_sym_DASH_DASH] = ACTIONS(3260), [anon_sym_PLUS_PLUS] = ACTIONS(3260), [anon_sym_sizeof] = ACTIONS(3258), [anon_sym_offsetof] = ACTIONS(3258), [anon_sym__Generic] = ACTIONS(3258), [anon_sym_asm] = ACTIONS(3258), [anon_sym___asm__] = ACTIONS(3258), [sym_number_literal] = ACTIONS(3260), [anon_sym_L_SQUOTE] = ACTIONS(3260), [anon_sym_u_SQUOTE] = ACTIONS(3260), [anon_sym_U_SQUOTE] = ACTIONS(3260), [anon_sym_u8_SQUOTE] = ACTIONS(3260), [anon_sym_SQUOTE] = ACTIONS(3260), [anon_sym_L_DQUOTE] = ACTIONS(3260), [anon_sym_u_DQUOTE] = ACTIONS(3260), [anon_sym_U_DQUOTE] = ACTIONS(3260), [anon_sym_u8_DQUOTE] = ACTIONS(3260), [anon_sym_DQUOTE] = ACTIONS(3260), [sym_true] = ACTIONS(3258), [sym_false] = ACTIONS(3258), [anon_sym_NULL] = ACTIONS(3258), [anon_sym_nullptr] = ACTIONS(3258), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3258), [anon_sym_decltype] = ACTIONS(3258), [anon_sym_virtual] = ACTIONS(3258), [anon_sym_explicit] = ACTIONS(3258), [anon_sym_typename] = ACTIONS(3258), [anon_sym_template] = ACTIONS(3258), [anon_sym_operator] = ACTIONS(3258), [anon_sym_try] = ACTIONS(3258), [anon_sym_delete] = ACTIONS(3258), [anon_sym_throw] = ACTIONS(3258), [anon_sym_namespace] = ACTIONS(3258), [anon_sym_using] = ACTIONS(3258), [anon_sym_static_assert] = ACTIONS(3258), [anon_sym_concept] = ACTIONS(3258), [anon_sym_co_return] = ACTIONS(3258), [anon_sym_co_yield] = ACTIONS(3258), [anon_sym_R_DQUOTE] = ACTIONS(3260), [anon_sym_LR_DQUOTE] = ACTIONS(3260), [anon_sym_uR_DQUOTE] = ACTIONS(3260), [anon_sym_UR_DQUOTE] = ACTIONS(3260), [anon_sym_u8R_DQUOTE] = ACTIONS(3260), [anon_sym_co_await] = ACTIONS(3258), [anon_sym_new] = ACTIONS(3258), [anon_sym_requires] = ACTIONS(3258), [sym_this] = ACTIONS(3258), }, [1352] = { [ts_builtin_sym_end] = ACTIONS(3335), [sym_identifier] = ACTIONS(3333), [aux_sym_preproc_include_token1] = ACTIONS(3333), [aux_sym_preproc_def_token1] = ACTIONS(3333), [aux_sym_preproc_if_token1] = ACTIONS(3333), [aux_sym_preproc_ifdef_token1] = ACTIONS(3333), [aux_sym_preproc_ifdef_token2] = ACTIONS(3333), [sym_preproc_directive] = ACTIONS(3333), [anon_sym_LPAREN2] = ACTIONS(3335), [anon_sym_BANG] = ACTIONS(3335), [anon_sym_TILDE] = ACTIONS(3335), [anon_sym_DASH] = ACTIONS(3333), [anon_sym_PLUS] = ACTIONS(3333), [anon_sym_STAR] = ACTIONS(3335), [anon_sym_AMP_AMP] = ACTIONS(3335), [anon_sym_AMP] = ACTIONS(3333), [anon_sym_typedef] = ACTIONS(3333), [anon_sym_extern] = ACTIONS(3333), [anon_sym___attribute__] = ACTIONS(3333), [anon_sym_COLON_COLON] = ACTIONS(3335), [anon_sym_LBRACK_LBRACK] = ACTIONS(3335), [anon_sym___declspec] = ACTIONS(3333), [anon_sym___based] = ACTIONS(3333), [anon_sym___cdecl] = ACTIONS(3333), [anon_sym___clrcall] = ACTIONS(3333), [anon_sym___stdcall] = ACTIONS(3333), [anon_sym___fastcall] = ACTIONS(3333), [anon_sym___thiscall] = ACTIONS(3333), [anon_sym___vectorcall] = ACTIONS(3333), [anon_sym_LBRACE] = ACTIONS(3335), [anon_sym_signed] = ACTIONS(3333), [anon_sym_unsigned] = ACTIONS(3333), [anon_sym_long] = ACTIONS(3333), [anon_sym_short] = ACTIONS(3333), [anon_sym_LBRACK] = ACTIONS(3333), [anon_sym_static] = ACTIONS(3333), [anon_sym_register] = ACTIONS(3333), [anon_sym_inline] = ACTIONS(3333), [anon_sym_thread_local] = ACTIONS(3333), [anon_sym_const] = ACTIONS(3333), [anon_sym_constexpr] = ACTIONS(3333), [anon_sym_volatile] = ACTIONS(3333), [anon_sym_restrict] = ACTIONS(3333), [anon_sym___restrict__] = ACTIONS(3333), [anon_sym__Atomic] = ACTIONS(3333), [anon_sym__Noreturn] = ACTIONS(3333), [anon_sym_noreturn] = ACTIONS(3333), [anon_sym_mutable] = ACTIONS(3333), [anon_sym_constinit] = ACTIONS(3333), [anon_sym_consteval] = ACTIONS(3333), [sym_primitive_type] = ACTIONS(3333), [anon_sym_enum] = ACTIONS(3333), [anon_sym_class] = ACTIONS(3333), [anon_sym_struct] = ACTIONS(3333), [anon_sym_union] = ACTIONS(3333), [anon_sym_if] = ACTIONS(3333), [anon_sym_switch] = ACTIONS(3333), [anon_sym_case] = ACTIONS(3333), [anon_sym_default] = ACTIONS(3333), [anon_sym_while] = ACTIONS(3333), [anon_sym_do] = ACTIONS(3333), [anon_sym_for] = ACTIONS(3333), [anon_sym_return] = ACTIONS(3333), [anon_sym_break] = ACTIONS(3333), [anon_sym_continue] = ACTIONS(3333), [anon_sym_goto] = ACTIONS(3333), [anon_sym_not] = ACTIONS(3333), [anon_sym_compl] = ACTIONS(3333), [anon_sym_DASH_DASH] = ACTIONS(3335), [anon_sym_PLUS_PLUS] = ACTIONS(3335), [anon_sym_sizeof] = ACTIONS(3333), [anon_sym_offsetof] = ACTIONS(3333), [anon_sym__Generic] = ACTIONS(3333), [anon_sym_asm] = ACTIONS(3333), [anon_sym___asm__] = ACTIONS(3333), [sym_number_literal] = ACTIONS(3335), [anon_sym_L_SQUOTE] = ACTIONS(3335), [anon_sym_u_SQUOTE] = ACTIONS(3335), [anon_sym_U_SQUOTE] = ACTIONS(3335), [anon_sym_u8_SQUOTE] = ACTIONS(3335), [anon_sym_SQUOTE] = ACTIONS(3335), [anon_sym_L_DQUOTE] = ACTIONS(3335), [anon_sym_u_DQUOTE] = ACTIONS(3335), [anon_sym_U_DQUOTE] = ACTIONS(3335), [anon_sym_u8_DQUOTE] = ACTIONS(3335), [anon_sym_DQUOTE] = ACTIONS(3335), [sym_true] = ACTIONS(3333), [sym_false] = ACTIONS(3333), [anon_sym_NULL] = ACTIONS(3333), [anon_sym_nullptr] = ACTIONS(3333), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3333), [anon_sym_decltype] = ACTIONS(3333), [anon_sym_virtual] = ACTIONS(3333), [anon_sym_explicit] = ACTIONS(3333), [anon_sym_typename] = ACTIONS(3333), [anon_sym_template] = ACTIONS(3333), [anon_sym_operator] = ACTIONS(3333), [anon_sym_try] = ACTIONS(3333), [anon_sym_delete] = ACTIONS(3333), [anon_sym_throw] = ACTIONS(3333), [anon_sym_namespace] = ACTIONS(3333), [anon_sym_using] = ACTIONS(3333), [anon_sym_static_assert] = ACTIONS(3333), [anon_sym_concept] = ACTIONS(3333), [anon_sym_co_return] = ACTIONS(3333), [anon_sym_co_yield] = ACTIONS(3333), [anon_sym_R_DQUOTE] = ACTIONS(3335), [anon_sym_LR_DQUOTE] = ACTIONS(3335), [anon_sym_uR_DQUOTE] = ACTIONS(3335), [anon_sym_UR_DQUOTE] = ACTIONS(3335), [anon_sym_u8R_DQUOTE] = ACTIONS(3335), [anon_sym_co_await] = ACTIONS(3333), [anon_sym_new] = ACTIONS(3333), [anon_sym_requires] = ACTIONS(3333), [sym_this] = ACTIONS(3333), }, [1353] = { [ts_builtin_sym_end] = ACTIONS(3277), [sym_identifier] = ACTIONS(3275), [aux_sym_preproc_include_token1] = ACTIONS(3275), [aux_sym_preproc_def_token1] = ACTIONS(3275), [aux_sym_preproc_if_token1] = ACTIONS(3275), [aux_sym_preproc_ifdef_token1] = ACTIONS(3275), [aux_sym_preproc_ifdef_token2] = ACTIONS(3275), [sym_preproc_directive] = ACTIONS(3275), [anon_sym_LPAREN2] = ACTIONS(3277), [anon_sym_BANG] = ACTIONS(3277), [anon_sym_TILDE] = ACTIONS(3277), [anon_sym_DASH] = ACTIONS(3275), [anon_sym_PLUS] = ACTIONS(3275), [anon_sym_STAR] = ACTIONS(3277), [anon_sym_AMP_AMP] = ACTIONS(3277), [anon_sym_AMP] = ACTIONS(3275), [anon_sym_typedef] = ACTIONS(3275), [anon_sym_extern] = ACTIONS(3275), [anon_sym___attribute__] = ACTIONS(3275), [anon_sym_COLON_COLON] = ACTIONS(3277), [anon_sym_LBRACK_LBRACK] = ACTIONS(3277), [anon_sym___declspec] = ACTIONS(3275), [anon_sym___based] = ACTIONS(3275), [anon_sym___cdecl] = ACTIONS(3275), [anon_sym___clrcall] = ACTIONS(3275), [anon_sym___stdcall] = ACTIONS(3275), [anon_sym___fastcall] = ACTIONS(3275), [anon_sym___thiscall] = ACTIONS(3275), [anon_sym___vectorcall] = ACTIONS(3275), [anon_sym_LBRACE] = ACTIONS(3277), [anon_sym_signed] = ACTIONS(3275), [anon_sym_unsigned] = ACTIONS(3275), [anon_sym_long] = ACTIONS(3275), [anon_sym_short] = ACTIONS(3275), [anon_sym_LBRACK] = ACTIONS(3275), [anon_sym_static] = ACTIONS(3275), [anon_sym_register] = ACTIONS(3275), [anon_sym_inline] = ACTIONS(3275), [anon_sym_thread_local] = ACTIONS(3275), [anon_sym_const] = ACTIONS(3275), [anon_sym_constexpr] = ACTIONS(3275), [anon_sym_volatile] = ACTIONS(3275), [anon_sym_restrict] = ACTIONS(3275), [anon_sym___restrict__] = ACTIONS(3275), [anon_sym__Atomic] = ACTIONS(3275), [anon_sym__Noreturn] = ACTIONS(3275), [anon_sym_noreturn] = ACTIONS(3275), [anon_sym_mutable] = ACTIONS(3275), [anon_sym_constinit] = ACTIONS(3275), [anon_sym_consteval] = ACTIONS(3275), [sym_primitive_type] = ACTIONS(3275), [anon_sym_enum] = ACTIONS(3275), [anon_sym_class] = ACTIONS(3275), [anon_sym_struct] = ACTIONS(3275), [anon_sym_union] = ACTIONS(3275), [anon_sym_if] = ACTIONS(3275), [anon_sym_switch] = ACTIONS(3275), [anon_sym_case] = ACTIONS(3275), [anon_sym_default] = ACTIONS(3275), [anon_sym_while] = ACTIONS(3275), [anon_sym_do] = ACTIONS(3275), [anon_sym_for] = ACTIONS(3275), [anon_sym_return] = ACTIONS(3275), [anon_sym_break] = ACTIONS(3275), [anon_sym_continue] = ACTIONS(3275), [anon_sym_goto] = ACTIONS(3275), [anon_sym_not] = ACTIONS(3275), [anon_sym_compl] = ACTIONS(3275), [anon_sym_DASH_DASH] = ACTIONS(3277), [anon_sym_PLUS_PLUS] = ACTIONS(3277), [anon_sym_sizeof] = ACTIONS(3275), [anon_sym_offsetof] = ACTIONS(3275), [anon_sym__Generic] = ACTIONS(3275), [anon_sym_asm] = ACTIONS(3275), [anon_sym___asm__] = ACTIONS(3275), [sym_number_literal] = ACTIONS(3277), [anon_sym_L_SQUOTE] = ACTIONS(3277), [anon_sym_u_SQUOTE] = ACTIONS(3277), [anon_sym_U_SQUOTE] = ACTIONS(3277), [anon_sym_u8_SQUOTE] = ACTIONS(3277), [anon_sym_SQUOTE] = ACTIONS(3277), [anon_sym_L_DQUOTE] = ACTIONS(3277), [anon_sym_u_DQUOTE] = ACTIONS(3277), [anon_sym_U_DQUOTE] = ACTIONS(3277), [anon_sym_u8_DQUOTE] = ACTIONS(3277), [anon_sym_DQUOTE] = ACTIONS(3277), [sym_true] = ACTIONS(3275), [sym_false] = ACTIONS(3275), [anon_sym_NULL] = ACTIONS(3275), [anon_sym_nullptr] = ACTIONS(3275), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3275), [anon_sym_decltype] = ACTIONS(3275), [anon_sym_virtual] = ACTIONS(3275), [anon_sym_explicit] = ACTIONS(3275), [anon_sym_typename] = ACTIONS(3275), [anon_sym_template] = ACTIONS(3275), [anon_sym_operator] = ACTIONS(3275), [anon_sym_try] = ACTIONS(3275), [anon_sym_delete] = ACTIONS(3275), [anon_sym_throw] = ACTIONS(3275), [anon_sym_namespace] = ACTIONS(3275), [anon_sym_using] = ACTIONS(3275), [anon_sym_static_assert] = ACTIONS(3275), [anon_sym_concept] = ACTIONS(3275), [anon_sym_co_return] = ACTIONS(3275), [anon_sym_co_yield] = ACTIONS(3275), [anon_sym_R_DQUOTE] = ACTIONS(3277), [anon_sym_LR_DQUOTE] = ACTIONS(3277), [anon_sym_uR_DQUOTE] = ACTIONS(3277), [anon_sym_UR_DQUOTE] = ACTIONS(3277), [anon_sym_u8R_DQUOTE] = ACTIONS(3277), [anon_sym_co_await] = ACTIONS(3275), [anon_sym_new] = ACTIONS(3275), [anon_sym_requires] = ACTIONS(3275), [sym_this] = ACTIONS(3275), }, [1354] = { [ts_builtin_sym_end] = ACTIONS(3435), [sym_identifier] = ACTIONS(3433), [aux_sym_preproc_include_token1] = ACTIONS(3433), [aux_sym_preproc_def_token1] = ACTIONS(3433), [aux_sym_preproc_if_token1] = ACTIONS(3433), [aux_sym_preproc_ifdef_token1] = ACTIONS(3433), [aux_sym_preproc_ifdef_token2] = ACTIONS(3433), [sym_preproc_directive] = ACTIONS(3433), [anon_sym_LPAREN2] = ACTIONS(3435), [anon_sym_BANG] = ACTIONS(3435), [anon_sym_TILDE] = ACTIONS(3435), [anon_sym_DASH] = ACTIONS(3433), [anon_sym_PLUS] = ACTIONS(3433), [anon_sym_STAR] = ACTIONS(3435), [anon_sym_AMP_AMP] = ACTIONS(3435), [anon_sym_AMP] = ACTIONS(3433), [anon_sym_typedef] = ACTIONS(3433), [anon_sym_extern] = ACTIONS(3433), [anon_sym___attribute__] = ACTIONS(3433), [anon_sym_COLON_COLON] = ACTIONS(3435), [anon_sym_LBRACK_LBRACK] = ACTIONS(3435), [anon_sym___declspec] = ACTIONS(3433), [anon_sym___based] = ACTIONS(3433), [anon_sym___cdecl] = ACTIONS(3433), [anon_sym___clrcall] = ACTIONS(3433), [anon_sym___stdcall] = ACTIONS(3433), [anon_sym___fastcall] = ACTIONS(3433), [anon_sym___thiscall] = ACTIONS(3433), [anon_sym___vectorcall] = ACTIONS(3433), [anon_sym_LBRACE] = ACTIONS(3435), [anon_sym_signed] = ACTIONS(3433), [anon_sym_unsigned] = ACTIONS(3433), [anon_sym_long] = ACTIONS(3433), [anon_sym_short] = ACTIONS(3433), [anon_sym_LBRACK] = ACTIONS(3433), [anon_sym_static] = ACTIONS(3433), [anon_sym_register] = ACTIONS(3433), [anon_sym_inline] = ACTIONS(3433), [anon_sym_thread_local] = ACTIONS(3433), [anon_sym_const] = ACTIONS(3433), [anon_sym_constexpr] = ACTIONS(3433), [anon_sym_volatile] = ACTIONS(3433), [anon_sym_restrict] = ACTIONS(3433), [anon_sym___restrict__] = ACTIONS(3433), [anon_sym__Atomic] = ACTIONS(3433), [anon_sym__Noreturn] = ACTIONS(3433), [anon_sym_noreturn] = ACTIONS(3433), [anon_sym_mutable] = ACTIONS(3433), [anon_sym_constinit] = ACTIONS(3433), [anon_sym_consteval] = ACTIONS(3433), [sym_primitive_type] = ACTIONS(3433), [anon_sym_enum] = ACTIONS(3433), [anon_sym_class] = ACTIONS(3433), [anon_sym_struct] = ACTIONS(3433), [anon_sym_union] = ACTIONS(3433), [anon_sym_if] = ACTIONS(3433), [anon_sym_switch] = ACTIONS(3433), [anon_sym_case] = ACTIONS(3433), [anon_sym_default] = ACTIONS(3433), [anon_sym_while] = ACTIONS(3433), [anon_sym_do] = ACTIONS(3433), [anon_sym_for] = ACTIONS(3433), [anon_sym_return] = ACTIONS(3433), [anon_sym_break] = ACTIONS(3433), [anon_sym_continue] = ACTIONS(3433), [anon_sym_goto] = ACTIONS(3433), [anon_sym_not] = ACTIONS(3433), [anon_sym_compl] = ACTIONS(3433), [anon_sym_DASH_DASH] = ACTIONS(3435), [anon_sym_PLUS_PLUS] = ACTIONS(3435), [anon_sym_sizeof] = ACTIONS(3433), [anon_sym_offsetof] = ACTIONS(3433), [anon_sym__Generic] = ACTIONS(3433), [anon_sym_asm] = ACTIONS(3433), [anon_sym___asm__] = ACTIONS(3433), [sym_number_literal] = ACTIONS(3435), [anon_sym_L_SQUOTE] = ACTIONS(3435), [anon_sym_u_SQUOTE] = ACTIONS(3435), [anon_sym_U_SQUOTE] = ACTIONS(3435), [anon_sym_u8_SQUOTE] = ACTIONS(3435), [anon_sym_SQUOTE] = ACTIONS(3435), [anon_sym_L_DQUOTE] = ACTIONS(3435), [anon_sym_u_DQUOTE] = ACTIONS(3435), [anon_sym_U_DQUOTE] = ACTIONS(3435), [anon_sym_u8_DQUOTE] = ACTIONS(3435), [anon_sym_DQUOTE] = ACTIONS(3435), [sym_true] = ACTIONS(3433), [sym_false] = ACTIONS(3433), [anon_sym_NULL] = ACTIONS(3433), [anon_sym_nullptr] = ACTIONS(3433), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3433), [anon_sym_decltype] = ACTIONS(3433), [anon_sym_virtual] = ACTIONS(3433), [anon_sym_explicit] = ACTIONS(3433), [anon_sym_typename] = ACTIONS(3433), [anon_sym_template] = ACTIONS(3433), [anon_sym_operator] = ACTIONS(3433), [anon_sym_try] = ACTIONS(3433), [anon_sym_delete] = ACTIONS(3433), [anon_sym_throw] = ACTIONS(3433), [anon_sym_namespace] = ACTIONS(3433), [anon_sym_using] = ACTIONS(3433), [anon_sym_static_assert] = ACTIONS(3433), [anon_sym_concept] = ACTIONS(3433), [anon_sym_co_return] = ACTIONS(3433), [anon_sym_co_yield] = ACTIONS(3433), [anon_sym_R_DQUOTE] = ACTIONS(3435), [anon_sym_LR_DQUOTE] = ACTIONS(3435), [anon_sym_uR_DQUOTE] = ACTIONS(3435), [anon_sym_UR_DQUOTE] = ACTIONS(3435), [anon_sym_u8R_DQUOTE] = ACTIONS(3435), [anon_sym_co_await] = ACTIONS(3433), [anon_sym_new] = ACTIONS(3433), [anon_sym_requires] = ACTIONS(3433), [sym_this] = ACTIONS(3433), }, [1355] = { [ts_builtin_sym_end] = ACTIONS(3331), [sym_identifier] = ACTIONS(3329), [aux_sym_preproc_include_token1] = ACTIONS(3329), [aux_sym_preproc_def_token1] = ACTIONS(3329), [aux_sym_preproc_if_token1] = ACTIONS(3329), [aux_sym_preproc_ifdef_token1] = ACTIONS(3329), [aux_sym_preproc_ifdef_token2] = ACTIONS(3329), [sym_preproc_directive] = ACTIONS(3329), [anon_sym_LPAREN2] = ACTIONS(3331), [anon_sym_BANG] = ACTIONS(3331), [anon_sym_TILDE] = ACTIONS(3331), [anon_sym_DASH] = ACTIONS(3329), [anon_sym_PLUS] = ACTIONS(3329), [anon_sym_STAR] = ACTIONS(3331), [anon_sym_AMP_AMP] = ACTIONS(3331), [anon_sym_AMP] = ACTIONS(3329), [anon_sym_typedef] = ACTIONS(3329), [anon_sym_extern] = ACTIONS(3329), [anon_sym___attribute__] = ACTIONS(3329), [anon_sym_COLON_COLON] = ACTIONS(3331), [anon_sym_LBRACK_LBRACK] = ACTIONS(3331), [anon_sym___declspec] = ACTIONS(3329), [anon_sym___based] = ACTIONS(3329), [anon_sym___cdecl] = ACTIONS(3329), [anon_sym___clrcall] = ACTIONS(3329), [anon_sym___stdcall] = ACTIONS(3329), [anon_sym___fastcall] = ACTIONS(3329), [anon_sym___thiscall] = ACTIONS(3329), [anon_sym___vectorcall] = ACTIONS(3329), [anon_sym_LBRACE] = ACTIONS(3331), [anon_sym_signed] = ACTIONS(3329), [anon_sym_unsigned] = ACTIONS(3329), [anon_sym_long] = ACTIONS(3329), [anon_sym_short] = ACTIONS(3329), [anon_sym_LBRACK] = ACTIONS(3329), [anon_sym_static] = ACTIONS(3329), [anon_sym_register] = ACTIONS(3329), [anon_sym_inline] = ACTIONS(3329), [anon_sym_thread_local] = ACTIONS(3329), [anon_sym_const] = ACTIONS(3329), [anon_sym_constexpr] = ACTIONS(3329), [anon_sym_volatile] = ACTIONS(3329), [anon_sym_restrict] = ACTIONS(3329), [anon_sym___restrict__] = ACTIONS(3329), [anon_sym__Atomic] = ACTIONS(3329), [anon_sym__Noreturn] = ACTIONS(3329), [anon_sym_noreturn] = ACTIONS(3329), [anon_sym_mutable] = ACTIONS(3329), [anon_sym_constinit] = ACTIONS(3329), [anon_sym_consteval] = ACTIONS(3329), [sym_primitive_type] = ACTIONS(3329), [anon_sym_enum] = ACTIONS(3329), [anon_sym_class] = ACTIONS(3329), [anon_sym_struct] = ACTIONS(3329), [anon_sym_union] = ACTIONS(3329), [anon_sym_if] = ACTIONS(3329), [anon_sym_switch] = ACTIONS(3329), [anon_sym_case] = ACTIONS(3329), [anon_sym_default] = ACTIONS(3329), [anon_sym_while] = ACTIONS(3329), [anon_sym_do] = ACTIONS(3329), [anon_sym_for] = ACTIONS(3329), [anon_sym_return] = ACTIONS(3329), [anon_sym_break] = ACTIONS(3329), [anon_sym_continue] = ACTIONS(3329), [anon_sym_goto] = ACTIONS(3329), [anon_sym_not] = ACTIONS(3329), [anon_sym_compl] = ACTIONS(3329), [anon_sym_DASH_DASH] = ACTIONS(3331), [anon_sym_PLUS_PLUS] = ACTIONS(3331), [anon_sym_sizeof] = ACTIONS(3329), [anon_sym_offsetof] = ACTIONS(3329), [anon_sym__Generic] = ACTIONS(3329), [anon_sym_asm] = ACTIONS(3329), [anon_sym___asm__] = ACTIONS(3329), [sym_number_literal] = ACTIONS(3331), [anon_sym_L_SQUOTE] = ACTIONS(3331), [anon_sym_u_SQUOTE] = ACTIONS(3331), [anon_sym_U_SQUOTE] = ACTIONS(3331), [anon_sym_u8_SQUOTE] = ACTIONS(3331), [anon_sym_SQUOTE] = ACTIONS(3331), [anon_sym_L_DQUOTE] = ACTIONS(3331), [anon_sym_u_DQUOTE] = ACTIONS(3331), [anon_sym_U_DQUOTE] = ACTIONS(3331), [anon_sym_u8_DQUOTE] = ACTIONS(3331), [anon_sym_DQUOTE] = ACTIONS(3331), [sym_true] = ACTIONS(3329), [sym_false] = ACTIONS(3329), [anon_sym_NULL] = ACTIONS(3329), [anon_sym_nullptr] = ACTIONS(3329), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3329), [anon_sym_decltype] = ACTIONS(3329), [anon_sym_virtual] = ACTIONS(3329), [anon_sym_explicit] = ACTIONS(3329), [anon_sym_typename] = ACTIONS(3329), [anon_sym_template] = ACTIONS(3329), [anon_sym_operator] = ACTIONS(3329), [anon_sym_try] = ACTIONS(3329), [anon_sym_delete] = ACTIONS(3329), [anon_sym_throw] = ACTIONS(3329), [anon_sym_namespace] = ACTIONS(3329), [anon_sym_using] = ACTIONS(3329), [anon_sym_static_assert] = ACTIONS(3329), [anon_sym_concept] = ACTIONS(3329), [anon_sym_co_return] = ACTIONS(3329), [anon_sym_co_yield] = ACTIONS(3329), [anon_sym_R_DQUOTE] = ACTIONS(3331), [anon_sym_LR_DQUOTE] = ACTIONS(3331), [anon_sym_uR_DQUOTE] = ACTIONS(3331), [anon_sym_UR_DQUOTE] = ACTIONS(3331), [anon_sym_u8R_DQUOTE] = ACTIONS(3331), [anon_sym_co_await] = ACTIONS(3329), [anon_sym_new] = ACTIONS(3329), [anon_sym_requires] = ACTIONS(3329), [sym_this] = ACTIONS(3329), }, [1356] = { [ts_builtin_sym_end] = ACTIONS(3431), [sym_identifier] = ACTIONS(3429), [aux_sym_preproc_include_token1] = ACTIONS(3429), [aux_sym_preproc_def_token1] = ACTIONS(3429), [aux_sym_preproc_if_token1] = ACTIONS(3429), [aux_sym_preproc_ifdef_token1] = ACTIONS(3429), [aux_sym_preproc_ifdef_token2] = ACTIONS(3429), [sym_preproc_directive] = ACTIONS(3429), [anon_sym_LPAREN2] = ACTIONS(3431), [anon_sym_BANG] = ACTIONS(3431), [anon_sym_TILDE] = ACTIONS(3431), [anon_sym_DASH] = ACTIONS(3429), [anon_sym_PLUS] = ACTIONS(3429), [anon_sym_STAR] = ACTIONS(3431), [anon_sym_AMP_AMP] = ACTIONS(3431), [anon_sym_AMP] = ACTIONS(3429), [anon_sym_typedef] = ACTIONS(3429), [anon_sym_extern] = ACTIONS(3429), [anon_sym___attribute__] = ACTIONS(3429), [anon_sym_COLON_COLON] = ACTIONS(3431), [anon_sym_LBRACK_LBRACK] = ACTIONS(3431), [anon_sym___declspec] = ACTIONS(3429), [anon_sym___based] = ACTIONS(3429), [anon_sym___cdecl] = ACTIONS(3429), [anon_sym___clrcall] = ACTIONS(3429), [anon_sym___stdcall] = ACTIONS(3429), [anon_sym___fastcall] = ACTIONS(3429), [anon_sym___thiscall] = ACTIONS(3429), [anon_sym___vectorcall] = ACTIONS(3429), [anon_sym_LBRACE] = ACTIONS(3431), [anon_sym_signed] = ACTIONS(3429), [anon_sym_unsigned] = ACTIONS(3429), [anon_sym_long] = ACTIONS(3429), [anon_sym_short] = ACTIONS(3429), [anon_sym_LBRACK] = ACTIONS(3429), [anon_sym_static] = ACTIONS(3429), [anon_sym_register] = ACTIONS(3429), [anon_sym_inline] = ACTIONS(3429), [anon_sym_thread_local] = ACTIONS(3429), [anon_sym_const] = ACTIONS(3429), [anon_sym_constexpr] = ACTIONS(3429), [anon_sym_volatile] = ACTIONS(3429), [anon_sym_restrict] = ACTIONS(3429), [anon_sym___restrict__] = ACTIONS(3429), [anon_sym__Atomic] = ACTIONS(3429), [anon_sym__Noreturn] = ACTIONS(3429), [anon_sym_noreturn] = ACTIONS(3429), [anon_sym_mutable] = ACTIONS(3429), [anon_sym_constinit] = ACTIONS(3429), [anon_sym_consteval] = ACTIONS(3429), [sym_primitive_type] = ACTIONS(3429), [anon_sym_enum] = ACTIONS(3429), [anon_sym_class] = ACTIONS(3429), [anon_sym_struct] = ACTIONS(3429), [anon_sym_union] = ACTIONS(3429), [anon_sym_if] = ACTIONS(3429), [anon_sym_switch] = ACTIONS(3429), [anon_sym_case] = ACTIONS(3429), [anon_sym_default] = ACTIONS(3429), [anon_sym_while] = ACTIONS(3429), [anon_sym_do] = ACTIONS(3429), [anon_sym_for] = ACTIONS(3429), [anon_sym_return] = ACTIONS(3429), [anon_sym_break] = ACTIONS(3429), [anon_sym_continue] = ACTIONS(3429), [anon_sym_goto] = ACTIONS(3429), [anon_sym_not] = ACTIONS(3429), [anon_sym_compl] = ACTIONS(3429), [anon_sym_DASH_DASH] = ACTIONS(3431), [anon_sym_PLUS_PLUS] = ACTIONS(3431), [anon_sym_sizeof] = ACTIONS(3429), [anon_sym_offsetof] = ACTIONS(3429), [anon_sym__Generic] = ACTIONS(3429), [anon_sym_asm] = ACTIONS(3429), [anon_sym___asm__] = ACTIONS(3429), [sym_number_literal] = ACTIONS(3431), [anon_sym_L_SQUOTE] = ACTIONS(3431), [anon_sym_u_SQUOTE] = ACTIONS(3431), [anon_sym_U_SQUOTE] = ACTIONS(3431), [anon_sym_u8_SQUOTE] = ACTIONS(3431), [anon_sym_SQUOTE] = ACTIONS(3431), [anon_sym_L_DQUOTE] = ACTIONS(3431), [anon_sym_u_DQUOTE] = ACTIONS(3431), [anon_sym_U_DQUOTE] = ACTIONS(3431), [anon_sym_u8_DQUOTE] = ACTIONS(3431), [anon_sym_DQUOTE] = ACTIONS(3431), [sym_true] = ACTIONS(3429), [sym_false] = ACTIONS(3429), [anon_sym_NULL] = ACTIONS(3429), [anon_sym_nullptr] = ACTIONS(3429), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3429), [anon_sym_decltype] = ACTIONS(3429), [anon_sym_virtual] = ACTIONS(3429), [anon_sym_explicit] = ACTIONS(3429), [anon_sym_typename] = ACTIONS(3429), [anon_sym_template] = ACTIONS(3429), [anon_sym_operator] = ACTIONS(3429), [anon_sym_try] = ACTIONS(3429), [anon_sym_delete] = ACTIONS(3429), [anon_sym_throw] = ACTIONS(3429), [anon_sym_namespace] = ACTIONS(3429), [anon_sym_using] = ACTIONS(3429), [anon_sym_static_assert] = ACTIONS(3429), [anon_sym_concept] = ACTIONS(3429), [anon_sym_co_return] = ACTIONS(3429), [anon_sym_co_yield] = ACTIONS(3429), [anon_sym_R_DQUOTE] = ACTIONS(3431), [anon_sym_LR_DQUOTE] = ACTIONS(3431), [anon_sym_uR_DQUOTE] = ACTIONS(3431), [anon_sym_UR_DQUOTE] = ACTIONS(3431), [anon_sym_u8R_DQUOTE] = ACTIONS(3431), [anon_sym_co_await] = ACTIONS(3429), [anon_sym_new] = ACTIONS(3429), [anon_sym_requires] = ACTIONS(3429), [sym_this] = ACTIONS(3429), }, [1357] = { [ts_builtin_sym_end] = ACTIONS(3408), [sym_identifier] = ACTIONS(3406), [aux_sym_preproc_include_token1] = ACTIONS(3406), [aux_sym_preproc_def_token1] = ACTIONS(3406), [aux_sym_preproc_if_token1] = ACTIONS(3406), [aux_sym_preproc_ifdef_token1] = ACTIONS(3406), [aux_sym_preproc_ifdef_token2] = ACTIONS(3406), [sym_preproc_directive] = ACTIONS(3406), [anon_sym_LPAREN2] = ACTIONS(3408), [anon_sym_BANG] = ACTIONS(3408), [anon_sym_TILDE] = ACTIONS(3408), [anon_sym_DASH] = ACTIONS(3406), [anon_sym_PLUS] = ACTIONS(3406), [anon_sym_STAR] = ACTIONS(3408), [anon_sym_AMP_AMP] = ACTIONS(3408), [anon_sym_AMP] = ACTIONS(3406), [anon_sym_typedef] = ACTIONS(3406), [anon_sym_extern] = ACTIONS(3406), [anon_sym___attribute__] = ACTIONS(3406), [anon_sym_COLON_COLON] = ACTIONS(3408), [anon_sym_LBRACK_LBRACK] = ACTIONS(3408), [anon_sym___declspec] = ACTIONS(3406), [anon_sym___based] = ACTIONS(3406), [anon_sym___cdecl] = ACTIONS(3406), [anon_sym___clrcall] = ACTIONS(3406), [anon_sym___stdcall] = ACTIONS(3406), [anon_sym___fastcall] = ACTIONS(3406), [anon_sym___thiscall] = ACTIONS(3406), [anon_sym___vectorcall] = ACTIONS(3406), [anon_sym_LBRACE] = ACTIONS(3408), [anon_sym_signed] = ACTIONS(3406), [anon_sym_unsigned] = ACTIONS(3406), [anon_sym_long] = ACTIONS(3406), [anon_sym_short] = ACTIONS(3406), [anon_sym_LBRACK] = ACTIONS(3406), [anon_sym_static] = ACTIONS(3406), [anon_sym_register] = ACTIONS(3406), [anon_sym_inline] = ACTIONS(3406), [anon_sym_thread_local] = ACTIONS(3406), [anon_sym_const] = ACTIONS(3406), [anon_sym_constexpr] = ACTIONS(3406), [anon_sym_volatile] = ACTIONS(3406), [anon_sym_restrict] = ACTIONS(3406), [anon_sym___restrict__] = ACTIONS(3406), [anon_sym__Atomic] = ACTIONS(3406), [anon_sym__Noreturn] = ACTIONS(3406), [anon_sym_noreturn] = ACTIONS(3406), [anon_sym_mutable] = ACTIONS(3406), [anon_sym_constinit] = ACTIONS(3406), [anon_sym_consteval] = ACTIONS(3406), [sym_primitive_type] = ACTIONS(3406), [anon_sym_enum] = ACTIONS(3406), [anon_sym_class] = ACTIONS(3406), [anon_sym_struct] = ACTIONS(3406), [anon_sym_union] = ACTIONS(3406), [anon_sym_if] = ACTIONS(3406), [anon_sym_switch] = ACTIONS(3406), [anon_sym_case] = ACTIONS(3406), [anon_sym_default] = ACTIONS(3406), [anon_sym_while] = ACTIONS(3406), [anon_sym_do] = ACTIONS(3406), [anon_sym_for] = ACTIONS(3406), [anon_sym_return] = ACTIONS(3406), [anon_sym_break] = ACTIONS(3406), [anon_sym_continue] = ACTIONS(3406), [anon_sym_goto] = ACTIONS(3406), [anon_sym_not] = ACTIONS(3406), [anon_sym_compl] = ACTIONS(3406), [anon_sym_DASH_DASH] = ACTIONS(3408), [anon_sym_PLUS_PLUS] = ACTIONS(3408), [anon_sym_sizeof] = ACTIONS(3406), [anon_sym_offsetof] = ACTIONS(3406), [anon_sym__Generic] = ACTIONS(3406), [anon_sym_asm] = ACTIONS(3406), [anon_sym___asm__] = ACTIONS(3406), [sym_number_literal] = ACTIONS(3408), [anon_sym_L_SQUOTE] = ACTIONS(3408), [anon_sym_u_SQUOTE] = ACTIONS(3408), [anon_sym_U_SQUOTE] = ACTIONS(3408), [anon_sym_u8_SQUOTE] = ACTIONS(3408), [anon_sym_SQUOTE] = ACTIONS(3408), [anon_sym_L_DQUOTE] = ACTIONS(3408), [anon_sym_u_DQUOTE] = ACTIONS(3408), [anon_sym_U_DQUOTE] = ACTIONS(3408), [anon_sym_u8_DQUOTE] = ACTIONS(3408), [anon_sym_DQUOTE] = ACTIONS(3408), [sym_true] = ACTIONS(3406), [sym_false] = ACTIONS(3406), [anon_sym_NULL] = ACTIONS(3406), [anon_sym_nullptr] = ACTIONS(3406), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3406), [anon_sym_decltype] = ACTIONS(3406), [anon_sym_virtual] = ACTIONS(3406), [anon_sym_explicit] = ACTIONS(3406), [anon_sym_typename] = ACTIONS(3406), [anon_sym_template] = ACTIONS(3406), [anon_sym_operator] = ACTIONS(3406), [anon_sym_try] = ACTIONS(3406), [anon_sym_delete] = ACTIONS(3406), [anon_sym_throw] = ACTIONS(3406), [anon_sym_namespace] = ACTIONS(3406), [anon_sym_using] = ACTIONS(3406), [anon_sym_static_assert] = ACTIONS(3406), [anon_sym_concept] = ACTIONS(3406), [anon_sym_co_return] = ACTIONS(3406), [anon_sym_co_yield] = ACTIONS(3406), [anon_sym_R_DQUOTE] = ACTIONS(3408), [anon_sym_LR_DQUOTE] = ACTIONS(3408), [anon_sym_uR_DQUOTE] = ACTIONS(3408), [anon_sym_UR_DQUOTE] = ACTIONS(3408), [anon_sym_u8R_DQUOTE] = ACTIONS(3408), [anon_sym_co_await] = ACTIONS(3406), [anon_sym_new] = ACTIONS(3406), [anon_sym_requires] = ACTIONS(3406), [sym_this] = ACTIONS(3406), }, [1358] = { [ts_builtin_sym_end] = ACTIONS(3225), [sym_identifier] = ACTIONS(3223), [aux_sym_preproc_include_token1] = ACTIONS(3223), [aux_sym_preproc_def_token1] = ACTIONS(3223), [aux_sym_preproc_if_token1] = ACTIONS(3223), [aux_sym_preproc_ifdef_token1] = ACTIONS(3223), [aux_sym_preproc_ifdef_token2] = ACTIONS(3223), [sym_preproc_directive] = ACTIONS(3223), [anon_sym_LPAREN2] = ACTIONS(3225), [anon_sym_BANG] = ACTIONS(3225), [anon_sym_TILDE] = ACTIONS(3225), [anon_sym_DASH] = ACTIONS(3223), [anon_sym_PLUS] = ACTIONS(3223), [anon_sym_STAR] = ACTIONS(3225), [anon_sym_AMP_AMP] = ACTIONS(3225), [anon_sym_AMP] = ACTIONS(3223), [anon_sym_typedef] = ACTIONS(3223), [anon_sym_extern] = ACTIONS(3223), [anon_sym___attribute__] = ACTIONS(3223), [anon_sym_COLON_COLON] = ACTIONS(3225), [anon_sym_LBRACK_LBRACK] = ACTIONS(3225), [anon_sym___declspec] = ACTIONS(3223), [anon_sym___based] = ACTIONS(3223), [anon_sym___cdecl] = ACTIONS(3223), [anon_sym___clrcall] = ACTIONS(3223), [anon_sym___stdcall] = ACTIONS(3223), [anon_sym___fastcall] = ACTIONS(3223), [anon_sym___thiscall] = ACTIONS(3223), [anon_sym___vectorcall] = ACTIONS(3223), [anon_sym_LBRACE] = ACTIONS(3225), [anon_sym_signed] = ACTIONS(3223), [anon_sym_unsigned] = ACTIONS(3223), [anon_sym_long] = ACTIONS(3223), [anon_sym_short] = ACTIONS(3223), [anon_sym_LBRACK] = ACTIONS(3223), [anon_sym_static] = ACTIONS(3223), [anon_sym_register] = ACTIONS(3223), [anon_sym_inline] = ACTIONS(3223), [anon_sym_thread_local] = ACTIONS(3223), [anon_sym_const] = ACTIONS(3223), [anon_sym_constexpr] = ACTIONS(3223), [anon_sym_volatile] = ACTIONS(3223), [anon_sym_restrict] = ACTIONS(3223), [anon_sym___restrict__] = ACTIONS(3223), [anon_sym__Atomic] = ACTIONS(3223), [anon_sym__Noreturn] = ACTIONS(3223), [anon_sym_noreturn] = ACTIONS(3223), [anon_sym_mutable] = ACTIONS(3223), [anon_sym_constinit] = ACTIONS(3223), [anon_sym_consteval] = ACTIONS(3223), [sym_primitive_type] = ACTIONS(3223), [anon_sym_enum] = ACTIONS(3223), [anon_sym_class] = ACTIONS(3223), [anon_sym_struct] = ACTIONS(3223), [anon_sym_union] = ACTIONS(3223), [anon_sym_if] = ACTIONS(3223), [anon_sym_switch] = ACTIONS(3223), [anon_sym_case] = ACTIONS(3223), [anon_sym_default] = ACTIONS(3223), [anon_sym_while] = ACTIONS(3223), [anon_sym_do] = ACTIONS(3223), [anon_sym_for] = ACTIONS(3223), [anon_sym_return] = ACTIONS(3223), [anon_sym_break] = ACTIONS(3223), [anon_sym_continue] = ACTIONS(3223), [anon_sym_goto] = ACTIONS(3223), [anon_sym_not] = ACTIONS(3223), [anon_sym_compl] = ACTIONS(3223), [anon_sym_DASH_DASH] = ACTIONS(3225), [anon_sym_PLUS_PLUS] = ACTIONS(3225), [anon_sym_sizeof] = ACTIONS(3223), [anon_sym_offsetof] = ACTIONS(3223), [anon_sym__Generic] = ACTIONS(3223), [anon_sym_asm] = ACTIONS(3223), [anon_sym___asm__] = ACTIONS(3223), [sym_number_literal] = ACTIONS(3225), [anon_sym_L_SQUOTE] = ACTIONS(3225), [anon_sym_u_SQUOTE] = ACTIONS(3225), [anon_sym_U_SQUOTE] = ACTIONS(3225), [anon_sym_u8_SQUOTE] = ACTIONS(3225), [anon_sym_SQUOTE] = ACTIONS(3225), [anon_sym_L_DQUOTE] = ACTIONS(3225), [anon_sym_u_DQUOTE] = ACTIONS(3225), [anon_sym_U_DQUOTE] = ACTIONS(3225), [anon_sym_u8_DQUOTE] = ACTIONS(3225), [anon_sym_DQUOTE] = ACTIONS(3225), [sym_true] = ACTIONS(3223), [sym_false] = ACTIONS(3223), [anon_sym_NULL] = ACTIONS(3223), [anon_sym_nullptr] = ACTIONS(3223), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3223), [anon_sym_decltype] = ACTIONS(3223), [anon_sym_virtual] = ACTIONS(3223), [anon_sym_explicit] = ACTIONS(3223), [anon_sym_typename] = ACTIONS(3223), [anon_sym_template] = ACTIONS(3223), [anon_sym_operator] = ACTIONS(3223), [anon_sym_try] = ACTIONS(3223), [anon_sym_delete] = ACTIONS(3223), [anon_sym_throw] = ACTIONS(3223), [anon_sym_namespace] = ACTIONS(3223), [anon_sym_using] = ACTIONS(3223), [anon_sym_static_assert] = ACTIONS(3223), [anon_sym_concept] = ACTIONS(3223), [anon_sym_co_return] = ACTIONS(3223), [anon_sym_co_yield] = ACTIONS(3223), [anon_sym_R_DQUOTE] = ACTIONS(3225), [anon_sym_LR_DQUOTE] = ACTIONS(3225), [anon_sym_uR_DQUOTE] = ACTIONS(3225), [anon_sym_UR_DQUOTE] = ACTIONS(3225), [anon_sym_u8R_DQUOTE] = ACTIONS(3225), [anon_sym_co_await] = ACTIONS(3223), [anon_sym_new] = ACTIONS(3223), [anon_sym_requires] = ACTIONS(3223), [sym_this] = ACTIONS(3223), }, [1359] = { [ts_builtin_sym_end] = ACTIONS(3408), [sym_identifier] = ACTIONS(3406), [aux_sym_preproc_include_token1] = ACTIONS(3406), [aux_sym_preproc_def_token1] = ACTIONS(3406), [aux_sym_preproc_if_token1] = ACTIONS(3406), [aux_sym_preproc_ifdef_token1] = ACTIONS(3406), [aux_sym_preproc_ifdef_token2] = ACTIONS(3406), [sym_preproc_directive] = ACTIONS(3406), [anon_sym_LPAREN2] = ACTIONS(3408), [anon_sym_BANG] = ACTIONS(3408), [anon_sym_TILDE] = ACTIONS(3408), [anon_sym_DASH] = ACTIONS(3406), [anon_sym_PLUS] = ACTIONS(3406), [anon_sym_STAR] = ACTIONS(3408), [anon_sym_AMP_AMP] = ACTIONS(3408), [anon_sym_AMP] = ACTIONS(3406), [anon_sym_typedef] = ACTIONS(3406), [anon_sym_extern] = ACTIONS(3406), [anon_sym___attribute__] = ACTIONS(3406), [anon_sym_COLON_COLON] = ACTIONS(3408), [anon_sym_LBRACK_LBRACK] = ACTIONS(3408), [anon_sym___declspec] = ACTIONS(3406), [anon_sym___based] = ACTIONS(3406), [anon_sym___cdecl] = ACTIONS(3406), [anon_sym___clrcall] = ACTIONS(3406), [anon_sym___stdcall] = ACTIONS(3406), [anon_sym___fastcall] = ACTIONS(3406), [anon_sym___thiscall] = ACTIONS(3406), [anon_sym___vectorcall] = ACTIONS(3406), [anon_sym_LBRACE] = ACTIONS(3408), [anon_sym_signed] = ACTIONS(3406), [anon_sym_unsigned] = ACTIONS(3406), [anon_sym_long] = ACTIONS(3406), [anon_sym_short] = ACTIONS(3406), [anon_sym_LBRACK] = ACTIONS(3406), [anon_sym_static] = ACTIONS(3406), [anon_sym_register] = ACTIONS(3406), [anon_sym_inline] = ACTIONS(3406), [anon_sym_thread_local] = ACTIONS(3406), [anon_sym_const] = ACTIONS(3406), [anon_sym_constexpr] = ACTIONS(3406), [anon_sym_volatile] = ACTIONS(3406), [anon_sym_restrict] = ACTIONS(3406), [anon_sym___restrict__] = ACTIONS(3406), [anon_sym__Atomic] = ACTIONS(3406), [anon_sym__Noreturn] = ACTIONS(3406), [anon_sym_noreturn] = ACTIONS(3406), [anon_sym_mutable] = ACTIONS(3406), [anon_sym_constinit] = ACTIONS(3406), [anon_sym_consteval] = ACTIONS(3406), [sym_primitive_type] = ACTIONS(3406), [anon_sym_enum] = ACTIONS(3406), [anon_sym_class] = ACTIONS(3406), [anon_sym_struct] = ACTIONS(3406), [anon_sym_union] = ACTIONS(3406), [anon_sym_if] = ACTIONS(3406), [anon_sym_switch] = ACTIONS(3406), [anon_sym_case] = ACTIONS(3406), [anon_sym_default] = ACTIONS(3406), [anon_sym_while] = ACTIONS(3406), [anon_sym_do] = ACTIONS(3406), [anon_sym_for] = ACTIONS(3406), [anon_sym_return] = ACTIONS(3406), [anon_sym_break] = ACTIONS(3406), [anon_sym_continue] = ACTIONS(3406), [anon_sym_goto] = ACTIONS(3406), [anon_sym_not] = ACTIONS(3406), [anon_sym_compl] = ACTIONS(3406), [anon_sym_DASH_DASH] = ACTIONS(3408), [anon_sym_PLUS_PLUS] = ACTIONS(3408), [anon_sym_sizeof] = ACTIONS(3406), [anon_sym_offsetof] = ACTIONS(3406), [anon_sym__Generic] = ACTIONS(3406), [anon_sym_asm] = ACTIONS(3406), [anon_sym___asm__] = ACTIONS(3406), [sym_number_literal] = ACTIONS(3408), [anon_sym_L_SQUOTE] = ACTIONS(3408), [anon_sym_u_SQUOTE] = ACTIONS(3408), [anon_sym_U_SQUOTE] = ACTIONS(3408), [anon_sym_u8_SQUOTE] = ACTIONS(3408), [anon_sym_SQUOTE] = ACTIONS(3408), [anon_sym_L_DQUOTE] = ACTIONS(3408), [anon_sym_u_DQUOTE] = ACTIONS(3408), [anon_sym_U_DQUOTE] = ACTIONS(3408), [anon_sym_u8_DQUOTE] = ACTIONS(3408), [anon_sym_DQUOTE] = ACTIONS(3408), [sym_true] = ACTIONS(3406), [sym_false] = ACTIONS(3406), [anon_sym_NULL] = ACTIONS(3406), [anon_sym_nullptr] = ACTIONS(3406), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3406), [anon_sym_decltype] = ACTIONS(3406), [anon_sym_virtual] = ACTIONS(3406), [anon_sym_explicit] = ACTIONS(3406), [anon_sym_typename] = ACTIONS(3406), [anon_sym_template] = ACTIONS(3406), [anon_sym_operator] = ACTIONS(3406), [anon_sym_try] = ACTIONS(3406), [anon_sym_delete] = ACTIONS(3406), [anon_sym_throw] = ACTIONS(3406), [anon_sym_namespace] = ACTIONS(3406), [anon_sym_using] = ACTIONS(3406), [anon_sym_static_assert] = ACTIONS(3406), [anon_sym_concept] = ACTIONS(3406), [anon_sym_co_return] = ACTIONS(3406), [anon_sym_co_yield] = ACTIONS(3406), [anon_sym_R_DQUOTE] = ACTIONS(3408), [anon_sym_LR_DQUOTE] = ACTIONS(3408), [anon_sym_uR_DQUOTE] = ACTIONS(3408), [anon_sym_UR_DQUOTE] = ACTIONS(3408), [anon_sym_u8R_DQUOTE] = ACTIONS(3408), [anon_sym_co_await] = ACTIONS(3406), [anon_sym_new] = ACTIONS(3406), [anon_sym_requires] = ACTIONS(3406), [sym_this] = ACTIONS(3406), }, [1360] = { [ts_builtin_sym_end] = ACTIONS(3447), [sym_identifier] = ACTIONS(3445), [aux_sym_preproc_include_token1] = ACTIONS(3445), [aux_sym_preproc_def_token1] = ACTIONS(3445), [aux_sym_preproc_if_token1] = ACTIONS(3445), [aux_sym_preproc_ifdef_token1] = ACTIONS(3445), [aux_sym_preproc_ifdef_token2] = ACTIONS(3445), [sym_preproc_directive] = ACTIONS(3445), [anon_sym_LPAREN2] = ACTIONS(3447), [anon_sym_BANG] = ACTIONS(3447), [anon_sym_TILDE] = ACTIONS(3447), [anon_sym_DASH] = ACTIONS(3445), [anon_sym_PLUS] = ACTIONS(3445), [anon_sym_STAR] = ACTIONS(3447), [anon_sym_AMP_AMP] = ACTIONS(3447), [anon_sym_AMP] = ACTIONS(3445), [anon_sym_typedef] = ACTIONS(3445), [anon_sym_extern] = ACTIONS(3445), [anon_sym___attribute__] = ACTIONS(3445), [anon_sym_COLON_COLON] = ACTIONS(3447), [anon_sym_LBRACK_LBRACK] = ACTIONS(3447), [anon_sym___declspec] = ACTIONS(3445), [anon_sym___based] = ACTIONS(3445), [anon_sym___cdecl] = ACTIONS(3445), [anon_sym___clrcall] = ACTIONS(3445), [anon_sym___stdcall] = ACTIONS(3445), [anon_sym___fastcall] = ACTIONS(3445), [anon_sym___thiscall] = ACTIONS(3445), [anon_sym___vectorcall] = ACTIONS(3445), [anon_sym_LBRACE] = ACTIONS(3447), [anon_sym_signed] = ACTIONS(3445), [anon_sym_unsigned] = ACTIONS(3445), [anon_sym_long] = ACTIONS(3445), [anon_sym_short] = ACTIONS(3445), [anon_sym_LBRACK] = ACTIONS(3445), [anon_sym_static] = ACTIONS(3445), [anon_sym_register] = ACTIONS(3445), [anon_sym_inline] = ACTIONS(3445), [anon_sym_thread_local] = ACTIONS(3445), [anon_sym_const] = ACTIONS(3445), [anon_sym_constexpr] = ACTIONS(3445), [anon_sym_volatile] = ACTIONS(3445), [anon_sym_restrict] = ACTIONS(3445), [anon_sym___restrict__] = ACTIONS(3445), [anon_sym__Atomic] = ACTIONS(3445), [anon_sym__Noreturn] = ACTIONS(3445), [anon_sym_noreturn] = ACTIONS(3445), [anon_sym_mutable] = ACTIONS(3445), [anon_sym_constinit] = ACTIONS(3445), [anon_sym_consteval] = ACTIONS(3445), [sym_primitive_type] = ACTIONS(3445), [anon_sym_enum] = ACTIONS(3445), [anon_sym_class] = ACTIONS(3445), [anon_sym_struct] = ACTIONS(3445), [anon_sym_union] = ACTIONS(3445), [anon_sym_if] = ACTIONS(3445), [anon_sym_switch] = ACTIONS(3445), [anon_sym_case] = ACTIONS(3445), [anon_sym_default] = ACTIONS(3445), [anon_sym_while] = ACTIONS(3445), [anon_sym_do] = ACTIONS(3445), [anon_sym_for] = ACTIONS(3445), [anon_sym_return] = ACTIONS(3445), [anon_sym_break] = ACTIONS(3445), [anon_sym_continue] = ACTIONS(3445), [anon_sym_goto] = ACTIONS(3445), [anon_sym_not] = ACTIONS(3445), [anon_sym_compl] = ACTIONS(3445), [anon_sym_DASH_DASH] = ACTIONS(3447), [anon_sym_PLUS_PLUS] = ACTIONS(3447), [anon_sym_sizeof] = ACTIONS(3445), [anon_sym_offsetof] = ACTIONS(3445), [anon_sym__Generic] = ACTIONS(3445), [anon_sym_asm] = ACTIONS(3445), [anon_sym___asm__] = ACTIONS(3445), [sym_number_literal] = ACTIONS(3447), [anon_sym_L_SQUOTE] = ACTIONS(3447), [anon_sym_u_SQUOTE] = ACTIONS(3447), [anon_sym_U_SQUOTE] = ACTIONS(3447), [anon_sym_u8_SQUOTE] = ACTIONS(3447), [anon_sym_SQUOTE] = ACTIONS(3447), [anon_sym_L_DQUOTE] = ACTIONS(3447), [anon_sym_u_DQUOTE] = ACTIONS(3447), [anon_sym_U_DQUOTE] = ACTIONS(3447), [anon_sym_u8_DQUOTE] = ACTIONS(3447), [anon_sym_DQUOTE] = ACTIONS(3447), [sym_true] = ACTIONS(3445), [sym_false] = ACTIONS(3445), [anon_sym_NULL] = ACTIONS(3445), [anon_sym_nullptr] = ACTIONS(3445), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3445), [anon_sym_decltype] = ACTIONS(3445), [anon_sym_virtual] = ACTIONS(3445), [anon_sym_explicit] = ACTIONS(3445), [anon_sym_typename] = ACTIONS(3445), [anon_sym_template] = ACTIONS(3445), [anon_sym_operator] = ACTIONS(3445), [anon_sym_try] = ACTIONS(3445), [anon_sym_delete] = ACTIONS(3445), [anon_sym_throw] = ACTIONS(3445), [anon_sym_namespace] = ACTIONS(3445), [anon_sym_using] = ACTIONS(3445), [anon_sym_static_assert] = ACTIONS(3445), [anon_sym_concept] = ACTIONS(3445), [anon_sym_co_return] = ACTIONS(3445), [anon_sym_co_yield] = ACTIONS(3445), [anon_sym_R_DQUOTE] = ACTIONS(3447), [anon_sym_LR_DQUOTE] = ACTIONS(3447), [anon_sym_uR_DQUOTE] = ACTIONS(3447), [anon_sym_UR_DQUOTE] = ACTIONS(3447), [anon_sym_u8R_DQUOTE] = ACTIONS(3447), [anon_sym_co_await] = ACTIONS(3445), [anon_sym_new] = ACTIONS(3445), [anon_sym_requires] = ACTIONS(3445), [sym_this] = ACTIONS(3445), }, [1361] = { [ts_builtin_sym_end] = ACTIONS(3273), [sym_identifier] = ACTIONS(3271), [aux_sym_preproc_include_token1] = ACTIONS(3271), [aux_sym_preproc_def_token1] = ACTIONS(3271), [aux_sym_preproc_if_token1] = ACTIONS(3271), [aux_sym_preproc_ifdef_token1] = ACTIONS(3271), [aux_sym_preproc_ifdef_token2] = ACTIONS(3271), [sym_preproc_directive] = ACTIONS(3271), [anon_sym_LPAREN2] = ACTIONS(3273), [anon_sym_BANG] = ACTIONS(3273), [anon_sym_TILDE] = ACTIONS(3273), [anon_sym_DASH] = ACTIONS(3271), [anon_sym_PLUS] = ACTIONS(3271), [anon_sym_STAR] = ACTIONS(3273), [anon_sym_AMP_AMP] = ACTIONS(3273), [anon_sym_AMP] = ACTIONS(3271), [anon_sym_typedef] = ACTIONS(3271), [anon_sym_extern] = ACTIONS(3271), [anon_sym___attribute__] = ACTIONS(3271), [anon_sym_COLON_COLON] = ACTIONS(3273), [anon_sym_LBRACK_LBRACK] = ACTIONS(3273), [anon_sym___declspec] = ACTIONS(3271), [anon_sym___based] = ACTIONS(3271), [anon_sym___cdecl] = ACTIONS(3271), [anon_sym___clrcall] = ACTIONS(3271), [anon_sym___stdcall] = ACTIONS(3271), [anon_sym___fastcall] = ACTIONS(3271), [anon_sym___thiscall] = ACTIONS(3271), [anon_sym___vectorcall] = ACTIONS(3271), [anon_sym_LBRACE] = ACTIONS(3273), [anon_sym_signed] = ACTIONS(3271), [anon_sym_unsigned] = ACTIONS(3271), [anon_sym_long] = ACTIONS(3271), [anon_sym_short] = ACTIONS(3271), [anon_sym_LBRACK] = ACTIONS(3271), [anon_sym_static] = ACTIONS(3271), [anon_sym_register] = ACTIONS(3271), [anon_sym_inline] = ACTIONS(3271), [anon_sym_thread_local] = ACTIONS(3271), [anon_sym_const] = ACTIONS(3271), [anon_sym_constexpr] = ACTIONS(3271), [anon_sym_volatile] = ACTIONS(3271), [anon_sym_restrict] = ACTIONS(3271), [anon_sym___restrict__] = ACTIONS(3271), [anon_sym__Atomic] = ACTIONS(3271), [anon_sym__Noreturn] = ACTIONS(3271), [anon_sym_noreturn] = ACTIONS(3271), [anon_sym_mutable] = ACTIONS(3271), [anon_sym_constinit] = ACTIONS(3271), [anon_sym_consteval] = ACTIONS(3271), [sym_primitive_type] = ACTIONS(3271), [anon_sym_enum] = ACTIONS(3271), [anon_sym_class] = ACTIONS(3271), [anon_sym_struct] = ACTIONS(3271), [anon_sym_union] = ACTIONS(3271), [anon_sym_if] = ACTIONS(3271), [anon_sym_switch] = ACTIONS(3271), [anon_sym_case] = ACTIONS(3271), [anon_sym_default] = ACTIONS(3271), [anon_sym_while] = ACTIONS(3271), [anon_sym_do] = ACTIONS(3271), [anon_sym_for] = ACTIONS(3271), [anon_sym_return] = ACTIONS(3271), [anon_sym_break] = ACTIONS(3271), [anon_sym_continue] = ACTIONS(3271), [anon_sym_goto] = ACTIONS(3271), [anon_sym_not] = ACTIONS(3271), [anon_sym_compl] = ACTIONS(3271), [anon_sym_DASH_DASH] = ACTIONS(3273), [anon_sym_PLUS_PLUS] = ACTIONS(3273), [anon_sym_sizeof] = ACTIONS(3271), [anon_sym_offsetof] = ACTIONS(3271), [anon_sym__Generic] = ACTIONS(3271), [anon_sym_asm] = ACTIONS(3271), [anon_sym___asm__] = ACTIONS(3271), [sym_number_literal] = ACTIONS(3273), [anon_sym_L_SQUOTE] = ACTIONS(3273), [anon_sym_u_SQUOTE] = ACTIONS(3273), [anon_sym_U_SQUOTE] = ACTIONS(3273), [anon_sym_u8_SQUOTE] = ACTIONS(3273), [anon_sym_SQUOTE] = ACTIONS(3273), [anon_sym_L_DQUOTE] = ACTIONS(3273), [anon_sym_u_DQUOTE] = ACTIONS(3273), [anon_sym_U_DQUOTE] = ACTIONS(3273), [anon_sym_u8_DQUOTE] = ACTIONS(3273), [anon_sym_DQUOTE] = ACTIONS(3273), [sym_true] = ACTIONS(3271), [sym_false] = ACTIONS(3271), [anon_sym_NULL] = ACTIONS(3271), [anon_sym_nullptr] = ACTIONS(3271), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3271), [anon_sym_decltype] = ACTIONS(3271), [anon_sym_virtual] = ACTIONS(3271), [anon_sym_explicit] = ACTIONS(3271), [anon_sym_typename] = ACTIONS(3271), [anon_sym_template] = ACTIONS(3271), [anon_sym_operator] = ACTIONS(3271), [anon_sym_try] = ACTIONS(3271), [anon_sym_delete] = ACTIONS(3271), [anon_sym_throw] = ACTIONS(3271), [anon_sym_namespace] = ACTIONS(3271), [anon_sym_using] = ACTIONS(3271), [anon_sym_static_assert] = ACTIONS(3271), [anon_sym_concept] = ACTIONS(3271), [anon_sym_co_return] = ACTIONS(3271), [anon_sym_co_yield] = ACTIONS(3271), [anon_sym_R_DQUOTE] = ACTIONS(3273), [anon_sym_LR_DQUOTE] = ACTIONS(3273), [anon_sym_uR_DQUOTE] = ACTIONS(3273), [anon_sym_UR_DQUOTE] = ACTIONS(3273), [anon_sym_u8R_DQUOTE] = ACTIONS(3273), [anon_sym_co_await] = ACTIONS(3271), [anon_sym_new] = ACTIONS(3271), [anon_sym_requires] = ACTIONS(3271), [sym_this] = ACTIONS(3271), }, [1362] = { [ts_builtin_sym_end] = ACTIONS(3393), [sym_identifier] = ACTIONS(3391), [aux_sym_preproc_include_token1] = ACTIONS(3391), [aux_sym_preproc_def_token1] = ACTIONS(3391), [aux_sym_preproc_if_token1] = ACTIONS(3391), [aux_sym_preproc_ifdef_token1] = ACTIONS(3391), [aux_sym_preproc_ifdef_token2] = ACTIONS(3391), [sym_preproc_directive] = ACTIONS(3391), [anon_sym_LPAREN2] = ACTIONS(3393), [anon_sym_BANG] = ACTIONS(3393), [anon_sym_TILDE] = ACTIONS(3393), [anon_sym_DASH] = ACTIONS(3391), [anon_sym_PLUS] = ACTIONS(3391), [anon_sym_STAR] = ACTIONS(3393), [anon_sym_AMP_AMP] = ACTIONS(3393), [anon_sym_AMP] = ACTIONS(3391), [anon_sym_typedef] = ACTIONS(3391), [anon_sym_extern] = ACTIONS(3391), [anon_sym___attribute__] = ACTIONS(3391), [anon_sym_COLON_COLON] = ACTIONS(3393), [anon_sym_LBRACK_LBRACK] = ACTIONS(3393), [anon_sym___declspec] = ACTIONS(3391), [anon_sym___based] = ACTIONS(3391), [anon_sym___cdecl] = ACTIONS(3391), [anon_sym___clrcall] = ACTIONS(3391), [anon_sym___stdcall] = ACTIONS(3391), [anon_sym___fastcall] = ACTIONS(3391), [anon_sym___thiscall] = ACTIONS(3391), [anon_sym___vectorcall] = ACTIONS(3391), [anon_sym_LBRACE] = ACTIONS(3393), [anon_sym_signed] = ACTIONS(3391), [anon_sym_unsigned] = ACTIONS(3391), [anon_sym_long] = ACTIONS(3391), [anon_sym_short] = ACTIONS(3391), [anon_sym_LBRACK] = ACTIONS(3391), [anon_sym_static] = ACTIONS(3391), [anon_sym_register] = ACTIONS(3391), [anon_sym_inline] = ACTIONS(3391), [anon_sym_thread_local] = ACTIONS(3391), [anon_sym_const] = ACTIONS(3391), [anon_sym_constexpr] = ACTIONS(3391), [anon_sym_volatile] = ACTIONS(3391), [anon_sym_restrict] = ACTIONS(3391), [anon_sym___restrict__] = ACTIONS(3391), [anon_sym__Atomic] = ACTIONS(3391), [anon_sym__Noreturn] = ACTIONS(3391), [anon_sym_noreturn] = ACTIONS(3391), [anon_sym_mutable] = ACTIONS(3391), [anon_sym_constinit] = ACTIONS(3391), [anon_sym_consteval] = ACTIONS(3391), [sym_primitive_type] = ACTIONS(3391), [anon_sym_enum] = ACTIONS(3391), [anon_sym_class] = ACTIONS(3391), [anon_sym_struct] = ACTIONS(3391), [anon_sym_union] = ACTIONS(3391), [anon_sym_if] = ACTIONS(3391), [anon_sym_switch] = ACTIONS(3391), [anon_sym_case] = ACTIONS(3391), [anon_sym_default] = ACTIONS(3391), [anon_sym_while] = ACTIONS(3391), [anon_sym_do] = ACTIONS(3391), [anon_sym_for] = ACTIONS(3391), [anon_sym_return] = ACTIONS(3391), [anon_sym_break] = ACTIONS(3391), [anon_sym_continue] = ACTIONS(3391), [anon_sym_goto] = ACTIONS(3391), [anon_sym_not] = ACTIONS(3391), [anon_sym_compl] = ACTIONS(3391), [anon_sym_DASH_DASH] = ACTIONS(3393), [anon_sym_PLUS_PLUS] = ACTIONS(3393), [anon_sym_sizeof] = ACTIONS(3391), [anon_sym_offsetof] = ACTIONS(3391), [anon_sym__Generic] = ACTIONS(3391), [anon_sym_asm] = ACTIONS(3391), [anon_sym___asm__] = ACTIONS(3391), [sym_number_literal] = ACTIONS(3393), [anon_sym_L_SQUOTE] = ACTIONS(3393), [anon_sym_u_SQUOTE] = ACTIONS(3393), [anon_sym_U_SQUOTE] = ACTIONS(3393), [anon_sym_u8_SQUOTE] = ACTIONS(3393), [anon_sym_SQUOTE] = ACTIONS(3393), [anon_sym_L_DQUOTE] = ACTIONS(3393), [anon_sym_u_DQUOTE] = ACTIONS(3393), [anon_sym_U_DQUOTE] = ACTIONS(3393), [anon_sym_u8_DQUOTE] = ACTIONS(3393), [anon_sym_DQUOTE] = ACTIONS(3393), [sym_true] = ACTIONS(3391), [sym_false] = ACTIONS(3391), [anon_sym_NULL] = ACTIONS(3391), [anon_sym_nullptr] = ACTIONS(3391), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3391), [anon_sym_decltype] = ACTIONS(3391), [anon_sym_virtual] = ACTIONS(3391), [anon_sym_explicit] = ACTIONS(3391), [anon_sym_typename] = ACTIONS(3391), [anon_sym_template] = ACTIONS(3391), [anon_sym_operator] = ACTIONS(3391), [anon_sym_try] = ACTIONS(3391), [anon_sym_delete] = ACTIONS(3391), [anon_sym_throw] = ACTIONS(3391), [anon_sym_namespace] = ACTIONS(3391), [anon_sym_using] = ACTIONS(3391), [anon_sym_static_assert] = ACTIONS(3391), [anon_sym_concept] = ACTIONS(3391), [anon_sym_co_return] = ACTIONS(3391), [anon_sym_co_yield] = ACTIONS(3391), [anon_sym_R_DQUOTE] = ACTIONS(3393), [anon_sym_LR_DQUOTE] = ACTIONS(3393), [anon_sym_uR_DQUOTE] = ACTIONS(3393), [anon_sym_UR_DQUOTE] = ACTIONS(3393), [anon_sym_u8R_DQUOTE] = ACTIONS(3393), [anon_sym_co_await] = ACTIONS(3391), [anon_sym_new] = ACTIONS(3391), [anon_sym_requires] = ACTIONS(3391), [sym_this] = ACTIONS(3391), }, [1363] = { [ts_builtin_sym_end] = ACTIONS(3439), [sym_identifier] = ACTIONS(3437), [aux_sym_preproc_include_token1] = ACTIONS(3437), [aux_sym_preproc_def_token1] = ACTIONS(3437), [aux_sym_preproc_if_token1] = ACTIONS(3437), [aux_sym_preproc_ifdef_token1] = ACTIONS(3437), [aux_sym_preproc_ifdef_token2] = ACTIONS(3437), [sym_preproc_directive] = ACTIONS(3437), [anon_sym_LPAREN2] = ACTIONS(3439), [anon_sym_BANG] = ACTIONS(3439), [anon_sym_TILDE] = ACTIONS(3439), [anon_sym_DASH] = ACTIONS(3437), [anon_sym_PLUS] = ACTIONS(3437), [anon_sym_STAR] = ACTIONS(3439), [anon_sym_AMP_AMP] = ACTIONS(3439), [anon_sym_AMP] = ACTIONS(3437), [anon_sym_typedef] = ACTIONS(3437), [anon_sym_extern] = ACTIONS(3437), [anon_sym___attribute__] = ACTIONS(3437), [anon_sym_COLON_COLON] = ACTIONS(3439), [anon_sym_LBRACK_LBRACK] = ACTIONS(3439), [anon_sym___declspec] = ACTIONS(3437), [anon_sym___based] = ACTIONS(3437), [anon_sym___cdecl] = ACTIONS(3437), [anon_sym___clrcall] = ACTIONS(3437), [anon_sym___stdcall] = ACTIONS(3437), [anon_sym___fastcall] = ACTIONS(3437), [anon_sym___thiscall] = ACTIONS(3437), [anon_sym___vectorcall] = ACTIONS(3437), [anon_sym_LBRACE] = ACTIONS(3439), [anon_sym_signed] = ACTIONS(3437), [anon_sym_unsigned] = ACTIONS(3437), [anon_sym_long] = ACTIONS(3437), [anon_sym_short] = ACTIONS(3437), [anon_sym_LBRACK] = ACTIONS(3437), [anon_sym_static] = ACTIONS(3437), [anon_sym_register] = ACTIONS(3437), [anon_sym_inline] = ACTIONS(3437), [anon_sym_thread_local] = ACTIONS(3437), [anon_sym_const] = ACTIONS(3437), [anon_sym_constexpr] = ACTIONS(3437), [anon_sym_volatile] = ACTIONS(3437), [anon_sym_restrict] = ACTIONS(3437), [anon_sym___restrict__] = ACTIONS(3437), [anon_sym__Atomic] = ACTIONS(3437), [anon_sym__Noreturn] = ACTIONS(3437), [anon_sym_noreturn] = ACTIONS(3437), [anon_sym_mutable] = ACTIONS(3437), [anon_sym_constinit] = ACTIONS(3437), [anon_sym_consteval] = ACTIONS(3437), [sym_primitive_type] = ACTIONS(3437), [anon_sym_enum] = ACTIONS(3437), [anon_sym_class] = ACTIONS(3437), [anon_sym_struct] = ACTIONS(3437), [anon_sym_union] = ACTIONS(3437), [anon_sym_if] = ACTIONS(3437), [anon_sym_switch] = ACTIONS(3437), [anon_sym_case] = ACTIONS(3437), [anon_sym_default] = ACTIONS(3437), [anon_sym_while] = ACTIONS(3437), [anon_sym_do] = ACTIONS(3437), [anon_sym_for] = ACTIONS(3437), [anon_sym_return] = ACTIONS(3437), [anon_sym_break] = ACTIONS(3437), [anon_sym_continue] = ACTIONS(3437), [anon_sym_goto] = ACTIONS(3437), [anon_sym_not] = ACTIONS(3437), [anon_sym_compl] = ACTIONS(3437), [anon_sym_DASH_DASH] = ACTIONS(3439), [anon_sym_PLUS_PLUS] = ACTIONS(3439), [anon_sym_sizeof] = ACTIONS(3437), [anon_sym_offsetof] = ACTIONS(3437), [anon_sym__Generic] = ACTIONS(3437), [anon_sym_asm] = ACTIONS(3437), [anon_sym___asm__] = ACTIONS(3437), [sym_number_literal] = ACTIONS(3439), [anon_sym_L_SQUOTE] = ACTIONS(3439), [anon_sym_u_SQUOTE] = ACTIONS(3439), [anon_sym_U_SQUOTE] = ACTIONS(3439), [anon_sym_u8_SQUOTE] = ACTIONS(3439), [anon_sym_SQUOTE] = ACTIONS(3439), [anon_sym_L_DQUOTE] = ACTIONS(3439), [anon_sym_u_DQUOTE] = ACTIONS(3439), [anon_sym_U_DQUOTE] = ACTIONS(3439), [anon_sym_u8_DQUOTE] = ACTIONS(3439), [anon_sym_DQUOTE] = ACTIONS(3439), [sym_true] = ACTIONS(3437), [sym_false] = ACTIONS(3437), [anon_sym_NULL] = ACTIONS(3437), [anon_sym_nullptr] = ACTIONS(3437), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3437), [anon_sym_decltype] = ACTIONS(3437), [anon_sym_virtual] = ACTIONS(3437), [anon_sym_explicit] = ACTIONS(3437), [anon_sym_typename] = ACTIONS(3437), [anon_sym_template] = ACTIONS(3437), [anon_sym_operator] = ACTIONS(3437), [anon_sym_try] = ACTIONS(3437), [anon_sym_delete] = ACTIONS(3437), [anon_sym_throw] = ACTIONS(3437), [anon_sym_namespace] = ACTIONS(3437), [anon_sym_using] = ACTIONS(3437), [anon_sym_static_assert] = ACTIONS(3437), [anon_sym_concept] = ACTIONS(3437), [anon_sym_co_return] = ACTIONS(3437), [anon_sym_co_yield] = ACTIONS(3437), [anon_sym_R_DQUOTE] = ACTIONS(3439), [anon_sym_LR_DQUOTE] = ACTIONS(3439), [anon_sym_uR_DQUOTE] = ACTIONS(3439), [anon_sym_UR_DQUOTE] = ACTIONS(3439), [anon_sym_u8R_DQUOTE] = ACTIONS(3439), [anon_sym_co_await] = ACTIONS(3437), [anon_sym_new] = ACTIONS(3437), [anon_sym_requires] = ACTIONS(3437), [sym_this] = ACTIONS(3437), }, [1364] = { [ts_builtin_sym_end] = ACTIONS(3361), [sym_identifier] = ACTIONS(3359), [aux_sym_preproc_include_token1] = ACTIONS(3359), [aux_sym_preproc_def_token1] = ACTIONS(3359), [aux_sym_preproc_if_token1] = ACTIONS(3359), [aux_sym_preproc_ifdef_token1] = ACTIONS(3359), [aux_sym_preproc_ifdef_token2] = ACTIONS(3359), [sym_preproc_directive] = ACTIONS(3359), [anon_sym_LPAREN2] = ACTIONS(3361), [anon_sym_BANG] = ACTIONS(3361), [anon_sym_TILDE] = ACTIONS(3361), [anon_sym_DASH] = ACTIONS(3359), [anon_sym_PLUS] = ACTIONS(3359), [anon_sym_STAR] = ACTIONS(3361), [anon_sym_AMP_AMP] = ACTIONS(3361), [anon_sym_AMP] = ACTIONS(3359), [anon_sym_typedef] = ACTIONS(3359), [anon_sym_extern] = ACTIONS(3359), [anon_sym___attribute__] = ACTIONS(3359), [anon_sym_COLON_COLON] = ACTIONS(3361), [anon_sym_LBRACK_LBRACK] = ACTIONS(3361), [anon_sym___declspec] = ACTIONS(3359), [anon_sym___based] = ACTIONS(3359), [anon_sym___cdecl] = ACTIONS(3359), [anon_sym___clrcall] = ACTIONS(3359), [anon_sym___stdcall] = ACTIONS(3359), [anon_sym___fastcall] = ACTIONS(3359), [anon_sym___thiscall] = ACTIONS(3359), [anon_sym___vectorcall] = ACTIONS(3359), [anon_sym_LBRACE] = ACTIONS(3361), [anon_sym_signed] = ACTIONS(3359), [anon_sym_unsigned] = ACTIONS(3359), [anon_sym_long] = ACTIONS(3359), [anon_sym_short] = ACTIONS(3359), [anon_sym_LBRACK] = ACTIONS(3359), [anon_sym_static] = ACTIONS(3359), [anon_sym_register] = ACTIONS(3359), [anon_sym_inline] = ACTIONS(3359), [anon_sym_thread_local] = ACTIONS(3359), [anon_sym_const] = ACTIONS(3359), [anon_sym_constexpr] = ACTIONS(3359), [anon_sym_volatile] = ACTIONS(3359), [anon_sym_restrict] = ACTIONS(3359), [anon_sym___restrict__] = ACTIONS(3359), [anon_sym__Atomic] = ACTIONS(3359), [anon_sym__Noreturn] = ACTIONS(3359), [anon_sym_noreturn] = ACTIONS(3359), [anon_sym_mutable] = ACTIONS(3359), [anon_sym_constinit] = ACTIONS(3359), [anon_sym_consteval] = ACTIONS(3359), [sym_primitive_type] = ACTIONS(3359), [anon_sym_enum] = ACTIONS(3359), [anon_sym_class] = ACTIONS(3359), [anon_sym_struct] = ACTIONS(3359), [anon_sym_union] = ACTIONS(3359), [anon_sym_if] = ACTIONS(3359), [anon_sym_switch] = ACTIONS(3359), [anon_sym_case] = ACTIONS(3359), [anon_sym_default] = ACTIONS(3359), [anon_sym_while] = ACTIONS(3359), [anon_sym_do] = ACTIONS(3359), [anon_sym_for] = ACTIONS(3359), [anon_sym_return] = ACTIONS(3359), [anon_sym_break] = ACTIONS(3359), [anon_sym_continue] = ACTIONS(3359), [anon_sym_goto] = ACTIONS(3359), [anon_sym_not] = ACTIONS(3359), [anon_sym_compl] = ACTIONS(3359), [anon_sym_DASH_DASH] = ACTIONS(3361), [anon_sym_PLUS_PLUS] = ACTIONS(3361), [anon_sym_sizeof] = ACTIONS(3359), [anon_sym_offsetof] = ACTIONS(3359), [anon_sym__Generic] = ACTIONS(3359), [anon_sym_asm] = ACTIONS(3359), [anon_sym___asm__] = ACTIONS(3359), [sym_number_literal] = ACTIONS(3361), [anon_sym_L_SQUOTE] = ACTIONS(3361), [anon_sym_u_SQUOTE] = ACTIONS(3361), [anon_sym_U_SQUOTE] = ACTIONS(3361), [anon_sym_u8_SQUOTE] = ACTIONS(3361), [anon_sym_SQUOTE] = ACTIONS(3361), [anon_sym_L_DQUOTE] = ACTIONS(3361), [anon_sym_u_DQUOTE] = ACTIONS(3361), [anon_sym_U_DQUOTE] = ACTIONS(3361), [anon_sym_u8_DQUOTE] = ACTIONS(3361), [anon_sym_DQUOTE] = ACTIONS(3361), [sym_true] = ACTIONS(3359), [sym_false] = ACTIONS(3359), [anon_sym_NULL] = ACTIONS(3359), [anon_sym_nullptr] = ACTIONS(3359), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3359), [anon_sym_decltype] = ACTIONS(3359), [anon_sym_virtual] = ACTIONS(3359), [anon_sym_explicit] = ACTIONS(3359), [anon_sym_typename] = ACTIONS(3359), [anon_sym_template] = ACTIONS(3359), [anon_sym_operator] = ACTIONS(3359), [anon_sym_try] = ACTIONS(3359), [anon_sym_delete] = ACTIONS(3359), [anon_sym_throw] = ACTIONS(3359), [anon_sym_namespace] = ACTIONS(3359), [anon_sym_using] = ACTIONS(3359), [anon_sym_static_assert] = ACTIONS(3359), [anon_sym_concept] = ACTIONS(3359), [anon_sym_co_return] = ACTIONS(3359), [anon_sym_co_yield] = ACTIONS(3359), [anon_sym_R_DQUOTE] = ACTIONS(3361), [anon_sym_LR_DQUOTE] = ACTIONS(3361), [anon_sym_uR_DQUOTE] = ACTIONS(3361), [anon_sym_UR_DQUOTE] = ACTIONS(3361), [anon_sym_u8R_DQUOTE] = ACTIONS(3361), [anon_sym_co_await] = ACTIONS(3359), [anon_sym_new] = ACTIONS(3359), [anon_sym_requires] = ACTIONS(3359), [sym_this] = ACTIONS(3359), }, [1365] = { [ts_builtin_sym_end] = ACTIONS(3461), [sym_identifier] = ACTIONS(3459), [aux_sym_preproc_include_token1] = ACTIONS(3459), [aux_sym_preproc_def_token1] = ACTIONS(3459), [aux_sym_preproc_if_token1] = ACTIONS(3459), [aux_sym_preproc_ifdef_token1] = ACTIONS(3459), [aux_sym_preproc_ifdef_token2] = ACTIONS(3459), [sym_preproc_directive] = ACTIONS(3459), [anon_sym_LPAREN2] = ACTIONS(3461), [anon_sym_BANG] = ACTIONS(3461), [anon_sym_TILDE] = ACTIONS(3461), [anon_sym_DASH] = ACTIONS(3459), [anon_sym_PLUS] = ACTIONS(3459), [anon_sym_STAR] = ACTIONS(3461), [anon_sym_AMP_AMP] = ACTIONS(3461), [anon_sym_AMP] = ACTIONS(3459), [anon_sym_typedef] = ACTIONS(3459), [anon_sym_extern] = ACTIONS(3459), [anon_sym___attribute__] = ACTIONS(3459), [anon_sym_COLON_COLON] = ACTIONS(3461), [anon_sym_LBRACK_LBRACK] = ACTIONS(3461), [anon_sym___declspec] = ACTIONS(3459), [anon_sym___based] = ACTIONS(3459), [anon_sym___cdecl] = ACTIONS(3459), [anon_sym___clrcall] = ACTIONS(3459), [anon_sym___stdcall] = ACTIONS(3459), [anon_sym___fastcall] = ACTIONS(3459), [anon_sym___thiscall] = ACTIONS(3459), [anon_sym___vectorcall] = ACTIONS(3459), [anon_sym_LBRACE] = ACTIONS(3461), [anon_sym_signed] = ACTIONS(3459), [anon_sym_unsigned] = ACTIONS(3459), [anon_sym_long] = ACTIONS(3459), [anon_sym_short] = ACTIONS(3459), [anon_sym_LBRACK] = ACTIONS(3459), [anon_sym_static] = ACTIONS(3459), [anon_sym_register] = ACTIONS(3459), [anon_sym_inline] = ACTIONS(3459), [anon_sym_thread_local] = ACTIONS(3459), [anon_sym_const] = ACTIONS(3459), [anon_sym_constexpr] = ACTIONS(3459), [anon_sym_volatile] = ACTIONS(3459), [anon_sym_restrict] = ACTIONS(3459), [anon_sym___restrict__] = ACTIONS(3459), [anon_sym__Atomic] = ACTIONS(3459), [anon_sym__Noreturn] = ACTIONS(3459), [anon_sym_noreturn] = ACTIONS(3459), [anon_sym_mutable] = ACTIONS(3459), [anon_sym_constinit] = ACTIONS(3459), [anon_sym_consteval] = ACTIONS(3459), [sym_primitive_type] = ACTIONS(3459), [anon_sym_enum] = ACTIONS(3459), [anon_sym_class] = ACTIONS(3459), [anon_sym_struct] = ACTIONS(3459), [anon_sym_union] = ACTIONS(3459), [anon_sym_if] = ACTIONS(3459), [anon_sym_switch] = ACTIONS(3459), [anon_sym_case] = ACTIONS(3459), [anon_sym_default] = ACTIONS(3459), [anon_sym_while] = ACTIONS(3459), [anon_sym_do] = ACTIONS(3459), [anon_sym_for] = ACTIONS(3459), [anon_sym_return] = ACTIONS(3459), [anon_sym_break] = ACTIONS(3459), [anon_sym_continue] = ACTIONS(3459), [anon_sym_goto] = ACTIONS(3459), [anon_sym_not] = ACTIONS(3459), [anon_sym_compl] = ACTIONS(3459), [anon_sym_DASH_DASH] = ACTIONS(3461), [anon_sym_PLUS_PLUS] = ACTIONS(3461), [anon_sym_sizeof] = ACTIONS(3459), [anon_sym_offsetof] = ACTIONS(3459), [anon_sym__Generic] = ACTIONS(3459), [anon_sym_asm] = ACTIONS(3459), [anon_sym___asm__] = ACTIONS(3459), [sym_number_literal] = ACTIONS(3461), [anon_sym_L_SQUOTE] = ACTIONS(3461), [anon_sym_u_SQUOTE] = ACTIONS(3461), [anon_sym_U_SQUOTE] = ACTIONS(3461), [anon_sym_u8_SQUOTE] = ACTIONS(3461), [anon_sym_SQUOTE] = ACTIONS(3461), [anon_sym_L_DQUOTE] = ACTIONS(3461), [anon_sym_u_DQUOTE] = ACTIONS(3461), [anon_sym_U_DQUOTE] = ACTIONS(3461), [anon_sym_u8_DQUOTE] = ACTIONS(3461), [anon_sym_DQUOTE] = ACTIONS(3461), [sym_true] = ACTIONS(3459), [sym_false] = ACTIONS(3459), [anon_sym_NULL] = ACTIONS(3459), [anon_sym_nullptr] = ACTIONS(3459), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3459), [anon_sym_decltype] = ACTIONS(3459), [anon_sym_virtual] = ACTIONS(3459), [anon_sym_explicit] = ACTIONS(3459), [anon_sym_typename] = ACTIONS(3459), [anon_sym_template] = ACTIONS(3459), [anon_sym_operator] = ACTIONS(3459), [anon_sym_try] = ACTIONS(3459), [anon_sym_delete] = ACTIONS(3459), [anon_sym_throw] = ACTIONS(3459), [anon_sym_namespace] = ACTIONS(3459), [anon_sym_using] = ACTIONS(3459), [anon_sym_static_assert] = ACTIONS(3459), [anon_sym_concept] = ACTIONS(3459), [anon_sym_co_return] = ACTIONS(3459), [anon_sym_co_yield] = ACTIONS(3459), [anon_sym_R_DQUOTE] = ACTIONS(3461), [anon_sym_LR_DQUOTE] = ACTIONS(3461), [anon_sym_uR_DQUOTE] = ACTIONS(3461), [anon_sym_UR_DQUOTE] = ACTIONS(3461), [anon_sym_u8R_DQUOTE] = ACTIONS(3461), [anon_sym_co_await] = ACTIONS(3459), [anon_sym_new] = ACTIONS(3459), [anon_sym_requires] = ACTIONS(3459), [sym_this] = ACTIONS(3459), }, [1366] = { [ts_builtin_sym_end] = ACTIONS(3166), [sym_identifier] = ACTIONS(3164), [aux_sym_preproc_include_token1] = ACTIONS(3164), [aux_sym_preproc_def_token1] = ACTIONS(3164), [aux_sym_preproc_if_token1] = ACTIONS(3164), [aux_sym_preproc_ifdef_token1] = ACTIONS(3164), [aux_sym_preproc_ifdef_token2] = ACTIONS(3164), [sym_preproc_directive] = ACTIONS(3164), [anon_sym_LPAREN2] = ACTIONS(3166), [anon_sym_BANG] = ACTIONS(3166), [anon_sym_TILDE] = ACTIONS(3166), [anon_sym_DASH] = ACTIONS(3164), [anon_sym_PLUS] = ACTIONS(3164), [anon_sym_STAR] = ACTIONS(3166), [anon_sym_AMP_AMP] = ACTIONS(3166), [anon_sym_AMP] = ACTIONS(3164), [anon_sym_typedef] = ACTIONS(3164), [anon_sym_extern] = ACTIONS(3164), [anon_sym___attribute__] = ACTIONS(3164), [anon_sym_COLON_COLON] = ACTIONS(3166), [anon_sym_LBRACK_LBRACK] = ACTIONS(3166), [anon_sym___declspec] = ACTIONS(3164), [anon_sym___based] = ACTIONS(3164), [anon_sym___cdecl] = ACTIONS(3164), [anon_sym___clrcall] = ACTIONS(3164), [anon_sym___stdcall] = ACTIONS(3164), [anon_sym___fastcall] = ACTIONS(3164), [anon_sym___thiscall] = ACTIONS(3164), [anon_sym___vectorcall] = ACTIONS(3164), [anon_sym_LBRACE] = ACTIONS(3166), [anon_sym_signed] = ACTIONS(3164), [anon_sym_unsigned] = ACTIONS(3164), [anon_sym_long] = ACTIONS(3164), [anon_sym_short] = ACTIONS(3164), [anon_sym_LBRACK] = ACTIONS(3164), [anon_sym_static] = ACTIONS(3164), [anon_sym_register] = ACTIONS(3164), [anon_sym_inline] = ACTIONS(3164), [anon_sym_thread_local] = ACTIONS(3164), [anon_sym_const] = ACTIONS(3164), [anon_sym_constexpr] = ACTIONS(3164), [anon_sym_volatile] = ACTIONS(3164), [anon_sym_restrict] = ACTIONS(3164), [anon_sym___restrict__] = ACTIONS(3164), [anon_sym__Atomic] = ACTIONS(3164), [anon_sym__Noreturn] = ACTIONS(3164), [anon_sym_noreturn] = ACTIONS(3164), [anon_sym_mutable] = ACTIONS(3164), [anon_sym_constinit] = ACTIONS(3164), [anon_sym_consteval] = ACTIONS(3164), [sym_primitive_type] = ACTIONS(3164), [anon_sym_enum] = ACTIONS(3164), [anon_sym_class] = ACTIONS(3164), [anon_sym_struct] = ACTIONS(3164), [anon_sym_union] = ACTIONS(3164), [anon_sym_if] = ACTIONS(3164), [anon_sym_switch] = ACTIONS(3164), [anon_sym_case] = ACTIONS(3164), [anon_sym_default] = ACTIONS(3164), [anon_sym_while] = ACTIONS(3164), [anon_sym_do] = ACTIONS(3164), [anon_sym_for] = ACTIONS(3164), [anon_sym_return] = ACTIONS(3164), [anon_sym_break] = ACTIONS(3164), [anon_sym_continue] = ACTIONS(3164), [anon_sym_goto] = ACTIONS(3164), [anon_sym_not] = ACTIONS(3164), [anon_sym_compl] = ACTIONS(3164), [anon_sym_DASH_DASH] = ACTIONS(3166), [anon_sym_PLUS_PLUS] = ACTIONS(3166), [anon_sym_sizeof] = ACTIONS(3164), [anon_sym_offsetof] = ACTIONS(3164), [anon_sym__Generic] = ACTIONS(3164), [anon_sym_asm] = ACTIONS(3164), [anon_sym___asm__] = ACTIONS(3164), [sym_number_literal] = ACTIONS(3166), [anon_sym_L_SQUOTE] = ACTIONS(3166), [anon_sym_u_SQUOTE] = ACTIONS(3166), [anon_sym_U_SQUOTE] = ACTIONS(3166), [anon_sym_u8_SQUOTE] = ACTIONS(3166), [anon_sym_SQUOTE] = ACTIONS(3166), [anon_sym_L_DQUOTE] = ACTIONS(3166), [anon_sym_u_DQUOTE] = ACTIONS(3166), [anon_sym_U_DQUOTE] = ACTIONS(3166), [anon_sym_u8_DQUOTE] = ACTIONS(3166), [anon_sym_DQUOTE] = ACTIONS(3166), [sym_true] = ACTIONS(3164), [sym_false] = ACTIONS(3164), [anon_sym_NULL] = ACTIONS(3164), [anon_sym_nullptr] = ACTIONS(3164), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3164), [anon_sym_decltype] = ACTIONS(3164), [anon_sym_virtual] = ACTIONS(3164), [anon_sym_explicit] = ACTIONS(3164), [anon_sym_typename] = ACTIONS(3164), [anon_sym_template] = ACTIONS(3164), [anon_sym_operator] = ACTIONS(3164), [anon_sym_try] = ACTIONS(3164), [anon_sym_delete] = ACTIONS(3164), [anon_sym_throw] = ACTIONS(3164), [anon_sym_namespace] = ACTIONS(3164), [anon_sym_using] = ACTIONS(3164), [anon_sym_static_assert] = ACTIONS(3164), [anon_sym_concept] = ACTIONS(3164), [anon_sym_co_return] = ACTIONS(3164), [anon_sym_co_yield] = ACTIONS(3164), [anon_sym_R_DQUOTE] = ACTIONS(3166), [anon_sym_LR_DQUOTE] = ACTIONS(3166), [anon_sym_uR_DQUOTE] = ACTIONS(3166), [anon_sym_UR_DQUOTE] = ACTIONS(3166), [anon_sym_u8R_DQUOTE] = ACTIONS(3166), [anon_sym_co_await] = ACTIONS(3164), [anon_sym_new] = ACTIONS(3164), [anon_sym_requires] = ACTIONS(3164), [sym_this] = ACTIONS(3164), }, [1367] = { [ts_builtin_sym_end] = ACTIONS(3154), [sym_identifier] = ACTIONS(3152), [aux_sym_preproc_include_token1] = ACTIONS(3152), [aux_sym_preproc_def_token1] = ACTIONS(3152), [aux_sym_preproc_if_token1] = ACTIONS(3152), [aux_sym_preproc_ifdef_token1] = ACTIONS(3152), [aux_sym_preproc_ifdef_token2] = ACTIONS(3152), [sym_preproc_directive] = ACTIONS(3152), [anon_sym_LPAREN2] = ACTIONS(3154), [anon_sym_BANG] = ACTIONS(3154), [anon_sym_TILDE] = ACTIONS(3154), [anon_sym_DASH] = ACTIONS(3152), [anon_sym_PLUS] = ACTIONS(3152), [anon_sym_STAR] = ACTIONS(3154), [anon_sym_AMP_AMP] = ACTIONS(3154), [anon_sym_AMP] = ACTIONS(3152), [anon_sym_typedef] = ACTIONS(3152), [anon_sym_extern] = ACTIONS(3152), [anon_sym___attribute__] = ACTIONS(3152), [anon_sym_COLON_COLON] = ACTIONS(3154), [anon_sym_LBRACK_LBRACK] = ACTIONS(3154), [anon_sym___declspec] = ACTIONS(3152), [anon_sym___based] = ACTIONS(3152), [anon_sym___cdecl] = ACTIONS(3152), [anon_sym___clrcall] = ACTIONS(3152), [anon_sym___stdcall] = ACTIONS(3152), [anon_sym___fastcall] = ACTIONS(3152), [anon_sym___thiscall] = ACTIONS(3152), [anon_sym___vectorcall] = ACTIONS(3152), [anon_sym_LBRACE] = ACTIONS(3154), [anon_sym_signed] = ACTIONS(3152), [anon_sym_unsigned] = ACTIONS(3152), [anon_sym_long] = ACTIONS(3152), [anon_sym_short] = ACTIONS(3152), [anon_sym_LBRACK] = ACTIONS(3152), [anon_sym_static] = ACTIONS(3152), [anon_sym_register] = ACTIONS(3152), [anon_sym_inline] = ACTIONS(3152), [anon_sym_thread_local] = ACTIONS(3152), [anon_sym_const] = ACTIONS(3152), [anon_sym_constexpr] = ACTIONS(3152), [anon_sym_volatile] = ACTIONS(3152), [anon_sym_restrict] = ACTIONS(3152), [anon_sym___restrict__] = ACTIONS(3152), [anon_sym__Atomic] = ACTIONS(3152), [anon_sym__Noreturn] = ACTIONS(3152), [anon_sym_noreturn] = ACTIONS(3152), [anon_sym_mutable] = ACTIONS(3152), [anon_sym_constinit] = ACTIONS(3152), [anon_sym_consteval] = ACTIONS(3152), [sym_primitive_type] = ACTIONS(3152), [anon_sym_enum] = ACTIONS(3152), [anon_sym_class] = ACTIONS(3152), [anon_sym_struct] = ACTIONS(3152), [anon_sym_union] = ACTIONS(3152), [anon_sym_if] = ACTIONS(3152), [anon_sym_switch] = ACTIONS(3152), [anon_sym_case] = ACTIONS(3152), [anon_sym_default] = ACTIONS(3152), [anon_sym_while] = ACTIONS(3152), [anon_sym_do] = ACTIONS(3152), [anon_sym_for] = ACTIONS(3152), [anon_sym_return] = ACTIONS(3152), [anon_sym_break] = ACTIONS(3152), [anon_sym_continue] = ACTIONS(3152), [anon_sym_goto] = ACTIONS(3152), [anon_sym_not] = ACTIONS(3152), [anon_sym_compl] = ACTIONS(3152), [anon_sym_DASH_DASH] = ACTIONS(3154), [anon_sym_PLUS_PLUS] = ACTIONS(3154), [anon_sym_sizeof] = ACTIONS(3152), [anon_sym_offsetof] = ACTIONS(3152), [anon_sym__Generic] = ACTIONS(3152), [anon_sym_asm] = ACTIONS(3152), [anon_sym___asm__] = ACTIONS(3152), [sym_number_literal] = ACTIONS(3154), [anon_sym_L_SQUOTE] = ACTIONS(3154), [anon_sym_u_SQUOTE] = ACTIONS(3154), [anon_sym_U_SQUOTE] = ACTIONS(3154), [anon_sym_u8_SQUOTE] = ACTIONS(3154), [anon_sym_SQUOTE] = ACTIONS(3154), [anon_sym_L_DQUOTE] = ACTIONS(3154), [anon_sym_u_DQUOTE] = ACTIONS(3154), [anon_sym_U_DQUOTE] = ACTIONS(3154), [anon_sym_u8_DQUOTE] = ACTIONS(3154), [anon_sym_DQUOTE] = ACTIONS(3154), [sym_true] = ACTIONS(3152), [sym_false] = ACTIONS(3152), [anon_sym_NULL] = ACTIONS(3152), [anon_sym_nullptr] = ACTIONS(3152), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3152), [anon_sym_decltype] = ACTIONS(3152), [anon_sym_virtual] = ACTIONS(3152), [anon_sym_explicit] = ACTIONS(3152), [anon_sym_typename] = ACTIONS(3152), [anon_sym_template] = ACTIONS(3152), [anon_sym_operator] = ACTIONS(3152), [anon_sym_try] = ACTIONS(3152), [anon_sym_delete] = ACTIONS(3152), [anon_sym_throw] = ACTIONS(3152), [anon_sym_namespace] = ACTIONS(3152), [anon_sym_using] = ACTIONS(3152), [anon_sym_static_assert] = ACTIONS(3152), [anon_sym_concept] = ACTIONS(3152), [anon_sym_co_return] = ACTIONS(3152), [anon_sym_co_yield] = ACTIONS(3152), [anon_sym_R_DQUOTE] = ACTIONS(3154), [anon_sym_LR_DQUOTE] = ACTIONS(3154), [anon_sym_uR_DQUOTE] = ACTIONS(3154), [anon_sym_UR_DQUOTE] = ACTIONS(3154), [anon_sym_u8R_DQUOTE] = ACTIONS(3154), [anon_sym_co_await] = ACTIONS(3152), [anon_sym_new] = ACTIONS(3152), [anon_sym_requires] = ACTIONS(3152), [sym_this] = ACTIONS(3152), }, [1368] = { [ts_builtin_sym_end] = ACTIONS(3129), [sym_identifier] = ACTIONS(3127), [aux_sym_preproc_include_token1] = ACTIONS(3127), [aux_sym_preproc_def_token1] = ACTIONS(3127), [aux_sym_preproc_if_token1] = ACTIONS(3127), [aux_sym_preproc_ifdef_token1] = ACTIONS(3127), [aux_sym_preproc_ifdef_token2] = ACTIONS(3127), [sym_preproc_directive] = ACTIONS(3127), [anon_sym_LPAREN2] = ACTIONS(3129), [anon_sym_BANG] = ACTIONS(3129), [anon_sym_TILDE] = ACTIONS(3129), [anon_sym_DASH] = ACTIONS(3127), [anon_sym_PLUS] = ACTIONS(3127), [anon_sym_STAR] = ACTIONS(3129), [anon_sym_AMP_AMP] = ACTIONS(3129), [anon_sym_AMP] = ACTIONS(3127), [anon_sym_typedef] = ACTIONS(3127), [anon_sym_extern] = ACTIONS(3127), [anon_sym___attribute__] = ACTIONS(3127), [anon_sym_COLON_COLON] = ACTIONS(3129), [anon_sym_LBRACK_LBRACK] = ACTIONS(3129), [anon_sym___declspec] = ACTIONS(3127), [anon_sym___based] = ACTIONS(3127), [anon_sym___cdecl] = ACTIONS(3127), [anon_sym___clrcall] = ACTIONS(3127), [anon_sym___stdcall] = ACTIONS(3127), [anon_sym___fastcall] = ACTIONS(3127), [anon_sym___thiscall] = ACTIONS(3127), [anon_sym___vectorcall] = ACTIONS(3127), [anon_sym_LBRACE] = ACTIONS(3129), [anon_sym_signed] = ACTIONS(3127), [anon_sym_unsigned] = ACTIONS(3127), [anon_sym_long] = ACTIONS(3127), [anon_sym_short] = ACTIONS(3127), [anon_sym_LBRACK] = ACTIONS(3127), [anon_sym_static] = ACTIONS(3127), [anon_sym_register] = ACTIONS(3127), [anon_sym_inline] = ACTIONS(3127), [anon_sym_thread_local] = ACTIONS(3127), [anon_sym_const] = ACTIONS(3127), [anon_sym_constexpr] = ACTIONS(3127), [anon_sym_volatile] = ACTIONS(3127), [anon_sym_restrict] = ACTIONS(3127), [anon_sym___restrict__] = ACTIONS(3127), [anon_sym__Atomic] = ACTIONS(3127), [anon_sym__Noreturn] = ACTIONS(3127), [anon_sym_noreturn] = ACTIONS(3127), [anon_sym_mutable] = ACTIONS(3127), [anon_sym_constinit] = ACTIONS(3127), [anon_sym_consteval] = ACTIONS(3127), [sym_primitive_type] = ACTIONS(3127), [anon_sym_enum] = ACTIONS(3127), [anon_sym_class] = ACTIONS(3127), [anon_sym_struct] = ACTIONS(3127), [anon_sym_union] = ACTIONS(3127), [anon_sym_if] = ACTIONS(3127), [anon_sym_switch] = ACTIONS(3127), [anon_sym_case] = ACTIONS(3127), [anon_sym_default] = ACTIONS(3127), [anon_sym_while] = ACTIONS(3127), [anon_sym_do] = ACTIONS(3127), [anon_sym_for] = ACTIONS(3127), [anon_sym_return] = ACTIONS(3127), [anon_sym_break] = ACTIONS(3127), [anon_sym_continue] = ACTIONS(3127), [anon_sym_goto] = ACTIONS(3127), [anon_sym_not] = ACTIONS(3127), [anon_sym_compl] = ACTIONS(3127), [anon_sym_DASH_DASH] = ACTIONS(3129), [anon_sym_PLUS_PLUS] = ACTIONS(3129), [anon_sym_sizeof] = ACTIONS(3127), [anon_sym_offsetof] = ACTIONS(3127), [anon_sym__Generic] = ACTIONS(3127), [anon_sym_asm] = ACTIONS(3127), [anon_sym___asm__] = ACTIONS(3127), [sym_number_literal] = ACTIONS(3129), [anon_sym_L_SQUOTE] = ACTIONS(3129), [anon_sym_u_SQUOTE] = ACTIONS(3129), [anon_sym_U_SQUOTE] = ACTIONS(3129), [anon_sym_u8_SQUOTE] = ACTIONS(3129), [anon_sym_SQUOTE] = ACTIONS(3129), [anon_sym_L_DQUOTE] = ACTIONS(3129), [anon_sym_u_DQUOTE] = ACTIONS(3129), [anon_sym_U_DQUOTE] = ACTIONS(3129), [anon_sym_u8_DQUOTE] = ACTIONS(3129), [anon_sym_DQUOTE] = ACTIONS(3129), [sym_true] = ACTIONS(3127), [sym_false] = ACTIONS(3127), [anon_sym_NULL] = ACTIONS(3127), [anon_sym_nullptr] = ACTIONS(3127), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3127), [anon_sym_decltype] = ACTIONS(3127), [anon_sym_virtual] = ACTIONS(3127), [anon_sym_explicit] = ACTIONS(3127), [anon_sym_typename] = ACTIONS(3127), [anon_sym_template] = ACTIONS(3127), [anon_sym_operator] = ACTIONS(3127), [anon_sym_try] = ACTIONS(3127), [anon_sym_delete] = ACTIONS(3127), [anon_sym_throw] = ACTIONS(3127), [anon_sym_namespace] = ACTIONS(3127), [anon_sym_using] = ACTIONS(3127), [anon_sym_static_assert] = ACTIONS(3127), [anon_sym_concept] = ACTIONS(3127), [anon_sym_co_return] = ACTIONS(3127), [anon_sym_co_yield] = ACTIONS(3127), [anon_sym_R_DQUOTE] = ACTIONS(3129), [anon_sym_LR_DQUOTE] = ACTIONS(3129), [anon_sym_uR_DQUOTE] = ACTIONS(3129), [anon_sym_UR_DQUOTE] = ACTIONS(3129), [anon_sym_u8R_DQUOTE] = ACTIONS(3129), [anon_sym_co_await] = ACTIONS(3127), [anon_sym_new] = ACTIONS(3127), [anon_sym_requires] = ACTIONS(3127), [sym_this] = ACTIONS(3127), }, [1369] = { [ts_builtin_sym_end] = ACTIONS(3317), [sym_identifier] = ACTIONS(3315), [aux_sym_preproc_include_token1] = ACTIONS(3315), [aux_sym_preproc_def_token1] = ACTIONS(3315), [aux_sym_preproc_if_token1] = ACTIONS(3315), [aux_sym_preproc_ifdef_token1] = ACTIONS(3315), [aux_sym_preproc_ifdef_token2] = ACTIONS(3315), [sym_preproc_directive] = ACTIONS(3315), [anon_sym_LPAREN2] = ACTIONS(3317), [anon_sym_BANG] = ACTIONS(3317), [anon_sym_TILDE] = ACTIONS(3317), [anon_sym_DASH] = ACTIONS(3315), [anon_sym_PLUS] = ACTIONS(3315), [anon_sym_STAR] = ACTIONS(3317), [anon_sym_AMP_AMP] = ACTIONS(3317), [anon_sym_AMP] = ACTIONS(3315), [anon_sym_typedef] = ACTIONS(3315), [anon_sym_extern] = ACTIONS(3315), [anon_sym___attribute__] = ACTIONS(3315), [anon_sym_COLON_COLON] = ACTIONS(3317), [anon_sym_LBRACK_LBRACK] = ACTIONS(3317), [anon_sym___declspec] = ACTIONS(3315), [anon_sym___based] = ACTIONS(3315), [anon_sym___cdecl] = ACTIONS(3315), [anon_sym___clrcall] = ACTIONS(3315), [anon_sym___stdcall] = ACTIONS(3315), [anon_sym___fastcall] = ACTIONS(3315), [anon_sym___thiscall] = ACTIONS(3315), [anon_sym___vectorcall] = ACTIONS(3315), [anon_sym_LBRACE] = ACTIONS(3317), [anon_sym_signed] = ACTIONS(3315), [anon_sym_unsigned] = ACTIONS(3315), [anon_sym_long] = ACTIONS(3315), [anon_sym_short] = ACTIONS(3315), [anon_sym_LBRACK] = ACTIONS(3315), [anon_sym_static] = ACTIONS(3315), [anon_sym_register] = ACTIONS(3315), [anon_sym_inline] = ACTIONS(3315), [anon_sym_thread_local] = ACTIONS(3315), [anon_sym_const] = ACTIONS(3315), [anon_sym_constexpr] = ACTIONS(3315), [anon_sym_volatile] = ACTIONS(3315), [anon_sym_restrict] = ACTIONS(3315), [anon_sym___restrict__] = ACTIONS(3315), [anon_sym__Atomic] = ACTIONS(3315), [anon_sym__Noreturn] = ACTIONS(3315), [anon_sym_noreturn] = ACTIONS(3315), [anon_sym_mutable] = ACTIONS(3315), [anon_sym_constinit] = ACTIONS(3315), [anon_sym_consteval] = ACTIONS(3315), [sym_primitive_type] = ACTIONS(3315), [anon_sym_enum] = ACTIONS(3315), [anon_sym_class] = ACTIONS(3315), [anon_sym_struct] = ACTIONS(3315), [anon_sym_union] = ACTIONS(3315), [anon_sym_if] = ACTIONS(3315), [anon_sym_switch] = ACTIONS(3315), [anon_sym_case] = ACTIONS(3315), [anon_sym_default] = ACTIONS(3315), [anon_sym_while] = ACTIONS(3315), [anon_sym_do] = ACTIONS(3315), [anon_sym_for] = ACTIONS(3315), [anon_sym_return] = ACTIONS(3315), [anon_sym_break] = ACTIONS(3315), [anon_sym_continue] = ACTIONS(3315), [anon_sym_goto] = ACTIONS(3315), [anon_sym_not] = ACTIONS(3315), [anon_sym_compl] = ACTIONS(3315), [anon_sym_DASH_DASH] = ACTIONS(3317), [anon_sym_PLUS_PLUS] = ACTIONS(3317), [anon_sym_sizeof] = ACTIONS(3315), [anon_sym_offsetof] = ACTIONS(3315), [anon_sym__Generic] = ACTIONS(3315), [anon_sym_asm] = ACTIONS(3315), [anon_sym___asm__] = ACTIONS(3315), [sym_number_literal] = ACTIONS(3317), [anon_sym_L_SQUOTE] = ACTIONS(3317), [anon_sym_u_SQUOTE] = ACTIONS(3317), [anon_sym_U_SQUOTE] = ACTIONS(3317), [anon_sym_u8_SQUOTE] = ACTIONS(3317), [anon_sym_SQUOTE] = ACTIONS(3317), [anon_sym_L_DQUOTE] = ACTIONS(3317), [anon_sym_u_DQUOTE] = ACTIONS(3317), [anon_sym_U_DQUOTE] = ACTIONS(3317), [anon_sym_u8_DQUOTE] = ACTIONS(3317), [anon_sym_DQUOTE] = ACTIONS(3317), [sym_true] = ACTIONS(3315), [sym_false] = ACTIONS(3315), [anon_sym_NULL] = ACTIONS(3315), [anon_sym_nullptr] = ACTIONS(3315), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3315), [anon_sym_decltype] = ACTIONS(3315), [anon_sym_virtual] = ACTIONS(3315), [anon_sym_explicit] = ACTIONS(3315), [anon_sym_typename] = ACTIONS(3315), [anon_sym_template] = ACTIONS(3315), [anon_sym_operator] = ACTIONS(3315), [anon_sym_try] = ACTIONS(3315), [anon_sym_delete] = ACTIONS(3315), [anon_sym_throw] = ACTIONS(3315), [anon_sym_namespace] = ACTIONS(3315), [anon_sym_using] = ACTIONS(3315), [anon_sym_static_assert] = ACTIONS(3315), [anon_sym_concept] = ACTIONS(3315), [anon_sym_co_return] = ACTIONS(3315), [anon_sym_co_yield] = ACTIONS(3315), [anon_sym_R_DQUOTE] = ACTIONS(3317), [anon_sym_LR_DQUOTE] = ACTIONS(3317), [anon_sym_uR_DQUOTE] = ACTIONS(3317), [anon_sym_UR_DQUOTE] = ACTIONS(3317), [anon_sym_u8R_DQUOTE] = ACTIONS(3317), [anon_sym_co_await] = ACTIONS(3315), [anon_sym_new] = ACTIONS(3315), [anon_sym_requires] = ACTIONS(3315), [sym_this] = ACTIONS(3315), }, [1370] = { [ts_builtin_sym_end] = ACTIONS(3423), [sym_identifier] = ACTIONS(3421), [aux_sym_preproc_include_token1] = ACTIONS(3421), [aux_sym_preproc_def_token1] = ACTIONS(3421), [aux_sym_preproc_if_token1] = ACTIONS(3421), [aux_sym_preproc_ifdef_token1] = ACTIONS(3421), [aux_sym_preproc_ifdef_token2] = ACTIONS(3421), [sym_preproc_directive] = ACTIONS(3421), [anon_sym_LPAREN2] = ACTIONS(3423), [anon_sym_BANG] = ACTIONS(3423), [anon_sym_TILDE] = ACTIONS(3423), [anon_sym_DASH] = ACTIONS(3421), [anon_sym_PLUS] = ACTIONS(3421), [anon_sym_STAR] = ACTIONS(3423), [anon_sym_AMP_AMP] = ACTIONS(3423), [anon_sym_AMP] = ACTIONS(3421), [anon_sym_typedef] = ACTIONS(3421), [anon_sym_extern] = ACTIONS(3421), [anon_sym___attribute__] = ACTIONS(3421), [anon_sym_COLON_COLON] = ACTIONS(3423), [anon_sym_LBRACK_LBRACK] = ACTIONS(3423), [anon_sym___declspec] = ACTIONS(3421), [anon_sym___based] = ACTIONS(3421), [anon_sym___cdecl] = ACTIONS(3421), [anon_sym___clrcall] = ACTIONS(3421), [anon_sym___stdcall] = ACTIONS(3421), [anon_sym___fastcall] = ACTIONS(3421), [anon_sym___thiscall] = ACTIONS(3421), [anon_sym___vectorcall] = ACTIONS(3421), [anon_sym_LBRACE] = ACTIONS(3423), [anon_sym_signed] = ACTIONS(3421), [anon_sym_unsigned] = ACTIONS(3421), [anon_sym_long] = ACTIONS(3421), [anon_sym_short] = ACTIONS(3421), [anon_sym_LBRACK] = ACTIONS(3421), [anon_sym_static] = ACTIONS(3421), [anon_sym_register] = ACTIONS(3421), [anon_sym_inline] = ACTIONS(3421), [anon_sym_thread_local] = ACTIONS(3421), [anon_sym_const] = ACTIONS(3421), [anon_sym_constexpr] = ACTIONS(3421), [anon_sym_volatile] = ACTIONS(3421), [anon_sym_restrict] = ACTIONS(3421), [anon_sym___restrict__] = ACTIONS(3421), [anon_sym__Atomic] = ACTIONS(3421), [anon_sym__Noreturn] = ACTIONS(3421), [anon_sym_noreturn] = ACTIONS(3421), [anon_sym_mutable] = ACTIONS(3421), [anon_sym_constinit] = ACTIONS(3421), [anon_sym_consteval] = ACTIONS(3421), [sym_primitive_type] = ACTIONS(3421), [anon_sym_enum] = ACTIONS(3421), [anon_sym_class] = ACTIONS(3421), [anon_sym_struct] = ACTIONS(3421), [anon_sym_union] = ACTIONS(3421), [anon_sym_if] = ACTIONS(3421), [anon_sym_switch] = ACTIONS(3421), [anon_sym_case] = ACTIONS(3421), [anon_sym_default] = ACTIONS(3421), [anon_sym_while] = ACTIONS(3421), [anon_sym_do] = ACTIONS(3421), [anon_sym_for] = ACTIONS(3421), [anon_sym_return] = ACTIONS(3421), [anon_sym_break] = ACTIONS(3421), [anon_sym_continue] = ACTIONS(3421), [anon_sym_goto] = ACTIONS(3421), [anon_sym_not] = ACTIONS(3421), [anon_sym_compl] = ACTIONS(3421), [anon_sym_DASH_DASH] = ACTIONS(3423), [anon_sym_PLUS_PLUS] = ACTIONS(3423), [anon_sym_sizeof] = ACTIONS(3421), [anon_sym_offsetof] = ACTIONS(3421), [anon_sym__Generic] = ACTIONS(3421), [anon_sym_asm] = ACTIONS(3421), [anon_sym___asm__] = ACTIONS(3421), [sym_number_literal] = ACTIONS(3423), [anon_sym_L_SQUOTE] = ACTIONS(3423), [anon_sym_u_SQUOTE] = ACTIONS(3423), [anon_sym_U_SQUOTE] = ACTIONS(3423), [anon_sym_u8_SQUOTE] = ACTIONS(3423), [anon_sym_SQUOTE] = ACTIONS(3423), [anon_sym_L_DQUOTE] = ACTIONS(3423), [anon_sym_u_DQUOTE] = ACTIONS(3423), [anon_sym_U_DQUOTE] = ACTIONS(3423), [anon_sym_u8_DQUOTE] = ACTIONS(3423), [anon_sym_DQUOTE] = ACTIONS(3423), [sym_true] = ACTIONS(3421), [sym_false] = ACTIONS(3421), [anon_sym_NULL] = ACTIONS(3421), [anon_sym_nullptr] = ACTIONS(3421), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3421), [anon_sym_decltype] = ACTIONS(3421), [anon_sym_virtual] = ACTIONS(3421), [anon_sym_explicit] = ACTIONS(3421), [anon_sym_typename] = ACTIONS(3421), [anon_sym_template] = ACTIONS(3421), [anon_sym_operator] = ACTIONS(3421), [anon_sym_try] = ACTIONS(3421), [anon_sym_delete] = ACTIONS(3421), [anon_sym_throw] = ACTIONS(3421), [anon_sym_namespace] = ACTIONS(3421), [anon_sym_using] = ACTIONS(3421), [anon_sym_static_assert] = ACTIONS(3421), [anon_sym_concept] = ACTIONS(3421), [anon_sym_co_return] = ACTIONS(3421), [anon_sym_co_yield] = ACTIONS(3421), [anon_sym_R_DQUOTE] = ACTIONS(3423), [anon_sym_LR_DQUOTE] = ACTIONS(3423), [anon_sym_uR_DQUOTE] = ACTIONS(3423), [anon_sym_UR_DQUOTE] = ACTIONS(3423), [anon_sym_u8R_DQUOTE] = ACTIONS(3423), [anon_sym_co_await] = ACTIONS(3421), [anon_sym_new] = ACTIONS(3421), [anon_sym_requires] = ACTIONS(3421), [sym_this] = ACTIONS(3421), }, [1371] = { [ts_builtin_sym_end] = ACTIONS(3158), [sym_identifier] = ACTIONS(3156), [aux_sym_preproc_include_token1] = ACTIONS(3156), [aux_sym_preproc_def_token1] = ACTIONS(3156), [aux_sym_preproc_if_token1] = ACTIONS(3156), [aux_sym_preproc_ifdef_token1] = ACTIONS(3156), [aux_sym_preproc_ifdef_token2] = ACTIONS(3156), [sym_preproc_directive] = ACTIONS(3156), [anon_sym_LPAREN2] = ACTIONS(3158), [anon_sym_BANG] = ACTIONS(3158), [anon_sym_TILDE] = ACTIONS(3158), [anon_sym_DASH] = ACTIONS(3156), [anon_sym_PLUS] = ACTIONS(3156), [anon_sym_STAR] = ACTIONS(3158), [anon_sym_AMP_AMP] = ACTIONS(3158), [anon_sym_AMP] = ACTIONS(3156), [anon_sym_typedef] = ACTIONS(3156), [anon_sym_extern] = ACTIONS(3156), [anon_sym___attribute__] = ACTIONS(3156), [anon_sym_COLON_COLON] = ACTIONS(3158), [anon_sym_LBRACK_LBRACK] = ACTIONS(3158), [anon_sym___declspec] = ACTIONS(3156), [anon_sym___based] = ACTIONS(3156), [anon_sym___cdecl] = ACTIONS(3156), [anon_sym___clrcall] = ACTIONS(3156), [anon_sym___stdcall] = ACTIONS(3156), [anon_sym___fastcall] = ACTIONS(3156), [anon_sym___thiscall] = ACTIONS(3156), [anon_sym___vectorcall] = ACTIONS(3156), [anon_sym_LBRACE] = ACTIONS(3158), [anon_sym_signed] = ACTIONS(3156), [anon_sym_unsigned] = ACTIONS(3156), [anon_sym_long] = ACTIONS(3156), [anon_sym_short] = ACTIONS(3156), [anon_sym_LBRACK] = ACTIONS(3156), [anon_sym_static] = ACTIONS(3156), [anon_sym_register] = ACTIONS(3156), [anon_sym_inline] = ACTIONS(3156), [anon_sym_thread_local] = ACTIONS(3156), [anon_sym_const] = ACTIONS(3156), [anon_sym_constexpr] = ACTIONS(3156), [anon_sym_volatile] = ACTIONS(3156), [anon_sym_restrict] = ACTIONS(3156), [anon_sym___restrict__] = ACTIONS(3156), [anon_sym__Atomic] = ACTIONS(3156), [anon_sym__Noreturn] = ACTIONS(3156), [anon_sym_noreturn] = ACTIONS(3156), [anon_sym_mutable] = ACTIONS(3156), [anon_sym_constinit] = ACTIONS(3156), [anon_sym_consteval] = ACTIONS(3156), [sym_primitive_type] = ACTIONS(3156), [anon_sym_enum] = ACTIONS(3156), [anon_sym_class] = ACTIONS(3156), [anon_sym_struct] = ACTIONS(3156), [anon_sym_union] = ACTIONS(3156), [anon_sym_if] = ACTIONS(3156), [anon_sym_switch] = ACTIONS(3156), [anon_sym_case] = ACTIONS(3156), [anon_sym_default] = ACTIONS(3156), [anon_sym_while] = ACTIONS(3156), [anon_sym_do] = ACTIONS(3156), [anon_sym_for] = ACTIONS(3156), [anon_sym_return] = ACTIONS(3156), [anon_sym_break] = ACTIONS(3156), [anon_sym_continue] = ACTIONS(3156), [anon_sym_goto] = ACTIONS(3156), [anon_sym_not] = ACTIONS(3156), [anon_sym_compl] = ACTIONS(3156), [anon_sym_DASH_DASH] = ACTIONS(3158), [anon_sym_PLUS_PLUS] = ACTIONS(3158), [anon_sym_sizeof] = ACTIONS(3156), [anon_sym_offsetof] = ACTIONS(3156), [anon_sym__Generic] = ACTIONS(3156), [anon_sym_asm] = ACTIONS(3156), [anon_sym___asm__] = ACTIONS(3156), [sym_number_literal] = ACTIONS(3158), [anon_sym_L_SQUOTE] = ACTIONS(3158), [anon_sym_u_SQUOTE] = ACTIONS(3158), [anon_sym_U_SQUOTE] = ACTIONS(3158), [anon_sym_u8_SQUOTE] = ACTIONS(3158), [anon_sym_SQUOTE] = ACTIONS(3158), [anon_sym_L_DQUOTE] = ACTIONS(3158), [anon_sym_u_DQUOTE] = ACTIONS(3158), [anon_sym_U_DQUOTE] = ACTIONS(3158), [anon_sym_u8_DQUOTE] = ACTIONS(3158), [anon_sym_DQUOTE] = ACTIONS(3158), [sym_true] = ACTIONS(3156), [sym_false] = ACTIONS(3156), [anon_sym_NULL] = ACTIONS(3156), [anon_sym_nullptr] = ACTIONS(3156), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3156), [anon_sym_decltype] = ACTIONS(3156), [anon_sym_virtual] = ACTIONS(3156), [anon_sym_explicit] = ACTIONS(3156), [anon_sym_typename] = ACTIONS(3156), [anon_sym_template] = ACTIONS(3156), [anon_sym_operator] = ACTIONS(3156), [anon_sym_try] = ACTIONS(3156), [anon_sym_delete] = ACTIONS(3156), [anon_sym_throw] = ACTIONS(3156), [anon_sym_namespace] = ACTIONS(3156), [anon_sym_using] = ACTIONS(3156), [anon_sym_static_assert] = ACTIONS(3156), [anon_sym_concept] = ACTIONS(3156), [anon_sym_co_return] = ACTIONS(3156), [anon_sym_co_yield] = ACTIONS(3156), [anon_sym_R_DQUOTE] = ACTIONS(3158), [anon_sym_LR_DQUOTE] = ACTIONS(3158), [anon_sym_uR_DQUOTE] = ACTIONS(3158), [anon_sym_UR_DQUOTE] = ACTIONS(3158), [anon_sym_u8R_DQUOTE] = ACTIONS(3158), [anon_sym_co_await] = ACTIONS(3156), [anon_sym_new] = ACTIONS(3156), [anon_sym_requires] = ACTIONS(3156), [sym_this] = ACTIONS(3156), }, [1372] = { [ts_builtin_sym_end] = ACTIONS(3221), [sym_identifier] = ACTIONS(3219), [aux_sym_preproc_include_token1] = ACTIONS(3219), [aux_sym_preproc_def_token1] = ACTIONS(3219), [aux_sym_preproc_if_token1] = ACTIONS(3219), [aux_sym_preproc_ifdef_token1] = ACTIONS(3219), [aux_sym_preproc_ifdef_token2] = ACTIONS(3219), [sym_preproc_directive] = ACTIONS(3219), [anon_sym_LPAREN2] = ACTIONS(3221), [anon_sym_BANG] = ACTIONS(3221), [anon_sym_TILDE] = ACTIONS(3221), [anon_sym_DASH] = ACTIONS(3219), [anon_sym_PLUS] = ACTIONS(3219), [anon_sym_STAR] = ACTIONS(3221), [anon_sym_AMP_AMP] = ACTIONS(3221), [anon_sym_AMP] = ACTIONS(3219), [anon_sym_typedef] = ACTIONS(3219), [anon_sym_extern] = ACTIONS(3219), [anon_sym___attribute__] = ACTIONS(3219), [anon_sym_COLON_COLON] = ACTIONS(3221), [anon_sym_LBRACK_LBRACK] = ACTIONS(3221), [anon_sym___declspec] = ACTIONS(3219), [anon_sym___based] = ACTIONS(3219), [anon_sym___cdecl] = ACTIONS(3219), [anon_sym___clrcall] = ACTIONS(3219), [anon_sym___stdcall] = ACTIONS(3219), [anon_sym___fastcall] = ACTIONS(3219), [anon_sym___thiscall] = ACTIONS(3219), [anon_sym___vectorcall] = ACTIONS(3219), [anon_sym_LBRACE] = ACTIONS(3221), [anon_sym_signed] = ACTIONS(3219), [anon_sym_unsigned] = ACTIONS(3219), [anon_sym_long] = ACTIONS(3219), [anon_sym_short] = ACTIONS(3219), [anon_sym_LBRACK] = ACTIONS(3219), [anon_sym_static] = ACTIONS(3219), [anon_sym_register] = ACTIONS(3219), [anon_sym_inline] = ACTIONS(3219), [anon_sym_thread_local] = ACTIONS(3219), [anon_sym_const] = ACTIONS(3219), [anon_sym_constexpr] = ACTIONS(3219), [anon_sym_volatile] = ACTIONS(3219), [anon_sym_restrict] = ACTIONS(3219), [anon_sym___restrict__] = ACTIONS(3219), [anon_sym__Atomic] = ACTIONS(3219), [anon_sym__Noreturn] = ACTIONS(3219), [anon_sym_noreturn] = ACTIONS(3219), [anon_sym_mutable] = ACTIONS(3219), [anon_sym_constinit] = ACTIONS(3219), [anon_sym_consteval] = ACTIONS(3219), [sym_primitive_type] = ACTIONS(3219), [anon_sym_enum] = ACTIONS(3219), [anon_sym_class] = ACTIONS(3219), [anon_sym_struct] = ACTIONS(3219), [anon_sym_union] = ACTIONS(3219), [anon_sym_if] = ACTIONS(3219), [anon_sym_switch] = ACTIONS(3219), [anon_sym_case] = ACTIONS(3219), [anon_sym_default] = ACTIONS(3219), [anon_sym_while] = ACTIONS(3219), [anon_sym_do] = ACTIONS(3219), [anon_sym_for] = ACTIONS(3219), [anon_sym_return] = ACTIONS(3219), [anon_sym_break] = ACTIONS(3219), [anon_sym_continue] = ACTIONS(3219), [anon_sym_goto] = ACTIONS(3219), [anon_sym_not] = ACTIONS(3219), [anon_sym_compl] = ACTIONS(3219), [anon_sym_DASH_DASH] = ACTIONS(3221), [anon_sym_PLUS_PLUS] = ACTIONS(3221), [anon_sym_sizeof] = ACTIONS(3219), [anon_sym_offsetof] = ACTIONS(3219), [anon_sym__Generic] = ACTIONS(3219), [anon_sym_asm] = ACTIONS(3219), [anon_sym___asm__] = ACTIONS(3219), [sym_number_literal] = ACTIONS(3221), [anon_sym_L_SQUOTE] = ACTIONS(3221), [anon_sym_u_SQUOTE] = ACTIONS(3221), [anon_sym_U_SQUOTE] = ACTIONS(3221), [anon_sym_u8_SQUOTE] = ACTIONS(3221), [anon_sym_SQUOTE] = ACTIONS(3221), [anon_sym_L_DQUOTE] = ACTIONS(3221), [anon_sym_u_DQUOTE] = ACTIONS(3221), [anon_sym_U_DQUOTE] = ACTIONS(3221), [anon_sym_u8_DQUOTE] = ACTIONS(3221), [anon_sym_DQUOTE] = ACTIONS(3221), [sym_true] = ACTIONS(3219), [sym_false] = ACTIONS(3219), [anon_sym_NULL] = ACTIONS(3219), [anon_sym_nullptr] = ACTIONS(3219), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3219), [anon_sym_decltype] = ACTIONS(3219), [anon_sym_virtual] = ACTIONS(3219), [anon_sym_explicit] = ACTIONS(3219), [anon_sym_typename] = ACTIONS(3219), [anon_sym_template] = ACTIONS(3219), [anon_sym_operator] = ACTIONS(3219), [anon_sym_try] = ACTIONS(3219), [anon_sym_delete] = ACTIONS(3219), [anon_sym_throw] = ACTIONS(3219), [anon_sym_namespace] = ACTIONS(3219), [anon_sym_using] = ACTIONS(3219), [anon_sym_static_assert] = ACTIONS(3219), [anon_sym_concept] = ACTIONS(3219), [anon_sym_co_return] = ACTIONS(3219), [anon_sym_co_yield] = ACTIONS(3219), [anon_sym_R_DQUOTE] = ACTIONS(3221), [anon_sym_LR_DQUOTE] = ACTIONS(3221), [anon_sym_uR_DQUOTE] = ACTIONS(3221), [anon_sym_UR_DQUOTE] = ACTIONS(3221), [anon_sym_u8R_DQUOTE] = ACTIONS(3221), [anon_sym_co_await] = ACTIONS(3219), [anon_sym_new] = ACTIONS(3219), [anon_sym_requires] = ACTIONS(3219), [sym_this] = ACTIONS(3219), }, [1373] = { [ts_builtin_sym_end] = ACTIONS(3264), [sym_identifier] = ACTIONS(3262), [aux_sym_preproc_include_token1] = ACTIONS(3262), [aux_sym_preproc_def_token1] = ACTIONS(3262), [aux_sym_preproc_if_token1] = ACTIONS(3262), [aux_sym_preproc_ifdef_token1] = ACTIONS(3262), [aux_sym_preproc_ifdef_token2] = ACTIONS(3262), [sym_preproc_directive] = ACTIONS(3262), [anon_sym_LPAREN2] = ACTIONS(3264), [anon_sym_BANG] = ACTIONS(3264), [anon_sym_TILDE] = ACTIONS(3264), [anon_sym_DASH] = ACTIONS(3262), [anon_sym_PLUS] = ACTIONS(3262), [anon_sym_STAR] = ACTIONS(3264), [anon_sym_AMP_AMP] = ACTIONS(3264), [anon_sym_AMP] = ACTIONS(3262), [anon_sym_typedef] = ACTIONS(3262), [anon_sym_extern] = ACTIONS(3262), [anon_sym___attribute__] = ACTIONS(3262), [anon_sym_COLON_COLON] = ACTIONS(3264), [anon_sym_LBRACK_LBRACK] = ACTIONS(3264), [anon_sym___declspec] = ACTIONS(3262), [anon_sym___based] = ACTIONS(3262), [anon_sym___cdecl] = ACTIONS(3262), [anon_sym___clrcall] = ACTIONS(3262), [anon_sym___stdcall] = ACTIONS(3262), [anon_sym___fastcall] = ACTIONS(3262), [anon_sym___thiscall] = ACTIONS(3262), [anon_sym___vectorcall] = ACTIONS(3262), [anon_sym_LBRACE] = ACTIONS(3264), [anon_sym_signed] = ACTIONS(3262), [anon_sym_unsigned] = ACTIONS(3262), [anon_sym_long] = ACTIONS(3262), [anon_sym_short] = ACTIONS(3262), [anon_sym_LBRACK] = ACTIONS(3262), [anon_sym_static] = ACTIONS(3262), [anon_sym_register] = ACTIONS(3262), [anon_sym_inline] = ACTIONS(3262), [anon_sym_thread_local] = ACTIONS(3262), [anon_sym_const] = ACTIONS(3262), [anon_sym_constexpr] = ACTIONS(3262), [anon_sym_volatile] = ACTIONS(3262), [anon_sym_restrict] = ACTIONS(3262), [anon_sym___restrict__] = ACTIONS(3262), [anon_sym__Atomic] = ACTIONS(3262), [anon_sym__Noreturn] = ACTIONS(3262), [anon_sym_noreturn] = ACTIONS(3262), [anon_sym_mutable] = ACTIONS(3262), [anon_sym_constinit] = ACTIONS(3262), [anon_sym_consteval] = ACTIONS(3262), [sym_primitive_type] = ACTIONS(3262), [anon_sym_enum] = ACTIONS(3262), [anon_sym_class] = ACTIONS(3262), [anon_sym_struct] = ACTIONS(3262), [anon_sym_union] = ACTIONS(3262), [anon_sym_if] = ACTIONS(3262), [anon_sym_switch] = ACTIONS(3262), [anon_sym_case] = ACTIONS(3262), [anon_sym_default] = ACTIONS(3262), [anon_sym_while] = ACTIONS(3262), [anon_sym_do] = ACTIONS(3262), [anon_sym_for] = ACTIONS(3262), [anon_sym_return] = ACTIONS(3262), [anon_sym_break] = ACTIONS(3262), [anon_sym_continue] = ACTIONS(3262), [anon_sym_goto] = ACTIONS(3262), [anon_sym_not] = ACTIONS(3262), [anon_sym_compl] = ACTIONS(3262), [anon_sym_DASH_DASH] = ACTIONS(3264), [anon_sym_PLUS_PLUS] = ACTIONS(3264), [anon_sym_sizeof] = ACTIONS(3262), [anon_sym_offsetof] = ACTIONS(3262), [anon_sym__Generic] = ACTIONS(3262), [anon_sym_asm] = ACTIONS(3262), [anon_sym___asm__] = ACTIONS(3262), [sym_number_literal] = ACTIONS(3264), [anon_sym_L_SQUOTE] = ACTIONS(3264), [anon_sym_u_SQUOTE] = ACTIONS(3264), [anon_sym_U_SQUOTE] = ACTIONS(3264), [anon_sym_u8_SQUOTE] = ACTIONS(3264), [anon_sym_SQUOTE] = ACTIONS(3264), [anon_sym_L_DQUOTE] = ACTIONS(3264), [anon_sym_u_DQUOTE] = ACTIONS(3264), [anon_sym_U_DQUOTE] = ACTIONS(3264), [anon_sym_u8_DQUOTE] = ACTIONS(3264), [anon_sym_DQUOTE] = ACTIONS(3264), [sym_true] = ACTIONS(3262), [sym_false] = ACTIONS(3262), [anon_sym_NULL] = ACTIONS(3262), [anon_sym_nullptr] = ACTIONS(3262), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3262), [anon_sym_decltype] = ACTIONS(3262), [anon_sym_virtual] = ACTIONS(3262), [anon_sym_explicit] = ACTIONS(3262), [anon_sym_typename] = ACTIONS(3262), [anon_sym_template] = ACTIONS(3262), [anon_sym_operator] = ACTIONS(3262), [anon_sym_try] = ACTIONS(3262), [anon_sym_delete] = ACTIONS(3262), [anon_sym_throw] = ACTIONS(3262), [anon_sym_namespace] = ACTIONS(3262), [anon_sym_using] = ACTIONS(3262), [anon_sym_static_assert] = ACTIONS(3262), [anon_sym_concept] = ACTIONS(3262), [anon_sym_co_return] = ACTIONS(3262), [anon_sym_co_yield] = ACTIONS(3262), [anon_sym_R_DQUOTE] = ACTIONS(3264), [anon_sym_LR_DQUOTE] = ACTIONS(3264), [anon_sym_uR_DQUOTE] = ACTIONS(3264), [anon_sym_UR_DQUOTE] = ACTIONS(3264), [anon_sym_u8R_DQUOTE] = ACTIONS(3264), [anon_sym_co_await] = ACTIONS(3262), [anon_sym_new] = ACTIONS(3262), [anon_sym_requires] = ACTIONS(3262), [sym_this] = ACTIONS(3262), }, [1374] = { [ts_builtin_sym_end] = ACTIONS(3373), [sym_identifier] = ACTIONS(3371), [aux_sym_preproc_include_token1] = ACTIONS(3371), [aux_sym_preproc_def_token1] = ACTIONS(3371), [aux_sym_preproc_if_token1] = ACTIONS(3371), [aux_sym_preproc_ifdef_token1] = ACTIONS(3371), [aux_sym_preproc_ifdef_token2] = ACTIONS(3371), [sym_preproc_directive] = ACTIONS(3371), [anon_sym_LPAREN2] = ACTIONS(3373), [anon_sym_BANG] = ACTIONS(3373), [anon_sym_TILDE] = ACTIONS(3373), [anon_sym_DASH] = ACTIONS(3371), [anon_sym_PLUS] = ACTIONS(3371), [anon_sym_STAR] = ACTIONS(3373), [anon_sym_AMP_AMP] = ACTIONS(3373), [anon_sym_AMP] = ACTIONS(3371), [anon_sym_typedef] = ACTIONS(3371), [anon_sym_extern] = ACTIONS(3371), [anon_sym___attribute__] = ACTIONS(3371), [anon_sym_COLON_COLON] = ACTIONS(3373), [anon_sym_LBRACK_LBRACK] = ACTIONS(3373), [anon_sym___declspec] = ACTIONS(3371), [anon_sym___based] = ACTIONS(3371), [anon_sym___cdecl] = ACTIONS(3371), [anon_sym___clrcall] = ACTIONS(3371), [anon_sym___stdcall] = ACTIONS(3371), [anon_sym___fastcall] = ACTIONS(3371), [anon_sym___thiscall] = ACTIONS(3371), [anon_sym___vectorcall] = ACTIONS(3371), [anon_sym_LBRACE] = ACTIONS(3373), [anon_sym_signed] = ACTIONS(3371), [anon_sym_unsigned] = ACTIONS(3371), [anon_sym_long] = ACTIONS(3371), [anon_sym_short] = ACTIONS(3371), [anon_sym_LBRACK] = ACTIONS(3371), [anon_sym_static] = ACTIONS(3371), [anon_sym_register] = ACTIONS(3371), [anon_sym_inline] = ACTIONS(3371), [anon_sym_thread_local] = ACTIONS(3371), [anon_sym_const] = ACTIONS(3371), [anon_sym_constexpr] = ACTIONS(3371), [anon_sym_volatile] = ACTIONS(3371), [anon_sym_restrict] = ACTIONS(3371), [anon_sym___restrict__] = ACTIONS(3371), [anon_sym__Atomic] = ACTIONS(3371), [anon_sym__Noreturn] = ACTIONS(3371), [anon_sym_noreturn] = ACTIONS(3371), [anon_sym_mutable] = ACTIONS(3371), [anon_sym_constinit] = ACTIONS(3371), [anon_sym_consteval] = ACTIONS(3371), [sym_primitive_type] = ACTIONS(3371), [anon_sym_enum] = ACTIONS(3371), [anon_sym_class] = ACTIONS(3371), [anon_sym_struct] = ACTIONS(3371), [anon_sym_union] = ACTIONS(3371), [anon_sym_if] = ACTIONS(3371), [anon_sym_switch] = ACTIONS(3371), [anon_sym_case] = ACTIONS(3371), [anon_sym_default] = ACTIONS(3371), [anon_sym_while] = ACTIONS(3371), [anon_sym_do] = ACTIONS(3371), [anon_sym_for] = ACTIONS(3371), [anon_sym_return] = ACTIONS(3371), [anon_sym_break] = ACTIONS(3371), [anon_sym_continue] = ACTIONS(3371), [anon_sym_goto] = ACTIONS(3371), [anon_sym_not] = ACTIONS(3371), [anon_sym_compl] = ACTIONS(3371), [anon_sym_DASH_DASH] = ACTIONS(3373), [anon_sym_PLUS_PLUS] = ACTIONS(3373), [anon_sym_sizeof] = ACTIONS(3371), [anon_sym_offsetof] = ACTIONS(3371), [anon_sym__Generic] = ACTIONS(3371), [anon_sym_asm] = ACTIONS(3371), [anon_sym___asm__] = ACTIONS(3371), [sym_number_literal] = ACTIONS(3373), [anon_sym_L_SQUOTE] = ACTIONS(3373), [anon_sym_u_SQUOTE] = ACTIONS(3373), [anon_sym_U_SQUOTE] = ACTIONS(3373), [anon_sym_u8_SQUOTE] = ACTIONS(3373), [anon_sym_SQUOTE] = ACTIONS(3373), [anon_sym_L_DQUOTE] = ACTIONS(3373), [anon_sym_u_DQUOTE] = ACTIONS(3373), [anon_sym_U_DQUOTE] = ACTIONS(3373), [anon_sym_u8_DQUOTE] = ACTIONS(3373), [anon_sym_DQUOTE] = ACTIONS(3373), [sym_true] = ACTIONS(3371), [sym_false] = ACTIONS(3371), [anon_sym_NULL] = ACTIONS(3371), [anon_sym_nullptr] = ACTIONS(3371), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3371), [anon_sym_decltype] = ACTIONS(3371), [anon_sym_virtual] = ACTIONS(3371), [anon_sym_explicit] = ACTIONS(3371), [anon_sym_typename] = ACTIONS(3371), [anon_sym_template] = ACTIONS(3371), [anon_sym_operator] = ACTIONS(3371), [anon_sym_try] = ACTIONS(3371), [anon_sym_delete] = ACTIONS(3371), [anon_sym_throw] = ACTIONS(3371), [anon_sym_namespace] = ACTIONS(3371), [anon_sym_using] = ACTIONS(3371), [anon_sym_static_assert] = ACTIONS(3371), [anon_sym_concept] = ACTIONS(3371), [anon_sym_co_return] = ACTIONS(3371), [anon_sym_co_yield] = ACTIONS(3371), [anon_sym_R_DQUOTE] = ACTIONS(3373), [anon_sym_LR_DQUOTE] = ACTIONS(3373), [anon_sym_uR_DQUOTE] = ACTIONS(3373), [anon_sym_UR_DQUOTE] = ACTIONS(3373), [anon_sym_u8R_DQUOTE] = ACTIONS(3373), [anon_sym_co_await] = ACTIONS(3371), [anon_sym_new] = ACTIONS(3371), [anon_sym_requires] = ACTIONS(3371), [sym_this] = ACTIONS(3371), }, [1375] = { [sym__declaration_modifiers] = STATE(2576), [sym__declaration_specifiers] = STATE(5550), [sym_attribute_specifier] = STATE(2576), [sym_attribute_declaration] = STATE(2576), [sym_ms_declspec_modifier] = STATE(2576), [sym_storage_class_specifier] = STATE(2576), [sym_type_qualifier] = STATE(2576), [sym__type_specifier] = STATE(4132), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym_virtual] = STATE(2576), [sym_dependent_type] = STATE(3695), [sym_template_type] = STATE(3646), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5806), [sym_qualified_type_identifier] = STATE(3645), [aux_sym__declaration_specifiers_repeat1] = STATE(2576), [aux_sym_sized_type_specifier_repeat1] = STATE(3658), [sym_identifier] = ACTIONS(3651), [anon_sym_COMMA] = ACTIONS(3653), [anon_sym_BANG] = ACTIONS(3655), [anon_sym_TILDE] = ACTIONS(3653), [anon_sym_DASH] = ACTIONS(3655), [anon_sym_PLUS] = ACTIONS(3655), [anon_sym_STAR] = ACTIONS(3655), [anon_sym_SLASH] = ACTIONS(3655), [anon_sym_PERCENT] = ACTIONS(3655), [anon_sym_PIPE_PIPE] = ACTIONS(3653), [anon_sym_AMP_AMP] = ACTIONS(3653), [anon_sym_PIPE] = ACTIONS(3655), [anon_sym_CARET] = ACTIONS(3655), [anon_sym_AMP] = ACTIONS(3655), [anon_sym_EQ_EQ] = ACTIONS(3653), [anon_sym_BANG_EQ] = ACTIONS(3653), [anon_sym_GT] = ACTIONS(3655), [anon_sym_GT_EQ] = ACTIONS(3653), [anon_sym_LT_EQ] = ACTIONS(3655), [anon_sym_LT] = ACTIONS(3655), [anon_sym_LT_LT] = ACTIONS(3655), [anon_sym_GT_GT] = ACTIONS(3655), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(3657), [anon_sym_LBRACK_LBRACK] = ACTIONS(1813), [anon_sym___declspec] = ACTIONS(43), [anon_sym_signed] = ACTIONS(3659), [anon_sym_unsigned] = ACTIONS(3659), [anon_sym_long] = ACTIONS(3659), [anon_sym_short] = ACTIONS(3659), [anon_sym_EQ] = ACTIONS(3655), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(3661), [anon_sym_enum] = ACTIONS(3663), [anon_sym_class] = ACTIONS(3665), [anon_sym_struct] = ACTIONS(3667), [anon_sym_union] = ACTIONS(3669), [anon_sym_STAR_EQ] = ACTIONS(3653), [anon_sym_SLASH_EQ] = ACTIONS(3653), [anon_sym_PERCENT_EQ] = ACTIONS(3653), [anon_sym_PLUS_EQ] = ACTIONS(3653), [anon_sym_DASH_EQ] = ACTIONS(3653), [anon_sym_LT_LT_EQ] = ACTIONS(3653), [anon_sym_GT_GT_EQ] = ACTIONS(3653), [anon_sym_AMP_EQ] = ACTIONS(3653), [anon_sym_CARET_EQ] = ACTIONS(3653), [anon_sym_PIPE_EQ] = ACTIONS(3653), [anon_sym_and_eq] = ACTIONS(3655), [anon_sym_or_eq] = ACTIONS(3655), [anon_sym_xor_eq] = ACTIONS(3655), [anon_sym_not] = ACTIONS(3655), [anon_sym_compl] = ACTIONS(3655), [anon_sym_LT_EQ_GT] = ACTIONS(3653), [anon_sym_or] = ACTIONS(3655), [anon_sym_and] = ACTIONS(3655), [anon_sym_bitor] = ACTIONS(3655), [anon_sym_xor] = ACTIONS(3655), [anon_sym_bitand] = ACTIONS(3655), [anon_sym_not_eq] = ACTIONS(3655), [anon_sym_DASH_DASH] = ACTIONS(3653), [anon_sym_PLUS_PLUS] = ACTIONS(3653), [anon_sym_DASH_GT] = ACTIONS(3655), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(113), [anon_sym_decltype] = ACTIONS(115), [anon_sym_virtual] = ACTIONS(117), [anon_sym_typename] = ACTIONS(3671), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(3673), [anon_sym_co_await] = ACTIONS(3655), [anon_sym_new] = ACTIONS(3673), [anon_sym_DASH_GT_STAR] = ACTIONS(3653), [anon_sym_LPAREN_RPAREN] = ACTIONS(3653), [anon_sym_LBRACK_RBRACK] = ACTIONS(3653), [anon_sym_DQUOTE_DQUOTE] = ACTIONS(3675), }, [1376] = { [sym__declaration_modifiers] = STATE(2576), [sym__declaration_specifiers] = STATE(5550), [sym_attribute_specifier] = STATE(2576), [sym_attribute_declaration] = STATE(2576), [sym_ms_declspec_modifier] = STATE(2576), [sym_storage_class_specifier] = STATE(2576), [sym_type_qualifier] = STATE(2576), [sym__type_specifier] = STATE(4132), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym_virtual] = STATE(2576), [sym_dependent_type] = STATE(3695), [sym_template_type] = STATE(3646), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5806), [sym_qualified_type_identifier] = STATE(3645), [aux_sym__declaration_specifiers_repeat1] = STATE(2576), [aux_sym_sized_type_specifier_repeat1] = STATE(3658), [sym_identifier] = ACTIONS(3651), [anon_sym_COMMA] = ACTIONS(3677), [anon_sym_BANG] = ACTIONS(3679), [anon_sym_TILDE] = ACTIONS(3677), [anon_sym_DASH] = ACTIONS(3679), [anon_sym_PLUS] = ACTIONS(3679), [anon_sym_STAR] = ACTIONS(3679), [anon_sym_SLASH] = ACTIONS(3679), [anon_sym_PERCENT] = ACTIONS(3679), [anon_sym_PIPE_PIPE] = ACTIONS(3677), [anon_sym_AMP_AMP] = ACTIONS(3677), [anon_sym_PIPE] = ACTIONS(3679), [anon_sym_CARET] = ACTIONS(3679), [anon_sym_AMP] = ACTIONS(3679), [anon_sym_EQ_EQ] = ACTIONS(3677), [anon_sym_BANG_EQ] = ACTIONS(3677), [anon_sym_GT] = ACTIONS(3679), [anon_sym_GT_EQ] = ACTIONS(3677), [anon_sym_LT_EQ] = ACTIONS(3679), [anon_sym_LT] = ACTIONS(3679), [anon_sym_LT_LT] = ACTIONS(3679), [anon_sym_GT_GT] = ACTIONS(3679), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(3657), [anon_sym_LBRACK_LBRACK] = ACTIONS(1813), [anon_sym___declspec] = ACTIONS(43), [anon_sym_signed] = ACTIONS(3659), [anon_sym_unsigned] = ACTIONS(3659), [anon_sym_long] = ACTIONS(3659), [anon_sym_short] = ACTIONS(3659), [anon_sym_EQ] = ACTIONS(3679), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(3661), [anon_sym_enum] = ACTIONS(3663), [anon_sym_class] = ACTIONS(3665), [anon_sym_struct] = ACTIONS(3667), [anon_sym_union] = ACTIONS(3669), [anon_sym_STAR_EQ] = ACTIONS(3677), [anon_sym_SLASH_EQ] = ACTIONS(3677), [anon_sym_PERCENT_EQ] = ACTIONS(3677), [anon_sym_PLUS_EQ] = ACTIONS(3677), [anon_sym_DASH_EQ] = ACTIONS(3677), [anon_sym_LT_LT_EQ] = ACTIONS(3677), [anon_sym_GT_GT_EQ] = ACTIONS(3677), [anon_sym_AMP_EQ] = ACTIONS(3677), [anon_sym_CARET_EQ] = ACTIONS(3677), [anon_sym_PIPE_EQ] = ACTIONS(3677), [anon_sym_and_eq] = ACTIONS(3679), [anon_sym_or_eq] = ACTIONS(3679), [anon_sym_xor_eq] = ACTIONS(3679), [anon_sym_not] = ACTIONS(3679), [anon_sym_compl] = ACTIONS(3679), [anon_sym_LT_EQ_GT] = ACTIONS(3677), [anon_sym_or] = ACTIONS(3679), [anon_sym_and] = ACTIONS(3679), [anon_sym_bitor] = ACTIONS(3679), [anon_sym_xor] = ACTIONS(3679), [anon_sym_bitand] = ACTIONS(3679), [anon_sym_not_eq] = ACTIONS(3679), [anon_sym_DASH_DASH] = ACTIONS(3677), [anon_sym_PLUS_PLUS] = ACTIONS(3677), [anon_sym_DASH_GT] = ACTIONS(3679), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(113), [anon_sym_decltype] = ACTIONS(115), [anon_sym_virtual] = ACTIONS(117), [anon_sym_typename] = ACTIONS(3671), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(3681), [anon_sym_co_await] = ACTIONS(3679), [anon_sym_new] = ACTIONS(3681), [anon_sym_DASH_GT_STAR] = ACTIONS(3677), [anon_sym_LPAREN_RPAREN] = ACTIONS(3677), [anon_sym_LBRACK_RBRACK] = ACTIONS(3677), [anon_sym_DQUOTE_DQUOTE] = ACTIONS(3683), }, [1377] = { [sym_function_definition] = STATE(786), [sym_declaration] = STATE(786), [sym__declaration_modifiers] = STATE(3697), [sym__declaration_specifiers] = STATE(4619), [sym_attribute_specifier] = STATE(3697), [sym_attribute_declaration] = STATE(3697), [sym_ms_declspec_modifier] = STATE(3697), [sym_ms_based_modifier] = STATE(7599), [sym_ms_call_modifier] = STATE(2446), [sym__declarator] = STATE(5891), [sym_parenthesized_declarator] = STATE(5671), [sym_attributed_declarator] = STATE(5671), [sym_pointer_declarator] = STATE(5671), [sym_function_declarator] = STATE(5552), [sym_array_declarator] = STATE(5671), [sym_storage_class_specifier] = STATE(3697), [sym_type_qualifier] = STATE(3697), [sym__type_specifier] = STATE(3765), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [sym__empty_declaration] = STATE(786), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym_virtual] = STATE(3697), [sym_explicit_function_specifier] = STATE(2303), [sym_dependent_type] = STATE(3695), [sym_template_declaration] = STATE(786), [sym_operator_cast] = STATE(5918), [sym__constructor_specifiers] = STATE(2303), [sym_operator_cast_definition] = STATE(786), [sym_operator_cast_declaration] = STATE(786), [sym_constructor_or_destructor_definition] = STATE(786), [sym_constructor_or_destructor_declaration] = STATE(786), [sym_friend_declaration] = STATE(786), [sym_reference_declarator] = STATE(5671), [sym_structured_binding_declarator] = STATE(5671), [sym_template_type] = STATE(3646), [sym_template_function] = STATE(5671), [sym_alias_declaration] = STATE(786), [sym_concept_definition] = STATE(786), [sym_requires_clause] = STATE(1390), [sym_destructor_name] = STATE(5671), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5160), [sym_qualified_identifier] = STATE(5671), [sym_qualified_type_identifier] = STATE(3938), [sym_qualified_operator_cast_identifier] = STATE(5918), [sym_operator_name] = STATE(5671), [aux_sym__declaration_specifiers_repeat1] = STATE(2582), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [aux_sym_operator_cast_definition_repeat1] = STATE(2303), [sym_identifier] = ACTIONS(3685), [anon_sym_LPAREN2] = ACTIONS(2560), [anon_sym_TILDE] = ACTIONS(2562), [anon_sym_STAR] = ACTIONS(2564), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(2566), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(3687), [anon_sym_LBRACK_LBRACK] = ACTIONS(1813), [anon_sym___declspec] = ACTIONS(43), [anon_sym___based] = ACTIONS(45), [anon_sym___cdecl] = ACTIONS(47), [anon_sym___clrcall] = ACTIONS(47), [anon_sym___stdcall] = ACTIONS(47), [anon_sym___fastcall] = ACTIONS(47), [anon_sym___thiscall] = ACTIONS(47), [anon_sym___vectorcall] = ACTIONS(47), [anon_sym_signed] = ACTIONS(51), [anon_sym_unsigned] = ACTIONS(51), [anon_sym_long] = ACTIONS(51), [anon_sym_short] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(2574), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(3661), [anon_sym_enum] = ACTIONS(63), [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), [anon_sym_union] = ACTIONS(69), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(113), [anon_sym_decltype] = ACTIONS(115), [anon_sym_virtual] = ACTIONS(117), [anon_sym_explicit] = ACTIONS(119), [anon_sym_typename] = ACTIONS(121), [anon_sym_template] = ACTIONS(3689), [anon_sym_operator] = ACTIONS(125), [anon_sym_friend] = ACTIONS(3691), [anon_sym_using] = ACTIONS(3693), [anon_sym_concept] = ACTIONS(389), [anon_sym_requires] = ACTIONS(3695), }, [1378] = { [sym_function_definition] = STATE(2690), [sym_declaration] = STATE(2690), [sym__declaration_modifiers] = STATE(3697), [sym__declaration_specifiers] = STATE(4653), [sym_attribute_specifier] = STATE(3697), [sym_attribute_declaration] = STATE(3697), [sym_ms_declspec_modifier] = STATE(3697), [sym_ms_based_modifier] = STATE(7599), [sym_ms_call_modifier] = STATE(2497), [sym__declarator] = STATE(5891), [sym_parenthesized_declarator] = STATE(5671), [sym_attributed_declarator] = STATE(5671), [sym_pointer_declarator] = STATE(5671), [sym_function_declarator] = STATE(5524), [sym_array_declarator] = STATE(5671), [sym_storage_class_specifier] = STATE(3697), [sym_type_qualifier] = STATE(3697), [sym__type_specifier] = STATE(3809), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [sym__empty_declaration] = STATE(2690), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym_virtual] = STATE(3697), [sym_explicit_function_specifier] = STATE(2310), [sym_dependent_type] = STATE(3695), [sym_template_declaration] = STATE(2690), [sym_operator_cast] = STATE(5904), [sym__constructor_specifiers] = STATE(2310), [sym_operator_cast_definition] = STATE(2690), [sym_operator_cast_declaration] = STATE(2690), [sym_constructor_or_destructor_definition] = STATE(2690), [sym_constructor_or_destructor_declaration] = STATE(2690), [sym_friend_declaration] = STATE(2690), [sym_reference_declarator] = STATE(5671), [sym_structured_binding_declarator] = STATE(5671), [sym_template_type] = STATE(3646), [sym_template_function] = STATE(5671), [sym_alias_declaration] = STATE(2690), [sym_concept_definition] = STATE(2690), [sym_requires_clause] = STATE(1386), [sym_destructor_name] = STATE(5671), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5160), [sym_qualified_identifier] = STATE(5671), [sym_qualified_type_identifier] = STATE(3938), [sym_qualified_operator_cast_identifier] = STATE(5904), [sym_operator_name] = STATE(5671), [aux_sym__declaration_specifiers_repeat1] = STATE(2582), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [aux_sym_operator_cast_definition_repeat1] = STATE(2310), [sym_identifier] = ACTIONS(3685), [anon_sym_LPAREN2] = ACTIONS(2560), [anon_sym_TILDE] = ACTIONS(2562), [anon_sym_STAR] = ACTIONS(2564), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(2566), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(3687), [anon_sym_LBRACK_LBRACK] = ACTIONS(1813), [anon_sym___declspec] = ACTIONS(43), [anon_sym___based] = ACTIONS(45), [anon_sym___cdecl] = ACTIONS(47), [anon_sym___clrcall] = ACTIONS(47), [anon_sym___stdcall] = ACTIONS(47), [anon_sym___fastcall] = ACTIONS(47), [anon_sym___thiscall] = ACTIONS(47), [anon_sym___vectorcall] = ACTIONS(47), [anon_sym_signed] = ACTIONS(51), [anon_sym_unsigned] = ACTIONS(51), [anon_sym_long] = ACTIONS(51), [anon_sym_short] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(2574), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(3661), [anon_sym_enum] = ACTIONS(63), [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), [anon_sym_union] = ACTIONS(69), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(113), [anon_sym_decltype] = ACTIONS(115), [anon_sym_virtual] = ACTIONS(117), [anon_sym_explicit] = ACTIONS(119), [anon_sym_typename] = ACTIONS(121), [anon_sym_template] = ACTIONS(3475), [anon_sym_operator] = ACTIONS(125), [anon_sym_friend] = ACTIONS(3477), [anon_sym_using] = ACTIONS(3697), [anon_sym_concept] = ACTIONS(3699), [anon_sym_requires] = ACTIONS(3695), }, [1379] = { [sym_function_definition] = STATE(2394), [sym_declaration] = STATE(2394), [sym__declaration_modifiers] = STATE(3697), [sym__declaration_specifiers] = STATE(4628), [sym_attribute_specifier] = STATE(3697), [sym_attribute_declaration] = STATE(3697), [sym_ms_declspec_modifier] = STATE(3697), [sym_ms_based_modifier] = STATE(7599), [sym_ms_call_modifier] = STATE(2434), [sym__declarator] = STATE(5891), [sym_parenthesized_declarator] = STATE(5671), [sym_attributed_declarator] = STATE(5671), [sym_pointer_declarator] = STATE(5671), [sym_function_declarator] = STATE(5488), [sym_array_declarator] = STATE(5671), [sym_storage_class_specifier] = STATE(3697), [sym_type_qualifier] = STATE(3697), [sym__type_specifier] = STATE(3799), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [sym__empty_declaration] = STATE(2394), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym_virtual] = STATE(3697), [sym_explicit_function_specifier] = STATE(2313), [sym_dependent_type] = STATE(3695), [sym_template_declaration] = STATE(2394), [sym_operator_cast] = STATE(5912), [sym__constructor_specifiers] = STATE(2313), [sym_operator_cast_definition] = STATE(2394), [sym_operator_cast_declaration] = STATE(2394), [sym_constructor_or_destructor_definition] = STATE(2394), [sym_constructor_or_destructor_declaration] = STATE(2394), [sym_friend_declaration] = STATE(2394), [sym_reference_declarator] = STATE(5671), [sym_structured_binding_declarator] = STATE(5671), [sym_template_type] = STATE(3646), [sym_template_function] = STATE(5671), [sym_alias_declaration] = STATE(2394), [sym_concept_definition] = STATE(2394), [sym_requires_clause] = STATE(1388), [sym_destructor_name] = STATE(5671), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5160), [sym_qualified_identifier] = STATE(5671), [sym_qualified_type_identifier] = STATE(3938), [sym_qualified_operator_cast_identifier] = STATE(5912), [sym_operator_name] = STATE(5671), [aux_sym__declaration_specifiers_repeat1] = STATE(2582), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [aux_sym_operator_cast_definition_repeat1] = STATE(2313), [sym_identifier] = ACTIONS(3685), [anon_sym_LPAREN2] = ACTIONS(2560), [anon_sym_TILDE] = ACTIONS(2562), [anon_sym_STAR] = ACTIONS(2564), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(2566), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(3687), [anon_sym_LBRACK_LBRACK] = ACTIONS(1813), [anon_sym___declspec] = ACTIONS(43), [anon_sym___based] = ACTIONS(45), [anon_sym___cdecl] = ACTIONS(47), [anon_sym___clrcall] = ACTIONS(47), [anon_sym___stdcall] = ACTIONS(47), [anon_sym___fastcall] = ACTIONS(47), [anon_sym___thiscall] = ACTIONS(47), [anon_sym___vectorcall] = ACTIONS(47), [anon_sym_signed] = ACTIONS(51), [anon_sym_unsigned] = ACTIONS(51), [anon_sym_long] = ACTIONS(51), [anon_sym_short] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(2574), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(3661), [anon_sym_enum] = ACTIONS(63), [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), [anon_sym_union] = ACTIONS(69), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(113), [anon_sym_decltype] = ACTIONS(115), [anon_sym_virtual] = ACTIONS(117), [anon_sym_explicit] = ACTIONS(119), [anon_sym_typename] = ACTIONS(121), [anon_sym_template] = ACTIONS(2592), [anon_sym_operator] = ACTIONS(125), [anon_sym_friend] = ACTIONS(2594), [anon_sym_using] = ACTIONS(3701), [anon_sym_concept] = ACTIONS(3703), [anon_sym_requires] = ACTIONS(3695), }, [1380] = { [sym_function_definition] = STATE(1197), [sym_declaration] = STATE(1197), [sym__declaration_modifiers] = STATE(3697), [sym__declaration_specifiers] = STATE(4691), [sym_attribute_specifier] = STATE(3697), [sym_attribute_declaration] = STATE(3697), [sym_ms_declspec_modifier] = STATE(3697), [sym_ms_based_modifier] = STATE(7599), [sym_ms_call_modifier] = STATE(2504), [sym__declarator] = STATE(5891), [sym_parenthesized_declarator] = STATE(5671), [sym_attributed_declarator] = STATE(5671), [sym_pointer_declarator] = STATE(5671), [sym_function_declarator] = STATE(5521), [sym_array_declarator] = STATE(5671), [sym_storage_class_specifier] = STATE(3697), [sym_type_qualifier] = STATE(3697), [sym__type_specifier] = STATE(3788), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [sym__empty_declaration] = STATE(1197), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym_virtual] = STATE(3697), [sym_explicit_function_specifier] = STATE(2289), [sym_dependent_type] = STATE(3695), [sym_template_declaration] = STATE(1197), [sym_operator_cast] = STATE(5931), [sym__constructor_specifiers] = STATE(2289), [sym_operator_cast_definition] = STATE(1197), [sym_operator_cast_declaration] = STATE(1197), [sym_constructor_or_destructor_definition] = STATE(1197), [sym_constructor_or_destructor_declaration] = STATE(1197), [sym_friend_declaration] = STATE(1197), [sym_reference_declarator] = STATE(5671), [sym_structured_binding_declarator] = STATE(5671), [sym_template_type] = STATE(3646), [sym_template_function] = STATE(5671), [sym_alias_declaration] = STATE(1197), [sym_concept_definition] = STATE(1197), [sym_requires_clause] = STATE(1387), [sym_destructor_name] = STATE(5671), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5160), [sym_qualified_identifier] = STATE(5671), [sym_qualified_type_identifier] = STATE(3938), [sym_qualified_operator_cast_identifier] = STATE(5931), [sym_operator_name] = STATE(5671), [aux_sym__declaration_specifiers_repeat1] = STATE(2582), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [aux_sym_operator_cast_definition_repeat1] = STATE(2289), [sym_identifier] = ACTIONS(3685), [anon_sym_LPAREN2] = ACTIONS(2560), [anon_sym_TILDE] = ACTIONS(2562), [anon_sym_STAR] = ACTIONS(2564), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(2566), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(3687), [anon_sym_LBRACK_LBRACK] = ACTIONS(1813), [anon_sym___declspec] = ACTIONS(43), [anon_sym___based] = ACTIONS(45), [anon_sym___cdecl] = ACTIONS(47), [anon_sym___clrcall] = ACTIONS(47), [anon_sym___stdcall] = ACTIONS(47), [anon_sym___fastcall] = ACTIONS(47), [anon_sym___thiscall] = ACTIONS(47), [anon_sym___vectorcall] = ACTIONS(47), [anon_sym_signed] = ACTIONS(51), [anon_sym_unsigned] = ACTIONS(51), [anon_sym_long] = ACTIONS(51), [anon_sym_short] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(2574), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(3661), [anon_sym_enum] = ACTIONS(63), [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), [anon_sym_union] = ACTIONS(69), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(113), [anon_sym_decltype] = ACTIONS(115), [anon_sym_virtual] = ACTIONS(117), [anon_sym_explicit] = ACTIONS(119), [anon_sym_typename] = ACTIONS(121), [anon_sym_template] = ACTIONS(3705), [anon_sym_operator] = ACTIONS(125), [anon_sym_friend] = ACTIONS(3707), [anon_sym_using] = ACTIONS(3709), [anon_sym_concept] = ACTIONS(824), [anon_sym_requires] = ACTIONS(3695), }, [1381] = { [sym_function_definition] = STATE(2469), [sym_declaration] = STATE(2469), [sym__declaration_modifiers] = STATE(3697), [sym__declaration_specifiers] = STATE(4649), [sym_attribute_specifier] = STATE(3697), [sym_attribute_declaration] = STATE(3697), [sym_ms_declspec_modifier] = STATE(3697), [sym_ms_based_modifier] = STATE(7599), [sym_ms_call_modifier] = STATE(2437), [sym__declarator] = STATE(5891), [sym_parenthesized_declarator] = STATE(5671), [sym_attributed_declarator] = STATE(5671), [sym_pointer_declarator] = STATE(5671), [sym_function_declarator] = STATE(5478), [sym_array_declarator] = STATE(5671), [sym_storage_class_specifier] = STATE(3697), [sym_type_qualifier] = STATE(3697), [sym__type_specifier] = STATE(3800), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [sym__empty_declaration] = STATE(2469), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym_virtual] = STATE(3697), [sym_explicit_function_specifier] = STATE(2308), [sym_dependent_type] = STATE(3695), [sym_template_declaration] = STATE(2469), [sym_operator_cast] = STATE(5915), [sym__constructor_specifiers] = STATE(2308), [sym_operator_cast_definition] = STATE(2469), [sym_operator_cast_declaration] = STATE(2469), [sym_constructor_or_destructor_definition] = STATE(2469), [sym_constructor_or_destructor_declaration] = STATE(2469), [sym_friend_declaration] = STATE(2469), [sym_reference_declarator] = STATE(5671), [sym_structured_binding_declarator] = STATE(5671), [sym_template_type] = STATE(3646), [sym_template_function] = STATE(5671), [sym_alias_declaration] = STATE(2469), [sym_concept_definition] = STATE(2469), [sym_requires_clause] = STATE(1392), [sym_destructor_name] = STATE(5671), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5160), [sym_qualified_identifier] = STATE(5671), [sym_qualified_type_identifier] = STATE(3938), [sym_qualified_operator_cast_identifier] = STATE(5915), [sym_operator_name] = STATE(5671), [aux_sym__declaration_specifiers_repeat1] = STATE(2582), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [aux_sym_operator_cast_definition_repeat1] = STATE(2308), [sym_identifier] = ACTIONS(3685), [anon_sym_LPAREN2] = ACTIONS(2560), [anon_sym_TILDE] = ACTIONS(2562), [anon_sym_STAR] = ACTIONS(2564), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(2566), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(3687), [anon_sym_LBRACK_LBRACK] = ACTIONS(1813), [anon_sym___declspec] = ACTIONS(43), [anon_sym___based] = ACTIONS(45), [anon_sym___cdecl] = ACTIONS(47), [anon_sym___clrcall] = ACTIONS(47), [anon_sym___stdcall] = ACTIONS(47), [anon_sym___fastcall] = ACTIONS(47), [anon_sym___thiscall] = ACTIONS(47), [anon_sym___vectorcall] = ACTIONS(47), [anon_sym_signed] = ACTIONS(51), [anon_sym_unsigned] = ACTIONS(51), [anon_sym_long] = ACTIONS(51), [anon_sym_short] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(2574), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(3661), [anon_sym_enum] = ACTIONS(63), [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), [anon_sym_union] = ACTIONS(69), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(113), [anon_sym_decltype] = ACTIONS(115), [anon_sym_virtual] = ACTIONS(117), [anon_sym_explicit] = ACTIONS(119), [anon_sym_typename] = ACTIONS(121), [anon_sym_template] = ACTIONS(2745), [anon_sym_operator] = ACTIONS(125), [anon_sym_friend] = ACTIONS(2747), [anon_sym_using] = ACTIONS(3711), [anon_sym_concept] = ACTIONS(3713), [anon_sym_requires] = ACTIONS(3695), }, [1382] = { [sym_function_definition] = STATE(1332), [sym_declaration] = STATE(1332), [sym__declaration_modifiers] = STATE(3697), [sym__declaration_specifiers] = STATE(4647), [sym_attribute_specifier] = STATE(3697), [sym_attribute_declaration] = STATE(3697), [sym_ms_declspec_modifier] = STATE(3697), [sym_ms_based_modifier] = STATE(7599), [sym_ms_call_modifier] = STATE(2462), [sym__declarator] = STATE(5891), [sym_parenthesized_declarator] = STATE(5671), [sym_attributed_declarator] = STATE(5671), [sym_pointer_declarator] = STATE(5671), [sym_function_declarator] = STATE(5502), [sym_array_declarator] = STATE(5671), [sym_storage_class_specifier] = STATE(3697), [sym_type_qualifier] = STATE(3697), [sym__type_specifier] = STATE(3807), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [sym__empty_declaration] = STATE(1332), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym_virtual] = STATE(3697), [sym_explicit_function_specifier] = STATE(2290), [sym_dependent_type] = STATE(3695), [sym_template_declaration] = STATE(1332), [sym_operator_cast] = STATE(5917), [sym__constructor_specifiers] = STATE(2290), [sym_operator_cast_definition] = STATE(1332), [sym_operator_cast_declaration] = STATE(1332), [sym_constructor_or_destructor_definition] = STATE(1332), [sym_constructor_or_destructor_declaration] = STATE(1332), [sym_friend_declaration] = STATE(1332), [sym_reference_declarator] = STATE(5671), [sym_structured_binding_declarator] = STATE(5671), [sym_template_type] = STATE(3646), [sym_template_function] = STATE(5671), [sym_alias_declaration] = STATE(1332), [sym_concept_definition] = STATE(1332), [sym_requires_clause] = STATE(1389), [sym_destructor_name] = STATE(5671), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5160), [sym_qualified_identifier] = STATE(5671), [sym_qualified_type_identifier] = STATE(3938), [sym_qualified_operator_cast_identifier] = STATE(5917), [sym_operator_name] = STATE(5671), [aux_sym__declaration_specifiers_repeat1] = STATE(2582), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [aux_sym_operator_cast_definition_repeat1] = STATE(2290), [sym_identifier] = ACTIONS(3685), [anon_sym_LPAREN2] = ACTIONS(2560), [anon_sym_TILDE] = ACTIONS(2562), [anon_sym_STAR] = ACTIONS(2564), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(2566), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(3687), [anon_sym_LBRACK_LBRACK] = ACTIONS(1813), [anon_sym___declspec] = ACTIONS(43), [anon_sym___based] = ACTIONS(45), [anon_sym___cdecl] = ACTIONS(47), [anon_sym___clrcall] = ACTIONS(47), [anon_sym___stdcall] = ACTIONS(47), [anon_sym___fastcall] = ACTIONS(47), [anon_sym___thiscall] = ACTIONS(47), [anon_sym___vectorcall] = ACTIONS(47), [anon_sym_signed] = ACTIONS(51), [anon_sym_unsigned] = ACTIONS(51), [anon_sym_long] = ACTIONS(51), [anon_sym_short] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(2574), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(3661), [anon_sym_enum] = ACTIONS(63), [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), [anon_sym_union] = ACTIONS(69), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(113), [anon_sym_decltype] = ACTIONS(115), [anon_sym_virtual] = ACTIONS(117), [anon_sym_explicit] = ACTIONS(119), [anon_sym_typename] = ACTIONS(121), [anon_sym_template] = ACTIONS(3715), [anon_sym_operator] = ACTIONS(125), [anon_sym_friend] = ACTIONS(3717), [anon_sym_using] = ACTIONS(3719), [anon_sym_concept] = ACTIONS(139), [anon_sym_requires] = ACTIONS(3695), }, [1383] = { [sym_function_definition] = STATE(1278), [sym_declaration] = STATE(1278), [sym__declaration_modifiers] = STATE(3697), [sym__declaration_specifiers] = STATE(4633), [sym_attribute_specifier] = STATE(3697), [sym_attribute_declaration] = STATE(3697), [sym_ms_declspec_modifier] = STATE(3697), [sym_ms_based_modifier] = STATE(7599), [sym_ms_call_modifier] = STATE(2472), [sym__declarator] = STATE(5891), [sym_parenthesized_declarator] = STATE(5671), [sym_attributed_declarator] = STATE(5671), [sym_pointer_declarator] = STATE(5671), [sym_function_declarator] = STATE(5551), [sym_array_declarator] = STATE(5671), [sym_storage_class_specifier] = STATE(3697), [sym_type_qualifier] = STATE(3697), [sym__type_specifier] = STATE(3760), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [sym__empty_declaration] = STATE(1278), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym_virtual] = STATE(3697), [sym_explicit_function_specifier] = STATE(2307), [sym_dependent_type] = STATE(3695), [sym_template_declaration] = STATE(1278), [sym_operator_cast] = STATE(5924), [sym__constructor_specifiers] = STATE(2307), [sym_operator_cast_definition] = STATE(1278), [sym_operator_cast_declaration] = STATE(1278), [sym_constructor_or_destructor_definition] = STATE(1278), [sym_constructor_or_destructor_declaration] = STATE(1278), [sym_friend_declaration] = STATE(1278), [sym_reference_declarator] = STATE(5671), [sym_structured_binding_declarator] = STATE(5671), [sym_template_type] = STATE(3646), [sym_template_function] = STATE(5671), [sym_alias_declaration] = STATE(1278), [sym_concept_definition] = STATE(1278), [sym_requires_clause] = STATE(1391), [sym_destructor_name] = STATE(5671), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5160), [sym_qualified_identifier] = STATE(5671), [sym_qualified_type_identifier] = STATE(3938), [sym_qualified_operator_cast_identifier] = STATE(5924), [sym_operator_name] = STATE(5671), [aux_sym__declaration_specifiers_repeat1] = STATE(2582), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [aux_sym_operator_cast_definition_repeat1] = STATE(2307), [sym_identifier] = ACTIONS(3685), [anon_sym_LPAREN2] = ACTIONS(2560), [anon_sym_TILDE] = ACTIONS(2562), [anon_sym_STAR] = ACTIONS(2564), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(2566), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(3687), [anon_sym_LBRACK_LBRACK] = ACTIONS(1813), [anon_sym___declspec] = ACTIONS(43), [anon_sym___based] = ACTIONS(45), [anon_sym___cdecl] = ACTIONS(47), [anon_sym___clrcall] = ACTIONS(47), [anon_sym___stdcall] = ACTIONS(47), [anon_sym___fastcall] = ACTIONS(47), [anon_sym___thiscall] = ACTIONS(47), [anon_sym___vectorcall] = ACTIONS(47), [anon_sym_signed] = ACTIONS(51), [anon_sym_unsigned] = ACTIONS(51), [anon_sym_long] = ACTIONS(51), [anon_sym_short] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(2574), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(3661), [anon_sym_enum] = ACTIONS(63), [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), [anon_sym_union] = ACTIONS(69), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(113), [anon_sym_decltype] = ACTIONS(115), [anon_sym_virtual] = ACTIONS(117), [anon_sym_explicit] = ACTIONS(119), [anon_sym_typename] = ACTIONS(121), [anon_sym_template] = ACTIONS(3721), [anon_sym_operator] = ACTIONS(125), [anon_sym_friend] = ACTIONS(3723), [anon_sym_using] = ACTIONS(3725), [anon_sym_concept] = ACTIONS(219), [anon_sym_requires] = ACTIONS(3695), }, [1384] = { [sym_function_definition] = STATE(543), [sym_declaration] = STATE(543), [sym__declaration_modifiers] = STATE(3697), [sym__declaration_specifiers] = STATE(4696), [sym_attribute_specifier] = STATE(3697), [sym_attribute_declaration] = STATE(3697), [sym_ms_declspec_modifier] = STATE(3697), [sym_ms_based_modifier] = STATE(7599), [sym_ms_call_modifier] = STATE(2495), [sym__declarator] = STATE(5891), [sym_parenthesized_declarator] = STATE(5671), [sym_attributed_declarator] = STATE(5671), [sym_pointer_declarator] = STATE(5671), [sym_function_declarator] = STATE(5537), [sym_array_declarator] = STATE(5671), [sym_storage_class_specifier] = STATE(3697), [sym_type_qualifier] = STATE(3697), [sym__type_specifier] = STATE(3763), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [sym__empty_declaration] = STATE(543), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym_virtual] = STATE(3697), [sym_explicit_function_specifier] = STATE(2291), [sym_dependent_type] = STATE(3695), [sym_template_declaration] = STATE(543), [sym_operator_cast] = STATE(5901), [sym__constructor_specifiers] = STATE(2291), [sym_operator_cast_definition] = STATE(543), [sym_operator_cast_declaration] = STATE(543), [sym_constructor_or_destructor_definition] = STATE(543), [sym_constructor_or_destructor_declaration] = STATE(543), [sym_friend_declaration] = STATE(543), [sym_reference_declarator] = STATE(5671), [sym_structured_binding_declarator] = STATE(5671), [sym_template_type] = STATE(3646), [sym_template_function] = STATE(5671), [sym_alias_declaration] = STATE(543), [sym_concept_definition] = STATE(543), [sym_requires_clause] = STATE(1393), [sym_destructor_name] = STATE(5671), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5160), [sym_qualified_identifier] = STATE(5671), [sym_qualified_type_identifier] = STATE(3938), [sym_qualified_operator_cast_identifier] = STATE(5901), [sym_operator_name] = STATE(5671), [aux_sym__declaration_specifiers_repeat1] = STATE(2582), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [aux_sym_operator_cast_definition_repeat1] = STATE(2291), [sym_identifier] = ACTIONS(3685), [anon_sym_LPAREN2] = ACTIONS(2560), [anon_sym_TILDE] = ACTIONS(2562), [anon_sym_STAR] = ACTIONS(2564), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(2566), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(3687), [anon_sym_LBRACK_LBRACK] = ACTIONS(1813), [anon_sym___declspec] = ACTIONS(43), [anon_sym___based] = ACTIONS(45), [anon_sym___cdecl] = ACTIONS(47), [anon_sym___clrcall] = ACTIONS(47), [anon_sym___stdcall] = ACTIONS(47), [anon_sym___fastcall] = ACTIONS(47), [anon_sym___thiscall] = ACTIONS(47), [anon_sym___vectorcall] = ACTIONS(47), [anon_sym_signed] = ACTIONS(51), [anon_sym_unsigned] = ACTIONS(51), [anon_sym_long] = ACTIONS(51), [anon_sym_short] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(2574), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(3661), [anon_sym_enum] = ACTIONS(63), [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), [anon_sym_union] = ACTIONS(69), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(113), [anon_sym_decltype] = ACTIONS(115), [anon_sym_virtual] = ACTIONS(117), [anon_sym_explicit] = ACTIONS(119), [anon_sym_typename] = ACTIONS(121), [anon_sym_template] = ACTIONS(3727), [anon_sym_operator] = ACTIONS(125), [anon_sym_friend] = ACTIONS(3729), [anon_sym_using] = ACTIONS(3731), [anon_sym_concept] = ACTIONS(291), [anon_sym_requires] = ACTIONS(3695), }, [1385] = { [sym_function_definition] = STATE(2721), [sym_declaration] = STATE(2721), [sym__declaration_modifiers] = STATE(3697), [sym__declaration_specifiers] = STATE(4618), [sym_attribute_specifier] = STATE(3697), [sym_attribute_declaration] = STATE(3697), [sym_ms_declspec_modifier] = STATE(3697), [sym_ms_based_modifier] = STATE(7599), [sym_ms_call_modifier] = STATE(2444), [sym__declarator] = STATE(5891), [sym_parenthesized_declarator] = STATE(5671), [sym_attributed_declarator] = STATE(5671), [sym_pointer_declarator] = STATE(5671), [sym_function_declarator] = STATE(5518), [sym_array_declarator] = STATE(5671), [sym_storage_class_specifier] = STATE(3697), [sym_type_qualifier] = STATE(3697), [sym__type_specifier] = STATE(3821), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [sym__empty_declaration] = STATE(2721), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym_virtual] = STATE(3697), [sym_explicit_function_specifier] = STATE(2312), [sym_dependent_type] = STATE(3695), [sym_template_declaration] = STATE(2721), [sym_operator_cast] = STATE(5938), [sym__constructor_specifiers] = STATE(2312), [sym_operator_cast_definition] = STATE(2721), [sym_operator_cast_declaration] = STATE(2721), [sym_constructor_or_destructor_definition] = STATE(2721), [sym_constructor_or_destructor_declaration] = STATE(2721), [sym_friend_declaration] = STATE(2721), [sym_reference_declarator] = STATE(5671), [sym_structured_binding_declarator] = STATE(5671), [sym_template_type] = STATE(3646), [sym_template_function] = STATE(5671), [sym_alias_declaration] = STATE(2721), [sym_concept_definition] = STATE(2721), [sym_requires_clause] = STATE(1394), [sym_destructor_name] = STATE(5671), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5160), [sym_qualified_identifier] = STATE(5671), [sym_qualified_type_identifier] = STATE(3938), [sym_qualified_operator_cast_identifier] = STATE(5938), [sym_operator_name] = STATE(5671), [aux_sym__declaration_specifiers_repeat1] = STATE(2582), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [aux_sym_operator_cast_definition_repeat1] = STATE(2312), [sym_identifier] = ACTIONS(3685), [anon_sym_LPAREN2] = ACTIONS(2560), [anon_sym_TILDE] = ACTIONS(2562), [anon_sym_STAR] = ACTIONS(2564), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(2566), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(3687), [anon_sym_LBRACK_LBRACK] = ACTIONS(1813), [anon_sym___declspec] = ACTIONS(43), [anon_sym___based] = ACTIONS(45), [anon_sym___cdecl] = ACTIONS(47), [anon_sym___clrcall] = ACTIONS(47), [anon_sym___stdcall] = ACTIONS(47), [anon_sym___fastcall] = ACTIONS(47), [anon_sym___thiscall] = ACTIONS(47), [anon_sym___vectorcall] = ACTIONS(47), [anon_sym_signed] = ACTIONS(51), [anon_sym_unsigned] = ACTIONS(51), [anon_sym_long] = ACTIONS(51), [anon_sym_short] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(2574), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(3661), [anon_sym_enum] = ACTIONS(63), [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), [anon_sym_union] = ACTIONS(69), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(113), [anon_sym_decltype] = ACTIONS(115), [anon_sym_virtual] = ACTIONS(117), [anon_sym_explicit] = ACTIONS(119), [anon_sym_typename] = ACTIONS(121), [anon_sym_template] = ACTIONS(3501), [anon_sym_operator] = ACTIONS(125), [anon_sym_friend] = ACTIONS(3503), [anon_sym_using] = ACTIONS(3733), [anon_sym_concept] = ACTIONS(3735), [anon_sym_requires] = ACTIONS(3695), }, [1386] = { [sym_function_definition] = STATE(2729), [sym_declaration] = STATE(2729), [sym__declaration_modifiers] = STATE(3697), [sym__declaration_specifiers] = STATE(4653), [sym_attribute_specifier] = STATE(3697), [sym_attribute_declaration] = STATE(3697), [sym_ms_declspec_modifier] = STATE(3697), [sym_ms_based_modifier] = STATE(7599), [sym_ms_call_modifier] = STATE(2497), [sym__declarator] = STATE(5891), [sym_parenthesized_declarator] = STATE(5671), [sym_attributed_declarator] = STATE(5671), [sym_pointer_declarator] = STATE(5671), [sym_function_declarator] = STATE(5524), [sym_array_declarator] = STATE(5671), [sym_storage_class_specifier] = STATE(3697), [sym_type_qualifier] = STATE(3697), [sym__type_specifier] = STATE(3809), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [sym__empty_declaration] = STATE(2729), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym_virtual] = STATE(3697), [sym_explicit_function_specifier] = STATE(2310), [sym_dependent_type] = STATE(3695), [sym_template_declaration] = STATE(2729), [sym_operator_cast] = STATE(5904), [sym__constructor_specifiers] = STATE(2310), [sym_operator_cast_definition] = STATE(2729), [sym_operator_cast_declaration] = STATE(2729), [sym_constructor_or_destructor_definition] = STATE(2729), [sym_constructor_or_destructor_declaration] = STATE(2729), [sym_friend_declaration] = STATE(2729), [sym_reference_declarator] = STATE(5671), [sym_structured_binding_declarator] = STATE(5671), [sym_template_type] = STATE(3646), [sym_template_function] = STATE(5671), [sym_alias_declaration] = STATE(2729), [sym_concept_definition] = STATE(2729), [sym_destructor_name] = STATE(5671), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5160), [sym_qualified_identifier] = STATE(5671), [sym_qualified_type_identifier] = STATE(3938), [sym_qualified_operator_cast_identifier] = STATE(5904), [sym_operator_name] = STATE(5671), [aux_sym__declaration_specifiers_repeat1] = STATE(2582), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [aux_sym_operator_cast_definition_repeat1] = STATE(2310), [sym_identifier] = ACTIONS(3685), [anon_sym_LPAREN2] = ACTIONS(2560), [anon_sym_TILDE] = ACTIONS(2562), [anon_sym_STAR] = ACTIONS(2564), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(2566), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(3687), [anon_sym_LBRACK_LBRACK] = ACTIONS(1813), [anon_sym___declspec] = ACTIONS(43), [anon_sym___based] = ACTIONS(45), [anon_sym___cdecl] = ACTIONS(47), [anon_sym___clrcall] = ACTIONS(47), [anon_sym___stdcall] = ACTIONS(47), [anon_sym___fastcall] = ACTIONS(47), [anon_sym___thiscall] = ACTIONS(47), [anon_sym___vectorcall] = ACTIONS(47), [anon_sym_signed] = ACTIONS(51), [anon_sym_unsigned] = ACTIONS(51), [anon_sym_long] = ACTIONS(51), [anon_sym_short] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(2574), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(3661), [anon_sym_enum] = ACTIONS(63), [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), [anon_sym_union] = ACTIONS(69), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(113), [anon_sym_decltype] = ACTIONS(115), [anon_sym_virtual] = ACTIONS(117), [anon_sym_explicit] = ACTIONS(119), [anon_sym_typename] = ACTIONS(121), [anon_sym_template] = ACTIONS(3475), [anon_sym_operator] = ACTIONS(125), [anon_sym_friend] = ACTIONS(3477), [anon_sym_using] = ACTIONS(3697), [anon_sym_concept] = ACTIONS(3699), }, [1387] = { [sym_function_definition] = STATE(1247), [sym_declaration] = STATE(1247), [sym__declaration_modifiers] = STATE(3697), [sym__declaration_specifiers] = STATE(4691), [sym_attribute_specifier] = STATE(3697), [sym_attribute_declaration] = STATE(3697), [sym_ms_declspec_modifier] = STATE(3697), [sym_ms_based_modifier] = STATE(7599), [sym_ms_call_modifier] = STATE(2504), [sym__declarator] = STATE(5891), [sym_parenthesized_declarator] = STATE(5671), [sym_attributed_declarator] = STATE(5671), [sym_pointer_declarator] = STATE(5671), [sym_function_declarator] = STATE(5521), [sym_array_declarator] = STATE(5671), [sym_storage_class_specifier] = STATE(3697), [sym_type_qualifier] = STATE(3697), [sym__type_specifier] = STATE(3788), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [sym__empty_declaration] = STATE(1247), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym_virtual] = STATE(3697), [sym_explicit_function_specifier] = STATE(2289), [sym_dependent_type] = STATE(3695), [sym_template_declaration] = STATE(1247), [sym_operator_cast] = STATE(5931), [sym__constructor_specifiers] = STATE(2289), [sym_operator_cast_definition] = STATE(1247), [sym_operator_cast_declaration] = STATE(1247), [sym_constructor_or_destructor_definition] = STATE(1247), [sym_constructor_or_destructor_declaration] = STATE(1247), [sym_friend_declaration] = STATE(1247), [sym_reference_declarator] = STATE(5671), [sym_structured_binding_declarator] = STATE(5671), [sym_template_type] = STATE(3646), [sym_template_function] = STATE(5671), [sym_alias_declaration] = STATE(1247), [sym_concept_definition] = STATE(1247), [sym_destructor_name] = STATE(5671), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5160), [sym_qualified_identifier] = STATE(5671), [sym_qualified_type_identifier] = STATE(3938), [sym_qualified_operator_cast_identifier] = STATE(5931), [sym_operator_name] = STATE(5671), [aux_sym__declaration_specifiers_repeat1] = STATE(2582), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [aux_sym_operator_cast_definition_repeat1] = STATE(2289), [sym_identifier] = ACTIONS(3685), [anon_sym_LPAREN2] = ACTIONS(2560), [anon_sym_TILDE] = ACTIONS(2562), [anon_sym_STAR] = ACTIONS(2564), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(2566), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(3687), [anon_sym_LBRACK_LBRACK] = ACTIONS(1813), [anon_sym___declspec] = ACTIONS(43), [anon_sym___based] = ACTIONS(45), [anon_sym___cdecl] = ACTIONS(47), [anon_sym___clrcall] = ACTIONS(47), [anon_sym___stdcall] = ACTIONS(47), [anon_sym___fastcall] = ACTIONS(47), [anon_sym___thiscall] = ACTIONS(47), [anon_sym___vectorcall] = ACTIONS(47), [anon_sym_signed] = ACTIONS(51), [anon_sym_unsigned] = ACTIONS(51), [anon_sym_long] = ACTIONS(51), [anon_sym_short] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(2574), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(3661), [anon_sym_enum] = ACTIONS(63), [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), [anon_sym_union] = ACTIONS(69), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(113), [anon_sym_decltype] = ACTIONS(115), [anon_sym_virtual] = ACTIONS(117), [anon_sym_explicit] = ACTIONS(119), [anon_sym_typename] = ACTIONS(121), [anon_sym_template] = ACTIONS(3705), [anon_sym_operator] = ACTIONS(125), [anon_sym_friend] = ACTIONS(3707), [anon_sym_using] = ACTIONS(3709), [anon_sym_concept] = ACTIONS(824), }, [1388] = { [sym_function_definition] = STATE(2357), [sym_declaration] = STATE(2357), [sym__declaration_modifiers] = STATE(3697), [sym__declaration_specifiers] = STATE(4628), [sym_attribute_specifier] = STATE(3697), [sym_attribute_declaration] = STATE(3697), [sym_ms_declspec_modifier] = STATE(3697), [sym_ms_based_modifier] = STATE(7599), [sym_ms_call_modifier] = STATE(2434), [sym__declarator] = STATE(5891), [sym_parenthesized_declarator] = STATE(5671), [sym_attributed_declarator] = STATE(5671), [sym_pointer_declarator] = STATE(5671), [sym_function_declarator] = STATE(5488), [sym_array_declarator] = STATE(5671), [sym_storage_class_specifier] = STATE(3697), [sym_type_qualifier] = STATE(3697), [sym__type_specifier] = STATE(3799), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [sym__empty_declaration] = STATE(2357), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym_virtual] = STATE(3697), [sym_explicit_function_specifier] = STATE(2313), [sym_dependent_type] = STATE(3695), [sym_template_declaration] = STATE(2357), [sym_operator_cast] = STATE(5912), [sym__constructor_specifiers] = STATE(2313), [sym_operator_cast_definition] = STATE(2357), [sym_operator_cast_declaration] = STATE(2357), [sym_constructor_or_destructor_definition] = STATE(2357), [sym_constructor_or_destructor_declaration] = STATE(2357), [sym_friend_declaration] = STATE(2357), [sym_reference_declarator] = STATE(5671), [sym_structured_binding_declarator] = STATE(5671), [sym_template_type] = STATE(3646), [sym_template_function] = STATE(5671), [sym_alias_declaration] = STATE(2357), [sym_concept_definition] = STATE(2357), [sym_destructor_name] = STATE(5671), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5160), [sym_qualified_identifier] = STATE(5671), [sym_qualified_type_identifier] = STATE(3938), [sym_qualified_operator_cast_identifier] = STATE(5912), [sym_operator_name] = STATE(5671), [aux_sym__declaration_specifiers_repeat1] = STATE(2582), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [aux_sym_operator_cast_definition_repeat1] = STATE(2313), [sym_identifier] = ACTIONS(3685), [anon_sym_LPAREN2] = ACTIONS(2560), [anon_sym_TILDE] = ACTIONS(2562), [anon_sym_STAR] = ACTIONS(2564), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(2566), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(3687), [anon_sym_LBRACK_LBRACK] = ACTIONS(1813), [anon_sym___declspec] = ACTIONS(43), [anon_sym___based] = ACTIONS(45), [anon_sym___cdecl] = ACTIONS(47), [anon_sym___clrcall] = ACTIONS(47), [anon_sym___stdcall] = ACTIONS(47), [anon_sym___fastcall] = ACTIONS(47), [anon_sym___thiscall] = ACTIONS(47), [anon_sym___vectorcall] = ACTIONS(47), [anon_sym_signed] = ACTIONS(51), [anon_sym_unsigned] = ACTIONS(51), [anon_sym_long] = ACTIONS(51), [anon_sym_short] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(2574), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(3661), [anon_sym_enum] = ACTIONS(63), [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), [anon_sym_union] = ACTIONS(69), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(113), [anon_sym_decltype] = ACTIONS(115), [anon_sym_virtual] = ACTIONS(117), [anon_sym_explicit] = ACTIONS(119), [anon_sym_typename] = ACTIONS(121), [anon_sym_template] = ACTIONS(2592), [anon_sym_operator] = ACTIONS(125), [anon_sym_friend] = ACTIONS(2594), [anon_sym_using] = ACTIONS(3701), [anon_sym_concept] = ACTIONS(3703), }, [1389] = { [sym_function_definition] = STATE(1343), [sym_declaration] = STATE(1343), [sym__declaration_modifiers] = STATE(3697), [sym__declaration_specifiers] = STATE(4647), [sym_attribute_specifier] = STATE(3697), [sym_attribute_declaration] = STATE(3697), [sym_ms_declspec_modifier] = STATE(3697), [sym_ms_based_modifier] = STATE(7599), [sym_ms_call_modifier] = STATE(2462), [sym__declarator] = STATE(5891), [sym_parenthesized_declarator] = STATE(5671), [sym_attributed_declarator] = STATE(5671), [sym_pointer_declarator] = STATE(5671), [sym_function_declarator] = STATE(5502), [sym_array_declarator] = STATE(5671), [sym_storage_class_specifier] = STATE(3697), [sym_type_qualifier] = STATE(3697), [sym__type_specifier] = STATE(3807), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [sym__empty_declaration] = STATE(1343), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym_virtual] = STATE(3697), [sym_explicit_function_specifier] = STATE(2290), [sym_dependent_type] = STATE(3695), [sym_template_declaration] = STATE(1343), [sym_operator_cast] = STATE(5917), [sym__constructor_specifiers] = STATE(2290), [sym_operator_cast_definition] = STATE(1343), [sym_operator_cast_declaration] = STATE(1343), [sym_constructor_or_destructor_definition] = STATE(1343), [sym_constructor_or_destructor_declaration] = STATE(1343), [sym_friend_declaration] = STATE(1343), [sym_reference_declarator] = STATE(5671), [sym_structured_binding_declarator] = STATE(5671), [sym_template_type] = STATE(3646), [sym_template_function] = STATE(5671), [sym_alias_declaration] = STATE(1343), [sym_concept_definition] = STATE(1343), [sym_destructor_name] = STATE(5671), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5160), [sym_qualified_identifier] = STATE(5671), [sym_qualified_type_identifier] = STATE(3938), [sym_qualified_operator_cast_identifier] = STATE(5917), [sym_operator_name] = STATE(5671), [aux_sym__declaration_specifiers_repeat1] = STATE(2582), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [aux_sym_operator_cast_definition_repeat1] = STATE(2290), [sym_identifier] = ACTIONS(3685), [anon_sym_LPAREN2] = ACTIONS(2560), [anon_sym_TILDE] = ACTIONS(2562), [anon_sym_STAR] = ACTIONS(2564), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(2566), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(3687), [anon_sym_LBRACK_LBRACK] = ACTIONS(1813), [anon_sym___declspec] = ACTIONS(43), [anon_sym___based] = ACTIONS(45), [anon_sym___cdecl] = ACTIONS(47), [anon_sym___clrcall] = ACTIONS(47), [anon_sym___stdcall] = ACTIONS(47), [anon_sym___fastcall] = ACTIONS(47), [anon_sym___thiscall] = ACTIONS(47), [anon_sym___vectorcall] = ACTIONS(47), [anon_sym_signed] = ACTIONS(51), [anon_sym_unsigned] = ACTIONS(51), [anon_sym_long] = ACTIONS(51), [anon_sym_short] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(2574), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(3661), [anon_sym_enum] = ACTIONS(63), [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), [anon_sym_union] = ACTIONS(69), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(113), [anon_sym_decltype] = ACTIONS(115), [anon_sym_virtual] = ACTIONS(117), [anon_sym_explicit] = ACTIONS(119), [anon_sym_typename] = ACTIONS(121), [anon_sym_template] = ACTIONS(3715), [anon_sym_operator] = ACTIONS(125), [anon_sym_friend] = ACTIONS(3717), [anon_sym_using] = ACTIONS(3719), [anon_sym_concept] = ACTIONS(139), }, [1390] = { [sym_function_definition] = STATE(811), [sym_declaration] = STATE(811), [sym__declaration_modifiers] = STATE(3697), [sym__declaration_specifiers] = STATE(4619), [sym_attribute_specifier] = STATE(3697), [sym_attribute_declaration] = STATE(3697), [sym_ms_declspec_modifier] = STATE(3697), [sym_ms_based_modifier] = STATE(7599), [sym_ms_call_modifier] = STATE(2446), [sym__declarator] = STATE(5891), [sym_parenthesized_declarator] = STATE(5671), [sym_attributed_declarator] = STATE(5671), [sym_pointer_declarator] = STATE(5671), [sym_function_declarator] = STATE(5552), [sym_array_declarator] = STATE(5671), [sym_storage_class_specifier] = STATE(3697), [sym_type_qualifier] = STATE(3697), [sym__type_specifier] = STATE(3765), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [sym__empty_declaration] = STATE(811), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym_virtual] = STATE(3697), [sym_explicit_function_specifier] = STATE(2303), [sym_dependent_type] = STATE(3695), [sym_template_declaration] = STATE(811), [sym_operator_cast] = STATE(5918), [sym__constructor_specifiers] = STATE(2303), [sym_operator_cast_definition] = STATE(811), [sym_operator_cast_declaration] = STATE(811), [sym_constructor_or_destructor_definition] = STATE(811), [sym_constructor_or_destructor_declaration] = STATE(811), [sym_friend_declaration] = STATE(811), [sym_reference_declarator] = STATE(5671), [sym_structured_binding_declarator] = STATE(5671), [sym_template_type] = STATE(3646), [sym_template_function] = STATE(5671), [sym_alias_declaration] = STATE(811), [sym_concept_definition] = STATE(811), [sym_destructor_name] = STATE(5671), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5160), [sym_qualified_identifier] = STATE(5671), [sym_qualified_type_identifier] = STATE(3938), [sym_qualified_operator_cast_identifier] = STATE(5918), [sym_operator_name] = STATE(5671), [aux_sym__declaration_specifiers_repeat1] = STATE(2582), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [aux_sym_operator_cast_definition_repeat1] = STATE(2303), [sym_identifier] = ACTIONS(3685), [anon_sym_LPAREN2] = ACTIONS(2560), [anon_sym_TILDE] = ACTIONS(2562), [anon_sym_STAR] = ACTIONS(2564), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(2566), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(3687), [anon_sym_LBRACK_LBRACK] = ACTIONS(1813), [anon_sym___declspec] = ACTIONS(43), [anon_sym___based] = ACTIONS(45), [anon_sym___cdecl] = ACTIONS(47), [anon_sym___clrcall] = ACTIONS(47), [anon_sym___stdcall] = ACTIONS(47), [anon_sym___fastcall] = ACTIONS(47), [anon_sym___thiscall] = ACTIONS(47), [anon_sym___vectorcall] = ACTIONS(47), [anon_sym_signed] = ACTIONS(51), [anon_sym_unsigned] = ACTIONS(51), [anon_sym_long] = ACTIONS(51), [anon_sym_short] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(2574), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(3661), [anon_sym_enum] = ACTIONS(63), [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), [anon_sym_union] = ACTIONS(69), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(113), [anon_sym_decltype] = ACTIONS(115), [anon_sym_virtual] = ACTIONS(117), [anon_sym_explicit] = ACTIONS(119), [anon_sym_typename] = ACTIONS(121), [anon_sym_template] = ACTIONS(3689), [anon_sym_operator] = ACTIONS(125), [anon_sym_friend] = ACTIONS(3691), [anon_sym_using] = ACTIONS(3693), [anon_sym_concept] = ACTIONS(389), }, [1391] = { [sym_function_definition] = STATE(1194), [sym_declaration] = STATE(1194), [sym__declaration_modifiers] = STATE(3697), [sym__declaration_specifiers] = STATE(4633), [sym_attribute_specifier] = STATE(3697), [sym_attribute_declaration] = STATE(3697), [sym_ms_declspec_modifier] = STATE(3697), [sym_ms_based_modifier] = STATE(7599), [sym_ms_call_modifier] = STATE(2472), [sym__declarator] = STATE(5891), [sym_parenthesized_declarator] = STATE(5671), [sym_attributed_declarator] = STATE(5671), [sym_pointer_declarator] = STATE(5671), [sym_function_declarator] = STATE(5551), [sym_array_declarator] = STATE(5671), [sym_storage_class_specifier] = STATE(3697), [sym_type_qualifier] = STATE(3697), [sym__type_specifier] = STATE(3760), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [sym__empty_declaration] = STATE(1194), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym_virtual] = STATE(3697), [sym_explicit_function_specifier] = STATE(2307), [sym_dependent_type] = STATE(3695), [sym_template_declaration] = STATE(1194), [sym_operator_cast] = STATE(5924), [sym__constructor_specifiers] = STATE(2307), [sym_operator_cast_definition] = STATE(1194), [sym_operator_cast_declaration] = STATE(1194), [sym_constructor_or_destructor_definition] = STATE(1194), [sym_constructor_or_destructor_declaration] = STATE(1194), [sym_friend_declaration] = STATE(1194), [sym_reference_declarator] = STATE(5671), [sym_structured_binding_declarator] = STATE(5671), [sym_template_type] = STATE(3646), [sym_template_function] = STATE(5671), [sym_alias_declaration] = STATE(1194), [sym_concept_definition] = STATE(1194), [sym_destructor_name] = STATE(5671), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5160), [sym_qualified_identifier] = STATE(5671), [sym_qualified_type_identifier] = STATE(3938), [sym_qualified_operator_cast_identifier] = STATE(5924), [sym_operator_name] = STATE(5671), [aux_sym__declaration_specifiers_repeat1] = STATE(2582), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [aux_sym_operator_cast_definition_repeat1] = STATE(2307), [sym_identifier] = ACTIONS(3685), [anon_sym_LPAREN2] = ACTIONS(2560), [anon_sym_TILDE] = ACTIONS(2562), [anon_sym_STAR] = ACTIONS(2564), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(2566), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(3687), [anon_sym_LBRACK_LBRACK] = ACTIONS(1813), [anon_sym___declspec] = ACTIONS(43), [anon_sym___based] = ACTIONS(45), [anon_sym___cdecl] = ACTIONS(47), [anon_sym___clrcall] = ACTIONS(47), [anon_sym___stdcall] = ACTIONS(47), [anon_sym___fastcall] = ACTIONS(47), [anon_sym___thiscall] = ACTIONS(47), [anon_sym___vectorcall] = ACTIONS(47), [anon_sym_signed] = ACTIONS(51), [anon_sym_unsigned] = ACTIONS(51), [anon_sym_long] = ACTIONS(51), [anon_sym_short] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(2574), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(3661), [anon_sym_enum] = ACTIONS(63), [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), [anon_sym_union] = ACTIONS(69), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(113), [anon_sym_decltype] = ACTIONS(115), [anon_sym_virtual] = ACTIONS(117), [anon_sym_explicit] = ACTIONS(119), [anon_sym_typename] = ACTIONS(121), [anon_sym_template] = ACTIONS(3721), [anon_sym_operator] = ACTIONS(125), [anon_sym_friend] = ACTIONS(3723), [anon_sym_using] = ACTIONS(3725), [anon_sym_concept] = ACTIONS(219), }, [1392] = { [sym_function_definition] = STATE(2447), [sym_declaration] = STATE(2447), [sym__declaration_modifiers] = STATE(3697), [sym__declaration_specifiers] = STATE(4649), [sym_attribute_specifier] = STATE(3697), [sym_attribute_declaration] = STATE(3697), [sym_ms_declspec_modifier] = STATE(3697), [sym_ms_based_modifier] = STATE(7599), [sym_ms_call_modifier] = STATE(2437), [sym__declarator] = STATE(5891), [sym_parenthesized_declarator] = STATE(5671), [sym_attributed_declarator] = STATE(5671), [sym_pointer_declarator] = STATE(5671), [sym_function_declarator] = STATE(5478), [sym_array_declarator] = STATE(5671), [sym_storage_class_specifier] = STATE(3697), [sym_type_qualifier] = STATE(3697), [sym__type_specifier] = STATE(3800), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [sym__empty_declaration] = STATE(2447), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym_virtual] = STATE(3697), [sym_explicit_function_specifier] = STATE(2308), [sym_dependent_type] = STATE(3695), [sym_template_declaration] = STATE(2447), [sym_operator_cast] = STATE(5915), [sym__constructor_specifiers] = STATE(2308), [sym_operator_cast_definition] = STATE(2447), [sym_operator_cast_declaration] = STATE(2447), [sym_constructor_or_destructor_definition] = STATE(2447), [sym_constructor_or_destructor_declaration] = STATE(2447), [sym_friend_declaration] = STATE(2447), [sym_reference_declarator] = STATE(5671), [sym_structured_binding_declarator] = STATE(5671), [sym_template_type] = STATE(3646), [sym_template_function] = STATE(5671), [sym_alias_declaration] = STATE(2447), [sym_concept_definition] = STATE(2447), [sym_destructor_name] = STATE(5671), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5160), [sym_qualified_identifier] = STATE(5671), [sym_qualified_type_identifier] = STATE(3938), [sym_qualified_operator_cast_identifier] = STATE(5915), [sym_operator_name] = STATE(5671), [aux_sym__declaration_specifiers_repeat1] = STATE(2582), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [aux_sym_operator_cast_definition_repeat1] = STATE(2308), [sym_identifier] = ACTIONS(3685), [anon_sym_LPAREN2] = ACTIONS(2560), [anon_sym_TILDE] = ACTIONS(2562), [anon_sym_STAR] = ACTIONS(2564), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(2566), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(3687), [anon_sym_LBRACK_LBRACK] = ACTIONS(1813), [anon_sym___declspec] = ACTIONS(43), [anon_sym___based] = ACTIONS(45), [anon_sym___cdecl] = ACTIONS(47), [anon_sym___clrcall] = ACTIONS(47), [anon_sym___stdcall] = ACTIONS(47), [anon_sym___fastcall] = ACTIONS(47), [anon_sym___thiscall] = ACTIONS(47), [anon_sym___vectorcall] = ACTIONS(47), [anon_sym_signed] = ACTIONS(51), [anon_sym_unsigned] = ACTIONS(51), [anon_sym_long] = ACTIONS(51), [anon_sym_short] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(2574), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(3661), [anon_sym_enum] = ACTIONS(63), [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), [anon_sym_union] = ACTIONS(69), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(113), [anon_sym_decltype] = ACTIONS(115), [anon_sym_virtual] = ACTIONS(117), [anon_sym_explicit] = ACTIONS(119), [anon_sym_typename] = ACTIONS(121), [anon_sym_template] = ACTIONS(2745), [anon_sym_operator] = ACTIONS(125), [anon_sym_friend] = ACTIONS(2747), [anon_sym_using] = ACTIONS(3711), [anon_sym_concept] = ACTIONS(3713), }, [1393] = { [sym_function_definition] = STATE(550), [sym_declaration] = STATE(550), [sym__declaration_modifiers] = STATE(3697), [sym__declaration_specifiers] = STATE(4696), [sym_attribute_specifier] = STATE(3697), [sym_attribute_declaration] = STATE(3697), [sym_ms_declspec_modifier] = STATE(3697), [sym_ms_based_modifier] = STATE(7599), [sym_ms_call_modifier] = STATE(2495), [sym__declarator] = STATE(5891), [sym_parenthesized_declarator] = STATE(5671), [sym_attributed_declarator] = STATE(5671), [sym_pointer_declarator] = STATE(5671), [sym_function_declarator] = STATE(5537), [sym_array_declarator] = STATE(5671), [sym_storage_class_specifier] = STATE(3697), [sym_type_qualifier] = STATE(3697), [sym__type_specifier] = STATE(3763), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [sym__empty_declaration] = STATE(550), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym_virtual] = STATE(3697), [sym_explicit_function_specifier] = STATE(2291), [sym_dependent_type] = STATE(3695), [sym_template_declaration] = STATE(550), [sym_operator_cast] = STATE(5901), [sym__constructor_specifiers] = STATE(2291), [sym_operator_cast_definition] = STATE(550), [sym_operator_cast_declaration] = STATE(550), [sym_constructor_or_destructor_definition] = STATE(550), [sym_constructor_or_destructor_declaration] = STATE(550), [sym_friend_declaration] = STATE(550), [sym_reference_declarator] = STATE(5671), [sym_structured_binding_declarator] = STATE(5671), [sym_template_type] = STATE(3646), [sym_template_function] = STATE(5671), [sym_alias_declaration] = STATE(550), [sym_concept_definition] = STATE(550), [sym_destructor_name] = STATE(5671), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5160), [sym_qualified_identifier] = STATE(5671), [sym_qualified_type_identifier] = STATE(3938), [sym_qualified_operator_cast_identifier] = STATE(5901), [sym_operator_name] = STATE(5671), [aux_sym__declaration_specifiers_repeat1] = STATE(2582), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [aux_sym_operator_cast_definition_repeat1] = STATE(2291), [sym_identifier] = ACTIONS(3685), [anon_sym_LPAREN2] = ACTIONS(2560), [anon_sym_TILDE] = ACTIONS(2562), [anon_sym_STAR] = ACTIONS(2564), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(2566), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(3687), [anon_sym_LBRACK_LBRACK] = ACTIONS(1813), [anon_sym___declspec] = ACTIONS(43), [anon_sym___based] = ACTIONS(45), [anon_sym___cdecl] = ACTIONS(47), [anon_sym___clrcall] = ACTIONS(47), [anon_sym___stdcall] = ACTIONS(47), [anon_sym___fastcall] = ACTIONS(47), [anon_sym___thiscall] = ACTIONS(47), [anon_sym___vectorcall] = ACTIONS(47), [anon_sym_signed] = ACTIONS(51), [anon_sym_unsigned] = ACTIONS(51), [anon_sym_long] = ACTIONS(51), [anon_sym_short] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(2574), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(3661), [anon_sym_enum] = ACTIONS(63), [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), [anon_sym_union] = ACTIONS(69), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(113), [anon_sym_decltype] = ACTIONS(115), [anon_sym_virtual] = ACTIONS(117), [anon_sym_explicit] = ACTIONS(119), [anon_sym_typename] = ACTIONS(121), [anon_sym_template] = ACTIONS(3727), [anon_sym_operator] = ACTIONS(125), [anon_sym_friend] = ACTIONS(3729), [anon_sym_using] = ACTIONS(3731), [anon_sym_concept] = ACTIONS(291), }, [1394] = { [sym_function_definition] = STATE(2709), [sym_declaration] = STATE(2709), [sym__declaration_modifiers] = STATE(3697), [sym__declaration_specifiers] = STATE(4618), [sym_attribute_specifier] = STATE(3697), [sym_attribute_declaration] = STATE(3697), [sym_ms_declspec_modifier] = STATE(3697), [sym_ms_based_modifier] = STATE(7599), [sym_ms_call_modifier] = STATE(2444), [sym__declarator] = STATE(5891), [sym_parenthesized_declarator] = STATE(5671), [sym_attributed_declarator] = STATE(5671), [sym_pointer_declarator] = STATE(5671), [sym_function_declarator] = STATE(5518), [sym_array_declarator] = STATE(5671), [sym_storage_class_specifier] = STATE(3697), [sym_type_qualifier] = STATE(3697), [sym__type_specifier] = STATE(3821), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [sym__empty_declaration] = STATE(2709), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym_virtual] = STATE(3697), [sym_explicit_function_specifier] = STATE(2312), [sym_dependent_type] = STATE(3695), [sym_template_declaration] = STATE(2709), [sym_operator_cast] = STATE(5938), [sym__constructor_specifiers] = STATE(2312), [sym_operator_cast_definition] = STATE(2709), [sym_operator_cast_declaration] = STATE(2709), [sym_constructor_or_destructor_definition] = STATE(2709), [sym_constructor_or_destructor_declaration] = STATE(2709), [sym_friend_declaration] = STATE(2709), [sym_reference_declarator] = STATE(5671), [sym_structured_binding_declarator] = STATE(5671), [sym_template_type] = STATE(3646), [sym_template_function] = STATE(5671), [sym_alias_declaration] = STATE(2709), [sym_concept_definition] = STATE(2709), [sym_destructor_name] = STATE(5671), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5160), [sym_qualified_identifier] = STATE(5671), [sym_qualified_type_identifier] = STATE(3938), [sym_qualified_operator_cast_identifier] = STATE(5938), [sym_operator_name] = STATE(5671), [aux_sym__declaration_specifiers_repeat1] = STATE(2582), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [aux_sym_operator_cast_definition_repeat1] = STATE(2312), [sym_identifier] = ACTIONS(3685), [anon_sym_LPAREN2] = ACTIONS(2560), [anon_sym_TILDE] = ACTIONS(2562), [anon_sym_STAR] = ACTIONS(2564), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(2566), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(3687), [anon_sym_LBRACK_LBRACK] = ACTIONS(1813), [anon_sym___declspec] = ACTIONS(43), [anon_sym___based] = ACTIONS(45), [anon_sym___cdecl] = ACTIONS(47), [anon_sym___clrcall] = ACTIONS(47), [anon_sym___stdcall] = ACTIONS(47), [anon_sym___fastcall] = ACTIONS(47), [anon_sym___thiscall] = ACTIONS(47), [anon_sym___vectorcall] = ACTIONS(47), [anon_sym_signed] = ACTIONS(51), [anon_sym_unsigned] = ACTIONS(51), [anon_sym_long] = ACTIONS(51), [anon_sym_short] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(2574), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(3661), [anon_sym_enum] = ACTIONS(63), [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), [anon_sym_union] = ACTIONS(69), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(113), [anon_sym_decltype] = ACTIONS(115), [anon_sym_virtual] = ACTIONS(117), [anon_sym_explicit] = ACTIONS(119), [anon_sym_typename] = ACTIONS(121), [anon_sym_template] = ACTIONS(3501), [anon_sym_operator] = ACTIONS(125), [anon_sym_friend] = ACTIONS(3503), [anon_sym_using] = ACTIONS(3733), [anon_sym_concept] = ACTIONS(3735), }, [1395] = { [sym_type_qualifier] = STATE(2377), [sym__expression] = STATE(4424), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3525), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3525), [sym_call_expression] = STATE(3525), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3525), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3525), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3525), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_type_definition_repeat1] = STATE(2377), [sym_identifier] = ACTIONS(3607), [anon_sym_LPAREN2] = ACTIONS(3609), [anon_sym_BANG] = ACTIONS(3613), [anon_sym_TILDE] = ACTIONS(3613), [anon_sym_DASH] = ACTIONS(3611), [anon_sym_PLUS] = ACTIONS(3611), [anon_sym_STAR] = ACTIONS(3737), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(3615), [anon_sym_LBRACK] = ACTIONS(1949), [anon_sym_RBRACK] = ACTIONS(3739), [anon_sym_const] = ACTIONS(3741), [anon_sym_constexpr] = ACTIONS(3741), [anon_sym_volatile] = ACTIONS(3741), [anon_sym_restrict] = ACTIONS(3741), [anon_sym___restrict__] = ACTIONS(3741), [anon_sym__Atomic] = ACTIONS(3741), [anon_sym__Noreturn] = ACTIONS(3741), [anon_sym_noreturn] = ACTIONS(3741), [anon_sym_mutable] = ACTIONS(3741), [anon_sym_constinit] = ACTIONS(3741), [anon_sym_consteval] = ACTIONS(3741), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(3611), [anon_sym_compl] = ACTIONS(3611), [anon_sym_DASH_DASH] = ACTIONS(3617), [anon_sym_PLUS_PLUS] = ACTIONS(3617), [anon_sym_sizeof] = ACTIONS(3619), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(3621), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(3623), [anon_sym_new] = ACTIONS(3625), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1396] = { [sym_ms_based_modifier] = STATE(7599), [sym__declarator] = STATE(5656), [sym_parenthesized_declarator] = STATE(5671), [sym_attributed_declarator] = STATE(5671), [sym_pointer_declarator] = STATE(5671), [sym_function_declarator] = STATE(5671), [sym_array_declarator] = STATE(5671), [sym__expression] = STATE(3158), [sym__expression_not_binary] = STATE(3295), [sym_conditional_expression] = STATE(3295), [sym_assignment_expression] = STATE(3295), [sym_pointer_expression] = STATE(3295), [sym_unary_expression] = STATE(3295), [sym_binary_expression] = STATE(3295), [sym_update_expression] = STATE(3295), [sym_cast_expression] = STATE(3295), [sym_sizeof_expression] = STATE(3295), [sym_offsetof_expression] = STATE(3295), [sym_generic_expression] = STATE(3295), [sym_subscript_expression] = STATE(3295), [sym_call_expression] = STATE(3295), [sym_gnu_asm_expression] = STATE(3295), [sym_field_expression] = STATE(3295), [sym_compound_literal_expression] = STATE(3295), [sym_parenthesized_expression] = STATE(3295), [sym_char_literal] = STATE(3192), [sym_concatenated_string] = STATE(3192), [sym_string_literal] = STATE(2207), [sym_null] = STATE(3295), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6682), [sym_reference_declarator] = STATE(5671), [sym_structured_binding_declarator] = STATE(5671), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3193), [sym_raw_string_literal] = STATE(2207), [sym_co_await_expression] = STATE(3295), [sym_new_expression] = STATE(3295), [sym_delete_expression] = STATE(3295), [sym_requires_clause] = STATE(3295), [sym_requires_expression] = STATE(3295), [sym_lambda_expression] = STATE(3295), [sym_lambda_capture_specifier] = STATE(5166), [sym_fold_expression] = STATE(3295), [sym_parameter_pack_expansion] = STATE(3295), [sym_destructor_name] = STATE(5671), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5272), [sym_qualified_identifier] = STATE(3194), [sym_qualified_type_identifier] = STATE(6682), [sym_operator_name] = STATE(5671), [sym_user_defined_literal] = STATE(3295), [sym_identifier] = ACTIONS(2721), [anon_sym_LPAREN2] = ACTIONS(2723), [anon_sym_BANG] = ACTIONS(1991), [anon_sym_TILDE] = ACTIONS(2725), [anon_sym_DASH] = ACTIONS(1989), [anon_sym_PLUS] = ACTIONS(1989), [anon_sym_STAR] = ACTIONS(1907), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(1909), [anon_sym_COLON_COLON] = ACTIONS(1995), [anon_sym___based] = ACTIONS(45), [anon_sym_LBRACK] = ACTIONS(1913), [sym_primitive_type] = ACTIONS(1999), [anon_sym_not] = ACTIONS(1989), [anon_sym_compl] = ACTIONS(1989), [anon_sym_DASH_DASH] = ACTIONS(2001), [anon_sym_PLUS_PLUS] = ACTIONS(2001), [anon_sym_sizeof] = ACTIONS(2003), [anon_sym_offsetof] = ACTIONS(2005), [anon_sym__Generic] = ACTIONS(2007), [anon_sym_asm] = ACTIONS(2009), [anon_sym___asm__] = ACTIONS(2009), [sym_number_literal] = ACTIONS(2011), [anon_sym_L_SQUOTE] = ACTIONS(2013), [anon_sym_u_SQUOTE] = ACTIONS(2013), [anon_sym_U_SQUOTE] = ACTIONS(2013), [anon_sym_u8_SQUOTE] = ACTIONS(2013), [anon_sym_SQUOTE] = ACTIONS(2013), [anon_sym_L_DQUOTE] = ACTIONS(2015), [anon_sym_u_DQUOTE] = ACTIONS(2015), [anon_sym_U_DQUOTE] = ACTIONS(2015), [anon_sym_u8_DQUOTE] = ACTIONS(2015), [anon_sym_DQUOTE] = ACTIONS(2015), [sym_true] = ACTIONS(2017), [sym_false] = ACTIONS(2017), [anon_sym_NULL] = ACTIONS(2019), [anon_sym_nullptr] = ACTIONS(2019), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_operator] = ACTIONS(1931), [anon_sym_delete] = ACTIONS(2021), [anon_sym_R_DQUOTE] = ACTIONS(2023), [anon_sym_LR_DQUOTE] = ACTIONS(2023), [anon_sym_uR_DQUOTE] = ACTIONS(2023), [anon_sym_UR_DQUOTE] = ACTIONS(2023), [anon_sym_u8R_DQUOTE] = ACTIONS(2023), [anon_sym_co_await] = ACTIONS(2025), [anon_sym_new] = ACTIONS(2027), [anon_sym_requires] = ACTIONS(2029), [sym_this] = ACTIONS(2017), }, [1397] = { [sym_type_qualifier] = STATE(1411), [sym__expression] = STATE(4431), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3525), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3525), [sym_call_expression] = STATE(3525), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3525), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3525), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3525), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_type_definition_repeat1] = STATE(1411), [sym_identifier] = ACTIONS(3607), [anon_sym_LPAREN2] = ACTIONS(3609), [anon_sym_BANG] = ACTIONS(3613), [anon_sym_TILDE] = ACTIONS(3613), [anon_sym_DASH] = ACTIONS(3611), [anon_sym_PLUS] = ACTIONS(3611), [anon_sym_STAR] = ACTIONS(3743), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(3615), [anon_sym_LBRACK] = ACTIONS(1949), [anon_sym_RBRACK] = ACTIONS(3745), [anon_sym_const] = ACTIONS(3741), [anon_sym_constexpr] = ACTIONS(3741), [anon_sym_volatile] = ACTIONS(3741), [anon_sym_restrict] = ACTIONS(3741), [anon_sym___restrict__] = ACTIONS(3741), [anon_sym__Atomic] = ACTIONS(3741), [anon_sym__Noreturn] = ACTIONS(3741), [anon_sym_noreturn] = ACTIONS(3741), [anon_sym_mutable] = ACTIONS(3741), [anon_sym_constinit] = ACTIONS(3741), [anon_sym_consteval] = ACTIONS(3741), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(3611), [anon_sym_compl] = ACTIONS(3611), [anon_sym_DASH_DASH] = ACTIONS(3617), [anon_sym_PLUS_PLUS] = ACTIONS(3617), [anon_sym_sizeof] = ACTIONS(3619), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(3621), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(3623), [anon_sym_new] = ACTIONS(3625), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1398] = { [sym_type_qualifier] = STATE(2377), [sym__expression] = STATE(4434), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3525), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3525), [sym_call_expression] = STATE(3525), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3525), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3525), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3525), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_type_definition_repeat1] = STATE(2377), [sym_identifier] = ACTIONS(3607), [anon_sym_LPAREN2] = ACTIONS(3609), [anon_sym_BANG] = ACTIONS(3613), [anon_sym_TILDE] = ACTIONS(3613), [anon_sym_DASH] = ACTIONS(3611), [anon_sym_PLUS] = ACTIONS(3611), [anon_sym_STAR] = ACTIONS(3747), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(3615), [anon_sym_LBRACK] = ACTIONS(1949), [anon_sym_RBRACK] = ACTIONS(3749), [anon_sym_const] = ACTIONS(3741), [anon_sym_constexpr] = ACTIONS(3741), [anon_sym_volatile] = ACTIONS(3741), [anon_sym_restrict] = ACTIONS(3741), [anon_sym___restrict__] = ACTIONS(3741), [anon_sym__Atomic] = ACTIONS(3741), [anon_sym__Noreturn] = ACTIONS(3741), [anon_sym_noreturn] = ACTIONS(3741), [anon_sym_mutable] = ACTIONS(3741), [anon_sym_constinit] = ACTIONS(3741), [anon_sym_consteval] = ACTIONS(3741), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(3611), [anon_sym_compl] = ACTIONS(3611), [anon_sym_DASH_DASH] = ACTIONS(3617), [anon_sym_PLUS_PLUS] = ACTIONS(3617), [anon_sym_sizeof] = ACTIONS(3619), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(3621), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(3623), [anon_sym_new] = ACTIONS(3625), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1399] = { [sym_type_qualifier] = STATE(2377), [sym__expression] = STATE(4481), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3525), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3525), [sym_call_expression] = STATE(3525), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3525), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3525), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3525), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_type_definition_repeat1] = STATE(2377), [sym_identifier] = ACTIONS(3607), [anon_sym_LPAREN2] = ACTIONS(3609), [anon_sym_BANG] = ACTIONS(3613), [anon_sym_TILDE] = ACTIONS(3613), [anon_sym_DASH] = ACTIONS(3611), [anon_sym_PLUS] = ACTIONS(3611), [anon_sym_STAR] = ACTIONS(3751), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(3615), [anon_sym_LBRACK] = ACTIONS(1949), [anon_sym_RBRACK] = ACTIONS(3753), [anon_sym_const] = ACTIONS(3741), [anon_sym_constexpr] = ACTIONS(3741), [anon_sym_volatile] = ACTIONS(3741), [anon_sym_restrict] = ACTIONS(3741), [anon_sym___restrict__] = ACTIONS(3741), [anon_sym__Atomic] = ACTIONS(3741), [anon_sym__Noreturn] = ACTIONS(3741), [anon_sym_noreturn] = ACTIONS(3741), [anon_sym_mutable] = ACTIONS(3741), [anon_sym_constinit] = ACTIONS(3741), [anon_sym_consteval] = ACTIONS(3741), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(3611), [anon_sym_compl] = ACTIONS(3611), [anon_sym_DASH_DASH] = ACTIONS(3617), [anon_sym_PLUS_PLUS] = ACTIONS(3617), [anon_sym_sizeof] = ACTIONS(3619), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(3621), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(3623), [anon_sym_new] = ACTIONS(3625), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1400] = { [sym_type_qualifier] = STATE(1410), [sym__expression] = STATE(4319), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3525), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3525), [sym_call_expression] = STATE(3525), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3525), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3525), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3525), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_type_definition_repeat1] = STATE(1410), [sym_identifier] = ACTIONS(3607), [anon_sym_LPAREN2] = ACTIONS(3609), [anon_sym_BANG] = ACTIONS(3613), [anon_sym_TILDE] = ACTIONS(3613), [anon_sym_DASH] = ACTIONS(3611), [anon_sym_PLUS] = ACTIONS(3611), [anon_sym_STAR] = ACTIONS(3755), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(3615), [anon_sym_LBRACK] = ACTIONS(1949), [anon_sym_RBRACK] = ACTIONS(3757), [anon_sym_const] = ACTIONS(3741), [anon_sym_constexpr] = ACTIONS(3741), [anon_sym_volatile] = ACTIONS(3741), [anon_sym_restrict] = ACTIONS(3741), [anon_sym___restrict__] = ACTIONS(3741), [anon_sym__Atomic] = ACTIONS(3741), [anon_sym__Noreturn] = ACTIONS(3741), [anon_sym_noreturn] = ACTIONS(3741), [anon_sym_mutable] = ACTIONS(3741), [anon_sym_constinit] = ACTIONS(3741), [anon_sym_consteval] = ACTIONS(3741), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(3611), [anon_sym_compl] = ACTIONS(3611), [anon_sym_DASH_DASH] = ACTIONS(3617), [anon_sym_PLUS_PLUS] = ACTIONS(3617), [anon_sym_sizeof] = ACTIONS(3619), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(3621), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(3623), [anon_sym_new] = ACTIONS(3625), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1401] = { [sym_type_qualifier] = STATE(2377), [sym__expression] = STATE(4505), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3525), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3525), [sym_call_expression] = STATE(3525), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3525), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3525), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3525), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_type_definition_repeat1] = STATE(2377), [sym_identifier] = ACTIONS(3607), [anon_sym_LPAREN2] = ACTIONS(3609), [anon_sym_BANG] = ACTIONS(3613), [anon_sym_TILDE] = ACTIONS(3613), [anon_sym_DASH] = ACTIONS(3611), [anon_sym_PLUS] = ACTIONS(3611), [anon_sym_STAR] = ACTIONS(3759), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(3615), [anon_sym_LBRACK] = ACTIONS(1949), [anon_sym_RBRACK] = ACTIONS(3761), [anon_sym_const] = ACTIONS(3741), [anon_sym_constexpr] = ACTIONS(3741), [anon_sym_volatile] = ACTIONS(3741), [anon_sym_restrict] = ACTIONS(3741), [anon_sym___restrict__] = ACTIONS(3741), [anon_sym__Atomic] = ACTIONS(3741), [anon_sym__Noreturn] = ACTIONS(3741), [anon_sym_noreturn] = ACTIONS(3741), [anon_sym_mutable] = ACTIONS(3741), [anon_sym_constinit] = ACTIONS(3741), [anon_sym_consteval] = ACTIONS(3741), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(3611), [anon_sym_compl] = ACTIONS(3611), [anon_sym_DASH_DASH] = ACTIONS(3617), [anon_sym_PLUS_PLUS] = ACTIONS(3617), [anon_sym_sizeof] = ACTIONS(3619), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(3621), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(3623), [anon_sym_new] = ACTIONS(3625), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1402] = { [sym_type_qualifier] = STATE(2377), [sym__expression] = STATE(4361), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3525), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3525), [sym_call_expression] = STATE(3525), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3525), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3525), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3525), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_type_definition_repeat1] = STATE(2377), [sym_identifier] = ACTIONS(3607), [anon_sym_LPAREN2] = ACTIONS(3609), [anon_sym_BANG] = ACTIONS(3613), [anon_sym_TILDE] = ACTIONS(3613), [anon_sym_DASH] = ACTIONS(3611), [anon_sym_PLUS] = ACTIONS(3611), [anon_sym_STAR] = ACTIONS(3763), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(3615), [anon_sym_LBRACK] = ACTIONS(1949), [anon_sym_RBRACK] = ACTIONS(3765), [anon_sym_const] = ACTIONS(3741), [anon_sym_constexpr] = ACTIONS(3741), [anon_sym_volatile] = ACTIONS(3741), [anon_sym_restrict] = ACTIONS(3741), [anon_sym___restrict__] = ACTIONS(3741), [anon_sym__Atomic] = ACTIONS(3741), [anon_sym__Noreturn] = ACTIONS(3741), [anon_sym_noreturn] = ACTIONS(3741), [anon_sym_mutable] = ACTIONS(3741), [anon_sym_constinit] = ACTIONS(3741), [anon_sym_consteval] = ACTIONS(3741), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(3611), [anon_sym_compl] = ACTIONS(3611), [anon_sym_DASH_DASH] = ACTIONS(3617), [anon_sym_PLUS_PLUS] = ACTIONS(3617), [anon_sym_sizeof] = ACTIONS(3619), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(3621), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(3623), [anon_sym_new] = ACTIONS(3625), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1403] = { [sym_type_qualifier] = STATE(1402), [sym__expression] = STATE(4471), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3525), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3525), [sym_call_expression] = STATE(3525), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3525), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3525), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3525), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_type_definition_repeat1] = STATE(1402), [sym_identifier] = ACTIONS(3607), [anon_sym_LPAREN2] = ACTIONS(3609), [anon_sym_BANG] = ACTIONS(3613), [anon_sym_TILDE] = ACTIONS(3613), [anon_sym_DASH] = ACTIONS(3611), [anon_sym_PLUS] = ACTIONS(3611), [anon_sym_STAR] = ACTIONS(3767), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(3615), [anon_sym_LBRACK] = ACTIONS(1949), [anon_sym_RBRACK] = ACTIONS(3769), [anon_sym_const] = ACTIONS(3741), [anon_sym_constexpr] = ACTIONS(3741), [anon_sym_volatile] = ACTIONS(3741), [anon_sym_restrict] = ACTIONS(3741), [anon_sym___restrict__] = ACTIONS(3741), [anon_sym__Atomic] = ACTIONS(3741), [anon_sym__Noreturn] = ACTIONS(3741), [anon_sym_noreturn] = ACTIONS(3741), [anon_sym_mutable] = ACTIONS(3741), [anon_sym_constinit] = ACTIONS(3741), [anon_sym_consteval] = ACTIONS(3741), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(3611), [anon_sym_compl] = ACTIONS(3611), [anon_sym_DASH_DASH] = ACTIONS(3617), [anon_sym_PLUS_PLUS] = ACTIONS(3617), [anon_sym_sizeof] = ACTIONS(3619), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(3621), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(3623), [anon_sym_new] = ACTIONS(3625), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1404] = { [sym_identifier] = ACTIONS(3771), [anon_sym_COMMA] = ACTIONS(3773), [anon_sym_RPAREN] = ACTIONS(3773), [anon_sym_LPAREN2] = ACTIONS(3773), [anon_sym_BANG] = ACTIONS(3773), [anon_sym_TILDE] = ACTIONS(3773), [anon_sym_DASH] = ACTIONS(3771), [anon_sym_PLUS] = ACTIONS(3771), [anon_sym_STAR] = ACTIONS(3773), [anon_sym_AMP_AMP] = ACTIONS(3773), [anon_sym_AMP] = ACTIONS(3771), [anon_sym_SEMI] = ACTIONS(3773), [anon_sym_extern] = ACTIONS(3771), [anon_sym___attribute__] = ACTIONS(3771), [anon_sym_COLON_COLON] = ACTIONS(3773), [anon_sym_LBRACK_LBRACK] = ACTIONS(3773), [anon_sym___declspec] = ACTIONS(3771), [anon_sym___based] = ACTIONS(3771), [anon_sym_LBRACE] = ACTIONS(3773), [anon_sym_signed] = ACTIONS(3771), [anon_sym_unsigned] = ACTIONS(3771), [anon_sym_long] = ACTIONS(3771), [anon_sym_short] = ACTIONS(3771), [anon_sym_LBRACK] = ACTIONS(3771), [anon_sym_EQ] = ACTIONS(3773), [anon_sym_static] = ACTIONS(3771), [anon_sym_register] = ACTIONS(3771), [anon_sym_inline] = ACTIONS(3771), [anon_sym_thread_local] = ACTIONS(3771), [anon_sym_const] = ACTIONS(3771), [anon_sym_constexpr] = ACTIONS(3771), [anon_sym_volatile] = ACTIONS(3771), [anon_sym_restrict] = ACTIONS(3771), [anon_sym___restrict__] = ACTIONS(3771), [anon_sym__Atomic] = ACTIONS(3771), [anon_sym__Noreturn] = ACTIONS(3771), [anon_sym_noreturn] = ACTIONS(3771), [anon_sym_mutable] = ACTIONS(3771), [anon_sym_constinit] = ACTIONS(3771), [anon_sym_consteval] = ACTIONS(3771), [sym_primitive_type] = ACTIONS(3771), [anon_sym_enum] = ACTIONS(3771), [anon_sym_class] = ACTIONS(3771), [anon_sym_struct] = ACTIONS(3771), [anon_sym_union] = ACTIONS(3771), [anon_sym_if] = ACTIONS(3771), [anon_sym_switch] = ACTIONS(3771), [anon_sym_case] = ACTIONS(3771), [anon_sym_default] = ACTIONS(3771), [anon_sym_while] = ACTIONS(3771), [anon_sym_do] = ACTIONS(3771), [anon_sym_for] = ACTIONS(3771), [anon_sym_return] = ACTIONS(3771), [anon_sym_break] = ACTIONS(3771), [anon_sym_continue] = ACTIONS(3771), [anon_sym_goto] = ACTIONS(3771), [anon_sym_not] = ACTIONS(3771), [anon_sym_compl] = ACTIONS(3771), [anon_sym_DASH_DASH] = ACTIONS(3773), [anon_sym_PLUS_PLUS] = ACTIONS(3773), [anon_sym_sizeof] = ACTIONS(3771), [anon_sym_offsetof] = ACTIONS(3771), [anon_sym__Generic] = ACTIONS(3771), [anon_sym_asm] = ACTIONS(3771), [anon_sym___asm__] = ACTIONS(3771), [sym_number_literal] = ACTIONS(3773), [anon_sym_L_SQUOTE] = ACTIONS(3773), [anon_sym_u_SQUOTE] = ACTIONS(3773), [anon_sym_U_SQUOTE] = ACTIONS(3773), [anon_sym_u8_SQUOTE] = ACTIONS(3773), [anon_sym_SQUOTE] = ACTIONS(3773), [anon_sym_L_DQUOTE] = ACTIONS(3773), [anon_sym_u_DQUOTE] = ACTIONS(3773), [anon_sym_U_DQUOTE] = ACTIONS(3773), [anon_sym_u8_DQUOTE] = ACTIONS(3773), [anon_sym_DQUOTE] = ACTIONS(3773), [sym_true] = ACTIONS(3771), [sym_false] = ACTIONS(3771), [anon_sym_NULL] = ACTIONS(3771), [anon_sym_nullptr] = ACTIONS(3771), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3771), [anon_sym_decltype] = ACTIONS(3771), [anon_sym_virtual] = ACTIONS(3771), [anon_sym_explicit] = ACTIONS(3771), [anon_sym_typename] = ACTIONS(3771), [anon_sym_template] = ACTIONS(3771), [anon_sym_GT2] = ACTIONS(3773), [anon_sym_operator] = ACTIONS(3771), [anon_sym_try] = ACTIONS(3771), [anon_sym_delete] = ACTIONS(3771), [anon_sym_throw] = ACTIONS(3771), [anon_sym_co_return] = ACTIONS(3771), [anon_sym_co_yield] = ACTIONS(3771), [anon_sym_R_DQUOTE] = ACTIONS(3773), [anon_sym_LR_DQUOTE] = ACTIONS(3773), [anon_sym_uR_DQUOTE] = ACTIONS(3773), [anon_sym_UR_DQUOTE] = ACTIONS(3773), [anon_sym_u8R_DQUOTE] = ACTIONS(3773), [anon_sym_co_await] = ACTIONS(3771), [anon_sym_new] = ACTIONS(3771), [anon_sym_requires] = ACTIONS(3771), [sym_this] = ACTIONS(3771), }, [1405] = { [sym_identifier] = ACTIONS(3775), [anon_sym_COMMA] = ACTIONS(3777), [anon_sym_RPAREN] = ACTIONS(3777), [anon_sym_LPAREN2] = ACTIONS(3777), [anon_sym_BANG] = ACTIONS(3777), [anon_sym_TILDE] = ACTIONS(3777), [anon_sym_DASH] = ACTIONS(3775), [anon_sym_PLUS] = ACTIONS(3775), [anon_sym_STAR] = ACTIONS(3777), [anon_sym_AMP_AMP] = ACTIONS(3777), [anon_sym_AMP] = ACTIONS(3775), [anon_sym_SEMI] = ACTIONS(3777), [anon_sym_extern] = ACTIONS(3775), [anon_sym___attribute__] = ACTIONS(3775), [anon_sym_COLON_COLON] = ACTIONS(3777), [anon_sym_LBRACK_LBRACK] = ACTIONS(3777), [anon_sym___declspec] = ACTIONS(3775), [anon_sym___based] = ACTIONS(3775), [anon_sym_LBRACE] = ACTIONS(3777), [anon_sym_signed] = ACTIONS(3775), [anon_sym_unsigned] = ACTIONS(3775), [anon_sym_long] = ACTIONS(3775), [anon_sym_short] = ACTIONS(3775), [anon_sym_LBRACK] = ACTIONS(3775), [anon_sym_EQ] = ACTIONS(3777), [anon_sym_static] = ACTIONS(3775), [anon_sym_register] = ACTIONS(3775), [anon_sym_inline] = ACTIONS(3775), [anon_sym_thread_local] = ACTIONS(3775), [anon_sym_const] = ACTIONS(3775), [anon_sym_constexpr] = ACTIONS(3775), [anon_sym_volatile] = ACTIONS(3775), [anon_sym_restrict] = ACTIONS(3775), [anon_sym___restrict__] = ACTIONS(3775), [anon_sym__Atomic] = ACTIONS(3775), [anon_sym__Noreturn] = ACTIONS(3775), [anon_sym_noreturn] = ACTIONS(3775), [anon_sym_mutable] = ACTIONS(3775), [anon_sym_constinit] = ACTIONS(3775), [anon_sym_consteval] = ACTIONS(3775), [sym_primitive_type] = ACTIONS(3775), [anon_sym_enum] = ACTIONS(3775), [anon_sym_class] = ACTIONS(3775), [anon_sym_struct] = ACTIONS(3775), [anon_sym_union] = ACTIONS(3775), [anon_sym_if] = ACTIONS(3775), [anon_sym_switch] = ACTIONS(3775), [anon_sym_case] = ACTIONS(3775), [anon_sym_default] = ACTIONS(3775), [anon_sym_while] = ACTIONS(3775), [anon_sym_do] = ACTIONS(3775), [anon_sym_for] = ACTIONS(3775), [anon_sym_return] = ACTIONS(3775), [anon_sym_break] = ACTIONS(3775), [anon_sym_continue] = ACTIONS(3775), [anon_sym_goto] = ACTIONS(3775), [anon_sym_not] = ACTIONS(3775), [anon_sym_compl] = ACTIONS(3775), [anon_sym_DASH_DASH] = ACTIONS(3777), [anon_sym_PLUS_PLUS] = ACTIONS(3777), [anon_sym_sizeof] = ACTIONS(3775), [anon_sym_offsetof] = ACTIONS(3775), [anon_sym__Generic] = ACTIONS(3775), [anon_sym_asm] = ACTIONS(3775), [anon_sym___asm__] = ACTIONS(3775), [sym_number_literal] = ACTIONS(3777), [anon_sym_L_SQUOTE] = ACTIONS(3777), [anon_sym_u_SQUOTE] = ACTIONS(3777), [anon_sym_U_SQUOTE] = ACTIONS(3777), [anon_sym_u8_SQUOTE] = ACTIONS(3777), [anon_sym_SQUOTE] = ACTIONS(3777), [anon_sym_L_DQUOTE] = ACTIONS(3777), [anon_sym_u_DQUOTE] = ACTIONS(3777), [anon_sym_U_DQUOTE] = ACTIONS(3777), [anon_sym_u8_DQUOTE] = ACTIONS(3777), [anon_sym_DQUOTE] = ACTIONS(3777), [sym_true] = ACTIONS(3775), [sym_false] = ACTIONS(3775), [anon_sym_NULL] = ACTIONS(3775), [anon_sym_nullptr] = ACTIONS(3775), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3775), [anon_sym_decltype] = ACTIONS(3775), [anon_sym_virtual] = ACTIONS(3775), [anon_sym_explicit] = ACTIONS(3775), [anon_sym_typename] = ACTIONS(3775), [anon_sym_template] = ACTIONS(3775), [anon_sym_GT2] = ACTIONS(3777), [anon_sym_operator] = ACTIONS(3775), [anon_sym_try] = ACTIONS(3775), [anon_sym_delete] = ACTIONS(3775), [anon_sym_throw] = ACTIONS(3775), [anon_sym_co_return] = ACTIONS(3775), [anon_sym_co_yield] = ACTIONS(3775), [anon_sym_R_DQUOTE] = ACTIONS(3777), [anon_sym_LR_DQUOTE] = ACTIONS(3777), [anon_sym_uR_DQUOTE] = ACTIONS(3777), [anon_sym_UR_DQUOTE] = ACTIONS(3777), [anon_sym_u8R_DQUOTE] = ACTIONS(3777), [anon_sym_co_await] = ACTIONS(3775), [anon_sym_new] = ACTIONS(3775), [anon_sym_requires] = ACTIONS(3775), [sym_this] = ACTIONS(3775), }, [1406] = { [sym_type_qualifier] = STATE(1401), [sym__expression] = STATE(4374), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3525), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3525), [sym_call_expression] = STATE(3525), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3525), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3525), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3525), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_type_definition_repeat1] = STATE(1401), [sym_identifier] = ACTIONS(3607), [anon_sym_LPAREN2] = ACTIONS(3609), [anon_sym_BANG] = ACTIONS(3613), [anon_sym_TILDE] = ACTIONS(3613), [anon_sym_DASH] = ACTIONS(3611), [anon_sym_PLUS] = ACTIONS(3611), [anon_sym_STAR] = ACTIONS(3779), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(3615), [anon_sym_LBRACK] = ACTIONS(1949), [anon_sym_RBRACK] = ACTIONS(3781), [anon_sym_const] = ACTIONS(3741), [anon_sym_constexpr] = ACTIONS(3741), [anon_sym_volatile] = ACTIONS(3741), [anon_sym_restrict] = ACTIONS(3741), [anon_sym___restrict__] = ACTIONS(3741), [anon_sym__Atomic] = ACTIONS(3741), [anon_sym__Noreturn] = ACTIONS(3741), [anon_sym_noreturn] = ACTIONS(3741), [anon_sym_mutable] = ACTIONS(3741), [anon_sym_constinit] = ACTIONS(3741), [anon_sym_consteval] = ACTIONS(3741), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(3611), [anon_sym_compl] = ACTIONS(3611), [anon_sym_DASH_DASH] = ACTIONS(3617), [anon_sym_PLUS_PLUS] = ACTIONS(3617), [anon_sym_sizeof] = ACTIONS(3619), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(3621), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(3623), [anon_sym_new] = ACTIONS(3625), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1407] = { [sym_type_qualifier] = STATE(1398), [sym__expression] = STATE(4510), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3525), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3525), [sym_call_expression] = STATE(3525), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3525), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3525), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3525), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_type_definition_repeat1] = STATE(1398), [sym_identifier] = ACTIONS(3783), [anon_sym_LPAREN2] = ACTIONS(3609), [anon_sym_BANG] = ACTIONS(3613), [anon_sym_TILDE] = ACTIONS(3613), [anon_sym_DASH] = ACTIONS(3611), [anon_sym_PLUS] = ACTIONS(3611), [anon_sym_STAR] = ACTIONS(3785), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(3615), [anon_sym_LBRACK] = ACTIONS(1949), [anon_sym_RBRACK] = ACTIONS(3787), [anon_sym_const] = ACTIONS(3741), [anon_sym_constexpr] = ACTIONS(3741), [anon_sym_volatile] = ACTIONS(3741), [anon_sym_restrict] = ACTIONS(3741), [anon_sym___restrict__] = ACTIONS(3741), [anon_sym__Atomic] = ACTIONS(3741), [anon_sym__Noreturn] = ACTIONS(3741), [anon_sym_noreturn] = ACTIONS(3741), [anon_sym_mutable] = ACTIONS(3741), [anon_sym_constinit] = ACTIONS(3741), [anon_sym_consteval] = ACTIONS(3741), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(3611), [anon_sym_compl] = ACTIONS(3611), [anon_sym_DASH_DASH] = ACTIONS(3617), [anon_sym_PLUS_PLUS] = ACTIONS(3617), [anon_sym_sizeof] = ACTIONS(3619), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(3621), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(3623), [anon_sym_new] = ACTIONS(3625), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1408] = { [sym_type_qualifier] = STATE(1399), [sym__expression] = STATE(4509), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3525), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3525), [sym_call_expression] = STATE(3525), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3525), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3525), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3525), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_type_definition_repeat1] = STATE(1399), [sym_identifier] = ACTIONS(3607), [anon_sym_LPAREN2] = ACTIONS(3609), [anon_sym_BANG] = ACTIONS(3613), [anon_sym_TILDE] = ACTIONS(3613), [anon_sym_DASH] = ACTIONS(3611), [anon_sym_PLUS] = ACTIONS(3611), [anon_sym_STAR] = ACTIONS(3789), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(3615), [anon_sym_LBRACK] = ACTIONS(1949), [anon_sym_RBRACK] = ACTIONS(3791), [anon_sym_const] = ACTIONS(3741), [anon_sym_constexpr] = ACTIONS(3741), [anon_sym_volatile] = ACTIONS(3741), [anon_sym_restrict] = ACTIONS(3741), [anon_sym___restrict__] = ACTIONS(3741), [anon_sym__Atomic] = ACTIONS(3741), [anon_sym__Noreturn] = ACTIONS(3741), [anon_sym_noreturn] = ACTIONS(3741), [anon_sym_mutable] = ACTIONS(3741), [anon_sym_constinit] = ACTIONS(3741), [anon_sym_consteval] = ACTIONS(3741), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(3611), [anon_sym_compl] = ACTIONS(3611), [anon_sym_DASH_DASH] = ACTIONS(3617), [anon_sym_PLUS_PLUS] = ACTIONS(3617), [anon_sym_sizeof] = ACTIONS(3619), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(3621), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(3623), [anon_sym_new] = ACTIONS(3625), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1409] = { [sym_type_qualifier] = STATE(1395), [sym__expression] = STATE(4340), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3525), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3525), [sym_call_expression] = STATE(3525), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3525), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3525), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3525), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_type_definition_repeat1] = STATE(1395), [sym_identifier] = ACTIONS(3607), [anon_sym_LPAREN2] = ACTIONS(3609), [anon_sym_BANG] = ACTIONS(3613), [anon_sym_TILDE] = ACTIONS(3613), [anon_sym_DASH] = ACTIONS(3611), [anon_sym_PLUS] = ACTIONS(3611), [anon_sym_STAR] = ACTIONS(3793), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(3615), [anon_sym_LBRACK] = ACTIONS(1949), [anon_sym_RBRACK] = ACTIONS(3795), [anon_sym_const] = ACTIONS(3741), [anon_sym_constexpr] = ACTIONS(3741), [anon_sym_volatile] = ACTIONS(3741), [anon_sym_restrict] = ACTIONS(3741), [anon_sym___restrict__] = ACTIONS(3741), [anon_sym__Atomic] = ACTIONS(3741), [anon_sym__Noreturn] = ACTIONS(3741), [anon_sym_noreturn] = ACTIONS(3741), [anon_sym_mutable] = ACTIONS(3741), [anon_sym_constinit] = ACTIONS(3741), [anon_sym_consteval] = ACTIONS(3741), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(3611), [anon_sym_compl] = ACTIONS(3611), [anon_sym_DASH_DASH] = ACTIONS(3617), [anon_sym_PLUS_PLUS] = ACTIONS(3617), [anon_sym_sizeof] = ACTIONS(3619), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(3621), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(3623), [anon_sym_new] = ACTIONS(3625), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1410] = { [sym_type_qualifier] = STATE(2377), [sym__expression] = STATE(4337), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3525), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3525), [sym_call_expression] = STATE(3525), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3525), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3525), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3525), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_type_definition_repeat1] = STATE(2377), [sym_identifier] = ACTIONS(3607), [anon_sym_LPAREN2] = ACTIONS(3609), [anon_sym_BANG] = ACTIONS(3613), [anon_sym_TILDE] = ACTIONS(3613), [anon_sym_DASH] = ACTIONS(3611), [anon_sym_PLUS] = ACTIONS(3611), [anon_sym_STAR] = ACTIONS(3797), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(3615), [anon_sym_LBRACK] = ACTIONS(1949), [anon_sym_RBRACK] = ACTIONS(3799), [anon_sym_const] = ACTIONS(3741), [anon_sym_constexpr] = ACTIONS(3741), [anon_sym_volatile] = ACTIONS(3741), [anon_sym_restrict] = ACTIONS(3741), [anon_sym___restrict__] = ACTIONS(3741), [anon_sym__Atomic] = ACTIONS(3741), [anon_sym__Noreturn] = ACTIONS(3741), [anon_sym_noreturn] = ACTIONS(3741), [anon_sym_mutable] = ACTIONS(3741), [anon_sym_constinit] = ACTIONS(3741), [anon_sym_consteval] = ACTIONS(3741), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(3611), [anon_sym_compl] = ACTIONS(3611), [anon_sym_DASH_DASH] = ACTIONS(3617), [anon_sym_PLUS_PLUS] = ACTIONS(3617), [anon_sym_sizeof] = ACTIONS(3619), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(3621), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(3623), [anon_sym_new] = ACTIONS(3625), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1411] = { [sym_type_qualifier] = STATE(2377), [sym__expression] = STATE(4511), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3525), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3525), [sym_call_expression] = STATE(3525), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3525), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3525), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3525), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_type_definition_repeat1] = STATE(2377), [sym_identifier] = ACTIONS(3607), [anon_sym_LPAREN2] = ACTIONS(3609), [anon_sym_BANG] = ACTIONS(3613), [anon_sym_TILDE] = ACTIONS(3613), [anon_sym_DASH] = ACTIONS(3611), [anon_sym_PLUS] = ACTIONS(3611), [anon_sym_STAR] = ACTIONS(3801), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(3615), [anon_sym_LBRACK] = ACTIONS(1949), [anon_sym_RBRACK] = ACTIONS(3803), [anon_sym_const] = ACTIONS(3741), [anon_sym_constexpr] = ACTIONS(3741), [anon_sym_volatile] = ACTIONS(3741), [anon_sym_restrict] = ACTIONS(3741), [anon_sym___restrict__] = ACTIONS(3741), [anon_sym__Atomic] = ACTIONS(3741), [anon_sym__Noreturn] = ACTIONS(3741), [anon_sym_noreturn] = ACTIONS(3741), [anon_sym_mutable] = ACTIONS(3741), [anon_sym_constinit] = ACTIONS(3741), [anon_sym_consteval] = ACTIONS(3741), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(3611), [anon_sym_compl] = ACTIONS(3611), [anon_sym_DASH_DASH] = ACTIONS(3617), [anon_sym_PLUS_PLUS] = ACTIONS(3617), [anon_sym_sizeof] = ACTIONS(3619), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(3621), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(3623), [anon_sym_new] = ACTIONS(3625), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1412] = { [sym_ms_based_modifier] = STATE(7599), [sym__declarator] = STATE(5656), [sym_parenthesized_declarator] = STATE(5671), [sym_attributed_declarator] = STATE(5671), [sym_pointer_declarator] = STATE(5671), [sym_function_declarator] = STATE(5671), [sym_array_declarator] = STATE(5671), [sym__expression] = STATE(2946), [sym__expression_not_binary] = STATE(3025), [sym_conditional_expression] = STATE(3025), [sym_assignment_expression] = STATE(3025), [sym_pointer_expression] = STATE(3025), [sym_unary_expression] = STATE(3025), [sym_binary_expression] = STATE(3025), [sym_update_expression] = STATE(3025), [sym_cast_expression] = STATE(3025), [sym_sizeof_expression] = STATE(3025), [sym_offsetof_expression] = STATE(3025), [sym_generic_expression] = STATE(3025), [sym_subscript_expression] = STATE(3025), [sym_call_expression] = STATE(3025), [sym_gnu_asm_expression] = STATE(3025), [sym_field_expression] = STATE(3025), [sym_compound_literal_expression] = STATE(3025), [sym_parenthesized_expression] = STATE(3025), [sym_char_literal] = STATE(2884), [sym_concatenated_string] = STATE(2884), [sym_string_literal] = STATE(2162), [sym_null] = STATE(3025), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6624), [sym_reference_declarator] = STATE(5671), [sym_structured_binding_declarator] = STATE(5671), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3254), [sym_raw_string_literal] = STATE(2162), [sym_co_await_expression] = STATE(3025), [sym_new_expression] = STATE(3025), [sym_delete_expression] = STATE(3025), [sym_requires_clause] = STATE(3025), [sym_requires_expression] = STATE(3025), [sym_lambda_expression] = STATE(3025), [sym_lambda_capture_specifier] = STATE(5221), [sym_fold_expression] = STATE(3025), [sym_parameter_pack_expansion] = STATE(3025), [sym_destructor_name] = STATE(5671), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5288), [sym_qualified_identifier] = STATE(3255), [sym_qualified_type_identifier] = STATE(6624), [sym_operator_name] = STATE(5671), [sym_user_defined_literal] = STATE(3025), [sym_identifier] = ACTIONS(2757), [anon_sym_LPAREN2] = ACTIONS(2759), [anon_sym_BANG] = ACTIONS(1941), [anon_sym_TILDE] = ACTIONS(2761), [anon_sym_DASH] = ACTIONS(1939), [anon_sym_PLUS] = ACTIONS(1939), [anon_sym_STAR] = ACTIONS(27), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(31), [anon_sym_COLON_COLON] = ACTIONS(1945), [anon_sym___based] = ACTIONS(45), [anon_sym_LBRACK] = ACTIONS(1913), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(1939), [anon_sym_compl] = ACTIONS(1939), [anon_sym_DASH_DASH] = ACTIONS(1953), [anon_sym_PLUS_PLUS] = ACTIONS(1953), [anon_sym_sizeof] = ACTIONS(1955), [anon_sym_offsetof] = ACTIONS(1957), [anon_sym__Generic] = ACTIONS(1959), [anon_sym_asm] = ACTIONS(1961), [anon_sym___asm__] = ACTIONS(1961), [sym_number_literal] = ACTIONS(1963), [anon_sym_L_SQUOTE] = ACTIONS(1965), [anon_sym_u_SQUOTE] = ACTIONS(1965), [anon_sym_U_SQUOTE] = ACTIONS(1965), [anon_sym_u8_SQUOTE] = ACTIONS(1965), [anon_sym_SQUOTE] = ACTIONS(1965), [anon_sym_L_DQUOTE] = ACTIONS(1967), [anon_sym_u_DQUOTE] = ACTIONS(1967), [anon_sym_U_DQUOTE] = ACTIONS(1967), [anon_sym_u8_DQUOTE] = ACTIONS(1967), [anon_sym_DQUOTE] = ACTIONS(1967), [sym_true] = ACTIONS(1969), [sym_false] = ACTIONS(1969), [anon_sym_NULL] = ACTIONS(1971), [anon_sym_nullptr] = ACTIONS(1971), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_operator] = ACTIONS(1931), [anon_sym_delete] = ACTIONS(1975), [anon_sym_R_DQUOTE] = ACTIONS(1977), [anon_sym_LR_DQUOTE] = ACTIONS(1977), [anon_sym_uR_DQUOTE] = ACTIONS(1977), [anon_sym_UR_DQUOTE] = ACTIONS(1977), [anon_sym_u8R_DQUOTE] = ACTIONS(1977), [anon_sym_co_await] = ACTIONS(1979), [anon_sym_new] = ACTIONS(1981), [anon_sym_requires] = ACTIONS(1983), [sym_this] = ACTIONS(1969), }, [1413] = { [sym_type_qualifier] = STATE(1398), [sym__expression] = STATE(4510), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3525), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3525), [sym_call_expression] = STATE(3525), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3525), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3525), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3525), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_type_definition_repeat1] = STATE(1398), [sym_identifier] = ACTIONS(3607), [anon_sym_LPAREN2] = ACTIONS(3609), [anon_sym_BANG] = ACTIONS(3613), [anon_sym_TILDE] = ACTIONS(3613), [anon_sym_DASH] = ACTIONS(3611), [anon_sym_PLUS] = ACTIONS(3611), [anon_sym_STAR] = ACTIONS(3785), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(3615), [anon_sym_LBRACK] = ACTIONS(1949), [anon_sym_RBRACK] = ACTIONS(3787), [anon_sym_const] = ACTIONS(3741), [anon_sym_constexpr] = ACTIONS(3741), [anon_sym_volatile] = ACTIONS(3741), [anon_sym_restrict] = ACTIONS(3741), [anon_sym___restrict__] = ACTIONS(3741), [anon_sym__Atomic] = ACTIONS(3741), [anon_sym__Noreturn] = ACTIONS(3741), [anon_sym_noreturn] = ACTIONS(3741), [anon_sym_mutable] = ACTIONS(3741), [anon_sym_constinit] = ACTIONS(3741), [anon_sym_consteval] = ACTIONS(3741), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(3611), [anon_sym_compl] = ACTIONS(3611), [anon_sym_DASH_DASH] = ACTIONS(3617), [anon_sym_PLUS_PLUS] = ACTIONS(3617), [anon_sym_sizeof] = ACTIONS(3619), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(3621), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(3623), [anon_sym_new] = ACTIONS(3625), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1414] = { [sym_expression_statement] = STATE(3281), [sym__expression] = STATE(4221), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7661), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_type_requirement] = STATE(1419), [sym_compound_requirement] = STATE(1419), [sym__requirement] = STATE(1419), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_requirement_seq_repeat1] = STATE(1419), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(3805), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(3807), [anon_sym_RBRACE] = ACTIONS(3809), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_typename] = ACTIONS(3811), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1415] = { [sym_expression_statement] = STATE(3281), [sym__expression] = STATE(4221), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7661), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_type_requirement] = STATE(1427), [sym_compound_requirement] = STATE(1427), [sym__requirement] = STATE(1427), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_requirement_seq_repeat1] = STATE(1427), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(3805), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(3807), [anon_sym_RBRACE] = ACTIONS(3813), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_typename] = ACTIONS(3811), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1416] = { [sym_expression_statement] = STATE(3281), [sym__expression] = STATE(4221), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7661), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_type_requirement] = STATE(1420), [sym_compound_requirement] = STATE(1420), [sym__requirement] = STATE(1420), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_requirement_seq_repeat1] = STATE(1420), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(3805), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(3807), [anon_sym_RBRACE] = ACTIONS(3815), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_typename] = ACTIONS(3811), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1417] = { [sym_identifier] = ACTIONS(3817), [anon_sym_LPAREN2] = ACTIONS(3820), [anon_sym_BANG] = ACTIONS(3823), [anon_sym_TILDE] = ACTIONS(3820), [anon_sym_DASH] = ACTIONS(3825), [anon_sym_PLUS] = ACTIONS(3825), [anon_sym_STAR] = ACTIONS(3820), [anon_sym_AMP_AMP] = ACTIONS(3827), [anon_sym_AMP] = ACTIONS(3817), [anon_sym_SEMI] = ACTIONS(3823), [anon_sym_extern] = ACTIONS(3829), [anon_sym___attribute__] = ACTIONS(3829), [anon_sym_COLON_COLON] = ACTIONS(3820), [anon_sym_LBRACK_LBRACK] = ACTIONS(3820), [anon_sym___declspec] = ACTIONS(3829), [anon_sym___based] = ACTIONS(3829), [anon_sym_LBRACE] = ACTIONS(3823), [anon_sym_signed] = ACTIONS(3829), [anon_sym_unsigned] = ACTIONS(3829), [anon_sym_long] = ACTIONS(3829), [anon_sym_short] = ACTIONS(3829), [anon_sym_LBRACK] = ACTIONS(3817), [anon_sym_static] = ACTIONS(3829), [anon_sym_register] = ACTIONS(3829), [anon_sym_inline] = ACTIONS(3829), [anon_sym_thread_local] = ACTIONS(3829), [anon_sym_const] = ACTIONS(3829), [anon_sym_constexpr] = ACTIONS(3829), [anon_sym_volatile] = ACTIONS(3829), [anon_sym_restrict] = ACTIONS(3829), [anon_sym___restrict__] = ACTIONS(3829), [anon_sym__Atomic] = ACTIONS(3829), [anon_sym__Noreturn] = ACTIONS(3829), [anon_sym_noreturn] = ACTIONS(3829), [anon_sym_mutable] = ACTIONS(3829), [anon_sym_constinit] = ACTIONS(3829), [anon_sym_consteval] = ACTIONS(3829), [sym_primitive_type] = ACTIONS(3817), [anon_sym_enum] = ACTIONS(3829), [anon_sym_class] = ACTIONS(3829), [anon_sym_struct] = ACTIONS(3829), [anon_sym_union] = ACTIONS(3829), [anon_sym_if] = ACTIONS(3825), [anon_sym_switch] = ACTIONS(3825), [anon_sym_case] = ACTIONS(3825), [anon_sym_default] = ACTIONS(3825), [anon_sym_while] = ACTIONS(3825), [anon_sym_do] = ACTIONS(3825), [anon_sym_for] = ACTIONS(3825), [anon_sym_return] = ACTIONS(3825), [anon_sym_break] = ACTIONS(3825), [anon_sym_continue] = ACTIONS(3825), [anon_sym_goto] = ACTIONS(3825), [anon_sym_not] = ACTIONS(3825), [anon_sym_compl] = ACTIONS(3825), [anon_sym_DASH_DASH] = ACTIONS(3823), [anon_sym_PLUS_PLUS] = ACTIONS(3823), [anon_sym_sizeof] = ACTIONS(3825), [anon_sym_offsetof] = ACTIONS(3825), [anon_sym__Generic] = ACTIONS(3825), [anon_sym_asm] = ACTIONS(3825), [anon_sym___asm__] = ACTIONS(3825), [sym_number_literal] = ACTIONS(3823), [anon_sym_L_SQUOTE] = ACTIONS(3823), [anon_sym_u_SQUOTE] = ACTIONS(3823), [anon_sym_U_SQUOTE] = ACTIONS(3823), [anon_sym_u8_SQUOTE] = ACTIONS(3823), [anon_sym_SQUOTE] = ACTIONS(3823), [anon_sym_L_DQUOTE] = ACTIONS(3823), [anon_sym_u_DQUOTE] = ACTIONS(3823), [anon_sym_U_DQUOTE] = ACTIONS(3823), [anon_sym_u8_DQUOTE] = ACTIONS(3823), [anon_sym_DQUOTE] = ACTIONS(3823), [sym_true] = ACTIONS(3825), [sym_false] = ACTIONS(3825), [anon_sym_NULL] = ACTIONS(3825), [anon_sym_nullptr] = ACTIONS(3825), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3829), [anon_sym_decltype] = ACTIONS(3817), [anon_sym_virtual] = ACTIONS(3829), [anon_sym_explicit] = ACTIONS(3829), [anon_sym_typename] = ACTIONS(3829), [anon_sym_template] = ACTIONS(3817), [anon_sym_operator] = ACTIONS(3829), [anon_sym_try] = ACTIONS(3825), [anon_sym_delete] = ACTIONS(3825), [anon_sym_throw] = ACTIONS(3825), [anon_sym_co_return] = ACTIONS(3825), [anon_sym_co_yield] = ACTIONS(3825), [anon_sym_R_DQUOTE] = ACTIONS(3823), [anon_sym_LR_DQUOTE] = ACTIONS(3823), [anon_sym_uR_DQUOTE] = ACTIONS(3823), [anon_sym_UR_DQUOTE] = ACTIONS(3823), [anon_sym_u8R_DQUOTE] = ACTIONS(3823), [anon_sym_co_await] = ACTIONS(3825), [anon_sym_new] = ACTIONS(3825), [anon_sym_requires] = ACTIONS(3825), [sym_this] = ACTIONS(3825), }, [1418] = { [sym_expression_statement] = STATE(3281), [sym__expression] = STATE(4221), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7661), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_type_requirement] = STATE(1420), [sym_compound_requirement] = STATE(1420), [sym__requirement] = STATE(1420), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_requirement_seq_repeat1] = STATE(1420), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(3805), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(3807), [anon_sym_RBRACE] = ACTIONS(3831), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_typename] = ACTIONS(3811), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1419] = { [sym_expression_statement] = STATE(3281), [sym__expression] = STATE(4221), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7661), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_type_requirement] = STATE(1420), [sym_compound_requirement] = STATE(1420), [sym__requirement] = STATE(1420), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_requirement_seq_repeat1] = STATE(1420), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(3805), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(3807), [anon_sym_RBRACE] = ACTIONS(3833), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_typename] = ACTIONS(3811), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1420] = { [sym_expression_statement] = STATE(3281), [sym__expression] = STATE(4221), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7661), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_type_requirement] = STATE(1420), [sym_compound_requirement] = STATE(1420), [sym__requirement] = STATE(1420), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_requirement_seq_repeat1] = STATE(1420), [sym_identifier] = ACTIONS(3835), [anon_sym_LPAREN2] = ACTIONS(3838), [anon_sym_BANG] = ACTIONS(3841), [anon_sym_TILDE] = ACTIONS(3841), [anon_sym_DASH] = ACTIONS(3844), [anon_sym_PLUS] = ACTIONS(3844), [anon_sym_STAR] = ACTIONS(3847), [anon_sym_AMP] = ACTIONS(3847), [anon_sym_SEMI] = ACTIONS(3850), [anon_sym_COLON_COLON] = ACTIONS(3853), [anon_sym_LBRACE] = ACTIONS(3856), [anon_sym_RBRACE] = ACTIONS(3859), [anon_sym_LBRACK] = ACTIONS(3861), [sym_primitive_type] = ACTIONS(3864), [anon_sym_not] = ACTIONS(3844), [anon_sym_compl] = ACTIONS(3844), [anon_sym_DASH_DASH] = ACTIONS(3867), [anon_sym_PLUS_PLUS] = ACTIONS(3867), [anon_sym_sizeof] = ACTIONS(3870), [anon_sym_offsetof] = ACTIONS(3873), [anon_sym__Generic] = ACTIONS(3876), [anon_sym_asm] = ACTIONS(3879), [anon_sym___asm__] = ACTIONS(3879), [sym_number_literal] = ACTIONS(3882), [anon_sym_L_SQUOTE] = ACTIONS(3885), [anon_sym_u_SQUOTE] = ACTIONS(3885), [anon_sym_U_SQUOTE] = ACTIONS(3885), [anon_sym_u8_SQUOTE] = ACTIONS(3885), [anon_sym_SQUOTE] = ACTIONS(3885), [anon_sym_L_DQUOTE] = ACTIONS(3888), [anon_sym_u_DQUOTE] = ACTIONS(3888), [anon_sym_U_DQUOTE] = ACTIONS(3888), [anon_sym_u8_DQUOTE] = ACTIONS(3888), [anon_sym_DQUOTE] = ACTIONS(3888), [sym_true] = ACTIONS(3891), [sym_false] = ACTIONS(3891), [anon_sym_NULL] = ACTIONS(3894), [anon_sym_nullptr] = ACTIONS(3894), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(3897), [anon_sym_typename] = ACTIONS(3900), [anon_sym_template] = ACTIONS(3903), [anon_sym_delete] = ACTIONS(3906), [anon_sym_R_DQUOTE] = ACTIONS(3909), [anon_sym_LR_DQUOTE] = ACTIONS(3909), [anon_sym_uR_DQUOTE] = ACTIONS(3909), [anon_sym_UR_DQUOTE] = ACTIONS(3909), [anon_sym_u8R_DQUOTE] = ACTIONS(3909), [anon_sym_co_await] = ACTIONS(3912), [anon_sym_new] = ACTIONS(3915), [anon_sym_requires] = ACTIONS(3918), [sym_this] = ACTIONS(3891), }, [1421] = { [sym_expression_statement] = STATE(3281), [sym__expression] = STATE(4221), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7661), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_type_requirement] = STATE(1416), [sym_compound_requirement] = STATE(1416), [sym__requirement] = STATE(1416), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_requirement_seq_repeat1] = STATE(1416), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(3805), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(3807), [anon_sym_RBRACE] = ACTIONS(3921), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_typename] = ACTIONS(3811), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1422] = { [sym_expression_statement] = STATE(3281), [sym__expression] = STATE(4221), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7661), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_type_requirement] = STATE(1426), [sym_compound_requirement] = STATE(1426), [sym__requirement] = STATE(1426), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_requirement_seq_repeat1] = STATE(1426), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(3805), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(3807), [anon_sym_RBRACE] = ACTIONS(3923), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_typename] = ACTIONS(3811), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1423] = { [sym_expression_statement] = STATE(3281), [sym__expression] = STATE(4221), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7661), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_type_requirement] = STATE(1430), [sym_compound_requirement] = STATE(1430), [sym__requirement] = STATE(1430), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_requirement_seq_repeat1] = STATE(1430), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(3805), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(3807), [anon_sym_RBRACE] = ACTIONS(3925), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_typename] = ACTIONS(3811), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1424] = { [sym_expression_statement] = STATE(3281), [sym__expression] = STATE(4221), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7661), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_type_requirement] = STATE(1420), [sym_compound_requirement] = STATE(1420), [sym__requirement] = STATE(1420), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_requirement_seq_repeat1] = STATE(1420), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(3805), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(3807), [anon_sym_RBRACE] = ACTIONS(3927), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_typename] = ACTIONS(3811), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1425] = { [sym_expression_statement] = STATE(3281), [sym__expression] = STATE(4221), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7661), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_type_requirement] = STATE(1420), [sym_compound_requirement] = STATE(1420), [sym__requirement] = STATE(1420), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_requirement_seq_repeat1] = STATE(1420), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(3805), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(3807), [anon_sym_RBRACE] = ACTIONS(3929), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_typename] = ACTIONS(3811), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1426] = { [sym_expression_statement] = STATE(3281), [sym__expression] = STATE(4221), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7661), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_type_requirement] = STATE(1420), [sym_compound_requirement] = STATE(1420), [sym__requirement] = STATE(1420), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_requirement_seq_repeat1] = STATE(1420), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(3805), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(3807), [anon_sym_RBRACE] = ACTIONS(3931), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_typename] = ACTIONS(3811), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1427] = { [sym_expression_statement] = STATE(3281), [sym__expression] = STATE(4221), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7661), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_type_requirement] = STATE(1420), [sym_compound_requirement] = STATE(1420), [sym__requirement] = STATE(1420), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_requirement_seq_repeat1] = STATE(1420), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(3805), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(3807), [anon_sym_RBRACE] = ACTIONS(3933), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_typename] = ACTIONS(3811), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1428] = { [sym_expression_statement] = STATE(3281), [sym__expression] = STATE(4221), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7661), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_type_requirement] = STATE(1418), [sym_compound_requirement] = STATE(1418), [sym__requirement] = STATE(1418), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_requirement_seq_repeat1] = STATE(1418), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(3805), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(3807), [anon_sym_RBRACE] = ACTIONS(3935), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_typename] = ACTIONS(3811), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1429] = { [sym_expression_statement] = STATE(3281), [sym__expression] = STATE(4221), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7661), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_type_requirement] = STATE(1420), [sym_compound_requirement] = STATE(1420), [sym__requirement] = STATE(1420), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_requirement_seq_repeat1] = STATE(1420), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(3805), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(3807), [anon_sym_RBRACE] = ACTIONS(3937), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_typename] = ACTIONS(3811), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1430] = { [sym_expression_statement] = STATE(3281), [sym__expression] = STATE(4221), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7661), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_type_requirement] = STATE(1420), [sym_compound_requirement] = STATE(1420), [sym__requirement] = STATE(1420), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_requirement_seq_repeat1] = STATE(1420), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(3805), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(3807), [anon_sym_RBRACE] = ACTIONS(3939), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_typename] = ACTIONS(3811), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1431] = { [sym_expression_statement] = STATE(3281), [sym__expression] = STATE(4221), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7661), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_type_requirement] = STATE(1424), [sym_compound_requirement] = STATE(1424), [sym__requirement] = STATE(1424), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_requirement_seq_repeat1] = STATE(1424), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(3805), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(3807), [anon_sym_RBRACE] = ACTIONS(3941), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_typename] = ACTIONS(3811), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1432] = { [sym_expression_statement] = STATE(3281), [sym__expression] = STATE(4221), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7661), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_type_requirement] = STATE(1429), [sym_compound_requirement] = STATE(1429), [sym__requirement] = STATE(1429), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_requirement_seq_repeat1] = STATE(1429), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(3805), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(3807), [anon_sym_RBRACE] = ACTIONS(3943), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_typename] = ACTIONS(3811), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1433] = { [sym_expression_statement] = STATE(3281), [sym__expression] = STATE(4221), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7661), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_type_requirement] = STATE(1425), [sym_compound_requirement] = STATE(1425), [sym__requirement] = STATE(1425), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_requirement_seq_repeat1] = STATE(1425), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(3805), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(3807), [anon_sym_RBRACE] = ACTIONS(3945), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_typename] = ACTIONS(3811), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1434] = { [sym_catch_clause] = STATE(1437), [aux_sym_constructor_try_statement_repeat1] = STATE(1437), [sym_identifier] = ACTIONS(2715), [anon_sym_LPAREN2] = ACTIONS(2717), [anon_sym_BANG] = ACTIONS(2717), [anon_sym_TILDE] = ACTIONS(2717), [anon_sym_DASH] = ACTIONS(2715), [anon_sym_PLUS] = ACTIONS(2715), [anon_sym_STAR] = ACTIONS(2717), [anon_sym_AMP] = ACTIONS(2717), [anon_sym_SEMI] = ACTIONS(2717), [anon_sym_typedef] = ACTIONS(2715), [anon_sym_extern] = ACTIONS(2715), [anon_sym___attribute__] = ACTIONS(2715), [anon_sym_COLON_COLON] = ACTIONS(2717), [anon_sym_LBRACK_LBRACK] = ACTIONS(2717), [anon_sym___declspec] = ACTIONS(2715), [anon_sym_LBRACE] = ACTIONS(2717), [anon_sym_signed] = ACTIONS(2715), [anon_sym_unsigned] = ACTIONS(2715), [anon_sym_long] = ACTIONS(2715), [anon_sym_short] = ACTIONS(2715), [anon_sym_LBRACK] = ACTIONS(2715), [anon_sym_static] = ACTIONS(2715), [anon_sym_register] = ACTIONS(2715), [anon_sym_inline] = ACTIONS(2715), [anon_sym_thread_local] = ACTIONS(2715), [anon_sym_const] = ACTIONS(2715), [anon_sym_constexpr] = ACTIONS(2715), [anon_sym_volatile] = ACTIONS(2715), [anon_sym_restrict] = ACTIONS(2715), [anon_sym___restrict__] = ACTIONS(2715), [anon_sym__Atomic] = ACTIONS(2715), [anon_sym__Noreturn] = ACTIONS(2715), [anon_sym_noreturn] = ACTIONS(2715), [anon_sym_mutable] = ACTIONS(2715), [anon_sym_constinit] = ACTIONS(2715), [anon_sym_consteval] = ACTIONS(2715), [sym_primitive_type] = ACTIONS(2715), [anon_sym_enum] = ACTIONS(2715), [anon_sym_class] = ACTIONS(2715), [anon_sym_struct] = ACTIONS(2715), [anon_sym_union] = ACTIONS(2715), [anon_sym_if] = ACTIONS(2715), [anon_sym_else] = ACTIONS(2715), [anon_sym_switch] = ACTIONS(2715), [anon_sym_while] = ACTIONS(2715), [anon_sym_do] = ACTIONS(2715), [anon_sym_for] = ACTIONS(2715), [anon_sym_return] = ACTIONS(2715), [anon_sym_break] = ACTIONS(2715), [anon_sym_continue] = ACTIONS(2715), [anon_sym_goto] = ACTIONS(2715), [anon_sym_not] = ACTIONS(2715), [anon_sym_compl] = ACTIONS(2715), [anon_sym_DASH_DASH] = ACTIONS(2717), [anon_sym_PLUS_PLUS] = ACTIONS(2717), [anon_sym_sizeof] = ACTIONS(2715), [anon_sym_offsetof] = ACTIONS(2715), [anon_sym__Generic] = ACTIONS(2715), [anon_sym_asm] = ACTIONS(2715), [anon_sym___asm__] = ACTIONS(2715), [sym_number_literal] = ACTIONS(2717), [anon_sym_L_SQUOTE] = ACTIONS(2717), [anon_sym_u_SQUOTE] = ACTIONS(2717), [anon_sym_U_SQUOTE] = ACTIONS(2717), [anon_sym_u8_SQUOTE] = ACTIONS(2717), [anon_sym_SQUOTE] = ACTIONS(2717), [anon_sym_L_DQUOTE] = ACTIONS(2717), [anon_sym_u_DQUOTE] = ACTIONS(2717), [anon_sym_U_DQUOTE] = ACTIONS(2717), [anon_sym_u8_DQUOTE] = ACTIONS(2717), [anon_sym_DQUOTE] = ACTIONS(2717), [sym_true] = ACTIONS(2715), [sym_false] = ACTIONS(2715), [anon_sym_NULL] = ACTIONS(2715), [anon_sym_nullptr] = ACTIONS(2715), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2715), [anon_sym_decltype] = ACTIONS(2715), [anon_sym_virtual] = ACTIONS(2715), [anon_sym_typename] = ACTIONS(2715), [anon_sym_template] = ACTIONS(2715), [anon_sym_try] = ACTIONS(2715), [anon_sym_delete] = ACTIONS(2715), [anon_sym_throw] = ACTIONS(2715), [anon_sym_co_return] = ACTIONS(2715), [anon_sym_co_yield] = ACTIONS(2715), [anon_sym_catch] = ACTIONS(3947), [anon_sym_R_DQUOTE] = ACTIONS(2717), [anon_sym_LR_DQUOTE] = ACTIONS(2717), [anon_sym_uR_DQUOTE] = ACTIONS(2717), [anon_sym_UR_DQUOTE] = ACTIONS(2717), [anon_sym_u8R_DQUOTE] = ACTIONS(2717), [anon_sym_co_await] = ACTIONS(2715), [anon_sym_new] = ACTIONS(2715), [anon_sym_requires] = ACTIONS(2715), [sym_this] = ACTIONS(2715), }, [1435] = { [sym__expression] = STATE(4097), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_initializer_list] = STATE(6497), [sym_initializer_pair] = STATE(6497), [sym_subscript_designator] = STATE(5936), [sym_field_designator] = STATE(5936), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_initializer_pair_repeat1] = STATE(5936), [sym_identifier] = ACTIONS(3533), [anon_sym_COMMA] = ACTIONS(3949), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(1899), [anon_sym_RBRACE] = ACTIONS(3951), [anon_sym_LBRACK] = ACTIONS(3953), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [anon_sym_DOT] = ACTIONS(203), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1436] = { [sym__expression] = STATE(4099), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_initializer_list] = STATE(6243), [sym_initializer_pair] = STATE(6243), [sym_subscript_designator] = STATE(5936), [sym_field_designator] = STATE(5936), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_initializer_pair_repeat1] = STATE(5936), [sym_identifier] = ACTIONS(3533), [anon_sym_COMMA] = ACTIONS(3955), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(1899), [anon_sym_RBRACE] = ACTIONS(3957), [anon_sym_LBRACK] = ACTIONS(3953), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [anon_sym_DOT] = ACTIONS(203), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1437] = { [sym_catch_clause] = STATE(1437), [aux_sym_constructor_try_statement_repeat1] = STATE(1437), [sym_identifier] = ACTIONS(2696), [anon_sym_LPAREN2] = ACTIONS(2698), [anon_sym_BANG] = ACTIONS(2698), [anon_sym_TILDE] = ACTIONS(2698), [anon_sym_DASH] = ACTIONS(2696), [anon_sym_PLUS] = ACTIONS(2696), [anon_sym_STAR] = ACTIONS(2698), [anon_sym_AMP] = ACTIONS(2698), [anon_sym_SEMI] = ACTIONS(2698), [anon_sym_typedef] = ACTIONS(2696), [anon_sym_extern] = ACTIONS(2696), [anon_sym___attribute__] = ACTIONS(2696), [anon_sym_COLON_COLON] = ACTIONS(2698), [anon_sym_LBRACK_LBRACK] = ACTIONS(2698), [anon_sym___declspec] = ACTIONS(2696), [anon_sym_LBRACE] = ACTIONS(2698), [anon_sym_signed] = ACTIONS(2696), [anon_sym_unsigned] = ACTIONS(2696), [anon_sym_long] = ACTIONS(2696), [anon_sym_short] = ACTIONS(2696), [anon_sym_LBRACK] = ACTIONS(2696), [anon_sym_static] = ACTIONS(2696), [anon_sym_register] = ACTIONS(2696), [anon_sym_inline] = ACTIONS(2696), [anon_sym_thread_local] = ACTIONS(2696), [anon_sym_const] = ACTIONS(2696), [anon_sym_constexpr] = ACTIONS(2696), [anon_sym_volatile] = ACTIONS(2696), [anon_sym_restrict] = ACTIONS(2696), [anon_sym___restrict__] = ACTIONS(2696), [anon_sym__Atomic] = ACTIONS(2696), [anon_sym__Noreturn] = ACTIONS(2696), [anon_sym_noreturn] = ACTIONS(2696), [anon_sym_mutable] = ACTIONS(2696), [anon_sym_constinit] = ACTIONS(2696), [anon_sym_consteval] = ACTIONS(2696), [sym_primitive_type] = ACTIONS(2696), [anon_sym_enum] = ACTIONS(2696), [anon_sym_class] = ACTIONS(2696), [anon_sym_struct] = ACTIONS(2696), [anon_sym_union] = ACTIONS(2696), [anon_sym_if] = ACTIONS(2696), [anon_sym_else] = ACTIONS(2696), [anon_sym_switch] = ACTIONS(2696), [anon_sym_while] = ACTIONS(2696), [anon_sym_do] = ACTIONS(2696), [anon_sym_for] = ACTIONS(2696), [anon_sym_return] = ACTIONS(2696), [anon_sym_break] = ACTIONS(2696), [anon_sym_continue] = ACTIONS(2696), [anon_sym_goto] = ACTIONS(2696), [anon_sym_not] = ACTIONS(2696), [anon_sym_compl] = ACTIONS(2696), [anon_sym_DASH_DASH] = ACTIONS(2698), [anon_sym_PLUS_PLUS] = ACTIONS(2698), [anon_sym_sizeof] = ACTIONS(2696), [anon_sym_offsetof] = ACTIONS(2696), [anon_sym__Generic] = ACTIONS(2696), [anon_sym_asm] = ACTIONS(2696), [anon_sym___asm__] = ACTIONS(2696), [sym_number_literal] = ACTIONS(2698), [anon_sym_L_SQUOTE] = ACTIONS(2698), [anon_sym_u_SQUOTE] = ACTIONS(2698), [anon_sym_U_SQUOTE] = ACTIONS(2698), [anon_sym_u8_SQUOTE] = ACTIONS(2698), [anon_sym_SQUOTE] = ACTIONS(2698), [anon_sym_L_DQUOTE] = ACTIONS(2698), [anon_sym_u_DQUOTE] = ACTIONS(2698), [anon_sym_U_DQUOTE] = ACTIONS(2698), [anon_sym_u8_DQUOTE] = ACTIONS(2698), [anon_sym_DQUOTE] = ACTIONS(2698), [sym_true] = ACTIONS(2696), [sym_false] = ACTIONS(2696), [anon_sym_NULL] = ACTIONS(2696), [anon_sym_nullptr] = ACTIONS(2696), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2696), [anon_sym_decltype] = ACTIONS(2696), [anon_sym_virtual] = ACTIONS(2696), [anon_sym_typename] = ACTIONS(2696), [anon_sym_template] = ACTIONS(2696), [anon_sym_try] = ACTIONS(2696), [anon_sym_delete] = ACTIONS(2696), [anon_sym_throw] = ACTIONS(2696), [anon_sym_co_return] = ACTIONS(2696), [anon_sym_co_yield] = ACTIONS(2696), [anon_sym_catch] = ACTIONS(3959), [anon_sym_R_DQUOTE] = ACTIONS(2698), [anon_sym_LR_DQUOTE] = ACTIONS(2698), [anon_sym_uR_DQUOTE] = ACTIONS(2698), [anon_sym_UR_DQUOTE] = ACTIONS(2698), [anon_sym_u8R_DQUOTE] = ACTIONS(2698), [anon_sym_co_await] = ACTIONS(2696), [anon_sym_new] = ACTIONS(2696), [anon_sym_requires] = ACTIONS(2696), [sym_this] = ACTIONS(2696), }, [1438] = { [sym__expression] = STATE(4109), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_initializer_list] = STATE(6491), [sym_initializer_pair] = STATE(6491), [sym_subscript_designator] = STATE(5936), [sym_field_designator] = STATE(5936), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_initializer_pair_repeat1] = STATE(5936), [sym_identifier] = ACTIONS(3533), [anon_sym_COMMA] = ACTIONS(3962), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(1899), [anon_sym_RBRACE] = ACTIONS(3964), [anon_sym_LBRACK] = ACTIONS(3953), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [anon_sym_DOT] = ACTIONS(203), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1439] = { [sym__expression] = STATE(4079), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_initializer_list] = STATE(6403), [sym_initializer_pair] = STATE(6403), [sym_subscript_designator] = STATE(5936), [sym_field_designator] = STATE(5936), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_initializer_pair_repeat1] = STATE(5936), [sym_identifier] = ACTIONS(3533), [anon_sym_COMMA] = ACTIONS(3966), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(1899), [anon_sym_RBRACE] = ACTIONS(3968), [anon_sym_LBRACK] = ACTIONS(3953), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [anon_sym_DOT] = ACTIONS(203), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1440] = { [sym__expression] = STATE(4129), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_initializer_list] = STATE(6284), [sym_initializer_pair] = STATE(6284), [sym_subscript_designator] = STATE(5936), [sym_field_designator] = STATE(5936), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_initializer_pair_repeat1] = STATE(5936), [sym_identifier] = ACTIONS(3533), [anon_sym_COMMA] = ACTIONS(3970), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(1899), [anon_sym_RBRACE] = ACTIONS(3972), [anon_sym_LBRACK] = ACTIONS(3953), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [anon_sym_DOT] = ACTIONS(203), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1441] = { [sym__expression] = STATE(4128), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(6783), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_initializer_list] = STATE(6897), [sym_initializer_pair] = STATE(6897), [sym_subscript_designator] = STATE(5936), [sym_field_designator] = STATE(5936), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_initializer_pair_repeat1] = STATE(5936), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(1899), [anon_sym_RBRACE] = ACTIONS(3974), [anon_sym_LBRACK] = ACTIONS(3953), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [anon_sym_DOT] = ACTIONS(203), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1442] = { [sym__expression] = STATE(4080), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_initializer_list] = STATE(6463), [sym_initializer_pair] = STATE(6463), [sym_subscript_designator] = STATE(5936), [sym_field_designator] = STATE(5936), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_initializer_pair_repeat1] = STATE(5936), [sym_identifier] = ACTIONS(3533), [anon_sym_COMMA] = ACTIONS(159), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(1899), [anon_sym_RBRACE] = ACTIONS(3976), [anon_sym_LBRACK] = ACTIONS(3953), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [anon_sym_DOT] = ACTIONS(203), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1443] = { [sym__expression] = STATE(4270), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_initializer_list] = STATE(6897), [sym_initializer_pair] = STATE(6897), [sym_subscript_designator] = STATE(5936), [sym_field_designator] = STATE(5936), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_initializer_pair_repeat1] = STATE(5936), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(1899), [anon_sym_RBRACE] = ACTIONS(3978), [anon_sym_LBRACK] = ACTIONS(3953), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [anon_sym_DOT] = ACTIONS(203), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1444] = { [sym__expression] = STATE(4270), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_initializer_list] = STATE(6897), [sym_initializer_pair] = STATE(6897), [sym_subscript_designator] = STATE(5936), [sym_field_designator] = STATE(5936), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_initializer_pair_repeat1] = STATE(5936), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(1899), [anon_sym_RBRACE] = ACTIONS(3980), [anon_sym_LBRACK] = ACTIONS(3953), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [anon_sym_DOT] = ACTIONS(203), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1445] = { [sym__expression] = STATE(4270), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_initializer_list] = STATE(6897), [sym_initializer_pair] = STATE(6897), [sym_subscript_designator] = STATE(5936), [sym_field_designator] = STATE(5936), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_initializer_pair_repeat1] = STATE(5936), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(1899), [anon_sym_RBRACE] = ACTIONS(3982), [anon_sym_LBRACK] = ACTIONS(3953), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [anon_sym_DOT] = ACTIONS(203), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1446] = { [sym__expression] = STATE(4270), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_initializer_list] = STATE(6897), [sym_initializer_pair] = STATE(6897), [sym_subscript_designator] = STATE(5936), [sym_field_designator] = STATE(5936), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_initializer_pair_repeat1] = STATE(5936), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(1899), [anon_sym_RBRACE] = ACTIONS(3984), [anon_sym_LBRACK] = ACTIONS(3953), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [anon_sym_DOT] = ACTIONS(203), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1447] = { [sym__expression] = STATE(4270), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_initializer_list] = STATE(6897), [sym_initializer_pair] = STATE(6897), [sym_subscript_designator] = STATE(5936), [sym_field_designator] = STATE(5936), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_initializer_pair_repeat1] = STATE(5936), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(1899), [anon_sym_RBRACE] = ACTIONS(3986), [anon_sym_LBRACK] = ACTIONS(3953), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [anon_sym_DOT] = ACTIONS(203), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1448] = { [sym__expression] = STATE(4270), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_initializer_list] = STATE(6897), [sym_initializer_pair] = STATE(6897), [sym_subscript_designator] = STATE(5936), [sym_field_designator] = STATE(5936), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_initializer_pair_repeat1] = STATE(5936), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(1899), [anon_sym_RBRACE] = ACTIONS(3988), [anon_sym_LBRACK] = ACTIONS(3953), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [anon_sym_DOT] = ACTIONS(203), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1449] = { [sym__expression] = STATE(4270), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_initializer_list] = STATE(6897), [sym_initializer_pair] = STATE(6897), [sym_subscript_designator] = STATE(5936), [sym_field_designator] = STATE(5936), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_initializer_pair_repeat1] = STATE(5936), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(1899), [anon_sym_RBRACE] = ACTIONS(3990), [anon_sym_LBRACK] = ACTIONS(3953), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [anon_sym_DOT] = ACTIONS(203), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1450] = { [sym__expression] = STATE(4270), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_initializer_list] = STATE(6897), [sym_initializer_pair] = STATE(6897), [sym_subscript_designator] = STATE(5936), [sym_field_designator] = STATE(5936), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_initializer_pair_repeat1] = STATE(5936), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(1899), [anon_sym_RBRACE] = ACTIONS(3992), [anon_sym_LBRACK] = ACTIONS(3953), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [anon_sym_DOT] = ACTIONS(203), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1451] = { [sym__expression] = STATE(4270), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_initializer_list] = STATE(6897), [sym_initializer_pair] = STATE(6897), [sym_subscript_designator] = STATE(5936), [sym_field_designator] = STATE(5936), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_initializer_pair_repeat1] = STATE(5936), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(1899), [anon_sym_RBRACE] = ACTIONS(3994), [anon_sym_LBRACK] = ACTIONS(3953), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [anon_sym_DOT] = ACTIONS(203), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1452] = { [sym__expression] = STATE(4270), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_initializer_list] = STATE(6897), [sym_initializer_pair] = STATE(6897), [sym_subscript_designator] = STATE(5936), [sym_field_designator] = STATE(5936), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_initializer_pair_repeat1] = STATE(5936), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(1899), [anon_sym_RBRACE] = ACTIONS(3996), [anon_sym_LBRACK] = ACTIONS(3953), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [anon_sym_DOT] = ACTIONS(203), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1453] = { [sym__expression] = STATE(4270), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_initializer_list] = STATE(6897), [sym_initializer_pair] = STATE(6897), [sym_subscript_designator] = STATE(5936), [sym_field_designator] = STATE(5936), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_initializer_pair_repeat1] = STATE(5936), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(1899), [anon_sym_RBRACE] = ACTIONS(3974), [anon_sym_LBRACK] = ACTIONS(3953), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [anon_sym_DOT] = ACTIONS(203), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1454] = { [sym__expression] = STATE(4270), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_initializer_list] = STATE(6897), [sym_initializer_pair] = STATE(6897), [sym_subscript_designator] = STATE(5936), [sym_field_designator] = STATE(5936), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_initializer_pair_repeat1] = STATE(5936), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(1899), [anon_sym_RBRACE] = ACTIONS(3998), [anon_sym_LBRACK] = ACTIONS(3953), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [anon_sym_DOT] = ACTIONS(203), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1455] = { [sym_identifier] = ACTIONS(2901), [anon_sym_LPAREN2] = ACTIONS(2903), [anon_sym_BANG] = ACTIONS(2903), [anon_sym_TILDE] = ACTIONS(2903), [anon_sym_DASH] = ACTIONS(2901), [anon_sym_PLUS] = ACTIONS(2901), [anon_sym_STAR] = ACTIONS(2903), [anon_sym_AMP] = ACTIONS(2903), [anon_sym_SEMI] = ACTIONS(2903), [anon_sym_typedef] = ACTIONS(2901), [anon_sym_extern] = ACTIONS(2901), [anon_sym___attribute__] = ACTIONS(2901), [anon_sym_COLON_COLON] = ACTIONS(2903), [anon_sym_LBRACK_LBRACK] = ACTIONS(2903), [anon_sym___declspec] = ACTIONS(2901), [anon_sym_LBRACE] = ACTIONS(2903), [anon_sym_signed] = ACTIONS(2901), [anon_sym_unsigned] = ACTIONS(2901), [anon_sym_long] = ACTIONS(2901), [anon_sym_short] = ACTIONS(2901), [anon_sym_LBRACK] = ACTIONS(2901), [anon_sym_static] = ACTIONS(2901), [anon_sym_register] = ACTIONS(2901), [anon_sym_inline] = ACTIONS(2901), [anon_sym_thread_local] = ACTIONS(2901), [anon_sym_const] = ACTIONS(2901), [anon_sym_constexpr] = ACTIONS(2901), [anon_sym_volatile] = ACTIONS(2901), [anon_sym_restrict] = ACTIONS(2901), [anon_sym___restrict__] = ACTIONS(2901), [anon_sym__Atomic] = ACTIONS(2901), [anon_sym__Noreturn] = ACTIONS(2901), [anon_sym_noreturn] = ACTIONS(2901), [anon_sym_mutable] = ACTIONS(2901), [anon_sym_constinit] = ACTIONS(2901), [anon_sym_consteval] = ACTIONS(2901), [sym_primitive_type] = ACTIONS(2901), [anon_sym_enum] = ACTIONS(2901), [anon_sym_class] = ACTIONS(2901), [anon_sym_struct] = ACTIONS(2901), [anon_sym_union] = ACTIONS(2901), [anon_sym_if] = ACTIONS(2901), [anon_sym_else] = ACTIONS(2901), [anon_sym_switch] = ACTIONS(2901), [anon_sym_while] = ACTIONS(2901), [anon_sym_do] = ACTIONS(2901), [anon_sym_for] = ACTIONS(2901), [anon_sym_return] = ACTIONS(2901), [anon_sym_break] = ACTIONS(2901), [anon_sym_continue] = ACTIONS(2901), [anon_sym_goto] = ACTIONS(2901), [anon_sym_not] = ACTIONS(2901), [anon_sym_compl] = ACTIONS(2901), [anon_sym_DASH_DASH] = ACTIONS(2903), [anon_sym_PLUS_PLUS] = ACTIONS(2903), [anon_sym_sizeof] = ACTIONS(2901), [anon_sym_offsetof] = ACTIONS(2901), [anon_sym__Generic] = ACTIONS(2901), [anon_sym_asm] = ACTIONS(2901), [anon_sym___asm__] = ACTIONS(2901), [sym_number_literal] = ACTIONS(2903), [anon_sym_L_SQUOTE] = ACTIONS(2903), [anon_sym_u_SQUOTE] = ACTIONS(2903), [anon_sym_U_SQUOTE] = ACTIONS(2903), [anon_sym_u8_SQUOTE] = ACTIONS(2903), [anon_sym_SQUOTE] = ACTIONS(2903), [anon_sym_L_DQUOTE] = ACTIONS(2903), [anon_sym_u_DQUOTE] = ACTIONS(2903), [anon_sym_U_DQUOTE] = ACTIONS(2903), [anon_sym_u8_DQUOTE] = ACTIONS(2903), [anon_sym_DQUOTE] = ACTIONS(2903), [sym_true] = ACTIONS(2901), [sym_false] = ACTIONS(2901), [anon_sym_NULL] = ACTIONS(2901), [anon_sym_nullptr] = ACTIONS(2901), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2901), [anon_sym_decltype] = ACTIONS(2901), [anon_sym_virtual] = ACTIONS(2901), [anon_sym_typename] = ACTIONS(2901), [anon_sym_template] = ACTIONS(2901), [anon_sym_try] = ACTIONS(2901), [anon_sym_delete] = ACTIONS(2901), [anon_sym_throw] = ACTIONS(2901), [anon_sym_co_return] = ACTIONS(2901), [anon_sym_co_yield] = ACTIONS(2901), [anon_sym_catch] = ACTIONS(2901), [anon_sym_R_DQUOTE] = ACTIONS(2903), [anon_sym_LR_DQUOTE] = ACTIONS(2903), [anon_sym_uR_DQUOTE] = ACTIONS(2903), [anon_sym_UR_DQUOTE] = ACTIONS(2903), [anon_sym_u8R_DQUOTE] = ACTIONS(2903), [anon_sym_co_await] = ACTIONS(2901), [anon_sym_new] = ACTIONS(2901), [anon_sym_requires] = ACTIONS(2901), [sym_this] = ACTIONS(2901), }, [1456] = { [sym_identifier] = ACTIONS(2538), [anon_sym_LPAREN2] = ACTIONS(2536), [anon_sym_BANG] = ACTIONS(2536), [anon_sym_TILDE] = ACTIONS(2536), [anon_sym_DASH] = ACTIONS(2538), [anon_sym_PLUS] = ACTIONS(2538), [anon_sym_STAR] = ACTIONS(2536), [anon_sym_AMP] = ACTIONS(2536), [anon_sym_SEMI] = ACTIONS(2536), [anon_sym_typedef] = ACTIONS(2538), [anon_sym_extern] = ACTIONS(2538), [anon_sym___attribute__] = ACTIONS(2538), [anon_sym_COLON_COLON] = ACTIONS(2536), [anon_sym_LBRACK_LBRACK] = ACTIONS(2536), [anon_sym___declspec] = ACTIONS(2538), [anon_sym_LBRACE] = ACTIONS(2536), [anon_sym_signed] = ACTIONS(2538), [anon_sym_unsigned] = ACTIONS(2538), [anon_sym_long] = ACTIONS(2538), [anon_sym_short] = ACTIONS(2538), [anon_sym_LBRACK] = ACTIONS(2538), [anon_sym_static] = ACTIONS(2538), [anon_sym_register] = ACTIONS(2538), [anon_sym_inline] = ACTIONS(2538), [anon_sym_thread_local] = ACTIONS(2538), [anon_sym_const] = ACTIONS(2538), [anon_sym_constexpr] = ACTIONS(2538), [anon_sym_volatile] = ACTIONS(2538), [anon_sym_restrict] = ACTIONS(2538), [anon_sym___restrict__] = ACTIONS(2538), [anon_sym__Atomic] = ACTIONS(2538), [anon_sym__Noreturn] = ACTIONS(2538), [anon_sym_noreturn] = ACTIONS(2538), [anon_sym_mutable] = ACTIONS(2538), [anon_sym_constinit] = ACTIONS(2538), [anon_sym_consteval] = ACTIONS(2538), [sym_primitive_type] = ACTIONS(2538), [anon_sym_enum] = ACTIONS(2538), [anon_sym_class] = ACTIONS(2538), [anon_sym_struct] = ACTIONS(2538), [anon_sym_union] = ACTIONS(2538), [anon_sym_if] = ACTIONS(2538), [anon_sym_else] = ACTIONS(2538), [anon_sym_switch] = ACTIONS(2538), [anon_sym_while] = ACTIONS(2538), [anon_sym_do] = ACTIONS(2538), [anon_sym_for] = ACTIONS(2538), [anon_sym_return] = ACTIONS(2538), [anon_sym_break] = ACTIONS(2538), [anon_sym_continue] = ACTIONS(2538), [anon_sym_goto] = ACTIONS(2538), [anon_sym_not] = ACTIONS(2538), [anon_sym_compl] = ACTIONS(2538), [anon_sym_DASH_DASH] = ACTIONS(2536), [anon_sym_PLUS_PLUS] = ACTIONS(2536), [anon_sym_sizeof] = ACTIONS(2538), [anon_sym_offsetof] = ACTIONS(2538), [anon_sym__Generic] = ACTIONS(2538), [anon_sym_asm] = ACTIONS(2538), [anon_sym___asm__] = ACTIONS(2538), [sym_number_literal] = ACTIONS(2536), [anon_sym_L_SQUOTE] = ACTIONS(2536), [anon_sym_u_SQUOTE] = ACTIONS(2536), [anon_sym_U_SQUOTE] = ACTIONS(2536), [anon_sym_u8_SQUOTE] = ACTIONS(2536), [anon_sym_SQUOTE] = ACTIONS(2536), [anon_sym_L_DQUOTE] = ACTIONS(2536), [anon_sym_u_DQUOTE] = ACTIONS(2536), [anon_sym_U_DQUOTE] = ACTIONS(2536), [anon_sym_u8_DQUOTE] = ACTIONS(2536), [anon_sym_DQUOTE] = ACTIONS(2536), [sym_true] = ACTIONS(2538), [sym_false] = ACTIONS(2538), [anon_sym_NULL] = ACTIONS(2538), [anon_sym_nullptr] = ACTIONS(2538), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2538), [anon_sym_decltype] = ACTIONS(2538), [anon_sym_virtual] = ACTIONS(2538), [anon_sym_typename] = ACTIONS(2538), [anon_sym_template] = ACTIONS(2538), [anon_sym_try] = ACTIONS(2538), [anon_sym_delete] = ACTIONS(2538), [anon_sym_throw] = ACTIONS(2538), [anon_sym_co_return] = ACTIONS(2538), [anon_sym_co_yield] = ACTIONS(2538), [anon_sym_catch] = ACTIONS(2538), [anon_sym_R_DQUOTE] = ACTIONS(2536), [anon_sym_LR_DQUOTE] = ACTIONS(2536), [anon_sym_uR_DQUOTE] = ACTIONS(2536), [anon_sym_UR_DQUOTE] = ACTIONS(2536), [anon_sym_u8R_DQUOTE] = ACTIONS(2536), [anon_sym_co_await] = ACTIONS(2538), [anon_sym_new] = ACTIONS(2538), [anon_sym_requires] = ACTIONS(2538), [sym_this] = ACTIONS(2538), }, [1457] = { [sym__expression] = STATE(4270), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_initializer_list] = STATE(6897), [sym_initializer_pair] = STATE(6897), [sym_subscript_designator] = STATE(5936), [sym_field_designator] = STATE(5936), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [aux_sym_initializer_pair_repeat1] = STATE(5936), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(1899), [anon_sym_LBRACK] = ACTIONS(3953), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [anon_sym_DOT] = ACTIONS(203), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1458] = { [sym_else_clause] = STATE(1464), [sym_identifier] = ACTIONS(2905), [anon_sym_LPAREN2] = ACTIONS(2907), [anon_sym_BANG] = ACTIONS(2907), [anon_sym_TILDE] = ACTIONS(2907), [anon_sym_DASH] = ACTIONS(2905), [anon_sym_PLUS] = ACTIONS(2905), [anon_sym_STAR] = ACTIONS(2907), [anon_sym_AMP] = ACTIONS(2907), [anon_sym_SEMI] = ACTIONS(2907), [anon_sym_typedef] = ACTIONS(2905), [anon_sym_extern] = ACTIONS(2905), [anon_sym___attribute__] = ACTIONS(2905), [anon_sym_COLON_COLON] = ACTIONS(2907), [anon_sym_LBRACK_LBRACK] = ACTIONS(2907), [anon_sym___declspec] = ACTIONS(2905), [anon_sym_LBRACE] = ACTIONS(2907), [anon_sym_signed] = ACTIONS(2905), [anon_sym_unsigned] = ACTIONS(2905), [anon_sym_long] = ACTIONS(2905), [anon_sym_short] = ACTIONS(2905), [anon_sym_LBRACK] = ACTIONS(2905), [anon_sym_static] = ACTIONS(2905), [anon_sym_register] = ACTIONS(2905), [anon_sym_inline] = ACTIONS(2905), [anon_sym_thread_local] = ACTIONS(2905), [anon_sym_const] = ACTIONS(2905), [anon_sym_constexpr] = ACTIONS(2905), [anon_sym_volatile] = ACTIONS(2905), [anon_sym_restrict] = ACTIONS(2905), [anon_sym___restrict__] = ACTIONS(2905), [anon_sym__Atomic] = ACTIONS(2905), [anon_sym__Noreturn] = ACTIONS(2905), [anon_sym_noreturn] = ACTIONS(2905), [anon_sym_mutable] = ACTIONS(2905), [anon_sym_constinit] = ACTIONS(2905), [anon_sym_consteval] = ACTIONS(2905), [sym_primitive_type] = ACTIONS(2905), [anon_sym_enum] = ACTIONS(2905), [anon_sym_class] = ACTIONS(2905), [anon_sym_struct] = ACTIONS(2905), [anon_sym_union] = ACTIONS(2905), [anon_sym_if] = ACTIONS(2905), [anon_sym_else] = ACTIONS(4000), [anon_sym_switch] = ACTIONS(2905), [anon_sym_while] = ACTIONS(2905), [anon_sym_do] = ACTIONS(2905), [anon_sym_for] = ACTIONS(2905), [anon_sym_return] = ACTIONS(2905), [anon_sym_break] = ACTIONS(2905), [anon_sym_continue] = ACTIONS(2905), [anon_sym_goto] = ACTIONS(2905), [anon_sym_not] = ACTIONS(2905), [anon_sym_compl] = ACTIONS(2905), [anon_sym_DASH_DASH] = ACTIONS(2907), [anon_sym_PLUS_PLUS] = ACTIONS(2907), [anon_sym_sizeof] = ACTIONS(2905), [anon_sym_offsetof] = ACTIONS(2905), [anon_sym__Generic] = ACTIONS(2905), [anon_sym_asm] = ACTIONS(2905), [anon_sym___asm__] = ACTIONS(2905), [sym_number_literal] = ACTIONS(2907), [anon_sym_L_SQUOTE] = ACTIONS(2907), [anon_sym_u_SQUOTE] = ACTIONS(2907), [anon_sym_U_SQUOTE] = ACTIONS(2907), [anon_sym_u8_SQUOTE] = ACTIONS(2907), [anon_sym_SQUOTE] = ACTIONS(2907), [anon_sym_L_DQUOTE] = ACTIONS(2907), [anon_sym_u_DQUOTE] = ACTIONS(2907), [anon_sym_U_DQUOTE] = ACTIONS(2907), [anon_sym_u8_DQUOTE] = ACTIONS(2907), [anon_sym_DQUOTE] = ACTIONS(2907), [sym_true] = ACTIONS(2905), [sym_false] = ACTIONS(2905), [anon_sym_NULL] = ACTIONS(2905), [anon_sym_nullptr] = ACTIONS(2905), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2905), [anon_sym_decltype] = ACTIONS(2905), [anon_sym_virtual] = ACTIONS(2905), [anon_sym_typename] = ACTIONS(2905), [anon_sym_template] = ACTIONS(2905), [anon_sym_try] = ACTIONS(2905), [anon_sym_delete] = ACTIONS(2905), [anon_sym_throw] = ACTIONS(2905), [anon_sym_co_return] = ACTIONS(2905), [anon_sym_co_yield] = ACTIONS(2905), [anon_sym_R_DQUOTE] = ACTIONS(2907), [anon_sym_LR_DQUOTE] = ACTIONS(2907), [anon_sym_uR_DQUOTE] = ACTIONS(2907), [anon_sym_UR_DQUOTE] = ACTIONS(2907), [anon_sym_u8R_DQUOTE] = ACTIONS(2907), [anon_sym_co_await] = ACTIONS(2905), [anon_sym_new] = ACTIONS(2905), [anon_sym_requires] = ACTIONS(2905), [sym_this] = ACTIONS(2905), }, [1459] = { [sym_else_clause] = STATE(1480), [sym_identifier] = ACTIONS(2895), [anon_sym_LPAREN2] = ACTIONS(2897), [anon_sym_BANG] = ACTIONS(2897), [anon_sym_TILDE] = ACTIONS(2897), [anon_sym_DASH] = ACTIONS(2895), [anon_sym_PLUS] = ACTIONS(2895), [anon_sym_STAR] = ACTIONS(2897), [anon_sym_AMP] = ACTIONS(2897), [anon_sym_SEMI] = ACTIONS(2897), [anon_sym_typedef] = ACTIONS(2895), [anon_sym_extern] = ACTIONS(2895), [anon_sym___attribute__] = ACTIONS(2895), [anon_sym_COLON_COLON] = ACTIONS(2897), [anon_sym_LBRACK_LBRACK] = ACTIONS(2897), [anon_sym___declspec] = ACTIONS(2895), [anon_sym_LBRACE] = ACTIONS(2897), [anon_sym_signed] = ACTIONS(2895), [anon_sym_unsigned] = ACTIONS(2895), [anon_sym_long] = ACTIONS(2895), [anon_sym_short] = ACTIONS(2895), [anon_sym_LBRACK] = ACTIONS(2895), [anon_sym_static] = ACTIONS(2895), [anon_sym_register] = ACTIONS(2895), [anon_sym_inline] = ACTIONS(2895), [anon_sym_thread_local] = ACTIONS(2895), [anon_sym_const] = ACTIONS(2895), [anon_sym_constexpr] = ACTIONS(2895), [anon_sym_volatile] = ACTIONS(2895), [anon_sym_restrict] = ACTIONS(2895), [anon_sym___restrict__] = ACTIONS(2895), [anon_sym__Atomic] = ACTIONS(2895), [anon_sym__Noreturn] = ACTIONS(2895), [anon_sym_noreturn] = ACTIONS(2895), [anon_sym_mutable] = ACTIONS(2895), [anon_sym_constinit] = ACTIONS(2895), [anon_sym_consteval] = ACTIONS(2895), [sym_primitive_type] = ACTIONS(2895), [anon_sym_enum] = ACTIONS(2895), [anon_sym_class] = ACTIONS(2895), [anon_sym_struct] = ACTIONS(2895), [anon_sym_union] = ACTIONS(2895), [anon_sym_if] = ACTIONS(2895), [anon_sym_else] = ACTIONS(4000), [anon_sym_switch] = ACTIONS(2895), [anon_sym_while] = ACTIONS(2895), [anon_sym_do] = ACTIONS(2895), [anon_sym_for] = ACTIONS(2895), [anon_sym_return] = ACTIONS(2895), [anon_sym_break] = ACTIONS(2895), [anon_sym_continue] = ACTIONS(2895), [anon_sym_goto] = ACTIONS(2895), [anon_sym_not] = ACTIONS(2895), [anon_sym_compl] = ACTIONS(2895), [anon_sym_DASH_DASH] = ACTIONS(2897), [anon_sym_PLUS_PLUS] = ACTIONS(2897), [anon_sym_sizeof] = ACTIONS(2895), [anon_sym_offsetof] = ACTIONS(2895), [anon_sym__Generic] = ACTIONS(2895), [anon_sym_asm] = ACTIONS(2895), [anon_sym___asm__] = ACTIONS(2895), [sym_number_literal] = ACTIONS(2897), [anon_sym_L_SQUOTE] = ACTIONS(2897), [anon_sym_u_SQUOTE] = ACTIONS(2897), [anon_sym_U_SQUOTE] = ACTIONS(2897), [anon_sym_u8_SQUOTE] = ACTIONS(2897), [anon_sym_SQUOTE] = ACTIONS(2897), [anon_sym_L_DQUOTE] = ACTIONS(2897), [anon_sym_u_DQUOTE] = ACTIONS(2897), [anon_sym_U_DQUOTE] = ACTIONS(2897), [anon_sym_u8_DQUOTE] = ACTIONS(2897), [anon_sym_DQUOTE] = ACTIONS(2897), [sym_true] = ACTIONS(2895), [sym_false] = ACTIONS(2895), [anon_sym_NULL] = ACTIONS(2895), [anon_sym_nullptr] = ACTIONS(2895), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2895), [anon_sym_decltype] = ACTIONS(2895), [anon_sym_virtual] = ACTIONS(2895), [anon_sym_typename] = ACTIONS(2895), [anon_sym_template] = ACTIONS(2895), [anon_sym_try] = ACTIONS(2895), [anon_sym_delete] = ACTIONS(2895), [anon_sym_throw] = ACTIONS(2895), [anon_sym_co_return] = ACTIONS(2895), [anon_sym_co_yield] = ACTIONS(2895), [anon_sym_R_DQUOTE] = ACTIONS(2897), [anon_sym_LR_DQUOTE] = ACTIONS(2897), [anon_sym_uR_DQUOTE] = ACTIONS(2897), [anon_sym_UR_DQUOTE] = ACTIONS(2897), [anon_sym_u8R_DQUOTE] = ACTIONS(2897), [anon_sym_co_await] = ACTIONS(2895), [anon_sym_new] = ACTIONS(2895), [anon_sym_requires] = ACTIONS(2895), [sym_this] = ACTIONS(2895), }, [1460] = { [sym_identifier] = ACTIONS(2542), [anon_sym_LPAREN2] = ACTIONS(2540), [anon_sym_BANG] = ACTIONS(2540), [anon_sym_TILDE] = ACTIONS(2540), [anon_sym_DASH] = ACTIONS(2542), [anon_sym_PLUS] = ACTIONS(2542), [anon_sym_STAR] = ACTIONS(2540), [anon_sym_AMP] = ACTIONS(2540), [anon_sym_SEMI] = ACTIONS(2540), [anon_sym_typedef] = ACTIONS(2542), [anon_sym_extern] = ACTIONS(2542), [anon_sym___attribute__] = ACTIONS(2542), [anon_sym_COLON_COLON] = ACTIONS(2540), [anon_sym_LBRACK_LBRACK] = ACTIONS(2540), [anon_sym___declspec] = ACTIONS(2542), [anon_sym_LBRACE] = ACTIONS(2540), [anon_sym_signed] = ACTIONS(2542), [anon_sym_unsigned] = ACTIONS(2542), [anon_sym_long] = ACTIONS(2542), [anon_sym_short] = ACTIONS(2542), [anon_sym_LBRACK] = ACTIONS(2542), [anon_sym_static] = ACTIONS(2542), [anon_sym_register] = ACTIONS(2542), [anon_sym_inline] = ACTIONS(2542), [anon_sym_thread_local] = ACTIONS(2542), [anon_sym_const] = ACTIONS(2542), [anon_sym_constexpr] = ACTIONS(2542), [anon_sym_volatile] = ACTIONS(2542), [anon_sym_restrict] = ACTIONS(2542), [anon_sym___restrict__] = ACTIONS(2542), [anon_sym__Atomic] = ACTIONS(2542), [anon_sym__Noreturn] = ACTIONS(2542), [anon_sym_noreturn] = ACTIONS(2542), [anon_sym_mutable] = ACTIONS(2542), [anon_sym_constinit] = ACTIONS(2542), [anon_sym_consteval] = ACTIONS(2542), [sym_primitive_type] = ACTIONS(2542), [anon_sym_enum] = ACTIONS(2542), [anon_sym_class] = ACTIONS(2542), [anon_sym_struct] = ACTIONS(2542), [anon_sym_union] = ACTIONS(2542), [anon_sym_if] = ACTIONS(2542), [anon_sym_else] = ACTIONS(2542), [anon_sym_switch] = ACTIONS(2542), [anon_sym_while] = ACTIONS(2542), [anon_sym_do] = ACTIONS(2542), [anon_sym_for] = ACTIONS(2542), [anon_sym_return] = ACTIONS(2542), [anon_sym_break] = ACTIONS(2542), [anon_sym_continue] = ACTIONS(2542), [anon_sym_goto] = ACTIONS(2542), [anon_sym_not] = ACTIONS(2542), [anon_sym_compl] = ACTIONS(2542), [anon_sym_DASH_DASH] = ACTIONS(2540), [anon_sym_PLUS_PLUS] = ACTIONS(2540), [anon_sym_sizeof] = ACTIONS(2542), [anon_sym_offsetof] = ACTIONS(2542), [anon_sym__Generic] = ACTIONS(2542), [anon_sym_asm] = ACTIONS(2542), [anon_sym___asm__] = ACTIONS(2542), [sym_number_literal] = ACTIONS(2540), [anon_sym_L_SQUOTE] = ACTIONS(2540), [anon_sym_u_SQUOTE] = ACTIONS(2540), [anon_sym_U_SQUOTE] = ACTIONS(2540), [anon_sym_u8_SQUOTE] = ACTIONS(2540), [anon_sym_SQUOTE] = ACTIONS(2540), [anon_sym_L_DQUOTE] = ACTIONS(2540), [anon_sym_u_DQUOTE] = ACTIONS(2540), [anon_sym_U_DQUOTE] = ACTIONS(2540), [anon_sym_u8_DQUOTE] = ACTIONS(2540), [anon_sym_DQUOTE] = ACTIONS(2540), [sym_true] = ACTIONS(2542), [sym_false] = ACTIONS(2542), [anon_sym_NULL] = ACTIONS(2542), [anon_sym_nullptr] = ACTIONS(2542), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2542), [anon_sym_decltype] = ACTIONS(2542), [anon_sym_virtual] = ACTIONS(2542), [anon_sym_typename] = ACTIONS(2542), [anon_sym_template] = ACTIONS(2542), [anon_sym_try] = ACTIONS(2542), [anon_sym_delete] = ACTIONS(2542), [anon_sym_throw] = ACTIONS(2542), [anon_sym_co_return] = ACTIONS(2542), [anon_sym_co_yield] = ACTIONS(2542), [anon_sym_catch] = ACTIONS(2542), [anon_sym_R_DQUOTE] = ACTIONS(2540), [anon_sym_LR_DQUOTE] = ACTIONS(2540), [anon_sym_uR_DQUOTE] = ACTIONS(2540), [anon_sym_UR_DQUOTE] = ACTIONS(2540), [anon_sym_u8R_DQUOTE] = ACTIONS(2540), [anon_sym_co_await] = ACTIONS(2542), [anon_sym_new] = ACTIONS(2542), [anon_sym_requires] = ACTIONS(2542), [sym_this] = ACTIONS(2542), }, [1461] = { [sym_identifier] = ACTIONS(3771), [anon_sym_LPAREN2] = ACTIONS(3773), [anon_sym_BANG] = ACTIONS(3773), [anon_sym_TILDE] = ACTIONS(3773), [anon_sym_DASH] = ACTIONS(3771), [anon_sym_PLUS] = ACTIONS(3771), [anon_sym_STAR] = ACTIONS(3773), [anon_sym_AMP] = ACTIONS(3773), [anon_sym_SEMI] = ACTIONS(3773), [anon_sym_extern] = ACTIONS(3771), [anon_sym___attribute__] = ACTIONS(3771), [anon_sym_COLON_COLON] = ACTIONS(3773), [anon_sym_LBRACK_LBRACK] = ACTIONS(3773), [anon_sym___declspec] = ACTIONS(3771), [anon_sym_LBRACE] = ACTIONS(3773), [anon_sym_signed] = ACTIONS(3771), [anon_sym_unsigned] = ACTIONS(3771), [anon_sym_long] = ACTIONS(3771), [anon_sym_short] = ACTIONS(3771), [anon_sym_LBRACK] = ACTIONS(3771), [anon_sym_static] = ACTIONS(3771), [anon_sym_register] = ACTIONS(3771), [anon_sym_inline] = ACTIONS(3771), [anon_sym_thread_local] = ACTIONS(3771), [anon_sym_const] = ACTIONS(3771), [anon_sym_constexpr] = ACTIONS(3771), [anon_sym_volatile] = ACTIONS(3771), [anon_sym_restrict] = ACTIONS(3771), [anon_sym___restrict__] = ACTIONS(3771), [anon_sym__Atomic] = ACTIONS(3771), [anon_sym__Noreturn] = ACTIONS(3771), [anon_sym_noreturn] = ACTIONS(3771), [anon_sym_mutable] = ACTIONS(3771), [anon_sym_constinit] = ACTIONS(3771), [anon_sym_consteval] = ACTIONS(3771), [sym_primitive_type] = ACTIONS(3771), [anon_sym_enum] = ACTIONS(3771), [anon_sym_class] = ACTIONS(3771), [anon_sym_struct] = ACTIONS(3771), [anon_sym_union] = ACTIONS(3771), [anon_sym_if] = ACTIONS(3771), [anon_sym_switch] = ACTIONS(3771), [anon_sym_case] = ACTIONS(3771), [anon_sym_default] = ACTIONS(3771), [anon_sym_while] = ACTIONS(3771), [anon_sym_do] = ACTIONS(3771), [anon_sym_for] = ACTIONS(3771), [anon_sym_return] = ACTIONS(3771), [anon_sym_break] = ACTIONS(3771), [anon_sym_continue] = ACTIONS(3771), [anon_sym_goto] = ACTIONS(3771), [anon_sym_not] = ACTIONS(3771), [anon_sym_compl] = ACTIONS(3771), [anon_sym_DASH_DASH] = ACTIONS(3773), [anon_sym_PLUS_PLUS] = ACTIONS(3773), [anon_sym_sizeof] = ACTIONS(3771), [anon_sym_offsetof] = ACTIONS(3771), [anon_sym__Generic] = ACTIONS(3771), [anon_sym_asm] = ACTIONS(3771), [anon_sym___asm__] = ACTIONS(3771), [sym_number_literal] = ACTIONS(3773), [anon_sym_L_SQUOTE] = ACTIONS(3773), [anon_sym_u_SQUOTE] = ACTIONS(3773), [anon_sym_U_SQUOTE] = ACTIONS(3773), [anon_sym_u8_SQUOTE] = ACTIONS(3773), [anon_sym_SQUOTE] = ACTIONS(3773), [anon_sym_L_DQUOTE] = ACTIONS(3773), [anon_sym_u_DQUOTE] = ACTIONS(3773), [anon_sym_U_DQUOTE] = ACTIONS(3773), [anon_sym_u8_DQUOTE] = ACTIONS(3773), [anon_sym_DQUOTE] = ACTIONS(3773), [sym_true] = ACTIONS(3771), [sym_false] = ACTIONS(3771), [anon_sym_NULL] = ACTIONS(3771), [anon_sym_nullptr] = ACTIONS(3771), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3771), [anon_sym_decltype] = ACTIONS(3771), [anon_sym_virtual] = ACTIONS(3771), [anon_sym_typename] = ACTIONS(3771), [anon_sym_template] = ACTIONS(3771), [anon_sym_try] = ACTIONS(3771), [anon_sym_delete] = ACTIONS(3771), [anon_sym_throw] = ACTIONS(3771), [anon_sym_co_return] = ACTIONS(3771), [anon_sym_co_yield] = ACTIONS(3771), [anon_sym_R_DQUOTE] = ACTIONS(3773), [anon_sym_LR_DQUOTE] = ACTIONS(3773), [anon_sym_uR_DQUOTE] = ACTIONS(3773), [anon_sym_UR_DQUOTE] = ACTIONS(3773), [anon_sym_u8R_DQUOTE] = ACTIONS(3773), [anon_sym_co_await] = ACTIONS(3771), [anon_sym_new] = ACTIONS(3771), [anon_sym_requires] = ACTIONS(3771), [sym_this] = ACTIONS(3771), }, [1462] = { [sym_identifier] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2924), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [1463] = { [sym_identifier] = ACTIONS(3095), [anon_sym_LPAREN2] = ACTIONS(3097), [anon_sym_BANG] = ACTIONS(3097), [anon_sym_TILDE] = ACTIONS(3097), [anon_sym_DASH] = ACTIONS(3095), [anon_sym_PLUS] = ACTIONS(3095), [anon_sym_STAR] = ACTIONS(3097), [anon_sym_AMP] = ACTIONS(3097), [anon_sym_SEMI] = ACTIONS(3097), [anon_sym_typedef] = ACTIONS(3095), [anon_sym_extern] = ACTIONS(3095), [anon_sym___attribute__] = ACTIONS(3095), [anon_sym_COLON_COLON] = ACTIONS(3097), [anon_sym_LBRACK_LBRACK] = ACTIONS(3097), [anon_sym___declspec] = ACTIONS(3095), [anon_sym_LBRACE] = ACTIONS(3097), [anon_sym_signed] = ACTIONS(3095), [anon_sym_unsigned] = ACTIONS(3095), [anon_sym_long] = ACTIONS(3095), [anon_sym_short] = ACTIONS(3095), [anon_sym_LBRACK] = ACTIONS(3095), [anon_sym_static] = ACTIONS(3095), [anon_sym_register] = ACTIONS(3095), [anon_sym_inline] = ACTIONS(3095), [anon_sym_thread_local] = ACTIONS(3095), [anon_sym_const] = ACTIONS(3095), [anon_sym_constexpr] = ACTIONS(3095), [anon_sym_volatile] = ACTIONS(3095), [anon_sym_restrict] = ACTIONS(3095), [anon_sym___restrict__] = ACTIONS(3095), [anon_sym__Atomic] = ACTIONS(3095), [anon_sym__Noreturn] = ACTIONS(3095), [anon_sym_noreturn] = ACTIONS(3095), [anon_sym_mutable] = ACTIONS(3095), [anon_sym_constinit] = ACTIONS(3095), [anon_sym_consteval] = ACTIONS(3095), [sym_primitive_type] = ACTIONS(3095), [anon_sym_enum] = ACTIONS(3095), [anon_sym_class] = ACTIONS(3095), [anon_sym_struct] = ACTIONS(3095), [anon_sym_union] = ACTIONS(3095), [anon_sym_if] = ACTIONS(3095), [anon_sym_else] = ACTIONS(3095), [anon_sym_switch] = ACTIONS(3095), [anon_sym_while] = ACTIONS(3095), [anon_sym_do] = ACTIONS(3095), [anon_sym_for] = ACTIONS(3095), [anon_sym_return] = ACTIONS(3095), [anon_sym_break] = ACTIONS(3095), [anon_sym_continue] = ACTIONS(3095), [anon_sym_goto] = ACTIONS(3095), [anon_sym_not] = ACTIONS(3095), [anon_sym_compl] = ACTIONS(3095), [anon_sym_DASH_DASH] = ACTIONS(3097), [anon_sym_PLUS_PLUS] = ACTIONS(3097), [anon_sym_sizeof] = ACTIONS(3095), [anon_sym_offsetof] = ACTIONS(3095), [anon_sym__Generic] = ACTIONS(3095), [anon_sym_asm] = ACTIONS(3095), [anon_sym___asm__] = ACTIONS(3095), [sym_number_literal] = ACTIONS(3097), [anon_sym_L_SQUOTE] = ACTIONS(3097), [anon_sym_u_SQUOTE] = ACTIONS(3097), [anon_sym_U_SQUOTE] = ACTIONS(3097), [anon_sym_u8_SQUOTE] = ACTIONS(3097), [anon_sym_SQUOTE] = ACTIONS(3097), [anon_sym_L_DQUOTE] = ACTIONS(3097), [anon_sym_u_DQUOTE] = ACTIONS(3097), [anon_sym_U_DQUOTE] = ACTIONS(3097), [anon_sym_u8_DQUOTE] = ACTIONS(3097), [anon_sym_DQUOTE] = ACTIONS(3097), [sym_true] = ACTIONS(3095), [sym_false] = ACTIONS(3095), [anon_sym_NULL] = ACTIONS(3095), [anon_sym_nullptr] = ACTIONS(3095), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3095), [anon_sym_decltype] = ACTIONS(3095), [anon_sym_virtual] = ACTIONS(3095), [anon_sym_typename] = ACTIONS(3095), [anon_sym_template] = ACTIONS(3095), [anon_sym_try] = ACTIONS(3095), [anon_sym_delete] = ACTIONS(3095), [anon_sym_throw] = ACTIONS(3095), [anon_sym_co_return] = ACTIONS(3095), [anon_sym_co_yield] = ACTIONS(3095), [anon_sym_R_DQUOTE] = ACTIONS(3097), [anon_sym_LR_DQUOTE] = ACTIONS(3097), [anon_sym_uR_DQUOTE] = ACTIONS(3097), [anon_sym_UR_DQUOTE] = ACTIONS(3097), [anon_sym_u8R_DQUOTE] = ACTIONS(3097), [anon_sym_co_await] = ACTIONS(3095), [anon_sym_new] = ACTIONS(3095), [anon_sym_requires] = ACTIONS(3095), [sym_this] = ACTIONS(3095), }, [1464] = { [sym_identifier] = ACTIONS(3028), [anon_sym_LPAREN2] = ACTIONS(3030), [anon_sym_BANG] = ACTIONS(3030), [anon_sym_TILDE] = ACTIONS(3030), [anon_sym_DASH] = ACTIONS(3028), [anon_sym_PLUS] = ACTIONS(3028), [anon_sym_STAR] = ACTIONS(3030), [anon_sym_AMP] = ACTIONS(3030), [anon_sym_SEMI] = ACTIONS(3030), [anon_sym_typedef] = ACTIONS(3028), [anon_sym_extern] = ACTIONS(3028), [anon_sym___attribute__] = ACTIONS(3028), [anon_sym_COLON_COLON] = ACTIONS(3030), [anon_sym_LBRACK_LBRACK] = ACTIONS(3030), [anon_sym___declspec] = ACTIONS(3028), [anon_sym_LBRACE] = ACTIONS(3030), [anon_sym_signed] = ACTIONS(3028), [anon_sym_unsigned] = ACTIONS(3028), [anon_sym_long] = ACTIONS(3028), [anon_sym_short] = ACTIONS(3028), [anon_sym_LBRACK] = ACTIONS(3028), [anon_sym_static] = ACTIONS(3028), [anon_sym_register] = ACTIONS(3028), [anon_sym_inline] = ACTIONS(3028), [anon_sym_thread_local] = ACTIONS(3028), [anon_sym_const] = ACTIONS(3028), [anon_sym_constexpr] = ACTIONS(3028), [anon_sym_volatile] = ACTIONS(3028), [anon_sym_restrict] = ACTIONS(3028), [anon_sym___restrict__] = ACTIONS(3028), [anon_sym__Atomic] = ACTIONS(3028), [anon_sym__Noreturn] = ACTIONS(3028), [anon_sym_noreturn] = ACTIONS(3028), [anon_sym_mutable] = ACTIONS(3028), [anon_sym_constinit] = ACTIONS(3028), [anon_sym_consteval] = ACTIONS(3028), [sym_primitive_type] = ACTIONS(3028), [anon_sym_enum] = ACTIONS(3028), [anon_sym_class] = ACTIONS(3028), [anon_sym_struct] = ACTIONS(3028), [anon_sym_union] = ACTIONS(3028), [anon_sym_if] = ACTIONS(3028), [anon_sym_else] = ACTIONS(3028), [anon_sym_switch] = ACTIONS(3028), [anon_sym_while] = ACTIONS(3028), [anon_sym_do] = ACTIONS(3028), [anon_sym_for] = ACTIONS(3028), [anon_sym_return] = ACTIONS(3028), [anon_sym_break] = ACTIONS(3028), [anon_sym_continue] = ACTIONS(3028), [anon_sym_goto] = ACTIONS(3028), [anon_sym_not] = ACTIONS(3028), [anon_sym_compl] = ACTIONS(3028), [anon_sym_DASH_DASH] = ACTIONS(3030), [anon_sym_PLUS_PLUS] = ACTIONS(3030), [anon_sym_sizeof] = ACTIONS(3028), [anon_sym_offsetof] = ACTIONS(3028), [anon_sym__Generic] = ACTIONS(3028), [anon_sym_asm] = ACTIONS(3028), [anon_sym___asm__] = ACTIONS(3028), [sym_number_literal] = ACTIONS(3030), [anon_sym_L_SQUOTE] = ACTIONS(3030), [anon_sym_u_SQUOTE] = ACTIONS(3030), [anon_sym_U_SQUOTE] = ACTIONS(3030), [anon_sym_u8_SQUOTE] = ACTIONS(3030), [anon_sym_SQUOTE] = ACTIONS(3030), [anon_sym_L_DQUOTE] = ACTIONS(3030), [anon_sym_u_DQUOTE] = ACTIONS(3030), [anon_sym_U_DQUOTE] = ACTIONS(3030), [anon_sym_u8_DQUOTE] = ACTIONS(3030), [anon_sym_DQUOTE] = ACTIONS(3030), [sym_true] = ACTIONS(3028), [sym_false] = ACTIONS(3028), [anon_sym_NULL] = ACTIONS(3028), [anon_sym_nullptr] = ACTIONS(3028), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3028), [anon_sym_decltype] = ACTIONS(3028), [anon_sym_virtual] = ACTIONS(3028), [anon_sym_typename] = ACTIONS(3028), [anon_sym_template] = ACTIONS(3028), [anon_sym_try] = ACTIONS(3028), [anon_sym_delete] = ACTIONS(3028), [anon_sym_throw] = ACTIONS(3028), [anon_sym_co_return] = ACTIONS(3028), [anon_sym_co_yield] = ACTIONS(3028), [anon_sym_R_DQUOTE] = ACTIONS(3030), [anon_sym_LR_DQUOTE] = ACTIONS(3030), [anon_sym_uR_DQUOTE] = ACTIONS(3030), [anon_sym_UR_DQUOTE] = ACTIONS(3030), [anon_sym_u8R_DQUOTE] = ACTIONS(3030), [anon_sym_co_await] = ACTIONS(3028), [anon_sym_new] = ACTIONS(3028), [anon_sym_requires] = ACTIONS(3028), [sym_this] = ACTIONS(3028), }, [1465] = { [sym_identifier] = ACTIONS(3024), [anon_sym_LPAREN2] = ACTIONS(3026), [anon_sym_BANG] = ACTIONS(3026), [anon_sym_TILDE] = ACTIONS(3026), [anon_sym_DASH] = ACTIONS(3024), [anon_sym_PLUS] = ACTIONS(3024), [anon_sym_STAR] = ACTIONS(3026), [anon_sym_AMP] = ACTIONS(3026), [anon_sym_SEMI] = ACTIONS(3026), [anon_sym_typedef] = ACTIONS(3024), [anon_sym_extern] = ACTIONS(3024), [anon_sym___attribute__] = ACTIONS(3024), [anon_sym_COLON_COLON] = ACTIONS(3026), [anon_sym_LBRACK_LBRACK] = ACTIONS(3026), [anon_sym___declspec] = ACTIONS(3024), [anon_sym_LBRACE] = ACTIONS(3026), [anon_sym_signed] = ACTIONS(3024), [anon_sym_unsigned] = ACTIONS(3024), [anon_sym_long] = ACTIONS(3024), [anon_sym_short] = ACTIONS(3024), [anon_sym_LBRACK] = ACTIONS(3024), [anon_sym_static] = ACTIONS(3024), [anon_sym_register] = ACTIONS(3024), [anon_sym_inline] = ACTIONS(3024), [anon_sym_thread_local] = ACTIONS(3024), [anon_sym_const] = ACTIONS(3024), [anon_sym_constexpr] = ACTIONS(3024), [anon_sym_volatile] = ACTIONS(3024), [anon_sym_restrict] = ACTIONS(3024), [anon_sym___restrict__] = ACTIONS(3024), [anon_sym__Atomic] = ACTIONS(3024), [anon_sym__Noreturn] = ACTIONS(3024), [anon_sym_noreturn] = ACTIONS(3024), [anon_sym_mutable] = ACTIONS(3024), [anon_sym_constinit] = ACTIONS(3024), [anon_sym_consteval] = ACTIONS(3024), [sym_primitive_type] = ACTIONS(3024), [anon_sym_enum] = ACTIONS(3024), [anon_sym_class] = ACTIONS(3024), [anon_sym_struct] = ACTIONS(3024), [anon_sym_union] = ACTIONS(3024), [anon_sym_if] = ACTIONS(3024), [anon_sym_else] = ACTIONS(3024), [anon_sym_switch] = ACTIONS(3024), [anon_sym_while] = ACTIONS(3024), [anon_sym_do] = ACTIONS(3024), [anon_sym_for] = ACTIONS(3024), [anon_sym_return] = ACTIONS(3024), [anon_sym_break] = ACTIONS(3024), [anon_sym_continue] = ACTIONS(3024), [anon_sym_goto] = ACTIONS(3024), [anon_sym_not] = ACTIONS(3024), [anon_sym_compl] = ACTIONS(3024), [anon_sym_DASH_DASH] = ACTIONS(3026), [anon_sym_PLUS_PLUS] = ACTIONS(3026), [anon_sym_sizeof] = ACTIONS(3024), [anon_sym_offsetof] = ACTIONS(3024), [anon_sym__Generic] = ACTIONS(3024), [anon_sym_asm] = ACTIONS(3024), [anon_sym___asm__] = ACTIONS(3024), [sym_number_literal] = ACTIONS(3026), [anon_sym_L_SQUOTE] = ACTIONS(3026), [anon_sym_u_SQUOTE] = ACTIONS(3026), [anon_sym_U_SQUOTE] = ACTIONS(3026), [anon_sym_u8_SQUOTE] = ACTIONS(3026), [anon_sym_SQUOTE] = ACTIONS(3026), [anon_sym_L_DQUOTE] = ACTIONS(3026), [anon_sym_u_DQUOTE] = ACTIONS(3026), [anon_sym_U_DQUOTE] = ACTIONS(3026), [anon_sym_u8_DQUOTE] = ACTIONS(3026), [anon_sym_DQUOTE] = ACTIONS(3026), [sym_true] = ACTIONS(3024), [sym_false] = ACTIONS(3024), [anon_sym_NULL] = ACTIONS(3024), [anon_sym_nullptr] = ACTIONS(3024), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3024), [anon_sym_decltype] = ACTIONS(3024), [anon_sym_virtual] = ACTIONS(3024), [anon_sym_typename] = ACTIONS(3024), [anon_sym_template] = ACTIONS(3024), [anon_sym_try] = ACTIONS(3024), [anon_sym_delete] = ACTIONS(3024), [anon_sym_throw] = ACTIONS(3024), [anon_sym_co_return] = ACTIONS(3024), [anon_sym_co_yield] = ACTIONS(3024), [anon_sym_R_DQUOTE] = ACTIONS(3026), [anon_sym_LR_DQUOTE] = ACTIONS(3026), [anon_sym_uR_DQUOTE] = ACTIONS(3026), [anon_sym_UR_DQUOTE] = ACTIONS(3026), [anon_sym_u8R_DQUOTE] = ACTIONS(3026), [anon_sym_co_await] = ACTIONS(3024), [anon_sym_new] = ACTIONS(3024), [anon_sym_requires] = ACTIONS(3024), [sym_this] = ACTIONS(3024), }, [1466] = { [sym_identifier] = ACTIONS(3099), [anon_sym_LPAREN2] = ACTIONS(3101), [anon_sym_BANG] = ACTIONS(3101), [anon_sym_TILDE] = ACTIONS(3101), [anon_sym_DASH] = ACTIONS(3099), [anon_sym_PLUS] = ACTIONS(3099), [anon_sym_STAR] = ACTIONS(3101), [anon_sym_AMP] = ACTIONS(3101), [anon_sym_SEMI] = ACTIONS(3101), [anon_sym_typedef] = ACTIONS(3099), [anon_sym_extern] = ACTIONS(3099), [anon_sym___attribute__] = ACTIONS(3099), [anon_sym_COLON_COLON] = ACTIONS(3101), [anon_sym_LBRACK_LBRACK] = ACTIONS(3101), [anon_sym___declspec] = ACTIONS(3099), [anon_sym_LBRACE] = ACTIONS(3101), [anon_sym_signed] = ACTIONS(3099), [anon_sym_unsigned] = ACTIONS(3099), [anon_sym_long] = ACTIONS(3099), [anon_sym_short] = ACTIONS(3099), [anon_sym_LBRACK] = ACTIONS(3099), [anon_sym_static] = ACTIONS(3099), [anon_sym_register] = ACTIONS(3099), [anon_sym_inline] = ACTIONS(3099), [anon_sym_thread_local] = ACTIONS(3099), [anon_sym_const] = ACTIONS(3099), [anon_sym_constexpr] = ACTIONS(3099), [anon_sym_volatile] = ACTIONS(3099), [anon_sym_restrict] = ACTIONS(3099), [anon_sym___restrict__] = ACTIONS(3099), [anon_sym__Atomic] = ACTIONS(3099), [anon_sym__Noreturn] = ACTIONS(3099), [anon_sym_noreturn] = ACTIONS(3099), [anon_sym_mutable] = ACTIONS(3099), [anon_sym_constinit] = ACTIONS(3099), [anon_sym_consteval] = ACTIONS(3099), [sym_primitive_type] = ACTIONS(3099), [anon_sym_enum] = ACTIONS(3099), [anon_sym_class] = ACTIONS(3099), [anon_sym_struct] = ACTIONS(3099), [anon_sym_union] = ACTIONS(3099), [anon_sym_if] = ACTIONS(3099), [anon_sym_else] = ACTIONS(3099), [anon_sym_switch] = ACTIONS(3099), [anon_sym_while] = ACTIONS(3099), [anon_sym_do] = ACTIONS(3099), [anon_sym_for] = ACTIONS(3099), [anon_sym_return] = ACTIONS(3099), [anon_sym_break] = ACTIONS(3099), [anon_sym_continue] = ACTIONS(3099), [anon_sym_goto] = ACTIONS(3099), [anon_sym_not] = ACTIONS(3099), [anon_sym_compl] = ACTIONS(3099), [anon_sym_DASH_DASH] = ACTIONS(3101), [anon_sym_PLUS_PLUS] = ACTIONS(3101), [anon_sym_sizeof] = ACTIONS(3099), [anon_sym_offsetof] = ACTIONS(3099), [anon_sym__Generic] = ACTIONS(3099), [anon_sym_asm] = ACTIONS(3099), [anon_sym___asm__] = ACTIONS(3099), [sym_number_literal] = ACTIONS(3101), [anon_sym_L_SQUOTE] = ACTIONS(3101), [anon_sym_u_SQUOTE] = ACTIONS(3101), [anon_sym_U_SQUOTE] = ACTIONS(3101), [anon_sym_u8_SQUOTE] = ACTIONS(3101), [anon_sym_SQUOTE] = ACTIONS(3101), [anon_sym_L_DQUOTE] = ACTIONS(3101), [anon_sym_u_DQUOTE] = ACTIONS(3101), [anon_sym_U_DQUOTE] = ACTIONS(3101), [anon_sym_u8_DQUOTE] = ACTIONS(3101), [anon_sym_DQUOTE] = ACTIONS(3101), [sym_true] = ACTIONS(3099), [sym_false] = ACTIONS(3099), [anon_sym_NULL] = ACTIONS(3099), [anon_sym_nullptr] = ACTIONS(3099), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3099), [anon_sym_decltype] = ACTIONS(3099), [anon_sym_virtual] = ACTIONS(3099), [anon_sym_typename] = ACTIONS(3099), [anon_sym_template] = ACTIONS(3099), [anon_sym_try] = ACTIONS(3099), [anon_sym_delete] = ACTIONS(3099), [anon_sym_throw] = ACTIONS(3099), [anon_sym_co_return] = ACTIONS(3099), [anon_sym_co_yield] = ACTIONS(3099), [anon_sym_R_DQUOTE] = ACTIONS(3101), [anon_sym_LR_DQUOTE] = ACTIONS(3101), [anon_sym_uR_DQUOTE] = ACTIONS(3101), [anon_sym_UR_DQUOTE] = ACTIONS(3101), [anon_sym_u8R_DQUOTE] = ACTIONS(3101), [anon_sym_co_await] = ACTIONS(3099), [anon_sym_new] = ACTIONS(3099), [anon_sym_requires] = ACTIONS(3099), [sym_this] = ACTIONS(3099), }, [1467] = { [sym_identifier] = ACTIONS(3020), [anon_sym_LPAREN2] = ACTIONS(3022), [anon_sym_BANG] = ACTIONS(3022), [anon_sym_TILDE] = ACTIONS(3022), [anon_sym_DASH] = ACTIONS(3020), [anon_sym_PLUS] = ACTIONS(3020), [anon_sym_STAR] = ACTIONS(3022), [anon_sym_AMP] = ACTIONS(3022), [anon_sym_SEMI] = ACTIONS(3022), [anon_sym_typedef] = ACTIONS(3020), [anon_sym_extern] = ACTIONS(3020), [anon_sym___attribute__] = ACTIONS(3020), [anon_sym_COLON_COLON] = ACTIONS(3022), [anon_sym_LBRACK_LBRACK] = ACTIONS(3022), [anon_sym___declspec] = ACTIONS(3020), [anon_sym_LBRACE] = ACTIONS(3022), [anon_sym_signed] = ACTIONS(3020), [anon_sym_unsigned] = ACTIONS(3020), [anon_sym_long] = ACTIONS(3020), [anon_sym_short] = ACTIONS(3020), [anon_sym_LBRACK] = ACTIONS(3020), [anon_sym_static] = ACTIONS(3020), [anon_sym_register] = ACTIONS(3020), [anon_sym_inline] = ACTIONS(3020), [anon_sym_thread_local] = ACTIONS(3020), [anon_sym_const] = ACTIONS(3020), [anon_sym_constexpr] = ACTIONS(3020), [anon_sym_volatile] = ACTIONS(3020), [anon_sym_restrict] = ACTIONS(3020), [anon_sym___restrict__] = ACTIONS(3020), [anon_sym__Atomic] = ACTIONS(3020), [anon_sym__Noreturn] = ACTIONS(3020), [anon_sym_noreturn] = ACTIONS(3020), [anon_sym_mutable] = ACTIONS(3020), [anon_sym_constinit] = ACTIONS(3020), [anon_sym_consteval] = ACTIONS(3020), [sym_primitive_type] = ACTIONS(3020), [anon_sym_enum] = ACTIONS(3020), [anon_sym_class] = ACTIONS(3020), [anon_sym_struct] = ACTIONS(3020), [anon_sym_union] = ACTIONS(3020), [anon_sym_if] = ACTIONS(3020), [anon_sym_else] = ACTIONS(3020), [anon_sym_switch] = ACTIONS(3020), [anon_sym_while] = ACTIONS(3020), [anon_sym_do] = ACTIONS(3020), [anon_sym_for] = ACTIONS(3020), [anon_sym_return] = ACTIONS(3020), [anon_sym_break] = ACTIONS(3020), [anon_sym_continue] = ACTIONS(3020), [anon_sym_goto] = ACTIONS(3020), [anon_sym_not] = ACTIONS(3020), [anon_sym_compl] = ACTIONS(3020), [anon_sym_DASH_DASH] = ACTIONS(3022), [anon_sym_PLUS_PLUS] = ACTIONS(3022), [anon_sym_sizeof] = ACTIONS(3020), [anon_sym_offsetof] = ACTIONS(3020), [anon_sym__Generic] = ACTIONS(3020), [anon_sym_asm] = ACTIONS(3020), [anon_sym___asm__] = ACTIONS(3020), [sym_number_literal] = ACTIONS(3022), [anon_sym_L_SQUOTE] = ACTIONS(3022), [anon_sym_u_SQUOTE] = ACTIONS(3022), [anon_sym_U_SQUOTE] = ACTIONS(3022), [anon_sym_u8_SQUOTE] = ACTIONS(3022), [anon_sym_SQUOTE] = ACTIONS(3022), [anon_sym_L_DQUOTE] = ACTIONS(3022), [anon_sym_u_DQUOTE] = ACTIONS(3022), [anon_sym_U_DQUOTE] = ACTIONS(3022), [anon_sym_u8_DQUOTE] = ACTIONS(3022), [anon_sym_DQUOTE] = ACTIONS(3022), [sym_true] = ACTIONS(3020), [sym_false] = ACTIONS(3020), [anon_sym_NULL] = ACTIONS(3020), [anon_sym_nullptr] = ACTIONS(3020), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3020), [anon_sym_decltype] = ACTIONS(3020), [anon_sym_virtual] = ACTIONS(3020), [anon_sym_typename] = ACTIONS(3020), [anon_sym_template] = ACTIONS(3020), [anon_sym_try] = ACTIONS(3020), [anon_sym_delete] = ACTIONS(3020), [anon_sym_throw] = ACTIONS(3020), [anon_sym_co_return] = ACTIONS(3020), [anon_sym_co_yield] = ACTIONS(3020), [anon_sym_R_DQUOTE] = ACTIONS(3022), [anon_sym_LR_DQUOTE] = ACTIONS(3022), [anon_sym_uR_DQUOTE] = ACTIONS(3022), [anon_sym_UR_DQUOTE] = ACTIONS(3022), [anon_sym_u8R_DQUOTE] = ACTIONS(3022), [anon_sym_co_await] = ACTIONS(3020), [anon_sym_new] = ACTIONS(3020), [anon_sym_requires] = ACTIONS(3020), [sym_this] = ACTIONS(3020), }, [1468] = { [sym_identifier] = ACTIONS(2972), [anon_sym_LPAREN2] = ACTIONS(2974), [anon_sym_BANG] = ACTIONS(2974), [anon_sym_TILDE] = ACTIONS(2974), [anon_sym_DASH] = ACTIONS(2972), [anon_sym_PLUS] = ACTIONS(2972), [anon_sym_STAR] = ACTIONS(2974), [anon_sym_AMP] = ACTIONS(2974), [anon_sym_SEMI] = ACTIONS(2974), [anon_sym_typedef] = ACTIONS(2972), [anon_sym_extern] = ACTIONS(2972), [anon_sym___attribute__] = ACTIONS(2972), [anon_sym_COLON_COLON] = ACTIONS(2974), [anon_sym_LBRACK_LBRACK] = ACTIONS(2974), [anon_sym___declspec] = ACTIONS(2972), [anon_sym_LBRACE] = ACTIONS(2974), [anon_sym_signed] = ACTIONS(2972), [anon_sym_unsigned] = ACTIONS(2972), [anon_sym_long] = ACTIONS(2972), [anon_sym_short] = ACTIONS(2972), [anon_sym_LBRACK] = ACTIONS(2972), [anon_sym_static] = ACTIONS(2972), [anon_sym_register] = ACTIONS(2972), [anon_sym_inline] = ACTIONS(2972), [anon_sym_thread_local] = ACTIONS(2972), [anon_sym_const] = ACTIONS(2972), [anon_sym_constexpr] = ACTIONS(2972), [anon_sym_volatile] = ACTIONS(2972), [anon_sym_restrict] = ACTIONS(2972), [anon_sym___restrict__] = ACTIONS(2972), [anon_sym__Atomic] = ACTIONS(2972), [anon_sym__Noreturn] = ACTIONS(2972), [anon_sym_noreturn] = ACTIONS(2972), [anon_sym_mutable] = ACTIONS(2972), [anon_sym_constinit] = ACTIONS(2972), [anon_sym_consteval] = ACTIONS(2972), [sym_primitive_type] = ACTIONS(2972), [anon_sym_enum] = ACTIONS(2972), [anon_sym_class] = ACTIONS(2972), [anon_sym_struct] = ACTIONS(2972), [anon_sym_union] = ACTIONS(2972), [anon_sym_if] = ACTIONS(2972), [anon_sym_else] = ACTIONS(2972), [anon_sym_switch] = ACTIONS(2972), [anon_sym_while] = ACTIONS(2972), [anon_sym_do] = ACTIONS(2972), [anon_sym_for] = ACTIONS(2972), [anon_sym_return] = ACTIONS(2972), [anon_sym_break] = ACTIONS(2972), [anon_sym_continue] = ACTIONS(2972), [anon_sym_goto] = ACTIONS(2972), [anon_sym_not] = ACTIONS(2972), [anon_sym_compl] = ACTIONS(2972), [anon_sym_DASH_DASH] = ACTIONS(2974), [anon_sym_PLUS_PLUS] = ACTIONS(2974), [anon_sym_sizeof] = ACTIONS(2972), [anon_sym_offsetof] = ACTIONS(2972), [anon_sym__Generic] = ACTIONS(2972), [anon_sym_asm] = ACTIONS(2972), [anon_sym___asm__] = ACTIONS(2972), [sym_number_literal] = ACTIONS(2974), [anon_sym_L_SQUOTE] = ACTIONS(2974), [anon_sym_u_SQUOTE] = ACTIONS(2974), [anon_sym_U_SQUOTE] = ACTIONS(2974), [anon_sym_u8_SQUOTE] = ACTIONS(2974), [anon_sym_SQUOTE] = ACTIONS(2974), [anon_sym_L_DQUOTE] = ACTIONS(2974), [anon_sym_u_DQUOTE] = ACTIONS(2974), [anon_sym_U_DQUOTE] = ACTIONS(2974), [anon_sym_u8_DQUOTE] = ACTIONS(2974), [anon_sym_DQUOTE] = ACTIONS(2974), [sym_true] = ACTIONS(2972), [sym_false] = ACTIONS(2972), [anon_sym_NULL] = ACTIONS(2972), [anon_sym_nullptr] = ACTIONS(2972), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2972), [anon_sym_decltype] = ACTIONS(2972), [anon_sym_virtual] = ACTIONS(2972), [anon_sym_typename] = ACTIONS(2972), [anon_sym_template] = ACTIONS(2972), [anon_sym_try] = ACTIONS(2972), [anon_sym_delete] = ACTIONS(2972), [anon_sym_throw] = ACTIONS(2972), [anon_sym_co_return] = ACTIONS(2972), [anon_sym_co_yield] = ACTIONS(2972), [anon_sym_R_DQUOTE] = ACTIONS(2974), [anon_sym_LR_DQUOTE] = ACTIONS(2974), [anon_sym_uR_DQUOTE] = ACTIONS(2974), [anon_sym_UR_DQUOTE] = ACTIONS(2974), [anon_sym_u8R_DQUOTE] = ACTIONS(2974), [anon_sym_co_await] = ACTIONS(2972), [anon_sym_new] = ACTIONS(2972), [anon_sym_requires] = ACTIONS(2972), [sym_this] = ACTIONS(2972), }, [1469] = { [sym_identifier] = ACTIONS(2968), [anon_sym_LPAREN2] = ACTIONS(2970), [anon_sym_BANG] = ACTIONS(2970), [anon_sym_TILDE] = ACTIONS(2970), [anon_sym_DASH] = ACTIONS(2968), [anon_sym_PLUS] = ACTIONS(2968), [anon_sym_STAR] = ACTIONS(2970), [anon_sym_AMP] = ACTIONS(2970), [anon_sym_SEMI] = ACTIONS(2970), [anon_sym_typedef] = ACTIONS(2968), [anon_sym_extern] = ACTIONS(2968), [anon_sym___attribute__] = ACTIONS(2968), [anon_sym_COLON_COLON] = ACTIONS(2970), [anon_sym_LBRACK_LBRACK] = ACTIONS(2970), [anon_sym___declspec] = ACTIONS(2968), [anon_sym_LBRACE] = ACTIONS(2970), [anon_sym_signed] = ACTIONS(2968), [anon_sym_unsigned] = ACTIONS(2968), [anon_sym_long] = ACTIONS(2968), [anon_sym_short] = ACTIONS(2968), [anon_sym_LBRACK] = ACTIONS(2968), [anon_sym_static] = ACTIONS(2968), [anon_sym_register] = ACTIONS(2968), [anon_sym_inline] = ACTIONS(2968), [anon_sym_thread_local] = ACTIONS(2968), [anon_sym_const] = ACTIONS(2968), [anon_sym_constexpr] = ACTIONS(2968), [anon_sym_volatile] = ACTIONS(2968), [anon_sym_restrict] = ACTIONS(2968), [anon_sym___restrict__] = ACTIONS(2968), [anon_sym__Atomic] = ACTIONS(2968), [anon_sym__Noreturn] = ACTIONS(2968), [anon_sym_noreturn] = ACTIONS(2968), [anon_sym_mutable] = ACTIONS(2968), [anon_sym_constinit] = ACTIONS(2968), [anon_sym_consteval] = ACTIONS(2968), [sym_primitive_type] = ACTIONS(2968), [anon_sym_enum] = ACTIONS(2968), [anon_sym_class] = ACTIONS(2968), [anon_sym_struct] = ACTIONS(2968), [anon_sym_union] = ACTIONS(2968), [anon_sym_if] = ACTIONS(2968), [anon_sym_else] = ACTIONS(2968), [anon_sym_switch] = ACTIONS(2968), [anon_sym_while] = ACTIONS(2968), [anon_sym_do] = ACTIONS(2968), [anon_sym_for] = ACTIONS(2968), [anon_sym_return] = ACTIONS(2968), [anon_sym_break] = ACTIONS(2968), [anon_sym_continue] = ACTIONS(2968), [anon_sym_goto] = ACTIONS(2968), [anon_sym_not] = ACTIONS(2968), [anon_sym_compl] = ACTIONS(2968), [anon_sym_DASH_DASH] = ACTIONS(2970), [anon_sym_PLUS_PLUS] = ACTIONS(2970), [anon_sym_sizeof] = ACTIONS(2968), [anon_sym_offsetof] = ACTIONS(2968), [anon_sym__Generic] = ACTIONS(2968), [anon_sym_asm] = ACTIONS(2968), [anon_sym___asm__] = ACTIONS(2968), [sym_number_literal] = ACTIONS(2970), [anon_sym_L_SQUOTE] = ACTIONS(2970), [anon_sym_u_SQUOTE] = ACTIONS(2970), [anon_sym_U_SQUOTE] = ACTIONS(2970), [anon_sym_u8_SQUOTE] = ACTIONS(2970), [anon_sym_SQUOTE] = ACTIONS(2970), [anon_sym_L_DQUOTE] = ACTIONS(2970), [anon_sym_u_DQUOTE] = ACTIONS(2970), [anon_sym_U_DQUOTE] = ACTIONS(2970), [anon_sym_u8_DQUOTE] = ACTIONS(2970), [anon_sym_DQUOTE] = ACTIONS(2970), [sym_true] = ACTIONS(2968), [sym_false] = ACTIONS(2968), [anon_sym_NULL] = ACTIONS(2968), [anon_sym_nullptr] = ACTIONS(2968), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2968), [anon_sym_decltype] = ACTIONS(2968), [anon_sym_virtual] = ACTIONS(2968), [anon_sym_typename] = ACTIONS(2968), [anon_sym_template] = ACTIONS(2968), [anon_sym_try] = ACTIONS(2968), [anon_sym_delete] = ACTIONS(2968), [anon_sym_throw] = ACTIONS(2968), [anon_sym_co_return] = ACTIONS(2968), [anon_sym_co_yield] = ACTIONS(2968), [anon_sym_R_DQUOTE] = ACTIONS(2970), [anon_sym_LR_DQUOTE] = ACTIONS(2970), [anon_sym_uR_DQUOTE] = ACTIONS(2970), [anon_sym_UR_DQUOTE] = ACTIONS(2970), [anon_sym_u8R_DQUOTE] = ACTIONS(2970), [anon_sym_co_await] = ACTIONS(2968), [anon_sym_new] = ACTIONS(2968), [anon_sym_requires] = ACTIONS(2968), [sym_this] = ACTIONS(2968), }, [1470] = { [sym_identifier] = ACTIONS(2958), [anon_sym_LPAREN2] = ACTIONS(2960), [anon_sym_BANG] = ACTIONS(2960), [anon_sym_TILDE] = ACTIONS(2960), [anon_sym_DASH] = ACTIONS(2958), [anon_sym_PLUS] = ACTIONS(2958), [anon_sym_STAR] = ACTIONS(2960), [anon_sym_AMP] = ACTIONS(2960), [anon_sym_SEMI] = ACTIONS(2960), [anon_sym_typedef] = ACTIONS(2958), [anon_sym_extern] = ACTIONS(2958), [anon_sym___attribute__] = ACTIONS(2958), [anon_sym_COLON_COLON] = ACTIONS(2960), [anon_sym_LBRACK_LBRACK] = ACTIONS(2960), [anon_sym___declspec] = ACTIONS(2958), [anon_sym_LBRACE] = ACTIONS(2960), [anon_sym_signed] = ACTIONS(2958), [anon_sym_unsigned] = ACTIONS(2958), [anon_sym_long] = ACTIONS(2958), [anon_sym_short] = ACTIONS(2958), [anon_sym_LBRACK] = ACTIONS(2958), [anon_sym_static] = ACTIONS(2958), [anon_sym_register] = ACTIONS(2958), [anon_sym_inline] = ACTIONS(2958), [anon_sym_thread_local] = ACTIONS(2958), [anon_sym_const] = ACTIONS(2958), [anon_sym_constexpr] = ACTIONS(2958), [anon_sym_volatile] = ACTIONS(2958), [anon_sym_restrict] = ACTIONS(2958), [anon_sym___restrict__] = ACTIONS(2958), [anon_sym__Atomic] = ACTIONS(2958), [anon_sym__Noreturn] = ACTIONS(2958), [anon_sym_noreturn] = ACTIONS(2958), [anon_sym_mutable] = ACTIONS(2958), [anon_sym_constinit] = ACTIONS(2958), [anon_sym_consteval] = ACTIONS(2958), [sym_primitive_type] = ACTIONS(2958), [anon_sym_enum] = ACTIONS(2958), [anon_sym_class] = ACTIONS(2958), [anon_sym_struct] = ACTIONS(2958), [anon_sym_union] = ACTIONS(2958), [anon_sym_if] = ACTIONS(2958), [anon_sym_else] = ACTIONS(2958), [anon_sym_switch] = ACTIONS(2958), [anon_sym_while] = ACTIONS(2958), [anon_sym_do] = ACTIONS(2958), [anon_sym_for] = ACTIONS(2958), [anon_sym_return] = ACTIONS(2958), [anon_sym_break] = ACTIONS(2958), [anon_sym_continue] = ACTIONS(2958), [anon_sym_goto] = ACTIONS(2958), [anon_sym_not] = ACTIONS(2958), [anon_sym_compl] = ACTIONS(2958), [anon_sym_DASH_DASH] = ACTIONS(2960), [anon_sym_PLUS_PLUS] = ACTIONS(2960), [anon_sym_sizeof] = ACTIONS(2958), [anon_sym_offsetof] = ACTIONS(2958), [anon_sym__Generic] = ACTIONS(2958), [anon_sym_asm] = ACTIONS(2958), [anon_sym___asm__] = ACTIONS(2958), [sym_number_literal] = ACTIONS(2960), [anon_sym_L_SQUOTE] = ACTIONS(2960), [anon_sym_u_SQUOTE] = ACTIONS(2960), [anon_sym_U_SQUOTE] = ACTIONS(2960), [anon_sym_u8_SQUOTE] = ACTIONS(2960), [anon_sym_SQUOTE] = ACTIONS(2960), [anon_sym_L_DQUOTE] = ACTIONS(2960), [anon_sym_u_DQUOTE] = ACTIONS(2960), [anon_sym_U_DQUOTE] = ACTIONS(2960), [anon_sym_u8_DQUOTE] = ACTIONS(2960), [anon_sym_DQUOTE] = ACTIONS(2960), [sym_true] = ACTIONS(2958), [sym_false] = ACTIONS(2958), [anon_sym_NULL] = ACTIONS(2958), [anon_sym_nullptr] = ACTIONS(2958), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2958), [anon_sym_decltype] = ACTIONS(2958), [anon_sym_virtual] = ACTIONS(2958), [anon_sym_typename] = ACTIONS(2958), [anon_sym_template] = ACTIONS(2958), [anon_sym_try] = ACTIONS(2958), [anon_sym_delete] = ACTIONS(2958), [anon_sym_throw] = ACTIONS(2958), [anon_sym_co_return] = ACTIONS(2958), [anon_sym_co_yield] = ACTIONS(2958), [anon_sym_R_DQUOTE] = ACTIONS(2960), [anon_sym_LR_DQUOTE] = ACTIONS(2960), [anon_sym_uR_DQUOTE] = ACTIONS(2960), [anon_sym_UR_DQUOTE] = ACTIONS(2960), [anon_sym_u8R_DQUOTE] = ACTIONS(2960), [anon_sym_co_await] = ACTIONS(2958), [anon_sym_new] = ACTIONS(2958), [anon_sym_requires] = ACTIONS(2958), [sym_this] = ACTIONS(2958), }, [1471] = { [sym_identifier] = ACTIONS(2954), [anon_sym_LPAREN2] = ACTIONS(2956), [anon_sym_BANG] = ACTIONS(2956), [anon_sym_TILDE] = ACTIONS(2956), [anon_sym_DASH] = ACTIONS(2954), [anon_sym_PLUS] = ACTIONS(2954), [anon_sym_STAR] = ACTIONS(2956), [anon_sym_AMP] = ACTIONS(2956), [anon_sym_SEMI] = ACTIONS(2956), [anon_sym_typedef] = ACTIONS(2954), [anon_sym_extern] = ACTIONS(2954), [anon_sym___attribute__] = ACTIONS(2954), [anon_sym_COLON_COLON] = ACTIONS(2956), [anon_sym_LBRACK_LBRACK] = ACTIONS(2956), [anon_sym___declspec] = ACTIONS(2954), [anon_sym_LBRACE] = ACTIONS(2956), [anon_sym_signed] = ACTIONS(2954), [anon_sym_unsigned] = ACTIONS(2954), [anon_sym_long] = ACTIONS(2954), [anon_sym_short] = ACTIONS(2954), [anon_sym_LBRACK] = ACTIONS(2954), [anon_sym_static] = ACTIONS(2954), [anon_sym_register] = ACTIONS(2954), [anon_sym_inline] = ACTIONS(2954), [anon_sym_thread_local] = ACTIONS(2954), [anon_sym_const] = ACTIONS(2954), [anon_sym_constexpr] = ACTIONS(2954), [anon_sym_volatile] = ACTIONS(2954), [anon_sym_restrict] = ACTIONS(2954), [anon_sym___restrict__] = ACTIONS(2954), [anon_sym__Atomic] = ACTIONS(2954), [anon_sym__Noreturn] = ACTIONS(2954), [anon_sym_noreturn] = ACTIONS(2954), [anon_sym_mutable] = ACTIONS(2954), [anon_sym_constinit] = ACTIONS(2954), [anon_sym_consteval] = ACTIONS(2954), [sym_primitive_type] = ACTIONS(2954), [anon_sym_enum] = ACTIONS(2954), [anon_sym_class] = ACTIONS(2954), [anon_sym_struct] = ACTIONS(2954), [anon_sym_union] = ACTIONS(2954), [anon_sym_if] = ACTIONS(2954), [anon_sym_else] = ACTIONS(2954), [anon_sym_switch] = ACTIONS(2954), [anon_sym_while] = ACTIONS(2954), [anon_sym_do] = ACTIONS(2954), [anon_sym_for] = ACTIONS(2954), [anon_sym_return] = ACTIONS(2954), [anon_sym_break] = ACTIONS(2954), [anon_sym_continue] = ACTIONS(2954), [anon_sym_goto] = ACTIONS(2954), [anon_sym_not] = ACTIONS(2954), [anon_sym_compl] = ACTIONS(2954), [anon_sym_DASH_DASH] = ACTIONS(2956), [anon_sym_PLUS_PLUS] = ACTIONS(2956), [anon_sym_sizeof] = ACTIONS(2954), [anon_sym_offsetof] = ACTIONS(2954), [anon_sym__Generic] = ACTIONS(2954), [anon_sym_asm] = ACTIONS(2954), [anon_sym___asm__] = ACTIONS(2954), [sym_number_literal] = ACTIONS(2956), [anon_sym_L_SQUOTE] = ACTIONS(2956), [anon_sym_u_SQUOTE] = ACTIONS(2956), [anon_sym_U_SQUOTE] = ACTIONS(2956), [anon_sym_u8_SQUOTE] = ACTIONS(2956), [anon_sym_SQUOTE] = ACTIONS(2956), [anon_sym_L_DQUOTE] = ACTIONS(2956), [anon_sym_u_DQUOTE] = ACTIONS(2956), [anon_sym_U_DQUOTE] = ACTIONS(2956), [anon_sym_u8_DQUOTE] = ACTIONS(2956), [anon_sym_DQUOTE] = ACTIONS(2956), [sym_true] = ACTIONS(2954), [sym_false] = ACTIONS(2954), [anon_sym_NULL] = ACTIONS(2954), [anon_sym_nullptr] = ACTIONS(2954), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2954), [anon_sym_decltype] = ACTIONS(2954), [anon_sym_virtual] = ACTIONS(2954), [anon_sym_typename] = ACTIONS(2954), [anon_sym_template] = ACTIONS(2954), [anon_sym_try] = ACTIONS(2954), [anon_sym_delete] = ACTIONS(2954), [anon_sym_throw] = ACTIONS(2954), [anon_sym_co_return] = ACTIONS(2954), [anon_sym_co_yield] = ACTIONS(2954), [anon_sym_R_DQUOTE] = ACTIONS(2956), [anon_sym_LR_DQUOTE] = ACTIONS(2956), [anon_sym_uR_DQUOTE] = ACTIONS(2956), [anon_sym_UR_DQUOTE] = ACTIONS(2956), [anon_sym_u8R_DQUOTE] = ACTIONS(2956), [anon_sym_co_await] = ACTIONS(2954), [anon_sym_new] = ACTIONS(2954), [anon_sym_requires] = ACTIONS(2954), [sym_this] = ACTIONS(2954), }, [1472] = { [sym_identifier] = ACTIONS(2950), [anon_sym_LPAREN2] = ACTIONS(2952), [anon_sym_BANG] = ACTIONS(2952), [anon_sym_TILDE] = ACTIONS(2952), [anon_sym_DASH] = ACTIONS(2950), [anon_sym_PLUS] = ACTIONS(2950), [anon_sym_STAR] = ACTIONS(2952), [anon_sym_AMP] = ACTIONS(2952), [anon_sym_SEMI] = ACTIONS(2952), [anon_sym_typedef] = ACTIONS(2950), [anon_sym_extern] = ACTIONS(2950), [anon_sym___attribute__] = ACTIONS(2950), [anon_sym_COLON_COLON] = ACTIONS(2952), [anon_sym_LBRACK_LBRACK] = ACTIONS(2952), [anon_sym___declspec] = ACTIONS(2950), [anon_sym_LBRACE] = ACTIONS(2952), [anon_sym_signed] = ACTIONS(2950), [anon_sym_unsigned] = ACTIONS(2950), [anon_sym_long] = ACTIONS(2950), [anon_sym_short] = ACTIONS(2950), [anon_sym_LBRACK] = ACTIONS(2950), [anon_sym_static] = ACTIONS(2950), [anon_sym_register] = ACTIONS(2950), [anon_sym_inline] = ACTIONS(2950), [anon_sym_thread_local] = ACTIONS(2950), [anon_sym_const] = ACTIONS(2950), [anon_sym_constexpr] = ACTIONS(2950), [anon_sym_volatile] = ACTIONS(2950), [anon_sym_restrict] = ACTIONS(2950), [anon_sym___restrict__] = ACTIONS(2950), [anon_sym__Atomic] = ACTIONS(2950), [anon_sym__Noreturn] = ACTIONS(2950), [anon_sym_noreturn] = ACTIONS(2950), [anon_sym_mutable] = ACTIONS(2950), [anon_sym_constinit] = ACTIONS(2950), [anon_sym_consteval] = ACTIONS(2950), [sym_primitive_type] = ACTIONS(2950), [anon_sym_enum] = ACTIONS(2950), [anon_sym_class] = ACTIONS(2950), [anon_sym_struct] = ACTIONS(2950), [anon_sym_union] = ACTIONS(2950), [anon_sym_if] = ACTIONS(2950), [anon_sym_else] = ACTIONS(2950), [anon_sym_switch] = ACTIONS(2950), [anon_sym_while] = ACTIONS(2950), [anon_sym_do] = ACTIONS(2950), [anon_sym_for] = ACTIONS(2950), [anon_sym_return] = ACTIONS(2950), [anon_sym_break] = ACTIONS(2950), [anon_sym_continue] = ACTIONS(2950), [anon_sym_goto] = ACTIONS(2950), [anon_sym_not] = ACTIONS(2950), [anon_sym_compl] = ACTIONS(2950), [anon_sym_DASH_DASH] = ACTIONS(2952), [anon_sym_PLUS_PLUS] = ACTIONS(2952), [anon_sym_sizeof] = ACTIONS(2950), [anon_sym_offsetof] = ACTIONS(2950), [anon_sym__Generic] = ACTIONS(2950), [anon_sym_asm] = ACTIONS(2950), [anon_sym___asm__] = ACTIONS(2950), [sym_number_literal] = ACTIONS(2952), [anon_sym_L_SQUOTE] = ACTIONS(2952), [anon_sym_u_SQUOTE] = ACTIONS(2952), [anon_sym_U_SQUOTE] = ACTIONS(2952), [anon_sym_u8_SQUOTE] = ACTIONS(2952), [anon_sym_SQUOTE] = ACTIONS(2952), [anon_sym_L_DQUOTE] = ACTIONS(2952), [anon_sym_u_DQUOTE] = ACTIONS(2952), [anon_sym_U_DQUOTE] = ACTIONS(2952), [anon_sym_u8_DQUOTE] = ACTIONS(2952), [anon_sym_DQUOTE] = ACTIONS(2952), [sym_true] = ACTIONS(2950), [sym_false] = ACTIONS(2950), [anon_sym_NULL] = ACTIONS(2950), [anon_sym_nullptr] = ACTIONS(2950), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2950), [anon_sym_decltype] = ACTIONS(2950), [anon_sym_virtual] = ACTIONS(2950), [anon_sym_typename] = ACTIONS(2950), [anon_sym_template] = ACTIONS(2950), [anon_sym_try] = ACTIONS(2950), [anon_sym_delete] = ACTIONS(2950), [anon_sym_throw] = ACTIONS(2950), [anon_sym_co_return] = ACTIONS(2950), [anon_sym_co_yield] = ACTIONS(2950), [anon_sym_R_DQUOTE] = ACTIONS(2952), [anon_sym_LR_DQUOTE] = ACTIONS(2952), [anon_sym_uR_DQUOTE] = ACTIONS(2952), [anon_sym_UR_DQUOTE] = ACTIONS(2952), [anon_sym_u8R_DQUOTE] = ACTIONS(2952), [anon_sym_co_await] = ACTIONS(2950), [anon_sym_new] = ACTIONS(2950), [anon_sym_requires] = ACTIONS(2950), [sym_this] = ACTIONS(2950), }, [1473] = { [sym_identifier] = ACTIONS(2946), [anon_sym_LPAREN2] = ACTIONS(2948), [anon_sym_BANG] = ACTIONS(2948), [anon_sym_TILDE] = ACTIONS(2948), [anon_sym_DASH] = ACTIONS(2946), [anon_sym_PLUS] = ACTIONS(2946), [anon_sym_STAR] = ACTIONS(2948), [anon_sym_AMP] = ACTIONS(2948), [anon_sym_SEMI] = ACTIONS(2948), [anon_sym_typedef] = ACTIONS(2946), [anon_sym_extern] = ACTIONS(2946), [anon_sym___attribute__] = ACTIONS(2946), [anon_sym_COLON_COLON] = ACTIONS(2948), [anon_sym_LBRACK_LBRACK] = ACTIONS(2948), [anon_sym___declspec] = ACTIONS(2946), [anon_sym_LBRACE] = ACTIONS(2948), [anon_sym_signed] = ACTIONS(2946), [anon_sym_unsigned] = ACTIONS(2946), [anon_sym_long] = ACTIONS(2946), [anon_sym_short] = ACTIONS(2946), [anon_sym_LBRACK] = ACTIONS(2946), [anon_sym_static] = ACTIONS(2946), [anon_sym_register] = ACTIONS(2946), [anon_sym_inline] = ACTIONS(2946), [anon_sym_thread_local] = ACTIONS(2946), [anon_sym_const] = ACTIONS(2946), [anon_sym_constexpr] = ACTIONS(2946), [anon_sym_volatile] = ACTIONS(2946), [anon_sym_restrict] = ACTIONS(2946), [anon_sym___restrict__] = ACTIONS(2946), [anon_sym__Atomic] = ACTIONS(2946), [anon_sym__Noreturn] = ACTIONS(2946), [anon_sym_noreturn] = ACTIONS(2946), [anon_sym_mutable] = ACTIONS(2946), [anon_sym_constinit] = ACTIONS(2946), [anon_sym_consteval] = ACTIONS(2946), [sym_primitive_type] = ACTIONS(2946), [anon_sym_enum] = ACTIONS(2946), [anon_sym_class] = ACTIONS(2946), [anon_sym_struct] = ACTIONS(2946), [anon_sym_union] = ACTIONS(2946), [anon_sym_if] = ACTIONS(2946), [anon_sym_else] = ACTIONS(2946), [anon_sym_switch] = ACTIONS(2946), [anon_sym_while] = ACTIONS(2946), [anon_sym_do] = ACTIONS(2946), [anon_sym_for] = ACTIONS(2946), [anon_sym_return] = ACTIONS(2946), [anon_sym_break] = ACTIONS(2946), [anon_sym_continue] = ACTIONS(2946), [anon_sym_goto] = ACTIONS(2946), [anon_sym_not] = ACTIONS(2946), [anon_sym_compl] = ACTIONS(2946), [anon_sym_DASH_DASH] = ACTIONS(2948), [anon_sym_PLUS_PLUS] = ACTIONS(2948), [anon_sym_sizeof] = ACTIONS(2946), [anon_sym_offsetof] = ACTIONS(2946), [anon_sym__Generic] = ACTIONS(2946), [anon_sym_asm] = ACTIONS(2946), [anon_sym___asm__] = ACTIONS(2946), [sym_number_literal] = ACTIONS(2948), [anon_sym_L_SQUOTE] = ACTIONS(2948), [anon_sym_u_SQUOTE] = ACTIONS(2948), [anon_sym_U_SQUOTE] = ACTIONS(2948), [anon_sym_u8_SQUOTE] = ACTIONS(2948), [anon_sym_SQUOTE] = ACTIONS(2948), [anon_sym_L_DQUOTE] = ACTIONS(2948), [anon_sym_u_DQUOTE] = ACTIONS(2948), [anon_sym_U_DQUOTE] = ACTIONS(2948), [anon_sym_u8_DQUOTE] = ACTIONS(2948), [anon_sym_DQUOTE] = ACTIONS(2948), [sym_true] = ACTIONS(2946), [sym_false] = ACTIONS(2946), [anon_sym_NULL] = ACTIONS(2946), [anon_sym_nullptr] = ACTIONS(2946), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2946), [anon_sym_decltype] = ACTIONS(2946), [anon_sym_virtual] = ACTIONS(2946), [anon_sym_typename] = ACTIONS(2946), [anon_sym_template] = ACTIONS(2946), [anon_sym_try] = ACTIONS(2946), [anon_sym_delete] = ACTIONS(2946), [anon_sym_throw] = ACTIONS(2946), [anon_sym_co_return] = ACTIONS(2946), [anon_sym_co_yield] = ACTIONS(2946), [anon_sym_R_DQUOTE] = ACTIONS(2948), [anon_sym_LR_DQUOTE] = ACTIONS(2948), [anon_sym_uR_DQUOTE] = ACTIONS(2948), [anon_sym_UR_DQUOTE] = ACTIONS(2948), [anon_sym_u8R_DQUOTE] = ACTIONS(2948), [anon_sym_co_await] = ACTIONS(2946), [anon_sym_new] = ACTIONS(2946), [anon_sym_requires] = ACTIONS(2946), [sym_this] = ACTIONS(2946), }, [1474] = { [sym_identifier] = ACTIONS(2942), [anon_sym_LPAREN2] = ACTIONS(2944), [anon_sym_BANG] = ACTIONS(2944), [anon_sym_TILDE] = ACTIONS(2944), [anon_sym_DASH] = ACTIONS(2942), [anon_sym_PLUS] = ACTIONS(2942), [anon_sym_STAR] = ACTIONS(2944), [anon_sym_AMP] = ACTIONS(2944), [anon_sym_SEMI] = ACTIONS(2944), [anon_sym_typedef] = ACTIONS(2942), [anon_sym_extern] = ACTIONS(2942), [anon_sym___attribute__] = ACTIONS(2942), [anon_sym_COLON_COLON] = ACTIONS(2944), [anon_sym_LBRACK_LBRACK] = ACTIONS(2944), [anon_sym___declspec] = ACTIONS(2942), [anon_sym_LBRACE] = ACTIONS(2944), [anon_sym_signed] = ACTIONS(2942), [anon_sym_unsigned] = ACTIONS(2942), [anon_sym_long] = ACTIONS(2942), [anon_sym_short] = ACTIONS(2942), [anon_sym_LBRACK] = ACTIONS(2942), [anon_sym_static] = ACTIONS(2942), [anon_sym_register] = ACTIONS(2942), [anon_sym_inline] = ACTIONS(2942), [anon_sym_thread_local] = ACTIONS(2942), [anon_sym_const] = ACTIONS(2942), [anon_sym_constexpr] = ACTIONS(2942), [anon_sym_volatile] = ACTIONS(2942), [anon_sym_restrict] = ACTIONS(2942), [anon_sym___restrict__] = ACTIONS(2942), [anon_sym__Atomic] = ACTIONS(2942), [anon_sym__Noreturn] = ACTIONS(2942), [anon_sym_noreturn] = ACTIONS(2942), [anon_sym_mutable] = ACTIONS(2942), [anon_sym_constinit] = ACTIONS(2942), [anon_sym_consteval] = ACTIONS(2942), [sym_primitive_type] = ACTIONS(2942), [anon_sym_enum] = ACTIONS(2942), [anon_sym_class] = ACTIONS(2942), [anon_sym_struct] = ACTIONS(2942), [anon_sym_union] = ACTIONS(2942), [anon_sym_if] = ACTIONS(2942), [anon_sym_else] = ACTIONS(2942), [anon_sym_switch] = ACTIONS(2942), [anon_sym_while] = ACTIONS(2942), [anon_sym_do] = ACTIONS(2942), [anon_sym_for] = ACTIONS(2942), [anon_sym_return] = ACTIONS(2942), [anon_sym_break] = ACTIONS(2942), [anon_sym_continue] = ACTIONS(2942), [anon_sym_goto] = ACTIONS(2942), [anon_sym_not] = ACTIONS(2942), [anon_sym_compl] = ACTIONS(2942), [anon_sym_DASH_DASH] = ACTIONS(2944), [anon_sym_PLUS_PLUS] = ACTIONS(2944), [anon_sym_sizeof] = ACTIONS(2942), [anon_sym_offsetof] = ACTIONS(2942), [anon_sym__Generic] = ACTIONS(2942), [anon_sym_asm] = ACTIONS(2942), [anon_sym___asm__] = ACTIONS(2942), [sym_number_literal] = ACTIONS(2944), [anon_sym_L_SQUOTE] = ACTIONS(2944), [anon_sym_u_SQUOTE] = ACTIONS(2944), [anon_sym_U_SQUOTE] = ACTIONS(2944), [anon_sym_u8_SQUOTE] = ACTIONS(2944), [anon_sym_SQUOTE] = ACTIONS(2944), [anon_sym_L_DQUOTE] = ACTIONS(2944), [anon_sym_u_DQUOTE] = ACTIONS(2944), [anon_sym_U_DQUOTE] = ACTIONS(2944), [anon_sym_u8_DQUOTE] = ACTIONS(2944), [anon_sym_DQUOTE] = ACTIONS(2944), [sym_true] = ACTIONS(2942), [sym_false] = ACTIONS(2942), [anon_sym_NULL] = ACTIONS(2942), [anon_sym_nullptr] = ACTIONS(2942), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2942), [anon_sym_decltype] = ACTIONS(2942), [anon_sym_virtual] = ACTIONS(2942), [anon_sym_typename] = ACTIONS(2942), [anon_sym_template] = ACTIONS(2942), [anon_sym_try] = ACTIONS(2942), [anon_sym_delete] = ACTIONS(2942), [anon_sym_throw] = ACTIONS(2942), [anon_sym_co_return] = ACTIONS(2942), [anon_sym_co_yield] = ACTIONS(2942), [anon_sym_R_DQUOTE] = ACTIONS(2944), [anon_sym_LR_DQUOTE] = ACTIONS(2944), [anon_sym_uR_DQUOTE] = ACTIONS(2944), [anon_sym_UR_DQUOTE] = ACTIONS(2944), [anon_sym_u8R_DQUOTE] = ACTIONS(2944), [anon_sym_co_await] = ACTIONS(2942), [anon_sym_new] = ACTIONS(2942), [anon_sym_requires] = ACTIONS(2942), [sym_this] = ACTIONS(2942), }, [1475] = { [sym_identifier] = ACTIONS(2934), [anon_sym_LPAREN2] = ACTIONS(2936), [anon_sym_BANG] = ACTIONS(2936), [anon_sym_TILDE] = ACTIONS(2936), [anon_sym_DASH] = ACTIONS(2934), [anon_sym_PLUS] = ACTIONS(2934), [anon_sym_STAR] = ACTIONS(2936), [anon_sym_AMP] = ACTIONS(2936), [anon_sym_SEMI] = ACTIONS(2936), [anon_sym_typedef] = ACTIONS(2934), [anon_sym_extern] = ACTIONS(2934), [anon_sym___attribute__] = ACTIONS(2934), [anon_sym_COLON_COLON] = ACTIONS(2936), [anon_sym_LBRACK_LBRACK] = ACTIONS(2936), [anon_sym___declspec] = ACTIONS(2934), [anon_sym_LBRACE] = ACTIONS(2936), [anon_sym_signed] = ACTIONS(2934), [anon_sym_unsigned] = ACTIONS(2934), [anon_sym_long] = ACTIONS(2934), [anon_sym_short] = ACTIONS(2934), [anon_sym_LBRACK] = ACTIONS(2934), [anon_sym_static] = ACTIONS(2934), [anon_sym_register] = ACTIONS(2934), [anon_sym_inline] = ACTIONS(2934), [anon_sym_thread_local] = ACTIONS(2934), [anon_sym_const] = ACTIONS(2934), [anon_sym_constexpr] = ACTIONS(2934), [anon_sym_volatile] = ACTIONS(2934), [anon_sym_restrict] = ACTIONS(2934), [anon_sym___restrict__] = ACTIONS(2934), [anon_sym__Atomic] = ACTIONS(2934), [anon_sym__Noreturn] = ACTIONS(2934), [anon_sym_noreturn] = ACTIONS(2934), [anon_sym_mutable] = ACTIONS(2934), [anon_sym_constinit] = ACTIONS(2934), [anon_sym_consteval] = ACTIONS(2934), [sym_primitive_type] = ACTIONS(2934), [anon_sym_enum] = ACTIONS(2934), [anon_sym_class] = ACTIONS(2934), [anon_sym_struct] = ACTIONS(2934), [anon_sym_union] = ACTIONS(2934), [anon_sym_if] = ACTIONS(2934), [anon_sym_else] = ACTIONS(2934), [anon_sym_switch] = ACTIONS(2934), [anon_sym_while] = ACTIONS(2934), [anon_sym_do] = ACTIONS(2934), [anon_sym_for] = ACTIONS(2934), [anon_sym_return] = ACTIONS(2934), [anon_sym_break] = ACTIONS(2934), [anon_sym_continue] = ACTIONS(2934), [anon_sym_goto] = ACTIONS(2934), [anon_sym_not] = ACTIONS(2934), [anon_sym_compl] = ACTIONS(2934), [anon_sym_DASH_DASH] = ACTIONS(2936), [anon_sym_PLUS_PLUS] = ACTIONS(2936), [anon_sym_sizeof] = ACTIONS(2934), [anon_sym_offsetof] = ACTIONS(2934), [anon_sym__Generic] = ACTIONS(2934), [anon_sym_asm] = ACTIONS(2934), [anon_sym___asm__] = ACTIONS(2934), [sym_number_literal] = ACTIONS(2936), [anon_sym_L_SQUOTE] = ACTIONS(2936), [anon_sym_u_SQUOTE] = ACTIONS(2936), [anon_sym_U_SQUOTE] = ACTIONS(2936), [anon_sym_u8_SQUOTE] = ACTIONS(2936), [anon_sym_SQUOTE] = ACTIONS(2936), [anon_sym_L_DQUOTE] = ACTIONS(2936), [anon_sym_u_DQUOTE] = ACTIONS(2936), [anon_sym_U_DQUOTE] = ACTIONS(2936), [anon_sym_u8_DQUOTE] = ACTIONS(2936), [anon_sym_DQUOTE] = ACTIONS(2936), [sym_true] = ACTIONS(2934), [sym_false] = ACTIONS(2934), [anon_sym_NULL] = ACTIONS(2934), [anon_sym_nullptr] = ACTIONS(2934), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2934), [anon_sym_decltype] = ACTIONS(2934), [anon_sym_virtual] = ACTIONS(2934), [anon_sym_typename] = ACTIONS(2934), [anon_sym_template] = ACTIONS(2934), [anon_sym_try] = ACTIONS(2934), [anon_sym_delete] = ACTIONS(2934), [anon_sym_throw] = ACTIONS(2934), [anon_sym_co_return] = ACTIONS(2934), [anon_sym_co_yield] = ACTIONS(2934), [anon_sym_R_DQUOTE] = ACTIONS(2936), [anon_sym_LR_DQUOTE] = ACTIONS(2936), [anon_sym_uR_DQUOTE] = ACTIONS(2936), [anon_sym_UR_DQUOTE] = ACTIONS(2936), [anon_sym_u8R_DQUOTE] = ACTIONS(2936), [anon_sym_co_await] = ACTIONS(2934), [anon_sym_new] = ACTIONS(2934), [anon_sym_requires] = ACTIONS(2934), [sym_this] = ACTIONS(2934), }, [1476] = { [sym_identifier] = ACTIONS(2930), [anon_sym_LPAREN2] = ACTIONS(2932), [anon_sym_BANG] = ACTIONS(2932), [anon_sym_TILDE] = ACTIONS(2932), [anon_sym_DASH] = ACTIONS(2930), [anon_sym_PLUS] = ACTIONS(2930), [anon_sym_STAR] = ACTIONS(2932), [anon_sym_AMP] = ACTIONS(2932), [anon_sym_SEMI] = ACTIONS(2932), [anon_sym_typedef] = ACTIONS(2930), [anon_sym_extern] = ACTIONS(2930), [anon_sym___attribute__] = ACTIONS(2930), [anon_sym_COLON_COLON] = ACTIONS(2932), [anon_sym_LBRACK_LBRACK] = ACTIONS(2932), [anon_sym___declspec] = ACTIONS(2930), [anon_sym_LBRACE] = ACTIONS(2932), [anon_sym_signed] = ACTIONS(2930), [anon_sym_unsigned] = ACTIONS(2930), [anon_sym_long] = ACTIONS(2930), [anon_sym_short] = ACTIONS(2930), [anon_sym_LBRACK] = ACTIONS(2930), [anon_sym_static] = ACTIONS(2930), [anon_sym_register] = ACTIONS(2930), [anon_sym_inline] = ACTIONS(2930), [anon_sym_thread_local] = ACTIONS(2930), [anon_sym_const] = ACTIONS(2930), [anon_sym_constexpr] = ACTIONS(2930), [anon_sym_volatile] = ACTIONS(2930), [anon_sym_restrict] = ACTIONS(2930), [anon_sym___restrict__] = ACTIONS(2930), [anon_sym__Atomic] = ACTIONS(2930), [anon_sym__Noreturn] = ACTIONS(2930), [anon_sym_noreturn] = ACTIONS(2930), [anon_sym_mutable] = ACTIONS(2930), [anon_sym_constinit] = ACTIONS(2930), [anon_sym_consteval] = ACTIONS(2930), [sym_primitive_type] = ACTIONS(2930), [anon_sym_enum] = ACTIONS(2930), [anon_sym_class] = ACTIONS(2930), [anon_sym_struct] = ACTIONS(2930), [anon_sym_union] = ACTIONS(2930), [anon_sym_if] = ACTIONS(2930), [anon_sym_else] = ACTIONS(2930), [anon_sym_switch] = ACTIONS(2930), [anon_sym_while] = ACTIONS(2930), [anon_sym_do] = ACTIONS(2930), [anon_sym_for] = ACTIONS(2930), [anon_sym_return] = ACTIONS(2930), [anon_sym_break] = ACTIONS(2930), [anon_sym_continue] = ACTIONS(2930), [anon_sym_goto] = ACTIONS(2930), [anon_sym_not] = ACTIONS(2930), [anon_sym_compl] = ACTIONS(2930), [anon_sym_DASH_DASH] = ACTIONS(2932), [anon_sym_PLUS_PLUS] = ACTIONS(2932), [anon_sym_sizeof] = ACTIONS(2930), [anon_sym_offsetof] = ACTIONS(2930), [anon_sym__Generic] = ACTIONS(2930), [anon_sym_asm] = ACTIONS(2930), [anon_sym___asm__] = ACTIONS(2930), [sym_number_literal] = ACTIONS(2932), [anon_sym_L_SQUOTE] = ACTIONS(2932), [anon_sym_u_SQUOTE] = ACTIONS(2932), [anon_sym_U_SQUOTE] = ACTIONS(2932), [anon_sym_u8_SQUOTE] = ACTIONS(2932), [anon_sym_SQUOTE] = ACTIONS(2932), [anon_sym_L_DQUOTE] = ACTIONS(2932), [anon_sym_u_DQUOTE] = ACTIONS(2932), [anon_sym_U_DQUOTE] = ACTIONS(2932), [anon_sym_u8_DQUOTE] = ACTIONS(2932), [anon_sym_DQUOTE] = ACTIONS(2932), [sym_true] = ACTIONS(2930), [sym_false] = ACTIONS(2930), [anon_sym_NULL] = ACTIONS(2930), [anon_sym_nullptr] = ACTIONS(2930), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2930), [anon_sym_decltype] = ACTIONS(2930), [anon_sym_virtual] = ACTIONS(2930), [anon_sym_typename] = ACTIONS(2930), [anon_sym_template] = ACTIONS(2930), [anon_sym_try] = ACTIONS(2930), [anon_sym_delete] = ACTIONS(2930), [anon_sym_throw] = ACTIONS(2930), [anon_sym_co_return] = ACTIONS(2930), [anon_sym_co_yield] = ACTIONS(2930), [anon_sym_R_DQUOTE] = ACTIONS(2932), [anon_sym_LR_DQUOTE] = ACTIONS(2932), [anon_sym_uR_DQUOTE] = ACTIONS(2932), [anon_sym_UR_DQUOTE] = ACTIONS(2932), [anon_sym_u8R_DQUOTE] = ACTIONS(2932), [anon_sym_co_await] = ACTIONS(2930), [anon_sym_new] = ACTIONS(2930), [anon_sym_requires] = ACTIONS(2930), [sym_this] = ACTIONS(2930), }, [1477] = { [sym_identifier] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2924), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [1478] = { [sym_identifier] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2924), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [1479] = { [sym_identifier] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2924), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [1480] = { [sym_identifier] = ACTIONS(2918), [anon_sym_LPAREN2] = ACTIONS(2920), [anon_sym_BANG] = ACTIONS(2920), [anon_sym_TILDE] = ACTIONS(2920), [anon_sym_DASH] = ACTIONS(2918), [anon_sym_PLUS] = ACTIONS(2918), [anon_sym_STAR] = ACTIONS(2920), [anon_sym_AMP] = ACTIONS(2920), [anon_sym_SEMI] = ACTIONS(2920), [anon_sym_typedef] = ACTIONS(2918), [anon_sym_extern] = ACTIONS(2918), [anon_sym___attribute__] = ACTIONS(2918), [anon_sym_COLON_COLON] = ACTIONS(2920), [anon_sym_LBRACK_LBRACK] = ACTIONS(2920), [anon_sym___declspec] = ACTIONS(2918), [anon_sym_LBRACE] = ACTIONS(2920), [anon_sym_signed] = ACTIONS(2918), [anon_sym_unsigned] = ACTIONS(2918), [anon_sym_long] = ACTIONS(2918), [anon_sym_short] = ACTIONS(2918), [anon_sym_LBRACK] = ACTIONS(2918), [anon_sym_static] = ACTIONS(2918), [anon_sym_register] = ACTIONS(2918), [anon_sym_inline] = ACTIONS(2918), [anon_sym_thread_local] = ACTIONS(2918), [anon_sym_const] = ACTIONS(2918), [anon_sym_constexpr] = ACTIONS(2918), [anon_sym_volatile] = ACTIONS(2918), [anon_sym_restrict] = ACTIONS(2918), [anon_sym___restrict__] = ACTIONS(2918), [anon_sym__Atomic] = ACTIONS(2918), [anon_sym__Noreturn] = ACTIONS(2918), [anon_sym_noreturn] = ACTIONS(2918), [anon_sym_mutable] = ACTIONS(2918), [anon_sym_constinit] = ACTIONS(2918), [anon_sym_consteval] = ACTIONS(2918), [sym_primitive_type] = ACTIONS(2918), [anon_sym_enum] = ACTIONS(2918), [anon_sym_class] = ACTIONS(2918), [anon_sym_struct] = ACTIONS(2918), [anon_sym_union] = ACTIONS(2918), [anon_sym_if] = ACTIONS(2918), [anon_sym_else] = ACTIONS(2918), [anon_sym_switch] = ACTIONS(2918), [anon_sym_while] = ACTIONS(2918), [anon_sym_do] = ACTIONS(2918), [anon_sym_for] = ACTIONS(2918), [anon_sym_return] = ACTIONS(2918), [anon_sym_break] = ACTIONS(2918), [anon_sym_continue] = ACTIONS(2918), [anon_sym_goto] = ACTIONS(2918), [anon_sym_not] = ACTIONS(2918), [anon_sym_compl] = ACTIONS(2918), [anon_sym_DASH_DASH] = ACTIONS(2920), [anon_sym_PLUS_PLUS] = ACTIONS(2920), [anon_sym_sizeof] = ACTIONS(2918), [anon_sym_offsetof] = ACTIONS(2918), [anon_sym__Generic] = ACTIONS(2918), [anon_sym_asm] = ACTIONS(2918), [anon_sym___asm__] = ACTIONS(2918), [sym_number_literal] = ACTIONS(2920), [anon_sym_L_SQUOTE] = ACTIONS(2920), [anon_sym_u_SQUOTE] = ACTIONS(2920), [anon_sym_U_SQUOTE] = ACTIONS(2920), [anon_sym_u8_SQUOTE] = ACTIONS(2920), [anon_sym_SQUOTE] = ACTIONS(2920), [anon_sym_L_DQUOTE] = ACTIONS(2920), [anon_sym_u_DQUOTE] = ACTIONS(2920), [anon_sym_U_DQUOTE] = ACTIONS(2920), [anon_sym_u8_DQUOTE] = ACTIONS(2920), [anon_sym_DQUOTE] = ACTIONS(2920), [sym_true] = ACTIONS(2918), [sym_false] = ACTIONS(2918), [anon_sym_NULL] = ACTIONS(2918), [anon_sym_nullptr] = ACTIONS(2918), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2918), [anon_sym_decltype] = ACTIONS(2918), [anon_sym_virtual] = ACTIONS(2918), [anon_sym_typename] = ACTIONS(2918), [anon_sym_template] = ACTIONS(2918), [anon_sym_try] = ACTIONS(2918), [anon_sym_delete] = ACTIONS(2918), [anon_sym_throw] = ACTIONS(2918), [anon_sym_co_return] = ACTIONS(2918), [anon_sym_co_yield] = ACTIONS(2918), [anon_sym_R_DQUOTE] = ACTIONS(2920), [anon_sym_LR_DQUOTE] = ACTIONS(2920), [anon_sym_uR_DQUOTE] = ACTIONS(2920), [anon_sym_UR_DQUOTE] = ACTIONS(2920), [anon_sym_u8R_DQUOTE] = ACTIONS(2920), [anon_sym_co_await] = ACTIONS(2918), [anon_sym_new] = ACTIONS(2918), [anon_sym_requires] = ACTIONS(2918), [sym_this] = ACTIONS(2918), }, [1481] = { [sym_identifier] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2924), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [1482] = { [sym_identifier] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2924), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [1483] = { [sym_identifier] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2924), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [1484] = { [sym_identifier] = ACTIONS(2992), [anon_sym_LPAREN2] = ACTIONS(2994), [anon_sym_BANG] = ACTIONS(2994), [anon_sym_TILDE] = ACTIONS(2994), [anon_sym_DASH] = ACTIONS(2992), [anon_sym_PLUS] = ACTIONS(2992), [anon_sym_STAR] = ACTIONS(2994), [anon_sym_AMP] = ACTIONS(2994), [anon_sym_SEMI] = ACTIONS(2994), [anon_sym_typedef] = ACTIONS(2992), [anon_sym_extern] = ACTIONS(2992), [anon_sym___attribute__] = ACTIONS(2992), [anon_sym_COLON_COLON] = ACTIONS(2994), [anon_sym_LBRACK_LBRACK] = ACTIONS(2994), [anon_sym___declspec] = ACTIONS(2992), [anon_sym_LBRACE] = ACTIONS(2994), [anon_sym_signed] = ACTIONS(2992), [anon_sym_unsigned] = ACTIONS(2992), [anon_sym_long] = ACTIONS(2992), [anon_sym_short] = ACTIONS(2992), [anon_sym_LBRACK] = ACTIONS(2992), [anon_sym_static] = ACTIONS(2992), [anon_sym_register] = ACTIONS(2992), [anon_sym_inline] = ACTIONS(2992), [anon_sym_thread_local] = ACTIONS(2992), [anon_sym_const] = ACTIONS(2992), [anon_sym_constexpr] = ACTIONS(2992), [anon_sym_volatile] = ACTIONS(2992), [anon_sym_restrict] = ACTIONS(2992), [anon_sym___restrict__] = ACTIONS(2992), [anon_sym__Atomic] = ACTIONS(2992), [anon_sym__Noreturn] = ACTIONS(2992), [anon_sym_noreturn] = ACTIONS(2992), [anon_sym_mutable] = ACTIONS(2992), [anon_sym_constinit] = ACTIONS(2992), [anon_sym_consteval] = ACTIONS(2992), [sym_primitive_type] = ACTIONS(2992), [anon_sym_enum] = ACTIONS(2992), [anon_sym_class] = ACTIONS(2992), [anon_sym_struct] = ACTIONS(2992), [anon_sym_union] = ACTIONS(2992), [anon_sym_if] = ACTIONS(2992), [anon_sym_else] = ACTIONS(2992), [anon_sym_switch] = ACTIONS(2992), [anon_sym_while] = ACTIONS(2992), [anon_sym_do] = ACTIONS(2992), [anon_sym_for] = ACTIONS(2992), [anon_sym_return] = ACTIONS(2992), [anon_sym_break] = ACTIONS(2992), [anon_sym_continue] = ACTIONS(2992), [anon_sym_goto] = ACTIONS(2992), [anon_sym_not] = ACTIONS(2992), [anon_sym_compl] = ACTIONS(2992), [anon_sym_DASH_DASH] = ACTIONS(2994), [anon_sym_PLUS_PLUS] = ACTIONS(2994), [anon_sym_sizeof] = ACTIONS(2992), [anon_sym_offsetof] = ACTIONS(2992), [anon_sym__Generic] = ACTIONS(2992), [anon_sym_asm] = ACTIONS(2992), [anon_sym___asm__] = ACTIONS(2992), [sym_number_literal] = ACTIONS(2994), [anon_sym_L_SQUOTE] = ACTIONS(2994), [anon_sym_u_SQUOTE] = ACTIONS(2994), [anon_sym_U_SQUOTE] = ACTIONS(2994), [anon_sym_u8_SQUOTE] = ACTIONS(2994), [anon_sym_SQUOTE] = ACTIONS(2994), [anon_sym_L_DQUOTE] = ACTIONS(2994), [anon_sym_u_DQUOTE] = ACTIONS(2994), [anon_sym_U_DQUOTE] = ACTIONS(2994), [anon_sym_u8_DQUOTE] = ACTIONS(2994), [anon_sym_DQUOTE] = ACTIONS(2994), [sym_true] = ACTIONS(2992), [sym_false] = ACTIONS(2992), [anon_sym_NULL] = ACTIONS(2992), [anon_sym_nullptr] = ACTIONS(2992), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2992), [anon_sym_decltype] = ACTIONS(2992), [anon_sym_virtual] = ACTIONS(2992), [anon_sym_typename] = ACTIONS(2992), [anon_sym_template] = ACTIONS(2992), [anon_sym_try] = ACTIONS(2992), [anon_sym_delete] = ACTIONS(2992), [anon_sym_throw] = ACTIONS(2992), [anon_sym_co_return] = ACTIONS(2992), [anon_sym_co_yield] = ACTIONS(2992), [anon_sym_R_DQUOTE] = ACTIONS(2994), [anon_sym_LR_DQUOTE] = ACTIONS(2994), [anon_sym_uR_DQUOTE] = ACTIONS(2994), [anon_sym_UR_DQUOTE] = ACTIONS(2994), [anon_sym_u8R_DQUOTE] = ACTIONS(2994), [anon_sym_co_await] = ACTIONS(2992), [anon_sym_new] = ACTIONS(2992), [anon_sym_requires] = ACTIONS(2992), [sym_this] = ACTIONS(2992), }, [1485] = { [sym_identifier] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2924), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [1486] = { [sym_identifier] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2924), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [1487] = { [sym_identifier] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2924), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [1488] = { [sym_identifier] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2924), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [1489] = { [sym_identifier] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2924), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [1490] = { [sym_identifier] = ACTIONS(2988), [anon_sym_LPAREN2] = ACTIONS(2990), [anon_sym_BANG] = ACTIONS(2990), [anon_sym_TILDE] = ACTIONS(2990), [anon_sym_DASH] = ACTIONS(2988), [anon_sym_PLUS] = ACTIONS(2988), [anon_sym_STAR] = ACTIONS(2990), [anon_sym_AMP] = ACTIONS(2990), [anon_sym_SEMI] = ACTIONS(2990), [anon_sym_typedef] = ACTIONS(2988), [anon_sym_extern] = ACTIONS(2988), [anon_sym___attribute__] = ACTIONS(2988), [anon_sym_COLON_COLON] = ACTIONS(2990), [anon_sym_LBRACK_LBRACK] = ACTIONS(2990), [anon_sym___declspec] = ACTIONS(2988), [anon_sym_LBRACE] = ACTIONS(2990), [anon_sym_signed] = ACTIONS(2988), [anon_sym_unsigned] = ACTIONS(2988), [anon_sym_long] = ACTIONS(2988), [anon_sym_short] = ACTIONS(2988), [anon_sym_LBRACK] = ACTIONS(2988), [anon_sym_static] = ACTIONS(2988), [anon_sym_register] = ACTIONS(2988), [anon_sym_inline] = ACTIONS(2988), [anon_sym_thread_local] = ACTIONS(2988), [anon_sym_const] = ACTIONS(2988), [anon_sym_constexpr] = ACTIONS(2988), [anon_sym_volatile] = ACTIONS(2988), [anon_sym_restrict] = ACTIONS(2988), [anon_sym___restrict__] = ACTIONS(2988), [anon_sym__Atomic] = ACTIONS(2988), [anon_sym__Noreturn] = ACTIONS(2988), [anon_sym_noreturn] = ACTIONS(2988), [anon_sym_mutable] = ACTIONS(2988), [anon_sym_constinit] = ACTIONS(2988), [anon_sym_consteval] = ACTIONS(2988), [sym_primitive_type] = ACTIONS(2988), [anon_sym_enum] = ACTIONS(2988), [anon_sym_class] = ACTIONS(2988), [anon_sym_struct] = ACTIONS(2988), [anon_sym_union] = ACTIONS(2988), [anon_sym_if] = ACTIONS(2988), [anon_sym_else] = ACTIONS(2988), [anon_sym_switch] = ACTIONS(2988), [anon_sym_while] = ACTIONS(2988), [anon_sym_do] = ACTIONS(2988), [anon_sym_for] = ACTIONS(2988), [anon_sym_return] = ACTIONS(2988), [anon_sym_break] = ACTIONS(2988), [anon_sym_continue] = ACTIONS(2988), [anon_sym_goto] = ACTIONS(2988), [anon_sym_not] = ACTIONS(2988), [anon_sym_compl] = ACTIONS(2988), [anon_sym_DASH_DASH] = ACTIONS(2990), [anon_sym_PLUS_PLUS] = ACTIONS(2990), [anon_sym_sizeof] = ACTIONS(2988), [anon_sym_offsetof] = ACTIONS(2988), [anon_sym__Generic] = ACTIONS(2988), [anon_sym_asm] = ACTIONS(2988), [anon_sym___asm__] = ACTIONS(2988), [sym_number_literal] = ACTIONS(2990), [anon_sym_L_SQUOTE] = ACTIONS(2990), [anon_sym_u_SQUOTE] = ACTIONS(2990), [anon_sym_U_SQUOTE] = ACTIONS(2990), [anon_sym_u8_SQUOTE] = ACTIONS(2990), [anon_sym_SQUOTE] = ACTIONS(2990), [anon_sym_L_DQUOTE] = ACTIONS(2990), [anon_sym_u_DQUOTE] = ACTIONS(2990), [anon_sym_U_DQUOTE] = ACTIONS(2990), [anon_sym_u8_DQUOTE] = ACTIONS(2990), [anon_sym_DQUOTE] = ACTIONS(2990), [sym_true] = ACTIONS(2988), [sym_false] = ACTIONS(2988), [anon_sym_NULL] = ACTIONS(2988), [anon_sym_nullptr] = ACTIONS(2988), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2988), [anon_sym_decltype] = ACTIONS(2988), [anon_sym_virtual] = ACTIONS(2988), [anon_sym_typename] = ACTIONS(2988), [anon_sym_template] = ACTIONS(2988), [anon_sym_try] = ACTIONS(2988), [anon_sym_delete] = ACTIONS(2988), [anon_sym_throw] = ACTIONS(2988), [anon_sym_co_return] = ACTIONS(2988), [anon_sym_co_yield] = ACTIONS(2988), [anon_sym_R_DQUOTE] = ACTIONS(2990), [anon_sym_LR_DQUOTE] = ACTIONS(2990), [anon_sym_uR_DQUOTE] = ACTIONS(2990), [anon_sym_UR_DQUOTE] = ACTIONS(2990), [anon_sym_u8R_DQUOTE] = ACTIONS(2990), [anon_sym_co_await] = ACTIONS(2988), [anon_sym_new] = ACTIONS(2988), [anon_sym_requires] = ACTIONS(2988), [sym_this] = ACTIONS(2988), }, [1491] = { [sym_identifier] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2924), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [1492] = { [sym_identifier] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2924), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [1493] = { [sym_identifier] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2924), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [1494] = { [sym_identifier] = ACTIONS(2984), [anon_sym_LPAREN2] = ACTIONS(2986), [anon_sym_BANG] = ACTIONS(2986), [anon_sym_TILDE] = ACTIONS(2986), [anon_sym_DASH] = ACTIONS(2984), [anon_sym_PLUS] = ACTIONS(2984), [anon_sym_STAR] = ACTIONS(2986), [anon_sym_AMP] = ACTIONS(2986), [anon_sym_SEMI] = ACTIONS(2986), [anon_sym_typedef] = ACTIONS(2984), [anon_sym_extern] = ACTIONS(2984), [anon_sym___attribute__] = ACTIONS(2984), [anon_sym_COLON_COLON] = ACTIONS(2986), [anon_sym_LBRACK_LBRACK] = ACTIONS(2986), [anon_sym___declspec] = ACTIONS(2984), [anon_sym_LBRACE] = ACTIONS(2986), [anon_sym_signed] = ACTIONS(2984), [anon_sym_unsigned] = ACTIONS(2984), [anon_sym_long] = ACTIONS(2984), [anon_sym_short] = ACTIONS(2984), [anon_sym_LBRACK] = ACTIONS(2984), [anon_sym_static] = ACTIONS(2984), [anon_sym_register] = ACTIONS(2984), [anon_sym_inline] = ACTIONS(2984), [anon_sym_thread_local] = ACTIONS(2984), [anon_sym_const] = ACTIONS(2984), [anon_sym_constexpr] = ACTIONS(2984), [anon_sym_volatile] = ACTIONS(2984), [anon_sym_restrict] = ACTIONS(2984), [anon_sym___restrict__] = ACTIONS(2984), [anon_sym__Atomic] = ACTIONS(2984), [anon_sym__Noreturn] = ACTIONS(2984), [anon_sym_noreturn] = ACTIONS(2984), [anon_sym_mutable] = ACTIONS(2984), [anon_sym_constinit] = ACTIONS(2984), [anon_sym_consteval] = ACTIONS(2984), [sym_primitive_type] = ACTIONS(2984), [anon_sym_enum] = ACTIONS(2984), [anon_sym_class] = ACTIONS(2984), [anon_sym_struct] = ACTIONS(2984), [anon_sym_union] = ACTIONS(2984), [anon_sym_if] = ACTIONS(2984), [anon_sym_else] = ACTIONS(2984), [anon_sym_switch] = ACTIONS(2984), [anon_sym_while] = ACTIONS(2984), [anon_sym_do] = ACTIONS(2984), [anon_sym_for] = ACTIONS(2984), [anon_sym_return] = ACTIONS(2984), [anon_sym_break] = ACTIONS(2984), [anon_sym_continue] = ACTIONS(2984), [anon_sym_goto] = ACTIONS(2984), [anon_sym_not] = ACTIONS(2984), [anon_sym_compl] = ACTIONS(2984), [anon_sym_DASH_DASH] = ACTIONS(2986), [anon_sym_PLUS_PLUS] = ACTIONS(2986), [anon_sym_sizeof] = ACTIONS(2984), [anon_sym_offsetof] = ACTIONS(2984), [anon_sym__Generic] = ACTIONS(2984), [anon_sym_asm] = ACTIONS(2984), [anon_sym___asm__] = ACTIONS(2984), [sym_number_literal] = ACTIONS(2986), [anon_sym_L_SQUOTE] = ACTIONS(2986), [anon_sym_u_SQUOTE] = ACTIONS(2986), [anon_sym_U_SQUOTE] = ACTIONS(2986), [anon_sym_u8_SQUOTE] = ACTIONS(2986), [anon_sym_SQUOTE] = ACTIONS(2986), [anon_sym_L_DQUOTE] = ACTIONS(2986), [anon_sym_u_DQUOTE] = ACTIONS(2986), [anon_sym_U_DQUOTE] = ACTIONS(2986), [anon_sym_u8_DQUOTE] = ACTIONS(2986), [anon_sym_DQUOTE] = ACTIONS(2986), [sym_true] = ACTIONS(2984), [sym_false] = ACTIONS(2984), [anon_sym_NULL] = ACTIONS(2984), [anon_sym_nullptr] = ACTIONS(2984), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2984), [anon_sym_decltype] = ACTIONS(2984), [anon_sym_virtual] = ACTIONS(2984), [anon_sym_typename] = ACTIONS(2984), [anon_sym_template] = ACTIONS(2984), [anon_sym_try] = ACTIONS(2984), [anon_sym_delete] = ACTIONS(2984), [anon_sym_throw] = ACTIONS(2984), [anon_sym_co_return] = ACTIONS(2984), [anon_sym_co_yield] = ACTIONS(2984), [anon_sym_R_DQUOTE] = ACTIONS(2986), [anon_sym_LR_DQUOTE] = ACTIONS(2986), [anon_sym_uR_DQUOTE] = ACTIONS(2986), [anon_sym_UR_DQUOTE] = ACTIONS(2986), [anon_sym_u8R_DQUOTE] = ACTIONS(2986), [anon_sym_co_await] = ACTIONS(2984), [anon_sym_new] = ACTIONS(2984), [anon_sym_requires] = ACTIONS(2984), [sym_this] = ACTIONS(2984), }, [1495] = { [sym_identifier] = ACTIONS(2926), [anon_sym_LPAREN2] = ACTIONS(2928), [anon_sym_BANG] = ACTIONS(2928), [anon_sym_TILDE] = ACTIONS(2928), [anon_sym_DASH] = ACTIONS(2926), [anon_sym_PLUS] = ACTIONS(2926), [anon_sym_STAR] = ACTIONS(2928), [anon_sym_AMP] = ACTIONS(2928), [anon_sym_SEMI] = ACTIONS(2928), [anon_sym_typedef] = ACTIONS(2926), [anon_sym_extern] = ACTIONS(2926), [anon_sym___attribute__] = ACTIONS(2926), [anon_sym_COLON_COLON] = ACTIONS(2928), [anon_sym_LBRACK_LBRACK] = ACTIONS(2928), [anon_sym___declspec] = ACTIONS(2926), [anon_sym_LBRACE] = ACTIONS(2928), [anon_sym_signed] = ACTIONS(2926), [anon_sym_unsigned] = ACTIONS(2926), [anon_sym_long] = ACTIONS(2926), [anon_sym_short] = ACTIONS(2926), [anon_sym_LBRACK] = ACTIONS(2926), [anon_sym_static] = ACTIONS(2926), [anon_sym_register] = ACTIONS(2926), [anon_sym_inline] = ACTIONS(2926), [anon_sym_thread_local] = ACTIONS(2926), [anon_sym_const] = ACTIONS(2926), [anon_sym_constexpr] = ACTIONS(2926), [anon_sym_volatile] = ACTIONS(2926), [anon_sym_restrict] = ACTIONS(2926), [anon_sym___restrict__] = ACTIONS(2926), [anon_sym__Atomic] = ACTIONS(2926), [anon_sym__Noreturn] = ACTIONS(2926), [anon_sym_noreturn] = ACTIONS(2926), [anon_sym_mutable] = ACTIONS(2926), [anon_sym_constinit] = ACTIONS(2926), [anon_sym_consteval] = ACTIONS(2926), [sym_primitive_type] = ACTIONS(2926), [anon_sym_enum] = ACTIONS(2926), [anon_sym_class] = ACTIONS(2926), [anon_sym_struct] = ACTIONS(2926), [anon_sym_union] = ACTIONS(2926), [anon_sym_if] = ACTIONS(2926), [anon_sym_else] = ACTIONS(2926), [anon_sym_switch] = ACTIONS(2926), [anon_sym_while] = ACTIONS(2926), [anon_sym_do] = ACTIONS(2926), [anon_sym_for] = ACTIONS(2926), [anon_sym_return] = ACTIONS(2926), [anon_sym_break] = ACTIONS(2926), [anon_sym_continue] = ACTIONS(2926), [anon_sym_goto] = ACTIONS(2926), [anon_sym_not] = ACTIONS(2926), [anon_sym_compl] = ACTIONS(2926), [anon_sym_DASH_DASH] = ACTIONS(2928), [anon_sym_PLUS_PLUS] = ACTIONS(2928), [anon_sym_sizeof] = ACTIONS(2926), [anon_sym_offsetof] = ACTIONS(2926), [anon_sym__Generic] = ACTIONS(2926), [anon_sym_asm] = ACTIONS(2926), [anon_sym___asm__] = ACTIONS(2926), [sym_number_literal] = ACTIONS(2928), [anon_sym_L_SQUOTE] = ACTIONS(2928), [anon_sym_u_SQUOTE] = ACTIONS(2928), [anon_sym_U_SQUOTE] = ACTIONS(2928), [anon_sym_u8_SQUOTE] = ACTIONS(2928), [anon_sym_SQUOTE] = ACTIONS(2928), [anon_sym_L_DQUOTE] = ACTIONS(2928), [anon_sym_u_DQUOTE] = ACTIONS(2928), [anon_sym_U_DQUOTE] = ACTIONS(2928), [anon_sym_u8_DQUOTE] = ACTIONS(2928), [anon_sym_DQUOTE] = ACTIONS(2928), [sym_true] = ACTIONS(2926), [sym_false] = ACTIONS(2926), [anon_sym_NULL] = ACTIONS(2926), [anon_sym_nullptr] = ACTIONS(2926), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2926), [anon_sym_decltype] = ACTIONS(2926), [anon_sym_virtual] = ACTIONS(2926), [anon_sym_typename] = ACTIONS(2926), [anon_sym_template] = ACTIONS(2926), [anon_sym_try] = ACTIONS(2926), [anon_sym_delete] = ACTIONS(2926), [anon_sym_throw] = ACTIONS(2926), [anon_sym_co_return] = ACTIONS(2926), [anon_sym_co_yield] = ACTIONS(2926), [anon_sym_R_DQUOTE] = ACTIONS(2928), [anon_sym_LR_DQUOTE] = ACTIONS(2928), [anon_sym_uR_DQUOTE] = ACTIONS(2928), [anon_sym_UR_DQUOTE] = ACTIONS(2928), [anon_sym_u8R_DQUOTE] = ACTIONS(2928), [anon_sym_co_await] = ACTIONS(2926), [anon_sym_new] = ACTIONS(2926), [anon_sym_requires] = ACTIONS(2926), [sym_this] = ACTIONS(2926), }, [1496] = { [sym_identifier] = ACTIONS(3775), [anon_sym_LPAREN2] = ACTIONS(3777), [anon_sym_BANG] = ACTIONS(3777), [anon_sym_TILDE] = ACTIONS(3777), [anon_sym_DASH] = ACTIONS(3775), [anon_sym_PLUS] = ACTIONS(3775), [anon_sym_STAR] = ACTIONS(3777), [anon_sym_AMP] = ACTIONS(3777), [anon_sym_SEMI] = ACTIONS(3777), [anon_sym_extern] = ACTIONS(3775), [anon_sym___attribute__] = ACTIONS(3775), [anon_sym_COLON_COLON] = ACTIONS(3777), [anon_sym_LBRACK_LBRACK] = ACTIONS(3777), [anon_sym___declspec] = ACTIONS(3775), [anon_sym_LBRACE] = ACTIONS(3777), [anon_sym_signed] = ACTIONS(3775), [anon_sym_unsigned] = ACTIONS(3775), [anon_sym_long] = ACTIONS(3775), [anon_sym_short] = ACTIONS(3775), [anon_sym_LBRACK] = ACTIONS(3775), [anon_sym_static] = ACTIONS(3775), [anon_sym_register] = ACTIONS(3775), [anon_sym_inline] = ACTIONS(3775), [anon_sym_thread_local] = ACTIONS(3775), [anon_sym_const] = ACTIONS(3775), [anon_sym_constexpr] = ACTIONS(3775), [anon_sym_volatile] = ACTIONS(3775), [anon_sym_restrict] = ACTIONS(3775), [anon_sym___restrict__] = ACTIONS(3775), [anon_sym__Atomic] = ACTIONS(3775), [anon_sym__Noreturn] = ACTIONS(3775), [anon_sym_noreturn] = ACTIONS(3775), [anon_sym_mutable] = ACTIONS(3775), [anon_sym_constinit] = ACTIONS(3775), [anon_sym_consteval] = ACTIONS(3775), [sym_primitive_type] = ACTIONS(3775), [anon_sym_enum] = ACTIONS(3775), [anon_sym_class] = ACTIONS(3775), [anon_sym_struct] = ACTIONS(3775), [anon_sym_union] = ACTIONS(3775), [anon_sym_if] = ACTIONS(3775), [anon_sym_switch] = ACTIONS(3775), [anon_sym_case] = ACTIONS(3775), [anon_sym_default] = ACTIONS(3775), [anon_sym_while] = ACTIONS(3775), [anon_sym_do] = ACTIONS(3775), [anon_sym_for] = ACTIONS(3775), [anon_sym_return] = ACTIONS(3775), [anon_sym_break] = ACTIONS(3775), [anon_sym_continue] = ACTIONS(3775), [anon_sym_goto] = ACTIONS(3775), [anon_sym_not] = ACTIONS(3775), [anon_sym_compl] = ACTIONS(3775), [anon_sym_DASH_DASH] = ACTIONS(3777), [anon_sym_PLUS_PLUS] = ACTIONS(3777), [anon_sym_sizeof] = ACTIONS(3775), [anon_sym_offsetof] = ACTIONS(3775), [anon_sym__Generic] = ACTIONS(3775), [anon_sym_asm] = ACTIONS(3775), [anon_sym___asm__] = ACTIONS(3775), [sym_number_literal] = ACTIONS(3777), [anon_sym_L_SQUOTE] = ACTIONS(3777), [anon_sym_u_SQUOTE] = ACTIONS(3777), [anon_sym_U_SQUOTE] = ACTIONS(3777), [anon_sym_u8_SQUOTE] = ACTIONS(3777), [anon_sym_SQUOTE] = ACTIONS(3777), [anon_sym_L_DQUOTE] = ACTIONS(3777), [anon_sym_u_DQUOTE] = ACTIONS(3777), [anon_sym_U_DQUOTE] = ACTIONS(3777), [anon_sym_u8_DQUOTE] = ACTIONS(3777), [anon_sym_DQUOTE] = ACTIONS(3777), [sym_true] = ACTIONS(3775), [sym_false] = ACTIONS(3775), [anon_sym_NULL] = ACTIONS(3775), [anon_sym_nullptr] = ACTIONS(3775), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3775), [anon_sym_decltype] = ACTIONS(3775), [anon_sym_virtual] = ACTIONS(3775), [anon_sym_typename] = ACTIONS(3775), [anon_sym_template] = ACTIONS(3775), [anon_sym_try] = ACTIONS(3775), [anon_sym_delete] = ACTIONS(3775), [anon_sym_throw] = ACTIONS(3775), [anon_sym_co_return] = ACTIONS(3775), [anon_sym_co_yield] = ACTIONS(3775), [anon_sym_R_DQUOTE] = ACTIONS(3777), [anon_sym_LR_DQUOTE] = ACTIONS(3777), [anon_sym_uR_DQUOTE] = ACTIONS(3777), [anon_sym_UR_DQUOTE] = ACTIONS(3777), [anon_sym_u8R_DQUOTE] = ACTIONS(3777), [anon_sym_co_await] = ACTIONS(3775), [anon_sym_new] = ACTIONS(3775), [anon_sym_requires] = ACTIONS(3775), [sym_this] = ACTIONS(3775), }, [1497] = { [sym_identifier] = ACTIONS(3060), [anon_sym_LPAREN2] = ACTIONS(3062), [anon_sym_BANG] = ACTIONS(3062), [anon_sym_TILDE] = ACTIONS(3062), [anon_sym_DASH] = ACTIONS(3060), [anon_sym_PLUS] = ACTIONS(3060), [anon_sym_STAR] = ACTIONS(3062), [anon_sym_AMP] = ACTIONS(3062), [anon_sym_SEMI] = ACTIONS(3062), [anon_sym_typedef] = ACTIONS(3060), [anon_sym_extern] = ACTIONS(3060), [anon_sym___attribute__] = ACTIONS(3060), [anon_sym_COLON_COLON] = ACTIONS(3062), [anon_sym_LBRACK_LBRACK] = ACTIONS(3062), [anon_sym___declspec] = ACTIONS(3060), [anon_sym_LBRACE] = ACTIONS(3062), [anon_sym_signed] = ACTIONS(3060), [anon_sym_unsigned] = ACTIONS(3060), [anon_sym_long] = ACTIONS(3060), [anon_sym_short] = ACTIONS(3060), [anon_sym_LBRACK] = ACTIONS(3060), [anon_sym_static] = ACTIONS(3060), [anon_sym_register] = ACTIONS(3060), [anon_sym_inline] = ACTIONS(3060), [anon_sym_thread_local] = ACTIONS(3060), [anon_sym_const] = ACTIONS(3060), [anon_sym_constexpr] = ACTIONS(3060), [anon_sym_volatile] = ACTIONS(3060), [anon_sym_restrict] = ACTIONS(3060), [anon_sym___restrict__] = ACTIONS(3060), [anon_sym__Atomic] = ACTIONS(3060), [anon_sym__Noreturn] = ACTIONS(3060), [anon_sym_noreturn] = ACTIONS(3060), [anon_sym_mutable] = ACTIONS(3060), [anon_sym_constinit] = ACTIONS(3060), [anon_sym_consteval] = ACTIONS(3060), [sym_primitive_type] = ACTIONS(3060), [anon_sym_enum] = ACTIONS(3060), [anon_sym_class] = ACTIONS(3060), [anon_sym_struct] = ACTIONS(3060), [anon_sym_union] = ACTIONS(3060), [anon_sym_if] = ACTIONS(3060), [anon_sym_else] = ACTIONS(3060), [anon_sym_switch] = ACTIONS(3060), [anon_sym_while] = ACTIONS(3060), [anon_sym_do] = ACTIONS(3060), [anon_sym_for] = ACTIONS(3060), [anon_sym_return] = ACTIONS(3060), [anon_sym_break] = ACTIONS(3060), [anon_sym_continue] = ACTIONS(3060), [anon_sym_goto] = ACTIONS(3060), [anon_sym_not] = ACTIONS(3060), [anon_sym_compl] = ACTIONS(3060), [anon_sym_DASH_DASH] = ACTIONS(3062), [anon_sym_PLUS_PLUS] = ACTIONS(3062), [anon_sym_sizeof] = ACTIONS(3060), [anon_sym_offsetof] = ACTIONS(3060), [anon_sym__Generic] = ACTIONS(3060), [anon_sym_asm] = ACTIONS(3060), [anon_sym___asm__] = ACTIONS(3060), [sym_number_literal] = ACTIONS(3062), [anon_sym_L_SQUOTE] = ACTIONS(3062), [anon_sym_u_SQUOTE] = ACTIONS(3062), [anon_sym_U_SQUOTE] = ACTIONS(3062), [anon_sym_u8_SQUOTE] = ACTIONS(3062), [anon_sym_SQUOTE] = ACTIONS(3062), [anon_sym_L_DQUOTE] = ACTIONS(3062), [anon_sym_u_DQUOTE] = ACTIONS(3062), [anon_sym_U_DQUOTE] = ACTIONS(3062), [anon_sym_u8_DQUOTE] = ACTIONS(3062), [anon_sym_DQUOTE] = ACTIONS(3062), [sym_true] = ACTIONS(3060), [sym_false] = ACTIONS(3060), [anon_sym_NULL] = ACTIONS(3060), [anon_sym_nullptr] = ACTIONS(3060), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3060), [anon_sym_decltype] = ACTIONS(3060), [anon_sym_virtual] = ACTIONS(3060), [anon_sym_typename] = ACTIONS(3060), [anon_sym_template] = ACTIONS(3060), [anon_sym_try] = ACTIONS(3060), [anon_sym_delete] = ACTIONS(3060), [anon_sym_throw] = ACTIONS(3060), [anon_sym_co_return] = ACTIONS(3060), [anon_sym_co_yield] = ACTIONS(3060), [anon_sym_R_DQUOTE] = ACTIONS(3062), [anon_sym_LR_DQUOTE] = ACTIONS(3062), [anon_sym_uR_DQUOTE] = ACTIONS(3062), [anon_sym_UR_DQUOTE] = ACTIONS(3062), [anon_sym_u8R_DQUOTE] = ACTIONS(3062), [anon_sym_co_await] = ACTIONS(3060), [anon_sym_new] = ACTIONS(3060), [anon_sym_requires] = ACTIONS(3060), [sym_this] = ACTIONS(3060), }, [1498] = { [sym_identifier] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2924), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [1499] = { [sym_identifier] = ACTIONS(3004), [anon_sym_LPAREN2] = ACTIONS(3006), [anon_sym_BANG] = ACTIONS(3006), [anon_sym_TILDE] = ACTIONS(3006), [anon_sym_DASH] = ACTIONS(3004), [anon_sym_PLUS] = ACTIONS(3004), [anon_sym_STAR] = ACTIONS(3006), [anon_sym_AMP] = ACTIONS(3006), [anon_sym_SEMI] = ACTIONS(3006), [anon_sym_typedef] = ACTIONS(3004), [anon_sym_extern] = ACTIONS(3004), [anon_sym___attribute__] = ACTIONS(3004), [anon_sym_COLON_COLON] = ACTIONS(3006), [anon_sym_LBRACK_LBRACK] = ACTIONS(3006), [anon_sym___declspec] = ACTIONS(3004), [anon_sym_LBRACE] = ACTIONS(3006), [anon_sym_signed] = ACTIONS(3004), [anon_sym_unsigned] = ACTIONS(3004), [anon_sym_long] = ACTIONS(3004), [anon_sym_short] = ACTIONS(3004), [anon_sym_LBRACK] = ACTIONS(3004), [anon_sym_static] = ACTIONS(3004), [anon_sym_register] = ACTIONS(3004), [anon_sym_inline] = ACTIONS(3004), [anon_sym_thread_local] = ACTIONS(3004), [anon_sym_const] = ACTIONS(3004), [anon_sym_constexpr] = ACTIONS(3004), [anon_sym_volatile] = ACTIONS(3004), [anon_sym_restrict] = ACTIONS(3004), [anon_sym___restrict__] = ACTIONS(3004), [anon_sym__Atomic] = ACTIONS(3004), [anon_sym__Noreturn] = ACTIONS(3004), [anon_sym_noreturn] = ACTIONS(3004), [anon_sym_mutable] = ACTIONS(3004), [anon_sym_constinit] = ACTIONS(3004), [anon_sym_consteval] = ACTIONS(3004), [sym_primitive_type] = ACTIONS(3004), [anon_sym_enum] = ACTIONS(3004), [anon_sym_class] = ACTIONS(3004), [anon_sym_struct] = ACTIONS(3004), [anon_sym_union] = ACTIONS(3004), [anon_sym_if] = ACTIONS(3004), [anon_sym_else] = ACTIONS(3004), [anon_sym_switch] = ACTIONS(3004), [anon_sym_while] = ACTIONS(3004), [anon_sym_do] = ACTIONS(3004), [anon_sym_for] = ACTIONS(3004), [anon_sym_return] = ACTIONS(3004), [anon_sym_break] = ACTIONS(3004), [anon_sym_continue] = ACTIONS(3004), [anon_sym_goto] = ACTIONS(3004), [anon_sym_not] = ACTIONS(3004), [anon_sym_compl] = ACTIONS(3004), [anon_sym_DASH_DASH] = ACTIONS(3006), [anon_sym_PLUS_PLUS] = ACTIONS(3006), [anon_sym_sizeof] = ACTIONS(3004), [anon_sym_offsetof] = ACTIONS(3004), [anon_sym__Generic] = ACTIONS(3004), [anon_sym_asm] = ACTIONS(3004), [anon_sym___asm__] = ACTIONS(3004), [sym_number_literal] = ACTIONS(3006), [anon_sym_L_SQUOTE] = ACTIONS(3006), [anon_sym_u_SQUOTE] = ACTIONS(3006), [anon_sym_U_SQUOTE] = ACTIONS(3006), [anon_sym_u8_SQUOTE] = ACTIONS(3006), [anon_sym_SQUOTE] = ACTIONS(3006), [anon_sym_L_DQUOTE] = ACTIONS(3006), [anon_sym_u_DQUOTE] = ACTIONS(3006), [anon_sym_U_DQUOTE] = ACTIONS(3006), [anon_sym_u8_DQUOTE] = ACTIONS(3006), [anon_sym_DQUOTE] = ACTIONS(3006), [sym_true] = ACTIONS(3004), [sym_false] = ACTIONS(3004), [anon_sym_NULL] = ACTIONS(3004), [anon_sym_nullptr] = ACTIONS(3004), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3004), [anon_sym_decltype] = ACTIONS(3004), [anon_sym_virtual] = ACTIONS(3004), [anon_sym_typename] = ACTIONS(3004), [anon_sym_template] = ACTIONS(3004), [anon_sym_try] = ACTIONS(3004), [anon_sym_delete] = ACTIONS(3004), [anon_sym_throw] = ACTIONS(3004), [anon_sym_co_return] = ACTIONS(3004), [anon_sym_co_yield] = ACTIONS(3004), [anon_sym_R_DQUOTE] = ACTIONS(3006), [anon_sym_LR_DQUOTE] = ACTIONS(3006), [anon_sym_uR_DQUOTE] = ACTIONS(3006), [anon_sym_UR_DQUOTE] = ACTIONS(3006), [anon_sym_u8R_DQUOTE] = ACTIONS(3006), [anon_sym_co_await] = ACTIONS(3004), [anon_sym_new] = ACTIONS(3004), [anon_sym_requires] = ACTIONS(3004), [sym_this] = ACTIONS(3004), }, [1500] = { [sym_identifier] = ACTIONS(3008), [anon_sym_LPAREN2] = ACTIONS(3010), [anon_sym_BANG] = ACTIONS(3010), [anon_sym_TILDE] = ACTIONS(3010), [anon_sym_DASH] = ACTIONS(3008), [anon_sym_PLUS] = ACTIONS(3008), [anon_sym_STAR] = ACTIONS(3010), [anon_sym_AMP] = ACTIONS(3010), [anon_sym_SEMI] = ACTIONS(3010), [anon_sym_typedef] = ACTIONS(3008), [anon_sym_extern] = ACTIONS(3008), [anon_sym___attribute__] = ACTIONS(3008), [anon_sym_COLON_COLON] = ACTIONS(3010), [anon_sym_LBRACK_LBRACK] = ACTIONS(3010), [anon_sym___declspec] = ACTIONS(3008), [anon_sym_LBRACE] = ACTIONS(3010), [anon_sym_signed] = ACTIONS(3008), [anon_sym_unsigned] = ACTIONS(3008), [anon_sym_long] = ACTIONS(3008), [anon_sym_short] = ACTIONS(3008), [anon_sym_LBRACK] = ACTIONS(3008), [anon_sym_static] = ACTIONS(3008), [anon_sym_register] = ACTIONS(3008), [anon_sym_inline] = ACTIONS(3008), [anon_sym_thread_local] = ACTIONS(3008), [anon_sym_const] = ACTIONS(3008), [anon_sym_constexpr] = ACTIONS(3008), [anon_sym_volatile] = ACTIONS(3008), [anon_sym_restrict] = ACTIONS(3008), [anon_sym___restrict__] = ACTIONS(3008), [anon_sym__Atomic] = ACTIONS(3008), [anon_sym__Noreturn] = ACTIONS(3008), [anon_sym_noreturn] = ACTIONS(3008), [anon_sym_mutable] = ACTIONS(3008), [anon_sym_constinit] = ACTIONS(3008), [anon_sym_consteval] = ACTIONS(3008), [sym_primitive_type] = ACTIONS(3008), [anon_sym_enum] = ACTIONS(3008), [anon_sym_class] = ACTIONS(3008), [anon_sym_struct] = ACTIONS(3008), [anon_sym_union] = ACTIONS(3008), [anon_sym_if] = ACTIONS(3008), [anon_sym_else] = ACTIONS(3008), [anon_sym_switch] = ACTIONS(3008), [anon_sym_while] = ACTIONS(3008), [anon_sym_do] = ACTIONS(3008), [anon_sym_for] = ACTIONS(3008), [anon_sym_return] = ACTIONS(3008), [anon_sym_break] = ACTIONS(3008), [anon_sym_continue] = ACTIONS(3008), [anon_sym_goto] = ACTIONS(3008), [anon_sym_not] = ACTIONS(3008), [anon_sym_compl] = ACTIONS(3008), [anon_sym_DASH_DASH] = ACTIONS(3010), [anon_sym_PLUS_PLUS] = ACTIONS(3010), [anon_sym_sizeof] = ACTIONS(3008), [anon_sym_offsetof] = ACTIONS(3008), [anon_sym__Generic] = ACTIONS(3008), [anon_sym_asm] = ACTIONS(3008), [anon_sym___asm__] = ACTIONS(3008), [sym_number_literal] = ACTIONS(3010), [anon_sym_L_SQUOTE] = ACTIONS(3010), [anon_sym_u_SQUOTE] = ACTIONS(3010), [anon_sym_U_SQUOTE] = ACTIONS(3010), [anon_sym_u8_SQUOTE] = ACTIONS(3010), [anon_sym_SQUOTE] = ACTIONS(3010), [anon_sym_L_DQUOTE] = ACTIONS(3010), [anon_sym_u_DQUOTE] = ACTIONS(3010), [anon_sym_U_DQUOTE] = ACTIONS(3010), [anon_sym_u8_DQUOTE] = ACTIONS(3010), [anon_sym_DQUOTE] = ACTIONS(3010), [sym_true] = ACTIONS(3008), [sym_false] = ACTIONS(3008), [anon_sym_NULL] = ACTIONS(3008), [anon_sym_nullptr] = ACTIONS(3008), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3008), [anon_sym_decltype] = ACTIONS(3008), [anon_sym_virtual] = ACTIONS(3008), [anon_sym_typename] = ACTIONS(3008), [anon_sym_template] = ACTIONS(3008), [anon_sym_try] = ACTIONS(3008), [anon_sym_delete] = ACTIONS(3008), [anon_sym_throw] = ACTIONS(3008), [anon_sym_co_return] = ACTIONS(3008), [anon_sym_co_yield] = ACTIONS(3008), [anon_sym_R_DQUOTE] = ACTIONS(3010), [anon_sym_LR_DQUOTE] = ACTIONS(3010), [anon_sym_uR_DQUOTE] = ACTIONS(3010), [anon_sym_UR_DQUOTE] = ACTIONS(3010), [anon_sym_u8R_DQUOTE] = ACTIONS(3010), [anon_sym_co_await] = ACTIONS(3008), [anon_sym_new] = ACTIONS(3008), [anon_sym_requires] = ACTIONS(3008), [sym_this] = ACTIONS(3008), }, [1501] = { [sym_identifier] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2924), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [1502] = { [sym_identifier] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2924), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [1503] = { [sym_identifier] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2924), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [1504] = { [sym_identifier] = ACTIONS(3103), [anon_sym_LPAREN2] = ACTIONS(3105), [anon_sym_BANG] = ACTIONS(3105), [anon_sym_TILDE] = ACTIONS(3105), [anon_sym_DASH] = ACTIONS(3103), [anon_sym_PLUS] = ACTIONS(3103), [anon_sym_STAR] = ACTIONS(3105), [anon_sym_AMP] = ACTIONS(3105), [anon_sym_SEMI] = ACTIONS(3105), [anon_sym_typedef] = ACTIONS(3103), [anon_sym_extern] = ACTIONS(3103), [anon_sym___attribute__] = ACTIONS(3103), [anon_sym_COLON_COLON] = ACTIONS(3105), [anon_sym_LBRACK_LBRACK] = ACTIONS(3105), [anon_sym___declspec] = ACTIONS(3103), [anon_sym_LBRACE] = ACTIONS(3105), [anon_sym_signed] = ACTIONS(3103), [anon_sym_unsigned] = ACTIONS(3103), [anon_sym_long] = ACTIONS(3103), [anon_sym_short] = ACTIONS(3103), [anon_sym_LBRACK] = ACTIONS(3103), [anon_sym_static] = ACTIONS(3103), [anon_sym_register] = ACTIONS(3103), [anon_sym_inline] = ACTIONS(3103), [anon_sym_thread_local] = ACTIONS(3103), [anon_sym_const] = ACTIONS(3103), [anon_sym_constexpr] = ACTIONS(3103), [anon_sym_volatile] = ACTIONS(3103), [anon_sym_restrict] = ACTIONS(3103), [anon_sym___restrict__] = ACTIONS(3103), [anon_sym__Atomic] = ACTIONS(3103), [anon_sym__Noreturn] = ACTIONS(3103), [anon_sym_noreturn] = ACTIONS(3103), [anon_sym_mutable] = ACTIONS(3103), [anon_sym_constinit] = ACTIONS(3103), [anon_sym_consteval] = ACTIONS(3103), [sym_primitive_type] = ACTIONS(3103), [anon_sym_enum] = ACTIONS(3103), [anon_sym_class] = ACTIONS(3103), [anon_sym_struct] = ACTIONS(3103), [anon_sym_union] = ACTIONS(3103), [anon_sym_if] = ACTIONS(3103), [anon_sym_else] = ACTIONS(3103), [anon_sym_switch] = ACTIONS(3103), [anon_sym_while] = ACTIONS(3103), [anon_sym_do] = ACTIONS(3103), [anon_sym_for] = ACTIONS(3103), [anon_sym_return] = ACTIONS(3103), [anon_sym_break] = ACTIONS(3103), [anon_sym_continue] = ACTIONS(3103), [anon_sym_goto] = ACTIONS(3103), [anon_sym_not] = ACTIONS(3103), [anon_sym_compl] = ACTIONS(3103), [anon_sym_DASH_DASH] = ACTIONS(3105), [anon_sym_PLUS_PLUS] = ACTIONS(3105), [anon_sym_sizeof] = ACTIONS(3103), [anon_sym_offsetof] = ACTIONS(3103), [anon_sym__Generic] = ACTIONS(3103), [anon_sym_asm] = ACTIONS(3103), [anon_sym___asm__] = ACTIONS(3103), [sym_number_literal] = ACTIONS(3105), [anon_sym_L_SQUOTE] = ACTIONS(3105), [anon_sym_u_SQUOTE] = ACTIONS(3105), [anon_sym_U_SQUOTE] = ACTIONS(3105), [anon_sym_u8_SQUOTE] = ACTIONS(3105), [anon_sym_SQUOTE] = ACTIONS(3105), [anon_sym_L_DQUOTE] = ACTIONS(3105), [anon_sym_u_DQUOTE] = ACTIONS(3105), [anon_sym_U_DQUOTE] = ACTIONS(3105), [anon_sym_u8_DQUOTE] = ACTIONS(3105), [anon_sym_DQUOTE] = ACTIONS(3105), [sym_true] = ACTIONS(3103), [sym_false] = ACTIONS(3103), [anon_sym_NULL] = ACTIONS(3103), [anon_sym_nullptr] = ACTIONS(3103), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3103), [anon_sym_decltype] = ACTIONS(3103), [anon_sym_virtual] = ACTIONS(3103), [anon_sym_typename] = ACTIONS(3103), [anon_sym_template] = ACTIONS(3103), [anon_sym_try] = ACTIONS(3103), [anon_sym_delete] = ACTIONS(3103), [anon_sym_throw] = ACTIONS(3103), [anon_sym_co_return] = ACTIONS(3103), [anon_sym_co_yield] = ACTIONS(3103), [anon_sym_R_DQUOTE] = ACTIONS(3105), [anon_sym_LR_DQUOTE] = ACTIONS(3105), [anon_sym_uR_DQUOTE] = ACTIONS(3105), [anon_sym_UR_DQUOTE] = ACTIONS(3105), [anon_sym_u8R_DQUOTE] = ACTIONS(3105), [anon_sym_co_await] = ACTIONS(3103), [anon_sym_new] = ACTIONS(3103), [anon_sym_requires] = ACTIONS(3103), [sym_this] = ACTIONS(3103), }, [1505] = { [sym_identifier] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2924), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [1506] = { [sym_identifier] = ACTIONS(2962), [anon_sym_LPAREN2] = ACTIONS(2964), [anon_sym_BANG] = ACTIONS(2964), [anon_sym_TILDE] = ACTIONS(2964), [anon_sym_DASH] = ACTIONS(2962), [anon_sym_PLUS] = ACTIONS(2962), [anon_sym_STAR] = ACTIONS(2964), [anon_sym_AMP] = ACTIONS(2964), [anon_sym_SEMI] = ACTIONS(2964), [anon_sym_typedef] = ACTIONS(2962), [anon_sym_extern] = ACTIONS(2962), [anon_sym___attribute__] = ACTIONS(2962), [anon_sym_COLON_COLON] = ACTIONS(2964), [anon_sym_LBRACK_LBRACK] = ACTIONS(2964), [anon_sym___declspec] = ACTIONS(2962), [anon_sym_LBRACE] = ACTIONS(2964), [anon_sym_signed] = ACTIONS(2962), [anon_sym_unsigned] = ACTIONS(2962), [anon_sym_long] = ACTIONS(2962), [anon_sym_short] = ACTIONS(2962), [anon_sym_LBRACK] = ACTIONS(2962), [anon_sym_static] = ACTIONS(2962), [anon_sym_register] = ACTIONS(2962), [anon_sym_inline] = ACTIONS(2962), [anon_sym_thread_local] = ACTIONS(2962), [anon_sym_const] = ACTIONS(2962), [anon_sym_constexpr] = ACTIONS(2962), [anon_sym_volatile] = ACTIONS(2962), [anon_sym_restrict] = ACTIONS(2962), [anon_sym___restrict__] = ACTIONS(2962), [anon_sym__Atomic] = ACTIONS(2962), [anon_sym__Noreturn] = ACTIONS(2962), [anon_sym_noreturn] = ACTIONS(2962), [anon_sym_mutable] = ACTIONS(2962), [anon_sym_constinit] = ACTIONS(2962), [anon_sym_consteval] = ACTIONS(2962), [sym_primitive_type] = ACTIONS(2962), [anon_sym_enum] = ACTIONS(2962), [anon_sym_class] = ACTIONS(2962), [anon_sym_struct] = ACTIONS(2962), [anon_sym_union] = ACTIONS(2962), [anon_sym_if] = ACTIONS(2962), [anon_sym_else] = ACTIONS(2962), [anon_sym_switch] = ACTIONS(2962), [anon_sym_while] = ACTIONS(2962), [anon_sym_do] = ACTIONS(2962), [anon_sym_for] = ACTIONS(2962), [anon_sym_return] = ACTIONS(2962), [anon_sym_break] = ACTIONS(2962), [anon_sym_continue] = ACTIONS(2962), [anon_sym_goto] = ACTIONS(2962), [anon_sym_not] = ACTIONS(2962), [anon_sym_compl] = ACTIONS(2962), [anon_sym_DASH_DASH] = ACTIONS(2964), [anon_sym_PLUS_PLUS] = ACTIONS(2964), [anon_sym_sizeof] = ACTIONS(2962), [anon_sym_offsetof] = ACTIONS(2962), [anon_sym__Generic] = ACTIONS(2962), [anon_sym_asm] = ACTIONS(2962), [anon_sym___asm__] = ACTIONS(2962), [sym_number_literal] = ACTIONS(2964), [anon_sym_L_SQUOTE] = ACTIONS(2964), [anon_sym_u_SQUOTE] = ACTIONS(2964), [anon_sym_U_SQUOTE] = ACTIONS(2964), [anon_sym_u8_SQUOTE] = ACTIONS(2964), [anon_sym_SQUOTE] = ACTIONS(2964), [anon_sym_L_DQUOTE] = ACTIONS(2964), [anon_sym_u_DQUOTE] = ACTIONS(2964), [anon_sym_U_DQUOTE] = ACTIONS(2964), [anon_sym_u8_DQUOTE] = ACTIONS(2964), [anon_sym_DQUOTE] = ACTIONS(2964), [sym_true] = ACTIONS(2962), [sym_false] = ACTIONS(2962), [anon_sym_NULL] = ACTIONS(2962), [anon_sym_nullptr] = ACTIONS(2962), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2962), [anon_sym_decltype] = ACTIONS(2962), [anon_sym_virtual] = ACTIONS(2962), [anon_sym_typename] = ACTIONS(2962), [anon_sym_template] = ACTIONS(2962), [anon_sym_try] = ACTIONS(2962), [anon_sym_delete] = ACTIONS(2962), [anon_sym_throw] = ACTIONS(2962), [anon_sym_co_return] = ACTIONS(2962), [anon_sym_co_yield] = ACTIONS(2962), [anon_sym_R_DQUOTE] = ACTIONS(2964), [anon_sym_LR_DQUOTE] = ACTIONS(2964), [anon_sym_uR_DQUOTE] = ACTIONS(2964), [anon_sym_UR_DQUOTE] = ACTIONS(2964), [anon_sym_u8R_DQUOTE] = ACTIONS(2964), [anon_sym_co_await] = ACTIONS(2962), [anon_sym_new] = ACTIONS(2962), [anon_sym_requires] = ACTIONS(2962), [sym_this] = ACTIONS(2962), }, [1507] = { [sym_identifier] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2924), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [1508] = { [sym_identifier] = ACTIONS(3056), [anon_sym_LPAREN2] = ACTIONS(3058), [anon_sym_BANG] = ACTIONS(3058), [anon_sym_TILDE] = ACTIONS(3058), [anon_sym_DASH] = ACTIONS(3056), [anon_sym_PLUS] = ACTIONS(3056), [anon_sym_STAR] = ACTIONS(3058), [anon_sym_AMP] = ACTIONS(3058), [anon_sym_SEMI] = ACTIONS(3058), [anon_sym_typedef] = ACTIONS(3056), [anon_sym_extern] = ACTIONS(3056), [anon_sym___attribute__] = ACTIONS(3056), [anon_sym_COLON_COLON] = ACTIONS(3058), [anon_sym_LBRACK_LBRACK] = ACTIONS(3058), [anon_sym___declspec] = ACTIONS(3056), [anon_sym_LBRACE] = ACTIONS(3058), [anon_sym_signed] = ACTIONS(3056), [anon_sym_unsigned] = ACTIONS(3056), [anon_sym_long] = ACTIONS(3056), [anon_sym_short] = ACTIONS(3056), [anon_sym_LBRACK] = ACTIONS(3056), [anon_sym_static] = ACTIONS(3056), [anon_sym_register] = ACTIONS(3056), [anon_sym_inline] = ACTIONS(3056), [anon_sym_thread_local] = ACTIONS(3056), [anon_sym_const] = ACTIONS(3056), [anon_sym_constexpr] = ACTIONS(3056), [anon_sym_volatile] = ACTIONS(3056), [anon_sym_restrict] = ACTIONS(3056), [anon_sym___restrict__] = ACTIONS(3056), [anon_sym__Atomic] = ACTIONS(3056), [anon_sym__Noreturn] = ACTIONS(3056), [anon_sym_noreturn] = ACTIONS(3056), [anon_sym_mutable] = ACTIONS(3056), [anon_sym_constinit] = ACTIONS(3056), [anon_sym_consteval] = ACTIONS(3056), [sym_primitive_type] = ACTIONS(3056), [anon_sym_enum] = ACTIONS(3056), [anon_sym_class] = ACTIONS(3056), [anon_sym_struct] = ACTIONS(3056), [anon_sym_union] = ACTIONS(3056), [anon_sym_if] = ACTIONS(3056), [anon_sym_else] = ACTIONS(3056), [anon_sym_switch] = ACTIONS(3056), [anon_sym_while] = ACTIONS(3056), [anon_sym_do] = ACTIONS(3056), [anon_sym_for] = ACTIONS(3056), [anon_sym_return] = ACTIONS(3056), [anon_sym_break] = ACTIONS(3056), [anon_sym_continue] = ACTIONS(3056), [anon_sym_goto] = ACTIONS(3056), [anon_sym_not] = ACTIONS(3056), [anon_sym_compl] = ACTIONS(3056), [anon_sym_DASH_DASH] = ACTIONS(3058), [anon_sym_PLUS_PLUS] = ACTIONS(3058), [anon_sym_sizeof] = ACTIONS(3056), [anon_sym_offsetof] = ACTIONS(3056), [anon_sym__Generic] = ACTIONS(3056), [anon_sym_asm] = ACTIONS(3056), [anon_sym___asm__] = ACTIONS(3056), [sym_number_literal] = ACTIONS(3058), [anon_sym_L_SQUOTE] = ACTIONS(3058), [anon_sym_u_SQUOTE] = ACTIONS(3058), [anon_sym_U_SQUOTE] = ACTIONS(3058), [anon_sym_u8_SQUOTE] = ACTIONS(3058), [anon_sym_SQUOTE] = ACTIONS(3058), [anon_sym_L_DQUOTE] = ACTIONS(3058), [anon_sym_u_DQUOTE] = ACTIONS(3058), [anon_sym_U_DQUOTE] = ACTIONS(3058), [anon_sym_u8_DQUOTE] = ACTIONS(3058), [anon_sym_DQUOTE] = ACTIONS(3058), [sym_true] = ACTIONS(3056), [sym_false] = ACTIONS(3056), [anon_sym_NULL] = ACTIONS(3056), [anon_sym_nullptr] = ACTIONS(3056), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3056), [anon_sym_decltype] = ACTIONS(3056), [anon_sym_virtual] = ACTIONS(3056), [anon_sym_typename] = ACTIONS(3056), [anon_sym_template] = ACTIONS(3056), [anon_sym_try] = ACTIONS(3056), [anon_sym_delete] = ACTIONS(3056), [anon_sym_throw] = ACTIONS(3056), [anon_sym_co_return] = ACTIONS(3056), [anon_sym_co_yield] = ACTIONS(3056), [anon_sym_R_DQUOTE] = ACTIONS(3058), [anon_sym_LR_DQUOTE] = ACTIONS(3058), [anon_sym_uR_DQUOTE] = ACTIONS(3058), [anon_sym_UR_DQUOTE] = ACTIONS(3058), [anon_sym_u8R_DQUOTE] = ACTIONS(3058), [anon_sym_co_await] = ACTIONS(3056), [anon_sym_new] = ACTIONS(3056), [anon_sym_requires] = ACTIONS(3056), [sym_this] = ACTIONS(3056), }, [1509] = { [sym_identifier] = ACTIONS(3056), [anon_sym_LPAREN2] = ACTIONS(3058), [anon_sym_BANG] = ACTIONS(3058), [anon_sym_TILDE] = ACTIONS(3058), [anon_sym_DASH] = ACTIONS(3056), [anon_sym_PLUS] = ACTIONS(3056), [anon_sym_STAR] = ACTIONS(3058), [anon_sym_AMP] = ACTIONS(3058), [anon_sym_SEMI] = ACTIONS(3058), [anon_sym_typedef] = ACTIONS(3056), [anon_sym_extern] = ACTIONS(3056), [anon_sym___attribute__] = ACTIONS(3056), [anon_sym_COLON_COLON] = ACTIONS(3058), [anon_sym_LBRACK_LBRACK] = ACTIONS(3058), [anon_sym___declspec] = ACTIONS(3056), [anon_sym_LBRACE] = ACTIONS(3058), [anon_sym_signed] = ACTIONS(3056), [anon_sym_unsigned] = ACTIONS(3056), [anon_sym_long] = ACTIONS(3056), [anon_sym_short] = ACTIONS(3056), [anon_sym_LBRACK] = ACTIONS(3056), [anon_sym_static] = ACTIONS(3056), [anon_sym_register] = ACTIONS(3056), [anon_sym_inline] = ACTIONS(3056), [anon_sym_thread_local] = ACTIONS(3056), [anon_sym_const] = ACTIONS(3056), [anon_sym_constexpr] = ACTIONS(3056), [anon_sym_volatile] = ACTIONS(3056), [anon_sym_restrict] = ACTIONS(3056), [anon_sym___restrict__] = ACTIONS(3056), [anon_sym__Atomic] = ACTIONS(3056), [anon_sym__Noreturn] = ACTIONS(3056), [anon_sym_noreturn] = ACTIONS(3056), [anon_sym_mutable] = ACTIONS(3056), [anon_sym_constinit] = ACTIONS(3056), [anon_sym_consteval] = ACTIONS(3056), [sym_primitive_type] = ACTIONS(3056), [anon_sym_enum] = ACTIONS(3056), [anon_sym_class] = ACTIONS(3056), [anon_sym_struct] = ACTIONS(3056), [anon_sym_union] = ACTIONS(3056), [anon_sym_if] = ACTIONS(3056), [anon_sym_else] = ACTIONS(3056), [anon_sym_switch] = ACTIONS(3056), [anon_sym_while] = ACTIONS(3056), [anon_sym_do] = ACTIONS(3056), [anon_sym_for] = ACTIONS(3056), [anon_sym_return] = ACTIONS(3056), [anon_sym_break] = ACTIONS(3056), [anon_sym_continue] = ACTIONS(3056), [anon_sym_goto] = ACTIONS(3056), [anon_sym_not] = ACTIONS(3056), [anon_sym_compl] = ACTIONS(3056), [anon_sym_DASH_DASH] = ACTIONS(3058), [anon_sym_PLUS_PLUS] = ACTIONS(3058), [anon_sym_sizeof] = ACTIONS(3056), [anon_sym_offsetof] = ACTIONS(3056), [anon_sym__Generic] = ACTIONS(3056), [anon_sym_asm] = ACTIONS(3056), [anon_sym___asm__] = ACTIONS(3056), [sym_number_literal] = ACTIONS(3058), [anon_sym_L_SQUOTE] = ACTIONS(3058), [anon_sym_u_SQUOTE] = ACTIONS(3058), [anon_sym_U_SQUOTE] = ACTIONS(3058), [anon_sym_u8_SQUOTE] = ACTIONS(3058), [anon_sym_SQUOTE] = ACTIONS(3058), [anon_sym_L_DQUOTE] = ACTIONS(3058), [anon_sym_u_DQUOTE] = ACTIONS(3058), [anon_sym_U_DQUOTE] = ACTIONS(3058), [anon_sym_u8_DQUOTE] = ACTIONS(3058), [anon_sym_DQUOTE] = ACTIONS(3058), [sym_true] = ACTIONS(3056), [sym_false] = ACTIONS(3056), [anon_sym_NULL] = ACTIONS(3056), [anon_sym_nullptr] = ACTIONS(3056), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3056), [anon_sym_decltype] = ACTIONS(3056), [anon_sym_virtual] = ACTIONS(3056), [anon_sym_typename] = ACTIONS(3056), [anon_sym_template] = ACTIONS(3056), [anon_sym_try] = ACTIONS(3056), [anon_sym_delete] = ACTIONS(3056), [anon_sym_throw] = ACTIONS(3056), [anon_sym_co_return] = ACTIONS(3056), [anon_sym_co_yield] = ACTIONS(3056), [anon_sym_R_DQUOTE] = ACTIONS(3058), [anon_sym_LR_DQUOTE] = ACTIONS(3058), [anon_sym_uR_DQUOTE] = ACTIONS(3058), [anon_sym_UR_DQUOTE] = ACTIONS(3058), [anon_sym_u8R_DQUOTE] = ACTIONS(3058), [anon_sym_co_await] = ACTIONS(3056), [anon_sym_new] = ACTIONS(3056), [anon_sym_requires] = ACTIONS(3056), [sym_this] = ACTIONS(3056), }, [1510] = { [sym_identifier] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2924), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [1511] = { [sym_identifier] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2924), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [1512] = { [sym_identifier] = ACTIONS(3115), [anon_sym_LPAREN2] = ACTIONS(3117), [anon_sym_BANG] = ACTIONS(3117), [anon_sym_TILDE] = ACTIONS(3117), [anon_sym_DASH] = ACTIONS(3115), [anon_sym_PLUS] = ACTIONS(3115), [anon_sym_STAR] = ACTIONS(3117), [anon_sym_AMP] = ACTIONS(3117), [anon_sym_SEMI] = ACTIONS(3117), [anon_sym_typedef] = ACTIONS(3115), [anon_sym_extern] = ACTIONS(3115), [anon_sym___attribute__] = ACTIONS(3115), [anon_sym_COLON_COLON] = ACTIONS(3117), [anon_sym_LBRACK_LBRACK] = ACTIONS(3117), [anon_sym___declspec] = ACTIONS(3115), [anon_sym_LBRACE] = ACTIONS(3117), [anon_sym_signed] = ACTIONS(3115), [anon_sym_unsigned] = ACTIONS(3115), [anon_sym_long] = ACTIONS(3115), [anon_sym_short] = ACTIONS(3115), [anon_sym_LBRACK] = ACTIONS(3115), [anon_sym_static] = ACTIONS(3115), [anon_sym_register] = ACTIONS(3115), [anon_sym_inline] = ACTIONS(3115), [anon_sym_thread_local] = ACTIONS(3115), [anon_sym_const] = ACTIONS(3115), [anon_sym_constexpr] = ACTIONS(3115), [anon_sym_volatile] = ACTIONS(3115), [anon_sym_restrict] = ACTIONS(3115), [anon_sym___restrict__] = ACTIONS(3115), [anon_sym__Atomic] = ACTIONS(3115), [anon_sym__Noreturn] = ACTIONS(3115), [anon_sym_noreturn] = ACTIONS(3115), [anon_sym_mutable] = ACTIONS(3115), [anon_sym_constinit] = ACTIONS(3115), [anon_sym_consteval] = ACTIONS(3115), [sym_primitive_type] = ACTIONS(3115), [anon_sym_enum] = ACTIONS(3115), [anon_sym_class] = ACTIONS(3115), [anon_sym_struct] = ACTIONS(3115), [anon_sym_union] = ACTIONS(3115), [anon_sym_if] = ACTIONS(3115), [anon_sym_else] = ACTIONS(3115), [anon_sym_switch] = ACTIONS(3115), [anon_sym_while] = ACTIONS(3115), [anon_sym_do] = ACTIONS(3115), [anon_sym_for] = ACTIONS(3115), [anon_sym_return] = ACTIONS(3115), [anon_sym_break] = ACTIONS(3115), [anon_sym_continue] = ACTIONS(3115), [anon_sym_goto] = ACTIONS(3115), [anon_sym_not] = ACTIONS(3115), [anon_sym_compl] = ACTIONS(3115), [anon_sym_DASH_DASH] = ACTIONS(3117), [anon_sym_PLUS_PLUS] = ACTIONS(3117), [anon_sym_sizeof] = ACTIONS(3115), [anon_sym_offsetof] = ACTIONS(3115), [anon_sym__Generic] = ACTIONS(3115), [anon_sym_asm] = ACTIONS(3115), [anon_sym___asm__] = ACTIONS(3115), [sym_number_literal] = ACTIONS(3117), [anon_sym_L_SQUOTE] = ACTIONS(3117), [anon_sym_u_SQUOTE] = ACTIONS(3117), [anon_sym_U_SQUOTE] = ACTIONS(3117), [anon_sym_u8_SQUOTE] = ACTIONS(3117), [anon_sym_SQUOTE] = ACTIONS(3117), [anon_sym_L_DQUOTE] = ACTIONS(3117), [anon_sym_u_DQUOTE] = ACTIONS(3117), [anon_sym_U_DQUOTE] = ACTIONS(3117), [anon_sym_u8_DQUOTE] = ACTIONS(3117), [anon_sym_DQUOTE] = ACTIONS(3117), [sym_true] = ACTIONS(3115), [sym_false] = ACTIONS(3115), [anon_sym_NULL] = ACTIONS(3115), [anon_sym_nullptr] = ACTIONS(3115), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3115), [anon_sym_decltype] = ACTIONS(3115), [anon_sym_virtual] = ACTIONS(3115), [anon_sym_typename] = ACTIONS(3115), [anon_sym_template] = ACTIONS(3115), [anon_sym_try] = ACTIONS(3115), [anon_sym_delete] = ACTIONS(3115), [anon_sym_throw] = ACTIONS(3115), [anon_sym_co_return] = ACTIONS(3115), [anon_sym_co_yield] = ACTIONS(3115), [anon_sym_R_DQUOTE] = ACTIONS(3117), [anon_sym_LR_DQUOTE] = ACTIONS(3117), [anon_sym_uR_DQUOTE] = ACTIONS(3117), [anon_sym_UR_DQUOTE] = ACTIONS(3117), [anon_sym_u8R_DQUOTE] = ACTIONS(3117), [anon_sym_co_await] = ACTIONS(3115), [anon_sym_new] = ACTIONS(3115), [anon_sym_requires] = ACTIONS(3115), [sym_this] = ACTIONS(3115), }, [1513] = { [sym_identifier] = ACTIONS(2976), [anon_sym_LPAREN2] = ACTIONS(2978), [anon_sym_BANG] = ACTIONS(2978), [anon_sym_TILDE] = ACTIONS(2978), [anon_sym_DASH] = ACTIONS(2976), [anon_sym_PLUS] = ACTIONS(2976), [anon_sym_STAR] = ACTIONS(2978), [anon_sym_AMP] = ACTIONS(2978), [anon_sym_SEMI] = ACTIONS(2978), [anon_sym_typedef] = ACTIONS(2976), [anon_sym_extern] = ACTIONS(2976), [anon_sym___attribute__] = ACTIONS(2976), [anon_sym_COLON_COLON] = ACTIONS(2978), [anon_sym_LBRACK_LBRACK] = ACTIONS(2978), [anon_sym___declspec] = ACTIONS(2976), [anon_sym_LBRACE] = ACTIONS(2978), [anon_sym_signed] = ACTIONS(2976), [anon_sym_unsigned] = ACTIONS(2976), [anon_sym_long] = ACTIONS(2976), [anon_sym_short] = ACTIONS(2976), [anon_sym_LBRACK] = ACTIONS(2976), [anon_sym_static] = ACTIONS(2976), [anon_sym_register] = ACTIONS(2976), [anon_sym_inline] = ACTIONS(2976), [anon_sym_thread_local] = ACTIONS(2976), [anon_sym_const] = ACTIONS(2976), [anon_sym_constexpr] = ACTIONS(2976), [anon_sym_volatile] = ACTIONS(2976), [anon_sym_restrict] = ACTIONS(2976), [anon_sym___restrict__] = ACTIONS(2976), [anon_sym__Atomic] = ACTIONS(2976), [anon_sym__Noreturn] = ACTIONS(2976), [anon_sym_noreturn] = ACTIONS(2976), [anon_sym_mutable] = ACTIONS(2976), [anon_sym_constinit] = ACTIONS(2976), [anon_sym_consteval] = ACTIONS(2976), [sym_primitive_type] = ACTIONS(2976), [anon_sym_enum] = ACTIONS(2976), [anon_sym_class] = ACTIONS(2976), [anon_sym_struct] = ACTIONS(2976), [anon_sym_union] = ACTIONS(2976), [anon_sym_if] = ACTIONS(2976), [anon_sym_else] = ACTIONS(2976), [anon_sym_switch] = ACTIONS(2976), [anon_sym_while] = ACTIONS(2976), [anon_sym_do] = ACTIONS(2976), [anon_sym_for] = ACTIONS(2976), [anon_sym_return] = ACTIONS(2976), [anon_sym_break] = ACTIONS(2976), [anon_sym_continue] = ACTIONS(2976), [anon_sym_goto] = ACTIONS(2976), [anon_sym_not] = ACTIONS(2976), [anon_sym_compl] = ACTIONS(2976), [anon_sym_DASH_DASH] = ACTIONS(2978), [anon_sym_PLUS_PLUS] = ACTIONS(2978), [anon_sym_sizeof] = ACTIONS(2976), [anon_sym_offsetof] = ACTIONS(2976), [anon_sym__Generic] = ACTIONS(2976), [anon_sym_asm] = ACTIONS(2976), [anon_sym___asm__] = ACTIONS(2976), [sym_number_literal] = ACTIONS(2978), [anon_sym_L_SQUOTE] = ACTIONS(2978), [anon_sym_u_SQUOTE] = ACTIONS(2978), [anon_sym_U_SQUOTE] = ACTIONS(2978), [anon_sym_u8_SQUOTE] = ACTIONS(2978), [anon_sym_SQUOTE] = ACTIONS(2978), [anon_sym_L_DQUOTE] = ACTIONS(2978), [anon_sym_u_DQUOTE] = ACTIONS(2978), [anon_sym_U_DQUOTE] = ACTIONS(2978), [anon_sym_u8_DQUOTE] = ACTIONS(2978), [anon_sym_DQUOTE] = ACTIONS(2978), [sym_true] = ACTIONS(2976), [sym_false] = ACTIONS(2976), [anon_sym_NULL] = ACTIONS(2976), [anon_sym_nullptr] = ACTIONS(2976), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2976), [anon_sym_decltype] = ACTIONS(2976), [anon_sym_virtual] = ACTIONS(2976), [anon_sym_typename] = ACTIONS(2976), [anon_sym_template] = ACTIONS(2976), [anon_sym_try] = ACTIONS(2976), [anon_sym_delete] = ACTIONS(2976), [anon_sym_throw] = ACTIONS(2976), [anon_sym_co_return] = ACTIONS(2976), [anon_sym_co_yield] = ACTIONS(2976), [anon_sym_R_DQUOTE] = ACTIONS(2978), [anon_sym_LR_DQUOTE] = ACTIONS(2978), [anon_sym_uR_DQUOTE] = ACTIONS(2978), [anon_sym_UR_DQUOTE] = ACTIONS(2978), [anon_sym_u8R_DQUOTE] = ACTIONS(2978), [anon_sym_co_await] = ACTIONS(2976), [anon_sym_new] = ACTIONS(2976), [anon_sym_requires] = ACTIONS(2976), [sym_this] = ACTIONS(2976), }, [1514] = { [sym_identifier] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2916), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [1515] = { [sym_identifier] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2916), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [1516] = { [sym_identifier] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2916), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [1517] = { [sym_identifier] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2916), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [1518] = { [sym_identifier] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2924), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [1519] = { [sym_identifier] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2924), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [1520] = { [sym_identifier] = ACTIONS(3052), [anon_sym_LPAREN2] = ACTIONS(3054), [anon_sym_BANG] = ACTIONS(3054), [anon_sym_TILDE] = ACTIONS(3054), [anon_sym_DASH] = ACTIONS(3052), [anon_sym_PLUS] = ACTIONS(3052), [anon_sym_STAR] = ACTIONS(3054), [anon_sym_AMP] = ACTIONS(3054), [anon_sym_SEMI] = ACTIONS(3054), [anon_sym_typedef] = ACTIONS(3052), [anon_sym_extern] = ACTIONS(3052), [anon_sym___attribute__] = ACTIONS(3052), [anon_sym_COLON_COLON] = ACTIONS(3054), [anon_sym_LBRACK_LBRACK] = ACTIONS(3054), [anon_sym___declspec] = ACTIONS(3052), [anon_sym_LBRACE] = ACTIONS(3054), [anon_sym_signed] = ACTIONS(3052), [anon_sym_unsigned] = ACTIONS(3052), [anon_sym_long] = ACTIONS(3052), [anon_sym_short] = ACTIONS(3052), [anon_sym_LBRACK] = ACTIONS(3052), [anon_sym_static] = ACTIONS(3052), [anon_sym_register] = ACTIONS(3052), [anon_sym_inline] = ACTIONS(3052), [anon_sym_thread_local] = ACTIONS(3052), [anon_sym_const] = ACTIONS(3052), [anon_sym_constexpr] = ACTIONS(3052), [anon_sym_volatile] = ACTIONS(3052), [anon_sym_restrict] = ACTIONS(3052), [anon_sym___restrict__] = ACTIONS(3052), [anon_sym__Atomic] = ACTIONS(3052), [anon_sym__Noreturn] = ACTIONS(3052), [anon_sym_noreturn] = ACTIONS(3052), [anon_sym_mutable] = ACTIONS(3052), [anon_sym_constinit] = ACTIONS(3052), [anon_sym_consteval] = ACTIONS(3052), [sym_primitive_type] = ACTIONS(3052), [anon_sym_enum] = ACTIONS(3052), [anon_sym_class] = ACTIONS(3052), [anon_sym_struct] = ACTIONS(3052), [anon_sym_union] = ACTIONS(3052), [anon_sym_if] = ACTIONS(3052), [anon_sym_else] = ACTIONS(3052), [anon_sym_switch] = ACTIONS(3052), [anon_sym_while] = ACTIONS(3052), [anon_sym_do] = ACTIONS(3052), [anon_sym_for] = ACTIONS(3052), [anon_sym_return] = ACTIONS(3052), [anon_sym_break] = ACTIONS(3052), [anon_sym_continue] = ACTIONS(3052), [anon_sym_goto] = ACTIONS(3052), [anon_sym_not] = ACTIONS(3052), [anon_sym_compl] = ACTIONS(3052), [anon_sym_DASH_DASH] = ACTIONS(3054), [anon_sym_PLUS_PLUS] = ACTIONS(3054), [anon_sym_sizeof] = ACTIONS(3052), [anon_sym_offsetof] = ACTIONS(3052), [anon_sym__Generic] = ACTIONS(3052), [anon_sym_asm] = ACTIONS(3052), [anon_sym___asm__] = ACTIONS(3052), [sym_number_literal] = ACTIONS(3054), [anon_sym_L_SQUOTE] = ACTIONS(3054), [anon_sym_u_SQUOTE] = ACTIONS(3054), [anon_sym_U_SQUOTE] = ACTIONS(3054), [anon_sym_u8_SQUOTE] = ACTIONS(3054), [anon_sym_SQUOTE] = ACTIONS(3054), [anon_sym_L_DQUOTE] = ACTIONS(3054), [anon_sym_u_DQUOTE] = ACTIONS(3054), [anon_sym_U_DQUOTE] = ACTIONS(3054), [anon_sym_u8_DQUOTE] = ACTIONS(3054), [anon_sym_DQUOTE] = ACTIONS(3054), [sym_true] = ACTIONS(3052), [sym_false] = ACTIONS(3052), [anon_sym_NULL] = ACTIONS(3052), [anon_sym_nullptr] = ACTIONS(3052), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3052), [anon_sym_decltype] = ACTIONS(3052), [anon_sym_virtual] = ACTIONS(3052), [anon_sym_typename] = ACTIONS(3052), [anon_sym_template] = ACTIONS(3052), [anon_sym_try] = ACTIONS(3052), [anon_sym_delete] = ACTIONS(3052), [anon_sym_throw] = ACTIONS(3052), [anon_sym_co_return] = ACTIONS(3052), [anon_sym_co_yield] = ACTIONS(3052), [anon_sym_R_DQUOTE] = ACTIONS(3054), [anon_sym_LR_DQUOTE] = ACTIONS(3054), [anon_sym_uR_DQUOTE] = ACTIONS(3054), [anon_sym_UR_DQUOTE] = ACTIONS(3054), [anon_sym_u8R_DQUOTE] = ACTIONS(3054), [anon_sym_co_await] = ACTIONS(3052), [anon_sym_new] = ACTIONS(3052), [anon_sym_requires] = ACTIONS(3052), [sym_this] = ACTIONS(3052), }, [1521] = { [sym_identifier] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2924), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [1522] = { [sym_identifier] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2924), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [1523] = { [sym_identifier] = ACTIONS(3107), [anon_sym_LPAREN2] = ACTIONS(3109), [anon_sym_BANG] = ACTIONS(3109), [anon_sym_TILDE] = ACTIONS(3109), [anon_sym_DASH] = ACTIONS(3107), [anon_sym_PLUS] = ACTIONS(3107), [anon_sym_STAR] = ACTIONS(3109), [anon_sym_AMP] = ACTIONS(3109), [anon_sym_SEMI] = ACTIONS(3109), [anon_sym_typedef] = ACTIONS(3107), [anon_sym_extern] = ACTIONS(3107), [anon_sym___attribute__] = ACTIONS(3107), [anon_sym_COLON_COLON] = ACTIONS(3109), [anon_sym_LBRACK_LBRACK] = ACTIONS(3109), [anon_sym___declspec] = ACTIONS(3107), [anon_sym_LBRACE] = ACTIONS(3109), [anon_sym_signed] = ACTIONS(3107), [anon_sym_unsigned] = ACTIONS(3107), [anon_sym_long] = ACTIONS(3107), [anon_sym_short] = ACTIONS(3107), [anon_sym_LBRACK] = ACTIONS(3107), [anon_sym_static] = ACTIONS(3107), [anon_sym_register] = ACTIONS(3107), [anon_sym_inline] = ACTIONS(3107), [anon_sym_thread_local] = ACTIONS(3107), [anon_sym_const] = ACTIONS(3107), [anon_sym_constexpr] = ACTIONS(3107), [anon_sym_volatile] = ACTIONS(3107), [anon_sym_restrict] = ACTIONS(3107), [anon_sym___restrict__] = ACTIONS(3107), [anon_sym__Atomic] = ACTIONS(3107), [anon_sym__Noreturn] = ACTIONS(3107), [anon_sym_noreturn] = ACTIONS(3107), [anon_sym_mutable] = ACTIONS(3107), [anon_sym_constinit] = ACTIONS(3107), [anon_sym_consteval] = ACTIONS(3107), [sym_primitive_type] = ACTIONS(3107), [anon_sym_enum] = ACTIONS(3107), [anon_sym_class] = ACTIONS(3107), [anon_sym_struct] = ACTIONS(3107), [anon_sym_union] = ACTIONS(3107), [anon_sym_if] = ACTIONS(3107), [anon_sym_else] = ACTIONS(3107), [anon_sym_switch] = ACTIONS(3107), [anon_sym_while] = ACTIONS(3107), [anon_sym_do] = ACTIONS(3107), [anon_sym_for] = ACTIONS(3107), [anon_sym_return] = ACTIONS(3107), [anon_sym_break] = ACTIONS(3107), [anon_sym_continue] = ACTIONS(3107), [anon_sym_goto] = ACTIONS(3107), [anon_sym_not] = ACTIONS(3107), [anon_sym_compl] = ACTIONS(3107), [anon_sym_DASH_DASH] = ACTIONS(3109), [anon_sym_PLUS_PLUS] = ACTIONS(3109), [anon_sym_sizeof] = ACTIONS(3107), [anon_sym_offsetof] = ACTIONS(3107), [anon_sym__Generic] = ACTIONS(3107), [anon_sym_asm] = ACTIONS(3107), [anon_sym___asm__] = ACTIONS(3107), [sym_number_literal] = ACTIONS(3109), [anon_sym_L_SQUOTE] = ACTIONS(3109), [anon_sym_u_SQUOTE] = ACTIONS(3109), [anon_sym_U_SQUOTE] = ACTIONS(3109), [anon_sym_u8_SQUOTE] = ACTIONS(3109), [anon_sym_SQUOTE] = ACTIONS(3109), [anon_sym_L_DQUOTE] = ACTIONS(3109), [anon_sym_u_DQUOTE] = ACTIONS(3109), [anon_sym_U_DQUOTE] = ACTIONS(3109), [anon_sym_u8_DQUOTE] = ACTIONS(3109), [anon_sym_DQUOTE] = ACTIONS(3109), [sym_true] = ACTIONS(3107), [sym_false] = ACTIONS(3107), [anon_sym_NULL] = ACTIONS(3107), [anon_sym_nullptr] = ACTIONS(3107), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3107), [anon_sym_decltype] = ACTIONS(3107), [anon_sym_virtual] = ACTIONS(3107), [anon_sym_typename] = ACTIONS(3107), [anon_sym_template] = ACTIONS(3107), [anon_sym_try] = ACTIONS(3107), [anon_sym_delete] = ACTIONS(3107), [anon_sym_throw] = ACTIONS(3107), [anon_sym_co_return] = ACTIONS(3107), [anon_sym_co_yield] = ACTIONS(3107), [anon_sym_R_DQUOTE] = ACTIONS(3109), [anon_sym_LR_DQUOTE] = ACTIONS(3109), [anon_sym_uR_DQUOTE] = ACTIONS(3109), [anon_sym_UR_DQUOTE] = ACTIONS(3109), [anon_sym_u8R_DQUOTE] = ACTIONS(3109), [anon_sym_co_await] = ACTIONS(3107), [anon_sym_new] = ACTIONS(3107), [anon_sym_requires] = ACTIONS(3107), [sym_this] = ACTIONS(3107), }, [1524] = { [sym_identifier] = ACTIONS(3016), [anon_sym_LPAREN2] = ACTIONS(3018), [anon_sym_BANG] = ACTIONS(3018), [anon_sym_TILDE] = ACTIONS(3018), [anon_sym_DASH] = ACTIONS(3016), [anon_sym_PLUS] = ACTIONS(3016), [anon_sym_STAR] = ACTIONS(3018), [anon_sym_AMP] = ACTIONS(3018), [anon_sym_SEMI] = ACTIONS(3018), [anon_sym_typedef] = ACTIONS(3016), [anon_sym_extern] = ACTIONS(3016), [anon_sym___attribute__] = ACTIONS(3016), [anon_sym_COLON_COLON] = ACTIONS(3018), [anon_sym_LBRACK_LBRACK] = ACTIONS(3018), [anon_sym___declspec] = ACTIONS(3016), [anon_sym_LBRACE] = ACTIONS(3018), [anon_sym_signed] = ACTIONS(3016), [anon_sym_unsigned] = ACTIONS(3016), [anon_sym_long] = ACTIONS(3016), [anon_sym_short] = ACTIONS(3016), [anon_sym_LBRACK] = ACTIONS(3016), [anon_sym_static] = ACTIONS(3016), [anon_sym_register] = ACTIONS(3016), [anon_sym_inline] = ACTIONS(3016), [anon_sym_thread_local] = ACTIONS(3016), [anon_sym_const] = ACTIONS(3016), [anon_sym_constexpr] = ACTIONS(3016), [anon_sym_volatile] = ACTIONS(3016), [anon_sym_restrict] = ACTIONS(3016), [anon_sym___restrict__] = ACTIONS(3016), [anon_sym__Atomic] = ACTIONS(3016), [anon_sym__Noreturn] = ACTIONS(3016), [anon_sym_noreturn] = ACTIONS(3016), [anon_sym_mutable] = ACTIONS(3016), [anon_sym_constinit] = ACTIONS(3016), [anon_sym_consteval] = ACTIONS(3016), [sym_primitive_type] = ACTIONS(3016), [anon_sym_enum] = ACTIONS(3016), [anon_sym_class] = ACTIONS(3016), [anon_sym_struct] = ACTIONS(3016), [anon_sym_union] = ACTIONS(3016), [anon_sym_if] = ACTIONS(3016), [anon_sym_else] = ACTIONS(3016), [anon_sym_switch] = ACTIONS(3016), [anon_sym_while] = ACTIONS(3016), [anon_sym_do] = ACTIONS(3016), [anon_sym_for] = ACTIONS(3016), [anon_sym_return] = ACTIONS(3016), [anon_sym_break] = ACTIONS(3016), [anon_sym_continue] = ACTIONS(3016), [anon_sym_goto] = ACTIONS(3016), [anon_sym_not] = ACTIONS(3016), [anon_sym_compl] = ACTIONS(3016), [anon_sym_DASH_DASH] = ACTIONS(3018), [anon_sym_PLUS_PLUS] = ACTIONS(3018), [anon_sym_sizeof] = ACTIONS(3016), [anon_sym_offsetof] = ACTIONS(3016), [anon_sym__Generic] = ACTIONS(3016), [anon_sym_asm] = ACTIONS(3016), [anon_sym___asm__] = ACTIONS(3016), [sym_number_literal] = ACTIONS(3018), [anon_sym_L_SQUOTE] = ACTIONS(3018), [anon_sym_u_SQUOTE] = ACTIONS(3018), [anon_sym_U_SQUOTE] = ACTIONS(3018), [anon_sym_u8_SQUOTE] = ACTIONS(3018), [anon_sym_SQUOTE] = ACTIONS(3018), [anon_sym_L_DQUOTE] = ACTIONS(3018), [anon_sym_u_DQUOTE] = ACTIONS(3018), [anon_sym_U_DQUOTE] = ACTIONS(3018), [anon_sym_u8_DQUOTE] = ACTIONS(3018), [anon_sym_DQUOTE] = ACTIONS(3018), [sym_true] = ACTIONS(3016), [sym_false] = ACTIONS(3016), [anon_sym_NULL] = ACTIONS(3016), [anon_sym_nullptr] = ACTIONS(3016), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3016), [anon_sym_decltype] = ACTIONS(3016), [anon_sym_virtual] = ACTIONS(3016), [anon_sym_typename] = ACTIONS(3016), [anon_sym_template] = ACTIONS(3016), [anon_sym_try] = ACTIONS(3016), [anon_sym_delete] = ACTIONS(3016), [anon_sym_throw] = ACTIONS(3016), [anon_sym_co_return] = ACTIONS(3016), [anon_sym_co_yield] = ACTIONS(3016), [anon_sym_R_DQUOTE] = ACTIONS(3018), [anon_sym_LR_DQUOTE] = ACTIONS(3018), [anon_sym_uR_DQUOTE] = ACTIONS(3018), [anon_sym_UR_DQUOTE] = ACTIONS(3018), [anon_sym_u8R_DQUOTE] = ACTIONS(3018), [anon_sym_co_await] = ACTIONS(3016), [anon_sym_new] = ACTIONS(3016), [anon_sym_requires] = ACTIONS(3016), [sym_this] = ACTIONS(3016), }, [1525] = { [sym_identifier] = ACTIONS(2996), [anon_sym_LPAREN2] = ACTIONS(2998), [anon_sym_BANG] = ACTIONS(2998), [anon_sym_TILDE] = ACTIONS(2998), [anon_sym_DASH] = ACTIONS(2996), [anon_sym_PLUS] = ACTIONS(2996), [anon_sym_STAR] = ACTIONS(2998), [anon_sym_AMP] = ACTIONS(2998), [anon_sym_SEMI] = ACTIONS(2998), [anon_sym_typedef] = ACTIONS(2996), [anon_sym_extern] = ACTIONS(2996), [anon_sym___attribute__] = ACTIONS(2996), [anon_sym_COLON_COLON] = ACTIONS(2998), [anon_sym_LBRACK_LBRACK] = ACTIONS(2998), [anon_sym___declspec] = ACTIONS(2996), [anon_sym_LBRACE] = ACTIONS(2998), [anon_sym_signed] = ACTIONS(2996), [anon_sym_unsigned] = ACTIONS(2996), [anon_sym_long] = ACTIONS(2996), [anon_sym_short] = ACTIONS(2996), [anon_sym_LBRACK] = ACTIONS(2996), [anon_sym_static] = ACTIONS(2996), [anon_sym_register] = ACTIONS(2996), [anon_sym_inline] = ACTIONS(2996), [anon_sym_thread_local] = ACTIONS(2996), [anon_sym_const] = ACTIONS(2996), [anon_sym_constexpr] = ACTIONS(2996), [anon_sym_volatile] = ACTIONS(2996), [anon_sym_restrict] = ACTIONS(2996), [anon_sym___restrict__] = ACTIONS(2996), [anon_sym__Atomic] = ACTIONS(2996), [anon_sym__Noreturn] = ACTIONS(2996), [anon_sym_noreturn] = ACTIONS(2996), [anon_sym_mutable] = ACTIONS(2996), [anon_sym_constinit] = ACTIONS(2996), [anon_sym_consteval] = ACTIONS(2996), [sym_primitive_type] = ACTIONS(2996), [anon_sym_enum] = ACTIONS(2996), [anon_sym_class] = ACTIONS(2996), [anon_sym_struct] = ACTIONS(2996), [anon_sym_union] = ACTIONS(2996), [anon_sym_if] = ACTIONS(2996), [anon_sym_else] = ACTIONS(2996), [anon_sym_switch] = ACTIONS(2996), [anon_sym_while] = ACTIONS(2996), [anon_sym_do] = ACTIONS(2996), [anon_sym_for] = ACTIONS(2996), [anon_sym_return] = ACTIONS(2996), [anon_sym_break] = ACTIONS(2996), [anon_sym_continue] = ACTIONS(2996), [anon_sym_goto] = ACTIONS(2996), [anon_sym_not] = ACTIONS(2996), [anon_sym_compl] = ACTIONS(2996), [anon_sym_DASH_DASH] = ACTIONS(2998), [anon_sym_PLUS_PLUS] = ACTIONS(2998), [anon_sym_sizeof] = ACTIONS(2996), [anon_sym_offsetof] = ACTIONS(2996), [anon_sym__Generic] = ACTIONS(2996), [anon_sym_asm] = ACTIONS(2996), [anon_sym___asm__] = ACTIONS(2996), [sym_number_literal] = ACTIONS(2998), [anon_sym_L_SQUOTE] = ACTIONS(2998), [anon_sym_u_SQUOTE] = ACTIONS(2998), [anon_sym_U_SQUOTE] = ACTIONS(2998), [anon_sym_u8_SQUOTE] = ACTIONS(2998), [anon_sym_SQUOTE] = ACTIONS(2998), [anon_sym_L_DQUOTE] = ACTIONS(2998), [anon_sym_u_DQUOTE] = ACTIONS(2998), [anon_sym_U_DQUOTE] = ACTIONS(2998), [anon_sym_u8_DQUOTE] = ACTIONS(2998), [anon_sym_DQUOTE] = ACTIONS(2998), [sym_true] = ACTIONS(2996), [sym_false] = ACTIONS(2996), [anon_sym_NULL] = ACTIONS(2996), [anon_sym_nullptr] = ACTIONS(2996), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2996), [anon_sym_decltype] = ACTIONS(2996), [anon_sym_virtual] = ACTIONS(2996), [anon_sym_typename] = ACTIONS(2996), [anon_sym_template] = ACTIONS(2996), [anon_sym_try] = ACTIONS(2996), [anon_sym_delete] = ACTIONS(2996), [anon_sym_throw] = ACTIONS(2996), [anon_sym_co_return] = ACTIONS(2996), [anon_sym_co_yield] = ACTIONS(2996), [anon_sym_R_DQUOTE] = ACTIONS(2998), [anon_sym_LR_DQUOTE] = ACTIONS(2998), [anon_sym_uR_DQUOTE] = ACTIONS(2998), [anon_sym_UR_DQUOTE] = ACTIONS(2998), [anon_sym_u8R_DQUOTE] = ACTIONS(2998), [anon_sym_co_await] = ACTIONS(2996), [anon_sym_new] = ACTIONS(2996), [anon_sym_requires] = ACTIONS(2996), [sym_this] = ACTIONS(2996), }, [1526] = { [sym_identifier] = ACTIONS(2938), [anon_sym_LPAREN2] = ACTIONS(2940), [anon_sym_BANG] = ACTIONS(2940), [anon_sym_TILDE] = ACTIONS(2940), [anon_sym_DASH] = ACTIONS(2938), [anon_sym_PLUS] = ACTIONS(2938), [anon_sym_STAR] = ACTIONS(2940), [anon_sym_AMP] = ACTIONS(2940), [anon_sym_SEMI] = ACTIONS(2940), [anon_sym_typedef] = ACTIONS(2938), [anon_sym_extern] = ACTIONS(2938), [anon_sym___attribute__] = ACTIONS(2938), [anon_sym_COLON_COLON] = ACTIONS(2940), [anon_sym_LBRACK_LBRACK] = ACTIONS(2940), [anon_sym___declspec] = ACTIONS(2938), [anon_sym_LBRACE] = ACTIONS(2940), [anon_sym_signed] = ACTIONS(2938), [anon_sym_unsigned] = ACTIONS(2938), [anon_sym_long] = ACTIONS(2938), [anon_sym_short] = ACTIONS(2938), [anon_sym_LBRACK] = ACTIONS(2938), [anon_sym_static] = ACTIONS(2938), [anon_sym_register] = ACTIONS(2938), [anon_sym_inline] = ACTIONS(2938), [anon_sym_thread_local] = ACTIONS(2938), [anon_sym_const] = ACTIONS(2938), [anon_sym_constexpr] = ACTIONS(2938), [anon_sym_volatile] = ACTIONS(2938), [anon_sym_restrict] = ACTIONS(2938), [anon_sym___restrict__] = ACTIONS(2938), [anon_sym__Atomic] = ACTIONS(2938), [anon_sym__Noreturn] = ACTIONS(2938), [anon_sym_noreturn] = ACTIONS(2938), [anon_sym_mutable] = ACTIONS(2938), [anon_sym_constinit] = ACTIONS(2938), [anon_sym_consteval] = ACTIONS(2938), [sym_primitive_type] = ACTIONS(2938), [anon_sym_enum] = ACTIONS(2938), [anon_sym_class] = ACTIONS(2938), [anon_sym_struct] = ACTIONS(2938), [anon_sym_union] = ACTIONS(2938), [anon_sym_if] = ACTIONS(2938), [anon_sym_else] = ACTIONS(2938), [anon_sym_switch] = ACTIONS(2938), [anon_sym_while] = ACTIONS(2938), [anon_sym_do] = ACTIONS(2938), [anon_sym_for] = ACTIONS(2938), [anon_sym_return] = ACTIONS(2938), [anon_sym_break] = ACTIONS(2938), [anon_sym_continue] = ACTIONS(2938), [anon_sym_goto] = ACTIONS(2938), [anon_sym_not] = ACTIONS(2938), [anon_sym_compl] = ACTIONS(2938), [anon_sym_DASH_DASH] = ACTIONS(2940), [anon_sym_PLUS_PLUS] = ACTIONS(2940), [anon_sym_sizeof] = ACTIONS(2938), [anon_sym_offsetof] = ACTIONS(2938), [anon_sym__Generic] = ACTIONS(2938), [anon_sym_asm] = ACTIONS(2938), [anon_sym___asm__] = ACTIONS(2938), [sym_number_literal] = ACTIONS(2940), [anon_sym_L_SQUOTE] = ACTIONS(2940), [anon_sym_u_SQUOTE] = ACTIONS(2940), [anon_sym_U_SQUOTE] = ACTIONS(2940), [anon_sym_u8_SQUOTE] = ACTIONS(2940), [anon_sym_SQUOTE] = ACTIONS(2940), [anon_sym_L_DQUOTE] = ACTIONS(2940), [anon_sym_u_DQUOTE] = ACTIONS(2940), [anon_sym_U_DQUOTE] = ACTIONS(2940), [anon_sym_u8_DQUOTE] = ACTIONS(2940), [anon_sym_DQUOTE] = ACTIONS(2940), [sym_true] = ACTIONS(2938), [sym_false] = ACTIONS(2938), [anon_sym_NULL] = ACTIONS(2938), [anon_sym_nullptr] = ACTIONS(2938), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2938), [anon_sym_decltype] = ACTIONS(2938), [anon_sym_virtual] = ACTIONS(2938), [anon_sym_typename] = ACTIONS(2938), [anon_sym_template] = ACTIONS(2938), [anon_sym_try] = ACTIONS(2938), [anon_sym_delete] = ACTIONS(2938), [anon_sym_throw] = ACTIONS(2938), [anon_sym_co_return] = ACTIONS(2938), [anon_sym_co_yield] = ACTIONS(2938), [anon_sym_R_DQUOTE] = ACTIONS(2940), [anon_sym_LR_DQUOTE] = ACTIONS(2940), [anon_sym_uR_DQUOTE] = ACTIONS(2940), [anon_sym_UR_DQUOTE] = ACTIONS(2940), [anon_sym_u8R_DQUOTE] = ACTIONS(2940), [anon_sym_co_await] = ACTIONS(2938), [anon_sym_new] = ACTIONS(2938), [anon_sym_requires] = ACTIONS(2938), [sym_this] = ACTIONS(2938), }, [1527] = { [sym_identifier] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2924), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [1528] = { [sym_identifier] = ACTIONS(2996), [anon_sym_LPAREN2] = ACTIONS(2998), [anon_sym_BANG] = ACTIONS(2998), [anon_sym_TILDE] = ACTIONS(2998), [anon_sym_DASH] = ACTIONS(2996), [anon_sym_PLUS] = ACTIONS(2996), [anon_sym_STAR] = ACTIONS(2998), [anon_sym_AMP] = ACTIONS(2998), [anon_sym_SEMI] = ACTIONS(2998), [anon_sym_typedef] = ACTIONS(2996), [anon_sym_extern] = ACTIONS(2996), [anon_sym___attribute__] = ACTIONS(2996), [anon_sym_COLON_COLON] = ACTIONS(2998), [anon_sym_LBRACK_LBRACK] = ACTIONS(2998), [anon_sym___declspec] = ACTIONS(2996), [anon_sym_LBRACE] = ACTIONS(2998), [anon_sym_signed] = ACTIONS(2996), [anon_sym_unsigned] = ACTIONS(2996), [anon_sym_long] = ACTIONS(2996), [anon_sym_short] = ACTIONS(2996), [anon_sym_LBRACK] = ACTIONS(2996), [anon_sym_static] = ACTIONS(2996), [anon_sym_register] = ACTIONS(2996), [anon_sym_inline] = ACTIONS(2996), [anon_sym_thread_local] = ACTIONS(2996), [anon_sym_const] = ACTIONS(2996), [anon_sym_constexpr] = ACTIONS(2996), [anon_sym_volatile] = ACTIONS(2996), [anon_sym_restrict] = ACTIONS(2996), [anon_sym___restrict__] = ACTIONS(2996), [anon_sym__Atomic] = ACTIONS(2996), [anon_sym__Noreturn] = ACTIONS(2996), [anon_sym_noreturn] = ACTIONS(2996), [anon_sym_mutable] = ACTIONS(2996), [anon_sym_constinit] = ACTIONS(2996), [anon_sym_consteval] = ACTIONS(2996), [sym_primitive_type] = ACTIONS(2996), [anon_sym_enum] = ACTIONS(2996), [anon_sym_class] = ACTIONS(2996), [anon_sym_struct] = ACTIONS(2996), [anon_sym_union] = ACTIONS(2996), [anon_sym_if] = ACTIONS(2996), [anon_sym_else] = ACTIONS(2996), [anon_sym_switch] = ACTIONS(2996), [anon_sym_while] = ACTIONS(2996), [anon_sym_do] = ACTIONS(2996), [anon_sym_for] = ACTIONS(2996), [anon_sym_return] = ACTIONS(2996), [anon_sym_break] = ACTIONS(2996), [anon_sym_continue] = ACTIONS(2996), [anon_sym_goto] = ACTIONS(2996), [anon_sym_not] = ACTIONS(2996), [anon_sym_compl] = ACTIONS(2996), [anon_sym_DASH_DASH] = ACTIONS(2998), [anon_sym_PLUS_PLUS] = ACTIONS(2998), [anon_sym_sizeof] = ACTIONS(2996), [anon_sym_offsetof] = ACTIONS(2996), [anon_sym__Generic] = ACTIONS(2996), [anon_sym_asm] = ACTIONS(2996), [anon_sym___asm__] = ACTIONS(2996), [sym_number_literal] = ACTIONS(2998), [anon_sym_L_SQUOTE] = ACTIONS(2998), [anon_sym_u_SQUOTE] = ACTIONS(2998), [anon_sym_U_SQUOTE] = ACTIONS(2998), [anon_sym_u8_SQUOTE] = ACTIONS(2998), [anon_sym_SQUOTE] = ACTIONS(2998), [anon_sym_L_DQUOTE] = ACTIONS(2998), [anon_sym_u_DQUOTE] = ACTIONS(2998), [anon_sym_U_DQUOTE] = ACTIONS(2998), [anon_sym_u8_DQUOTE] = ACTIONS(2998), [anon_sym_DQUOTE] = ACTIONS(2998), [sym_true] = ACTIONS(2996), [sym_false] = ACTIONS(2996), [anon_sym_NULL] = ACTIONS(2996), [anon_sym_nullptr] = ACTIONS(2996), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2996), [anon_sym_decltype] = ACTIONS(2996), [anon_sym_virtual] = ACTIONS(2996), [anon_sym_typename] = ACTIONS(2996), [anon_sym_template] = ACTIONS(2996), [anon_sym_try] = ACTIONS(2996), [anon_sym_delete] = ACTIONS(2996), [anon_sym_throw] = ACTIONS(2996), [anon_sym_co_return] = ACTIONS(2996), [anon_sym_co_yield] = ACTIONS(2996), [anon_sym_R_DQUOTE] = ACTIONS(2998), [anon_sym_LR_DQUOTE] = ACTIONS(2998), [anon_sym_uR_DQUOTE] = ACTIONS(2998), [anon_sym_UR_DQUOTE] = ACTIONS(2998), [anon_sym_u8R_DQUOTE] = ACTIONS(2998), [anon_sym_co_await] = ACTIONS(2996), [anon_sym_new] = ACTIONS(2996), [anon_sym_requires] = ACTIONS(2996), [sym_this] = ACTIONS(2996), }, [1529] = { [sym_identifier] = ACTIONS(3048), [anon_sym_LPAREN2] = ACTIONS(3050), [anon_sym_BANG] = ACTIONS(3050), [anon_sym_TILDE] = ACTIONS(3050), [anon_sym_DASH] = ACTIONS(3048), [anon_sym_PLUS] = ACTIONS(3048), [anon_sym_STAR] = ACTIONS(3050), [anon_sym_AMP] = ACTIONS(3050), [anon_sym_SEMI] = ACTIONS(3050), [anon_sym_typedef] = ACTIONS(3048), [anon_sym_extern] = ACTIONS(3048), [anon_sym___attribute__] = ACTIONS(3048), [anon_sym_COLON_COLON] = ACTIONS(3050), [anon_sym_LBRACK_LBRACK] = ACTIONS(3050), [anon_sym___declspec] = ACTIONS(3048), [anon_sym_LBRACE] = ACTIONS(3050), [anon_sym_signed] = ACTIONS(3048), [anon_sym_unsigned] = ACTIONS(3048), [anon_sym_long] = ACTIONS(3048), [anon_sym_short] = ACTIONS(3048), [anon_sym_LBRACK] = ACTIONS(3048), [anon_sym_static] = ACTIONS(3048), [anon_sym_register] = ACTIONS(3048), [anon_sym_inline] = ACTIONS(3048), [anon_sym_thread_local] = ACTIONS(3048), [anon_sym_const] = ACTIONS(3048), [anon_sym_constexpr] = ACTIONS(3048), [anon_sym_volatile] = ACTIONS(3048), [anon_sym_restrict] = ACTIONS(3048), [anon_sym___restrict__] = ACTIONS(3048), [anon_sym__Atomic] = ACTIONS(3048), [anon_sym__Noreturn] = ACTIONS(3048), [anon_sym_noreturn] = ACTIONS(3048), [anon_sym_mutable] = ACTIONS(3048), [anon_sym_constinit] = ACTIONS(3048), [anon_sym_consteval] = ACTIONS(3048), [sym_primitive_type] = ACTIONS(3048), [anon_sym_enum] = ACTIONS(3048), [anon_sym_class] = ACTIONS(3048), [anon_sym_struct] = ACTIONS(3048), [anon_sym_union] = ACTIONS(3048), [anon_sym_if] = ACTIONS(3048), [anon_sym_else] = ACTIONS(3048), [anon_sym_switch] = ACTIONS(3048), [anon_sym_while] = ACTIONS(3048), [anon_sym_do] = ACTIONS(3048), [anon_sym_for] = ACTIONS(3048), [anon_sym_return] = ACTIONS(3048), [anon_sym_break] = ACTIONS(3048), [anon_sym_continue] = ACTIONS(3048), [anon_sym_goto] = ACTIONS(3048), [anon_sym_not] = ACTIONS(3048), [anon_sym_compl] = ACTIONS(3048), [anon_sym_DASH_DASH] = ACTIONS(3050), [anon_sym_PLUS_PLUS] = ACTIONS(3050), [anon_sym_sizeof] = ACTIONS(3048), [anon_sym_offsetof] = ACTIONS(3048), [anon_sym__Generic] = ACTIONS(3048), [anon_sym_asm] = ACTIONS(3048), [anon_sym___asm__] = ACTIONS(3048), [sym_number_literal] = ACTIONS(3050), [anon_sym_L_SQUOTE] = ACTIONS(3050), [anon_sym_u_SQUOTE] = ACTIONS(3050), [anon_sym_U_SQUOTE] = ACTIONS(3050), [anon_sym_u8_SQUOTE] = ACTIONS(3050), [anon_sym_SQUOTE] = ACTIONS(3050), [anon_sym_L_DQUOTE] = ACTIONS(3050), [anon_sym_u_DQUOTE] = ACTIONS(3050), [anon_sym_U_DQUOTE] = ACTIONS(3050), [anon_sym_u8_DQUOTE] = ACTIONS(3050), [anon_sym_DQUOTE] = ACTIONS(3050), [sym_true] = ACTIONS(3048), [sym_false] = ACTIONS(3048), [anon_sym_NULL] = ACTIONS(3048), [anon_sym_nullptr] = ACTIONS(3048), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3048), [anon_sym_decltype] = ACTIONS(3048), [anon_sym_virtual] = ACTIONS(3048), [anon_sym_typename] = ACTIONS(3048), [anon_sym_template] = ACTIONS(3048), [anon_sym_try] = ACTIONS(3048), [anon_sym_delete] = ACTIONS(3048), [anon_sym_throw] = ACTIONS(3048), [anon_sym_co_return] = ACTIONS(3048), [anon_sym_co_yield] = ACTIONS(3048), [anon_sym_R_DQUOTE] = ACTIONS(3050), [anon_sym_LR_DQUOTE] = ACTIONS(3050), [anon_sym_uR_DQUOTE] = ACTIONS(3050), [anon_sym_UR_DQUOTE] = ACTIONS(3050), [anon_sym_u8R_DQUOTE] = ACTIONS(3050), [anon_sym_co_await] = ACTIONS(3048), [anon_sym_new] = ACTIONS(3048), [anon_sym_requires] = ACTIONS(3048), [sym_this] = ACTIONS(3048), }, [1530] = { [sym_identifier] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2924), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [1531] = { [sym_identifier] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2924), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [1532] = { [sym_identifier] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2924), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [1533] = { [sym_identifier] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2924), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [1534] = { [sym_identifier] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2924), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [1535] = { [sym_identifier] = ACTIONS(2980), [anon_sym_LPAREN2] = ACTIONS(2982), [anon_sym_BANG] = ACTIONS(2982), [anon_sym_TILDE] = ACTIONS(2982), [anon_sym_DASH] = ACTIONS(2980), [anon_sym_PLUS] = ACTIONS(2980), [anon_sym_STAR] = ACTIONS(2982), [anon_sym_AMP] = ACTIONS(2982), [anon_sym_SEMI] = ACTIONS(2982), [anon_sym_typedef] = ACTIONS(2980), [anon_sym_extern] = ACTIONS(2980), [anon_sym___attribute__] = ACTIONS(2980), [anon_sym_COLON_COLON] = ACTIONS(2982), [anon_sym_LBRACK_LBRACK] = ACTIONS(2982), [anon_sym___declspec] = ACTIONS(2980), [anon_sym_LBRACE] = ACTIONS(2982), [anon_sym_signed] = ACTIONS(2980), [anon_sym_unsigned] = ACTIONS(2980), [anon_sym_long] = ACTIONS(2980), [anon_sym_short] = ACTIONS(2980), [anon_sym_LBRACK] = ACTIONS(2980), [anon_sym_static] = ACTIONS(2980), [anon_sym_register] = ACTIONS(2980), [anon_sym_inline] = ACTIONS(2980), [anon_sym_thread_local] = ACTIONS(2980), [anon_sym_const] = ACTIONS(2980), [anon_sym_constexpr] = ACTIONS(2980), [anon_sym_volatile] = ACTIONS(2980), [anon_sym_restrict] = ACTIONS(2980), [anon_sym___restrict__] = ACTIONS(2980), [anon_sym__Atomic] = ACTIONS(2980), [anon_sym__Noreturn] = ACTIONS(2980), [anon_sym_noreturn] = ACTIONS(2980), [anon_sym_mutable] = ACTIONS(2980), [anon_sym_constinit] = ACTIONS(2980), [anon_sym_consteval] = ACTIONS(2980), [sym_primitive_type] = ACTIONS(2980), [anon_sym_enum] = ACTIONS(2980), [anon_sym_class] = ACTIONS(2980), [anon_sym_struct] = ACTIONS(2980), [anon_sym_union] = ACTIONS(2980), [anon_sym_if] = ACTIONS(2980), [anon_sym_else] = ACTIONS(2980), [anon_sym_switch] = ACTIONS(2980), [anon_sym_while] = ACTIONS(2980), [anon_sym_do] = ACTIONS(2980), [anon_sym_for] = ACTIONS(2980), [anon_sym_return] = ACTIONS(2980), [anon_sym_break] = ACTIONS(2980), [anon_sym_continue] = ACTIONS(2980), [anon_sym_goto] = ACTIONS(2980), [anon_sym_not] = ACTIONS(2980), [anon_sym_compl] = ACTIONS(2980), [anon_sym_DASH_DASH] = ACTIONS(2982), [anon_sym_PLUS_PLUS] = ACTIONS(2982), [anon_sym_sizeof] = ACTIONS(2980), [anon_sym_offsetof] = ACTIONS(2980), [anon_sym__Generic] = ACTIONS(2980), [anon_sym_asm] = ACTIONS(2980), [anon_sym___asm__] = ACTIONS(2980), [sym_number_literal] = ACTIONS(2982), [anon_sym_L_SQUOTE] = ACTIONS(2982), [anon_sym_u_SQUOTE] = ACTIONS(2982), [anon_sym_U_SQUOTE] = ACTIONS(2982), [anon_sym_u8_SQUOTE] = ACTIONS(2982), [anon_sym_SQUOTE] = ACTIONS(2982), [anon_sym_L_DQUOTE] = ACTIONS(2982), [anon_sym_u_DQUOTE] = ACTIONS(2982), [anon_sym_U_DQUOTE] = ACTIONS(2982), [anon_sym_u8_DQUOTE] = ACTIONS(2982), [anon_sym_DQUOTE] = ACTIONS(2982), [sym_true] = ACTIONS(2980), [sym_false] = ACTIONS(2980), [anon_sym_NULL] = ACTIONS(2980), [anon_sym_nullptr] = ACTIONS(2980), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2980), [anon_sym_decltype] = ACTIONS(2980), [anon_sym_virtual] = ACTIONS(2980), [anon_sym_typename] = ACTIONS(2980), [anon_sym_template] = ACTIONS(2980), [anon_sym_try] = ACTIONS(2980), [anon_sym_delete] = ACTIONS(2980), [anon_sym_throw] = ACTIONS(2980), [anon_sym_co_return] = ACTIONS(2980), [anon_sym_co_yield] = ACTIONS(2980), [anon_sym_R_DQUOTE] = ACTIONS(2982), [anon_sym_LR_DQUOTE] = ACTIONS(2982), [anon_sym_uR_DQUOTE] = ACTIONS(2982), [anon_sym_UR_DQUOTE] = ACTIONS(2982), [anon_sym_u8R_DQUOTE] = ACTIONS(2982), [anon_sym_co_await] = ACTIONS(2980), [anon_sym_new] = ACTIONS(2980), [anon_sym_requires] = ACTIONS(2980), [sym_this] = ACTIONS(2980), }, [1536] = { [sym_identifier] = ACTIONS(3040), [anon_sym_LPAREN2] = ACTIONS(3042), [anon_sym_BANG] = ACTIONS(3042), [anon_sym_TILDE] = ACTIONS(3042), [anon_sym_DASH] = ACTIONS(3040), [anon_sym_PLUS] = ACTIONS(3040), [anon_sym_STAR] = ACTIONS(3042), [anon_sym_AMP] = ACTIONS(3042), [anon_sym_SEMI] = ACTIONS(3042), [anon_sym_typedef] = ACTIONS(3040), [anon_sym_extern] = ACTIONS(3040), [anon_sym___attribute__] = ACTIONS(3040), [anon_sym_COLON_COLON] = ACTIONS(3042), [anon_sym_LBRACK_LBRACK] = ACTIONS(3042), [anon_sym___declspec] = ACTIONS(3040), [anon_sym_LBRACE] = ACTIONS(3042), [anon_sym_signed] = ACTIONS(3040), [anon_sym_unsigned] = ACTIONS(3040), [anon_sym_long] = ACTIONS(3040), [anon_sym_short] = ACTIONS(3040), [anon_sym_LBRACK] = ACTIONS(3040), [anon_sym_static] = ACTIONS(3040), [anon_sym_register] = ACTIONS(3040), [anon_sym_inline] = ACTIONS(3040), [anon_sym_thread_local] = ACTIONS(3040), [anon_sym_const] = ACTIONS(3040), [anon_sym_constexpr] = ACTIONS(3040), [anon_sym_volatile] = ACTIONS(3040), [anon_sym_restrict] = ACTIONS(3040), [anon_sym___restrict__] = ACTIONS(3040), [anon_sym__Atomic] = ACTIONS(3040), [anon_sym__Noreturn] = ACTIONS(3040), [anon_sym_noreturn] = ACTIONS(3040), [anon_sym_mutable] = ACTIONS(3040), [anon_sym_constinit] = ACTIONS(3040), [anon_sym_consteval] = ACTIONS(3040), [sym_primitive_type] = ACTIONS(3040), [anon_sym_enum] = ACTIONS(3040), [anon_sym_class] = ACTIONS(3040), [anon_sym_struct] = ACTIONS(3040), [anon_sym_union] = ACTIONS(3040), [anon_sym_if] = ACTIONS(3040), [anon_sym_else] = ACTIONS(3040), [anon_sym_switch] = ACTIONS(3040), [anon_sym_while] = ACTIONS(3040), [anon_sym_do] = ACTIONS(3040), [anon_sym_for] = ACTIONS(3040), [anon_sym_return] = ACTIONS(3040), [anon_sym_break] = ACTIONS(3040), [anon_sym_continue] = ACTIONS(3040), [anon_sym_goto] = ACTIONS(3040), [anon_sym_not] = ACTIONS(3040), [anon_sym_compl] = ACTIONS(3040), [anon_sym_DASH_DASH] = ACTIONS(3042), [anon_sym_PLUS_PLUS] = ACTIONS(3042), [anon_sym_sizeof] = ACTIONS(3040), [anon_sym_offsetof] = ACTIONS(3040), [anon_sym__Generic] = ACTIONS(3040), [anon_sym_asm] = ACTIONS(3040), [anon_sym___asm__] = ACTIONS(3040), [sym_number_literal] = ACTIONS(3042), [anon_sym_L_SQUOTE] = ACTIONS(3042), [anon_sym_u_SQUOTE] = ACTIONS(3042), [anon_sym_U_SQUOTE] = ACTIONS(3042), [anon_sym_u8_SQUOTE] = ACTIONS(3042), [anon_sym_SQUOTE] = ACTIONS(3042), [anon_sym_L_DQUOTE] = ACTIONS(3042), [anon_sym_u_DQUOTE] = ACTIONS(3042), [anon_sym_U_DQUOTE] = ACTIONS(3042), [anon_sym_u8_DQUOTE] = ACTIONS(3042), [anon_sym_DQUOTE] = ACTIONS(3042), [sym_true] = ACTIONS(3040), [sym_false] = ACTIONS(3040), [anon_sym_NULL] = ACTIONS(3040), [anon_sym_nullptr] = ACTIONS(3040), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3040), [anon_sym_decltype] = ACTIONS(3040), [anon_sym_virtual] = ACTIONS(3040), [anon_sym_typename] = ACTIONS(3040), [anon_sym_template] = ACTIONS(3040), [anon_sym_try] = ACTIONS(3040), [anon_sym_delete] = ACTIONS(3040), [anon_sym_throw] = ACTIONS(3040), [anon_sym_co_return] = ACTIONS(3040), [anon_sym_co_yield] = ACTIONS(3040), [anon_sym_R_DQUOTE] = ACTIONS(3042), [anon_sym_LR_DQUOTE] = ACTIONS(3042), [anon_sym_uR_DQUOTE] = ACTIONS(3042), [anon_sym_UR_DQUOTE] = ACTIONS(3042), [anon_sym_u8R_DQUOTE] = ACTIONS(3042), [anon_sym_co_await] = ACTIONS(3040), [anon_sym_new] = ACTIONS(3040), [anon_sym_requires] = ACTIONS(3040), [sym_this] = ACTIONS(3040), }, [1537] = { [sym_identifier] = ACTIONS(3064), [anon_sym_LPAREN2] = ACTIONS(3066), [anon_sym_BANG] = ACTIONS(3066), [anon_sym_TILDE] = ACTIONS(3066), [anon_sym_DASH] = ACTIONS(3064), [anon_sym_PLUS] = ACTIONS(3064), [anon_sym_STAR] = ACTIONS(3066), [anon_sym_AMP] = ACTIONS(3066), [anon_sym_SEMI] = ACTIONS(3066), [anon_sym_typedef] = ACTIONS(3064), [anon_sym_extern] = ACTIONS(3064), [anon_sym___attribute__] = ACTIONS(3064), [anon_sym_COLON_COLON] = ACTIONS(3066), [anon_sym_LBRACK_LBRACK] = ACTIONS(3066), [anon_sym___declspec] = ACTIONS(3064), [anon_sym_LBRACE] = ACTIONS(3066), [anon_sym_signed] = ACTIONS(3064), [anon_sym_unsigned] = ACTIONS(3064), [anon_sym_long] = ACTIONS(3064), [anon_sym_short] = ACTIONS(3064), [anon_sym_LBRACK] = ACTIONS(3064), [anon_sym_static] = ACTIONS(3064), [anon_sym_register] = ACTIONS(3064), [anon_sym_inline] = ACTIONS(3064), [anon_sym_thread_local] = ACTIONS(3064), [anon_sym_const] = ACTIONS(3064), [anon_sym_constexpr] = ACTIONS(3064), [anon_sym_volatile] = ACTIONS(3064), [anon_sym_restrict] = ACTIONS(3064), [anon_sym___restrict__] = ACTIONS(3064), [anon_sym__Atomic] = ACTIONS(3064), [anon_sym__Noreturn] = ACTIONS(3064), [anon_sym_noreturn] = ACTIONS(3064), [anon_sym_mutable] = ACTIONS(3064), [anon_sym_constinit] = ACTIONS(3064), [anon_sym_consteval] = ACTIONS(3064), [sym_primitive_type] = ACTIONS(3064), [anon_sym_enum] = ACTIONS(3064), [anon_sym_class] = ACTIONS(3064), [anon_sym_struct] = ACTIONS(3064), [anon_sym_union] = ACTIONS(3064), [anon_sym_if] = ACTIONS(3064), [anon_sym_else] = ACTIONS(3064), [anon_sym_switch] = ACTIONS(3064), [anon_sym_while] = ACTIONS(3064), [anon_sym_do] = ACTIONS(3064), [anon_sym_for] = ACTIONS(3064), [anon_sym_return] = ACTIONS(3064), [anon_sym_break] = ACTIONS(3064), [anon_sym_continue] = ACTIONS(3064), [anon_sym_goto] = ACTIONS(3064), [anon_sym_not] = ACTIONS(3064), [anon_sym_compl] = ACTIONS(3064), [anon_sym_DASH_DASH] = ACTIONS(3066), [anon_sym_PLUS_PLUS] = ACTIONS(3066), [anon_sym_sizeof] = ACTIONS(3064), [anon_sym_offsetof] = ACTIONS(3064), [anon_sym__Generic] = ACTIONS(3064), [anon_sym_asm] = ACTIONS(3064), [anon_sym___asm__] = ACTIONS(3064), [sym_number_literal] = ACTIONS(3066), [anon_sym_L_SQUOTE] = ACTIONS(3066), [anon_sym_u_SQUOTE] = ACTIONS(3066), [anon_sym_U_SQUOTE] = ACTIONS(3066), [anon_sym_u8_SQUOTE] = ACTIONS(3066), [anon_sym_SQUOTE] = ACTIONS(3066), [anon_sym_L_DQUOTE] = ACTIONS(3066), [anon_sym_u_DQUOTE] = ACTIONS(3066), [anon_sym_U_DQUOTE] = ACTIONS(3066), [anon_sym_u8_DQUOTE] = ACTIONS(3066), [anon_sym_DQUOTE] = ACTIONS(3066), [sym_true] = ACTIONS(3064), [sym_false] = ACTIONS(3064), [anon_sym_NULL] = ACTIONS(3064), [anon_sym_nullptr] = ACTIONS(3064), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3064), [anon_sym_decltype] = ACTIONS(3064), [anon_sym_virtual] = ACTIONS(3064), [anon_sym_typename] = ACTIONS(3064), [anon_sym_template] = ACTIONS(3064), [anon_sym_try] = ACTIONS(3064), [anon_sym_delete] = ACTIONS(3064), [anon_sym_throw] = ACTIONS(3064), [anon_sym_co_return] = ACTIONS(3064), [anon_sym_co_yield] = ACTIONS(3064), [anon_sym_R_DQUOTE] = ACTIONS(3066), [anon_sym_LR_DQUOTE] = ACTIONS(3066), [anon_sym_uR_DQUOTE] = ACTIONS(3066), [anon_sym_UR_DQUOTE] = ACTIONS(3066), [anon_sym_u8R_DQUOTE] = ACTIONS(3066), [anon_sym_co_await] = ACTIONS(3064), [anon_sym_new] = ACTIONS(3064), [anon_sym_requires] = ACTIONS(3064), [sym_this] = ACTIONS(3064), }, [1538] = { [sym_identifier] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2924), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [1539] = { [sym_identifier] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2924), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [1540] = { [sym_identifier] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2924), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [1541] = { [sym_identifier] = ACTIONS(3012), [anon_sym_LPAREN2] = ACTIONS(3014), [anon_sym_BANG] = ACTIONS(3014), [anon_sym_TILDE] = ACTIONS(3014), [anon_sym_DASH] = ACTIONS(3012), [anon_sym_PLUS] = ACTIONS(3012), [anon_sym_STAR] = ACTIONS(3014), [anon_sym_AMP] = ACTIONS(3014), [anon_sym_SEMI] = ACTIONS(3014), [anon_sym_typedef] = ACTIONS(3012), [anon_sym_extern] = ACTIONS(3012), [anon_sym___attribute__] = ACTIONS(3012), [anon_sym_COLON_COLON] = ACTIONS(3014), [anon_sym_LBRACK_LBRACK] = ACTIONS(3014), [anon_sym___declspec] = ACTIONS(3012), [anon_sym_LBRACE] = ACTIONS(3014), [anon_sym_signed] = ACTIONS(3012), [anon_sym_unsigned] = ACTIONS(3012), [anon_sym_long] = ACTIONS(3012), [anon_sym_short] = ACTIONS(3012), [anon_sym_LBRACK] = ACTIONS(3012), [anon_sym_static] = ACTIONS(3012), [anon_sym_register] = ACTIONS(3012), [anon_sym_inline] = ACTIONS(3012), [anon_sym_thread_local] = ACTIONS(3012), [anon_sym_const] = ACTIONS(3012), [anon_sym_constexpr] = ACTIONS(3012), [anon_sym_volatile] = ACTIONS(3012), [anon_sym_restrict] = ACTIONS(3012), [anon_sym___restrict__] = ACTIONS(3012), [anon_sym__Atomic] = ACTIONS(3012), [anon_sym__Noreturn] = ACTIONS(3012), [anon_sym_noreturn] = ACTIONS(3012), [anon_sym_mutable] = ACTIONS(3012), [anon_sym_constinit] = ACTIONS(3012), [anon_sym_consteval] = ACTIONS(3012), [sym_primitive_type] = ACTIONS(3012), [anon_sym_enum] = ACTIONS(3012), [anon_sym_class] = ACTIONS(3012), [anon_sym_struct] = ACTIONS(3012), [anon_sym_union] = ACTIONS(3012), [anon_sym_if] = ACTIONS(3012), [anon_sym_else] = ACTIONS(3012), [anon_sym_switch] = ACTIONS(3012), [anon_sym_while] = ACTIONS(3012), [anon_sym_do] = ACTIONS(3012), [anon_sym_for] = ACTIONS(3012), [anon_sym_return] = ACTIONS(3012), [anon_sym_break] = ACTIONS(3012), [anon_sym_continue] = ACTIONS(3012), [anon_sym_goto] = ACTIONS(3012), [anon_sym_not] = ACTIONS(3012), [anon_sym_compl] = ACTIONS(3012), [anon_sym_DASH_DASH] = ACTIONS(3014), [anon_sym_PLUS_PLUS] = ACTIONS(3014), [anon_sym_sizeof] = ACTIONS(3012), [anon_sym_offsetof] = ACTIONS(3012), [anon_sym__Generic] = ACTIONS(3012), [anon_sym_asm] = ACTIONS(3012), [anon_sym___asm__] = ACTIONS(3012), [sym_number_literal] = ACTIONS(3014), [anon_sym_L_SQUOTE] = ACTIONS(3014), [anon_sym_u_SQUOTE] = ACTIONS(3014), [anon_sym_U_SQUOTE] = ACTIONS(3014), [anon_sym_u8_SQUOTE] = ACTIONS(3014), [anon_sym_SQUOTE] = ACTIONS(3014), [anon_sym_L_DQUOTE] = ACTIONS(3014), [anon_sym_u_DQUOTE] = ACTIONS(3014), [anon_sym_U_DQUOTE] = ACTIONS(3014), [anon_sym_u8_DQUOTE] = ACTIONS(3014), [anon_sym_DQUOTE] = ACTIONS(3014), [sym_true] = ACTIONS(3012), [sym_false] = ACTIONS(3012), [anon_sym_NULL] = ACTIONS(3012), [anon_sym_nullptr] = ACTIONS(3012), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3012), [anon_sym_decltype] = ACTIONS(3012), [anon_sym_virtual] = ACTIONS(3012), [anon_sym_typename] = ACTIONS(3012), [anon_sym_template] = ACTIONS(3012), [anon_sym_try] = ACTIONS(3012), [anon_sym_delete] = ACTIONS(3012), [anon_sym_throw] = ACTIONS(3012), [anon_sym_co_return] = ACTIONS(3012), [anon_sym_co_yield] = ACTIONS(3012), [anon_sym_R_DQUOTE] = ACTIONS(3014), [anon_sym_LR_DQUOTE] = ACTIONS(3014), [anon_sym_uR_DQUOTE] = ACTIONS(3014), [anon_sym_UR_DQUOTE] = ACTIONS(3014), [anon_sym_u8R_DQUOTE] = ACTIONS(3014), [anon_sym_co_await] = ACTIONS(3012), [anon_sym_new] = ACTIONS(3012), [anon_sym_requires] = ACTIONS(3012), [sym_this] = ACTIONS(3012), }, [1542] = { [sym_identifier] = ACTIONS(3000), [anon_sym_LPAREN2] = ACTIONS(3002), [anon_sym_BANG] = ACTIONS(3002), [anon_sym_TILDE] = ACTIONS(3002), [anon_sym_DASH] = ACTIONS(3000), [anon_sym_PLUS] = ACTIONS(3000), [anon_sym_STAR] = ACTIONS(3002), [anon_sym_AMP] = ACTIONS(3002), [anon_sym_SEMI] = ACTIONS(3002), [anon_sym_typedef] = ACTIONS(3000), [anon_sym_extern] = ACTIONS(3000), [anon_sym___attribute__] = ACTIONS(3000), [anon_sym_COLON_COLON] = ACTIONS(3002), [anon_sym_LBRACK_LBRACK] = ACTIONS(3002), [anon_sym___declspec] = ACTIONS(3000), [anon_sym_LBRACE] = ACTIONS(3002), [anon_sym_signed] = ACTIONS(3000), [anon_sym_unsigned] = ACTIONS(3000), [anon_sym_long] = ACTIONS(3000), [anon_sym_short] = ACTIONS(3000), [anon_sym_LBRACK] = ACTIONS(3000), [anon_sym_static] = ACTIONS(3000), [anon_sym_register] = ACTIONS(3000), [anon_sym_inline] = ACTIONS(3000), [anon_sym_thread_local] = ACTIONS(3000), [anon_sym_const] = ACTIONS(3000), [anon_sym_constexpr] = ACTIONS(3000), [anon_sym_volatile] = ACTIONS(3000), [anon_sym_restrict] = ACTIONS(3000), [anon_sym___restrict__] = ACTIONS(3000), [anon_sym__Atomic] = ACTIONS(3000), [anon_sym__Noreturn] = ACTIONS(3000), [anon_sym_noreturn] = ACTIONS(3000), [anon_sym_mutable] = ACTIONS(3000), [anon_sym_constinit] = ACTIONS(3000), [anon_sym_consteval] = ACTIONS(3000), [sym_primitive_type] = ACTIONS(3000), [anon_sym_enum] = ACTIONS(3000), [anon_sym_class] = ACTIONS(3000), [anon_sym_struct] = ACTIONS(3000), [anon_sym_union] = ACTIONS(3000), [anon_sym_if] = ACTIONS(3000), [anon_sym_else] = ACTIONS(3000), [anon_sym_switch] = ACTIONS(3000), [anon_sym_while] = ACTIONS(3000), [anon_sym_do] = ACTIONS(3000), [anon_sym_for] = ACTIONS(3000), [anon_sym_return] = ACTIONS(3000), [anon_sym_break] = ACTIONS(3000), [anon_sym_continue] = ACTIONS(3000), [anon_sym_goto] = ACTIONS(3000), [anon_sym_not] = ACTIONS(3000), [anon_sym_compl] = ACTIONS(3000), [anon_sym_DASH_DASH] = ACTIONS(3002), [anon_sym_PLUS_PLUS] = ACTIONS(3002), [anon_sym_sizeof] = ACTIONS(3000), [anon_sym_offsetof] = ACTIONS(3000), [anon_sym__Generic] = ACTIONS(3000), [anon_sym_asm] = ACTIONS(3000), [anon_sym___asm__] = ACTIONS(3000), [sym_number_literal] = ACTIONS(3002), [anon_sym_L_SQUOTE] = ACTIONS(3002), [anon_sym_u_SQUOTE] = ACTIONS(3002), [anon_sym_U_SQUOTE] = ACTIONS(3002), [anon_sym_u8_SQUOTE] = ACTIONS(3002), [anon_sym_SQUOTE] = ACTIONS(3002), [anon_sym_L_DQUOTE] = ACTIONS(3002), [anon_sym_u_DQUOTE] = ACTIONS(3002), [anon_sym_U_DQUOTE] = ACTIONS(3002), [anon_sym_u8_DQUOTE] = ACTIONS(3002), [anon_sym_DQUOTE] = ACTIONS(3002), [sym_true] = ACTIONS(3000), [sym_false] = ACTIONS(3000), [anon_sym_NULL] = ACTIONS(3000), [anon_sym_nullptr] = ACTIONS(3000), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3000), [anon_sym_decltype] = ACTIONS(3000), [anon_sym_virtual] = ACTIONS(3000), [anon_sym_typename] = ACTIONS(3000), [anon_sym_template] = ACTIONS(3000), [anon_sym_try] = ACTIONS(3000), [anon_sym_delete] = ACTIONS(3000), [anon_sym_throw] = ACTIONS(3000), [anon_sym_co_return] = ACTIONS(3000), [anon_sym_co_yield] = ACTIONS(3000), [anon_sym_R_DQUOTE] = ACTIONS(3002), [anon_sym_LR_DQUOTE] = ACTIONS(3002), [anon_sym_uR_DQUOTE] = ACTIONS(3002), [anon_sym_UR_DQUOTE] = ACTIONS(3002), [anon_sym_u8R_DQUOTE] = ACTIONS(3002), [anon_sym_co_await] = ACTIONS(3000), [anon_sym_new] = ACTIONS(3000), [anon_sym_requires] = ACTIONS(3000), [sym_this] = ACTIONS(3000), }, [1543] = { [sym_identifier] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2924), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [1544] = { [sym_identifier] = ACTIONS(2922), [anon_sym_LPAREN2] = ACTIONS(2924), [anon_sym_BANG] = ACTIONS(2924), [anon_sym_TILDE] = ACTIONS(2924), [anon_sym_DASH] = ACTIONS(2922), [anon_sym_PLUS] = ACTIONS(2922), [anon_sym_STAR] = ACTIONS(2924), [anon_sym_AMP] = ACTIONS(2924), [anon_sym_SEMI] = ACTIONS(2924), [anon_sym_typedef] = ACTIONS(2922), [anon_sym_extern] = ACTIONS(2922), [anon_sym___attribute__] = ACTIONS(2922), [anon_sym_COLON_COLON] = ACTIONS(2924), [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), [anon_sym___declspec] = ACTIONS(2922), [anon_sym_LBRACE] = ACTIONS(2924), [anon_sym_signed] = ACTIONS(2922), [anon_sym_unsigned] = ACTIONS(2922), [anon_sym_long] = ACTIONS(2922), [anon_sym_short] = ACTIONS(2922), [anon_sym_LBRACK] = ACTIONS(2922), [anon_sym_static] = ACTIONS(2922), [anon_sym_register] = ACTIONS(2922), [anon_sym_inline] = ACTIONS(2922), [anon_sym_thread_local] = ACTIONS(2922), [anon_sym_const] = ACTIONS(2922), [anon_sym_constexpr] = ACTIONS(2922), [anon_sym_volatile] = ACTIONS(2922), [anon_sym_restrict] = ACTIONS(2922), [anon_sym___restrict__] = ACTIONS(2922), [anon_sym__Atomic] = ACTIONS(2922), [anon_sym__Noreturn] = ACTIONS(2922), [anon_sym_noreturn] = ACTIONS(2922), [anon_sym_mutable] = ACTIONS(2922), [anon_sym_constinit] = ACTIONS(2922), [anon_sym_consteval] = ACTIONS(2922), [sym_primitive_type] = ACTIONS(2922), [anon_sym_enum] = ACTIONS(2922), [anon_sym_class] = ACTIONS(2922), [anon_sym_struct] = ACTIONS(2922), [anon_sym_union] = ACTIONS(2922), [anon_sym_if] = ACTIONS(2922), [anon_sym_else] = ACTIONS(2922), [anon_sym_switch] = ACTIONS(2922), [anon_sym_while] = ACTIONS(2922), [anon_sym_do] = ACTIONS(2922), [anon_sym_for] = ACTIONS(2922), [anon_sym_return] = ACTIONS(2922), [anon_sym_break] = ACTIONS(2922), [anon_sym_continue] = ACTIONS(2922), [anon_sym_goto] = ACTIONS(2922), [anon_sym_not] = ACTIONS(2922), [anon_sym_compl] = ACTIONS(2922), [anon_sym_DASH_DASH] = ACTIONS(2924), [anon_sym_PLUS_PLUS] = ACTIONS(2924), [anon_sym_sizeof] = ACTIONS(2922), [anon_sym_offsetof] = ACTIONS(2922), [anon_sym__Generic] = ACTIONS(2922), [anon_sym_asm] = ACTIONS(2922), [anon_sym___asm__] = ACTIONS(2922), [sym_number_literal] = ACTIONS(2924), [anon_sym_L_SQUOTE] = ACTIONS(2924), [anon_sym_u_SQUOTE] = ACTIONS(2924), [anon_sym_U_SQUOTE] = ACTIONS(2924), [anon_sym_u8_SQUOTE] = ACTIONS(2924), [anon_sym_SQUOTE] = ACTIONS(2924), [anon_sym_L_DQUOTE] = ACTIONS(2924), [anon_sym_u_DQUOTE] = ACTIONS(2924), [anon_sym_U_DQUOTE] = ACTIONS(2924), [anon_sym_u8_DQUOTE] = ACTIONS(2924), [anon_sym_DQUOTE] = ACTIONS(2924), [sym_true] = ACTIONS(2922), [sym_false] = ACTIONS(2922), [anon_sym_NULL] = ACTIONS(2922), [anon_sym_nullptr] = ACTIONS(2922), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2922), [anon_sym_decltype] = ACTIONS(2922), [anon_sym_virtual] = ACTIONS(2922), [anon_sym_typename] = ACTIONS(2922), [anon_sym_template] = ACTIONS(2922), [anon_sym_try] = ACTIONS(2922), [anon_sym_delete] = ACTIONS(2922), [anon_sym_throw] = ACTIONS(2922), [anon_sym_co_return] = ACTIONS(2922), [anon_sym_co_yield] = ACTIONS(2922), [anon_sym_R_DQUOTE] = ACTIONS(2924), [anon_sym_LR_DQUOTE] = ACTIONS(2924), [anon_sym_uR_DQUOTE] = ACTIONS(2924), [anon_sym_UR_DQUOTE] = ACTIONS(2924), [anon_sym_u8R_DQUOTE] = ACTIONS(2924), [anon_sym_co_await] = ACTIONS(2922), [anon_sym_new] = ACTIONS(2922), [anon_sym_requires] = ACTIONS(2922), [sym_this] = ACTIONS(2922), }, [1545] = { [sym_identifier] = ACTIONS(3032), [anon_sym_LPAREN2] = ACTIONS(3034), [anon_sym_BANG] = ACTIONS(3034), [anon_sym_TILDE] = ACTIONS(3034), [anon_sym_DASH] = ACTIONS(3032), [anon_sym_PLUS] = ACTIONS(3032), [anon_sym_STAR] = ACTIONS(3034), [anon_sym_AMP] = ACTIONS(3034), [anon_sym_SEMI] = ACTIONS(3034), [anon_sym_typedef] = ACTIONS(3032), [anon_sym_extern] = ACTIONS(3032), [anon_sym___attribute__] = ACTIONS(3032), [anon_sym_COLON_COLON] = ACTIONS(3034), [anon_sym_LBRACK_LBRACK] = ACTIONS(3034), [anon_sym___declspec] = ACTIONS(3032), [anon_sym_LBRACE] = ACTIONS(3034), [anon_sym_signed] = ACTIONS(3032), [anon_sym_unsigned] = ACTIONS(3032), [anon_sym_long] = ACTIONS(3032), [anon_sym_short] = ACTIONS(3032), [anon_sym_LBRACK] = ACTIONS(3032), [anon_sym_static] = ACTIONS(3032), [anon_sym_register] = ACTIONS(3032), [anon_sym_inline] = ACTIONS(3032), [anon_sym_thread_local] = ACTIONS(3032), [anon_sym_const] = ACTIONS(3032), [anon_sym_constexpr] = ACTIONS(3032), [anon_sym_volatile] = ACTIONS(3032), [anon_sym_restrict] = ACTIONS(3032), [anon_sym___restrict__] = ACTIONS(3032), [anon_sym__Atomic] = ACTIONS(3032), [anon_sym__Noreturn] = ACTIONS(3032), [anon_sym_noreturn] = ACTIONS(3032), [anon_sym_mutable] = ACTIONS(3032), [anon_sym_constinit] = ACTIONS(3032), [anon_sym_consteval] = ACTIONS(3032), [sym_primitive_type] = ACTIONS(3032), [anon_sym_enum] = ACTIONS(3032), [anon_sym_class] = ACTIONS(3032), [anon_sym_struct] = ACTIONS(3032), [anon_sym_union] = ACTIONS(3032), [anon_sym_if] = ACTIONS(3032), [anon_sym_else] = ACTIONS(3032), [anon_sym_switch] = ACTIONS(3032), [anon_sym_while] = ACTIONS(3032), [anon_sym_do] = ACTIONS(3032), [anon_sym_for] = ACTIONS(3032), [anon_sym_return] = ACTIONS(3032), [anon_sym_break] = ACTIONS(3032), [anon_sym_continue] = ACTIONS(3032), [anon_sym_goto] = ACTIONS(3032), [anon_sym_not] = ACTIONS(3032), [anon_sym_compl] = ACTIONS(3032), [anon_sym_DASH_DASH] = ACTIONS(3034), [anon_sym_PLUS_PLUS] = ACTIONS(3034), [anon_sym_sizeof] = ACTIONS(3032), [anon_sym_offsetof] = ACTIONS(3032), [anon_sym__Generic] = ACTIONS(3032), [anon_sym_asm] = ACTIONS(3032), [anon_sym___asm__] = ACTIONS(3032), [sym_number_literal] = ACTIONS(3034), [anon_sym_L_SQUOTE] = ACTIONS(3034), [anon_sym_u_SQUOTE] = ACTIONS(3034), [anon_sym_U_SQUOTE] = ACTIONS(3034), [anon_sym_u8_SQUOTE] = ACTIONS(3034), [anon_sym_SQUOTE] = ACTIONS(3034), [anon_sym_L_DQUOTE] = ACTIONS(3034), [anon_sym_u_DQUOTE] = ACTIONS(3034), [anon_sym_U_DQUOTE] = ACTIONS(3034), [anon_sym_u8_DQUOTE] = ACTIONS(3034), [anon_sym_DQUOTE] = ACTIONS(3034), [sym_true] = ACTIONS(3032), [sym_false] = ACTIONS(3032), [anon_sym_NULL] = ACTIONS(3032), [anon_sym_nullptr] = ACTIONS(3032), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3032), [anon_sym_decltype] = ACTIONS(3032), [anon_sym_virtual] = ACTIONS(3032), [anon_sym_typename] = ACTIONS(3032), [anon_sym_template] = ACTIONS(3032), [anon_sym_try] = ACTIONS(3032), [anon_sym_delete] = ACTIONS(3032), [anon_sym_throw] = ACTIONS(3032), [anon_sym_co_return] = ACTIONS(3032), [anon_sym_co_yield] = ACTIONS(3032), [anon_sym_R_DQUOTE] = ACTIONS(3034), [anon_sym_LR_DQUOTE] = ACTIONS(3034), [anon_sym_uR_DQUOTE] = ACTIONS(3034), [anon_sym_UR_DQUOTE] = ACTIONS(3034), [anon_sym_u8R_DQUOTE] = ACTIONS(3034), [anon_sym_co_await] = ACTIONS(3032), [anon_sym_new] = ACTIONS(3032), [anon_sym_requires] = ACTIONS(3032), [sym_this] = ACTIONS(3032), }, [1546] = { [sym_identifier] = ACTIONS(3036), [anon_sym_LPAREN2] = ACTIONS(3038), [anon_sym_BANG] = ACTIONS(3038), [anon_sym_TILDE] = ACTIONS(3038), [anon_sym_DASH] = ACTIONS(3036), [anon_sym_PLUS] = ACTIONS(3036), [anon_sym_STAR] = ACTIONS(3038), [anon_sym_AMP] = ACTIONS(3038), [anon_sym_SEMI] = ACTIONS(3038), [anon_sym_typedef] = ACTIONS(3036), [anon_sym_extern] = ACTIONS(3036), [anon_sym___attribute__] = ACTIONS(3036), [anon_sym_COLON_COLON] = ACTIONS(3038), [anon_sym_LBRACK_LBRACK] = ACTIONS(3038), [anon_sym___declspec] = ACTIONS(3036), [anon_sym_LBRACE] = ACTIONS(3038), [anon_sym_signed] = ACTIONS(3036), [anon_sym_unsigned] = ACTIONS(3036), [anon_sym_long] = ACTIONS(3036), [anon_sym_short] = ACTIONS(3036), [anon_sym_LBRACK] = ACTIONS(3036), [anon_sym_static] = ACTIONS(3036), [anon_sym_register] = ACTIONS(3036), [anon_sym_inline] = ACTIONS(3036), [anon_sym_thread_local] = ACTIONS(3036), [anon_sym_const] = ACTIONS(3036), [anon_sym_constexpr] = ACTIONS(3036), [anon_sym_volatile] = ACTIONS(3036), [anon_sym_restrict] = ACTIONS(3036), [anon_sym___restrict__] = ACTIONS(3036), [anon_sym__Atomic] = ACTIONS(3036), [anon_sym__Noreturn] = ACTIONS(3036), [anon_sym_noreturn] = ACTIONS(3036), [anon_sym_mutable] = ACTIONS(3036), [anon_sym_constinit] = ACTIONS(3036), [anon_sym_consteval] = ACTIONS(3036), [sym_primitive_type] = ACTIONS(3036), [anon_sym_enum] = ACTIONS(3036), [anon_sym_class] = ACTIONS(3036), [anon_sym_struct] = ACTIONS(3036), [anon_sym_union] = ACTIONS(3036), [anon_sym_if] = ACTIONS(3036), [anon_sym_else] = ACTIONS(3036), [anon_sym_switch] = ACTIONS(3036), [anon_sym_while] = ACTIONS(3036), [anon_sym_do] = ACTIONS(3036), [anon_sym_for] = ACTIONS(3036), [anon_sym_return] = ACTIONS(3036), [anon_sym_break] = ACTIONS(3036), [anon_sym_continue] = ACTIONS(3036), [anon_sym_goto] = ACTIONS(3036), [anon_sym_not] = ACTIONS(3036), [anon_sym_compl] = ACTIONS(3036), [anon_sym_DASH_DASH] = ACTIONS(3038), [anon_sym_PLUS_PLUS] = ACTIONS(3038), [anon_sym_sizeof] = ACTIONS(3036), [anon_sym_offsetof] = ACTIONS(3036), [anon_sym__Generic] = ACTIONS(3036), [anon_sym_asm] = ACTIONS(3036), [anon_sym___asm__] = ACTIONS(3036), [sym_number_literal] = ACTIONS(3038), [anon_sym_L_SQUOTE] = ACTIONS(3038), [anon_sym_u_SQUOTE] = ACTIONS(3038), [anon_sym_U_SQUOTE] = ACTIONS(3038), [anon_sym_u8_SQUOTE] = ACTIONS(3038), [anon_sym_SQUOTE] = ACTIONS(3038), [anon_sym_L_DQUOTE] = ACTIONS(3038), [anon_sym_u_DQUOTE] = ACTIONS(3038), [anon_sym_U_DQUOTE] = ACTIONS(3038), [anon_sym_u8_DQUOTE] = ACTIONS(3038), [anon_sym_DQUOTE] = ACTIONS(3038), [sym_true] = ACTIONS(3036), [sym_false] = ACTIONS(3036), [anon_sym_NULL] = ACTIONS(3036), [anon_sym_nullptr] = ACTIONS(3036), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3036), [anon_sym_decltype] = ACTIONS(3036), [anon_sym_virtual] = ACTIONS(3036), [anon_sym_typename] = ACTIONS(3036), [anon_sym_template] = ACTIONS(3036), [anon_sym_try] = ACTIONS(3036), [anon_sym_delete] = ACTIONS(3036), [anon_sym_throw] = ACTIONS(3036), [anon_sym_co_return] = ACTIONS(3036), [anon_sym_co_yield] = ACTIONS(3036), [anon_sym_R_DQUOTE] = ACTIONS(3038), [anon_sym_LR_DQUOTE] = ACTIONS(3038), [anon_sym_uR_DQUOTE] = ACTIONS(3038), [anon_sym_UR_DQUOTE] = ACTIONS(3038), [anon_sym_u8R_DQUOTE] = ACTIONS(3038), [anon_sym_co_await] = ACTIONS(3036), [anon_sym_new] = ACTIONS(3036), [anon_sym_requires] = ACTIONS(3036), [sym_this] = ACTIONS(3036), }, [1547] = { [sym_identifier] = ACTIONS(3044), [anon_sym_LPAREN2] = ACTIONS(3046), [anon_sym_BANG] = ACTIONS(3046), [anon_sym_TILDE] = ACTIONS(3046), [anon_sym_DASH] = ACTIONS(3044), [anon_sym_PLUS] = ACTIONS(3044), [anon_sym_STAR] = ACTIONS(3046), [anon_sym_AMP] = ACTIONS(3046), [anon_sym_SEMI] = ACTIONS(3046), [anon_sym_typedef] = ACTIONS(3044), [anon_sym_extern] = ACTIONS(3044), [anon_sym___attribute__] = ACTIONS(3044), [anon_sym_COLON_COLON] = ACTIONS(3046), [anon_sym_LBRACK_LBRACK] = ACTIONS(3046), [anon_sym___declspec] = ACTIONS(3044), [anon_sym_LBRACE] = ACTIONS(3046), [anon_sym_signed] = ACTIONS(3044), [anon_sym_unsigned] = ACTIONS(3044), [anon_sym_long] = ACTIONS(3044), [anon_sym_short] = ACTIONS(3044), [anon_sym_LBRACK] = ACTIONS(3044), [anon_sym_static] = ACTIONS(3044), [anon_sym_register] = ACTIONS(3044), [anon_sym_inline] = ACTIONS(3044), [anon_sym_thread_local] = ACTIONS(3044), [anon_sym_const] = ACTIONS(3044), [anon_sym_constexpr] = ACTIONS(3044), [anon_sym_volatile] = ACTIONS(3044), [anon_sym_restrict] = ACTIONS(3044), [anon_sym___restrict__] = ACTIONS(3044), [anon_sym__Atomic] = ACTIONS(3044), [anon_sym__Noreturn] = ACTIONS(3044), [anon_sym_noreturn] = ACTIONS(3044), [anon_sym_mutable] = ACTIONS(3044), [anon_sym_constinit] = ACTIONS(3044), [anon_sym_consteval] = ACTIONS(3044), [sym_primitive_type] = ACTIONS(3044), [anon_sym_enum] = ACTIONS(3044), [anon_sym_class] = ACTIONS(3044), [anon_sym_struct] = ACTIONS(3044), [anon_sym_union] = ACTIONS(3044), [anon_sym_if] = ACTIONS(3044), [anon_sym_else] = ACTIONS(3044), [anon_sym_switch] = ACTIONS(3044), [anon_sym_while] = ACTIONS(3044), [anon_sym_do] = ACTIONS(3044), [anon_sym_for] = ACTIONS(3044), [anon_sym_return] = ACTIONS(3044), [anon_sym_break] = ACTIONS(3044), [anon_sym_continue] = ACTIONS(3044), [anon_sym_goto] = ACTIONS(3044), [anon_sym_not] = ACTIONS(3044), [anon_sym_compl] = ACTIONS(3044), [anon_sym_DASH_DASH] = ACTIONS(3046), [anon_sym_PLUS_PLUS] = ACTIONS(3046), [anon_sym_sizeof] = ACTIONS(3044), [anon_sym_offsetof] = ACTIONS(3044), [anon_sym__Generic] = ACTIONS(3044), [anon_sym_asm] = ACTIONS(3044), [anon_sym___asm__] = ACTIONS(3044), [sym_number_literal] = ACTIONS(3046), [anon_sym_L_SQUOTE] = ACTIONS(3046), [anon_sym_u_SQUOTE] = ACTIONS(3046), [anon_sym_U_SQUOTE] = ACTIONS(3046), [anon_sym_u8_SQUOTE] = ACTIONS(3046), [anon_sym_SQUOTE] = ACTIONS(3046), [anon_sym_L_DQUOTE] = ACTIONS(3046), [anon_sym_u_DQUOTE] = ACTIONS(3046), [anon_sym_U_DQUOTE] = ACTIONS(3046), [anon_sym_u8_DQUOTE] = ACTIONS(3046), [anon_sym_DQUOTE] = ACTIONS(3046), [sym_true] = ACTIONS(3044), [sym_false] = ACTIONS(3044), [anon_sym_NULL] = ACTIONS(3044), [anon_sym_nullptr] = ACTIONS(3044), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3044), [anon_sym_decltype] = ACTIONS(3044), [anon_sym_virtual] = ACTIONS(3044), [anon_sym_typename] = ACTIONS(3044), [anon_sym_template] = ACTIONS(3044), [anon_sym_try] = ACTIONS(3044), [anon_sym_delete] = ACTIONS(3044), [anon_sym_throw] = ACTIONS(3044), [anon_sym_co_return] = ACTIONS(3044), [anon_sym_co_yield] = ACTIONS(3044), [anon_sym_R_DQUOTE] = ACTIONS(3046), [anon_sym_LR_DQUOTE] = ACTIONS(3046), [anon_sym_uR_DQUOTE] = ACTIONS(3046), [anon_sym_UR_DQUOTE] = ACTIONS(3046), [anon_sym_u8R_DQUOTE] = ACTIONS(3046), [anon_sym_co_await] = ACTIONS(3044), [anon_sym_new] = ACTIONS(3044), [anon_sym_requires] = ACTIONS(3044), [sym_this] = ACTIONS(3044), }, [1548] = { [sym_identifier] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2916), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [1549] = { [sym_identifier] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2916), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [1550] = { [sym_identifier] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2916), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [1551] = { [sym_identifier] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2916), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [1552] = { [sym_identifier] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2916), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [1553] = { [sym_identifier] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2916), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [1554] = { [sym_identifier] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2916), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [1555] = { [sym_identifier] = ACTIONS(3817), [anon_sym_LPAREN2] = ACTIONS(3823), [anon_sym_BANG] = ACTIONS(3823), [anon_sym_TILDE] = ACTIONS(3823), [anon_sym_DASH] = ACTIONS(3825), [anon_sym_PLUS] = ACTIONS(3825), [anon_sym_STAR] = ACTIONS(3823), [anon_sym_AMP] = ACTIONS(3823), [anon_sym_SEMI] = ACTIONS(3823), [anon_sym_extern] = ACTIONS(3829), [anon_sym___attribute__] = ACTIONS(3829), [anon_sym_COLON_COLON] = ACTIONS(3820), [anon_sym_LBRACK_LBRACK] = ACTIONS(3820), [anon_sym___declspec] = ACTIONS(3829), [anon_sym_LBRACE] = ACTIONS(3823), [anon_sym_signed] = ACTIONS(3829), [anon_sym_unsigned] = ACTIONS(3829), [anon_sym_long] = ACTIONS(3829), [anon_sym_short] = ACTIONS(3829), [anon_sym_LBRACK] = ACTIONS(3825), [anon_sym_static] = ACTIONS(3829), [anon_sym_register] = ACTIONS(3829), [anon_sym_inline] = ACTIONS(3829), [anon_sym_thread_local] = ACTIONS(3829), [anon_sym_const] = ACTIONS(3829), [anon_sym_constexpr] = ACTIONS(3829), [anon_sym_volatile] = ACTIONS(3829), [anon_sym_restrict] = ACTIONS(3829), [anon_sym___restrict__] = ACTIONS(3829), [anon_sym__Atomic] = ACTIONS(3829), [anon_sym__Noreturn] = ACTIONS(3829), [anon_sym_noreturn] = ACTIONS(3829), [anon_sym_mutable] = ACTIONS(3829), [anon_sym_constinit] = ACTIONS(3829), [anon_sym_consteval] = ACTIONS(3829), [sym_primitive_type] = ACTIONS(3817), [anon_sym_enum] = ACTIONS(3829), [anon_sym_class] = ACTIONS(3829), [anon_sym_struct] = ACTIONS(3829), [anon_sym_union] = ACTIONS(3829), [anon_sym_if] = ACTIONS(3825), [anon_sym_switch] = ACTIONS(3825), [anon_sym_case] = ACTIONS(3825), [anon_sym_default] = ACTIONS(3825), [anon_sym_while] = ACTIONS(3825), [anon_sym_do] = ACTIONS(3825), [anon_sym_for] = ACTIONS(3825), [anon_sym_return] = ACTIONS(3825), [anon_sym_break] = ACTIONS(3825), [anon_sym_continue] = ACTIONS(3825), [anon_sym_goto] = ACTIONS(3825), [anon_sym_not] = ACTIONS(3825), [anon_sym_compl] = ACTIONS(3825), [anon_sym_DASH_DASH] = ACTIONS(3823), [anon_sym_PLUS_PLUS] = ACTIONS(3823), [anon_sym_sizeof] = ACTIONS(3825), [anon_sym_offsetof] = ACTIONS(3825), [anon_sym__Generic] = ACTIONS(3825), [anon_sym_asm] = ACTIONS(3825), [anon_sym___asm__] = ACTIONS(3825), [sym_number_literal] = ACTIONS(3823), [anon_sym_L_SQUOTE] = ACTIONS(3823), [anon_sym_u_SQUOTE] = ACTIONS(3823), [anon_sym_U_SQUOTE] = ACTIONS(3823), [anon_sym_u8_SQUOTE] = ACTIONS(3823), [anon_sym_SQUOTE] = ACTIONS(3823), [anon_sym_L_DQUOTE] = ACTIONS(3823), [anon_sym_u_DQUOTE] = ACTIONS(3823), [anon_sym_U_DQUOTE] = ACTIONS(3823), [anon_sym_u8_DQUOTE] = ACTIONS(3823), [anon_sym_DQUOTE] = ACTIONS(3823), [sym_true] = ACTIONS(3825), [sym_false] = ACTIONS(3825), [anon_sym_NULL] = ACTIONS(3825), [anon_sym_nullptr] = ACTIONS(3825), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3829), [anon_sym_decltype] = ACTIONS(3817), [anon_sym_virtual] = ACTIONS(3829), [anon_sym_typename] = ACTIONS(3829), [anon_sym_template] = ACTIONS(3817), [anon_sym_try] = ACTIONS(3825), [anon_sym_delete] = ACTIONS(3825), [anon_sym_throw] = ACTIONS(3825), [anon_sym_co_return] = ACTIONS(3825), [anon_sym_co_yield] = ACTIONS(3825), [anon_sym_R_DQUOTE] = ACTIONS(3823), [anon_sym_LR_DQUOTE] = ACTIONS(3823), [anon_sym_uR_DQUOTE] = ACTIONS(3823), [anon_sym_UR_DQUOTE] = ACTIONS(3823), [anon_sym_u8R_DQUOTE] = ACTIONS(3823), [anon_sym_co_await] = ACTIONS(3825), [anon_sym_new] = ACTIONS(3825), [anon_sym_requires] = ACTIONS(3825), [sym_this] = ACTIONS(3825), }, [1556] = { [sym_identifier] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2916), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [1557] = { [sym_identifier] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2916), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [1558] = { [sym_identifier] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2916), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [1559] = { [sym_identifier] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2916), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [1560] = { [sym_identifier] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2916), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [1561] = { [sym_identifier] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2916), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [1562] = { [sym_identifier] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2916), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [1563] = { [sym_identifier] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2916), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [1564] = { [sym_identifier] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2916), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [1565] = { [sym_identifier] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2916), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [1566] = { [sym_identifier] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2916), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [1567] = { [sym_identifier] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2916), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [1568] = { [sym_identifier] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2916), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [1569] = { [sym_identifier] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2916), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [1570] = { [sym_identifier] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2916), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [1571] = { [sym_identifier] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2916), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [1572] = { [sym_identifier] = ACTIONS(3111), [anon_sym_LPAREN2] = ACTIONS(3113), [anon_sym_BANG] = ACTIONS(3113), [anon_sym_TILDE] = ACTIONS(3113), [anon_sym_DASH] = ACTIONS(3111), [anon_sym_PLUS] = ACTIONS(3111), [anon_sym_STAR] = ACTIONS(3113), [anon_sym_AMP] = ACTIONS(3113), [anon_sym_SEMI] = ACTIONS(3113), [anon_sym_typedef] = ACTIONS(3111), [anon_sym_extern] = ACTIONS(3111), [anon_sym___attribute__] = ACTIONS(3111), [anon_sym_COLON_COLON] = ACTIONS(3113), [anon_sym_LBRACK_LBRACK] = ACTIONS(3113), [anon_sym___declspec] = ACTIONS(3111), [anon_sym_LBRACE] = ACTIONS(3113), [anon_sym_signed] = ACTIONS(3111), [anon_sym_unsigned] = ACTIONS(3111), [anon_sym_long] = ACTIONS(3111), [anon_sym_short] = ACTIONS(3111), [anon_sym_LBRACK] = ACTIONS(3111), [anon_sym_static] = ACTIONS(3111), [anon_sym_register] = ACTIONS(3111), [anon_sym_inline] = ACTIONS(3111), [anon_sym_thread_local] = ACTIONS(3111), [anon_sym_const] = ACTIONS(3111), [anon_sym_constexpr] = ACTIONS(3111), [anon_sym_volatile] = ACTIONS(3111), [anon_sym_restrict] = ACTIONS(3111), [anon_sym___restrict__] = ACTIONS(3111), [anon_sym__Atomic] = ACTIONS(3111), [anon_sym__Noreturn] = ACTIONS(3111), [anon_sym_noreturn] = ACTIONS(3111), [anon_sym_mutable] = ACTIONS(3111), [anon_sym_constinit] = ACTIONS(3111), [anon_sym_consteval] = ACTIONS(3111), [sym_primitive_type] = ACTIONS(3111), [anon_sym_enum] = ACTIONS(3111), [anon_sym_class] = ACTIONS(3111), [anon_sym_struct] = ACTIONS(3111), [anon_sym_union] = ACTIONS(3111), [anon_sym_if] = ACTIONS(3111), [anon_sym_else] = ACTIONS(3111), [anon_sym_switch] = ACTIONS(3111), [anon_sym_while] = ACTIONS(3111), [anon_sym_do] = ACTIONS(3111), [anon_sym_for] = ACTIONS(3111), [anon_sym_return] = ACTIONS(3111), [anon_sym_break] = ACTIONS(3111), [anon_sym_continue] = ACTIONS(3111), [anon_sym_goto] = ACTIONS(3111), [anon_sym_not] = ACTIONS(3111), [anon_sym_compl] = ACTIONS(3111), [anon_sym_DASH_DASH] = ACTIONS(3113), [anon_sym_PLUS_PLUS] = ACTIONS(3113), [anon_sym_sizeof] = ACTIONS(3111), [anon_sym_offsetof] = ACTIONS(3111), [anon_sym__Generic] = ACTIONS(3111), [anon_sym_asm] = ACTIONS(3111), [anon_sym___asm__] = ACTIONS(3111), [sym_number_literal] = ACTIONS(3113), [anon_sym_L_SQUOTE] = ACTIONS(3113), [anon_sym_u_SQUOTE] = ACTIONS(3113), [anon_sym_U_SQUOTE] = ACTIONS(3113), [anon_sym_u8_SQUOTE] = ACTIONS(3113), [anon_sym_SQUOTE] = ACTIONS(3113), [anon_sym_L_DQUOTE] = ACTIONS(3113), [anon_sym_u_DQUOTE] = ACTIONS(3113), [anon_sym_U_DQUOTE] = ACTIONS(3113), [anon_sym_u8_DQUOTE] = ACTIONS(3113), [anon_sym_DQUOTE] = ACTIONS(3113), [sym_true] = ACTIONS(3111), [sym_false] = ACTIONS(3111), [anon_sym_NULL] = ACTIONS(3111), [anon_sym_nullptr] = ACTIONS(3111), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3111), [anon_sym_decltype] = ACTIONS(3111), [anon_sym_virtual] = ACTIONS(3111), [anon_sym_typename] = ACTIONS(3111), [anon_sym_template] = ACTIONS(3111), [anon_sym_try] = ACTIONS(3111), [anon_sym_delete] = ACTIONS(3111), [anon_sym_throw] = ACTIONS(3111), [anon_sym_co_return] = ACTIONS(3111), [anon_sym_co_yield] = ACTIONS(3111), [anon_sym_R_DQUOTE] = ACTIONS(3113), [anon_sym_LR_DQUOTE] = ACTIONS(3113), [anon_sym_uR_DQUOTE] = ACTIONS(3113), [anon_sym_UR_DQUOTE] = ACTIONS(3113), [anon_sym_u8R_DQUOTE] = ACTIONS(3113), [anon_sym_co_await] = ACTIONS(3111), [anon_sym_new] = ACTIONS(3111), [anon_sym_requires] = ACTIONS(3111), [sym_this] = ACTIONS(3111), }, [1573] = { [sym_identifier] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2916), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [1574] = { [sym_identifier] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2916), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [1575] = { [sym_identifier] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2916), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [1576] = { [sym_identifier] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2916), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [1577] = { [sym_identifier] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2916), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [1578] = { [sym_identifier] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2916), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [1579] = { [sym_identifier] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2916), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [1580] = { [sym_identifier] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2916), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [1581] = { [sym_identifier] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2916), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [1582] = { [sym_identifier] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2916), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [1583] = { [sym_identifier] = ACTIONS(2914), [anon_sym_LPAREN2] = ACTIONS(2916), [anon_sym_BANG] = ACTIONS(2916), [anon_sym_TILDE] = ACTIONS(2916), [anon_sym_DASH] = ACTIONS(2914), [anon_sym_PLUS] = ACTIONS(2914), [anon_sym_STAR] = ACTIONS(2916), [anon_sym_AMP] = ACTIONS(2916), [anon_sym_SEMI] = ACTIONS(2916), [anon_sym_typedef] = ACTIONS(2914), [anon_sym_extern] = ACTIONS(2914), [anon_sym___attribute__] = ACTIONS(2914), [anon_sym_COLON_COLON] = ACTIONS(2916), [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), [anon_sym___declspec] = ACTIONS(2914), [anon_sym_LBRACE] = ACTIONS(2916), [anon_sym_signed] = ACTIONS(2914), [anon_sym_unsigned] = ACTIONS(2914), [anon_sym_long] = ACTIONS(2914), [anon_sym_short] = ACTIONS(2914), [anon_sym_LBRACK] = ACTIONS(2914), [anon_sym_static] = ACTIONS(2914), [anon_sym_register] = ACTIONS(2914), [anon_sym_inline] = ACTIONS(2914), [anon_sym_thread_local] = ACTIONS(2914), [anon_sym_const] = ACTIONS(2914), [anon_sym_constexpr] = ACTIONS(2914), [anon_sym_volatile] = ACTIONS(2914), [anon_sym_restrict] = ACTIONS(2914), [anon_sym___restrict__] = ACTIONS(2914), [anon_sym__Atomic] = ACTIONS(2914), [anon_sym__Noreturn] = ACTIONS(2914), [anon_sym_noreturn] = ACTIONS(2914), [anon_sym_mutable] = ACTIONS(2914), [anon_sym_constinit] = ACTIONS(2914), [anon_sym_consteval] = ACTIONS(2914), [sym_primitive_type] = ACTIONS(2914), [anon_sym_enum] = ACTIONS(2914), [anon_sym_class] = ACTIONS(2914), [anon_sym_struct] = ACTIONS(2914), [anon_sym_union] = ACTIONS(2914), [anon_sym_if] = ACTIONS(2914), [anon_sym_else] = ACTIONS(2914), [anon_sym_switch] = ACTIONS(2914), [anon_sym_while] = ACTIONS(2914), [anon_sym_do] = ACTIONS(2914), [anon_sym_for] = ACTIONS(2914), [anon_sym_return] = ACTIONS(2914), [anon_sym_break] = ACTIONS(2914), [anon_sym_continue] = ACTIONS(2914), [anon_sym_goto] = ACTIONS(2914), [anon_sym_not] = ACTIONS(2914), [anon_sym_compl] = ACTIONS(2914), [anon_sym_DASH_DASH] = ACTIONS(2916), [anon_sym_PLUS_PLUS] = ACTIONS(2916), [anon_sym_sizeof] = ACTIONS(2914), [anon_sym_offsetof] = ACTIONS(2914), [anon_sym__Generic] = ACTIONS(2914), [anon_sym_asm] = ACTIONS(2914), [anon_sym___asm__] = ACTIONS(2914), [sym_number_literal] = ACTIONS(2916), [anon_sym_L_SQUOTE] = ACTIONS(2916), [anon_sym_u_SQUOTE] = ACTIONS(2916), [anon_sym_U_SQUOTE] = ACTIONS(2916), [anon_sym_u8_SQUOTE] = ACTIONS(2916), [anon_sym_SQUOTE] = ACTIONS(2916), [anon_sym_L_DQUOTE] = ACTIONS(2916), [anon_sym_u_DQUOTE] = ACTIONS(2916), [anon_sym_U_DQUOTE] = ACTIONS(2916), [anon_sym_u8_DQUOTE] = ACTIONS(2916), [anon_sym_DQUOTE] = ACTIONS(2916), [sym_true] = ACTIONS(2914), [sym_false] = ACTIONS(2914), [anon_sym_NULL] = ACTIONS(2914), [anon_sym_nullptr] = ACTIONS(2914), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2914), [anon_sym_decltype] = ACTIONS(2914), [anon_sym_virtual] = ACTIONS(2914), [anon_sym_typename] = ACTIONS(2914), [anon_sym_template] = ACTIONS(2914), [anon_sym_try] = ACTIONS(2914), [anon_sym_delete] = ACTIONS(2914), [anon_sym_throw] = ACTIONS(2914), [anon_sym_co_return] = ACTIONS(2914), [anon_sym_co_yield] = ACTIONS(2914), [anon_sym_R_DQUOTE] = ACTIONS(2916), [anon_sym_LR_DQUOTE] = ACTIONS(2916), [anon_sym_uR_DQUOTE] = ACTIONS(2916), [anon_sym_UR_DQUOTE] = ACTIONS(2916), [anon_sym_u8R_DQUOTE] = ACTIONS(2916), [anon_sym_co_await] = ACTIONS(2914), [anon_sym_new] = ACTIONS(2914), [anon_sym_requires] = ACTIONS(2914), [sym_this] = ACTIONS(2914), }, [1584] = { [sym__declaration_modifiers] = STATE(2559), [sym__declaration_specifiers] = STATE(3776), [sym_attribute_specifier] = STATE(2559), [sym_attribute_declaration] = STATE(2559), [sym_ms_declspec_modifier] = STATE(2559), [sym_ms_based_modifier] = STATE(7599), [sym__declarator] = STATE(5849), [sym__abstract_declarator] = STATE(5968), [sym_parenthesized_declarator] = STATE(5671), [sym_abstract_parenthesized_declarator] = STATE(5464), [sym_attributed_declarator] = STATE(5671), [sym_pointer_declarator] = STATE(5671), [sym_abstract_pointer_declarator] = STATE(5464), [sym_function_declarator] = STATE(5671), [sym_abstract_function_declarator] = STATE(5464), [sym_array_declarator] = STATE(5671), [sym_abstract_array_declarator] = STATE(5464), [sym_storage_class_specifier] = STATE(2559), [sym_type_qualifier] = STATE(2559), [sym__type_specifier] = STATE(3628), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [sym_parameter_list] = STATE(3879), [sym_parameter_declaration] = STATE(6350), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym_virtual] = STATE(2559), [sym_dependent_type] = STATE(3695), [sym_optional_parameter_declaration] = STATE(6350), [sym_variadic_parameter_declaration] = STATE(6350), [sym_reference_declarator] = STATE(5671), [sym_abstract_reference_declarator] = STATE(5464), [sym_structured_binding_declarator] = STATE(5671), [sym__function_declarator_seq] = STATE(5434), [sym_template_type] = STATE(3646), [sym_template_function] = STATE(5671), [sym_destructor_name] = STATE(5671), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5295), [sym_qualified_identifier] = STATE(5671), [sym_qualified_type_identifier] = STATE(3938), [sym_operator_name] = STATE(5671), [aux_sym__declaration_specifiers_repeat1] = STATE(2559), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [sym_identifier] = ACTIONS(4002), [anon_sym_DOT_DOT_DOT] = ACTIONS(1895), [anon_sym_RPAREN] = ACTIONS(4004), [anon_sym_LPAREN2] = ACTIONS(4006), [anon_sym_TILDE] = ACTIONS(2562), [anon_sym_STAR] = ACTIONS(4008), [anon_sym_AMP_AMP] = ACTIONS(4010), [anon_sym_AMP] = ACTIONS(4012), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(4014), [anon_sym_LBRACK_LBRACK] = ACTIONS(1813), [anon_sym___declspec] = ACTIONS(43), [anon_sym___based] = ACTIONS(45), [anon_sym_signed] = ACTIONS(51), [anon_sym_unsigned] = ACTIONS(51), [anon_sym_long] = ACTIONS(51), [anon_sym_short] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(4016), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(3661), [anon_sym_enum] = ACTIONS(1853), [anon_sym_class] = ACTIONS(1855), [anon_sym_struct] = ACTIONS(1857), [anon_sym_union] = ACTIONS(1859), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(113), [anon_sym_decltype] = ACTIONS(115), [anon_sym_virtual] = ACTIONS(117), [anon_sym_typename] = ACTIONS(1881), [anon_sym_template] = ACTIONS(1329), [anon_sym_operator] = ACTIONS(1931), }, [1585] = { [sym__expression] = STATE(4297), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7423), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_initializer_list] = STATE(7423), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(4018), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(1899), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1586] = { [sym__expression] = STATE(3326), [sym__expression_not_binary] = STATE(3564), [sym_conditional_expression] = STATE(3564), [sym_assignment_expression] = STATE(3564), [sym_pointer_expression] = STATE(3290), [sym_unary_expression] = STATE(3564), [sym_binary_expression] = STATE(3564), [sym_update_expression] = STATE(3564), [sym_cast_expression] = STATE(3564), [sym_sizeof_expression] = STATE(3564), [sym_offsetof_expression] = STATE(3564), [sym_generic_expression] = STATE(3564), [sym_subscript_expression] = STATE(3290), [sym_call_expression] = STATE(3290), [sym_gnu_asm_expression] = STATE(3564), [sym_field_expression] = STATE(3290), [sym_compound_literal_expression] = STATE(3564), [sym_parenthesized_expression] = STATE(3290), [sym_char_literal] = STATE(3429), [sym_concatenated_string] = STATE(3429), [sym_string_literal] = STATE(2306), [sym_null] = STATE(3564), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6687), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3564), [sym_raw_string_literal] = STATE(2306), [sym_co_await_expression] = STATE(3564), [sym_new_expression] = STATE(3564), [sym_delete_expression] = STATE(3564), [sym_requires_clause] = STATE(3564), [sym_requires_expression] = STATE(3564), [sym_lambda_expression] = STATE(3564), [sym_lambda_capture_specifier] = STATE(5176), [sym__unary_left_fold] = STATE(7254), [sym__unary_right_fold] = STATE(7251), [sym__binary_fold] = STATE(7250), [sym_fold_expression] = STATE(3564), [sym_parameter_pack_expansion] = STATE(3564), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5270), [sym_qualified_identifier] = STATE(3290), [sym_qualified_type_identifier] = STATE(6687), [sym_user_defined_literal] = STATE(3564), [sym_identifier] = ACTIONS(2095), [anon_sym_DOT_DOT_DOT] = ACTIONS(1837), [anon_sym_LPAREN2] = ACTIONS(1841), [anon_sym_BANG] = ACTIONS(1843), [anon_sym_TILDE] = ACTIONS(1843), [anon_sym_DASH] = ACTIONS(1845), [anon_sym_PLUS] = ACTIONS(1845), [anon_sym_STAR] = ACTIONS(1847), [anon_sym_AMP] = ACTIONS(1847), [anon_sym_COLON_COLON] = ACTIONS(1849), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1999), [anon_sym_not] = ACTIONS(1845), [anon_sym_compl] = ACTIONS(1845), [anon_sym_DASH_DASH] = ACTIONS(1861), [anon_sym_PLUS_PLUS] = ACTIONS(1861), [anon_sym_sizeof] = ACTIONS(1863), [anon_sym_offsetof] = ACTIONS(1865), [anon_sym__Generic] = ACTIONS(1867), [anon_sym_asm] = ACTIONS(1869), [anon_sym___asm__] = ACTIONS(1869), [sym_number_literal] = ACTIONS(1871), [anon_sym_L_SQUOTE] = ACTIONS(1873), [anon_sym_u_SQUOTE] = ACTIONS(1873), [anon_sym_U_SQUOTE] = ACTIONS(1873), [anon_sym_u8_SQUOTE] = ACTIONS(1873), [anon_sym_SQUOTE] = ACTIONS(1873), [anon_sym_L_DQUOTE] = ACTIONS(1875), [anon_sym_u_DQUOTE] = ACTIONS(1875), [anon_sym_U_DQUOTE] = ACTIONS(1875), [anon_sym_u8_DQUOTE] = ACTIONS(1875), [anon_sym_DQUOTE] = ACTIONS(1875), [sym_true] = ACTIONS(1877), [sym_false] = ACTIONS(1877), [anon_sym_NULL] = ACTIONS(1879), [anon_sym_nullptr] = ACTIONS(1879), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(1883), [anon_sym_R_DQUOTE] = ACTIONS(1885), [anon_sym_LR_DQUOTE] = ACTIONS(1885), [anon_sym_uR_DQUOTE] = ACTIONS(1885), [anon_sym_UR_DQUOTE] = ACTIONS(1885), [anon_sym_u8R_DQUOTE] = ACTIONS(1885), [anon_sym_co_await] = ACTIONS(1887), [anon_sym_new] = ACTIONS(1889), [anon_sym_requires] = ACTIONS(1891), [sym_this] = ACTIONS(1877), }, [1587] = { [sym__expression] = STATE(3203), [sym__expression_not_binary] = STATE(3564), [sym_conditional_expression] = STATE(3564), [sym_assignment_expression] = STATE(3564), [sym_pointer_expression] = STATE(3290), [sym_unary_expression] = STATE(3564), [sym_binary_expression] = STATE(3564), [sym_update_expression] = STATE(3564), [sym_cast_expression] = STATE(3564), [sym_sizeof_expression] = STATE(3564), [sym_offsetof_expression] = STATE(3564), [sym_generic_expression] = STATE(3564), [sym_subscript_expression] = STATE(3290), [sym_call_expression] = STATE(3290), [sym_gnu_asm_expression] = STATE(3564), [sym_field_expression] = STATE(3290), [sym_compound_literal_expression] = STATE(3564), [sym_parenthesized_expression] = STATE(3290), [sym_char_literal] = STATE(3429), [sym_concatenated_string] = STATE(3429), [sym_string_literal] = STATE(2306), [sym_null] = STATE(3564), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6687), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3564), [sym_raw_string_literal] = STATE(2306), [sym_co_await_expression] = STATE(3564), [sym_new_expression] = STATE(3564), [sym_delete_expression] = STATE(3564), [sym_requires_clause] = STATE(3564), [sym_requires_expression] = STATE(3564), [sym_lambda_expression] = STATE(3564), [sym_lambda_capture_specifier] = STATE(5176), [sym__unary_left_fold] = STATE(7474), [sym__unary_right_fold] = STATE(7466), [sym__binary_fold] = STATE(7465), [sym_fold_expression] = STATE(3564), [sym_parameter_pack_expansion] = STATE(3564), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5270), [sym_qualified_identifier] = STATE(3290), [sym_qualified_type_identifier] = STATE(6687), [sym_user_defined_literal] = STATE(3564), [sym_identifier] = ACTIONS(2095), [anon_sym_DOT_DOT_DOT] = ACTIONS(1837), [anon_sym_LPAREN2] = ACTIONS(1841), [anon_sym_BANG] = ACTIONS(1843), [anon_sym_TILDE] = ACTIONS(1843), [anon_sym_DASH] = ACTIONS(1845), [anon_sym_PLUS] = ACTIONS(1845), [anon_sym_STAR] = ACTIONS(1847), [anon_sym_AMP] = ACTIONS(1847), [anon_sym_COLON_COLON] = ACTIONS(1849), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1999), [anon_sym_not] = ACTIONS(1845), [anon_sym_compl] = ACTIONS(1845), [anon_sym_DASH_DASH] = ACTIONS(1861), [anon_sym_PLUS_PLUS] = ACTIONS(1861), [anon_sym_sizeof] = ACTIONS(1863), [anon_sym_offsetof] = ACTIONS(1865), [anon_sym__Generic] = ACTIONS(1867), [anon_sym_asm] = ACTIONS(1869), [anon_sym___asm__] = ACTIONS(1869), [sym_number_literal] = ACTIONS(1871), [anon_sym_L_SQUOTE] = ACTIONS(1873), [anon_sym_u_SQUOTE] = ACTIONS(1873), [anon_sym_U_SQUOTE] = ACTIONS(1873), [anon_sym_u8_SQUOTE] = ACTIONS(1873), [anon_sym_SQUOTE] = ACTIONS(1873), [anon_sym_L_DQUOTE] = ACTIONS(1875), [anon_sym_u_DQUOTE] = ACTIONS(1875), [anon_sym_U_DQUOTE] = ACTIONS(1875), [anon_sym_u8_DQUOTE] = ACTIONS(1875), [anon_sym_DQUOTE] = ACTIONS(1875), [sym_true] = ACTIONS(1877), [sym_false] = ACTIONS(1877), [anon_sym_NULL] = ACTIONS(1879), [anon_sym_nullptr] = ACTIONS(1879), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(1883), [anon_sym_R_DQUOTE] = ACTIONS(1885), [anon_sym_LR_DQUOTE] = ACTIONS(1885), [anon_sym_uR_DQUOTE] = ACTIONS(1885), [anon_sym_UR_DQUOTE] = ACTIONS(1885), [anon_sym_u8R_DQUOTE] = ACTIONS(1885), [anon_sym_co_await] = ACTIONS(1887), [anon_sym_new] = ACTIONS(1889), [anon_sym_requires] = ACTIONS(1891), [sym_this] = ACTIONS(1877), }, [1588] = { [sym__expression] = STATE(3242), [sym__expression_not_binary] = STATE(3564), [sym_conditional_expression] = STATE(3564), [sym_assignment_expression] = STATE(3564), [sym_pointer_expression] = STATE(3290), [sym_unary_expression] = STATE(3564), [sym_binary_expression] = STATE(3564), [sym_update_expression] = STATE(3564), [sym_cast_expression] = STATE(3564), [sym_sizeof_expression] = STATE(3564), [sym_offsetof_expression] = STATE(3564), [sym_generic_expression] = STATE(3564), [sym_subscript_expression] = STATE(3290), [sym_call_expression] = STATE(3290), [sym_gnu_asm_expression] = STATE(3564), [sym_field_expression] = STATE(3290), [sym_compound_literal_expression] = STATE(3564), [sym_parenthesized_expression] = STATE(3290), [sym_char_literal] = STATE(3429), [sym_concatenated_string] = STATE(3429), [sym_string_literal] = STATE(2306), [sym_null] = STATE(3564), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6687), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3564), [sym_raw_string_literal] = STATE(2306), [sym_co_await_expression] = STATE(3564), [sym_new_expression] = STATE(3564), [sym_delete_expression] = STATE(3564), [sym_requires_clause] = STATE(3564), [sym_requires_expression] = STATE(3564), [sym_lambda_expression] = STATE(3564), [sym_lambda_capture_specifier] = STATE(5176), [sym__unary_left_fold] = STATE(7583), [sym__unary_right_fold] = STATE(7584), [sym__binary_fold] = STATE(7586), [sym_fold_expression] = STATE(3564), [sym_parameter_pack_expansion] = STATE(3564), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5270), [sym_qualified_identifier] = STATE(3290), [sym_qualified_type_identifier] = STATE(6687), [sym_user_defined_literal] = STATE(3564), [sym_identifier] = ACTIONS(2095), [anon_sym_DOT_DOT_DOT] = ACTIONS(1837), [anon_sym_LPAREN2] = ACTIONS(1841), [anon_sym_BANG] = ACTIONS(1843), [anon_sym_TILDE] = ACTIONS(1843), [anon_sym_DASH] = ACTIONS(1845), [anon_sym_PLUS] = ACTIONS(1845), [anon_sym_STAR] = ACTIONS(1847), [anon_sym_AMP] = ACTIONS(1847), [anon_sym_COLON_COLON] = ACTIONS(1849), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1999), [anon_sym_not] = ACTIONS(1845), [anon_sym_compl] = ACTIONS(1845), [anon_sym_DASH_DASH] = ACTIONS(1861), [anon_sym_PLUS_PLUS] = ACTIONS(1861), [anon_sym_sizeof] = ACTIONS(1863), [anon_sym_offsetof] = ACTIONS(1865), [anon_sym__Generic] = ACTIONS(1867), [anon_sym_asm] = ACTIONS(1869), [anon_sym___asm__] = ACTIONS(1869), [sym_number_literal] = ACTIONS(1871), [anon_sym_L_SQUOTE] = ACTIONS(1873), [anon_sym_u_SQUOTE] = ACTIONS(1873), [anon_sym_U_SQUOTE] = ACTIONS(1873), [anon_sym_u8_SQUOTE] = ACTIONS(1873), [anon_sym_SQUOTE] = ACTIONS(1873), [anon_sym_L_DQUOTE] = ACTIONS(1875), [anon_sym_u_DQUOTE] = ACTIONS(1875), [anon_sym_U_DQUOTE] = ACTIONS(1875), [anon_sym_u8_DQUOTE] = ACTIONS(1875), [anon_sym_DQUOTE] = ACTIONS(1875), [sym_true] = ACTIONS(1877), [sym_false] = ACTIONS(1877), [anon_sym_NULL] = ACTIONS(1879), [anon_sym_nullptr] = ACTIONS(1879), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(1883), [anon_sym_R_DQUOTE] = ACTIONS(1885), [anon_sym_LR_DQUOTE] = ACTIONS(1885), [anon_sym_uR_DQUOTE] = ACTIONS(1885), [anon_sym_UR_DQUOTE] = ACTIONS(1885), [anon_sym_u8R_DQUOTE] = ACTIONS(1885), [anon_sym_co_await] = ACTIONS(1887), [anon_sym_new] = ACTIONS(1889), [anon_sym_requires] = ACTIONS(1891), [sym_this] = ACTIONS(1877), }, [1589] = { [sym__expression] = STATE(4210), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7603), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_initializer_list] = STATE(7603), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(4020), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(1899), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1590] = { [sym__expression] = STATE(3244), [sym__expression_not_binary] = STATE(3564), [sym_conditional_expression] = STATE(3564), [sym_assignment_expression] = STATE(3564), [sym_pointer_expression] = STATE(3290), [sym_unary_expression] = STATE(3564), [sym_binary_expression] = STATE(3564), [sym_update_expression] = STATE(3564), [sym_cast_expression] = STATE(3564), [sym_sizeof_expression] = STATE(3564), [sym_offsetof_expression] = STATE(3564), [sym_generic_expression] = STATE(3564), [sym_subscript_expression] = STATE(3290), [sym_call_expression] = STATE(3290), [sym_gnu_asm_expression] = STATE(3564), [sym_field_expression] = STATE(3290), [sym_compound_literal_expression] = STATE(3564), [sym_parenthesized_expression] = STATE(3290), [sym_char_literal] = STATE(3429), [sym_concatenated_string] = STATE(3429), [sym_string_literal] = STATE(2306), [sym_null] = STATE(3564), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6687), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3564), [sym_raw_string_literal] = STATE(2306), [sym_co_await_expression] = STATE(3564), [sym_new_expression] = STATE(3564), [sym_delete_expression] = STATE(3564), [sym_requires_clause] = STATE(3564), [sym_requires_expression] = STATE(3564), [sym_lambda_expression] = STATE(3564), [sym_lambda_capture_specifier] = STATE(5176), [sym__unary_left_fold] = STATE(7622), [sym__unary_right_fold] = STATE(7621), [sym__binary_fold] = STATE(7620), [sym_fold_expression] = STATE(3564), [sym_parameter_pack_expansion] = STATE(3564), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5270), [sym_qualified_identifier] = STATE(3290), [sym_qualified_type_identifier] = STATE(6687), [sym_user_defined_literal] = STATE(3564), [sym_identifier] = ACTIONS(2095), [anon_sym_DOT_DOT_DOT] = ACTIONS(1837), [anon_sym_LPAREN2] = ACTIONS(1841), [anon_sym_BANG] = ACTIONS(1843), [anon_sym_TILDE] = ACTIONS(1843), [anon_sym_DASH] = ACTIONS(1845), [anon_sym_PLUS] = ACTIONS(1845), [anon_sym_STAR] = ACTIONS(1847), [anon_sym_AMP] = ACTIONS(1847), [anon_sym_COLON_COLON] = ACTIONS(1849), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1999), [anon_sym_not] = ACTIONS(1845), [anon_sym_compl] = ACTIONS(1845), [anon_sym_DASH_DASH] = ACTIONS(1861), [anon_sym_PLUS_PLUS] = ACTIONS(1861), [anon_sym_sizeof] = ACTIONS(1863), [anon_sym_offsetof] = ACTIONS(1865), [anon_sym__Generic] = ACTIONS(1867), [anon_sym_asm] = ACTIONS(1869), [anon_sym___asm__] = ACTIONS(1869), [sym_number_literal] = ACTIONS(1871), [anon_sym_L_SQUOTE] = ACTIONS(1873), [anon_sym_u_SQUOTE] = ACTIONS(1873), [anon_sym_U_SQUOTE] = ACTIONS(1873), [anon_sym_u8_SQUOTE] = ACTIONS(1873), [anon_sym_SQUOTE] = ACTIONS(1873), [anon_sym_L_DQUOTE] = ACTIONS(1875), [anon_sym_u_DQUOTE] = ACTIONS(1875), [anon_sym_U_DQUOTE] = ACTIONS(1875), [anon_sym_u8_DQUOTE] = ACTIONS(1875), [anon_sym_DQUOTE] = ACTIONS(1875), [sym_true] = ACTIONS(1877), [sym_false] = ACTIONS(1877), [anon_sym_NULL] = ACTIONS(1879), [anon_sym_nullptr] = ACTIONS(1879), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(1883), [anon_sym_R_DQUOTE] = ACTIONS(1885), [anon_sym_LR_DQUOTE] = ACTIONS(1885), [anon_sym_uR_DQUOTE] = ACTIONS(1885), [anon_sym_UR_DQUOTE] = ACTIONS(1885), [anon_sym_u8R_DQUOTE] = ACTIONS(1885), [anon_sym_co_await] = ACTIONS(1887), [anon_sym_new] = ACTIONS(1889), [anon_sym_requires] = ACTIONS(1891), [sym_this] = ACTIONS(1877), }, [1591] = { [sym__expression] = STATE(3329), [sym__expression_not_binary] = STATE(3564), [sym_conditional_expression] = STATE(3564), [sym_assignment_expression] = STATE(3564), [sym_pointer_expression] = STATE(3290), [sym_unary_expression] = STATE(3564), [sym_binary_expression] = STATE(3564), [sym_update_expression] = STATE(3564), [sym_cast_expression] = STATE(3564), [sym_sizeof_expression] = STATE(3564), [sym_offsetof_expression] = STATE(3564), [sym_generic_expression] = STATE(3564), [sym_subscript_expression] = STATE(3290), [sym_call_expression] = STATE(3290), [sym_gnu_asm_expression] = STATE(3564), [sym_field_expression] = STATE(3290), [sym_compound_literal_expression] = STATE(3564), [sym_parenthesized_expression] = STATE(3290), [sym_char_literal] = STATE(3429), [sym_concatenated_string] = STATE(3429), [sym_string_literal] = STATE(2306), [sym_null] = STATE(3564), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6687), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3564), [sym_raw_string_literal] = STATE(2306), [sym_co_await_expression] = STATE(3564), [sym_new_expression] = STATE(3564), [sym_delete_expression] = STATE(3564), [sym_requires_clause] = STATE(3564), [sym_requires_expression] = STATE(3564), [sym_lambda_expression] = STATE(3564), [sym_lambda_capture_specifier] = STATE(5176), [sym__unary_left_fold] = STATE(7299), [sym__unary_right_fold] = STATE(7296), [sym__binary_fold] = STATE(7295), [sym_fold_expression] = STATE(3564), [sym_parameter_pack_expansion] = STATE(3564), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5270), [sym_qualified_identifier] = STATE(3290), [sym_qualified_type_identifier] = STATE(6687), [sym_user_defined_literal] = STATE(3564), [sym_identifier] = ACTIONS(2095), [anon_sym_DOT_DOT_DOT] = ACTIONS(1837), [anon_sym_LPAREN2] = ACTIONS(1841), [anon_sym_BANG] = ACTIONS(1843), [anon_sym_TILDE] = ACTIONS(1843), [anon_sym_DASH] = ACTIONS(1845), [anon_sym_PLUS] = ACTIONS(1845), [anon_sym_STAR] = ACTIONS(1847), [anon_sym_AMP] = ACTIONS(1847), [anon_sym_COLON_COLON] = ACTIONS(1849), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1999), [anon_sym_not] = ACTIONS(1845), [anon_sym_compl] = ACTIONS(1845), [anon_sym_DASH_DASH] = ACTIONS(1861), [anon_sym_PLUS_PLUS] = ACTIONS(1861), [anon_sym_sizeof] = ACTIONS(1863), [anon_sym_offsetof] = ACTIONS(1865), [anon_sym__Generic] = ACTIONS(1867), [anon_sym_asm] = ACTIONS(1869), [anon_sym___asm__] = ACTIONS(1869), [sym_number_literal] = ACTIONS(1871), [anon_sym_L_SQUOTE] = ACTIONS(1873), [anon_sym_u_SQUOTE] = ACTIONS(1873), [anon_sym_U_SQUOTE] = ACTIONS(1873), [anon_sym_u8_SQUOTE] = ACTIONS(1873), [anon_sym_SQUOTE] = ACTIONS(1873), [anon_sym_L_DQUOTE] = ACTIONS(1875), [anon_sym_u_DQUOTE] = ACTIONS(1875), [anon_sym_U_DQUOTE] = ACTIONS(1875), [anon_sym_u8_DQUOTE] = ACTIONS(1875), [anon_sym_DQUOTE] = ACTIONS(1875), [sym_true] = ACTIONS(1877), [sym_false] = ACTIONS(1877), [anon_sym_NULL] = ACTIONS(1879), [anon_sym_nullptr] = ACTIONS(1879), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(1883), [anon_sym_R_DQUOTE] = ACTIONS(1885), [anon_sym_LR_DQUOTE] = ACTIONS(1885), [anon_sym_uR_DQUOTE] = ACTIONS(1885), [anon_sym_UR_DQUOTE] = ACTIONS(1885), [anon_sym_u8R_DQUOTE] = ACTIONS(1885), [anon_sym_co_await] = ACTIONS(1887), [anon_sym_new] = ACTIONS(1889), [anon_sym_requires] = ACTIONS(1891), [sym_this] = ACTIONS(1877), }, [1592] = { [sym__expression] = STATE(4239), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7198), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_initializer_list] = STATE(7198), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(4022), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(1899), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1593] = { [sym__expression] = STATE(3227), [sym__expression_not_binary] = STATE(3564), [sym_conditional_expression] = STATE(3564), [sym_assignment_expression] = STATE(3564), [sym_pointer_expression] = STATE(3290), [sym_unary_expression] = STATE(3564), [sym_binary_expression] = STATE(3564), [sym_update_expression] = STATE(3564), [sym_cast_expression] = STATE(3564), [sym_sizeof_expression] = STATE(3564), [sym_offsetof_expression] = STATE(3564), [sym_generic_expression] = STATE(3564), [sym_subscript_expression] = STATE(3290), [sym_call_expression] = STATE(3290), [sym_gnu_asm_expression] = STATE(3564), [sym_field_expression] = STATE(3290), [sym_compound_literal_expression] = STATE(3564), [sym_parenthesized_expression] = STATE(3290), [sym_char_literal] = STATE(3429), [sym_concatenated_string] = STATE(3429), [sym_string_literal] = STATE(2306), [sym_null] = STATE(3564), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6687), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3564), [sym_raw_string_literal] = STATE(2306), [sym_co_await_expression] = STATE(3564), [sym_new_expression] = STATE(3564), [sym_delete_expression] = STATE(3564), [sym_requires_clause] = STATE(3564), [sym_requires_expression] = STATE(3564), [sym_lambda_expression] = STATE(3564), [sym_lambda_capture_specifier] = STATE(5176), [sym__unary_left_fold] = STATE(7107), [sym__unary_right_fold] = STATE(7105), [sym__binary_fold] = STATE(7103), [sym_fold_expression] = STATE(3564), [sym_parameter_pack_expansion] = STATE(3564), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5270), [sym_qualified_identifier] = STATE(3290), [sym_qualified_type_identifier] = STATE(6687), [sym_user_defined_literal] = STATE(3564), [sym_identifier] = ACTIONS(2095), [anon_sym_DOT_DOT_DOT] = ACTIONS(1837), [anon_sym_LPAREN2] = ACTIONS(1841), [anon_sym_BANG] = ACTIONS(1843), [anon_sym_TILDE] = ACTIONS(1843), [anon_sym_DASH] = ACTIONS(1845), [anon_sym_PLUS] = ACTIONS(1845), [anon_sym_STAR] = ACTIONS(1847), [anon_sym_AMP] = ACTIONS(1847), [anon_sym_COLON_COLON] = ACTIONS(1849), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1999), [anon_sym_not] = ACTIONS(1845), [anon_sym_compl] = ACTIONS(1845), [anon_sym_DASH_DASH] = ACTIONS(1861), [anon_sym_PLUS_PLUS] = ACTIONS(1861), [anon_sym_sizeof] = ACTIONS(1863), [anon_sym_offsetof] = ACTIONS(1865), [anon_sym__Generic] = ACTIONS(1867), [anon_sym_asm] = ACTIONS(1869), [anon_sym___asm__] = ACTIONS(1869), [sym_number_literal] = ACTIONS(1871), [anon_sym_L_SQUOTE] = ACTIONS(1873), [anon_sym_u_SQUOTE] = ACTIONS(1873), [anon_sym_U_SQUOTE] = ACTIONS(1873), [anon_sym_u8_SQUOTE] = ACTIONS(1873), [anon_sym_SQUOTE] = ACTIONS(1873), [anon_sym_L_DQUOTE] = ACTIONS(1875), [anon_sym_u_DQUOTE] = ACTIONS(1875), [anon_sym_U_DQUOTE] = ACTIONS(1875), [anon_sym_u8_DQUOTE] = ACTIONS(1875), [anon_sym_DQUOTE] = ACTIONS(1875), [sym_true] = ACTIONS(1877), [sym_false] = ACTIONS(1877), [anon_sym_NULL] = ACTIONS(1879), [anon_sym_nullptr] = ACTIONS(1879), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(1883), [anon_sym_R_DQUOTE] = ACTIONS(1885), [anon_sym_LR_DQUOTE] = ACTIONS(1885), [anon_sym_uR_DQUOTE] = ACTIONS(1885), [anon_sym_UR_DQUOTE] = ACTIONS(1885), [anon_sym_u8R_DQUOTE] = ACTIONS(1885), [anon_sym_co_await] = ACTIONS(1887), [anon_sym_new] = ACTIONS(1889), [anon_sym_requires] = ACTIONS(1891), [sym_this] = ACTIONS(1877), }, [1594] = { [sym__expression] = STATE(4207), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7613), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_initializer_list] = STATE(7613), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(4024), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(1899), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1595] = { [sym__expression] = STATE(3356), [sym__expression_not_binary] = STATE(3564), [sym_conditional_expression] = STATE(3564), [sym_assignment_expression] = STATE(3564), [sym_pointer_expression] = STATE(3290), [sym_unary_expression] = STATE(3564), [sym_binary_expression] = STATE(3564), [sym_update_expression] = STATE(3564), [sym_cast_expression] = STATE(3564), [sym_sizeof_expression] = STATE(3564), [sym_offsetof_expression] = STATE(3564), [sym_generic_expression] = STATE(3564), [sym_subscript_expression] = STATE(3290), [sym_call_expression] = STATE(3290), [sym_gnu_asm_expression] = STATE(3564), [sym_field_expression] = STATE(3290), [sym_compound_literal_expression] = STATE(3564), [sym_parenthesized_expression] = STATE(3290), [sym_char_literal] = STATE(3429), [sym_concatenated_string] = STATE(3429), [sym_string_literal] = STATE(2306), [sym_null] = STATE(3564), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6687), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3564), [sym_raw_string_literal] = STATE(2306), [sym_co_await_expression] = STATE(3564), [sym_new_expression] = STATE(3564), [sym_delete_expression] = STATE(3564), [sym_requires_clause] = STATE(3564), [sym_requires_expression] = STATE(3564), [sym_lambda_expression] = STATE(3564), [sym_lambda_capture_specifier] = STATE(5176), [sym__unary_left_fold] = STATE(7452), [sym__unary_right_fold] = STATE(7451), [sym__binary_fold] = STATE(7449), [sym_fold_expression] = STATE(3564), [sym_parameter_pack_expansion] = STATE(3564), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5270), [sym_qualified_identifier] = STATE(3290), [sym_qualified_type_identifier] = STATE(6687), [sym_user_defined_literal] = STATE(3564), [sym_identifier] = ACTIONS(2095), [anon_sym_DOT_DOT_DOT] = ACTIONS(1837), [anon_sym_LPAREN2] = ACTIONS(1841), [anon_sym_BANG] = ACTIONS(1843), [anon_sym_TILDE] = ACTIONS(1843), [anon_sym_DASH] = ACTIONS(1845), [anon_sym_PLUS] = ACTIONS(1845), [anon_sym_STAR] = ACTIONS(1847), [anon_sym_AMP] = ACTIONS(1847), [anon_sym_COLON_COLON] = ACTIONS(1849), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1999), [anon_sym_not] = ACTIONS(1845), [anon_sym_compl] = ACTIONS(1845), [anon_sym_DASH_DASH] = ACTIONS(1861), [anon_sym_PLUS_PLUS] = ACTIONS(1861), [anon_sym_sizeof] = ACTIONS(1863), [anon_sym_offsetof] = ACTIONS(1865), [anon_sym__Generic] = ACTIONS(1867), [anon_sym_asm] = ACTIONS(1869), [anon_sym___asm__] = ACTIONS(1869), [sym_number_literal] = ACTIONS(1871), [anon_sym_L_SQUOTE] = ACTIONS(1873), [anon_sym_u_SQUOTE] = ACTIONS(1873), [anon_sym_U_SQUOTE] = ACTIONS(1873), [anon_sym_u8_SQUOTE] = ACTIONS(1873), [anon_sym_SQUOTE] = ACTIONS(1873), [anon_sym_L_DQUOTE] = ACTIONS(1875), [anon_sym_u_DQUOTE] = ACTIONS(1875), [anon_sym_U_DQUOTE] = ACTIONS(1875), [anon_sym_u8_DQUOTE] = ACTIONS(1875), [anon_sym_DQUOTE] = ACTIONS(1875), [sym_true] = ACTIONS(1877), [sym_false] = ACTIONS(1877), [anon_sym_NULL] = ACTIONS(1879), [anon_sym_nullptr] = ACTIONS(1879), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(1883), [anon_sym_R_DQUOTE] = ACTIONS(1885), [anon_sym_LR_DQUOTE] = ACTIONS(1885), [anon_sym_uR_DQUOTE] = ACTIONS(1885), [anon_sym_UR_DQUOTE] = ACTIONS(1885), [anon_sym_u8R_DQUOTE] = ACTIONS(1885), [anon_sym_co_await] = ACTIONS(1887), [anon_sym_new] = ACTIONS(1889), [anon_sym_requires] = ACTIONS(1891), [sym_this] = ACTIONS(1877), }, [1596] = { [sym__expression] = STATE(4215), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7062), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_initializer_list] = STATE(7062), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(4026), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(1899), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1597] = { [sym__expression] = STATE(4238), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7134), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_initializer_list] = STATE(7134), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(4028), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(1899), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1598] = { [sym__expression] = STATE(3306), [sym__expression_not_binary] = STATE(3564), [sym_conditional_expression] = STATE(3564), [sym_assignment_expression] = STATE(3564), [sym_pointer_expression] = STATE(3290), [sym_unary_expression] = STATE(3564), [sym_binary_expression] = STATE(3564), [sym_update_expression] = STATE(3564), [sym_cast_expression] = STATE(3564), [sym_sizeof_expression] = STATE(3564), [sym_offsetof_expression] = STATE(3564), [sym_generic_expression] = STATE(3564), [sym_subscript_expression] = STATE(3290), [sym_call_expression] = STATE(3290), [sym_gnu_asm_expression] = STATE(3564), [sym_field_expression] = STATE(3290), [sym_compound_literal_expression] = STATE(3564), [sym_parenthesized_expression] = STATE(3290), [sym_char_literal] = STATE(3429), [sym_concatenated_string] = STATE(3429), [sym_string_literal] = STATE(2306), [sym_null] = STATE(3564), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6687), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3564), [sym_raw_string_literal] = STATE(2306), [sym_co_await_expression] = STATE(3564), [sym_new_expression] = STATE(3564), [sym_delete_expression] = STATE(3564), [sym_requires_clause] = STATE(3564), [sym_requires_expression] = STATE(3564), [sym_lambda_expression] = STATE(3564), [sym_lambda_capture_specifier] = STATE(5176), [sym__unary_left_fold] = STATE(7344), [sym__unary_right_fold] = STATE(7343), [sym__binary_fold] = STATE(7342), [sym_fold_expression] = STATE(3564), [sym_parameter_pack_expansion] = STATE(3564), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5270), [sym_qualified_identifier] = STATE(3290), [sym_qualified_type_identifier] = STATE(6687), [sym_user_defined_literal] = STATE(3564), [sym_identifier] = ACTIONS(2095), [anon_sym_DOT_DOT_DOT] = ACTIONS(1837), [anon_sym_LPAREN2] = ACTIONS(1841), [anon_sym_BANG] = ACTIONS(1843), [anon_sym_TILDE] = ACTIONS(1843), [anon_sym_DASH] = ACTIONS(1845), [anon_sym_PLUS] = ACTIONS(1845), [anon_sym_STAR] = ACTIONS(1847), [anon_sym_AMP] = ACTIONS(1847), [anon_sym_COLON_COLON] = ACTIONS(1849), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1999), [anon_sym_not] = ACTIONS(1845), [anon_sym_compl] = ACTIONS(1845), [anon_sym_DASH_DASH] = ACTIONS(1861), [anon_sym_PLUS_PLUS] = ACTIONS(1861), [anon_sym_sizeof] = ACTIONS(1863), [anon_sym_offsetof] = ACTIONS(1865), [anon_sym__Generic] = ACTIONS(1867), [anon_sym_asm] = ACTIONS(1869), [anon_sym___asm__] = ACTIONS(1869), [sym_number_literal] = ACTIONS(1871), [anon_sym_L_SQUOTE] = ACTIONS(1873), [anon_sym_u_SQUOTE] = ACTIONS(1873), [anon_sym_U_SQUOTE] = ACTIONS(1873), [anon_sym_u8_SQUOTE] = ACTIONS(1873), [anon_sym_SQUOTE] = ACTIONS(1873), [anon_sym_L_DQUOTE] = ACTIONS(1875), [anon_sym_u_DQUOTE] = ACTIONS(1875), [anon_sym_U_DQUOTE] = ACTIONS(1875), [anon_sym_u8_DQUOTE] = ACTIONS(1875), [anon_sym_DQUOTE] = ACTIONS(1875), [sym_true] = ACTIONS(1877), [sym_false] = ACTIONS(1877), [anon_sym_NULL] = ACTIONS(1879), [anon_sym_nullptr] = ACTIONS(1879), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(1883), [anon_sym_R_DQUOTE] = ACTIONS(1885), [anon_sym_LR_DQUOTE] = ACTIONS(1885), [anon_sym_uR_DQUOTE] = ACTIONS(1885), [anon_sym_UR_DQUOTE] = ACTIONS(1885), [anon_sym_u8R_DQUOTE] = ACTIONS(1885), [anon_sym_co_await] = ACTIONS(1887), [anon_sym_new] = ACTIONS(1889), [anon_sym_requires] = ACTIONS(1891), [sym_this] = ACTIONS(1877), }, [1599] = { [sym__expression] = STATE(3309), [sym__expression_not_binary] = STATE(3564), [sym_conditional_expression] = STATE(3564), [sym_assignment_expression] = STATE(3564), [sym_pointer_expression] = STATE(3290), [sym_unary_expression] = STATE(3564), [sym_binary_expression] = STATE(3564), [sym_update_expression] = STATE(3564), [sym_cast_expression] = STATE(3564), [sym_sizeof_expression] = STATE(3564), [sym_offsetof_expression] = STATE(3564), [sym_generic_expression] = STATE(3564), [sym_subscript_expression] = STATE(3290), [sym_call_expression] = STATE(3290), [sym_gnu_asm_expression] = STATE(3564), [sym_field_expression] = STATE(3290), [sym_compound_literal_expression] = STATE(3564), [sym_parenthesized_expression] = STATE(3290), [sym_char_literal] = STATE(3429), [sym_concatenated_string] = STATE(3429), [sym_string_literal] = STATE(2306), [sym_null] = STATE(3564), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6687), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3564), [sym_raw_string_literal] = STATE(2306), [sym_co_await_expression] = STATE(3564), [sym_new_expression] = STATE(3564), [sym_delete_expression] = STATE(3564), [sym_requires_clause] = STATE(3564), [sym_requires_expression] = STATE(3564), [sym_lambda_expression] = STATE(3564), [sym_lambda_capture_specifier] = STATE(5176), [sym__unary_left_fold] = STATE(7179), [sym__unary_right_fold] = STATE(7180), [sym__binary_fold] = STATE(7184), [sym_fold_expression] = STATE(3564), [sym_parameter_pack_expansion] = STATE(3564), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5270), [sym_qualified_identifier] = STATE(3290), [sym_qualified_type_identifier] = STATE(6687), [sym_user_defined_literal] = STATE(3564), [sym_identifier] = ACTIONS(2095), [anon_sym_DOT_DOT_DOT] = ACTIONS(1837), [anon_sym_LPAREN2] = ACTIONS(1841), [anon_sym_BANG] = ACTIONS(1843), [anon_sym_TILDE] = ACTIONS(1843), [anon_sym_DASH] = ACTIONS(1845), [anon_sym_PLUS] = ACTIONS(1845), [anon_sym_STAR] = ACTIONS(1847), [anon_sym_AMP] = ACTIONS(1847), [anon_sym_COLON_COLON] = ACTIONS(1849), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1999), [anon_sym_not] = ACTIONS(1845), [anon_sym_compl] = ACTIONS(1845), [anon_sym_DASH_DASH] = ACTIONS(1861), [anon_sym_PLUS_PLUS] = ACTIONS(1861), [anon_sym_sizeof] = ACTIONS(1863), [anon_sym_offsetof] = ACTIONS(1865), [anon_sym__Generic] = ACTIONS(1867), [anon_sym_asm] = ACTIONS(1869), [anon_sym___asm__] = ACTIONS(1869), [sym_number_literal] = ACTIONS(1871), [anon_sym_L_SQUOTE] = ACTIONS(1873), [anon_sym_u_SQUOTE] = ACTIONS(1873), [anon_sym_U_SQUOTE] = ACTIONS(1873), [anon_sym_u8_SQUOTE] = ACTIONS(1873), [anon_sym_SQUOTE] = ACTIONS(1873), [anon_sym_L_DQUOTE] = ACTIONS(1875), [anon_sym_u_DQUOTE] = ACTIONS(1875), [anon_sym_U_DQUOTE] = ACTIONS(1875), [anon_sym_u8_DQUOTE] = ACTIONS(1875), [anon_sym_DQUOTE] = ACTIONS(1875), [sym_true] = ACTIONS(1877), [sym_false] = ACTIONS(1877), [anon_sym_NULL] = ACTIONS(1879), [anon_sym_nullptr] = ACTIONS(1879), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(1883), [anon_sym_R_DQUOTE] = ACTIONS(1885), [anon_sym_LR_DQUOTE] = ACTIONS(1885), [anon_sym_uR_DQUOTE] = ACTIONS(1885), [anon_sym_UR_DQUOTE] = ACTIONS(1885), [anon_sym_u8R_DQUOTE] = ACTIONS(1885), [anon_sym_co_await] = ACTIONS(1887), [anon_sym_new] = ACTIONS(1889), [anon_sym_requires] = ACTIONS(1891), [sym_this] = ACTIONS(1877), }, [1600] = { [sym__expression] = STATE(4069), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3525), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3525), [sym_call_expression] = STATE(3525), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3525), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3525), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_lambda_default_capture] = STATE(6942), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3525), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3607), [anon_sym_LPAREN2] = ACTIONS(3609), [anon_sym_BANG] = ACTIONS(3613), [anon_sym_TILDE] = ACTIONS(3613), [anon_sym_DASH] = ACTIONS(3611), [anon_sym_PLUS] = ACTIONS(3611), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(4030), [anon_sym_COLON_COLON] = ACTIONS(3615), [anon_sym_LBRACK] = ACTIONS(1949), [anon_sym_RBRACK] = ACTIONS(4032), [anon_sym_EQ] = ACTIONS(4034), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(3611), [anon_sym_compl] = ACTIONS(3611), [anon_sym_DASH_DASH] = ACTIONS(3617), [anon_sym_PLUS_PLUS] = ACTIONS(3617), [anon_sym_sizeof] = ACTIONS(3619), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(3621), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(3623), [anon_sym_new] = ACTIONS(3625), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1601] = { [sym__expression] = STATE(4069), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3525), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3525), [sym_call_expression] = STATE(3525), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3525), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3525), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_lambda_default_capture] = STATE(6942), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3525), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3607), [anon_sym_LPAREN2] = ACTIONS(3609), [anon_sym_BANG] = ACTIONS(3613), [anon_sym_TILDE] = ACTIONS(3613), [anon_sym_DASH] = ACTIONS(3611), [anon_sym_PLUS] = ACTIONS(3611), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(4030), [anon_sym_COLON_COLON] = ACTIONS(3615), [anon_sym_LBRACK] = ACTIONS(1949), [anon_sym_RBRACK] = ACTIONS(4036), [anon_sym_EQ] = ACTIONS(4034), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(3611), [anon_sym_compl] = ACTIONS(3611), [anon_sym_DASH_DASH] = ACTIONS(3617), [anon_sym_PLUS_PLUS] = ACTIONS(3617), [anon_sym_sizeof] = ACTIONS(3619), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(3621), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(3623), [anon_sym_new] = ACTIONS(3625), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1602] = { [sym__expression] = STATE(3373), [sym__expression_not_binary] = STATE(3419), [sym_conditional_expression] = STATE(3419), [sym_assignment_expression] = STATE(3419), [sym_pointer_expression] = STATE(3419), [sym_unary_expression] = STATE(3419), [sym_binary_expression] = STATE(3419), [sym_update_expression] = STATE(3419), [sym_cast_expression] = STATE(3419), [sym_sizeof_expression] = STATE(3419), [sym_offsetof_expression] = STATE(3419), [sym_generic_expression] = STATE(3419), [sym_subscript_expression] = STATE(3419), [sym_call_expression] = STATE(3419), [sym_gnu_asm_expression] = STATE(3419), [sym_field_expression] = STATE(3419), [sym_compound_literal_expression] = STATE(3419), [sym_parenthesized_expression] = STATE(3419), [sym_char_literal] = STATE(3398), [sym_concatenated_string] = STATE(3398), [sym_string_literal] = STATE(2277), [sym_null] = STATE(3419), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6607), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3419), [sym_raw_string_literal] = STATE(2277), [sym_co_await_expression] = STATE(3419), [sym_new_expression] = STATE(3419), [sym_delete_expression] = STATE(3419), [sym_requires_clause] = STATE(3419), [sym_requires_expression] = STATE(3419), [sym_lambda_expression] = STATE(3419), [sym_lambda_capture_specifier] = STATE(5189), [sym_fold_expression] = STATE(3419), [sym_parameter_pack_expansion] = STATE(3419), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5301), [sym_qualified_identifier] = STATE(3419), [sym_qualified_type_identifier] = STATE(6607), [sym_user_defined_literal] = STATE(3419), [sym_identifier] = ACTIONS(2031), [anon_sym_LPAREN2] = ACTIONS(4038), [anon_sym_BANG] = ACTIONS(2037), [anon_sym_TILDE] = ACTIONS(2037), [anon_sym_DASH] = ACTIONS(2035), [anon_sym_PLUS] = ACTIONS(2035), [anon_sym_STAR] = ACTIONS(4038), [anon_sym_AMP_AMP] = ACTIONS(4038), [anon_sym_AMP] = ACTIONS(4040), [anon_sym_LT] = ACTIONS(4038), [anon_sym_COLON_COLON] = ACTIONS(2041), [anon_sym_LBRACE] = ACTIONS(4038), [anon_sym_LBRACK] = ACTIONS(4038), [sym_primitive_type] = ACTIONS(2045), [anon_sym_not] = ACTIONS(2035), [anon_sym_compl] = ACTIONS(2035), [anon_sym_DASH_DASH] = ACTIONS(2047), [anon_sym_PLUS_PLUS] = ACTIONS(2047), [anon_sym_sizeof] = ACTIONS(2049), [anon_sym_offsetof] = ACTIONS(2051), [anon_sym__Generic] = ACTIONS(2053), [anon_sym_asm] = ACTIONS(2055), [anon_sym___asm__] = ACTIONS(2055), [sym_number_literal] = ACTIONS(2057), [anon_sym_L_SQUOTE] = ACTIONS(2059), [anon_sym_u_SQUOTE] = ACTIONS(2059), [anon_sym_U_SQUOTE] = ACTIONS(2059), [anon_sym_u8_SQUOTE] = ACTIONS(2059), [anon_sym_SQUOTE] = ACTIONS(2059), [anon_sym_L_DQUOTE] = ACTIONS(2061), [anon_sym_u_DQUOTE] = ACTIONS(2061), [anon_sym_U_DQUOTE] = ACTIONS(2061), [anon_sym_u8_DQUOTE] = ACTIONS(2061), [anon_sym_DQUOTE] = ACTIONS(2061), [sym_true] = ACTIONS(2063), [sym_false] = ACTIONS(2063), [anon_sym_NULL] = ACTIONS(2065), [anon_sym_nullptr] = ACTIONS(2065), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(2067), [anon_sym_R_DQUOTE] = ACTIONS(2069), [anon_sym_LR_DQUOTE] = ACTIONS(2069), [anon_sym_uR_DQUOTE] = ACTIONS(2069), [anon_sym_UR_DQUOTE] = ACTIONS(2069), [anon_sym_u8R_DQUOTE] = ACTIONS(2069), [anon_sym_co_await] = ACTIONS(2071), [anon_sym_new] = ACTIONS(2073), [anon_sym_requires] = ACTIONS(2075), [sym_this] = ACTIONS(2063), }, [1603] = { [sym__expression] = STATE(4069), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3525), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3525), [sym_call_expression] = STATE(3525), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3525), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3525), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_lambda_default_capture] = STATE(6942), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3525), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3607), [anon_sym_LPAREN2] = ACTIONS(3609), [anon_sym_BANG] = ACTIONS(3613), [anon_sym_TILDE] = ACTIONS(3613), [anon_sym_DASH] = ACTIONS(3611), [anon_sym_PLUS] = ACTIONS(3611), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(4030), [anon_sym_COLON_COLON] = ACTIONS(3615), [anon_sym_LBRACK] = ACTIONS(1949), [anon_sym_RBRACK] = ACTIONS(4042), [anon_sym_EQ] = ACTIONS(4034), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(3611), [anon_sym_compl] = ACTIONS(3611), [anon_sym_DASH_DASH] = ACTIONS(3617), [anon_sym_PLUS_PLUS] = ACTIONS(3617), [anon_sym_sizeof] = ACTIONS(3619), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(3621), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(3623), [anon_sym_new] = ACTIONS(3625), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1604] = { [sym__expression] = STATE(4116), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3525), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3525), [sym_call_expression] = STATE(3525), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3525), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3525), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_lambda_default_capture] = STATE(6942), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3525), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3607), [anon_sym_LPAREN2] = ACTIONS(3609), [anon_sym_BANG] = ACTIONS(3613), [anon_sym_TILDE] = ACTIONS(3613), [anon_sym_DASH] = ACTIONS(3611), [anon_sym_PLUS] = ACTIONS(3611), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(4030), [anon_sym_COLON_COLON] = ACTIONS(3615), [anon_sym_LBRACK] = ACTIONS(1949), [anon_sym_RBRACK] = ACTIONS(4044), [anon_sym_EQ] = ACTIONS(4034), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(3611), [anon_sym_compl] = ACTIONS(3611), [anon_sym_DASH_DASH] = ACTIONS(3617), [anon_sym_PLUS_PLUS] = ACTIONS(3617), [anon_sym_sizeof] = ACTIONS(3619), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(3621), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(3623), [anon_sym_new] = ACTIONS(3625), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1605] = { [sym__expression] = STATE(4459), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_initializer_list] = STATE(7679), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(1899), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_default] = ACTIONS(4046), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(4048), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1606] = { [sym__expression] = STATE(3495), [sym__expression_not_binary] = STATE(3564), [sym_conditional_expression] = STATE(3564), [sym_assignment_expression] = STATE(3564), [sym_pointer_expression] = STATE(3290), [sym_unary_expression] = STATE(3564), [sym_binary_expression] = STATE(3564), [sym_update_expression] = STATE(3564), [sym_cast_expression] = STATE(3564), [sym_sizeof_expression] = STATE(3564), [sym_offsetof_expression] = STATE(3564), [sym_generic_expression] = STATE(3564), [sym_subscript_expression] = STATE(3290), [sym_call_expression] = STATE(3290), [sym_gnu_asm_expression] = STATE(3564), [sym_field_expression] = STATE(3290), [sym_compound_literal_expression] = STATE(3564), [sym_parenthesized_expression] = STATE(3290), [sym_char_literal] = STATE(3429), [sym_concatenated_string] = STATE(3429), [sym_string_literal] = STATE(2306), [sym_null] = STATE(3564), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6687), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3564), [sym_raw_string_literal] = STATE(2306), [sym_co_await_expression] = STATE(3564), [sym_new_expression] = STATE(3564), [sym_delete_expression] = STATE(3564), [sym_requires_clause] = STATE(3564), [sym_requires_expression] = STATE(3564), [sym_lambda_expression] = STATE(3564), [sym_lambda_capture_specifier] = STATE(5176), [sym_fold_expression] = STATE(3564), [sym_parameter_pack_expansion] = STATE(3564), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5270), [sym_qualified_identifier] = STATE(3290), [sym_qualified_type_identifier] = STATE(6687), [sym_user_defined_literal] = STATE(3564), [sym_identifier] = ACTIONS(2095), [anon_sym_LPAREN2] = ACTIONS(4038), [anon_sym_BANG] = ACTIONS(1843), [anon_sym_TILDE] = ACTIONS(1843), [anon_sym_DASH] = ACTIONS(1845), [anon_sym_PLUS] = ACTIONS(1845), [anon_sym_STAR] = ACTIONS(4038), [anon_sym_AMP_AMP] = ACTIONS(4038), [anon_sym_AMP] = ACTIONS(4040), [anon_sym_LT] = ACTIONS(4038), [anon_sym_COLON_COLON] = ACTIONS(1849), [anon_sym_LBRACE] = ACTIONS(4038), [anon_sym_LBRACK] = ACTIONS(4038), [sym_primitive_type] = ACTIONS(1999), [anon_sym_not] = ACTIONS(1845), [anon_sym_compl] = ACTIONS(1845), [anon_sym_DASH_DASH] = ACTIONS(1861), [anon_sym_PLUS_PLUS] = ACTIONS(1861), [anon_sym_sizeof] = ACTIONS(1863), [anon_sym_offsetof] = ACTIONS(1865), [anon_sym__Generic] = ACTIONS(1867), [anon_sym_asm] = ACTIONS(1869), [anon_sym___asm__] = ACTIONS(1869), [sym_number_literal] = ACTIONS(1871), [anon_sym_L_SQUOTE] = ACTIONS(1873), [anon_sym_u_SQUOTE] = ACTIONS(1873), [anon_sym_U_SQUOTE] = ACTIONS(1873), [anon_sym_u8_SQUOTE] = ACTIONS(1873), [anon_sym_SQUOTE] = ACTIONS(1873), [anon_sym_L_DQUOTE] = ACTIONS(1875), [anon_sym_u_DQUOTE] = ACTIONS(1875), [anon_sym_U_DQUOTE] = ACTIONS(1875), [anon_sym_u8_DQUOTE] = ACTIONS(1875), [anon_sym_DQUOTE] = ACTIONS(1875), [sym_true] = ACTIONS(1877), [sym_false] = ACTIONS(1877), [anon_sym_NULL] = ACTIONS(1879), [anon_sym_nullptr] = ACTIONS(1879), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(1883), [anon_sym_R_DQUOTE] = ACTIONS(1885), [anon_sym_LR_DQUOTE] = ACTIONS(1885), [anon_sym_uR_DQUOTE] = ACTIONS(1885), [anon_sym_UR_DQUOTE] = ACTIONS(1885), [anon_sym_u8R_DQUOTE] = ACTIONS(1885), [anon_sym_co_await] = ACTIONS(1887), [anon_sym_new] = ACTIONS(1889), [anon_sym_requires] = ACTIONS(1891), [sym_this] = ACTIONS(1877), }, [1607] = { [sym__expression] = STATE(4069), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3525), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3525), [sym_call_expression] = STATE(3525), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3525), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3525), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_lambda_default_capture] = STATE(6942), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3525), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3607), [anon_sym_LPAREN2] = ACTIONS(3609), [anon_sym_BANG] = ACTIONS(3613), [anon_sym_TILDE] = ACTIONS(3613), [anon_sym_DASH] = ACTIONS(3611), [anon_sym_PLUS] = ACTIONS(3611), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(4030), [anon_sym_COLON_COLON] = ACTIONS(3615), [anon_sym_LBRACK] = ACTIONS(1949), [anon_sym_RBRACK] = ACTIONS(4050), [anon_sym_EQ] = ACTIONS(4034), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(3611), [anon_sym_compl] = ACTIONS(3611), [anon_sym_DASH_DASH] = ACTIONS(3617), [anon_sym_PLUS_PLUS] = ACTIONS(3617), [anon_sym_sizeof] = ACTIONS(3619), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(3621), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(3623), [anon_sym_new] = ACTIONS(3625), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1608] = { [sym__expression] = STATE(4069), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3525), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3525), [sym_call_expression] = STATE(3525), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3525), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3525), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_lambda_default_capture] = STATE(6942), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3525), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3607), [anon_sym_LPAREN2] = ACTIONS(3609), [anon_sym_BANG] = ACTIONS(3613), [anon_sym_TILDE] = ACTIONS(3613), [anon_sym_DASH] = ACTIONS(3611), [anon_sym_PLUS] = ACTIONS(3611), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(4030), [anon_sym_COLON_COLON] = ACTIONS(3615), [anon_sym_LBRACK] = ACTIONS(1949), [anon_sym_RBRACK] = ACTIONS(4052), [anon_sym_EQ] = ACTIONS(4034), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(3611), [anon_sym_compl] = ACTIONS(3611), [anon_sym_DASH_DASH] = ACTIONS(3617), [anon_sym_PLUS_PLUS] = ACTIONS(3617), [anon_sym_sizeof] = ACTIONS(3619), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(3621), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(3623), [anon_sym_new] = ACTIONS(3625), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1609] = { [sym__expression] = STATE(4384), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3552), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3552), [sym_call_expression] = STATE(3552), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3552), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3552), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3552), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3627), [anon_sym_LPAREN2] = ACTIONS(4038), [anon_sym_BANG] = ACTIONS(3633), [anon_sym_TILDE] = ACTIONS(3633), [anon_sym_DASH] = ACTIONS(3631), [anon_sym_PLUS] = ACTIONS(3631), [anon_sym_STAR] = ACTIONS(4038), [anon_sym_AMP_AMP] = ACTIONS(4038), [anon_sym_AMP] = ACTIONS(4040), [anon_sym_LT] = ACTIONS(4038), [anon_sym_COLON_COLON] = ACTIONS(3637), [anon_sym_LBRACE] = ACTIONS(4038), [anon_sym_LBRACK] = ACTIONS(4038), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(3631), [anon_sym_compl] = ACTIONS(3631), [anon_sym_DASH_DASH] = ACTIONS(3639), [anon_sym_PLUS_PLUS] = ACTIONS(3639), [anon_sym_sizeof] = ACTIONS(3641), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(3643), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(3645), [anon_sym_new] = ACTIONS(3625), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1610] = { [sym__expression] = STATE(4098), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_initializer_list] = STATE(6205), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_RPAREN] = ACTIONS(4054), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(1899), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1611] = { [sym__expression] = STATE(4069), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3525), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3525), [sym_call_expression] = STATE(3525), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3525), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3525), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_lambda_default_capture] = STATE(6942), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3525), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3607), [anon_sym_LPAREN2] = ACTIONS(3609), [anon_sym_BANG] = ACTIONS(3613), [anon_sym_TILDE] = ACTIONS(3613), [anon_sym_DASH] = ACTIONS(3611), [anon_sym_PLUS] = ACTIONS(3611), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(4030), [anon_sym_COLON_COLON] = ACTIONS(3615), [anon_sym_LBRACK] = ACTIONS(1949), [anon_sym_RBRACK] = ACTIONS(4044), [anon_sym_EQ] = ACTIONS(4034), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(3611), [anon_sym_compl] = ACTIONS(3611), [anon_sym_DASH_DASH] = ACTIONS(3617), [anon_sym_PLUS_PLUS] = ACTIONS(3617), [anon_sym_sizeof] = ACTIONS(3619), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(3621), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(3623), [anon_sym_new] = ACTIONS(3625), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1612] = { [sym__expression] = STATE(4069), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3525), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3525), [sym_call_expression] = STATE(3525), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3525), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3525), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_lambda_default_capture] = STATE(6942), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3525), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3607), [anon_sym_LPAREN2] = ACTIONS(3609), [anon_sym_BANG] = ACTIONS(3613), [anon_sym_TILDE] = ACTIONS(3613), [anon_sym_DASH] = ACTIONS(3611), [anon_sym_PLUS] = ACTIONS(3611), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(4030), [anon_sym_COLON_COLON] = ACTIONS(3615), [anon_sym_LBRACK] = ACTIONS(1949), [anon_sym_RBRACK] = ACTIONS(4056), [anon_sym_EQ] = ACTIONS(4034), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(3611), [anon_sym_compl] = ACTIONS(3611), [anon_sym_DASH_DASH] = ACTIONS(3617), [anon_sym_PLUS_PLUS] = ACTIONS(3617), [anon_sym_sizeof] = ACTIONS(3619), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(3621), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(3623), [anon_sym_new] = ACTIONS(3625), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1613] = { [sym__expression] = STATE(4069), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3525), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3525), [sym_call_expression] = STATE(3525), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3525), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3525), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_lambda_default_capture] = STATE(6942), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3525), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3607), [anon_sym_LPAREN2] = ACTIONS(3609), [anon_sym_BANG] = ACTIONS(3613), [anon_sym_TILDE] = ACTIONS(3613), [anon_sym_DASH] = ACTIONS(3611), [anon_sym_PLUS] = ACTIONS(3611), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(4030), [anon_sym_COLON_COLON] = ACTIONS(3615), [anon_sym_LBRACK] = ACTIONS(1949), [anon_sym_RBRACK] = ACTIONS(4058), [anon_sym_EQ] = ACTIONS(4034), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(3611), [anon_sym_compl] = ACTIONS(3611), [anon_sym_DASH_DASH] = ACTIONS(3617), [anon_sym_PLUS_PLUS] = ACTIONS(3617), [anon_sym_sizeof] = ACTIONS(3619), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(3621), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(3623), [anon_sym_new] = ACTIONS(3625), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1614] = { [sym__expression] = STATE(4168), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3525), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3525), [sym_call_expression] = STATE(3525), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3525), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3525), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3525), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3607), [anon_sym_LPAREN2] = ACTIONS(4038), [anon_sym_BANG] = ACTIONS(3613), [anon_sym_TILDE] = ACTIONS(3613), [anon_sym_DASH] = ACTIONS(3611), [anon_sym_PLUS] = ACTIONS(3611), [anon_sym_STAR] = ACTIONS(4038), [anon_sym_AMP_AMP] = ACTIONS(4038), [anon_sym_AMP] = ACTIONS(4040), [anon_sym_LT] = ACTIONS(4038), [anon_sym_COLON_COLON] = ACTIONS(3615), [anon_sym_LBRACE] = ACTIONS(4038), [anon_sym_LBRACK] = ACTIONS(4038), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(3611), [anon_sym_compl] = ACTIONS(3611), [anon_sym_DASH_DASH] = ACTIONS(3617), [anon_sym_PLUS_PLUS] = ACTIONS(3617), [anon_sym_sizeof] = ACTIONS(3619), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(3621), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(3623), [anon_sym_new] = ACTIONS(3625), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1615] = { [sym__expression] = STATE(4116), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3525), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3525), [sym_call_expression] = STATE(3525), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3525), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3525), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_lambda_default_capture] = STATE(6942), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3525), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(4060), [anon_sym_LPAREN2] = ACTIONS(3609), [anon_sym_BANG] = ACTIONS(3613), [anon_sym_TILDE] = ACTIONS(3613), [anon_sym_DASH] = ACTIONS(3611), [anon_sym_PLUS] = ACTIONS(3611), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(4030), [anon_sym_COLON_COLON] = ACTIONS(3615), [anon_sym_LBRACK] = ACTIONS(1949), [anon_sym_RBRACK] = ACTIONS(4044), [anon_sym_EQ] = ACTIONS(4034), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(3611), [anon_sym_compl] = ACTIONS(3611), [anon_sym_DASH_DASH] = ACTIONS(3617), [anon_sym_PLUS_PLUS] = ACTIONS(3617), [anon_sym_sizeof] = ACTIONS(3619), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(3621), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(3623), [anon_sym_new] = ACTIONS(3625), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1616] = { [sym__expression] = STATE(4069), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3525), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3525), [sym_call_expression] = STATE(3525), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3525), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3525), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_lambda_default_capture] = STATE(6942), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3525), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3607), [anon_sym_LPAREN2] = ACTIONS(3609), [anon_sym_BANG] = ACTIONS(3613), [anon_sym_TILDE] = ACTIONS(3613), [anon_sym_DASH] = ACTIONS(3611), [anon_sym_PLUS] = ACTIONS(3611), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(4030), [anon_sym_COLON_COLON] = ACTIONS(3615), [anon_sym_LBRACK] = ACTIONS(1949), [anon_sym_RBRACK] = ACTIONS(4062), [anon_sym_EQ] = ACTIONS(4034), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(3611), [anon_sym_compl] = ACTIONS(3611), [anon_sym_DASH_DASH] = ACTIONS(3617), [anon_sym_PLUS_PLUS] = ACTIONS(3617), [anon_sym_sizeof] = ACTIONS(3619), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(3621), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(3623), [anon_sym_new] = ACTIONS(3625), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1617] = { [sym__expression] = STATE(4069), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3525), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3525), [sym_call_expression] = STATE(3525), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3525), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3525), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_lambda_default_capture] = STATE(6942), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3525), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3607), [anon_sym_LPAREN2] = ACTIONS(3609), [anon_sym_BANG] = ACTIONS(3613), [anon_sym_TILDE] = ACTIONS(3613), [anon_sym_DASH] = ACTIONS(3611), [anon_sym_PLUS] = ACTIONS(3611), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(4030), [anon_sym_COLON_COLON] = ACTIONS(3615), [anon_sym_LBRACK] = ACTIONS(1949), [anon_sym_RBRACK] = ACTIONS(4064), [anon_sym_EQ] = ACTIONS(4034), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(3611), [anon_sym_compl] = ACTIONS(3611), [anon_sym_DASH_DASH] = ACTIONS(3617), [anon_sym_PLUS_PLUS] = ACTIONS(3617), [anon_sym_sizeof] = ACTIONS(3619), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(3621), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(3623), [anon_sym_new] = ACTIONS(3625), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1618] = { [sym__expression] = STATE(4069), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3525), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3525), [sym_call_expression] = STATE(3525), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3525), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3525), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_lambda_default_capture] = STATE(6942), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3525), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3607), [anon_sym_LPAREN2] = ACTIONS(3609), [anon_sym_BANG] = ACTIONS(3613), [anon_sym_TILDE] = ACTIONS(3613), [anon_sym_DASH] = ACTIONS(3611), [anon_sym_PLUS] = ACTIONS(3611), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(4030), [anon_sym_COLON_COLON] = ACTIONS(3615), [anon_sym_LBRACK] = ACTIONS(1949), [anon_sym_RBRACK] = ACTIONS(4066), [anon_sym_EQ] = ACTIONS(4034), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(3611), [anon_sym_compl] = ACTIONS(3611), [anon_sym_DASH_DASH] = ACTIONS(3617), [anon_sym_PLUS_PLUS] = ACTIONS(3617), [anon_sym_sizeof] = ACTIONS(3619), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(3621), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(3623), [anon_sym_new] = ACTIONS(3625), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1619] = { [sym__expression] = STATE(4339), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3552), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3552), [sym_call_expression] = STATE(3552), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3552), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3552), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3552), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3627), [anon_sym_LPAREN2] = ACTIONS(4038), [anon_sym_BANG] = ACTIONS(3633), [anon_sym_TILDE] = ACTIONS(3633), [anon_sym_DASH] = ACTIONS(3631), [anon_sym_PLUS] = ACTIONS(3631), [anon_sym_STAR] = ACTIONS(4038), [anon_sym_AMP_AMP] = ACTIONS(4038), [anon_sym_AMP] = ACTIONS(4040), [anon_sym_LT] = ACTIONS(4038), [anon_sym_COLON_COLON] = ACTIONS(3637), [anon_sym_LBRACE] = ACTIONS(4038), [anon_sym_LBRACK] = ACTIONS(4038), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(3631), [anon_sym_compl] = ACTIONS(3631), [anon_sym_DASH_DASH] = ACTIONS(3639), [anon_sym_PLUS_PLUS] = ACTIONS(3639), [anon_sym_sizeof] = ACTIONS(3641), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(3643), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(3645), [anon_sym_new] = ACTIONS(3625), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1620] = { [sym__expression] = STATE(4124), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_initializer_list] = STATE(6333), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_RPAREN] = ACTIONS(4068), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(1899), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1621] = { [sym__expression] = STATE(4333), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_initializer_list] = STATE(7388), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(1899), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_default] = ACTIONS(4070), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(4072), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1622] = { [sym__expression] = STATE(4069), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3525), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3525), [sym_call_expression] = STATE(3525), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3525), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3525), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_lambda_default_capture] = STATE(6942), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3525), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3607), [anon_sym_LPAREN2] = ACTIONS(3609), [anon_sym_BANG] = ACTIONS(3613), [anon_sym_TILDE] = ACTIONS(3613), [anon_sym_DASH] = ACTIONS(3611), [anon_sym_PLUS] = ACTIONS(3611), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(4030), [anon_sym_COLON_COLON] = ACTIONS(3615), [anon_sym_LBRACK] = ACTIONS(1949), [anon_sym_RBRACK] = ACTIONS(4074), [anon_sym_EQ] = ACTIONS(4034), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(3611), [anon_sym_compl] = ACTIONS(3611), [anon_sym_DASH_DASH] = ACTIONS(3617), [anon_sym_PLUS_PLUS] = ACTIONS(3617), [anon_sym_sizeof] = ACTIONS(3619), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(3621), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(3623), [anon_sym_new] = ACTIONS(3625), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1623] = { [sym__expression] = STATE(3099), [sym__expression_not_binary] = STATE(3295), [sym_conditional_expression] = STATE(3295), [sym_assignment_expression] = STATE(3295), [sym_pointer_expression] = STATE(3295), [sym_unary_expression] = STATE(3295), [sym_binary_expression] = STATE(3295), [sym_update_expression] = STATE(3295), [sym_cast_expression] = STATE(3295), [sym_sizeof_expression] = STATE(3295), [sym_offsetof_expression] = STATE(3295), [sym_generic_expression] = STATE(3295), [sym_subscript_expression] = STATE(3295), [sym_call_expression] = STATE(3295), [sym_gnu_asm_expression] = STATE(3295), [sym_field_expression] = STATE(3295), [sym_compound_literal_expression] = STATE(3295), [sym_parenthesized_expression] = STATE(3295), [sym_char_literal] = STATE(3192), [sym_concatenated_string] = STATE(3192), [sym_string_literal] = STATE(2207), [sym_null] = STATE(3295), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6682), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3295), [sym_raw_string_literal] = STATE(2207), [sym_co_await_expression] = STATE(3295), [sym_new_expression] = STATE(3295), [sym_delete_expression] = STATE(3295), [sym_requires_clause] = STATE(3295), [sym_requires_expression] = STATE(3295), [sym_lambda_expression] = STATE(3295), [sym_lambda_capture_specifier] = STATE(5166), [sym_fold_expression] = STATE(3295), [sym_parameter_pack_expansion] = STATE(3295), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5270), [sym_qualified_identifier] = STATE(3295), [sym_qualified_type_identifier] = STATE(6682), [sym_user_defined_literal] = STATE(3295), [sym_identifier] = ACTIONS(1985), [anon_sym_LPAREN2] = ACTIONS(4038), [anon_sym_BANG] = ACTIONS(1991), [anon_sym_TILDE] = ACTIONS(1991), [anon_sym_DASH] = ACTIONS(1989), [anon_sym_PLUS] = ACTIONS(1989), [anon_sym_STAR] = ACTIONS(4038), [anon_sym_AMP_AMP] = ACTIONS(4038), [anon_sym_AMP] = ACTIONS(4040), [anon_sym_LT] = ACTIONS(4038), [anon_sym_COLON_COLON] = ACTIONS(1995), [anon_sym_LBRACE] = ACTIONS(4038), [anon_sym_LBRACK] = ACTIONS(4038), [sym_primitive_type] = ACTIONS(1999), [anon_sym_not] = ACTIONS(1989), [anon_sym_compl] = ACTIONS(1989), [anon_sym_DASH_DASH] = ACTIONS(2001), [anon_sym_PLUS_PLUS] = ACTIONS(2001), [anon_sym_sizeof] = ACTIONS(2003), [anon_sym_offsetof] = ACTIONS(2005), [anon_sym__Generic] = ACTIONS(2007), [anon_sym_asm] = ACTIONS(2009), [anon_sym___asm__] = ACTIONS(2009), [sym_number_literal] = ACTIONS(2011), [anon_sym_L_SQUOTE] = ACTIONS(2013), [anon_sym_u_SQUOTE] = ACTIONS(2013), [anon_sym_U_SQUOTE] = ACTIONS(2013), [anon_sym_u8_SQUOTE] = ACTIONS(2013), [anon_sym_SQUOTE] = ACTIONS(2013), [anon_sym_L_DQUOTE] = ACTIONS(2015), [anon_sym_u_DQUOTE] = ACTIONS(2015), [anon_sym_U_DQUOTE] = ACTIONS(2015), [anon_sym_u8_DQUOTE] = ACTIONS(2015), [anon_sym_DQUOTE] = ACTIONS(2015), [sym_true] = ACTIONS(2017), [sym_false] = ACTIONS(2017), [anon_sym_NULL] = ACTIONS(2019), [anon_sym_nullptr] = ACTIONS(2019), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(2021), [anon_sym_R_DQUOTE] = ACTIONS(2023), [anon_sym_LR_DQUOTE] = ACTIONS(2023), [anon_sym_uR_DQUOTE] = ACTIONS(2023), [anon_sym_UR_DQUOTE] = ACTIONS(2023), [anon_sym_u8R_DQUOTE] = ACTIONS(2023), [anon_sym_co_await] = ACTIONS(2025), [anon_sym_new] = ACTIONS(2027), [anon_sym_requires] = ACTIONS(2029), [sym_this] = ACTIONS(2017), }, [1624] = { [sym__expression] = STATE(4018), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(4038), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(4038), [anon_sym_AMP_AMP] = ACTIONS(4038), [anon_sym_AMP] = ACTIONS(4040), [anon_sym_LT] = ACTIONS(4038), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(4038), [anon_sym_LBRACK] = ACTIONS(4038), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1625] = { [sym__expression] = STATE(4069), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3525), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3525), [sym_call_expression] = STATE(3525), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3525), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3525), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_lambda_default_capture] = STATE(6942), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3525), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3607), [anon_sym_LPAREN2] = ACTIONS(3609), [anon_sym_BANG] = ACTIONS(3613), [anon_sym_TILDE] = ACTIONS(3613), [anon_sym_DASH] = ACTIONS(3611), [anon_sym_PLUS] = ACTIONS(3611), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(4030), [anon_sym_COLON_COLON] = ACTIONS(3615), [anon_sym_LBRACK] = ACTIONS(1949), [anon_sym_RBRACK] = ACTIONS(4076), [anon_sym_EQ] = ACTIONS(4034), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(3611), [anon_sym_compl] = ACTIONS(3611), [anon_sym_DASH_DASH] = ACTIONS(3617), [anon_sym_PLUS_PLUS] = ACTIONS(3617), [anon_sym_sizeof] = ACTIONS(3619), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(3621), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(3623), [anon_sym_new] = ACTIONS(3625), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1626] = { [sym__expression] = STATE(4113), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_initializer_list] = STATE(6470), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_RPAREN] = ACTIONS(4078), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(1899), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1627] = { [sym__expression] = STATE(4069), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3525), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3525), [sym_call_expression] = STATE(3525), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3525), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3525), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_lambda_default_capture] = STATE(6942), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3525), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3607), [anon_sym_LPAREN2] = ACTIONS(3609), [anon_sym_BANG] = ACTIONS(3613), [anon_sym_TILDE] = ACTIONS(3613), [anon_sym_DASH] = ACTIONS(3611), [anon_sym_PLUS] = ACTIONS(3611), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(4030), [anon_sym_COLON_COLON] = ACTIONS(3615), [anon_sym_LBRACK] = ACTIONS(1949), [anon_sym_RBRACK] = ACTIONS(4080), [anon_sym_EQ] = ACTIONS(4034), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(3611), [anon_sym_compl] = ACTIONS(3611), [anon_sym_DASH_DASH] = ACTIONS(3617), [anon_sym_PLUS_PLUS] = ACTIONS(3617), [anon_sym_sizeof] = ACTIONS(3619), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(3621), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(3623), [anon_sym_new] = ACTIONS(3625), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1628] = { [sym__expression] = STATE(4069), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3525), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3525), [sym_call_expression] = STATE(3525), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3525), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3525), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_lambda_default_capture] = STATE(6942), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3525), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3607), [anon_sym_LPAREN2] = ACTIONS(3609), [anon_sym_BANG] = ACTIONS(3613), [anon_sym_TILDE] = ACTIONS(3613), [anon_sym_DASH] = ACTIONS(3611), [anon_sym_PLUS] = ACTIONS(3611), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(4030), [anon_sym_COLON_COLON] = ACTIONS(3615), [anon_sym_LBRACK] = ACTIONS(1949), [anon_sym_RBRACK] = ACTIONS(4082), [anon_sym_EQ] = ACTIONS(4034), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(3611), [anon_sym_compl] = ACTIONS(3611), [anon_sym_DASH_DASH] = ACTIONS(3617), [anon_sym_PLUS_PLUS] = ACTIONS(3617), [anon_sym_sizeof] = ACTIONS(3619), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(3621), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(3623), [anon_sym_new] = ACTIONS(3625), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1629] = { [sym__expression] = STATE(4066), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_initializer_list] = STATE(6453), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_RPAREN] = ACTIONS(4084), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(1899), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1630] = { [sym__expression] = STATE(3497), [sym__expression_not_binary] = STATE(3025), [sym_conditional_expression] = STATE(3025), [sym_assignment_expression] = STATE(3025), [sym_pointer_expression] = STATE(3025), [sym_unary_expression] = STATE(3025), [sym_binary_expression] = STATE(3025), [sym_update_expression] = STATE(3025), [sym_cast_expression] = STATE(3025), [sym_sizeof_expression] = STATE(3025), [sym_offsetof_expression] = STATE(3025), [sym_generic_expression] = STATE(3025), [sym_subscript_expression] = STATE(3025), [sym_call_expression] = STATE(3025), [sym_gnu_asm_expression] = STATE(3025), [sym_field_expression] = STATE(3025), [sym_compound_literal_expression] = STATE(3025), [sym_parenthesized_expression] = STATE(3025), [sym_char_literal] = STATE(2884), [sym_concatenated_string] = STATE(2884), [sym_string_literal] = STATE(2162), [sym_null] = STATE(3025), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6624), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3025), [sym_raw_string_literal] = STATE(2162), [sym_co_await_expression] = STATE(3025), [sym_new_expression] = STATE(3025), [sym_delete_expression] = STATE(3025), [sym_requires_clause] = STATE(3025), [sym_requires_expression] = STATE(3025), [sym_lambda_expression] = STATE(3025), [sym_lambda_capture_specifier] = STATE(5221), [sym_fold_expression] = STATE(3025), [sym_parameter_pack_expansion] = STATE(3025), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3025), [sym_qualified_type_identifier] = STATE(6624), [sym_user_defined_literal] = STATE(3025), [sym_identifier] = ACTIONS(1933), [anon_sym_LPAREN2] = ACTIONS(4038), [anon_sym_BANG] = ACTIONS(2081), [anon_sym_TILDE] = ACTIONS(2081), [anon_sym_DASH] = ACTIONS(2079), [anon_sym_PLUS] = ACTIONS(2079), [anon_sym_STAR] = ACTIONS(4038), [anon_sym_AMP_AMP] = ACTIONS(4038), [anon_sym_AMP] = ACTIONS(4040), [anon_sym_LT] = ACTIONS(4038), [anon_sym_COLON_COLON] = ACTIONS(2085), [anon_sym_LBRACE] = ACTIONS(4038), [anon_sym_LBRACK] = ACTIONS(4038), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(2079), [anon_sym_compl] = ACTIONS(2079), [anon_sym_DASH_DASH] = ACTIONS(2087), [anon_sym_PLUS_PLUS] = ACTIONS(2087), [anon_sym_sizeof] = ACTIONS(2089), [anon_sym_offsetof] = ACTIONS(1957), [anon_sym__Generic] = ACTIONS(1959), [anon_sym_asm] = ACTIONS(1961), [anon_sym___asm__] = ACTIONS(1961), [sym_number_literal] = ACTIONS(1963), [anon_sym_L_SQUOTE] = ACTIONS(1965), [anon_sym_u_SQUOTE] = ACTIONS(1965), [anon_sym_U_SQUOTE] = ACTIONS(1965), [anon_sym_u8_SQUOTE] = ACTIONS(1965), [anon_sym_SQUOTE] = ACTIONS(1965), [anon_sym_L_DQUOTE] = ACTIONS(1967), [anon_sym_u_DQUOTE] = ACTIONS(1967), [anon_sym_U_DQUOTE] = ACTIONS(1967), [anon_sym_u8_DQUOTE] = ACTIONS(1967), [anon_sym_DQUOTE] = ACTIONS(1967), [sym_true] = ACTIONS(1969), [sym_false] = ACTIONS(1969), [anon_sym_NULL] = ACTIONS(1971), [anon_sym_nullptr] = ACTIONS(1971), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(2091), [anon_sym_R_DQUOTE] = ACTIONS(1977), [anon_sym_LR_DQUOTE] = ACTIONS(1977), [anon_sym_uR_DQUOTE] = ACTIONS(1977), [anon_sym_UR_DQUOTE] = ACTIONS(1977), [anon_sym_u8R_DQUOTE] = ACTIONS(1977), [anon_sym_co_await] = ACTIONS(2093), [anon_sym_new] = ACTIONS(1981), [anon_sym_requires] = ACTIONS(1983), [sym_this] = ACTIONS(1969), }, [1631] = { [sym__expression] = STATE(3484), [sym__expression_not_binary] = STATE(3025), [sym_conditional_expression] = STATE(3025), [sym_assignment_expression] = STATE(3025), [sym_pointer_expression] = STATE(3025), [sym_unary_expression] = STATE(3025), [sym_binary_expression] = STATE(3025), [sym_update_expression] = STATE(3025), [sym_cast_expression] = STATE(3025), [sym_sizeof_expression] = STATE(3025), [sym_offsetof_expression] = STATE(3025), [sym_generic_expression] = STATE(3025), [sym_subscript_expression] = STATE(3025), [sym_call_expression] = STATE(3025), [sym_gnu_asm_expression] = STATE(3025), [sym_field_expression] = STATE(3025), [sym_compound_literal_expression] = STATE(3025), [sym_parenthesized_expression] = STATE(3025), [sym_char_literal] = STATE(2884), [sym_concatenated_string] = STATE(2884), [sym_string_literal] = STATE(2162), [sym_null] = STATE(3025), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6624), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3025), [sym_raw_string_literal] = STATE(2162), [sym_co_await_expression] = STATE(3025), [sym_new_expression] = STATE(3025), [sym_delete_expression] = STATE(3025), [sym_requires_clause] = STATE(3025), [sym_requires_expression] = STATE(3025), [sym_lambda_expression] = STATE(3025), [sym_lambda_capture_specifier] = STATE(5221), [sym_fold_expression] = STATE(3025), [sym_parameter_pack_expansion] = STATE(3025), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3025), [sym_qualified_type_identifier] = STATE(6624), [sym_user_defined_literal] = STATE(3025), [sym_identifier] = ACTIONS(1933), [anon_sym_LPAREN2] = ACTIONS(4038), [anon_sym_BANG] = ACTIONS(2081), [anon_sym_TILDE] = ACTIONS(2081), [anon_sym_DASH] = ACTIONS(2079), [anon_sym_PLUS] = ACTIONS(2079), [anon_sym_STAR] = ACTIONS(4038), [anon_sym_AMP_AMP] = ACTIONS(4038), [anon_sym_AMP] = ACTIONS(4040), [anon_sym_LT] = ACTIONS(4038), [anon_sym_COLON_COLON] = ACTIONS(2085), [anon_sym_LBRACE] = ACTIONS(4038), [anon_sym_LBRACK] = ACTIONS(4038), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(2079), [anon_sym_compl] = ACTIONS(2079), [anon_sym_DASH_DASH] = ACTIONS(2087), [anon_sym_PLUS_PLUS] = ACTIONS(2087), [anon_sym_sizeof] = ACTIONS(2089), [anon_sym_offsetof] = ACTIONS(1957), [anon_sym__Generic] = ACTIONS(1959), [anon_sym_asm] = ACTIONS(1961), [anon_sym___asm__] = ACTIONS(1961), [sym_number_literal] = ACTIONS(1963), [anon_sym_L_SQUOTE] = ACTIONS(1965), [anon_sym_u_SQUOTE] = ACTIONS(1965), [anon_sym_U_SQUOTE] = ACTIONS(1965), [anon_sym_u8_SQUOTE] = ACTIONS(1965), [anon_sym_SQUOTE] = ACTIONS(1965), [anon_sym_L_DQUOTE] = ACTIONS(1967), [anon_sym_u_DQUOTE] = ACTIONS(1967), [anon_sym_U_DQUOTE] = ACTIONS(1967), [anon_sym_u8_DQUOTE] = ACTIONS(1967), [anon_sym_DQUOTE] = ACTIONS(1967), [sym_true] = ACTIONS(1969), [sym_false] = ACTIONS(1969), [anon_sym_NULL] = ACTIONS(1971), [anon_sym_nullptr] = ACTIONS(1971), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(2091), [anon_sym_R_DQUOTE] = ACTIONS(1977), [anon_sym_LR_DQUOTE] = ACTIONS(1977), [anon_sym_uR_DQUOTE] = ACTIONS(1977), [anon_sym_UR_DQUOTE] = ACTIONS(1977), [anon_sym_u8R_DQUOTE] = ACTIONS(1977), [anon_sym_co_await] = ACTIONS(2093), [anon_sym_new] = ACTIONS(1981), [anon_sym_requires] = ACTIONS(1983), [sym_this] = ACTIONS(1969), }, [1632] = { [sym__expression] = STATE(4265), [sym__expression_not_binary] = STATE(4455), [sym_conditional_expression] = STATE(4455), [sym_assignment_expression] = STATE(4455), [sym_pointer_expression] = STATE(3543), [sym_unary_expression] = STATE(4455), [sym_binary_expression] = STATE(4455), [sym_update_expression] = STATE(4455), [sym_cast_expression] = STATE(4455), [sym_sizeof_expression] = STATE(4455), [sym_offsetof_expression] = STATE(4455), [sym_generic_expression] = STATE(4455), [sym_subscript_expression] = STATE(3543), [sym_call_expression] = STATE(3543), [sym_gnu_asm_expression] = STATE(4455), [sym_field_expression] = STATE(3543), [sym_compound_literal_expression] = STATE(4455), [sym_parenthesized_expression] = STATE(3543), [sym_char_literal] = STATE(4150), [sym_concatenated_string] = STATE(4150), [sym_string_literal] = STATE(3544), [sym_null] = STATE(4455), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6810), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(4455), [sym_raw_string_literal] = STATE(3544), [sym_co_await_expression] = STATE(4455), [sym_new_expression] = STATE(4455), [sym_delete_expression] = STATE(4455), [sym_requires_clause] = STATE(4455), [sym_requires_expression] = STATE(4455), [sym_lambda_expression] = STATE(4455), [sym_lambda_capture_specifier] = STATE(5208), [sym_fold_expression] = STATE(4455), [sym_parameter_pack_expansion] = STATE(4455), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5301), [sym_qualified_identifier] = STATE(3543), [sym_qualified_type_identifier] = STATE(6810), [sym_user_defined_literal] = STATE(4455), [sym_identifier] = ACTIONS(3603), [anon_sym_LPAREN2] = ACTIONS(4038), [anon_sym_BANG] = ACTIONS(2620), [anon_sym_TILDE] = ACTIONS(2620), [anon_sym_DASH] = ACTIONS(2622), [anon_sym_PLUS] = ACTIONS(2622), [anon_sym_STAR] = ACTIONS(4038), [anon_sym_AMP_AMP] = ACTIONS(4038), [anon_sym_AMP] = ACTIONS(4040), [anon_sym_LT] = ACTIONS(4038), [anon_sym_COLON_COLON] = ACTIONS(2626), [anon_sym_LBRACE] = ACTIONS(4038), [anon_sym_LBRACK] = ACTIONS(4038), [sym_primitive_type] = ACTIONS(2045), [anon_sym_not] = ACTIONS(2622), [anon_sym_compl] = ACTIONS(2622), [anon_sym_DASH_DASH] = ACTIONS(2640), [anon_sym_PLUS_PLUS] = ACTIONS(2640), [anon_sym_sizeof] = ACTIONS(2642), [anon_sym_offsetof] = ACTIONS(2644), [anon_sym__Generic] = ACTIONS(2646), [anon_sym_asm] = ACTIONS(2648), [anon_sym___asm__] = ACTIONS(2648), [sym_number_literal] = ACTIONS(2650), [anon_sym_L_SQUOTE] = ACTIONS(2652), [anon_sym_u_SQUOTE] = ACTIONS(2652), [anon_sym_U_SQUOTE] = ACTIONS(2652), [anon_sym_u8_SQUOTE] = ACTIONS(2652), [anon_sym_SQUOTE] = ACTIONS(2652), [anon_sym_L_DQUOTE] = ACTIONS(2654), [anon_sym_u_DQUOTE] = ACTIONS(2654), [anon_sym_U_DQUOTE] = ACTIONS(2654), [anon_sym_u8_DQUOTE] = ACTIONS(2654), [anon_sym_DQUOTE] = ACTIONS(2654), [sym_true] = ACTIONS(2656), [sym_false] = ACTIONS(2656), [anon_sym_NULL] = ACTIONS(2658), [anon_sym_nullptr] = ACTIONS(2658), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(2668), [anon_sym_R_DQUOTE] = ACTIONS(2670), [anon_sym_LR_DQUOTE] = ACTIONS(2670), [anon_sym_uR_DQUOTE] = ACTIONS(2670), [anon_sym_UR_DQUOTE] = ACTIONS(2670), [anon_sym_u8R_DQUOTE] = ACTIONS(2670), [anon_sym_co_await] = ACTIONS(2672), [anon_sym_new] = ACTIONS(2674), [anon_sym_requires] = ACTIONS(2676), [sym_this] = ACTIONS(2656), }, [1633] = { [sym__expression] = STATE(4165), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3525), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3525), [sym_call_expression] = STATE(3525), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3525), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3525), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3525), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3607), [anon_sym_LPAREN2] = ACTIONS(4038), [anon_sym_BANG] = ACTIONS(3613), [anon_sym_TILDE] = ACTIONS(3613), [anon_sym_DASH] = ACTIONS(3611), [anon_sym_PLUS] = ACTIONS(3611), [anon_sym_STAR] = ACTIONS(4038), [anon_sym_AMP_AMP] = ACTIONS(4038), [anon_sym_AMP] = ACTIONS(4040), [anon_sym_LT] = ACTIONS(4038), [anon_sym_COLON_COLON] = ACTIONS(3615), [anon_sym_LBRACE] = ACTIONS(4038), [anon_sym_LBRACK] = ACTIONS(4038), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(3611), [anon_sym_compl] = ACTIONS(3611), [anon_sym_DASH_DASH] = ACTIONS(3617), [anon_sym_PLUS_PLUS] = ACTIONS(3617), [anon_sym_sizeof] = ACTIONS(3619), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(3621), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(3623), [anon_sym_new] = ACTIONS(3625), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1634] = { [sym__expression] = STATE(3032), [sym__expression_not_binary] = STATE(3025), [sym_conditional_expression] = STATE(3025), [sym_assignment_expression] = STATE(3025), [sym_pointer_expression] = STATE(3025), [sym_unary_expression] = STATE(3025), [sym_binary_expression] = STATE(3025), [sym_update_expression] = STATE(3025), [sym_cast_expression] = STATE(3025), [sym_sizeof_expression] = STATE(3025), [sym_offsetof_expression] = STATE(3025), [sym_generic_expression] = STATE(3025), [sym_subscript_expression] = STATE(3025), [sym_call_expression] = STATE(3025), [sym_gnu_asm_expression] = STATE(3025), [sym_field_expression] = STATE(3025), [sym_compound_literal_expression] = STATE(3025), [sym_parenthesized_expression] = STATE(3025), [sym_char_literal] = STATE(2884), [sym_concatenated_string] = STATE(2884), [sym_string_literal] = STATE(2162), [sym_null] = STATE(3025), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6624), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3025), [sym_raw_string_literal] = STATE(2162), [sym_co_await_expression] = STATE(3025), [sym_new_expression] = STATE(3025), [sym_delete_expression] = STATE(3025), [sym_requires_clause] = STATE(3025), [sym_requires_expression] = STATE(3025), [sym_lambda_expression] = STATE(3025), [sym_lambda_capture_specifier] = STATE(5221), [sym_fold_expression] = STATE(3025), [sym_parameter_pack_expansion] = STATE(3025), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3025), [sym_qualified_type_identifier] = STATE(6624), [sym_user_defined_literal] = STATE(3025), [sym_identifier] = ACTIONS(1933), [anon_sym_LPAREN2] = ACTIONS(4038), [anon_sym_BANG] = ACTIONS(1941), [anon_sym_TILDE] = ACTIONS(1941), [anon_sym_DASH] = ACTIONS(1939), [anon_sym_PLUS] = ACTIONS(1939), [anon_sym_STAR] = ACTIONS(4038), [anon_sym_AMP_AMP] = ACTIONS(4038), [anon_sym_AMP] = ACTIONS(4040), [anon_sym_LT] = ACTIONS(4038), [anon_sym_COLON_COLON] = ACTIONS(1945), [anon_sym_LBRACE] = ACTIONS(4038), [anon_sym_LBRACK] = ACTIONS(4038), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(1939), [anon_sym_compl] = ACTIONS(1939), [anon_sym_DASH_DASH] = ACTIONS(1953), [anon_sym_PLUS_PLUS] = ACTIONS(1953), [anon_sym_sizeof] = ACTIONS(1955), [anon_sym_offsetof] = ACTIONS(1957), [anon_sym__Generic] = ACTIONS(1959), [anon_sym_asm] = ACTIONS(1961), [anon_sym___asm__] = ACTIONS(1961), [sym_number_literal] = ACTIONS(1963), [anon_sym_L_SQUOTE] = ACTIONS(1965), [anon_sym_u_SQUOTE] = ACTIONS(1965), [anon_sym_U_SQUOTE] = ACTIONS(1965), [anon_sym_u8_SQUOTE] = ACTIONS(1965), [anon_sym_SQUOTE] = ACTIONS(1965), [anon_sym_L_DQUOTE] = ACTIONS(1967), [anon_sym_u_DQUOTE] = ACTIONS(1967), [anon_sym_U_DQUOTE] = ACTIONS(1967), [anon_sym_u8_DQUOTE] = ACTIONS(1967), [anon_sym_DQUOTE] = ACTIONS(1967), [sym_true] = ACTIONS(1969), [sym_false] = ACTIONS(1969), [anon_sym_NULL] = ACTIONS(1971), [anon_sym_nullptr] = ACTIONS(1971), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(1975), [anon_sym_R_DQUOTE] = ACTIONS(1977), [anon_sym_LR_DQUOTE] = ACTIONS(1977), [anon_sym_uR_DQUOTE] = ACTIONS(1977), [anon_sym_UR_DQUOTE] = ACTIONS(1977), [anon_sym_u8R_DQUOTE] = ACTIONS(1977), [anon_sym_co_await] = ACTIONS(1979), [anon_sym_new] = ACTIONS(1981), [anon_sym_requires] = ACTIONS(1983), [sym_this] = ACTIONS(1969), }, [1635] = { [sym__expression] = STATE(4024), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(4038), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(4038), [anon_sym_AMP_AMP] = ACTIONS(4038), [anon_sym_AMP] = ACTIONS(4040), [anon_sym_LT] = ACTIONS(4038), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(4038), [anon_sym_LBRACK] = ACTIONS(4038), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1636] = { [sym__expression] = STATE(4069), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3525), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3525), [sym_call_expression] = STATE(3525), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3525), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3525), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_lambda_default_capture] = STATE(6942), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3525), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3607), [anon_sym_LPAREN2] = ACTIONS(3609), [anon_sym_BANG] = ACTIONS(3613), [anon_sym_TILDE] = ACTIONS(3613), [anon_sym_DASH] = ACTIONS(3611), [anon_sym_PLUS] = ACTIONS(3611), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(4030), [anon_sym_COLON_COLON] = ACTIONS(3615), [anon_sym_LBRACK] = ACTIONS(1949), [anon_sym_RBRACK] = ACTIONS(4086), [anon_sym_EQ] = ACTIONS(4034), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(3611), [anon_sym_compl] = ACTIONS(3611), [anon_sym_DASH_DASH] = ACTIONS(3617), [anon_sym_PLUS_PLUS] = ACTIONS(3617), [anon_sym_sizeof] = ACTIONS(3619), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(3621), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(3623), [anon_sym_new] = ACTIONS(3625), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1637] = { [sym__expression] = STATE(4261), [sym__expression_not_binary] = STATE(4455), [sym_conditional_expression] = STATE(4455), [sym_assignment_expression] = STATE(4455), [sym_pointer_expression] = STATE(3543), [sym_unary_expression] = STATE(4455), [sym_binary_expression] = STATE(4455), [sym_update_expression] = STATE(4455), [sym_cast_expression] = STATE(4455), [sym_sizeof_expression] = STATE(4455), [sym_offsetof_expression] = STATE(4455), [sym_generic_expression] = STATE(4455), [sym_subscript_expression] = STATE(3543), [sym_call_expression] = STATE(3543), [sym_gnu_asm_expression] = STATE(4455), [sym_field_expression] = STATE(3543), [sym_compound_literal_expression] = STATE(4455), [sym_parenthesized_expression] = STATE(3543), [sym_char_literal] = STATE(4150), [sym_concatenated_string] = STATE(4150), [sym_string_literal] = STATE(3544), [sym_null] = STATE(4455), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6810), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(4455), [sym_raw_string_literal] = STATE(3544), [sym_co_await_expression] = STATE(4455), [sym_new_expression] = STATE(4455), [sym_delete_expression] = STATE(4455), [sym_requires_clause] = STATE(4455), [sym_requires_expression] = STATE(4455), [sym_lambda_expression] = STATE(4455), [sym_lambda_capture_specifier] = STATE(5208), [sym_fold_expression] = STATE(4455), [sym_parameter_pack_expansion] = STATE(4455), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5301), [sym_qualified_identifier] = STATE(3543), [sym_qualified_type_identifier] = STATE(6810), [sym_user_defined_literal] = STATE(4455), [sym_identifier] = ACTIONS(3603), [anon_sym_LPAREN2] = ACTIONS(4038), [anon_sym_BANG] = ACTIONS(2620), [anon_sym_TILDE] = ACTIONS(2620), [anon_sym_DASH] = ACTIONS(2622), [anon_sym_PLUS] = ACTIONS(2622), [anon_sym_STAR] = ACTIONS(4038), [anon_sym_AMP_AMP] = ACTIONS(4038), [anon_sym_AMP] = ACTIONS(4040), [anon_sym_LT] = ACTIONS(4038), [anon_sym_COLON_COLON] = ACTIONS(2626), [anon_sym_LBRACE] = ACTIONS(4038), [anon_sym_LBRACK] = ACTIONS(4038), [sym_primitive_type] = ACTIONS(2045), [anon_sym_not] = ACTIONS(2622), [anon_sym_compl] = ACTIONS(2622), [anon_sym_DASH_DASH] = ACTIONS(2640), [anon_sym_PLUS_PLUS] = ACTIONS(2640), [anon_sym_sizeof] = ACTIONS(2642), [anon_sym_offsetof] = ACTIONS(2644), [anon_sym__Generic] = ACTIONS(2646), [anon_sym_asm] = ACTIONS(2648), [anon_sym___asm__] = ACTIONS(2648), [sym_number_literal] = ACTIONS(2650), [anon_sym_L_SQUOTE] = ACTIONS(2652), [anon_sym_u_SQUOTE] = ACTIONS(2652), [anon_sym_U_SQUOTE] = ACTIONS(2652), [anon_sym_u8_SQUOTE] = ACTIONS(2652), [anon_sym_SQUOTE] = ACTIONS(2652), [anon_sym_L_DQUOTE] = ACTIONS(2654), [anon_sym_u_DQUOTE] = ACTIONS(2654), [anon_sym_U_DQUOTE] = ACTIONS(2654), [anon_sym_u8_DQUOTE] = ACTIONS(2654), [anon_sym_DQUOTE] = ACTIONS(2654), [sym_true] = ACTIONS(2656), [sym_false] = ACTIONS(2656), [anon_sym_NULL] = ACTIONS(2658), [anon_sym_nullptr] = ACTIONS(2658), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(2668), [anon_sym_R_DQUOTE] = ACTIONS(2670), [anon_sym_LR_DQUOTE] = ACTIONS(2670), [anon_sym_uR_DQUOTE] = ACTIONS(2670), [anon_sym_UR_DQUOTE] = ACTIONS(2670), [anon_sym_u8R_DQUOTE] = ACTIONS(2670), [anon_sym_co_await] = ACTIONS(2672), [anon_sym_new] = ACTIONS(2674), [anon_sym_requires] = ACTIONS(2676), [sym_this] = ACTIONS(2656), }, [1638] = { [sym__expression] = STATE(4069), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3525), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3525), [sym_call_expression] = STATE(3525), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3525), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3525), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_lambda_default_capture] = STATE(6942), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3525), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3607), [anon_sym_LPAREN2] = ACTIONS(3609), [anon_sym_BANG] = ACTIONS(3613), [anon_sym_TILDE] = ACTIONS(3613), [anon_sym_DASH] = ACTIONS(3611), [anon_sym_PLUS] = ACTIONS(3611), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(4030), [anon_sym_COLON_COLON] = ACTIONS(3615), [anon_sym_LBRACK] = ACTIONS(1949), [anon_sym_RBRACK] = ACTIONS(4088), [anon_sym_EQ] = ACTIONS(4034), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(3611), [anon_sym_compl] = ACTIONS(3611), [anon_sym_DASH_DASH] = ACTIONS(3617), [anon_sym_PLUS_PLUS] = ACTIONS(3617), [anon_sym_sizeof] = ACTIONS(3619), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(3621), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(3623), [anon_sym_new] = ACTIONS(3625), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1639] = { [sym__expression] = STATE(3381), [sym__expression_not_binary] = STATE(3419), [sym_conditional_expression] = STATE(3419), [sym_assignment_expression] = STATE(3419), [sym_pointer_expression] = STATE(3419), [sym_unary_expression] = STATE(3419), [sym_binary_expression] = STATE(3419), [sym_update_expression] = STATE(3419), [sym_cast_expression] = STATE(3419), [sym_sizeof_expression] = STATE(3419), [sym_offsetof_expression] = STATE(3419), [sym_generic_expression] = STATE(3419), [sym_subscript_expression] = STATE(3419), [sym_call_expression] = STATE(3419), [sym_gnu_asm_expression] = STATE(3419), [sym_field_expression] = STATE(3419), [sym_compound_literal_expression] = STATE(3419), [sym_parenthesized_expression] = STATE(3419), [sym_char_literal] = STATE(3398), [sym_concatenated_string] = STATE(3398), [sym_string_literal] = STATE(2277), [sym_null] = STATE(3419), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6607), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3419), [sym_raw_string_literal] = STATE(2277), [sym_co_await_expression] = STATE(3419), [sym_new_expression] = STATE(3419), [sym_delete_expression] = STATE(3419), [sym_requires_clause] = STATE(3419), [sym_requires_expression] = STATE(3419), [sym_lambda_expression] = STATE(3419), [sym_lambda_capture_specifier] = STATE(5189), [sym_fold_expression] = STATE(3419), [sym_parameter_pack_expansion] = STATE(3419), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5301), [sym_qualified_identifier] = STATE(3419), [sym_qualified_type_identifier] = STATE(6607), [sym_user_defined_literal] = STATE(3419), [sym_identifier] = ACTIONS(2031), [anon_sym_LPAREN2] = ACTIONS(4038), [anon_sym_BANG] = ACTIONS(2037), [anon_sym_TILDE] = ACTIONS(2037), [anon_sym_DASH] = ACTIONS(2035), [anon_sym_PLUS] = ACTIONS(2035), [anon_sym_STAR] = ACTIONS(4038), [anon_sym_AMP_AMP] = ACTIONS(4038), [anon_sym_AMP] = ACTIONS(4040), [anon_sym_LT] = ACTIONS(4038), [anon_sym_COLON_COLON] = ACTIONS(2041), [anon_sym_LBRACE] = ACTIONS(4038), [anon_sym_LBRACK] = ACTIONS(4038), [sym_primitive_type] = ACTIONS(2045), [anon_sym_not] = ACTIONS(2035), [anon_sym_compl] = ACTIONS(2035), [anon_sym_DASH_DASH] = ACTIONS(2047), [anon_sym_PLUS_PLUS] = ACTIONS(2047), [anon_sym_sizeof] = ACTIONS(2049), [anon_sym_offsetof] = ACTIONS(2051), [anon_sym__Generic] = ACTIONS(2053), [anon_sym_asm] = ACTIONS(2055), [anon_sym___asm__] = ACTIONS(2055), [sym_number_literal] = ACTIONS(2057), [anon_sym_L_SQUOTE] = ACTIONS(2059), [anon_sym_u_SQUOTE] = ACTIONS(2059), [anon_sym_U_SQUOTE] = ACTIONS(2059), [anon_sym_u8_SQUOTE] = ACTIONS(2059), [anon_sym_SQUOTE] = ACTIONS(2059), [anon_sym_L_DQUOTE] = ACTIONS(2061), [anon_sym_u_DQUOTE] = ACTIONS(2061), [anon_sym_U_DQUOTE] = ACTIONS(2061), [anon_sym_u8_DQUOTE] = ACTIONS(2061), [anon_sym_DQUOTE] = ACTIONS(2061), [sym_true] = ACTIONS(2063), [sym_false] = ACTIONS(2063), [anon_sym_NULL] = ACTIONS(2065), [anon_sym_nullptr] = ACTIONS(2065), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(2067), [anon_sym_R_DQUOTE] = ACTIONS(2069), [anon_sym_LR_DQUOTE] = ACTIONS(2069), [anon_sym_uR_DQUOTE] = ACTIONS(2069), [anon_sym_UR_DQUOTE] = ACTIONS(2069), [anon_sym_u8R_DQUOTE] = ACTIONS(2069), [anon_sym_co_await] = ACTIONS(2071), [anon_sym_new] = ACTIONS(2073), [anon_sym_requires] = ACTIONS(2075), [sym_this] = ACTIONS(2063), }, [1640] = { [sym__expression] = STATE(4069), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3525), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3525), [sym_call_expression] = STATE(3525), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3525), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3525), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_lambda_default_capture] = STATE(6942), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3525), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3607), [anon_sym_LPAREN2] = ACTIONS(3609), [anon_sym_BANG] = ACTIONS(3613), [anon_sym_TILDE] = ACTIONS(3613), [anon_sym_DASH] = ACTIONS(3611), [anon_sym_PLUS] = ACTIONS(3611), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(4030), [anon_sym_COLON_COLON] = ACTIONS(3615), [anon_sym_LBRACK] = ACTIONS(1949), [anon_sym_RBRACK] = ACTIONS(4090), [anon_sym_EQ] = ACTIONS(4034), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(3611), [anon_sym_compl] = ACTIONS(3611), [anon_sym_DASH_DASH] = ACTIONS(3617), [anon_sym_PLUS_PLUS] = ACTIONS(3617), [anon_sym_sizeof] = ACTIONS(3619), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(3621), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(3623), [anon_sym_new] = ACTIONS(3625), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1641] = { [sym__expression] = STATE(3539), [sym__expression_not_binary] = STATE(3564), [sym_conditional_expression] = STATE(3564), [sym_assignment_expression] = STATE(3564), [sym_pointer_expression] = STATE(3290), [sym_unary_expression] = STATE(3564), [sym_binary_expression] = STATE(3564), [sym_update_expression] = STATE(3564), [sym_cast_expression] = STATE(3564), [sym_sizeof_expression] = STATE(3564), [sym_offsetof_expression] = STATE(3564), [sym_generic_expression] = STATE(3564), [sym_subscript_expression] = STATE(3290), [sym_call_expression] = STATE(3290), [sym_gnu_asm_expression] = STATE(3564), [sym_field_expression] = STATE(3290), [sym_compound_literal_expression] = STATE(3564), [sym_parenthesized_expression] = STATE(3290), [sym_char_literal] = STATE(3429), [sym_concatenated_string] = STATE(3429), [sym_string_literal] = STATE(2306), [sym_null] = STATE(3564), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6687), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3564), [sym_raw_string_literal] = STATE(2306), [sym_co_await_expression] = STATE(3564), [sym_new_expression] = STATE(3564), [sym_delete_expression] = STATE(3564), [sym_requires_clause] = STATE(3564), [sym_requires_expression] = STATE(3564), [sym_lambda_expression] = STATE(3564), [sym_lambda_capture_specifier] = STATE(5176), [sym_fold_expression] = STATE(3564), [sym_parameter_pack_expansion] = STATE(3564), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5270), [sym_qualified_identifier] = STATE(3290), [sym_qualified_type_identifier] = STATE(6687), [sym_user_defined_literal] = STATE(3564), [sym_identifier] = ACTIONS(2095), [anon_sym_LPAREN2] = ACTIONS(4038), [anon_sym_BANG] = ACTIONS(1843), [anon_sym_TILDE] = ACTIONS(1843), [anon_sym_DASH] = ACTIONS(1845), [anon_sym_PLUS] = ACTIONS(1845), [anon_sym_STAR] = ACTIONS(4038), [anon_sym_AMP_AMP] = ACTIONS(4038), [anon_sym_AMP] = ACTIONS(4040), [anon_sym_LT] = ACTIONS(4038), [anon_sym_COLON_COLON] = ACTIONS(1849), [anon_sym_LBRACE] = ACTIONS(4038), [anon_sym_LBRACK] = ACTIONS(4038), [sym_primitive_type] = ACTIONS(1999), [anon_sym_not] = ACTIONS(1845), [anon_sym_compl] = ACTIONS(1845), [anon_sym_DASH_DASH] = ACTIONS(1861), [anon_sym_PLUS_PLUS] = ACTIONS(1861), [anon_sym_sizeof] = ACTIONS(1863), [anon_sym_offsetof] = ACTIONS(1865), [anon_sym__Generic] = ACTIONS(1867), [anon_sym_asm] = ACTIONS(1869), [anon_sym___asm__] = ACTIONS(1869), [sym_number_literal] = ACTIONS(1871), [anon_sym_L_SQUOTE] = ACTIONS(1873), [anon_sym_u_SQUOTE] = ACTIONS(1873), [anon_sym_U_SQUOTE] = ACTIONS(1873), [anon_sym_u8_SQUOTE] = ACTIONS(1873), [anon_sym_SQUOTE] = ACTIONS(1873), [anon_sym_L_DQUOTE] = ACTIONS(1875), [anon_sym_u_DQUOTE] = ACTIONS(1875), [anon_sym_U_DQUOTE] = ACTIONS(1875), [anon_sym_u8_DQUOTE] = ACTIONS(1875), [anon_sym_DQUOTE] = ACTIONS(1875), [sym_true] = ACTIONS(1877), [sym_false] = ACTIONS(1877), [anon_sym_NULL] = ACTIONS(1879), [anon_sym_nullptr] = ACTIONS(1879), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(1883), [anon_sym_R_DQUOTE] = ACTIONS(1885), [anon_sym_LR_DQUOTE] = ACTIONS(1885), [anon_sym_uR_DQUOTE] = ACTIONS(1885), [anon_sym_UR_DQUOTE] = ACTIONS(1885), [anon_sym_u8R_DQUOTE] = ACTIONS(1885), [anon_sym_co_await] = ACTIONS(1887), [anon_sym_new] = ACTIONS(1889), [anon_sym_requires] = ACTIONS(1891), [sym_this] = ACTIONS(1877), }, [1642] = { [sym__expression] = STATE(4130), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_initializer_list] = STATE(6510), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_RPAREN] = ACTIONS(4092), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(1899), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1643] = { [sym__expression] = STATE(4069), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3525), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3525), [sym_call_expression] = STATE(3525), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3525), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3525), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_lambda_default_capture] = STATE(6942), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3525), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3607), [anon_sym_LPAREN2] = ACTIONS(3609), [anon_sym_BANG] = ACTIONS(3613), [anon_sym_TILDE] = ACTIONS(3613), [anon_sym_DASH] = ACTIONS(3611), [anon_sym_PLUS] = ACTIONS(3611), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(4030), [anon_sym_COLON_COLON] = ACTIONS(3615), [anon_sym_LBRACK] = ACTIONS(1949), [anon_sym_RBRACK] = ACTIONS(4094), [anon_sym_EQ] = ACTIONS(4034), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(3611), [anon_sym_compl] = ACTIONS(3611), [anon_sym_DASH_DASH] = ACTIONS(3617), [anon_sym_PLUS_PLUS] = ACTIONS(3617), [anon_sym_sizeof] = ACTIONS(3619), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(3621), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(3623), [anon_sym_new] = ACTIONS(3625), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1644] = { [sym__expression] = STATE(2997), [sym__expression_not_binary] = STATE(3025), [sym_conditional_expression] = STATE(3025), [sym_assignment_expression] = STATE(3025), [sym_pointer_expression] = STATE(3025), [sym_unary_expression] = STATE(3025), [sym_binary_expression] = STATE(3025), [sym_update_expression] = STATE(3025), [sym_cast_expression] = STATE(3025), [sym_sizeof_expression] = STATE(3025), [sym_offsetof_expression] = STATE(3025), [sym_generic_expression] = STATE(3025), [sym_subscript_expression] = STATE(3025), [sym_call_expression] = STATE(3025), [sym_gnu_asm_expression] = STATE(3025), [sym_field_expression] = STATE(3025), [sym_compound_literal_expression] = STATE(3025), [sym_parenthesized_expression] = STATE(3025), [sym_char_literal] = STATE(2884), [sym_concatenated_string] = STATE(2884), [sym_string_literal] = STATE(2162), [sym_null] = STATE(3025), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6624), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3025), [sym_raw_string_literal] = STATE(2162), [sym_co_await_expression] = STATE(3025), [sym_new_expression] = STATE(3025), [sym_delete_expression] = STATE(3025), [sym_requires_clause] = STATE(3025), [sym_requires_expression] = STATE(3025), [sym_lambda_expression] = STATE(3025), [sym_lambda_capture_specifier] = STATE(5221), [sym_fold_expression] = STATE(3025), [sym_parameter_pack_expansion] = STATE(3025), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3025), [sym_qualified_type_identifier] = STATE(6624), [sym_user_defined_literal] = STATE(3025), [sym_identifier] = ACTIONS(1933), [anon_sym_LPAREN2] = ACTIONS(4038), [anon_sym_BANG] = ACTIONS(1941), [anon_sym_TILDE] = ACTIONS(1941), [anon_sym_DASH] = ACTIONS(1939), [anon_sym_PLUS] = ACTIONS(1939), [anon_sym_STAR] = ACTIONS(4038), [anon_sym_AMP_AMP] = ACTIONS(4038), [anon_sym_AMP] = ACTIONS(4040), [anon_sym_LT] = ACTIONS(4038), [anon_sym_COLON_COLON] = ACTIONS(1945), [anon_sym_LBRACE] = ACTIONS(4038), [anon_sym_LBRACK] = ACTIONS(4038), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(1939), [anon_sym_compl] = ACTIONS(1939), [anon_sym_DASH_DASH] = ACTIONS(1953), [anon_sym_PLUS_PLUS] = ACTIONS(1953), [anon_sym_sizeof] = ACTIONS(1955), [anon_sym_offsetof] = ACTIONS(1957), [anon_sym__Generic] = ACTIONS(1959), [anon_sym_asm] = ACTIONS(1961), [anon_sym___asm__] = ACTIONS(1961), [sym_number_literal] = ACTIONS(1963), [anon_sym_L_SQUOTE] = ACTIONS(1965), [anon_sym_u_SQUOTE] = ACTIONS(1965), [anon_sym_U_SQUOTE] = ACTIONS(1965), [anon_sym_u8_SQUOTE] = ACTIONS(1965), [anon_sym_SQUOTE] = ACTIONS(1965), [anon_sym_L_DQUOTE] = ACTIONS(1967), [anon_sym_u_DQUOTE] = ACTIONS(1967), [anon_sym_U_DQUOTE] = ACTIONS(1967), [anon_sym_u8_DQUOTE] = ACTIONS(1967), [anon_sym_DQUOTE] = ACTIONS(1967), [sym_true] = ACTIONS(1969), [sym_false] = ACTIONS(1969), [anon_sym_NULL] = ACTIONS(1971), [anon_sym_nullptr] = ACTIONS(1971), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(1975), [anon_sym_R_DQUOTE] = ACTIONS(1977), [anon_sym_LR_DQUOTE] = ACTIONS(1977), [anon_sym_uR_DQUOTE] = ACTIONS(1977), [anon_sym_UR_DQUOTE] = ACTIONS(1977), [anon_sym_u8R_DQUOTE] = ACTIONS(1977), [anon_sym_co_await] = ACTIONS(1979), [anon_sym_new] = ACTIONS(1981), [anon_sym_requires] = ACTIONS(1983), [sym_this] = ACTIONS(1969), }, [1645] = { [sym__expression] = STATE(4453), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_initializer_list] = STATE(7095), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(1899), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_default] = ACTIONS(4096), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(4098), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1646] = { [sym__expression] = STATE(4101), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_initializer_list] = STATE(6314), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_RPAREN] = ACTIONS(4100), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(1899), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1647] = { [sym__expression] = STATE(4078), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_initializer_list] = STATE(6322), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_RPAREN] = ACTIONS(4102), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(1899), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1648] = { [sym__expression] = STATE(4069), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3525), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3525), [sym_call_expression] = STATE(3525), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3525), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3525), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_lambda_default_capture] = STATE(6942), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3525), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(4060), [anon_sym_LPAREN2] = ACTIONS(3609), [anon_sym_BANG] = ACTIONS(3613), [anon_sym_TILDE] = ACTIONS(3613), [anon_sym_DASH] = ACTIONS(3611), [anon_sym_PLUS] = ACTIONS(3611), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(4030), [anon_sym_COLON_COLON] = ACTIONS(3615), [anon_sym_LBRACK] = ACTIONS(1949), [anon_sym_RBRACK] = ACTIONS(4044), [anon_sym_EQ] = ACTIONS(4034), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(3611), [anon_sym_compl] = ACTIONS(3611), [anon_sym_DASH_DASH] = ACTIONS(3617), [anon_sym_PLUS_PLUS] = ACTIONS(3617), [anon_sym_sizeof] = ACTIONS(3619), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(3621), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(3623), [anon_sym_new] = ACTIONS(3625), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1649] = { [sym__expression] = STATE(3135), [sym__expression_not_binary] = STATE(3295), [sym_conditional_expression] = STATE(3295), [sym_assignment_expression] = STATE(3295), [sym_pointer_expression] = STATE(3295), [sym_unary_expression] = STATE(3295), [sym_binary_expression] = STATE(3295), [sym_update_expression] = STATE(3295), [sym_cast_expression] = STATE(3295), [sym_sizeof_expression] = STATE(3295), [sym_offsetof_expression] = STATE(3295), [sym_generic_expression] = STATE(3295), [sym_subscript_expression] = STATE(3295), [sym_call_expression] = STATE(3295), [sym_gnu_asm_expression] = STATE(3295), [sym_field_expression] = STATE(3295), [sym_compound_literal_expression] = STATE(3295), [sym_parenthesized_expression] = STATE(3295), [sym_char_literal] = STATE(3192), [sym_concatenated_string] = STATE(3192), [sym_string_literal] = STATE(2207), [sym_null] = STATE(3295), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6682), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3295), [sym_raw_string_literal] = STATE(2207), [sym_co_await_expression] = STATE(3295), [sym_new_expression] = STATE(3295), [sym_delete_expression] = STATE(3295), [sym_requires_clause] = STATE(3295), [sym_requires_expression] = STATE(3295), [sym_lambda_expression] = STATE(3295), [sym_lambda_capture_specifier] = STATE(5166), [sym_fold_expression] = STATE(3295), [sym_parameter_pack_expansion] = STATE(3295), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5270), [sym_qualified_identifier] = STATE(3295), [sym_qualified_type_identifier] = STATE(6682), [sym_user_defined_literal] = STATE(3295), [sym_identifier] = ACTIONS(1985), [anon_sym_LPAREN2] = ACTIONS(4038), [anon_sym_BANG] = ACTIONS(1991), [anon_sym_TILDE] = ACTIONS(1991), [anon_sym_DASH] = ACTIONS(1989), [anon_sym_PLUS] = ACTIONS(1989), [anon_sym_STAR] = ACTIONS(4038), [anon_sym_AMP_AMP] = ACTIONS(4038), [anon_sym_AMP] = ACTIONS(4040), [anon_sym_LT] = ACTIONS(4038), [anon_sym_COLON_COLON] = ACTIONS(1995), [anon_sym_LBRACE] = ACTIONS(4038), [anon_sym_LBRACK] = ACTIONS(4038), [sym_primitive_type] = ACTIONS(1999), [anon_sym_not] = ACTIONS(1989), [anon_sym_compl] = ACTIONS(1989), [anon_sym_DASH_DASH] = ACTIONS(2001), [anon_sym_PLUS_PLUS] = ACTIONS(2001), [anon_sym_sizeof] = ACTIONS(2003), [anon_sym_offsetof] = ACTIONS(2005), [anon_sym__Generic] = ACTIONS(2007), [anon_sym_asm] = ACTIONS(2009), [anon_sym___asm__] = ACTIONS(2009), [sym_number_literal] = ACTIONS(2011), [anon_sym_L_SQUOTE] = ACTIONS(2013), [anon_sym_u_SQUOTE] = ACTIONS(2013), [anon_sym_U_SQUOTE] = ACTIONS(2013), [anon_sym_u8_SQUOTE] = ACTIONS(2013), [anon_sym_SQUOTE] = ACTIONS(2013), [anon_sym_L_DQUOTE] = ACTIONS(2015), [anon_sym_u_DQUOTE] = ACTIONS(2015), [anon_sym_U_DQUOTE] = ACTIONS(2015), [anon_sym_u8_DQUOTE] = ACTIONS(2015), [anon_sym_DQUOTE] = ACTIONS(2015), [sym_true] = ACTIONS(2017), [sym_false] = ACTIONS(2017), [anon_sym_NULL] = ACTIONS(2019), [anon_sym_nullptr] = ACTIONS(2019), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(2021), [anon_sym_R_DQUOTE] = ACTIONS(2023), [anon_sym_LR_DQUOTE] = ACTIONS(2023), [anon_sym_uR_DQUOTE] = ACTIONS(2023), [anon_sym_UR_DQUOTE] = ACTIONS(2023), [anon_sym_u8R_DQUOTE] = ACTIONS(2023), [anon_sym_co_await] = ACTIONS(2025), [anon_sym_new] = ACTIONS(2027), [anon_sym_requires] = ACTIONS(2029), [sym_this] = ACTIONS(2017), }, [1650] = { [sym__expression] = STATE(4513), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_initializer_list] = STATE(7426), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(1899), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_default] = ACTIONS(4104), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(4106), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1651] = { [sym__expression] = STATE(4229), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7104), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_RPAREN] = ACTIONS(4108), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1652] = { [sym__expression] = STATE(4159), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7115), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_RPAREN] = ACTIONS(4110), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1653] = { [sym__expression] = STATE(4440), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_initializer_list] = STATE(7000), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(1899), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1654] = { [sym__expression] = STATE(4231), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7110), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_RPAREN] = ACTIONS(4112), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1655] = { [sym__expression] = STATE(3936), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3525), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3525), [sym_call_expression] = STATE(3525), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3525), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3525), [sym_initializer_list] = STATE(3919), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3525), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3607), [anon_sym_LPAREN2] = ACTIONS(3609), [anon_sym_BANG] = ACTIONS(3613), [anon_sym_TILDE] = ACTIONS(3613), [anon_sym_DASH] = ACTIONS(3611), [anon_sym_PLUS] = ACTIONS(3611), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(3615), [anon_sym_LBRACE] = ACTIONS(1899), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(3611), [anon_sym_compl] = ACTIONS(3611), [anon_sym_DASH_DASH] = ACTIONS(3617), [anon_sym_PLUS_PLUS] = ACTIONS(3617), [anon_sym_sizeof] = ACTIONS(3619), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(3621), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(3623), [anon_sym_new] = ACTIONS(3625), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1656] = { [sym__expression] = STATE(4230), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7106), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_RPAREN] = ACTIONS(4114), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1657] = { [sym__expression] = STATE(2946), [sym__expression_not_binary] = STATE(3025), [sym_conditional_expression] = STATE(3025), [sym_assignment_expression] = STATE(3025), [sym_pointer_expression] = STATE(3025), [sym_unary_expression] = STATE(3025), [sym_binary_expression] = STATE(3025), [sym_update_expression] = STATE(3025), [sym_cast_expression] = STATE(3025), [sym_sizeof_expression] = STATE(3025), [sym_offsetof_expression] = STATE(3025), [sym_generic_expression] = STATE(3025), [sym_subscript_expression] = STATE(3025), [sym_call_expression] = STATE(3025), [sym_gnu_asm_expression] = STATE(3025), [sym_field_expression] = STATE(3025), [sym_compound_literal_expression] = STATE(3025), [sym_parenthesized_expression] = STATE(3025), [sym_char_literal] = STATE(2884), [sym_concatenated_string] = STATE(2884), [sym_string_literal] = STATE(2162), [sym_null] = STATE(3025), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6624), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3025), [sym_raw_string_literal] = STATE(2162), [sym_co_await_expression] = STATE(3025), [sym_new_expression] = STATE(3025), [sym_delete_expression] = STATE(3025), [sym_requires_clause] = STATE(3025), [sym_requires_expression] = STATE(3025), [sym_lambda_expression] = STATE(3025), [sym_lambda_capture_specifier] = STATE(5221), [sym_fold_expression] = STATE(3025), [sym_parameter_pack_expansion] = STATE(3025), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3025), [sym_qualified_type_identifier] = STATE(6624), [sym_user_defined_literal] = STATE(3025), [sym_identifier] = ACTIONS(1933), [anon_sym_COMMA] = ACTIONS(4116), [anon_sym_LPAREN2] = ACTIONS(1937), [anon_sym_BANG] = ACTIONS(1941), [anon_sym_TILDE] = ACTIONS(1941), [anon_sym_DASH] = ACTIONS(1939), [anon_sym_PLUS] = ACTIONS(1939), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(1945), [anon_sym_LBRACK] = ACTIONS(1949), [anon_sym_RBRACK] = ACTIONS(4116), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(1939), [anon_sym_compl] = ACTIONS(1939), [anon_sym_DASH_DASH] = ACTIONS(1953), [anon_sym_PLUS_PLUS] = ACTIONS(1953), [anon_sym_sizeof] = ACTIONS(1955), [anon_sym_offsetof] = ACTIONS(1957), [anon_sym__Generic] = ACTIONS(1959), [anon_sym_asm] = ACTIONS(1961), [anon_sym___asm__] = ACTIONS(1961), [sym_number_literal] = ACTIONS(1963), [anon_sym_L_SQUOTE] = ACTIONS(1965), [anon_sym_u_SQUOTE] = ACTIONS(1965), [anon_sym_U_SQUOTE] = ACTIONS(1965), [anon_sym_u8_SQUOTE] = ACTIONS(1965), [anon_sym_SQUOTE] = ACTIONS(1965), [anon_sym_L_DQUOTE] = ACTIONS(1967), [anon_sym_u_DQUOTE] = ACTIONS(1967), [anon_sym_U_DQUOTE] = ACTIONS(1967), [anon_sym_u8_DQUOTE] = ACTIONS(1967), [anon_sym_DQUOTE] = ACTIONS(1967), [sym_true] = ACTIONS(1969), [sym_false] = ACTIONS(1969), [anon_sym_NULL] = ACTIONS(1971), [anon_sym_nullptr] = ACTIONS(1971), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(1975), [anon_sym_R_DQUOTE] = ACTIONS(1977), [anon_sym_LR_DQUOTE] = ACTIONS(1977), [anon_sym_uR_DQUOTE] = ACTIONS(1977), [anon_sym_UR_DQUOTE] = ACTIONS(1977), [anon_sym_u8R_DQUOTE] = ACTIONS(1977), [anon_sym_co_await] = ACTIONS(1979), [anon_sym_new] = ACTIONS(1981), [anon_sym_requires] = ACTIONS(1983), [sym_this] = ACTIONS(1969), }, [1658] = { [sym__expression] = STATE(4449), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_initializer_list] = STATE(6993), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(1899), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1659] = { [sym__expression] = STATE(4311), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_initializer_list] = STATE(7406), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(1899), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1660] = { [sym__expression] = STATE(4228), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7097), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_RPAREN] = ACTIONS(4118), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1661] = { [sym__expression] = STATE(4346), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_initializer_list] = STATE(7475), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(1899), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1662] = { [sym__expression] = STATE(4226), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7094), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_RPAREN] = ACTIONS(4120), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1663] = { [sym__expression] = STATE(4336), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_initializer_list] = STATE(7260), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(1899), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1664] = { [sym__expression] = STATE(4379), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3552), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3552), [sym_call_expression] = STATE(3552), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3552), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3552), [sym_initializer_list] = STATE(3919), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3552), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3627), [anon_sym_LPAREN2] = ACTIONS(3629), [anon_sym_BANG] = ACTIONS(3633), [anon_sym_TILDE] = ACTIONS(3633), [anon_sym_DASH] = ACTIONS(3631), [anon_sym_PLUS] = ACTIONS(3631), [anon_sym_STAR] = ACTIONS(3635), [anon_sym_AMP] = ACTIONS(3635), [anon_sym_COLON_COLON] = ACTIONS(3637), [anon_sym_LBRACE] = ACTIONS(1899), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(3631), [anon_sym_compl] = ACTIONS(3631), [anon_sym_DASH_DASH] = ACTIONS(3639), [anon_sym_PLUS_PLUS] = ACTIONS(3639), [anon_sym_sizeof] = ACTIONS(3641), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(3643), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(3645), [anon_sym_new] = ACTIONS(3625), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1665] = { [sym__expression] = STATE(4463), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_initializer_list] = STATE(7024), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(1899), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1666] = { [sym__expression] = STATE(4417), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_initializer_list] = STATE(7032), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(1899), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1667] = { [sym__expression] = STATE(4357), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_initializer_list] = STATE(7349), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(1899), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1668] = { [sym__expression] = STATE(4506), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_initializer_list] = STATE(7108), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(1899), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1669] = { [sym__expression] = STATE(2983), [sym__expression_not_binary] = STATE(3025), [sym_conditional_expression] = STATE(3025), [sym_assignment_expression] = STATE(3025), [sym_pointer_expression] = STATE(3025), [sym_unary_expression] = STATE(3025), [sym_binary_expression] = STATE(3025), [sym_update_expression] = STATE(3025), [sym_cast_expression] = STATE(3025), [sym_sizeof_expression] = STATE(3025), [sym_offsetof_expression] = STATE(3025), [sym_generic_expression] = STATE(3025), [sym_subscript_expression] = STATE(3025), [sym_call_expression] = STATE(3025), [sym_gnu_asm_expression] = STATE(3025), [sym_field_expression] = STATE(3025), [sym_compound_literal_expression] = STATE(3025), [sym_parenthesized_expression] = STATE(3025), [sym_initializer_list] = STATE(2984), [sym_char_literal] = STATE(2884), [sym_concatenated_string] = STATE(2884), [sym_string_literal] = STATE(2162), [sym_null] = STATE(3025), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6624), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3025), [sym_raw_string_literal] = STATE(2162), [sym_co_await_expression] = STATE(3025), [sym_new_expression] = STATE(3025), [sym_delete_expression] = STATE(3025), [sym_requires_clause] = STATE(3025), [sym_requires_expression] = STATE(3025), [sym_lambda_expression] = STATE(3025), [sym_lambda_capture_specifier] = STATE(5221), [sym_fold_expression] = STATE(3025), [sym_parameter_pack_expansion] = STATE(3025), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3025), [sym_qualified_type_identifier] = STATE(6624), [sym_user_defined_literal] = STATE(3025), [sym_identifier] = ACTIONS(1933), [anon_sym_LPAREN2] = ACTIONS(1937), [anon_sym_BANG] = ACTIONS(1941), [anon_sym_TILDE] = ACTIONS(1941), [anon_sym_DASH] = ACTIONS(1939), [anon_sym_PLUS] = ACTIONS(1939), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(1945), [anon_sym_LBRACE] = ACTIONS(1947), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(1939), [anon_sym_compl] = ACTIONS(1939), [anon_sym_DASH_DASH] = ACTIONS(1953), [anon_sym_PLUS_PLUS] = ACTIONS(1953), [anon_sym_sizeof] = ACTIONS(1955), [anon_sym_offsetof] = ACTIONS(1957), [anon_sym__Generic] = ACTIONS(1959), [anon_sym_asm] = ACTIONS(1961), [anon_sym___asm__] = ACTIONS(1961), [sym_number_literal] = ACTIONS(1963), [anon_sym_L_SQUOTE] = ACTIONS(1965), [anon_sym_u_SQUOTE] = ACTIONS(1965), [anon_sym_U_SQUOTE] = ACTIONS(1965), [anon_sym_u8_SQUOTE] = ACTIONS(1965), [anon_sym_SQUOTE] = ACTIONS(1965), [anon_sym_L_DQUOTE] = ACTIONS(1967), [anon_sym_u_DQUOTE] = ACTIONS(1967), [anon_sym_U_DQUOTE] = ACTIONS(1967), [anon_sym_u8_DQUOTE] = ACTIONS(1967), [anon_sym_DQUOTE] = ACTIONS(1967), [sym_true] = ACTIONS(1969), [sym_false] = ACTIONS(1969), [anon_sym_NULL] = ACTIONS(1971), [anon_sym_nullptr] = ACTIONS(1971), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(1975), [anon_sym_R_DQUOTE] = ACTIONS(1977), [anon_sym_LR_DQUOTE] = ACTIONS(1977), [anon_sym_uR_DQUOTE] = ACTIONS(1977), [anon_sym_UR_DQUOTE] = ACTIONS(1977), [anon_sym_u8R_DQUOTE] = ACTIONS(1977), [anon_sym_co_await] = ACTIONS(1979), [anon_sym_new] = ACTIONS(1981), [anon_sym_requires] = ACTIONS(1983), [sym_this] = ACTIONS(1969), }, [1670] = { [sym__expression] = STATE(4496), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_initializer_list] = STATE(7116), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(1899), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1671] = { [sym__expression] = STATE(4307), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3525), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3525), [sym_call_expression] = STATE(3525), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3525), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3525), [sym_initializer_list] = STATE(7725), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3525), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3607), [anon_sym_LPAREN2] = ACTIONS(3609), [anon_sym_BANG] = ACTIONS(3613), [anon_sym_TILDE] = ACTIONS(3613), [anon_sym_DASH] = ACTIONS(3611), [anon_sym_PLUS] = ACTIONS(3611), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(3615), [anon_sym_LBRACE] = ACTIONS(1899), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(3611), [anon_sym_compl] = ACTIONS(3611), [anon_sym_DASH_DASH] = ACTIONS(3617), [anon_sym_PLUS_PLUS] = ACTIONS(3617), [anon_sym_sizeof] = ACTIONS(3619), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(3621), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(3623), [anon_sym_new] = ACTIONS(3625), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1672] = { [sym__expression] = STATE(4143), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7018), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_RPAREN] = ACTIONS(4122), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1673] = { [sym__expression] = STATE(4330), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3525), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3525), [sym_call_expression] = STATE(3525), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3525), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3525), [sym_initializer_list] = STATE(6978), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3525), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3607), [anon_sym_LPAREN2] = ACTIONS(3609), [anon_sym_BANG] = ACTIONS(3613), [anon_sym_TILDE] = ACTIONS(3613), [anon_sym_DASH] = ACTIONS(3611), [anon_sym_PLUS] = ACTIONS(3611), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(3615), [anon_sym_LBRACE] = ACTIONS(1899), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(3611), [anon_sym_compl] = ACTIONS(3611), [anon_sym_DASH_DASH] = ACTIONS(3617), [anon_sym_PLUS_PLUS] = ACTIONS(3617), [anon_sym_sizeof] = ACTIONS(3619), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(3621), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(3623), [anon_sym_new] = ACTIONS(3625), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1674] = { [sym__expression] = STATE(4144), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7016), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_RPAREN] = ACTIONS(4124), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1675] = { [sym__expression] = STATE(4281), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7300), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_RPAREN] = ACTIONS(4126), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1676] = { [sym__expression] = STATE(4277), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7394), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_RPAREN] = ACTIONS(4128), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1677] = { [sym__expression] = STATE(4149), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7088), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_RPAREN] = ACTIONS(4130), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1678] = { [sym__expression] = STATE(4171), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7137), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_RPAREN] = ACTIONS(4132), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1679] = { [sym__expression] = STATE(4148), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7085), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_RPAREN] = ACTIONS(4134), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1680] = { [sym__expression] = STATE(3157), [sym__expression_not_binary] = STATE(3295), [sym_conditional_expression] = STATE(3295), [sym_assignment_expression] = STATE(3295), [sym_pointer_expression] = STATE(3295), [sym_unary_expression] = STATE(3295), [sym_binary_expression] = STATE(3295), [sym_update_expression] = STATE(3295), [sym_cast_expression] = STATE(3295), [sym_sizeof_expression] = STATE(3295), [sym_offsetof_expression] = STATE(3295), [sym_generic_expression] = STATE(3295), [sym_subscript_expression] = STATE(3295), [sym_call_expression] = STATE(3295), [sym_gnu_asm_expression] = STATE(3295), [sym_field_expression] = STATE(3295), [sym_compound_literal_expression] = STATE(3295), [sym_parenthesized_expression] = STATE(3295), [sym_initializer_list] = STATE(3301), [sym_char_literal] = STATE(3192), [sym_concatenated_string] = STATE(3192), [sym_string_literal] = STATE(2207), [sym_null] = STATE(3295), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6682), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3295), [sym_raw_string_literal] = STATE(2207), [sym_co_await_expression] = STATE(3295), [sym_new_expression] = STATE(3295), [sym_delete_expression] = STATE(3295), [sym_requires_clause] = STATE(3295), [sym_requires_expression] = STATE(3295), [sym_lambda_expression] = STATE(3295), [sym_lambda_capture_specifier] = STATE(5166), [sym_fold_expression] = STATE(3295), [sym_parameter_pack_expansion] = STATE(3295), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5270), [sym_qualified_identifier] = STATE(3295), [sym_qualified_type_identifier] = STATE(6682), [sym_user_defined_literal] = STATE(3295), [sym_identifier] = ACTIONS(1985), [anon_sym_LPAREN2] = ACTIONS(1987), [anon_sym_BANG] = ACTIONS(1991), [anon_sym_TILDE] = ACTIONS(1991), [anon_sym_DASH] = ACTIONS(1989), [anon_sym_PLUS] = ACTIONS(1989), [anon_sym_STAR] = ACTIONS(1847), [anon_sym_AMP] = ACTIONS(1847), [anon_sym_COLON_COLON] = ACTIONS(1995), [anon_sym_LBRACE] = ACTIONS(1997), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1999), [anon_sym_not] = ACTIONS(1989), [anon_sym_compl] = ACTIONS(1989), [anon_sym_DASH_DASH] = ACTIONS(2001), [anon_sym_PLUS_PLUS] = ACTIONS(2001), [anon_sym_sizeof] = ACTIONS(2003), [anon_sym_offsetof] = ACTIONS(2005), [anon_sym__Generic] = ACTIONS(2007), [anon_sym_asm] = ACTIONS(2009), [anon_sym___asm__] = ACTIONS(2009), [sym_number_literal] = ACTIONS(2011), [anon_sym_L_SQUOTE] = ACTIONS(2013), [anon_sym_u_SQUOTE] = ACTIONS(2013), [anon_sym_U_SQUOTE] = ACTIONS(2013), [anon_sym_u8_SQUOTE] = ACTIONS(2013), [anon_sym_SQUOTE] = ACTIONS(2013), [anon_sym_L_DQUOTE] = ACTIONS(2015), [anon_sym_u_DQUOTE] = ACTIONS(2015), [anon_sym_U_DQUOTE] = ACTIONS(2015), [anon_sym_u8_DQUOTE] = ACTIONS(2015), [anon_sym_DQUOTE] = ACTIONS(2015), [sym_true] = ACTIONS(2017), [sym_false] = ACTIONS(2017), [anon_sym_NULL] = ACTIONS(2019), [anon_sym_nullptr] = ACTIONS(2019), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(2021), [anon_sym_R_DQUOTE] = ACTIONS(2023), [anon_sym_LR_DQUOTE] = ACTIONS(2023), [anon_sym_uR_DQUOTE] = ACTIONS(2023), [anon_sym_UR_DQUOTE] = ACTIONS(2023), [anon_sym_u8R_DQUOTE] = ACTIONS(2023), [anon_sym_co_await] = ACTIONS(2025), [anon_sym_new] = ACTIONS(2027), [anon_sym_requires] = ACTIONS(2029), [sym_this] = ACTIONS(2017), }, [1681] = { [sym__expression] = STATE(4426), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_initializer_list] = STATE(7706), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(1899), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1682] = { [sym__expression] = STATE(4198), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7030), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_RPAREN] = ACTIONS(4136), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1683] = { [sym__expression] = STATE(4262), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_initializer_list] = STATE(6860), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(1899), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1684] = { [sym__expression] = STATE(4492), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_initializer_list] = STATE(7660), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(1899), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1685] = { [sym__expression] = STATE(4166), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7125), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_RPAREN] = ACTIONS(4138), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1686] = { [sym__expression] = STATE(4162), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7122), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_RPAREN] = ACTIONS(4140), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1687] = { [sym__expression] = STATE(4428), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_initializer_list] = STATE(7437), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(1899), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1688] = { [sym__expression] = STATE(4249), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7571), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_RPAREN] = ACTIONS(4142), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1689] = { [sym__expression] = STATE(4185), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7009), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_RPAREN] = ACTIONS(4144), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1690] = { [sym__expression] = STATE(4186), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7012), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_RPAREN] = ACTIONS(4146), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1691] = { [sym__expression] = STATE(4197), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7026), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_RPAREN] = ACTIONS(4148), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1692] = { [sym__expression] = STATE(4234), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7114), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_RPAREN] = ACTIONS(4150), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1693] = { [sym__expression] = STATE(4224), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_initializer_list] = STATE(6891), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(1899), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1694] = { [sym__expression] = STATE(4092), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(6783), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_DOT_DOT_DOT] = ACTIONS(4152), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1695] = { [sym__expression] = STATE(4153), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(6997), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_RPAREN] = ACTIONS(4155), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1696] = { [sym__expression] = STATE(4192), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7022), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_RPAREN] = ACTIONS(4157), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1697] = { [sym__expression] = STATE(4267), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_initializer_list] = STATE(6746), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(1899), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1698] = { [sym__expression] = STATE(3936), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_initializer_list] = STATE(3919), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(1899), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1699] = { [sym__expression] = STATE(4077), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_initializer_list] = STATE(6891), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(1899), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1700] = { [sym__expression] = STATE(4468), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_initializer_list] = STATE(7124), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(1899), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1701] = { [sym__expression] = STATE(4146), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7083), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_RPAREN] = ACTIONS(4159), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1702] = { [sym__expression] = STATE(4385), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_initializer_list] = STATE(7573), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(1899), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1703] = { [sym__expression] = STATE(4392), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_initializer_list] = STATE(7078), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(1899), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1704] = { [sym__expression] = STATE(4415), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3525), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3525), [sym_call_expression] = STATE(3525), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3525), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3525), [sym_initializer_list] = STATE(7242), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3525), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3607), [anon_sym_LPAREN2] = ACTIONS(3609), [anon_sym_BANG] = ACTIONS(3613), [anon_sym_TILDE] = ACTIONS(3613), [anon_sym_DASH] = ACTIONS(3611), [anon_sym_PLUS] = ACTIONS(3611), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(3615), [anon_sym_LBRACE] = ACTIONS(1899), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(3611), [anon_sym_compl] = ACTIONS(3611), [anon_sym_DASH_DASH] = ACTIONS(3617), [anon_sym_PLUS_PLUS] = ACTIONS(3617), [anon_sym_sizeof] = ACTIONS(3619), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(3621), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(3623), [anon_sym_new] = ACTIONS(3625), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1705] = { [sym__expression] = STATE(4407), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_initializer_list] = STATE(7084), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(1899), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1706] = { [sym__expression] = STATE(4292), [sym__expression_not_binary] = STATE(4455), [sym_conditional_expression] = STATE(4455), [sym_assignment_expression] = STATE(4455), [sym_pointer_expression] = STATE(3543), [sym_unary_expression] = STATE(4455), [sym_binary_expression] = STATE(4455), [sym_update_expression] = STATE(4455), [sym_cast_expression] = STATE(4455), [sym_sizeof_expression] = STATE(4455), [sym_offsetof_expression] = STATE(4455), [sym_generic_expression] = STATE(4455), [sym_subscript_expression] = STATE(3543), [sym_call_expression] = STATE(3543), [sym_gnu_asm_expression] = STATE(4455), [sym_field_expression] = STATE(3543), [sym_compound_literal_expression] = STATE(4455), [sym_parenthesized_expression] = STATE(3543), [sym_initializer_list] = STATE(4430), [sym_char_literal] = STATE(4150), [sym_concatenated_string] = STATE(4150), [sym_string_literal] = STATE(3544), [sym_null] = STATE(4455), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6810), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(4455), [sym_raw_string_literal] = STATE(3544), [sym_co_await_expression] = STATE(4455), [sym_new_expression] = STATE(4455), [sym_delete_expression] = STATE(4455), [sym_requires_clause] = STATE(4455), [sym_requires_expression] = STATE(4455), [sym_lambda_expression] = STATE(4455), [sym_lambda_capture_specifier] = STATE(5208), [sym_fold_expression] = STATE(4455), [sym_parameter_pack_expansion] = STATE(4455), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5301), [sym_qualified_identifier] = STATE(3543), [sym_qualified_type_identifier] = STATE(6810), [sym_user_defined_literal] = STATE(4455), [sym_identifier] = ACTIONS(3603), [anon_sym_LPAREN2] = ACTIONS(2618), [anon_sym_BANG] = ACTIONS(2620), [anon_sym_TILDE] = ACTIONS(2620), [anon_sym_DASH] = ACTIONS(2622), [anon_sym_PLUS] = ACTIONS(2622), [anon_sym_STAR] = ACTIONS(2624), [anon_sym_AMP] = ACTIONS(2624), [anon_sym_COLON_COLON] = ACTIONS(2626), [anon_sym_LBRACE] = ACTIONS(3605), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(2045), [anon_sym_not] = ACTIONS(2622), [anon_sym_compl] = ACTIONS(2622), [anon_sym_DASH_DASH] = ACTIONS(2640), [anon_sym_PLUS_PLUS] = ACTIONS(2640), [anon_sym_sizeof] = ACTIONS(2642), [anon_sym_offsetof] = ACTIONS(2644), [anon_sym__Generic] = ACTIONS(2646), [anon_sym_asm] = ACTIONS(2648), [anon_sym___asm__] = ACTIONS(2648), [sym_number_literal] = ACTIONS(2650), [anon_sym_L_SQUOTE] = ACTIONS(2652), [anon_sym_u_SQUOTE] = ACTIONS(2652), [anon_sym_U_SQUOTE] = ACTIONS(2652), [anon_sym_u8_SQUOTE] = ACTIONS(2652), [anon_sym_SQUOTE] = ACTIONS(2652), [anon_sym_L_DQUOTE] = ACTIONS(2654), [anon_sym_u_DQUOTE] = ACTIONS(2654), [anon_sym_U_DQUOTE] = ACTIONS(2654), [anon_sym_u8_DQUOTE] = ACTIONS(2654), [anon_sym_DQUOTE] = ACTIONS(2654), [sym_true] = ACTIONS(2656), [sym_false] = ACTIONS(2656), [anon_sym_NULL] = ACTIONS(2658), [anon_sym_nullptr] = ACTIONS(2658), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(2668), [anon_sym_R_DQUOTE] = ACTIONS(2670), [anon_sym_LR_DQUOTE] = ACTIONS(2670), [anon_sym_uR_DQUOTE] = ACTIONS(2670), [anon_sym_UR_DQUOTE] = ACTIONS(2670), [anon_sym_u8R_DQUOTE] = ACTIONS(2670), [anon_sym_co_await] = ACTIONS(2672), [anon_sym_new] = ACTIONS(2674), [anon_sym_requires] = ACTIONS(2676), [sym_this] = ACTIONS(2656), }, [1707] = { [sym__expression] = STATE(4286), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7358), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_RPAREN] = ACTIONS(4161), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1708] = { [sym__expression] = STATE(4155), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(6994), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_RPAREN] = ACTIONS(4163), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1709] = { [sym__expression] = STATE(4288), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7362), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_RPAREN] = ACTIONS(4165), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1710] = { [sym__expression] = STATE(4160), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7118), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_RPAREN] = ACTIONS(4167), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1711] = { [sym__expression] = STATE(4190), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7020), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_RPAREN] = ACTIONS(4169), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1712] = { [sym__expression] = STATE(4289), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7400), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_RPAREN] = ACTIONS(4171), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1713] = { [sym__expression] = STATE(4151), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7005), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_RPAREN] = ACTIONS(4173), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1714] = { [sym__expression] = STATE(4243), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7457), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_RPAREN] = ACTIONS(4175), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1715] = { [sym__expression] = STATE(4498), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_initializer_list] = STATE(7139), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(1899), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1716] = { [sym__expression] = STATE(3451), [sym__expression_not_binary] = STATE(3025), [sym_conditional_expression] = STATE(3025), [sym_assignment_expression] = STATE(3025), [sym_pointer_expression] = STATE(3025), [sym_unary_expression] = STATE(3025), [sym_binary_expression] = STATE(3025), [sym_update_expression] = STATE(3025), [sym_cast_expression] = STATE(3025), [sym_sizeof_expression] = STATE(3025), [sym_offsetof_expression] = STATE(3025), [sym_generic_expression] = STATE(3025), [sym_subscript_expression] = STATE(3025), [sym_call_expression] = STATE(3025), [sym_gnu_asm_expression] = STATE(3025), [sym_field_expression] = STATE(3025), [sym_compound_literal_expression] = STATE(3025), [sym_parenthesized_expression] = STATE(3025), [sym_initializer_list] = STATE(2984), [sym_char_literal] = STATE(2884), [sym_concatenated_string] = STATE(2884), [sym_string_literal] = STATE(2162), [sym_null] = STATE(3025), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6624), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3025), [sym_raw_string_literal] = STATE(2162), [sym_co_await_expression] = STATE(3025), [sym_new_expression] = STATE(3025), [sym_delete_expression] = STATE(3025), [sym_requires_clause] = STATE(3025), [sym_requires_expression] = STATE(3025), [sym_lambda_expression] = STATE(3025), [sym_lambda_capture_specifier] = STATE(5221), [sym_fold_expression] = STATE(3025), [sym_parameter_pack_expansion] = STATE(3025), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3025), [sym_qualified_type_identifier] = STATE(6624), [sym_user_defined_literal] = STATE(3025), [sym_identifier] = ACTIONS(1933), [anon_sym_LPAREN2] = ACTIONS(2077), [anon_sym_BANG] = ACTIONS(2081), [anon_sym_TILDE] = ACTIONS(2081), [anon_sym_DASH] = ACTIONS(2079), [anon_sym_PLUS] = ACTIONS(2079), [anon_sym_STAR] = ACTIONS(3635), [anon_sym_AMP] = ACTIONS(3635), [anon_sym_COLON_COLON] = ACTIONS(2085), [anon_sym_LBRACE] = ACTIONS(1947), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(2079), [anon_sym_compl] = ACTIONS(2079), [anon_sym_DASH_DASH] = ACTIONS(2087), [anon_sym_PLUS_PLUS] = ACTIONS(2087), [anon_sym_sizeof] = ACTIONS(2089), [anon_sym_offsetof] = ACTIONS(1957), [anon_sym__Generic] = ACTIONS(1959), [anon_sym_asm] = ACTIONS(1961), [anon_sym___asm__] = ACTIONS(1961), [sym_number_literal] = ACTIONS(1963), [anon_sym_L_SQUOTE] = ACTIONS(1965), [anon_sym_u_SQUOTE] = ACTIONS(1965), [anon_sym_U_SQUOTE] = ACTIONS(1965), [anon_sym_u8_SQUOTE] = ACTIONS(1965), [anon_sym_SQUOTE] = ACTIONS(1965), [anon_sym_L_DQUOTE] = ACTIONS(1967), [anon_sym_u_DQUOTE] = ACTIONS(1967), [anon_sym_U_DQUOTE] = ACTIONS(1967), [anon_sym_u8_DQUOTE] = ACTIONS(1967), [anon_sym_DQUOTE] = ACTIONS(1967), [sym_true] = ACTIONS(1969), [sym_false] = ACTIONS(1969), [anon_sym_NULL] = ACTIONS(1971), [anon_sym_nullptr] = ACTIONS(1971), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(2091), [anon_sym_R_DQUOTE] = ACTIONS(1977), [anon_sym_LR_DQUOTE] = ACTIONS(1977), [anon_sym_uR_DQUOTE] = ACTIONS(1977), [anon_sym_UR_DQUOTE] = ACTIONS(1977), [anon_sym_u8R_DQUOTE] = ACTIONS(1977), [anon_sym_co_await] = ACTIONS(2093), [anon_sym_new] = ACTIONS(1981), [anon_sym_requires] = ACTIONS(1983), [sym_this] = ACTIONS(1969), }, [1717] = { [sym__expression] = STATE(4293), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7403), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_RPAREN] = ACTIONS(4177), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1718] = { [sym__expression] = STATE(3359), [sym__expression_not_binary] = STATE(3419), [sym_conditional_expression] = STATE(3419), [sym_assignment_expression] = STATE(3419), [sym_pointer_expression] = STATE(3419), [sym_unary_expression] = STATE(3419), [sym_binary_expression] = STATE(3419), [sym_update_expression] = STATE(3419), [sym_cast_expression] = STATE(3419), [sym_sizeof_expression] = STATE(3419), [sym_offsetof_expression] = STATE(3419), [sym_generic_expression] = STATE(3419), [sym_subscript_expression] = STATE(3419), [sym_call_expression] = STATE(3419), [sym_gnu_asm_expression] = STATE(3419), [sym_field_expression] = STATE(3419), [sym_compound_literal_expression] = STATE(3419), [sym_parenthesized_expression] = STATE(3419), [sym_initializer_list] = STATE(3458), [sym_char_literal] = STATE(3398), [sym_concatenated_string] = STATE(3398), [sym_string_literal] = STATE(2277), [sym_null] = STATE(3419), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6607), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3419), [sym_raw_string_literal] = STATE(2277), [sym_co_await_expression] = STATE(3419), [sym_new_expression] = STATE(3419), [sym_delete_expression] = STATE(3419), [sym_requires_clause] = STATE(3419), [sym_requires_expression] = STATE(3419), [sym_lambda_expression] = STATE(3419), [sym_lambda_capture_specifier] = STATE(5189), [sym_fold_expression] = STATE(3419), [sym_parameter_pack_expansion] = STATE(3419), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5301), [sym_qualified_identifier] = STATE(3419), [sym_qualified_type_identifier] = STATE(6607), [sym_user_defined_literal] = STATE(3419), [sym_identifier] = ACTIONS(2031), [anon_sym_LPAREN2] = ACTIONS(2033), [anon_sym_BANG] = ACTIONS(2037), [anon_sym_TILDE] = ACTIONS(2037), [anon_sym_DASH] = ACTIONS(2035), [anon_sym_PLUS] = ACTIONS(2035), [anon_sym_STAR] = ACTIONS(2624), [anon_sym_AMP] = ACTIONS(2624), [anon_sym_COLON_COLON] = ACTIONS(2041), [anon_sym_LBRACE] = ACTIONS(2043), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(2045), [anon_sym_not] = ACTIONS(2035), [anon_sym_compl] = ACTIONS(2035), [anon_sym_DASH_DASH] = ACTIONS(2047), [anon_sym_PLUS_PLUS] = ACTIONS(2047), [anon_sym_sizeof] = ACTIONS(2049), [anon_sym_offsetof] = ACTIONS(2051), [anon_sym__Generic] = ACTIONS(2053), [anon_sym_asm] = ACTIONS(2055), [anon_sym___asm__] = ACTIONS(2055), [sym_number_literal] = ACTIONS(2057), [anon_sym_L_SQUOTE] = ACTIONS(2059), [anon_sym_u_SQUOTE] = ACTIONS(2059), [anon_sym_U_SQUOTE] = ACTIONS(2059), [anon_sym_u8_SQUOTE] = ACTIONS(2059), [anon_sym_SQUOTE] = ACTIONS(2059), [anon_sym_L_DQUOTE] = ACTIONS(2061), [anon_sym_u_DQUOTE] = ACTIONS(2061), [anon_sym_U_DQUOTE] = ACTIONS(2061), [anon_sym_u8_DQUOTE] = ACTIONS(2061), [anon_sym_DQUOTE] = ACTIONS(2061), [sym_true] = ACTIONS(2063), [sym_false] = ACTIONS(2063), [anon_sym_NULL] = ACTIONS(2065), [anon_sym_nullptr] = ACTIONS(2065), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(2067), [anon_sym_R_DQUOTE] = ACTIONS(2069), [anon_sym_LR_DQUOTE] = ACTIONS(2069), [anon_sym_uR_DQUOTE] = ACTIONS(2069), [anon_sym_UR_DQUOTE] = ACTIONS(2069), [anon_sym_u8R_DQUOTE] = ACTIONS(2069), [anon_sym_co_await] = ACTIONS(2071), [anon_sym_new] = ACTIONS(2073), [anon_sym_requires] = ACTIONS(2075), [sym_this] = ACTIONS(2063), }, [1719] = { [sym__expression] = STATE(4295), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7411), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_RPAREN] = ACTIONS(4179), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1720] = { [sym__expression] = STATE(3469), [sym__expression_not_binary] = STATE(3564), [sym_conditional_expression] = STATE(3564), [sym_assignment_expression] = STATE(3564), [sym_pointer_expression] = STATE(3290), [sym_unary_expression] = STATE(3564), [sym_binary_expression] = STATE(3564), [sym_update_expression] = STATE(3564), [sym_cast_expression] = STATE(3564), [sym_sizeof_expression] = STATE(3564), [sym_offsetof_expression] = STATE(3564), [sym_generic_expression] = STATE(3564), [sym_subscript_expression] = STATE(3290), [sym_call_expression] = STATE(3290), [sym_gnu_asm_expression] = STATE(3564), [sym_field_expression] = STATE(3290), [sym_compound_literal_expression] = STATE(3564), [sym_parenthesized_expression] = STATE(3290), [sym_initializer_list] = STATE(3623), [sym_char_literal] = STATE(3429), [sym_concatenated_string] = STATE(3429), [sym_string_literal] = STATE(2306), [sym_null] = STATE(3564), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6687), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3564), [sym_raw_string_literal] = STATE(2306), [sym_co_await_expression] = STATE(3564), [sym_new_expression] = STATE(3564), [sym_delete_expression] = STATE(3564), [sym_requires_clause] = STATE(3564), [sym_requires_expression] = STATE(3564), [sym_lambda_expression] = STATE(3564), [sym_lambda_capture_specifier] = STATE(5176), [sym_fold_expression] = STATE(3564), [sym_parameter_pack_expansion] = STATE(3564), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5270), [sym_qualified_identifier] = STATE(3290), [sym_qualified_type_identifier] = STATE(6687), [sym_user_defined_literal] = STATE(3564), [sym_identifier] = ACTIONS(2095), [anon_sym_LPAREN2] = ACTIONS(1841), [anon_sym_BANG] = ACTIONS(1843), [anon_sym_TILDE] = ACTIONS(1843), [anon_sym_DASH] = ACTIONS(1845), [anon_sym_PLUS] = ACTIONS(1845), [anon_sym_STAR] = ACTIONS(1847), [anon_sym_AMP] = ACTIONS(1847), [anon_sym_COLON_COLON] = ACTIONS(1849), [anon_sym_LBRACE] = ACTIONS(2097), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1999), [anon_sym_not] = ACTIONS(1845), [anon_sym_compl] = ACTIONS(1845), [anon_sym_DASH_DASH] = ACTIONS(1861), [anon_sym_PLUS_PLUS] = ACTIONS(1861), [anon_sym_sizeof] = ACTIONS(1863), [anon_sym_offsetof] = ACTIONS(1865), [anon_sym__Generic] = ACTIONS(1867), [anon_sym_asm] = ACTIONS(1869), [anon_sym___asm__] = ACTIONS(1869), [sym_number_literal] = ACTIONS(1871), [anon_sym_L_SQUOTE] = ACTIONS(1873), [anon_sym_u_SQUOTE] = ACTIONS(1873), [anon_sym_U_SQUOTE] = ACTIONS(1873), [anon_sym_u8_SQUOTE] = ACTIONS(1873), [anon_sym_SQUOTE] = ACTIONS(1873), [anon_sym_L_DQUOTE] = ACTIONS(1875), [anon_sym_u_DQUOTE] = ACTIONS(1875), [anon_sym_U_DQUOTE] = ACTIONS(1875), [anon_sym_u8_DQUOTE] = ACTIONS(1875), [anon_sym_DQUOTE] = ACTIONS(1875), [sym_true] = ACTIONS(1877), [sym_false] = ACTIONS(1877), [anon_sym_NULL] = ACTIONS(1879), [anon_sym_nullptr] = ACTIONS(1879), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(1883), [anon_sym_R_DQUOTE] = ACTIONS(1885), [anon_sym_LR_DQUOTE] = ACTIONS(1885), [anon_sym_uR_DQUOTE] = ACTIONS(1885), [anon_sym_UR_DQUOTE] = ACTIONS(1885), [anon_sym_u8R_DQUOTE] = ACTIONS(1885), [anon_sym_co_await] = ACTIONS(1887), [anon_sym_new] = ACTIONS(1889), [anon_sym_requires] = ACTIONS(1891), [sym_this] = ACTIONS(1877), }, [1721] = { [sym__expression] = STATE(4488), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_initializer_list] = STATE(7131), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(1899), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1722] = { [sym__expression] = STATE(4164), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7123), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_RPAREN] = ACTIONS(4181), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1723] = { [sym__expression] = STATE(4370), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_initializer_list] = STATE(7559), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(1899), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1724] = { [sym__expression] = STATE(4366), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_initializer_list] = STATE(7072), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(1899), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1725] = { [sym__expression] = STATE(4259), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7461), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_RPAREN] = ACTIONS(4183), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1726] = { [sym__expression] = STATE(4145), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7079), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_RPAREN] = ACTIONS(4185), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1727] = { [sym__expression] = STATE(4356), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_initializer_list] = STATE(7464), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(1899), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1728] = { [sym__expression] = STATE(4272), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7470), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_RPAREN] = ACTIONS(4187), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1729] = { [sym__expression] = STATE(4290), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7472), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_RPAREN] = ACTIONS(4189), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1730] = { [sym__expression] = STATE(4141), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7076), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_RPAREN] = ACTIONS(4191), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1731] = { [sym__expression] = STATE(4142), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7077), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_RPAREN] = ACTIONS(4193), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1732] = { [sym__expression] = STATE(4152), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7001), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_RPAREN] = ACTIONS(4195), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1733] = { [sym__expression] = STATE(4092), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(6783), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1734] = { [sym__expression] = STATE(2946), [sym__expression_not_binary] = STATE(3025), [sym_conditional_expression] = STATE(3025), [sym_assignment_expression] = STATE(3025), [sym_pointer_expression] = STATE(3025), [sym_unary_expression] = STATE(3025), [sym_binary_expression] = STATE(3025), [sym_update_expression] = STATE(3025), [sym_cast_expression] = STATE(3025), [sym_sizeof_expression] = STATE(3025), [sym_offsetof_expression] = STATE(3025), [sym_generic_expression] = STATE(3025), [sym_subscript_expression] = STATE(3025), [sym_call_expression] = STATE(3025), [sym_gnu_asm_expression] = STATE(3025), [sym_field_expression] = STATE(3025), [sym_compound_literal_expression] = STATE(3025), [sym_parenthesized_expression] = STATE(3025), [sym_char_literal] = STATE(2884), [sym_concatenated_string] = STATE(2884), [sym_string_literal] = STATE(2162), [sym_null] = STATE(3025), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6624), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3025), [sym_raw_string_literal] = STATE(2162), [sym_co_await_expression] = STATE(3025), [sym_new_expression] = STATE(3025), [sym_delete_expression] = STATE(3025), [sym_requires_clause] = STATE(3025), [sym_requires_expression] = STATE(3025), [sym_lambda_expression] = STATE(3025), [sym_lambda_capture_specifier] = STATE(5221), [sym_fold_expression] = STATE(3025), [sym_parameter_pack_expansion] = STATE(3025), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3025), [sym_qualified_type_identifier] = STATE(6624), [sym_user_defined_literal] = STATE(3025), [sym_identifier] = ACTIONS(1933), [anon_sym_LPAREN2] = ACTIONS(1937), [anon_sym_BANG] = ACTIONS(1941), [anon_sym_TILDE] = ACTIONS(1941), [anon_sym_DASH] = ACTIONS(1939), [anon_sym_PLUS] = ACTIONS(1939), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(1945), [anon_sym_LBRACK] = ACTIONS(1949), [anon_sym_RBRACK] = ACTIONS(4197), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(1939), [anon_sym_compl] = ACTIONS(1939), [anon_sym_DASH_DASH] = ACTIONS(1953), [anon_sym_PLUS_PLUS] = ACTIONS(1953), [anon_sym_sizeof] = ACTIONS(1955), [anon_sym_offsetof] = ACTIONS(1957), [anon_sym__Generic] = ACTIONS(1959), [anon_sym_asm] = ACTIONS(1961), [anon_sym___asm__] = ACTIONS(1961), [sym_number_literal] = ACTIONS(1963), [anon_sym_L_SQUOTE] = ACTIONS(1965), [anon_sym_u_SQUOTE] = ACTIONS(1965), [anon_sym_U_SQUOTE] = ACTIONS(1965), [anon_sym_u8_SQUOTE] = ACTIONS(1965), [anon_sym_SQUOTE] = ACTIONS(1965), [anon_sym_L_DQUOTE] = ACTIONS(1967), [anon_sym_u_DQUOTE] = ACTIONS(1967), [anon_sym_U_DQUOTE] = ACTIONS(1967), [anon_sym_u8_DQUOTE] = ACTIONS(1967), [anon_sym_DQUOTE] = ACTIONS(1967), [sym_true] = ACTIONS(1969), [sym_false] = ACTIONS(1969), [anon_sym_NULL] = ACTIONS(1971), [anon_sym_nullptr] = ACTIONS(1971), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(1975), [anon_sym_R_DQUOTE] = ACTIONS(1977), [anon_sym_LR_DQUOTE] = ACTIONS(1977), [anon_sym_uR_DQUOTE] = ACTIONS(1977), [anon_sym_UR_DQUOTE] = ACTIONS(1977), [anon_sym_u8R_DQUOTE] = ACTIONS(1977), [anon_sym_co_await] = ACTIONS(1979), [anon_sym_new] = ACTIONS(1981), [anon_sym_requires] = ACTIONS(1983), [sym_this] = ACTIONS(1969), }, [1735] = { [sym__expression] = STATE(2946), [sym__expression_not_binary] = STATE(3025), [sym_conditional_expression] = STATE(3025), [sym_assignment_expression] = STATE(3025), [sym_pointer_expression] = STATE(3025), [sym_unary_expression] = STATE(3025), [sym_binary_expression] = STATE(3025), [sym_update_expression] = STATE(3025), [sym_cast_expression] = STATE(3025), [sym_sizeof_expression] = STATE(3025), [sym_offsetof_expression] = STATE(3025), [sym_generic_expression] = STATE(3025), [sym_subscript_expression] = STATE(3025), [sym_call_expression] = STATE(3025), [sym_gnu_asm_expression] = STATE(3025), [sym_field_expression] = STATE(3025), [sym_compound_literal_expression] = STATE(3025), [sym_parenthesized_expression] = STATE(3025), [sym_char_literal] = STATE(2884), [sym_concatenated_string] = STATE(2884), [sym_string_literal] = STATE(2162), [sym_null] = STATE(3025), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6624), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3025), [sym_raw_string_literal] = STATE(2162), [sym_co_await_expression] = STATE(3025), [sym_new_expression] = STATE(3025), [sym_delete_expression] = STATE(3025), [sym_requires_clause] = STATE(3025), [sym_requires_expression] = STATE(3025), [sym_lambda_expression] = STATE(3025), [sym_lambda_capture_specifier] = STATE(5221), [sym_fold_expression] = STATE(3025), [sym_parameter_pack_expansion] = STATE(3025), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3025), [sym_qualified_type_identifier] = STATE(6624), [sym_user_defined_literal] = STATE(3025), [sym_identifier] = ACTIONS(1933), [anon_sym_LPAREN2] = ACTIONS(1937), [anon_sym_BANG] = ACTIONS(1941), [anon_sym_TILDE] = ACTIONS(1941), [anon_sym_DASH] = ACTIONS(1939), [anon_sym_PLUS] = ACTIONS(1939), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(1945), [anon_sym_LBRACK] = ACTIONS(1949), [anon_sym_RBRACK] = ACTIONS(4199), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(1939), [anon_sym_compl] = ACTIONS(1939), [anon_sym_DASH_DASH] = ACTIONS(1953), [anon_sym_PLUS_PLUS] = ACTIONS(1953), [anon_sym_sizeof] = ACTIONS(1955), [anon_sym_offsetof] = ACTIONS(1957), [anon_sym__Generic] = ACTIONS(1959), [anon_sym_asm] = ACTIONS(1961), [anon_sym___asm__] = ACTIONS(1961), [sym_number_literal] = ACTIONS(1963), [anon_sym_L_SQUOTE] = ACTIONS(1965), [anon_sym_u_SQUOTE] = ACTIONS(1965), [anon_sym_U_SQUOTE] = ACTIONS(1965), [anon_sym_u8_SQUOTE] = ACTIONS(1965), [anon_sym_SQUOTE] = ACTIONS(1965), [anon_sym_L_DQUOTE] = ACTIONS(1967), [anon_sym_u_DQUOTE] = ACTIONS(1967), [anon_sym_U_DQUOTE] = ACTIONS(1967), [anon_sym_u8_DQUOTE] = ACTIONS(1967), [anon_sym_DQUOTE] = ACTIONS(1967), [sym_true] = ACTIONS(1969), [sym_false] = ACTIONS(1969), [anon_sym_NULL] = ACTIONS(1971), [anon_sym_nullptr] = ACTIONS(1971), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(1975), [anon_sym_R_DQUOTE] = ACTIONS(1977), [anon_sym_LR_DQUOTE] = ACTIONS(1977), [anon_sym_uR_DQUOTE] = ACTIONS(1977), [anon_sym_UR_DQUOTE] = ACTIONS(1977), [anon_sym_u8R_DQUOTE] = ACTIONS(1977), [anon_sym_co_await] = ACTIONS(1979), [anon_sym_new] = ACTIONS(1981), [anon_sym_requires] = ACTIONS(1983), [sym_this] = ACTIONS(1969), }, [1736] = { [sym__expression] = STATE(2946), [sym__expression_not_binary] = STATE(3025), [sym_conditional_expression] = STATE(3025), [sym_assignment_expression] = STATE(3025), [sym_pointer_expression] = STATE(3025), [sym_unary_expression] = STATE(3025), [sym_binary_expression] = STATE(3025), [sym_update_expression] = STATE(3025), [sym_cast_expression] = STATE(3025), [sym_sizeof_expression] = STATE(3025), [sym_offsetof_expression] = STATE(3025), [sym_generic_expression] = STATE(3025), [sym_subscript_expression] = STATE(3025), [sym_call_expression] = STATE(3025), [sym_gnu_asm_expression] = STATE(3025), [sym_field_expression] = STATE(3025), [sym_compound_literal_expression] = STATE(3025), [sym_parenthesized_expression] = STATE(3025), [sym_char_literal] = STATE(2884), [sym_concatenated_string] = STATE(2884), [sym_string_literal] = STATE(2162), [sym_null] = STATE(3025), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6624), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3025), [sym_raw_string_literal] = STATE(2162), [sym_co_await_expression] = STATE(3025), [sym_new_expression] = STATE(3025), [sym_delete_expression] = STATE(3025), [sym_requires_clause] = STATE(3025), [sym_requires_expression] = STATE(3025), [sym_lambda_expression] = STATE(3025), [sym_lambda_capture_specifier] = STATE(5221), [sym_fold_expression] = STATE(3025), [sym_parameter_pack_expansion] = STATE(3025), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3025), [sym_qualified_type_identifier] = STATE(6624), [sym_user_defined_literal] = STATE(3025), [sym_identifier] = ACTIONS(1933), [anon_sym_LPAREN2] = ACTIONS(1937), [anon_sym_BANG] = ACTIONS(1941), [anon_sym_TILDE] = ACTIONS(1941), [anon_sym_DASH] = ACTIONS(1939), [anon_sym_PLUS] = ACTIONS(1939), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(1945), [anon_sym_LBRACK] = ACTIONS(1949), [anon_sym_RBRACK] = ACTIONS(4201), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(1939), [anon_sym_compl] = ACTIONS(1939), [anon_sym_DASH_DASH] = ACTIONS(1953), [anon_sym_PLUS_PLUS] = ACTIONS(1953), [anon_sym_sizeof] = ACTIONS(1955), [anon_sym_offsetof] = ACTIONS(1957), [anon_sym__Generic] = ACTIONS(1959), [anon_sym_asm] = ACTIONS(1961), [anon_sym___asm__] = ACTIONS(1961), [sym_number_literal] = ACTIONS(1963), [anon_sym_L_SQUOTE] = ACTIONS(1965), [anon_sym_u_SQUOTE] = ACTIONS(1965), [anon_sym_U_SQUOTE] = ACTIONS(1965), [anon_sym_u8_SQUOTE] = ACTIONS(1965), [anon_sym_SQUOTE] = ACTIONS(1965), [anon_sym_L_DQUOTE] = ACTIONS(1967), [anon_sym_u_DQUOTE] = ACTIONS(1967), [anon_sym_U_DQUOTE] = ACTIONS(1967), [anon_sym_u8_DQUOTE] = ACTIONS(1967), [anon_sym_DQUOTE] = ACTIONS(1967), [sym_true] = ACTIONS(1969), [sym_false] = ACTIONS(1969), [anon_sym_NULL] = ACTIONS(1971), [anon_sym_nullptr] = ACTIONS(1971), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(1975), [anon_sym_R_DQUOTE] = ACTIONS(1977), [anon_sym_LR_DQUOTE] = ACTIONS(1977), [anon_sym_uR_DQUOTE] = ACTIONS(1977), [anon_sym_UR_DQUOTE] = ACTIONS(1977), [anon_sym_u8R_DQUOTE] = ACTIONS(1977), [anon_sym_co_await] = ACTIONS(1979), [anon_sym_new] = ACTIONS(1981), [anon_sym_requires] = ACTIONS(1983), [sym_this] = ACTIONS(1969), }, [1737] = { [sym__expression] = STATE(2946), [sym__expression_not_binary] = STATE(3025), [sym_conditional_expression] = STATE(3025), [sym_assignment_expression] = STATE(3025), [sym_pointer_expression] = STATE(3025), [sym_unary_expression] = STATE(3025), [sym_binary_expression] = STATE(3025), [sym_update_expression] = STATE(3025), [sym_cast_expression] = STATE(3025), [sym_sizeof_expression] = STATE(3025), [sym_offsetof_expression] = STATE(3025), [sym_generic_expression] = STATE(3025), [sym_subscript_expression] = STATE(3025), [sym_call_expression] = STATE(3025), [sym_gnu_asm_expression] = STATE(3025), [sym_field_expression] = STATE(3025), [sym_compound_literal_expression] = STATE(3025), [sym_parenthesized_expression] = STATE(3025), [sym_char_literal] = STATE(2884), [sym_concatenated_string] = STATE(2884), [sym_string_literal] = STATE(2162), [sym_null] = STATE(3025), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6624), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3025), [sym_raw_string_literal] = STATE(2162), [sym_co_await_expression] = STATE(3025), [sym_new_expression] = STATE(3025), [sym_delete_expression] = STATE(3025), [sym_requires_clause] = STATE(3025), [sym_requires_expression] = STATE(3025), [sym_lambda_expression] = STATE(3025), [sym_lambda_capture_specifier] = STATE(5221), [sym_fold_expression] = STATE(3025), [sym_parameter_pack_expansion] = STATE(3025), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3025), [sym_qualified_type_identifier] = STATE(6624), [sym_user_defined_literal] = STATE(3025), [sym_identifier] = ACTIONS(1933), [anon_sym_LPAREN2] = ACTIONS(1937), [anon_sym_BANG] = ACTIONS(1941), [anon_sym_TILDE] = ACTIONS(1941), [anon_sym_DASH] = ACTIONS(1939), [anon_sym_PLUS] = ACTIONS(1939), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(1945), [anon_sym_LBRACK] = ACTIONS(1949), [anon_sym_RBRACK] = ACTIONS(4203), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(1939), [anon_sym_compl] = ACTIONS(1939), [anon_sym_DASH_DASH] = ACTIONS(1953), [anon_sym_PLUS_PLUS] = ACTIONS(1953), [anon_sym_sizeof] = ACTIONS(1955), [anon_sym_offsetof] = ACTIONS(1957), [anon_sym__Generic] = ACTIONS(1959), [anon_sym_asm] = ACTIONS(1961), [anon_sym___asm__] = ACTIONS(1961), [sym_number_literal] = ACTIONS(1963), [anon_sym_L_SQUOTE] = ACTIONS(1965), [anon_sym_u_SQUOTE] = ACTIONS(1965), [anon_sym_U_SQUOTE] = ACTIONS(1965), [anon_sym_u8_SQUOTE] = ACTIONS(1965), [anon_sym_SQUOTE] = ACTIONS(1965), [anon_sym_L_DQUOTE] = ACTIONS(1967), [anon_sym_u_DQUOTE] = ACTIONS(1967), [anon_sym_U_DQUOTE] = ACTIONS(1967), [anon_sym_u8_DQUOTE] = ACTIONS(1967), [anon_sym_DQUOTE] = ACTIONS(1967), [sym_true] = ACTIONS(1969), [sym_false] = ACTIONS(1969), [anon_sym_NULL] = ACTIONS(1971), [anon_sym_nullptr] = ACTIONS(1971), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(1975), [anon_sym_R_DQUOTE] = ACTIONS(1977), [anon_sym_LR_DQUOTE] = ACTIONS(1977), [anon_sym_uR_DQUOTE] = ACTIONS(1977), [anon_sym_UR_DQUOTE] = ACTIONS(1977), [anon_sym_u8R_DQUOTE] = ACTIONS(1977), [anon_sym_co_await] = ACTIONS(1979), [anon_sym_new] = ACTIONS(1981), [anon_sym_requires] = ACTIONS(1983), [sym_this] = ACTIONS(1969), }, [1738] = { [sym__expression] = STATE(4328), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3552), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3552), [sym_call_expression] = STATE(3552), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3552), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3552), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3552), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3627), [anon_sym_LPAREN2] = ACTIONS(3629), [anon_sym_BANG] = ACTIONS(3633), [anon_sym_TILDE] = ACTIONS(3633), [anon_sym_DASH] = ACTIONS(3631), [anon_sym_PLUS] = ACTIONS(3631), [anon_sym_STAR] = ACTIONS(3635), [anon_sym_AMP] = ACTIONS(3635), [anon_sym_COLON_COLON] = ACTIONS(3637), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_COLON] = ACTIONS(4205), [anon_sym_not] = ACTIONS(3631), [anon_sym_compl] = ACTIONS(3631), [anon_sym_DASH_DASH] = ACTIONS(3639), [anon_sym_PLUS_PLUS] = ACTIONS(3639), [anon_sym_sizeof] = ACTIONS(3641), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(3643), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(3645), [anon_sym_new] = ACTIONS(3625), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1739] = { [sym__expression] = STATE(4344), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3552), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3552), [sym_call_expression] = STATE(3552), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3552), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3552), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3552), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3627), [anon_sym_LPAREN2] = ACTIONS(3629), [anon_sym_BANG] = ACTIONS(3633), [anon_sym_TILDE] = ACTIONS(3633), [anon_sym_DASH] = ACTIONS(3631), [anon_sym_PLUS] = ACTIONS(3631), [anon_sym_STAR] = ACTIONS(3635), [anon_sym_AMP] = ACTIONS(3635), [anon_sym_COLON_COLON] = ACTIONS(3637), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_COLON] = ACTIONS(4207), [anon_sym_not] = ACTIONS(3631), [anon_sym_compl] = ACTIONS(3631), [anon_sym_DASH_DASH] = ACTIONS(3639), [anon_sym_PLUS_PLUS] = ACTIONS(3639), [anon_sym_sizeof] = ACTIONS(3641), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(3643), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(3645), [anon_sym_new] = ACTIONS(3625), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1740] = { [sym__expression] = STATE(3496), [sym__expression_not_binary] = STATE(3564), [sym_conditional_expression] = STATE(3564), [sym_assignment_expression] = STATE(3564), [sym_pointer_expression] = STATE(3290), [sym_unary_expression] = STATE(3564), [sym_binary_expression] = STATE(3564), [sym_update_expression] = STATE(3564), [sym_cast_expression] = STATE(3564), [sym_sizeof_expression] = STATE(3564), [sym_offsetof_expression] = STATE(3564), [sym_generic_expression] = STATE(3564), [sym_subscript_expression] = STATE(3290), [sym_call_expression] = STATE(3290), [sym_gnu_asm_expression] = STATE(3564), [sym_field_expression] = STATE(3290), [sym_compound_literal_expression] = STATE(3564), [sym_parenthesized_expression] = STATE(3290), [sym_char_literal] = STATE(3429), [sym_concatenated_string] = STATE(3429), [sym_string_literal] = STATE(2306), [sym_null] = STATE(3564), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6687), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3564), [sym_raw_string_literal] = STATE(2306), [sym_co_await_expression] = STATE(3564), [sym_new_expression] = STATE(3564), [sym_delete_expression] = STATE(3564), [sym_requires_clause] = STATE(3564), [sym_requires_expression] = STATE(3564), [sym_lambda_expression] = STATE(3564), [sym_lambda_capture_specifier] = STATE(5176), [sym_fold_expression] = STATE(3564), [sym_parameter_pack_expansion] = STATE(3564), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5270), [sym_qualified_identifier] = STATE(3290), [sym_qualified_type_identifier] = STATE(6687), [sym_user_defined_literal] = STATE(3564), [sym_identifier] = ACTIONS(2095), [anon_sym_DOT_DOT_DOT] = ACTIONS(4209), [anon_sym_LPAREN2] = ACTIONS(1841), [anon_sym_BANG] = ACTIONS(1843), [anon_sym_TILDE] = ACTIONS(1843), [anon_sym_DASH] = ACTIONS(1845), [anon_sym_PLUS] = ACTIONS(1845), [anon_sym_STAR] = ACTIONS(1847), [anon_sym_AMP] = ACTIONS(1847), [anon_sym_COLON_COLON] = ACTIONS(1849), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1999), [anon_sym_not] = ACTIONS(1845), [anon_sym_compl] = ACTIONS(1845), [anon_sym_DASH_DASH] = ACTIONS(1861), [anon_sym_PLUS_PLUS] = ACTIONS(1861), [anon_sym_sizeof] = ACTIONS(1863), [anon_sym_offsetof] = ACTIONS(1865), [anon_sym__Generic] = ACTIONS(1867), [anon_sym_asm] = ACTIONS(1869), [anon_sym___asm__] = ACTIONS(1869), [sym_number_literal] = ACTIONS(1871), [anon_sym_L_SQUOTE] = ACTIONS(1873), [anon_sym_u_SQUOTE] = ACTIONS(1873), [anon_sym_U_SQUOTE] = ACTIONS(1873), [anon_sym_u8_SQUOTE] = ACTIONS(1873), [anon_sym_SQUOTE] = ACTIONS(1873), [anon_sym_L_DQUOTE] = ACTIONS(1875), [anon_sym_u_DQUOTE] = ACTIONS(1875), [anon_sym_U_DQUOTE] = ACTIONS(1875), [anon_sym_u8_DQUOTE] = ACTIONS(1875), [anon_sym_DQUOTE] = ACTIONS(1875), [sym_true] = ACTIONS(1877), [sym_false] = ACTIONS(1877), [anon_sym_NULL] = ACTIONS(1879), [anon_sym_nullptr] = ACTIONS(1879), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(1883), [anon_sym_R_DQUOTE] = ACTIONS(1885), [anon_sym_LR_DQUOTE] = ACTIONS(1885), [anon_sym_uR_DQUOTE] = ACTIONS(1885), [anon_sym_UR_DQUOTE] = ACTIONS(1885), [anon_sym_u8R_DQUOTE] = ACTIONS(1885), [anon_sym_co_await] = ACTIONS(1887), [anon_sym_new] = ACTIONS(1889), [anon_sym_requires] = ACTIONS(1891), [sym_this] = ACTIONS(1877), }, [1741] = { [sym__expression] = STATE(3496), [sym__expression_not_binary] = STATE(3564), [sym_conditional_expression] = STATE(3564), [sym_assignment_expression] = STATE(3564), [sym_pointer_expression] = STATE(3290), [sym_unary_expression] = STATE(3564), [sym_binary_expression] = STATE(3564), [sym_update_expression] = STATE(3564), [sym_cast_expression] = STATE(3564), [sym_sizeof_expression] = STATE(3564), [sym_offsetof_expression] = STATE(3564), [sym_generic_expression] = STATE(3564), [sym_subscript_expression] = STATE(3290), [sym_call_expression] = STATE(3290), [sym_gnu_asm_expression] = STATE(3564), [sym_field_expression] = STATE(3290), [sym_compound_literal_expression] = STATE(3564), [sym_parenthesized_expression] = STATE(3290), [sym_char_literal] = STATE(3429), [sym_concatenated_string] = STATE(3429), [sym_string_literal] = STATE(2306), [sym_null] = STATE(3564), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6687), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3564), [sym_raw_string_literal] = STATE(2306), [sym_co_await_expression] = STATE(3564), [sym_new_expression] = STATE(3564), [sym_delete_expression] = STATE(3564), [sym_requires_clause] = STATE(3564), [sym_requires_expression] = STATE(3564), [sym_lambda_expression] = STATE(3564), [sym_lambda_capture_specifier] = STATE(5176), [sym_fold_expression] = STATE(3564), [sym_parameter_pack_expansion] = STATE(3564), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5270), [sym_qualified_identifier] = STATE(3290), [sym_qualified_type_identifier] = STATE(6687), [sym_user_defined_literal] = STATE(3564), [sym_identifier] = ACTIONS(2095), [anon_sym_DOT_DOT_DOT] = ACTIONS(4212), [anon_sym_LPAREN2] = ACTIONS(1841), [anon_sym_BANG] = ACTIONS(1843), [anon_sym_TILDE] = ACTIONS(1843), [anon_sym_DASH] = ACTIONS(1845), [anon_sym_PLUS] = ACTIONS(1845), [anon_sym_STAR] = ACTIONS(1847), [anon_sym_AMP] = ACTIONS(1847), [anon_sym_COLON_COLON] = ACTIONS(1849), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1999), [anon_sym_not] = ACTIONS(1845), [anon_sym_compl] = ACTIONS(1845), [anon_sym_DASH_DASH] = ACTIONS(1861), [anon_sym_PLUS_PLUS] = ACTIONS(1861), [anon_sym_sizeof] = ACTIONS(1863), [anon_sym_offsetof] = ACTIONS(1865), [anon_sym__Generic] = ACTIONS(1867), [anon_sym_asm] = ACTIONS(1869), [anon_sym___asm__] = ACTIONS(1869), [sym_number_literal] = ACTIONS(1871), [anon_sym_L_SQUOTE] = ACTIONS(1873), [anon_sym_u_SQUOTE] = ACTIONS(1873), [anon_sym_U_SQUOTE] = ACTIONS(1873), [anon_sym_u8_SQUOTE] = ACTIONS(1873), [anon_sym_SQUOTE] = ACTIONS(1873), [anon_sym_L_DQUOTE] = ACTIONS(1875), [anon_sym_u_DQUOTE] = ACTIONS(1875), [anon_sym_U_DQUOTE] = ACTIONS(1875), [anon_sym_u8_DQUOTE] = ACTIONS(1875), [anon_sym_DQUOTE] = ACTIONS(1875), [sym_true] = ACTIONS(1877), [sym_false] = ACTIONS(1877), [anon_sym_NULL] = ACTIONS(1879), [anon_sym_nullptr] = ACTIONS(1879), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(1883), [anon_sym_R_DQUOTE] = ACTIONS(1885), [anon_sym_LR_DQUOTE] = ACTIONS(1885), [anon_sym_uR_DQUOTE] = ACTIONS(1885), [anon_sym_UR_DQUOTE] = ACTIONS(1885), [anon_sym_u8R_DQUOTE] = ACTIONS(1885), [anon_sym_co_await] = ACTIONS(1887), [anon_sym_new] = ACTIONS(1889), [anon_sym_requires] = ACTIONS(1891), [sym_this] = ACTIONS(1877), }, [1742] = { [sym__expression] = STATE(3492), [sym__expression_not_binary] = STATE(3564), [sym_conditional_expression] = STATE(3564), [sym_assignment_expression] = STATE(3564), [sym_pointer_expression] = STATE(3290), [sym_unary_expression] = STATE(3564), [sym_binary_expression] = STATE(3564), [sym_update_expression] = STATE(3564), [sym_cast_expression] = STATE(3564), [sym_sizeof_expression] = STATE(3564), [sym_offsetof_expression] = STATE(3564), [sym_generic_expression] = STATE(3564), [sym_subscript_expression] = STATE(3290), [sym_call_expression] = STATE(3290), [sym_gnu_asm_expression] = STATE(3564), [sym_field_expression] = STATE(3290), [sym_compound_literal_expression] = STATE(3564), [sym_parenthesized_expression] = STATE(3290), [sym_char_literal] = STATE(3429), [sym_concatenated_string] = STATE(3429), [sym_string_literal] = STATE(2306), [sym_null] = STATE(3564), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6687), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3564), [sym_raw_string_literal] = STATE(2306), [sym_co_await_expression] = STATE(3564), [sym_new_expression] = STATE(3564), [sym_delete_expression] = STATE(3564), [sym_requires_clause] = STATE(3564), [sym_requires_expression] = STATE(3564), [sym_lambda_expression] = STATE(3564), [sym_lambda_capture_specifier] = STATE(5176), [sym_fold_expression] = STATE(3564), [sym_parameter_pack_expansion] = STATE(3564), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5270), [sym_qualified_identifier] = STATE(3290), [sym_qualified_type_identifier] = STATE(6687), [sym_user_defined_literal] = STATE(3564), [sym_identifier] = ACTIONS(2095), [anon_sym_DOT_DOT_DOT] = ACTIONS(4215), [anon_sym_LPAREN2] = ACTIONS(1841), [anon_sym_BANG] = ACTIONS(1843), [anon_sym_TILDE] = ACTIONS(1843), [anon_sym_DASH] = ACTIONS(1845), [anon_sym_PLUS] = ACTIONS(1845), [anon_sym_STAR] = ACTIONS(1847), [anon_sym_AMP] = ACTIONS(1847), [anon_sym_COLON_COLON] = ACTIONS(1849), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1999), [anon_sym_not] = ACTIONS(1845), [anon_sym_compl] = ACTIONS(1845), [anon_sym_DASH_DASH] = ACTIONS(1861), [anon_sym_PLUS_PLUS] = ACTIONS(1861), [anon_sym_sizeof] = ACTIONS(1863), [anon_sym_offsetof] = ACTIONS(1865), [anon_sym__Generic] = ACTIONS(1867), [anon_sym_asm] = ACTIONS(1869), [anon_sym___asm__] = ACTIONS(1869), [sym_number_literal] = ACTIONS(1871), [anon_sym_L_SQUOTE] = ACTIONS(1873), [anon_sym_u_SQUOTE] = ACTIONS(1873), [anon_sym_U_SQUOTE] = ACTIONS(1873), [anon_sym_u8_SQUOTE] = ACTIONS(1873), [anon_sym_SQUOTE] = ACTIONS(1873), [anon_sym_L_DQUOTE] = ACTIONS(1875), [anon_sym_u_DQUOTE] = ACTIONS(1875), [anon_sym_U_DQUOTE] = ACTIONS(1875), [anon_sym_u8_DQUOTE] = ACTIONS(1875), [anon_sym_DQUOTE] = ACTIONS(1875), [sym_true] = ACTIONS(1877), [sym_false] = ACTIONS(1877), [anon_sym_NULL] = ACTIONS(1879), [anon_sym_nullptr] = ACTIONS(1879), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(1883), [anon_sym_R_DQUOTE] = ACTIONS(1885), [anon_sym_LR_DQUOTE] = ACTIONS(1885), [anon_sym_uR_DQUOTE] = ACTIONS(1885), [anon_sym_UR_DQUOTE] = ACTIONS(1885), [anon_sym_u8R_DQUOTE] = ACTIONS(1885), [anon_sym_co_await] = ACTIONS(1887), [anon_sym_new] = ACTIONS(1889), [anon_sym_requires] = ACTIONS(1891), [sym_this] = ACTIONS(1877), }, [1743] = { [sym__expression] = STATE(4495), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(4218), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1744] = { [sym__expression] = STATE(4436), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(4220), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1745] = { [sym__expression] = STATE(2946), [sym__expression_not_binary] = STATE(3025), [sym_conditional_expression] = STATE(3025), [sym_assignment_expression] = STATE(3025), [sym_pointer_expression] = STATE(3025), [sym_unary_expression] = STATE(3025), [sym_binary_expression] = STATE(3025), [sym_update_expression] = STATE(3025), [sym_cast_expression] = STATE(3025), [sym_sizeof_expression] = STATE(3025), [sym_offsetof_expression] = STATE(3025), [sym_generic_expression] = STATE(3025), [sym_subscript_expression] = STATE(3025), [sym_call_expression] = STATE(3025), [sym_gnu_asm_expression] = STATE(3025), [sym_field_expression] = STATE(3025), [sym_compound_literal_expression] = STATE(3025), [sym_parenthesized_expression] = STATE(3025), [sym_char_literal] = STATE(2884), [sym_concatenated_string] = STATE(2884), [sym_string_literal] = STATE(2162), [sym_null] = STATE(3025), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6624), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3025), [sym_raw_string_literal] = STATE(2162), [sym_co_await_expression] = STATE(3025), [sym_new_expression] = STATE(3025), [sym_delete_expression] = STATE(3025), [sym_requires_clause] = STATE(3025), [sym_requires_expression] = STATE(3025), [sym_lambda_expression] = STATE(3025), [sym_lambda_capture_specifier] = STATE(5221), [sym_fold_expression] = STATE(3025), [sym_parameter_pack_expansion] = STATE(3025), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3025), [sym_qualified_type_identifier] = STATE(6624), [sym_user_defined_literal] = STATE(3025), [sym_identifier] = ACTIONS(1933), [anon_sym_LPAREN2] = ACTIONS(1937), [anon_sym_BANG] = ACTIONS(1941), [anon_sym_TILDE] = ACTIONS(1941), [anon_sym_DASH] = ACTIONS(1939), [anon_sym_PLUS] = ACTIONS(1939), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(1945), [anon_sym_LBRACK] = ACTIONS(1949), [anon_sym_RBRACK] = ACTIONS(4222), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(1939), [anon_sym_compl] = ACTIONS(1939), [anon_sym_DASH_DASH] = ACTIONS(1953), [anon_sym_PLUS_PLUS] = ACTIONS(1953), [anon_sym_sizeof] = ACTIONS(1955), [anon_sym_offsetof] = ACTIONS(1957), [anon_sym__Generic] = ACTIONS(1959), [anon_sym_asm] = ACTIONS(1961), [anon_sym___asm__] = ACTIONS(1961), [sym_number_literal] = ACTIONS(1963), [anon_sym_L_SQUOTE] = ACTIONS(1965), [anon_sym_u_SQUOTE] = ACTIONS(1965), [anon_sym_U_SQUOTE] = ACTIONS(1965), [anon_sym_u8_SQUOTE] = ACTIONS(1965), [anon_sym_SQUOTE] = ACTIONS(1965), [anon_sym_L_DQUOTE] = ACTIONS(1967), [anon_sym_u_DQUOTE] = ACTIONS(1967), [anon_sym_U_DQUOTE] = ACTIONS(1967), [anon_sym_u8_DQUOTE] = ACTIONS(1967), [anon_sym_DQUOTE] = ACTIONS(1967), [sym_true] = ACTIONS(1969), [sym_false] = ACTIONS(1969), [anon_sym_NULL] = ACTIONS(1971), [anon_sym_nullptr] = ACTIONS(1971), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(1975), [anon_sym_R_DQUOTE] = ACTIONS(1977), [anon_sym_LR_DQUOTE] = ACTIONS(1977), [anon_sym_uR_DQUOTE] = ACTIONS(1977), [anon_sym_UR_DQUOTE] = ACTIONS(1977), [anon_sym_u8R_DQUOTE] = ACTIONS(1977), [anon_sym_co_await] = ACTIONS(1979), [anon_sym_new] = ACTIONS(1981), [anon_sym_requires] = ACTIONS(1983), [sym_this] = ACTIONS(1969), }, [1746] = { [sym__expression] = STATE(4002), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(4224), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK] = ACTIONS(4226), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1747] = { [sym__expression] = STATE(4458), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_RPAREN] = ACTIONS(4228), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1748] = { [sym__expression] = STATE(3457), [sym__expression_not_binary] = STATE(3564), [sym_conditional_expression] = STATE(3564), [sym_assignment_expression] = STATE(3564), [sym_pointer_expression] = STATE(3290), [sym_unary_expression] = STATE(3564), [sym_binary_expression] = STATE(3564), [sym_update_expression] = STATE(3564), [sym_cast_expression] = STATE(3564), [sym_sizeof_expression] = STATE(3564), [sym_offsetof_expression] = STATE(3564), [sym_generic_expression] = STATE(3564), [sym_subscript_expression] = STATE(3290), [sym_call_expression] = STATE(3290), [sym_gnu_asm_expression] = STATE(3564), [sym_field_expression] = STATE(3290), [sym_compound_literal_expression] = STATE(3564), [sym_parenthesized_expression] = STATE(3290), [sym_char_literal] = STATE(3429), [sym_concatenated_string] = STATE(3429), [sym_string_literal] = STATE(2306), [sym_null] = STATE(3564), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6687), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3564), [sym_raw_string_literal] = STATE(2306), [sym_co_await_expression] = STATE(3564), [sym_new_expression] = STATE(3564), [sym_delete_expression] = STATE(3564), [sym_requires_clause] = STATE(3564), [sym_requires_expression] = STATE(3564), [sym_lambda_expression] = STATE(3564), [sym_lambda_capture_specifier] = STATE(5176), [sym_fold_expression] = STATE(3564), [sym_parameter_pack_expansion] = STATE(3564), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5270), [sym_qualified_identifier] = STATE(3290), [sym_qualified_type_identifier] = STATE(6687), [sym_user_defined_literal] = STATE(3564), [sym_identifier] = ACTIONS(2095), [anon_sym_DOT_DOT_DOT] = ACTIONS(4230), [anon_sym_LPAREN2] = ACTIONS(4232), [anon_sym_BANG] = ACTIONS(1843), [anon_sym_TILDE] = ACTIONS(1843), [anon_sym_DASH] = ACTIONS(1845), [anon_sym_PLUS] = ACTIONS(1845), [anon_sym_STAR] = ACTIONS(1847), [anon_sym_AMP] = ACTIONS(1847), [anon_sym_COLON_COLON] = ACTIONS(1849), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1999), [anon_sym_not] = ACTIONS(1845), [anon_sym_compl] = ACTIONS(1845), [anon_sym_DASH_DASH] = ACTIONS(1861), [anon_sym_PLUS_PLUS] = ACTIONS(1861), [anon_sym_sizeof] = ACTIONS(1863), [anon_sym_offsetof] = ACTIONS(1865), [anon_sym__Generic] = ACTIONS(1867), [anon_sym_asm] = ACTIONS(1869), [anon_sym___asm__] = ACTIONS(1869), [sym_number_literal] = ACTIONS(1871), [anon_sym_L_SQUOTE] = ACTIONS(1873), [anon_sym_u_SQUOTE] = ACTIONS(1873), [anon_sym_U_SQUOTE] = ACTIONS(1873), [anon_sym_u8_SQUOTE] = ACTIONS(1873), [anon_sym_SQUOTE] = ACTIONS(1873), [anon_sym_L_DQUOTE] = ACTIONS(1875), [anon_sym_u_DQUOTE] = ACTIONS(1875), [anon_sym_U_DQUOTE] = ACTIONS(1875), [anon_sym_u8_DQUOTE] = ACTIONS(1875), [anon_sym_DQUOTE] = ACTIONS(1875), [sym_true] = ACTIONS(1877), [sym_false] = ACTIONS(1877), [anon_sym_NULL] = ACTIONS(1879), [anon_sym_nullptr] = ACTIONS(1879), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(1883), [anon_sym_R_DQUOTE] = ACTIONS(1885), [anon_sym_LR_DQUOTE] = ACTIONS(1885), [anon_sym_uR_DQUOTE] = ACTIONS(1885), [anon_sym_UR_DQUOTE] = ACTIONS(1885), [anon_sym_u8R_DQUOTE] = ACTIONS(1885), [anon_sym_co_await] = ACTIONS(1887), [anon_sym_new] = ACTIONS(1889), [anon_sym_requires] = ACTIONS(1891), [sym_this] = ACTIONS(1877), }, [1749] = { [sym__expression] = STATE(3492), [sym__expression_not_binary] = STATE(3564), [sym_conditional_expression] = STATE(3564), [sym_assignment_expression] = STATE(3564), [sym_pointer_expression] = STATE(3290), [sym_unary_expression] = STATE(3564), [sym_binary_expression] = STATE(3564), [sym_update_expression] = STATE(3564), [sym_cast_expression] = STATE(3564), [sym_sizeof_expression] = STATE(3564), [sym_offsetof_expression] = STATE(3564), [sym_generic_expression] = STATE(3564), [sym_subscript_expression] = STATE(3290), [sym_call_expression] = STATE(3290), [sym_gnu_asm_expression] = STATE(3564), [sym_field_expression] = STATE(3290), [sym_compound_literal_expression] = STATE(3564), [sym_parenthesized_expression] = STATE(3290), [sym_char_literal] = STATE(3429), [sym_concatenated_string] = STATE(3429), [sym_string_literal] = STATE(2306), [sym_null] = STATE(3564), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6687), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3564), [sym_raw_string_literal] = STATE(2306), [sym_co_await_expression] = STATE(3564), [sym_new_expression] = STATE(3564), [sym_delete_expression] = STATE(3564), [sym_requires_clause] = STATE(3564), [sym_requires_expression] = STATE(3564), [sym_lambda_expression] = STATE(3564), [sym_lambda_capture_specifier] = STATE(5176), [sym_fold_expression] = STATE(3564), [sym_parameter_pack_expansion] = STATE(3564), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5270), [sym_qualified_identifier] = STATE(3290), [sym_qualified_type_identifier] = STATE(6687), [sym_user_defined_literal] = STATE(3564), [sym_identifier] = ACTIONS(2095), [anon_sym_DOT_DOT_DOT] = ACTIONS(4234), [anon_sym_LPAREN2] = ACTIONS(1841), [anon_sym_BANG] = ACTIONS(1843), [anon_sym_TILDE] = ACTIONS(1843), [anon_sym_DASH] = ACTIONS(1845), [anon_sym_PLUS] = ACTIONS(1845), [anon_sym_STAR] = ACTIONS(1847), [anon_sym_AMP] = ACTIONS(1847), [anon_sym_COLON_COLON] = ACTIONS(1849), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1999), [anon_sym_not] = ACTIONS(1845), [anon_sym_compl] = ACTIONS(1845), [anon_sym_DASH_DASH] = ACTIONS(1861), [anon_sym_PLUS_PLUS] = ACTIONS(1861), [anon_sym_sizeof] = ACTIONS(1863), [anon_sym_offsetof] = ACTIONS(1865), [anon_sym__Generic] = ACTIONS(1867), [anon_sym_asm] = ACTIONS(1869), [anon_sym___asm__] = ACTIONS(1869), [sym_number_literal] = ACTIONS(1871), [anon_sym_L_SQUOTE] = ACTIONS(1873), [anon_sym_u_SQUOTE] = ACTIONS(1873), [anon_sym_U_SQUOTE] = ACTIONS(1873), [anon_sym_u8_SQUOTE] = ACTIONS(1873), [anon_sym_SQUOTE] = ACTIONS(1873), [anon_sym_L_DQUOTE] = ACTIONS(1875), [anon_sym_u_DQUOTE] = ACTIONS(1875), [anon_sym_U_DQUOTE] = ACTIONS(1875), [anon_sym_u8_DQUOTE] = ACTIONS(1875), [anon_sym_DQUOTE] = ACTIONS(1875), [sym_true] = ACTIONS(1877), [sym_false] = ACTIONS(1877), [anon_sym_NULL] = ACTIONS(1879), [anon_sym_nullptr] = ACTIONS(1879), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(1883), [anon_sym_R_DQUOTE] = ACTIONS(1885), [anon_sym_LR_DQUOTE] = ACTIONS(1885), [anon_sym_uR_DQUOTE] = ACTIONS(1885), [anon_sym_UR_DQUOTE] = ACTIONS(1885), [anon_sym_u8R_DQUOTE] = ACTIONS(1885), [anon_sym_co_await] = ACTIONS(1887), [anon_sym_new] = ACTIONS(1889), [anon_sym_requires] = ACTIONS(1891), [sym_this] = ACTIONS(1877), }, [1750] = { [sym__expression] = STATE(3492), [sym__expression_not_binary] = STATE(3564), [sym_conditional_expression] = STATE(3564), [sym_assignment_expression] = STATE(3564), [sym_pointer_expression] = STATE(3290), [sym_unary_expression] = STATE(3564), [sym_binary_expression] = STATE(3564), [sym_update_expression] = STATE(3564), [sym_cast_expression] = STATE(3564), [sym_sizeof_expression] = STATE(3564), [sym_offsetof_expression] = STATE(3564), [sym_generic_expression] = STATE(3564), [sym_subscript_expression] = STATE(3290), [sym_call_expression] = STATE(3290), [sym_gnu_asm_expression] = STATE(3564), [sym_field_expression] = STATE(3290), [sym_compound_literal_expression] = STATE(3564), [sym_parenthesized_expression] = STATE(3290), [sym_char_literal] = STATE(3429), [sym_concatenated_string] = STATE(3429), [sym_string_literal] = STATE(2306), [sym_null] = STATE(3564), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6687), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3564), [sym_raw_string_literal] = STATE(2306), [sym_co_await_expression] = STATE(3564), [sym_new_expression] = STATE(3564), [sym_delete_expression] = STATE(3564), [sym_requires_clause] = STATE(3564), [sym_requires_expression] = STATE(3564), [sym_lambda_expression] = STATE(3564), [sym_lambda_capture_specifier] = STATE(5176), [sym_fold_expression] = STATE(3564), [sym_parameter_pack_expansion] = STATE(3564), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5270), [sym_qualified_identifier] = STATE(3290), [sym_qualified_type_identifier] = STATE(6687), [sym_user_defined_literal] = STATE(3564), [sym_identifier] = ACTIONS(2095), [anon_sym_DOT_DOT_DOT] = ACTIONS(4237), [anon_sym_LPAREN2] = ACTIONS(1841), [anon_sym_BANG] = ACTIONS(1843), [anon_sym_TILDE] = ACTIONS(1843), [anon_sym_DASH] = ACTIONS(1845), [anon_sym_PLUS] = ACTIONS(1845), [anon_sym_STAR] = ACTIONS(1847), [anon_sym_AMP] = ACTIONS(1847), [anon_sym_COLON_COLON] = ACTIONS(1849), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1999), [anon_sym_not] = ACTIONS(1845), [anon_sym_compl] = ACTIONS(1845), [anon_sym_DASH_DASH] = ACTIONS(1861), [anon_sym_PLUS_PLUS] = ACTIONS(1861), [anon_sym_sizeof] = ACTIONS(1863), [anon_sym_offsetof] = ACTIONS(1865), [anon_sym__Generic] = ACTIONS(1867), [anon_sym_asm] = ACTIONS(1869), [anon_sym___asm__] = ACTIONS(1869), [sym_number_literal] = ACTIONS(1871), [anon_sym_L_SQUOTE] = ACTIONS(1873), [anon_sym_u_SQUOTE] = ACTIONS(1873), [anon_sym_U_SQUOTE] = ACTIONS(1873), [anon_sym_u8_SQUOTE] = ACTIONS(1873), [anon_sym_SQUOTE] = ACTIONS(1873), [anon_sym_L_DQUOTE] = ACTIONS(1875), [anon_sym_u_DQUOTE] = ACTIONS(1875), [anon_sym_U_DQUOTE] = ACTIONS(1875), [anon_sym_u8_DQUOTE] = ACTIONS(1875), [anon_sym_DQUOTE] = ACTIONS(1875), [sym_true] = ACTIONS(1877), [sym_false] = ACTIONS(1877), [anon_sym_NULL] = ACTIONS(1879), [anon_sym_nullptr] = ACTIONS(1879), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(1883), [anon_sym_R_DQUOTE] = ACTIONS(1885), [anon_sym_LR_DQUOTE] = ACTIONS(1885), [anon_sym_uR_DQUOTE] = ACTIONS(1885), [anon_sym_UR_DQUOTE] = ACTIONS(1885), [anon_sym_u8R_DQUOTE] = ACTIONS(1885), [anon_sym_co_await] = ACTIONS(1887), [anon_sym_new] = ACTIONS(1889), [anon_sym_requires] = ACTIONS(1891), [sym_this] = ACTIONS(1877), }, [1751] = { [sym__expression] = STATE(4504), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(4240), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1752] = { [sym__expression] = STATE(2946), [sym__expression_not_binary] = STATE(3025), [sym_conditional_expression] = STATE(3025), [sym_assignment_expression] = STATE(3025), [sym_pointer_expression] = STATE(3025), [sym_unary_expression] = STATE(3025), [sym_binary_expression] = STATE(3025), [sym_update_expression] = STATE(3025), [sym_cast_expression] = STATE(3025), [sym_sizeof_expression] = STATE(3025), [sym_offsetof_expression] = STATE(3025), [sym_generic_expression] = STATE(3025), [sym_subscript_expression] = STATE(3025), [sym_call_expression] = STATE(3025), [sym_gnu_asm_expression] = STATE(3025), [sym_field_expression] = STATE(3025), [sym_compound_literal_expression] = STATE(3025), [sym_parenthesized_expression] = STATE(3025), [sym_char_literal] = STATE(2884), [sym_concatenated_string] = STATE(2884), [sym_string_literal] = STATE(2162), [sym_null] = STATE(3025), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6624), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3025), [sym_raw_string_literal] = STATE(2162), [sym_co_await_expression] = STATE(3025), [sym_new_expression] = STATE(3025), [sym_delete_expression] = STATE(3025), [sym_requires_clause] = STATE(3025), [sym_requires_expression] = STATE(3025), [sym_lambda_expression] = STATE(3025), [sym_lambda_capture_specifier] = STATE(5221), [sym_fold_expression] = STATE(3025), [sym_parameter_pack_expansion] = STATE(3025), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3025), [sym_qualified_type_identifier] = STATE(6624), [sym_user_defined_literal] = STATE(3025), [sym_identifier] = ACTIONS(1933), [anon_sym_LPAREN2] = ACTIONS(1937), [anon_sym_BANG] = ACTIONS(1941), [anon_sym_TILDE] = ACTIONS(1941), [anon_sym_DASH] = ACTIONS(1939), [anon_sym_PLUS] = ACTIONS(1939), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(1945), [anon_sym_LBRACK] = ACTIONS(1949), [anon_sym_RBRACK] = ACTIONS(4242), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(1939), [anon_sym_compl] = ACTIONS(1939), [anon_sym_DASH_DASH] = ACTIONS(1953), [anon_sym_PLUS_PLUS] = ACTIONS(1953), [anon_sym_sizeof] = ACTIONS(1955), [anon_sym_offsetof] = ACTIONS(1957), [anon_sym__Generic] = ACTIONS(1959), [anon_sym_asm] = ACTIONS(1961), [anon_sym___asm__] = ACTIONS(1961), [sym_number_literal] = ACTIONS(1963), [anon_sym_L_SQUOTE] = ACTIONS(1965), [anon_sym_u_SQUOTE] = ACTIONS(1965), [anon_sym_U_SQUOTE] = ACTIONS(1965), [anon_sym_u8_SQUOTE] = ACTIONS(1965), [anon_sym_SQUOTE] = ACTIONS(1965), [anon_sym_L_DQUOTE] = ACTIONS(1967), [anon_sym_u_DQUOTE] = ACTIONS(1967), [anon_sym_U_DQUOTE] = ACTIONS(1967), [anon_sym_u8_DQUOTE] = ACTIONS(1967), [anon_sym_DQUOTE] = ACTIONS(1967), [sym_true] = ACTIONS(1969), [sym_false] = ACTIONS(1969), [anon_sym_NULL] = ACTIONS(1971), [anon_sym_nullptr] = ACTIONS(1971), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(1975), [anon_sym_R_DQUOTE] = ACTIONS(1977), [anon_sym_LR_DQUOTE] = ACTIONS(1977), [anon_sym_uR_DQUOTE] = ACTIONS(1977), [anon_sym_UR_DQUOTE] = ACTIONS(1977), [anon_sym_u8R_DQUOTE] = ACTIONS(1977), [anon_sym_co_await] = ACTIONS(1979), [anon_sym_new] = ACTIONS(1981), [anon_sym_requires] = ACTIONS(1983), [sym_this] = ACTIONS(1969), }, [1753] = { [sym__expression] = STATE(4312), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(4244), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1754] = { [sym__expression] = STATE(4310), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(4246), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1755] = { [sym__expression] = STATE(3489), [sym__expression_not_binary] = STATE(3564), [sym_conditional_expression] = STATE(3564), [sym_assignment_expression] = STATE(3564), [sym_pointer_expression] = STATE(3290), [sym_unary_expression] = STATE(3564), [sym_binary_expression] = STATE(3564), [sym_update_expression] = STATE(3564), [sym_cast_expression] = STATE(3564), [sym_sizeof_expression] = STATE(3564), [sym_offsetof_expression] = STATE(3564), [sym_generic_expression] = STATE(3564), [sym_subscript_expression] = STATE(3290), [sym_call_expression] = STATE(3290), [sym_gnu_asm_expression] = STATE(3564), [sym_field_expression] = STATE(3290), [sym_compound_literal_expression] = STATE(3564), [sym_parenthesized_expression] = STATE(3290), [sym_char_literal] = STATE(3429), [sym_concatenated_string] = STATE(3429), [sym_string_literal] = STATE(2306), [sym_null] = STATE(3564), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6687), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3564), [sym_raw_string_literal] = STATE(2306), [sym_co_await_expression] = STATE(3564), [sym_new_expression] = STATE(3564), [sym_delete_expression] = STATE(3564), [sym_requires_clause] = STATE(3564), [sym_requires_expression] = STATE(3564), [sym_lambda_expression] = STATE(3564), [sym_lambda_capture_specifier] = STATE(5176), [sym_fold_expression] = STATE(3564), [sym_parameter_pack_expansion] = STATE(3564), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5270), [sym_qualified_identifier] = STATE(3290), [sym_qualified_type_identifier] = STATE(6687), [sym_user_defined_literal] = STATE(3564), [sym_identifier] = ACTIONS(2095), [anon_sym_DOT_DOT_DOT] = ACTIONS(4248), [anon_sym_LPAREN2] = ACTIONS(1841), [anon_sym_BANG] = ACTIONS(1843), [anon_sym_TILDE] = ACTIONS(1843), [anon_sym_DASH] = ACTIONS(1845), [anon_sym_PLUS] = ACTIONS(1845), [anon_sym_STAR] = ACTIONS(1847), [anon_sym_AMP] = ACTIONS(1847), [anon_sym_COLON_COLON] = ACTIONS(1849), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1999), [anon_sym_not] = ACTIONS(1845), [anon_sym_compl] = ACTIONS(1845), [anon_sym_DASH_DASH] = ACTIONS(1861), [anon_sym_PLUS_PLUS] = ACTIONS(1861), [anon_sym_sizeof] = ACTIONS(1863), [anon_sym_offsetof] = ACTIONS(1865), [anon_sym__Generic] = ACTIONS(1867), [anon_sym_asm] = ACTIONS(1869), [anon_sym___asm__] = ACTIONS(1869), [sym_number_literal] = ACTIONS(1871), [anon_sym_L_SQUOTE] = ACTIONS(1873), [anon_sym_u_SQUOTE] = ACTIONS(1873), [anon_sym_U_SQUOTE] = ACTIONS(1873), [anon_sym_u8_SQUOTE] = ACTIONS(1873), [anon_sym_SQUOTE] = ACTIONS(1873), [anon_sym_L_DQUOTE] = ACTIONS(1875), [anon_sym_u_DQUOTE] = ACTIONS(1875), [anon_sym_U_DQUOTE] = ACTIONS(1875), [anon_sym_u8_DQUOTE] = ACTIONS(1875), [anon_sym_DQUOTE] = ACTIONS(1875), [sym_true] = ACTIONS(1877), [sym_false] = ACTIONS(1877), [anon_sym_NULL] = ACTIONS(1879), [anon_sym_nullptr] = ACTIONS(1879), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(1883), [anon_sym_R_DQUOTE] = ACTIONS(1885), [anon_sym_LR_DQUOTE] = ACTIONS(1885), [anon_sym_uR_DQUOTE] = ACTIONS(1885), [anon_sym_UR_DQUOTE] = ACTIONS(1885), [anon_sym_u8R_DQUOTE] = ACTIONS(1885), [anon_sym_co_await] = ACTIONS(1887), [anon_sym_new] = ACTIONS(1889), [anon_sym_requires] = ACTIONS(1891), [sym_this] = ACTIONS(1877), }, [1756] = { [sym__expression] = STATE(4306), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(4251), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1757] = { [sym__expression] = STATE(3389), [sym__expression_not_binary] = STATE(3419), [sym_conditional_expression] = STATE(3419), [sym_assignment_expression] = STATE(3419), [sym_pointer_expression] = STATE(3419), [sym_unary_expression] = STATE(3419), [sym_binary_expression] = STATE(3419), [sym_update_expression] = STATE(3419), [sym_cast_expression] = STATE(3419), [sym_sizeof_expression] = STATE(3419), [sym_offsetof_expression] = STATE(3419), [sym_generic_expression] = STATE(3419), [sym_subscript_expression] = STATE(3419), [sym_call_expression] = STATE(3419), [sym_gnu_asm_expression] = STATE(3419), [sym_field_expression] = STATE(3419), [sym_compound_literal_expression] = STATE(3419), [sym_parenthesized_expression] = STATE(3419), [sym_char_literal] = STATE(3398), [sym_concatenated_string] = STATE(3398), [sym_string_literal] = STATE(2277), [sym_null] = STATE(3419), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6607), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3419), [sym_raw_string_literal] = STATE(2277), [sym_co_await_expression] = STATE(3419), [sym_new_expression] = STATE(3419), [sym_delete_expression] = STATE(3419), [sym_requires_clause] = STATE(3419), [sym_requires_expression] = STATE(3419), [sym_lambda_expression] = STATE(3419), [sym_lambda_capture_specifier] = STATE(5189), [sym_fold_expression] = STATE(3419), [sym_parameter_pack_expansion] = STATE(3419), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5301), [sym_qualified_identifier] = STATE(3419), [sym_qualified_type_identifier] = STATE(6607), [sym_user_defined_literal] = STATE(3419), [sym_identifier] = ACTIONS(2031), [anon_sym_DOT_DOT_DOT] = ACTIONS(4253), [anon_sym_LPAREN2] = ACTIONS(4255), [anon_sym_BANG] = ACTIONS(2037), [anon_sym_TILDE] = ACTIONS(2037), [anon_sym_DASH] = ACTIONS(2035), [anon_sym_PLUS] = ACTIONS(2035), [anon_sym_STAR] = ACTIONS(2624), [anon_sym_AMP] = ACTIONS(2624), [anon_sym_COLON_COLON] = ACTIONS(2041), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(2045), [anon_sym_not] = ACTIONS(2035), [anon_sym_compl] = ACTIONS(2035), [anon_sym_DASH_DASH] = ACTIONS(2047), [anon_sym_PLUS_PLUS] = ACTIONS(2047), [anon_sym_sizeof] = ACTIONS(2049), [anon_sym_offsetof] = ACTIONS(2051), [anon_sym__Generic] = ACTIONS(2053), [anon_sym_asm] = ACTIONS(2055), [anon_sym___asm__] = ACTIONS(2055), [sym_number_literal] = ACTIONS(2057), [anon_sym_L_SQUOTE] = ACTIONS(2059), [anon_sym_u_SQUOTE] = ACTIONS(2059), [anon_sym_U_SQUOTE] = ACTIONS(2059), [anon_sym_u8_SQUOTE] = ACTIONS(2059), [anon_sym_SQUOTE] = ACTIONS(2059), [anon_sym_L_DQUOTE] = ACTIONS(2061), [anon_sym_u_DQUOTE] = ACTIONS(2061), [anon_sym_U_DQUOTE] = ACTIONS(2061), [anon_sym_u8_DQUOTE] = ACTIONS(2061), [anon_sym_DQUOTE] = ACTIONS(2061), [sym_true] = ACTIONS(2063), [sym_false] = ACTIONS(2063), [anon_sym_NULL] = ACTIONS(2065), [anon_sym_nullptr] = ACTIONS(2065), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(2067), [anon_sym_R_DQUOTE] = ACTIONS(2069), [anon_sym_LR_DQUOTE] = ACTIONS(2069), [anon_sym_uR_DQUOTE] = ACTIONS(2069), [anon_sym_UR_DQUOTE] = ACTIONS(2069), [anon_sym_u8R_DQUOTE] = ACTIONS(2069), [anon_sym_co_await] = ACTIONS(2071), [anon_sym_new] = ACTIONS(2073), [anon_sym_requires] = ACTIONS(2075), [sym_this] = ACTIONS(2063), }, [1758] = { [sym__expression] = STATE(4002), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(4257), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK] = ACTIONS(4226), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1759] = { [sym__expression] = STATE(3487), [sym__expression_not_binary] = STATE(3564), [sym_conditional_expression] = STATE(3564), [sym_assignment_expression] = STATE(3564), [sym_pointer_expression] = STATE(3290), [sym_unary_expression] = STATE(3564), [sym_binary_expression] = STATE(3564), [sym_update_expression] = STATE(3564), [sym_cast_expression] = STATE(3564), [sym_sizeof_expression] = STATE(3564), [sym_offsetof_expression] = STATE(3564), [sym_generic_expression] = STATE(3564), [sym_subscript_expression] = STATE(3290), [sym_call_expression] = STATE(3290), [sym_gnu_asm_expression] = STATE(3564), [sym_field_expression] = STATE(3290), [sym_compound_literal_expression] = STATE(3564), [sym_parenthesized_expression] = STATE(3290), [sym_char_literal] = STATE(3429), [sym_concatenated_string] = STATE(3429), [sym_string_literal] = STATE(2306), [sym_null] = STATE(3564), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6687), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3564), [sym_raw_string_literal] = STATE(2306), [sym_co_await_expression] = STATE(3564), [sym_new_expression] = STATE(3564), [sym_delete_expression] = STATE(3564), [sym_requires_clause] = STATE(3564), [sym_requires_expression] = STATE(3564), [sym_lambda_expression] = STATE(3564), [sym_lambda_capture_specifier] = STATE(5176), [sym_fold_expression] = STATE(3564), [sym_parameter_pack_expansion] = STATE(3564), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5270), [sym_qualified_identifier] = STATE(3290), [sym_qualified_type_identifier] = STATE(6687), [sym_user_defined_literal] = STATE(3564), [sym_identifier] = ACTIONS(2095), [anon_sym_DOT_DOT_DOT] = ACTIONS(4259), [anon_sym_LPAREN2] = ACTIONS(1841), [anon_sym_BANG] = ACTIONS(1843), [anon_sym_TILDE] = ACTIONS(1843), [anon_sym_DASH] = ACTIONS(1845), [anon_sym_PLUS] = ACTIONS(1845), [anon_sym_STAR] = ACTIONS(1847), [anon_sym_AMP] = ACTIONS(1847), [anon_sym_COLON_COLON] = ACTIONS(1849), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1999), [anon_sym_not] = ACTIONS(1845), [anon_sym_compl] = ACTIONS(1845), [anon_sym_DASH_DASH] = ACTIONS(1861), [anon_sym_PLUS_PLUS] = ACTIONS(1861), [anon_sym_sizeof] = ACTIONS(1863), [anon_sym_offsetof] = ACTIONS(1865), [anon_sym__Generic] = ACTIONS(1867), [anon_sym_asm] = ACTIONS(1869), [anon_sym___asm__] = ACTIONS(1869), [sym_number_literal] = ACTIONS(1871), [anon_sym_L_SQUOTE] = ACTIONS(1873), [anon_sym_u_SQUOTE] = ACTIONS(1873), [anon_sym_U_SQUOTE] = ACTIONS(1873), [anon_sym_u8_SQUOTE] = ACTIONS(1873), [anon_sym_SQUOTE] = ACTIONS(1873), [anon_sym_L_DQUOTE] = ACTIONS(1875), [anon_sym_u_DQUOTE] = ACTIONS(1875), [anon_sym_U_DQUOTE] = ACTIONS(1875), [anon_sym_u8_DQUOTE] = ACTIONS(1875), [anon_sym_DQUOTE] = ACTIONS(1875), [sym_true] = ACTIONS(1877), [sym_false] = ACTIONS(1877), [anon_sym_NULL] = ACTIONS(1879), [anon_sym_nullptr] = ACTIONS(1879), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(1883), [anon_sym_R_DQUOTE] = ACTIONS(1885), [anon_sym_LR_DQUOTE] = ACTIONS(1885), [anon_sym_uR_DQUOTE] = ACTIONS(1885), [anon_sym_UR_DQUOTE] = ACTIONS(1885), [anon_sym_u8R_DQUOTE] = ACTIONS(1885), [anon_sym_co_await] = ACTIONS(1887), [anon_sym_new] = ACTIONS(1889), [anon_sym_requires] = ACTIONS(1891), [sym_this] = ACTIONS(1877), }, [1760] = { [sym__expression] = STATE(2946), [sym__expression_not_binary] = STATE(3025), [sym_conditional_expression] = STATE(3025), [sym_assignment_expression] = STATE(3025), [sym_pointer_expression] = STATE(3025), [sym_unary_expression] = STATE(3025), [sym_binary_expression] = STATE(3025), [sym_update_expression] = STATE(3025), [sym_cast_expression] = STATE(3025), [sym_sizeof_expression] = STATE(3025), [sym_offsetof_expression] = STATE(3025), [sym_generic_expression] = STATE(3025), [sym_subscript_expression] = STATE(3025), [sym_call_expression] = STATE(3025), [sym_gnu_asm_expression] = STATE(3025), [sym_field_expression] = STATE(3025), [sym_compound_literal_expression] = STATE(3025), [sym_parenthesized_expression] = STATE(3025), [sym_char_literal] = STATE(2884), [sym_concatenated_string] = STATE(2884), [sym_string_literal] = STATE(2162), [sym_null] = STATE(3025), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6624), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3025), [sym_raw_string_literal] = STATE(2162), [sym_co_await_expression] = STATE(3025), [sym_new_expression] = STATE(3025), [sym_delete_expression] = STATE(3025), [sym_requires_clause] = STATE(3025), [sym_requires_expression] = STATE(3025), [sym_lambda_expression] = STATE(3025), [sym_lambda_capture_specifier] = STATE(5221), [sym_fold_expression] = STATE(3025), [sym_parameter_pack_expansion] = STATE(3025), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3025), [sym_qualified_type_identifier] = STATE(6624), [sym_user_defined_literal] = STATE(3025), [sym_identifier] = ACTIONS(1933), [anon_sym_LPAREN2] = ACTIONS(1937), [anon_sym_BANG] = ACTIONS(1941), [anon_sym_TILDE] = ACTIONS(1941), [anon_sym_DASH] = ACTIONS(1939), [anon_sym_PLUS] = ACTIONS(1939), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(1945), [anon_sym_LBRACK] = ACTIONS(1949), [anon_sym_RBRACK] = ACTIONS(4262), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(1939), [anon_sym_compl] = ACTIONS(1939), [anon_sym_DASH_DASH] = ACTIONS(1953), [anon_sym_PLUS_PLUS] = ACTIONS(1953), [anon_sym_sizeof] = ACTIONS(1955), [anon_sym_offsetof] = ACTIONS(1957), [anon_sym__Generic] = ACTIONS(1959), [anon_sym_asm] = ACTIONS(1961), [anon_sym___asm__] = ACTIONS(1961), [sym_number_literal] = ACTIONS(1963), [anon_sym_L_SQUOTE] = ACTIONS(1965), [anon_sym_u_SQUOTE] = ACTIONS(1965), [anon_sym_U_SQUOTE] = ACTIONS(1965), [anon_sym_u8_SQUOTE] = ACTIONS(1965), [anon_sym_SQUOTE] = ACTIONS(1965), [anon_sym_L_DQUOTE] = ACTIONS(1967), [anon_sym_u_DQUOTE] = ACTIONS(1967), [anon_sym_U_DQUOTE] = ACTIONS(1967), [anon_sym_u8_DQUOTE] = ACTIONS(1967), [anon_sym_DQUOTE] = ACTIONS(1967), [sym_true] = ACTIONS(1969), [sym_false] = ACTIONS(1969), [anon_sym_NULL] = ACTIONS(1971), [anon_sym_nullptr] = ACTIONS(1971), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(1975), [anon_sym_R_DQUOTE] = ACTIONS(1977), [anon_sym_LR_DQUOTE] = ACTIONS(1977), [anon_sym_uR_DQUOTE] = ACTIONS(1977), [anon_sym_UR_DQUOTE] = ACTIONS(1977), [anon_sym_u8R_DQUOTE] = ACTIONS(1977), [anon_sym_co_await] = ACTIONS(1979), [anon_sym_new] = ACTIONS(1981), [anon_sym_requires] = ACTIONS(1983), [sym_this] = ACTIONS(1969), }, [1761] = { [sym__expression] = STATE(2946), [sym__expression_not_binary] = STATE(3025), [sym_conditional_expression] = STATE(3025), [sym_assignment_expression] = STATE(3025), [sym_pointer_expression] = STATE(3025), [sym_unary_expression] = STATE(3025), [sym_binary_expression] = STATE(3025), [sym_update_expression] = STATE(3025), [sym_cast_expression] = STATE(3025), [sym_sizeof_expression] = STATE(3025), [sym_offsetof_expression] = STATE(3025), [sym_generic_expression] = STATE(3025), [sym_subscript_expression] = STATE(3025), [sym_call_expression] = STATE(3025), [sym_gnu_asm_expression] = STATE(3025), [sym_field_expression] = STATE(3025), [sym_compound_literal_expression] = STATE(3025), [sym_parenthesized_expression] = STATE(3025), [sym_char_literal] = STATE(2884), [sym_concatenated_string] = STATE(2884), [sym_string_literal] = STATE(2162), [sym_null] = STATE(3025), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6624), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3025), [sym_raw_string_literal] = STATE(2162), [sym_co_await_expression] = STATE(3025), [sym_new_expression] = STATE(3025), [sym_delete_expression] = STATE(3025), [sym_requires_clause] = STATE(3025), [sym_requires_expression] = STATE(3025), [sym_lambda_expression] = STATE(3025), [sym_lambda_capture_specifier] = STATE(5221), [sym_fold_expression] = STATE(3025), [sym_parameter_pack_expansion] = STATE(3025), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3025), [sym_qualified_type_identifier] = STATE(6624), [sym_user_defined_literal] = STATE(3025), [sym_identifier] = ACTIONS(1933), [anon_sym_LPAREN2] = ACTIONS(1937), [anon_sym_BANG] = ACTIONS(1941), [anon_sym_TILDE] = ACTIONS(1941), [anon_sym_DASH] = ACTIONS(1939), [anon_sym_PLUS] = ACTIONS(1939), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(1945), [anon_sym_LBRACK] = ACTIONS(1949), [anon_sym_RBRACK] = ACTIONS(4264), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(1939), [anon_sym_compl] = ACTIONS(1939), [anon_sym_DASH_DASH] = ACTIONS(1953), [anon_sym_PLUS_PLUS] = ACTIONS(1953), [anon_sym_sizeof] = ACTIONS(1955), [anon_sym_offsetof] = ACTIONS(1957), [anon_sym__Generic] = ACTIONS(1959), [anon_sym_asm] = ACTIONS(1961), [anon_sym___asm__] = ACTIONS(1961), [sym_number_literal] = ACTIONS(1963), [anon_sym_L_SQUOTE] = ACTIONS(1965), [anon_sym_u_SQUOTE] = ACTIONS(1965), [anon_sym_U_SQUOTE] = ACTIONS(1965), [anon_sym_u8_SQUOTE] = ACTIONS(1965), [anon_sym_SQUOTE] = ACTIONS(1965), [anon_sym_L_DQUOTE] = ACTIONS(1967), [anon_sym_u_DQUOTE] = ACTIONS(1967), [anon_sym_U_DQUOTE] = ACTIONS(1967), [anon_sym_u8_DQUOTE] = ACTIONS(1967), [anon_sym_DQUOTE] = ACTIONS(1967), [sym_true] = ACTIONS(1969), [sym_false] = ACTIONS(1969), [anon_sym_NULL] = ACTIONS(1971), [anon_sym_nullptr] = ACTIONS(1971), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(1975), [anon_sym_R_DQUOTE] = ACTIONS(1977), [anon_sym_LR_DQUOTE] = ACTIONS(1977), [anon_sym_uR_DQUOTE] = ACTIONS(1977), [anon_sym_UR_DQUOTE] = ACTIONS(1977), [anon_sym_u8R_DQUOTE] = ACTIONS(1977), [anon_sym_co_await] = ACTIONS(1979), [anon_sym_new] = ACTIONS(1981), [anon_sym_requires] = ACTIONS(1983), [sym_this] = ACTIONS(1969), }, [1762] = { [sym__expression] = STATE(2946), [sym__expression_not_binary] = STATE(3025), [sym_conditional_expression] = STATE(3025), [sym_assignment_expression] = STATE(3025), [sym_pointer_expression] = STATE(3025), [sym_unary_expression] = STATE(3025), [sym_binary_expression] = STATE(3025), [sym_update_expression] = STATE(3025), [sym_cast_expression] = STATE(3025), [sym_sizeof_expression] = STATE(3025), [sym_offsetof_expression] = STATE(3025), [sym_generic_expression] = STATE(3025), [sym_subscript_expression] = STATE(3025), [sym_call_expression] = STATE(3025), [sym_gnu_asm_expression] = STATE(3025), [sym_field_expression] = STATE(3025), [sym_compound_literal_expression] = STATE(3025), [sym_parenthesized_expression] = STATE(3025), [sym_char_literal] = STATE(2884), [sym_concatenated_string] = STATE(2884), [sym_string_literal] = STATE(2162), [sym_null] = STATE(3025), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6624), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3025), [sym_raw_string_literal] = STATE(2162), [sym_co_await_expression] = STATE(3025), [sym_new_expression] = STATE(3025), [sym_delete_expression] = STATE(3025), [sym_requires_clause] = STATE(3025), [sym_requires_expression] = STATE(3025), [sym_lambda_expression] = STATE(3025), [sym_lambda_capture_specifier] = STATE(5221), [sym_fold_expression] = STATE(3025), [sym_parameter_pack_expansion] = STATE(3025), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3025), [sym_qualified_type_identifier] = STATE(6624), [sym_user_defined_literal] = STATE(3025), [sym_identifier] = ACTIONS(1933), [anon_sym_LPAREN2] = ACTIONS(1937), [anon_sym_BANG] = ACTIONS(1941), [anon_sym_TILDE] = ACTIONS(1941), [anon_sym_DASH] = ACTIONS(1939), [anon_sym_PLUS] = ACTIONS(1939), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(1945), [anon_sym_LBRACK] = ACTIONS(1949), [anon_sym_RBRACK] = ACTIONS(4266), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(1939), [anon_sym_compl] = ACTIONS(1939), [anon_sym_DASH_DASH] = ACTIONS(1953), [anon_sym_PLUS_PLUS] = ACTIONS(1953), [anon_sym_sizeof] = ACTIONS(1955), [anon_sym_offsetof] = ACTIONS(1957), [anon_sym__Generic] = ACTIONS(1959), [anon_sym_asm] = ACTIONS(1961), [anon_sym___asm__] = ACTIONS(1961), [sym_number_literal] = ACTIONS(1963), [anon_sym_L_SQUOTE] = ACTIONS(1965), [anon_sym_u_SQUOTE] = ACTIONS(1965), [anon_sym_U_SQUOTE] = ACTIONS(1965), [anon_sym_u8_SQUOTE] = ACTIONS(1965), [anon_sym_SQUOTE] = ACTIONS(1965), [anon_sym_L_DQUOTE] = ACTIONS(1967), [anon_sym_u_DQUOTE] = ACTIONS(1967), [anon_sym_U_DQUOTE] = ACTIONS(1967), [anon_sym_u8_DQUOTE] = ACTIONS(1967), [anon_sym_DQUOTE] = ACTIONS(1967), [sym_true] = ACTIONS(1969), [sym_false] = ACTIONS(1969), [anon_sym_NULL] = ACTIONS(1971), [anon_sym_nullptr] = ACTIONS(1971), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(1975), [anon_sym_R_DQUOTE] = ACTIONS(1977), [anon_sym_LR_DQUOTE] = ACTIONS(1977), [anon_sym_uR_DQUOTE] = ACTIONS(1977), [anon_sym_UR_DQUOTE] = ACTIONS(1977), [anon_sym_u8R_DQUOTE] = ACTIONS(1977), [anon_sym_co_await] = ACTIONS(1979), [anon_sym_new] = ACTIONS(1981), [anon_sym_requires] = ACTIONS(1983), [sym_this] = ACTIONS(1969), }, [1763] = { [sym__expression] = STATE(3446), [sym__expression_not_binary] = STATE(3564), [sym_conditional_expression] = STATE(3564), [sym_assignment_expression] = STATE(3564), [sym_pointer_expression] = STATE(3290), [sym_unary_expression] = STATE(3564), [sym_binary_expression] = STATE(3564), [sym_update_expression] = STATE(3564), [sym_cast_expression] = STATE(3564), [sym_sizeof_expression] = STATE(3564), [sym_offsetof_expression] = STATE(3564), [sym_generic_expression] = STATE(3564), [sym_subscript_expression] = STATE(3290), [sym_call_expression] = STATE(3290), [sym_gnu_asm_expression] = STATE(3564), [sym_field_expression] = STATE(3290), [sym_compound_literal_expression] = STATE(3564), [sym_parenthesized_expression] = STATE(3290), [sym_char_literal] = STATE(3429), [sym_concatenated_string] = STATE(3429), [sym_string_literal] = STATE(2306), [sym_null] = STATE(3564), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6687), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3564), [sym_raw_string_literal] = STATE(2306), [sym_co_await_expression] = STATE(3564), [sym_new_expression] = STATE(3564), [sym_delete_expression] = STATE(3564), [sym_requires_clause] = STATE(3564), [sym_requires_expression] = STATE(3564), [sym_lambda_expression] = STATE(3564), [sym_lambda_capture_specifier] = STATE(5176), [sym_fold_expression] = STATE(3564), [sym_parameter_pack_expansion] = STATE(3564), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5270), [sym_qualified_identifier] = STATE(3290), [sym_qualified_type_identifier] = STATE(6687), [sym_user_defined_literal] = STATE(3564), [sym_identifier] = ACTIONS(2095), [anon_sym_DOT_DOT_DOT] = ACTIONS(4268), [anon_sym_LPAREN2] = ACTIONS(1841), [anon_sym_BANG] = ACTIONS(1843), [anon_sym_TILDE] = ACTIONS(1843), [anon_sym_DASH] = ACTIONS(1845), [anon_sym_PLUS] = ACTIONS(1845), [anon_sym_STAR] = ACTIONS(1847), [anon_sym_AMP] = ACTIONS(1847), [anon_sym_COLON_COLON] = ACTIONS(1849), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1999), [anon_sym_not] = ACTIONS(1845), [anon_sym_compl] = ACTIONS(1845), [anon_sym_DASH_DASH] = ACTIONS(1861), [anon_sym_PLUS_PLUS] = ACTIONS(1861), [anon_sym_sizeof] = ACTIONS(1863), [anon_sym_offsetof] = ACTIONS(1865), [anon_sym__Generic] = ACTIONS(1867), [anon_sym_asm] = ACTIONS(1869), [anon_sym___asm__] = ACTIONS(1869), [sym_number_literal] = ACTIONS(1871), [anon_sym_L_SQUOTE] = ACTIONS(1873), [anon_sym_u_SQUOTE] = ACTIONS(1873), [anon_sym_U_SQUOTE] = ACTIONS(1873), [anon_sym_u8_SQUOTE] = ACTIONS(1873), [anon_sym_SQUOTE] = ACTIONS(1873), [anon_sym_L_DQUOTE] = ACTIONS(1875), [anon_sym_u_DQUOTE] = ACTIONS(1875), [anon_sym_U_DQUOTE] = ACTIONS(1875), [anon_sym_u8_DQUOTE] = ACTIONS(1875), [anon_sym_DQUOTE] = ACTIONS(1875), [sym_true] = ACTIONS(1877), [sym_false] = ACTIONS(1877), [anon_sym_NULL] = ACTIONS(1879), [anon_sym_nullptr] = ACTIONS(1879), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(1883), [anon_sym_R_DQUOTE] = ACTIONS(1885), [anon_sym_LR_DQUOTE] = ACTIONS(1885), [anon_sym_uR_DQUOTE] = ACTIONS(1885), [anon_sym_UR_DQUOTE] = ACTIONS(1885), [anon_sym_u8R_DQUOTE] = ACTIONS(1885), [anon_sym_co_await] = ACTIONS(1887), [anon_sym_new] = ACTIONS(1889), [anon_sym_requires] = ACTIONS(1891), [sym_this] = ACTIONS(1877), }, [1764] = { [sym__expression] = STATE(4388), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(4271), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1765] = { [sym__expression] = STATE(4276), [sym__expression_not_binary] = STATE(3925), [sym_comma_expression] = STATE(7481), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1766] = { [sym__expression] = STATE(4388), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(4273), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1767] = { [sym__expression] = STATE(2946), [sym__expression_not_binary] = STATE(3025), [sym_conditional_expression] = STATE(3025), [sym_assignment_expression] = STATE(3025), [sym_pointer_expression] = STATE(3025), [sym_unary_expression] = STATE(3025), [sym_binary_expression] = STATE(3025), [sym_update_expression] = STATE(3025), [sym_cast_expression] = STATE(3025), [sym_sizeof_expression] = STATE(3025), [sym_offsetof_expression] = STATE(3025), [sym_generic_expression] = STATE(3025), [sym_subscript_expression] = STATE(3025), [sym_call_expression] = STATE(3025), [sym_gnu_asm_expression] = STATE(3025), [sym_field_expression] = STATE(3025), [sym_compound_literal_expression] = STATE(3025), [sym_parenthesized_expression] = STATE(3025), [sym_char_literal] = STATE(2884), [sym_concatenated_string] = STATE(2884), [sym_string_literal] = STATE(2162), [sym_null] = STATE(3025), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6624), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3025), [sym_raw_string_literal] = STATE(2162), [sym_co_await_expression] = STATE(3025), [sym_new_expression] = STATE(3025), [sym_delete_expression] = STATE(3025), [sym_requires_clause] = STATE(3025), [sym_requires_expression] = STATE(3025), [sym_lambda_expression] = STATE(3025), [sym_lambda_capture_specifier] = STATE(5221), [sym_fold_expression] = STATE(3025), [sym_parameter_pack_expansion] = STATE(3025), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3025), [sym_qualified_type_identifier] = STATE(6624), [sym_user_defined_literal] = STATE(3025), [sym_identifier] = ACTIONS(1933), [anon_sym_LPAREN2] = ACTIONS(1937), [anon_sym_BANG] = ACTIONS(1941), [anon_sym_TILDE] = ACTIONS(1941), [anon_sym_DASH] = ACTIONS(1939), [anon_sym_PLUS] = ACTIONS(1939), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(1945), [anon_sym_LBRACK] = ACTIONS(1949), [anon_sym_RBRACK] = ACTIONS(4275), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(1939), [anon_sym_compl] = ACTIONS(1939), [anon_sym_DASH_DASH] = ACTIONS(1953), [anon_sym_PLUS_PLUS] = ACTIONS(1953), [anon_sym_sizeof] = ACTIONS(1955), [anon_sym_offsetof] = ACTIONS(1957), [anon_sym__Generic] = ACTIONS(1959), [anon_sym_asm] = ACTIONS(1961), [anon_sym___asm__] = ACTIONS(1961), [sym_number_literal] = ACTIONS(1963), [anon_sym_L_SQUOTE] = ACTIONS(1965), [anon_sym_u_SQUOTE] = ACTIONS(1965), [anon_sym_U_SQUOTE] = ACTIONS(1965), [anon_sym_u8_SQUOTE] = ACTIONS(1965), [anon_sym_SQUOTE] = ACTIONS(1965), [anon_sym_L_DQUOTE] = ACTIONS(1967), [anon_sym_u_DQUOTE] = ACTIONS(1967), [anon_sym_U_DQUOTE] = ACTIONS(1967), [anon_sym_u8_DQUOTE] = ACTIONS(1967), [anon_sym_DQUOTE] = ACTIONS(1967), [sym_true] = ACTIONS(1969), [sym_false] = ACTIONS(1969), [anon_sym_NULL] = ACTIONS(1971), [anon_sym_nullptr] = ACTIONS(1971), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(1975), [anon_sym_R_DQUOTE] = ACTIONS(1977), [anon_sym_LR_DQUOTE] = ACTIONS(1977), [anon_sym_uR_DQUOTE] = ACTIONS(1977), [anon_sym_UR_DQUOTE] = ACTIONS(1977), [anon_sym_u8R_DQUOTE] = ACTIONS(1977), [anon_sym_co_await] = ACTIONS(1979), [anon_sym_new] = ACTIONS(1981), [anon_sym_requires] = ACTIONS(1983), [sym_this] = ACTIONS(1969), }, [1768] = { [sym__expression] = STATE(3421), [sym__expression_not_binary] = STATE(3564), [sym_conditional_expression] = STATE(3564), [sym_assignment_expression] = STATE(3564), [sym_pointer_expression] = STATE(3290), [sym_unary_expression] = STATE(3564), [sym_binary_expression] = STATE(3564), [sym_update_expression] = STATE(3564), [sym_cast_expression] = STATE(3564), [sym_sizeof_expression] = STATE(3564), [sym_offsetof_expression] = STATE(3564), [sym_generic_expression] = STATE(3564), [sym_subscript_expression] = STATE(3290), [sym_call_expression] = STATE(3290), [sym_gnu_asm_expression] = STATE(3564), [sym_field_expression] = STATE(3290), [sym_compound_literal_expression] = STATE(3564), [sym_parenthesized_expression] = STATE(3290), [sym_char_literal] = STATE(3429), [sym_concatenated_string] = STATE(3429), [sym_string_literal] = STATE(2306), [sym_null] = STATE(3564), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6687), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3564), [sym_raw_string_literal] = STATE(2306), [sym_co_await_expression] = STATE(3564), [sym_new_expression] = STATE(3564), [sym_delete_expression] = STATE(3564), [sym_requires_clause] = STATE(3564), [sym_requires_expression] = STATE(3564), [sym_lambda_expression] = STATE(3564), [sym_lambda_capture_specifier] = STATE(5176), [sym_fold_expression] = STATE(3564), [sym_parameter_pack_expansion] = STATE(3564), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5270), [sym_qualified_identifier] = STATE(3290), [sym_qualified_type_identifier] = STATE(6687), [sym_user_defined_literal] = STATE(3564), [sym_identifier] = ACTIONS(2095), [anon_sym_DOT_DOT_DOT] = ACTIONS(4277), [anon_sym_LPAREN2] = ACTIONS(1841), [anon_sym_BANG] = ACTIONS(1843), [anon_sym_TILDE] = ACTIONS(1843), [anon_sym_DASH] = ACTIONS(1845), [anon_sym_PLUS] = ACTIONS(1845), [anon_sym_STAR] = ACTIONS(1847), [anon_sym_AMP] = ACTIONS(1847), [anon_sym_COLON_COLON] = ACTIONS(1849), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1999), [anon_sym_not] = ACTIONS(1845), [anon_sym_compl] = ACTIONS(1845), [anon_sym_DASH_DASH] = ACTIONS(1861), [anon_sym_PLUS_PLUS] = ACTIONS(1861), [anon_sym_sizeof] = ACTIONS(1863), [anon_sym_offsetof] = ACTIONS(1865), [anon_sym__Generic] = ACTIONS(1867), [anon_sym_asm] = ACTIONS(1869), [anon_sym___asm__] = ACTIONS(1869), [sym_number_literal] = ACTIONS(1871), [anon_sym_L_SQUOTE] = ACTIONS(1873), [anon_sym_u_SQUOTE] = ACTIONS(1873), [anon_sym_U_SQUOTE] = ACTIONS(1873), [anon_sym_u8_SQUOTE] = ACTIONS(1873), [anon_sym_SQUOTE] = ACTIONS(1873), [anon_sym_L_DQUOTE] = ACTIONS(1875), [anon_sym_u_DQUOTE] = ACTIONS(1875), [anon_sym_U_DQUOTE] = ACTIONS(1875), [anon_sym_u8_DQUOTE] = ACTIONS(1875), [anon_sym_DQUOTE] = ACTIONS(1875), [sym_true] = ACTIONS(1877), [sym_false] = ACTIONS(1877), [anon_sym_NULL] = ACTIONS(1879), [anon_sym_nullptr] = ACTIONS(1879), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(1883), [anon_sym_R_DQUOTE] = ACTIONS(1885), [anon_sym_LR_DQUOTE] = ACTIONS(1885), [anon_sym_uR_DQUOTE] = ACTIONS(1885), [anon_sym_UR_DQUOTE] = ACTIONS(1885), [anon_sym_u8R_DQUOTE] = ACTIONS(1885), [anon_sym_co_await] = ACTIONS(1887), [anon_sym_new] = ACTIONS(1889), [anon_sym_requires] = ACTIONS(1891), [sym_this] = ACTIONS(1877), }, [1769] = { [sym__expression] = STATE(3428), [sym__expression_not_binary] = STATE(3564), [sym_conditional_expression] = STATE(3564), [sym_assignment_expression] = STATE(3564), [sym_pointer_expression] = STATE(3290), [sym_unary_expression] = STATE(3564), [sym_binary_expression] = STATE(3564), [sym_update_expression] = STATE(3564), [sym_cast_expression] = STATE(3564), [sym_sizeof_expression] = STATE(3564), [sym_offsetof_expression] = STATE(3564), [sym_generic_expression] = STATE(3564), [sym_subscript_expression] = STATE(3290), [sym_call_expression] = STATE(3290), [sym_gnu_asm_expression] = STATE(3564), [sym_field_expression] = STATE(3290), [sym_compound_literal_expression] = STATE(3564), [sym_parenthesized_expression] = STATE(3290), [sym_char_literal] = STATE(3429), [sym_concatenated_string] = STATE(3429), [sym_string_literal] = STATE(2306), [sym_null] = STATE(3564), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6687), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3564), [sym_raw_string_literal] = STATE(2306), [sym_co_await_expression] = STATE(3564), [sym_new_expression] = STATE(3564), [sym_delete_expression] = STATE(3564), [sym_requires_clause] = STATE(3564), [sym_requires_expression] = STATE(3564), [sym_lambda_expression] = STATE(3564), [sym_lambda_capture_specifier] = STATE(5176), [sym_fold_expression] = STATE(3564), [sym_parameter_pack_expansion] = STATE(3564), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5270), [sym_qualified_identifier] = STATE(3290), [sym_qualified_type_identifier] = STATE(6687), [sym_user_defined_literal] = STATE(3564), [sym_identifier] = ACTIONS(2095), [anon_sym_DOT_DOT_DOT] = ACTIONS(4280), [anon_sym_LPAREN2] = ACTIONS(1841), [anon_sym_BANG] = ACTIONS(1843), [anon_sym_TILDE] = ACTIONS(1843), [anon_sym_DASH] = ACTIONS(1845), [anon_sym_PLUS] = ACTIONS(1845), [anon_sym_STAR] = ACTIONS(1847), [anon_sym_AMP] = ACTIONS(1847), [anon_sym_COLON_COLON] = ACTIONS(1849), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1999), [anon_sym_not] = ACTIONS(1845), [anon_sym_compl] = ACTIONS(1845), [anon_sym_DASH_DASH] = ACTIONS(1861), [anon_sym_PLUS_PLUS] = ACTIONS(1861), [anon_sym_sizeof] = ACTIONS(1863), [anon_sym_offsetof] = ACTIONS(1865), [anon_sym__Generic] = ACTIONS(1867), [anon_sym_asm] = ACTIONS(1869), [anon_sym___asm__] = ACTIONS(1869), [sym_number_literal] = ACTIONS(1871), [anon_sym_L_SQUOTE] = ACTIONS(1873), [anon_sym_u_SQUOTE] = ACTIONS(1873), [anon_sym_U_SQUOTE] = ACTIONS(1873), [anon_sym_u8_SQUOTE] = ACTIONS(1873), [anon_sym_SQUOTE] = ACTIONS(1873), [anon_sym_L_DQUOTE] = ACTIONS(1875), [anon_sym_u_DQUOTE] = ACTIONS(1875), [anon_sym_U_DQUOTE] = ACTIONS(1875), [anon_sym_u8_DQUOTE] = ACTIONS(1875), [anon_sym_DQUOTE] = ACTIONS(1875), [sym_true] = ACTIONS(1877), [sym_false] = ACTIONS(1877), [anon_sym_NULL] = ACTIONS(1879), [anon_sym_nullptr] = ACTIONS(1879), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(1883), [anon_sym_R_DQUOTE] = ACTIONS(1885), [anon_sym_LR_DQUOTE] = ACTIONS(1885), [anon_sym_uR_DQUOTE] = ACTIONS(1885), [anon_sym_UR_DQUOTE] = ACTIONS(1885), [anon_sym_u8R_DQUOTE] = ACTIONS(1885), [anon_sym_co_await] = ACTIONS(1887), [anon_sym_new] = ACTIONS(1889), [anon_sym_requires] = ACTIONS(1891), [sym_this] = ACTIONS(1877), }, [1770] = { [sym__expression] = STATE(3428), [sym__expression_not_binary] = STATE(3564), [sym_conditional_expression] = STATE(3564), [sym_assignment_expression] = STATE(3564), [sym_pointer_expression] = STATE(3290), [sym_unary_expression] = STATE(3564), [sym_binary_expression] = STATE(3564), [sym_update_expression] = STATE(3564), [sym_cast_expression] = STATE(3564), [sym_sizeof_expression] = STATE(3564), [sym_offsetof_expression] = STATE(3564), [sym_generic_expression] = STATE(3564), [sym_subscript_expression] = STATE(3290), [sym_call_expression] = STATE(3290), [sym_gnu_asm_expression] = STATE(3564), [sym_field_expression] = STATE(3290), [sym_compound_literal_expression] = STATE(3564), [sym_parenthesized_expression] = STATE(3290), [sym_char_literal] = STATE(3429), [sym_concatenated_string] = STATE(3429), [sym_string_literal] = STATE(2306), [sym_null] = STATE(3564), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6687), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3564), [sym_raw_string_literal] = STATE(2306), [sym_co_await_expression] = STATE(3564), [sym_new_expression] = STATE(3564), [sym_delete_expression] = STATE(3564), [sym_requires_clause] = STATE(3564), [sym_requires_expression] = STATE(3564), [sym_lambda_expression] = STATE(3564), [sym_lambda_capture_specifier] = STATE(5176), [sym_fold_expression] = STATE(3564), [sym_parameter_pack_expansion] = STATE(3564), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5270), [sym_qualified_identifier] = STATE(3290), [sym_qualified_type_identifier] = STATE(6687), [sym_user_defined_literal] = STATE(3564), [sym_identifier] = ACTIONS(2095), [anon_sym_DOT_DOT_DOT] = ACTIONS(4283), [anon_sym_LPAREN2] = ACTIONS(1841), [anon_sym_BANG] = ACTIONS(1843), [anon_sym_TILDE] = ACTIONS(1843), [anon_sym_DASH] = ACTIONS(1845), [anon_sym_PLUS] = ACTIONS(1845), [anon_sym_STAR] = ACTIONS(1847), [anon_sym_AMP] = ACTIONS(1847), [anon_sym_COLON_COLON] = ACTIONS(1849), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1999), [anon_sym_not] = ACTIONS(1845), [anon_sym_compl] = ACTIONS(1845), [anon_sym_DASH_DASH] = ACTIONS(1861), [anon_sym_PLUS_PLUS] = ACTIONS(1861), [anon_sym_sizeof] = ACTIONS(1863), [anon_sym_offsetof] = ACTIONS(1865), [anon_sym__Generic] = ACTIONS(1867), [anon_sym_asm] = ACTIONS(1869), [anon_sym___asm__] = ACTIONS(1869), [sym_number_literal] = ACTIONS(1871), [anon_sym_L_SQUOTE] = ACTIONS(1873), [anon_sym_u_SQUOTE] = ACTIONS(1873), [anon_sym_U_SQUOTE] = ACTIONS(1873), [anon_sym_u8_SQUOTE] = ACTIONS(1873), [anon_sym_SQUOTE] = ACTIONS(1873), [anon_sym_L_DQUOTE] = ACTIONS(1875), [anon_sym_u_DQUOTE] = ACTIONS(1875), [anon_sym_U_DQUOTE] = ACTIONS(1875), [anon_sym_u8_DQUOTE] = ACTIONS(1875), [anon_sym_DQUOTE] = ACTIONS(1875), [sym_true] = ACTIONS(1877), [sym_false] = ACTIONS(1877), [anon_sym_NULL] = ACTIONS(1879), [anon_sym_nullptr] = ACTIONS(1879), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(1883), [anon_sym_R_DQUOTE] = ACTIONS(1885), [anon_sym_LR_DQUOTE] = ACTIONS(1885), [anon_sym_uR_DQUOTE] = ACTIONS(1885), [anon_sym_UR_DQUOTE] = ACTIONS(1885), [anon_sym_u8R_DQUOTE] = ACTIONS(1885), [anon_sym_co_await] = ACTIONS(1887), [anon_sym_new] = ACTIONS(1889), [anon_sym_requires] = ACTIONS(1891), [sym_this] = ACTIONS(1877), }, [1771] = { [sym__expression] = STATE(3431), [sym__expression_not_binary] = STATE(3564), [sym_conditional_expression] = STATE(3564), [sym_assignment_expression] = STATE(3564), [sym_pointer_expression] = STATE(3290), [sym_unary_expression] = STATE(3564), [sym_binary_expression] = STATE(3564), [sym_update_expression] = STATE(3564), [sym_cast_expression] = STATE(3564), [sym_sizeof_expression] = STATE(3564), [sym_offsetof_expression] = STATE(3564), [sym_generic_expression] = STATE(3564), [sym_subscript_expression] = STATE(3290), [sym_call_expression] = STATE(3290), [sym_gnu_asm_expression] = STATE(3564), [sym_field_expression] = STATE(3290), [sym_compound_literal_expression] = STATE(3564), [sym_parenthesized_expression] = STATE(3290), [sym_char_literal] = STATE(3429), [sym_concatenated_string] = STATE(3429), [sym_string_literal] = STATE(2306), [sym_null] = STATE(3564), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6687), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3564), [sym_raw_string_literal] = STATE(2306), [sym_co_await_expression] = STATE(3564), [sym_new_expression] = STATE(3564), [sym_delete_expression] = STATE(3564), [sym_requires_clause] = STATE(3564), [sym_requires_expression] = STATE(3564), [sym_lambda_expression] = STATE(3564), [sym_lambda_capture_specifier] = STATE(5176), [sym_fold_expression] = STATE(3564), [sym_parameter_pack_expansion] = STATE(3564), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5270), [sym_qualified_identifier] = STATE(3290), [sym_qualified_type_identifier] = STATE(6687), [sym_user_defined_literal] = STATE(3564), [sym_identifier] = ACTIONS(2095), [anon_sym_DOT_DOT_DOT] = ACTIONS(4286), [anon_sym_LPAREN2] = ACTIONS(1841), [anon_sym_BANG] = ACTIONS(1843), [anon_sym_TILDE] = ACTIONS(1843), [anon_sym_DASH] = ACTIONS(1845), [anon_sym_PLUS] = ACTIONS(1845), [anon_sym_STAR] = ACTIONS(1847), [anon_sym_AMP] = ACTIONS(1847), [anon_sym_COLON_COLON] = ACTIONS(1849), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1999), [anon_sym_not] = ACTIONS(1845), [anon_sym_compl] = ACTIONS(1845), [anon_sym_DASH_DASH] = ACTIONS(1861), [anon_sym_PLUS_PLUS] = ACTIONS(1861), [anon_sym_sizeof] = ACTIONS(1863), [anon_sym_offsetof] = ACTIONS(1865), [anon_sym__Generic] = ACTIONS(1867), [anon_sym_asm] = ACTIONS(1869), [anon_sym___asm__] = ACTIONS(1869), [sym_number_literal] = ACTIONS(1871), [anon_sym_L_SQUOTE] = ACTIONS(1873), [anon_sym_u_SQUOTE] = ACTIONS(1873), [anon_sym_U_SQUOTE] = ACTIONS(1873), [anon_sym_u8_SQUOTE] = ACTIONS(1873), [anon_sym_SQUOTE] = ACTIONS(1873), [anon_sym_L_DQUOTE] = ACTIONS(1875), [anon_sym_u_DQUOTE] = ACTIONS(1875), [anon_sym_U_DQUOTE] = ACTIONS(1875), [anon_sym_u8_DQUOTE] = ACTIONS(1875), [anon_sym_DQUOTE] = ACTIONS(1875), [sym_true] = ACTIONS(1877), [sym_false] = ACTIONS(1877), [anon_sym_NULL] = ACTIONS(1879), [anon_sym_nullptr] = ACTIONS(1879), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(1883), [anon_sym_R_DQUOTE] = ACTIONS(1885), [anon_sym_LR_DQUOTE] = ACTIONS(1885), [anon_sym_uR_DQUOTE] = ACTIONS(1885), [anon_sym_UR_DQUOTE] = ACTIONS(1885), [anon_sym_u8R_DQUOTE] = ACTIONS(1885), [anon_sym_co_await] = ACTIONS(1887), [anon_sym_new] = ACTIONS(1889), [anon_sym_requires] = ACTIONS(1891), [sym_this] = ACTIONS(1877), }, [1772] = { [sym__expression] = STATE(2946), [sym__expression_not_binary] = STATE(3025), [sym_conditional_expression] = STATE(3025), [sym_assignment_expression] = STATE(3025), [sym_pointer_expression] = STATE(3025), [sym_unary_expression] = STATE(3025), [sym_binary_expression] = STATE(3025), [sym_update_expression] = STATE(3025), [sym_cast_expression] = STATE(3025), [sym_sizeof_expression] = STATE(3025), [sym_offsetof_expression] = STATE(3025), [sym_generic_expression] = STATE(3025), [sym_subscript_expression] = STATE(3025), [sym_call_expression] = STATE(3025), [sym_gnu_asm_expression] = STATE(3025), [sym_field_expression] = STATE(3025), [sym_compound_literal_expression] = STATE(3025), [sym_parenthesized_expression] = STATE(3025), [sym_char_literal] = STATE(2884), [sym_concatenated_string] = STATE(2884), [sym_string_literal] = STATE(2162), [sym_null] = STATE(3025), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6624), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3025), [sym_raw_string_literal] = STATE(2162), [sym_co_await_expression] = STATE(3025), [sym_new_expression] = STATE(3025), [sym_delete_expression] = STATE(3025), [sym_requires_clause] = STATE(3025), [sym_requires_expression] = STATE(3025), [sym_lambda_expression] = STATE(3025), [sym_lambda_capture_specifier] = STATE(5221), [sym_fold_expression] = STATE(3025), [sym_parameter_pack_expansion] = STATE(3025), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3025), [sym_qualified_type_identifier] = STATE(6624), [sym_user_defined_literal] = STATE(3025), [sym_identifier] = ACTIONS(1933), [anon_sym_LPAREN2] = ACTIONS(1937), [anon_sym_BANG] = ACTIONS(1941), [anon_sym_TILDE] = ACTIONS(1941), [anon_sym_DASH] = ACTIONS(1939), [anon_sym_PLUS] = ACTIONS(1939), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(1945), [anon_sym_LBRACK] = ACTIONS(1949), [anon_sym_RBRACK] = ACTIONS(4289), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(1939), [anon_sym_compl] = ACTIONS(1939), [anon_sym_DASH_DASH] = ACTIONS(1953), [anon_sym_PLUS_PLUS] = ACTIONS(1953), [anon_sym_sizeof] = ACTIONS(1955), [anon_sym_offsetof] = ACTIONS(1957), [anon_sym__Generic] = ACTIONS(1959), [anon_sym_asm] = ACTIONS(1961), [anon_sym___asm__] = ACTIONS(1961), [sym_number_literal] = ACTIONS(1963), [anon_sym_L_SQUOTE] = ACTIONS(1965), [anon_sym_u_SQUOTE] = ACTIONS(1965), [anon_sym_U_SQUOTE] = ACTIONS(1965), [anon_sym_u8_SQUOTE] = ACTIONS(1965), [anon_sym_SQUOTE] = ACTIONS(1965), [anon_sym_L_DQUOTE] = ACTIONS(1967), [anon_sym_u_DQUOTE] = ACTIONS(1967), [anon_sym_U_DQUOTE] = ACTIONS(1967), [anon_sym_u8_DQUOTE] = ACTIONS(1967), [anon_sym_DQUOTE] = ACTIONS(1967), [sym_true] = ACTIONS(1969), [sym_false] = ACTIONS(1969), [anon_sym_NULL] = ACTIONS(1971), [anon_sym_nullptr] = ACTIONS(1971), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(1975), [anon_sym_R_DQUOTE] = ACTIONS(1977), [anon_sym_LR_DQUOTE] = ACTIONS(1977), [anon_sym_uR_DQUOTE] = ACTIONS(1977), [anon_sym_UR_DQUOTE] = ACTIONS(1977), [anon_sym_u8R_DQUOTE] = ACTIONS(1977), [anon_sym_co_await] = ACTIONS(1979), [anon_sym_new] = ACTIONS(1981), [anon_sym_requires] = ACTIONS(1983), [sym_this] = ACTIONS(1969), }, [1773] = { [sym__expression] = STATE(4508), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(4291), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1774] = { [sym__expression] = STATE(3431), [sym__expression_not_binary] = STATE(3564), [sym_conditional_expression] = STATE(3564), [sym_assignment_expression] = STATE(3564), [sym_pointer_expression] = STATE(3290), [sym_unary_expression] = STATE(3564), [sym_binary_expression] = STATE(3564), [sym_update_expression] = STATE(3564), [sym_cast_expression] = STATE(3564), [sym_sizeof_expression] = STATE(3564), [sym_offsetof_expression] = STATE(3564), [sym_generic_expression] = STATE(3564), [sym_subscript_expression] = STATE(3290), [sym_call_expression] = STATE(3290), [sym_gnu_asm_expression] = STATE(3564), [sym_field_expression] = STATE(3290), [sym_compound_literal_expression] = STATE(3564), [sym_parenthesized_expression] = STATE(3290), [sym_char_literal] = STATE(3429), [sym_concatenated_string] = STATE(3429), [sym_string_literal] = STATE(2306), [sym_null] = STATE(3564), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6687), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3564), [sym_raw_string_literal] = STATE(2306), [sym_co_await_expression] = STATE(3564), [sym_new_expression] = STATE(3564), [sym_delete_expression] = STATE(3564), [sym_requires_clause] = STATE(3564), [sym_requires_expression] = STATE(3564), [sym_lambda_expression] = STATE(3564), [sym_lambda_capture_specifier] = STATE(5176), [sym_fold_expression] = STATE(3564), [sym_parameter_pack_expansion] = STATE(3564), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5270), [sym_qualified_identifier] = STATE(3290), [sym_qualified_type_identifier] = STATE(6687), [sym_user_defined_literal] = STATE(3564), [sym_identifier] = ACTIONS(2095), [anon_sym_DOT_DOT_DOT] = ACTIONS(4293), [anon_sym_LPAREN2] = ACTIONS(1841), [anon_sym_BANG] = ACTIONS(1843), [anon_sym_TILDE] = ACTIONS(1843), [anon_sym_DASH] = ACTIONS(1845), [anon_sym_PLUS] = ACTIONS(1845), [anon_sym_STAR] = ACTIONS(1847), [anon_sym_AMP] = ACTIONS(1847), [anon_sym_COLON_COLON] = ACTIONS(1849), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1999), [anon_sym_not] = ACTIONS(1845), [anon_sym_compl] = ACTIONS(1845), [anon_sym_DASH_DASH] = ACTIONS(1861), [anon_sym_PLUS_PLUS] = ACTIONS(1861), [anon_sym_sizeof] = ACTIONS(1863), [anon_sym_offsetof] = ACTIONS(1865), [anon_sym__Generic] = ACTIONS(1867), [anon_sym_asm] = ACTIONS(1869), [anon_sym___asm__] = ACTIONS(1869), [sym_number_literal] = ACTIONS(1871), [anon_sym_L_SQUOTE] = ACTIONS(1873), [anon_sym_u_SQUOTE] = ACTIONS(1873), [anon_sym_U_SQUOTE] = ACTIONS(1873), [anon_sym_u8_SQUOTE] = ACTIONS(1873), [anon_sym_SQUOTE] = ACTIONS(1873), [anon_sym_L_DQUOTE] = ACTIONS(1875), [anon_sym_u_DQUOTE] = ACTIONS(1875), [anon_sym_U_DQUOTE] = ACTIONS(1875), [anon_sym_u8_DQUOTE] = ACTIONS(1875), [anon_sym_DQUOTE] = ACTIONS(1875), [sym_true] = ACTIONS(1877), [sym_false] = ACTIONS(1877), [anon_sym_NULL] = ACTIONS(1879), [anon_sym_nullptr] = ACTIONS(1879), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(1883), [anon_sym_R_DQUOTE] = ACTIONS(1885), [anon_sym_LR_DQUOTE] = ACTIONS(1885), [anon_sym_uR_DQUOTE] = ACTIONS(1885), [anon_sym_UR_DQUOTE] = ACTIONS(1885), [anon_sym_u8R_DQUOTE] = ACTIONS(1885), [anon_sym_co_await] = ACTIONS(1887), [anon_sym_new] = ACTIONS(1889), [anon_sym_requires] = ACTIONS(1891), [sym_this] = ACTIONS(1877), }, [1775] = { [sym__expression] = STATE(4454), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(4296), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1776] = { [sym__expression] = STATE(3431), [sym__expression_not_binary] = STATE(3564), [sym_conditional_expression] = STATE(3564), [sym_assignment_expression] = STATE(3564), [sym_pointer_expression] = STATE(3290), [sym_unary_expression] = STATE(3564), [sym_binary_expression] = STATE(3564), [sym_update_expression] = STATE(3564), [sym_cast_expression] = STATE(3564), [sym_sizeof_expression] = STATE(3564), [sym_offsetof_expression] = STATE(3564), [sym_generic_expression] = STATE(3564), [sym_subscript_expression] = STATE(3290), [sym_call_expression] = STATE(3290), [sym_gnu_asm_expression] = STATE(3564), [sym_field_expression] = STATE(3290), [sym_compound_literal_expression] = STATE(3564), [sym_parenthesized_expression] = STATE(3290), [sym_char_literal] = STATE(3429), [sym_concatenated_string] = STATE(3429), [sym_string_literal] = STATE(2306), [sym_null] = STATE(3564), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6687), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3564), [sym_raw_string_literal] = STATE(2306), [sym_co_await_expression] = STATE(3564), [sym_new_expression] = STATE(3564), [sym_delete_expression] = STATE(3564), [sym_requires_clause] = STATE(3564), [sym_requires_expression] = STATE(3564), [sym_lambda_expression] = STATE(3564), [sym_lambda_capture_specifier] = STATE(5176), [sym_fold_expression] = STATE(3564), [sym_parameter_pack_expansion] = STATE(3564), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5270), [sym_qualified_identifier] = STATE(3290), [sym_qualified_type_identifier] = STATE(6687), [sym_user_defined_literal] = STATE(3564), [sym_identifier] = ACTIONS(2095), [anon_sym_DOT_DOT_DOT] = ACTIONS(4298), [anon_sym_LPAREN2] = ACTIONS(1841), [anon_sym_BANG] = ACTIONS(1843), [anon_sym_TILDE] = ACTIONS(1843), [anon_sym_DASH] = ACTIONS(1845), [anon_sym_PLUS] = ACTIONS(1845), [anon_sym_STAR] = ACTIONS(1847), [anon_sym_AMP] = ACTIONS(1847), [anon_sym_COLON_COLON] = ACTIONS(1849), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1999), [anon_sym_not] = ACTIONS(1845), [anon_sym_compl] = ACTIONS(1845), [anon_sym_DASH_DASH] = ACTIONS(1861), [anon_sym_PLUS_PLUS] = ACTIONS(1861), [anon_sym_sizeof] = ACTIONS(1863), [anon_sym_offsetof] = ACTIONS(1865), [anon_sym__Generic] = ACTIONS(1867), [anon_sym_asm] = ACTIONS(1869), [anon_sym___asm__] = ACTIONS(1869), [sym_number_literal] = ACTIONS(1871), [anon_sym_L_SQUOTE] = ACTIONS(1873), [anon_sym_u_SQUOTE] = ACTIONS(1873), [anon_sym_U_SQUOTE] = ACTIONS(1873), [anon_sym_u8_SQUOTE] = ACTIONS(1873), [anon_sym_SQUOTE] = ACTIONS(1873), [anon_sym_L_DQUOTE] = ACTIONS(1875), [anon_sym_u_DQUOTE] = ACTIONS(1875), [anon_sym_U_DQUOTE] = ACTIONS(1875), [anon_sym_u8_DQUOTE] = ACTIONS(1875), [anon_sym_DQUOTE] = ACTIONS(1875), [sym_true] = ACTIONS(1877), [sym_false] = ACTIONS(1877), [anon_sym_NULL] = ACTIONS(1879), [anon_sym_nullptr] = ACTIONS(1879), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(1883), [anon_sym_R_DQUOTE] = ACTIONS(1885), [anon_sym_LR_DQUOTE] = ACTIONS(1885), [anon_sym_uR_DQUOTE] = ACTIONS(1885), [anon_sym_UR_DQUOTE] = ACTIONS(1885), [anon_sym_u8R_DQUOTE] = ACTIONS(1885), [anon_sym_co_await] = ACTIONS(1887), [anon_sym_new] = ACTIONS(1889), [anon_sym_requires] = ACTIONS(1891), [sym_this] = ACTIONS(1877), }, [1777] = { [sym__expression] = STATE(3431), [sym__expression_not_binary] = STATE(3564), [sym_conditional_expression] = STATE(3564), [sym_assignment_expression] = STATE(3564), [sym_pointer_expression] = STATE(3290), [sym_unary_expression] = STATE(3564), [sym_binary_expression] = STATE(3564), [sym_update_expression] = STATE(3564), [sym_cast_expression] = STATE(3564), [sym_sizeof_expression] = STATE(3564), [sym_offsetof_expression] = STATE(3564), [sym_generic_expression] = STATE(3564), [sym_subscript_expression] = STATE(3290), [sym_call_expression] = STATE(3290), [sym_gnu_asm_expression] = STATE(3564), [sym_field_expression] = STATE(3290), [sym_compound_literal_expression] = STATE(3564), [sym_parenthesized_expression] = STATE(3290), [sym_char_literal] = STATE(3429), [sym_concatenated_string] = STATE(3429), [sym_string_literal] = STATE(2306), [sym_null] = STATE(3564), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6687), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3564), [sym_raw_string_literal] = STATE(2306), [sym_co_await_expression] = STATE(3564), [sym_new_expression] = STATE(3564), [sym_delete_expression] = STATE(3564), [sym_requires_clause] = STATE(3564), [sym_requires_expression] = STATE(3564), [sym_lambda_expression] = STATE(3564), [sym_lambda_capture_specifier] = STATE(5176), [sym_fold_expression] = STATE(3564), [sym_parameter_pack_expansion] = STATE(3564), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5270), [sym_qualified_identifier] = STATE(3290), [sym_qualified_type_identifier] = STATE(6687), [sym_user_defined_literal] = STATE(3564), [sym_identifier] = ACTIONS(2095), [anon_sym_DOT_DOT_DOT] = ACTIONS(4301), [anon_sym_LPAREN2] = ACTIONS(1841), [anon_sym_BANG] = ACTIONS(1843), [anon_sym_TILDE] = ACTIONS(1843), [anon_sym_DASH] = ACTIONS(1845), [anon_sym_PLUS] = ACTIONS(1845), [anon_sym_STAR] = ACTIONS(1847), [anon_sym_AMP] = ACTIONS(1847), [anon_sym_COLON_COLON] = ACTIONS(1849), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1999), [anon_sym_not] = ACTIONS(1845), [anon_sym_compl] = ACTIONS(1845), [anon_sym_DASH_DASH] = ACTIONS(1861), [anon_sym_PLUS_PLUS] = ACTIONS(1861), [anon_sym_sizeof] = ACTIONS(1863), [anon_sym_offsetof] = ACTIONS(1865), [anon_sym__Generic] = ACTIONS(1867), [anon_sym_asm] = ACTIONS(1869), [anon_sym___asm__] = ACTIONS(1869), [sym_number_literal] = ACTIONS(1871), [anon_sym_L_SQUOTE] = ACTIONS(1873), [anon_sym_u_SQUOTE] = ACTIONS(1873), [anon_sym_U_SQUOTE] = ACTIONS(1873), [anon_sym_u8_SQUOTE] = ACTIONS(1873), [anon_sym_SQUOTE] = ACTIONS(1873), [anon_sym_L_DQUOTE] = ACTIONS(1875), [anon_sym_u_DQUOTE] = ACTIONS(1875), [anon_sym_U_DQUOTE] = ACTIONS(1875), [anon_sym_u8_DQUOTE] = ACTIONS(1875), [anon_sym_DQUOTE] = ACTIONS(1875), [sym_true] = ACTIONS(1877), [sym_false] = ACTIONS(1877), [anon_sym_NULL] = ACTIONS(1879), [anon_sym_nullptr] = ACTIONS(1879), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(1883), [anon_sym_R_DQUOTE] = ACTIONS(1885), [anon_sym_LR_DQUOTE] = ACTIONS(1885), [anon_sym_uR_DQUOTE] = ACTIONS(1885), [anon_sym_UR_DQUOTE] = ACTIONS(1885), [anon_sym_u8R_DQUOTE] = ACTIONS(1885), [anon_sym_co_await] = ACTIONS(1887), [anon_sym_new] = ACTIONS(1889), [anon_sym_requires] = ACTIONS(1891), [sym_this] = ACTIONS(1877), }, [1778] = { [sym__expression] = STATE(4338), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(4304), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1779] = { [sym__expression] = STATE(4469), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3552), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3552), [sym_call_expression] = STATE(3552), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3552), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3552), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3552), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3627), [anon_sym_LPAREN2] = ACTIONS(3629), [anon_sym_BANG] = ACTIONS(3633), [anon_sym_TILDE] = ACTIONS(3633), [anon_sym_DASH] = ACTIONS(3631), [anon_sym_PLUS] = ACTIONS(3631), [anon_sym_STAR] = ACTIONS(3635), [anon_sym_AMP] = ACTIONS(3635), [anon_sym_COLON_COLON] = ACTIONS(3637), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_COLON] = ACTIONS(4306), [anon_sym_not] = ACTIONS(3631), [anon_sym_compl] = ACTIONS(3631), [anon_sym_DASH_DASH] = ACTIONS(3639), [anon_sym_PLUS_PLUS] = ACTIONS(3639), [anon_sym_sizeof] = ACTIONS(3641), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(3643), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(3645), [anon_sym_new] = ACTIONS(3625), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1780] = { [sym__expression] = STATE(3433), [sym__expression_not_binary] = STATE(3564), [sym_conditional_expression] = STATE(3564), [sym_assignment_expression] = STATE(3564), [sym_pointer_expression] = STATE(3290), [sym_unary_expression] = STATE(3564), [sym_binary_expression] = STATE(3564), [sym_update_expression] = STATE(3564), [sym_cast_expression] = STATE(3564), [sym_sizeof_expression] = STATE(3564), [sym_offsetof_expression] = STATE(3564), [sym_generic_expression] = STATE(3564), [sym_subscript_expression] = STATE(3290), [sym_call_expression] = STATE(3290), [sym_gnu_asm_expression] = STATE(3564), [sym_field_expression] = STATE(3290), [sym_compound_literal_expression] = STATE(3564), [sym_parenthesized_expression] = STATE(3290), [sym_char_literal] = STATE(3429), [sym_concatenated_string] = STATE(3429), [sym_string_literal] = STATE(2306), [sym_null] = STATE(3564), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6687), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3564), [sym_raw_string_literal] = STATE(2306), [sym_co_await_expression] = STATE(3564), [sym_new_expression] = STATE(3564), [sym_delete_expression] = STATE(3564), [sym_requires_clause] = STATE(3564), [sym_requires_expression] = STATE(3564), [sym_lambda_expression] = STATE(3564), [sym_lambda_capture_specifier] = STATE(5176), [sym_fold_expression] = STATE(3564), [sym_parameter_pack_expansion] = STATE(3564), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5270), [sym_qualified_identifier] = STATE(3290), [sym_qualified_type_identifier] = STATE(6687), [sym_user_defined_literal] = STATE(3564), [sym_identifier] = ACTIONS(2095), [anon_sym_DOT_DOT_DOT] = ACTIONS(4308), [anon_sym_LPAREN2] = ACTIONS(1841), [anon_sym_BANG] = ACTIONS(1843), [anon_sym_TILDE] = ACTIONS(1843), [anon_sym_DASH] = ACTIONS(1845), [anon_sym_PLUS] = ACTIONS(1845), [anon_sym_STAR] = ACTIONS(1847), [anon_sym_AMP] = ACTIONS(1847), [anon_sym_COLON_COLON] = ACTIONS(1849), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1999), [anon_sym_not] = ACTIONS(1845), [anon_sym_compl] = ACTIONS(1845), [anon_sym_DASH_DASH] = ACTIONS(1861), [anon_sym_PLUS_PLUS] = ACTIONS(1861), [anon_sym_sizeof] = ACTIONS(1863), [anon_sym_offsetof] = ACTIONS(1865), [anon_sym__Generic] = ACTIONS(1867), [anon_sym_asm] = ACTIONS(1869), [anon_sym___asm__] = ACTIONS(1869), [sym_number_literal] = ACTIONS(1871), [anon_sym_L_SQUOTE] = ACTIONS(1873), [anon_sym_u_SQUOTE] = ACTIONS(1873), [anon_sym_U_SQUOTE] = ACTIONS(1873), [anon_sym_u8_SQUOTE] = ACTIONS(1873), [anon_sym_SQUOTE] = ACTIONS(1873), [anon_sym_L_DQUOTE] = ACTIONS(1875), [anon_sym_u_DQUOTE] = ACTIONS(1875), [anon_sym_U_DQUOTE] = ACTIONS(1875), [anon_sym_u8_DQUOTE] = ACTIONS(1875), [anon_sym_DQUOTE] = ACTIONS(1875), [sym_true] = ACTIONS(1877), [sym_false] = ACTIONS(1877), [anon_sym_NULL] = ACTIONS(1879), [anon_sym_nullptr] = ACTIONS(1879), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(1883), [anon_sym_R_DQUOTE] = ACTIONS(1885), [anon_sym_LR_DQUOTE] = ACTIONS(1885), [anon_sym_uR_DQUOTE] = ACTIONS(1885), [anon_sym_UR_DQUOTE] = ACTIONS(1885), [anon_sym_u8R_DQUOTE] = ACTIONS(1885), [anon_sym_co_await] = ACTIONS(1887), [anon_sym_new] = ACTIONS(1889), [anon_sym_requires] = ACTIONS(1891), [sym_this] = ACTIONS(1877), }, [1781] = { [sym__expression] = STATE(3014), [sym__expression_not_binary] = STATE(3025), [sym_conditional_expression] = STATE(3025), [sym_assignment_expression] = STATE(3025), [sym_pointer_expression] = STATE(3025), [sym_unary_expression] = STATE(3025), [sym_binary_expression] = STATE(3025), [sym_update_expression] = STATE(3025), [sym_cast_expression] = STATE(3025), [sym_sizeof_expression] = STATE(3025), [sym_offsetof_expression] = STATE(3025), [sym_generic_expression] = STATE(3025), [sym_subscript_expression] = STATE(3025), [sym_call_expression] = STATE(3025), [sym_gnu_asm_expression] = STATE(3025), [sym_field_expression] = STATE(3025), [sym_compound_literal_expression] = STATE(3025), [sym_parenthesized_expression] = STATE(3025), [sym_char_literal] = STATE(2884), [sym_concatenated_string] = STATE(2884), [sym_string_literal] = STATE(2162), [sym_null] = STATE(3025), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6624), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3025), [sym_raw_string_literal] = STATE(2162), [sym_co_await_expression] = STATE(3025), [sym_new_expression] = STATE(3025), [sym_delete_expression] = STATE(3025), [sym_requires_clause] = STATE(3025), [sym_requires_expression] = STATE(3025), [sym_lambda_expression] = STATE(3025), [sym_lambda_capture_specifier] = STATE(5221), [sym_fold_expression] = STATE(3025), [sym_parameter_pack_expansion] = STATE(3025), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3025), [sym_qualified_type_identifier] = STATE(6624), [sym_user_defined_literal] = STATE(3025), [sym_identifier] = ACTIONS(1933), [anon_sym_DOT_DOT_DOT] = ACTIONS(4311), [anon_sym_LPAREN2] = ACTIONS(4313), [anon_sym_BANG] = ACTIONS(1941), [anon_sym_TILDE] = ACTIONS(1941), [anon_sym_DASH] = ACTIONS(1939), [anon_sym_PLUS] = ACTIONS(1939), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(1945), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(1939), [anon_sym_compl] = ACTIONS(1939), [anon_sym_DASH_DASH] = ACTIONS(1953), [anon_sym_PLUS_PLUS] = ACTIONS(1953), [anon_sym_sizeof] = ACTIONS(1955), [anon_sym_offsetof] = ACTIONS(1957), [anon_sym__Generic] = ACTIONS(1959), [anon_sym_asm] = ACTIONS(1961), [anon_sym___asm__] = ACTIONS(1961), [sym_number_literal] = ACTIONS(1963), [anon_sym_L_SQUOTE] = ACTIONS(1965), [anon_sym_u_SQUOTE] = ACTIONS(1965), [anon_sym_U_SQUOTE] = ACTIONS(1965), [anon_sym_u8_SQUOTE] = ACTIONS(1965), [anon_sym_SQUOTE] = ACTIONS(1965), [anon_sym_L_DQUOTE] = ACTIONS(1967), [anon_sym_u_DQUOTE] = ACTIONS(1967), [anon_sym_U_DQUOTE] = ACTIONS(1967), [anon_sym_u8_DQUOTE] = ACTIONS(1967), [anon_sym_DQUOTE] = ACTIONS(1967), [sym_true] = ACTIONS(1969), [sym_false] = ACTIONS(1969), [anon_sym_NULL] = ACTIONS(1971), [anon_sym_nullptr] = ACTIONS(1971), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(1975), [anon_sym_R_DQUOTE] = ACTIONS(1977), [anon_sym_LR_DQUOTE] = ACTIONS(1977), [anon_sym_uR_DQUOTE] = ACTIONS(1977), [anon_sym_UR_DQUOTE] = ACTIONS(1977), [anon_sym_u8R_DQUOTE] = ACTIONS(1977), [anon_sym_co_await] = ACTIONS(1979), [anon_sym_new] = ACTIONS(1981), [anon_sym_requires] = ACTIONS(1983), [sym_this] = ACTIONS(1969), }, [1782] = { [sym__expression] = STATE(4470), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(4315), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1783] = { [sym__expression] = STATE(4467), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(4317), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1784] = { [sym__expression] = STATE(3433), [sym__expression_not_binary] = STATE(3564), [sym_conditional_expression] = STATE(3564), [sym_assignment_expression] = STATE(3564), [sym_pointer_expression] = STATE(3290), [sym_unary_expression] = STATE(3564), [sym_binary_expression] = STATE(3564), [sym_update_expression] = STATE(3564), [sym_cast_expression] = STATE(3564), [sym_sizeof_expression] = STATE(3564), [sym_offsetof_expression] = STATE(3564), [sym_generic_expression] = STATE(3564), [sym_subscript_expression] = STATE(3290), [sym_call_expression] = STATE(3290), [sym_gnu_asm_expression] = STATE(3564), [sym_field_expression] = STATE(3290), [sym_compound_literal_expression] = STATE(3564), [sym_parenthesized_expression] = STATE(3290), [sym_char_literal] = STATE(3429), [sym_concatenated_string] = STATE(3429), [sym_string_literal] = STATE(2306), [sym_null] = STATE(3564), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6687), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3564), [sym_raw_string_literal] = STATE(2306), [sym_co_await_expression] = STATE(3564), [sym_new_expression] = STATE(3564), [sym_delete_expression] = STATE(3564), [sym_requires_clause] = STATE(3564), [sym_requires_expression] = STATE(3564), [sym_lambda_expression] = STATE(3564), [sym_lambda_capture_specifier] = STATE(5176), [sym_fold_expression] = STATE(3564), [sym_parameter_pack_expansion] = STATE(3564), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5270), [sym_qualified_identifier] = STATE(3290), [sym_qualified_type_identifier] = STATE(6687), [sym_user_defined_literal] = STATE(3564), [sym_identifier] = ACTIONS(2095), [anon_sym_DOT_DOT_DOT] = ACTIONS(4319), [anon_sym_LPAREN2] = ACTIONS(1841), [anon_sym_BANG] = ACTIONS(1843), [anon_sym_TILDE] = ACTIONS(1843), [anon_sym_DASH] = ACTIONS(1845), [anon_sym_PLUS] = ACTIONS(1845), [anon_sym_STAR] = ACTIONS(1847), [anon_sym_AMP] = ACTIONS(1847), [anon_sym_COLON_COLON] = ACTIONS(1849), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1999), [anon_sym_not] = ACTIONS(1845), [anon_sym_compl] = ACTIONS(1845), [anon_sym_DASH_DASH] = ACTIONS(1861), [anon_sym_PLUS_PLUS] = ACTIONS(1861), [anon_sym_sizeof] = ACTIONS(1863), [anon_sym_offsetof] = ACTIONS(1865), [anon_sym__Generic] = ACTIONS(1867), [anon_sym_asm] = ACTIONS(1869), [anon_sym___asm__] = ACTIONS(1869), [sym_number_literal] = ACTIONS(1871), [anon_sym_L_SQUOTE] = ACTIONS(1873), [anon_sym_u_SQUOTE] = ACTIONS(1873), [anon_sym_U_SQUOTE] = ACTIONS(1873), [anon_sym_u8_SQUOTE] = ACTIONS(1873), [anon_sym_SQUOTE] = ACTIONS(1873), [anon_sym_L_DQUOTE] = ACTIONS(1875), [anon_sym_u_DQUOTE] = ACTIONS(1875), [anon_sym_U_DQUOTE] = ACTIONS(1875), [anon_sym_u8_DQUOTE] = ACTIONS(1875), [anon_sym_DQUOTE] = ACTIONS(1875), [sym_true] = ACTIONS(1877), [sym_false] = ACTIONS(1877), [anon_sym_NULL] = ACTIONS(1879), [anon_sym_nullptr] = ACTIONS(1879), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(1883), [anon_sym_R_DQUOTE] = ACTIONS(1885), [anon_sym_LR_DQUOTE] = ACTIONS(1885), [anon_sym_uR_DQUOTE] = ACTIONS(1885), [anon_sym_UR_DQUOTE] = ACTIONS(1885), [anon_sym_u8R_DQUOTE] = ACTIONS(1885), [anon_sym_co_await] = ACTIONS(1887), [anon_sym_new] = ACTIONS(1889), [anon_sym_requires] = ACTIONS(1891), [sym_this] = ACTIONS(1877), }, [1785] = { [sym__expression] = STATE(2946), [sym__expression_not_binary] = STATE(3025), [sym_conditional_expression] = STATE(3025), [sym_assignment_expression] = STATE(3025), [sym_pointer_expression] = STATE(3025), [sym_unary_expression] = STATE(3025), [sym_binary_expression] = STATE(3025), [sym_update_expression] = STATE(3025), [sym_cast_expression] = STATE(3025), [sym_sizeof_expression] = STATE(3025), [sym_offsetof_expression] = STATE(3025), [sym_generic_expression] = STATE(3025), [sym_subscript_expression] = STATE(3025), [sym_call_expression] = STATE(3025), [sym_gnu_asm_expression] = STATE(3025), [sym_field_expression] = STATE(3025), [sym_compound_literal_expression] = STATE(3025), [sym_parenthesized_expression] = STATE(3025), [sym_char_literal] = STATE(2884), [sym_concatenated_string] = STATE(2884), [sym_string_literal] = STATE(2162), [sym_null] = STATE(3025), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6624), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3025), [sym_raw_string_literal] = STATE(2162), [sym_co_await_expression] = STATE(3025), [sym_new_expression] = STATE(3025), [sym_delete_expression] = STATE(3025), [sym_requires_clause] = STATE(3025), [sym_requires_expression] = STATE(3025), [sym_lambda_expression] = STATE(3025), [sym_lambda_capture_specifier] = STATE(5221), [sym_fold_expression] = STATE(3025), [sym_parameter_pack_expansion] = STATE(3025), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3025), [sym_qualified_type_identifier] = STATE(6624), [sym_user_defined_literal] = STATE(3025), [sym_identifier] = ACTIONS(1933), [anon_sym_LPAREN2] = ACTIONS(1937), [anon_sym_BANG] = ACTIONS(1941), [anon_sym_TILDE] = ACTIONS(1941), [anon_sym_DASH] = ACTIONS(1939), [anon_sym_PLUS] = ACTIONS(1939), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(1945), [anon_sym_LBRACK] = ACTIONS(1949), [anon_sym_RBRACK] = ACTIONS(4322), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(1939), [anon_sym_compl] = ACTIONS(1939), [anon_sym_DASH_DASH] = ACTIONS(1953), [anon_sym_PLUS_PLUS] = ACTIONS(1953), [anon_sym_sizeof] = ACTIONS(1955), [anon_sym_offsetof] = ACTIONS(1957), [anon_sym__Generic] = ACTIONS(1959), [anon_sym_asm] = ACTIONS(1961), [anon_sym___asm__] = ACTIONS(1961), [sym_number_literal] = ACTIONS(1963), [anon_sym_L_SQUOTE] = ACTIONS(1965), [anon_sym_u_SQUOTE] = ACTIONS(1965), [anon_sym_U_SQUOTE] = ACTIONS(1965), [anon_sym_u8_SQUOTE] = ACTIONS(1965), [anon_sym_SQUOTE] = ACTIONS(1965), [anon_sym_L_DQUOTE] = ACTIONS(1967), [anon_sym_u_DQUOTE] = ACTIONS(1967), [anon_sym_U_DQUOTE] = ACTIONS(1967), [anon_sym_u8_DQUOTE] = ACTIONS(1967), [anon_sym_DQUOTE] = ACTIONS(1967), [sym_true] = ACTIONS(1969), [sym_false] = ACTIONS(1969), [anon_sym_NULL] = ACTIONS(1971), [anon_sym_nullptr] = ACTIONS(1971), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(1975), [anon_sym_R_DQUOTE] = ACTIONS(1977), [anon_sym_LR_DQUOTE] = ACTIONS(1977), [anon_sym_uR_DQUOTE] = ACTIONS(1977), [anon_sym_UR_DQUOTE] = ACTIONS(1977), [anon_sym_u8R_DQUOTE] = ACTIONS(1977), [anon_sym_co_await] = ACTIONS(1979), [anon_sym_new] = ACTIONS(1981), [anon_sym_requires] = ACTIONS(1983), [sym_this] = ACTIONS(1969), }, [1786] = { [sym__expression] = STATE(4439), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(4324), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1787] = { [sym__expression] = STATE(4474), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3552), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3552), [sym_call_expression] = STATE(3552), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3552), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3552), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3552), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3627), [anon_sym_DOT_DOT_DOT] = ACTIONS(4326), [anon_sym_LPAREN2] = ACTIONS(4328), [anon_sym_BANG] = ACTIONS(3633), [anon_sym_TILDE] = ACTIONS(3633), [anon_sym_DASH] = ACTIONS(3631), [anon_sym_PLUS] = ACTIONS(3631), [anon_sym_STAR] = ACTIONS(3635), [anon_sym_AMP] = ACTIONS(3635), [anon_sym_COLON_COLON] = ACTIONS(3637), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(3631), [anon_sym_compl] = ACTIONS(3631), [anon_sym_DASH_DASH] = ACTIONS(3639), [anon_sym_PLUS_PLUS] = ACTIONS(3639), [anon_sym_sizeof] = ACTIONS(3641), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(3643), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(3645), [anon_sym_new] = ACTIONS(3625), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1788] = { [sym__expression] = STATE(4412), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3552), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3552), [sym_call_expression] = STATE(3552), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3552), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3552), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3552), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3627), [anon_sym_LPAREN2] = ACTIONS(3629), [anon_sym_BANG] = ACTIONS(3633), [anon_sym_TILDE] = ACTIONS(3633), [anon_sym_DASH] = ACTIONS(3631), [anon_sym_PLUS] = ACTIONS(3631), [anon_sym_STAR] = ACTIONS(3635), [anon_sym_AMP] = ACTIONS(3635), [anon_sym_COLON_COLON] = ACTIONS(3637), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_COLON] = ACTIONS(4330), [anon_sym_not] = ACTIONS(3631), [anon_sym_compl] = ACTIONS(3631), [anon_sym_DASH_DASH] = ACTIONS(3639), [anon_sym_PLUS_PLUS] = ACTIONS(3639), [anon_sym_sizeof] = ACTIONS(3641), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(3643), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(3645), [anon_sym_new] = ACTIONS(3625), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1789] = { [sym__expression] = STATE(4418), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(4332), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1790] = { [sym__expression] = STATE(4368), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(4334), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1791] = { [sym__expression] = STATE(3488), [sym__expression_not_binary] = STATE(3564), [sym_conditional_expression] = STATE(3564), [sym_assignment_expression] = STATE(3564), [sym_pointer_expression] = STATE(3290), [sym_unary_expression] = STATE(3564), [sym_binary_expression] = STATE(3564), [sym_update_expression] = STATE(3564), [sym_cast_expression] = STATE(3564), [sym_sizeof_expression] = STATE(3564), [sym_offsetof_expression] = STATE(3564), [sym_generic_expression] = STATE(3564), [sym_subscript_expression] = STATE(3290), [sym_call_expression] = STATE(3290), [sym_gnu_asm_expression] = STATE(3564), [sym_field_expression] = STATE(3290), [sym_compound_literal_expression] = STATE(3564), [sym_parenthesized_expression] = STATE(3290), [sym_char_literal] = STATE(3429), [sym_concatenated_string] = STATE(3429), [sym_string_literal] = STATE(2306), [sym_null] = STATE(3564), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6687), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3564), [sym_raw_string_literal] = STATE(2306), [sym_co_await_expression] = STATE(3564), [sym_new_expression] = STATE(3564), [sym_delete_expression] = STATE(3564), [sym_requires_clause] = STATE(3564), [sym_requires_expression] = STATE(3564), [sym_lambda_expression] = STATE(3564), [sym_lambda_capture_specifier] = STATE(5176), [sym_fold_expression] = STATE(3564), [sym_parameter_pack_expansion] = STATE(3564), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5270), [sym_qualified_identifier] = STATE(3290), [sym_qualified_type_identifier] = STATE(6687), [sym_user_defined_literal] = STATE(3564), [sym_identifier] = ACTIONS(2095), [anon_sym_DOT_DOT_DOT] = ACTIONS(4336), [anon_sym_LPAREN2] = ACTIONS(1841), [anon_sym_BANG] = ACTIONS(1843), [anon_sym_TILDE] = ACTIONS(1843), [anon_sym_DASH] = ACTIONS(1845), [anon_sym_PLUS] = ACTIONS(1845), [anon_sym_STAR] = ACTIONS(1847), [anon_sym_AMP] = ACTIONS(1847), [anon_sym_COLON_COLON] = ACTIONS(1849), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1999), [anon_sym_not] = ACTIONS(1845), [anon_sym_compl] = ACTIONS(1845), [anon_sym_DASH_DASH] = ACTIONS(1861), [anon_sym_PLUS_PLUS] = ACTIONS(1861), [anon_sym_sizeof] = ACTIONS(1863), [anon_sym_offsetof] = ACTIONS(1865), [anon_sym__Generic] = ACTIONS(1867), [anon_sym_asm] = ACTIONS(1869), [anon_sym___asm__] = ACTIONS(1869), [sym_number_literal] = ACTIONS(1871), [anon_sym_L_SQUOTE] = ACTIONS(1873), [anon_sym_u_SQUOTE] = ACTIONS(1873), [anon_sym_U_SQUOTE] = ACTIONS(1873), [anon_sym_u8_SQUOTE] = ACTIONS(1873), [anon_sym_SQUOTE] = ACTIONS(1873), [anon_sym_L_DQUOTE] = ACTIONS(1875), [anon_sym_u_DQUOTE] = ACTIONS(1875), [anon_sym_U_DQUOTE] = ACTIONS(1875), [anon_sym_u8_DQUOTE] = ACTIONS(1875), [anon_sym_DQUOTE] = ACTIONS(1875), [sym_true] = ACTIONS(1877), [sym_false] = ACTIONS(1877), [anon_sym_NULL] = ACTIONS(1879), [anon_sym_nullptr] = ACTIONS(1879), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(1883), [anon_sym_R_DQUOTE] = ACTIONS(1885), [anon_sym_LR_DQUOTE] = ACTIONS(1885), [anon_sym_uR_DQUOTE] = ACTIONS(1885), [anon_sym_UR_DQUOTE] = ACTIONS(1885), [anon_sym_u8R_DQUOTE] = ACTIONS(1885), [anon_sym_co_await] = ACTIONS(1887), [anon_sym_new] = ACTIONS(1889), [anon_sym_requires] = ACTIONS(1891), [sym_this] = ACTIONS(1877), }, [1792] = { [sym__expression] = STATE(4002), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(4339), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK] = ACTIONS(4226), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1793] = { [sym__expression] = STATE(3489), [sym__expression_not_binary] = STATE(3564), [sym_conditional_expression] = STATE(3564), [sym_assignment_expression] = STATE(3564), [sym_pointer_expression] = STATE(3290), [sym_unary_expression] = STATE(3564), [sym_binary_expression] = STATE(3564), [sym_update_expression] = STATE(3564), [sym_cast_expression] = STATE(3564), [sym_sizeof_expression] = STATE(3564), [sym_offsetof_expression] = STATE(3564), [sym_generic_expression] = STATE(3564), [sym_subscript_expression] = STATE(3290), [sym_call_expression] = STATE(3290), [sym_gnu_asm_expression] = STATE(3564), [sym_field_expression] = STATE(3290), [sym_compound_literal_expression] = STATE(3564), [sym_parenthesized_expression] = STATE(3290), [sym_char_literal] = STATE(3429), [sym_concatenated_string] = STATE(3429), [sym_string_literal] = STATE(2306), [sym_null] = STATE(3564), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6687), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3564), [sym_raw_string_literal] = STATE(2306), [sym_co_await_expression] = STATE(3564), [sym_new_expression] = STATE(3564), [sym_delete_expression] = STATE(3564), [sym_requires_clause] = STATE(3564), [sym_requires_expression] = STATE(3564), [sym_lambda_expression] = STATE(3564), [sym_lambda_capture_specifier] = STATE(5176), [sym_fold_expression] = STATE(3564), [sym_parameter_pack_expansion] = STATE(3564), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5270), [sym_qualified_identifier] = STATE(3290), [sym_qualified_type_identifier] = STATE(6687), [sym_user_defined_literal] = STATE(3564), [sym_identifier] = ACTIONS(2095), [anon_sym_DOT_DOT_DOT] = ACTIONS(4341), [anon_sym_LPAREN2] = ACTIONS(1841), [anon_sym_BANG] = ACTIONS(1843), [anon_sym_TILDE] = ACTIONS(1843), [anon_sym_DASH] = ACTIONS(1845), [anon_sym_PLUS] = ACTIONS(1845), [anon_sym_STAR] = ACTIONS(1847), [anon_sym_AMP] = ACTIONS(1847), [anon_sym_COLON_COLON] = ACTIONS(1849), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1999), [anon_sym_not] = ACTIONS(1845), [anon_sym_compl] = ACTIONS(1845), [anon_sym_DASH_DASH] = ACTIONS(1861), [anon_sym_PLUS_PLUS] = ACTIONS(1861), [anon_sym_sizeof] = ACTIONS(1863), [anon_sym_offsetof] = ACTIONS(1865), [anon_sym__Generic] = ACTIONS(1867), [anon_sym_asm] = ACTIONS(1869), [anon_sym___asm__] = ACTIONS(1869), [sym_number_literal] = ACTIONS(1871), [anon_sym_L_SQUOTE] = ACTIONS(1873), [anon_sym_u_SQUOTE] = ACTIONS(1873), [anon_sym_U_SQUOTE] = ACTIONS(1873), [anon_sym_u8_SQUOTE] = ACTIONS(1873), [anon_sym_SQUOTE] = ACTIONS(1873), [anon_sym_L_DQUOTE] = ACTIONS(1875), [anon_sym_u_DQUOTE] = ACTIONS(1875), [anon_sym_U_DQUOTE] = ACTIONS(1875), [anon_sym_u8_DQUOTE] = ACTIONS(1875), [anon_sym_DQUOTE] = ACTIONS(1875), [sym_true] = ACTIONS(1877), [sym_false] = ACTIONS(1877), [anon_sym_NULL] = ACTIONS(1879), [anon_sym_nullptr] = ACTIONS(1879), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(1883), [anon_sym_R_DQUOTE] = ACTIONS(1885), [anon_sym_LR_DQUOTE] = ACTIONS(1885), [anon_sym_uR_DQUOTE] = ACTIONS(1885), [anon_sym_UR_DQUOTE] = ACTIONS(1885), [anon_sym_u8R_DQUOTE] = ACTIONS(1885), [anon_sym_co_await] = ACTIONS(1887), [anon_sym_new] = ACTIONS(1889), [anon_sym_requires] = ACTIONS(1891), [sym_this] = ACTIONS(1877), }, [1794] = { [sym__expression] = STATE(4437), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3552), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3552), [sym_call_expression] = STATE(3552), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3552), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3552), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3552), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3627), [anon_sym_LPAREN2] = ACTIONS(3629), [anon_sym_BANG] = ACTIONS(3633), [anon_sym_TILDE] = ACTIONS(3633), [anon_sym_DASH] = ACTIONS(3631), [anon_sym_PLUS] = ACTIONS(3631), [anon_sym_STAR] = ACTIONS(3635), [anon_sym_AMP] = ACTIONS(3635), [anon_sym_COLON_COLON] = ACTIONS(3637), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_COLON] = ACTIONS(4344), [anon_sym_not] = ACTIONS(3631), [anon_sym_compl] = ACTIONS(3631), [anon_sym_DASH_DASH] = ACTIONS(3639), [anon_sym_PLUS_PLUS] = ACTIONS(3639), [anon_sym_sizeof] = ACTIONS(3641), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(3643), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(3645), [anon_sym_new] = ACTIONS(3625), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1795] = { [sym__expression] = STATE(3196), [sym__expression_not_binary] = STATE(3295), [sym_conditional_expression] = STATE(3295), [sym_assignment_expression] = STATE(3295), [sym_pointer_expression] = STATE(3295), [sym_unary_expression] = STATE(3295), [sym_binary_expression] = STATE(3295), [sym_update_expression] = STATE(3295), [sym_cast_expression] = STATE(3295), [sym_sizeof_expression] = STATE(3295), [sym_offsetof_expression] = STATE(3295), [sym_generic_expression] = STATE(3295), [sym_subscript_expression] = STATE(3295), [sym_call_expression] = STATE(3295), [sym_gnu_asm_expression] = STATE(3295), [sym_field_expression] = STATE(3295), [sym_compound_literal_expression] = STATE(3295), [sym_parenthesized_expression] = STATE(3295), [sym_char_literal] = STATE(3192), [sym_concatenated_string] = STATE(3192), [sym_string_literal] = STATE(2207), [sym_null] = STATE(3295), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6682), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3295), [sym_raw_string_literal] = STATE(2207), [sym_co_await_expression] = STATE(3295), [sym_new_expression] = STATE(3295), [sym_delete_expression] = STATE(3295), [sym_requires_clause] = STATE(3295), [sym_requires_expression] = STATE(3295), [sym_lambda_expression] = STATE(3295), [sym_lambda_capture_specifier] = STATE(5166), [sym_fold_expression] = STATE(3295), [sym_parameter_pack_expansion] = STATE(3295), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5270), [sym_qualified_identifier] = STATE(3295), [sym_qualified_type_identifier] = STATE(6682), [sym_user_defined_literal] = STATE(3295), [sym_identifier] = ACTIONS(1985), [anon_sym_DOT_DOT_DOT] = ACTIONS(4346), [anon_sym_LPAREN2] = ACTIONS(4348), [anon_sym_BANG] = ACTIONS(1991), [anon_sym_TILDE] = ACTIONS(1991), [anon_sym_DASH] = ACTIONS(1989), [anon_sym_PLUS] = ACTIONS(1989), [anon_sym_STAR] = ACTIONS(1847), [anon_sym_AMP] = ACTIONS(1847), [anon_sym_COLON_COLON] = ACTIONS(1995), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1999), [anon_sym_not] = ACTIONS(1989), [anon_sym_compl] = ACTIONS(1989), [anon_sym_DASH_DASH] = ACTIONS(2001), [anon_sym_PLUS_PLUS] = ACTIONS(2001), [anon_sym_sizeof] = ACTIONS(2003), [anon_sym_offsetof] = ACTIONS(2005), [anon_sym__Generic] = ACTIONS(2007), [anon_sym_asm] = ACTIONS(2009), [anon_sym___asm__] = ACTIONS(2009), [sym_number_literal] = ACTIONS(2011), [anon_sym_L_SQUOTE] = ACTIONS(2013), [anon_sym_u_SQUOTE] = ACTIONS(2013), [anon_sym_U_SQUOTE] = ACTIONS(2013), [anon_sym_u8_SQUOTE] = ACTIONS(2013), [anon_sym_SQUOTE] = ACTIONS(2013), [anon_sym_L_DQUOTE] = ACTIONS(2015), [anon_sym_u_DQUOTE] = ACTIONS(2015), [anon_sym_U_DQUOTE] = ACTIONS(2015), [anon_sym_u8_DQUOTE] = ACTIONS(2015), [anon_sym_DQUOTE] = ACTIONS(2015), [sym_true] = ACTIONS(2017), [sym_false] = ACTIONS(2017), [anon_sym_NULL] = ACTIONS(2019), [anon_sym_nullptr] = ACTIONS(2019), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(2021), [anon_sym_R_DQUOTE] = ACTIONS(2023), [anon_sym_LR_DQUOTE] = ACTIONS(2023), [anon_sym_uR_DQUOTE] = ACTIONS(2023), [anon_sym_UR_DQUOTE] = ACTIONS(2023), [anon_sym_u8R_DQUOTE] = ACTIONS(2023), [anon_sym_co_await] = ACTIONS(2025), [anon_sym_new] = ACTIONS(2027), [anon_sym_requires] = ACTIONS(2029), [sym_this] = ACTIONS(2017), }, [1796] = { [sym__expression] = STATE(4497), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3552), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3552), [sym_call_expression] = STATE(3552), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3552), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3552), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3552), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3627), [anon_sym_LPAREN2] = ACTIONS(3629), [anon_sym_BANG] = ACTIONS(3633), [anon_sym_TILDE] = ACTIONS(3633), [anon_sym_DASH] = ACTIONS(3631), [anon_sym_PLUS] = ACTIONS(3631), [anon_sym_STAR] = ACTIONS(3635), [anon_sym_AMP] = ACTIONS(3635), [anon_sym_COLON_COLON] = ACTIONS(3637), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_COLON] = ACTIONS(4350), [anon_sym_not] = ACTIONS(3631), [anon_sym_compl] = ACTIONS(3631), [anon_sym_DASH_DASH] = ACTIONS(3639), [anon_sym_PLUS_PLUS] = ACTIONS(3639), [anon_sym_sizeof] = ACTIONS(3641), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(3643), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(3645), [anon_sym_new] = ACTIONS(3625), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1797] = { [sym__expression] = STATE(4416), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(4352), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1798] = { [sym__expression] = STATE(4395), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(4354), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1799] = { [sym__expression] = STATE(4284), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3525), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3525), [sym_call_expression] = STATE(3525), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3525), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3525), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3525), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3607), [anon_sym_DOT_DOT_DOT] = ACTIONS(4326), [anon_sym_LPAREN2] = ACTIONS(4356), [anon_sym_BANG] = ACTIONS(3613), [anon_sym_TILDE] = ACTIONS(3613), [anon_sym_DASH] = ACTIONS(3611), [anon_sym_PLUS] = ACTIONS(3611), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(3615), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(3611), [anon_sym_compl] = ACTIONS(3611), [anon_sym_DASH_DASH] = ACTIONS(3617), [anon_sym_PLUS_PLUS] = ACTIONS(3617), [anon_sym_sizeof] = ACTIONS(3619), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(3621), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(3623), [anon_sym_new] = ACTIONS(3625), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1800] = { [sym__expression] = STATE(4432), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(4358), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1801] = { [sym__expression] = STATE(3488), [sym__expression_not_binary] = STATE(3564), [sym_conditional_expression] = STATE(3564), [sym_assignment_expression] = STATE(3564), [sym_pointer_expression] = STATE(3290), [sym_unary_expression] = STATE(3564), [sym_binary_expression] = STATE(3564), [sym_update_expression] = STATE(3564), [sym_cast_expression] = STATE(3564), [sym_sizeof_expression] = STATE(3564), [sym_offsetof_expression] = STATE(3564), [sym_generic_expression] = STATE(3564), [sym_subscript_expression] = STATE(3290), [sym_call_expression] = STATE(3290), [sym_gnu_asm_expression] = STATE(3564), [sym_field_expression] = STATE(3290), [sym_compound_literal_expression] = STATE(3564), [sym_parenthesized_expression] = STATE(3290), [sym_char_literal] = STATE(3429), [sym_concatenated_string] = STATE(3429), [sym_string_literal] = STATE(2306), [sym_null] = STATE(3564), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6687), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3564), [sym_raw_string_literal] = STATE(2306), [sym_co_await_expression] = STATE(3564), [sym_new_expression] = STATE(3564), [sym_delete_expression] = STATE(3564), [sym_requires_clause] = STATE(3564), [sym_requires_expression] = STATE(3564), [sym_lambda_expression] = STATE(3564), [sym_lambda_capture_specifier] = STATE(5176), [sym_fold_expression] = STATE(3564), [sym_parameter_pack_expansion] = STATE(3564), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5270), [sym_qualified_identifier] = STATE(3290), [sym_qualified_type_identifier] = STATE(6687), [sym_user_defined_literal] = STATE(3564), [sym_identifier] = ACTIONS(2095), [anon_sym_DOT_DOT_DOT] = ACTIONS(4360), [anon_sym_LPAREN2] = ACTIONS(1841), [anon_sym_BANG] = ACTIONS(1843), [anon_sym_TILDE] = ACTIONS(1843), [anon_sym_DASH] = ACTIONS(1845), [anon_sym_PLUS] = ACTIONS(1845), [anon_sym_STAR] = ACTIONS(1847), [anon_sym_AMP] = ACTIONS(1847), [anon_sym_COLON_COLON] = ACTIONS(1849), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1999), [anon_sym_not] = ACTIONS(1845), [anon_sym_compl] = ACTIONS(1845), [anon_sym_DASH_DASH] = ACTIONS(1861), [anon_sym_PLUS_PLUS] = ACTIONS(1861), [anon_sym_sizeof] = ACTIONS(1863), [anon_sym_offsetof] = ACTIONS(1865), [anon_sym__Generic] = ACTIONS(1867), [anon_sym_asm] = ACTIONS(1869), [anon_sym___asm__] = ACTIONS(1869), [sym_number_literal] = ACTIONS(1871), [anon_sym_L_SQUOTE] = ACTIONS(1873), [anon_sym_u_SQUOTE] = ACTIONS(1873), [anon_sym_U_SQUOTE] = ACTIONS(1873), [anon_sym_u8_SQUOTE] = ACTIONS(1873), [anon_sym_SQUOTE] = ACTIONS(1873), [anon_sym_L_DQUOTE] = ACTIONS(1875), [anon_sym_u_DQUOTE] = ACTIONS(1875), [anon_sym_U_DQUOTE] = ACTIONS(1875), [anon_sym_u8_DQUOTE] = ACTIONS(1875), [anon_sym_DQUOTE] = ACTIONS(1875), [sym_true] = ACTIONS(1877), [sym_false] = ACTIONS(1877), [anon_sym_NULL] = ACTIONS(1879), [anon_sym_nullptr] = ACTIONS(1879), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(1883), [anon_sym_R_DQUOTE] = ACTIONS(1885), [anon_sym_LR_DQUOTE] = ACTIONS(1885), [anon_sym_uR_DQUOTE] = ACTIONS(1885), [anon_sym_UR_DQUOTE] = ACTIONS(1885), [anon_sym_u8R_DQUOTE] = ACTIONS(1885), [anon_sym_co_await] = ACTIONS(1887), [anon_sym_new] = ACTIONS(1889), [anon_sym_requires] = ACTIONS(1891), [sym_this] = ACTIONS(1877), }, [1802] = { [sym__expression] = STATE(3487), [sym__expression_not_binary] = STATE(3564), [sym_conditional_expression] = STATE(3564), [sym_assignment_expression] = STATE(3564), [sym_pointer_expression] = STATE(3290), [sym_unary_expression] = STATE(3564), [sym_binary_expression] = STATE(3564), [sym_update_expression] = STATE(3564), [sym_cast_expression] = STATE(3564), [sym_sizeof_expression] = STATE(3564), [sym_offsetof_expression] = STATE(3564), [sym_generic_expression] = STATE(3564), [sym_subscript_expression] = STATE(3290), [sym_call_expression] = STATE(3290), [sym_gnu_asm_expression] = STATE(3564), [sym_field_expression] = STATE(3290), [sym_compound_literal_expression] = STATE(3564), [sym_parenthesized_expression] = STATE(3290), [sym_char_literal] = STATE(3429), [sym_concatenated_string] = STATE(3429), [sym_string_literal] = STATE(2306), [sym_null] = STATE(3564), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6687), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3564), [sym_raw_string_literal] = STATE(2306), [sym_co_await_expression] = STATE(3564), [sym_new_expression] = STATE(3564), [sym_delete_expression] = STATE(3564), [sym_requires_clause] = STATE(3564), [sym_requires_expression] = STATE(3564), [sym_lambda_expression] = STATE(3564), [sym_lambda_capture_specifier] = STATE(5176), [sym_fold_expression] = STATE(3564), [sym_parameter_pack_expansion] = STATE(3564), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5270), [sym_qualified_identifier] = STATE(3290), [sym_qualified_type_identifier] = STATE(6687), [sym_user_defined_literal] = STATE(3564), [sym_identifier] = ACTIONS(2095), [anon_sym_DOT_DOT_DOT] = ACTIONS(4363), [anon_sym_LPAREN2] = ACTIONS(1841), [anon_sym_BANG] = ACTIONS(1843), [anon_sym_TILDE] = ACTIONS(1843), [anon_sym_DASH] = ACTIONS(1845), [anon_sym_PLUS] = ACTIONS(1845), [anon_sym_STAR] = ACTIONS(1847), [anon_sym_AMP] = ACTIONS(1847), [anon_sym_COLON_COLON] = ACTIONS(1849), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1999), [anon_sym_not] = ACTIONS(1845), [anon_sym_compl] = ACTIONS(1845), [anon_sym_DASH_DASH] = ACTIONS(1861), [anon_sym_PLUS_PLUS] = ACTIONS(1861), [anon_sym_sizeof] = ACTIONS(1863), [anon_sym_offsetof] = ACTIONS(1865), [anon_sym__Generic] = ACTIONS(1867), [anon_sym_asm] = ACTIONS(1869), [anon_sym___asm__] = ACTIONS(1869), [sym_number_literal] = ACTIONS(1871), [anon_sym_L_SQUOTE] = ACTIONS(1873), [anon_sym_u_SQUOTE] = ACTIONS(1873), [anon_sym_U_SQUOTE] = ACTIONS(1873), [anon_sym_u8_SQUOTE] = ACTIONS(1873), [anon_sym_SQUOTE] = ACTIONS(1873), [anon_sym_L_DQUOTE] = ACTIONS(1875), [anon_sym_u_DQUOTE] = ACTIONS(1875), [anon_sym_U_DQUOTE] = ACTIONS(1875), [anon_sym_u8_DQUOTE] = ACTIONS(1875), [anon_sym_DQUOTE] = ACTIONS(1875), [sym_true] = ACTIONS(1877), [sym_false] = ACTIONS(1877), [anon_sym_NULL] = ACTIONS(1879), [anon_sym_nullptr] = ACTIONS(1879), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(1883), [anon_sym_R_DQUOTE] = ACTIONS(1885), [anon_sym_LR_DQUOTE] = ACTIONS(1885), [anon_sym_uR_DQUOTE] = ACTIONS(1885), [anon_sym_UR_DQUOTE] = ACTIONS(1885), [anon_sym_u8R_DQUOTE] = ACTIONS(1885), [anon_sym_co_await] = ACTIONS(1887), [anon_sym_new] = ACTIONS(1889), [anon_sym_requires] = ACTIONS(1891), [sym_this] = ACTIONS(1877), }, [1803] = { [sym__expression] = STATE(4059), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_DOT_DOT_DOT] = ACTIONS(4326), [anon_sym_LPAREN2] = ACTIONS(4366), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1804] = { [sym__expression] = STATE(4367), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3552), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3552), [sym_call_expression] = STATE(3552), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3552), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3552), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3552), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3627), [anon_sym_LPAREN2] = ACTIONS(3629), [anon_sym_BANG] = ACTIONS(3633), [anon_sym_TILDE] = ACTIONS(3633), [anon_sym_DASH] = ACTIONS(3631), [anon_sym_PLUS] = ACTIONS(3631), [anon_sym_STAR] = ACTIONS(3635), [anon_sym_AMP] = ACTIONS(3635), [anon_sym_COLON_COLON] = ACTIONS(3637), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_COLON] = ACTIONS(4368), [anon_sym_not] = ACTIONS(3631), [anon_sym_compl] = ACTIONS(3631), [anon_sym_DASH_DASH] = ACTIONS(3639), [anon_sym_PLUS_PLUS] = ACTIONS(3639), [anon_sym_sizeof] = ACTIONS(3641), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(3643), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(3645), [anon_sym_new] = ACTIONS(3625), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1805] = { [sym__expression] = STATE(3421), [sym__expression_not_binary] = STATE(3564), [sym_conditional_expression] = STATE(3564), [sym_assignment_expression] = STATE(3564), [sym_pointer_expression] = STATE(3290), [sym_unary_expression] = STATE(3564), [sym_binary_expression] = STATE(3564), [sym_update_expression] = STATE(3564), [sym_cast_expression] = STATE(3564), [sym_sizeof_expression] = STATE(3564), [sym_offsetof_expression] = STATE(3564), [sym_generic_expression] = STATE(3564), [sym_subscript_expression] = STATE(3290), [sym_call_expression] = STATE(3290), [sym_gnu_asm_expression] = STATE(3564), [sym_field_expression] = STATE(3290), [sym_compound_literal_expression] = STATE(3564), [sym_parenthesized_expression] = STATE(3290), [sym_char_literal] = STATE(3429), [sym_concatenated_string] = STATE(3429), [sym_string_literal] = STATE(2306), [sym_null] = STATE(3564), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6687), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3564), [sym_raw_string_literal] = STATE(2306), [sym_co_await_expression] = STATE(3564), [sym_new_expression] = STATE(3564), [sym_delete_expression] = STATE(3564), [sym_requires_clause] = STATE(3564), [sym_requires_expression] = STATE(3564), [sym_lambda_expression] = STATE(3564), [sym_lambda_capture_specifier] = STATE(5176), [sym_fold_expression] = STATE(3564), [sym_parameter_pack_expansion] = STATE(3564), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5270), [sym_qualified_identifier] = STATE(3290), [sym_qualified_type_identifier] = STATE(6687), [sym_user_defined_literal] = STATE(3564), [sym_identifier] = ACTIONS(2095), [anon_sym_DOT_DOT_DOT] = ACTIONS(4370), [anon_sym_LPAREN2] = ACTIONS(1841), [anon_sym_BANG] = ACTIONS(1843), [anon_sym_TILDE] = ACTIONS(1843), [anon_sym_DASH] = ACTIONS(1845), [anon_sym_PLUS] = ACTIONS(1845), [anon_sym_STAR] = ACTIONS(1847), [anon_sym_AMP] = ACTIONS(1847), [anon_sym_COLON_COLON] = ACTIONS(1849), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1999), [anon_sym_not] = ACTIONS(1845), [anon_sym_compl] = ACTIONS(1845), [anon_sym_DASH_DASH] = ACTIONS(1861), [anon_sym_PLUS_PLUS] = ACTIONS(1861), [anon_sym_sizeof] = ACTIONS(1863), [anon_sym_offsetof] = ACTIONS(1865), [anon_sym__Generic] = ACTIONS(1867), [anon_sym_asm] = ACTIONS(1869), [anon_sym___asm__] = ACTIONS(1869), [sym_number_literal] = ACTIONS(1871), [anon_sym_L_SQUOTE] = ACTIONS(1873), [anon_sym_u_SQUOTE] = ACTIONS(1873), [anon_sym_U_SQUOTE] = ACTIONS(1873), [anon_sym_u8_SQUOTE] = ACTIONS(1873), [anon_sym_SQUOTE] = ACTIONS(1873), [anon_sym_L_DQUOTE] = ACTIONS(1875), [anon_sym_u_DQUOTE] = ACTIONS(1875), [anon_sym_U_DQUOTE] = ACTIONS(1875), [anon_sym_u8_DQUOTE] = ACTIONS(1875), [anon_sym_DQUOTE] = ACTIONS(1875), [sym_true] = ACTIONS(1877), [sym_false] = ACTIONS(1877), [anon_sym_NULL] = ACTIONS(1879), [anon_sym_nullptr] = ACTIONS(1879), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(1883), [anon_sym_R_DQUOTE] = ACTIONS(1885), [anon_sym_LR_DQUOTE] = ACTIONS(1885), [anon_sym_uR_DQUOTE] = ACTIONS(1885), [anon_sym_UR_DQUOTE] = ACTIONS(1885), [anon_sym_u8R_DQUOTE] = ACTIONS(1885), [anon_sym_co_await] = ACTIONS(1887), [anon_sym_new] = ACTIONS(1889), [anon_sym_requires] = ACTIONS(1891), [sym_this] = ACTIONS(1877), }, [1806] = { [sym__expression] = STATE(3432), [sym__expression_not_binary] = STATE(3025), [sym_conditional_expression] = STATE(3025), [sym_assignment_expression] = STATE(3025), [sym_pointer_expression] = STATE(3025), [sym_unary_expression] = STATE(3025), [sym_binary_expression] = STATE(3025), [sym_update_expression] = STATE(3025), [sym_cast_expression] = STATE(3025), [sym_sizeof_expression] = STATE(3025), [sym_offsetof_expression] = STATE(3025), [sym_generic_expression] = STATE(3025), [sym_subscript_expression] = STATE(3025), [sym_call_expression] = STATE(3025), [sym_gnu_asm_expression] = STATE(3025), [sym_field_expression] = STATE(3025), [sym_compound_literal_expression] = STATE(3025), [sym_parenthesized_expression] = STATE(3025), [sym_char_literal] = STATE(2884), [sym_concatenated_string] = STATE(2884), [sym_string_literal] = STATE(2162), [sym_null] = STATE(3025), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6624), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3025), [sym_raw_string_literal] = STATE(2162), [sym_co_await_expression] = STATE(3025), [sym_new_expression] = STATE(3025), [sym_delete_expression] = STATE(3025), [sym_requires_clause] = STATE(3025), [sym_requires_expression] = STATE(3025), [sym_lambda_expression] = STATE(3025), [sym_lambda_capture_specifier] = STATE(5221), [sym_fold_expression] = STATE(3025), [sym_parameter_pack_expansion] = STATE(3025), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3025), [sym_qualified_type_identifier] = STATE(6624), [sym_user_defined_literal] = STATE(3025), [sym_identifier] = ACTIONS(1933), [anon_sym_DOT_DOT_DOT] = ACTIONS(4311), [anon_sym_LPAREN2] = ACTIONS(4373), [anon_sym_BANG] = ACTIONS(2081), [anon_sym_TILDE] = ACTIONS(2081), [anon_sym_DASH] = ACTIONS(2079), [anon_sym_PLUS] = ACTIONS(2079), [anon_sym_STAR] = ACTIONS(3635), [anon_sym_AMP] = ACTIONS(3635), [anon_sym_COLON_COLON] = ACTIONS(2085), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(2079), [anon_sym_compl] = ACTIONS(2079), [anon_sym_DASH_DASH] = ACTIONS(2087), [anon_sym_PLUS_PLUS] = ACTIONS(2087), [anon_sym_sizeof] = ACTIONS(2089), [anon_sym_offsetof] = ACTIONS(1957), [anon_sym__Generic] = ACTIONS(1959), [anon_sym_asm] = ACTIONS(1961), [anon_sym___asm__] = ACTIONS(1961), [sym_number_literal] = ACTIONS(1963), [anon_sym_L_SQUOTE] = ACTIONS(1965), [anon_sym_u_SQUOTE] = ACTIONS(1965), [anon_sym_U_SQUOTE] = ACTIONS(1965), [anon_sym_u8_SQUOTE] = ACTIONS(1965), [anon_sym_SQUOTE] = ACTIONS(1965), [anon_sym_L_DQUOTE] = ACTIONS(1967), [anon_sym_u_DQUOTE] = ACTIONS(1967), [anon_sym_U_DQUOTE] = ACTIONS(1967), [anon_sym_u8_DQUOTE] = ACTIONS(1967), [anon_sym_DQUOTE] = ACTIONS(1967), [sym_true] = ACTIONS(1969), [sym_false] = ACTIONS(1969), [anon_sym_NULL] = ACTIONS(1971), [anon_sym_nullptr] = ACTIONS(1971), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(2091), [anon_sym_R_DQUOTE] = ACTIONS(1977), [anon_sym_LR_DQUOTE] = ACTIONS(1977), [anon_sym_uR_DQUOTE] = ACTIONS(1977), [anon_sym_UR_DQUOTE] = ACTIONS(1977), [anon_sym_u8R_DQUOTE] = ACTIONS(1977), [anon_sym_co_await] = ACTIONS(2093), [anon_sym_new] = ACTIONS(1981), [anon_sym_requires] = ACTIONS(1983), [sym_this] = ACTIONS(1969), }, [1807] = { [sym__expression] = STATE(3428), [sym__expression_not_binary] = STATE(3564), [sym_conditional_expression] = STATE(3564), [sym_assignment_expression] = STATE(3564), [sym_pointer_expression] = STATE(3290), [sym_unary_expression] = STATE(3564), [sym_binary_expression] = STATE(3564), [sym_update_expression] = STATE(3564), [sym_cast_expression] = STATE(3564), [sym_sizeof_expression] = STATE(3564), [sym_offsetof_expression] = STATE(3564), [sym_generic_expression] = STATE(3564), [sym_subscript_expression] = STATE(3290), [sym_call_expression] = STATE(3290), [sym_gnu_asm_expression] = STATE(3564), [sym_field_expression] = STATE(3290), [sym_compound_literal_expression] = STATE(3564), [sym_parenthesized_expression] = STATE(3290), [sym_char_literal] = STATE(3429), [sym_concatenated_string] = STATE(3429), [sym_string_literal] = STATE(2306), [sym_null] = STATE(3564), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6687), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3564), [sym_raw_string_literal] = STATE(2306), [sym_co_await_expression] = STATE(3564), [sym_new_expression] = STATE(3564), [sym_delete_expression] = STATE(3564), [sym_requires_clause] = STATE(3564), [sym_requires_expression] = STATE(3564), [sym_lambda_expression] = STATE(3564), [sym_lambda_capture_specifier] = STATE(5176), [sym_fold_expression] = STATE(3564), [sym_parameter_pack_expansion] = STATE(3564), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5270), [sym_qualified_identifier] = STATE(3290), [sym_qualified_type_identifier] = STATE(6687), [sym_user_defined_literal] = STATE(3564), [sym_identifier] = ACTIONS(2095), [anon_sym_DOT_DOT_DOT] = ACTIONS(4375), [anon_sym_LPAREN2] = ACTIONS(1841), [anon_sym_BANG] = ACTIONS(1843), [anon_sym_TILDE] = ACTIONS(1843), [anon_sym_DASH] = ACTIONS(1845), [anon_sym_PLUS] = ACTIONS(1845), [anon_sym_STAR] = ACTIONS(1847), [anon_sym_AMP] = ACTIONS(1847), [anon_sym_COLON_COLON] = ACTIONS(1849), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1999), [anon_sym_not] = ACTIONS(1845), [anon_sym_compl] = ACTIONS(1845), [anon_sym_DASH_DASH] = ACTIONS(1861), [anon_sym_PLUS_PLUS] = ACTIONS(1861), [anon_sym_sizeof] = ACTIONS(1863), [anon_sym_offsetof] = ACTIONS(1865), [anon_sym__Generic] = ACTIONS(1867), [anon_sym_asm] = ACTIONS(1869), [anon_sym___asm__] = ACTIONS(1869), [sym_number_literal] = ACTIONS(1871), [anon_sym_L_SQUOTE] = ACTIONS(1873), [anon_sym_u_SQUOTE] = ACTIONS(1873), [anon_sym_U_SQUOTE] = ACTIONS(1873), [anon_sym_u8_SQUOTE] = ACTIONS(1873), [anon_sym_SQUOTE] = ACTIONS(1873), [anon_sym_L_DQUOTE] = ACTIONS(1875), [anon_sym_u_DQUOTE] = ACTIONS(1875), [anon_sym_U_DQUOTE] = ACTIONS(1875), [anon_sym_u8_DQUOTE] = ACTIONS(1875), [anon_sym_DQUOTE] = ACTIONS(1875), [sym_true] = ACTIONS(1877), [sym_false] = ACTIONS(1877), [anon_sym_NULL] = ACTIONS(1879), [anon_sym_nullptr] = ACTIONS(1879), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(1883), [anon_sym_R_DQUOTE] = ACTIONS(1885), [anon_sym_LR_DQUOTE] = ACTIONS(1885), [anon_sym_uR_DQUOTE] = ACTIONS(1885), [anon_sym_UR_DQUOTE] = ACTIONS(1885), [anon_sym_u8R_DQUOTE] = ACTIONS(1885), [anon_sym_co_await] = ACTIONS(1887), [anon_sym_new] = ACTIONS(1889), [anon_sym_requires] = ACTIONS(1891), [sym_this] = ACTIONS(1877), }, [1808] = { [sym__expression] = STATE(4406), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3552), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3552), [sym_call_expression] = STATE(3552), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3552), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3552), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3552), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3627), [anon_sym_LPAREN2] = ACTIONS(3629), [anon_sym_BANG] = ACTIONS(3633), [anon_sym_TILDE] = ACTIONS(3633), [anon_sym_DASH] = ACTIONS(3631), [anon_sym_PLUS] = ACTIONS(3631), [anon_sym_STAR] = ACTIONS(3635), [anon_sym_AMP] = ACTIONS(3635), [anon_sym_COLON_COLON] = ACTIONS(3637), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_COLON] = ACTIONS(4378), [anon_sym_not] = ACTIONS(3631), [anon_sym_compl] = ACTIONS(3631), [anon_sym_DASH_DASH] = ACTIONS(3639), [anon_sym_PLUS_PLUS] = ACTIONS(3639), [anon_sym_sizeof] = ACTIONS(3641), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(3643), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(3645), [anon_sym_new] = ACTIONS(3625), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1809] = { [sym__expression] = STATE(4334), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(4380), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1810] = { [sym__expression] = STATE(2946), [sym__expression_not_binary] = STATE(3025), [sym_conditional_expression] = STATE(3025), [sym_assignment_expression] = STATE(3025), [sym_pointer_expression] = STATE(3025), [sym_unary_expression] = STATE(3025), [sym_binary_expression] = STATE(3025), [sym_update_expression] = STATE(3025), [sym_cast_expression] = STATE(3025), [sym_sizeof_expression] = STATE(3025), [sym_offsetof_expression] = STATE(3025), [sym_generic_expression] = STATE(3025), [sym_subscript_expression] = STATE(3025), [sym_call_expression] = STATE(3025), [sym_gnu_asm_expression] = STATE(3025), [sym_field_expression] = STATE(3025), [sym_compound_literal_expression] = STATE(3025), [sym_parenthesized_expression] = STATE(3025), [sym_char_literal] = STATE(2884), [sym_concatenated_string] = STATE(2884), [sym_string_literal] = STATE(2162), [sym_null] = STATE(3025), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6624), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3025), [sym_raw_string_literal] = STATE(2162), [sym_co_await_expression] = STATE(3025), [sym_new_expression] = STATE(3025), [sym_delete_expression] = STATE(3025), [sym_requires_clause] = STATE(3025), [sym_requires_expression] = STATE(3025), [sym_lambda_expression] = STATE(3025), [sym_lambda_capture_specifier] = STATE(5221), [sym_fold_expression] = STATE(3025), [sym_parameter_pack_expansion] = STATE(3025), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3025), [sym_qualified_type_identifier] = STATE(6624), [sym_user_defined_literal] = STATE(3025), [sym_identifier] = ACTIONS(1933), [anon_sym_LPAREN2] = ACTIONS(1937), [anon_sym_BANG] = ACTIONS(1941), [anon_sym_TILDE] = ACTIONS(1941), [anon_sym_DASH] = ACTIONS(1939), [anon_sym_PLUS] = ACTIONS(1939), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(1945), [anon_sym_LBRACK] = ACTIONS(1949), [anon_sym_RBRACK] = ACTIONS(4382), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(1939), [anon_sym_compl] = ACTIONS(1939), [anon_sym_DASH_DASH] = ACTIONS(1953), [anon_sym_PLUS_PLUS] = ACTIONS(1953), [anon_sym_sizeof] = ACTIONS(1955), [anon_sym_offsetof] = ACTIONS(1957), [anon_sym__Generic] = ACTIONS(1959), [anon_sym_asm] = ACTIONS(1961), [anon_sym___asm__] = ACTIONS(1961), [sym_number_literal] = ACTIONS(1963), [anon_sym_L_SQUOTE] = ACTIONS(1965), [anon_sym_u_SQUOTE] = ACTIONS(1965), [anon_sym_U_SQUOTE] = ACTIONS(1965), [anon_sym_u8_SQUOTE] = ACTIONS(1965), [anon_sym_SQUOTE] = ACTIONS(1965), [anon_sym_L_DQUOTE] = ACTIONS(1967), [anon_sym_u_DQUOTE] = ACTIONS(1967), [anon_sym_U_DQUOTE] = ACTIONS(1967), [anon_sym_u8_DQUOTE] = ACTIONS(1967), [anon_sym_DQUOTE] = ACTIONS(1967), [sym_true] = ACTIONS(1969), [sym_false] = ACTIONS(1969), [anon_sym_NULL] = ACTIONS(1971), [anon_sym_nullptr] = ACTIONS(1971), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(1975), [anon_sym_R_DQUOTE] = ACTIONS(1977), [anon_sym_LR_DQUOTE] = ACTIONS(1977), [anon_sym_uR_DQUOTE] = ACTIONS(1977), [anon_sym_UR_DQUOTE] = ACTIONS(1977), [anon_sym_u8R_DQUOTE] = ACTIONS(1977), [anon_sym_co_await] = ACTIONS(1979), [anon_sym_new] = ACTIONS(1981), [anon_sym_requires] = ACTIONS(1983), [sym_this] = ACTIONS(1969), }, [1811] = { [sym__expression] = STATE(2946), [sym__expression_not_binary] = STATE(3025), [sym_conditional_expression] = STATE(3025), [sym_assignment_expression] = STATE(3025), [sym_pointer_expression] = STATE(3025), [sym_unary_expression] = STATE(3025), [sym_binary_expression] = STATE(3025), [sym_update_expression] = STATE(3025), [sym_cast_expression] = STATE(3025), [sym_sizeof_expression] = STATE(3025), [sym_offsetof_expression] = STATE(3025), [sym_generic_expression] = STATE(3025), [sym_subscript_expression] = STATE(3025), [sym_call_expression] = STATE(3025), [sym_gnu_asm_expression] = STATE(3025), [sym_field_expression] = STATE(3025), [sym_compound_literal_expression] = STATE(3025), [sym_parenthesized_expression] = STATE(3025), [sym_char_literal] = STATE(2884), [sym_concatenated_string] = STATE(2884), [sym_string_literal] = STATE(2162), [sym_null] = STATE(3025), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6624), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3025), [sym_raw_string_literal] = STATE(2162), [sym_co_await_expression] = STATE(3025), [sym_new_expression] = STATE(3025), [sym_delete_expression] = STATE(3025), [sym_requires_clause] = STATE(3025), [sym_requires_expression] = STATE(3025), [sym_lambda_expression] = STATE(3025), [sym_lambda_capture_specifier] = STATE(5221), [sym_fold_expression] = STATE(3025), [sym_parameter_pack_expansion] = STATE(3025), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3025), [sym_qualified_type_identifier] = STATE(6624), [sym_user_defined_literal] = STATE(3025), [sym_identifier] = ACTIONS(1933), [anon_sym_LPAREN2] = ACTIONS(1937), [anon_sym_BANG] = ACTIONS(1941), [anon_sym_TILDE] = ACTIONS(1941), [anon_sym_DASH] = ACTIONS(1939), [anon_sym_PLUS] = ACTIONS(1939), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(1945), [anon_sym_LBRACK] = ACTIONS(1949), [anon_sym_RBRACK] = ACTIONS(4384), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(1939), [anon_sym_compl] = ACTIONS(1939), [anon_sym_DASH_DASH] = ACTIONS(1953), [anon_sym_PLUS_PLUS] = ACTIONS(1953), [anon_sym_sizeof] = ACTIONS(1955), [anon_sym_offsetof] = ACTIONS(1957), [anon_sym__Generic] = ACTIONS(1959), [anon_sym_asm] = ACTIONS(1961), [anon_sym___asm__] = ACTIONS(1961), [sym_number_literal] = ACTIONS(1963), [anon_sym_L_SQUOTE] = ACTIONS(1965), [anon_sym_u_SQUOTE] = ACTIONS(1965), [anon_sym_U_SQUOTE] = ACTIONS(1965), [anon_sym_u8_SQUOTE] = ACTIONS(1965), [anon_sym_SQUOTE] = ACTIONS(1965), [anon_sym_L_DQUOTE] = ACTIONS(1967), [anon_sym_u_DQUOTE] = ACTIONS(1967), [anon_sym_U_DQUOTE] = ACTIONS(1967), [anon_sym_u8_DQUOTE] = ACTIONS(1967), [anon_sym_DQUOTE] = ACTIONS(1967), [sym_true] = ACTIONS(1969), [sym_false] = ACTIONS(1969), [anon_sym_NULL] = ACTIONS(1971), [anon_sym_nullptr] = ACTIONS(1971), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(1975), [anon_sym_R_DQUOTE] = ACTIONS(1977), [anon_sym_LR_DQUOTE] = ACTIONS(1977), [anon_sym_uR_DQUOTE] = ACTIONS(1977), [anon_sym_UR_DQUOTE] = ACTIONS(1977), [anon_sym_u8R_DQUOTE] = ACTIONS(1977), [anon_sym_co_await] = ACTIONS(1979), [anon_sym_new] = ACTIONS(1981), [anon_sym_requires] = ACTIONS(1983), [sym_this] = ACTIONS(1969), }, [1812] = { [sym__expression] = STATE(3446), [sym__expression_not_binary] = STATE(3564), [sym_conditional_expression] = STATE(3564), [sym_assignment_expression] = STATE(3564), [sym_pointer_expression] = STATE(3290), [sym_unary_expression] = STATE(3564), [sym_binary_expression] = STATE(3564), [sym_update_expression] = STATE(3564), [sym_cast_expression] = STATE(3564), [sym_sizeof_expression] = STATE(3564), [sym_offsetof_expression] = STATE(3564), [sym_generic_expression] = STATE(3564), [sym_subscript_expression] = STATE(3290), [sym_call_expression] = STATE(3290), [sym_gnu_asm_expression] = STATE(3564), [sym_field_expression] = STATE(3290), [sym_compound_literal_expression] = STATE(3564), [sym_parenthesized_expression] = STATE(3290), [sym_char_literal] = STATE(3429), [sym_concatenated_string] = STATE(3429), [sym_string_literal] = STATE(2306), [sym_null] = STATE(3564), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6687), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3564), [sym_raw_string_literal] = STATE(2306), [sym_co_await_expression] = STATE(3564), [sym_new_expression] = STATE(3564), [sym_delete_expression] = STATE(3564), [sym_requires_clause] = STATE(3564), [sym_requires_expression] = STATE(3564), [sym_lambda_expression] = STATE(3564), [sym_lambda_capture_specifier] = STATE(5176), [sym_fold_expression] = STATE(3564), [sym_parameter_pack_expansion] = STATE(3564), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5270), [sym_qualified_identifier] = STATE(3290), [sym_qualified_type_identifier] = STATE(6687), [sym_user_defined_literal] = STATE(3564), [sym_identifier] = ACTIONS(2095), [anon_sym_DOT_DOT_DOT] = ACTIONS(4386), [anon_sym_LPAREN2] = ACTIONS(1841), [anon_sym_BANG] = ACTIONS(1843), [anon_sym_TILDE] = ACTIONS(1843), [anon_sym_DASH] = ACTIONS(1845), [anon_sym_PLUS] = ACTIONS(1845), [anon_sym_STAR] = ACTIONS(1847), [anon_sym_AMP] = ACTIONS(1847), [anon_sym_COLON_COLON] = ACTIONS(1849), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1999), [anon_sym_not] = ACTIONS(1845), [anon_sym_compl] = ACTIONS(1845), [anon_sym_DASH_DASH] = ACTIONS(1861), [anon_sym_PLUS_PLUS] = ACTIONS(1861), [anon_sym_sizeof] = ACTIONS(1863), [anon_sym_offsetof] = ACTIONS(1865), [anon_sym__Generic] = ACTIONS(1867), [anon_sym_asm] = ACTIONS(1869), [anon_sym___asm__] = ACTIONS(1869), [sym_number_literal] = ACTIONS(1871), [anon_sym_L_SQUOTE] = ACTIONS(1873), [anon_sym_u_SQUOTE] = ACTIONS(1873), [anon_sym_U_SQUOTE] = ACTIONS(1873), [anon_sym_u8_SQUOTE] = ACTIONS(1873), [anon_sym_SQUOTE] = ACTIONS(1873), [anon_sym_L_DQUOTE] = ACTIONS(1875), [anon_sym_u_DQUOTE] = ACTIONS(1875), [anon_sym_U_DQUOTE] = ACTIONS(1875), [anon_sym_u8_DQUOTE] = ACTIONS(1875), [anon_sym_DQUOTE] = ACTIONS(1875), [sym_true] = ACTIONS(1877), [sym_false] = ACTIONS(1877), [anon_sym_NULL] = ACTIONS(1879), [anon_sym_nullptr] = ACTIONS(1879), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(1883), [anon_sym_R_DQUOTE] = ACTIONS(1885), [anon_sym_LR_DQUOTE] = ACTIONS(1885), [anon_sym_uR_DQUOTE] = ACTIONS(1885), [anon_sym_UR_DQUOTE] = ACTIONS(1885), [anon_sym_u8R_DQUOTE] = ACTIONS(1885), [anon_sym_co_await] = ACTIONS(1887), [anon_sym_new] = ACTIONS(1889), [anon_sym_requires] = ACTIONS(1891), [sym_this] = ACTIONS(1877), }, [1813] = { [sym__expression] = STATE(4315), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(4389), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1814] = { [sym__expression] = STATE(4173), [sym__expression_not_binary] = STATE(4455), [sym_conditional_expression] = STATE(4455), [sym_assignment_expression] = STATE(4455), [sym_pointer_expression] = STATE(3543), [sym_unary_expression] = STATE(4455), [sym_binary_expression] = STATE(4455), [sym_update_expression] = STATE(4455), [sym_cast_expression] = STATE(4455), [sym_sizeof_expression] = STATE(4455), [sym_offsetof_expression] = STATE(4455), [sym_generic_expression] = STATE(4455), [sym_subscript_expression] = STATE(3543), [sym_call_expression] = STATE(3543), [sym_gnu_asm_expression] = STATE(4455), [sym_field_expression] = STATE(3543), [sym_compound_literal_expression] = STATE(4455), [sym_parenthesized_expression] = STATE(3543), [sym_char_literal] = STATE(4150), [sym_concatenated_string] = STATE(4150), [sym_string_literal] = STATE(3544), [sym_null] = STATE(4455), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6810), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(4455), [sym_raw_string_literal] = STATE(3544), [sym_co_await_expression] = STATE(4455), [sym_new_expression] = STATE(4455), [sym_delete_expression] = STATE(4455), [sym_requires_clause] = STATE(4455), [sym_requires_expression] = STATE(4455), [sym_lambda_expression] = STATE(4455), [sym_lambda_capture_specifier] = STATE(5208), [sym_fold_expression] = STATE(4455), [sym_parameter_pack_expansion] = STATE(4455), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5301), [sym_qualified_identifier] = STATE(3543), [sym_qualified_type_identifier] = STATE(6810), [sym_user_defined_literal] = STATE(4455), [sym_identifier] = ACTIONS(3603), [anon_sym_DOT_DOT_DOT] = ACTIONS(4391), [anon_sym_LPAREN2] = ACTIONS(4393), [anon_sym_BANG] = ACTIONS(2620), [anon_sym_TILDE] = ACTIONS(2620), [anon_sym_DASH] = ACTIONS(2622), [anon_sym_PLUS] = ACTIONS(2622), [anon_sym_STAR] = ACTIONS(2624), [anon_sym_AMP] = ACTIONS(2624), [anon_sym_COLON_COLON] = ACTIONS(2626), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(2045), [anon_sym_not] = ACTIONS(2622), [anon_sym_compl] = ACTIONS(2622), [anon_sym_DASH_DASH] = ACTIONS(2640), [anon_sym_PLUS_PLUS] = ACTIONS(2640), [anon_sym_sizeof] = ACTIONS(2642), [anon_sym_offsetof] = ACTIONS(2644), [anon_sym__Generic] = ACTIONS(2646), [anon_sym_asm] = ACTIONS(2648), [anon_sym___asm__] = ACTIONS(2648), [sym_number_literal] = ACTIONS(2650), [anon_sym_L_SQUOTE] = ACTIONS(2652), [anon_sym_u_SQUOTE] = ACTIONS(2652), [anon_sym_U_SQUOTE] = ACTIONS(2652), [anon_sym_u8_SQUOTE] = ACTIONS(2652), [anon_sym_SQUOTE] = ACTIONS(2652), [anon_sym_L_DQUOTE] = ACTIONS(2654), [anon_sym_u_DQUOTE] = ACTIONS(2654), [anon_sym_U_DQUOTE] = ACTIONS(2654), [anon_sym_u8_DQUOTE] = ACTIONS(2654), [anon_sym_DQUOTE] = ACTIONS(2654), [sym_true] = ACTIONS(2656), [sym_false] = ACTIONS(2656), [anon_sym_NULL] = ACTIONS(2658), [anon_sym_nullptr] = ACTIONS(2658), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(2668), [anon_sym_R_DQUOTE] = ACTIONS(2670), [anon_sym_LR_DQUOTE] = ACTIONS(2670), [anon_sym_uR_DQUOTE] = ACTIONS(2670), [anon_sym_UR_DQUOTE] = ACTIONS(2670), [anon_sym_u8R_DQUOTE] = ACTIONS(2670), [anon_sym_co_await] = ACTIONS(2672), [anon_sym_new] = ACTIONS(2674), [anon_sym_requires] = ACTIONS(2676), [sym_this] = ACTIONS(2656), }, [1815] = { [sym__expression] = STATE(4398), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3552), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3552), [sym_call_expression] = STATE(3552), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3552), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3552), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3552), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3627), [anon_sym_LPAREN2] = ACTIONS(3629), [anon_sym_BANG] = ACTIONS(3633), [anon_sym_TILDE] = ACTIONS(3633), [anon_sym_DASH] = ACTIONS(3631), [anon_sym_PLUS] = ACTIONS(3631), [anon_sym_STAR] = ACTIONS(3635), [anon_sym_AMP] = ACTIONS(3635), [anon_sym_COLON_COLON] = ACTIONS(3637), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_COLON] = ACTIONS(4395), [anon_sym_not] = ACTIONS(3631), [anon_sym_compl] = ACTIONS(3631), [anon_sym_DASH_DASH] = ACTIONS(3639), [anon_sym_PLUS_PLUS] = ACTIONS(3639), [anon_sym_sizeof] = ACTIONS(3641), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(3643), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(3645), [anon_sym_new] = ACTIONS(3625), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1816] = { [sym__expression] = STATE(4002), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SEMI] = ACTIONS(4397), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK] = ACTIONS(4226), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1817] = { [sym__expression] = STATE(4248), [sym__expression_not_binary] = STATE(4455), [sym_conditional_expression] = STATE(4455), [sym_assignment_expression] = STATE(4455), [sym_pointer_expression] = STATE(3543), [sym_unary_expression] = STATE(4455), [sym_binary_expression] = STATE(4455), [sym_update_expression] = STATE(4455), [sym_cast_expression] = STATE(4455), [sym_sizeof_expression] = STATE(4455), [sym_offsetof_expression] = STATE(4455), [sym_generic_expression] = STATE(4455), [sym_subscript_expression] = STATE(3543), [sym_call_expression] = STATE(3543), [sym_gnu_asm_expression] = STATE(4455), [sym_field_expression] = STATE(3543), [sym_compound_literal_expression] = STATE(4455), [sym_parenthesized_expression] = STATE(3543), [sym_char_literal] = STATE(4150), [sym_concatenated_string] = STATE(4150), [sym_string_literal] = STATE(3544), [sym_null] = STATE(4455), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6810), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(4455), [sym_raw_string_literal] = STATE(3544), [sym_co_await_expression] = STATE(4455), [sym_new_expression] = STATE(4455), [sym_delete_expression] = STATE(4455), [sym_requires_clause] = STATE(4455), [sym_requires_expression] = STATE(4455), [sym_lambda_expression] = STATE(4455), [sym_lambda_capture_specifier] = STATE(5208), [sym_fold_expression] = STATE(4455), [sym_parameter_pack_expansion] = STATE(4455), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5301), [sym_qualified_identifier] = STATE(3543), [sym_qualified_type_identifier] = STATE(6810), [sym_user_defined_literal] = STATE(4455), [sym_identifier] = ACTIONS(3603), [anon_sym_LPAREN2] = ACTIONS(2618), [anon_sym_BANG] = ACTIONS(2620), [anon_sym_TILDE] = ACTIONS(2620), [anon_sym_DASH] = ACTIONS(2622), [anon_sym_PLUS] = ACTIONS(2622), [anon_sym_STAR] = ACTIONS(2624), [anon_sym_AMP] = ACTIONS(2624), [anon_sym_COLON_COLON] = ACTIONS(2626), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(2045), [anon_sym_not] = ACTIONS(2622), [anon_sym_compl] = ACTIONS(2622), [anon_sym_DASH_DASH] = ACTIONS(2640), [anon_sym_PLUS_PLUS] = ACTIONS(2640), [anon_sym_sizeof] = ACTIONS(2642), [anon_sym_offsetof] = ACTIONS(2644), [anon_sym__Generic] = ACTIONS(2646), [anon_sym_asm] = ACTIONS(2648), [anon_sym___asm__] = ACTIONS(2648), [sym_number_literal] = ACTIONS(2650), [anon_sym_L_SQUOTE] = ACTIONS(2652), [anon_sym_u_SQUOTE] = ACTIONS(2652), [anon_sym_U_SQUOTE] = ACTIONS(2652), [anon_sym_u8_SQUOTE] = ACTIONS(2652), [anon_sym_SQUOTE] = ACTIONS(2652), [anon_sym_L_DQUOTE] = ACTIONS(2654), [anon_sym_u_DQUOTE] = ACTIONS(2654), [anon_sym_U_DQUOTE] = ACTIONS(2654), [anon_sym_u8_DQUOTE] = ACTIONS(2654), [anon_sym_DQUOTE] = ACTIONS(2654), [sym_true] = ACTIONS(2656), [sym_false] = ACTIONS(2656), [anon_sym_NULL] = ACTIONS(2658), [anon_sym_nullptr] = ACTIONS(2658), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(2668), [anon_sym_R_DQUOTE] = ACTIONS(2670), [anon_sym_LR_DQUOTE] = ACTIONS(2670), [anon_sym_uR_DQUOTE] = ACTIONS(2670), [anon_sym_UR_DQUOTE] = ACTIONS(2670), [anon_sym_u8R_DQUOTE] = ACTIONS(2670), [anon_sym_co_await] = ACTIONS(2672), [anon_sym_new] = ACTIONS(2674), [anon_sym_requires] = ACTIONS(2676), [sym_this] = ACTIONS(2656), }, [1818] = { [sym__expression] = STATE(4375), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1819] = { [sym__expression] = STATE(3514), [sym__expression_not_binary] = STATE(3025), [sym_conditional_expression] = STATE(3025), [sym_assignment_expression] = STATE(3025), [sym_pointer_expression] = STATE(3025), [sym_unary_expression] = STATE(3025), [sym_binary_expression] = STATE(3025), [sym_update_expression] = STATE(3025), [sym_cast_expression] = STATE(3025), [sym_sizeof_expression] = STATE(3025), [sym_offsetof_expression] = STATE(3025), [sym_generic_expression] = STATE(3025), [sym_subscript_expression] = STATE(3025), [sym_call_expression] = STATE(3025), [sym_gnu_asm_expression] = STATE(3025), [sym_field_expression] = STATE(3025), [sym_compound_literal_expression] = STATE(3025), [sym_parenthesized_expression] = STATE(3025), [sym_char_literal] = STATE(2884), [sym_concatenated_string] = STATE(2884), [sym_string_literal] = STATE(2162), [sym_null] = STATE(3025), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6624), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3025), [sym_raw_string_literal] = STATE(2162), [sym_co_await_expression] = STATE(3025), [sym_new_expression] = STATE(3025), [sym_delete_expression] = STATE(3025), [sym_requires_clause] = STATE(3025), [sym_requires_expression] = STATE(3025), [sym_lambda_expression] = STATE(3025), [sym_lambda_capture_specifier] = STATE(5221), [sym_fold_expression] = STATE(3025), [sym_parameter_pack_expansion] = STATE(3025), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3025), [sym_qualified_type_identifier] = STATE(6624), [sym_user_defined_literal] = STATE(3025), [sym_identifier] = ACTIONS(1933), [anon_sym_LPAREN2] = ACTIONS(2077), [anon_sym_BANG] = ACTIONS(2081), [anon_sym_TILDE] = ACTIONS(2081), [anon_sym_DASH] = ACTIONS(2079), [anon_sym_PLUS] = ACTIONS(2079), [anon_sym_STAR] = ACTIONS(3635), [anon_sym_AMP] = ACTIONS(3635), [anon_sym_COLON_COLON] = ACTIONS(2085), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(2079), [anon_sym_compl] = ACTIONS(2079), [anon_sym_DASH_DASH] = ACTIONS(2087), [anon_sym_PLUS_PLUS] = ACTIONS(2087), [anon_sym_sizeof] = ACTIONS(2089), [anon_sym_offsetof] = ACTIONS(1957), [anon_sym__Generic] = ACTIONS(1959), [anon_sym_asm] = ACTIONS(1961), [anon_sym___asm__] = ACTIONS(1961), [sym_number_literal] = ACTIONS(1963), [anon_sym_L_SQUOTE] = ACTIONS(1965), [anon_sym_u_SQUOTE] = ACTIONS(1965), [anon_sym_U_SQUOTE] = ACTIONS(1965), [anon_sym_u8_SQUOTE] = ACTIONS(1965), [anon_sym_SQUOTE] = ACTIONS(1965), [anon_sym_L_DQUOTE] = ACTIONS(1967), [anon_sym_u_DQUOTE] = ACTIONS(1967), [anon_sym_U_DQUOTE] = ACTIONS(1967), [anon_sym_u8_DQUOTE] = ACTIONS(1967), [anon_sym_DQUOTE] = ACTIONS(1967), [sym_true] = ACTIONS(1969), [sym_false] = ACTIONS(1969), [anon_sym_NULL] = ACTIONS(1971), [anon_sym_nullptr] = ACTIONS(1971), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(2091), [anon_sym_R_DQUOTE] = ACTIONS(1977), [anon_sym_LR_DQUOTE] = ACTIONS(1977), [anon_sym_uR_DQUOTE] = ACTIONS(1977), [anon_sym_UR_DQUOTE] = ACTIONS(1977), [anon_sym_u8R_DQUOTE] = ACTIONS(1977), [anon_sym_co_await] = ACTIONS(2093), [anon_sym_new] = ACTIONS(1981), [anon_sym_requires] = ACTIONS(1983), [sym_this] = ACTIONS(1969), }, [1820] = { [sym__expression] = STATE(4163), [sym__expression_not_binary] = STATE(4455), [sym_conditional_expression] = STATE(4455), [sym_assignment_expression] = STATE(4455), [sym_pointer_expression] = STATE(3543), [sym_unary_expression] = STATE(4455), [sym_binary_expression] = STATE(4455), [sym_update_expression] = STATE(4455), [sym_cast_expression] = STATE(4455), [sym_sizeof_expression] = STATE(4455), [sym_offsetof_expression] = STATE(4455), [sym_generic_expression] = STATE(4455), [sym_subscript_expression] = STATE(3543), [sym_call_expression] = STATE(3543), [sym_gnu_asm_expression] = STATE(4455), [sym_field_expression] = STATE(3543), [sym_compound_literal_expression] = STATE(4455), [sym_parenthesized_expression] = STATE(3543), [sym_char_literal] = STATE(4150), [sym_concatenated_string] = STATE(4150), [sym_string_literal] = STATE(3544), [sym_null] = STATE(4455), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6810), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(4455), [sym_raw_string_literal] = STATE(3544), [sym_co_await_expression] = STATE(4455), [sym_new_expression] = STATE(4455), [sym_delete_expression] = STATE(4455), [sym_requires_clause] = STATE(4455), [sym_requires_expression] = STATE(4455), [sym_lambda_expression] = STATE(4455), [sym_lambda_capture_specifier] = STATE(5208), [sym_fold_expression] = STATE(4455), [sym_parameter_pack_expansion] = STATE(4455), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5301), [sym_qualified_identifier] = STATE(3543), [sym_qualified_type_identifier] = STATE(6810), [sym_user_defined_literal] = STATE(4455), [sym_identifier] = ACTIONS(3603), [anon_sym_LPAREN2] = ACTIONS(2618), [anon_sym_BANG] = ACTIONS(2620), [anon_sym_TILDE] = ACTIONS(2620), [anon_sym_DASH] = ACTIONS(2622), [anon_sym_PLUS] = ACTIONS(2622), [anon_sym_STAR] = ACTIONS(2624), [anon_sym_AMP] = ACTIONS(2624), [anon_sym_COLON_COLON] = ACTIONS(2626), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(2045), [anon_sym_not] = ACTIONS(2622), [anon_sym_compl] = ACTIONS(2622), [anon_sym_DASH_DASH] = ACTIONS(2640), [anon_sym_PLUS_PLUS] = ACTIONS(2640), [anon_sym_sizeof] = ACTIONS(2642), [anon_sym_offsetof] = ACTIONS(2644), [anon_sym__Generic] = ACTIONS(2646), [anon_sym_asm] = ACTIONS(2648), [anon_sym___asm__] = ACTIONS(2648), [sym_number_literal] = ACTIONS(2650), [anon_sym_L_SQUOTE] = ACTIONS(2652), [anon_sym_u_SQUOTE] = ACTIONS(2652), [anon_sym_U_SQUOTE] = ACTIONS(2652), [anon_sym_u8_SQUOTE] = ACTIONS(2652), [anon_sym_SQUOTE] = ACTIONS(2652), [anon_sym_L_DQUOTE] = ACTIONS(2654), [anon_sym_u_DQUOTE] = ACTIONS(2654), [anon_sym_U_DQUOTE] = ACTIONS(2654), [anon_sym_u8_DQUOTE] = ACTIONS(2654), [anon_sym_DQUOTE] = ACTIONS(2654), [sym_true] = ACTIONS(2656), [sym_false] = ACTIONS(2656), [anon_sym_NULL] = ACTIONS(2658), [anon_sym_nullptr] = ACTIONS(2658), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(2668), [anon_sym_R_DQUOTE] = ACTIONS(2670), [anon_sym_LR_DQUOTE] = ACTIONS(2670), [anon_sym_uR_DQUOTE] = ACTIONS(2670), [anon_sym_UR_DQUOTE] = ACTIONS(2670), [anon_sym_u8R_DQUOTE] = ACTIONS(2670), [anon_sym_co_await] = ACTIONS(2672), [anon_sym_new] = ACTIONS(2674), [anon_sym_requires] = ACTIONS(2676), [sym_this] = ACTIONS(2656), }, [1821] = { [sym__expression] = STATE(4184), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3525), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3525), [sym_call_expression] = STATE(3525), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3525), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3525), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3525), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3607), [anon_sym_LPAREN2] = ACTIONS(3609), [anon_sym_BANG] = ACTIONS(3613), [anon_sym_TILDE] = ACTIONS(3613), [anon_sym_DASH] = ACTIONS(3611), [anon_sym_PLUS] = ACTIONS(3611), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(3615), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(3611), [anon_sym_compl] = ACTIONS(3611), [anon_sym_DASH_DASH] = ACTIONS(3617), [anon_sym_PLUS_PLUS] = ACTIONS(3617), [anon_sym_sizeof] = ACTIONS(3619), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(3621), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(3623), [anon_sym_new] = ACTIONS(3625), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1822] = { [sym__expression] = STATE(3509), [sym__expression_not_binary] = STATE(3564), [sym_conditional_expression] = STATE(3564), [sym_assignment_expression] = STATE(3564), [sym_pointer_expression] = STATE(3290), [sym_unary_expression] = STATE(3564), [sym_binary_expression] = STATE(3564), [sym_update_expression] = STATE(3564), [sym_cast_expression] = STATE(3564), [sym_sizeof_expression] = STATE(3564), [sym_offsetof_expression] = STATE(3564), [sym_generic_expression] = STATE(3564), [sym_subscript_expression] = STATE(3290), [sym_call_expression] = STATE(3290), [sym_gnu_asm_expression] = STATE(3564), [sym_field_expression] = STATE(3290), [sym_compound_literal_expression] = STATE(3564), [sym_parenthesized_expression] = STATE(3290), [sym_char_literal] = STATE(3429), [sym_concatenated_string] = STATE(3429), [sym_string_literal] = STATE(2306), [sym_null] = STATE(3564), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6687), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3564), [sym_raw_string_literal] = STATE(2306), [sym_co_await_expression] = STATE(3564), [sym_new_expression] = STATE(3564), [sym_delete_expression] = STATE(3564), [sym_requires_clause] = STATE(3564), [sym_requires_expression] = STATE(3564), [sym_lambda_expression] = STATE(3564), [sym_lambda_capture_specifier] = STATE(5176), [sym_fold_expression] = STATE(3564), [sym_parameter_pack_expansion] = STATE(3564), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5270), [sym_qualified_identifier] = STATE(3290), [sym_qualified_type_identifier] = STATE(6687), [sym_user_defined_literal] = STATE(3564), [sym_identifier] = ACTIONS(2095), [anon_sym_LPAREN2] = ACTIONS(1841), [anon_sym_BANG] = ACTIONS(1843), [anon_sym_TILDE] = ACTIONS(1843), [anon_sym_DASH] = ACTIONS(1845), [anon_sym_PLUS] = ACTIONS(1845), [anon_sym_STAR] = ACTIONS(1847), [anon_sym_AMP] = ACTIONS(1847), [anon_sym_COLON_COLON] = ACTIONS(1849), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1999), [anon_sym_not] = ACTIONS(1845), [anon_sym_compl] = ACTIONS(1845), [anon_sym_DASH_DASH] = ACTIONS(1861), [anon_sym_PLUS_PLUS] = ACTIONS(1861), [anon_sym_sizeof] = ACTIONS(1863), [anon_sym_offsetof] = ACTIONS(1865), [anon_sym__Generic] = ACTIONS(1867), [anon_sym_asm] = ACTIONS(1869), [anon_sym___asm__] = ACTIONS(1869), [sym_number_literal] = ACTIONS(1871), [anon_sym_L_SQUOTE] = ACTIONS(1873), [anon_sym_u_SQUOTE] = ACTIONS(1873), [anon_sym_U_SQUOTE] = ACTIONS(1873), [anon_sym_u8_SQUOTE] = ACTIONS(1873), [anon_sym_SQUOTE] = ACTIONS(1873), [anon_sym_L_DQUOTE] = ACTIONS(1875), [anon_sym_u_DQUOTE] = ACTIONS(1875), [anon_sym_U_DQUOTE] = ACTIONS(1875), [anon_sym_u8_DQUOTE] = ACTIONS(1875), [anon_sym_DQUOTE] = ACTIONS(1875), [sym_true] = ACTIONS(1877), [sym_false] = ACTIONS(1877), [anon_sym_NULL] = ACTIONS(1879), [anon_sym_nullptr] = ACTIONS(1879), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(1883), [anon_sym_R_DQUOTE] = ACTIONS(1885), [anon_sym_LR_DQUOTE] = ACTIONS(1885), [anon_sym_uR_DQUOTE] = ACTIONS(1885), [anon_sym_UR_DQUOTE] = ACTIONS(1885), [anon_sym_u8R_DQUOTE] = ACTIONS(1885), [anon_sym_co_await] = ACTIONS(1887), [anon_sym_new] = ACTIONS(1889), [anon_sym_requires] = ACTIONS(1891), [sym_this] = ACTIONS(1877), }, [1823] = { [sym__expression] = STATE(4264), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1824] = { [sym__expression] = STATE(4187), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3525), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3525), [sym_call_expression] = STATE(3525), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3525), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3525), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3525), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3607), [anon_sym_LPAREN2] = ACTIONS(3609), [anon_sym_BANG] = ACTIONS(3613), [anon_sym_TILDE] = ACTIONS(3613), [anon_sym_DASH] = ACTIONS(3611), [anon_sym_PLUS] = ACTIONS(3611), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(3615), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(3611), [anon_sym_compl] = ACTIONS(3611), [anon_sym_DASH_DASH] = ACTIONS(3617), [anon_sym_PLUS_PLUS] = ACTIONS(3617), [anon_sym_sizeof] = ACTIONS(3619), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(3621), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(3623), [anon_sym_new] = ACTIONS(3625), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1825] = { [sym__expression] = STATE(4094), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3525), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3525), [sym_call_expression] = STATE(3525), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3525), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3525), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3525), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3607), [anon_sym_LPAREN2] = ACTIONS(3609), [anon_sym_BANG] = ACTIONS(3613), [anon_sym_TILDE] = ACTIONS(3613), [anon_sym_DASH] = ACTIONS(3611), [anon_sym_PLUS] = ACTIONS(3611), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(3615), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(3611), [anon_sym_compl] = ACTIONS(3611), [anon_sym_DASH_DASH] = ACTIONS(3617), [anon_sym_PLUS_PLUS] = ACTIONS(3617), [anon_sym_sizeof] = ACTIONS(3619), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(3621), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(3623), [anon_sym_new] = ACTIONS(3625), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1826] = { [sym__expression] = STATE(4247), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1827] = { [sym__expression] = STATE(4475), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1828] = { [sym__expression] = STATE(4161), [sym__expression_not_binary] = STATE(4455), [sym_conditional_expression] = STATE(4455), [sym_assignment_expression] = STATE(4455), [sym_pointer_expression] = STATE(3543), [sym_unary_expression] = STATE(4455), [sym_binary_expression] = STATE(4455), [sym_update_expression] = STATE(4455), [sym_cast_expression] = STATE(4455), [sym_sizeof_expression] = STATE(4455), [sym_offsetof_expression] = STATE(4455), [sym_generic_expression] = STATE(4455), [sym_subscript_expression] = STATE(3543), [sym_call_expression] = STATE(3543), [sym_gnu_asm_expression] = STATE(4455), [sym_field_expression] = STATE(3543), [sym_compound_literal_expression] = STATE(4455), [sym_parenthesized_expression] = STATE(3543), [sym_char_literal] = STATE(4150), [sym_concatenated_string] = STATE(4150), [sym_string_literal] = STATE(3544), [sym_null] = STATE(4455), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6810), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(4455), [sym_raw_string_literal] = STATE(3544), [sym_co_await_expression] = STATE(4455), [sym_new_expression] = STATE(4455), [sym_delete_expression] = STATE(4455), [sym_requires_clause] = STATE(4455), [sym_requires_expression] = STATE(4455), [sym_lambda_expression] = STATE(4455), [sym_lambda_capture_specifier] = STATE(5208), [sym_fold_expression] = STATE(4455), [sym_parameter_pack_expansion] = STATE(4455), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5301), [sym_qualified_identifier] = STATE(3543), [sym_qualified_type_identifier] = STATE(6810), [sym_user_defined_literal] = STATE(4455), [sym_identifier] = ACTIONS(3603), [anon_sym_LPAREN2] = ACTIONS(2618), [anon_sym_BANG] = ACTIONS(2620), [anon_sym_TILDE] = ACTIONS(2620), [anon_sym_DASH] = ACTIONS(2622), [anon_sym_PLUS] = ACTIONS(2622), [anon_sym_STAR] = ACTIONS(2624), [anon_sym_AMP] = ACTIONS(2624), [anon_sym_COLON_COLON] = ACTIONS(2626), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(2045), [anon_sym_not] = ACTIONS(2622), [anon_sym_compl] = ACTIONS(2622), [anon_sym_DASH_DASH] = ACTIONS(2640), [anon_sym_PLUS_PLUS] = ACTIONS(2640), [anon_sym_sizeof] = ACTIONS(2642), [anon_sym_offsetof] = ACTIONS(2644), [anon_sym__Generic] = ACTIONS(2646), [anon_sym_asm] = ACTIONS(2648), [anon_sym___asm__] = ACTIONS(2648), [sym_number_literal] = ACTIONS(2650), [anon_sym_L_SQUOTE] = ACTIONS(2652), [anon_sym_u_SQUOTE] = ACTIONS(2652), [anon_sym_U_SQUOTE] = ACTIONS(2652), [anon_sym_u8_SQUOTE] = ACTIONS(2652), [anon_sym_SQUOTE] = ACTIONS(2652), [anon_sym_L_DQUOTE] = ACTIONS(2654), [anon_sym_u_DQUOTE] = ACTIONS(2654), [anon_sym_U_DQUOTE] = ACTIONS(2654), [anon_sym_u8_DQUOTE] = ACTIONS(2654), [anon_sym_DQUOTE] = ACTIONS(2654), [sym_true] = ACTIONS(2656), [sym_false] = ACTIONS(2656), [anon_sym_NULL] = ACTIONS(2658), [anon_sym_nullptr] = ACTIONS(2658), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(2668), [anon_sym_R_DQUOTE] = ACTIONS(2670), [anon_sym_LR_DQUOTE] = ACTIONS(2670), [anon_sym_uR_DQUOTE] = ACTIONS(2670), [anon_sym_UR_DQUOTE] = ACTIONS(2670), [anon_sym_u8R_DQUOTE] = ACTIONS(2670), [anon_sym_co_await] = ACTIONS(2672), [anon_sym_new] = ACTIONS(2674), [anon_sym_requires] = ACTIONS(2676), [sym_this] = ACTIONS(2656), }, [1829] = { [sym__expression] = STATE(4205), [sym__expression_not_binary] = STATE(4455), [sym_conditional_expression] = STATE(4455), [sym_assignment_expression] = STATE(4455), [sym_pointer_expression] = STATE(3543), [sym_unary_expression] = STATE(4455), [sym_binary_expression] = STATE(4455), [sym_update_expression] = STATE(4455), [sym_cast_expression] = STATE(4455), [sym_sizeof_expression] = STATE(4455), [sym_offsetof_expression] = STATE(4455), [sym_generic_expression] = STATE(4455), [sym_subscript_expression] = STATE(3543), [sym_call_expression] = STATE(3543), [sym_gnu_asm_expression] = STATE(4455), [sym_field_expression] = STATE(3543), [sym_compound_literal_expression] = STATE(4455), [sym_parenthesized_expression] = STATE(3543), [sym_char_literal] = STATE(4150), [sym_concatenated_string] = STATE(4150), [sym_string_literal] = STATE(3544), [sym_null] = STATE(4455), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6810), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(4455), [sym_raw_string_literal] = STATE(3544), [sym_co_await_expression] = STATE(4455), [sym_new_expression] = STATE(4455), [sym_delete_expression] = STATE(4455), [sym_requires_clause] = STATE(4455), [sym_requires_expression] = STATE(4455), [sym_lambda_expression] = STATE(4455), [sym_lambda_capture_specifier] = STATE(5208), [sym_fold_expression] = STATE(4455), [sym_parameter_pack_expansion] = STATE(4455), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5301), [sym_qualified_identifier] = STATE(3543), [sym_qualified_type_identifier] = STATE(6810), [sym_user_defined_literal] = STATE(4455), [sym_identifier] = ACTIONS(3603), [anon_sym_LPAREN2] = ACTIONS(2618), [anon_sym_BANG] = ACTIONS(2620), [anon_sym_TILDE] = ACTIONS(2620), [anon_sym_DASH] = ACTIONS(2622), [anon_sym_PLUS] = ACTIONS(2622), [anon_sym_STAR] = ACTIONS(2624), [anon_sym_AMP] = ACTIONS(2624), [anon_sym_COLON_COLON] = ACTIONS(2626), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(2045), [anon_sym_not] = ACTIONS(2622), [anon_sym_compl] = ACTIONS(2622), [anon_sym_DASH_DASH] = ACTIONS(2640), [anon_sym_PLUS_PLUS] = ACTIONS(2640), [anon_sym_sizeof] = ACTIONS(2642), [anon_sym_offsetof] = ACTIONS(2644), [anon_sym__Generic] = ACTIONS(2646), [anon_sym_asm] = ACTIONS(2648), [anon_sym___asm__] = ACTIONS(2648), [sym_number_literal] = ACTIONS(2650), [anon_sym_L_SQUOTE] = ACTIONS(2652), [anon_sym_u_SQUOTE] = ACTIONS(2652), [anon_sym_U_SQUOTE] = ACTIONS(2652), [anon_sym_u8_SQUOTE] = ACTIONS(2652), [anon_sym_SQUOTE] = ACTIONS(2652), [anon_sym_L_DQUOTE] = ACTIONS(2654), [anon_sym_u_DQUOTE] = ACTIONS(2654), [anon_sym_U_DQUOTE] = ACTIONS(2654), [anon_sym_u8_DQUOTE] = ACTIONS(2654), [anon_sym_DQUOTE] = ACTIONS(2654), [sym_true] = ACTIONS(2656), [sym_false] = ACTIONS(2656), [anon_sym_NULL] = ACTIONS(2658), [anon_sym_nullptr] = ACTIONS(2658), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(2668), [anon_sym_R_DQUOTE] = ACTIONS(2670), [anon_sym_LR_DQUOTE] = ACTIONS(2670), [anon_sym_uR_DQUOTE] = ACTIONS(2670), [anon_sym_UR_DQUOTE] = ACTIONS(2670), [anon_sym_u8R_DQUOTE] = ACTIONS(2670), [anon_sym_co_await] = ACTIONS(2672), [anon_sym_new] = ACTIONS(2674), [anon_sym_requires] = ACTIONS(2676), [sym_this] = ACTIONS(2656), }, [1830] = { [sym__expression] = STATE(3054), [sym__expression_not_binary] = STATE(3025), [sym_conditional_expression] = STATE(3025), [sym_assignment_expression] = STATE(3025), [sym_pointer_expression] = STATE(3025), [sym_unary_expression] = STATE(3025), [sym_binary_expression] = STATE(3025), [sym_update_expression] = STATE(3025), [sym_cast_expression] = STATE(3025), [sym_sizeof_expression] = STATE(3025), [sym_offsetof_expression] = STATE(3025), [sym_generic_expression] = STATE(3025), [sym_subscript_expression] = STATE(3025), [sym_call_expression] = STATE(3025), [sym_gnu_asm_expression] = STATE(3025), [sym_field_expression] = STATE(3025), [sym_compound_literal_expression] = STATE(3025), [sym_parenthesized_expression] = STATE(3025), [sym_char_literal] = STATE(2884), [sym_concatenated_string] = STATE(2884), [sym_string_literal] = STATE(2162), [sym_null] = STATE(3025), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6624), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3025), [sym_raw_string_literal] = STATE(2162), [sym_co_await_expression] = STATE(3025), [sym_new_expression] = STATE(3025), [sym_delete_expression] = STATE(3025), [sym_requires_clause] = STATE(3025), [sym_requires_expression] = STATE(3025), [sym_lambda_expression] = STATE(3025), [sym_lambda_capture_specifier] = STATE(5221), [sym_fold_expression] = STATE(3025), [sym_parameter_pack_expansion] = STATE(3025), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3025), [sym_qualified_type_identifier] = STATE(6624), [sym_user_defined_literal] = STATE(3025), [sym_identifier] = ACTIONS(1933), [anon_sym_LPAREN2] = ACTIONS(1937), [anon_sym_BANG] = ACTIONS(1941), [anon_sym_TILDE] = ACTIONS(1941), [anon_sym_DASH] = ACTIONS(1939), [anon_sym_PLUS] = ACTIONS(1939), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(1945), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(1939), [anon_sym_compl] = ACTIONS(1939), [anon_sym_DASH_DASH] = ACTIONS(1953), [anon_sym_PLUS_PLUS] = ACTIONS(1953), [anon_sym_sizeof] = ACTIONS(1955), [anon_sym_offsetof] = ACTIONS(1957), [anon_sym__Generic] = ACTIONS(1959), [anon_sym_asm] = ACTIONS(1961), [anon_sym___asm__] = ACTIONS(1961), [sym_number_literal] = ACTIONS(1963), [anon_sym_L_SQUOTE] = ACTIONS(1965), [anon_sym_u_SQUOTE] = ACTIONS(1965), [anon_sym_U_SQUOTE] = ACTIONS(1965), [anon_sym_u8_SQUOTE] = ACTIONS(1965), [anon_sym_SQUOTE] = ACTIONS(1965), [anon_sym_L_DQUOTE] = ACTIONS(1967), [anon_sym_u_DQUOTE] = ACTIONS(1967), [anon_sym_U_DQUOTE] = ACTIONS(1967), [anon_sym_u8_DQUOTE] = ACTIONS(1967), [anon_sym_DQUOTE] = ACTIONS(1967), [sym_true] = ACTIONS(1969), [sym_false] = ACTIONS(1969), [anon_sym_NULL] = ACTIONS(1971), [anon_sym_nullptr] = ACTIONS(1971), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(1975), [anon_sym_R_DQUOTE] = ACTIONS(1977), [anon_sym_LR_DQUOTE] = ACTIONS(1977), [anon_sym_uR_DQUOTE] = ACTIONS(1977), [anon_sym_UR_DQUOTE] = ACTIONS(1977), [anon_sym_u8R_DQUOTE] = ACTIONS(1977), [anon_sym_co_await] = ACTIONS(1979), [anon_sym_new] = ACTIONS(1981), [anon_sym_requires] = ACTIONS(1983), [sym_this] = ACTIONS(1969), }, [1831] = { [sym__expression] = STATE(3166), [sym__expression_not_binary] = STATE(3295), [sym_conditional_expression] = STATE(3295), [sym_assignment_expression] = STATE(3295), [sym_pointer_expression] = STATE(3295), [sym_unary_expression] = STATE(3295), [sym_binary_expression] = STATE(3295), [sym_update_expression] = STATE(3295), [sym_cast_expression] = STATE(3295), [sym_sizeof_expression] = STATE(3295), [sym_offsetof_expression] = STATE(3295), [sym_generic_expression] = STATE(3295), [sym_subscript_expression] = STATE(3295), [sym_call_expression] = STATE(3295), [sym_gnu_asm_expression] = STATE(3295), [sym_field_expression] = STATE(3295), [sym_compound_literal_expression] = STATE(3295), [sym_parenthesized_expression] = STATE(3295), [sym_char_literal] = STATE(3192), [sym_concatenated_string] = STATE(3192), [sym_string_literal] = STATE(2207), [sym_null] = STATE(3295), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6682), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3295), [sym_raw_string_literal] = STATE(2207), [sym_co_await_expression] = STATE(3295), [sym_new_expression] = STATE(3295), [sym_delete_expression] = STATE(3295), [sym_requires_clause] = STATE(3295), [sym_requires_expression] = STATE(3295), [sym_lambda_expression] = STATE(3295), [sym_lambda_capture_specifier] = STATE(5166), [sym_fold_expression] = STATE(3295), [sym_parameter_pack_expansion] = STATE(3295), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5270), [sym_qualified_identifier] = STATE(3295), [sym_qualified_type_identifier] = STATE(6682), [sym_user_defined_literal] = STATE(3295), [sym_identifier] = ACTIONS(1985), [anon_sym_LPAREN2] = ACTIONS(1987), [anon_sym_BANG] = ACTIONS(1991), [anon_sym_TILDE] = ACTIONS(1991), [anon_sym_DASH] = ACTIONS(1989), [anon_sym_PLUS] = ACTIONS(1989), [anon_sym_STAR] = ACTIONS(1847), [anon_sym_AMP] = ACTIONS(1847), [anon_sym_COLON_COLON] = ACTIONS(1995), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1999), [anon_sym_not] = ACTIONS(1989), [anon_sym_compl] = ACTIONS(1989), [anon_sym_DASH_DASH] = ACTIONS(2001), [anon_sym_PLUS_PLUS] = ACTIONS(2001), [anon_sym_sizeof] = ACTIONS(2003), [anon_sym_offsetof] = ACTIONS(2005), [anon_sym__Generic] = ACTIONS(2007), [anon_sym_asm] = ACTIONS(2009), [anon_sym___asm__] = ACTIONS(2009), [sym_number_literal] = ACTIONS(2011), [anon_sym_L_SQUOTE] = ACTIONS(2013), [anon_sym_u_SQUOTE] = ACTIONS(2013), [anon_sym_U_SQUOTE] = ACTIONS(2013), [anon_sym_u8_SQUOTE] = ACTIONS(2013), [anon_sym_SQUOTE] = ACTIONS(2013), [anon_sym_L_DQUOTE] = ACTIONS(2015), [anon_sym_u_DQUOTE] = ACTIONS(2015), [anon_sym_U_DQUOTE] = ACTIONS(2015), [anon_sym_u8_DQUOTE] = ACTIONS(2015), [anon_sym_DQUOTE] = ACTIONS(2015), [sym_true] = ACTIONS(2017), [sym_false] = ACTIONS(2017), [anon_sym_NULL] = ACTIONS(2019), [anon_sym_nullptr] = ACTIONS(2019), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(2021), [anon_sym_R_DQUOTE] = ACTIONS(2023), [anon_sym_LR_DQUOTE] = ACTIONS(2023), [anon_sym_uR_DQUOTE] = ACTIONS(2023), [anon_sym_UR_DQUOTE] = ACTIONS(2023), [anon_sym_u8R_DQUOTE] = ACTIONS(2023), [anon_sym_co_await] = ACTIONS(2025), [anon_sym_new] = ACTIONS(2027), [anon_sym_requires] = ACTIONS(2029), [sym_this] = ACTIONS(2017), }, [1832] = { [sym__expression] = STATE(4240), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1833] = { [sym__expression] = STATE(3435), [sym__expression_not_binary] = STATE(3564), [sym_conditional_expression] = STATE(3564), [sym_assignment_expression] = STATE(3564), [sym_pointer_expression] = STATE(3290), [sym_unary_expression] = STATE(3564), [sym_binary_expression] = STATE(3564), [sym_update_expression] = STATE(3564), [sym_cast_expression] = STATE(3564), [sym_sizeof_expression] = STATE(3564), [sym_offsetof_expression] = STATE(3564), [sym_generic_expression] = STATE(3564), [sym_subscript_expression] = STATE(3290), [sym_call_expression] = STATE(3290), [sym_gnu_asm_expression] = STATE(3564), [sym_field_expression] = STATE(3290), [sym_compound_literal_expression] = STATE(3564), [sym_parenthesized_expression] = STATE(3290), [sym_char_literal] = STATE(3429), [sym_concatenated_string] = STATE(3429), [sym_string_literal] = STATE(2306), [sym_null] = STATE(3564), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6687), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3564), [sym_raw_string_literal] = STATE(2306), [sym_co_await_expression] = STATE(3564), [sym_new_expression] = STATE(3564), [sym_delete_expression] = STATE(3564), [sym_requires_clause] = STATE(3564), [sym_requires_expression] = STATE(3564), [sym_lambda_expression] = STATE(3564), [sym_lambda_capture_specifier] = STATE(5176), [sym_fold_expression] = STATE(3564), [sym_parameter_pack_expansion] = STATE(3564), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5270), [sym_qualified_identifier] = STATE(3290), [sym_qualified_type_identifier] = STATE(6687), [sym_user_defined_literal] = STATE(3564), [sym_identifier] = ACTIONS(2095), [anon_sym_LPAREN2] = ACTIONS(1841), [anon_sym_BANG] = ACTIONS(1843), [anon_sym_TILDE] = ACTIONS(1843), [anon_sym_DASH] = ACTIONS(1845), [anon_sym_PLUS] = ACTIONS(1845), [anon_sym_STAR] = ACTIONS(1847), [anon_sym_AMP] = ACTIONS(1847), [anon_sym_COLON_COLON] = ACTIONS(1849), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1999), [anon_sym_not] = ACTIONS(1845), [anon_sym_compl] = ACTIONS(1845), [anon_sym_DASH_DASH] = ACTIONS(1861), [anon_sym_PLUS_PLUS] = ACTIONS(1861), [anon_sym_sizeof] = ACTIONS(1863), [anon_sym_offsetof] = ACTIONS(1865), [anon_sym__Generic] = ACTIONS(1867), [anon_sym_asm] = ACTIONS(1869), [anon_sym___asm__] = ACTIONS(1869), [sym_number_literal] = ACTIONS(1871), [anon_sym_L_SQUOTE] = ACTIONS(1873), [anon_sym_u_SQUOTE] = ACTIONS(1873), [anon_sym_U_SQUOTE] = ACTIONS(1873), [anon_sym_u8_SQUOTE] = ACTIONS(1873), [anon_sym_SQUOTE] = ACTIONS(1873), [anon_sym_L_DQUOTE] = ACTIONS(1875), [anon_sym_u_DQUOTE] = ACTIONS(1875), [anon_sym_U_DQUOTE] = ACTIONS(1875), [anon_sym_u8_DQUOTE] = ACTIONS(1875), [anon_sym_DQUOTE] = ACTIONS(1875), [sym_true] = ACTIONS(1877), [sym_false] = ACTIONS(1877), [anon_sym_NULL] = ACTIONS(1879), [anon_sym_nullptr] = ACTIONS(1879), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(1883), [anon_sym_R_DQUOTE] = ACTIONS(1885), [anon_sym_LR_DQUOTE] = ACTIONS(1885), [anon_sym_uR_DQUOTE] = ACTIONS(1885), [anon_sym_UR_DQUOTE] = ACTIONS(1885), [anon_sym_u8R_DQUOTE] = ACTIONS(1885), [anon_sym_co_await] = ACTIONS(1887), [anon_sym_new] = ACTIONS(1889), [anon_sym_requires] = ACTIONS(1891), [sym_this] = ACTIONS(1877), }, [1834] = { [sym__expression] = STATE(4019), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1835] = { [sym__expression] = STATE(2977), [sym__expression_not_binary] = STATE(3025), [sym_conditional_expression] = STATE(3025), [sym_assignment_expression] = STATE(3025), [sym_pointer_expression] = STATE(3025), [sym_unary_expression] = STATE(3025), [sym_binary_expression] = STATE(3025), [sym_update_expression] = STATE(3025), [sym_cast_expression] = STATE(3025), [sym_sizeof_expression] = STATE(3025), [sym_offsetof_expression] = STATE(3025), [sym_generic_expression] = STATE(3025), [sym_subscript_expression] = STATE(3025), [sym_call_expression] = STATE(3025), [sym_gnu_asm_expression] = STATE(3025), [sym_field_expression] = STATE(3025), [sym_compound_literal_expression] = STATE(3025), [sym_parenthesized_expression] = STATE(3025), [sym_char_literal] = STATE(2884), [sym_concatenated_string] = STATE(2884), [sym_string_literal] = STATE(2162), [sym_null] = STATE(3025), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6624), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3025), [sym_raw_string_literal] = STATE(2162), [sym_co_await_expression] = STATE(3025), [sym_new_expression] = STATE(3025), [sym_delete_expression] = STATE(3025), [sym_requires_clause] = STATE(3025), [sym_requires_expression] = STATE(3025), [sym_lambda_expression] = STATE(3025), [sym_lambda_capture_specifier] = STATE(5221), [sym_fold_expression] = STATE(3025), [sym_parameter_pack_expansion] = STATE(3025), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3025), [sym_qualified_type_identifier] = STATE(6624), [sym_user_defined_literal] = STATE(3025), [sym_identifier] = ACTIONS(1933), [anon_sym_LPAREN2] = ACTIONS(1937), [anon_sym_BANG] = ACTIONS(1941), [anon_sym_TILDE] = ACTIONS(1941), [anon_sym_DASH] = ACTIONS(1939), [anon_sym_PLUS] = ACTIONS(1939), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(1945), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(1939), [anon_sym_compl] = ACTIONS(1939), [anon_sym_DASH_DASH] = ACTIONS(1953), [anon_sym_PLUS_PLUS] = ACTIONS(1953), [anon_sym_sizeof] = ACTIONS(1955), [anon_sym_offsetof] = ACTIONS(1957), [anon_sym__Generic] = ACTIONS(1959), [anon_sym_asm] = ACTIONS(1961), [anon_sym___asm__] = ACTIONS(1961), [sym_number_literal] = ACTIONS(1963), [anon_sym_L_SQUOTE] = ACTIONS(1965), [anon_sym_u_SQUOTE] = ACTIONS(1965), [anon_sym_U_SQUOTE] = ACTIONS(1965), [anon_sym_u8_SQUOTE] = ACTIONS(1965), [anon_sym_SQUOTE] = ACTIONS(1965), [anon_sym_L_DQUOTE] = ACTIONS(1967), [anon_sym_u_DQUOTE] = ACTIONS(1967), [anon_sym_U_DQUOTE] = ACTIONS(1967), [anon_sym_u8_DQUOTE] = ACTIONS(1967), [anon_sym_DQUOTE] = ACTIONS(1967), [sym_true] = ACTIONS(1969), [sym_false] = ACTIONS(1969), [anon_sym_NULL] = ACTIONS(1971), [anon_sym_nullptr] = ACTIONS(1971), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(1975), [anon_sym_R_DQUOTE] = ACTIONS(1977), [anon_sym_LR_DQUOTE] = ACTIONS(1977), [anon_sym_uR_DQUOTE] = ACTIONS(1977), [anon_sym_UR_DQUOTE] = ACTIONS(1977), [anon_sym_u8R_DQUOTE] = ACTIONS(1977), [anon_sym_co_await] = ACTIONS(1979), [anon_sym_new] = ACTIONS(1981), [anon_sym_requires] = ACTIONS(1983), [sym_this] = ACTIONS(1969), }, [1836] = { [sym__expression] = STATE(3361), [sym__expression_not_binary] = STATE(3419), [sym_conditional_expression] = STATE(3419), [sym_assignment_expression] = STATE(3419), [sym_pointer_expression] = STATE(3419), [sym_unary_expression] = STATE(3419), [sym_binary_expression] = STATE(3419), [sym_update_expression] = STATE(3419), [sym_cast_expression] = STATE(3419), [sym_sizeof_expression] = STATE(3419), [sym_offsetof_expression] = STATE(3419), [sym_generic_expression] = STATE(3419), [sym_subscript_expression] = STATE(3419), [sym_call_expression] = STATE(3419), [sym_gnu_asm_expression] = STATE(3419), [sym_field_expression] = STATE(3419), [sym_compound_literal_expression] = STATE(3419), [sym_parenthesized_expression] = STATE(3419), [sym_char_literal] = STATE(3398), [sym_concatenated_string] = STATE(3398), [sym_string_literal] = STATE(2277), [sym_null] = STATE(3419), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6607), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3419), [sym_raw_string_literal] = STATE(2277), [sym_co_await_expression] = STATE(3419), [sym_new_expression] = STATE(3419), [sym_delete_expression] = STATE(3419), [sym_requires_clause] = STATE(3419), [sym_requires_expression] = STATE(3419), [sym_lambda_expression] = STATE(3419), [sym_lambda_capture_specifier] = STATE(5189), [sym_fold_expression] = STATE(3419), [sym_parameter_pack_expansion] = STATE(3419), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5301), [sym_qualified_identifier] = STATE(3419), [sym_qualified_type_identifier] = STATE(6607), [sym_user_defined_literal] = STATE(3419), [sym_identifier] = ACTIONS(2031), [anon_sym_LPAREN2] = ACTIONS(2033), [anon_sym_BANG] = ACTIONS(2037), [anon_sym_TILDE] = ACTIONS(2037), [anon_sym_DASH] = ACTIONS(2035), [anon_sym_PLUS] = ACTIONS(2035), [anon_sym_STAR] = ACTIONS(2624), [anon_sym_AMP] = ACTIONS(2624), [anon_sym_COLON_COLON] = ACTIONS(2041), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(2045), [anon_sym_not] = ACTIONS(2035), [anon_sym_compl] = ACTIONS(2035), [anon_sym_DASH_DASH] = ACTIONS(2047), [anon_sym_PLUS_PLUS] = ACTIONS(2047), [anon_sym_sizeof] = ACTIONS(2049), [anon_sym_offsetof] = ACTIONS(2051), [anon_sym__Generic] = ACTIONS(2053), [anon_sym_asm] = ACTIONS(2055), [anon_sym___asm__] = ACTIONS(2055), [sym_number_literal] = ACTIONS(2057), [anon_sym_L_SQUOTE] = ACTIONS(2059), [anon_sym_u_SQUOTE] = ACTIONS(2059), [anon_sym_U_SQUOTE] = ACTIONS(2059), [anon_sym_u8_SQUOTE] = ACTIONS(2059), [anon_sym_SQUOTE] = ACTIONS(2059), [anon_sym_L_DQUOTE] = ACTIONS(2061), [anon_sym_u_DQUOTE] = ACTIONS(2061), [anon_sym_U_DQUOTE] = ACTIONS(2061), [anon_sym_u8_DQUOTE] = ACTIONS(2061), [anon_sym_DQUOTE] = ACTIONS(2061), [sym_true] = ACTIONS(2063), [sym_false] = ACTIONS(2063), [anon_sym_NULL] = ACTIONS(2065), [anon_sym_nullptr] = ACTIONS(2065), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(2067), [anon_sym_R_DQUOTE] = ACTIONS(2069), [anon_sym_LR_DQUOTE] = ACTIONS(2069), [anon_sym_uR_DQUOTE] = ACTIONS(2069), [anon_sym_UR_DQUOTE] = ACTIONS(2069), [anon_sym_u8R_DQUOTE] = ACTIONS(2069), [anon_sym_co_await] = ACTIONS(2071), [anon_sym_new] = ACTIONS(2073), [anon_sym_requires] = ACTIONS(2075), [sym_this] = ACTIONS(2063), }, [1837] = { [sym__expression] = STATE(3363), [sym__expression_not_binary] = STATE(3419), [sym_conditional_expression] = STATE(3419), [sym_assignment_expression] = STATE(3419), [sym_pointer_expression] = STATE(3419), [sym_unary_expression] = STATE(3419), [sym_binary_expression] = STATE(3419), [sym_update_expression] = STATE(3419), [sym_cast_expression] = STATE(3419), [sym_sizeof_expression] = STATE(3419), [sym_offsetof_expression] = STATE(3419), [sym_generic_expression] = STATE(3419), [sym_subscript_expression] = STATE(3419), [sym_call_expression] = STATE(3419), [sym_gnu_asm_expression] = STATE(3419), [sym_field_expression] = STATE(3419), [sym_compound_literal_expression] = STATE(3419), [sym_parenthesized_expression] = STATE(3419), [sym_char_literal] = STATE(3398), [sym_concatenated_string] = STATE(3398), [sym_string_literal] = STATE(2277), [sym_null] = STATE(3419), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6607), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3419), [sym_raw_string_literal] = STATE(2277), [sym_co_await_expression] = STATE(3419), [sym_new_expression] = STATE(3419), [sym_delete_expression] = STATE(3419), [sym_requires_clause] = STATE(3419), [sym_requires_expression] = STATE(3419), [sym_lambda_expression] = STATE(3419), [sym_lambda_capture_specifier] = STATE(5189), [sym_fold_expression] = STATE(3419), [sym_parameter_pack_expansion] = STATE(3419), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5301), [sym_qualified_identifier] = STATE(3419), [sym_qualified_type_identifier] = STATE(6607), [sym_user_defined_literal] = STATE(3419), [sym_identifier] = ACTIONS(2031), [anon_sym_LPAREN2] = ACTIONS(2033), [anon_sym_BANG] = ACTIONS(2037), [anon_sym_TILDE] = ACTIONS(2037), [anon_sym_DASH] = ACTIONS(2035), [anon_sym_PLUS] = ACTIONS(2035), [anon_sym_STAR] = ACTIONS(2624), [anon_sym_AMP] = ACTIONS(2624), [anon_sym_COLON_COLON] = ACTIONS(2041), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(2045), [anon_sym_not] = ACTIONS(2035), [anon_sym_compl] = ACTIONS(2035), [anon_sym_DASH_DASH] = ACTIONS(2047), [anon_sym_PLUS_PLUS] = ACTIONS(2047), [anon_sym_sizeof] = ACTIONS(2049), [anon_sym_offsetof] = ACTIONS(2051), [anon_sym__Generic] = ACTIONS(2053), [anon_sym_asm] = ACTIONS(2055), [anon_sym___asm__] = ACTIONS(2055), [sym_number_literal] = ACTIONS(2057), [anon_sym_L_SQUOTE] = ACTIONS(2059), [anon_sym_u_SQUOTE] = ACTIONS(2059), [anon_sym_U_SQUOTE] = ACTIONS(2059), [anon_sym_u8_SQUOTE] = ACTIONS(2059), [anon_sym_SQUOTE] = ACTIONS(2059), [anon_sym_L_DQUOTE] = ACTIONS(2061), [anon_sym_u_DQUOTE] = ACTIONS(2061), [anon_sym_U_DQUOTE] = ACTIONS(2061), [anon_sym_u8_DQUOTE] = ACTIONS(2061), [anon_sym_DQUOTE] = ACTIONS(2061), [sym_true] = ACTIONS(2063), [sym_false] = ACTIONS(2063), [anon_sym_NULL] = ACTIONS(2065), [anon_sym_nullptr] = ACTIONS(2065), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(2067), [anon_sym_R_DQUOTE] = ACTIONS(2069), [anon_sym_LR_DQUOTE] = ACTIONS(2069), [anon_sym_uR_DQUOTE] = ACTIONS(2069), [anon_sym_UR_DQUOTE] = ACTIONS(2069), [anon_sym_u8R_DQUOTE] = ACTIONS(2069), [anon_sym_co_await] = ACTIONS(2071), [anon_sym_new] = ACTIONS(2073), [anon_sym_requires] = ACTIONS(2075), [sym_this] = ACTIONS(2063), }, [1838] = { [sym__expression] = STATE(2976), [sym__expression_not_binary] = STATE(3025), [sym_conditional_expression] = STATE(3025), [sym_assignment_expression] = STATE(3025), [sym_pointer_expression] = STATE(3025), [sym_unary_expression] = STATE(3025), [sym_binary_expression] = STATE(3025), [sym_update_expression] = STATE(3025), [sym_cast_expression] = STATE(3025), [sym_sizeof_expression] = STATE(3025), [sym_offsetof_expression] = STATE(3025), [sym_generic_expression] = STATE(3025), [sym_subscript_expression] = STATE(3025), [sym_call_expression] = STATE(3025), [sym_gnu_asm_expression] = STATE(3025), [sym_field_expression] = STATE(3025), [sym_compound_literal_expression] = STATE(3025), [sym_parenthesized_expression] = STATE(3025), [sym_char_literal] = STATE(2884), [sym_concatenated_string] = STATE(2884), [sym_string_literal] = STATE(2162), [sym_null] = STATE(3025), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6624), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3025), [sym_raw_string_literal] = STATE(2162), [sym_co_await_expression] = STATE(3025), [sym_new_expression] = STATE(3025), [sym_delete_expression] = STATE(3025), [sym_requires_clause] = STATE(3025), [sym_requires_expression] = STATE(3025), [sym_lambda_expression] = STATE(3025), [sym_lambda_capture_specifier] = STATE(5221), [sym_fold_expression] = STATE(3025), [sym_parameter_pack_expansion] = STATE(3025), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3025), [sym_qualified_type_identifier] = STATE(6624), [sym_user_defined_literal] = STATE(3025), [sym_identifier] = ACTIONS(1933), [anon_sym_LPAREN2] = ACTIONS(1937), [anon_sym_BANG] = ACTIONS(1941), [anon_sym_TILDE] = ACTIONS(1941), [anon_sym_DASH] = ACTIONS(1939), [anon_sym_PLUS] = ACTIONS(1939), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(1945), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(1939), [anon_sym_compl] = ACTIONS(1939), [anon_sym_DASH_DASH] = ACTIONS(1953), [anon_sym_PLUS_PLUS] = ACTIONS(1953), [anon_sym_sizeof] = ACTIONS(1955), [anon_sym_offsetof] = ACTIONS(1957), [anon_sym__Generic] = ACTIONS(1959), [anon_sym_asm] = ACTIONS(1961), [anon_sym___asm__] = ACTIONS(1961), [sym_number_literal] = ACTIONS(1963), [anon_sym_L_SQUOTE] = ACTIONS(1965), [anon_sym_u_SQUOTE] = ACTIONS(1965), [anon_sym_U_SQUOTE] = ACTIONS(1965), [anon_sym_u8_SQUOTE] = ACTIONS(1965), [anon_sym_SQUOTE] = ACTIONS(1965), [anon_sym_L_DQUOTE] = ACTIONS(1967), [anon_sym_u_DQUOTE] = ACTIONS(1967), [anon_sym_U_DQUOTE] = ACTIONS(1967), [anon_sym_u8_DQUOTE] = ACTIONS(1967), [anon_sym_DQUOTE] = ACTIONS(1967), [sym_true] = ACTIONS(1969), [sym_false] = ACTIONS(1969), [anon_sym_NULL] = ACTIONS(1971), [anon_sym_nullptr] = ACTIONS(1971), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(1975), [anon_sym_R_DQUOTE] = ACTIONS(1977), [anon_sym_LR_DQUOTE] = ACTIONS(1977), [anon_sym_uR_DQUOTE] = ACTIONS(1977), [anon_sym_UR_DQUOTE] = ACTIONS(1977), [anon_sym_u8R_DQUOTE] = ACTIONS(1977), [anon_sym_co_await] = ACTIONS(1979), [anon_sym_new] = ACTIONS(1981), [anon_sym_requires] = ACTIONS(1983), [sym_this] = ACTIONS(1969), }, [1839] = { [sym__expression] = STATE(2975), [sym__expression_not_binary] = STATE(3025), [sym_conditional_expression] = STATE(3025), [sym_assignment_expression] = STATE(3025), [sym_pointer_expression] = STATE(3025), [sym_unary_expression] = STATE(3025), [sym_binary_expression] = STATE(3025), [sym_update_expression] = STATE(3025), [sym_cast_expression] = STATE(3025), [sym_sizeof_expression] = STATE(3025), [sym_offsetof_expression] = STATE(3025), [sym_generic_expression] = STATE(3025), [sym_subscript_expression] = STATE(3025), [sym_call_expression] = STATE(3025), [sym_gnu_asm_expression] = STATE(3025), [sym_field_expression] = STATE(3025), [sym_compound_literal_expression] = STATE(3025), [sym_parenthesized_expression] = STATE(3025), [sym_char_literal] = STATE(2884), [sym_concatenated_string] = STATE(2884), [sym_string_literal] = STATE(2162), [sym_null] = STATE(3025), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6624), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3025), [sym_raw_string_literal] = STATE(2162), [sym_co_await_expression] = STATE(3025), [sym_new_expression] = STATE(3025), [sym_delete_expression] = STATE(3025), [sym_requires_clause] = STATE(3025), [sym_requires_expression] = STATE(3025), [sym_lambda_expression] = STATE(3025), [sym_lambda_capture_specifier] = STATE(5221), [sym_fold_expression] = STATE(3025), [sym_parameter_pack_expansion] = STATE(3025), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3025), [sym_qualified_type_identifier] = STATE(6624), [sym_user_defined_literal] = STATE(3025), [sym_identifier] = ACTIONS(1933), [anon_sym_LPAREN2] = ACTIONS(1937), [anon_sym_BANG] = ACTIONS(1941), [anon_sym_TILDE] = ACTIONS(1941), [anon_sym_DASH] = ACTIONS(1939), [anon_sym_PLUS] = ACTIONS(1939), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(1945), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(1939), [anon_sym_compl] = ACTIONS(1939), [anon_sym_DASH_DASH] = ACTIONS(1953), [anon_sym_PLUS_PLUS] = ACTIONS(1953), [anon_sym_sizeof] = ACTIONS(1955), [anon_sym_offsetof] = ACTIONS(1957), [anon_sym__Generic] = ACTIONS(1959), [anon_sym_asm] = ACTIONS(1961), [anon_sym___asm__] = ACTIONS(1961), [sym_number_literal] = ACTIONS(1963), [anon_sym_L_SQUOTE] = ACTIONS(1965), [anon_sym_u_SQUOTE] = ACTIONS(1965), [anon_sym_U_SQUOTE] = ACTIONS(1965), [anon_sym_u8_SQUOTE] = ACTIONS(1965), [anon_sym_SQUOTE] = ACTIONS(1965), [anon_sym_L_DQUOTE] = ACTIONS(1967), [anon_sym_u_DQUOTE] = ACTIONS(1967), [anon_sym_U_DQUOTE] = ACTIONS(1967), [anon_sym_u8_DQUOTE] = ACTIONS(1967), [anon_sym_DQUOTE] = ACTIONS(1967), [sym_true] = ACTIONS(1969), [sym_false] = ACTIONS(1969), [anon_sym_NULL] = ACTIONS(1971), [anon_sym_nullptr] = ACTIONS(1971), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(1975), [anon_sym_R_DQUOTE] = ACTIONS(1977), [anon_sym_LR_DQUOTE] = ACTIONS(1977), [anon_sym_uR_DQUOTE] = ACTIONS(1977), [anon_sym_UR_DQUOTE] = ACTIONS(1977), [anon_sym_u8R_DQUOTE] = ACTIONS(1977), [anon_sym_co_await] = ACTIONS(1979), [anon_sym_new] = ACTIONS(1981), [anon_sym_requires] = ACTIONS(1983), [sym_this] = ACTIONS(1969), }, [1840] = { [sym__expression] = STATE(3009), [sym__expression_not_binary] = STATE(3025), [sym_conditional_expression] = STATE(3025), [sym_assignment_expression] = STATE(3025), [sym_pointer_expression] = STATE(3025), [sym_unary_expression] = STATE(3025), [sym_binary_expression] = STATE(3025), [sym_update_expression] = STATE(3025), [sym_cast_expression] = STATE(3025), [sym_sizeof_expression] = STATE(3025), [sym_offsetof_expression] = STATE(3025), [sym_generic_expression] = STATE(3025), [sym_subscript_expression] = STATE(3025), [sym_call_expression] = STATE(3025), [sym_gnu_asm_expression] = STATE(3025), [sym_field_expression] = STATE(3025), [sym_compound_literal_expression] = STATE(3025), [sym_parenthesized_expression] = STATE(3025), [sym_char_literal] = STATE(2884), [sym_concatenated_string] = STATE(2884), [sym_string_literal] = STATE(2162), [sym_null] = STATE(3025), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6624), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3025), [sym_raw_string_literal] = STATE(2162), [sym_co_await_expression] = STATE(3025), [sym_new_expression] = STATE(3025), [sym_delete_expression] = STATE(3025), [sym_requires_clause] = STATE(3025), [sym_requires_expression] = STATE(3025), [sym_lambda_expression] = STATE(3025), [sym_lambda_capture_specifier] = STATE(5221), [sym_fold_expression] = STATE(3025), [sym_parameter_pack_expansion] = STATE(3025), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3025), [sym_qualified_type_identifier] = STATE(6624), [sym_user_defined_literal] = STATE(3025), [sym_identifier] = ACTIONS(1933), [anon_sym_LPAREN2] = ACTIONS(1937), [anon_sym_BANG] = ACTIONS(1941), [anon_sym_TILDE] = ACTIONS(1941), [anon_sym_DASH] = ACTIONS(1939), [anon_sym_PLUS] = ACTIONS(1939), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(1945), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(1939), [anon_sym_compl] = ACTIONS(1939), [anon_sym_DASH_DASH] = ACTIONS(1953), [anon_sym_PLUS_PLUS] = ACTIONS(1953), [anon_sym_sizeof] = ACTIONS(1955), [anon_sym_offsetof] = ACTIONS(1957), [anon_sym__Generic] = ACTIONS(1959), [anon_sym_asm] = ACTIONS(1961), [anon_sym___asm__] = ACTIONS(1961), [sym_number_literal] = ACTIONS(1963), [anon_sym_L_SQUOTE] = ACTIONS(1965), [anon_sym_u_SQUOTE] = ACTIONS(1965), [anon_sym_U_SQUOTE] = ACTIONS(1965), [anon_sym_u8_SQUOTE] = ACTIONS(1965), [anon_sym_SQUOTE] = ACTIONS(1965), [anon_sym_L_DQUOTE] = ACTIONS(1967), [anon_sym_u_DQUOTE] = ACTIONS(1967), [anon_sym_U_DQUOTE] = ACTIONS(1967), [anon_sym_u8_DQUOTE] = ACTIONS(1967), [anon_sym_DQUOTE] = ACTIONS(1967), [sym_true] = ACTIONS(1969), [sym_false] = ACTIONS(1969), [anon_sym_NULL] = ACTIONS(1971), [anon_sym_nullptr] = ACTIONS(1971), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(1975), [anon_sym_R_DQUOTE] = ACTIONS(1977), [anon_sym_LR_DQUOTE] = ACTIONS(1977), [anon_sym_uR_DQUOTE] = ACTIONS(1977), [anon_sym_UR_DQUOTE] = ACTIONS(1977), [anon_sym_u8R_DQUOTE] = ACTIONS(1977), [anon_sym_co_await] = ACTIONS(1979), [anon_sym_new] = ACTIONS(1981), [anon_sym_requires] = ACTIONS(1983), [sym_this] = ACTIONS(1969), }, [1841] = { [sym__expression] = STATE(2972), [sym__expression_not_binary] = STATE(3025), [sym_conditional_expression] = STATE(3025), [sym_assignment_expression] = STATE(3025), [sym_pointer_expression] = STATE(3025), [sym_unary_expression] = STATE(3025), [sym_binary_expression] = STATE(3025), [sym_update_expression] = STATE(3025), [sym_cast_expression] = STATE(3025), [sym_sizeof_expression] = STATE(3025), [sym_offsetof_expression] = STATE(3025), [sym_generic_expression] = STATE(3025), [sym_subscript_expression] = STATE(3025), [sym_call_expression] = STATE(3025), [sym_gnu_asm_expression] = STATE(3025), [sym_field_expression] = STATE(3025), [sym_compound_literal_expression] = STATE(3025), [sym_parenthesized_expression] = STATE(3025), [sym_char_literal] = STATE(2884), [sym_concatenated_string] = STATE(2884), [sym_string_literal] = STATE(2162), [sym_null] = STATE(3025), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6624), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3025), [sym_raw_string_literal] = STATE(2162), [sym_co_await_expression] = STATE(3025), [sym_new_expression] = STATE(3025), [sym_delete_expression] = STATE(3025), [sym_requires_clause] = STATE(3025), [sym_requires_expression] = STATE(3025), [sym_lambda_expression] = STATE(3025), [sym_lambda_capture_specifier] = STATE(5221), [sym_fold_expression] = STATE(3025), [sym_parameter_pack_expansion] = STATE(3025), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3025), [sym_qualified_type_identifier] = STATE(6624), [sym_user_defined_literal] = STATE(3025), [sym_identifier] = ACTIONS(1933), [anon_sym_LPAREN2] = ACTIONS(1937), [anon_sym_BANG] = ACTIONS(1941), [anon_sym_TILDE] = ACTIONS(1941), [anon_sym_DASH] = ACTIONS(1939), [anon_sym_PLUS] = ACTIONS(1939), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(1945), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(1939), [anon_sym_compl] = ACTIONS(1939), [anon_sym_DASH_DASH] = ACTIONS(1953), [anon_sym_PLUS_PLUS] = ACTIONS(1953), [anon_sym_sizeof] = ACTIONS(1955), [anon_sym_offsetof] = ACTIONS(1957), [anon_sym__Generic] = ACTIONS(1959), [anon_sym_asm] = ACTIONS(1961), [anon_sym___asm__] = ACTIONS(1961), [sym_number_literal] = ACTIONS(1963), [anon_sym_L_SQUOTE] = ACTIONS(1965), [anon_sym_u_SQUOTE] = ACTIONS(1965), [anon_sym_U_SQUOTE] = ACTIONS(1965), [anon_sym_u8_SQUOTE] = ACTIONS(1965), [anon_sym_SQUOTE] = ACTIONS(1965), [anon_sym_L_DQUOTE] = ACTIONS(1967), [anon_sym_u_DQUOTE] = ACTIONS(1967), [anon_sym_U_DQUOTE] = ACTIONS(1967), [anon_sym_u8_DQUOTE] = ACTIONS(1967), [anon_sym_DQUOTE] = ACTIONS(1967), [sym_true] = ACTIONS(1969), [sym_false] = ACTIONS(1969), [anon_sym_NULL] = ACTIONS(1971), [anon_sym_nullptr] = ACTIONS(1971), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(1975), [anon_sym_R_DQUOTE] = ACTIONS(1977), [anon_sym_LR_DQUOTE] = ACTIONS(1977), [anon_sym_uR_DQUOTE] = ACTIONS(1977), [anon_sym_UR_DQUOTE] = ACTIONS(1977), [anon_sym_u8R_DQUOTE] = ACTIONS(1977), [anon_sym_co_await] = ACTIONS(1979), [anon_sym_new] = ACTIONS(1981), [anon_sym_requires] = ACTIONS(1983), [sym_this] = ACTIONS(1969), }, [1842] = { [sym__expression] = STATE(2971), [sym__expression_not_binary] = STATE(3025), [sym_conditional_expression] = STATE(3025), [sym_assignment_expression] = STATE(3025), [sym_pointer_expression] = STATE(3025), [sym_unary_expression] = STATE(3025), [sym_binary_expression] = STATE(3025), [sym_update_expression] = STATE(3025), [sym_cast_expression] = STATE(3025), [sym_sizeof_expression] = STATE(3025), [sym_offsetof_expression] = STATE(3025), [sym_generic_expression] = STATE(3025), [sym_subscript_expression] = STATE(3025), [sym_call_expression] = STATE(3025), [sym_gnu_asm_expression] = STATE(3025), [sym_field_expression] = STATE(3025), [sym_compound_literal_expression] = STATE(3025), [sym_parenthesized_expression] = STATE(3025), [sym_char_literal] = STATE(2884), [sym_concatenated_string] = STATE(2884), [sym_string_literal] = STATE(2162), [sym_null] = STATE(3025), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6624), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3025), [sym_raw_string_literal] = STATE(2162), [sym_co_await_expression] = STATE(3025), [sym_new_expression] = STATE(3025), [sym_delete_expression] = STATE(3025), [sym_requires_clause] = STATE(3025), [sym_requires_expression] = STATE(3025), [sym_lambda_expression] = STATE(3025), [sym_lambda_capture_specifier] = STATE(5221), [sym_fold_expression] = STATE(3025), [sym_parameter_pack_expansion] = STATE(3025), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3025), [sym_qualified_type_identifier] = STATE(6624), [sym_user_defined_literal] = STATE(3025), [sym_identifier] = ACTIONS(1933), [anon_sym_LPAREN2] = ACTIONS(1937), [anon_sym_BANG] = ACTIONS(1941), [anon_sym_TILDE] = ACTIONS(1941), [anon_sym_DASH] = ACTIONS(1939), [anon_sym_PLUS] = ACTIONS(1939), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(1945), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(1939), [anon_sym_compl] = ACTIONS(1939), [anon_sym_DASH_DASH] = ACTIONS(1953), [anon_sym_PLUS_PLUS] = ACTIONS(1953), [anon_sym_sizeof] = ACTIONS(1955), [anon_sym_offsetof] = ACTIONS(1957), [anon_sym__Generic] = ACTIONS(1959), [anon_sym_asm] = ACTIONS(1961), [anon_sym___asm__] = ACTIONS(1961), [sym_number_literal] = ACTIONS(1963), [anon_sym_L_SQUOTE] = ACTIONS(1965), [anon_sym_u_SQUOTE] = ACTIONS(1965), [anon_sym_U_SQUOTE] = ACTIONS(1965), [anon_sym_u8_SQUOTE] = ACTIONS(1965), [anon_sym_SQUOTE] = ACTIONS(1965), [anon_sym_L_DQUOTE] = ACTIONS(1967), [anon_sym_u_DQUOTE] = ACTIONS(1967), [anon_sym_U_DQUOTE] = ACTIONS(1967), [anon_sym_u8_DQUOTE] = ACTIONS(1967), [anon_sym_DQUOTE] = ACTIONS(1967), [sym_true] = ACTIONS(1969), [sym_false] = ACTIONS(1969), [anon_sym_NULL] = ACTIONS(1971), [anon_sym_nullptr] = ACTIONS(1971), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(1975), [anon_sym_R_DQUOTE] = ACTIONS(1977), [anon_sym_LR_DQUOTE] = ACTIONS(1977), [anon_sym_uR_DQUOTE] = ACTIONS(1977), [anon_sym_UR_DQUOTE] = ACTIONS(1977), [anon_sym_u8R_DQUOTE] = ACTIONS(1977), [anon_sym_co_await] = ACTIONS(1979), [anon_sym_new] = ACTIONS(1981), [anon_sym_requires] = ACTIONS(1983), [sym_this] = ACTIONS(1969), }, [1843] = { [sym__expression] = STATE(3365), [sym__expression_not_binary] = STATE(3419), [sym_conditional_expression] = STATE(3419), [sym_assignment_expression] = STATE(3419), [sym_pointer_expression] = STATE(3419), [sym_unary_expression] = STATE(3419), [sym_binary_expression] = STATE(3419), [sym_update_expression] = STATE(3419), [sym_cast_expression] = STATE(3419), [sym_sizeof_expression] = STATE(3419), [sym_offsetof_expression] = STATE(3419), [sym_generic_expression] = STATE(3419), [sym_subscript_expression] = STATE(3419), [sym_call_expression] = STATE(3419), [sym_gnu_asm_expression] = STATE(3419), [sym_field_expression] = STATE(3419), [sym_compound_literal_expression] = STATE(3419), [sym_parenthesized_expression] = STATE(3419), [sym_char_literal] = STATE(3398), [sym_concatenated_string] = STATE(3398), [sym_string_literal] = STATE(2277), [sym_null] = STATE(3419), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6607), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3419), [sym_raw_string_literal] = STATE(2277), [sym_co_await_expression] = STATE(3419), [sym_new_expression] = STATE(3419), [sym_delete_expression] = STATE(3419), [sym_requires_clause] = STATE(3419), [sym_requires_expression] = STATE(3419), [sym_lambda_expression] = STATE(3419), [sym_lambda_capture_specifier] = STATE(5189), [sym_fold_expression] = STATE(3419), [sym_parameter_pack_expansion] = STATE(3419), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5301), [sym_qualified_identifier] = STATE(3419), [sym_qualified_type_identifier] = STATE(6607), [sym_user_defined_literal] = STATE(3419), [sym_identifier] = ACTIONS(2031), [anon_sym_LPAREN2] = ACTIONS(2033), [anon_sym_BANG] = ACTIONS(2037), [anon_sym_TILDE] = ACTIONS(2037), [anon_sym_DASH] = ACTIONS(2035), [anon_sym_PLUS] = ACTIONS(2035), [anon_sym_STAR] = ACTIONS(2624), [anon_sym_AMP] = ACTIONS(2624), [anon_sym_COLON_COLON] = ACTIONS(2041), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(2045), [anon_sym_not] = ACTIONS(2035), [anon_sym_compl] = ACTIONS(2035), [anon_sym_DASH_DASH] = ACTIONS(2047), [anon_sym_PLUS_PLUS] = ACTIONS(2047), [anon_sym_sizeof] = ACTIONS(2049), [anon_sym_offsetof] = ACTIONS(2051), [anon_sym__Generic] = ACTIONS(2053), [anon_sym_asm] = ACTIONS(2055), [anon_sym___asm__] = ACTIONS(2055), [sym_number_literal] = ACTIONS(2057), [anon_sym_L_SQUOTE] = ACTIONS(2059), [anon_sym_u_SQUOTE] = ACTIONS(2059), [anon_sym_U_SQUOTE] = ACTIONS(2059), [anon_sym_u8_SQUOTE] = ACTIONS(2059), [anon_sym_SQUOTE] = ACTIONS(2059), [anon_sym_L_DQUOTE] = ACTIONS(2061), [anon_sym_u_DQUOTE] = ACTIONS(2061), [anon_sym_U_DQUOTE] = ACTIONS(2061), [anon_sym_u8_DQUOTE] = ACTIONS(2061), [anon_sym_DQUOTE] = ACTIONS(2061), [sym_true] = ACTIONS(2063), [sym_false] = ACTIONS(2063), [anon_sym_NULL] = ACTIONS(2065), [anon_sym_nullptr] = ACTIONS(2065), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(2067), [anon_sym_R_DQUOTE] = ACTIONS(2069), [anon_sym_LR_DQUOTE] = ACTIONS(2069), [anon_sym_uR_DQUOTE] = ACTIONS(2069), [anon_sym_UR_DQUOTE] = ACTIONS(2069), [anon_sym_u8R_DQUOTE] = ACTIONS(2069), [anon_sym_co_await] = ACTIONS(2071), [anon_sym_new] = ACTIONS(2073), [anon_sym_requires] = ACTIONS(2075), [sym_this] = ACTIONS(2063), }, [1844] = { [sym__expression] = STATE(3366), [sym__expression_not_binary] = STATE(3419), [sym_conditional_expression] = STATE(3419), [sym_assignment_expression] = STATE(3419), [sym_pointer_expression] = STATE(3419), [sym_unary_expression] = STATE(3419), [sym_binary_expression] = STATE(3419), [sym_update_expression] = STATE(3419), [sym_cast_expression] = STATE(3419), [sym_sizeof_expression] = STATE(3419), [sym_offsetof_expression] = STATE(3419), [sym_generic_expression] = STATE(3419), [sym_subscript_expression] = STATE(3419), [sym_call_expression] = STATE(3419), [sym_gnu_asm_expression] = STATE(3419), [sym_field_expression] = STATE(3419), [sym_compound_literal_expression] = STATE(3419), [sym_parenthesized_expression] = STATE(3419), [sym_char_literal] = STATE(3398), [sym_concatenated_string] = STATE(3398), [sym_string_literal] = STATE(2277), [sym_null] = STATE(3419), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6607), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3419), [sym_raw_string_literal] = STATE(2277), [sym_co_await_expression] = STATE(3419), [sym_new_expression] = STATE(3419), [sym_delete_expression] = STATE(3419), [sym_requires_clause] = STATE(3419), [sym_requires_expression] = STATE(3419), [sym_lambda_expression] = STATE(3419), [sym_lambda_capture_specifier] = STATE(5189), [sym_fold_expression] = STATE(3419), [sym_parameter_pack_expansion] = STATE(3419), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5301), [sym_qualified_identifier] = STATE(3419), [sym_qualified_type_identifier] = STATE(6607), [sym_user_defined_literal] = STATE(3419), [sym_identifier] = ACTIONS(2031), [anon_sym_LPAREN2] = ACTIONS(2033), [anon_sym_BANG] = ACTIONS(2037), [anon_sym_TILDE] = ACTIONS(2037), [anon_sym_DASH] = ACTIONS(2035), [anon_sym_PLUS] = ACTIONS(2035), [anon_sym_STAR] = ACTIONS(2624), [anon_sym_AMP] = ACTIONS(2624), [anon_sym_COLON_COLON] = ACTIONS(2041), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(2045), [anon_sym_not] = ACTIONS(2035), [anon_sym_compl] = ACTIONS(2035), [anon_sym_DASH_DASH] = ACTIONS(2047), [anon_sym_PLUS_PLUS] = ACTIONS(2047), [anon_sym_sizeof] = ACTIONS(2049), [anon_sym_offsetof] = ACTIONS(2051), [anon_sym__Generic] = ACTIONS(2053), [anon_sym_asm] = ACTIONS(2055), [anon_sym___asm__] = ACTIONS(2055), [sym_number_literal] = ACTIONS(2057), [anon_sym_L_SQUOTE] = ACTIONS(2059), [anon_sym_u_SQUOTE] = ACTIONS(2059), [anon_sym_U_SQUOTE] = ACTIONS(2059), [anon_sym_u8_SQUOTE] = ACTIONS(2059), [anon_sym_SQUOTE] = ACTIONS(2059), [anon_sym_L_DQUOTE] = ACTIONS(2061), [anon_sym_u_DQUOTE] = ACTIONS(2061), [anon_sym_U_DQUOTE] = ACTIONS(2061), [anon_sym_u8_DQUOTE] = ACTIONS(2061), [anon_sym_DQUOTE] = ACTIONS(2061), [sym_true] = ACTIONS(2063), [sym_false] = ACTIONS(2063), [anon_sym_NULL] = ACTIONS(2065), [anon_sym_nullptr] = ACTIONS(2065), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(2067), [anon_sym_R_DQUOTE] = ACTIONS(2069), [anon_sym_LR_DQUOTE] = ACTIONS(2069), [anon_sym_uR_DQUOTE] = ACTIONS(2069), [anon_sym_UR_DQUOTE] = ACTIONS(2069), [anon_sym_u8R_DQUOTE] = ACTIONS(2069), [anon_sym_co_await] = ACTIONS(2071), [anon_sym_new] = ACTIONS(2073), [anon_sym_requires] = ACTIONS(2075), [sym_this] = ACTIONS(2063), }, [1845] = { [sym__expression] = STATE(3367), [sym__expression_not_binary] = STATE(3419), [sym_conditional_expression] = STATE(3419), [sym_assignment_expression] = STATE(3419), [sym_pointer_expression] = STATE(3419), [sym_unary_expression] = STATE(3419), [sym_binary_expression] = STATE(3419), [sym_update_expression] = STATE(3419), [sym_cast_expression] = STATE(3419), [sym_sizeof_expression] = STATE(3419), [sym_offsetof_expression] = STATE(3419), [sym_generic_expression] = STATE(3419), [sym_subscript_expression] = STATE(3419), [sym_call_expression] = STATE(3419), [sym_gnu_asm_expression] = STATE(3419), [sym_field_expression] = STATE(3419), [sym_compound_literal_expression] = STATE(3419), [sym_parenthesized_expression] = STATE(3419), [sym_char_literal] = STATE(3398), [sym_concatenated_string] = STATE(3398), [sym_string_literal] = STATE(2277), [sym_null] = STATE(3419), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6607), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3419), [sym_raw_string_literal] = STATE(2277), [sym_co_await_expression] = STATE(3419), [sym_new_expression] = STATE(3419), [sym_delete_expression] = STATE(3419), [sym_requires_clause] = STATE(3419), [sym_requires_expression] = STATE(3419), [sym_lambda_expression] = STATE(3419), [sym_lambda_capture_specifier] = STATE(5189), [sym_fold_expression] = STATE(3419), [sym_parameter_pack_expansion] = STATE(3419), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5301), [sym_qualified_identifier] = STATE(3419), [sym_qualified_type_identifier] = STATE(6607), [sym_user_defined_literal] = STATE(3419), [sym_identifier] = ACTIONS(2031), [anon_sym_LPAREN2] = ACTIONS(2033), [anon_sym_BANG] = ACTIONS(2037), [anon_sym_TILDE] = ACTIONS(2037), [anon_sym_DASH] = ACTIONS(2035), [anon_sym_PLUS] = ACTIONS(2035), [anon_sym_STAR] = ACTIONS(2624), [anon_sym_AMP] = ACTIONS(2624), [anon_sym_COLON_COLON] = ACTIONS(2041), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(2045), [anon_sym_not] = ACTIONS(2035), [anon_sym_compl] = ACTIONS(2035), [anon_sym_DASH_DASH] = ACTIONS(2047), [anon_sym_PLUS_PLUS] = ACTIONS(2047), [anon_sym_sizeof] = ACTIONS(2049), [anon_sym_offsetof] = ACTIONS(2051), [anon_sym__Generic] = ACTIONS(2053), [anon_sym_asm] = ACTIONS(2055), [anon_sym___asm__] = ACTIONS(2055), [sym_number_literal] = ACTIONS(2057), [anon_sym_L_SQUOTE] = ACTIONS(2059), [anon_sym_u_SQUOTE] = ACTIONS(2059), [anon_sym_U_SQUOTE] = ACTIONS(2059), [anon_sym_u8_SQUOTE] = ACTIONS(2059), [anon_sym_SQUOTE] = ACTIONS(2059), [anon_sym_L_DQUOTE] = ACTIONS(2061), [anon_sym_u_DQUOTE] = ACTIONS(2061), [anon_sym_U_DQUOTE] = ACTIONS(2061), [anon_sym_u8_DQUOTE] = ACTIONS(2061), [anon_sym_DQUOTE] = ACTIONS(2061), [sym_true] = ACTIONS(2063), [sym_false] = ACTIONS(2063), [anon_sym_NULL] = ACTIONS(2065), [anon_sym_nullptr] = ACTIONS(2065), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(2067), [anon_sym_R_DQUOTE] = ACTIONS(2069), [anon_sym_LR_DQUOTE] = ACTIONS(2069), [anon_sym_uR_DQUOTE] = ACTIONS(2069), [anon_sym_UR_DQUOTE] = ACTIONS(2069), [anon_sym_u8R_DQUOTE] = ACTIONS(2069), [anon_sym_co_await] = ACTIONS(2071), [anon_sym_new] = ACTIONS(2073), [anon_sym_requires] = ACTIONS(2075), [sym_this] = ACTIONS(2063), }, [1846] = { [sym__expression] = STATE(3368), [sym__expression_not_binary] = STATE(3419), [sym_conditional_expression] = STATE(3419), [sym_assignment_expression] = STATE(3419), [sym_pointer_expression] = STATE(3419), [sym_unary_expression] = STATE(3419), [sym_binary_expression] = STATE(3419), [sym_update_expression] = STATE(3419), [sym_cast_expression] = STATE(3419), [sym_sizeof_expression] = STATE(3419), [sym_offsetof_expression] = STATE(3419), [sym_generic_expression] = STATE(3419), [sym_subscript_expression] = STATE(3419), [sym_call_expression] = STATE(3419), [sym_gnu_asm_expression] = STATE(3419), [sym_field_expression] = STATE(3419), [sym_compound_literal_expression] = STATE(3419), [sym_parenthesized_expression] = STATE(3419), [sym_char_literal] = STATE(3398), [sym_concatenated_string] = STATE(3398), [sym_string_literal] = STATE(2277), [sym_null] = STATE(3419), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6607), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3419), [sym_raw_string_literal] = STATE(2277), [sym_co_await_expression] = STATE(3419), [sym_new_expression] = STATE(3419), [sym_delete_expression] = STATE(3419), [sym_requires_clause] = STATE(3419), [sym_requires_expression] = STATE(3419), [sym_lambda_expression] = STATE(3419), [sym_lambda_capture_specifier] = STATE(5189), [sym_fold_expression] = STATE(3419), [sym_parameter_pack_expansion] = STATE(3419), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5301), [sym_qualified_identifier] = STATE(3419), [sym_qualified_type_identifier] = STATE(6607), [sym_user_defined_literal] = STATE(3419), [sym_identifier] = ACTIONS(2031), [anon_sym_LPAREN2] = ACTIONS(2033), [anon_sym_BANG] = ACTIONS(2037), [anon_sym_TILDE] = ACTIONS(2037), [anon_sym_DASH] = ACTIONS(2035), [anon_sym_PLUS] = ACTIONS(2035), [anon_sym_STAR] = ACTIONS(2624), [anon_sym_AMP] = ACTIONS(2624), [anon_sym_COLON_COLON] = ACTIONS(2041), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(2045), [anon_sym_not] = ACTIONS(2035), [anon_sym_compl] = ACTIONS(2035), [anon_sym_DASH_DASH] = ACTIONS(2047), [anon_sym_PLUS_PLUS] = ACTIONS(2047), [anon_sym_sizeof] = ACTIONS(2049), [anon_sym_offsetof] = ACTIONS(2051), [anon_sym__Generic] = ACTIONS(2053), [anon_sym_asm] = ACTIONS(2055), [anon_sym___asm__] = ACTIONS(2055), [sym_number_literal] = ACTIONS(2057), [anon_sym_L_SQUOTE] = ACTIONS(2059), [anon_sym_u_SQUOTE] = ACTIONS(2059), [anon_sym_U_SQUOTE] = ACTIONS(2059), [anon_sym_u8_SQUOTE] = ACTIONS(2059), [anon_sym_SQUOTE] = ACTIONS(2059), [anon_sym_L_DQUOTE] = ACTIONS(2061), [anon_sym_u_DQUOTE] = ACTIONS(2061), [anon_sym_U_DQUOTE] = ACTIONS(2061), [anon_sym_u8_DQUOTE] = ACTIONS(2061), [anon_sym_DQUOTE] = ACTIONS(2061), [sym_true] = ACTIONS(2063), [sym_false] = ACTIONS(2063), [anon_sym_NULL] = ACTIONS(2065), [anon_sym_nullptr] = ACTIONS(2065), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(2067), [anon_sym_R_DQUOTE] = ACTIONS(2069), [anon_sym_LR_DQUOTE] = ACTIONS(2069), [anon_sym_uR_DQUOTE] = ACTIONS(2069), [anon_sym_UR_DQUOTE] = ACTIONS(2069), [anon_sym_u8R_DQUOTE] = ACTIONS(2069), [anon_sym_co_await] = ACTIONS(2071), [anon_sym_new] = ACTIONS(2073), [anon_sym_requires] = ACTIONS(2075), [sym_this] = ACTIONS(2063), }, [1847] = { [sym__expression] = STATE(3369), [sym__expression_not_binary] = STATE(3419), [sym_conditional_expression] = STATE(3419), [sym_assignment_expression] = STATE(3419), [sym_pointer_expression] = STATE(3419), [sym_unary_expression] = STATE(3419), [sym_binary_expression] = STATE(3419), [sym_update_expression] = STATE(3419), [sym_cast_expression] = STATE(3419), [sym_sizeof_expression] = STATE(3419), [sym_offsetof_expression] = STATE(3419), [sym_generic_expression] = STATE(3419), [sym_subscript_expression] = STATE(3419), [sym_call_expression] = STATE(3419), [sym_gnu_asm_expression] = STATE(3419), [sym_field_expression] = STATE(3419), [sym_compound_literal_expression] = STATE(3419), [sym_parenthesized_expression] = STATE(3419), [sym_char_literal] = STATE(3398), [sym_concatenated_string] = STATE(3398), [sym_string_literal] = STATE(2277), [sym_null] = STATE(3419), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6607), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3419), [sym_raw_string_literal] = STATE(2277), [sym_co_await_expression] = STATE(3419), [sym_new_expression] = STATE(3419), [sym_delete_expression] = STATE(3419), [sym_requires_clause] = STATE(3419), [sym_requires_expression] = STATE(3419), [sym_lambda_expression] = STATE(3419), [sym_lambda_capture_specifier] = STATE(5189), [sym_fold_expression] = STATE(3419), [sym_parameter_pack_expansion] = STATE(3419), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5301), [sym_qualified_identifier] = STATE(3419), [sym_qualified_type_identifier] = STATE(6607), [sym_user_defined_literal] = STATE(3419), [sym_identifier] = ACTIONS(2031), [anon_sym_LPAREN2] = ACTIONS(2033), [anon_sym_BANG] = ACTIONS(2037), [anon_sym_TILDE] = ACTIONS(2037), [anon_sym_DASH] = ACTIONS(2035), [anon_sym_PLUS] = ACTIONS(2035), [anon_sym_STAR] = ACTIONS(2624), [anon_sym_AMP] = ACTIONS(2624), [anon_sym_COLON_COLON] = ACTIONS(2041), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(2045), [anon_sym_not] = ACTIONS(2035), [anon_sym_compl] = ACTIONS(2035), [anon_sym_DASH_DASH] = ACTIONS(2047), [anon_sym_PLUS_PLUS] = ACTIONS(2047), [anon_sym_sizeof] = ACTIONS(2049), [anon_sym_offsetof] = ACTIONS(2051), [anon_sym__Generic] = ACTIONS(2053), [anon_sym_asm] = ACTIONS(2055), [anon_sym___asm__] = ACTIONS(2055), [sym_number_literal] = ACTIONS(2057), [anon_sym_L_SQUOTE] = ACTIONS(2059), [anon_sym_u_SQUOTE] = ACTIONS(2059), [anon_sym_U_SQUOTE] = ACTIONS(2059), [anon_sym_u8_SQUOTE] = ACTIONS(2059), [anon_sym_SQUOTE] = ACTIONS(2059), [anon_sym_L_DQUOTE] = ACTIONS(2061), [anon_sym_u_DQUOTE] = ACTIONS(2061), [anon_sym_U_DQUOTE] = ACTIONS(2061), [anon_sym_u8_DQUOTE] = ACTIONS(2061), [anon_sym_DQUOTE] = ACTIONS(2061), [sym_true] = ACTIONS(2063), [sym_false] = ACTIONS(2063), [anon_sym_NULL] = ACTIONS(2065), [anon_sym_nullptr] = ACTIONS(2065), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(2067), [anon_sym_R_DQUOTE] = ACTIONS(2069), [anon_sym_LR_DQUOTE] = ACTIONS(2069), [anon_sym_uR_DQUOTE] = ACTIONS(2069), [anon_sym_UR_DQUOTE] = ACTIONS(2069), [anon_sym_u8R_DQUOTE] = ACTIONS(2069), [anon_sym_co_await] = ACTIONS(2071), [anon_sym_new] = ACTIONS(2073), [anon_sym_requires] = ACTIONS(2075), [sym_this] = ACTIONS(2063), }, [1848] = { [sym__expression] = STATE(3370), [sym__expression_not_binary] = STATE(3419), [sym_conditional_expression] = STATE(3419), [sym_assignment_expression] = STATE(3419), [sym_pointer_expression] = STATE(3419), [sym_unary_expression] = STATE(3419), [sym_binary_expression] = STATE(3419), [sym_update_expression] = STATE(3419), [sym_cast_expression] = STATE(3419), [sym_sizeof_expression] = STATE(3419), [sym_offsetof_expression] = STATE(3419), [sym_generic_expression] = STATE(3419), [sym_subscript_expression] = STATE(3419), [sym_call_expression] = STATE(3419), [sym_gnu_asm_expression] = STATE(3419), [sym_field_expression] = STATE(3419), [sym_compound_literal_expression] = STATE(3419), [sym_parenthesized_expression] = STATE(3419), [sym_char_literal] = STATE(3398), [sym_concatenated_string] = STATE(3398), [sym_string_literal] = STATE(2277), [sym_null] = STATE(3419), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6607), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3419), [sym_raw_string_literal] = STATE(2277), [sym_co_await_expression] = STATE(3419), [sym_new_expression] = STATE(3419), [sym_delete_expression] = STATE(3419), [sym_requires_clause] = STATE(3419), [sym_requires_expression] = STATE(3419), [sym_lambda_expression] = STATE(3419), [sym_lambda_capture_specifier] = STATE(5189), [sym_fold_expression] = STATE(3419), [sym_parameter_pack_expansion] = STATE(3419), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5301), [sym_qualified_identifier] = STATE(3419), [sym_qualified_type_identifier] = STATE(6607), [sym_user_defined_literal] = STATE(3419), [sym_identifier] = ACTIONS(2031), [anon_sym_LPAREN2] = ACTIONS(2033), [anon_sym_BANG] = ACTIONS(2037), [anon_sym_TILDE] = ACTIONS(2037), [anon_sym_DASH] = ACTIONS(2035), [anon_sym_PLUS] = ACTIONS(2035), [anon_sym_STAR] = ACTIONS(2624), [anon_sym_AMP] = ACTIONS(2624), [anon_sym_COLON_COLON] = ACTIONS(2041), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(2045), [anon_sym_not] = ACTIONS(2035), [anon_sym_compl] = ACTIONS(2035), [anon_sym_DASH_DASH] = ACTIONS(2047), [anon_sym_PLUS_PLUS] = ACTIONS(2047), [anon_sym_sizeof] = ACTIONS(2049), [anon_sym_offsetof] = ACTIONS(2051), [anon_sym__Generic] = ACTIONS(2053), [anon_sym_asm] = ACTIONS(2055), [anon_sym___asm__] = ACTIONS(2055), [sym_number_literal] = ACTIONS(2057), [anon_sym_L_SQUOTE] = ACTIONS(2059), [anon_sym_u_SQUOTE] = ACTIONS(2059), [anon_sym_U_SQUOTE] = ACTIONS(2059), [anon_sym_u8_SQUOTE] = ACTIONS(2059), [anon_sym_SQUOTE] = ACTIONS(2059), [anon_sym_L_DQUOTE] = ACTIONS(2061), [anon_sym_u_DQUOTE] = ACTIONS(2061), [anon_sym_U_DQUOTE] = ACTIONS(2061), [anon_sym_u8_DQUOTE] = ACTIONS(2061), [anon_sym_DQUOTE] = ACTIONS(2061), [sym_true] = ACTIONS(2063), [sym_false] = ACTIONS(2063), [anon_sym_NULL] = ACTIONS(2065), [anon_sym_nullptr] = ACTIONS(2065), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(2067), [anon_sym_R_DQUOTE] = ACTIONS(2069), [anon_sym_LR_DQUOTE] = ACTIONS(2069), [anon_sym_uR_DQUOTE] = ACTIONS(2069), [anon_sym_UR_DQUOTE] = ACTIONS(2069), [anon_sym_u8R_DQUOTE] = ACTIONS(2069), [anon_sym_co_await] = ACTIONS(2071), [anon_sym_new] = ACTIONS(2073), [anon_sym_requires] = ACTIONS(2075), [sym_this] = ACTIONS(2063), }, [1849] = { [sym__expression] = STATE(3371), [sym__expression_not_binary] = STATE(3419), [sym_conditional_expression] = STATE(3419), [sym_assignment_expression] = STATE(3419), [sym_pointer_expression] = STATE(3419), [sym_unary_expression] = STATE(3419), [sym_binary_expression] = STATE(3419), [sym_update_expression] = STATE(3419), [sym_cast_expression] = STATE(3419), [sym_sizeof_expression] = STATE(3419), [sym_offsetof_expression] = STATE(3419), [sym_generic_expression] = STATE(3419), [sym_subscript_expression] = STATE(3419), [sym_call_expression] = STATE(3419), [sym_gnu_asm_expression] = STATE(3419), [sym_field_expression] = STATE(3419), [sym_compound_literal_expression] = STATE(3419), [sym_parenthesized_expression] = STATE(3419), [sym_char_literal] = STATE(3398), [sym_concatenated_string] = STATE(3398), [sym_string_literal] = STATE(2277), [sym_null] = STATE(3419), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6607), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3419), [sym_raw_string_literal] = STATE(2277), [sym_co_await_expression] = STATE(3419), [sym_new_expression] = STATE(3419), [sym_delete_expression] = STATE(3419), [sym_requires_clause] = STATE(3419), [sym_requires_expression] = STATE(3419), [sym_lambda_expression] = STATE(3419), [sym_lambda_capture_specifier] = STATE(5189), [sym_fold_expression] = STATE(3419), [sym_parameter_pack_expansion] = STATE(3419), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5301), [sym_qualified_identifier] = STATE(3419), [sym_qualified_type_identifier] = STATE(6607), [sym_user_defined_literal] = STATE(3419), [sym_identifier] = ACTIONS(2031), [anon_sym_LPAREN2] = ACTIONS(2033), [anon_sym_BANG] = ACTIONS(2037), [anon_sym_TILDE] = ACTIONS(2037), [anon_sym_DASH] = ACTIONS(2035), [anon_sym_PLUS] = ACTIONS(2035), [anon_sym_STAR] = ACTIONS(2624), [anon_sym_AMP] = ACTIONS(2624), [anon_sym_COLON_COLON] = ACTIONS(2041), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(2045), [anon_sym_not] = ACTIONS(2035), [anon_sym_compl] = ACTIONS(2035), [anon_sym_DASH_DASH] = ACTIONS(2047), [anon_sym_PLUS_PLUS] = ACTIONS(2047), [anon_sym_sizeof] = ACTIONS(2049), [anon_sym_offsetof] = ACTIONS(2051), [anon_sym__Generic] = ACTIONS(2053), [anon_sym_asm] = ACTIONS(2055), [anon_sym___asm__] = ACTIONS(2055), [sym_number_literal] = ACTIONS(2057), [anon_sym_L_SQUOTE] = ACTIONS(2059), [anon_sym_u_SQUOTE] = ACTIONS(2059), [anon_sym_U_SQUOTE] = ACTIONS(2059), [anon_sym_u8_SQUOTE] = ACTIONS(2059), [anon_sym_SQUOTE] = ACTIONS(2059), [anon_sym_L_DQUOTE] = ACTIONS(2061), [anon_sym_u_DQUOTE] = ACTIONS(2061), [anon_sym_U_DQUOTE] = ACTIONS(2061), [anon_sym_u8_DQUOTE] = ACTIONS(2061), [anon_sym_DQUOTE] = ACTIONS(2061), [sym_true] = ACTIONS(2063), [sym_false] = ACTIONS(2063), [anon_sym_NULL] = ACTIONS(2065), [anon_sym_nullptr] = ACTIONS(2065), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(2067), [anon_sym_R_DQUOTE] = ACTIONS(2069), [anon_sym_LR_DQUOTE] = ACTIONS(2069), [anon_sym_uR_DQUOTE] = ACTIONS(2069), [anon_sym_UR_DQUOTE] = ACTIONS(2069), [anon_sym_u8R_DQUOTE] = ACTIONS(2069), [anon_sym_co_await] = ACTIONS(2071), [anon_sym_new] = ACTIONS(2073), [anon_sym_requires] = ACTIONS(2075), [sym_this] = ACTIONS(2063), }, [1850] = { [sym__expression] = STATE(3377), [sym__expression_not_binary] = STATE(3419), [sym_conditional_expression] = STATE(3419), [sym_assignment_expression] = STATE(3419), [sym_pointer_expression] = STATE(3419), [sym_unary_expression] = STATE(3419), [sym_binary_expression] = STATE(3419), [sym_update_expression] = STATE(3419), [sym_cast_expression] = STATE(3419), [sym_sizeof_expression] = STATE(3419), [sym_offsetof_expression] = STATE(3419), [sym_generic_expression] = STATE(3419), [sym_subscript_expression] = STATE(3419), [sym_call_expression] = STATE(3419), [sym_gnu_asm_expression] = STATE(3419), [sym_field_expression] = STATE(3419), [sym_compound_literal_expression] = STATE(3419), [sym_parenthesized_expression] = STATE(3419), [sym_char_literal] = STATE(3398), [sym_concatenated_string] = STATE(3398), [sym_string_literal] = STATE(2277), [sym_null] = STATE(3419), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6607), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3419), [sym_raw_string_literal] = STATE(2277), [sym_co_await_expression] = STATE(3419), [sym_new_expression] = STATE(3419), [sym_delete_expression] = STATE(3419), [sym_requires_clause] = STATE(3419), [sym_requires_expression] = STATE(3419), [sym_lambda_expression] = STATE(3419), [sym_lambda_capture_specifier] = STATE(5189), [sym_fold_expression] = STATE(3419), [sym_parameter_pack_expansion] = STATE(3419), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5301), [sym_qualified_identifier] = STATE(3419), [sym_qualified_type_identifier] = STATE(6607), [sym_user_defined_literal] = STATE(3419), [sym_identifier] = ACTIONS(2031), [anon_sym_LPAREN2] = ACTIONS(2033), [anon_sym_BANG] = ACTIONS(2037), [anon_sym_TILDE] = ACTIONS(2037), [anon_sym_DASH] = ACTIONS(2035), [anon_sym_PLUS] = ACTIONS(2035), [anon_sym_STAR] = ACTIONS(2624), [anon_sym_AMP] = ACTIONS(2624), [anon_sym_COLON_COLON] = ACTIONS(2041), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(2045), [anon_sym_not] = ACTIONS(2035), [anon_sym_compl] = ACTIONS(2035), [anon_sym_DASH_DASH] = ACTIONS(2047), [anon_sym_PLUS_PLUS] = ACTIONS(2047), [anon_sym_sizeof] = ACTIONS(2049), [anon_sym_offsetof] = ACTIONS(2051), [anon_sym__Generic] = ACTIONS(2053), [anon_sym_asm] = ACTIONS(2055), [anon_sym___asm__] = ACTIONS(2055), [sym_number_literal] = ACTIONS(2057), [anon_sym_L_SQUOTE] = ACTIONS(2059), [anon_sym_u_SQUOTE] = ACTIONS(2059), [anon_sym_U_SQUOTE] = ACTIONS(2059), [anon_sym_u8_SQUOTE] = ACTIONS(2059), [anon_sym_SQUOTE] = ACTIONS(2059), [anon_sym_L_DQUOTE] = ACTIONS(2061), [anon_sym_u_DQUOTE] = ACTIONS(2061), [anon_sym_U_DQUOTE] = ACTIONS(2061), [anon_sym_u8_DQUOTE] = ACTIONS(2061), [anon_sym_DQUOTE] = ACTIONS(2061), [sym_true] = ACTIONS(2063), [sym_false] = ACTIONS(2063), [anon_sym_NULL] = ACTIONS(2065), [anon_sym_nullptr] = ACTIONS(2065), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(2067), [anon_sym_R_DQUOTE] = ACTIONS(2069), [anon_sym_LR_DQUOTE] = ACTIONS(2069), [anon_sym_uR_DQUOTE] = ACTIONS(2069), [anon_sym_UR_DQUOTE] = ACTIONS(2069), [anon_sym_u8R_DQUOTE] = ACTIONS(2069), [anon_sym_co_await] = ACTIONS(2071), [anon_sym_new] = ACTIONS(2073), [anon_sym_requires] = ACTIONS(2075), [sym_this] = ACTIONS(2063), }, [1851] = { [sym__expression] = STATE(4188), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3525), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3525), [sym_call_expression] = STATE(3525), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3525), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3525), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3525), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3607), [anon_sym_LPAREN2] = ACTIONS(3609), [anon_sym_BANG] = ACTIONS(3613), [anon_sym_TILDE] = ACTIONS(3613), [anon_sym_DASH] = ACTIONS(3611), [anon_sym_PLUS] = ACTIONS(3611), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(3615), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(3611), [anon_sym_compl] = ACTIONS(3611), [anon_sym_DASH_DASH] = ACTIONS(3617), [anon_sym_PLUS_PLUS] = ACTIONS(3617), [anon_sym_sizeof] = ACTIONS(3619), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(3621), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(3623), [anon_sym_new] = ACTIONS(3625), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1852] = { [sym__expression] = STATE(4507), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1853] = { [sym__expression] = STATE(4222), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1854] = { [sym__expression] = STATE(4045), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1855] = { [sym__expression] = STATE(2970), [sym__expression_not_binary] = STATE(3025), [sym_conditional_expression] = STATE(3025), [sym_assignment_expression] = STATE(3025), [sym_pointer_expression] = STATE(3025), [sym_unary_expression] = STATE(3025), [sym_binary_expression] = STATE(3025), [sym_update_expression] = STATE(3025), [sym_cast_expression] = STATE(3025), [sym_sizeof_expression] = STATE(3025), [sym_offsetof_expression] = STATE(3025), [sym_generic_expression] = STATE(3025), [sym_subscript_expression] = STATE(3025), [sym_call_expression] = STATE(3025), [sym_gnu_asm_expression] = STATE(3025), [sym_field_expression] = STATE(3025), [sym_compound_literal_expression] = STATE(3025), [sym_parenthesized_expression] = STATE(3025), [sym_char_literal] = STATE(2884), [sym_concatenated_string] = STATE(2884), [sym_string_literal] = STATE(2162), [sym_null] = STATE(3025), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6624), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3025), [sym_raw_string_literal] = STATE(2162), [sym_co_await_expression] = STATE(3025), [sym_new_expression] = STATE(3025), [sym_delete_expression] = STATE(3025), [sym_requires_clause] = STATE(3025), [sym_requires_expression] = STATE(3025), [sym_lambda_expression] = STATE(3025), [sym_lambda_capture_specifier] = STATE(5221), [sym_fold_expression] = STATE(3025), [sym_parameter_pack_expansion] = STATE(3025), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3025), [sym_qualified_type_identifier] = STATE(6624), [sym_user_defined_literal] = STATE(3025), [sym_identifier] = ACTIONS(1933), [anon_sym_LPAREN2] = ACTIONS(1937), [anon_sym_BANG] = ACTIONS(1941), [anon_sym_TILDE] = ACTIONS(1941), [anon_sym_DASH] = ACTIONS(1939), [anon_sym_PLUS] = ACTIONS(1939), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(1945), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(1939), [anon_sym_compl] = ACTIONS(1939), [anon_sym_DASH_DASH] = ACTIONS(1953), [anon_sym_PLUS_PLUS] = ACTIONS(1953), [anon_sym_sizeof] = ACTIONS(1955), [anon_sym_offsetof] = ACTIONS(1957), [anon_sym__Generic] = ACTIONS(1959), [anon_sym_asm] = ACTIONS(1961), [anon_sym___asm__] = ACTIONS(1961), [sym_number_literal] = ACTIONS(1963), [anon_sym_L_SQUOTE] = ACTIONS(1965), [anon_sym_u_SQUOTE] = ACTIONS(1965), [anon_sym_U_SQUOTE] = ACTIONS(1965), [anon_sym_u8_SQUOTE] = ACTIONS(1965), [anon_sym_SQUOTE] = ACTIONS(1965), [anon_sym_L_DQUOTE] = ACTIONS(1967), [anon_sym_u_DQUOTE] = ACTIONS(1967), [anon_sym_U_DQUOTE] = ACTIONS(1967), [anon_sym_u8_DQUOTE] = ACTIONS(1967), [anon_sym_DQUOTE] = ACTIONS(1967), [sym_true] = ACTIONS(1969), [sym_false] = ACTIONS(1969), [anon_sym_NULL] = ACTIONS(1971), [anon_sym_nullptr] = ACTIONS(1971), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(1975), [anon_sym_R_DQUOTE] = ACTIONS(1977), [anon_sym_LR_DQUOTE] = ACTIONS(1977), [anon_sym_uR_DQUOTE] = ACTIONS(1977), [anon_sym_UR_DQUOTE] = ACTIONS(1977), [anon_sym_u8R_DQUOTE] = ACTIONS(1977), [anon_sym_co_await] = ACTIONS(1979), [anon_sym_new] = ACTIONS(1981), [anon_sym_requires] = ACTIONS(1983), [sym_this] = ACTIONS(1969), }, [1856] = { [sym__expression] = STATE(3047), [sym__expression_not_binary] = STATE(3025), [sym_conditional_expression] = STATE(3025), [sym_assignment_expression] = STATE(3025), [sym_pointer_expression] = STATE(3025), [sym_unary_expression] = STATE(3025), [sym_binary_expression] = STATE(3025), [sym_update_expression] = STATE(3025), [sym_cast_expression] = STATE(3025), [sym_sizeof_expression] = STATE(3025), [sym_offsetof_expression] = STATE(3025), [sym_generic_expression] = STATE(3025), [sym_subscript_expression] = STATE(3025), [sym_call_expression] = STATE(3025), [sym_gnu_asm_expression] = STATE(3025), [sym_field_expression] = STATE(3025), [sym_compound_literal_expression] = STATE(3025), [sym_parenthesized_expression] = STATE(3025), [sym_char_literal] = STATE(2884), [sym_concatenated_string] = STATE(2884), [sym_string_literal] = STATE(2162), [sym_null] = STATE(3025), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6624), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3025), [sym_raw_string_literal] = STATE(2162), [sym_co_await_expression] = STATE(3025), [sym_new_expression] = STATE(3025), [sym_delete_expression] = STATE(3025), [sym_requires_clause] = STATE(3025), [sym_requires_expression] = STATE(3025), [sym_lambda_expression] = STATE(3025), [sym_lambda_capture_specifier] = STATE(5221), [sym_fold_expression] = STATE(3025), [sym_parameter_pack_expansion] = STATE(3025), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3025), [sym_qualified_type_identifier] = STATE(6624), [sym_user_defined_literal] = STATE(3025), [sym_identifier] = ACTIONS(1933), [anon_sym_LPAREN2] = ACTIONS(1937), [anon_sym_BANG] = ACTIONS(1941), [anon_sym_TILDE] = ACTIONS(1941), [anon_sym_DASH] = ACTIONS(1939), [anon_sym_PLUS] = ACTIONS(1939), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(1945), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(1939), [anon_sym_compl] = ACTIONS(1939), [anon_sym_DASH_DASH] = ACTIONS(1953), [anon_sym_PLUS_PLUS] = ACTIONS(1953), [anon_sym_sizeof] = ACTIONS(1955), [anon_sym_offsetof] = ACTIONS(1957), [anon_sym__Generic] = ACTIONS(1959), [anon_sym_asm] = ACTIONS(1961), [anon_sym___asm__] = ACTIONS(1961), [sym_number_literal] = ACTIONS(1963), [anon_sym_L_SQUOTE] = ACTIONS(1965), [anon_sym_u_SQUOTE] = ACTIONS(1965), [anon_sym_U_SQUOTE] = ACTIONS(1965), [anon_sym_u8_SQUOTE] = ACTIONS(1965), [anon_sym_SQUOTE] = ACTIONS(1965), [anon_sym_L_DQUOTE] = ACTIONS(1967), [anon_sym_u_DQUOTE] = ACTIONS(1967), [anon_sym_U_DQUOTE] = ACTIONS(1967), [anon_sym_u8_DQUOTE] = ACTIONS(1967), [anon_sym_DQUOTE] = ACTIONS(1967), [sym_true] = ACTIONS(1969), [sym_false] = ACTIONS(1969), [anon_sym_NULL] = ACTIONS(1971), [anon_sym_nullptr] = ACTIONS(1971), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(1975), [anon_sym_R_DQUOTE] = ACTIONS(1977), [anon_sym_LR_DQUOTE] = ACTIONS(1977), [anon_sym_uR_DQUOTE] = ACTIONS(1977), [anon_sym_UR_DQUOTE] = ACTIONS(1977), [anon_sym_u8R_DQUOTE] = ACTIONS(1977), [anon_sym_co_await] = ACTIONS(1979), [anon_sym_new] = ACTIONS(1981), [anon_sym_requires] = ACTIONS(1983), [sym_this] = ACTIONS(1969), }, [1857] = { [sym__expression] = STATE(4174), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1858] = { [sym__expression] = STATE(4009), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1859] = { [sym__expression] = STATE(2968), [sym__expression_not_binary] = STATE(3025), [sym_conditional_expression] = STATE(3025), [sym_assignment_expression] = STATE(3025), [sym_pointer_expression] = STATE(3025), [sym_unary_expression] = STATE(3025), [sym_binary_expression] = STATE(3025), [sym_update_expression] = STATE(3025), [sym_cast_expression] = STATE(3025), [sym_sizeof_expression] = STATE(3025), [sym_offsetof_expression] = STATE(3025), [sym_generic_expression] = STATE(3025), [sym_subscript_expression] = STATE(3025), [sym_call_expression] = STATE(3025), [sym_gnu_asm_expression] = STATE(3025), [sym_field_expression] = STATE(3025), [sym_compound_literal_expression] = STATE(3025), [sym_parenthesized_expression] = STATE(3025), [sym_char_literal] = STATE(2884), [sym_concatenated_string] = STATE(2884), [sym_string_literal] = STATE(2162), [sym_null] = STATE(3025), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6624), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3025), [sym_raw_string_literal] = STATE(2162), [sym_co_await_expression] = STATE(3025), [sym_new_expression] = STATE(3025), [sym_delete_expression] = STATE(3025), [sym_requires_clause] = STATE(3025), [sym_requires_expression] = STATE(3025), [sym_lambda_expression] = STATE(3025), [sym_lambda_capture_specifier] = STATE(5221), [sym_fold_expression] = STATE(3025), [sym_parameter_pack_expansion] = STATE(3025), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3025), [sym_qualified_type_identifier] = STATE(6624), [sym_user_defined_literal] = STATE(3025), [sym_identifier] = ACTIONS(1933), [anon_sym_LPAREN2] = ACTIONS(1937), [anon_sym_BANG] = ACTIONS(1941), [anon_sym_TILDE] = ACTIONS(1941), [anon_sym_DASH] = ACTIONS(1939), [anon_sym_PLUS] = ACTIONS(1939), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(1945), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(1939), [anon_sym_compl] = ACTIONS(1939), [anon_sym_DASH_DASH] = ACTIONS(1953), [anon_sym_PLUS_PLUS] = ACTIONS(1953), [anon_sym_sizeof] = ACTIONS(1955), [anon_sym_offsetof] = ACTIONS(1957), [anon_sym__Generic] = ACTIONS(1959), [anon_sym_asm] = ACTIONS(1961), [anon_sym___asm__] = ACTIONS(1961), [sym_number_literal] = ACTIONS(1963), [anon_sym_L_SQUOTE] = ACTIONS(1965), [anon_sym_u_SQUOTE] = ACTIONS(1965), [anon_sym_U_SQUOTE] = ACTIONS(1965), [anon_sym_u8_SQUOTE] = ACTIONS(1965), [anon_sym_SQUOTE] = ACTIONS(1965), [anon_sym_L_DQUOTE] = ACTIONS(1967), [anon_sym_u_DQUOTE] = ACTIONS(1967), [anon_sym_U_DQUOTE] = ACTIONS(1967), [anon_sym_u8_DQUOTE] = ACTIONS(1967), [anon_sym_DQUOTE] = ACTIONS(1967), [sym_true] = ACTIONS(1969), [sym_false] = ACTIONS(1969), [anon_sym_NULL] = ACTIONS(1971), [anon_sym_nullptr] = ACTIONS(1971), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(1975), [anon_sym_R_DQUOTE] = ACTIONS(1977), [anon_sym_LR_DQUOTE] = ACTIONS(1977), [anon_sym_uR_DQUOTE] = ACTIONS(1977), [anon_sym_UR_DQUOTE] = ACTIONS(1977), [anon_sym_u8R_DQUOTE] = ACTIONS(1977), [anon_sym_co_await] = ACTIONS(1979), [anon_sym_new] = ACTIONS(1981), [anon_sym_requires] = ACTIONS(1983), [sym_this] = ACTIONS(1969), }, [1860] = { [sym__expression] = STATE(3016), [sym__expression_not_binary] = STATE(3025), [sym_conditional_expression] = STATE(3025), [sym_assignment_expression] = STATE(3025), [sym_pointer_expression] = STATE(3025), [sym_unary_expression] = STATE(3025), [sym_binary_expression] = STATE(3025), [sym_update_expression] = STATE(3025), [sym_cast_expression] = STATE(3025), [sym_sizeof_expression] = STATE(3025), [sym_offsetof_expression] = STATE(3025), [sym_generic_expression] = STATE(3025), [sym_subscript_expression] = STATE(3025), [sym_call_expression] = STATE(3025), [sym_gnu_asm_expression] = STATE(3025), [sym_field_expression] = STATE(3025), [sym_compound_literal_expression] = STATE(3025), [sym_parenthesized_expression] = STATE(3025), [sym_char_literal] = STATE(2884), [sym_concatenated_string] = STATE(2884), [sym_string_literal] = STATE(2162), [sym_null] = STATE(3025), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6624), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3025), [sym_raw_string_literal] = STATE(2162), [sym_co_await_expression] = STATE(3025), [sym_new_expression] = STATE(3025), [sym_delete_expression] = STATE(3025), [sym_requires_clause] = STATE(3025), [sym_requires_expression] = STATE(3025), [sym_lambda_expression] = STATE(3025), [sym_lambda_capture_specifier] = STATE(5221), [sym_fold_expression] = STATE(3025), [sym_parameter_pack_expansion] = STATE(3025), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3025), [sym_qualified_type_identifier] = STATE(6624), [sym_user_defined_literal] = STATE(3025), [sym_identifier] = ACTIONS(1933), [anon_sym_LPAREN2] = ACTIONS(1937), [anon_sym_BANG] = ACTIONS(1941), [anon_sym_TILDE] = ACTIONS(1941), [anon_sym_DASH] = ACTIONS(1939), [anon_sym_PLUS] = ACTIONS(1939), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(1945), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(1939), [anon_sym_compl] = ACTIONS(1939), [anon_sym_DASH_DASH] = ACTIONS(1953), [anon_sym_PLUS_PLUS] = ACTIONS(1953), [anon_sym_sizeof] = ACTIONS(1955), [anon_sym_offsetof] = ACTIONS(1957), [anon_sym__Generic] = ACTIONS(1959), [anon_sym_asm] = ACTIONS(1961), [anon_sym___asm__] = ACTIONS(1961), [sym_number_literal] = ACTIONS(1963), [anon_sym_L_SQUOTE] = ACTIONS(1965), [anon_sym_u_SQUOTE] = ACTIONS(1965), [anon_sym_U_SQUOTE] = ACTIONS(1965), [anon_sym_u8_SQUOTE] = ACTIONS(1965), [anon_sym_SQUOTE] = ACTIONS(1965), [anon_sym_L_DQUOTE] = ACTIONS(1967), [anon_sym_u_DQUOTE] = ACTIONS(1967), [anon_sym_U_DQUOTE] = ACTIONS(1967), [anon_sym_u8_DQUOTE] = ACTIONS(1967), [anon_sym_DQUOTE] = ACTIONS(1967), [sym_true] = ACTIONS(1969), [sym_false] = ACTIONS(1969), [anon_sym_NULL] = ACTIONS(1971), [anon_sym_nullptr] = ACTIONS(1971), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(1975), [anon_sym_R_DQUOTE] = ACTIONS(1977), [anon_sym_LR_DQUOTE] = ACTIONS(1977), [anon_sym_uR_DQUOTE] = ACTIONS(1977), [anon_sym_UR_DQUOTE] = ACTIONS(1977), [anon_sym_u8R_DQUOTE] = ACTIONS(1977), [anon_sym_co_await] = ACTIONS(1979), [anon_sym_new] = ACTIONS(1981), [anon_sym_requires] = ACTIONS(1983), [sym_this] = ACTIONS(1969), }, [1861] = { [sym__expression] = STATE(4305), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3552), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3552), [sym_call_expression] = STATE(3552), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3552), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3552), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3552), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3627), [anon_sym_LPAREN2] = ACTIONS(3629), [anon_sym_BANG] = ACTIONS(3633), [anon_sym_TILDE] = ACTIONS(3633), [anon_sym_DASH] = ACTIONS(3631), [anon_sym_PLUS] = ACTIONS(3631), [anon_sym_STAR] = ACTIONS(3635), [anon_sym_AMP] = ACTIONS(3635), [anon_sym_COLON_COLON] = ACTIONS(3637), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(3631), [anon_sym_compl] = ACTIONS(3631), [anon_sym_DASH_DASH] = ACTIONS(3639), [anon_sym_PLUS_PLUS] = ACTIONS(3639), [anon_sym_sizeof] = ACTIONS(3641), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(3643), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(3645), [anon_sym_new] = ACTIONS(3625), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1862] = { [sym__expression] = STATE(2953), [sym__expression_not_binary] = STATE(3025), [sym_conditional_expression] = STATE(3025), [sym_assignment_expression] = STATE(3025), [sym_pointer_expression] = STATE(3025), [sym_unary_expression] = STATE(3025), [sym_binary_expression] = STATE(3025), [sym_update_expression] = STATE(3025), [sym_cast_expression] = STATE(3025), [sym_sizeof_expression] = STATE(3025), [sym_offsetof_expression] = STATE(3025), [sym_generic_expression] = STATE(3025), [sym_subscript_expression] = STATE(3025), [sym_call_expression] = STATE(3025), [sym_gnu_asm_expression] = STATE(3025), [sym_field_expression] = STATE(3025), [sym_compound_literal_expression] = STATE(3025), [sym_parenthesized_expression] = STATE(3025), [sym_char_literal] = STATE(2884), [sym_concatenated_string] = STATE(2884), [sym_string_literal] = STATE(2162), [sym_null] = STATE(3025), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6624), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3025), [sym_raw_string_literal] = STATE(2162), [sym_co_await_expression] = STATE(3025), [sym_new_expression] = STATE(3025), [sym_delete_expression] = STATE(3025), [sym_requires_clause] = STATE(3025), [sym_requires_expression] = STATE(3025), [sym_lambda_expression] = STATE(3025), [sym_lambda_capture_specifier] = STATE(5221), [sym_fold_expression] = STATE(3025), [sym_parameter_pack_expansion] = STATE(3025), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3025), [sym_qualified_type_identifier] = STATE(6624), [sym_user_defined_literal] = STATE(3025), [sym_identifier] = ACTIONS(1933), [anon_sym_LPAREN2] = ACTIONS(1937), [anon_sym_BANG] = ACTIONS(1941), [anon_sym_TILDE] = ACTIONS(1941), [anon_sym_DASH] = ACTIONS(1939), [anon_sym_PLUS] = ACTIONS(1939), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(1945), [anon_sym_LBRACK] = ACTIONS(4399), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(1939), [anon_sym_compl] = ACTIONS(1939), [anon_sym_DASH_DASH] = ACTIONS(1953), [anon_sym_PLUS_PLUS] = ACTIONS(1953), [anon_sym_sizeof] = ACTIONS(1955), [anon_sym_offsetof] = ACTIONS(1957), [anon_sym__Generic] = ACTIONS(1959), [anon_sym_asm] = ACTIONS(1961), [anon_sym___asm__] = ACTIONS(1961), [sym_number_literal] = ACTIONS(1963), [anon_sym_L_SQUOTE] = ACTIONS(1965), [anon_sym_u_SQUOTE] = ACTIONS(1965), [anon_sym_U_SQUOTE] = ACTIONS(1965), [anon_sym_u8_SQUOTE] = ACTIONS(1965), [anon_sym_SQUOTE] = ACTIONS(1965), [anon_sym_L_DQUOTE] = ACTIONS(1967), [anon_sym_u_DQUOTE] = ACTIONS(1967), [anon_sym_U_DQUOTE] = ACTIONS(1967), [anon_sym_u8_DQUOTE] = ACTIONS(1967), [anon_sym_DQUOTE] = ACTIONS(1967), [sym_true] = ACTIONS(1969), [sym_false] = ACTIONS(1969), [anon_sym_NULL] = ACTIONS(1971), [anon_sym_nullptr] = ACTIONS(1971), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(1975), [anon_sym_R_DQUOTE] = ACTIONS(1977), [anon_sym_LR_DQUOTE] = ACTIONS(1977), [anon_sym_uR_DQUOTE] = ACTIONS(1977), [anon_sym_UR_DQUOTE] = ACTIONS(1977), [anon_sym_u8R_DQUOTE] = ACTIONS(1977), [anon_sym_co_await] = ACTIONS(1979), [anon_sym_new] = ACTIONS(1981), [anon_sym_requires] = ACTIONS(1983), [sym_this] = ACTIONS(1969), }, [1863] = { [sym__expression] = STATE(4189), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3525), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3525), [sym_call_expression] = STATE(3525), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3525), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3525), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3525), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3607), [anon_sym_LPAREN2] = ACTIONS(3609), [anon_sym_BANG] = ACTIONS(3613), [anon_sym_TILDE] = ACTIONS(3613), [anon_sym_DASH] = ACTIONS(3611), [anon_sym_PLUS] = ACTIONS(3611), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(3615), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(3611), [anon_sym_compl] = ACTIONS(3611), [anon_sym_DASH_DASH] = ACTIONS(3617), [anon_sym_PLUS_PLUS] = ACTIONS(3617), [anon_sym_sizeof] = ACTIONS(3619), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(3621), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(3623), [anon_sym_new] = ACTIONS(3625), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1864] = { [sym__expression] = STATE(4377), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1865] = { [sym__expression] = STATE(2946), [sym__expression_not_binary] = STATE(3025), [sym_conditional_expression] = STATE(3025), [sym_assignment_expression] = STATE(3025), [sym_pointer_expression] = STATE(3025), [sym_unary_expression] = STATE(3025), [sym_binary_expression] = STATE(3025), [sym_update_expression] = STATE(3025), [sym_cast_expression] = STATE(3025), [sym_sizeof_expression] = STATE(3025), [sym_offsetof_expression] = STATE(3025), [sym_generic_expression] = STATE(3025), [sym_subscript_expression] = STATE(3025), [sym_call_expression] = STATE(3025), [sym_gnu_asm_expression] = STATE(3025), [sym_field_expression] = STATE(3025), [sym_compound_literal_expression] = STATE(3025), [sym_parenthesized_expression] = STATE(3025), [sym_char_literal] = STATE(2884), [sym_concatenated_string] = STATE(2884), [sym_string_literal] = STATE(2162), [sym_null] = STATE(3025), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6624), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3025), [sym_raw_string_literal] = STATE(2162), [sym_co_await_expression] = STATE(3025), [sym_new_expression] = STATE(3025), [sym_delete_expression] = STATE(3025), [sym_requires_clause] = STATE(3025), [sym_requires_expression] = STATE(3025), [sym_lambda_expression] = STATE(3025), [sym_lambda_capture_specifier] = STATE(5221), [sym_fold_expression] = STATE(3025), [sym_parameter_pack_expansion] = STATE(3025), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3025), [sym_qualified_type_identifier] = STATE(6624), [sym_user_defined_literal] = STATE(3025), [sym_identifier] = ACTIONS(1933), [anon_sym_LPAREN2] = ACTIONS(1937), [anon_sym_BANG] = ACTIONS(1941), [anon_sym_TILDE] = ACTIONS(1941), [anon_sym_DASH] = ACTIONS(1939), [anon_sym_PLUS] = ACTIONS(1939), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(1945), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(1939), [anon_sym_compl] = ACTIONS(1939), [anon_sym_DASH_DASH] = ACTIONS(1953), [anon_sym_PLUS_PLUS] = ACTIONS(1953), [anon_sym_sizeof] = ACTIONS(1955), [anon_sym_offsetof] = ACTIONS(1957), [anon_sym__Generic] = ACTIONS(1959), [anon_sym_asm] = ACTIONS(1961), [anon_sym___asm__] = ACTIONS(1961), [sym_number_literal] = ACTIONS(1963), [anon_sym_L_SQUOTE] = ACTIONS(1965), [anon_sym_u_SQUOTE] = ACTIONS(1965), [anon_sym_U_SQUOTE] = ACTIONS(1965), [anon_sym_u8_SQUOTE] = ACTIONS(1965), [anon_sym_SQUOTE] = ACTIONS(1965), [anon_sym_L_DQUOTE] = ACTIONS(1967), [anon_sym_u_DQUOTE] = ACTIONS(1967), [anon_sym_U_DQUOTE] = ACTIONS(1967), [anon_sym_u8_DQUOTE] = ACTIONS(1967), [anon_sym_DQUOTE] = ACTIONS(1967), [sym_true] = ACTIONS(1969), [sym_false] = ACTIONS(1969), [anon_sym_NULL] = ACTIONS(1971), [anon_sym_nullptr] = ACTIONS(1971), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(1975), [anon_sym_R_DQUOTE] = ACTIONS(1977), [anon_sym_LR_DQUOTE] = ACTIONS(1977), [anon_sym_uR_DQUOTE] = ACTIONS(1977), [anon_sym_UR_DQUOTE] = ACTIONS(1977), [anon_sym_u8R_DQUOTE] = ACTIONS(1977), [anon_sym_co_await] = ACTIONS(1979), [anon_sym_new] = ACTIONS(1981), [anon_sym_requires] = ACTIONS(1983), [sym_this] = ACTIONS(1969), }, [1866] = { [sym__expression] = STATE(4353), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3552), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3552), [sym_call_expression] = STATE(3552), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3552), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3552), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3552), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3627), [anon_sym_LPAREN2] = ACTIONS(3629), [anon_sym_BANG] = ACTIONS(3633), [anon_sym_TILDE] = ACTIONS(3633), [anon_sym_DASH] = ACTIONS(3631), [anon_sym_PLUS] = ACTIONS(3631), [anon_sym_STAR] = ACTIONS(3635), [anon_sym_AMP] = ACTIONS(3635), [anon_sym_COLON_COLON] = ACTIONS(3637), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(3631), [anon_sym_compl] = ACTIONS(3631), [anon_sym_DASH_DASH] = ACTIONS(3639), [anon_sym_PLUS_PLUS] = ACTIONS(3639), [anon_sym_sizeof] = ACTIONS(3641), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(3643), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(3645), [anon_sym_new] = ACTIONS(3625), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1867] = { [sym__expression] = STATE(3087), [sym__expression_not_binary] = STATE(3295), [sym_conditional_expression] = STATE(3295), [sym_assignment_expression] = STATE(3295), [sym_pointer_expression] = STATE(3295), [sym_unary_expression] = STATE(3295), [sym_binary_expression] = STATE(3295), [sym_update_expression] = STATE(3295), [sym_cast_expression] = STATE(3295), [sym_sizeof_expression] = STATE(3295), [sym_offsetof_expression] = STATE(3295), [sym_generic_expression] = STATE(3295), [sym_subscript_expression] = STATE(3295), [sym_call_expression] = STATE(3295), [sym_gnu_asm_expression] = STATE(3295), [sym_field_expression] = STATE(3295), [sym_compound_literal_expression] = STATE(3295), [sym_parenthesized_expression] = STATE(3295), [sym_char_literal] = STATE(3192), [sym_concatenated_string] = STATE(3192), [sym_string_literal] = STATE(2207), [sym_null] = STATE(3295), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6682), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3295), [sym_raw_string_literal] = STATE(2207), [sym_co_await_expression] = STATE(3295), [sym_new_expression] = STATE(3295), [sym_delete_expression] = STATE(3295), [sym_requires_clause] = STATE(3295), [sym_requires_expression] = STATE(3295), [sym_lambda_expression] = STATE(3295), [sym_lambda_capture_specifier] = STATE(5166), [sym_fold_expression] = STATE(3295), [sym_parameter_pack_expansion] = STATE(3295), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5270), [sym_qualified_identifier] = STATE(3295), [sym_qualified_type_identifier] = STATE(6682), [sym_user_defined_literal] = STATE(3295), [sym_identifier] = ACTIONS(1985), [anon_sym_LPAREN2] = ACTIONS(1987), [anon_sym_BANG] = ACTIONS(1991), [anon_sym_TILDE] = ACTIONS(1991), [anon_sym_DASH] = ACTIONS(1989), [anon_sym_PLUS] = ACTIONS(1989), [anon_sym_STAR] = ACTIONS(1847), [anon_sym_AMP] = ACTIONS(1847), [anon_sym_COLON_COLON] = ACTIONS(1995), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1999), [anon_sym_not] = ACTIONS(1989), [anon_sym_compl] = ACTIONS(1989), [anon_sym_DASH_DASH] = ACTIONS(2001), [anon_sym_PLUS_PLUS] = ACTIONS(2001), [anon_sym_sizeof] = ACTIONS(2003), [anon_sym_offsetof] = ACTIONS(2005), [anon_sym__Generic] = ACTIONS(2007), [anon_sym_asm] = ACTIONS(2009), [anon_sym___asm__] = ACTIONS(2009), [sym_number_literal] = ACTIONS(2011), [anon_sym_L_SQUOTE] = ACTIONS(2013), [anon_sym_u_SQUOTE] = ACTIONS(2013), [anon_sym_U_SQUOTE] = ACTIONS(2013), [anon_sym_u8_SQUOTE] = ACTIONS(2013), [anon_sym_SQUOTE] = ACTIONS(2013), [anon_sym_L_DQUOTE] = ACTIONS(2015), [anon_sym_u_DQUOTE] = ACTIONS(2015), [anon_sym_U_DQUOTE] = ACTIONS(2015), [anon_sym_u8_DQUOTE] = ACTIONS(2015), [anon_sym_DQUOTE] = ACTIONS(2015), [sym_true] = ACTIONS(2017), [sym_false] = ACTIONS(2017), [anon_sym_NULL] = ACTIONS(2019), [anon_sym_nullptr] = ACTIONS(2019), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(2021), [anon_sym_R_DQUOTE] = ACTIONS(2023), [anon_sym_LR_DQUOTE] = ACTIONS(2023), [anon_sym_uR_DQUOTE] = ACTIONS(2023), [anon_sym_UR_DQUOTE] = ACTIONS(2023), [anon_sym_u8R_DQUOTE] = ACTIONS(2023), [anon_sym_co_await] = ACTIONS(2025), [anon_sym_new] = ACTIONS(2027), [anon_sym_requires] = ACTIONS(2029), [sym_this] = ACTIONS(2017), }, [1868] = { [sym__expression] = STATE(4033), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1869] = { [sym__expression] = STATE(4036), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1870] = { [sym__expression] = STATE(4335), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1871] = { [sym__expression] = STATE(4154), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3525), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3525), [sym_call_expression] = STATE(3525), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3525), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3525), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3525), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3607), [anon_sym_LPAREN2] = ACTIONS(3609), [anon_sym_BANG] = ACTIONS(3613), [anon_sym_TILDE] = ACTIONS(3613), [anon_sym_DASH] = ACTIONS(3611), [anon_sym_PLUS] = ACTIONS(3611), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(3615), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(3611), [anon_sym_compl] = ACTIONS(3611), [anon_sym_DASH_DASH] = ACTIONS(3617), [anon_sym_PLUS_PLUS] = ACTIONS(3617), [anon_sym_sizeof] = ACTIONS(3619), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(3621), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(3623), [anon_sym_new] = ACTIONS(3625), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1872] = { [sym__expression] = STATE(4191), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3525), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3525), [sym_call_expression] = STATE(3525), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3525), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3525), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3525), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3607), [anon_sym_LPAREN2] = ACTIONS(3609), [anon_sym_BANG] = ACTIONS(3613), [anon_sym_TILDE] = ACTIONS(3613), [anon_sym_DASH] = ACTIONS(3611), [anon_sym_PLUS] = ACTIONS(3611), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(3615), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(3611), [anon_sym_compl] = ACTIONS(3611), [anon_sym_DASH_DASH] = ACTIONS(3617), [anon_sym_PLUS_PLUS] = ACTIONS(3617), [anon_sym_sizeof] = ACTIONS(3619), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(3621), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(3623), [anon_sym_new] = ACTIONS(3625), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1873] = { [sym__expression] = STATE(4195), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3525), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3525), [sym_call_expression] = STATE(3525), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3525), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3525), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3525), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3607), [anon_sym_LPAREN2] = ACTIONS(3609), [anon_sym_BANG] = ACTIONS(3613), [anon_sym_TILDE] = ACTIONS(3613), [anon_sym_DASH] = ACTIONS(3611), [anon_sym_PLUS] = ACTIONS(3611), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(3615), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(3611), [anon_sym_compl] = ACTIONS(3611), [anon_sym_DASH_DASH] = ACTIONS(3617), [anon_sym_PLUS_PLUS] = ACTIONS(3617), [anon_sym_sizeof] = ACTIONS(3619), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(3621), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(3623), [anon_sym_new] = ACTIONS(3625), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1874] = { [sym__expression] = STATE(4135), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1875] = { [sym__expression] = STATE(4035), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1876] = { [sym__expression] = STATE(4032), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1877] = { [sym__expression] = STATE(3020), [sym__expression_not_binary] = STATE(3025), [sym_conditional_expression] = STATE(3025), [sym_assignment_expression] = STATE(3025), [sym_pointer_expression] = STATE(3025), [sym_unary_expression] = STATE(3025), [sym_binary_expression] = STATE(3025), [sym_update_expression] = STATE(3025), [sym_cast_expression] = STATE(3025), [sym_sizeof_expression] = STATE(3025), [sym_offsetof_expression] = STATE(3025), [sym_generic_expression] = STATE(3025), [sym_subscript_expression] = STATE(3025), [sym_call_expression] = STATE(3025), [sym_gnu_asm_expression] = STATE(3025), [sym_field_expression] = STATE(3025), [sym_compound_literal_expression] = STATE(3025), [sym_parenthesized_expression] = STATE(3025), [sym_char_literal] = STATE(2884), [sym_concatenated_string] = STATE(2884), [sym_string_literal] = STATE(2162), [sym_null] = STATE(3025), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6624), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3025), [sym_raw_string_literal] = STATE(2162), [sym_co_await_expression] = STATE(3025), [sym_new_expression] = STATE(3025), [sym_delete_expression] = STATE(3025), [sym_requires_clause] = STATE(3025), [sym_requires_expression] = STATE(3025), [sym_lambda_expression] = STATE(3025), [sym_lambda_capture_specifier] = STATE(5221), [sym_fold_expression] = STATE(3025), [sym_parameter_pack_expansion] = STATE(3025), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3025), [sym_qualified_type_identifier] = STATE(6624), [sym_user_defined_literal] = STATE(3025), [sym_identifier] = ACTIONS(1933), [anon_sym_LPAREN2] = ACTIONS(1937), [anon_sym_BANG] = ACTIONS(1941), [anon_sym_TILDE] = ACTIONS(1941), [anon_sym_DASH] = ACTIONS(1939), [anon_sym_PLUS] = ACTIONS(1939), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(1945), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(1939), [anon_sym_compl] = ACTIONS(1939), [anon_sym_DASH_DASH] = ACTIONS(1953), [anon_sym_PLUS_PLUS] = ACTIONS(1953), [anon_sym_sizeof] = ACTIONS(1955), [anon_sym_offsetof] = ACTIONS(1957), [anon_sym__Generic] = ACTIONS(1959), [anon_sym_asm] = ACTIONS(1961), [anon_sym___asm__] = ACTIONS(1961), [sym_number_literal] = ACTIONS(1963), [anon_sym_L_SQUOTE] = ACTIONS(1965), [anon_sym_u_SQUOTE] = ACTIONS(1965), [anon_sym_U_SQUOTE] = ACTIONS(1965), [anon_sym_u8_SQUOTE] = ACTIONS(1965), [anon_sym_SQUOTE] = ACTIONS(1965), [anon_sym_L_DQUOTE] = ACTIONS(1967), [anon_sym_u_DQUOTE] = ACTIONS(1967), [anon_sym_U_DQUOTE] = ACTIONS(1967), [anon_sym_u8_DQUOTE] = ACTIONS(1967), [anon_sym_DQUOTE] = ACTIONS(1967), [sym_true] = ACTIONS(1969), [sym_false] = ACTIONS(1969), [anon_sym_NULL] = ACTIONS(1971), [anon_sym_nullptr] = ACTIONS(1971), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(1975), [anon_sym_R_DQUOTE] = ACTIONS(1977), [anon_sym_LR_DQUOTE] = ACTIONS(1977), [anon_sym_uR_DQUOTE] = ACTIONS(1977), [anon_sym_UR_DQUOTE] = ACTIONS(1977), [anon_sym_u8R_DQUOTE] = ACTIONS(1977), [anon_sym_co_await] = ACTIONS(1979), [anon_sym_new] = ACTIONS(1981), [anon_sym_requires] = ACTIONS(1983), [sym_this] = ACTIONS(1969), }, [1878] = { [sym__expression] = STATE(4017), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1879] = { [sym__expression] = STATE(4179), [sym__expression_not_binary] = STATE(4455), [sym_conditional_expression] = STATE(4455), [sym_assignment_expression] = STATE(4455), [sym_pointer_expression] = STATE(3543), [sym_unary_expression] = STATE(4455), [sym_binary_expression] = STATE(4455), [sym_update_expression] = STATE(4455), [sym_cast_expression] = STATE(4455), [sym_sizeof_expression] = STATE(4455), [sym_offsetof_expression] = STATE(4455), [sym_generic_expression] = STATE(4455), [sym_subscript_expression] = STATE(3543), [sym_call_expression] = STATE(3543), [sym_gnu_asm_expression] = STATE(4455), [sym_field_expression] = STATE(3543), [sym_compound_literal_expression] = STATE(4455), [sym_parenthesized_expression] = STATE(3543), [sym_char_literal] = STATE(4150), [sym_concatenated_string] = STATE(4150), [sym_string_literal] = STATE(3544), [sym_null] = STATE(4455), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6810), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(4455), [sym_raw_string_literal] = STATE(3544), [sym_co_await_expression] = STATE(4455), [sym_new_expression] = STATE(4455), [sym_delete_expression] = STATE(4455), [sym_requires_clause] = STATE(4455), [sym_requires_expression] = STATE(4455), [sym_lambda_expression] = STATE(4455), [sym_lambda_capture_specifier] = STATE(5208), [sym_fold_expression] = STATE(4455), [sym_parameter_pack_expansion] = STATE(4455), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5301), [sym_qualified_identifier] = STATE(3543), [sym_qualified_type_identifier] = STATE(6810), [sym_user_defined_literal] = STATE(4455), [sym_identifier] = ACTIONS(3603), [anon_sym_LPAREN2] = ACTIONS(2618), [anon_sym_BANG] = ACTIONS(2620), [anon_sym_TILDE] = ACTIONS(2620), [anon_sym_DASH] = ACTIONS(2622), [anon_sym_PLUS] = ACTIONS(2622), [anon_sym_STAR] = ACTIONS(2624), [anon_sym_AMP] = ACTIONS(2624), [anon_sym_COLON_COLON] = ACTIONS(2626), [anon_sym_LBRACK] = ACTIONS(4401), [sym_primitive_type] = ACTIONS(2045), [anon_sym_not] = ACTIONS(2622), [anon_sym_compl] = ACTIONS(2622), [anon_sym_DASH_DASH] = ACTIONS(2640), [anon_sym_PLUS_PLUS] = ACTIONS(2640), [anon_sym_sizeof] = ACTIONS(2642), [anon_sym_offsetof] = ACTIONS(2644), [anon_sym__Generic] = ACTIONS(2646), [anon_sym_asm] = ACTIONS(2648), [anon_sym___asm__] = ACTIONS(2648), [sym_number_literal] = ACTIONS(2650), [anon_sym_L_SQUOTE] = ACTIONS(2652), [anon_sym_u_SQUOTE] = ACTIONS(2652), [anon_sym_U_SQUOTE] = ACTIONS(2652), [anon_sym_u8_SQUOTE] = ACTIONS(2652), [anon_sym_SQUOTE] = ACTIONS(2652), [anon_sym_L_DQUOTE] = ACTIONS(2654), [anon_sym_u_DQUOTE] = ACTIONS(2654), [anon_sym_U_DQUOTE] = ACTIONS(2654), [anon_sym_u8_DQUOTE] = ACTIONS(2654), [anon_sym_DQUOTE] = ACTIONS(2654), [sym_true] = ACTIONS(2656), [sym_false] = ACTIONS(2656), [anon_sym_NULL] = ACTIONS(2658), [anon_sym_nullptr] = ACTIONS(2658), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(2668), [anon_sym_R_DQUOTE] = ACTIONS(2670), [anon_sym_LR_DQUOTE] = ACTIONS(2670), [anon_sym_uR_DQUOTE] = ACTIONS(2670), [anon_sym_UR_DQUOTE] = ACTIONS(2670), [anon_sym_u8R_DQUOTE] = ACTIONS(2670), [anon_sym_co_await] = ACTIONS(2672), [anon_sym_new] = ACTIONS(2674), [anon_sym_requires] = ACTIONS(2676), [sym_this] = ACTIONS(2656), }, [1880] = { [sym__expression] = STATE(4012), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1881] = { [sym__expression] = STATE(4051), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1882] = { [sym__expression] = STATE(3490), [sym__expression_not_binary] = STATE(3025), [sym_conditional_expression] = STATE(3025), [sym_assignment_expression] = STATE(3025), [sym_pointer_expression] = STATE(3025), [sym_unary_expression] = STATE(3025), [sym_binary_expression] = STATE(3025), [sym_update_expression] = STATE(3025), [sym_cast_expression] = STATE(3025), [sym_sizeof_expression] = STATE(3025), [sym_offsetof_expression] = STATE(3025), [sym_generic_expression] = STATE(3025), [sym_subscript_expression] = STATE(3025), [sym_call_expression] = STATE(3025), [sym_gnu_asm_expression] = STATE(3025), [sym_field_expression] = STATE(3025), [sym_compound_literal_expression] = STATE(3025), [sym_parenthesized_expression] = STATE(3025), [sym_char_literal] = STATE(2884), [sym_concatenated_string] = STATE(2884), [sym_string_literal] = STATE(2162), [sym_null] = STATE(3025), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6624), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3025), [sym_raw_string_literal] = STATE(2162), [sym_co_await_expression] = STATE(3025), [sym_new_expression] = STATE(3025), [sym_delete_expression] = STATE(3025), [sym_requires_clause] = STATE(3025), [sym_requires_expression] = STATE(3025), [sym_lambda_expression] = STATE(3025), [sym_lambda_capture_specifier] = STATE(5221), [sym_fold_expression] = STATE(3025), [sym_parameter_pack_expansion] = STATE(3025), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3025), [sym_qualified_type_identifier] = STATE(6624), [sym_user_defined_literal] = STATE(3025), [sym_identifier] = ACTIONS(1933), [anon_sym_LPAREN2] = ACTIONS(2077), [anon_sym_BANG] = ACTIONS(2081), [anon_sym_TILDE] = ACTIONS(2081), [anon_sym_DASH] = ACTIONS(2079), [anon_sym_PLUS] = ACTIONS(2079), [anon_sym_STAR] = ACTIONS(3635), [anon_sym_AMP] = ACTIONS(3635), [anon_sym_COLON_COLON] = ACTIONS(2085), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(2079), [anon_sym_compl] = ACTIONS(2079), [anon_sym_DASH_DASH] = ACTIONS(2087), [anon_sym_PLUS_PLUS] = ACTIONS(2087), [anon_sym_sizeof] = ACTIONS(2089), [anon_sym_offsetof] = ACTIONS(1957), [anon_sym__Generic] = ACTIONS(1959), [anon_sym_asm] = ACTIONS(1961), [anon_sym___asm__] = ACTIONS(1961), [sym_number_literal] = ACTIONS(1963), [anon_sym_L_SQUOTE] = ACTIONS(1965), [anon_sym_u_SQUOTE] = ACTIONS(1965), [anon_sym_U_SQUOTE] = ACTIONS(1965), [anon_sym_u8_SQUOTE] = ACTIONS(1965), [anon_sym_SQUOTE] = ACTIONS(1965), [anon_sym_L_DQUOTE] = ACTIONS(1967), [anon_sym_u_DQUOTE] = ACTIONS(1967), [anon_sym_U_DQUOTE] = ACTIONS(1967), [anon_sym_u8_DQUOTE] = ACTIONS(1967), [anon_sym_DQUOTE] = ACTIONS(1967), [sym_true] = ACTIONS(1969), [sym_false] = ACTIONS(1969), [anon_sym_NULL] = ACTIONS(1971), [anon_sym_nullptr] = ACTIONS(1971), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(2091), [anon_sym_R_DQUOTE] = ACTIONS(1977), [anon_sym_LR_DQUOTE] = ACTIONS(1977), [anon_sym_uR_DQUOTE] = ACTIONS(1977), [anon_sym_UR_DQUOTE] = ACTIONS(1977), [anon_sym_u8R_DQUOTE] = ACTIONS(1977), [anon_sym_co_await] = ACTIONS(2093), [anon_sym_new] = ACTIONS(1981), [anon_sym_requires] = ACTIONS(1983), [sym_this] = ACTIONS(1969), }, [1883] = { [sym__expression] = STATE(3996), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1884] = { [sym__expression] = STATE(4180), [sym__expression_not_binary] = STATE(4455), [sym_conditional_expression] = STATE(4455), [sym_assignment_expression] = STATE(4455), [sym_pointer_expression] = STATE(3543), [sym_unary_expression] = STATE(4455), [sym_binary_expression] = STATE(4455), [sym_update_expression] = STATE(4455), [sym_cast_expression] = STATE(4455), [sym_sizeof_expression] = STATE(4455), [sym_offsetof_expression] = STATE(4455), [sym_generic_expression] = STATE(4455), [sym_subscript_expression] = STATE(3543), [sym_call_expression] = STATE(3543), [sym_gnu_asm_expression] = STATE(4455), [sym_field_expression] = STATE(3543), [sym_compound_literal_expression] = STATE(4455), [sym_parenthesized_expression] = STATE(3543), [sym_char_literal] = STATE(4150), [sym_concatenated_string] = STATE(4150), [sym_string_literal] = STATE(3544), [sym_null] = STATE(4455), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6810), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(4455), [sym_raw_string_literal] = STATE(3544), [sym_co_await_expression] = STATE(4455), [sym_new_expression] = STATE(4455), [sym_delete_expression] = STATE(4455), [sym_requires_clause] = STATE(4455), [sym_requires_expression] = STATE(4455), [sym_lambda_expression] = STATE(4455), [sym_lambda_capture_specifier] = STATE(5208), [sym_fold_expression] = STATE(4455), [sym_parameter_pack_expansion] = STATE(4455), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5301), [sym_qualified_identifier] = STATE(3543), [sym_qualified_type_identifier] = STATE(6810), [sym_user_defined_literal] = STATE(4455), [sym_identifier] = ACTIONS(3603), [anon_sym_LPAREN2] = ACTIONS(2618), [anon_sym_BANG] = ACTIONS(2620), [anon_sym_TILDE] = ACTIONS(2620), [anon_sym_DASH] = ACTIONS(2622), [anon_sym_PLUS] = ACTIONS(2622), [anon_sym_STAR] = ACTIONS(2624), [anon_sym_AMP] = ACTIONS(2624), [anon_sym_COLON_COLON] = ACTIONS(2626), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(2045), [anon_sym_not] = ACTIONS(2622), [anon_sym_compl] = ACTIONS(2622), [anon_sym_DASH_DASH] = ACTIONS(2640), [anon_sym_PLUS_PLUS] = ACTIONS(2640), [anon_sym_sizeof] = ACTIONS(2642), [anon_sym_offsetof] = ACTIONS(2644), [anon_sym__Generic] = ACTIONS(2646), [anon_sym_asm] = ACTIONS(2648), [anon_sym___asm__] = ACTIONS(2648), [sym_number_literal] = ACTIONS(2650), [anon_sym_L_SQUOTE] = ACTIONS(2652), [anon_sym_u_SQUOTE] = ACTIONS(2652), [anon_sym_U_SQUOTE] = ACTIONS(2652), [anon_sym_u8_SQUOTE] = ACTIONS(2652), [anon_sym_SQUOTE] = ACTIONS(2652), [anon_sym_L_DQUOTE] = ACTIONS(2654), [anon_sym_u_DQUOTE] = ACTIONS(2654), [anon_sym_U_DQUOTE] = ACTIONS(2654), [anon_sym_u8_DQUOTE] = ACTIONS(2654), [anon_sym_DQUOTE] = ACTIONS(2654), [sym_true] = ACTIONS(2656), [sym_false] = ACTIONS(2656), [anon_sym_NULL] = ACTIONS(2658), [anon_sym_nullptr] = ACTIONS(2658), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(2668), [anon_sym_R_DQUOTE] = ACTIONS(2670), [anon_sym_LR_DQUOTE] = ACTIONS(2670), [anon_sym_uR_DQUOTE] = ACTIONS(2670), [anon_sym_UR_DQUOTE] = ACTIONS(2670), [anon_sym_u8R_DQUOTE] = ACTIONS(2670), [anon_sym_co_await] = ACTIONS(2672), [anon_sym_new] = ACTIONS(2674), [anon_sym_requires] = ACTIONS(2676), [sym_this] = ACTIONS(2656), }, [1885] = { [sym__expression] = STATE(4303), [sym__expression_not_binary] = STATE(4455), [sym_conditional_expression] = STATE(4455), [sym_assignment_expression] = STATE(4455), [sym_pointer_expression] = STATE(3543), [sym_unary_expression] = STATE(4455), [sym_binary_expression] = STATE(4455), [sym_update_expression] = STATE(4455), [sym_cast_expression] = STATE(4455), [sym_sizeof_expression] = STATE(4455), [sym_offsetof_expression] = STATE(4455), [sym_generic_expression] = STATE(4455), [sym_subscript_expression] = STATE(3543), [sym_call_expression] = STATE(3543), [sym_gnu_asm_expression] = STATE(4455), [sym_field_expression] = STATE(3543), [sym_compound_literal_expression] = STATE(4455), [sym_parenthesized_expression] = STATE(3543), [sym_char_literal] = STATE(4150), [sym_concatenated_string] = STATE(4150), [sym_string_literal] = STATE(3544), [sym_null] = STATE(4455), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6810), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(4455), [sym_raw_string_literal] = STATE(3544), [sym_co_await_expression] = STATE(4455), [sym_new_expression] = STATE(4455), [sym_delete_expression] = STATE(4455), [sym_requires_clause] = STATE(4455), [sym_requires_expression] = STATE(4455), [sym_lambda_expression] = STATE(4455), [sym_lambda_capture_specifier] = STATE(5208), [sym_fold_expression] = STATE(4455), [sym_parameter_pack_expansion] = STATE(4455), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5301), [sym_qualified_identifier] = STATE(3543), [sym_qualified_type_identifier] = STATE(6810), [sym_user_defined_literal] = STATE(4455), [sym_identifier] = ACTIONS(3603), [anon_sym_LPAREN2] = ACTIONS(2618), [anon_sym_BANG] = ACTIONS(2620), [anon_sym_TILDE] = ACTIONS(2620), [anon_sym_DASH] = ACTIONS(2622), [anon_sym_PLUS] = ACTIONS(2622), [anon_sym_STAR] = ACTIONS(2624), [anon_sym_AMP] = ACTIONS(2624), [anon_sym_COLON_COLON] = ACTIONS(2626), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(2045), [anon_sym_not] = ACTIONS(2622), [anon_sym_compl] = ACTIONS(2622), [anon_sym_DASH_DASH] = ACTIONS(2640), [anon_sym_PLUS_PLUS] = ACTIONS(2640), [anon_sym_sizeof] = ACTIONS(2642), [anon_sym_offsetof] = ACTIONS(2644), [anon_sym__Generic] = ACTIONS(2646), [anon_sym_asm] = ACTIONS(2648), [anon_sym___asm__] = ACTIONS(2648), [sym_number_literal] = ACTIONS(2650), [anon_sym_L_SQUOTE] = ACTIONS(2652), [anon_sym_u_SQUOTE] = ACTIONS(2652), [anon_sym_U_SQUOTE] = ACTIONS(2652), [anon_sym_u8_SQUOTE] = ACTIONS(2652), [anon_sym_SQUOTE] = ACTIONS(2652), [anon_sym_L_DQUOTE] = ACTIONS(2654), [anon_sym_u_DQUOTE] = ACTIONS(2654), [anon_sym_U_DQUOTE] = ACTIONS(2654), [anon_sym_u8_DQUOTE] = ACTIONS(2654), [anon_sym_DQUOTE] = ACTIONS(2654), [sym_true] = ACTIONS(2656), [sym_false] = ACTIONS(2656), [anon_sym_NULL] = ACTIONS(2658), [anon_sym_nullptr] = ACTIONS(2658), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(2668), [anon_sym_R_DQUOTE] = ACTIONS(2670), [anon_sym_LR_DQUOTE] = ACTIONS(2670), [anon_sym_uR_DQUOTE] = ACTIONS(2670), [anon_sym_UR_DQUOTE] = ACTIONS(2670), [anon_sym_u8R_DQUOTE] = ACTIONS(2670), [anon_sym_co_await] = ACTIONS(2672), [anon_sym_new] = ACTIONS(2674), [anon_sym_requires] = ACTIONS(2676), [sym_this] = ACTIONS(2656), }, [1886] = { [sym__expression] = STATE(4037), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1887] = { [sym__expression] = STATE(4369), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1888] = { [sym__expression] = STATE(4376), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1889] = { [sym__expression] = STATE(4489), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3552), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3552), [sym_call_expression] = STATE(3552), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3552), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3552), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3552), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3627), [anon_sym_LPAREN2] = ACTIONS(3629), [anon_sym_BANG] = ACTIONS(3633), [anon_sym_TILDE] = ACTIONS(3633), [anon_sym_DASH] = ACTIONS(3631), [anon_sym_PLUS] = ACTIONS(3631), [anon_sym_STAR] = ACTIONS(3635), [anon_sym_AMP] = ACTIONS(3635), [anon_sym_COLON_COLON] = ACTIONS(3637), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(3631), [anon_sym_compl] = ACTIONS(3631), [anon_sym_DASH_DASH] = ACTIONS(3639), [anon_sym_PLUS_PLUS] = ACTIONS(3639), [anon_sym_sizeof] = ACTIONS(3641), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(3643), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(3645), [anon_sym_new] = ACTIONS(3625), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1890] = { [sym__expression] = STATE(4373), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3525), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3525), [sym_call_expression] = STATE(3525), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3525), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3525), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3525), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3607), [anon_sym_LPAREN2] = ACTIONS(3609), [anon_sym_BANG] = ACTIONS(3613), [anon_sym_TILDE] = ACTIONS(3613), [anon_sym_DASH] = ACTIONS(3611), [anon_sym_PLUS] = ACTIONS(3611), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(3615), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(3611), [anon_sym_compl] = ACTIONS(3611), [anon_sym_DASH_DASH] = ACTIONS(3617), [anon_sym_PLUS_PLUS] = ACTIONS(3617), [anon_sym_sizeof] = ACTIONS(3619), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(3621), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(3623), [anon_sym_new] = ACTIONS(3625), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1891] = { [sym__expression] = STATE(2974), [sym__expression_not_binary] = STATE(3025), [sym_conditional_expression] = STATE(3025), [sym_assignment_expression] = STATE(3025), [sym_pointer_expression] = STATE(3025), [sym_unary_expression] = STATE(3025), [sym_binary_expression] = STATE(3025), [sym_update_expression] = STATE(3025), [sym_cast_expression] = STATE(3025), [sym_sizeof_expression] = STATE(3025), [sym_offsetof_expression] = STATE(3025), [sym_generic_expression] = STATE(3025), [sym_subscript_expression] = STATE(3025), [sym_call_expression] = STATE(3025), [sym_gnu_asm_expression] = STATE(3025), [sym_field_expression] = STATE(3025), [sym_compound_literal_expression] = STATE(3025), [sym_parenthesized_expression] = STATE(3025), [sym_char_literal] = STATE(2884), [sym_concatenated_string] = STATE(2884), [sym_string_literal] = STATE(2162), [sym_null] = STATE(3025), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6624), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3025), [sym_raw_string_literal] = STATE(2162), [sym_co_await_expression] = STATE(3025), [sym_new_expression] = STATE(3025), [sym_delete_expression] = STATE(3025), [sym_requires_clause] = STATE(3025), [sym_requires_expression] = STATE(3025), [sym_lambda_expression] = STATE(3025), [sym_lambda_capture_specifier] = STATE(5221), [sym_fold_expression] = STATE(3025), [sym_parameter_pack_expansion] = STATE(3025), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3025), [sym_qualified_type_identifier] = STATE(6624), [sym_user_defined_literal] = STATE(3025), [sym_identifier] = ACTIONS(1933), [anon_sym_LPAREN2] = ACTIONS(1937), [anon_sym_BANG] = ACTIONS(1941), [anon_sym_TILDE] = ACTIONS(1941), [anon_sym_DASH] = ACTIONS(1939), [anon_sym_PLUS] = ACTIONS(1939), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(1945), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(1939), [anon_sym_compl] = ACTIONS(1939), [anon_sym_DASH_DASH] = ACTIONS(1953), [anon_sym_PLUS_PLUS] = ACTIONS(1953), [anon_sym_sizeof] = ACTIONS(1955), [anon_sym_offsetof] = ACTIONS(1957), [anon_sym__Generic] = ACTIONS(1959), [anon_sym_asm] = ACTIONS(1961), [anon_sym___asm__] = ACTIONS(1961), [sym_number_literal] = ACTIONS(1963), [anon_sym_L_SQUOTE] = ACTIONS(1965), [anon_sym_u_SQUOTE] = ACTIONS(1965), [anon_sym_U_SQUOTE] = ACTIONS(1965), [anon_sym_u8_SQUOTE] = ACTIONS(1965), [anon_sym_SQUOTE] = ACTIONS(1965), [anon_sym_L_DQUOTE] = ACTIONS(1967), [anon_sym_u_DQUOTE] = ACTIONS(1967), [anon_sym_U_DQUOTE] = ACTIONS(1967), [anon_sym_u8_DQUOTE] = ACTIONS(1967), [anon_sym_DQUOTE] = ACTIONS(1967), [sym_true] = ACTIONS(1969), [sym_false] = ACTIONS(1969), [anon_sym_NULL] = ACTIONS(1971), [anon_sym_nullptr] = ACTIONS(1971), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(1975), [anon_sym_R_DQUOTE] = ACTIONS(1977), [anon_sym_LR_DQUOTE] = ACTIONS(1977), [anon_sym_uR_DQUOTE] = ACTIONS(1977), [anon_sym_UR_DQUOTE] = ACTIONS(1977), [anon_sym_u8R_DQUOTE] = ACTIONS(1977), [anon_sym_co_await] = ACTIONS(1979), [anon_sym_new] = ACTIONS(1981), [anon_sym_requires] = ACTIONS(1983), [sym_this] = ACTIONS(1969), }, [1892] = { [sym__expression] = STATE(4254), [sym__expression_not_binary] = STATE(4455), [sym_conditional_expression] = STATE(4455), [sym_assignment_expression] = STATE(4455), [sym_pointer_expression] = STATE(3543), [sym_unary_expression] = STATE(4455), [sym_binary_expression] = STATE(4455), [sym_update_expression] = STATE(4455), [sym_cast_expression] = STATE(4455), [sym_sizeof_expression] = STATE(4455), [sym_offsetof_expression] = STATE(4455), [sym_generic_expression] = STATE(4455), [sym_subscript_expression] = STATE(3543), [sym_call_expression] = STATE(3543), [sym_gnu_asm_expression] = STATE(4455), [sym_field_expression] = STATE(3543), [sym_compound_literal_expression] = STATE(4455), [sym_parenthesized_expression] = STATE(3543), [sym_char_literal] = STATE(4150), [sym_concatenated_string] = STATE(4150), [sym_string_literal] = STATE(3544), [sym_null] = STATE(4455), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6810), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(4455), [sym_raw_string_literal] = STATE(3544), [sym_co_await_expression] = STATE(4455), [sym_new_expression] = STATE(4455), [sym_delete_expression] = STATE(4455), [sym_requires_clause] = STATE(4455), [sym_requires_expression] = STATE(4455), [sym_lambda_expression] = STATE(4455), [sym_lambda_capture_specifier] = STATE(5208), [sym_fold_expression] = STATE(4455), [sym_parameter_pack_expansion] = STATE(4455), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5301), [sym_qualified_identifier] = STATE(3543), [sym_qualified_type_identifier] = STATE(6810), [sym_user_defined_literal] = STATE(4455), [sym_identifier] = ACTIONS(3603), [anon_sym_LPAREN2] = ACTIONS(2618), [anon_sym_BANG] = ACTIONS(2620), [anon_sym_TILDE] = ACTIONS(2620), [anon_sym_DASH] = ACTIONS(2622), [anon_sym_PLUS] = ACTIONS(2622), [anon_sym_STAR] = ACTIONS(2624), [anon_sym_AMP] = ACTIONS(2624), [anon_sym_COLON_COLON] = ACTIONS(2626), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(2045), [anon_sym_not] = ACTIONS(2622), [anon_sym_compl] = ACTIONS(2622), [anon_sym_DASH_DASH] = ACTIONS(2640), [anon_sym_PLUS_PLUS] = ACTIONS(2640), [anon_sym_sizeof] = ACTIONS(2642), [anon_sym_offsetof] = ACTIONS(2644), [anon_sym__Generic] = ACTIONS(2646), [anon_sym_asm] = ACTIONS(2648), [anon_sym___asm__] = ACTIONS(2648), [sym_number_literal] = ACTIONS(2650), [anon_sym_L_SQUOTE] = ACTIONS(2652), [anon_sym_u_SQUOTE] = ACTIONS(2652), [anon_sym_U_SQUOTE] = ACTIONS(2652), [anon_sym_u8_SQUOTE] = ACTIONS(2652), [anon_sym_SQUOTE] = ACTIONS(2652), [anon_sym_L_DQUOTE] = ACTIONS(2654), [anon_sym_u_DQUOTE] = ACTIONS(2654), [anon_sym_U_DQUOTE] = ACTIONS(2654), [anon_sym_u8_DQUOTE] = ACTIONS(2654), [anon_sym_DQUOTE] = ACTIONS(2654), [sym_true] = ACTIONS(2656), [sym_false] = ACTIONS(2656), [anon_sym_NULL] = ACTIONS(2658), [anon_sym_nullptr] = ACTIONS(2658), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(2668), [anon_sym_R_DQUOTE] = ACTIONS(2670), [anon_sym_LR_DQUOTE] = ACTIONS(2670), [anon_sym_uR_DQUOTE] = ACTIONS(2670), [anon_sym_UR_DQUOTE] = ACTIONS(2670), [anon_sym_u8R_DQUOTE] = ACTIONS(2670), [anon_sym_co_await] = ACTIONS(2672), [anon_sym_new] = ACTIONS(2674), [anon_sym_requires] = ACTIONS(2676), [sym_this] = ACTIONS(2656), }, [1893] = { [sym__expression] = STATE(3011), [sym__expression_not_binary] = STATE(3025), [sym_conditional_expression] = STATE(3025), [sym_assignment_expression] = STATE(3025), [sym_pointer_expression] = STATE(3025), [sym_unary_expression] = STATE(3025), [sym_binary_expression] = STATE(3025), [sym_update_expression] = STATE(3025), [sym_cast_expression] = STATE(3025), [sym_sizeof_expression] = STATE(3025), [sym_offsetof_expression] = STATE(3025), [sym_generic_expression] = STATE(3025), [sym_subscript_expression] = STATE(3025), [sym_call_expression] = STATE(3025), [sym_gnu_asm_expression] = STATE(3025), [sym_field_expression] = STATE(3025), [sym_compound_literal_expression] = STATE(3025), [sym_parenthesized_expression] = STATE(3025), [sym_char_literal] = STATE(2884), [sym_concatenated_string] = STATE(2884), [sym_string_literal] = STATE(2162), [sym_null] = STATE(3025), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6624), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3025), [sym_raw_string_literal] = STATE(2162), [sym_co_await_expression] = STATE(3025), [sym_new_expression] = STATE(3025), [sym_delete_expression] = STATE(3025), [sym_requires_clause] = STATE(3025), [sym_requires_expression] = STATE(3025), [sym_lambda_expression] = STATE(3025), [sym_lambda_capture_specifier] = STATE(5221), [sym_fold_expression] = STATE(3025), [sym_parameter_pack_expansion] = STATE(3025), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3025), [sym_qualified_type_identifier] = STATE(6624), [sym_user_defined_literal] = STATE(3025), [sym_identifier] = ACTIONS(1933), [anon_sym_LPAREN2] = ACTIONS(1937), [anon_sym_BANG] = ACTIONS(1941), [anon_sym_TILDE] = ACTIONS(1941), [anon_sym_DASH] = ACTIONS(1939), [anon_sym_PLUS] = ACTIONS(1939), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(1945), [anon_sym_LBRACK] = ACTIONS(4403), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(1939), [anon_sym_compl] = ACTIONS(1939), [anon_sym_DASH_DASH] = ACTIONS(1953), [anon_sym_PLUS_PLUS] = ACTIONS(1953), [anon_sym_sizeof] = ACTIONS(1955), [anon_sym_offsetof] = ACTIONS(1957), [anon_sym__Generic] = ACTIONS(1959), [anon_sym_asm] = ACTIONS(1961), [anon_sym___asm__] = ACTIONS(1961), [sym_number_literal] = ACTIONS(1963), [anon_sym_L_SQUOTE] = ACTIONS(1965), [anon_sym_u_SQUOTE] = ACTIONS(1965), [anon_sym_U_SQUOTE] = ACTIONS(1965), [anon_sym_u8_SQUOTE] = ACTIONS(1965), [anon_sym_SQUOTE] = ACTIONS(1965), [anon_sym_L_DQUOTE] = ACTIONS(1967), [anon_sym_u_DQUOTE] = ACTIONS(1967), [anon_sym_U_DQUOTE] = ACTIONS(1967), [anon_sym_u8_DQUOTE] = ACTIONS(1967), [anon_sym_DQUOTE] = ACTIONS(1967), [sym_true] = ACTIONS(1969), [sym_false] = ACTIONS(1969), [anon_sym_NULL] = ACTIONS(1971), [anon_sym_nullptr] = ACTIONS(1971), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(1975), [anon_sym_R_DQUOTE] = ACTIONS(1977), [anon_sym_LR_DQUOTE] = ACTIONS(1977), [anon_sym_uR_DQUOTE] = ACTIONS(1977), [anon_sym_UR_DQUOTE] = ACTIONS(1977), [anon_sym_u8R_DQUOTE] = ACTIONS(1977), [anon_sym_co_await] = ACTIONS(1979), [anon_sym_new] = ACTIONS(1981), [anon_sym_requires] = ACTIONS(1983), [sym_this] = ACTIONS(1969), }, [1894] = { [sym__expression] = STATE(3158), [sym__expression_not_binary] = STATE(3295), [sym_conditional_expression] = STATE(3295), [sym_assignment_expression] = STATE(3295), [sym_pointer_expression] = STATE(3295), [sym_unary_expression] = STATE(3295), [sym_binary_expression] = STATE(3295), [sym_update_expression] = STATE(3295), [sym_cast_expression] = STATE(3295), [sym_sizeof_expression] = STATE(3295), [sym_offsetof_expression] = STATE(3295), [sym_generic_expression] = STATE(3295), [sym_subscript_expression] = STATE(3295), [sym_call_expression] = STATE(3295), [sym_gnu_asm_expression] = STATE(3295), [sym_field_expression] = STATE(3295), [sym_compound_literal_expression] = STATE(3295), [sym_parenthesized_expression] = STATE(3295), [sym_char_literal] = STATE(3192), [sym_concatenated_string] = STATE(3192), [sym_string_literal] = STATE(2207), [sym_null] = STATE(3295), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6682), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3295), [sym_raw_string_literal] = STATE(2207), [sym_co_await_expression] = STATE(3295), [sym_new_expression] = STATE(3295), [sym_delete_expression] = STATE(3295), [sym_requires_clause] = STATE(3295), [sym_requires_expression] = STATE(3295), [sym_lambda_expression] = STATE(3295), [sym_lambda_capture_specifier] = STATE(5166), [sym_fold_expression] = STATE(3295), [sym_parameter_pack_expansion] = STATE(3295), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5270), [sym_qualified_identifier] = STATE(3295), [sym_qualified_type_identifier] = STATE(6682), [sym_user_defined_literal] = STATE(3295), [sym_identifier] = ACTIONS(1985), [anon_sym_LPAREN2] = ACTIONS(1987), [anon_sym_BANG] = ACTIONS(1991), [anon_sym_TILDE] = ACTIONS(1991), [anon_sym_DASH] = ACTIONS(1989), [anon_sym_PLUS] = ACTIONS(1989), [anon_sym_STAR] = ACTIONS(1847), [anon_sym_AMP] = ACTIONS(1847), [anon_sym_COLON_COLON] = ACTIONS(1995), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1999), [anon_sym_not] = ACTIONS(1989), [anon_sym_compl] = ACTIONS(1989), [anon_sym_DASH_DASH] = ACTIONS(2001), [anon_sym_PLUS_PLUS] = ACTIONS(2001), [anon_sym_sizeof] = ACTIONS(2003), [anon_sym_offsetof] = ACTIONS(2005), [anon_sym__Generic] = ACTIONS(2007), [anon_sym_asm] = ACTIONS(2009), [anon_sym___asm__] = ACTIONS(2009), [sym_number_literal] = ACTIONS(2011), [anon_sym_L_SQUOTE] = ACTIONS(2013), [anon_sym_u_SQUOTE] = ACTIONS(2013), [anon_sym_U_SQUOTE] = ACTIONS(2013), [anon_sym_u8_SQUOTE] = ACTIONS(2013), [anon_sym_SQUOTE] = ACTIONS(2013), [anon_sym_L_DQUOTE] = ACTIONS(2015), [anon_sym_u_DQUOTE] = ACTIONS(2015), [anon_sym_U_DQUOTE] = ACTIONS(2015), [anon_sym_u8_DQUOTE] = ACTIONS(2015), [anon_sym_DQUOTE] = ACTIONS(2015), [sym_true] = ACTIONS(2017), [sym_false] = ACTIONS(2017), [anon_sym_NULL] = ACTIONS(2019), [anon_sym_nullptr] = ACTIONS(2019), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(2021), [anon_sym_R_DQUOTE] = ACTIONS(2023), [anon_sym_LR_DQUOTE] = ACTIONS(2023), [anon_sym_uR_DQUOTE] = ACTIONS(2023), [anon_sym_UR_DQUOTE] = ACTIONS(2023), [anon_sym_u8R_DQUOTE] = ACTIONS(2023), [anon_sym_co_await] = ACTIONS(2025), [anon_sym_new] = ACTIONS(2027), [anon_sym_requires] = ACTIONS(2029), [sym_this] = ACTIONS(2017), }, [1895] = { [sym__expression] = STATE(4490), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1896] = { [sym__expression] = STATE(4364), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1897] = { [sym__expression] = STATE(4181), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3525), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3525), [sym_call_expression] = STATE(3525), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3525), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3525), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3525), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3607), [anon_sym_LPAREN2] = ACTIONS(3609), [anon_sym_BANG] = ACTIONS(3613), [anon_sym_TILDE] = ACTIONS(3613), [anon_sym_DASH] = ACTIONS(3611), [anon_sym_PLUS] = ACTIONS(3611), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(3615), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(3611), [anon_sym_compl] = ACTIONS(3611), [anon_sym_DASH_DASH] = ACTIONS(3617), [anon_sym_PLUS_PLUS] = ACTIONS(3617), [anon_sym_sizeof] = ACTIONS(3619), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(3621), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(3623), [anon_sym_new] = ACTIONS(3625), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1898] = { [sym__expression] = STATE(4176), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1899] = { [sym__expression] = STATE(3914), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1900] = { [sym__expression] = STATE(3542), [sym__expression_not_binary] = STATE(3564), [sym_conditional_expression] = STATE(3564), [sym_assignment_expression] = STATE(3564), [sym_pointer_expression] = STATE(3290), [sym_unary_expression] = STATE(3564), [sym_binary_expression] = STATE(3564), [sym_update_expression] = STATE(3564), [sym_cast_expression] = STATE(3564), [sym_sizeof_expression] = STATE(3564), [sym_offsetof_expression] = STATE(3564), [sym_generic_expression] = STATE(3564), [sym_subscript_expression] = STATE(3290), [sym_call_expression] = STATE(3290), [sym_gnu_asm_expression] = STATE(3564), [sym_field_expression] = STATE(3290), [sym_compound_literal_expression] = STATE(3564), [sym_parenthesized_expression] = STATE(3290), [sym_char_literal] = STATE(3429), [sym_concatenated_string] = STATE(3429), [sym_string_literal] = STATE(2306), [sym_null] = STATE(3564), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6687), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3564), [sym_raw_string_literal] = STATE(2306), [sym_co_await_expression] = STATE(3564), [sym_new_expression] = STATE(3564), [sym_delete_expression] = STATE(3564), [sym_requires_clause] = STATE(3564), [sym_requires_expression] = STATE(3564), [sym_lambda_expression] = STATE(3564), [sym_lambda_capture_specifier] = STATE(5176), [sym_fold_expression] = STATE(3564), [sym_parameter_pack_expansion] = STATE(3564), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5270), [sym_qualified_identifier] = STATE(3290), [sym_qualified_type_identifier] = STATE(6687), [sym_user_defined_literal] = STATE(3564), [sym_identifier] = ACTIONS(2095), [anon_sym_LPAREN2] = ACTIONS(1841), [anon_sym_BANG] = ACTIONS(1843), [anon_sym_TILDE] = ACTIONS(1843), [anon_sym_DASH] = ACTIONS(1845), [anon_sym_PLUS] = ACTIONS(1845), [anon_sym_STAR] = ACTIONS(1847), [anon_sym_AMP] = ACTIONS(1847), [anon_sym_COLON_COLON] = ACTIONS(1849), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1999), [anon_sym_not] = ACTIONS(1845), [anon_sym_compl] = ACTIONS(1845), [anon_sym_DASH_DASH] = ACTIONS(1861), [anon_sym_PLUS_PLUS] = ACTIONS(1861), [anon_sym_sizeof] = ACTIONS(1863), [anon_sym_offsetof] = ACTIONS(1865), [anon_sym__Generic] = ACTIONS(1867), [anon_sym_asm] = ACTIONS(1869), [anon_sym___asm__] = ACTIONS(1869), [sym_number_literal] = ACTIONS(1871), [anon_sym_L_SQUOTE] = ACTIONS(1873), [anon_sym_u_SQUOTE] = ACTIONS(1873), [anon_sym_U_SQUOTE] = ACTIONS(1873), [anon_sym_u8_SQUOTE] = ACTIONS(1873), [anon_sym_SQUOTE] = ACTIONS(1873), [anon_sym_L_DQUOTE] = ACTIONS(1875), [anon_sym_u_DQUOTE] = ACTIONS(1875), [anon_sym_U_DQUOTE] = ACTIONS(1875), [anon_sym_u8_DQUOTE] = ACTIONS(1875), [anon_sym_DQUOTE] = ACTIONS(1875), [sym_true] = ACTIONS(1877), [sym_false] = ACTIONS(1877), [anon_sym_NULL] = ACTIONS(1879), [anon_sym_nullptr] = ACTIONS(1879), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(1883), [anon_sym_R_DQUOTE] = ACTIONS(1885), [anon_sym_LR_DQUOTE] = ACTIONS(1885), [anon_sym_uR_DQUOTE] = ACTIONS(1885), [anon_sym_UR_DQUOTE] = ACTIONS(1885), [anon_sym_u8R_DQUOTE] = ACTIONS(1885), [anon_sym_co_await] = ACTIONS(1887), [anon_sym_new] = ACTIONS(1889), [anon_sym_requires] = ACTIONS(1891), [sym_this] = ACTIONS(1877), }, [1901] = { [sym__expression] = STATE(4487), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3552), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3552), [sym_call_expression] = STATE(3552), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3552), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3552), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3552), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3627), [anon_sym_LPAREN2] = ACTIONS(3629), [anon_sym_BANG] = ACTIONS(3633), [anon_sym_TILDE] = ACTIONS(3633), [anon_sym_DASH] = ACTIONS(3631), [anon_sym_PLUS] = ACTIONS(3631), [anon_sym_STAR] = ACTIONS(3635), [anon_sym_AMP] = ACTIONS(3635), [anon_sym_COLON_COLON] = ACTIONS(3637), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(3631), [anon_sym_compl] = ACTIONS(3631), [anon_sym_DASH_DASH] = ACTIONS(3639), [anon_sym_PLUS_PLUS] = ACTIONS(3639), [anon_sym_sizeof] = ACTIONS(3641), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(3643), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(3645), [anon_sym_new] = ACTIONS(3625), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1902] = { [sym__expression] = STATE(4203), [sym__expression_not_binary] = STATE(4455), [sym_conditional_expression] = STATE(4455), [sym_assignment_expression] = STATE(4455), [sym_pointer_expression] = STATE(3543), [sym_unary_expression] = STATE(4455), [sym_binary_expression] = STATE(4455), [sym_update_expression] = STATE(4455), [sym_cast_expression] = STATE(4455), [sym_sizeof_expression] = STATE(4455), [sym_offsetof_expression] = STATE(4455), [sym_generic_expression] = STATE(4455), [sym_subscript_expression] = STATE(3543), [sym_call_expression] = STATE(3543), [sym_gnu_asm_expression] = STATE(4455), [sym_field_expression] = STATE(3543), [sym_compound_literal_expression] = STATE(4455), [sym_parenthesized_expression] = STATE(3543), [sym_char_literal] = STATE(4150), [sym_concatenated_string] = STATE(4150), [sym_string_literal] = STATE(3544), [sym_null] = STATE(4455), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6810), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(4455), [sym_raw_string_literal] = STATE(3544), [sym_co_await_expression] = STATE(4455), [sym_new_expression] = STATE(4455), [sym_delete_expression] = STATE(4455), [sym_requires_clause] = STATE(4455), [sym_requires_expression] = STATE(4455), [sym_lambda_expression] = STATE(4455), [sym_lambda_capture_specifier] = STATE(5208), [sym_fold_expression] = STATE(4455), [sym_parameter_pack_expansion] = STATE(4455), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5301), [sym_qualified_identifier] = STATE(3543), [sym_qualified_type_identifier] = STATE(6810), [sym_user_defined_literal] = STATE(4455), [sym_identifier] = ACTIONS(3603), [anon_sym_LPAREN2] = ACTIONS(2618), [anon_sym_BANG] = ACTIONS(2620), [anon_sym_TILDE] = ACTIONS(2620), [anon_sym_DASH] = ACTIONS(2622), [anon_sym_PLUS] = ACTIONS(2622), [anon_sym_STAR] = ACTIONS(2624), [anon_sym_AMP] = ACTIONS(2624), [anon_sym_COLON_COLON] = ACTIONS(2626), [anon_sym_LBRACK] = ACTIONS(4405), [sym_primitive_type] = ACTIONS(2045), [anon_sym_not] = ACTIONS(2622), [anon_sym_compl] = ACTIONS(2622), [anon_sym_DASH_DASH] = ACTIONS(2640), [anon_sym_PLUS_PLUS] = ACTIONS(2640), [anon_sym_sizeof] = ACTIONS(2642), [anon_sym_offsetof] = ACTIONS(2644), [anon_sym__Generic] = ACTIONS(2646), [anon_sym_asm] = ACTIONS(2648), [anon_sym___asm__] = ACTIONS(2648), [sym_number_literal] = ACTIONS(2650), [anon_sym_L_SQUOTE] = ACTIONS(2652), [anon_sym_u_SQUOTE] = ACTIONS(2652), [anon_sym_U_SQUOTE] = ACTIONS(2652), [anon_sym_u8_SQUOTE] = ACTIONS(2652), [anon_sym_SQUOTE] = ACTIONS(2652), [anon_sym_L_DQUOTE] = ACTIONS(2654), [anon_sym_u_DQUOTE] = ACTIONS(2654), [anon_sym_U_DQUOTE] = ACTIONS(2654), [anon_sym_u8_DQUOTE] = ACTIONS(2654), [anon_sym_DQUOTE] = ACTIONS(2654), [sym_true] = ACTIONS(2656), [sym_false] = ACTIONS(2656), [anon_sym_NULL] = ACTIONS(2658), [anon_sym_nullptr] = ACTIONS(2658), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(2668), [anon_sym_R_DQUOTE] = ACTIONS(2670), [anon_sym_LR_DQUOTE] = ACTIONS(2670), [anon_sym_uR_DQUOTE] = ACTIONS(2670), [anon_sym_UR_DQUOTE] = ACTIONS(2670), [anon_sym_u8R_DQUOTE] = ACTIONS(2670), [anon_sym_co_await] = ACTIONS(2672), [anon_sym_new] = ACTIONS(2674), [anon_sym_requires] = ACTIONS(2676), [sym_this] = ACTIONS(2656), }, [1903] = { [sym__expression] = STATE(3914), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(4407), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1904] = { [sym__expression] = STATE(4391), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3552), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3552), [sym_call_expression] = STATE(3552), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3552), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3552), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3552), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3627), [anon_sym_LPAREN2] = ACTIONS(3629), [anon_sym_BANG] = ACTIONS(3633), [anon_sym_TILDE] = ACTIONS(3633), [anon_sym_DASH] = ACTIONS(3631), [anon_sym_PLUS] = ACTIONS(3631), [anon_sym_STAR] = ACTIONS(3635), [anon_sym_AMP] = ACTIONS(3635), [anon_sym_COLON_COLON] = ACTIONS(3637), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(3631), [anon_sym_compl] = ACTIONS(3631), [anon_sym_DASH_DASH] = ACTIONS(3639), [anon_sym_PLUS_PLUS] = ACTIONS(3639), [anon_sym_sizeof] = ACTIONS(3641), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(3643), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(3645), [anon_sym_new] = ACTIONS(3625), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1905] = { [sym__expression] = STATE(3997), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1906] = { [sym__expression] = STATE(4479), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3552), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3552), [sym_call_expression] = STATE(3552), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3552), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3552), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3552), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3627), [anon_sym_LPAREN2] = ACTIONS(3629), [anon_sym_BANG] = ACTIONS(3633), [anon_sym_TILDE] = ACTIONS(3633), [anon_sym_DASH] = ACTIONS(3631), [anon_sym_PLUS] = ACTIONS(3631), [anon_sym_STAR] = ACTIONS(3635), [anon_sym_AMP] = ACTIONS(3635), [anon_sym_COLON_COLON] = ACTIONS(3637), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(3631), [anon_sym_compl] = ACTIONS(3631), [anon_sym_DASH_DASH] = ACTIONS(3639), [anon_sym_PLUS_PLUS] = ACTIONS(3639), [anon_sym_sizeof] = ACTIONS(3641), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(3643), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(3645), [anon_sym_new] = ACTIONS(3625), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1907] = { [sym__expression] = STATE(4472), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3552), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3552), [sym_call_expression] = STATE(3552), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3552), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3552), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3552), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3627), [anon_sym_LPAREN2] = ACTIONS(3629), [anon_sym_BANG] = ACTIONS(3633), [anon_sym_TILDE] = ACTIONS(3633), [anon_sym_DASH] = ACTIONS(3631), [anon_sym_PLUS] = ACTIONS(3631), [anon_sym_STAR] = ACTIONS(3635), [anon_sym_AMP] = ACTIONS(3635), [anon_sym_COLON_COLON] = ACTIONS(3637), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(3631), [anon_sym_compl] = ACTIONS(3631), [anon_sym_DASH_DASH] = ACTIONS(3639), [anon_sym_PLUS_PLUS] = ACTIONS(3639), [anon_sym_sizeof] = ACTIONS(3641), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(3643), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(3645), [anon_sym_new] = ACTIONS(3625), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1908] = { [sym__expression] = STATE(4388), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1909] = { [sym__expression] = STATE(4237), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3525), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3525), [sym_call_expression] = STATE(3525), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3525), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3525), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3525), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3607), [anon_sym_LPAREN2] = ACTIONS(3609), [anon_sym_BANG] = ACTIONS(3613), [anon_sym_TILDE] = ACTIONS(3613), [anon_sym_DASH] = ACTIONS(3611), [anon_sym_PLUS] = ACTIONS(3611), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(3615), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(3611), [anon_sym_compl] = ACTIONS(3611), [anon_sym_DASH_DASH] = ACTIONS(3617), [anon_sym_PLUS_PLUS] = ACTIONS(3617), [anon_sym_sizeof] = ACTIONS(3619), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(3621), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(3623), [anon_sym_new] = ACTIONS(3625), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1910] = { [sym__expression] = STATE(3456), [sym__expression_not_binary] = STATE(3564), [sym_conditional_expression] = STATE(3564), [sym_assignment_expression] = STATE(3564), [sym_pointer_expression] = STATE(3290), [sym_unary_expression] = STATE(3564), [sym_binary_expression] = STATE(3564), [sym_update_expression] = STATE(3564), [sym_cast_expression] = STATE(3564), [sym_sizeof_expression] = STATE(3564), [sym_offsetof_expression] = STATE(3564), [sym_generic_expression] = STATE(3564), [sym_subscript_expression] = STATE(3290), [sym_call_expression] = STATE(3290), [sym_gnu_asm_expression] = STATE(3564), [sym_field_expression] = STATE(3290), [sym_compound_literal_expression] = STATE(3564), [sym_parenthesized_expression] = STATE(3290), [sym_char_literal] = STATE(3429), [sym_concatenated_string] = STATE(3429), [sym_string_literal] = STATE(2306), [sym_null] = STATE(3564), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6687), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3564), [sym_raw_string_literal] = STATE(2306), [sym_co_await_expression] = STATE(3564), [sym_new_expression] = STATE(3564), [sym_delete_expression] = STATE(3564), [sym_requires_clause] = STATE(3564), [sym_requires_expression] = STATE(3564), [sym_lambda_expression] = STATE(3564), [sym_lambda_capture_specifier] = STATE(5176), [sym_fold_expression] = STATE(3564), [sym_parameter_pack_expansion] = STATE(3564), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5270), [sym_qualified_identifier] = STATE(3290), [sym_qualified_type_identifier] = STATE(6687), [sym_user_defined_literal] = STATE(3564), [sym_identifier] = ACTIONS(2095), [anon_sym_LPAREN2] = ACTIONS(1841), [anon_sym_BANG] = ACTIONS(1843), [anon_sym_TILDE] = ACTIONS(1843), [anon_sym_DASH] = ACTIONS(1845), [anon_sym_PLUS] = ACTIONS(1845), [anon_sym_STAR] = ACTIONS(1847), [anon_sym_AMP] = ACTIONS(1847), [anon_sym_COLON_COLON] = ACTIONS(1849), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1999), [anon_sym_not] = ACTIONS(1845), [anon_sym_compl] = ACTIONS(1845), [anon_sym_DASH_DASH] = ACTIONS(1861), [anon_sym_PLUS_PLUS] = ACTIONS(1861), [anon_sym_sizeof] = ACTIONS(1863), [anon_sym_offsetof] = ACTIONS(1865), [anon_sym__Generic] = ACTIONS(1867), [anon_sym_asm] = ACTIONS(1869), [anon_sym___asm__] = ACTIONS(1869), [sym_number_literal] = ACTIONS(1871), [anon_sym_L_SQUOTE] = ACTIONS(1873), [anon_sym_u_SQUOTE] = ACTIONS(1873), [anon_sym_U_SQUOTE] = ACTIONS(1873), [anon_sym_u8_SQUOTE] = ACTIONS(1873), [anon_sym_SQUOTE] = ACTIONS(1873), [anon_sym_L_DQUOTE] = ACTIONS(1875), [anon_sym_u_DQUOTE] = ACTIONS(1875), [anon_sym_U_DQUOTE] = ACTIONS(1875), [anon_sym_u8_DQUOTE] = ACTIONS(1875), [anon_sym_DQUOTE] = ACTIONS(1875), [sym_true] = ACTIONS(1877), [sym_false] = ACTIONS(1877), [anon_sym_NULL] = ACTIONS(1879), [anon_sym_nullptr] = ACTIONS(1879), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(1883), [anon_sym_R_DQUOTE] = ACTIONS(1885), [anon_sym_LR_DQUOTE] = ACTIONS(1885), [anon_sym_uR_DQUOTE] = ACTIONS(1885), [anon_sym_UR_DQUOTE] = ACTIONS(1885), [anon_sym_u8R_DQUOTE] = ACTIONS(1885), [anon_sym_co_await] = ACTIONS(1887), [anon_sym_new] = ACTIONS(1889), [anon_sym_requires] = ACTIONS(1891), [sym_this] = ACTIONS(1877), }, [1911] = { [sym__expression] = STATE(4442), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3552), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3552), [sym_call_expression] = STATE(3552), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3552), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3552), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3552), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3627), [anon_sym_LPAREN2] = ACTIONS(3629), [anon_sym_BANG] = ACTIONS(3633), [anon_sym_TILDE] = ACTIONS(3633), [anon_sym_DASH] = ACTIONS(3631), [anon_sym_PLUS] = ACTIONS(3631), [anon_sym_STAR] = ACTIONS(3635), [anon_sym_AMP] = ACTIONS(3635), [anon_sym_COLON_COLON] = ACTIONS(3637), [anon_sym_LBRACK] = ACTIONS(4409), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(3631), [anon_sym_compl] = ACTIONS(3631), [anon_sym_DASH_DASH] = ACTIONS(3639), [anon_sym_PLUS_PLUS] = ACTIONS(3639), [anon_sym_sizeof] = ACTIONS(3641), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(3643), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(3645), [anon_sym_new] = ACTIONS(3625), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1912] = { [sym__expression] = STATE(3444), [sym__expression_not_binary] = STATE(3564), [sym_conditional_expression] = STATE(3564), [sym_assignment_expression] = STATE(3564), [sym_pointer_expression] = STATE(3290), [sym_unary_expression] = STATE(3564), [sym_binary_expression] = STATE(3564), [sym_update_expression] = STATE(3564), [sym_cast_expression] = STATE(3564), [sym_sizeof_expression] = STATE(3564), [sym_offsetof_expression] = STATE(3564), [sym_generic_expression] = STATE(3564), [sym_subscript_expression] = STATE(3290), [sym_call_expression] = STATE(3290), [sym_gnu_asm_expression] = STATE(3564), [sym_field_expression] = STATE(3290), [sym_compound_literal_expression] = STATE(3564), [sym_parenthesized_expression] = STATE(3290), [sym_char_literal] = STATE(3429), [sym_concatenated_string] = STATE(3429), [sym_string_literal] = STATE(2306), [sym_null] = STATE(3564), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6687), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3564), [sym_raw_string_literal] = STATE(2306), [sym_co_await_expression] = STATE(3564), [sym_new_expression] = STATE(3564), [sym_delete_expression] = STATE(3564), [sym_requires_clause] = STATE(3564), [sym_requires_expression] = STATE(3564), [sym_lambda_expression] = STATE(3564), [sym_lambda_capture_specifier] = STATE(5176), [sym_fold_expression] = STATE(3564), [sym_parameter_pack_expansion] = STATE(3564), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5270), [sym_qualified_identifier] = STATE(3290), [sym_qualified_type_identifier] = STATE(6687), [sym_user_defined_literal] = STATE(3564), [sym_identifier] = ACTIONS(4411), [anon_sym_LPAREN2] = ACTIONS(1841), [anon_sym_BANG] = ACTIONS(1843), [anon_sym_TILDE] = ACTIONS(1843), [anon_sym_DASH] = ACTIONS(1845), [anon_sym_PLUS] = ACTIONS(1845), [anon_sym_STAR] = ACTIONS(1847), [anon_sym_AMP] = ACTIONS(1847), [anon_sym_COLON_COLON] = ACTIONS(1849), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1999), [anon_sym_not] = ACTIONS(1845), [anon_sym_compl] = ACTIONS(1845), [anon_sym_DASH_DASH] = ACTIONS(1861), [anon_sym_PLUS_PLUS] = ACTIONS(1861), [anon_sym_sizeof] = ACTIONS(1863), [anon_sym_offsetof] = ACTIONS(1865), [anon_sym__Generic] = ACTIONS(1867), [anon_sym_asm] = ACTIONS(1869), [anon_sym___asm__] = ACTIONS(1869), [sym_number_literal] = ACTIONS(1871), [anon_sym_L_SQUOTE] = ACTIONS(1873), [anon_sym_u_SQUOTE] = ACTIONS(1873), [anon_sym_U_SQUOTE] = ACTIONS(1873), [anon_sym_u8_SQUOTE] = ACTIONS(1873), [anon_sym_SQUOTE] = ACTIONS(1873), [anon_sym_L_DQUOTE] = ACTIONS(1875), [anon_sym_u_DQUOTE] = ACTIONS(1875), [anon_sym_U_DQUOTE] = ACTIONS(1875), [anon_sym_u8_DQUOTE] = ACTIONS(1875), [anon_sym_DQUOTE] = ACTIONS(1875), [sym_true] = ACTIONS(1877), [sym_false] = ACTIONS(1877), [anon_sym_NULL] = ACTIONS(1879), [anon_sym_nullptr] = ACTIONS(1879), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(1883), [anon_sym_R_DQUOTE] = ACTIONS(1885), [anon_sym_LR_DQUOTE] = ACTIONS(1885), [anon_sym_uR_DQUOTE] = ACTIONS(1885), [anon_sym_UR_DQUOTE] = ACTIONS(1885), [anon_sym_u8R_DQUOTE] = ACTIONS(1885), [anon_sym_co_await] = ACTIONS(1887), [anon_sym_new] = ACTIONS(1889), [anon_sym_requires] = ACTIONS(1891), [sym_this] = ACTIONS(1877), }, [1913] = { [sym__expression] = STATE(3444), [sym__expression_not_binary] = STATE(3564), [sym_conditional_expression] = STATE(3564), [sym_assignment_expression] = STATE(3564), [sym_pointer_expression] = STATE(3290), [sym_unary_expression] = STATE(3564), [sym_binary_expression] = STATE(3564), [sym_update_expression] = STATE(3564), [sym_cast_expression] = STATE(3564), [sym_sizeof_expression] = STATE(3564), [sym_offsetof_expression] = STATE(3564), [sym_generic_expression] = STATE(3564), [sym_subscript_expression] = STATE(3290), [sym_call_expression] = STATE(3290), [sym_gnu_asm_expression] = STATE(3564), [sym_field_expression] = STATE(3290), [sym_compound_literal_expression] = STATE(3564), [sym_parenthesized_expression] = STATE(3290), [sym_char_literal] = STATE(3429), [sym_concatenated_string] = STATE(3429), [sym_string_literal] = STATE(2306), [sym_null] = STATE(3564), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6687), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3564), [sym_raw_string_literal] = STATE(2306), [sym_co_await_expression] = STATE(3564), [sym_new_expression] = STATE(3564), [sym_delete_expression] = STATE(3564), [sym_requires_clause] = STATE(3564), [sym_requires_expression] = STATE(3564), [sym_lambda_expression] = STATE(3564), [sym_lambda_capture_specifier] = STATE(5176), [sym_fold_expression] = STATE(3564), [sym_parameter_pack_expansion] = STATE(3564), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5270), [sym_qualified_identifier] = STATE(3290), [sym_qualified_type_identifier] = STATE(6687), [sym_user_defined_literal] = STATE(3564), [sym_identifier] = ACTIONS(2095), [anon_sym_LPAREN2] = ACTIONS(1841), [anon_sym_BANG] = ACTIONS(1843), [anon_sym_TILDE] = ACTIONS(1843), [anon_sym_DASH] = ACTIONS(1845), [anon_sym_PLUS] = ACTIONS(1845), [anon_sym_STAR] = ACTIONS(1847), [anon_sym_AMP] = ACTIONS(1847), [anon_sym_COLON_COLON] = ACTIONS(1849), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1999), [anon_sym_not] = ACTIONS(1845), [anon_sym_compl] = ACTIONS(1845), [anon_sym_DASH_DASH] = ACTIONS(1861), [anon_sym_PLUS_PLUS] = ACTIONS(1861), [anon_sym_sizeof] = ACTIONS(1863), [anon_sym_offsetof] = ACTIONS(1865), [anon_sym__Generic] = ACTIONS(1867), [anon_sym_asm] = ACTIONS(1869), [anon_sym___asm__] = ACTIONS(1869), [sym_number_literal] = ACTIONS(1871), [anon_sym_L_SQUOTE] = ACTIONS(1873), [anon_sym_u_SQUOTE] = ACTIONS(1873), [anon_sym_U_SQUOTE] = ACTIONS(1873), [anon_sym_u8_SQUOTE] = ACTIONS(1873), [anon_sym_SQUOTE] = ACTIONS(1873), [anon_sym_L_DQUOTE] = ACTIONS(1875), [anon_sym_u_DQUOTE] = ACTIONS(1875), [anon_sym_U_DQUOTE] = ACTIONS(1875), [anon_sym_u8_DQUOTE] = ACTIONS(1875), [anon_sym_DQUOTE] = ACTIONS(1875), [sym_true] = ACTIONS(1877), [sym_false] = ACTIONS(1877), [anon_sym_NULL] = ACTIONS(1879), [anon_sym_nullptr] = ACTIONS(1879), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(1883), [anon_sym_R_DQUOTE] = ACTIONS(1885), [anon_sym_LR_DQUOTE] = ACTIONS(1885), [anon_sym_uR_DQUOTE] = ACTIONS(1885), [anon_sym_UR_DQUOTE] = ACTIONS(1885), [anon_sym_u8R_DQUOTE] = ACTIONS(1885), [anon_sym_co_await] = ACTIONS(1887), [anon_sym_new] = ACTIONS(1889), [anon_sym_requires] = ACTIONS(1891), [sym_this] = ACTIONS(1877), }, [1914] = { [sym__expression] = STATE(4263), [sym__expression_not_binary] = STATE(4455), [sym_conditional_expression] = STATE(4455), [sym_assignment_expression] = STATE(4455), [sym_pointer_expression] = STATE(3543), [sym_unary_expression] = STATE(4455), [sym_binary_expression] = STATE(4455), [sym_update_expression] = STATE(4455), [sym_cast_expression] = STATE(4455), [sym_sizeof_expression] = STATE(4455), [sym_offsetof_expression] = STATE(4455), [sym_generic_expression] = STATE(4455), [sym_subscript_expression] = STATE(3543), [sym_call_expression] = STATE(3543), [sym_gnu_asm_expression] = STATE(4455), [sym_field_expression] = STATE(3543), [sym_compound_literal_expression] = STATE(4455), [sym_parenthesized_expression] = STATE(3543), [sym_char_literal] = STATE(4150), [sym_concatenated_string] = STATE(4150), [sym_string_literal] = STATE(3544), [sym_null] = STATE(4455), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6810), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(4455), [sym_raw_string_literal] = STATE(3544), [sym_co_await_expression] = STATE(4455), [sym_new_expression] = STATE(4455), [sym_delete_expression] = STATE(4455), [sym_requires_clause] = STATE(4455), [sym_requires_expression] = STATE(4455), [sym_lambda_expression] = STATE(4455), [sym_lambda_capture_specifier] = STATE(5208), [sym_fold_expression] = STATE(4455), [sym_parameter_pack_expansion] = STATE(4455), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5301), [sym_qualified_identifier] = STATE(3543), [sym_qualified_type_identifier] = STATE(6810), [sym_user_defined_literal] = STATE(4455), [sym_identifier] = ACTIONS(3603), [anon_sym_LPAREN2] = ACTIONS(2618), [anon_sym_BANG] = ACTIONS(2620), [anon_sym_TILDE] = ACTIONS(2620), [anon_sym_DASH] = ACTIONS(2622), [anon_sym_PLUS] = ACTIONS(2622), [anon_sym_STAR] = ACTIONS(2624), [anon_sym_AMP] = ACTIONS(2624), [anon_sym_COLON_COLON] = ACTIONS(2626), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(2045), [anon_sym_not] = ACTIONS(2622), [anon_sym_compl] = ACTIONS(2622), [anon_sym_DASH_DASH] = ACTIONS(2640), [anon_sym_PLUS_PLUS] = ACTIONS(2640), [anon_sym_sizeof] = ACTIONS(2642), [anon_sym_offsetof] = ACTIONS(2644), [anon_sym__Generic] = ACTIONS(2646), [anon_sym_asm] = ACTIONS(2648), [anon_sym___asm__] = ACTIONS(2648), [sym_number_literal] = ACTIONS(2650), [anon_sym_L_SQUOTE] = ACTIONS(2652), [anon_sym_u_SQUOTE] = ACTIONS(2652), [anon_sym_U_SQUOTE] = ACTIONS(2652), [anon_sym_u8_SQUOTE] = ACTIONS(2652), [anon_sym_SQUOTE] = ACTIONS(2652), [anon_sym_L_DQUOTE] = ACTIONS(2654), [anon_sym_u_DQUOTE] = ACTIONS(2654), [anon_sym_U_DQUOTE] = ACTIONS(2654), [anon_sym_u8_DQUOTE] = ACTIONS(2654), [anon_sym_DQUOTE] = ACTIONS(2654), [sym_true] = ACTIONS(2656), [sym_false] = ACTIONS(2656), [anon_sym_NULL] = ACTIONS(2658), [anon_sym_nullptr] = ACTIONS(2658), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(2668), [anon_sym_R_DQUOTE] = ACTIONS(2670), [anon_sym_LR_DQUOTE] = ACTIONS(2670), [anon_sym_uR_DQUOTE] = ACTIONS(2670), [anon_sym_UR_DQUOTE] = ACTIONS(2670), [anon_sym_u8R_DQUOTE] = ACTIONS(2670), [anon_sym_co_await] = ACTIONS(2672), [anon_sym_new] = ACTIONS(2674), [anon_sym_requires] = ACTIONS(2676), [sym_this] = ACTIONS(2656), }, [1915] = { [sym__expression] = STATE(4363), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3552), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3552), [sym_call_expression] = STATE(3552), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3552), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3552), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3552), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3627), [anon_sym_LPAREN2] = ACTIONS(3629), [anon_sym_BANG] = ACTIONS(3633), [anon_sym_TILDE] = ACTIONS(3633), [anon_sym_DASH] = ACTIONS(3631), [anon_sym_PLUS] = ACTIONS(3631), [anon_sym_STAR] = ACTIONS(3635), [anon_sym_AMP] = ACTIONS(3635), [anon_sym_COLON_COLON] = ACTIONS(3637), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(3631), [anon_sym_compl] = ACTIONS(3631), [anon_sym_DASH_DASH] = ACTIONS(3639), [anon_sym_PLUS_PLUS] = ACTIONS(3639), [anon_sym_sizeof] = ACTIONS(3641), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(3643), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(3645), [anon_sym_new] = ACTIONS(3625), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1916] = { [sym__expression] = STATE(4464), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1917] = { [sym__expression] = STATE(4460), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1918] = { [sym__expression] = STATE(4408), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1919] = { [sym__expression] = STATE(4409), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1920] = { [sym__expression] = STATE(3427), [sym__expression_not_binary] = STATE(3025), [sym_conditional_expression] = STATE(3025), [sym_assignment_expression] = STATE(3025), [sym_pointer_expression] = STATE(3025), [sym_unary_expression] = STATE(3025), [sym_binary_expression] = STATE(3025), [sym_update_expression] = STATE(3025), [sym_cast_expression] = STATE(3025), [sym_sizeof_expression] = STATE(3025), [sym_offsetof_expression] = STATE(3025), [sym_generic_expression] = STATE(3025), [sym_subscript_expression] = STATE(3025), [sym_call_expression] = STATE(3025), [sym_gnu_asm_expression] = STATE(3025), [sym_field_expression] = STATE(3025), [sym_compound_literal_expression] = STATE(3025), [sym_parenthesized_expression] = STATE(3025), [sym_char_literal] = STATE(2884), [sym_concatenated_string] = STATE(2884), [sym_string_literal] = STATE(2162), [sym_null] = STATE(3025), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6624), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3025), [sym_raw_string_literal] = STATE(2162), [sym_co_await_expression] = STATE(3025), [sym_new_expression] = STATE(3025), [sym_delete_expression] = STATE(3025), [sym_requires_clause] = STATE(3025), [sym_requires_expression] = STATE(3025), [sym_lambda_expression] = STATE(3025), [sym_lambda_capture_specifier] = STATE(5221), [sym_fold_expression] = STATE(3025), [sym_parameter_pack_expansion] = STATE(3025), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3025), [sym_qualified_type_identifier] = STATE(6624), [sym_user_defined_literal] = STATE(3025), [sym_identifier] = ACTIONS(1933), [anon_sym_LPAREN2] = ACTIONS(2077), [anon_sym_BANG] = ACTIONS(2081), [anon_sym_TILDE] = ACTIONS(2081), [anon_sym_DASH] = ACTIONS(2079), [anon_sym_PLUS] = ACTIONS(2079), [anon_sym_STAR] = ACTIONS(3635), [anon_sym_AMP] = ACTIONS(3635), [anon_sym_COLON_COLON] = ACTIONS(2085), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(2079), [anon_sym_compl] = ACTIONS(2079), [anon_sym_DASH_DASH] = ACTIONS(2087), [anon_sym_PLUS_PLUS] = ACTIONS(2087), [anon_sym_sizeof] = ACTIONS(2089), [anon_sym_offsetof] = ACTIONS(1957), [anon_sym__Generic] = ACTIONS(1959), [anon_sym_asm] = ACTIONS(1961), [anon_sym___asm__] = ACTIONS(1961), [sym_number_literal] = ACTIONS(1963), [anon_sym_L_SQUOTE] = ACTIONS(1965), [anon_sym_u_SQUOTE] = ACTIONS(1965), [anon_sym_U_SQUOTE] = ACTIONS(1965), [anon_sym_u8_SQUOTE] = ACTIONS(1965), [anon_sym_SQUOTE] = ACTIONS(1965), [anon_sym_L_DQUOTE] = ACTIONS(1967), [anon_sym_u_DQUOTE] = ACTIONS(1967), [anon_sym_U_DQUOTE] = ACTIONS(1967), [anon_sym_u8_DQUOTE] = ACTIONS(1967), [anon_sym_DQUOTE] = ACTIONS(1967), [sym_true] = ACTIONS(1969), [sym_false] = ACTIONS(1969), [anon_sym_NULL] = ACTIONS(1971), [anon_sym_nullptr] = ACTIONS(1971), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(2091), [anon_sym_R_DQUOTE] = ACTIONS(1977), [anon_sym_LR_DQUOTE] = ACTIONS(1977), [anon_sym_uR_DQUOTE] = ACTIONS(1977), [anon_sym_UR_DQUOTE] = ACTIONS(1977), [anon_sym_u8R_DQUOTE] = ACTIONS(1977), [anon_sym_co_await] = ACTIONS(2093), [anon_sym_new] = ACTIONS(1981), [anon_sym_requires] = ACTIONS(1983), [sym_this] = ACTIONS(1969), }, [1921] = { [sym__expression] = STATE(3450), [sym__expression_not_binary] = STATE(3025), [sym_conditional_expression] = STATE(3025), [sym_assignment_expression] = STATE(3025), [sym_pointer_expression] = STATE(3025), [sym_unary_expression] = STATE(3025), [sym_binary_expression] = STATE(3025), [sym_update_expression] = STATE(3025), [sym_cast_expression] = STATE(3025), [sym_sizeof_expression] = STATE(3025), [sym_offsetof_expression] = STATE(3025), [sym_generic_expression] = STATE(3025), [sym_subscript_expression] = STATE(3025), [sym_call_expression] = STATE(3025), [sym_gnu_asm_expression] = STATE(3025), [sym_field_expression] = STATE(3025), [sym_compound_literal_expression] = STATE(3025), [sym_parenthesized_expression] = STATE(3025), [sym_char_literal] = STATE(2884), [sym_concatenated_string] = STATE(2884), [sym_string_literal] = STATE(2162), [sym_null] = STATE(3025), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6624), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3025), [sym_raw_string_literal] = STATE(2162), [sym_co_await_expression] = STATE(3025), [sym_new_expression] = STATE(3025), [sym_delete_expression] = STATE(3025), [sym_requires_clause] = STATE(3025), [sym_requires_expression] = STATE(3025), [sym_lambda_expression] = STATE(3025), [sym_lambda_capture_specifier] = STATE(5221), [sym_fold_expression] = STATE(3025), [sym_parameter_pack_expansion] = STATE(3025), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3025), [sym_qualified_type_identifier] = STATE(6624), [sym_user_defined_literal] = STATE(3025), [sym_identifier] = ACTIONS(1933), [anon_sym_LPAREN2] = ACTIONS(2077), [anon_sym_BANG] = ACTIONS(2081), [anon_sym_TILDE] = ACTIONS(2081), [anon_sym_DASH] = ACTIONS(2079), [anon_sym_PLUS] = ACTIONS(2079), [anon_sym_STAR] = ACTIONS(3635), [anon_sym_AMP] = ACTIONS(3635), [anon_sym_COLON_COLON] = ACTIONS(2085), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(2079), [anon_sym_compl] = ACTIONS(2079), [anon_sym_DASH_DASH] = ACTIONS(2087), [anon_sym_PLUS_PLUS] = ACTIONS(2087), [anon_sym_sizeof] = ACTIONS(2089), [anon_sym_offsetof] = ACTIONS(1957), [anon_sym__Generic] = ACTIONS(1959), [anon_sym_asm] = ACTIONS(1961), [anon_sym___asm__] = ACTIONS(1961), [sym_number_literal] = ACTIONS(1963), [anon_sym_L_SQUOTE] = ACTIONS(1965), [anon_sym_u_SQUOTE] = ACTIONS(1965), [anon_sym_U_SQUOTE] = ACTIONS(1965), [anon_sym_u8_SQUOTE] = ACTIONS(1965), [anon_sym_SQUOTE] = ACTIONS(1965), [anon_sym_L_DQUOTE] = ACTIONS(1967), [anon_sym_u_DQUOTE] = ACTIONS(1967), [anon_sym_U_DQUOTE] = ACTIONS(1967), [anon_sym_u8_DQUOTE] = ACTIONS(1967), [anon_sym_DQUOTE] = ACTIONS(1967), [sym_true] = ACTIONS(1969), [sym_false] = ACTIONS(1969), [anon_sym_NULL] = ACTIONS(1971), [anon_sym_nullptr] = ACTIONS(1971), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(2091), [anon_sym_R_DQUOTE] = ACTIONS(1977), [anon_sym_LR_DQUOTE] = ACTIONS(1977), [anon_sym_uR_DQUOTE] = ACTIONS(1977), [anon_sym_UR_DQUOTE] = ACTIONS(1977), [anon_sym_u8R_DQUOTE] = ACTIONS(1977), [anon_sym_co_await] = ACTIONS(2093), [anon_sym_new] = ACTIONS(1981), [anon_sym_requires] = ACTIONS(1983), [sym_this] = ACTIONS(1969), }, [1922] = { [sym__expression] = STATE(3410), [sym__expression_not_binary] = STATE(3419), [sym_conditional_expression] = STATE(3419), [sym_assignment_expression] = STATE(3419), [sym_pointer_expression] = STATE(3419), [sym_unary_expression] = STATE(3419), [sym_binary_expression] = STATE(3419), [sym_update_expression] = STATE(3419), [sym_cast_expression] = STATE(3419), [sym_sizeof_expression] = STATE(3419), [sym_offsetof_expression] = STATE(3419), [sym_generic_expression] = STATE(3419), [sym_subscript_expression] = STATE(3419), [sym_call_expression] = STATE(3419), [sym_gnu_asm_expression] = STATE(3419), [sym_field_expression] = STATE(3419), [sym_compound_literal_expression] = STATE(3419), [sym_parenthesized_expression] = STATE(3419), [sym_char_literal] = STATE(3398), [sym_concatenated_string] = STATE(3398), [sym_string_literal] = STATE(2277), [sym_null] = STATE(3419), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6607), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3419), [sym_raw_string_literal] = STATE(2277), [sym_co_await_expression] = STATE(3419), [sym_new_expression] = STATE(3419), [sym_delete_expression] = STATE(3419), [sym_requires_clause] = STATE(3419), [sym_requires_expression] = STATE(3419), [sym_lambda_expression] = STATE(3419), [sym_lambda_capture_specifier] = STATE(5189), [sym_fold_expression] = STATE(3419), [sym_parameter_pack_expansion] = STATE(3419), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5301), [sym_qualified_identifier] = STATE(3419), [sym_qualified_type_identifier] = STATE(6607), [sym_user_defined_literal] = STATE(3419), [sym_identifier] = ACTIONS(2031), [anon_sym_LPAREN2] = ACTIONS(2033), [anon_sym_BANG] = ACTIONS(2037), [anon_sym_TILDE] = ACTIONS(2037), [anon_sym_DASH] = ACTIONS(2035), [anon_sym_PLUS] = ACTIONS(2035), [anon_sym_STAR] = ACTIONS(2624), [anon_sym_AMP] = ACTIONS(2624), [anon_sym_COLON_COLON] = ACTIONS(2041), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(2045), [anon_sym_not] = ACTIONS(2035), [anon_sym_compl] = ACTIONS(2035), [anon_sym_DASH_DASH] = ACTIONS(2047), [anon_sym_PLUS_PLUS] = ACTIONS(2047), [anon_sym_sizeof] = ACTIONS(2049), [anon_sym_offsetof] = ACTIONS(2051), [anon_sym__Generic] = ACTIONS(2053), [anon_sym_asm] = ACTIONS(2055), [anon_sym___asm__] = ACTIONS(2055), [sym_number_literal] = ACTIONS(2057), [anon_sym_L_SQUOTE] = ACTIONS(2059), [anon_sym_u_SQUOTE] = ACTIONS(2059), [anon_sym_U_SQUOTE] = ACTIONS(2059), [anon_sym_u8_SQUOTE] = ACTIONS(2059), [anon_sym_SQUOTE] = ACTIONS(2059), [anon_sym_L_DQUOTE] = ACTIONS(2061), [anon_sym_u_DQUOTE] = ACTIONS(2061), [anon_sym_U_DQUOTE] = ACTIONS(2061), [anon_sym_u8_DQUOTE] = ACTIONS(2061), [anon_sym_DQUOTE] = ACTIONS(2061), [sym_true] = ACTIONS(2063), [sym_false] = ACTIONS(2063), [anon_sym_NULL] = ACTIONS(2065), [anon_sym_nullptr] = ACTIONS(2065), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(2067), [anon_sym_R_DQUOTE] = ACTIONS(2069), [anon_sym_LR_DQUOTE] = ACTIONS(2069), [anon_sym_uR_DQUOTE] = ACTIONS(2069), [anon_sym_UR_DQUOTE] = ACTIONS(2069), [anon_sym_u8R_DQUOTE] = ACTIONS(2069), [anon_sym_co_await] = ACTIONS(2071), [anon_sym_new] = ACTIONS(2073), [anon_sym_requires] = ACTIONS(2075), [sym_this] = ACTIONS(2063), }, [1923] = { [sym__expression] = STATE(3445), [sym__expression_not_binary] = STATE(3025), [sym_conditional_expression] = STATE(3025), [sym_assignment_expression] = STATE(3025), [sym_pointer_expression] = STATE(3025), [sym_unary_expression] = STATE(3025), [sym_binary_expression] = STATE(3025), [sym_update_expression] = STATE(3025), [sym_cast_expression] = STATE(3025), [sym_sizeof_expression] = STATE(3025), [sym_offsetof_expression] = STATE(3025), [sym_generic_expression] = STATE(3025), [sym_subscript_expression] = STATE(3025), [sym_call_expression] = STATE(3025), [sym_gnu_asm_expression] = STATE(3025), [sym_field_expression] = STATE(3025), [sym_compound_literal_expression] = STATE(3025), [sym_parenthesized_expression] = STATE(3025), [sym_char_literal] = STATE(2884), [sym_concatenated_string] = STATE(2884), [sym_string_literal] = STATE(2162), [sym_null] = STATE(3025), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6624), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3025), [sym_raw_string_literal] = STATE(2162), [sym_co_await_expression] = STATE(3025), [sym_new_expression] = STATE(3025), [sym_delete_expression] = STATE(3025), [sym_requires_clause] = STATE(3025), [sym_requires_expression] = STATE(3025), [sym_lambda_expression] = STATE(3025), [sym_lambda_capture_specifier] = STATE(5221), [sym_fold_expression] = STATE(3025), [sym_parameter_pack_expansion] = STATE(3025), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3025), [sym_qualified_type_identifier] = STATE(6624), [sym_user_defined_literal] = STATE(3025), [sym_identifier] = ACTIONS(1933), [anon_sym_LPAREN2] = ACTIONS(2077), [anon_sym_BANG] = ACTIONS(2081), [anon_sym_TILDE] = ACTIONS(2081), [anon_sym_DASH] = ACTIONS(2079), [anon_sym_PLUS] = ACTIONS(2079), [anon_sym_STAR] = ACTIONS(3635), [anon_sym_AMP] = ACTIONS(3635), [anon_sym_COLON_COLON] = ACTIONS(2085), [anon_sym_LBRACK] = ACTIONS(4413), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(2079), [anon_sym_compl] = ACTIONS(2079), [anon_sym_DASH_DASH] = ACTIONS(2087), [anon_sym_PLUS_PLUS] = ACTIONS(2087), [anon_sym_sizeof] = ACTIONS(2089), [anon_sym_offsetof] = ACTIONS(1957), [anon_sym__Generic] = ACTIONS(1959), [anon_sym_asm] = ACTIONS(1961), [anon_sym___asm__] = ACTIONS(1961), [sym_number_literal] = ACTIONS(1963), [anon_sym_L_SQUOTE] = ACTIONS(1965), [anon_sym_u_SQUOTE] = ACTIONS(1965), [anon_sym_U_SQUOTE] = ACTIONS(1965), [anon_sym_u8_SQUOTE] = ACTIONS(1965), [anon_sym_SQUOTE] = ACTIONS(1965), [anon_sym_L_DQUOTE] = ACTIONS(1967), [anon_sym_u_DQUOTE] = ACTIONS(1967), [anon_sym_U_DQUOTE] = ACTIONS(1967), [anon_sym_u8_DQUOTE] = ACTIONS(1967), [anon_sym_DQUOTE] = ACTIONS(1967), [sym_true] = ACTIONS(1969), [sym_false] = ACTIONS(1969), [anon_sym_NULL] = ACTIONS(1971), [anon_sym_nullptr] = ACTIONS(1971), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(2091), [anon_sym_R_DQUOTE] = ACTIONS(1977), [anon_sym_LR_DQUOTE] = ACTIONS(1977), [anon_sym_uR_DQUOTE] = ACTIONS(1977), [anon_sym_UR_DQUOTE] = ACTIONS(1977), [anon_sym_u8R_DQUOTE] = ACTIONS(1977), [anon_sym_co_await] = ACTIONS(2093), [anon_sym_new] = ACTIONS(1981), [anon_sym_requires] = ACTIONS(1983), [sym_this] = ACTIONS(1969), }, [1924] = { [sym__expression] = STATE(3422), [sym__expression_not_binary] = STATE(3025), [sym_conditional_expression] = STATE(3025), [sym_assignment_expression] = STATE(3025), [sym_pointer_expression] = STATE(3025), [sym_unary_expression] = STATE(3025), [sym_binary_expression] = STATE(3025), [sym_update_expression] = STATE(3025), [sym_cast_expression] = STATE(3025), [sym_sizeof_expression] = STATE(3025), [sym_offsetof_expression] = STATE(3025), [sym_generic_expression] = STATE(3025), [sym_subscript_expression] = STATE(3025), [sym_call_expression] = STATE(3025), [sym_gnu_asm_expression] = STATE(3025), [sym_field_expression] = STATE(3025), [sym_compound_literal_expression] = STATE(3025), [sym_parenthesized_expression] = STATE(3025), [sym_char_literal] = STATE(2884), [sym_concatenated_string] = STATE(2884), [sym_string_literal] = STATE(2162), [sym_null] = STATE(3025), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6624), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3025), [sym_raw_string_literal] = STATE(2162), [sym_co_await_expression] = STATE(3025), [sym_new_expression] = STATE(3025), [sym_delete_expression] = STATE(3025), [sym_requires_clause] = STATE(3025), [sym_requires_expression] = STATE(3025), [sym_lambda_expression] = STATE(3025), [sym_lambda_capture_specifier] = STATE(5221), [sym_fold_expression] = STATE(3025), [sym_parameter_pack_expansion] = STATE(3025), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3025), [sym_qualified_type_identifier] = STATE(6624), [sym_user_defined_literal] = STATE(3025), [sym_identifier] = ACTIONS(1933), [anon_sym_LPAREN2] = ACTIONS(2077), [anon_sym_BANG] = ACTIONS(2081), [anon_sym_TILDE] = ACTIONS(2081), [anon_sym_DASH] = ACTIONS(2079), [anon_sym_PLUS] = ACTIONS(2079), [anon_sym_STAR] = ACTIONS(3635), [anon_sym_AMP] = ACTIONS(3635), [anon_sym_COLON_COLON] = ACTIONS(2085), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(2079), [anon_sym_compl] = ACTIONS(2079), [anon_sym_DASH_DASH] = ACTIONS(2087), [anon_sym_PLUS_PLUS] = ACTIONS(2087), [anon_sym_sizeof] = ACTIONS(2089), [anon_sym_offsetof] = ACTIONS(1957), [anon_sym__Generic] = ACTIONS(1959), [anon_sym_asm] = ACTIONS(1961), [anon_sym___asm__] = ACTIONS(1961), [sym_number_literal] = ACTIONS(1963), [anon_sym_L_SQUOTE] = ACTIONS(1965), [anon_sym_u_SQUOTE] = ACTIONS(1965), [anon_sym_U_SQUOTE] = ACTIONS(1965), [anon_sym_u8_SQUOTE] = ACTIONS(1965), [anon_sym_SQUOTE] = ACTIONS(1965), [anon_sym_L_DQUOTE] = ACTIONS(1967), [anon_sym_u_DQUOTE] = ACTIONS(1967), [anon_sym_U_DQUOTE] = ACTIONS(1967), [anon_sym_u8_DQUOTE] = ACTIONS(1967), [anon_sym_DQUOTE] = ACTIONS(1967), [sym_true] = ACTIONS(1969), [sym_false] = ACTIONS(1969), [anon_sym_NULL] = ACTIONS(1971), [anon_sym_nullptr] = ACTIONS(1971), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(2091), [anon_sym_R_DQUOTE] = ACTIONS(1977), [anon_sym_LR_DQUOTE] = ACTIONS(1977), [anon_sym_uR_DQUOTE] = ACTIONS(1977), [anon_sym_UR_DQUOTE] = ACTIONS(1977), [anon_sym_u8R_DQUOTE] = ACTIONS(1977), [anon_sym_co_await] = ACTIONS(2093), [anon_sym_new] = ACTIONS(1981), [anon_sym_requires] = ACTIONS(1983), [sym_this] = ACTIONS(1969), }, [1925] = { [sym__expression] = STATE(4462), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3552), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3552), [sym_call_expression] = STATE(3552), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3552), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3552), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3552), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3627), [anon_sym_LPAREN2] = ACTIONS(3629), [anon_sym_BANG] = ACTIONS(3633), [anon_sym_TILDE] = ACTIONS(3633), [anon_sym_DASH] = ACTIONS(3631), [anon_sym_PLUS] = ACTIONS(3631), [anon_sym_STAR] = ACTIONS(3635), [anon_sym_AMP] = ACTIONS(3635), [anon_sym_COLON_COLON] = ACTIONS(3637), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(3631), [anon_sym_compl] = ACTIONS(3631), [anon_sym_DASH_DASH] = ACTIONS(3639), [anon_sym_PLUS_PLUS] = ACTIONS(3639), [anon_sym_sizeof] = ACTIONS(3641), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(3643), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(3645), [anon_sym_new] = ACTIONS(3625), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1926] = { [sym__expression] = STATE(4103), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1927] = { [sym__expression] = STATE(3523), [sym__expression_not_binary] = STATE(3564), [sym_conditional_expression] = STATE(3564), [sym_assignment_expression] = STATE(3564), [sym_pointer_expression] = STATE(3290), [sym_unary_expression] = STATE(3564), [sym_binary_expression] = STATE(3564), [sym_update_expression] = STATE(3564), [sym_cast_expression] = STATE(3564), [sym_sizeof_expression] = STATE(3564), [sym_offsetof_expression] = STATE(3564), [sym_generic_expression] = STATE(3564), [sym_subscript_expression] = STATE(3290), [sym_call_expression] = STATE(3290), [sym_gnu_asm_expression] = STATE(3564), [sym_field_expression] = STATE(3290), [sym_compound_literal_expression] = STATE(3564), [sym_parenthesized_expression] = STATE(3290), [sym_char_literal] = STATE(3429), [sym_concatenated_string] = STATE(3429), [sym_string_literal] = STATE(2306), [sym_null] = STATE(3564), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6687), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3564), [sym_raw_string_literal] = STATE(2306), [sym_co_await_expression] = STATE(3564), [sym_new_expression] = STATE(3564), [sym_delete_expression] = STATE(3564), [sym_requires_clause] = STATE(3564), [sym_requires_expression] = STATE(3564), [sym_lambda_expression] = STATE(3564), [sym_lambda_capture_specifier] = STATE(5176), [sym_fold_expression] = STATE(3564), [sym_parameter_pack_expansion] = STATE(3564), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5270), [sym_qualified_identifier] = STATE(3290), [sym_qualified_type_identifier] = STATE(6687), [sym_user_defined_literal] = STATE(3564), [sym_identifier] = ACTIONS(2095), [anon_sym_LPAREN2] = ACTIONS(1841), [anon_sym_BANG] = ACTIONS(1843), [anon_sym_TILDE] = ACTIONS(1843), [anon_sym_DASH] = ACTIONS(1845), [anon_sym_PLUS] = ACTIONS(1845), [anon_sym_STAR] = ACTIONS(1847), [anon_sym_AMP] = ACTIONS(1847), [anon_sym_COLON_COLON] = ACTIONS(1849), [anon_sym_LBRACK] = ACTIONS(4415), [sym_primitive_type] = ACTIONS(1999), [anon_sym_not] = ACTIONS(1845), [anon_sym_compl] = ACTIONS(1845), [anon_sym_DASH_DASH] = ACTIONS(1861), [anon_sym_PLUS_PLUS] = ACTIONS(1861), [anon_sym_sizeof] = ACTIONS(1863), [anon_sym_offsetof] = ACTIONS(1865), [anon_sym__Generic] = ACTIONS(1867), [anon_sym_asm] = ACTIONS(1869), [anon_sym___asm__] = ACTIONS(1869), [sym_number_literal] = ACTIONS(1871), [anon_sym_L_SQUOTE] = ACTIONS(1873), [anon_sym_u_SQUOTE] = ACTIONS(1873), [anon_sym_U_SQUOTE] = ACTIONS(1873), [anon_sym_u8_SQUOTE] = ACTIONS(1873), [anon_sym_SQUOTE] = ACTIONS(1873), [anon_sym_L_DQUOTE] = ACTIONS(1875), [anon_sym_u_DQUOTE] = ACTIONS(1875), [anon_sym_U_DQUOTE] = ACTIONS(1875), [anon_sym_u8_DQUOTE] = ACTIONS(1875), [anon_sym_DQUOTE] = ACTIONS(1875), [sym_true] = ACTIONS(1877), [sym_false] = ACTIONS(1877), [anon_sym_NULL] = ACTIONS(1879), [anon_sym_nullptr] = ACTIONS(1879), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(1883), [anon_sym_R_DQUOTE] = ACTIONS(1885), [anon_sym_LR_DQUOTE] = ACTIONS(1885), [anon_sym_uR_DQUOTE] = ACTIONS(1885), [anon_sym_UR_DQUOTE] = ACTIONS(1885), [anon_sym_u8R_DQUOTE] = ACTIONS(1885), [anon_sym_co_await] = ACTIONS(1887), [anon_sym_new] = ACTIONS(1889), [anon_sym_requires] = ACTIONS(1891), [sym_this] = ACTIONS(1877), }, [1928] = { [sym__expression] = STATE(4027), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1929] = { [sym__expression] = STATE(4382), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3525), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3525), [sym_call_expression] = STATE(3525), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3525), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3525), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3525), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3607), [anon_sym_LPAREN2] = ACTIONS(3609), [anon_sym_BANG] = ACTIONS(3613), [anon_sym_TILDE] = ACTIONS(3613), [anon_sym_DASH] = ACTIONS(3611), [anon_sym_PLUS] = ACTIONS(3611), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(3615), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(3611), [anon_sym_compl] = ACTIONS(3611), [anon_sym_DASH_DASH] = ACTIONS(3617), [anon_sym_PLUS_PLUS] = ACTIONS(3617), [anon_sym_sizeof] = ACTIONS(3619), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(3621), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(3623), [anon_sym_new] = ACTIONS(3625), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1930] = { [sym__expression] = STATE(4052), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK] = ACTIONS(4417), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1931] = { [sym__expression] = STATE(4202), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1932] = { [sym__expression] = STATE(3531), [sym__expression_not_binary] = STATE(3564), [sym_conditional_expression] = STATE(3564), [sym_assignment_expression] = STATE(3564), [sym_pointer_expression] = STATE(3290), [sym_unary_expression] = STATE(3564), [sym_binary_expression] = STATE(3564), [sym_update_expression] = STATE(3564), [sym_cast_expression] = STATE(3564), [sym_sizeof_expression] = STATE(3564), [sym_offsetof_expression] = STATE(3564), [sym_generic_expression] = STATE(3564), [sym_subscript_expression] = STATE(3290), [sym_call_expression] = STATE(3290), [sym_gnu_asm_expression] = STATE(3564), [sym_field_expression] = STATE(3290), [sym_compound_literal_expression] = STATE(3564), [sym_parenthesized_expression] = STATE(3290), [sym_char_literal] = STATE(3429), [sym_concatenated_string] = STATE(3429), [sym_string_literal] = STATE(2306), [sym_null] = STATE(3564), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6687), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3564), [sym_raw_string_literal] = STATE(2306), [sym_co_await_expression] = STATE(3564), [sym_new_expression] = STATE(3564), [sym_delete_expression] = STATE(3564), [sym_requires_clause] = STATE(3564), [sym_requires_expression] = STATE(3564), [sym_lambda_expression] = STATE(3564), [sym_lambda_capture_specifier] = STATE(5176), [sym_fold_expression] = STATE(3564), [sym_parameter_pack_expansion] = STATE(3564), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5270), [sym_qualified_identifier] = STATE(3290), [sym_qualified_type_identifier] = STATE(6687), [sym_user_defined_literal] = STATE(3564), [sym_identifier] = ACTIONS(2095), [anon_sym_LPAREN2] = ACTIONS(1841), [anon_sym_BANG] = ACTIONS(1843), [anon_sym_TILDE] = ACTIONS(1843), [anon_sym_DASH] = ACTIONS(1845), [anon_sym_PLUS] = ACTIONS(1845), [anon_sym_STAR] = ACTIONS(1847), [anon_sym_AMP] = ACTIONS(1847), [anon_sym_COLON_COLON] = ACTIONS(1849), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1999), [anon_sym_not] = ACTIONS(1845), [anon_sym_compl] = ACTIONS(1845), [anon_sym_DASH_DASH] = ACTIONS(1861), [anon_sym_PLUS_PLUS] = ACTIONS(1861), [anon_sym_sizeof] = ACTIONS(1863), [anon_sym_offsetof] = ACTIONS(1865), [anon_sym__Generic] = ACTIONS(1867), [anon_sym_asm] = ACTIONS(1869), [anon_sym___asm__] = ACTIONS(1869), [sym_number_literal] = ACTIONS(1871), [anon_sym_L_SQUOTE] = ACTIONS(1873), [anon_sym_u_SQUOTE] = ACTIONS(1873), [anon_sym_U_SQUOTE] = ACTIONS(1873), [anon_sym_u8_SQUOTE] = ACTIONS(1873), [anon_sym_SQUOTE] = ACTIONS(1873), [anon_sym_L_DQUOTE] = ACTIONS(1875), [anon_sym_u_DQUOTE] = ACTIONS(1875), [anon_sym_U_DQUOTE] = ACTIONS(1875), [anon_sym_u8_DQUOTE] = ACTIONS(1875), [anon_sym_DQUOTE] = ACTIONS(1875), [sym_true] = ACTIONS(1877), [sym_false] = ACTIONS(1877), [anon_sym_NULL] = ACTIONS(1879), [anon_sym_nullptr] = ACTIONS(1879), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(1883), [anon_sym_R_DQUOTE] = ACTIONS(1885), [anon_sym_LR_DQUOTE] = ACTIONS(1885), [anon_sym_uR_DQUOTE] = ACTIONS(1885), [anon_sym_UR_DQUOTE] = ACTIONS(1885), [anon_sym_u8R_DQUOTE] = ACTIONS(1885), [anon_sym_co_await] = ACTIONS(1887), [anon_sym_new] = ACTIONS(1889), [anon_sym_requires] = ACTIONS(1891), [sym_this] = ACTIONS(1877), }, [1933] = { [sym__expression] = STATE(4447), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3552), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3552), [sym_call_expression] = STATE(3552), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3552), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3552), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3552), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3627), [anon_sym_LPAREN2] = ACTIONS(3629), [anon_sym_BANG] = ACTIONS(3633), [anon_sym_TILDE] = ACTIONS(3633), [anon_sym_DASH] = ACTIONS(3631), [anon_sym_PLUS] = ACTIONS(3631), [anon_sym_STAR] = ACTIONS(3635), [anon_sym_AMP] = ACTIONS(3635), [anon_sym_COLON_COLON] = ACTIONS(3637), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(3631), [anon_sym_compl] = ACTIONS(3631), [anon_sym_DASH_DASH] = ACTIONS(3639), [anon_sym_PLUS_PLUS] = ACTIONS(3639), [anon_sym_sizeof] = ACTIONS(3641), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(3643), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(3645), [anon_sym_new] = ACTIONS(3625), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1934] = { [sym__expression] = STATE(4383), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3552), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3552), [sym_call_expression] = STATE(3552), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3552), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3552), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3552), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3627), [anon_sym_LPAREN2] = ACTIONS(3629), [anon_sym_BANG] = ACTIONS(3633), [anon_sym_TILDE] = ACTIONS(3633), [anon_sym_DASH] = ACTIONS(3631), [anon_sym_PLUS] = ACTIONS(3631), [anon_sym_STAR] = ACTIONS(3635), [anon_sym_AMP] = ACTIONS(3635), [anon_sym_COLON_COLON] = ACTIONS(3637), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(3631), [anon_sym_compl] = ACTIONS(3631), [anon_sym_DASH_DASH] = ACTIONS(3639), [anon_sym_PLUS_PLUS] = ACTIONS(3639), [anon_sym_sizeof] = ACTIONS(3641), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(3643), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(3645), [anon_sym_new] = ACTIONS(3625), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1935] = { [sym__expression] = STATE(4308), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3552), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3552), [sym_call_expression] = STATE(3552), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3552), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3552), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3552), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3627), [anon_sym_LPAREN2] = ACTIONS(3629), [anon_sym_BANG] = ACTIONS(3633), [anon_sym_TILDE] = ACTIONS(3633), [anon_sym_DASH] = ACTIONS(3631), [anon_sym_PLUS] = ACTIONS(3631), [anon_sym_STAR] = ACTIONS(3635), [anon_sym_AMP] = ACTIONS(3635), [anon_sym_COLON_COLON] = ACTIONS(3637), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(3631), [anon_sym_compl] = ACTIONS(3631), [anon_sym_DASH_DASH] = ACTIONS(3639), [anon_sym_PLUS_PLUS] = ACTIONS(3639), [anon_sym_sizeof] = ACTIONS(3641), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(3643), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(3645), [anon_sym_new] = ACTIONS(3625), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1936] = { [sym__expression] = STATE(4114), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1937] = { [sym__expression] = STATE(3996), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3525), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3525), [sym_call_expression] = STATE(3525), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3525), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3525), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3525), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3607), [anon_sym_LPAREN2] = ACTIONS(3609), [anon_sym_BANG] = ACTIONS(3613), [anon_sym_TILDE] = ACTIONS(3613), [anon_sym_DASH] = ACTIONS(3611), [anon_sym_PLUS] = ACTIONS(3611), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(3615), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(3611), [anon_sym_compl] = ACTIONS(3611), [anon_sym_DASH_DASH] = ACTIONS(3617), [anon_sym_PLUS_PLUS] = ACTIONS(3617), [anon_sym_sizeof] = ACTIONS(3619), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(3621), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(3623), [anon_sym_new] = ACTIONS(3625), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1938] = { [sym__expression] = STATE(4115), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1939] = { [sym__expression] = STATE(3461), [sym__expression_not_binary] = STATE(3564), [sym_conditional_expression] = STATE(3564), [sym_assignment_expression] = STATE(3564), [sym_pointer_expression] = STATE(3290), [sym_unary_expression] = STATE(3564), [sym_binary_expression] = STATE(3564), [sym_update_expression] = STATE(3564), [sym_cast_expression] = STATE(3564), [sym_sizeof_expression] = STATE(3564), [sym_offsetof_expression] = STATE(3564), [sym_generic_expression] = STATE(3564), [sym_subscript_expression] = STATE(3290), [sym_call_expression] = STATE(3290), [sym_gnu_asm_expression] = STATE(3564), [sym_field_expression] = STATE(3290), [sym_compound_literal_expression] = STATE(3564), [sym_parenthesized_expression] = STATE(3290), [sym_char_literal] = STATE(3429), [sym_concatenated_string] = STATE(3429), [sym_string_literal] = STATE(2306), [sym_null] = STATE(3564), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6687), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3564), [sym_raw_string_literal] = STATE(2306), [sym_co_await_expression] = STATE(3564), [sym_new_expression] = STATE(3564), [sym_delete_expression] = STATE(3564), [sym_requires_clause] = STATE(3564), [sym_requires_expression] = STATE(3564), [sym_lambda_expression] = STATE(3564), [sym_lambda_capture_specifier] = STATE(5176), [sym_fold_expression] = STATE(3564), [sym_parameter_pack_expansion] = STATE(3564), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5270), [sym_qualified_identifier] = STATE(3290), [sym_qualified_type_identifier] = STATE(6687), [sym_user_defined_literal] = STATE(3564), [sym_identifier] = ACTIONS(2095), [anon_sym_LPAREN2] = ACTIONS(1841), [anon_sym_BANG] = ACTIONS(1843), [anon_sym_TILDE] = ACTIONS(1843), [anon_sym_DASH] = ACTIONS(1845), [anon_sym_PLUS] = ACTIONS(1845), [anon_sym_STAR] = ACTIONS(1847), [anon_sym_AMP] = ACTIONS(1847), [anon_sym_COLON_COLON] = ACTIONS(1849), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1999), [anon_sym_not] = ACTIONS(1845), [anon_sym_compl] = ACTIONS(1845), [anon_sym_DASH_DASH] = ACTIONS(1861), [anon_sym_PLUS_PLUS] = ACTIONS(1861), [anon_sym_sizeof] = ACTIONS(1863), [anon_sym_offsetof] = ACTIONS(1865), [anon_sym__Generic] = ACTIONS(1867), [anon_sym_asm] = ACTIONS(1869), [anon_sym___asm__] = ACTIONS(1869), [sym_number_literal] = ACTIONS(1871), [anon_sym_L_SQUOTE] = ACTIONS(1873), [anon_sym_u_SQUOTE] = ACTIONS(1873), [anon_sym_U_SQUOTE] = ACTIONS(1873), [anon_sym_u8_SQUOTE] = ACTIONS(1873), [anon_sym_SQUOTE] = ACTIONS(1873), [anon_sym_L_DQUOTE] = ACTIONS(1875), [anon_sym_u_DQUOTE] = ACTIONS(1875), [anon_sym_U_DQUOTE] = ACTIONS(1875), [anon_sym_u8_DQUOTE] = ACTIONS(1875), [anon_sym_DQUOTE] = ACTIONS(1875), [sym_true] = ACTIONS(1877), [sym_false] = ACTIONS(1877), [anon_sym_NULL] = ACTIONS(1879), [anon_sym_nullptr] = ACTIONS(1879), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(1883), [anon_sym_R_DQUOTE] = ACTIONS(1885), [anon_sym_LR_DQUOTE] = ACTIONS(1885), [anon_sym_uR_DQUOTE] = ACTIONS(1885), [anon_sym_UR_DQUOTE] = ACTIONS(1885), [anon_sym_u8R_DQUOTE] = ACTIONS(1885), [anon_sym_co_await] = ACTIONS(1887), [anon_sym_new] = ACTIONS(1889), [anon_sym_requires] = ACTIONS(1891), [sym_this] = ACTIONS(1877), }, [1940] = { [sym__expression] = STATE(3997), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3525), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3525), [sym_call_expression] = STATE(3525), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3525), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3525), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3525), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3607), [anon_sym_LPAREN2] = ACTIONS(3609), [anon_sym_BANG] = ACTIONS(3613), [anon_sym_TILDE] = ACTIONS(3613), [anon_sym_DASH] = ACTIONS(3611), [anon_sym_PLUS] = ACTIONS(3611), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(3615), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(3611), [anon_sym_compl] = ACTIONS(3611), [anon_sym_DASH_DASH] = ACTIONS(3617), [anon_sym_PLUS_PLUS] = ACTIONS(3617), [anon_sym_sizeof] = ACTIONS(3619), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(3621), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(3623), [anon_sym_new] = ACTIONS(3625), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1941] = { [sym__expression] = STATE(4283), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3525), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3525), [sym_call_expression] = STATE(3525), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3525), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3525), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3525), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3607), [anon_sym_LPAREN2] = ACTIONS(3609), [anon_sym_BANG] = ACTIONS(3613), [anon_sym_TILDE] = ACTIONS(3613), [anon_sym_DASH] = ACTIONS(3611), [anon_sym_PLUS] = ACTIONS(3611), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(3615), [anon_sym_LBRACK] = ACTIONS(4419), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(3611), [anon_sym_compl] = ACTIONS(3611), [anon_sym_DASH_DASH] = ACTIONS(3617), [anon_sym_PLUS_PLUS] = ACTIONS(3617), [anon_sym_sizeof] = ACTIONS(3619), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(3621), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(3623), [anon_sym_new] = ACTIONS(3625), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1942] = { [sym__expression] = STATE(3459), [sym__expression_not_binary] = STATE(3564), [sym_conditional_expression] = STATE(3564), [sym_assignment_expression] = STATE(3564), [sym_pointer_expression] = STATE(3290), [sym_unary_expression] = STATE(3564), [sym_binary_expression] = STATE(3564), [sym_update_expression] = STATE(3564), [sym_cast_expression] = STATE(3564), [sym_sizeof_expression] = STATE(3564), [sym_offsetof_expression] = STATE(3564), [sym_generic_expression] = STATE(3564), [sym_subscript_expression] = STATE(3290), [sym_call_expression] = STATE(3290), [sym_gnu_asm_expression] = STATE(3564), [sym_field_expression] = STATE(3290), [sym_compound_literal_expression] = STATE(3564), [sym_parenthesized_expression] = STATE(3290), [sym_char_literal] = STATE(3429), [sym_concatenated_string] = STATE(3429), [sym_string_literal] = STATE(2306), [sym_null] = STATE(3564), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6687), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3564), [sym_raw_string_literal] = STATE(2306), [sym_co_await_expression] = STATE(3564), [sym_new_expression] = STATE(3564), [sym_delete_expression] = STATE(3564), [sym_requires_clause] = STATE(3564), [sym_requires_expression] = STATE(3564), [sym_lambda_expression] = STATE(3564), [sym_lambda_capture_specifier] = STATE(5176), [sym_fold_expression] = STATE(3564), [sym_parameter_pack_expansion] = STATE(3564), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5270), [sym_qualified_identifier] = STATE(3290), [sym_qualified_type_identifier] = STATE(6687), [sym_user_defined_literal] = STATE(3564), [sym_identifier] = ACTIONS(2095), [anon_sym_LPAREN2] = ACTIONS(1841), [anon_sym_BANG] = ACTIONS(1843), [anon_sym_TILDE] = ACTIONS(1843), [anon_sym_DASH] = ACTIONS(1845), [anon_sym_PLUS] = ACTIONS(1845), [anon_sym_STAR] = ACTIONS(1847), [anon_sym_AMP] = ACTIONS(1847), [anon_sym_COLON_COLON] = ACTIONS(1849), [anon_sym_LBRACK] = ACTIONS(4421), [sym_primitive_type] = ACTIONS(1999), [anon_sym_not] = ACTIONS(1845), [anon_sym_compl] = ACTIONS(1845), [anon_sym_DASH_DASH] = ACTIONS(1861), [anon_sym_PLUS_PLUS] = ACTIONS(1861), [anon_sym_sizeof] = ACTIONS(1863), [anon_sym_offsetof] = ACTIONS(1865), [anon_sym__Generic] = ACTIONS(1867), [anon_sym_asm] = ACTIONS(1869), [anon_sym___asm__] = ACTIONS(1869), [sym_number_literal] = ACTIONS(1871), [anon_sym_L_SQUOTE] = ACTIONS(1873), [anon_sym_u_SQUOTE] = ACTIONS(1873), [anon_sym_U_SQUOTE] = ACTIONS(1873), [anon_sym_u8_SQUOTE] = ACTIONS(1873), [anon_sym_SQUOTE] = ACTIONS(1873), [anon_sym_L_DQUOTE] = ACTIONS(1875), [anon_sym_u_DQUOTE] = ACTIONS(1875), [anon_sym_U_DQUOTE] = ACTIONS(1875), [anon_sym_u8_DQUOTE] = ACTIONS(1875), [anon_sym_DQUOTE] = ACTIONS(1875), [sym_true] = ACTIONS(1877), [sym_false] = ACTIONS(1877), [anon_sym_NULL] = ACTIONS(1879), [anon_sym_nullptr] = ACTIONS(1879), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(1883), [anon_sym_R_DQUOTE] = ACTIONS(1885), [anon_sym_LR_DQUOTE] = ACTIONS(1885), [anon_sym_uR_DQUOTE] = ACTIONS(1885), [anon_sym_UR_DQUOTE] = ACTIONS(1885), [anon_sym_u8R_DQUOTE] = ACTIONS(1885), [anon_sym_co_await] = ACTIONS(1887), [anon_sym_new] = ACTIONS(1889), [anon_sym_requires] = ACTIONS(1891), [sym_this] = ACTIONS(1877), }, [1943] = { [sym__expression] = STATE(4309), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1944] = { [sym__expression] = STATE(4220), [sym__expression_not_binary] = STATE(4455), [sym_conditional_expression] = STATE(4455), [sym_assignment_expression] = STATE(4455), [sym_pointer_expression] = STATE(3543), [sym_unary_expression] = STATE(4455), [sym_binary_expression] = STATE(4455), [sym_update_expression] = STATE(4455), [sym_cast_expression] = STATE(4455), [sym_sizeof_expression] = STATE(4455), [sym_offsetof_expression] = STATE(4455), [sym_generic_expression] = STATE(4455), [sym_subscript_expression] = STATE(3543), [sym_call_expression] = STATE(3543), [sym_gnu_asm_expression] = STATE(4455), [sym_field_expression] = STATE(3543), [sym_compound_literal_expression] = STATE(4455), [sym_parenthesized_expression] = STATE(3543), [sym_char_literal] = STATE(4150), [sym_concatenated_string] = STATE(4150), [sym_string_literal] = STATE(3544), [sym_null] = STATE(4455), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6810), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(4455), [sym_raw_string_literal] = STATE(3544), [sym_co_await_expression] = STATE(4455), [sym_new_expression] = STATE(4455), [sym_delete_expression] = STATE(4455), [sym_requires_clause] = STATE(4455), [sym_requires_expression] = STATE(4455), [sym_lambda_expression] = STATE(4455), [sym_lambda_capture_specifier] = STATE(5208), [sym_fold_expression] = STATE(4455), [sym_parameter_pack_expansion] = STATE(4455), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5301), [sym_qualified_identifier] = STATE(3543), [sym_qualified_type_identifier] = STATE(6810), [sym_user_defined_literal] = STATE(4455), [sym_identifier] = ACTIONS(3603), [anon_sym_LPAREN2] = ACTIONS(2618), [anon_sym_BANG] = ACTIONS(2620), [anon_sym_TILDE] = ACTIONS(2620), [anon_sym_DASH] = ACTIONS(2622), [anon_sym_PLUS] = ACTIONS(2622), [anon_sym_STAR] = ACTIONS(2624), [anon_sym_AMP] = ACTIONS(2624), [anon_sym_COLON_COLON] = ACTIONS(2626), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(2045), [anon_sym_not] = ACTIONS(2622), [anon_sym_compl] = ACTIONS(2622), [anon_sym_DASH_DASH] = ACTIONS(2640), [anon_sym_PLUS_PLUS] = ACTIONS(2640), [anon_sym_sizeof] = ACTIONS(2642), [anon_sym_offsetof] = ACTIONS(2644), [anon_sym__Generic] = ACTIONS(2646), [anon_sym_asm] = ACTIONS(2648), [anon_sym___asm__] = ACTIONS(2648), [sym_number_literal] = ACTIONS(2650), [anon_sym_L_SQUOTE] = ACTIONS(2652), [anon_sym_u_SQUOTE] = ACTIONS(2652), [anon_sym_U_SQUOTE] = ACTIONS(2652), [anon_sym_u8_SQUOTE] = ACTIONS(2652), [anon_sym_SQUOTE] = ACTIONS(2652), [anon_sym_L_DQUOTE] = ACTIONS(2654), [anon_sym_u_DQUOTE] = ACTIONS(2654), [anon_sym_U_DQUOTE] = ACTIONS(2654), [anon_sym_u8_DQUOTE] = ACTIONS(2654), [anon_sym_DQUOTE] = ACTIONS(2654), [sym_true] = ACTIONS(2656), [sym_false] = ACTIONS(2656), [anon_sym_NULL] = ACTIONS(2658), [anon_sym_nullptr] = ACTIONS(2658), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(2668), [anon_sym_R_DQUOTE] = ACTIONS(2670), [anon_sym_LR_DQUOTE] = ACTIONS(2670), [anon_sym_uR_DQUOTE] = ACTIONS(2670), [anon_sym_UR_DQUOTE] = ACTIONS(2670), [anon_sym_u8R_DQUOTE] = ACTIONS(2670), [anon_sym_co_await] = ACTIONS(2672), [anon_sym_new] = ACTIONS(2674), [anon_sym_requires] = ACTIONS(2676), [sym_this] = ACTIONS(2656), }, [1945] = { [sym__expression] = STATE(4429), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1946] = { [sym__expression] = STATE(4422), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1947] = { [sym__expression] = STATE(4515), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1948] = { [sym__expression] = STATE(3930), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3525), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3525), [sym_call_expression] = STATE(3525), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3525), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3525), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3525), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3607), [anon_sym_LPAREN2] = ACTIONS(3609), [anon_sym_BANG] = ACTIONS(3613), [anon_sym_TILDE] = ACTIONS(3613), [anon_sym_DASH] = ACTIONS(3611), [anon_sym_PLUS] = ACTIONS(3611), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(3615), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(3611), [anon_sym_compl] = ACTIONS(3611), [anon_sym_DASH_DASH] = ACTIONS(3617), [anon_sym_PLUS_PLUS] = ACTIONS(3617), [anon_sym_sizeof] = ACTIONS(3619), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(3621), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(3623), [anon_sym_new] = ACTIONS(3625), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1949] = { [sym__expression] = STATE(3914), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3525), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3525), [sym_call_expression] = STATE(3525), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3525), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3525), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3525), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3607), [anon_sym_LPAREN2] = ACTIONS(3609), [anon_sym_BANG] = ACTIONS(3613), [anon_sym_TILDE] = ACTIONS(3613), [anon_sym_DASH] = ACTIONS(3611), [anon_sym_PLUS] = ACTIONS(3611), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(3615), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(3611), [anon_sym_compl] = ACTIONS(3611), [anon_sym_DASH_DASH] = ACTIONS(3617), [anon_sym_PLUS_PLUS] = ACTIONS(3617), [anon_sym_sizeof] = ACTIONS(3619), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(3621), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(3623), [anon_sym_new] = ACTIONS(3625), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1950] = { [sym__expression] = STATE(4433), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1951] = { [sym__expression] = STATE(4421), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1952] = { [sym__expression] = STATE(4245), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1953] = { [sym__expression] = STATE(4420), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1954] = { [sym__expression] = STATE(4493), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3525), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3525), [sym_call_expression] = STATE(3525), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3525), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3525), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3525), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3607), [anon_sym_LPAREN2] = ACTIONS(3609), [anon_sym_BANG] = ACTIONS(3613), [anon_sym_TILDE] = ACTIONS(3613), [anon_sym_DASH] = ACTIONS(3611), [anon_sym_PLUS] = ACTIONS(3611), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(3615), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(3611), [anon_sym_compl] = ACTIONS(3611), [anon_sym_DASH_DASH] = ACTIONS(3617), [anon_sym_PLUS_PLUS] = ACTIONS(3617), [anon_sym_sizeof] = ACTIONS(3619), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(3621), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(3623), [anon_sym_new] = ACTIONS(3625), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1955] = { [sym__expression] = STATE(4386), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3552), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3552), [sym_call_expression] = STATE(3552), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3552), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3552), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3552), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3627), [anon_sym_LPAREN2] = ACTIONS(3629), [anon_sym_BANG] = ACTIONS(3633), [anon_sym_TILDE] = ACTIONS(3633), [anon_sym_DASH] = ACTIONS(3631), [anon_sym_PLUS] = ACTIONS(3631), [anon_sym_STAR] = ACTIONS(3635), [anon_sym_AMP] = ACTIONS(3635), [anon_sym_COLON_COLON] = ACTIONS(3637), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(3631), [anon_sym_compl] = ACTIONS(3631), [anon_sym_DASH_DASH] = ACTIONS(3639), [anon_sym_PLUS_PLUS] = ACTIONS(3639), [anon_sym_sizeof] = ACTIONS(3641), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(3643), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(3645), [anon_sym_new] = ACTIONS(3625), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1956] = { [sym__expression] = STATE(4502), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1957] = { [sym__expression] = STATE(3199), [sym__expression_not_binary] = STATE(3295), [sym_conditional_expression] = STATE(3295), [sym_assignment_expression] = STATE(3295), [sym_pointer_expression] = STATE(3295), [sym_unary_expression] = STATE(3295), [sym_binary_expression] = STATE(3295), [sym_update_expression] = STATE(3295), [sym_cast_expression] = STATE(3295), [sym_sizeof_expression] = STATE(3295), [sym_offsetof_expression] = STATE(3295), [sym_generic_expression] = STATE(3295), [sym_subscript_expression] = STATE(3295), [sym_call_expression] = STATE(3295), [sym_gnu_asm_expression] = STATE(3295), [sym_field_expression] = STATE(3295), [sym_compound_literal_expression] = STATE(3295), [sym_parenthesized_expression] = STATE(3295), [sym_char_literal] = STATE(3192), [sym_concatenated_string] = STATE(3192), [sym_string_literal] = STATE(2207), [sym_null] = STATE(3295), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6682), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3295), [sym_raw_string_literal] = STATE(2207), [sym_co_await_expression] = STATE(3295), [sym_new_expression] = STATE(3295), [sym_delete_expression] = STATE(3295), [sym_requires_clause] = STATE(3295), [sym_requires_expression] = STATE(3295), [sym_lambda_expression] = STATE(3295), [sym_lambda_capture_specifier] = STATE(5166), [sym_fold_expression] = STATE(3295), [sym_parameter_pack_expansion] = STATE(3295), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5270), [sym_qualified_identifier] = STATE(3295), [sym_qualified_type_identifier] = STATE(6682), [sym_user_defined_literal] = STATE(3295), [sym_identifier] = ACTIONS(1985), [anon_sym_LPAREN2] = ACTIONS(1987), [anon_sym_BANG] = ACTIONS(1991), [anon_sym_TILDE] = ACTIONS(1991), [anon_sym_DASH] = ACTIONS(1989), [anon_sym_PLUS] = ACTIONS(1989), [anon_sym_STAR] = ACTIONS(1847), [anon_sym_AMP] = ACTIONS(1847), [anon_sym_COLON_COLON] = ACTIONS(1995), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1999), [anon_sym_not] = ACTIONS(1989), [anon_sym_compl] = ACTIONS(1989), [anon_sym_DASH_DASH] = ACTIONS(2001), [anon_sym_PLUS_PLUS] = ACTIONS(2001), [anon_sym_sizeof] = ACTIONS(2003), [anon_sym_offsetof] = ACTIONS(2005), [anon_sym__Generic] = ACTIONS(2007), [anon_sym_asm] = ACTIONS(2009), [anon_sym___asm__] = ACTIONS(2009), [sym_number_literal] = ACTIONS(2011), [anon_sym_L_SQUOTE] = ACTIONS(2013), [anon_sym_u_SQUOTE] = ACTIONS(2013), [anon_sym_U_SQUOTE] = ACTIONS(2013), [anon_sym_u8_SQUOTE] = ACTIONS(2013), [anon_sym_SQUOTE] = ACTIONS(2013), [anon_sym_L_DQUOTE] = ACTIONS(2015), [anon_sym_u_DQUOTE] = ACTIONS(2015), [anon_sym_U_DQUOTE] = ACTIONS(2015), [anon_sym_u8_DQUOTE] = ACTIONS(2015), [anon_sym_DQUOTE] = ACTIONS(2015), [sym_true] = ACTIONS(2017), [sym_false] = ACTIONS(2017), [anon_sym_NULL] = ACTIONS(2019), [anon_sym_nullptr] = ACTIONS(2019), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(2021), [anon_sym_R_DQUOTE] = ACTIONS(2023), [anon_sym_LR_DQUOTE] = ACTIONS(2023), [anon_sym_uR_DQUOTE] = ACTIONS(2023), [anon_sym_UR_DQUOTE] = ACTIONS(2023), [anon_sym_u8R_DQUOTE] = ACTIONS(2023), [anon_sym_co_await] = ACTIONS(2025), [anon_sym_new] = ACTIONS(2027), [anon_sym_requires] = ACTIONS(2029), [sym_this] = ACTIONS(2017), }, [1958] = { [sym__expression] = STATE(4360), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1959] = { [sym__expression] = STATE(4326), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1960] = { [sym__expression] = STATE(3195), [sym__expression_not_binary] = STATE(3295), [sym_conditional_expression] = STATE(3295), [sym_assignment_expression] = STATE(3295), [sym_pointer_expression] = STATE(3295), [sym_unary_expression] = STATE(3295), [sym_binary_expression] = STATE(3295), [sym_update_expression] = STATE(3295), [sym_cast_expression] = STATE(3295), [sym_sizeof_expression] = STATE(3295), [sym_offsetof_expression] = STATE(3295), [sym_generic_expression] = STATE(3295), [sym_subscript_expression] = STATE(3295), [sym_call_expression] = STATE(3295), [sym_gnu_asm_expression] = STATE(3295), [sym_field_expression] = STATE(3295), [sym_compound_literal_expression] = STATE(3295), [sym_parenthesized_expression] = STATE(3295), [sym_char_literal] = STATE(3192), [sym_concatenated_string] = STATE(3192), [sym_string_literal] = STATE(2207), [sym_null] = STATE(3295), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6682), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3295), [sym_raw_string_literal] = STATE(2207), [sym_co_await_expression] = STATE(3295), [sym_new_expression] = STATE(3295), [sym_delete_expression] = STATE(3295), [sym_requires_clause] = STATE(3295), [sym_requires_expression] = STATE(3295), [sym_lambda_expression] = STATE(3295), [sym_lambda_capture_specifier] = STATE(5166), [sym_fold_expression] = STATE(3295), [sym_parameter_pack_expansion] = STATE(3295), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5270), [sym_qualified_identifier] = STATE(3295), [sym_qualified_type_identifier] = STATE(6682), [sym_user_defined_literal] = STATE(3295), [sym_identifier] = ACTIONS(4423), [anon_sym_LPAREN2] = ACTIONS(1987), [anon_sym_BANG] = ACTIONS(1991), [anon_sym_TILDE] = ACTIONS(1991), [anon_sym_DASH] = ACTIONS(1989), [anon_sym_PLUS] = ACTIONS(1989), [anon_sym_STAR] = ACTIONS(1847), [anon_sym_AMP] = ACTIONS(1847), [anon_sym_COLON_COLON] = ACTIONS(1995), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1999), [anon_sym_not] = ACTIONS(1989), [anon_sym_compl] = ACTIONS(1989), [anon_sym_DASH_DASH] = ACTIONS(2001), [anon_sym_PLUS_PLUS] = ACTIONS(2001), [anon_sym_sizeof] = ACTIONS(2003), [anon_sym_offsetof] = ACTIONS(2005), [anon_sym__Generic] = ACTIONS(2007), [anon_sym_asm] = ACTIONS(2009), [anon_sym___asm__] = ACTIONS(2009), [sym_number_literal] = ACTIONS(2011), [anon_sym_L_SQUOTE] = ACTIONS(2013), [anon_sym_u_SQUOTE] = ACTIONS(2013), [anon_sym_U_SQUOTE] = ACTIONS(2013), [anon_sym_u8_SQUOTE] = ACTIONS(2013), [anon_sym_SQUOTE] = ACTIONS(2013), [anon_sym_L_DQUOTE] = ACTIONS(2015), [anon_sym_u_DQUOTE] = ACTIONS(2015), [anon_sym_U_DQUOTE] = ACTIONS(2015), [anon_sym_u8_DQUOTE] = ACTIONS(2015), [anon_sym_DQUOTE] = ACTIONS(2015), [sym_true] = ACTIONS(2017), [sym_false] = ACTIONS(2017), [anon_sym_NULL] = ACTIONS(2019), [anon_sym_nullptr] = ACTIONS(2019), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(2021), [anon_sym_R_DQUOTE] = ACTIONS(2023), [anon_sym_LR_DQUOTE] = ACTIONS(2023), [anon_sym_uR_DQUOTE] = ACTIONS(2023), [anon_sym_UR_DQUOTE] = ACTIONS(2023), [anon_sym_u8R_DQUOTE] = ACTIONS(2023), [anon_sym_co_await] = ACTIONS(2025), [anon_sym_new] = ACTIONS(2027), [anon_sym_requires] = ACTIONS(2029), [sym_this] = ACTIONS(2017), }, [1961] = { [sym__expression] = STATE(3195), [sym__expression_not_binary] = STATE(3295), [sym_conditional_expression] = STATE(3295), [sym_assignment_expression] = STATE(3295), [sym_pointer_expression] = STATE(3295), [sym_unary_expression] = STATE(3295), [sym_binary_expression] = STATE(3295), [sym_update_expression] = STATE(3295), [sym_cast_expression] = STATE(3295), [sym_sizeof_expression] = STATE(3295), [sym_offsetof_expression] = STATE(3295), [sym_generic_expression] = STATE(3295), [sym_subscript_expression] = STATE(3295), [sym_call_expression] = STATE(3295), [sym_gnu_asm_expression] = STATE(3295), [sym_field_expression] = STATE(3295), [sym_compound_literal_expression] = STATE(3295), [sym_parenthesized_expression] = STATE(3295), [sym_char_literal] = STATE(3192), [sym_concatenated_string] = STATE(3192), [sym_string_literal] = STATE(2207), [sym_null] = STATE(3295), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6682), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3295), [sym_raw_string_literal] = STATE(2207), [sym_co_await_expression] = STATE(3295), [sym_new_expression] = STATE(3295), [sym_delete_expression] = STATE(3295), [sym_requires_clause] = STATE(3295), [sym_requires_expression] = STATE(3295), [sym_lambda_expression] = STATE(3295), [sym_lambda_capture_specifier] = STATE(5166), [sym_fold_expression] = STATE(3295), [sym_parameter_pack_expansion] = STATE(3295), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5270), [sym_qualified_identifier] = STATE(3295), [sym_qualified_type_identifier] = STATE(6682), [sym_user_defined_literal] = STATE(3295), [sym_identifier] = ACTIONS(1985), [anon_sym_LPAREN2] = ACTIONS(1987), [anon_sym_BANG] = ACTIONS(1991), [anon_sym_TILDE] = ACTIONS(1991), [anon_sym_DASH] = ACTIONS(1989), [anon_sym_PLUS] = ACTIONS(1989), [anon_sym_STAR] = ACTIONS(1847), [anon_sym_AMP] = ACTIONS(1847), [anon_sym_COLON_COLON] = ACTIONS(1995), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1999), [anon_sym_not] = ACTIONS(1989), [anon_sym_compl] = ACTIONS(1989), [anon_sym_DASH_DASH] = ACTIONS(2001), [anon_sym_PLUS_PLUS] = ACTIONS(2001), [anon_sym_sizeof] = ACTIONS(2003), [anon_sym_offsetof] = ACTIONS(2005), [anon_sym__Generic] = ACTIONS(2007), [anon_sym_asm] = ACTIONS(2009), [anon_sym___asm__] = ACTIONS(2009), [sym_number_literal] = ACTIONS(2011), [anon_sym_L_SQUOTE] = ACTIONS(2013), [anon_sym_u_SQUOTE] = ACTIONS(2013), [anon_sym_U_SQUOTE] = ACTIONS(2013), [anon_sym_u8_SQUOTE] = ACTIONS(2013), [anon_sym_SQUOTE] = ACTIONS(2013), [anon_sym_L_DQUOTE] = ACTIONS(2015), [anon_sym_u_DQUOTE] = ACTIONS(2015), [anon_sym_U_DQUOTE] = ACTIONS(2015), [anon_sym_u8_DQUOTE] = ACTIONS(2015), [anon_sym_DQUOTE] = ACTIONS(2015), [sym_true] = ACTIONS(2017), [sym_false] = ACTIONS(2017), [anon_sym_NULL] = ACTIONS(2019), [anon_sym_nullptr] = ACTIONS(2019), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(2021), [anon_sym_R_DQUOTE] = ACTIONS(2023), [anon_sym_LR_DQUOTE] = ACTIONS(2023), [anon_sym_uR_DQUOTE] = ACTIONS(2023), [anon_sym_UR_DQUOTE] = ACTIONS(2023), [anon_sym_u8R_DQUOTE] = ACTIONS(2023), [anon_sym_co_await] = ACTIONS(2025), [anon_sym_new] = ACTIONS(2027), [anon_sym_requires] = ACTIONS(2029), [sym_this] = ACTIONS(2017), }, [1962] = { [sym__expression] = STATE(4285), [sym__expression_not_binary] = STATE(4455), [sym_conditional_expression] = STATE(4455), [sym_assignment_expression] = STATE(4455), [sym_pointer_expression] = STATE(3543), [sym_unary_expression] = STATE(4455), [sym_binary_expression] = STATE(4455), [sym_update_expression] = STATE(4455), [sym_cast_expression] = STATE(4455), [sym_sizeof_expression] = STATE(4455), [sym_offsetof_expression] = STATE(4455), [sym_generic_expression] = STATE(4455), [sym_subscript_expression] = STATE(3543), [sym_call_expression] = STATE(3543), [sym_gnu_asm_expression] = STATE(4455), [sym_field_expression] = STATE(3543), [sym_compound_literal_expression] = STATE(4455), [sym_parenthesized_expression] = STATE(3543), [sym_char_literal] = STATE(4150), [sym_concatenated_string] = STATE(4150), [sym_string_literal] = STATE(3544), [sym_null] = STATE(4455), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6810), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(4455), [sym_raw_string_literal] = STATE(3544), [sym_co_await_expression] = STATE(4455), [sym_new_expression] = STATE(4455), [sym_delete_expression] = STATE(4455), [sym_requires_clause] = STATE(4455), [sym_requires_expression] = STATE(4455), [sym_lambda_expression] = STATE(4455), [sym_lambda_capture_specifier] = STATE(5208), [sym_fold_expression] = STATE(4455), [sym_parameter_pack_expansion] = STATE(4455), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5301), [sym_qualified_identifier] = STATE(3543), [sym_qualified_type_identifier] = STATE(6810), [sym_user_defined_literal] = STATE(4455), [sym_identifier] = ACTIONS(3603), [anon_sym_LPAREN2] = ACTIONS(2618), [anon_sym_BANG] = ACTIONS(2620), [anon_sym_TILDE] = ACTIONS(2620), [anon_sym_DASH] = ACTIONS(2622), [anon_sym_PLUS] = ACTIONS(2622), [anon_sym_STAR] = ACTIONS(2624), [anon_sym_AMP] = ACTIONS(2624), [anon_sym_COLON_COLON] = ACTIONS(2626), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(2045), [anon_sym_not] = ACTIONS(2622), [anon_sym_compl] = ACTIONS(2622), [anon_sym_DASH_DASH] = ACTIONS(2640), [anon_sym_PLUS_PLUS] = ACTIONS(2640), [anon_sym_sizeof] = ACTIONS(2642), [anon_sym_offsetof] = ACTIONS(2644), [anon_sym__Generic] = ACTIONS(2646), [anon_sym_asm] = ACTIONS(2648), [anon_sym___asm__] = ACTIONS(2648), [sym_number_literal] = ACTIONS(2650), [anon_sym_L_SQUOTE] = ACTIONS(2652), [anon_sym_u_SQUOTE] = ACTIONS(2652), [anon_sym_U_SQUOTE] = ACTIONS(2652), [anon_sym_u8_SQUOTE] = ACTIONS(2652), [anon_sym_SQUOTE] = ACTIONS(2652), [anon_sym_L_DQUOTE] = ACTIONS(2654), [anon_sym_u_DQUOTE] = ACTIONS(2654), [anon_sym_U_DQUOTE] = ACTIONS(2654), [anon_sym_u8_DQUOTE] = ACTIONS(2654), [anon_sym_DQUOTE] = ACTIONS(2654), [sym_true] = ACTIONS(2656), [sym_false] = ACTIONS(2656), [anon_sym_NULL] = ACTIONS(2658), [anon_sym_nullptr] = ACTIONS(2658), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(2668), [anon_sym_R_DQUOTE] = ACTIONS(2670), [anon_sym_LR_DQUOTE] = ACTIONS(2670), [anon_sym_uR_DQUOTE] = ACTIONS(2670), [anon_sym_UR_DQUOTE] = ACTIONS(2670), [anon_sym_u8R_DQUOTE] = ACTIONS(2670), [anon_sym_co_await] = ACTIONS(2672), [anon_sym_new] = ACTIONS(2674), [anon_sym_requires] = ACTIONS(2676), [sym_this] = ACTIONS(2656), }, [1963] = { [sym__expression] = STATE(3930), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1964] = { [sym__expression] = STATE(4274), [sym__expression_not_binary] = STATE(4455), [sym_conditional_expression] = STATE(4455), [sym_assignment_expression] = STATE(4455), [sym_pointer_expression] = STATE(3543), [sym_unary_expression] = STATE(4455), [sym_binary_expression] = STATE(4455), [sym_update_expression] = STATE(4455), [sym_cast_expression] = STATE(4455), [sym_sizeof_expression] = STATE(4455), [sym_offsetof_expression] = STATE(4455), [sym_generic_expression] = STATE(4455), [sym_subscript_expression] = STATE(3543), [sym_call_expression] = STATE(3543), [sym_gnu_asm_expression] = STATE(4455), [sym_field_expression] = STATE(3543), [sym_compound_literal_expression] = STATE(4455), [sym_parenthesized_expression] = STATE(3543), [sym_char_literal] = STATE(4150), [sym_concatenated_string] = STATE(4150), [sym_string_literal] = STATE(3544), [sym_null] = STATE(4455), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6810), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(4455), [sym_raw_string_literal] = STATE(3544), [sym_co_await_expression] = STATE(4455), [sym_new_expression] = STATE(4455), [sym_delete_expression] = STATE(4455), [sym_requires_clause] = STATE(4455), [sym_requires_expression] = STATE(4455), [sym_lambda_expression] = STATE(4455), [sym_lambda_capture_specifier] = STATE(5208), [sym_fold_expression] = STATE(4455), [sym_parameter_pack_expansion] = STATE(4455), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5301), [sym_qualified_identifier] = STATE(3543), [sym_qualified_type_identifier] = STATE(6810), [sym_user_defined_literal] = STATE(4455), [sym_identifier] = ACTIONS(3603), [anon_sym_LPAREN2] = ACTIONS(2618), [anon_sym_BANG] = ACTIONS(2620), [anon_sym_TILDE] = ACTIONS(2620), [anon_sym_DASH] = ACTIONS(2622), [anon_sym_PLUS] = ACTIONS(2622), [anon_sym_STAR] = ACTIONS(2624), [anon_sym_AMP] = ACTIONS(2624), [anon_sym_COLON_COLON] = ACTIONS(2626), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(2045), [anon_sym_not] = ACTIONS(2622), [anon_sym_compl] = ACTIONS(2622), [anon_sym_DASH_DASH] = ACTIONS(2640), [anon_sym_PLUS_PLUS] = ACTIONS(2640), [anon_sym_sizeof] = ACTIONS(2642), [anon_sym_offsetof] = ACTIONS(2644), [anon_sym__Generic] = ACTIONS(2646), [anon_sym_asm] = ACTIONS(2648), [anon_sym___asm__] = ACTIONS(2648), [sym_number_literal] = ACTIONS(2650), [anon_sym_L_SQUOTE] = ACTIONS(2652), [anon_sym_u_SQUOTE] = ACTIONS(2652), [anon_sym_U_SQUOTE] = ACTIONS(2652), [anon_sym_u8_SQUOTE] = ACTIONS(2652), [anon_sym_SQUOTE] = ACTIONS(2652), [anon_sym_L_DQUOTE] = ACTIONS(2654), [anon_sym_u_DQUOTE] = ACTIONS(2654), [anon_sym_U_DQUOTE] = ACTIONS(2654), [anon_sym_u8_DQUOTE] = ACTIONS(2654), [anon_sym_DQUOTE] = ACTIONS(2654), [sym_true] = ACTIONS(2656), [sym_false] = ACTIONS(2656), [anon_sym_NULL] = ACTIONS(2658), [anon_sym_nullptr] = ACTIONS(2658), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(2668), [anon_sym_R_DQUOTE] = ACTIONS(2670), [anon_sym_LR_DQUOTE] = ACTIONS(2670), [anon_sym_uR_DQUOTE] = ACTIONS(2670), [anon_sym_UR_DQUOTE] = ACTIONS(2670), [anon_sym_u8R_DQUOTE] = ACTIONS(2670), [anon_sym_co_await] = ACTIONS(2672), [anon_sym_new] = ACTIONS(2674), [anon_sym_requires] = ACTIONS(2676), [sym_this] = ACTIONS(2656), }, [1965] = { [sym__expression] = STATE(4273), [sym__expression_not_binary] = STATE(4455), [sym_conditional_expression] = STATE(4455), [sym_assignment_expression] = STATE(4455), [sym_pointer_expression] = STATE(3543), [sym_unary_expression] = STATE(4455), [sym_binary_expression] = STATE(4455), [sym_update_expression] = STATE(4455), [sym_cast_expression] = STATE(4455), [sym_sizeof_expression] = STATE(4455), [sym_offsetof_expression] = STATE(4455), [sym_generic_expression] = STATE(4455), [sym_subscript_expression] = STATE(3543), [sym_call_expression] = STATE(3543), [sym_gnu_asm_expression] = STATE(4455), [sym_field_expression] = STATE(3543), [sym_compound_literal_expression] = STATE(4455), [sym_parenthesized_expression] = STATE(3543), [sym_char_literal] = STATE(4150), [sym_concatenated_string] = STATE(4150), [sym_string_literal] = STATE(3544), [sym_null] = STATE(4455), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6810), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(4455), [sym_raw_string_literal] = STATE(3544), [sym_co_await_expression] = STATE(4455), [sym_new_expression] = STATE(4455), [sym_delete_expression] = STATE(4455), [sym_requires_clause] = STATE(4455), [sym_requires_expression] = STATE(4455), [sym_lambda_expression] = STATE(4455), [sym_lambda_capture_specifier] = STATE(5208), [sym_fold_expression] = STATE(4455), [sym_parameter_pack_expansion] = STATE(4455), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5301), [sym_qualified_identifier] = STATE(3543), [sym_qualified_type_identifier] = STATE(6810), [sym_user_defined_literal] = STATE(4455), [sym_identifier] = ACTIONS(3603), [anon_sym_LPAREN2] = ACTIONS(2618), [anon_sym_BANG] = ACTIONS(2620), [anon_sym_TILDE] = ACTIONS(2620), [anon_sym_DASH] = ACTIONS(2622), [anon_sym_PLUS] = ACTIONS(2622), [anon_sym_STAR] = ACTIONS(2624), [anon_sym_AMP] = ACTIONS(2624), [anon_sym_COLON_COLON] = ACTIONS(2626), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(2045), [anon_sym_not] = ACTIONS(2622), [anon_sym_compl] = ACTIONS(2622), [anon_sym_DASH_DASH] = ACTIONS(2640), [anon_sym_PLUS_PLUS] = ACTIONS(2640), [anon_sym_sizeof] = ACTIONS(2642), [anon_sym_offsetof] = ACTIONS(2644), [anon_sym__Generic] = ACTIONS(2646), [anon_sym_asm] = ACTIONS(2648), [anon_sym___asm__] = ACTIONS(2648), [sym_number_literal] = ACTIONS(2650), [anon_sym_L_SQUOTE] = ACTIONS(2652), [anon_sym_u_SQUOTE] = ACTIONS(2652), [anon_sym_U_SQUOTE] = ACTIONS(2652), [anon_sym_u8_SQUOTE] = ACTIONS(2652), [anon_sym_SQUOTE] = ACTIONS(2652), [anon_sym_L_DQUOTE] = ACTIONS(2654), [anon_sym_u_DQUOTE] = ACTIONS(2654), [anon_sym_U_DQUOTE] = ACTIONS(2654), [anon_sym_u8_DQUOTE] = ACTIONS(2654), [anon_sym_DQUOTE] = ACTIONS(2654), [sym_true] = ACTIONS(2656), [sym_false] = ACTIONS(2656), [anon_sym_NULL] = ACTIONS(2658), [anon_sym_nullptr] = ACTIONS(2658), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(2668), [anon_sym_R_DQUOTE] = ACTIONS(2670), [anon_sym_LR_DQUOTE] = ACTIONS(2670), [anon_sym_uR_DQUOTE] = ACTIONS(2670), [anon_sym_UR_DQUOTE] = ACTIONS(2670), [anon_sym_u8R_DQUOTE] = ACTIONS(2670), [anon_sym_co_await] = ACTIONS(2672), [anon_sym_new] = ACTIONS(2674), [anon_sym_requires] = ACTIONS(2676), [sym_this] = ACTIONS(2656), }, [1966] = { [sym__expression] = STATE(4271), [sym__expression_not_binary] = STATE(4455), [sym_conditional_expression] = STATE(4455), [sym_assignment_expression] = STATE(4455), [sym_pointer_expression] = STATE(3543), [sym_unary_expression] = STATE(4455), [sym_binary_expression] = STATE(4455), [sym_update_expression] = STATE(4455), [sym_cast_expression] = STATE(4455), [sym_sizeof_expression] = STATE(4455), [sym_offsetof_expression] = STATE(4455), [sym_generic_expression] = STATE(4455), [sym_subscript_expression] = STATE(3543), [sym_call_expression] = STATE(3543), [sym_gnu_asm_expression] = STATE(4455), [sym_field_expression] = STATE(3543), [sym_compound_literal_expression] = STATE(4455), [sym_parenthesized_expression] = STATE(3543), [sym_char_literal] = STATE(4150), [sym_concatenated_string] = STATE(4150), [sym_string_literal] = STATE(3544), [sym_null] = STATE(4455), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6810), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(4455), [sym_raw_string_literal] = STATE(3544), [sym_co_await_expression] = STATE(4455), [sym_new_expression] = STATE(4455), [sym_delete_expression] = STATE(4455), [sym_requires_clause] = STATE(4455), [sym_requires_expression] = STATE(4455), [sym_lambda_expression] = STATE(4455), [sym_lambda_capture_specifier] = STATE(5208), [sym_fold_expression] = STATE(4455), [sym_parameter_pack_expansion] = STATE(4455), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5301), [sym_qualified_identifier] = STATE(3543), [sym_qualified_type_identifier] = STATE(6810), [sym_user_defined_literal] = STATE(4455), [sym_identifier] = ACTIONS(3603), [anon_sym_LPAREN2] = ACTIONS(2618), [anon_sym_BANG] = ACTIONS(2620), [anon_sym_TILDE] = ACTIONS(2620), [anon_sym_DASH] = ACTIONS(2622), [anon_sym_PLUS] = ACTIONS(2622), [anon_sym_STAR] = ACTIONS(2624), [anon_sym_AMP] = ACTIONS(2624), [anon_sym_COLON_COLON] = ACTIONS(2626), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(2045), [anon_sym_not] = ACTIONS(2622), [anon_sym_compl] = ACTIONS(2622), [anon_sym_DASH_DASH] = ACTIONS(2640), [anon_sym_PLUS_PLUS] = ACTIONS(2640), [anon_sym_sizeof] = ACTIONS(2642), [anon_sym_offsetof] = ACTIONS(2644), [anon_sym__Generic] = ACTIONS(2646), [anon_sym_asm] = ACTIONS(2648), [anon_sym___asm__] = ACTIONS(2648), [sym_number_literal] = ACTIONS(2650), [anon_sym_L_SQUOTE] = ACTIONS(2652), [anon_sym_u_SQUOTE] = ACTIONS(2652), [anon_sym_U_SQUOTE] = ACTIONS(2652), [anon_sym_u8_SQUOTE] = ACTIONS(2652), [anon_sym_SQUOTE] = ACTIONS(2652), [anon_sym_L_DQUOTE] = ACTIONS(2654), [anon_sym_u_DQUOTE] = ACTIONS(2654), [anon_sym_U_DQUOTE] = ACTIONS(2654), [anon_sym_u8_DQUOTE] = ACTIONS(2654), [anon_sym_DQUOTE] = ACTIONS(2654), [sym_true] = ACTIONS(2656), [sym_false] = ACTIONS(2656), [anon_sym_NULL] = ACTIONS(2658), [anon_sym_nullptr] = ACTIONS(2658), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(2668), [anon_sym_R_DQUOTE] = ACTIONS(2670), [anon_sym_LR_DQUOTE] = ACTIONS(2670), [anon_sym_uR_DQUOTE] = ACTIONS(2670), [anon_sym_UR_DQUOTE] = ACTIONS(2670), [anon_sym_u8R_DQUOTE] = ACTIONS(2670), [anon_sym_co_await] = ACTIONS(2672), [anon_sym_new] = ACTIONS(2674), [anon_sym_requires] = ACTIONS(2676), [sym_this] = ACTIONS(2656), }, [1967] = { [sym__expression] = STATE(4269), [sym__expression_not_binary] = STATE(4455), [sym_conditional_expression] = STATE(4455), [sym_assignment_expression] = STATE(4455), [sym_pointer_expression] = STATE(3543), [sym_unary_expression] = STATE(4455), [sym_binary_expression] = STATE(4455), [sym_update_expression] = STATE(4455), [sym_cast_expression] = STATE(4455), [sym_sizeof_expression] = STATE(4455), [sym_offsetof_expression] = STATE(4455), [sym_generic_expression] = STATE(4455), [sym_subscript_expression] = STATE(3543), [sym_call_expression] = STATE(3543), [sym_gnu_asm_expression] = STATE(4455), [sym_field_expression] = STATE(3543), [sym_compound_literal_expression] = STATE(4455), [sym_parenthesized_expression] = STATE(3543), [sym_char_literal] = STATE(4150), [sym_concatenated_string] = STATE(4150), [sym_string_literal] = STATE(3544), [sym_null] = STATE(4455), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6810), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(4455), [sym_raw_string_literal] = STATE(3544), [sym_co_await_expression] = STATE(4455), [sym_new_expression] = STATE(4455), [sym_delete_expression] = STATE(4455), [sym_requires_clause] = STATE(4455), [sym_requires_expression] = STATE(4455), [sym_lambda_expression] = STATE(4455), [sym_lambda_capture_specifier] = STATE(5208), [sym_fold_expression] = STATE(4455), [sym_parameter_pack_expansion] = STATE(4455), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5301), [sym_qualified_identifier] = STATE(3543), [sym_qualified_type_identifier] = STATE(6810), [sym_user_defined_literal] = STATE(4455), [sym_identifier] = ACTIONS(3603), [anon_sym_LPAREN2] = ACTIONS(2618), [anon_sym_BANG] = ACTIONS(2620), [anon_sym_TILDE] = ACTIONS(2620), [anon_sym_DASH] = ACTIONS(2622), [anon_sym_PLUS] = ACTIONS(2622), [anon_sym_STAR] = ACTIONS(2624), [anon_sym_AMP] = ACTIONS(2624), [anon_sym_COLON_COLON] = ACTIONS(2626), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(2045), [anon_sym_not] = ACTIONS(2622), [anon_sym_compl] = ACTIONS(2622), [anon_sym_DASH_DASH] = ACTIONS(2640), [anon_sym_PLUS_PLUS] = ACTIONS(2640), [anon_sym_sizeof] = ACTIONS(2642), [anon_sym_offsetof] = ACTIONS(2644), [anon_sym__Generic] = ACTIONS(2646), [anon_sym_asm] = ACTIONS(2648), [anon_sym___asm__] = ACTIONS(2648), [sym_number_literal] = ACTIONS(2650), [anon_sym_L_SQUOTE] = ACTIONS(2652), [anon_sym_u_SQUOTE] = ACTIONS(2652), [anon_sym_U_SQUOTE] = ACTIONS(2652), [anon_sym_u8_SQUOTE] = ACTIONS(2652), [anon_sym_SQUOTE] = ACTIONS(2652), [anon_sym_L_DQUOTE] = ACTIONS(2654), [anon_sym_u_DQUOTE] = ACTIONS(2654), [anon_sym_U_DQUOTE] = ACTIONS(2654), [anon_sym_u8_DQUOTE] = ACTIONS(2654), [anon_sym_DQUOTE] = ACTIONS(2654), [sym_true] = ACTIONS(2656), [sym_false] = ACTIONS(2656), [anon_sym_NULL] = ACTIONS(2658), [anon_sym_nullptr] = ACTIONS(2658), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(2668), [anon_sym_R_DQUOTE] = ACTIONS(2670), [anon_sym_LR_DQUOTE] = ACTIONS(2670), [anon_sym_uR_DQUOTE] = ACTIONS(2670), [anon_sym_UR_DQUOTE] = ACTIONS(2670), [anon_sym_u8R_DQUOTE] = ACTIONS(2670), [anon_sym_co_await] = ACTIONS(2672), [anon_sym_new] = ACTIONS(2674), [anon_sym_requires] = ACTIONS(2676), [sym_this] = ACTIONS(2656), }, [1968] = { [sym__expression] = STATE(4257), [sym__expression_not_binary] = STATE(4455), [sym_conditional_expression] = STATE(4455), [sym_assignment_expression] = STATE(4455), [sym_pointer_expression] = STATE(3543), [sym_unary_expression] = STATE(4455), [sym_binary_expression] = STATE(4455), [sym_update_expression] = STATE(4455), [sym_cast_expression] = STATE(4455), [sym_sizeof_expression] = STATE(4455), [sym_offsetof_expression] = STATE(4455), [sym_generic_expression] = STATE(4455), [sym_subscript_expression] = STATE(3543), [sym_call_expression] = STATE(3543), [sym_gnu_asm_expression] = STATE(4455), [sym_field_expression] = STATE(3543), [sym_compound_literal_expression] = STATE(4455), [sym_parenthesized_expression] = STATE(3543), [sym_char_literal] = STATE(4150), [sym_concatenated_string] = STATE(4150), [sym_string_literal] = STATE(3544), [sym_null] = STATE(4455), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6810), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(4455), [sym_raw_string_literal] = STATE(3544), [sym_co_await_expression] = STATE(4455), [sym_new_expression] = STATE(4455), [sym_delete_expression] = STATE(4455), [sym_requires_clause] = STATE(4455), [sym_requires_expression] = STATE(4455), [sym_lambda_expression] = STATE(4455), [sym_lambda_capture_specifier] = STATE(5208), [sym_fold_expression] = STATE(4455), [sym_parameter_pack_expansion] = STATE(4455), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5301), [sym_qualified_identifier] = STATE(3543), [sym_qualified_type_identifier] = STATE(6810), [sym_user_defined_literal] = STATE(4455), [sym_identifier] = ACTIONS(3603), [anon_sym_LPAREN2] = ACTIONS(2618), [anon_sym_BANG] = ACTIONS(2620), [anon_sym_TILDE] = ACTIONS(2620), [anon_sym_DASH] = ACTIONS(2622), [anon_sym_PLUS] = ACTIONS(2622), [anon_sym_STAR] = ACTIONS(2624), [anon_sym_AMP] = ACTIONS(2624), [anon_sym_COLON_COLON] = ACTIONS(2626), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(2045), [anon_sym_not] = ACTIONS(2622), [anon_sym_compl] = ACTIONS(2622), [anon_sym_DASH_DASH] = ACTIONS(2640), [anon_sym_PLUS_PLUS] = ACTIONS(2640), [anon_sym_sizeof] = ACTIONS(2642), [anon_sym_offsetof] = ACTIONS(2644), [anon_sym__Generic] = ACTIONS(2646), [anon_sym_asm] = ACTIONS(2648), [anon_sym___asm__] = ACTIONS(2648), [sym_number_literal] = ACTIONS(2650), [anon_sym_L_SQUOTE] = ACTIONS(2652), [anon_sym_u_SQUOTE] = ACTIONS(2652), [anon_sym_U_SQUOTE] = ACTIONS(2652), [anon_sym_u8_SQUOTE] = ACTIONS(2652), [anon_sym_SQUOTE] = ACTIONS(2652), [anon_sym_L_DQUOTE] = ACTIONS(2654), [anon_sym_u_DQUOTE] = ACTIONS(2654), [anon_sym_U_DQUOTE] = ACTIONS(2654), [anon_sym_u8_DQUOTE] = ACTIONS(2654), [anon_sym_DQUOTE] = ACTIONS(2654), [sym_true] = ACTIONS(2656), [sym_false] = ACTIONS(2656), [anon_sym_NULL] = ACTIONS(2658), [anon_sym_nullptr] = ACTIONS(2658), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(2668), [anon_sym_R_DQUOTE] = ACTIONS(2670), [anon_sym_LR_DQUOTE] = ACTIONS(2670), [anon_sym_uR_DQUOTE] = ACTIONS(2670), [anon_sym_UR_DQUOTE] = ACTIONS(2670), [anon_sym_u8R_DQUOTE] = ACTIONS(2670), [anon_sym_co_await] = ACTIONS(2672), [anon_sym_new] = ACTIONS(2674), [anon_sym_requires] = ACTIONS(2676), [sym_this] = ACTIONS(2656), }, [1969] = { [sym__expression] = STATE(4253), [sym__expression_not_binary] = STATE(4455), [sym_conditional_expression] = STATE(4455), [sym_assignment_expression] = STATE(4455), [sym_pointer_expression] = STATE(3543), [sym_unary_expression] = STATE(4455), [sym_binary_expression] = STATE(4455), [sym_update_expression] = STATE(4455), [sym_cast_expression] = STATE(4455), [sym_sizeof_expression] = STATE(4455), [sym_offsetof_expression] = STATE(4455), [sym_generic_expression] = STATE(4455), [sym_subscript_expression] = STATE(3543), [sym_call_expression] = STATE(3543), [sym_gnu_asm_expression] = STATE(4455), [sym_field_expression] = STATE(3543), [sym_compound_literal_expression] = STATE(4455), [sym_parenthesized_expression] = STATE(3543), [sym_char_literal] = STATE(4150), [sym_concatenated_string] = STATE(4150), [sym_string_literal] = STATE(3544), [sym_null] = STATE(4455), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6810), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(4455), [sym_raw_string_literal] = STATE(3544), [sym_co_await_expression] = STATE(4455), [sym_new_expression] = STATE(4455), [sym_delete_expression] = STATE(4455), [sym_requires_clause] = STATE(4455), [sym_requires_expression] = STATE(4455), [sym_lambda_expression] = STATE(4455), [sym_lambda_capture_specifier] = STATE(5208), [sym_fold_expression] = STATE(4455), [sym_parameter_pack_expansion] = STATE(4455), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5301), [sym_qualified_identifier] = STATE(3543), [sym_qualified_type_identifier] = STATE(6810), [sym_user_defined_literal] = STATE(4455), [sym_identifier] = ACTIONS(3603), [anon_sym_LPAREN2] = ACTIONS(2618), [anon_sym_BANG] = ACTIONS(2620), [anon_sym_TILDE] = ACTIONS(2620), [anon_sym_DASH] = ACTIONS(2622), [anon_sym_PLUS] = ACTIONS(2622), [anon_sym_STAR] = ACTIONS(2624), [anon_sym_AMP] = ACTIONS(2624), [anon_sym_COLON_COLON] = ACTIONS(2626), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(2045), [anon_sym_not] = ACTIONS(2622), [anon_sym_compl] = ACTIONS(2622), [anon_sym_DASH_DASH] = ACTIONS(2640), [anon_sym_PLUS_PLUS] = ACTIONS(2640), [anon_sym_sizeof] = ACTIONS(2642), [anon_sym_offsetof] = ACTIONS(2644), [anon_sym__Generic] = ACTIONS(2646), [anon_sym_asm] = ACTIONS(2648), [anon_sym___asm__] = ACTIONS(2648), [sym_number_literal] = ACTIONS(2650), [anon_sym_L_SQUOTE] = ACTIONS(2652), [anon_sym_u_SQUOTE] = ACTIONS(2652), [anon_sym_U_SQUOTE] = ACTIONS(2652), [anon_sym_u8_SQUOTE] = ACTIONS(2652), [anon_sym_SQUOTE] = ACTIONS(2652), [anon_sym_L_DQUOTE] = ACTIONS(2654), [anon_sym_u_DQUOTE] = ACTIONS(2654), [anon_sym_U_DQUOTE] = ACTIONS(2654), [anon_sym_u8_DQUOTE] = ACTIONS(2654), [anon_sym_DQUOTE] = ACTIONS(2654), [sym_true] = ACTIONS(2656), [sym_false] = ACTIONS(2656), [anon_sym_NULL] = ACTIONS(2658), [anon_sym_nullptr] = ACTIONS(2658), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(2668), [anon_sym_R_DQUOTE] = ACTIONS(2670), [anon_sym_LR_DQUOTE] = ACTIONS(2670), [anon_sym_uR_DQUOTE] = ACTIONS(2670), [anon_sym_UR_DQUOTE] = ACTIONS(2670), [anon_sym_u8R_DQUOTE] = ACTIONS(2670), [anon_sym_co_await] = ACTIONS(2672), [anon_sym_new] = ACTIONS(2674), [anon_sym_requires] = ACTIONS(2676), [sym_this] = ACTIONS(2656), }, [1970] = { [sym__expression] = STATE(4291), [sym__expression_not_binary] = STATE(4455), [sym_conditional_expression] = STATE(4455), [sym_assignment_expression] = STATE(4455), [sym_pointer_expression] = STATE(3543), [sym_unary_expression] = STATE(4455), [sym_binary_expression] = STATE(4455), [sym_update_expression] = STATE(4455), [sym_cast_expression] = STATE(4455), [sym_sizeof_expression] = STATE(4455), [sym_offsetof_expression] = STATE(4455), [sym_generic_expression] = STATE(4455), [sym_subscript_expression] = STATE(3543), [sym_call_expression] = STATE(3543), [sym_gnu_asm_expression] = STATE(4455), [sym_field_expression] = STATE(3543), [sym_compound_literal_expression] = STATE(4455), [sym_parenthesized_expression] = STATE(3543), [sym_char_literal] = STATE(4150), [sym_concatenated_string] = STATE(4150), [sym_string_literal] = STATE(3544), [sym_null] = STATE(4455), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6810), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(4455), [sym_raw_string_literal] = STATE(3544), [sym_co_await_expression] = STATE(4455), [sym_new_expression] = STATE(4455), [sym_delete_expression] = STATE(4455), [sym_requires_clause] = STATE(4455), [sym_requires_expression] = STATE(4455), [sym_lambda_expression] = STATE(4455), [sym_lambda_capture_specifier] = STATE(5208), [sym_fold_expression] = STATE(4455), [sym_parameter_pack_expansion] = STATE(4455), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5301), [sym_qualified_identifier] = STATE(3543), [sym_qualified_type_identifier] = STATE(6810), [sym_user_defined_literal] = STATE(4455), [sym_identifier] = ACTIONS(3603), [anon_sym_LPAREN2] = ACTIONS(2618), [anon_sym_BANG] = ACTIONS(2620), [anon_sym_TILDE] = ACTIONS(2620), [anon_sym_DASH] = ACTIONS(2622), [anon_sym_PLUS] = ACTIONS(2622), [anon_sym_STAR] = ACTIONS(2624), [anon_sym_AMP] = ACTIONS(2624), [anon_sym_COLON_COLON] = ACTIONS(2626), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(2045), [anon_sym_not] = ACTIONS(2622), [anon_sym_compl] = ACTIONS(2622), [anon_sym_DASH_DASH] = ACTIONS(2640), [anon_sym_PLUS_PLUS] = ACTIONS(2640), [anon_sym_sizeof] = ACTIONS(2642), [anon_sym_offsetof] = ACTIONS(2644), [anon_sym__Generic] = ACTIONS(2646), [anon_sym_asm] = ACTIONS(2648), [anon_sym___asm__] = ACTIONS(2648), [sym_number_literal] = ACTIONS(2650), [anon_sym_L_SQUOTE] = ACTIONS(2652), [anon_sym_u_SQUOTE] = ACTIONS(2652), [anon_sym_U_SQUOTE] = ACTIONS(2652), [anon_sym_u8_SQUOTE] = ACTIONS(2652), [anon_sym_SQUOTE] = ACTIONS(2652), [anon_sym_L_DQUOTE] = ACTIONS(2654), [anon_sym_u_DQUOTE] = ACTIONS(2654), [anon_sym_U_DQUOTE] = ACTIONS(2654), [anon_sym_u8_DQUOTE] = ACTIONS(2654), [anon_sym_DQUOTE] = ACTIONS(2654), [sym_true] = ACTIONS(2656), [sym_false] = ACTIONS(2656), [anon_sym_NULL] = ACTIONS(2658), [anon_sym_nullptr] = ACTIONS(2658), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(2668), [anon_sym_R_DQUOTE] = ACTIONS(2670), [anon_sym_LR_DQUOTE] = ACTIONS(2670), [anon_sym_uR_DQUOTE] = ACTIONS(2670), [anon_sym_UR_DQUOTE] = ACTIONS(2670), [anon_sym_u8R_DQUOTE] = ACTIONS(2670), [anon_sym_co_await] = ACTIONS(2672), [anon_sym_new] = ACTIONS(2674), [anon_sym_requires] = ACTIONS(2676), [sym_this] = ACTIONS(2656), }, [1971] = { [sym__expression] = STATE(4251), [sym__expression_not_binary] = STATE(4455), [sym_conditional_expression] = STATE(4455), [sym_assignment_expression] = STATE(4455), [sym_pointer_expression] = STATE(3543), [sym_unary_expression] = STATE(4455), [sym_binary_expression] = STATE(4455), [sym_update_expression] = STATE(4455), [sym_cast_expression] = STATE(4455), [sym_sizeof_expression] = STATE(4455), [sym_offsetof_expression] = STATE(4455), [sym_generic_expression] = STATE(4455), [sym_subscript_expression] = STATE(3543), [sym_call_expression] = STATE(3543), [sym_gnu_asm_expression] = STATE(4455), [sym_field_expression] = STATE(3543), [sym_compound_literal_expression] = STATE(4455), [sym_parenthesized_expression] = STATE(3543), [sym_char_literal] = STATE(4150), [sym_concatenated_string] = STATE(4150), [sym_string_literal] = STATE(3544), [sym_null] = STATE(4455), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6810), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(4455), [sym_raw_string_literal] = STATE(3544), [sym_co_await_expression] = STATE(4455), [sym_new_expression] = STATE(4455), [sym_delete_expression] = STATE(4455), [sym_requires_clause] = STATE(4455), [sym_requires_expression] = STATE(4455), [sym_lambda_expression] = STATE(4455), [sym_lambda_capture_specifier] = STATE(5208), [sym_fold_expression] = STATE(4455), [sym_parameter_pack_expansion] = STATE(4455), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5301), [sym_qualified_identifier] = STATE(3543), [sym_qualified_type_identifier] = STATE(6810), [sym_user_defined_literal] = STATE(4455), [sym_identifier] = ACTIONS(3603), [anon_sym_LPAREN2] = ACTIONS(2618), [anon_sym_BANG] = ACTIONS(2620), [anon_sym_TILDE] = ACTIONS(2620), [anon_sym_DASH] = ACTIONS(2622), [anon_sym_PLUS] = ACTIONS(2622), [anon_sym_STAR] = ACTIONS(2624), [anon_sym_AMP] = ACTIONS(2624), [anon_sym_COLON_COLON] = ACTIONS(2626), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(2045), [anon_sym_not] = ACTIONS(2622), [anon_sym_compl] = ACTIONS(2622), [anon_sym_DASH_DASH] = ACTIONS(2640), [anon_sym_PLUS_PLUS] = ACTIONS(2640), [anon_sym_sizeof] = ACTIONS(2642), [anon_sym_offsetof] = ACTIONS(2644), [anon_sym__Generic] = ACTIONS(2646), [anon_sym_asm] = ACTIONS(2648), [anon_sym___asm__] = ACTIONS(2648), [sym_number_literal] = ACTIONS(2650), [anon_sym_L_SQUOTE] = ACTIONS(2652), [anon_sym_u_SQUOTE] = ACTIONS(2652), [anon_sym_U_SQUOTE] = ACTIONS(2652), [anon_sym_u8_SQUOTE] = ACTIONS(2652), [anon_sym_SQUOTE] = ACTIONS(2652), [anon_sym_L_DQUOTE] = ACTIONS(2654), [anon_sym_u_DQUOTE] = ACTIONS(2654), [anon_sym_U_DQUOTE] = ACTIONS(2654), [anon_sym_u8_DQUOTE] = ACTIONS(2654), [anon_sym_DQUOTE] = ACTIONS(2654), [sym_true] = ACTIONS(2656), [sym_false] = ACTIONS(2656), [anon_sym_NULL] = ACTIONS(2658), [anon_sym_nullptr] = ACTIONS(2658), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(2668), [anon_sym_R_DQUOTE] = ACTIONS(2670), [anon_sym_LR_DQUOTE] = ACTIONS(2670), [anon_sym_uR_DQUOTE] = ACTIONS(2670), [anon_sym_UR_DQUOTE] = ACTIONS(2670), [anon_sym_u8R_DQUOTE] = ACTIONS(2670), [anon_sym_co_await] = ACTIONS(2672), [anon_sym_new] = ACTIONS(2674), [anon_sym_requires] = ACTIONS(2676), [sym_this] = ACTIONS(2656), }, [1972] = { [sym__expression] = STATE(4250), [sym__expression_not_binary] = STATE(4455), [sym_conditional_expression] = STATE(4455), [sym_assignment_expression] = STATE(4455), [sym_pointer_expression] = STATE(3543), [sym_unary_expression] = STATE(4455), [sym_binary_expression] = STATE(4455), [sym_update_expression] = STATE(4455), [sym_cast_expression] = STATE(4455), [sym_sizeof_expression] = STATE(4455), [sym_offsetof_expression] = STATE(4455), [sym_generic_expression] = STATE(4455), [sym_subscript_expression] = STATE(3543), [sym_call_expression] = STATE(3543), [sym_gnu_asm_expression] = STATE(4455), [sym_field_expression] = STATE(3543), [sym_compound_literal_expression] = STATE(4455), [sym_parenthesized_expression] = STATE(3543), [sym_char_literal] = STATE(4150), [sym_concatenated_string] = STATE(4150), [sym_string_literal] = STATE(3544), [sym_null] = STATE(4455), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6810), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(4455), [sym_raw_string_literal] = STATE(3544), [sym_co_await_expression] = STATE(4455), [sym_new_expression] = STATE(4455), [sym_delete_expression] = STATE(4455), [sym_requires_clause] = STATE(4455), [sym_requires_expression] = STATE(4455), [sym_lambda_expression] = STATE(4455), [sym_lambda_capture_specifier] = STATE(5208), [sym_fold_expression] = STATE(4455), [sym_parameter_pack_expansion] = STATE(4455), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5301), [sym_qualified_identifier] = STATE(3543), [sym_qualified_type_identifier] = STATE(6810), [sym_user_defined_literal] = STATE(4455), [sym_identifier] = ACTIONS(3603), [anon_sym_LPAREN2] = ACTIONS(2618), [anon_sym_BANG] = ACTIONS(2620), [anon_sym_TILDE] = ACTIONS(2620), [anon_sym_DASH] = ACTIONS(2622), [anon_sym_PLUS] = ACTIONS(2622), [anon_sym_STAR] = ACTIONS(2624), [anon_sym_AMP] = ACTIONS(2624), [anon_sym_COLON_COLON] = ACTIONS(2626), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(2045), [anon_sym_not] = ACTIONS(2622), [anon_sym_compl] = ACTIONS(2622), [anon_sym_DASH_DASH] = ACTIONS(2640), [anon_sym_PLUS_PLUS] = ACTIONS(2640), [anon_sym_sizeof] = ACTIONS(2642), [anon_sym_offsetof] = ACTIONS(2644), [anon_sym__Generic] = ACTIONS(2646), [anon_sym_asm] = ACTIONS(2648), [anon_sym___asm__] = ACTIONS(2648), [sym_number_literal] = ACTIONS(2650), [anon_sym_L_SQUOTE] = ACTIONS(2652), [anon_sym_u_SQUOTE] = ACTIONS(2652), [anon_sym_U_SQUOTE] = ACTIONS(2652), [anon_sym_u8_SQUOTE] = ACTIONS(2652), [anon_sym_SQUOTE] = ACTIONS(2652), [anon_sym_L_DQUOTE] = ACTIONS(2654), [anon_sym_u_DQUOTE] = ACTIONS(2654), [anon_sym_U_DQUOTE] = ACTIONS(2654), [anon_sym_u8_DQUOTE] = ACTIONS(2654), [anon_sym_DQUOTE] = ACTIONS(2654), [sym_true] = ACTIONS(2656), [sym_false] = ACTIONS(2656), [anon_sym_NULL] = ACTIONS(2658), [anon_sym_nullptr] = ACTIONS(2658), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(2668), [anon_sym_R_DQUOTE] = ACTIONS(2670), [anon_sym_LR_DQUOTE] = ACTIONS(2670), [anon_sym_uR_DQUOTE] = ACTIONS(2670), [anon_sym_UR_DQUOTE] = ACTIONS(2670), [anon_sym_u8R_DQUOTE] = ACTIONS(2670), [anon_sym_co_await] = ACTIONS(2672), [anon_sym_new] = ACTIONS(2674), [anon_sym_requires] = ACTIONS(2676), [sym_this] = ACTIONS(2656), }, [1973] = { [sym__expression] = STATE(3483), [sym__expression_not_binary] = STATE(3025), [sym_conditional_expression] = STATE(3025), [sym_assignment_expression] = STATE(3025), [sym_pointer_expression] = STATE(3025), [sym_unary_expression] = STATE(3025), [sym_binary_expression] = STATE(3025), [sym_update_expression] = STATE(3025), [sym_cast_expression] = STATE(3025), [sym_sizeof_expression] = STATE(3025), [sym_offsetof_expression] = STATE(3025), [sym_generic_expression] = STATE(3025), [sym_subscript_expression] = STATE(3025), [sym_call_expression] = STATE(3025), [sym_gnu_asm_expression] = STATE(3025), [sym_field_expression] = STATE(3025), [sym_compound_literal_expression] = STATE(3025), [sym_parenthesized_expression] = STATE(3025), [sym_char_literal] = STATE(2884), [sym_concatenated_string] = STATE(2884), [sym_string_literal] = STATE(2162), [sym_null] = STATE(3025), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6624), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3025), [sym_raw_string_literal] = STATE(2162), [sym_co_await_expression] = STATE(3025), [sym_new_expression] = STATE(3025), [sym_delete_expression] = STATE(3025), [sym_requires_clause] = STATE(3025), [sym_requires_expression] = STATE(3025), [sym_lambda_expression] = STATE(3025), [sym_lambda_capture_specifier] = STATE(5221), [sym_fold_expression] = STATE(3025), [sym_parameter_pack_expansion] = STATE(3025), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3025), [sym_qualified_type_identifier] = STATE(6624), [sym_user_defined_literal] = STATE(3025), [sym_identifier] = ACTIONS(1933), [anon_sym_LPAREN2] = ACTIONS(2077), [anon_sym_BANG] = ACTIONS(2081), [anon_sym_TILDE] = ACTIONS(2081), [anon_sym_DASH] = ACTIONS(2079), [anon_sym_PLUS] = ACTIONS(2079), [anon_sym_STAR] = ACTIONS(3635), [anon_sym_AMP] = ACTIONS(3635), [anon_sym_COLON_COLON] = ACTIONS(2085), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(2079), [anon_sym_compl] = ACTIONS(2079), [anon_sym_DASH_DASH] = ACTIONS(2087), [anon_sym_PLUS_PLUS] = ACTIONS(2087), [anon_sym_sizeof] = ACTIONS(2089), [anon_sym_offsetof] = ACTIONS(1957), [anon_sym__Generic] = ACTIONS(1959), [anon_sym_asm] = ACTIONS(1961), [anon_sym___asm__] = ACTIONS(1961), [sym_number_literal] = ACTIONS(1963), [anon_sym_L_SQUOTE] = ACTIONS(1965), [anon_sym_u_SQUOTE] = ACTIONS(1965), [anon_sym_U_SQUOTE] = ACTIONS(1965), [anon_sym_u8_SQUOTE] = ACTIONS(1965), [anon_sym_SQUOTE] = ACTIONS(1965), [anon_sym_L_DQUOTE] = ACTIONS(1967), [anon_sym_u_DQUOTE] = ACTIONS(1967), [anon_sym_U_DQUOTE] = ACTIONS(1967), [anon_sym_u8_DQUOTE] = ACTIONS(1967), [anon_sym_DQUOTE] = ACTIONS(1967), [sym_true] = ACTIONS(1969), [sym_false] = ACTIONS(1969), [anon_sym_NULL] = ACTIONS(1971), [anon_sym_nullptr] = ACTIONS(1971), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(2091), [anon_sym_R_DQUOTE] = ACTIONS(1977), [anon_sym_LR_DQUOTE] = ACTIONS(1977), [anon_sym_uR_DQUOTE] = ACTIONS(1977), [anon_sym_UR_DQUOTE] = ACTIONS(1977), [anon_sym_u8R_DQUOTE] = ACTIONS(1977), [anon_sym_co_await] = ACTIONS(2093), [anon_sym_new] = ACTIONS(1981), [anon_sym_requires] = ACTIONS(1983), [sym_this] = ACTIONS(1969), }, [1974] = { [sym__expression] = STATE(4485), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3552), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3552), [sym_call_expression] = STATE(3552), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3552), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3552), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3552), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3627), [anon_sym_LPAREN2] = ACTIONS(3629), [anon_sym_BANG] = ACTIONS(3633), [anon_sym_TILDE] = ACTIONS(3633), [anon_sym_DASH] = ACTIONS(3631), [anon_sym_PLUS] = ACTIONS(3631), [anon_sym_STAR] = ACTIONS(3635), [anon_sym_AMP] = ACTIONS(3635), [anon_sym_COLON_COLON] = ACTIONS(3637), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(3631), [anon_sym_compl] = ACTIONS(3631), [anon_sym_DASH_DASH] = ACTIONS(3639), [anon_sym_PLUS_PLUS] = ACTIONS(3639), [anon_sym_sizeof] = ACTIONS(3641), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(3643), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(3645), [anon_sym_new] = ACTIONS(3625), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1975] = { [sym__expression] = STATE(3110), [sym__expression_not_binary] = STATE(3295), [sym_conditional_expression] = STATE(3295), [sym_assignment_expression] = STATE(3295), [sym_pointer_expression] = STATE(3295), [sym_unary_expression] = STATE(3295), [sym_binary_expression] = STATE(3295), [sym_update_expression] = STATE(3295), [sym_cast_expression] = STATE(3295), [sym_sizeof_expression] = STATE(3295), [sym_offsetof_expression] = STATE(3295), [sym_generic_expression] = STATE(3295), [sym_subscript_expression] = STATE(3295), [sym_call_expression] = STATE(3295), [sym_gnu_asm_expression] = STATE(3295), [sym_field_expression] = STATE(3295), [sym_compound_literal_expression] = STATE(3295), [sym_parenthesized_expression] = STATE(3295), [sym_char_literal] = STATE(3192), [sym_concatenated_string] = STATE(3192), [sym_string_literal] = STATE(2207), [sym_null] = STATE(3295), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6682), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3295), [sym_raw_string_literal] = STATE(2207), [sym_co_await_expression] = STATE(3295), [sym_new_expression] = STATE(3295), [sym_delete_expression] = STATE(3295), [sym_requires_clause] = STATE(3295), [sym_requires_expression] = STATE(3295), [sym_lambda_expression] = STATE(3295), [sym_lambda_capture_specifier] = STATE(5166), [sym_fold_expression] = STATE(3295), [sym_parameter_pack_expansion] = STATE(3295), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5270), [sym_qualified_identifier] = STATE(3295), [sym_qualified_type_identifier] = STATE(6682), [sym_user_defined_literal] = STATE(3295), [sym_identifier] = ACTIONS(1985), [anon_sym_LPAREN2] = ACTIONS(1987), [anon_sym_BANG] = ACTIONS(1991), [anon_sym_TILDE] = ACTIONS(1991), [anon_sym_DASH] = ACTIONS(1989), [anon_sym_PLUS] = ACTIONS(1989), [anon_sym_STAR] = ACTIONS(1847), [anon_sym_AMP] = ACTIONS(1847), [anon_sym_COLON_COLON] = ACTIONS(1995), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1999), [anon_sym_not] = ACTIONS(1989), [anon_sym_compl] = ACTIONS(1989), [anon_sym_DASH_DASH] = ACTIONS(2001), [anon_sym_PLUS_PLUS] = ACTIONS(2001), [anon_sym_sizeof] = ACTIONS(2003), [anon_sym_offsetof] = ACTIONS(2005), [anon_sym__Generic] = ACTIONS(2007), [anon_sym_asm] = ACTIONS(2009), [anon_sym___asm__] = ACTIONS(2009), [sym_number_literal] = ACTIONS(2011), [anon_sym_L_SQUOTE] = ACTIONS(2013), [anon_sym_u_SQUOTE] = ACTIONS(2013), [anon_sym_U_SQUOTE] = ACTIONS(2013), [anon_sym_u8_SQUOTE] = ACTIONS(2013), [anon_sym_SQUOTE] = ACTIONS(2013), [anon_sym_L_DQUOTE] = ACTIONS(2015), [anon_sym_u_DQUOTE] = ACTIONS(2015), [anon_sym_U_DQUOTE] = ACTIONS(2015), [anon_sym_u8_DQUOTE] = ACTIONS(2015), [anon_sym_DQUOTE] = ACTIONS(2015), [sym_true] = ACTIONS(2017), [sym_false] = ACTIONS(2017), [anon_sym_NULL] = ACTIONS(2019), [anon_sym_nullptr] = ACTIONS(2019), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(2021), [anon_sym_R_DQUOTE] = ACTIONS(2023), [anon_sym_LR_DQUOTE] = ACTIONS(2023), [anon_sym_uR_DQUOTE] = ACTIONS(2023), [anon_sym_UR_DQUOTE] = ACTIONS(2023), [anon_sym_u8R_DQUOTE] = ACTIONS(2023), [anon_sym_co_await] = ACTIONS(2025), [anon_sym_new] = ACTIONS(2027), [anon_sym_requires] = ACTIONS(2029), [sym_this] = ACTIONS(2017), }, [1976] = { [sym__expression] = STATE(4372), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3552), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3552), [sym_call_expression] = STATE(3552), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3552), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3552), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3552), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3627), [anon_sym_LPAREN2] = ACTIONS(3629), [anon_sym_BANG] = ACTIONS(3633), [anon_sym_TILDE] = ACTIONS(3633), [anon_sym_DASH] = ACTIONS(3631), [anon_sym_PLUS] = ACTIONS(3631), [anon_sym_STAR] = ACTIONS(3635), [anon_sym_AMP] = ACTIONS(3635), [anon_sym_COLON_COLON] = ACTIONS(3637), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(3631), [anon_sym_compl] = ACTIONS(3631), [anon_sym_DASH_DASH] = ACTIONS(3639), [anon_sym_PLUS_PLUS] = ACTIONS(3639), [anon_sym_sizeof] = ACTIONS(3641), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(3643), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(3645), [anon_sym_new] = ACTIONS(3625), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1977] = { [sym__expression] = STATE(4313), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1978] = { [sym__expression] = STATE(4351), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1979] = { [sym__expression] = STATE(3443), [sym__expression_not_binary] = STATE(3025), [sym_conditional_expression] = STATE(3025), [sym_assignment_expression] = STATE(3025), [sym_pointer_expression] = STATE(3025), [sym_unary_expression] = STATE(3025), [sym_binary_expression] = STATE(3025), [sym_update_expression] = STATE(3025), [sym_cast_expression] = STATE(3025), [sym_sizeof_expression] = STATE(3025), [sym_offsetof_expression] = STATE(3025), [sym_generic_expression] = STATE(3025), [sym_subscript_expression] = STATE(3025), [sym_call_expression] = STATE(3025), [sym_gnu_asm_expression] = STATE(3025), [sym_field_expression] = STATE(3025), [sym_compound_literal_expression] = STATE(3025), [sym_parenthesized_expression] = STATE(3025), [sym_char_literal] = STATE(2884), [sym_concatenated_string] = STATE(2884), [sym_string_literal] = STATE(2162), [sym_null] = STATE(3025), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6624), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3025), [sym_raw_string_literal] = STATE(2162), [sym_co_await_expression] = STATE(3025), [sym_new_expression] = STATE(3025), [sym_delete_expression] = STATE(3025), [sym_requires_clause] = STATE(3025), [sym_requires_expression] = STATE(3025), [sym_lambda_expression] = STATE(3025), [sym_lambda_capture_specifier] = STATE(5221), [sym_fold_expression] = STATE(3025), [sym_parameter_pack_expansion] = STATE(3025), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3025), [sym_qualified_type_identifier] = STATE(6624), [sym_user_defined_literal] = STATE(3025), [sym_identifier] = ACTIONS(1933), [anon_sym_LPAREN2] = ACTIONS(2077), [anon_sym_BANG] = ACTIONS(2081), [anon_sym_TILDE] = ACTIONS(2081), [anon_sym_DASH] = ACTIONS(2079), [anon_sym_PLUS] = ACTIONS(2079), [anon_sym_STAR] = ACTIONS(3635), [anon_sym_AMP] = ACTIONS(3635), [anon_sym_COLON_COLON] = ACTIONS(2085), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(2079), [anon_sym_compl] = ACTIONS(2079), [anon_sym_DASH_DASH] = ACTIONS(2087), [anon_sym_PLUS_PLUS] = ACTIONS(2087), [anon_sym_sizeof] = ACTIONS(2089), [anon_sym_offsetof] = ACTIONS(1957), [anon_sym__Generic] = ACTIONS(1959), [anon_sym_asm] = ACTIONS(1961), [anon_sym___asm__] = ACTIONS(1961), [sym_number_literal] = ACTIONS(1963), [anon_sym_L_SQUOTE] = ACTIONS(1965), [anon_sym_u_SQUOTE] = ACTIONS(1965), [anon_sym_U_SQUOTE] = ACTIONS(1965), [anon_sym_u8_SQUOTE] = ACTIONS(1965), [anon_sym_SQUOTE] = ACTIONS(1965), [anon_sym_L_DQUOTE] = ACTIONS(1967), [anon_sym_u_DQUOTE] = ACTIONS(1967), [anon_sym_U_DQUOTE] = ACTIONS(1967), [anon_sym_u8_DQUOTE] = ACTIONS(1967), [anon_sym_DQUOTE] = ACTIONS(1967), [sym_true] = ACTIONS(1969), [sym_false] = ACTIONS(1969), [anon_sym_NULL] = ACTIONS(1971), [anon_sym_nullptr] = ACTIONS(1971), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(2091), [anon_sym_R_DQUOTE] = ACTIONS(1977), [anon_sym_LR_DQUOTE] = ACTIONS(1977), [anon_sym_uR_DQUOTE] = ACTIONS(1977), [anon_sym_UR_DQUOTE] = ACTIONS(1977), [anon_sym_u8R_DQUOTE] = ACTIONS(1977), [anon_sym_co_await] = ACTIONS(2093), [anon_sym_new] = ACTIONS(1981), [anon_sym_requires] = ACTIONS(1983), [sym_this] = ACTIONS(1969), }, [1980] = { [sym__expression] = STATE(3360), [sym__expression_not_binary] = STATE(3419), [sym_conditional_expression] = STATE(3419), [sym_assignment_expression] = STATE(3419), [sym_pointer_expression] = STATE(3419), [sym_unary_expression] = STATE(3419), [sym_binary_expression] = STATE(3419), [sym_update_expression] = STATE(3419), [sym_cast_expression] = STATE(3419), [sym_sizeof_expression] = STATE(3419), [sym_offsetof_expression] = STATE(3419), [sym_generic_expression] = STATE(3419), [sym_subscript_expression] = STATE(3419), [sym_call_expression] = STATE(3419), [sym_gnu_asm_expression] = STATE(3419), [sym_field_expression] = STATE(3419), [sym_compound_literal_expression] = STATE(3419), [sym_parenthesized_expression] = STATE(3419), [sym_char_literal] = STATE(3398), [sym_concatenated_string] = STATE(3398), [sym_string_literal] = STATE(2277), [sym_null] = STATE(3419), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6607), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3419), [sym_raw_string_literal] = STATE(2277), [sym_co_await_expression] = STATE(3419), [sym_new_expression] = STATE(3419), [sym_delete_expression] = STATE(3419), [sym_requires_clause] = STATE(3419), [sym_requires_expression] = STATE(3419), [sym_lambda_expression] = STATE(3419), [sym_lambda_capture_specifier] = STATE(5189), [sym_fold_expression] = STATE(3419), [sym_parameter_pack_expansion] = STATE(3419), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5301), [sym_qualified_identifier] = STATE(3419), [sym_qualified_type_identifier] = STATE(6607), [sym_user_defined_literal] = STATE(3419), [sym_identifier] = ACTIONS(2031), [anon_sym_LPAREN2] = ACTIONS(2033), [anon_sym_BANG] = ACTIONS(2037), [anon_sym_TILDE] = ACTIONS(2037), [anon_sym_DASH] = ACTIONS(2035), [anon_sym_PLUS] = ACTIONS(2035), [anon_sym_STAR] = ACTIONS(2624), [anon_sym_AMP] = ACTIONS(2624), [anon_sym_COLON_COLON] = ACTIONS(2041), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(2045), [anon_sym_not] = ACTIONS(2035), [anon_sym_compl] = ACTIONS(2035), [anon_sym_DASH_DASH] = ACTIONS(2047), [anon_sym_PLUS_PLUS] = ACTIONS(2047), [anon_sym_sizeof] = ACTIONS(2049), [anon_sym_offsetof] = ACTIONS(2051), [anon_sym__Generic] = ACTIONS(2053), [anon_sym_asm] = ACTIONS(2055), [anon_sym___asm__] = ACTIONS(2055), [sym_number_literal] = ACTIONS(2057), [anon_sym_L_SQUOTE] = ACTIONS(2059), [anon_sym_u_SQUOTE] = ACTIONS(2059), [anon_sym_U_SQUOTE] = ACTIONS(2059), [anon_sym_u8_SQUOTE] = ACTIONS(2059), [anon_sym_SQUOTE] = ACTIONS(2059), [anon_sym_L_DQUOTE] = ACTIONS(2061), [anon_sym_u_DQUOTE] = ACTIONS(2061), [anon_sym_U_DQUOTE] = ACTIONS(2061), [anon_sym_u8_DQUOTE] = ACTIONS(2061), [anon_sym_DQUOTE] = ACTIONS(2061), [sym_true] = ACTIONS(2063), [sym_false] = ACTIONS(2063), [anon_sym_NULL] = ACTIONS(2065), [anon_sym_nullptr] = ACTIONS(2065), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(2067), [anon_sym_R_DQUOTE] = ACTIONS(2069), [anon_sym_LR_DQUOTE] = ACTIONS(2069), [anon_sym_uR_DQUOTE] = ACTIONS(2069), [anon_sym_UR_DQUOTE] = ACTIONS(2069), [anon_sym_u8R_DQUOTE] = ACTIONS(2069), [anon_sym_co_await] = ACTIONS(2071), [anon_sym_new] = ACTIONS(2073), [anon_sym_requires] = ACTIONS(2075), [sym_this] = ACTIONS(2063), }, [1981] = { [sym__expression] = STATE(4401), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1982] = { [sym__expression] = STATE(4483), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1983] = { [sym__expression] = STATE(4167), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3525), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3525), [sym_call_expression] = STATE(3525), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3525), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3525), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3525), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3607), [anon_sym_LPAREN2] = ACTIONS(3609), [anon_sym_BANG] = ACTIONS(3613), [anon_sym_TILDE] = ACTIONS(3613), [anon_sym_DASH] = ACTIONS(3611), [anon_sym_PLUS] = ACTIONS(3611), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(3615), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(3611), [anon_sym_compl] = ACTIONS(3611), [anon_sym_DASH_DASH] = ACTIONS(3617), [anon_sym_PLUS_PLUS] = ACTIONS(3617), [anon_sym_sizeof] = ACTIONS(3619), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(3621), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(3623), [anon_sym_new] = ACTIONS(3625), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1984] = { [sym__expression] = STATE(4317), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1985] = { [sym__expression] = STATE(4320), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3525), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3525), [sym_call_expression] = STATE(3525), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3525), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3525), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3525), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3607), [anon_sym_LPAREN2] = ACTIONS(3609), [anon_sym_BANG] = ACTIONS(3613), [anon_sym_TILDE] = ACTIONS(3613), [anon_sym_DASH] = ACTIONS(3611), [anon_sym_PLUS] = ACTIONS(3611), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(3615), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(3611), [anon_sym_compl] = ACTIONS(3611), [anon_sym_DASH_DASH] = ACTIONS(3617), [anon_sym_PLUS_PLUS] = ACTIONS(3617), [anon_sym_sizeof] = ACTIONS(3619), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(3621), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(3623), [anon_sym_new] = ACTIONS(3625), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1986] = { [sym__expression] = STATE(3439), [sym__expression_not_binary] = STATE(3025), [sym_conditional_expression] = STATE(3025), [sym_assignment_expression] = STATE(3025), [sym_pointer_expression] = STATE(3025), [sym_unary_expression] = STATE(3025), [sym_binary_expression] = STATE(3025), [sym_update_expression] = STATE(3025), [sym_cast_expression] = STATE(3025), [sym_sizeof_expression] = STATE(3025), [sym_offsetof_expression] = STATE(3025), [sym_generic_expression] = STATE(3025), [sym_subscript_expression] = STATE(3025), [sym_call_expression] = STATE(3025), [sym_gnu_asm_expression] = STATE(3025), [sym_field_expression] = STATE(3025), [sym_compound_literal_expression] = STATE(3025), [sym_parenthesized_expression] = STATE(3025), [sym_char_literal] = STATE(2884), [sym_concatenated_string] = STATE(2884), [sym_string_literal] = STATE(2162), [sym_null] = STATE(3025), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6624), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3025), [sym_raw_string_literal] = STATE(2162), [sym_co_await_expression] = STATE(3025), [sym_new_expression] = STATE(3025), [sym_delete_expression] = STATE(3025), [sym_requires_clause] = STATE(3025), [sym_requires_expression] = STATE(3025), [sym_lambda_expression] = STATE(3025), [sym_lambda_capture_specifier] = STATE(5221), [sym_fold_expression] = STATE(3025), [sym_parameter_pack_expansion] = STATE(3025), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3025), [sym_qualified_type_identifier] = STATE(6624), [sym_user_defined_literal] = STATE(3025), [sym_identifier] = ACTIONS(1933), [anon_sym_LPAREN2] = ACTIONS(2077), [anon_sym_BANG] = ACTIONS(2081), [anon_sym_TILDE] = ACTIONS(2081), [anon_sym_DASH] = ACTIONS(2079), [anon_sym_PLUS] = ACTIONS(2079), [anon_sym_STAR] = ACTIONS(3635), [anon_sym_AMP] = ACTIONS(3635), [anon_sym_COLON_COLON] = ACTIONS(2085), [anon_sym_LBRACK] = ACTIONS(4425), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(2079), [anon_sym_compl] = ACTIONS(2079), [anon_sym_DASH_DASH] = ACTIONS(2087), [anon_sym_PLUS_PLUS] = ACTIONS(2087), [anon_sym_sizeof] = ACTIONS(2089), [anon_sym_offsetof] = ACTIONS(1957), [anon_sym__Generic] = ACTIONS(1959), [anon_sym_asm] = ACTIONS(1961), [anon_sym___asm__] = ACTIONS(1961), [sym_number_literal] = ACTIONS(1963), [anon_sym_L_SQUOTE] = ACTIONS(1965), [anon_sym_u_SQUOTE] = ACTIONS(1965), [anon_sym_U_SQUOTE] = ACTIONS(1965), [anon_sym_u8_SQUOTE] = ACTIONS(1965), [anon_sym_SQUOTE] = ACTIONS(1965), [anon_sym_L_DQUOTE] = ACTIONS(1967), [anon_sym_u_DQUOTE] = ACTIONS(1967), [anon_sym_U_DQUOTE] = ACTIONS(1967), [anon_sym_u8_DQUOTE] = ACTIONS(1967), [anon_sym_DQUOTE] = ACTIONS(1967), [sym_true] = ACTIONS(1969), [sym_false] = ACTIONS(1969), [anon_sym_NULL] = ACTIONS(1971), [anon_sym_nullptr] = ACTIONS(1971), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(2091), [anon_sym_R_DQUOTE] = ACTIONS(1977), [anon_sym_LR_DQUOTE] = ACTIONS(1977), [anon_sym_uR_DQUOTE] = ACTIONS(1977), [anon_sym_UR_DQUOTE] = ACTIONS(1977), [anon_sym_u8R_DQUOTE] = ACTIONS(1977), [anon_sym_co_await] = ACTIONS(2093), [anon_sym_new] = ACTIONS(1981), [anon_sym_requires] = ACTIONS(1983), [sym_this] = ACTIONS(1969), }, [1987] = { [sym__expression] = STATE(4389), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1988] = { [sym__expression] = STATE(4204), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1989] = { [sym__expression] = STATE(4400), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1990] = { [sym__expression] = STATE(4438), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1991] = { [sym__expression] = STATE(3447), [sym__expression_not_binary] = STATE(3025), [sym_conditional_expression] = STATE(3025), [sym_assignment_expression] = STATE(3025), [sym_pointer_expression] = STATE(3025), [sym_unary_expression] = STATE(3025), [sym_binary_expression] = STATE(3025), [sym_update_expression] = STATE(3025), [sym_cast_expression] = STATE(3025), [sym_sizeof_expression] = STATE(3025), [sym_offsetof_expression] = STATE(3025), [sym_generic_expression] = STATE(3025), [sym_subscript_expression] = STATE(3025), [sym_call_expression] = STATE(3025), [sym_gnu_asm_expression] = STATE(3025), [sym_field_expression] = STATE(3025), [sym_compound_literal_expression] = STATE(3025), [sym_parenthesized_expression] = STATE(3025), [sym_char_literal] = STATE(2884), [sym_concatenated_string] = STATE(2884), [sym_string_literal] = STATE(2162), [sym_null] = STATE(3025), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6624), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3025), [sym_raw_string_literal] = STATE(2162), [sym_co_await_expression] = STATE(3025), [sym_new_expression] = STATE(3025), [sym_delete_expression] = STATE(3025), [sym_requires_clause] = STATE(3025), [sym_requires_expression] = STATE(3025), [sym_lambda_expression] = STATE(3025), [sym_lambda_capture_specifier] = STATE(5221), [sym_fold_expression] = STATE(3025), [sym_parameter_pack_expansion] = STATE(3025), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3025), [sym_qualified_type_identifier] = STATE(6624), [sym_user_defined_literal] = STATE(3025), [sym_identifier] = ACTIONS(1933), [anon_sym_LPAREN2] = ACTIONS(2077), [anon_sym_BANG] = ACTIONS(2081), [anon_sym_TILDE] = ACTIONS(2081), [anon_sym_DASH] = ACTIONS(2079), [anon_sym_PLUS] = ACTIONS(2079), [anon_sym_STAR] = ACTIONS(3635), [anon_sym_AMP] = ACTIONS(3635), [anon_sym_COLON_COLON] = ACTIONS(2085), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(2079), [anon_sym_compl] = ACTIONS(2079), [anon_sym_DASH_DASH] = ACTIONS(2087), [anon_sym_PLUS_PLUS] = ACTIONS(2087), [anon_sym_sizeof] = ACTIONS(2089), [anon_sym_offsetof] = ACTIONS(1957), [anon_sym__Generic] = ACTIONS(1959), [anon_sym_asm] = ACTIONS(1961), [anon_sym___asm__] = ACTIONS(1961), [sym_number_literal] = ACTIONS(1963), [anon_sym_L_SQUOTE] = ACTIONS(1965), [anon_sym_u_SQUOTE] = ACTIONS(1965), [anon_sym_U_SQUOTE] = ACTIONS(1965), [anon_sym_u8_SQUOTE] = ACTIONS(1965), [anon_sym_SQUOTE] = ACTIONS(1965), [anon_sym_L_DQUOTE] = ACTIONS(1967), [anon_sym_u_DQUOTE] = ACTIONS(1967), [anon_sym_U_DQUOTE] = ACTIONS(1967), [anon_sym_u8_DQUOTE] = ACTIONS(1967), [anon_sym_DQUOTE] = ACTIONS(1967), [sym_true] = ACTIONS(1969), [sym_false] = ACTIONS(1969), [anon_sym_NULL] = ACTIONS(1971), [anon_sym_nullptr] = ACTIONS(1971), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(2091), [anon_sym_R_DQUOTE] = ACTIONS(1977), [anon_sym_LR_DQUOTE] = ACTIONS(1977), [anon_sym_uR_DQUOTE] = ACTIONS(1977), [anon_sym_UR_DQUOTE] = ACTIONS(1977), [anon_sym_u8R_DQUOTE] = ACTIONS(1977), [anon_sym_co_await] = ACTIONS(2093), [anon_sym_new] = ACTIONS(1981), [anon_sym_requires] = ACTIONS(1983), [sym_this] = ACTIONS(1969), }, [1992] = { [sym__expression] = STATE(4397), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1993] = { [sym__expression] = STATE(4278), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1994] = { [sym__expression] = STATE(3132), [sym__expression_not_binary] = STATE(3295), [sym_conditional_expression] = STATE(3295), [sym_assignment_expression] = STATE(3295), [sym_pointer_expression] = STATE(3295), [sym_unary_expression] = STATE(3295), [sym_binary_expression] = STATE(3295), [sym_update_expression] = STATE(3295), [sym_cast_expression] = STATE(3295), [sym_sizeof_expression] = STATE(3295), [sym_offsetof_expression] = STATE(3295), [sym_generic_expression] = STATE(3295), [sym_subscript_expression] = STATE(3295), [sym_call_expression] = STATE(3295), [sym_gnu_asm_expression] = STATE(3295), [sym_field_expression] = STATE(3295), [sym_compound_literal_expression] = STATE(3295), [sym_parenthesized_expression] = STATE(3295), [sym_char_literal] = STATE(3192), [sym_concatenated_string] = STATE(3192), [sym_string_literal] = STATE(2207), [sym_null] = STATE(3295), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6682), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3295), [sym_raw_string_literal] = STATE(2207), [sym_co_await_expression] = STATE(3295), [sym_new_expression] = STATE(3295), [sym_delete_expression] = STATE(3295), [sym_requires_clause] = STATE(3295), [sym_requires_expression] = STATE(3295), [sym_lambda_expression] = STATE(3295), [sym_lambda_capture_specifier] = STATE(5166), [sym_fold_expression] = STATE(3295), [sym_parameter_pack_expansion] = STATE(3295), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5270), [sym_qualified_identifier] = STATE(3295), [sym_qualified_type_identifier] = STATE(6682), [sym_user_defined_literal] = STATE(3295), [sym_identifier] = ACTIONS(1985), [anon_sym_LPAREN2] = ACTIONS(1987), [anon_sym_BANG] = ACTIONS(1991), [anon_sym_TILDE] = ACTIONS(1991), [anon_sym_DASH] = ACTIONS(1989), [anon_sym_PLUS] = ACTIONS(1989), [anon_sym_STAR] = ACTIONS(1847), [anon_sym_AMP] = ACTIONS(1847), [anon_sym_COLON_COLON] = ACTIONS(1995), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1999), [anon_sym_not] = ACTIONS(1989), [anon_sym_compl] = ACTIONS(1989), [anon_sym_DASH_DASH] = ACTIONS(2001), [anon_sym_PLUS_PLUS] = ACTIONS(2001), [anon_sym_sizeof] = ACTIONS(2003), [anon_sym_offsetof] = ACTIONS(2005), [anon_sym__Generic] = ACTIONS(2007), [anon_sym_asm] = ACTIONS(2009), [anon_sym___asm__] = ACTIONS(2009), [sym_number_literal] = ACTIONS(2011), [anon_sym_L_SQUOTE] = ACTIONS(2013), [anon_sym_u_SQUOTE] = ACTIONS(2013), [anon_sym_U_SQUOTE] = ACTIONS(2013), [anon_sym_u8_SQUOTE] = ACTIONS(2013), [anon_sym_SQUOTE] = ACTIONS(2013), [anon_sym_L_DQUOTE] = ACTIONS(2015), [anon_sym_u_DQUOTE] = ACTIONS(2015), [anon_sym_U_DQUOTE] = ACTIONS(2015), [anon_sym_u8_DQUOTE] = ACTIONS(2015), [anon_sym_DQUOTE] = ACTIONS(2015), [sym_true] = ACTIONS(2017), [sym_false] = ACTIONS(2017), [anon_sym_NULL] = ACTIONS(2019), [anon_sym_nullptr] = ACTIONS(2019), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(2021), [anon_sym_R_DQUOTE] = ACTIONS(2023), [anon_sym_LR_DQUOTE] = ACTIONS(2023), [anon_sym_uR_DQUOTE] = ACTIONS(2023), [anon_sym_UR_DQUOTE] = ACTIONS(2023), [anon_sym_u8R_DQUOTE] = ACTIONS(2023), [anon_sym_co_await] = ACTIONS(2025), [anon_sym_new] = ACTIONS(2027), [anon_sym_requires] = ACTIONS(2029), [sym_this] = ACTIONS(2017), }, [1995] = { [sym__expression] = STATE(3364), [sym__expression_not_binary] = STATE(3419), [sym_conditional_expression] = STATE(3419), [sym_assignment_expression] = STATE(3419), [sym_pointer_expression] = STATE(3419), [sym_unary_expression] = STATE(3419), [sym_binary_expression] = STATE(3419), [sym_update_expression] = STATE(3419), [sym_cast_expression] = STATE(3419), [sym_sizeof_expression] = STATE(3419), [sym_offsetof_expression] = STATE(3419), [sym_generic_expression] = STATE(3419), [sym_subscript_expression] = STATE(3419), [sym_call_expression] = STATE(3419), [sym_gnu_asm_expression] = STATE(3419), [sym_field_expression] = STATE(3419), [sym_compound_literal_expression] = STATE(3419), [sym_parenthesized_expression] = STATE(3419), [sym_char_literal] = STATE(3398), [sym_concatenated_string] = STATE(3398), [sym_string_literal] = STATE(2277), [sym_null] = STATE(3419), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6607), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3419), [sym_raw_string_literal] = STATE(2277), [sym_co_await_expression] = STATE(3419), [sym_new_expression] = STATE(3419), [sym_delete_expression] = STATE(3419), [sym_requires_clause] = STATE(3419), [sym_requires_expression] = STATE(3419), [sym_lambda_expression] = STATE(3419), [sym_lambda_capture_specifier] = STATE(5189), [sym_fold_expression] = STATE(3419), [sym_parameter_pack_expansion] = STATE(3419), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5301), [sym_qualified_identifier] = STATE(3419), [sym_qualified_type_identifier] = STATE(6607), [sym_user_defined_literal] = STATE(3419), [sym_identifier] = ACTIONS(2031), [anon_sym_LPAREN2] = ACTIONS(2033), [anon_sym_BANG] = ACTIONS(2037), [anon_sym_TILDE] = ACTIONS(2037), [anon_sym_DASH] = ACTIONS(2035), [anon_sym_PLUS] = ACTIONS(2035), [anon_sym_STAR] = ACTIONS(2624), [anon_sym_AMP] = ACTIONS(2624), [anon_sym_COLON_COLON] = ACTIONS(2041), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(2045), [anon_sym_not] = ACTIONS(2035), [anon_sym_compl] = ACTIONS(2035), [anon_sym_DASH_DASH] = ACTIONS(2047), [anon_sym_PLUS_PLUS] = ACTIONS(2047), [anon_sym_sizeof] = ACTIONS(2049), [anon_sym_offsetof] = ACTIONS(2051), [anon_sym__Generic] = ACTIONS(2053), [anon_sym_asm] = ACTIONS(2055), [anon_sym___asm__] = ACTIONS(2055), [sym_number_literal] = ACTIONS(2057), [anon_sym_L_SQUOTE] = ACTIONS(2059), [anon_sym_u_SQUOTE] = ACTIONS(2059), [anon_sym_U_SQUOTE] = ACTIONS(2059), [anon_sym_u8_SQUOTE] = ACTIONS(2059), [anon_sym_SQUOTE] = ACTIONS(2059), [anon_sym_L_DQUOTE] = ACTIONS(2061), [anon_sym_u_DQUOTE] = ACTIONS(2061), [anon_sym_U_DQUOTE] = ACTIONS(2061), [anon_sym_u8_DQUOTE] = ACTIONS(2061), [anon_sym_DQUOTE] = ACTIONS(2061), [sym_true] = ACTIONS(2063), [sym_false] = ACTIONS(2063), [anon_sym_NULL] = ACTIONS(2065), [anon_sym_nullptr] = ACTIONS(2065), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(2067), [anon_sym_R_DQUOTE] = ACTIONS(2069), [anon_sym_LR_DQUOTE] = ACTIONS(2069), [anon_sym_uR_DQUOTE] = ACTIONS(2069), [anon_sym_UR_DQUOTE] = ACTIONS(2069), [anon_sym_u8R_DQUOTE] = ACTIONS(2069), [anon_sym_co_await] = ACTIONS(2071), [anon_sym_new] = ACTIONS(2073), [anon_sym_requires] = ACTIONS(2075), [sym_this] = ACTIONS(2063), }, [1996] = { [sym__expression] = STATE(3186), [sym__expression_not_binary] = STATE(3295), [sym_conditional_expression] = STATE(3295), [sym_assignment_expression] = STATE(3295), [sym_pointer_expression] = STATE(3295), [sym_unary_expression] = STATE(3295), [sym_binary_expression] = STATE(3295), [sym_update_expression] = STATE(3295), [sym_cast_expression] = STATE(3295), [sym_sizeof_expression] = STATE(3295), [sym_offsetof_expression] = STATE(3295), [sym_generic_expression] = STATE(3295), [sym_subscript_expression] = STATE(3295), [sym_call_expression] = STATE(3295), [sym_gnu_asm_expression] = STATE(3295), [sym_field_expression] = STATE(3295), [sym_compound_literal_expression] = STATE(3295), [sym_parenthesized_expression] = STATE(3295), [sym_char_literal] = STATE(3192), [sym_concatenated_string] = STATE(3192), [sym_string_literal] = STATE(2207), [sym_null] = STATE(3295), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6682), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3295), [sym_raw_string_literal] = STATE(2207), [sym_co_await_expression] = STATE(3295), [sym_new_expression] = STATE(3295), [sym_delete_expression] = STATE(3295), [sym_requires_clause] = STATE(3295), [sym_requires_expression] = STATE(3295), [sym_lambda_expression] = STATE(3295), [sym_lambda_capture_specifier] = STATE(5166), [sym_fold_expression] = STATE(3295), [sym_parameter_pack_expansion] = STATE(3295), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5270), [sym_qualified_identifier] = STATE(3295), [sym_qualified_type_identifier] = STATE(6682), [sym_user_defined_literal] = STATE(3295), [sym_identifier] = ACTIONS(1985), [anon_sym_LPAREN2] = ACTIONS(1987), [anon_sym_BANG] = ACTIONS(1991), [anon_sym_TILDE] = ACTIONS(1991), [anon_sym_DASH] = ACTIONS(1989), [anon_sym_PLUS] = ACTIONS(1989), [anon_sym_STAR] = ACTIONS(1847), [anon_sym_AMP] = ACTIONS(1847), [anon_sym_COLON_COLON] = ACTIONS(1995), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1999), [anon_sym_not] = ACTIONS(1989), [anon_sym_compl] = ACTIONS(1989), [anon_sym_DASH_DASH] = ACTIONS(2001), [anon_sym_PLUS_PLUS] = ACTIONS(2001), [anon_sym_sizeof] = ACTIONS(2003), [anon_sym_offsetof] = ACTIONS(2005), [anon_sym__Generic] = ACTIONS(2007), [anon_sym_asm] = ACTIONS(2009), [anon_sym___asm__] = ACTIONS(2009), [sym_number_literal] = ACTIONS(2011), [anon_sym_L_SQUOTE] = ACTIONS(2013), [anon_sym_u_SQUOTE] = ACTIONS(2013), [anon_sym_U_SQUOTE] = ACTIONS(2013), [anon_sym_u8_SQUOTE] = ACTIONS(2013), [anon_sym_SQUOTE] = ACTIONS(2013), [anon_sym_L_DQUOTE] = ACTIONS(2015), [anon_sym_u_DQUOTE] = ACTIONS(2015), [anon_sym_U_DQUOTE] = ACTIONS(2015), [anon_sym_u8_DQUOTE] = ACTIONS(2015), [anon_sym_DQUOTE] = ACTIONS(2015), [sym_true] = ACTIONS(2017), [sym_false] = ACTIONS(2017), [anon_sym_NULL] = ACTIONS(2019), [anon_sym_nullptr] = ACTIONS(2019), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(2021), [anon_sym_R_DQUOTE] = ACTIONS(2023), [anon_sym_LR_DQUOTE] = ACTIONS(2023), [anon_sym_uR_DQUOTE] = ACTIONS(2023), [anon_sym_UR_DQUOTE] = ACTIONS(2023), [anon_sym_u8R_DQUOTE] = ACTIONS(2023), [anon_sym_co_await] = ACTIONS(2025), [anon_sym_new] = ACTIONS(2027), [anon_sym_requires] = ACTIONS(2029), [sym_this] = ACTIONS(2017), }, [1997] = { [sym__expression] = STATE(3185), [sym__expression_not_binary] = STATE(3295), [sym_conditional_expression] = STATE(3295), [sym_assignment_expression] = STATE(3295), [sym_pointer_expression] = STATE(3295), [sym_unary_expression] = STATE(3295), [sym_binary_expression] = STATE(3295), [sym_update_expression] = STATE(3295), [sym_cast_expression] = STATE(3295), [sym_sizeof_expression] = STATE(3295), [sym_offsetof_expression] = STATE(3295), [sym_generic_expression] = STATE(3295), [sym_subscript_expression] = STATE(3295), [sym_call_expression] = STATE(3295), [sym_gnu_asm_expression] = STATE(3295), [sym_field_expression] = STATE(3295), [sym_compound_literal_expression] = STATE(3295), [sym_parenthesized_expression] = STATE(3295), [sym_char_literal] = STATE(3192), [sym_concatenated_string] = STATE(3192), [sym_string_literal] = STATE(2207), [sym_null] = STATE(3295), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6682), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3295), [sym_raw_string_literal] = STATE(2207), [sym_co_await_expression] = STATE(3295), [sym_new_expression] = STATE(3295), [sym_delete_expression] = STATE(3295), [sym_requires_clause] = STATE(3295), [sym_requires_expression] = STATE(3295), [sym_lambda_expression] = STATE(3295), [sym_lambda_capture_specifier] = STATE(5166), [sym_fold_expression] = STATE(3295), [sym_parameter_pack_expansion] = STATE(3295), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5270), [sym_qualified_identifier] = STATE(3295), [sym_qualified_type_identifier] = STATE(6682), [sym_user_defined_literal] = STATE(3295), [sym_identifier] = ACTIONS(1985), [anon_sym_LPAREN2] = ACTIONS(1987), [anon_sym_BANG] = ACTIONS(1991), [anon_sym_TILDE] = ACTIONS(1991), [anon_sym_DASH] = ACTIONS(1989), [anon_sym_PLUS] = ACTIONS(1989), [anon_sym_STAR] = ACTIONS(1847), [anon_sym_AMP] = ACTIONS(1847), [anon_sym_COLON_COLON] = ACTIONS(1995), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1999), [anon_sym_not] = ACTIONS(1989), [anon_sym_compl] = ACTIONS(1989), [anon_sym_DASH_DASH] = ACTIONS(2001), [anon_sym_PLUS_PLUS] = ACTIONS(2001), [anon_sym_sizeof] = ACTIONS(2003), [anon_sym_offsetof] = ACTIONS(2005), [anon_sym__Generic] = ACTIONS(2007), [anon_sym_asm] = ACTIONS(2009), [anon_sym___asm__] = ACTIONS(2009), [sym_number_literal] = ACTIONS(2011), [anon_sym_L_SQUOTE] = ACTIONS(2013), [anon_sym_u_SQUOTE] = ACTIONS(2013), [anon_sym_U_SQUOTE] = ACTIONS(2013), [anon_sym_u8_SQUOTE] = ACTIONS(2013), [anon_sym_SQUOTE] = ACTIONS(2013), [anon_sym_L_DQUOTE] = ACTIONS(2015), [anon_sym_u_DQUOTE] = ACTIONS(2015), [anon_sym_U_DQUOTE] = ACTIONS(2015), [anon_sym_u8_DQUOTE] = ACTIONS(2015), [anon_sym_DQUOTE] = ACTIONS(2015), [sym_true] = ACTIONS(2017), [sym_false] = ACTIONS(2017), [anon_sym_NULL] = ACTIONS(2019), [anon_sym_nullptr] = ACTIONS(2019), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(2021), [anon_sym_R_DQUOTE] = ACTIONS(2023), [anon_sym_LR_DQUOTE] = ACTIONS(2023), [anon_sym_uR_DQUOTE] = ACTIONS(2023), [anon_sym_UR_DQUOTE] = ACTIONS(2023), [anon_sym_u8R_DQUOTE] = ACTIONS(2023), [anon_sym_co_await] = ACTIONS(2025), [anon_sym_new] = ACTIONS(2027), [anon_sym_requires] = ACTIONS(2029), [sym_this] = ACTIONS(2017), }, [1998] = { [sym__expression] = STATE(4331), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3525), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3525), [sym_call_expression] = STATE(3525), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3525), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3525), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3525), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3607), [anon_sym_LPAREN2] = ACTIONS(3609), [anon_sym_BANG] = ACTIONS(3613), [anon_sym_TILDE] = ACTIONS(3613), [anon_sym_DASH] = ACTIONS(3611), [anon_sym_PLUS] = ACTIONS(3611), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(3615), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(3611), [anon_sym_compl] = ACTIONS(3611), [anon_sym_DASH_DASH] = ACTIONS(3617), [anon_sym_PLUS_PLUS] = ACTIONS(3617), [anon_sym_sizeof] = ACTIONS(3619), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(3621), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(3623), [anon_sym_new] = ACTIONS(3625), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [1999] = { [sym__expression] = STATE(4327), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [2000] = { [sym__expression] = STATE(3184), [sym__expression_not_binary] = STATE(3295), [sym_conditional_expression] = STATE(3295), [sym_assignment_expression] = STATE(3295), [sym_pointer_expression] = STATE(3295), [sym_unary_expression] = STATE(3295), [sym_binary_expression] = STATE(3295), [sym_update_expression] = STATE(3295), [sym_cast_expression] = STATE(3295), [sym_sizeof_expression] = STATE(3295), [sym_offsetof_expression] = STATE(3295), [sym_generic_expression] = STATE(3295), [sym_subscript_expression] = STATE(3295), [sym_call_expression] = STATE(3295), [sym_gnu_asm_expression] = STATE(3295), [sym_field_expression] = STATE(3295), [sym_compound_literal_expression] = STATE(3295), [sym_parenthesized_expression] = STATE(3295), [sym_char_literal] = STATE(3192), [sym_concatenated_string] = STATE(3192), [sym_string_literal] = STATE(2207), [sym_null] = STATE(3295), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6682), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3295), [sym_raw_string_literal] = STATE(2207), [sym_co_await_expression] = STATE(3295), [sym_new_expression] = STATE(3295), [sym_delete_expression] = STATE(3295), [sym_requires_clause] = STATE(3295), [sym_requires_expression] = STATE(3295), [sym_lambda_expression] = STATE(3295), [sym_lambda_capture_specifier] = STATE(5166), [sym_fold_expression] = STATE(3295), [sym_parameter_pack_expansion] = STATE(3295), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5270), [sym_qualified_identifier] = STATE(3295), [sym_qualified_type_identifier] = STATE(6682), [sym_user_defined_literal] = STATE(3295), [sym_identifier] = ACTIONS(1985), [anon_sym_LPAREN2] = ACTIONS(1987), [anon_sym_BANG] = ACTIONS(1991), [anon_sym_TILDE] = ACTIONS(1991), [anon_sym_DASH] = ACTIONS(1989), [anon_sym_PLUS] = ACTIONS(1989), [anon_sym_STAR] = ACTIONS(1847), [anon_sym_AMP] = ACTIONS(1847), [anon_sym_COLON_COLON] = ACTIONS(1995), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1999), [anon_sym_not] = ACTIONS(1989), [anon_sym_compl] = ACTIONS(1989), [anon_sym_DASH_DASH] = ACTIONS(2001), [anon_sym_PLUS_PLUS] = ACTIONS(2001), [anon_sym_sizeof] = ACTIONS(2003), [anon_sym_offsetof] = ACTIONS(2005), [anon_sym__Generic] = ACTIONS(2007), [anon_sym_asm] = ACTIONS(2009), [anon_sym___asm__] = ACTIONS(2009), [sym_number_literal] = ACTIONS(2011), [anon_sym_L_SQUOTE] = ACTIONS(2013), [anon_sym_u_SQUOTE] = ACTIONS(2013), [anon_sym_U_SQUOTE] = ACTIONS(2013), [anon_sym_u8_SQUOTE] = ACTIONS(2013), [anon_sym_SQUOTE] = ACTIONS(2013), [anon_sym_L_DQUOTE] = ACTIONS(2015), [anon_sym_u_DQUOTE] = ACTIONS(2015), [anon_sym_U_DQUOTE] = ACTIONS(2015), [anon_sym_u8_DQUOTE] = ACTIONS(2015), [anon_sym_DQUOTE] = ACTIONS(2015), [sym_true] = ACTIONS(2017), [sym_false] = ACTIONS(2017), [anon_sym_NULL] = ACTIONS(2019), [anon_sym_nullptr] = ACTIONS(2019), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(2021), [anon_sym_R_DQUOTE] = ACTIONS(2023), [anon_sym_LR_DQUOTE] = ACTIONS(2023), [anon_sym_uR_DQUOTE] = ACTIONS(2023), [anon_sym_UR_DQUOTE] = ACTIONS(2023), [anon_sym_u8R_DQUOTE] = ACTIONS(2023), [anon_sym_co_await] = ACTIONS(2025), [anon_sym_new] = ACTIONS(2027), [anon_sym_requires] = ACTIONS(2029), [sym_this] = ACTIONS(2017), }, [2001] = { [sym__expression] = STATE(3496), [sym__expression_not_binary] = STATE(3564), [sym_conditional_expression] = STATE(3564), [sym_assignment_expression] = STATE(3564), [sym_pointer_expression] = STATE(3290), [sym_unary_expression] = STATE(3564), [sym_binary_expression] = STATE(3564), [sym_update_expression] = STATE(3564), [sym_cast_expression] = STATE(3564), [sym_sizeof_expression] = STATE(3564), [sym_offsetof_expression] = STATE(3564), [sym_generic_expression] = STATE(3564), [sym_subscript_expression] = STATE(3290), [sym_call_expression] = STATE(3290), [sym_gnu_asm_expression] = STATE(3564), [sym_field_expression] = STATE(3290), [sym_compound_literal_expression] = STATE(3564), [sym_parenthesized_expression] = STATE(3290), [sym_char_literal] = STATE(3429), [sym_concatenated_string] = STATE(3429), [sym_string_literal] = STATE(2306), [sym_null] = STATE(3564), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6687), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3564), [sym_raw_string_literal] = STATE(2306), [sym_co_await_expression] = STATE(3564), [sym_new_expression] = STATE(3564), [sym_delete_expression] = STATE(3564), [sym_requires_clause] = STATE(3564), [sym_requires_expression] = STATE(3564), [sym_lambda_expression] = STATE(3564), [sym_lambda_capture_specifier] = STATE(5176), [sym_fold_expression] = STATE(3564), [sym_parameter_pack_expansion] = STATE(3564), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5270), [sym_qualified_identifier] = STATE(3290), [sym_qualified_type_identifier] = STATE(6687), [sym_user_defined_literal] = STATE(3564), [sym_identifier] = ACTIONS(2095), [anon_sym_LPAREN2] = ACTIONS(1841), [anon_sym_BANG] = ACTIONS(1843), [anon_sym_TILDE] = ACTIONS(1843), [anon_sym_DASH] = ACTIONS(1845), [anon_sym_PLUS] = ACTIONS(1845), [anon_sym_STAR] = ACTIONS(1847), [anon_sym_AMP] = ACTIONS(1847), [anon_sym_COLON_COLON] = ACTIONS(1849), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1999), [anon_sym_not] = ACTIONS(1845), [anon_sym_compl] = ACTIONS(1845), [anon_sym_DASH_DASH] = ACTIONS(1861), [anon_sym_PLUS_PLUS] = ACTIONS(1861), [anon_sym_sizeof] = ACTIONS(1863), [anon_sym_offsetof] = ACTIONS(1865), [anon_sym__Generic] = ACTIONS(1867), [anon_sym_asm] = ACTIONS(1869), [anon_sym___asm__] = ACTIONS(1869), [sym_number_literal] = ACTIONS(1871), [anon_sym_L_SQUOTE] = ACTIONS(1873), [anon_sym_u_SQUOTE] = ACTIONS(1873), [anon_sym_U_SQUOTE] = ACTIONS(1873), [anon_sym_u8_SQUOTE] = ACTIONS(1873), [anon_sym_SQUOTE] = ACTIONS(1873), [anon_sym_L_DQUOTE] = ACTIONS(1875), [anon_sym_u_DQUOTE] = ACTIONS(1875), [anon_sym_U_DQUOTE] = ACTIONS(1875), [anon_sym_u8_DQUOTE] = ACTIONS(1875), [anon_sym_DQUOTE] = ACTIONS(1875), [sym_true] = ACTIONS(1877), [sym_false] = ACTIONS(1877), [anon_sym_NULL] = ACTIONS(1879), [anon_sym_nullptr] = ACTIONS(1879), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(1883), [anon_sym_R_DQUOTE] = ACTIONS(1885), [anon_sym_LR_DQUOTE] = ACTIONS(1885), [anon_sym_uR_DQUOTE] = ACTIONS(1885), [anon_sym_UR_DQUOTE] = ACTIONS(1885), [anon_sym_u8R_DQUOTE] = ACTIONS(1885), [anon_sym_co_await] = ACTIONS(1887), [anon_sym_new] = ACTIONS(1889), [anon_sym_requires] = ACTIONS(1891), [sym_this] = ACTIONS(1877), }, [2002] = { [sym__expression] = STATE(3492), [sym__expression_not_binary] = STATE(3564), [sym_conditional_expression] = STATE(3564), [sym_assignment_expression] = STATE(3564), [sym_pointer_expression] = STATE(3290), [sym_unary_expression] = STATE(3564), [sym_binary_expression] = STATE(3564), [sym_update_expression] = STATE(3564), [sym_cast_expression] = STATE(3564), [sym_sizeof_expression] = STATE(3564), [sym_offsetof_expression] = STATE(3564), [sym_generic_expression] = STATE(3564), [sym_subscript_expression] = STATE(3290), [sym_call_expression] = STATE(3290), [sym_gnu_asm_expression] = STATE(3564), [sym_field_expression] = STATE(3290), [sym_compound_literal_expression] = STATE(3564), [sym_parenthesized_expression] = STATE(3290), [sym_char_literal] = STATE(3429), [sym_concatenated_string] = STATE(3429), [sym_string_literal] = STATE(2306), [sym_null] = STATE(3564), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6687), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3564), [sym_raw_string_literal] = STATE(2306), [sym_co_await_expression] = STATE(3564), [sym_new_expression] = STATE(3564), [sym_delete_expression] = STATE(3564), [sym_requires_clause] = STATE(3564), [sym_requires_expression] = STATE(3564), [sym_lambda_expression] = STATE(3564), [sym_lambda_capture_specifier] = STATE(5176), [sym_fold_expression] = STATE(3564), [sym_parameter_pack_expansion] = STATE(3564), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5270), [sym_qualified_identifier] = STATE(3290), [sym_qualified_type_identifier] = STATE(6687), [sym_user_defined_literal] = STATE(3564), [sym_identifier] = ACTIONS(2095), [anon_sym_LPAREN2] = ACTIONS(1841), [anon_sym_BANG] = ACTIONS(1843), [anon_sym_TILDE] = ACTIONS(1843), [anon_sym_DASH] = ACTIONS(1845), [anon_sym_PLUS] = ACTIONS(1845), [anon_sym_STAR] = ACTIONS(1847), [anon_sym_AMP] = ACTIONS(1847), [anon_sym_COLON_COLON] = ACTIONS(1849), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1999), [anon_sym_not] = ACTIONS(1845), [anon_sym_compl] = ACTIONS(1845), [anon_sym_DASH_DASH] = ACTIONS(1861), [anon_sym_PLUS_PLUS] = ACTIONS(1861), [anon_sym_sizeof] = ACTIONS(1863), [anon_sym_offsetof] = ACTIONS(1865), [anon_sym__Generic] = ACTIONS(1867), [anon_sym_asm] = ACTIONS(1869), [anon_sym___asm__] = ACTIONS(1869), [sym_number_literal] = ACTIONS(1871), [anon_sym_L_SQUOTE] = ACTIONS(1873), [anon_sym_u_SQUOTE] = ACTIONS(1873), [anon_sym_U_SQUOTE] = ACTIONS(1873), [anon_sym_u8_SQUOTE] = ACTIONS(1873), [anon_sym_SQUOTE] = ACTIONS(1873), [anon_sym_L_DQUOTE] = ACTIONS(1875), [anon_sym_u_DQUOTE] = ACTIONS(1875), [anon_sym_U_DQUOTE] = ACTIONS(1875), [anon_sym_u8_DQUOTE] = ACTIONS(1875), [anon_sym_DQUOTE] = ACTIONS(1875), [sym_true] = ACTIONS(1877), [sym_false] = ACTIONS(1877), [anon_sym_NULL] = ACTIONS(1879), [anon_sym_nullptr] = ACTIONS(1879), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(1883), [anon_sym_R_DQUOTE] = ACTIONS(1885), [anon_sym_LR_DQUOTE] = ACTIONS(1885), [anon_sym_uR_DQUOTE] = ACTIONS(1885), [anon_sym_UR_DQUOTE] = ACTIONS(1885), [anon_sym_u8R_DQUOTE] = ACTIONS(1885), [anon_sym_co_await] = ACTIONS(1887), [anon_sym_new] = ACTIONS(1889), [anon_sym_requires] = ACTIONS(1891), [sym_this] = ACTIONS(1877), }, [2003] = { [sym__expression] = STATE(4217), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3525), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3525), [sym_call_expression] = STATE(3525), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3525), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3525), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3525), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3607), [anon_sym_LPAREN2] = ACTIONS(3609), [anon_sym_BANG] = ACTIONS(3613), [anon_sym_TILDE] = ACTIONS(3613), [anon_sym_DASH] = ACTIONS(3611), [anon_sym_PLUS] = ACTIONS(3611), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(3615), [anon_sym_LBRACK] = ACTIONS(4427), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(3611), [anon_sym_compl] = ACTIONS(3611), [anon_sym_DASH_DASH] = ACTIONS(3617), [anon_sym_PLUS_PLUS] = ACTIONS(3617), [anon_sym_sizeof] = ACTIONS(3619), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(3621), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(3623), [anon_sym_new] = ACTIONS(3625), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [2004] = { [sym__expression] = STATE(4206), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3525), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3525), [sym_call_expression] = STATE(3525), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3525), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3525), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3525), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3607), [anon_sym_LPAREN2] = ACTIONS(3609), [anon_sym_BANG] = ACTIONS(3613), [anon_sym_TILDE] = ACTIONS(3613), [anon_sym_DASH] = ACTIONS(3611), [anon_sym_PLUS] = ACTIONS(3611), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(3615), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(3611), [anon_sym_compl] = ACTIONS(3611), [anon_sym_DASH_DASH] = ACTIONS(3617), [anon_sym_PLUS_PLUS] = ACTIONS(3617), [anon_sym_sizeof] = ACTIONS(3619), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(3621), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(3623), [anon_sym_new] = ACTIONS(3625), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [2005] = { [sym__expression] = STATE(4014), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [2006] = { [sym__expression] = STATE(3512), [sym__expression_not_binary] = STATE(3025), [sym_conditional_expression] = STATE(3025), [sym_assignment_expression] = STATE(3025), [sym_pointer_expression] = STATE(3025), [sym_unary_expression] = STATE(3025), [sym_binary_expression] = STATE(3025), [sym_update_expression] = STATE(3025), [sym_cast_expression] = STATE(3025), [sym_sizeof_expression] = STATE(3025), [sym_offsetof_expression] = STATE(3025), [sym_generic_expression] = STATE(3025), [sym_subscript_expression] = STATE(3025), [sym_call_expression] = STATE(3025), [sym_gnu_asm_expression] = STATE(3025), [sym_field_expression] = STATE(3025), [sym_compound_literal_expression] = STATE(3025), [sym_parenthesized_expression] = STATE(3025), [sym_char_literal] = STATE(2884), [sym_concatenated_string] = STATE(2884), [sym_string_literal] = STATE(2162), [sym_null] = STATE(3025), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6624), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3025), [sym_raw_string_literal] = STATE(2162), [sym_co_await_expression] = STATE(3025), [sym_new_expression] = STATE(3025), [sym_delete_expression] = STATE(3025), [sym_requires_clause] = STATE(3025), [sym_requires_expression] = STATE(3025), [sym_lambda_expression] = STATE(3025), [sym_lambda_capture_specifier] = STATE(5221), [sym_fold_expression] = STATE(3025), [sym_parameter_pack_expansion] = STATE(3025), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3025), [sym_qualified_type_identifier] = STATE(6624), [sym_user_defined_literal] = STATE(3025), [sym_identifier] = ACTIONS(1933), [anon_sym_LPAREN2] = ACTIONS(2077), [anon_sym_BANG] = ACTIONS(2081), [anon_sym_TILDE] = ACTIONS(2081), [anon_sym_DASH] = ACTIONS(2079), [anon_sym_PLUS] = ACTIONS(2079), [anon_sym_STAR] = ACTIONS(3635), [anon_sym_AMP] = ACTIONS(3635), [anon_sym_COLON_COLON] = ACTIONS(2085), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(2079), [anon_sym_compl] = ACTIONS(2079), [anon_sym_DASH_DASH] = ACTIONS(2087), [anon_sym_PLUS_PLUS] = ACTIONS(2087), [anon_sym_sizeof] = ACTIONS(2089), [anon_sym_offsetof] = ACTIONS(1957), [anon_sym__Generic] = ACTIONS(1959), [anon_sym_asm] = ACTIONS(1961), [anon_sym___asm__] = ACTIONS(1961), [sym_number_literal] = ACTIONS(1963), [anon_sym_L_SQUOTE] = ACTIONS(1965), [anon_sym_u_SQUOTE] = ACTIONS(1965), [anon_sym_U_SQUOTE] = ACTIONS(1965), [anon_sym_u8_SQUOTE] = ACTIONS(1965), [anon_sym_SQUOTE] = ACTIONS(1965), [anon_sym_L_DQUOTE] = ACTIONS(1967), [anon_sym_u_DQUOTE] = ACTIONS(1967), [anon_sym_U_DQUOTE] = ACTIONS(1967), [anon_sym_u8_DQUOTE] = ACTIONS(1967), [anon_sym_DQUOTE] = ACTIONS(1967), [sym_true] = ACTIONS(1969), [sym_false] = ACTIONS(1969), [anon_sym_NULL] = ACTIONS(1971), [anon_sym_nullptr] = ACTIONS(1971), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(2091), [anon_sym_R_DQUOTE] = ACTIONS(1977), [anon_sym_LR_DQUOTE] = ACTIONS(1977), [anon_sym_uR_DQUOTE] = ACTIONS(1977), [anon_sym_UR_DQUOTE] = ACTIONS(1977), [anon_sym_u8R_DQUOTE] = ACTIONS(1977), [anon_sym_co_await] = ACTIONS(2093), [anon_sym_new] = ACTIONS(1981), [anon_sym_requires] = ACTIONS(1983), [sym_this] = ACTIONS(1969), }, [2007] = { [sym__expression] = STATE(4196), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3525), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3525), [sym_call_expression] = STATE(3525), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3525), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3525), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3525), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3607), [anon_sym_LPAREN2] = ACTIONS(3609), [anon_sym_BANG] = ACTIONS(3613), [anon_sym_TILDE] = ACTIONS(3613), [anon_sym_DASH] = ACTIONS(3611), [anon_sym_PLUS] = ACTIONS(3611), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(3615), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(3611), [anon_sym_compl] = ACTIONS(3611), [anon_sym_DASH_DASH] = ACTIONS(3617), [anon_sym_PLUS_PLUS] = ACTIONS(3617), [anon_sym_sizeof] = ACTIONS(3619), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(3621), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(3623), [anon_sym_new] = ACTIONS(3625), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [2008] = { [sym__expression] = STATE(3489), [sym__expression_not_binary] = STATE(3564), [sym_conditional_expression] = STATE(3564), [sym_assignment_expression] = STATE(3564), [sym_pointer_expression] = STATE(3290), [sym_unary_expression] = STATE(3564), [sym_binary_expression] = STATE(3564), [sym_update_expression] = STATE(3564), [sym_cast_expression] = STATE(3564), [sym_sizeof_expression] = STATE(3564), [sym_offsetof_expression] = STATE(3564), [sym_generic_expression] = STATE(3564), [sym_subscript_expression] = STATE(3290), [sym_call_expression] = STATE(3290), [sym_gnu_asm_expression] = STATE(3564), [sym_field_expression] = STATE(3290), [sym_compound_literal_expression] = STATE(3564), [sym_parenthesized_expression] = STATE(3290), [sym_char_literal] = STATE(3429), [sym_concatenated_string] = STATE(3429), [sym_string_literal] = STATE(2306), [sym_null] = STATE(3564), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6687), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3564), [sym_raw_string_literal] = STATE(2306), [sym_co_await_expression] = STATE(3564), [sym_new_expression] = STATE(3564), [sym_delete_expression] = STATE(3564), [sym_requires_clause] = STATE(3564), [sym_requires_expression] = STATE(3564), [sym_lambda_expression] = STATE(3564), [sym_lambda_capture_specifier] = STATE(5176), [sym_fold_expression] = STATE(3564), [sym_parameter_pack_expansion] = STATE(3564), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5270), [sym_qualified_identifier] = STATE(3290), [sym_qualified_type_identifier] = STATE(6687), [sym_user_defined_literal] = STATE(3564), [sym_identifier] = ACTIONS(2095), [anon_sym_LPAREN2] = ACTIONS(1841), [anon_sym_BANG] = ACTIONS(1843), [anon_sym_TILDE] = ACTIONS(1843), [anon_sym_DASH] = ACTIONS(1845), [anon_sym_PLUS] = ACTIONS(1845), [anon_sym_STAR] = ACTIONS(1847), [anon_sym_AMP] = ACTIONS(1847), [anon_sym_COLON_COLON] = ACTIONS(1849), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1999), [anon_sym_not] = ACTIONS(1845), [anon_sym_compl] = ACTIONS(1845), [anon_sym_DASH_DASH] = ACTIONS(1861), [anon_sym_PLUS_PLUS] = ACTIONS(1861), [anon_sym_sizeof] = ACTIONS(1863), [anon_sym_offsetof] = ACTIONS(1865), [anon_sym__Generic] = ACTIONS(1867), [anon_sym_asm] = ACTIONS(1869), [anon_sym___asm__] = ACTIONS(1869), [sym_number_literal] = ACTIONS(1871), [anon_sym_L_SQUOTE] = ACTIONS(1873), [anon_sym_u_SQUOTE] = ACTIONS(1873), [anon_sym_U_SQUOTE] = ACTIONS(1873), [anon_sym_u8_SQUOTE] = ACTIONS(1873), [anon_sym_SQUOTE] = ACTIONS(1873), [anon_sym_L_DQUOTE] = ACTIONS(1875), [anon_sym_u_DQUOTE] = ACTIONS(1875), [anon_sym_U_DQUOTE] = ACTIONS(1875), [anon_sym_u8_DQUOTE] = ACTIONS(1875), [anon_sym_DQUOTE] = ACTIONS(1875), [sym_true] = ACTIONS(1877), [sym_false] = ACTIONS(1877), [anon_sym_NULL] = ACTIONS(1879), [anon_sym_nullptr] = ACTIONS(1879), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(1883), [anon_sym_R_DQUOTE] = ACTIONS(1885), [anon_sym_LR_DQUOTE] = ACTIONS(1885), [anon_sym_uR_DQUOTE] = ACTIONS(1885), [anon_sym_UR_DQUOTE] = ACTIONS(1885), [anon_sym_u8R_DQUOTE] = ACTIONS(1885), [anon_sym_co_await] = ACTIONS(1887), [anon_sym_new] = ACTIONS(1889), [anon_sym_requires] = ACTIONS(1891), [sym_this] = ACTIONS(1877), }, [2009] = { [sym__expression] = STATE(4465), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3552), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3552), [sym_call_expression] = STATE(3552), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3552), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3552), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3552), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3627), [anon_sym_LPAREN2] = ACTIONS(3629), [anon_sym_BANG] = ACTIONS(3633), [anon_sym_TILDE] = ACTIONS(3633), [anon_sym_DASH] = ACTIONS(3631), [anon_sym_PLUS] = ACTIONS(3631), [anon_sym_STAR] = ACTIONS(3635), [anon_sym_AMP] = ACTIONS(3635), [anon_sym_COLON_COLON] = ACTIONS(3637), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(3631), [anon_sym_compl] = ACTIONS(3631), [anon_sym_DASH_DASH] = ACTIONS(3639), [anon_sym_PLUS_PLUS] = ACTIONS(3639), [anon_sym_sizeof] = ACTIONS(3641), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(3643), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(3645), [anon_sym_new] = ACTIONS(3625), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [2010] = { [sym__expression] = STATE(3488), [sym__expression_not_binary] = STATE(3564), [sym_conditional_expression] = STATE(3564), [sym_assignment_expression] = STATE(3564), [sym_pointer_expression] = STATE(3290), [sym_unary_expression] = STATE(3564), [sym_binary_expression] = STATE(3564), [sym_update_expression] = STATE(3564), [sym_cast_expression] = STATE(3564), [sym_sizeof_expression] = STATE(3564), [sym_offsetof_expression] = STATE(3564), [sym_generic_expression] = STATE(3564), [sym_subscript_expression] = STATE(3290), [sym_call_expression] = STATE(3290), [sym_gnu_asm_expression] = STATE(3564), [sym_field_expression] = STATE(3290), [sym_compound_literal_expression] = STATE(3564), [sym_parenthesized_expression] = STATE(3290), [sym_char_literal] = STATE(3429), [sym_concatenated_string] = STATE(3429), [sym_string_literal] = STATE(2306), [sym_null] = STATE(3564), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6687), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3564), [sym_raw_string_literal] = STATE(2306), [sym_co_await_expression] = STATE(3564), [sym_new_expression] = STATE(3564), [sym_delete_expression] = STATE(3564), [sym_requires_clause] = STATE(3564), [sym_requires_expression] = STATE(3564), [sym_lambda_expression] = STATE(3564), [sym_lambda_capture_specifier] = STATE(5176), [sym_fold_expression] = STATE(3564), [sym_parameter_pack_expansion] = STATE(3564), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5270), [sym_qualified_identifier] = STATE(3290), [sym_qualified_type_identifier] = STATE(6687), [sym_user_defined_literal] = STATE(3564), [sym_identifier] = ACTIONS(2095), [anon_sym_LPAREN2] = ACTIONS(1841), [anon_sym_BANG] = ACTIONS(1843), [anon_sym_TILDE] = ACTIONS(1843), [anon_sym_DASH] = ACTIONS(1845), [anon_sym_PLUS] = ACTIONS(1845), [anon_sym_STAR] = ACTIONS(1847), [anon_sym_AMP] = ACTIONS(1847), [anon_sym_COLON_COLON] = ACTIONS(1849), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1999), [anon_sym_not] = ACTIONS(1845), [anon_sym_compl] = ACTIONS(1845), [anon_sym_DASH_DASH] = ACTIONS(1861), [anon_sym_PLUS_PLUS] = ACTIONS(1861), [anon_sym_sizeof] = ACTIONS(1863), [anon_sym_offsetof] = ACTIONS(1865), [anon_sym__Generic] = ACTIONS(1867), [anon_sym_asm] = ACTIONS(1869), [anon_sym___asm__] = ACTIONS(1869), [sym_number_literal] = ACTIONS(1871), [anon_sym_L_SQUOTE] = ACTIONS(1873), [anon_sym_u_SQUOTE] = ACTIONS(1873), [anon_sym_U_SQUOTE] = ACTIONS(1873), [anon_sym_u8_SQUOTE] = ACTIONS(1873), [anon_sym_SQUOTE] = ACTIONS(1873), [anon_sym_L_DQUOTE] = ACTIONS(1875), [anon_sym_u_DQUOTE] = ACTIONS(1875), [anon_sym_U_DQUOTE] = ACTIONS(1875), [anon_sym_u8_DQUOTE] = ACTIONS(1875), [anon_sym_DQUOTE] = ACTIONS(1875), [sym_true] = ACTIONS(1877), [sym_false] = ACTIONS(1877), [anon_sym_NULL] = ACTIONS(1879), [anon_sym_nullptr] = ACTIONS(1879), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(1883), [anon_sym_R_DQUOTE] = ACTIONS(1885), [anon_sym_LR_DQUOTE] = ACTIONS(1885), [anon_sym_uR_DQUOTE] = ACTIONS(1885), [anon_sym_UR_DQUOTE] = ACTIONS(1885), [anon_sym_u8R_DQUOTE] = ACTIONS(1885), [anon_sym_co_await] = ACTIONS(1887), [anon_sym_new] = ACTIONS(1889), [anon_sym_requires] = ACTIONS(1891), [sym_this] = ACTIONS(1877), }, [2011] = { [sym__expression] = STATE(4371), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3552), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3552), [sym_call_expression] = STATE(3552), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3552), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3552), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3552), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3627), [anon_sym_LPAREN2] = ACTIONS(3629), [anon_sym_BANG] = ACTIONS(3633), [anon_sym_TILDE] = ACTIONS(3633), [anon_sym_DASH] = ACTIONS(3631), [anon_sym_PLUS] = ACTIONS(3631), [anon_sym_STAR] = ACTIONS(3635), [anon_sym_AMP] = ACTIONS(3635), [anon_sym_COLON_COLON] = ACTIONS(3637), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(3631), [anon_sym_compl] = ACTIONS(3631), [anon_sym_DASH_DASH] = ACTIONS(3639), [anon_sym_PLUS_PLUS] = ACTIONS(3639), [anon_sym_sizeof] = ACTIONS(3641), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(3643), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(3645), [anon_sym_new] = ACTIONS(3625), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [2012] = { [sym__expression] = STATE(4387), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3552), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3552), [sym_call_expression] = STATE(3552), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3552), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3552), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3552), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3627), [anon_sym_LPAREN2] = ACTIONS(3629), [anon_sym_BANG] = ACTIONS(3633), [anon_sym_TILDE] = ACTIONS(3633), [anon_sym_DASH] = ACTIONS(3631), [anon_sym_PLUS] = ACTIONS(3631), [anon_sym_STAR] = ACTIONS(3635), [anon_sym_AMP] = ACTIONS(3635), [anon_sym_COLON_COLON] = ACTIONS(3637), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(3631), [anon_sym_compl] = ACTIONS(3631), [anon_sym_DASH_DASH] = ACTIONS(3639), [anon_sym_PLUS_PLUS] = ACTIONS(3639), [anon_sym_sizeof] = ACTIONS(3641), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(3643), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(3645), [anon_sym_new] = ACTIONS(3625), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [2013] = { [sym__expression] = STATE(4381), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [2014] = { [sym__expression] = STATE(4378), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [2015] = { [sym__expression] = STATE(3455), [sym__expression_not_binary] = STATE(3025), [sym_conditional_expression] = STATE(3025), [sym_assignment_expression] = STATE(3025), [sym_pointer_expression] = STATE(3025), [sym_unary_expression] = STATE(3025), [sym_binary_expression] = STATE(3025), [sym_update_expression] = STATE(3025), [sym_cast_expression] = STATE(3025), [sym_sizeof_expression] = STATE(3025), [sym_offsetof_expression] = STATE(3025), [sym_generic_expression] = STATE(3025), [sym_subscript_expression] = STATE(3025), [sym_call_expression] = STATE(3025), [sym_gnu_asm_expression] = STATE(3025), [sym_field_expression] = STATE(3025), [sym_compound_literal_expression] = STATE(3025), [sym_parenthesized_expression] = STATE(3025), [sym_char_literal] = STATE(2884), [sym_concatenated_string] = STATE(2884), [sym_string_literal] = STATE(2162), [sym_null] = STATE(3025), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6624), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3025), [sym_raw_string_literal] = STATE(2162), [sym_co_await_expression] = STATE(3025), [sym_new_expression] = STATE(3025), [sym_delete_expression] = STATE(3025), [sym_requires_clause] = STATE(3025), [sym_requires_expression] = STATE(3025), [sym_lambda_expression] = STATE(3025), [sym_lambda_capture_specifier] = STATE(5221), [sym_fold_expression] = STATE(3025), [sym_parameter_pack_expansion] = STATE(3025), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3025), [sym_qualified_type_identifier] = STATE(6624), [sym_user_defined_literal] = STATE(3025), [sym_identifier] = ACTIONS(1933), [anon_sym_LPAREN2] = ACTIONS(2077), [anon_sym_BANG] = ACTIONS(2081), [anon_sym_TILDE] = ACTIONS(2081), [anon_sym_DASH] = ACTIONS(2079), [anon_sym_PLUS] = ACTIONS(2079), [anon_sym_STAR] = ACTIONS(3635), [anon_sym_AMP] = ACTIONS(3635), [anon_sym_COLON_COLON] = ACTIONS(2085), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(2079), [anon_sym_compl] = ACTIONS(2079), [anon_sym_DASH_DASH] = ACTIONS(2087), [anon_sym_PLUS_PLUS] = ACTIONS(2087), [anon_sym_sizeof] = ACTIONS(2089), [anon_sym_offsetof] = ACTIONS(1957), [anon_sym__Generic] = ACTIONS(1959), [anon_sym_asm] = ACTIONS(1961), [anon_sym___asm__] = ACTIONS(1961), [sym_number_literal] = ACTIONS(1963), [anon_sym_L_SQUOTE] = ACTIONS(1965), [anon_sym_u_SQUOTE] = ACTIONS(1965), [anon_sym_U_SQUOTE] = ACTIONS(1965), [anon_sym_u8_SQUOTE] = ACTIONS(1965), [anon_sym_SQUOTE] = ACTIONS(1965), [anon_sym_L_DQUOTE] = ACTIONS(1967), [anon_sym_u_DQUOTE] = ACTIONS(1967), [anon_sym_U_DQUOTE] = ACTIONS(1967), [anon_sym_u8_DQUOTE] = ACTIONS(1967), [anon_sym_DQUOTE] = ACTIONS(1967), [sym_true] = ACTIONS(1969), [sym_false] = ACTIONS(1969), [anon_sym_NULL] = ACTIONS(1971), [anon_sym_nullptr] = ACTIONS(1971), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(2091), [anon_sym_R_DQUOTE] = ACTIONS(1977), [anon_sym_LR_DQUOTE] = ACTIONS(1977), [anon_sym_uR_DQUOTE] = ACTIONS(1977), [anon_sym_UR_DQUOTE] = ACTIONS(1977), [anon_sym_u8R_DQUOTE] = ACTIONS(1977), [anon_sym_co_await] = ACTIONS(2093), [anon_sym_new] = ACTIONS(1981), [anon_sym_requires] = ACTIONS(1983), [sym_this] = ACTIONS(1969), }, [2016] = { [sym__expression] = STATE(3487), [sym__expression_not_binary] = STATE(3564), [sym_conditional_expression] = STATE(3564), [sym_assignment_expression] = STATE(3564), [sym_pointer_expression] = STATE(3290), [sym_unary_expression] = STATE(3564), [sym_binary_expression] = STATE(3564), [sym_update_expression] = STATE(3564), [sym_cast_expression] = STATE(3564), [sym_sizeof_expression] = STATE(3564), [sym_offsetof_expression] = STATE(3564), [sym_generic_expression] = STATE(3564), [sym_subscript_expression] = STATE(3290), [sym_call_expression] = STATE(3290), [sym_gnu_asm_expression] = STATE(3564), [sym_field_expression] = STATE(3290), [sym_compound_literal_expression] = STATE(3564), [sym_parenthesized_expression] = STATE(3290), [sym_char_literal] = STATE(3429), [sym_concatenated_string] = STATE(3429), [sym_string_literal] = STATE(2306), [sym_null] = STATE(3564), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6687), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3564), [sym_raw_string_literal] = STATE(2306), [sym_co_await_expression] = STATE(3564), [sym_new_expression] = STATE(3564), [sym_delete_expression] = STATE(3564), [sym_requires_clause] = STATE(3564), [sym_requires_expression] = STATE(3564), [sym_lambda_expression] = STATE(3564), [sym_lambda_capture_specifier] = STATE(5176), [sym_fold_expression] = STATE(3564), [sym_parameter_pack_expansion] = STATE(3564), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5270), [sym_qualified_identifier] = STATE(3290), [sym_qualified_type_identifier] = STATE(6687), [sym_user_defined_literal] = STATE(3564), [sym_identifier] = ACTIONS(2095), [anon_sym_LPAREN2] = ACTIONS(1841), [anon_sym_BANG] = ACTIONS(1843), [anon_sym_TILDE] = ACTIONS(1843), [anon_sym_DASH] = ACTIONS(1845), [anon_sym_PLUS] = ACTIONS(1845), [anon_sym_STAR] = ACTIONS(1847), [anon_sym_AMP] = ACTIONS(1847), [anon_sym_COLON_COLON] = ACTIONS(1849), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1999), [anon_sym_not] = ACTIONS(1845), [anon_sym_compl] = ACTIONS(1845), [anon_sym_DASH_DASH] = ACTIONS(1861), [anon_sym_PLUS_PLUS] = ACTIONS(1861), [anon_sym_sizeof] = ACTIONS(1863), [anon_sym_offsetof] = ACTIONS(1865), [anon_sym__Generic] = ACTIONS(1867), [anon_sym_asm] = ACTIONS(1869), [anon_sym___asm__] = ACTIONS(1869), [sym_number_literal] = ACTIONS(1871), [anon_sym_L_SQUOTE] = ACTIONS(1873), [anon_sym_u_SQUOTE] = ACTIONS(1873), [anon_sym_U_SQUOTE] = ACTIONS(1873), [anon_sym_u8_SQUOTE] = ACTIONS(1873), [anon_sym_SQUOTE] = ACTIONS(1873), [anon_sym_L_DQUOTE] = ACTIONS(1875), [anon_sym_u_DQUOTE] = ACTIONS(1875), [anon_sym_U_DQUOTE] = ACTIONS(1875), [anon_sym_u8_DQUOTE] = ACTIONS(1875), [anon_sym_DQUOTE] = ACTIONS(1875), [sym_true] = ACTIONS(1877), [sym_false] = ACTIONS(1877), [anon_sym_NULL] = ACTIONS(1879), [anon_sym_nullptr] = ACTIONS(1879), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(1883), [anon_sym_R_DQUOTE] = ACTIONS(1885), [anon_sym_LR_DQUOTE] = ACTIONS(1885), [anon_sym_uR_DQUOTE] = ACTIONS(1885), [anon_sym_UR_DQUOTE] = ACTIONS(1885), [anon_sym_u8R_DQUOTE] = ACTIONS(1885), [anon_sym_co_await] = ACTIONS(1887), [anon_sym_new] = ACTIONS(1889), [anon_sym_requires] = ACTIONS(1891), [sym_this] = ACTIONS(1877), }, [2017] = { [sym__expression] = STATE(3446), [sym__expression_not_binary] = STATE(3564), [sym_conditional_expression] = STATE(3564), [sym_assignment_expression] = STATE(3564), [sym_pointer_expression] = STATE(3290), [sym_unary_expression] = STATE(3564), [sym_binary_expression] = STATE(3564), [sym_update_expression] = STATE(3564), [sym_cast_expression] = STATE(3564), [sym_sizeof_expression] = STATE(3564), [sym_offsetof_expression] = STATE(3564), [sym_generic_expression] = STATE(3564), [sym_subscript_expression] = STATE(3290), [sym_call_expression] = STATE(3290), [sym_gnu_asm_expression] = STATE(3564), [sym_field_expression] = STATE(3290), [sym_compound_literal_expression] = STATE(3564), [sym_parenthesized_expression] = STATE(3290), [sym_char_literal] = STATE(3429), [sym_concatenated_string] = STATE(3429), [sym_string_literal] = STATE(2306), [sym_null] = STATE(3564), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6687), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3564), [sym_raw_string_literal] = STATE(2306), [sym_co_await_expression] = STATE(3564), [sym_new_expression] = STATE(3564), [sym_delete_expression] = STATE(3564), [sym_requires_clause] = STATE(3564), [sym_requires_expression] = STATE(3564), [sym_lambda_expression] = STATE(3564), [sym_lambda_capture_specifier] = STATE(5176), [sym_fold_expression] = STATE(3564), [sym_parameter_pack_expansion] = STATE(3564), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5270), [sym_qualified_identifier] = STATE(3290), [sym_qualified_type_identifier] = STATE(6687), [sym_user_defined_literal] = STATE(3564), [sym_identifier] = ACTIONS(2095), [anon_sym_LPAREN2] = ACTIONS(1841), [anon_sym_BANG] = ACTIONS(1843), [anon_sym_TILDE] = ACTIONS(1843), [anon_sym_DASH] = ACTIONS(1845), [anon_sym_PLUS] = ACTIONS(1845), [anon_sym_STAR] = ACTIONS(1847), [anon_sym_AMP] = ACTIONS(1847), [anon_sym_COLON_COLON] = ACTIONS(1849), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1999), [anon_sym_not] = ACTIONS(1845), [anon_sym_compl] = ACTIONS(1845), [anon_sym_DASH_DASH] = ACTIONS(1861), [anon_sym_PLUS_PLUS] = ACTIONS(1861), [anon_sym_sizeof] = ACTIONS(1863), [anon_sym_offsetof] = ACTIONS(1865), [anon_sym__Generic] = ACTIONS(1867), [anon_sym_asm] = ACTIONS(1869), [anon_sym___asm__] = ACTIONS(1869), [sym_number_literal] = ACTIONS(1871), [anon_sym_L_SQUOTE] = ACTIONS(1873), [anon_sym_u_SQUOTE] = ACTIONS(1873), [anon_sym_U_SQUOTE] = ACTIONS(1873), [anon_sym_u8_SQUOTE] = ACTIONS(1873), [anon_sym_SQUOTE] = ACTIONS(1873), [anon_sym_L_DQUOTE] = ACTIONS(1875), [anon_sym_u_DQUOTE] = ACTIONS(1875), [anon_sym_U_DQUOTE] = ACTIONS(1875), [anon_sym_u8_DQUOTE] = ACTIONS(1875), [anon_sym_DQUOTE] = ACTIONS(1875), [sym_true] = ACTIONS(1877), [sym_false] = ACTIONS(1877), [anon_sym_NULL] = ACTIONS(1879), [anon_sym_nullptr] = ACTIONS(1879), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(1883), [anon_sym_R_DQUOTE] = ACTIONS(1885), [anon_sym_LR_DQUOTE] = ACTIONS(1885), [anon_sym_uR_DQUOTE] = ACTIONS(1885), [anon_sym_UR_DQUOTE] = ACTIONS(1885), [anon_sym_u8R_DQUOTE] = ACTIONS(1885), [anon_sym_co_await] = ACTIONS(1887), [anon_sym_new] = ACTIONS(1889), [anon_sym_requires] = ACTIONS(1891), [sym_this] = ACTIONS(1877), }, [2018] = { [sym__expression] = STATE(3197), [sym__expression_not_binary] = STATE(3295), [sym_conditional_expression] = STATE(3295), [sym_assignment_expression] = STATE(3295), [sym_pointer_expression] = STATE(3295), [sym_unary_expression] = STATE(3295), [sym_binary_expression] = STATE(3295), [sym_update_expression] = STATE(3295), [sym_cast_expression] = STATE(3295), [sym_sizeof_expression] = STATE(3295), [sym_offsetof_expression] = STATE(3295), [sym_generic_expression] = STATE(3295), [sym_subscript_expression] = STATE(3295), [sym_call_expression] = STATE(3295), [sym_gnu_asm_expression] = STATE(3295), [sym_field_expression] = STATE(3295), [sym_compound_literal_expression] = STATE(3295), [sym_parenthesized_expression] = STATE(3295), [sym_char_literal] = STATE(3192), [sym_concatenated_string] = STATE(3192), [sym_string_literal] = STATE(2207), [sym_null] = STATE(3295), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6682), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3295), [sym_raw_string_literal] = STATE(2207), [sym_co_await_expression] = STATE(3295), [sym_new_expression] = STATE(3295), [sym_delete_expression] = STATE(3295), [sym_requires_clause] = STATE(3295), [sym_requires_expression] = STATE(3295), [sym_lambda_expression] = STATE(3295), [sym_lambda_capture_specifier] = STATE(5166), [sym_fold_expression] = STATE(3295), [sym_parameter_pack_expansion] = STATE(3295), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5270), [sym_qualified_identifier] = STATE(3295), [sym_qualified_type_identifier] = STATE(6682), [sym_user_defined_literal] = STATE(3295), [sym_identifier] = ACTIONS(1985), [anon_sym_LPAREN2] = ACTIONS(1987), [anon_sym_BANG] = ACTIONS(1991), [anon_sym_TILDE] = ACTIONS(1991), [anon_sym_DASH] = ACTIONS(1989), [anon_sym_PLUS] = ACTIONS(1989), [anon_sym_STAR] = ACTIONS(1847), [anon_sym_AMP] = ACTIONS(1847), [anon_sym_COLON_COLON] = ACTIONS(1995), [anon_sym_LBRACK] = ACTIONS(4429), [sym_primitive_type] = ACTIONS(1999), [anon_sym_not] = ACTIONS(1989), [anon_sym_compl] = ACTIONS(1989), [anon_sym_DASH_DASH] = ACTIONS(2001), [anon_sym_PLUS_PLUS] = ACTIONS(2001), [anon_sym_sizeof] = ACTIONS(2003), [anon_sym_offsetof] = ACTIONS(2005), [anon_sym__Generic] = ACTIONS(2007), [anon_sym_asm] = ACTIONS(2009), [anon_sym___asm__] = ACTIONS(2009), [sym_number_literal] = ACTIONS(2011), [anon_sym_L_SQUOTE] = ACTIONS(2013), [anon_sym_u_SQUOTE] = ACTIONS(2013), [anon_sym_U_SQUOTE] = ACTIONS(2013), [anon_sym_u8_SQUOTE] = ACTIONS(2013), [anon_sym_SQUOTE] = ACTIONS(2013), [anon_sym_L_DQUOTE] = ACTIONS(2015), [anon_sym_u_DQUOTE] = ACTIONS(2015), [anon_sym_U_DQUOTE] = ACTIONS(2015), [anon_sym_u8_DQUOTE] = ACTIONS(2015), [anon_sym_DQUOTE] = ACTIONS(2015), [sym_true] = ACTIONS(2017), [sym_false] = ACTIONS(2017), [anon_sym_NULL] = ACTIONS(2019), [anon_sym_nullptr] = ACTIONS(2019), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(2021), [anon_sym_R_DQUOTE] = ACTIONS(2023), [anon_sym_LR_DQUOTE] = ACTIONS(2023), [anon_sym_uR_DQUOTE] = ACTIONS(2023), [anon_sym_UR_DQUOTE] = ACTIONS(2023), [anon_sym_u8R_DQUOTE] = ACTIONS(2023), [anon_sym_co_await] = ACTIONS(2025), [anon_sym_new] = ACTIONS(2027), [anon_sym_requires] = ACTIONS(2029), [sym_this] = ACTIONS(2017), }, [2019] = { [sym__expression] = STATE(3198), [sym__expression_not_binary] = STATE(3295), [sym_conditional_expression] = STATE(3295), [sym_assignment_expression] = STATE(3295), [sym_pointer_expression] = STATE(3295), [sym_unary_expression] = STATE(3295), [sym_binary_expression] = STATE(3295), [sym_update_expression] = STATE(3295), [sym_cast_expression] = STATE(3295), [sym_sizeof_expression] = STATE(3295), [sym_offsetof_expression] = STATE(3295), [sym_generic_expression] = STATE(3295), [sym_subscript_expression] = STATE(3295), [sym_call_expression] = STATE(3295), [sym_gnu_asm_expression] = STATE(3295), [sym_field_expression] = STATE(3295), [sym_compound_literal_expression] = STATE(3295), [sym_parenthesized_expression] = STATE(3295), [sym_char_literal] = STATE(3192), [sym_concatenated_string] = STATE(3192), [sym_string_literal] = STATE(2207), [sym_null] = STATE(3295), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6682), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3295), [sym_raw_string_literal] = STATE(2207), [sym_co_await_expression] = STATE(3295), [sym_new_expression] = STATE(3295), [sym_delete_expression] = STATE(3295), [sym_requires_clause] = STATE(3295), [sym_requires_expression] = STATE(3295), [sym_lambda_expression] = STATE(3295), [sym_lambda_capture_specifier] = STATE(5166), [sym_fold_expression] = STATE(3295), [sym_parameter_pack_expansion] = STATE(3295), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5270), [sym_qualified_identifier] = STATE(3295), [sym_qualified_type_identifier] = STATE(6682), [sym_user_defined_literal] = STATE(3295), [sym_identifier] = ACTIONS(1985), [anon_sym_LPAREN2] = ACTIONS(1987), [anon_sym_BANG] = ACTIONS(1991), [anon_sym_TILDE] = ACTIONS(1991), [anon_sym_DASH] = ACTIONS(1989), [anon_sym_PLUS] = ACTIONS(1989), [anon_sym_STAR] = ACTIONS(1847), [anon_sym_AMP] = ACTIONS(1847), [anon_sym_COLON_COLON] = ACTIONS(1995), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1999), [anon_sym_not] = ACTIONS(1989), [anon_sym_compl] = ACTIONS(1989), [anon_sym_DASH_DASH] = ACTIONS(2001), [anon_sym_PLUS_PLUS] = ACTIONS(2001), [anon_sym_sizeof] = ACTIONS(2003), [anon_sym_offsetof] = ACTIONS(2005), [anon_sym__Generic] = ACTIONS(2007), [anon_sym_asm] = ACTIONS(2009), [anon_sym___asm__] = ACTIONS(2009), [sym_number_literal] = ACTIONS(2011), [anon_sym_L_SQUOTE] = ACTIONS(2013), [anon_sym_u_SQUOTE] = ACTIONS(2013), [anon_sym_U_SQUOTE] = ACTIONS(2013), [anon_sym_u8_SQUOTE] = ACTIONS(2013), [anon_sym_SQUOTE] = ACTIONS(2013), [anon_sym_L_DQUOTE] = ACTIONS(2015), [anon_sym_u_DQUOTE] = ACTIONS(2015), [anon_sym_U_DQUOTE] = ACTIONS(2015), [anon_sym_u8_DQUOTE] = ACTIONS(2015), [anon_sym_DQUOTE] = ACTIONS(2015), [sym_true] = ACTIONS(2017), [sym_false] = ACTIONS(2017), [anon_sym_NULL] = ACTIONS(2019), [anon_sym_nullptr] = ACTIONS(2019), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(2021), [anon_sym_R_DQUOTE] = ACTIONS(2023), [anon_sym_LR_DQUOTE] = ACTIONS(2023), [anon_sym_uR_DQUOTE] = ACTIONS(2023), [anon_sym_UR_DQUOTE] = ACTIONS(2023), [anon_sym_u8R_DQUOTE] = ACTIONS(2023), [anon_sym_co_await] = ACTIONS(2025), [anon_sym_new] = ACTIONS(2027), [anon_sym_requires] = ACTIONS(2029), [sym_this] = ACTIONS(2017), }, [2020] = { [sym__expression] = STATE(3395), [sym__expression_not_binary] = STATE(3419), [sym_conditional_expression] = STATE(3419), [sym_assignment_expression] = STATE(3419), [sym_pointer_expression] = STATE(3419), [sym_unary_expression] = STATE(3419), [sym_binary_expression] = STATE(3419), [sym_update_expression] = STATE(3419), [sym_cast_expression] = STATE(3419), [sym_sizeof_expression] = STATE(3419), [sym_offsetof_expression] = STATE(3419), [sym_generic_expression] = STATE(3419), [sym_subscript_expression] = STATE(3419), [sym_call_expression] = STATE(3419), [sym_gnu_asm_expression] = STATE(3419), [sym_field_expression] = STATE(3419), [sym_compound_literal_expression] = STATE(3419), [sym_parenthesized_expression] = STATE(3419), [sym_char_literal] = STATE(3398), [sym_concatenated_string] = STATE(3398), [sym_string_literal] = STATE(2277), [sym_null] = STATE(3419), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6607), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3419), [sym_raw_string_literal] = STATE(2277), [sym_co_await_expression] = STATE(3419), [sym_new_expression] = STATE(3419), [sym_delete_expression] = STATE(3419), [sym_requires_clause] = STATE(3419), [sym_requires_expression] = STATE(3419), [sym_lambda_expression] = STATE(3419), [sym_lambda_capture_specifier] = STATE(5189), [sym_fold_expression] = STATE(3419), [sym_parameter_pack_expansion] = STATE(3419), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5301), [sym_qualified_identifier] = STATE(3419), [sym_qualified_type_identifier] = STATE(6607), [sym_user_defined_literal] = STATE(3419), [sym_identifier] = ACTIONS(2031), [anon_sym_LPAREN2] = ACTIONS(2033), [anon_sym_BANG] = ACTIONS(2037), [anon_sym_TILDE] = ACTIONS(2037), [anon_sym_DASH] = ACTIONS(2035), [anon_sym_PLUS] = ACTIONS(2035), [anon_sym_STAR] = ACTIONS(2624), [anon_sym_AMP] = ACTIONS(2624), [anon_sym_COLON_COLON] = ACTIONS(2041), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(2045), [anon_sym_not] = ACTIONS(2035), [anon_sym_compl] = ACTIONS(2035), [anon_sym_DASH_DASH] = ACTIONS(2047), [anon_sym_PLUS_PLUS] = ACTIONS(2047), [anon_sym_sizeof] = ACTIONS(2049), [anon_sym_offsetof] = ACTIONS(2051), [anon_sym__Generic] = ACTIONS(2053), [anon_sym_asm] = ACTIONS(2055), [anon_sym___asm__] = ACTIONS(2055), [sym_number_literal] = ACTIONS(2057), [anon_sym_L_SQUOTE] = ACTIONS(2059), [anon_sym_u_SQUOTE] = ACTIONS(2059), [anon_sym_U_SQUOTE] = ACTIONS(2059), [anon_sym_u8_SQUOTE] = ACTIONS(2059), [anon_sym_SQUOTE] = ACTIONS(2059), [anon_sym_L_DQUOTE] = ACTIONS(2061), [anon_sym_u_DQUOTE] = ACTIONS(2061), [anon_sym_U_DQUOTE] = ACTIONS(2061), [anon_sym_u8_DQUOTE] = ACTIONS(2061), [anon_sym_DQUOTE] = ACTIONS(2061), [sym_true] = ACTIONS(2063), [sym_false] = ACTIONS(2063), [anon_sym_NULL] = ACTIONS(2065), [anon_sym_nullptr] = ACTIONS(2065), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(2067), [anon_sym_R_DQUOTE] = ACTIONS(2069), [anon_sym_LR_DQUOTE] = ACTIONS(2069), [anon_sym_uR_DQUOTE] = ACTIONS(2069), [anon_sym_UR_DQUOTE] = ACTIONS(2069), [anon_sym_u8R_DQUOTE] = ACTIONS(2069), [anon_sym_co_await] = ACTIONS(2071), [anon_sym_new] = ACTIONS(2073), [anon_sym_requires] = ACTIONS(2075), [sym_this] = ACTIONS(2063), }, [2021] = { [sym__expression] = STATE(4450), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [2022] = { [sym__expression] = STATE(4445), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3525), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3525), [sym_call_expression] = STATE(3525), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3525), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3525), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3525), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3607), [anon_sym_LPAREN2] = ACTIONS(3609), [anon_sym_BANG] = ACTIONS(3613), [anon_sym_TILDE] = ACTIONS(3613), [anon_sym_DASH] = ACTIONS(3611), [anon_sym_PLUS] = ACTIONS(3611), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(3615), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(3611), [anon_sym_compl] = ACTIONS(3611), [anon_sym_DASH_DASH] = ACTIONS(3617), [anon_sym_PLUS_PLUS] = ACTIONS(3617), [anon_sym_sizeof] = ACTIONS(3619), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(3621), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(3623), [anon_sym_new] = ACTIONS(3625), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [2023] = { [sym__expression] = STATE(4279), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [2024] = { [sym__expression] = STATE(4419), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [2025] = { [sym__expression] = STATE(3465), [sym__expression_not_binary] = STATE(3025), [sym_conditional_expression] = STATE(3025), [sym_assignment_expression] = STATE(3025), [sym_pointer_expression] = STATE(3025), [sym_unary_expression] = STATE(3025), [sym_binary_expression] = STATE(3025), [sym_update_expression] = STATE(3025), [sym_cast_expression] = STATE(3025), [sym_sizeof_expression] = STATE(3025), [sym_offsetof_expression] = STATE(3025), [sym_generic_expression] = STATE(3025), [sym_subscript_expression] = STATE(3025), [sym_call_expression] = STATE(3025), [sym_gnu_asm_expression] = STATE(3025), [sym_field_expression] = STATE(3025), [sym_compound_literal_expression] = STATE(3025), [sym_parenthesized_expression] = STATE(3025), [sym_char_literal] = STATE(2884), [sym_concatenated_string] = STATE(2884), [sym_string_literal] = STATE(2162), [sym_null] = STATE(3025), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6624), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3025), [sym_raw_string_literal] = STATE(2162), [sym_co_await_expression] = STATE(3025), [sym_new_expression] = STATE(3025), [sym_delete_expression] = STATE(3025), [sym_requires_clause] = STATE(3025), [sym_requires_expression] = STATE(3025), [sym_lambda_expression] = STATE(3025), [sym_lambda_capture_specifier] = STATE(5221), [sym_fold_expression] = STATE(3025), [sym_parameter_pack_expansion] = STATE(3025), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3025), [sym_qualified_type_identifier] = STATE(6624), [sym_user_defined_literal] = STATE(3025), [sym_identifier] = ACTIONS(1933), [anon_sym_LPAREN2] = ACTIONS(2077), [anon_sym_BANG] = ACTIONS(2081), [anon_sym_TILDE] = ACTIONS(2081), [anon_sym_DASH] = ACTIONS(2079), [anon_sym_PLUS] = ACTIONS(2079), [anon_sym_STAR] = ACTIONS(3635), [anon_sym_AMP] = ACTIONS(3635), [anon_sym_COLON_COLON] = ACTIONS(2085), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(2079), [anon_sym_compl] = ACTIONS(2079), [anon_sym_DASH_DASH] = ACTIONS(2087), [anon_sym_PLUS_PLUS] = ACTIONS(2087), [anon_sym_sizeof] = ACTIONS(2089), [anon_sym_offsetof] = ACTIONS(1957), [anon_sym__Generic] = ACTIONS(1959), [anon_sym_asm] = ACTIONS(1961), [anon_sym___asm__] = ACTIONS(1961), [sym_number_literal] = ACTIONS(1963), [anon_sym_L_SQUOTE] = ACTIONS(1965), [anon_sym_u_SQUOTE] = ACTIONS(1965), [anon_sym_U_SQUOTE] = ACTIONS(1965), [anon_sym_u8_SQUOTE] = ACTIONS(1965), [anon_sym_SQUOTE] = ACTIONS(1965), [anon_sym_L_DQUOTE] = ACTIONS(1967), [anon_sym_u_DQUOTE] = ACTIONS(1967), [anon_sym_U_DQUOTE] = ACTIONS(1967), [anon_sym_u8_DQUOTE] = ACTIONS(1967), [anon_sym_DQUOTE] = ACTIONS(1967), [sym_true] = ACTIONS(1969), [sym_false] = ACTIONS(1969), [anon_sym_NULL] = ACTIONS(1971), [anon_sym_nullptr] = ACTIONS(1971), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(2091), [anon_sym_R_DQUOTE] = ACTIONS(1977), [anon_sym_LR_DQUOTE] = ACTIONS(1977), [anon_sym_uR_DQUOTE] = ACTIONS(1977), [anon_sym_UR_DQUOTE] = ACTIONS(1977), [anon_sym_u8R_DQUOTE] = ACTIONS(1977), [anon_sym_co_await] = ACTIONS(2093), [anon_sym_new] = ACTIONS(1981), [anon_sym_requires] = ACTIONS(1983), [sym_this] = ACTIONS(1969), }, [2026] = { [sym__expression] = STATE(4411), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3552), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3552), [sym_call_expression] = STATE(3552), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3552), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3552), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3552), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3627), [anon_sym_LPAREN2] = ACTIONS(3629), [anon_sym_BANG] = ACTIONS(3633), [anon_sym_TILDE] = ACTIONS(3633), [anon_sym_DASH] = ACTIONS(3631), [anon_sym_PLUS] = ACTIONS(3631), [anon_sym_STAR] = ACTIONS(3635), [anon_sym_AMP] = ACTIONS(3635), [anon_sym_COLON_COLON] = ACTIONS(3637), [anon_sym_LBRACK] = ACTIONS(4431), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(3631), [anon_sym_compl] = ACTIONS(3631), [anon_sym_DASH_DASH] = ACTIONS(3639), [anon_sym_PLUS_PLUS] = ACTIONS(3639), [anon_sym_sizeof] = ACTIONS(3641), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(3643), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(3645), [anon_sym_new] = ACTIONS(3625), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [2027] = { [sym__expression] = STATE(3472), [sym__expression_not_binary] = STATE(3025), [sym_conditional_expression] = STATE(3025), [sym_assignment_expression] = STATE(3025), [sym_pointer_expression] = STATE(3025), [sym_unary_expression] = STATE(3025), [sym_binary_expression] = STATE(3025), [sym_update_expression] = STATE(3025), [sym_cast_expression] = STATE(3025), [sym_sizeof_expression] = STATE(3025), [sym_offsetof_expression] = STATE(3025), [sym_generic_expression] = STATE(3025), [sym_subscript_expression] = STATE(3025), [sym_call_expression] = STATE(3025), [sym_gnu_asm_expression] = STATE(3025), [sym_field_expression] = STATE(3025), [sym_compound_literal_expression] = STATE(3025), [sym_parenthesized_expression] = STATE(3025), [sym_char_literal] = STATE(2884), [sym_concatenated_string] = STATE(2884), [sym_string_literal] = STATE(2162), [sym_null] = STATE(3025), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6624), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3025), [sym_raw_string_literal] = STATE(2162), [sym_co_await_expression] = STATE(3025), [sym_new_expression] = STATE(3025), [sym_delete_expression] = STATE(3025), [sym_requires_clause] = STATE(3025), [sym_requires_expression] = STATE(3025), [sym_lambda_expression] = STATE(3025), [sym_lambda_capture_specifier] = STATE(5221), [sym_fold_expression] = STATE(3025), [sym_parameter_pack_expansion] = STATE(3025), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3025), [sym_qualified_type_identifier] = STATE(6624), [sym_user_defined_literal] = STATE(3025), [sym_identifier] = ACTIONS(1933), [anon_sym_LPAREN2] = ACTIONS(2077), [anon_sym_BANG] = ACTIONS(2081), [anon_sym_TILDE] = ACTIONS(2081), [anon_sym_DASH] = ACTIONS(2079), [anon_sym_PLUS] = ACTIONS(2079), [anon_sym_STAR] = ACTIONS(3635), [anon_sym_AMP] = ACTIONS(3635), [anon_sym_COLON_COLON] = ACTIONS(2085), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(2079), [anon_sym_compl] = ACTIONS(2079), [anon_sym_DASH_DASH] = ACTIONS(2087), [anon_sym_PLUS_PLUS] = ACTIONS(2087), [anon_sym_sizeof] = ACTIONS(2089), [anon_sym_offsetof] = ACTIONS(1957), [anon_sym__Generic] = ACTIONS(1959), [anon_sym_asm] = ACTIONS(1961), [anon_sym___asm__] = ACTIONS(1961), [sym_number_literal] = ACTIONS(1963), [anon_sym_L_SQUOTE] = ACTIONS(1965), [anon_sym_u_SQUOTE] = ACTIONS(1965), [anon_sym_U_SQUOTE] = ACTIONS(1965), [anon_sym_u8_SQUOTE] = ACTIONS(1965), [anon_sym_SQUOTE] = ACTIONS(1965), [anon_sym_L_DQUOTE] = ACTIONS(1967), [anon_sym_u_DQUOTE] = ACTIONS(1967), [anon_sym_U_DQUOTE] = ACTIONS(1967), [anon_sym_u8_DQUOTE] = ACTIONS(1967), [anon_sym_DQUOTE] = ACTIONS(1967), [sym_true] = ACTIONS(1969), [sym_false] = ACTIONS(1969), [anon_sym_NULL] = ACTIONS(1971), [anon_sym_nullptr] = ACTIONS(1971), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(2091), [anon_sym_R_DQUOTE] = ACTIONS(1977), [anon_sym_LR_DQUOTE] = ACTIONS(1977), [anon_sym_uR_DQUOTE] = ACTIONS(1977), [anon_sym_UR_DQUOTE] = ACTIONS(1977), [anon_sym_u8R_DQUOTE] = ACTIONS(1977), [anon_sym_co_await] = ACTIONS(2093), [anon_sym_new] = ACTIONS(1981), [anon_sym_requires] = ACTIONS(1983), [sym_this] = ACTIONS(1969), }, [2028] = { [sym__expression] = STATE(3421), [sym__expression_not_binary] = STATE(3564), [sym_conditional_expression] = STATE(3564), [sym_assignment_expression] = STATE(3564), [sym_pointer_expression] = STATE(3290), [sym_unary_expression] = STATE(3564), [sym_binary_expression] = STATE(3564), [sym_update_expression] = STATE(3564), [sym_cast_expression] = STATE(3564), [sym_sizeof_expression] = STATE(3564), [sym_offsetof_expression] = STATE(3564), [sym_generic_expression] = STATE(3564), [sym_subscript_expression] = STATE(3290), [sym_call_expression] = STATE(3290), [sym_gnu_asm_expression] = STATE(3564), [sym_field_expression] = STATE(3290), [sym_compound_literal_expression] = STATE(3564), [sym_parenthesized_expression] = STATE(3290), [sym_char_literal] = STATE(3429), [sym_concatenated_string] = STATE(3429), [sym_string_literal] = STATE(2306), [sym_null] = STATE(3564), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6687), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3564), [sym_raw_string_literal] = STATE(2306), [sym_co_await_expression] = STATE(3564), [sym_new_expression] = STATE(3564), [sym_delete_expression] = STATE(3564), [sym_requires_clause] = STATE(3564), [sym_requires_expression] = STATE(3564), [sym_lambda_expression] = STATE(3564), [sym_lambda_capture_specifier] = STATE(5176), [sym_fold_expression] = STATE(3564), [sym_parameter_pack_expansion] = STATE(3564), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5270), [sym_qualified_identifier] = STATE(3290), [sym_qualified_type_identifier] = STATE(6687), [sym_user_defined_literal] = STATE(3564), [sym_identifier] = ACTIONS(2095), [anon_sym_LPAREN2] = ACTIONS(1841), [anon_sym_BANG] = ACTIONS(1843), [anon_sym_TILDE] = ACTIONS(1843), [anon_sym_DASH] = ACTIONS(1845), [anon_sym_PLUS] = ACTIONS(1845), [anon_sym_STAR] = ACTIONS(1847), [anon_sym_AMP] = ACTIONS(1847), [anon_sym_COLON_COLON] = ACTIONS(1849), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1999), [anon_sym_not] = ACTIONS(1845), [anon_sym_compl] = ACTIONS(1845), [anon_sym_DASH_DASH] = ACTIONS(1861), [anon_sym_PLUS_PLUS] = ACTIONS(1861), [anon_sym_sizeof] = ACTIONS(1863), [anon_sym_offsetof] = ACTIONS(1865), [anon_sym__Generic] = ACTIONS(1867), [anon_sym_asm] = ACTIONS(1869), [anon_sym___asm__] = ACTIONS(1869), [sym_number_literal] = ACTIONS(1871), [anon_sym_L_SQUOTE] = ACTIONS(1873), [anon_sym_u_SQUOTE] = ACTIONS(1873), [anon_sym_U_SQUOTE] = ACTIONS(1873), [anon_sym_u8_SQUOTE] = ACTIONS(1873), [anon_sym_SQUOTE] = ACTIONS(1873), [anon_sym_L_DQUOTE] = ACTIONS(1875), [anon_sym_u_DQUOTE] = ACTIONS(1875), [anon_sym_U_DQUOTE] = ACTIONS(1875), [anon_sym_u8_DQUOTE] = ACTIONS(1875), [anon_sym_DQUOTE] = ACTIONS(1875), [sym_true] = ACTIONS(1877), [sym_false] = ACTIONS(1877), [anon_sym_NULL] = ACTIONS(1879), [anon_sym_nullptr] = ACTIONS(1879), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(1883), [anon_sym_R_DQUOTE] = ACTIONS(1885), [anon_sym_LR_DQUOTE] = ACTIONS(1885), [anon_sym_uR_DQUOTE] = ACTIONS(1885), [anon_sym_UR_DQUOTE] = ACTIONS(1885), [anon_sym_u8R_DQUOTE] = ACTIONS(1885), [anon_sym_co_await] = ACTIONS(1887), [anon_sym_new] = ACTIONS(1889), [anon_sym_requires] = ACTIONS(1891), [sym_this] = ACTIONS(1877), }, [2029] = { [sym__expression] = STATE(3394), [sym__expression_not_binary] = STATE(3419), [sym_conditional_expression] = STATE(3419), [sym_assignment_expression] = STATE(3419), [sym_pointer_expression] = STATE(3419), [sym_unary_expression] = STATE(3419), [sym_binary_expression] = STATE(3419), [sym_update_expression] = STATE(3419), [sym_cast_expression] = STATE(3419), [sym_sizeof_expression] = STATE(3419), [sym_offsetof_expression] = STATE(3419), [sym_generic_expression] = STATE(3419), [sym_subscript_expression] = STATE(3419), [sym_call_expression] = STATE(3419), [sym_gnu_asm_expression] = STATE(3419), [sym_field_expression] = STATE(3419), [sym_compound_literal_expression] = STATE(3419), [sym_parenthesized_expression] = STATE(3419), [sym_char_literal] = STATE(3398), [sym_concatenated_string] = STATE(3398), [sym_string_literal] = STATE(2277), [sym_null] = STATE(3419), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6607), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3419), [sym_raw_string_literal] = STATE(2277), [sym_co_await_expression] = STATE(3419), [sym_new_expression] = STATE(3419), [sym_delete_expression] = STATE(3419), [sym_requires_clause] = STATE(3419), [sym_requires_expression] = STATE(3419), [sym_lambda_expression] = STATE(3419), [sym_lambda_capture_specifier] = STATE(5189), [sym_fold_expression] = STATE(3419), [sym_parameter_pack_expansion] = STATE(3419), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5301), [sym_qualified_identifier] = STATE(3419), [sym_qualified_type_identifier] = STATE(6607), [sym_user_defined_literal] = STATE(3419), [sym_identifier] = ACTIONS(2031), [anon_sym_LPAREN2] = ACTIONS(2033), [anon_sym_BANG] = ACTIONS(2037), [anon_sym_TILDE] = ACTIONS(2037), [anon_sym_DASH] = ACTIONS(2035), [anon_sym_PLUS] = ACTIONS(2035), [anon_sym_STAR] = ACTIONS(2624), [anon_sym_AMP] = ACTIONS(2624), [anon_sym_COLON_COLON] = ACTIONS(2041), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(2045), [anon_sym_not] = ACTIONS(2035), [anon_sym_compl] = ACTIONS(2035), [anon_sym_DASH_DASH] = ACTIONS(2047), [anon_sym_PLUS_PLUS] = ACTIONS(2047), [anon_sym_sizeof] = ACTIONS(2049), [anon_sym_offsetof] = ACTIONS(2051), [anon_sym__Generic] = ACTIONS(2053), [anon_sym_asm] = ACTIONS(2055), [anon_sym___asm__] = ACTIONS(2055), [sym_number_literal] = ACTIONS(2057), [anon_sym_L_SQUOTE] = ACTIONS(2059), [anon_sym_u_SQUOTE] = ACTIONS(2059), [anon_sym_U_SQUOTE] = ACTIONS(2059), [anon_sym_u8_SQUOTE] = ACTIONS(2059), [anon_sym_SQUOTE] = ACTIONS(2059), [anon_sym_L_DQUOTE] = ACTIONS(2061), [anon_sym_u_DQUOTE] = ACTIONS(2061), [anon_sym_U_DQUOTE] = ACTIONS(2061), [anon_sym_u8_DQUOTE] = ACTIONS(2061), [anon_sym_DQUOTE] = ACTIONS(2061), [sym_true] = ACTIONS(2063), [sym_false] = ACTIONS(2063), [anon_sym_NULL] = ACTIONS(2065), [anon_sym_nullptr] = ACTIONS(2065), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(2067), [anon_sym_R_DQUOTE] = ACTIONS(2069), [anon_sym_LR_DQUOTE] = ACTIONS(2069), [anon_sym_uR_DQUOTE] = ACTIONS(2069), [anon_sym_UR_DQUOTE] = ACTIONS(2069), [anon_sym_u8R_DQUOTE] = ACTIONS(2069), [anon_sym_co_await] = ACTIONS(2071), [anon_sym_new] = ACTIONS(2073), [anon_sym_requires] = ACTIONS(2075), [sym_this] = ACTIONS(2063), }, [2030] = { [sym__expression] = STATE(4477), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3552), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3552), [sym_call_expression] = STATE(3552), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3552), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3552), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3552), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3627), [anon_sym_LPAREN2] = ACTIONS(3629), [anon_sym_BANG] = ACTIONS(3633), [anon_sym_TILDE] = ACTIONS(3633), [anon_sym_DASH] = ACTIONS(3631), [anon_sym_PLUS] = ACTIONS(3631), [anon_sym_STAR] = ACTIONS(3635), [anon_sym_AMP] = ACTIONS(3635), [anon_sym_COLON_COLON] = ACTIONS(3637), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(3631), [anon_sym_compl] = ACTIONS(3631), [anon_sym_DASH_DASH] = ACTIONS(3639), [anon_sym_PLUS_PLUS] = ACTIONS(3639), [anon_sym_sizeof] = ACTIONS(3641), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(3643), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(3645), [anon_sym_new] = ACTIONS(3625), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [2031] = { [sym__expression] = STATE(3473), [sym__expression_not_binary] = STATE(3025), [sym_conditional_expression] = STATE(3025), [sym_assignment_expression] = STATE(3025), [sym_pointer_expression] = STATE(3025), [sym_unary_expression] = STATE(3025), [sym_binary_expression] = STATE(3025), [sym_update_expression] = STATE(3025), [sym_cast_expression] = STATE(3025), [sym_sizeof_expression] = STATE(3025), [sym_offsetof_expression] = STATE(3025), [sym_generic_expression] = STATE(3025), [sym_subscript_expression] = STATE(3025), [sym_call_expression] = STATE(3025), [sym_gnu_asm_expression] = STATE(3025), [sym_field_expression] = STATE(3025), [sym_compound_literal_expression] = STATE(3025), [sym_parenthesized_expression] = STATE(3025), [sym_char_literal] = STATE(2884), [sym_concatenated_string] = STATE(2884), [sym_string_literal] = STATE(2162), [sym_null] = STATE(3025), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6624), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3025), [sym_raw_string_literal] = STATE(2162), [sym_co_await_expression] = STATE(3025), [sym_new_expression] = STATE(3025), [sym_delete_expression] = STATE(3025), [sym_requires_clause] = STATE(3025), [sym_requires_expression] = STATE(3025), [sym_lambda_expression] = STATE(3025), [sym_lambda_capture_specifier] = STATE(5221), [sym_fold_expression] = STATE(3025), [sym_parameter_pack_expansion] = STATE(3025), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3025), [sym_qualified_type_identifier] = STATE(6624), [sym_user_defined_literal] = STATE(3025), [sym_identifier] = ACTIONS(1933), [anon_sym_LPAREN2] = ACTIONS(2077), [anon_sym_BANG] = ACTIONS(2081), [anon_sym_TILDE] = ACTIONS(2081), [anon_sym_DASH] = ACTIONS(2079), [anon_sym_PLUS] = ACTIONS(2079), [anon_sym_STAR] = ACTIONS(3635), [anon_sym_AMP] = ACTIONS(3635), [anon_sym_COLON_COLON] = ACTIONS(2085), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(2079), [anon_sym_compl] = ACTIONS(2079), [anon_sym_DASH_DASH] = ACTIONS(2087), [anon_sym_PLUS_PLUS] = ACTIONS(2087), [anon_sym_sizeof] = ACTIONS(2089), [anon_sym_offsetof] = ACTIONS(1957), [anon_sym__Generic] = ACTIONS(1959), [anon_sym_asm] = ACTIONS(1961), [anon_sym___asm__] = ACTIONS(1961), [sym_number_literal] = ACTIONS(1963), [anon_sym_L_SQUOTE] = ACTIONS(1965), [anon_sym_u_SQUOTE] = ACTIONS(1965), [anon_sym_U_SQUOTE] = ACTIONS(1965), [anon_sym_u8_SQUOTE] = ACTIONS(1965), [anon_sym_SQUOTE] = ACTIONS(1965), [anon_sym_L_DQUOTE] = ACTIONS(1967), [anon_sym_u_DQUOTE] = ACTIONS(1967), [anon_sym_U_DQUOTE] = ACTIONS(1967), [anon_sym_u8_DQUOTE] = ACTIONS(1967), [anon_sym_DQUOTE] = ACTIONS(1967), [sym_true] = ACTIONS(1969), [sym_false] = ACTIONS(1969), [anon_sym_NULL] = ACTIONS(1971), [anon_sym_nullptr] = ACTIONS(1971), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(2091), [anon_sym_R_DQUOTE] = ACTIONS(1977), [anon_sym_LR_DQUOTE] = ACTIONS(1977), [anon_sym_uR_DQUOTE] = ACTIONS(1977), [anon_sym_UR_DQUOTE] = ACTIONS(1977), [anon_sym_u8R_DQUOTE] = ACTIONS(1977), [anon_sym_co_await] = ACTIONS(2093), [anon_sym_new] = ACTIONS(1981), [anon_sym_requires] = ACTIONS(1983), [sym_this] = ACTIONS(1969), }, [2032] = { [sym__expression] = STATE(4390), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3552), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3552), [sym_call_expression] = STATE(3552), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3552), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3552), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3552), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3627), [anon_sym_LPAREN2] = ACTIONS(3629), [anon_sym_BANG] = ACTIONS(3633), [anon_sym_TILDE] = ACTIONS(3633), [anon_sym_DASH] = ACTIONS(3631), [anon_sym_PLUS] = ACTIONS(3631), [anon_sym_STAR] = ACTIONS(3635), [anon_sym_AMP] = ACTIONS(3635), [anon_sym_COLON_COLON] = ACTIONS(3637), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(3631), [anon_sym_compl] = ACTIONS(3631), [anon_sym_DASH_DASH] = ACTIONS(3639), [anon_sym_PLUS_PLUS] = ACTIONS(3639), [anon_sym_sizeof] = ACTIONS(3641), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(3643), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(3645), [anon_sym_new] = ACTIONS(3625), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [2033] = { [sym__expression] = STATE(4425), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3552), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3552), [sym_call_expression] = STATE(3552), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3552), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3552), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3552), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3627), [anon_sym_LPAREN2] = ACTIONS(3629), [anon_sym_BANG] = ACTIONS(3633), [anon_sym_TILDE] = ACTIONS(3633), [anon_sym_DASH] = ACTIONS(3631), [anon_sym_PLUS] = ACTIONS(3631), [anon_sym_STAR] = ACTIONS(3635), [anon_sym_AMP] = ACTIONS(3635), [anon_sym_COLON_COLON] = ACTIONS(3637), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(3631), [anon_sym_compl] = ACTIONS(3631), [anon_sym_DASH_DASH] = ACTIONS(3639), [anon_sym_PLUS_PLUS] = ACTIONS(3639), [anon_sym_sizeof] = ACTIONS(3641), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(3643), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(3645), [anon_sym_new] = ACTIONS(3625), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [2034] = { [sym__expression] = STATE(3018), [sym__expression_not_binary] = STATE(3025), [sym_conditional_expression] = STATE(3025), [sym_assignment_expression] = STATE(3025), [sym_pointer_expression] = STATE(3025), [sym_unary_expression] = STATE(3025), [sym_binary_expression] = STATE(3025), [sym_update_expression] = STATE(3025), [sym_cast_expression] = STATE(3025), [sym_sizeof_expression] = STATE(3025), [sym_offsetof_expression] = STATE(3025), [sym_generic_expression] = STATE(3025), [sym_subscript_expression] = STATE(3025), [sym_call_expression] = STATE(3025), [sym_gnu_asm_expression] = STATE(3025), [sym_field_expression] = STATE(3025), [sym_compound_literal_expression] = STATE(3025), [sym_parenthesized_expression] = STATE(3025), [sym_char_literal] = STATE(2884), [sym_concatenated_string] = STATE(2884), [sym_string_literal] = STATE(2162), [sym_null] = STATE(3025), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6624), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3025), [sym_raw_string_literal] = STATE(2162), [sym_co_await_expression] = STATE(3025), [sym_new_expression] = STATE(3025), [sym_delete_expression] = STATE(3025), [sym_requires_clause] = STATE(3025), [sym_requires_expression] = STATE(3025), [sym_lambda_expression] = STATE(3025), [sym_lambda_capture_specifier] = STATE(5221), [sym_fold_expression] = STATE(3025), [sym_parameter_pack_expansion] = STATE(3025), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3025), [sym_qualified_type_identifier] = STATE(6624), [sym_user_defined_literal] = STATE(3025), [sym_identifier] = ACTIONS(1933), [anon_sym_LPAREN2] = ACTIONS(1937), [anon_sym_BANG] = ACTIONS(1941), [anon_sym_TILDE] = ACTIONS(1941), [anon_sym_DASH] = ACTIONS(1939), [anon_sym_PLUS] = ACTIONS(1939), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(1945), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(1939), [anon_sym_compl] = ACTIONS(1939), [anon_sym_DASH_DASH] = ACTIONS(1953), [anon_sym_PLUS_PLUS] = ACTIONS(1953), [anon_sym_sizeof] = ACTIONS(1955), [anon_sym_offsetof] = ACTIONS(1957), [anon_sym__Generic] = ACTIONS(1959), [anon_sym_asm] = ACTIONS(1961), [anon_sym___asm__] = ACTIONS(1961), [sym_number_literal] = ACTIONS(1963), [anon_sym_L_SQUOTE] = ACTIONS(1965), [anon_sym_u_SQUOTE] = ACTIONS(1965), [anon_sym_U_SQUOTE] = ACTIONS(1965), [anon_sym_u8_SQUOTE] = ACTIONS(1965), [anon_sym_SQUOTE] = ACTIONS(1965), [anon_sym_L_DQUOTE] = ACTIONS(1967), [anon_sym_u_DQUOTE] = ACTIONS(1967), [anon_sym_U_DQUOTE] = ACTIONS(1967), [anon_sym_u8_DQUOTE] = ACTIONS(1967), [anon_sym_DQUOTE] = ACTIONS(1967), [sym_true] = ACTIONS(1969), [sym_false] = ACTIONS(1969), [anon_sym_NULL] = ACTIONS(1971), [anon_sym_nullptr] = ACTIONS(1971), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(1975), [anon_sym_R_DQUOTE] = ACTIONS(1977), [anon_sym_LR_DQUOTE] = ACTIONS(1977), [anon_sym_uR_DQUOTE] = ACTIONS(1977), [anon_sym_UR_DQUOTE] = ACTIONS(1977), [anon_sym_u8R_DQUOTE] = ACTIONS(1977), [anon_sym_co_await] = ACTIONS(1979), [anon_sym_new] = ACTIONS(1981), [anon_sym_requires] = ACTIONS(1983), [sym_this] = ACTIONS(1969), }, [2035] = { [sym__expression] = STATE(3428), [sym__expression_not_binary] = STATE(3564), [sym_conditional_expression] = STATE(3564), [sym_assignment_expression] = STATE(3564), [sym_pointer_expression] = STATE(3290), [sym_unary_expression] = STATE(3564), [sym_binary_expression] = STATE(3564), [sym_update_expression] = STATE(3564), [sym_cast_expression] = STATE(3564), [sym_sizeof_expression] = STATE(3564), [sym_offsetof_expression] = STATE(3564), [sym_generic_expression] = STATE(3564), [sym_subscript_expression] = STATE(3290), [sym_call_expression] = STATE(3290), [sym_gnu_asm_expression] = STATE(3564), [sym_field_expression] = STATE(3290), [sym_compound_literal_expression] = STATE(3564), [sym_parenthesized_expression] = STATE(3290), [sym_char_literal] = STATE(3429), [sym_concatenated_string] = STATE(3429), [sym_string_literal] = STATE(2306), [sym_null] = STATE(3564), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6687), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3564), [sym_raw_string_literal] = STATE(2306), [sym_co_await_expression] = STATE(3564), [sym_new_expression] = STATE(3564), [sym_delete_expression] = STATE(3564), [sym_requires_clause] = STATE(3564), [sym_requires_expression] = STATE(3564), [sym_lambda_expression] = STATE(3564), [sym_lambda_capture_specifier] = STATE(5176), [sym_fold_expression] = STATE(3564), [sym_parameter_pack_expansion] = STATE(3564), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5270), [sym_qualified_identifier] = STATE(3290), [sym_qualified_type_identifier] = STATE(6687), [sym_user_defined_literal] = STATE(3564), [sym_identifier] = ACTIONS(2095), [anon_sym_LPAREN2] = ACTIONS(1841), [anon_sym_BANG] = ACTIONS(1843), [anon_sym_TILDE] = ACTIONS(1843), [anon_sym_DASH] = ACTIONS(1845), [anon_sym_PLUS] = ACTIONS(1845), [anon_sym_STAR] = ACTIONS(1847), [anon_sym_AMP] = ACTIONS(1847), [anon_sym_COLON_COLON] = ACTIONS(1849), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1999), [anon_sym_not] = ACTIONS(1845), [anon_sym_compl] = ACTIONS(1845), [anon_sym_DASH_DASH] = ACTIONS(1861), [anon_sym_PLUS_PLUS] = ACTIONS(1861), [anon_sym_sizeof] = ACTIONS(1863), [anon_sym_offsetof] = ACTIONS(1865), [anon_sym__Generic] = ACTIONS(1867), [anon_sym_asm] = ACTIONS(1869), [anon_sym___asm__] = ACTIONS(1869), [sym_number_literal] = ACTIONS(1871), [anon_sym_L_SQUOTE] = ACTIONS(1873), [anon_sym_u_SQUOTE] = ACTIONS(1873), [anon_sym_U_SQUOTE] = ACTIONS(1873), [anon_sym_u8_SQUOTE] = ACTIONS(1873), [anon_sym_SQUOTE] = ACTIONS(1873), [anon_sym_L_DQUOTE] = ACTIONS(1875), [anon_sym_u_DQUOTE] = ACTIONS(1875), [anon_sym_U_DQUOTE] = ACTIONS(1875), [anon_sym_u8_DQUOTE] = ACTIONS(1875), [anon_sym_DQUOTE] = ACTIONS(1875), [sym_true] = ACTIONS(1877), [sym_false] = ACTIONS(1877), [anon_sym_NULL] = ACTIONS(1879), [anon_sym_nullptr] = ACTIONS(1879), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(1883), [anon_sym_R_DQUOTE] = ACTIONS(1885), [anon_sym_LR_DQUOTE] = ACTIONS(1885), [anon_sym_uR_DQUOTE] = ACTIONS(1885), [anon_sym_UR_DQUOTE] = ACTIONS(1885), [anon_sym_u8R_DQUOTE] = ACTIONS(1885), [anon_sym_co_await] = ACTIONS(1887), [anon_sym_new] = ACTIONS(1889), [anon_sym_requires] = ACTIONS(1891), [sym_this] = ACTIONS(1877), }, [2036] = { [sym__expression] = STATE(3390), [sym__expression_not_binary] = STATE(3419), [sym_conditional_expression] = STATE(3419), [sym_assignment_expression] = STATE(3419), [sym_pointer_expression] = STATE(3419), [sym_unary_expression] = STATE(3419), [sym_binary_expression] = STATE(3419), [sym_update_expression] = STATE(3419), [sym_cast_expression] = STATE(3419), [sym_sizeof_expression] = STATE(3419), [sym_offsetof_expression] = STATE(3419), [sym_generic_expression] = STATE(3419), [sym_subscript_expression] = STATE(3419), [sym_call_expression] = STATE(3419), [sym_gnu_asm_expression] = STATE(3419), [sym_field_expression] = STATE(3419), [sym_compound_literal_expression] = STATE(3419), [sym_parenthesized_expression] = STATE(3419), [sym_char_literal] = STATE(3398), [sym_concatenated_string] = STATE(3398), [sym_string_literal] = STATE(2277), [sym_null] = STATE(3419), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6607), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3419), [sym_raw_string_literal] = STATE(2277), [sym_co_await_expression] = STATE(3419), [sym_new_expression] = STATE(3419), [sym_delete_expression] = STATE(3419), [sym_requires_clause] = STATE(3419), [sym_requires_expression] = STATE(3419), [sym_lambda_expression] = STATE(3419), [sym_lambda_capture_specifier] = STATE(5189), [sym_fold_expression] = STATE(3419), [sym_parameter_pack_expansion] = STATE(3419), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5301), [sym_qualified_identifier] = STATE(3419), [sym_qualified_type_identifier] = STATE(6607), [sym_user_defined_literal] = STATE(3419), [sym_identifier] = ACTIONS(2031), [anon_sym_LPAREN2] = ACTIONS(2033), [anon_sym_BANG] = ACTIONS(2037), [anon_sym_TILDE] = ACTIONS(2037), [anon_sym_DASH] = ACTIONS(2035), [anon_sym_PLUS] = ACTIONS(2035), [anon_sym_STAR] = ACTIONS(2624), [anon_sym_AMP] = ACTIONS(2624), [anon_sym_COLON_COLON] = ACTIONS(2041), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(2045), [anon_sym_not] = ACTIONS(2035), [anon_sym_compl] = ACTIONS(2035), [anon_sym_DASH_DASH] = ACTIONS(2047), [anon_sym_PLUS_PLUS] = ACTIONS(2047), [anon_sym_sizeof] = ACTIONS(2049), [anon_sym_offsetof] = ACTIONS(2051), [anon_sym__Generic] = ACTIONS(2053), [anon_sym_asm] = ACTIONS(2055), [anon_sym___asm__] = ACTIONS(2055), [sym_number_literal] = ACTIONS(2057), [anon_sym_L_SQUOTE] = ACTIONS(2059), [anon_sym_u_SQUOTE] = ACTIONS(2059), [anon_sym_U_SQUOTE] = ACTIONS(2059), [anon_sym_u8_SQUOTE] = ACTIONS(2059), [anon_sym_SQUOTE] = ACTIONS(2059), [anon_sym_L_DQUOTE] = ACTIONS(2061), [anon_sym_u_DQUOTE] = ACTIONS(2061), [anon_sym_U_DQUOTE] = ACTIONS(2061), [anon_sym_u8_DQUOTE] = ACTIONS(2061), [anon_sym_DQUOTE] = ACTIONS(2061), [sym_true] = ACTIONS(2063), [sym_false] = ACTIONS(2063), [anon_sym_NULL] = ACTIONS(2065), [anon_sym_nullptr] = ACTIONS(2065), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(2067), [anon_sym_R_DQUOTE] = ACTIONS(2069), [anon_sym_LR_DQUOTE] = ACTIONS(2069), [anon_sym_uR_DQUOTE] = ACTIONS(2069), [anon_sym_UR_DQUOTE] = ACTIONS(2069), [anon_sym_u8R_DQUOTE] = ACTIONS(2069), [anon_sym_co_await] = ACTIONS(2071), [anon_sym_new] = ACTIONS(2073), [anon_sym_requires] = ACTIONS(2075), [sym_this] = ACTIONS(2063), }, [2037] = { [sym__expression] = STATE(3021), [sym__expression_not_binary] = STATE(3025), [sym_conditional_expression] = STATE(3025), [sym_assignment_expression] = STATE(3025), [sym_pointer_expression] = STATE(3025), [sym_unary_expression] = STATE(3025), [sym_binary_expression] = STATE(3025), [sym_update_expression] = STATE(3025), [sym_cast_expression] = STATE(3025), [sym_sizeof_expression] = STATE(3025), [sym_offsetof_expression] = STATE(3025), [sym_generic_expression] = STATE(3025), [sym_subscript_expression] = STATE(3025), [sym_call_expression] = STATE(3025), [sym_gnu_asm_expression] = STATE(3025), [sym_field_expression] = STATE(3025), [sym_compound_literal_expression] = STATE(3025), [sym_parenthesized_expression] = STATE(3025), [sym_char_literal] = STATE(2884), [sym_concatenated_string] = STATE(2884), [sym_string_literal] = STATE(2162), [sym_null] = STATE(3025), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6624), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3025), [sym_raw_string_literal] = STATE(2162), [sym_co_await_expression] = STATE(3025), [sym_new_expression] = STATE(3025), [sym_delete_expression] = STATE(3025), [sym_requires_clause] = STATE(3025), [sym_requires_expression] = STATE(3025), [sym_lambda_expression] = STATE(3025), [sym_lambda_capture_specifier] = STATE(5221), [sym_fold_expression] = STATE(3025), [sym_parameter_pack_expansion] = STATE(3025), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3025), [sym_qualified_type_identifier] = STATE(6624), [sym_user_defined_literal] = STATE(3025), [sym_identifier] = ACTIONS(4433), [anon_sym_LPAREN2] = ACTIONS(1937), [anon_sym_BANG] = ACTIONS(1941), [anon_sym_TILDE] = ACTIONS(1941), [anon_sym_DASH] = ACTIONS(1939), [anon_sym_PLUS] = ACTIONS(1939), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(1945), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(1939), [anon_sym_compl] = ACTIONS(1939), [anon_sym_DASH_DASH] = ACTIONS(1953), [anon_sym_PLUS_PLUS] = ACTIONS(1953), [anon_sym_sizeof] = ACTIONS(1955), [anon_sym_offsetof] = ACTIONS(1957), [anon_sym__Generic] = ACTIONS(1959), [anon_sym_asm] = ACTIONS(1961), [anon_sym___asm__] = ACTIONS(1961), [sym_number_literal] = ACTIONS(1963), [anon_sym_L_SQUOTE] = ACTIONS(1965), [anon_sym_u_SQUOTE] = ACTIONS(1965), [anon_sym_U_SQUOTE] = ACTIONS(1965), [anon_sym_u8_SQUOTE] = ACTIONS(1965), [anon_sym_SQUOTE] = ACTIONS(1965), [anon_sym_L_DQUOTE] = ACTIONS(1967), [anon_sym_u_DQUOTE] = ACTIONS(1967), [anon_sym_U_DQUOTE] = ACTIONS(1967), [anon_sym_u8_DQUOTE] = ACTIONS(1967), [anon_sym_DQUOTE] = ACTIONS(1967), [sym_true] = ACTIONS(1969), [sym_false] = ACTIONS(1969), [anon_sym_NULL] = ACTIONS(1971), [anon_sym_nullptr] = ACTIONS(1971), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(1975), [anon_sym_R_DQUOTE] = ACTIONS(1977), [anon_sym_LR_DQUOTE] = ACTIONS(1977), [anon_sym_uR_DQUOTE] = ACTIONS(1977), [anon_sym_UR_DQUOTE] = ACTIONS(1977), [anon_sym_u8R_DQUOTE] = ACTIONS(1977), [anon_sym_co_await] = ACTIONS(1979), [anon_sym_new] = ACTIONS(1981), [anon_sym_requires] = ACTIONS(1983), [sym_this] = ACTIONS(1969), }, [2038] = { [sym__expression] = STATE(4119), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [2039] = { [sym__expression] = STATE(3021), [sym__expression_not_binary] = STATE(3025), [sym_conditional_expression] = STATE(3025), [sym_assignment_expression] = STATE(3025), [sym_pointer_expression] = STATE(3025), [sym_unary_expression] = STATE(3025), [sym_binary_expression] = STATE(3025), [sym_update_expression] = STATE(3025), [sym_cast_expression] = STATE(3025), [sym_sizeof_expression] = STATE(3025), [sym_offsetof_expression] = STATE(3025), [sym_generic_expression] = STATE(3025), [sym_subscript_expression] = STATE(3025), [sym_call_expression] = STATE(3025), [sym_gnu_asm_expression] = STATE(3025), [sym_field_expression] = STATE(3025), [sym_compound_literal_expression] = STATE(3025), [sym_parenthesized_expression] = STATE(3025), [sym_char_literal] = STATE(2884), [sym_concatenated_string] = STATE(2884), [sym_string_literal] = STATE(2162), [sym_null] = STATE(3025), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6624), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3025), [sym_raw_string_literal] = STATE(2162), [sym_co_await_expression] = STATE(3025), [sym_new_expression] = STATE(3025), [sym_delete_expression] = STATE(3025), [sym_requires_clause] = STATE(3025), [sym_requires_expression] = STATE(3025), [sym_lambda_expression] = STATE(3025), [sym_lambda_capture_specifier] = STATE(5221), [sym_fold_expression] = STATE(3025), [sym_parameter_pack_expansion] = STATE(3025), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3025), [sym_qualified_type_identifier] = STATE(6624), [sym_user_defined_literal] = STATE(3025), [sym_identifier] = ACTIONS(1933), [anon_sym_LPAREN2] = ACTIONS(1937), [anon_sym_BANG] = ACTIONS(1941), [anon_sym_TILDE] = ACTIONS(1941), [anon_sym_DASH] = ACTIONS(1939), [anon_sym_PLUS] = ACTIONS(1939), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(1945), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(1939), [anon_sym_compl] = ACTIONS(1939), [anon_sym_DASH_DASH] = ACTIONS(1953), [anon_sym_PLUS_PLUS] = ACTIONS(1953), [anon_sym_sizeof] = ACTIONS(1955), [anon_sym_offsetof] = ACTIONS(1957), [anon_sym__Generic] = ACTIONS(1959), [anon_sym_asm] = ACTIONS(1961), [anon_sym___asm__] = ACTIONS(1961), [sym_number_literal] = ACTIONS(1963), [anon_sym_L_SQUOTE] = ACTIONS(1965), [anon_sym_u_SQUOTE] = ACTIONS(1965), [anon_sym_U_SQUOTE] = ACTIONS(1965), [anon_sym_u8_SQUOTE] = ACTIONS(1965), [anon_sym_SQUOTE] = ACTIONS(1965), [anon_sym_L_DQUOTE] = ACTIONS(1967), [anon_sym_u_DQUOTE] = ACTIONS(1967), [anon_sym_U_DQUOTE] = ACTIONS(1967), [anon_sym_u8_DQUOTE] = ACTIONS(1967), [anon_sym_DQUOTE] = ACTIONS(1967), [sym_true] = ACTIONS(1969), [sym_false] = ACTIONS(1969), [anon_sym_NULL] = ACTIONS(1971), [anon_sym_nullptr] = ACTIONS(1971), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(1975), [anon_sym_R_DQUOTE] = ACTIONS(1977), [anon_sym_LR_DQUOTE] = ACTIONS(1977), [anon_sym_uR_DQUOTE] = ACTIONS(1977), [anon_sym_UR_DQUOTE] = ACTIONS(1977), [anon_sym_u8R_DQUOTE] = ACTIONS(1977), [anon_sym_co_await] = ACTIONS(1979), [anon_sym_new] = ACTIONS(1981), [anon_sym_requires] = ACTIONS(1983), [sym_this] = ACTIONS(1969), }, [2040] = { [sym__expression] = STATE(3200), [sym__expression_not_binary] = STATE(3295), [sym_conditional_expression] = STATE(3295), [sym_assignment_expression] = STATE(3295), [sym_pointer_expression] = STATE(3295), [sym_unary_expression] = STATE(3295), [sym_binary_expression] = STATE(3295), [sym_update_expression] = STATE(3295), [sym_cast_expression] = STATE(3295), [sym_sizeof_expression] = STATE(3295), [sym_offsetof_expression] = STATE(3295), [sym_generic_expression] = STATE(3295), [sym_subscript_expression] = STATE(3295), [sym_call_expression] = STATE(3295), [sym_gnu_asm_expression] = STATE(3295), [sym_field_expression] = STATE(3295), [sym_compound_literal_expression] = STATE(3295), [sym_parenthesized_expression] = STATE(3295), [sym_char_literal] = STATE(3192), [sym_concatenated_string] = STATE(3192), [sym_string_literal] = STATE(2207), [sym_null] = STATE(3295), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6682), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3295), [sym_raw_string_literal] = STATE(2207), [sym_co_await_expression] = STATE(3295), [sym_new_expression] = STATE(3295), [sym_delete_expression] = STATE(3295), [sym_requires_clause] = STATE(3295), [sym_requires_expression] = STATE(3295), [sym_lambda_expression] = STATE(3295), [sym_lambda_capture_specifier] = STATE(5166), [sym_fold_expression] = STATE(3295), [sym_parameter_pack_expansion] = STATE(3295), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5270), [sym_qualified_identifier] = STATE(3295), [sym_qualified_type_identifier] = STATE(6682), [sym_user_defined_literal] = STATE(3295), [sym_identifier] = ACTIONS(1985), [anon_sym_LPAREN2] = ACTIONS(1987), [anon_sym_BANG] = ACTIONS(1991), [anon_sym_TILDE] = ACTIONS(1991), [anon_sym_DASH] = ACTIONS(1989), [anon_sym_PLUS] = ACTIONS(1989), [anon_sym_STAR] = ACTIONS(1847), [anon_sym_AMP] = ACTIONS(1847), [anon_sym_COLON_COLON] = ACTIONS(1995), [anon_sym_LBRACK] = ACTIONS(4435), [sym_primitive_type] = ACTIONS(1999), [anon_sym_not] = ACTIONS(1989), [anon_sym_compl] = ACTIONS(1989), [anon_sym_DASH_DASH] = ACTIONS(2001), [anon_sym_PLUS_PLUS] = ACTIONS(2001), [anon_sym_sizeof] = ACTIONS(2003), [anon_sym_offsetof] = ACTIONS(2005), [anon_sym__Generic] = ACTIONS(2007), [anon_sym_asm] = ACTIONS(2009), [anon_sym___asm__] = ACTIONS(2009), [sym_number_literal] = ACTIONS(2011), [anon_sym_L_SQUOTE] = ACTIONS(2013), [anon_sym_u_SQUOTE] = ACTIONS(2013), [anon_sym_U_SQUOTE] = ACTIONS(2013), [anon_sym_u8_SQUOTE] = ACTIONS(2013), [anon_sym_SQUOTE] = ACTIONS(2013), [anon_sym_L_DQUOTE] = ACTIONS(2015), [anon_sym_u_DQUOTE] = ACTIONS(2015), [anon_sym_U_DQUOTE] = ACTIONS(2015), [anon_sym_u8_DQUOTE] = ACTIONS(2015), [anon_sym_DQUOTE] = ACTIONS(2015), [sym_true] = ACTIONS(2017), [sym_false] = ACTIONS(2017), [anon_sym_NULL] = ACTIONS(2019), [anon_sym_nullptr] = ACTIONS(2019), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(2021), [anon_sym_R_DQUOTE] = ACTIONS(2023), [anon_sym_LR_DQUOTE] = ACTIONS(2023), [anon_sym_uR_DQUOTE] = ACTIONS(2023), [anon_sym_UR_DQUOTE] = ACTIONS(2023), [anon_sym_u8R_DQUOTE] = ACTIONS(2023), [anon_sym_co_await] = ACTIONS(2025), [anon_sym_new] = ACTIONS(2027), [anon_sym_requires] = ACTIONS(2029), [sym_this] = ACTIONS(2017), }, [2041] = { [sym__expression] = STATE(4178), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3525), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3525), [sym_call_expression] = STATE(3525), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3525), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3525), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3525), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3607), [anon_sym_LPAREN2] = ACTIONS(3609), [anon_sym_BANG] = ACTIONS(3613), [anon_sym_TILDE] = ACTIONS(3613), [anon_sym_DASH] = ACTIONS(3611), [anon_sym_PLUS] = ACTIONS(3611), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(3615), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(3611), [anon_sym_compl] = ACTIONS(3611), [anon_sym_DASH_DASH] = ACTIONS(3617), [anon_sym_PLUS_PLUS] = ACTIONS(3617), [anon_sym_sizeof] = ACTIONS(3619), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(3621), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(3623), [anon_sym_new] = ACTIONS(3625), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [2042] = { [sym__expression] = STATE(3378), [sym__expression_not_binary] = STATE(3419), [sym_conditional_expression] = STATE(3419), [sym_assignment_expression] = STATE(3419), [sym_pointer_expression] = STATE(3419), [sym_unary_expression] = STATE(3419), [sym_binary_expression] = STATE(3419), [sym_update_expression] = STATE(3419), [sym_cast_expression] = STATE(3419), [sym_sizeof_expression] = STATE(3419), [sym_offsetof_expression] = STATE(3419), [sym_generic_expression] = STATE(3419), [sym_subscript_expression] = STATE(3419), [sym_call_expression] = STATE(3419), [sym_gnu_asm_expression] = STATE(3419), [sym_field_expression] = STATE(3419), [sym_compound_literal_expression] = STATE(3419), [sym_parenthesized_expression] = STATE(3419), [sym_char_literal] = STATE(3398), [sym_concatenated_string] = STATE(3398), [sym_string_literal] = STATE(2277), [sym_null] = STATE(3419), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6607), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3419), [sym_raw_string_literal] = STATE(2277), [sym_co_await_expression] = STATE(3419), [sym_new_expression] = STATE(3419), [sym_delete_expression] = STATE(3419), [sym_requires_clause] = STATE(3419), [sym_requires_expression] = STATE(3419), [sym_lambda_expression] = STATE(3419), [sym_lambda_capture_specifier] = STATE(5189), [sym_fold_expression] = STATE(3419), [sym_parameter_pack_expansion] = STATE(3419), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5301), [sym_qualified_identifier] = STATE(3419), [sym_qualified_type_identifier] = STATE(6607), [sym_user_defined_literal] = STATE(3419), [sym_identifier] = ACTIONS(2031), [anon_sym_LPAREN2] = ACTIONS(2033), [anon_sym_BANG] = ACTIONS(2037), [anon_sym_TILDE] = ACTIONS(2037), [anon_sym_DASH] = ACTIONS(2035), [anon_sym_PLUS] = ACTIONS(2035), [anon_sym_STAR] = ACTIONS(2624), [anon_sym_AMP] = ACTIONS(2624), [anon_sym_COLON_COLON] = ACTIONS(2041), [anon_sym_LBRACK] = ACTIONS(4437), [sym_primitive_type] = ACTIONS(2045), [anon_sym_not] = ACTIONS(2035), [anon_sym_compl] = ACTIONS(2035), [anon_sym_DASH_DASH] = ACTIONS(2047), [anon_sym_PLUS_PLUS] = ACTIONS(2047), [anon_sym_sizeof] = ACTIONS(2049), [anon_sym_offsetof] = ACTIONS(2051), [anon_sym__Generic] = ACTIONS(2053), [anon_sym_asm] = ACTIONS(2055), [anon_sym___asm__] = ACTIONS(2055), [sym_number_literal] = ACTIONS(2057), [anon_sym_L_SQUOTE] = ACTIONS(2059), [anon_sym_u_SQUOTE] = ACTIONS(2059), [anon_sym_U_SQUOTE] = ACTIONS(2059), [anon_sym_u8_SQUOTE] = ACTIONS(2059), [anon_sym_SQUOTE] = ACTIONS(2059), [anon_sym_L_DQUOTE] = ACTIONS(2061), [anon_sym_u_DQUOTE] = ACTIONS(2061), [anon_sym_U_DQUOTE] = ACTIONS(2061), [anon_sym_u8_DQUOTE] = ACTIONS(2061), [anon_sym_DQUOTE] = ACTIONS(2061), [sym_true] = ACTIONS(2063), [sym_false] = ACTIONS(2063), [anon_sym_NULL] = ACTIONS(2065), [anon_sym_nullptr] = ACTIONS(2065), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(2067), [anon_sym_R_DQUOTE] = ACTIONS(2069), [anon_sym_LR_DQUOTE] = ACTIONS(2069), [anon_sym_uR_DQUOTE] = ACTIONS(2069), [anon_sym_UR_DQUOTE] = ACTIONS(2069), [anon_sym_u8R_DQUOTE] = ACTIONS(2069), [anon_sym_co_await] = ACTIONS(2071), [anon_sym_new] = ACTIONS(2073), [anon_sym_requires] = ACTIONS(2075), [sym_this] = ACTIONS(2063), }, [2043] = { [sym__expression] = STATE(4002), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK] = ACTIONS(4226), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [2044] = { [sym__expression] = STATE(3475), [sym__expression_not_binary] = STATE(3025), [sym_conditional_expression] = STATE(3025), [sym_assignment_expression] = STATE(3025), [sym_pointer_expression] = STATE(3025), [sym_unary_expression] = STATE(3025), [sym_binary_expression] = STATE(3025), [sym_update_expression] = STATE(3025), [sym_cast_expression] = STATE(3025), [sym_sizeof_expression] = STATE(3025), [sym_offsetof_expression] = STATE(3025), [sym_generic_expression] = STATE(3025), [sym_subscript_expression] = STATE(3025), [sym_call_expression] = STATE(3025), [sym_gnu_asm_expression] = STATE(3025), [sym_field_expression] = STATE(3025), [sym_compound_literal_expression] = STATE(3025), [sym_parenthesized_expression] = STATE(3025), [sym_char_literal] = STATE(2884), [sym_concatenated_string] = STATE(2884), [sym_string_literal] = STATE(2162), [sym_null] = STATE(3025), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6624), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3025), [sym_raw_string_literal] = STATE(2162), [sym_co_await_expression] = STATE(3025), [sym_new_expression] = STATE(3025), [sym_delete_expression] = STATE(3025), [sym_requires_clause] = STATE(3025), [sym_requires_expression] = STATE(3025), [sym_lambda_expression] = STATE(3025), [sym_lambda_capture_specifier] = STATE(5221), [sym_fold_expression] = STATE(3025), [sym_parameter_pack_expansion] = STATE(3025), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3025), [sym_qualified_type_identifier] = STATE(6624), [sym_user_defined_literal] = STATE(3025), [sym_identifier] = ACTIONS(1933), [anon_sym_LPAREN2] = ACTIONS(2077), [anon_sym_BANG] = ACTIONS(2081), [anon_sym_TILDE] = ACTIONS(2081), [anon_sym_DASH] = ACTIONS(2079), [anon_sym_PLUS] = ACTIONS(2079), [anon_sym_STAR] = ACTIONS(3635), [anon_sym_AMP] = ACTIONS(3635), [anon_sym_COLON_COLON] = ACTIONS(2085), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(2079), [anon_sym_compl] = ACTIONS(2079), [anon_sym_DASH_DASH] = ACTIONS(2087), [anon_sym_PLUS_PLUS] = ACTIONS(2087), [anon_sym_sizeof] = ACTIONS(2089), [anon_sym_offsetof] = ACTIONS(1957), [anon_sym__Generic] = ACTIONS(1959), [anon_sym_asm] = ACTIONS(1961), [anon_sym___asm__] = ACTIONS(1961), [sym_number_literal] = ACTIONS(1963), [anon_sym_L_SQUOTE] = ACTIONS(1965), [anon_sym_u_SQUOTE] = ACTIONS(1965), [anon_sym_U_SQUOTE] = ACTIONS(1965), [anon_sym_u8_SQUOTE] = ACTIONS(1965), [anon_sym_SQUOTE] = ACTIONS(1965), [anon_sym_L_DQUOTE] = ACTIONS(1967), [anon_sym_u_DQUOTE] = ACTIONS(1967), [anon_sym_U_DQUOTE] = ACTIONS(1967), [anon_sym_u8_DQUOTE] = ACTIONS(1967), [anon_sym_DQUOTE] = ACTIONS(1967), [sym_true] = ACTIONS(1969), [sym_false] = ACTIONS(1969), [anon_sym_NULL] = ACTIONS(1971), [anon_sym_nullptr] = ACTIONS(1971), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(2091), [anon_sym_R_DQUOTE] = ACTIONS(1977), [anon_sym_LR_DQUOTE] = ACTIONS(1977), [anon_sym_uR_DQUOTE] = ACTIONS(1977), [anon_sym_UR_DQUOTE] = ACTIONS(1977), [anon_sym_u8R_DQUOTE] = ACTIONS(1977), [anon_sym_co_await] = ACTIONS(2093), [anon_sym_new] = ACTIONS(1981), [anon_sym_requires] = ACTIONS(1983), [sym_this] = ACTIONS(1969), }, [2045] = { [sym__expression] = STATE(4349), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [2046] = { [sym__expression] = STATE(4348), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3525), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3525), [sym_call_expression] = STATE(3525), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3525), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3525), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3525), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3607), [anon_sym_LPAREN2] = ACTIONS(3609), [anon_sym_BANG] = ACTIONS(3613), [anon_sym_TILDE] = ACTIONS(3613), [anon_sym_DASH] = ACTIONS(3611), [anon_sym_PLUS] = ACTIONS(3611), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(3615), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(3611), [anon_sym_compl] = ACTIONS(3611), [anon_sym_DASH_DASH] = ACTIONS(3617), [anon_sym_PLUS_PLUS] = ACTIONS(3617), [anon_sym_sizeof] = ACTIONS(3619), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(3621), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(3623), [anon_sym_new] = ACTIONS(3625), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [2047] = { [sym__expression] = STATE(4347), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [2048] = { [sym__expression] = STATE(4332), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [2049] = { [sym__expression] = STATE(4329), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [2050] = { [sym__expression] = STATE(3431), [sym__expression_not_binary] = STATE(3564), [sym_conditional_expression] = STATE(3564), [sym_assignment_expression] = STATE(3564), [sym_pointer_expression] = STATE(3290), [sym_unary_expression] = STATE(3564), [sym_binary_expression] = STATE(3564), [sym_update_expression] = STATE(3564), [sym_cast_expression] = STATE(3564), [sym_sizeof_expression] = STATE(3564), [sym_offsetof_expression] = STATE(3564), [sym_generic_expression] = STATE(3564), [sym_subscript_expression] = STATE(3290), [sym_call_expression] = STATE(3290), [sym_gnu_asm_expression] = STATE(3564), [sym_field_expression] = STATE(3290), [sym_compound_literal_expression] = STATE(3564), [sym_parenthesized_expression] = STATE(3290), [sym_char_literal] = STATE(3429), [sym_concatenated_string] = STATE(3429), [sym_string_literal] = STATE(2306), [sym_null] = STATE(3564), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6687), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3564), [sym_raw_string_literal] = STATE(2306), [sym_co_await_expression] = STATE(3564), [sym_new_expression] = STATE(3564), [sym_delete_expression] = STATE(3564), [sym_requires_clause] = STATE(3564), [sym_requires_expression] = STATE(3564), [sym_lambda_expression] = STATE(3564), [sym_lambda_capture_specifier] = STATE(5176), [sym_fold_expression] = STATE(3564), [sym_parameter_pack_expansion] = STATE(3564), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5270), [sym_qualified_identifier] = STATE(3290), [sym_qualified_type_identifier] = STATE(6687), [sym_user_defined_literal] = STATE(3564), [sym_identifier] = ACTIONS(2095), [anon_sym_LPAREN2] = ACTIONS(1841), [anon_sym_BANG] = ACTIONS(1843), [anon_sym_TILDE] = ACTIONS(1843), [anon_sym_DASH] = ACTIONS(1845), [anon_sym_PLUS] = ACTIONS(1845), [anon_sym_STAR] = ACTIONS(1847), [anon_sym_AMP] = ACTIONS(1847), [anon_sym_COLON_COLON] = ACTIONS(1849), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1999), [anon_sym_not] = ACTIONS(1845), [anon_sym_compl] = ACTIONS(1845), [anon_sym_DASH_DASH] = ACTIONS(1861), [anon_sym_PLUS_PLUS] = ACTIONS(1861), [anon_sym_sizeof] = ACTIONS(1863), [anon_sym_offsetof] = ACTIONS(1865), [anon_sym__Generic] = ACTIONS(1867), [anon_sym_asm] = ACTIONS(1869), [anon_sym___asm__] = ACTIONS(1869), [sym_number_literal] = ACTIONS(1871), [anon_sym_L_SQUOTE] = ACTIONS(1873), [anon_sym_u_SQUOTE] = ACTIONS(1873), [anon_sym_U_SQUOTE] = ACTIONS(1873), [anon_sym_u8_SQUOTE] = ACTIONS(1873), [anon_sym_SQUOTE] = ACTIONS(1873), [anon_sym_L_DQUOTE] = ACTIONS(1875), [anon_sym_u_DQUOTE] = ACTIONS(1875), [anon_sym_U_DQUOTE] = ACTIONS(1875), [anon_sym_u8_DQUOTE] = ACTIONS(1875), [anon_sym_DQUOTE] = ACTIONS(1875), [sym_true] = ACTIONS(1877), [sym_false] = ACTIONS(1877), [anon_sym_NULL] = ACTIONS(1879), [anon_sym_nullptr] = ACTIONS(1879), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(1883), [anon_sym_R_DQUOTE] = ACTIONS(1885), [anon_sym_LR_DQUOTE] = ACTIONS(1885), [anon_sym_uR_DQUOTE] = ACTIONS(1885), [anon_sym_UR_DQUOTE] = ACTIONS(1885), [anon_sym_u8R_DQUOTE] = ACTIONS(1885), [anon_sym_co_await] = ACTIONS(1887), [anon_sym_new] = ACTIONS(1889), [anon_sym_requires] = ACTIONS(1891), [sym_this] = ACTIONS(1877), }, [2051] = { [sym__expression] = STATE(3167), [sym__expression_not_binary] = STATE(3295), [sym_conditional_expression] = STATE(3295), [sym_assignment_expression] = STATE(3295), [sym_pointer_expression] = STATE(3295), [sym_unary_expression] = STATE(3295), [sym_binary_expression] = STATE(3295), [sym_update_expression] = STATE(3295), [sym_cast_expression] = STATE(3295), [sym_sizeof_expression] = STATE(3295), [sym_offsetof_expression] = STATE(3295), [sym_generic_expression] = STATE(3295), [sym_subscript_expression] = STATE(3295), [sym_call_expression] = STATE(3295), [sym_gnu_asm_expression] = STATE(3295), [sym_field_expression] = STATE(3295), [sym_compound_literal_expression] = STATE(3295), [sym_parenthesized_expression] = STATE(3295), [sym_char_literal] = STATE(3192), [sym_concatenated_string] = STATE(3192), [sym_string_literal] = STATE(2207), [sym_null] = STATE(3295), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6682), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3295), [sym_raw_string_literal] = STATE(2207), [sym_co_await_expression] = STATE(3295), [sym_new_expression] = STATE(3295), [sym_delete_expression] = STATE(3295), [sym_requires_clause] = STATE(3295), [sym_requires_expression] = STATE(3295), [sym_lambda_expression] = STATE(3295), [sym_lambda_capture_specifier] = STATE(5166), [sym_fold_expression] = STATE(3295), [sym_parameter_pack_expansion] = STATE(3295), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5270), [sym_qualified_identifier] = STATE(3295), [sym_qualified_type_identifier] = STATE(6682), [sym_user_defined_literal] = STATE(3295), [sym_identifier] = ACTIONS(1985), [anon_sym_LPAREN2] = ACTIONS(1987), [anon_sym_BANG] = ACTIONS(1991), [anon_sym_TILDE] = ACTIONS(1991), [anon_sym_DASH] = ACTIONS(1989), [anon_sym_PLUS] = ACTIONS(1989), [anon_sym_STAR] = ACTIONS(1847), [anon_sym_AMP] = ACTIONS(1847), [anon_sym_COLON_COLON] = ACTIONS(1995), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1999), [anon_sym_not] = ACTIONS(1989), [anon_sym_compl] = ACTIONS(1989), [anon_sym_DASH_DASH] = ACTIONS(2001), [anon_sym_PLUS_PLUS] = ACTIONS(2001), [anon_sym_sizeof] = ACTIONS(2003), [anon_sym_offsetof] = ACTIONS(2005), [anon_sym__Generic] = ACTIONS(2007), [anon_sym_asm] = ACTIONS(2009), [anon_sym___asm__] = ACTIONS(2009), [sym_number_literal] = ACTIONS(2011), [anon_sym_L_SQUOTE] = ACTIONS(2013), [anon_sym_u_SQUOTE] = ACTIONS(2013), [anon_sym_U_SQUOTE] = ACTIONS(2013), [anon_sym_u8_SQUOTE] = ACTIONS(2013), [anon_sym_SQUOTE] = ACTIONS(2013), [anon_sym_L_DQUOTE] = ACTIONS(2015), [anon_sym_u_DQUOTE] = ACTIONS(2015), [anon_sym_U_DQUOTE] = ACTIONS(2015), [anon_sym_u8_DQUOTE] = ACTIONS(2015), [anon_sym_DQUOTE] = ACTIONS(2015), [sym_true] = ACTIONS(2017), [sym_false] = ACTIONS(2017), [anon_sym_NULL] = ACTIONS(2019), [anon_sym_nullptr] = ACTIONS(2019), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(2021), [anon_sym_R_DQUOTE] = ACTIONS(2023), [anon_sym_LR_DQUOTE] = ACTIONS(2023), [anon_sym_uR_DQUOTE] = ACTIONS(2023), [anon_sym_UR_DQUOTE] = ACTIONS(2023), [anon_sym_u8R_DQUOTE] = ACTIONS(2023), [anon_sym_co_await] = ACTIONS(2025), [anon_sym_new] = ACTIONS(2027), [anon_sym_requires] = ACTIONS(2029), [sym_this] = ACTIONS(2017), }, [2052] = { [sym__expression] = STATE(4083), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [2053] = { [sym__expression] = STATE(4182), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3525), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3525), [sym_call_expression] = STATE(3525), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3525), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3525), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3525), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3607), [anon_sym_LPAREN2] = ACTIONS(3609), [anon_sym_BANG] = ACTIONS(3613), [anon_sym_TILDE] = ACTIONS(3613), [anon_sym_DASH] = ACTIONS(3611), [anon_sym_PLUS] = ACTIONS(3611), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(3615), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(3611), [anon_sym_compl] = ACTIONS(3611), [anon_sym_DASH_DASH] = ACTIONS(3617), [anon_sym_PLUS_PLUS] = ACTIONS(3617), [anon_sym_sizeof] = ACTIONS(3619), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(3621), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(3623), [anon_sym_new] = ACTIONS(3625), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [2054] = { [sym__expression] = STATE(4323), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3552), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3552), [sym_call_expression] = STATE(3552), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3552), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3552), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3552), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3627), [anon_sym_LPAREN2] = ACTIONS(3629), [anon_sym_BANG] = ACTIONS(3633), [anon_sym_TILDE] = ACTIONS(3633), [anon_sym_DASH] = ACTIONS(3631), [anon_sym_PLUS] = ACTIONS(3631), [anon_sym_STAR] = ACTIONS(3635), [anon_sym_AMP] = ACTIONS(3635), [anon_sym_COLON_COLON] = ACTIONS(3637), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(3631), [anon_sym_compl] = ACTIONS(3631), [anon_sym_DASH_DASH] = ACTIONS(3639), [anon_sym_PLUS_PLUS] = ACTIONS(3639), [anon_sym_sizeof] = ACTIONS(3641), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(3643), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(3645), [anon_sym_new] = ACTIONS(3625), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [2055] = { [sym__expression] = STATE(3433), [sym__expression_not_binary] = STATE(3564), [sym_conditional_expression] = STATE(3564), [sym_assignment_expression] = STATE(3564), [sym_pointer_expression] = STATE(3290), [sym_unary_expression] = STATE(3564), [sym_binary_expression] = STATE(3564), [sym_update_expression] = STATE(3564), [sym_cast_expression] = STATE(3564), [sym_sizeof_expression] = STATE(3564), [sym_offsetof_expression] = STATE(3564), [sym_generic_expression] = STATE(3564), [sym_subscript_expression] = STATE(3290), [sym_call_expression] = STATE(3290), [sym_gnu_asm_expression] = STATE(3564), [sym_field_expression] = STATE(3290), [sym_compound_literal_expression] = STATE(3564), [sym_parenthesized_expression] = STATE(3290), [sym_char_literal] = STATE(3429), [sym_concatenated_string] = STATE(3429), [sym_string_literal] = STATE(2306), [sym_null] = STATE(3564), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6687), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3564), [sym_raw_string_literal] = STATE(2306), [sym_co_await_expression] = STATE(3564), [sym_new_expression] = STATE(3564), [sym_delete_expression] = STATE(3564), [sym_requires_clause] = STATE(3564), [sym_requires_expression] = STATE(3564), [sym_lambda_expression] = STATE(3564), [sym_lambda_capture_specifier] = STATE(5176), [sym_fold_expression] = STATE(3564), [sym_parameter_pack_expansion] = STATE(3564), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5270), [sym_qualified_identifier] = STATE(3290), [sym_qualified_type_identifier] = STATE(6687), [sym_user_defined_literal] = STATE(3564), [sym_identifier] = ACTIONS(2095), [anon_sym_LPAREN2] = ACTIONS(1841), [anon_sym_BANG] = ACTIONS(1843), [anon_sym_TILDE] = ACTIONS(1843), [anon_sym_DASH] = ACTIONS(1845), [anon_sym_PLUS] = ACTIONS(1845), [anon_sym_STAR] = ACTIONS(1847), [anon_sym_AMP] = ACTIONS(1847), [anon_sym_COLON_COLON] = ACTIONS(1849), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1999), [anon_sym_not] = ACTIONS(1845), [anon_sym_compl] = ACTIONS(1845), [anon_sym_DASH_DASH] = ACTIONS(1861), [anon_sym_PLUS_PLUS] = ACTIONS(1861), [anon_sym_sizeof] = ACTIONS(1863), [anon_sym_offsetof] = ACTIONS(1865), [anon_sym__Generic] = ACTIONS(1867), [anon_sym_asm] = ACTIONS(1869), [anon_sym___asm__] = ACTIONS(1869), [sym_number_literal] = ACTIONS(1871), [anon_sym_L_SQUOTE] = ACTIONS(1873), [anon_sym_u_SQUOTE] = ACTIONS(1873), [anon_sym_U_SQUOTE] = ACTIONS(1873), [anon_sym_u8_SQUOTE] = ACTIONS(1873), [anon_sym_SQUOTE] = ACTIONS(1873), [anon_sym_L_DQUOTE] = ACTIONS(1875), [anon_sym_u_DQUOTE] = ACTIONS(1875), [anon_sym_U_DQUOTE] = ACTIONS(1875), [anon_sym_u8_DQUOTE] = ACTIONS(1875), [anon_sym_DQUOTE] = ACTIONS(1875), [sym_true] = ACTIONS(1877), [sym_false] = ACTIONS(1877), [anon_sym_NULL] = ACTIONS(1879), [anon_sym_nullptr] = ACTIONS(1879), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(1883), [anon_sym_R_DQUOTE] = ACTIONS(1885), [anon_sym_LR_DQUOTE] = ACTIONS(1885), [anon_sym_uR_DQUOTE] = ACTIONS(1885), [anon_sym_UR_DQUOTE] = ACTIONS(1885), [anon_sym_u8R_DQUOTE] = ACTIONS(1885), [anon_sym_co_await] = ACTIONS(1887), [anon_sym_new] = ACTIONS(1889), [anon_sym_requires] = ACTIONS(1891), [sym_this] = ACTIONS(1877), }, [2056] = { [sym__expression] = STATE(2978), [sym__expression_not_binary] = STATE(3025), [sym_conditional_expression] = STATE(3025), [sym_assignment_expression] = STATE(3025), [sym_pointer_expression] = STATE(3025), [sym_unary_expression] = STATE(3025), [sym_binary_expression] = STATE(3025), [sym_update_expression] = STATE(3025), [sym_cast_expression] = STATE(3025), [sym_sizeof_expression] = STATE(3025), [sym_offsetof_expression] = STATE(3025), [sym_generic_expression] = STATE(3025), [sym_subscript_expression] = STATE(3025), [sym_call_expression] = STATE(3025), [sym_gnu_asm_expression] = STATE(3025), [sym_field_expression] = STATE(3025), [sym_compound_literal_expression] = STATE(3025), [sym_parenthesized_expression] = STATE(3025), [sym_char_literal] = STATE(2884), [sym_concatenated_string] = STATE(2884), [sym_string_literal] = STATE(2162), [sym_null] = STATE(3025), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6624), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3025), [sym_raw_string_literal] = STATE(2162), [sym_co_await_expression] = STATE(3025), [sym_new_expression] = STATE(3025), [sym_delete_expression] = STATE(3025), [sym_requires_clause] = STATE(3025), [sym_requires_expression] = STATE(3025), [sym_lambda_expression] = STATE(3025), [sym_lambda_capture_specifier] = STATE(5221), [sym_fold_expression] = STATE(3025), [sym_parameter_pack_expansion] = STATE(3025), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3025), [sym_qualified_type_identifier] = STATE(6624), [sym_user_defined_literal] = STATE(3025), [sym_identifier] = ACTIONS(1933), [anon_sym_LPAREN2] = ACTIONS(1937), [anon_sym_BANG] = ACTIONS(1941), [anon_sym_TILDE] = ACTIONS(1941), [anon_sym_DASH] = ACTIONS(1939), [anon_sym_PLUS] = ACTIONS(1939), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(1945), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(1939), [anon_sym_compl] = ACTIONS(1939), [anon_sym_DASH_DASH] = ACTIONS(1953), [anon_sym_PLUS_PLUS] = ACTIONS(1953), [anon_sym_sizeof] = ACTIONS(1955), [anon_sym_offsetof] = ACTIONS(1957), [anon_sym__Generic] = ACTIONS(1959), [anon_sym_asm] = ACTIONS(1961), [anon_sym___asm__] = ACTIONS(1961), [sym_number_literal] = ACTIONS(1963), [anon_sym_L_SQUOTE] = ACTIONS(1965), [anon_sym_u_SQUOTE] = ACTIONS(1965), [anon_sym_U_SQUOTE] = ACTIONS(1965), [anon_sym_u8_SQUOTE] = ACTIONS(1965), [anon_sym_SQUOTE] = ACTIONS(1965), [anon_sym_L_DQUOTE] = ACTIONS(1967), [anon_sym_u_DQUOTE] = ACTIONS(1967), [anon_sym_U_DQUOTE] = ACTIONS(1967), [anon_sym_u8_DQUOTE] = ACTIONS(1967), [anon_sym_DQUOTE] = ACTIONS(1967), [sym_true] = ACTIONS(1969), [sym_false] = ACTIONS(1969), [anon_sym_NULL] = ACTIONS(1971), [anon_sym_nullptr] = ACTIONS(1971), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(1975), [anon_sym_R_DQUOTE] = ACTIONS(1977), [anon_sym_LR_DQUOTE] = ACTIONS(1977), [anon_sym_uR_DQUOTE] = ACTIONS(1977), [anon_sym_UR_DQUOTE] = ACTIONS(1977), [anon_sym_u8R_DQUOTE] = ACTIONS(1977), [anon_sym_co_await] = ACTIONS(1979), [anon_sym_new] = ACTIONS(1981), [anon_sym_requires] = ACTIONS(1983), [sym_this] = ACTIONS(1969), }, [2057] = { [sym__expression] = STATE(4452), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [2058] = { [sym__expression] = STATE(3476), [sym__expression_not_binary] = STATE(3025), [sym_conditional_expression] = STATE(3025), [sym_assignment_expression] = STATE(3025), [sym_pointer_expression] = STATE(3025), [sym_unary_expression] = STATE(3025), [sym_binary_expression] = STATE(3025), [sym_update_expression] = STATE(3025), [sym_cast_expression] = STATE(3025), [sym_sizeof_expression] = STATE(3025), [sym_offsetof_expression] = STATE(3025), [sym_generic_expression] = STATE(3025), [sym_subscript_expression] = STATE(3025), [sym_call_expression] = STATE(3025), [sym_gnu_asm_expression] = STATE(3025), [sym_field_expression] = STATE(3025), [sym_compound_literal_expression] = STATE(3025), [sym_parenthesized_expression] = STATE(3025), [sym_char_literal] = STATE(2884), [sym_concatenated_string] = STATE(2884), [sym_string_literal] = STATE(2162), [sym_null] = STATE(3025), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6624), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3025), [sym_raw_string_literal] = STATE(2162), [sym_co_await_expression] = STATE(3025), [sym_new_expression] = STATE(3025), [sym_delete_expression] = STATE(3025), [sym_requires_clause] = STATE(3025), [sym_requires_expression] = STATE(3025), [sym_lambda_expression] = STATE(3025), [sym_lambda_capture_specifier] = STATE(5221), [sym_fold_expression] = STATE(3025), [sym_parameter_pack_expansion] = STATE(3025), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3025), [sym_qualified_type_identifier] = STATE(6624), [sym_user_defined_literal] = STATE(3025), [sym_identifier] = ACTIONS(1933), [anon_sym_LPAREN2] = ACTIONS(2077), [anon_sym_BANG] = ACTIONS(2081), [anon_sym_TILDE] = ACTIONS(2081), [anon_sym_DASH] = ACTIONS(2079), [anon_sym_PLUS] = ACTIONS(2079), [anon_sym_STAR] = ACTIONS(3635), [anon_sym_AMP] = ACTIONS(3635), [anon_sym_COLON_COLON] = ACTIONS(2085), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(2079), [anon_sym_compl] = ACTIONS(2079), [anon_sym_DASH_DASH] = ACTIONS(2087), [anon_sym_PLUS_PLUS] = ACTIONS(2087), [anon_sym_sizeof] = ACTIONS(2089), [anon_sym_offsetof] = ACTIONS(1957), [anon_sym__Generic] = ACTIONS(1959), [anon_sym_asm] = ACTIONS(1961), [anon_sym___asm__] = ACTIONS(1961), [sym_number_literal] = ACTIONS(1963), [anon_sym_L_SQUOTE] = ACTIONS(1965), [anon_sym_u_SQUOTE] = ACTIONS(1965), [anon_sym_U_SQUOTE] = ACTIONS(1965), [anon_sym_u8_SQUOTE] = ACTIONS(1965), [anon_sym_SQUOTE] = ACTIONS(1965), [anon_sym_L_DQUOTE] = ACTIONS(1967), [anon_sym_u_DQUOTE] = ACTIONS(1967), [anon_sym_U_DQUOTE] = ACTIONS(1967), [anon_sym_u8_DQUOTE] = ACTIONS(1967), [anon_sym_DQUOTE] = ACTIONS(1967), [sym_true] = ACTIONS(1969), [sym_false] = ACTIONS(1969), [anon_sym_NULL] = ACTIONS(1971), [anon_sym_nullptr] = ACTIONS(1971), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(2091), [anon_sym_R_DQUOTE] = ACTIONS(1977), [anon_sym_LR_DQUOTE] = ACTIONS(1977), [anon_sym_uR_DQUOTE] = ACTIONS(1977), [anon_sym_UR_DQUOTE] = ACTIONS(1977), [anon_sym_u8R_DQUOTE] = ACTIONS(1977), [anon_sym_co_await] = ACTIONS(2093), [anon_sym_new] = ACTIONS(1981), [anon_sym_requires] = ACTIONS(1983), [sym_this] = ACTIONS(1969), }, [2059] = { [sym__expression] = STATE(4403), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [2060] = { [sym__expression] = STATE(4345), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [2061] = { [sym__expression] = STATE(3478), [sym__expression_not_binary] = STATE(3025), [sym_conditional_expression] = STATE(3025), [sym_assignment_expression] = STATE(3025), [sym_pointer_expression] = STATE(3025), [sym_unary_expression] = STATE(3025), [sym_binary_expression] = STATE(3025), [sym_update_expression] = STATE(3025), [sym_cast_expression] = STATE(3025), [sym_sizeof_expression] = STATE(3025), [sym_offsetof_expression] = STATE(3025), [sym_generic_expression] = STATE(3025), [sym_subscript_expression] = STATE(3025), [sym_call_expression] = STATE(3025), [sym_gnu_asm_expression] = STATE(3025), [sym_field_expression] = STATE(3025), [sym_compound_literal_expression] = STATE(3025), [sym_parenthesized_expression] = STATE(3025), [sym_char_literal] = STATE(2884), [sym_concatenated_string] = STATE(2884), [sym_string_literal] = STATE(2162), [sym_null] = STATE(3025), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6624), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3025), [sym_raw_string_literal] = STATE(2162), [sym_co_await_expression] = STATE(3025), [sym_new_expression] = STATE(3025), [sym_delete_expression] = STATE(3025), [sym_requires_clause] = STATE(3025), [sym_requires_expression] = STATE(3025), [sym_lambda_expression] = STATE(3025), [sym_lambda_capture_specifier] = STATE(5221), [sym_fold_expression] = STATE(3025), [sym_parameter_pack_expansion] = STATE(3025), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3025), [sym_qualified_type_identifier] = STATE(6624), [sym_user_defined_literal] = STATE(3025), [sym_identifier] = ACTIONS(1933), [anon_sym_LPAREN2] = ACTIONS(2077), [anon_sym_BANG] = ACTIONS(2081), [anon_sym_TILDE] = ACTIONS(2081), [anon_sym_DASH] = ACTIONS(2079), [anon_sym_PLUS] = ACTIONS(2079), [anon_sym_STAR] = ACTIONS(3635), [anon_sym_AMP] = ACTIONS(3635), [anon_sym_COLON_COLON] = ACTIONS(2085), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(2079), [anon_sym_compl] = ACTIONS(2079), [anon_sym_DASH_DASH] = ACTIONS(2087), [anon_sym_PLUS_PLUS] = ACTIONS(2087), [anon_sym_sizeof] = ACTIONS(2089), [anon_sym_offsetof] = ACTIONS(1957), [anon_sym__Generic] = ACTIONS(1959), [anon_sym_asm] = ACTIONS(1961), [anon_sym___asm__] = ACTIONS(1961), [sym_number_literal] = ACTIONS(1963), [anon_sym_L_SQUOTE] = ACTIONS(1965), [anon_sym_u_SQUOTE] = ACTIONS(1965), [anon_sym_U_SQUOTE] = ACTIONS(1965), [anon_sym_u8_SQUOTE] = ACTIONS(1965), [anon_sym_SQUOTE] = ACTIONS(1965), [anon_sym_L_DQUOTE] = ACTIONS(1967), [anon_sym_u_DQUOTE] = ACTIONS(1967), [anon_sym_U_DQUOTE] = ACTIONS(1967), [anon_sym_u8_DQUOTE] = ACTIONS(1967), [anon_sym_DQUOTE] = ACTIONS(1967), [sym_true] = ACTIONS(1969), [sym_false] = ACTIONS(1969), [anon_sym_NULL] = ACTIONS(1971), [anon_sym_nullptr] = ACTIONS(1971), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(2091), [anon_sym_R_DQUOTE] = ACTIONS(1977), [anon_sym_LR_DQUOTE] = ACTIONS(1977), [anon_sym_uR_DQUOTE] = ACTIONS(1977), [anon_sym_UR_DQUOTE] = ACTIONS(1977), [anon_sym_u8R_DQUOTE] = ACTIONS(1977), [anon_sym_co_await] = ACTIONS(2093), [anon_sym_new] = ACTIONS(1981), [anon_sym_requires] = ACTIONS(1983), [sym_this] = ACTIONS(1969), }, [2062] = { [sym__expression] = STATE(4466), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [2063] = { [sym__expression] = STATE(3170), [sym__expression_not_binary] = STATE(3295), [sym_conditional_expression] = STATE(3295), [sym_assignment_expression] = STATE(3295), [sym_pointer_expression] = STATE(3295), [sym_unary_expression] = STATE(3295), [sym_binary_expression] = STATE(3295), [sym_update_expression] = STATE(3295), [sym_cast_expression] = STATE(3295), [sym_sizeof_expression] = STATE(3295), [sym_offsetof_expression] = STATE(3295), [sym_generic_expression] = STATE(3295), [sym_subscript_expression] = STATE(3295), [sym_call_expression] = STATE(3295), [sym_gnu_asm_expression] = STATE(3295), [sym_field_expression] = STATE(3295), [sym_compound_literal_expression] = STATE(3295), [sym_parenthesized_expression] = STATE(3295), [sym_char_literal] = STATE(3192), [sym_concatenated_string] = STATE(3192), [sym_string_literal] = STATE(2207), [sym_null] = STATE(3295), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6682), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3295), [sym_raw_string_literal] = STATE(2207), [sym_co_await_expression] = STATE(3295), [sym_new_expression] = STATE(3295), [sym_delete_expression] = STATE(3295), [sym_requires_clause] = STATE(3295), [sym_requires_expression] = STATE(3295), [sym_lambda_expression] = STATE(3295), [sym_lambda_capture_specifier] = STATE(5166), [sym_fold_expression] = STATE(3295), [sym_parameter_pack_expansion] = STATE(3295), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5270), [sym_qualified_identifier] = STATE(3295), [sym_qualified_type_identifier] = STATE(6682), [sym_user_defined_literal] = STATE(3295), [sym_identifier] = ACTIONS(1985), [anon_sym_LPAREN2] = ACTIONS(1987), [anon_sym_BANG] = ACTIONS(1991), [anon_sym_TILDE] = ACTIONS(1991), [anon_sym_DASH] = ACTIONS(1989), [anon_sym_PLUS] = ACTIONS(1989), [anon_sym_STAR] = ACTIONS(1847), [anon_sym_AMP] = ACTIONS(1847), [anon_sym_COLON_COLON] = ACTIONS(1995), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1999), [anon_sym_not] = ACTIONS(1989), [anon_sym_compl] = ACTIONS(1989), [anon_sym_DASH_DASH] = ACTIONS(2001), [anon_sym_PLUS_PLUS] = ACTIONS(2001), [anon_sym_sizeof] = ACTIONS(2003), [anon_sym_offsetof] = ACTIONS(2005), [anon_sym__Generic] = ACTIONS(2007), [anon_sym_asm] = ACTIONS(2009), [anon_sym___asm__] = ACTIONS(2009), [sym_number_literal] = ACTIONS(2011), [anon_sym_L_SQUOTE] = ACTIONS(2013), [anon_sym_u_SQUOTE] = ACTIONS(2013), [anon_sym_U_SQUOTE] = ACTIONS(2013), [anon_sym_u8_SQUOTE] = ACTIONS(2013), [anon_sym_SQUOTE] = ACTIONS(2013), [anon_sym_L_DQUOTE] = ACTIONS(2015), [anon_sym_u_DQUOTE] = ACTIONS(2015), [anon_sym_U_DQUOTE] = ACTIONS(2015), [anon_sym_u8_DQUOTE] = ACTIONS(2015), [anon_sym_DQUOTE] = ACTIONS(2015), [sym_true] = ACTIONS(2017), [sym_false] = ACTIONS(2017), [anon_sym_NULL] = ACTIONS(2019), [anon_sym_nullptr] = ACTIONS(2019), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(2021), [anon_sym_R_DQUOTE] = ACTIONS(2023), [anon_sym_LR_DQUOTE] = ACTIONS(2023), [anon_sym_uR_DQUOTE] = ACTIONS(2023), [anon_sym_UR_DQUOTE] = ACTIONS(2023), [anon_sym_u8R_DQUOTE] = ACTIONS(2023), [anon_sym_co_await] = ACTIONS(2025), [anon_sym_new] = ACTIONS(2027), [anon_sym_requires] = ACTIONS(2029), [sym_this] = ACTIONS(2017), }, [2064] = { [sym__expression] = STATE(4318), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [2065] = { [sym__expression] = STATE(4499), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3552), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3552), [sym_call_expression] = STATE(3552), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3552), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3552), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3552), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3627), [anon_sym_LPAREN2] = ACTIONS(3629), [anon_sym_BANG] = ACTIONS(3633), [anon_sym_TILDE] = ACTIONS(3633), [anon_sym_DASH] = ACTIONS(3631), [anon_sym_PLUS] = ACTIONS(3631), [anon_sym_STAR] = ACTIONS(3635), [anon_sym_AMP] = ACTIONS(3635), [anon_sym_COLON_COLON] = ACTIONS(3637), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(3631), [anon_sym_compl] = ACTIONS(3631), [anon_sym_DASH_DASH] = ACTIONS(3639), [anon_sym_PLUS_PLUS] = ACTIONS(3639), [anon_sym_sizeof] = ACTIONS(3641), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(3643), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(3645), [anon_sym_new] = ACTIONS(3625), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [2066] = { [sym__expression] = STATE(3174), [sym__expression_not_binary] = STATE(3295), [sym_conditional_expression] = STATE(3295), [sym_assignment_expression] = STATE(3295), [sym_pointer_expression] = STATE(3295), [sym_unary_expression] = STATE(3295), [sym_binary_expression] = STATE(3295), [sym_update_expression] = STATE(3295), [sym_cast_expression] = STATE(3295), [sym_sizeof_expression] = STATE(3295), [sym_offsetof_expression] = STATE(3295), [sym_generic_expression] = STATE(3295), [sym_subscript_expression] = STATE(3295), [sym_call_expression] = STATE(3295), [sym_gnu_asm_expression] = STATE(3295), [sym_field_expression] = STATE(3295), [sym_compound_literal_expression] = STATE(3295), [sym_parenthesized_expression] = STATE(3295), [sym_char_literal] = STATE(3192), [sym_concatenated_string] = STATE(3192), [sym_string_literal] = STATE(2207), [sym_null] = STATE(3295), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6682), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3295), [sym_raw_string_literal] = STATE(2207), [sym_co_await_expression] = STATE(3295), [sym_new_expression] = STATE(3295), [sym_delete_expression] = STATE(3295), [sym_requires_clause] = STATE(3295), [sym_requires_expression] = STATE(3295), [sym_lambda_expression] = STATE(3295), [sym_lambda_capture_specifier] = STATE(5166), [sym_fold_expression] = STATE(3295), [sym_parameter_pack_expansion] = STATE(3295), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5270), [sym_qualified_identifier] = STATE(3295), [sym_qualified_type_identifier] = STATE(6682), [sym_user_defined_literal] = STATE(3295), [sym_identifier] = ACTIONS(1985), [anon_sym_LPAREN2] = ACTIONS(1987), [anon_sym_BANG] = ACTIONS(1991), [anon_sym_TILDE] = ACTIONS(1991), [anon_sym_DASH] = ACTIONS(1989), [anon_sym_PLUS] = ACTIONS(1989), [anon_sym_STAR] = ACTIONS(1847), [anon_sym_AMP] = ACTIONS(1847), [anon_sym_COLON_COLON] = ACTIONS(1995), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1999), [anon_sym_not] = ACTIONS(1989), [anon_sym_compl] = ACTIONS(1989), [anon_sym_DASH_DASH] = ACTIONS(2001), [anon_sym_PLUS_PLUS] = ACTIONS(2001), [anon_sym_sizeof] = ACTIONS(2003), [anon_sym_offsetof] = ACTIONS(2005), [anon_sym__Generic] = ACTIONS(2007), [anon_sym_asm] = ACTIONS(2009), [anon_sym___asm__] = ACTIONS(2009), [sym_number_literal] = ACTIONS(2011), [anon_sym_L_SQUOTE] = ACTIONS(2013), [anon_sym_u_SQUOTE] = ACTIONS(2013), [anon_sym_U_SQUOTE] = ACTIONS(2013), [anon_sym_u8_SQUOTE] = ACTIONS(2013), [anon_sym_SQUOTE] = ACTIONS(2013), [anon_sym_L_DQUOTE] = ACTIONS(2015), [anon_sym_u_DQUOTE] = ACTIONS(2015), [anon_sym_U_DQUOTE] = ACTIONS(2015), [anon_sym_u8_DQUOTE] = ACTIONS(2015), [anon_sym_DQUOTE] = ACTIONS(2015), [sym_true] = ACTIONS(2017), [sym_false] = ACTIONS(2017), [anon_sym_NULL] = ACTIONS(2019), [anon_sym_nullptr] = ACTIONS(2019), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(2021), [anon_sym_R_DQUOTE] = ACTIONS(2023), [anon_sym_LR_DQUOTE] = ACTIONS(2023), [anon_sym_uR_DQUOTE] = ACTIONS(2023), [anon_sym_UR_DQUOTE] = ACTIONS(2023), [anon_sym_u8R_DQUOTE] = ACTIONS(2023), [anon_sym_co_await] = ACTIONS(2025), [anon_sym_new] = ACTIONS(2027), [anon_sym_requires] = ACTIONS(2029), [sym_this] = ACTIONS(2017), }, [2067] = { [sym__expression] = STATE(4084), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [2068] = { [sym__expression] = STATE(3482), [sym__expression_not_binary] = STATE(3025), [sym_conditional_expression] = STATE(3025), [sym_assignment_expression] = STATE(3025), [sym_pointer_expression] = STATE(3025), [sym_unary_expression] = STATE(3025), [sym_binary_expression] = STATE(3025), [sym_update_expression] = STATE(3025), [sym_cast_expression] = STATE(3025), [sym_sizeof_expression] = STATE(3025), [sym_offsetof_expression] = STATE(3025), [sym_generic_expression] = STATE(3025), [sym_subscript_expression] = STATE(3025), [sym_call_expression] = STATE(3025), [sym_gnu_asm_expression] = STATE(3025), [sym_field_expression] = STATE(3025), [sym_compound_literal_expression] = STATE(3025), [sym_parenthesized_expression] = STATE(3025), [sym_char_literal] = STATE(2884), [sym_concatenated_string] = STATE(2884), [sym_string_literal] = STATE(2162), [sym_null] = STATE(3025), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6624), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3025), [sym_raw_string_literal] = STATE(2162), [sym_co_await_expression] = STATE(3025), [sym_new_expression] = STATE(3025), [sym_delete_expression] = STATE(3025), [sym_requires_clause] = STATE(3025), [sym_requires_expression] = STATE(3025), [sym_lambda_expression] = STATE(3025), [sym_lambda_capture_specifier] = STATE(5221), [sym_fold_expression] = STATE(3025), [sym_parameter_pack_expansion] = STATE(3025), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3025), [sym_qualified_type_identifier] = STATE(6624), [sym_user_defined_literal] = STATE(3025), [sym_identifier] = ACTIONS(1933), [anon_sym_LPAREN2] = ACTIONS(2077), [anon_sym_BANG] = ACTIONS(2081), [anon_sym_TILDE] = ACTIONS(2081), [anon_sym_DASH] = ACTIONS(2079), [anon_sym_PLUS] = ACTIONS(2079), [anon_sym_STAR] = ACTIONS(3635), [anon_sym_AMP] = ACTIONS(3635), [anon_sym_COLON_COLON] = ACTIONS(2085), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(2079), [anon_sym_compl] = ACTIONS(2079), [anon_sym_DASH_DASH] = ACTIONS(2087), [anon_sym_PLUS_PLUS] = ACTIONS(2087), [anon_sym_sizeof] = ACTIONS(2089), [anon_sym_offsetof] = ACTIONS(1957), [anon_sym__Generic] = ACTIONS(1959), [anon_sym_asm] = ACTIONS(1961), [anon_sym___asm__] = ACTIONS(1961), [sym_number_literal] = ACTIONS(1963), [anon_sym_L_SQUOTE] = ACTIONS(1965), [anon_sym_u_SQUOTE] = ACTIONS(1965), [anon_sym_U_SQUOTE] = ACTIONS(1965), [anon_sym_u8_SQUOTE] = ACTIONS(1965), [anon_sym_SQUOTE] = ACTIONS(1965), [anon_sym_L_DQUOTE] = ACTIONS(1967), [anon_sym_u_DQUOTE] = ACTIONS(1967), [anon_sym_U_DQUOTE] = ACTIONS(1967), [anon_sym_u8_DQUOTE] = ACTIONS(1967), [anon_sym_DQUOTE] = ACTIONS(1967), [sym_true] = ACTIONS(1969), [sym_false] = ACTIONS(1969), [anon_sym_NULL] = ACTIONS(1971), [anon_sym_nullptr] = ACTIONS(1971), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(2091), [anon_sym_R_DQUOTE] = ACTIONS(1977), [anon_sym_LR_DQUOTE] = ACTIONS(1977), [anon_sym_uR_DQUOTE] = ACTIONS(1977), [anon_sym_UR_DQUOTE] = ACTIONS(1977), [anon_sym_u8R_DQUOTE] = ACTIONS(1977), [anon_sym_co_await] = ACTIONS(2093), [anon_sym_new] = ACTIONS(1981), [anon_sym_requires] = ACTIONS(1983), [sym_this] = ACTIONS(1969), }, [2069] = { [sym__expression] = STATE(4219), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [2070] = { [sym__expression] = STATE(3183), [sym__expression_not_binary] = STATE(3295), [sym_conditional_expression] = STATE(3295), [sym_assignment_expression] = STATE(3295), [sym_pointer_expression] = STATE(3295), [sym_unary_expression] = STATE(3295), [sym_binary_expression] = STATE(3295), [sym_update_expression] = STATE(3295), [sym_cast_expression] = STATE(3295), [sym_sizeof_expression] = STATE(3295), [sym_offsetof_expression] = STATE(3295), [sym_generic_expression] = STATE(3295), [sym_subscript_expression] = STATE(3295), [sym_call_expression] = STATE(3295), [sym_gnu_asm_expression] = STATE(3295), [sym_field_expression] = STATE(3295), [sym_compound_literal_expression] = STATE(3295), [sym_parenthesized_expression] = STATE(3295), [sym_char_literal] = STATE(3192), [sym_concatenated_string] = STATE(3192), [sym_string_literal] = STATE(2207), [sym_null] = STATE(3295), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6682), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3295), [sym_raw_string_literal] = STATE(2207), [sym_co_await_expression] = STATE(3295), [sym_new_expression] = STATE(3295), [sym_delete_expression] = STATE(3295), [sym_requires_clause] = STATE(3295), [sym_requires_expression] = STATE(3295), [sym_lambda_expression] = STATE(3295), [sym_lambda_capture_specifier] = STATE(5166), [sym_fold_expression] = STATE(3295), [sym_parameter_pack_expansion] = STATE(3295), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5270), [sym_qualified_identifier] = STATE(3295), [sym_qualified_type_identifier] = STATE(6682), [sym_user_defined_literal] = STATE(3295), [sym_identifier] = ACTIONS(1985), [anon_sym_LPAREN2] = ACTIONS(1987), [anon_sym_BANG] = ACTIONS(1991), [anon_sym_TILDE] = ACTIONS(1991), [anon_sym_DASH] = ACTIONS(1989), [anon_sym_PLUS] = ACTIONS(1989), [anon_sym_STAR] = ACTIONS(1847), [anon_sym_AMP] = ACTIONS(1847), [anon_sym_COLON_COLON] = ACTIONS(1995), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1999), [anon_sym_not] = ACTIONS(1989), [anon_sym_compl] = ACTIONS(1989), [anon_sym_DASH_DASH] = ACTIONS(2001), [anon_sym_PLUS_PLUS] = ACTIONS(2001), [anon_sym_sizeof] = ACTIONS(2003), [anon_sym_offsetof] = ACTIONS(2005), [anon_sym__Generic] = ACTIONS(2007), [anon_sym_asm] = ACTIONS(2009), [anon_sym___asm__] = ACTIONS(2009), [sym_number_literal] = ACTIONS(2011), [anon_sym_L_SQUOTE] = ACTIONS(2013), [anon_sym_u_SQUOTE] = ACTIONS(2013), [anon_sym_U_SQUOTE] = ACTIONS(2013), [anon_sym_u8_SQUOTE] = ACTIONS(2013), [anon_sym_SQUOTE] = ACTIONS(2013), [anon_sym_L_DQUOTE] = ACTIONS(2015), [anon_sym_u_DQUOTE] = ACTIONS(2015), [anon_sym_U_DQUOTE] = ACTIONS(2015), [anon_sym_u8_DQUOTE] = ACTIONS(2015), [anon_sym_DQUOTE] = ACTIONS(2015), [sym_true] = ACTIONS(2017), [sym_false] = ACTIONS(2017), [anon_sym_NULL] = ACTIONS(2019), [anon_sym_nullptr] = ACTIONS(2019), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(2021), [anon_sym_R_DQUOTE] = ACTIONS(2023), [anon_sym_LR_DQUOTE] = ACTIONS(2023), [anon_sym_uR_DQUOTE] = ACTIONS(2023), [anon_sym_UR_DQUOTE] = ACTIONS(2023), [anon_sym_u8R_DQUOTE] = ACTIONS(2023), [anon_sym_co_await] = ACTIONS(2025), [anon_sym_new] = ACTIONS(2027), [anon_sym_requires] = ACTIONS(2029), [sym_this] = ACTIONS(2017), }, [2071] = { [sym__expression] = STATE(3178), [sym__expression_not_binary] = STATE(3295), [sym_conditional_expression] = STATE(3295), [sym_assignment_expression] = STATE(3295), [sym_pointer_expression] = STATE(3295), [sym_unary_expression] = STATE(3295), [sym_binary_expression] = STATE(3295), [sym_update_expression] = STATE(3295), [sym_cast_expression] = STATE(3295), [sym_sizeof_expression] = STATE(3295), [sym_offsetof_expression] = STATE(3295), [sym_generic_expression] = STATE(3295), [sym_subscript_expression] = STATE(3295), [sym_call_expression] = STATE(3295), [sym_gnu_asm_expression] = STATE(3295), [sym_field_expression] = STATE(3295), [sym_compound_literal_expression] = STATE(3295), [sym_parenthesized_expression] = STATE(3295), [sym_char_literal] = STATE(3192), [sym_concatenated_string] = STATE(3192), [sym_string_literal] = STATE(2207), [sym_null] = STATE(3295), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6682), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3295), [sym_raw_string_literal] = STATE(2207), [sym_co_await_expression] = STATE(3295), [sym_new_expression] = STATE(3295), [sym_delete_expression] = STATE(3295), [sym_requires_clause] = STATE(3295), [sym_requires_expression] = STATE(3295), [sym_lambda_expression] = STATE(3295), [sym_lambda_capture_specifier] = STATE(5166), [sym_fold_expression] = STATE(3295), [sym_parameter_pack_expansion] = STATE(3295), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5270), [sym_qualified_identifier] = STATE(3295), [sym_qualified_type_identifier] = STATE(6682), [sym_user_defined_literal] = STATE(3295), [sym_identifier] = ACTIONS(1985), [anon_sym_LPAREN2] = ACTIONS(1987), [anon_sym_BANG] = ACTIONS(1991), [anon_sym_TILDE] = ACTIONS(1991), [anon_sym_DASH] = ACTIONS(1989), [anon_sym_PLUS] = ACTIONS(1989), [anon_sym_STAR] = ACTIONS(1847), [anon_sym_AMP] = ACTIONS(1847), [anon_sym_COLON_COLON] = ACTIONS(1995), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1999), [anon_sym_not] = ACTIONS(1989), [anon_sym_compl] = ACTIONS(1989), [anon_sym_DASH_DASH] = ACTIONS(2001), [anon_sym_PLUS_PLUS] = ACTIONS(2001), [anon_sym_sizeof] = ACTIONS(2003), [anon_sym_offsetof] = ACTIONS(2005), [anon_sym__Generic] = ACTIONS(2007), [anon_sym_asm] = ACTIONS(2009), [anon_sym___asm__] = ACTIONS(2009), [sym_number_literal] = ACTIONS(2011), [anon_sym_L_SQUOTE] = ACTIONS(2013), [anon_sym_u_SQUOTE] = ACTIONS(2013), [anon_sym_U_SQUOTE] = ACTIONS(2013), [anon_sym_u8_SQUOTE] = ACTIONS(2013), [anon_sym_SQUOTE] = ACTIONS(2013), [anon_sym_L_DQUOTE] = ACTIONS(2015), [anon_sym_u_DQUOTE] = ACTIONS(2015), [anon_sym_U_DQUOTE] = ACTIONS(2015), [anon_sym_u8_DQUOTE] = ACTIONS(2015), [anon_sym_DQUOTE] = ACTIONS(2015), [sym_true] = ACTIONS(2017), [sym_false] = ACTIONS(2017), [anon_sym_NULL] = ACTIONS(2019), [anon_sym_nullptr] = ACTIONS(2019), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(2021), [anon_sym_R_DQUOTE] = ACTIONS(2023), [anon_sym_LR_DQUOTE] = ACTIONS(2023), [anon_sym_uR_DQUOTE] = ACTIONS(2023), [anon_sym_UR_DQUOTE] = ACTIONS(2023), [anon_sym_u8R_DQUOTE] = ACTIONS(2023), [anon_sym_co_await] = ACTIONS(2025), [anon_sym_new] = ACTIONS(2027), [anon_sym_requires] = ACTIONS(2029), [sym_this] = ACTIONS(2017), }, [2072] = { [sym__expression] = STATE(3386), [sym__expression_not_binary] = STATE(3419), [sym_conditional_expression] = STATE(3419), [sym_assignment_expression] = STATE(3419), [sym_pointer_expression] = STATE(3419), [sym_unary_expression] = STATE(3419), [sym_binary_expression] = STATE(3419), [sym_update_expression] = STATE(3419), [sym_cast_expression] = STATE(3419), [sym_sizeof_expression] = STATE(3419), [sym_offsetof_expression] = STATE(3419), [sym_generic_expression] = STATE(3419), [sym_subscript_expression] = STATE(3419), [sym_call_expression] = STATE(3419), [sym_gnu_asm_expression] = STATE(3419), [sym_field_expression] = STATE(3419), [sym_compound_literal_expression] = STATE(3419), [sym_parenthesized_expression] = STATE(3419), [sym_char_literal] = STATE(3398), [sym_concatenated_string] = STATE(3398), [sym_string_literal] = STATE(2277), [sym_null] = STATE(3419), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6607), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3419), [sym_raw_string_literal] = STATE(2277), [sym_co_await_expression] = STATE(3419), [sym_new_expression] = STATE(3419), [sym_delete_expression] = STATE(3419), [sym_requires_clause] = STATE(3419), [sym_requires_expression] = STATE(3419), [sym_lambda_expression] = STATE(3419), [sym_lambda_capture_specifier] = STATE(5189), [sym_fold_expression] = STATE(3419), [sym_parameter_pack_expansion] = STATE(3419), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5301), [sym_qualified_identifier] = STATE(3419), [sym_qualified_type_identifier] = STATE(6607), [sym_user_defined_literal] = STATE(3419), [sym_identifier] = ACTIONS(2031), [anon_sym_LPAREN2] = ACTIONS(2033), [anon_sym_BANG] = ACTIONS(2037), [anon_sym_TILDE] = ACTIONS(2037), [anon_sym_DASH] = ACTIONS(2035), [anon_sym_PLUS] = ACTIONS(2035), [anon_sym_STAR] = ACTIONS(2624), [anon_sym_AMP] = ACTIONS(2624), [anon_sym_COLON_COLON] = ACTIONS(2041), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(2045), [anon_sym_not] = ACTIONS(2035), [anon_sym_compl] = ACTIONS(2035), [anon_sym_DASH_DASH] = ACTIONS(2047), [anon_sym_PLUS_PLUS] = ACTIONS(2047), [anon_sym_sizeof] = ACTIONS(2049), [anon_sym_offsetof] = ACTIONS(2051), [anon_sym__Generic] = ACTIONS(2053), [anon_sym_asm] = ACTIONS(2055), [anon_sym___asm__] = ACTIONS(2055), [sym_number_literal] = ACTIONS(2057), [anon_sym_L_SQUOTE] = ACTIONS(2059), [anon_sym_u_SQUOTE] = ACTIONS(2059), [anon_sym_U_SQUOTE] = ACTIONS(2059), [anon_sym_u8_SQUOTE] = ACTIONS(2059), [anon_sym_SQUOTE] = ACTIONS(2059), [anon_sym_L_DQUOTE] = ACTIONS(2061), [anon_sym_u_DQUOTE] = ACTIONS(2061), [anon_sym_U_DQUOTE] = ACTIONS(2061), [anon_sym_u8_DQUOTE] = ACTIONS(2061), [anon_sym_DQUOTE] = ACTIONS(2061), [sym_true] = ACTIONS(2063), [sym_false] = ACTIONS(2063), [anon_sym_NULL] = ACTIONS(2065), [anon_sym_nullptr] = ACTIONS(2065), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(2067), [anon_sym_R_DQUOTE] = ACTIONS(2069), [anon_sym_LR_DQUOTE] = ACTIONS(2069), [anon_sym_uR_DQUOTE] = ACTIONS(2069), [anon_sym_UR_DQUOTE] = ACTIONS(2069), [anon_sym_u8R_DQUOTE] = ACTIONS(2069), [anon_sym_co_await] = ACTIONS(2071), [anon_sym_new] = ACTIONS(2073), [anon_sym_requires] = ACTIONS(2075), [sym_this] = ACTIONS(2063), }, [2073] = { [sym__expression] = STATE(4350), [sym__expression_not_binary] = STATE(3925), [sym_conditional_expression] = STATE(3925), [sym_assignment_expression] = STATE(3925), [sym_pointer_expression] = STATE(3353), [sym_unary_expression] = STATE(3925), [sym_binary_expression] = STATE(3925), [sym_update_expression] = STATE(3925), [sym_cast_expression] = STATE(3925), [sym_sizeof_expression] = STATE(3925), [sym_offsetof_expression] = STATE(3925), [sym_generic_expression] = STATE(3925), [sym_subscript_expression] = STATE(3353), [sym_call_expression] = STATE(3353), [sym_gnu_asm_expression] = STATE(3925), [sym_field_expression] = STATE(3353), [sym_compound_literal_expression] = STATE(3925), [sym_parenthesized_expression] = STATE(3353), [sym_char_literal] = STATE(3878), [sym_concatenated_string] = STATE(3878), [sym_string_literal] = STATE(2987), [sym_null] = STATE(3925), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6738), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3925), [sym_raw_string_literal] = STATE(2987), [sym_co_await_expression] = STATE(3925), [sym_new_expression] = STATE(3925), [sym_delete_expression] = STATE(3925), [sym_requires_clause] = STATE(3925), [sym_requires_expression] = STATE(3925), [sym_lambda_expression] = STATE(3925), [sym_lambda_capture_specifier] = STATE(5173), [sym_fold_expression] = STATE(3925), [sym_parameter_pack_expansion] = STATE(3925), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5305), [sym_qualified_identifier] = STATE(3353), [sym_qualified_type_identifier] = STATE(6738), [sym_user_defined_literal] = STATE(3925), [sym_identifier] = ACTIONS(3533), [anon_sym_LPAREN2] = ACTIONS(1317), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(39), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1951), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), [anon_sym_offsetof] = ACTIONS(97), [anon_sym__Generic] = ACTIONS(99), [anon_sym_asm] = ACTIONS(101), [anon_sym___asm__] = ACTIONS(101), [sym_number_literal] = ACTIONS(103), [anon_sym_L_SQUOTE] = ACTIONS(105), [anon_sym_u_SQUOTE] = ACTIONS(105), [anon_sym_U_SQUOTE] = ACTIONS(105), [anon_sym_u8_SQUOTE] = ACTIONS(105), [anon_sym_SQUOTE] = ACTIONS(105), [anon_sym_L_DQUOTE] = ACTIONS(107), [anon_sym_u_DQUOTE] = ACTIONS(107), [anon_sym_U_DQUOTE] = ACTIONS(107), [anon_sym_u8_DQUOTE] = ACTIONS(107), [anon_sym_DQUOTE] = ACTIONS(107), [sym_true] = ACTIONS(205), [sym_false] = ACTIONS(205), [anon_sym_NULL] = ACTIONS(111), [anon_sym_nullptr] = ACTIONS(111), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(129), [anon_sym_R_DQUOTE] = ACTIONS(145), [anon_sym_LR_DQUOTE] = ACTIONS(145), [anon_sym_uR_DQUOTE] = ACTIONS(145), [anon_sym_UR_DQUOTE] = ACTIONS(145), [anon_sym_u8R_DQUOTE] = ACTIONS(145), [anon_sym_co_await] = ACTIONS(147), [anon_sym_new] = ACTIONS(149), [anon_sym_requires] = ACTIONS(151), [sym_this] = ACTIONS(205), }, [2074] = { [sym__expression] = STATE(3182), [sym__expression_not_binary] = STATE(3295), [sym_conditional_expression] = STATE(3295), [sym_assignment_expression] = STATE(3295), [sym_pointer_expression] = STATE(3295), [sym_unary_expression] = STATE(3295), [sym_binary_expression] = STATE(3295), [sym_update_expression] = STATE(3295), [sym_cast_expression] = STATE(3295), [sym_sizeof_expression] = STATE(3295), [sym_offsetof_expression] = STATE(3295), [sym_generic_expression] = STATE(3295), [sym_subscript_expression] = STATE(3295), [sym_call_expression] = STATE(3295), [sym_gnu_asm_expression] = STATE(3295), [sym_field_expression] = STATE(3295), [sym_compound_literal_expression] = STATE(3295), [sym_parenthesized_expression] = STATE(3295), [sym_char_literal] = STATE(3192), [sym_concatenated_string] = STATE(3192), [sym_string_literal] = STATE(2207), [sym_null] = STATE(3295), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6682), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3295), [sym_raw_string_literal] = STATE(2207), [sym_co_await_expression] = STATE(3295), [sym_new_expression] = STATE(3295), [sym_delete_expression] = STATE(3295), [sym_requires_clause] = STATE(3295), [sym_requires_expression] = STATE(3295), [sym_lambda_expression] = STATE(3295), [sym_lambda_capture_specifier] = STATE(5166), [sym_fold_expression] = STATE(3295), [sym_parameter_pack_expansion] = STATE(3295), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5270), [sym_qualified_identifier] = STATE(3295), [sym_qualified_type_identifier] = STATE(6682), [sym_user_defined_literal] = STATE(3295), [sym_identifier] = ACTIONS(1985), [anon_sym_LPAREN2] = ACTIONS(1987), [anon_sym_BANG] = ACTIONS(1991), [anon_sym_TILDE] = ACTIONS(1991), [anon_sym_DASH] = ACTIONS(1989), [anon_sym_PLUS] = ACTIONS(1989), [anon_sym_STAR] = ACTIONS(1847), [anon_sym_AMP] = ACTIONS(1847), [anon_sym_COLON_COLON] = ACTIONS(1995), [anon_sym_LBRACK] = ACTIONS(1949), [sym_primitive_type] = ACTIONS(1999), [anon_sym_not] = ACTIONS(1989), [anon_sym_compl] = ACTIONS(1989), [anon_sym_DASH_DASH] = ACTIONS(2001), [anon_sym_PLUS_PLUS] = ACTIONS(2001), [anon_sym_sizeof] = ACTIONS(2003), [anon_sym_offsetof] = ACTIONS(2005), [anon_sym__Generic] = ACTIONS(2007), [anon_sym_asm] = ACTIONS(2009), [anon_sym___asm__] = ACTIONS(2009), [sym_number_literal] = ACTIONS(2011), [anon_sym_L_SQUOTE] = ACTIONS(2013), [anon_sym_u_SQUOTE] = ACTIONS(2013), [anon_sym_U_SQUOTE] = ACTIONS(2013), [anon_sym_u8_SQUOTE] = ACTIONS(2013), [anon_sym_SQUOTE] = ACTIONS(2013), [anon_sym_L_DQUOTE] = ACTIONS(2015), [anon_sym_u_DQUOTE] = ACTIONS(2015), [anon_sym_U_DQUOTE] = ACTIONS(2015), [anon_sym_u8_DQUOTE] = ACTIONS(2015), [anon_sym_DQUOTE] = ACTIONS(2015), [sym_true] = ACTIONS(2017), [sym_false] = ACTIONS(2017), [anon_sym_NULL] = ACTIONS(2019), [anon_sym_nullptr] = ACTIONS(2019), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(2021), [anon_sym_R_DQUOTE] = ACTIONS(2023), [anon_sym_LR_DQUOTE] = ACTIONS(2023), [anon_sym_uR_DQUOTE] = ACTIONS(2023), [anon_sym_UR_DQUOTE] = ACTIONS(2023), [anon_sym_u8R_DQUOTE] = ACTIONS(2023), [anon_sym_co_await] = ACTIONS(2025), [anon_sym_new] = ACTIONS(2027), [anon_sym_requires] = ACTIONS(2029), [sym_this] = ACTIONS(2017), }, [2075] = { [sym__expression] = STATE(3388), [sym__expression_not_binary] = STATE(3419), [sym_conditional_expression] = STATE(3419), [sym_assignment_expression] = STATE(3419), [sym_pointer_expression] = STATE(3419), [sym_unary_expression] = STATE(3419), [sym_binary_expression] = STATE(3419), [sym_update_expression] = STATE(3419), [sym_cast_expression] = STATE(3419), [sym_sizeof_expression] = STATE(3419), [sym_offsetof_expression] = STATE(3419), [sym_generic_expression] = STATE(3419), [sym_subscript_expression] = STATE(3419), [sym_call_expression] = STATE(3419), [sym_gnu_asm_expression] = STATE(3419), [sym_field_expression] = STATE(3419), [sym_compound_literal_expression] = STATE(3419), [sym_parenthesized_expression] = STATE(3419), [sym_char_literal] = STATE(3398), [sym_concatenated_string] = STATE(3398), [sym_string_literal] = STATE(2277), [sym_null] = STATE(3419), [sym_decltype] = STATE(7572), [sym__class_name] = STATE(6607), [sym_template_type] = STATE(3582), [sym_template_function] = STATE(3419), [sym_raw_string_literal] = STATE(2277), [sym_co_await_expression] = STATE(3419), [sym_new_expression] = STATE(3419), [sym_delete_expression] = STATE(3419), [sym_requires_clause] = STATE(3419), [sym_requires_expression] = STATE(3419), [sym_lambda_expression] = STATE(3419), [sym_lambda_capture_specifier] = STATE(5189), [sym_fold_expression] = STATE(3419), [sym_parameter_pack_expansion] = STATE(3419), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5301), [sym_qualified_identifier] = STATE(3419), [sym_qualified_type_identifier] = STATE(6607), [sym_user_defined_literal] = STATE(3419), [sym_identifier] = ACTIONS(2031), [anon_sym_LPAREN2] = ACTIONS(2033), [anon_sym_BANG] = ACTIONS(2037), [anon_sym_TILDE] = ACTIONS(2037), [anon_sym_DASH] = ACTIONS(2035), [anon_sym_PLUS] = ACTIONS(2035), [anon_sym_STAR] = ACTIONS(2624), [anon_sym_AMP] = ACTIONS(2624), [anon_sym_COLON_COLON] = ACTIONS(2041), [anon_sym_LBRACK] = ACTIONS(4439), [sym_primitive_type] = ACTIONS(2045), [anon_sym_not] = ACTIONS(2035), [anon_sym_compl] = ACTIONS(2035), [anon_sym_DASH_DASH] = ACTIONS(2047), [anon_sym_PLUS_PLUS] = ACTIONS(2047), [anon_sym_sizeof] = ACTIONS(2049), [anon_sym_offsetof] = ACTIONS(2051), [anon_sym__Generic] = ACTIONS(2053), [anon_sym_asm] = ACTIONS(2055), [anon_sym___asm__] = ACTIONS(2055), [sym_number_literal] = ACTIONS(2057), [anon_sym_L_SQUOTE] = ACTIONS(2059), [anon_sym_u_SQUOTE] = ACTIONS(2059), [anon_sym_U_SQUOTE] = ACTIONS(2059), [anon_sym_u8_SQUOTE] = ACTIONS(2059), [anon_sym_SQUOTE] = ACTIONS(2059), [anon_sym_L_DQUOTE] = ACTIONS(2061), [anon_sym_u_DQUOTE] = ACTIONS(2061), [anon_sym_U_DQUOTE] = ACTIONS(2061), [anon_sym_u8_DQUOTE] = ACTIONS(2061), [anon_sym_DQUOTE] = ACTIONS(2061), [sym_true] = ACTIONS(2063), [sym_false] = ACTIONS(2063), [anon_sym_NULL] = ACTIONS(2065), [anon_sym_nullptr] = ACTIONS(2065), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1973), [anon_sym_template] = ACTIONS(1329), [anon_sym_delete] = ACTIONS(2067), [anon_sym_R_DQUOTE] = ACTIONS(2069), [anon_sym_LR_DQUOTE] = ACTIONS(2069), [anon_sym_uR_DQUOTE] = ACTIONS(2069), [anon_sym_UR_DQUOTE] = ACTIONS(2069), [anon_sym_u8R_DQUOTE] = ACTIONS(2069), [anon_sym_co_await] = ACTIONS(2071), [anon_sym_new] = ACTIONS(2073), [anon_sym_requires] = ACTIONS(2075), [sym_this] = ACTIONS(2063), }, [2076] = { [sym__declaration_modifiers] = STATE(2582), [sym__declaration_specifiers] = STATE(4704), [sym_attribute_specifier] = STATE(2582), [sym_attribute_declaration] = STATE(2582), [sym_ms_declspec_modifier] = STATE(2582), [sym_ms_based_modifier] = STATE(7599), [sym__declarator] = STATE(5860), [sym_parenthesized_declarator] = STATE(5671), [sym_attributed_declarator] = STATE(5671), [sym_pointer_declarator] = STATE(5671), [sym_function_declarator] = STATE(5671), [sym_array_declarator] = STATE(5671), [sym_storage_class_specifier] = STATE(2582), [sym_type_qualifier] = STATE(2582), [sym__type_specifier] = STATE(3628), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym_virtual] = STATE(2582), [sym_dependent_type] = STATE(3695), [sym_template_parameter_list] = STATE(1377), [sym_reference_declarator] = STATE(5671), [sym_structured_binding_declarator] = STATE(5671), [sym_template_type] = STATE(4543), [sym_template_function] = STATE(5671), [sym_destructor_name] = STATE(5671), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5290), [sym_qualified_identifier] = STATE(5671), [sym_qualified_type_identifier] = STATE(3938), [sym_operator_name] = STATE(5671), [aux_sym__declaration_specifiers_repeat1] = STATE(2582), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [sym_identifier] = ACTIONS(4441), [anon_sym_LPAREN2] = ACTIONS(2560), [anon_sym_TILDE] = ACTIONS(2562), [anon_sym_STAR] = ACTIONS(2564), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(2566), [anon_sym_LT] = ACTIONS(4443), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(4445), [anon_sym_LBRACK_LBRACK] = ACTIONS(1813), [anon_sym___declspec] = ACTIONS(43), [anon_sym___based] = ACTIONS(45), [anon_sym_signed] = ACTIONS(51), [anon_sym_unsigned] = ACTIONS(51), [anon_sym_long] = ACTIONS(51), [anon_sym_short] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(2574), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(3661), [anon_sym_enum] = ACTIONS(63), [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), [anon_sym_union] = ACTIONS(69), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(113), [anon_sym_decltype] = ACTIONS(115), [anon_sym_virtual] = ACTIONS(117), [anon_sym_typename] = ACTIONS(121), [anon_sym_template] = ACTIONS(1329), [anon_sym_operator] = ACTIONS(1931), }, [2077] = { [sym__declaration_modifiers] = STATE(2582), [sym__declaration_specifiers] = STATE(4746), [sym_attribute_specifier] = STATE(2582), [sym_attribute_declaration] = STATE(2582), [sym_ms_declspec_modifier] = STATE(2582), [sym_ms_based_modifier] = STATE(7599), [sym__declarator] = STATE(5873), [sym_parenthesized_declarator] = STATE(5671), [sym_attributed_declarator] = STATE(5671), [sym_pointer_declarator] = STATE(5671), [sym_function_declarator] = STATE(5671), [sym_array_declarator] = STATE(5671), [sym_storage_class_specifier] = STATE(2582), [sym_type_qualifier] = STATE(2582), [sym__type_specifier] = STATE(3628), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym_virtual] = STATE(2582), [sym_dependent_type] = STATE(3695), [sym_template_parameter_list] = STATE(1383), [sym_reference_declarator] = STATE(5671), [sym_structured_binding_declarator] = STATE(5671), [sym_template_type] = STATE(4543), [sym_template_function] = STATE(5671), [sym_destructor_name] = STATE(5671), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5290), [sym_qualified_identifier] = STATE(5671), [sym_qualified_type_identifier] = STATE(3938), [sym_operator_name] = STATE(5671), [aux_sym__declaration_specifiers_repeat1] = STATE(2582), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [sym_identifier] = ACTIONS(4441), [anon_sym_LPAREN2] = ACTIONS(2560), [anon_sym_TILDE] = ACTIONS(2562), [anon_sym_STAR] = ACTIONS(2564), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(2566), [anon_sym_LT] = ACTIONS(4443), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(4445), [anon_sym_LBRACK_LBRACK] = ACTIONS(1813), [anon_sym___declspec] = ACTIONS(43), [anon_sym___based] = ACTIONS(45), [anon_sym_signed] = ACTIONS(51), [anon_sym_unsigned] = ACTIONS(51), [anon_sym_long] = ACTIONS(51), [anon_sym_short] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(2574), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(3661), [anon_sym_enum] = ACTIONS(63), [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), [anon_sym_union] = ACTIONS(69), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(113), [anon_sym_decltype] = ACTIONS(115), [anon_sym_virtual] = ACTIONS(117), [anon_sym_typename] = ACTIONS(121), [anon_sym_template] = ACTIONS(1329), [anon_sym_operator] = ACTIONS(1931), }, [2078] = { [sym__declaration_modifiers] = STATE(2582), [sym__declaration_specifiers] = STATE(4729), [sym_attribute_specifier] = STATE(2582), [sym_attribute_declaration] = STATE(2582), [sym_ms_declspec_modifier] = STATE(2582), [sym_ms_based_modifier] = STATE(7599), [sym__declarator] = STATE(5827), [sym_parenthesized_declarator] = STATE(5671), [sym_attributed_declarator] = STATE(5671), [sym_pointer_declarator] = STATE(5671), [sym_function_declarator] = STATE(5671), [sym_array_declarator] = STATE(5671), [sym_storage_class_specifier] = STATE(2582), [sym_type_qualifier] = STATE(2582), [sym__type_specifier] = STATE(3628), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym_virtual] = STATE(2582), [sym_dependent_type] = STATE(3695), [sym_template_parameter_list] = STATE(1384), [sym_reference_declarator] = STATE(5671), [sym_structured_binding_declarator] = STATE(5671), [sym_template_type] = STATE(4543), [sym_template_function] = STATE(5671), [sym_destructor_name] = STATE(5671), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5290), [sym_qualified_identifier] = STATE(5671), [sym_qualified_type_identifier] = STATE(3938), [sym_operator_name] = STATE(5671), [aux_sym__declaration_specifiers_repeat1] = STATE(2582), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [sym_identifier] = ACTIONS(4441), [anon_sym_LPAREN2] = ACTIONS(2560), [anon_sym_TILDE] = ACTIONS(2562), [anon_sym_STAR] = ACTIONS(2564), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(2566), [anon_sym_LT] = ACTIONS(4443), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(4445), [anon_sym_LBRACK_LBRACK] = ACTIONS(1813), [anon_sym___declspec] = ACTIONS(43), [anon_sym___based] = ACTIONS(45), [anon_sym_signed] = ACTIONS(51), [anon_sym_unsigned] = ACTIONS(51), [anon_sym_long] = ACTIONS(51), [anon_sym_short] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(2574), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(3661), [anon_sym_enum] = ACTIONS(63), [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), [anon_sym_union] = ACTIONS(69), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(113), [anon_sym_decltype] = ACTIONS(115), [anon_sym_virtual] = ACTIONS(117), [anon_sym_typename] = ACTIONS(121), [anon_sym_template] = ACTIONS(1329), [anon_sym_operator] = ACTIONS(1931), }, [2079] = { [sym__declaration_modifiers] = STATE(2582), [sym__declaration_specifiers] = STATE(4724), [sym_attribute_specifier] = STATE(2582), [sym_attribute_declaration] = STATE(2582), [sym_ms_declspec_modifier] = STATE(2582), [sym_ms_based_modifier] = STATE(7599), [sym__declarator] = STATE(5819), [sym_parenthesized_declarator] = STATE(5671), [sym_attributed_declarator] = STATE(5671), [sym_pointer_declarator] = STATE(5671), [sym_function_declarator] = STATE(5671), [sym_array_declarator] = STATE(5671), [sym_storage_class_specifier] = STATE(2582), [sym_type_qualifier] = STATE(2582), [sym__type_specifier] = STATE(3628), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym_virtual] = STATE(2582), [sym_dependent_type] = STATE(3695), [sym_template_parameter_list] = STATE(1380), [sym_reference_declarator] = STATE(5671), [sym_structured_binding_declarator] = STATE(5671), [sym_template_type] = STATE(4543), [sym_template_function] = STATE(5671), [sym_destructor_name] = STATE(5671), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5290), [sym_qualified_identifier] = STATE(5671), [sym_qualified_type_identifier] = STATE(3938), [sym_operator_name] = STATE(5671), [aux_sym__declaration_specifiers_repeat1] = STATE(2582), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [sym_identifier] = ACTIONS(4441), [anon_sym_LPAREN2] = ACTIONS(2560), [anon_sym_TILDE] = ACTIONS(2562), [anon_sym_STAR] = ACTIONS(2564), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(2566), [anon_sym_LT] = ACTIONS(4443), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(4445), [anon_sym_LBRACK_LBRACK] = ACTIONS(1813), [anon_sym___declspec] = ACTIONS(43), [anon_sym___based] = ACTIONS(45), [anon_sym_signed] = ACTIONS(51), [anon_sym_unsigned] = ACTIONS(51), [anon_sym_long] = ACTIONS(51), [anon_sym_short] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(2574), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(3661), [anon_sym_enum] = ACTIONS(63), [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), [anon_sym_union] = ACTIONS(69), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(113), [anon_sym_decltype] = ACTIONS(115), [anon_sym_virtual] = ACTIONS(117), [anon_sym_typename] = ACTIONS(121), [anon_sym_template] = ACTIONS(1329), [anon_sym_operator] = ACTIONS(1931), }, [2080] = { [sym__declaration_modifiers] = STATE(2582), [sym__declaration_specifiers] = STATE(4708), [sym_attribute_specifier] = STATE(2582), [sym_attribute_declaration] = STATE(2582), [sym_ms_declspec_modifier] = STATE(2582), [sym_ms_based_modifier] = STATE(7599), [sym__declarator] = STATE(5810), [sym_parenthesized_declarator] = STATE(5671), [sym_attributed_declarator] = STATE(5671), [sym_pointer_declarator] = STATE(5671), [sym_function_declarator] = STATE(5671), [sym_array_declarator] = STATE(5671), [sym_storage_class_specifier] = STATE(2582), [sym_type_qualifier] = STATE(2582), [sym__type_specifier] = STATE(3628), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym_virtual] = STATE(2582), [sym_dependent_type] = STATE(3695), [sym_template_parameter_list] = STATE(1382), [sym_reference_declarator] = STATE(5671), [sym_structured_binding_declarator] = STATE(5671), [sym_template_type] = STATE(4543), [sym_template_function] = STATE(5671), [sym_destructor_name] = STATE(5671), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5290), [sym_qualified_identifier] = STATE(5671), [sym_qualified_type_identifier] = STATE(3938), [sym_operator_name] = STATE(5671), [aux_sym__declaration_specifiers_repeat1] = STATE(2582), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [sym_identifier] = ACTIONS(4441), [anon_sym_LPAREN2] = ACTIONS(2560), [anon_sym_TILDE] = ACTIONS(2562), [anon_sym_STAR] = ACTIONS(2564), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(2566), [anon_sym_LT] = ACTIONS(4443), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(4445), [anon_sym_LBRACK_LBRACK] = ACTIONS(1813), [anon_sym___declspec] = ACTIONS(43), [anon_sym___based] = ACTIONS(45), [anon_sym_signed] = ACTIONS(51), [anon_sym_unsigned] = ACTIONS(51), [anon_sym_long] = ACTIONS(51), [anon_sym_short] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(2574), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(3661), [anon_sym_enum] = ACTIONS(63), [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), [anon_sym_union] = ACTIONS(69), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(113), [anon_sym_decltype] = ACTIONS(115), [anon_sym_virtual] = ACTIONS(117), [anon_sym_typename] = ACTIONS(121), [anon_sym_template] = ACTIONS(1329), [anon_sym_operator] = ACTIONS(1931), }, [2081] = { [sym_template_argument_list] = STATE(2084), [sym_identifier] = ACTIONS(4447), [anon_sym_DOT_DOT_DOT] = ACTIONS(4449), [anon_sym_COMMA] = ACTIONS(4449), [anon_sym_RPAREN] = ACTIONS(4449), [anon_sym_LPAREN2] = ACTIONS(4449), [anon_sym_TILDE] = ACTIONS(4452), [anon_sym_DASH] = ACTIONS(4454), [anon_sym_PLUS] = ACTIONS(4454), [anon_sym_STAR] = ACTIONS(4456), [anon_sym_SLASH] = ACTIONS(4454), [anon_sym_PERCENT] = ACTIONS(4454), [anon_sym_PIPE_PIPE] = ACTIONS(4459), [anon_sym_AMP_AMP] = ACTIONS(4449), [anon_sym_PIPE] = ACTIONS(4454), [anon_sym_CARET] = ACTIONS(4454), [anon_sym_AMP] = ACTIONS(4456), [anon_sym_EQ_EQ] = ACTIONS(4459), [anon_sym_BANG_EQ] = ACTIONS(4459), [anon_sym_GT] = ACTIONS(4454), [anon_sym_GT_EQ] = ACTIONS(4459), [anon_sym_LT_EQ] = ACTIONS(4454), [anon_sym_LT] = ACTIONS(4461), [anon_sym_LT_LT] = ACTIONS(4454), [anon_sym_GT_GT] = ACTIONS(4454), [anon_sym_extern] = ACTIONS(4447), [anon_sym___attribute__] = ACTIONS(4447), [anon_sym_COLON_COLON] = ACTIONS(4464), [anon_sym_LBRACK_LBRACK] = ACTIONS(4452), [anon_sym___declspec] = ACTIONS(4447), [anon_sym___based] = ACTIONS(4447), [anon_sym_LBRACE] = ACTIONS(4452), [anon_sym_LBRACK] = ACTIONS(4456), [anon_sym_EQ] = ACTIONS(4456), [anon_sym_static] = ACTIONS(4447), [anon_sym_register] = ACTIONS(4447), [anon_sym_inline] = ACTIONS(4447), [anon_sym_thread_local] = ACTIONS(4447), [anon_sym_const] = ACTIONS(4447), [anon_sym_constexpr] = ACTIONS(4447), [anon_sym_volatile] = ACTIONS(4447), [anon_sym_restrict] = ACTIONS(4447), [anon_sym___restrict__] = ACTIONS(4447), [anon_sym__Atomic] = ACTIONS(4447), [anon_sym__Noreturn] = ACTIONS(4447), [anon_sym_noreturn] = ACTIONS(4447), [anon_sym_mutable] = ACTIONS(4447), [anon_sym_constinit] = ACTIONS(4447), [anon_sym_consteval] = ACTIONS(4447), [anon_sym_QMARK] = ACTIONS(4459), [anon_sym_STAR_EQ] = ACTIONS(4459), [anon_sym_SLASH_EQ] = ACTIONS(4459), [anon_sym_PERCENT_EQ] = ACTIONS(4459), [anon_sym_PLUS_EQ] = ACTIONS(4459), [anon_sym_DASH_EQ] = ACTIONS(4459), [anon_sym_LT_LT_EQ] = ACTIONS(4459), [anon_sym_GT_GT_EQ] = ACTIONS(4459), [anon_sym_AMP_EQ] = ACTIONS(4459), [anon_sym_CARET_EQ] = ACTIONS(4459), [anon_sym_PIPE_EQ] = ACTIONS(4459), [anon_sym_and_eq] = ACTIONS(4454), [anon_sym_or_eq] = ACTIONS(4454), [anon_sym_xor_eq] = ACTIONS(4454), [anon_sym_LT_EQ_GT] = ACTIONS(4459), [anon_sym_or] = ACTIONS(4454), [anon_sym_and] = ACTIONS(4454), [anon_sym_bitor] = ACTIONS(4454), [anon_sym_xor] = ACTIONS(4454), [anon_sym_bitand] = ACTIONS(4454), [anon_sym_not_eq] = ACTIONS(4454), [anon_sym_DASH_DASH] = ACTIONS(4459), [anon_sym_PLUS_PLUS] = ACTIONS(4459), [anon_sym_DOT] = ACTIONS(4454), [anon_sym_DASH_GT] = ACTIONS(4454), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(4447), [anon_sym_decltype] = ACTIONS(4447), [anon_sym_virtual] = ACTIONS(4447), [anon_sym_template] = ACTIONS(4447), [anon_sym_operator] = ACTIONS(4447), [anon_sym_DOT_STAR] = ACTIONS(4459), [anon_sym_DASH_GT_STAR] = ACTIONS(4459), }, [2082] = { [sym_template_argument_list] = STATE(2128), [sym_identifier] = ACTIONS(4466), [anon_sym_DOT_DOT_DOT] = ACTIONS(4468), [anon_sym_COMMA] = ACTIONS(4468), [anon_sym_RPAREN] = ACTIONS(4468), [anon_sym_LPAREN2] = ACTIONS(4468), [anon_sym_TILDE] = ACTIONS(4471), [anon_sym_DASH] = ACTIONS(4473), [anon_sym_PLUS] = ACTIONS(4473), [anon_sym_STAR] = ACTIONS(4475), [anon_sym_SLASH] = ACTIONS(4473), [anon_sym_PERCENT] = ACTIONS(4473), [anon_sym_PIPE_PIPE] = ACTIONS(4478), [anon_sym_AMP_AMP] = ACTIONS(4468), [anon_sym_PIPE] = ACTIONS(4473), [anon_sym_CARET] = ACTIONS(4473), [anon_sym_AMP] = ACTIONS(4475), [anon_sym_EQ_EQ] = ACTIONS(4478), [anon_sym_BANG_EQ] = ACTIONS(4478), [anon_sym_GT] = ACTIONS(4473), [anon_sym_GT_EQ] = ACTIONS(4478), [anon_sym_LT_EQ] = ACTIONS(4473), [anon_sym_LT] = ACTIONS(4480), [anon_sym_LT_LT] = ACTIONS(4473), [anon_sym_GT_GT] = ACTIONS(4473), [anon_sym_extern] = ACTIONS(4466), [anon_sym___attribute__] = ACTIONS(4466), [anon_sym_COLON_COLON] = ACTIONS(4464), [anon_sym_LBRACK_LBRACK] = ACTIONS(4471), [anon_sym___declspec] = ACTIONS(4466), [anon_sym___based] = ACTIONS(4466), [anon_sym_LBRACE] = ACTIONS(4483), [anon_sym_LBRACK] = ACTIONS(4475), [anon_sym_EQ] = ACTIONS(4475), [anon_sym_static] = ACTIONS(4466), [anon_sym_register] = ACTIONS(4466), [anon_sym_inline] = ACTIONS(4466), [anon_sym_thread_local] = ACTIONS(4466), [anon_sym_const] = ACTIONS(4466), [anon_sym_constexpr] = ACTIONS(4466), [anon_sym_volatile] = ACTIONS(4466), [anon_sym_restrict] = ACTIONS(4466), [anon_sym___restrict__] = ACTIONS(4466), [anon_sym__Atomic] = ACTIONS(4466), [anon_sym__Noreturn] = ACTIONS(4466), [anon_sym_noreturn] = ACTIONS(4466), [anon_sym_mutable] = ACTIONS(4466), [anon_sym_constinit] = ACTIONS(4466), [anon_sym_consteval] = ACTIONS(4466), [anon_sym_QMARK] = ACTIONS(4478), [anon_sym_STAR_EQ] = ACTIONS(4478), [anon_sym_SLASH_EQ] = ACTIONS(4478), [anon_sym_PERCENT_EQ] = ACTIONS(4478), [anon_sym_PLUS_EQ] = ACTIONS(4478), [anon_sym_DASH_EQ] = ACTIONS(4478), [anon_sym_LT_LT_EQ] = ACTIONS(4478), [anon_sym_GT_GT_EQ] = ACTIONS(4478), [anon_sym_AMP_EQ] = ACTIONS(4478), [anon_sym_CARET_EQ] = ACTIONS(4478), [anon_sym_PIPE_EQ] = ACTIONS(4478), [anon_sym_and_eq] = ACTIONS(4485), [anon_sym_or_eq] = ACTIONS(4485), [anon_sym_xor_eq] = ACTIONS(4485), [anon_sym_LT_EQ_GT] = ACTIONS(4478), [anon_sym_or] = ACTIONS(4473), [anon_sym_and] = ACTIONS(4473), [anon_sym_bitor] = ACTIONS(4473), [anon_sym_xor] = ACTIONS(4473), [anon_sym_bitand] = ACTIONS(4473), [anon_sym_not_eq] = ACTIONS(4473), [anon_sym_DASH_DASH] = ACTIONS(4478), [anon_sym_PLUS_PLUS] = ACTIONS(4478), [anon_sym_DOT] = ACTIONS(4473), [anon_sym_DASH_GT] = ACTIONS(4473), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(4466), [anon_sym_decltype] = ACTIONS(4466), [anon_sym_virtual] = ACTIONS(4466), [anon_sym_template] = ACTIONS(4466), [anon_sym_operator] = ACTIONS(4466), [anon_sym_DOT_STAR] = ACTIONS(4478), [anon_sym_DASH_GT_STAR] = ACTIONS(4478), }, [2083] = { [sym_template_argument_list] = STATE(2208), [sym_identifier] = ACTIONS(4466), [anon_sym_DOT_DOT_DOT] = ACTIONS(4478), [anon_sym_COMMA] = ACTIONS(4478), [anon_sym_LPAREN2] = ACTIONS(4487), [anon_sym_TILDE] = ACTIONS(4471), [anon_sym_DASH] = ACTIONS(4473), [anon_sym_PLUS] = ACTIONS(4473), [anon_sym_STAR] = ACTIONS(4475), [anon_sym_SLASH] = ACTIONS(4473), [anon_sym_PERCENT] = ACTIONS(4473), [anon_sym_PIPE_PIPE] = ACTIONS(4478), [anon_sym_AMP_AMP] = ACTIONS(4468), [anon_sym_PIPE] = ACTIONS(4473), [anon_sym_CARET] = ACTIONS(4473), [anon_sym_AMP] = ACTIONS(4475), [anon_sym_EQ_EQ] = ACTIONS(4478), [anon_sym_BANG_EQ] = ACTIONS(4478), [anon_sym_GT] = ACTIONS(4473), [anon_sym_GT_EQ] = ACTIONS(4478), [anon_sym_LT_EQ] = ACTIONS(4473), [anon_sym_LT] = ACTIONS(4491), [anon_sym_LT_LT] = ACTIONS(4473), [anon_sym_GT_GT] = ACTIONS(4473), [anon_sym_SEMI] = ACTIONS(4468), [anon_sym_extern] = ACTIONS(4466), [anon_sym___attribute__] = ACTIONS(4466), [anon_sym_COLON_COLON] = ACTIONS(4464), [anon_sym_LBRACK_LBRACK] = ACTIONS(4494), [anon_sym___declspec] = ACTIONS(4466), [anon_sym___based] = ACTIONS(4466), [anon_sym_LBRACE] = ACTIONS(4483), [anon_sym_RBRACE] = ACTIONS(4478), [anon_sym_LBRACK] = ACTIONS(4497), [anon_sym_EQ] = ACTIONS(4501), [anon_sym_static] = ACTIONS(4466), [anon_sym_register] = ACTIONS(4466), [anon_sym_inline] = ACTIONS(4466), [anon_sym_thread_local] = ACTIONS(4466), [anon_sym_const] = ACTIONS(4466), [anon_sym_constexpr] = ACTIONS(4466), [anon_sym_volatile] = ACTIONS(4466), [anon_sym_restrict] = ACTIONS(4466), [anon_sym___restrict__] = ACTIONS(4466), [anon_sym__Atomic] = ACTIONS(4466), [anon_sym__Noreturn] = ACTIONS(4466), [anon_sym_noreturn] = ACTIONS(4466), [anon_sym_mutable] = ACTIONS(4466), [anon_sym_constinit] = ACTIONS(4466), [anon_sym_consteval] = ACTIONS(4466), [anon_sym_COLON] = ACTIONS(4503), [anon_sym_QMARK] = ACTIONS(4478), [anon_sym_STAR_EQ] = ACTIONS(4505), [anon_sym_SLASH_EQ] = ACTIONS(4505), [anon_sym_PERCENT_EQ] = ACTIONS(4505), [anon_sym_PLUS_EQ] = ACTIONS(4505), [anon_sym_DASH_EQ] = ACTIONS(4505), [anon_sym_LT_LT_EQ] = ACTIONS(4505), [anon_sym_GT_GT_EQ] = ACTIONS(4505), [anon_sym_AMP_EQ] = ACTIONS(4505), [anon_sym_CARET_EQ] = ACTIONS(4505), [anon_sym_PIPE_EQ] = ACTIONS(4505), [anon_sym_and_eq] = ACTIONS(4501), [anon_sym_or_eq] = ACTIONS(4501), [anon_sym_xor_eq] = ACTIONS(4501), [anon_sym_LT_EQ_GT] = ACTIONS(4478), [anon_sym_or] = ACTIONS(4473), [anon_sym_and] = ACTIONS(4473), [anon_sym_bitor] = ACTIONS(4473), [anon_sym_xor] = ACTIONS(4473), [anon_sym_bitand] = ACTIONS(4473), [anon_sym_not_eq] = ACTIONS(4473), [anon_sym_DASH_DASH] = ACTIONS(4478), [anon_sym_PLUS_PLUS] = ACTIONS(4478), [anon_sym_DOT] = ACTIONS(4473), [anon_sym_DASH_GT] = ACTIONS(4478), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(4466), [anon_sym_decltype] = ACTIONS(4466), [anon_sym_virtual] = ACTIONS(4466), [anon_sym_template] = ACTIONS(4466), [anon_sym_operator] = ACTIONS(4466), }, [2084] = { [sym_identifier] = ACTIONS(4507), [anon_sym_DOT_DOT_DOT] = ACTIONS(4509), [anon_sym_COMMA] = ACTIONS(4509), [anon_sym_RPAREN] = ACTIONS(4509), [anon_sym_LPAREN2] = ACTIONS(4509), [anon_sym_TILDE] = ACTIONS(4512), [anon_sym_DASH] = ACTIONS(4514), [anon_sym_PLUS] = ACTIONS(4514), [anon_sym_STAR] = ACTIONS(4516), [anon_sym_SLASH] = ACTIONS(4514), [anon_sym_PERCENT] = ACTIONS(4514), [anon_sym_PIPE_PIPE] = ACTIONS(4519), [anon_sym_AMP_AMP] = ACTIONS(4509), [anon_sym_PIPE] = ACTIONS(4514), [anon_sym_CARET] = ACTIONS(4514), [anon_sym_AMP] = ACTIONS(4516), [anon_sym_EQ_EQ] = ACTIONS(4519), [anon_sym_BANG_EQ] = ACTIONS(4519), [anon_sym_GT] = ACTIONS(4514), [anon_sym_GT_EQ] = ACTIONS(4519), [anon_sym_LT_EQ] = ACTIONS(4514), [anon_sym_LT] = ACTIONS(4514), [anon_sym_LT_LT] = ACTIONS(4514), [anon_sym_GT_GT] = ACTIONS(4514), [anon_sym_extern] = ACTIONS(4507), [anon_sym___attribute__] = ACTIONS(4507), [anon_sym_COLON_COLON] = ACTIONS(4512), [anon_sym_LBRACK_LBRACK] = ACTIONS(4512), [anon_sym___declspec] = ACTIONS(4507), [anon_sym___based] = ACTIONS(4507), [anon_sym_LBRACE] = ACTIONS(4512), [anon_sym_LBRACK] = ACTIONS(4516), [anon_sym_EQ] = ACTIONS(4516), [anon_sym_static] = ACTIONS(4507), [anon_sym_register] = ACTIONS(4507), [anon_sym_inline] = ACTIONS(4507), [anon_sym_thread_local] = ACTIONS(4507), [anon_sym_const] = ACTIONS(4507), [anon_sym_constexpr] = ACTIONS(4507), [anon_sym_volatile] = ACTIONS(4507), [anon_sym_restrict] = ACTIONS(4507), [anon_sym___restrict__] = ACTIONS(4507), [anon_sym__Atomic] = ACTIONS(4507), [anon_sym__Noreturn] = ACTIONS(4507), [anon_sym_noreturn] = ACTIONS(4507), [anon_sym_mutable] = ACTIONS(4507), [anon_sym_constinit] = ACTIONS(4507), [anon_sym_consteval] = ACTIONS(4507), [anon_sym_QMARK] = ACTIONS(4519), [anon_sym_STAR_EQ] = ACTIONS(4519), [anon_sym_SLASH_EQ] = ACTIONS(4519), [anon_sym_PERCENT_EQ] = ACTIONS(4519), [anon_sym_PLUS_EQ] = ACTIONS(4519), [anon_sym_DASH_EQ] = ACTIONS(4519), [anon_sym_LT_LT_EQ] = ACTIONS(4519), [anon_sym_GT_GT_EQ] = ACTIONS(4519), [anon_sym_AMP_EQ] = ACTIONS(4519), [anon_sym_CARET_EQ] = ACTIONS(4519), [anon_sym_PIPE_EQ] = ACTIONS(4519), [anon_sym_and_eq] = ACTIONS(4514), [anon_sym_or_eq] = ACTIONS(4514), [anon_sym_xor_eq] = ACTIONS(4514), [anon_sym_LT_EQ_GT] = ACTIONS(4519), [anon_sym_or] = ACTIONS(4514), [anon_sym_and] = ACTIONS(4514), [anon_sym_bitor] = ACTIONS(4514), [anon_sym_xor] = ACTIONS(4514), [anon_sym_bitand] = ACTIONS(4514), [anon_sym_not_eq] = ACTIONS(4514), [anon_sym_DASH_DASH] = ACTIONS(4519), [anon_sym_PLUS_PLUS] = ACTIONS(4519), [anon_sym_DOT] = ACTIONS(4514), [anon_sym_DASH_GT] = ACTIONS(4514), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(4507), [anon_sym_decltype] = ACTIONS(4507), [anon_sym_virtual] = ACTIONS(4507), [anon_sym_template] = ACTIONS(4507), [anon_sym_operator] = ACTIONS(4507), [anon_sym_DOT_STAR] = ACTIONS(4519), [anon_sym_DASH_GT_STAR] = ACTIONS(4519), }, [2085] = { [sym_identifier] = ACTIONS(4521), [anon_sym_DOT_DOT_DOT] = ACTIONS(4523), [anon_sym_COMMA] = ACTIONS(4523), [anon_sym_RPAREN] = ACTIONS(4523), [anon_sym_LPAREN2] = ACTIONS(4523), [anon_sym_TILDE] = ACTIONS(4523), [anon_sym_DASH] = ACTIONS(4521), [anon_sym_PLUS] = ACTIONS(4521), [anon_sym_STAR] = ACTIONS(4521), [anon_sym_SLASH] = ACTIONS(4521), [anon_sym_PERCENT] = ACTIONS(4521), [anon_sym_PIPE_PIPE] = ACTIONS(4523), [anon_sym_AMP_AMP] = ACTIONS(4523), [anon_sym_PIPE] = ACTIONS(4521), [anon_sym_CARET] = ACTIONS(4521), [anon_sym_AMP] = ACTIONS(4521), [anon_sym_EQ_EQ] = ACTIONS(4523), [anon_sym_BANG_EQ] = ACTIONS(4523), [anon_sym_GT] = ACTIONS(4521), [anon_sym_GT_EQ] = ACTIONS(4523), [anon_sym_LT_EQ] = ACTIONS(4521), [anon_sym_LT] = ACTIONS(4521), [anon_sym_LT_LT] = ACTIONS(4521), [anon_sym_GT_GT] = ACTIONS(4521), [anon_sym_SEMI] = ACTIONS(4523), [anon_sym_extern] = ACTIONS(4521), [anon_sym___attribute__] = ACTIONS(4521), [anon_sym_COLON_COLON] = ACTIONS(4523), [anon_sym_LBRACK_LBRACK] = ACTIONS(4523), [anon_sym___declspec] = ACTIONS(4521), [anon_sym___based] = ACTIONS(4521), [anon_sym_LBRACE] = ACTIONS(4523), [anon_sym_RBRACE] = ACTIONS(4523), [anon_sym_LBRACK] = ACTIONS(4521), [anon_sym_EQ] = ACTIONS(4521), [anon_sym_static] = ACTIONS(4521), [anon_sym_register] = ACTIONS(4521), [anon_sym_inline] = ACTIONS(4521), [anon_sym_thread_local] = ACTIONS(4521), [anon_sym_const] = ACTIONS(4521), [anon_sym_constexpr] = ACTIONS(4521), [anon_sym_volatile] = ACTIONS(4521), [anon_sym_restrict] = ACTIONS(4521), [anon_sym___restrict__] = ACTIONS(4521), [anon_sym__Atomic] = ACTIONS(4521), [anon_sym__Noreturn] = ACTIONS(4521), [anon_sym_noreturn] = ACTIONS(4521), [anon_sym_mutable] = ACTIONS(4521), [anon_sym_constinit] = ACTIONS(4521), [anon_sym_consteval] = ACTIONS(4521), [anon_sym_QMARK] = ACTIONS(4523), [anon_sym_STAR_EQ] = ACTIONS(4523), [anon_sym_SLASH_EQ] = ACTIONS(4523), [anon_sym_PERCENT_EQ] = ACTIONS(4523), [anon_sym_PLUS_EQ] = ACTIONS(4523), [anon_sym_DASH_EQ] = ACTIONS(4523), [anon_sym_LT_LT_EQ] = ACTIONS(4523), [anon_sym_GT_GT_EQ] = ACTIONS(4523), [anon_sym_AMP_EQ] = ACTIONS(4523), [anon_sym_CARET_EQ] = ACTIONS(4523), [anon_sym_PIPE_EQ] = ACTIONS(4523), [anon_sym_and_eq] = ACTIONS(4521), [anon_sym_or_eq] = ACTIONS(4521), [anon_sym_xor_eq] = ACTIONS(4521), [anon_sym_LT_EQ_GT] = ACTIONS(4523), [anon_sym_or] = ACTIONS(4521), [anon_sym_and] = ACTIONS(4521), [anon_sym_bitor] = ACTIONS(4521), [anon_sym_xor] = ACTIONS(4521), [anon_sym_bitand] = ACTIONS(4521), [anon_sym_not_eq] = ACTIONS(4521), [anon_sym_DASH_DASH] = ACTIONS(4523), [anon_sym_PLUS_PLUS] = ACTIONS(4523), [anon_sym_DOT] = ACTIONS(4521), [anon_sym_DASH_GT] = ACTIONS(4523), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(4521), [anon_sym_decltype] = ACTIONS(4521), [anon_sym_virtual] = ACTIONS(4521), [anon_sym_template] = ACTIONS(4521), [anon_sym_operator] = ACTIONS(4521), }, [2086] = { [sym_template_argument_list] = STATE(2203), [sym_identifier] = ACTIONS(4466), [anon_sym_DOT_DOT_DOT] = ACTIONS(4478), [anon_sym_COMMA] = ACTIONS(4478), [anon_sym_LPAREN2] = ACTIONS(4468), [anon_sym_TILDE] = ACTIONS(4471), [anon_sym_DASH] = ACTIONS(4473), [anon_sym_PLUS] = ACTIONS(4473), [anon_sym_STAR] = ACTIONS(4475), [anon_sym_SLASH] = ACTIONS(4473), [anon_sym_PERCENT] = ACTIONS(4473), [anon_sym_PIPE_PIPE] = ACTIONS(4478), [anon_sym_AMP_AMP] = ACTIONS(4468), [anon_sym_PIPE] = ACTIONS(4473), [anon_sym_CARET] = ACTIONS(4473), [anon_sym_AMP] = ACTIONS(4475), [anon_sym_EQ_EQ] = ACTIONS(4478), [anon_sym_BANG_EQ] = ACTIONS(4478), [anon_sym_GT] = ACTIONS(4473), [anon_sym_GT_EQ] = ACTIONS(4478), [anon_sym_LT_EQ] = ACTIONS(4473), [anon_sym_LT] = ACTIONS(4491), [anon_sym_LT_LT] = ACTIONS(4473), [anon_sym_GT_GT] = ACTIONS(4473), [anon_sym_SEMI] = ACTIONS(4478), [anon_sym_extern] = ACTIONS(4466), [anon_sym___attribute__] = ACTIONS(4466), [anon_sym_COLON_COLON] = ACTIONS(4464), [anon_sym_LBRACK_LBRACK] = ACTIONS(4471), [anon_sym___declspec] = ACTIONS(4466), [anon_sym___based] = ACTIONS(4466), [anon_sym_LBRACE] = ACTIONS(4483), [anon_sym_LBRACK] = ACTIONS(4475), [anon_sym_EQ] = ACTIONS(4501), [anon_sym_static] = ACTIONS(4466), [anon_sym_register] = ACTIONS(4466), [anon_sym_inline] = ACTIONS(4466), [anon_sym_thread_local] = ACTIONS(4466), [anon_sym_const] = ACTIONS(4466), [anon_sym_constexpr] = ACTIONS(4466), [anon_sym_volatile] = ACTIONS(4466), [anon_sym_restrict] = ACTIONS(4466), [anon_sym___restrict__] = ACTIONS(4466), [anon_sym__Atomic] = ACTIONS(4466), [anon_sym__Noreturn] = ACTIONS(4466), [anon_sym_noreturn] = ACTIONS(4466), [anon_sym_mutable] = ACTIONS(4466), [anon_sym_constinit] = ACTIONS(4466), [anon_sym_consteval] = ACTIONS(4466), [anon_sym_COLON] = ACTIONS(4525), [anon_sym_QMARK] = ACTIONS(4478), [anon_sym_STAR_EQ] = ACTIONS(4505), [anon_sym_SLASH_EQ] = ACTIONS(4505), [anon_sym_PERCENT_EQ] = ACTIONS(4505), [anon_sym_PLUS_EQ] = ACTIONS(4505), [anon_sym_DASH_EQ] = ACTIONS(4505), [anon_sym_LT_LT_EQ] = ACTIONS(4505), [anon_sym_GT_GT_EQ] = ACTIONS(4505), [anon_sym_AMP_EQ] = ACTIONS(4505), [anon_sym_CARET_EQ] = ACTIONS(4505), [anon_sym_PIPE_EQ] = ACTIONS(4505), [anon_sym_and_eq] = ACTIONS(4501), [anon_sym_or_eq] = ACTIONS(4501), [anon_sym_xor_eq] = ACTIONS(4501), [anon_sym_LT_EQ_GT] = ACTIONS(4478), [anon_sym_or] = ACTIONS(4473), [anon_sym_and] = ACTIONS(4473), [anon_sym_bitor] = ACTIONS(4473), [anon_sym_xor] = ACTIONS(4473), [anon_sym_bitand] = ACTIONS(4473), [anon_sym_not_eq] = ACTIONS(4473), [anon_sym_DASH_DASH] = ACTIONS(4478), [anon_sym_PLUS_PLUS] = ACTIONS(4478), [anon_sym_DOT] = ACTIONS(4473), [anon_sym_DASH_GT] = ACTIONS(4478), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(4466), [anon_sym_decltype] = ACTIONS(4466), [anon_sym_virtual] = ACTIONS(4466), [anon_sym_template] = ACTIONS(4466), [anon_sym_operator] = ACTIONS(4466), }, [2087] = { [sym_template_argument_list] = STATE(2208), [sym_identifier] = ACTIONS(4466), [anon_sym_DOT_DOT_DOT] = ACTIONS(4478), [anon_sym_COMMA] = ACTIONS(4478), [anon_sym_LPAREN2] = ACTIONS(4487), [anon_sym_TILDE] = ACTIONS(4471), [anon_sym_DASH] = ACTIONS(4473), [anon_sym_PLUS] = ACTIONS(4473), [anon_sym_STAR] = ACTIONS(4475), [anon_sym_SLASH] = ACTIONS(4473), [anon_sym_PERCENT] = ACTIONS(4473), [anon_sym_PIPE_PIPE] = ACTIONS(4478), [anon_sym_AMP_AMP] = ACTIONS(4468), [anon_sym_PIPE] = ACTIONS(4473), [anon_sym_CARET] = ACTIONS(4473), [anon_sym_AMP] = ACTIONS(4475), [anon_sym_EQ_EQ] = ACTIONS(4478), [anon_sym_BANG_EQ] = ACTIONS(4478), [anon_sym_GT] = ACTIONS(4473), [anon_sym_GT_EQ] = ACTIONS(4478), [anon_sym_LT_EQ] = ACTIONS(4473), [anon_sym_LT] = ACTIONS(4491), [anon_sym_LT_LT] = ACTIONS(4473), [anon_sym_GT_GT] = ACTIONS(4473), [anon_sym_SEMI] = ACTIONS(4468), [anon_sym_extern] = ACTIONS(4466), [anon_sym___attribute__] = ACTIONS(4466), [anon_sym_COLON_COLON] = ACTIONS(4464), [anon_sym_LBRACK_LBRACK] = ACTIONS(4494), [anon_sym___declspec] = ACTIONS(4466), [anon_sym___based] = ACTIONS(4466), [anon_sym_LBRACE] = ACTIONS(4483), [anon_sym_LBRACK] = ACTIONS(4497), [anon_sym_EQ] = ACTIONS(4501), [anon_sym_static] = ACTIONS(4466), [anon_sym_register] = ACTIONS(4466), [anon_sym_inline] = ACTIONS(4466), [anon_sym_thread_local] = ACTIONS(4466), [anon_sym_const] = ACTIONS(4466), [anon_sym_constexpr] = ACTIONS(4466), [anon_sym_volatile] = ACTIONS(4466), [anon_sym_restrict] = ACTIONS(4466), [anon_sym___restrict__] = ACTIONS(4466), [anon_sym__Atomic] = ACTIONS(4466), [anon_sym__Noreturn] = ACTIONS(4466), [anon_sym_noreturn] = ACTIONS(4466), [anon_sym_mutable] = ACTIONS(4466), [anon_sym_constinit] = ACTIONS(4466), [anon_sym_consteval] = ACTIONS(4466), [anon_sym_COLON] = ACTIONS(4527), [anon_sym_QMARK] = ACTIONS(4478), [anon_sym_STAR_EQ] = ACTIONS(4505), [anon_sym_SLASH_EQ] = ACTIONS(4505), [anon_sym_PERCENT_EQ] = ACTIONS(4505), [anon_sym_PLUS_EQ] = ACTIONS(4505), [anon_sym_DASH_EQ] = ACTIONS(4505), [anon_sym_LT_LT_EQ] = ACTIONS(4505), [anon_sym_GT_GT_EQ] = ACTIONS(4505), [anon_sym_AMP_EQ] = ACTIONS(4505), [anon_sym_CARET_EQ] = ACTIONS(4505), [anon_sym_PIPE_EQ] = ACTIONS(4505), [anon_sym_and_eq] = ACTIONS(4501), [anon_sym_or_eq] = ACTIONS(4501), [anon_sym_xor_eq] = ACTIONS(4501), [anon_sym_LT_EQ_GT] = ACTIONS(4478), [anon_sym_or] = ACTIONS(4473), [anon_sym_and] = ACTIONS(4473), [anon_sym_bitor] = ACTIONS(4473), [anon_sym_xor] = ACTIONS(4473), [anon_sym_bitand] = ACTIONS(4473), [anon_sym_not_eq] = ACTIONS(4473), [anon_sym_DASH_DASH] = ACTIONS(4478), [anon_sym_PLUS_PLUS] = ACTIONS(4478), [anon_sym_DOT] = ACTIONS(4473), [anon_sym_DASH_GT] = ACTIONS(4478), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(4466), [anon_sym_decltype] = ACTIONS(4466), [anon_sym_virtual] = ACTIONS(4466), [anon_sym_template] = ACTIONS(4466), [anon_sym_operator] = ACTIONS(4466), }, [2088] = { [sym_template_argument_list] = STATE(2203), [sym_identifier] = ACTIONS(4466), [anon_sym_DOT_DOT_DOT] = ACTIONS(4478), [anon_sym_COMMA] = ACTIONS(4478), [anon_sym_LPAREN2] = ACTIONS(4468), [anon_sym_TILDE] = ACTIONS(4471), [anon_sym_DASH] = ACTIONS(4473), [anon_sym_PLUS] = ACTIONS(4473), [anon_sym_STAR] = ACTIONS(4475), [anon_sym_SLASH] = ACTIONS(4473), [anon_sym_PERCENT] = ACTIONS(4473), [anon_sym_PIPE_PIPE] = ACTIONS(4478), [anon_sym_AMP_AMP] = ACTIONS(4468), [anon_sym_PIPE] = ACTIONS(4473), [anon_sym_CARET] = ACTIONS(4473), [anon_sym_AMP] = ACTIONS(4475), [anon_sym_EQ_EQ] = ACTIONS(4478), [anon_sym_BANG_EQ] = ACTIONS(4478), [anon_sym_GT] = ACTIONS(4473), [anon_sym_GT_EQ] = ACTIONS(4478), [anon_sym_LT_EQ] = ACTIONS(4473), [anon_sym_LT] = ACTIONS(4491), [anon_sym_LT_LT] = ACTIONS(4473), [anon_sym_GT_GT] = ACTIONS(4473), [anon_sym_SEMI] = ACTIONS(4478), [anon_sym_extern] = ACTIONS(4466), [anon_sym___attribute__] = ACTIONS(4466), [anon_sym_COLON_COLON] = ACTIONS(4464), [anon_sym_LBRACK_LBRACK] = ACTIONS(4471), [anon_sym___declspec] = ACTIONS(4466), [anon_sym___based] = ACTIONS(4466), [anon_sym_LBRACE] = ACTIONS(4483), [anon_sym_LBRACK] = ACTIONS(4475), [anon_sym_EQ] = ACTIONS(4501), [anon_sym_static] = ACTIONS(4466), [anon_sym_register] = ACTIONS(4466), [anon_sym_inline] = ACTIONS(4466), [anon_sym_thread_local] = ACTIONS(4466), [anon_sym_const] = ACTIONS(4466), [anon_sym_constexpr] = ACTIONS(4466), [anon_sym_volatile] = ACTIONS(4466), [anon_sym_restrict] = ACTIONS(4466), [anon_sym___restrict__] = ACTIONS(4466), [anon_sym__Atomic] = ACTIONS(4466), [anon_sym__Noreturn] = ACTIONS(4466), [anon_sym_noreturn] = ACTIONS(4466), [anon_sym_mutable] = ACTIONS(4466), [anon_sym_constinit] = ACTIONS(4466), [anon_sym_consteval] = ACTIONS(4466), [anon_sym_COLON] = ACTIONS(4527), [anon_sym_QMARK] = ACTIONS(4478), [anon_sym_STAR_EQ] = ACTIONS(4505), [anon_sym_SLASH_EQ] = ACTIONS(4505), [anon_sym_PERCENT_EQ] = ACTIONS(4505), [anon_sym_PLUS_EQ] = ACTIONS(4505), [anon_sym_DASH_EQ] = ACTIONS(4505), [anon_sym_LT_LT_EQ] = ACTIONS(4505), [anon_sym_GT_GT_EQ] = ACTIONS(4505), [anon_sym_AMP_EQ] = ACTIONS(4505), [anon_sym_CARET_EQ] = ACTIONS(4505), [anon_sym_PIPE_EQ] = ACTIONS(4505), [anon_sym_and_eq] = ACTIONS(4501), [anon_sym_or_eq] = ACTIONS(4501), [anon_sym_xor_eq] = ACTIONS(4501), [anon_sym_LT_EQ_GT] = ACTIONS(4478), [anon_sym_or] = ACTIONS(4473), [anon_sym_and] = ACTIONS(4473), [anon_sym_bitor] = ACTIONS(4473), [anon_sym_xor] = ACTIONS(4473), [anon_sym_bitand] = ACTIONS(4473), [anon_sym_not_eq] = ACTIONS(4473), [anon_sym_DASH_DASH] = ACTIONS(4478), [anon_sym_PLUS_PLUS] = ACTIONS(4478), [anon_sym_DOT] = ACTIONS(4473), [anon_sym_DASH_GT] = ACTIONS(4478), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(4466), [anon_sym_decltype] = ACTIONS(4466), [anon_sym_virtual] = ACTIONS(4466), [anon_sym_template] = ACTIONS(4466), [anon_sym_operator] = ACTIONS(4466), }, [2089] = { [sym_template_argument_list] = STATE(2208), [sym_identifier] = ACTIONS(4466), [anon_sym_DOT_DOT_DOT] = ACTIONS(4478), [anon_sym_COMMA] = ACTIONS(4478), [anon_sym_LPAREN2] = ACTIONS(4487), [anon_sym_TILDE] = ACTIONS(4471), [anon_sym_DASH] = ACTIONS(4473), [anon_sym_PLUS] = ACTIONS(4473), [anon_sym_STAR] = ACTIONS(4475), [anon_sym_SLASH] = ACTIONS(4473), [anon_sym_PERCENT] = ACTIONS(4473), [anon_sym_PIPE_PIPE] = ACTIONS(4478), [anon_sym_AMP_AMP] = ACTIONS(4468), [anon_sym_PIPE] = ACTIONS(4473), [anon_sym_CARET] = ACTIONS(4473), [anon_sym_AMP] = ACTIONS(4475), [anon_sym_EQ_EQ] = ACTIONS(4478), [anon_sym_BANG_EQ] = ACTIONS(4478), [anon_sym_GT] = ACTIONS(4473), [anon_sym_GT_EQ] = ACTIONS(4478), [anon_sym_LT_EQ] = ACTIONS(4473), [anon_sym_LT] = ACTIONS(4491), [anon_sym_LT_LT] = ACTIONS(4473), [anon_sym_GT_GT] = ACTIONS(4473), [anon_sym_SEMI] = ACTIONS(4468), [anon_sym_extern] = ACTIONS(4466), [anon_sym___attribute__] = ACTIONS(4466), [anon_sym_COLON_COLON] = ACTIONS(4464), [anon_sym_LBRACK_LBRACK] = ACTIONS(4494), [anon_sym___declspec] = ACTIONS(4466), [anon_sym___based] = ACTIONS(4466), [anon_sym_LBRACE] = ACTIONS(4483), [anon_sym_LBRACK] = ACTIONS(4497), [anon_sym_EQ] = ACTIONS(4501), [anon_sym_static] = ACTIONS(4466), [anon_sym_register] = ACTIONS(4466), [anon_sym_inline] = ACTIONS(4466), [anon_sym_thread_local] = ACTIONS(4466), [anon_sym_const] = ACTIONS(4466), [anon_sym_constexpr] = ACTIONS(4466), [anon_sym_volatile] = ACTIONS(4466), [anon_sym_restrict] = ACTIONS(4466), [anon_sym___restrict__] = ACTIONS(4466), [anon_sym__Atomic] = ACTIONS(4466), [anon_sym__Noreturn] = ACTIONS(4466), [anon_sym_noreturn] = ACTIONS(4466), [anon_sym_mutable] = ACTIONS(4466), [anon_sym_constinit] = ACTIONS(4466), [anon_sym_consteval] = ACTIONS(4466), [anon_sym_COLON] = ACTIONS(4529), [anon_sym_QMARK] = ACTIONS(4478), [anon_sym_STAR_EQ] = ACTIONS(4505), [anon_sym_SLASH_EQ] = ACTIONS(4505), [anon_sym_PERCENT_EQ] = ACTIONS(4505), [anon_sym_PLUS_EQ] = ACTIONS(4505), [anon_sym_DASH_EQ] = ACTIONS(4505), [anon_sym_LT_LT_EQ] = ACTIONS(4505), [anon_sym_GT_GT_EQ] = ACTIONS(4505), [anon_sym_AMP_EQ] = ACTIONS(4505), [anon_sym_CARET_EQ] = ACTIONS(4505), [anon_sym_PIPE_EQ] = ACTIONS(4505), [anon_sym_and_eq] = ACTIONS(4501), [anon_sym_or_eq] = ACTIONS(4501), [anon_sym_xor_eq] = ACTIONS(4501), [anon_sym_LT_EQ_GT] = ACTIONS(4478), [anon_sym_or] = ACTIONS(4473), [anon_sym_and] = ACTIONS(4473), [anon_sym_bitor] = ACTIONS(4473), [anon_sym_xor] = ACTIONS(4473), [anon_sym_bitand] = ACTIONS(4473), [anon_sym_not_eq] = ACTIONS(4473), [anon_sym_DASH_DASH] = ACTIONS(4478), [anon_sym_PLUS_PLUS] = ACTIONS(4478), [anon_sym_DOT] = ACTIONS(4473), [anon_sym_DASH_GT] = ACTIONS(4478), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(4466), [anon_sym_decltype] = ACTIONS(4466), [anon_sym_virtual] = ACTIONS(4466), [anon_sym_template] = ACTIONS(4466), [anon_sym_operator] = ACTIONS(4466), }, [2090] = { [sym_identifier] = ACTIONS(4531), [anon_sym_DOT_DOT_DOT] = ACTIONS(4533), [anon_sym_COMMA] = ACTIONS(4533), [anon_sym_RPAREN] = ACTIONS(4533), [anon_sym_LPAREN2] = ACTIONS(4533), [anon_sym_TILDE] = ACTIONS(4533), [anon_sym_DASH] = ACTIONS(4531), [anon_sym_PLUS] = ACTIONS(4531), [anon_sym_STAR] = ACTIONS(4531), [anon_sym_SLASH] = ACTIONS(4531), [anon_sym_PERCENT] = ACTIONS(4531), [anon_sym_PIPE_PIPE] = ACTIONS(4533), [anon_sym_AMP_AMP] = ACTIONS(4533), [anon_sym_PIPE] = ACTIONS(4531), [anon_sym_CARET] = ACTIONS(4531), [anon_sym_AMP] = ACTIONS(4531), [anon_sym_EQ_EQ] = ACTIONS(4533), [anon_sym_BANG_EQ] = ACTIONS(4533), [anon_sym_GT] = ACTIONS(4531), [anon_sym_GT_EQ] = ACTIONS(4533), [anon_sym_LT_EQ] = ACTIONS(4531), [anon_sym_LT] = ACTIONS(4531), [anon_sym_LT_LT] = ACTIONS(4531), [anon_sym_GT_GT] = ACTIONS(4531), [anon_sym_extern] = ACTIONS(4531), [anon_sym___attribute__] = ACTIONS(4531), [anon_sym_COLON_COLON] = ACTIONS(4533), [anon_sym_LBRACK_LBRACK] = ACTIONS(4533), [anon_sym___declspec] = ACTIONS(4531), [anon_sym___based] = ACTIONS(4531), [anon_sym_LBRACE] = ACTIONS(4533), [anon_sym_LBRACK] = ACTIONS(4531), [anon_sym_EQ] = ACTIONS(4531), [anon_sym_static] = ACTIONS(4531), [anon_sym_register] = ACTIONS(4531), [anon_sym_inline] = ACTIONS(4531), [anon_sym_thread_local] = ACTIONS(4531), [anon_sym_const] = ACTIONS(4531), [anon_sym_constexpr] = ACTIONS(4531), [anon_sym_volatile] = ACTIONS(4531), [anon_sym_restrict] = ACTIONS(4531), [anon_sym___restrict__] = ACTIONS(4531), [anon_sym__Atomic] = ACTIONS(4531), [anon_sym__Noreturn] = ACTIONS(4531), [anon_sym_noreturn] = ACTIONS(4531), [anon_sym_mutable] = ACTIONS(4531), [anon_sym_constinit] = ACTIONS(4531), [anon_sym_consteval] = ACTIONS(4531), [anon_sym_QMARK] = ACTIONS(4533), [anon_sym_STAR_EQ] = ACTIONS(4533), [anon_sym_SLASH_EQ] = ACTIONS(4533), [anon_sym_PERCENT_EQ] = ACTIONS(4533), [anon_sym_PLUS_EQ] = ACTIONS(4533), [anon_sym_DASH_EQ] = ACTIONS(4533), [anon_sym_LT_LT_EQ] = ACTIONS(4533), [anon_sym_GT_GT_EQ] = ACTIONS(4533), [anon_sym_AMP_EQ] = ACTIONS(4533), [anon_sym_CARET_EQ] = ACTIONS(4533), [anon_sym_PIPE_EQ] = ACTIONS(4533), [anon_sym_and_eq] = ACTIONS(4531), [anon_sym_or_eq] = ACTIONS(4531), [anon_sym_xor_eq] = ACTIONS(4531), [anon_sym_LT_EQ_GT] = ACTIONS(4533), [anon_sym_or] = ACTIONS(4531), [anon_sym_and] = ACTIONS(4531), [anon_sym_bitor] = ACTIONS(4531), [anon_sym_xor] = ACTIONS(4531), [anon_sym_bitand] = ACTIONS(4531), [anon_sym_not_eq] = ACTIONS(4531), [anon_sym_DASH_DASH] = ACTIONS(4533), [anon_sym_PLUS_PLUS] = ACTIONS(4533), [anon_sym_DOT] = ACTIONS(4531), [anon_sym_DASH_GT] = ACTIONS(4531), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(4531), [anon_sym_decltype] = ACTIONS(4531), [anon_sym_virtual] = ACTIONS(4531), [anon_sym_template] = ACTIONS(4531), [anon_sym_operator] = ACTIONS(4531), [anon_sym_DOT_STAR] = ACTIONS(4533), [anon_sym_DASH_GT_STAR] = ACTIONS(4533), }, [2091] = { [sym_template_argument_list] = STATE(2203), [sym_identifier] = ACTIONS(4466), [anon_sym_DOT_DOT_DOT] = ACTIONS(4478), [anon_sym_COMMA] = ACTIONS(4478), [anon_sym_RPAREN] = ACTIONS(4478), [anon_sym_LPAREN2] = ACTIONS(4468), [anon_sym_TILDE] = ACTIONS(4471), [anon_sym_DASH] = ACTIONS(4473), [anon_sym_PLUS] = ACTIONS(4473), [anon_sym_STAR] = ACTIONS(4475), [anon_sym_SLASH] = ACTIONS(4473), [anon_sym_PERCENT] = ACTIONS(4473), [anon_sym_PIPE_PIPE] = ACTIONS(4478), [anon_sym_AMP_AMP] = ACTIONS(4468), [anon_sym_PIPE] = ACTIONS(4473), [anon_sym_CARET] = ACTIONS(4473), [anon_sym_AMP] = ACTIONS(4475), [anon_sym_EQ_EQ] = ACTIONS(4478), [anon_sym_BANG_EQ] = ACTIONS(4478), [anon_sym_GT] = ACTIONS(4473), [anon_sym_GT_EQ] = ACTIONS(4478), [anon_sym_LT_EQ] = ACTIONS(4473), [anon_sym_LT] = ACTIONS(4491), [anon_sym_LT_LT] = ACTIONS(4473), [anon_sym_GT_GT] = ACTIONS(4473), [anon_sym_SEMI] = ACTIONS(4478), [anon_sym_extern] = ACTIONS(4466), [anon_sym___attribute__] = ACTIONS(4466), [anon_sym_COLON_COLON] = ACTIONS(4464), [anon_sym_LBRACK_LBRACK] = ACTIONS(4471), [anon_sym___declspec] = ACTIONS(4466), [anon_sym___based] = ACTIONS(4466), [anon_sym_LBRACE] = ACTIONS(4483), [anon_sym_LBRACK] = ACTIONS(4475), [anon_sym_EQ] = ACTIONS(4501), [anon_sym_static] = ACTIONS(4466), [anon_sym_register] = ACTIONS(4466), [anon_sym_inline] = ACTIONS(4466), [anon_sym_thread_local] = ACTIONS(4466), [anon_sym_const] = ACTIONS(4466), [anon_sym_constexpr] = ACTIONS(4466), [anon_sym_volatile] = ACTIONS(4466), [anon_sym_restrict] = ACTIONS(4466), [anon_sym___restrict__] = ACTIONS(4466), [anon_sym__Atomic] = ACTIONS(4466), [anon_sym__Noreturn] = ACTIONS(4466), [anon_sym_noreturn] = ACTIONS(4466), [anon_sym_mutable] = ACTIONS(4466), [anon_sym_constinit] = ACTIONS(4466), [anon_sym_consteval] = ACTIONS(4466), [anon_sym_QMARK] = ACTIONS(4478), [anon_sym_STAR_EQ] = ACTIONS(4505), [anon_sym_SLASH_EQ] = ACTIONS(4505), [anon_sym_PERCENT_EQ] = ACTIONS(4505), [anon_sym_PLUS_EQ] = ACTIONS(4505), [anon_sym_DASH_EQ] = ACTIONS(4505), [anon_sym_LT_LT_EQ] = ACTIONS(4505), [anon_sym_GT_GT_EQ] = ACTIONS(4505), [anon_sym_AMP_EQ] = ACTIONS(4505), [anon_sym_CARET_EQ] = ACTIONS(4505), [anon_sym_PIPE_EQ] = ACTIONS(4505), [anon_sym_and_eq] = ACTIONS(4501), [anon_sym_or_eq] = ACTIONS(4501), [anon_sym_xor_eq] = ACTIONS(4501), [anon_sym_LT_EQ_GT] = ACTIONS(4478), [anon_sym_or] = ACTIONS(4473), [anon_sym_and] = ACTIONS(4473), [anon_sym_bitor] = ACTIONS(4473), [anon_sym_xor] = ACTIONS(4473), [anon_sym_bitand] = ACTIONS(4473), [anon_sym_not_eq] = ACTIONS(4473), [anon_sym_DASH_DASH] = ACTIONS(4478), [anon_sym_PLUS_PLUS] = ACTIONS(4478), [anon_sym_DOT] = ACTIONS(4473), [anon_sym_DASH_GT] = ACTIONS(4478), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(4466), [anon_sym_decltype] = ACTIONS(4466), [anon_sym_virtual] = ACTIONS(4466), [anon_sym_template] = ACTIONS(4466), [anon_sym_operator] = ACTIONS(4466), }, [2092] = { [sym_template_argument_list] = STATE(2203), [sym_identifier] = ACTIONS(4466), [anon_sym_DOT_DOT_DOT] = ACTIONS(4478), [anon_sym_COMMA] = ACTIONS(4478), [anon_sym_LPAREN2] = ACTIONS(4468), [anon_sym_TILDE] = ACTIONS(4471), [anon_sym_DASH] = ACTIONS(4473), [anon_sym_PLUS] = ACTIONS(4473), [anon_sym_STAR] = ACTIONS(4475), [anon_sym_SLASH] = ACTIONS(4473), [anon_sym_PERCENT] = ACTIONS(4473), [anon_sym_PIPE_PIPE] = ACTIONS(4478), [anon_sym_AMP_AMP] = ACTIONS(4468), [anon_sym_PIPE] = ACTIONS(4473), [anon_sym_CARET] = ACTIONS(4473), [anon_sym_AMP] = ACTIONS(4475), [anon_sym_EQ_EQ] = ACTIONS(4478), [anon_sym_BANG_EQ] = ACTIONS(4478), [anon_sym_GT] = ACTIONS(4473), [anon_sym_GT_EQ] = ACTIONS(4478), [anon_sym_LT_EQ] = ACTIONS(4473), [anon_sym_LT] = ACTIONS(4491), [anon_sym_LT_LT] = ACTIONS(4473), [anon_sym_GT_GT] = ACTIONS(4473), [anon_sym_SEMI] = ACTIONS(4478), [anon_sym_extern] = ACTIONS(4466), [anon_sym___attribute__] = ACTIONS(4466), [anon_sym_COLON_COLON] = ACTIONS(4464), [anon_sym_LBRACK_LBRACK] = ACTIONS(4471), [anon_sym___declspec] = ACTIONS(4466), [anon_sym___based] = ACTIONS(4466), [anon_sym_LBRACE] = ACTIONS(4483), [anon_sym_LBRACK] = ACTIONS(4475), [anon_sym_EQ] = ACTIONS(4501), [anon_sym_static] = ACTIONS(4466), [anon_sym_register] = ACTIONS(4466), [anon_sym_inline] = ACTIONS(4466), [anon_sym_thread_local] = ACTIONS(4466), [anon_sym_const] = ACTIONS(4466), [anon_sym_constexpr] = ACTIONS(4466), [anon_sym_volatile] = ACTIONS(4466), [anon_sym_restrict] = ACTIONS(4466), [anon_sym___restrict__] = ACTIONS(4466), [anon_sym__Atomic] = ACTIONS(4466), [anon_sym__Noreturn] = ACTIONS(4466), [anon_sym_noreturn] = ACTIONS(4466), [anon_sym_mutable] = ACTIONS(4466), [anon_sym_constinit] = ACTIONS(4466), [anon_sym_consteval] = ACTIONS(4466), [anon_sym_COLON] = ACTIONS(4535), [anon_sym_QMARK] = ACTIONS(4478), [anon_sym_STAR_EQ] = ACTIONS(4505), [anon_sym_SLASH_EQ] = ACTIONS(4505), [anon_sym_PERCENT_EQ] = ACTIONS(4505), [anon_sym_PLUS_EQ] = ACTIONS(4505), [anon_sym_DASH_EQ] = ACTIONS(4505), [anon_sym_LT_LT_EQ] = ACTIONS(4505), [anon_sym_GT_GT_EQ] = ACTIONS(4505), [anon_sym_AMP_EQ] = ACTIONS(4505), [anon_sym_CARET_EQ] = ACTIONS(4505), [anon_sym_PIPE_EQ] = ACTIONS(4505), [anon_sym_and_eq] = ACTIONS(4501), [anon_sym_or_eq] = ACTIONS(4501), [anon_sym_xor_eq] = ACTIONS(4501), [anon_sym_LT_EQ_GT] = ACTIONS(4478), [anon_sym_or] = ACTIONS(4473), [anon_sym_and] = ACTIONS(4473), [anon_sym_bitor] = ACTIONS(4473), [anon_sym_xor] = ACTIONS(4473), [anon_sym_bitand] = ACTIONS(4473), [anon_sym_not_eq] = ACTIONS(4473), [anon_sym_DASH_DASH] = ACTIONS(4478), [anon_sym_PLUS_PLUS] = ACTIONS(4478), [anon_sym_DOT] = ACTIONS(4473), [anon_sym_DASH_GT] = ACTIONS(4478), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(4466), [anon_sym_decltype] = ACTIONS(4466), [anon_sym_virtual] = ACTIONS(4466), [anon_sym_template] = ACTIONS(4466), [anon_sym_operator] = ACTIONS(4466), }, [2093] = { [sym_identifier] = ACTIONS(4537), [anon_sym_DOT_DOT_DOT] = ACTIONS(4539), [anon_sym_COMMA] = ACTIONS(4539), [anon_sym_RPAREN] = ACTIONS(4539), [anon_sym_LPAREN2] = ACTIONS(4539), [anon_sym_TILDE] = ACTIONS(4539), [anon_sym_DASH] = ACTIONS(4537), [anon_sym_PLUS] = ACTIONS(4537), [anon_sym_STAR] = ACTIONS(4537), [anon_sym_SLASH] = ACTIONS(4537), [anon_sym_PERCENT] = ACTIONS(4537), [anon_sym_PIPE_PIPE] = ACTIONS(4539), [anon_sym_AMP_AMP] = ACTIONS(4539), [anon_sym_PIPE] = ACTIONS(4537), [anon_sym_CARET] = ACTIONS(4537), [anon_sym_AMP] = ACTIONS(4537), [anon_sym_EQ_EQ] = ACTIONS(4539), [anon_sym_BANG_EQ] = ACTIONS(4539), [anon_sym_GT] = ACTIONS(4537), [anon_sym_GT_EQ] = ACTIONS(4539), [anon_sym_LT_EQ] = ACTIONS(4537), [anon_sym_LT] = ACTIONS(4537), [anon_sym_LT_LT] = ACTIONS(4537), [anon_sym_GT_GT] = ACTIONS(4537), [anon_sym_extern] = ACTIONS(4537), [anon_sym___attribute__] = ACTIONS(4537), [anon_sym_COLON_COLON] = ACTIONS(4539), [anon_sym_LBRACK_LBRACK] = ACTIONS(4539), [anon_sym___declspec] = ACTIONS(4537), [anon_sym___based] = ACTIONS(4537), [anon_sym_LBRACE] = ACTIONS(4539), [anon_sym_LBRACK] = ACTIONS(4537), [anon_sym_EQ] = ACTIONS(4537), [anon_sym_static] = ACTIONS(4537), [anon_sym_register] = ACTIONS(4537), [anon_sym_inline] = ACTIONS(4537), [anon_sym_thread_local] = ACTIONS(4537), [anon_sym_const] = ACTIONS(4537), [anon_sym_constexpr] = ACTIONS(4537), [anon_sym_volatile] = ACTIONS(4537), [anon_sym_restrict] = ACTIONS(4537), [anon_sym___restrict__] = ACTIONS(4537), [anon_sym__Atomic] = ACTIONS(4537), [anon_sym__Noreturn] = ACTIONS(4537), [anon_sym_noreturn] = ACTIONS(4537), [anon_sym_mutable] = ACTIONS(4537), [anon_sym_constinit] = ACTIONS(4537), [anon_sym_consteval] = ACTIONS(4537), [anon_sym_QMARK] = ACTIONS(4539), [anon_sym_STAR_EQ] = ACTIONS(4539), [anon_sym_SLASH_EQ] = ACTIONS(4539), [anon_sym_PERCENT_EQ] = ACTIONS(4539), [anon_sym_PLUS_EQ] = ACTIONS(4539), [anon_sym_DASH_EQ] = ACTIONS(4539), [anon_sym_LT_LT_EQ] = ACTIONS(4539), [anon_sym_GT_GT_EQ] = ACTIONS(4539), [anon_sym_AMP_EQ] = ACTIONS(4539), [anon_sym_CARET_EQ] = ACTIONS(4539), [anon_sym_PIPE_EQ] = ACTIONS(4539), [anon_sym_and_eq] = ACTIONS(4537), [anon_sym_or_eq] = ACTIONS(4537), [anon_sym_xor_eq] = ACTIONS(4537), [anon_sym_LT_EQ_GT] = ACTIONS(4539), [anon_sym_or] = ACTIONS(4537), [anon_sym_and] = ACTIONS(4537), [anon_sym_bitor] = ACTIONS(4537), [anon_sym_xor] = ACTIONS(4537), [anon_sym_bitand] = ACTIONS(4537), [anon_sym_not_eq] = ACTIONS(4537), [anon_sym_DASH_DASH] = ACTIONS(4539), [anon_sym_PLUS_PLUS] = ACTIONS(4539), [anon_sym_DOT] = ACTIONS(4537), [anon_sym_DASH_GT] = ACTIONS(4537), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(4537), [anon_sym_decltype] = ACTIONS(4537), [anon_sym_virtual] = ACTIONS(4537), [anon_sym_template] = ACTIONS(4537), [anon_sym_operator] = ACTIONS(4537), [anon_sym_DOT_STAR] = ACTIONS(4539), [anon_sym_DASH_GT_STAR] = ACTIONS(4539), }, [2094] = { [sym_identifier] = ACTIONS(4541), [anon_sym_DOT_DOT_DOT] = ACTIONS(4543), [anon_sym_COMMA] = ACTIONS(4543), [anon_sym_RPAREN] = ACTIONS(4543), [anon_sym_LPAREN2] = ACTIONS(4543), [anon_sym_TILDE] = ACTIONS(4543), [anon_sym_DASH] = ACTIONS(4541), [anon_sym_PLUS] = ACTIONS(4541), [anon_sym_STAR] = ACTIONS(4541), [anon_sym_SLASH] = ACTIONS(4541), [anon_sym_PERCENT] = ACTIONS(4541), [anon_sym_PIPE_PIPE] = ACTIONS(4543), [anon_sym_AMP_AMP] = ACTIONS(4543), [anon_sym_PIPE] = ACTIONS(4541), [anon_sym_CARET] = ACTIONS(4541), [anon_sym_AMP] = ACTIONS(4541), [anon_sym_EQ_EQ] = ACTIONS(4543), [anon_sym_BANG_EQ] = ACTIONS(4543), [anon_sym_GT] = ACTIONS(4541), [anon_sym_GT_EQ] = ACTIONS(4543), [anon_sym_LT_EQ] = ACTIONS(4541), [anon_sym_LT] = ACTIONS(4541), [anon_sym_LT_LT] = ACTIONS(4541), [anon_sym_GT_GT] = ACTIONS(4541), [anon_sym_extern] = ACTIONS(4541), [anon_sym___attribute__] = ACTIONS(4541), [anon_sym_COLON_COLON] = ACTIONS(4543), [anon_sym_LBRACK_LBRACK] = ACTIONS(4543), [anon_sym___declspec] = ACTIONS(4541), [anon_sym___based] = ACTIONS(4541), [anon_sym_LBRACE] = ACTIONS(4543), [anon_sym_LBRACK] = ACTIONS(4541), [anon_sym_EQ] = ACTIONS(4541), [anon_sym_static] = ACTIONS(4541), [anon_sym_register] = ACTIONS(4541), [anon_sym_inline] = ACTIONS(4541), [anon_sym_thread_local] = ACTIONS(4541), [anon_sym_const] = ACTIONS(4541), [anon_sym_constexpr] = ACTIONS(4541), [anon_sym_volatile] = ACTIONS(4541), [anon_sym_restrict] = ACTIONS(4541), [anon_sym___restrict__] = ACTIONS(4541), [anon_sym__Atomic] = ACTIONS(4541), [anon_sym__Noreturn] = ACTIONS(4541), [anon_sym_noreturn] = ACTIONS(4541), [anon_sym_mutable] = ACTIONS(4541), [anon_sym_constinit] = ACTIONS(4541), [anon_sym_consteval] = ACTIONS(4541), [anon_sym_QMARK] = ACTIONS(4543), [anon_sym_STAR_EQ] = ACTIONS(4543), [anon_sym_SLASH_EQ] = ACTIONS(4543), [anon_sym_PERCENT_EQ] = ACTIONS(4543), [anon_sym_PLUS_EQ] = ACTIONS(4543), [anon_sym_DASH_EQ] = ACTIONS(4543), [anon_sym_LT_LT_EQ] = ACTIONS(4543), [anon_sym_GT_GT_EQ] = ACTIONS(4543), [anon_sym_AMP_EQ] = ACTIONS(4543), [anon_sym_CARET_EQ] = ACTIONS(4543), [anon_sym_PIPE_EQ] = ACTIONS(4543), [anon_sym_and_eq] = ACTIONS(4541), [anon_sym_or_eq] = ACTIONS(4541), [anon_sym_xor_eq] = ACTIONS(4541), [anon_sym_LT_EQ_GT] = ACTIONS(4543), [anon_sym_or] = ACTIONS(4541), [anon_sym_and] = ACTIONS(4541), [anon_sym_bitor] = ACTIONS(4541), [anon_sym_xor] = ACTIONS(4541), [anon_sym_bitand] = ACTIONS(4541), [anon_sym_not_eq] = ACTIONS(4541), [anon_sym_DASH_DASH] = ACTIONS(4543), [anon_sym_PLUS_PLUS] = ACTIONS(4543), [anon_sym_DOT] = ACTIONS(4541), [anon_sym_DASH_GT] = ACTIONS(4541), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(4541), [anon_sym_decltype] = ACTIONS(4541), [anon_sym_virtual] = ACTIONS(4541), [anon_sym_template] = ACTIONS(4541), [anon_sym_operator] = ACTIONS(4541), [anon_sym_DOT_STAR] = ACTIONS(4543), [anon_sym_DASH_GT_STAR] = ACTIONS(4543), }, [2095] = { [sym_identifier] = ACTIONS(4545), [anon_sym_DOT_DOT_DOT] = ACTIONS(4547), [anon_sym_COMMA] = ACTIONS(4547), [anon_sym_RPAREN] = ACTIONS(4547), [anon_sym_LPAREN2] = ACTIONS(4547), [anon_sym_TILDE] = ACTIONS(4547), [anon_sym_DASH] = ACTIONS(4545), [anon_sym_PLUS] = ACTIONS(4545), [anon_sym_STAR] = ACTIONS(4545), [anon_sym_SLASH] = ACTIONS(4545), [anon_sym_PERCENT] = ACTIONS(4545), [anon_sym_PIPE_PIPE] = ACTIONS(4547), [anon_sym_AMP_AMP] = ACTIONS(4547), [anon_sym_PIPE] = ACTIONS(4545), [anon_sym_CARET] = ACTIONS(4545), [anon_sym_AMP] = ACTIONS(4545), [anon_sym_EQ_EQ] = ACTIONS(4547), [anon_sym_BANG_EQ] = ACTIONS(4547), [anon_sym_GT] = ACTIONS(4545), [anon_sym_GT_EQ] = ACTIONS(4547), [anon_sym_LT_EQ] = ACTIONS(4545), [anon_sym_LT] = ACTIONS(4545), [anon_sym_LT_LT] = ACTIONS(4545), [anon_sym_GT_GT] = ACTIONS(4545), [anon_sym_SEMI] = ACTIONS(4547), [anon_sym_extern] = ACTIONS(4545), [anon_sym___attribute__] = ACTIONS(4545), [anon_sym_COLON_COLON] = ACTIONS(4547), [anon_sym_LBRACK_LBRACK] = ACTIONS(4547), [anon_sym___declspec] = ACTIONS(4545), [anon_sym___based] = ACTIONS(4545), [anon_sym_LBRACE] = ACTIONS(4547), [anon_sym_RBRACE] = ACTIONS(4547), [anon_sym_LBRACK] = ACTIONS(4545), [anon_sym_EQ] = ACTIONS(4545), [anon_sym_static] = ACTIONS(4545), [anon_sym_register] = ACTIONS(4545), [anon_sym_inline] = ACTIONS(4545), [anon_sym_thread_local] = ACTIONS(4545), [anon_sym_const] = ACTIONS(4545), [anon_sym_constexpr] = ACTIONS(4545), [anon_sym_volatile] = ACTIONS(4545), [anon_sym_restrict] = ACTIONS(4545), [anon_sym___restrict__] = ACTIONS(4545), [anon_sym__Atomic] = ACTIONS(4545), [anon_sym__Noreturn] = ACTIONS(4545), [anon_sym_noreturn] = ACTIONS(4545), [anon_sym_mutable] = ACTIONS(4545), [anon_sym_constinit] = ACTIONS(4545), [anon_sym_consteval] = ACTIONS(4545), [anon_sym_QMARK] = ACTIONS(4547), [anon_sym_STAR_EQ] = ACTIONS(4547), [anon_sym_SLASH_EQ] = ACTIONS(4547), [anon_sym_PERCENT_EQ] = ACTIONS(4547), [anon_sym_PLUS_EQ] = ACTIONS(4547), [anon_sym_DASH_EQ] = ACTIONS(4547), [anon_sym_LT_LT_EQ] = ACTIONS(4547), [anon_sym_GT_GT_EQ] = ACTIONS(4547), [anon_sym_AMP_EQ] = ACTIONS(4547), [anon_sym_CARET_EQ] = ACTIONS(4547), [anon_sym_PIPE_EQ] = ACTIONS(4547), [anon_sym_and_eq] = ACTIONS(4545), [anon_sym_or_eq] = ACTIONS(4545), [anon_sym_xor_eq] = ACTIONS(4545), [anon_sym_LT_EQ_GT] = ACTIONS(4547), [anon_sym_or] = ACTIONS(4545), [anon_sym_and] = ACTIONS(4545), [anon_sym_bitor] = ACTIONS(4545), [anon_sym_xor] = ACTIONS(4545), [anon_sym_bitand] = ACTIONS(4545), [anon_sym_not_eq] = ACTIONS(4545), [anon_sym_DASH_DASH] = ACTIONS(4547), [anon_sym_PLUS_PLUS] = ACTIONS(4547), [anon_sym_DOT] = ACTIONS(4545), [anon_sym_DASH_GT] = ACTIONS(4547), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(4545), [anon_sym_decltype] = ACTIONS(4545), [anon_sym_virtual] = ACTIONS(4545), [anon_sym_template] = ACTIONS(4545), [anon_sym_operator] = ACTIONS(4545), }, [2096] = { [sym_template_argument_list] = STATE(2112), [sym_identifier] = ACTIONS(4447), [anon_sym_DOT_DOT_DOT] = ACTIONS(4459), [anon_sym_COMMA] = ACTIONS(4459), [anon_sym_LPAREN2] = ACTIONS(4449), [anon_sym_TILDE] = ACTIONS(4452), [anon_sym_DASH] = ACTIONS(4454), [anon_sym_PLUS] = ACTIONS(4454), [anon_sym_STAR] = ACTIONS(4456), [anon_sym_SLASH] = ACTIONS(4454), [anon_sym_PERCENT] = ACTIONS(4454), [anon_sym_PIPE_PIPE] = ACTIONS(4459), [anon_sym_AMP_AMP] = ACTIONS(4449), [anon_sym_PIPE] = ACTIONS(4454), [anon_sym_CARET] = ACTIONS(4454), [anon_sym_AMP] = ACTIONS(4456), [anon_sym_EQ_EQ] = ACTIONS(4459), [anon_sym_BANG_EQ] = ACTIONS(4459), [anon_sym_GT] = ACTIONS(4454), [anon_sym_GT_EQ] = ACTIONS(4459), [anon_sym_LT_EQ] = ACTIONS(4454), [anon_sym_LT] = ACTIONS(4549), [anon_sym_LT_LT] = ACTIONS(4454), [anon_sym_GT_GT] = ACTIONS(4454), [anon_sym_SEMI] = ACTIONS(4449), [anon_sym_extern] = ACTIONS(4447), [anon_sym___attribute__] = ACTIONS(4447), [anon_sym_COLON_COLON] = ACTIONS(4464), [anon_sym_LBRACK_LBRACK] = ACTIONS(4449), [anon_sym___declspec] = ACTIONS(4447), [anon_sym___based] = ACTIONS(4447), [anon_sym_LBRACE] = ACTIONS(4452), [anon_sym_RBRACE] = ACTIONS(4459), [anon_sym_LBRACK] = ACTIONS(4456), [anon_sym_EQ] = ACTIONS(4454), [anon_sym_static] = ACTIONS(4447), [anon_sym_register] = ACTIONS(4447), [anon_sym_inline] = ACTIONS(4447), [anon_sym_thread_local] = ACTIONS(4447), [anon_sym_const] = ACTIONS(4447), [anon_sym_constexpr] = ACTIONS(4447), [anon_sym_volatile] = ACTIONS(4447), [anon_sym_restrict] = ACTIONS(4447), [anon_sym___restrict__] = ACTIONS(4447), [anon_sym__Atomic] = ACTIONS(4447), [anon_sym__Noreturn] = ACTIONS(4447), [anon_sym_noreturn] = ACTIONS(4447), [anon_sym_mutable] = ACTIONS(4447), [anon_sym_constinit] = ACTIONS(4447), [anon_sym_consteval] = ACTIONS(4447), [anon_sym_QMARK] = ACTIONS(4459), [anon_sym_STAR_EQ] = ACTIONS(4459), [anon_sym_SLASH_EQ] = ACTIONS(4459), [anon_sym_PERCENT_EQ] = ACTIONS(4459), [anon_sym_PLUS_EQ] = ACTIONS(4459), [anon_sym_DASH_EQ] = ACTIONS(4459), [anon_sym_LT_LT_EQ] = ACTIONS(4459), [anon_sym_GT_GT_EQ] = ACTIONS(4459), [anon_sym_AMP_EQ] = ACTIONS(4459), [anon_sym_CARET_EQ] = ACTIONS(4459), [anon_sym_PIPE_EQ] = ACTIONS(4459), [anon_sym_and_eq] = ACTIONS(4454), [anon_sym_or_eq] = ACTIONS(4454), [anon_sym_xor_eq] = ACTIONS(4454), [anon_sym_LT_EQ_GT] = ACTIONS(4459), [anon_sym_or] = ACTIONS(4454), [anon_sym_and] = ACTIONS(4454), [anon_sym_bitor] = ACTIONS(4454), [anon_sym_xor] = ACTIONS(4454), [anon_sym_bitand] = ACTIONS(4454), [anon_sym_not_eq] = ACTIONS(4454), [anon_sym_DASH_DASH] = ACTIONS(4459), [anon_sym_PLUS_PLUS] = ACTIONS(4459), [anon_sym_DOT] = ACTIONS(4454), [anon_sym_DASH_GT] = ACTIONS(4459), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(4447), [anon_sym_decltype] = ACTIONS(4447), [anon_sym_virtual] = ACTIONS(4447), [anon_sym_template] = ACTIONS(4447), [anon_sym_operator] = ACTIONS(4447), }, [2097] = { [sym_identifier] = ACTIONS(4521), [anon_sym_DOT_DOT_DOT] = ACTIONS(4523), [anon_sym_COMMA] = ACTIONS(4523), [anon_sym_RPAREN] = ACTIONS(4523), [anon_sym_LPAREN2] = ACTIONS(4523), [anon_sym_TILDE] = ACTIONS(4523), [anon_sym_DASH] = ACTIONS(4521), [anon_sym_PLUS] = ACTIONS(4521), [anon_sym_STAR] = ACTIONS(4521), [anon_sym_SLASH] = ACTIONS(4521), [anon_sym_PERCENT] = ACTIONS(4521), [anon_sym_PIPE_PIPE] = ACTIONS(4523), [anon_sym_AMP_AMP] = ACTIONS(4523), [anon_sym_PIPE] = ACTIONS(4521), [anon_sym_CARET] = ACTIONS(4521), [anon_sym_AMP] = ACTIONS(4521), [anon_sym_EQ_EQ] = ACTIONS(4523), [anon_sym_BANG_EQ] = ACTIONS(4523), [anon_sym_GT] = ACTIONS(4521), [anon_sym_GT_EQ] = ACTIONS(4523), [anon_sym_LT_EQ] = ACTIONS(4521), [anon_sym_LT] = ACTIONS(4521), [anon_sym_LT_LT] = ACTIONS(4521), [anon_sym_GT_GT] = ACTIONS(4521), [anon_sym_extern] = ACTIONS(4521), [anon_sym___attribute__] = ACTIONS(4521), [anon_sym_COLON_COLON] = ACTIONS(4523), [anon_sym_LBRACK_LBRACK] = ACTIONS(4523), [anon_sym___declspec] = ACTIONS(4521), [anon_sym___based] = ACTIONS(4521), [anon_sym_LBRACE] = ACTIONS(4523), [anon_sym_LBRACK] = ACTIONS(4521), [anon_sym_EQ] = ACTIONS(4521), [anon_sym_static] = ACTIONS(4521), [anon_sym_register] = ACTIONS(4521), [anon_sym_inline] = ACTIONS(4521), [anon_sym_thread_local] = ACTIONS(4521), [anon_sym_const] = ACTIONS(4521), [anon_sym_constexpr] = ACTIONS(4521), [anon_sym_volatile] = ACTIONS(4521), [anon_sym_restrict] = ACTIONS(4521), [anon_sym___restrict__] = ACTIONS(4521), [anon_sym__Atomic] = ACTIONS(4521), [anon_sym__Noreturn] = ACTIONS(4521), [anon_sym_noreturn] = ACTIONS(4521), [anon_sym_mutable] = ACTIONS(4521), [anon_sym_constinit] = ACTIONS(4521), [anon_sym_consteval] = ACTIONS(4521), [anon_sym_QMARK] = ACTIONS(4523), [anon_sym_STAR_EQ] = ACTIONS(4523), [anon_sym_SLASH_EQ] = ACTIONS(4523), [anon_sym_PERCENT_EQ] = ACTIONS(4523), [anon_sym_PLUS_EQ] = ACTIONS(4523), [anon_sym_DASH_EQ] = ACTIONS(4523), [anon_sym_LT_LT_EQ] = ACTIONS(4523), [anon_sym_GT_GT_EQ] = ACTIONS(4523), [anon_sym_AMP_EQ] = ACTIONS(4523), [anon_sym_CARET_EQ] = ACTIONS(4523), [anon_sym_PIPE_EQ] = ACTIONS(4523), [anon_sym_and_eq] = ACTIONS(4521), [anon_sym_or_eq] = ACTIONS(4521), [anon_sym_xor_eq] = ACTIONS(4521), [anon_sym_LT_EQ_GT] = ACTIONS(4523), [anon_sym_or] = ACTIONS(4521), [anon_sym_and] = ACTIONS(4521), [anon_sym_bitor] = ACTIONS(4521), [anon_sym_xor] = ACTIONS(4521), [anon_sym_bitand] = ACTIONS(4521), [anon_sym_not_eq] = ACTIONS(4521), [anon_sym_DASH_DASH] = ACTIONS(4523), [anon_sym_PLUS_PLUS] = ACTIONS(4523), [anon_sym_DOT] = ACTIONS(4521), [anon_sym_DASH_GT] = ACTIONS(4521), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(4521), [anon_sym_decltype] = ACTIONS(4521), [anon_sym_virtual] = ACTIONS(4521), [anon_sym_template] = ACTIONS(4521), [anon_sym_operator] = ACTIONS(4521), [anon_sym_DOT_STAR] = ACTIONS(4523), [anon_sym_DASH_GT_STAR] = ACTIONS(4523), }, [2098] = { [sym_identifier] = ACTIONS(4541), [anon_sym_DOT_DOT_DOT] = ACTIONS(4543), [anon_sym_COMMA] = ACTIONS(4543), [anon_sym_RPAREN] = ACTIONS(4543), [anon_sym_LPAREN2] = ACTIONS(4543), [anon_sym_TILDE] = ACTIONS(4543), [anon_sym_DASH] = ACTIONS(4541), [anon_sym_PLUS] = ACTIONS(4541), [anon_sym_STAR] = ACTIONS(4541), [anon_sym_SLASH] = ACTIONS(4541), [anon_sym_PERCENT] = ACTIONS(4541), [anon_sym_PIPE_PIPE] = ACTIONS(4543), [anon_sym_AMP_AMP] = ACTIONS(4543), [anon_sym_PIPE] = ACTIONS(4541), [anon_sym_CARET] = ACTIONS(4541), [anon_sym_AMP] = ACTIONS(4541), [anon_sym_EQ_EQ] = ACTIONS(4543), [anon_sym_BANG_EQ] = ACTIONS(4543), [anon_sym_GT] = ACTIONS(4541), [anon_sym_GT_EQ] = ACTIONS(4543), [anon_sym_LT_EQ] = ACTIONS(4541), [anon_sym_LT] = ACTIONS(4541), [anon_sym_LT_LT] = ACTIONS(4541), [anon_sym_GT_GT] = ACTIONS(4541), [anon_sym_SEMI] = ACTIONS(4543), [anon_sym_extern] = ACTIONS(4541), [anon_sym___attribute__] = ACTIONS(4541), [anon_sym_COLON_COLON] = ACTIONS(4543), [anon_sym_LBRACK_LBRACK] = ACTIONS(4543), [anon_sym___declspec] = ACTIONS(4541), [anon_sym___based] = ACTIONS(4541), [anon_sym_LBRACE] = ACTIONS(4543), [anon_sym_RBRACE] = ACTIONS(4543), [anon_sym_LBRACK] = ACTIONS(4541), [anon_sym_EQ] = ACTIONS(4541), [anon_sym_static] = ACTIONS(4541), [anon_sym_register] = ACTIONS(4541), [anon_sym_inline] = ACTIONS(4541), [anon_sym_thread_local] = ACTIONS(4541), [anon_sym_const] = ACTIONS(4541), [anon_sym_constexpr] = ACTIONS(4541), [anon_sym_volatile] = ACTIONS(4541), [anon_sym_restrict] = ACTIONS(4541), [anon_sym___restrict__] = ACTIONS(4541), [anon_sym__Atomic] = ACTIONS(4541), [anon_sym__Noreturn] = ACTIONS(4541), [anon_sym_noreturn] = ACTIONS(4541), [anon_sym_mutable] = ACTIONS(4541), [anon_sym_constinit] = ACTIONS(4541), [anon_sym_consteval] = ACTIONS(4541), [anon_sym_QMARK] = ACTIONS(4543), [anon_sym_STAR_EQ] = ACTIONS(4543), [anon_sym_SLASH_EQ] = ACTIONS(4543), [anon_sym_PERCENT_EQ] = ACTIONS(4543), [anon_sym_PLUS_EQ] = ACTIONS(4543), [anon_sym_DASH_EQ] = ACTIONS(4543), [anon_sym_LT_LT_EQ] = ACTIONS(4543), [anon_sym_GT_GT_EQ] = ACTIONS(4543), [anon_sym_AMP_EQ] = ACTIONS(4543), [anon_sym_CARET_EQ] = ACTIONS(4543), [anon_sym_PIPE_EQ] = ACTIONS(4543), [anon_sym_and_eq] = ACTIONS(4541), [anon_sym_or_eq] = ACTIONS(4541), [anon_sym_xor_eq] = ACTIONS(4541), [anon_sym_LT_EQ_GT] = ACTIONS(4543), [anon_sym_or] = ACTIONS(4541), [anon_sym_and] = ACTIONS(4541), [anon_sym_bitor] = ACTIONS(4541), [anon_sym_xor] = ACTIONS(4541), [anon_sym_bitand] = ACTIONS(4541), [anon_sym_not_eq] = ACTIONS(4541), [anon_sym_DASH_DASH] = ACTIONS(4543), [anon_sym_PLUS_PLUS] = ACTIONS(4543), [anon_sym_DOT] = ACTIONS(4541), [anon_sym_DASH_GT] = ACTIONS(4543), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(4541), [anon_sym_decltype] = ACTIONS(4541), [anon_sym_virtual] = ACTIONS(4541), [anon_sym_template] = ACTIONS(4541), [anon_sym_operator] = ACTIONS(4541), }, [2099] = { [sym_identifier] = ACTIONS(4537), [anon_sym_DOT_DOT_DOT] = ACTIONS(4539), [anon_sym_COMMA] = ACTIONS(4539), [anon_sym_RPAREN] = ACTIONS(4539), [anon_sym_LPAREN2] = ACTIONS(4539), [anon_sym_TILDE] = ACTIONS(4539), [anon_sym_DASH] = ACTIONS(4537), [anon_sym_PLUS] = ACTIONS(4537), [anon_sym_STAR] = ACTIONS(4537), [anon_sym_SLASH] = ACTIONS(4537), [anon_sym_PERCENT] = ACTIONS(4537), [anon_sym_PIPE_PIPE] = ACTIONS(4539), [anon_sym_AMP_AMP] = ACTIONS(4539), [anon_sym_PIPE] = ACTIONS(4537), [anon_sym_CARET] = ACTIONS(4537), [anon_sym_AMP] = ACTIONS(4537), [anon_sym_EQ_EQ] = ACTIONS(4539), [anon_sym_BANG_EQ] = ACTIONS(4539), [anon_sym_GT] = ACTIONS(4537), [anon_sym_GT_EQ] = ACTIONS(4539), [anon_sym_LT_EQ] = ACTIONS(4537), [anon_sym_LT] = ACTIONS(4537), [anon_sym_LT_LT] = ACTIONS(4537), [anon_sym_GT_GT] = ACTIONS(4537), [anon_sym_SEMI] = ACTIONS(4539), [anon_sym_extern] = ACTIONS(4537), [anon_sym___attribute__] = ACTIONS(4537), [anon_sym_COLON_COLON] = ACTIONS(4539), [anon_sym_LBRACK_LBRACK] = ACTIONS(4539), [anon_sym___declspec] = ACTIONS(4537), [anon_sym___based] = ACTIONS(4537), [anon_sym_LBRACE] = ACTIONS(4539), [anon_sym_RBRACE] = ACTIONS(4539), [anon_sym_LBRACK] = ACTIONS(4537), [anon_sym_EQ] = ACTIONS(4537), [anon_sym_static] = ACTIONS(4537), [anon_sym_register] = ACTIONS(4537), [anon_sym_inline] = ACTIONS(4537), [anon_sym_thread_local] = ACTIONS(4537), [anon_sym_const] = ACTIONS(4537), [anon_sym_constexpr] = ACTIONS(4537), [anon_sym_volatile] = ACTIONS(4537), [anon_sym_restrict] = ACTIONS(4537), [anon_sym___restrict__] = ACTIONS(4537), [anon_sym__Atomic] = ACTIONS(4537), [anon_sym__Noreturn] = ACTIONS(4537), [anon_sym_noreturn] = ACTIONS(4537), [anon_sym_mutable] = ACTIONS(4537), [anon_sym_constinit] = ACTIONS(4537), [anon_sym_consteval] = ACTIONS(4537), [anon_sym_QMARK] = ACTIONS(4539), [anon_sym_STAR_EQ] = ACTIONS(4539), [anon_sym_SLASH_EQ] = ACTIONS(4539), [anon_sym_PERCENT_EQ] = ACTIONS(4539), [anon_sym_PLUS_EQ] = ACTIONS(4539), [anon_sym_DASH_EQ] = ACTIONS(4539), [anon_sym_LT_LT_EQ] = ACTIONS(4539), [anon_sym_GT_GT_EQ] = ACTIONS(4539), [anon_sym_AMP_EQ] = ACTIONS(4539), [anon_sym_CARET_EQ] = ACTIONS(4539), [anon_sym_PIPE_EQ] = ACTIONS(4539), [anon_sym_and_eq] = ACTIONS(4537), [anon_sym_or_eq] = ACTIONS(4537), [anon_sym_xor_eq] = ACTIONS(4537), [anon_sym_LT_EQ_GT] = ACTIONS(4539), [anon_sym_or] = ACTIONS(4537), [anon_sym_and] = ACTIONS(4537), [anon_sym_bitor] = ACTIONS(4537), [anon_sym_xor] = ACTIONS(4537), [anon_sym_bitand] = ACTIONS(4537), [anon_sym_not_eq] = ACTIONS(4537), [anon_sym_DASH_DASH] = ACTIONS(4539), [anon_sym_PLUS_PLUS] = ACTIONS(4539), [anon_sym_DOT] = ACTIONS(4537), [anon_sym_DASH_GT] = ACTIONS(4539), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(4537), [anon_sym_decltype] = ACTIONS(4537), [anon_sym_virtual] = ACTIONS(4537), [anon_sym_template] = ACTIONS(4537), [anon_sym_operator] = ACTIONS(4537), }, [2100] = { [sym_identifier] = ACTIONS(4531), [anon_sym_DOT_DOT_DOT] = ACTIONS(4533), [anon_sym_COMMA] = ACTIONS(4533), [anon_sym_RPAREN] = ACTIONS(4533), [anon_sym_LPAREN2] = ACTIONS(4533), [anon_sym_TILDE] = ACTIONS(4533), [anon_sym_DASH] = ACTIONS(4531), [anon_sym_PLUS] = ACTIONS(4531), [anon_sym_STAR] = ACTIONS(4531), [anon_sym_SLASH] = ACTIONS(4531), [anon_sym_PERCENT] = ACTIONS(4531), [anon_sym_PIPE_PIPE] = ACTIONS(4533), [anon_sym_AMP_AMP] = ACTIONS(4533), [anon_sym_PIPE] = ACTIONS(4531), [anon_sym_CARET] = ACTIONS(4531), [anon_sym_AMP] = ACTIONS(4531), [anon_sym_EQ_EQ] = ACTIONS(4533), [anon_sym_BANG_EQ] = ACTIONS(4533), [anon_sym_GT] = ACTIONS(4531), [anon_sym_GT_EQ] = ACTIONS(4533), [anon_sym_LT_EQ] = ACTIONS(4531), [anon_sym_LT] = ACTIONS(4531), [anon_sym_LT_LT] = ACTIONS(4531), [anon_sym_GT_GT] = ACTIONS(4531), [anon_sym_SEMI] = ACTIONS(4533), [anon_sym_extern] = ACTIONS(4531), [anon_sym___attribute__] = ACTIONS(4531), [anon_sym_COLON_COLON] = ACTIONS(4533), [anon_sym_LBRACK_LBRACK] = ACTIONS(4533), [anon_sym___declspec] = ACTIONS(4531), [anon_sym___based] = ACTIONS(4531), [anon_sym_LBRACE] = ACTIONS(4533), [anon_sym_RBRACE] = ACTIONS(4533), [anon_sym_LBRACK] = ACTIONS(4531), [anon_sym_EQ] = ACTIONS(4531), [anon_sym_static] = ACTIONS(4531), [anon_sym_register] = ACTIONS(4531), [anon_sym_inline] = ACTIONS(4531), [anon_sym_thread_local] = ACTIONS(4531), [anon_sym_const] = ACTIONS(4531), [anon_sym_constexpr] = ACTIONS(4531), [anon_sym_volatile] = ACTIONS(4531), [anon_sym_restrict] = ACTIONS(4531), [anon_sym___restrict__] = ACTIONS(4531), [anon_sym__Atomic] = ACTIONS(4531), [anon_sym__Noreturn] = ACTIONS(4531), [anon_sym_noreturn] = ACTIONS(4531), [anon_sym_mutable] = ACTIONS(4531), [anon_sym_constinit] = ACTIONS(4531), [anon_sym_consteval] = ACTIONS(4531), [anon_sym_QMARK] = ACTIONS(4533), [anon_sym_STAR_EQ] = ACTIONS(4533), [anon_sym_SLASH_EQ] = ACTIONS(4533), [anon_sym_PERCENT_EQ] = ACTIONS(4533), [anon_sym_PLUS_EQ] = ACTIONS(4533), [anon_sym_DASH_EQ] = ACTIONS(4533), [anon_sym_LT_LT_EQ] = ACTIONS(4533), [anon_sym_GT_GT_EQ] = ACTIONS(4533), [anon_sym_AMP_EQ] = ACTIONS(4533), [anon_sym_CARET_EQ] = ACTIONS(4533), [anon_sym_PIPE_EQ] = ACTIONS(4533), [anon_sym_and_eq] = ACTIONS(4531), [anon_sym_or_eq] = ACTIONS(4531), [anon_sym_xor_eq] = ACTIONS(4531), [anon_sym_LT_EQ_GT] = ACTIONS(4533), [anon_sym_or] = ACTIONS(4531), [anon_sym_and] = ACTIONS(4531), [anon_sym_bitor] = ACTIONS(4531), [anon_sym_xor] = ACTIONS(4531), [anon_sym_bitand] = ACTIONS(4531), [anon_sym_not_eq] = ACTIONS(4531), [anon_sym_DASH_DASH] = ACTIONS(4533), [anon_sym_PLUS_PLUS] = ACTIONS(4533), [anon_sym_DOT] = ACTIONS(4531), [anon_sym_DASH_GT] = ACTIONS(4533), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(4531), [anon_sym_decltype] = ACTIONS(4531), [anon_sym_virtual] = ACTIONS(4531), [anon_sym_template] = ACTIONS(4531), [anon_sym_operator] = ACTIONS(4531), }, [2101] = { [sym_identifier] = ACTIONS(4552), [anon_sym_DOT_DOT_DOT] = ACTIONS(4554), [anon_sym_COMMA] = ACTIONS(4554), [anon_sym_RPAREN] = ACTIONS(4554), [anon_sym_LPAREN2] = ACTIONS(4554), [anon_sym_TILDE] = ACTIONS(4554), [anon_sym_DASH] = ACTIONS(4552), [anon_sym_PLUS] = ACTIONS(4552), [anon_sym_STAR] = ACTIONS(4552), [anon_sym_SLASH] = ACTIONS(4552), [anon_sym_PERCENT] = ACTIONS(4552), [anon_sym_PIPE_PIPE] = ACTIONS(4554), [anon_sym_AMP_AMP] = ACTIONS(4554), [anon_sym_PIPE] = ACTIONS(4552), [anon_sym_CARET] = ACTIONS(4552), [anon_sym_AMP] = ACTIONS(4552), [anon_sym_EQ_EQ] = ACTIONS(4554), [anon_sym_BANG_EQ] = ACTIONS(4554), [anon_sym_GT] = ACTIONS(4552), [anon_sym_GT_EQ] = ACTIONS(4554), [anon_sym_LT_EQ] = ACTIONS(4552), [anon_sym_LT] = ACTIONS(4552), [anon_sym_LT_LT] = ACTIONS(4552), [anon_sym_GT_GT] = ACTIONS(4552), [anon_sym_extern] = ACTIONS(4552), [anon_sym___attribute__] = ACTIONS(4552), [anon_sym_COLON_COLON] = ACTIONS(4554), [anon_sym_LBRACK_LBRACK] = ACTIONS(4554), [anon_sym___declspec] = ACTIONS(4552), [anon_sym___based] = ACTIONS(4552), [anon_sym_LBRACE] = ACTIONS(4554), [anon_sym_LBRACK] = ACTIONS(4552), [anon_sym_EQ] = ACTIONS(4552), [anon_sym_static] = ACTIONS(4552), [anon_sym_register] = ACTIONS(4552), [anon_sym_inline] = ACTIONS(4552), [anon_sym_thread_local] = ACTIONS(4552), [anon_sym_const] = ACTIONS(4552), [anon_sym_constexpr] = ACTIONS(4552), [anon_sym_volatile] = ACTIONS(4552), [anon_sym_restrict] = ACTIONS(4552), [anon_sym___restrict__] = ACTIONS(4552), [anon_sym__Atomic] = ACTIONS(4552), [anon_sym__Noreturn] = ACTIONS(4552), [anon_sym_noreturn] = ACTIONS(4552), [anon_sym_mutable] = ACTIONS(4552), [anon_sym_constinit] = ACTIONS(4552), [anon_sym_consteval] = ACTIONS(4552), [anon_sym_QMARK] = ACTIONS(4554), [anon_sym_STAR_EQ] = ACTIONS(4554), [anon_sym_SLASH_EQ] = ACTIONS(4554), [anon_sym_PERCENT_EQ] = ACTIONS(4554), [anon_sym_PLUS_EQ] = ACTIONS(4554), [anon_sym_DASH_EQ] = ACTIONS(4554), [anon_sym_LT_LT_EQ] = ACTIONS(4554), [anon_sym_GT_GT_EQ] = ACTIONS(4554), [anon_sym_AMP_EQ] = ACTIONS(4554), [anon_sym_CARET_EQ] = ACTIONS(4554), [anon_sym_PIPE_EQ] = ACTIONS(4554), [anon_sym_and_eq] = ACTIONS(4552), [anon_sym_or_eq] = ACTIONS(4552), [anon_sym_xor_eq] = ACTIONS(4552), [anon_sym_LT_EQ_GT] = ACTIONS(4554), [anon_sym_or] = ACTIONS(4552), [anon_sym_and] = ACTIONS(4552), [anon_sym_bitor] = ACTIONS(4552), [anon_sym_xor] = ACTIONS(4552), [anon_sym_bitand] = ACTIONS(4552), [anon_sym_not_eq] = ACTIONS(4552), [anon_sym_DASH_DASH] = ACTIONS(4554), [anon_sym_PLUS_PLUS] = ACTIONS(4554), [anon_sym_DOT] = ACTIONS(4552), [anon_sym_DASH_GT] = ACTIONS(4552), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(4552), [anon_sym_decltype] = ACTIONS(4552), [anon_sym_virtual] = ACTIONS(4552), [anon_sym_template] = ACTIONS(4552), [anon_sym_operator] = ACTIONS(4552), [anon_sym_DOT_STAR] = ACTIONS(4554), [anon_sym_DASH_GT_STAR] = ACTIONS(4554), }, [2102] = { [sym_template_argument_list] = STATE(2113), [sym_identifier] = ACTIONS(4447), [anon_sym_DOT_DOT_DOT] = ACTIONS(4459), [anon_sym_COMMA] = ACTIONS(4459), [anon_sym_RPAREN] = ACTIONS(4459), [anon_sym_LPAREN2] = ACTIONS(4449), [anon_sym_TILDE] = ACTIONS(4452), [anon_sym_DASH] = ACTIONS(4454), [anon_sym_PLUS] = ACTIONS(4454), [anon_sym_STAR] = ACTIONS(4456), [anon_sym_SLASH] = ACTIONS(4454), [anon_sym_PERCENT] = ACTIONS(4454), [anon_sym_PIPE_PIPE] = ACTIONS(4459), [anon_sym_AMP_AMP] = ACTIONS(4449), [anon_sym_PIPE] = ACTIONS(4454), [anon_sym_CARET] = ACTIONS(4454), [anon_sym_AMP] = ACTIONS(4456), [anon_sym_EQ_EQ] = ACTIONS(4459), [anon_sym_BANG_EQ] = ACTIONS(4459), [anon_sym_GT] = ACTIONS(4454), [anon_sym_GT_EQ] = ACTIONS(4459), [anon_sym_LT_EQ] = ACTIONS(4454), [anon_sym_LT] = ACTIONS(4549), [anon_sym_LT_LT] = ACTIONS(4454), [anon_sym_GT_GT] = ACTIONS(4454), [anon_sym_SEMI] = ACTIONS(4459), [anon_sym_extern] = ACTIONS(4447), [anon_sym___attribute__] = ACTIONS(4447), [anon_sym_COLON_COLON] = ACTIONS(4464), [anon_sym_LBRACK_LBRACK] = ACTIONS(4452), [anon_sym___declspec] = ACTIONS(4447), [anon_sym___based] = ACTIONS(4447), [anon_sym_LBRACE] = ACTIONS(4452), [anon_sym_LBRACK] = ACTIONS(4456), [anon_sym_EQ] = ACTIONS(4454), [anon_sym_static] = ACTIONS(4447), [anon_sym_register] = ACTIONS(4447), [anon_sym_inline] = ACTIONS(4447), [anon_sym_thread_local] = ACTIONS(4447), [anon_sym_const] = ACTIONS(4447), [anon_sym_constexpr] = ACTIONS(4447), [anon_sym_volatile] = ACTIONS(4447), [anon_sym_restrict] = ACTIONS(4447), [anon_sym___restrict__] = ACTIONS(4447), [anon_sym__Atomic] = ACTIONS(4447), [anon_sym__Noreturn] = ACTIONS(4447), [anon_sym_noreturn] = ACTIONS(4447), [anon_sym_mutable] = ACTIONS(4447), [anon_sym_constinit] = ACTIONS(4447), [anon_sym_consteval] = ACTIONS(4447), [anon_sym_QMARK] = ACTIONS(4459), [anon_sym_STAR_EQ] = ACTIONS(4459), [anon_sym_SLASH_EQ] = ACTIONS(4459), [anon_sym_PERCENT_EQ] = ACTIONS(4459), [anon_sym_PLUS_EQ] = ACTIONS(4459), [anon_sym_DASH_EQ] = ACTIONS(4459), [anon_sym_LT_LT_EQ] = ACTIONS(4459), [anon_sym_GT_GT_EQ] = ACTIONS(4459), [anon_sym_AMP_EQ] = ACTIONS(4459), [anon_sym_CARET_EQ] = ACTIONS(4459), [anon_sym_PIPE_EQ] = ACTIONS(4459), [anon_sym_and_eq] = ACTIONS(4454), [anon_sym_or_eq] = ACTIONS(4454), [anon_sym_xor_eq] = ACTIONS(4454), [anon_sym_LT_EQ_GT] = ACTIONS(4459), [anon_sym_or] = ACTIONS(4454), [anon_sym_and] = ACTIONS(4454), [anon_sym_bitor] = ACTIONS(4454), [anon_sym_xor] = ACTIONS(4454), [anon_sym_bitand] = ACTIONS(4454), [anon_sym_not_eq] = ACTIONS(4454), [anon_sym_DASH_DASH] = ACTIONS(4459), [anon_sym_PLUS_PLUS] = ACTIONS(4459), [anon_sym_DOT] = ACTIONS(4454), [anon_sym_DASH_GT] = ACTIONS(4459), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(4447), [anon_sym_decltype] = ACTIONS(4447), [anon_sym_virtual] = ACTIONS(4447), [anon_sym_template] = ACTIONS(4447), [anon_sym_operator] = ACTIONS(4447), }, [2103] = { [sym_template_argument_list] = STATE(2203), [sym_identifier] = ACTIONS(4466), [anon_sym_DOT_DOT_DOT] = ACTIONS(4478), [anon_sym_COMMA] = ACTIONS(4478), [anon_sym_LPAREN2] = ACTIONS(4468), [anon_sym_TILDE] = ACTIONS(4471), [anon_sym_DASH] = ACTIONS(4473), [anon_sym_PLUS] = ACTIONS(4473), [anon_sym_STAR] = ACTIONS(4475), [anon_sym_SLASH] = ACTIONS(4473), [anon_sym_PERCENT] = ACTIONS(4473), [anon_sym_PIPE_PIPE] = ACTIONS(4478), [anon_sym_AMP_AMP] = ACTIONS(4468), [anon_sym_PIPE] = ACTIONS(4473), [anon_sym_CARET] = ACTIONS(4473), [anon_sym_AMP] = ACTIONS(4475), [anon_sym_EQ_EQ] = ACTIONS(4478), [anon_sym_BANG_EQ] = ACTIONS(4478), [anon_sym_GT] = ACTIONS(4473), [anon_sym_GT_EQ] = ACTIONS(4478), [anon_sym_LT_EQ] = ACTIONS(4473), [anon_sym_LT] = ACTIONS(4491), [anon_sym_LT_LT] = ACTIONS(4473), [anon_sym_GT_GT] = ACTIONS(4473), [anon_sym_SEMI] = ACTIONS(4478), [anon_sym_extern] = ACTIONS(4466), [anon_sym___attribute__] = ACTIONS(4466), [anon_sym_COLON_COLON] = ACTIONS(4464), [anon_sym_LBRACK_LBRACK] = ACTIONS(4471), [anon_sym___declspec] = ACTIONS(4466), [anon_sym___based] = ACTIONS(4466), [anon_sym_LBRACE] = ACTIONS(4483), [anon_sym_LBRACK] = ACTIONS(4475), [anon_sym_EQ] = ACTIONS(4501), [anon_sym_static] = ACTIONS(4466), [anon_sym_register] = ACTIONS(4466), [anon_sym_inline] = ACTIONS(4466), [anon_sym_thread_local] = ACTIONS(4466), [anon_sym_const] = ACTIONS(4466), [anon_sym_constexpr] = ACTIONS(4466), [anon_sym_volatile] = ACTIONS(4466), [anon_sym_restrict] = ACTIONS(4466), [anon_sym___restrict__] = ACTIONS(4466), [anon_sym__Atomic] = ACTIONS(4466), [anon_sym__Noreturn] = ACTIONS(4466), [anon_sym_noreturn] = ACTIONS(4466), [anon_sym_mutable] = ACTIONS(4466), [anon_sym_constinit] = ACTIONS(4466), [anon_sym_consteval] = ACTIONS(4466), [anon_sym_COLON] = ACTIONS(4556), [anon_sym_QMARK] = ACTIONS(4478), [anon_sym_STAR_EQ] = ACTIONS(4505), [anon_sym_SLASH_EQ] = ACTIONS(4505), [anon_sym_PERCENT_EQ] = ACTIONS(4505), [anon_sym_PLUS_EQ] = ACTIONS(4505), [anon_sym_DASH_EQ] = ACTIONS(4505), [anon_sym_LT_LT_EQ] = ACTIONS(4505), [anon_sym_GT_GT_EQ] = ACTIONS(4505), [anon_sym_AMP_EQ] = ACTIONS(4505), [anon_sym_CARET_EQ] = ACTIONS(4505), [anon_sym_PIPE_EQ] = ACTIONS(4505), [anon_sym_and_eq] = ACTIONS(4501), [anon_sym_or_eq] = ACTIONS(4501), [anon_sym_xor_eq] = ACTIONS(4501), [anon_sym_LT_EQ_GT] = ACTIONS(4478), [anon_sym_or] = ACTIONS(4473), [anon_sym_and] = ACTIONS(4473), [anon_sym_bitor] = ACTIONS(4473), [anon_sym_xor] = ACTIONS(4473), [anon_sym_bitand] = ACTIONS(4473), [anon_sym_not_eq] = ACTIONS(4473), [anon_sym_DASH_DASH] = ACTIONS(4478), [anon_sym_PLUS_PLUS] = ACTIONS(4478), [anon_sym_DOT] = ACTIONS(4473), [anon_sym_DASH_GT] = ACTIONS(4478), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(4466), [anon_sym_decltype] = ACTIONS(4466), [anon_sym_virtual] = ACTIONS(4466), [anon_sym_template] = ACTIONS(4466), [anon_sym_operator] = ACTIONS(4466), }, [2104] = { [sym_template_argument_list] = STATE(2203), [sym_identifier] = ACTIONS(4466), [anon_sym_DOT_DOT_DOT] = ACTIONS(4478), [anon_sym_COMMA] = ACTIONS(4478), [anon_sym_LPAREN2] = ACTIONS(4468), [anon_sym_TILDE] = ACTIONS(4471), [anon_sym_DASH] = ACTIONS(4473), [anon_sym_PLUS] = ACTIONS(4473), [anon_sym_STAR] = ACTIONS(4475), [anon_sym_SLASH] = ACTIONS(4473), [anon_sym_PERCENT] = ACTIONS(4473), [anon_sym_PIPE_PIPE] = ACTIONS(4478), [anon_sym_AMP_AMP] = ACTIONS(4468), [anon_sym_PIPE] = ACTIONS(4473), [anon_sym_CARET] = ACTIONS(4473), [anon_sym_AMP] = ACTIONS(4475), [anon_sym_EQ_EQ] = ACTIONS(4478), [anon_sym_BANG_EQ] = ACTIONS(4478), [anon_sym_GT] = ACTIONS(4473), [anon_sym_GT_EQ] = ACTIONS(4478), [anon_sym_LT_EQ] = ACTIONS(4473), [anon_sym_LT] = ACTIONS(4491), [anon_sym_LT_LT] = ACTIONS(4473), [anon_sym_GT_GT] = ACTIONS(4473), [anon_sym_SEMI] = ACTIONS(4478), [anon_sym_extern] = ACTIONS(4466), [anon_sym___attribute__] = ACTIONS(4466), [anon_sym_COLON_COLON] = ACTIONS(4464), [anon_sym_LBRACK_LBRACK] = ACTIONS(4471), [anon_sym___declspec] = ACTIONS(4466), [anon_sym___based] = ACTIONS(4466), [anon_sym_LBRACE] = ACTIONS(4483), [anon_sym_LBRACK] = ACTIONS(4475), [anon_sym_EQ] = ACTIONS(4501), [anon_sym_static] = ACTIONS(4466), [anon_sym_register] = ACTIONS(4466), [anon_sym_inline] = ACTIONS(4466), [anon_sym_thread_local] = ACTIONS(4466), [anon_sym_const] = ACTIONS(4466), [anon_sym_constexpr] = ACTIONS(4466), [anon_sym_volatile] = ACTIONS(4466), [anon_sym_restrict] = ACTIONS(4466), [anon_sym___restrict__] = ACTIONS(4466), [anon_sym__Atomic] = ACTIONS(4466), [anon_sym__Noreturn] = ACTIONS(4466), [anon_sym_noreturn] = ACTIONS(4466), [anon_sym_mutable] = ACTIONS(4466), [anon_sym_constinit] = ACTIONS(4466), [anon_sym_consteval] = ACTIONS(4466), [anon_sym_COLON] = ACTIONS(4503), [anon_sym_QMARK] = ACTIONS(4478), [anon_sym_STAR_EQ] = ACTIONS(4505), [anon_sym_SLASH_EQ] = ACTIONS(4505), [anon_sym_PERCENT_EQ] = ACTIONS(4505), [anon_sym_PLUS_EQ] = ACTIONS(4505), [anon_sym_DASH_EQ] = ACTIONS(4505), [anon_sym_LT_LT_EQ] = ACTIONS(4505), [anon_sym_GT_GT_EQ] = ACTIONS(4505), [anon_sym_AMP_EQ] = ACTIONS(4505), [anon_sym_CARET_EQ] = ACTIONS(4505), [anon_sym_PIPE_EQ] = ACTIONS(4505), [anon_sym_and_eq] = ACTIONS(4501), [anon_sym_or_eq] = ACTIONS(4501), [anon_sym_xor_eq] = ACTIONS(4501), [anon_sym_LT_EQ_GT] = ACTIONS(4478), [anon_sym_or] = ACTIONS(4473), [anon_sym_and] = ACTIONS(4473), [anon_sym_bitor] = ACTIONS(4473), [anon_sym_xor] = ACTIONS(4473), [anon_sym_bitand] = ACTIONS(4473), [anon_sym_not_eq] = ACTIONS(4473), [anon_sym_DASH_DASH] = ACTIONS(4478), [anon_sym_PLUS_PLUS] = ACTIONS(4478), [anon_sym_DOT] = ACTIONS(4473), [anon_sym_DASH_GT] = ACTIONS(4478), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(4466), [anon_sym_decltype] = ACTIONS(4466), [anon_sym_virtual] = ACTIONS(4466), [anon_sym_template] = ACTIONS(4466), [anon_sym_operator] = ACTIONS(4466), }, [2105] = { [sym_identifier] = ACTIONS(4558), [anon_sym_DOT_DOT_DOT] = ACTIONS(4560), [anon_sym_COMMA] = ACTIONS(4560), [anon_sym_RPAREN] = ACTIONS(4560), [anon_sym_LPAREN2] = ACTIONS(4560), [anon_sym_TILDE] = ACTIONS(4560), [anon_sym_DASH] = ACTIONS(4558), [anon_sym_PLUS] = ACTIONS(4558), [anon_sym_STAR] = ACTIONS(4558), [anon_sym_SLASH] = ACTIONS(4558), [anon_sym_PERCENT] = ACTIONS(4558), [anon_sym_PIPE_PIPE] = ACTIONS(4560), [anon_sym_AMP_AMP] = ACTIONS(4560), [anon_sym_PIPE] = ACTIONS(4558), [anon_sym_CARET] = ACTIONS(4558), [anon_sym_AMP] = ACTIONS(4558), [anon_sym_EQ_EQ] = ACTIONS(4560), [anon_sym_BANG_EQ] = ACTIONS(4560), [anon_sym_GT] = ACTIONS(4558), [anon_sym_GT_EQ] = ACTIONS(4560), [anon_sym_LT_EQ] = ACTIONS(4558), [anon_sym_LT] = ACTIONS(4558), [anon_sym_LT_LT] = ACTIONS(4558), [anon_sym_GT_GT] = ACTIONS(4558), [anon_sym_extern] = ACTIONS(4558), [anon_sym___attribute__] = ACTIONS(4558), [anon_sym_COLON_COLON] = ACTIONS(4560), [anon_sym_LBRACK_LBRACK] = ACTIONS(4560), [anon_sym___declspec] = ACTIONS(4558), [anon_sym___based] = ACTIONS(4558), [anon_sym_LBRACE] = ACTIONS(4560), [anon_sym_LBRACK] = ACTIONS(4558), [anon_sym_EQ] = ACTIONS(4558), [anon_sym_static] = ACTIONS(4558), [anon_sym_register] = ACTIONS(4558), [anon_sym_inline] = ACTIONS(4558), [anon_sym_thread_local] = ACTIONS(4558), [anon_sym_const] = ACTIONS(4558), [anon_sym_constexpr] = ACTIONS(4558), [anon_sym_volatile] = ACTIONS(4558), [anon_sym_restrict] = ACTIONS(4558), [anon_sym___restrict__] = ACTIONS(4558), [anon_sym__Atomic] = ACTIONS(4558), [anon_sym__Noreturn] = ACTIONS(4558), [anon_sym_noreturn] = ACTIONS(4558), [anon_sym_mutable] = ACTIONS(4558), [anon_sym_constinit] = ACTIONS(4558), [anon_sym_consteval] = ACTIONS(4558), [anon_sym_QMARK] = ACTIONS(4560), [anon_sym_STAR_EQ] = ACTIONS(4560), [anon_sym_SLASH_EQ] = ACTIONS(4560), [anon_sym_PERCENT_EQ] = ACTIONS(4560), [anon_sym_PLUS_EQ] = ACTIONS(4560), [anon_sym_DASH_EQ] = ACTIONS(4560), [anon_sym_LT_LT_EQ] = ACTIONS(4560), [anon_sym_GT_GT_EQ] = ACTIONS(4560), [anon_sym_AMP_EQ] = ACTIONS(4560), [anon_sym_CARET_EQ] = ACTIONS(4560), [anon_sym_PIPE_EQ] = ACTIONS(4560), [anon_sym_and_eq] = ACTIONS(4558), [anon_sym_or_eq] = ACTIONS(4558), [anon_sym_xor_eq] = ACTIONS(4558), [anon_sym_LT_EQ_GT] = ACTIONS(4560), [anon_sym_or] = ACTIONS(4558), [anon_sym_and] = ACTIONS(4558), [anon_sym_bitor] = ACTIONS(4558), [anon_sym_xor] = ACTIONS(4558), [anon_sym_bitand] = ACTIONS(4558), [anon_sym_not_eq] = ACTIONS(4558), [anon_sym_DASH_DASH] = ACTIONS(4560), [anon_sym_PLUS_PLUS] = ACTIONS(4560), [anon_sym_DOT] = ACTIONS(4558), [anon_sym_DASH_GT] = ACTIONS(4558), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(4558), [anon_sym_decltype] = ACTIONS(4558), [anon_sym_virtual] = ACTIONS(4558), [anon_sym_template] = ACTIONS(4558), [anon_sym_operator] = ACTIONS(4558), [anon_sym_DOT_STAR] = ACTIONS(4560), [anon_sym_DASH_GT_STAR] = ACTIONS(4560), }, [2106] = { [sym_identifier] = ACTIONS(4545), [anon_sym_DOT_DOT_DOT] = ACTIONS(4547), [anon_sym_COMMA] = ACTIONS(4547), [anon_sym_RPAREN] = ACTIONS(4547), [anon_sym_LPAREN2] = ACTIONS(4547), [anon_sym_TILDE] = ACTIONS(4547), [anon_sym_DASH] = ACTIONS(4545), [anon_sym_PLUS] = ACTIONS(4545), [anon_sym_STAR] = ACTIONS(4545), [anon_sym_SLASH] = ACTIONS(4545), [anon_sym_PERCENT] = ACTIONS(4545), [anon_sym_PIPE_PIPE] = ACTIONS(4547), [anon_sym_AMP_AMP] = ACTIONS(4547), [anon_sym_PIPE] = ACTIONS(4545), [anon_sym_CARET] = ACTIONS(4545), [anon_sym_AMP] = ACTIONS(4545), [anon_sym_EQ_EQ] = ACTIONS(4547), [anon_sym_BANG_EQ] = ACTIONS(4547), [anon_sym_GT] = ACTIONS(4545), [anon_sym_GT_EQ] = ACTIONS(4547), [anon_sym_LT_EQ] = ACTIONS(4545), [anon_sym_LT] = ACTIONS(4545), [anon_sym_LT_LT] = ACTIONS(4545), [anon_sym_GT_GT] = ACTIONS(4545), [anon_sym_extern] = ACTIONS(4545), [anon_sym___attribute__] = ACTIONS(4545), [anon_sym_COLON_COLON] = ACTIONS(4547), [anon_sym_LBRACK_LBRACK] = ACTIONS(4547), [anon_sym___declspec] = ACTIONS(4545), [anon_sym___based] = ACTIONS(4545), [anon_sym_LBRACE] = ACTIONS(4547), [anon_sym_LBRACK] = ACTIONS(4545), [anon_sym_EQ] = ACTIONS(4545), [anon_sym_static] = ACTIONS(4545), [anon_sym_register] = ACTIONS(4545), [anon_sym_inline] = ACTIONS(4545), [anon_sym_thread_local] = ACTIONS(4545), [anon_sym_const] = ACTIONS(4545), [anon_sym_constexpr] = ACTIONS(4545), [anon_sym_volatile] = ACTIONS(4545), [anon_sym_restrict] = ACTIONS(4545), [anon_sym___restrict__] = ACTIONS(4545), [anon_sym__Atomic] = ACTIONS(4545), [anon_sym__Noreturn] = ACTIONS(4545), [anon_sym_noreturn] = ACTIONS(4545), [anon_sym_mutable] = ACTIONS(4545), [anon_sym_constinit] = ACTIONS(4545), [anon_sym_consteval] = ACTIONS(4545), [anon_sym_QMARK] = ACTIONS(4547), [anon_sym_STAR_EQ] = ACTIONS(4547), [anon_sym_SLASH_EQ] = ACTIONS(4547), [anon_sym_PERCENT_EQ] = ACTIONS(4547), [anon_sym_PLUS_EQ] = ACTIONS(4547), [anon_sym_DASH_EQ] = ACTIONS(4547), [anon_sym_LT_LT_EQ] = ACTIONS(4547), [anon_sym_GT_GT_EQ] = ACTIONS(4547), [anon_sym_AMP_EQ] = ACTIONS(4547), [anon_sym_CARET_EQ] = ACTIONS(4547), [anon_sym_PIPE_EQ] = ACTIONS(4547), [anon_sym_and_eq] = ACTIONS(4545), [anon_sym_or_eq] = ACTIONS(4545), [anon_sym_xor_eq] = ACTIONS(4545), [anon_sym_LT_EQ_GT] = ACTIONS(4547), [anon_sym_or] = ACTIONS(4545), [anon_sym_and] = ACTIONS(4545), [anon_sym_bitor] = ACTIONS(4545), [anon_sym_xor] = ACTIONS(4545), [anon_sym_bitand] = ACTIONS(4545), [anon_sym_not_eq] = ACTIONS(4545), [anon_sym_DASH_DASH] = ACTIONS(4547), [anon_sym_PLUS_PLUS] = ACTIONS(4547), [anon_sym_DOT] = ACTIONS(4545), [anon_sym_DASH_GT] = ACTIONS(4545), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(4545), [anon_sym_decltype] = ACTIONS(4545), [anon_sym_virtual] = ACTIONS(4545), [anon_sym_template] = ACTIONS(4545), [anon_sym_operator] = ACTIONS(4545), [anon_sym_DOT_STAR] = ACTIONS(4547), [anon_sym_DASH_GT_STAR] = ACTIONS(4547), }, [2107] = { [sym_template_argument_list] = STATE(2203), [sym_identifier] = ACTIONS(4466), [anon_sym_DOT_DOT_DOT] = ACTIONS(4478), [anon_sym_COMMA] = ACTIONS(4478), [anon_sym_LPAREN2] = ACTIONS(4468), [anon_sym_TILDE] = ACTIONS(4471), [anon_sym_DASH] = ACTIONS(4473), [anon_sym_PLUS] = ACTIONS(4473), [anon_sym_STAR] = ACTIONS(4475), [anon_sym_SLASH] = ACTIONS(4473), [anon_sym_PERCENT] = ACTIONS(4473), [anon_sym_PIPE_PIPE] = ACTIONS(4478), [anon_sym_AMP_AMP] = ACTIONS(4468), [anon_sym_PIPE] = ACTIONS(4473), [anon_sym_CARET] = ACTIONS(4473), [anon_sym_AMP] = ACTIONS(4475), [anon_sym_EQ_EQ] = ACTIONS(4478), [anon_sym_BANG_EQ] = ACTIONS(4478), [anon_sym_GT] = ACTIONS(4473), [anon_sym_GT_EQ] = ACTIONS(4478), [anon_sym_LT_EQ] = ACTIONS(4473), [anon_sym_LT] = ACTIONS(4491), [anon_sym_LT_LT] = ACTIONS(4473), [anon_sym_GT_GT] = ACTIONS(4473), [anon_sym_SEMI] = ACTIONS(4478), [anon_sym_extern] = ACTIONS(4466), [anon_sym___attribute__] = ACTIONS(4466), [anon_sym_COLON_COLON] = ACTIONS(4464), [anon_sym_LBRACK_LBRACK] = ACTIONS(4471), [anon_sym___declspec] = ACTIONS(4466), [anon_sym___based] = ACTIONS(4466), [anon_sym_LBRACE] = ACTIONS(4483), [anon_sym_LBRACK] = ACTIONS(4475), [anon_sym_EQ] = ACTIONS(4501), [anon_sym_static] = ACTIONS(4466), [anon_sym_register] = ACTIONS(4466), [anon_sym_inline] = ACTIONS(4466), [anon_sym_thread_local] = ACTIONS(4466), [anon_sym_const] = ACTIONS(4466), [anon_sym_constexpr] = ACTIONS(4466), [anon_sym_volatile] = ACTIONS(4466), [anon_sym_restrict] = ACTIONS(4466), [anon_sym___restrict__] = ACTIONS(4466), [anon_sym__Atomic] = ACTIONS(4466), [anon_sym__Noreturn] = ACTIONS(4466), [anon_sym_noreturn] = ACTIONS(4466), [anon_sym_mutable] = ACTIONS(4466), [anon_sym_constinit] = ACTIONS(4466), [anon_sym_consteval] = ACTIONS(4466), [anon_sym_COLON] = ACTIONS(4529), [anon_sym_QMARK] = ACTIONS(4478), [anon_sym_STAR_EQ] = ACTIONS(4505), [anon_sym_SLASH_EQ] = ACTIONS(4505), [anon_sym_PERCENT_EQ] = ACTIONS(4505), [anon_sym_PLUS_EQ] = ACTIONS(4505), [anon_sym_DASH_EQ] = ACTIONS(4505), [anon_sym_LT_LT_EQ] = ACTIONS(4505), [anon_sym_GT_GT_EQ] = ACTIONS(4505), [anon_sym_AMP_EQ] = ACTIONS(4505), [anon_sym_CARET_EQ] = ACTIONS(4505), [anon_sym_PIPE_EQ] = ACTIONS(4505), [anon_sym_and_eq] = ACTIONS(4501), [anon_sym_or_eq] = ACTIONS(4501), [anon_sym_xor_eq] = ACTIONS(4501), [anon_sym_LT_EQ_GT] = ACTIONS(4478), [anon_sym_or] = ACTIONS(4473), [anon_sym_and] = ACTIONS(4473), [anon_sym_bitor] = ACTIONS(4473), [anon_sym_xor] = ACTIONS(4473), [anon_sym_bitand] = ACTIONS(4473), [anon_sym_not_eq] = ACTIONS(4473), [anon_sym_DASH_DASH] = ACTIONS(4478), [anon_sym_PLUS_PLUS] = ACTIONS(4478), [anon_sym_DOT] = ACTIONS(4473), [anon_sym_DASH_GT] = ACTIONS(4478), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(4466), [anon_sym_decltype] = ACTIONS(4466), [anon_sym_virtual] = ACTIONS(4466), [anon_sym_template] = ACTIONS(4466), [anon_sym_operator] = ACTIONS(4466), }, [2108] = { [sym_template_argument_list] = STATE(2208), [sym_identifier] = ACTIONS(4466), [anon_sym_DOT_DOT_DOT] = ACTIONS(4478), [anon_sym_COMMA] = ACTIONS(4478), [anon_sym_LPAREN2] = ACTIONS(4487), [anon_sym_TILDE] = ACTIONS(4471), [anon_sym_DASH] = ACTIONS(4473), [anon_sym_PLUS] = ACTIONS(4473), [anon_sym_STAR] = ACTIONS(4475), [anon_sym_SLASH] = ACTIONS(4473), [anon_sym_PERCENT] = ACTIONS(4473), [anon_sym_PIPE_PIPE] = ACTIONS(4478), [anon_sym_AMP_AMP] = ACTIONS(4468), [anon_sym_PIPE] = ACTIONS(4473), [anon_sym_CARET] = ACTIONS(4473), [anon_sym_AMP] = ACTIONS(4475), [anon_sym_EQ_EQ] = ACTIONS(4478), [anon_sym_BANG_EQ] = ACTIONS(4478), [anon_sym_GT] = ACTIONS(4473), [anon_sym_GT_EQ] = ACTIONS(4478), [anon_sym_LT_EQ] = ACTIONS(4473), [anon_sym_LT] = ACTIONS(4491), [anon_sym_LT_LT] = ACTIONS(4473), [anon_sym_GT_GT] = ACTIONS(4473), [anon_sym_SEMI] = ACTIONS(4468), [anon_sym_extern] = ACTIONS(4466), [anon_sym___attribute__] = ACTIONS(4466), [anon_sym_COLON_COLON] = ACTIONS(4464), [anon_sym_LBRACK_LBRACK] = ACTIONS(4494), [anon_sym___declspec] = ACTIONS(4466), [anon_sym___based] = ACTIONS(4466), [anon_sym_LBRACE] = ACTIONS(4483), [anon_sym_LBRACK] = ACTIONS(4497), [anon_sym_EQ] = ACTIONS(4501), [anon_sym_static] = ACTIONS(4466), [anon_sym_register] = ACTIONS(4466), [anon_sym_inline] = ACTIONS(4466), [anon_sym_thread_local] = ACTIONS(4466), [anon_sym_const] = ACTIONS(4466), [anon_sym_constexpr] = ACTIONS(4466), [anon_sym_volatile] = ACTIONS(4466), [anon_sym_restrict] = ACTIONS(4466), [anon_sym___restrict__] = ACTIONS(4466), [anon_sym__Atomic] = ACTIONS(4466), [anon_sym__Noreturn] = ACTIONS(4466), [anon_sym_noreturn] = ACTIONS(4466), [anon_sym_mutable] = ACTIONS(4466), [anon_sym_constinit] = ACTIONS(4466), [anon_sym_consteval] = ACTIONS(4466), [anon_sym_COLON] = ACTIONS(4556), [anon_sym_QMARK] = ACTIONS(4478), [anon_sym_STAR_EQ] = ACTIONS(4505), [anon_sym_SLASH_EQ] = ACTIONS(4505), [anon_sym_PERCENT_EQ] = ACTIONS(4505), [anon_sym_PLUS_EQ] = ACTIONS(4505), [anon_sym_DASH_EQ] = ACTIONS(4505), [anon_sym_LT_LT_EQ] = ACTIONS(4505), [anon_sym_GT_GT_EQ] = ACTIONS(4505), [anon_sym_AMP_EQ] = ACTIONS(4505), [anon_sym_CARET_EQ] = ACTIONS(4505), [anon_sym_PIPE_EQ] = ACTIONS(4505), [anon_sym_and_eq] = ACTIONS(4501), [anon_sym_or_eq] = ACTIONS(4501), [anon_sym_xor_eq] = ACTIONS(4501), [anon_sym_LT_EQ_GT] = ACTIONS(4478), [anon_sym_or] = ACTIONS(4473), [anon_sym_and] = ACTIONS(4473), [anon_sym_bitor] = ACTIONS(4473), [anon_sym_xor] = ACTIONS(4473), [anon_sym_bitand] = ACTIONS(4473), [anon_sym_not_eq] = ACTIONS(4473), [anon_sym_DASH_DASH] = ACTIONS(4478), [anon_sym_PLUS_PLUS] = ACTIONS(4478), [anon_sym_DOT] = ACTIONS(4473), [anon_sym_DASH_GT] = ACTIONS(4478), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(4466), [anon_sym_decltype] = ACTIONS(4466), [anon_sym_virtual] = ACTIONS(4466), [anon_sym_template] = ACTIONS(4466), [anon_sym_operator] = ACTIONS(4466), }, [2109] = { [sym_identifier] = ACTIONS(4558), [anon_sym_DOT_DOT_DOT] = ACTIONS(4560), [anon_sym_COMMA] = ACTIONS(4560), [anon_sym_RPAREN] = ACTIONS(4560), [anon_sym_LPAREN2] = ACTIONS(4560), [anon_sym_TILDE] = ACTIONS(4560), [anon_sym_DASH] = ACTIONS(4558), [anon_sym_PLUS] = ACTIONS(4558), [anon_sym_STAR] = ACTIONS(4558), [anon_sym_SLASH] = ACTIONS(4558), [anon_sym_PERCENT] = ACTIONS(4558), [anon_sym_PIPE_PIPE] = ACTIONS(4560), [anon_sym_AMP_AMP] = ACTIONS(4560), [anon_sym_PIPE] = ACTIONS(4558), [anon_sym_CARET] = ACTIONS(4558), [anon_sym_AMP] = ACTIONS(4558), [anon_sym_EQ_EQ] = ACTIONS(4560), [anon_sym_BANG_EQ] = ACTIONS(4560), [anon_sym_GT] = ACTIONS(4558), [anon_sym_GT_EQ] = ACTIONS(4560), [anon_sym_LT_EQ] = ACTIONS(4558), [anon_sym_LT] = ACTIONS(4558), [anon_sym_LT_LT] = ACTIONS(4558), [anon_sym_GT_GT] = ACTIONS(4558), [anon_sym_SEMI] = ACTIONS(4560), [anon_sym_extern] = ACTIONS(4558), [anon_sym___attribute__] = ACTIONS(4558), [anon_sym_COLON_COLON] = ACTIONS(4560), [anon_sym_LBRACK_LBRACK] = ACTIONS(4560), [anon_sym___declspec] = ACTIONS(4558), [anon_sym___based] = ACTIONS(4558), [anon_sym_LBRACE] = ACTIONS(4560), [anon_sym_RBRACE] = ACTIONS(4560), [anon_sym_LBRACK] = ACTIONS(4558), [anon_sym_EQ] = ACTIONS(4558), [anon_sym_static] = ACTIONS(4558), [anon_sym_register] = ACTIONS(4558), [anon_sym_inline] = ACTIONS(4558), [anon_sym_thread_local] = ACTIONS(4558), [anon_sym_const] = ACTIONS(4558), [anon_sym_constexpr] = ACTIONS(4558), [anon_sym_volatile] = ACTIONS(4558), [anon_sym_restrict] = ACTIONS(4558), [anon_sym___restrict__] = ACTIONS(4558), [anon_sym__Atomic] = ACTIONS(4558), [anon_sym__Noreturn] = ACTIONS(4558), [anon_sym_noreturn] = ACTIONS(4558), [anon_sym_mutable] = ACTIONS(4558), [anon_sym_constinit] = ACTIONS(4558), [anon_sym_consteval] = ACTIONS(4558), [anon_sym_QMARK] = ACTIONS(4560), [anon_sym_STAR_EQ] = ACTIONS(4560), [anon_sym_SLASH_EQ] = ACTIONS(4560), [anon_sym_PERCENT_EQ] = ACTIONS(4560), [anon_sym_PLUS_EQ] = ACTIONS(4560), [anon_sym_DASH_EQ] = ACTIONS(4560), [anon_sym_LT_LT_EQ] = ACTIONS(4560), [anon_sym_GT_GT_EQ] = ACTIONS(4560), [anon_sym_AMP_EQ] = ACTIONS(4560), [anon_sym_CARET_EQ] = ACTIONS(4560), [anon_sym_PIPE_EQ] = ACTIONS(4560), [anon_sym_and_eq] = ACTIONS(4558), [anon_sym_or_eq] = ACTIONS(4558), [anon_sym_xor_eq] = ACTIONS(4558), [anon_sym_LT_EQ_GT] = ACTIONS(4560), [anon_sym_or] = ACTIONS(4558), [anon_sym_and] = ACTIONS(4558), [anon_sym_bitor] = ACTIONS(4558), [anon_sym_xor] = ACTIONS(4558), [anon_sym_bitand] = ACTIONS(4558), [anon_sym_not_eq] = ACTIONS(4558), [anon_sym_DASH_DASH] = ACTIONS(4560), [anon_sym_PLUS_PLUS] = ACTIONS(4560), [anon_sym_DOT] = ACTIONS(4558), [anon_sym_DASH_GT] = ACTIONS(4560), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(4558), [anon_sym_decltype] = ACTIONS(4558), [anon_sym_virtual] = ACTIONS(4558), [anon_sym_template] = ACTIONS(4558), [anon_sym_operator] = ACTIONS(4558), }, [2110] = { [sym_identifier] = ACTIONS(4552), [anon_sym_DOT_DOT_DOT] = ACTIONS(4554), [anon_sym_COMMA] = ACTIONS(4554), [anon_sym_RPAREN] = ACTIONS(4554), [anon_sym_LPAREN2] = ACTIONS(4554), [anon_sym_TILDE] = ACTIONS(4554), [anon_sym_DASH] = ACTIONS(4552), [anon_sym_PLUS] = ACTIONS(4552), [anon_sym_STAR] = ACTIONS(4552), [anon_sym_SLASH] = ACTIONS(4552), [anon_sym_PERCENT] = ACTIONS(4552), [anon_sym_PIPE_PIPE] = ACTIONS(4554), [anon_sym_AMP_AMP] = ACTIONS(4554), [anon_sym_PIPE] = ACTIONS(4552), [anon_sym_CARET] = ACTIONS(4552), [anon_sym_AMP] = ACTIONS(4552), [anon_sym_EQ_EQ] = ACTIONS(4554), [anon_sym_BANG_EQ] = ACTIONS(4554), [anon_sym_GT] = ACTIONS(4552), [anon_sym_GT_EQ] = ACTIONS(4554), [anon_sym_LT_EQ] = ACTIONS(4552), [anon_sym_LT] = ACTIONS(4552), [anon_sym_LT_LT] = ACTIONS(4552), [anon_sym_GT_GT] = ACTIONS(4552), [anon_sym_SEMI] = ACTIONS(4554), [anon_sym_extern] = ACTIONS(4552), [anon_sym___attribute__] = ACTIONS(4552), [anon_sym_COLON_COLON] = ACTIONS(4554), [anon_sym_LBRACK_LBRACK] = ACTIONS(4554), [anon_sym___declspec] = ACTIONS(4552), [anon_sym___based] = ACTIONS(4552), [anon_sym_LBRACE] = ACTIONS(4554), [anon_sym_RBRACE] = ACTIONS(4554), [anon_sym_LBRACK] = ACTIONS(4552), [anon_sym_EQ] = ACTIONS(4552), [anon_sym_static] = ACTIONS(4552), [anon_sym_register] = ACTIONS(4552), [anon_sym_inline] = ACTIONS(4552), [anon_sym_thread_local] = ACTIONS(4552), [anon_sym_const] = ACTIONS(4552), [anon_sym_constexpr] = ACTIONS(4552), [anon_sym_volatile] = ACTIONS(4552), [anon_sym_restrict] = ACTIONS(4552), [anon_sym___restrict__] = ACTIONS(4552), [anon_sym__Atomic] = ACTIONS(4552), [anon_sym__Noreturn] = ACTIONS(4552), [anon_sym_noreturn] = ACTIONS(4552), [anon_sym_mutable] = ACTIONS(4552), [anon_sym_constinit] = ACTIONS(4552), [anon_sym_consteval] = ACTIONS(4552), [anon_sym_QMARK] = ACTIONS(4554), [anon_sym_STAR_EQ] = ACTIONS(4554), [anon_sym_SLASH_EQ] = ACTIONS(4554), [anon_sym_PERCENT_EQ] = ACTIONS(4554), [anon_sym_PLUS_EQ] = ACTIONS(4554), [anon_sym_DASH_EQ] = ACTIONS(4554), [anon_sym_LT_LT_EQ] = ACTIONS(4554), [anon_sym_GT_GT_EQ] = ACTIONS(4554), [anon_sym_AMP_EQ] = ACTIONS(4554), [anon_sym_CARET_EQ] = ACTIONS(4554), [anon_sym_PIPE_EQ] = ACTIONS(4554), [anon_sym_and_eq] = ACTIONS(4552), [anon_sym_or_eq] = ACTIONS(4552), [anon_sym_xor_eq] = ACTIONS(4552), [anon_sym_LT_EQ_GT] = ACTIONS(4554), [anon_sym_or] = ACTIONS(4552), [anon_sym_and] = ACTIONS(4552), [anon_sym_bitor] = ACTIONS(4552), [anon_sym_xor] = ACTIONS(4552), [anon_sym_bitand] = ACTIONS(4552), [anon_sym_not_eq] = ACTIONS(4552), [anon_sym_DASH_DASH] = ACTIONS(4554), [anon_sym_PLUS_PLUS] = ACTIONS(4554), [anon_sym_DOT] = ACTIONS(4552), [anon_sym_DASH_GT] = ACTIONS(4554), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(4552), [anon_sym_decltype] = ACTIONS(4552), [anon_sym_virtual] = ACTIONS(4552), [anon_sym_template] = ACTIONS(4552), [anon_sym_operator] = ACTIONS(4552), }, [2111] = { [sym_template_argument_list] = STATE(2206), [sym_identifier] = ACTIONS(4466), [anon_sym_DOT_DOT_DOT] = ACTIONS(4468), [anon_sym_COMMA] = ACTIONS(4468), [anon_sym_RPAREN] = ACTIONS(4468), [anon_sym_LPAREN2] = ACTIONS(4468), [anon_sym_TILDE] = ACTIONS(4471), [anon_sym_DASH] = ACTIONS(4473), [anon_sym_PLUS] = ACTIONS(4473), [anon_sym_STAR] = ACTIONS(4475), [anon_sym_SLASH] = ACTIONS(4473), [anon_sym_PERCENT] = ACTIONS(4473), [anon_sym_PIPE_PIPE] = ACTIONS(4478), [anon_sym_AMP_AMP] = ACTIONS(4468), [anon_sym_PIPE] = ACTIONS(4473), [anon_sym_CARET] = ACTIONS(4473), [anon_sym_AMP] = ACTIONS(4475), [anon_sym_EQ_EQ] = ACTIONS(4478), [anon_sym_BANG_EQ] = ACTIONS(4478), [anon_sym_GT] = ACTIONS(4473), [anon_sym_GT_EQ] = ACTIONS(4478), [anon_sym_LT_EQ] = ACTIONS(4473), [anon_sym_LT] = ACTIONS(4491), [anon_sym_LT_LT] = ACTIONS(4473), [anon_sym_GT_GT] = ACTIONS(4473), [anon_sym_extern] = ACTIONS(4466), [anon_sym___attribute__] = ACTIONS(4466), [anon_sym_COLON_COLON] = ACTIONS(4464), [anon_sym_LBRACK_LBRACK] = ACTIONS(4471), [anon_sym___declspec] = ACTIONS(4466), [anon_sym___based] = ACTIONS(4466), [anon_sym_LBRACE] = ACTIONS(4483), [anon_sym_LBRACK] = ACTIONS(4475), [anon_sym_EQ] = ACTIONS(4466), [anon_sym_static] = ACTIONS(4466), [anon_sym_register] = ACTIONS(4466), [anon_sym_inline] = ACTIONS(4466), [anon_sym_thread_local] = ACTIONS(4466), [anon_sym_const] = ACTIONS(4466), [anon_sym_constexpr] = ACTIONS(4466), [anon_sym_volatile] = ACTIONS(4466), [anon_sym_restrict] = ACTIONS(4466), [anon_sym___restrict__] = ACTIONS(4466), [anon_sym__Atomic] = ACTIONS(4466), [anon_sym__Noreturn] = ACTIONS(4466), [anon_sym_noreturn] = ACTIONS(4466), [anon_sym_mutable] = ACTIONS(4466), [anon_sym_constinit] = ACTIONS(4466), [anon_sym_consteval] = ACTIONS(4466), [anon_sym_QMARK] = ACTIONS(4478), [anon_sym_STAR_EQ] = ACTIONS(4505), [anon_sym_SLASH_EQ] = ACTIONS(4505), [anon_sym_PERCENT_EQ] = ACTIONS(4505), [anon_sym_PLUS_EQ] = ACTIONS(4505), [anon_sym_DASH_EQ] = ACTIONS(4505), [anon_sym_LT_LT_EQ] = ACTIONS(4505), [anon_sym_GT_GT_EQ] = ACTIONS(4505), [anon_sym_AMP_EQ] = ACTIONS(4505), [anon_sym_CARET_EQ] = ACTIONS(4505), [anon_sym_PIPE_EQ] = ACTIONS(4505), [anon_sym_and_eq] = ACTIONS(4501), [anon_sym_or_eq] = ACTIONS(4501), [anon_sym_xor_eq] = ACTIONS(4501), [anon_sym_LT_EQ_GT] = ACTIONS(4478), [anon_sym_or] = ACTIONS(4473), [anon_sym_and] = ACTIONS(4473), [anon_sym_bitor] = ACTIONS(4473), [anon_sym_xor] = ACTIONS(4473), [anon_sym_bitand] = ACTIONS(4473), [anon_sym_not_eq] = ACTIONS(4473), [anon_sym_DASH_DASH] = ACTIONS(4478), [anon_sym_PLUS_PLUS] = ACTIONS(4478), [anon_sym_DOT] = ACTIONS(4473), [anon_sym_DASH_GT] = ACTIONS(4478), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(4466), [anon_sym_decltype] = ACTIONS(4466), [anon_sym_virtual] = ACTIONS(4466), [anon_sym_template] = ACTIONS(4466), [anon_sym_operator] = ACTIONS(4466), }, [2112] = { [sym_identifier] = ACTIONS(4507), [anon_sym_DOT_DOT_DOT] = ACTIONS(4519), [anon_sym_COMMA] = ACTIONS(4519), [anon_sym_LPAREN2] = ACTIONS(4509), [anon_sym_TILDE] = ACTIONS(4512), [anon_sym_DASH] = ACTIONS(4514), [anon_sym_PLUS] = ACTIONS(4514), [anon_sym_STAR] = ACTIONS(4516), [anon_sym_SLASH] = ACTIONS(4514), [anon_sym_PERCENT] = ACTIONS(4514), [anon_sym_PIPE_PIPE] = ACTIONS(4519), [anon_sym_AMP_AMP] = ACTIONS(4509), [anon_sym_PIPE] = ACTIONS(4514), [anon_sym_CARET] = ACTIONS(4514), [anon_sym_AMP] = ACTIONS(4516), [anon_sym_EQ_EQ] = ACTIONS(4519), [anon_sym_BANG_EQ] = ACTIONS(4519), [anon_sym_GT] = ACTIONS(4514), [anon_sym_GT_EQ] = ACTIONS(4519), [anon_sym_LT_EQ] = ACTIONS(4514), [anon_sym_LT] = ACTIONS(4514), [anon_sym_LT_LT] = ACTIONS(4514), [anon_sym_GT_GT] = ACTIONS(4514), [anon_sym_SEMI] = ACTIONS(4509), [anon_sym_extern] = ACTIONS(4507), [anon_sym___attribute__] = ACTIONS(4507), [anon_sym_COLON_COLON] = ACTIONS(4512), [anon_sym_LBRACK_LBRACK] = ACTIONS(4509), [anon_sym___declspec] = ACTIONS(4507), [anon_sym___based] = ACTIONS(4507), [anon_sym_LBRACE] = ACTIONS(4512), [anon_sym_RBRACE] = ACTIONS(4519), [anon_sym_LBRACK] = ACTIONS(4516), [anon_sym_EQ] = ACTIONS(4514), [anon_sym_static] = ACTIONS(4507), [anon_sym_register] = ACTIONS(4507), [anon_sym_inline] = ACTIONS(4507), [anon_sym_thread_local] = ACTIONS(4507), [anon_sym_const] = ACTIONS(4507), [anon_sym_constexpr] = ACTIONS(4507), [anon_sym_volatile] = ACTIONS(4507), [anon_sym_restrict] = ACTIONS(4507), [anon_sym___restrict__] = ACTIONS(4507), [anon_sym__Atomic] = ACTIONS(4507), [anon_sym__Noreturn] = ACTIONS(4507), [anon_sym_noreturn] = ACTIONS(4507), [anon_sym_mutable] = ACTIONS(4507), [anon_sym_constinit] = ACTIONS(4507), [anon_sym_consteval] = ACTIONS(4507), [anon_sym_QMARK] = ACTIONS(4519), [anon_sym_STAR_EQ] = ACTIONS(4519), [anon_sym_SLASH_EQ] = ACTIONS(4519), [anon_sym_PERCENT_EQ] = ACTIONS(4519), [anon_sym_PLUS_EQ] = ACTIONS(4519), [anon_sym_DASH_EQ] = ACTIONS(4519), [anon_sym_LT_LT_EQ] = ACTIONS(4519), [anon_sym_GT_GT_EQ] = ACTIONS(4519), [anon_sym_AMP_EQ] = ACTIONS(4519), [anon_sym_CARET_EQ] = ACTIONS(4519), [anon_sym_PIPE_EQ] = ACTIONS(4519), [anon_sym_and_eq] = ACTIONS(4514), [anon_sym_or_eq] = ACTIONS(4514), [anon_sym_xor_eq] = ACTIONS(4514), [anon_sym_LT_EQ_GT] = ACTIONS(4519), [anon_sym_or] = ACTIONS(4514), [anon_sym_and] = ACTIONS(4514), [anon_sym_bitor] = ACTIONS(4514), [anon_sym_xor] = ACTIONS(4514), [anon_sym_bitand] = ACTIONS(4514), [anon_sym_not_eq] = ACTIONS(4514), [anon_sym_DASH_DASH] = ACTIONS(4519), [anon_sym_PLUS_PLUS] = ACTIONS(4519), [anon_sym_DOT] = ACTIONS(4514), [anon_sym_DASH_GT] = ACTIONS(4519), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(4507), [anon_sym_decltype] = ACTIONS(4507), [anon_sym_virtual] = ACTIONS(4507), [anon_sym_template] = ACTIONS(4507), [anon_sym_operator] = ACTIONS(4507), }, [2113] = { [sym_identifier] = ACTIONS(4507), [anon_sym_DOT_DOT_DOT] = ACTIONS(4519), [anon_sym_COMMA] = ACTIONS(4519), [anon_sym_RPAREN] = ACTIONS(4519), [anon_sym_LPAREN2] = ACTIONS(4509), [anon_sym_TILDE] = ACTIONS(4512), [anon_sym_DASH] = ACTIONS(4514), [anon_sym_PLUS] = ACTIONS(4514), [anon_sym_STAR] = ACTIONS(4516), [anon_sym_SLASH] = ACTIONS(4514), [anon_sym_PERCENT] = ACTIONS(4514), [anon_sym_PIPE_PIPE] = ACTIONS(4519), [anon_sym_AMP_AMP] = ACTIONS(4509), [anon_sym_PIPE] = ACTIONS(4514), [anon_sym_CARET] = ACTIONS(4514), [anon_sym_AMP] = ACTIONS(4516), [anon_sym_EQ_EQ] = ACTIONS(4519), [anon_sym_BANG_EQ] = ACTIONS(4519), [anon_sym_GT] = ACTIONS(4514), [anon_sym_GT_EQ] = ACTIONS(4519), [anon_sym_LT_EQ] = ACTIONS(4514), [anon_sym_LT] = ACTIONS(4514), [anon_sym_LT_LT] = ACTIONS(4514), [anon_sym_GT_GT] = ACTIONS(4514), [anon_sym_SEMI] = ACTIONS(4519), [anon_sym_extern] = ACTIONS(4507), [anon_sym___attribute__] = ACTIONS(4507), [anon_sym_COLON_COLON] = ACTIONS(4512), [anon_sym_LBRACK_LBRACK] = ACTIONS(4512), [anon_sym___declspec] = ACTIONS(4507), [anon_sym___based] = ACTIONS(4507), [anon_sym_LBRACE] = ACTIONS(4512), [anon_sym_LBRACK] = ACTIONS(4516), [anon_sym_EQ] = ACTIONS(4514), [anon_sym_static] = ACTIONS(4507), [anon_sym_register] = ACTIONS(4507), [anon_sym_inline] = ACTIONS(4507), [anon_sym_thread_local] = ACTIONS(4507), [anon_sym_const] = ACTIONS(4507), [anon_sym_constexpr] = ACTIONS(4507), [anon_sym_volatile] = ACTIONS(4507), [anon_sym_restrict] = ACTIONS(4507), [anon_sym___restrict__] = ACTIONS(4507), [anon_sym__Atomic] = ACTIONS(4507), [anon_sym__Noreturn] = ACTIONS(4507), [anon_sym_noreturn] = ACTIONS(4507), [anon_sym_mutable] = ACTIONS(4507), [anon_sym_constinit] = ACTIONS(4507), [anon_sym_consteval] = ACTIONS(4507), [anon_sym_QMARK] = ACTIONS(4519), [anon_sym_STAR_EQ] = ACTIONS(4519), [anon_sym_SLASH_EQ] = ACTIONS(4519), [anon_sym_PERCENT_EQ] = ACTIONS(4519), [anon_sym_PLUS_EQ] = ACTIONS(4519), [anon_sym_DASH_EQ] = ACTIONS(4519), [anon_sym_LT_LT_EQ] = ACTIONS(4519), [anon_sym_GT_GT_EQ] = ACTIONS(4519), [anon_sym_AMP_EQ] = ACTIONS(4519), [anon_sym_CARET_EQ] = ACTIONS(4519), [anon_sym_PIPE_EQ] = ACTIONS(4519), [anon_sym_and_eq] = ACTIONS(4514), [anon_sym_or_eq] = ACTIONS(4514), [anon_sym_xor_eq] = ACTIONS(4514), [anon_sym_LT_EQ_GT] = ACTIONS(4519), [anon_sym_or] = ACTIONS(4514), [anon_sym_and] = ACTIONS(4514), [anon_sym_bitor] = ACTIONS(4514), [anon_sym_xor] = ACTIONS(4514), [anon_sym_bitand] = ACTIONS(4514), [anon_sym_not_eq] = ACTIONS(4514), [anon_sym_DASH_DASH] = ACTIONS(4519), [anon_sym_PLUS_PLUS] = ACTIONS(4519), [anon_sym_DOT] = ACTIONS(4514), [anon_sym_DASH_GT] = ACTIONS(4519), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(4507), [anon_sym_decltype] = ACTIONS(4507), [anon_sym_virtual] = ACTIONS(4507), [anon_sym_template] = ACTIONS(4507), [anon_sym_operator] = ACTIONS(4507), }, [2114] = { [sym_template_argument_list] = STATE(2116), [sym_identifier] = ACTIONS(4447), [anon_sym_DOT_DOT_DOT] = ACTIONS(4449), [anon_sym_COMMA] = ACTIONS(4449), [anon_sym_RPAREN] = ACTIONS(4449), [anon_sym_LPAREN2] = ACTIONS(4449), [anon_sym_TILDE] = ACTIONS(4452), [anon_sym_DASH] = ACTIONS(4454), [anon_sym_PLUS] = ACTIONS(4454), [anon_sym_STAR] = ACTIONS(4456), [anon_sym_SLASH] = ACTIONS(4454), [anon_sym_PERCENT] = ACTIONS(4454), [anon_sym_PIPE_PIPE] = ACTIONS(4459), [anon_sym_AMP_AMP] = ACTIONS(4449), [anon_sym_PIPE] = ACTIONS(4454), [anon_sym_CARET] = ACTIONS(4454), [anon_sym_AMP] = ACTIONS(4456), [anon_sym_EQ_EQ] = ACTIONS(4459), [anon_sym_BANG_EQ] = ACTIONS(4459), [anon_sym_GT] = ACTIONS(4454), [anon_sym_GT_EQ] = ACTIONS(4459), [anon_sym_LT_EQ] = ACTIONS(4454), [anon_sym_LT] = ACTIONS(4549), [anon_sym_LT_LT] = ACTIONS(4454), [anon_sym_GT_GT] = ACTIONS(4454), [anon_sym_extern] = ACTIONS(4447), [anon_sym___attribute__] = ACTIONS(4447), [anon_sym_COLON_COLON] = ACTIONS(4464), [anon_sym_LBRACK_LBRACK] = ACTIONS(4452), [anon_sym___declspec] = ACTIONS(4447), [anon_sym___based] = ACTIONS(4447), [anon_sym_LBRACE] = ACTIONS(4452), [anon_sym_LBRACK] = ACTIONS(4456), [anon_sym_EQ] = ACTIONS(4456), [anon_sym_static] = ACTIONS(4447), [anon_sym_register] = ACTIONS(4447), [anon_sym_inline] = ACTIONS(4447), [anon_sym_thread_local] = ACTIONS(4447), [anon_sym_const] = ACTIONS(4447), [anon_sym_constexpr] = ACTIONS(4447), [anon_sym_volatile] = ACTIONS(4447), [anon_sym_restrict] = ACTIONS(4447), [anon_sym___restrict__] = ACTIONS(4447), [anon_sym__Atomic] = ACTIONS(4447), [anon_sym__Noreturn] = ACTIONS(4447), [anon_sym_noreturn] = ACTIONS(4447), [anon_sym_mutable] = ACTIONS(4447), [anon_sym_constinit] = ACTIONS(4447), [anon_sym_consteval] = ACTIONS(4447), [anon_sym_QMARK] = ACTIONS(4459), [anon_sym_STAR_EQ] = ACTIONS(4459), [anon_sym_SLASH_EQ] = ACTIONS(4459), [anon_sym_PERCENT_EQ] = ACTIONS(4459), [anon_sym_PLUS_EQ] = ACTIONS(4459), [anon_sym_DASH_EQ] = ACTIONS(4459), [anon_sym_LT_LT_EQ] = ACTIONS(4459), [anon_sym_GT_GT_EQ] = ACTIONS(4459), [anon_sym_AMP_EQ] = ACTIONS(4459), [anon_sym_CARET_EQ] = ACTIONS(4459), [anon_sym_PIPE_EQ] = ACTIONS(4459), [anon_sym_and_eq] = ACTIONS(4454), [anon_sym_or_eq] = ACTIONS(4454), [anon_sym_xor_eq] = ACTIONS(4454), [anon_sym_LT_EQ_GT] = ACTIONS(4459), [anon_sym_or] = ACTIONS(4454), [anon_sym_and] = ACTIONS(4454), [anon_sym_bitor] = ACTIONS(4454), [anon_sym_xor] = ACTIONS(4454), [anon_sym_bitand] = ACTIONS(4454), [anon_sym_not_eq] = ACTIONS(4454), [anon_sym_DASH_DASH] = ACTIONS(4459), [anon_sym_PLUS_PLUS] = ACTIONS(4459), [anon_sym_DOT] = ACTIONS(4454), [anon_sym_DASH_GT] = ACTIONS(4459), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(4447), [anon_sym_decltype] = ACTIONS(4447), [anon_sym_virtual] = ACTIONS(4447), [anon_sym_template] = ACTIONS(4447), [anon_sym_operator] = ACTIONS(4447), }, [2115] = { [sym_template_argument_list] = STATE(2208), [sym_identifier] = ACTIONS(4466), [anon_sym_DOT_DOT_DOT] = ACTIONS(4478), [anon_sym_LPAREN2] = ACTIONS(4487), [anon_sym_TILDE] = ACTIONS(4471), [anon_sym_DASH] = ACTIONS(4473), [anon_sym_PLUS] = ACTIONS(4473), [anon_sym_STAR] = ACTIONS(4475), [anon_sym_SLASH] = ACTIONS(4473), [anon_sym_PERCENT] = ACTIONS(4473), [anon_sym_PIPE_PIPE] = ACTIONS(4478), [anon_sym_AMP_AMP] = ACTIONS(4468), [anon_sym_PIPE] = ACTIONS(4473), [anon_sym_CARET] = ACTIONS(4473), [anon_sym_AMP] = ACTIONS(4475), [anon_sym_EQ_EQ] = ACTIONS(4478), [anon_sym_BANG_EQ] = ACTIONS(4478), [anon_sym_GT] = ACTIONS(4473), [anon_sym_GT_EQ] = ACTIONS(4478), [anon_sym_LT_EQ] = ACTIONS(4473), [anon_sym_LT] = ACTIONS(4491), [anon_sym_LT_LT] = ACTIONS(4473), [anon_sym_GT_GT] = ACTIONS(4473), [anon_sym_SEMI] = ACTIONS(4468), [anon_sym_extern] = ACTIONS(4466), [anon_sym___attribute__] = ACTIONS(4466), [anon_sym_COLON_COLON] = ACTIONS(4464), [anon_sym_LBRACK_LBRACK] = ACTIONS(4494), [anon_sym___declspec] = ACTIONS(4466), [anon_sym___based] = ACTIONS(4466), [anon_sym_LBRACE] = ACTIONS(4483), [anon_sym_LBRACK] = ACTIONS(4497), [anon_sym_EQ] = ACTIONS(4501), [anon_sym_static] = ACTIONS(4466), [anon_sym_register] = ACTIONS(4466), [anon_sym_inline] = ACTIONS(4466), [anon_sym_thread_local] = ACTIONS(4466), [anon_sym_const] = ACTIONS(4466), [anon_sym_constexpr] = ACTIONS(4466), [anon_sym_volatile] = ACTIONS(4466), [anon_sym_restrict] = ACTIONS(4466), [anon_sym___restrict__] = ACTIONS(4466), [anon_sym__Atomic] = ACTIONS(4466), [anon_sym__Noreturn] = ACTIONS(4466), [anon_sym_noreturn] = ACTIONS(4466), [anon_sym_mutable] = ACTIONS(4466), [anon_sym_constinit] = ACTIONS(4466), [anon_sym_consteval] = ACTIONS(4466), [anon_sym_COLON] = ACTIONS(4535), [anon_sym_QMARK] = ACTIONS(4478), [anon_sym_STAR_EQ] = ACTIONS(4505), [anon_sym_SLASH_EQ] = ACTIONS(4505), [anon_sym_PERCENT_EQ] = ACTIONS(4505), [anon_sym_PLUS_EQ] = ACTIONS(4505), [anon_sym_DASH_EQ] = ACTIONS(4505), [anon_sym_LT_LT_EQ] = ACTIONS(4505), [anon_sym_GT_GT_EQ] = ACTIONS(4505), [anon_sym_AMP_EQ] = ACTIONS(4505), [anon_sym_CARET_EQ] = ACTIONS(4505), [anon_sym_PIPE_EQ] = ACTIONS(4505), [anon_sym_and_eq] = ACTIONS(4501), [anon_sym_or_eq] = ACTIONS(4501), [anon_sym_xor_eq] = ACTIONS(4501), [anon_sym_LT_EQ_GT] = ACTIONS(4478), [anon_sym_or] = ACTIONS(4473), [anon_sym_and] = ACTIONS(4473), [anon_sym_bitor] = ACTIONS(4473), [anon_sym_xor] = ACTIONS(4473), [anon_sym_bitand] = ACTIONS(4473), [anon_sym_not_eq] = ACTIONS(4473), [anon_sym_DASH_DASH] = ACTIONS(4478), [anon_sym_PLUS_PLUS] = ACTIONS(4478), [anon_sym_DOT] = ACTIONS(4473), [anon_sym_DASH_GT] = ACTIONS(4478), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(4466), [anon_sym_decltype] = ACTIONS(4466), [anon_sym_virtual] = ACTIONS(4466), [anon_sym_template] = ACTIONS(4466), [anon_sym_operator] = ACTIONS(4466), }, [2116] = { [sym_identifier] = ACTIONS(4507), [anon_sym_DOT_DOT_DOT] = ACTIONS(4509), [anon_sym_COMMA] = ACTIONS(4509), [anon_sym_RPAREN] = ACTIONS(4509), [anon_sym_LPAREN2] = ACTIONS(4509), [anon_sym_TILDE] = ACTIONS(4512), [anon_sym_DASH] = ACTIONS(4514), [anon_sym_PLUS] = ACTIONS(4514), [anon_sym_STAR] = ACTIONS(4516), [anon_sym_SLASH] = ACTIONS(4514), [anon_sym_PERCENT] = ACTIONS(4514), [anon_sym_PIPE_PIPE] = ACTIONS(4519), [anon_sym_AMP_AMP] = ACTIONS(4509), [anon_sym_PIPE] = ACTIONS(4514), [anon_sym_CARET] = ACTIONS(4514), [anon_sym_AMP] = ACTIONS(4516), [anon_sym_EQ_EQ] = ACTIONS(4519), [anon_sym_BANG_EQ] = ACTIONS(4519), [anon_sym_GT] = ACTIONS(4514), [anon_sym_GT_EQ] = ACTIONS(4519), [anon_sym_LT_EQ] = ACTIONS(4514), [anon_sym_LT] = ACTIONS(4514), [anon_sym_LT_LT] = ACTIONS(4514), [anon_sym_GT_GT] = ACTIONS(4514), [anon_sym_extern] = ACTIONS(4507), [anon_sym___attribute__] = ACTIONS(4507), [anon_sym_COLON_COLON] = ACTIONS(4512), [anon_sym_LBRACK_LBRACK] = ACTIONS(4512), [anon_sym___declspec] = ACTIONS(4507), [anon_sym___based] = ACTIONS(4507), [anon_sym_LBRACE] = ACTIONS(4512), [anon_sym_LBRACK] = ACTIONS(4516), [anon_sym_EQ] = ACTIONS(4516), [anon_sym_static] = ACTIONS(4507), [anon_sym_register] = ACTIONS(4507), [anon_sym_inline] = ACTIONS(4507), [anon_sym_thread_local] = ACTIONS(4507), [anon_sym_const] = ACTIONS(4507), [anon_sym_constexpr] = ACTIONS(4507), [anon_sym_volatile] = ACTIONS(4507), [anon_sym_restrict] = ACTIONS(4507), [anon_sym___restrict__] = ACTIONS(4507), [anon_sym__Atomic] = ACTIONS(4507), [anon_sym__Noreturn] = ACTIONS(4507), [anon_sym_noreturn] = ACTIONS(4507), [anon_sym_mutable] = ACTIONS(4507), [anon_sym_constinit] = ACTIONS(4507), [anon_sym_consteval] = ACTIONS(4507), [anon_sym_QMARK] = ACTIONS(4519), [anon_sym_STAR_EQ] = ACTIONS(4519), [anon_sym_SLASH_EQ] = ACTIONS(4519), [anon_sym_PERCENT_EQ] = ACTIONS(4519), [anon_sym_PLUS_EQ] = ACTIONS(4519), [anon_sym_DASH_EQ] = ACTIONS(4519), [anon_sym_LT_LT_EQ] = ACTIONS(4519), [anon_sym_GT_GT_EQ] = ACTIONS(4519), [anon_sym_AMP_EQ] = ACTIONS(4519), [anon_sym_CARET_EQ] = ACTIONS(4519), [anon_sym_PIPE_EQ] = ACTIONS(4519), [anon_sym_and_eq] = ACTIONS(4514), [anon_sym_or_eq] = ACTIONS(4514), [anon_sym_xor_eq] = ACTIONS(4514), [anon_sym_LT_EQ_GT] = ACTIONS(4519), [anon_sym_or] = ACTIONS(4514), [anon_sym_and] = ACTIONS(4514), [anon_sym_bitor] = ACTIONS(4514), [anon_sym_xor] = ACTIONS(4514), [anon_sym_bitand] = ACTIONS(4514), [anon_sym_not_eq] = ACTIONS(4514), [anon_sym_DASH_DASH] = ACTIONS(4519), [anon_sym_PLUS_PLUS] = ACTIONS(4519), [anon_sym_DOT] = ACTIONS(4514), [anon_sym_DASH_GT] = ACTIONS(4519), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(4507), [anon_sym_decltype] = ACTIONS(4507), [anon_sym_virtual] = ACTIONS(4507), [anon_sym_template] = ACTIONS(4507), [anon_sym_operator] = ACTIONS(4507), }, [2117] = { [sym_identifier] = ACTIONS(4521), [anon_sym_DOT_DOT_DOT] = ACTIONS(4523), [anon_sym_COMMA] = ACTIONS(4523), [anon_sym_RPAREN] = ACTIONS(4523), [anon_sym_LPAREN2] = ACTIONS(4523), [anon_sym_TILDE] = ACTIONS(4523), [anon_sym_DASH] = ACTIONS(4521), [anon_sym_PLUS] = ACTIONS(4521), [anon_sym_STAR] = ACTIONS(4521), [anon_sym_SLASH] = ACTIONS(4521), [anon_sym_PERCENT] = ACTIONS(4521), [anon_sym_PIPE_PIPE] = ACTIONS(4523), [anon_sym_AMP_AMP] = ACTIONS(4523), [anon_sym_PIPE] = ACTIONS(4521), [anon_sym_CARET] = ACTIONS(4521), [anon_sym_AMP] = ACTIONS(4521), [anon_sym_EQ_EQ] = ACTIONS(4523), [anon_sym_BANG_EQ] = ACTIONS(4523), [anon_sym_GT] = ACTIONS(4521), [anon_sym_GT_EQ] = ACTIONS(4523), [anon_sym_LT_EQ] = ACTIONS(4521), [anon_sym_LT] = ACTIONS(4521), [anon_sym_LT_LT] = ACTIONS(4521), [anon_sym_GT_GT] = ACTIONS(4521), [anon_sym_extern] = ACTIONS(4521), [anon_sym___attribute__] = ACTIONS(4521), [anon_sym_COLON_COLON] = ACTIONS(4523), [anon_sym_LBRACK_LBRACK] = ACTIONS(4523), [anon_sym___declspec] = ACTIONS(4521), [anon_sym___based] = ACTIONS(4521), [anon_sym_LBRACE] = ACTIONS(4523), [anon_sym_LBRACK] = ACTIONS(4521), [anon_sym_EQ] = ACTIONS(4521), [anon_sym_static] = ACTIONS(4521), [anon_sym_register] = ACTIONS(4521), [anon_sym_inline] = ACTIONS(4521), [anon_sym_thread_local] = ACTIONS(4521), [anon_sym_const] = ACTIONS(4521), [anon_sym_constexpr] = ACTIONS(4521), [anon_sym_volatile] = ACTIONS(4521), [anon_sym_restrict] = ACTIONS(4521), [anon_sym___restrict__] = ACTIONS(4521), [anon_sym__Atomic] = ACTIONS(4521), [anon_sym__Noreturn] = ACTIONS(4521), [anon_sym_noreturn] = ACTIONS(4521), [anon_sym_mutable] = ACTIONS(4521), [anon_sym_constinit] = ACTIONS(4521), [anon_sym_consteval] = ACTIONS(4521), [anon_sym_QMARK] = ACTIONS(4523), [anon_sym_STAR_EQ] = ACTIONS(4523), [anon_sym_SLASH_EQ] = ACTIONS(4523), [anon_sym_PERCENT_EQ] = ACTIONS(4523), [anon_sym_PLUS_EQ] = ACTIONS(4523), [anon_sym_DASH_EQ] = ACTIONS(4523), [anon_sym_LT_LT_EQ] = ACTIONS(4523), [anon_sym_GT_GT_EQ] = ACTIONS(4523), [anon_sym_AMP_EQ] = ACTIONS(4523), [anon_sym_CARET_EQ] = ACTIONS(4523), [anon_sym_PIPE_EQ] = ACTIONS(4523), [anon_sym_LT_EQ_GT] = ACTIONS(4523), [anon_sym_or] = ACTIONS(4521), [anon_sym_and] = ACTIONS(4521), [anon_sym_bitor] = ACTIONS(4521), [anon_sym_xor] = ACTIONS(4521), [anon_sym_bitand] = ACTIONS(4521), [anon_sym_not_eq] = ACTIONS(4521), [anon_sym_DASH_DASH] = ACTIONS(4523), [anon_sym_PLUS_PLUS] = ACTIONS(4523), [anon_sym_DOT] = ACTIONS(4521), [anon_sym_DASH_GT] = ACTIONS(4521), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(4521), [anon_sym_decltype] = ACTIONS(4521), [anon_sym_virtual] = ACTIONS(4521), [anon_sym_template] = ACTIONS(4521), [anon_sym_operator] = ACTIONS(4521), [anon_sym_DOT_STAR] = ACTIONS(4523), [anon_sym_DASH_GT_STAR] = ACTIONS(4523), }, [2118] = { [sym_identifier] = ACTIONS(4531), [anon_sym_DOT_DOT_DOT] = ACTIONS(4533), [anon_sym_COMMA] = ACTIONS(4533), [anon_sym_RPAREN] = ACTIONS(4533), [anon_sym_LPAREN2] = ACTIONS(4533), [anon_sym_TILDE] = ACTIONS(4533), [anon_sym_DASH] = ACTIONS(4531), [anon_sym_PLUS] = ACTIONS(4531), [anon_sym_STAR] = ACTIONS(4531), [anon_sym_SLASH] = ACTIONS(4531), [anon_sym_PERCENT] = ACTIONS(4531), [anon_sym_PIPE_PIPE] = ACTIONS(4533), [anon_sym_AMP_AMP] = ACTIONS(4533), [anon_sym_PIPE] = ACTIONS(4531), [anon_sym_CARET] = ACTIONS(4531), [anon_sym_AMP] = ACTIONS(4531), [anon_sym_EQ_EQ] = ACTIONS(4533), [anon_sym_BANG_EQ] = ACTIONS(4533), [anon_sym_GT] = ACTIONS(4531), [anon_sym_GT_EQ] = ACTIONS(4533), [anon_sym_LT_EQ] = ACTIONS(4531), [anon_sym_LT] = ACTIONS(4531), [anon_sym_LT_LT] = ACTIONS(4531), [anon_sym_GT_GT] = ACTIONS(4531), [anon_sym_extern] = ACTIONS(4531), [anon_sym___attribute__] = ACTIONS(4531), [anon_sym_COLON_COLON] = ACTIONS(4533), [anon_sym_LBRACK_LBRACK] = ACTIONS(4533), [anon_sym___declspec] = ACTIONS(4531), [anon_sym___based] = ACTIONS(4531), [anon_sym_LBRACE] = ACTIONS(4533), [anon_sym_LBRACK] = ACTIONS(4531), [anon_sym_EQ] = ACTIONS(4531), [anon_sym_static] = ACTIONS(4531), [anon_sym_register] = ACTIONS(4531), [anon_sym_inline] = ACTIONS(4531), [anon_sym_thread_local] = ACTIONS(4531), [anon_sym_const] = ACTIONS(4531), [anon_sym_constexpr] = ACTIONS(4531), [anon_sym_volatile] = ACTIONS(4531), [anon_sym_restrict] = ACTIONS(4531), [anon_sym___restrict__] = ACTIONS(4531), [anon_sym__Atomic] = ACTIONS(4531), [anon_sym__Noreturn] = ACTIONS(4531), [anon_sym_noreturn] = ACTIONS(4531), [anon_sym_mutable] = ACTIONS(4531), [anon_sym_constinit] = ACTIONS(4531), [anon_sym_consteval] = ACTIONS(4531), [anon_sym_QMARK] = ACTIONS(4533), [anon_sym_STAR_EQ] = ACTIONS(4533), [anon_sym_SLASH_EQ] = ACTIONS(4533), [anon_sym_PERCENT_EQ] = ACTIONS(4533), [anon_sym_PLUS_EQ] = ACTIONS(4533), [anon_sym_DASH_EQ] = ACTIONS(4533), [anon_sym_LT_LT_EQ] = ACTIONS(4533), [anon_sym_GT_GT_EQ] = ACTIONS(4533), [anon_sym_AMP_EQ] = ACTIONS(4533), [anon_sym_CARET_EQ] = ACTIONS(4533), [anon_sym_PIPE_EQ] = ACTIONS(4533), [anon_sym_LT_EQ_GT] = ACTIONS(4533), [anon_sym_or] = ACTIONS(4531), [anon_sym_and] = ACTIONS(4531), [anon_sym_bitor] = ACTIONS(4531), [anon_sym_xor] = ACTIONS(4531), [anon_sym_bitand] = ACTIONS(4531), [anon_sym_not_eq] = ACTIONS(4531), [anon_sym_DASH_DASH] = ACTIONS(4533), [anon_sym_PLUS_PLUS] = ACTIONS(4533), [anon_sym_DOT] = ACTIONS(4531), [anon_sym_DASH_GT] = ACTIONS(4531), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(4531), [anon_sym_decltype] = ACTIONS(4531), [anon_sym_virtual] = ACTIONS(4531), [anon_sym_template] = ACTIONS(4531), [anon_sym_operator] = ACTIONS(4531), [anon_sym_DOT_STAR] = ACTIONS(4533), [anon_sym_DASH_GT_STAR] = ACTIONS(4533), }, [2119] = { [sym_identifier] = ACTIONS(3242), [anon_sym_LPAREN2] = ACTIONS(3247), [anon_sym_BANG] = ACTIONS(3247), [anon_sym_TILDE] = ACTIONS(3247), [anon_sym_DASH] = ACTIONS(3242), [anon_sym_PLUS] = ACTIONS(3242), [anon_sym_STAR] = ACTIONS(3247), [anon_sym_AMP] = ACTIONS(3247), [anon_sym_extern] = ACTIONS(3242), [anon_sym___attribute__] = ACTIONS(3242), [anon_sym_COLON_COLON] = ACTIONS(3247), [anon_sym_LBRACK_LBRACK] = ACTIONS(3247), [anon_sym___declspec] = ACTIONS(3242), [anon_sym_signed] = ACTIONS(3242), [anon_sym_unsigned] = ACTIONS(3242), [anon_sym_long] = ACTIONS(3242), [anon_sym_short] = ACTIONS(3242), [anon_sym_LBRACK] = ACTIONS(3242), [anon_sym_static] = ACTIONS(3242), [anon_sym_register] = ACTIONS(3242), [anon_sym_inline] = ACTIONS(3242), [anon_sym_thread_local] = ACTIONS(3242), [anon_sym_const] = ACTIONS(3242), [anon_sym_constexpr] = ACTIONS(3242), [anon_sym_volatile] = ACTIONS(3242), [anon_sym_restrict] = ACTIONS(3242), [anon_sym___restrict__] = ACTIONS(3242), [anon_sym__Atomic] = ACTIONS(3242), [anon_sym__Noreturn] = ACTIONS(3242), [anon_sym_noreturn] = ACTIONS(3242), [anon_sym_mutable] = ACTIONS(3242), [anon_sym_constinit] = ACTIONS(3242), [anon_sym_consteval] = ACTIONS(3242), [sym_primitive_type] = ACTIONS(3242), [anon_sym_enum] = ACTIONS(3242), [anon_sym_class] = ACTIONS(3242), [anon_sym_struct] = ACTIONS(3242), [anon_sym_union] = ACTIONS(3242), [anon_sym_not] = ACTIONS(3242), [anon_sym_compl] = ACTIONS(3242), [anon_sym_DASH_DASH] = ACTIONS(3247), [anon_sym_PLUS_PLUS] = ACTIONS(3247), [anon_sym_sizeof] = ACTIONS(3242), [anon_sym_offsetof] = ACTIONS(3242), [anon_sym__Generic] = ACTIONS(3242), [anon_sym_asm] = ACTIONS(3242), [anon_sym___asm__] = ACTIONS(3242), [sym_number_literal] = ACTIONS(3247), [anon_sym_L_SQUOTE] = ACTIONS(3247), [anon_sym_u_SQUOTE] = ACTIONS(3247), [anon_sym_U_SQUOTE] = ACTIONS(3247), [anon_sym_u8_SQUOTE] = ACTIONS(3247), [anon_sym_SQUOTE] = ACTIONS(3247), [anon_sym_L_DQUOTE] = ACTIONS(3247), [anon_sym_u_DQUOTE] = ACTIONS(3247), [anon_sym_U_DQUOTE] = ACTIONS(3247), [anon_sym_u8_DQUOTE] = ACTIONS(3247), [anon_sym_DQUOTE] = ACTIONS(3247), [sym_true] = ACTIONS(3242), [sym_false] = ACTIONS(3242), [anon_sym_NULL] = ACTIONS(3242), [anon_sym_nullptr] = ACTIONS(3242), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3242), [anon_sym_decltype] = ACTIONS(3242), [anon_sym_virtual] = ACTIONS(3242), [anon_sym_typename] = ACTIONS(3242), [anon_sym_template] = ACTIONS(3242), [anon_sym_delete] = ACTIONS(3242), [anon_sym_R_DQUOTE] = ACTIONS(3247), [anon_sym_LR_DQUOTE] = ACTIONS(3247), [anon_sym_uR_DQUOTE] = ACTIONS(3247), [anon_sym_UR_DQUOTE] = ACTIONS(3247), [anon_sym_u8R_DQUOTE] = ACTIONS(3247), [anon_sym_co_await] = ACTIONS(3242), [anon_sym_new] = ACTIONS(3242), [anon_sym_requires] = ACTIONS(3242), [sym_this] = ACTIONS(3242), }, [2120] = { [sym_identifier] = ACTIONS(4537), [anon_sym_DOT_DOT_DOT] = ACTIONS(4539), [anon_sym_COMMA] = ACTIONS(4539), [anon_sym_RPAREN] = ACTIONS(4539), [anon_sym_LPAREN2] = ACTIONS(4539), [anon_sym_TILDE] = ACTIONS(4539), [anon_sym_DASH] = ACTIONS(4537), [anon_sym_PLUS] = ACTIONS(4537), [anon_sym_STAR] = ACTIONS(4537), [anon_sym_SLASH] = ACTIONS(4537), [anon_sym_PERCENT] = ACTIONS(4537), [anon_sym_PIPE_PIPE] = ACTIONS(4539), [anon_sym_AMP_AMP] = ACTIONS(4539), [anon_sym_PIPE] = ACTIONS(4537), [anon_sym_CARET] = ACTIONS(4537), [anon_sym_AMP] = ACTIONS(4537), [anon_sym_EQ_EQ] = ACTIONS(4539), [anon_sym_BANG_EQ] = ACTIONS(4539), [anon_sym_GT] = ACTIONS(4537), [anon_sym_GT_EQ] = ACTIONS(4539), [anon_sym_LT_EQ] = ACTIONS(4537), [anon_sym_LT] = ACTIONS(4537), [anon_sym_LT_LT] = ACTIONS(4537), [anon_sym_GT_GT] = ACTIONS(4537), [anon_sym_extern] = ACTIONS(4537), [anon_sym___attribute__] = ACTIONS(4537), [anon_sym_COLON_COLON] = ACTIONS(4539), [anon_sym_LBRACK_LBRACK] = ACTIONS(4539), [anon_sym___declspec] = ACTIONS(4537), [anon_sym___based] = ACTIONS(4537), [anon_sym_LBRACE] = ACTIONS(4539), [anon_sym_LBRACK] = ACTIONS(4537), [anon_sym_EQ] = ACTIONS(4537), [anon_sym_static] = ACTIONS(4537), [anon_sym_register] = ACTIONS(4537), [anon_sym_inline] = ACTIONS(4537), [anon_sym_thread_local] = ACTIONS(4537), [anon_sym_const] = ACTIONS(4537), [anon_sym_constexpr] = ACTIONS(4537), [anon_sym_volatile] = ACTIONS(4537), [anon_sym_restrict] = ACTIONS(4537), [anon_sym___restrict__] = ACTIONS(4537), [anon_sym__Atomic] = ACTIONS(4537), [anon_sym__Noreturn] = ACTIONS(4537), [anon_sym_noreturn] = ACTIONS(4537), [anon_sym_mutable] = ACTIONS(4537), [anon_sym_constinit] = ACTIONS(4537), [anon_sym_consteval] = ACTIONS(4537), [anon_sym_QMARK] = ACTIONS(4539), [anon_sym_STAR_EQ] = ACTIONS(4539), [anon_sym_SLASH_EQ] = ACTIONS(4539), [anon_sym_PERCENT_EQ] = ACTIONS(4539), [anon_sym_PLUS_EQ] = ACTIONS(4539), [anon_sym_DASH_EQ] = ACTIONS(4539), [anon_sym_LT_LT_EQ] = ACTIONS(4539), [anon_sym_GT_GT_EQ] = ACTIONS(4539), [anon_sym_AMP_EQ] = ACTIONS(4539), [anon_sym_CARET_EQ] = ACTIONS(4539), [anon_sym_PIPE_EQ] = ACTIONS(4539), [anon_sym_LT_EQ_GT] = ACTIONS(4539), [anon_sym_or] = ACTIONS(4537), [anon_sym_and] = ACTIONS(4537), [anon_sym_bitor] = ACTIONS(4537), [anon_sym_xor] = ACTIONS(4537), [anon_sym_bitand] = ACTIONS(4537), [anon_sym_not_eq] = ACTIONS(4537), [anon_sym_DASH_DASH] = ACTIONS(4539), [anon_sym_PLUS_PLUS] = ACTIONS(4539), [anon_sym_DOT] = ACTIONS(4537), [anon_sym_DASH_GT] = ACTIONS(4537), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(4537), [anon_sym_decltype] = ACTIONS(4537), [anon_sym_virtual] = ACTIONS(4537), [anon_sym_template] = ACTIONS(4537), [anon_sym_operator] = ACTIONS(4537), [anon_sym_DOT_STAR] = ACTIONS(4539), [anon_sym_DASH_GT_STAR] = ACTIONS(4539), }, [2121] = { [sym_identifier] = ACTIONS(4541), [anon_sym_DOT_DOT_DOT] = ACTIONS(4543), [anon_sym_COMMA] = ACTIONS(4543), [anon_sym_RPAREN] = ACTIONS(4543), [anon_sym_LPAREN2] = ACTIONS(4543), [anon_sym_TILDE] = ACTIONS(4543), [anon_sym_DASH] = ACTIONS(4541), [anon_sym_PLUS] = ACTIONS(4541), [anon_sym_STAR] = ACTIONS(4541), [anon_sym_SLASH] = ACTIONS(4541), [anon_sym_PERCENT] = ACTIONS(4541), [anon_sym_PIPE_PIPE] = ACTIONS(4543), [anon_sym_AMP_AMP] = ACTIONS(4543), [anon_sym_PIPE] = ACTIONS(4541), [anon_sym_CARET] = ACTIONS(4541), [anon_sym_AMP] = ACTIONS(4541), [anon_sym_EQ_EQ] = ACTIONS(4543), [anon_sym_BANG_EQ] = ACTIONS(4543), [anon_sym_GT] = ACTIONS(4541), [anon_sym_GT_EQ] = ACTIONS(4543), [anon_sym_LT_EQ] = ACTIONS(4541), [anon_sym_LT] = ACTIONS(4541), [anon_sym_LT_LT] = ACTIONS(4541), [anon_sym_GT_GT] = ACTIONS(4541), [anon_sym_extern] = ACTIONS(4541), [anon_sym___attribute__] = ACTIONS(4541), [anon_sym_COLON_COLON] = ACTIONS(4543), [anon_sym_LBRACK_LBRACK] = ACTIONS(4543), [anon_sym___declspec] = ACTIONS(4541), [anon_sym___based] = ACTIONS(4541), [anon_sym_LBRACE] = ACTIONS(4543), [anon_sym_LBRACK] = ACTIONS(4541), [anon_sym_EQ] = ACTIONS(4541), [anon_sym_static] = ACTIONS(4541), [anon_sym_register] = ACTIONS(4541), [anon_sym_inline] = ACTIONS(4541), [anon_sym_thread_local] = ACTIONS(4541), [anon_sym_const] = ACTIONS(4541), [anon_sym_constexpr] = ACTIONS(4541), [anon_sym_volatile] = ACTIONS(4541), [anon_sym_restrict] = ACTIONS(4541), [anon_sym___restrict__] = ACTIONS(4541), [anon_sym__Atomic] = ACTIONS(4541), [anon_sym__Noreturn] = ACTIONS(4541), [anon_sym_noreturn] = ACTIONS(4541), [anon_sym_mutable] = ACTIONS(4541), [anon_sym_constinit] = ACTIONS(4541), [anon_sym_consteval] = ACTIONS(4541), [anon_sym_QMARK] = ACTIONS(4543), [anon_sym_STAR_EQ] = ACTIONS(4543), [anon_sym_SLASH_EQ] = ACTIONS(4543), [anon_sym_PERCENT_EQ] = ACTIONS(4543), [anon_sym_PLUS_EQ] = ACTIONS(4543), [anon_sym_DASH_EQ] = ACTIONS(4543), [anon_sym_LT_LT_EQ] = ACTIONS(4543), [anon_sym_GT_GT_EQ] = ACTIONS(4543), [anon_sym_AMP_EQ] = ACTIONS(4543), [anon_sym_CARET_EQ] = ACTIONS(4543), [anon_sym_PIPE_EQ] = ACTIONS(4543), [anon_sym_LT_EQ_GT] = ACTIONS(4543), [anon_sym_or] = ACTIONS(4541), [anon_sym_and] = ACTIONS(4541), [anon_sym_bitor] = ACTIONS(4541), [anon_sym_xor] = ACTIONS(4541), [anon_sym_bitand] = ACTIONS(4541), [anon_sym_not_eq] = ACTIONS(4541), [anon_sym_DASH_DASH] = ACTIONS(4543), [anon_sym_PLUS_PLUS] = ACTIONS(4543), [anon_sym_DOT] = ACTIONS(4541), [anon_sym_DASH_GT] = ACTIONS(4541), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(4541), [anon_sym_decltype] = ACTIONS(4541), [anon_sym_virtual] = ACTIONS(4541), [anon_sym_template] = ACTIONS(4541), [anon_sym_operator] = ACTIONS(4541), [anon_sym_DOT_STAR] = ACTIONS(4543), [anon_sym_DASH_GT_STAR] = ACTIONS(4543), }, [2122] = { [sym__declaration_modifiers] = STATE(2559), [sym__declaration_specifiers] = STATE(3776), [sym_attribute_specifier] = STATE(2559), [sym_attribute_declaration] = STATE(2559), [sym_ms_declspec_modifier] = STATE(2559), [sym__abstract_declarator] = STATE(5968), [sym_abstract_parenthesized_declarator] = STATE(5464), [sym_abstract_pointer_declarator] = STATE(5464), [sym_abstract_function_declarator] = STATE(5464), [sym_abstract_array_declarator] = STATE(5464), [sym_storage_class_specifier] = STATE(2559), [sym_type_qualifier] = STATE(2559), [sym__type_specifier] = STATE(3628), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [sym_parameter_list] = STATE(3879), [sym_parameter_declaration] = STATE(6350), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym_virtual] = STATE(2559), [sym_dependent_type] = STATE(3695), [sym_optional_parameter_declaration] = STATE(6350), [sym_variadic_parameter_declaration] = STATE(6350), [sym_abstract_reference_declarator] = STATE(5464), [sym__function_declarator_seq] = STATE(5434), [sym_template_type] = STATE(3646), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5795), [sym_qualified_type_identifier] = STATE(3938), [aux_sym__declaration_specifiers_repeat1] = STATE(2559), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [sym_identifier] = ACTIONS(4562), [anon_sym_DOT_DOT_DOT] = ACTIONS(1895), [anon_sym_RPAREN] = ACTIONS(4004), [anon_sym_LPAREN2] = ACTIONS(4564), [anon_sym_STAR] = ACTIONS(4566), [anon_sym_AMP_AMP] = ACTIONS(4568), [anon_sym_AMP] = ACTIONS(4570), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(4572), [anon_sym_LBRACK_LBRACK] = ACTIONS(1813), [anon_sym___declspec] = ACTIONS(43), [anon_sym_signed] = ACTIONS(51), [anon_sym_unsigned] = ACTIONS(51), [anon_sym_long] = ACTIONS(51), [anon_sym_short] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(4574), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(3661), [anon_sym_enum] = ACTIONS(1853), [anon_sym_class] = ACTIONS(1855), [anon_sym_struct] = ACTIONS(1857), [anon_sym_union] = ACTIONS(1859), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(113), [anon_sym_decltype] = ACTIONS(115), [anon_sym_virtual] = ACTIONS(117), [anon_sym_typename] = ACTIONS(1881), [anon_sym_template] = ACTIONS(1329), }, [2123] = { [sym_identifier] = ACTIONS(3375), [anon_sym_LPAREN2] = ACTIONS(3377), [anon_sym_BANG] = ACTIONS(3377), [anon_sym_TILDE] = ACTIONS(3377), [anon_sym_DASH] = ACTIONS(3375), [anon_sym_PLUS] = ACTIONS(3375), [anon_sym_STAR] = ACTIONS(3377), [anon_sym_AMP] = ACTIONS(3377), [anon_sym_extern] = ACTIONS(3375), [anon_sym___attribute__] = ACTIONS(3375), [anon_sym_COLON_COLON] = ACTIONS(3377), [anon_sym_LBRACK_LBRACK] = ACTIONS(3377), [anon_sym___declspec] = ACTIONS(3375), [anon_sym_signed] = ACTIONS(3375), [anon_sym_unsigned] = ACTIONS(3375), [anon_sym_long] = ACTIONS(3375), [anon_sym_short] = ACTIONS(3375), [anon_sym_LBRACK] = ACTIONS(3375), [anon_sym_static] = ACTIONS(3375), [anon_sym_register] = ACTIONS(3375), [anon_sym_inline] = ACTIONS(3375), [anon_sym_thread_local] = ACTIONS(3375), [anon_sym_const] = ACTIONS(3375), [anon_sym_constexpr] = ACTIONS(3375), [anon_sym_volatile] = ACTIONS(3375), [anon_sym_restrict] = ACTIONS(3375), [anon_sym___restrict__] = ACTIONS(3375), [anon_sym__Atomic] = ACTIONS(3375), [anon_sym__Noreturn] = ACTIONS(3375), [anon_sym_noreturn] = ACTIONS(3375), [anon_sym_mutable] = ACTIONS(3375), [anon_sym_constinit] = ACTIONS(3375), [anon_sym_consteval] = ACTIONS(3375), [sym_primitive_type] = ACTIONS(3375), [anon_sym_enum] = ACTIONS(3375), [anon_sym_class] = ACTIONS(3375), [anon_sym_struct] = ACTIONS(3375), [anon_sym_union] = ACTIONS(3375), [anon_sym_not] = ACTIONS(3375), [anon_sym_compl] = ACTIONS(3375), [anon_sym_DASH_DASH] = ACTIONS(3377), [anon_sym_PLUS_PLUS] = ACTIONS(3377), [anon_sym_sizeof] = ACTIONS(3375), [anon_sym_offsetof] = ACTIONS(3375), [anon_sym__Generic] = ACTIONS(3375), [anon_sym_asm] = ACTIONS(3375), [anon_sym___asm__] = ACTIONS(3375), [sym_number_literal] = ACTIONS(3377), [anon_sym_L_SQUOTE] = ACTIONS(3377), [anon_sym_u_SQUOTE] = ACTIONS(3377), [anon_sym_U_SQUOTE] = ACTIONS(3377), [anon_sym_u8_SQUOTE] = ACTIONS(3377), [anon_sym_SQUOTE] = ACTIONS(3377), [anon_sym_L_DQUOTE] = ACTIONS(3377), [anon_sym_u_DQUOTE] = ACTIONS(3377), [anon_sym_U_DQUOTE] = ACTIONS(3377), [anon_sym_u8_DQUOTE] = ACTIONS(3377), [anon_sym_DQUOTE] = ACTIONS(3377), [sym_true] = ACTIONS(3375), [sym_false] = ACTIONS(3375), [anon_sym_NULL] = ACTIONS(3375), [anon_sym_nullptr] = ACTIONS(3375), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3375), [anon_sym_decltype] = ACTIONS(3375), [anon_sym_virtual] = ACTIONS(3375), [anon_sym_typename] = ACTIONS(3375), [anon_sym_template] = ACTIONS(3375), [anon_sym_delete] = ACTIONS(3375), [anon_sym_R_DQUOTE] = ACTIONS(3377), [anon_sym_LR_DQUOTE] = ACTIONS(3377), [anon_sym_uR_DQUOTE] = ACTIONS(3377), [anon_sym_UR_DQUOTE] = ACTIONS(3377), [anon_sym_u8R_DQUOTE] = ACTIONS(3377), [anon_sym_co_await] = ACTIONS(3375), [anon_sym_new] = ACTIONS(3375), [anon_sym_requires] = ACTIONS(3375), [sym_this] = ACTIONS(3375), }, [2124] = { [sym_identifier] = ACTIONS(3417), [anon_sym_LPAREN2] = ACTIONS(3419), [anon_sym_BANG] = ACTIONS(3419), [anon_sym_TILDE] = ACTIONS(3419), [anon_sym_DASH] = ACTIONS(3417), [anon_sym_PLUS] = ACTIONS(3417), [anon_sym_STAR] = ACTIONS(3419), [anon_sym_AMP] = ACTIONS(3419), [anon_sym_extern] = ACTIONS(3417), [anon_sym___attribute__] = ACTIONS(3417), [anon_sym_COLON_COLON] = ACTIONS(3419), [anon_sym_LBRACK_LBRACK] = ACTIONS(3419), [anon_sym___declspec] = ACTIONS(3417), [anon_sym_signed] = ACTIONS(3417), [anon_sym_unsigned] = ACTIONS(3417), [anon_sym_long] = ACTIONS(3417), [anon_sym_short] = ACTIONS(3417), [anon_sym_LBRACK] = ACTIONS(3417), [anon_sym_static] = ACTIONS(3417), [anon_sym_register] = ACTIONS(3417), [anon_sym_inline] = ACTIONS(3417), [anon_sym_thread_local] = ACTIONS(3417), [anon_sym_const] = ACTIONS(3417), [anon_sym_constexpr] = ACTIONS(3417), [anon_sym_volatile] = ACTIONS(3417), [anon_sym_restrict] = ACTIONS(3417), [anon_sym___restrict__] = ACTIONS(3417), [anon_sym__Atomic] = ACTIONS(3417), [anon_sym__Noreturn] = ACTIONS(3417), [anon_sym_noreturn] = ACTIONS(3417), [anon_sym_mutable] = ACTIONS(3417), [anon_sym_constinit] = ACTIONS(3417), [anon_sym_consteval] = ACTIONS(3417), [sym_primitive_type] = ACTIONS(3417), [anon_sym_enum] = ACTIONS(3417), [anon_sym_class] = ACTIONS(3417), [anon_sym_struct] = ACTIONS(3417), [anon_sym_union] = ACTIONS(3417), [anon_sym_not] = ACTIONS(3417), [anon_sym_compl] = ACTIONS(3417), [anon_sym_DASH_DASH] = ACTIONS(3419), [anon_sym_PLUS_PLUS] = ACTIONS(3419), [anon_sym_sizeof] = ACTIONS(3417), [anon_sym_offsetof] = ACTIONS(3417), [anon_sym__Generic] = ACTIONS(3417), [anon_sym_asm] = ACTIONS(3417), [anon_sym___asm__] = ACTIONS(3417), [sym_number_literal] = ACTIONS(3419), [anon_sym_L_SQUOTE] = ACTIONS(3419), [anon_sym_u_SQUOTE] = ACTIONS(3419), [anon_sym_U_SQUOTE] = ACTIONS(3419), [anon_sym_u8_SQUOTE] = ACTIONS(3419), [anon_sym_SQUOTE] = ACTIONS(3419), [anon_sym_L_DQUOTE] = ACTIONS(3419), [anon_sym_u_DQUOTE] = ACTIONS(3419), [anon_sym_U_DQUOTE] = ACTIONS(3419), [anon_sym_u8_DQUOTE] = ACTIONS(3419), [anon_sym_DQUOTE] = ACTIONS(3419), [sym_true] = ACTIONS(3417), [sym_false] = ACTIONS(3417), [anon_sym_NULL] = ACTIONS(3417), [anon_sym_nullptr] = ACTIONS(3417), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(3417), [anon_sym_decltype] = ACTIONS(3417), [anon_sym_virtual] = ACTIONS(3417), [anon_sym_typename] = ACTIONS(3417), [anon_sym_template] = ACTIONS(3417), [anon_sym_delete] = ACTIONS(3417), [anon_sym_R_DQUOTE] = ACTIONS(3419), [anon_sym_LR_DQUOTE] = ACTIONS(3419), [anon_sym_uR_DQUOTE] = ACTIONS(3419), [anon_sym_UR_DQUOTE] = ACTIONS(3419), [anon_sym_u8R_DQUOTE] = ACTIONS(3419), [anon_sym_co_await] = ACTIONS(3417), [anon_sym_new] = ACTIONS(3417), [anon_sym_requires] = ACTIONS(3417), [sym_this] = ACTIONS(3417), }, [2125] = { [sym__declaration_modifiers] = STATE(2559), [sym__declaration_specifiers] = STATE(3776), [sym_attribute_specifier] = STATE(2559), [sym_attribute_declaration] = STATE(2559), [sym_ms_declspec_modifier] = STATE(2559), [sym__abstract_declarator] = STATE(5958), [sym_abstract_parenthesized_declarator] = STATE(5464), [sym_abstract_pointer_declarator] = STATE(5464), [sym_abstract_function_declarator] = STATE(5464), [sym_abstract_array_declarator] = STATE(5464), [sym_storage_class_specifier] = STATE(2559), [sym_type_qualifier] = STATE(2559), [sym__type_specifier] = STATE(3628), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [sym_parameter_list] = STATE(3879), [sym_parameter_declaration] = STATE(6350), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym_virtual] = STATE(2559), [sym_dependent_type] = STATE(3695), [sym_optional_parameter_declaration] = STATE(6350), [sym_variadic_parameter_declaration] = STATE(6350), [sym_abstract_reference_declarator] = STATE(5464), [sym__function_declarator_seq] = STATE(5434), [sym_template_type] = STATE(3646), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5795), [sym_qualified_type_identifier] = STATE(3938), [aux_sym__declaration_specifiers_repeat1] = STATE(2559), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [sym_identifier] = ACTIONS(4562), [anon_sym_DOT_DOT_DOT] = ACTIONS(1895), [anon_sym_RPAREN] = ACTIONS(4004), [anon_sym_LPAREN2] = ACTIONS(4564), [anon_sym_STAR] = ACTIONS(4566), [anon_sym_AMP_AMP] = ACTIONS(4568), [anon_sym_AMP] = ACTIONS(4570), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(4572), [anon_sym_LBRACK_LBRACK] = ACTIONS(1813), [anon_sym___declspec] = ACTIONS(43), [anon_sym_signed] = ACTIONS(51), [anon_sym_unsigned] = ACTIONS(51), [anon_sym_long] = ACTIONS(51), [anon_sym_short] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(4574), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(3661), [anon_sym_enum] = ACTIONS(1853), [anon_sym_class] = ACTIONS(1855), [anon_sym_struct] = ACTIONS(1857), [anon_sym_union] = ACTIONS(1859), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(113), [anon_sym_decltype] = ACTIONS(115), [anon_sym_virtual] = ACTIONS(117), [anon_sym_typename] = ACTIONS(1881), [anon_sym_template] = ACTIONS(1329), }, [2126] = { [sym_identifier] = ACTIONS(4545), [anon_sym_DOT_DOT_DOT] = ACTIONS(4547), [anon_sym_COMMA] = ACTIONS(4547), [anon_sym_RPAREN] = ACTIONS(4547), [anon_sym_LPAREN2] = ACTIONS(4547), [anon_sym_TILDE] = ACTIONS(4547), [anon_sym_DASH] = ACTIONS(4545), [anon_sym_PLUS] = ACTIONS(4545), [anon_sym_STAR] = ACTIONS(4545), [anon_sym_SLASH] = ACTIONS(4545), [anon_sym_PERCENT] = ACTIONS(4545), [anon_sym_PIPE_PIPE] = ACTIONS(4547), [anon_sym_AMP_AMP] = ACTIONS(4547), [anon_sym_PIPE] = ACTIONS(4545), [anon_sym_CARET] = ACTIONS(4545), [anon_sym_AMP] = ACTIONS(4545), [anon_sym_EQ_EQ] = ACTIONS(4547), [anon_sym_BANG_EQ] = ACTIONS(4547), [anon_sym_GT] = ACTIONS(4545), [anon_sym_GT_EQ] = ACTIONS(4547), [anon_sym_LT_EQ] = ACTIONS(4545), [anon_sym_LT] = ACTIONS(4545), [anon_sym_LT_LT] = ACTIONS(4545), [anon_sym_GT_GT] = ACTIONS(4545), [anon_sym_extern] = ACTIONS(4545), [anon_sym___attribute__] = ACTIONS(4545), [anon_sym_COLON_COLON] = ACTIONS(4547), [anon_sym_LBRACK_LBRACK] = ACTIONS(4547), [anon_sym___declspec] = ACTIONS(4545), [anon_sym___based] = ACTIONS(4545), [anon_sym_LBRACE] = ACTIONS(4547), [anon_sym_LBRACK] = ACTIONS(4545), [anon_sym_EQ] = ACTIONS(4545), [anon_sym_static] = ACTIONS(4545), [anon_sym_register] = ACTIONS(4545), [anon_sym_inline] = ACTIONS(4545), [anon_sym_thread_local] = ACTIONS(4545), [anon_sym_const] = ACTIONS(4545), [anon_sym_constexpr] = ACTIONS(4545), [anon_sym_volatile] = ACTIONS(4545), [anon_sym_restrict] = ACTIONS(4545), [anon_sym___restrict__] = ACTIONS(4545), [anon_sym__Atomic] = ACTIONS(4545), [anon_sym__Noreturn] = ACTIONS(4545), [anon_sym_noreturn] = ACTIONS(4545), [anon_sym_mutable] = ACTIONS(4545), [anon_sym_constinit] = ACTIONS(4545), [anon_sym_consteval] = ACTIONS(4545), [anon_sym_QMARK] = ACTIONS(4547), [anon_sym_STAR_EQ] = ACTIONS(4547), [anon_sym_SLASH_EQ] = ACTIONS(4547), [anon_sym_PERCENT_EQ] = ACTIONS(4547), [anon_sym_PLUS_EQ] = ACTIONS(4547), [anon_sym_DASH_EQ] = ACTIONS(4547), [anon_sym_LT_LT_EQ] = ACTIONS(4547), [anon_sym_GT_GT_EQ] = ACTIONS(4547), [anon_sym_AMP_EQ] = ACTIONS(4547), [anon_sym_CARET_EQ] = ACTIONS(4547), [anon_sym_PIPE_EQ] = ACTIONS(4547), [anon_sym_LT_EQ_GT] = ACTIONS(4547), [anon_sym_or] = ACTIONS(4545), [anon_sym_and] = ACTIONS(4545), [anon_sym_bitor] = ACTIONS(4545), [anon_sym_xor] = ACTIONS(4545), [anon_sym_bitand] = ACTIONS(4545), [anon_sym_not_eq] = ACTIONS(4545), [anon_sym_DASH_DASH] = ACTIONS(4547), [anon_sym_PLUS_PLUS] = ACTIONS(4547), [anon_sym_DOT] = ACTIONS(4545), [anon_sym_DASH_GT] = ACTIONS(4545), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(4545), [anon_sym_decltype] = ACTIONS(4545), [anon_sym_virtual] = ACTIONS(4545), [anon_sym_template] = ACTIONS(4545), [anon_sym_operator] = ACTIONS(4545), [anon_sym_DOT_STAR] = ACTIONS(4547), [anon_sym_DASH_GT_STAR] = ACTIONS(4547), }, [2127] = { [sym_identifier] = ACTIONS(4552), [anon_sym_DOT_DOT_DOT] = ACTIONS(4554), [anon_sym_COMMA] = ACTIONS(4554), [anon_sym_RPAREN] = ACTIONS(4554), [anon_sym_LPAREN2] = ACTIONS(4554), [anon_sym_TILDE] = ACTIONS(4554), [anon_sym_DASH] = ACTIONS(4552), [anon_sym_PLUS] = ACTIONS(4552), [anon_sym_STAR] = ACTIONS(4552), [anon_sym_SLASH] = ACTIONS(4552), [anon_sym_PERCENT] = ACTIONS(4552), [anon_sym_PIPE_PIPE] = ACTIONS(4554), [anon_sym_AMP_AMP] = ACTIONS(4554), [anon_sym_PIPE] = ACTIONS(4552), [anon_sym_CARET] = ACTIONS(4552), [anon_sym_AMP] = ACTIONS(4552), [anon_sym_EQ_EQ] = ACTIONS(4554), [anon_sym_BANG_EQ] = ACTIONS(4554), [anon_sym_GT] = ACTIONS(4552), [anon_sym_GT_EQ] = ACTIONS(4554), [anon_sym_LT_EQ] = ACTIONS(4552), [anon_sym_LT] = ACTIONS(4552), [anon_sym_LT_LT] = ACTIONS(4552), [anon_sym_GT_GT] = ACTIONS(4552), [anon_sym_extern] = ACTIONS(4552), [anon_sym___attribute__] = ACTIONS(4552), [anon_sym_COLON_COLON] = ACTIONS(4554), [anon_sym_LBRACK_LBRACK] = ACTIONS(4554), [anon_sym___declspec] = ACTIONS(4552), [anon_sym___based] = ACTIONS(4552), [anon_sym_LBRACE] = ACTIONS(4554), [anon_sym_LBRACK] = ACTIONS(4552), [anon_sym_EQ] = ACTIONS(4552), [anon_sym_static] = ACTIONS(4552), [anon_sym_register] = ACTIONS(4552), [anon_sym_inline] = ACTIONS(4552), [anon_sym_thread_local] = ACTIONS(4552), [anon_sym_const] = ACTIONS(4552), [anon_sym_constexpr] = ACTIONS(4552), [anon_sym_volatile] = ACTIONS(4552), [anon_sym_restrict] = ACTIONS(4552), [anon_sym___restrict__] = ACTIONS(4552), [anon_sym__Atomic] = ACTIONS(4552), [anon_sym__Noreturn] = ACTIONS(4552), [anon_sym_noreturn] = ACTIONS(4552), [anon_sym_mutable] = ACTIONS(4552), [anon_sym_constinit] = ACTIONS(4552), [anon_sym_consteval] = ACTIONS(4552), [anon_sym_QMARK] = ACTIONS(4554), [anon_sym_STAR_EQ] = ACTIONS(4554), [anon_sym_SLASH_EQ] = ACTIONS(4554), [anon_sym_PERCENT_EQ] = ACTIONS(4554), [anon_sym_PLUS_EQ] = ACTIONS(4554), [anon_sym_DASH_EQ] = ACTIONS(4554), [anon_sym_LT_LT_EQ] = ACTIONS(4554), [anon_sym_GT_GT_EQ] = ACTIONS(4554), [anon_sym_AMP_EQ] = ACTIONS(4554), [anon_sym_CARET_EQ] = ACTIONS(4554), [anon_sym_PIPE_EQ] = ACTIONS(4554), [anon_sym_LT_EQ_GT] = ACTIONS(4554), [anon_sym_or] = ACTIONS(4552), [anon_sym_and] = ACTIONS(4552), [anon_sym_bitor] = ACTIONS(4552), [anon_sym_xor] = ACTIONS(4552), [anon_sym_bitand] = ACTIONS(4552), [anon_sym_not_eq] = ACTIONS(4552), [anon_sym_DASH_DASH] = ACTIONS(4554), [anon_sym_PLUS_PLUS] = ACTIONS(4554), [anon_sym_DOT] = ACTIONS(4552), [anon_sym_DASH_GT] = ACTIONS(4552), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(4552), [anon_sym_decltype] = ACTIONS(4552), [anon_sym_virtual] = ACTIONS(4552), [anon_sym_template] = ACTIONS(4552), [anon_sym_operator] = ACTIONS(4552), [anon_sym_DOT_STAR] = ACTIONS(4554), [anon_sym_DASH_GT_STAR] = ACTIONS(4554), }, [2128] = { [sym_identifier] = ACTIONS(4507), [anon_sym_DOT_DOT_DOT] = ACTIONS(4509), [anon_sym_COMMA] = ACTIONS(4509), [anon_sym_RPAREN] = ACTIONS(4509), [anon_sym_LPAREN2] = ACTIONS(4509), [anon_sym_TILDE] = ACTIONS(4512), [anon_sym_DASH] = ACTIONS(4514), [anon_sym_PLUS] = ACTIONS(4514), [anon_sym_STAR] = ACTIONS(4516), [anon_sym_SLASH] = ACTIONS(4514), [anon_sym_PERCENT] = ACTIONS(4514), [anon_sym_PIPE_PIPE] = ACTIONS(4519), [anon_sym_AMP_AMP] = ACTIONS(4509), [anon_sym_PIPE] = ACTIONS(4514), [anon_sym_CARET] = ACTIONS(4514), [anon_sym_AMP] = ACTIONS(4516), [anon_sym_EQ_EQ] = ACTIONS(4519), [anon_sym_BANG_EQ] = ACTIONS(4519), [anon_sym_GT] = ACTIONS(4514), [anon_sym_GT_EQ] = ACTIONS(4519), [anon_sym_LT_EQ] = ACTIONS(4514), [anon_sym_LT] = ACTIONS(4514), [anon_sym_LT_LT] = ACTIONS(4514), [anon_sym_GT_GT] = ACTIONS(4514), [anon_sym_extern] = ACTIONS(4507), [anon_sym___attribute__] = ACTIONS(4507), [anon_sym_COLON_COLON] = ACTIONS(4512), [anon_sym_LBRACK_LBRACK] = ACTIONS(4512), [anon_sym___declspec] = ACTIONS(4507), [anon_sym___based] = ACTIONS(4507), [anon_sym_LBRACE] = ACTIONS(4512), [anon_sym_LBRACK] = ACTIONS(4516), [anon_sym_EQ] = ACTIONS(4516), [anon_sym_static] = ACTIONS(4507), [anon_sym_register] = ACTIONS(4507), [anon_sym_inline] = ACTIONS(4507), [anon_sym_thread_local] = ACTIONS(4507), [anon_sym_const] = ACTIONS(4507), [anon_sym_constexpr] = ACTIONS(4507), [anon_sym_volatile] = ACTIONS(4507), [anon_sym_restrict] = ACTIONS(4507), [anon_sym___restrict__] = ACTIONS(4507), [anon_sym__Atomic] = ACTIONS(4507), [anon_sym__Noreturn] = ACTIONS(4507), [anon_sym_noreturn] = ACTIONS(4507), [anon_sym_mutable] = ACTIONS(4507), [anon_sym_constinit] = ACTIONS(4507), [anon_sym_consteval] = ACTIONS(4507), [anon_sym_QMARK] = ACTIONS(4519), [anon_sym_STAR_EQ] = ACTIONS(4519), [anon_sym_SLASH_EQ] = ACTIONS(4519), [anon_sym_PERCENT_EQ] = ACTIONS(4519), [anon_sym_PLUS_EQ] = ACTIONS(4519), [anon_sym_DASH_EQ] = ACTIONS(4519), [anon_sym_LT_LT_EQ] = ACTIONS(4519), [anon_sym_GT_GT_EQ] = ACTIONS(4519), [anon_sym_AMP_EQ] = ACTIONS(4519), [anon_sym_CARET_EQ] = ACTIONS(4519), [anon_sym_PIPE_EQ] = ACTIONS(4519), [anon_sym_LT_EQ_GT] = ACTIONS(4519), [anon_sym_or] = ACTIONS(4514), [anon_sym_and] = ACTIONS(4514), [anon_sym_bitor] = ACTIONS(4514), [anon_sym_xor] = ACTIONS(4514), [anon_sym_bitand] = ACTIONS(4514), [anon_sym_not_eq] = ACTIONS(4514), [anon_sym_DASH_DASH] = ACTIONS(4519), [anon_sym_PLUS_PLUS] = ACTIONS(4519), [anon_sym_DOT] = ACTIONS(4514), [anon_sym_DASH_GT] = ACTIONS(4514), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(4507), [anon_sym_decltype] = ACTIONS(4507), [anon_sym_virtual] = ACTIONS(4507), [anon_sym_template] = ACTIONS(4507), [anon_sym_operator] = ACTIONS(4507), [anon_sym_DOT_STAR] = ACTIONS(4519), [anon_sym_DASH_GT_STAR] = ACTIONS(4519), }, [2129] = { [sym_identifier] = ACTIONS(4558), [anon_sym_DOT_DOT_DOT] = ACTIONS(4560), [anon_sym_COMMA] = ACTIONS(4560), [anon_sym_RPAREN] = ACTIONS(4560), [anon_sym_LPAREN2] = ACTIONS(4560), [anon_sym_TILDE] = ACTIONS(4560), [anon_sym_DASH] = ACTIONS(4558), [anon_sym_PLUS] = ACTIONS(4558), [anon_sym_STAR] = ACTIONS(4558), [anon_sym_SLASH] = ACTIONS(4558), [anon_sym_PERCENT] = ACTIONS(4558), [anon_sym_PIPE_PIPE] = ACTIONS(4560), [anon_sym_AMP_AMP] = ACTIONS(4560), [anon_sym_PIPE] = ACTIONS(4558), [anon_sym_CARET] = ACTIONS(4558), [anon_sym_AMP] = ACTIONS(4558), [anon_sym_EQ_EQ] = ACTIONS(4560), [anon_sym_BANG_EQ] = ACTIONS(4560), [anon_sym_GT] = ACTIONS(4558), [anon_sym_GT_EQ] = ACTIONS(4560), [anon_sym_LT_EQ] = ACTIONS(4558), [anon_sym_LT] = ACTIONS(4558), [anon_sym_LT_LT] = ACTIONS(4558), [anon_sym_GT_GT] = ACTIONS(4558), [anon_sym_extern] = ACTIONS(4558), [anon_sym___attribute__] = ACTIONS(4558), [anon_sym_COLON_COLON] = ACTIONS(4560), [anon_sym_LBRACK_LBRACK] = ACTIONS(4560), [anon_sym___declspec] = ACTIONS(4558), [anon_sym___based] = ACTIONS(4558), [anon_sym_LBRACE] = ACTIONS(4560), [anon_sym_LBRACK] = ACTIONS(4558), [anon_sym_EQ] = ACTIONS(4558), [anon_sym_static] = ACTIONS(4558), [anon_sym_register] = ACTIONS(4558), [anon_sym_inline] = ACTIONS(4558), [anon_sym_thread_local] = ACTIONS(4558), [anon_sym_const] = ACTIONS(4558), [anon_sym_constexpr] = ACTIONS(4558), [anon_sym_volatile] = ACTIONS(4558), [anon_sym_restrict] = ACTIONS(4558), [anon_sym___restrict__] = ACTIONS(4558), [anon_sym__Atomic] = ACTIONS(4558), [anon_sym__Noreturn] = ACTIONS(4558), [anon_sym_noreturn] = ACTIONS(4558), [anon_sym_mutable] = ACTIONS(4558), [anon_sym_constinit] = ACTIONS(4558), [anon_sym_consteval] = ACTIONS(4558), [anon_sym_QMARK] = ACTIONS(4560), [anon_sym_STAR_EQ] = ACTIONS(4560), [anon_sym_SLASH_EQ] = ACTIONS(4560), [anon_sym_PERCENT_EQ] = ACTIONS(4560), [anon_sym_PLUS_EQ] = ACTIONS(4560), [anon_sym_DASH_EQ] = ACTIONS(4560), [anon_sym_LT_LT_EQ] = ACTIONS(4560), [anon_sym_GT_GT_EQ] = ACTIONS(4560), [anon_sym_AMP_EQ] = ACTIONS(4560), [anon_sym_CARET_EQ] = ACTIONS(4560), [anon_sym_PIPE_EQ] = ACTIONS(4560), [anon_sym_LT_EQ_GT] = ACTIONS(4560), [anon_sym_or] = ACTIONS(4558), [anon_sym_and] = ACTIONS(4558), [anon_sym_bitor] = ACTIONS(4558), [anon_sym_xor] = ACTIONS(4558), [anon_sym_bitand] = ACTIONS(4558), [anon_sym_not_eq] = ACTIONS(4558), [anon_sym_DASH_DASH] = ACTIONS(4560), [anon_sym_PLUS_PLUS] = ACTIONS(4560), [anon_sym_DOT] = ACTIONS(4558), [anon_sym_DASH_GT] = ACTIONS(4558), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(4558), [anon_sym_decltype] = ACTIONS(4558), [anon_sym_virtual] = ACTIONS(4558), [anon_sym_template] = ACTIONS(4558), [anon_sym_operator] = ACTIONS(4558), [anon_sym_DOT_STAR] = ACTIONS(4560), [anon_sym_DASH_GT_STAR] = ACTIONS(4560), }, [2130] = { [sym_identifier] = ACTIONS(4541), [anon_sym_DOT_DOT_DOT] = ACTIONS(4543), [anon_sym_COMMA] = ACTIONS(4543), [anon_sym_RPAREN] = ACTIONS(4543), [anon_sym_LPAREN2] = ACTIONS(4543), [anon_sym_TILDE] = ACTIONS(4543), [anon_sym_DASH] = ACTIONS(4541), [anon_sym_PLUS] = ACTIONS(4541), [anon_sym_STAR] = ACTIONS(4543), [anon_sym_SLASH] = ACTIONS(4541), [anon_sym_PERCENT] = ACTIONS(4543), [anon_sym_PIPE_PIPE] = ACTIONS(4543), [anon_sym_AMP_AMP] = ACTIONS(4543), [anon_sym_PIPE] = ACTIONS(4541), [anon_sym_CARET] = ACTIONS(4543), [anon_sym_AMP] = ACTIONS(4541), [anon_sym_EQ_EQ] = ACTIONS(4543), [anon_sym_BANG_EQ] = ACTIONS(4543), [anon_sym_GT] = ACTIONS(4541), [anon_sym_GT_EQ] = ACTIONS(4543), [anon_sym_LT_EQ] = ACTIONS(4541), [anon_sym_LT] = ACTIONS(4541), [anon_sym_LT_LT] = ACTIONS(4543), [anon_sym_GT_GT] = ACTIONS(4543), [anon_sym_SEMI] = ACTIONS(4543), [anon_sym_extern] = ACTIONS(4541), [anon_sym___attribute__] = ACTIONS(4541), [anon_sym_COLON_COLON] = ACTIONS(4543), [anon_sym_LBRACK_LBRACK] = ACTIONS(4543), [anon_sym___declspec] = ACTIONS(4541), [anon_sym___based] = ACTIONS(4541), [anon_sym_LBRACE] = ACTIONS(4543), [anon_sym_RBRACE] = ACTIONS(4543), [anon_sym_LBRACK] = ACTIONS(4541), [anon_sym_EQ] = ACTIONS(4541), [anon_sym_static] = ACTIONS(4541), [anon_sym_register] = ACTIONS(4541), [anon_sym_inline] = ACTIONS(4541), [anon_sym_thread_local] = ACTIONS(4541), [anon_sym_const] = ACTIONS(4541), [anon_sym_constexpr] = ACTIONS(4541), [anon_sym_volatile] = ACTIONS(4541), [anon_sym_restrict] = ACTIONS(4541), [anon_sym___restrict__] = ACTIONS(4541), [anon_sym__Atomic] = ACTIONS(4541), [anon_sym__Noreturn] = ACTIONS(4541), [anon_sym_noreturn] = ACTIONS(4541), [anon_sym_mutable] = ACTIONS(4541), [anon_sym_constinit] = ACTIONS(4541), [anon_sym_consteval] = ACTIONS(4541), [anon_sym_COLON] = ACTIONS(4541), [anon_sym_QMARK] = ACTIONS(4543), [anon_sym_LT_EQ_GT] = ACTIONS(4543), [anon_sym_or] = ACTIONS(4541), [anon_sym_and] = ACTIONS(4541), [anon_sym_bitor] = ACTIONS(4541), [anon_sym_xor] = ACTIONS(4541), [anon_sym_bitand] = ACTIONS(4541), [anon_sym_not_eq] = ACTIONS(4541), [anon_sym_DASH_DASH] = ACTIONS(4543), [anon_sym_PLUS_PLUS] = ACTIONS(4543), [anon_sym_DOT] = ACTIONS(4541), [anon_sym_DASH_GT] = ACTIONS(4543), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(4541), [anon_sym_decltype] = ACTIONS(4541), [anon_sym_final] = ACTIONS(4541), [anon_sym_override] = ACTIONS(4541), [anon_sym_virtual] = ACTIONS(4541), [anon_sym_template] = ACTIONS(4541), [anon_sym_operator] = ACTIONS(4541), [anon_sym_try] = ACTIONS(4541), [anon_sym_requires] = ACTIONS(4541), }, [2131] = { [sym_identifier] = ACTIONS(4545), [anon_sym_DOT_DOT_DOT] = ACTIONS(4547), [anon_sym_COMMA] = ACTIONS(4547), [anon_sym_RPAREN] = ACTIONS(4547), [anon_sym_LPAREN2] = ACTIONS(4547), [anon_sym_TILDE] = ACTIONS(4547), [anon_sym_DASH] = ACTIONS(4545), [anon_sym_PLUS] = ACTIONS(4545), [anon_sym_STAR] = ACTIONS(4547), [anon_sym_SLASH] = ACTIONS(4545), [anon_sym_PERCENT] = ACTIONS(4547), [anon_sym_PIPE_PIPE] = ACTIONS(4547), [anon_sym_AMP_AMP] = ACTIONS(4547), [anon_sym_PIPE] = ACTIONS(4545), [anon_sym_CARET] = ACTIONS(4547), [anon_sym_AMP] = ACTIONS(4545), [anon_sym_EQ_EQ] = ACTIONS(4547), [anon_sym_BANG_EQ] = ACTIONS(4547), [anon_sym_GT] = ACTIONS(4545), [anon_sym_GT_EQ] = ACTIONS(4547), [anon_sym_LT_EQ] = ACTIONS(4545), [anon_sym_LT] = ACTIONS(4545), [anon_sym_LT_LT] = ACTIONS(4547), [anon_sym_GT_GT] = ACTIONS(4547), [anon_sym_SEMI] = ACTIONS(4547), [anon_sym_extern] = ACTIONS(4545), [anon_sym___attribute__] = ACTIONS(4545), [anon_sym_COLON_COLON] = ACTIONS(4547), [anon_sym_LBRACK_LBRACK] = ACTIONS(4547), [anon_sym___declspec] = ACTIONS(4545), [anon_sym___based] = ACTIONS(4545), [anon_sym_LBRACE] = ACTIONS(4547), [anon_sym_RBRACE] = ACTIONS(4547), [anon_sym_LBRACK] = ACTIONS(4545), [anon_sym_EQ] = ACTIONS(4545), [anon_sym_static] = ACTIONS(4545), [anon_sym_register] = ACTIONS(4545), [anon_sym_inline] = ACTIONS(4545), [anon_sym_thread_local] = ACTIONS(4545), [anon_sym_const] = ACTIONS(4545), [anon_sym_constexpr] = ACTIONS(4545), [anon_sym_volatile] = ACTIONS(4545), [anon_sym_restrict] = ACTIONS(4545), [anon_sym___restrict__] = ACTIONS(4545), [anon_sym__Atomic] = ACTIONS(4545), [anon_sym__Noreturn] = ACTIONS(4545), [anon_sym_noreturn] = ACTIONS(4545), [anon_sym_mutable] = ACTIONS(4545), [anon_sym_constinit] = ACTIONS(4545), [anon_sym_consteval] = ACTIONS(4545), [anon_sym_COLON] = ACTIONS(4545), [anon_sym_QMARK] = ACTIONS(4547), [anon_sym_LT_EQ_GT] = ACTIONS(4547), [anon_sym_or] = ACTIONS(4545), [anon_sym_and] = ACTIONS(4545), [anon_sym_bitor] = ACTIONS(4545), [anon_sym_xor] = ACTIONS(4545), [anon_sym_bitand] = ACTIONS(4545), [anon_sym_not_eq] = ACTIONS(4545), [anon_sym_DASH_DASH] = ACTIONS(4547), [anon_sym_PLUS_PLUS] = ACTIONS(4547), [anon_sym_DOT] = ACTIONS(4545), [anon_sym_DASH_GT] = ACTIONS(4547), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(4545), [anon_sym_decltype] = ACTIONS(4545), [anon_sym_final] = ACTIONS(4545), [anon_sym_override] = ACTIONS(4545), [anon_sym_virtual] = ACTIONS(4545), [anon_sym_template] = ACTIONS(4545), [anon_sym_operator] = ACTIONS(4545), [anon_sym_try] = ACTIONS(4545), [anon_sym_requires] = ACTIONS(4545), }, [2132] = { [sym_identifier] = ACTIONS(4531), [anon_sym_DOT_DOT_DOT] = ACTIONS(4533), [anon_sym_COMMA] = ACTIONS(4533), [anon_sym_RPAREN] = ACTIONS(4533), [anon_sym_LPAREN2] = ACTIONS(4533), [anon_sym_TILDE] = ACTIONS(4533), [anon_sym_DASH] = ACTIONS(4531), [anon_sym_PLUS] = ACTIONS(4531), [anon_sym_STAR] = ACTIONS(4533), [anon_sym_SLASH] = ACTIONS(4531), [anon_sym_PERCENT] = ACTIONS(4533), [anon_sym_PIPE_PIPE] = ACTIONS(4533), [anon_sym_AMP_AMP] = ACTIONS(4533), [anon_sym_PIPE] = ACTIONS(4531), [anon_sym_CARET] = ACTIONS(4533), [anon_sym_AMP] = ACTIONS(4531), [anon_sym_EQ_EQ] = ACTIONS(4533), [anon_sym_BANG_EQ] = ACTIONS(4533), [anon_sym_GT] = ACTIONS(4531), [anon_sym_GT_EQ] = ACTIONS(4533), [anon_sym_LT_EQ] = ACTIONS(4531), [anon_sym_LT] = ACTIONS(4531), [anon_sym_LT_LT] = ACTIONS(4533), [anon_sym_GT_GT] = ACTIONS(4533), [anon_sym_SEMI] = ACTIONS(4533), [anon_sym_extern] = ACTIONS(4531), [anon_sym___attribute__] = ACTIONS(4531), [anon_sym_COLON_COLON] = ACTIONS(4533), [anon_sym_LBRACK_LBRACK] = ACTIONS(4533), [anon_sym___declspec] = ACTIONS(4531), [anon_sym___based] = ACTIONS(4531), [anon_sym_LBRACE] = ACTIONS(4533), [anon_sym_RBRACE] = ACTIONS(4533), [anon_sym_LBRACK] = ACTIONS(4531), [anon_sym_EQ] = ACTIONS(4531), [anon_sym_static] = ACTIONS(4531), [anon_sym_register] = ACTIONS(4531), [anon_sym_inline] = ACTIONS(4531), [anon_sym_thread_local] = ACTIONS(4531), [anon_sym_const] = ACTIONS(4531), [anon_sym_constexpr] = ACTIONS(4531), [anon_sym_volatile] = ACTIONS(4531), [anon_sym_restrict] = ACTIONS(4531), [anon_sym___restrict__] = ACTIONS(4531), [anon_sym__Atomic] = ACTIONS(4531), [anon_sym__Noreturn] = ACTIONS(4531), [anon_sym_noreturn] = ACTIONS(4531), [anon_sym_mutable] = ACTIONS(4531), [anon_sym_constinit] = ACTIONS(4531), [anon_sym_consteval] = ACTIONS(4531), [anon_sym_COLON] = ACTIONS(4531), [anon_sym_QMARK] = ACTIONS(4533), [anon_sym_LT_EQ_GT] = ACTIONS(4533), [anon_sym_or] = ACTIONS(4531), [anon_sym_and] = ACTIONS(4531), [anon_sym_bitor] = ACTIONS(4531), [anon_sym_xor] = ACTIONS(4531), [anon_sym_bitand] = ACTIONS(4531), [anon_sym_not_eq] = ACTIONS(4531), [anon_sym_DASH_DASH] = ACTIONS(4533), [anon_sym_PLUS_PLUS] = ACTIONS(4533), [anon_sym_DOT] = ACTIONS(4531), [anon_sym_DASH_GT] = ACTIONS(4533), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(4531), [anon_sym_decltype] = ACTIONS(4531), [anon_sym_final] = ACTIONS(4531), [anon_sym_override] = ACTIONS(4531), [anon_sym_virtual] = ACTIONS(4531), [anon_sym_template] = ACTIONS(4531), [anon_sym_operator] = ACTIONS(4531), [anon_sym_try] = ACTIONS(4531), [anon_sym_requires] = ACTIONS(4531), }, [2133] = { [sym_identifier] = ACTIONS(4537), [anon_sym_DOT_DOT_DOT] = ACTIONS(4539), [anon_sym_COMMA] = ACTIONS(4539), [anon_sym_RPAREN] = ACTIONS(4539), [anon_sym_LPAREN2] = ACTIONS(4539), [anon_sym_TILDE] = ACTIONS(4539), [anon_sym_DASH] = ACTIONS(4537), [anon_sym_PLUS] = ACTIONS(4537), [anon_sym_STAR] = ACTIONS(4539), [anon_sym_SLASH] = ACTIONS(4537), [anon_sym_PERCENT] = ACTIONS(4539), [anon_sym_PIPE_PIPE] = ACTIONS(4539), [anon_sym_AMP_AMP] = ACTIONS(4539), [anon_sym_PIPE] = ACTIONS(4537), [anon_sym_CARET] = ACTIONS(4539), [anon_sym_AMP] = ACTIONS(4537), [anon_sym_EQ_EQ] = ACTIONS(4539), [anon_sym_BANG_EQ] = ACTIONS(4539), [anon_sym_GT] = ACTIONS(4537), [anon_sym_GT_EQ] = ACTIONS(4539), [anon_sym_LT_EQ] = ACTIONS(4537), [anon_sym_LT] = ACTIONS(4537), [anon_sym_LT_LT] = ACTIONS(4539), [anon_sym_GT_GT] = ACTIONS(4539), [anon_sym_SEMI] = ACTIONS(4539), [anon_sym_extern] = ACTIONS(4537), [anon_sym___attribute__] = ACTIONS(4537), [anon_sym_COLON_COLON] = ACTIONS(4539), [anon_sym_LBRACK_LBRACK] = ACTIONS(4539), [anon_sym___declspec] = ACTIONS(4537), [anon_sym___based] = ACTIONS(4537), [anon_sym_LBRACE] = ACTIONS(4539), [anon_sym_RBRACE] = ACTIONS(4539), [anon_sym_LBRACK] = ACTIONS(4537), [anon_sym_EQ] = ACTIONS(4537), [anon_sym_static] = ACTIONS(4537), [anon_sym_register] = ACTIONS(4537), [anon_sym_inline] = ACTIONS(4537), [anon_sym_thread_local] = ACTIONS(4537), [anon_sym_const] = ACTIONS(4537), [anon_sym_constexpr] = ACTIONS(4537), [anon_sym_volatile] = ACTIONS(4537), [anon_sym_restrict] = ACTIONS(4537), [anon_sym___restrict__] = ACTIONS(4537), [anon_sym__Atomic] = ACTIONS(4537), [anon_sym__Noreturn] = ACTIONS(4537), [anon_sym_noreturn] = ACTIONS(4537), [anon_sym_mutable] = ACTIONS(4537), [anon_sym_constinit] = ACTIONS(4537), [anon_sym_consteval] = ACTIONS(4537), [anon_sym_COLON] = ACTIONS(4537), [anon_sym_QMARK] = ACTIONS(4539), [anon_sym_LT_EQ_GT] = ACTIONS(4539), [anon_sym_or] = ACTIONS(4537), [anon_sym_and] = ACTIONS(4537), [anon_sym_bitor] = ACTIONS(4537), [anon_sym_xor] = ACTIONS(4537), [anon_sym_bitand] = ACTIONS(4537), [anon_sym_not_eq] = ACTIONS(4537), [anon_sym_DASH_DASH] = ACTIONS(4539), [anon_sym_PLUS_PLUS] = ACTIONS(4539), [anon_sym_DOT] = ACTIONS(4537), [anon_sym_DASH_GT] = ACTIONS(4539), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(4537), [anon_sym_decltype] = ACTIONS(4537), [anon_sym_final] = ACTIONS(4537), [anon_sym_override] = ACTIONS(4537), [anon_sym_virtual] = ACTIONS(4537), [anon_sym_template] = ACTIONS(4537), [anon_sym_operator] = ACTIONS(4537), [anon_sym_try] = ACTIONS(4537), [anon_sym_requires] = ACTIONS(4537), }, [2134] = { [sym_identifier] = ACTIONS(4521), [anon_sym_DOT_DOT_DOT] = ACTIONS(4523), [anon_sym_COMMA] = ACTIONS(4523), [anon_sym_RPAREN] = ACTIONS(4523), [anon_sym_LPAREN2] = ACTIONS(4523), [anon_sym_TILDE] = ACTIONS(4523), [anon_sym_DASH] = ACTIONS(4521), [anon_sym_PLUS] = ACTIONS(4521), [anon_sym_STAR] = ACTIONS(4523), [anon_sym_SLASH] = ACTIONS(4521), [anon_sym_PERCENT] = ACTIONS(4523), [anon_sym_PIPE_PIPE] = ACTIONS(4523), [anon_sym_AMP_AMP] = ACTIONS(4523), [anon_sym_PIPE] = ACTIONS(4521), [anon_sym_CARET] = ACTIONS(4523), [anon_sym_AMP] = ACTIONS(4521), [anon_sym_EQ_EQ] = ACTIONS(4523), [anon_sym_BANG_EQ] = ACTIONS(4523), [anon_sym_GT] = ACTIONS(4521), [anon_sym_GT_EQ] = ACTIONS(4523), [anon_sym_LT_EQ] = ACTIONS(4521), [anon_sym_LT] = ACTIONS(4521), [anon_sym_LT_LT] = ACTIONS(4523), [anon_sym_GT_GT] = ACTIONS(4523), [anon_sym_SEMI] = ACTIONS(4523), [anon_sym_extern] = ACTIONS(4521), [anon_sym___attribute__] = ACTIONS(4521), [anon_sym_COLON_COLON] = ACTIONS(4523), [anon_sym_LBRACK_LBRACK] = ACTIONS(4523), [anon_sym___declspec] = ACTIONS(4521), [anon_sym___based] = ACTIONS(4521), [anon_sym_LBRACE] = ACTIONS(4523), [anon_sym_RBRACE] = ACTIONS(4523), [anon_sym_LBRACK] = ACTIONS(4521), [anon_sym_EQ] = ACTIONS(4521), [anon_sym_static] = ACTIONS(4521), [anon_sym_register] = ACTIONS(4521), [anon_sym_inline] = ACTIONS(4521), [anon_sym_thread_local] = ACTIONS(4521), [anon_sym_const] = ACTIONS(4521), [anon_sym_constexpr] = ACTIONS(4521), [anon_sym_volatile] = ACTIONS(4521), [anon_sym_restrict] = ACTIONS(4521), [anon_sym___restrict__] = ACTIONS(4521), [anon_sym__Atomic] = ACTIONS(4521), [anon_sym__Noreturn] = ACTIONS(4521), [anon_sym_noreturn] = ACTIONS(4521), [anon_sym_mutable] = ACTIONS(4521), [anon_sym_constinit] = ACTIONS(4521), [anon_sym_consteval] = ACTIONS(4521), [anon_sym_COLON] = ACTIONS(4521), [anon_sym_QMARK] = ACTIONS(4523), [anon_sym_LT_EQ_GT] = ACTIONS(4523), [anon_sym_or] = ACTIONS(4521), [anon_sym_and] = ACTIONS(4521), [anon_sym_bitor] = ACTIONS(4521), [anon_sym_xor] = ACTIONS(4521), [anon_sym_bitand] = ACTIONS(4521), [anon_sym_not_eq] = ACTIONS(4521), [anon_sym_DASH_DASH] = ACTIONS(4523), [anon_sym_PLUS_PLUS] = ACTIONS(4523), [anon_sym_DOT] = ACTIONS(4521), [anon_sym_DASH_GT] = ACTIONS(4523), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(4521), [anon_sym_decltype] = ACTIONS(4521), [anon_sym_final] = ACTIONS(4521), [anon_sym_override] = ACTIONS(4521), [anon_sym_virtual] = ACTIONS(4521), [anon_sym_template] = ACTIONS(4521), [anon_sym_operator] = ACTIONS(4521), [anon_sym_try] = ACTIONS(4521), [anon_sym_requires] = ACTIONS(4521), }, [2135] = { [sym_identifier] = ACTIONS(4558), [anon_sym_DOT_DOT_DOT] = ACTIONS(4560), [anon_sym_COMMA] = ACTIONS(4560), [anon_sym_RPAREN] = ACTIONS(4560), [anon_sym_LPAREN2] = ACTIONS(4560), [anon_sym_TILDE] = ACTIONS(4560), [anon_sym_DASH] = ACTIONS(4558), [anon_sym_PLUS] = ACTIONS(4558), [anon_sym_STAR] = ACTIONS(4560), [anon_sym_SLASH] = ACTIONS(4558), [anon_sym_PERCENT] = ACTIONS(4560), [anon_sym_PIPE_PIPE] = ACTIONS(4560), [anon_sym_AMP_AMP] = ACTIONS(4560), [anon_sym_PIPE] = ACTIONS(4558), [anon_sym_CARET] = ACTIONS(4560), [anon_sym_AMP] = ACTIONS(4558), [anon_sym_EQ_EQ] = ACTIONS(4560), [anon_sym_BANG_EQ] = ACTIONS(4560), [anon_sym_GT] = ACTIONS(4558), [anon_sym_GT_EQ] = ACTIONS(4560), [anon_sym_LT_EQ] = ACTIONS(4558), [anon_sym_LT] = ACTIONS(4558), [anon_sym_LT_LT] = ACTIONS(4560), [anon_sym_GT_GT] = ACTIONS(4560), [anon_sym_SEMI] = ACTIONS(4560), [anon_sym_extern] = ACTIONS(4558), [anon_sym___attribute__] = ACTIONS(4558), [anon_sym_COLON_COLON] = ACTIONS(4560), [anon_sym_LBRACK_LBRACK] = ACTIONS(4560), [anon_sym___declspec] = ACTIONS(4558), [anon_sym___based] = ACTIONS(4558), [anon_sym_LBRACE] = ACTIONS(4560), [anon_sym_RBRACE] = ACTIONS(4560), [anon_sym_LBRACK] = ACTIONS(4558), [anon_sym_EQ] = ACTIONS(4558), [anon_sym_static] = ACTIONS(4558), [anon_sym_register] = ACTIONS(4558), [anon_sym_inline] = ACTIONS(4558), [anon_sym_thread_local] = ACTIONS(4558), [anon_sym_const] = ACTIONS(4558), [anon_sym_constexpr] = ACTIONS(4558), [anon_sym_volatile] = ACTIONS(4558), [anon_sym_restrict] = ACTIONS(4558), [anon_sym___restrict__] = ACTIONS(4558), [anon_sym__Atomic] = ACTIONS(4558), [anon_sym__Noreturn] = ACTIONS(4558), [anon_sym_noreturn] = ACTIONS(4558), [anon_sym_mutable] = ACTIONS(4558), [anon_sym_constinit] = ACTIONS(4558), [anon_sym_consteval] = ACTIONS(4558), [anon_sym_COLON] = ACTIONS(4558), [anon_sym_QMARK] = ACTIONS(4560), [anon_sym_LT_EQ_GT] = ACTIONS(4560), [anon_sym_or] = ACTIONS(4558), [anon_sym_and] = ACTIONS(4558), [anon_sym_bitor] = ACTIONS(4558), [anon_sym_xor] = ACTIONS(4558), [anon_sym_bitand] = ACTIONS(4558), [anon_sym_not_eq] = ACTIONS(4558), [anon_sym_DASH_DASH] = ACTIONS(4560), [anon_sym_PLUS_PLUS] = ACTIONS(4560), [anon_sym_DOT] = ACTIONS(4558), [anon_sym_DASH_GT] = ACTIONS(4560), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(4558), [anon_sym_decltype] = ACTIONS(4558), [anon_sym_final] = ACTIONS(4558), [anon_sym_override] = ACTIONS(4558), [anon_sym_virtual] = ACTIONS(4558), [anon_sym_template] = ACTIONS(4558), [anon_sym_operator] = ACTIONS(4558), [anon_sym_try] = ACTIONS(4558), [anon_sym_requires] = ACTIONS(4558), }, [2136] = { [sym_identifier] = ACTIONS(4552), [anon_sym_DOT_DOT_DOT] = ACTIONS(4554), [anon_sym_COMMA] = ACTIONS(4554), [anon_sym_RPAREN] = ACTIONS(4554), [anon_sym_LPAREN2] = ACTIONS(4554), [anon_sym_TILDE] = ACTIONS(4554), [anon_sym_DASH] = ACTIONS(4552), [anon_sym_PLUS] = ACTIONS(4552), [anon_sym_STAR] = ACTIONS(4554), [anon_sym_SLASH] = ACTIONS(4552), [anon_sym_PERCENT] = ACTIONS(4554), [anon_sym_PIPE_PIPE] = ACTIONS(4554), [anon_sym_AMP_AMP] = ACTIONS(4554), [anon_sym_PIPE] = ACTIONS(4552), [anon_sym_CARET] = ACTIONS(4554), [anon_sym_AMP] = ACTIONS(4552), [anon_sym_EQ_EQ] = ACTIONS(4554), [anon_sym_BANG_EQ] = ACTIONS(4554), [anon_sym_GT] = ACTIONS(4552), [anon_sym_GT_EQ] = ACTIONS(4554), [anon_sym_LT_EQ] = ACTIONS(4552), [anon_sym_LT] = ACTIONS(4552), [anon_sym_LT_LT] = ACTIONS(4554), [anon_sym_GT_GT] = ACTIONS(4554), [anon_sym_SEMI] = ACTIONS(4554), [anon_sym_extern] = ACTIONS(4552), [anon_sym___attribute__] = ACTIONS(4552), [anon_sym_COLON_COLON] = ACTIONS(4554), [anon_sym_LBRACK_LBRACK] = ACTIONS(4554), [anon_sym___declspec] = ACTIONS(4552), [anon_sym___based] = ACTIONS(4552), [anon_sym_LBRACE] = ACTIONS(4554), [anon_sym_RBRACE] = ACTIONS(4554), [anon_sym_LBRACK] = ACTIONS(4552), [anon_sym_EQ] = ACTIONS(4552), [anon_sym_static] = ACTIONS(4552), [anon_sym_register] = ACTIONS(4552), [anon_sym_inline] = ACTIONS(4552), [anon_sym_thread_local] = ACTIONS(4552), [anon_sym_const] = ACTIONS(4552), [anon_sym_constexpr] = ACTIONS(4552), [anon_sym_volatile] = ACTIONS(4552), [anon_sym_restrict] = ACTIONS(4552), [anon_sym___restrict__] = ACTIONS(4552), [anon_sym__Atomic] = ACTIONS(4552), [anon_sym__Noreturn] = ACTIONS(4552), [anon_sym_noreturn] = ACTIONS(4552), [anon_sym_mutable] = ACTIONS(4552), [anon_sym_constinit] = ACTIONS(4552), [anon_sym_consteval] = ACTIONS(4552), [anon_sym_COLON] = ACTIONS(4552), [anon_sym_QMARK] = ACTIONS(4554), [anon_sym_LT_EQ_GT] = ACTIONS(4554), [anon_sym_or] = ACTIONS(4552), [anon_sym_and] = ACTIONS(4552), [anon_sym_bitor] = ACTIONS(4552), [anon_sym_xor] = ACTIONS(4552), [anon_sym_bitand] = ACTIONS(4552), [anon_sym_not_eq] = ACTIONS(4552), [anon_sym_DASH_DASH] = ACTIONS(4554), [anon_sym_PLUS_PLUS] = ACTIONS(4554), [anon_sym_DOT] = ACTIONS(4552), [anon_sym_DASH_GT] = ACTIONS(4554), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(4552), [anon_sym_decltype] = ACTIONS(4552), [anon_sym_final] = ACTIONS(4552), [anon_sym_override] = ACTIONS(4552), [anon_sym_virtual] = ACTIONS(4552), [anon_sym_template] = ACTIONS(4552), [anon_sym_operator] = ACTIONS(4552), [anon_sym_try] = ACTIONS(4552), [anon_sym_requires] = ACTIONS(4552), }, [2137] = { [sym_function_definition] = STATE(596), [sym_declaration] = STATE(596), [sym__declaration_modifiers] = STATE(2582), [sym__declaration_specifiers] = STATE(4696), [sym_attribute_specifier] = STATE(2582), [sym_attribute_declaration] = STATE(2582), [sym_ms_declspec_modifier] = STATE(2582), [sym_ms_call_modifier] = STATE(2495), [sym_declaration_list] = STATE(596), [sym_storage_class_specifier] = STATE(2582), [sym_type_qualifier] = STATE(2582), [sym__type_specifier] = STATE(3628), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym_virtual] = STATE(2582), [sym_dependent_type] = STATE(3695), [sym_template_type] = STATE(3646), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5722), [sym_qualified_type_identifier] = STATE(3938), [aux_sym__declaration_specifiers_repeat1] = STATE(2582), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [sym_identifier] = ACTIONS(4576), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(4578), [anon_sym_LBRACK_LBRACK] = ACTIONS(1813), [anon_sym___declspec] = ACTIONS(43), [anon_sym___cdecl] = ACTIONS(47), [anon_sym___clrcall] = ACTIONS(47), [anon_sym___stdcall] = ACTIONS(47), [anon_sym___fastcall] = ACTIONS(47), [anon_sym___thiscall] = ACTIONS(47), [anon_sym___vectorcall] = ACTIONS(47), [anon_sym_LBRACE] = ACTIONS(4580), [anon_sym_signed] = ACTIONS(51), [anon_sym_unsigned] = ACTIONS(51), [anon_sym_long] = ACTIONS(51), [anon_sym_short] = ACTIONS(51), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(3661), [anon_sym_enum] = ACTIONS(63), [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), [anon_sym_union] = ACTIONS(69), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(113), [anon_sym_decltype] = ACTIONS(115), [anon_sym_virtual] = ACTIONS(117), [anon_sym_typename] = ACTIONS(121), [anon_sym_template] = ACTIONS(1329), }, [2138] = { [sym_function_definition] = STATE(1298), [sym_declaration] = STATE(1298), [sym__declaration_modifiers] = STATE(2582), [sym__declaration_specifiers] = STATE(4633), [sym_attribute_specifier] = STATE(2582), [sym_attribute_declaration] = STATE(2582), [sym_ms_declspec_modifier] = STATE(2582), [sym_ms_call_modifier] = STATE(2472), [sym_declaration_list] = STATE(1298), [sym_storage_class_specifier] = STATE(2582), [sym_type_qualifier] = STATE(2582), [sym__type_specifier] = STATE(3628), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym_virtual] = STATE(2582), [sym_dependent_type] = STATE(3695), [sym_template_type] = STATE(3646), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5722), [sym_qualified_type_identifier] = STATE(3938), [aux_sym__declaration_specifiers_repeat1] = STATE(2582), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [sym_identifier] = ACTIONS(4576), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(4578), [anon_sym_LBRACK_LBRACK] = ACTIONS(1813), [anon_sym___declspec] = ACTIONS(43), [anon_sym___cdecl] = ACTIONS(47), [anon_sym___clrcall] = ACTIONS(47), [anon_sym___stdcall] = ACTIONS(47), [anon_sym___fastcall] = ACTIONS(47), [anon_sym___thiscall] = ACTIONS(47), [anon_sym___vectorcall] = ACTIONS(47), [anon_sym_LBRACE] = ACTIONS(4582), [anon_sym_signed] = ACTIONS(51), [anon_sym_unsigned] = ACTIONS(51), [anon_sym_long] = ACTIONS(51), [anon_sym_short] = ACTIONS(51), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(3661), [anon_sym_enum] = ACTIONS(63), [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), [anon_sym_union] = ACTIONS(69), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(113), [anon_sym_decltype] = ACTIONS(115), [anon_sym_virtual] = ACTIONS(117), [anon_sym_typename] = ACTIONS(121), [anon_sym_template] = ACTIONS(1329), }, [2139] = { [sym_function_definition] = STATE(1340), [sym_declaration] = STATE(1340), [sym__declaration_modifiers] = STATE(2582), [sym__declaration_specifiers] = STATE(4647), [sym_attribute_specifier] = STATE(2582), [sym_attribute_declaration] = STATE(2582), [sym_ms_declspec_modifier] = STATE(2582), [sym_ms_call_modifier] = STATE(2462), [sym_declaration_list] = STATE(1340), [sym_storage_class_specifier] = STATE(2582), [sym_type_qualifier] = STATE(2582), [sym__type_specifier] = STATE(3628), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym_virtual] = STATE(2582), [sym_dependent_type] = STATE(3695), [sym_template_type] = STATE(3646), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5722), [sym_qualified_type_identifier] = STATE(3938), [aux_sym__declaration_specifiers_repeat1] = STATE(2582), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [sym_identifier] = ACTIONS(4576), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(4578), [anon_sym_LBRACK_LBRACK] = ACTIONS(1813), [anon_sym___declspec] = ACTIONS(43), [anon_sym___cdecl] = ACTIONS(47), [anon_sym___clrcall] = ACTIONS(47), [anon_sym___stdcall] = ACTIONS(47), [anon_sym___fastcall] = ACTIONS(47), [anon_sym___thiscall] = ACTIONS(47), [anon_sym___vectorcall] = ACTIONS(47), [anon_sym_LBRACE] = ACTIONS(4584), [anon_sym_signed] = ACTIONS(51), [anon_sym_unsigned] = ACTIONS(51), [anon_sym_long] = ACTIONS(51), [anon_sym_short] = ACTIONS(51), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(3661), [anon_sym_enum] = ACTIONS(63), [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), [anon_sym_union] = ACTIONS(69), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(113), [anon_sym_decltype] = ACTIONS(115), [anon_sym_virtual] = ACTIONS(117), [anon_sym_typename] = ACTIONS(121), [anon_sym_template] = ACTIONS(1329), }, [2140] = { [sym_function_definition] = STATE(1224), [sym_declaration] = STATE(1224), [sym__declaration_modifiers] = STATE(2582), [sym__declaration_specifiers] = STATE(4691), [sym_attribute_specifier] = STATE(2582), [sym_attribute_declaration] = STATE(2582), [sym_ms_declspec_modifier] = STATE(2582), [sym_ms_call_modifier] = STATE(2504), [sym_declaration_list] = STATE(1224), [sym_storage_class_specifier] = STATE(2582), [sym_type_qualifier] = STATE(2582), [sym__type_specifier] = STATE(3628), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym_virtual] = STATE(2582), [sym_dependent_type] = STATE(3695), [sym_template_type] = STATE(3646), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5722), [sym_qualified_type_identifier] = STATE(3938), [aux_sym__declaration_specifiers_repeat1] = STATE(2582), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [sym_identifier] = ACTIONS(4576), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(4578), [anon_sym_LBRACK_LBRACK] = ACTIONS(1813), [anon_sym___declspec] = ACTIONS(43), [anon_sym___cdecl] = ACTIONS(47), [anon_sym___clrcall] = ACTIONS(47), [anon_sym___stdcall] = ACTIONS(47), [anon_sym___fastcall] = ACTIONS(47), [anon_sym___thiscall] = ACTIONS(47), [anon_sym___vectorcall] = ACTIONS(47), [anon_sym_LBRACE] = ACTIONS(4586), [anon_sym_signed] = ACTIONS(51), [anon_sym_unsigned] = ACTIONS(51), [anon_sym_long] = ACTIONS(51), [anon_sym_short] = ACTIONS(51), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(3661), [anon_sym_enum] = ACTIONS(63), [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), [anon_sym_union] = ACTIONS(69), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(113), [anon_sym_decltype] = ACTIONS(115), [anon_sym_virtual] = ACTIONS(117), [anon_sym_typename] = ACTIONS(121), [anon_sym_template] = ACTIONS(1329), }, [2141] = { [sym_function_definition] = STATE(787), [sym_declaration] = STATE(787), [sym__declaration_modifiers] = STATE(2582), [sym__declaration_specifiers] = STATE(4619), [sym_attribute_specifier] = STATE(2582), [sym_attribute_declaration] = STATE(2582), [sym_ms_declspec_modifier] = STATE(2582), [sym_ms_call_modifier] = STATE(2446), [sym_declaration_list] = STATE(787), [sym_storage_class_specifier] = STATE(2582), [sym_type_qualifier] = STATE(2582), [sym__type_specifier] = STATE(3628), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym_virtual] = STATE(2582), [sym_dependent_type] = STATE(3695), [sym_template_type] = STATE(3646), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5722), [sym_qualified_type_identifier] = STATE(3938), [aux_sym__declaration_specifiers_repeat1] = STATE(2582), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [sym_identifier] = ACTIONS(4576), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(4578), [anon_sym_LBRACK_LBRACK] = ACTIONS(1813), [anon_sym___declspec] = ACTIONS(43), [anon_sym___cdecl] = ACTIONS(47), [anon_sym___clrcall] = ACTIONS(47), [anon_sym___stdcall] = ACTIONS(47), [anon_sym___fastcall] = ACTIONS(47), [anon_sym___thiscall] = ACTIONS(47), [anon_sym___vectorcall] = ACTIONS(47), [anon_sym_LBRACE] = ACTIONS(4588), [anon_sym_signed] = ACTIONS(51), [anon_sym_unsigned] = ACTIONS(51), [anon_sym_long] = ACTIONS(51), [anon_sym_short] = ACTIONS(51), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(3661), [anon_sym_enum] = ACTIONS(63), [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), [anon_sym_union] = ACTIONS(69), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(113), [anon_sym_decltype] = ACTIONS(115), [anon_sym_virtual] = ACTIONS(117), [anon_sym_typename] = ACTIONS(121), [anon_sym_template] = ACTIONS(1329), }, [2142] = { [sym_function_definition] = STATE(1211), [sym_declaration] = STATE(1211), [sym__declaration_modifiers] = STATE(2582), [sym__declaration_specifiers] = STATE(4691), [sym_attribute_specifier] = STATE(2582), [sym_attribute_declaration] = STATE(2582), [sym_ms_declspec_modifier] = STATE(2582), [sym_ms_call_modifier] = STATE(2504), [sym_storage_class_specifier] = STATE(2582), [sym_type_qualifier] = STATE(2582), [sym__type_specifier] = STATE(3628), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym__class_name] = STATE(7265), [sym_virtual] = STATE(2582), [sym_dependent_type] = STATE(3695), [sym_template_type] = STATE(4518), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5722), [sym_qualified_type_identifier] = STATE(4520), [aux_sym__declaration_specifiers_repeat1] = STATE(2582), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [sym_identifier] = ACTIONS(4590), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(4578), [anon_sym_LBRACK_LBRACK] = ACTIONS(1813), [anon_sym___declspec] = ACTIONS(43), [anon_sym___cdecl] = ACTIONS(47), [anon_sym___clrcall] = ACTIONS(47), [anon_sym___stdcall] = ACTIONS(47), [anon_sym___fastcall] = ACTIONS(47), [anon_sym___thiscall] = ACTIONS(47), [anon_sym___vectorcall] = ACTIONS(47), [anon_sym_signed] = ACTIONS(51), [anon_sym_unsigned] = ACTIONS(51), [anon_sym_long] = ACTIONS(51), [anon_sym_short] = ACTIONS(51), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(3661), [anon_sym_enum] = ACTIONS(63), [anon_sym_class] = ACTIONS(4592), [anon_sym_struct] = ACTIONS(4594), [anon_sym_union] = ACTIONS(4596), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(113), [anon_sym_decltype] = ACTIONS(115), [anon_sym_virtual] = ACTIONS(117), [anon_sym_typename] = ACTIONS(121), [anon_sym_template] = ACTIONS(1329), }, [2143] = { [sym_function_definition] = STATE(2668), [sym_declaration] = STATE(2668), [sym__declaration_modifiers] = STATE(2582), [sym__declaration_specifiers] = STATE(4618), [sym_attribute_specifier] = STATE(2582), [sym_attribute_declaration] = STATE(2582), [sym_ms_declspec_modifier] = STATE(2582), [sym_ms_call_modifier] = STATE(2444), [sym_storage_class_specifier] = STATE(2582), [sym_type_qualifier] = STATE(2582), [sym__type_specifier] = STATE(3628), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym__class_name] = STATE(7234), [sym_virtual] = STATE(2582), [sym_dependent_type] = STATE(3695), [sym_template_type] = STATE(4518), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5722), [sym_qualified_type_identifier] = STATE(4520), [aux_sym__declaration_specifiers_repeat1] = STATE(2582), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [sym_identifier] = ACTIONS(4590), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(4578), [anon_sym_LBRACK_LBRACK] = ACTIONS(1813), [anon_sym___declspec] = ACTIONS(43), [anon_sym___cdecl] = ACTIONS(47), [anon_sym___clrcall] = ACTIONS(47), [anon_sym___stdcall] = ACTIONS(47), [anon_sym___fastcall] = ACTIONS(47), [anon_sym___thiscall] = ACTIONS(47), [anon_sym___vectorcall] = ACTIONS(47), [anon_sym_signed] = ACTIONS(51), [anon_sym_unsigned] = ACTIONS(51), [anon_sym_long] = ACTIONS(51), [anon_sym_short] = ACTIONS(51), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(3661), [anon_sym_enum] = ACTIONS(63), [anon_sym_class] = ACTIONS(4598), [anon_sym_struct] = ACTIONS(4600), [anon_sym_union] = ACTIONS(4602), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(113), [anon_sym_decltype] = ACTIONS(115), [anon_sym_virtual] = ACTIONS(117), [anon_sym_typename] = ACTIONS(121), [anon_sym_template] = ACTIONS(1329), }, [2144] = { [sym_function_definition] = STATE(1356), [sym_declaration] = STATE(1356), [sym__declaration_modifiers] = STATE(2582), [sym__declaration_specifiers] = STATE(4647), [sym_attribute_specifier] = STATE(2582), [sym_attribute_declaration] = STATE(2582), [sym_ms_declspec_modifier] = STATE(2582), [sym_ms_call_modifier] = STATE(2462), [sym_storage_class_specifier] = STATE(2582), [sym_type_qualifier] = STATE(2582), [sym__type_specifier] = STATE(3628), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym__class_name] = STATE(7053), [sym_virtual] = STATE(2582), [sym_dependent_type] = STATE(3695), [sym_template_type] = STATE(4518), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5722), [sym_qualified_type_identifier] = STATE(4520), [aux_sym__declaration_specifiers_repeat1] = STATE(2582), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [sym_identifier] = ACTIONS(4590), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(4578), [anon_sym_LBRACK_LBRACK] = ACTIONS(1813), [anon_sym___declspec] = ACTIONS(43), [anon_sym___cdecl] = ACTIONS(47), [anon_sym___clrcall] = ACTIONS(47), [anon_sym___stdcall] = ACTIONS(47), [anon_sym___fastcall] = ACTIONS(47), [anon_sym___thiscall] = ACTIONS(47), [anon_sym___vectorcall] = ACTIONS(47), [anon_sym_signed] = ACTIONS(51), [anon_sym_unsigned] = ACTIONS(51), [anon_sym_long] = ACTIONS(51), [anon_sym_short] = ACTIONS(51), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(3661), [anon_sym_enum] = ACTIONS(63), [anon_sym_class] = ACTIONS(4604), [anon_sym_struct] = ACTIONS(4606), [anon_sym_union] = ACTIONS(4608), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(113), [anon_sym_decltype] = ACTIONS(115), [anon_sym_virtual] = ACTIONS(117), [anon_sym_typename] = ACTIONS(121), [anon_sym_template] = ACTIONS(1329), }, [2145] = { [sym_function_definition] = STATE(1203), [sym_declaration] = STATE(1203), [sym__declaration_modifiers] = STATE(2582), [sym__declaration_specifiers] = STATE(4633), [sym_attribute_specifier] = STATE(2582), [sym_attribute_declaration] = STATE(2582), [sym_ms_declspec_modifier] = STATE(2582), [sym_ms_call_modifier] = STATE(2472), [sym_storage_class_specifier] = STATE(2582), [sym_type_qualifier] = STATE(2582), [sym__type_specifier] = STATE(3628), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym__class_name] = STATE(7268), [sym_virtual] = STATE(2582), [sym_dependent_type] = STATE(3695), [sym_template_type] = STATE(4518), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5722), [sym_qualified_type_identifier] = STATE(4520), [aux_sym__declaration_specifiers_repeat1] = STATE(2582), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [sym_identifier] = ACTIONS(4590), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(4578), [anon_sym_LBRACK_LBRACK] = ACTIONS(1813), [anon_sym___declspec] = ACTIONS(43), [anon_sym___cdecl] = ACTIONS(47), [anon_sym___clrcall] = ACTIONS(47), [anon_sym___stdcall] = ACTIONS(47), [anon_sym___fastcall] = ACTIONS(47), [anon_sym___thiscall] = ACTIONS(47), [anon_sym___vectorcall] = ACTIONS(47), [anon_sym_signed] = ACTIONS(51), [anon_sym_unsigned] = ACTIONS(51), [anon_sym_long] = ACTIONS(51), [anon_sym_short] = ACTIONS(51), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(3661), [anon_sym_enum] = ACTIONS(63), [anon_sym_class] = ACTIONS(4610), [anon_sym_struct] = ACTIONS(4612), [anon_sym_union] = ACTIONS(4614), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(113), [anon_sym_decltype] = ACTIONS(115), [anon_sym_virtual] = ACTIONS(117), [anon_sym_typename] = ACTIONS(121), [anon_sym_template] = ACTIONS(1329), }, [2146] = { [anon_sym_DOT_DOT_DOT] = ACTIONS(4547), [anon_sym_COMMA] = ACTIONS(4547), [anon_sym_RPAREN] = ACTIONS(4547), [anon_sym_LPAREN2] = ACTIONS(4547), [anon_sym_DASH] = ACTIONS(4545), [anon_sym_PLUS] = ACTIONS(4545), [anon_sym_STAR] = ACTIONS(4545), [anon_sym_SLASH] = ACTIONS(4545), [anon_sym_PERCENT] = ACTIONS(4545), [anon_sym_PIPE_PIPE] = ACTIONS(4547), [anon_sym_AMP_AMP] = ACTIONS(4547), [anon_sym_PIPE] = ACTIONS(4545), [anon_sym_CARET] = ACTIONS(4545), [anon_sym_AMP] = ACTIONS(4545), [anon_sym_EQ_EQ] = ACTIONS(4547), [anon_sym_BANG_EQ] = ACTIONS(4547), [anon_sym_GT] = ACTIONS(4545), [anon_sym_GT_EQ] = ACTIONS(4547), [anon_sym_LT_EQ] = ACTIONS(4545), [anon_sym_LT] = ACTIONS(4545), [anon_sym_LT_LT] = ACTIONS(4545), [anon_sym_GT_GT] = ACTIONS(4545), [anon_sym_COLON_COLON] = ACTIONS(4547), [anon_sym_LBRACE] = ACTIONS(4547), [anon_sym_LBRACK] = ACTIONS(4547), [anon_sym_EQ] = ACTIONS(4545), [anon_sym_const] = ACTIONS(4545), [anon_sym_constexpr] = ACTIONS(4547), [anon_sym_volatile] = ACTIONS(4547), [anon_sym_restrict] = ACTIONS(4547), [anon_sym___restrict__] = ACTIONS(4547), [anon_sym__Atomic] = ACTIONS(4547), [anon_sym__Noreturn] = ACTIONS(4547), [anon_sym_noreturn] = ACTIONS(4547), [anon_sym_mutable] = ACTIONS(4547), [anon_sym_constinit] = ACTIONS(4547), [anon_sym_consteval] = ACTIONS(4547), [anon_sym_COLON] = ACTIONS(4545), [anon_sym_QMARK] = ACTIONS(4547), [anon_sym_STAR_EQ] = ACTIONS(4547), [anon_sym_SLASH_EQ] = ACTIONS(4547), [anon_sym_PERCENT_EQ] = ACTIONS(4547), [anon_sym_PLUS_EQ] = ACTIONS(4547), [anon_sym_DASH_EQ] = ACTIONS(4547), [anon_sym_LT_LT_EQ] = ACTIONS(4547), [anon_sym_GT_GT_EQ] = ACTIONS(4547), [anon_sym_AMP_EQ] = ACTIONS(4547), [anon_sym_CARET_EQ] = ACTIONS(4547), [anon_sym_PIPE_EQ] = ACTIONS(4547), [anon_sym_and_eq] = ACTIONS(4547), [anon_sym_or_eq] = ACTIONS(4547), [anon_sym_xor_eq] = ACTIONS(4547), [anon_sym_LT_EQ_GT] = ACTIONS(4547), [anon_sym_or] = ACTIONS(4545), [anon_sym_and] = ACTIONS(4545), [anon_sym_bitor] = ACTIONS(4547), [anon_sym_xor] = ACTIONS(4545), [anon_sym_bitand] = ACTIONS(4547), [anon_sym_not_eq] = ACTIONS(4547), [anon_sym_DASH_DASH] = ACTIONS(4547), [anon_sym_PLUS_PLUS] = ACTIONS(4547), [anon_sym_DOT] = ACTIONS(4545), [anon_sym_DASH_GT] = ACTIONS(4545), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(4547), [anon_sym_decltype] = ACTIONS(4547), [anon_sym_final] = ACTIONS(4547), [anon_sym_override] = ACTIONS(4547), [anon_sym_DOT_STAR] = ACTIONS(4547), [anon_sym_DASH_GT_STAR] = ACTIONS(4547), }, [2147] = { [sym_function_definition] = STATE(2452), [sym_declaration] = STATE(2452), [sym__declaration_modifiers] = STATE(2582), [sym__declaration_specifiers] = STATE(4649), [sym_attribute_specifier] = STATE(2582), [sym_attribute_declaration] = STATE(2582), [sym_ms_declspec_modifier] = STATE(2582), [sym_ms_call_modifier] = STATE(2437), [sym_storage_class_specifier] = STATE(2582), [sym_type_qualifier] = STATE(2582), [sym__type_specifier] = STATE(3628), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym__class_name] = STATE(7266), [sym_virtual] = STATE(2582), [sym_dependent_type] = STATE(3695), [sym_template_type] = STATE(4518), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5722), [sym_qualified_type_identifier] = STATE(4520), [aux_sym__declaration_specifiers_repeat1] = STATE(2582), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [sym_identifier] = ACTIONS(4590), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(4578), [anon_sym_LBRACK_LBRACK] = ACTIONS(1813), [anon_sym___declspec] = ACTIONS(43), [anon_sym___cdecl] = ACTIONS(47), [anon_sym___clrcall] = ACTIONS(47), [anon_sym___stdcall] = ACTIONS(47), [anon_sym___fastcall] = ACTIONS(47), [anon_sym___thiscall] = ACTIONS(47), [anon_sym___vectorcall] = ACTIONS(47), [anon_sym_signed] = ACTIONS(51), [anon_sym_unsigned] = ACTIONS(51), [anon_sym_long] = ACTIONS(51), [anon_sym_short] = ACTIONS(51), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(3661), [anon_sym_enum] = ACTIONS(63), [anon_sym_class] = ACTIONS(4616), [anon_sym_struct] = ACTIONS(4618), [anon_sym_union] = ACTIONS(4620), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(113), [anon_sym_decltype] = ACTIONS(115), [anon_sym_virtual] = ACTIONS(117), [anon_sym_typename] = ACTIONS(121), [anon_sym_template] = ACTIONS(1329), }, [2148] = { [anon_sym_DOT_DOT_DOT] = ACTIONS(4554), [anon_sym_COMMA] = ACTIONS(4554), [anon_sym_RPAREN] = ACTIONS(4554), [anon_sym_LPAREN2] = ACTIONS(4554), [anon_sym_DASH] = ACTIONS(4552), [anon_sym_PLUS] = ACTIONS(4552), [anon_sym_STAR] = ACTIONS(4552), [anon_sym_SLASH] = ACTIONS(4552), [anon_sym_PERCENT] = ACTIONS(4552), [anon_sym_PIPE_PIPE] = ACTIONS(4554), [anon_sym_AMP_AMP] = ACTIONS(4554), [anon_sym_PIPE] = ACTIONS(4552), [anon_sym_CARET] = ACTIONS(4552), [anon_sym_AMP] = ACTIONS(4552), [anon_sym_EQ_EQ] = ACTIONS(4554), [anon_sym_BANG_EQ] = ACTIONS(4554), [anon_sym_GT] = ACTIONS(4552), [anon_sym_GT_EQ] = ACTIONS(4554), [anon_sym_LT_EQ] = ACTIONS(4552), [anon_sym_LT] = ACTIONS(4552), [anon_sym_LT_LT] = ACTIONS(4552), [anon_sym_GT_GT] = ACTIONS(4552), [anon_sym_COLON_COLON] = ACTIONS(4554), [anon_sym_LBRACE] = ACTIONS(4554), [anon_sym_LBRACK] = ACTIONS(4554), [anon_sym_EQ] = ACTIONS(4552), [anon_sym_const] = ACTIONS(4552), [anon_sym_constexpr] = ACTIONS(4554), [anon_sym_volatile] = ACTIONS(4554), [anon_sym_restrict] = ACTIONS(4554), [anon_sym___restrict__] = ACTIONS(4554), [anon_sym__Atomic] = ACTIONS(4554), [anon_sym__Noreturn] = ACTIONS(4554), [anon_sym_noreturn] = ACTIONS(4554), [anon_sym_mutable] = ACTIONS(4554), [anon_sym_constinit] = ACTIONS(4554), [anon_sym_consteval] = ACTIONS(4554), [anon_sym_COLON] = ACTIONS(4552), [anon_sym_QMARK] = ACTIONS(4554), [anon_sym_STAR_EQ] = ACTIONS(4554), [anon_sym_SLASH_EQ] = ACTIONS(4554), [anon_sym_PERCENT_EQ] = ACTIONS(4554), [anon_sym_PLUS_EQ] = ACTIONS(4554), [anon_sym_DASH_EQ] = ACTIONS(4554), [anon_sym_LT_LT_EQ] = ACTIONS(4554), [anon_sym_GT_GT_EQ] = ACTIONS(4554), [anon_sym_AMP_EQ] = ACTIONS(4554), [anon_sym_CARET_EQ] = ACTIONS(4554), [anon_sym_PIPE_EQ] = ACTIONS(4554), [anon_sym_and_eq] = ACTIONS(4554), [anon_sym_or_eq] = ACTIONS(4554), [anon_sym_xor_eq] = ACTIONS(4554), [anon_sym_LT_EQ_GT] = ACTIONS(4554), [anon_sym_or] = ACTIONS(4552), [anon_sym_and] = ACTIONS(4552), [anon_sym_bitor] = ACTIONS(4554), [anon_sym_xor] = ACTIONS(4552), [anon_sym_bitand] = ACTIONS(4554), [anon_sym_not_eq] = ACTIONS(4554), [anon_sym_DASH_DASH] = ACTIONS(4554), [anon_sym_PLUS_PLUS] = ACTIONS(4554), [anon_sym_DOT] = ACTIONS(4552), [anon_sym_DASH_GT] = ACTIONS(4552), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(4554), [anon_sym_decltype] = ACTIONS(4554), [anon_sym_final] = ACTIONS(4554), [anon_sym_override] = ACTIONS(4554), [anon_sym_DOT_STAR] = ACTIONS(4554), [anon_sym_DASH_GT_STAR] = ACTIONS(4554), }, [2149] = { [sym_function_definition] = STATE(807), [sym_declaration] = STATE(807), [sym__declaration_modifiers] = STATE(2582), [sym__declaration_specifiers] = STATE(4619), [sym_attribute_specifier] = STATE(2582), [sym_attribute_declaration] = STATE(2582), [sym_ms_declspec_modifier] = STATE(2582), [sym_ms_call_modifier] = STATE(2446), [sym_storage_class_specifier] = STATE(2582), [sym_type_qualifier] = STATE(2582), [sym__type_specifier] = STATE(3628), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym__class_name] = STATE(7371), [sym_virtual] = STATE(2582), [sym_dependent_type] = STATE(3695), [sym_template_type] = STATE(4518), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5722), [sym_qualified_type_identifier] = STATE(4520), [aux_sym__declaration_specifiers_repeat1] = STATE(2582), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [sym_identifier] = ACTIONS(4590), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(4578), [anon_sym_LBRACK_LBRACK] = ACTIONS(1813), [anon_sym___declspec] = ACTIONS(43), [anon_sym___cdecl] = ACTIONS(47), [anon_sym___clrcall] = ACTIONS(47), [anon_sym___stdcall] = ACTIONS(47), [anon_sym___fastcall] = ACTIONS(47), [anon_sym___thiscall] = ACTIONS(47), [anon_sym___vectorcall] = ACTIONS(47), [anon_sym_signed] = ACTIONS(51), [anon_sym_unsigned] = ACTIONS(51), [anon_sym_long] = ACTIONS(51), [anon_sym_short] = ACTIONS(51), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(3661), [anon_sym_enum] = ACTIONS(63), [anon_sym_class] = ACTIONS(4622), [anon_sym_struct] = ACTIONS(4624), [anon_sym_union] = ACTIONS(4626), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(113), [anon_sym_decltype] = ACTIONS(115), [anon_sym_virtual] = ACTIONS(117), [anon_sym_typename] = ACTIONS(121), [anon_sym_template] = ACTIONS(1329), }, [2150] = { [sym_function_definition] = STATE(2653), [sym_declaration] = STATE(2653), [sym__declaration_modifiers] = STATE(2582), [sym__declaration_specifiers] = STATE(4653), [sym_attribute_specifier] = STATE(2582), [sym_attribute_declaration] = STATE(2582), [sym_ms_declspec_modifier] = STATE(2582), [sym_ms_call_modifier] = STATE(2497), [sym_storage_class_specifier] = STATE(2582), [sym_type_qualifier] = STATE(2582), [sym__type_specifier] = STATE(3628), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym__class_name] = STATE(7161), [sym_virtual] = STATE(2582), [sym_dependent_type] = STATE(3695), [sym_template_type] = STATE(4518), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5722), [sym_qualified_type_identifier] = STATE(4520), [aux_sym__declaration_specifiers_repeat1] = STATE(2582), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [sym_identifier] = ACTIONS(4590), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(4578), [anon_sym_LBRACK_LBRACK] = ACTIONS(1813), [anon_sym___declspec] = ACTIONS(43), [anon_sym___cdecl] = ACTIONS(47), [anon_sym___clrcall] = ACTIONS(47), [anon_sym___stdcall] = ACTIONS(47), [anon_sym___fastcall] = ACTIONS(47), [anon_sym___thiscall] = ACTIONS(47), [anon_sym___vectorcall] = ACTIONS(47), [anon_sym_signed] = ACTIONS(51), [anon_sym_unsigned] = ACTIONS(51), [anon_sym_long] = ACTIONS(51), [anon_sym_short] = ACTIONS(51), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(3661), [anon_sym_enum] = ACTIONS(63), [anon_sym_class] = ACTIONS(4628), [anon_sym_struct] = ACTIONS(4630), [anon_sym_union] = ACTIONS(4632), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(113), [anon_sym_decltype] = ACTIONS(115), [anon_sym_virtual] = ACTIONS(117), [anon_sym_typename] = ACTIONS(121), [anon_sym_template] = ACTIONS(1329), }, [2151] = { [anon_sym_DOT_DOT_DOT] = ACTIONS(4539), [anon_sym_COMMA] = ACTIONS(4539), [anon_sym_RPAREN] = ACTIONS(4539), [anon_sym_LPAREN2] = ACTIONS(4539), [anon_sym_DASH] = ACTIONS(4537), [anon_sym_PLUS] = ACTIONS(4537), [anon_sym_STAR] = ACTIONS(4537), [anon_sym_SLASH] = ACTIONS(4537), [anon_sym_PERCENT] = ACTIONS(4537), [anon_sym_PIPE_PIPE] = ACTIONS(4539), [anon_sym_AMP_AMP] = ACTIONS(4539), [anon_sym_PIPE] = ACTIONS(4537), [anon_sym_CARET] = ACTIONS(4537), [anon_sym_AMP] = ACTIONS(4537), [anon_sym_EQ_EQ] = ACTIONS(4539), [anon_sym_BANG_EQ] = ACTIONS(4539), [anon_sym_GT] = ACTIONS(4537), [anon_sym_GT_EQ] = ACTIONS(4539), [anon_sym_LT_EQ] = ACTIONS(4537), [anon_sym_LT] = ACTIONS(4537), [anon_sym_LT_LT] = ACTIONS(4537), [anon_sym_GT_GT] = ACTIONS(4537), [anon_sym_COLON_COLON] = ACTIONS(4539), [anon_sym_LBRACE] = ACTIONS(4539), [anon_sym_LBRACK] = ACTIONS(4539), [anon_sym_EQ] = ACTIONS(4537), [anon_sym_const] = ACTIONS(4537), [anon_sym_constexpr] = ACTIONS(4539), [anon_sym_volatile] = ACTIONS(4539), [anon_sym_restrict] = ACTIONS(4539), [anon_sym___restrict__] = ACTIONS(4539), [anon_sym__Atomic] = ACTIONS(4539), [anon_sym__Noreturn] = ACTIONS(4539), [anon_sym_noreturn] = ACTIONS(4539), [anon_sym_mutable] = ACTIONS(4539), [anon_sym_constinit] = ACTIONS(4539), [anon_sym_consteval] = ACTIONS(4539), [anon_sym_COLON] = ACTIONS(4537), [anon_sym_QMARK] = ACTIONS(4539), [anon_sym_STAR_EQ] = ACTIONS(4539), [anon_sym_SLASH_EQ] = ACTIONS(4539), [anon_sym_PERCENT_EQ] = ACTIONS(4539), [anon_sym_PLUS_EQ] = ACTIONS(4539), [anon_sym_DASH_EQ] = ACTIONS(4539), [anon_sym_LT_LT_EQ] = ACTIONS(4539), [anon_sym_GT_GT_EQ] = ACTIONS(4539), [anon_sym_AMP_EQ] = ACTIONS(4539), [anon_sym_CARET_EQ] = ACTIONS(4539), [anon_sym_PIPE_EQ] = ACTIONS(4539), [anon_sym_and_eq] = ACTIONS(4539), [anon_sym_or_eq] = ACTIONS(4539), [anon_sym_xor_eq] = ACTIONS(4539), [anon_sym_LT_EQ_GT] = ACTIONS(4539), [anon_sym_or] = ACTIONS(4537), [anon_sym_and] = ACTIONS(4537), [anon_sym_bitor] = ACTIONS(4539), [anon_sym_xor] = ACTIONS(4537), [anon_sym_bitand] = ACTIONS(4539), [anon_sym_not_eq] = ACTIONS(4539), [anon_sym_DASH_DASH] = ACTIONS(4539), [anon_sym_PLUS_PLUS] = ACTIONS(4539), [anon_sym_DOT] = ACTIONS(4537), [anon_sym_DASH_GT] = ACTIONS(4537), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(4539), [anon_sym_decltype] = ACTIONS(4539), [anon_sym_final] = ACTIONS(4539), [anon_sym_override] = ACTIONS(4539), [anon_sym_DOT_STAR] = ACTIONS(4539), [anon_sym_DASH_GT_STAR] = ACTIONS(4539), }, [2152] = { [anon_sym_DOT_DOT_DOT] = ACTIONS(4543), [anon_sym_COMMA] = ACTIONS(4543), [anon_sym_RPAREN] = ACTIONS(4543), [anon_sym_LPAREN2] = ACTIONS(4543), [anon_sym_DASH] = ACTIONS(4541), [anon_sym_PLUS] = ACTIONS(4541), [anon_sym_STAR] = ACTIONS(4541), [anon_sym_SLASH] = ACTIONS(4541), [anon_sym_PERCENT] = ACTIONS(4541), [anon_sym_PIPE_PIPE] = ACTIONS(4543), [anon_sym_AMP_AMP] = ACTIONS(4543), [anon_sym_PIPE] = ACTIONS(4541), [anon_sym_CARET] = ACTIONS(4541), [anon_sym_AMP] = ACTIONS(4541), [anon_sym_EQ_EQ] = ACTIONS(4543), [anon_sym_BANG_EQ] = ACTIONS(4543), [anon_sym_GT] = ACTIONS(4541), [anon_sym_GT_EQ] = ACTIONS(4543), [anon_sym_LT_EQ] = ACTIONS(4541), [anon_sym_LT] = ACTIONS(4541), [anon_sym_LT_LT] = ACTIONS(4541), [anon_sym_GT_GT] = ACTIONS(4541), [anon_sym_COLON_COLON] = ACTIONS(4543), [anon_sym_LBRACE] = ACTIONS(4543), [anon_sym_LBRACK] = ACTIONS(4543), [anon_sym_EQ] = ACTIONS(4541), [anon_sym_const] = ACTIONS(4541), [anon_sym_constexpr] = ACTIONS(4543), [anon_sym_volatile] = ACTIONS(4543), [anon_sym_restrict] = ACTIONS(4543), [anon_sym___restrict__] = ACTIONS(4543), [anon_sym__Atomic] = ACTIONS(4543), [anon_sym__Noreturn] = ACTIONS(4543), [anon_sym_noreturn] = ACTIONS(4543), [anon_sym_mutable] = ACTIONS(4543), [anon_sym_constinit] = ACTIONS(4543), [anon_sym_consteval] = ACTIONS(4543), [anon_sym_COLON] = ACTIONS(4541), [anon_sym_QMARK] = ACTIONS(4543), [anon_sym_STAR_EQ] = ACTIONS(4543), [anon_sym_SLASH_EQ] = ACTIONS(4543), [anon_sym_PERCENT_EQ] = ACTIONS(4543), [anon_sym_PLUS_EQ] = ACTIONS(4543), [anon_sym_DASH_EQ] = ACTIONS(4543), [anon_sym_LT_LT_EQ] = ACTIONS(4543), [anon_sym_GT_GT_EQ] = ACTIONS(4543), [anon_sym_AMP_EQ] = ACTIONS(4543), [anon_sym_CARET_EQ] = ACTIONS(4543), [anon_sym_PIPE_EQ] = ACTIONS(4543), [anon_sym_and_eq] = ACTIONS(4543), [anon_sym_or_eq] = ACTIONS(4543), [anon_sym_xor_eq] = ACTIONS(4543), [anon_sym_LT_EQ_GT] = ACTIONS(4543), [anon_sym_or] = ACTIONS(4541), [anon_sym_and] = ACTIONS(4541), [anon_sym_bitor] = ACTIONS(4543), [anon_sym_xor] = ACTIONS(4541), [anon_sym_bitand] = ACTIONS(4543), [anon_sym_not_eq] = ACTIONS(4543), [anon_sym_DASH_DASH] = ACTIONS(4543), [anon_sym_PLUS_PLUS] = ACTIONS(4543), [anon_sym_DOT] = ACTIONS(4541), [anon_sym_DASH_GT] = ACTIONS(4541), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(4543), [anon_sym_decltype] = ACTIONS(4543), [anon_sym_final] = ACTIONS(4543), [anon_sym_override] = ACTIONS(4543), [anon_sym_DOT_STAR] = ACTIONS(4543), [anon_sym_DASH_GT_STAR] = ACTIONS(4543), }, [2153] = { [anon_sym_DOT_DOT_DOT] = ACTIONS(4560), [anon_sym_COMMA] = ACTIONS(4560), [anon_sym_RPAREN] = ACTIONS(4560), [anon_sym_LPAREN2] = ACTIONS(4560), [anon_sym_DASH] = ACTIONS(4558), [anon_sym_PLUS] = ACTIONS(4558), [anon_sym_STAR] = ACTIONS(4558), [anon_sym_SLASH] = ACTIONS(4558), [anon_sym_PERCENT] = ACTIONS(4558), [anon_sym_PIPE_PIPE] = ACTIONS(4560), [anon_sym_AMP_AMP] = ACTIONS(4560), [anon_sym_PIPE] = ACTIONS(4558), [anon_sym_CARET] = ACTIONS(4558), [anon_sym_AMP] = ACTIONS(4558), [anon_sym_EQ_EQ] = ACTIONS(4560), [anon_sym_BANG_EQ] = ACTIONS(4560), [anon_sym_GT] = ACTIONS(4558), [anon_sym_GT_EQ] = ACTIONS(4560), [anon_sym_LT_EQ] = ACTIONS(4558), [anon_sym_LT] = ACTIONS(4558), [anon_sym_LT_LT] = ACTIONS(4558), [anon_sym_GT_GT] = ACTIONS(4558), [anon_sym_COLON_COLON] = ACTIONS(4560), [anon_sym_LBRACE] = ACTIONS(4560), [anon_sym_LBRACK] = ACTIONS(4560), [anon_sym_EQ] = ACTIONS(4558), [anon_sym_const] = ACTIONS(4558), [anon_sym_constexpr] = ACTIONS(4560), [anon_sym_volatile] = ACTIONS(4560), [anon_sym_restrict] = ACTIONS(4560), [anon_sym___restrict__] = ACTIONS(4560), [anon_sym__Atomic] = ACTIONS(4560), [anon_sym__Noreturn] = ACTIONS(4560), [anon_sym_noreturn] = ACTIONS(4560), [anon_sym_mutable] = ACTIONS(4560), [anon_sym_constinit] = ACTIONS(4560), [anon_sym_consteval] = ACTIONS(4560), [anon_sym_COLON] = ACTIONS(4558), [anon_sym_QMARK] = ACTIONS(4560), [anon_sym_STAR_EQ] = ACTIONS(4560), [anon_sym_SLASH_EQ] = ACTIONS(4560), [anon_sym_PERCENT_EQ] = ACTIONS(4560), [anon_sym_PLUS_EQ] = ACTIONS(4560), [anon_sym_DASH_EQ] = ACTIONS(4560), [anon_sym_LT_LT_EQ] = ACTIONS(4560), [anon_sym_GT_GT_EQ] = ACTIONS(4560), [anon_sym_AMP_EQ] = ACTIONS(4560), [anon_sym_CARET_EQ] = ACTIONS(4560), [anon_sym_PIPE_EQ] = ACTIONS(4560), [anon_sym_and_eq] = ACTIONS(4560), [anon_sym_or_eq] = ACTIONS(4560), [anon_sym_xor_eq] = ACTIONS(4560), [anon_sym_LT_EQ_GT] = ACTIONS(4560), [anon_sym_or] = ACTIONS(4558), [anon_sym_and] = ACTIONS(4558), [anon_sym_bitor] = ACTIONS(4560), [anon_sym_xor] = ACTIONS(4558), [anon_sym_bitand] = ACTIONS(4560), [anon_sym_not_eq] = ACTIONS(4560), [anon_sym_DASH_DASH] = ACTIONS(4560), [anon_sym_PLUS_PLUS] = ACTIONS(4560), [anon_sym_DOT] = ACTIONS(4558), [anon_sym_DASH_GT] = ACTIONS(4558), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(4560), [anon_sym_decltype] = ACTIONS(4560), [anon_sym_final] = ACTIONS(4560), [anon_sym_override] = ACTIONS(4560), [anon_sym_DOT_STAR] = ACTIONS(4560), [anon_sym_DASH_GT_STAR] = ACTIONS(4560), }, [2154] = { [sym_function_definition] = STATE(588), [sym_declaration] = STATE(588), [sym__declaration_modifiers] = STATE(2582), [sym__declaration_specifiers] = STATE(4696), [sym_attribute_specifier] = STATE(2582), [sym_attribute_declaration] = STATE(2582), [sym_ms_declspec_modifier] = STATE(2582), [sym_ms_call_modifier] = STATE(2495), [sym_storage_class_specifier] = STATE(2582), [sym_type_qualifier] = STATE(2582), [sym__type_specifier] = STATE(3628), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym__class_name] = STATE(7733), [sym_virtual] = STATE(2582), [sym_dependent_type] = STATE(3695), [sym_template_type] = STATE(4518), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5722), [sym_qualified_type_identifier] = STATE(4520), [aux_sym__declaration_specifiers_repeat1] = STATE(2582), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [sym_identifier] = ACTIONS(4590), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(4578), [anon_sym_LBRACK_LBRACK] = ACTIONS(1813), [anon_sym___declspec] = ACTIONS(43), [anon_sym___cdecl] = ACTIONS(47), [anon_sym___clrcall] = ACTIONS(47), [anon_sym___stdcall] = ACTIONS(47), [anon_sym___fastcall] = ACTIONS(47), [anon_sym___thiscall] = ACTIONS(47), [anon_sym___vectorcall] = ACTIONS(47), [anon_sym_signed] = ACTIONS(51), [anon_sym_unsigned] = ACTIONS(51), [anon_sym_long] = ACTIONS(51), [anon_sym_short] = ACTIONS(51), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(3661), [anon_sym_enum] = ACTIONS(63), [anon_sym_class] = ACTIONS(4634), [anon_sym_struct] = ACTIONS(4636), [anon_sym_union] = ACTIONS(4638), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(113), [anon_sym_decltype] = ACTIONS(115), [anon_sym_virtual] = ACTIONS(117), [anon_sym_typename] = ACTIONS(121), [anon_sym_template] = ACTIONS(1329), }, [2155] = { [anon_sym_DOT_DOT_DOT] = ACTIONS(4533), [anon_sym_COMMA] = ACTIONS(4533), [anon_sym_RPAREN] = ACTIONS(4533), [anon_sym_LPAREN2] = ACTIONS(4533), [anon_sym_DASH] = ACTIONS(4531), [anon_sym_PLUS] = ACTIONS(4531), [anon_sym_STAR] = ACTIONS(4531), [anon_sym_SLASH] = ACTIONS(4531), [anon_sym_PERCENT] = ACTIONS(4531), [anon_sym_PIPE_PIPE] = ACTIONS(4533), [anon_sym_AMP_AMP] = ACTIONS(4533), [anon_sym_PIPE] = ACTIONS(4531), [anon_sym_CARET] = ACTIONS(4531), [anon_sym_AMP] = ACTIONS(4531), [anon_sym_EQ_EQ] = ACTIONS(4533), [anon_sym_BANG_EQ] = ACTIONS(4533), [anon_sym_GT] = ACTIONS(4531), [anon_sym_GT_EQ] = ACTIONS(4533), [anon_sym_LT_EQ] = ACTIONS(4531), [anon_sym_LT] = ACTIONS(4531), [anon_sym_LT_LT] = ACTIONS(4531), [anon_sym_GT_GT] = ACTIONS(4531), [anon_sym_COLON_COLON] = ACTIONS(4533), [anon_sym_LBRACE] = ACTIONS(4533), [anon_sym_LBRACK] = ACTIONS(4533), [anon_sym_EQ] = ACTIONS(4531), [anon_sym_const] = ACTIONS(4531), [anon_sym_constexpr] = ACTIONS(4533), [anon_sym_volatile] = ACTIONS(4533), [anon_sym_restrict] = ACTIONS(4533), [anon_sym___restrict__] = ACTIONS(4533), [anon_sym__Atomic] = ACTIONS(4533), [anon_sym__Noreturn] = ACTIONS(4533), [anon_sym_noreturn] = ACTIONS(4533), [anon_sym_mutable] = ACTIONS(4533), [anon_sym_constinit] = ACTIONS(4533), [anon_sym_consteval] = ACTIONS(4533), [anon_sym_COLON] = ACTIONS(4531), [anon_sym_QMARK] = ACTIONS(4533), [anon_sym_STAR_EQ] = ACTIONS(4533), [anon_sym_SLASH_EQ] = ACTIONS(4533), [anon_sym_PERCENT_EQ] = ACTIONS(4533), [anon_sym_PLUS_EQ] = ACTIONS(4533), [anon_sym_DASH_EQ] = ACTIONS(4533), [anon_sym_LT_LT_EQ] = ACTIONS(4533), [anon_sym_GT_GT_EQ] = ACTIONS(4533), [anon_sym_AMP_EQ] = ACTIONS(4533), [anon_sym_CARET_EQ] = ACTIONS(4533), [anon_sym_PIPE_EQ] = ACTIONS(4533), [anon_sym_and_eq] = ACTIONS(4533), [anon_sym_or_eq] = ACTIONS(4533), [anon_sym_xor_eq] = ACTIONS(4533), [anon_sym_LT_EQ_GT] = ACTIONS(4533), [anon_sym_or] = ACTIONS(4531), [anon_sym_and] = ACTIONS(4531), [anon_sym_bitor] = ACTIONS(4533), [anon_sym_xor] = ACTIONS(4531), [anon_sym_bitand] = ACTIONS(4533), [anon_sym_not_eq] = ACTIONS(4533), [anon_sym_DASH_DASH] = ACTIONS(4533), [anon_sym_PLUS_PLUS] = ACTIONS(4533), [anon_sym_DOT] = ACTIONS(4531), [anon_sym_DASH_GT] = ACTIONS(4531), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(4533), [anon_sym_decltype] = ACTIONS(4533), [anon_sym_final] = ACTIONS(4533), [anon_sym_override] = ACTIONS(4533), [anon_sym_DOT_STAR] = ACTIONS(4533), [anon_sym_DASH_GT_STAR] = ACTIONS(4533), }, [2156] = { [sym_function_definition] = STATE(2326), [sym_declaration] = STATE(2326), [sym__declaration_modifiers] = STATE(2582), [sym__declaration_specifiers] = STATE(4628), [sym_attribute_specifier] = STATE(2582), [sym_attribute_declaration] = STATE(2582), [sym_ms_declspec_modifier] = STATE(2582), [sym_ms_call_modifier] = STATE(2434), [sym_storage_class_specifier] = STATE(2582), [sym_type_qualifier] = STATE(2582), [sym__type_specifier] = STATE(3628), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym__class_name] = STATE(7557), [sym_virtual] = STATE(2582), [sym_dependent_type] = STATE(3695), [sym_template_type] = STATE(4518), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5722), [sym_qualified_type_identifier] = STATE(4520), [aux_sym__declaration_specifiers_repeat1] = STATE(2582), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [sym_identifier] = ACTIONS(4590), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(4578), [anon_sym_LBRACK_LBRACK] = ACTIONS(1813), [anon_sym___declspec] = ACTIONS(43), [anon_sym___cdecl] = ACTIONS(47), [anon_sym___clrcall] = ACTIONS(47), [anon_sym___stdcall] = ACTIONS(47), [anon_sym___fastcall] = ACTIONS(47), [anon_sym___thiscall] = ACTIONS(47), [anon_sym___vectorcall] = ACTIONS(47), [anon_sym_signed] = ACTIONS(51), [anon_sym_unsigned] = ACTIONS(51), [anon_sym_long] = ACTIONS(51), [anon_sym_short] = ACTIONS(51), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(3661), [anon_sym_enum] = ACTIONS(63), [anon_sym_class] = ACTIONS(4640), [anon_sym_struct] = ACTIONS(4642), [anon_sym_union] = ACTIONS(4644), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(113), [anon_sym_decltype] = ACTIONS(115), [anon_sym_virtual] = ACTIONS(117), [anon_sym_typename] = ACTIONS(121), [anon_sym_template] = ACTIONS(1329), }, [2157] = { [anon_sym_DOT_DOT_DOT] = ACTIONS(4523), [anon_sym_COMMA] = ACTIONS(4523), [anon_sym_RPAREN] = ACTIONS(4523), [anon_sym_LPAREN2] = ACTIONS(4523), [anon_sym_DASH] = ACTIONS(4521), [anon_sym_PLUS] = ACTIONS(4521), [anon_sym_STAR] = ACTIONS(4521), [anon_sym_SLASH] = ACTIONS(4521), [anon_sym_PERCENT] = ACTIONS(4521), [anon_sym_PIPE_PIPE] = ACTIONS(4523), [anon_sym_AMP_AMP] = ACTIONS(4523), [anon_sym_PIPE] = ACTIONS(4521), [anon_sym_CARET] = ACTIONS(4521), [anon_sym_AMP] = ACTIONS(4521), [anon_sym_EQ_EQ] = ACTIONS(4523), [anon_sym_BANG_EQ] = ACTIONS(4523), [anon_sym_GT] = ACTIONS(4521), [anon_sym_GT_EQ] = ACTIONS(4523), [anon_sym_LT_EQ] = ACTIONS(4521), [anon_sym_LT] = ACTIONS(4521), [anon_sym_LT_LT] = ACTIONS(4521), [anon_sym_GT_GT] = ACTIONS(4521), [anon_sym_COLON_COLON] = ACTIONS(4523), [anon_sym_LBRACE] = ACTIONS(4523), [anon_sym_LBRACK] = ACTIONS(4523), [anon_sym_EQ] = ACTIONS(4521), [anon_sym_const] = ACTIONS(4521), [anon_sym_constexpr] = ACTIONS(4523), [anon_sym_volatile] = ACTIONS(4523), [anon_sym_restrict] = ACTIONS(4523), [anon_sym___restrict__] = ACTIONS(4523), [anon_sym__Atomic] = ACTIONS(4523), [anon_sym__Noreturn] = ACTIONS(4523), [anon_sym_noreturn] = ACTIONS(4523), [anon_sym_mutable] = ACTIONS(4523), [anon_sym_constinit] = ACTIONS(4523), [anon_sym_consteval] = ACTIONS(4523), [anon_sym_COLON] = ACTIONS(4521), [anon_sym_QMARK] = ACTIONS(4523), [anon_sym_STAR_EQ] = ACTIONS(4523), [anon_sym_SLASH_EQ] = ACTIONS(4523), [anon_sym_PERCENT_EQ] = ACTIONS(4523), [anon_sym_PLUS_EQ] = ACTIONS(4523), [anon_sym_DASH_EQ] = ACTIONS(4523), [anon_sym_LT_LT_EQ] = ACTIONS(4523), [anon_sym_GT_GT_EQ] = ACTIONS(4523), [anon_sym_AMP_EQ] = ACTIONS(4523), [anon_sym_CARET_EQ] = ACTIONS(4523), [anon_sym_PIPE_EQ] = ACTIONS(4523), [anon_sym_and_eq] = ACTIONS(4523), [anon_sym_or_eq] = ACTIONS(4523), [anon_sym_xor_eq] = ACTIONS(4523), [anon_sym_LT_EQ_GT] = ACTIONS(4523), [anon_sym_or] = ACTIONS(4521), [anon_sym_and] = ACTIONS(4521), [anon_sym_bitor] = ACTIONS(4523), [anon_sym_xor] = ACTIONS(4521), [anon_sym_bitand] = ACTIONS(4523), [anon_sym_not_eq] = ACTIONS(4523), [anon_sym_DASH_DASH] = ACTIONS(4523), [anon_sym_PLUS_PLUS] = ACTIONS(4523), [anon_sym_DOT] = ACTIONS(4521), [anon_sym_DASH_GT] = ACTIONS(4521), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(4523), [anon_sym_decltype] = ACTIONS(4523), [anon_sym_final] = ACTIONS(4523), [anon_sym_override] = ACTIONS(4523), [anon_sym_DOT_STAR] = ACTIONS(4523), [anon_sym_DASH_GT_STAR] = ACTIONS(4523), }, [2158] = { [sym_template_argument_list] = STATE(2212), [anon_sym_DOT_DOT_DOT] = ACTIONS(4478), [anon_sym_COMMA] = ACTIONS(4478), [anon_sym_RPAREN] = ACTIONS(4487), [anon_sym_LPAREN2] = ACTIONS(4487), [anon_sym_DASH] = ACTIONS(4473), [anon_sym_PLUS] = ACTIONS(4473), [anon_sym_STAR] = ACTIONS(4475), [anon_sym_SLASH] = ACTIONS(4473), [anon_sym_PERCENT] = ACTIONS(4473), [anon_sym_PIPE_PIPE] = ACTIONS(4478), [anon_sym_AMP_AMP] = ACTIONS(4468), [anon_sym_PIPE] = ACTIONS(4473), [anon_sym_CARET] = ACTIONS(4473), [anon_sym_AMP] = ACTIONS(4475), [anon_sym_EQ_EQ] = ACTIONS(4478), [anon_sym_BANG_EQ] = ACTIONS(4478), [anon_sym_GT] = ACTIONS(4473), [anon_sym_GT_EQ] = ACTIONS(4478), [anon_sym_LT_EQ] = ACTIONS(4473), [anon_sym_LT] = ACTIONS(4480), [anon_sym_LT_LT] = ACTIONS(4473), [anon_sym_GT_GT] = ACTIONS(4473), [anon_sym_COLON_COLON] = ACTIONS(4464), [anon_sym_LBRACK_LBRACK] = ACTIONS(4646), [anon_sym_LBRACE] = ACTIONS(4483), [anon_sym_LBRACK] = ACTIONS(4497), [anon_sym_EQ] = ACTIONS(4473), [anon_sym_const] = ACTIONS(4466), [anon_sym_constexpr] = ACTIONS(4471), [anon_sym_volatile] = ACTIONS(4471), [anon_sym_restrict] = ACTIONS(4471), [anon_sym___restrict__] = ACTIONS(4471), [anon_sym__Atomic] = ACTIONS(4471), [anon_sym__Noreturn] = ACTIONS(4471), [anon_sym_noreturn] = ACTIONS(4471), [anon_sym_mutable] = ACTIONS(4471), [anon_sym_constinit] = ACTIONS(4471), [anon_sym_consteval] = ACTIONS(4471), [anon_sym_QMARK] = ACTIONS(4478), [anon_sym_STAR_EQ] = ACTIONS(4478), [anon_sym_SLASH_EQ] = ACTIONS(4478), [anon_sym_PERCENT_EQ] = ACTIONS(4478), [anon_sym_PLUS_EQ] = ACTIONS(4478), [anon_sym_DASH_EQ] = ACTIONS(4478), [anon_sym_LT_LT_EQ] = ACTIONS(4478), [anon_sym_GT_GT_EQ] = ACTIONS(4478), [anon_sym_AMP_EQ] = ACTIONS(4478), [anon_sym_CARET_EQ] = ACTIONS(4478), [anon_sym_PIPE_EQ] = ACTIONS(4478), [anon_sym_and_eq] = ACTIONS(4648), [anon_sym_or_eq] = ACTIONS(4648), [anon_sym_xor_eq] = ACTIONS(4648), [anon_sym_LT_EQ_GT] = ACTIONS(4478), [anon_sym_or] = ACTIONS(4473), [anon_sym_and] = ACTIONS(4473), [anon_sym_bitor] = ACTIONS(4478), [anon_sym_xor] = ACTIONS(4473), [anon_sym_bitand] = ACTIONS(4478), [anon_sym_not_eq] = ACTIONS(4478), [anon_sym_DASH_DASH] = ACTIONS(4478), [anon_sym_PLUS_PLUS] = ACTIONS(4478), [anon_sym_DOT] = ACTIONS(4473), [anon_sym_DASH_GT] = ACTIONS(4473), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(4471), [anon_sym_decltype] = ACTIONS(4471), [anon_sym_DOT_STAR] = ACTIONS(4478), [anon_sym_DASH_GT_STAR] = ACTIONS(4478), }, [2159] = { [sym_template_argument_list] = STATE(2170), [anon_sym_DOT_DOT_DOT] = ACTIONS(4459), [anon_sym_COMMA] = ACTIONS(4459), [anon_sym_RPAREN] = ACTIONS(4449), [anon_sym_LPAREN2] = ACTIONS(4449), [anon_sym_DASH] = ACTIONS(4454), [anon_sym_PLUS] = ACTIONS(4454), [anon_sym_STAR] = ACTIONS(4456), [anon_sym_SLASH] = ACTIONS(4454), [anon_sym_PERCENT] = ACTIONS(4454), [anon_sym_PIPE_PIPE] = ACTIONS(4459), [anon_sym_AMP_AMP] = ACTIONS(4449), [anon_sym_PIPE] = ACTIONS(4454), [anon_sym_CARET] = ACTIONS(4454), [anon_sym_AMP] = ACTIONS(4456), [anon_sym_EQ_EQ] = ACTIONS(4459), [anon_sym_BANG_EQ] = ACTIONS(4459), [anon_sym_GT] = ACTIONS(4454), [anon_sym_GT_EQ] = ACTIONS(4459), [anon_sym_LT_EQ] = ACTIONS(4454), [anon_sym_LT] = ACTIONS(4461), [anon_sym_LT_LT] = ACTIONS(4454), [anon_sym_GT_GT] = ACTIONS(4454), [anon_sym_COLON_COLON] = ACTIONS(4464), [anon_sym_LBRACK_LBRACK] = ACTIONS(4459), [anon_sym_LBRACE] = ACTIONS(4452), [anon_sym_LBRACK] = ACTIONS(4456), [anon_sym_EQ] = ACTIONS(4454), [anon_sym_const] = ACTIONS(4447), [anon_sym_constexpr] = ACTIONS(4452), [anon_sym_volatile] = ACTIONS(4452), [anon_sym_restrict] = ACTIONS(4452), [anon_sym___restrict__] = ACTIONS(4452), [anon_sym__Atomic] = ACTIONS(4452), [anon_sym__Noreturn] = ACTIONS(4452), [anon_sym_noreturn] = ACTIONS(4452), [anon_sym_mutable] = ACTIONS(4452), [anon_sym_constinit] = ACTIONS(4452), [anon_sym_consteval] = ACTIONS(4452), [anon_sym_QMARK] = ACTIONS(4459), [anon_sym_STAR_EQ] = ACTIONS(4459), [anon_sym_SLASH_EQ] = ACTIONS(4459), [anon_sym_PERCENT_EQ] = ACTIONS(4459), [anon_sym_PLUS_EQ] = ACTIONS(4459), [anon_sym_DASH_EQ] = ACTIONS(4459), [anon_sym_LT_LT_EQ] = ACTIONS(4459), [anon_sym_GT_GT_EQ] = ACTIONS(4459), [anon_sym_AMP_EQ] = ACTIONS(4459), [anon_sym_CARET_EQ] = ACTIONS(4459), [anon_sym_PIPE_EQ] = ACTIONS(4459), [anon_sym_and_eq] = ACTIONS(4459), [anon_sym_or_eq] = ACTIONS(4459), [anon_sym_xor_eq] = ACTIONS(4459), [anon_sym_LT_EQ_GT] = ACTIONS(4459), [anon_sym_or] = ACTIONS(4454), [anon_sym_and] = ACTIONS(4454), [anon_sym_bitor] = ACTIONS(4459), [anon_sym_xor] = ACTIONS(4454), [anon_sym_bitand] = ACTIONS(4459), [anon_sym_not_eq] = ACTIONS(4459), [anon_sym_DASH_DASH] = ACTIONS(4459), [anon_sym_PLUS_PLUS] = ACTIONS(4459), [anon_sym_DOT] = ACTIONS(4454), [anon_sym_DASH_GT] = ACTIONS(4454), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(4452), [anon_sym_decltype] = ACTIONS(4452), [anon_sym_DOT_STAR] = ACTIONS(4459), [anon_sym_DASH_GT_STAR] = ACTIONS(4459), }, [2160] = { [sym_identifier] = ACTIONS(4507), [anon_sym_DOT_DOT_DOT] = ACTIONS(4512), [anon_sym_COMMA] = ACTIONS(4512), [anon_sym_RPAREN] = ACTIONS(4512), [anon_sym_LPAREN2] = ACTIONS(4512), [anon_sym_TILDE] = ACTIONS(4512), [anon_sym_STAR] = ACTIONS(4512), [anon_sym_PIPE_PIPE] = ACTIONS(4512), [anon_sym_AMP_AMP] = ACTIONS(4512), [anon_sym_AMP] = ACTIONS(4507), [anon_sym_SEMI] = ACTIONS(4512), [anon_sym_extern] = ACTIONS(4507), [anon_sym___attribute__] = ACTIONS(4507), [anon_sym_COLON_COLON] = ACTIONS(4512), [anon_sym_LBRACK_LBRACK] = ACTIONS(4512), [anon_sym___declspec] = ACTIONS(4507), [anon_sym___based] = ACTIONS(4507), [anon_sym___cdecl] = ACTIONS(4507), [anon_sym___clrcall] = ACTIONS(4507), [anon_sym___stdcall] = ACTIONS(4507), [anon_sym___fastcall] = ACTIONS(4507), [anon_sym___thiscall] = ACTIONS(4507), [anon_sym___vectorcall] = ACTIONS(4507), [anon_sym_LBRACE] = ACTIONS(4512), [anon_sym_signed] = ACTIONS(4507), [anon_sym_unsigned] = ACTIONS(4507), [anon_sym_long] = ACTIONS(4507), [anon_sym_short] = ACTIONS(4507), [anon_sym_LBRACK] = ACTIONS(4507), [anon_sym_EQ] = ACTIONS(4512), [anon_sym_static] = ACTIONS(4507), [anon_sym_register] = ACTIONS(4507), [anon_sym_inline] = ACTIONS(4507), [anon_sym_thread_local] = ACTIONS(4507), [anon_sym_const] = ACTIONS(4507), [anon_sym_constexpr] = ACTIONS(4507), [anon_sym_volatile] = ACTIONS(4507), [anon_sym_restrict] = ACTIONS(4507), [anon_sym___restrict__] = ACTIONS(4507), [anon_sym__Atomic] = ACTIONS(4507), [anon_sym__Noreturn] = ACTIONS(4507), [anon_sym_noreturn] = ACTIONS(4507), [anon_sym_mutable] = ACTIONS(4507), [anon_sym_constinit] = ACTIONS(4507), [anon_sym_consteval] = ACTIONS(4507), [sym_primitive_type] = ACTIONS(4507), [anon_sym_enum] = ACTIONS(4507), [anon_sym_class] = ACTIONS(4507), [anon_sym_struct] = ACTIONS(4507), [anon_sym_union] = ACTIONS(4507), [anon_sym_COLON] = ACTIONS(4507), [anon_sym_or] = ACTIONS(4507), [anon_sym_and] = ACTIONS(4507), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(4507), [anon_sym_decltype] = ACTIONS(4507), [anon_sym_final] = ACTIONS(4507), [anon_sym_override] = ACTIONS(4507), [anon_sym_virtual] = ACTIONS(4507), [anon_sym_explicit] = ACTIONS(4507), [anon_sym_typename] = ACTIONS(4507), [anon_sym_template] = ACTIONS(4507), [anon_sym_GT2] = ACTIONS(4512), [anon_sym_operator] = ACTIONS(4507), [anon_sym_try] = ACTIONS(4507), [anon_sym_friend] = ACTIONS(4507), [anon_sym_using] = ACTIONS(4507), [anon_sym_concept] = ACTIONS(4507), [anon_sym_requires] = ACTIONS(4507), }, [2161] = { [anon_sym_DOT_DOT_DOT] = ACTIONS(4539), [anon_sym_COMMA] = ACTIONS(4539), [anon_sym_LPAREN2] = ACTIONS(4539), [anon_sym_DASH] = ACTIONS(4537), [anon_sym_PLUS] = ACTIONS(4537), [anon_sym_STAR] = ACTIONS(4537), [anon_sym_SLASH] = ACTIONS(4537), [anon_sym_PERCENT] = ACTIONS(4537), [anon_sym_PIPE_PIPE] = ACTIONS(4539), [anon_sym_AMP_AMP] = ACTIONS(4539), [anon_sym_PIPE] = ACTIONS(4537), [anon_sym_CARET] = ACTIONS(4537), [anon_sym_AMP] = ACTIONS(4537), [anon_sym_EQ_EQ] = ACTIONS(4539), [anon_sym_BANG_EQ] = ACTIONS(4539), [anon_sym_GT] = ACTIONS(4537), [anon_sym_GT_EQ] = ACTIONS(4537), [anon_sym_LT_EQ] = ACTIONS(4537), [anon_sym_LT] = ACTIONS(4537), [anon_sym_LT_LT] = ACTIONS(4537), [anon_sym_GT_GT] = ACTIONS(4537), [anon_sym_COLON_COLON] = ACTIONS(4539), [anon_sym_LBRACE] = ACTIONS(4539), [anon_sym_LBRACK] = ACTIONS(4539), [anon_sym_EQ] = ACTIONS(4537), [anon_sym_const] = ACTIONS(4537), [anon_sym_constexpr] = ACTIONS(4539), [anon_sym_volatile] = ACTIONS(4539), [anon_sym_restrict] = ACTIONS(4539), [anon_sym___restrict__] = ACTIONS(4539), [anon_sym__Atomic] = ACTIONS(4539), [anon_sym__Noreturn] = ACTIONS(4539), [anon_sym_noreturn] = ACTIONS(4539), [anon_sym_mutable] = ACTIONS(4539), [anon_sym_constinit] = ACTIONS(4539), [anon_sym_consteval] = ACTIONS(4539), [anon_sym_COLON] = ACTIONS(4537), [anon_sym_QMARK] = ACTIONS(4539), [anon_sym_STAR_EQ] = ACTIONS(4539), [anon_sym_SLASH_EQ] = ACTIONS(4539), [anon_sym_PERCENT_EQ] = ACTIONS(4539), [anon_sym_PLUS_EQ] = ACTIONS(4539), [anon_sym_DASH_EQ] = ACTIONS(4539), [anon_sym_LT_LT_EQ] = ACTIONS(4539), [anon_sym_GT_GT_EQ] = ACTIONS(4537), [anon_sym_AMP_EQ] = ACTIONS(4539), [anon_sym_CARET_EQ] = ACTIONS(4539), [anon_sym_PIPE_EQ] = ACTIONS(4539), [anon_sym_and_eq] = ACTIONS(4539), [anon_sym_or_eq] = ACTIONS(4539), [anon_sym_xor_eq] = ACTIONS(4539), [anon_sym_LT_EQ_GT] = ACTIONS(4539), [anon_sym_or] = ACTIONS(4537), [anon_sym_and] = ACTIONS(4537), [anon_sym_bitor] = ACTIONS(4539), [anon_sym_xor] = ACTIONS(4537), [anon_sym_bitand] = ACTIONS(4539), [anon_sym_not_eq] = ACTIONS(4539), [anon_sym_DASH_DASH] = ACTIONS(4539), [anon_sym_PLUS_PLUS] = ACTIONS(4539), [anon_sym_DOT] = ACTIONS(4537), [anon_sym_DASH_GT] = ACTIONS(4539), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(4539), [anon_sym_decltype] = ACTIONS(4539), [anon_sym_final] = ACTIONS(4539), [anon_sym_override] = ACTIONS(4539), [anon_sym_GT2] = ACTIONS(4539), }, [2162] = { [sym_string_literal] = STATE(2174), [sym_raw_string_literal] = STATE(2174), [aux_sym_concatenated_string_repeat1] = STATE(2174), [anon_sym_DOT_DOT_DOT] = ACTIONS(4478), [anon_sym_COMMA] = ACTIONS(4478), [anon_sym_RPAREN] = ACTIONS(4478), [anon_sym_LPAREN2] = ACTIONS(4478), [anon_sym_DASH] = ACTIONS(4473), [anon_sym_PLUS] = ACTIONS(4473), [anon_sym_STAR] = ACTIONS(4473), [anon_sym_SLASH] = ACTIONS(4473), [anon_sym_PERCENT] = ACTIONS(4473), [anon_sym_PIPE_PIPE] = ACTIONS(4478), [anon_sym_AMP_AMP] = ACTIONS(4478), [anon_sym_PIPE] = ACTIONS(4473), [anon_sym_CARET] = ACTIONS(4473), [anon_sym_AMP] = ACTIONS(4473), [anon_sym_EQ_EQ] = ACTIONS(4478), [anon_sym_BANG_EQ] = ACTIONS(4478), [anon_sym_GT] = ACTIONS(4473), [anon_sym_GT_EQ] = ACTIONS(4478), [anon_sym_LT_EQ] = ACTIONS(4473), [anon_sym_LT] = ACTIONS(4473), [anon_sym_LT_LT] = ACTIONS(4473), [anon_sym_GT_GT] = ACTIONS(4473), [anon_sym_SEMI] = ACTIONS(4478), [anon_sym_RBRACE] = ACTIONS(4478), [anon_sym_LBRACK] = ACTIONS(4478), [anon_sym_RBRACK] = ACTIONS(4478), [anon_sym_EQ] = ACTIONS(4473), [anon_sym_COLON] = ACTIONS(4478), [anon_sym_QMARK] = ACTIONS(4478), [anon_sym_STAR_EQ] = ACTIONS(4478), [anon_sym_SLASH_EQ] = ACTIONS(4478), [anon_sym_PERCENT_EQ] = ACTIONS(4478), [anon_sym_PLUS_EQ] = ACTIONS(4478), [anon_sym_DASH_EQ] = ACTIONS(4478), [anon_sym_LT_LT_EQ] = ACTIONS(4478), [anon_sym_GT_GT_EQ] = ACTIONS(4478), [anon_sym_AMP_EQ] = ACTIONS(4478), [anon_sym_CARET_EQ] = ACTIONS(4478), [anon_sym_PIPE_EQ] = ACTIONS(4478), [anon_sym_and_eq] = ACTIONS(4473), [anon_sym_or_eq] = ACTIONS(4473), [anon_sym_xor_eq] = ACTIONS(4473), [anon_sym_LT_EQ_GT] = ACTIONS(4478), [anon_sym_or] = ACTIONS(4473), [anon_sym_and] = ACTIONS(4473), [anon_sym_bitor] = ACTIONS(4473), [anon_sym_xor] = ACTIONS(4473), [anon_sym_bitand] = ACTIONS(4473), [anon_sym_not_eq] = ACTIONS(4473), [anon_sym_DASH_DASH] = ACTIONS(4478), [anon_sym_PLUS_PLUS] = ACTIONS(4478), [anon_sym_DOT] = ACTIONS(4473), [anon_sym_DASH_GT] = ACTIONS(4478), [anon_sym_L_DQUOTE] = ACTIONS(1967), [anon_sym_u_DQUOTE] = ACTIONS(1967), [anon_sym_U_DQUOTE] = ACTIONS(1967), [anon_sym_u8_DQUOTE] = ACTIONS(1967), [anon_sym_DQUOTE] = ACTIONS(1967), [sym_comment] = ACTIONS(3), [anon_sym_R_DQUOTE] = ACTIONS(1977), [anon_sym_LR_DQUOTE] = ACTIONS(1977), [anon_sym_uR_DQUOTE] = ACTIONS(1977), [anon_sym_UR_DQUOTE] = ACTIONS(1977), [anon_sym_u8R_DQUOTE] = ACTIONS(1977), [sym_literal_suffix] = ACTIONS(4650), }, [2163] = { [anon_sym_DOT_DOT_DOT] = ACTIONS(4533), [anon_sym_COMMA] = ACTIONS(4533), [anon_sym_LPAREN2] = ACTIONS(4533), [anon_sym_DASH] = ACTIONS(4531), [anon_sym_PLUS] = ACTIONS(4531), [anon_sym_STAR] = ACTIONS(4531), [anon_sym_SLASH] = ACTIONS(4531), [anon_sym_PERCENT] = ACTIONS(4531), [anon_sym_PIPE_PIPE] = ACTIONS(4533), [anon_sym_AMP_AMP] = ACTIONS(4533), [anon_sym_PIPE] = ACTIONS(4531), [anon_sym_CARET] = ACTIONS(4531), [anon_sym_AMP] = ACTIONS(4531), [anon_sym_EQ_EQ] = ACTIONS(4533), [anon_sym_BANG_EQ] = ACTIONS(4533), [anon_sym_GT] = ACTIONS(4531), [anon_sym_GT_EQ] = ACTIONS(4531), [anon_sym_LT_EQ] = ACTIONS(4531), [anon_sym_LT] = ACTIONS(4531), [anon_sym_LT_LT] = ACTIONS(4531), [anon_sym_GT_GT] = ACTIONS(4531), [anon_sym_COLON_COLON] = ACTIONS(4533), [anon_sym_LBRACE] = ACTIONS(4533), [anon_sym_LBRACK] = ACTIONS(4533), [anon_sym_EQ] = ACTIONS(4531), [anon_sym_const] = ACTIONS(4531), [anon_sym_constexpr] = ACTIONS(4533), [anon_sym_volatile] = ACTIONS(4533), [anon_sym_restrict] = ACTIONS(4533), [anon_sym___restrict__] = ACTIONS(4533), [anon_sym__Atomic] = ACTIONS(4533), [anon_sym__Noreturn] = ACTIONS(4533), [anon_sym_noreturn] = ACTIONS(4533), [anon_sym_mutable] = ACTIONS(4533), [anon_sym_constinit] = ACTIONS(4533), [anon_sym_consteval] = ACTIONS(4533), [anon_sym_COLON] = ACTIONS(4531), [anon_sym_QMARK] = ACTIONS(4533), [anon_sym_STAR_EQ] = ACTIONS(4533), [anon_sym_SLASH_EQ] = ACTIONS(4533), [anon_sym_PERCENT_EQ] = ACTIONS(4533), [anon_sym_PLUS_EQ] = ACTIONS(4533), [anon_sym_DASH_EQ] = ACTIONS(4533), [anon_sym_LT_LT_EQ] = ACTIONS(4533), [anon_sym_GT_GT_EQ] = ACTIONS(4531), [anon_sym_AMP_EQ] = ACTIONS(4533), [anon_sym_CARET_EQ] = ACTIONS(4533), [anon_sym_PIPE_EQ] = ACTIONS(4533), [anon_sym_and_eq] = ACTIONS(4533), [anon_sym_or_eq] = ACTIONS(4533), [anon_sym_xor_eq] = ACTIONS(4533), [anon_sym_LT_EQ_GT] = ACTIONS(4533), [anon_sym_or] = ACTIONS(4531), [anon_sym_and] = ACTIONS(4531), [anon_sym_bitor] = ACTIONS(4533), [anon_sym_xor] = ACTIONS(4531), [anon_sym_bitand] = ACTIONS(4533), [anon_sym_not_eq] = ACTIONS(4533), [anon_sym_DASH_DASH] = ACTIONS(4533), [anon_sym_PLUS_PLUS] = ACTIONS(4533), [anon_sym_DOT] = ACTIONS(4531), [anon_sym_DASH_GT] = ACTIONS(4533), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(4533), [anon_sym_decltype] = ACTIONS(4533), [anon_sym_final] = ACTIONS(4533), [anon_sym_override] = ACTIONS(4533), [anon_sym_GT2] = ACTIONS(4533), }, [2164] = { [anon_sym_DOT_DOT_DOT] = ACTIONS(4523), [anon_sym_COMMA] = ACTIONS(4523), [anon_sym_LPAREN2] = ACTIONS(4523), [anon_sym_DASH] = ACTIONS(4521), [anon_sym_PLUS] = ACTIONS(4521), [anon_sym_STAR] = ACTIONS(4521), [anon_sym_SLASH] = ACTIONS(4521), [anon_sym_PERCENT] = ACTIONS(4521), [anon_sym_PIPE_PIPE] = ACTIONS(4523), [anon_sym_AMP_AMP] = ACTIONS(4523), [anon_sym_PIPE] = ACTIONS(4521), [anon_sym_CARET] = ACTIONS(4521), [anon_sym_AMP] = ACTIONS(4521), [anon_sym_EQ_EQ] = ACTIONS(4523), [anon_sym_BANG_EQ] = ACTIONS(4523), [anon_sym_GT] = ACTIONS(4521), [anon_sym_GT_EQ] = ACTIONS(4521), [anon_sym_LT_EQ] = ACTIONS(4521), [anon_sym_LT] = ACTIONS(4521), [anon_sym_LT_LT] = ACTIONS(4521), [anon_sym_GT_GT] = ACTIONS(4521), [anon_sym_COLON_COLON] = ACTIONS(4523), [anon_sym_LBRACE] = ACTIONS(4523), [anon_sym_LBRACK] = ACTIONS(4523), [anon_sym_EQ] = ACTIONS(4521), [anon_sym_const] = ACTIONS(4521), [anon_sym_constexpr] = ACTIONS(4523), [anon_sym_volatile] = ACTIONS(4523), [anon_sym_restrict] = ACTIONS(4523), [anon_sym___restrict__] = ACTIONS(4523), [anon_sym__Atomic] = ACTIONS(4523), [anon_sym__Noreturn] = ACTIONS(4523), [anon_sym_noreturn] = ACTIONS(4523), [anon_sym_mutable] = ACTIONS(4523), [anon_sym_constinit] = ACTIONS(4523), [anon_sym_consteval] = ACTIONS(4523), [anon_sym_COLON] = ACTIONS(4521), [anon_sym_QMARK] = ACTIONS(4523), [anon_sym_STAR_EQ] = ACTIONS(4523), [anon_sym_SLASH_EQ] = ACTIONS(4523), [anon_sym_PERCENT_EQ] = ACTIONS(4523), [anon_sym_PLUS_EQ] = ACTIONS(4523), [anon_sym_DASH_EQ] = ACTIONS(4523), [anon_sym_LT_LT_EQ] = ACTIONS(4523), [anon_sym_GT_GT_EQ] = ACTIONS(4521), [anon_sym_AMP_EQ] = ACTIONS(4523), [anon_sym_CARET_EQ] = ACTIONS(4523), [anon_sym_PIPE_EQ] = ACTIONS(4523), [anon_sym_and_eq] = ACTIONS(4523), [anon_sym_or_eq] = ACTIONS(4523), [anon_sym_xor_eq] = ACTIONS(4523), [anon_sym_LT_EQ_GT] = ACTIONS(4523), [anon_sym_or] = ACTIONS(4521), [anon_sym_and] = ACTIONS(4521), [anon_sym_bitor] = ACTIONS(4523), [anon_sym_xor] = ACTIONS(4521), [anon_sym_bitand] = ACTIONS(4523), [anon_sym_not_eq] = ACTIONS(4523), [anon_sym_DASH_DASH] = ACTIONS(4523), [anon_sym_PLUS_PLUS] = ACTIONS(4523), [anon_sym_DOT] = ACTIONS(4521), [anon_sym_DASH_GT] = ACTIONS(4523), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(4523), [anon_sym_decltype] = ACTIONS(4523), [anon_sym_final] = ACTIONS(4523), [anon_sym_override] = ACTIONS(4523), [anon_sym_GT2] = ACTIONS(4523), }, [2165] = { [sym_string_literal] = STATE(2165), [sym_raw_string_literal] = STATE(2165), [aux_sym_concatenated_string_repeat1] = STATE(2165), [anon_sym_DOT_DOT_DOT] = ACTIONS(4652), [anon_sym_COMMA] = ACTIONS(4652), [anon_sym_RPAREN] = ACTIONS(4652), [anon_sym_LPAREN2] = ACTIONS(4652), [anon_sym_DASH] = ACTIONS(4654), [anon_sym_PLUS] = ACTIONS(4654), [anon_sym_STAR] = ACTIONS(4654), [anon_sym_SLASH] = ACTIONS(4654), [anon_sym_PERCENT] = ACTIONS(4654), [anon_sym_PIPE_PIPE] = ACTIONS(4652), [anon_sym_AMP_AMP] = ACTIONS(4652), [anon_sym_PIPE] = ACTIONS(4654), [anon_sym_CARET] = ACTIONS(4654), [anon_sym_AMP] = ACTIONS(4654), [anon_sym_EQ_EQ] = ACTIONS(4652), [anon_sym_BANG_EQ] = ACTIONS(4652), [anon_sym_GT] = ACTIONS(4654), [anon_sym_GT_EQ] = ACTIONS(4652), [anon_sym_LT_EQ] = ACTIONS(4654), [anon_sym_LT] = ACTIONS(4654), [anon_sym_LT_LT] = ACTIONS(4654), [anon_sym_GT_GT] = ACTIONS(4654), [anon_sym_SEMI] = ACTIONS(4652), [anon_sym_RBRACE] = ACTIONS(4652), [anon_sym_LBRACK] = ACTIONS(4652), [anon_sym_RBRACK] = ACTIONS(4652), [anon_sym_EQ] = ACTIONS(4654), [anon_sym_COLON] = ACTIONS(4652), [anon_sym_QMARK] = ACTIONS(4652), [anon_sym_STAR_EQ] = ACTIONS(4652), [anon_sym_SLASH_EQ] = ACTIONS(4652), [anon_sym_PERCENT_EQ] = ACTIONS(4652), [anon_sym_PLUS_EQ] = ACTIONS(4652), [anon_sym_DASH_EQ] = ACTIONS(4652), [anon_sym_LT_LT_EQ] = ACTIONS(4652), [anon_sym_GT_GT_EQ] = ACTIONS(4652), [anon_sym_AMP_EQ] = ACTIONS(4652), [anon_sym_CARET_EQ] = ACTIONS(4652), [anon_sym_PIPE_EQ] = ACTIONS(4652), [anon_sym_and_eq] = ACTIONS(4654), [anon_sym_or_eq] = ACTIONS(4654), [anon_sym_xor_eq] = ACTIONS(4654), [anon_sym_LT_EQ_GT] = ACTIONS(4652), [anon_sym_or] = ACTIONS(4654), [anon_sym_and] = ACTIONS(4654), [anon_sym_bitor] = ACTIONS(4654), [anon_sym_xor] = ACTIONS(4654), [anon_sym_bitand] = ACTIONS(4654), [anon_sym_not_eq] = ACTIONS(4654), [anon_sym_DASH_DASH] = ACTIONS(4652), [anon_sym_PLUS_PLUS] = ACTIONS(4652), [anon_sym_DOT] = ACTIONS(4654), [anon_sym_DASH_GT] = ACTIONS(4652), [anon_sym_L_DQUOTE] = ACTIONS(4656), [anon_sym_u_DQUOTE] = ACTIONS(4656), [anon_sym_U_DQUOTE] = ACTIONS(4656), [anon_sym_u8_DQUOTE] = ACTIONS(4656), [anon_sym_DQUOTE] = ACTIONS(4656), [sym_comment] = ACTIONS(3), [anon_sym_R_DQUOTE] = ACTIONS(4659), [anon_sym_LR_DQUOTE] = ACTIONS(4659), [anon_sym_uR_DQUOTE] = ACTIONS(4659), [anon_sym_UR_DQUOTE] = ACTIONS(4659), [anon_sym_u8R_DQUOTE] = ACTIONS(4659), [sym_literal_suffix] = ACTIONS(4654), }, [2166] = { [sym__declaration_modifiers] = STATE(2559), [sym__declaration_specifiers] = STATE(3804), [sym_attribute_specifier] = STATE(2559), [sym_attribute_declaration] = STATE(2559), [sym_ms_declspec_modifier] = STATE(2559), [sym_storage_class_specifier] = STATE(2559), [sym_type_qualifier] = STATE(2559), [sym__type_specifier] = STATE(3628), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [sym_parameter_declaration] = STATE(6260), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym_virtual] = STATE(2559), [sym_dependent_type] = STATE(3695), [sym_type_parameter_declaration] = STATE(6260), [sym_variadic_type_parameter_declaration] = STATE(6260), [sym_optional_type_parameter_declaration] = STATE(6260), [sym_template_template_parameter_declaration] = STATE(6260), [sym_optional_parameter_declaration] = STATE(6260), [sym_variadic_parameter_declaration] = STATE(6260), [sym_template_type] = STATE(3646), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5795), [sym_qualified_type_identifier] = STATE(3938), [aux_sym__declaration_specifiers_repeat1] = STATE(2559), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [sym_identifier] = ACTIONS(4562), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(4572), [anon_sym_LBRACK_LBRACK] = ACTIONS(1813), [anon_sym___declspec] = ACTIONS(43), [anon_sym_signed] = ACTIONS(51), [anon_sym_unsigned] = ACTIONS(51), [anon_sym_long] = ACTIONS(51), [anon_sym_short] = ACTIONS(51), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(3661), [anon_sym_enum] = ACTIONS(1853), [anon_sym_class] = ACTIONS(4662), [anon_sym_struct] = ACTIONS(1857), [anon_sym_union] = ACTIONS(1859), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(113), [anon_sym_decltype] = ACTIONS(115), [anon_sym_virtual] = ACTIONS(117), [anon_sym_typename] = ACTIONS(4664), [anon_sym_template] = ACTIONS(4666), [anon_sym_GT2] = ACTIONS(4668), }, [2167] = { [anon_sym_DOT_DOT_DOT] = ACTIONS(4543), [anon_sym_COMMA] = ACTIONS(4543), [anon_sym_LPAREN2] = ACTIONS(4543), [anon_sym_DASH] = ACTIONS(4541), [anon_sym_PLUS] = ACTIONS(4541), [anon_sym_STAR] = ACTIONS(4541), [anon_sym_SLASH] = ACTIONS(4541), [anon_sym_PERCENT] = ACTIONS(4541), [anon_sym_PIPE_PIPE] = ACTIONS(4543), [anon_sym_AMP_AMP] = ACTIONS(4543), [anon_sym_PIPE] = ACTIONS(4541), [anon_sym_CARET] = ACTIONS(4541), [anon_sym_AMP] = ACTIONS(4541), [anon_sym_EQ_EQ] = ACTIONS(4543), [anon_sym_BANG_EQ] = ACTIONS(4543), [anon_sym_GT] = ACTIONS(4541), [anon_sym_GT_EQ] = ACTIONS(4541), [anon_sym_LT_EQ] = ACTIONS(4541), [anon_sym_LT] = ACTIONS(4541), [anon_sym_LT_LT] = ACTIONS(4541), [anon_sym_GT_GT] = ACTIONS(4541), [anon_sym_COLON_COLON] = ACTIONS(4543), [anon_sym_LBRACE] = ACTIONS(4543), [anon_sym_LBRACK] = ACTIONS(4543), [anon_sym_EQ] = ACTIONS(4541), [anon_sym_const] = ACTIONS(4541), [anon_sym_constexpr] = ACTIONS(4543), [anon_sym_volatile] = ACTIONS(4543), [anon_sym_restrict] = ACTIONS(4543), [anon_sym___restrict__] = ACTIONS(4543), [anon_sym__Atomic] = ACTIONS(4543), [anon_sym__Noreturn] = ACTIONS(4543), [anon_sym_noreturn] = ACTIONS(4543), [anon_sym_mutable] = ACTIONS(4543), [anon_sym_constinit] = ACTIONS(4543), [anon_sym_consteval] = ACTIONS(4543), [anon_sym_COLON] = ACTIONS(4541), [anon_sym_QMARK] = ACTIONS(4543), [anon_sym_STAR_EQ] = ACTIONS(4543), [anon_sym_SLASH_EQ] = ACTIONS(4543), [anon_sym_PERCENT_EQ] = ACTIONS(4543), [anon_sym_PLUS_EQ] = ACTIONS(4543), [anon_sym_DASH_EQ] = ACTIONS(4543), [anon_sym_LT_LT_EQ] = ACTIONS(4543), [anon_sym_GT_GT_EQ] = ACTIONS(4541), [anon_sym_AMP_EQ] = ACTIONS(4543), [anon_sym_CARET_EQ] = ACTIONS(4543), [anon_sym_PIPE_EQ] = ACTIONS(4543), [anon_sym_and_eq] = ACTIONS(4543), [anon_sym_or_eq] = ACTIONS(4543), [anon_sym_xor_eq] = ACTIONS(4543), [anon_sym_LT_EQ_GT] = ACTIONS(4543), [anon_sym_or] = ACTIONS(4541), [anon_sym_and] = ACTIONS(4541), [anon_sym_bitor] = ACTIONS(4543), [anon_sym_xor] = ACTIONS(4541), [anon_sym_bitand] = ACTIONS(4543), [anon_sym_not_eq] = ACTIONS(4543), [anon_sym_DASH_DASH] = ACTIONS(4543), [anon_sym_PLUS_PLUS] = ACTIONS(4543), [anon_sym_DOT] = ACTIONS(4541), [anon_sym_DASH_GT] = ACTIONS(4543), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(4543), [anon_sym_decltype] = ACTIONS(4543), [anon_sym_final] = ACTIONS(4543), [anon_sym_override] = ACTIONS(4543), [anon_sym_GT2] = ACTIONS(4543), }, [2168] = { [sym__declaration_modifiers] = STATE(2559), [sym__declaration_specifiers] = STATE(3804), [sym_attribute_specifier] = STATE(2559), [sym_attribute_declaration] = STATE(2559), [sym_ms_declspec_modifier] = STATE(2559), [sym_storage_class_specifier] = STATE(2559), [sym_type_qualifier] = STATE(2559), [sym__type_specifier] = STATE(3628), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [sym_parameter_declaration] = STATE(6547), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym_virtual] = STATE(2559), [sym_dependent_type] = STATE(3695), [sym_type_parameter_declaration] = STATE(6547), [sym_variadic_type_parameter_declaration] = STATE(6547), [sym_optional_type_parameter_declaration] = STATE(6547), [sym_template_template_parameter_declaration] = STATE(6547), [sym_optional_parameter_declaration] = STATE(6547), [sym_variadic_parameter_declaration] = STATE(6547), [sym_template_type] = STATE(3646), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5795), [sym_qualified_type_identifier] = STATE(3938), [aux_sym__declaration_specifiers_repeat1] = STATE(2559), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [sym_identifier] = ACTIONS(4562), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(4572), [anon_sym_LBRACK_LBRACK] = ACTIONS(1813), [anon_sym___declspec] = ACTIONS(43), [anon_sym_signed] = ACTIONS(51), [anon_sym_unsigned] = ACTIONS(51), [anon_sym_long] = ACTIONS(51), [anon_sym_short] = ACTIONS(51), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(3661), [anon_sym_enum] = ACTIONS(1853), [anon_sym_class] = ACTIONS(4662), [anon_sym_struct] = ACTIONS(1857), [anon_sym_union] = ACTIONS(1859), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(113), [anon_sym_decltype] = ACTIONS(115), [anon_sym_virtual] = ACTIONS(117), [anon_sym_typename] = ACTIONS(4664), [anon_sym_template] = ACTIONS(4666), [anon_sym_GT2] = ACTIONS(4670), }, [2169] = { [sym_template_argument_list] = STATE(2242), [anon_sym_DOT_DOT_DOT] = ACTIONS(4478), [anon_sym_COMMA] = ACTIONS(4478), [anon_sym_RPAREN] = ACTIONS(4468), [anon_sym_LPAREN2] = ACTIONS(4468), [anon_sym_DASH] = ACTIONS(4473), [anon_sym_PLUS] = ACTIONS(4473), [anon_sym_STAR] = ACTIONS(4475), [anon_sym_SLASH] = ACTIONS(4473), [anon_sym_PERCENT] = ACTIONS(4473), [anon_sym_PIPE_PIPE] = ACTIONS(4478), [anon_sym_AMP_AMP] = ACTIONS(4468), [anon_sym_PIPE] = ACTIONS(4473), [anon_sym_CARET] = ACTIONS(4473), [anon_sym_AMP] = ACTIONS(4475), [anon_sym_EQ_EQ] = ACTIONS(4478), [anon_sym_BANG_EQ] = ACTIONS(4478), [anon_sym_GT] = ACTIONS(4473), [anon_sym_GT_EQ] = ACTIONS(4478), [anon_sym_LT_EQ] = ACTIONS(4473), [anon_sym_LT] = ACTIONS(4672), [anon_sym_LT_LT] = ACTIONS(4473), [anon_sym_GT_GT] = ACTIONS(4473), [anon_sym_COLON_COLON] = ACTIONS(4464), [anon_sym_LBRACE] = ACTIONS(4483), [anon_sym_LBRACK] = ACTIONS(4468), [anon_sym_EQ] = ACTIONS(4473), [anon_sym_const] = ACTIONS(4466), [anon_sym_constexpr] = ACTIONS(4471), [anon_sym_volatile] = ACTIONS(4471), [anon_sym_restrict] = ACTIONS(4471), [anon_sym___restrict__] = ACTIONS(4471), [anon_sym__Atomic] = ACTIONS(4471), [anon_sym__Noreturn] = ACTIONS(4471), [anon_sym_noreturn] = ACTIONS(4471), [anon_sym_mutable] = ACTIONS(4471), [anon_sym_constinit] = ACTIONS(4471), [anon_sym_consteval] = ACTIONS(4471), [anon_sym_QMARK] = ACTIONS(4478), [anon_sym_STAR_EQ] = ACTIONS(4478), [anon_sym_SLASH_EQ] = ACTIONS(4478), [anon_sym_PERCENT_EQ] = ACTIONS(4478), [anon_sym_PLUS_EQ] = ACTIONS(4478), [anon_sym_DASH_EQ] = ACTIONS(4478), [anon_sym_LT_LT_EQ] = ACTIONS(4478), [anon_sym_GT_GT_EQ] = ACTIONS(4478), [anon_sym_AMP_EQ] = ACTIONS(4478), [anon_sym_CARET_EQ] = ACTIONS(4478), [anon_sym_PIPE_EQ] = ACTIONS(4478), [anon_sym_and_eq] = ACTIONS(4648), [anon_sym_or_eq] = ACTIONS(4648), [anon_sym_xor_eq] = ACTIONS(4648), [anon_sym_LT_EQ_GT] = ACTIONS(4478), [anon_sym_or] = ACTIONS(4473), [anon_sym_and] = ACTIONS(4473), [anon_sym_bitor] = ACTIONS(4478), [anon_sym_xor] = ACTIONS(4473), [anon_sym_bitand] = ACTIONS(4478), [anon_sym_not_eq] = ACTIONS(4478), [anon_sym_DASH_DASH] = ACTIONS(4478), [anon_sym_PLUS_PLUS] = ACTIONS(4478), [anon_sym_DOT] = ACTIONS(4473), [anon_sym_DASH_GT] = ACTIONS(4473), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(4471), [anon_sym_decltype] = ACTIONS(4471), [anon_sym_DOT_STAR] = ACTIONS(4478), [anon_sym_DASH_GT_STAR] = ACTIONS(4478), }, [2170] = { [anon_sym_DOT_DOT_DOT] = ACTIONS(4519), [anon_sym_COMMA] = ACTIONS(4519), [anon_sym_RPAREN] = ACTIONS(4509), [anon_sym_LPAREN2] = ACTIONS(4509), [anon_sym_DASH] = ACTIONS(4514), [anon_sym_PLUS] = ACTIONS(4514), [anon_sym_STAR] = ACTIONS(4516), [anon_sym_SLASH] = ACTIONS(4514), [anon_sym_PERCENT] = ACTIONS(4514), [anon_sym_PIPE_PIPE] = ACTIONS(4519), [anon_sym_AMP_AMP] = ACTIONS(4509), [anon_sym_PIPE] = ACTIONS(4514), [anon_sym_CARET] = ACTIONS(4514), [anon_sym_AMP] = ACTIONS(4516), [anon_sym_EQ_EQ] = ACTIONS(4519), [anon_sym_BANG_EQ] = ACTIONS(4519), [anon_sym_GT] = ACTIONS(4514), [anon_sym_GT_EQ] = ACTIONS(4519), [anon_sym_LT_EQ] = ACTIONS(4514), [anon_sym_LT] = ACTIONS(4514), [anon_sym_LT_LT] = ACTIONS(4514), [anon_sym_GT_GT] = ACTIONS(4514), [anon_sym_COLON_COLON] = ACTIONS(4512), [anon_sym_LBRACK_LBRACK] = ACTIONS(4519), [anon_sym_LBRACE] = ACTIONS(4512), [anon_sym_LBRACK] = ACTIONS(4516), [anon_sym_EQ] = ACTIONS(4514), [anon_sym_const] = ACTIONS(4507), [anon_sym_constexpr] = ACTIONS(4512), [anon_sym_volatile] = ACTIONS(4512), [anon_sym_restrict] = ACTIONS(4512), [anon_sym___restrict__] = ACTIONS(4512), [anon_sym__Atomic] = ACTIONS(4512), [anon_sym__Noreturn] = ACTIONS(4512), [anon_sym_noreturn] = ACTIONS(4512), [anon_sym_mutable] = ACTIONS(4512), [anon_sym_constinit] = ACTIONS(4512), [anon_sym_consteval] = ACTIONS(4512), [anon_sym_QMARK] = ACTIONS(4519), [anon_sym_STAR_EQ] = ACTIONS(4519), [anon_sym_SLASH_EQ] = ACTIONS(4519), [anon_sym_PERCENT_EQ] = ACTIONS(4519), [anon_sym_PLUS_EQ] = ACTIONS(4519), [anon_sym_DASH_EQ] = ACTIONS(4519), [anon_sym_LT_LT_EQ] = ACTIONS(4519), [anon_sym_GT_GT_EQ] = ACTIONS(4519), [anon_sym_AMP_EQ] = ACTIONS(4519), [anon_sym_CARET_EQ] = ACTIONS(4519), [anon_sym_PIPE_EQ] = ACTIONS(4519), [anon_sym_and_eq] = ACTIONS(4519), [anon_sym_or_eq] = ACTIONS(4519), [anon_sym_xor_eq] = ACTIONS(4519), [anon_sym_LT_EQ_GT] = ACTIONS(4519), [anon_sym_or] = ACTIONS(4514), [anon_sym_and] = ACTIONS(4514), [anon_sym_bitor] = ACTIONS(4519), [anon_sym_xor] = ACTIONS(4514), [anon_sym_bitand] = ACTIONS(4519), [anon_sym_not_eq] = ACTIONS(4519), [anon_sym_DASH_DASH] = ACTIONS(4519), [anon_sym_PLUS_PLUS] = ACTIONS(4519), [anon_sym_DOT] = ACTIONS(4514), [anon_sym_DASH_GT] = ACTIONS(4514), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(4512), [anon_sym_decltype] = ACTIONS(4512), [anon_sym_DOT_STAR] = ACTIONS(4519), [anon_sym_DASH_GT_STAR] = ACTIONS(4519), }, [2171] = { [anon_sym_DOT_DOT_DOT] = ACTIONS(4560), [anon_sym_COMMA] = ACTIONS(4560), [anon_sym_LPAREN2] = ACTIONS(4560), [anon_sym_DASH] = ACTIONS(4558), [anon_sym_PLUS] = ACTIONS(4558), [anon_sym_STAR] = ACTIONS(4558), [anon_sym_SLASH] = ACTIONS(4558), [anon_sym_PERCENT] = ACTIONS(4558), [anon_sym_PIPE_PIPE] = ACTIONS(4560), [anon_sym_AMP_AMP] = ACTIONS(4560), [anon_sym_PIPE] = ACTIONS(4558), [anon_sym_CARET] = ACTIONS(4558), [anon_sym_AMP] = ACTIONS(4558), [anon_sym_EQ_EQ] = ACTIONS(4560), [anon_sym_BANG_EQ] = ACTIONS(4560), [anon_sym_GT] = ACTIONS(4558), [anon_sym_GT_EQ] = ACTIONS(4558), [anon_sym_LT_EQ] = ACTIONS(4558), [anon_sym_LT] = ACTIONS(4558), [anon_sym_LT_LT] = ACTIONS(4558), [anon_sym_GT_GT] = ACTIONS(4558), [anon_sym_COLON_COLON] = ACTIONS(4560), [anon_sym_LBRACE] = ACTIONS(4560), [anon_sym_LBRACK] = ACTIONS(4560), [anon_sym_EQ] = ACTIONS(4558), [anon_sym_const] = ACTIONS(4558), [anon_sym_constexpr] = ACTIONS(4560), [anon_sym_volatile] = ACTIONS(4560), [anon_sym_restrict] = ACTIONS(4560), [anon_sym___restrict__] = ACTIONS(4560), [anon_sym__Atomic] = ACTIONS(4560), [anon_sym__Noreturn] = ACTIONS(4560), [anon_sym_noreturn] = ACTIONS(4560), [anon_sym_mutable] = ACTIONS(4560), [anon_sym_constinit] = ACTIONS(4560), [anon_sym_consteval] = ACTIONS(4560), [anon_sym_COLON] = ACTIONS(4558), [anon_sym_QMARK] = ACTIONS(4560), [anon_sym_STAR_EQ] = ACTIONS(4560), [anon_sym_SLASH_EQ] = ACTIONS(4560), [anon_sym_PERCENT_EQ] = ACTIONS(4560), [anon_sym_PLUS_EQ] = ACTIONS(4560), [anon_sym_DASH_EQ] = ACTIONS(4560), [anon_sym_LT_LT_EQ] = ACTIONS(4560), [anon_sym_GT_GT_EQ] = ACTIONS(4558), [anon_sym_AMP_EQ] = ACTIONS(4560), [anon_sym_CARET_EQ] = ACTIONS(4560), [anon_sym_PIPE_EQ] = ACTIONS(4560), [anon_sym_and_eq] = ACTIONS(4560), [anon_sym_or_eq] = ACTIONS(4560), [anon_sym_xor_eq] = ACTIONS(4560), [anon_sym_LT_EQ_GT] = ACTIONS(4560), [anon_sym_or] = ACTIONS(4558), [anon_sym_and] = ACTIONS(4558), [anon_sym_bitor] = ACTIONS(4560), [anon_sym_xor] = ACTIONS(4558), [anon_sym_bitand] = ACTIONS(4560), [anon_sym_not_eq] = ACTIONS(4560), [anon_sym_DASH_DASH] = ACTIONS(4560), [anon_sym_PLUS_PLUS] = ACTIONS(4560), [anon_sym_DOT] = ACTIONS(4558), [anon_sym_DASH_GT] = ACTIONS(4560), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(4560), [anon_sym_decltype] = ACTIONS(4560), [anon_sym_final] = ACTIONS(4560), [anon_sym_override] = ACTIONS(4560), [anon_sym_GT2] = ACTIONS(4560), }, [2172] = { [anon_sym_DOT_DOT_DOT] = ACTIONS(4554), [anon_sym_COMMA] = ACTIONS(4554), [anon_sym_LPAREN2] = ACTIONS(4554), [anon_sym_DASH] = ACTIONS(4552), [anon_sym_PLUS] = ACTIONS(4552), [anon_sym_STAR] = ACTIONS(4552), [anon_sym_SLASH] = ACTIONS(4552), [anon_sym_PERCENT] = ACTIONS(4552), [anon_sym_PIPE_PIPE] = ACTIONS(4554), [anon_sym_AMP_AMP] = ACTIONS(4554), [anon_sym_PIPE] = ACTIONS(4552), [anon_sym_CARET] = ACTIONS(4552), [anon_sym_AMP] = ACTIONS(4552), [anon_sym_EQ_EQ] = ACTIONS(4554), [anon_sym_BANG_EQ] = ACTIONS(4554), [anon_sym_GT] = ACTIONS(4552), [anon_sym_GT_EQ] = ACTIONS(4552), [anon_sym_LT_EQ] = ACTIONS(4552), [anon_sym_LT] = ACTIONS(4552), [anon_sym_LT_LT] = ACTIONS(4552), [anon_sym_GT_GT] = ACTIONS(4552), [anon_sym_COLON_COLON] = ACTIONS(4554), [anon_sym_LBRACE] = ACTIONS(4554), [anon_sym_LBRACK] = ACTIONS(4554), [anon_sym_EQ] = ACTIONS(4552), [anon_sym_const] = ACTIONS(4552), [anon_sym_constexpr] = ACTIONS(4554), [anon_sym_volatile] = ACTIONS(4554), [anon_sym_restrict] = ACTIONS(4554), [anon_sym___restrict__] = ACTIONS(4554), [anon_sym__Atomic] = ACTIONS(4554), [anon_sym__Noreturn] = ACTIONS(4554), [anon_sym_noreturn] = ACTIONS(4554), [anon_sym_mutable] = ACTIONS(4554), [anon_sym_constinit] = ACTIONS(4554), [anon_sym_consteval] = ACTIONS(4554), [anon_sym_COLON] = ACTIONS(4552), [anon_sym_QMARK] = ACTIONS(4554), [anon_sym_STAR_EQ] = ACTIONS(4554), [anon_sym_SLASH_EQ] = ACTIONS(4554), [anon_sym_PERCENT_EQ] = ACTIONS(4554), [anon_sym_PLUS_EQ] = ACTIONS(4554), [anon_sym_DASH_EQ] = ACTIONS(4554), [anon_sym_LT_LT_EQ] = ACTIONS(4554), [anon_sym_GT_GT_EQ] = ACTIONS(4552), [anon_sym_AMP_EQ] = ACTIONS(4554), [anon_sym_CARET_EQ] = ACTIONS(4554), [anon_sym_PIPE_EQ] = ACTIONS(4554), [anon_sym_and_eq] = ACTIONS(4554), [anon_sym_or_eq] = ACTIONS(4554), [anon_sym_xor_eq] = ACTIONS(4554), [anon_sym_LT_EQ_GT] = ACTIONS(4554), [anon_sym_or] = ACTIONS(4552), [anon_sym_and] = ACTIONS(4552), [anon_sym_bitor] = ACTIONS(4554), [anon_sym_xor] = ACTIONS(4552), [anon_sym_bitand] = ACTIONS(4554), [anon_sym_not_eq] = ACTIONS(4554), [anon_sym_DASH_DASH] = ACTIONS(4554), [anon_sym_PLUS_PLUS] = ACTIONS(4554), [anon_sym_DOT] = ACTIONS(4552), [anon_sym_DASH_GT] = ACTIONS(4554), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(4554), [anon_sym_decltype] = ACTIONS(4554), [anon_sym_final] = ACTIONS(4554), [anon_sym_override] = ACTIONS(4554), [anon_sym_GT2] = ACTIONS(4554), }, [2173] = { [anon_sym_DOT_DOT_DOT] = ACTIONS(4547), [anon_sym_COMMA] = ACTIONS(4547), [anon_sym_LPAREN2] = ACTIONS(4547), [anon_sym_DASH] = ACTIONS(4545), [anon_sym_PLUS] = ACTIONS(4545), [anon_sym_STAR] = ACTIONS(4545), [anon_sym_SLASH] = ACTIONS(4545), [anon_sym_PERCENT] = ACTIONS(4545), [anon_sym_PIPE_PIPE] = ACTIONS(4547), [anon_sym_AMP_AMP] = ACTIONS(4547), [anon_sym_PIPE] = ACTIONS(4545), [anon_sym_CARET] = ACTIONS(4545), [anon_sym_AMP] = ACTIONS(4545), [anon_sym_EQ_EQ] = ACTIONS(4547), [anon_sym_BANG_EQ] = ACTIONS(4547), [anon_sym_GT] = ACTIONS(4545), [anon_sym_GT_EQ] = ACTIONS(4545), [anon_sym_LT_EQ] = ACTIONS(4545), [anon_sym_LT] = ACTIONS(4545), [anon_sym_LT_LT] = ACTIONS(4545), [anon_sym_GT_GT] = ACTIONS(4545), [anon_sym_COLON_COLON] = ACTIONS(4547), [anon_sym_LBRACE] = ACTIONS(4547), [anon_sym_LBRACK] = ACTIONS(4547), [anon_sym_EQ] = ACTIONS(4545), [anon_sym_const] = ACTIONS(4545), [anon_sym_constexpr] = ACTIONS(4547), [anon_sym_volatile] = ACTIONS(4547), [anon_sym_restrict] = ACTIONS(4547), [anon_sym___restrict__] = ACTIONS(4547), [anon_sym__Atomic] = ACTIONS(4547), [anon_sym__Noreturn] = ACTIONS(4547), [anon_sym_noreturn] = ACTIONS(4547), [anon_sym_mutable] = ACTIONS(4547), [anon_sym_constinit] = ACTIONS(4547), [anon_sym_consteval] = ACTIONS(4547), [anon_sym_COLON] = ACTIONS(4545), [anon_sym_QMARK] = ACTIONS(4547), [anon_sym_STAR_EQ] = ACTIONS(4547), [anon_sym_SLASH_EQ] = ACTIONS(4547), [anon_sym_PERCENT_EQ] = ACTIONS(4547), [anon_sym_PLUS_EQ] = ACTIONS(4547), [anon_sym_DASH_EQ] = ACTIONS(4547), [anon_sym_LT_LT_EQ] = ACTIONS(4547), [anon_sym_GT_GT_EQ] = ACTIONS(4545), [anon_sym_AMP_EQ] = ACTIONS(4547), [anon_sym_CARET_EQ] = ACTIONS(4547), [anon_sym_PIPE_EQ] = ACTIONS(4547), [anon_sym_and_eq] = ACTIONS(4547), [anon_sym_or_eq] = ACTIONS(4547), [anon_sym_xor_eq] = ACTIONS(4547), [anon_sym_LT_EQ_GT] = ACTIONS(4547), [anon_sym_or] = ACTIONS(4545), [anon_sym_and] = ACTIONS(4545), [anon_sym_bitor] = ACTIONS(4547), [anon_sym_xor] = ACTIONS(4545), [anon_sym_bitand] = ACTIONS(4547), [anon_sym_not_eq] = ACTIONS(4547), [anon_sym_DASH_DASH] = ACTIONS(4547), [anon_sym_PLUS_PLUS] = ACTIONS(4547), [anon_sym_DOT] = ACTIONS(4545), [anon_sym_DASH_GT] = ACTIONS(4547), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(4547), [anon_sym_decltype] = ACTIONS(4547), [anon_sym_final] = ACTIONS(4547), [anon_sym_override] = ACTIONS(4547), [anon_sym_GT2] = ACTIONS(4547), }, [2174] = { [sym_string_literal] = STATE(2165), [sym_raw_string_literal] = STATE(2165), [aux_sym_concatenated_string_repeat1] = STATE(2165), [anon_sym_DOT_DOT_DOT] = ACTIONS(4675), [anon_sym_COMMA] = ACTIONS(4675), [anon_sym_RPAREN] = ACTIONS(4675), [anon_sym_LPAREN2] = ACTIONS(4675), [anon_sym_DASH] = ACTIONS(4677), [anon_sym_PLUS] = ACTIONS(4677), [anon_sym_STAR] = ACTIONS(4677), [anon_sym_SLASH] = ACTIONS(4677), [anon_sym_PERCENT] = ACTIONS(4677), [anon_sym_PIPE_PIPE] = ACTIONS(4675), [anon_sym_AMP_AMP] = ACTIONS(4675), [anon_sym_PIPE] = ACTIONS(4677), [anon_sym_CARET] = ACTIONS(4677), [anon_sym_AMP] = ACTIONS(4677), [anon_sym_EQ_EQ] = ACTIONS(4675), [anon_sym_BANG_EQ] = ACTIONS(4675), [anon_sym_GT] = ACTIONS(4677), [anon_sym_GT_EQ] = ACTIONS(4675), [anon_sym_LT_EQ] = ACTIONS(4677), [anon_sym_LT] = ACTIONS(4677), [anon_sym_LT_LT] = ACTIONS(4677), [anon_sym_GT_GT] = ACTIONS(4677), [anon_sym_SEMI] = ACTIONS(4675), [anon_sym_RBRACE] = ACTIONS(4675), [anon_sym_LBRACK] = ACTIONS(4675), [anon_sym_RBRACK] = ACTIONS(4675), [anon_sym_EQ] = ACTIONS(4677), [anon_sym_COLON] = ACTIONS(4675), [anon_sym_QMARK] = ACTIONS(4675), [anon_sym_STAR_EQ] = ACTIONS(4675), [anon_sym_SLASH_EQ] = ACTIONS(4675), [anon_sym_PERCENT_EQ] = ACTIONS(4675), [anon_sym_PLUS_EQ] = ACTIONS(4675), [anon_sym_DASH_EQ] = ACTIONS(4675), [anon_sym_LT_LT_EQ] = ACTIONS(4675), [anon_sym_GT_GT_EQ] = ACTIONS(4675), [anon_sym_AMP_EQ] = ACTIONS(4675), [anon_sym_CARET_EQ] = ACTIONS(4675), [anon_sym_PIPE_EQ] = ACTIONS(4675), [anon_sym_and_eq] = ACTIONS(4677), [anon_sym_or_eq] = ACTIONS(4677), [anon_sym_xor_eq] = ACTIONS(4677), [anon_sym_LT_EQ_GT] = ACTIONS(4675), [anon_sym_or] = ACTIONS(4677), [anon_sym_and] = ACTIONS(4677), [anon_sym_bitor] = ACTIONS(4677), [anon_sym_xor] = ACTIONS(4677), [anon_sym_bitand] = ACTIONS(4677), [anon_sym_not_eq] = ACTIONS(4677), [anon_sym_DASH_DASH] = ACTIONS(4675), [anon_sym_PLUS_PLUS] = ACTIONS(4675), [anon_sym_DOT] = ACTIONS(4677), [anon_sym_DASH_GT] = ACTIONS(4675), [anon_sym_L_DQUOTE] = ACTIONS(1967), [anon_sym_u_DQUOTE] = ACTIONS(1967), [anon_sym_U_DQUOTE] = ACTIONS(1967), [anon_sym_u8_DQUOTE] = ACTIONS(1967), [anon_sym_DQUOTE] = ACTIONS(1967), [sym_comment] = ACTIONS(3), [anon_sym_R_DQUOTE] = ACTIONS(1977), [anon_sym_LR_DQUOTE] = ACTIONS(1977), [anon_sym_uR_DQUOTE] = ACTIONS(1977), [anon_sym_UR_DQUOTE] = ACTIONS(1977), [anon_sym_u8R_DQUOTE] = ACTIONS(1977), [sym_literal_suffix] = ACTIONS(4677), }, [2175] = { [sym_template_argument_list] = STATE(2188), [anon_sym_DOT_DOT_DOT] = ACTIONS(4459), [anon_sym_COMMA] = ACTIONS(4459), [anon_sym_RPAREN] = ACTIONS(4449), [anon_sym_LPAREN2] = ACTIONS(4449), [anon_sym_DASH] = ACTIONS(4454), [anon_sym_PLUS] = ACTIONS(4454), [anon_sym_STAR] = ACTIONS(4456), [anon_sym_SLASH] = ACTIONS(4454), [anon_sym_PERCENT] = ACTIONS(4454), [anon_sym_PIPE_PIPE] = ACTIONS(4459), [anon_sym_AMP_AMP] = ACTIONS(4449), [anon_sym_PIPE] = ACTIONS(4454), [anon_sym_CARET] = ACTIONS(4454), [anon_sym_AMP] = ACTIONS(4456), [anon_sym_EQ_EQ] = ACTIONS(4459), [anon_sym_BANG_EQ] = ACTIONS(4459), [anon_sym_GT] = ACTIONS(4454), [anon_sym_GT_EQ] = ACTIONS(4459), [anon_sym_LT_EQ] = ACTIONS(4454), [anon_sym_LT] = ACTIONS(4679), [anon_sym_LT_LT] = ACTIONS(4454), [anon_sym_GT_GT] = ACTIONS(4454), [anon_sym_COLON_COLON] = ACTIONS(4464), [anon_sym_LBRACE] = ACTIONS(4452), [anon_sym_LBRACK] = ACTIONS(4449), [anon_sym_EQ] = ACTIONS(4454), [anon_sym_const] = ACTIONS(4447), [anon_sym_constexpr] = ACTIONS(4452), [anon_sym_volatile] = ACTIONS(4452), [anon_sym_restrict] = ACTIONS(4452), [anon_sym___restrict__] = ACTIONS(4452), [anon_sym__Atomic] = ACTIONS(4452), [anon_sym__Noreturn] = ACTIONS(4452), [anon_sym_noreturn] = ACTIONS(4452), [anon_sym_mutable] = ACTIONS(4452), [anon_sym_constinit] = ACTIONS(4452), [anon_sym_consteval] = ACTIONS(4452), [anon_sym_QMARK] = ACTIONS(4459), [anon_sym_STAR_EQ] = ACTIONS(4459), [anon_sym_SLASH_EQ] = ACTIONS(4459), [anon_sym_PERCENT_EQ] = ACTIONS(4459), [anon_sym_PLUS_EQ] = ACTIONS(4459), [anon_sym_DASH_EQ] = ACTIONS(4459), [anon_sym_LT_LT_EQ] = ACTIONS(4459), [anon_sym_GT_GT_EQ] = ACTIONS(4459), [anon_sym_AMP_EQ] = ACTIONS(4459), [anon_sym_CARET_EQ] = ACTIONS(4459), [anon_sym_PIPE_EQ] = ACTIONS(4459), [anon_sym_and_eq] = ACTIONS(4459), [anon_sym_or_eq] = ACTIONS(4459), [anon_sym_xor_eq] = ACTIONS(4459), [anon_sym_LT_EQ_GT] = ACTIONS(4459), [anon_sym_or] = ACTIONS(4454), [anon_sym_and] = ACTIONS(4454), [anon_sym_bitor] = ACTIONS(4459), [anon_sym_xor] = ACTIONS(4454), [anon_sym_bitand] = ACTIONS(4459), [anon_sym_not_eq] = ACTIONS(4459), [anon_sym_DASH_DASH] = ACTIONS(4459), [anon_sym_PLUS_PLUS] = ACTIONS(4459), [anon_sym_DOT] = ACTIONS(4454), [anon_sym_DASH_GT] = ACTIONS(4454), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(4452), [anon_sym_decltype] = ACTIONS(4452), [anon_sym_DOT_STAR] = ACTIONS(4459), [anon_sym_DASH_GT_STAR] = ACTIONS(4459), }, [2176] = { [sym_identifier] = ACTIONS(4682), [anon_sym_COMMA] = ACTIONS(4684), [anon_sym_RPAREN] = ACTIONS(4684), [anon_sym_LPAREN2] = ACTIONS(4684), [anon_sym_TILDE] = ACTIONS(4684), [anon_sym_STAR] = ACTIONS(4684), [anon_sym_PIPE_PIPE] = ACTIONS(4684), [anon_sym_AMP_AMP] = ACTIONS(4684), [anon_sym_AMP] = ACTIONS(4682), [anon_sym_SEMI] = ACTIONS(4684), [anon_sym_extern] = ACTIONS(4682), [anon_sym___attribute__] = ACTIONS(4682), [anon_sym_COLON_COLON] = ACTIONS(4684), [anon_sym_LBRACK_LBRACK] = ACTIONS(4684), [anon_sym___declspec] = ACTIONS(4682), [anon_sym___based] = ACTIONS(4682), [anon_sym___cdecl] = ACTIONS(4682), [anon_sym___clrcall] = ACTIONS(4682), [anon_sym___stdcall] = ACTIONS(4682), [anon_sym___fastcall] = ACTIONS(4682), [anon_sym___thiscall] = ACTIONS(4682), [anon_sym___vectorcall] = ACTIONS(4682), [anon_sym_LBRACE] = ACTIONS(4684), [anon_sym_signed] = ACTIONS(4682), [anon_sym_unsigned] = ACTIONS(4682), [anon_sym_long] = ACTIONS(4682), [anon_sym_short] = ACTIONS(4682), [anon_sym_LBRACK] = ACTIONS(4682), [anon_sym_EQ] = ACTIONS(4684), [anon_sym_static] = ACTIONS(4682), [anon_sym_register] = ACTIONS(4682), [anon_sym_inline] = ACTIONS(4682), [anon_sym_thread_local] = ACTIONS(4682), [anon_sym_const] = ACTIONS(4682), [anon_sym_constexpr] = ACTIONS(4682), [anon_sym_volatile] = ACTIONS(4682), [anon_sym_restrict] = ACTIONS(4682), [anon_sym___restrict__] = ACTIONS(4682), [anon_sym__Atomic] = ACTIONS(4682), [anon_sym__Noreturn] = ACTIONS(4682), [anon_sym_noreturn] = ACTIONS(4682), [anon_sym_mutable] = ACTIONS(4682), [anon_sym_constinit] = ACTIONS(4682), [anon_sym_consteval] = ACTIONS(4682), [sym_primitive_type] = ACTIONS(4682), [anon_sym_enum] = ACTIONS(4682), [anon_sym_class] = ACTIONS(4682), [anon_sym_struct] = ACTIONS(4682), [anon_sym_union] = ACTIONS(4682), [anon_sym_or] = ACTIONS(4682), [anon_sym_and] = ACTIONS(4682), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(4682), [anon_sym_decltype] = ACTIONS(4682), [anon_sym_final] = ACTIONS(4682), [anon_sym_override] = ACTIONS(4682), [anon_sym_virtual] = ACTIONS(4682), [anon_sym_explicit] = ACTIONS(4682), [anon_sym_typename] = ACTIONS(4682), [anon_sym_template] = ACTIONS(4682), [anon_sym_GT2] = ACTIONS(4684), [anon_sym_operator] = ACTIONS(4682), [anon_sym_try] = ACTIONS(4682), [anon_sym_friend] = ACTIONS(4682), [anon_sym_using] = ACTIONS(4682), [anon_sym_concept] = ACTIONS(4682), [anon_sym_requires] = ACTIONS(4682), }, [2177] = { [sym_identifier] = ACTIONS(4686), [anon_sym_COMMA] = ACTIONS(4688), [anon_sym_RPAREN] = ACTIONS(4688), [anon_sym_LPAREN2] = ACTIONS(4688), [anon_sym_TILDE] = ACTIONS(4688), [anon_sym_STAR] = ACTIONS(4688), [anon_sym_PIPE_PIPE] = ACTIONS(4688), [anon_sym_AMP_AMP] = ACTIONS(4688), [anon_sym_AMP] = ACTIONS(4686), [anon_sym_SEMI] = ACTIONS(4688), [anon_sym_extern] = ACTIONS(4686), [anon_sym___attribute__] = ACTIONS(4686), [anon_sym_COLON_COLON] = ACTIONS(4688), [anon_sym_LBRACK_LBRACK] = ACTIONS(4688), [anon_sym___declspec] = ACTIONS(4686), [anon_sym___based] = ACTIONS(4686), [anon_sym___cdecl] = ACTIONS(4686), [anon_sym___clrcall] = ACTIONS(4686), [anon_sym___stdcall] = ACTIONS(4686), [anon_sym___fastcall] = ACTIONS(4686), [anon_sym___thiscall] = ACTIONS(4686), [anon_sym___vectorcall] = ACTIONS(4686), [anon_sym_LBRACE] = ACTIONS(4688), [anon_sym_signed] = ACTIONS(4686), [anon_sym_unsigned] = ACTIONS(4686), [anon_sym_long] = ACTIONS(4686), [anon_sym_short] = ACTIONS(4686), [anon_sym_LBRACK] = ACTIONS(4686), [anon_sym_EQ] = ACTIONS(4688), [anon_sym_static] = ACTIONS(4686), [anon_sym_register] = ACTIONS(4686), [anon_sym_inline] = ACTIONS(4686), [anon_sym_thread_local] = ACTIONS(4686), [anon_sym_const] = ACTIONS(4686), [anon_sym_constexpr] = ACTIONS(4686), [anon_sym_volatile] = ACTIONS(4686), [anon_sym_restrict] = ACTIONS(4686), [anon_sym___restrict__] = ACTIONS(4686), [anon_sym__Atomic] = ACTIONS(4686), [anon_sym__Noreturn] = ACTIONS(4686), [anon_sym_noreturn] = ACTIONS(4686), [anon_sym_mutable] = ACTIONS(4686), [anon_sym_constinit] = ACTIONS(4686), [anon_sym_consteval] = ACTIONS(4686), [sym_primitive_type] = ACTIONS(4686), [anon_sym_enum] = ACTIONS(4686), [anon_sym_class] = ACTIONS(4686), [anon_sym_struct] = ACTIONS(4686), [anon_sym_union] = ACTIONS(4686), [anon_sym_or] = ACTIONS(4686), [anon_sym_and] = ACTIONS(4686), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(4686), [anon_sym_decltype] = ACTIONS(4686), [anon_sym_final] = ACTIONS(4686), [anon_sym_override] = ACTIONS(4686), [anon_sym_virtual] = ACTIONS(4686), [anon_sym_explicit] = ACTIONS(4686), [anon_sym_typename] = ACTIONS(4686), [anon_sym_template] = ACTIONS(4686), [anon_sym_GT2] = ACTIONS(4688), [anon_sym_operator] = ACTIONS(4686), [anon_sym_try] = ACTIONS(4686), [anon_sym_friend] = ACTIONS(4686), [anon_sym_using] = ACTIONS(4686), [anon_sym_concept] = ACTIONS(4686), [anon_sym_requires] = ACTIONS(4686), }, [2178] = { [anon_sym_DOT_DOT_DOT] = ACTIONS(4533), [anon_sym_COMMA] = ACTIONS(4533), [anon_sym_RPAREN] = ACTIONS(4533), [anon_sym_LPAREN2] = ACTIONS(4533), [anon_sym_DASH] = ACTIONS(4531), [anon_sym_PLUS] = ACTIONS(4531), [anon_sym_STAR] = ACTIONS(4531), [anon_sym_SLASH] = ACTIONS(4531), [anon_sym_PERCENT] = ACTIONS(4531), [anon_sym_PIPE_PIPE] = ACTIONS(4533), [anon_sym_AMP_AMP] = ACTIONS(4533), [anon_sym_PIPE] = ACTIONS(4531), [anon_sym_CARET] = ACTIONS(4531), [anon_sym_AMP] = ACTIONS(4531), [anon_sym_EQ_EQ] = ACTIONS(4533), [anon_sym_BANG_EQ] = ACTIONS(4533), [anon_sym_GT] = ACTIONS(4531), [anon_sym_GT_EQ] = ACTIONS(4533), [anon_sym_LT_EQ] = ACTIONS(4531), [anon_sym_LT] = ACTIONS(4531), [anon_sym_LT_LT] = ACTIONS(4531), [anon_sym_GT_GT] = ACTIONS(4531), [anon_sym_COLON_COLON] = ACTIONS(4533), [anon_sym_LBRACE] = ACTIONS(4533), [anon_sym_LBRACK] = ACTIONS(4533), [anon_sym_EQ] = ACTIONS(4531), [anon_sym_const] = ACTIONS(4531), [anon_sym_constexpr] = ACTIONS(4533), [anon_sym_volatile] = ACTIONS(4533), [anon_sym_restrict] = ACTIONS(4533), [anon_sym___restrict__] = ACTIONS(4533), [anon_sym__Atomic] = ACTIONS(4533), [anon_sym__Noreturn] = ACTIONS(4533), [anon_sym_noreturn] = ACTIONS(4533), [anon_sym_mutable] = ACTIONS(4533), [anon_sym_constinit] = ACTIONS(4533), [anon_sym_consteval] = ACTIONS(4533), [anon_sym_COLON] = ACTIONS(4531), [anon_sym_QMARK] = ACTIONS(4533), [anon_sym_STAR_EQ] = ACTIONS(4533), [anon_sym_SLASH_EQ] = ACTIONS(4533), [anon_sym_PERCENT_EQ] = ACTIONS(4533), [anon_sym_PLUS_EQ] = ACTIONS(4533), [anon_sym_DASH_EQ] = ACTIONS(4533), [anon_sym_LT_LT_EQ] = ACTIONS(4533), [anon_sym_GT_GT_EQ] = ACTIONS(4533), [anon_sym_AMP_EQ] = ACTIONS(4533), [anon_sym_CARET_EQ] = ACTIONS(4533), [anon_sym_PIPE_EQ] = ACTIONS(4533), [anon_sym_LT_EQ_GT] = ACTIONS(4533), [anon_sym_or] = ACTIONS(4533), [anon_sym_and] = ACTIONS(4533), [anon_sym_bitor] = ACTIONS(4533), [anon_sym_xor] = ACTIONS(4533), [anon_sym_bitand] = ACTIONS(4533), [anon_sym_not_eq] = ACTIONS(4533), [anon_sym_DASH_DASH] = ACTIONS(4533), [anon_sym_PLUS_PLUS] = ACTIONS(4533), [anon_sym_DOT] = ACTIONS(4531), [anon_sym_DASH_GT] = ACTIONS(4531), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(4533), [anon_sym_decltype] = ACTIONS(4533), [anon_sym_final] = ACTIONS(4533), [anon_sym_override] = ACTIONS(4533), [anon_sym_DOT_STAR] = ACTIONS(4533), [anon_sym_DASH_GT_STAR] = ACTIONS(4533), }, [2179] = { [anon_sym_DOT_DOT_DOT] = ACTIONS(4523), [anon_sym_COMMA] = ACTIONS(4523), [anon_sym_RPAREN] = ACTIONS(4523), [anon_sym_LPAREN2] = ACTIONS(4523), [anon_sym_DASH] = ACTIONS(4521), [anon_sym_PLUS] = ACTIONS(4521), [anon_sym_STAR] = ACTIONS(4521), [anon_sym_SLASH] = ACTIONS(4521), [anon_sym_PERCENT] = ACTIONS(4521), [anon_sym_PIPE_PIPE] = ACTIONS(4523), [anon_sym_AMP_AMP] = ACTIONS(4523), [anon_sym_PIPE] = ACTIONS(4521), [anon_sym_CARET] = ACTIONS(4521), [anon_sym_AMP] = ACTIONS(4521), [anon_sym_EQ_EQ] = ACTIONS(4523), [anon_sym_BANG_EQ] = ACTIONS(4523), [anon_sym_GT] = ACTIONS(4521), [anon_sym_GT_EQ] = ACTIONS(4523), [anon_sym_LT_EQ] = ACTIONS(4521), [anon_sym_LT] = ACTIONS(4521), [anon_sym_LT_LT] = ACTIONS(4521), [anon_sym_GT_GT] = ACTIONS(4521), [anon_sym_COLON_COLON] = ACTIONS(4523), [anon_sym_LBRACE] = ACTIONS(4523), [anon_sym_LBRACK] = ACTIONS(4523), [anon_sym_EQ] = ACTIONS(4521), [anon_sym_const] = ACTIONS(4521), [anon_sym_constexpr] = ACTIONS(4523), [anon_sym_volatile] = ACTIONS(4523), [anon_sym_restrict] = ACTIONS(4523), [anon_sym___restrict__] = ACTIONS(4523), [anon_sym__Atomic] = ACTIONS(4523), [anon_sym__Noreturn] = ACTIONS(4523), [anon_sym_noreturn] = ACTIONS(4523), [anon_sym_mutable] = ACTIONS(4523), [anon_sym_constinit] = ACTIONS(4523), [anon_sym_consteval] = ACTIONS(4523), [anon_sym_COLON] = ACTIONS(4521), [anon_sym_QMARK] = ACTIONS(4523), [anon_sym_STAR_EQ] = ACTIONS(4523), [anon_sym_SLASH_EQ] = ACTIONS(4523), [anon_sym_PERCENT_EQ] = ACTIONS(4523), [anon_sym_PLUS_EQ] = ACTIONS(4523), [anon_sym_DASH_EQ] = ACTIONS(4523), [anon_sym_LT_LT_EQ] = ACTIONS(4523), [anon_sym_GT_GT_EQ] = ACTIONS(4523), [anon_sym_AMP_EQ] = ACTIONS(4523), [anon_sym_CARET_EQ] = ACTIONS(4523), [anon_sym_PIPE_EQ] = ACTIONS(4523), [anon_sym_LT_EQ_GT] = ACTIONS(4523), [anon_sym_or] = ACTIONS(4523), [anon_sym_and] = ACTIONS(4523), [anon_sym_bitor] = ACTIONS(4523), [anon_sym_xor] = ACTIONS(4523), [anon_sym_bitand] = ACTIONS(4523), [anon_sym_not_eq] = ACTIONS(4523), [anon_sym_DASH_DASH] = ACTIONS(4523), [anon_sym_PLUS_PLUS] = ACTIONS(4523), [anon_sym_DOT] = ACTIONS(4521), [anon_sym_DASH_GT] = ACTIONS(4521), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(4523), [anon_sym_decltype] = ACTIONS(4523), [anon_sym_final] = ACTIONS(4523), [anon_sym_override] = ACTIONS(4523), [anon_sym_DOT_STAR] = ACTIONS(4523), [anon_sym_DASH_GT_STAR] = ACTIONS(4523), }, [2180] = { [sym_identifier] = ACTIONS(4690), [anon_sym_COMMA] = ACTIONS(4692), [anon_sym_RPAREN] = ACTIONS(4692), [anon_sym_LPAREN2] = ACTIONS(4692), [anon_sym_TILDE] = ACTIONS(4692), [anon_sym_STAR] = ACTIONS(4692), [anon_sym_PIPE_PIPE] = ACTIONS(4692), [anon_sym_AMP_AMP] = ACTIONS(4692), [anon_sym_AMP] = ACTIONS(4690), [anon_sym_SEMI] = ACTIONS(4692), [anon_sym_extern] = ACTIONS(4690), [anon_sym___attribute__] = ACTIONS(4690), [anon_sym_COLON_COLON] = ACTIONS(4692), [anon_sym_LBRACK_LBRACK] = ACTIONS(4692), [anon_sym___declspec] = ACTIONS(4690), [anon_sym___based] = ACTIONS(4690), [anon_sym___cdecl] = ACTIONS(4690), [anon_sym___clrcall] = ACTIONS(4690), [anon_sym___stdcall] = ACTIONS(4690), [anon_sym___fastcall] = ACTIONS(4690), [anon_sym___thiscall] = ACTIONS(4690), [anon_sym___vectorcall] = ACTIONS(4690), [anon_sym_LBRACE] = ACTIONS(4692), [anon_sym_signed] = ACTIONS(4690), [anon_sym_unsigned] = ACTIONS(4690), [anon_sym_long] = ACTIONS(4690), [anon_sym_short] = ACTIONS(4690), [anon_sym_LBRACK] = ACTIONS(4690), [anon_sym_EQ] = ACTIONS(4692), [anon_sym_static] = ACTIONS(4690), [anon_sym_register] = ACTIONS(4690), [anon_sym_inline] = ACTIONS(4690), [anon_sym_thread_local] = ACTIONS(4690), [anon_sym_const] = ACTIONS(4690), [anon_sym_constexpr] = ACTIONS(4690), [anon_sym_volatile] = ACTIONS(4690), [anon_sym_restrict] = ACTIONS(4690), [anon_sym___restrict__] = ACTIONS(4690), [anon_sym__Atomic] = ACTIONS(4690), [anon_sym__Noreturn] = ACTIONS(4690), [anon_sym_noreturn] = ACTIONS(4690), [anon_sym_mutable] = ACTIONS(4690), [anon_sym_constinit] = ACTIONS(4690), [anon_sym_consteval] = ACTIONS(4690), [sym_primitive_type] = ACTIONS(4690), [anon_sym_enum] = ACTIONS(4690), [anon_sym_class] = ACTIONS(4690), [anon_sym_struct] = ACTIONS(4690), [anon_sym_union] = ACTIONS(4690), [anon_sym_or] = ACTIONS(4690), [anon_sym_and] = ACTIONS(4690), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(4690), [anon_sym_decltype] = ACTIONS(4690), [anon_sym_final] = ACTIONS(4690), [anon_sym_override] = ACTIONS(4690), [anon_sym_virtual] = ACTIONS(4690), [anon_sym_explicit] = ACTIONS(4690), [anon_sym_typename] = ACTIONS(4690), [anon_sym_template] = ACTIONS(4690), [anon_sym_GT2] = ACTIONS(4692), [anon_sym_operator] = ACTIONS(4690), [anon_sym_try] = ACTIONS(4690), [anon_sym_friend] = ACTIONS(4690), [anon_sym_using] = ACTIONS(4690), [anon_sym_concept] = ACTIONS(4690), [anon_sym_requires] = ACTIONS(4690), }, [2181] = { [anon_sym_DOT_DOT_DOT] = ACTIONS(4547), [anon_sym_COMMA] = ACTIONS(4547), [anon_sym_RPAREN] = ACTIONS(4547), [anon_sym_LPAREN2] = ACTIONS(4547), [anon_sym_DASH] = ACTIONS(4545), [anon_sym_PLUS] = ACTIONS(4545), [anon_sym_STAR] = ACTIONS(4545), [anon_sym_SLASH] = ACTIONS(4545), [anon_sym_PERCENT] = ACTIONS(4545), [anon_sym_PIPE_PIPE] = ACTIONS(4547), [anon_sym_AMP_AMP] = ACTIONS(4547), [anon_sym_PIPE] = ACTIONS(4545), [anon_sym_CARET] = ACTIONS(4545), [anon_sym_AMP] = ACTIONS(4545), [anon_sym_EQ_EQ] = ACTIONS(4547), [anon_sym_BANG_EQ] = ACTIONS(4547), [anon_sym_GT] = ACTIONS(4545), [anon_sym_GT_EQ] = ACTIONS(4547), [anon_sym_LT_EQ] = ACTIONS(4545), [anon_sym_LT] = ACTIONS(4545), [anon_sym_LT_LT] = ACTIONS(4545), [anon_sym_GT_GT] = ACTIONS(4545), [anon_sym_COLON_COLON] = ACTIONS(4547), [anon_sym_LBRACE] = ACTIONS(4547), [anon_sym_LBRACK] = ACTIONS(4547), [anon_sym_EQ] = ACTIONS(4545), [anon_sym_const] = ACTIONS(4545), [anon_sym_constexpr] = ACTIONS(4547), [anon_sym_volatile] = ACTIONS(4547), [anon_sym_restrict] = ACTIONS(4547), [anon_sym___restrict__] = ACTIONS(4547), [anon_sym__Atomic] = ACTIONS(4547), [anon_sym__Noreturn] = ACTIONS(4547), [anon_sym_noreturn] = ACTIONS(4547), [anon_sym_mutable] = ACTIONS(4547), [anon_sym_constinit] = ACTIONS(4547), [anon_sym_consteval] = ACTIONS(4547), [anon_sym_COLON] = ACTIONS(4545), [anon_sym_QMARK] = ACTIONS(4547), [anon_sym_STAR_EQ] = ACTIONS(4547), [anon_sym_SLASH_EQ] = ACTIONS(4547), [anon_sym_PERCENT_EQ] = ACTIONS(4547), [anon_sym_PLUS_EQ] = ACTIONS(4547), [anon_sym_DASH_EQ] = ACTIONS(4547), [anon_sym_LT_LT_EQ] = ACTIONS(4547), [anon_sym_GT_GT_EQ] = ACTIONS(4547), [anon_sym_AMP_EQ] = ACTIONS(4547), [anon_sym_CARET_EQ] = ACTIONS(4547), [anon_sym_PIPE_EQ] = ACTIONS(4547), [anon_sym_LT_EQ_GT] = ACTIONS(4547), [anon_sym_or] = ACTIONS(4547), [anon_sym_and] = ACTIONS(4547), [anon_sym_bitor] = ACTIONS(4547), [anon_sym_xor] = ACTIONS(4547), [anon_sym_bitand] = ACTIONS(4547), [anon_sym_not_eq] = ACTIONS(4547), [anon_sym_DASH_DASH] = ACTIONS(4547), [anon_sym_PLUS_PLUS] = ACTIONS(4547), [anon_sym_DOT] = ACTIONS(4545), [anon_sym_DASH_GT] = ACTIONS(4545), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(4547), [anon_sym_decltype] = ACTIONS(4547), [anon_sym_final] = ACTIONS(4547), [anon_sym_override] = ACTIONS(4547), [anon_sym_DOT_STAR] = ACTIONS(4547), [anon_sym_DASH_GT_STAR] = ACTIONS(4547), }, [2182] = { [sym_field_declaration_list] = STATE(2263), [sym_virtual_specifier] = STATE(6122), [sym_base_class_clause] = STATE(6933), [sym_identifier] = ACTIONS(4694), [anon_sym_DOT_DOT_DOT] = ACTIONS(4696), [anon_sym_COMMA] = ACTIONS(4696), [anon_sym_RPAREN] = ACTIONS(4696), [anon_sym_LPAREN2] = ACTIONS(4696), [anon_sym_DASH] = ACTIONS(4694), [anon_sym_PLUS] = ACTIONS(4694), [anon_sym_STAR] = ACTIONS(4696), [anon_sym_SLASH] = ACTIONS(4694), [anon_sym_PERCENT] = ACTIONS(4696), [anon_sym_PIPE_PIPE] = ACTIONS(4696), [anon_sym_AMP_AMP] = ACTIONS(4696), [anon_sym_PIPE] = ACTIONS(4694), [anon_sym_CARET] = ACTIONS(4696), [anon_sym_AMP] = ACTIONS(4694), [anon_sym_EQ_EQ] = ACTIONS(4696), [anon_sym_BANG_EQ] = ACTIONS(4696), [anon_sym_GT] = ACTIONS(4694), [anon_sym_GT_EQ] = ACTIONS(4696), [anon_sym_LT_EQ] = ACTIONS(4694), [anon_sym_LT] = ACTIONS(4694), [anon_sym_LT_LT] = ACTIONS(4696), [anon_sym_GT_GT] = ACTIONS(4696), [anon_sym_SEMI] = ACTIONS(4696), [anon_sym___based] = ACTIONS(4694), [anon_sym_LBRACE] = ACTIONS(4698), [anon_sym_RBRACE] = ACTIONS(4696), [anon_sym_signed] = ACTIONS(4694), [anon_sym_unsigned] = ACTIONS(4694), [anon_sym_long] = ACTIONS(4694), [anon_sym_short] = ACTIONS(4694), [anon_sym_LBRACK] = ACTIONS(4696), [anon_sym_RBRACK] = ACTIONS(4696), [anon_sym_const] = ACTIONS(4694), [anon_sym_constexpr] = ACTIONS(4694), [anon_sym_volatile] = ACTIONS(4694), [anon_sym_restrict] = ACTIONS(4694), [anon_sym___restrict__] = ACTIONS(4694), [anon_sym__Atomic] = ACTIONS(4694), [anon_sym__Noreturn] = ACTIONS(4694), [anon_sym_noreturn] = ACTIONS(4694), [anon_sym_mutable] = ACTIONS(4694), [anon_sym_constinit] = ACTIONS(4694), [anon_sym_consteval] = ACTIONS(4694), [sym_primitive_type] = ACTIONS(4694), [anon_sym_COLON] = ACTIONS(4700), [anon_sym_QMARK] = ACTIONS(4696), [anon_sym_LT_EQ_GT] = ACTIONS(4696), [anon_sym_or] = ACTIONS(4694), [anon_sym_and] = ACTIONS(4694), [anon_sym_bitor] = ACTIONS(4694), [anon_sym_xor] = ACTIONS(4694), [anon_sym_bitand] = ACTIONS(4694), [anon_sym_not_eq] = ACTIONS(4694), [anon_sym_DASH_DASH] = ACTIONS(4696), [anon_sym_PLUS_PLUS] = ACTIONS(4696), [anon_sym_DOT] = ACTIONS(4694), [anon_sym_DASH_GT] = ACTIONS(4696), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(4694), [anon_sym_decltype] = ACTIONS(4694), [anon_sym_final] = ACTIONS(4702), [anon_sym_override] = ACTIONS(4702), [anon_sym_requires] = ACTIONS(4694), }, [2183] = { [sym_identifier] = ACTIONS(4704), [anon_sym_COMMA] = ACTIONS(4706), [anon_sym_RPAREN] = ACTIONS(4706), [anon_sym_LPAREN2] = ACTIONS(4706), [anon_sym_TILDE] = ACTIONS(4706), [anon_sym_STAR] = ACTIONS(4706), [anon_sym_PIPE_PIPE] = ACTIONS(4706), [anon_sym_AMP_AMP] = ACTIONS(4706), [anon_sym_AMP] = ACTIONS(4704), [anon_sym_SEMI] = ACTIONS(4706), [anon_sym_extern] = ACTIONS(4704), [anon_sym___attribute__] = ACTIONS(4704), [anon_sym_COLON_COLON] = ACTIONS(4706), [anon_sym_LBRACK_LBRACK] = ACTIONS(4706), [anon_sym___declspec] = ACTIONS(4704), [anon_sym___based] = ACTIONS(4704), [anon_sym___cdecl] = ACTIONS(4704), [anon_sym___clrcall] = ACTIONS(4704), [anon_sym___stdcall] = ACTIONS(4704), [anon_sym___fastcall] = ACTIONS(4704), [anon_sym___thiscall] = ACTIONS(4704), [anon_sym___vectorcall] = ACTIONS(4704), [anon_sym_LBRACE] = ACTIONS(4706), [anon_sym_signed] = ACTIONS(4704), [anon_sym_unsigned] = ACTIONS(4704), [anon_sym_long] = ACTIONS(4704), [anon_sym_short] = ACTIONS(4704), [anon_sym_LBRACK] = ACTIONS(4704), [anon_sym_EQ] = ACTIONS(4706), [anon_sym_static] = ACTIONS(4704), [anon_sym_register] = ACTIONS(4704), [anon_sym_inline] = ACTIONS(4704), [anon_sym_thread_local] = ACTIONS(4704), [anon_sym_const] = ACTIONS(4704), [anon_sym_constexpr] = ACTIONS(4704), [anon_sym_volatile] = ACTIONS(4704), [anon_sym_restrict] = ACTIONS(4704), [anon_sym___restrict__] = ACTIONS(4704), [anon_sym__Atomic] = ACTIONS(4704), [anon_sym__Noreturn] = ACTIONS(4704), [anon_sym_noreturn] = ACTIONS(4704), [anon_sym_mutable] = ACTIONS(4704), [anon_sym_constinit] = ACTIONS(4704), [anon_sym_consteval] = ACTIONS(4704), [sym_primitive_type] = ACTIONS(4704), [anon_sym_enum] = ACTIONS(4704), [anon_sym_class] = ACTIONS(4704), [anon_sym_struct] = ACTIONS(4704), [anon_sym_union] = ACTIONS(4704), [anon_sym_or] = ACTIONS(4704), [anon_sym_and] = ACTIONS(4704), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(4704), [anon_sym_decltype] = ACTIONS(4704), [anon_sym_final] = ACTIONS(4704), [anon_sym_override] = ACTIONS(4704), [anon_sym_virtual] = ACTIONS(4704), [anon_sym_explicit] = ACTIONS(4704), [anon_sym_typename] = ACTIONS(4704), [anon_sym_template] = ACTIONS(4704), [anon_sym_GT2] = ACTIONS(4706), [anon_sym_operator] = ACTIONS(4704), [anon_sym_try] = ACTIONS(4704), [anon_sym_friend] = ACTIONS(4704), [anon_sym_using] = ACTIONS(4704), [anon_sym_concept] = ACTIONS(4704), [anon_sym_requires] = ACTIONS(4704), }, [2184] = { [sym_identifier] = ACTIONS(4708), [anon_sym_COMMA] = ACTIONS(4710), [anon_sym_RPAREN] = ACTIONS(4710), [anon_sym_LPAREN2] = ACTIONS(4710), [anon_sym_TILDE] = ACTIONS(4710), [anon_sym_STAR] = ACTIONS(4710), [anon_sym_PIPE_PIPE] = ACTIONS(4710), [anon_sym_AMP_AMP] = ACTIONS(4710), [anon_sym_AMP] = ACTIONS(4708), [anon_sym_SEMI] = ACTIONS(4710), [anon_sym_extern] = ACTIONS(4708), [anon_sym___attribute__] = ACTIONS(4708), [anon_sym_COLON_COLON] = ACTIONS(4710), [anon_sym_LBRACK_LBRACK] = ACTIONS(4710), [anon_sym___declspec] = ACTIONS(4708), [anon_sym___based] = ACTIONS(4708), [anon_sym___cdecl] = ACTIONS(4708), [anon_sym___clrcall] = ACTIONS(4708), [anon_sym___stdcall] = ACTIONS(4708), [anon_sym___fastcall] = ACTIONS(4708), [anon_sym___thiscall] = ACTIONS(4708), [anon_sym___vectorcall] = ACTIONS(4708), [anon_sym_LBRACE] = ACTIONS(4710), [anon_sym_signed] = ACTIONS(4708), [anon_sym_unsigned] = ACTIONS(4708), [anon_sym_long] = ACTIONS(4708), [anon_sym_short] = ACTIONS(4708), [anon_sym_LBRACK] = ACTIONS(4708), [anon_sym_EQ] = ACTIONS(4710), [anon_sym_static] = ACTIONS(4708), [anon_sym_register] = ACTIONS(4708), [anon_sym_inline] = ACTIONS(4708), [anon_sym_thread_local] = ACTIONS(4708), [anon_sym_const] = ACTIONS(4708), [anon_sym_constexpr] = ACTIONS(4708), [anon_sym_volatile] = ACTIONS(4708), [anon_sym_restrict] = ACTIONS(4708), [anon_sym___restrict__] = ACTIONS(4708), [anon_sym__Atomic] = ACTIONS(4708), [anon_sym__Noreturn] = ACTIONS(4708), [anon_sym_noreturn] = ACTIONS(4708), [anon_sym_mutable] = ACTIONS(4708), [anon_sym_constinit] = ACTIONS(4708), [anon_sym_consteval] = ACTIONS(4708), [sym_primitive_type] = ACTIONS(4708), [anon_sym_enum] = ACTIONS(4708), [anon_sym_class] = ACTIONS(4708), [anon_sym_struct] = ACTIONS(4708), [anon_sym_union] = ACTIONS(4708), [anon_sym_or] = ACTIONS(4708), [anon_sym_and] = ACTIONS(4708), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(4708), [anon_sym_decltype] = ACTIONS(4708), [anon_sym_final] = ACTIONS(4708), [anon_sym_override] = ACTIONS(4708), [anon_sym_virtual] = ACTIONS(4708), [anon_sym_explicit] = ACTIONS(4708), [anon_sym_typename] = ACTIONS(4708), [anon_sym_template] = ACTIONS(4708), [anon_sym_GT2] = ACTIONS(4710), [anon_sym_operator] = ACTIONS(4708), [anon_sym_try] = ACTIONS(4708), [anon_sym_friend] = ACTIONS(4708), [anon_sym_using] = ACTIONS(4708), [anon_sym_concept] = ACTIONS(4708), [anon_sym_requires] = ACTIONS(4708), }, [2185] = { [sym_identifier] = ACTIONS(4712), [anon_sym_COMMA] = ACTIONS(4714), [anon_sym_RPAREN] = ACTIONS(4714), [anon_sym_LPAREN2] = ACTIONS(4714), [anon_sym_TILDE] = ACTIONS(4714), [anon_sym_STAR] = ACTIONS(4714), [anon_sym_PIPE_PIPE] = ACTIONS(4714), [anon_sym_AMP_AMP] = ACTIONS(4714), [anon_sym_AMP] = ACTIONS(4712), [anon_sym_SEMI] = ACTIONS(4714), [anon_sym_extern] = ACTIONS(4712), [anon_sym___attribute__] = ACTIONS(4712), [anon_sym_COLON_COLON] = ACTIONS(4714), [anon_sym_LBRACK_LBRACK] = ACTIONS(4714), [anon_sym___declspec] = ACTIONS(4712), [anon_sym___based] = ACTIONS(4712), [anon_sym___cdecl] = ACTIONS(4712), [anon_sym___clrcall] = ACTIONS(4712), [anon_sym___stdcall] = ACTIONS(4712), [anon_sym___fastcall] = ACTIONS(4712), [anon_sym___thiscall] = ACTIONS(4712), [anon_sym___vectorcall] = ACTIONS(4712), [anon_sym_LBRACE] = ACTIONS(4714), [anon_sym_signed] = ACTIONS(4712), [anon_sym_unsigned] = ACTIONS(4712), [anon_sym_long] = ACTIONS(4712), [anon_sym_short] = ACTIONS(4712), [anon_sym_LBRACK] = ACTIONS(4712), [anon_sym_EQ] = ACTIONS(4714), [anon_sym_static] = ACTIONS(4712), [anon_sym_register] = ACTIONS(4712), [anon_sym_inline] = ACTIONS(4712), [anon_sym_thread_local] = ACTIONS(4712), [anon_sym_const] = ACTIONS(4712), [anon_sym_constexpr] = ACTIONS(4712), [anon_sym_volatile] = ACTIONS(4712), [anon_sym_restrict] = ACTIONS(4712), [anon_sym___restrict__] = ACTIONS(4712), [anon_sym__Atomic] = ACTIONS(4712), [anon_sym__Noreturn] = ACTIONS(4712), [anon_sym_noreturn] = ACTIONS(4712), [anon_sym_mutable] = ACTIONS(4712), [anon_sym_constinit] = ACTIONS(4712), [anon_sym_consteval] = ACTIONS(4712), [sym_primitive_type] = ACTIONS(4712), [anon_sym_enum] = ACTIONS(4712), [anon_sym_class] = ACTIONS(4712), [anon_sym_struct] = ACTIONS(4712), [anon_sym_union] = ACTIONS(4712), [anon_sym_or] = ACTIONS(4712), [anon_sym_and] = ACTIONS(4712), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(4712), [anon_sym_decltype] = ACTIONS(4712), [anon_sym_final] = ACTIONS(4712), [anon_sym_override] = ACTIONS(4712), [anon_sym_virtual] = ACTIONS(4712), [anon_sym_explicit] = ACTIONS(4712), [anon_sym_typename] = ACTIONS(4712), [anon_sym_template] = ACTIONS(4712), [anon_sym_GT2] = ACTIONS(4714), [anon_sym_operator] = ACTIONS(4712), [anon_sym_try] = ACTIONS(4712), [anon_sym_friend] = ACTIONS(4712), [anon_sym_using] = ACTIONS(4712), [anon_sym_concept] = ACTIONS(4712), [anon_sym_requires] = ACTIONS(4712), }, [2186] = { [sym_identifier] = ACTIONS(4716), [anon_sym_COMMA] = ACTIONS(4718), [anon_sym_RPAREN] = ACTIONS(4718), [anon_sym_LPAREN2] = ACTIONS(4718), [anon_sym_TILDE] = ACTIONS(4718), [anon_sym_STAR] = ACTIONS(4718), [anon_sym_PIPE_PIPE] = ACTIONS(4718), [anon_sym_AMP_AMP] = ACTIONS(4718), [anon_sym_AMP] = ACTIONS(4716), [anon_sym_SEMI] = ACTIONS(4718), [anon_sym_extern] = ACTIONS(4716), [anon_sym___attribute__] = ACTIONS(4716), [anon_sym_COLON_COLON] = ACTIONS(4718), [anon_sym_LBRACK_LBRACK] = ACTIONS(4718), [anon_sym___declspec] = ACTIONS(4716), [anon_sym___based] = ACTIONS(4716), [anon_sym___cdecl] = ACTIONS(4716), [anon_sym___clrcall] = ACTIONS(4716), [anon_sym___stdcall] = ACTIONS(4716), [anon_sym___fastcall] = ACTIONS(4716), [anon_sym___thiscall] = ACTIONS(4716), [anon_sym___vectorcall] = ACTIONS(4716), [anon_sym_LBRACE] = ACTIONS(4718), [anon_sym_signed] = ACTIONS(4716), [anon_sym_unsigned] = ACTIONS(4716), [anon_sym_long] = ACTIONS(4716), [anon_sym_short] = ACTIONS(4716), [anon_sym_LBRACK] = ACTIONS(4716), [anon_sym_EQ] = ACTIONS(4718), [anon_sym_static] = ACTIONS(4716), [anon_sym_register] = ACTIONS(4716), [anon_sym_inline] = ACTIONS(4716), [anon_sym_thread_local] = ACTIONS(4716), [anon_sym_const] = ACTIONS(4716), [anon_sym_constexpr] = ACTIONS(4716), [anon_sym_volatile] = ACTIONS(4716), [anon_sym_restrict] = ACTIONS(4716), [anon_sym___restrict__] = ACTIONS(4716), [anon_sym__Atomic] = ACTIONS(4716), [anon_sym__Noreturn] = ACTIONS(4716), [anon_sym_noreturn] = ACTIONS(4716), [anon_sym_mutable] = ACTIONS(4716), [anon_sym_constinit] = ACTIONS(4716), [anon_sym_consteval] = ACTIONS(4716), [sym_primitive_type] = ACTIONS(4716), [anon_sym_enum] = ACTIONS(4716), [anon_sym_class] = ACTIONS(4716), [anon_sym_struct] = ACTIONS(4716), [anon_sym_union] = ACTIONS(4716), [anon_sym_or] = ACTIONS(4716), [anon_sym_and] = ACTIONS(4716), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(4716), [anon_sym_decltype] = ACTIONS(4716), [anon_sym_final] = ACTIONS(4716), [anon_sym_override] = ACTIONS(4716), [anon_sym_virtual] = ACTIONS(4716), [anon_sym_explicit] = ACTIONS(4716), [anon_sym_typename] = ACTIONS(4716), [anon_sym_template] = ACTIONS(4716), [anon_sym_GT2] = ACTIONS(4718), [anon_sym_operator] = ACTIONS(4716), [anon_sym_try] = ACTIONS(4716), [anon_sym_friend] = ACTIONS(4716), [anon_sym_using] = ACTIONS(4716), [anon_sym_concept] = ACTIONS(4716), [anon_sym_requires] = ACTIONS(4716), }, [2187] = { [anon_sym_DOT_DOT_DOT] = ACTIONS(4543), [anon_sym_COMMA] = ACTIONS(4543), [anon_sym_RPAREN] = ACTIONS(4543), [anon_sym_LPAREN2] = ACTIONS(4543), [anon_sym_DASH] = ACTIONS(4541), [anon_sym_PLUS] = ACTIONS(4541), [anon_sym_STAR] = ACTIONS(4541), [anon_sym_SLASH] = ACTIONS(4541), [anon_sym_PERCENT] = ACTIONS(4541), [anon_sym_PIPE_PIPE] = ACTIONS(4543), [anon_sym_AMP_AMP] = ACTIONS(4543), [anon_sym_PIPE] = ACTIONS(4541), [anon_sym_CARET] = ACTIONS(4541), [anon_sym_AMP] = ACTIONS(4541), [anon_sym_EQ_EQ] = ACTIONS(4543), [anon_sym_BANG_EQ] = ACTIONS(4543), [anon_sym_GT] = ACTIONS(4541), [anon_sym_GT_EQ] = ACTIONS(4543), [anon_sym_LT_EQ] = ACTIONS(4541), [anon_sym_LT] = ACTIONS(4541), [anon_sym_LT_LT] = ACTIONS(4541), [anon_sym_GT_GT] = ACTIONS(4541), [anon_sym_COLON_COLON] = ACTIONS(4543), [anon_sym_LBRACE] = ACTIONS(4543), [anon_sym_LBRACK] = ACTIONS(4543), [anon_sym_EQ] = ACTIONS(4541), [anon_sym_const] = ACTIONS(4541), [anon_sym_constexpr] = ACTIONS(4543), [anon_sym_volatile] = ACTIONS(4543), [anon_sym_restrict] = ACTIONS(4543), [anon_sym___restrict__] = ACTIONS(4543), [anon_sym__Atomic] = ACTIONS(4543), [anon_sym__Noreturn] = ACTIONS(4543), [anon_sym_noreturn] = ACTIONS(4543), [anon_sym_mutable] = ACTIONS(4543), [anon_sym_constinit] = ACTIONS(4543), [anon_sym_consteval] = ACTIONS(4543), [anon_sym_COLON] = ACTIONS(4541), [anon_sym_QMARK] = ACTIONS(4543), [anon_sym_STAR_EQ] = ACTIONS(4543), [anon_sym_SLASH_EQ] = ACTIONS(4543), [anon_sym_PERCENT_EQ] = ACTIONS(4543), [anon_sym_PLUS_EQ] = ACTIONS(4543), [anon_sym_DASH_EQ] = ACTIONS(4543), [anon_sym_LT_LT_EQ] = ACTIONS(4543), [anon_sym_GT_GT_EQ] = ACTIONS(4543), [anon_sym_AMP_EQ] = ACTIONS(4543), [anon_sym_CARET_EQ] = ACTIONS(4543), [anon_sym_PIPE_EQ] = ACTIONS(4543), [anon_sym_LT_EQ_GT] = ACTIONS(4543), [anon_sym_or] = ACTIONS(4543), [anon_sym_and] = ACTIONS(4543), [anon_sym_bitor] = ACTIONS(4543), [anon_sym_xor] = ACTIONS(4543), [anon_sym_bitand] = ACTIONS(4543), [anon_sym_not_eq] = ACTIONS(4543), [anon_sym_DASH_DASH] = ACTIONS(4543), [anon_sym_PLUS_PLUS] = ACTIONS(4543), [anon_sym_DOT] = ACTIONS(4541), [anon_sym_DASH_GT] = ACTIONS(4541), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(4543), [anon_sym_decltype] = ACTIONS(4543), [anon_sym_final] = ACTIONS(4543), [anon_sym_override] = ACTIONS(4543), [anon_sym_DOT_STAR] = ACTIONS(4543), [anon_sym_DASH_GT_STAR] = ACTIONS(4543), }, [2188] = { [anon_sym_DOT_DOT_DOT] = ACTIONS(4519), [anon_sym_COMMA] = ACTIONS(4519), [anon_sym_RPAREN] = ACTIONS(4509), [anon_sym_LPAREN2] = ACTIONS(4509), [anon_sym_DASH] = ACTIONS(4514), [anon_sym_PLUS] = ACTIONS(4514), [anon_sym_STAR] = ACTIONS(4516), [anon_sym_SLASH] = ACTIONS(4514), [anon_sym_PERCENT] = ACTIONS(4514), [anon_sym_PIPE_PIPE] = ACTIONS(4519), [anon_sym_AMP_AMP] = ACTIONS(4509), [anon_sym_PIPE] = ACTIONS(4514), [anon_sym_CARET] = ACTIONS(4514), [anon_sym_AMP] = ACTIONS(4516), [anon_sym_EQ_EQ] = ACTIONS(4519), [anon_sym_BANG_EQ] = ACTIONS(4519), [anon_sym_GT] = ACTIONS(4514), [anon_sym_GT_EQ] = ACTIONS(4519), [anon_sym_LT_EQ] = ACTIONS(4514), [anon_sym_LT] = ACTIONS(4514), [anon_sym_LT_LT] = ACTIONS(4514), [anon_sym_GT_GT] = ACTIONS(4514), [anon_sym_COLON_COLON] = ACTIONS(4512), [anon_sym_LBRACE] = ACTIONS(4512), [anon_sym_LBRACK] = ACTIONS(4509), [anon_sym_EQ] = ACTIONS(4514), [anon_sym_const] = ACTIONS(4507), [anon_sym_constexpr] = ACTIONS(4512), [anon_sym_volatile] = ACTIONS(4512), [anon_sym_restrict] = ACTIONS(4512), [anon_sym___restrict__] = ACTIONS(4512), [anon_sym__Atomic] = ACTIONS(4512), [anon_sym__Noreturn] = ACTIONS(4512), [anon_sym_noreturn] = ACTIONS(4512), [anon_sym_mutable] = ACTIONS(4512), [anon_sym_constinit] = ACTIONS(4512), [anon_sym_consteval] = ACTIONS(4512), [anon_sym_QMARK] = ACTIONS(4519), [anon_sym_STAR_EQ] = ACTIONS(4519), [anon_sym_SLASH_EQ] = ACTIONS(4519), [anon_sym_PERCENT_EQ] = ACTIONS(4519), [anon_sym_PLUS_EQ] = ACTIONS(4519), [anon_sym_DASH_EQ] = ACTIONS(4519), [anon_sym_LT_LT_EQ] = ACTIONS(4519), [anon_sym_GT_GT_EQ] = ACTIONS(4519), [anon_sym_AMP_EQ] = ACTIONS(4519), [anon_sym_CARET_EQ] = ACTIONS(4519), [anon_sym_PIPE_EQ] = ACTIONS(4519), [anon_sym_and_eq] = ACTIONS(4519), [anon_sym_or_eq] = ACTIONS(4519), [anon_sym_xor_eq] = ACTIONS(4519), [anon_sym_LT_EQ_GT] = ACTIONS(4519), [anon_sym_or] = ACTIONS(4514), [anon_sym_and] = ACTIONS(4514), [anon_sym_bitor] = ACTIONS(4519), [anon_sym_xor] = ACTIONS(4514), [anon_sym_bitand] = ACTIONS(4519), [anon_sym_not_eq] = ACTIONS(4519), [anon_sym_DASH_DASH] = ACTIONS(4519), [anon_sym_PLUS_PLUS] = ACTIONS(4519), [anon_sym_DOT] = ACTIONS(4514), [anon_sym_DASH_GT] = ACTIONS(4514), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(4512), [anon_sym_decltype] = ACTIONS(4512), [anon_sym_DOT_STAR] = ACTIONS(4519), [anon_sym_DASH_GT_STAR] = ACTIONS(4519), }, [2189] = { [sym_identifier] = ACTIONS(4716), [anon_sym_COMMA] = ACTIONS(4718), [anon_sym_RPAREN] = ACTIONS(4718), [anon_sym_LPAREN2] = ACTIONS(4718), [anon_sym_TILDE] = ACTIONS(4718), [anon_sym_STAR] = ACTIONS(4718), [anon_sym_PIPE_PIPE] = ACTIONS(4718), [anon_sym_AMP_AMP] = ACTIONS(4718), [anon_sym_AMP] = ACTIONS(4716), [anon_sym_SEMI] = ACTIONS(4718), [anon_sym_extern] = ACTIONS(4716), [anon_sym___attribute__] = ACTIONS(4716), [anon_sym_COLON_COLON] = ACTIONS(4718), [anon_sym_LBRACK_LBRACK] = ACTIONS(4718), [anon_sym___declspec] = ACTIONS(4716), [anon_sym___based] = ACTIONS(4716), [anon_sym___cdecl] = ACTIONS(4716), [anon_sym___clrcall] = ACTIONS(4716), [anon_sym___stdcall] = ACTIONS(4716), [anon_sym___fastcall] = ACTIONS(4716), [anon_sym___thiscall] = ACTIONS(4716), [anon_sym___vectorcall] = ACTIONS(4716), [anon_sym_LBRACE] = ACTIONS(4718), [anon_sym_signed] = ACTIONS(4716), [anon_sym_unsigned] = ACTIONS(4716), [anon_sym_long] = ACTIONS(4716), [anon_sym_short] = ACTIONS(4716), [anon_sym_LBRACK] = ACTIONS(4716), [anon_sym_EQ] = ACTIONS(4718), [anon_sym_static] = ACTIONS(4716), [anon_sym_register] = ACTIONS(4716), [anon_sym_inline] = ACTIONS(4716), [anon_sym_thread_local] = ACTIONS(4716), [anon_sym_const] = ACTIONS(4716), [anon_sym_constexpr] = ACTIONS(4716), [anon_sym_volatile] = ACTIONS(4716), [anon_sym_restrict] = ACTIONS(4716), [anon_sym___restrict__] = ACTIONS(4716), [anon_sym__Atomic] = ACTIONS(4716), [anon_sym__Noreturn] = ACTIONS(4716), [anon_sym_noreturn] = ACTIONS(4716), [anon_sym_mutable] = ACTIONS(4716), [anon_sym_constinit] = ACTIONS(4716), [anon_sym_consteval] = ACTIONS(4716), [sym_primitive_type] = ACTIONS(4716), [anon_sym_enum] = ACTIONS(4716), [anon_sym_class] = ACTIONS(4716), [anon_sym_struct] = ACTIONS(4716), [anon_sym_union] = ACTIONS(4716), [anon_sym_or] = ACTIONS(4716), [anon_sym_and] = ACTIONS(4716), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(4716), [anon_sym_decltype] = ACTIONS(4716), [anon_sym_final] = ACTIONS(4716), [anon_sym_override] = ACTIONS(4716), [anon_sym_virtual] = ACTIONS(4716), [anon_sym_explicit] = ACTIONS(4716), [anon_sym_typename] = ACTIONS(4716), [anon_sym_template] = ACTIONS(4716), [anon_sym_GT2] = ACTIONS(4718), [anon_sym_operator] = ACTIONS(4716), [anon_sym_try] = ACTIONS(4716), [anon_sym_friend] = ACTIONS(4716), [anon_sym_using] = ACTIONS(4716), [anon_sym_concept] = ACTIONS(4716), [anon_sym_requires] = ACTIONS(4716), }, [2190] = { [sym_field_declaration_list] = STATE(2258), [sym_virtual_specifier] = STATE(6170), [sym_base_class_clause] = STATE(6815), [sym_identifier] = ACTIONS(4720), [anon_sym_DOT_DOT_DOT] = ACTIONS(4722), [anon_sym_COMMA] = ACTIONS(4722), [anon_sym_RPAREN] = ACTIONS(4722), [anon_sym_LPAREN2] = ACTIONS(4722), [anon_sym_DASH] = ACTIONS(4720), [anon_sym_PLUS] = ACTIONS(4720), [anon_sym_STAR] = ACTIONS(4722), [anon_sym_SLASH] = ACTIONS(4720), [anon_sym_PERCENT] = ACTIONS(4722), [anon_sym_PIPE_PIPE] = ACTIONS(4722), [anon_sym_AMP_AMP] = ACTIONS(4722), [anon_sym_PIPE] = ACTIONS(4720), [anon_sym_CARET] = ACTIONS(4722), [anon_sym_AMP] = ACTIONS(4720), [anon_sym_EQ_EQ] = ACTIONS(4722), [anon_sym_BANG_EQ] = ACTIONS(4722), [anon_sym_GT] = ACTIONS(4720), [anon_sym_GT_EQ] = ACTIONS(4722), [anon_sym_LT_EQ] = ACTIONS(4720), [anon_sym_LT] = ACTIONS(4720), [anon_sym_LT_LT] = ACTIONS(4722), [anon_sym_GT_GT] = ACTIONS(4722), [anon_sym_SEMI] = ACTIONS(4722), [anon_sym___based] = ACTIONS(4720), [anon_sym_LBRACE] = ACTIONS(4698), [anon_sym_RBRACE] = ACTIONS(4722), [anon_sym_signed] = ACTIONS(4720), [anon_sym_unsigned] = ACTIONS(4720), [anon_sym_long] = ACTIONS(4720), [anon_sym_short] = ACTIONS(4720), [anon_sym_LBRACK] = ACTIONS(4722), [anon_sym_RBRACK] = ACTIONS(4722), [anon_sym_const] = ACTIONS(4720), [anon_sym_constexpr] = ACTIONS(4720), [anon_sym_volatile] = ACTIONS(4720), [anon_sym_restrict] = ACTIONS(4720), [anon_sym___restrict__] = ACTIONS(4720), [anon_sym__Atomic] = ACTIONS(4720), [anon_sym__Noreturn] = ACTIONS(4720), [anon_sym_noreturn] = ACTIONS(4720), [anon_sym_mutable] = ACTIONS(4720), [anon_sym_constinit] = ACTIONS(4720), [anon_sym_consteval] = ACTIONS(4720), [sym_primitive_type] = ACTIONS(4720), [anon_sym_COLON] = ACTIONS(4700), [anon_sym_QMARK] = ACTIONS(4722), [anon_sym_LT_EQ_GT] = ACTIONS(4722), [anon_sym_or] = ACTIONS(4720), [anon_sym_and] = ACTIONS(4720), [anon_sym_bitor] = ACTIONS(4720), [anon_sym_xor] = ACTIONS(4720), [anon_sym_bitand] = ACTIONS(4720), [anon_sym_not_eq] = ACTIONS(4720), [anon_sym_DASH_DASH] = ACTIONS(4722), [anon_sym_PLUS_PLUS] = ACTIONS(4722), [anon_sym_DOT] = ACTIONS(4720), [anon_sym_DASH_GT] = ACTIONS(4722), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(4720), [anon_sym_decltype] = ACTIONS(4720), [anon_sym_final] = ACTIONS(4702), [anon_sym_override] = ACTIONS(4702), [anon_sym_requires] = ACTIONS(4720), }, [2191] = { [anon_sym_DOT_DOT_DOT] = ACTIONS(4539), [anon_sym_COMMA] = ACTIONS(4539), [anon_sym_RPAREN] = ACTIONS(4539), [anon_sym_LPAREN2] = ACTIONS(4539), [anon_sym_DASH] = ACTIONS(4537), [anon_sym_PLUS] = ACTIONS(4537), [anon_sym_STAR] = ACTIONS(4537), [anon_sym_SLASH] = ACTIONS(4537), [anon_sym_PERCENT] = ACTIONS(4537), [anon_sym_PIPE_PIPE] = ACTIONS(4539), [anon_sym_AMP_AMP] = ACTIONS(4539), [anon_sym_PIPE] = ACTIONS(4537), [anon_sym_CARET] = ACTIONS(4537), [anon_sym_AMP] = ACTIONS(4537), [anon_sym_EQ_EQ] = ACTIONS(4539), [anon_sym_BANG_EQ] = ACTIONS(4539), [anon_sym_GT] = ACTIONS(4537), [anon_sym_GT_EQ] = ACTIONS(4539), [anon_sym_LT_EQ] = ACTIONS(4537), [anon_sym_LT] = ACTIONS(4537), [anon_sym_LT_LT] = ACTIONS(4537), [anon_sym_GT_GT] = ACTIONS(4537), [anon_sym_COLON_COLON] = ACTIONS(4539), [anon_sym_LBRACE] = ACTIONS(4539), [anon_sym_LBRACK] = ACTIONS(4539), [anon_sym_EQ] = ACTIONS(4537), [anon_sym_const] = ACTIONS(4537), [anon_sym_constexpr] = ACTIONS(4539), [anon_sym_volatile] = ACTIONS(4539), [anon_sym_restrict] = ACTIONS(4539), [anon_sym___restrict__] = ACTIONS(4539), [anon_sym__Atomic] = ACTIONS(4539), [anon_sym__Noreturn] = ACTIONS(4539), [anon_sym_noreturn] = ACTIONS(4539), [anon_sym_mutable] = ACTIONS(4539), [anon_sym_constinit] = ACTIONS(4539), [anon_sym_consteval] = ACTIONS(4539), [anon_sym_COLON] = ACTIONS(4537), [anon_sym_QMARK] = ACTIONS(4539), [anon_sym_STAR_EQ] = ACTIONS(4539), [anon_sym_SLASH_EQ] = ACTIONS(4539), [anon_sym_PERCENT_EQ] = ACTIONS(4539), [anon_sym_PLUS_EQ] = ACTIONS(4539), [anon_sym_DASH_EQ] = ACTIONS(4539), [anon_sym_LT_LT_EQ] = ACTIONS(4539), [anon_sym_GT_GT_EQ] = ACTIONS(4539), [anon_sym_AMP_EQ] = ACTIONS(4539), [anon_sym_CARET_EQ] = ACTIONS(4539), [anon_sym_PIPE_EQ] = ACTIONS(4539), [anon_sym_LT_EQ_GT] = ACTIONS(4539), [anon_sym_or] = ACTIONS(4539), [anon_sym_and] = ACTIONS(4539), [anon_sym_bitor] = ACTIONS(4539), [anon_sym_xor] = ACTIONS(4539), [anon_sym_bitand] = ACTIONS(4539), [anon_sym_not_eq] = ACTIONS(4539), [anon_sym_DASH_DASH] = ACTIONS(4539), [anon_sym_PLUS_PLUS] = ACTIONS(4539), [anon_sym_DOT] = ACTIONS(4537), [anon_sym_DASH_GT] = ACTIONS(4537), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(4539), [anon_sym_decltype] = ACTIONS(4539), [anon_sym_final] = ACTIONS(4539), [anon_sym_override] = ACTIONS(4539), [anon_sym_DOT_STAR] = ACTIONS(4539), [anon_sym_DASH_GT_STAR] = ACTIONS(4539), }, [2192] = { [sym_identifier] = ACTIONS(4724), [anon_sym_COMMA] = ACTIONS(4726), [anon_sym_RPAREN] = ACTIONS(4726), [anon_sym_LPAREN2] = ACTIONS(4726), [anon_sym_TILDE] = ACTIONS(4726), [anon_sym_STAR] = ACTIONS(4726), [anon_sym_PIPE_PIPE] = ACTIONS(4726), [anon_sym_AMP_AMP] = ACTIONS(4726), [anon_sym_AMP] = ACTIONS(4724), [anon_sym_SEMI] = ACTIONS(4726), [anon_sym_extern] = ACTIONS(4724), [anon_sym___attribute__] = ACTIONS(4724), [anon_sym_COLON_COLON] = ACTIONS(4726), [anon_sym_LBRACK_LBRACK] = ACTIONS(4726), [anon_sym___declspec] = ACTIONS(4724), [anon_sym___based] = ACTIONS(4724), [anon_sym___cdecl] = ACTIONS(4724), [anon_sym___clrcall] = ACTIONS(4724), [anon_sym___stdcall] = ACTIONS(4724), [anon_sym___fastcall] = ACTIONS(4724), [anon_sym___thiscall] = ACTIONS(4724), [anon_sym___vectorcall] = ACTIONS(4724), [anon_sym_LBRACE] = ACTIONS(4726), [anon_sym_signed] = ACTIONS(4724), [anon_sym_unsigned] = ACTIONS(4724), [anon_sym_long] = ACTIONS(4724), [anon_sym_short] = ACTIONS(4724), [anon_sym_LBRACK] = ACTIONS(4724), [anon_sym_EQ] = ACTIONS(4726), [anon_sym_static] = ACTIONS(4724), [anon_sym_register] = ACTIONS(4724), [anon_sym_inline] = ACTIONS(4724), [anon_sym_thread_local] = ACTIONS(4724), [anon_sym_const] = ACTIONS(4724), [anon_sym_constexpr] = ACTIONS(4724), [anon_sym_volatile] = ACTIONS(4724), [anon_sym_restrict] = ACTIONS(4724), [anon_sym___restrict__] = ACTIONS(4724), [anon_sym__Atomic] = ACTIONS(4724), [anon_sym__Noreturn] = ACTIONS(4724), [anon_sym_noreturn] = ACTIONS(4724), [anon_sym_mutable] = ACTIONS(4724), [anon_sym_constinit] = ACTIONS(4724), [anon_sym_consteval] = ACTIONS(4724), [sym_primitive_type] = ACTIONS(4724), [anon_sym_enum] = ACTIONS(4724), [anon_sym_class] = ACTIONS(4724), [anon_sym_struct] = ACTIONS(4724), [anon_sym_union] = ACTIONS(4724), [anon_sym_or] = ACTIONS(4724), [anon_sym_and] = ACTIONS(4724), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(4724), [anon_sym_decltype] = ACTIONS(4724), [anon_sym_final] = ACTIONS(4724), [anon_sym_override] = ACTIONS(4724), [anon_sym_virtual] = ACTIONS(4724), [anon_sym_explicit] = ACTIONS(4724), [anon_sym_typename] = ACTIONS(4724), [anon_sym_template] = ACTIONS(4724), [anon_sym_GT2] = ACTIONS(4726), [anon_sym_operator] = ACTIONS(4724), [anon_sym_try] = ACTIONS(4724), [anon_sym_friend] = ACTIONS(4724), [anon_sym_using] = ACTIONS(4724), [anon_sym_concept] = ACTIONS(4724), [anon_sym_requires] = ACTIONS(4724), }, [2193] = { [sym_identifier] = ACTIONS(4716), [anon_sym_COMMA] = ACTIONS(4718), [anon_sym_RPAREN] = ACTIONS(4718), [anon_sym_LPAREN2] = ACTIONS(4718), [anon_sym_TILDE] = ACTIONS(4718), [anon_sym_STAR] = ACTIONS(4718), [anon_sym_PIPE_PIPE] = ACTIONS(4718), [anon_sym_AMP_AMP] = ACTIONS(4718), [anon_sym_AMP] = ACTIONS(4716), [anon_sym_SEMI] = ACTIONS(4718), [anon_sym_extern] = ACTIONS(4716), [anon_sym___attribute__] = ACTIONS(4716), [anon_sym_COLON_COLON] = ACTIONS(4718), [anon_sym_LBRACK_LBRACK] = ACTIONS(4718), [anon_sym___declspec] = ACTIONS(4716), [anon_sym___based] = ACTIONS(4716), [anon_sym___cdecl] = ACTIONS(4716), [anon_sym___clrcall] = ACTIONS(4716), [anon_sym___stdcall] = ACTIONS(4716), [anon_sym___fastcall] = ACTIONS(4716), [anon_sym___thiscall] = ACTIONS(4716), [anon_sym___vectorcall] = ACTIONS(4716), [anon_sym_LBRACE] = ACTIONS(4718), [anon_sym_signed] = ACTIONS(4716), [anon_sym_unsigned] = ACTIONS(4716), [anon_sym_long] = ACTIONS(4716), [anon_sym_short] = ACTIONS(4716), [anon_sym_LBRACK] = ACTIONS(4716), [anon_sym_EQ] = ACTIONS(4718), [anon_sym_static] = ACTIONS(4716), [anon_sym_register] = ACTIONS(4716), [anon_sym_inline] = ACTIONS(4716), [anon_sym_thread_local] = ACTIONS(4716), [anon_sym_const] = ACTIONS(4716), [anon_sym_constexpr] = ACTIONS(4716), [anon_sym_volatile] = ACTIONS(4716), [anon_sym_restrict] = ACTIONS(4716), [anon_sym___restrict__] = ACTIONS(4716), [anon_sym__Atomic] = ACTIONS(4716), [anon_sym__Noreturn] = ACTIONS(4716), [anon_sym_noreturn] = ACTIONS(4716), [anon_sym_mutable] = ACTIONS(4716), [anon_sym_constinit] = ACTIONS(4716), [anon_sym_consteval] = ACTIONS(4716), [sym_primitive_type] = ACTIONS(4716), [anon_sym_enum] = ACTIONS(4716), [anon_sym_class] = ACTIONS(4716), [anon_sym_struct] = ACTIONS(4716), [anon_sym_union] = ACTIONS(4716), [anon_sym_or] = ACTIONS(4716), [anon_sym_and] = ACTIONS(4716), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(4716), [anon_sym_decltype] = ACTIONS(4716), [anon_sym_final] = ACTIONS(4716), [anon_sym_override] = ACTIONS(4716), [anon_sym_virtual] = ACTIONS(4716), [anon_sym_explicit] = ACTIONS(4716), [anon_sym_typename] = ACTIONS(4716), [anon_sym_template] = ACTIONS(4716), [anon_sym_GT2] = ACTIONS(4718), [anon_sym_operator] = ACTIONS(4716), [anon_sym_try] = ACTIONS(4716), [anon_sym_friend] = ACTIONS(4716), [anon_sym_using] = ACTIONS(4716), [anon_sym_concept] = ACTIONS(4716), [anon_sym_requires] = ACTIONS(4716), }, [2194] = { [sym_field_declaration_list] = STATE(2261), [sym_virtual_specifier] = STATE(6147), [sym_base_class_clause] = STATE(6751), [sym_identifier] = ACTIONS(4728), [anon_sym_DOT_DOT_DOT] = ACTIONS(4730), [anon_sym_COMMA] = ACTIONS(4730), [anon_sym_RPAREN] = ACTIONS(4730), [anon_sym_LPAREN2] = ACTIONS(4730), [anon_sym_DASH] = ACTIONS(4728), [anon_sym_PLUS] = ACTIONS(4728), [anon_sym_STAR] = ACTIONS(4730), [anon_sym_SLASH] = ACTIONS(4728), [anon_sym_PERCENT] = ACTIONS(4730), [anon_sym_PIPE_PIPE] = ACTIONS(4730), [anon_sym_AMP_AMP] = ACTIONS(4730), [anon_sym_PIPE] = ACTIONS(4728), [anon_sym_CARET] = ACTIONS(4730), [anon_sym_AMP] = ACTIONS(4728), [anon_sym_EQ_EQ] = ACTIONS(4730), [anon_sym_BANG_EQ] = ACTIONS(4730), [anon_sym_GT] = ACTIONS(4728), [anon_sym_GT_EQ] = ACTIONS(4730), [anon_sym_LT_EQ] = ACTIONS(4728), [anon_sym_LT] = ACTIONS(4728), [anon_sym_LT_LT] = ACTIONS(4730), [anon_sym_GT_GT] = ACTIONS(4730), [anon_sym_SEMI] = ACTIONS(4730), [anon_sym___based] = ACTIONS(4728), [anon_sym_LBRACE] = ACTIONS(4698), [anon_sym_RBRACE] = ACTIONS(4730), [anon_sym_signed] = ACTIONS(4728), [anon_sym_unsigned] = ACTIONS(4728), [anon_sym_long] = ACTIONS(4728), [anon_sym_short] = ACTIONS(4728), [anon_sym_LBRACK] = ACTIONS(4730), [anon_sym_RBRACK] = ACTIONS(4730), [anon_sym_const] = ACTIONS(4728), [anon_sym_constexpr] = ACTIONS(4728), [anon_sym_volatile] = ACTIONS(4728), [anon_sym_restrict] = ACTIONS(4728), [anon_sym___restrict__] = ACTIONS(4728), [anon_sym__Atomic] = ACTIONS(4728), [anon_sym__Noreturn] = ACTIONS(4728), [anon_sym_noreturn] = ACTIONS(4728), [anon_sym_mutable] = ACTIONS(4728), [anon_sym_constinit] = ACTIONS(4728), [anon_sym_consteval] = ACTIONS(4728), [sym_primitive_type] = ACTIONS(4728), [anon_sym_COLON] = ACTIONS(4700), [anon_sym_QMARK] = ACTIONS(4730), [anon_sym_LT_EQ_GT] = ACTIONS(4730), [anon_sym_or] = ACTIONS(4728), [anon_sym_and] = ACTIONS(4728), [anon_sym_bitor] = ACTIONS(4728), [anon_sym_xor] = ACTIONS(4728), [anon_sym_bitand] = ACTIONS(4728), [anon_sym_not_eq] = ACTIONS(4728), [anon_sym_DASH_DASH] = ACTIONS(4730), [anon_sym_PLUS_PLUS] = ACTIONS(4730), [anon_sym_DOT] = ACTIONS(4728), [anon_sym_DASH_GT] = ACTIONS(4730), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(4728), [anon_sym_decltype] = ACTIONS(4728), [anon_sym_final] = ACTIONS(4702), [anon_sym_override] = ACTIONS(4702), [anon_sym_requires] = ACTIONS(4728), }, [2195] = { [anon_sym_DOT_DOT_DOT] = ACTIONS(4554), [anon_sym_COMMA] = ACTIONS(4554), [anon_sym_RPAREN] = ACTIONS(4554), [anon_sym_LPAREN2] = ACTIONS(4554), [anon_sym_DASH] = ACTIONS(4552), [anon_sym_PLUS] = ACTIONS(4552), [anon_sym_STAR] = ACTIONS(4552), [anon_sym_SLASH] = ACTIONS(4552), [anon_sym_PERCENT] = ACTIONS(4552), [anon_sym_PIPE_PIPE] = ACTIONS(4554), [anon_sym_AMP_AMP] = ACTIONS(4554), [anon_sym_PIPE] = ACTIONS(4552), [anon_sym_CARET] = ACTIONS(4552), [anon_sym_AMP] = ACTIONS(4552), [anon_sym_EQ_EQ] = ACTIONS(4554), [anon_sym_BANG_EQ] = ACTIONS(4554), [anon_sym_GT] = ACTIONS(4552), [anon_sym_GT_EQ] = ACTIONS(4554), [anon_sym_LT_EQ] = ACTIONS(4552), [anon_sym_LT] = ACTIONS(4552), [anon_sym_LT_LT] = ACTIONS(4552), [anon_sym_GT_GT] = ACTIONS(4552), [anon_sym_COLON_COLON] = ACTIONS(4554), [anon_sym_LBRACE] = ACTIONS(4554), [anon_sym_LBRACK] = ACTIONS(4554), [anon_sym_EQ] = ACTIONS(4552), [anon_sym_const] = ACTIONS(4552), [anon_sym_constexpr] = ACTIONS(4554), [anon_sym_volatile] = ACTIONS(4554), [anon_sym_restrict] = ACTIONS(4554), [anon_sym___restrict__] = ACTIONS(4554), [anon_sym__Atomic] = ACTIONS(4554), [anon_sym__Noreturn] = ACTIONS(4554), [anon_sym_noreturn] = ACTIONS(4554), [anon_sym_mutable] = ACTIONS(4554), [anon_sym_constinit] = ACTIONS(4554), [anon_sym_consteval] = ACTIONS(4554), [anon_sym_COLON] = ACTIONS(4552), [anon_sym_QMARK] = ACTIONS(4554), [anon_sym_STAR_EQ] = ACTIONS(4554), [anon_sym_SLASH_EQ] = ACTIONS(4554), [anon_sym_PERCENT_EQ] = ACTIONS(4554), [anon_sym_PLUS_EQ] = ACTIONS(4554), [anon_sym_DASH_EQ] = ACTIONS(4554), [anon_sym_LT_LT_EQ] = ACTIONS(4554), [anon_sym_GT_GT_EQ] = ACTIONS(4554), [anon_sym_AMP_EQ] = ACTIONS(4554), [anon_sym_CARET_EQ] = ACTIONS(4554), [anon_sym_PIPE_EQ] = ACTIONS(4554), [anon_sym_LT_EQ_GT] = ACTIONS(4554), [anon_sym_or] = ACTIONS(4554), [anon_sym_and] = ACTIONS(4554), [anon_sym_bitor] = ACTIONS(4554), [anon_sym_xor] = ACTIONS(4554), [anon_sym_bitand] = ACTIONS(4554), [anon_sym_not_eq] = ACTIONS(4554), [anon_sym_DASH_DASH] = ACTIONS(4554), [anon_sym_PLUS_PLUS] = ACTIONS(4554), [anon_sym_DOT] = ACTIONS(4552), [anon_sym_DASH_GT] = ACTIONS(4552), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(4554), [anon_sym_decltype] = ACTIONS(4554), [anon_sym_final] = ACTIONS(4554), [anon_sym_override] = ACTIONS(4554), [anon_sym_DOT_STAR] = ACTIONS(4554), [anon_sym_DASH_GT_STAR] = ACTIONS(4554), }, [2196] = { [sym_identifier] = ACTIONS(4732), [anon_sym_COMMA] = ACTIONS(4734), [anon_sym_RPAREN] = ACTIONS(4734), [anon_sym_LPAREN2] = ACTIONS(4734), [anon_sym_TILDE] = ACTIONS(4734), [anon_sym_STAR] = ACTIONS(4734), [anon_sym_PIPE_PIPE] = ACTIONS(4734), [anon_sym_AMP_AMP] = ACTIONS(4734), [anon_sym_AMP] = ACTIONS(4732), [anon_sym_SEMI] = ACTIONS(4734), [anon_sym_extern] = ACTIONS(4732), [anon_sym___attribute__] = ACTIONS(4732), [anon_sym_COLON_COLON] = ACTIONS(4734), [anon_sym_LBRACK_LBRACK] = ACTIONS(4734), [anon_sym___declspec] = ACTIONS(4732), [anon_sym___based] = ACTIONS(4732), [anon_sym___cdecl] = ACTIONS(4732), [anon_sym___clrcall] = ACTIONS(4732), [anon_sym___stdcall] = ACTIONS(4732), [anon_sym___fastcall] = ACTIONS(4732), [anon_sym___thiscall] = ACTIONS(4732), [anon_sym___vectorcall] = ACTIONS(4732), [anon_sym_LBRACE] = ACTIONS(4734), [anon_sym_signed] = ACTIONS(4732), [anon_sym_unsigned] = ACTIONS(4732), [anon_sym_long] = ACTIONS(4732), [anon_sym_short] = ACTIONS(4732), [anon_sym_LBRACK] = ACTIONS(4732), [anon_sym_EQ] = ACTIONS(4734), [anon_sym_static] = ACTIONS(4732), [anon_sym_register] = ACTIONS(4732), [anon_sym_inline] = ACTIONS(4732), [anon_sym_thread_local] = ACTIONS(4732), [anon_sym_const] = ACTIONS(4732), [anon_sym_constexpr] = ACTIONS(4732), [anon_sym_volatile] = ACTIONS(4732), [anon_sym_restrict] = ACTIONS(4732), [anon_sym___restrict__] = ACTIONS(4732), [anon_sym__Atomic] = ACTIONS(4732), [anon_sym__Noreturn] = ACTIONS(4732), [anon_sym_noreturn] = ACTIONS(4732), [anon_sym_mutable] = ACTIONS(4732), [anon_sym_constinit] = ACTIONS(4732), [anon_sym_consteval] = ACTIONS(4732), [sym_primitive_type] = ACTIONS(4732), [anon_sym_enum] = ACTIONS(4732), [anon_sym_class] = ACTIONS(4732), [anon_sym_struct] = ACTIONS(4732), [anon_sym_union] = ACTIONS(4732), [anon_sym_or] = ACTIONS(4732), [anon_sym_and] = ACTIONS(4732), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(4732), [anon_sym_decltype] = ACTIONS(4732), [anon_sym_final] = ACTIONS(4732), [anon_sym_override] = ACTIONS(4732), [anon_sym_virtual] = ACTIONS(4732), [anon_sym_explicit] = ACTIONS(4732), [anon_sym_typename] = ACTIONS(4732), [anon_sym_template] = ACTIONS(4732), [anon_sym_GT2] = ACTIONS(4734), [anon_sym_operator] = ACTIONS(4732), [anon_sym_try] = ACTIONS(4732), [anon_sym_friend] = ACTIONS(4732), [anon_sym_using] = ACTIONS(4732), [anon_sym_concept] = ACTIONS(4732), [anon_sym_requires] = ACTIONS(4732), }, [2197] = { [sym_identifier] = ACTIONS(4736), [anon_sym_COMMA] = ACTIONS(4738), [anon_sym_RPAREN] = ACTIONS(4738), [anon_sym_LPAREN2] = ACTIONS(4738), [anon_sym_TILDE] = ACTIONS(4738), [anon_sym_STAR] = ACTIONS(4738), [anon_sym_PIPE_PIPE] = ACTIONS(4738), [anon_sym_AMP_AMP] = ACTIONS(4738), [anon_sym_AMP] = ACTIONS(4736), [anon_sym_SEMI] = ACTIONS(4738), [anon_sym_extern] = ACTIONS(4736), [anon_sym___attribute__] = ACTIONS(4736), [anon_sym_COLON_COLON] = ACTIONS(4738), [anon_sym_LBRACK_LBRACK] = ACTIONS(4738), [anon_sym___declspec] = ACTIONS(4736), [anon_sym___based] = ACTIONS(4736), [anon_sym___cdecl] = ACTIONS(4736), [anon_sym___clrcall] = ACTIONS(4736), [anon_sym___stdcall] = ACTIONS(4736), [anon_sym___fastcall] = ACTIONS(4736), [anon_sym___thiscall] = ACTIONS(4736), [anon_sym___vectorcall] = ACTIONS(4736), [anon_sym_LBRACE] = ACTIONS(4738), [anon_sym_signed] = ACTIONS(4736), [anon_sym_unsigned] = ACTIONS(4736), [anon_sym_long] = ACTIONS(4736), [anon_sym_short] = ACTIONS(4736), [anon_sym_LBRACK] = ACTIONS(4736), [anon_sym_EQ] = ACTIONS(4738), [anon_sym_static] = ACTIONS(4736), [anon_sym_register] = ACTIONS(4736), [anon_sym_inline] = ACTIONS(4736), [anon_sym_thread_local] = ACTIONS(4736), [anon_sym_const] = ACTIONS(4736), [anon_sym_constexpr] = ACTIONS(4736), [anon_sym_volatile] = ACTIONS(4736), [anon_sym_restrict] = ACTIONS(4736), [anon_sym___restrict__] = ACTIONS(4736), [anon_sym__Atomic] = ACTIONS(4736), [anon_sym__Noreturn] = ACTIONS(4736), [anon_sym_noreturn] = ACTIONS(4736), [anon_sym_mutable] = ACTIONS(4736), [anon_sym_constinit] = ACTIONS(4736), [anon_sym_consteval] = ACTIONS(4736), [sym_primitive_type] = ACTIONS(4736), [anon_sym_enum] = ACTIONS(4736), [anon_sym_class] = ACTIONS(4736), [anon_sym_struct] = ACTIONS(4736), [anon_sym_union] = ACTIONS(4736), [anon_sym_or] = ACTIONS(4736), [anon_sym_and] = ACTIONS(4736), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(4736), [anon_sym_decltype] = ACTIONS(4736), [anon_sym_final] = ACTIONS(4736), [anon_sym_override] = ACTIONS(4736), [anon_sym_virtual] = ACTIONS(4736), [anon_sym_explicit] = ACTIONS(4736), [anon_sym_typename] = ACTIONS(4736), [anon_sym_template] = ACTIONS(4736), [anon_sym_GT2] = ACTIONS(4738), [anon_sym_operator] = ACTIONS(4736), [anon_sym_try] = ACTIONS(4736), [anon_sym_friend] = ACTIONS(4736), [anon_sym_using] = ACTIONS(4736), [anon_sym_concept] = ACTIONS(4736), [anon_sym_requires] = ACTIONS(4736), }, [2198] = { [sym__declaration_modifiers] = STATE(2559), [sym__declaration_specifiers] = STATE(3804), [sym_attribute_specifier] = STATE(2559), [sym_attribute_declaration] = STATE(2559), [sym_ms_declspec_modifier] = STATE(2559), [sym_storage_class_specifier] = STATE(2559), [sym_type_qualifier] = STATE(2559), [sym__type_specifier] = STATE(3628), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [sym_parameter_declaration] = STATE(6760), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym_virtual] = STATE(2559), [sym_dependent_type] = STATE(3695), [sym_type_parameter_declaration] = STATE(6760), [sym_variadic_type_parameter_declaration] = STATE(6760), [sym_optional_type_parameter_declaration] = STATE(6760), [sym_template_template_parameter_declaration] = STATE(6760), [sym_optional_parameter_declaration] = STATE(6760), [sym_variadic_parameter_declaration] = STATE(6760), [sym_template_type] = STATE(3646), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5795), [sym_qualified_type_identifier] = STATE(3938), [aux_sym__declaration_specifiers_repeat1] = STATE(2559), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [sym_identifier] = ACTIONS(4562), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(4572), [anon_sym_LBRACK_LBRACK] = ACTIONS(1813), [anon_sym___declspec] = ACTIONS(43), [anon_sym_signed] = ACTIONS(51), [anon_sym_unsigned] = ACTIONS(51), [anon_sym_long] = ACTIONS(51), [anon_sym_short] = ACTIONS(51), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(3661), [anon_sym_enum] = ACTIONS(1853), [anon_sym_class] = ACTIONS(4662), [anon_sym_struct] = ACTIONS(1857), [anon_sym_union] = ACTIONS(1859), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(113), [anon_sym_decltype] = ACTIONS(115), [anon_sym_virtual] = ACTIONS(117), [anon_sym_typename] = ACTIONS(4664), [anon_sym_template] = ACTIONS(4666), }, [2199] = { [sym_identifier] = ACTIONS(4740), [anon_sym_COMMA] = ACTIONS(4742), [anon_sym_RPAREN] = ACTIONS(4742), [anon_sym_LPAREN2] = ACTIONS(4742), [anon_sym_TILDE] = ACTIONS(4742), [anon_sym_STAR] = ACTIONS(4742), [anon_sym_PIPE_PIPE] = ACTIONS(4742), [anon_sym_AMP_AMP] = ACTIONS(4742), [anon_sym_AMP] = ACTIONS(4740), [anon_sym_SEMI] = ACTIONS(4742), [anon_sym_extern] = ACTIONS(4740), [anon_sym___attribute__] = ACTIONS(4740), [anon_sym_COLON_COLON] = ACTIONS(4742), [anon_sym_LBRACK_LBRACK] = ACTIONS(4742), [anon_sym___declspec] = ACTIONS(4740), [anon_sym___based] = ACTIONS(4740), [anon_sym___cdecl] = ACTIONS(4740), [anon_sym___clrcall] = ACTIONS(4740), [anon_sym___stdcall] = ACTIONS(4740), [anon_sym___fastcall] = ACTIONS(4740), [anon_sym___thiscall] = ACTIONS(4740), [anon_sym___vectorcall] = ACTIONS(4740), [anon_sym_LBRACE] = ACTIONS(4742), [anon_sym_signed] = ACTIONS(4740), [anon_sym_unsigned] = ACTIONS(4740), [anon_sym_long] = ACTIONS(4740), [anon_sym_short] = ACTIONS(4740), [anon_sym_LBRACK] = ACTIONS(4740), [anon_sym_EQ] = ACTIONS(4742), [anon_sym_static] = ACTIONS(4740), [anon_sym_register] = ACTIONS(4740), [anon_sym_inline] = ACTIONS(4740), [anon_sym_thread_local] = ACTIONS(4740), [anon_sym_const] = ACTIONS(4740), [anon_sym_constexpr] = ACTIONS(4740), [anon_sym_volatile] = ACTIONS(4740), [anon_sym_restrict] = ACTIONS(4740), [anon_sym___restrict__] = ACTIONS(4740), [anon_sym__Atomic] = ACTIONS(4740), [anon_sym__Noreturn] = ACTIONS(4740), [anon_sym_noreturn] = ACTIONS(4740), [anon_sym_mutable] = ACTIONS(4740), [anon_sym_constinit] = ACTIONS(4740), [anon_sym_consteval] = ACTIONS(4740), [sym_primitive_type] = ACTIONS(4740), [anon_sym_enum] = ACTIONS(4740), [anon_sym_class] = ACTIONS(4740), [anon_sym_struct] = ACTIONS(4740), [anon_sym_union] = ACTIONS(4740), [anon_sym_or] = ACTIONS(4740), [anon_sym_and] = ACTIONS(4740), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(4740), [anon_sym_decltype] = ACTIONS(4740), [anon_sym_final] = ACTIONS(4740), [anon_sym_override] = ACTIONS(4740), [anon_sym_virtual] = ACTIONS(4740), [anon_sym_explicit] = ACTIONS(4740), [anon_sym_typename] = ACTIONS(4740), [anon_sym_template] = ACTIONS(4740), [anon_sym_GT2] = ACTIONS(4742), [anon_sym_operator] = ACTIONS(4740), [anon_sym_try] = ACTIONS(4740), [anon_sym_friend] = ACTIONS(4740), [anon_sym_using] = ACTIONS(4740), [anon_sym_concept] = ACTIONS(4740), [anon_sym_requires] = ACTIONS(4740), }, [2200] = { [sym_identifier] = ACTIONS(4744), [anon_sym_COMMA] = ACTIONS(4746), [anon_sym_RPAREN] = ACTIONS(4746), [anon_sym_LPAREN2] = ACTIONS(4746), [anon_sym_TILDE] = ACTIONS(4746), [anon_sym_STAR] = ACTIONS(4746), [anon_sym_PIPE_PIPE] = ACTIONS(4746), [anon_sym_AMP_AMP] = ACTIONS(4746), [anon_sym_AMP] = ACTIONS(4744), [anon_sym_SEMI] = ACTIONS(4746), [anon_sym_extern] = ACTIONS(4744), [anon_sym___attribute__] = ACTIONS(4744), [anon_sym_COLON_COLON] = ACTIONS(4746), [anon_sym_LBRACK_LBRACK] = ACTIONS(4746), [anon_sym___declspec] = ACTIONS(4744), [anon_sym___based] = ACTIONS(4744), [anon_sym___cdecl] = ACTIONS(4744), [anon_sym___clrcall] = ACTIONS(4744), [anon_sym___stdcall] = ACTIONS(4744), [anon_sym___fastcall] = ACTIONS(4744), [anon_sym___thiscall] = ACTIONS(4744), [anon_sym___vectorcall] = ACTIONS(4744), [anon_sym_LBRACE] = ACTIONS(4746), [anon_sym_signed] = ACTIONS(4744), [anon_sym_unsigned] = ACTIONS(4744), [anon_sym_long] = ACTIONS(4744), [anon_sym_short] = ACTIONS(4744), [anon_sym_LBRACK] = ACTIONS(4744), [anon_sym_EQ] = ACTIONS(4746), [anon_sym_static] = ACTIONS(4744), [anon_sym_register] = ACTIONS(4744), [anon_sym_inline] = ACTIONS(4744), [anon_sym_thread_local] = ACTIONS(4744), [anon_sym_const] = ACTIONS(4744), [anon_sym_constexpr] = ACTIONS(4744), [anon_sym_volatile] = ACTIONS(4744), [anon_sym_restrict] = ACTIONS(4744), [anon_sym___restrict__] = ACTIONS(4744), [anon_sym__Atomic] = ACTIONS(4744), [anon_sym__Noreturn] = ACTIONS(4744), [anon_sym_noreturn] = ACTIONS(4744), [anon_sym_mutable] = ACTIONS(4744), [anon_sym_constinit] = ACTIONS(4744), [anon_sym_consteval] = ACTIONS(4744), [sym_primitive_type] = ACTIONS(4744), [anon_sym_enum] = ACTIONS(4744), [anon_sym_class] = ACTIONS(4744), [anon_sym_struct] = ACTIONS(4744), [anon_sym_union] = ACTIONS(4744), [anon_sym_or] = ACTIONS(4744), [anon_sym_and] = ACTIONS(4744), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(4744), [anon_sym_decltype] = ACTIONS(4744), [anon_sym_final] = ACTIONS(4744), [anon_sym_override] = ACTIONS(4744), [anon_sym_virtual] = ACTIONS(4744), [anon_sym_explicit] = ACTIONS(4744), [anon_sym_typename] = ACTIONS(4744), [anon_sym_template] = ACTIONS(4744), [anon_sym_GT2] = ACTIONS(4746), [anon_sym_operator] = ACTIONS(4744), [anon_sym_try] = ACTIONS(4744), [anon_sym_friend] = ACTIONS(4744), [anon_sym_using] = ACTIONS(4744), [anon_sym_concept] = ACTIONS(4744), [anon_sym_requires] = ACTIONS(4744), }, [2201] = { [anon_sym_DOT_DOT_DOT] = ACTIONS(4560), [anon_sym_COMMA] = ACTIONS(4560), [anon_sym_RPAREN] = ACTIONS(4560), [anon_sym_LPAREN2] = ACTIONS(4560), [anon_sym_DASH] = ACTIONS(4558), [anon_sym_PLUS] = ACTIONS(4558), [anon_sym_STAR] = ACTIONS(4558), [anon_sym_SLASH] = ACTIONS(4558), [anon_sym_PERCENT] = ACTIONS(4558), [anon_sym_PIPE_PIPE] = ACTIONS(4560), [anon_sym_AMP_AMP] = ACTIONS(4560), [anon_sym_PIPE] = ACTIONS(4558), [anon_sym_CARET] = ACTIONS(4558), [anon_sym_AMP] = ACTIONS(4558), [anon_sym_EQ_EQ] = ACTIONS(4560), [anon_sym_BANG_EQ] = ACTIONS(4560), [anon_sym_GT] = ACTIONS(4558), [anon_sym_GT_EQ] = ACTIONS(4560), [anon_sym_LT_EQ] = ACTIONS(4558), [anon_sym_LT] = ACTIONS(4558), [anon_sym_LT_LT] = ACTIONS(4558), [anon_sym_GT_GT] = ACTIONS(4558), [anon_sym_COLON_COLON] = ACTIONS(4560), [anon_sym_LBRACE] = ACTIONS(4560), [anon_sym_LBRACK] = ACTIONS(4560), [anon_sym_EQ] = ACTIONS(4558), [anon_sym_const] = ACTIONS(4558), [anon_sym_constexpr] = ACTIONS(4560), [anon_sym_volatile] = ACTIONS(4560), [anon_sym_restrict] = ACTIONS(4560), [anon_sym___restrict__] = ACTIONS(4560), [anon_sym__Atomic] = ACTIONS(4560), [anon_sym__Noreturn] = ACTIONS(4560), [anon_sym_noreturn] = ACTIONS(4560), [anon_sym_mutable] = ACTIONS(4560), [anon_sym_constinit] = ACTIONS(4560), [anon_sym_consteval] = ACTIONS(4560), [anon_sym_COLON] = ACTIONS(4558), [anon_sym_QMARK] = ACTIONS(4560), [anon_sym_STAR_EQ] = ACTIONS(4560), [anon_sym_SLASH_EQ] = ACTIONS(4560), [anon_sym_PERCENT_EQ] = ACTIONS(4560), [anon_sym_PLUS_EQ] = ACTIONS(4560), [anon_sym_DASH_EQ] = ACTIONS(4560), [anon_sym_LT_LT_EQ] = ACTIONS(4560), [anon_sym_GT_GT_EQ] = ACTIONS(4560), [anon_sym_AMP_EQ] = ACTIONS(4560), [anon_sym_CARET_EQ] = ACTIONS(4560), [anon_sym_PIPE_EQ] = ACTIONS(4560), [anon_sym_LT_EQ_GT] = ACTIONS(4560), [anon_sym_or] = ACTIONS(4560), [anon_sym_and] = ACTIONS(4560), [anon_sym_bitor] = ACTIONS(4560), [anon_sym_xor] = ACTIONS(4560), [anon_sym_bitand] = ACTIONS(4560), [anon_sym_not_eq] = ACTIONS(4560), [anon_sym_DASH_DASH] = ACTIONS(4560), [anon_sym_PLUS_PLUS] = ACTIONS(4560), [anon_sym_DOT] = ACTIONS(4558), [anon_sym_DASH_GT] = ACTIONS(4558), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(4560), [anon_sym_decltype] = ACTIONS(4560), [anon_sym_final] = ACTIONS(4560), [anon_sym_override] = ACTIONS(4560), [anon_sym_DOT_STAR] = ACTIONS(4560), [anon_sym_DASH_GT_STAR] = ACTIONS(4560), }, [2202] = { [sym_identifier] = ACTIONS(4748), [anon_sym_COMMA] = ACTIONS(4750), [anon_sym_RPAREN] = ACTIONS(4750), [anon_sym_LPAREN2] = ACTIONS(4750), [anon_sym_TILDE] = ACTIONS(4750), [anon_sym_STAR] = ACTIONS(4750), [anon_sym_PIPE_PIPE] = ACTIONS(4750), [anon_sym_AMP_AMP] = ACTIONS(4750), [anon_sym_AMP] = ACTIONS(4748), [anon_sym_SEMI] = ACTIONS(4750), [anon_sym_extern] = ACTIONS(4748), [anon_sym___attribute__] = ACTIONS(4748), [anon_sym_COLON_COLON] = ACTIONS(4750), [anon_sym_LBRACK_LBRACK] = ACTIONS(4750), [anon_sym___declspec] = ACTIONS(4748), [anon_sym___based] = ACTIONS(4748), [anon_sym___cdecl] = ACTIONS(4748), [anon_sym___clrcall] = ACTIONS(4748), [anon_sym___stdcall] = ACTIONS(4748), [anon_sym___fastcall] = ACTIONS(4748), [anon_sym___thiscall] = ACTIONS(4748), [anon_sym___vectorcall] = ACTIONS(4748), [anon_sym_LBRACE] = ACTIONS(4750), [anon_sym_signed] = ACTIONS(4748), [anon_sym_unsigned] = ACTIONS(4748), [anon_sym_long] = ACTIONS(4748), [anon_sym_short] = ACTIONS(4748), [anon_sym_LBRACK] = ACTIONS(4748), [anon_sym_EQ] = ACTIONS(4750), [anon_sym_static] = ACTIONS(4748), [anon_sym_register] = ACTIONS(4748), [anon_sym_inline] = ACTIONS(4748), [anon_sym_thread_local] = ACTIONS(4748), [anon_sym_const] = ACTIONS(4748), [anon_sym_constexpr] = ACTIONS(4748), [anon_sym_volatile] = ACTIONS(4748), [anon_sym_restrict] = ACTIONS(4748), [anon_sym___restrict__] = ACTIONS(4748), [anon_sym__Atomic] = ACTIONS(4748), [anon_sym__Noreturn] = ACTIONS(4748), [anon_sym_noreturn] = ACTIONS(4748), [anon_sym_mutable] = ACTIONS(4748), [anon_sym_constinit] = ACTIONS(4748), [anon_sym_consteval] = ACTIONS(4748), [sym_primitive_type] = ACTIONS(4748), [anon_sym_enum] = ACTIONS(4748), [anon_sym_class] = ACTIONS(4748), [anon_sym_struct] = ACTIONS(4748), [anon_sym_union] = ACTIONS(4748), [anon_sym_or] = ACTIONS(4748), [anon_sym_and] = ACTIONS(4748), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(4748), [anon_sym_decltype] = ACTIONS(4748), [anon_sym_final] = ACTIONS(4748), [anon_sym_override] = ACTIONS(4748), [anon_sym_virtual] = ACTIONS(4748), [anon_sym_explicit] = ACTIONS(4748), [anon_sym_typename] = ACTIONS(4748), [anon_sym_template] = ACTIONS(4748), [anon_sym_GT2] = ACTIONS(4750), [anon_sym_operator] = ACTIONS(4748), [anon_sym_try] = ACTIONS(4748), [anon_sym_friend] = ACTIONS(4748), [anon_sym_using] = ACTIONS(4748), [anon_sym_concept] = ACTIONS(4748), [anon_sym_requires] = ACTIONS(4748), }, [2203] = { [sym_identifier] = ACTIONS(4507), [anon_sym_DOT_DOT_DOT] = ACTIONS(4519), [anon_sym_COMMA] = ACTIONS(4519), [anon_sym_RPAREN] = ACTIONS(4519), [anon_sym_LPAREN2] = ACTIONS(4509), [anon_sym_TILDE] = ACTIONS(4512), [anon_sym_DASH] = ACTIONS(4514), [anon_sym_PLUS] = ACTIONS(4514), [anon_sym_STAR] = ACTIONS(4509), [anon_sym_SLASH] = ACTIONS(4514), [anon_sym_PERCENT] = ACTIONS(4519), [anon_sym_PIPE_PIPE] = ACTIONS(4519), [anon_sym_AMP_AMP] = ACTIONS(4509), [anon_sym_PIPE] = ACTIONS(4514), [anon_sym_CARET] = ACTIONS(4519), [anon_sym_AMP] = ACTIONS(4516), [anon_sym_EQ_EQ] = ACTIONS(4519), [anon_sym_BANG_EQ] = ACTIONS(4519), [anon_sym_GT] = ACTIONS(4514), [anon_sym_GT_EQ] = ACTIONS(4519), [anon_sym_LT_EQ] = ACTIONS(4514), [anon_sym_LT] = ACTIONS(4514), [anon_sym_LT_LT] = ACTIONS(4519), [anon_sym_GT_GT] = ACTIONS(4519), [anon_sym_SEMI] = ACTIONS(4519), [anon_sym_extern] = ACTIONS(4507), [anon_sym___attribute__] = ACTIONS(4507), [anon_sym_COLON_COLON] = ACTIONS(4512), [anon_sym_LBRACK_LBRACK] = ACTIONS(4512), [anon_sym___declspec] = ACTIONS(4507), [anon_sym___based] = ACTIONS(4507), [anon_sym_LBRACE] = ACTIONS(4512), [anon_sym_LBRACK] = ACTIONS(4516), [anon_sym_static] = ACTIONS(4507), [anon_sym_register] = ACTIONS(4507), [anon_sym_inline] = ACTIONS(4507), [anon_sym_thread_local] = ACTIONS(4507), [anon_sym_const] = ACTIONS(4507), [anon_sym_constexpr] = ACTIONS(4507), [anon_sym_volatile] = ACTIONS(4507), [anon_sym_restrict] = ACTIONS(4507), [anon_sym___restrict__] = ACTIONS(4507), [anon_sym__Atomic] = ACTIONS(4507), [anon_sym__Noreturn] = ACTIONS(4507), [anon_sym_noreturn] = ACTIONS(4507), [anon_sym_mutable] = ACTIONS(4507), [anon_sym_constinit] = ACTIONS(4507), [anon_sym_consteval] = ACTIONS(4507), [anon_sym_QMARK] = ACTIONS(4519), [anon_sym_LT_EQ_GT] = ACTIONS(4519), [anon_sym_or] = ACTIONS(4514), [anon_sym_and] = ACTIONS(4514), [anon_sym_bitor] = ACTIONS(4514), [anon_sym_xor] = ACTIONS(4514), [anon_sym_bitand] = ACTIONS(4514), [anon_sym_not_eq] = ACTIONS(4514), [anon_sym_DASH_DASH] = ACTIONS(4519), [anon_sym_PLUS_PLUS] = ACTIONS(4519), [anon_sym_DOT] = ACTIONS(4514), [anon_sym_DASH_GT] = ACTIONS(4519), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(4507), [anon_sym_decltype] = ACTIONS(4507), [anon_sym_virtual] = ACTIONS(4507), [anon_sym_template] = ACTIONS(4507), [anon_sym_operator] = ACTIONS(4507), }, [2204] = { [sym_string_literal] = STATE(2204), [sym_raw_string_literal] = STATE(2204), [aux_sym_concatenated_string_repeat1] = STATE(2204), [anon_sym_DOT_DOT_DOT] = ACTIONS(4652), [anon_sym_COMMA] = ACTIONS(4652), [anon_sym_RPAREN] = ACTIONS(4652), [anon_sym_LPAREN2] = ACTIONS(4652), [anon_sym_DASH] = ACTIONS(4654), [anon_sym_PLUS] = ACTIONS(4654), [anon_sym_STAR] = ACTIONS(4654), [anon_sym_SLASH] = ACTIONS(4654), [anon_sym_PERCENT] = ACTIONS(4654), [anon_sym_PIPE_PIPE] = ACTIONS(4652), [anon_sym_AMP_AMP] = ACTIONS(4652), [anon_sym_PIPE] = ACTIONS(4654), [anon_sym_CARET] = ACTIONS(4654), [anon_sym_AMP] = ACTIONS(4654), [anon_sym_EQ_EQ] = ACTIONS(4652), [anon_sym_BANG_EQ] = ACTIONS(4652), [anon_sym_GT] = ACTIONS(4654), [anon_sym_GT_EQ] = ACTIONS(4652), [anon_sym_LT_EQ] = ACTIONS(4654), [anon_sym_LT] = ACTIONS(4654), [anon_sym_LT_LT] = ACTIONS(4654), [anon_sym_GT_GT] = ACTIONS(4654), [anon_sym_LBRACK] = ACTIONS(4652), [anon_sym_EQ] = ACTIONS(4654), [anon_sym_QMARK] = ACTIONS(4652), [anon_sym_STAR_EQ] = ACTIONS(4652), [anon_sym_SLASH_EQ] = ACTIONS(4652), [anon_sym_PERCENT_EQ] = ACTIONS(4652), [anon_sym_PLUS_EQ] = ACTIONS(4652), [anon_sym_DASH_EQ] = ACTIONS(4652), [anon_sym_LT_LT_EQ] = ACTIONS(4652), [anon_sym_GT_GT_EQ] = ACTIONS(4652), [anon_sym_AMP_EQ] = ACTIONS(4652), [anon_sym_CARET_EQ] = ACTIONS(4652), [anon_sym_PIPE_EQ] = ACTIONS(4652), [anon_sym_and_eq] = ACTIONS(4654), [anon_sym_or_eq] = ACTIONS(4654), [anon_sym_xor_eq] = ACTIONS(4654), [anon_sym_LT_EQ_GT] = ACTIONS(4652), [anon_sym_or] = ACTIONS(4654), [anon_sym_and] = ACTIONS(4654), [anon_sym_bitor] = ACTIONS(4654), [anon_sym_xor] = ACTIONS(4654), [anon_sym_bitand] = ACTIONS(4654), [anon_sym_not_eq] = ACTIONS(4654), [anon_sym_DASH_DASH] = ACTIONS(4652), [anon_sym_PLUS_PLUS] = ACTIONS(4652), [anon_sym_DOT] = ACTIONS(4654), [anon_sym_DASH_GT] = ACTIONS(4654), [anon_sym_L_DQUOTE] = ACTIONS(4752), [anon_sym_u_DQUOTE] = ACTIONS(4752), [anon_sym_U_DQUOTE] = ACTIONS(4752), [anon_sym_u8_DQUOTE] = ACTIONS(4752), [anon_sym_DQUOTE] = ACTIONS(4752), [sym_comment] = ACTIONS(3), [anon_sym_R_DQUOTE] = ACTIONS(4755), [anon_sym_LR_DQUOTE] = ACTIONS(4755), [anon_sym_uR_DQUOTE] = ACTIONS(4755), [anon_sym_UR_DQUOTE] = ACTIONS(4755), [anon_sym_u8R_DQUOTE] = ACTIONS(4755), [anon_sym_DOT_STAR] = ACTIONS(4652), [anon_sym_DASH_GT_STAR] = ACTIONS(4652), [sym_literal_suffix] = ACTIONS(4654), }, [2205] = { [sym_string_literal] = STATE(2204), [sym_raw_string_literal] = STATE(2204), [aux_sym_concatenated_string_repeat1] = STATE(2204), [anon_sym_DOT_DOT_DOT] = ACTIONS(4675), [anon_sym_COMMA] = ACTIONS(4675), [anon_sym_RPAREN] = ACTIONS(4675), [anon_sym_LPAREN2] = ACTIONS(4675), [anon_sym_DASH] = ACTIONS(4677), [anon_sym_PLUS] = ACTIONS(4677), [anon_sym_STAR] = ACTIONS(4677), [anon_sym_SLASH] = ACTIONS(4677), [anon_sym_PERCENT] = ACTIONS(4677), [anon_sym_PIPE_PIPE] = ACTIONS(4675), [anon_sym_AMP_AMP] = ACTIONS(4675), [anon_sym_PIPE] = ACTIONS(4677), [anon_sym_CARET] = ACTIONS(4677), [anon_sym_AMP] = ACTIONS(4677), [anon_sym_EQ_EQ] = ACTIONS(4675), [anon_sym_BANG_EQ] = ACTIONS(4675), [anon_sym_GT] = ACTIONS(4677), [anon_sym_GT_EQ] = ACTIONS(4675), [anon_sym_LT_EQ] = ACTIONS(4677), [anon_sym_LT] = ACTIONS(4677), [anon_sym_LT_LT] = ACTIONS(4677), [anon_sym_GT_GT] = ACTIONS(4677), [anon_sym_LBRACK] = ACTIONS(4675), [anon_sym_EQ] = ACTIONS(4677), [anon_sym_QMARK] = ACTIONS(4675), [anon_sym_STAR_EQ] = ACTIONS(4675), [anon_sym_SLASH_EQ] = ACTIONS(4675), [anon_sym_PERCENT_EQ] = ACTIONS(4675), [anon_sym_PLUS_EQ] = ACTIONS(4675), [anon_sym_DASH_EQ] = ACTIONS(4675), [anon_sym_LT_LT_EQ] = ACTIONS(4675), [anon_sym_GT_GT_EQ] = ACTIONS(4675), [anon_sym_AMP_EQ] = ACTIONS(4675), [anon_sym_CARET_EQ] = ACTIONS(4675), [anon_sym_PIPE_EQ] = ACTIONS(4675), [anon_sym_and_eq] = ACTIONS(4677), [anon_sym_or_eq] = ACTIONS(4677), [anon_sym_xor_eq] = ACTIONS(4677), [anon_sym_LT_EQ_GT] = ACTIONS(4675), [anon_sym_or] = ACTIONS(4677), [anon_sym_and] = ACTIONS(4677), [anon_sym_bitor] = ACTIONS(4677), [anon_sym_xor] = ACTIONS(4677), [anon_sym_bitand] = ACTIONS(4677), [anon_sym_not_eq] = ACTIONS(4677), [anon_sym_DASH_DASH] = ACTIONS(4675), [anon_sym_PLUS_PLUS] = ACTIONS(4675), [anon_sym_DOT] = ACTIONS(4677), [anon_sym_DASH_GT] = ACTIONS(4677), [anon_sym_L_DQUOTE] = ACTIONS(2015), [anon_sym_u_DQUOTE] = ACTIONS(2015), [anon_sym_U_DQUOTE] = ACTIONS(2015), [anon_sym_u8_DQUOTE] = ACTIONS(2015), [anon_sym_DQUOTE] = ACTIONS(2015), [sym_comment] = ACTIONS(3), [anon_sym_R_DQUOTE] = ACTIONS(2023), [anon_sym_LR_DQUOTE] = ACTIONS(2023), [anon_sym_uR_DQUOTE] = ACTIONS(2023), [anon_sym_UR_DQUOTE] = ACTIONS(2023), [anon_sym_u8R_DQUOTE] = ACTIONS(2023), [anon_sym_DOT_STAR] = ACTIONS(4675), [anon_sym_DASH_GT_STAR] = ACTIONS(4675), [sym_literal_suffix] = ACTIONS(4677), }, [2206] = { [sym_identifier] = ACTIONS(4507), [anon_sym_DOT_DOT_DOT] = ACTIONS(4509), [anon_sym_COMMA] = ACTIONS(4509), [anon_sym_RPAREN] = ACTIONS(4509), [anon_sym_LPAREN2] = ACTIONS(4509), [anon_sym_TILDE] = ACTIONS(4512), [anon_sym_DASH] = ACTIONS(4514), [anon_sym_PLUS] = ACTIONS(4514), [anon_sym_STAR] = ACTIONS(4509), [anon_sym_SLASH] = ACTIONS(4514), [anon_sym_PERCENT] = ACTIONS(4519), [anon_sym_PIPE_PIPE] = ACTIONS(4519), [anon_sym_AMP_AMP] = ACTIONS(4509), [anon_sym_PIPE] = ACTIONS(4514), [anon_sym_CARET] = ACTIONS(4519), [anon_sym_AMP] = ACTIONS(4516), [anon_sym_EQ_EQ] = ACTIONS(4519), [anon_sym_BANG_EQ] = ACTIONS(4519), [anon_sym_GT] = ACTIONS(4514), [anon_sym_GT_EQ] = ACTIONS(4519), [anon_sym_LT_EQ] = ACTIONS(4514), [anon_sym_LT] = ACTIONS(4514), [anon_sym_LT_LT] = ACTIONS(4519), [anon_sym_GT_GT] = ACTIONS(4519), [anon_sym_extern] = ACTIONS(4507), [anon_sym___attribute__] = ACTIONS(4507), [anon_sym_COLON_COLON] = ACTIONS(4512), [anon_sym_LBRACK_LBRACK] = ACTIONS(4512), [anon_sym___declspec] = ACTIONS(4507), [anon_sym___based] = ACTIONS(4507), [anon_sym_LBRACE] = ACTIONS(4512), [anon_sym_LBRACK] = ACTIONS(4516), [anon_sym_EQ] = ACTIONS(4507), [anon_sym_static] = ACTIONS(4507), [anon_sym_register] = ACTIONS(4507), [anon_sym_inline] = ACTIONS(4507), [anon_sym_thread_local] = ACTIONS(4507), [anon_sym_const] = ACTIONS(4507), [anon_sym_constexpr] = ACTIONS(4507), [anon_sym_volatile] = ACTIONS(4507), [anon_sym_restrict] = ACTIONS(4507), [anon_sym___restrict__] = ACTIONS(4507), [anon_sym__Atomic] = ACTIONS(4507), [anon_sym__Noreturn] = ACTIONS(4507), [anon_sym_noreturn] = ACTIONS(4507), [anon_sym_mutable] = ACTIONS(4507), [anon_sym_constinit] = ACTIONS(4507), [anon_sym_consteval] = ACTIONS(4507), [anon_sym_QMARK] = ACTIONS(4519), [anon_sym_LT_EQ_GT] = ACTIONS(4519), [anon_sym_or] = ACTIONS(4514), [anon_sym_and] = ACTIONS(4514), [anon_sym_bitor] = ACTIONS(4514), [anon_sym_xor] = ACTIONS(4514), [anon_sym_bitand] = ACTIONS(4514), [anon_sym_not_eq] = ACTIONS(4514), [anon_sym_DASH_DASH] = ACTIONS(4519), [anon_sym_PLUS_PLUS] = ACTIONS(4519), [anon_sym_DOT] = ACTIONS(4514), [anon_sym_DASH_GT] = ACTIONS(4519), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(4507), [anon_sym_decltype] = ACTIONS(4507), [anon_sym_virtual] = ACTIONS(4507), [anon_sym_template] = ACTIONS(4507), [anon_sym_operator] = ACTIONS(4507), }, [2207] = { [sym_string_literal] = STATE(2205), [sym_raw_string_literal] = STATE(2205), [aux_sym_concatenated_string_repeat1] = STATE(2205), [anon_sym_DOT_DOT_DOT] = ACTIONS(4478), [anon_sym_COMMA] = ACTIONS(4478), [anon_sym_RPAREN] = ACTIONS(4478), [anon_sym_LPAREN2] = ACTIONS(4478), [anon_sym_DASH] = ACTIONS(4473), [anon_sym_PLUS] = ACTIONS(4473), [anon_sym_STAR] = ACTIONS(4473), [anon_sym_SLASH] = ACTIONS(4473), [anon_sym_PERCENT] = ACTIONS(4473), [anon_sym_PIPE_PIPE] = ACTIONS(4478), [anon_sym_AMP_AMP] = ACTIONS(4478), [anon_sym_PIPE] = ACTIONS(4473), [anon_sym_CARET] = ACTIONS(4473), [anon_sym_AMP] = ACTIONS(4473), [anon_sym_EQ_EQ] = ACTIONS(4478), [anon_sym_BANG_EQ] = ACTIONS(4478), [anon_sym_GT] = ACTIONS(4473), [anon_sym_GT_EQ] = ACTIONS(4478), [anon_sym_LT_EQ] = ACTIONS(4473), [anon_sym_LT] = ACTIONS(4473), [anon_sym_LT_LT] = ACTIONS(4473), [anon_sym_GT_GT] = ACTIONS(4473), [anon_sym_LBRACK] = ACTIONS(4478), [anon_sym_EQ] = ACTIONS(4473), [anon_sym_QMARK] = ACTIONS(4478), [anon_sym_STAR_EQ] = ACTIONS(4478), [anon_sym_SLASH_EQ] = ACTIONS(4478), [anon_sym_PERCENT_EQ] = ACTIONS(4478), [anon_sym_PLUS_EQ] = ACTIONS(4478), [anon_sym_DASH_EQ] = ACTIONS(4478), [anon_sym_LT_LT_EQ] = ACTIONS(4478), [anon_sym_GT_GT_EQ] = ACTIONS(4478), [anon_sym_AMP_EQ] = ACTIONS(4478), [anon_sym_CARET_EQ] = ACTIONS(4478), [anon_sym_PIPE_EQ] = ACTIONS(4478), [anon_sym_and_eq] = ACTIONS(4473), [anon_sym_or_eq] = ACTIONS(4473), [anon_sym_xor_eq] = ACTIONS(4473), [anon_sym_LT_EQ_GT] = ACTIONS(4478), [anon_sym_or] = ACTIONS(4473), [anon_sym_and] = ACTIONS(4473), [anon_sym_bitor] = ACTIONS(4473), [anon_sym_xor] = ACTIONS(4473), [anon_sym_bitand] = ACTIONS(4473), [anon_sym_not_eq] = ACTIONS(4473), [anon_sym_DASH_DASH] = ACTIONS(4478), [anon_sym_PLUS_PLUS] = ACTIONS(4478), [anon_sym_DOT] = ACTIONS(4473), [anon_sym_DASH_GT] = ACTIONS(4473), [anon_sym_L_DQUOTE] = ACTIONS(2015), [anon_sym_u_DQUOTE] = ACTIONS(2015), [anon_sym_U_DQUOTE] = ACTIONS(2015), [anon_sym_u8_DQUOTE] = ACTIONS(2015), [anon_sym_DQUOTE] = ACTIONS(2015), [sym_comment] = ACTIONS(3), [anon_sym_R_DQUOTE] = ACTIONS(2023), [anon_sym_LR_DQUOTE] = ACTIONS(2023), [anon_sym_uR_DQUOTE] = ACTIONS(2023), [anon_sym_UR_DQUOTE] = ACTIONS(2023), [anon_sym_u8R_DQUOTE] = ACTIONS(2023), [anon_sym_DOT_STAR] = ACTIONS(4478), [anon_sym_DASH_GT_STAR] = ACTIONS(4478), [sym_literal_suffix] = ACTIONS(4758), }, [2208] = { [sym_identifier] = ACTIONS(4507), [anon_sym_DOT_DOT_DOT] = ACTIONS(4519), [anon_sym_COMMA] = ACTIONS(4519), [anon_sym_LPAREN2] = ACTIONS(4509), [anon_sym_TILDE] = ACTIONS(4512), [anon_sym_DASH] = ACTIONS(4514), [anon_sym_PLUS] = ACTIONS(4514), [anon_sym_STAR] = ACTIONS(4509), [anon_sym_SLASH] = ACTIONS(4514), [anon_sym_PERCENT] = ACTIONS(4519), [anon_sym_PIPE_PIPE] = ACTIONS(4519), [anon_sym_AMP_AMP] = ACTIONS(4509), [anon_sym_PIPE] = ACTIONS(4514), [anon_sym_CARET] = ACTIONS(4519), [anon_sym_AMP] = ACTIONS(4516), [anon_sym_EQ_EQ] = ACTIONS(4519), [anon_sym_BANG_EQ] = ACTIONS(4519), [anon_sym_GT] = ACTIONS(4514), [anon_sym_GT_EQ] = ACTIONS(4519), [anon_sym_LT_EQ] = ACTIONS(4514), [anon_sym_LT] = ACTIONS(4514), [anon_sym_LT_LT] = ACTIONS(4519), [anon_sym_GT_GT] = ACTIONS(4519), [anon_sym_SEMI] = ACTIONS(4509), [anon_sym_extern] = ACTIONS(4507), [anon_sym___attribute__] = ACTIONS(4507), [anon_sym_COLON_COLON] = ACTIONS(4512), [anon_sym_LBRACK_LBRACK] = ACTIONS(4509), [anon_sym___declspec] = ACTIONS(4507), [anon_sym___based] = ACTIONS(4507), [anon_sym_LBRACE] = ACTIONS(4512), [anon_sym_RBRACE] = ACTIONS(4519), [anon_sym_LBRACK] = ACTIONS(4516), [anon_sym_static] = ACTIONS(4507), [anon_sym_register] = ACTIONS(4507), [anon_sym_inline] = ACTIONS(4507), [anon_sym_thread_local] = ACTIONS(4507), [anon_sym_const] = ACTIONS(4507), [anon_sym_constexpr] = ACTIONS(4507), [anon_sym_volatile] = ACTIONS(4507), [anon_sym_restrict] = ACTIONS(4507), [anon_sym___restrict__] = ACTIONS(4507), [anon_sym__Atomic] = ACTIONS(4507), [anon_sym__Noreturn] = ACTIONS(4507), [anon_sym_noreturn] = ACTIONS(4507), [anon_sym_mutable] = ACTIONS(4507), [anon_sym_constinit] = ACTIONS(4507), [anon_sym_consteval] = ACTIONS(4507), [anon_sym_QMARK] = ACTIONS(4519), [anon_sym_LT_EQ_GT] = ACTIONS(4519), [anon_sym_or] = ACTIONS(4514), [anon_sym_and] = ACTIONS(4514), [anon_sym_bitor] = ACTIONS(4514), [anon_sym_xor] = ACTIONS(4514), [anon_sym_bitand] = ACTIONS(4514), [anon_sym_not_eq] = ACTIONS(4514), [anon_sym_DASH_DASH] = ACTIONS(4519), [anon_sym_PLUS_PLUS] = ACTIONS(4519), [anon_sym_DOT] = ACTIONS(4514), [anon_sym_DASH_GT] = ACTIONS(4519), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(4507), [anon_sym_decltype] = ACTIONS(4507), [anon_sym_virtual] = ACTIONS(4507), [anon_sym_template] = ACTIONS(4507), [anon_sym_operator] = ACTIONS(4507), }, [2209] = { [sym_template_argument_list] = STATE(2225), [anon_sym_DOT_DOT_DOT] = ACTIONS(4449), [anon_sym_COMMA] = ACTIONS(4449), [anon_sym_LPAREN2] = ACTIONS(4449), [anon_sym_DASH] = ACTIONS(4454), [anon_sym_PLUS] = ACTIONS(4454), [anon_sym_STAR] = ACTIONS(4456), [anon_sym_SLASH] = ACTIONS(4454), [anon_sym_PERCENT] = ACTIONS(4454), [anon_sym_PIPE_PIPE] = ACTIONS(4459), [anon_sym_AMP_AMP] = ACTIONS(4449), [anon_sym_PIPE] = ACTIONS(4454), [anon_sym_CARET] = ACTIONS(4454), [anon_sym_AMP] = ACTIONS(4456), [anon_sym_EQ_EQ] = ACTIONS(4459), [anon_sym_BANG_EQ] = ACTIONS(4459), [anon_sym_GT] = ACTIONS(4454), [anon_sym_GT_EQ] = ACTIONS(4454), [anon_sym_LT_EQ] = ACTIONS(4454), [anon_sym_LT] = ACTIONS(4760), [anon_sym_LT_LT] = ACTIONS(4454), [anon_sym_GT_GT] = ACTIONS(4454), [anon_sym_COLON_COLON] = ACTIONS(4464), [anon_sym_LBRACE] = ACTIONS(4452), [anon_sym_LBRACK] = ACTIONS(4449), [anon_sym_EQ] = ACTIONS(4454), [anon_sym_const] = ACTIONS(4447), [anon_sym_constexpr] = ACTIONS(4452), [anon_sym_volatile] = ACTIONS(4452), [anon_sym_restrict] = ACTIONS(4452), [anon_sym___restrict__] = ACTIONS(4452), [anon_sym__Atomic] = ACTIONS(4452), [anon_sym__Noreturn] = ACTIONS(4452), [anon_sym_noreturn] = ACTIONS(4452), [anon_sym_mutable] = ACTIONS(4452), [anon_sym_constinit] = ACTIONS(4452), [anon_sym_consteval] = ACTIONS(4452), [anon_sym_QMARK] = ACTIONS(4459), [anon_sym_STAR_EQ] = ACTIONS(4459), [anon_sym_SLASH_EQ] = ACTIONS(4459), [anon_sym_PERCENT_EQ] = ACTIONS(4459), [anon_sym_PLUS_EQ] = ACTIONS(4459), [anon_sym_DASH_EQ] = ACTIONS(4459), [anon_sym_LT_LT_EQ] = ACTIONS(4459), [anon_sym_GT_GT_EQ] = ACTIONS(4454), [anon_sym_AMP_EQ] = ACTIONS(4459), [anon_sym_CARET_EQ] = ACTIONS(4459), [anon_sym_PIPE_EQ] = ACTIONS(4459), [anon_sym_and_eq] = ACTIONS(4459), [anon_sym_or_eq] = ACTIONS(4459), [anon_sym_xor_eq] = ACTIONS(4459), [anon_sym_LT_EQ_GT] = ACTIONS(4459), [anon_sym_or] = ACTIONS(4454), [anon_sym_and] = ACTIONS(4454), [anon_sym_bitor] = ACTIONS(4459), [anon_sym_xor] = ACTIONS(4454), [anon_sym_bitand] = ACTIONS(4459), [anon_sym_not_eq] = ACTIONS(4459), [anon_sym_DASH_DASH] = ACTIONS(4459), [anon_sym_PLUS_PLUS] = ACTIONS(4459), [anon_sym_DOT] = ACTIONS(4454), [anon_sym_DASH_GT] = ACTIONS(4459), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(4452), [anon_sym_decltype] = ACTIONS(4452), [anon_sym_GT2] = ACTIONS(4449), }, [2210] = { [sym_identifier] = ACTIONS(4763), [anon_sym_LPAREN2] = ACTIONS(4765), [anon_sym_BANG] = ACTIONS(4765), [anon_sym_TILDE] = ACTIONS(4765), [anon_sym_DASH] = ACTIONS(4763), [anon_sym_PLUS] = ACTIONS(4763), [anon_sym_STAR] = ACTIONS(4765), [anon_sym_AMP] = ACTIONS(4765), [anon_sym_SEMI] = ACTIONS(4765), [anon_sym_COLON_COLON] = ACTIONS(4765), [anon_sym_LBRACK_LBRACK] = ACTIONS(4765), [anon_sym_LBRACE] = ACTIONS(4765), [anon_sym_LBRACK] = ACTIONS(4763), [sym_primitive_type] = ACTIONS(4763), [anon_sym_if] = ACTIONS(4763), [anon_sym_switch] = ACTIONS(4763), [anon_sym_case] = ACTIONS(4763), [anon_sym_default] = ACTIONS(4763), [anon_sym_while] = ACTIONS(4763), [anon_sym_do] = ACTIONS(4763), [anon_sym_for] = ACTIONS(4763), [anon_sym_return] = ACTIONS(4763), [anon_sym_break] = ACTIONS(4763), [anon_sym_continue] = ACTIONS(4763), [anon_sym_goto] = ACTIONS(4763), [anon_sym_not] = ACTIONS(4763), [anon_sym_compl] = ACTIONS(4763), [anon_sym_DASH_DASH] = ACTIONS(4765), [anon_sym_PLUS_PLUS] = ACTIONS(4765), [anon_sym_sizeof] = ACTIONS(4763), [anon_sym_offsetof] = ACTIONS(4763), [anon_sym__Generic] = ACTIONS(4763), [anon_sym_asm] = ACTIONS(4763), [anon_sym___asm__] = ACTIONS(4763), [sym_number_literal] = ACTIONS(4765), [anon_sym_L_SQUOTE] = ACTIONS(4765), [anon_sym_u_SQUOTE] = ACTIONS(4765), [anon_sym_U_SQUOTE] = ACTIONS(4765), [anon_sym_u8_SQUOTE] = ACTIONS(4765), [anon_sym_SQUOTE] = ACTIONS(4765), [anon_sym_L_DQUOTE] = ACTIONS(4765), [anon_sym_u_DQUOTE] = ACTIONS(4765), [anon_sym_U_DQUOTE] = ACTIONS(4765), [anon_sym_u8_DQUOTE] = ACTIONS(4765), [anon_sym_DQUOTE] = ACTIONS(4765), [sym_true] = ACTIONS(4763), [sym_false] = ACTIONS(4763), [anon_sym_NULL] = ACTIONS(4763), [anon_sym_nullptr] = ACTIONS(4763), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(4763), [anon_sym_template] = ACTIONS(4763), [anon_sym_try] = ACTIONS(4763), [anon_sym_delete] = ACTIONS(4763), [anon_sym_throw] = ACTIONS(4763), [anon_sym_co_return] = ACTIONS(4763), [anon_sym_co_yield] = ACTIONS(4763), [anon_sym_R_DQUOTE] = ACTIONS(4765), [anon_sym_LR_DQUOTE] = ACTIONS(4765), [anon_sym_uR_DQUOTE] = ACTIONS(4765), [anon_sym_UR_DQUOTE] = ACTIONS(4765), [anon_sym_u8R_DQUOTE] = ACTIONS(4765), [anon_sym_co_await] = ACTIONS(4763), [anon_sym_new] = ACTIONS(4763), [anon_sym_requires] = ACTIONS(4763), [sym_this] = ACTIONS(4763), }, [2211] = { [sym_identifier] = ACTIONS(4767), [anon_sym_LPAREN2] = ACTIONS(4769), [anon_sym_BANG] = ACTIONS(4769), [anon_sym_TILDE] = ACTIONS(4769), [anon_sym_DASH] = ACTIONS(4767), [anon_sym_PLUS] = ACTIONS(4767), [anon_sym_STAR] = ACTIONS(4769), [anon_sym_AMP] = ACTIONS(4769), [anon_sym_SEMI] = ACTIONS(4769), [anon_sym_COLON_COLON] = ACTIONS(4769), [anon_sym_LBRACK_LBRACK] = ACTIONS(4769), [anon_sym_LBRACE] = ACTIONS(4769), [anon_sym_LBRACK] = ACTIONS(4767), [sym_primitive_type] = ACTIONS(4767), [anon_sym_if] = ACTIONS(4767), [anon_sym_switch] = ACTIONS(4767), [anon_sym_case] = ACTIONS(4767), [anon_sym_default] = ACTIONS(4767), [anon_sym_while] = ACTIONS(4767), [anon_sym_do] = ACTIONS(4767), [anon_sym_for] = ACTIONS(4767), [anon_sym_return] = ACTIONS(4767), [anon_sym_break] = ACTIONS(4767), [anon_sym_continue] = ACTIONS(4767), [anon_sym_goto] = ACTIONS(4767), [anon_sym_not] = ACTIONS(4767), [anon_sym_compl] = ACTIONS(4767), [anon_sym_DASH_DASH] = ACTIONS(4769), [anon_sym_PLUS_PLUS] = ACTIONS(4769), [anon_sym_sizeof] = ACTIONS(4767), [anon_sym_offsetof] = ACTIONS(4767), [anon_sym__Generic] = ACTIONS(4767), [anon_sym_asm] = ACTIONS(4767), [anon_sym___asm__] = ACTIONS(4767), [sym_number_literal] = ACTIONS(4769), [anon_sym_L_SQUOTE] = ACTIONS(4769), [anon_sym_u_SQUOTE] = ACTIONS(4769), [anon_sym_U_SQUOTE] = ACTIONS(4769), [anon_sym_u8_SQUOTE] = ACTIONS(4769), [anon_sym_SQUOTE] = ACTIONS(4769), [anon_sym_L_DQUOTE] = ACTIONS(4769), [anon_sym_u_DQUOTE] = ACTIONS(4769), [anon_sym_U_DQUOTE] = ACTIONS(4769), [anon_sym_u8_DQUOTE] = ACTIONS(4769), [anon_sym_DQUOTE] = ACTIONS(4769), [sym_true] = ACTIONS(4767), [sym_false] = ACTIONS(4767), [anon_sym_NULL] = ACTIONS(4767), [anon_sym_nullptr] = ACTIONS(4767), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(4767), [anon_sym_template] = ACTIONS(4767), [anon_sym_try] = ACTIONS(4767), [anon_sym_delete] = ACTIONS(4767), [anon_sym_throw] = ACTIONS(4767), [anon_sym_co_return] = ACTIONS(4767), [anon_sym_co_yield] = ACTIONS(4767), [anon_sym_R_DQUOTE] = ACTIONS(4769), [anon_sym_LR_DQUOTE] = ACTIONS(4769), [anon_sym_uR_DQUOTE] = ACTIONS(4769), [anon_sym_UR_DQUOTE] = ACTIONS(4769), [anon_sym_u8R_DQUOTE] = ACTIONS(4769), [anon_sym_co_await] = ACTIONS(4767), [anon_sym_new] = ACTIONS(4767), [anon_sym_requires] = ACTIONS(4767), [sym_this] = ACTIONS(4767), }, [2212] = { [anon_sym_DOT_DOT_DOT] = ACTIONS(4519), [anon_sym_COMMA] = ACTIONS(4519), [anon_sym_RPAREN] = ACTIONS(4509), [anon_sym_LPAREN2] = ACTIONS(4509), [anon_sym_DASH] = ACTIONS(4514), [anon_sym_PLUS] = ACTIONS(4514), [anon_sym_STAR] = ACTIONS(4516), [anon_sym_SLASH] = ACTIONS(4514), [anon_sym_PERCENT] = ACTIONS(4514), [anon_sym_PIPE_PIPE] = ACTIONS(4519), [anon_sym_AMP_AMP] = ACTIONS(4509), [anon_sym_PIPE] = ACTIONS(4514), [anon_sym_CARET] = ACTIONS(4514), [anon_sym_AMP] = ACTIONS(4516), [anon_sym_EQ_EQ] = ACTIONS(4519), [anon_sym_BANG_EQ] = ACTIONS(4519), [anon_sym_GT] = ACTIONS(4514), [anon_sym_GT_EQ] = ACTIONS(4519), [anon_sym_LT_EQ] = ACTIONS(4514), [anon_sym_LT] = ACTIONS(4514), [anon_sym_LT_LT] = ACTIONS(4514), [anon_sym_GT_GT] = ACTIONS(4514), [anon_sym_SEMI] = ACTIONS(4519), [anon_sym_COLON_COLON] = ACTIONS(4512), [anon_sym_LBRACK_LBRACK] = ACTIONS(4519), [anon_sym_LBRACE] = ACTIONS(4512), [anon_sym_LBRACK] = ACTIONS(4516), [anon_sym_EQ] = ACTIONS(4514), [anon_sym_const] = ACTIONS(4507), [anon_sym_constexpr] = ACTIONS(4512), [anon_sym_volatile] = ACTIONS(4512), [anon_sym_restrict] = ACTIONS(4512), [anon_sym___restrict__] = ACTIONS(4512), [anon_sym__Atomic] = ACTIONS(4512), [anon_sym__Noreturn] = ACTIONS(4512), [anon_sym_noreturn] = ACTIONS(4512), [anon_sym_mutable] = ACTIONS(4512), [anon_sym_constinit] = ACTIONS(4512), [anon_sym_consteval] = ACTIONS(4512), [anon_sym_QMARK] = ACTIONS(4519), [anon_sym_STAR_EQ] = ACTIONS(4519), [anon_sym_SLASH_EQ] = ACTIONS(4519), [anon_sym_PERCENT_EQ] = ACTIONS(4519), [anon_sym_PLUS_EQ] = ACTIONS(4519), [anon_sym_DASH_EQ] = ACTIONS(4519), [anon_sym_LT_LT_EQ] = ACTIONS(4519), [anon_sym_GT_GT_EQ] = ACTIONS(4519), [anon_sym_AMP_EQ] = ACTIONS(4519), [anon_sym_CARET_EQ] = ACTIONS(4519), [anon_sym_PIPE_EQ] = ACTIONS(4519), [anon_sym_LT_EQ_GT] = ACTIONS(4519), [anon_sym_or] = ACTIONS(4519), [anon_sym_and] = ACTIONS(4519), [anon_sym_bitor] = ACTIONS(4519), [anon_sym_xor] = ACTIONS(4519), [anon_sym_bitand] = ACTIONS(4519), [anon_sym_not_eq] = ACTIONS(4519), [anon_sym_DASH_DASH] = ACTIONS(4519), [anon_sym_PLUS_PLUS] = ACTIONS(4519), [anon_sym_DOT] = ACTIONS(4514), [anon_sym_DASH_GT] = ACTIONS(4514), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(4512), [anon_sym_decltype] = ACTIONS(4512), [anon_sym_DOT_STAR] = ACTIONS(4519), [anon_sym_DASH_GT_STAR] = ACTIONS(4519), }, [2213] = { [sym_template_argument_list] = STATE(3393), [anon_sym_DOT_DOT_DOT] = ACTIONS(4468), [anon_sym_COMMA] = ACTIONS(4468), [anon_sym_LPAREN2] = ACTIONS(4468), [anon_sym_DASH] = ACTIONS(4473), [anon_sym_PLUS] = ACTIONS(4473), [anon_sym_STAR] = ACTIONS(4475), [anon_sym_SLASH] = ACTIONS(4473), [anon_sym_PERCENT] = ACTIONS(4473), [anon_sym_PIPE_PIPE] = ACTIONS(4478), [anon_sym_AMP_AMP] = ACTIONS(4468), [anon_sym_PIPE] = ACTIONS(4473), [anon_sym_CARET] = ACTIONS(4473), [anon_sym_AMP] = ACTIONS(4475), [anon_sym_EQ_EQ] = ACTIONS(4478), [anon_sym_BANG_EQ] = ACTIONS(4478), [anon_sym_GT] = ACTIONS(4473), [anon_sym_GT_EQ] = ACTIONS(4473), [anon_sym_LT_EQ] = ACTIONS(4473), [anon_sym_LT] = ACTIONS(4771), [anon_sym_LT_LT] = ACTIONS(4473), [anon_sym_GT_GT] = ACTIONS(4473), [anon_sym_COLON_COLON] = ACTIONS(4464), [anon_sym_LBRACE] = ACTIONS(4483), [anon_sym_LBRACK] = ACTIONS(4468), [anon_sym_EQ] = ACTIONS(4774), [anon_sym_const] = ACTIONS(4466), [anon_sym_constexpr] = ACTIONS(4471), [anon_sym_volatile] = ACTIONS(4471), [anon_sym_restrict] = ACTIONS(4471), [anon_sym___restrict__] = ACTIONS(4471), [anon_sym__Atomic] = ACTIONS(4471), [anon_sym__Noreturn] = ACTIONS(4471), [anon_sym_noreturn] = ACTIONS(4471), [anon_sym_mutable] = ACTIONS(4471), [anon_sym_constinit] = ACTIONS(4471), [anon_sym_consteval] = ACTIONS(4471), [anon_sym_QMARK] = ACTIONS(4478), [anon_sym_STAR_EQ] = ACTIONS(4776), [anon_sym_SLASH_EQ] = ACTIONS(4776), [anon_sym_PERCENT_EQ] = ACTIONS(4776), [anon_sym_PLUS_EQ] = ACTIONS(4776), [anon_sym_DASH_EQ] = ACTIONS(4776), [anon_sym_LT_LT_EQ] = ACTIONS(4776), [anon_sym_GT_GT_EQ] = ACTIONS(4774), [anon_sym_AMP_EQ] = ACTIONS(4776), [anon_sym_CARET_EQ] = ACTIONS(4776), [anon_sym_PIPE_EQ] = ACTIONS(4776), [anon_sym_and_eq] = ACTIONS(4776), [anon_sym_or_eq] = ACTIONS(4776), [anon_sym_xor_eq] = ACTIONS(4776), [anon_sym_LT_EQ_GT] = ACTIONS(4478), [anon_sym_or] = ACTIONS(4473), [anon_sym_and] = ACTIONS(4473), [anon_sym_bitor] = ACTIONS(4478), [anon_sym_xor] = ACTIONS(4473), [anon_sym_bitand] = ACTIONS(4478), [anon_sym_not_eq] = ACTIONS(4478), [anon_sym_DASH_DASH] = ACTIONS(4478), [anon_sym_PLUS_PLUS] = ACTIONS(4478), [anon_sym_DOT] = ACTIONS(4473), [anon_sym_DASH_GT] = ACTIONS(4478), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(4471), [anon_sym_decltype] = ACTIONS(4471), [anon_sym_GT2] = ACTIONS(4468), }, [2214] = { [sym_catch_clause] = STATE(2237), [aux_sym_constructor_try_statement_repeat1] = STATE(2237), [sym_identifier] = ACTIONS(2715), [aux_sym_preproc_def_token1] = ACTIONS(2715), [aux_sym_preproc_if_token1] = ACTIONS(2715), [aux_sym_preproc_if_token2] = ACTIONS(2715), [aux_sym_preproc_ifdef_token1] = ACTIONS(2715), [aux_sym_preproc_ifdef_token2] = ACTIONS(2715), [aux_sym_preproc_else_token1] = ACTIONS(2715), [aux_sym_preproc_elif_token1] = ACTIONS(2715), [aux_sym_preproc_elifdef_token1] = ACTIONS(2715), [aux_sym_preproc_elifdef_token2] = ACTIONS(2715), [sym_preproc_directive] = ACTIONS(2715), [anon_sym_LPAREN2] = ACTIONS(2717), [anon_sym_TILDE] = ACTIONS(2717), [anon_sym_STAR] = ACTIONS(2717), [anon_sym_AMP_AMP] = ACTIONS(2717), [anon_sym_AMP] = ACTIONS(2715), [anon_sym_typedef] = ACTIONS(2715), [anon_sym_extern] = ACTIONS(2715), [anon_sym___attribute__] = ACTIONS(2715), [anon_sym_COLON_COLON] = ACTIONS(2717), [anon_sym_LBRACK_LBRACK] = ACTIONS(2717), [anon_sym___declspec] = ACTIONS(2715), [anon_sym___based] = ACTIONS(2715), [anon_sym_signed] = ACTIONS(2715), [anon_sym_unsigned] = ACTIONS(2715), [anon_sym_long] = ACTIONS(2715), [anon_sym_short] = ACTIONS(2715), [anon_sym_LBRACK] = ACTIONS(2715), [anon_sym_static] = ACTIONS(2715), [anon_sym_register] = ACTIONS(2715), [anon_sym_inline] = ACTIONS(2715), [anon_sym_thread_local] = ACTIONS(2715), [anon_sym_const] = ACTIONS(2715), [anon_sym_constexpr] = ACTIONS(2715), [anon_sym_volatile] = ACTIONS(2715), [anon_sym_restrict] = ACTIONS(2715), [anon_sym___restrict__] = ACTIONS(2715), [anon_sym__Atomic] = ACTIONS(2715), [anon_sym__Noreturn] = ACTIONS(2715), [anon_sym_noreturn] = ACTIONS(2715), [anon_sym_mutable] = ACTIONS(2715), [anon_sym_constinit] = ACTIONS(2715), [anon_sym_consteval] = ACTIONS(2715), [sym_primitive_type] = ACTIONS(2715), [anon_sym_enum] = ACTIONS(2715), [anon_sym_class] = ACTIONS(2715), [anon_sym_struct] = ACTIONS(2715), [anon_sym_union] = ACTIONS(2715), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2715), [anon_sym_decltype] = ACTIONS(2715), [anon_sym_virtual] = ACTIONS(2715), [anon_sym_explicit] = ACTIONS(2715), [anon_sym_typename] = ACTIONS(2715), [anon_sym_template] = ACTIONS(2715), [anon_sym_operator] = ACTIONS(2715), [anon_sym_friend] = ACTIONS(2715), [anon_sym_public] = ACTIONS(2715), [anon_sym_private] = ACTIONS(2715), [anon_sym_protected] = ACTIONS(2715), [anon_sym_using] = ACTIONS(2715), [anon_sym_static_assert] = ACTIONS(2715), [anon_sym_catch] = ACTIONS(4778), }, [2215] = { [sym_identifier] = ACTIONS(4780), [anon_sym_DOT_DOT_DOT] = ACTIONS(4782), [anon_sym_COMMA] = ACTIONS(4782), [anon_sym_RPAREN] = ACTIONS(4782), [anon_sym_LPAREN2] = ACTIONS(4782), [anon_sym_DASH] = ACTIONS(4780), [anon_sym_PLUS] = ACTIONS(4780), [anon_sym_STAR] = ACTIONS(4782), [anon_sym_SLASH] = ACTIONS(4780), [anon_sym_PERCENT] = ACTIONS(4782), [anon_sym_PIPE_PIPE] = ACTIONS(4782), [anon_sym_AMP_AMP] = ACTIONS(4782), [anon_sym_PIPE] = ACTIONS(4780), [anon_sym_CARET] = ACTIONS(4782), [anon_sym_AMP] = ACTIONS(4780), [anon_sym_EQ_EQ] = ACTIONS(4782), [anon_sym_BANG_EQ] = ACTIONS(4782), [anon_sym_GT] = ACTIONS(4780), [anon_sym_GT_EQ] = ACTIONS(4782), [anon_sym_LT_EQ] = ACTIONS(4780), [anon_sym_LT] = ACTIONS(4780), [anon_sym_LT_LT] = ACTIONS(4782), [anon_sym_GT_GT] = ACTIONS(4782), [anon_sym_SEMI] = ACTIONS(4782), [anon_sym_COLON_COLON] = ACTIONS(4782), [anon_sym___based] = ACTIONS(4780), [anon_sym_LBRACE] = ACTIONS(4782), [anon_sym_RBRACE] = ACTIONS(4782), [anon_sym_signed] = ACTIONS(4780), [anon_sym_unsigned] = ACTIONS(4780), [anon_sym_long] = ACTIONS(4780), [anon_sym_short] = ACTIONS(4780), [anon_sym_LBRACK] = ACTIONS(4782), [anon_sym_RBRACK] = ACTIONS(4782), [anon_sym_const] = ACTIONS(4780), [anon_sym_constexpr] = ACTIONS(4780), [anon_sym_volatile] = ACTIONS(4780), [anon_sym_restrict] = ACTIONS(4780), [anon_sym___restrict__] = ACTIONS(4780), [anon_sym__Atomic] = ACTIONS(4780), [anon_sym__Noreturn] = ACTIONS(4780), [anon_sym_noreturn] = ACTIONS(4780), [anon_sym_mutable] = ACTIONS(4780), [anon_sym_constinit] = ACTIONS(4780), [anon_sym_consteval] = ACTIONS(4780), [sym_primitive_type] = ACTIONS(4780), [anon_sym_COLON] = ACTIONS(4780), [anon_sym_QMARK] = ACTIONS(4782), [anon_sym_LT_EQ_GT] = ACTIONS(4782), [anon_sym_or] = ACTIONS(4780), [anon_sym_and] = ACTIONS(4780), [anon_sym_bitor] = ACTIONS(4780), [anon_sym_xor] = ACTIONS(4780), [anon_sym_bitand] = ACTIONS(4780), [anon_sym_not_eq] = ACTIONS(4780), [anon_sym_DASH_DASH] = ACTIONS(4782), [anon_sym_PLUS_PLUS] = ACTIONS(4782), [anon_sym_DOT] = ACTIONS(4780), [anon_sym_DASH_GT] = ACTIONS(4782), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(4780), [anon_sym_decltype] = ACTIONS(4780), [anon_sym_final] = ACTIONS(4780), [anon_sym_override] = ACTIONS(4780), [anon_sym_requires] = ACTIONS(4780), }, [2216] = { [anon_sym_DOT_DOT_DOT] = ACTIONS(4784), [anon_sym_COMMA] = ACTIONS(4784), [anon_sym_RPAREN] = ACTIONS(4784), [anon_sym_LPAREN2] = ACTIONS(4784), [anon_sym_DASH] = ACTIONS(4786), [anon_sym_PLUS] = ACTIONS(4786), [anon_sym_STAR] = ACTIONS(4786), [anon_sym_SLASH] = ACTIONS(4786), [anon_sym_PERCENT] = ACTIONS(4786), [anon_sym_PIPE_PIPE] = ACTIONS(4784), [anon_sym_AMP_AMP] = ACTIONS(4784), [anon_sym_PIPE] = ACTIONS(4786), [anon_sym_CARET] = ACTIONS(4786), [anon_sym_AMP] = ACTIONS(4786), [anon_sym_EQ_EQ] = ACTIONS(4784), [anon_sym_BANG_EQ] = ACTIONS(4784), [anon_sym_GT] = ACTIONS(4786), [anon_sym_GT_EQ] = ACTIONS(4784), [anon_sym_LT_EQ] = ACTIONS(4786), [anon_sym_LT] = ACTIONS(4786), [anon_sym_LT_LT] = ACTIONS(4786), [anon_sym_GT_GT] = ACTIONS(4786), [anon_sym_SEMI] = ACTIONS(4784), [anon_sym_RBRACE] = ACTIONS(4784), [anon_sym_LBRACK] = ACTIONS(4784), [anon_sym_RBRACK] = ACTIONS(4784), [anon_sym_EQ] = ACTIONS(4786), [anon_sym_COLON] = ACTIONS(4784), [anon_sym_QMARK] = ACTIONS(4784), [anon_sym_STAR_EQ] = ACTIONS(4784), [anon_sym_SLASH_EQ] = ACTIONS(4784), [anon_sym_PERCENT_EQ] = ACTIONS(4784), [anon_sym_PLUS_EQ] = ACTIONS(4784), [anon_sym_DASH_EQ] = ACTIONS(4784), [anon_sym_LT_LT_EQ] = ACTIONS(4784), [anon_sym_GT_GT_EQ] = ACTIONS(4784), [anon_sym_AMP_EQ] = ACTIONS(4784), [anon_sym_CARET_EQ] = ACTIONS(4784), [anon_sym_PIPE_EQ] = ACTIONS(4784), [anon_sym_and_eq] = ACTIONS(4786), [anon_sym_or_eq] = ACTIONS(4786), [anon_sym_xor_eq] = ACTIONS(4786), [anon_sym_LT_EQ_GT] = ACTIONS(4784), [anon_sym_or] = ACTIONS(4786), [anon_sym_and] = ACTIONS(4786), [anon_sym_bitor] = ACTIONS(4786), [anon_sym_xor] = ACTIONS(4786), [anon_sym_bitand] = ACTIONS(4786), [anon_sym_not_eq] = ACTIONS(4786), [anon_sym_DASH_DASH] = ACTIONS(4784), [anon_sym_PLUS_PLUS] = ACTIONS(4784), [anon_sym_DOT] = ACTIONS(4786), [anon_sym_DASH_GT] = ACTIONS(4784), [anon_sym_L_DQUOTE] = ACTIONS(4784), [anon_sym_u_DQUOTE] = ACTIONS(4784), [anon_sym_U_DQUOTE] = ACTIONS(4784), [anon_sym_u8_DQUOTE] = ACTIONS(4784), [anon_sym_DQUOTE] = ACTIONS(4784), [sym_comment] = ACTIONS(3), [anon_sym_R_DQUOTE] = ACTIONS(4784), [anon_sym_LR_DQUOTE] = ACTIONS(4784), [anon_sym_uR_DQUOTE] = ACTIONS(4784), [anon_sym_UR_DQUOTE] = ACTIONS(4784), [anon_sym_u8R_DQUOTE] = ACTIONS(4784), [sym_literal_suffix] = ACTIONS(4786), }, [2217] = { [sym_identifier] = ACTIONS(4558), [anon_sym_DOT_DOT_DOT] = ACTIONS(4560), [anon_sym_COMMA] = ACTIONS(4560), [anon_sym_RPAREN] = ACTIONS(4560), [anon_sym_LPAREN2] = ACTIONS(4560), [anon_sym_DASH] = ACTIONS(4558), [anon_sym_PLUS] = ACTIONS(4558), [anon_sym_STAR] = ACTIONS(4560), [anon_sym_SLASH] = ACTIONS(4558), [anon_sym_PERCENT] = ACTIONS(4560), [anon_sym_PIPE_PIPE] = ACTIONS(4560), [anon_sym_AMP_AMP] = ACTIONS(4560), [anon_sym_PIPE] = ACTIONS(4558), [anon_sym_CARET] = ACTIONS(4560), [anon_sym_AMP] = ACTIONS(4558), [anon_sym_EQ_EQ] = ACTIONS(4560), [anon_sym_BANG_EQ] = ACTIONS(4560), [anon_sym_GT] = ACTIONS(4558), [anon_sym_GT_EQ] = ACTIONS(4560), [anon_sym_LT_EQ] = ACTIONS(4558), [anon_sym_LT] = ACTIONS(4558), [anon_sym_LT_LT] = ACTIONS(4560), [anon_sym_GT_GT] = ACTIONS(4560), [anon_sym_SEMI] = ACTIONS(4560), [anon_sym_COLON_COLON] = ACTIONS(4560), [anon_sym___based] = ACTIONS(4558), [anon_sym_LBRACE] = ACTIONS(4560), [anon_sym_RBRACE] = ACTIONS(4560), [anon_sym_signed] = ACTIONS(4558), [anon_sym_unsigned] = ACTIONS(4558), [anon_sym_long] = ACTIONS(4558), [anon_sym_short] = ACTIONS(4558), [anon_sym_LBRACK] = ACTIONS(4560), [anon_sym_RBRACK] = ACTIONS(4560), [anon_sym_const] = ACTIONS(4558), [anon_sym_constexpr] = ACTIONS(4558), [anon_sym_volatile] = ACTIONS(4558), [anon_sym_restrict] = ACTIONS(4558), [anon_sym___restrict__] = ACTIONS(4558), [anon_sym__Atomic] = ACTIONS(4558), [anon_sym__Noreturn] = ACTIONS(4558), [anon_sym_noreturn] = ACTIONS(4558), [anon_sym_mutable] = ACTIONS(4558), [anon_sym_constinit] = ACTIONS(4558), [anon_sym_consteval] = ACTIONS(4558), [sym_primitive_type] = ACTIONS(4558), [anon_sym_COLON] = ACTIONS(4558), [anon_sym_QMARK] = ACTIONS(4560), [anon_sym_LT_EQ_GT] = ACTIONS(4560), [anon_sym_or] = ACTIONS(4558), [anon_sym_and] = ACTIONS(4558), [anon_sym_bitor] = ACTIONS(4558), [anon_sym_xor] = ACTIONS(4558), [anon_sym_bitand] = ACTIONS(4558), [anon_sym_not_eq] = ACTIONS(4558), [anon_sym_DASH_DASH] = ACTIONS(4560), [anon_sym_PLUS_PLUS] = ACTIONS(4560), [anon_sym_DOT] = ACTIONS(4558), [anon_sym_DASH_GT] = ACTIONS(4560), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(4558), [anon_sym_decltype] = ACTIONS(4558), [anon_sym_final] = ACTIONS(4558), [anon_sym_override] = ACTIONS(4558), [anon_sym_requires] = ACTIONS(4558), }, [2218] = { [sym_identifier] = ACTIONS(4541), [anon_sym_DOT_DOT_DOT] = ACTIONS(4543), [anon_sym_COMMA] = ACTIONS(4543), [anon_sym_RPAREN] = ACTIONS(4543), [anon_sym_LPAREN2] = ACTIONS(4543), [anon_sym_DASH] = ACTIONS(4541), [anon_sym_PLUS] = ACTIONS(4541), [anon_sym_STAR] = ACTIONS(4543), [anon_sym_SLASH] = ACTIONS(4541), [anon_sym_PERCENT] = ACTIONS(4543), [anon_sym_PIPE_PIPE] = ACTIONS(4543), [anon_sym_AMP_AMP] = ACTIONS(4543), [anon_sym_PIPE] = ACTIONS(4541), [anon_sym_CARET] = ACTIONS(4543), [anon_sym_AMP] = ACTIONS(4541), [anon_sym_EQ_EQ] = ACTIONS(4543), [anon_sym_BANG_EQ] = ACTIONS(4543), [anon_sym_GT] = ACTIONS(4541), [anon_sym_GT_EQ] = ACTIONS(4543), [anon_sym_LT_EQ] = ACTIONS(4541), [anon_sym_LT] = ACTIONS(4541), [anon_sym_LT_LT] = ACTIONS(4543), [anon_sym_GT_GT] = ACTIONS(4543), [anon_sym_SEMI] = ACTIONS(4543), [anon_sym_COLON_COLON] = ACTIONS(4543), [anon_sym___based] = ACTIONS(4541), [anon_sym_LBRACE] = ACTIONS(4543), [anon_sym_RBRACE] = ACTIONS(4543), [anon_sym_signed] = ACTIONS(4541), [anon_sym_unsigned] = ACTIONS(4541), [anon_sym_long] = ACTIONS(4541), [anon_sym_short] = ACTIONS(4541), [anon_sym_LBRACK] = ACTIONS(4543), [anon_sym_RBRACK] = ACTIONS(4543), [anon_sym_const] = ACTIONS(4541), [anon_sym_constexpr] = ACTIONS(4541), [anon_sym_volatile] = ACTIONS(4541), [anon_sym_restrict] = ACTIONS(4541), [anon_sym___restrict__] = ACTIONS(4541), [anon_sym__Atomic] = ACTIONS(4541), [anon_sym__Noreturn] = ACTIONS(4541), [anon_sym_noreturn] = ACTIONS(4541), [anon_sym_mutable] = ACTIONS(4541), [anon_sym_constinit] = ACTIONS(4541), [anon_sym_consteval] = ACTIONS(4541), [sym_primitive_type] = ACTIONS(4541), [anon_sym_COLON] = ACTIONS(4541), [anon_sym_QMARK] = ACTIONS(4543), [anon_sym_LT_EQ_GT] = ACTIONS(4543), [anon_sym_or] = ACTIONS(4541), [anon_sym_and] = ACTIONS(4541), [anon_sym_bitor] = ACTIONS(4541), [anon_sym_xor] = ACTIONS(4541), [anon_sym_bitand] = ACTIONS(4541), [anon_sym_not_eq] = ACTIONS(4541), [anon_sym_DASH_DASH] = ACTIONS(4543), [anon_sym_PLUS_PLUS] = ACTIONS(4543), [anon_sym_DOT] = ACTIONS(4541), [anon_sym_DASH_GT] = ACTIONS(4543), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(4541), [anon_sym_decltype] = ACTIONS(4541), [anon_sym_final] = ACTIONS(4541), [anon_sym_override] = ACTIONS(4541), [anon_sym_requires] = ACTIONS(4541), }, [2219] = { [sym_identifier] = ACTIONS(4537), [anon_sym_DOT_DOT_DOT] = ACTIONS(4539), [anon_sym_COMMA] = ACTIONS(4539), [anon_sym_RPAREN] = ACTIONS(4539), [anon_sym_LPAREN2] = ACTIONS(4539), [anon_sym_DASH] = ACTIONS(4537), [anon_sym_PLUS] = ACTIONS(4537), [anon_sym_STAR] = ACTIONS(4539), [anon_sym_SLASH] = ACTIONS(4537), [anon_sym_PERCENT] = ACTIONS(4539), [anon_sym_PIPE_PIPE] = ACTIONS(4539), [anon_sym_AMP_AMP] = ACTIONS(4539), [anon_sym_PIPE] = ACTIONS(4537), [anon_sym_CARET] = ACTIONS(4539), [anon_sym_AMP] = ACTIONS(4537), [anon_sym_EQ_EQ] = ACTIONS(4539), [anon_sym_BANG_EQ] = ACTIONS(4539), [anon_sym_GT] = ACTIONS(4537), [anon_sym_GT_EQ] = ACTIONS(4539), [anon_sym_LT_EQ] = ACTIONS(4537), [anon_sym_LT] = ACTIONS(4537), [anon_sym_LT_LT] = ACTIONS(4539), [anon_sym_GT_GT] = ACTIONS(4539), [anon_sym_SEMI] = ACTIONS(4539), [anon_sym_COLON_COLON] = ACTIONS(4539), [anon_sym___based] = ACTIONS(4537), [anon_sym_LBRACE] = ACTIONS(4539), [anon_sym_RBRACE] = ACTIONS(4539), [anon_sym_signed] = ACTIONS(4537), [anon_sym_unsigned] = ACTIONS(4537), [anon_sym_long] = ACTIONS(4537), [anon_sym_short] = ACTIONS(4537), [anon_sym_LBRACK] = ACTIONS(4539), [anon_sym_RBRACK] = ACTIONS(4539), [anon_sym_const] = ACTIONS(4537), [anon_sym_constexpr] = ACTIONS(4537), [anon_sym_volatile] = ACTIONS(4537), [anon_sym_restrict] = ACTIONS(4537), [anon_sym___restrict__] = ACTIONS(4537), [anon_sym__Atomic] = ACTIONS(4537), [anon_sym__Noreturn] = ACTIONS(4537), [anon_sym_noreturn] = ACTIONS(4537), [anon_sym_mutable] = ACTIONS(4537), [anon_sym_constinit] = ACTIONS(4537), [anon_sym_consteval] = ACTIONS(4537), [sym_primitive_type] = ACTIONS(4537), [anon_sym_COLON] = ACTIONS(4537), [anon_sym_QMARK] = ACTIONS(4539), [anon_sym_LT_EQ_GT] = ACTIONS(4539), [anon_sym_or] = ACTIONS(4537), [anon_sym_and] = ACTIONS(4537), [anon_sym_bitor] = ACTIONS(4537), [anon_sym_xor] = ACTIONS(4537), [anon_sym_bitand] = ACTIONS(4537), [anon_sym_not_eq] = ACTIONS(4537), [anon_sym_DASH_DASH] = ACTIONS(4539), [anon_sym_PLUS_PLUS] = ACTIONS(4539), [anon_sym_DOT] = ACTIONS(4537), [anon_sym_DASH_GT] = ACTIONS(4539), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(4537), [anon_sym_decltype] = ACTIONS(4537), [anon_sym_final] = ACTIONS(4537), [anon_sym_override] = ACTIONS(4537), [anon_sym_requires] = ACTIONS(4537), }, [2220] = { [sym_identifier] = ACTIONS(4531), [anon_sym_DOT_DOT_DOT] = ACTIONS(4533), [anon_sym_COMMA] = ACTIONS(4533), [anon_sym_RPAREN] = ACTIONS(4533), [anon_sym_LPAREN2] = ACTIONS(4533), [anon_sym_DASH] = ACTIONS(4531), [anon_sym_PLUS] = ACTIONS(4531), [anon_sym_STAR] = ACTIONS(4533), [anon_sym_SLASH] = ACTIONS(4531), [anon_sym_PERCENT] = ACTIONS(4533), [anon_sym_PIPE_PIPE] = ACTIONS(4533), [anon_sym_AMP_AMP] = ACTIONS(4533), [anon_sym_PIPE] = ACTIONS(4531), [anon_sym_CARET] = ACTIONS(4533), [anon_sym_AMP] = ACTIONS(4531), [anon_sym_EQ_EQ] = ACTIONS(4533), [anon_sym_BANG_EQ] = ACTIONS(4533), [anon_sym_GT] = ACTIONS(4531), [anon_sym_GT_EQ] = ACTIONS(4533), [anon_sym_LT_EQ] = ACTIONS(4531), [anon_sym_LT] = ACTIONS(4531), [anon_sym_LT_LT] = ACTIONS(4533), [anon_sym_GT_GT] = ACTIONS(4533), [anon_sym_SEMI] = ACTIONS(4533), [anon_sym_COLON_COLON] = ACTIONS(4533), [anon_sym___based] = ACTIONS(4531), [anon_sym_LBRACE] = ACTIONS(4533), [anon_sym_RBRACE] = ACTIONS(4533), [anon_sym_signed] = ACTIONS(4531), [anon_sym_unsigned] = ACTIONS(4531), [anon_sym_long] = ACTIONS(4531), [anon_sym_short] = ACTIONS(4531), [anon_sym_LBRACK] = ACTIONS(4533), [anon_sym_RBRACK] = ACTIONS(4533), [anon_sym_const] = ACTIONS(4531), [anon_sym_constexpr] = ACTIONS(4531), [anon_sym_volatile] = ACTIONS(4531), [anon_sym_restrict] = ACTIONS(4531), [anon_sym___restrict__] = ACTIONS(4531), [anon_sym__Atomic] = ACTIONS(4531), [anon_sym__Noreturn] = ACTIONS(4531), [anon_sym_noreturn] = ACTIONS(4531), [anon_sym_mutable] = ACTIONS(4531), [anon_sym_constinit] = ACTIONS(4531), [anon_sym_consteval] = ACTIONS(4531), [sym_primitive_type] = ACTIONS(4531), [anon_sym_COLON] = ACTIONS(4531), [anon_sym_QMARK] = ACTIONS(4533), [anon_sym_LT_EQ_GT] = ACTIONS(4533), [anon_sym_or] = ACTIONS(4531), [anon_sym_and] = ACTIONS(4531), [anon_sym_bitor] = ACTIONS(4531), [anon_sym_xor] = ACTIONS(4531), [anon_sym_bitand] = ACTIONS(4531), [anon_sym_not_eq] = ACTIONS(4531), [anon_sym_DASH_DASH] = ACTIONS(4533), [anon_sym_PLUS_PLUS] = ACTIONS(4533), [anon_sym_DOT] = ACTIONS(4531), [anon_sym_DASH_GT] = ACTIONS(4533), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(4531), [anon_sym_decltype] = ACTIONS(4531), [anon_sym_final] = ACTIONS(4531), [anon_sym_override] = ACTIONS(4531), [anon_sym_requires] = ACTIONS(4531), }, [2221] = { [sym_identifier] = ACTIONS(4788), [anon_sym_DOT_DOT_DOT] = ACTIONS(4790), [anon_sym_COMMA] = ACTIONS(4790), [anon_sym_RPAREN] = ACTIONS(4790), [anon_sym_LPAREN2] = ACTIONS(4790), [anon_sym_DASH] = ACTIONS(4788), [anon_sym_PLUS] = ACTIONS(4788), [anon_sym_STAR] = ACTIONS(4790), [anon_sym_SLASH] = ACTIONS(4788), [anon_sym_PERCENT] = ACTIONS(4790), [anon_sym_PIPE_PIPE] = ACTIONS(4790), [anon_sym_AMP_AMP] = ACTIONS(4790), [anon_sym_PIPE] = ACTIONS(4788), [anon_sym_CARET] = ACTIONS(4790), [anon_sym_AMP] = ACTIONS(4788), [anon_sym_EQ_EQ] = ACTIONS(4790), [anon_sym_BANG_EQ] = ACTIONS(4790), [anon_sym_GT] = ACTIONS(4788), [anon_sym_GT_EQ] = ACTIONS(4790), [anon_sym_LT_EQ] = ACTIONS(4788), [anon_sym_LT] = ACTIONS(4788), [anon_sym_LT_LT] = ACTIONS(4790), [anon_sym_GT_GT] = ACTIONS(4790), [anon_sym_SEMI] = ACTIONS(4790), [anon_sym_COLON_COLON] = ACTIONS(4792), [anon_sym___based] = ACTIONS(4788), [anon_sym_LBRACE] = ACTIONS(4790), [anon_sym_RBRACE] = ACTIONS(4790), [anon_sym_signed] = ACTIONS(4788), [anon_sym_unsigned] = ACTIONS(4788), [anon_sym_long] = ACTIONS(4788), [anon_sym_short] = ACTIONS(4788), [anon_sym_LBRACK] = ACTIONS(4790), [anon_sym_RBRACK] = ACTIONS(4790), [anon_sym_const] = ACTIONS(4788), [anon_sym_constexpr] = ACTIONS(4788), [anon_sym_volatile] = ACTIONS(4788), [anon_sym_restrict] = ACTIONS(4788), [anon_sym___restrict__] = ACTIONS(4788), [anon_sym__Atomic] = ACTIONS(4788), [anon_sym__Noreturn] = ACTIONS(4788), [anon_sym_noreturn] = ACTIONS(4788), [anon_sym_mutable] = ACTIONS(4788), [anon_sym_constinit] = ACTIONS(4788), [anon_sym_consteval] = ACTIONS(4788), [sym_primitive_type] = ACTIONS(4788), [anon_sym_COLON] = ACTIONS(4788), [anon_sym_QMARK] = ACTIONS(4790), [anon_sym_LT_EQ_GT] = ACTIONS(4790), [anon_sym_or] = ACTIONS(4788), [anon_sym_and] = ACTIONS(4788), [anon_sym_bitor] = ACTIONS(4788), [anon_sym_xor] = ACTIONS(4788), [anon_sym_bitand] = ACTIONS(4788), [anon_sym_not_eq] = ACTIONS(4788), [anon_sym_DASH_DASH] = ACTIONS(4790), [anon_sym_PLUS_PLUS] = ACTIONS(4790), [anon_sym_DOT] = ACTIONS(4788), [anon_sym_DASH_GT] = ACTIONS(4790), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(4788), [anon_sym_decltype] = ACTIONS(4788), [anon_sym_final] = ACTIONS(4788), [anon_sym_override] = ACTIONS(4788), [anon_sym_requires] = ACTIONS(4788), }, [2222] = { [sym_enumerator_list] = STATE(2264), [sym_identifier] = ACTIONS(4794), [anon_sym_DOT_DOT_DOT] = ACTIONS(4796), [anon_sym_COMMA] = ACTIONS(4796), [anon_sym_RPAREN] = ACTIONS(4796), [anon_sym_LPAREN2] = ACTIONS(4796), [anon_sym_DASH] = ACTIONS(4794), [anon_sym_PLUS] = ACTIONS(4794), [anon_sym_STAR] = ACTIONS(4796), [anon_sym_SLASH] = ACTIONS(4794), [anon_sym_PERCENT] = ACTIONS(4796), [anon_sym_PIPE_PIPE] = ACTIONS(4796), [anon_sym_AMP_AMP] = ACTIONS(4796), [anon_sym_PIPE] = ACTIONS(4794), [anon_sym_CARET] = ACTIONS(4796), [anon_sym_AMP] = ACTIONS(4794), [anon_sym_EQ_EQ] = ACTIONS(4796), [anon_sym_BANG_EQ] = ACTIONS(4796), [anon_sym_GT] = ACTIONS(4794), [anon_sym_GT_EQ] = ACTIONS(4796), [anon_sym_LT_EQ] = ACTIONS(4794), [anon_sym_LT] = ACTIONS(4794), [anon_sym_LT_LT] = ACTIONS(4796), [anon_sym_GT_GT] = ACTIONS(4796), [anon_sym_SEMI] = ACTIONS(4796), [anon_sym___based] = ACTIONS(4794), [anon_sym_LBRACE] = ACTIONS(4798), [anon_sym_RBRACE] = ACTIONS(4796), [anon_sym_signed] = ACTIONS(4794), [anon_sym_unsigned] = ACTIONS(4794), [anon_sym_long] = ACTIONS(4794), [anon_sym_short] = ACTIONS(4794), [anon_sym_LBRACK] = ACTIONS(4796), [anon_sym_RBRACK] = ACTIONS(4796), [anon_sym_const] = ACTIONS(4794), [anon_sym_constexpr] = ACTIONS(4794), [anon_sym_volatile] = ACTIONS(4794), [anon_sym_restrict] = ACTIONS(4794), [anon_sym___restrict__] = ACTIONS(4794), [anon_sym__Atomic] = ACTIONS(4794), [anon_sym__Noreturn] = ACTIONS(4794), [anon_sym_noreturn] = ACTIONS(4794), [anon_sym_mutable] = ACTIONS(4794), [anon_sym_constinit] = ACTIONS(4794), [anon_sym_consteval] = ACTIONS(4794), [sym_primitive_type] = ACTIONS(4794), [anon_sym_COLON] = ACTIONS(4796), [anon_sym_QMARK] = ACTIONS(4796), [anon_sym_LT_EQ_GT] = ACTIONS(4796), [anon_sym_or] = ACTIONS(4794), [anon_sym_and] = ACTIONS(4794), [anon_sym_bitor] = ACTIONS(4794), [anon_sym_xor] = ACTIONS(4794), [anon_sym_bitand] = ACTIONS(4794), [anon_sym_not_eq] = ACTIONS(4794), [anon_sym_DASH_DASH] = ACTIONS(4796), [anon_sym_PLUS_PLUS] = ACTIONS(4796), [anon_sym_DOT] = ACTIONS(4794), [anon_sym_DASH_GT] = ACTIONS(4796), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(4794), [anon_sym_decltype] = ACTIONS(4794), [anon_sym_final] = ACTIONS(4794), [anon_sym_override] = ACTIONS(4794), [anon_sym_requires] = ACTIONS(4794), }, [2223] = { [sym_identifier] = ACTIONS(4552), [anon_sym_DOT_DOT_DOT] = ACTIONS(4554), [anon_sym_COMMA] = ACTIONS(4554), [anon_sym_RPAREN] = ACTIONS(4554), [anon_sym_LPAREN2] = ACTIONS(4554), [anon_sym_DASH] = ACTIONS(4552), [anon_sym_PLUS] = ACTIONS(4552), [anon_sym_STAR] = ACTIONS(4554), [anon_sym_SLASH] = ACTIONS(4552), [anon_sym_PERCENT] = ACTIONS(4554), [anon_sym_PIPE_PIPE] = ACTIONS(4554), [anon_sym_AMP_AMP] = ACTIONS(4554), [anon_sym_PIPE] = ACTIONS(4552), [anon_sym_CARET] = ACTIONS(4554), [anon_sym_AMP] = ACTIONS(4552), [anon_sym_EQ_EQ] = ACTIONS(4554), [anon_sym_BANG_EQ] = ACTIONS(4554), [anon_sym_GT] = ACTIONS(4552), [anon_sym_GT_EQ] = ACTIONS(4554), [anon_sym_LT_EQ] = ACTIONS(4552), [anon_sym_LT] = ACTIONS(4552), [anon_sym_LT_LT] = ACTIONS(4554), [anon_sym_GT_GT] = ACTIONS(4554), [anon_sym_SEMI] = ACTIONS(4554), [anon_sym_COLON_COLON] = ACTIONS(4554), [anon_sym___based] = ACTIONS(4552), [anon_sym_LBRACE] = ACTIONS(4554), [anon_sym_RBRACE] = ACTIONS(4554), [anon_sym_signed] = ACTIONS(4552), [anon_sym_unsigned] = ACTIONS(4552), [anon_sym_long] = ACTIONS(4552), [anon_sym_short] = ACTIONS(4552), [anon_sym_LBRACK] = ACTIONS(4554), [anon_sym_RBRACK] = ACTIONS(4554), [anon_sym_const] = ACTIONS(4552), [anon_sym_constexpr] = ACTIONS(4552), [anon_sym_volatile] = ACTIONS(4552), [anon_sym_restrict] = ACTIONS(4552), [anon_sym___restrict__] = ACTIONS(4552), [anon_sym__Atomic] = ACTIONS(4552), [anon_sym__Noreturn] = ACTIONS(4552), [anon_sym_noreturn] = ACTIONS(4552), [anon_sym_mutable] = ACTIONS(4552), [anon_sym_constinit] = ACTIONS(4552), [anon_sym_consteval] = ACTIONS(4552), [sym_primitive_type] = ACTIONS(4552), [anon_sym_COLON] = ACTIONS(4552), [anon_sym_QMARK] = ACTIONS(4554), [anon_sym_LT_EQ_GT] = ACTIONS(4554), [anon_sym_or] = ACTIONS(4552), [anon_sym_and] = ACTIONS(4552), [anon_sym_bitor] = ACTIONS(4552), [anon_sym_xor] = ACTIONS(4552), [anon_sym_bitand] = ACTIONS(4552), [anon_sym_not_eq] = ACTIONS(4552), [anon_sym_DASH_DASH] = ACTIONS(4554), [anon_sym_PLUS_PLUS] = ACTIONS(4554), [anon_sym_DOT] = ACTIONS(4552), [anon_sym_DASH_GT] = ACTIONS(4554), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(4552), [anon_sym_decltype] = ACTIONS(4552), [anon_sym_final] = ACTIONS(4552), [anon_sym_override] = ACTIONS(4552), [anon_sym_requires] = ACTIONS(4552), }, [2224] = { [sym_identifier] = ACTIONS(4545), [anon_sym_DOT_DOT_DOT] = ACTIONS(4547), [anon_sym_COMMA] = ACTIONS(4547), [anon_sym_RPAREN] = ACTIONS(4547), [anon_sym_LPAREN2] = ACTIONS(4547), [anon_sym_DASH] = ACTIONS(4545), [anon_sym_PLUS] = ACTIONS(4545), [anon_sym_STAR] = ACTIONS(4547), [anon_sym_SLASH] = ACTIONS(4545), [anon_sym_PERCENT] = ACTIONS(4547), [anon_sym_PIPE_PIPE] = ACTIONS(4547), [anon_sym_AMP_AMP] = ACTIONS(4547), [anon_sym_PIPE] = ACTIONS(4545), [anon_sym_CARET] = ACTIONS(4547), [anon_sym_AMP] = ACTIONS(4545), [anon_sym_EQ_EQ] = ACTIONS(4547), [anon_sym_BANG_EQ] = ACTIONS(4547), [anon_sym_GT] = ACTIONS(4545), [anon_sym_GT_EQ] = ACTIONS(4547), [anon_sym_LT_EQ] = ACTIONS(4545), [anon_sym_LT] = ACTIONS(4545), [anon_sym_LT_LT] = ACTIONS(4547), [anon_sym_GT_GT] = ACTIONS(4547), [anon_sym_SEMI] = ACTIONS(4547), [anon_sym_COLON_COLON] = ACTIONS(4547), [anon_sym___based] = ACTIONS(4545), [anon_sym_LBRACE] = ACTIONS(4547), [anon_sym_RBRACE] = ACTIONS(4547), [anon_sym_signed] = ACTIONS(4545), [anon_sym_unsigned] = ACTIONS(4545), [anon_sym_long] = ACTIONS(4545), [anon_sym_short] = ACTIONS(4545), [anon_sym_LBRACK] = ACTIONS(4547), [anon_sym_RBRACK] = ACTIONS(4547), [anon_sym_const] = ACTIONS(4545), [anon_sym_constexpr] = ACTIONS(4545), [anon_sym_volatile] = ACTIONS(4545), [anon_sym_restrict] = ACTIONS(4545), [anon_sym___restrict__] = ACTIONS(4545), [anon_sym__Atomic] = ACTIONS(4545), [anon_sym__Noreturn] = ACTIONS(4545), [anon_sym_noreturn] = ACTIONS(4545), [anon_sym_mutable] = ACTIONS(4545), [anon_sym_constinit] = ACTIONS(4545), [anon_sym_consteval] = ACTIONS(4545), [sym_primitive_type] = ACTIONS(4545), [anon_sym_COLON] = ACTIONS(4545), [anon_sym_QMARK] = ACTIONS(4547), [anon_sym_LT_EQ_GT] = ACTIONS(4547), [anon_sym_or] = ACTIONS(4545), [anon_sym_and] = ACTIONS(4545), [anon_sym_bitor] = ACTIONS(4545), [anon_sym_xor] = ACTIONS(4545), [anon_sym_bitand] = ACTIONS(4545), [anon_sym_not_eq] = ACTIONS(4545), [anon_sym_DASH_DASH] = ACTIONS(4547), [anon_sym_PLUS_PLUS] = ACTIONS(4547), [anon_sym_DOT] = ACTIONS(4545), [anon_sym_DASH_GT] = ACTIONS(4547), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(4545), [anon_sym_decltype] = ACTIONS(4545), [anon_sym_final] = ACTIONS(4545), [anon_sym_override] = ACTIONS(4545), [anon_sym_requires] = ACTIONS(4545), }, [2225] = { [anon_sym_DOT_DOT_DOT] = ACTIONS(4509), [anon_sym_COMMA] = ACTIONS(4509), [anon_sym_LPAREN2] = ACTIONS(4509), [anon_sym_DASH] = ACTIONS(4514), [anon_sym_PLUS] = ACTIONS(4514), [anon_sym_STAR] = ACTIONS(4516), [anon_sym_SLASH] = ACTIONS(4514), [anon_sym_PERCENT] = ACTIONS(4514), [anon_sym_PIPE_PIPE] = ACTIONS(4519), [anon_sym_AMP_AMP] = ACTIONS(4509), [anon_sym_PIPE] = ACTIONS(4514), [anon_sym_CARET] = ACTIONS(4514), [anon_sym_AMP] = ACTIONS(4516), [anon_sym_EQ_EQ] = ACTIONS(4519), [anon_sym_BANG_EQ] = ACTIONS(4519), [anon_sym_GT] = ACTIONS(4514), [anon_sym_GT_EQ] = ACTIONS(4514), [anon_sym_LT_EQ] = ACTIONS(4514), [anon_sym_LT] = ACTIONS(4514), [anon_sym_LT_LT] = ACTIONS(4514), [anon_sym_GT_GT] = ACTIONS(4514), [anon_sym_COLON_COLON] = ACTIONS(4512), [anon_sym_LBRACE] = ACTIONS(4512), [anon_sym_LBRACK] = ACTIONS(4509), [anon_sym_EQ] = ACTIONS(4514), [anon_sym_const] = ACTIONS(4507), [anon_sym_constexpr] = ACTIONS(4512), [anon_sym_volatile] = ACTIONS(4512), [anon_sym_restrict] = ACTIONS(4512), [anon_sym___restrict__] = ACTIONS(4512), [anon_sym__Atomic] = ACTIONS(4512), [anon_sym__Noreturn] = ACTIONS(4512), [anon_sym_noreturn] = ACTIONS(4512), [anon_sym_mutable] = ACTIONS(4512), [anon_sym_constinit] = ACTIONS(4512), [anon_sym_consteval] = ACTIONS(4512), [anon_sym_QMARK] = ACTIONS(4519), [anon_sym_STAR_EQ] = ACTIONS(4519), [anon_sym_SLASH_EQ] = ACTIONS(4519), [anon_sym_PERCENT_EQ] = ACTIONS(4519), [anon_sym_PLUS_EQ] = ACTIONS(4519), [anon_sym_DASH_EQ] = ACTIONS(4519), [anon_sym_LT_LT_EQ] = ACTIONS(4519), [anon_sym_GT_GT_EQ] = ACTIONS(4514), [anon_sym_AMP_EQ] = ACTIONS(4519), [anon_sym_CARET_EQ] = ACTIONS(4519), [anon_sym_PIPE_EQ] = ACTIONS(4519), [anon_sym_and_eq] = ACTIONS(4519), [anon_sym_or_eq] = ACTIONS(4519), [anon_sym_xor_eq] = ACTIONS(4519), [anon_sym_LT_EQ_GT] = ACTIONS(4519), [anon_sym_or] = ACTIONS(4514), [anon_sym_and] = ACTIONS(4514), [anon_sym_bitor] = ACTIONS(4519), [anon_sym_xor] = ACTIONS(4514), [anon_sym_bitand] = ACTIONS(4519), [anon_sym_not_eq] = ACTIONS(4519), [anon_sym_DASH_DASH] = ACTIONS(4519), [anon_sym_PLUS_PLUS] = ACTIONS(4519), [anon_sym_DOT] = ACTIONS(4514), [anon_sym_DASH_GT] = ACTIONS(4519), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(4512), [anon_sym_decltype] = ACTIONS(4512), [anon_sym_GT2] = ACTIONS(4509), }, [2226] = { [anon_sym_DOT_DOT_DOT] = ACTIONS(4800), [anon_sym_COMMA] = ACTIONS(4800), [anon_sym_RPAREN] = ACTIONS(4800), [anon_sym_LPAREN2] = ACTIONS(4800), [anon_sym_DASH] = ACTIONS(4802), [anon_sym_PLUS] = ACTIONS(4802), [anon_sym_STAR] = ACTIONS(4802), [anon_sym_SLASH] = ACTIONS(4802), [anon_sym_PERCENT] = ACTIONS(4802), [anon_sym_PIPE_PIPE] = ACTIONS(4800), [anon_sym_AMP_AMP] = ACTIONS(4800), [anon_sym_PIPE] = ACTIONS(4802), [anon_sym_CARET] = ACTIONS(4802), [anon_sym_AMP] = ACTIONS(4802), [anon_sym_EQ_EQ] = ACTIONS(4800), [anon_sym_BANG_EQ] = ACTIONS(4800), [anon_sym_GT] = ACTIONS(4802), [anon_sym_GT_EQ] = ACTIONS(4800), [anon_sym_LT_EQ] = ACTIONS(4802), [anon_sym_LT] = ACTIONS(4802), [anon_sym_LT_LT] = ACTIONS(4802), [anon_sym_GT_GT] = ACTIONS(4802), [anon_sym_SEMI] = ACTIONS(4800), [anon_sym_RBRACE] = ACTIONS(4800), [anon_sym_LBRACK] = ACTIONS(4800), [anon_sym_RBRACK] = ACTIONS(4800), [anon_sym_EQ] = ACTIONS(4802), [anon_sym_COLON] = ACTIONS(4800), [anon_sym_QMARK] = ACTIONS(4800), [anon_sym_STAR_EQ] = ACTIONS(4800), [anon_sym_SLASH_EQ] = ACTIONS(4800), [anon_sym_PERCENT_EQ] = ACTIONS(4800), [anon_sym_PLUS_EQ] = ACTIONS(4800), [anon_sym_DASH_EQ] = ACTIONS(4800), [anon_sym_LT_LT_EQ] = ACTIONS(4800), [anon_sym_GT_GT_EQ] = ACTIONS(4800), [anon_sym_AMP_EQ] = ACTIONS(4800), [anon_sym_CARET_EQ] = ACTIONS(4800), [anon_sym_PIPE_EQ] = ACTIONS(4800), [anon_sym_and_eq] = ACTIONS(4802), [anon_sym_or_eq] = ACTIONS(4802), [anon_sym_xor_eq] = ACTIONS(4802), [anon_sym_LT_EQ_GT] = ACTIONS(4800), [anon_sym_or] = ACTIONS(4802), [anon_sym_and] = ACTIONS(4802), [anon_sym_bitor] = ACTIONS(4802), [anon_sym_xor] = ACTIONS(4802), [anon_sym_bitand] = ACTIONS(4802), [anon_sym_not_eq] = ACTIONS(4802), [anon_sym_DASH_DASH] = ACTIONS(4800), [anon_sym_PLUS_PLUS] = ACTIONS(4800), [anon_sym_DOT] = ACTIONS(4802), [anon_sym_DASH_GT] = ACTIONS(4800), [anon_sym_L_DQUOTE] = ACTIONS(4800), [anon_sym_u_DQUOTE] = ACTIONS(4800), [anon_sym_U_DQUOTE] = ACTIONS(4800), [anon_sym_u8_DQUOTE] = ACTIONS(4800), [anon_sym_DQUOTE] = ACTIONS(4800), [sym_comment] = ACTIONS(3), [anon_sym_R_DQUOTE] = ACTIONS(4800), [anon_sym_LR_DQUOTE] = ACTIONS(4800), [anon_sym_uR_DQUOTE] = ACTIONS(4800), [anon_sym_UR_DQUOTE] = ACTIONS(4800), [anon_sym_u8R_DQUOTE] = ACTIONS(4800), [sym_literal_suffix] = ACTIONS(4802), }, [2227] = { [sym_identifier] = ACTIONS(4804), [anon_sym_DOT_DOT_DOT] = ACTIONS(4806), [anon_sym_COMMA] = ACTIONS(4806), [anon_sym_RPAREN] = ACTIONS(4806), [anon_sym_LPAREN2] = ACTIONS(4806), [anon_sym_DASH] = ACTIONS(4804), [anon_sym_PLUS] = ACTIONS(4804), [anon_sym_STAR] = ACTIONS(4806), [anon_sym_SLASH] = ACTIONS(4804), [anon_sym_PERCENT] = ACTIONS(4806), [anon_sym_PIPE_PIPE] = ACTIONS(4806), [anon_sym_AMP_AMP] = ACTIONS(4806), [anon_sym_PIPE] = ACTIONS(4804), [anon_sym_CARET] = ACTIONS(4806), [anon_sym_AMP] = ACTIONS(4804), [anon_sym_EQ_EQ] = ACTIONS(4806), [anon_sym_BANG_EQ] = ACTIONS(4806), [anon_sym_GT] = ACTIONS(4804), [anon_sym_GT_EQ] = ACTIONS(4806), [anon_sym_LT_EQ] = ACTIONS(4804), [anon_sym_LT] = ACTIONS(4804), [anon_sym_LT_LT] = ACTIONS(4806), [anon_sym_GT_GT] = ACTIONS(4806), [anon_sym_SEMI] = ACTIONS(4806), [anon_sym_COLON_COLON] = ACTIONS(4792), [anon_sym___based] = ACTIONS(4804), [anon_sym_LBRACE] = ACTIONS(4806), [anon_sym_RBRACE] = ACTIONS(4806), [anon_sym_signed] = ACTIONS(4804), [anon_sym_unsigned] = ACTIONS(4804), [anon_sym_long] = ACTIONS(4804), [anon_sym_short] = ACTIONS(4804), [anon_sym_LBRACK] = ACTIONS(4806), [anon_sym_RBRACK] = ACTIONS(4806), [anon_sym_const] = ACTIONS(4804), [anon_sym_constexpr] = ACTIONS(4804), [anon_sym_volatile] = ACTIONS(4804), [anon_sym_restrict] = ACTIONS(4804), [anon_sym___restrict__] = ACTIONS(4804), [anon_sym__Atomic] = ACTIONS(4804), [anon_sym__Noreturn] = ACTIONS(4804), [anon_sym_noreturn] = ACTIONS(4804), [anon_sym_mutable] = ACTIONS(4804), [anon_sym_constinit] = ACTIONS(4804), [anon_sym_consteval] = ACTIONS(4804), [sym_primitive_type] = ACTIONS(4804), [anon_sym_COLON] = ACTIONS(4804), [anon_sym_QMARK] = ACTIONS(4806), [anon_sym_LT_EQ_GT] = ACTIONS(4806), [anon_sym_or] = ACTIONS(4804), [anon_sym_and] = ACTIONS(4804), [anon_sym_bitor] = ACTIONS(4804), [anon_sym_xor] = ACTIONS(4804), [anon_sym_bitand] = ACTIONS(4804), [anon_sym_not_eq] = ACTIONS(4804), [anon_sym_DASH_DASH] = ACTIONS(4806), [anon_sym_PLUS_PLUS] = ACTIONS(4806), [anon_sym_DOT] = ACTIONS(4804), [anon_sym_DASH_GT] = ACTIONS(4806), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(4804), [anon_sym_decltype] = ACTIONS(4804), [anon_sym_final] = ACTIONS(4804), [anon_sym_override] = ACTIONS(4804), [anon_sym_requires] = ACTIONS(4804), }, [2228] = { [anon_sym_DOT_DOT_DOT] = ACTIONS(4808), [anon_sym_COMMA] = ACTIONS(4808), [anon_sym_RPAREN] = ACTIONS(4808), [anon_sym_LPAREN2] = ACTIONS(4808), [anon_sym_DASH] = ACTIONS(4810), [anon_sym_PLUS] = ACTIONS(4810), [anon_sym_STAR] = ACTIONS(4810), [anon_sym_SLASH] = ACTIONS(4810), [anon_sym_PERCENT] = ACTIONS(4810), [anon_sym_PIPE_PIPE] = ACTIONS(4808), [anon_sym_AMP_AMP] = ACTIONS(4808), [anon_sym_PIPE] = ACTIONS(4810), [anon_sym_CARET] = ACTIONS(4810), [anon_sym_AMP] = ACTIONS(4810), [anon_sym_EQ_EQ] = ACTIONS(4808), [anon_sym_BANG_EQ] = ACTIONS(4808), [anon_sym_GT] = ACTIONS(4810), [anon_sym_GT_EQ] = ACTIONS(4808), [anon_sym_LT_EQ] = ACTIONS(4810), [anon_sym_LT] = ACTIONS(4810), [anon_sym_LT_LT] = ACTIONS(4810), [anon_sym_GT_GT] = ACTIONS(4810), [anon_sym_SEMI] = ACTIONS(4808), [anon_sym_RBRACE] = ACTIONS(4808), [anon_sym_LBRACK] = ACTIONS(4808), [anon_sym_RBRACK] = ACTIONS(4808), [anon_sym_EQ] = ACTIONS(4810), [anon_sym_COLON] = ACTIONS(4808), [anon_sym_QMARK] = ACTIONS(4808), [anon_sym_STAR_EQ] = ACTIONS(4808), [anon_sym_SLASH_EQ] = ACTIONS(4808), [anon_sym_PERCENT_EQ] = ACTIONS(4808), [anon_sym_PLUS_EQ] = ACTIONS(4808), [anon_sym_DASH_EQ] = ACTIONS(4808), [anon_sym_LT_LT_EQ] = ACTIONS(4808), [anon_sym_GT_GT_EQ] = ACTIONS(4808), [anon_sym_AMP_EQ] = ACTIONS(4808), [anon_sym_CARET_EQ] = ACTIONS(4808), [anon_sym_PIPE_EQ] = ACTIONS(4808), [anon_sym_and_eq] = ACTIONS(4810), [anon_sym_or_eq] = ACTIONS(4810), [anon_sym_xor_eq] = ACTIONS(4810), [anon_sym_LT_EQ_GT] = ACTIONS(4808), [anon_sym_or] = ACTIONS(4810), [anon_sym_and] = ACTIONS(4810), [anon_sym_bitor] = ACTIONS(4810), [anon_sym_xor] = ACTIONS(4810), [anon_sym_bitand] = ACTIONS(4810), [anon_sym_not_eq] = ACTIONS(4810), [anon_sym_DASH_DASH] = ACTIONS(4808), [anon_sym_PLUS_PLUS] = ACTIONS(4808), [anon_sym_DOT] = ACTIONS(4810), [anon_sym_DASH_GT] = ACTIONS(4808), [anon_sym_L_DQUOTE] = ACTIONS(4808), [anon_sym_u_DQUOTE] = ACTIONS(4808), [anon_sym_U_DQUOTE] = ACTIONS(4808), [anon_sym_u8_DQUOTE] = ACTIONS(4808), [anon_sym_DQUOTE] = ACTIONS(4808), [sym_comment] = ACTIONS(3), [anon_sym_R_DQUOTE] = ACTIONS(4808), [anon_sym_LR_DQUOTE] = ACTIONS(4808), [anon_sym_uR_DQUOTE] = ACTIONS(4808), [anon_sym_UR_DQUOTE] = ACTIONS(4808), [anon_sym_u8R_DQUOTE] = ACTIONS(4808), [sym_literal_suffix] = ACTIONS(4810), }, [2229] = { [sym_enumerator_list] = STATE(2256), [sym_identifier] = ACTIONS(4812), [anon_sym_DOT_DOT_DOT] = ACTIONS(4814), [anon_sym_COMMA] = ACTIONS(4814), [anon_sym_RPAREN] = ACTIONS(4814), [anon_sym_LPAREN2] = ACTIONS(4814), [anon_sym_DASH] = ACTIONS(4812), [anon_sym_PLUS] = ACTIONS(4812), [anon_sym_STAR] = ACTIONS(4814), [anon_sym_SLASH] = ACTIONS(4812), [anon_sym_PERCENT] = ACTIONS(4814), [anon_sym_PIPE_PIPE] = ACTIONS(4814), [anon_sym_AMP_AMP] = ACTIONS(4814), [anon_sym_PIPE] = ACTIONS(4812), [anon_sym_CARET] = ACTIONS(4814), [anon_sym_AMP] = ACTIONS(4812), [anon_sym_EQ_EQ] = ACTIONS(4814), [anon_sym_BANG_EQ] = ACTIONS(4814), [anon_sym_GT] = ACTIONS(4812), [anon_sym_GT_EQ] = ACTIONS(4814), [anon_sym_LT_EQ] = ACTIONS(4812), [anon_sym_LT] = ACTIONS(4812), [anon_sym_LT_LT] = ACTIONS(4814), [anon_sym_GT_GT] = ACTIONS(4814), [anon_sym_SEMI] = ACTIONS(4814), [anon_sym___based] = ACTIONS(4812), [anon_sym_LBRACE] = ACTIONS(4798), [anon_sym_RBRACE] = ACTIONS(4814), [anon_sym_signed] = ACTIONS(4812), [anon_sym_unsigned] = ACTIONS(4812), [anon_sym_long] = ACTIONS(4812), [anon_sym_short] = ACTIONS(4812), [anon_sym_LBRACK] = ACTIONS(4814), [anon_sym_RBRACK] = ACTIONS(4814), [anon_sym_const] = ACTIONS(4812), [anon_sym_constexpr] = ACTIONS(4812), [anon_sym_volatile] = ACTIONS(4812), [anon_sym_restrict] = ACTIONS(4812), [anon_sym___restrict__] = ACTIONS(4812), [anon_sym__Atomic] = ACTIONS(4812), [anon_sym__Noreturn] = ACTIONS(4812), [anon_sym_noreturn] = ACTIONS(4812), [anon_sym_mutable] = ACTIONS(4812), [anon_sym_constinit] = ACTIONS(4812), [anon_sym_consteval] = ACTIONS(4812), [sym_primitive_type] = ACTIONS(4812), [anon_sym_COLON] = ACTIONS(4814), [anon_sym_QMARK] = ACTIONS(4814), [anon_sym_LT_EQ_GT] = ACTIONS(4814), [anon_sym_or] = ACTIONS(4812), [anon_sym_and] = ACTIONS(4812), [anon_sym_bitor] = ACTIONS(4812), [anon_sym_xor] = ACTIONS(4812), [anon_sym_bitand] = ACTIONS(4812), [anon_sym_not_eq] = ACTIONS(4812), [anon_sym_DASH_DASH] = ACTIONS(4814), [anon_sym_PLUS_PLUS] = ACTIONS(4814), [anon_sym_DOT] = ACTIONS(4812), [anon_sym_DASH_GT] = ACTIONS(4814), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(4812), [anon_sym_decltype] = ACTIONS(4812), [anon_sym_final] = ACTIONS(4812), [anon_sym_override] = ACTIONS(4812), [anon_sym_requires] = ACTIONS(4812), }, [2230] = { [sym_decltype_auto] = STATE(2259), [sym_identifier] = ACTIONS(4816), [anon_sym_DOT_DOT_DOT] = ACTIONS(4818), [anon_sym_COMMA] = ACTIONS(4818), [anon_sym_RPAREN] = ACTIONS(4818), [anon_sym_LPAREN2] = ACTIONS(4818), [anon_sym_DASH] = ACTIONS(4816), [anon_sym_PLUS] = ACTIONS(4816), [anon_sym_STAR] = ACTIONS(4818), [anon_sym_SLASH] = ACTIONS(4816), [anon_sym_PERCENT] = ACTIONS(4818), [anon_sym_PIPE_PIPE] = ACTIONS(4818), [anon_sym_AMP_AMP] = ACTIONS(4818), [anon_sym_PIPE] = ACTIONS(4816), [anon_sym_CARET] = ACTIONS(4818), [anon_sym_AMP] = ACTIONS(4816), [anon_sym_EQ_EQ] = ACTIONS(4818), [anon_sym_BANG_EQ] = ACTIONS(4818), [anon_sym_GT] = ACTIONS(4816), [anon_sym_GT_EQ] = ACTIONS(4818), [anon_sym_LT_EQ] = ACTIONS(4816), [anon_sym_LT] = ACTIONS(4816), [anon_sym_LT_LT] = ACTIONS(4818), [anon_sym_GT_GT] = ACTIONS(4818), [anon_sym_SEMI] = ACTIONS(4818), [anon_sym___based] = ACTIONS(4816), [anon_sym_LBRACE] = ACTIONS(4818), [anon_sym_RBRACE] = ACTIONS(4818), [anon_sym_signed] = ACTIONS(4816), [anon_sym_unsigned] = ACTIONS(4816), [anon_sym_long] = ACTIONS(4816), [anon_sym_short] = ACTIONS(4816), [anon_sym_LBRACK] = ACTIONS(4818), [anon_sym_RBRACK] = ACTIONS(4818), [anon_sym_const] = ACTIONS(4816), [anon_sym_constexpr] = ACTIONS(4816), [anon_sym_volatile] = ACTIONS(4816), [anon_sym_restrict] = ACTIONS(4816), [anon_sym___restrict__] = ACTIONS(4816), [anon_sym__Atomic] = ACTIONS(4816), [anon_sym__Noreturn] = ACTIONS(4816), [anon_sym_noreturn] = ACTIONS(4816), [anon_sym_mutable] = ACTIONS(4816), [anon_sym_constinit] = ACTIONS(4816), [anon_sym_consteval] = ACTIONS(4816), [sym_primitive_type] = ACTIONS(4816), [anon_sym_COLON] = ACTIONS(4818), [anon_sym_QMARK] = ACTIONS(4818), [anon_sym_LT_EQ_GT] = ACTIONS(4818), [anon_sym_or] = ACTIONS(4816), [anon_sym_and] = ACTIONS(4816), [anon_sym_bitor] = ACTIONS(4816), [anon_sym_xor] = ACTIONS(4816), [anon_sym_bitand] = ACTIONS(4816), [anon_sym_not_eq] = ACTIONS(4816), [anon_sym_DASH_DASH] = ACTIONS(4818), [anon_sym_PLUS_PLUS] = ACTIONS(4818), [anon_sym_DOT] = ACTIONS(4816), [anon_sym_DASH_GT] = ACTIONS(4818), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(4820), [anon_sym_decltype] = ACTIONS(4822), [anon_sym_final] = ACTIONS(4816), [anon_sym_override] = ACTIONS(4816), [anon_sym_requires] = ACTIONS(4816), }, [2231] = { [sym_catch_clause] = STATE(2237), [aux_sym_constructor_try_statement_repeat1] = STATE(2237), [sym_identifier] = ACTIONS(2889), [aux_sym_preproc_def_token1] = ACTIONS(2889), [aux_sym_preproc_if_token1] = ACTIONS(2889), [aux_sym_preproc_if_token2] = ACTIONS(2889), [aux_sym_preproc_ifdef_token1] = ACTIONS(2889), [aux_sym_preproc_ifdef_token2] = ACTIONS(2889), [aux_sym_preproc_else_token1] = ACTIONS(2889), [aux_sym_preproc_elif_token1] = ACTIONS(2889), [aux_sym_preproc_elifdef_token1] = ACTIONS(2889), [aux_sym_preproc_elifdef_token2] = ACTIONS(2889), [sym_preproc_directive] = ACTIONS(2889), [anon_sym_LPAREN2] = ACTIONS(2891), [anon_sym_TILDE] = ACTIONS(2891), [anon_sym_STAR] = ACTIONS(2891), [anon_sym_AMP_AMP] = ACTIONS(2891), [anon_sym_AMP] = ACTIONS(2889), [anon_sym_typedef] = ACTIONS(2889), [anon_sym_extern] = ACTIONS(2889), [anon_sym___attribute__] = ACTIONS(2889), [anon_sym_COLON_COLON] = ACTIONS(2891), [anon_sym_LBRACK_LBRACK] = ACTIONS(2891), [anon_sym___declspec] = ACTIONS(2889), [anon_sym___based] = ACTIONS(2889), [anon_sym_signed] = ACTIONS(2889), [anon_sym_unsigned] = ACTIONS(2889), [anon_sym_long] = ACTIONS(2889), [anon_sym_short] = ACTIONS(2889), [anon_sym_LBRACK] = ACTIONS(2889), [anon_sym_static] = ACTIONS(2889), [anon_sym_register] = ACTIONS(2889), [anon_sym_inline] = ACTIONS(2889), [anon_sym_thread_local] = ACTIONS(2889), [anon_sym_const] = ACTIONS(2889), [anon_sym_constexpr] = ACTIONS(2889), [anon_sym_volatile] = ACTIONS(2889), [anon_sym_restrict] = ACTIONS(2889), [anon_sym___restrict__] = ACTIONS(2889), [anon_sym__Atomic] = ACTIONS(2889), [anon_sym__Noreturn] = ACTIONS(2889), [anon_sym_noreturn] = ACTIONS(2889), [anon_sym_mutable] = ACTIONS(2889), [anon_sym_constinit] = ACTIONS(2889), [anon_sym_consteval] = ACTIONS(2889), [sym_primitive_type] = ACTIONS(2889), [anon_sym_enum] = ACTIONS(2889), [anon_sym_class] = ACTIONS(2889), [anon_sym_struct] = ACTIONS(2889), [anon_sym_union] = ACTIONS(2889), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2889), [anon_sym_decltype] = ACTIONS(2889), [anon_sym_virtual] = ACTIONS(2889), [anon_sym_explicit] = ACTIONS(2889), [anon_sym_typename] = ACTIONS(2889), [anon_sym_template] = ACTIONS(2889), [anon_sym_operator] = ACTIONS(2889), [anon_sym_friend] = ACTIONS(2889), [anon_sym_public] = ACTIONS(2889), [anon_sym_private] = ACTIONS(2889), [anon_sym_protected] = ACTIONS(2889), [anon_sym_using] = ACTIONS(2889), [anon_sym_static_assert] = ACTIONS(2889), [anon_sym_catch] = ACTIONS(4778), }, [2232] = { [anon_sym_DOT_DOT_DOT] = ACTIONS(4824), [anon_sym_COMMA] = ACTIONS(4824), [anon_sym_RPAREN] = ACTIONS(4824), [anon_sym_LPAREN2] = ACTIONS(4824), [anon_sym_DASH] = ACTIONS(4826), [anon_sym_PLUS] = ACTIONS(4826), [anon_sym_STAR] = ACTIONS(4826), [anon_sym_SLASH] = ACTIONS(4826), [anon_sym_PERCENT] = ACTIONS(4826), [anon_sym_PIPE_PIPE] = ACTIONS(4824), [anon_sym_AMP_AMP] = ACTIONS(4824), [anon_sym_PIPE] = ACTIONS(4826), [anon_sym_CARET] = ACTIONS(4826), [anon_sym_AMP] = ACTIONS(4826), [anon_sym_EQ_EQ] = ACTIONS(4824), [anon_sym_BANG_EQ] = ACTIONS(4824), [anon_sym_GT] = ACTIONS(4826), [anon_sym_GT_EQ] = ACTIONS(4824), [anon_sym_LT_EQ] = ACTIONS(4826), [anon_sym_LT] = ACTIONS(4826), [anon_sym_LT_LT] = ACTIONS(4826), [anon_sym_GT_GT] = ACTIONS(4826), [anon_sym_SEMI] = ACTIONS(4824), [anon_sym_RBRACE] = ACTIONS(4824), [anon_sym_LBRACK] = ACTIONS(4824), [anon_sym_RBRACK] = ACTIONS(4824), [anon_sym_EQ] = ACTIONS(4826), [anon_sym_COLON] = ACTIONS(4824), [anon_sym_QMARK] = ACTIONS(4824), [anon_sym_STAR_EQ] = ACTIONS(4824), [anon_sym_SLASH_EQ] = ACTIONS(4824), [anon_sym_PERCENT_EQ] = ACTIONS(4824), [anon_sym_PLUS_EQ] = ACTIONS(4824), [anon_sym_DASH_EQ] = ACTIONS(4824), [anon_sym_LT_LT_EQ] = ACTIONS(4824), [anon_sym_GT_GT_EQ] = ACTIONS(4824), [anon_sym_AMP_EQ] = ACTIONS(4824), [anon_sym_CARET_EQ] = ACTIONS(4824), [anon_sym_PIPE_EQ] = ACTIONS(4824), [anon_sym_and_eq] = ACTIONS(4826), [anon_sym_or_eq] = ACTIONS(4826), [anon_sym_xor_eq] = ACTIONS(4826), [anon_sym_LT_EQ_GT] = ACTIONS(4824), [anon_sym_or] = ACTIONS(4826), [anon_sym_and] = ACTIONS(4826), [anon_sym_bitor] = ACTIONS(4826), [anon_sym_xor] = ACTIONS(4826), [anon_sym_bitand] = ACTIONS(4826), [anon_sym_not_eq] = ACTIONS(4826), [anon_sym_DASH_DASH] = ACTIONS(4824), [anon_sym_PLUS_PLUS] = ACTIONS(4824), [anon_sym_DOT] = ACTIONS(4826), [anon_sym_DASH_GT] = ACTIONS(4824), [anon_sym_L_DQUOTE] = ACTIONS(4824), [anon_sym_u_DQUOTE] = ACTIONS(4824), [anon_sym_U_DQUOTE] = ACTIONS(4824), [anon_sym_u8_DQUOTE] = ACTIONS(4824), [anon_sym_DQUOTE] = ACTIONS(4824), [sym_comment] = ACTIONS(3), [anon_sym_R_DQUOTE] = ACTIONS(4824), [anon_sym_LR_DQUOTE] = ACTIONS(4824), [anon_sym_uR_DQUOTE] = ACTIONS(4824), [anon_sym_UR_DQUOTE] = ACTIONS(4824), [anon_sym_u8R_DQUOTE] = ACTIONS(4824), [sym_literal_suffix] = ACTIONS(4826), }, [2233] = { [sym_identifier] = ACTIONS(4521), [anon_sym_DOT_DOT_DOT] = ACTIONS(4523), [anon_sym_COMMA] = ACTIONS(4523), [anon_sym_RPAREN] = ACTIONS(4523), [anon_sym_LPAREN2] = ACTIONS(4523), [anon_sym_DASH] = ACTIONS(4521), [anon_sym_PLUS] = ACTIONS(4521), [anon_sym_STAR] = ACTIONS(4523), [anon_sym_SLASH] = ACTIONS(4521), [anon_sym_PERCENT] = ACTIONS(4523), [anon_sym_PIPE_PIPE] = ACTIONS(4523), [anon_sym_AMP_AMP] = ACTIONS(4523), [anon_sym_PIPE] = ACTIONS(4521), [anon_sym_CARET] = ACTIONS(4523), [anon_sym_AMP] = ACTIONS(4521), [anon_sym_EQ_EQ] = ACTIONS(4523), [anon_sym_BANG_EQ] = ACTIONS(4523), [anon_sym_GT] = ACTIONS(4521), [anon_sym_GT_EQ] = ACTIONS(4523), [anon_sym_LT_EQ] = ACTIONS(4521), [anon_sym_LT] = ACTIONS(4521), [anon_sym_LT_LT] = ACTIONS(4523), [anon_sym_GT_GT] = ACTIONS(4523), [anon_sym_SEMI] = ACTIONS(4523), [anon_sym_COLON_COLON] = ACTIONS(4523), [anon_sym___based] = ACTIONS(4521), [anon_sym_LBRACE] = ACTIONS(4523), [anon_sym_RBRACE] = ACTIONS(4523), [anon_sym_signed] = ACTIONS(4521), [anon_sym_unsigned] = ACTIONS(4521), [anon_sym_long] = ACTIONS(4521), [anon_sym_short] = ACTIONS(4521), [anon_sym_LBRACK] = ACTIONS(4523), [anon_sym_RBRACK] = ACTIONS(4523), [anon_sym_const] = ACTIONS(4521), [anon_sym_constexpr] = ACTIONS(4521), [anon_sym_volatile] = ACTIONS(4521), [anon_sym_restrict] = ACTIONS(4521), [anon_sym___restrict__] = ACTIONS(4521), [anon_sym__Atomic] = ACTIONS(4521), [anon_sym__Noreturn] = ACTIONS(4521), [anon_sym_noreturn] = ACTIONS(4521), [anon_sym_mutable] = ACTIONS(4521), [anon_sym_constinit] = ACTIONS(4521), [anon_sym_consteval] = ACTIONS(4521), [sym_primitive_type] = ACTIONS(4521), [anon_sym_COLON] = ACTIONS(4521), [anon_sym_QMARK] = ACTIONS(4523), [anon_sym_LT_EQ_GT] = ACTIONS(4523), [anon_sym_or] = ACTIONS(4521), [anon_sym_and] = ACTIONS(4521), [anon_sym_bitor] = ACTIONS(4521), [anon_sym_xor] = ACTIONS(4521), [anon_sym_bitand] = ACTIONS(4521), [anon_sym_not_eq] = ACTIONS(4521), [anon_sym_DASH_DASH] = ACTIONS(4523), [anon_sym_PLUS_PLUS] = ACTIONS(4523), [anon_sym_DOT] = ACTIONS(4521), [anon_sym_DASH_GT] = ACTIONS(4523), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(4521), [anon_sym_decltype] = ACTIONS(4521), [anon_sym_final] = ACTIONS(4521), [anon_sym_override] = ACTIONS(4521), [anon_sym_requires] = ACTIONS(4521), }, [2234] = { [sym_identifier] = ACTIONS(4828), [anon_sym_DOT_DOT_DOT] = ACTIONS(4830), [anon_sym_COMMA] = ACTIONS(4830), [anon_sym_RPAREN] = ACTIONS(4830), [anon_sym_LPAREN2] = ACTIONS(4830), [anon_sym_DASH] = ACTIONS(4828), [anon_sym_PLUS] = ACTIONS(4828), [anon_sym_STAR] = ACTIONS(4830), [anon_sym_SLASH] = ACTIONS(4828), [anon_sym_PERCENT] = ACTIONS(4830), [anon_sym_PIPE_PIPE] = ACTIONS(4830), [anon_sym_AMP_AMP] = ACTIONS(4830), [anon_sym_PIPE] = ACTIONS(4828), [anon_sym_CARET] = ACTIONS(4830), [anon_sym_AMP] = ACTIONS(4828), [anon_sym_EQ_EQ] = ACTIONS(4830), [anon_sym_BANG_EQ] = ACTIONS(4830), [anon_sym_GT] = ACTIONS(4828), [anon_sym_GT_EQ] = ACTIONS(4830), [anon_sym_LT_EQ] = ACTIONS(4828), [anon_sym_LT] = ACTIONS(4828), [anon_sym_LT_LT] = ACTIONS(4830), [anon_sym_GT_GT] = ACTIONS(4830), [anon_sym_SEMI] = ACTIONS(4830), [anon_sym_COLON_COLON] = ACTIONS(4792), [anon_sym___based] = ACTIONS(4828), [anon_sym_LBRACE] = ACTIONS(4830), [anon_sym_RBRACE] = ACTIONS(4830), [anon_sym_signed] = ACTIONS(4828), [anon_sym_unsigned] = ACTIONS(4828), [anon_sym_long] = ACTIONS(4828), [anon_sym_short] = ACTIONS(4828), [anon_sym_LBRACK] = ACTIONS(4830), [anon_sym_RBRACK] = ACTIONS(4830), [anon_sym_const] = ACTIONS(4828), [anon_sym_constexpr] = ACTIONS(4828), [anon_sym_volatile] = ACTIONS(4828), [anon_sym_restrict] = ACTIONS(4828), [anon_sym___restrict__] = ACTIONS(4828), [anon_sym__Atomic] = ACTIONS(4828), [anon_sym__Noreturn] = ACTIONS(4828), [anon_sym_noreturn] = ACTIONS(4828), [anon_sym_mutable] = ACTIONS(4828), [anon_sym_constinit] = ACTIONS(4828), [anon_sym_consteval] = ACTIONS(4828), [sym_primitive_type] = ACTIONS(4828), [anon_sym_COLON] = ACTIONS(4828), [anon_sym_QMARK] = ACTIONS(4830), [anon_sym_LT_EQ_GT] = ACTIONS(4830), [anon_sym_or] = ACTIONS(4828), [anon_sym_and] = ACTIONS(4828), [anon_sym_bitor] = ACTIONS(4828), [anon_sym_xor] = ACTIONS(4828), [anon_sym_bitand] = ACTIONS(4828), [anon_sym_not_eq] = ACTIONS(4828), [anon_sym_DASH_DASH] = ACTIONS(4830), [anon_sym_PLUS_PLUS] = ACTIONS(4830), [anon_sym_DOT] = ACTIONS(4828), [anon_sym_DASH_GT] = ACTIONS(4830), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(4828), [anon_sym_decltype] = ACTIONS(4828), [anon_sym_final] = ACTIONS(4828), [anon_sym_override] = ACTIONS(4828), [anon_sym_requires] = ACTIONS(4828), }, [2235] = { [sym_identifier] = ACTIONS(4828), [anon_sym_DOT_DOT_DOT] = ACTIONS(4830), [anon_sym_COMMA] = ACTIONS(4830), [anon_sym_RPAREN] = ACTIONS(4830), [anon_sym_LPAREN2] = ACTIONS(4830), [anon_sym_DASH] = ACTIONS(4828), [anon_sym_PLUS] = ACTIONS(4828), [anon_sym_STAR] = ACTIONS(4830), [anon_sym_SLASH] = ACTIONS(4828), [anon_sym_PERCENT] = ACTIONS(4830), [anon_sym_PIPE_PIPE] = ACTIONS(4830), [anon_sym_AMP_AMP] = ACTIONS(4830), [anon_sym_PIPE] = ACTIONS(4828), [anon_sym_CARET] = ACTIONS(4830), [anon_sym_AMP] = ACTIONS(4828), [anon_sym_EQ_EQ] = ACTIONS(4830), [anon_sym_BANG_EQ] = ACTIONS(4830), [anon_sym_GT] = ACTIONS(4828), [anon_sym_GT_EQ] = ACTIONS(4830), [anon_sym_LT_EQ] = ACTIONS(4828), [anon_sym_LT] = ACTIONS(4828), [anon_sym_LT_LT] = ACTIONS(4830), [anon_sym_GT_GT] = ACTIONS(4830), [anon_sym_SEMI] = ACTIONS(4830), [anon_sym_COLON_COLON] = ACTIONS(4792), [anon_sym___based] = ACTIONS(4828), [anon_sym_LBRACE] = ACTIONS(4830), [anon_sym_RBRACE] = ACTIONS(4830), [anon_sym_signed] = ACTIONS(4828), [anon_sym_unsigned] = ACTIONS(4828), [anon_sym_long] = ACTIONS(4828), [anon_sym_short] = ACTIONS(4828), [anon_sym_LBRACK] = ACTIONS(4830), [anon_sym_RBRACK] = ACTIONS(4830), [anon_sym_const] = ACTIONS(4828), [anon_sym_constexpr] = ACTIONS(4828), [anon_sym_volatile] = ACTIONS(4828), [anon_sym_restrict] = ACTIONS(4828), [anon_sym___restrict__] = ACTIONS(4828), [anon_sym__Atomic] = ACTIONS(4828), [anon_sym__Noreturn] = ACTIONS(4828), [anon_sym_noreturn] = ACTIONS(4828), [anon_sym_mutable] = ACTIONS(4828), [anon_sym_constinit] = ACTIONS(4828), [anon_sym_consteval] = ACTIONS(4828), [sym_primitive_type] = ACTIONS(4828), [anon_sym_COLON] = ACTIONS(4828), [anon_sym_QMARK] = ACTIONS(4830), [anon_sym_LT_EQ_GT] = ACTIONS(4830), [anon_sym_or] = ACTIONS(4828), [anon_sym_and] = ACTIONS(4828), [anon_sym_bitor] = ACTIONS(4828), [anon_sym_xor] = ACTIONS(4828), [anon_sym_bitand] = ACTIONS(4828), [anon_sym_not_eq] = ACTIONS(4828), [anon_sym_DASH_DASH] = ACTIONS(4830), [anon_sym_PLUS_PLUS] = ACTIONS(4830), [anon_sym_DOT] = ACTIONS(4828), [anon_sym_DASH_GT] = ACTIONS(4830), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(4828), [anon_sym_decltype] = ACTIONS(4828), [anon_sym_final] = ACTIONS(4828), [anon_sym_override] = ACTIONS(4828), [anon_sym_requires] = ACTIONS(4828), }, [2236] = { [sym_catch_clause] = STATE(2237), [aux_sym_constructor_try_statement_repeat1] = STATE(2237), [sym_identifier] = ACTIONS(2883), [aux_sym_preproc_def_token1] = ACTIONS(2883), [aux_sym_preproc_if_token1] = ACTIONS(2883), [aux_sym_preproc_if_token2] = ACTIONS(2883), [aux_sym_preproc_ifdef_token1] = ACTIONS(2883), [aux_sym_preproc_ifdef_token2] = ACTIONS(2883), [aux_sym_preproc_else_token1] = ACTIONS(2883), [aux_sym_preproc_elif_token1] = ACTIONS(2883), [aux_sym_preproc_elifdef_token1] = ACTIONS(2883), [aux_sym_preproc_elifdef_token2] = ACTIONS(2883), [sym_preproc_directive] = ACTIONS(2883), [anon_sym_LPAREN2] = ACTIONS(2885), [anon_sym_TILDE] = ACTIONS(2885), [anon_sym_STAR] = ACTIONS(2885), [anon_sym_AMP_AMP] = ACTIONS(2885), [anon_sym_AMP] = ACTIONS(2883), [anon_sym_typedef] = ACTIONS(2883), [anon_sym_extern] = ACTIONS(2883), [anon_sym___attribute__] = ACTIONS(2883), [anon_sym_COLON_COLON] = ACTIONS(2885), [anon_sym_LBRACK_LBRACK] = ACTIONS(2885), [anon_sym___declspec] = ACTIONS(2883), [anon_sym___based] = ACTIONS(2883), [anon_sym_signed] = ACTIONS(2883), [anon_sym_unsigned] = ACTIONS(2883), [anon_sym_long] = ACTIONS(2883), [anon_sym_short] = ACTIONS(2883), [anon_sym_LBRACK] = ACTIONS(2883), [anon_sym_static] = ACTIONS(2883), [anon_sym_register] = ACTIONS(2883), [anon_sym_inline] = ACTIONS(2883), [anon_sym_thread_local] = ACTIONS(2883), [anon_sym_const] = ACTIONS(2883), [anon_sym_constexpr] = ACTIONS(2883), [anon_sym_volatile] = ACTIONS(2883), [anon_sym_restrict] = ACTIONS(2883), [anon_sym___restrict__] = ACTIONS(2883), [anon_sym__Atomic] = ACTIONS(2883), [anon_sym__Noreturn] = ACTIONS(2883), [anon_sym_noreturn] = ACTIONS(2883), [anon_sym_mutable] = ACTIONS(2883), [anon_sym_constinit] = ACTIONS(2883), [anon_sym_consteval] = ACTIONS(2883), [sym_primitive_type] = ACTIONS(2883), [anon_sym_enum] = ACTIONS(2883), [anon_sym_class] = ACTIONS(2883), [anon_sym_struct] = ACTIONS(2883), [anon_sym_union] = ACTIONS(2883), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2883), [anon_sym_decltype] = ACTIONS(2883), [anon_sym_virtual] = ACTIONS(2883), [anon_sym_explicit] = ACTIONS(2883), [anon_sym_typename] = ACTIONS(2883), [anon_sym_template] = ACTIONS(2883), [anon_sym_operator] = ACTIONS(2883), [anon_sym_friend] = ACTIONS(2883), [anon_sym_public] = ACTIONS(2883), [anon_sym_private] = ACTIONS(2883), [anon_sym_protected] = ACTIONS(2883), [anon_sym_using] = ACTIONS(2883), [anon_sym_static_assert] = ACTIONS(2883), [anon_sym_catch] = ACTIONS(4778), }, [2237] = { [sym_catch_clause] = STATE(2237), [aux_sym_constructor_try_statement_repeat1] = STATE(2237), [sym_identifier] = ACTIONS(2696), [aux_sym_preproc_def_token1] = ACTIONS(2696), [aux_sym_preproc_if_token1] = ACTIONS(2696), [aux_sym_preproc_if_token2] = ACTIONS(2696), [aux_sym_preproc_ifdef_token1] = ACTIONS(2696), [aux_sym_preproc_ifdef_token2] = ACTIONS(2696), [aux_sym_preproc_else_token1] = ACTIONS(2696), [aux_sym_preproc_elif_token1] = ACTIONS(2696), [aux_sym_preproc_elifdef_token1] = ACTIONS(2696), [aux_sym_preproc_elifdef_token2] = ACTIONS(2696), [sym_preproc_directive] = ACTIONS(2696), [anon_sym_LPAREN2] = ACTIONS(2698), [anon_sym_TILDE] = ACTIONS(2698), [anon_sym_STAR] = ACTIONS(2698), [anon_sym_AMP_AMP] = ACTIONS(2698), [anon_sym_AMP] = ACTIONS(2696), [anon_sym_typedef] = ACTIONS(2696), [anon_sym_extern] = ACTIONS(2696), [anon_sym___attribute__] = ACTIONS(2696), [anon_sym_COLON_COLON] = ACTIONS(2698), [anon_sym_LBRACK_LBRACK] = ACTIONS(2698), [anon_sym___declspec] = ACTIONS(2696), [anon_sym___based] = ACTIONS(2696), [anon_sym_signed] = ACTIONS(2696), [anon_sym_unsigned] = ACTIONS(2696), [anon_sym_long] = ACTIONS(2696), [anon_sym_short] = ACTIONS(2696), [anon_sym_LBRACK] = ACTIONS(2696), [anon_sym_static] = ACTIONS(2696), [anon_sym_register] = ACTIONS(2696), [anon_sym_inline] = ACTIONS(2696), [anon_sym_thread_local] = ACTIONS(2696), [anon_sym_const] = ACTIONS(2696), [anon_sym_constexpr] = ACTIONS(2696), [anon_sym_volatile] = ACTIONS(2696), [anon_sym_restrict] = ACTIONS(2696), [anon_sym___restrict__] = ACTIONS(2696), [anon_sym__Atomic] = ACTIONS(2696), [anon_sym__Noreturn] = ACTIONS(2696), [anon_sym_noreturn] = ACTIONS(2696), [anon_sym_mutable] = ACTIONS(2696), [anon_sym_constinit] = ACTIONS(2696), [anon_sym_consteval] = ACTIONS(2696), [sym_primitive_type] = ACTIONS(2696), [anon_sym_enum] = ACTIONS(2696), [anon_sym_class] = ACTIONS(2696), [anon_sym_struct] = ACTIONS(2696), [anon_sym_union] = ACTIONS(2696), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2696), [anon_sym_decltype] = ACTIONS(2696), [anon_sym_virtual] = ACTIONS(2696), [anon_sym_explicit] = ACTIONS(2696), [anon_sym_typename] = ACTIONS(2696), [anon_sym_template] = ACTIONS(2696), [anon_sym_operator] = ACTIONS(2696), [anon_sym_friend] = ACTIONS(2696), [anon_sym_public] = ACTIONS(2696), [anon_sym_private] = ACTIONS(2696), [anon_sym_protected] = ACTIONS(2696), [anon_sym_using] = ACTIONS(2696), [anon_sym_static_assert] = ACTIONS(2696), [anon_sym_catch] = ACTIONS(4832), }, [2238] = { [sym__declaration_modifiers] = STATE(2559), [sym__declaration_specifiers] = STATE(3776), [sym_attribute_specifier] = STATE(2559), [sym_attribute_declaration] = STATE(2559), [sym_ms_declspec_modifier] = STATE(2559), [sym_storage_class_specifier] = STATE(2559), [sym_type_qualifier] = STATE(2559), [sym__type_specifier] = STATE(3628), [sym_sized_type_specifier] = STATE(3695), [sym_enum_specifier] = STATE(3695), [sym_struct_specifier] = STATE(3695), [sym_union_specifier] = STATE(3695), [sym_parameter_declaration] = STATE(6350), [sym_placeholder_type_specifier] = STATE(3695), [sym_decltype_auto] = STATE(3701), [sym_decltype] = STATE(3646), [sym_class_specifier] = STATE(3695), [sym_virtual] = STATE(2559), [sym_dependent_type] = STATE(3695), [sym_optional_parameter_declaration] = STATE(6350), [sym_variadic_parameter_declaration] = STATE(6350), [sym_template_type] = STATE(3646), [sym_dependent_type_identifier] = STATE(7572), [sym__scope_resolution] = STATE(5795), [sym_qualified_type_identifier] = STATE(3938), [aux_sym__declaration_specifiers_repeat1] = STATE(2559), [aux_sym_sized_type_specifier_repeat1] = STATE(3634), [sym_identifier] = ACTIONS(4562), [anon_sym_DOT_DOT_DOT] = ACTIONS(1895), [anon_sym_RPAREN] = ACTIONS(4004), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(37), [anon_sym_COLON_COLON] = ACTIONS(4572), [anon_sym_LBRACK_LBRACK] = ACTIONS(1813), [anon_sym___declspec] = ACTIONS(43), [anon_sym_signed] = ACTIONS(51), [anon_sym_unsigned] = ACTIONS(51), [anon_sym_long] = ACTIONS(51), [anon_sym_short] = ACTIONS(51), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), [anon_sym_thread_local] = ACTIONS(55), [anon_sym_const] = ACTIONS(59), [anon_sym_constexpr] = ACTIONS(59), [anon_sym_volatile] = ACTIONS(59), [anon_sym_restrict] = ACTIONS(59), [anon_sym___restrict__] = ACTIONS(59), [anon_sym__Atomic] = ACTIONS(59), [anon_sym__Noreturn] = ACTIONS(59), [anon_sym_noreturn] = ACTIONS(59), [anon_sym_mutable] = ACTIONS(59), [anon_sym_constinit] = ACTIONS(59), [anon_sym_consteval] = ACTIONS(59), [sym_primitive_type] = ACTIONS(3661), [anon_sym_enum] = ACTIONS(1853), [anon_sym_class] = ACTIONS(1855), [anon_sym_struct] = ACTIONS(1857), [anon_sym_union] = ACTIONS(1859), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(113), [anon_sym_decltype] = ACTIONS(115), [anon_sym_virtual] = ACTIONS(117), [anon_sym_typename] = ACTIONS(1881), [anon_sym_template] = ACTIONS(1329), }, [2239] = { [sym_identifier] = ACTIONS(4835), [anon_sym_DOT_DOT_DOT] = ACTIONS(4837), [anon_sym_COMMA] = ACTIONS(4837), [anon_sym_RPAREN] = ACTIONS(4837), [anon_sym_LPAREN2] = ACTIONS(4837), [anon_sym_DASH] = ACTIONS(4835), [anon_sym_PLUS] = ACTIONS(4835), [anon_sym_STAR] = ACTIONS(4837), [anon_sym_SLASH] = ACTIONS(4835), [anon_sym_PERCENT] = ACTIONS(4837), [anon_sym_PIPE_PIPE] = ACTIONS(4837), [anon_sym_AMP_AMP] = ACTIONS(4837), [anon_sym_PIPE] = ACTIONS(4835), [anon_sym_CARET] = ACTIONS(4837), [anon_sym_AMP] = ACTIONS(4835), [anon_sym_EQ_EQ] = ACTIONS(4837), [anon_sym_BANG_EQ] = ACTIONS(4837), [anon_sym_GT] = ACTIONS(4835), [anon_sym_GT_EQ] = ACTIONS(4837), [anon_sym_LT_EQ] = ACTIONS(4835), [anon_sym_LT] = ACTIONS(4835), [anon_sym_LT_LT] = ACTIONS(4837), [anon_sym_GT_GT] = ACTIONS(4837), [anon_sym_SEMI] = ACTIONS(4837), [anon_sym_COLON_COLON] = ACTIONS(4837), [anon_sym___based] = ACTIONS(4835), [anon_sym_LBRACE] = ACTIONS(4837), [anon_sym_RBRACE] = ACTIONS(4837), [anon_sym_signed] = ACTIONS(4835), [anon_sym_unsigned] = ACTIONS(4835), [anon_sym_long] = ACTIONS(4835), [anon_sym_short] = ACTIONS(4835), [anon_sym_LBRACK] = ACTIONS(4837), [anon_sym_RBRACK] = ACTIONS(4837), [anon_sym_const] = ACTIONS(4835), [anon_sym_constexpr] = ACTIONS(4835), [anon_sym_volatile] = ACTIONS(4835), [anon_sym_restrict] = ACTIONS(4835), [anon_sym___restrict__] = ACTIONS(4835), [anon_sym__Atomic] = ACTIONS(4835), [anon_sym__Noreturn] = ACTIONS(4835), [anon_sym_noreturn] = ACTIONS(4835), [anon_sym_mutable] = ACTIONS(4835), [anon_sym_constinit] = ACTIONS(4835), [anon_sym_consteval] = ACTIONS(4835), [sym_primitive_type] = ACTIONS(4835), [anon_sym_COLON] = ACTIONS(4835), [anon_sym_QMARK] = ACTIONS(4837), [anon_sym_LT_EQ_GT] = ACTIONS(4837), [anon_sym_or] = ACTIONS(4835), [anon_sym_and] = ACTIONS(4835), [anon_sym_bitor] = ACTIONS(4835), [anon_sym_xor] = ACTIONS(4835), [anon_sym_bitand] = ACTIONS(4835), [anon_sym_not_eq] = ACTIONS(4835), [anon_sym_DASH_DASH] = ACTIONS(4837), [anon_sym_PLUS_PLUS] = ACTIONS(4837), [anon_sym_DOT] = ACTIONS(4835), [anon_sym_DASH_GT] = ACTIONS(4837), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(4835), [anon_sym_decltype] = ACTIONS(4835), [anon_sym_final] = ACTIONS(4835), [anon_sym_override] = ACTIONS(4835), [anon_sym_requires] = ACTIONS(4835), }, }; static const uint16_t ts_small_parse_table[] = { [0] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4841), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, ACTIONS(4839), 38, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym___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_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DOT, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_requires, [71] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4845), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, ACTIONS(4843), 38, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym___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_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DOT, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_requires, [142] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(4507), 1, anon_sym_const, ACTIONS(4516), 2, anon_sym_STAR, anon_sym_AMP, ACTIONS(4509), 4, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_AMP_AMP, anon_sym_LBRACK, ACTIONS(4512), 14, anon_sym_COLON_COLON, anon_sym_LBRACE, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_auto, anon_sym_decltype, ACTIONS(4514), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(4519), 28, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [221] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4849), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, ACTIONS(4847), 38, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym___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_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DOT, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_requires, [292] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4853), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, ACTIONS(4851), 38, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym___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_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DOT, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_requires, [363] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4857), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, ACTIONS(4855), 38, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym___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_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DOT, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_requires, [434] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2966), 2, anon_sym_COMMA, anon_sym_SEMI, ACTIONS(2540), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(2542), 55, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, aux_sym_preproc_elifdef_token1, aux_sym_preproc_elifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [507] = 5, ACTIONS(3), 1, sym_comment, STATE(2247), 1, aux_sym_sized_type_specifier_repeat1, ACTIONS(4863), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, ACTIONS(4861), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, ACTIONS(4859), 33, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DOT, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_requires, [582] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4868), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, ACTIONS(4866), 38, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym___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_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DOT, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_requires, [653] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4872), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, ACTIONS(4870), 38, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym___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_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DOT, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_requires, [724] = 31, ACTIONS(3), 1, sym_comment, ACTIONS(37), 1, anon_sym___attribute__, ACTIONS(43), 1, anon_sym___declspec, ACTIONS(113), 1, sym_auto, ACTIONS(115), 1, anon_sym_decltype, ACTIONS(117), 1, anon_sym_virtual, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1813), 1, anon_sym_LBRACK_LBRACK, ACTIONS(1839), 1, anon_sym_RPAREN, ACTIONS(1853), 1, anon_sym_enum, ACTIONS(1855), 1, anon_sym_class, ACTIONS(1857), 1, anon_sym_struct, ACTIONS(1859), 1, anon_sym_union, ACTIONS(1881), 1, anon_sym_typename, ACTIONS(3661), 1, sym_primitive_type, ACTIONS(4562), 1, sym_identifier, ACTIONS(4572), 1, anon_sym_COLON_COLON, STATE(3628), 1, sym__type_specifier, STATE(3634), 1, aux_sym_sized_type_specifier_repeat1, STATE(3701), 1, sym_decltype_auto, STATE(3776), 1, sym__declaration_specifiers, STATE(3938), 1, sym_qualified_type_identifier, STATE(5795), 1, sym__scope_resolution, STATE(7572), 1, sym_dependent_type_identifier, STATE(3646), 2, sym_decltype, sym_template_type, STATE(6415), 3, sym_parameter_declaration, sym_optional_parameter_declaration, sym_variadic_parameter_declaration, ACTIONS(51), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, ACTIONS(55), 5, anon_sym_extern, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, STATE(3695), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, STATE(2559), 8, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, sym_ms_declspec_modifier, sym_storage_class_specifier, sym_type_qualifier, sym_virtual, aux_sym__declaration_specifiers_repeat1, ACTIONS(59), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [851] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4830), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, ACTIONS(4828), 38, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym___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_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DOT, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_requires, [922] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4876), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, ACTIONS(4874), 38, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym___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_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DOT, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_requires, [993] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4880), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, ACTIONS(4878), 38, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym___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_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DOT, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_requires, [1064] = 6, ACTIONS(3), 1, sym_comment, STATE(2281), 3, sym_string_literal, sym_raw_string_literal, aux_sym_concatenated_string_repeat1, ACTIONS(2061), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, ACTIONS(2069), 5, anon_sym_R_DQUOTE, anon_sym_LR_DQUOTE, anon_sym_uR_DQUOTE, anon_sym_UR_DQUOTE, anon_sym_u8R_DQUOTE, ACTIONS(4675), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, ACTIONS(4677), 27, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DOT, sym_literal_suffix, [1141] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4884), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, ACTIONS(4882), 38, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym___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_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DOT, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_requires, [1212] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4888), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, ACTIONS(4886), 38, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym___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_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DOT, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_requires, [1283] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4892), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, ACTIONS(4890), 38, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym___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_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DOT, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_requires, [1354] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4896), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, ACTIONS(4894), 38, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym___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_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DOT, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_requires, [1425] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4900), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, ACTIONS(4898), 38, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym___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_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DOT, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_requires, [1496] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4904), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, ACTIONS(4902), 38, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym___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_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DOT, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_requires, [1567] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4908), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, ACTIONS(4906), 38, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym___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_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DOT, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_requires, [1638] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4912), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, ACTIONS(4910), 38, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym___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_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DOT, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_requires, [1709] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4916), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, ACTIONS(4914), 38, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym___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_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DOT, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_requires, [1780] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4920), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, ACTIONS(4918), 38, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym___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_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DOT, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_requires, [1851] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4924), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, ACTIONS(4922), 38, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym___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_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DOT, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_requires, [1922] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4928), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, ACTIONS(4926), 38, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym___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_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DOT, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_requires, [1993] = 5, ACTIONS(3), 1, sym_comment, STATE(2267), 1, aux_sym_sized_type_specifier_repeat1, ACTIONS(4930), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, ACTIONS(4859), 28, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, sym_primitive_type, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DOT, sym_identifier, sym_auto, anon_sym_decltype, ACTIONS(4861), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [2068] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4935), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, ACTIONS(4933), 38, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym___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_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DOT, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_requires, [2139] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4939), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, ACTIONS(4937), 38, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym___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_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DOT, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_requires, [2210] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4943), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, ACTIONS(4941), 38, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym___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_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DOT, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_requires, [2281] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4947), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, ACTIONS(4945), 38, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym___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_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DOT, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_requires, [2352] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4951), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, ACTIONS(4949), 38, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym___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_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DOT, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_requires, [2423] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4955), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, ACTIONS(4953), 38, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym___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_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DOT, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_requires, [2494] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4959), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, ACTIONS(4957), 38, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym___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_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DOT, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_requires, [2565] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(4961), 1, sym_identifier, ACTIONS(4969), 1, sym_primitive_type, STATE(2247), 1, aux_sym_sized_type_specifier_repeat1, ACTIONS(4967), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, ACTIONS(4963), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, ACTIONS(4965), 31, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DOT, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_requires, [2644] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4973), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, ACTIONS(4971), 38, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym___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_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DOT, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_requires, [2715] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(4975), 1, sym_literal_suffix, STATE(2254), 3, sym_string_literal, sym_raw_string_literal, aux_sym_concatenated_string_repeat1, ACTIONS(2061), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, ACTIONS(2069), 5, anon_sym_R_DQUOTE, anon_sym_LR_DQUOTE, anon_sym_uR_DQUOTE, anon_sym_UR_DQUOTE, anon_sym_u8R_DQUOTE, ACTIONS(4478), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, ACTIONS(4473), 26, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DOT, [2794] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4979), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, ACTIONS(4977), 38, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym___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_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DOT, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_requires, [2865] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(4981), 1, sym_identifier, ACTIONS(4985), 1, sym_primitive_type, STATE(2267), 1, aux_sym_sized_type_specifier_repeat1, ACTIONS(4983), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, ACTIONS(4965), 26, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DOT, sym_auto, anon_sym_decltype, ACTIONS(4963), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [2944] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4989), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, ACTIONS(4987), 38, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym___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_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DOT, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_requires, [3015] = 6, ACTIONS(3), 1, sym_comment, STATE(2281), 3, sym_string_literal, sym_raw_string_literal, aux_sym_concatenated_string_repeat1, ACTIONS(4991), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, ACTIONS(4994), 5, anon_sym_R_DQUOTE, anon_sym_LR_DQUOTE, anon_sym_uR_DQUOTE, anon_sym_UR_DQUOTE, anon_sym_u8R_DQUOTE, ACTIONS(4652), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, ACTIONS(4654), 27, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DOT, sym_literal_suffix, [3092] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4999), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, ACTIONS(4997), 38, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym___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_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DOT, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_requires, [3163] = 31, ACTIONS(3), 1, sym_comment, ACTIONS(37), 1, anon_sym___attribute__, ACTIONS(43), 1, anon_sym___declspec, ACTIONS(113), 1, sym_auto, ACTIONS(115), 1, anon_sym_decltype, ACTIONS(117), 1, anon_sym_virtual, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1813), 1, anon_sym_LBRACK_LBRACK, ACTIONS(1853), 1, anon_sym_enum, ACTIONS(1855), 1, anon_sym_class, ACTIONS(1857), 1, anon_sym_struct, ACTIONS(1859), 1, anon_sym_union, ACTIONS(1881), 1, anon_sym_typename, ACTIONS(3661), 1, sym_primitive_type, ACTIONS(4562), 1, sym_identifier, ACTIONS(4572), 1, anon_sym_COLON_COLON, ACTIONS(5001), 1, anon_sym_DOT_DOT_DOT, STATE(3628), 1, sym__type_specifier, STATE(3634), 1, aux_sym_sized_type_specifier_repeat1, STATE(3701), 1, sym_decltype_auto, STATE(3776), 1, sym__declaration_specifiers, STATE(3938), 1, sym_qualified_type_identifier, STATE(5795), 1, sym__scope_resolution, STATE(7572), 1, sym_dependent_type_identifier, STATE(3646), 2, sym_decltype, sym_template_type, STATE(6719), 3, sym_parameter_declaration, sym_optional_parameter_declaration, sym_variadic_parameter_declaration, ACTIONS(51), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, ACTIONS(55), 5, anon_sym_extern, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, STATE(3695), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, STATE(2559), 8, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, sym_ms_declspec_modifier, sym_storage_class_specifier, sym_type_qualifier, sym_virtual, aux_sym__declaration_specifiers_repeat1, ACTIONS(59), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [3290] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5005), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, ACTIONS(5003), 38, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym___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_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DOT, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_requires, [3361] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5009), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, ACTIONS(5007), 38, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym___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_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DOT, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_requires, [3432] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5013), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, ACTIONS(5011), 38, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym___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_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DOT, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_requires, [3503] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4790), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, ACTIONS(4788), 38, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym___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_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DOT, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_requires, [3574] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4802), 26, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DOT, anon_sym_DASH_GT, sym_literal_suffix, ACTIONS(4800), 36, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, anon_sym_R_DQUOTE, anon_sym_LR_DQUOTE, anon_sym_uR_DQUOTE, anon_sym_UR_DQUOTE, anon_sym_u8R_DQUOTE, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [3644] = 28, ACTIONS(3), 1, sym_comment, ACTIONS(29), 1, anon_sym_AMP_AMP, ACTIONS(45), 1, anon_sym___based, ACTIONS(119), 1, anon_sym_explicit, ACTIONS(125), 1, anon_sym_operator, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(2560), 1, anon_sym_LPAREN2, ACTIONS(2562), 1, anon_sym_TILDE, ACTIONS(2564), 1, anon_sym_STAR, ACTIONS(2566), 1, anon_sym_AMP, ACTIONS(2574), 1, anon_sym_LBRACK, ACTIONS(5015), 1, sym_identifier, ACTIONS(5019), 1, anon_sym___attribute__, ACTIONS(5021), 1, anon_sym_COLON_COLON, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5025), 1, anon_sym___declspec, ACTIONS(5029), 1, anon_sym_virtual, STATE(5226), 1, sym__scope_resolution, STATE(5507), 1, sym_function_declarator, STATE(5891), 1, sym__declarator, STATE(7599), 1, sym_ms_based_modifier, STATE(5920), 2, sym_operator_cast, sym_qualified_operator_cast_identifier, STATE(7572), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, ACTIONS(5017), 5, anon_sym_extern, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, STATE(3766), 10, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, sym_ms_declspec_modifier, sym_storage_class_specifier, sym_type_qualifier, sym_virtual, sym_explicit_function_specifier, sym__constructor_specifiers, aux_sym_operator_cast_definition_repeat1, STATE(5671), 10, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_array_declarator, sym_reference_declarator, sym_structured_binding_declarator, sym_template_function, sym_destructor_name, sym_qualified_identifier, sym_operator_name, ACTIONS(5027), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [3764] = 28, ACTIONS(3), 1, sym_comment, ACTIONS(29), 1, anon_sym_AMP_AMP, ACTIONS(45), 1, anon_sym___based, ACTIONS(119), 1, anon_sym_explicit, ACTIONS(125), 1, anon_sym_operator, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(2560), 1, anon_sym_LPAREN2, ACTIONS(2562), 1, anon_sym_TILDE, ACTIONS(2564), 1, anon_sym_STAR, ACTIONS(2566), 1, anon_sym_AMP, ACTIONS(2574), 1, anon_sym_LBRACK, ACTIONS(5015), 1, sym_identifier, ACTIONS(5019), 1, anon_sym___attribute__, ACTIONS(5021), 1, anon_sym_COLON_COLON, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5025), 1, anon_sym___declspec, ACTIONS(5029), 1, anon_sym_virtual, STATE(5226), 1, sym__scope_resolution, STATE(5527), 1, sym_function_declarator, STATE(5891), 1, sym__declarator, STATE(7599), 1, sym_ms_based_modifier, STATE(5913), 2, sym_operator_cast, sym_qualified_operator_cast_identifier, STATE(7572), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, ACTIONS(5017), 5, anon_sym_extern, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, STATE(3766), 10, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, sym_ms_declspec_modifier, sym_storage_class_specifier, sym_type_qualifier, sym_virtual, sym_explicit_function_specifier, sym__constructor_specifiers, aux_sym_operator_cast_definition_repeat1, STATE(5671), 10, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_array_declarator, sym_reference_declarator, sym_structured_binding_declarator, sym_template_function, sym_destructor_name, sym_qualified_identifier, sym_operator_name, ACTIONS(5027), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [3884] = 28, ACTIONS(3), 1, sym_comment, ACTIONS(29), 1, anon_sym_AMP_AMP, ACTIONS(45), 1, anon_sym___based, ACTIONS(119), 1, anon_sym_explicit, ACTIONS(125), 1, anon_sym_operator, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(2560), 1, anon_sym_LPAREN2, ACTIONS(2562), 1, anon_sym_TILDE, ACTIONS(2564), 1, anon_sym_STAR, ACTIONS(2566), 1, anon_sym_AMP, ACTIONS(2574), 1, anon_sym_LBRACK, ACTIONS(5015), 1, sym_identifier, ACTIONS(5019), 1, anon_sym___attribute__, ACTIONS(5021), 1, anon_sym_COLON_COLON, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5025), 1, anon_sym___declspec, ACTIONS(5029), 1, anon_sym_virtual, STATE(5226), 1, sym__scope_resolution, STATE(5491), 1, sym_function_declarator, STATE(5891), 1, sym__declarator, STATE(7599), 1, sym_ms_based_modifier, STATE(5948), 2, sym_operator_cast, sym_qualified_operator_cast_identifier, STATE(7572), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, ACTIONS(5017), 5, anon_sym_extern, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, STATE(3766), 10, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, sym_ms_declspec_modifier, sym_storage_class_specifier, sym_type_qualifier, sym_virtual, sym_explicit_function_specifier, sym__constructor_specifiers, aux_sym_operator_cast_definition_repeat1, STATE(5671), 10, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_array_declarator, sym_reference_declarator, sym_structured_binding_declarator, sym_template_function, sym_destructor_name, sym_qualified_identifier, sym_operator_name, ACTIONS(5027), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [4004] = 30, ACTIONS(3), 1, sym_comment, ACTIONS(37), 1, anon_sym___attribute__, ACTIONS(43), 1, anon_sym___declspec, ACTIONS(113), 1, sym_auto, ACTIONS(115), 1, anon_sym_decltype, ACTIONS(117), 1, anon_sym_virtual, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1813), 1, anon_sym_LBRACK_LBRACK, ACTIONS(1853), 1, anon_sym_enum, ACTIONS(1855), 1, anon_sym_class, ACTIONS(1857), 1, anon_sym_struct, ACTIONS(1859), 1, anon_sym_union, ACTIONS(1881), 1, anon_sym_typename, ACTIONS(3661), 1, sym_primitive_type, ACTIONS(4562), 1, sym_identifier, ACTIONS(4572), 1, anon_sym_COLON_COLON, STATE(3628), 1, sym__type_specifier, STATE(3634), 1, aux_sym_sized_type_specifier_repeat1, STATE(3701), 1, sym_decltype_auto, STATE(3776), 1, sym__declaration_specifiers, STATE(3938), 1, sym_qualified_type_identifier, STATE(5795), 1, sym__scope_resolution, STATE(7572), 1, sym_dependent_type_identifier, STATE(3646), 2, sym_decltype, sym_template_type, STATE(6728), 3, sym_parameter_declaration, sym_optional_parameter_declaration, sym_variadic_parameter_declaration, ACTIONS(51), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, ACTIONS(55), 5, anon_sym_extern, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, STATE(3695), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, STATE(2559), 8, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, sym_ms_declspec_modifier, sym_storage_class_specifier, sym_type_qualifier, sym_virtual, aux_sym__declaration_specifiers_repeat1, ACTIONS(59), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [4128] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2903), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(2901), 56, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, aux_sym_preproc_elifdef_token1, aux_sym_preproc_elifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, anon_sym_catch, [4198] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4786), 26, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DOT, anon_sym_DASH_GT, sym_literal_suffix, ACTIONS(4784), 36, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, anon_sym_R_DQUOTE, anon_sym_LR_DQUOTE, anon_sym_uR_DQUOTE, anon_sym_UR_DQUOTE, anon_sym_u8R_DQUOTE, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [4268] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(5031), 1, anon_sym_catch, STATE(2309), 2, sym_catch_clause, aux_sym_constructor_try_statement_repeat1, ACTIONS(2891), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(2889), 53, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [4342] = 28, ACTIONS(3), 1, sym_comment, ACTIONS(29), 1, anon_sym_AMP_AMP, ACTIONS(45), 1, anon_sym___based, ACTIONS(119), 1, anon_sym_explicit, ACTIONS(125), 1, anon_sym_operator, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(2560), 1, anon_sym_LPAREN2, ACTIONS(2562), 1, anon_sym_TILDE, ACTIONS(2564), 1, anon_sym_STAR, ACTIONS(2566), 1, anon_sym_AMP, ACTIONS(2574), 1, anon_sym_LBRACK, ACTIONS(5015), 1, sym_identifier, ACTIONS(5019), 1, anon_sym___attribute__, ACTIONS(5021), 1, anon_sym_COLON_COLON, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5025), 1, anon_sym___declspec, ACTIONS(5029), 1, anon_sym_virtual, STATE(5226), 1, sym__scope_resolution, STATE(5563), 1, sym_function_declarator, STATE(5891), 1, sym__declarator, STATE(7599), 1, sym_ms_based_modifier, STATE(5913), 2, sym_operator_cast, sym_qualified_operator_cast_identifier, STATE(7572), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, ACTIONS(5017), 5, anon_sym_extern, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, STATE(3766), 10, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, sym_ms_declspec_modifier, sym_storage_class_specifier, sym_type_qualifier, sym_virtual, sym_explicit_function_specifier, sym__constructor_specifiers, aux_sym_operator_cast_definition_repeat1, STATE(5671), 10, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_array_declarator, sym_reference_declarator, sym_structured_binding_declarator, sym_template_function, sym_destructor_name, sym_qualified_identifier, sym_operator_name, ACTIONS(5027), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [4462] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2536), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(2538), 56, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, aux_sym_preproc_elifdef_token1, aux_sym_preproc_elifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, anon_sym_catch, [4532] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(5031), 1, anon_sym_catch, STATE(2309), 2, sym_catch_clause, aux_sym_constructor_try_statement_repeat1, ACTIONS(2885), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(2883), 53, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [4606] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2540), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(2542), 56, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, aux_sym_preproc_elifdef_token1, aux_sym_preproc_elifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, anon_sym_catch, [4676] = 28, ACTIONS(3), 1, sym_comment, ACTIONS(29), 1, anon_sym_AMP_AMP, ACTIONS(45), 1, anon_sym___based, ACTIONS(119), 1, anon_sym_explicit, ACTIONS(125), 1, anon_sym_operator, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(2560), 1, anon_sym_LPAREN2, ACTIONS(2562), 1, anon_sym_TILDE, ACTIONS(2564), 1, anon_sym_STAR, ACTIONS(2566), 1, anon_sym_AMP, ACTIONS(2574), 1, anon_sym_LBRACK, ACTIONS(5015), 1, sym_identifier, ACTIONS(5019), 1, anon_sym___attribute__, ACTIONS(5021), 1, anon_sym_COLON_COLON, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5025), 1, anon_sym___declspec, ACTIONS(5029), 1, anon_sym_virtual, STATE(5226), 1, sym__scope_resolution, STATE(5570), 1, sym_function_declarator, STATE(5891), 1, sym__declarator, STATE(7599), 1, sym_ms_based_modifier, STATE(5920), 2, sym_operator_cast, sym_qualified_operator_cast_identifier, STATE(7572), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, ACTIONS(5017), 5, anon_sym_extern, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, STATE(3766), 10, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, sym_ms_declspec_modifier, sym_storage_class_specifier, sym_type_qualifier, sym_virtual, sym_explicit_function_specifier, sym__constructor_specifiers, aux_sym_operator_cast_definition_repeat1, STATE(5671), 10, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_array_declarator, sym_reference_declarator, sym_structured_binding_declarator, sym_template_function, sym_destructor_name, sym_qualified_identifier, sym_operator_name, ACTIONS(5027), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [4796] = 28, ACTIONS(3), 1, sym_comment, ACTIONS(29), 1, anon_sym_AMP_AMP, ACTIONS(45), 1, anon_sym___based, ACTIONS(119), 1, anon_sym_explicit, ACTIONS(125), 1, anon_sym_operator, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(2560), 1, anon_sym_LPAREN2, ACTIONS(2562), 1, anon_sym_TILDE, ACTIONS(2564), 1, anon_sym_STAR, ACTIONS(2566), 1, anon_sym_AMP, ACTIONS(2574), 1, anon_sym_LBRACK, ACTIONS(5015), 1, sym_identifier, ACTIONS(5019), 1, anon_sym___attribute__, ACTIONS(5021), 1, anon_sym_COLON_COLON, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5025), 1, anon_sym___declspec, ACTIONS(5029), 1, anon_sym_virtual, STATE(5226), 1, sym__scope_resolution, STATE(5566), 1, sym_function_declarator, STATE(5891), 1, sym__declarator, STATE(7599), 1, sym_ms_based_modifier, STATE(5948), 2, sym_operator_cast, sym_qualified_operator_cast_identifier, STATE(7572), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, ACTIONS(5017), 5, anon_sym_extern, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, STATE(3766), 10, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, sym_ms_declspec_modifier, sym_storage_class_specifier, sym_type_qualifier, sym_virtual, sym_explicit_function_specifier, sym__constructor_specifiers, aux_sym_operator_cast_definition_repeat1, STATE(5671), 10, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_array_declarator, sym_reference_declarator, sym_structured_binding_declarator, sym_template_function, sym_destructor_name, sym_qualified_identifier, sym_operator_name, ACTIONS(5027), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [4916] = 6, ACTIONS(3), 1, sym_comment, STATE(2302), 3, sym_string_literal, sym_raw_string_literal, aux_sym_concatenated_string_repeat1, ACTIONS(5033), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, ACTIONS(5036), 5, anon_sym_R_DQUOTE, anon_sym_LR_DQUOTE, anon_sym_uR_DQUOTE, anon_sym_UR_DQUOTE, anon_sym_u8R_DQUOTE, ACTIONS(4654), 23, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DOT, anon_sym_DASH_GT, sym_literal_suffix, ACTIONS(4652), 26, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [4992] = 28, ACTIONS(3), 1, sym_comment, ACTIONS(29), 1, anon_sym_AMP_AMP, ACTIONS(45), 1, anon_sym___based, ACTIONS(119), 1, anon_sym_explicit, ACTIONS(125), 1, anon_sym_operator, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(2560), 1, anon_sym_LPAREN2, ACTIONS(2562), 1, anon_sym_TILDE, ACTIONS(2564), 1, anon_sym_STAR, ACTIONS(2566), 1, anon_sym_AMP, ACTIONS(2574), 1, anon_sym_LBRACK, ACTIONS(5015), 1, sym_identifier, ACTIONS(5019), 1, anon_sym___attribute__, ACTIONS(5021), 1, anon_sym_COLON_COLON, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5025), 1, anon_sym___declspec, ACTIONS(5029), 1, anon_sym_virtual, STATE(5226), 1, sym__scope_resolution, STATE(5476), 1, sym_function_declarator, STATE(5891), 1, sym__declarator, STATE(7599), 1, sym_ms_based_modifier, STATE(5935), 2, sym_operator_cast, sym_qualified_operator_cast_identifier, STATE(7572), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, ACTIONS(5017), 5, anon_sym_extern, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, STATE(3766), 10, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, sym_ms_declspec_modifier, sym_storage_class_specifier, sym_type_qualifier, sym_virtual, sym_explicit_function_specifier, sym__constructor_specifiers, aux_sym_operator_cast_definition_repeat1, STATE(5671), 10, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_array_declarator, sym_reference_declarator, sym_structured_binding_declarator, sym_template_function, sym_destructor_name, sym_qualified_identifier, sym_operator_name, ACTIONS(5027), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [5112] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4826), 26, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DOT, anon_sym_DASH_GT, sym_literal_suffix, ACTIONS(4824), 36, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, anon_sym_R_DQUOTE, anon_sym_LR_DQUOTE, anon_sym_uR_DQUOTE, anon_sym_UR_DQUOTE, anon_sym_u8R_DQUOTE, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [5182] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(5031), 1, anon_sym_catch, STATE(2309), 2, sym_catch_clause, aux_sym_constructor_try_statement_repeat1, ACTIONS(2717), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(2715), 53, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [5256] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(5039), 1, sym_literal_suffix, STATE(2314), 3, sym_string_literal, sym_raw_string_literal, aux_sym_concatenated_string_repeat1, ACTIONS(1875), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, ACTIONS(1885), 5, anon_sym_R_DQUOTE, anon_sym_LR_DQUOTE, anon_sym_uR_DQUOTE, anon_sym_UR_DQUOTE, anon_sym_u8R_DQUOTE, ACTIONS(4473), 22, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(4478), 26, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [5334] = 28, ACTIONS(3), 1, sym_comment, ACTIONS(29), 1, anon_sym_AMP_AMP, ACTIONS(45), 1, anon_sym___based, ACTIONS(119), 1, anon_sym_explicit, ACTIONS(125), 1, anon_sym_operator, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(2560), 1, anon_sym_LPAREN2, ACTIONS(2562), 1, anon_sym_TILDE, ACTIONS(2564), 1, anon_sym_STAR, ACTIONS(2566), 1, anon_sym_AMP, ACTIONS(2574), 1, anon_sym_LBRACK, ACTIONS(5015), 1, sym_identifier, ACTIONS(5019), 1, anon_sym___attribute__, ACTIONS(5021), 1, anon_sym_COLON_COLON, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5025), 1, anon_sym___declspec, ACTIONS(5029), 1, anon_sym_virtual, STATE(5226), 1, sym__scope_resolution, STATE(5480), 1, sym_function_declarator, STATE(5891), 1, sym__declarator, STATE(7599), 1, sym_ms_based_modifier, STATE(5926), 2, sym_operator_cast, sym_qualified_operator_cast_identifier, STATE(7572), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, ACTIONS(5017), 5, anon_sym_extern, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, STATE(3766), 10, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, sym_ms_declspec_modifier, sym_storage_class_specifier, sym_type_qualifier, sym_virtual, sym_explicit_function_specifier, sym__constructor_specifiers, aux_sym_operator_cast_definition_repeat1, STATE(5671), 10, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_array_declarator, sym_reference_declarator, sym_structured_binding_declarator, sym_template_function, sym_destructor_name, sym_qualified_identifier, sym_operator_name, ACTIONS(5027), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [5454] = 28, ACTIONS(3), 1, sym_comment, ACTIONS(29), 1, anon_sym_AMP_AMP, ACTIONS(45), 1, anon_sym___based, ACTIONS(119), 1, anon_sym_explicit, ACTIONS(125), 1, anon_sym_operator, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(2560), 1, anon_sym_LPAREN2, ACTIONS(2562), 1, anon_sym_TILDE, ACTIONS(2564), 1, anon_sym_STAR, ACTIONS(2566), 1, anon_sym_AMP, ACTIONS(2574), 1, anon_sym_LBRACK, ACTIONS(5015), 1, sym_identifier, ACTIONS(5019), 1, anon_sym___attribute__, ACTIONS(5021), 1, anon_sym_COLON_COLON, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5025), 1, anon_sym___declspec, ACTIONS(5029), 1, anon_sym_virtual, STATE(5226), 1, sym__scope_resolution, STATE(5492), 1, sym_function_declarator, STATE(5891), 1, sym__declarator, STATE(7599), 1, sym_ms_based_modifier, STATE(5923), 2, sym_operator_cast, sym_qualified_operator_cast_identifier, STATE(7572), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, ACTIONS(5017), 5, anon_sym_extern, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, STATE(3766), 10, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, sym_ms_declspec_modifier, sym_storage_class_specifier, sym_type_qualifier, sym_virtual, sym_explicit_function_specifier, sym__constructor_specifiers, aux_sym_operator_cast_definition_repeat1, STATE(5671), 10, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_array_declarator, sym_reference_declarator, sym_structured_binding_declarator, sym_template_function, sym_destructor_name, sym_qualified_identifier, sym_operator_name, ACTIONS(5027), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [5574] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(5041), 1, anon_sym_catch, STATE(2309), 2, sym_catch_clause, aux_sym_constructor_try_statement_repeat1, ACTIONS(2698), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(2696), 53, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [5648] = 28, ACTIONS(3), 1, sym_comment, ACTIONS(29), 1, anon_sym_AMP_AMP, ACTIONS(45), 1, anon_sym___based, ACTIONS(119), 1, anon_sym_explicit, ACTIONS(125), 1, anon_sym_operator, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(2560), 1, anon_sym_LPAREN2, ACTIONS(2562), 1, anon_sym_TILDE, ACTIONS(2564), 1, anon_sym_STAR, ACTIONS(2566), 1, anon_sym_AMP, ACTIONS(2574), 1, anon_sym_LBRACK, ACTIONS(5015), 1, sym_identifier, ACTIONS(5019), 1, anon_sym___attribute__, ACTIONS(5021), 1, anon_sym_COLON_COLON, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5025), 1, anon_sym___declspec, ACTIONS(5029), 1, anon_sym_virtual, STATE(5226), 1, sym__scope_resolution, STATE(5504), 1, sym_function_declarator, STATE(5891), 1, sym__declarator, STATE(7599), 1, sym_ms_based_modifier, STATE(5941), 2, sym_operator_cast, sym_qualified_operator_cast_identifier, STATE(7572), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, ACTIONS(5017), 5, anon_sym_extern, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, STATE(3766), 10, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, sym_ms_declspec_modifier, sym_storage_class_specifier, sym_type_qualifier, sym_virtual, sym_explicit_function_specifier, sym__constructor_specifiers, aux_sym_operator_cast_definition_repeat1, STATE(5671), 10, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_array_declarator, sym_reference_declarator, sym_structured_binding_declarator, sym_template_function, sym_destructor_name, sym_qualified_identifier, sym_operator_name, ACTIONS(5027), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [5768] = 28, ACTIONS(3), 1, sym_comment, ACTIONS(29), 1, anon_sym_AMP_AMP, ACTIONS(45), 1, anon_sym___based, ACTIONS(119), 1, anon_sym_explicit, ACTIONS(125), 1, anon_sym_operator, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(2560), 1, anon_sym_LPAREN2, ACTIONS(2562), 1, anon_sym_TILDE, ACTIONS(2564), 1, anon_sym_STAR, ACTIONS(2566), 1, anon_sym_AMP, ACTIONS(2574), 1, anon_sym_LBRACK, ACTIONS(5015), 1, sym_identifier, ACTIONS(5019), 1, anon_sym___attribute__, ACTIONS(5021), 1, anon_sym_COLON_COLON, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5025), 1, anon_sym___declspec, ACTIONS(5029), 1, anon_sym_virtual, STATE(5226), 1, sym__scope_resolution, STATE(5554), 1, sym_function_declarator, STATE(5891), 1, sym__declarator, STATE(7599), 1, sym_ms_based_modifier, STATE(5926), 2, sym_operator_cast, sym_qualified_operator_cast_identifier, STATE(7572), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, ACTIONS(5017), 5, anon_sym_extern, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, STATE(3766), 10, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, sym_ms_declspec_modifier, sym_storage_class_specifier, sym_type_qualifier, sym_virtual, sym_explicit_function_specifier, sym__constructor_specifiers, aux_sym_operator_cast_definition_repeat1, STATE(5671), 10, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_array_declarator, sym_reference_declarator, sym_structured_binding_declarator, sym_template_function, sym_destructor_name, sym_qualified_identifier, sym_operator_name, ACTIONS(5027), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [5888] = 28, ACTIONS(3), 1, sym_comment, ACTIONS(29), 1, anon_sym_AMP_AMP, ACTIONS(45), 1, anon_sym___based, ACTIONS(119), 1, anon_sym_explicit, ACTIONS(125), 1, anon_sym_operator, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(2560), 1, anon_sym_LPAREN2, ACTIONS(2562), 1, anon_sym_TILDE, ACTIONS(2564), 1, anon_sym_STAR, ACTIONS(2566), 1, anon_sym_AMP, ACTIONS(2574), 1, anon_sym_LBRACK, ACTIONS(5015), 1, sym_identifier, ACTIONS(5019), 1, anon_sym___attribute__, ACTIONS(5021), 1, anon_sym_COLON_COLON, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5025), 1, anon_sym___declspec, ACTIONS(5029), 1, anon_sym_virtual, STATE(5226), 1, sym__scope_resolution, STATE(5525), 1, sym_function_declarator, STATE(5891), 1, sym__declarator, STATE(7599), 1, sym_ms_based_modifier, STATE(5921), 2, sym_operator_cast, sym_qualified_operator_cast_identifier, STATE(7572), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, ACTIONS(5017), 5, anon_sym_extern, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, STATE(3766), 10, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, sym_ms_declspec_modifier, sym_storage_class_specifier, sym_type_qualifier, sym_virtual, sym_explicit_function_specifier, sym__constructor_specifiers, aux_sym_operator_cast_definition_repeat1, STATE(5671), 10, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_array_declarator, sym_reference_declarator, sym_structured_binding_declarator, sym_template_function, sym_destructor_name, sym_qualified_identifier, sym_operator_name, ACTIONS(5027), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [6008] = 28, ACTIONS(3), 1, sym_comment, ACTIONS(29), 1, anon_sym_AMP_AMP, ACTIONS(45), 1, anon_sym___based, ACTIONS(119), 1, anon_sym_explicit, ACTIONS(125), 1, anon_sym_operator, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(2560), 1, anon_sym_LPAREN2, ACTIONS(2562), 1, anon_sym_TILDE, ACTIONS(2564), 1, anon_sym_STAR, ACTIONS(2566), 1, anon_sym_AMP, ACTIONS(2574), 1, anon_sym_LBRACK, ACTIONS(5015), 1, sym_identifier, ACTIONS(5019), 1, anon_sym___attribute__, ACTIONS(5021), 1, anon_sym_COLON_COLON, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5025), 1, anon_sym___declspec, ACTIONS(5029), 1, anon_sym_virtual, STATE(5226), 1, sym__scope_resolution, STATE(5498), 1, sym_function_declarator, STATE(5891), 1, sym__declarator, STATE(7599), 1, sym_ms_based_modifier, STATE(5906), 2, sym_operator_cast, sym_qualified_operator_cast_identifier, STATE(7572), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, ACTIONS(5017), 5, anon_sym_extern, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, STATE(3766), 10, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, sym_ms_declspec_modifier, sym_storage_class_specifier, sym_type_qualifier, sym_virtual, sym_explicit_function_specifier, sym__constructor_specifiers, aux_sym_operator_cast_definition_repeat1, STATE(5671), 10, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_array_declarator, sym_reference_declarator, sym_structured_binding_declarator, sym_template_function, sym_destructor_name, sym_qualified_identifier, sym_operator_name, ACTIONS(5027), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [6128] = 6, ACTIONS(3), 1, sym_comment, STATE(2302), 3, sym_string_literal, sym_raw_string_literal, aux_sym_concatenated_string_repeat1, ACTIONS(1875), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, ACTIONS(1885), 5, anon_sym_R_DQUOTE, anon_sym_LR_DQUOTE, anon_sym_uR_DQUOTE, anon_sym_UR_DQUOTE, anon_sym_u8R_DQUOTE, ACTIONS(4677), 23, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DOT, anon_sym_DASH_GT, sym_literal_suffix, ACTIONS(4675), 26, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [6204] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4810), 26, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DOT, anon_sym_DASH_GT, sym_literal_suffix, ACTIONS(4808), 36, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, anon_sym_R_DQUOTE, anon_sym_LR_DQUOTE, anon_sym_uR_DQUOTE, anon_sym_UR_DQUOTE, anon_sym_u8R_DQUOTE, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [6274] = 28, ACTIONS(3), 1, sym_comment, ACTIONS(29), 1, anon_sym_AMP_AMP, ACTIONS(45), 1, anon_sym___based, ACTIONS(119), 1, anon_sym_explicit, ACTIONS(125), 1, anon_sym_operator, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(2560), 1, anon_sym_LPAREN2, ACTIONS(2562), 1, anon_sym_TILDE, ACTIONS(2564), 1, anon_sym_STAR, ACTIONS(2566), 1, anon_sym_AMP, ACTIONS(2574), 1, anon_sym_LBRACK, ACTIONS(5015), 1, sym_identifier, ACTIONS(5019), 1, anon_sym___attribute__, ACTIONS(5021), 1, anon_sym_COLON_COLON, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5025), 1, anon_sym___declspec, ACTIONS(5029), 1, anon_sym_virtual, STATE(5226), 1, sym__scope_resolution, STATE(5608), 1, sym_function_declarator, STATE(5891), 1, sym__declarator, STATE(7599), 1, sym_ms_based_modifier, STATE(5935), 2, sym_operator_cast, sym_qualified_operator_cast_identifier, STATE(7572), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, ACTIONS(5017), 5, anon_sym_extern, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, STATE(3766), 10, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, sym_ms_declspec_modifier, sym_storage_class_specifier, sym_type_qualifier, sym_virtual, sym_explicit_function_specifier, sym__constructor_specifiers, aux_sym_operator_cast_definition_repeat1, STATE(5671), 10, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_array_declarator, sym_reference_declarator, sym_structured_binding_declarator, sym_template_function, sym_destructor_name, sym_qualified_identifier, sym_operator_name, ACTIONS(5027), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [6394] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5046), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(5044), 55, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, aux_sym_preproc_elifdef_token1, aux_sym_preproc_elifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [6463] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3170), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(3168), 55, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, aux_sym_preproc_elifdef_token1, aux_sym_preproc_elifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [6532] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5050), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(5048), 55, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, aux_sym_preproc_elifdef_token1, aux_sym_preproc_elifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [6601] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5054), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(5052), 55, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, aux_sym_preproc_elifdef_token1, aux_sym_preproc_elifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [6670] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3097), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(3095), 55, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, aux_sym_preproc_elifdef_token1, aux_sym_preproc_elifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [6739] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5046), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(5044), 55, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, aux_sym_preproc_elifdef_token1, aux_sym_preproc_elifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [6808] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3101), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(3099), 55, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, aux_sym_preproc_elifdef_token1, aux_sym_preproc_elifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [6877] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5058), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(5056), 55, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, aux_sym_preproc_elifdef_token1, aux_sym_preproc_elifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [6946] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5062), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(5060), 55, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, aux_sym_preproc_elifdef_token1, aux_sym_preproc_elifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [7015] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3431), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(3429), 55, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, aux_sym_preproc_elifdef_token1, aux_sym_preproc_elifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [7084] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2964), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(2962), 55, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, aux_sym_preproc_elifdef_token1, aux_sym_preproc_elifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [7153] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3385), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(3383), 55, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, aux_sym_preproc_elifdef_token1, aux_sym_preproc_elifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [7222] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5066), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(5064), 55, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, aux_sym_preproc_elifdef_token1, aux_sym_preproc_elifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [7291] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5070), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(5068), 55, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, aux_sym_preproc_elifdef_token1, aux_sym_preproc_elifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [7360] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3435), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(3433), 55, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, aux_sym_preproc_elifdef_token1, aux_sym_preproc_elifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [7429] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5074), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(5072), 55, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, aux_sym_preproc_elifdef_token1, aux_sym_preproc_elifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [7498] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5078), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(5076), 55, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, aux_sym_preproc_elifdef_token1, aux_sym_preproc_elifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [7567] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5082), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(5080), 55, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, aux_sym_preproc_elifdef_token1, aux_sym_preproc_elifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [7636] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5086), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(5084), 55, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, aux_sym_preproc_elifdef_token1, aux_sym_preproc_elifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [7705] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5086), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(5084), 55, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, aux_sym_preproc_elifdef_token1, aux_sym_preproc_elifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [7774] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5082), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(5080), 55, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, aux_sym_preproc_elifdef_token1, aux_sym_preproc_elifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [7843] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5090), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(5088), 55, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, aux_sym_preproc_elifdef_token1, aux_sym_preproc_elifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [7912] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5070), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(5068), 55, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, aux_sym_preproc_elifdef_token1, aux_sym_preproc_elifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [7981] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5094), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(5092), 55, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, aux_sym_preproc_elifdef_token1, aux_sym_preproc_elifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [8050] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3381), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(3379), 55, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, aux_sym_preproc_elifdef_token1, aux_sym_preproc_elifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [8119] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3129), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(3127), 55, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, aux_sym_preproc_elifdef_token1, aux_sym_preproc_elifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [8188] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3317), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(3315), 55, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, aux_sym_preproc_elifdef_token1, aux_sym_preproc_elifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [8257] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(4700), 1, anon_sym_COLON, ACTIONS(5096), 1, anon_sym_LBRACE, STATE(2799), 1, sym_field_declaration_list, STATE(6045), 1, sym_virtual_specifier, STATE(6909), 1, sym_base_class_clause, ACTIONS(5098), 2, anon_sym_final, anon_sym_override, ACTIONS(4728), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4730), 36, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, [8338] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3158), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(3156), 55, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, aux_sym_preproc_elifdef_token1, aux_sym_preproc_elifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [8407] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3400), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(3398), 55, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, aux_sym_preproc_elifdef_token1, aux_sym_preproc_elifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [8476] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2966), 2, anon_sym_COMMA, anon_sym_SEMI, ACTIONS(2540), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(2542), 53, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [8547] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5102), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(5100), 55, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, aux_sym_preproc_elifdef_token1, aux_sym_preproc_elifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [8616] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3221), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(3219), 55, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, aux_sym_preproc_elifdef_token1, aux_sym_preproc_elifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [8685] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3264), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(3262), 55, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, aux_sym_preproc_elifdef_token1, aux_sym_preproc_elifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [8754] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3419), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(3417), 55, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, aux_sym_preproc_elifdef_token1, aux_sym_preproc_elifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [8823] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3054), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(3052), 55, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, aux_sym_preproc_elifdef_token1, aux_sym_preproc_elifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [8892] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3277), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(3275), 55, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, aux_sym_preproc_elifdef_token1, aux_sym_preproc_elifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [8961] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3162), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(3160), 55, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, aux_sym_preproc_elifdef_token1, aux_sym_preproc_elifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [9030] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3301), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(3299), 55, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, aux_sym_preproc_elifdef_token1, aux_sym_preproc_elifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [9099] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(4700), 1, anon_sym_COLON, ACTIONS(5096), 1, anon_sym_LBRACE, STATE(2774), 1, sym_field_declaration_list, STATE(6031), 1, sym_virtual_specifier, STATE(6869), 1, sym_base_class_clause, ACTIONS(5098), 2, anon_sym_final, anon_sym_override, ACTIONS(4694), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4696), 36, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, [9180] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3311), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(3309), 55, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, aux_sym_preproc_elifdef_token1, aux_sym_preproc_elifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [9249] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3461), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(3459), 55, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, aux_sym_preproc_elifdef_token1, aux_sym_preproc_elifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [9318] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3339), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(3337), 55, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, aux_sym_preproc_elifdef_token1, aux_sym_preproc_elifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [9387] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3062), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(3060), 55, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, aux_sym_preproc_elifdef_token1, aux_sym_preproc_elifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [9456] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5106), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(5104), 55, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, aux_sym_preproc_elifdef_token1, aux_sym_preproc_elifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [9525] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5110), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(5108), 55, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, aux_sym_preproc_elifdef_token1, aux_sym_preproc_elifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [9594] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3327), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(3325), 55, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, aux_sym_preproc_elifdef_token1, aux_sym_preproc_elifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [9663] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3293), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(3291), 55, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, aux_sym_preproc_elifdef_token1, aux_sym_preproc_elifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [9732] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3347), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(3345), 55, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, aux_sym_preproc_elifdef_token1, aux_sym_preproc_elifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [9801] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5114), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(5112), 55, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, aux_sym_preproc_elifdef_token1, aux_sym_preproc_elifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [9870] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3297), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(3295), 55, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, aux_sym_preproc_elifdef_token1, aux_sym_preproc_elifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [9939] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5118), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(5116), 55, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, aux_sym_preproc_elifdef_token1, aux_sym_preproc_elifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [10008] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5118), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(5116), 55, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, aux_sym_preproc_elifdef_token1, aux_sym_preproc_elifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [10077] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3277), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(3275), 55, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, aux_sym_preproc_elifdef_token1, aux_sym_preproc_elifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [10146] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3408), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(3406), 55, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, aux_sym_preproc_elifdef_token1, aux_sym_preproc_elifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [10215] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5122), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(5120), 55, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, aux_sym_preproc_elifdef_token1, aux_sym_preproc_elifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [10284] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5126), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(5124), 55, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, aux_sym_preproc_elifdef_token1, aux_sym_preproc_elifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [10353] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5130), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(5128), 55, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, aux_sym_preproc_elifdef_token1, aux_sym_preproc_elifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [10422] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5134), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(5132), 55, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, aux_sym_preproc_elifdef_token1, aux_sym_preproc_elifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [10491] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5138), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(5136), 55, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, aux_sym_preproc_elifdef_token1, aux_sym_preproc_elifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [10560] = 5, ACTIONS(3), 1, sym_comment, STATE(2377), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(5144), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, ACTIONS(5140), 22, anon_sym_DASH, anon_sym_PLUS, sym_primitive_type, anon_sym_not, anon_sym_compl, anon_sym_sizeof, anon_sym_offsetof, anon_sym__Generic, anon_sym_asm, anon_sym___asm__, sym_true, sym_false, anon_sym_NULL, anon_sym_nullptr, sym_identifier, anon_sym_decltype, anon_sym_template, anon_sym_delete, anon_sym_co_await, anon_sym_new, anon_sym_requires, sym_this, ACTIONS(5142), 26, anon_sym_LPAREN2, anon_sym_BANG, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK, 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, anon_sym_R_DQUOTE, anon_sym_LR_DQUOTE, anon_sym_uR_DQUOTE, anon_sym_UR_DQUOTE, anon_sym_u8R_DQUOTE, [10633] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3408), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(3406), 55, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, aux_sym_preproc_elifdef_token1, aux_sym_preproc_elifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [10702] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3343), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(3341), 55, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, aux_sym_preproc_elifdef_token1, aux_sym_preproc_elifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [10771] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3260), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(3258), 55, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, aux_sym_preproc_elifdef_token1, aux_sym_preproc_elifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [10840] = 5, ACTIONS(3), 1, sym_comment, STATE(2381), 1, aux_sym_sized_type_specifier_repeat1, ACTIONS(5147), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, ACTIONS(4861), 27, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, ACTIONS(4859), 29, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, sym_primitive_type, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DOT, anon_sym_DASH_GT, sym_identifier, sym_auto, anon_sym_decltype, [10913] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2998), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(2996), 55, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, aux_sym_preproc_elifdef_token1, aux_sym_preproc_elifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [10982] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3439), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(3437), 55, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, aux_sym_preproc_elifdef_token1, aux_sym_preproc_elifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [11051] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(5150), 1, sym_identifier, ACTIONS(5154), 1, sym_primitive_type, STATE(2381), 1, aux_sym_sized_type_specifier_repeat1, ACTIONS(5152), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, ACTIONS(4963), 27, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, ACTIONS(4965), 27, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DOT, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, [11128] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3273), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(3271), 55, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, aux_sym_preproc_elifdef_token1, aux_sym_preproc_elifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [11197] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3125), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(3123), 55, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, aux_sym_preproc_elifdef_token1, aux_sym_preproc_elifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [11266] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3377), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(3375), 55, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, aux_sym_preproc_elifdef_token1, aux_sym_preproc_elifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [11335] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3217), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(3215), 55, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, aux_sym_preproc_elifdef_token1, aux_sym_preproc_elifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [11404] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3369), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(3367), 55, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, aux_sym_preproc_elifdef_token1, aux_sym_preproc_elifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [11473] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(4700), 1, anon_sym_COLON, ACTIONS(5096), 1, anon_sym_LBRACE, STATE(2764), 1, sym_field_declaration_list, STATE(6159), 1, sym_virtual_specifier, STATE(6961), 1, sym_base_class_clause, ACTIONS(5098), 2, anon_sym_final, anon_sym_override, ACTIONS(4720), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4722), 36, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, [11554] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3213), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(3211), 55, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, aux_sym_preproc_elifdef_token1, aux_sym_preproc_elifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [11623] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2994), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(2992), 55, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, aux_sym_preproc_elifdef_token1, aux_sym_preproc_elifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [11692] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3423), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(3421), 55, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, aux_sym_preproc_elifdef_token1, aux_sym_preproc_elifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [11761] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3289), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(3287), 55, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, aux_sym_preproc_elifdef_token1, aux_sym_preproc_elifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [11830] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3233), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(3231), 55, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, aux_sym_preproc_elifdef_token1, aux_sym_preproc_elifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [11899] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3365), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(3363), 55, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, aux_sym_preproc_elifdef_token1, aux_sym_preproc_elifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [11968] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3178), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(3176), 55, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, aux_sym_preproc_elifdef_token1, aux_sym_preproc_elifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [12037] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3058), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(3056), 55, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, aux_sym_preproc_elifdef_token1, aux_sym_preproc_elifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [12106] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2990), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(2988), 55, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, aux_sym_preproc_elifdef_token1, aux_sym_preproc_elifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [12175] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2986), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(2984), 55, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, aux_sym_preproc_elifdef_token1, aux_sym_preproc_elifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [12244] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2998), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(2996), 55, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, aux_sym_preproc_elifdef_token1, aux_sym_preproc_elifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [12313] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3058), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(3056), 55, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, aux_sym_preproc_elifdef_token1, aux_sym_preproc_elifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [12382] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(1947), 1, anon_sym_LBRACE, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5162), 1, anon_sym_LBRACK, ACTIONS(5164), 1, sym_auto, ACTIONS(5166), 1, anon_sym_decltype, STATE(2781), 1, sym_decltype_auto, STATE(2827), 1, sym_new_declarator, STATE(3045), 2, sym_argument_list, sym_initializer_list, ACTIONS(5160), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(5156), 33, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [12466] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(4464), 1, anon_sym_COLON_COLON, ACTIONS(5170), 1, anon_sym_LT, STATE(2543), 1, sym_template_argument_list, ACTIONS(5168), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_COLON, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4483), 39, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, [12540] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(5172), 1, anon_sym_catch, STATE(2423), 2, sym_catch_clause, aux_sym_constructor_try_statement_repeat1, ACTIONS(2885), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, ACTIONS(2883), 50, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [12612] = 29, ACTIONS(3), 1, sym_comment, ACTIONS(45), 1, anon_sym___based, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1931), 1, anon_sym_operator, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(2562), 1, anon_sym_TILDE, ACTIONS(4006), 1, anon_sym_LPAREN2, ACTIONS(5174), 1, sym_identifier, ACTIONS(5178), 1, anon_sym_STAR, ACTIONS(5180), 1, anon_sym_AMP_AMP, ACTIONS(5182), 1, anon_sym_AMP, ACTIONS(5184), 1, anon_sym_COLON_COLON, ACTIONS(5186), 1, anon_sym_LBRACK, STATE(3999), 1, sym_parameter_list, STATE(4767), 1, sym_ms_unaligned_ptr_modifier, STATE(5355), 1, sym__scope_resolution, STATE(5398), 1, sym__declarator, STATE(5434), 1, sym__function_declarator_seq, STATE(5691), 1, sym__abstract_declarator, STATE(7190), 1, sym_ms_based_modifier, ACTIONS(2729), 2, anon_sym__unaligned, anon_sym___unaligned, ACTIONS(5176), 2, anon_sym_COMMA, anon_sym_GT2, STATE(3095), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, STATE(3399), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, ACTIONS(2727), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, STATE(7572), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, STATE(5464), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, ACTIONS(2731), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, STATE(5671), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, sym_reference_declarator, sym_structured_binding_declarator, sym_template_function, sym_destructor_name, sym_qualified_identifier, sym_operator_name, [12732] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2536), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(2538), 54, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, anon_sym_catch, [12800] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2540), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(2542), 54, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, anon_sym_catch, [12868] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(1947), 1, anon_sym_LBRACE, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5162), 1, anon_sym_LBRACK, ACTIONS(5164), 1, sym_auto, ACTIONS(5166), 1, anon_sym_decltype, STATE(2781), 1, sym_decltype_auto, STATE(2805), 1, sym_new_declarator, STATE(3008), 2, sym_argument_list, sym_initializer_list, ACTIONS(5190), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(5188), 33, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [12952] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(5192), 1, anon_sym_catch, STATE(2410), 2, sym_catch_clause, aux_sym_constructor_try_statement_repeat1, ACTIONS(2698), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(2696), 51, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [13024] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(5195), 1, anon_sym_catch, STATE(2410), 2, sym_catch_clause, aux_sym_constructor_try_statement_repeat1, ACTIONS(2717), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(2715), 51, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [13096] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(5195), 1, anon_sym_catch, STATE(2410), 2, sym_catch_clause, aux_sym_constructor_try_statement_repeat1, ACTIONS(2891), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(2889), 51, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [13168] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2903), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(2901), 54, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, anon_sym_catch, [13236] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(1947), 1, anon_sym_LBRACE, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5162), 1, anon_sym_LBRACK, ACTIONS(5164), 1, sym_auto, ACTIONS(5166), 1, anon_sym_decltype, STATE(2781), 1, sym_decltype_auto, STATE(2816), 1, sym_new_declarator, STATE(2985), 2, sym_argument_list, sym_initializer_list, ACTIONS(5199), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(5197), 33, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [13320] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(4464), 1, anon_sym_COLON_COLON, ACTIONS(5201), 1, anon_sym_LT, STATE(2543), 1, sym_template_argument_list, ACTIONS(4447), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_COLON, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4452), 39, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, [13394] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(4700), 1, anon_sym_COLON, ACTIONS(5204), 1, anon_sym_LBRACE, STATE(2895), 1, sym_field_declaration_list, STATE(6089), 1, sym_virtual_specifier, STATE(6849), 1, sym_base_class_clause, ACTIONS(5098), 2, anon_sym_final, anon_sym_override, ACTIONS(4694), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(4696), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, sym_auto, anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [13474] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(5195), 1, anon_sym_catch, STATE(2410), 2, sym_catch_clause, aux_sym_constructor_try_statement_repeat1, ACTIONS(2885), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(2883), 51, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [13546] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4810), 27, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DOT, sym_literal_suffix, ACTIONS(4808), 33, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, anon_sym_GT2, anon_sym_R_DQUOTE, anon_sym_LR_DQUOTE, anon_sym_uR_DQUOTE, anon_sym_UR_DQUOTE, anon_sym_u8R_DQUOTE, [13614] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(5172), 1, anon_sym_catch, STATE(2423), 2, sym_catch_clause, aux_sym_constructor_try_statement_repeat1, ACTIONS(2717), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, ACTIONS(2715), 50, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [13686] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4826), 27, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DOT, sym_literal_suffix, ACTIONS(4824), 33, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, anon_sym_GT2, anon_sym_R_DQUOTE, anon_sym_LR_DQUOTE, anon_sym_uR_DQUOTE, anon_sym_UR_DQUOTE, anon_sym_u8R_DQUOTE, [13754] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(5172), 1, anon_sym_catch, STATE(2423), 2, sym_catch_clause, aux_sym_constructor_try_statement_repeat1, ACTIONS(2891), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, ACTIONS(2889), 50, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [13826] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(4700), 1, anon_sym_COLON, ACTIONS(5204), 1, anon_sym_LBRACE, STATE(2938), 1, sym_field_declaration_list, STATE(6123), 1, sym_virtual_specifier, STATE(6880), 1, sym_base_class_clause, ACTIONS(5098), 2, anon_sym_final, anon_sym_override, ACTIONS(4720), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(4722), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, sym_auto, anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [13906] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(5206), 1, anon_sym_catch, STATE(2423), 2, sym_catch_clause, aux_sym_constructor_try_statement_repeat1, ACTIONS(2698), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, ACTIONS(2696), 50, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [13978] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4802), 27, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DOT, sym_literal_suffix, ACTIONS(4800), 33, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, anon_sym_GT2, anon_sym_R_DQUOTE, anon_sym_LR_DQUOTE, anon_sym_uR_DQUOTE, anon_sym_UR_DQUOTE, anon_sym_u8R_DQUOTE, [14046] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(1947), 1, anon_sym_LBRACE, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5162), 1, anon_sym_LBRACK, ACTIONS(5164), 1, sym_auto, ACTIONS(5166), 1, anon_sym_decltype, STATE(2781), 1, sym_decltype_auto, STATE(2820), 1, sym_new_declarator, STATE(2999), 2, sym_argument_list, sym_initializer_list, ACTIONS(5211), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(5209), 33, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [14130] = 29, ACTIONS(3), 1, sym_comment, ACTIONS(45), 1, anon_sym___based, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1931), 1, anon_sym_operator, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(2562), 1, anon_sym_TILDE, ACTIONS(4006), 1, anon_sym_LPAREN2, ACTIONS(5174), 1, sym_identifier, ACTIONS(5184), 1, anon_sym_COLON_COLON, ACTIONS(5186), 1, anon_sym_LBRACK, ACTIONS(5213), 1, anon_sym_STAR, ACTIONS(5215), 1, anon_sym_AMP_AMP, ACTIONS(5217), 1, anon_sym_AMP, STATE(3879), 1, sym_parameter_list, STATE(4767), 1, sym_ms_unaligned_ptr_modifier, STATE(5355), 1, sym__scope_resolution, STATE(5398), 1, sym__declarator, STATE(5434), 1, sym__function_declarator_seq, STATE(5635), 1, sym__abstract_declarator, STATE(7190), 1, sym_ms_based_modifier, ACTIONS(2729), 2, anon_sym__unaligned, anon_sym___unaligned, ACTIONS(5176), 2, anon_sym_COMMA, anon_sym_RPAREN, STATE(3176), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, STATE(3399), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, ACTIONS(2727), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, STATE(7572), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, STATE(5464), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, ACTIONS(2731), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, STATE(5671), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, sym_reference_declarator, sym_structured_binding_declarator, sym_template_function, sym_destructor_name, sym_qualified_identifier, sym_operator_name, [14250] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(4700), 1, anon_sym_COLON, ACTIONS(5204), 1, anon_sym_LBRACE, STATE(2912), 1, sym_field_declaration_list, STATE(6144), 1, sym_virtual_specifier, STATE(6915), 1, sym_base_class_clause, ACTIONS(5098), 2, anon_sym_final, anon_sym_override, ACTIONS(4728), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(4730), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, sym_auto, anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [14330] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4786), 27, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DOT, sym_literal_suffix, ACTIONS(4784), 33, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, anon_sym_GT2, anon_sym_R_DQUOTE, anon_sym_LR_DQUOTE, anon_sym_uR_DQUOTE, anon_sym_UR_DQUOTE, anon_sym_u8R_DQUOTE, [14398] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5074), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(5072), 53, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [14465] = 29, ACTIONS(3), 1, sym_comment, ACTIONS(45), 1, anon_sym___based, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1931), 1, anon_sym_operator, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(2562), 1, anon_sym_TILDE, ACTIONS(4006), 1, anon_sym_LPAREN2, ACTIONS(4008), 1, anon_sym_STAR, ACTIONS(4010), 1, anon_sym_AMP_AMP, ACTIONS(4012), 1, anon_sym_AMP, ACTIONS(5015), 1, sym_identifier, ACTIONS(5176), 1, anon_sym_RPAREN, ACTIONS(5186), 1, anon_sym_LBRACK, ACTIONS(5219), 1, anon_sym_COLON_COLON, STATE(3879), 1, sym_parameter_list, STATE(4767), 1, sym_ms_unaligned_ptr_modifier, STATE(5322), 1, sym__scope_resolution, STATE(5434), 1, sym__function_declarator_seq, STATE(5635), 1, sym__abstract_declarator, STATE(5637), 1, sym__declarator, STATE(7599), 1, sym_ms_based_modifier, ACTIONS(2729), 2, anon_sym__unaligned, anon_sym___unaligned, STATE(3304), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, STATE(3414), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, ACTIONS(2727), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, STATE(7572), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, STATE(5464), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, ACTIONS(2731), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, STATE(5671), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, sym_reference_declarator, sym_structured_binding_declarator, sym_template_function, sym_destructor_name, sym_qualified_identifier, sym_operator_name, [14584] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3233), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(3231), 53, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [14651] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3327), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(3325), 53, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [14718] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3129), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(3127), 53, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [14785] = 29, ACTIONS(3), 1, sym_comment, ACTIONS(37), 1, anon_sym___attribute__, ACTIONS(43), 1, anon_sym___declspec, ACTIONS(63), 1, anon_sym_enum, ACTIONS(65), 1, anon_sym_class, ACTIONS(67), 1, anon_sym_struct, ACTIONS(69), 1, anon_sym_union, ACTIONS(113), 1, sym_auto, ACTIONS(115), 1, anon_sym_decltype, ACTIONS(117), 1, anon_sym_virtual, ACTIONS(121), 1, anon_sym_typename, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1813), 1, anon_sym_LBRACK_LBRACK, ACTIONS(3661), 1, sym_primitive_type, ACTIONS(4576), 1, sym_identifier, ACTIONS(4578), 1, anon_sym_COLON_COLON, STATE(3628), 1, sym__type_specifier, STATE(3634), 1, aux_sym_sized_type_specifier_repeat1, STATE(3701), 1, sym_decltype_auto, STATE(3938), 1, sym_qualified_type_identifier, STATE(4748), 1, sym__declaration_specifiers, STATE(5722), 1, sym__scope_resolution, STATE(7572), 1, sym_dependent_type_identifier, STATE(3646), 2, sym_decltype, sym_template_type, ACTIONS(51), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, ACTIONS(55), 5, anon_sym_extern, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, STATE(3695), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, STATE(2582), 8, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, sym_ms_declspec_modifier, sym_storage_class_specifier, sym_type_qualifier, sym_virtual, aux_sym__declaration_specifiers_repeat1, ACTIONS(59), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [14904] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3317), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(3315), 53, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [14971] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3158), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(3156), 53, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [15038] = 29, ACTIONS(3), 1, sym_comment, ACTIONS(37), 1, anon_sym___attribute__, ACTIONS(43), 1, anon_sym___declspec, ACTIONS(63), 1, anon_sym_enum, ACTIONS(65), 1, anon_sym_class, ACTIONS(67), 1, anon_sym_struct, ACTIONS(69), 1, anon_sym_union, ACTIONS(113), 1, sym_auto, ACTIONS(115), 1, anon_sym_decltype, ACTIONS(117), 1, anon_sym_virtual, ACTIONS(121), 1, anon_sym_typename, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1813), 1, anon_sym_LBRACK_LBRACK, ACTIONS(3661), 1, sym_primitive_type, ACTIONS(4576), 1, sym_identifier, ACTIONS(4578), 1, anon_sym_COLON_COLON, STATE(3628), 1, sym__type_specifier, STATE(3634), 1, aux_sym_sized_type_specifier_repeat1, STATE(3701), 1, sym_decltype_auto, STATE(3938), 1, sym_qualified_type_identifier, STATE(4701), 1, sym__declaration_specifiers, STATE(5722), 1, sym__scope_resolution, STATE(7572), 1, sym_dependent_type_identifier, STATE(3646), 2, sym_decltype, sym_template_type, ACTIONS(51), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, ACTIONS(55), 5, anon_sym_extern, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, STATE(3695), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, STATE(2582), 8, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, sym_ms_declspec_modifier, sym_storage_class_specifier, sym_type_qualifier, sym_virtual, aux_sym__declaration_specifiers_repeat1, ACTIONS(59), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [15157] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3221), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(3219), 53, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [15224] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3264), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(3262), 53, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [15291] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5138), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(5136), 53, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [15358] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5130), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(5128), 53, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [15425] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3277), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(3275), 53, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [15492] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3277), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(3275), 53, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [15559] = 29, ACTIONS(3), 1, sym_comment, ACTIONS(37), 1, anon_sym___attribute__, ACTIONS(43), 1, anon_sym___declspec, ACTIONS(63), 1, anon_sym_enum, ACTIONS(65), 1, anon_sym_class, ACTIONS(67), 1, anon_sym_struct, ACTIONS(69), 1, anon_sym_union, ACTIONS(113), 1, sym_auto, ACTIONS(115), 1, anon_sym_decltype, ACTIONS(117), 1, anon_sym_virtual, ACTIONS(121), 1, anon_sym_typename, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1813), 1, anon_sym_LBRACK_LBRACK, ACTIONS(3661), 1, sym_primitive_type, ACTIONS(4576), 1, sym_identifier, ACTIONS(4578), 1, anon_sym_COLON_COLON, STATE(3628), 1, sym__type_specifier, STATE(3634), 1, aux_sym_sized_type_specifier_repeat1, STATE(3701), 1, sym_decltype_auto, STATE(3938), 1, sym_qualified_type_identifier, STATE(4723), 1, sym__declaration_specifiers, STATE(5722), 1, sym__scope_resolution, STATE(7572), 1, sym_dependent_type_identifier, STATE(3646), 2, sym_decltype, sym_template_type, ACTIONS(51), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, ACTIONS(55), 5, anon_sym_extern, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, STATE(3695), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, STATE(2582), 8, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, sym_ms_declspec_modifier, sym_storage_class_specifier, sym_type_qualifier, sym_virtual, aux_sym__declaration_specifiers_repeat1, ACTIONS(59), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [15678] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3301), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(3299), 53, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [15745] = 29, ACTIONS(3), 1, sym_comment, ACTIONS(37), 1, anon_sym___attribute__, ACTIONS(43), 1, anon_sym___declspec, ACTIONS(63), 1, anon_sym_enum, ACTIONS(65), 1, anon_sym_class, ACTIONS(67), 1, anon_sym_struct, ACTIONS(69), 1, anon_sym_union, ACTIONS(113), 1, sym_auto, ACTIONS(115), 1, anon_sym_decltype, ACTIONS(117), 1, anon_sym_virtual, ACTIONS(121), 1, anon_sym_typename, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1813), 1, anon_sym_LBRACK_LBRACK, ACTIONS(3661), 1, sym_primitive_type, ACTIONS(4576), 1, sym_identifier, ACTIONS(4578), 1, anon_sym_COLON_COLON, STATE(3628), 1, sym__type_specifier, STATE(3634), 1, aux_sym_sized_type_specifier_repeat1, STATE(3701), 1, sym_decltype_auto, STATE(3938), 1, sym_qualified_type_identifier, STATE(4703), 1, sym__declaration_specifiers, STATE(5722), 1, sym__scope_resolution, STATE(7572), 1, sym_dependent_type_identifier, STATE(3646), 2, sym_decltype, sym_template_type, ACTIONS(51), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, ACTIONS(55), 5, anon_sym_extern, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, STATE(3695), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, STATE(2582), 8, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, sym_ms_declspec_modifier, sym_storage_class_specifier, sym_type_qualifier, sym_virtual, aux_sym__declaration_specifiers_repeat1, ACTIONS(59), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [15864] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3311), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(3309), 53, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [15931] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4541), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_COLON, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4543), 40, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_COLON_COLON, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, [15998] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4537), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_COLON, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4539), 40, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_COLON_COLON, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, [16065] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4531), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_COLON, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4533), 40, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_COLON_COLON, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, [16132] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3435), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(3433), 53, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [16199] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3431), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(3429), 53, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [16266] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3162), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(3160), 53, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [16333] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3178), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(3176), 53, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [16400] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3213), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(3211), 53, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [16467] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3217), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(3215), 53, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [16534] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3260), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(3258), 53, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [16601] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3343), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(3341), 53, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [16668] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3408), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(3406), 53, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [16735] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3408), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(3406), 53, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [16802] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3369), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(3367), 53, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [16869] = 29, ACTIONS(3), 1, sym_comment, ACTIONS(37), 1, anon_sym___attribute__, ACTIONS(43), 1, anon_sym___declspec, ACTIONS(63), 1, anon_sym_enum, ACTIONS(65), 1, anon_sym_class, ACTIONS(67), 1, anon_sym_struct, ACTIONS(69), 1, anon_sym_union, ACTIONS(113), 1, sym_auto, ACTIONS(115), 1, anon_sym_decltype, ACTIONS(117), 1, anon_sym_virtual, ACTIONS(121), 1, anon_sym_typename, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1813), 1, anon_sym_LBRACK_LBRACK, ACTIONS(3661), 1, sym_primitive_type, ACTIONS(4576), 1, sym_identifier, ACTIONS(4578), 1, anon_sym_COLON_COLON, STATE(3628), 1, sym__type_specifier, STATE(3634), 1, aux_sym_sized_type_specifier_repeat1, STATE(3701), 1, sym_decltype_auto, STATE(3938), 1, sym_qualified_type_identifier, STATE(4756), 1, sym__declaration_specifiers, STATE(5722), 1, sym__scope_resolution, STATE(7572), 1, sym_dependent_type_identifier, STATE(3646), 2, sym_decltype, sym_template_type, ACTIONS(51), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, ACTIONS(55), 5, anon_sym_extern, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, STATE(3695), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, STATE(2582), 8, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, sym_ms_declspec_modifier, sym_storage_class_specifier, sym_type_qualifier, sym_virtual, aux_sym__declaration_specifiers_repeat1, ACTIONS(59), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [16988] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5223), 26, anon_sym_LPAREN2, anon_sym_BANG, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK, 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, anon_sym_R_DQUOTE, anon_sym_LR_DQUOTE, anon_sym_uR_DQUOTE, anon_sym_UR_DQUOTE, anon_sym_u8R_DQUOTE, ACTIONS(5221), 33, anon_sym_DASH, anon_sym_PLUS, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_not, anon_sym_compl, anon_sym_sizeof, anon_sym_offsetof, anon_sym__Generic, anon_sym_asm, anon_sym___asm__, sym_true, sym_false, anon_sym_NULL, anon_sym_nullptr, sym_identifier, anon_sym_decltype, anon_sym_template, anon_sym_delete, anon_sym_co_await, anon_sym_new, anon_sym_requires, sym_this, [17055] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2998), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(2996), 53, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [17122] = 29, ACTIONS(3), 1, sym_comment, ACTIONS(37), 1, anon_sym___attribute__, ACTIONS(43), 1, anon_sym___declspec, ACTIONS(63), 1, anon_sym_enum, ACTIONS(65), 1, anon_sym_class, ACTIONS(67), 1, anon_sym_struct, ACTIONS(69), 1, anon_sym_union, ACTIONS(113), 1, sym_auto, ACTIONS(115), 1, anon_sym_decltype, ACTIONS(117), 1, anon_sym_virtual, ACTIONS(121), 1, anon_sym_typename, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1813), 1, anon_sym_LBRACK_LBRACK, ACTIONS(3661), 1, sym_primitive_type, ACTIONS(4576), 1, sym_identifier, ACTIONS(4578), 1, anon_sym_COLON_COLON, STATE(3628), 1, sym__type_specifier, STATE(3634), 1, aux_sym_sized_type_specifier_repeat1, STATE(3701), 1, sym_decltype_auto, STATE(3938), 1, sym_qualified_type_identifier, STATE(4706), 1, sym__declaration_specifiers, STATE(5722), 1, sym__scope_resolution, STATE(7572), 1, sym_dependent_type_identifier, STATE(3646), 2, sym_decltype, sym_template_type, ACTIONS(51), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, ACTIONS(55), 5, anon_sym_extern, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, STATE(3695), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, STATE(2582), 8, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, sym_ms_declspec_modifier, sym_storage_class_specifier, sym_type_qualifier, sym_virtual, aux_sym__declaration_specifiers_repeat1, ACTIONS(59), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [17241] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(4792), 1, anon_sym_COLON_COLON, ACTIONS(4828), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_COLON, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4830), 39, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, [17310] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2998), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(2996), 53, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [17377] = 29, ACTIONS(3), 1, sym_comment, ACTIONS(37), 1, anon_sym___attribute__, ACTIONS(43), 1, anon_sym___declspec, ACTIONS(63), 1, anon_sym_enum, ACTIONS(65), 1, anon_sym_class, ACTIONS(67), 1, anon_sym_struct, ACTIONS(69), 1, anon_sym_union, ACTIONS(113), 1, sym_auto, ACTIONS(115), 1, anon_sym_decltype, ACTIONS(117), 1, anon_sym_virtual, ACTIONS(121), 1, anon_sym_typename, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1813), 1, anon_sym_LBRACK_LBRACK, ACTIONS(3661), 1, sym_primitive_type, ACTIONS(4576), 1, sym_identifier, ACTIONS(4578), 1, anon_sym_COLON_COLON, STATE(3628), 1, sym__type_specifier, STATE(3634), 1, aux_sym_sized_type_specifier_repeat1, STATE(3701), 1, sym_decltype_auto, STATE(3938), 1, sym_qualified_type_identifier, STATE(4737), 1, sym__declaration_specifiers, STATE(5722), 1, sym__scope_resolution, STATE(7572), 1, sym_dependent_type_identifier, STATE(3646), 2, sym_decltype, sym_template_type, ACTIONS(51), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, ACTIONS(55), 5, anon_sym_extern, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, STATE(3695), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, STATE(2582), 8, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, sym_ms_declspec_modifier, sym_storage_class_specifier, sym_type_qualifier, sym_virtual, aux_sym__declaration_specifiers_repeat1, ACTIONS(59), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [17496] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3289), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(3287), 53, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [17563] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4521), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_COLON, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4523), 40, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_COLON_COLON, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, [17630] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(4464), 1, anon_sym_COLON_COLON, ACTIONS(5225), 1, anon_sym_LT, STATE(2573), 1, sym_template_argument_list, ACTIONS(4447), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_COLON, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(4452), 37, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [17703] = 29, ACTIONS(3), 1, sym_comment, ACTIONS(37), 1, anon_sym___attribute__, ACTIONS(43), 1, anon_sym___declspec, ACTIONS(63), 1, anon_sym_enum, ACTIONS(65), 1, anon_sym_class, ACTIONS(67), 1, anon_sym_struct, ACTIONS(69), 1, anon_sym_union, ACTIONS(113), 1, sym_auto, ACTIONS(115), 1, anon_sym_decltype, ACTIONS(117), 1, anon_sym_virtual, ACTIONS(121), 1, anon_sym_typename, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1813), 1, anon_sym_LBRACK_LBRACK, ACTIONS(3661), 1, sym_primitive_type, ACTIONS(4576), 1, sym_identifier, ACTIONS(4578), 1, anon_sym_COLON_COLON, STATE(3628), 1, sym__type_specifier, STATE(3634), 1, aux_sym_sized_type_specifier_repeat1, STATE(3701), 1, sym_decltype_auto, STATE(3938), 1, sym_qualified_type_identifier, STATE(4745), 1, sym__declaration_specifiers, STATE(5722), 1, sym__scope_resolution, STATE(7572), 1, sym_dependent_type_identifier, STATE(3646), 2, sym_decltype, sym_template_type, ACTIONS(51), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, ACTIONS(55), 5, anon_sym_extern, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, STATE(3695), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, STATE(2582), 8, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, sym_ms_declspec_modifier, sym_storage_class_specifier, sym_type_qualifier, sym_virtual, aux_sym__declaration_specifiers_repeat1, ACTIONS(59), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [17822] = 5, ACTIONS(3), 1, sym_comment, STATE(2473), 1, aux_sym_sized_type_specifier_repeat1, ACTIONS(5228), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, ACTIONS(4861), 19, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_LT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, ACTIONS(4859), 35, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_GT_GT, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DOT, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_requires, [17893] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(4792), 1, anon_sym_COLON_COLON, ACTIONS(4828), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_COLON, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4830), 39, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, [17962] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3273), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(3271), 53, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [18029] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3439), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(3437), 53, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [18096] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3058), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(3056), 53, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [18163] = 5, ACTIONS(3), 1, sym_comment, STATE(2478), 1, aux_sym_sized_type_specifier_repeat1, ACTIONS(5231), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, ACTIONS(4861), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, ACTIONS(4859), 30, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, sym_primitive_type, anon_sym_GT_GT_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DOT, sym_identifier, sym_auto, anon_sym_decltype, [18234] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3125), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(3123), 53, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [18301] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3058), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(3056), 53, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [18368] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3423), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(3421), 53, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [18435] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3297), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(3295), 53, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [18502] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3347), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(3345), 53, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [18569] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3293), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(3291), 53, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [18636] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5094), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(5092), 53, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [18703] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4826), 23, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DOT, anon_sym_DASH_GT, sym_literal_suffix, ACTIONS(4824), 36, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, anon_sym_R_DQUOTE, anon_sym_LR_DQUOTE, anon_sym_uR_DQUOTE, anon_sym_UR_DQUOTE, anon_sym_u8R_DQUOTE, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [18770] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5090), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(5088), 53, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [18837] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5082), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(5080), 53, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [18904] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5086), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(5084), 53, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [18971] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5086), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(5084), 53, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [19038] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5082), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(5080), 53, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [19105] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5078), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(5076), 53, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [19172] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3170), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(3168), 53, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [19239] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3339), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(3337), 53, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [19306] = 29, ACTIONS(3), 1, sym_comment, ACTIONS(37), 1, anon_sym___attribute__, ACTIONS(43), 1, anon_sym___declspec, ACTIONS(63), 1, anon_sym_enum, ACTIONS(65), 1, anon_sym_class, ACTIONS(67), 1, anon_sym_struct, ACTIONS(69), 1, anon_sym_union, ACTIONS(113), 1, sym_auto, ACTIONS(115), 1, anon_sym_decltype, ACTIONS(117), 1, anon_sym_virtual, ACTIONS(121), 1, anon_sym_typename, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1813), 1, anon_sym_LBRACK_LBRACK, ACTIONS(3661), 1, sym_primitive_type, ACTIONS(4576), 1, sym_identifier, ACTIONS(4578), 1, anon_sym_COLON_COLON, STATE(3628), 1, sym__type_specifier, STATE(3634), 1, aux_sym_sized_type_specifier_repeat1, STATE(3701), 1, sym_decltype_auto, STATE(3938), 1, sym_qualified_type_identifier, STATE(4731), 1, sym__declaration_specifiers, STATE(5722), 1, sym__scope_resolution, STATE(7572), 1, sym_dependent_type_identifier, STATE(3646), 2, sym_decltype, sym_template_type, ACTIONS(51), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, ACTIONS(55), 5, anon_sym_extern, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, STATE(3695), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, STATE(2582), 8, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, sym_ms_declspec_modifier, sym_storage_class_specifier, sym_type_qualifier, sym_virtual, aux_sym__declaration_specifiers_repeat1, ACTIONS(59), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [19425] = 29, ACTIONS(3), 1, sym_comment, ACTIONS(37), 1, anon_sym___attribute__, ACTIONS(43), 1, anon_sym___declspec, ACTIONS(63), 1, anon_sym_enum, ACTIONS(65), 1, anon_sym_class, ACTIONS(67), 1, anon_sym_struct, ACTIONS(69), 1, anon_sym_union, ACTIONS(113), 1, sym_auto, ACTIONS(115), 1, anon_sym_decltype, ACTIONS(117), 1, anon_sym_virtual, ACTIONS(121), 1, anon_sym_typename, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1813), 1, anon_sym_LBRACK_LBRACK, ACTIONS(3661), 1, sym_primitive_type, ACTIONS(4576), 1, sym_identifier, ACTIONS(4578), 1, anon_sym_COLON_COLON, STATE(3628), 1, sym__type_specifier, STATE(3634), 1, aux_sym_sized_type_specifier_repeat1, STATE(3701), 1, sym_decltype_auto, STATE(3938), 1, sym_qualified_type_identifier, STATE(4726), 1, sym__declaration_specifiers, STATE(5722), 1, sym__scope_resolution, STATE(7572), 1, sym_dependent_type_identifier, STATE(3646), 2, sym_decltype, sym_template_type, ACTIONS(51), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, ACTIONS(55), 5, anon_sym_extern, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, STATE(3695), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, STATE(2582), 8, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, sym_ms_declspec_modifier, sym_storage_class_specifier, sym_type_qualifier, sym_virtual, aux_sym__declaration_specifiers_repeat1, ACTIONS(59), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [19544] = 29, ACTIONS(3), 1, sym_comment, ACTIONS(37), 1, anon_sym___attribute__, ACTIONS(43), 1, anon_sym___declspec, ACTIONS(63), 1, anon_sym_enum, ACTIONS(65), 1, anon_sym_class, ACTIONS(67), 1, anon_sym_struct, ACTIONS(69), 1, anon_sym_union, ACTIONS(113), 1, sym_auto, ACTIONS(115), 1, anon_sym_decltype, ACTIONS(117), 1, anon_sym_virtual, ACTIONS(121), 1, anon_sym_typename, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1813), 1, anon_sym_LBRACK_LBRACK, ACTIONS(3661), 1, sym_primitive_type, ACTIONS(4576), 1, sym_identifier, ACTIONS(4578), 1, anon_sym_COLON_COLON, STATE(3628), 1, sym__type_specifier, STATE(3634), 1, aux_sym_sized_type_specifier_repeat1, STATE(3701), 1, sym_decltype_auto, STATE(3938), 1, sym_qualified_type_identifier, STATE(4755), 1, sym__declaration_specifiers, STATE(5722), 1, sym__scope_resolution, STATE(7572), 1, sym_dependent_type_identifier, STATE(3646), 2, sym_decltype, sym_template_type, ACTIONS(51), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, ACTIONS(55), 5, anon_sym_extern, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, STATE(3695), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, STATE(2582), 8, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, sym_ms_declspec_modifier, sym_storage_class_specifier, sym_type_qualifier, sym_virtual, aux_sym__declaration_specifiers_repeat1, ACTIONS(59), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [19663] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4786), 23, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DOT, anon_sym_DASH_GT, sym_literal_suffix, ACTIONS(4784), 36, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, anon_sym_R_DQUOTE, anon_sym_LR_DQUOTE, anon_sym_uR_DQUOTE, anon_sym_UR_DQUOTE, anon_sym_u8R_DQUOTE, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [19730] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4810), 23, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DOT, anon_sym_DASH_GT, sym_literal_suffix, ACTIONS(4808), 36, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, anon_sym_R_DQUOTE, anon_sym_LR_DQUOTE, anon_sym_uR_DQUOTE, anon_sym_UR_DQUOTE, anon_sym_u8R_DQUOTE, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [19797] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5070), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(5068), 53, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [19864] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5070), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(5068), 53, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [19931] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4552), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_COLON, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4554), 40, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_COLON_COLON, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, [19998] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5066), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(5064), 53, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [20065] = 29, ACTIONS(3), 1, sym_comment, ACTIONS(37), 1, anon_sym___attribute__, ACTIONS(43), 1, anon_sym___declspec, ACTIONS(63), 1, anon_sym_enum, ACTIONS(65), 1, anon_sym_class, ACTIONS(67), 1, anon_sym_struct, ACTIONS(69), 1, anon_sym_union, ACTIONS(113), 1, sym_auto, ACTIONS(115), 1, anon_sym_decltype, ACTIONS(117), 1, anon_sym_virtual, ACTIONS(121), 1, anon_sym_typename, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1813), 1, anon_sym_LBRACK_LBRACK, ACTIONS(3661), 1, sym_primitive_type, ACTIONS(4576), 1, sym_identifier, ACTIONS(4578), 1, anon_sym_COLON_COLON, STATE(3628), 1, sym__type_specifier, STATE(3634), 1, aux_sym_sized_type_specifier_repeat1, STATE(3701), 1, sym_decltype_auto, STATE(3938), 1, sym_qualified_type_identifier, STATE(4738), 1, sym__declaration_specifiers, STATE(5722), 1, sym__scope_resolution, STATE(7572), 1, sym_dependent_type_identifier, STATE(3646), 2, sym_decltype, sym_template_type, ACTIONS(51), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, ACTIONS(55), 5, anon_sym_extern, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, STATE(3695), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, STATE(2582), 8, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, sym_ms_declspec_modifier, sym_storage_class_specifier, sym_type_qualifier, sym_virtual, aux_sym__declaration_specifiers_repeat1, ACTIONS(59), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [20184] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4545), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_COLON, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4547), 40, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_COLON_COLON, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, [20251] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4558), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_COLON, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4560), 40, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_COLON_COLON, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, [20318] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3381), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(3379), 53, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [20385] = 29, ACTIONS(3), 1, sym_comment, ACTIONS(37), 1, anon_sym___attribute__, ACTIONS(43), 1, anon_sym___declspec, ACTIONS(63), 1, anon_sym_enum, ACTIONS(65), 1, anon_sym_class, ACTIONS(67), 1, anon_sym_struct, ACTIONS(69), 1, anon_sym_union, ACTIONS(113), 1, sym_auto, ACTIONS(115), 1, anon_sym_decltype, ACTIONS(117), 1, anon_sym_virtual, ACTIONS(121), 1, anon_sym_typename, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1813), 1, anon_sym_LBRACK_LBRACK, ACTIONS(3661), 1, sym_primitive_type, ACTIONS(4576), 1, sym_identifier, ACTIONS(4578), 1, anon_sym_COLON_COLON, STATE(3628), 1, sym__type_specifier, STATE(3634), 1, aux_sym_sized_type_specifier_repeat1, STATE(3701), 1, sym_decltype_auto, STATE(3938), 1, sym_qualified_type_identifier, STATE(4707), 1, sym__declaration_specifiers, STATE(5722), 1, sym__scope_resolution, STATE(7572), 1, sym_dependent_type_identifier, STATE(3646), 2, sym_decltype, sym_template_type, ACTIONS(51), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, ACTIONS(55), 5, anon_sym_extern, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, STATE(3695), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, STATE(2582), 8, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, sym_ms_declspec_modifier, sym_storage_class_specifier, sym_type_qualifier, sym_virtual, aux_sym__declaration_specifiers_repeat1, ACTIONS(59), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [20504] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3385), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(3383), 53, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [20571] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4780), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_COLON, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4782), 40, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_COLON_COLON, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, [20638] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3400), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(3398), 53, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [20705] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3461), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(3459), 53, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [20772] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(5234), 1, sym_identifier, ACTIONS(5238), 1, sym_primitive_type, STATE(2473), 1, aux_sym_sized_type_specifier_repeat1, ACTIONS(5236), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, ACTIONS(4963), 19, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_LT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, ACTIONS(4965), 33, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_GT_GT, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DOT, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_requires, [20847] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(4792), 1, anon_sym_COLON_COLON, ACTIONS(4804), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_COLON, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4806), 39, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, [20916] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(4464), 1, anon_sym_COLON_COLON, ACTIONS(5240), 1, anon_sym_LT, STATE(2573), 1, sym_template_argument_list, ACTIONS(5168), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_COLON, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(4483), 37, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [20989] = 29, ACTIONS(3), 1, sym_comment, ACTIONS(37), 1, anon_sym___attribute__, ACTIONS(43), 1, anon_sym___declspec, ACTIONS(63), 1, anon_sym_enum, ACTIONS(65), 1, anon_sym_class, ACTIONS(67), 1, anon_sym_struct, ACTIONS(69), 1, anon_sym_union, ACTIONS(113), 1, sym_auto, ACTIONS(115), 1, anon_sym_decltype, ACTIONS(117), 1, anon_sym_virtual, ACTIONS(121), 1, anon_sym_typename, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1813), 1, anon_sym_LBRACK_LBRACK, ACTIONS(3661), 1, sym_primitive_type, ACTIONS(4576), 1, sym_identifier, ACTIONS(4578), 1, anon_sym_COLON_COLON, STATE(3628), 1, sym__type_specifier, STATE(3634), 1, aux_sym_sized_type_specifier_repeat1, STATE(3701), 1, sym_decltype_auto, STATE(3938), 1, sym_qualified_type_identifier, STATE(4739), 1, sym__declaration_specifiers, STATE(5722), 1, sym__scope_resolution, STATE(7572), 1, sym_dependent_type_identifier, STATE(3646), 2, sym_decltype, sym_template_type, ACTIONS(51), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, ACTIONS(55), 5, anon_sym_extern, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, STATE(3695), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, STATE(2582), 8, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, sym_ms_declspec_modifier, sym_storage_class_specifier, sym_type_qualifier, sym_virtual, aux_sym__declaration_specifiers_repeat1, ACTIONS(59), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [21108] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5062), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(5060), 53, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [21175] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5058), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(5056), 53, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [21242] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5046), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(5044), 53, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [21309] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2966), 2, anon_sym_COMMA, anon_sym_SEMI, ACTIONS(2540), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, ACTIONS(2542), 50, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [21378] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4802), 23, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DOT, anon_sym_DASH_GT, sym_literal_suffix, ACTIONS(4800), 36, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, anon_sym_R_DQUOTE, anon_sym_LR_DQUOTE, anon_sym_uR_DQUOTE, anon_sym_UR_DQUOTE, anon_sym_u8R_DQUOTE, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [21445] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5046), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(5044), 53, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [21512] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3365), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(3363), 53, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [21579] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3054), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(3052), 53, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [21646] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5054), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(5052), 53, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [21713] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2966), 2, anon_sym_COMMA, anon_sym_SEMI, ACTIONS(2540), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(2542), 51, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [21782] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3101), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(3099), 53, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [21849] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3097), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(3095), 53, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [21916] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3062), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(3060), 53, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [21983] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5050), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(5048), 53, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [22050] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5106), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(5104), 53, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [22117] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5110), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(5108), 53, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [22184] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5114), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(5112), 53, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [22251] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3377), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(3375), 53, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [22318] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5118), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(5116), 53, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [22385] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5118), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(5116), 53, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [22452] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5122), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(5120), 53, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [22519] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5126), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(5124), 53, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [22586] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5134), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(5132), 53, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [22653] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2994), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(2992), 53, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [22720] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2990), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(2988), 53, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [22787] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5102), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(5100), 53, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [22854] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4507), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_COLON, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4512), 40, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_COLON_COLON, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, [22921] = 29, ACTIONS(3), 1, sym_comment, ACTIONS(37), 1, anon_sym___attribute__, ACTIONS(43), 1, anon_sym___declspec, ACTIONS(63), 1, anon_sym_enum, ACTIONS(65), 1, anon_sym_class, ACTIONS(67), 1, anon_sym_struct, ACTIONS(69), 1, anon_sym_union, ACTIONS(113), 1, sym_auto, ACTIONS(115), 1, anon_sym_decltype, ACTIONS(117), 1, anon_sym_virtual, ACTIONS(121), 1, anon_sym_typename, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1813), 1, anon_sym_LBRACK_LBRACK, ACTIONS(3661), 1, sym_primitive_type, ACTIONS(4576), 1, sym_identifier, ACTIONS(4578), 1, anon_sym_COLON_COLON, STATE(3628), 1, sym__type_specifier, STATE(3634), 1, aux_sym_sized_type_specifier_repeat1, STATE(3701), 1, sym_decltype_auto, STATE(3938), 1, sym_qualified_type_identifier, STATE(4712), 1, sym__declaration_specifiers, STATE(5722), 1, sym__scope_resolution, STATE(7572), 1, sym_dependent_type_identifier, STATE(3646), 2, sym_decltype, sym_template_type, ACTIONS(51), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, ACTIONS(55), 5, anon_sym_extern, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, STATE(3695), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, STATE(2582), 8, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, sym_ms_declspec_modifier, sym_storage_class_specifier, sym_type_qualifier, sym_virtual, aux_sym__declaration_specifiers_repeat1, ACTIONS(59), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [23040] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(5242), 1, sym_identifier, ACTIONS(5246), 1, sym_primitive_type, STATE(2478), 1, aux_sym_sized_type_specifier_repeat1, ACTIONS(5244), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, ACTIONS(4963), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, ACTIONS(4965), 28, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DOT, sym_auto, anon_sym_decltype, [23115] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2964), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(2962), 53, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [23182] = 29, ACTIONS(3), 1, sym_comment, ACTIONS(37), 1, anon_sym___attribute__, ACTIONS(43), 1, anon_sym___declspec, ACTIONS(63), 1, anon_sym_enum, ACTIONS(65), 1, anon_sym_class, ACTIONS(67), 1, anon_sym_struct, ACTIONS(69), 1, anon_sym_union, ACTIONS(113), 1, sym_auto, ACTIONS(115), 1, anon_sym_decltype, ACTIONS(117), 1, anon_sym_virtual, ACTIONS(121), 1, anon_sym_typename, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1813), 1, anon_sym_LBRACK_LBRACK, ACTIONS(3661), 1, sym_primitive_type, ACTIONS(4576), 1, sym_identifier, ACTIONS(4578), 1, anon_sym_COLON_COLON, STATE(3628), 1, sym__type_specifier, STATE(3634), 1, aux_sym_sized_type_specifier_repeat1, STATE(3701), 1, sym_decltype_auto, STATE(3938), 1, sym_qualified_type_identifier, STATE(4750), 1, sym__declaration_specifiers, STATE(5722), 1, sym__scope_resolution, STATE(7572), 1, sym_dependent_type_identifier, STATE(3646), 2, sym_decltype, sym_template_type, ACTIONS(51), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, ACTIONS(55), 5, anon_sym_extern, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, STATE(3695), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, STATE(2582), 8, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, sym_ms_declspec_modifier, sym_storage_class_specifier, sym_type_qualifier, sym_virtual, aux_sym__declaration_specifiers_repeat1, ACTIONS(59), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [23301] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2986), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(2984), 53, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [23368] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3419), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(3417), 53, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [23435] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(4464), 1, anon_sym_COLON_COLON, STATE(2160), 1, sym_template_argument_list, ACTIONS(5250), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_COLON, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(5248), 37, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, [23505] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(4464), 1, anon_sym_COLON_COLON, ACTIONS(5170), 1, anon_sym_LT, STATE(2543), 1, sym_template_argument_list, ACTIONS(4466), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_COLON, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4471), 37, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, [23577] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(1997), 1, anon_sym_LBRACE, ACTIONS(5252), 1, anon_sym_LPAREN2, ACTIONS(5254), 1, anon_sym_LBRACK, ACTIONS(5256), 1, sym_auto, ACTIONS(5258), 1, anon_sym_decltype, STATE(2868), 1, sym_decltype_auto, STATE(2906), 1, sym_new_declarator, STATE(3303), 2, sym_argument_list, sym_initializer_list, ACTIONS(5199), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5197), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [23659] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(4700), 1, anon_sym_COLON, ACTIONS(5260), 1, anon_sym_LBRACE, STATE(3120), 1, sym_field_declaration_list, STATE(6143), 1, sym_virtual_specifier, STATE(6912), 1, sym_base_class_clause, ACTIONS(5098), 2, anon_sym_final, anon_sym_override, ACTIONS(4728), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4730), 31, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, anon_sym_GT2, [23737] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(1997), 1, anon_sym_LBRACE, ACTIONS(5252), 1, anon_sym_LPAREN2, ACTIONS(5254), 1, anon_sym_LBRACK, ACTIONS(5256), 1, sym_auto, ACTIONS(5258), 1, anon_sym_decltype, STATE(2867), 1, sym_new_declarator, STATE(2868), 1, sym_decltype_auto, STATE(3217), 2, sym_argument_list, sym_initializer_list, ACTIONS(5190), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5188), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [23819] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5223), 14, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_DASH_GT, anon_sym_GT2, ACTIONS(5221), 44, anon_sym_AMP, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_try, anon_sym_noexcept, anon_sym_throw, anon_sym_requires, [23885] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(4792), 1, anon_sym_COLON_COLON, ACTIONS(4828), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_COLON, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(4830), 37, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [23953] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(5262), 1, sym_identifier, ACTIONS(5266), 1, sym_primitive_type, STATE(2561), 1, aux_sym_sized_type_specifier_repeat1, ACTIONS(5264), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, ACTIONS(4965), 24, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DOT, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, ACTIONS(4963), 27, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [24027] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2536), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, ACTIONS(2538), 51, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, anon_sym_catch, [24093] = 28, ACTIONS(3), 1, sym_comment, ACTIONS(37), 1, anon_sym___attribute__, ACTIONS(43), 1, anon_sym___declspec, ACTIONS(113), 1, sym_auto, ACTIONS(115), 1, anon_sym_decltype, ACTIONS(117), 1, anon_sym_virtual, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1813), 1, anon_sym_LBRACK_LBRACK, ACTIONS(1853), 1, anon_sym_enum, ACTIONS(1855), 1, anon_sym_class, ACTIONS(1857), 1, anon_sym_struct, ACTIONS(1859), 1, anon_sym_union, ACTIONS(1881), 1, anon_sym_typename, ACTIONS(3661), 1, sym_primitive_type, ACTIONS(4562), 1, sym_identifier, ACTIONS(4572), 1, anon_sym_COLON_COLON, STATE(3624), 1, sym__type_specifier, STATE(3634), 1, aux_sym_sized_type_specifier_repeat1, STATE(3701), 1, sym_decltype_auto, STATE(3938), 1, sym_qualified_type_identifier, STATE(5795), 1, sym__scope_resolution, STATE(7572), 1, sym_dependent_type_identifier, STATE(3646), 2, sym_decltype, sym_template_type, ACTIONS(51), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, ACTIONS(55), 5, anon_sym_extern, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, STATE(3695), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, STATE(3758), 8, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, sym_ms_declspec_modifier, sym_storage_class_specifier, sym_type_qualifier, sym_virtual, aux_sym__declaration_specifiers_repeat1, ACTIONS(59), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [24209] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2540), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, ACTIONS(2542), 51, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, anon_sym_catch, [24275] = 5, ACTIONS(3), 1, sym_comment, STATE(2561), 1, aux_sym_sized_type_specifier_repeat1, ACTIONS(5268), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, ACTIONS(4859), 26, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, sym_primitive_type, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DOT, anon_sym_DASH_GT, sym_identifier, sym_auto, anon_sym_decltype, ACTIONS(4861), 27, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [24345] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(4792), 1, anon_sym_COLON_COLON, ACTIONS(4804), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_COLON, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(4806), 37, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [24413] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(1997), 1, anon_sym_LBRACE, ACTIONS(5252), 1, anon_sym_LPAREN2, ACTIONS(5254), 1, anon_sym_LBRACK, ACTIONS(5256), 1, sym_auto, ACTIONS(5258), 1, anon_sym_decltype, STATE(2868), 1, sym_decltype_auto, STATE(2899), 1, sym_new_declarator, STATE(3331), 2, sym_argument_list, sym_initializer_list, ACTIONS(5211), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5209), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [24495] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(5275), 1, anon_sym_LBRACE, ACTIONS(5277), 1, anon_sym_COLON, STATE(2669), 1, sym__enum_base_clause, STATE(2801), 1, sym_enumerator_list, ACTIONS(5273), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(5271), 36, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, [24569] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4828), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4830), 40, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, [24635] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(4464), 1, anon_sym_COLON_COLON, ACTIONS(5279), 1, anon_sym_LT, STATE(2160), 1, sym_template_argument_list, ACTIONS(4452), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_LBRACK_LBRACK, ACTIONS(4447), 49, anon_sym_AMP, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, anon_sym_or, anon_sym_and, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_using, anon_sym_concept, [24707] = 28, ACTIONS(3), 1, sym_comment, ACTIONS(37), 1, anon_sym___attribute__, ACTIONS(43), 1, anon_sym___declspec, ACTIONS(117), 1, anon_sym_virtual, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1813), 1, anon_sym_LBRACK_LBRACK, ACTIONS(2576), 1, sym_primitive_type, ACTIONS(2578), 1, anon_sym_enum, ACTIONS(2580), 1, anon_sym_class, ACTIONS(2582), 1, anon_sym_struct, ACTIONS(2584), 1, anon_sym_union, ACTIONS(2586), 1, sym_auto, ACTIONS(2588), 1, anon_sym_decltype, ACTIONS(2590), 1, anon_sym_typename, ACTIONS(4562), 1, sym_identifier, ACTIONS(5281), 1, anon_sym_COLON_COLON, STATE(3835), 1, sym__type_specifier, STATE(3928), 1, sym_decltype_auto, STATE(3978), 1, aux_sym_sized_type_specifier_repeat1, STATE(4540), 1, sym_qualified_type_identifier, STATE(5749), 1, sym__scope_resolution, STATE(7572), 1, sym_dependent_type_identifier, STATE(3646), 2, sym_decltype, sym_template_type, ACTIONS(2572), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, ACTIONS(55), 5, anon_sym_extern, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, STATE(3945), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, STATE(3758), 8, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, sym_ms_declspec_modifier, sym_storage_class_specifier, sym_type_qualifier, sym_virtual, aux_sym__declaration_specifiers_repeat1, ACTIONS(59), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [24823] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(4700), 1, anon_sym_COLON, ACTIONS(5260), 1, anon_sym_LBRACE, STATE(3136), 1, sym_field_declaration_list, STATE(6188), 1, sym_virtual_specifier, STATE(6965), 1, sym_base_class_clause, ACTIONS(5098), 2, anon_sym_final, anon_sym_override, ACTIONS(4694), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4696), 31, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, anon_sym_GT2, [24901] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2540), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(2542), 52, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, anon_sym_catch, [24967] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2536), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(2538), 52, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, anon_sym_catch, [25033] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5285), 14, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_DASH_GT, anon_sym_GT2, ACTIONS(5283), 44, anon_sym_AMP, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_try, anon_sym_noexcept, anon_sym_throw, anon_sym_requires, [25099] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(4464), 1, anon_sym_COLON_COLON, ACTIONS(5279), 1, anon_sym_LT, STATE(2160), 1, sym_template_argument_list, ACTIONS(4483), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_LBRACK_LBRACK, ACTIONS(5168), 49, anon_sym_AMP, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, anon_sym_or, anon_sym_and, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_using, anon_sym_concept, [25171] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4507), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_COLON, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(4512), 38, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_COLON_COLON, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [25237] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4780), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_COLON, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(4782), 38, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_COLON_COLON, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [25303] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(4792), 1, anon_sym_COLON_COLON, ACTIONS(4828), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_COLON, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(4830), 37, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [25371] = 28, ACTIONS(3), 1, sym_comment, ACTIONS(37), 1, anon_sym___attribute__, ACTIONS(43), 1, anon_sym___declspec, ACTIONS(113), 1, sym_auto, ACTIONS(115), 1, anon_sym_decltype, ACTIONS(117), 1, anon_sym_virtual, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1813), 1, anon_sym_LBRACK_LBRACK, ACTIONS(3651), 1, sym_identifier, ACTIONS(3657), 1, anon_sym_COLON_COLON, ACTIONS(3661), 1, sym_primitive_type, ACTIONS(3663), 1, anon_sym_enum, ACTIONS(3665), 1, anon_sym_class, ACTIONS(3667), 1, anon_sym_struct, ACTIONS(3669), 1, anon_sym_union, ACTIONS(3671), 1, anon_sym_typename, STATE(3645), 1, sym_qualified_type_identifier, STATE(3658), 1, aux_sym_sized_type_specifier_repeat1, STATE(3701), 1, sym_decltype_auto, STATE(4193), 1, sym__type_specifier, STATE(5806), 1, sym__scope_resolution, STATE(7572), 1, sym_dependent_type_identifier, STATE(3646), 2, sym_decltype, sym_template_type, ACTIONS(3659), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, ACTIONS(55), 5, anon_sym_extern, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, STATE(3695), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, STATE(3758), 8, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, sym_ms_declspec_modifier, sym_storage_class_specifier, sym_type_qualifier, sym_virtual, aux_sym__declaration_specifiers_repeat1, ACTIONS(59), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [25487] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(1997), 1, anon_sym_LBRACE, ACTIONS(5252), 1, anon_sym_LPAREN2, ACTIONS(5254), 1, anon_sym_LBRACK, ACTIONS(5256), 1, sym_auto, ACTIONS(5258), 1, anon_sym_decltype, STATE(2868), 1, sym_decltype_auto, STATE(2928), 1, sym_new_declarator, STATE(3278), 2, sym_argument_list, sym_initializer_list, ACTIONS(5160), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5156), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [25569] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2903), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, ACTIONS(2901), 51, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, anon_sym_catch, [25635] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(4700), 1, anon_sym_COLON, ACTIONS(5260), 1, anon_sym_LBRACE, STATE(3128), 1, sym_field_declaration_list, STATE(6152), 1, sym_virtual_specifier, STATE(6930), 1, sym_base_class_clause, ACTIONS(5098), 2, anon_sym_final, anon_sym_override, ACTIONS(4720), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4722), 31, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, anon_sym_GT2, [25713] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(5275), 1, anon_sym_LBRACE, ACTIONS(5277), 1, anon_sym_COLON, STATE(2741), 1, sym__enum_base_clause, STATE(2769), 1, sym_enumerator_list, ACTIONS(5289), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(5287), 36, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, [25787] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2903), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(2901), 52, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, anon_sym_catch, [25853] = 28, ACTIONS(3), 1, sym_comment, ACTIONS(37), 1, anon_sym___attribute__, ACTIONS(43), 1, anon_sym___declspec, ACTIONS(63), 1, anon_sym_enum, ACTIONS(65), 1, anon_sym_class, ACTIONS(67), 1, anon_sym_struct, ACTIONS(69), 1, anon_sym_union, ACTIONS(113), 1, sym_auto, ACTIONS(115), 1, anon_sym_decltype, ACTIONS(117), 1, anon_sym_virtual, ACTIONS(121), 1, anon_sym_typename, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1813), 1, anon_sym_LBRACK_LBRACK, ACTIONS(3661), 1, sym_primitive_type, ACTIONS(4576), 1, sym_identifier, ACTIONS(4578), 1, anon_sym_COLON_COLON, STATE(3624), 1, sym__type_specifier, STATE(3634), 1, aux_sym_sized_type_specifier_repeat1, STATE(3701), 1, sym_decltype_auto, STATE(3938), 1, sym_qualified_type_identifier, STATE(5722), 1, sym__scope_resolution, STATE(7572), 1, sym_dependent_type_identifier, STATE(3646), 2, sym_decltype, sym_template_type, ACTIONS(51), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, ACTIONS(55), 5, anon_sym_extern, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, STATE(3695), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, STATE(3758), 8, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, sym_ms_declspec_modifier, sym_storage_class_specifier, sym_type_qualifier, sym_virtual, aux_sym__declaration_specifiers_repeat1, ACTIONS(59), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [25969] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3170), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(3168), 51, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [26034] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3347), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(3345), 51, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [26099] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(5291), 1, anon_sym_LBRACE, ACTIONS(5293), 1, anon_sym_COLON, STATE(2855), 1, sym__enum_base_clause, STATE(2943), 1, sym_enumerator_list, ACTIONS(5273), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5271), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, sym_auto, anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [26172] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3301), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(3299), 51, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [26237] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5066), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, ACTIONS(5064), 50, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [26302] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5070), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, ACTIONS(5068), 50, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [26367] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5070), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, ACTIONS(5068), 50, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [26432] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3162), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, ACTIONS(3160), 50, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [26497] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2998), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, ACTIONS(2996), 50, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [26562] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2998), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, ACTIONS(2996), 50, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [26627] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(5291), 1, anon_sym_LBRACE, ACTIONS(5293), 1, anon_sym_COLON, STATE(2859), 1, sym__enum_base_clause, STATE(2889), 1, sym_enumerator_list, ACTIONS(5289), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5287), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, sym_auto, anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [26700] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3178), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, ACTIONS(3176), 50, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [26765] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5062), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, ACTIONS(5060), 50, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [26830] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5058), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, ACTIONS(5056), 50, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [26895] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5046), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, ACTIONS(5044), 50, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [26960] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5046), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, ACTIONS(5044), 50, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [27025] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3058), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, ACTIONS(3056), 50, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [27090] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5054), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, ACTIONS(5052), 50, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [27155] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3058), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, ACTIONS(3056), 50, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [27220] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5050), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, ACTIONS(5048), 50, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [27285] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5102), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, ACTIONS(5100), 50, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [27350] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3213), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, ACTIONS(3211), 50, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [27415] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3217), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, ACTIONS(3215), 50, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [27480] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3125), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, ACTIONS(3123), 50, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [27545] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3260), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, ACTIONS(3258), 50, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [27610] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3277), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(3275), 51, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [27675] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4507), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_const, anon_sym_COLON, anon_sym_DOT, ACTIONS(4512), 46, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SEMI, anon_sym_COLON_COLON, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_requires, [27740] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3277), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(3275), 51, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [27805] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3264), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(3262), 51, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [27870] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5134), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, ACTIONS(5132), 50, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [27935] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5070), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(5068), 51, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [28000] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5070), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(5068), 51, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [28065] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5066), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(5064), 51, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [28130] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5126), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, ACTIONS(5124), 50, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [28195] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3423), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, ACTIONS(3421), 50, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [28260] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5122), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, ACTIONS(5120), 50, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [28325] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3293), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, ACTIONS(3291), 50, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [28390] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5062), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(5060), 51, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [28455] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5058), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(5056), 51, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [28520] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5046), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(5044), 51, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [28585] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5046), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(5044), 51, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [28650] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5054), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(5052), 51, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [28715] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5050), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(5048), 51, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [28780] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3365), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(3363), 51, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [28845] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5102), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(5100), 51, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [28910] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2964), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, ACTIONS(2962), 50, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [28975] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5118), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, ACTIONS(5116), 50, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [29040] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5118), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, ACTIONS(5116), 50, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [29105] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3419), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, ACTIONS(3417), 50, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [29170] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3365), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, ACTIONS(3363), 50, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [29235] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5114), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, ACTIONS(5112), 50, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [29300] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5110), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, ACTIONS(5108), 50, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [29365] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3158), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(3156), 51, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [29430] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3317), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(3315), 51, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [29495] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3129), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(3127), 51, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [29560] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3343), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, ACTIONS(3341), 50, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [29625] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5134), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(5132), 51, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [29690] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5126), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(5124), 51, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [29755] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5122), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(5120), 51, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [29820] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5118), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(5116), 51, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [29885] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5118), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(5116), 51, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [29950] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5106), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, ACTIONS(5104), 50, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [30015] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5114), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(5112), 51, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [30080] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5110), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(5108), 51, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [30145] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5106), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(5104), 51, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [30210] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3327), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(3325), 51, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [30275] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2986), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, ACTIONS(2984), 50, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [30340] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2990), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, ACTIONS(2988), 50, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [30405] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2994), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, ACTIONS(2992), 50, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [30470] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3400), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, ACTIONS(3398), 50, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [30535] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3431), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, ACTIONS(3429), 50, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [30600] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3233), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(3231), 51, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [30665] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3260), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(3258), 51, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [30730] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3277), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, ACTIONS(3275), 50, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [30795] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3277), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, ACTIONS(3275), 50, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [30860] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3054), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, ACTIONS(3052), 50, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [30925] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3381), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, ACTIONS(3379), 50, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [30990] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3377), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, ACTIONS(3375), 50, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [31055] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3435), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(3433), 51, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [31120] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3381), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(3379), 51, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [31185] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3461), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(3459), 51, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [31250] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3385), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(3383), 51, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [31315] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3400), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(3398), 51, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [31380] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3385), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, ACTIONS(3383), 50, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [31445] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4828), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(4830), 38, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACE, 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_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [31510] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3431), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(3429), 51, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [31575] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(5275), 1, anon_sym_LBRACE, STATE(2789), 1, sym_enumerator_list, ACTIONS(4812), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4814), 37, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, [31644] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3369), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, ACTIONS(3367), 50, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [31709] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3233), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, ACTIONS(3231), 50, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [31774] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5074), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, ACTIONS(5072), 50, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [31839] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3408), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, ACTIONS(3406), 50, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [31904] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(4792), 1, anon_sym_COLON_COLON, ACTIONS(4788), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_COLON, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4790), 37, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, [31971] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5074), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(5072), 51, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [32036] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4507), 17, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_COLON, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(4512), 40, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_COLON_COLON, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_requires, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [32101] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5078), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(5076), 51, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [32166] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3461), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, ACTIONS(3459), 50, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [32231] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5082), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(5080), 51, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [32296] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5086), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(5084), 51, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [32361] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5086), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(5084), 51, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [32426] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5082), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(5080), 51, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [32491] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5090), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(5088), 51, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [32556] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5078), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, ACTIONS(5076), 50, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [32621] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3408), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, ACTIONS(3406), 50, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [32686] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5094), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(5092), 51, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [32751] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5138), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, ACTIONS(5136), 50, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [32816] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3423), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(3421), 51, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [32881] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5082), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, ACTIONS(5080), 50, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [32946] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3289), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, ACTIONS(3287), 50, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [33011] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5086), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, ACTIONS(5084), 50, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [33076] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5086), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, ACTIONS(5084), 50, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [33141] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(4700), 1, anon_sym_COLON, ACTIONS(5295), 1, anon_sym_LBRACE, STATE(3287), 1, sym_field_declaration_list, STATE(5999), 1, sym_virtual_specifier, STATE(6770), 1, sym_base_class_clause, ACTIONS(5098), 2, anon_sym_final, anon_sym_override, ACTIONS(4694), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(4696), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, sym_auto, anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [33218] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(4464), 1, anon_sym_COLON_COLON, ACTIONS(5297), 1, anon_sym_LT, STATE(2831), 1, sym_template_argument_list, ACTIONS(5168), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_COLON, anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4483), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_GT2, [33289] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5138), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(5136), 51, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [33354] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3435), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, ACTIONS(3433), 50, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [33419] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5130), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, ACTIONS(5128), 50, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [33484] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5082), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, ACTIONS(5080), 50, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [33549] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3339), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(3337), 51, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [33614] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3162), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(3160), 51, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [33679] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3062), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, ACTIONS(3060), 50, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [33744] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3097), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, ACTIONS(3095), 50, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [33809] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3101), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, ACTIONS(3099), 50, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [33874] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3293), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(3291), 51, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [33939] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(5164), 1, sym_auto, ACTIONS(5166), 1, anon_sym_decltype, STATE(2781), 1, sym_decltype_auto, ACTIONS(4816), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4818), 36, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [34010] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3129), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, ACTIONS(3127), 50, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [34075] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3317), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, ACTIONS(3315), 50, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [34140] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5130), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(5128), 51, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [34205] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3311), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(3309), 51, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [34270] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3158), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, ACTIONS(3156), 50, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [34335] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3297), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(3295), 51, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [34400] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3221), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, ACTIONS(3219), 50, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [34465] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3264), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, ACTIONS(3262), 50, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [34530] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3054), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(3052), 51, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [34595] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3439), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(3437), 51, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [34660] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3273), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(3271), 51, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [34725] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3339), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, ACTIONS(3337), 50, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [34790] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3170), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, ACTIONS(3168), 50, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [34855] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(4464), 1, anon_sym_COLON_COLON, ACTIONS(5299), 1, anon_sym_LT, STATE(2831), 1, sym_template_argument_list, ACTIONS(4447), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_COLON, anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4452), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_GT2, [34926] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5090), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, ACTIONS(5088), 50, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [34991] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3289), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(3287), 51, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [35056] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3369), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(3367), 51, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [35121] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3408), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(3406), 51, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [35186] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3408), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(3406), 51, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [35251] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3301), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, ACTIONS(3299), 50, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [35316] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3347), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, ACTIONS(3345), 50, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [35381] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3297), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, ACTIONS(3295), 50, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [35446] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3343), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(3341), 51, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [35511] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3311), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, ACTIONS(3309), 50, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [35576] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2998), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(2996), 51, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [35641] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4835), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_COLON, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4837), 38, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_COLON_COLON, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, [35706] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2998), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(2996), 51, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [35771] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3221), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(3219), 51, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [35836] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3125), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(3123), 51, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [35901] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3217), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(3215), 51, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [35966] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3213), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(3211), 51, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [36031] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3327), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, ACTIONS(3325), 50, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [36096] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5094), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, ACTIONS(5092), 50, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [36161] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3058), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(3056), 51, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [36226] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(4700), 1, anon_sym_COLON, ACTIONS(5295), 1, anon_sym_LBRACE, STATE(3343), 1, sym_field_declaration_list, STATE(6073), 1, sym_virtual_specifier, STATE(6971), 1, sym_base_class_clause, ACTIONS(5098), 2, anon_sym_final, anon_sym_override, ACTIONS(4720), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(4722), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, sym_auto, anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [36303] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(5275), 1, anon_sym_LBRACE, STATE(2795), 1, sym_enumerator_list, ACTIONS(4794), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4796), 37, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, [36372] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3178), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(3176), 51, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [36437] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3439), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, ACTIONS(3437), 50, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [36502] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3058), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(3056), 51, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [36567] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3273), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, ACTIONS(3271), 50, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [36632] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3101), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(3099), 51, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [36697] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3097), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(3095), 51, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [36762] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3062), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(3060), 51, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [36827] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3377), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(3375), 51, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [36892] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2994), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(2992), 51, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [36957] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2990), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(2988), 51, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [37022] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(4700), 1, anon_sym_COLON, ACTIONS(5295), 1, anon_sym_LBRACE, STATE(3334), 1, sym_field_declaration_list, STATE(6030), 1, sym_virtual_specifier, STATE(6793), 1, sym_base_class_clause, ACTIONS(5098), 2, anon_sym_final, anon_sym_override, ACTIONS(4728), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(4730), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, sym_auto, anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [37099] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2964), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(2962), 51, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [37164] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3419), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(3417), 51, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [37229] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2986), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(2984), 51, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_using, anon_sym_static_assert, [37294] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4788), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4790), 38, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, [37358] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4910), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4912), 38, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, [37422] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2536), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(2538), 49, anon_sym_AMP, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, anon_sym_or, anon_sym_and, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_using, anon_sym_concept, [37486] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4523), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(4521), 49, anon_sym_AMP, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, anon_sym_or, anon_sym_and, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_using, anon_sym_concept, [37550] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4533), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(4531), 49, anon_sym_AMP, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, anon_sym_or, anon_sym_and, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_using, anon_sym_concept, [37614] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4543), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(4541), 49, anon_sym_AMP, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, anon_sym_or, anon_sym_and, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_using, anon_sym_concept, [37678] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4878), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4880), 38, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, [37742] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4890), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4892), 38, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, [37806] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4894), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4896), 38, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, [37870] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4855), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4857), 38, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, [37934] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4851), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4853), 38, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, [37998] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4782), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(4780), 49, anon_sym_AMP, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, anon_sym_or, anon_sym_and, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_using, anon_sym_concept, [38062] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4788), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4790), 38, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, [38126] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4847), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4849), 38, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, [38190] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4554), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(4552), 49, anon_sym_AMP, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, anon_sym_or, anon_sym_and, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_using, anon_sym_concept, [38254] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4987), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4989), 38, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, [38318] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5003), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(5005), 38, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, [38382] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4866), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4868), 38, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, [38446] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4914), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4916), 38, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, [38510] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4870), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4872), 38, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, [38574] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(2043), 1, anon_sym_LBRACE, ACTIONS(5302), 1, anon_sym_LPAREN2, ACTIONS(5304), 1, anon_sym_LBRACK, ACTIONS(5306), 1, sym_auto, ACTIONS(5308), 1, anon_sym_decltype, STATE(3145), 1, sym_decltype_auto, STATE(3171), 1, sym_new_declarator, STATE(3452), 2, sym_argument_list, sym_initializer_list, ACTIONS(5199), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(5197), 27, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, [38654] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4547), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(4545), 49, anon_sym_AMP, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, anon_sym_or, anon_sym_and, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_using, anon_sym_concept, [38718] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4874), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4876), 38, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, [38782] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(4464), 1, anon_sym_COLON_COLON, ACTIONS(4483), 1, anon_sym_LBRACE, ACTIONS(5310), 1, anon_sym_LT, STATE(2858), 1, sym_template_argument_list, ACTIONS(4473), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_COLON, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4478), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [38854] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4839), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4841), 38, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, [38918] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4898), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4900), 38, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, [38982] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(4452), 1, anon_sym_LBRACE, ACTIONS(4464), 1, anon_sym_COLON_COLON, ACTIONS(5313), 1, anon_sym_LT, STATE(2858), 1, sym_template_argument_list, ACTIONS(4454), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_COLON, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4459), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [39054] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(2043), 1, anon_sym_LBRACE, ACTIONS(5302), 1, anon_sym_LPAREN2, ACTIONS(5304), 1, anon_sym_LBRACK, ACTIONS(5306), 1, sym_auto, ACTIONS(5308), 1, anon_sym_decltype, STATE(3145), 1, sym_decltype_auto, STATE(3165), 1, sym_new_declarator, STATE(3504), 2, sym_argument_list, sym_initializer_list, ACTIONS(5211), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(5209), 27, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, [39134] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4882), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4884), 38, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, [39198] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4937), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4939), 38, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, [39262] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4941), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4943), 38, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, [39326] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4945), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4947), 38, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, [39390] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4949), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4951), 38, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, [39454] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4886), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4888), 38, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, [39518] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4953), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4955), 38, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, [39582] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(4464), 1, anon_sym_COLON_COLON, ACTIONS(5316), 1, anon_sym_LT, STATE(2676), 1, sym_template_argument_list, ACTIONS(5168), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_COLON, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(4483), 37, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [39652] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4560), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(4558), 49, anon_sym_AMP, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, anon_sym_or, anon_sym_and, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_using, anon_sym_concept, [39716] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2540), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(2542), 49, anon_sym_AMP, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, anon_sym_or, anon_sym_and, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_using, anon_sym_concept, [39780] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(4464), 1, anon_sym_COLON_COLON, STATE(2160), 1, sym_template_argument_list, ACTIONS(5250), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5248), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, sym_auto, anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [39848] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4918), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4920), 38, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, [39912] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4933), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4935), 38, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, [39976] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4902), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4904), 38, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, [40040] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4539), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(4537), 49, anon_sym_AMP, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, anon_sym_or, anon_sym_and, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_using, anon_sym_concept, [40104] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4906), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4908), 38, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, [40168] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(4464), 1, anon_sym_COLON_COLON, ACTIONS(5240), 1, anon_sym_LT, STATE(2573), 1, sym_template_argument_list, ACTIONS(4466), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(4471), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, sym_auto, anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [40238] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4957), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4959), 38, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, [40302] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4977), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4979), 38, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, [40366] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4922), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4924), 38, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, [40430] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5007), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(5009), 38, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, [40494] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(1947), 1, anon_sym_LBRACE, ACTIONS(5158), 1, anon_sym_LPAREN2, STATE(3012), 2, sym_argument_list, sym_initializer_list, ACTIONS(5320), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(5318), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [40564] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(4792), 1, anon_sym_COLON_COLON, ACTIONS(4804), 21, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_COLON, anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4806), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_GT2, [40630] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(2043), 1, anon_sym_LBRACE, ACTIONS(5302), 1, anon_sym_LPAREN2, ACTIONS(5304), 1, anon_sym_LBRACK, ACTIONS(5306), 1, sym_auto, ACTIONS(5308), 1, anon_sym_decltype, STATE(3145), 1, sym_decltype_auto, STATE(3164), 1, sym_new_declarator, STATE(3548), 2, sym_argument_list, sym_initializer_list, ACTIONS(5160), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(5156), 27, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, [40710] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(4464), 1, anon_sym_COLON_COLON, ACTIONS(5322), 1, anon_sym_LT, STATE(2676), 1, sym_template_argument_list, ACTIONS(4447), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_COLON, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(4452), 37, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [40780] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(4792), 1, anon_sym_COLON_COLON, ACTIONS(4830), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_LBRACK_LBRACK, ACTIONS(4828), 49, anon_sym_AMP, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, anon_sym_or, anon_sym_and, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_using, anon_sym_concept, [40846] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(5329), 1, anon_sym_AMP_AMP, ACTIONS(5331), 1, anon_sym_and, ACTIONS(5327), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_PIPE_PIPE, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(5325), 48, anon_sym_AMP, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, anon_sym_or, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_using, anon_sym_concept, [40914] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(4792), 1, anon_sym_COLON_COLON, ACTIONS(4830), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_LBRACK_LBRACK, ACTIONS(4828), 49, anon_sym_AMP, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, anon_sym_or, anon_sym_and, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_using, anon_sym_concept, [40980] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(4700), 1, anon_sym_COLON, ACTIONS(5333), 1, anon_sym_LBRACE, STATE(3078), 1, sym_field_declaration_list, STATE(6009), 1, sym_virtual_specifier, STATE(6775), 1, sym_base_class_clause, ACTIONS(5098), 2, anon_sym_final, anon_sym_override, ACTIONS(4728), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, ACTIONS(4730), 37, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_LT, anon_sym_LBRACK, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, anon_sym_GT2, anon_sym_requires, [41056] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4971), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4973), 38, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, [41120] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4843), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4845), 38, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, [41184] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(2043), 1, anon_sym_LBRACE, ACTIONS(5302), 1, anon_sym_LPAREN2, ACTIONS(5304), 1, anon_sym_LBRACK, ACTIONS(5306), 1, sym_auto, ACTIONS(5308), 1, anon_sym_decltype, STATE(3145), 1, sym_decltype_auto, STATE(3172), 1, sym_new_declarator, STATE(3479), 2, sym_argument_list, sym_initializer_list, ACTIONS(5190), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(5188), 27, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, [41264] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(1947), 1, anon_sym_LBRACE, ACTIONS(5158), 1, anon_sym_LPAREN2, STATE(3037), 2, sym_argument_list, sym_initializer_list, ACTIONS(5337), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(5335), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [41334] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5011), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(5013), 38, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, [41398] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4997), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4999), 38, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, [41462] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(5329), 1, anon_sym_AMP_AMP, ACTIONS(5331), 1, anon_sym_and, ACTIONS(5343), 1, anon_sym_PIPE_PIPE, ACTIONS(5345), 1, anon_sym_or, ACTIONS(5341), 5, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(5339), 47, anon_sym_AMP, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_using, anon_sym_concept, [41534] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(1947), 1, anon_sym_LBRACE, ACTIONS(5158), 1, anon_sym_LPAREN2, STATE(3052), 2, sym_argument_list, sym_initializer_list, ACTIONS(5349), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(5347), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [41604] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4926), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4928), 38, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, [41668] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4788), 10, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_const, anon_sym_DOT, ACTIONS(4790), 46, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_requires, [41732] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(4700), 1, anon_sym_COLON, ACTIONS(5333), 1, anon_sym_LBRACE, STATE(3088), 1, sym_field_declaration_list, STATE(5979), 1, sym_virtual_specifier, STATE(6742), 1, sym_base_class_clause, ACTIONS(5098), 2, anon_sym_final, anon_sym_override, ACTIONS(4720), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, ACTIONS(4722), 37, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_LT, anon_sym_LBRACK, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, anon_sym_GT2, anon_sym_requires, [41808] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4780), 21, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_COLON, anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4782), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_COLON_COLON, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_GT2, [41872] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(4792), 1, anon_sym_COLON_COLON, ACTIONS(4828), 21, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_COLON, anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4830), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_GT2, [41938] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(4700), 1, anon_sym_COLON, ACTIONS(5333), 1, anon_sym_LBRACE, STATE(3094), 1, sym_field_declaration_list, STATE(6002), 1, sym_virtual_specifier, STATE(6715), 1, sym_base_class_clause, ACTIONS(5098), 2, anon_sym_final, anon_sym_override, ACTIONS(4694), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, ACTIONS(4696), 37, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_LT, anon_sym_LBRACK, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, anon_sym_GT2, anon_sym_requires, [42014] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(1947), 1, anon_sym_LBRACE, ACTIONS(5158), 1, anon_sym_LPAREN2, STATE(3059), 2, sym_argument_list, sym_initializer_list, ACTIONS(5353), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(5351), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [42084] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(4792), 1, anon_sym_COLON_COLON, ACTIONS(4828), 21, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_COLON, anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4830), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_GT2, [42150] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(4792), 1, anon_sym_COLON_COLON, ACTIONS(4806), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_LBRACK_LBRACK, ACTIONS(4804), 49, anon_sym_AMP, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, anon_sym_or, anon_sym_and, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_using, anon_sym_concept, [42216] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4830), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(4828), 49, anon_sym_AMP, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, anon_sym_or, anon_sym_and, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_using, anon_sym_concept, [42280] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4507), 21, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_COLON, anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4512), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_COLON_COLON, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_GT2, [42344] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(4512), 2, anon_sym_COLON_COLON, anon_sym_LBRACE, ACTIONS(4514), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LBRACK, anon_sym_EQ, anon_sym_COLON, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4519), 33, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [42409] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(4464), 1, anon_sym_COLON_COLON, ACTIONS(4483), 1, anon_sym_LBRACE, ACTIONS(5357), 1, anon_sym_LT, ACTIONS(5360), 1, anon_sym_LBRACK, STATE(3028), 1, sym_template_argument_list, ACTIONS(5355), 3, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_LBRACK_LBRACK, ACTIONS(4473), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(4478), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [42484] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4835), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(4837), 36, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_COLON_COLON, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, sym_auto, anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [42547] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(4452), 1, anon_sym_LBRACE, ACTIONS(4461), 1, anon_sym_LT, ACTIONS(4464), 1, anon_sym_COLON_COLON, STATE(2929), 1, sym_template_argument_list, ACTIONS(4454), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LBRACK, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(4459), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [42618] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(5162), 1, anon_sym_LBRACK, STATE(2865), 1, sym_new_declarator, ACTIONS(5364), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(5362), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, 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_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [42685] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(4464), 1, anon_sym_COLON_COLON, ACTIONS(4483), 1, anon_sym_LBRACE, ACTIONS(4672), 1, anon_sym_LT, ACTIONS(5360), 1, anon_sym_LBRACK, STATE(3392), 1, sym_template_argument_list, ACTIONS(4648), 3, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, ACTIONS(5355), 3, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_LBRACK_LBRACK, ACTIONS(4473), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(4478), 26, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [42762] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(5256), 1, sym_auto, ACTIONS(5258), 1, anon_sym_decltype, STATE(2868), 1, sym_decltype_auto, ACTIONS(4816), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(4818), 33, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [42831] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(4464), 1, anon_sym_COLON_COLON, ACTIONS(4483), 1, anon_sym_LBRACE, ACTIONS(4646), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5369), 1, anon_sym_LT, ACTIONS(5372), 1, anon_sym_LBRACK, STATE(2929), 1, sym_template_argument_list, ACTIONS(5366), 2, anon_sym_RPAREN, anon_sym_LPAREN2, ACTIONS(4473), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(4478), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [42908] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(5375), 1, anon_sym_LBRACE, ACTIONS(5377), 1, anon_sym_COLON, STATE(3043), 1, sym__enum_base_clause, STATE(3139), 1, sym_enumerator_list, ACTIONS(5289), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(5287), 31, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, anon_sym_GT2, [42979] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(2097), 1, anon_sym_LBRACE, ACTIONS(5379), 1, anon_sym_LPAREN2, ACTIONS(5381), 1, anon_sym_LBRACK, ACTIONS(5383), 1, sym_auto, ACTIONS(5385), 1, anon_sym_decltype, STATE(3224), 1, sym_new_declarator, STATE(3265), 1, sym_decltype_auto, STATE(3572), 2, sym_argument_list, sym_initializer_list, ACTIONS(5190), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5188), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [43058] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4454), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LBRACK, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4459), 36, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, 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_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_try, [43121] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(5375), 1, anon_sym_LBRACE, ACTIONS(5377), 1, anon_sym_COLON, STATE(3058), 1, sym__enum_base_clause, STATE(3133), 1, sym_enumerator_list, ACTIONS(5273), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(5271), 31, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, anon_sym_GT2, [43192] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(2097), 1, anon_sym_LBRACE, ACTIONS(5379), 1, anon_sym_LPAREN2, ACTIONS(5381), 1, anon_sym_LBRACK, ACTIONS(5383), 1, sym_auto, ACTIONS(5385), 1, anon_sym_decltype, STATE(3207), 1, sym_new_declarator, STATE(3265), 1, sym_decltype_auto, STATE(3621), 2, sym_argument_list, sym_initializer_list, ACTIONS(5199), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5197), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [43271] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4454), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LBRACK, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4459), 36, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, 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_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_try, [43334] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4454), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LBRACK, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4459), 36, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, 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_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_try, [43397] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4454), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LBRACK, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4459), 36, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, 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_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_try, [43460] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4454), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LBRACK, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4459), 36, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, 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_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_try, [43523] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(2097), 1, anon_sym_LBRACE, ACTIONS(5379), 1, anon_sym_LPAREN2, ACTIONS(5381), 1, anon_sym_LBRACK, ACTIONS(5383), 1, sym_auto, ACTIONS(5385), 1, anon_sym_decltype, STATE(3214), 1, sym_new_declarator, STATE(3265), 1, sym_decltype_auto, STATE(3605), 2, sym_argument_list, sym_initializer_list, ACTIONS(5211), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5209), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [43602] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5389), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LBRACK, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(5387), 36, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, 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_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_try, [43665] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4780), 17, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_COLON, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(4782), 38, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_COLON_COLON, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [43728] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(4792), 1, anon_sym_COLON_COLON, ACTIONS(4828), 17, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_COLON, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(4830), 37, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [43793] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(4792), 1, anon_sym_COLON_COLON, ACTIONS(4788), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(4790), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, sym_auto, anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [43858] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4828), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4830), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_GT2, [43921] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(5291), 1, anon_sym_LBRACE, STATE(2920), 1, sym_enumerator_list, ACTIONS(4812), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(4814), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, sym_auto, anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [43988] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(2097), 1, anon_sym_LBRACE, ACTIONS(5379), 1, anon_sym_LPAREN2, ACTIONS(5381), 1, anon_sym_LBRACK, ACTIONS(5383), 1, sym_auto, ACTIONS(5385), 1, anon_sym_decltype, STATE(3225), 1, sym_new_declarator, STATE(3265), 1, sym_decltype_auto, STATE(3558), 2, sym_argument_list, sym_initializer_list, ACTIONS(5160), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5156), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [44067] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(4792), 1, anon_sym_COLON_COLON, ACTIONS(4804), 17, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_COLON, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(4806), 37, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [44132] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(4512), 2, anon_sym_COLON_COLON, anon_sym_LBRACE, ACTIONS(4514), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_COLON, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4519), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [44197] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(5291), 1, anon_sym_LBRACE, STATE(2861), 1, sym_enumerator_list, ACTIONS(4794), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(4796), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, sym_auto, anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [44264] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(4792), 1, anon_sym_COLON_COLON, ACTIONS(4828), 17, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_COLON, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(4830), 37, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [44329] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4918), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(4920), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, sym_auto, anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [44391] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4521), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_GT_GT, anon_sym_const, anon_sym_COLON, anon_sym_DOT, ACTIONS(4523), 41, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_LT, anon_sym_COLON_COLON, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_requires, [44453] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4937), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(4939), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, sym_auto, anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [44515] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4870), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(4872), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, sym_auto, anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [44577] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5393), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(5391), 36, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [44639] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4788), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(4790), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, sym_auto, anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [44701] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(1997), 1, anon_sym_LBRACE, ACTIONS(5252), 1, anon_sym_LPAREN2, STATE(3273), 2, sym_argument_list, sym_initializer_list, ACTIONS(5320), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5318), 31, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [44769] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4898), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(4900), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, sym_auto, anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [44831] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(4792), 1, anon_sym_COLON_COLON, ACTIONS(4804), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_GT_GT, anon_sym_const, anon_sym_COLON, anon_sym_DOT, ACTIONS(4806), 40, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_LT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_requires, [44895] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5397), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SEMI, anon_sym_COLON_COLON, anon_sym_RBRACK_RBRACK, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, ACTIONS(5395), 29, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DOT, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_typename, anon_sym_template, [44957] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4866), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(4868), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, sym_auto, anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [45019] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(4464), 1, anon_sym_COLON_COLON, ACTIONS(5297), 1, anon_sym_LT, STATE(2831), 1, sym_template_argument_list, ACTIONS(4466), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4471), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, anon_sym_GT2, [45087] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4788), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(4790), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, sym_auto, anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [45149] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5401), 25, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DOT, sym_literal_suffix, ACTIONS(5399), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [45211] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5007), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5009), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, sym_auto, anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [45273] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(4464), 1, anon_sym_COLON_COLON, ACTIONS(4483), 1, anon_sym_LBRACE, ACTIONS(4672), 1, anon_sym_LT, STATE(3392), 1, sym_template_argument_list, ACTIONS(4648), 3, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, ACTIONS(4473), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(4478), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [45345] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(5403), 1, anon_sym_LBRACE, ACTIONS(5405), 1, anon_sym_COLON, STATE(3190), 1, sym__enum_base_clause, STATE(3352), 1, sym_enumerator_list, ACTIONS(5273), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5271), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, sym_auto, anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [45415] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5409), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SEMI, anon_sym_COLON_COLON, anon_sym_RBRACK_RBRACK, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, ACTIONS(5407), 29, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DOT, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_typename, anon_sym_template, [45477] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4945), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(4947), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, sym_auto, anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [45539] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5413), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(5411), 36, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [45601] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(4452), 1, anon_sym_LBRACE, ACTIONS(4464), 1, anon_sym_COLON_COLON, ACTIONS(4679), 1, anon_sym_LT, STATE(3028), 1, sym_template_argument_list, ACTIONS(4454), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(4459), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [45671] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5419), 1, anon_sym_LBRACK_RBRACK, ACTIONS(5417), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LBRACK, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(5415), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [45735] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4926), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(4928), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, sym_auto, anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [45797] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(4650), 1, sym_literal_suffix, ACTIONS(4473), 24, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DOT, ACTIONS(4478), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [45861] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4997), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(4999), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, sym_auto, anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [45923] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5011), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5013), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, sym_auto, anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [45985] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4855), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(4857), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, sym_auto, anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [46047] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4851), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(4853), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, sym_auto, anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [46109] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4847), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(4849), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, sym_auto, anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [46171] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(5427), 1, anon_sym_DQUOTE_DQUOTE, ACTIONS(5425), 2, anon_sym_delete, anon_sym_new, ACTIONS(5423), 20, anon_sym_BANG, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_not, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DASH_GT, ACTIONS(5421), 31, anon_sym_COMMA, anon_sym_TILDE, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_compl, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_co_await, anon_sym_DASH_GT_STAR, anon_sym_LPAREN_RPAREN, anon_sym_LBRACK_RBRACK, [46237] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4541), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_GT_GT, anon_sym_const, anon_sym_COLON, anon_sym_DOT, ACTIONS(4543), 41, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_LT, anon_sym_COLON_COLON, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_requires, [46299] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4987), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(4989), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, sym_auto, anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [46361] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4843), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(4845), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, sym_auto, anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [46423] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5003), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5005), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, sym_auto, anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [46485] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4914), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(4916), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, sym_auto, anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [46547] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(4452), 1, anon_sym_LBRACE, ACTIONS(4464), 1, anon_sym_COLON_COLON, ACTIONS(4549), 1, anon_sym_LT, STATE(2832), 1, sym_template_argument_list, ACTIONS(4454), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LBRACK, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4459), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [46617] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4971), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(4973), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, sym_auto, anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [46679] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(4464), 1, anon_sym_COLON_COLON, ACTIONS(4483), 1, anon_sym_LBRACE, ACTIONS(5310), 1, anon_sym_LT, ACTIONS(5360), 1, anon_sym_LBRACK, STATE(2858), 1, sym_template_argument_list, ACTIONS(5355), 2, anon_sym_LPAREN2, anon_sym_LBRACK_LBRACK, ACTIONS(4473), 17, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4478), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [46753] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(1997), 1, anon_sym_LBRACE, ACTIONS(5252), 1, anon_sym_LPAREN2, STATE(3243), 2, sym_argument_list, sym_initializer_list, ACTIONS(5349), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5347), 31, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [46821] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5431), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(5429), 48, anon_sym_AMP, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_using, anon_sym_concept, anon_sym_requires, [46883] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4558), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_GT_GT, anon_sym_const, anon_sym_COLON, anon_sym_DOT, ACTIONS(4560), 41, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_LT, anon_sym_COLON_COLON, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_requires, [46945] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4537), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_GT_GT, anon_sym_const, anon_sym_COLON, anon_sym_DOT, ACTIONS(4539), 41, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_LT, anon_sym_COLON_COLON, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_requires, [47007] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4531), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_GT_GT, anon_sym_const, anon_sym_COLON, anon_sym_DOT, ACTIONS(4533), 41, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_LT, anon_sym_COLON_COLON, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_requires, [47069] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4507), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_GT_GT, anon_sym_const, anon_sym_COLON, anon_sym_DOT, ACTIONS(4512), 41, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_LT, anon_sym_COLON_COLON, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_requires, [47131] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4780), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_GT_GT, anon_sym_const, anon_sym_COLON, anon_sym_DOT, ACTIONS(4782), 41, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_LT, anon_sym_COLON_COLON, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_requires, [47193] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(1997), 1, anon_sym_LBRACE, ACTIONS(5252), 1, anon_sym_LPAREN2, STATE(3279), 2, sym_argument_list, sym_initializer_list, ACTIONS(5337), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5335), 31, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [47261] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4552), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_GT_GT, anon_sym_const, anon_sym_COLON, anon_sym_DOT, ACTIONS(4554), 41, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_LT, anon_sym_COLON_COLON, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_requires, [47323] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(4464), 1, anon_sym_COLON_COLON, ACTIONS(4483), 1, anon_sym_LBRACE, ACTIONS(4646), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5366), 1, anon_sym_LPAREN2, ACTIONS(5372), 1, anon_sym_LBRACK, ACTIONS(5433), 1, anon_sym_LT, STATE(2832), 1, sym_template_argument_list, ACTIONS(4473), 17, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4478), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [47399] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(5442), 1, anon_sym_DQUOTE_DQUOTE, ACTIONS(5440), 2, anon_sym_delete, anon_sym_new, ACTIONS(5438), 20, anon_sym_BANG, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_not, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DASH_GT, ACTIONS(5436), 31, anon_sym_COMMA, anon_sym_TILDE, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_compl, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_co_await, anon_sym_DASH_GT_STAR, anon_sym_LPAREN_RPAREN, anon_sym_LBRACK_RBRACK, [47465] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(4792), 1, anon_sym_COLON_COLON, ACTIONS(4828), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_GT_GT, anon_sym_const, anon_sym_COLON, anon_sym_DOT, ACTIONS(4830), 40, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_LT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_requires, [47529] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4910), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(4912), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, sym_auto, anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [47591] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4906), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(4908), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, sym_auto, anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [47653] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5446), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(5444), 48, anon_sym_AMP, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_using, anon_sym_concept, anon_sym_requires, [47715] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(4792), 1, anon_sym_COLON_COLON, ACTIONS(4828), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_GT_GT, anon_sym_const, anon_sym_COLON, anon_sym_DOT, ACTIONS(4830), 40, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_LT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_requires, [47779] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4902), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(4904), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, sym_auto, anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [47841] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(4464), 1, anon_sym_COLON_COLON, ACTIONS(4483), 1, anon_sym_LBRACE, ACTIONS(4501), 1, anon_sym_EQ, ACTIONS(5360), 1, anon_sym_LBRACK, ACTIONS(5448), 1, anon_sym_LT, STATE(3873), 1, sym_template_argument_list, ACTIONS(5355), 2, anon_sym_LPAREN2, anon_sym_LBRACK_LBRACK, ACTIONS(4505), 13, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, ACTIONS(4473), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4478), 17, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [47919] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4922), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(4924), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, sym_auto, anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [47981] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(4464), 1, anon_sym_COLON_COLON, ACTIONS(4483), 1, anon_sym_LBRACE, ACTIONS(4501), 1, anon_sym_EQ, ACTIONS(5448), 1, anon_sym_LT, STATE(3873), 1, sym_template_argument_list, ACTIONS(4505), 13, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, ACTIONS(4473), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4478), 20, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [48055] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5453), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(5451), 48, anon_sym_AMP, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_friend, anon_sym_using, anon_sym_concept, anon_sym_requires, [48117] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4886), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(4888), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, sym_auto, anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [48179] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(3683), 1, anon_sym_DQUOTE_DQUOTE, ACTIONS(5455), 2, anon_sym_delete, anon_sym_new, ACTIONS(3679), 20, anon_sym_BANG, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_not, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DASH_GT, ACTIONS(3677), 31, anon_sym_COMMA, anon_sym_TILDE, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_compl, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_co_await, anon_sym_DASH_GT_STAR, anon_sym_LPAREN_RPAREN, anon_sym_LBRACK_RBRACK, [48245] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4882), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(4884), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, sym_auto, anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [48307] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(5463), 1, anon_sym_DQUOTE_DQUOTE, ACTIONS(5461), 2, anon_sym_delete, anon_sym_new, ACTIONS(5459), 20, anon_sym_BANG, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_not, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DASH_GT, ACTIONS(5457), 31, anon_sym_COMMA, anon_sym_TILDE, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_compl, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_co_await, anon_sym_DASH_GT_STAR, anon_sym_LPAREN_RPAREN, anon_sym_LBRACK_RBRACK, [48373] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(4464), 1, anon_sym_COLON_COLON, STATE(2160), 1, sym_template_argument_list, ACTIONS(5250), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(5248), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, anon_sym_GT2, [48439] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4933), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(4935), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, sym_auto, anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [48501] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4545), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_GT_GT, anon_sym_const, anon_sym_COLON, anon_sym_DOT, ACTIONS(4547), 41, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_LT, anon_sym_COLON_COLON, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_requires, [48563] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4953), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(4955), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, sym_auto, anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [48625] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(1997), 1, anon_sym_LBRACE, ACTIONS(5252), 1, anon_sym_LPAREN2, STATE(3240), 2, sym_argument_list, sym_initializer_list, ACTIONS(5353), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5351), 31, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [48693] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(4512), 2, anon_sym_COLON_COLON, anon_sym_LBRACE, ACTIONS(4514), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LBRACK, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(4519), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [48757] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4828), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(4830), 38, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACE, 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_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [48819] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4941), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(4943), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, sym_auto, anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [48881] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(5403), 1, anon_sym_LBRACE, ACTIONS(5405), 1, anon_sym_COLON, STATE(3189), 1, sym__enum_base_clause, STATE(3283), 1, sym_enumerator_list, ACTIONS(5289), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5287), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, sym_auto, anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [48951] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4874), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(4876), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, sym_auto, anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [49013] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4878), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(4880), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, sym_auto, anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [49075] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(3675), 1, anon_sym_DQUOTE_DQUOTE, ACTIONS(5465), 2, anon_sym_delete, anon_sym_new, ACTIONS(3655), 20, anon_sym_BANG, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_not, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DASH_GT, ACTIONS(3653), 31, anon_sym_COMMA, anon_sym_TILDE, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_compl, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_co_await, anon_sym_DASH_GT_STAR, anon_sym_LPAREN_RPAREN, anon_sym_LBRACK_RBRACK, [49141] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4890), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(4892), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, sym_auto, anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [49203] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(4464), 1, anon_sym_COLON_COLON, ACTIONS(4483), 1, anon_sym_LBRACE, ACTIONS(5357), 1, anon_sym_LT, STATE(3028), 1, sym_template_argument_list, ACTIONS(4473), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(4478), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [49273] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4894), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(4896), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, sym_auto, anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [49335] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(5473), 1, anon_sym_DQUOTE_DQUOTE, ACTIONS(5471), 2, anon_sym_delete, anon_sym_new, ACTIONS(5469), 20, anon_sym_BANG, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_not, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DASH_GT, ACTIONS(5467), 31, anon_sym_COMMA, anon_sym_TILDE, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_compl, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_co_await, anon_sym_DASH_GT_STAR, anon_sym_LPAREN_RPAREN, anon_sym_LBRACK_RBRACK, [49401] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4839), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(4841), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, sym_auto, anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [49463] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4949), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(4951), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, sym_auto, anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [49525] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5477), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SEMI, anon_sym_COLON_COLON, anon_sym_RBRACK_RBRACK, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, ACTIONS(5475), 29, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DOT, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_typename, anon_sym_template, [49587] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4957), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(4959), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, sym_auto, anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [49649] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4977), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(4979), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, sym_auto, anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [49711] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5479), 1, anon_sym_DOT_DOT_DOT, ACTIONS(5487), 1, anon_sym_PIPE_PIPE, ACTIONS(5489), 1, anon_sym_AMP_AMP, ACTIONS(5491), 1, anon_sym_PIPE, ACTIONS(5495), 1, anon_sym_AMP, ACTIONS(5501), 1, anon_sym_GT_EQ, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5507), 1, anon_sym_EQ, ACTIONS(5509), 1, anon_sym_LT_EQ_GT, ACTIONS(5511), 1, anon_sym_or, ACTIONS(5513), 1, anon_sym_and, ACTIONS(5515), 1, anon_sym_bitor, ACTIONS(5517), 1, anon_sym_bitand, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, STATE(2986), 1, sym_argument_list, ACTIONS(5483), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(5493), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(5503), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(5519), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(5485), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(5497), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(5499), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, ACTIONS(5481), 19, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, [49818] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, STATE(2986), 1, sym_argument_list, ACTIONS(5519), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(5527), 17, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, ACTIONS(5525), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, [49891] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5531), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(5529), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [49952] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5535), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(5533), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [50013] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5539), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(5537), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [50074] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5543), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(5541), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [50135] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(4464), 1, anon_sym_COLON_COLON, ACTIONS(4483), 1, anon_sym_LBRACE, ACTIONS(4501), 1, anon_sym_EQ, ACTIONS(4529), 1, anon_sym_COLON, ACTIONS(5448), 1, anon_sym_LT, STATE(3873), 1, sym_template_argument_list, ACTIONS(4505), 13, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, ACTIONS(4473), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4478), 18, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [50210] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5547), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(5545), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [50271] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5487), 1, anon_sym_PIPE_PIPE, ACTIONS(5489), 1, anon_sym_AMP_AMP, ACTIONS(5491), 1, anon_sym_PIPE, ACTIONS(5495), 1, anon_sym_AMP, ACTIONS(5501), 1, anon_sym_GT_EQ, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5509), 1, anon_sym_LT_EQ_GT, ACTIONS(5511), 1, anon_sym_or, ACTIONS(5513), 1, anon_sym_and, ACTIONS(5515), 1, anon_sym_bitor, ACTIONS(5517), 1, anon_sym_bitand, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(5551), 1, anon_sym_EQ, STATE(2986), 1, sym_argument_list, ACTIONS(5483), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(5493), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(5503), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(5519), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(5485), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(5497), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(5499), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, ACTIONS(5549), 20, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, [50376] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4716), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4718), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [50437] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4716), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4718), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [50498] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4716), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4718), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [50559] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4712), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4714), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [50620] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(4464), 1, anon_sym_COLON_COLON, ACTIONS(5316), 1, anon_sym_LT, STATE(2676), 1, sym_template_argument_list, ACTIONS(4466), 15, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(4471), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, sym_auto, anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [50687] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4744), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4746), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [50748] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(5254), 1, anon_sym_LBRACK, STATE(3080), 1, sym_new_declarator, ACTIONS(5364), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5362), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACE, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [50813] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4835), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4837), 33, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_COLON_COLON, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, anon_sym_GT2, [50874] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(4464), 1, anon_sym_COLON_COLON, ACTIONS(4483), 1, anon_sym_LBRACE, ACTIONS(4501), 1, anon_sym_EQ, ACTIONS(4556), 1, anon_sym_COLON, ACTIONS(5448), 1, anon_sym_LT, STATE(3873), 1, sym_template_argument_list, ACTIONS(4505), 13, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, ACTIONS(4473), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4478), 18, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [50949] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4454), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4459), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [51010] = 6, ACTIONS(3), 1, sym_comment, STATE(2964), 3, sym_string_literal, sym_raw_string_literal, aux_sym_concatenated_string_repeat1, ACTIONS(5553), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, ACTIONS(5556), 5, anon_sym_R_DQUOTE, anon_sym_LR_DQUOTE, anon_sym_uR_DQUOTE, anon_sym_UR_DQUOTE, anon_sym_u8R_DQUOTE, ACTIONS(4654), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DOT, sym_literal_suffix, ACTIONS(4652), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [51077] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4454), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4459), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [51138] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4454), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4459), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [51199] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4454), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4459), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [51260] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, STATE(2986), 1, sym_argument_list, ACTIONS(5519), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(5561), 17, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, ACTIONS(5559), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, [51333] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5565), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(5563), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [51394] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5491), 1, anon_sym_PIPE, ACTIONS(5495), 1, anon_sym_AMP, ACTIONS(5501), 1, anon_sym_GT_EQ, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5509), 1, anon_sym_LT_EQ_GT, ACTIONS(5515), 1, anon_sym_bitor, ACTIONS(5517), 1, anon_sym_bitand, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, STATE(2986), 1, sym_argument_list, ACTIONS(5483), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(5493), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(5503), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(5519), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(5485), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(5497), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(5499), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, ACTIONS(5561), 3, anon_sym_EQ, anon_sym_or, anon_sym_and, ACTIONS(5559), 22, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, [51491] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5495), 1, anon_sym_AMP, ACTIONS(5501), 1, anon_sym_GT_EQ, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5509), 1, anon_sym_LT_EQ_GT, ACTIONS(5517), 1, anon_sym_bitand, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, STATE(2986), 1, sym_argument_list, ACTIONS(5483), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(5493), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(5503), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(5519), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(5485), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(5497), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(5499), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, ACTIONS(5561), 4, anon_sym_PIPE, anon_sym_EQ, anon_sym_or, anon_sym_and, ACTIONS(5559), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_bitor, [51584] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5495), 1, anon_sym_AMP, ACTIONS(5501), 1, anon_sym_GT_EQ, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5509), 1, anon_sym_LT_EQ_GT, ACTIONS(5517), 1, anon_sym_bitand, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, STATE(2986), 1, sym_argument_list, ACTIONS(5483), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(5503), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(5519), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(5485), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(5497), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(5499), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, ACTIONS(5561), 6, anon_sym_PIPE, anon_sym_CARET, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, ACTIONS(5559), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_bitor, [51675] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(5567), 1, anon_sym_LBRACE, STATE(3082), 1, sym_enumerator_list, ACTIONS(4812), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, ACTIONS(4814), 39, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_LT, anon_sym_LBRACK, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_requires, [51740] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, STATE(2986), 1, sym_argument_list, ACTIONS(5571), 17, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, ACTIONS(5569), 31, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, [51811] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5501), 1, anon_sym_GT_EQ, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5509), 1, anon_sym_LT_EQ_GT, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, STATE(2986), 1, sym_argument_list, ACTIONS(5483), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(5503), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(5519), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(5485), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(5499), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, ACTIONS(5561), 7, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, ACTIONS(5559), 27, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, [51896] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5509), 1, anon_sym_LT_EQ_GT, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, STATE(2986), 1, sym_argument_list, ACTIONS(5483), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(5503), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(5519), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(5485), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(5561), 10, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, ACTIONS(5559), 28, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, [51977] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, STATE(2986), 1, sym_argument_list, ACTIONS(5483), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(5519), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(5485), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(5561), 12, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, ACTIONS(5559), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, [52054] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, STATE(2986), 1, sym_argument_list, ACTIONS(5483), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(5503), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(5519), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(5485), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(5561), 10, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, ACTIONS(5559), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, [52133] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(5577), 1, anon_sym_LT, STATE(3038), 1, sym_template_argument_list, ACTIONS(5575), 17, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(5573), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [52198] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4732), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4734), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [52259] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4724), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4726), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [52320] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5389), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(5387), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [52381] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, STATE(2986), 1, sym_argument_list, ACTIONS(5519), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(5582), 17, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, ACTIONS(5580), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, [52454] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5586), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(5584), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [52515] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5590), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(5588), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [52576] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5547), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(5545), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [52637] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(5592), 1, sym_literal_suffix, STATE(2988), 3, sym_string_literal, sym_raw_string_literal, aux_sym_concatenated_string_repeat1, ACTIONS(107), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, ACTIONS(145), 5, anon_sym_R_DQUOTE, anon_sym_LR_DQUOTE, anon_sym_uR_DQUOTE, anon_sym_UR_DQUOTE, anon_sym_u8R_DQUOTE, ACTIONS(4473), 15, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DOT, ACTIONS(4478), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [52706] = 6, ACTIONS(3), 1, sym_comment, STATE(2964), 3, sym_string_literal, sym_raw_string_literal, aux_sym_concatenated_string_repeat1, ACTIONS(107), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, ACTIONS(145), 5, anon_sym_R_DQUOTE, anon_sym_LR_DQUOTE, anon_sym_uR_DQUOTE, anon_sym_UR_DQUOTE, anon_sym_u8R_DQUOTE, ACTIONS(4677), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DOT, sym_literal_suffix, ACTIONS(4675), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [52773] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5596), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(5594), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [52834] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5475), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(5477), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [52895] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(4464), 1, anon_sym_COLON_COLON, ACTIONS(4483), 1, anon_sym_LBRACE, ACTIONS(4501), 1, anon_sym_EQ, ACTIONS(4527), 1, anon_sym_COLON, ACTIONS(5448), 1, anon_sym_LT, STATE(3873), 1, sym_template_argument_list, ACTIONS(4505), 13, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, ACTIONS(4473), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4478), 18, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [52970] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4454), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4459), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [53031] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5600), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(5598), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [53092] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4704), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4706), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [53153] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5604), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(5602), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [53214] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5608), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(5606), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [53275] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5487), 1, anon_sym_PIPE_PIPE, ACTIONS(5489), 1, anon_sym_AMP_AMP, ACTIONS(5491), 1, anon_sym_PIPE, ACTIONS(5495), 1, anon_sym_AMP, ACTIONS(5501), 1, anon_sym_GT_EQ, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5509), 1, anon_sym_LT_EQ_GT, ACTIONS(5511), 1, anon_sym_or, ACTIONS(5513), 1, anon_sym_and, ACTIONS(5515), 1, anon_sym_bitor, ACTIONS(5517), 1, anon_sym_bitand, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(5612), 1, anon_sym_EQ, STATE(2986), 1, sym_argument_list, ACTIONS(5483), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(5493), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(5503), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(5519), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(5485), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(5497), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(5499), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, ACTIONS(5610), 20, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, [53380] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5614), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(2966), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [53441] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5618), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(5616), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [53502] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4736), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4738), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [53563] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4686), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4688), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [53624] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(5620), 1, anon_sym_AMP_AMP, ACTIONS(5622), 1, anon_sym_and, ACTIONS(5325), 17, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_xor, anon_sym_DOT, ACTIONS(5327), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [53689] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4682), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4684), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [53750] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5626), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(5624), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [53811] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5630), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(5628), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [53872] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5634), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(5632), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [53933] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4740), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4742), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [53994] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5638), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(5636), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [54055] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5501), 1, anon_sym_GT_EQ, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5509), 1, anon_sym_LT_EQ_GT, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, STATE(2986), 1, sym_argument_list, ACTIONS(5483), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(5503), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(5519), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(5485), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(5497), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(5499), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, ACTIONS(5561), 7, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, ACTIONS(5559), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_bitor, anon_sym_bitand, [54142] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5642), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(5640), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [54203] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5487), 1, anon_sym_PIPE_PIPE, ACTIONS(5489), 1, anon_sym_AMP_AMP, ACTIONS(5491), 1, anon_sym_PIPE, ACTIONS(5495), 1, anon_sym_AMP, ACTIONS(5501), 1, anon_sym_GT_EQ, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5509), 1, anon_sym_LT_EQ_GT, ACTIONS(5511), 1, anon_sym_or, ACTIONS(5513), 1, anon_sym_and, ACTIONS(5515), 1, anon_sym_bitor, ACTIONS(5517), 1, anon_sym_bitand, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(5646), 1, anon_sym_EQ, STATE(2986), 1, sym_argument_list, ACTIONS(5483), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(5493), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(5503), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(5519), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(5485), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(5497), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(5499), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, ACTIONS(5644), 20, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, [54308] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5650), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(5648), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [54369] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5654), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(5652), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [54430] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5509), 1, anon_sym_LT_EQ_GT, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, STATE(2986), 1, sym_argument_list, ACTIONS(5483), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(5503), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(5519), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(5485), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(5658), 10, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, ACTIONS(5656), 28, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, [54511] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(4464), 1, anon_sym_COLON_COLON, ACTIONS(4483), 1, anon_sym_LBRACE, ACTIONS(4501), 1, anon_sym_EQ, ACTIONS(4525), 1, anon_sym_COLON, ACTIONS(5448), 1, anon_sym_LT, STATE(3873), 1, sym_template_argument_list, ACTIONS(4505), 13, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, ACTIONS(4473), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4478), 18, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [54586] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, STATE(2986), 1, sym_argument_list, ACTIONS(5519), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(5485), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(5561), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, ACTIONS(5559), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, [54661] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5395), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(5397), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [54722] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, STATE(2986), 1, sym_argument_list, ACTIONS(5519), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(5662), 17, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, ACTIONS(5660), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, [54795] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5360), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(5355), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [54856] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5479), 1, anon_sym_DOT_DOT_DOT, ACTIONS(5487), 1, anon_sym_PIPE_PIPE, ACTIONS(5489), 1, anon_sym_AMP_AMP, ACTIONS(5491), 1, anon_sym_PIPE, ACTIONS(5495), 1, anon_sym_AMP, ACTIONS(5501), 1, anon_sym_GT_EQ, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5509), 1, anon_sym_LT_EQ_GT, ACTIONS(5511), 1, anon_sym_or, ACTIONS(5513), 1, anon_sym_and, ACTIONS(5515), 1, anon_sym_bitor, ACTIONS(5517), 1, anon_sym_bitand, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(5666), 1, anon_sym_EQ, ACTIONS(5668), 1, anon_sym_QMARK, STATE(2986), 1, sym_argument_list, ACTIONS(5483), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(5493), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(5503), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(5519), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(5485), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(5497), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(5499), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, ACTIONS(5664), 18, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, [54965] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, STATE(2986), 1, sym_argument_list, ACTIONS(5672), 17, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, ACTIONS(5670), 31, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, [55036] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4708), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4710), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [55097] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(4464), 1, anon_sym_COLON_COLON, ACTIONS(4483), 1, anon_sym_LBRACE, ACTIONS(4501), 1, anon_sym_EQ, ACTIONS(4535), 1, anon_sym_COLON, ACTIONS(5448), 1, anon_sym_LT, STATE(3873), 1, sym_template_argument_list, ACTIONS(4505), 13, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, ACTIONS(4473), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4478), 18, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [55172] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(5567), 1, anon_sym_LBRACE, STATE(3090), 1, sym_enumerator_list, ACTIONS(4794), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, ACTIONS(4796), 39, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_LT, anon_sym_LBRACK, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_requires, [55237] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5676), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(5674), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [55298] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2538), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(2536), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [55359] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5680), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(5678), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [55420] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(4512), 2, anon_sym_COLON_COLON, anon_sym_LBRACE, ACTIONS(4514), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(4519), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [55483] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(4464), 1, anon_sym_COLON_COLON, ACTIONS(5682), 1, anon_sym_LT, STATE(3223), 1, sym_template_argument_list, ACTIONS(4447), 23, anon_sym_DASH, anon_sym_PLUS, sym_primitive_type, anon_sym_not, anon_sym_compl, anon_sym_sizeof, anon_sym_offsetof, anon_sym__Generic, anon_sym_asm, anon_sym___asm__, sym_true, sym_false, anon_sym_NULL, anon_sym_nullptr, sym_identifier, anon_sym_decltype, anon_sym_typename, anon_sym_template, anon_sym_delete, anon_sym_co_await, anon_sym_new, anon_sym_requires, sym_this, ACTIONS(4452), 27, anon_sym_LPAREN2, anon_sym_BANG, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, sym_number_literal, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, anon_sym_R_DQUOTE, anon_sym_LR_DQUOTE, anon_sym_uR_DQUOTE, anon_sym_UR_DQUOTE, anon_sym_u8R_DQUOTE, [55550] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(4464), 1, anon_sym_COLON_COLON, ACTIONS(4483), 1, anon_sym_LBRACE, ACTIONS(5448), 1, anon_sym_LT, ACTIONS(5684), 1, anon_sym_COMMA, ACTIONS(5687), 1, anon_sym_RBRACK, ACTIONS(5690), 1, anon_sym_EQ, STATE(3873), 1, sym_template_argument_list, STATE(6293), 1, aux_sym_structured_binding_declarator_repeat1, ACTIONS(5692), 13, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, ACTIONS(4473), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4478), 16, anon_sym_DOT_DOT_DOT, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [55629] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4690), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4692), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [55690] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5487), 1, anon_sym_PIPE_PIPE, ACTIONS(5489), 1, anon_sym_AMP_AMP, ACTIONS(5491), 1, anon_sym_PIPE, ACTIONS(5495), 1, anon_sym_AMP, ACTIONS(5501), 1, anon_sym_GT_EQ, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5509), 1, anon_sym_LT_EQ_GT, ACTIONS(5511), 1, anon_sym_or, ACTIONS(5513), 1, anon_sym_and, ACTIONS(5515), 1, anon_sym_bitor, ACTIONS(5517), 1, anon_sym_bitand, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(5696), 1, anon_sym_EQ, STATE(2986), 1, sym_argument_list, ACTIONS(5483), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(5493), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(5503), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(5519), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(5485), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(5497), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(5499), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, ACTIONS(5694), 20, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, [55795] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(5620), 1, anon_sym_AMP_AMP, ACTIONS(5622), 1, anon_sym_and, ACTIONS(5698), 1, anon_sym_PIPE_PIPE, ACTIONS(5700), 1, anon_sym_or, ACTIONS(5339), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_xor, anon_sym_DOT, ACTIONS(5341), 33, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [55864] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5704), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(5702), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [55925] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5417), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(5415), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [55986] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(5706), 1, sym_auto, ACTIONS(5708), 1, anon_sym_decltype, STATE(3104), 1, sym_decltype_auto, ACTIONS(4816), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, ACTIONS(4818), 38, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_LT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_requires, [56053] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5712), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(5710), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [56114] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5716), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(5714), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [56175] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(4464), 1, anon_sym_COLON_COLON, ACTIONS(4483), 1, anon_sym_LBRACE, ACTIONS(5448), 1, anon_sym_LT, ACTIONS(5687), 1, anon_sym_RBRACK, ACTIONS(5690), 1, anon_sym_EQ, ACTIONS(5718), 1, anon_sym_COMMA, STATE(3873), 1, sym_template_argument_list, STATE(6293), 1, aux_sym_structured_binding_declarator_repeat1, ACTIONS(5692), 13, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, ACTIONS(4473), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4478), 16, anon_sym_DOT_DOT_DOT, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [56254] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5407), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(5409), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [56315] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5720), 1, anon_sym_LBRACK_RBRACK, ACTIONS(5417), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LBRACK, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5415), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [56378] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4828), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, ACTIONS(4830), 41, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_LT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_requires, [56439] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(5375), 1, anon_sym_LBRACE, STATE(3130), 1, sym_enumerator_list, ACTIONS(4794), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4796), 31, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, anon_sym_GT2, [56504] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(4464), 1, anon_sym_COLON_COLON, ACTIONS(4483), 1, anon_sym_LBRACE, ACTIONS(4501), 1, anon_sym_EQ, ACTIONS(5448), 1, anon_sym_LT, ACTIONS(5722), 1, anon_sym_COLON, STATE(3873), 1, sym_template_argument_list, ACTIONS(4505), 13, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, ACTIONS(4473), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4478), 18, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [56579] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5726), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(5724), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [56640] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(4792), 1, anon_sym_COLON_COLON, ACTIONS(4788), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4790), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, anon_sym_GT2, [56703] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5489), 1, anon_sym_AMP_AMP, ACTIONS(5491), 1, anon_sym_PIPE, ACTIONS(5495), 1, anon_sym_AMP, ACTIONS(5501), 1, anon_sym_GT_EQ, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5509), 1, anon_sym_LT_EQ_GT, ACTIONS(5513), 1, anon_sym_and, ACTIONS(5515), 1, anon_sym_bitor, ACTIONS(5517), 1, anon_sym_bitand, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, STATE(2986), 1, sym_argument_list, ACTIONS(5483), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(5493), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(5503), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(5519), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(5561), 2, anon_sym_EQ, anon_sym_or, ACTIONS(5485), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(5497), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(5499), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, ACTIONS(5559), 21, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, [56804] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5730), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(5728), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [56865] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5734), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(5732), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [56926] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5738), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(5736), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [56987] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(4464), 1, anon_sym_COLON_COLON, STATE(2160), 1, sym_template_argument_list, ACTIONS(5250), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5248), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, sym_auto, anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [57052] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5742), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(5740), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [57113] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4835), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, ACTIONS(4837), 41, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_LT, anon_sym_COLON_COLON, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_requires, [57174] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5479), 1, anon_sym_DOT_DOT_DOT, ACTIONS(5487), 1, anon_sym_PIPE_PIPE, ACTIONS(5489), 1, anon_sym_AMP_AMP, ACTIONS(5491), 1, anon_sym_PIPE, ACTIONS(5495), 1, anon_sym_AMP, ACTIONS(5501), 1, anon_sym_GT_EQ, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5509), 1, anon_sym_LT_EQ_GT, ACTIONS(5511), 1, anon_sym_or, ACTIONS(5513), 1, anon_sym_and, ACTIONS(5515), 1, anon_sym_bitor, ACTIONS(5517), 1, anon_sym_bitand, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(5668), 1, anon_sym_QMARK, ACTIONS(5746), 1, anon_sym_EQ, STATE(2986), 1, sym_argument_list, ACTIONS(5483), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(5493), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(5503), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(5519), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(5485), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(5497), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(5499), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, ACTIONS(5744), 18, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, [57283] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4748), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4750), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [57344] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(4792), 1, anon_sym_COLON_COLON, ACTIONS(4788), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, ACTIONS(4790), 40, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_LT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_requires, [57407] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(4464), 1, anon_sym_COLON_COLON, ACTIONS(4483), 1, anon_sym_LBRACE, ACTIONS(4501), 1, anon_sym_EQ, ACTIONS(4503), 1, anon_sym_COLON, ACTIONS(5448), 1, anon_sym_LT, STATE(3873), 1, sym_template_argument_list, ACTIONS(4505), 13, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, ACTIONS(4473), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4478), 18, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [57482] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(5375), 1, anon_sym_LBRACE, STATE(3123), 1, sym_enumerator_list, ACTIONS(4812), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4814), 31, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, anon_sym_GT2, [57547] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5750), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(5748), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [57608] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(5306), 1, sym_auto, ACTIONS(5308), 1, anon_sym_decltype, STATE(3145), 1, sym_decltype_auto, ACTIONS(4816), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4818), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, [57675] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5754), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(5752), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [57736] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5758), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(5756), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [57797] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(4464), 1, anon_sym_COLON_COLON, ACTIONS(5682), 1, anon_sym_LT, STATE(3223), 1, sym_template_argument_list, ACTIONS(5168), 23, anon_sym_DASH, anon_sym_PLUS, sym_primitive_type, anon_sym_not, anon_sym_compl, anon_sym_sizeof, anon_sym_offsetof, anon_sym__Generic, anon_sym_asm, anon_sym___asm__, sym_true, sym_false, anon_sym_NULL, anon_sym_nullptr, sym_identifier, anon_sym_decltype, anon_sym_typename, anon_sym_template, anon_sym_delete, anon_sym_co_await, anon_sym_new, anon_sym_requires, sym_this, ACTIONS(4483), 27, anon_sym_LPAREN2, anon_sym_BANG, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, sym_number_literal, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, anon_sym_R_DQUOTE, anon_sym_LR_DQUOTE, anon_sym_uR_DQUOTE, anon_sym_UR_DQUOTE, anon_sym_u8R_DQUOTE, [57864] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5762), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(5760), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [57925] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5766), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(5764), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [57986] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2542), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(2540), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [58047] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5770), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(5768), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [58108] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5774), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(5772), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [58169] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5778), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(5776), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [58230] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4788), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4790), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, anon_sym_GT2, [58290] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(5252), 1, anon_sym_LPAREN2, ACTIONS(5507), 1, anon_sym_EQ, ACTIONS(5780), 1, anon_sym_DOT_DOT_DOT, ACTIONS(5786), 1, anon_sym_PIPE_PIPE, ACTIONS(5788), 1, anon_sym_AMP_AMP, ACTIONS(5790), 1, anon_sym_PIPE, ACTIONS(5794), 1, anon_sym_AMP, ACTIONS(5800), 1, anon_sym_GT_EQ, ACTIONS(5804), 1, anon_sym_LBRACK, ACTIONS(5806), 1, anon_sym_LT_EQ_GT, ACTIONS(5808), 1, anon_sym_or, ACTIONS(5810), 1, anon_sym_and, ACTIONS(5812), 1, anon_sym_bitor, ACTIONS(5814), 1, anon_sym_bitand, STATE(3263), 1, sym_argument_list, ACTIONS(5782), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(5792), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(5802), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(5816), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(5818), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5784), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(5796), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(5798), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, ACTIONS(5481), 18, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [58394] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4926), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, ACTIONS(4928), 40, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_LT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_requires, [58454] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4997), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, ACTIONS(4999), 40, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_LT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_requires, [58514] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5011), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, ACTIONS(5013), 40, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_LT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_requires, [58574] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4843), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, ACTIONS(4845), 40, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_LT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_requires, [58634] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4971), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, ACTIONS(4973), 40, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_LT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_requires, [58694] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4910), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, ACTIONS(4912), 40, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_LT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_requires, [58754] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4906), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, ACTIONS(4908), 40, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_LT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_requires, [58814] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4902), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, ACTIONS(4904), 40, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_LT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_requires, [58874] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5393), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5391), 33, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [58934] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4922), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, ACTIONS(4924), 40, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_LT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_requires, [58994] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4886), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, ACTIONS(4888), 40, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_LT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_requires, [59054] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4882), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, ACTIONS(4884), 40, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_LT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_requires, [59114] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4874), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, ACTIONS(4876), 40, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_LT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_requires, [59174] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4878), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, ACTIONS(4880), 40, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_LT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_requires, [59234] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4890), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, ACTIONS(4892), 40, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_LT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_requires, [59294] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(5252), 1, anon_sym_LPAREN2, ACTIONS(5746), 1, anon_sym_EQ, ACTIONS(5780), 1, anon_sym_DOT_DOT_DOT, ACTIONS(5786), 1, anon_sym_PIPE_PIPE, ACTIONS(5788), 1, anon_sym_AMP_AMP, ACTIONS(5790), 1, anon_sym_PIPE, ACTIONS(5794), 1, anon_sym_AMP, ACTIONS(5800), 1, anon_sym_GT_EQ, ACTIONS(5804), 1, anon_sym_LBRACK, ACTIONS(5806), 1, anon_sym_LT_EQ_GT, ACTIONS(5808), 1, anon_sym_or, ACTIONS(5810), 1, anon_sym_and, ACTIONS(5812), 1, anon_sym_bitor, ACTIONS(5814), 1, anon_sym_bitand, ACTIONS(5820), 1, anon_sym_QMARK, STATE(3263), 1, sym_argument_list, ACTIONS(5782), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(5792), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(5802), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(5816), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(5818), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5784), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(5796), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(5798), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, ACTIONS(5744), 17, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [59400] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4894), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, ACTIONS(4896), 40, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_LT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_requires, [59460] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4839), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, ACTIONS(4841), 40, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_LT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_requires, [59520] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4918), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, ACTIONS(4920), 40, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_LT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_requires, [59580] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4933), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, ACTIONS(4935), 40, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_LT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_requires, [59640] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4957), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, ACTIONS(4959), 40, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_LT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_requires, [59700] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4977), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, ACTIONS(4979), 40, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_LT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_requires, [59760] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4914), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, ACTIONS(4916), 40, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_LT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_requires, [59820] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(45), 1, anon_sym___based, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1931), 1, anon_sym_operator, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(2562), 1, anon_sym_TILDE, ACTIONS(4006), 1, anon_sym_LPAREN2, ACTIONS(5174), 1, sym_identifier, ACTIONS(5178), 1, anon_sym_STAR, ACTIONS(5180), 1, anon_sym_AMP_AMP, ACTIONS(5182), 1, anon_sym_AMP, ACTIONS(5184), 1, anon_sym_COLON_COLON, ACTIONS(5186), 1, anon_sym_LBRACK, STATE(3999), 1, sym_parameter_list, STATE(5355), 1, sym__scope_resolution, STATE(5434), 1, sym__function_declarator_seq, STATE(5466), 1, sym__declarator, STATE(5681), 1, sym__abstract_declarator, STATE(7190), 1, sym_ms_based_modifier, ACTIONS(5822), 2, anon_sym_COMMA, anon_sym_GT2, STATE(4770), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, STATE(7572), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, STATE(5464), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, ACTIONS(2731), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, STATE(5671), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, sym_reference_declarator, sym_structured_binding_declarator, sym_template_function, sym_destructor_name, sym_qualified_identifier, sym_operator_name, [59924] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5003), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, ACTIONS(5005), 40, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_LT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_requires, [59984] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4987), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, ACTIONS(4989), 40, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_LT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_requires, [60044] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4847), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, ACTIONS(4849), 40, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_LT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_requires, [60104] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(5252), 1, anon_sym_LPAREN2, ACTIONS(5696), 1, anon_sym_EQ, ACTIONS(5786), 1, anon_sym_PIPE_PIPE, ACTIONS(5788), 1, anon_sym_AMP_AMP, ACTIONS(5790), 1, anon_sym_PIPE, ACTIONS(5794), 1, anon_sym_AMP, ACTIONS(5800), 1, anon_sym_GT_EQ, ACTIONS(5804), 1, anon_sym_LBRACK, ACTIONS(5806), 1, anon_sym_LT_EQ_GT, ACTIONS(5808), 1, anon_sym_or, ACTIONS(5810), 1, anon_sym_and, ACTIONS(5812), 1, anon_sym_bitor, ACTIONS(5814), 1, anon_sym_bitand, STATE(3263), 1, sym_argument_list, ACTIONS(5782), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(5792), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(5802), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(5816), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(5818), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5784), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(5796), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(5798), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, ACTIONS(5694), 19, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [60206] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4851), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, ACTIONS(4853), 40, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_LT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_requires, [60266] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4855), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, ACTIONS(4857), 40, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_LT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_requires, [60326] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4866), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, ACTIONS(4868), 40, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_LT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_requires, [60386] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4870), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, ACTIONS(4872), 40, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_LT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_requires, [60446] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4898), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, ACTIONS(4900), 40, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_LT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_requires, [60506] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4937), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, ACTIONS(4939), 40, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_LT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_requires, [60566] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4941), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, ACTIONS(4943), 40, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_LT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_requires, [60626] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4945), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, ACTIONS(4947), 40, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_LT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_requires, [60686] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4949), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, ACTIONS(4951), 40, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_LT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_requires, [60746] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4953), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, ACTIONS(4955), 40, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_LT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_requires, [60806] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(5252), 1, anon_sym_LPAREN2, ACTIONS(5666), 1, anon_sym_EQ, ACTIONS(5780), 1, anon_sym_DOT_DOT_DOT, ACTIONS(5786), 1, anon_sym_PIPE_PIPE, ACTIONS(5788), 1, anon_sym_AMP_AMP, ACTIONS(5790), 1, anon_sym_PIPE, ACTIONS(5794), 1, anon_sym_AMP, ACTIONS(5800), 1, anon_sym_GT_EQ, ACTIONS(5804), 1, anon_sym_LBRACK, ACTIONS(5806), 1, anon_sym_LT_EQ_GT, ACTIONS(5808), 1, anon_sym_or, ACTIONS(5810), 1, anon_sym_and, ACTIONS(5812), 1, anon_sym_bitor, ACTIONS(5814), 1, anon_sym_bitand, ACTIONS(5820), 1, anon_sym_QMARK, STATE(3263), 1, sym_argument_list, ACTIONS(5782), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(5792), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(5802), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(5816), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(5818), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5784), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(5796), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(5798), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, ACTIONS(5664), 17, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [60912] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4788), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, ACTIONS(4790), 40, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_LT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_requires, [60972] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5007), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, ACTIONS(5009), 40, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_LT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_requires, [61032] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4926), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4928), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, anon_sym_GT2, [61092] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4997), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4999), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, anon_sym_GT2, [61152] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5011), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(5013), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, anon_sym_GT2, [61212] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4843), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4845), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, anon_sym_GT2, [61272] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4971), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4973), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, anon_sym_GT2, [61332] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4910), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4912), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, anon_sym_GT2, [61392] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(4464), 1, anon_sym_COLON_COLON, ACTIONS(4483), 1, anon_sym_LBRACE, ACTIONS(4771), 1, anon_sym_LT, STATE(4076), 1, sym_template_argument_list, ACTIONS(4774), 2, anon_sym_EQ, anon_sym_GT_GT_EQ, ACTIONS(4776), 12, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, ACTIONS(4473), 17, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4478), 17, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, [61464] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4906), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4908), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, anon_sym_GT2, [61524] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4902), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4904), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, anon_sym_GT2, [61584] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4922), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4924), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, anon_sym_GT2, [61644] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4886), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4888), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, anon_sym_GT2, [61704] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4882), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4884), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, anon_sym_GT2, [61764] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4874), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4876), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, anon_sym_GT2, [61824] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4878), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4880), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, anon_sym_GT2, [61884] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4890), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4892), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, anon_sym_GT2, [61944] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4894), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4896), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, anon_sym_GT2, [62004] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4839), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4841), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, anon_sym_GT2, [62064] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4918), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4920), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, anon_sym_GT2, [62124] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4933), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4935), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, anon_sym_GT2, [62184] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(5252), 1, anon_sym_LPAREN2, ACTIONS(5804), 1, anon_sym_LBRACK, STATE(3263), 1, sym_argument_list, ACTIONS(5816), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(5818), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5784), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(5561), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, ACTIONS(5559), 28, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [62256] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4957), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4959), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, anon_sym_GT2, [62316] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4977), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4979), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, anon_sym_GT2, [62376] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(5252), 1, anon_sym_LPAREN2, ACTIONS(5612), 1, anon_sym_EQ, ACTIONS(5786), 1, anon_sym_PIPE_PIPE, ACTIONS(5788), 1, anon_sym_AMP_AMP, ACTIONS(5790), 1, anon_sym_PIPE, ACTIONS(5794), 1, anon_sym_AMP, ACTIONS(5800), 1, anon_sym_GT_EQ, ACTIONS(5804), 1, anon_sym_LBRACK, ACTIONS(5806), 1, anon_sym_LT_EQ_GT, ACTIONS(5808), 1, anon_sym_or, ACTIONS(5810), 1, anon_sym_and, ACTIONS(5812), 1, anon_sym_bitor, ACTIONS(5814), 1, anon_sym_bitand, STATE(3263), 1, sym_argument_list, ACTIONS(5782), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(5792), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(5802), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(5816), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(5818), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5784), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(5796), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(5798), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, ACTIONS(5610), 19, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [62478] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4914), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4916), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, anon_sym_GT2, [62538] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5003), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(5005), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, anon_sym_GT2, [62598] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4987), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4989), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, anon_sym_GT2, [62658] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4847), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4849), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, anon_sym_GT2, [62718] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4851), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4853), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, anon_sym_GT2, [62778] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4855), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4857), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, anon_sym_GT2, [62838] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(4452), 1, anon_sym_LBRACE, ACTIONS(4464), 1, anon_sym_COLON_COLON, ACTIONS(4760), 1, anon_sym_LT, STATE(3201), 1, sym_template_argument_list, ACTIONS(4454), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4459), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, [62906] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4866), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4868), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, anon_sym_GT2, [62966] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4870), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4872), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, anon_sym_GT2, [63026] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4898), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4900), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, anon_sym_GT2, [63086] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4937), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4939), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, anon_sym_GT2, [63146] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5824), 1, anon_sym_LBRACK_RBRACK, ACTIONS(5417), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LBRACK, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(5415), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [63208] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4941), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4943), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, anon_sym_GT2, [63268] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4945), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4947), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, anon_sym_GT2, [63328] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4949), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4951), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, anon_sym_GT2, [63388] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4953), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4955), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, anon_sym_GT2, [63448] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4788), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, ACTIONS(4790), 40, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_LT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_requires, [63508] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4788), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4790), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, anon_sym_GT2, [63568] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5007), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(5009), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, anon_sym_GT2, [63628] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(4464), 1, anon_sym_COLON_COLON, ACTIONS(4483), 1, anon_sym_LBRACE, ACTIONS(5448), 1, anon_sym_LT, ACTIONS(5690), 1, anon_sym_EQ, STATE(3873), 1, sym_template_argument_list, ACTIONS(5692), 13, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, ACTIONS(4473), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4478), 18, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [63700] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(4646), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5372), 1, anon_sym_LBRACK, ACTIONS(5366), 2, anon_sym_RPAREN, anon_sym_LPAREN2, ACTIONS(4648), 3, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, ACTIONS(4473), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(4478), 26, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [63768] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(5252), 1, anon_sym_LPAREN2, ACTIONS(5804), 1, anon_sym_LBRACK, STATE(3263), 1, sym_argument_list, ACTIONS(5816), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(5818), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5582), 17, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, ACTIONS(5580), 28, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [63838] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(5252), 1, anon_sym_LPAREN2, ACTIONS(5804), 1, anon_sym_LBRACK, STATE(3263), 1, sym_argument_list, ACTIONS(5816), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(5818), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5527), 17, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, ACTIONS(5525), 28, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [63908] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4454), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LBRACK, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(4459), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [63968] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4454), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LBRACK, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(4459), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [64028] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4454), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LBRACK, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(4459), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [64088] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4454), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LBRACK, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(4459), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [64148] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4454), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LBRACK, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(4459), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [64208] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(2043), 1, anon_sym_LBRACE, ACTIONS(5302), 1, anon_sym_LPAREN2, STATE(3506), 2, sym_argument_list, sym_initializer_list, ACTIONS(5353), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(5351), 28, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, [64274] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(2043), 1, anon_sym_LBRACE, ACTIONS(5302), 1, anon_sym_LPAREN2, STATE(3516), 2, sym_argument_list, sym_initializer_list, ACTIONS(5349), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(5347), 28, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, [64340] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(5252), 1, anon_sym_LPAREN2, ACTIONS(5804), 1, anon_sym_LBRACK, STATE(3263), 1, sym_argument_list, ACTIONS(5782), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(5802), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(5816), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(5818), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5784), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(5561), 10, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, ACTIONS(5559), 28, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [64416] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(5252), 1, anon_sym_LPAREN2, ACTIONS(5804), 1, anon_sym_LBRACK, STATE(3263), 1, sym_argument_list, ACTIONS(5782), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(5816), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(5818), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5784), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(5561), 12, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, ACTIONS(5559), 28, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [64490] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(5826), 1, anon_sym_LT, STATE(3220), 1, sym_template_argument_list, ACTIONS(5575), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5573), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [64554] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5389), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LBRACK, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5387), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [64614] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(5252), 1, anon_sym_LPAREN2, ACTIONS(5804), 1, anon_sym_LBRACK, ACTIONS(5806), 1, anon_sym_LT_EQ_GT, STATE(3263), 1, sym_argument_list, ACTIONS(5782), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(5802), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(5816), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(5818), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5784), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(5561), 10, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, ACTIONS(5559), 27, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [64692] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(2043), 1, anon_sym_LBRACE, ACTIONS(5302), 1, anon_sym_LPAREN2, STATE(3529), 2, sym_argument_list, sym_initializer_list, ACTIONS(5337), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(5335), 28, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, [64758] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(2043), 1, anon_sym_LBRACE, ACTIONS(5302), 1, anon_sym_LPAREN2, STATE(3501), 2, sym_argument_list, sym_initializer_list, ACTIONS(5320), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(5318), 28, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, [64824] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5596), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LBRACK, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5594), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [64884] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(5252), 1, anon_sym_LPAREN2, ACTIONS(5800), 1, anon_sym_GT_EQ, ACTIONS(5804), 1, anon_sym_LBRACK, ACTIONS(5806), 1, anon_sym_LT_EQ_GT, STATE(3263), 1, sym_argument_list, ACTIONS(5782), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(5802), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(5816), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(5818), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5784), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(5798), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, ACTIONS(5561), 7, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, ACTIONS(5559), 26, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [64966] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5399), 26, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, ACTIONS(5401), 26, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DOT, anon_sym_DASH_GT, sym_literal_suffix, [65026] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(45), 1, anon_sym___based, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1931), 1, anon_sym_operator, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(2562), 1, anon_sym_TILDE, ACTIONS(4006), 1, anon_sym_LPAREN2, ACTIONS(5174), 1, sym_identifier, ACTIONS(5184), 1, anon_sym_COLON_COLON, ACTIONS(5186), 1, anon_sym_LBRACK, ACTIONS(5213), 1, anon_sym_STAR, ACTIONS(5215), 1, anon_sym_AMP_AMP, ACTIONS(5217), 1, anon_sym_AMP, STATE(3879), 1, sym_parameter_list, STATE(5355), 1, sym__scope_resolution, STATE(5434), 1, sym__function_declarator_seq, STATE(5466), 1, sym__declarator, STATE(5641), 1, sym__abstract_declarator, STATE(7190), 1, sym_ms_based_modifier, ACTIONS(5822), 2, anon_sym_COMMA, anon_sym_RPAREN, STATE(4770), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, STATE(7572), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, STATE(5464), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, ACTIONS(2731), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, STATE(5671), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, sym_reference_declarator, sym_structured_binding_declarator, sym_template_function, sym_destructor_name, sym_qualified_identifier, sym_operator_name, [65130] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5360), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LBRACK, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5355), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [65190] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(5252), 1, anon_sym_LPAREN2, ACTIONS(5800), 1, anon_sym_GT_EQ, ACTIONS(5804), 1, anon_sym_LBRACK, ACTIONS(5806), 1, anon_sym_LT_EQ_GT, STATE(3263), 1, sym_argument_list, ACTIONS(5782), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(5802), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(5816), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(5818), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5784), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(5796), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(5798), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, ACTIONS(5561), 7, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, ACTIONS(5559), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_bitor, anon_sym_bitand, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [65274] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5417), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LBRACK, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5415), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [65334] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(4464), 1, anon_sym_COLON_COLON, ACTIONS(4483), 1, anon_sym_LBRACE, ACTIONS(5829), 1, anon_sym_LT, STATE(3201), 1, sym_template_argument_list, ACTIONS(4473), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4478), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, [65402] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(4792), 1, anon_sym_COLON_COLON, ACTIONS(4788), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(4790), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, sym_auto, anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [65464] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(5252), 1, anon_sym_LPAREN2, ACTIONS(5794), 1, anon_sym_AMP, ACTIONS(5800), 1, anon_sym_GT_EQ, ACTIONS(5804), 1, anon_sym_LBRACK, ACTIONS(5806), 1, anon_sym_LT_EQ_GT, ACTIONS(5814), 1, anon_sym_bitand, STATE(3263), 1, sym_argument_list, ACTIONS(5782), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(5802), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(5816), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(5818), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5784), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(5796), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(5798), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, ACTIONS(5561), 6, anon_sym_PIPE, anon_sym_CARET, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, ACTIONS(5559), 22, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_bitor, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [65552] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(5252), 1, anon_sym_LPAREN2, ACTIONS(5794), 1, anon_sym_AMP, ACTIONS(5800), 1, anon_sym_GT_EQ, ACTIONS(5804), 1, anon_sym_LBRACK, ACTIONS(5806), 1, anon_sym_LT_EQ_GT, ACTIONS(5814), 1, anon_sym_bitand, STATE(3263), 1, sym_argument_list, ACTIONS(5782), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(5792), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(5802), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(5816), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(5818), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5784), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(5796), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(5798), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, ACTIONS(5561), 4, anon_sym_PIPE, anon_sym_EQ, anon_sym_or, anon_sym_and, ACTIONS(5559), 22, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_bitor, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [65642] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(5252), 1, anon_sym_LPAREN2, ACTIONS(5790), 1, anon_sym_PIPE, ACTIONS(5794), 1, anon_sym_AMP, ACTIONS(5800), 1, anon_sym_GT_EQ, ACTIONS(5804), 1, anon_sym_LBRACK, ACTIONS(5806), 1, anon_sym_LT_EQ_GT, ACTIONS(5812), 1, anon_sym_bitor, ACTIONS(5814), 1, anon_sym_bitand, STATE(3263), 1, sym_argument_list, ACTIONS(5782), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(5792), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(5802), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(5816), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(5818), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5561), 3, anon_sym_EQ, anon_sym_or, anon_sym_and, ACTIONS(5784), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(5796), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(5798), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, ACTIONS(5559), 21, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [65736] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(5252), 1, anon_sym_LPAREN2, ACTIONS(5788), 1, anon_sym_AMP_AMP, ACTIONS(5790), 1, anon_sym_PIPE, ACTIONS(5794), 1, anon_sym_AMP, ACTIONS(5800), 1, anon_sym_GT_EQ, ACTIONS(5804), 1, anon_sym_LBRACK, ACTIONS(5806), 1, anon_sym_LT_EQ_GT, ACTIONS(5810), 1, anon_sym_and, ACTIONS(5812), 1, anon_sym_bitor, ACTIONS(5814), 1, anon_sym_bitand, STATE(3263), 1, sym_argument_list, ACTIONS(5561), 2, anon_sym_EQ, anon_sym_or, ACTIONS(5782), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(5792), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(5802), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(5816), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(5818), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5784), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(5796), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(5798), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, ACTIONS(5559), 20, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [65834] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(5252), 1, anon_sym_LPAREN2, ACTIONS(5804), 1, anon_sym_LBRACK, STATE(3263), 1, sym_argument_list, ACTIONS(5816), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(5818), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5561), 17, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, ACTIONS(5559), 28, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [65904] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(5383), 1, sym_auto, ACTIONS(5385), 1, anon_sym_decltype, STATE(3265), 1, sym_decltype_auto, ACTIONS(4816), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(4818), 33, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [65970] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5832), 1, anon_sym_LBRACK_RBRACK, ACTIONS(5417), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LBRACK, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5415), 31, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [66032] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(5403), 1, anon_sym_LBRACE, STATE(3339), 1, sym_enumerator_list, ACTIONS(4794), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(4796), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, sym_auto, anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [66096] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(5403), 1, anon_sym_LBRACE, STATE(3338), 1, sym_enumerator_list, ACTIONS(4812), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(4814), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, sym_auto, anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [66160] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4835), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(4837), 36, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_COLON_COLON, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, sym_auto, anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [66220] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(4758), 1, sym_literal_suffix, ACTIONS(4473), 25, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(4478), 26, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [66282] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(4646), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5372), 1, anon_sym_LBRACK, ACTIONS(5366), 2, anon_sym_RPAREN, anon_sym_LPAREN2, ACTIONS(4473), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(4478), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [66348] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(4646), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5372), 1, anon_sym_LBRACK, ACTIONS(5366), 2, anon_sym_RPAREN, anon_sym_LPAREN2, ACTIONS(4473), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(4478), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [66414] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(5252), 1, anon_sym_LPAREN2, ACTIONS(5804), 1, anon_sym_LBRACK, STATE(3263), 1, sym_argument_list, ACTIONS(5818), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5672), 17, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, ACTIONS(5670), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [66482] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(5252), 1, anon_sym_LPAREN2, ACTIONS(5804), 1, anon_sym_LBRACK, ACTIONS(5806), 1, anon_sym_LT_EQ_GT, STATE(3263), 1, sym_argument_list, ACTIONS(5782), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(5802), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(5816), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(5818), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5784), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(5658), 10, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, ACTIONS(5656), 27, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [66560] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(5252), 1, anon_sym_LPAREN2, ACTIONS(5646), 1, anon_sym_EQ, ACTIONS(5786), 1, anon_sym_PIPE_PIPE, ACTIONS(5788), 1, anon_sym_AMP_AMP, ACTIONS(5790), 1, anon_sym_PIPE, ACTIONS(5794), 1, anon_sym_AMP, ACTIONS(5800), 1, anon_sym_GT_EQ, ACTIONS(5804), 1, anon_sym_LBRACK, ACTIONS(5806), 1, anon_sym_LT_EQ_GT, ACTIONS(5808), 1, anon_sym_or, ACTIONS(5810), 1, anon_sym_and, ACTIONS(5812), 1, anon_sym_bitor, ACTIONS(5814), 1, anon_sym_bitand, STATE(3263), 1, sym_argument_list, ACTIONS(5782), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(5792), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(5802), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(5816), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(5818), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5784), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(5796), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(5798), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, ACTIONS(5644), 19, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [66662] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(5252), 1, anon_sym_LPAREN2, ACTIONS(5804), 1, anon_sym_LBRACK, STATE(3263), 1, sym_argument_list, ACTIONS(5818), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5571), 17, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, ACTIONS(5569), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [66730] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(5252), 1, anon_sym_LPAREN2, ACTIONS(5804), 1, anon_sym_LBRACK, STATE(3263), 1, sym_argument_list, ACTIONS(5816), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(5818), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5662), 17, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, ACTIONS(5660), 28, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [66800] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(5252), 1, anon_sym_LPAREN2, ACTIONS(5551), 1, anon_sym_EQ, ACTIONS(5786), 1, anon_sym_PIPE_PIPE, ACTIONS(5788), 1, anon_sym_AMP_AMP, ACTIONS(5790), 1, anon_sym_PIPE, ACTIONS(5794), 1, anon_sym_AMP, ACTIONS(5800), 1, anon_sym_GT_EQ, ACTIONS(5804), 1, anon_sym_LBRACK, ACTIONS(5806), 1, anon_sym_LT_EQ_GT, ACTIONS(5808), 1, anon_sym_or, ACTIONS(5810), 1, anon_sym_and, ACTIONS(5812), 1, anon_sym_bitor, ACTIONS(5814), 1, anon_sym_bitand, STATE(3263), 1, sym_argument_list, ACTIONS(5782), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(5792), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(5802), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(5816), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(5818), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5784), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(5796), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(5798), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, ACTIONS(5549), 19, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [66902] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(4512), 2, anon_sym_COLON_COLON, anon_sym_LBRACE, ACTIONS(4514), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4519), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, [66963] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4724), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(4726), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [67022] = 50, ACTIONS(3), 1, sym_comment, ACTIONS(5252), 1, anon_sym_LPAREN2, ACTIONS(5804), 1, anon_sym_LBRACK, ACTIONS(5834), 1, anon_sym_DOT_DOT_DOT, ACTIONS(5836), 1, anon_sym_COMMA, ACTIONS(5838), 1, anon_sym_RPAREN, ACTIONS(5840), 1, anon_sym_DASH, ACTIONS(5842), 1, anon_sym_PLUS, ACTIONS(5844), 1, anon_sym_STAR, ACTIONS(5846), 1, anon_sym_SLASH, ACTIONS(5848), 1, anon_sym_PERCENT, ACTIONS(5850), 1, anon_sym_PIPE_PIPE, ACTIONS(5852), 1, anon_sym_AMP_AMP, ACTIONS(5854), 1, anon_sym_PIPE, ACTIONS(5856), 1, anon_sym_CARET, ACTIONS(5858), 1, anon_sym_AMP, ACTIONS(5860), 1, anon_sym_EQ_EQ, ACTIONS(5862), 1, anon_sym_BANG_EQ, ACTIONS(5864), 1, anon_sym_GT, ACTIONS(5866), 1, anon_sym_GT_EQ, ACTIONS(5868), 1, anon_sym_LT_EQ, ACTIONS(5870), 1, anon_sym_LT, ACTIONS(5872), 1, anon_sym_LT_LT, ACTIONS(5874), 1, anon_sym_GT_GT, ACTIONS(5876), 1, anon_sym_EQ, ACTIONS(5878), 1, anon_sym_QMARK, ACTIONS(5880), 1, anon_sym_STAR_EQ, ACTIONS(5882), 1, anon_sym_SLASH_EQ, ACTIONS(5884), 1, anon_sym_PERCENT_EQ, ACTIONS(5886), 1, anon_sym_PLUS_EQ, ACTIONS(5888), 1, anon_sym_DASH_EQ, ACTIONS(5890), 1, anon_sym_LT_LT_EQ, ACTIONS(5892), 1, anon_sym_GT_GT_EQ, ACTIONS(5894), 1, anon_sym_AMP_EQ, ACTIONS(5896), 1, anon_sym_CARET_EQ, ACTIONS(5898), 1, anon_sym_PIPE_EQ, ACTIONS(5900), 1, anon_sym_LT_EQ_GT, ACTIONS(5902), 1, anon_sym_or, ACTIONS(5904), 1, anon_sym_and, ACTIONS(5906), 1, anon_sym_bitor, ACTIONS(5908), 1, anon_sym_xor, ACTIONS(5910), 1, anon_sym_bitand, ACTIONS(5912), 1, anon_sym_not_eq, ACTIONS(5916), 1, anon_sym_DOT_STAR, ACTIONS(5918), 1, anon_sym_DASH_GT_STAR, STATE(1916), 1, sym__binary_fold_operator, STATE(3263), 1, sym_argument_list, STATE(7204), 1, sym__fold_operator, ACTIONS(5818), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5914), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, [67175] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5770), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5768), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [67234] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4744), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(4746), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [67293] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4454), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(4459), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [67352] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(2097), 1, anon_sym_LBRACE, ACTIONS(5379), 1, anon_sym_LPAREN2, STATE(3560), 2, sym_argument_list, sym_initializer_list, ACTIONS(5337), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5335), 31, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [67417] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5642), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5640), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [67476] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4454), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(4459), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [67535] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5630), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5628), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [67594] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5626), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5624), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [67653] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4712), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(4714), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [67712] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5539), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5537), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [67771] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(2097), 1, anon_sym_LBRACE, ACTIONS(5379), 1, anon_sym_LPAREN2, STATE(3554), 2, sym_argument_list, sym_initializer_list, ACTIONS(5349), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5347), 31, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [67836] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5774), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5772), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [67895] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4740), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(4742), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [67954] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5638), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5636), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [68013] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4454), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(4459), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [68072] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5704), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5702), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [68131] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5716), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5714), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [68190] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5614), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(2966), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [68249] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5413), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5411), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [68308] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4507), 23, anon_sym_DASH, anon_sym_PLUS, sym_primitive_type, anon_sym_not, anon_sym_compl, anon_sym_sizeof, anon_sym_offsetof, anon_sym__Generic, anon_sym_asm, anon_sym___asm__, sym_true, sym_false, anon_sym_NULL, anon_sym_nullptr, sym_identifier, anon_sym_decltype, anon_sym_typename, anon_sym_template, anon_sym_delete, anon_sym_co_await, anon_sym_new, anon_sym_requires, sym_this, ACTIONS(4512), 28, anon_sym_LPAREN2, anon_sym_BANG, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP, anon_sym_SEMI, anon_sym_COLON_COLON, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, sym_number_literal, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, anon_sym_R_DQUOTE, anon_sym_LR_DQUOTE, anon_sym_uR_DQUOTE, anon_sym_UR_DQUOTE, anon_sym_u8R_DQUOTE, [68367] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(2097), 1, anon_sym_LBRACE, ACTIONS(5379), 1, anon_sym_LPAREN2, STATE(3607), 2, sym_argument_list, sym_initializer_list, ACTIONS(5320), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5318), 31, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [68432] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(2097), 1, anon_sym_LBRACE, ACTIONS(5379), 1, anon_sym_LPAREN2, STATE(3567), 2, sym_argument_list, sym_initializer_list, ACTIONS(5353), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5351), 31, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [68497] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5766), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5764), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [68556] = 50, ACTIONS(3), 1, sym_comment, ACTIONS(5252), 1, anon_sym_LPAREN2, ACTIONS(5804), 1, anon_sym_LBRACK, ACTIONS(5834), 1, anon_sym_DOT_DOT_DOT, ACTIONS(5836), 1, anon_sym_COMMA, ACTIONS(5840), 1, anon_sym_DASH, ACTIONS(5842), 1, anon_sym_PLUS, ACTIONS(5844), 1, anon_sym_STAR, ACTIONS(5846), 1, anon_sym_SLASH, ACTIONS(5848), 1, anon_sym_PERCENT, ACTIONS(5850), 1, anon_sym_PIPE_PIPE, ACTIONS(5852), 1, anon_sym_AMP_AMP, ACTIONS(5854), 1, anon_sym_PIPE, ACTIONS(5856), 1, anon_sym_CARET, ACTIONS(5858), 1, anon_sym_AMP, ACTIONS(5860), 1, anon_sym_EQ_EQ, ACTIONS(5862), 1, anon_sym_BANG_EQ, ACTIONS(5864), 1, anon_sym_GT, ACTIONS(5866), 1, anon_sym_GT_EQ, ACTIONS(5868), 1, anon_sym_LT_EQ, ACTIONS(5870), 1, anon_sym_LT, ACTIONS(5872), 1, anon_sym_LT_LT, ACTIONS(5874), 1, anon_sym_GT_GT, ACTIONS(5876), 1, anon_sym_EQ, ACTIONS(5878), 1, anon_sym_QMARK, ACTIONS(5880), 1, anon_sym_STAR_EQ, ACTIONS(5882), 1, anon_sym_SLASH_EQ, ACTIONS(5884), 1, anon_sym_PERCENT_EQ, ACTIONS(5886), 1, anon_sym_PLUS_EQ, ACTIONS(5888), 1, anon_sym_DASH_EQ, ACTIONS(5890), 1, anon_sym_LT_LT_EQ, ACTIONS(5892), 1, anon_sym_GT_GT_EQ, ACTIONS(5894), 1, anon_sym_AMP_EQ, ACTIONS(5896), 1, anon_sym_CARET_EQ, ACTIONS(5898), 1, anon_sym_PIPE_EQ, ACTIONS(5900), 1, anon_sym_LT_EQ_GT, ACTIONS(5902), 1, anon_sym_or, ACTIONS(5904), 1, anon_sym_and, ACTIONS(5906), 1, anon_sym_bitor, ACTIONS(5908), 1, anon_sym_xor, ACTIONS(5910), 1, anon_sym_bitand, ACTIONS(5912), 1, anon_sym_not_eq, ACTIONS(5916), 1, anon_sym_DOT_STAR, ACTIONS(5918), 1, anon_sym_DASH_GT_STAR, ACTIONS(5920), 1, anon_sym_RPAREN, STATE(1916), 1, sym__binary_fold_operator, STATE(3263), 1, sym_argument_list, STATE(7204), 1, sym__fold_operator, ACTIONS(5818), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5914), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, [68709] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5762), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5760), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [68768] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5596), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LBRACK, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(5594), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [68827] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2926), 23, anon_sym_DASH, anon_sym_PLUS, sym_primitive_type, anon_sym_not, anon_sym_compl, anon_sym_sizeof, anon_sym_offsetof, anon_sym__Generic, anon_sym_asm, anon_sym___asm__, sym_true, sym_false, anon_sym_NULL, anon_sym_nullptr, sym_identifier, anon_sym_decltype, anon_sym_typename, anon_sym_template, anon_sym_delete, anon_sym_co_await, anon_sym_new, anon_sym_requires, sym_this, ACTIONS(2928), 28, anon_sym_LPAREN2, anon_sym_BANG, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP, anon_sym_SEMI, anon_sym_COLON_COLON, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, sym_number_literal, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, anon_sym_R_DQUOTE, anon_sym_LR_DQUOTE, anon_sym_uR_DQUOTE, anon_sym_UR_DQUOTE, anon_sym_u8R_DQUOTE, [68886] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(5304), 1, anon_sym_LBRACK, STATE(3407), 1, sym_new_declarator, ACTIONS(5364), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(5362), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LBRACE, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, [68949] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5758), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5756), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [69008] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4716), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(4718), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [69067] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4716), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(4718), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [69126] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4716), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(4718), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [69185] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5754), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5752), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [69244] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4454), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(4459), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [69303] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5565), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5563), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [69362] = 50, ACTIONS(3), 1, sym_comment, ACTIONS(5252), 1, anon_sym_LPAREN2, ACTIONS(5804), 1, anon_sym_LBRACK, ACTIONS(5834), 1, anon_sym_DOT_DOT_DOT, ACTIONS(5840), 1, anon_sym_DASH, ACTIONS(5842), 1, anon_sym_PLUS, ACTIONS(5844), 1, anon_sym_STAR, ACTIONS(5846), 1, anon_sym_SLASH, ACTIONS(5848), 1, anon_sym_PERCENT, ACTIONS(5850), 1, anon_sym_PIPE_PIPE, ACTIONS(5852), 1, anon_sym_AMP_AMP, ACTIONS(5854), 1, anon_sym_PIPE, ACTIONS(5856), 1, anon_sym_CARET, ACTIONS(5858), 1, anon_sym_AMP, ACTIONS(5860), 1, anon_sym_EQ_EQ, ACTIONS(5862), 1, anon_sym_BANG_EQ, ACTIONS(5864), 1, anon_sym_GT, ACTIONS(5866), 1, anon_sym_GT_EQ, ACTIONS(5868), 1, anon_sym_LT_EQ, ACTIONS(5870), 1, anon_sym_LT, ACTIONS(5872), 1, anon_sym_LT_LT, ACTIONS(5874), 1, anon_sym_GT_GT, ACTIONS(5876), 1, anon_sym_EQ, ACTIONS(5878), 1, anon_sym_QMARK, ACTIONS(5880), 1, anon_sym_STAR_EQ, ACTIONS(5882), 1, anon_sym_SLASH_EQ, ACTIONS(5884), 1, anon_sym_PERCENT_EQ, ACTIONS(5886), 1, anon_sym_PLUS_EQ, ACTIONS(5888), 1, anon_sym_DASH_EQ, ACTIONS(5890), 1, anon_sym_LT_LT_EQ, ACTIONS(5892), 1, anon_sym_GT_GT_EQ, ACTIONS(5894), 1, anon_sym_AMP_EQ, ACTIONS(5896), 1, anon_sym_CARET_EQ, ACTIONS(5898), 1, anon_sym_PIPE_EQ, ACTIONS(5900), 1, anon_sym_LT_EQ_GT, ACTIONS(5902), 1, anon_sym_or, ACTIONS(5904), 1, anon_sym_and, ACTIONS(5906), 1, anon_sym_bitor, ACTIONS(5908), 1, anon_sym_xor, ACTIONS(5910), 1, anon_sym_bitand, ACTIONS(5912), 1, anon_sym_not_eq, ACTIONS(5916), 1, anon_sym_DOT_STAR, ACTIONS(5918), 1, anon_sym_DASH_GT_STAR, ACTIONS(5922), 1, anon_sym_COMMA, ACTIONS(5924), 1, anon_sym_RPAREN, STATE(1916), 1, sym__binary_fold_operator, STATE(3263), 1, sym_argument_list, STATE(7204), 1, sym__fold_operator, ACTIONS(5818), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5914), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, [69515] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5750), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5748), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [69574] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4748), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(4750), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [69633] = 50, ACTIONS(3), 1, sym_comment, ACTIONS(5252), 1, anon_sym_LPAREN2, ACTIONS(5804), 1, anon_sym_LBRACK, ACTIONS(5834), 1, anon_sym_DOT_DOT_DOT, ACTIONS(5836), 1, anon_sym_COMMA, ACTIONS(5840), 1, anon_sym_DASH, ACTIONS(5842), 1, anon_sym_PLUS, ACTIONS(5844), 1, anon_sym_STAR, ACTIONS(5846), 1, anon_sym_SLASH, ACTIONS(5848), 1, anon_sym_PERCENT, ACTIONS(5850), 1, anon_sym_PIPE_PIPE, ACTIONS(5852), 1, anon_sym_AMP_AMP, ACTIONS(5854), 1, anon_sym_PIPE, ACTIONS(5856), 1, anon_sym_CARET, ACTIONS(5858), 1, anon_sym_AMP, ACTIONS(5860), 1, anon_sym_EQ_EQ, ACTIONS(5862), 1, anon_sym_BANG_EQ, ACTIONS(5864), 1, anon_sym_GT, ACTIONS(5866), 1, anon_sym_GT_EQ, ACTIONS(5868), 1, anon_sym_LT_EQ, ACTIONS(5870), 1, anon_sym_LT, ACTIONS(5872), 1, anon_sym_LT_LT, ACTIONS(5874), 1, anon_sym_GT_GT, ACTIONS(5876), 1, anon_sym_EQ, ACTIONS(5878), 1, anon_sym_QMARK, ACTIONS(5880), 1, anon_sym_STAR_EQ, ACTIONS(5882), 1, anon_sym_SLASH_EQ, ACTIONS(5884), 1, anon_sym_PERCENT_EQ, ACTIONS(5886), 1, anon_sym_PLUS_EQ, ACTIONS(5888), 1, anon_sym_DASH_EQ, ACTIONS(5890), 1, anon_sym_LT_LT_EQ, ACTIONS(5892), 1, anon_sym_GT_GT_EQ, ACTIONS(5894), 1, anon_sym_AMP_EQ, ACTIONS(5896), 1, anon_sym_CARET_EQ, ACTIONS(5898), 1, anon_sym_PIPE_EQ, ACTIONS(5900), 1, anon_sym_LT_EQ_GT, ACTIONS(5902), 1, anon_sym_or, ACTIONS(5904), 1, anon_sym_and, ACTIONS(5906), 1, anon_sym_bitor, ACTIONS(5908), 1, anon_sym_xor, ACTIONS(5910), 1, anon_sym_bitand, ACTIONS(5912), 1, anon_sym_not_eq, ACTIONS(5916), 1, anon_sym_DOT_STAR, ACTIONS(5918), 1, anon_sym_DASH_GT_STAR, ACTIONS(5926), 1, anon_sym_RPAREN, STATE(1916), 1, sym__binary_fold_operator, STATE(3263), 1, sym_argument_list, STATE(7204), 1, sym__fold_operator, ACTIONS(5818), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5914), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, [69786] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5742), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5740), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [69845] = 50, ACTIONS(3), 1, sym_comment, ACTIONS(5252), 1, anon_sym_LPAREN2, ACTIONS(5804), 1, anon_sym_LBRACK, ACTIONS(5834), 1, anon_sym_DOT_DOT_DOT, ACTIONS(5836), 1, anon_sym_COMMA, ACTIONS(5840), 1, anon_sym_DASH, ACTIONS(5842), 1, anon_sym_PLUS, ACTIONS(5844), 1, anon_sym_STAR, ACTIONS(5846), 1, anon_sym_SLASH, ACTIONS(5848), 1, anon_sym_PERCENT, ACTIONS(5850), 1, anon_sym_PIPE_PIPE, ACTIONS(5852), 1, anon_sym_AMP_AMP, ACTIONS(5854), 1, anon_sym_PIPE, ACTIONS(5856), 1, anon_sym_CARET, ACTIONS(5858), 1, anon_sym_AMP, ACTIONS(5860), 1, anon_sym_EQ_EQ, ACTIONS(5862), 1, anon_sym_BANG_EQ, ACTIONS(5864), 1, anon_sym_GT, ACTIONS(5866), 1, anon_sym_GT_EQ, ACTIONS(5868), 1, anon_sym_LT_EQ, ACTIONS(5870), 1, anon_sym_LT, ACTIONS(5872), 1, anon_sym_LT_LT, ACTIONS(5874), 1, anon_sym_GT_GT, ACTIONS(5876), 1, anon_sym_EQ, ACTIONS(5878), 1, anon_sym_QMARK, ACTIONS(5880), 1, anon_sym_STAR_EQ, ACTIONS(5882), 1, anon_sym_SLASH_EQ, ACTIONS(5884), 1, anon_sym_PERCENT_EQ, ACTIONS(5886), 1, anon_sym_PLUS_EQ, ACTIONS(5888), 1, anon_sym_DASH_EQ, ACTIONS(5890), 1, anon_sym_LT_LT_EQ, ACTIONS(5892), 1, anon_sym_GT_GT_EQ, ACTIONS(5894), 1, anon_sym_AMP_EQ, ACTIONS(5896), 1, anon_sym_CARET_EQ, ACTIONS(5898), 1, anon_sym_PIPE_EQ, ACTIONS(5900), 1, anon_sym_LT_EQ_GT, ACTIONS(5902), 1, anon_sym_or, ACTIONS(5904), 1, anon_sym_and, ACTIONS(5906), 1, anon_sym_bitor, ACTIONS(5908), 1, anon_sym_xor, ACTIONS(5910), 1, anon_sym_bitand, ACTIONS(5912), 1, anon_sym_not_eq, ACTIONS(5916), 1, anon_sym_DOT_STAR, ACTIONS(5918), 1, anon_sym_DASH_GT_STAR, ACTIONS(5928), 1, anon_sym_RPAREN, STATE(1916), 1, sym__binary_fold_operator, STATE(3263), 1, sym_argument_list, STATE(7204), 1, sym__fold_operator, ACTIONS(5818), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5914), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, [69998] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5738), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5736), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [70057] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4788), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(4790), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, sym_auto, anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [70116] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5734), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5732), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [70175] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4704), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(4706), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [70234] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5608), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5606), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [70293] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5730), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5728), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [70352] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5535), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5533), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [70411] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5634), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5632), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [70470] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2542), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(2540), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [70529] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(4646), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5366), 1, anon_sym_LPAREN2, ACTIONS(5372), 1, anon_sym_LBRACK, ACTIONS(4473), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4478), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [70594] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(4646), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5366), 1, anon_sym_LPAREN2, ACTIONS(5372), 1, anon_sym_LBRACK, ACTIONS(4473), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4478), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [70659] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4788), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(4790), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, sym_auto, anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [70718] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4953), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(4955), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, sym_auto, anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [70777] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4732), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(4734), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [70836] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4949), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(4951), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, sym_auto, anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [70895] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4945), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(4947), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, sym_auto, anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [70954] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4941), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(4943), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, sym_auto, anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [71013] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4937), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(4939), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, sym_auto, anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [71072] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5547), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5545), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [71131] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5417), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5415), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [71190] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4898), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(4900), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, sym_auto, anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [71249] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4870), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(4872), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, sym_auto, anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [71308] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4866), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(4868), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, sym_auto, anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [71367] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5389), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5387), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [71426] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5930), 23, anon_sym_DASH, anon_sym_PLUS, sym_primitive_type, anon_sym_not, anon_sym_compl, anon_sym_sizeof, anon_sym_offsetof, anon_sym__Generic, anon_sym_asm, anon_sym___asm__, sym_true, sym_false, anon_sym_NULL, anon_sym_nullptr, sym_identifier, anon_sym_decltype, anon_sym_typename, anon_sym_template, anon_sym_delete, anon_sym_co_await, anon_sym_new, anon_sym_requires, sym_this, ACTIONS(5932), 28, anon_sym_LPAREN2, anon_sym_BANG, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP, anon_sym_SEMI, anon_sym_COLON_COLON, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, sym_number_literal, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, anon_sym_R_DQUOTE, anon_sym_LR_DQUOTE, anon_sym_uR_DQUOTE, anon_sym_UR_DQUOTE, anon_sym_u8R_DQUOTE, [71485] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(5934), 1, anon_sym_PIPE_PIPE, ACTIONS(5936), 1, anon_sym_AMP_AMP, ACTIONS(5938), 1, anon_sym_or, ACTIONS(5940), 1, anon_sym_and, ACTIONS(5339), 17, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5341), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [71552] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4454), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(4459), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [71611] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5360), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5355), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [71670] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5650), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5648), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [71729] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5395), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5397), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [71788] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5007), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5009), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, sym_auto, anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [71847] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5654), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5652), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [71906] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4851), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(4853), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, sym_auto, anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [71965] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5726), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5724), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [72024] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5712), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5710), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [72083] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4926), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(4928), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, sym_auto, anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [72142] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5942), 23, anon_sym_DASH, anon_sym_PLUS, sym_primitive_type, anon_sym_not, anon_sym_compl, anon_sym_sizeof, anon_sym_offsetof, anon_sym__Generic, anon_sym_asm, anon_sym___asm__, sym_true, sym_false, anon_sym_NULL, anon_sym_nullptr, sym_identifier, anon_sym_decltype, anon_sym_typename, anon_sym_template, anon_sym_delete, anon_sym_co_await, anon_sym_new, anon_sym_requires, sym_this, ACTIONS(5944), 28, anon_sym_LPAREN2, anon_sym_BANG, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP, anon_sym_SEMI, anon_sym_COLON_COLON, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, sym_number_literal, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, anon_sym_R_DQUOTE, anon_sym_LR_DQUOTE, anon_sym_uR_DQUOTE, anon_sym_UR_DQUOTE, anon_sym_u8R_DQUOTE, [72201] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5547), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5545), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [72260] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4847), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(4849), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, sym_auto, anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [72319] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4690), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(4692), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [72378] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4987), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(4989), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, sym_auto, anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [72437] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5003), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5005), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, sym_auto, anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [72496] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4914), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(4916), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, sym_auto, anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [72555] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4708), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(4710), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [72614] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5596), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5594), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [72673] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(4648), 3, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, ACTIONS(4473), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(4478), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [72734] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2538), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(2536), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [72793] = 50, ACTIONS(3), 1, sym_comment, ACTIONS(5252), 1, anon_sym_LPAREN2, ACTIONS(5804), 1, anon_sym_LBRACK, ACTIONS(5834), 1, anon_sym_DOT_DOT_DOT, ACTIONS(5840), 1, anon_sym_DASH, ACTIONS(5842), 1, anon_sym_PLUS, ACTIONS(5844), 1, anon_sym_STAR, ACTIONS(5846), 1, anon_sym_SLASH, ACTIONS(5848), 1, anon_sym_PERCENT, ACTIONS(5850), 1, anon_sym_PIPE_PIPE, ACTIONS(5852), 1, anon_sym_AMP_AMP, ACTIONS(5854), 1, anon_sym_PIPE, ACTIONS(5856), 1, anon_sym_CARET, ACTIONS(5858), 1, anon_sym_AMP, ACTIONS(5860), 1, anon_sym_EQ_EQ, ACTIONS(5862), 1, anon_sym_BANG_EQ, ACTIONS(5864), 1, anon_sym_GT, ACTIONS(5866), 1, anon_sym_GT_EQ, ACTIONS(5868), 1, anon_sym_LT_EQ, ACTIONS(5870), 1, anon_sym_LT, ACTIONS(5872), 1, anon_sym_LT_LT, ACTIONS(5874), 1, anon_sym_GT_GT, ACTIONS(5876), 1, anon_sym_EQ, ACTIONS(5878), 1, anon_sym_QMARK, ACTIONS(5880), 1, anon_sym_STAR_EQ, ACTIONS(5882), 1, anon_sym_SLASH_EQ, ACTIONS(5884), 1, anon_sym_PERCENT_EQ, ACTIONS(5886), 1, anon_sym_PLUS_EQ, ACTIONS(5888), 1, anon_sym_DASH_EQ, ACTIONS(5890), 1, anon_sym_LT_LT_EQ, ACTIONS(5892), 1, anon_sym_GT_GT_EQ, ACTIONS(5894), 1, anon_sym_AMP_EQ, ACTIONS(5896), 1, anon_sym_CARET_EQ, ACTIONS(5898), 1, anon_sym_PIPE_EQ, ACTIONS(5900), 1, anon_sym_LT_EQ_GT, ACTIONS(5902), 1, anon_sym_or, ACTIONS(5904), 1, anon_sym_and, ACTIONS(5906), 1, anon_sym_bitor, ACTIONS(5908), 1, anon_sym_xor, ACTIONS(5910), 1, anon_sym_bitand, ACTIONS(5912), 1, anon_sym_not_eq, ACTIONS(5916), 1, anon_sym_DOT_STAR, ACTIONS(5918), 1, anon_sym_DASH_GT_STAR, ACTIONS(5922), 1, anon_sym_COMMA, ACTIONS(5946), 1, anon_sym_RPAREN, STATE(1916), 1, sym__binary_fold_operator, STATE(3263), 1, sym_argument_list, STATE(7204), 1, sym__fold_operator, ACTIONS(5818), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5914), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, [72946] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5948), 23, anon_sym_DASH, anon_sym_PLUS, sym_primitive_type, anon_sym_not, anon_sym_compl, anon_sym_sizeof, anon_sym_offsetof, anon_sym__Generic, anon_sym_asm, anon_sym___asm__, sym_true, sym_false, anon_sym_NULL, anon_sym_nullptr, sym_identifier, anon_sym_decltype, anon_sym_typename, anon_sym_template, anon_sym_delete, anon_sym_co_await, anon_sym_new, anon_sym_requires, sym_this, ACTIONS(5950), 28, anon_sym_LPAREN2, anon_sym_BANG, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP, anon_sym_SEMI, anon_sym_COLON_COLON, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, sym_number_literal, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, anon_sym_R_DQUOTE, anon_sym_LR_DQUOTE, anon_sym_uR_DQUOTE, anon_sym_UR_DQUOTE, anon_sym_u8R_DQUOTE, [73005] = 50, ACTIONS(3), 1, sym_comment, ACTIONS(5252), 1, anon_sym_LPAREN2, ACTIONS(5804), 1, anon_sym_LBRACK, ACTIONS(5834), 1, anon_sym_DOT_DOT_DOT, ACTIONS(5840), 1, anon_sym_DASH, ACTIONS(5842), 1, anon_sym_PLUS, ACTIONS(5844), 1, anon_sym_STAR, ACTIONS(5846), 1, anon_sym_SLASH, ACTIONS(5848), 1, anon_sym_PERCENT, ACTIONS(5850), 1, anon_sym_PIPE_PIPE, ACTIONS(5852), 1, anon_sym_AMP_AMP, ACTIONS(5854), 1, anon_sym_PIPE, ACTIONS(5856), 1, anon_sym_CARET, ACTIONS(5858), 1, anon_sym_AMP, ACTIONS(5860), 1, anon_sym_EQ_EQ, ACTIONS(5862), 1, anon_sym_BANG_EQ, ACTIONS(5864), 1, anon_sym_GT, ACTIONS(5866), 1, anon_sym_GT_EQ, ACTIONS(5868), 1, anon_sym_LT_EQ, ACTIONS(5870), 1, anon_sym_LT, ACTIONS(5872), 1, anon_sym_LT_LT, ACTIONS(5874), 1, anon_sym_GT_GT, ACTIONS(5876), 1, anon_sym_EQ, ACTIONS(5878), 1, anon_sym_QMARK, ACTIONS(5880), 1, anon_sym_STAR_EQ, ACTIONS(5882), 1, anon_sym_SLASH_EQ, ACTIONS(5884), 1, anon_sym_PERCENT_EQ, ACTIONS(5886), 1, anon_sym_PLUS_EQ, ACTIONS(5888), 1, anon_sym_DASH_EQ, ACTIONS(5890), 1, anon_sym_LT_LT_EQ, ACTIONS(5892), 1, anon_sym_GT_GT_EQ, ACTIONS(5894), 1, anon_sym_AMP_EQ, ACTIONS(5896), 1, anon_sym_CARET_EQ, ACTIONS(5898), 1, anon_sym_PIPE_EQ, ACTIONS(5900), 1, anon_sym_LT_EQ_GT, ACTIONS(5902), 1, anon_sym_or, ACTIONS(5904), 1, anon_sym_and, ACTIONS(5906), 1, anon_sym_bitor, ACTIONS(5908), 1, anon_sym_xor, ACTIONS(5910), 1, anon_sym_bitand, ACTIONS(5912), 1, anon_sym_not_eq, ACTIONS(5916), 1, anon_sym_DOT_STAR, ACTIONS(5918), 1, anon_sym_DASH_GT_STAR, ACTIONS(5922), 1, anon_sym_COMMA, ACTIONS(5952), 1, anon_sym_RPAREN, STATE(1916), 1, sym__binary_fold_operator, STATE(3263), 1, sym_argument_list, STATE(7204), 1, sym__fold_operator, ACTIONS(5818), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5914), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, [73158] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5676), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5674), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [73217] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5543), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5541), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [73276] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5531), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5529), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [73335] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4828), 23, anon_sym_DASH, anon_sym_PLUS, sym_primitive_type, anon_sym_not, anon_sym_compl, anon_sym_sizeof, anon_sym_offsetof, anon_sym__Generic, anon_sym_asm, anon_sym___asm__, sym_true, sym_false, anon_sym_NULL, anon_sym_nullptr, sym_identifier, anon_sym_decltype, anon_sym_typename, anon_sym_template, anon_sym_delete, anon_sym_co_await, anon_sym_new, anon_sym_requires, sym_this, ACTIONS(4830), 28, anon_sym_LPAREN2, anon_sym_BANG, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP, anon_sym_SEMI, anon_sym_COLON_COLON, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, sym_number_literal, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, anon_sym_R_DQUOTE, anon_sym_LR_DQUOTE, anon_sym_uR_DQUOTE, anon_sym_UR_DQUOTE, anon_sym_u8R_DQUOTE, [73394] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5778), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5776), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [73453] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5680), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5678), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [73512] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5586), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5584), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [73571] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5360), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LBRACK, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(5355), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [73630] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5590), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5588), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [73689] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(45), 1, anon_sym___based, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1931), 1, anon_sym_operator, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(2562), 1, anon_sym_TILDE, ACTIONS(4006), 1, anon_sym_LPAREN2, ACTIONS(4008), 1, anon_sym_STAR, ACTIONS(4010), 1, anon_sym_AMP_AMP, ACTIONS(4012), 1, anon_sym_AMP, ACTIONS(5015), 1, sym_identifier, ACTIONS(5186), 1, anon_sym_LBRACK, ACTIONS(5219), 1, anon_sym_COLON_COLON, ACTIONS(5822), 1, anon_sym_RPAREN, STATE(3879), 1, sym_parameter_list, STATE(5322), 1, sym__scope_resolution, STATE(5434), 1, sym__function_declarator_seq, STATE(5641), 1, sym__abstract_declarator, STATE(5644), 1, sym__declarator, STATE(7599), 1, sym_ms_based_modifier, STATE(4770), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, STATE(7572), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, STATE(5464), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, ACTIONS(2731), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, STATE(5671), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, sym_reference_declarator, sym_structured_binding_declarator, sym_template_function, sym_destructor_name, sym_qualified_identifier, sym_operator_name, [73792] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5417), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LBRACK, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(5415), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [73851] = 50, ACTIONS(3), 1, sym_comment, ACTIONS(5252), 1, anon_sym_LPAREN2, ACTIONS(5804), 1, anon_sym_LBRACK, ACTIONS(5834), 1, anon_sym_DOT_DOT_DOT, ACTIONS(5836), 1, anon_sym_COMMA, ACTIONS(5840), 1, anon_sym_DASH, ACTIONS(5842), 1, anon_sym_PLUS, ACTIONS(5844), 1, anon_sym_STAR, ACTIONS(5846), 1, anon_sym_SLASH, ACTIONS(5848), 1, anon_sym_PERCENT, ACTIONS(5850), 1, anon_sym_PIPE_PIPE, ACTIONS(5852), 1, anon_sym_AMP_AMP, ACTIONS(5854), 1, anon_sym_PIPE, ACTIONS(5856), 1, anon_sym_CARET, ACTIONS(5858), 1, anon_sym_AMP, ACTIONS(5860), 1, anon_sym_EQ_EQ, ACTIONS(5862), 1, anon_sym_BANG_EQ, ACTIONS(5864), 1, anon_sym_GT, ACTIONS(5866), 1, anon_sym_GT_EQ, ACTIONS(5868), 1, anon_sym_LT_EQ, ACTIONS(5870), 1, anon_sym_LT, ACTIONS(5872), 1, anon_sym_LT_LT, ACTIONS(5874), 1, anon_sym_GT_GT, ACTIONS(5876), 1, anon_sym_EQ, ACTIONS(5878), 1, anon_sym_QMARK, ACTIONS(5880), 1, anon_sym_STAR_EQ, ACTIONS(5882), 1, anon_sym_SLASH_EQ, ACTIONS(5884), 1, anon_sym_PERCENT_EQ, ACTIONS(5886), 1, anon_sym_PLUS_EQ, ACTIONS(5888), 1, anon_sym_DASH_EQ, ACTIONS(5890), 1, anon_sym_LT_LT_EQ, ACTIONS(5892), 1, anon_sym_GT_GT_EQ, ACTIONS(5894), 1, anon_sym_AMP_EQ, ACTIONS(5896), 1, anon_sym_CARET_EQ, ACTIONS(5898), 1, anon_sym_PIPE_EQ, ACTIONS(5900), 1, anon_sym_LT_EQ_GT, ACTIONS(5902), 1, anon_sym_or, ACTIONS(5904), 1, anon_sym_and, ACTIONS(5906), 1, anon_sym_bitor, ACTIONS(5908), 1, anon_sym_xor, ACTIONS(5910), 1, anon_sym_bitand, ACTIONS(5912), 1, anon_sym_not_eq, ACTIONS(5916), 1, anon_sym_DOT_STAR, ACTIONS(5918), 1, anon_sym_DASH_GT_STAR, ACTIONS(5954), 1, anon_sym_RPAREN, STATE(1916), 1, sym__binary_fold_operator, STATE(3263), 1, sym_argument_list, STATE(7204), 1, sym__fold_operator, ACTIONS(5818), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5914), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, [74004] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4545), 23, anon_sym_DASH, anon_sym_PLUS, sym_primitive_type, anon_sym_not, anon_sym_compl, anon_sym_sizeof, anon_sym_offsetof, anon_sym__Generic, anon_sym_asm, anon_sym___asm__, sym_true, sym_false, anon_sym_NULL, anon_sym_nullptr, sym_identifier, anon_sym_decltype, anon_sym_typename, anon_sym_template, anon_sym_delete, anon_sym_co_await, anon_sym_new, anon_sym_requires, sym_this, ACTIONS(4547), 28, anon_sym_LPAREN2, anon_sym_BANG, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP, anon_sym_SEMI, anon_sym_COLON_COLON, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, sym_number_literal, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, anon_sym_R_DQUOTE, anon_sym_LR_DQUOTE, anon_sym_uR_DQUOTE, anon_sym_UR_DQUOTE, anon_sym_u8R_DQUOTE, [74063] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(4792), 1, anon_sym_COLON_COLON, ACTIONS(4804), 23, anon_sym_DASH, anon_sym_PLUS, sym_primitive_type, anon_sym_not, anon_sym_compl, anon_sym_sizeof, anon_sym_offsetof, anon_sym__Generic, anon_sym_asm, anon_sym___asm__, sym_true, sym_false, anon_sym_NULL, anon_sym_nullptr, sym_identifier, anon_sym_decltype, anon_sym_typename, anon_sym_template, anon_sym_delete, anon_sym_co_await, anon_sym_new, anon_sym_requires, sym_this, ACTIONS(4806), 27, anon_sym_LPAREN2, anon_sym_BANG, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, sym_number_literal, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, anon_sym_R_DQUOTE, anon_sym_LR_DQUOTE, anon_sym_uR_DQUOTE, anon_sym_UR_DQUOTE, anon_sym_u8R_DQUOTE, [74124] = 50, ACTIONS(3), 1, sym_comment, ACTIONS(5252), 1, anon_sym_LPAREN2, ACTIONS(5804), 1, anon_sym_LBRACK, ACTIONS(5834), 1, anon_sym_DOT_DOT_DOT, ACTIONS(5836), 1, anon_sym_COMMA, ACTIONS(5840), 1, anon_sym_DASH, ACTIONS(5842), 1, anon_sym_PLUS, ACTIONS(5844), 1, anon_sym_STAR, ACTIONS(5846), 1, anon_sym_SLASH, ACTIONS(5848), 1, anon_sym_PERCENT, ACTIONS(5850), 1, anon_sym_PIPE_PIPE, ACTIONS(5852), 1, anon_sym_AMP_AMP, ACTIONS(5854), 1, anon_sym_PIPE, ACTIONS(5856), 1, anon_sym_CARET, ACTIONS(5858), 1, anon_sym_AMP, ACTIONS(5860), 1, anon_sym_EQ_EQ, ACTIONS(5862), 1, anon_sym_BANG_EQ, ACTIONS(5864), 1, anon_sym_GT, ACTIONS(5866), 1, anon_sym_GT_EQ, ACTIONS(5868), 1, anon_sym_LT_EQ, ACTIONS(5870), 1, anon_sym_LT, ACTIONS(5872), 1, anon_sym_LT_LT, ACTIONS(5874), 1, anon_sym_GT_GT, ACTIONS(5876), 1, anon_sym_EQ, ACTIONS(5878), 1, anon_sym_QMARK, ACTIONS(5880), 1, anon_sym_STAR_EQ, ACTIONS(5882), 1, anon_sym_SLASH_EQ, ACTIONS(5884), 1, anon_sym_PERCENT_EQ, ACTIONS(5886), 1, anon_sym_PLUS_EQ, ACTIONS(5888), 1, anon_sym_DASH_EQ, ACTIONS(5890), 1, anon_sym_LT_LT_EQ, ACTIONS(5892), 1, anon_sym_GT_GT_EQ, ACTIONS(5894), 1, anon_sym_AMP_EQ, ACTIONS(5896), 1, anon_sym_CARET_EQ, ACTIONS(5898), 1, anon_sym_PIPE_EQ, ACTIONS(5900), 1, anon_sym_LT_EQ_GT, ACTIONS(5902), 1, anon_sym_or, ACTIONS(5904), 1, anon_sym_and, ACTIONS(5906), 1, anon_sym_bitor, ACTIONS(5908), 1, anon_sym_xor, ACTIONS(5910), 1, anon_sym_bitand, ACTIONS(5912), 1, anon_sym_not_eq, ACTIONS(5916), 1, anon_sym_DOT_STAR, ACTIONS(5918), 1, anon_sym_DASH_GT_STAR, ACTIONS(5956), 1, anon_sym_RPAREN, STATE(1916), 1, sym__binary_fold_operator, STATE(3263), 1, sym_argument_list, STATE(7204), 1, sym__fold_operator, ACTIONS(5818), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5914), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, [74277] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(4792), 1, anon_sym_COLON_COLON, ACTIONS(4828), 23, anon_sym_DASH, anon_sym_PLUS, sym_primitive_type, anon_sym_not, anon_sym_compl, anon_sym_sizeof, anon_sym_offsetof, anon_sym__Generic, anon_sym_asm, anon_sym___asm__, sym_true, sym_false, anon_sym_NULL, anon_sym_nullptr, sym_identifier, anon_sym_decltype, anon_sym_typename, anon_sym_template, anon_sym_delete, anon_sym_co_await, anon_sym_new, anon_sym_requires, sym_this, ACTIONS(4830), 27, anon_sym_LPAREN2, anon_sym_BANG, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, sym_number_literal, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, anon_sym_R_DQUOTE, anon_sym_LR_DQUOTE, anon_sym_uR_DQUOTE, anon_sym_UR_DQUOTE, anon_sym_u8R_DQUOTE, [74338] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(4792), 1, anon_sym_COLON_COLON, ACTIONS(4828), 23, anon_sym_DASH, anon_sym_PLUS, sym_primitive_type, anon_sym_not, anon_sym_compl, anon_sym_sizeof, anon_sym_offsetof, anon_sym__Generic, anon_sym_asm, anon_sym___asm__, sym_true, sym_false, anon_sym_NULL, anon_sym_nullptr, sym_identifier, anon_sym_decltype, anon_sym_typename, anon_sym_template, anon_sym_delete, anon_sym_co_await, anon_sym_new, anon_sym_requires, sym_this, ACTIONS(4830), 27, anon_sym_LPAREN2, anon_sym_BANG, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, sym_number_literal, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, anon_sym_R_DQUOTE, anon_sym_LR_DQUOTE, anon_sym_uR_DQUOTE, anon_sym_UR_DQUOTE, anon_sym_u8R_DQUOTE, [74399] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5475), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5477), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [74458] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4977), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(4979), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, sym_auto, anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [74517] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(4464), 1, anon_sym_COLON_COLON, ACTIONS(4483), 1, anon_sym_LBRACE, ACTIONS(5448), 1, anon_sym_LT, ACTIONS(5958), 1, anon_sym_EQ, STATE(3873), 1, sym_template_argument_list, ACTIONS(5960), 13, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, ACTIONS(4478), 16, anon_sym_DOT_DOT_DOT, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, ACTIONS(4473), 17, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_COLON, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, [74588] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4855), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(4857), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, sym_auto, anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [74647] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4997), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(4999), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, sym_auto, anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [74706] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4552), 23, anon_sym_DASH, anon_sym_PLUS, sym_primitive_type, anon_sym_not, anon_sym_compl, anon_sym_sizeof, anon_sym_offsetof, anon_sym__Generic, anon_sym_asm, anon_sym___asm__, sym_true, sym_false, anon_sym_NULL, anon_sym_nullptr, sym_identifier, anon_sym_decltype, anon_sym_typename, anon_sym_template, anon_sym_delete, anon_sym_co_await, anon_sym_new, anon_sym_requires, sym_this, ACTIONS(4554), 28, anon_sym_LPAREN2, anon_sym_BANG, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP, anon_sym_SEMI, anon_sym_COLON_COLON, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, sym_number_literal, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, anon_sym_R_DQUOTE, anon_sym_LR_DQUOTE, anon_sym_uR_DQUOTE, anon_sym_UR_DQUOTE, anon_sym_u8R_DQUOTE, [74765] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5011), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5013), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, sym_auto, anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [74824] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4843), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(4845), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, sym_auto, anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [74883] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5962), 23, anon_sym_DASH, anon_sym_PLUS, sym_primitive_type, anon_sym_not, anon_sym_compl, anon_sym_sizeof, anon_sym_offsetof, anon_sym__Generic, anon_sym_asm, anon_sym___asm__, sym_true, sym_false, anon_sym_NULL, anon_sym_nullptr, sym_identifier, anon_sym_decltype, anon_sym_typename, anon_sym_template, anon_sym_delete, anon_sym_co_await, anon_sym_new, anon_sym_requires, sym_this, ACTIONS(5964), 28, anon_sym_LPAREN2, anon_sym_BANG, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP, anon_sym_SEMI, anon_sym_COLON_COLON, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, sym_number_literal, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, anon_sym_R_DQUOTE, anon_sym_LR_DQUOTE, anon_sym_uR_DQUOTE, anon_sym_UR_DQUOTE, anon_sym_u8R_DQUOTE, [74942] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4682), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(4684), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [75001] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(5936), 1, anon_sym_AMP_AMP, ACTIONS(5940), 1, anon_sym_and, ACTIONS(5325), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5327), 31, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [75064] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4686), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(4688), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [75123] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3115), 23, anon_sym_DASH, anon_sym_PLUS, sym_primitive_type, anon_sym_not, anon_sym_compl, anon_sym_sizeof, anon_sym_offsetof, anon_sym__Generic, anon_sym_asm, anon_sym___asm__, sym_true, sym_false, anon_sym_NULL, anon_sym_nullptr, sym_identifier, anon_sym_decltype, anon_sym_typename, anon_sym_template, anon_sym_delete, anon_sym_co_await, anon_sym_new, anon_sym_requires, sym_this, ACTIONS(3117), 28, anon_sym_LPAREN2, anon_sym_BANG, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP, anon_sym_SEMI, anon_sym_COLON_COLON, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, sym_number_literal, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, anon_sym_R_DQUOTE, anon_sym_LR_DQUOTE, anon_sym_uR_DQUOTE, anon_sym_UR_DQUOTE, anon_sym_u8R_DQUOTE, [75182] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4933), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(4935), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, sym_auto, anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [75241] = 50, ACTIONS(3), 1, sym_comment, ACTIONS(5252), 1, anon_sym_LPAREN2, ACTIONS(5804), 1, anon_sym_LBRACK, ACTIONS(5834), 1, anon_sym_DOT_DOT_DOT, ACTIONS(5836), 1, anon_sym_COMMA, ACTIONS(5840), 1, anon_sym_DASH, ACTIONS(5842), 1, anon_sym_PLUS, ACTIONS(5844), 1, anon_sym_STAR, ACTIONS(5846), 1, anon_sym_SLASH, ACTIONS(5848), 1, anon_sym_PERCENT, ACTIONS(5850), 1, anon_sym_PIPE_PIPE, ACTIONS(5852), 1, anon_sym_AMP_AMP, ACTIONS(5854), 1, anon_sym_PIPE, ACTIONS(5856), 1, anon_sym_CARET, ACTIONS(5858), 1, anon_sym_AMP, ACTIONS(5860), 1, anon_sym_EQ_EQ, ACTIONS(5862), 1, anon_sym_BANG_EQ, ACTIONS(5864), 1, anon_sym_GT, ACTIONS(5866), 1, anon_sym_GT_EQ, ACTIONS(5868), 1, anon_sym_LT_EQ, ACTIONS(5870), 1, anon_sym_LT, ACTIONS(5872), 1, anon_sym_LT_LT, ACTIONS(5874), 1, anon_sym_GT_GT, ACTIONS(5876), 1, anon_sym_EQ, ACTIONS(5878), 1, anon_sym_QMARK, ACTIONS(5880), 1, anon_sym_STAR_EQ, ACTIONS(5882), 1, anon_sym_SLASH_EQ, ACTIONS(5884), 1, anon_sym_PERCENT_EQ, ACTIONS(5886), 1, anon_sym_PLUS_EQ, ACTIONS(5888), 1, anon_sym_DASH_EQ, ACTIONS(5890), 1, anon_sym_LT_LT_EQ, ACTIONS(5892), 1, anon_sym_GT_GT_EQ, ACTIONS(5894), 1, anon_sym_AMP_EQ, ACTIONS(5896), 1, anon_sym_CARET_EQ, ACTIONS(5898), 1, anon_sym_PIPE_EQ, ACTIONS(5900), 1, anon_sym_LT_EQ_GT, ACTIONS(5902), 1, anon_sym_or, ACTIONS(5904), 1, anon_sym_and, ACTIONS(5906), 1, anon_sym_bitor, ACTIONS(5908), 1, anon_sym_xor, ACTIONS(5910), 1, anon_sym_bitand, ACTIONS(5912), 1, anon_sym_not_eq, ACTIONS(5916), 1, anon_sym_DOT_STAR, ACTIONS(5918), 1, anon_sym_DASH_GT_STAR, ACTIONS(5966), 1, anon_sym_RPAREN, STATE(1916), 1, sym__binary_fold_operator, STATE(3263), 1, sym_argument_list, STATE(7204), 1, sym__fold_operator, ACTIONS(5818), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5914), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, [75394] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4971), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(4973), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, sym_auto, anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [75453] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(4501), 1, anon_sym_EQ, ACTIONS(4646), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5366), 1, anon_sym_LPAREN2, ACTIONS(5372), 1, anon_sym_LBRACK, ACTIONS(4505), 13, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, ACTIONS(4473), 17, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4478), 17, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [75522] = 50, ACTIONS(3), 1, sym_comment, ACTIONS(5252), 1, anon_sym_LPAREN2, ACTIONS(5804), 1, anon_sym_LBRACK, ACTIONS(5834), 1, anon_sym_DOT_DOT_DOT, ACTIONS(5836), 1, anon_sym_COMMA, ACTIONS(5840), 1, anon_sym_DASH, ACTIONS(5842), 1, anon_sym_PLUS, ACTIONS(5844), 1, anon_sym_STAR, ACTIONS(5846), 1, anon_sym_SLASH, ACTIONS(5848), 1, anon_sym_PERCENT, ACTIONS(5850), 1, anon_sym_PIPE_PIPE, ACTIONS(5852), 1, anon_sym_AMP_AMP, ACTIONS(5854), 1, anon_sym_PIPE, ACTIONS(5856), 1, anon_sym_CARET, ACTIONS(5858), 1, anon_sym_AMP, ACTIONS(5860), 1, anon_sym_EQ_EQ, ACTIONS(5862), 1, anon_sym_BANG_EQ, ACTIONS(5864), 1, anon_sym_GT, ACTIONS(5866), 1, anon_sym_GT_EQ, ACTIONS(5868), 1, anon_sym_LT_EQ, ACTIONS(5870), 1, anon_sym_LT, ACTIONS(5872), 1, anon_sym_LT_LT, ACTIONS(5874), 1, anon_sym_GT_GT, ACTIONS(5876), 1, anon_sym_EQ, ACTIONS(5878), 1, anon_sym_QMARK, ACTIONS(5880), 1, anon_sym_STAR_EQ, ACTIONS(5882), 1, anon_sym_SLASH_EQ, ACTIONS(5884), 1, anon_sym_PERCENT_EQ, ACTIONS(5886), 1, anon_sym_PLUS_EQ, ACTIONS(5888), 1, anon_sym_DASH_EQ, ACTIONS(5890), 1, anon_sym_LT_LT_EQ, ACTIONS(5892), 1, anon_sym_GT_GT_EQ, ACTIONS(5894), 1, anon_sym_AMP_EQ, ACTIONS(5896), 1, anon_sym_CARET_EQ, ACTIONS(5898), 1, anon_sym_PIPE_EQ, ACTIONS(5900), 1, anon_sym_LT_EQ_GT, ACTIONS(5902), 1, anon_sym_or, ACTIONS(5904), 1, anon_sym_and, ACTIONS(5906), 1, anon_sym_bitor, ACTIONS(5908), 1, anon_sym_xor, ACTIONS(5910), 1, anon_sym_bitand, ACTIONS(5912), 1, anon_sym_not_eq, ACTIONS(5916), 1, anon_sym_DOT_STAR, ACTIONS(5918), 1, anon_sym_DASH_GT_STAR, ACTIONS(5968), 1, anon_sym_RPAREN, STATE(1916), 1, sym__binary_fold_operator, STATE(3263), 1, sym_argument_list, STATE(7204), 1, sym__fold_operator, ACTIONS(5818), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5914), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, [75675] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4736), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(4738), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [75734] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5618), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5616), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [75793] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4558), 23, anon_sym_DASH, anon_sym_PLUS, sym_primitive_type, anon_sym_not, anon_sym_compl, anon_sym_sizeof, anon_sym_offsetof, anon_sym__Generic, anon_sym_asm, anon_sym___asm__, sym_true, sym_false, anon_sym_NULL, anon_sym_nullptr, sym_identifier, anon_sym_decltype, anon_sym_typename, anon_sym_template, anon_sym_delete, anon_sym_co_await, anon_sym_new, anon_sym_requires, sym_this, ACTIONS(4560), 28, anon_sym_LPAREN2, anon_sym_BANG, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP, anon_sym_SEMI, anon_sym_COLON_COLON, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, sym_number_literal, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, anon_sym_R_DQUOTE, anon_sym_LR_DQUOTE, anon_sym_uR_DQUOTE, anon_sym_UR_DQUOTE, anon_sym_u8R_DQUOTE, [75852] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4910), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(4912), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, sym_auto, anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [75911] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4906), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(4908), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, sym_auto, anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [75970] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4902), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(4904), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, sym_auto, anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [76029] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5604), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5602), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [76088] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4922), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(4924), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, sym_auto, anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [76147] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4886), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(4888), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, sym_auto, anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [76206] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4918), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(4920), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, sym_auto, anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [76265] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4839), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(4841), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, sym_auto, anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [76324] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4882), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(4884), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, sym_auto, anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [76383] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5407), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5409), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [76442] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4894), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(4896), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, sym_auto, anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [76501] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4890), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(4892), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, sym_auto, anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [76560] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4780), 23, anon_sym_DASH, anon_sym_PLUS, sym_primitive_type, anon_sym_not, anon_sym_compl, anon_sym_sizeof, anon_sym_offsetof, anon_sym__Generic, anon_sym_asm, anon_sym___asm__, sym_true, sym_false, anon_sym_NULL, anon_sym_nullptr, sym_identifier, anon_sym_decltype, anon_sym_typename, anon_sym_template, anon_sym_delete, anon_sym_co_await, anon_sym_new, anon_sym_requires, sym_this, ACTIONS(4782), 28, anon_sym_LPAREN2, anon_sym_BANG, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP, anon_sym_SEMI, anon_sym_COLON_COLON, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, sym_number_literal, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, anon_sym_R_DQUOTE, anon_sym_LR_DQUOTE, anon_sym_uR_DQUOTE, anon_sym_UR_DQUOTE, anon_sym_u8R_DQUOTE, [76619] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4878), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(4880), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, sym_auto, anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [76678] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4541), 23, anon_sym_DASH, anon_sym_PLUS, sym_primitive_type, anon_sym_not, anon_sym_compl, anon_sym_sizeof, anon_sym_offsetof, anon_sym__Generic, anon_sym_asm, anon_sym___asm__, sym_true, sym_false, anon_sym_NULL, anon_sym_nullptr, sym_identifier, anon_sym_decltype, anon_sym_typename, anon_sym_template, anon_sym_delete, anon_sym_co_await, anon_sym_new, anon_sym_requires, sym_this, ACTIONS(4543), 28, anon_sym_LPAREN2, anon_sym_BANG, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP, anon_sym_SEMI, anon_sym_COLON_COLON, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, sym_number_literal, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, anon_sym_R_DQUOTE, anon_sym_LR_DQUOTE, anon_sym_uR_DQUOTE, anon_sym_UR_DQUOTE, anon_sym_u8R_DQUOTE, [76737] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4537), 23, anon_sym_DASH, anon_sym_PLUS, sym_primitive_type, anon_sym_not, anon_sym_compl, anon_sym_sizeof, anon_sym_offsetof, anon_sym__Generic, anon_sym_asm, anon_sym___asm__, sym_true, sym_false, anon_sym_NULL, anon_sym_nullptr, sym_identifier, anon_sym_decltype, anon_sym_typename, anon_sym_template, anon_sym_delete, anon_sym_co_await, anon_sym_new, anon_sym_requires, sym_this, ACTIONS(4539), 28, anon_sym_LPAREN2, anon_sym_BANG, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP, anon_sym_SEMI, anon_sym_COLON_COLON, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, sym_number_literal, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, anon_sym_R_DQUOTE, anon_sym_LR_DQUOTE, anon_sym_uR_DQUOTE, anon_sym_UR_DQUOTE, anon_sym_u8R_DQUOTE, [76796] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4531), 23, anon_sym_DASH, anon_sym_PLUS, sym_primitive_type, anon_sym_not, anon_sym_compl, anon_sym_sizeof, anon_sym_offsetof, anon_sym__Generic, anon_sym_asm, anon_sym___asm__, sym_true, sym_false, anon_sym_NULL, anon_sym_nullptr, sym_identifier, anon_sym_decltype, anon_sym_typename, anon_sym_template, anon_sym_delete, anon_sym_co_await, anon_sym_new, anon_sym_requires, sym_this, ACTIONS(4533), 28, anon_sym_LPAREN2, anon_sym_BANG, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP, anon_sym_SEMI, anon_sym_COLON_COLON, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, sym_number_literal, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, anon_sym_R_DQUOTE, anon_sym_LR_DQUOTE, anon_sym_uR_DQUOTE, anon_sym_UR_DQUOTE, anon_sym_u8R_DQUOTE, [76855] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4521), 23, anon_sym_DASH, anon_sym_PLUS, sym_primitive_type, anon_sym_not, anon_sym_compl, anon_sym_sizeof, anon_sym_offsetof, anon_sym__Generic, anon_sym_asm, anon_sym___asm__, sym_true, sym_false, anon_sym_NULL, anon_sym_nullptr, sym_identifier, anon_sym_decltype, anon_sym_typename, anon_sym_template, anon_sym_delete, anon_sym_co_await, anon_sym_new, anon_sym_requires, sym_this, ACTIONS(4523), 28, anon_sym_LPAREN2, anon_sym_BANG, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP, anon_sym_SEMI, anon_sym_COLON_COLON, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, sym_number_literal, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, anon_sym_R_DQUOTE, anon_sym_LR_DQUOTE, anon_sym_uR_DQUOTE, anon_sym_UR_DQUOTE, anon_sym_u8R_DQUOTE, [76914] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4874), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(4876), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, sym_auto, anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [76973] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4957), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(4959), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, sym_auto, anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [77032] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(4501), 1, anon_sym_EQ, ACTIONS(4505), 13, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, ACTIONS(4473), 17, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4478), 20, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [77095] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5970), 23, anon_sym_DASH, anon_sym_PLUS, sym_primitive_type, anon_sym_not, anon_sym_compl, anon_sym_sizeof, anon_sym_offsetof, anon_sym__Generic, anon_sym_asm, anon_sym___asm__, sym_true, sym_false, anon_sym_NULL, anon_sym_nullptr, sym_identifier, anon_sym_decltype, anon_sym_typename, anon_sym_template, anon_sym_delete, anon_sym_co_await, anon_sym_new, anon_sym_requires, sym_this, ACTIONS(5972), 28, anon_sym_LPAREN2, anon_sym_BANG, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP, anon_sym_SEMI, anon_sym_COLON_COLON, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, sym_number_literal, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, anon_sym_R_DQUOTE, anon_sym_LR_DQUOTE, anon_sym_uR_DQUOTE, anon_sym_UR_DQUOTE, anon_sym_u8R_DQUOTE, [77154] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5600), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5598), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [77213] = 50, ACTIONS(3), 1, sym_comment, ACTIONS(5252), 1, anon_sym_LPAREN2, ACTIONS(5804), 1, anon_sym_LBRACK, ACTIONS(5834), 1, anon_sym_DOT_DOT_DOT, ACTIONS(5836), 1, anon_sym_COMMA, ACTIONS(5840), 1, anon_sym_DASH, ACTIONS(5842), 1, anon_sym_PLUS, ACTIONS(5844), 1, anon_sym_STAR, ACTIONS(5846), 1, anon_sym_SLASH, ACTIONS(5848), 1, anon_sym_PERCENT, ACTIONS(5850), 1, anon_sym_PIPE_PIPE, ACTIONS(5852), 1, anon_sym_AMP_AMP, ACTIONS(5854), 1, anon_sym_PIPE, ACTIONS(5856), 1, anon_sym_CARET, ACTIONS(5858), 1, anon_sym_AMP, ACTIONS(5860), 1, anon_sym_EQ_EQ, ACTIONS(5862), 1, anon_sym_BANG_EQ, ACTIONS(5864), 1, anon_sym_GT, ACTIONS(5866), 1, anon_sym_GT_EQ, ACTIONS(5868), 1, anon_sym_LT_EQ, ACTIONS(5870), 1, anon_sym_LT, ACTIONS(5872), 1, anon_sym_LT_LT, ACTIONS(5874), 1, anon_sym_GT_GT, ACTIONS(5876), 1, anon_sym_EQ, ACTIONS(5878), 1, anon_sym_QMARK, ACTIONS(5880), 1, anon_sym_STAR_EQ, ACTIONS(5882), 1, anon_sym_SLASH_EQ, ACTIONS(5884), 1, anon_sym_PERCENT_EQ, ACTIONS(5886), 1, anon_sym_PLUS_EQ, ACTIONS(5888), 1, anon_sym_DASH_EQ, ACTIONS(5890), 1, anon_sym_LT_LT_EQ, ACTIONS(5892), 1, anon_sym_GT_GT_EQ, ACTIONS(5894), 1, anon_sym_AMP_EQ, ACTIONS(5896), 1, anon_sym_CARET_EQ, ACTIONS(5898), 1, anon_sym_PIPE_EQ, ACTIONS(5900), 1, anon_sym_LT_EQ_GT, ACTIONS(5902), 1, anon_sym_or, ACTIONS(5904), 1, anon_sym_and, ACTIONS(5906), 1, anon_sym_bitor, ACTIONS(5908), 1, anon_sym_xor, ACTIONS(5910), 1, anon_sym_bitand, ACTIONS(5912), 1, anon_sym_not_eq, ACTIONS(5916), 1, anon_sym_DOT_STAR, ACTIONS(5918), 1, anon_sym_DASH_GT_STAR, ACTIONS(5974), 1, anon_sym_RPAREN, STATE(1916), 1, sym__binary_fold_operator, STATE(3263), 1, sym_argument_list, STATE(7204), 1, sym__fold_operator, ACTIONS(5818), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5914), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, [77366] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5399), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, ACTIONS(5401), 27, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DOT, sym_literal_suffix, [77424] = 5, ACTIONS(3), 1, sym_comment, STATE(2137), 1, sym_string_literal, ACTIONS(5980), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, ACTIONS(5978), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(5976), 38, anon_sym_AMP, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, [77486] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(5302), 1, anon_sym_LPAREN2, ACTIONS(5982), 1, anon_sym_LBRACK, ACTIONS(5986), 1, anon_sym_DOT, ACTIONS(5988), 1, anon_sym_DASH_GT, STATE(3460), 1, sym_argument_list, ACTIONS(5984), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(5582), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, ACTIONS(5580), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_GT2, [77556] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(5302), 1, anon_sym_LPAREN2, ACTIONS(5982), 1, anon_sym_LBRACK, ACTIONS(5986), 1, anon_sym_DOT, ACTIONS(5988), 1, anon_sym_DASH_GT, STATE(3460), 1, sym_argument_list, ACTIONS(5984), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(5990), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(5994), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(5992), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(5561), 12, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, ACTIONS(5559), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_GT2, [77632] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(5302), 1, anon_sym_LPAREN2, ACTIONS(5982), 1, anon_sym_LBRACK, ACTIONS(5986), 1, anon_sym_DOT, ACTIONS(5988), 1, anon_sym_DASH_GT, STATE(3460), 1, sym_argument_list, ACTIONS(5984), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(5990), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(5992), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(5561), 14, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, ACTIONS(5559), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_GT2, [77706] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4802), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DOT, sym_literal_suffix, ACTIONS(4800), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, anon_sym_R_DQUOTE, anon_sym_LR_DQUOTE, anon_sym_uR_DQUOTE, anon_sym_UR_DQUOTE, anon_sym_u8R_DQUOTE, [77764] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(5302), 1, anon_sym_LPAREN2, ACTIONS(5982), 1, anon_sym_LBRACK, ACTIONS(5986), 1, anon_sym_DOT, ACTIONS(5988), 1, anon_sym_DASH_GT, ACTIONS(5996), 1, anon_sym_LT_EQ_GT, STATE(3460), 1, sym_argument_list, ACTIONS(5984), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(5990), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(5994), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(5992), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(5561), 12, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, ACTIONS(5559), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_GT2, [77842] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(5302), 1, anon_sym_LPAREN2, ACTIONS(5982), 1, anon_sym_LBRACK, ACTIONS(5986), 1, anon_sym_DOT, ACTIONS(5988), 1, anon_sym_DASH_GT, ACTIONS(5996), 1, anon_sym_LT_EQ_GT, STATE(3460), 1, sym_argument_list, ACTIONS(5984), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(5990), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(5994), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(5992), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(5998), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, ACTIONS(5561), 8, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, ACTIONS(5559), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_GT2, [77922] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(5302), 1, anon_sym_LPAREN2, ACTIONS(5982), 1, anon_sym_LBRACK, ACTIONS(5986), 1, anon_sym_DOT, ACTIONS(5988), 1, anon_sym_DASH_GT, ACTIONS(5996), 1, anon_sym_LT_EQ_GT, STATE(3460), 1, sym_argument_list, ACTIONS(5984), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(5990), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(5994), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(5992), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(6000), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(5998), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, ACTIONS(5561), 8, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, ACTIONS(5559), 20, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, 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_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_bitor, anon_sym_bitand, anon_sym_GT2, [78004] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(5302), 1, anon_sym_LPAREN2, ACTIONS(5982), 1, anon_sym_LBRACK, ACTIONS(5986), 1, anon_sym_DOT, ACTIONS(5988), 1, anon_sym_DASH_GT, ACTIONS(5996), 1, anon_sym_LT_EQ_GT, ACTIONS(6002), 1, anon_sym_AMP, ACTIONS(6004), 1, anon_sym_bitand, STATE(3460), 1, sym_argument_list, ACTIONS(5984), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(5990), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(5994), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(5992), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(6000), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(5998), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, ACTIONS(5561), 7, anon_sym_PIPE, anon_sym_CARET, anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, ACTIONS(5559), 19, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, 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_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_bitor, anon_sym_GT2, [78090] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(5302), 1, anon_sym_LPAREN2, ACTIONS(5982), 1, anon_sym_LBRACK, ACTIONS(5986), 1, anon_sym_DOT, ACTIONS(5988), 1, anon_sym_DASH_GT, ACTIONS(5996), 1, anon_sym_LT_EQ_GT, ACTIONS(6002), 1, anon_sym_AMP, ACTIONS(6004), 1, anon_sym_bitand, STATE(3460), 1, sym_argument_list, ACTIONS(5984), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(5990), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(5994), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6006), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(5992), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(6000), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(5998), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, ACTIONS(5561), 5, anon_sym_PIPE, anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, ACTIONS(5559), 19, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, 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_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_bitor, anon_sym_GT2, [78178] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(5302), 1, anon_sym_LPAREN2, ACTIONS(5982), 1, anon_sym_LBRACK, ACTIONS(5986), 1, anon_sym_DOT, ACTIONS(5988), 1, anon_sym_DASH_GT, ACTIONS(5996), 1, anon_sym_LT_EQ_GT, ACTIONS(6002), 1, anon_sym_AMP, ACTIONS(6004), 1, anon_sym_bitand, ACTIONS(6008), 1, anon_sym_PIPE, ACTIONS(6010), 1, anon_sym_bitor, STATE(3460), 1, sym_argument_list, ACTIONS(5984), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(5990), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(5994), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6006), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(5992), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(6000), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(5561), 4, anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, ACTIONS(5998), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, ACTIONS(5559), 18, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, 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_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_GT2, [78270] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(5302), 1, anon_sym_LPAREN2, ACTIONS(5982), 1, anon_sym_LBRACK, ACTIONS(5986), 1, anon_sym_DOT, ACTIONS(5988), 1, anon_sym_DASH_GT, ACTIONS(5996), 1, anon_sym_LT_EQ_GT, ACTIONS(6002), 1, anon_sym_AMP, ACTIONS(6004), 1, anon_sym_bitand, ACTIONS(6008), 1, anon_sym_PIPE, ACTIONS(6010), 1, anon_sym_bitor, ACTIONS(6012), 1, anon_sym_AMP_AMP, ACTIONS(6014), 1, anon_sym_and, STATE(3460), 1, sym_argument_list, ACTIONS(5984), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(5990), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(5994), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6006), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(5561), 3, anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_or, ACTIONS(5992), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(6000), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(5998), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, ACTIONS(5559), 17, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_PIPE_PIPE, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_GT2, [78366] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(5302), 1, anon_sym_LPAREN2, ACTIONS(5982), 1, anon_sym_LBRACK, ACTIONS(5986), 1, anon_sym_DOT, ACTIONS(5988), 1, anon_sym_DASH_GT, STATE(3460), 1, sym_argument_list, ACTIONS(5984), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(5561), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, ACTIONS(5559), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_GT2, [78436] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(5302), 1, anon_sym_LPAREN2, ACTIONS(5982), 1, anon_sym_LBRACK, ACTIONS(5986), 1, anon_sym_DOT, ACTIONS(5988), 1, anon_sym_DASH_GT, STATE(3460), 1, sym_argument_list, ACTIONS(5984), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(5992), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(5561), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, ACTIONS(5559), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_GT2, [78508] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(5302), 1, anon_sym_LPAREN2, ACTIONS(5982), 1, anon_sym_LBRACK, ACTIONS(5986), 1, anon_sym_DOT, ACTIONS(5988), 1, anon_sym_DASH_GT, ACTIONS(5996), 1, anon_sym_LT_EQ_GT, ACTIONS(6002), 1, anon_sym_AMP, ACTIONS(6004), 1, anon_sym_bitand, ACTIONS(6008), 1, anon_sym_PIPE, ACTIONS(6010), 1, anon_sym_bitor, ACTIONS(6012), 1, anon_sym_AMP_AMP, ACTIONS(6014), 1, anon_sym_and, ACTIONS(6016), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6018), 1, anon_sym_PIPE_PIPE, ACTIONS(6020), 1, anon_sym_or, STATE(3460), 1, sym_argument_list, ACTIONS(5507), 2, anon_sym_EQ, anon_sym_GT_GT_EQ, ACTIONS(5984), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(5990), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(5994), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6006), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(5992), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(6000), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(5998), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, ACTIONS(5481), 15, anon_sym_COMMA, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_GT2, [78610] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(5302), 1, anon_sym_LPAREN2, ACTIONS(5982), 1, anon_sym_LBRACK, ACTIONS(5986), 1, anon_sym_DOT, ACTIONS(5988), 1, anon_sym_DASH_GT, ACTIONS(5996), 1, anon_sym_LT_EQ_GT, ACTIONS(6002), 1, anon_sym_AMP, ACTIONS(6004), 1, anon_sym_bitand, ACTIONS(6008), 1, anon_sym_PIPE, ACTIONS(6010), 1, anon_sym_bitor, ACTIONS(6012), 1, anon_sym_AMP_AMP, ACTIONS(6014), 1, anon_sym_and, ACTIONS(6018), 1, anon_sym_PIPE_PIPE, ACTIONS(6020), 1, anon_sym_or, STATE(3460), 1, sym_argument_list, ACTIONS(5612), 2, anon_sym_EQ, anon_sym_GT_GT_EQ, ACTIONS(5984), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(5990), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(5994), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6006), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(5992), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(6000), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(5998), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, ACTIONS(5610), 16, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_GT2, [78710] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(45), 1, anon_sym___based, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1931), 1, anon_sym_operator, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(2560), 1, anon_sym_LPAREN2, ACTIONS(2562), 1, anon_sym_TILDE, ACTIONS(6022), 1, sym_identifier, ACTIONS(6024), 1, anon_sym_STAR, ACTIONS(6026), 1, anon_sym_AMP_AMP, ACTIONS(6028), 1, anon_sym_AMP, ACTIONS(6030), 1, anon_sym_COLON_COLON, ACTIONS(6032), 1, anon_sym_LBRACK, STATE(4767), 1, sym_ms_unaligned_ptr_modifier, STATE(5345), 1, sym__scope_resolution, STATE(5644), 1, sym__declarator, STATE(7052), 1, sym_ms_based_modifier, ACTIONS(2729), 2, anon_sym__unaligned, anon_sym___unaligned, STATE(3844), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, STATE(4612), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, ACTIONS(2727), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, STATE(7572), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, ACTIONS(2731), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, STATE(5671), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, sym_reference_declarator, sym_structured_binding_declarator, sym_template_function, sym_destructor_name, sym_qualified_identifier, sym_operator_name, [78810] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(45), 1, anon_sym___based, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1931), 1, anon_sym_operator, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(2560), 1, anon_sym_LPAREN2, ACTIONS(2562), 1, anon_sym_TILDE, ACTIONS(6022), 1, sym_identifier, ACTIONS(6024), 1, anon_sym_STAR, ACTIONS(6026), 1, anon_sym_AMP_AMP, ACTIONS(6028), 1, anon_sym_AMP, ACTIONS(6030), 1, anon_sym_COLON_COLON, ACTIONS(6032), 1, anon_sym_LBRACK, STATE(4767), 1, sym_ms_unaligned_ptr_modifier, STATE(5345), 1, sym__scope_resolution, STATE(5637), 1, sym__declarator, STATE(7052), 1, sym_ms_based_modifier, ACTIONS(2729), 2, anon_sym__unaligned, anon_sym___unaligned, STATE(3374), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, STATE(3845), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(2727), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, STATE(7572), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, ACTIONS(2731), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, STATE(5671), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, sym_reference_declarator, sym_structured_binding_declarator, sym_template_function, sym_destructor_name, sym_qualified_identifier, sym_operator_name, [78910] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(45), 1, anon_sym___based, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1931), 1, anon_sym_operator, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(2560), 1, anon_sym_LPAREN2, ACTIONS(2562), 1, anon_sym_TILDE, ACTIONS(5015), 1, sym_identifier, ACTIONS(5219), 1, anon_sym_COLON_COLON, ACTIONS(6032), 1, anon_sym_LBRACK, ACTIONS(6034), 1, anon_sym_STAR, ACTIONS(6036), 1, anon_sym_AMP_AMP, ACTIONS(6038), 1, anon_sym_AMP, STATE(4767), 1, sym_ms_unaligned_ptr_modifier, STATE(5322), 1, sym__scope_resolution, STATE(5841), 1, sym__declarator, STATE(7051), 1, sym_ms_based_modifier, ACTIONS(2729), 2, anon_sym__unaligned, anon_sym___unaligned, STATE(3415), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, STATE(3852), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(2727), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, STATE(7572), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, ACTIONS(2731), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, STATE(5671), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, sym_reference_declarator, sym_structured_binding_declarator, sym_template_function, sym_destructor_name, sym_qualified_identifier, sym_operator_name, [79010] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(5302), 1, anon_sym_LPAREN2, ACTIONS(5982), 1, anon_sym_LBRACK, ACTIONS(5986), 1, anon_sym_DOT, ACTIONS(5988), 1, anon_sym_DASH_GT, ACTIONS(5996), 1, anon_sym_LT_EQ_GT, ACTIONS(6002), 1, anon_sym_AMP, ACTIONS(6004), 1, anon_sym_bitand, ACTIONS(6008), 1, anon_sym_PIPE, ACTIONS(6010), 1, anon_sym_bitor, ACTIONS(6012), 1, anon_sym_AMP_AMP, ACTIONS(6014), 1, anon_sym_and, ACTIONS(6016), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6018), 1, anon_sym_PIPE_PIPE, ACTIONS(6020), 1, anon_sym_or, ACTIONS(6040), 1, anon_sym_QMARK, STATE(3460), 1, sym_argument_list, ACTIONS(5666), 2, anon_sym_EQ, anon_sym_GT_GT_EQ, ACTIONS(5984), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(5990), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(5994), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6006), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(5992), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(6000), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(5998), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, ACTIONS(5664), 14, anon_sym_COMMA, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_GT2, [79114] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(5302), 1, anon_sym_LPAREN2, ACTIONS(5982), 1, anon_sym_LBRACK, ACTIONS(5986), 1, anon_sym_DOT, ACTIONS(5988), 1, anon_sym_DASH_GT, ACTIONS(5996), 1, anon_sym_LT_EQ_GT, ACTIONS(6002), 1, anon_sym_AMP, ACTIONS(6004), 1, anon_sym_bitand, ACTIONS(6008), 1, anon_sym_PIPE, ACTIONS(6010), 1, anon_sym_bitor, ACTIONS(6012), 1, anon_sym_AMP_AMP, ACTIONS(6014), 1, anon_sym_and, ACTIONS(6018), 1, anon_sym_PIPE_PIPE, ACTIONS(6020), 1, anon_sym_or, STATE(3460), 1, sym_argument_list, ACTIONS(5551), 2, anon_sym_EQ, anon_sym_GT_GT_EQ, ACTIONS(5984), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(5990), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(5994), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6006), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(5992), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(6000), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(5998), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, ACTIONS(5549), 16, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_GT2, [79214] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(29), 1, anon_sym_AMP_AMP, ACTIONS(45), 1, anon_sym___based, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1931), 1, anon_sym_operator, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(2560), 1, anon_sym_LPAREN2, ACTIONS(2562), 1, anon_sym_TILDE, ACTIONS(2564), 1, anon_sym_STAR, ACTIONS(2566), 1, anon_sym_AMP, ACTIONS(5015), 1, sym_identifier, ACTIONS(5219), 1, anon_sym_COLON_COLON, ACTIONS(6032), 1, anon_sym_LBRACK, STATE(4767), 1, sym_ms_unaligned_ptr_modifier, STATE(5322), 1, sym__scope_resolution, STATE(5637), 1, sym__declarator, STATE(7599), 1, sym_ms_based_modifier, ACTIONS(2729), 2, anon_sym__unaligned, anon_sym___unaligned, STATE(3414), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, STATE(3826), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(2727), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, STATE(7572), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, ACTIONS(2731), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, STATE(5671), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, sym_reference_declarator, sym_structured_binding_declarator, sym_template_function, sym_destructor_name, sym_qualified_identifier, sym_operator_name, [79314] = 5, ACTIONS(3), 1, sym_comment, STATE(3380), 1, aux_sym_sized_type_specifier_repeat1, ACTIONS(6042), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, ACTIONS(4861), 13, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, ACTIONS(4859), 32, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_virtual, anon_sym_template, anon_sym_operator, anon_sym_try, anon_sym_requires, [79376] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(5302), 1, anon_sym_LPAREN2, ACTIONS(5982), 1, anon_sym_LBRACK, ACTIONS(5986), 1, anon_sym_DOT, ACTIONS(5988), 1, anon_sym_DASH_GT, ACTIONS(5996), 1, anon_sym_LT_EQ_GT, ACTIONS(6002), 1, anon_sym_AMP, ACTIONS(6004), 1, anon_sym_bitand, ACTIONS(6008), 1, anon_sym_PIPE, ACTIONS(6010), 1, anon_sym_bitor, ACTIONS(6012), 1, anon_sym_AMP_AMP, ACTIONS(6014), 1, anon_sym_and, ACTIONS(6018), 1, anon_sym_PIPE_PIPE, ACTIONS(6020), 1, anon_sym_or, STATE(3460), 1, sym_argument_list, ACTIONS(5696), 2, anon_sym_EQ, anon_sym_GT_GT_EQ, ACTIONS(5984), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(5990), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(5994), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6006), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(5992), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(6000), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(5998), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, ACTIONS(5694), 16, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_GT2, [79476] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(45), 1, anon_sym___based, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1931), 1, anon_sym_operator, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(2560), 1, anon_sym_LPAREN2, ACTIONS(2562), 1, anon_sym_TILDE, ACTIONS(6022), 1, sym_identifier, ACTIONS(6024), 1, anon_sym_STAR, ACTIONS(6026), 1, anon_sym_AMP_AMP, ACTIONS(6028), 1, anon_sym_AMP, ACTIONS(6030), 1, anon_sym_COLON_COLON, ACTIONS(6032), 1, anon_sym_LBRACK, STATE(4767), 1, sym_ms_unaligned_ptr_modifier, STATE(5345), 1, sym__scope_resolution, STATE(5633), 1, sym__declarator, STATE(7052), 1, sym_ms_based_modifier, ACTIONS(2729), 2, anon_sym__unaligned, anon_sym___unaligned, STATE(3838), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, STATE(4612), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, ACTIONS(2727), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, STATE(7572), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, ACTIONS(2731), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, STATE(5671), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, sym_reference_declarator, sym_structured_binding_declarator, sym_template_function, sym_destructor_name, sym_qualified_identifier, sym_operator_name, [79576] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(45), 1, anon_sym___based, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1931), 1, anon_sym_operator, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(2560), 1, anon_sym_LPAREN2, ACTIONS(2562), 1, anon_sym_TILDE, ACTIONS(5174), 1, sym_identifier, ACTIONS(5184), 1, anon_sym_COLON_COLON, ACTIONS(6032), 1, anon_sym_LBRACK, ACTIONS(6045), 1, anon_sym_STAR, ACTIONS(6047), 1, anon_sym_AMP_AMP, ACTIONS(6049), 1, anon_sym_AMP, STATE(4767), 1, sym_ms_unaligned_ptr_modifier, STATE(5355), 1, sym__scope_resolution, STATE(5589), 1, sym__declarator, STATE(6982), 1, sym_ms_based_modifier, ACTIONS(2729), 2, anon_sym__unaligned, anon_sym___unaligned, STATE(3842), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, STATE(4612), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, ACTIONS(2727), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, STATE(7572), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, ACTIONS(2731), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, STATE(5671), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, sym_reference_declarator, sym_structured_binding_declarator, sym_template_function, sym_destructor_name, sym_qualified_identifier, sym_operator_name, [79676] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(45), 1, anon_sym___based, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1931), 1, anon_sym_operator, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(2560), 1, anon_sym_LPAREN2, ACTIONS(2562), 1, anon_sym_TILDE, ACTIONS(5174), 1, sym_identifier, ACTIONS(5184), 1, anon_sym_COLON_COLON, ACTIONS(6032), 1, anon_sym_LBRACK, ACTIONS(6045), 1, anon_sym_STAR, ACTIONS(6047), 1, anon_sym_AMP_AMP, ACTIONS(6049), 1, anon_sym_AMP, STATE(4767), 1, sym_ms_unaligned_ptr_modifier, STATE(5355), 1, sym__scope_resolution, STATE(5561), 1, sym__declarator, STATE(6982), 1, sym_ms_based_modifier, ACTIONS(2729), 2, anon_sym__unaligned, anon_sym___unaligned, STATE(3383), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, STATE(3856), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(2727), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, STATE(7572), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, ACTIONS(2731), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, STATE(5671), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, sym_reference_declarator, sym_structured_binding_declarator, sym_template_function, sym_destructor_name, sym_qualified_identifier, sym_operator_name, [79776] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(5381), 1, anon_sym_LBRACK, STATE(3518), 1, sym_new_declarator, ACTIONS(5364), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5362), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACE, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [79838] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(5302), 1, anon_sym_LPAREN2, ACTIONS(5982), 1, anon_sym_LBRACK, ACTIONS(5986), 1, anon_sym_DOT, ACTIONS(5988), 1, anon_sym_DASH_GT, STATE(3460), 1, sym_argument_list, ACTIONS(5571), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, ACTIONS(5569), 26, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_GT2, [79906] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(45), 1, anon_sym___based, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1931), 1, anon_sym_operator, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(2560), 1, anon_sym_LPAREN2, ACTIONS(2562), 1, anon_sym_TILDE, ACTIONS(5174), 1, sym_identifier, ACTIONS(5184), 1, anon_sym_COLON_COLON, ACTIONS(6032), 1, anon_sym_LBRACK, ACTIONS(6051), 1, anon_sym_STAR, ACTIONS(6053), 1, anon_sym_AMP_AMP, ACTIONS(6055), 1, anon_sym_AMP, STATE(4767), 1, sym_ms_unaligned_ptr_modifier, STATE(5355), 1, sym__scope_resolution, STATE(5456), 1, sym__declarator, STATE(7190), 1, sym_ms_based_modifier, ACTIONS(2729), 2, anon_sym__unaligned, anon_sym___unaligned, STATE(3851), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, STATE(4612), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, ACTIONS(2727), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, STATE(7572), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, ACTIONS(2731), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, STATE(5671), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, sym_reference_declarator, sym_structured_binding_declarator, sym_template_function, sym_destructor_name, sym_qualified_identifier, sym_operator_name, [80006] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(5302), 1, anon_sym_LPAREN2, ACTIONS(5982), 1, anon_sym_LBRACK, ACTIONS(5986), 1, anon_sym_DOT, ACTIONS(5988), 1, anon_sym_DASH_GT, ACTIONS(5996), 1, anon_sym_LT_EQ_GT, ACTIONS(6002), 1, anon_sym_AMP, ACTIONS(6004), 1, anon_sym_bitand, ACTIONS(6008), 1, anon_sym_PIPE, ACTIONS(6010), 1, anon_sym_bitor, ACTIONS(6012), 1, anon_sym_AMP_AMP, ACTIONS(6014), 1, anon_sym_and, ACTIONS(6018), 1, anon_sym_PIPE_PIPE, ACTIONS(6020), 1, anon_sym_or, STATE(3460), 1, sym_argument_list, ACTIONS(5646), 2, anon_sym_EQ, anon_sym_GT_GT_EQ, ACTIONS(5984), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(5990), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(5994), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6006), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(5992), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(6000), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(5998), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, ACTIONS(5644), 16, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_GT2, [80106] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(5302), 1, anon_sym_LPAREN2, ACTIONS(5982), 1, anon_sym_LBRACK, ACTIONS(5986), 1, anon_sym_DOT, ACTIONS(5988), 1, anon_sym_DASH_GT, ACTIONS(5996), 1, anon_sym_LT_EQ_GT, STATE(3460), 1, sym_argument_list, ACTIONS(5984), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(5990), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(5994), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(5992), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(5658), 12, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, ACTIONS(5656), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_GT2, [80184] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(5302), 1, anon_sym_LPAREN2, ACTIONS(5982), 1, anon_sym_LBRACK, ACTIONS(5986), 1, anon_sym_DOT, ACTIONS(5988), 1, anon_sym_DASH_GT, STATE(3460), 1, sym_argument_list, ACTIONS(5984), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(5662), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, ACTIONS(5660), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_GT2, [80254] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(29), 1, anon_sym_AMP_AMP, ACTIONS(45), 1, anon_sym___based, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1931), 1, anon_sym_operator, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(2560), 1, anon_sym_LPAREN2, ACTIONS(2562), 1, anon_sym_TILDE, ACTIONS(2564), 1, anon_sym_STAR, ACTIONS(2566), 1, anon_sym_AMP, ACTIONS(5015), 1, sym_identifier, ACTIONS(5219), 1, anon_sym_COLON_COLON, ACTIONS(6032), 1, anon_sym_LBRACK, STATE(4767), 1, sym_ms_unaligned_ptr_modifier, STATE(5322), 1, sym__scope_resolution, STATE(5644), 1, sym__declarator, STATE(7599), 1, sym_ms_based_modifier, ACTIONS(2729), 2, anon_sym__unaligned, anon_sym___unaligned, STATE(3404), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, STATE(3830), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(2727), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, STATE(7572), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, ACTIONS(2731), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, STATE(5671), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, sym_reference_declarator, sym_structured_binding_declarator, sym_template_function, sym_destructor_name, sym_qualified_identifier, sym_operator_name, [80354] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(4512), 2, anon_sym_COLON_COLON, anon_sym_LBRACE, ACTIONS(4514), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(4519), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [80414] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(4507), 1, anon_sym_const, ACTIONS(4516), 1, anon_sym_AMP, ACTIONS(4509), 7, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_LBRACK, anon_sym_GT2, ACTIONS(4514), 10, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_GT_GT, anon_sym_DOT, ACTIONS(4512), 14, anon_sym_COLON_COLON, anon_sym_LBRACE, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_auto, anon_sym_decltype, ACTIONS(4519), 17, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_LT, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [80480] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(5302), 1, anon_sym_LPAREN2, ACTIONS(5982), 1, anon_sym_LBRACK, ACTIONS(5986), 1, anon_sym_DOT, ACTIONS(5988), 1, anon_sym_DASH_GT, STATE(3460), 1, sym_argument_list, ACTIONS(5672), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, ACTIONS(5670), 26, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_GT2, [80548] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(5302), 1, anon_sym_LPAREN2, ACTIONS(5982), 1, anon_sym_LBRACK, ACTIONS(5986), 1, anon_sym_DOT, ACTIONS(5988), 1, anon_sym_DASH_GT, ACTIONS(5996), 1, anon_sym_LT_EQ_GT, ACTIONS(6002), 1, anon_sym_AMP, ACTIONS(6004), 1, anon_sym_bitand, ACTIONS(6008), 1, anon_sym_PIPE, ACTIONS(6010), 1, anon_sym_bitor, ACTIONS(6012), 1, anon_sym_AMP_AMP, ACTIONS(6014), 1, anon_sym_and, ACTIONS(6016), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6018), 1, anon_sym_PIPE_PIPE, ACTIONS(6020), 1, anon_sym_or, ACTIONS(6040), 1, anon_sym_QMARK, STATE(3460), 1, sym_argument_list, ACTIONS(5746), 2, anon_sym_EQ, anon_sym_GT_GT_EQ, ACTIONS(5984), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(5990), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(5994), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6006), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(5992), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(6000), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(5998), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, ACTIONS(5744), 14, anon_sym_COMMA, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_GT2, [80652] = 5, ACTIONS(3), 1, sym_comment, STATE(2139), 1, sym_string_literal, ACTIONS(5980), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, ACTIONS(5978), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(5976), 38, anon_sym_AMP, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, [80714] = 5, ACTIONS(3), 1, sym_comment, STATE(2141), 1, sym_string_literal, ACTIONS(5980), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, ACTIONS(5978), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(5976), 38, anon_sym_AMP, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, [80776] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(4975), 1, sym_literal_suffix, ACTIONS(4478), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, ACTIONS(4473), 26, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DOT, [80836] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(45), 1, anon_sym___based, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1931), 1, anon_sym_operator, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(2560), 1, anon_sym_LPAREN2, ACTIONS(2562), 1, anon_sym_TILDE, ACTIONS(5174), 1, sym_identifier, ACTIONS(5184), 1, anon_sym_COLON_COLON, ACTIONS(6032), 1, anon_sym_LBRACK, ACTIONS(6051), 1, anon_sym_STAR, ACTIONS(6053), 1, anon_sym_AMP_AMP, ACTIONS(6055), 1, anon_sym_AMP, STATE(4767), 1, sym_ms_unaligned_ptr_modifier, STATE(5355), 1, sym__scope_resolution, STATE(5466), 1, sym__declarator, STATE(7190), 1, sym_ms_based_modifier, ACTIONS(2729), 2, anon_sym__unaligned, anon_sym___unaligned, STATE(3843), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, STATE(4612), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, ACTIONS(2727), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, STATE(7572), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, ACTIONS(2731), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, STATE(5671), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, sym_reference_declarator, sym_structured_binding_declarator, sym_template_function, sym_destructor_name, sym_qualified_identifier, sym_operator_name, [80936] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4786), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DOT, sym_literal_suffix, ACTIONS(4784), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, anon_sym_R_DQUOTE, anon_sym_LR_DQUOTE, anon_sym_uR_DQUOTE, anon_sym_UR_DQUOTE, anon_sym_u8R_DQUOTE, [80994] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(45), 1, anon_sym___based, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1931), 1, anon_sym_operator, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(2560), 1, anon_sym_LPAREN2, ACTIONS(2562), 1, anon_sym_TILDE, ACTIONS(5015), 1, sym_identifier, ACTIONS(5219), 1, anon_sym_COLON_COLON, ACTIONS(6032), 1, anon_sym_LBRACK, ACTIONS(6034), 1, anon_sym_STAR, ACTIONS(6036), 1, anon_sym_AMP_AMP, ACTIONS(6038), 1, anon_sym_AMP, STATE(4767), 1, sym_ms_unaligned_ptr_modifier, STATE(5322), 1, sym__scope_resolution, STATE(5841), 1, sym__declarator, STATE(7051), 1, sym_ms_based_modifier, ACTIONS(2729), 2, anon_sym__unaligned, anon_sym___unaligned, STATE(3852), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, STATE(4612), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, ACTIONS(2727), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, STATE(7572), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, ACTIONS(2731), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, STATE(5671), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, sym_reference_declarator, sym_structured_binding_declarator, sym_template_function, sym_destructor_name, sym_qualified_identifier, sym_operator_name, [81094] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(45), 1, anon_sym___based, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1931), 1, anon_sym_operator, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(2560), 1, anon_sym_LPAREN2, ACTIONS(2562), 1, anon_sym_TILDE, ACTIONS(5174), 1, sym_identifier, ACTIONS(5184), 1, anon_sym_COLON_COLON, ACTIONS(6032), 1, anon_sym_LBRACK, ACTIONS(6051), 1, anon_sym_STAR, ACTIONS(6053), 1, anon_sym_AMP_AMP, ACTIONS(6055), 1, anon_sym_AMP, STATE(4767), 1, sym_ms_unaligned_ptr_modifier, STATE(5355), 1, sym__scope_resolution, STATE(5398), 1, sym__declarator, STATE(7190), 1, sym_ms_based_modifier, ACTIONS(2729), 2, anon_sym__unaligned, anon_sym___unaligned, STATE(3399), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, STATE(3833), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(2727), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, STATE(7572), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, ACTIONS(2731), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, STATE(5671), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, sym_reference_declarator, sym_structured_binding_declarator, sym_template_function, sym_destructor_name, sym_qualified_identifier, sym_operator_name, [81194] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(45), 1, anon_sym___based, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1931), 1, anon_sym_operator, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(2560), 1, anon_sym_LPAREN2, ACTIONS(2562), 1, anon_sym_TILDE, ACTIONS(5174), 1, sym_identifier, ACTIONS(5184), 1, anon_sym_COLON_COLON, ACTIONS(6032), 1, anon_sym_LBRACK, ACTIONS(6045), 1, anon_sym_STAR, ACTIONS(6047), 1, anon_sym_AMP_AMP, ACTIONS(6049), 1, anon_sym_AMP, STATE(4767), 1, sym_ms_unaligned_ptr_modifier, STATE(5355), 1, sym__scope_resolution, STATE(5561), 1, sym__declarator, STATE(6982), 1, sym_ms_based_modifier, ACTIONS(2729), 2, anon_sym__unaligned, anon_sym___unaligned, STATE(3856), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, STATE(4612), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, ACTIONS(2727), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, STATE(7572), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, ACTIONS(2731), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, STATE(5671), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, sym_reference_declarator, sym_structured_binding_declarator, sym_template_function, sym_destructor_name, sym_qualified_identifier, sym_operator_name, [81294] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(29), 1, anon_sym_AMP_AMP, ACTIONS(45), 1, anon_sym___based, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1931), 1, anon_sym_operator, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(2560), 1, anon_sym_LPAREN2, ACTIONS(2562), 1, anon_sym_TILDE, ACTIONS(2564), 1, anon_sym_STAR, ACTIONS(2566), 1, anon_sym_AMP, ACTIONS(5015), 1, sym_identifier, ACTIONS(5219), 1, anon_sym_COLON_COLON, ACTIONS(6032), 1, anon_sym_LBRACK, STATE(4767), 1, sym_ms_unaligned_ptr_modifier, STATE(5322), 1, sym__scope_resolution, STATE(5633), 1, sym__declarator, STATE(7599), 1, sym_ms_based_modifier, ACTIONS(2729), 2, anon_sym__unaligned, anon_sym___unaligned, STATE(3846), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, STATE(4612), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, ACTIONS(2727), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, STATE(7572), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, ACTIONS(2731), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, STATE(5671), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, sym_reference_declarator, sym_structured_binding_declarator, sym_template_function, sym_destructor_name, sym_qualified_identifier, sym_operator_name, [81394] = 5, ACTIONS(3), 1, sym_comment, STATE(2138), 1, sym_string_literal, ACTIONS(5980), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, ACTIONS(5978), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(5976), 38, anon_sym_AMP, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, [81456] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(6057), 1, anon_sym_LT, STATE(3436), 1, sym_template_argument_list, ACTIONS(5575), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(5573), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, [81518] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5393), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(5391), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, [81576] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(45), 1, anon_sym___based, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1931), 1, anon_sym_operator, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(2560), 1, anon_sym_LPAREN2, ACTIONS(2562), 1, anon_sym_TILDE, ACTIONS(5015), 1, sym_identifier, ACTIONS(5219), 1, anon_sym_COLON_COLON, ACTIONS(6032), 1, anon_sym_LBRACK, ACTIONS(6034), 1, anon_sym_STAR, ACTIONS(6036), 1, anon_sym_AMP_AMP, ACTIONS(6038), 1, anon_sym_AMP, STATE(4767), 1, sym_ms_unaligned_ptr_modifier, STATE(5322), 1, sym__scope_resolution, STATE(5832), 1, sym__declarator, STATE(7051), 1, sym_ms_based_modifier, ACTIONS(2729), 2, anon_sym__unaligned, anon_sym___unaligned, STATE(3401), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, STATE(3834), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(2727), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, STATE(7572), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, ACTIONS(2731), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, STATE(5671), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, sym_reference_declarator, sym_structured_binding_declarator, sym_template_function, sym_destructor_name, sym_qualified_identifier, sym_operator_name, [81676] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(45), 1, anon_sym___based, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1931), 1, anon_sym_operator, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(2560), 1, anon_sym_LPAREN2, ACTIONS(2562), 1, anon_sym_TILDE, ACTIONS(5174), 1, sym_identifier, ACTIONS(5184), 1, anon_sym_COLON_COLON, ACTIONS(6032), 1, anon_sym_LBRACK, ACTIONS(6045), 1, anon_sym_STAR, ACTIONS(6047), 1, anon_sym_AMP_AMP, ACTIONS(6049), 1, anon_sym_AMP, STATE(4767), 1, sym_ms_unaligned_ptr_modifier, STATE(5355), 1, sym__scope_resolution, STATE(5564), 1, sym__declarator, STATE(6982), 1, sym_ms_based_modifier, ACTIONS(2729), 2, anon_sym__unaligned, anon_sym___unaligned, STATE(3403), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, STATE(3848), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(2727), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, STATE(7572), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, ACTIONS(2731), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, STATE(5671), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, sym_reference_declarator, sym_structured_binding_declarator, sym_template_function, sym_destructor_name, sym_qualified_identifier, sym_operator_name, [81776] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(5302), 1, anon_sym_LPAREN2, ACTIONS(5982), 1, anon_sym_LBRACK, ACTIONS(5986), 1, anon_sym_DOT, ACTIONS(5988), 1, anon_sym_DASH_GT, STATE(3460), 1, sym_argument_list, ACTIONS(5984), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(5527), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, ACTIONS(5525), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_GT2, [81846] = 5, ACTIONS(3), 1, sym_comment, STATE(2140), 1, sym_string_literal, ACTIONS(5980), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, ACTIONS(5978), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(5976), 38, anon_sym_AMP, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, [81908] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4810), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DOT, sym_literal_suffix, ACTIONS(4808), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, anon_sym_R_DQUOTE, anon_sym_LR_DQUOTE, anon_sym_uR_DQUOTE, anon_sym_UR_DQUOTE, anon_sym_u8R_DQUOTE, [81966] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(45), 1, anon_sym___based, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1931), 1, anon_sym_operator, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(2560), 1, anon_sym_LPAREN2, ACTIONS(2562), 1, anon_sym_TILDE, ACTIONS(5174), 1, sym_identifier, ACTIONS(5184), 1, anon_sym_COLON_COLON, ACTIONS(6032), 1, anon_sym_LBRACK, ACTIONS(6051), 1, anon_sym_STAR, ACTIONS(6053), 1, anon_sym_AMP_AMP, ACTIONS(6055), 1, anon_sym_AMP, STATE(4767), 1, sym_ms_unaligned_ptr_modifier, STATE(5355), 1, sym__scope_resolution, STATE(5466), 1, sym__declarator, STATE(7190), 1, sym_ms_based_modifier, ACTIONS(2729), 2, anon_sym__unaligned, anon_sym___unaligned, STATE(3387), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, STATE(3843), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(2727), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, STATE(7572), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, ACTIONS(2731), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, STATE(5671), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, sym_reference_declarator, sym_structured_binding_declarator, sym_template_function, sym_destructor_name, sym_qualified_identifier, sym_operator_name, [82066] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(29), 1, anon_sym_AMP_AMP, ACTIONS(45), 1, anon_sym___based, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1931), 1, anon_sym_operator, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(2560), 1, anon_sym_LPAREN2, ACTIONS(2562), 1, anon_sym_TILDE, ACTIONS(2564), 1, anon_sym_STAR, ACTIONS(2566), 1, anon_sym_AMP, ACTIONS(5015), 1, sym_identifier, ACTIONS(5219), 1, anon_sym_COLON_COLON, ACTIONS(6032), 1, anon_sym_LBRACK, STATE(4767), 1, sym_ms_unaligned_ptr_modifier, STATE(5322), 1, sym__scope_resolution, STATE(5644), 1, sym__declarator, STATE(7599), 1, sym_ms_based_modifier, ACTIONS(2729), 2, anon_sym__unaligned, anon_sym___unaligned, STATE(3830), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, STATE(4612), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, ACTIONS(2727), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, STATE(7572), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, ACTIONS(2731), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, STATE(5671), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, sym_reference_declarator, sym_structured_binding_declarator, sym_template_function, sym_destructor_name, sym_qualified_identifier, sym_operator_name, [82166] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(45), 1, anon_sym___based, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1931), 1, anon_sym_operator, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(2560), 1, anon_sym_LPAREN2, ACTIONS(2562), 1, anon_sym_TILDE, ACTIONS(5015), 1, sym_identifier, ACTIONS(5219), 1, anon_sym_COLON_COLON, ACTIONS(6032), 1, anon_sym_LBRACK, ACTIONS(6034), 1, anon_sym_STAR, ACTIONS(6036), 1, anon_sym_AMP_AMP, ACTIONS(6038), 1, anon_sym_AMP, STATE(4767), 1, sym_ms_unaligned_ptr_modifier, STATE(5322), 1, sym__scope_resolution, STATE(5845), 1, sym__declarator, STATE(7051), 1, sym_ms_based_modifier, ACTIONS(2729), 2, anon_sym__unaligned, anon_sym___unaligned, STATE(3849), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, STATE(4612), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, ACTIONS(2727), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, STATE(7572), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, ACTIONS(2731), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, STATE(5671), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, sym_reference_declarator, sym_structured_binding_declarator, sym_template_function, sym_destructor_name, sym_qualified_identifier, sym_operator_name, [82266] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(6060), 1, anon_sym_LBRACK_RBRACK, ACTIONS(5417), 21, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LBRACK, anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(5415), 28, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, [82326] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4826), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DOT, sym_literal_suffix, ACTIONS(4824), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, anon_sym_R_DQUOTE, anon_sym_LR_DQUOTE, anon_sym_uR_DQUOTE, anon_sym_UR_DQUOTE, anon_sym_u8R_DQUOTE, [82384] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(45), 1, anon_sym___based, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1931), 1, anon_sym_operator, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(2560), 1, anon_sym_LPAREN2, ACTIONS(2562), 1, anon_sym_TILDE, ACTIONS(6022), 1, sym_identifier, ACTIONS(6024), 1, anon_sym_STAR, ACTIONS(6026), 1, anon_sym_AMP_AMP, ACTIONS(6028), 1, anon_sym_AMP, ACTIONS(6030), 1, anon_sym_COLON_COLON, ACTIONS(6032), 1, anon_sym_LBRACK, STATE(4767), 1, sym_ms_unaligned_ptr_modifier, STATE(5345), 1, sym__scope_resolution, STATE(5644), 1, sym__declarator, STATE(7052), 1, sym_ms_based_modifier, ACTIONS(2729), 2, anon_sym__unaligned, anon_sym___unaligned, STATE(3382), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, STATE(3844), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(2727), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, STATE(7572), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, ACTIONS(2731), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, STATE(5671), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, sym_reference_declarator, sym_structured_binding_declarator, sym_template_function, sym_destructor_name, sym_qualified_identifier, sym_operator_name, [82484] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5676), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(5674), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, [82541] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5774), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(5772), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, [82598] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(5252), 1, anon_sym_LPAREN2, ACTIONS(5804), 1, anon_sym_LBRACK, ACTIONS(5900), 1, anon_sym_LT_EQ_GT, ACTIONS(6070), 1, anon_sym_GT_EQ, STATE(3263), 1, sym_argument_list, ACTIONS(5818), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5914), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6062), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6072), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6064), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(6066), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6068), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, ACTIONS(5561), 4, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_EQ, ACTIONS(5559), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [82679] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(6074), 1, anon_sym_DOT, ACTIONS(6076), 1, anon_sym_DASH_GT, STATE(2986), 1, sym_argument_list, ACTIONS(5672), 17, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, ACTIONS(5670), 27, 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_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, [82746] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5531), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(5529), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, [82803] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5543), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(5541), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, [82860] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5604), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(5602), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, [82917] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5770), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(5768), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, [82974] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(6074), 1, anon_sym_DOT, ACTIONS(6076), 1, anon_sym_DASH_GT, STATE(2986), 1, sym_argument_list, ACTIONS(5519), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(5662), 17, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, ACTIONS(5660), 25, 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_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, [83043] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(5252), 1, anon_sym_LPAREN2, ACTIONS(5804), 1, anon_sym_LBRACK, ACTIONS(5900), 1, anon_sym_LT_EQ_GT, ACTIONS(6070), 1, anon_sym_GT_EQ, STATE(3263), 1, sym_argument_list, ACTIONS(5818), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5914), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6062), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6072), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6064), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(6068), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, ACTIONS(5561), 4, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_EQ, ACTIONS(5559), 26, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [83122] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5039), 1, sym_literal_suffix, ACTIONS(4473), 22, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(4478), 26, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [83181] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5600), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(5598), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, [83238] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(5252), 1, anon_sym_LPAREN2, ACTIONS(5804), 1, anon_sym_LBRACK, ACTIONS(5900), 1, anon_sym_LT_EQ_GT, STATE(3263), 1, sym_argument_list, ACTIONS(5818), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5914), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6062), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6072), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6064), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(5561), 7, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_EQ, ACTIONS(5559), 27, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [83313] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(6074), 1, anon_sym_DOT, ACTIONS(6076), 1, anon_sym_DASH_GT, ACTIONS(6084), 1, anon_sym_LT_EQ_GT, STATE(2986), 1, sym_argument_list, ACTIONS(5519), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6078), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6082), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6080), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(5658), 10, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, ACTIONS(5656), 24, 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_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, [83390] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(5252), 1, anon_sym_LPAREN2, ACTIONS(5804), 1, anon_sym_LBRACK, STATE(3263), 1, sym_argument_list, ACTIONS(5818), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5914), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6062), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6064), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(5561), 9, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, ACTIONS(5559), 28, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [83461] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(4646), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5372), 1, anon_sym_LBRACK, ACTIONS(5366), 2, anon_sym_RPAREN, anon_sym_LPAREN2, ACTIONS(4473), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(4478), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [83524] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(5252), 1, anon_sym_LPAREN2, ACTIONS(5804), 1, anon_sym_LBRACK, STATE(3263), 1, sym_argument_list, ACTIONS(5818), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5914), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6062), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6072), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6064), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(5561), 7, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_EQ, ACTIONS(5559), 28, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [83597] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5716), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(5714), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, [83654] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5626), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(5624), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, [83711] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5401), 23, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DOT, anon_sym_DASH_GT, sym_literal_suffix, ACTIONS(5399), 26, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [83768] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5646), 1, anon_sym_EQ, ACTIONS(6074), 1, anon_sym_DOT, ACTIONS(6076), 1, anon_sym_DASH_GT, ACTIONS(6084), 1, anon_sym_LT_EQ_GT, ACTIONS(6086), 1, anon_sym_PIPE_PIPE, ACTIONS(6088), 1, anon_sym_AMP_AMP, ACTIONS(6090), 1, anon_sym_PIPE, ACTIONS(6094), 1, anon_sym_AMP, ACTIONS(6100), 1, anon_sym_GT_EQ, ACTIONS(6102), 1, anon_sym_or, ACTIONS(6104), 1, anon_sym_and, ACTIONS(6106), 1, anon_sym_bitor, ACTIONS(6108), 1, anon_sym_bitand, STATE(2986), 1, sym_argument_list, ACTIONS(5519), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6078), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6082), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6092), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6080), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(6096), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6098), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, ACTIONS(5644), 16, anon_sym_DOT_DOT_DOT, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, [83869] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5630), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(5628), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, [83926] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5642), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(5640), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, [83983] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5475), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(5477), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, [84040] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(6074), 1, anon_sym_DOT, ACTIONS(6076), 1, anon_sym_DASH_GT, STATE(2986), 1, sym_argument_list, ACTIONS(5571), 17, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, ACTIONS(5569), 27, 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_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, [84107] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(5252), 1, anon_sym_LPAREN2, ACTIONS(5804), 1, anon_sym_LBRACK, STATE(3263), 1, sym_argument_list, ACTIONS(5818), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5672), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, ACTIONS(5670), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [84172] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5551), 1, anon_sym_EQ, ACTIONS(6074), 1, anon_sym_DOT, ACTIONS(6076), 1, anon_sym_DASH_GT, ACTIONS(6084), 1, anon_sym_LT_EQ_GT, ACTIONS(6086), 1, anon_sym_PIPE_PIPE, ACTIONS(6088), 1, anon_sym_AMP_AMP, ACTIONS(6090), 1, anon_sym_PIPE, ACTIONS(6094), 1, anon_sym_AMP, ACTIONS(6100), 1, anon_sym_GT_EQ, ACTIONS(6102), 1, anon_sym_or, ACTIONS(6104), 1, anon_sym_and, ACTIONS(6106), 1, anon_sym_bitor, ACTIONS(6108), 1, anon_sym_bitand, STATE(2986), 1, sym_argument_list, ACTIONS(5519), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6078), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6082), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6092), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6080), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(6096), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6098), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, ACTIONS(5549), 16, anon_sym_DOT_DOT_DOT, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, [84273] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(5252), 1, anon_sym_LPAREN2, ACTIONS(5804), 1, anon_sym_LBRACK, ACTIONS(5900), 1, anon_sym_LT_EQ_GT, ACTIONS(6070), 1, anon_sym_GT_EQ, ACTIONS(6110), 1, anon_sym_AMP, ACTIONS(6112), 1, anon_sym_bitand, STATE(3263), 1, sym_argument_list, ACTIONS(5818), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5914), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6062), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6072), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(5561), 3, anon_sym_PIPE, anon_sym_CARET, anon_sym_EQ, ACTIONS(6064), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(6066), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6068), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, ACTIONS(5559), 22, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [84358] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(6074), 1, anon_sym_DOT, ACTIONS(6076), 1, anon_sym_DASH_GT, STATE(2986), 1, sym_argument_list, ACTIONS(5519), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6078), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6080), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(5561), 12, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, ACTIONS(5559), 25, 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_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, [84431] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5407), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(5409), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, [84488] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5417), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(5415), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, [84545] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(6074), 1, anon_sym_DOT, ACTIONS(6076), 1, anon_sym_DASH_GT, STATE(2986), 1, sym_argument_list, ACTIONS(5519), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6078), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6082), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6080), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(5561), 10, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, ACTIONS(5559), 25, 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_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, [84620] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(6074), 1, anon_sym_DOT, ACTIONS(6076), 1, anon_sym_DASH_GT, STATE(2986), 1, sym_argument_list, ACTIONS(5519), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(5582), 17, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, ACTIONS(5580), 25, 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_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, [84689] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5590), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(5588), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, [84746] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5565), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(5563), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, [84803] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5479), 1, anon_sym_DOT_DOT_DOT, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5507), 1, anon_sym_EQ, ACTIONS(6074), 1, anon_sym_DOT, ACTIONS(6076), 1, anon_sym_DASH_GT, ACTIONS(6084), 1, anon_sym_LT_EQ_GT, ACTIONS(6086), 1, anon_sym_PIPE_PIPE, ACTIONS(6088), 1, anon_sym_AMP_AMP, ACTIONS(6090), 1, anon_sym_PIPE, ACTIONS(6094), 1, anon_sym_AMP, ACTIONS(6100), 1, anon_sym_GT_EQ, ACTIONS(6102), 1, anon_sym_or, ACTIONS(6104), 1, anon_sym_and, ACTIONS(6106), 1, anon_sym_bitor, ACTIONS(6108), 1, anon_sym_bitand, STATE(2986), 1, sym_argument_list, ACTIONS(5519), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6078), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6082), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6092), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6080), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(6096), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6098), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, ACTIONS(5481), 15, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, [84906] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(6074), 1, anon_sym_DOT, ACTIONS(6076), 1, anon_sym_DASH_GT, STATE(2986), 1, sym_argument_list, ACTIONS(5519), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6080), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(5561), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, ACTIONS(5559), 25, 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_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, [84977] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(5252), 1, anon_sym_LPAREN2, ACTIONS(5804), 1, anon_sym_LBRACK, STATE(3263), 1, sym_argument_list, ACTIONS(5818), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5914), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(5662), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, ACTIONS(5660), 28, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [85044] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(5252), 1, anon_sym_LPAREN2, ACTIONS(5804), 1, anon_sym_LBRACK, ACTIONS(5900), 1, anon_sym_LT_EQ_GT, STATE(3263), 1, sym_argument_list, ACTIONS(5818), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5914), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6062), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6072), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6064), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(5658), 7, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_EQ, ACTIONS(5656), 27, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [85119] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5586), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(5584), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, [85176] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(5252), 1, anon_sym_LPAREN2, ACTIONS(5646), 1, anon_sym_EQ, ACTIONS(5804), 1, anon_sym_LBRACK, ACTIONS(5900), 1, anon_sym_LT_EQ_GT, ACTIONS(6070), 1, anon_sym_GT_EQ, ACTIONS(6110), 1, anon_sym_AMP, ACTIONS(6112), 1, anon_sym_bitand, ACTIONS(6118), 1, anon_sym_PIPE, ACTIONS(6120), 1, anon_sym_CARET, ACTIONS(6122), 1, anon_sym_bitor, ACTIONS(6124), 1, anon_sym_xor, STATE(3263), 1, sym_argument_list, ACTIONS(5818), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5914), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6062), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6072), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6114), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6116), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6064), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(6066), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6068), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, ACTIONS(5644), 16, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [85273] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5547), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(5545), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, [85330] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(5252), 1, anon_sym_LPAREN2, ACTIONS(5804), 1, anon_sym_LBRACK, STATE(3263), 1, sym_argument_list, ACTIONS(5818), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5571), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, ACTIONS(5569), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [85395] = 6, ACTIONS(3), 1, sym_comment, STATE(3462), 3, sym_string_literal, sym_raw_string_literal, aux_sym_concatenated_string_repeat1, ACTIONS(6126), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, ACTIONS(6129), 5, anon_sym_R_DQUOTE, anon_sym_LR_DQUOTE, anon_sym_uR_DQUOTE, anon_sym_UR_DQUOTE, anon_sym_u8R_DQUOTE, ACTIONS(4652), 18, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_LT, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, ACTIONS(4654), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_GT_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DOT, sym_literal_suffix, [85458] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2542), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(2540), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, [85515] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5389), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(5387), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, [85572] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(6074), 1, anon_sym_DOT, ACTIONS(6076), 1, anon_sym_DASH_GT, STATE(2986), 1, sym_argument_list, ACTIONS(5519), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(5561), 17, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, ACTIONS(5559), 25, 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_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, [85641] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4724), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4726), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, [85698] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4732), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4734), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, [85755] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2538), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(2536), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, [85812] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(5252), 1, anon_sym_LPAREN2, ACTIONS(5804), 1, anon_sym_LBRACK, STATE(3263), 1, sym_argument_list, ACTIONS(5818), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5914), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(5582), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, ACTIONS(5580), 28, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [85879] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4712), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4714), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, [85936] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4740), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4742), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, [85993] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(6074), 1, anon_sym_DOT, ACTIONS(6076), 1, anon_sym_DASH_GT, ACTIONS(6084), 1, anon_sym_LT_EQ_GT, ACTIONS(6088), 1, anon_sym_AMP_AMP, ACTIONS(6090), 1, anon_sym_PIPE, ACTIONS(6094), 1, anon_sym_AMP, ACTIONS(6100), 1, anon_sym_GT_EQ, ACTIONS(6104), 1, anon_sym_and, ACTIONS(6106), 1, anon_sym_bitor, ACTIONS(6108), 1, anon_sym_bitand, STATE(2986), 1, sym_argument_list, ACTIONS(5519), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(5561), 2, anon_sym_EQ, anon_sym_or, ACTIONS(6078), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6082), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6092), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6080), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(6096), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6098), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, ACTIONS(5559), 17, anon_sym_DOT_DOT_DOT, anon_sym_PIPE_PIPE, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, [86090] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(6074), 1, anon_sym_DOT, ACTIONS(6076), 1, anon_sym_DASH_GT, ACTIONS(6084), 1, anon_sym_LT_EQ_GT, ACTIONS(6090), 1, anon_sym_PIPE, ACTIONS(6094), 1, anon_sym_AMP, ACTIONS(6100), 1, anon_sym_GT_EQ, ACTIONS(6106), 1, anon_sym_bitor, ACTIONS(6108), 1, anon_sym_bitand, STATE(2986), 1, sym_argument_list, ACTIONS(5519), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6078), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6082), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6092), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(5561), 3, anon_sym_EQ, anon_sym_or, anon_sym_and, ACTIONS(6080), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(6096), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6098), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, ACTIONS(5559), 18, anon_sym_DOT_DOT_DOT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, [86183] = 6, ACTIONS(3), 1, sym_comment, STATE(3462), 3, sym_string_literal, sym_raw_string_literal, aux_sym_concatenated_string_repeat1, ACTIONS(2654), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, ACTIONS(2670), 5, anon_sym_R_DQUOTE, anon_sym_LR_DQUOTE, anon_sym_uR_DQUOTE, anon_sym_UR_DQUOTE, anon_sym_u8R_DQUOTE, ACTIONS(4675), 18, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_LT, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, ACTIONS(4677), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_GT_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DOT, sym_literal_suffix, [86246] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(6074), 1, anon_sym_DOT, ACTIONS(6076), 1, anon_sym_DASH_GT, ACTIONS(6084), 1, anon_sym_LT_EQ_GT, ACTIONS(6094), 1, anon_sym_AMP, ACTIONS(6100), 1, anon_sym_GT_EQ, ACTIONS(6108), 1, anon_sym_bitand, STATE(2986), 1, sym_argument_list, ACTIONS(5519), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6078), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6082), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6092), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6080), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(6096), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6098), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, ACTIONS(5561), 4, anon_sym_PIPE, anon_sym_EQ, anon_sym_or, anon_sym_and, ACTIONS(5559), 19, anon_sym_DOT_DOT_DOT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_bitor, [86335] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(6074), 1, anon_sym_DOT, ACTIONS(6076), 1, anon_sym_DASH_GT, ACTIONS(6084), 1, anon_sym_LT_EQ_GT, ACTIONS(6094), 1, anon_sym_AMP, ACTIONS(6100), 1, anon_sym_GT_EQ, ACTIONS(6108), 1, anon_sym_bitand, STATE(2986), 1, sym_argument_list, ACTIONS(5519), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6078), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6082), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6080), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(6096), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6098), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, ACTIONS(5561), 6, anon_sym_PIPE, anon_sym_CARET, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, ACTIONS(5559), 19, anon_sym_DOT_DOT_DOT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_bitor, [86422] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5547), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(5545), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, [86479] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(6074), 1, anon_sym_DOT, ACTIONS(6076), 1, anon_sym_DASH_GT, ACTIONS(6084), 1, anon_sym_LT_EQ_GT, ACTIONS(6100), 1, anon_sym_GT_EQ, STATE(2986), 1, sym_argument_list, ACTIONS(5519), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6078), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6082), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6080), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(6096), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6098), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, ACTIONS(5561), 7, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, ACTIONS(5559), 20, anon_sym_DOT_DOT_DOT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_bitor, anon_sym_bitand, [86562] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5638), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(5636), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, [86619] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5778), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(5776), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, [86676] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5539), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(5537), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, [86733] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(6074), 1, anon_sym_DOT, ACTIONS(6076), 1, anon_sym_DASH_GT, ACTIONS(6084), 1, anon_sym_LT_EQ_GT, ACTIONS(6100), 1, anon_sym_GT_EQ, STATE(2986), 1, sym_argument_list, ACTIONS(5519), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6078), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6082), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6080), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(6098), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, ACTIONS(5561), 7, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, ACTIONS(5559), 23, anon_sym_DOT_DOT_DOT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, [86814] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(6074), 1, anon_sym_DOT, ACTIONS(6076), 1, anon_sym_DASH_GT, ACTIONS(6084), 1, anon_sym_LT_EQ_GT, STATE(2986), 1, sym_argument_list, ACTIONS(5519), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6078), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6082), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6080), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(5561), 10, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, ACTIONS(5559), 24, 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_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, [86891] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5612), 1, anon_sym_EQ, ACTIONS(6074), 1, anon_sym_DOT, ACTIONS(6076), 1, anon_sym_DASH_GT, ACTIONS(6084), 1, anon_sym_LT_EQ_GT, ACTIONS(6086), 1, anon_sym_PIPE_PIPE, ACTIONS(6088), 1, anon_sym_AMP_AMP, ACTIONS(6090), 1, anon_sym_PIPE, ACTIONS(6094), 1, anon_sym_AMP, ACTIONS(6100), 1, anon_sym_GT_EQ, ACTIONS(6102), 1, anon_sym_or, ACTIONS(6104), 1, anon_sym_and, ACTIONS(6106), 1, anon_sym_bitor, ACTIONS(6108), 1, anon_sym_bitand, STATE(2986), 1, sym_argument_list, ACTIONS(5519), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6078), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6082), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6092), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6080), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(6096), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6098), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, ACTIONS(5610), 16, anon_sym_DOT_DOT_DOT, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, [86992] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3777), 14, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_DASH_GT, anon_sym_GT2, ACTIONS(3775), 35, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, anon_sym_COLON, sym_identifier, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_virtual, anon_sym_explicit, anon_sym_template, anon_sym_operator, anon_sym_try, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_requires, [87049] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4736), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4738), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, [87106] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(5252), 1, anon_sym_LPAREN2, ACTIONS(5804), 1, anon_sym_LBRACK, ACTIONS(5900), 1, anon_sym_LT_EQ_GT, ACTIONS(6070), 1, anon_sym_GT_EQ, ACTIONS(6110), 1, anon_sym_AMP, ACTIONS(6112), 1, anon_sym_bitand, ACTIONS(6120), 1, anon_sym_CARET, ACTIONS(6124), 1, anon_sym_xor, STATE(3263), 1, sym_argument_list, ACTIONS(5561), 2, anon_sym_PIPE, anon_sym_EQ, ACTIONS(5818), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5914), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6062), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6072), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6064), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(6066), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6068), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, ACTIONS(5559), 21, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [87195] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(5252), 1, anon_sym_LPAREN2, ACTIONS(5561), 1, anon_sym_EQ, ACTIONS(5804), 1, anon_sym_LBRACK, ACTIONS(5900), 1, anon_sym_LT_EQ_GT, ACTIONS(6070), 1, anon_sym_GT_EQ, ACTIONS(6110), 1, anon_sym_AMP, ACTIONS(6112), 1, anon_sym_bitand, ACTIONS(6118), 1, anon_sym_PIPE, ACTIONS(6120), 1, anon_sym_CARET, ACTIONS(6122), 1, anon_sym_bitor, ACTIONS(6124), 1, anon_sym_xor, STATE(3263), 1, sym_argument_list, ACTIONS(5818), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5914), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6062), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6072), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6064), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(6066), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6068), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, ACTIONS(5559), 20, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_or, anon_sym_and, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [87288] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(5252), 1, anon_sym_LPAREN2, ACTIONS(5561), 1, anon_sym_EQ, ACTIONS(5804), 1, anon_sym_LBRACK, ACTIONS(5900), 1, anon_sym_LT_EQ_GT, ACTIONS(6070), 1, anon_sym_GT_EQ, ACTIONS(6110), 1, anon_sym_AMP, ACTIONS(6112), 1, anon_sym_bitand, ACTIONS(6118), 1, anon_sym_PIPE, ACTIONS(6120), 1, anon_sym_CARET, ACTIONS(6122), 1, anon_sym_bitor, ACTIONS(6124), 1, anon_sym_xor, STATE(3263), 1, sym_argument_list, ACTIONS(5818), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5914), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6062), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6072), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6116), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6064), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(6066), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6068), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, ACTIONS(5559), 18, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_or, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [87383] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5479), 1, anon_sym_DOT_DOT_DOT, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5666), 1, anon_sym_EQ, ACTIONS(6074), 1, anon_sym_DOT, ACTIONS(6076), 1, anon_sym_DASH_GT, ACTIONS(6084), 1, anon_sym_LT_EQ_GT, ACTIONS(6086), 1, anon_sym_PIPE_PIPE, ACTIONS(6088), 1, anon_sym_AMP_AMP, ACTIONS(6090), 1, anon_sym_PIPE, ACTIONS(6094), 1, anon_sym_AMP, ACTIONS(6100), 1, anon_sym_GT_EQ, ACTIONS(6102), 1, anon_sym_or, ACTIONS(6104), 1, anon_sym_and, ACTIONS(6106), 1, anon_sym_bitor, ACTIONS(6108), 1, anon_sym_bitand, ACTIONS(6132), 1, anon_sym_QMARK, STATE(2986), 1, sym_argument_list, ACTIONS(5519), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6078), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6082), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6092), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6080), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(6096), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6098), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, ACTIONS(5664), 14, anon_sym_COLON, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, [87488] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5766), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(5764), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, [87545] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(5252), 1, anon_sym_LPAREN2, ACTIONS(5804), 1, anon_sym_LBRACK, STATE(3263), 1, sym_argument_list, ACTIONS(5818), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5914), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(5561), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, ACTIONS(5559), 28, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [87612] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5762), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(5760), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, [87669] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5704), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(5702), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, [87726] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(5252), 1, anon_sym_LPAREN2, ACTIONS(5612), 1, anon_sym_EQ, ACTIONS(5804), 1, anon_sym_LBRACK, ACTIONS(5900), 1, anon_sym_LT_EQ_GT, ACTIONS(6070), 1, anon_sym_GT_EQ, ACTIONS(6110), 1, anon_sym_AMP, ACTIONS(6112), 1, anon_sym_bitand, ACTIONS(6118), 1, anon_sym_PIPE, ACTIONS(6120), 1, anon_sym_CARET, ACTIONS(6122), 1, anon_sym_bitor, ACTIONS(6124), 1, anon_sym_xor, STATE(3263), 1, sym_argument_list, ACTIONS(5818), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5914), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6062), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6072), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6114), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6116), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6064), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(6066), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6068), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, ACTIONS(5610), 16, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [87823] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(5252), 1, anon_sym_LPAREN2, ACTIONS(5804), 1, anon_sym_LBRACK, STATE(3263), 1, sym_argument_list, ACTIONS(5818), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5914), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6064), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(5561), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, ACTIONS(5559), 28, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [87892] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5696), 1, anon_sym_EQ, ACTIONS(6074), 1, anon_sym_DOT, ACTIONS(6076), 1, anon_sym_DASH_GT, ACTIONS(6084), 1, anon_sym_LT_EQ_GT, ACTIONS(6086), 1, anon_sym_PIPE_PIPE, ACTIONS(6088), 1, anon_sym_AMP_AMP, ACTIONS(6090), 1, anon_sym_PIPE, ACTIONS(6094), 1, anon_sym_AMP, ACTIONS(6100), 1, anon_sym_GT_EQ, ACTIONS(6102), 1, anon_sym_or, ACTIONS(6104), 1, anon_sym_and, ACTIONS(6106), 1, anon_sym_bitor, ACTIONS(6108), 1, anon_sym_bitand, STATE(2986), 1, sym_argument_list, ACTIONS(5519), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6078), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6082), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6092), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6080), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(6096), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6098), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, ACTIONS(5694), 16, anon_sym_DOT_DOT_DOT, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, [87993] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5758), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(5756), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, [88050] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5754), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(5752), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, [88107] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5614), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(2966), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, [88164] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5650), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(5648), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, [88221] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5680), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(5678), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, [88278] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(6134), 1, anon_sym_AMP_AMP, ACTIONS(6136), 1, anon_sym_and, ACTIONS(5325), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_xor, anon_sym_DOT, ACTIONS(5327), 28, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, [88339] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5618), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(5616), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, [88396] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4686), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4688), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, [88453] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5750), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(5748), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, [88510] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5596), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(5594), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, [88567] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5413), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(5411), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, [88624] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(5252), 1, anon_sym_LPAREN2, ACTIONS(5666), 1, anon_sym_EQ, ACTIONS(5804), 1, anon_sym_LBRACK, ACTIONS(5834), 1, anon_sym_DOT_DOT_DOT, ACTIONS(5878), 1, anon_sym_QMARK, ACTIONS(5900), 1, anon_sym_LT_EQ_GT, ACTIONS(6070), 1, anon_sym_GT_EQ, ACTIONS(6110), 1, anon_sym_AMP, ACTIONS(6112), 1, anon_sym_bitand, ACTIONS(6118), 1, anon_sym_PIPE, ACTIONS(6120), 1, anon_sym_CARET, ACTIONS(6122), 1, anon_sym_bitor, ACTIONS(6124), 1, anon_sym_xor, STATE(3263), 1, sym_argument_list, ACTIONS(5818), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5914), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6062), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6072), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6114), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6116), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6064), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(6066), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6068), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, ACTIONS(5664), 14, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [88725] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5395), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(5397), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, [88782] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4748), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4750), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, [88839] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(6074), 1, anon_sym_DOT, ACTIONS(6076), 1, anon_sym_DASH_GT, STATE(2986), 1, sym_argument_list, ACTIONS(5519), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(5527), 17, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, ACTIONS(5525), 25, 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_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, [88908] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4682), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4684), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, [88965] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5479), 1, anon_sym_DOT_DOT_DOT, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5746), 1, anon_sym_EQ, ACTIONS(6074), 1, anon_sym_DOT, ACTIONS(6076), 1, anon_sym_DASH_GT, ACTIONS(6084), 1, anon_sym_LT_EQ_GT, ACTIONS(6086), 1, anon_sym_PIPE_PIPE, ACTIONS(6088), 1, anon_sym_AMP_AMP, ACTIONS(6090), 1, anon_sym_PIPE, ACTIONS(6094), 1, anon_sym_AMP, ACTIONS(6100), 1, anon_sym_GT_EQ, ACTIONS(6102), 1, anon_sym_or, ACTIONS(6104), 1, anon_sym_and, ACTIONS(6106), 1, anon_sym_bitor, ACTIONS(6108), 1, anon_sym_bitand, ACTIONS(6132), 1, anon_sym_QMARK, STATE(2986), 1, sym_argument_list, ACTIONS(5519), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6078), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6082), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6092), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6080), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(6096), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6098), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, ACTIONS(5744), 14, anon_sym_COLON, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, [89070] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4716), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4718), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, [89127] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5742), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(5740), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, [89184] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5360), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(5355), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, [89241] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5393), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5391), 33, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [89298] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4716), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4718), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, [89355] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4716), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4718), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, [89412] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4708), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4710), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, [89469] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4690), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4692), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, [89526] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(5252), 1, anon_sym_LPAREN2, ACTIONS(5551), 1, anon_sym_EQ, ACTIONS(5804), 1, anon_sym_LBRACK, ACTIONS(5900), 1, anon_sym_LT_EQ_GT, ACTIONS(6070), 1, anon_sym_GT_EQ, ACTIONS(6110), 1, anon_sym_AMP, ACTIONS(6112), 1, anon_sym_bitand, ACTIONS(6118), 1, anon_sym_PIPE, ACTIONS(6120), 1, anon_sym_CARET, ACTIONS(6122), 1, anon_sym_bitor, ACTIONS(6124), 1, anon_sym_xor, STATE(3263), 1, sym_argument_list, ACTIONS(5818), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5914), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6062), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6072), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6114), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6116), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6064), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(6066), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6068), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, ACTIONS(5549), 16, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [89623] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4454), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4459), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, [89680] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(5690), 1, anon_sym_EQ, ACTIONS(5692), 13, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, ACTIONS(4473), 17, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4478), 18, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [89741] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3773), 14, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_DASH_GT, anon_sym_GT2, ACTIONS(3771), 35, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, anon_sym_COLON, sym_identifier, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_virtual, anon_sym_explicit, anon_sym_template, anon_sym_operator, anon_sym_try, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_requires, [89798] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4454), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4459), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, [89855] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5738), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(5736), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, [89912] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5712), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(5710), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, [89969] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5734), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(5732), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, [90026] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(5252), 1, anon_sym_LPAREN2, ACTIONS(5746), 1, anon_sym_EQ, ACTIONS(5804), 1, anon_sym_LBRACK, ACTIONS(5834), 1, anon_sym_DOT_DOT_DOT, ACTIONS(5878), 1, anon_sym_QMARK, ACTIONS(5900), 1, anon_sym_LT_EQ_GT, ACTIONS(6070), 1, anon_sym_GT_EQ, ACTIONS(6110), 1, anon_sym_AMP, ACTIONS(6112), 1, anon_sym_bitand, ACTIONS(6118), 1, anon_sym_PIPE, ACTIONS(6120), 1, anon_sym_CARET, ACTIONS(6122), 1, anon_sym_bitor, ACTIONS(6124), 1, anon_sym_xor, STATE(3263), 1, sym_argument_list, ACTIONS(5818), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5914), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6062), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6072), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6114), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6116), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6064), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(6066), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6068), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, ACTIONS(5744), 14, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [90127] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5730), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(5728), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, [90184] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4454), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4459), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, [90241] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4454), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4459), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, [90298] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5654), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(5652), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, [90355] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4454), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4459), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, [90412] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(6138), 1, anon_sym_LT, STATE(3038), 1, sym_template_argument_list, ACTIONS(5575), 17, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(5573), 30, anon_sym_DOT_DOT_DOT, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [90473] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(6134), 1, anon_sym_AMP_AMP, ACTIONS(6136), 1, anon_sym_and, ACTIONS(6141), 1, anon_sym_PIPE_PIPE, ACTIONS(6143), 1, anon_sym_or, ACTIONS(5339), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_xor, anon_sym_DOT, ACTIONS(5341), 27, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, [90538] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(5252), 1, anon_sym_LPAREN2, ACTIONS(5696), 1, anon_sym_EQ, ACTIONS(5804), 1, anon_sym_LBRACK, ACTIONS(5900), 1, anon_sym_LT_EQ_GT, ACTIONS(6070), 1, anon_sym_GT_EQ, ACTIONS(6110), 1, anon_sym_AMP, ACTIONS(6112), 1, anon_sym_bitand, ACTIONS(6118), 1, anon_sym_PIPE, ACTIONS(6120), 1, anon_sym_CARET, ACTIONS(6122), 1, anon_sym_bitor, ACTIONS(6124), 1, anon_sym_xor, STATE(3263), 1, sym_argument_list, ACTIONS(5818), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5914), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6062), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6072), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6114), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6116), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6064), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(6066), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6068), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, ACTIONS(5694), 16, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [90635] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4704), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4706), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, [90692] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5608), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(5606), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, [90749] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(5252), 1, anon_sym_LPAREN2, ACTIONS(5507), 1, anon_sym_EQ, ACTIONS(5804), 1, anon_sym_LBRACK, ACTIONS(5834), 1, anon_sym_DOT_DOT_DOT, ACTIONS(5900), 1, anon_sym_LT_EQ_GT, ACTIONS(6070), 1, anon_sym_GT_EQ, ACTIONS(6110), 1, anon_sym_AMP, ACTIONS(6112), 1, anon_sym_bitand, ACTIONS(6118), 1, anon_sym_PIPE, ACTIONS(6120), 1, anon_sym_CARET, ACTIONS(6122), 1, anon_sym_bitor, ACTIONS(6124), 1, anon_sym_xor, STATE(3263), 1, sym_argument_list, ACTIONS(5818), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5914), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6062), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6072), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6114), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6116), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6064), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(6066), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6068), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, ACTIONS(5481), 15, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [90848] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(4774), 2, anon_sym_EQ, anon_sym_GT_GT_EQ, ACTIONS(4776), 12, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, ACTIONS(4478), 17, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, ACTIONS(4473), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, [90909] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(6145), 1, sym_literal_suffix, STATE(3474), 3, sym_string_literal, sym_raw_string_literal, aux_sym_concatenated_string_repeat1, ACTIONS(2654), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, ACTIONS(2670), 5, anon_sym_R_DQUOTE, anon_sym_LR_DQUOTE, anon_sym_uR_DQUOTE, anon_sym_UR_DQUOTE, anon_sym_u8R_DQUOTE, ACTIONS(4473), 17, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_GT_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DOT, ACTIONS(4478), 18, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_LT, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, [90974] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5634), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(5632), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, [91031] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4744), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4746), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, [91088] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5535), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(5533), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, [91145] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5726), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(5724), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, [91202] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4537), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4539), 30, anon_sym_DOT_DOT_DOT, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [91258] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4740), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(4742), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [91314] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5734), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5732), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [91370] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(5958), 1, anon_sym_EQ, ACTIONS(5960), 13, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, ACTIONS(4473), 17, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4478), 17, anon_sym_DOT_DOT_DOT, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [91430] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5730), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5728), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [91486] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5742), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5740), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [91542] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5774), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5772), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [91598] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4543), 14, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, ACTIONS(4541), 34, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, anon_sym_COLON, anon_sym_or, anon_sym_and, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_virtual, anon_sym_template, anon_sym_operator, anon_sym_try, anon_sym_requires, [91654] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4732), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(4734), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [91710] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5726), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5724), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [91766] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5614), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(2966), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [91822] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5712), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5710), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [91878] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5395), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5397), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [91934] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5680), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5678), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [91990] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4539), 14, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, ACTIONS(4537), 34, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, anon_sym_COLON, anon_sym_or, anon_sym_and, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_virtual, anon_sym_template, anon_sym_operator, anon_sym_try, anon_sym_requires, [92046] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5676), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5674), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [92102] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4724), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(4726), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [92158] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4748), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(4750), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [92214] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5750), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5748), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [92270] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5754), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5752), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [92326] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5407), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5409), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [92382] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4690), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(4692), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [92438] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4708), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(4710), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [92494] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5638), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5636), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [92550] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2538), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(2536), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [92606] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5758), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5756), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [92662] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5762), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5760), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [92718] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4523), 14, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, ACTIONS(4521), 34, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, anon_sym_COLON, anon_sym_or, anon_sym_and, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_virtual, anon_sym_template, anon_sym_operator, anon_sym_try, anon_sym_requires, [92774] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5766), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5764), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [92830] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(4792), 1, anon_sym_COLON_COLON, ACTIONS(4830), 13, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, ACTIONS(4828), 34, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, anon_sym_COLON, anon_sym_or, anon_sym_and, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_virtual, anon_sym_template, anon_sym_operator, anon_sym_try, anon_sym_requires, [92888] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4716), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(4718), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [92944] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4736), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(4738), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [93000] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2542), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(2540), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [93056] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(4792), 1, anon_sym_COLON_COLON, ACTIONS(4806), 13, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, ACTIONS(4804), 34, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, anon_sym_COLON, anon_sym_or, anon_sym_and, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_virtual, anon_sym_template, anon_sym_operator, anon_sym_try, anon_sym_requires, [93114] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5654), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5652), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [93170] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4716), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(4718), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [93226] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4744), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(4746), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [93282] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5539), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5537), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [93338] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(6147), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6149), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(5339), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5341), 28, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [93398] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4521), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4523), 30, anon_sym_DOT_DOT_DOT, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [93454] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4712), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(4714), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [93510] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4545), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4547), 30, anon_sym_DOT_DOT_DOT, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [93566] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5778), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5776), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [93622] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4716), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(4718), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [93678] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4686), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(4688), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [93734] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(4792), 1, anon_sym_COLON_COLON, ACTIONS(4830), 13, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, ACTIONS(4828), 34, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, anon_sym_COLON, anon_sym_or, anon_sym_and, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_virtual, anon_sym_template, anon_sym_operator, anon_sym_try, anon_sym_requires, [93792] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5535), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5533), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [93848] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4533), 14, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, ACTIONS(4531), 34, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, anon_sym_COLON, anon_sym_or, anon_sym_and, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_virtual, anon_sym_template, anon_sym_operator, anon_sym_try, anon_sym_requires, [93904] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5475), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5477), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [93960] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4552), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4554), 30, anon_sym_DOT_DOT_DOT, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [94016] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4682), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(4684), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [94072] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(6149), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(5325), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5327), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [94130] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4830), 14, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, ACTIONS(4828), 34, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, anon_sym_COLON, anon_sym_or, anon_sym_and, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_virtual, anon_sym_template, anon_sym_operator, anon_sym_try, anon_sym_requires, [94186] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5738), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5736), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [94242] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4558), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4560), 30, anon_sym_DOT_DOT_DOT, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [94298] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4541), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4543), 30, anon_sym_DOT_DOT_DOT, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [94354] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5618), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5616), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [94410] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5642), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5640), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [94466] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5650), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5648), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [94522] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5630), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5628), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [94578] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5626), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5624), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [94634] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4560), 14, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, ACTIONS(4558), 34, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, anon_sym_COLON, anon_sym_or, anon_sym_and, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_virtual, anon_sym_template, anon_sym_operator, anon_sym_try, anon_sym_requires, [94690] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5604), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5602), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [94746] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5543), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5541), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [94802] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5600), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5598), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [94858] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5531), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5529), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [94914] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4782), 14, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, ACTIONS(4780), 34, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, anon_sym_COLON, anon_sym_or, anon_sym_and, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_virtual, anon_sym_template, anon_sym_operator, anon_sym_try, anon_sym_requires, [94970] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4554), 14, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, ACTIONS(4552), 34, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, anon_sym_COLON, anon_sym_or, anon_sym_and, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_virtual, anon_sym_template, anon_sym_operator, anon_sym_try, anon_sym_requires, [95026] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4547), 14, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, ACTIONS(4545), 34, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, anon_sym_COLON, anon_sym_or, anon_sym_and, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_virtual, anon_sym_template, anon_sym_operator, anon_sym_try, anon_sym_requires, [95082] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5634), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5632), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [95138] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4531), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, ACTIONS(4533), 30, anon_sym_DOT_DOT_DOT, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [95194] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4704), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(4706), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [95250] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5590), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5588), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [95306] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5608), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5606), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [95362] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5586), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(5584), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [95418] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(5019), 1, anon_sym___attribute__, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5025), 1, anon_sym___declspec, ACTIONS(5029), 1, anon_sym_virtual, ACTIONS(6155), 1, sym_auto, ACTIONS(6157), 1, anon_sym_decltype, STATE(3722), 1, sym_decltype_auto, ACTIONS(5017), 5, anon_sym_extern, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, ACTIONS(6151), 6, anon_sym_AMP, anon_sym___based, anon_sym_LBRACK, sym_identifier, anon_sym_template, anon_sym_operator, STATE(3643), 8, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, sym_ms_declspec_modifier, sym_storage_class_specifier, sym_type_qualifier, sym_virtual, aux_sym__declaration_specifiers_repeat1, ACTIONS(6153), 10, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_EQ, anon_sym_GT2, ACTIONS(5027), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [95493] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(4464), 1, anon_sym_COLON_COLON, ACTIONS(6159), 1, anon_sym_LT, STATE(2160), 1, sym_template_argument_list, ACTIONS(5248), 12, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, ACTIONS(5250), 32, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, anon_sym_COLON, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_virtual, anon_sym_template, anon_sym_operator, anon_sym_try, anon_sym_requires, [95554] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6161), 22, anon_sym_DASH, anon_sym_PLUS, sym_primitive_type, anon_sym_not, anon_sym_compl, anon_sym_sizeof, anon_sym_offsetof, anon_sym__Generic, anon_sym_asm, anon_sym___asm__, sym_true, sym_false, anon_sym_NULL, anon_sym_nullptr, sym_identifier, anon_sym_decltype, anon_sym_template, anon_sym_delete, anon_sym_co_await, anon_sym_new, anon_sym_requires, sym_this, ACTIONS(6163), 25, anon_sym_LPAREN2, anon_sym_BANG, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, sym_number_literal, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, anon_sym_R_DQUOTE, anon_sym_LR_DQUOTE, anon_sym_uR_DQUOTE, anon_sym_UR_DQUOTE, anon_sym_u8R_DQUOTE, [95609] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6167), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(6165), 41, anon_sym_AMP, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, anon_sym_public, anon_sym_private, anon_sym_protected, [95664] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(5019), 1, anon_sym___attribute__, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5025), 1, anon_sym___declspec, ACTIONS(5029), 1, anon_sym_virtual, ACTIONS(6155), 1, sym_auto, ACTIONS(6157), 1, anon_sym_decltype, STATE(3722), 1, sym_decltype_auto, ACTIONS(5017), 5, anon_sym_extern, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, ACTIONS(6169), 6, anon_sym_AMP, anon_sym___based, anon_sym_LBRACK, sym_identifier, anon_sym_template, anon_sym_operator, STATE(3639), 8, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, sym_ms_declspec_modifier, sym_storage_class_specifier, sym_type_qualifier, sym_virtual, aux_sym__declaration_specifiers_repeat1, ACTIONS(6171), 10, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_EQ, anon_sym_GT2, ACTIONS(5027), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [95739] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4786), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_GT_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DOT, sym_literal_suffix, ACTIONS(4784), 28, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_LT, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_LT_EQ_GT, 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, anon_sym_GT2, anon_sym_R_DQUOTE, anon_sym_LR_DQUOTE, anon_sym_uR_DQUOTE, anon_sym_UR_DQUOTE, anon_sym_u8R_DQUOTE, [95793] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(6173), 1, anon_sym_LBRACE, ACTIONS(6175), 1, anon_sym_COLON, STATE(3734), 1, sym_field_declaration_list, STATE(5973), 1, sym_virtual_specifier, STATE(6670), 1, sym_base_class_clause, ACTIONS(4702), 2, anon_sym_final, anon_sym_override, ACTIONS(4722), 12, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_EQ, anon_sym_GT2, ACTIONS(4720), 27, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_template, anon_sym_operator, [95859] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(6173), 1, anon_sym_LBRACE, ACTIONS(6175), 1, anon_sym_COLON, STATE(3674), 1, sym_field_declaration_list, STATE(6178), 1, sym_virtual_specifier, STATE(6949), 1, sym_base_class_clause, ACTIONS(4702), 2, anon_sym_final, anon_sym_override, ACTIONS(4730), 12, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_EQ, anon_sym_GT2, ACTIONS(4728), 27, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_template, anon_sym_operator, [95925] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4802), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_GT_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DOT, sym_literal_suffix, ACTIONS(4800), 28, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_LT, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_LT_EQ_GT, 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, anon_sym_GT2, anon_sym_R_DQUOTE, anon_sym_LR_DQUOTE, anon_sym_uR_DQUOTE, anon_sym_UR_DQUOTE, anon_sym_u8R_DQUOTE, [95979] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4826), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_GT_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DOT, sym_literal_suffix, ACTIONS(4824), 28, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_LT, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_LT_EQ_GT, 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, anon_sym_GT2, anon_sym_R_DQUOTE, anon_sym_LR_DQUOTE, anon_sym_uR_DQUOTE, anon_sym_UR_DQUOTE, anon_sym_u8R_DQUOTE, [96033] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(6177), 1, sym_identifier, ACTIONS(6182), 1, sym_primitive_type, STATE(3380), 1, aux_sym_sized_type_specifier_repeat1, ACTIONS(6180), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, ACTIONS(4963), 13, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, ACTIONS(4965), 26, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_template, anon_sym_operator, [96095] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(4464), 1, anon_sym_COLON_COLON, ACTIONS(6184), 1, anon_sym_LT, STATE(2609), 1, sym_template_argument_list, ACTIONS(5168), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_COLON, anon_sym_DOT, ACTIONS(4483), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, [96155] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(4464), 1, anon_sym_COLON_COLON, ACTIONS(6186), 1, anon_sym_LT, STATE(2609), 1, sym_template_argument_list, ACTIONS(4447), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_COLON, anon_sym_DOT, ACTIONS(4452), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, [96215] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(6173), 1, anon_sym_LBRACE, ACTIONS(6175), 1, anon_sym_COLON, STATE(3694), 1, sym_field_declaration_list, STATE(6006), 1, sym_virtual_specifier, STATE(6711), 1, sym_base_class_clause, ACTIONS(4702), 2, anon_sym_final, anon_sym_override, ACTIONS(4696), 12, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_EQ, anon_sym_GT2, ACTIONS(4694), 27, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_template, anon_sym_operator, [96281] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4810), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_GT_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DOT, sym_literal_suffix, ACTIONS(4808), 28, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_LT, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_LT_EQ_GT, 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, anon_sym_GT2, anon_sym_R_DQUOTE, anon_sym_LR_DQUOTE, anon_sym_uR_DQUOTE, anon_sym_UR_DQUOTE, anon_sym_u8R_DQUOTE, [96335] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(5019), 1, anon_sym___attribute__, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5025), 1, anon_sym___declspec, ACTIONS(5029), 1, anon_sym_virtual, ACTIONS(5017), 5, anon_sym_extern, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, ACTIONS(6189), 7, anon_sym_AMP, anon_sym___based, anon_sym_LBRACK, sym_identifier, anon_sym_decltype, anon_sym_template, anon_sym_operator, STATE(3656), 8, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, sym_ms_declspec_modifier, sym_storage_class_specifier, sym_type_qualifier, sym_virtual, aux_sym__declaration_specifiers_repeat1, ACTIONS(6191), 10, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_EQ, anon_sym_GT2, ACTIONS(5027), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [96402] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(6193), 1, anon_sym_namespace, ACTIONS(5978), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(5976), 38, anon_sym_AMP, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, [96457] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(6195), 1, anon_sym_LBRACE, STATE(3749), 1, sym_enumerator_list, ACTIONS(4796), 12, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_EQ, anon_sym_GT2, ACTIONS(4794), 31, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_virtual, anon_sym_template, anon_sym_operator, anon_sym_try, anon_sym_requires, [96514] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(6197), 1, anon_sym_namespace, ACTIONS(5978), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(5976), 38, anon_sym_AMP, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, [96569] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(5019), 1, anon_sym___attribute__, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5025), 1, anon_sym___declspec, ACTIONS(5029), 1, anon_sym_virtual, ACTIONS(5017), 5, anon_sym_extern, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, ACTIONS(6199), 7, anon_sym_AMP, anon_sym___based, anon_sym_LBRACK, sym_identifier, anon_sym_decltype, anon_sym_template, anon_sym_operator, STATE(3656), 8, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, sym_ms_declspec_modifier, sym_storage_class_specifier, sym_type_qualifier, sym_virtual, aux_sym__declaration_specifiers_repeat1, ACTIONS(6201), 10, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_EQ, anon_sym_GT2, ACTIONS(5027), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [96636] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4837), 13, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, ACTIONS(4835), 32, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, anon_sym_COLON, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_virtual, anon_sym_template, anon_sym_operator, anon_sym_try, anon_sym_requires, [96689] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4790), 11, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, anon_sym_GT2, ACTIONS(4788), 34, anon_sym_AMP, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_virtual, anon_sym_try, anon_sym_requires, [96742] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(4792), 1, anon_sym_COLON_COLON, ACTIONS(4790), 12, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, ACTIONS(4788), 32, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, anon_sym_COLON, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_virtual, anon_sym_template, anon_sym_operator, anon_sym_try, anon_sym_requires, [96797] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(6203), 1, anon_sym_namespace, ACTIONS(5978), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(5976), 38, anon_sym_AMP, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, [96852] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(6205), 1, anon_sym_namespace, ACTIONS(5978), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(5976), 38, anon_sym_AMP, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, [96907] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(4464), 1, anon_sym_COLON_COLON, ACTIONS(6207), 1, anon_sym_LT, STATE(3781), 1, sym_template_argument_list, ACTIONS(4452), 12, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, ACTIONS(4447), 30, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, anon_sym_COLON, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_virtual, anon_sym_template, anon_sym_operator, [96966] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(6155), 1, sym_auto, ACTIONS(6157), 1, anon_sym_decltype, STATE(3722), 1, sym_decltype_auto, ACTIONS(4818), 13, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, ACTIONS(4816), 29, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_identifier, anon_sym_final, anon_sym_override, anon_sym_virtual, anon_sym_template, anon_sym_operator, anon_sym_try, anon_sym_requires, [97025] = 5, ACTIONS(3), 1, sym_comment, STATE(3651), 1, aux_sym_sized_type_specifier_repeat1, ACTIONS(6209), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, ACTIONS(4861), 9, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, ACTIONS(4859), 31, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_virtual, anon_sym_operator, anon_sym_try, anon_sym_requires, [97082] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(6195), 1, anon_sym_LBRACE, STATE(3670), 1, sym_enumerator_list, ACTIONS(4814), 12, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_EQ, anon_sym_GT2, ACTIONS(4812), 31, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_virtual, anon_sym_template, anon_sym_operator, anon_sym_try, anon_sym_requires, [97139] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(4464), 1, anon_sym_COLON_COLON, ACTIONS(6207), 1, anon_sym_LT, STATE(3781), 1, sym_template_argument_list, ACTIONS(4483), 12, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, ACTIONS(5168), 30, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, anon_sym_COLON, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_virtual, anon_sym_template, anon_sym_operator, [97198] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(6212), 1, anon_sym_namespace, ACTIONS(5978), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(5976), 38, anon_sym_AMP, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, [97253] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1917), 1, anon_sym_enum, ACTIONS(1919), 1, anon_sym_class, ACTIONS(1921), 1, anon_sym_struct, ACTIONS(1923), 1, anon_sym_union, ACTIONS(1925), 1, sym_auto, ACTIONS(1927), 1, anon_sym_decltype, ACTIONS(1929), 1, anon_sym_typename, ACTIONS(6214), 1, sym_identifier, ACTIONS(6216), 1, anon_sym_RPAREN, ACTIONS(6218), 1, anon_sym_COLON_COLON, ACTIONS(6220), 1, sym_primitive_type, STATE(2275), 1, aux_sym_sized_type_specifier_repeat1, STATE(2285), 1, sym_decltype_auto, STATE(2822), 1, sym_qualified_type_identifier, STATE(4296), 1, sym__type_specifier, STATE(5775), 1, sym__scope_resolution, STATE(6511), 1, sym_type_descriptor, STATE(7572), 1, sym_dependent_type_identifier, STATE(2221), 2, sym_decltype, sym_template_type, STATE(3771), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(1911), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(2287), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, ACTIONS(59), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [97350] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(6229), 1, anon_sym___attribute__, ACTIONS(6232), 1, anon_sym_LBRACK_LBRACK, ACTIONS(6235), 1, anon_sym___declspec, ACTIONS(6241), 1, anon_sym_virtual, ACTIONS(6226), 5, anon_sym_extern, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, ACTIONS(6222), 7, anon_sym_AMP, anon_sym___based, anon_sym_LBRACK, sym_identifier, anon_sym_decltype, anon_sym_template, anon_sym_operator, STATE(3656), 8, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, sym_ms_declspec_modifier, sym_storage_class_specifier, sym_type_qualifier, sym_virtual, aux_sym__declaration_specifiers_repeat1, ACTIONS(6224), 10, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_EQ, anon_sym_GT2, ACTIONS(6238), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [97417] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(4464), 1, anon_sym_COLON_COLON, STATE(2160), 1, sym_template_argument_list, ACTIONS(5250), 10, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_COLON, anon_sym_DOT, ACTIONS(5248), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, [97473] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(6182), 1, sym_primitive_type, ACTIONS(6244), 1, sym_identifier, STATE(3380), 1, aux_sym_sized_type_specifier_repeat1, ACTIONS(6180), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, ACTIONS(4963), 10, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, ACTIONS(4965), 27, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_virtual, anon_sym_try, anon_sym_requires, [97533] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(113), 1, sym_auto, ACTIONS(115), 1, anon_sym_decltype, ACTIONS(1329), 1, anon_sym_template, ACTIONS(3661), 1, sym_primitive_type, ACTIONS(6246), 1, sym_identifier, ACTIONS(6248), 1, anon_sym_COLON_COLON, ACTIONS(6250), 1, anon_sym_enum, ACTIONS(6252), 1, anon_sym_class, ACTIONS(6254), 1, anon_sym_struct, ACTIONS(6256), 1, anon_sym_union, ACTIONS(6258), 1, anon_sym_typename, STATE(3645), 1, sym_qualified_type_identifier, STATE(3658), 1, aux_sym_sized_type_specifier_repeat1, STATE(3701), 1, sym_decltype_auto, STATE(3903), 1, sym__type_specifier, STATE(5395), 1, sym_type_descriptor, STATE(5781), 1, sym__scope_resolution, STATE(7572), 1, sym_dependent_type_identifier, STATE(3646), 2, sym_decltype, sym_template_type, STATE(3813), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(3659), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(3695), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, ACTIONS(59), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [97627] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5005), 13, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, ACTIONS(5003), 31, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_virtual, anon_sym_template, anon_sym_operator, anon_sym_try, anon_sym_requires, [97679] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1917), 1, anon_sym_enum, ACTIONS(1919), 1, anon_sym_class, ACTIONS(1921), 1, anon_sym_struct, ACTIONS(1923), 1, anon_sym_union, ACTIONS(1925), 1, sym_auto, ACTIONS(1927), 1, anon_sym_decltype, ACTIONS(1929), 1, anon_sym_typename, ACTIONS(6214), 1, sym_identifier, ACTIONS(6218), 1, anon_sym_COLON_COLON, ACTIONS(6220), 1, sym_primitive_type, STATE(2275), 1, aux_sym_sized_type_specifier_repeat1, STATE(2285), 1, sym_decltype_auto, STATE(2822), 1, sym_qualified_type_identifier, STATE(4296), 1, sym__type_specifier, STATE(5775), 1, sym__scope_resolution, STATE(7215), 1, sym_type_descriptor, STATE(7572), 1, sym_dependent_type_identifier, STATE(2221), 2, sym_decltype, sym_template_type, STATE(3771), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(1911), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(2287), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, ACTIONS(59), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [97773] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1917), 1, anon_sym_enum, ACTIONS(1919), 1, anon_sym_class, ACTIONS(1921), 1, anon_sym_struct, ACTIONS(1923), 1, anon_sym_union, ACTIONS(1925), 1, sym_auto, ACTIONS(1927), 1, anon_sym_decltype, ACTIONS(1929), 1, anon_sym_typename, ACTIONS(6214), 1, sym_identifier, ACTIONS(6218), 1, anon_sym_COLON_COLON, ACTIONS(6220), 1, sym_primitive_type, STATE(2275), 1, aux_sym_sized_type_specifier_repeat1, STATE(2285), 1, sym_decltype_auto, STATE(2822), 1, sym_qualified_type_identifier, STATE(4296), 1, sym__type_specifier, STATE(5775), 1, sym__scope_resolution, STATE(7216), 1, sym_type_descriptor, STATE(7572), 1, sym_dependent_type_identifier, STATE(2221), 2, sym_decltype, sym_template_type, STATE(3771), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(1911), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(2287), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, ACTIONS(59), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [97867] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4924), 13, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, ACTIONS(4922), 31, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_virtual, anon_sym_template, anon_sym_operator, anon_sym_try, anon_sym_requires, [97919] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1917), 1, anon_sym_enum, ACTIONS(1919), 1, anon_sym_class, ACTIONS(1921), 1, anon_sym_struct, ACTIONS(1923), 1, anon_sym_union, ACTIONS(1925), 1, sym_auto, ACTIONS(1927), 1, anon_sym_decltype, ACTIONS(1929), 1, anon_sym_typename, ACTIONS(6214), 1, sym_identifier, ACTIONS(6218), 1, anon_sym_COLON_COLON, ACTIONS(6220), 1, sym_primitive_type, STATE(2275), 1, aux_sym_sized_type_specifier_repeat1, STATE(2285), 1, sym_decltype_auto, STATE(2822), 1, sym_qualified_type_identifier, STATE(4296), 1, sym__type_specifier, STATE(5775), 1, sym__scope_resolution, STATE(6743), 1, sym_type_descriptor, STATE(7572), 1, sym_dependent_type_identifier, STATE(2221), 2, sym_decltype, sym_template_type, STATE(3771), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(1911), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(2287), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, ACTIONS(59), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [98013] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1917), 1, anon_sym_enum, ACTIONS(1919), 1, anon_sym_class, ACTIONS(1921), 1, anon_sym_struct, ACTIONS(1923), 1, anon_sym_union, ACTIONS(1925), 1, sym_auto, ACTIONS(1927), 1, anon_sym_decltype, ACTIONS(1929), 1, anon_sym_typename, ACTIONS(6214), 1, sym_identifier, ACTIONS(6218), 1, anon_sym_COLON_COLON, ACTIONS(6220), 1, sym_primitive_type, STATE(2275), 1, aux_sym_sized_type_specifier_repeat1, STATE(2285), 1, sym_decltype_auto, STATE(2822), 1, sym_qualified_type_identifier, STATE(4296), 1, sym__type_specifier, STATE(5775), 1, sym__scope_resolution, STATE(7220), 1, sym_type_descriptor, STATE(7572), 1, sym_dependent_type_identifier, STATE(2221), 2, sym_decltype, sym_template_type, STATE(3771), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(1911), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(2287), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, ACTIONS(59), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [98107] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(6260), 1, sym_identifier, ACTIONS(6262), 1, anon_sym_COLON_COLON, ACTIONS(6266), 1, sym_primitive_type, ACTIONS(6268), 1, anon_sym_enum, ACTIONS(6270), 1, anon_sym_class, ACTIONS(6272), 1, anon_sym_struct, ACTIONS(6274), 1, anon_sym_union, ACTIONS(6276), 1, sym_auto, ACTIONS(6278), 1, anon_sym_decltype, ACTIONS(6280), 1, anon_sym_typename, STATE(4227), 1, sym__type_specifier, STATE(4592), 1, aux_sym_sized_type_specifier_repeat1, STATE(4789), 1, sym_qualified_type_identifier, STATE(4790), 1, sym_decltype_auto, STATE(5413), 1, sym_type_descriptor, STATE(5783), 1, sym__scope_resolution, STATE(7572), 1, sym_dependent_type_identifier, STATE(3767), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, STATE(4778), 2, sym_decltype, sym_template_type, ACTIONS(6264), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(4786), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, ACTIONS(59), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [98201] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(1899), 1, anon_sym_LBRACE, ACTIONS(6282), 1, anon_sym_LPAREN2, ACTIONS(6284), 1, anon_sym_LBRACK, ACTIONS(6286), 1, sym_auto, ACTIONS(6288), 1, anon_sym_decltype, STATE(2259), 1, sym_decltype_auto, STATE(3877), 1, sym_new_declarator, STATE(3975), 2, sym_argument_list, sym_initializer_list, ACTIONS(5211), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_DOT, ACTIONS(5209), 26, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [98269] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1917), 1, anon_sym_enum, ACTIONS(1919), 1, anon_sym_class, ACTIONS(1921), 1, anon_sym_struct, ACTIONS(1923), 1, anon_sym_union, ACTIONS(1925), 1, sym_auto, ACTIONS(1927), 1, anon_sym_decltype, ACTIONS(1929), 1, anon_sym_typename, ACTIONS(6214), 1, sym_identifier, ACTIONS(6218), 1, anon_sym_COLON_COLON, ACTIONS(6220), 1, sym_primitive_type, STATE(2275), 1, aux_sym_sized_type_specifier_repeat1, STATE(2285), 1, sym_decltype_auto, STATE(2822), 1, sym_qualified_type_identifier, STATE(4296), 1, sym__type_specifier, STATE(5775), 1, sym__scope_resolution, STATE(7221), 1, sym_type_descriptor, STATE(7572), 1, sym_dependent_type_identifier, STATE(2221), 2, sym_decltype, sym_template_type, STATE(3771), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(1911), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(2287), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, ACTIONS(59), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [98363] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1917), 1, anon_sym_enum, ACTIONS(1919), 1, anon_sym_class, ACTIONS(1921), 1, anon_sym_struct, ACTIONS(1923), 1, anon_sym_union, ACTIONS(1925), 1, sym_auto, ACTIONS(1927), 1, anon_sym_decltype, ACTIONS(1929), 1, anon_sym_typename, ACTIONS(6214), 1, sym_identifier, ACTIONS(6218), 1, anon_sym_COLON_COLON, ACTIONS(6220), 1, sym_primitive_type, STATE(2275), 1, aux_sym_sized_type_specifier_repeat1, STATE(2285), 1, sym_decltype_auto, STATE(2822), 1, sym_qualified_type_identifier, STATE(4296), 1, sym__type_specifier, STATE(5775), 1, sym__scope_resolution, STATE(7225), 1, sym_type_descriptor, STATE(7572), 1, sym_dependent_type_identifier, STATE(2221), 2, sym_decltype, sym_template_type, STATE(3771), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(1911), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(2287), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, ACTIONS(59), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [98457] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4888), 13, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, ACTIONS(4886), 31, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_virtual, anon_sym_template, anon_sym_operator, anon_sym_try, anon_sym_requires, [98509] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4884), 13, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, ACTIONS(4882), 31, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_virtual, anon_sym_template, anon_sym_operator, anon_sym_try, anon_sym_requires, [98561] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4904), 13, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, ACTIONS(4902), 31, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_virtual, anon_sym_template, anon_sym_operator, anon_sym_try, anon_sym_requires, [98613] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1917), 1, anon_sym_enum, ACTIONS(1919), 1, anon_sym_class, ACTIONS(1921), 1, anon_sym_struct, ACTIONS(1923), 1, anon_sym_union, ACTIONS(1925), 1, sym_auto, ACTIONS(1927), 1, anon_sym_decltype, ACTIONS(1929), 1, anon_sym_typename, ACTIONS(6214), 1, sym_identifier, ACTIONS(6218), 1, anon_sym_COLON_COLON, ACTIONS(6220), 1, sym_primitive_type, STATE(2275), 1, aux_sym_sized_type_specifier_repeat1, STATE(2285), 1, sym_decltype_auto, STATE(2822), 1, sym_qualified_type_identifier, STATE(4296), 1, sym__type_specifier, STATE(5775), 1, sym__scope_resolution, STATE(7233), 1, sym_type_descriptor, STATE(7572), 1, sym_dependent_type_identifier, STATE(2221), 2, sym_decltype, sym_template_type, STATE(3771), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(1911), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(2287), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, ACTIONS(59), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [98707] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4908), 13, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, ACTIONS(4906), 31, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_virtual, anon_sym_template, anon_sym_operator, anon_sym_try, anon_sym_requires, [98759] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4989), 13, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, ACTIONS(4987), 31, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_virtual, anon_sym_template, anon_sym_operator, anon_sym_try, anon_sym_requires, [98811] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1917), 1, anon_sym_enum, ACTIONS(1919), 1, anon_sym_class, ACTIONS(1921), 1, anon_sym_struct, ACTIONS(1923), 1, anon_sym_union, ACTIONS(1925), 1, sym_auto, ACTIONS(1927), 1, anon_sym_decltype, ACTIONS(1929), 1, anon_sym_typename, ACTIONS(6214), 1, sym_identifier, ACTIONS(6218), 1, anon_sym_COLON_COLON, ACTIONS(6220), 1, sym_primitive_type, STATE(2275), 1, aux_sym_sized_type_specifier_repeat1, STATE(2285), 1, sym_decltype_auto, STATE(2822), 1, sym_qualified_type_identifier, STATE(4296), 1, sym__type_specifier, STATE(5775), 1, sym__scope_resolution, STATE(7263), 1, sym_type_descriptor, STATE(7572), 1, sym_dependent_type_identifier, STATE(2221), 2, sym_decltype, sym_template_type, STATE(3771), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(1911), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(2287), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, ACTIONS(59), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [98905] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4928), 13, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, ACTIONS(4926), 31, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_virtual, anon_sym_template, anon_sym_operator, anon_sym_try, anon_sym_requires, [98957] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4955), 13, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, ACTIONS(4953), 31, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_virtual, anon_sym_template, anon_sym_operator, anon_sym_try, anon_sym_requires, [99009] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1917), 1, anon_sym_enum, ACTIONS(1919), 1, anon_sym_class, ACTIONS(1921), 1, anon_sym_struct, ACTIONS(1923), 1, anon_sym_union, ACTIONS(1925), 1, sym_auto, ACTIONS(1927), 1, anon_sym_decltype, ACTIONS(1929), 1, anon_sym_typename, ACTIONS(6214), 1, sym_identifier, ACTIONS(6218), 1, anon_sym_COLON_COLON, ACTIONS(6220), 1, sym_primitive_type, STATE(2275), 1, aux_sym_sized_type_specifier_repeat1, STATE(2285), 1, sym_decltype_auto, STATE(2822), 1, sym_qualified_type_identifier, STATE(4296), 1, sym__type_specifier, STATE(5775), 1, sym__scope_resolution, STATE(7230), 1, sym_type_descriptor, STATE(7572), 1, sym_dependent_type_identifier, STATE(2221), 2, sym_decltype, sym_template_type, STATE(3771), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(1911), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(2287), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, ACTIONS(59), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [99103] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1917), 1, anon_sym_enum, ACTIONS(1919), 1, anon_sym_class, ACTIONS(1921), 1, anon_sym_struct, ACTIONS(1923), 1, anon_sym_union, ACTIONS(1925), 1, sym_auto, ACTIONS(1927), 1, anon_sym_decltype, ACTIONS(1929), 1, anon_sym_typename, ACTIONS(6214), 1, sym_identifier, ACTIONS(6218), 1, anon_sym_COLON_COLON, ACTIONS(6220), 1, sym_primitive_type, STATE(2275), 1, aux_sym_sized_type_specifier_repeat1, STATE(2285), 1, sym_decltype_auto, STATE(2822), 1, sym_qualified_type_identifier, STATE(4296), 1, sym__type_specifier, STATE(5775), 1, sym__scope_resolution, STATE(7312), 1, sym_type_descriptor, STATE(7572), 1, sym_dependent_type_identifier, STATE(2221), 2, sym_decltype, sym_template_type, STATE(3771), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(1911), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(2287), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, ACTIONS(59), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [99197] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4876), 13, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, ACTIONS(4874), 31, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_virtual, anon_sym_template, anon_sym_operator, anon_sym_try, anon_sym_requires, [99249] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4912), 13, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, ACTIONS(4910), 31, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_virtual, anon_sym_template, anon_sym_operator, anon_sym_try, anon_sym_requires, [99301] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1917), 1, anon_sym_enum, ACTIONS(1919), 1, anon_sym_class, ACTIONS(1921), 1, anon_sym_struct, ACTIONS(1923), 1, anon_sym_union, ACTIONS(1925), 1, sym_auto, ACTIONS(1927), 1, anon_sym_decltype, ACTIONS(1929), 1, anon_sym_typename, ACTIONS(6214), 1, sym_identifier, ACTIONS(6218), 1, anon_sym_COLON_COLON, ACTIONS(6220), 1, sym_primitive_type, STATE(2275), 1, aux_sym_sized_type_specifier_repeat1, STATE(2285), 1, sym_decltype_auto, STATE(2822), 1, sym_qualified_type_identifier, STATE(4533), 1, sym__type_specifier, STATE(5775), 1, sym__scope_resolution, STATE(7325), 1, sym_type_descriptor, STATE(7572), 1, sym_dependent_type_identifier, STATE(2221), 2, sym_decltype, sym_template_type, STATE(3762), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(1911), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(2287), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, ACTIONS(59), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [99395] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4849), 13, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, ACTIONS(4847), 31, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_virtual, anon_sym_template, anon_sym_operator, anon_sym_try, anon_sym_requires, [99447] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1917), 1, anon_sym_enum, ACTIONS(1919), 1, anon_sym_class, ACTIONS(1921), 1, anon_sym_struct, ACTIONS(1923), 1, anon_sym_union, ACTIONS(1925), 1, sym_auto, ACTIONS(1927), 1, anon_sym_decltype, ACTIONS(1929), 1, anon_sym_typename, ACTIONS(6214), 1, sym_identifier, ACTIONS(6218), 1, anon_sym_COLON_COLON, ACTIONS(6220), 1, sym_primitive_type, STATE(2275), 1, aux_sym_sized_type_specifier_repeat1, STATE(2285), 1, sym_decltype_auto, STATE(2822), 1, sym_qualified_type_identifier, STATE(4533), 1, sym__type_specifier, STATE(5775), 1, sym__scope_resolution, STATE(7335), 1, sym_type_descriptor, STATE(7572), 1, sym_dependent_type_identifier, STATE(2221), 2, sym_decltype, sym_template_type, STATE(3762), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(1911), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(2287), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, ACTIONS(59), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [99541] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4853), 13, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, ACTIONS(4851), 31, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_virtual, anon_sym_template, anon_sym_operator, anon_sym_try, anon_sym_requires, [99593] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4857), 13, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, ACTIONS(4855), 31, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_virtual, anon_sym_template, anon_sym_operator, anon_sym_try, anon_sym_requires, [99645] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4830), 12, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, anon_sym_GT2, ACTIONS(4828), 32, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, anon_sym_or, anon_sym_and, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_virtual, anon_sym_operator, anon_sym_try, anon_sym_requires, [99697] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(4798), 1, anon_sym_LBRACE, ACTIONS(6290), 1, anon_sym_COLON, STATE(2229), 1, sym__enum_base_clause, STATE(2274), 1, sym_enumerator_list, ACTIONS(5273), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_DOT, ACTIONS(5271), 31, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, [99757] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1917), 1, anon_sym_enum, ACTIONS(1919), 1, anon_sym_class, ACTIONS(1921), 1, anon_sym_struct, ACTIONS(1923), 1, anon_sym_union, ACTIONS(1925), 1, sym_auto, ACTIONS(1927), 1, anon_sym_decltype, ACTIONS(1929), 1, anon_sym_typename, ACTIONS(6214), 1, sym_identifier, ACTIONS(6218), 1, anon_sym_COLON_COLON, ACTIONS(6220), 1, sym_primitive_type, STATE(2275), 1, aux_sym_sized_type_specifier_repeat1, STATE(2285), 1, sym_decltype_auto, STATE(2822), 1, sym_qualified_type_identifier, STATE(4533), 1, sym__type_specifier, STATE(5775), 1, sym__scope_resolution, STATE(7509), 1, sym_type_descriptor, STATE(7572), 1, sym_dependent_type_identifier, STATE(2221), 2, sym_decltype, sym_template_type, STATE(3762), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(1911), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(2287), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, ACTIONS(59), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [99851] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(4798), 1, anon_sym_LBRACE, ACTIONS(6290), 1, anon_sym_COLON, STATE(2222), 1, sym__enum_base_clause, STATE(2243), 1, sym_enumerator_list, ACTIONS(5289), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_DOT, ACTIONS(5287), 31, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, [99911] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4951), 13, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, ACTIONS(4949), 31, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_virtual, anon_sym_template, anon_sym_operator, anon_sym_try, anon_sym_requires, [99963] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1917), 1, anon_sym_enum, ACTIONS(1919), 1, anon_sym_class, ACTIONS(1921), 1, anon_sym_struct, ACTIONS(1923), 1, anon_sym_union, ACTIONS(1925), 1, sym_auto, ACTIONS(1927), 1, anon_sym_decltype, ACTIONS(1929), 1, anon_sym_typename, ACTIONS(6214), 1, sym_identifier, ACTIONS(6218), 1, anon_sym_COLON_COLON, ACTIONS(6220), 1, sym_primitive_type, STATE(2275), 1, aux_sym_sized_type_specifier_repeat1, STATE(2285), 1, sym_decltype_auto, STATE(2822), 1, sym_qualified_type_identifier, STATE(4296), 1, sym__type_specifier, STATE(5775), 1, sym__scope_resolution, STATE(7307), 1, sym_type_descriptor, STATE(7572), 1, sym_dependent_type_identifier, STATE(2221), 2, sym_decltype, sym_template_type, STATE(3771), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(1911), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(2287), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, ACTIONS(59), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [100057] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4916), 13, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, ACTIONS(4914), 31, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_virtual, anon_sym_template, anon_sym_operator, anon_sym_try, anon_sym_requires, [100109] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4790), 13, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, ACTIONS(4788), 31, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_virtual, anon_sym_template, anon_sym_operator, anon_sym_try, anon_sym_requires, [100161] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1917), 1, anon_sym_enum, ACTIONS(1919), 1, anon_sym_class, ACTIONS(1921), 1, anon_sym_struct, ACTIONS(1923), 1, anon_sym_union, ACTIONS(1925), 1, sym_auto, ACTIONS(1927), 1, anon_sym_decltype, ACTIONS(1929), 1, anon_sym_typename, ACTIONS(6214), 1, sym_identifier, ACTIONS(6218), 1, anon_sym_COLON_COLON, ACTIONS(6220), 1, sym_primitive_type, STATE(2275), 1, aux_sym_sized_type_specifier_repeat1, STATE(2285), 1, sym_decltype_auto, STATE(2822), 1, sym_qualified_type_identifier, STATE(4296), 1, sym__type_specifier, STATE(5775), 1, sym__scope_resolution, STATE(6987), 1, sym_type_descriptor, STATE(7572), 1, sym_dependent_type_identifier, STATE(2221), 2, sym_decltype, sym_template_type, STATE(3771), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(1911), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(2287), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, ACTIONS(59), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [100255] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(6299), 2, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(6295), 4, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, ACTIONS(6297), 5, anon_sym_AMP, anon_sym___based, anon_sym_LBRACK, anon_sym_explicit, anon_sym_operator, ACTIONS(6302), 11, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_auto, anon_sym_typename, ACTIONS(6292), 22, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_identifier, anon_sym_decltype, anon_sym_virtual, anon_sym_template, [100313] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1917), 1, anon_sym_enum, ACTIONS(1919), 1, anon_sym_class, ACTIONS(1921), 1, anon_sym_struct, ACTIONS(1923), 1, anon_sym_union, ACTIONS(1925), 1, sym_auto, ACTIONS(1927), 1, anon_sym_decltype, ACTIONS(1929), 1, anon_sym_typename, ACTIONS(6214), 1, sym_identifier, ACTIONS(6218), 1, anon_sym_COLON_COLON, ACTIONS(6220), 1, sym_primitive_type, STATE(2275), 1, aux_sym_sized_type_specifier_repeat1, STATE(2285), 1, sym_decltype_auto, STATE(2822), 1, sym_qualified_type_identifier, STATE(4533), 1, sym__type_specifier, STATE(5775), 1, sym__scope_resolution, STATE(7572), 1, sym_dependent_type_identifier, STATE(7669), 1, sym_type_descriptor, STATE(2221), 2, sym_decltype, sym_template_type, STATE(3762), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(1911), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(2287), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, ACTIONS(59), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [100407] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4947), 13, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, ACTIONS(4945), 31, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_virtual, anon_sym_template, anon_sym_operator, anon_sym_try, anon_sym_requires, [100459] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1917), 1, anon_sym_enum, ACTIONS(1919), 1, anon_sym_class, ACTIONS(1921), 1, anon_sym_struct, ACTIONS(1923), 1, anon_sym_union, ACTIONS(1925), 1, sym_auto, ACTIONS(1927), 1, anon_sym_decltype, ACTIONS(1929), 1, anon_sym_typename, ACTIONS(6214), 1, sym_identifier, ACTIONS(6218), 1, anon_sym_COLON_COLON, ACTIONS(6220), 1, sym_primitive_type, STATE(2275), 1, aux_sym_sized_type_specifier_repeat1, STATE(2285), 1, sym_decltype_auto, STATE(2822), 1, sym_qualified_type_identifier, STATE(4296), 1, sym__type_specifier, STATE(5775), 1, sym__scope_resolution, STATE(7315), 1, sym_type_descriptor, STATE(7572), 1, sym_dependent_type_identifier, STATE(2221), 2, sym_decltype, sym_template_type, STATE(3771), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(1911), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(2287), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, ACTIONS(59), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [100553] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5009), 13, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, ACTIONS(5007), 31, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_virtual, anon_sym_template, anon_sym_operator, anon_sym_try, anon_sym_requires, [100605] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3777), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(3775), 38, anon_sym_AMP, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, [100657] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(1899), 1, anon_sym_LBRACE, ACTIONS(6282), 1, anon_sym_LPAREN2, ACTIONS(6284), 1, anon_sym_LBRACK, ACTIONS(6286), 1, sym_auto, ACTIONS(6288), 1, anon_sym_decltype, STATE(2259), 1, sym_decltype_auto, STATE(3893), 1, sym_new_declarator, STATE(3995), 2, sym_argument_list, sym_initializer_list, ACTIONS(5199), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_DOT, ACTIONS(5197), 26, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [100725] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4999), 13, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, ACTIONS(4997), 31, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_virtual, anon_sym_template, anon_sym_operator, anon_sym_try, anon_sym_requires, [100777] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4943), 13, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, ACTIONS(4941), 31, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_virtual, anon_sym_template, anon_sym_operator, anon_sym_try, anon_sym_requires, [100829] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4939), 13, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, ACTIONS(4937), 31, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_virtual, anon_sym_template, anon_sym_operator, anon_sym_try, anon_sym_requires, [100881] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5013), 13, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, ACTIONS(5011), 31, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_virtual, anon_sym_template, anon_sym_operator, anon_sym_try, anon_sym_requires, [100933] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1917), 1, anon_sym_enum, ACTIONS(1919), 1, anon_sym_class, ACTIONS(1921), 1, anon_sym_struct, ACTIONS(1923), 1, anon_sym_union, ACTIONS(1925), 1, sym_auto, ACTIONS(1927), 1, anon_sym_decltype, ACTIONS(1929), 1, anon_sym_typename, ACTIONS(6214), 1, sym_identifier, ACTIONS(6218), 1, anon_sym_COLON_COLON, ACTIONS(6220), 1, sym_primitive_type, STATE(2275), 1, aux_sym_sized_type_specifier_repeat1, STATE(2285), 1, sym_decltype_auto, STATE(2822), 1, sym_qualified_type_identifier, STATE(4296), 1, sym__type_specifier, STATE(5775), 1, sym__scope_resolution, STATE(7356), 1, sym_type_descriptor, STATE(7572), 1, sym_dependent_type_identifier, STATE(2221), 2, sym_decltype, sym_template_type, STATE(3771), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(1911), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(2287), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, ACTIONS(59), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [101027] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4872), 13, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, ACTIONS(4870), 31, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_virtual, anon_sym_template, anon_sym_operator, anon_sym_try, anon_sym_requires, [101079] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4868), 13, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, ACTIONS(4866), 31, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_virtual, anon_sym_template, anon_sym_operator, anon_sym_try, anon_sym_requires, [101131] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1917), 1, anon_sym_enum, ACTIONS(1919), 1, anon_sym_class, ACTIONS(1921), 1, anon_sym_struct, ACTIONS(1923), 1, anon_sym_union, ACTIONS(1925), 1, sym_auto, ACTIONS(1927), 1, anon_sym_decltype, ACTIONS(1929), 1, anon_sym_typename, ACTIONS(6214), 1, sym_identifier, ACTIONS(6218), 1, anon_sym_COLON_COLON, ACTIONS(6220), 1, sym_primitive_type, STATE(2275), 1, aux_sym_sized_type_specifier_repeat1, STATE(2285), 1, sym_decltype_auto, STATE(2822), 1, sym_qualified_type_identifier, STATE(4296), 1, sym__type_specifier, STATE(5775), 1, sym__scope_resolution, STATE(7309), 1, sym_type_descriptor, STATE(7572), 1, sym_dependent_type_identifier, STATE(2221), 2, sym_decltype, sym_template_type, STATE(3771), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(1911), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(2287), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, ACTIONS(59), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [101225] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1917), 1, anon_sym_enum, ACTIONS(1919), 1, anon_sym_class, ACTIONS(1921), 1, anon_sym_struct, ACTIONS(1923), 1, anon_sym_union, ACTIONS(1925), 1, sym_auto, ACTIONS(1927), 1, anon_sym_decltype, ACTIONS(1929), 1, anon_sym_typename, ACTIONS(6214), 1, sym_identifier, ACTIONS(6218), 1, anon_sym_COLON_COLON, ACTIONS(6220), 1, sym_primitive_type, STATE(2275), 1, aux_sym_sized_type_specifier_repeat1, STATE(2285), 1, sym_decltype_auto, STATE(2822), 1, sym_qualified_type_identifier, STATE(4296), 1, sym__type_specifier, STATE(5775), 1, sym__scope_resolution, STATE(7364), 1, sym_type_descriptor, STATE(7572), 1, sym_dependent_type_identifier, STATE(2221), 2, sym_decltype, sym_template_type, STATE(3771), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(1911), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(2287), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, ACTIONS(59), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [101319] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1917), 1, anon_sym_enum, ACTIONS(1919), 1, anon_sym_class, ACTIONS(1921), 1, anon_sym_struct, ACTIONS(1923), 1, anon_sym_union, ACTIONS(1925), 1, sym_auto, ACTIONS(1927), 1, anon_sym_decltype, ACTIONS(1929), 1, anon_sym_typename, ACTIONS(6214), 1, sym_identifier, ACTIONS(6218), 1, anon_sym_COLON_COLON, ACTIONS(6220), 1, sym_primitive_type, STATE(2275), 1, aux_sym_sized_type_specifier_repeat1, STATE(2285), 1, sym_decltype_auto, STATE(2822), 1, sym_qualified_type_identifier, STATE(4296), 1, sym__type_specifier, STATE(5775), 1, sym__scope_resolution, STATE(7435), 1, sym_type_descriptor, STATE(7572), 1, sym_dependent_type_identifier, STATE(2221), 2, sym_decltype, sym_template_type, STATE(3771), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(1911), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(2287), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, ACTIONS(59), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [101413] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3773), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(3771), 38, anon_sym_AMP, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, [101465] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4845), 13, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, ACTIONS(4843), 31, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_virtual, anon_sym_template, anon_sym_operator, anon_sym_try, anon_sym_requires, [101517] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1917), 1, anon_sym_enum, ACTIONS(1919), 1, anon_sym_class, ACTIONS(1921), 1, anon_sym_struct, ACTIONS(1923), 1, anon_sym_union, ACTIONS(1925), 1, sym_auto, ACTIONS(1927), 1, anon_sym_decltype, ACTIONS(1929), 1, anon_sym_typename, ACTIONS(6214), 1, sym_identifier, ACTIONS(6218), 1, anon_sym_COLON_COLON, ACTIONS(6220), 1, sym_primitive_type, STATE(2275), 1, aux_sym_sized_type_specifier_repeat1, STATE(2285), 1, sym_decltype_auto, STATE(2822), 1, sym_qualified_type_identifier, STATE(4296), 1, sym__type_specifier, STATE(5775), 1, sym__scope_resolution, STATE(7082), 1, sym_type_descriptor, STATE(7572), 1, sym_dependent_type_identifier, STATE(2221), 2, sym_decltype, sym_template_type, STATE(3771), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(1911), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(2287), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, ACTIONS(59), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [101611] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1917), 1, anon_sym_enum, ACTIONS(1919), 1, anon_sym_class, ACTIONS(1921), 1, anon_sym_struct, ACTIONS(1923), 1, anon_sym_union, ACTIONS(1925), 1, sym_auto, ACTIONS(1927), 1, anon_sym_decltype, ACTIONS(1929), 1, anon_sym_typename, ACTIONS(6214), 1, sym_identifier, ACTIONS(6218), 1, anon_sym_COLON_COLON, ACTIONS(6220), 1, sym_primitive_type, STATE(2275), 1, aux_sym_sized_type_specifier_repeat1, STATE(2285), 1, sym_decltype_auto, STATE(2822), 1, sym_qualified_type_identifier, STATE(4296), 1, sym__type_specifier, STATE(5775), 1, sym__scope_resolution, STATE(7484), 1, sym_type_descriptor, STATE(7572), 1, sym_dependent_type_identifier, STATE(2221), 2, sym_decltype, sym_template_type, STATE(3771), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(1911), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(2287), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, ACTIONS(59), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [101705] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1917), 1, anon_sym_enum, ACTIONS(1919), 1, anon_sym_class, ACTIONS(1921), 1, anon_sym_struct, ACTIONS(1923), 1, anon_sym_union, ACTIONS(1925), 1, sym_auto, ACTIONS(1927), 1, anon_sym_decltype, ACTIONS(1929), 1, anon_sym_typename, ACTIONS(6214), 1, sym_identifier, ACTIONS(6218), 1, anon_sym_COLON_COLON, ACTIONS(6220), 1, sym_primitive_type, STATE(2275), 1, aux_sym_sized_type_specifier_repeat1, STATE(2285), 1, sym_decltype_auto, STATE(2822), 1, sym_qualified_type_identifier, STATE(4533), 1, sym__type_specifier, STATE(5775), 1, sym__scope_resolution, STATE(7450), 1, sym_type_descriptor, STATE(7572), 1, sym_dependent_type_identifier, STATE(2221), 2, sym_decltype, sym_template_type, STATE(3762), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(1911), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(2287), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, ACTIONS(59), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [101799] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1917), 1, anon_sym_enum, ACTIONS(1919), 1, anon_sym_class, ACTIONS(1921), 1, anon_sym_struct, ACTIONS(1923), 1, anon_sym_union, ACTIONS(1925), 1, sym_auto, ACTIONS(1927), 1, anon_sym_decltype, ACTIONS(1929), 1, anon_sym_typename, ACTIONS(6214), 1, sym_identifier, ACTIONS(6218), 1, anon_sym_COLON_COLON, ACTIONS(6220), 1, sym_primitive_type, STATE(2275), 1, aux_sym_sized_type_specifier_repeat1, STATE(2285), 1, sym_decltype_auto, STATE(2822), 1, sym_qualified_type_identifier, STATE(4296), 1, sym__type_specifier, STATE(5775), 1, sym__scope_resolution, STATE(7522), 1, sym_type_descriptor, STATE(7572), 1, sym_dependent_type_identifier, STATE(2221), 2, sym_decltype, sym_template_type, STATE(3771), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(1911), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(2287), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, ACTIONS(59), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [101893] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1917), 1, anon_sym_enum, ACTIONS(1919), 1, anon_sym_class, ACTIONS(1921), 1, anon_sym_struct, ACTIONS(1923), 1, anon_sym_union, ACTIONS(1925), 1, sym_auto, ACTIONS(1927), 1, anon_sym_decltype, ACTIONS(1929), 1, anon_sym_typename, ACTIONS(6214), 1, sym_identifier, ACTIONS(6218), 1, anon_sym_COLON_COLON, ACTIONS(6220), 1, sym_primitive_type, STATE(2275), 1, aux_sym_sized_type_specifier_repeat1, STATE(2285), 1, sym_decltype_auto, STATE(2822), 1, sym_qualified_type_identifier, STATE(4296), 1, sym__type_specifier, STATE(5775), 1, sym__scope_resolution, STATE(7496), 1, sym_type_descriptor, STATE(7572), 1, sym_dependent_type_identifier, STATE(2221), 2, sym_decltype, sym_template_type, STATE(3771), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(1911), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(2287), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, ACTIONS(59), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [101987] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1917), 1, anon_sym_enum, ACTIONS(1919), 1, anon_sym_class, ACTIONS(1921), 1, anon_sym_struct, ACTIONS(1923), 1, anon_sym_union, ACTIONS(1925), 1, sym_auto, ACTIONS(1927), 1, anon_sym_decltype, ACTIONS(1929), 1, anon_sym_typename, ACTIONS(6214), 1, sym_identifier, ACTIONS(6218), 1, anon_sym_COLON_COLON, ACTIONS(6220), 1, sym_primitive_type, STATE(2275), 1, aux_sym_sized_type_specifier_repeat1, STATE(2285), 1, sym_decltype_auto, STATE(2822), 1, sym_qualified_type_identifier, STATE(4296), 1, sym__type_specifier, STATE(5775), 1, sym__scope_resolution, STATE(7467), 1, sym_type_descriptor, STATE(7572), 1, sym_dependent_type_identifier, STATE(2221), 2, sym_decltype, sym_template_type, STATE(3771), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(1911), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(2287), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, ACTIONS(59), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [102081] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4900), 13, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, ACTIONS(4898), 31, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_virtual, anon_sym_template, anon_sym_operator, anon_sym_try, anon_sym_requires, [102133] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1917), 1, anon_sym_enum, ACTIONS(1919), 1, anon_sym_class, ACTIONS(1921), 1, anon_sym_struct, ACTIONS(1923), 1, anon_sym_union, ACTIONS(1925), 1, sym_auto, ACTIONS(1927), 1, anon_sym_decltype, ACTIONS(1929), 1, anon_sym_typename, ACTIONS(6214), 1, sym_identifier, ACTIONS(6218), 1, anon_sym_COLON_COLON, ACTIONS(6220), 1, sym_primitive_type, STATE(2275), 1, aux_sym_sized_type_specifier_repeat1, STATE(2285), 1, sym_decltype_auto, STATE(2822), 1, sym_qualified_type_identifier, STATE(4296), 1, sym__type_specifier, STATE(5775), 1, sym__scope_resolution, STATE(7380), 1, sym_type_descriptor, STATE(7572), 1, sym_dependent_type_identifier, STATE(2221), 2, sym_decltype, sym_template_type, STATE(3771), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(1911), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(2287), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, ACTIONS(59), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [102227] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1917), 1, anon_sym_enum, ACTIONS(1919), 1, anon_sym_class, ACTIONS(1921), 1, anon_sym_struct, ACTIONS(1923), 1, anon_sym_union, ACTIONS(1925), 1, sym_auto, ACTIONS(1927), 1, anon_sym_decltype, ACTIONS(1929), 1, anon_sym_typename, ACTIONS(6214), 1, sym_identifier, ACTIONS(6218), 1, anon_sym_COLON_COLON, ACTIONS(6220), 1, sym_primitive_type, STATE(2275), 1, aux_sym_sized_type_specifier_repeat1, STATE(2285), 1, sym_decltype_auto, STATE(2822), 1, sym_qualified_type_identifier, STATE(4296), 1, sym__type_specifier, STATE(5775), 1, sym__scope_resolution, STATE(7536), 1, sym_type_descriptor, STATE(7572), 1, sym_dependent_type_identifier, STATE(2221), 2, sym_decltype, sym_template_type, STATE(3771), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(1911), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(2287), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, ACTIONS(59), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [102321] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1917), 1, anon_sym_enum, ACTIONS(1919), 1, anon_sym_class, ACTIONS(1921), 1, anon_sym_struct, ACTIONS(1923), 1, anon_sym_union, ACTIONS(1925), 1, sym_auto, ACTIONS(1927), 1, anon_sym_decltype, ACTIONS(1929), 1, anon_sym_typename, ACTIONS(6214), 1, sym_identifier, ACTIONS(6218), 1, anon_sym_COLON_COLON, ACTIONS(6220), 1, sym_primitive_type, STATE(2275), 1, aux_sym_sized_type_specifier_repeat1, STATE(2285), 1, sym_decltype_auto, STATE(2822), 1, sym_qualified_type_identifier, STATE(4533), 1, sym__type_specifier, STATE(5775), 1, sym__scope_resolution, STATE(7527), 1, sym_type_descriptor, STATE(7572), 1, sym_dependent_type_identifier, STATE(2221), 2, sym_decltype, sym_template_type, STATE(3762), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(1911), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(2287), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, ACTIONS(59), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [102415] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(113), 1, sym_auto, ACTIONS(115), 1, anon_sym_decltype, ACTIONS(1329), 1, anon_sym_template, ACTIONS(3651), 1, sym_identifier, ACTIONS(3657), 1, anon_sym_COLON_COLON, ACTIONS(3661), 1, sym_primitive_type, ACTIONS(3663), 1, anon_sym_enum, ACTIONS(3665), 1, anon_sym_class, ACTIONS(3667), 1, anon_sym_struct, ACTIONS(3669), 1, anon_sym_union, ACTIONS(3671), 1, anon_sym_typename, STATE(3645), 1, sym_qualified_type_identifier, STATE(3658), 1, aux_sym_sized_type_specifier_repeat1, STATE(3701), 1, sym_decltype_auto, STATE(4093), 1, sym__type_specifier, STATE(5395), 1, sym_type_descriptor, STATE(5806), 1, sym__scope_resolution, STATE(7572), 1, sym_dependent_type_identifier, STATE(3646), 2, sym_decltype, sym_template_type, STATE(3822), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(3659), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(3695), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, ACTIONS(59), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [102509] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(1899), 1, anon_sym_LBRACE, ACTIONS(6282), 1, anon_sym_LPAREN2, ACTIONS(6284), 1, anon_sym_LBRACK, ACTIONS(6286), 1, sym_auto, ACTIONS(6288), 1, anon_sym_decltype, STATE(2259), 1, sym_decltype_auto, STATE(3899), 1, sym_new_declarator, STATE(3968), 2, sym_argument_list, sym_initializer_list, ACTIONS(5160), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_DOT, ACTIONS(5156), 26, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [102577] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5978), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(5976), 38, anon_sym_AMP, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, [102629] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1917), 1, anon_sym_enum, ACTIONS(1919), 1, anon_sym_class, ACTIONS(1921), 1, anon_sym_struct, ACTIONS(1923), 1, anon_sym_union, ACTIONS(1925), 1, sym_auto, ACTIONS(1927), 1, anon_sym_decltype, ACTIONS(1929), 1, anon_sym_typename, ACTIONS(6214), 1, sym_identifier, ACTIONS(6218), 1, anon_sym_COLON_COLON, ACTIONS(6220), 1, sym_primitive_type, STATE(2275), 1, aux_sym_sized_type_specifier_repeat1, STATE(2285), 1, sym_decltype_auto, STATE(2822), 1, sym_qualified_type_identifier, STATE(4296), 1, sym__type_specifier, STATE(5775), 1, sym__scope_resolution, STATE(7553), 1, sym_type_descriptor, STATE(7572), 1, sym_dependent_type_identifier, STATE(2221), 2, sym_decltype, sym_template_type, STATE(3771), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(1911), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(2287), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, ACTIONS(59), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [102723] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1917), 1, anon_sym_enum, ACTIONS(1919), 1, anon_sym_class, ACTIONS(1921), 1, anon_sym_struct, ACTIONS(1923), 1, anon_sym_union, ACTIONS(1925), 1, sym_auto, ACTIONS(1927), 1, anon_sym_decltype, ACTIONS(1929), 1, anon_sym_typename, ACTIONS(6214), 1, sym_identifier, ACTIONS(6218), 1, anon_sym_COLON_COLON, ACTIONS(6220), 1, sym_primitive_type, STATE(2275), 1, aux_sym_sized_type_specifier_repeat1, STATE(2285), 1, sym_decltype_auto, STATE(2822), 1, sym_qualified_type_identifier, STATE(4533), 1, sym__type_specifier, STATE(5775), 1, sym__scope_resolution, STATE(7480), 1, sym_type_descriptor, STATE(7572), 1, sym_dependent_type_identifier, STATE(2221), 2, sym_decltype, sym_template_type, STATE(3762), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(1911), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(2287), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, ACTIONS(59), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [102817] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6306), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(6304), 38, anon_sym_AMP, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_typename, anon_sym_template, anon_sym_operator, [102869] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4880), 13, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, ACTIONS(4878), 31, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_virtual, anon_sym_template, anon_sym_operator, anon_sym_try, anon_sym_requires, [102921] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4892), 13, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, ACTIONS(4890), 31, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_virtual, anon_sym_template, anon_sym_operator, anon_sym_try, anon_sym_requires, [102973] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4896), 13, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, ACTIONS(4894), 31, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_virtual, anon_sym_template, anon_sym_operator, anon_sym_try, anon_sym_requires, [103025] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1917), 1, anon_sym_enum, ACTIONS(1919), 1, anon_sym_class, ACTIONS(1921), 1, anon_sym_struct, ACTIONS(1923), 1, anon_sym_union, ACTIONS(1925), 1, sym_auto, ACTIONS(1927), 1, anon_sym_decltype, ACTIONS(1929), 1, anon_sym_typename, ACTIONS(6214), 1, sym_identifier, ACTIONS(6218), 1, anon_sym_COLON_COLON, ACTIONS(6220), 1, sym_primitive_type, STATE(2275), 1, aux_sym_sized_type_specifier_repeat1, STATE(2285), 1, sym_decltype_auto, STATE(2822), 1, sym_qualified_type_identifier, STATE(4296), 1, sym__type_specifier, STATE(5395), 1, sym_type_descriptor, STATE(5775), 1, sym__scope_resolution, STATE(7572), 1, sym_dependent_type_identifier, STATE(2221), 2, sym_decltype, sym_template_type, STATE(3771), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(1911), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(2287), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, ACTIONS(59), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [103119] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1917), 1, anon_sym_enum, ACTIONS(1919), 1, anon_sym_class, ACTIONS(1921), 1, anon_sym_struct, ACTIONS(1923), 1, anon_sym_union, ACTIONS(1925), 1, sym_auto, ACTIONS(1927), 1, anon_sym_decltype, ACTIONS(1929), 1, anon_sym_typename, ACTIONS(6214), 1, sym_identifier, ACTIONS(6218), 1, anon_sym_COLON_COLON, ACTIONS(6220), 1, sym_primitive_type, STATE(2275), 1, aux_sym_sized_type_specifier_repeat1, STATE(2285), 1, sym_decltype_auto, STATE(2822), 1, sym_qualified_type_identifier, STATE(4533), 1, sym__type_specifier, STATE(5413), 1, sym_type_descriptor, STATE(5775), 1, sym__scope_resolution, STATE(7572), 1, sym_dependent_type_identifier, STATE(2221), 2, sym_decltype, sym_template_type, STATE(3762), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(1911), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(2287), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, ACTIONS(59), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [103213] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(4464), 1, anon_sym_COLON_COLON, ACTIONS(6184), 1, anon_sym_LT, STATE(2609), 1, sym_template_argument_list, ACTIONS(4466), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_COLON, anon_sym_DOT, ACTIONS(4471), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, [103271] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(2576), 1, sym_primitive_type, ACTIONS(2586), 1, sym_auto, ACTIONS(2588), 1, anon_sym_decltype, ACTIONS(6246), 1, sym_identifier, ACTIONS(6308), 1, anon_sym_COLON_COLON, ACTIONS(6312), 1, anon_sym_enum, ACTIONS(6314), 1, anon_sym_class, ACTIONS(6316), 1, anon_sym_struct, ACTIONS(6318), 1, anon_sym_union, ACTIONS(6320), 1, anon_sym_typename, STATE(3645), 1, sym_qualified_type_identifier, STATE(3920), 1, sym__type_specifier, STATE(3928), 1, sym_decltype_auto, STATE(4316), 1, aux_sym_sized_type_specifier_repeat1, STATE(5395), 1, sym_type_descriptor, STATE(5778), 1, sym__scope_resolution, STATE(7572), 1, sym_dependent_type_identifier, STATE(3646), 2, sym_decltype, sym_template_type, STATE(3770), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(6310), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(3945), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, ACTIONS(59), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [103365] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1917), 1, anon_sym_enum, ACTIONS(1919), 1, anon_sym_class, ACTIONS(1921), 1, anon_sym_struct, ACTIONS(1923), 1, anon_sym_union, ACTIONS(1925), 1, sym_auto, ACTIONS(1927), 1, anon_sym_decltype, ACTIONS(1929), 1, anon_sym_typename, ACTIONS(6214), 1, sym_identifier, ACTIONS(6218), 1, anon_sym_COLON_COLON, ACTIONS(6220), 1, sym_primitive_type, STATE(2275), 1, aux_sym_sized_type_specifier_repeat1, STATE(2285), 1, sym_decltype_auto, STATE(2822), 1, sym_qualified_type_identifier, STATE(4296), 1, sym__type_specifier, STATE(5413), 1, sym_type_descriptor, STATE(5775), 1, sym__scope_resolution, STATE(7572), 1, sym_dependent_type_identifier, STATE(2221), 2, sym_decltype, sym_template_type, STATE(3771), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(1911), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(2287), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, ACTIONS(59), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [103459] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1917), 1, anon_sym_enum, ACTIONS(1919), 1, anon_sym_class, ACTIONS(1921), 1, anon_sym_struct, ACTIONS(1923), 1, anon_sym_union, ACTIONS(1925), 1, sym_auto, ACTIONS(1927), 1, anon_sym_decltype, ACTIONS(1929), 1, anon_sym_typename, ACTIONS(6214), 1, sym_identifier, ACTIONS(6218), 1, anon_sym_COLON_COLON, ACTIONS(6220), 1, sym_primitive_type, STATE(2275), 1, aux_sym_sized_type_specifier_repeat1, STATE(2285), 1, sym_decltype_auto, STATE(2822), 1, sym_qualified_type_identifier, STATE(4296), 1, sym__type_specifier, STATE(5775), 1, sym__scope_resolution, STATE(7572), 1, sym_dependent_type_identifier, STATE(7685), 1, sym_type_descriptor, STATE(2221), 2, sym_decltype, sym_template_type, STATE(3771), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(1911), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(2287), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, ACTIONS(59), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [103553] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(2576), 1, sym_primitive_type, ACTIONS(2586), 1, sym_auto, ACTIONS(2588), 1, anon_sym_decltype, ACTIONS(3651), 1, sym_identifier, ACTIONS(6322), 1, anon_sym_COLON_COLON, ACTIONS(6324), 1, anon_sym_enum, ACTIONS(6326), 1, anon_sym_class, ACTIONS(6328), 1, anon_sym_struct, ACTIONS(6330), 1, anon_sym_union, ACTIONS(6332), 1, anon_sym_typename, STATE(3645), 1, sym_qualified_type_identifier, STATE(3928), 1, sym_decltype_auto, STATE(4316), 1, aux_sym_sized_type_specifier_repeat1, STATE(4522), 1, sym__type_specifier, STATE(5395), 1, sym_type_descriptor, STATE(5744), 1, sym__scope_resolution, STATE(7572), 1, sym_dependent_type_identifier, STATE(3646), 2, sym_decltype, sym_template_type, STATE(3773), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(6310), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(3945), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, ACTIONS(59), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [103647] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4979), 13, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, ACTIONS(4977), 31, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_virtual, anon_sym_template, anon_sym_operator, anon_sym_try, anon_sym_requires, [103699] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4841), 13, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, ACTIONS(4839), 31, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_virtual, anon_sym_template, anon_sym_operator, anon_sym_try, anon_sym_requires, [103751] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1917), 1, anon_sym_enum, ACTIONS(1919), 1, anon_sym_class, ACTIONS(1921), 1, anon_sym_struct, ACTIONS(1923), 1, anon_sym_union, ACTIONS(1925), 1, sym_auto, ACTIONS(1927), 1, anon_sym_decltype, ACTIONS(1929), 1, anon_sym_typename, ACTIONS(6214), 1, sym_identifier, ACTIONS(6218), 1, anon_sym_COLON_COLON, ACTIONS(6220), 1, sym_primitive_type, STATE(2275), 1, aux_sym_sized_type_specifier_repeat1, STATE(2285), 1, sym_decltype_auto, STATE(2822), 1, sym_qualified_type_identifier, STATE(4296), 1, sym__type_specifier, STATE(5775), 1, sym__scope_resolution, STATE(7067), 1, sym_type_descriptor, STATE(7572), 1, sym_dependent_type_identifier, STATE(2221), 2, sym_decltype, sym_template_type, STATE(3771), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(1911), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(2287), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, ACTIONS(59), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [103845] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1917), 1, anon_sym_enum, ACTIONS(1919), 1, anon_sym_class, ACTIONS(1921), 1, anon_sym_struct, ACTIONS(1923), 1, anon_sym_union, ACTIONS(1925), 1, sym_auto, ACTIONS(1927), 1, anon_sym_decltype, ACTIONS(1929), 1, anon_sym_typename, ACTIONS(6214), 1, sym_identifier, ACTIONS(6218), 1, anon_sym_COLON_COLON, ACTIONS(6220), 1, sym_primitive_type, STATE(2275), 1, aux_sym_sized_type_specifier_repeat1, STATE(2285), 1, sym_decltype_auto, STATE(2822), 1, sym_qualified_type_identifier, STATE(4296), 1, sym__type_specifier, STATE(5775), 1, sym__scope_resolution, STATE(7572), 1, sym_dependent_type_identifier, STATE(7718), 1, sym_type_descriptor, STATE(2221), 2, sym_decltype, sym_template_type, STATE(3771), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(1911), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(2287), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, ACTIONS(59), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [103939] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4959), 13, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, ACTIONS(4957), 31, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_virtual, anon_sym_template, anon_sym_operator, anon_sym_try, anon_sym_requires, [103991] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4935), 13, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, ACTIONS(4933), 31, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_virtual, anon_sym_template, anon_sym_operator, anon_sym_try, anon_sym_requires, [104043] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4973), 13, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, ACTIONS(4971), 31, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_virtual, anon_sym_template, anon_sym_operator, anon_sym_try, anon_sym_requires, [104095] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4920), 13, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, ACTIONS(4918), 31, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_virtual, anon_sym_template, anon_sym_operator, anon_sym_try, anon_sym_requires, [104147] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(1899), 1, anon_sym_LBRACE, ACTIONS(6282), 1, anon_sym_LPAREN2, ACTIONS(6284), 1, anon_sym_LBRACK, ACTIONS(6286), 1, sym_auto, ACTIONS(6288), 1, anon_sym_decltype, STATE(2259), 1, sym_decltype_auto, STATE(3891), 1, sym_new_declarator, STATE(3918), 2, sym_argument_list, sym_initializer_list, ACTIONS(5190), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_DOT, ACTIONS(5188), 26, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [104215] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1917), 1, anon_sym_enum, ACTIONS(1919), 1, anon_sym_class, ACTIONS(1921), 1, anon_sym_struct, ACTIONS(1923), 1, anon_sym_union, ACTIONS(1925), 1, sym_auto, ACTIONS(1927), 1, anon_sym_decltype, ACTIONS(1929), 1, anon_sym_typename, ACTIONS(6214), 1, sym_identifier, ACTIONS(6218), 1, anon_sym_COLON_COLON, ACTIONS(6220), 1, sym_primitive_type, STATE(2275), 1, aux_sym_sized_type_specifier_repeat1, STATE(2285), 1, sym_decltype_auto, STATE(2822), 1, sym_qualified_type_identifier, STATE(4296), 1, sym__type_specifier, STATE(5775), 1, sym__scope_resolution, STATE(7367), 1, sym_type_descriptor, STATE(7572), 1, sym_dependent_type_identifier, STATE(2221), 2, sym_decltype, sym_template_type, STATE(3771), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(1911), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(2287), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, ACTIONS(59), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [104309] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(2632), 1, anon_sym_enum, ACTIONS(2634), 1, anon_sym_class, ACTIONS(2636), 1, anon_sym_struct, ACTIONS(2638), 1, anon_sym_union, ACTIONS(2660), 1, sym_auto, ACTIONS(2662), 1, anon_sym_decltype, ACTIONS(2664), 1, anon_sym_typename, ACTIONS(6334), 1, sym_identifier, ACTIONS(6336), 1, anon_sym_COLON_COLON, ACTIONS(6338), 1, sym_primitive_type, STATE(2513), 1, aux_sym_sized_type_specifier_repeat1, STATE(3112), 1, sym_decltype_auto, STATE(3152), 1, sym_qualified_type_identifier, STATE(4503), 1, sym__type_specifier, STATE(5413), 1, sym_type_descriptor, STATE(5758), 1, sym__scope_resolution, STATE(7572), 1, sym_dependent_type_identifier, STATE(3056), 2, sym_decltype, sym_template_type, STATE(3787), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(2628), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(3111), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, ACTIONS(59), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [104403] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4716), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_DOT, ACTIONS(4718), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_final, anon_sym_override, anon_sym_requires, [104454] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1925), 1, sym_auto, ACTIONS(1927), 1, anon_sym_decltype, ACTIONS(6220), 1, sym_primitive_type, ACTIONS(6340), 1, sym_identifier, ACTIONS(6342), 1, anon_sym_COLON_COLON, ACTIONS(6346), 1, anon_sym_enum, ACTIONS(6348), 1, anon_sym_class, ACTIONS(6350), 1, anon_sym_struct, ACTIONS(6352), 1, anon_sym_union, ACTIONS(6354), 1, anon_sym_typename, STATE(2285), 1, sym_decltype_auto, STATE(3645), 1, sym_qualified_type_identifier, STATE(4591), 1, sym__type_specifier, STATE(4830), 1, aux_sym_sized_type_specifier_repeat1, STATE(5715), 1, sym__scope_resolution, STATE(7572), 1, sym_dependent_type_identifier, STATE(2221), 2, sym_decltype, sym_template_type, STATE(4616), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(6344), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(2287), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, ACTIONS(59), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [104545] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1925), 1, sym_auto, ACTIONS(1927), 1, anon_sym_decltype, ACTIONS(6220), 1, sym_primitive_type, ACTIONS(6340), 1, sym_identifier, ACTIONS(6342), 1, anon_sym_COLON_COLON, ACTIONS(6346), 1, anon_sym_enum, ACTIONS(6348), 1, anon_sym_class, ACTIONS(6350), 1, anon_sym_struct, ACTIONS(6352), 1, anon_sym_union, ACTIONS(6354), 1, anon_sym_typename, STATE(2285), 1, sym_decltype_auto, STATE(3645), 1, sym_qualified_type_identifier, STATE(4590), 1, sym__type_specifier, STATE(4830), 1, aux_sym_sized_type_specifier_repeat1, STATE(5715), 1, sym__scope_resolution, STATE(7572), 1, sym_dependent_type_identifier, STATE(2221), 2, sym_decltype, sym_template_type, STATE(3757), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(6344), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(2287), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, ACTIONS(59), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [104636] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1925), 1, sym_auto, ACTIONS(1927), 1, anon_sym_decltype, ACTIONS(6220), 1, sym_primitive_type, ACTIONS(6340), 1, sym_identifier, ACTIONS(6342), 1, anon_sym_COLON_COLON, ACTIONS(6346), 1, anon_sym_enum, ACTIONS(6348), 1, anon_sym_class, ACTIONS(6350), 1, anon_sym_struct, ACTIONS(6352), 1, anon_sym_union, ACTIONS(6354), 1, anon_sym_typename, STATE(2285), 1, sym_decltype_auto, STATE(3645), 1, sym_qualified_type_identifier, STATE(4602), 1, sym__type_specifier, STATE(4830), 1, aux_sym_sized_type_specifier_repeat1, STATE(5715), 1, sym__scope_resolution, STATE(7572), 1, sym_dependent_type_identifier, STATE(2221), 2, sym_decltype, sym_template_type, STATE(3778), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(6344), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(2287), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, ACTIONS(59), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [104727] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1925), 1, sym_auto, ACTIONS(1927), 1, anon_sym_decltype, ACTIONS(6220), 1, sym_primitive_type, ACTIONS(6340), 1, sym_identifier, ACTIONS(6342), 1, anon_sym_COLON_COLON, ACTIONS(6346), 1, anon_sym_enum, ACTIONS(6348), 1, anon_sym_class, ACTIONS(6350), 1, anon_sym_struct, ACTIONS(6352), 1, anon_sym_union, ACTIONS(6354), 1, anon_sym_typename, STATE(2285), 1, sym_decltype_auto, STATE(3645), 1, sym_qualified_type_identifier, STATE(4605), 1, sym__type_specifier, STATE(4830), 1, aux_sym_sized_type_specifier_repeat1, STATE(5715), 1, sym__scope_resolution, STATE(7572), 1, sym_dependent_type_identifier, STATE(2221), 2, sym_decltype, sym_template_type, STATE(4616), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(6344), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(2287), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, ACTIONS(59), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [104818] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(6224), 1, anon_sym_COLON_COLON, ACTIONS(6359), 1, anon_sym___attribute__, ACTIONS(6362), 1, anon_sym_LBRACK_LBRACK, ACTIONS(6365), 1, anon_sym___declspec, ACTIONS(6371), 1, anon_sym_virtual, ACTIONS(6356), 5, anon_sym_extern, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, STATE(3758), 8, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, sym_ms_declspec_modifier, sym_storage_class_specifier, sym_type_qualifier, sym_virtual, aux_sym__declaration_specifiers_repeat1, ACTIONS(6368), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, ACTIONS(6222), 14, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_typename, anon_sym_template, [104883] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(4464), 1, anon_sym_COLON_COLON, ACTIONS(6374), 1, anon_sym_LT, STATE(2904), 1, sym_template_argument_list, ACTIONS(5168), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_GT_GT, anon_sym_COLON, anon_sym_DOT, ACTIONS(4483), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_LT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_GT2, [104940] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(5019), 1, anon_sym___attribute__, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5025), 1, anon_sym___declspec, ACTIONS(5029), 1, anon_sym_virtual, ACTIONS(6155), 1, sym_auto, ACTIONS(6157), 1, anon_sym_decltype, ACTIONS(6376), 1, anon_sym_SEMI, STATE(3722), 1, sym_decltype_auto, ACTIONS(5017), 5, anon_sym_extern, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, ACTIONS(6171), 5, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, ACTIONS(6169), 6, anon_sym_AMP, anon_sym___based, anon_sym_LBRACK, sym_identifier, anon_sym_template, anon_sym_operator, STATE(3639), 8, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, sym_ms_declspec_modifier, sym_storage_class_specifier, sym_type_qualifier, sym_virtual, aux_sym__declaration_specifiers_repeat1, ACTIONS(5027), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [105013] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1925), 1, sym_auto, ACTIONS(1927), 1, anon_sym_decltype, ACTIONS(6220), 1, sym_primitive_type, ACTIONS(6340), 1, sym_identifier, ACTIONS(6342), 1, anon_sym_COLON_COLON, ACTIONS(6346), 1, anon_sym_enum, ACTIONS(6348), 1, anon_sym_class, ACTIONS(6350), 1, anon_sym_struct, ACTIONS(6352), 1, anon_sym_union, ACTIONS(6354), 1, anon_sym_typename, STATE(2285), 1, sym_decltype_auto, STATE(3645), 1, sym_qualified_type_identifier, STATE(4594), 1, sym__type_specifier, STATE(4830), 1, aux_sym_sized_type_specifier_repeat1, STATE(5715), 1, sym__scope_resolution, STATE(7572), 1, sym_dependent_type_identifier, STATE(2221), 2, sym_decltype, sym_template_type, STATE(3806), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(6344), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(2287), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, ACTIONS(59), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [105104] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1917), 1, anon_sym_enum, ACTIONS(1919), 1, anon_sym_class, ACTIONS(1921), 1, anon_sym_struct, ACTIONS(1923), 1, anon_sym_union, ACTIONS(1925), 1, sym_auto, ACTIONS(1927), 1, anon_sym_decltype, ACTIONS(1929), 1, anon_sym_typename, ACTIONS(6214), 1, sym_identifier, ACTIONS(6218), 1, anon_sym_COLON_COLON, ACTIONS(6220), 1, sym_primitive_type, STATE(2275), 1, aux_sym_sized_type_specifier_repeat1, STATE(2285), 1, sym_decltype_auto, STATE(2822), 1, sym_qualified_type_identifier, STATE(4539), 1, sym__type_specifier, STATE(5775), 1, sym__scope_resolution, STATE(7572), 1, sym_dependent_type_identifier, STATE(2221), 2, sym_decltype, sym_template_type, STATE(4616), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(1911), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(2287), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, ACTIONS(59), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [105195] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(5019), 1, anon_sym___attribute__, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5025), 1, anon_sym___declspec, ACTIONS(5029), 1, anon_sym_virtual, ACTIONS(6155), 1, sym_auto, ACTIONS(6157), 1, anon_sym_decltype, ACTIONS(6378), 1, anon_sym_SEMI, STATE(3722), 1, sym_decltype_auto, ACTIONS(5017), 5, anon_sym_extern, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, ACTIONS(6171), 5, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, ACTIONS(6169), 6, anon_sym_AMP, anon_sym___based, anon_sym_LBRACK, sym_identifier, anon_sym_template, anon_sym_operator, STATE(3639), 8, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, sym_ms_declspec_modifier, sym_storage_class_specifier, sym_type_qualifier, sym_virtual, aux_sym__declaration_specifiers_repeat1, ACTIONS(5027), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [105268] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1925), 1, sym_auto, ACTIONS(1927), 1, anon_sym_decltype, ACTIONS(6220), 1, sym_primitive_type, ACTIONS(6340), 1, sym_identifier, ACTIONS(6342), 1, anon_sym_COLON_COLON, ACTIONS(6346), 1, anon_sym_enum, ACTIONS(6348), 1, anon_sym_class, ACTIONS(6350), 1, anon_sym_struct, ACTIONS(6352), 1, anon_sym_union, ACTIONS(6354), 1, anon_sym_typename, STATE(2285), 1, sym_decltype_auto, STATE(3645), 1, sym_qualified_type_identifier, STATE(4558), 1, sym__type_specifier, STATE(4830), 1, aux_sym_sized_type_specifier_repeat1, STATE(5715), 1, sym__scope_resolution, STATE(7572), 1, sym_dependent_type_identifier, STATE(2221), 2, sym_decltype, sym_template_type, STATE(3794), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(6344), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(2287), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, ACTIONS(59), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [105359] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(5019), 1, anon_sym___attribute__, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5025), 1, anon_sym___declspec, ACTIONS(5029), 1, anon_sym_virtual, ACTIONS(6155), 1, sym_auto, ACTIONS(6157), 1, anon_sym_decltype, ACTIONS(6380), 1, anon_sym_SEMI, STATE(3722), 1, sym_decltype_auto, ACTIONS(5017), 5, anon_sym_extern, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, ACTIONS(6171), 5, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, ACTIONS(6169), 6, anon_sym_AMP, anon_sym___based, anon_sym_LBRACK, sym_identifier, anon_sym_template, anon_sym_operator, STATE(3639), 8, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, sym_ms_declspec_modifier, sym_storage_class_specifier, sym_type_qualifier, sym_virtual, aux_sym__declaration_specifiers_repeat1, ACTIONS(5027), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [105432] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(6389), 1, anon_sym___attribute__, ACTIONS(6392), 1, anon_sym_LBRACK_LBRACK, ACTIONS(6395), 1, anon_sym___declspec, ACTIONS(6401), 1, anon_sym_virtual, ACTIONS(6404), 1, anon_sym_explicit, ACTIONS(6384), 5, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, ACTIONS(6386), 5, anon_sym_extern, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, ACTIONS(6382), 7, anon_sym_AMP, anon_sym___based, anon_sym_LBRACK, sym_identifier, anon_sym_decltype, anon_sym_template, anon_sym_operator, STATE(3766), 10, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, sym_ms_declspec_modifier, sym_storage_class_specifier, sym_type_qualifier, sym_virtual, sym_explicit_function_specifier, sym__constructor_specifiers, aux_sym_operator_cast_definition_repeat1, ACTIONS(6398), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [105499] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(6260), 1, sym_identifier, ACTIONS(6262), 1, anon_sym_COLON_COLON, ACTIONS(6266), 1, sym_primitive_type, ACTIONS(6268), 1, anon_sym_enum, ACTIONS(6270), 1, anon_sym_class, ACTIONS(6272), 1, anon_sym_struct, ACTIONS(6274), 1, anon_sym_union, ACTIONS(6276), 1, sym_auto, ACTIONS(6278), 1, anon_sym_decltype, ACTIONS(6280), 1, anon_sym_typename, STATE(4183), 1, sym__type_specifier, STATE(4592), 1, aux_sym_sized_type_specifier_repeat1, STATE(4789), 1, sym_qualified_type_identifier, STATE(4790), 1, sym_decltype_auto, STATE(5783), 1, sym__scope_resolution, STATE(7572), 1, sym_dependent_type_identifier, STATE(4616), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, STATE(4778), 2, sym_decltype, sym_template_type, ACTIONS(6264), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(4786), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, ACTIONS(59), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [105590] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(1899), 1, anon_sym_LBRACE, ACTIONS(6284), 1, anon_sym_LBRACK, ACTIONS(6286), 1, sym_auto, ACTIONS(6288), 1, anon_sym_decltype, ACTIONS(6407), 1, anon_sym_LPAREN2, STATE(2259), 1, sym_decltype_auto, STATE(3942), 1, sym_new_declarator, STATE(3995), 2, sym_argument_list, sym_initializer_list, ACTIONS(5199), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_DOT, ACTIONS(5197), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [105657] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(4464), 1, anon_sym_COLON_COLON, ACTIONS(6159), 1, anon_sym_LT, STATE(2160), 1, sym_template_argument_list, ACTIONS(4447), 4, anon_sym_AMP, anon_sym_LBRACK, anon_sym_const, anon_sym_COLON, ACTIONS(4452), 36, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_extern, anon_sym___attribute__, anon_sym_LBRACK_LBRACK, anon_sym___declspec, anon_sym_LBRACE, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, anon_sym_or, anon_sym_and, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_virtual, anon_sym_try, anon_sym_requires, [105714] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(2576), 1, sym_primitive_type, ACTIONS(2586), 1, sym_auto, ACTIONS(2588), 1, anon_sym_decltype, ACTIONS(6246), 1, sym_identifier, ACTIONS(6308), 1, anon_sym_COLON_COLON, ACTIONS(6312), 1, anon_sym_enum, ACTIONS(6314), 1, anon_sym_class, ACTIONS(6316), 1, anon_sym_struct, ACTIONS(6318), 1, anon_sym_union, ACTIONS(6320), 1, anon_sym_typename, STATE(3645), 1, sym_qualified_type_identifier, STATE(3928), 1, sym_decltype_auto, STATE(3982), 1, sym__type_specifier, STATE(4316), 1, aux_sym_sized_type_specifier_repeat1, STATE(5778), 1, sym__scope_resolution, STATE(7572), 1, sym_dependent_type_identifier, STATE(3646), 2, sym_decltype, sym_template_type, STATE(4616), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(6310), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(3945), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, ACTIONS(59), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [105805] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1917), 1, anon_sym_enum, ACTIONS(1919), 1, anon_sym_class, ACTIONS(1921), 1, anon_sym_struct, ACTIONS(1923), 1, anon_sym_union, ACTIONS(1925), 1, sym_auto, ACTIONS(1927), 1, anon_sym_decltype, ACTIONS(1929), 1, anon_sym_typename, ACTIONS(6214), 1, sym_identifier, ACTIONS(6218), 1, anon_sym_COLON_COLON, ACTIONS(6220), 1, sym_primitive_type, STATE(2275), 1, aux_sym_sized_type_specifier_repeat1, STATE(2285), 1, sym_decltype_auto, STATE(2822), 1, sym_qualified_type_identifier, STATE(4244), 1, sym__type_specifier, STATE(5775), 1, sym__scope_resolution, STATE(7572), 1, sym_dependent_type_identifier, STATE(2221), 2, sym_decltype, sym_template_type, STATE(4616), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(1911), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(2287), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, ACTIONS(59), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [105896] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(4464), 1, anon_sym_COLON_COLON, ACTIONS(6207), 1, anon_sym_LT, ACTIONS(6411), 1, anon_sym_EQ, STATE(3781), 1, sym_template_argument_list, ACTIONS(6409), 2, anon_sym_COMMA, anon_sym_GT2, ACTIONS(4483), 7, anon_sym_DOT_DOT_DOT, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, ACTIONS(5168), 30, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, anon_sym_COLON, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_virtual, anon_sym_template, anon_sym_operator, [105957] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(2576), 1, sym_primitive_type, ACTIONS(2586), 1, sym_auto, ACTIONS(2588), 1, anon_sym_decltype, ACTIONS(3651), 1, sym_identifier, ACTIONS(6322), 1, anon_sym_COLON_COLON, ACTIONS(6324), 1, anon_sym_enum, ACTIONS(6326), 1, anon_sym_class, ACTIONS(6328), 1, anon_sym_struct, ACTIONS(6330), 1, anon_sym_union, ACTIONS(6332), 1, anon_sym_typename, STATE(3645), 1, sym_qualified_type_identifier, STATE(3928), 1, sym_decltype_auto, STATE(4316), 1, aux_sym_sized_type_specifier_repeat1, STATE(4532), 1, sym__type_specifier, STATE(5744), 1, sym__scope_resolution, STATE(7572), 1, sym_dependent_type_identifier, STATE(3646), 2, sym_decltype, sym_template_type, STATE(4616), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(6310), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(3945), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, ACTIONS(59), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [106048] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4716), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_DOT, ACTIONS(4718), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_final, anon_sym_override, anon_sym_requires, [106099] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1925), 1, sym_auto, ACTIONS(1927), 1, anon_sym_decltype, ACTIONS(6220), 1, sym_primitive_type, ACTIONS(6340), 1, sym_identifier, ACTIONS(6342), 1, anon_sym_COLON_COLON, ACTIONS(6346), 1, anon_sym_enum, ACTIONS(6348), 1, anon_sym_class, ACTIONS(6350), 1, anon_sym_struct, ACTIONS(6352), 1, anon_sym_union, ACTIONS(6354), 1, anon_sym_typename, STATE(2285), 1, sym_decltype_auto, STATE(3645), 1, sym_qualified_type_identifier, STATE(4601), 1, sym__type_specifier, STATE(4830), 1, aux_sym_sized_type_specifier_repeat1, STATE(5715), 1, sym__scope_resolution, STATE(7572), 1, sym_dependent_type_identifier, STATE(2221), 2, sym_decltype, sym_template_type, STATE(3754), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(6344), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(2287), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, ACTIONS(59), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [106190] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(45), 1, anon_sym___based, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1931), 1, anon_sym_operator, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(2562), 1, anon_sym_TILDE, ACTIONS(4006), 1, anon_sym_LPAREN2, ACTIONS(5174), 1, sym_identifier, ACTIONS(5184), 1, anon_sym_COLON_COLON, ACTIONS(5186), 1, anon_sym_LBRACK, ACTIONS(5213), 1, anon_sym_STAR, ACTIONS(6413), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6417), 1, anon_sym_AMP_AMP, ACTIONS(6419), 1, anon_sym_AMP, ACTIONS(6421), 1, anon_sym_EQ, STATE(3879), 1, sym_parameter_list, STATE(5355), 1, sym__scope_resolution, STATE(5434), 1, sym__function_declarator_seq, STATE(5695), 1, sym__declarator, STATE(5930), 1, sym__abstract_declarator, STATE(6292), 1, sym_variadic_declarator, STATE(6398), 1, sym_variadic_reference_declarator, STATE(7190), 1, sym_ms_based_modifier, ACTIONS(6415), 2, anon_sym_COMMA, anon_sym_RPAREN, STATE(7572), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, STATE(5464), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, STATE(5671), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, sym_reference_declarator, sym_structured_binding_declarator, sym_template_function, sym_destructor_name, sym_qualified_identifier, sym_operator_name, [106289] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4708), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_DOT, ACTIONS(4710), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_final, anon_sym_override, anon_sym_requires, [106340] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1925), 1, sym_auto, ACTIONS(1927), 1, anon_sym_decltype, ACTIONS(6220), 1, sym_primitive_type, ACTIONS(6340), 1, sym_identifier, ACTIONS(6342), 1, anon_sym_COLON_COLON, ACTIONS(6346), 1, anon_sym_enum, ACTIONS(6348), 1, anon_sym_class, ACTIONS(6350), 1, anon_sym_struct, ACTIONS(6352), 1, anon_sym_union, ACTIONS(6354), 1, anon_sym_typename, STATE(2285), 1, sym_decltype_auto, STATE(3645), 1, sym_qualified_type_identifier, STATE(4583), 1, sym__type_specifier, STATE(4830), 1, aux_sym_sized_type_specifier_repeat1, STATE(5715), 1, sym__scope_resolution, STATE(7572), 1, sym_dependent_type_identifier, STATE(2221), 2, sym_decltype, sym_template_type, STATE(4616), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(6344), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(2287), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, ACTIONS(59), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [106431] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1925), 1, sym_auto, ACTIONS(1927), 1, anon_sym_decltype, ACTIONS(6220), 1, sym_primitive_type, ACTIONS(6340), 1, sym_identifier, ACTIONS(6342), 1, anon_sym_COLON_COLON, ACTIONS(6346), 1, anon_sym_enum, ACTIONS(6348), 1, anon_sym_class, ACTIONS(6350), 1, anon_sym_struct, ACTIONS(6352), 1, anon_sym_union, ACTIONS(6354), 1, anon_sym_typename, STATE(2285), 1, sym_decltype_auto, STATE(3645), 1, sym_qualified_type_identifier, STATE(4588), 1, sym__type_specifier, STATE(4830), 1, aux_sym_sized_type_specifier_repeat1, STATE(5715), 1, sym__scope_resolution, STATE(7572), 1, sym_dependent_type_identifier, STATE(2221), 2, sym_decltype, sym_template_type, STATE(3780), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(6344), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(2287), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, ACTIONS(59), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [106522] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1925), 1, sym_auto, ACTIONS(1927), 1, anon_sym_decltype, ACTIONS(6220), 1, sym_primitive_type, ACTIONS(6340), 1, sym_identifier, ACTIONS(6342), 1, anon_sym_COLON_COLON, ACTIONS(6346), 1, anon_sym_enum, ACTIONS(6348), 1, anon_sym_class, ACTIONS(6350), 1, anon_sym_struct, ACTIONS(6352), 1, anon_sym_union, ACTIONS(6354), 1, anon_sym_typename, STATE(2285), 1, sym_decltype_auto, STATE(3645), 1, sym_qualified_type_identifier, STATE(4587), 1, sym__type_specifier, STATE(4830), 1, aux_sym_sized_type_specifier_repeat1, STATE(5715), 1, sym__scope_resolution, STATE(7572), 1, sym_dependent_type_identifier, STATE(2221), 2, sym_decltype, sym_template_type, STATE(4616), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(6344), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(2287), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, ACTIONS(59), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [106613] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4512), 13, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, ACTIONS(4507), 30, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, anon_sym_COLON, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_virtual, anon_sym_template, anon_sym_operator, [106664] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(59), 1, anon_sym_const, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(6425), 1, anon_sym_AMP_AMP, ACTIONS(6427), 1, anon_sym_AMP, ACTIONS(6429), 1, anon_sym___attribute__, ACTIONS(6431), 1, anon_sym_LBRACK, ACTIONS(6435), 1, anon_sym_DASH_GT, ACTIONS(6437), 1, anon_sym_noexcept, ACTIONS(6439), 1, anon_sym_throw, ACTIONS(6441), 1, anon_sym_requires, STATE(4832), 1, sym_ref_qualifier, STATE(5289), 1, sym_trailing_return_type, STATE(5399), 1, sym_requires_clause, ACTIONS(5098), 2, anon_sym_final, anon_sym_override, STATE(3888), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, STATE(4538), 2, sym_attribute_specifier, aux_sym__function_declarator_seq_repeat1, STATE(5055), 2, sym_noexcept, sym_throw_specifier, STATE(5060), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(5311), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, ACTIONS(6423), 8, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, anon_sym_try, ACTIONS(6433), 10, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [106753] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2542), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_DOT, ACTIONS(2540), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_final, anon_sym_override, anon_sym_requires, [106804] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4724), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_DOT, ACTIONS(4726), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_final, anon_sym_override, anon_sym_requires, [106855] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1925), 1, sym_auto, ACTIONS(1927), 1, anon_sym_decltype, ACTIONS(6220), 1, sym_primitive_type, ACTIONS(6340), 1, sym_identifier, ACTIONS(6342), 1, anon_sym_COLON_COLON, ACTIONS(6346), 1, anon_sym_enum, ACTIONS(6348), 1, anon_sym_class, ACTIONS(6350), 1, anon_sym_struct, ACTIONS(6352), 1, anon_sym_union, ACTIONS(6354), 1, anon_sym_typename, STATE(2285), 1, sym_decltype_auto, STATE(3645), 1, sym_qualified_type_identifier, STATE(4580), 1, sym__type_specifier, STATE(4830), 1, aux_sym_sized_type_specifier_repeat1, STATE(5715), 1, sym__scope_resolution, STATE(7572), 1, sym_dependent_type_identifier, STATE(2221), 2, sym_decltype, sym_template_type, STATE(3789), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(6344), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(2287), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, ACTIONS(59), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [106946] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(1899), 1, anon_sym_LBRACE, ACTIONS(6284), 1, anon_sym_LBRACK, ACTIONS(6286), 1, sym_auto, ACTIONS(6288), 1, anon_sym_decltype, ACTIONS(6407), 1, anon_sym_LPAREN2, STATE(2259), 1, sym_decltype_auto, STATE(3932), 1, sym_new_declarator, STATE(3918), 2, sym_argument_list, sym_initializer_list, ACTIONS(5190), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_DOT, ACTIONS(5188), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [107013] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(2632), 1, anon_sym_enum, ACTIONS(2634), 1, anon_sym_class, ACTIONS(2636), 1, anon_sym_struct, ACTIONS(2638), 1, anon_sym_union, ACTIONS(2660), 1, sym_auto, ACTIONS(2662), 1, anon_sym_decltype, ACTIONS(2664), 1, anon_sym_typename, ACTIONS(6334), 1, sym_identifier, ACTIONS(6336), 1, anon_sym_COLON_COLON, ACTIONS(6338), 1, sym_primitive_type, STATE(2513), 1, aux_sym_sized_type_specifier_repeat1, STATE(3112), 1, sym_decltype_auto, STATE(3152), 1, sym_qualified_type_identifier, STATE(4494), 1, sym__type_specifier, STATE(5758), 1, sym__scope_resolution, STATE(7572), 1, sym_dependent_type_identifier, STATE(3056), 2, sym_decltype, sym_template_type, STATE(4616), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(2628), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(3111), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, ACTIONS(59), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [107104] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(5019), 1, anon_sym___attribute__, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5025), 1, anon_sym___declspec, ACTIONS(5029), 1, anon_sym_virtual, ACTIONS(6155), 1, sym_auto, ACTIONS(6157), 1, anon_sym_decltype, ACTIONS(6443), 1, anon_sym_SEMI, STATE(3722), 1, sym_decltype_auto, ACTIONS(5017), 5, anon_sym_extern, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, ACTIONS(6171), 5, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, ACTIONS(6169), 6, anon_sym_AMP, anon_sym___based, anon_sym_LBRACK, sym_identifier, anon_sym_template, anon_sym_operator, STATE(3639), 8, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, sym_ms_declspec_modifier, sym_storage_class_specifier, sym_type_qualifier, sym_virtual, aux_sym__declaration_specifiers_repeat1, ACTIONS(5027), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [107177] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1925), 1, sym_auto, ACTIONS(1927), 1, anon_sym_decltype, ACTIONS(6220), 1, sym_primitive_type, ACTIONS(6340), 1, sym_identifier, ACTIONS(6342), 1, anon_sym_COLON_COLON, ACTIONS(6346), 1, anon_sym_enum, ACTIONS(6348), 1, anon_sym_class, ACTIONS(6350), 1, anon_sym_struct, ACTIONS(6352), 1, anon_sym_union, ACTIONS(6354), 1, anon_sym_typename, STATE(2285), 1, sym_decltype_auto, STATE(3645), 1, sym_qualified_type_identifier, STATE(4579), 1, sym__type_specifier, STATE(4830), 1, aux_sym_sized_type_specifier_repeat1, STATE(5715), 1, sym__scope_resolution, STATE(7572), 1, sym_dependent_type_identifier, STATE(2221), 2, sym_decltype, sym_template_type, STATE(4616), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(6344), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(2287), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, ACTIONS(59), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [107268] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1925), 1, sym_auto, ACTIONS(1927), 1, anon_sym_decltype, ACTIONS(6220), 1, sym_primitive_type, ACTIONS(6340), 1, sym_identifier, ACTIONS(6342), 1, anon_sym_COLON_COLON, ACTIONS(6346), 1, anon_sym_enum, ACTIONS(6348), 1, anon_sym_class, ACTIONS(6350), 1, anon_sym_struct, ACTIONS(6352), 1, anon_sym_union, ACTIONS(6354), 1, anon_sym_typename, STATE(2285), 1, sym_decltype_auto, STATE(3645), 1, sym_qualified_type_identifier, STATE(4572), 1, sym__type_specifier, STATE(4830), 1, aux_sym_sized_type_specifier_repeat1, STATE(5715), 1, sym__scope_resolution, STATE(7572), 1, sym_dependent_type_identifier, STATE(2221), 2, sym_decltype, sym_template_type, STATE(3820), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(6344), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(2287), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, ACTIONS(59), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [107359] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1925), 1, sym_auto, ACTIONS(1927), 1, anon_sym_decltype, ACTIONS(6220), 1, sym_primitive_type, ACTIONS(6340), 1, sym_identifier, ACTIONS(6342), 1, anon_sym_COLON_COLON, ACTIONS(6346), 1, anon_sym_enum, ACTIONS(6348), 1, anon_sym_class, ACTIONS(6350), 1, anon_sym_struct, ACTIONS(6352), 1, anon_sym_union, ACTIONS(6354), 1, anon_sym_typename, STATE(2285), 1, sym_decltype_auto, STATE(3645), 1, sym_qualified_type_identifier, STATE(4570), 1, sym__type_specifier, STATE(4830), 1, aux_sym_sized_type_specifier_repeat1, STATE(5715), 1, sym__scope_resolution, STATE(7572), 1, sym_dependent_type_identifier, STATE(2221), 2, sym_decltype, sym_template_type, STATE(3796), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(6344), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(2287), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, ACTIONS(59), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [107450] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1925), 1, sym_auto, ACTIONS(1927), 1, anon_sym_decltype, ACTIONS(6220), 1, sym_primitive_type, ACTIONS(6340), 1, sym_identifier, ACTIONS(6342), 1, anon_sym_COLON_COLON, ACTIONS(6346), 1, anon_sym_enum, ACTIONS(6348), 1, anon_sym_class, ACTIONS(6350), 1, anon_sym_struct, ACTIONS(6352), 1, anon_sym_union, ACTIONS(6354), 1, anon_sym_typename, STATE(2285), 1, sym_decltype_auto, STATE(3645), 1, sym_qualified_type_identifier, STATE(4566), 1, sym__type_specifier, STATE(4830), 1, aux_sym_sized_type_specifier_repeat1, STATE(5715), 1, sym__scope_resolution, STATE(7572), 1, sym_dependent_type_identifier, STATE(2221), 2, sym_decltype, sym_template_type, STATE(4616), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(6344), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(2287), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, ACTIONS(59), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [107541] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4736), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_DOT, ACTIONS(4738), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_final, anon_sym_override, anon_sym_requires, [107592] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1925), 1, sym_auto, ACTIONS(1927), 1, anon_sym_decltype, ACTIONS(6220), 1, sym_primitive_type, ACTIONS(6340), 1, sym_identifier, ACTIONS(6342), 1, anon_sym_COLON_COLON, ACTIONS(6346), 1, anon_sym_enum, ACTIONS(6348), 1, anon_sym_class, ACTIONS(6350), 1, anon_sym_struct, ACTIONS(6352), 1, anon_sym_union, ACTIONS(6354), 1, anon_sym_typename, STATE(2285), 1, sym_decltype_auto, STATE(3645), 1, sym_qualified_type_identifier, STATE(4569), 1, sym__type_specifier, STATE(4830), 1, aux_sym_sized_type_specifier_repeat1, STATE(5715), 1, sym__scope_resolution, STATE(7572), 1, sym_dependent_type_identifier, STATE(2221), 2, sym_decltype, sym_template_type, STATE(4616), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(6344), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(2287), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, ACTIONS(59), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [107683] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4716), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_DOT, ACTIONS(4718), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_final, anon_sym_override, anon_sym_requires, [107734] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1925), 1, sym_auto, ACTIONS(1927), 1, anon_sym_decltype, ACTIONS(6220), 1, sym_primitive_type, ACTIONS(6340), 1, sym_identifier, ACTIONS(6342), 1, anon_sym_COLON_COLON, ACTIONS(6346), 1, anon_sym_enum, ACTIONS(6348), 1, anon_sym_class, ACTIONS(6350), 1, anon_sym_struct, ACTIONS(6352), 1, anon_sym_union, ACTIONS(6354), 1, anon_sym_typename, STATE(2285), 1, sym_decltype_auto, STATE(3645), 1, sym_qualified_type_identifier, STATE(4565), 1, sym__type_specifier, STATE(4830), 1, aux_sym_sized_type_specifier_repeat1, STATE(5715), 1, sym__scope_resolution, STATE(7572), 1, sym_dependent_type_identifier, STATE(2221), 2, sym_decltype, sym_template_type, STATE(4616), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(6344), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(2287), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, ACTIONS(59), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [107825] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(1899), 1, anon_sym_LBRACE, ACTIONS(6284), 1, anon_sym_LBRACK, ACTIONS(6286), 1, sym_auto, ACTIONS(6288), 1, anon_sym_decltype, ACTIONS(6407), 1, anon_sym_LPAREN2, STATE(2259), 1, sym_decltype_auto, STATE(3954), 1, sym_new_declarator, STATE(3968), 2, sym_argument_list, sym_initializer_list, ACTIONS(5160), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_DOT, ACTIONS(5156), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [107892] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(4464), 1, anon_sym_COLON_COLON, ACTIONS(6207), 1, anon_sym_LT, STATE(3781), 1, sym_template_argument_list, ACTIONS(4471), 12, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, ACTIONS(4466), 28, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, anon_sym_COLON, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_template, anon_sym_operator, [107949] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(5019), 1, anon_sym___attribute__, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5025), 1, anon_sym___declspec, ACTIONS(5029), 1, anon_sym_virtual, ACTIONS(6155), 1, sym_auto, ACTIONS(6157), 1, anon_sym_decltype, ACTIONS(6445), 1, anon_sym_SEMI, STATE(3722), 1, sym_decltype_auto, ACTIONS(5017), 5, anon_sym_extern, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, ACTIONS(6171), 5, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, ACTIONS(6169), 6, anon_sym_AMP, anon_sym___based, anon_sym_LBRACK, sym_identifier, anon_sym_template, anon_sym_operator, STATE(3639), 8, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, sym_ms_declspec_modifier, sym_storage_class_specifier, sym_type_qualifier, sym_virtual, aux_sym__declaration_specifiers_repeat1, ACTIONS(5027), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [108022] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(5019), 1, anon_sym___attribute__, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5025), 1, anon_sym___declspec, ACTIONS(5029), 1, anon_sym_virtual, ACTIONS(6155), 1, sym_auto, ACTIONS(6157), 1, anon_sym_decltype, ACTIONS(6447), 1, anon_sym_SEMI, STATE(3722), 1, sym_decltype_auto, ACTIONS(5017), 5, anon_sym_extern, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, ACTIONS(6171), 5, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, ACTIONS(6169), 6, anon_sym_AMP, anon_sym___based, anon_sym_LBRACK, sym_identifier, anon_sym_template, anon_sym_operator, STATE(3639), 8, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, sym_ms_declspec_modifier, sym_storage_class_specifier, sym_type_qualifier, sym_virtual, aux_sym__declaration_specifiers_repeat1, ACTIONS(5027), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [108095] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1925), 1, sym_auto, ACTIONS(1927), 1, anon_sym_decltype, ACTIONS(6220), 1, sym_primitive_type, ACTIONS(6340), 1, sym_identifier, ACTIONS(6342), 1, anon_sym_COLON_COLON, ACTIONS(6346), 1, anon_sym_enum, ACTIONS(6348), 1, anon_sym_class, ACTIONS(6350), 1, anon_sym_struct, ACTIONS(6352), 1, anon_sym_union, ACTIONS(6354), 1, anon_sym_typename, STATE(2285), 1, sym_decltype_auto, STATE(3645), 1, sym_qualified_type_identifier, STATE(4568), 1, sym__type_specifier, STATE(4830), 1, aux_sym_sized_type_specifier_repeat1, STATE(5715), 1, sym__scope_resolution, STATE(7572), 1, sym_dependent_type_identifier, STATE(2221), 2, sym_decltype, sym_template_type, STATE(4616), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(6344), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(2287), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, ACTIONS(59), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [108186] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4712), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_DOT, ACTIONS(4714), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_final, anon_sym_override, anon_sym_requires, [108237] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4704), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_DOT, ACTIONS(4706), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_final, anon_sym_override, anon_sym_requires, [108288] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(45), 1, anon_sym___based, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1931), 1, anon_sym_operator, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(2562), 1, anon_sym_TILDE, ACTIONS(4006), 1, anon_sym_LPAREN2, ACTIONS(5174), 1, sym_identifier, ACTIONS(5178), 1, anon_sym_STAR, ACTIONS(5184), 1, anon_sym_COLON_COLON, ACTIONS(5186), 1, anon_sym_LBRACK, ACTIONS(6413), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6449), 1, anon_sym_AMP_AMP, ACTIONS(6451), 1, anon_sym_AMP, ACTIONS(6453), 1, anon_sym_EQ, STATE(3999), 1, sym_parameter_list, STATE(5355), 1, sym__scope_resolution, STATE(5434), 1, sym__function_declarator_seq, STATE(5687), 1, sym__declarator, STATE(5946), 1, sym__abstract_declarator, STATE(6292), 1, sym_variadic_declarator, STATE(6398), 1, sym_variadic_reference_declarator, STATE(7190), 1, sym_ms_based_modifier, ACTIONS(6415), 2, anon_sym_COMMA, anon_sym_GT2, STATE(7572), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, STATE(5464), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, STATE(5671), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, sym_reference_declarator, sym_structured_binding_declarator, sym_template_function, sym_destructor_name, sym_qualified_identifier, sym_operator_name, [108387] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4744), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_DOT, ACTIONS(4746), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_final, anon_sym_override, anon_sym_requires, [108438] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1925), 1, sym_auto, ACTIONS(1927), 1, anon_sym_decltype, ACTIONS(6220), 1, sym_primitive_type, ACTIONS(6340), 1, sym_identifier, ACTIONS(6342), 1, anon_sym_COLON_COLON, ACTIONS(6346), 1, anon_sym_enum, ACTIONS(6348), 1, anon_sym_class, ACTIONS(6350), 1, anon_sym_struct, ACTIONS(6352), 1, anon_sym_union, ACTIONS(6354), 1, anon_sym_typename, STATE(2285), 1, sym_decltype_auto, STATE(3645), 1, sym_qualified_type_identifier, STATE(4598), 1, sym__type_specifier, STATE(4830), 1, aux_sym_sized_type_specifier_repeat1, STATE(5715), 1, sym__scope_resolution, STATE(7572), 1, sym_dependent_type_identifier, STATE(2221), 2, sym_decltype, sym_template_type, STATE(4616), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(6344), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(2287), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, ACTIONS(59), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [108529] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(5019), 1, anon_sym___attribute__, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5025), 1, anon_sym___declspec, ACTIONS(5029), 1, anon_sym_virtual, ACTIONS(6155), 1, sym_auto, ACTIONS(6157), 1, anon_sym_decltype, ACTIONS(6455), 1, anon_sym_SEMI, STATE(3722), 1, sym_decltype_auto, ACTIONS(5017), 5, anon_sym_extern, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, ACTIONS(6171), 5, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, ACTIONS(6169), 6, anon_sym_AMP, anon_sym___based, anon_sym_LBRACK, sym_identifier, anon_sym_template, anon_sym_operator, STATE(3639), 8, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, sym_ms_declspec_modifier, sym_storage_class_specifier, sym_type_qualifier, sym_virtual, aux_sym__declaration_specifiers_repeat1, ACTIONS(5027), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [108602] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1925), 1, sym_auto, ACTIONS(1927), 1, anon_sym_decltype, ACTIONS(6220), 1, sym_primitive_type, ACTIONS(6340), 1, sym_identifier, ACTIONS(6342), 1, anon_sym_COLON_COLON, ACTIONS(6346), 1, anon_sym_enum, ACTIONS(6348), 1, anon_sym_class, ACTIONS(6350), 1, anon_sym_struct, ACTIONS(6352), 1, anon_sym_union, ACTIONS(6354), 1, anon_sym_typename, STATE(2285), 1, sym_decltype_auto, STATE(3645), 1, sym_qualified_type_identifier, STATE(4559), 1, sym__type_specifier, STATE(4830), 1, aux_sym_sized_type_specifier_repeat1, STATE(5715), 1, sym__scope_resolution, STATE(7572), 1, sym_dependent_type_identifier, STATE(2221), 2, sym_decltype, sym_template_type, STATE(3792), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(6344), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(2287), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, ACTIONS(59), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [108693] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(5019), 1, anon_sym___attribute__, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5025), 1, anon_sym___declspec, ACTIONS(5029), 1, anon_sym_virtual, ACTIONS(6155), 1, sym_auto, ACTIONS(6157), 1, anon_sym_decltype, ACTIONS(6457), 1, anon_sym_SEMI, STATE(3722), 1, sym_decltype_auto, ACTIONS(5017), 5, anon_sym_extern, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, ACTIONS(6171), 5, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, ACTIONS(6169), 6, anon_sym_AMP, anon_sym___based, anon_sym_LBRACK, sym_identifier, anon_sym_template, anon_sym_operator, STATE(3639), 8, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, sym_ms_declspec_modifier, sym_storage_class_specifier, sym_type_qualifier, sym_virtual, aux_sym__declaration_specifiers_repeat1, ACTIONS(5027), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [108766] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4686), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_DOT, ACTIONS(4688), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_final, anon_sym_override, anon_sym_requires, [108817] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4690), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_DOT, ACTIONS(4692), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_final, anon_sym_override, anon_sym_requires, [108868] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2538), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_DOT, ACTIONS(2536), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_final, anon_sym_override, anon_sym_requires, [108919] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(113), 1, sym_auto, ACTIONS(115), 1, anon_sym_decltype, ACTIONS(1329), 1, anon_sym_template, ACTIONS(3661), 1, sym_primitive_type, ACTIONS(6246), 1, sym_identifier, ACTIONS(6248), 1, anon_sym_COLON_COLON, ACTIONS(6250), 1, anon_sym_enum, ACTIONS(6252), 1, anon_sym_class, ACTIONS(6254), 1, anon_sym_struct, ACTIONS(6256), 1, anon_sym_union, ACTIONS(6258), 1, anon_sym_typename, STATE(3645), 1, sym_qualified_type_identifier, STATE(3658), 1, aux_sym_sized_type_specifier_repeat1, STATE(3701), 1, sym_decltype_auto, STATE(3904), 1, sym__type_specifier, STATE(5781), 1, sym__scope_resolution, STATE(7572), 1, sym_dependent_type_identifier, STATE(3646), 2, sym_decltype, sym_template_type, STATE(4616), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(3659), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(3695), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, ACTIONS(59), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [109010] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(4464), 1, anon_sym_COLON_COLON, ACTIONS(6459), 1, anon_sym_LT, STATE(2904), 1, sym_template_argument_list, ACTIONS(4447), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_GT_GT, anon_sym_COLON, anon_sym_DOT, ACTIONS(4452), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_LT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_GT2, [109067] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1925), 1, sym_auto, ACTIONS(1927), 1, anon_sym_decltype, ACTIONS(6220), 1, sym_primitive_type, ACTIONS(6340), 1, sym_identifier, ACTIONS(6342), 1, anon_sym_COLON_COLON, ACTIONS(6346), 1, anon_sym_enum, ACTIONS(6348), 1, anon_sym_class, ACTIONS(6350), 1, anon_sym_struct, ACTIONS(6352), 1, anon_sym_union, ACTIONS(6354), 1, anon_sym_typename, STATE(2285), 1, sym_decltype_auto, STATE(3645), 1, sym_qualified_type_identifier, STATE(4593), 1, sym__type_specifier, STATE(4830), 1, aux_sym_sized_type_specifier_repeat1, STATE(5715), 1, sym__scope_resolution, STATE(7572), 1, sym_dependent_type_identifier, STATE(2221), 2, sym_decltype, sym_template_type, STATE(3801), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(6344), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(2287), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, ACTIONS(59), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [109158] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4682), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_DOT, ACTIONS(4684), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_final, anon_sym_override, anon_sym_requires, [109209] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4748), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_DOT, ACTIONS(4750), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_final, anon_sym_override, anon_sym_requires, [109260] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(59), 1, anon_sym_const, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(6425), 1, anon_sym_AMP_AMP, ACTIONS(6427), 1, anon_sym_AMP, ACTIONS(6429), 1, anon_sym___attribute__, ACTIONS(6435), 1, anon_sym_DASH_GT, ACTIONS(6437), 1, anon_sym_noexcept, ACTIONS(6439), 1, anon_sym_throw, ACTIONS(6441), 1, anon_sym_requires, ACTIONS(6464), 1, anon_sym_LBRACK, STATE(4833), 1, sym_ref_qualifier, STATE(5300), 1, sym_trailing_return_type, STATE(5428), 1, sym_requires_clause, ACTIONS(5098), 2, anon_sym_final, anon_sym_override, STATE(3782), 2, sym_attribute_specifier, aux_sym__function_declarator_seq_repeat1, STATE(3885), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, STATE(4980), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(4992), 2, sym_noexcept, sym_throw_specifier, STATE(5246), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, ACTIONS(6462), 8, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, anon_sym_try, ACTIONS(6433), 10, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [109349] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(1899), 1, anon_sym_LBRACE, ACTIONS(6284), 1, anon_sym_LBRACK, ACTIONS(6286), 1, sym_auto, ACTIONS(6288), 1, anon_sym_decltype, ACTIONS(6407), 1, anon_sym_LPAREN2, STATE(2259), 1, sym_decltype_auto, STATE(3991), 1, sym_new_declarator, STATE(3975), 2, sym_argument_list, sym_initializer_list, ACTIONS(5211), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_DOT, ACTIONS(5209), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [109416] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1925), 1, sym_auto, ACTIONS(1927), 1, anon_sym_decltype, ACTIONS(6220), 1, sym_primitive_type, ACTIONS(6340), 1, sym_identifier, ACTIONS(6342), 1, anon_sym_COLON_COLON, ACTIONS(6346), 1, anon_sym_enum, ACTIONS(6348), 1, anon_sym_class, ACTIONS(6350), 1, anon_sym_struct, ACTIONS(6352), 1, anon_sym_union, ACTIONS(6354), 1, anon_sym_typename, STATE(2285), 1, sym_decltype_auto, STATE(3645), 1, sym_qualified_type_identifier, STATE(4604), 1, sym__type_specifier, STATE(4830), 1, aux_sym_sized_type_specifier_repeat1, STATE(5715), 1, sym__scope_resolution, STATE(7572), 1, sym_dependent_type_identifier, STATE(2221), 2, sym_decltype, sym_template_type, STATE(4616), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(6344), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(2287), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, ACTIONS(59), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [109507] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(5019), 1, anon_sym___attribute__, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5025), 1, anon_sym___declspec, ACTIONS(5029), 1, anon_sym_virtual, ACTIONS(6155), 1, sym_auto, ACTIONS(6157), 1, anon_sym_decltype, ACTIONS(6466), 1, anon_sym_SEMI, STATE(3722), 1, sym_decltype_auto, ACTIONS(5017), 5, anon_sym_extern, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, ACTIONS(6171), 5, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, ACTIONS(6169), 6, anon_sym_AMP, anon_sym___based, anon_sym_LBRACK, sym_identifier, anon_sym_template, anon_sym_operator, STATE(3639), 8, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, sym_ms_declspec_modifier, sym_storage_class_specifier, sym_type_qualifier, sym_virtual, aux_sym__declaration_specifiers_repeat1, ACTIONS(5027), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [109580] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(113), 1, sym_auto, ACTIONS(115), 1, anon_sym_decltype, ACTIONS(1329), 1, anon_sym_template, ACTIONS(3651), 1, sym_identifier, ACTIONS(3657), 1, anon_sym_COLON_COLON, ACTIONS(3661), 1, sym_primitive_type, ACTIONS(3663), 1, anon_sym_enum, ACTIONS(3665), 1, anon_sym_class, ACTIONS(3667), 1, anon_sym_struct, ACTIONS(3669), 1, anon_sym_union, ACTIONS(3671), 1, anon_sym_typename, STATE(3645), 1, sym_qualified_type_identifier, STATE(3658), 1, aux_sym_sized_type_specifier_repeat1, STATE(3701), 1, sym_decltype_auto, STATE(4082), 1, sym__type_specifier, STATE(5806), 1, sym__scope_resolution, STATE(7572), 1, sym_dependent_type_identifier, STATE(3646), 2, sym_decltype, sym_template_type, STATE(4616), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(3659), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(3695), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, ACTIONS(59), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [109671] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4732), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_DOT, ACTIONS(4734), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_final, anon_sym_override, anon_sym_requires, [109722] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(4464), 1, anon_sym_COLON_COLON, ACTIONS(6159), 1, anon_sym_LT, STATE(2160), 1, sym_template_argument_list, ACTIONS(5168), 4, anon_sym_AMP, anon_sym_LBRACK, anon_sym_const, anon_sym_COLON, ACTIONS(4483), 36, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_extern, anon_sym___attribute__, anon_sym_LBRACK_LBRACK, anon_sym___declspec, anon_sym_LBRACE, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, anon_sym_or, anon_sym_and, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_virtual, anon_sym_try, anon_sym_requires, [109779] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4740), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_DOT, ACTIONS(4742), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_final, anon_sym_override, anon_sym_requires, [109830] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(29), 1, anon_sym_AMP_AMP, ACTIONS(45), 1, anon_sym___based, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1931), 1, anon_sym_operator, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(2560), 1, anon_sym_LPAREN2, ACTIONS(2562), 1, anon_sym_TILDE, ACTIONS(2564), 1, anon_sym_STAR, ACTIONS(2566), 1, anon_sym_AMP, ACTIONS(5015), 1, sym_identifier, ACTIONS(5219), 1, anon_sym_COLON_COLON, ACTIONS(6032), 1, anon_sym_LBRACK, STATE(5322), 1, sym__scope_resolution, STATE(5644), 1, sym__declarator, STATE(7599), 1, sym_ms_based_modifier, STATE(4770), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, STATE(7572), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, ACTIONS(2731), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, STATE(5671), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, sym_reference_declarator, sym_structured_binding_declarator, sym_template_function, sym_destructor_name, sym_qualified_identifier, sym_operator_name, [109914] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(3605), 1, anon_sym_LBRACE, ACTIONS(5706), 1, sym_auto, ACTIONS(5708), 1, anon_sym_decltype, ACTIONS(6468), 1, anon_sym_LPAREN2, ACTIONS(6470), 1, anon_sym_LBRACK, STATE(3104), 1, sym_decltype_auto, STATE(4004), 1, sym_new_declarator, STATE(4359), 2, sym_argument_list, sym_initializer_list, ACTIONS(5211), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_GT_GT, anon_sym_DOT, ACTIONS(5209), 22, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_LT, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, [109980] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(3605), 1, anon_sym_LBRACE, ACTIONS(5706), 1, sym_auto, ACTIONS(5708), 1, anon_sym_decltype, ACTIONS(6468), 1, anon_sym_LPAREN2, ACTIONS(6470), 1, anon_sym_LBRACK, STATE(3104), 1, sym_decltype_auto, STATE(4061), 1, sym_new_declarator, STATE(4394), 2, sym_argument_list, sym_initializer_list, ACTIONS(5160), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_GT_GT, anon_sym_DOT, ACTIONS(5156), 22, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_LT, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, [110046] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(3605), 1, anon_sym_LBRACE, ACTIONS(5706), 1, sym_auto, ACTIONS(5708), 1, anon_sym_decltype, ACTIONS(6468), 1, anon_sym_LPAREN2, ACTIONS(6470), 1, anon_sym_LBRACK, STATE(3104), 1, sym_decltype_auto, STATE(4055), 1, sym_new_declarator, STATE(4321), 2, sym_argument_list, sym_initializer_list, ACTIONS(5199), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_GT_GT, anon_sym_DOT, ACTIONS(5197), 22, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_LT, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, [110112] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(29), 1, anon_sym_AMP_AMP, ACTIONS(45), 1, anon_sym___based, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1931), 1, anon_sym_operator, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(2560), 1, anon_sym_LPAREN2, ACTIONS(2562), 1, anon_sym_TILDE, ACTIONS(2564), 1, anon_sym_STAR, ACTIONS(2566), 1, anon_sym_AMP, ACTIONS(5015), 1, sym_identifier, ACTIONS(5219), 1, anon_sym_COLON_COLON, ACTIONS(6032), 1, anon_sym_LBRACK, STATE(5322), 1, sym__scope_resolution, STATE(5633), 1, sym__declarator, STATE(7599), 1, sym_ms_based_modifier, STATE(4770), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, STATE(7572), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, ACTIONS(2731), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, STATE(5671), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, sym_reference_declarator, sym_structured_binding_declarator, sym_template_function, sym_destructor_name, sym_qualified_identifier, sym_operator_name, [110196] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(6195), 1, anon_sym_LBRACE, ACTIONS(6472), 1, anon_sym_COLON, STATE(3652), 1, sym__enum_base_clause, STATE(3746), 1, sym_enumerator_list, ACTIONS(5271), 11, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_EQ, anon_sym_GT2, ACTIONS(5273), 27, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_template, anon_sym_operator, [110254] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6306), 12, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, ACTIONS(6304), 30, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, anon_sym_COLON, sym_identifier, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_virtual, anon_sym_explicit, anon_sym_template, anon_sym_operator, [110304] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(45), 1, anon_sym___based, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1931), 1, anon_sym_operator, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(2560), 1, anon_sym_LPAREN2, ACTIONS(2562), 1, anon_sym_TILDE, ACTIONS(5174), 1, sym_identifier, ACTIONS(5184), 1, anon_sym_COLON_COLON, ACTIONS(6032), 1, anon_sym_LBRACK, ACTIONS(6051), 1, anon_sym_STAR, ACTIONS(6053), 1, anon_sym_AMP_AMP, ACTIONS(6055), 1, anon_sym_AMP, STATE(5355), 1, sym__scope_resolution, STATE(5466), 1, sym__declarator, STATE(7190), 1, sym_ms_based_modifier, STATE(4770), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, STATE(7572), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, ACTIONS(2731), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, STATE(5671), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, sym_reference_declarator, sym_structured_binding_declarator, sym_template_function, sym_destructor_name, sym_qualified_identifier, sym_operator_name, [110388] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(45), 1, anon_sym___based, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1931), 1, anon_sym_operator, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(2560), 1, anon_sym_LPAREN2, ACTIONS(2562), 1, anon_sym_TILDE, ACTIONS(5015), 1, sym_identifier, ACTIONS(5219), 1, anon_sym_COLON_COLON, ACTIONS(6032), 1, anon_sym_LBRACK, ACTIONS(6034), 1, anon_sym_STAR, ACTIONS(6036), 1, anon_sym_AMP_AMP, ACTIONS(6038), 1, anon_sym_AMP, STATE(5322), 1, sym__scope_resolution, STATE(5841), 1, sym__declarator, STATE(7051), 1, sym_ms_based_modifier, STATE(4770), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, STATE(7572), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, ACTIONS(2731), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, STATE(5671), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, sym_reference_declarator, sym_structured_binding_declarator, sym_template_function, sym_destructor_name, sym_qualified_identifier, sym_operator_name, [110472] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(6476), 1, anon_sym___attribute__, ACTIONS(6478), 1, anon_sym_LBRACK_LBRACK, ACTIONS(6480), 1, anon_sym___declspec, ACTIONS(6484), 1, sym_auto, ACTIONS(6486), 1, anon_sym_decltype, ACTIONS(6488), 1, anon_sym_virtual, STATE(3971), 1, sym_decltype_auto, ACTIONS(6151), 4, anon_sym_AMP, anon_sym___based, sym_identifier, anon_sym_operator, ACTIONS(6474), 5, anon_sym_extern, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, ACTIONS(6153), 7, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, STATE(3970), 8, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, sym_ms_declspec_modifier, sym_storage_class_specifier, sym_type_qualifier, sym_virtual, aux_sym__declaration_specifiers_repeat1, ACTIONS(6482), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [110542] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(6425), 1, anon_sym_AMP_AMP, ACTIONS(6427), 1, anon_sym_AMP, ACTIONS(6437), 1, anon_sym_noexcept, ACTIONS(6439), 1, anon_sym_throw, ACTIONS(6464), 1, anon_sym_LBRACK, ACTIONS(6478), 1, anon_sym_LBRACK_LBRACK, ACTIONS(6482), 1, anon_sym_const, ACTIONS(6490), 1, anon_sym___attribute__, ACTIONS(6494), 1, anon_sym_DASH_GT, ACTIONS(6496), 1, anon_sym_requires, STATE(4910), 1, sym_ref_qualifier, STATE(5326), 1, sym_trailing_return_type, STATE(5428), 1, sym_requires_clause, ACTIONS(5098), 2, anon_sym_final, anon_sym_override, STATE(3840), 2, sym_attribute_specifier, aux_sym__function_declarator_seq_repeat1, STATE(3917), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, STATE(5126), 2, sym_noexcept, sym_throw_specifier, STATE(5130), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(5246), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, ACTIONS(6462), 7, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, anon_sym_try, ACTIONS(6492), 10, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [110630] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(6195), 1, anon_sym_LBRACE, ACTIONS(6472), 1, anon_sym_COLON, STATE(3641), 1, sym__enum_base_clause, STATE(3684), 1, sym_enumerator_list, ACTIONS(5287), 11, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_EQ, anon_sym_GT2, ACTIONS(5289), 27, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_template, anon_sym_operator, [110688] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(45), 1, anon_sym___based, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1931), 1, anon_sym_operator, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(2560), 1, anon_sym_LPAREN2, ACTIONS(2562), 1, anon_sym_TILDE, ACTIONS(6022), 1, sym_identifier, ACTIONS(6024), 1, anon_sym_STAR, ACTIONS(6026), 1, anon_sym_AMP_AMP, ACTIONS(6028), 1, anon_sym_AMP, ACTIONS(6030), 1, anon_sym_COLON_COLON, ACTIONS(6032), 1, anon_sym_LBRACK, STATE(5345), 1, sym__scope_resolution, STATE(5668), 1, sym__declarator, STATE(7052), 1, sym_ms_based_modifier, STATE(4770), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, STATE(7572), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, ACTIONS(2731), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, STATE(5671), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, sym_reference_declarator, sym_structured_binding_declarator, sym_template_function, sym_destructor_name, sym_qualified_identifier, sym_operator_name, [110772] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4808), 3, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, ACTIONS(4810), 39, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___cdecl, anon_sym___clrcall, anon_sym___stdcall, anon_sym___fastcall, anon_sym___thiscall, anon_sym___vectorcall, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_typename, anon_sym_template, [110822] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(6425), 1, anon_sym_AMP_AMP, ACTIONS(6427), 1, anon_sym_AMP, ACTIONS(6431), 1, anon_sym_LBRACK, ACTIONS(6437), 1, anon_sym_noexcept, ACTIONS(6439), 1, anon_sym_throw, ACTIONS(6478), 1, anon_sym_LBRACK_LBRACK, ACTIONS(6482), 1, anon_sym_const, ACTIONS(6490), 1, anon_sym___attribute__, ACTIONS(6494), 1, anon_sym_DASH_GT, ACTIONS(6496), 1, anon_sym_requires, STATE(4877), 1, sym_ref_qualifier, STATE(5342), 1, sym_trailing_return_type, STATE(5399), 1, sym_requires_clause, ACTIONS(5098), 2, anon_sym_final, anon_sym_override, STATE(3986), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, STATE(4610), 2, sym_attribute_specifier, aux_sym__function_declarator_seq_repeat1, STATE(5121), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(5128), 2, sym_noexcept, sym_throw_specifier, STATE(5311), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, ACTIONS(6423), 7, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, anon_sym_try, ACTIONS(6492), 10, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [110910] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(6476), 1, anon_sym___attribute__, ACTIONS(6478), 1, anon_sym_LBRACK_LBRACK, ACTIONS(6480), 1, anon_sym___declspec, ACTIONS(6484), 1, sym_auto, ACTIONS(6486), 1, anon_sym_decltype, ACTIONS(6488), 1, anon_sym_virtual, STATE(3971), 1, sym_decltype_auto, ACTIONS(6169), 4, anon_sym_AMP, anon_sym___based, sym_identifier, anon_sym_operator, ACTIONS(6474), 5, anon_sym_extern, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, ACTIONS(6171), 7, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, STATE(3956), 8, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, sym_ms_declspec_modifier, sym_storage_class_specifier, sym_type_qualifier, sym_virtual, aux_sym__declaration_specifiers_repeat1, ACTIONS(6482), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [110980] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(45), 1, anon_sym___based, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1931), 1, anon_sym_operator, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(2560), 1, anon_sym_LPAREN2, ACTIONS(2562), 1, anon_sym_TILDE, ACTIONS(5174), 1, sym_identifier, ACTIONS(5184), 1, anon_sym_COLON_COLON, ACTIONS(6032), 1, anon_sym_LBRACK, ACTIONS(6045), 1, anon_sym_STAR, ACTIONS(6047), 1, anon_sym_AMP_AMP, ACTIONS(6049), 1, anon_sym_AMP, STATE(5355), 1, sym__scope_resolution, STATE(5568), 1, sym__declarator, STATE(6982), 1, sym_ms_based_modifier, STATE(4770), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, STATE(7572), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, ACTIONS(2731), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, STATE(5671), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, sym_reference_declarator, sym_structured_binding_declarator, sym_template_function, sym_destructor_name, sym_qualified_identifier, sym_operator_name, [111064] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(45), 1, anon_sym___based, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1931), 1, anon_sym_operator, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(2560), 1, anon_sym_LPAREN2, ACTIONS(2562), 1, anon_sym_TILDE, ACTIONS(5174), 1, sym_identifier, ACTIONS(5184), 1, anon_sym_COLON_COLON, ACTIONS(6032), 1, anon_sym_LBRACK, ACTIONS(6051), 1, anon_sym_STAR, ACTIONS(6053), 1, anon_sym_AMP_AMP, ACTIONS(6055), 1, anon_sym_AMP, STATE(5355), 1, sym__scope_resolution, STATE(5456), 1, sym__declarator, STATE(7190), 1, sym_ms_based_modifier, STATE(4770), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, STATE(7572), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, ACTIONS(2731), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, STATE(5671), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, sym_reference_declarator, sym_structured_binding_declarator, sym_template_function, sym_destructor_name, sym_qualified_identifier, sym_operator_name, [111148] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(45), 1, anon_sym___based, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1931), 1, anon_sym_operator, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(2560), 1, anon_sym_LPAREN2, ACTIONS(2562), 1, anon_sym_TILDE, ACTIONS(6022), 1, sym_identifier, ACTIONS(6024), 1, anon_sym_STAR, ACTIONS(6026), 1, anon_sym_AMP_AMP, ACTIONS(6028), 1, anon_sym_AMP, ACTIONS(6030), 1, anon_sym_COLON_COLON, ACTIONS(6032), 1, anon_sym_LBRACK, STATE(5345), 1, sym__scope_resolution, STATE(5633), 1, sym__declarator, STATE(7052), 1, sym_ms_based_modifier, STATE(4770), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, STATE(7572), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, ACTIONS(2731), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, STATE(5671), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, sym_reference_declarator, sym_structured_binding_declarator, sym_template_function, sym_destructor_name, sym_qualified_identifier, sym_operator_name, [111232] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(45), 1, anon_sym___based, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1931), 1, anon_sym_operator, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(2560), 1, anon_sym_LPAREN2, ACTIONS(2562), 1, anon_sym_TILDE, ACTIONS(6022), 1, sym_identifier, ACTIONS(6024), 1, anon_sym_STAR, ACTIONS(6026), 1, anon_sym_AMP_AMP, ACTIONS(6028), 1, anon_sym_AMP, ACTIONS(6030), 1, anon_sym_COLON_COLON, ACTIONS(6032), 1, anon_sym_LBRACK, STATE(5345), 1, sym__scope_resolution, STATE(5644), 1, sym__declarator, STATE(7052), 1, sym_ms_based_modifier, STATE(4770), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, STATE(7572), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, ACTIONS(2731), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, STATE(5671), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, sym_reference_declarator, sym_structured_binding_declarator, sym_template_function, sym_destructor_name, sym_qualified_identifier, sym_operator_name, [111316] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(29), 1, anon_sym_AMP_AMP, ACTIONS(45), 1, anon_sym___based, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1931), 1, anon_sym_operator, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(2560), 1, anon_sym_LPAREN2, ACTIONS(2562), 1, anon_sym_TILDE, ACTIONS(2564), 1, anon_sym_STAR, ACTIONS(2566), 1, anon_sym_AMP, ACTIONS(5015), 1, sym_identifier, ACTIONS(5219), 1, anon_sym_COLON_COLON, ACTIONS(6032), 1, anon_sym_LBRACK, STATE(5322), 1, sym__scope_resolution, STATE(5668), 1, sym__declarator, STATE(7599), 1, sym_ms_based_modifier, STATE(4770), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, STATE(7572), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, ACTIONS(2731), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, STATE(5671), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, sym_reference_declarator, sym_structured_binding_declarator, sym_template_function, sym_destructor_name, sym_qualified_identifier, sym_operator_name, [111400] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4824), 3, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, ACTIONS(4826), 39, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___cdecl, anon_sym___clrcall, anon_sym___stdcall, anon_sym___fastcall, anon_sym___thiscall, anon_sym___vectorcall, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_typename, anon_sym_template, [111450] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(45), 1, anon_sym___based, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1931), 1, anon_sym_operator, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(2560), 1, anon_sym_LPAREN2, ACTIONS(2562), 1, anon_sym_TILDE, ACTIONS(5174), 1, sym_identifier, ACTIONS(5184), 1, anon_sym_COLON_COLON, ACTIONS(6032), 1, anon_sym_LBRACK, ACTIONS(6045), 1, anon_sym_STAR, ACTIONS(6047), 1, anon_sym_AMP_AMP, ACTIONS(6049), 1, anon_sym_AMP, STATE(5355), 1, sym__scope_resolution, STATE(5561), 1, sym__declarator, STATE(6982), 1, sym_ms_based_modifier, STATE(4770), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, STATE(7572), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, ACTIONS(2731), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, STATE(5671), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, sym_reference_declarator, sym_structured_binding_declarator, sym_template_function, sym_destructor_name, sym_qualified_identifier, sym_operator_name, [111534] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(45), 1, anon_sym___based, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1931), 1, anon_sym_operator, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(2560), 1, anon_sym_LPAREN2, ACTIONS(2562), 1, anon_sym_TILDE, ACTIONS(5015), 1, sym_identifier, ACTIONS(5219), 1, anon_sym_COLON_COLON, ACTIONS(6032), 1, anon_sym_LBRACK, ACTIONS(6034), 1, anon_sym_STAR, ACTIONS(6036), 1, anon_sym_AMP_AMP, ACTIONS(6038), 1, anon_sym_AMP, STATE(5322), 1, sym__scope_resolution, STATE(5847), 1, sym__declarator, STATE(7051), 1, sym_ms_based_modifier, STATE(4770), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, STATE(7572), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, ACTIONS(2731), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, STATE(5671), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, sym_reference_declarator, sym_structured_binding_declarator, sym_template_function, sym_destructor_name, sym_qualified_identifier, sym_operator_name, [111618] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(3605), 1, anon_sym_LBRACE, ACTIONS(5706), 1, sym_auto, ACTIONS(5708), 1, anon_sym_decltype, ACTIONS(6468), 1, anon_sym_LPAREN2, ACTIONS(6470), 1, anon_sym_LBRACK, STATE(3104), 1, sym_decltype_auto, STATE(4028), 1, sym_new_declarator, STATE(4352), 2, sym_argument_list, sym_initializer_list, ACTIONS(5190), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_GT_GT, anon_sym_DOT, ACTIONS(5188), 22, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_LT, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, [111684] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(45), 1, anon_sym___based, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1931), 1, anon_sym_operator, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(2560), 1, anon_sym_LPAREN2, ACTIONS(2562), 1, anon_sym_TILDE, ACTIONS(5174), 1, sym_identifier, ACTIONS(5184), 1, anon_sym_COLON_COLON, ACTIONS(6032), 1, anon_sym_LBRACK, ACTIONS(6051), 1, anon_sym_STAR, ACTIONS(6053), 1, anon_sym_AMP_AMP, ACTIONS(6055), 1, anon_sym_AMP, STATE(5355), 1, sym__scope_resolution, STATE(5401), 1, sym__declarator, STATE(7190), 1, sym_ms_based_modifier, STATE(4770), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, STATE(7572), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, ACTIONS(2731), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, STATE(5671), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, sym_reference_declarator, sym_structured_binding_declarator, sym_template_function, sym_destructor_name, sym_qualified_identifier, sym_operator_name, [111768] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(45), 1, anon_sym___based, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1931), 1, anon_sym_operator, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(2560), 1, anon_sym_LPAREN2, ACTIONS(2562), 1, anon_sym_TILDE, ACTIONS(5015), 1, sym_identifier, ACTIONS(5219), 1, anon_sym_COLON_COLON, ACTIONS(6032), 1, anon_sym_LBRACK, ACTIONS(6034), 1, anon_sym_STAR, ACTIONS(6036), 1, anon_sym_AMP_AMP, ACTIONS(6038), 1, anon_sym_AMP, STATE(5322), 1, sym__scope_resolution, STATE(5845), 1, sym__declarator, STATE(7051), 1, sym_ms_based_modifier, STATE(4770), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, STATE(7572), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, ACTIONS(2731), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, STATE(5671), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, sym_reference_declarator, sym_structured_binding_declarator, sym_template_function, sym_destructor_name, sym_qualified_identifier, sym_operator_name, [111852] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(4700), 1, anon_sym_COLON, ACTIONS(6498), 1, anon_sym_LBRACE, STATE(3922), 1, sym_field_declaration_list, STATE(6093), 1, sym_virtual_specifier, STATE(6641), 1, sym_base_class_clause, ACTIONS(4702), 2, anon_sym_final, anon_sym_override, ACTIONS(4730), 7, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_EQ, ACTIONS(4728), 28, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_operator, anon_sym_try, anon_sym_requires, [111914] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(4700), 1, anon_sym_COLON, ACTIONS(6498), 1, anon_sym_LBRACE, STATE(3980), 1, sym_field_declaration_list, STATE(5990), 1, sym_virtual_specifier, STATE(6667), 1, sym_base_class_clause, ACTIONS(4702), 2, anon_sym_final, anon_sym_override, ACTIONS(4722), 7, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_EQ, ACTIONS(4720), 28, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_operator, anon_sym_try, anon_sym_requires, [111976] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(4700), 1, anon_sym_COLON, ACTIONS(6498), 1, anon_sym_LBRACE, STATE(3940), 1, sym_field_declaration_list, STATE(6051), 1, sym_virtual_specifier, STATE(6721), 1, sym_base_class_clause, ACTIONS(4702), 2, anon_sym_final, anon_sym_override, ACTIONS(4696), 7, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_EQ, ACTIONS(4694), 28, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_operator, anon_sym_try, anon_sym_requires, [112038] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(45), 1, anon_sym___based, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1931), 1, anon_sym_operator, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(2560), 1, anon_sym_LPAREN2, ACTIONS(2562), 1, anon_sym_TILDE, ACTIONS(5174), 1, sym_identifier, ACTIONS(5184), 1, anon_sym_COLON_COLON, ACTIONS(6032), 1, anon_sym_LBRACK, ACTIONS(6045), 1, anon_sym_STAR, ACTIONS(6047), 1, anon_sym_AMP_AMP, ACTIONS(6049), 1, anon_sym_AMP, STATE(5355), 1, sym__scope_resolution, STATE(5589), 1, sym__declarator, STATE(6982), 1, sym_ms_based_modifier, STATE(4770), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, STATE(7572), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, ACTIONS(2731), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, STATE(5671), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, sym_reference_declarator, sym_structured_binding_declarator, sym_template_function, sym_destructor_name, sym_qualified_identifier, sym_operator_name, [112122] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(6173), 1, anon_sym_LBRACE, ACTIONS(6175), 1, anon_sym_COLON, ACTIONS(6500), 1, anon_sym_SEMI, STATE(3694), 1, sym_field_declaration_list, STATE(6006), 1, sym_virtual_specifier, STATE(6711), 1, sym_base_class_clause, ACTIONS(4702), 2, anon_sym_final, anon_sym_override, ACTIONS(4696), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(4694), 27, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_template, anon_sym_operator, [112185] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(4700), 1, anon_sym_COLON, ACTIONS(6173), 1, anon_sym_LBRACE, STATE(3694), 1, sym_field_declaration_list, STATE(6006), 1, sym_virtual_specifier, STATE(6711), 1, sym_base_class_clause, ACTIONS(5098), 2, anon_sym_final, anon_sym_override, ACTIONS(4694), 3, anon_sym_AMP, anon_sym_LBRACK, anon_sym_const, ACTIONS(4696), 31, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_extern, anon_sym___attribute__, anon_sym_LBRACK_LBRACK, anon_sym___declspec, anon_sym_EQ, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_GT2, anon_sym_try, anon_sym_requires, [112246] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(4700), 1, anon_sym_COLON, ACTIONS(6173), 1, anon_sym_LBRACE, STATE(3674), 1, sym_field_declaration_list, STATE(6178), 1, sym_virtual_specifier, STATE(6949), 1, sym_base_class_clause, ACTIONS(5098), 2, anon_sym_final, anon_sym_override, ACTIONS(4728), 3, anon_sym_AMP, anon_sym_LBRACK, anon_sym_const, ACTIONS(4730), 31, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_extern, anon_sym___attribute__, anon_sym_LBRACK_LBRACK, anon_sym___declspec, anon_sym_EQ, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_GT2, anon_sym_try, anon_sym_requires, [112307] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(6173), 1, anon_sym_LBRACE, ACTIONS(6175), 1, anon_sym_COLON, ACTIONS(6502), 1, anon_sym_SEMI, STATE(3694), 1, sym_field_declaration_list, STATE(6006), 1, sym_virtual_specifier, STATE(6711), 1, sym_base_class_clause, ACTIONS(4702), 2, anon_sym_final, anon_sym_override, ACTIONS(4696), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(4694), 27, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_template, anon_sym_operator, [112370] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(45), 1, anon_sym___based, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1931), 1, anon_sym_operator, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(2562), 1, anon_sym_TILDE, ACTIONS(4006), 1, anon_sym_LPAREN2, ACTIONS(5174), 1, sym_identifier, ACTIONS(5184), 1, anon_sym_COLON_COLON, ACTIONS(5186), 1, anon_sym_LBRACK, ACTIONS(5213), 1, anon_sym_STAR, ACTIONS(5215), 1, anon_sym_AMP_AMP, ACTIONS(5217), 1, anon_sym_AMP, ACTIONS(6413), 1, anon_sym_DOT_DOT_DOT, STATE(3879), 1, sym_parameter_list, STATE(5355), 1, sym__scope_resolution, STATE(5397), 1, sym__declarator, STATE(5434), 1, sym__function_declarator_seq, STATE(5662), 1, sym__abstract_declarator, STATE(6334), 1, sym_variadic_declarator, STATE(7190), 1, sym_ms_based_modifier, ACTIONS(6504), 2, anon_sym_COMMA, anon_sym_RPAREN, STATE(7572), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, STATE(5464), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, STATE(5671), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, sym_reference_declarator, sym_structured_binding_declarator, sym_template_function, sym_destructor_name, sym_qualified_identifier, sym_operator_name, [112463] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(45), 1, anon_sym___based, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1931), 1, anon_sym_operator, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(2562), 1, anon_sym_TILDE, ACTIONS(4006), 1, anon_sym_LPAREN2, ACTIONS(5174), 1, sym_identifier, ACTIONS(5178), 1, anon_sym_STAR, ACTIONS(5180), 1, anon_sym_AMP_AMP, ACTIONS(5182), 1, anon_sym_AMP, ACTIONS(5184), 1, anon_sym_COLON_COLON, ACTIONS(5186), 1, anon_sym_LBRACK, ACTIONS(6413), 1, anon_sym_DOT_DOT_DOT, STATE(3999), 1, sym_parameter_list, STATE(5355), 1, sym__scope_resolution, STATE(5397), 1, sym__declarator, STATE(5434), 1, sym__function_declarator_seq, STATE(5690), 1, sym__abstract_declarator, STATE(6334), 1, sym_variadic_declarator, STATE(7190), 1, sym_ms_based_modifier, ACTIONS(6504), 2, anon_sym_COMMA, anon_sym_GT2, STATE(7572), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, STATE(5464), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, STATE(5671), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, sym_reference_declarator, sym_structured_binding_declarator, sym_template_function, sym_destructor_name, sym_qualified_identifier, sym_operator_name, [112556] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(5567), 1, anon_sym_LBRACE, ACTIONS(6506), 1, anon_sym_COLON, STATE(3024), 1, sym__enum_base_clause, STATE(3098), 1, sym_enumerator_list, ACTIONS(5289), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_GT_GT, anon_sym_DOT, ACTIONS(5287), 26, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_LT, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, anon_sym_GT2, [112613] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(4700), 1, anon_sym_COLON, ACTIONS(6173), 1, anon_sym_LBRACE, STATE(3734), 1, sym_field_declaration_list, STATE(5973), 1, sym_virtual_specifier, STATE(6670), 1, sym_base_class_clause, ACTIONS(5098), 2, anon_sym_final, anon_sym_override, ACTIONS(4720), 3, anon_sym_AMP, anon_sym_LBRACK, anon_sym_const, ACTIONS(4722), 31, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_extern, anon_sym___attribute__, anon_sym_LBRACK_LBRACK, anon_sym___declspec, anon_sym_EQ, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_GT2, anon_sym_try, anon_sym_requires, [112674] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(6173), 1, anon_sym_LBRACE, ACTIONS(6175), 1, anon_sym_COLON, ACTIONS(6508), 1, anon_sym_SEMI, STATE(3694), 1, sym_field_declaration_list, STATE(6006), 1, sym_virtual_specifier, STATE(6711), 1, sym_base_class_clause, ACTIONS(4702), 2, anon_sym_final, anon_sym_override, ACTIONS(4696), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(4694), 27, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_template, anon_sym_operator, [112737] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(6173), 1, anon_sym_LBRACE, ACTIONS(6175), 1, anon_sym_COLON, ACTIONS(6510), 1, anon_sym_SEMI, STATE(3694), 1, sym_field_declaration_list, STATE(6006), 1, sym_virtual_specifier, STATE(6711), 1, sym_base_class_clause, ACTIONS(4702), 2, anon_sym_final, anon_sym_override, ACTIONS(4696), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(4694), 27, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_template, anon_sym_operator, [112800] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(5567), 1, anon_sym_LBRACE, ACTIONS(6506), 1, anon_sym_COLON, STATE(2973), 1, sym__enum_base_clause, STATE(3092), 1, sym_enumerator_list, ACTIONS(5273), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_GT_GT, anon_sym_DOT, ACTIONS(5271), 26, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_LT, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, anon_sym_GT2, [112857] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(6173), 1, anon_sym_LBRACE, ACTIONS(6175), 1, anon_sym_COLON, ACTIONS(6512), 1, anon_sym_SEMI, STATE(3694), 1, sym_field_declaration_list, STATE(6006), 1, sym_virtual_specifier, STATE(6711), 1, sym_base_class_clause, ACTIONS(4702), 2, anon_sym_final, anon_sym_override, ACTIONS(4696), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(4694), 27, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_template, anon_sym_operator, [112920] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(6173), 1, anon_sym_LBRACE, ACTIONS(6175), 1, anon_sym_COLON, ACTIONS(6514), 1, anon_sym_SEMI, STATE(3694), 1, sym_field_declaration_list, STATE(6006), 1, sym_virtual_specifier, STATE(6711), 1, sym_base_class_clause, ACTIONS(4702), 2, anon_sym_final, anon_sym_override, ACTIONS(4696), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(4694), 27, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_template, anon_sym_operator, [112983] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(6173), 1, anon_sym_LBRACE, ACTIONS(6175), 1, anon_sym_COLON, ACTIONS(6516), 1, anon_sym_SEMI, STATE(3694), 1, sym_field_declaration_list, STATE(6006), 1, sym_virtual_specifier, STATE(6711), 1, sym_base_class_clause, ACTIONS(4702), 2, anon_sym_final, anon_sym_override, ACTIONS(4696), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(4694), 27, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_template, anon_sym_operator, [113046] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(6173), 1, anon_sym_LBRACE, ACTIONS(6175), 1, anon_sym_COLON, ACTIONS(6518), 1, anon_sym_SEMI, STATE(3694), 1, sym_field_declaration_list, STATE(6006), 1, sym_virtual_specifier, STATE(6711), 1, sym_base_class_clause, ACTIONS(4702), 2, anon_sym_final, anon_sym_override, ACTIONS(4696), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(4694), 27, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_template, anon_sym_operator, [113109] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(6173), 1, anon_sym_LBRACE, ACTIONS(6175), 1, anon_sym_COLON, ACTIONS(6520), 1, anon_sym_SEMI, STATE(3694), 1, sym_field_declaration_list, STATE(6006), 1, sym_virtual_specifier, STATE(6711), 1, sym_base_class_clause, ACTIONS(4702), 2, anon_sym_final, anon_sym_override, ACTIONS(4696), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(4694), 27, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_template, anon_sym_operator, [113172] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(4512), 2, anon_sym_COLON_COLON, anon_sym_LBRACE, ACTIONS(4514), 10, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_COLON, anon_sym_DOT, ACTIONS(4519), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [113223] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(6284), 1, anon_sym_LBRACK, STATE(3883), 1, sym_new_declarator, ACTIONS(5364), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_DOT, ACTIONS(5362), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [113276] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(4464), 1, anon_sym_COLON_COLON, STATE(2160), 1, sym_template_argument_list, ACTIONS(5250), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_GT_GT, anon_sym_DOT, ACTIONS(5248), 27, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_LT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, anon_sym_GT2, [113328] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5285), 10, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, anon_sym_DASH_GT, ACTIONS(5283), 30, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_identifier, anon_sym_final, anon_sym_override, anon_sym_virtual, anon_sym_operator, anon_sym_try, anon_sym_noexcept, anon_sym_throw, anon_sym_requires, [113376] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(1899), 1, anon_sym_LBRACE, ACTIONS(6282), 1, anon_sym_LPAREN2, STATE(3976), 2, sym_argument_list, sym_initializer_list, ACTIONS(5349), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_DOT, ACTIONS(5347), 27, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [113430] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5592), 1, sym_literal_suffix, ACTIONS(4473), 15, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DOT, ACTIONS(4478), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [113480] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(59), 1, anon_sym_const, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(6425), 1, anon_sym_AMP_AMP, ACTIONS(6427), 1, anon_sym_AMP, ACTIONS(6429), 1, anon_sym___attribute__, ACTIONS(6437), 1, anon_sym_noexcept, ACTIONS(6439), 1, anon_sym_throw, ACTIONS(6464), 1, anon_sym_LBRACK, ACTIONS(6522), 1, anon_sym_DASH_GT, ACTIONS(6526), 1, anon_sym_requires, STATE(4974), 1, sym_ref_qualifier, STATE(5410), 1, sym_requires_clause, STATE(5542), 1, sym_trailing_return_type, ACTIONS(6524), 2, anon_sym_final, anon_sym_override, STATE(3896), 2, sym_attribute_specifier, aux_sym__function_declarator_seq_repeat1, STATE(4121), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, STATE(5174), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(5187), 2, sym_noexcept, sym_throw_specifier, STATE(5248), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, ACTIONS(6462), 5, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, ACTIONS(6433), 10, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [113566] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(59), 1, anon_sym_const, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(6425), 1, anon_sym_AMP_AMP, ACTIONS(6427), 1, anon_sym_AMP, ACTIONS(6429), 1, anon_sym___attribute__, ACTIONS(6437), 1, anon_sym_noexcept, ACTIONS(6439), 1, anon_sym_throw, ACTIONS(6464), 1, anon_sym_LBRACK, ACTIONS(6528), 1, anon_sym_DASH_GT, ACTIONS(6530), 1, anon_sym_requires, STATE(4965), 1, sym_ref_qualifier, STATE(5428), 1, sym_requires_clause, STATE(5501), 1, sym_trailing_return_type, ACTIONS(5098), 2, anon_sym_final, anon_sym_override, STATE(3905), 2, sym_attribute_specifier, aux_sym__function_declarator_seq_repeat1, STATE(4065), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, STATE(5197), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(5218), 2, sym_noexcept, sym_throw_specifier, STATE(5246), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, ACTIONS(6462), 5, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_try, ACTIONS(6433), 10, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [113652] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(6532), 1, anon_sym_LBRACE, STATE(3946), 1, sym_enumerator_list, ACTIONS(4796), 8, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_EQ, anon_sym_COLON, ACTIONS(4794), 30, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_virtual, anon_sym_operator, anon_sym_try, anon_sym_requires, [113704] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(59), 1, anon_sym_const, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(6425), 1, anon_sym_AMP_AMP, ACTIONS(6427), 1, anon_sym_AMP, ACTIONS(6429), 1, anon_sym___attribute__, ACTIONS(6431), 1, anon_sym_LBRACK, ACTIONS(6437), 1, anon_sym_noexcept, ACTIONS(6439), 1, anon_sym_throw, ACTIONS(6534), 1, anon_sym_DASH_GT, ACTIONS(6536), 1, anon_sym_requires, STATE(4964), 1, sym_ref_qualifier, STATE(5407), 1, sym_requires_clause, STATE(5595), 1, sym_trailing_return_type, ACTIONS(6524), 2, anon_sym_final, anon_sym_override, STATE(4108), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, STATE(4538), 2, sym_attribute_specifier, aux_sym__function_declarator_seq_repeat1, STATE(5192), 2, sym_noexcept, sym_throw_specifier, STATE(5203), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(5297), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, ACTIONS(6423), 5, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_EQ, anon_sym_try, ACTIONS(6433), 10, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [113790] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5393), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_DOT, ACTIONS(5391), 31, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [113838] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5401), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DOT, sym_literal_suffix, ACTIONS(5399), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [113886] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(59), 1, anon_sym_const, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(6425), 1, anon_sym_AMP_AMP, ACTIONS(6427), 1, anon_sym_AMP, ACTIONS(6431), 1, anon_sym_LBRACK, ACTIONS(6435), 1, anon_sym_DASH_GT, ACTIONS(6437), 1, anon_sym_noexcept, ACTIONS(6439), 1, anon_sym_throw, ACTIONS(6441), 1, anon_sym_requires, STATE(4832), 1, sym_ref_qualifier, STATE(5289), 1, sym_trailing_return_type, STATE(5399), 1, sym_requires_clause, ACTIONS(5098), 2, anon_sym_final, anon_sym_override, STATE(4536), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, STATE(5055), 2, sym_noexcept, sym_throw_specifier, STATE(5060), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(5311), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, ACTIONS(6423), 8, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, anon_sym_try, ACTIONS(6433), 10, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [113968] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5223), 10, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, anon_sym_DASH_GT, ACTIONS(5221), 30, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_identifier, anon_sym_final, anon_sym_override, anon_sym_virtual, anon_sym_operator, anon_sym_try, anon_sym_noexcept, anon_sym_throw, anon_sym_requires, [114016] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(59), 1, anon_sym_const, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(6425), 1, anon_sym_AMP_AMP, ACTIONS(6427), 1, anon_sym_AMP, ACTIONS(6429), 1, anon_sym___attribute__, ACTIONS(6437), 1, anon_sym_noexcept, ACTIONS(6439), 1, anon_sym_throw, ACTIONS(6464), 1, anon_sym_LBRACK, ACTIONS(6534), 1, anon_sym_DASH_GT, ACTIONS(6536), 1, anon_sym_requires, STATE(4977), 1, sym_ref_qualifier, STATE(5410), 1, sym_requires_clause, STATE(5597), 1, sym_trailing_return_type, ACTIONS(6524), 2, anon_sym_final, anon_sym_override, STATE(3882), 2, sym_attribute_specifier, aux_sym__function_declarator_seq_repeat1, STATE(4062), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, STATE(5184), 2, sym_noexcept, sym_throw_specifier, STATE(5212), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(5248), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, ACTIONS(6462), 5, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_EQ, anon_sym_try, ACTIONS(6433), 10, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [114102] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(59), 1, anon_sym_const, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(6425), 1, anon_sym_AMP_AMP, ACTIONS(6427), 1, anon_sym_AMP, ACTIONS(6435), 1, anon_sym_DASH_GT, ACTIONS(6437), 1, anon_sym_noexcept, ACTIONS(6439), 1, anon_sym_throw, ACTIONS(6441), 1, anon_sym_requires, ACTIONS(6540), 1, anon_sym_LBRACK, STATE(4831), 1, sym_ref_qualifier, STATE(5293), 1, sym_trailing_return_type, STATE(5431), 1, sym_requires_clause, ACTIONS(5098), 2, anon_sym_final, anon_sym_override, STATE(4536), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, STATE(5066), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(5068), 2, sym_noexcept, sym_throw_specifier, STATE(5234), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, ACTIONS(6538), 8, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, anon_sym_try, ACTIONS(6433), 10, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [114184] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(4464), 1, anon_sym_COLON_COLON, ACTIONS(6159), 1, anon_sym_LT, STATE(2160), 1, sym_template_argument_list, ACTIONS(5248), 11, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, anon_sym_GT2, ACTIONS(5250), 26, anon_sym_AMP, 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_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_COLON, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_try, anon_sym_requires, [114238] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(4464), 1, anon_sym_COLON_COLON, ACTIONS(6374), 1, anon_sym_LT, STATE(2904), 1, sym_template_argument_list, ACTIONS(4466), 10, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_GT_GT, anon_sym_DOT, ACTIONS(4471), 27, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_LT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_auto, anon_sym_decltype, anon_sym_GT2, [114292] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(1899), 1, anon_sym_LBRACE, ACTIONS(6282), 1, anon_sym_LPAREN2, STATE(3977), 2, sym_argument_list, sym_initializer_list, ACTIONS(5320), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_DOT, ACTIONS(5318), 27, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [114346] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5774), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_DOT, ACTIONS(5772), 31, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [114394] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(1899), 1, anon_sym_LBRACE, ACTIONS(6282), 1, anon_sym_LPAREN2, STATE(3967), 2, sym_argument_list, sym_initializer_list, ACTIONS(5337), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_DOT, ACTIONS(5335), 27, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [114448] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5600), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_DOT, ACTIONS(5598), 31, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [114496] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5754), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_DOT, ACTIONS(5752), 31, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [114544] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(59), 1, anon_sym_const, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(6425), 1, anon_sym_AMP_AMP, ACTIONS(6427), 1, anon_sym_AMP, ACTIONS(6429), 1, anon_sym___attribute__, ACTIONS(6431), 1, anon_sym_LBRACK, ACTIONS(6437), 1, anon_sym_noexcept, ACTIONS(6439), 1, anon_sym_throw, ACTIONS(6522), 1, anon_sym_DASH_GT, ACTIONS(6526), 1, anon_sym_requires, STATE(4968), 1, sym_ref_qualifier, STATE(5407), 1, sym_requires_clause, STATE(5538), 1, sym_trailing_return_type, ACTIONS(6524), 2, anon_sym_final, anon_sym_override, STATE(4120), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, STATE(4538), 2, sym_attribute_specifier, aux_sym__function_declarator_seq_repeat1, STATE(5164), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(5196), 2, sym_noexcept, sym_throw_specifier, STATE(5297), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, ACTIONS(6423), 5, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, ACTIONS(6433), 10, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [114630] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(4464), 1, anon_sym_COLON_COLON, ACTIONS(6159), 1, anon_sym_LT, STATE(3781), 1, sym_template_argument_list, ACTIONS(4483), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, ACTIONS(5168), 30, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, anon_sym_COLON, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_virtual, anon_sym_template, anon_sym_operator, [114684] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(6484), 1, sym_auto, ACTIONS(6486), 1, anon_sym_decltype, STATE(3971), 1, sym_decltype_auto, ACTIONS(4818), 9, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, ACTIONS(4816), 28, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_identifier, anon_sym_final, anon_sym_override, anon_sym_virtual, anon_sym_operator, anon_sym_try, anon_sym_requires, [114738] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(1899), 1, anon_sym_LBRACE, ACTIONS(6282), 1, anon_sym_LPAREN2, STATE(3984), 2, sym_argument_list, sym_initializer_list, ACTIONS(5353), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_DOT, ACTIONS(5351), 27, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [114792] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(4464), 1, anon_sym_COLON_COLON, ACTIONS(6159), 1, anon_sym_LT, STATE(3781), 1, sym_template_argument_list, ACTIONS(4452), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, ACTIONS(4447), 30, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, anon_sym_COLON, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_virtual, anon_sym_template, anon_sym_operator, [114846] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5614), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_DOT, ACTIONS(2966), 31, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [114894] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(6532), 1, anon_sym_LBRACE, STATE(3926), 1, sym_enumerator_list, ACTIONS(4814), 8, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_EQ, anon_sym_COLON, ACTIONS(4812), 30, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_virtual, anon_sym_operator, anon_sym_try, anon_sym_requires, [114946] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(59), 1, anon_sym_const, ACTIONS(6544), 1, anon_sym_LPAREN2, ACTIONS(6546), 1, anon_sym_STAR, ACTIONS(6548), 1, anon_sym_AMP_AMP, ACTIONS(6550), 1, anon_sym_AMP, ACTIONS(6552), 1, anon_sym_LBRACK, ACTIONS(6554), 1, sym_auto, ACTIONS(6556), 1, anon_sym_decltype, STATE(3722), 1, sym_decltype_auto, STATE(3818), 1, sym_parameter_list, STATE(5358), 1, sym__abstract_declarator, STATE(5447), 1, sym__function_declarator_seq, STATE(4125), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, STATE(5438), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, ACTIONS(6433), 10, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, ACTIONS(6542), 11, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_try, anon_sym_requires, [115022] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(59), 1, anon_sym_const, ACTIONS(6544), 1, anon_sym_LPAREN2, ACTIONS(6546), 1, anon_sym_STAR, ACTIONS(6548), 1, anon_sym_AMP_AMP, ACTIONS(6550), 1, anon_sym_AMP, ACTIONS(6552), 1, anon_sym_LBRACK, ACTIONS(6554), 1, sym_auto, ACTIONS(6556), 1, anon_sym_decltype, STATE(3722), 1, sym_decltype_auto, STATE(3818), 1, sym_parameter_list, STATE(5338), 1, sym__abstract_declarator, STATE(5447), 1, sym__function_declarator_seq, STATE(4126), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, STATE(5438), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, ACTIONS(6433), 10, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, ACTIONS(6558), 11, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_try, anon_sym_requires, [115098] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(59), 1, anon_sym_const, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(6425), 1, anon_sym_AMP_AMP, ACTIONS(6427), 1, anon_sym_AMP, ACTIONS(6429), 1, anon_sym___attribute__, ACTIONS(6431), 1, anon_sym_LBRACK, ACTIONS(6437), 1, anon_sym_noexcept, ACTIONS(6439), 1, anon_sym_throw, ACTIONS(6528), 1, anon_sym_DASH_GT, ACTIONS(6530), 1, anon_sym_requires, STATE(4976), 1, sym_ref_qualifier, STATE(5399), 1, sym_requires_clause, STATE(5494), 1, sym_trailing_return_type, ACTIONS(5098), 2, anon_sym_final, anon_sym_override, STATE(4111), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, STATE(4538), 2, sym_attribute_specifier, aux_sym__function_declarator_seq_repeat1, STATE(5170), 2, sym_noexcept, sym_throw_specifier, STATE(5177), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(5311), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, ACTIONS(6423), 5, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_try, ACTIONS(6433), 10, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [115184] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4935), 9, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, ACTIONS(4933), 30, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_virtual, anon_sym_operator, anon_sym_try, anon_sym_requires, [115231] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5005), 9, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, ACTIONS(5003), 30, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_virtual, anon_sym_operator, anon_sym_try, anon_sym_requires, [115278] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5642), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_DOT, ACTIONS(5640), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [115325] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4845), 9, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, ACTIONS(4843), 30, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_virtual, anon_sym_operator, anon_sym_try, anon_sym_requires, [115372] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4973), 9, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, ACTIONS(4971), 30, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_virtual, anon_sym_operator, anon_sym_try, anon_sym_requires, [115419] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5654), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_DOT, ACTIONS(5652), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [115466] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5730), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_DOT, ACTIONS(5728), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [115513] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(45), 1, anon_sym___based, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1931), 1, anon_sym_operator, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(2562), 1, anon_sym_TILDE, ACTIONS(4006), 1, anon_sym_LPAREN2, ACTIONS(5174), 1, sym_identifier, ACTIONS(5184), 1, anon_sym_COLON_COLON, ACTIONS(5186), 1, anon_sym_LBRACK, ACTIONS(5213), 1, anon_sym_STAR, ACTIONS(5215), 1, anon_sym_AMP_AMP, ACTIONS(5217), 1, anon_sym_AMP, STATE(3879), 1, sym_parameter_list, STATE(5355), 1, sym__scope_resolution, STATE(5397), 1, sym__declarator, STATE(5434), 1, sym__function_declarator_seq, STATE(5662), 1, sym__abstract_declarator, STATE(7190), 1, sym_ms_based_modifier, ACTIONS(6504), 2, anon_sym_COMMA, anon_sym_RPAREN, STATE(7572), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, STATE(5464), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, STATE(5671), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, sym_reference_declarator, sym_structured_binding_declarator, sym_template_function, sym_destructor_name, sym_qualified_identifier, sym_operator_name, [115600] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, STATE(2986), 1, sym_argument_list, ACTIONS(5672), 8, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, ACTIONS(5670), 26, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, [115657] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4959), 9, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, ACTIONS(4957), 30, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_virtual, anon_sym_operator, anon_sym_try, anon_sym_requires, [115704] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4979), 9, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, ACTIONS(4977), 30, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_virtual, anon_sym_operator, anon_sym_try, anon_sym_requires, [115751] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(6425), 1, anon_sym_AMP_AMP, ACTIONS(6427), 1, anon_sym_AMP, ACTIONS(6431), 1, anon_sym_LBRACK, ACTIONS(6437), 1, anon_sym_noexcept, ACTIONS(6439), 1, anon_sym_throw, ACTIONS(6478), 1, anon_sym_LBRACK_LBRACK, ACTIONS(6482), 1, anon_sym_const, ACTIONS(6494), 1, anon_sym_DASH_GT, ACTIONS(6496), 1, anon_sym_requires, STATE(4877), 1, sym_ref_qualifier, STATE(5342), 1, sym_trailing_return_type, STATE(5399), 1, sym_requires_clause, ACTIONS(5098), 2, anon_sym_final, anon_sym_override, STATE(4614), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, STATE(5121), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(5128), 2, sym_noexcept, sym_throw_specifier, STATE(5311), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, ACTIONS(6423), 7, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, anon_sym_try, ACTIONS(6492), 10, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [115832] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5638), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_DOT, ACTIONS(5636), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [115879] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5586), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_DOT, ACTIONS(5584), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [115926] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(6482), 1, anon_sym_const, ACTIONS(6544), 1, anon_sym_LPAREN2, ACTIONS(6552), 1, anon_sym_LBRACK, ACTIONS(6560), 1, anon_sym_STAR, ACTIONS(6562), 1, anon_sym_AMP_AMP, ACTIONS(6564), 1, anon_sym_AMP, ACTIONS(6566), 1, sym_auto, ACTIONS(6568), 1, anon_sym_decltype, STATE(3836), 1, sym_parameter_list, STATE(3971), 1, sym_decltype_auto, STATE(5389), 1, sym__abstract_declarator, STATE(5447), 1, sym__function_declarator_seq, STATE(4158), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, STATE(5438), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, ACTIONS(6492), 10, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, ACTIONS(6542), 10, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, anon_sym_final, anon_sym_override, anon_sym_try, anon_sym_requires, [116001] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4912), 9, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, ACTIONS(4910), 30, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_virtual, anon_sym_operator, anon_sym_try, anon_sym_requires, [116048] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4908), 9, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, ACTIONS(4906), 30, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_virtual, anon_sym_operator, anon_sym_try, anon_sym_requires, [116095] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4904), 9, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, ACTIONS(4902), 30, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_virtual, anon_sym_operator, anon_sym_try, anon_sym_requires, [116142] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4924), 9, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, ACTIONS(4922), 30, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_virtual, anon_sym_operator, anon_sym_try, anon_sym_requires, [116189] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5676), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_DOT, ACTIONS(5674), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [116236] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4888), 9, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, ACTIONS(4886), 30, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_virtual, anon_sym_operator, anon_sym_try, anon_sym_requires, [116283] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4884), 9, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, ACTIONS(4882), 30, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_virtual, anon_sym_operator, anon_sym_try, anon_sym_requires, [116330] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5009), 9, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, ACTIONS(5007), 30, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_virtual, anon_sym_operator, anon_sym_try, anon_sym_requires, [116377] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5778), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_DOT, ACTIONS(5776), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [116424] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(5662), 8, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, ACTIONS(5660), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, [116483] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(4792), 1, anon_sym_COLON_COLON, ACTIONS(4806), 1, anon_sym_LBRACE, ACTIONS(4790), 10, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_EQ, ACTIONS(4788), 27, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_template, anon_sym_operator, [116534] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(1899), 1, anon_sym_LBRACE, ACTIONS(6407), 1, anon_sym_LPAREN2, STATE(3977), 2, sym_argument_list, sym_initializer_list, ACTIONS(5320), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_DOT, ACTIONS(5318), 26, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [116587] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5539), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_DOT, ACTIONS(5537), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [116634] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5758), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_DOT, ACTIONS(5756), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [116681] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4999), 9, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, ACTIONS(4997), 30, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_virtual, anon_sym_operator, anon_sym_try, anon_sym_requires, [116728] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(5582), 8, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, ACTIONS(5580), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, [116787] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(6572), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(5325), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_DOT, ACTIONS(5327), 28, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [116836] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4790), 12, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_EQ, anon_sym_GT2, ACTIONS(4788), 27, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_template, anon_sym_operator, [116883] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4876), 9, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, ACTIONS(4874), 30, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_virtual, anon_sym_operator, anon_sym_try, anon_sym_requires, [116930] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4916), 9, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, ACTIONS(4914), 30, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_virtual, anon_sym_operator, anon_sym_try, anon_sym_requires, [116977] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(6574), 1, anon_sym_LPAREN2, STATE(2952), 1, sym_argument_list, ACTIONS(4790), 10, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_EQ, ACTIONS(4788), 27, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_template, anon_sym_operator, [117028] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(1899), 1, anon_sym_LBRACE, ACTIONS(6407), 1, anon_sym_LPAREN2, STATE(3967), 2, sym_argument_list, sym_initializer_list, ACTIONS(5337), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_DOT, ACTIONS(5335), 26, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [117081] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(6580), 1, anon_sym___attribute__, ACTIONS(6583), 1, anon_sym_LBRACK_LBRACK, ACTIONS(6586), 1, anon_sym___declspec, ACTIONS(6592), 1, anon_sym_virtual, ACTIONS(6222), 4, anon_sym_AMP, anon_sym___based, sym_identifier, anon_sym_operator, ACTIONS(6577), 5, anon_sym_extern, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, ACTIONS(6224), 7, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, STATE(3943), 8, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, sym_ms_declspec_modifier, sym_storage_class_specifier, sym_type_qualifier, sym_virtual, aux_sym__declaration_specifiers_repeat1, ACTIONS(6589), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [117142] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5734), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_DOT, ACTIONS(5732), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [117189] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4790), 9, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, ACTIONS(4788), 30, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_virtual, anon_sym_operator, anon_sym_try, anon_sym_requires, [117236] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4920), 9, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, ACTIONS(4918), 30, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_virtual, anon_sym_operator, anon_sym_try, anon_sym_requires, [117283] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5531), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_DOT, ACTIONS(5529), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [117330] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4939), 9, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, ACTIONS(4937), 30, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_virtual, anon_sym_operator, anon_sym_try, anon_sym_requires, [117377] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(4464), 1, anon_sym_COLON_COLON, ACTIONS(6207), 1, anon_sym_LT, ACTIONS(6595), 1, anon_sym_LBRACK, STATE(4044), 1, sym_template_argument_list, ACTIONS(4494), 3, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_LBRACK_LBRACK, ACTIONS(4471), 6, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_EQ, ACTIONS(4466), 26, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_template, anon_sym_operator, [117434] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(45), 1, anon_sym___based, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1931), 1, anon_sym_operator, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(2562), 1, anon_sym_TILDE, ACTIONS(4006), 1, anon_sym_LPAREN2, ACTIONS(5174), 1, sym_identifier, ACTIONS(5178), 1, anon_sym_STAR, ACTIONS(5180), 1, anon_sym_AMP_AMP, ACTIONS(5182), 1, anon_sym_AMP, ACTIONS(5184), 1, anon_sym_COLON_COLON, ACTIONS(5186), 1, anon_sym_LBRACK, STATE(3999), 1, sym_parameter_list, STATE(5355), 1, sym__scope_resolution, STATE(5397), 1, sym__declarator, STATE(5434), 1, sym__function_declarator_seq, STATE(5690), 1, sym__abstract_declarator, STATE(7190), 1, sym_ms_based_modifier, ACTIONS(6504), 2, anon_sym_COMMA, anon_sym_GT2, STATE(7572), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, STATE(5464), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, STATE(5671), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, sym_reference_declarator, sym_structured_binding_declarator, sym_template_function, sym_destructor_name, sym_qualified_identifier, sym_operator_name, [117521] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4943), 9, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, ACTIONS(4941), 30, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_virtual, anon_sym_operator, anon_sym_try, anon_sym_requires, [117568] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4947), 9, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, ACTIONS(4945), 30, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_virtual, anon_sym_operator, anon_sym_try, anon_sym_requires, [117615] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5013), 9, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, ACTIONS(5011), 30, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_virtual, anon_sym_operator, anon_sym_try, anon_sym_requires, [117662] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(1899), 1, anon_sym_LBRACE, ACTIONS(6407), 1, anon_sym_LPAREN2, STATE(3984), 2, sym_argument_list, sym_initializer_list, ACTIONS(5353), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_DOT, ACTIONS(5351), 26, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [117715] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4951), 9, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, ACTIONS(4949), 30, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_virtual, anon_sym_operator, anon_sym_try, anon_sym_requires, [117762] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(6476), 1, anon_sym___attribute__, ACTIONS(6478), 1, anon_sym_LBRACK_LBRACK, ACTIONS(6480), 1, anon_sym___declspec, ACTIONS(6488), 1, anon_sym_virtual, ACTIONS(6189), 4, anon_sym_AMP, anon_sym___based, sym_identifier, anon_sym_operator, ACTIONS(6474), 5, anon_sym_extern, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, ACTIONS(6191), 7, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, STATE(3943), 8, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, sym_ms_declspec_modifier, sym_storage_class_specifier, sym_type_qualifier, sym_virtual, aux_sym__declaration_specifiers_repeat1, ACTIONS(6482), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [117823] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4955), 9, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, ACTIONS(4953), 30, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_virtual, anon_sym_operator, anon_sym_try, anon_sym_requires, [117870] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4989), 9, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, ACTIONS(4987), 30, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_virtual, anon_sym_operator, anon_sym_try, anon_sym_requires, [117917] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5738), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_DOT, ACTIONS(5736), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [117964] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4880), 9, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, ACTIONS(4878), 30, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_virtual, anon_sym_operator, anon_sym_try, anon_sym_requires, [118011] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(4806), 1, anon_sym_LBRACE, ACTIONS(4790), 11, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_EQ, ACTIONS(4788), 27, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_template, anon_sym_operator, [118060] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5604), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_DOT, ACTIONS(5602), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [118107] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5680), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_DOT, ACTIONS(5678), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [118154] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(59), 1, anon_sym_const, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(6425), 1, anon_sym_AMP_AMP, ACTIONS(6427), 1, anon_sym_AMP, ACTIONS(6429), 1, anon_sym___attribute__, ACTIONS(6431), 1, anon_sym_LBRACK, ACTIONS(6437), 1, anon_sym_noexcept, ACTIONS(6439), 1, anon_sym_throw, ACTIONS(6598), 1, anon_sym_DASH_GT, ACTIONS(6600), 1, anon_sym_requires, STATE(5070), 1, sym_ref_qualifier, STATE(5407), 1, sym_requires_clause, STATE(5661), 1, sym_trailing_return_type, ACTIONS(6524), 2, anon_sym_final, anon_sym_override, STATE(4214), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, STATE(4538), 2, sym_attribute_specifier, aux_sym__function_declarator_seq_repeat1, STATE(5258), 2, sym_noexcept, sym_throw_specifier, STATE(5259), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(5297), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, ACTIONS(6423), 4, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_GT2, ACTIONS(6433), 10, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [118239] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4868), 9, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, ACTIONS(4866), 30, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_virtual, anon_sym_operator, anon_sym_try, anon_sym_requires, [118286] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5630), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_DOT, ACTIONS(5628), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [118333] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5712), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_DOT, ACTIONS(5710), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [118380] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5726), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_DOT, ACTIONS(5724), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [118427] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5626), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_DOT, ACTIONS(5624), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [118474] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(6476), 1, anon_sym___attribute__, ACTIONS(6478), 1, anon_sym_LBRACK_LBRACK, ACTIONS(6480), 1, anon_sym___declspec, ACTIONS(6488), 1, anon_sym_virtual, ACTIONS(6199), 4, anon_sym_AMP, anon_sym___based, sym_identifier, anon_sym_operator, ACTIONS(6474), 5, anon_sym_extern, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, ACTIONS(6201), 7, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, STATE(3943), 8, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, sym_ms_declspec_modifier, sym_storage_class_specifier, sym_type_qualifier, sym_virtual, aux_sym__declaration_specifiers_repeat1, ACTIONS(6482), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [118535] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4900), 9, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, ACTIONS(4898), 30, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_virtual, anon_sym_operator, anon_sym_try, anon_sym_requires, [118582] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5608), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_DOT, ACTIONS(5606), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [118629] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4849), 9, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, ACTIONS(4847), 30, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_virtual, anon_sym_operator, anon_sym_try, anon_sym_requires, [118676] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4892), 9, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, ACTIONS(4890), 30, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_virtual, anon_sym_operator, anon_sym_try, anon_sym_requires, [118723] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5618), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_DOT, ACTIONS(5616), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [118770] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5742), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_DOT, ACTIONS(5740), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [118817] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5650), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_DOT, ACTIONS(5648), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [118864] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(6602), 1, sym_identifier, ACTIONS(6607), 1, sym_primitive_type, STATE(3651), 1, aux_sym_sized_type_specifier_repeat1, ACTIONS(6605), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, ACTIONS(4963), 8, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, ACTIONS(4965), 24, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_operator, [118919] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(4464), 1, anon_sym_COLON_COLON, ACTIONS(6207), 1, anon_sym_LT, ACTIONS(6411), 1, anon_sym_EQ, STATE(3781), 1, sym_template_argument_list, ACTIONS(6409), 2, anon_sym_COMMA, anon_sym_GT2, ACTIONS(4471), 6, anon_sym_DOT_DOT_DOT, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_LBRACK_LBRACK, ACTIONS(4466), 27, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_template, anon_sym_operator, [118976] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4896), 9, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, ACTIONS(4894), 30, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_virtual, anon_sym_operator, anon_sym_try, anon_sym_requires, [119023] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5762), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_DOT, ACTIONS(5760), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [119070] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(6482), 1, anon_sym_const, ACTIONS(6544), 1, anon_sym_LPAREN2, ACTIONS(6552), 1, anon_sym_LBRACK, ACTIONS(6560), 1, anon_sym_STAR, ACTIONS(6562), 1, anon_sym_AMP_AMP, ACTIONS(6564), 1, anon_sym_AMP, ACTIONS(6566), 1, sym_auto, ACTIONS(6568), 1, anon_sym_decltype, STATE(3836), 1, sym_parameter_list, STATE(3971), 1, sym_decltype_auto, STATE(5447), 1, sym__function_declarator_seq, STATE(5453), 1, sym__abstract_declarator, STATE(4140), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, STATE(5438), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, ACTIONS(6492), 10, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, ACTIONS(6558), 10, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, anon_sym_final, anon_sym_override, anon_sym_try, anon_sym_requires, [119145] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4841), 9, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, ACTIONS(4839), 30, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_virtual, anon_sym_operator, anon_sym_try, anon_sym_requires, [119192] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5750), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_DOT, ACTIONS(5748), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [119239] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4928), 9, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, ACTIONS(4926), 30, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_virtual, anon_sym_operator, anon_sym_try, anon_sym_requires, [119286] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(6425), 1, anon_sym_AMP_AMP, ACTIONS(6427), 1, anon_sym_AMP, ACTIONS(6437), 1, anon_sym_noexcept, ACTIONS(6439), 1, anon_sym_throw, ACTIONS(6478), 1, anon_sym_LBRACK_LBRACK, ACTIONS(6482), 1, anon_sym_const, ACTIONS(6494), 1, anon_sym_DASH_GT, ACTIONS(6496), 1, anon_sym_requires, ACTIONS(6540), 1, anon_sym_LBRACK, STATE(4865), 1, sym_ref_qualifier, STATE(5318), 1, sym_trailing_return_type, STATE(5431), 1, sym_requires_clause, ACTIONS(5098), 2, anon_sym_final, anon_sym_override, STATE(4614), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, STATE(5124), 2, sym_noexcept, sym_throw_specifier, STATE(5125), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(5234), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, ACTIONS(6538), 7, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, anon_sym_try, ACTIONS(6492), 10, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [119367] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4853), 9, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, ACTIONS(4851), 30, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_virtual, anon_sym_operator, anon_sym_try, anon_sym_requires, [119414] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4872), 9, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, ACTIONS(4870), 30, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_virtual, anon_sym_operator, anon_sym_try, anon_sym_requires, [119461] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5543), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_DOT, ACTIONS(5541), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [119508] = 4, ACTIONS(3), 1, sym_comment, STATE(1827), 1, sym__fold_operator, ACTIONS(6611), 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(6609), 25, anon_sym_COMMA, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, [119557] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(1899), 1, anon_sym_LBRACE, ACTIONS(6407), 1, anon_sym_LPAREN2, STATE(3976), 2, sym_argument_list, sym_initializer_list, ACTIONS(5349), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_DOT, ACTIONS(5347), 26, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [119610] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5766), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_DOT, ACTIONS(5764), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [119657] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5634), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_DOT, ACTIONS(5632), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [119704] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4857), 9, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, ACTIONS(4855), 30, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_virtual, anon_sym_operator, anon_sym_try, anon_sym_requires, [119751] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5590), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_DOT, ACTIONS(5588), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [119798] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(5561), 8, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, ACTIONS(5559), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, [119857] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, STATE(2986), 1, sym_argument_list, ACTIONS(5571), 8, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, ACTIONS(5569), 26, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, [119914] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(6572), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6613), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(5339), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_DOT, ACTIONS(5341), 26, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [119965] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(59), 1, anon_sym_const, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(6425), 1, anon_sym_AMP_AMP, ACTIONS(6427), 1, anon_sym_AMP, ACTIONS(6429), 1, anon_sym___attribute__, ACTIONS(6437), 1, anon_sym_noexcept, ACTIONS(6439), 1, anon_sym_throw, ACTIONS(6464), 1, anon_sym_LBRACK, ACTIONS(6598), 1, anon_sym_DASH_GT, ACTIONS(6600), 1, anon_sym_requires, STATE(5033), 1, sym_ref_qualifier, STATE(5410), 1, sym_requires_clause, STATE(5669), 1, sym_trailing_return_type, ACTIONS(6524), 2, anon_sym_final, anon_sym_override, STATE(3964), 2, sym_attribute_specifier, aux_sym__function_declarator_seq_repeat1, STATE(4212), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, STATE(5248), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, STATE(5251), 2, sym_noexcept, sym_throw_specifier, STATE(5255), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, ACTIONS(6462), 4, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_GT2, ACTIONS(6433), 10, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [120050] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5535), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_DOT, ACTIONS(5533), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [120097] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(4456), 1, anon_sym_LBRACK, ACTIONS(4464), 1, anon_sym_COLON_COLON, ACTIONS(6207), 1, anon_sym_LT, STATE(4044), 1, sym_template_argument_list, ACTIONS(4449), 3, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_LBRACK_LBRACK, ACTIONS(4452), 6, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_EQ, ACTIONS(4447), 26, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_template, anon_sym_operator, [120154] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, ACTIONS(5644), 6, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_QMARK, [120240] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5978), 11, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_EQ, anon_sym_GT2, ACTIONS(5976), 27, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_identifier, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_template, anon_sym_operator, [120286] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(3605), 1, anon_sym_LBRACE, ACTIONS(6468), 1, anon_sym_LPAREN2, STATE(4413), 2, sym_argument_list, sym_initializer_list, ACTIONS(5349), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_GT_GT, anon_sym_DOT, ACTIONS(5347), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_LT, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, [120338] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4736), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_GT_GT, anon_sym_DOT, ACTIONS(4738), 27, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_LT, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_requires, [120384] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4686), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_GT_GT, anon_sym_DOT, ACTIONS(4688), 27, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_LT, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_requires, [120430] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(45), 1, anon_sym___based, ACTIONS(1931), 1, anon_sym_operator, ACTIONS(6645), 1, sym_identifier, ACTIONS(6647), 1, anon_sym_LPAREN2, ACTIONS(6649), 1, anon_sym_STAR, ACTIONS(6651), 1, anon_sym_AMP_AMP, ACTIONS(6653), 1, anon_sym_AMP, STATE(4767), 1, sym_ms_unaligned_ptr_modifier, STATE(5540), 1, sym__field_declarator, STATE(7159), 1, sym_ms_based_modifier, ACTIONS(2729), 2, anon_sym__unaligned, anon_sym___unaligned, STATE(4042), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, STATE(4665), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(2727), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, STATE(5685), 8, sym_parenthesized_field_declarator, sym_attributed_field_declarator, sym_pointer_field_declarator, sym_function_field_declarator, sym_array_field_declarator, sym_reference_field_declarator, sym_template_method, sym_operator_name, ACTIONS(2731), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [120504] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(45), 1, anon_sym___based, ACTIONS(1931), 1, anon_sym_operator, ACTIONS(6647), 1, anon_sym_LPAREN2, ACTIONS(6655), 1, sym_identifier, ACTIONS(6657), 1, anon_sym_STAR, ACTIONS(6659), 1, anon_sym_AMP_AMP, ACTIONS(6661), 1, anon_sym_AMP, STATE(4767), 1, sym_ms_unaligned_ptr_modifier, STATE(5817), 1, sym__field_declarator, STATE(7143), 1, sym_ms_based_modifier, ACTIONS(2729), 2, anon_sym__unaligned, anon_sym___unaligned, STATE(4612), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, STATE(4632), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(2727), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, STATE(5685), 8, sym_parenthesized_field_declarator, sym_attributed_field_declarator, sym_pointer_field_declarator, sym_function_field_declarator, sym_array_field_declarator, sym_reference_field_declarator, sym_template_method, sym_operator_name, ACTIONS(2731), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [120578] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(5561), 5, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, ACTIONS(5559), 21, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, [120642] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5285), 11, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_EQ, anon_sym_GT2, ACTIONS(5283), 27, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_identifier, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_template, anon_sym_operator, [120688] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4704), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_GT_GT, anon_sym_DOT, ACTIONS(4706), 27, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_LT, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_requires, [120734] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, ACTIONS(5559), 10, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_QMARK, anon_sym_or, anon_sym_and, [120816] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(45), 1, anon_sym___based, ACTIONS(1931), 1, anon_sym_operator, ACTIONS(6647), 1, anon_sym_LPAREN2, ACTIONS(6655), 1, sym_identifier, ACTIONS(6657), 1, anon_sym_STAR, ACTIONS(6659), 1, anon_sym_AMP_AMP, ACTIONS(6661), 1, anon_sym_AMP, STATE(4767), 1, sym_ms_unaligned_ptr_modifier, STATE(5875), 1, sym__field_declarator, STATE(7143), 1, sym_ms_based_modifier, ACTIONS(2729), 2, anon_sym__unaligned, anon_sym___unaligned, STATE(4612), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, STATE(4630), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(2727), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, STATE(5685), 8, sym_parenthesized_field_declarator, sym_attributed_field_declarator, sym_pointer_field_declarator, sym_function_field_declarator, sym_array_field_declarator, sym_reference_field_declarator, sym_template_method, sym_operator_name, ACTIONS(2731), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [120890] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, ACTIONS(5481), 5, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_QMARK, [120978] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(45), 1, anon_sym___based, ACTIONS(1931), 1, anon_sym_operator, ACTIONS(6645), 1, sym_identifier, ACTIONS(6647), 1, anon_sym_LPAREN2, ACTIONS(6649), 1, anon_sym_STAR, ACTIONS(6651), 1, anon_sym_AMP_AMP, ACTIONS(6653), 1, anon_sym_AMP, STATE(4767), 1, sym_ms_unaligned_ptr_modifier, STATE(5540), 1, sym__field_declarator, STATE(7159), 1, sym_ms_based_modifier, ACTIONS(2729), 2, anon_sym__unaligned, anon_sym___unaligned, STATE(4612), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, STATE(4665), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(2727), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, STATE(5685), 8, sym_parenthesized_field_declarator, sym_attributed_field_declarator, sym_pointer_field_declarator, sym_function_field_declarator, sym_array_field_declarator, sym_reference_field_declarator, sym_template_method, sym_operator_name, ACTIONS(2731), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [121052] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4682), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_GT_GT, anon_sym_DOT, ACTIONS(4684), 27, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_LT, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_requires, [121098] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(5561), 1, anon_sym_PIPE, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6643), 1, anon_sym_bitand, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, ACTIONS(5559), 11, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_QMARK, anon_sym_or, anon_sym_and, anon_sym_bitor, [121178] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, ACTIONS(5694), 6, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_QMARK, [121264] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(5561), 5, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, ACTIONS(5559), 19, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, [121330] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4708), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_GT_GT, anon_sym_DOT, ACTIONS(4710), 27, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_LT, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_requires, [121376] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(6195), 1, anon_sym_LBRACE, ACTIONS(6665), 1, anon_sym_COLON, STATE(3641), 1, sym__enum_base_clause, STATE(3684), 1, sym_enumerator_list, ACTIONS(5287), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(5289), 27, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_template, anon_sym_operator, [121430] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(45), 1, anon_sym___based, ACTIONS(1931), 1, anon_sym_operator, ACTIONS(6647), 1, anon_sym_LPAREN2, ACTIONS(6655), 1, sym_identifier, ACTIONS(6657), 1, anon_sym_STAR, ACTIONS(6659), 1, anon_sym_AMP_AMP, ACTIONS(6661), 1, anon_sym_AMP, STATE(4767), 1, sym_ms_unaligned_ptr_modifier, STATE(5812), 1, sym__field_declarator, STATE(7143), 1, sym_ms_based_modifier, ACTIONS(2729), 2, anon_sym__unaligned, anon_sym___unaligned, STATE(4008), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, STATE(4659), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(2727), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, STATE(5685), 8, sym_parenthesized_field_declarator, sym_attributed_field_declarator, sym_pointer_field_declarator, sym_function_field_declarator, sym_array_field_declarator, sym_reference_field_declarator, sym_template_method, sym_operator_name, ACTIONS(2731), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [121504] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4690), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_GT_GT, anon_sym_DOT, ACTIONS(4692), 27, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_LT, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_requires, [121550] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, ACTIONS(5610), 6, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_QMARK, [121636] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2542), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_GT_GT, anon_sym_DOT, ACTIONS(2540), 27, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_LT, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_requires, [121682] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2538), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_GT_GT, anon_sym_DOT, ACTIONS(2536), 27, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_LT, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_requires, [121728] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, ACTIONS(5744), 4, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, anon_sym_RBRACE, [121818] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(3605), 1, anon_sym_LBRACE, ACTIONS(6468), 1, anon_sym_LPAREN2, STATE(4358), 2, sym_argument_list, sym_initializer_list, ACTIONS(5320), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_GT_GT, anon_sym_DOT, ACTIONS(5318), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_LT, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, [121870] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(6195), 1, anon_sym_LBRACE, ACTIONS(6665), 1, anon_sym_COLON, STATE(3652), 1, sym__enum_base_clause, STATE(3746), 1, sym_enumerator_list, ACTIONS(5271), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(5273), 27, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_template, anon_sym_operator, [121924] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4740), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_GT_GT, anon_sym_DOT, ACTIONS(4742), 27, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_LT, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_requires, [121970] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(45), 1, anon_sym___based, ACTIONS(1931), 1, anon_sym_operator, ACTIONS(6645), 1, sym_identifier, ACTIONS(6647), 1, anon_sym_LPAREN2, ACTIONS(6649), 1, anon_sym_STAR, ACTIONS(6651), 1, anon_sym_AMP_AMP, ACTIONS(6653), 1, anon_sym_AMP, STATE(4767), 1, sym_ms_unaligned_ptr_modifier, STATE(5500), 1, sym__field_declarator, STATE(7159), 1, sym_ms_based_modifier, ACTIONS(2729), 2, anon_sym__unaligned, anon_sym___unaligned, STATE(4015), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, STATE(4667), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(2727), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, STATE(5685), 8, sym_parenthesized_field_declarator, sym_attributed_field_declarator, sym_pointer_field_declarator, sym_function_field_declarator, sym_array_field_declarator, sym_reference_field_declarator, sym_template_method, sym_operator_name, ACTIONS(2731), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [122044] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(5561), 1, anon_sym_PIPE, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6643), 1, anon_sym_bitand, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, ACTIONS(5559), 13, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_QMARK, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, [122122] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(5561), 5, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, ACTIONS(5559), 18, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_QMARK, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, [122190] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4716), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_GT_GT, anon_sym_DOT, ACTIONS(4718), 27, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_LT, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_requires, [122236] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, STATE(2986), 1, sym_argument_list, ACTIONS(5561), 2, anon_sym_PIPE, anon_sym_AMP, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, ACTIONS(5559), 14, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_QMARK, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, [122310] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, STATE(2986), 1, sym_argument_list, ACTIONS(5561), 2, anon_sym_PIPE, anon_sym_AMP, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, ACTIONS(5559), 17, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_QMARK, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, [122382] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(5561), 7, anon_sym_DASH, anon_sym_PLUS, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, ACTIONS(5559), 21, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, [122444] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4712), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_GT_GT, anon_sym_DOT, ACTIONS(4714), 27, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_LT, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_requires, [122490] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5223), 11, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_EQ, anon_sym_GT2, ACTIONS(5221), 27, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_identifier, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_template, anon_sym_operator, [122536] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(4464), 1, anon_sym_COLON_COLON, ACTIONS(6159), 1, anon_sym_LT, STATE(2160), 1, sym_template_argument_list, ACTIONS(4466), 4, anon_sym_AMP, anon_sym_LBRACK, anon_sym_const, anon_sym_COLON, ACTIONS(4471), 31, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_extern, anon_sym___attribute__, anon_sym_LBRACK_LBRACK, anon_sym___declspec, anon_sym_LBRACE, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_virtual, anon_sym_try, anon_sym_requires, [122588] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(45), 1, anon_sym___based, ACTIONS(1931), 1, anon_sym_operator, ACTIONS(6647), 1, anon_sym_LPAREN2, ACTIONS(6655), 1, sym_identifier, ACTIONS(6657), 1, anon_sym_STAR, ACTIONS(6659), 1, anon_sym_AMP_AMP, ACTIONS(6661), 1, anon_sym_AMP, STATE(4767), 1, sym_ms_unaligned_ptr_modifier, STATE(5817), 1, sym__field_declarator, STATE(7143), 1, sym_ms_based_modifier, ACTIONS(2729), 2, anon_sym__unaligned, anon_sym___unaligned, STATE(4013), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, STATE(4632), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(2727), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, STATE(5685), 8, sym_parenthesized_field_declarator, sym_attributed_field_declarator, sym_pointer_field_declarator, sym_function_field_declarator, sym_array_field_declarator, sym_reference_field_declarator, sym_template_method, sym_operator_name, ACTIONS(2731), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [122662] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(45), 1, anon_sym___based, ACTIONS(1931), 1, anon_sym_operator, ACTIONS(6645), 1, sym_identifier, ACTIONS(6647), 1, anon_sym_LPAREN2, ACTIONS(6649), 1, anon_sym_STAR, ACTIONS(6651), 1, anon_sym_AMP_AMP, ACTIONS(6653), 1, anon_sym_AMP, STATE(4767), 1, sym_ms_unaligned_ptr_modifier, STATE(5505), 1, sym__field_declarator, STATE(7159), 1, sym_ms_based_modifier, ACTIONS(2729), 2, anon_sym__unaligned, anon_sym___unaligned, STATE(4612), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, STATE(4662), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(2727), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, STATE(5685), 8, sym_parenthesized_field_declarator, sym_attributed_field_declarator, sym_pointer_field_declarator, sym_function_field_declarator, sym_array_field_declarator, sym_reference_field_declarator, sym_template_method, sym_operator_name, ACTIONS(2731), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [122736] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4748), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_GT_GT, anon_sym_DOT, ACTIONS(4750), 27, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_LT, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_requires, [122782] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(4516), 1, anon_sym_LBRACK, ACTIONS(4519), 1, anon_sym_SEMI, ACTIONS(4509), 3, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_LBRACK_LBRACK, ACTIONS(4512), 7, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_EQ, ACTIONS(4507), 26, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_template, anon_sym_operator, [122834] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, ACTIONS(5664), 4, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, anon_sym_RBRACE, [122924] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4716), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_GT_GT, anon_sym_DOT, ACTIONS(4718), 27, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_LT, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_requires, [122970] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4732), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_GT_GT, anon_sym_DOT, ACTIONS(4734), 27, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_LT, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_requires, [123016] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4724), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_GT_GT, anon_sym_DOT, ACTIONS(4726), 27, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_LT, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_requires, [123062] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4716), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_GT_GT, anon_sym_DOT, ACTIONS(4718), 27, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_LT, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_requires, [123108] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3773), 10, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, anon_sym_DASH_GT, ACTIONS(3771), 28, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_identifier, anon_sym_final, anon_sym_override, anon_sym_virtual, anon_sym_operator, anon_sym_try, anon_sym_requires, [123154] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, ACTIONS(5559), 8, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_QMARK, anon_sym_or, [123238] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, ACTIONS(5549), 6, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_QMARK, [123324] = 28, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(6669), 1, anon_sym_COMMA, ACTIONS(6671), 1, anon_sym_SEMI, ACTIONS(6673), 1, anon_sym_RBRACE, STATE(2986), 1, sym_argument_list, STATE(6504), 1, aux_sym_initializer_list_repeat1, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [123420] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4744), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_GT_GT, anon_sym_DOT, ACTIONS(4746), 27, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_LT, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_requires, [123466] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(3605), 1, anon_sym_LBRACE, ACTIONS(6468), 1, anon_sym_LPAREN2, STATE(4393), 2, sym_argument_list, sym_initializer_list, ACTIONS(5337), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_GT_GT, anon_sym_DOT, ACTIONS(5335), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_LT, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, [123518] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3777), 10, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, anon_sym_DASH_GT, ACTIONS(3775), 28, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_identifier, anon_sym_final, anon_sym_override, anon_sym_virtual, anon_sym_operator, anon_sym_try, anon_sym_requires, [123564] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(6675), 1, anon_sym_LPAREN2, STATE(3282), 1, sym_argument_list, ACTIONS(4790), 9, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_EQ, ACTIONS(4788), 27, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_template, anon_sym_operator, [123614] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6167), 11, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_EQ, anon_sym_GT2, ACTIONS(6165), 27, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_identifier, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_template, anon_sym_operator, [123660] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(5658), 5, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, ACTIONS(5656), 18, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_QMARK, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, [123728] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(45), 1, anon_sym___based, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1931), 1, anon_sym_operator, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(2562), 1, anon_sym_TILDE, ACTIONS(4006), 1, anon_sym_LPAREN2, ACTIONS(4008), 1, anon_sym_STAR, ACTIONS(4010), 1, anon_sym_AMP_AMP, ACTIONS(4012), 1, anon_sym_AMP, ACTIONS(5015), 1, sym_identifier, ACTIONS(5186), 1, anon_sym_LBRACK, ACTIONS(5219), 1, anon_sym_COLON_COLON, ACTIONS(6504), 1, anon_sym_RPAREN, STATE(3879), 1, sym_parameter_list, STATE(5322), 1, sym__scope_resolution, STATE(5434), 1, sym__function_declarator_seq, STATE(5656), 1, sym__declarator, STATE(5662), 1, sym__abstract_declarator, STATE(7599), 1, sym_ms_based_modifier, STATE(7572), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, STATE(5464), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, STATE(5671), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, sym_reference_declarator, sym_structured_binding_declarator, sym_template_function, sym_destructor_name, sym_qualified_identifier, sym_operator_name, [123814] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(3605), 1, anon_sym_LBRACE, ACTIONS(6468), 1, anon_sym_LPAREN2, STATE(4423), 2, sym_argument_list, sym_initializer_list, ACTIONS(5353), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_GT_GT, anon_sym_DOT, ACTIONS(5351), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_LT, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, [123866] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(59), 1, anon_sym_const, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(6425), 1, anon_sym_AMP_AMP, ACTIONS(6427), 1, anon_sym_AMP, ACTIONS(6431), 1, anon_sym_LBRACK, ACTIONS(6437), 1, anon_sym_noexcept, ACTIONS(6439), 1, anon_sym_throw, ACTIONS(6534), 1, anon_sym_DASH_GT, ACTIONS(6536), 1, anon_sym_requires, STATE(4964), 1, sym_ref_qualifier, STATE(5407), 1, sym_requires_clause, STATE(5595), 1, sym_trailing_return_type, ACTIONS(6524), 2, anon_sym_final, anon_sym_override, STATE(4536), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, STATE(5192), 2, sym_noexcept, sym_throw_specifier, STATE(5203), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(5297), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, ACTIONS(6423), 5, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_EQ, anon_sym_try, ACTIONS(6433), 10, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [123945] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(6425), 1, anon_sym_AMP_AMP, ACTIONS(6427), 1, anon_sym_AMP, ACTIONS(6431), 1, anon_sym_LBRACK, ACTIONS(6437), 1, anon_sym_noexcept, ACTIONS(6439), 1, anon_sym_throw, ACTIONS(6478), 1, anon_sym_LBRACK_LBRACK, ACTIONS(6482), 1, anon_sym_const, ACTIONS(6490), 1, anon_sym___attribute__, ACTIONS(6526), 1, anon_sym_requires, ACTIONS(6678), 1, anon_sym_DASH_GT, STATE(5154), 1, sym_ref_qualifier, STATE(5407), 1, sym_requires_clause, STATE(5538), 1, sym_trailing_return_type, ACTIONS(6423), 2, anon_sym_LPAREN2, anon_sym_COLON, ACTIONS(6524), 2, anon_sym_final, anon_sym_override, STATE(4524), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, STATE(4610), 2, sym_attribute_specifier, aux_sym__function_declarator_seq_repeat1, STATE(5297), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, STATE(5441), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(5442), 2, sym_noexcept, sym_throw_specifier, ACTIONS(6492), 10, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [124028] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(5302), 1, anon_sym_LPAREN2, ACTIONS(5982), 1, anon_sym_LBRACK, ACTIONS(5986), 1, anon_sym_DOT, ACTIONS(5988), 1, anon_sym_DASH_GT, ACTIONS(6680), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6682), 1, anon_sym_COMMA, ACTIONS(6688), 1, anon_sym_SLASH, ACTIONS(6694), 1, anon_sym_PIPE, ACTIONS(6698), 1, anon_sym_AMP, ACTIONS(6704), 1, anon_sym_LT_LT, ACTIONS(6706), 1, anon_sym_GT_GT, ACTIONS(6708), 1, anon_sym_QMARK, ACTIONS(6710), 1, anon_sym_LT_EQ_GT, ACTIONS(6712), 1, anon_sym_bitor, ACTIONS(6714), 1, anon_sym_bitand, ACTIONS(6718), 1, anon_sym_GT2, STATE(3460), 1, sym_argument_list, STATE(6442), 1, aux_sym_template_argument_list_repeat1, ACTIONS(6684), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6686), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6690), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6692), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6696), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6716), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6700), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6702), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, [124121] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(59), 1, anon_sym_const, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(6425), 1, anon_sym_AMP_AMP, ACTIONS(6427), 1, anon_sym_AMP, ACTIONS(6431), 1, anon_sym_LBRACK, ACTIONS(6437), 1, anon_sym_noexcept, ACTIONS(6439), 1, anon_sym_throw, ACTIONS(6528), 1, anon_sym_DASH_GT, ACTIONS(6530), 1, anon_sym_requires, STATE(4976), 1, sym_ref_qualifier, STATE(5399), 1, sym_requires_clause, STATE(5494), 1, sym_trailing_return_type, ACTIONS(5098), 2, anon_sym_final, anon_sym_override, STATE(4536), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, STATE(5170), 2, sym_noexcept, sym_throw_specifier, STATE(5177), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(5311), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, ACTIONS(6423), 5, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_try, ACTIONS(6433), 10, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [124200] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(6720), 1, anon_sym_COMMA, ACTIONS(6722), 1, anon_sym_RPAREN, STATE(2986), 1, sym_argument_list, STATE(6253), 1, aux_sym_argument_list_repeat1, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [124293] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(5302), 1, anon_sym_LPAREN2, ACTIONS(5982), 1, anon_sym_LBRACK, ACTIONS(5986), 1, anon_sym_DOT, ACTIONS(5988), 1, anon_sym_DASH_GT, ACTIONS(6680), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6682), 1, anon_sym_COMMA, ACTIONS(6688), 1, anon_sym_SLASH, ACTIONS(6694), 1, anon_sym_PIPE, ACTIONS(6698), 1, anon_sym_AMP, ACTIONS(6704), 1, anon_sym_LT_LT, ACTIONS(6706), 1, anon_sym_GT_GT, ACTIONS(6708), 1, anon_sym_QMARK, ACTIONS(6710), 1, anon_sym_LT_EQ_GT, ACTIONS(6712), 1, anon_sym_bitor, ACTIONS(6714), 1, anon_sym_bitand, ACTIONS(6724), 1, anon_sym_GT2, STATE(3460), 1, sym_argument_list, STATE(6466), 1, aux_sym_template_argument_list_repeat1, ACTIONS(6684), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6686), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6690), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6692), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6696), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6716), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6700), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6702), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, [124386] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(5302), 1, anon_sym_LPAREN2, ACTIONS(5982), 1, anon_sym_LBRACK, ACTIONS(5986), 1, anon_sym_DOT, ACTIONS(5988), 1, anon_sym_DASH_GT, ACTIONS(6680), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6682), 1, anon_sym_COMMA, ACTIONS(6688), 1, anon_sym_SLASH, ACTIONS(6694), 1, anon_sym_PIPE, ACTIONS(6698), 1, anon_sym_AMP, ACTIONS(6704), 1, anon_sym_LT_LT, ACTIONS(6706), 1, anon_sym_GT_GT, ACTIONS(6708), 1, anon_sym_QMARK, ACTIONS(6710), 1, anon_sym_LT_EQ_GT, ACTIONS(6712), 1, anon_sym_bitor, ACTIONS(6714), 1, anon_sym_bitand, ACTIONS(6726), 1, anon_sym_GT2, STATE(3460), 1, sym_argument_list, STATE(6484), 1, aux_sym_template_argument_list_repeat1, ACTIONS(6684), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6686), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6690), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6692), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6696), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6716), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6700), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6702), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, [124479] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6728), 1, anon_sym_COMMA, ACTIONS(6734), 1, anon_sym_SLASH, ACTIONS(6740), 1, anon_sym_PIPE, ACTIONS(6744), 1, anon_sym_AMP, ACTIONS(6750), 1, anon_sym_GT_EQ, ACTIONS(6754), 1, anon_sym_RBRACK, ACTIONS(6756), 1, anon_sym_QMARK, ACTIONS(6758), 1, anon_sym_LT_EQ_GT, ACTIONS(6760), 1, anon_sym_bitor, ACTIONS(6762), 1, anon_sym_bitand, STATE(2986), 1, sym_argument_list, STATE(6287), 1, aux_sym_lambda_capture_specifier_repeat1, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6730), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6732), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6736), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6738), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6742), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6752), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6746), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6748), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [124572] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(45), 1, anon_sym___based, ACTIONS(6764), 1, sym_identifier, ACTIONS(6766), 1, anon_sym_LPAREN2, ACTIONS(6768), 1, anon_sym_STAR, ACTIONS(6776), 1, sym_primitive_type, STATE(4820), 1, sym_ms_unaligned_ptr_modifier, STATE(5732), 1, sym__type_declarator, STATE(7212), 1, sym_ms_based_modifier, ACTIONS(6772), 2, anon_sym__unaligned, anon_sym___unaligned, STATE(4091), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, STATE(4752), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(6770), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, ACTIONS(6774), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(5951), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, ACTIONS(59), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [124643] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(6425), 1, anon_sym_AMP_AMP, ACTIONS(6427), 1, anon_sym_AMP, ACTIONS(6437), 1, anon_sym_noexcept, ACTIONS(6439), 1, anon_sym_throw, ACTIONS(6464), 1, anon_sym_LBRACK, ACTIONS(6478), 1, anon_sym_LBRACK_LBRACK, ACTIONS(6482), 1, anon_sym_const, ACTIONS(6490), 1, anon_sym___attribute__, ACTIONS(6526), 1, anon_sym_requires, ACTIONS(6678), 1, anon_sym_DASH_GT, STATE(5159), 1, sym_ref_qualifier, STATE(5410), 1, sym_requires_clause, STATE(5542), 1, sym_trailing_return_type, ACTIONS(6462), 2, anon_sym_LPAREN2, anon_sym_COLON, ACTIONS(6524), 2, anon_sym_final, anon_sym_override, STATE(4063), 2, sym_attribute_specifier, aux_sym__function_declarator_seq_repeat1, STATE(4523), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, STATE(5248), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, STATE(5450), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(5451), 2, sym_noexcept, sym_throw_specifier, ACTIONS(6492), 10, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [124726] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(6778), 1, anon_sym_COMMA, ACTIONS(6780), 1, anon_sym_RPAREN, ACTIONS(6782), 1, anon_sym_SEMI, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [124819] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(45), 1, anon_sym___based, ACTIONS(6764), 1, sym_identifier, ACTIONS(6766), 1, anon_sym_LPAREN2, ACTIONS(6768), 1, anon_sym_STAR, ACTIONS(6776), 1, sym_primitive_type, STATE(4820), 1, sym_ms_unaligned_ptr_modifier, STATE(5756), 1, sym__type_declarator, STATE(7212), 1, sym_ms_based_modifier, ACTIONS(6772), 2, anon_sym__unaligned, anon_sym___unaligned, STATE(4117), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, STATE(4717), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(6770), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, ACTIONS(6774), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(5951), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, ACTIONS(59), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [124890] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(5302), 1, anon_sym_LPAREN2, ACTIONS(5982), 1, anon_sym_LBRACK, ACTIONS(5986), 1, anon_sym_DOT, ACTIONS(5988), 1, anon_sym_DASH_GT, ACTIONS(6680), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6682), 1, anon_sym_COMMA, ACTIONS(6688), 1, anon_sym_SLASH, ACTIONS(6694), 1, anon_sym_PIPE, ACTIONS(6698), 1, anon_sym_AMP, ACTIONS(6704), 1, anon_sym_LT_LT, ACTIONS(6706), 1, anon_sym_GT_GT, ACTIONS(6708), 1, anon_sym_QMARK, ACTIONS(6710), 1, anon_sym_LT_EQ_GT, ACTIONS(6712), 1, anon_sym_bitor, ACTIONS(6714), 1, anon_sym_bitand, ACTIONS(6784), 1, anon_sym_GT2, STATE(3460), 1, sym_argument_list, STATE(6500), 1, aux_sym_template_argument_list_repeat1, ACTIONS(6684), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6686), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6690), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6692), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6696), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6716), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6700), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6702), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, [124983] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(5302), 1, anon_sym_LPAREN2, ACTIONS(5982), 1, anon_sym_LBRACK, ACTIONS(5986), 1, anon_sym_DOT, ACTIONS(5988), 1, anon_sym_DASH_GT, ACTIONS(6680), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6682), 1, anon_sym_COMMA, ACTIONS(6688), 1, anon_sym_SLASH, ACTIONS(6694), 1, anon_sym_PIPE, ACTIONS(6698), 1, anon_sym_AMP, ACTIONS(6704), 1, anon_sym_LT_LT, ACTIONS(6706), 1, anon_sym_GT_GT, ACTIONS(6708), 1, anon_sym_QMARK, ACTIONS(6710), 1, anon_sym_LT_EQ_GT, ACTIONS(6712), 1, anon_sym_bitor, ACTIONS(6714), 1, anon_sym_bitand, ACTIONS(6786), 1, anon_sym_GT2, STATE(3460), 1, sym_argument_list, STATE(6516), 1, aux_sym_template_argument_list_repeat1, ACTIONS(6684), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6686), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6690), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6692), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6696), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6716), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6700), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6702), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, [125076] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(4512), 2, anon_sym_COLON_COLON, anon_sym_LBRACE, ACTIONS(4514), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_GT_GT, anon_sym_DOT, ACTIONS(4519), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_LT, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, [125123] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(6790), 1, anon_sym_RPAREN, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6788), 2, anon_sym_COMMA, anon_sym_SEMI, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [125214] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(6720), 1, anon_sym_COMMA, ACTIONS(6792), 1, anon_sym_RPAREN, STATE(2986), 1, sym_argument_list, STATE(6197), 1, aux_sym_argument_list_repeat1, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [125307] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(6794), 1, anon_sym_COMMA, ACTIONS(6796), 1, anon_sym_RBRACE, STATE(2986), 1, sym_argument_list, STATE(6226), 1, aux_sym_initializer_list_repeat1, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [125400] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(6673), 1, anon_sym_RBRACE, ACTIONS(6798), 1, anon_sym_COMMA, STATE(2986), 1, sym_argument_list, STATE(6504), 1, aux_sym_initializer_list_repeat1, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [125493] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(4454), 1, anon_sym_LBRACK, ACTIONS(4464), 1, anon_sym_COLON_COLON, ACTIONS(6207), 1, anon_sym_LT, STATE(4399), 1, sym_template_argument_list, ACTIONS(4449), 2, anon_sym_LPAREN2, anon_sym_LBRACK_LBRACK, ACTIONS(4452), 5, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_EQ, ACTIONS(4447), 26, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, anon_sym_COLON, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_operator, [125548] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(59), 1, anon_sym_const, ACTIONS(6544), 1, anon_sym_LPAREN2, ACTIONS(6552), 1, anon_sym_LBRACK, ACTIONS(6554), 1, sym_auto, ACTIONS(6556), 1, anon_sym_decltype, ACTIONS(6800), 1, anon_sym_STAR, ACTIONS(6802), 1, anon_sym_AMP_AMP, ACTIONS(6804), 1, anon_sym_AMP, STATE(3722), 1, sym_decltype_auto, STATE(3880), 1, sym_parameter_list, STATE(5447), 1, sym__function_declarator_seq, STATE(5586), 1, sym__abstract_declarator, STATE(4516), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, STATE(5438), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, ACTIONS(6558), 8, anon_sym_RPAREN, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_final, anon_sym_override, anon_sym_try, anon_sym_requires, ACTIONS(6433), 10, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [125621] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(6806), 1, anon_sym_COMMA, ACTIONS(6808), 1, anon_sym_RPAREN, STATE(2986), 1, sym_argument_list, STATE(6593), 1, aux_sym_generic_expression_repeat1, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [125714] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(6806), 1, anon_sym_COMMA, ACTIONS(6810), 1, anon_sym_RPAREN, STATE(2986), 1, sym_argument_list, STATE(6599), 1, aux_sym_generic_expression_repeat1, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [125807] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(5302), 1, anon_sym_LPAREN2, ACTIONS(5982), 1, anon_sym_LBRACK, ACTIONS(5986), 1, anon_sym_DOT, ACTIONS(5988), 1, anon_sym_DASH_GT, ACTIONS(6680), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6682), 1, anon_sym_COMMA, ACTIONS(6688), 1, anon_sym_SLASH, ACTIONS(6694), 1, anon_sym_PIPE, ACTIONS(6698), 1, anon_sym_AMP, ACTIONS(6704), 1, anon_sym_LT_LT, ACTIONS(6706), 1, anon_sym_GT_GT, ACTIONS(6708), 1, anon_sym_QMARK, ACTIONS(6710), 1, anon_sym_LT_EQ_GT, ACTIONS(6712), 1, anon_sym_bitor, ACTIONS(6714), 1, anon_sym_bitand, ACTIONS(6812), 1, anon_sym_GT2, STATE(3460), 1, sym_argument_list, STATE(6532), 1, aux_sym_template_argument_list_repeat1, ACTIONS(6684), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6686), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6690), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6692), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6696), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6716), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6700), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6702), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, [125900] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(4464), 1, anon_sym_COLON_COLON, ACTIONS(6207), 1, anon_sym_LT, ACTIONS(6814), 1, anon_sym_LBRACK, STATE(4399), 1, sym_template_argument_list, ACTIONS(4494), 2, anon_sym_LPAREN2, anon_sym_LBRACK_LBRACK, ACTIONS(4471), 5, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_EQ, ACTIONS(4466), 26, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, anon_sym_COLON, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_operator, [125955] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(5302), 1, anon_sym_LPAREN2, ACTIONS(5982), 1, anon_sym_LBRACK, ACTIONS(5986), 1, anon_sym_DOT, ACTIONS(5988), 1, anon_sym_DASH_GT, ACTIONS(6680), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6682), 1, anon_sym_COMMA, ACTIONS(6688), 1, anon_sym_SLASH, ACTIONS(6694), 1, anon_sym_PIPE, ACTIONS(6698), 1, anon_sym_AMP, ACTIONS(6704), 1, anon_sym_LT_LT, ACTIONS(6706), 1, anon_sym_GT_GT, ACTIONS(6708), 1, anon_sym_QMARK, ACTIONS(6710), 1, anon_sym_LT_EQ_GT, ACTIONS(6712), 1, anon_sym_bitor, ACTIONS(6714), 1, anon_sym_bitand, ACTIONS(6816), 1, anon_sym_GT2, STATE(3460), 1, sym_argument_list, STATE(6448), 1, aux_sym_template_argument_list_repeat1, ACTIONS(6684), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6686), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6690), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6692), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6696), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6716), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6700), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6702), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, [126048] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(5302), 1, anon_sym_LPAREN2, ACTIONS(5982), 1, anon_sym_LBRACK, ACTIONS(5986), 1, anon_sym_DOT, ACTIONS(5988), 1, anon_sym_DASH_GT, ACTIONS(6680), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6682), 1, anon_sym_COMMA, ACTIONS(6688), 1, anon_sym_SLASH, ACTIONS(6694), 1, anon_sym_PIPE, ACTIONS(6698), 1, anon_sym_AMP, ACTIONS(6704), 1, anon_sym_LT_LT, ACTIONS(6706), 1, anon_sym_GT_GT, ACTIONS(6708), 1, anon_sym_QMARK, ACTIONS(6710), 1, anon_sym_LT_EQ_GT, ACTIONS(6712), 1, anon_sym_bitor, ACTIONS(6714), 1, anon_sym_bitand, ACTIONS(6818), 1, anon_sym_GT2, STATE(3460), 1, sym_argument_list, STATE(6412), 1, aux_sym_template_argument_list_repeat1, ACTIONS(6684), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6686), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6690), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6692), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6696), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6716), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6700), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6702), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, [126141] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(5302), 1, anon_sym_LPAREN2, ACTIONS(5982), 1, anon_sym_LBRACK, ACTIONS(5986), 1, anon_sym_DOT, ACTIONS(5988), 1, anon_sym_DASH_GT, ACTIONS(6680), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6682), 1, anon_sym_COMMA, ACTIONS(6688), 1, anon_sym_SLASH, ACTIONS(6694), 1, anon_sym_PIPE, ACTIONS(6698), 1, anon_sym_AMP, ACTIONS(6704), 1, anon_sym_LT_LT, ACTIONS(6706), 1, anon_sym_GT_GT, ACTIONS(6708), 1, anon_sym_QMARK, ACTIONS(6710), 1, anon_sym_LT_EQ_GT, ACTIONS(6712), 1, anon_sym_bitor, ACTIONS(6714), 1, anon_sym_bitand, ACTIONS(6820), 1, anon_sym_GT2, STATE(3460), 1, sym_argument_list, STATE(6234), 1, aux_sym_template_argument_list_repeat1, ACTIONS(6684), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6686), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6690), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6692), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6696), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6716), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6700), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6702), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, [126234] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(6470), 1, anon_sym_LBRACK, STATE(4246), 1, sym_new_declarator, ACTIONS(5364), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_GT_GT, anon_sym_DOT, ACTIONS(5362), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_LT, anon_sym_LBRACE, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, [126283] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(45), 1, anon_sym___based, ACTIONS(6764), 1, sym_identifier, ACTIONS(6766), 1, anon_sym_LPAREN2, ACTIONS(6768), 1, anon_sym_STAR, ACTIONS(6776), 1, sym_primitive_type, STATE(4820), 1, sym_ms_unaligned_ptr_modifier, STATE(5756), 1, sym__type_declarator, STATE(7212), 1, sym_ms_based_modifier, ACTIONS(6772), 2, anon_sym__unaligned, anon_sym___unaligned, STATE(4717), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, STATE(4763), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, ACTIONS(6770), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, ACTIONS(6774), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(5951), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, ACTIONS(59), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [126354] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(6778), 1, anon_sym_COMMA, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6822), 2, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [126445] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(59), 1, anon_sym_const, ACTIONS(6544), 1, anon_sym_LPAREN2, ACTIONS(6552), 1, anon_sym_LBRACK, ACTIONS(6554), 1, sym_auto, ACTIONS(6556), 1, anon_sym_decltype, ACTIONS(6800), 1, anon_sym_STAR, ACTIONS(6802), 1, anon_sym_AMP_AMP, ACTIONS(6804), 1, anon_sym_AMP, STATE(3722), 1, sym_decltype_auto, STATE(3880), 1, sym_parameter_list, STATE(5447), 1, sym__function_declarator_seq, STATE(5579), 1, sym__abstract_declarator, STATE(4527), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, STATE(5438), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, ACTIONS(6542), 8, anon_sym_RPAREN, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_final, anon_sym_override, anon_sym_try, anon_sym_requires, ACTIONS(6433), 10, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [126518] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6728), 1, anon_sym_COMMA, ACTIONS(6734), 1, anon_sym_SLASH, ACTIONS(6740), 1, anon_sym_PIPE, ACTIONS(6744), 1, anon_sym_AMP, ACTIONS(6750), 1, anon_sym_GT_EQ, ACTIONS(6756), 1, anon_sym_QMARK, ACTIONS(6758), 1, anon_sym_LT_EQ_GT, ACTIONS(6760), 1, anon_sym_bitor, ACTIONS(6762), 1, anon_sym_bitand, ACTIONS(6824), 1, anon_sym_RBRACK, STATE(2986), 1, sym_argument_list, STATE(6297), 1, aux_sym_lambda_capture_specifier_repeat1, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6730), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6732), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6736), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6738), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6742), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6752), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6746), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6748), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [126611] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(5302), 1, anon_sym_LPAREN2, ACTIONS(5982), 1, anon_sym_LBRACK, ACTIONS(5986), 1, anon_sym_DOT, ACTIONS(5988), 1, anon_sym_DASH_GT, ACTIONS(6680), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6682), 1, anon_sym_COMMA, ACTIONS(6688), 1, anon_sym_SLASH, ACTIONS(6694), 1, anon_sym_PIPE, ACTIONS(6698), 1, anon_sym_AMP, ACTIONS(6704), 1, anon_sym_LT_LT, ACTIONS(6706), 1, anon_sym_GT_GT, ACTIONS(6708), 1, anon_sym_QMARK, ACTIONS(6710), 1, anon_sym_LT_EQ_GT, ACTIONS(6712), 1, anon_sym_bitor, ACTIONS(6714), 1, anon_sym_bitand, ACTIONS(6826), 1, anon_sym_GT2, STATE(3460), 1, sym_argument_list, STATE(6431), 1, aux_sym_template_argument_list_repeat1, ACTIONS(6684), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6686), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6690), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6692), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6696), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6716), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6700), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6702), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, [126704] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(5302), 1, anon_sym_LPAREN2, ACTIONS(5982), 1, anon_sym_LBRACK, ACTIONS(5986), 1, anon_sym_DOT, ACTIONS(5988), 1, anon_sym_DASH_GT, ACTIONS(6680), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6682), 1, anon_sym_COMMA, ACTIONS(6688), 1, anon_sym_SLASH, ACTIONS(6694), 1, anon_sym_PIPE, ACTIONS(6698), 1, anon_sym_AMP, ACTIONS(6704), 1, anon_sym_LT_LT, ACTIONS(6706), 1, anon_sym_GT_GT, ACTIONS(6708), 1, anon_sym_QMARK, ACTIONS(6710), 1, anon_sym_LT_EQ_GT, ACTIONS(6712), 1, anon_sym_bitor, ACTIONS(6714), 1, anon_sym_bitand, ACTIONS(6828), 1, anon_sym_GT2, STATE(3460), 1, sym_argument_list, STATE(6356), 1, aux_sym_template_argument_list_repeat1, ACTIONS(6684), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6686), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6690), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6692), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6696), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6716), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6700), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6702), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, [126797] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(6830), 1, anon_sym_COMMA, ACTIONS(6832), 1, anon_sym_RBRACE, STATE(2986), 1, sym_argument_list, STATE(6445), 1, aux_sym_initializer_list_repeat1, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [126890] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(6720), 1, anon_sym_COMMA, ACTIONS(6834), 1, anon_sym_RPAREN, STATE(2986), 1, sym_argument_list, STATE(6503), 1, aux_sym_argument_list_repeat1, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [126983] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(6836), 1, anon_sym_COMMA, ACTIONS(6838), 1, anon_sym_RBRACE, STATE(2986), 1, sym_argument_list, STATE(6371), 1, aux_sym_initializer_list_repeat1, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [127076] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(6195), 1, anon_sym_LBRACE, ACTIONS(6840), 1, anon_sym_COLON, STATE(3652), 1, sym__enum_base_clause, STATE(3746), 1, sym_enumerator_list, ACTIONS(5273), 3, anon_sym_AMP, anon_sym_LBRACK, anon_sym_const, ACTIONS(5271), 30, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_extern, anon_sym___attribute__, anon_sym_LBRACK_LBRACK, anon_sym___declspec, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_virtual, anon_sym_try, anon_sym_requires, [127129] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(6720), 1, anon_sym_COMMA, ACTIONS(6842), 1, anon_sym_RPAREN, STATE(2986), 1, sym_argument_list, STATE(6557), 1, aux_sym_argument_list_repeat1, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [127222] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(6195), 1, anon_sym_LBRACE, ACTIONS(6840), 1, anon_sym_COLON, STATE(3641), 1, sym__enum_base_clause, STATE(3684), 1, sym_enumerator_list, ACTIONS(5289), 3, anon_sym_AMP, anon_sym_LBRACK, anon_sym_const, ACTIONS(5287), 30, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_extern, anon_sym___attribute__, anon_sym_LBRACK_LBRACK, anon_sym___declspec, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_virtual, anon_sym_try, anon_sym_requires, [127275] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(6806), 1, anon_sym_COMMA, ACTIONS(6844), 1, anon_sym_RPAREN, STATE(2986), 1, sym_argument_list, STATE(6310), 1, aux_sym_generic_expression_repeat1, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [127368] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(5302), 1, anon_sym_LPAREN2, ACTIONS(5982), 1, anon_sym_LBRACK, ACTIONS(5986), 1, anon_sym_DOT, ACTIONS(5988), 1, anon_sym_DASH_GT, ACTIONS(6680), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6682), 1, anon_sym_COMMA, ACTIONS(6688), 1, anon_sym_SLASH, ACTIONS(6694), 1, anon_sym_PIPE, ACTIONS(6698), 1, anon_sym_AMP, ACTIONS(6704), 1, anon_sym_LT_LT, ACTIONS(6706), 1, anon_sym_GT_GT, ACTIONS(6708), 1, anon_sym_QMARK, ACTIONS(6710), 1, anon_sym_LT_EQ_GT, ACTIONS(6712), 1, anon_sym_bitor, ACTIONS(6714), 1, anon_sym_bitand, ACTIONS(6846), 1, anon_sym_GT2, STATE(3460), 1, sym_argument_list, STATE(6555), 1, aux_sym_template_argument_list_repeat1, ACTIONS(6684), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6686), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6690), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6692), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6696), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6716), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6700), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6702), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, [127461] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(5302), 1, anon_sym_LPAREN2, ACTIONS(5982), 1, anon_sym_LBRACK, ACTIONS(5986), 1, anon_sym_DOT, ACTIONS(5988), 1, anon_sym_DASH_GT, ACTIONS(6680), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6682), 1, anon_sym_COMMA, ACTIONS(6688), 1, anon_sym_SLASH, ACTIONS(6694), 1, anon_sym_PIPE, ACTIONS(6698), 1, anon_sym_AMP, ACTIONS(6704), 1, anon_sym_LT_LT, ACTIONS(6706), 1, anon_sym_GT_GT, ACTIONS(6708), 1, anon_sym_QMARK, ACTIONS(6710), 1, anon_sym_LT_EQ_GT, ACTIONS(6712), 1, anon_sym_bitor, ACTIONS(6714), 1, anon_sym_bitand, ACTIONS(6848), 1, anon_sym_GT2, STATE(3460), 1, sym_argument_list, STATE(6244), 1, aux_sym_template_argument_list_repeat1, ACTIONS(6684), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6686), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6690), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6692), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6696), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6716), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6700), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6702), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, [127554] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(4646), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5366), 1, anon_sym_LPAREN2, ACTIONS(5372), 1, anon_sym_LBRACK, ACTIONS(4473), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_DOT, ACTIONS(4478), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [127605] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(5302), 1, anon_sym_LPAREN2, ACTIONS(5982), 1, anon_sym_LBRACK, ACTIONS(5986), 1, anon_sym_DOT, ACTIONS(5988), 1, anon_sym_DASH_GT, ACTIONS(6680), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6682), 1, anon_sym_COMMA, ACTIONS(6688), 1, anon_sym_SLASH, ACTIONS(6694), 1, anon_sym_PIPE, ACTIONS(6698), 1, anon_sym_AMP, ACTIONS(6704), 1, anon_sym_LT_LT, ACTIONS(6706), 1, anon_sym_GT_GT, ACTIONS(6708), 1, anon_sym_QMARK, ACTIONS(6710), 1, anon_sym_LT_EQ_GT, ACTIONS(6712), 1, anon_sym_bitor, ACTIONS(6714), 1, anon_sym_bitand, ACTIONS(6850), 1, anon_sym_GT2, STATE(3460), 1, sym_argument_list, STATE(6377), 1, aux_sym_template_argument_list_repeat1, ACTIONS(6684), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6686), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6690), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6692), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6696), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6716), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6700), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6702), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, [127698] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(59), 1, anon_sym_const, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(6425), 1, anon_sym_AMP_AMP, ACTIONS(6427), 1, anon_sym_AMP, ACTIONS(6437), 1, anon_sym_noexcept, ACTIONS(6439), 1, anon_sym_throw, ACTIONS(6534), 1, anon_sym_DASH_GT, ACTIONS(6536), 1, anon_sym_requires, ACTIONS(6540), 1, anon_sym_LBRACK, STATE(4973), 1, sym_ref_qualifier, STATE(5463), 1, sym_requires_clause, STATE(5591), 1, sym_trailing_return_type, ACTIONS(6524), 2, anon_sym_final, anon_sym_override, STATE(4536), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, STATE(5163), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(5225), 2, sym_noexcept, sym_throw_specifier, STATE(5233), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, ACTIONS(6538), 5, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_EQ, anon_sym_try, ACTIONS(6433), 10, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [127777] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(6852), 1, anon_sym_COMMA, ACTIONS(6854), 1, anon_sym_RBRACE, STATE(2986), 1, sym_argument_list, STATE(6548), 1, aux_sym_initializer_list_repeat1, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [127870] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(6425), 1, anon_sym_AMP_AMP, ACTIONS(6427), 1, anon_sym_AMP, ACTIONS(6431), 1, anon_sym_LBRACK, ACTIONS(6437), 1, anon_sym_noexcept, ACTIONS(6439), 1, anon_sym_throw, ACTIONS(6478), 1, anon_sym_LBRACK_LBRACK, ACTIONS(6482), 1, anon_sym_const, ACTIONS(6490), 1, anon_sym___attribute__, ACTIONS(6856), 1, anon_sym_DASH_GT, ACTIONS(6858), 1, anon_sym_requires, STATE(5161), 1, sym_ref_qualifier, STATE(5399), 1, sym_requires_clause, STATE(5678), 1, sym_trailing_return_type, ACTIONS(5098), 2, anon_sym_final, anon_sym_override, ACTIONS(6423), 2, anon_sym_LPAREN2, anon_sym_COLON, STATE(4525), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, STATE(4610), 2, sym_attribute_specifier, aux_sym__function_declarator_seq_repeat1, STATE(5311), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, STATE(5470), 2, sym_noexcept, sym_throw_specifier, STATE(5472), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, ACTIONS(6492), 10, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [127953] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(59), 1, anon_sym_const, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(6425), 1, anon_sym_AMP_AMP, ACTIONS(6427), 1, anon_sym_AMP, ACTIONS(6437), 1, anon_sym_noexcept, ACTIONS(6439), 1, anon_sym_throw, ACTIONS(6528), 1, anon_sym_DASH_GT, ACTIONS(6530), 1, anon_sym_requires, ACTIONS(6540), 1, anon_sym_LBRACK, STATE(4970), 1, sym_ref_qualifier, STATE(5431), 1, sym_requires_clause, STATE(5481), 1, sym_trailing_return_type, ACTIONS(5098), 2, anon_sym_final, anon_sym_override, STATE(4536), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, STATE(5200), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(5202), 2, sym_noexcept, sym_throw_specifier, STATE(5234), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, ACTIONS(6538), 5, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_try, ACTIONS(6433), 10, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [128032] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(6425), 1, anon_sym_AMP_AMP, ACTIONS(6427), 1, anon_sym_AMP, ACTIONS(6437), 1, anon_sym_noexcept, ACTIONS(6439), 1, anon_sym_throw, ACTIONS(6464), 1, anon_sym_LBRACK, ACTIONS(6478), 1, anon_sym_LBRACK_LBRACK, ACTIONS(6482), 1, anon_sym_const, ACTIONS(6490), 1, anon_sym___attribute__, ACTIONS(6856), 1, anon_sym_DASH_GT, ACTIONS(6858), 1, anon_sym_requires, STATE(5157), 1, sym_ref_qualifier, STATE(5428), 1, sym_requires_clause, STATE(5699), 1, sym_trailing_return_type, ACTIONS(5098), 2, anon_sym_final, anon_sym_override, ACTIONS(6462), 2, anon_sym_LPAREN2, anon_sym_COLON, STATE(4110), 2, sym_attribute_specifier, aux_sym__function_declarator_seq_repeat1, STATE(4519), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, STATE(5246), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, STATE(5436), 2, sym_noexcept, sym_throw_specifier, STATE(5439), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, ACTIONS(6492), 10, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [128115] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(6720), 1, anon_sym_COMMA, ACTIONS(6860), 1, anon_sym_RPAREN, STATE(2986), 1, sym_argument_list, STATE(6544), 1, aux_sym_argument_list_repeat1, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [128208] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(6806), 1, anon_sym_COMMA, ACTIONS(6862), 1, anon_sym_RPAREN, STATE(2986), 1, sym_argument_list, STATE(6428), 1, aux_sym_generic_expression_repeat1, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [128301] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(6806), 1, anon_sym_COMMA, ACTIONS(6864), 1, anon_sym_RPAREN, STATE(2986), 1, sym_argument_list, STATE(6542), 1, aux_sym_generic_expression_repeat1, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [128394] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6728), 1, anon_sym_COMMA, ACTIONS(6734), 1, anon_sym_SLASH, ACTIONS(6740), 1, anon_sym_PIPE, ACTIONS(6744), 1, anon_sym_AMP, ACTIONS(6750), 1, anon_sym_GT_EQ, ACTIONS(6756), 1, anon_sym_QMARK, ACTIONS(6758), 1, anon_sym_LT_EQ_GT, ACTIONS(6760), 1, anon_sym_bitor, ACTIONS(6762), 1, anon_sym_bitand, ACTIONS(6866), 1, anon_sym_RBRACK, STATE(2986), 1, sym_argument_list, STATE(6287), 1, aux_sym_lambda_capture_specifier_repeat1, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6730), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6732), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6736), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6738), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6742), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6752), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6746), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6748), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [128487] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(45), 1, anon_sym___based, ACTIONS(6764), 1, sym_identifier, ACTIONS(6766), 1, anon_sym_LPAREN2, ACTIONS(6768), 1, anon_sym_STAR, ACTIONS(6776), 1, sym_primitive_type, STATE(4820), 1, sym_ms_unaligned_ptr_modifier, STATE(5785), 1, sym__type_declarator, STATE(7212), 1, sym_ms_based_modifier, ACTIONS(6772), 2, anon_sym__unaligned, anon_sym___unaligned, STATE(4700), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, STATE(4763), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, ACTIONS(6770), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, ACTIONS(6774), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(5951), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, ACTIONS(59), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [128558] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(5302), 1, anon_sym_LPAREN2, ACTIONS(5982), 1, anon_sym_LBRACK, ACTIONS(5986), 1, anon_sym_DOT, ACTIONS(5988), 1, anon_sym_DASH_GT, ACTIONS(6680), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6682), 1, anon_sym_COMMA, ACTIONS(6688), 1, anon_sym_SLASH, ACTIONS(6694), 1, anon_sym_PIPE, ACTIONS(6698), 1, anon_sym_AMP, ACTIONS(6704), 1, anon_sym_LT_LT, ACTIONS(6706), 1, anon_sym_GT_GT, ACTIONS(6708), 1, anon_sym_QMARK, ACTIONS(6710), 1, anon_sym_LT_EQ_GT, ACTIONS(6712), 1, anon_sym_bitor, ACTIONS(6714), 1, anon_sym_bitand, ACTIONS(6868), 1, anon_sym_GT2, STATE(3460), 1, sym_argument_list, STATE(6279), 1, aux_sym_template_argument_list_repeat1, ACTIONS(6684), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6686), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6690), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6692), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6696), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6716), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6700), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6702), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, [128651] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(6806), 1, anon_sym_COMMA, ACTIONS(6870), 1, anon_sym_RPAREN, STATE(2986), 1, sym_argument_list, STATE(6391), 1, aux_sym_generic_expression_repeat1, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [128744] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(59), 1, anon_sym_const, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(6425), 1, anon_sym_AMP_AMP, ACTIONS(6427), 1, anon_sym_AMP, ACTIONS(6437), 1, anon_sym_noexcept, ACTIONS(6439), 1, anon_sym_throw, ACTIONS(6522), 1, anon_sym_DASH_GT, ACTIONS(6526), 1, anon_sym_requires, ACTIONS(6540), 1, anon_sym_LBRACK, STATE(4967), 1, sym_ref_qualifier, STATE(5463), 1, sym_requires_clause, STATE(5531), 1, sym_trailing_return_type, ACTIONS(6524), 2, anon_sym_final, anon_sym_override, STATE(4536), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, STATE(5168), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(5228), 2, sym_noexcept, sym_throw_specifier, STATE(5233), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, ACTIONS(6538), 5, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, ACTIONS(6433), 10, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [128823] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(59), 1, anon_sym_const, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(6425), 1, anon_sym_AMP_AMP, ACTIONS(6427), 1, anon_sym_AMP, ACTIONS(6431), 1, anon_sym_LBRACK, ACTIONS(6437), 1, anon_sym_noexcept, ACTIONS(6439), 1, anon_sym_throw, ACTIONS(6522), 1, anon_sym_DASH_GT, ACTIONS(6526), 1, anon_sym_requires, STATE(4968), 1, sym_ref_qualifier, STATE(5407), 1, sym_requires_clause, STATE(5538), 1, sym_trailing_return_type, ACTIONS(6524), 2, anon_sym_final, anon_sym_override, STATE(4536), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, STATE(5164), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(5196), 2, sym_noexcept, sym_throw_specifier, STATE(5297), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, ACTIONS(6423), 5, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, ACTIONS(6433), 10, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [128902] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(5302), 1, anon_sym_LPAREN2, ACTIONS(5982), 1, anon_sym_LBRACK, ACTIONS(5986), 1, anon_sym_DOT, ACTIONS(5988), 1, anon_sym_DASH_GT, ACTIONS(6680), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6682), 1, anon_sym_COMMA, ACTIONS(6688), 1, anon_sym_SLASH, ACTIONS(6694), 1, anon_sym_PIPE, ACTIONS(6698), 1, anon_sym_AMP, ACTIONS(6704), 1, anon_sym_LT_LT, ACTIONS(6706), 1, anon_sym_GT_GT, ACTIONS(6708), 1, anon_sym_QMARK, ACTIONS(6710), 1, anon_sym_LT_EQ_GT, ACTIONS(6712), 1, anon_sym_bitor, ACTIONS(6714), 1, anon_sym_bitand, ACTIONS(6872), 1, anon_sym_GT2, STATE(3460), 1, sym_argument_list, STATE(6218), 1, aux_sym_template_argument_list_repeat1, ACTIONS(6684), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6686), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6690), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6692), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6696), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6716), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6700), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6702), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, [128995] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(59), 1, anon_sym_const, ACTIONS(6544), 1, anon_sym_LPAREN2, ACTIONS(6546), 1, anon_sym_STAR, ACTIONS(6548), 1, anon_sym_AMP_AMP, ACTIONS(6550), 1, anon_sym_AMP, ACTIONS(6552), 1, anon_sym_LBRACK, STATE(3818), 1, sym_parameter_list, STATE(5359), 1, sym__abstract_declarator, STATE(5447), 1, sym__function_declarator_seq, STATE(4127), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, STATE(5438), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, ACTIONS(6433), 10, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, ACTIONS(5176), 11, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_try, anon_sym_requires, [129062] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(6720), 1, anon_sym_COMMA, ACTIONS(6874), 1, anon_sym_RPAREN, STATE(2986), 1, sym_argument_list, STATE(6206), 1, aux_sym_argument_list_repeat1, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [129155] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(59), 1, anon_sym_const, ACTIONS(6544), 1, anon_sym_LPAREN2, ACTIONS(6546), 1, anon_sym_STAR, ACTIONS(6548), 1, anon_sym_AMP_AMP, ACTIONS(6550), 1, anon_sym_AMP, ACTIONS(6552), 1, anon_sym_LBRACK, STATE(3818), 1, sym_parameter_list, STATE(5362), 1, sym__abstract_declarator, STATE(5447), 1, sym__function_declarator_seq, STATE(4536), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, STATE(5438), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, ACTIONS(6433), 10, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, ACTIONS(6876), 11, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_try, anon_sym_requires, [129222] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(59), 1, anon_sym_const, ACTIONS(6544), 1, anon_sym_LPAREN2, ACTIONS(6546), 1, anon_sym_STAR, ACTIONS(6548), 1, anon_sym_AMP_AMP, ACTIONS(6550), 1, anon_sym_AMP, ACTIONS(6552), 1, anon_sym_LBRACK, STATE(3818), 1, sym_parameter_list, STATE(5312), 1, sym__abstract_declarator, STATE(5447), 1, sym__function_declarator_seq, STATE(4536), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, STATE(5438), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, ACTIONS(6433), 10, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, ACTIONS(6878), 11, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_try, anon_sym_requires, [129289] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(59), 1, anon_sym_const, ACTIONS(6544), 1, anon_sym_LPAREN2, ACTIONS(6546), 1, anon_sym_STAR, ACTIONS(6548), 1, anon_sym_AMP_AMP, ACTIONS(6550), 1, anon_sym_AMP, ACTIONS(6552), 1, anon_sym_LBRACK, STATE(3818), 1, sym_parameter_list, STATE(5336), 1, sym__abstract_declarator, STATE(5447), 1, sym__function_declarator_seq, STATE(4536), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, STATE(5438), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, ACTIONS(6433), 10, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, ACTIONS(5822), 11, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_try, anon_sym_requires, [129356] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(6822), 1, anon_sym_SEMI, ACTIONS(6880), 1, anon_sym_COMMA, ACTIONS(6883), 1, anon_sym_RBRACE, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [129449] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(6885), 1, anon_sym_COMMA, ACTIONS(6887), 1, anon_sym_RBRACE, STATE(2986), 1, sym_argument_list, STATE(6213), 1, aux_sym_initializer_list_repeat1, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [129542] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(6720), 1, anon_sym_COMMA, ACTIONS(6889), 1, anon_sym_RPAREN, STATE(2986), 1, sym_argument_list, STATE(6434), 1, aux_sym_argument_list_repeat1, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [129635] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(6482), 1, anon_sym_const, ACTIONS(6544), 1, anon_sym_LPAREN2, ACTIONS(6552), 1, anon_sym_LBRACK, ACTIONS(6560), 1, anon_sym_STAR, ACTIONS(6562), 1, anon_sym_AMP_AMP, ACTIONS(6564), 1, anon_sym_AMP, STATE(3836), 1, sym_parameter_list, STATE(5386), 1, sym__abstract_declarator, STATE(5447), 1, sym__function_declarator_seq, STATE(4614), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, STATE(5438), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, ACTIONS(5822), 10, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, anon_sym_final, anon_sym_override, anon_sym_try, anon_sym_requires, ACTIONS(6492), 10, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [129701] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(59), 1, anon_sym_const, ACTIONS(6429), 1, anon_sym___attribute__, ACTIONS(6554), 1, sym_auto, ACTIONS(6556), 1, anon_sym_decltype, ACTIONS(6893), 1, anon_sym___declspec, ACTIONS(6895), 1, anon_sym_virtual, STATE(3722), 1, sym_decltype_auto, ACTIONS(6169), 2, anon_sym_AMP, anon_sym_LBRACK, ACTIONS(6171), 3, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, ACTIONS(6891), 5, anon_sym_extern, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, STATE(4546), 8, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, sym_ms_declspec_modifier, sym_storage_class_specifier, sym_type_qualifier, sym_virtual, aux_sym__declaration_specifiers_repeat1, ACTIONS(6433), 10, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [129767] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5395), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_DOT, ACTIONS(5397), 27, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [129811] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(4464), 1, anon_sym_COLON_COLON, ACTIONS(6207), 1, anon_sym_LT, STATE(2160), 1, sym_template_argument_list, ACTIONS(4447), 4, anon_sym_AMP, anon_sym_LBRACK, anon_sym_const, anon_sym_COLON, ACTIONS(4452), 29, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, anon_sym_or, anon_sym_and, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_try, anon_sym_requires, [129861] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(6897), 1, anon_sym_COMMA, ACTIONS(6899), 1, anon_sym_RPAREN, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [129951] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5407), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_DOT, ACTIONS(5409), 27, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [129995] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5475), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_DOT, ACTIONS(5477), 27, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [130039] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(6778), 1, anon_sym_COMMA, ACTIONS(6901), 1, anon_sym_SEMI, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [130129] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(6778), 1, anon_sym_COMMA, ACTIONS(6903), 1, anon_sym_SEMI, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [130219] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(6482), 1, anon_sym_const, ACTIONS(6544), 1, anon_sym_LPAREN2, ACTIONS(6552), 1, anon_sym_LBRACK, ACTIONS(6560), 1, anon_sym_STAR, ACTIONS(6562), 1, anon_sym_AMP_AMP, ACTIONS(6564), 1, anon_sym_AMP, STATE(3836), 1, sym_parameter_list, STATE(5447), 1, sym__function_declarator_seq, STATE(5468), 1, sym__abstract_declarator, STATE(4614), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, STATE(5438), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, ACTIONS(6492), 10, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, ACTIONS(6878), 10, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, anon_sym_final, anon_sym_override, anon_sym_try, anon_sym_requires, [130285] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(6778), 1, anon_sym_COMMA, ACTIONS(6905), 1, anon_sym_RPAREN, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [130375] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(6778), 1, anon_sym_COMMA, ACTIONS(6907), 1, anon_sym_RPAREN, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [130465] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(6778), 1, anon_sym_COMMA, ACTIONS(6909), 1, anon_sym_RPAREN, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [130555] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(6778), 1, anon_sym_COMMA, ACTIONS(6911), 1, anon_sym_RPAREN, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [130645] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(6778), 1, anon_sym_COMMA, ACTIONS(6913), 1, anon_sym_RPAREN, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [130735] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(6778), 1, anon_sym_COMMA, ACTIONS(6915), 1, anon_sym_RPAREN, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [130825] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(6778), 1, anon_sym_COMMA, ACTIONS(6917), 1, anon_sym_SEMI, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [130915] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(6778), 1, anon_sym_COMMA, ACTIONS(6919), 1, anon_sym_RPAREN, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [131005] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(6778), 1, anon_sym_COMMA, ACTIONS(6921), 1, anon_sym_RPAREN, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [131095] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(6145), 1, sym_literal_suffix, ACTIONS(4473), 17, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_GT_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DOT, ACTIONS(4478), 18, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_LT, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, [131141] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(6778), 1, anon_sym_COMMA, ACTIONS(6923), 1, anon_sym_RPAREN, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [131231] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(6778), 1, anon_sym_COMMA, ACTIONS(6925), 1, anon_sym_RPAREN, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [131321] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(6778), 1, anon_sym_COMMA, ACTIONS(6927), 1, anon_sym_RPAREN, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [131411] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6734), 1, anon_sym_SLASH, ACTIONS(6740), 1, anon_sym_PIPE, ACTIONS(6744), 1, anon_sym_AMP, ACTIONS(6750), 1, anon_sym_GT_EQ, ACTIONS(6756), 1, anon_sym_QMARK, ACTIONS(6758), 1, anon_sym_LT_EQ_GT, ACTIONS(6760), 1, anon_sym_bitor, ACTIONS(6762), 1, anon_sym_bitand, STATE(2986), 1, sym_argument_list, ACTIONS(5744), 2, anon_sym_COMMA, anon_sym_RBRACK, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6730), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6732), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6736), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6738), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6742), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6752), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6746), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6748), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [131499] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(6778), 1, anon_sym_COMMA, ACTIONS(6929), 1, anon_sym_RPAREN, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [131589] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(6778), 1, anon_sym_COMMA, ACTIONS(6931), 1, anon_sym_SEMI, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [131679] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(4464), 1, anon_sym_COLON_COLON, ACTIONS(4483), 1, anon_sym_SEMI, ACTIONS(6159), 1, anon_sym_LT, STATE(3781), 1, sym_template_argument_list, ACTIONS(4471), 5, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_LBRACK_LBRACK, ACTIONS(4466), 27, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_template, anon_sym_operator, [131731] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(6482), 1, anon_sym_const, ACTIONS(6544), 1, anon_sym_LPAREN2, ACTIONS(6552), 1, anon_sym_LBRACK, ACTIONS(6560), 1, anon_sym_STAR, ACTIONS(6562), 1, anon_sym_AMP_AMP, ACTIONS(6564), 1, anon_sym_AMP, STATE(3836), 1, sym_parameter_list, STATE(5447), 1, sym__function_declarator_seq, STATE(5460), 1, sym__abstract_declarator, STATE(4614), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, STATE(5438), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, ACTIONS(6492), 10, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, ACTIONS(6876), 10, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, anon_sym_final, anon_sym_override, anon_sym_try, anon_sym_requires, [131797] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(6778), 1, anon_sym_COMMA, ACTIONS(6933), 1, anon_sym_RPAREN, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [131887] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(6778), 1, anon_sym_COMMA, ACTIONS(6935), 1, anon_sym_RPAREN, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [131977] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(5302), 1, anon_sym_LPAREN2, ACTIONS(5982), 1, anon_sym_LBRACK, ACTIONS(5986), 1, anon_sym_DOT, ACTIONS(5988), 1, anon_sym_DASH_GT, STATE(3460), 1, sym_argument_list, ACTIONS(5672), 10, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_GT_GT, ACTIONS(5670), 21, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_LT, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_GT2, [132031] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(6778), 1, anon_sym_COMMA, ACTIONS(6937), 1, anon_sym_RPAREN, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [132121] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(5302), 1, anon_sym_LPAREN2, ACTIONS(5982), 1, anon_sym_LBRACK, ACTIONS(5986), 1, anon_sym_DOT, ACTIONS(5988), 1, anon_sym_DASH_GT, STATE(3460), 1, sym_argument_list, ACTIONS(6716), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(5662), 10, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_GT_GT, ACTIONS(5660), 19, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_LT, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_GT2, [132177] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(6778), 1, anon_sym_COMMA, ACTIONS(6939), 1, anon_sym_RPAREN, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [132267] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6734), 1, anon_sym_SLASH, ACTIONS(6740), 1, anon_sym_PIPE, ACTIONS(6744), 1, anon_sym_AMP, ACTIONS(6750), 1, anon_sym_GT_EQ, ACTIONS(6758), 1, anon_sym_LT_EQ_GT, ACTIONS(6760), 1, anon_sym_bitor, ACTIONS(6762), 1, anon_sym_bitand, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6730), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6732), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6736), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6738), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6742), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6752), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6746), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6748), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, ACTIONS(5694), 4, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_QMARK, [132351] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(6778), 1, anon_sym_COMMA, ACTIONS(6941), 1, anon_sym_RPAREN, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [132441] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6734), 1, anon_sym_SLASH, ACTIONS(6740), 1, anon_sym_PIPE, ACTIONS(6744), 1, anon_sym_AMP, ACTIONS(6750), 1, anon_sym_GT_EQ, ACTIONS(6756), 1, anon_sym_QMARK, ACTIONS(6758), 1, anon_sym_LT_EQ_GT, ACTIONS(6760), 1, anon_sym_bitor, ACTIONS(6762), 1, anon_sym_bitand, STATE(2986), 1, sym_argument_list, ACTIONS(5664), 2, anon_sym_COMMA, anon_sym_RBRACK, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6730), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6732), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6736), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6738), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6742), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6752), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6746), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6748), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [132529] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6734), 1, anon_sym_SLASH, ACTIONS(6740), 1, anon_sym_PIPE, ACTIONS(6744), 1, anon_sym_AMP, ACTIONS(6750), 1, anon_sym_GT_EQ, ACTIONS(6758), 1, anon_sym_LT_EQ_GT, ACTIONS(6760), 1, anon_sym_bitor, ACTIONS(6762), 1, anon_sym_bitand, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6730), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6732), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6736), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6738), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6742), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6752), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6746), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6748), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, ACTIONS(5610), 4, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_QMARK, [132613] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(6778), 1, anon_sym_COMMA, ACTIONS(6943), 1, anon_sym_SEMI, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [132703] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(6778), 1, anon_sym_COMMA, ACTIONS(6945), 1, anon_sym_SEMI, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [132793] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(6778), 1, anon_sym_COMMA, ACTIONS(6947), 1, anon_sym_RPAREN, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [132883] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(6778), 1, anon_sym_COMMA, ACTIONS(6949), 1, anon_sym_SEMI, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [132973] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(5302), 1, anon_sym_LPAREN2, ACTIONS(5982), 1, anon_sym_LBRACK, ACTIONS(5986), 1, anon_sym_DOT, ACTIONS(5988), 1, anon_sym_DASH_GT, ACTIONS(6688), 1, anon_sym_SLASH, ACTIONS(6704), 1, anon_sym_LT_LT, ACTIONS(6706), 1, anon_sym_GT_GT, ACTIONS(6710), 1, anon_sym_LT_EQ_GT, STATE(3460), 1, sym_argument_list, ACTIONS(6684), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6686), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6716), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(5658), 6, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, ACTIONS(5656), 15, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_GT2, [133041] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(6951), 1, anon_sym_COMMA, ACTIONS(6953), 1, anon_sym_RPAREN, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [133131] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(6778), 1, anon_sym_COMMA, ACTIONS(6955), 1, anon_sym_SEMI, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [133221] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6957), 2, anon_sym_COMMA, anon_sym_RPAREN, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [133309] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(6778), 1, anon_sym_COMMA, ACTIONS(6959), 1, anon_sym_RPAREN, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [133399] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6734), 1, anon_sym_SLASH, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6730), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6732), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6752), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(5561), 5, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, ACTIONS(5559), 17, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, [133463] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(5302), 1, anon_sym_LPAREN2, ACTIONS(5982), 1, anon_sym_LBRACK, ACTIONS(5986), 1, anon_sym_DOT, ACTIONS(5988), 1, anon_sym_DASH_GT, ACTIONS(6688), 1, anon_sym_SLASH, ACTIONS(6694), 1, anon_sym_PIPE, ACTIONS(6698), 1, anon_sym_AMP, ACTIONS(6704), 1, anon_sym_LT_LT, ACTIONS(6706), 1, anon_sym_GT_GT, ACTIONS(6710), 1, anon_sym_LT_EQ_GT, ACTIONS(6712), 1, anon_sym_bitor, ACTIONS(6714), 1, anon_sym_bitand, STATE(3460), 1, sym_argument_list, ACTIONS(6684), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6686), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6690), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6692), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6696), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6716), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6700), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(5644), 4, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_QMARK, anon_sym_GT2, ACTIONS(6702), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, [133547] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(5302), 1, anon_sym_LPAREN2, ACTIONS(5982), 1, anon_sym_LBRACK, ACTIONS(5986), 1, anon_sym_DOT, ACTIONS(5988), 1, anon_sym_DASH_GT, STATE(3460), 1, sym_argument_list, ACTIONS(5571), 10, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_GT_GT, ACTIONS(5569), 21, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_LT, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_GT2, [133601] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6734), 1, anon_sym_SLASH, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6730), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6732), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(5561), 5, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, ACTIONS(5559), 19, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, [133663] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6734), 1, anon_sym_SLASH, ACTIONS(6758), 1, anon_sym_LT_EQ_GT, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6730), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6732), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6752), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(5561), 5, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, ACTIONS(5559), 16, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, [133729] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(2731), 1, anon_sym_const, ACTIONS(4564), 1, anon_sym_LPAREN2, ACTIONS(6961), 1, anon_sym_STAR, ACTIONS(6963), 1, anon_sym_AMP_AMP, ACTIONS(6965), 1, anon_sym_AMP, ACTIONS(6967), 1, anon_sym_LBRACK, ACTIONS(6971), 1, sym_auto, ACTIONS(6973), 1, anon_sym_decltype, STATE(3887), 1, sym_parameter_list, STATE(4828), 1, sym_decltype_auto, STATE(5434), 1, sym__function_declarator_seq, STATE(5625), 1, sym__abstract_declarator, STATE(4551), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, STATE(5464), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, ACTIONS(6558), 7, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_EQ, anon_sym_final, anon_sym_override, anon_sym_try, anon_sym_requires, ACTIONS(6969), 10, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [133801] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6734), 1, anon_sym_SLASH, ACTIONS(6750), 1, anon_sym_GT_EQ, ACTIONS(6758), 1, anon_sym_LT_EQ_GT, STATE(2986), 1, sym_argument_list, ACTIONS(5561), 2, anon_sym_PIPE, anon_sym_AMP, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6730), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6732), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6752), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6748), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, ACTIONS(5559), 15, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, [133871] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(6778), 1, anon_sym_COMMA, ACTIONS(6975), 1, anon_sym_RPAREN, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [133961] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(6778), 1, anon_sym_COMMA, ACTIONS(6977), 1, anon_sym_RPAREN, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [134051] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6734), 1, anon_sym_SLASH, ACTIONS(6750), 1, anon_sym_GT_EQ, ACTIONS(6758), 1, anon_sym_LT_EQ_GT, STATE(2986), 1, sym_argument_list, ACTIONS(5561), 2, anon_sym_PIPE, anon_sym_AMP, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6730), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6732), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6752), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6746), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6748), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, ACTIONS(5559), 12, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, [134123] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(5561), 1, anon_sym_PIPE, ACTIONS(6734), 1, anon_sym_SLASH, ACTIONS(6744), 1, anon_sym_AMP, ACTIONS(6750), 1, anon_sym_GT_EQ, ACTIONS(6758), 1, anon_sym_LT_EQ_GT, ACTIONS(6762), 1, anon_sym_bitand, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6730), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6732), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6752), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6746), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6748), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, ACTIONS(5559), 11, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, [134199] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(5561), 1, anon_sym_PIPE, ACTIONS(6734), 1, anon_sym_SLASH, ACTIONS(6744), 1, anon_sym_AMP, ACTIONS(6750), 1, anon_sym_GT_EQ, ACTIONS(6758), 1, anon_sym_LT_EQ_GT, ACTIONS(6762), 1, anon_sym_bitand, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6730), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6732), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6742), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6752), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6746), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6748), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, ACTIONS(5559), 9, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_or, anon_sym_and, anon_sym_bitor, [134277] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(6778), 1, anon_sym_COMMA, ACTIONS(6979), 1, anon_sym_RPAREN, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [134367] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6734), 1, anon_sym_SLASH, ACTIONS(6740), 1, anon_sym_PIPE, ACTIONS(6744), 1, anon_sym_AMP, ACTIONS(6750), 1, anon_sym_GT_EQ, ACTIONS(6758), 1, anon_sym_LT_EQ_GT, ACTIONS(6760), 1, anon_sym_bitor, ACTIONS(6762), 1, anon_sym_bitand, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6730), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6732), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6742), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6752), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6746), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6748), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, ACTIONS(5559), 8, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_or, anon_sym_and, [134447] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(6778), 1, anon_sym_COMMA, ACTIONS(6981), 1, anon_sym_RPAREN, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [134537] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(59), 1, anon_sym_const, ACTIONS(6429), 1, anon_sym___attribute__, ACTIONS(6554), 1, sym_auto, ACTIONS(6556), 1, anon_sym_decltype, ACTIONS(6893), 1, anon_sym___declspec, ACTIONS(6895), 1, anon_sym_virtual, STATE(3722), 1, sym_decltype_auto, ACTIONS(6151), 2, anon_sym_AMP, anon_sym_LBRACK, ACTIONS(6153), 3, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, ACTIONS(6891), 5, anon_sym_extern, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, STATE(4550), 8, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, sym_ms_declspec_modifier, sym_storage_class_specifier, sym_type_qualifier, sym_virtual, aux_sym__declaration_specifiers_repeat1, ACTIONS(6433), 10, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [134603] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(4456), 1, anon_sym_LBRACK, ACTIONS(4459), 1, anon_sym_SEMI, ACTIONS(4464), 1, anon_sym_COLON_COLON, ACTIONS(6159), 1, anon_sym_LT, STATE(4044), 1, sym_template_argument_list, ACTIONS(4449), 2, anon_sym_LPAREN2, anon_sym_LBRACK_LBRACK, ACTIONS(4452), 3, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, ACTIONS(4447), 26, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_template, anon_sym_operator, [134659] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6734), 1, anon_sym_SLASH, ACTIONS(6740), 1, anon_sym_PIPE, ACTIONS(6744), 1, anon_sym_AMP, ACTIONS(6750), 1, anon_sym_GT_EQ, ACTIONS(6758), 1, anon_sym_LT_EQ_GT, ACTIONS(6760), 1, anon_sym_bitor, ACTIONS(6762), 1, anon_sym_bitand, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6730), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6732), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6738), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6742), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6752), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6746), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6748), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, ACTIONS(5559), 6, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_PIPE_PIPE, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_or, [134741] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6734), 1, anon_sym_SLASH, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6732), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(5561), 7, anon_sym_DASH, anon_sym_PLUS, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, ACTIONS(5559), 19, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, [134801] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(6778), 1, anon_sym_COMMA, ACTIONS(6983), 1, anon_sym_RPAREN, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [134891] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(6778), 1, anon_sym_COMMA, ACTIONS(6985), 1, anon_sym_RPAREN, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [134981] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(6482), 1, anon_sym_const, ACTIONS(6544), 1, anon_sym_LPAREN2, ACTIONS(6552), 1, anon_sym_LBRACK, ACTIONS(6560), 1, anon_sym_STAR, ACTIONS(6562), 1, anon_sym_AMP_AMP, ACTIONS(6564), 1, anon_sym_AMP, STATE(3836), 1, sym_parameter_list, STATE(5422), 1, sym__abstract_declarator, STATE(5447), 1, sym__function_declarator_seq, STATE(4131), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, STATE(5438), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, ACTIONS(5176), 10, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, anon_sym_final, anon_sym_override, anon_sym_try, anon_sym_requires, ACTIONS(6492), 10, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [135047] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(6778), 1, anon_sym_COMMA, ACTIONS(6987), 1, anon_sym_SEMI, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [135137] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(6778), 1, anon_sym_COMMA, ACTIONS(6989), 1, anon_sym_SEMI, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [135227] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(6991), 1, anon_sym_COMMA, ACTIONS(6993), 1, anon_sym_RPAREN, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [135317] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(5302), 1, anon_sym_LPAREN2, ACTIONS(5982), 1, anon_sym_LBRACK, ACTIONS(5986), 1, anon_sym_DOT, ACTIONS(5988), 1, anon_sym_DASH_GT, ACTIONS(6688), 1, anon_sym_SLASH, ACTIONS(6694), 1, anon_sym_PIPE, ACTIONS(6698), 1, anon_sym_AMP, ACTIONS(6704), 1, anon_sym_LT_LT, ACTIONS(6706), 1, anon_sym_GT_GT, ACTIONS(6710), 1, anon_sym_LT_EQ_GT, ACTIONS(6712), 1, anon_sym_bitor, ACTIONS(6714), 1, anon_sym_bitand, STATE(3460), 1, sym_argument_list, ACTIONS(6684), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6686), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6690), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6692), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6696), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6716), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6700), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(5549), 4, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_QMARK, anon_sym_GT2, ACTIONS(6702), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, [135401] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6995), 2, anon_sym_COMMA, anon_sym_RPAREN, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [135489] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(5302), 1, anon_sym_LPAREN2, ACTIONS(5982), 1, anon_sym_LBRACK, ACTIONS(5986), 1, anon_sym_DOT, ACTIONS(5988), 1, anon_sym_DASH_GT, ACTIONS(6680), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6688), 1, anon_sym_SLASH, ACTIONS(6694), 1, anon_sym_PIPE, ACTIONS(6698), 1, anon_sym_AMP, ACTIONS(6704), 1, anon_sym_LT_LT, ACTIONS(6706), 1, anon_sym_GT_GT, ACTIONS(6708), 1, anon_sym_QMARK, ACTIONS(6710), 1, anon_sym_LT_EQ_GT, ACTIONS(6712), 1, anon_sym_bitor, ACTIONS(6714), 1, anon_sym_bitand, STATE(3460), 1, sym_argument_list, ACTIONS(6684), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6686), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6690), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6692), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6696), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6716), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6957), 2, anon_sym_COMMA, anon_sym_GT2, ACTIONS(6700), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6702), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, [135577] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6734), 1, anon_sym_SLASH, ACTIONS(6740), 1, anon_sym_PIPE, ACTIONS(6744), 1, anon_sym_AMP, ACTIONS(6750), 1, anon_sym_GT_EQ, ACTIONS(6758), 1, anon_sym_LT_EQ_GT, ACTIONS(6760), 1, anon_sym_bitor, ACTIONS(6762), 1, anon_sym_bitand, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6730), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6732), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6736), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6738), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6742), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6752), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(5481), 3, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_QMARK, ACTIONS(6746), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6748), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [135663] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(6778), 1, anon_sym_COMMA, ACTIONS(6997), 1, anon_sym_SEMI, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [135753] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(6778), 1, anon_sym_COMMA, ACTIONS(6999), 1, anon_sym_SEMI, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [135843] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(6778), 1, anon_sym_COMMA, ACTIONS(7001), 1, anon_sym_SEMI, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [135933] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(6778), 1, anon_sym_COMMA, ACTIONS(7003), 1, anon_sym_SEMI, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [136023] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(6778), 1, anon_sym_COMMA, ACTIONS(7005), 1, anon_sym_SEMI, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [136113] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(59), 1, anon_sym_const, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(6425), 1, anon_sym_AMP_AMP, ACTIONS(6427), 1, anon_sym_AMP, ACTIONS(6431), 1, anon_sym_LBRACK, ACTIONS(6437), 1, anon_sym_noexcept, ACTIONS(6439), 1, anon_sym_throw, ACTIONS(6598), 1, anon_sym_DASH_GT, ACTIONS(6600), 1, anon_sym_requires, STATE(5070), 1, sym_ref_qualifier, STATE(5407), 1, sym_requires_clause, STATE(5661), 1, sym_trailing_return_type, ACTIONS(6524), 2, anon_sym_final, anon_sym_override, STATE(4536), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, STATE(5258), 2, sym_noexcept, sym_throw_specifier, STATE(5259), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(5297), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, ACTIONS(6423), 4, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_GT2, ACTIONS(6433), 10, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [136191] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(6778), 1, anon_sym_COMMA, ACTIONS(7007), 1, anon_sym_SEMI, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [136281] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(59), 1, anon_sym_const, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(6425), 1, anon_sym_AMP_AMP, ACTIONS(6427), 1, anon_sym_AMP, ACTIONS(6437), 1, anon_sym_noexcept, ACTIONS(6439), 1, anon_sym_throw, ACTIONS(6540), 1, anon_sym_LBRACK, ACTIONS(6598), 1, anon_sym_DASH_GT, ACTIONS(6600), 1, anon_sym_requires, STATE(5080), 1, sym_ref_qualifier, STATE(5463), 1, sym_requires_clause, STATE(5657), 1, sym_trailing_return_type, ACTIONS(6524), 2, anon_sym_final, anon_sym_override, STATE(4536), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, STATE(5233), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, STATE(5265), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(5266), 2, sym_noexcept, sym_throw_specifier, ACTIONS(6538), 4, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_GT2, ACTIONS(6433), 10, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [136359] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(6778), 1, anon_sym_COMMA, ACTIONS(7009), 1, anon_sym_SEMI, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [136449] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(4464), 1, anon_sym_COLON_COLON, ACTIONS(6159), 1, anon_sym_LT, STATE(3781), 1, sym_template_argument_list, ACTIONS(4471), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, ACTIONS(4466), 27, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_template, anon_sym_operator, [136499] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6734), 1, anon_sym_SLASH, ACTIONS(6740), 1, anon_sym_PIPE, ACTIONS(6744), 1, anon_sym_AMP, ACTIONS(6750), 1, anon_sym_GT_EQ, ACTIONS(6758), 1, anon_sym_LT_EQ_GT, ACTIONS(6760), 1, anon_sym_bitor, ACTIONS(6762), 1, anon_sym_bitand, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6730), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6732), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6736), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6738), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6742), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6752), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6746), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6748), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, ACTIONS(5549), 4, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_QMARK, [136583] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(4464), 1, anon_sym_COLON_COLON, ACTIONS(4646), 1, anon_sym_SEMI, ACTIONS(6159), 1, anon_sym_LT, ACTIONS(6595), 1, anon_sym_LBRACK, STATE(4044), 1, sym_template_argument_list, ACTIONS(4494), 2, anon_sym_LPAREN2, anon_sym_LBRACK_LBRACK, ACTIONS(4471), 3, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, ACTIONS(4466), 26, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_template, anon_sym_operator, [136639] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(7011), 1, anon_sym_COMMA, ACTIONS(7013), 1, anon_sym_RPAREN, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [136729] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(5302), 1, anon_sym_LPAREN2, ACTIONS(5982), 1, anon_sym_LBRACK, ACTIONS(5986), 1, anon_sym_DOT, ACTIONS(5988), 1, anon_sym_DASH_GT, ACTIONS(6680), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6688), 1, anon_sym_SLASH, ACTIONS(6694), 1, anon_sym_PIPE, ACTIONS(6698), 1, anon_sym_AMP, ACTIONS(6704), 1, anon_sym_LT_LT, ACTIONS(6706), 1, anon_sym_GT_GT, ACTIONS(6710), 1, anon_sym_LT_EQ_GT, ACTIONS(6712), 1, anon_sym_bitor, ACTIONS(6714), 1, anon_sym_bitand, STATE(3460), 1, sym_argument_list, ACTIONS(6684), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6686), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6690), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6692), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6696), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6716), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(5481), 3, anon_sym_COMMA, anon_sym_QMARK, anon_sym_GT2, ACTIONS(6700), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6702), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, [136815] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(6778), 1, anon_sym_COMMA, ACTIONS(7015), 1, anon_sym_SEMI, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [136905] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(7017), 1, anon_sym_COMMA, ACTIONS(7019), 1, anon_sym_RPAREN, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [136995] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(6778), 1, anon_sym_COMMA, ACTIONS(7021), 1, anon_sym_SEMI, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [137085] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6788), 2, anon_sym_COMMA, anon_sym_SEMI, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [137173] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(6778), 1, anon_sym_COMMA, ACTIONS(7023), 1, anon_sym_SEMI, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [137263] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(6778), 1, anon_sym_COMMA, ACTIONS(7025), 1, anon_sym_RPAREN, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [137353] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(2731), 1, anon_sym_const, ACTIONS(4564), 1, anon_sym_LPAREN2, ACTIONS(6961), 1, anon_sym_STAR, ACTIONS(6963), 1, anon_sym_AMP_AMP, ACTIONS(6965), 1, anon_sym_AMP, ACTIONS(6967), 1, anon_sym_LBRACK, ACTIONS(6971), 1, sym_auto, ACTIONS(6973), 1, anon_sym_decltype, STATE(3887), 1, sym_parameter_list, STATE(4828), 1, sym_decltype_auto, STATE(5434), 1, sym__function_declarator_seq, STATE(5639), 1, sym__abstract_declarator, STATE(4548), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, STATE(5464), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, ACTIONS(6542), 7, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_EQ, anon_sym_final, anon_sym_override, anon_sym_try, anon_sym_requires, ACTIONS(6969), 10, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [137425] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(6778), 1, anon_sym_COMMA, ACTIONS(7027), 1, anon_sym_RPAREN, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [137515] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(6778), 1, anon_sym_COMMA, ACTIONS(7029), 1, anon_sym_RPAREN, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [137605] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(6778), 1, anon_sym_COMMA, ACTIONS(7031), 1, anon_sym_RPAREN, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [137695] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(6778), 1, anon_sym_COMMA, ACTIONS(7033), 1, anon_sym_RPAREN, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [137785] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(6778), 1, anon_sym_COMMA, ACTIONS(7035), 1, anon_sym_SEMI, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [137875] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(6778), 1, anon_sym_COMMA, ACTIONS(7037), 1, anon_sym_SEMI, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [137965] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(6778), 1, anon_sym_COMMA, ACTIONS(7039), 1, anon_sym_RPAREN, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [138055] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(4464), 1, anon_sym_COLON_COLON, ACTIONS(6207), 1, anon_sym_LT, STATE(2160), 1, sym_template_argument_list, ACTIONS(5168), 4, anon_sym_AMP, anon_sym_LBRACK, anon_sym_const, anon_sym_COLON, ACTIONS(4483), 29, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, anon_sym_or, anon_sym_and, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_try, anon_sym_requires, [138105] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(5302), 1, anon_sym_LPAREN2, ACTIONS(5982), 1, anon_sym_LBRACK, ACTIONS(5986), 1, anon_sym_DOT, ACTIONS(5988), 1, anon_sym_DASH_GT, ACTIONS(6680), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6688), 1, anon_sym_SLASH, ACTIONS(6694), 1, anon_sym_PIPE, ACTIONS(6698), 1, anon_sym_AMP, ACTIONS(6704), 1, anon_sym_LT_LT, ACTIONS(6706), 1, anon_sym_GT_GT, ACTIONS(6708), 1, anon_sym_QMARK, ACTIONS(6710), 1, anon_sym_LT_EQ_GT, ACTIONS(6712), 1, anon_sym_bitor, ACTIONS(6714), 1, anon_sym_bitand, STATE(3460), 1, sym_argument_list, ACTIONS(6684), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6686), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6690), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6692), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6696), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6716), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(7041), 2, anon_sym_COMMA, anon_sym_GT2, ACTIONS(6700), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6702), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, [138193] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6734), 1, anon_sym_SLASH, ACTIONS(6740), 1, anon_sym_PIPE, ACTIONS(6744), 1, anon_sym_AMP, ACTIONS(6750), 1, anon_sym_GT_EQ, ACTIONS(6756), 1, anon_sym_QMARK, ACTIONS(6758), 1, anon_sym_LT_EQ_GT, ACTIONS(6760), 1, anon_sym_bitor, ACTIONS(6762), 1, anon_sym_bitand, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6730), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6732), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6736), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6738), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6742), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6752), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(7043), 2, anon_sym_COMMA, anon_sym_RBRACK, ACTIONS(6746), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6748), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [138281] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(6778), 1, anon_sym_COMMA, ACTIONS(7045), 1, anon_sym_SEMI, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [138371] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(6778), 1, anon_sym_COMMA, ACTIONS(7047), 1, anon_sym_SEMI, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [138461] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(7049), 1, anon_sym_COMMA, ACTIONS(7051), 1, anon_sym_RPAREN, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [138551] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(4464), 1, anon_sym_COLON_COLON, ACTIONS(6159), 1, anon_sym_LT, ACTIONS(6595), 1, anon_sym_LBRACK, STATE(4521), 1, sym_template_argument_list, ACTIONS(4494), 2, anon_sym_LPAREN2, anon_sym_LBRACK_LBRACK, ACTIONS(4471), 4, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, ACTIONS(4466), 26, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_template, anon_sym_operator, [138605] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(6778), 1, anon_sym_COMMA, ACTIONS(7053), 1, anon_sym_SEMI, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [138695] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(6778), 1, anon_sym_COMMA, ACTIONS(7055), 1, anon_sym_RPAREN, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [138785] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(2731), 1, anon_sym_const, ACTIONS(4564), 1, anon_sym_LPAREN2, ACTIONS(4566), 1, anon_sym_STAR, ACTIONS(4568), 1, anon_sym_AMP_AMP, ACTIONS(4570), 1, anon_sym_AMP, ACTIONS(6286), 1, sym_auto, ACTIONS(6288), 1, anon_sym_decltype, ACTIONS(6967), 1, anon_sym_LBRACK, STATE(2259), 1, sym_decltype_auto, STATE(3879), 1, sym_parameter_list, STATE(5434), 1, sym__function_declarator_seq, STATE(5629), 1, sym__abstract_declarator, STATE(4547), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, STATE(5464), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, ACTIONS(6558), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_final, anon_sym_override, anon_sym_requires, ACTIONS(6969), 10, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [138857] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(7057), 2, anon_sym_COMMA, anon_sym_RPAREN, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [138945] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5393), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_GT_GT, anon_sym_DOT, ACTIONS(5391), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_LT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, [138989] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(7059), 1, anon_sym_COMMA, ACTIONS(7061), 1, anon_sym_RPAREN, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [139079] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(5302), 1, anon_sym_LPAREN2, ACTIONS(5982), 1, anon_sym_LBRACK, ACTIONS(5986), 1, anon_sym_DOT, ACTIONS(5988), 1, anon_sym_DASH_GT, ACTIONS(6688), 1, anon_sym_SLASH, STATE(3460), 1, sym_argument_list, ACTIONS(6686), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6716), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(5561), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_GT_GT, ACTIONS(5559), 17, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_LT, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_GT2, [139139] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(6778), 1, anon_sym_COMMA, ACTIONS(7063), 1, anon_sym_RPAREN, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [139229] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(5302), 1, anon_sym_LPAREN2, ACTIONS(5982), 1, anon_sym_LBRACK, ACTIONS(5986), 1, anon_sym_DOT, ACTIONS(5988), 1, anon_sym_DASH_GT, STATE(3460), 1, sym_argument_list, ACTIONS(6716), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(5561), 10, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_GT_GT, ACTIONS(5559), 19, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_LT, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_GT2, [139285] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(5302), 1, anon_sym_LPAREN2, ACTIONS(5982), 1, anon_sym_LBRACK, ACTIONS(5986), 1, anon_sym_DOT, ACTIONS(5988), 1, anon_sym_DASH_GT, ACTIONS(6688), 1, anon_sym_SLASH, ACTIONS(6694), 1, anon_sym_PIPE, ACTIONS(6698), 1, anon_sym_AMP, ACTIONS(6704), 1, anon_sym_LT_LT, ACTIONS(6706), 1, anon_sym_GT_GT, ACTIONS(6710), 1, anon_sym_LT_EQ_GT, ACTIONS(6712), 1, anon_sym_bitor, ACTIONS(6714), 1, anon_sym_bitand, STATE(3460), 1, sym_argument_list, ACTIONS(6684), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6686), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6692), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6696), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6716), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6700), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6702), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, ACTIONS(5559), 6, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_PIPE_PIPE, anon_sym_QMARK, anon_sym_or, anon_sym_GT2, [139367] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(6778), 1, anon_sym_COMMA, ACTIONS(7065), 1, anon_sym_SEMI, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [139457] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(5302), 1, anon_sym_LPAREN2, ACTIONS(5982), 1, anon_sym_LBRACK, ACTIONS(5986), 1, anon_sym_DOT, ACTIONS(5988), 1, anon_sym_DASH_GT, ACTIONS(6688), 1, anon_sym_SLASH, ACTIONS(6694), 1, anon_sym_PIPE, ACTIONS(6698), 1, anon_sym_AMP, ACTIONS(6704), 1, anon_sym_LT_LT, ACTIONS(6706), 1, anon_sym_GT_GT, ACTIONS(6710), 1, anon_sym_LT_EQ_GT, ACTIONS(6712), 1, anon_sym_bitor, ACTIONS(6714), 1, anon_sym_bitand, STATE(3460), 1, sym_argument_list, ACTIONS(6684), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6686), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6696), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6716), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6700), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6702), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, ACTIONS(5559), 8, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_QMARK, anon_sym_or, anon_sym_and, anon_sym_GT2, [139537] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(5302), 1, anon_sym_LPAREN2, ACTIONS(5982), 1, anon_sym_LBRACK, ACTIONS(5986), 1, anon_sym_DOT, ACTIONS(5988), 1, anon_sym_DASH_GT, ACTIONS(6680), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6688), 1, anon_sym_SLASH, ACTIONS(6694), 1, anon_sym_PIPE, ACTIONS(6698), 1, anon_sym_AMP, ACTIONS(6704), 1, anon_sym_LT_LT, ACTIONS(6706), 1, anon_sym_GT_GT, ACTIONS(6708), 1, anon_sym_QMARK, ACTIONS(6710), 1, anon_sym_LT_EQ_GT, ACTIONS(6712), 1, anon_sym_bitor, ACTIONS(6714), 1, anon_sym_bitand, STATE(3460), 1, sym_argument_list, ACTIONS(5744), 2, anon_sym_COMMA, anon_sym_GT2, ACTIONS(6684), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6686), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6690), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6692), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6696), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6716), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6700), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6702), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, [139625] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5399), 18, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_LT, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, ACTIONS(5401), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_GT_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DOT, sym_literal_suffix, [139669] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(6778), 1, anon_sym_COMMA, ACTIONS(7067), 1, anon_sym_SEMI, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [139759] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(5302), 1, anon_sym_LPAREN2, ACTIONS(5561), 1, anon_sym_PIPE, ACTIONS(5982), 1, anon_sym_LBRACK, ACTIONS(5986), 1, anon_sym_DOT, ACTIONS(5988), 1, anon_sym_DASH_GT, ACTIONS(6688), 1, anon_sym_SLASH, ACTIONS(6698), 1, anon_sym_AMP, ACTIONS(6704), 1, anon_sym_LT_LT, ACTIONS(6706), 1, anon_sym_GT_GT, ACTIONS(6710), 1, anon_sym_LT_EQ_GT, ACTIONS(6714), 1, anon_sym_bitand, STATE(3460), 1, sym_argument_list, ACTIONS(6684), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6686), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6696), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6716), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6700), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6702), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, ACTIONS(5559), 9, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_QMARK, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_GT2, [139837] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(6778), 1, anon_sym_COMMA, ACTIONS(7069), 1, anon_sym_SEMI, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [139927] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(6778), 1, anon_sym_COMMA, ACTIONS(7071), 1, anon_sym_RPAREN, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [140017] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(4456), 1, anon_sym_LBRACK, ACTIONS(4464), 1, anon_sym_COLON_COLON, ACTIONS(6159), 1, anon_sym_LT, STATE(4521), 1, sym_template_argument_list, ACTIONS(4449), 2, anon_sym_LPAREN2, anon_sym_LBRACK_LBRACK, ACTIONS(4452), 4, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, ACTIONS(4447), 26, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_template, anon_sym_operator, [140071] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(5302), 1, anon_sym_LPAREN2, ACTIONS(5982), 1, anon_sym_LBRACK, ACTIONS(5986), 1, anon_sym_DOT, ACTIONS(5988), 1, anon_sym_DASH_GT, ACTIONS(6688), 1, anon_sym_SLASH, ACTIONS(6694), 1, anon_sym_PIPE, ACTIONS(6698), 1, anon_sym_AMP, ACTIONS(6704), 1, anon_sym_LT_LT, ACTIONS(6706), 1, anon_sym_GT_GT, ACTIONS(6710), 1, anon_sym_LT_EQ_GT, ACTIONS(6712), 1, anon_sym_bitor, ACTIONS(6714), 1, anon_sym_bitand, STATE(3460), 1, sym_argument_list, ACTIONS(6684), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6686), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6690), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6692), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6696), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6716), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6700), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(5694), 4, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_QMARK, anon_sym_GT2, ACTIONS(6702), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, [140155] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(7073), 2, anon_sym_COMMA, anon_sym_RBRACE, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [140243] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(5302), 1, anon_sym_LPAREN2, ACTIONS(5982), 1, anon_sym_LBRACK, ACTIONS(5986), 1, anon_sym_DOT, ACTIONS(5988), 1, anon_sym_DASH_GT, ACTIONS(6680), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6688), 1, anon_sym_SLASH, ACTIONS(6694), 1, anon_sym_PIPE, ACTIONS(6698), 1, anon_sym_AMP, ACTIONS(6704), 1, anon_sym_LT_LT, ACTIONS(6706), 1, anon_sym_GT_GT, ACTIONS(6708), 1, anon_sym_QMARK, ACTIONS(6710), 1, anon_sym_LT_EQ_GT, ACTIONS(6712), 1, anon_sym_bitor, ACTIONS(6714), 1, anon_sym_bitand, STATE(3460), 1, sym_argument_list, ACTIONS(5664), 2, anon_sym_COMMA, anon_sym_GT2, ACTIONS(6684), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6686), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6690), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6692), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6696), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6716), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6700), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6702), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, [140331] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(7075), 1, anon_sym_COMMA, ACTIONS(7077), 1, anon_sym_RPAREN, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [140421] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(5302), 1, anon_sym_LPAREN2, ACTIONS(5982), 1, anon_sym_LBRACK, ACTIONS(5986), 1, anon_sym_DOT, ACTIONS(5988), 1, anon_sym_DASH_GT, ACTIONS(6688), 1, anon_sym_SLASH, ACTIONS(6694), 1, anon_sym_PIPE, ACTIONS(6698), 1, anon_sym_AMP, ACTIONS(6704), 1, anon_sym_LT_LT, ACTIONS(6706), 1, anon_sym_GT_GT, ACTIONS(6710), 1, anon_sym_LT_EQ_GT, ACTIONS(6712), 1, anon_sym_bitor, ACTIONS(6714), 1, anon_sym_bitand, STATE(3460), 1, sym_argument_list, ACTIONS(6684), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6686), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6690), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6692), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6696), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6716), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6700), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(5610), 4, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_QMARK, anon_sym_GT2, ACTIONS(6702), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, [140505] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(6778), 1, anon_sym_COMMA, ACTIONS(6782), 1, anon_sym_SEMI, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [140595] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(7079), 2, anon_sym_COMMA, anon_sym_RPAREN, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [140683] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(6778), 1, anon_sym_COMMA, ACTIONS(7081), 1, anon_sym_SEMI, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [140773] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(5302), 1, anon_sym_LPAREN2, ACTIONS(5561), 1, anon_sym_PIPE, ACTIONS(5982), 1, anon_sym_LBRACK, ACTIONS(5986), 1, anon_sym_DOT, ACTIONS(5988), 1, anon_sym_DASH_GT, ACTIONS(6688), 1, anon_sym_SLASH, ACTIONS(6698), 1, anon_sym_AMP, ACTIONS(6704), 1, anon_sym_LT_LT, ACTIONS(6706), 1, anon_sym_GT_GT, ACTIONS(6710), 1, anon_sym_LT_EQ_GT, ACTIONS(6714), 1, anon_sym_bitand, STATE(3460), 1, sym_argument_list, ACTIONS(6684), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6686), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6716), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6700), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6702), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, ACTIONS(5559), 11, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_QMARK, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_GT2, [140849] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6883), 2, anon_sym_COMMA, anon_sym_RBRACE, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [140937] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(5302), 1, anon_sym_LPAREN2, ACTIONS(5982), 1, anon_sym_LBRACK, ACTIONS(5986), 1, anon_sym_DOT, ACTIONS(5988), 1, anon_sym_DASH_GT, ACTIONS(6688), 1, anon_sym_SLASH, ACTIONS(6704), 1, anon_sym_LT_LT, ACTIONS(6706), 1, anon_sym_GT_GT, ACTIONS(6710), 1, anon_sym_LT_EQ_GT, STATE(3460), 1, sym_argument_list, ACTIONS(5561), 2, anon_sym_PIPE, anon_sym_AMP, ACTIONS(6684), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6686), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6716), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6700), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6702), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, ACTIONS(5559), 12, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_QMARK, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_GT2, [141009] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(6778), 1, anon_sym_COMMA, ACTIONS(7083), 1, anon_sym_RPAREN, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [141099] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(5302), 1, anon_sym_LPAREN2, ACTIONS(5982), 1, anon_sym_LBRACK, ACTIONS(5986), 1, anon_sym_DOT, ACTIONS(5988), 1, anon_sym_DASH_GT, ACTIONS(6688), 1, anon_sym_SLASH, ACTIONS(6704), 1, anon_sym_LT_LT, ACTIONS(6706), 1, anon_sym_GT_GT, ACTIONS(6710), 1, anon_sym_LT_EQ_GT, STATE(3460), 1, sym_argument_list, ACTIONS(5561), 2, anon_sym_PIPE, anon_sym_AMP, ACTIONS(6684), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6686), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6716), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6702), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, ACTIONS(5559), 15, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_GT2, [141169] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(5302), 1, anon_sym_LPAREN2, ACTIONS(5982), 1, anon_sym_LBRACK, ACTIONS(5986), 1, anon_sym_DOT, ACTIONS(5988), 1, anon_sym_DASH_GT, ACTIONS(6688), 1, anon_sym_SLASH, ACTIONS(6704), 1, anon_sym_LT_LT, ACTIONS(6706), 1, anon_sym_GT_GT, ACTIONS(6710), 1, anon_sym_LT_EQ_GT, STATE(3460), 1, sym_argument_list, ACTIONS(6684), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6686), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6716), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(5561), 6, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, ACTIONS(5559), 15, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_GT2, [141237] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(6778), 1, anon_sym_COMMA, ACTIONS(7085), 1, anon_sym_SEMI, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [141327] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(5952), 1, anon_sym_RPAREN, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(6778), 1, anon_sym_COMMA, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [141417] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(6778), 1, anon_sym_COMMA, ACTIONS(7087), 1, anon_sym_RPAREN, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [141507] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(7089), 1, anon_sym_COMMA, ACTIONS(7091), 1, anon_sym_RPAREN, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [141597] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(7093), 2, anon_sym_COMMA, anon_sym_RBRACE, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [141685] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(6778), 1, anon_sym_COMMA, ACTIONS(7095), 1, anon_sym_SEMI, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [141775] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(6778), 1, anon_sym_COMMA, ACTIONS(7097), 1, anon_sym_RPAREN, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [141865] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(6778), 1, anon_sym_COMMA, ACTIONS(7099), 1, anon_sym_SEMI, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [141955] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6734), 1, anon_sym_SLASH, ACTIONS(6740), 1, anon_sym_PIPE, ACTIONS(6744), 1, anon_sym_AMP, ACTIONS(6750), 1, anon_sym_GT_EQ, ACTIONS(6758), 1, anon_sym_LT_EQ_GT, ACTIONS(6760), 1, anon_sym_bitor, ACTIONS(6762), 1, anon_sym_bitand, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6730), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6732), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6736), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6738), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6742), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6752), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6746), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6748), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, ACTIONS(5644), 4, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_QMARK, [142039] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6734), 1, anon_sym_SLASH, ACTIONS(6758), 1, anon_sym_LT_EQ_GT, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6730), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6732), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6752), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(5658), 5, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, ACTIONS(5656), 16, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, [142105] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(5302), 1, anon_sym_LPAREN2, ACTIONS(5982), 1, anon_sym_LBRACK, ACTIONS(5986), 1, anon_sym_DOT, ACTIONS(5988), 1, anon_sym_DASH_GT, ACTIONS(6688), 1, anon_sym_SLASH, STATE(3460), 1, sym_argument_list, ACTIONS(6684), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6686), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6716), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(5561), 7, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_GT_GT, ACTIONS(5559), 17, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_LT, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_GT2, [142167] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(6778), 1, anon_sym_COMMA, ACTIONS(7101), 1, anon_sym_RPAREN, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [142257] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(6778), 1, anon_sym_COMMA, ACTIONS(7103), 1, anon_sym_SEMI, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [142347] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(6778), 1, anon_sym_COMMA, ACTIONS(7105), 1, anon_sym_RPAREN, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [142437] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(6778), 1, anon_sym_COMMA, ACTIONS(7107), 1, anon_sym_RPAREN, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [142527] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(6778), 1, anon_sym_COMMA, ACTIONS(7109), 1, anon_sym_RPAREN, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [142617] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(5302), 1, anon_sym_LPAREN2, ACTIONS(5982), 1, anon_sym_LBRACK, ACTIONS(5986), 1, anon_sym_DOT, ACTIONS(5988), 1, anon_sym_DASH_GT, ACTIONS(6688), 1, anon_sym_SLASH, ACTIONS(6704), 1, anon_sym_LT_LT, ACTIONS(6706), 1, anon_sym_GT_GT, STATE(3460), 1, sym_argument_list, ACTIONS(6684), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6686), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6716), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(5561), 6, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, ACTIONS(5559), 16, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_GT2, [142683] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(5302), 1, anon_sym_LPAREN2, ACTIONS(5982), 1, anon_sym_LBRACK, ACTIONS(5986), 1, anon_sym_DOT, ACTIONS(5988), 1, anon_sym_DASH_GT, STATE(3460), 1, sym_argument_list, ACTIONS(6716), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(5582), 10, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_GT_GT, ACTIONS(5580), 19, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_LT, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_GT2, [142739] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(6778), 1, anon_sym_COMMA, ACTIONS(7111), 1, anon_sym_RPAREN, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [142829] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(6778), 1, anon_sym_COMMA, ACTIONS(7113), 1, anon_sym_SEMI, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [142919] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(6778), 1, anon_sym_COMMA, ACTIONS(7115), 1, anon_sym_RPAREN, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [143009] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(2731), 1, anon_sym_const, ACTIONS(4564), 1, anon_sym_LPAREN2, ACTIONS(4566), 1, anon_sym_STAR, ACTIONS(4568), 1, anon_sym_AMP_AMP, ACTIONS(4570), 1, anon_sym_AMP, ACTIONS(6286), 1, sym_auto, ACTIONS(6288), 1, anon_sym_decltype, ACTIONS(6967), 1, anon_sym_LBRACK, STATE(2259), 1, sym_decltype_auto, STATE(3879), 1, sym_parameter_list, STATE(5434), 1, sym__function_declarator_seq, STATE(5611), 1, sym__abstract_declarator, STATE(4534), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, STATE(5464), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, ACTIONS(6542), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_final, anon_sym_override, anon_sym_requires, ACTIONS(6969), 10, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [143081] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(6778), 1, anon_sym_COMMA, ACTIONS(7117), 1, anon_sym_SEMI, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [143171] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(6778), 1, anon_sym_COMMA, ACTIONS(7119), 1, anon_sym_SEMI, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [143261] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(6778), 1, anon_sym_COMMA, ACTIONS(7121), 1, anon_sym_SEMI, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [143351] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(6778), 1, anon_sym_COMMA, ACTIONS(7123), 1, anon_sym_SEMI, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [143441] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(6671), 1, anon_sym_SEMI, ACTIONS(6778), 1, anon_sym_COMMA, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [143531] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(6778), 1, anon_sym_COMMA, ACTIONS(7125), 1, anon_sym_SEMI, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [143621] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(5302), 1, anon_sym_LPAREN2, ACTIONS(5982), 1, anon_sym_LBRACK, ACTIONS(5986), 1, anon_sym_DOT, ACTIONS(5988), 1, anon_sym_DASH_GT, ACTIONS(6680), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6688), 1, anon_sym_SLASH, ACTIONS(6694), 1, anon_sym_PIPE, ACTIONS(6698), 1, anon_sym_AMP, ACTIONS(6704), 1, anon_sym_LT_LT, ACTIONS(6706), 1, anon_sym_GT_GT, ACTIONS(6708), 1, anon_sym_QMARK, ACTIONS(6710), 1, anon_sym_LT_EQ_GT, ACTIONS(6712), 1, anon_sym_bitor, ACTIONS(6714), 1, anon_sym_bitand, STATE(3460), 1, sym_argument_list, ACTIONS(6684), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6686), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6690), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6692), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6696), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6716), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6995), 2, anon_sym_COMMA, anon_sym_GT2, ACTIONS(6700), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6702), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, [143709] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2994), 2, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(2992), 33, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_typename, anon_sym_template, [143752] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(6074), 1, anon_sym_DOT, ACTIONS(6076), 1, anon_sym_DASH_GT, ACTIONS(7131), 1, anon_sym_SLASH, ACTIONS(7133), 1, anon_sym_PIPE, ACTIONS(7137), 1, anon_sym_AMP, ACTIONS(7143), 1, anon_sym_GT_EQ, ACTIONS(7147), 1, anon_sym_LT_EQ_GT, ACTIONS(7149), 1, anon_sym_bitor, ACTIONS(7151), 1, anon_sym_bitand, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(7127), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(7129), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(7135), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(7145), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(7139), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(7141), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, ACTIONS(5559), 7, anon_sym_DOT_DOT_DOT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_COLON, anon_sym_QMARK, anon_sym_or, anon_sym_and, [143831] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(7153), 1, anon_sym_SEMI, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [143918] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6734), 1, anon_sym_SLASH, ACTIONS(6740), 1, anon_sym_PIPE, ACTIONS(6744), 1, anon_sym_AMP, ACTIONS(6750), 1, anon_sym_GT_EQ, ACTIONS(6756), 1, anon_sym_QMARK, ACTIONS(6758), 1, anon_sym_LT_EQ_GT, ACTIONS(6760), 1, anon_sym_bitor, ACTIONS(6762), 1, anon_sym_bitand, ACTIONS(7155), 1, anon_sym_RBRACK, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6730), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6732), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6736), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6738), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6742), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6752), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6746), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6748), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [144005] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(6074), 1, anon_sym_DOT, ACTIONS(6076), 1, anon_sym_DASH_GT, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(7131), 1, anon_sym_SLASH, ACTIONS(7133), 1, anon_sym_PIPE, ACTIONS(7137), 1, anon_sym_AMP, ACTIONS(7143), 1, anon_sym_GT_EQ, ACTIONS(7147), 1, anon_sym_LT_EQ_GT, ACTIONS(7149), 1, anon_sym_bitor, ACTIONS(7151), 1, anon_sym_bitand, ACTIONS(7161), 1, anon_sym_COLON, ACTIONS(7163), 1, anon_sym_QMARK, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(7127), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(7129), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(7135), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(7145), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(7157), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(7159), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(7139), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(7141), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [144092] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(7165), 1, anon_sym_RBRACE, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [144179] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(7167), 1, anon_sym_SEMI, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [144266] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(7169), 1, anon_sym_RPAREN, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [144353] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(7171), 1, anon_sym_SEMI, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [144440] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(7173), 1, anon_sym_COMMA, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [144527] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5614), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_GT_GT, anon_sym_DOT, ACTIONS(2966), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_LT, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, [144570] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(7175), 1, anon_sym_SEMI, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [144657] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(6607), 1, sym_primitive_type, ACTIONS(7177), 1, sym_identifier, STATE(3651), 1, aux_sym_sized_type_specifier_repeat1, ACTIONS(6605), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, ACTIONS(4963), 9, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, ACTIONS(4965), 19, anon_sym_AMP, anon_sym_LBRACK, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_try, anon_sym_requires, [144708] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(7179), 1, anon_sym_SEMI, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [144795] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(7181), 1, anon_sym_SEMI, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [144882] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(4203), 1, anon_sym_RBRACK, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6734), 1, anon_sym_SLASH, ACTIONS(6740), 1, anon_sym_PIPE, ACTIONS(6744), 1, anon_sym_AMP, ACTIONS(6750), 1, anon_sym_GT_EQ, ACTIONS(6756), 1, anon_sym_QMARK, ACTIONS(6758), 1, anon_sym_LT_EQ_GT, ACTIONS(6760), 1, anon_sym_bitor, ACTIONS(6762), 1, anon_sym_bitand, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6730), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6732), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6736), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6738), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6742), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6752), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6746), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6748), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [144969] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6734), 1, anon_sym_SLASH, ACTIONS(6740), 1, anon_sym_PIPE, ACTIONS(6744), 1, anon_sym_AMP, ACTIONS(6750), 1, anon_sym_GT_EQ, ACTIONS(6756), 1, anon_sym_QMARK, ACTIONS(6758), 1, anon_sym_LT_EQ_GT, ACTIONS(6760), 1, anon_sym_bitor, ACTIONS(6762), 1, anon_sym_bitand, ACTIONS(7183), 1, anon_sym_RBRACK, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6730), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6732), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6736), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6738), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6742), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6752), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6746), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6748), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [145056] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5590), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_GT_GT, anon_sym_DOT, ACTIONS(5588), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_LT, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, [145099] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5407), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_GT_GT, anon_sym_DOT, ACTIONS(5409), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_LT, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, [145142] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(6074), 1, anon_sym_DOT, ACTIONS(6076), 1, anon_sym_DASH_GT, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(7131), 1, anon_sym_SLASH, ACTIONS(7133), 1, anon_sym_PIPE, ACTIONS(7137), 1, anon_sym_AMP, ACTIONS(7143), 1, anon_sym_GT_EQ, ACTIONS(7147), 1, anon_sym_LT_EQ_GT, ACTIONS(7149), 1, anon_sym_bitor, ACTIONS(7151), 1, anon_sym_bitand, ACTIONS(7163), 1, anon_sym_QMARK, ACTIONS(7185), 1, anon_sym_COLON, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(7127), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(7129), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(7135), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(7145), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(7157), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(7159), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(7139), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(7141), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [145229] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3097), 2, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(3095), 33, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_typename, anon_sym_template, [145272] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3062), 2, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(3060), 33, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_typename, anon_sym_template, [145315] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(7187), 1, anon_sym_SEMI, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [145402] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(7189), 1, anon_sym_SEMI, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [145489] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(6074), 1, anon_sym_DOT, ACTIONS(6076), 1, anon_sym_DASH_GT, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(7131), 1, anon_sym_SLASH, ACTIONS(7133), 1, anon_sym_PIPE, ACTIONS(7137), 1, anon_sym_AMP, ACTIONS(7143), 1, anon_sym_GT_EQ, ACTIONS(7147), 1, anon_sym_LT_EQ_GT, ACTIONS(7149), 1, anon_sym_bitor, ACTIONS(7151), 1, anon_sym_bitand, ACTIONS(7163), 1, anon_sym_QMARK, ACTIONS(7191), 1, anon_sym_COLON, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(7127), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(7129), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(7135), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(7145), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(7157), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(7159), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(7139), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(7141), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [145576] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(7193), 1, anon_sym_SEMI, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [145663] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6734), 1, anon_sym_SLASH, ACTIONS(6740), 1, anon_sym_PIPE, ACTIONS(6744), 1, anon_sym_AMP, ACTIONS(6750), 1, anon_sym_GT_EQ, ACTIONS(6756), 1, anon_sym_QMARK, ACTIONS(6758), 1, anon_sym_LT_EQ_GT, ACTIONS(6760), 1, anon_sym_bitor, ACTIONS(6762), 1, anon_sym_bitand, ACTIONS(7195), 1, anon_sym_RBRACK, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6730), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6732), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6736), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6738), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6742), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6752), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6746), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6748), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [145750] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6734), 1, anon_sym_SLASH, ACTIONS(6740), 1, anon_sym_PIPE, ACTIONS(6744), 1, anon_sym_AMP, ACTIONS(6750), 1, anon_sym_GT_EQ, ACTIONS(6756), 1, anon_sym_QMARK, ACTIONS(6758), 1, anon_sym_LT_EQ_GT, ACTIONS(6760), 1, anon_sym_bitor, ACTIONS(6762), 1, anon_sym_bitand, ACTIONS(7197), 1, anon_sym_RBRACK, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6730), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6732), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6736), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6738), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6742), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6752), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6746), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6748), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [145837] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(7199), 1, anon_sym_SEMI, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [145924] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(7201), 1, anon_sym_SEMI, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [146011] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(7203), 1, anon_sym_SEMI, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [146098] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(7205), 1, anon_sym_COMMA, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [146185] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(7207), 1, anon_sym_SEMI, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [146272] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(4201), 1, anon_sym_RBRACK, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6734), 1, anon_sym_SLASH, ACTIONS(6740), 1, anon_sym_PIPE, ACTIONS(6744), 1, anon_sym_AMP, ACTIONS(6750), 1, anon_sym_GT_EQ, ACTIONS(6756), 1, anon_sym_QMARK, ACTIONS(6758), 1, anon_sym_LT_EQ_GT, ACTIONS(6760), 1, anon_sym_bitor, ACTIONS(6762), 1, anon_sym_bitand, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6730), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6732), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6736), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6738), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6742), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6752), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6746), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6748), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [146359] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(7209), 1, anon_sym_RPAREN, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [146446] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(6074), 1, anon_sym_DOT, ACTIONS(6076), 1, anon_sym_DASH_GT, ACTIONS(7131), 1, anon_sym_SLASH, ACTIONS(7133), 1, anon_sym_PIPE, ACTIONS(7137), 1, anon_sym_AMP, ACTIONS(7143), 1, anon_sym_GT_EQ, ACTIONS(7147), 1, anon_sym_LT_EQ_GT, ACTIONS(7149), 1, anon_sym_bitor, ACTIONS(7151), 1, anon_sym_bitand, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(7127), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(7129), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(7135), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(7145), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(7157), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(7159), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(5694), 3, anon_sym_DOT_DOT_DOT, anon_sym_COLON, anon_sym_QMARK, ACTIONS(7139), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(7141), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [146529] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(4199), 1, anon_sym_RBRACK, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6734), 1, anon_sym_SLASH, ACTIONS(6740), 1, anon_sym_PIPE, ACTIONS(6744), 1, anon_sym_AMP, ACTIONS(6750), 1, anon_sym_GT_EQ, ACTIONS(6756), 1, anon_sym_QMARK, ACTIONS(6758), 1, anon_sym_LT_EQ_GT, ACTIONS(6760), 1, anon_sym_bitor, ACTIONS(6762), 1, anon_sym_bitand, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6730), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6732), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6736), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6738), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6742), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6752), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6746), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6748), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [146616] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(7213), 2, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(7211), 33, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_typename, anon_sym_template, [146659] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5600), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_GT_GT, anon_sym_DOT, ACTIONS(5598), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_LT, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, [146702] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5604), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_GT_GT, anon_sym_DOT, ACTIONS(5602), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_LT, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, [146745] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(6074), 1, anon_sym_DOT, ACTIONS(6076), 1, anon_sym_DASH_GT, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(7131), 1, anon_sym_SLASH, ACTIONS(7133), 1, anon_sym_PIPE, ACTIONS(7137), 1, anon_sym_AMP, ACTIONS(7143), 1, anon_sym_GT_EQ, ACTIONS(7147), 1, anon_sym_LT_EQ_GT, ACTIONS(7149), 1, anon_sym_bitor, ACTIONS(7151), 1, anon_sym_bitand, ACTIONS(7163), 1, anon_sym_QMARK, ACTIONS(7215), 1, anon_sym_COLON, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(7127), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(7129), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(7135), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(7145), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(7157), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(7159), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(7139), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(7141), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [146832] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(7217), 1, anon_sym_SEMI, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [146919] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(7219), 1, anon_sym_RPAREN, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [147006] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(7221), 1, anon_sym_SEMI, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [147093] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6734), 1, anon_sym_SLASH, ACTIONS(6740), 1, anon_sym_PIPE, ACTIONS(6744), 1, anon_sym_AMP, ACTIONS(6750), 1, anon_sym_GT_EQ, ACTIONS(6756), 1, anon_sym_QMARK, ACTIONS(6758), 1, anon_sym_LT_EQ_GT, ACTIONS(6760), 1, anon_sym_bitor, ACTIONS(6762), 1, anon_sym_bitand, ACTIONS(7223), 1, anon_sym_RBRACK, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6730), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6732), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6736), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6738), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6742), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6752), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6746), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6748), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [147180] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(7225), 1, anon_sym_SEMI, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [147267] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(7227), 1, anon_sym_COMMA, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [147354] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(7229), 1, anon_sym_SEMI, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [147441] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5638), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_GT_GT, anon_sym_DOT, ACTIONS(5636), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_LT, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, [147484] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5561), 1, anon_sym_PIPE, ACTIONS(6074), 1, anon_sym_DOT, ACTIONS(6076), 1, anon_sym_DASH_GT, ACTIONS(7131), 1, anon_sym_SLASH, ACTIONS(7137), 1, anon_sym_AMP, ACTIONS(7143), 1, anon_sym_GT_EQ, ACTIONS(7147), 1, anon_sym_LT_EQ_GT, ACTIONS(7151), 1, anon_sym_bitand, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(7127), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(7129), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(7135), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(7145), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(7139), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(7141), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, ACTIONS(5559), 8, anon_sym_DOT_DOT_DOT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_COLON, anon_sym_QMARK, anon_sym_or, anon_sym_and, anon_sym_bitor, [147561] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(6532), 1, anon_sym_LBRACE, ACTIONS(7231), 1, anon_sym_COLON, STATE(3881), 1, sym__enum_base_clause, STATE(3973), 1, sym_enumerator_list, ACTIONS(5287), 6, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_EQ, ACTIONS(5289), 25, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_operator, [147612] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3054), 2, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(3052), 33, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_typename, anon_sym_template, [147655] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(7233), 1, anon_sym_RPAREN, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [147742] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(7235), 1, anon_sym_SEMI, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [147829] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5650), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_GT_GT, anon_sym_DOT, ACTIONS(5648), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_LT, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, [147872] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5618), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_GT_GT, anon_sym_DOT, ACTIONS(5616), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_LT, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, [147915] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(7237), 1, anon_sym_RPAREN, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [148002] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(4322), 1, anon_sym_RBRACK, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6734), 1, anon_sym_SLASH, ACTIONS(6740), 1, anon_sym_PIPE, ACTIONS(6744), 1, anon_sym_AMP, ACTIONS(6750), 1, anon_sym_GT_EQ, ACTIONS(6756), 1, anon_sym_QMARK, ACTIONS(6758), 1, anon_sym_LT_EQ_GT, ACTIONS(6760), 1, anon_sym_bitor, ACTIONS(6762), 1, anon_sym_bitand, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6730), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6732), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6736), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6738), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6742), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6752), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6746), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6748), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [148089] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(7239), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(5325), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_GT_GT, anon_sym_DOT, ACTIONS(5327), 22, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_LT, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, [148134] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(6074), 1, anon_sym_DOT, ACTIONS(6076), 1, anon_sym_DASH_GT, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(5561), 8, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, ACTIONS(5559), 20, anon_sym_DOT_DOT_DOT, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, [148189] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(7241), 1, anon_sym_SEMI, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [148276] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3247), 2, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(3242), 33, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_typename, anon_sym_template, [148319] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(7243), 1, anon_sym_SEMI, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [148406] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(6074), 1, anon_sym_DOT, ACTIONS(6076), 1, anon_sym_DASH_GT, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(7131), 1, anon_sym_SLASH, ACTIONS(7133), 1, anon_sym_PIPE, ACTIONS(7137), 1, anon_sym_AMP, ACTIONS(7143), 1, anon_sym_GT_EQ, ACTIONS(7147), 1, anon_sym_LT_EQ_GT, ACTIONS(7149), 1, anon_sym_bitor, ACTIONS(7151), 1, anon_sym_bitand, ACTIONS(7163), 1, anon_sym_QMARK, ACTIONS(7245), 1, anon_sym_COLON, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(7127), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(7129), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(7135), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(7145), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(7157), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(7159), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(7139), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(7141), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [148493] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(7247), 1, anon_sym_RPAREN, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [148580] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(7249), 1, anon_sym_COMMA, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [148667] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(7251), 1, anon_sym_SEMI, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [148754] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(6074), 1, anon_sym_DOT, ACTIONS(6076), 1, anon_sym_DASH_GT, STATE(2986), 1, sym_argument_list, ACTIONS(5672), 8, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, ACTIONS(5670), 22, anon_sym_DOT_DOT_DOT, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, [148807] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(6074), 1, anon_sym_DOT, ACTIONS(6076), 1, anon_sym_DASH_GT, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(7131), 1, anon_sym_SLASH, ACTIONS(7133), 1, anon_sym_PIPE, ACTIONS(7137), 1, anon_sym_AMP, ACTIONS(7143), 1, anon_sym_GT_EQ, ACTIONS(7147), 1, anon_sym_LT_EQ_GT, ACTIONS(7149), 1, anon_sym_bitor, ACTIONS(7151), 1, anon_sym_bitand, ACTIONS(7163), 1, anon_sym_QMARK, ACTIONS(7253), 1, anon_sym_COLON, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(7127), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(7129), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(7135), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(7145), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(7157), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(7159), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(7139), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(7141), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [148894] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6734), 1, anon_sym_SLASH, ACTIONS(6740), 1, anon_sym_PIPE, ACTIONS(6744), 1, anon_sym_AMP, ACTIONS(6750), 1, anon_sym_GT_EQ, ACTIONS(6756), 1, anon_sym_QMARK, ACTIONS(6758), 1, anon_sym_LT_EQ_GT, ACTIONS(6760), 1, anon_sym_bitor, ACTIONS(6762), 1, anon_sym_bitand, ACTIONS(7255), 1, anon_sym_RBRACK, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6730), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6732), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6736), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6738), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6742), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6752), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6746), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6748), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [148981] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(4275), 1, anon_sym_RBRACK, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6734), 1, anon_sym_SLASH, ACTIONS(6740), 1, anon_sym_PIPE, ACTIONS(6744), 1, anon_sym_AMP, ACTIONS(6750), 1, anon_sym_GT_EQ, ACTIONS(6756), 1, anon_sym_QMARK, ACTIONS(6758), 1, anon_sym_LT_EQ_GT, ACTIONS(6760), 1, anon_sym_bitor, ACTIONS(6762), 1, anon_sym_bitand, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6730), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6732), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6736), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6738), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6742), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6752), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6746), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6748), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [149068] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(7257), 1, anon_sym_SEMI, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [149155] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(7259), 1, anon_sym_SEMI, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [149242] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(6790), 1, anon_sym_RPAREN, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [149329] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(7261), 1, anon_sym_SEMI, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [149416] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(6074), 1, anon_sym_DOT, ACTIONS(6076), 1, anon_sym_DASH_GT, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(5582), 8, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, ACTIONS(5580), 20, anon_sym_DOT_DOT_DOT, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, [149471] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5475), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_GT_GT, anon_sym_DOT, ACTIONS(5477), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_LT, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, [149514] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(7263), 1, anon_sym_SEMI, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [149601] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6734), 1, anon_sym_SLASH, ACTIONS(6740), 1, anon_sym_PIPE, ACTIONS(6744), 1, anon_sym_AMP, ACTIONS(6750), 1, anon_sym_GT_EQ, ACTIONS(6756), 1, anon_sym_QMARK, ACTIONS(6758), 1, anon_sym_LT_EQ_GT, ACTIONS(6760), 1, anon_sym_bitor, ACTIONS(6762), 1, anon_sym_bitand, ACTIONS(7265), 1, anon_sym_RBRACK, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6730), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6732), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6736), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6738), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6742), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6752), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6746), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6748), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [149688] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5664), 1, anon_sym_COLON, ACTIONS(6074), 1, anon_sym_DOT, ACTIONS(6076), 1, anon_sym_DASH_GT, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(7131), 1, anon_sym_SLASH, ACTIONS(7133), 1, anon_sym_PIPE, ACTIONS(7137), 1, anon_sym_AMP, ACTIONS(7143), 1, anon_sym_GT_EQ, ACTIONS(7147), 1, anon_sym_LT_EQ_GT, ACTIONS(7149), 1, anon_sym_bitor, ACTIONS(7151), 1, anon_sym_bitand, ACTIONS(7163), 1, anon_sym_QMARK, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(7127), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(7129), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(7135), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(7145), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(7157), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(7159), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(7139), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(7141), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [149775] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(6074), 1, anon_sym_DOT, ACTIONS(6076), 1, anon_sym_DASH_GT, ACTIONS(7131), 1, anon_sym_SLASH, ACTIONS(7133), 1, anon_sym_PIPE, ACTIONS(7137), 1, anon_sym_AMP, ACTIONS(7143), 1, anon_sym_GT_EQ, ACTIONS(7147), 1, anon_sym_LT_EQ_GT, ACTIONS(7149), 1, anon_sym_bitor, ACTIONS(7151), 1, anon_sym_bitand, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(7127), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(7129), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(7135), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(7145), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(7157), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(7159), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(5610), 3, anon_sym_DOT_DOT_DOT, anon_sym_COLON, anon_sym_QMARK, ACTIONS(7139), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(7141), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [149858] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(7267), 1, anon_sym_RPAREN, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [149945] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(6074), 1, anon_sym_DOT, ACTIONS(6076), 1, anon_sym_DASH_GT, ACTIONS(7131), 1, anon_sym_SLASH, ACTIONS(7133), 1, anon_sym_PIPE, ACTIONS(7137), 1, anon_sym_AMP, ACTIONS(7143), 1, anon_sym_GT_EQ, ACTIONS(7147), 1, anon_sym_LT_EQ_GT, ACTIONS(7149), 1, anon_sym_bitor, ACTIONS(7151), 1, anon_sym_bitand, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(7127), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(7129), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(7135), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(7145), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(7159), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(7139), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(7141), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, ACTIONS(5559), 5, anon_sym_DOT_DOT_DOT, anon_sym_PIPE_PIPE, anon_sym_COLON, anon_sym_QMARK, anon_sym_or, [150026] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(6074), 1, anon_sym_DOT, ACTIONS(6076), 1, anon_sym_DASH_GT, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(5662), 8, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, ACTIONS(5660), 20, anon_sym_DOT_DOT_DOT, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, [150081] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(7269), 1, anon_sym_RPAREN, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [150168] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(7271), 1, anon_sym_RPAREN, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [150255] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(6074), 1, anon_sym_DOT, ACTIONS(6076), 1, anon_sym_DASH_GT, STATE(2986), 1, sym_argument_list, ACTIONS(5571), 8, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, ACTIONS(5569), 22, anon_sym_DOT_DOT_DOT, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, [150308] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(6074), 1, anon_sym_DOT, ACTIONS(6076), 1, anon_sym_DASH_GT, ACTIONS(7131), 1, anon_sym_SLASH, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(7129), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(5561), 7, anon_sym_DASH, anon_sym_PLUS, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, ACTIONS(5559), 18, 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_LT, anon_sym_GT_GT, anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, [150367] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(7273), 1, anon_sym_RPAREN, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [150454] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5712), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_GT_GT, anon_sym_DOT, ACTIONS(5710), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_LT, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, [150497] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5726), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_GT_GT, anon_sym_DOT, ACTIONS(5724), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_LT, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, [150540] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(7275), 1, anon_sym_RPAREN, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [150627] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5774), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_GT_GT, anon_sym_DOT, ACTIONS(5772), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_LT, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, [150670] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(7277), 1, anon_sym_SEMI, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [150757] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(6074), 1, anon_sym_DOT, ACTIONS(6076), 1, anon_sym_DASH_GT, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(7131), 1, anon_sym_SLASH, ACTIONS(7133), 1, anon_sym_PIPE, ACTIONS(7137), 1, anon_sym_AMP, ACTIONS(7143), 1, anon_sym_GT_EQ, ACTIONS(7147), 1, anon_sym_LT_EQ_GT, ACTIONS(7149), 1, anon_sym_bitor, ACTIONS(7151), 1, anon_sym_bitand, ACTIONS(7163), 1, anon_sym_QMARK, ACTIONS(7279), 1, anon_sym_COLON, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(7127), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(7129), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(7135), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(7145), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(7157), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(7159), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(7139), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(7141), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [150844] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(4514), 1, anon_sym_LBRACK, ACTIONS(4509), 2, anon_sym_LPAREN2, anon_sym_LBRACK_LBRACK, ACTIONS(4512), 6, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_COLON_COLON, anon_sym_LBRACE, anon_sym_EQ, ACTIONS(4507), 26, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, anon_sym_COLON, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_operator, [150891] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(7281), 1, anon_sym_SEMI, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [150978] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(7283), 1, anon_sym_SEMI, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [151065] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5730), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_GT_GT, anon_sym_DOT, ACTIONS(5728), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_LT, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, [151108] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(7285), 1, anon_sym_SEMI, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [151195] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5734), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_GT_GT, anon_sym_DOT, ACTIONS(5732), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_LT, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, [151238] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3377), 2, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(3375), 33, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_typename, anon_sym_template, [151281] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(6074), 1, anon_sym_DOT, ACTIONS(6076), 1, anon_sym_DASH_GT, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(7131), 1, anon_sym_SLASH, ACTIONS(7133), 1, anon_sym_PIPE, ACTIONS(7137), 1, anon_sym_AMP, ACTIONS(7143), 1, anon_sym_GT_EQ, ACTIONS(7147), 1, anon_sym_LT_EQ_GT, ACTIONS(7149), 1, anon_sym_bitor, ACTIONS(7151), 1, anon_sym_bitand, ACTIONS(7163), 1, anon_sym_QMARK, ACTIONS(7287), 1, anon_sym_COLON, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(7127), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(7129), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(7135), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(7145), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(7157), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(7159), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(7139), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(7141), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [151368] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(7289), 1, anon_sym_RPAREN, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [151455] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(7291), 1, anon_sym_SEMI, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [151542] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(7293), 1, anon_sym_SEMI, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [151629] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5738), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_GT_GT, anon_sym_DOT, ACTIONS(5736), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_LT, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, [151672] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(6074), 1, anon_sym_DOT, ACTIONS(6076), 1, anon_sym_DASH_GT, ACTIONS(7131), 1, anon_sym_SLASH, ACTIONS(7133), 1, anon_sym_PIPE, ACTIONS(7137), 1, anon_sym_AMP, ACTIONS(7143), 1, anon_sym_GT_EQ, ACTIONS(7147), 1, anon_sym_LT_EQ_GT, ACTIONS(7149), 1, anon_sym_bitor, ACTIONS(7151), 1, anon_sym_bitand, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(7127), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(7129), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(7135), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(7145), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(7157), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(7159), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(5644), 3, anon_sym_DOT_DOT_DOT, anon_sym_COLON, anon_sym_QMARK, ACTIONS(7139), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(7141), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [151755] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(6074), 1, anon_sym_DOT, ACTIONS(6076), 1, anon_sym_DASH_GT, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(7131), 1, anon_sym_SLASH, ACTIONS(7133), 1, anon_sym_PIPE, ACTIONS(7137), 1, anon_sym_AMP, ACTIONS(7143), 1, anon_sym_GT_EQ, ACTIONS(7147), 1, anon_sym_LT_EQ_GT, ACTIONS(7149), 1, anon_sym_bitor, ACTIONS(7151), 1, anon_sym_bitand, ACTIONS(7163), 1, anon_sym_QMARK, ACTIONS(7295), 1, anon_sym_COLON, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(7127), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(7129), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(7135), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(7145), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(7157), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(7159), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(7139), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(7141), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [151842] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5742), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_GT_GT, anon_sym_DOT, ACTIONS(5740), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_LT, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, [151885] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5395), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_GT_GT, anon_sym_DOT, ACTIONS(5397), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_LT, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, [151928] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6734), 1, anon_sym_SLASH, ACTIONS(6740), 1, anon_sym_PIPE, ACTIONS(6744), 1, anon_sym_AMP, ACTIONS(6750), 1, anon_sym_GT_EQ, ACTIONS(6756), 1, anon_sym_QMARK, ACTIONS(6758), 1, anon_sym_LT_EQ_GT, ACTIONS(6760), 1, anon_sym_bitor, ACTIONS(6762), 1, anon_sym_bitand, ACTIONS(7297), 1, anon_sym_RBRACK, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6730), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6732), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6736), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6738), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6742), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6752), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6746), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6748), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [152015] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(7299), 1, anon_sym_SEMI, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [152102] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(7301), 1, anon_sym_RPAREN, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [152189] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(7303), 1, anon_sym_RPAREN, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [152276] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(7305), 1, anon_sym_SEMI, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [152363] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(7307), 1, anon_sym_SEMI, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [152450] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(7309), 1, anon_sym_SEMI, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [152537] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(7311), 1, anon_sym_SEMI, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [152624] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5750), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_GT_GT, anon_sym_DOT, ACTIONS(5748), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_LT, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, [152667] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(4242), 1, anon_sym_RBRACK, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6734), 1, anon_sym_SLASH, ACTIONS(6740), 1, anon_sym_PIPE, ACTIONS(6744), 1, anon_sym_AMP, ACTIONS(6750), 1, anon_sym_GT_EQ, ACTIONS(6756), 1, anon_sym_QMARK, ACTIONS(6758), 1, anon_sym_LT_EQ_GT, ACTIONS(6760), 1, anon_sym_bitor, ACTIONS(6762), 1, anon_sym_bitand, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6730), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6732), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6736), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6738), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6742), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6752), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6746), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6748), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [152754] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(6074), 1, anon_sym_DOT, ACTIONS(6076), 1, anon_sym_DASH_GT, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(7131), 1, anon_sym_SLASH, ACTIONS(7133), 1, anon_sym_PIPE, ACTIONS(7137), 1, anon_sym_AMP, ACTIONS(7143), 1, anon_sym_GT_EQ, ACTIONS(7147), 1, anon_sym_LT_EQ_GT, ACTIONS(7149), 1, anon_sym_bitor, ACTIONS(7151), 1, anon_sym_bitand, STATE(2986), 1, sym_argument_list, ACTIONS(5481), 2, anon_sym_COLON, anon_sym_QMARK, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(7127), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(7129), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(7135), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(7145), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(7157), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(7159), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(7139), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(7141), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [152839] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(7313), 1, anon_sym_SEMI, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [152926] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(6532), 1, anon_sym_LBRACE, ACTIONS(7231), 1, anon_sym_COLON, STATE(3902), 1, sym__enum_base_clause, STATE(3915), 1, sym_enumerator_list, ACTIONS(5271), 6, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_EQ, ACTIONS(5273), 25, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_operator, [152977] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(7315), 1, anon_sym_SEMI, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [153064] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(7317), 1, anon_sym_SEMI, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [153151] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5586), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_GT_GT, anon_sym_DOT, ACTIONS(5584), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_LT, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, [153194] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(4264), 1, anon_sym_RBRACK, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6734), 1, anon_sym_SLASH, ACTIONS(6740), 1, anon_sym_PIPE, ACTIONS(6744), 1, anon_sym_AMP, ACTIONS(6750), 1, anon_sym_GT_EQ, ACTIONS(6756), 1, anon_sym_QMARK, ACTIONS(6758), 1, anon_sym_LT_EQ_GT, ACTIONS(6760), 1, anon_sym_bitor, ACTIONS(6762), 1, anon_sym_bitand, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6730), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6732), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6736), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6738), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6742), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6752), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6746), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6748), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [153281] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(7319), 1, anon_sym_SEMI, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [153368] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(7321), 1, anon_sym_SEMI, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [153455] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(4262), 1, anon_sym_RBRACK, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6734), 1, anon_sym_SLASH, ACTIONS(6740), 1, anon_sym_PIPE, ACTIONS(6744), 1, anon_sym_AMP, ACTIONS(6750), 1, anon_sym_GT_EQ, ACTIONS(6756), 1, anon_sym_QMARK, ACTIONS(6758), 1, anon_sym_LT_EQ_GT, ACTIONS(6760), 1, anon_sym_bitor, ACTIONS(6762), 1, anon_sym_bitand, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6730), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6732), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6736), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6738), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6742), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6752), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6746), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6748), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [153542] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2990), 2, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(2988), 33, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_typename, anon_sym_template, [153585] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(7323), 1, anon_sym_SEMI, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [153672] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(6074), 1, anon_sym_DOT, ACTIONS(6076), 1, anon_sym_DASH_GT, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(7131), 1, anon_sym_SLASH, ACTIONS(7133), 1, anon_sym_PIPE, ACTIONS(7137), 1, anon_sym_AMP, ACTIONS(7143), 1, anon_sym_GT_EQ, ACTIONS(7147), 1, anon_sym_LT_EQ_GT, ACTIONS(7149), 1, anon_sym_bitor, ACTIONS(7151), 1, anon_sym_bitand, ACTIONS(7163), 1, anon_sym_QMARK, ACTIONS(7325), 1, anon_sym_COLON, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(7127), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(7129), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(7135), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(7145), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(7157), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(7159), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(7139), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(7141), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [153759] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(7327), 1, anon_sym_SEMI, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [153846] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(7329), 1, anon_sym_RPAREN, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [153933] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(7331), 1, anon_sym_RPAREN, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [154020] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5754), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_GT_GT, anon_sym_DOT, ACTIONS(5752), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_LT, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, [154063] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(6074), 1, anon_sym_DOT, ACTIONS(6076), 1, anon_sym_DASH_GT, ACTIONS(7131), 1, anon_sym_SLASH, ACTIONS(7133), 1, anon_sym_PIPE, ACTIONS(7137), 1, anon_sym_AMP, ACTIONS(7143), 1, anon_sym_GT_EQ, ACTIONS(7147), 1, anon_sym_LT_EQ_GT, ACTIONS(7149), 1, anon_sym_bitor, ACTIONS(7151), 1, anon_sym_bitand, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(7127), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(7129), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(7135), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(7145), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(7157), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(7159), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(5549), 3, anon_sym_DOT_DOT_DOT, anon_sym_COLON, anon_sym_QMARK, ACTIONS(7139), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(7141), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [154146] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5758), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_GT_GT, anon_sym_DOT, ACTIONS(5756), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_LT, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, [154189] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5642), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_GT_GT, anon_sym_DOT, ACTIONS(5640), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_LT, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, [154232] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6734), 1, anon_sym_SLASH, ACTIONS(6740), 1, anon_sym_PIPE, ACTIONS(6744), 1, anon_sym_AMP, ACTIONS(6750), 1, anon_sym_GT_EQ, ACTIONS(6756), 1, anon_sym_QMARK, ACTIONS(6758), 1, anon_sym_LT_EQ_GT, ACTIONS(6760), 1, anon_sym_bitor, ACTIONS(6762), 1, anon_sym_bitand, ACTIONS(7333), 1, anon_sym_RBRACK, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6730), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6732), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6736), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6738), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6742), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6752), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6746), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6748), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [154319] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5762), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_GT_GT, anon_sym_DOT, ACTIONS(5760), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_LT, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, [154362] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(6074), 1, anon_sym_DOT, ACTIONS(6076), 1, anon_sym_DASH_GT, ACTIONS(7131), 1, anon_sym_SLASH, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(7127), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(7129), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(7145), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(5561), 5, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, ACTIONS(5559), 16, 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_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, [154425] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5766), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_GT_GT, anon_sym_DOT, ACTIONS(5764), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_LT, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, [154468] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(7335), 1, anon_sym_RPAREN, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [154555] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(7337), 1, anon_sym_SEMI, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [154642] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5531), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_GT_GT, anon_sym_DOT, ACTIONS(5529), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_LT, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, [154685] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(7339), 1, anon_sym_SEMI, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [154772] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(7341), 1, anon_sym_SEMI, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [154859] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(7343), 1, anon_sym_RPAREN, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [154946] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5676), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_GT_GT, anon_sym_DOT, ACTIONS(5674), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_LT, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, [154989] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5539), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_GT_GT, anon_sym_DOT, ACTIONS(5537), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_LT, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, [155032] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2986), 2, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(2984), 33, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_typename, anon_sym_template, [155075] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(7345), 1, anon_sym_RPAREN, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [155162] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(7347), 1, anon_sym_SEMI, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [155249] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(7349), 1, anon_sym_COMMA, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [155336] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5543), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_GT_GT, anon_sym_DOT, ACTIONS(5541), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_LT, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, [155379] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(6074), 1, anon_sym_DOT, ACTIONS(6076), 1, anon_sym_DASH_GT, ACTIONS(7131), 1, anon_sym_SLASH, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(7127), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(7129), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(5561), 5, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, ACTIONS(5559), 18, 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_LT, anon_sym_GT_GT, anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, [155440] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(7351), 1, anon_sym_RPAREN, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [155527] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(7353), 1, anon_sym_RPAREN, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [155614] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5744), 1, anon_sym_COLON, ACTIONS(6074), 1, anon_sym_DOT, ACTIONS(6076), 1, anon_sym_DASH_GT, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(7131), 1, anon_sym_SLASH, ACTIONS(7133), 1, anon_sym_PIPE, ACTIONS(7137), 1, anon_sym_AMP, ACTIONS(7143), 1, anon_sym_GT_EQ, ACTIONS(7147), 1, anon_sym_LT_EQ_GT, ACTIONS(7149), 1, anon_sym_bitor, ACTIONS(7151), 1, anon_sym_bitand, ACTIONS(7163), 1, anon_sym_QMARK, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(7127), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(7129), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(7135), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(7145), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(7157), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(7159), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(7139), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(7141), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [155701] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(7355), 1, anon_sym_SEMI, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [155788] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(7357), 1, anon_sym_SEMI, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [155875] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(7359), 1, anon_sym_RPAREN, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [155962] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(6074), 1, anon_sym_DOT, ACTIONS(6076), 1, anon_sym_DASH_GT, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(7131), 1, anon_sym_SLASH, ACTIONS(7133), 1, anon_sym_PIPE, ACTIONS(7137), 1, anon_sym_AMP, ACTIONS(7143), 1, anon_sym_GT_EQ, ACTIONS(7147), 1, anon_sym_LT_EQ_GT, ACTIONS(7149), 1, anon_sym_bitor, ACTIONS(7151), 1, anon_sym_bitand, ACTIONS(7163), 1, anon_sym_QMARK, ACTIONS(7361), 1, anon_sym_COLON, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(7127), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(7129), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(7135), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(7145), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(7157), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(7159), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(7139), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(7141), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [156049] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(7363), 1, anon_sym_SEMI, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [156136] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(4266), 1, anon_sym_RBRACK, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6734), 1, anon_sym_SLASH, ACTIONS(6740), 1, anon_sym_PIPE, ACTIONS(6744), 1, anon_sym_AMP, ACTIONS(6750), 1, anon_sym_GT_EQ, ACTIONS(6756), 1, anon_sym_QMARK, ACTIONS(6758), 1, anon_sym_LT_EQ_GT, ACTIONS(6760), 1, anon_sym_bitor, ACTIONS(6762), 1, anon_sym_bitand, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6730), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6732), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6736), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6738), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6742), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6752), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6746), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6748), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [156223] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(6074), 1, anon_sym_DOT, ACTIONS(6076), 1, anon_sym_DASH_GT, ACTIONS(7131), 1, anon_sym_SLASH, ACTIONS(7147), 1, anon_sym_LT_EQ_GT, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(7127), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(7129), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(7145), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(5561), 5, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, ACTIONS(5559), 15, 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_COLON, anon_sym_QMARK, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, [156288] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3419), 2, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(3417), 33, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_typename, anon_sym_template, [156331] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(6074), 1, anon_sym_DOT, ACTIONS(6076), 1, anon_sym_DASH_GT, ACTIONS(7131), 1, anon_sym_SLASH, ACTIONS(7147), 1, anon_sym_LT_EQ_GT, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(7127), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(7129), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(7145), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(5658), 5, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, ACTIONS(5656), 15, 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_COLON, anon_sym_QMARK, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, [156396] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(7365), 1, anon_sym_RPAREN, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [156483] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5778), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_GT_GT, anon_sym_DOT, ACTIONS(5776), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_LT, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, [156526] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(6074), 1, anon_sym_DOT, ACTIONS(6076), 1, anon_sym_DASH_GT, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(7131), 1, anon_sym_SLASH, ACTIONS(7133), 1, anon_sym_PIPE, ACTIONS(7137), 1, anon_sym_AMP, ACTIONS(7143), 1, anon_sym_GT_EQ, ACTIONS(7147), 1, anon_sym_LT_EQ_GT, ACTIONS(7149), 1, anon_sym_bitor, ACTIONS(7151), 1, anon_sym_bitand, ACTIONS(7163), 1, anon_sym_QMARK, ACTIONS(7367), 1, anon_sym_COLON, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(7127), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(7129), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(7135), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(7145), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(7157), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(7159), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(7139), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(7141), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [156613] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5630), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_GT_GT, anon_sym_DOT, ACTIONS(5628), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_LT, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, [156656] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(6074), 1, anon_sym_DOT, ACTIONS(6076), 1, anon_sym_DASH_GT, ACTIONS(7131), 1, anon_sym_SLASH, ACTIONS(7143), 1, anon_sym_GT_EQ, ACTIONS(7147), 1, anon_sym_LT_EQ_GT, STATE(2986), 1, sym_argument_list, ACTIONS(5561), 2, anon_sym_PIPE, anon_sym_AMP, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(7127), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(7129), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(7145), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(7141), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, ACTIONS(5559), 14, 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_COLON, anon_sym_QMARK, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, [156725] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5626), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_GT_GT, anon_sym_DOT, ACTIONS(5624), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_LT, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, [156768] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(4222), 1, anon_sym_RBRACK, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6734), 1, anon_sym_SLASH, ACTIONS(6740), 1, anon_sym_PIPE, ACTIONS(6744), 1, anon_sym_AMP, ACTIONS(6750), 1, anon_sym_GT_EQ, ACTIONS(6756), 1, anon_sym_QMARK, ACTIONS(6758), 1, anon_sym_LT_EQ_GT, ACTIONS(6760), 1, anon_sym_bitor, ACTIONS(6762), 1, anon_sym_bitand, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6730), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6732), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6736), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6738), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6742), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6752), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6746), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6748), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [156855] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2964), 2, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(2962), 33, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_typename, anon_sym_template, [156898] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(7369), 1, anon_sym_SEMI, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [156985] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5608), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_GT_GT, anon_sym_DOT, ACTIONS(5606), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_LT, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, [157028] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(6074), 1, anon_sym_DOT, ACTIONS(6076), 1, anon_sym_DASH_GT, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(7131), 1, anon_sym_SLASH, ACTIONS(7133), 1, anon_sym_PIPE, ACTIONS(7137), 1, anon_sym_AMP, ACTIONS(7143), 1, anon_sym_GT_EQ, ACTIONS(7147), 1, anon_sym_LT_EQ_GT, ACTIONS(7149), 1, anon_sym_bitor, ACTIONS(7151), 1, anon_sym_bitand, ACTIONS(7163), 1, anon_sym_QMARK, ACTIONS(7371), 1, anon_sym_COLON, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(7127), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(7129), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(7135), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(7145), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(7157), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(7159), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(7139), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(7141), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [157115] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5634), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_GT_GT, anon_sym_DOT, ACTIONS(5632), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_LT, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, [157158] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(6074), 1, anon_sym_DOT, ACTIONS(6076), 1, anon_sym_DASH_GT, ACTIONS(7131), 1, anon_sym_SLASH, ACTIONS(7143), 1, anon_sym_GT_EQ, ACTIONS(7147), 1, anon_sym_LT_EQ_GT, STATE(2986), 1, sym_argument_list, ACTIONS(5561), 2, anon_sym_PIPE, anon_sym_AMP, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(7127), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(7129), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(7145), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(7139), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(7141), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, ACTIONS(5559), 11, anon_sym_DOT_DOT_DOT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_COLON, anon_sym_QMARK, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, [157229] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(7373), 1, anon_sym_SEMI, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [157316] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5561), 1, anon_sym_PIPE, ACTIONS(6074), 1, anon_sym_DOT, ACTIONS(6076), 1, anon_sym_DASH_GT, ACTIONS(7131), 1, anon_sym_SLASH, ACTIONS(7137), 1, anon_sym_AMP, ACTIONS(7143), 1, anon_sym_GT_EQ, ACTIONS(7147), 1, anon_sym_LT_EQ_GT, ACTIONS(7151), 1, anon_sym_bitand, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(7127), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(7129), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(7145), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(7139), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(7141), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, ACTIONS(5559), 10, anon_sym_DOT_DOT_DOT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_COLON, anon_sym_QMARK, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, [157391] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(7375), 1, anon_sym_SEMI, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [157478] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3101), 2, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(3099), 33, 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_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_typename, anon_sym_template, [157521] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(7377), 1, anon_sym_SEMI, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [157608] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6734), 1, anon_sym_SLASH, ACTIONS(6740), 1, anon_sym_PIPE, ACTIONS(6744), 1, anon_sym_AMP, ACTIONS(6750), 1, anon_sym_GT_EQ, ACTIONS(6756), 1, anon_sym_QMARK, ACTIONS(6758), 1, anon_sym_LT_EQ_GT, ACTIONS(6760), 1, anon_sym_bitor, ACTIONS(6762), 1, anon_sym_bitand, ACTIONS(7379), 1, anon_sym_RBRACK, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6730), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6732), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6736), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6738), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6742), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6752), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6746), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6748), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [157695] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(2731), 1, anon_sym_const, ACTIONS(4564), 1, anon_sym_LPAREN2, ACTIONS(5706), 1, sym_auto, ACTIONS(5708), 1, anon_sym_decltype, ACTIONS(6967), 1, anon_sym_LBRACK, ACTIONS(7381), 1, anon_sym_STAR, ACTIONS(7383), 1, anon_sym_AMP_AMP, ACTIONS(7385), 1, anon_sym_AMP, STATE(3104), 1, sym_decltype_auto, STATE(3999), 1, sym_parameter_list, STATE(5434), 1, sym__function_declarator_seq, STATE(5682), 1, sym__abstract_declarator, STATE(4555), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, STATE(5464), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, ACTIONS(6558), 6, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_requires, ACTIONS(6969), 10, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [157766] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(7387), 1, anon_sym_SEMI, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [157853] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(7389), 1, anon_sym_RPAREN, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [157940] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(6074), 1, anon_sym_DOT, ACTIONS(6076), 1, anon_sym_DASH_GT, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(7131), 1, anon_sym_SLASH, ACTIONS(7133), 1, anon_sym_PIPE, ACTIONS(7137), 1, anon_sym_AMP, ACTIONS(7143), 1, anon_sym_GT_EQ, ACTIONS(7147), 1, anon_sym_LT_EQ_GT, ACTIONS(7149), 1, anon_sym_bitor, ACTIONS(7151), 1, anon_sym_bitand, ACTIONS(7163), 1, anon_sym_QMARK, ACTIONS(7391), 1, anon_sym_COLON, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(7127), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(7129), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(7135), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(7145), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(7157), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(7159), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(7139), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(7141), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [158027] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(7393), 1, anon_sym_RPAREN, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [158114] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(6074), 1, anon_sym_DOT, ACTIONS(6076), 1, anon_sym_DASH_GT, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(7131), 1, anon_sym_SLASH, ACTIONS(7133), 1, anon_sym_PIPE, ACTIONS(7137), 1, anon_sym_AMP, ACTIONS(7143), 1, anon_sym_GT_EQ, ACTIONS(7147), 1, anon_sym_LT_EQ_GT, ACTIONS(7149), 1, anon_sym_bitor, ACTIONS(7151), 1, anon_sym_bitand, ACTIONS(7163), 1, anon_sym_QMARK, ACTIONS(7395), 1, anon_sym_COLON, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(7127), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(7129), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(7135), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(7145), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(7157), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(7159), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(7139), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(7141), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [158201] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5654), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_GT_GT, anon_sym_DOT, ACTIONS(5652), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_LT, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, [158244] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5680), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_GT_GT, anon_sym_DOT, ACTIONS(5678), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_LT, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, [158287] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(7397), 1, anon_sym_SEMI, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [158374] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(2731), 1, anon_sym_const, ACTIONS(4564), 1, anon_sym_LPAREN2, ACTIONS(5706), 1, sym_auto, ACTIONS(5708), 1, anon_sym_decltype, ACTIONS(6967), 1, anon_sym_LBRACK, ACTIONS(7381), 1, anon_sym_STAR, ACTIONS(7383), 1, anon_sym_AMP_AMP, ACTIONS(7385), 1, anon_sym_AMP, STATE(3104), 1, sym_decltype_auto, STATE(3999), 1, sym_parameter_list, STATE(5434), 1, sym__function_declarator_seq, STATE(5693), 1, sym__abstract_declarator, STATE(4599), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, STATE(5464), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, ACTIONS(6542), 6, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_requires, ACTIONS(6969), 10, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [158445] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(7399), 1, anon_sym_SEMI, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [158532] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(4289), 1, anon_sym_RBRACK, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6734), 1, anon_sym_SLASH, ACTIONS(6740), 1, anon_sym_PIPE, ACTIONS(6744), 1, anon_sym_AMP, ACTIONS(6750), 1, anon_sym_GT_EQ, ACTIONS(6756), 1, anon_sym_QMARK, ACTIONS(6758), 1, anon_sym_LT_EQ_GT, ACTIONS(6760), 1, anon_sym_bitor, ACTIONS(6762), 1, anon_sym_bitand, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6730), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6732), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6736), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6738), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6742), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6752), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6746), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6748), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [158619] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(7401), 1, anon_sym_RPAREN, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [158706] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(7403), 1, anon_sym_COMMA, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [158793] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(7405), 1, anon_sym_RPAREN, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [158880] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(4197), 1, anon_sym_RBRACK, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6734), 1, anon_sym_SLASH, ACTIONS(6740), 1, anon_sym_PIPE, ACTIONS(6744), 1, anon_sym_AMP, ACTIONS(6750), 1, anon_sym_GT_EQ, ACTIONS(6756), 1, anon_sym_QMARK, ACTIONS(6758), 1, anon_sym_LT_EQ_GT, ACTIONS(6760), 1, anon_sym_bitor, ACTIONS(6762), 1, anon_sym_bitand, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6730), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6732), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6736), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6738), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6742), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6752), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6746), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6748), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [158967] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(4382), 1, anon_sym_RBRACK, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6734), 1, anon_sym_SLASH, ACTIONS(6740), 1, anon_sym_PIPE, ACTIONS(6744), 1, anon_sym_AMP, ACTIONS(6750), 1, anon_sym_GT_EQ, ACTIONS(6756), 1, anon_sym_QMARK, ACTIONS(6758), 1, anon_sym_LT_EQ_GT, ACTIONS(6760), 1, anon_sym_bitor, ACTIONS(6762), 1, anon_sym_bitand, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6730), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6732), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6736), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6738), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6742), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6752), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6746), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6748), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [159054] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(4384), 1, anon_sym_RBRACK, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6734), 1, anon_sym_SLASH, ACTIONS(6740), 1, anon_sym_PIPE, ACTIONS(6744), 1, anon_sym_AMP, ACTIONS(6750), 1, anon_sym_GT_EQ, ACTIONS(6756), 1, anon_sym_QMARK, ACTIONS(6758), 1, anon_sym_LT_EQ_GT, ACTIONS(6760), 1, anon_sym_bitor, ACTIONS(6762), 1, anon_sym_bitand, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6730), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6732), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6736), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6738), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6742), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6752), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6746), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6748), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [159141] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5535), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_GT_GT, anon_sym_DOT, ACTIONS(5533), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_LT, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, [159184] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(7407), 1, anon_sym_SEMI, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [159271] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(7239), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(7409), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(5339), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_GT_GT, anon_sym_DOT, ACTIONS(5341), 20, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_LT, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, [159318] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, ACTIONS(7411), 1, anon_sym_RPAREN, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [159405] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(59), 1, anon_sym_const, ACTIONS(6544), 1, anon_sym_LPAREN2, ACTIONS(6552), 1, anon_sym_LBRACK, ACTIONS(6800), 1, anon_sym_STAR, ACTIONS(6802), 1, anon_sym_AMP_AMP, ACTIONS(6804), 1, anon_sym_AMP, STATE(3880), 1, sym_parameter_list, STATE(5447), 1, sym__function_declarator_seq, STATE(5590), 1, sym__abstract_declarator, STATE(4536), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, STATE(5438), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, ACTIONS(6878), 8, anon_sym_RPAREN, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_final, anon_sym_override, anon_sym_try, anon_sym_requires, ACTIONS(6433), 10, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [159469] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5223), 13, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_COLON_COLON, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, anon_sym_GT2, ACTIONS(5221), 21, anon_sym_AMP, 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_mutable, anon_sym_constinit, anon_sym_consteval, sym_identifier, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_template, anon_sym_operator, anon_sym_try, anon_sym_requires, [159511] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(4792), 1, anon_sym_COLON_COLON, ACTIONS(4806), 1, anon_sym_SEMI, ACTIONS(4790), 5, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_LBRACK_LBRACK, ACTIONS(4788), 27, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_template, anon_sym_operator, [159557] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(6425), 1, anon_sym_AMP_AMP, ACTIONS(6427), 1, anon_sym_AMP, ACTIONS(6431), 1, anon_sym_LBRACK, ACTIONS(6437), 1, anon_sym_noexcept, ACTIONS(6439), 1, anon_sym_throw, ACTIONS(6478), 1, anon_sym_LBRACK_LBRACK, ACTIONS(6482), 1, anon_sym_const, ACTIONS(6856), 1, anon_sym_DASH_GT, ACTIONS(6858), 1, anon_sym_requires, STATE(5161), 1, sym_ref_qualifier, STATE(5399), 1, sym_requires_clause, STATE(5678), 1, sym_trailing_return_type, ACTIONS(5098), 2, anon_sym_final, anon_sym_override, ACTIONS(6423), 2, anon_sym_LPAREN2, anon_sym_COLON, STATE(4614), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, STATE(5311), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, STATE(5470), 2, sym_noexcept, sym_throw_specifier, STATE(5472), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, ACTIONS(6492), 10, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [159633] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(4806), 1, anon_sym_SEMI, ACTIONS(4790), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(4788), 27, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_template, anon_sym_operator, [159677] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(4516), 1, anon_sym_LBRACK, ACTIONS(4509), 2, anon_sym_LPAREN2, anon_sym_LBRACK_LBRACK, ACTIONS(4512), 5, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_COLON_COLON, ACTIONS(4507), 26, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_template, anon_sym_operator, [159723] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(6482), 1, anon_sym_const, ACTIONS(6544), 1, anon_sym_LPAREN2, ACTIONS(6552), 1, anon_sym_LBRACK, ACTIONS(6566), 1, sym_auto, ACTIONS(6568), 1, anon_sym_decltype, ACTIONS(7413), 1, anon_sym_STAR, ACTIONS(7415), 1, anon_sym_AMP_AMP, ACTIONS(7417), 1, anon_sym_AMP, STATE(3971), 1, sym_decltype_auto, STATE(4112), 1, sym_parameter_list, STATE(5447), 1, sym__function_declarator_seq, STATE(5729), 1, sym__abstract_declarator, STATE(4607), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(6542), 5, anon_sym_LBRACK_LBRACK, anon_sym_COLON, anon_sym_final, anon_sym_override, anon_sym_requires, STATE(5438), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, ACTIONS(6492), 10, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [159793] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(6425), 1, anon_sym_AMP_AMP, ACTIONS(6427), 1, anon_sym_AMP, ACTIONS(6431), 1, anon_sym_LBRACK, ACTIONS(6437), 1, anon_sym_noexcept, ACTIONS(6439), 1, anon_sym_throw, ACTIONS(6478), 1, anon_sym_LBRACK_LBRACK, ACTIONS(6482), 1, anon_sym_const, ACTIONS(6526), 1, anon_sym_requires, ACTIONS(6678), 1, anon_sym_DASH_GT, STATE(5154), 1, sym_ref_qualifier, STATE(5407), 1, sym_requires_clause, STATE(5538), 1, sym_trailing_return_type, ACTIONS(6423), 2, anon_sym_LPAREN2, anon_sym_COLON, ACTIONS(6524), 2, anon_sym_final, anon_sym_override, STATE(4614), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, STATE(5297), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, STATE(5441), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(5442), 2, sym_noexcept, sym_throw_specifier, ACTIONS(6492), 10, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [159869] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(6425), 1, anon_sym_AMP_AMP, ACTIONS(6427), 1, anon_sym_AMP, ACTIONS(6437), 1, anon_sym_noexcept, ACTIONS(6439), 1, anon_sym_throw, ACTIONS(6478), 1, anon_sym_LBRACK_LBRACK, ACTIONS(6482), 1, anon_sym_const, ACTIONS(6526), 1, anon_sym_requires, ACTIONS(6540), 1, anon_sym_LBRACK, ACTIONS(6678), 1, anon_sym_DASH_GT, STATE(5162), 1, sym_ref_qualifier, STATE(5463), 1, sym_requires_clause, STATE(5531), 1, sym_trailing_return_type, ACTIONS(6524), 2, anon_sym_final, anon_sym_override, ACTIONS(6538), 2, anon_sym_LPAREN2, anon_sym_COLON, STATE(4614), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, STATE(5233), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, STATE(5433), 2, sym_noexcept, sym_throw_specifier, STATE(5435), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, ACTIONS(6492), 10, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [159945] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(6425), 1, anon_sym_AMP_AMP, ACTIONS(6427), 1, anon_sym_AMP, ACTIONS(6437), 1, anon_sym_noexcept, ACTIONS(6439), 1, anon_sym_throw, ACTIONS(6478), 1, anon_sym_LBRACK_LBRACK, ACTIONS(6482), 1, anon_sym_const, ACTIONS(6540), 1, anon_sym_LBRACK, ACTIONS(6856), 1, anon_sym_DASH_GT, ACTIONS(6858), 1, anon_sym_requires, STATE(5158), 1, sym_ref_qualifier, STATE(5431), 1, sym_requires_clause, STATE(5706), 1, sym_trailing_return_type, ACTIONS(5098), 2, anon_sym_final, anon_sym_override, ACTIONS(6538), 2, anon_sym_LPAREN2, anon_sym_COLON, STATE(4614), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, STATE(5234), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, STATE(5376), 2, sym_noexcept, sym_throw_specifier, STATE(5378), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, ACTIONS(6492), 10, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [160021] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(59), 1, anon_sym_const, ACTIONS(6544), 1, anon_sym_LPAREN2, ACTIONS(6552), 1, anon_sym_LBRACK, ACTIONS(6800), 1, anon_sym_STAR, ACTIONS(6802), 1, anon_sym_AMP_AMP, ACTIONS(6804), 1, anon_sym_AMP, STATE(3880), 1, sym_parameter_list, STATE(5447), 1, sym__function_declarator_seq, STATE(5580), 1, sym__abstract_declarator, STATE(4531), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, STATE(5438), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, ACTIONS(5176), 8, anon_sym_RPAREN, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_final, anon_sym_override, anon_sym_try, anon_sym_requires, ACTIONS(6433), 10, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [160085] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(59), 1, anon_sym_const, ACTIONS(6544), 1, anon_sym_LPAREN2, ACTIONS(6552), 1, anon_sym_LBRACK, ACTIONS(6800), 1, anon_sym_STAR, ACTIONS(6802), 1, anon_sym_AMP_AMP, ACTIONS(6804), 1, anon_sym_AMP, STATE(3880), 1, sym_parameter_list, STATE(5447), 1, sym__function_declarator_seq, STATE(5582), 1, sym__abstract_declarator, STATE(4536), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, STATE(5438), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, ACTIONS(6876), 8, anon_sym_RPAREN, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_final, anon_sym_override, anon_sym_try, anon_sym_requires, ACTIONS(6433), 10, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [160149] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(7419), 1, anon_sym_SEMI, ACTIONS(5676), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_DOT, ACTIONS(5674), 24, anon_sym_DOT_DOT_DOT, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, [160193] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(113), 1, sym_auto, ACTIONS(115), 1, anon_sym_decltype, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1853), 1, anon_sym_enum, ACTIONS(1855), 1, anon_sym_class, ACTIONS(1857), 1, anon_sym_struct, ACTIONS(1859), 1, anon_sym_union, ACTIONS(1881), 1, anon_sym_typename, ACTIONS(3661), 1, sym_primitive_type, ACTIONS(4572), 1, anon_sym_COLON_COLON, ACTIONS(7421), 1, sym_identifier, ACTIONS(7423), 1, anon_sym_DOT_DOT_DOT, ACTIONS(7427), 1, anon_sym_EQ, STATE(3634), 1, aux_sym_sized_type_specifier_repeat1, STATE(3650), 1, sym__type_specifier, STATE(3701), 1, sym_decltype_auto, STATE(3938), 1, sym_qualified_type_identifier, STATE(5795), 1, sym__scope_resolution, STATE(7572), 1, sym_dependent_type_identifier, ACTIONS(7425), 2, anon_sym_COMMA, anon_sym_GT2, STATE(3646), 2, sym_decltype, sym_template_type, ACTIONS(51), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(3695), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, [160277] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, ACTIONS(5505), 1, anon_sym_LBRACK, ACTIONS(5521), 1, anon_sym_DOT, ACTIONS(5523), 1, anon_sym_DASH_GT, ACTIONS(6619), 1, anon_sym_SLASH, ACTIONS(6625), 1, anon_sym_PIPE, ACTIONS(6629), 1, anon_sym_AMP, ACTIONS(6635), 1, anon_sym_GT_EQ, ACTIONS(6639), 1, anon_sym_LT_EQ_GT, ACTIONS(6641), 1, anon_sym_bitor, ACTIONS(6643), 1, anon_sym_bitand, ACTIONS(6663), 1, anon_sym_DOT_DOT_DOT, ACTIONS(6667), 1, anon_sym_QMARK, STATE(2986), 1, sym_argument_list, ACTIONS(6570), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(6615), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6617), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(6621), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(6623), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(6627), 2, anon_sym_CARET, anon_sym_xor, ACTIONS(6637), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(6631), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, ACTIONS(6633), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [160361] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(59), 1, anon_sym_const, ACTIONS(6544), 1, anon_sym_LPAREN2, ACTIONS(6552), 1, anon_sym_LBRACK, ACTIONS(6800), 1, anon_sym_STAR, ACTIONS(6802), 1, anon_sym_AMP_AMP, ACTIONS(6804), 1, anon_sym_AMP, STATE(3880), 1, sym_parameter_list, STATE(5447), 1, sym__function_declarator_seq, STATE(5588), 1, sym__abstract_declarator, STATE(4536), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, STATE(5438), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, ACTIONS(5822), 8, anon_sym_RPAREN, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_final, anon_sym_override, anon_sym_try, anon_sym_requires, ACTIONS(6433), 10, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [160425] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(6482), 1, anon_sym_const, ACTIONS(6544), 1, anon_sym_LPAREN2, ACTIONS(6552), 1, anon_sym_LBRACK, ACTIONS(6566), 1, sym_auto, ACTIONS(6568), 1, anon_sym_decltype, ACTIONS(7413), 1, anon_sym_STAR, ACTIONS(7415), 1, anon_sym_AMP_AMP, ACTIONS(7417), 1, anon_sym_AMP, STATE(3971), 1, sym_decltype_auto, STATE(4112), 1, sym_parameter_list, STATE(5447), 1, sym__function_declarator_seq, STATE(5737), 1, sym__abstract_declarator, STATE(4609), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(6558), 5, anon_sym_LBRACK_LBRACK, anon_sym_COLON, anon_sym_final, anon_sym_override, anon_sym_requires, STATE(5438), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, ACTIONS(6492), 10, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [160495] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(4564), 1, anon_sym_LPAREN2, ACTIONS(6286), 1, sym_auto, ACTIONS(6288), 1, anon_sym_decltype, ACTIONS(6967), 1, anon_sym_LBRACK, ACTIONS(7429), 1, anon_sym_STAR, ACTIONS(7431), 1, anon_sym_AMP_AMP, ACTIONS(7433), 1, anon_sym_AMP, ACTIONS(7435), 1, anon_sym_const, STATE(2259), 1, sym_decltype_auto, STATE(4071), 1, sym_parameter_list, STATE(5434), 1, sym__function_declarator_seq, STATE(5830), 1, sym__abstract_declarator, STATE(4624), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(6542), 4, anon_sym_COLON, anon_sym_final, anon_sym_override, anon_sym_requires, STATE(5464), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, ACTIONS(7437), 10, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [160564] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(2731), 1, anon_sym_const, ACTIONS(4564), 1, anon_sym_LPAREN2, ACTIONS(4566), 1, anon_sym_STAR, ACTIONS(4568), 1, anon_sym_AMP_AMP, ACTIONS(4570), 1, anon_sym_AMP, ACTIONS(6967), 1, anon_sym_LBRACK, STATE(3879), 1, sym_parameter_list, STATE(5434), 1, sym__function_declarator_seq, STATE(5624), 1, sym__abstract_declarator, STATE(4718), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, STATE(5464), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, ACTIONS(6876), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_final, anon_sym_override, anon_sym_requires, ACTIONS(6969), 10, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [160627] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(7441), 1, anon_sym_LPAREN2, ACTIONS(7443), 5, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(7439), 27, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_identifier, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_template, anon_sym_operator, [160670] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(7445), 1, anon_sym_const, ACTIONS(5140), 2, anon_sym_AMP, anon_sym_LBRACK, STATE(4536), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(7448), 10, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, ACTIONS(5142), 18, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_DASH_GT, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_try, anon_sym_noexcept, anon_sym_throw, anon_sym_requires, [160717] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(2731), 1, anon_sym_const, ACTIONS(4564), 1, anon_sym_LPAREN2, ACTIONS(6961), 1, anon_sym_STAR, ACTIONS(6963), 1, anon_sym_AMP_AMP, ACTIONS(6965), 1, anon_sym_AMP, ACTIONS(6967), 1, anon_sym_LBRACK, STATE(3887), 1, sym_parameter_list, STATE(5434), 1, sym__function_declarator_seq, STATE(5672), 1, sym__abstract_declarator, STATE(4545), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, STATE(5464), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, ACTIONS(5176), 7, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_EQ, anon_sym_final, anon_sym_override, anon_sym_try, anon_sym_requires, ACTIONS(6969), 10, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [160780] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(7455), 1, anon_sym___attribute__, STATE(4538), 2, sym_attribute_specifier, aux_sym__function_declarator_seq_repeat1, ACTIONS(7453), 3, anon_sym_AMP, anon_sym_LBRACK, anon_sym_const, ACTIONS(7451), 27, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, anon_sym_DASH_GT, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_try, anon_sym_noexcept, anon_sym_throw, anon_sym_requires, [160825] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(4564), 1, anon_sym_LPAREN2, ACTIONS(6286), 1, sym_auto, ACTIONS(6288), 1, anon_sym_decltype, ACTIONS(6967), 1, anon_sym_LBRACK, ACTIONS(7429), 1, anon_sym_STAR, ACTIONS(7431), 1, anon_sym_AMP_AMP, ACTIONS(7433), 1, anon_sym_AMP, ACTIONS(7435), 1, anon_sym_const, STATE(2259), 1, sym_decltype_auto, STATE(4071), 1, sym_parameter_list, STATE(5434), 1, sym__function_declarator_seq, STATE(5842), 1, sym__abstract_declarator, STATE(4651), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(6558), 4, anon_sym_COLON, anon_sym_final, anon_sym_override, anon_sym_requires, STATE(5464), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, ACTIONS(7437), 10, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [160894] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4790), 8, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, ACTIONS(4788), 25, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_operator, [160935] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(6368), 1, anon_sym_const, ACTIONS(7461), 1, anon_sym___attribute__, ACTIONS(7464), 1, anon_sym_LBRACK_LBRACK, ACTIONS(7467), 1, anon_sym___declspec, ACTIONS(7473), 1, anon_sym_virtual, ACTIONS(6222), 2, anon_sym_AMP, anon_sym_LBRACK, ACTIONS(6224), 3, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, ACTIONS(7458), 5, anon_sym_extern, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, STATE(4541), 8, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, sym_ms_declspec_modifier, sym_storage_class_specifier, sym_type_qualifier, sym_virtual, aux_sym__declaration_specifiers_repeat1, ACTIONS(7470), 10, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [160992] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(2731), 1, anon_sym_const, ACTIONS(4564), 1, anon_sym_LPAREN2, ACTIONS(4566), 1, anon_sym_STAR, ACTIONS(4568), 1, anon_sym_AMP_AMP, ACTIONS(4570), 1, anon_sym_AMP, ACTIONS(6967), 1, anon_sym_LBRACK, STATE(3879), 1, sym_parameter_list, STATE(5434), 1, sym__function_declarator_seq, STATE(5641), 1, sym__abstract_declarator, STATE(4718), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, STATE(5464), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, ACTIONS(5822), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_final, anon_sym_override, anon_sym_requires, ACTIONS(6969), 10, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [161055] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(4792), 1, anon_sym_COLON_COLON, ACTIONS(4790), 5, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_LBRACK_LBRACK, ACTIONS(4788), 27, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_template, anon_sym_operator, [161098] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(7478), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, ACTIONS(7476), 27, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_identifier, anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, anon_sym_template, anon_sym_operator, [161139] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(2731), 1, anon_sym_const, ACTIONS(4564), 1, anon_sym_LPAREN2, ACTIONS(6961), 1, anon_sym_STAR, ACTIONS(6963), 1, anon_sym_AMP_AMP, ACTIONS(6965), 1, anon_sym_AMP, ACTIONS(6967), 1, anon_sym_LBRACK, STATE(3887), 1, sym_parameter_list, STATE(5434), 1, sym__function_declarator_seq, STATE(5648), 1, sym__abstract_declarator, STATE(4718), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, STATE(5464), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, ACTIONS(5822), 7, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_EQ, anon_sym_final, anon_sym_override, anon_sym_try, anon_sym_requires, ACTIONS(6969), 10, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [161202] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(59), 1, anon_sym_const, ACTIONS(6429), 1, anon_sym___attribute__, ACTIONS(6893), 1, anon_sym___declspec, ACTIONS(6895), 1, anon_sym_virtual, ACTIONS(6189), 2, anon_sym_AMP, anon_sym_LBRACK, ACTIONS(6191), 3, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, ACTIONS(6891), 5, anon_sym_extern, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, STATE(4541), 8, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, sym_ms_declspec_modifier, sym_storage_class_specifier, sym_type_qualifier, sym_virtual, aux_sym__declaration_specifiers_repeat1, ACTIONS(6433), 10, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [161259] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(2731), 1, anon_sym_const, ACTIONS(4564), 1, anon_sym_LPAREN2, ACTIONS(4566), 1, anon_sym_STAR, ACTIONS(4568), 1, anon_sym_AMP_AMP, ACTIONS(4570), 1, anon_sym_AMP, ACTIONS(6967), 1, anon_sym_LBRACK, STATE(3879), 1, sym_parameter_list, STATE(5434), 1, sym__function_declarator_seq, STATE(5674), 1, sym__abstract_declarator, STATE(4718), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, STATE(5464), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, ACTIONS(6878), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_final, anon_sym_override, anon_sym_requires, ACTIONS(6969), 10, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [161322] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(2731), 1, anon_sym_const, ACTIONS(4564), 1, anon_sym_LPAREN2, ACTIONS(6961), 1, anon_sym_STAR, ACTIONS(6963), 1, anon_sym_AMP_AMP, ACTIONS(6965), 1, anon_sym_AMP, ACTIONS(6967), 1, anon_sym_LBRACK, STATE(3887), 1, sym_parameter_list, STATE(5434), 1, sym__function_declarator_seq, STATE(5627), 1, sym__abstract_declarator, STATE(4718), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, STATE(5464), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, ACTIONS(6876), 7, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_EQ, anon_sym_final, anon_sym_override, anon_sym_try, anon_sym_requires, ACTIONS(6969), 10, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [161385] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(2731), 1, anon_sym_const, ACTIONS(4564), 1, anon_sym_LPAREN2, ACTIONS(4566), 1, anon_sym_STAR, ACTIONS(4568), 1, anon_sym_AMP_AMP, ACTIONS(4570), 1, anon_sym_AMP, ACTIONS(6967), 1, anon_sym_LBRACK, STATE(3879), 1, sym_parameter_list, STATE(5434), 1, sym__function_declarator_seq, STATE(5635), 1, sym__abstract_declarator, STATE(4542), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, STATE(5464), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, ACTIONS(5176), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_final, anon_sym_override, anon_sym_requires, ACTIONS(6969), 10, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [161448] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(59), 1, anon_sym_const, ACTIONS(6429), 1, anon_sym___attribute__, ACTIONS(6893), 1, anon_sym___declspec, ACTIONS(6895), 1, anon_sym_virtual, ACTIONS(6199), 2, anon_sym_AMP, anon_sym_LBRACK, ACTIONS(6201), 3, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, ACTIONS(6891), 5, anon_sym_extern, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, STATE(4541), 8, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, sym_ms_declspec_modifier, sym_storage_class_specifier, sym_type_qualifier, sym_virtual, aux_sym__declaration_specifiers_repeat1, ACTIONS(6433), 10, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [161505] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(2731), 1, anon_sym_const, ACTIONS(4564), 1, anon_sym_LPAREN2, ACTIONS(6961), 1, anon_sym_STAR, ACTIONS(6963), 1, anon_sym_AMP_AMP, ACTIONS(6965), 1, anon_sym_AMP, ACTIONS(6967), 1, anon_sym_LBRACK, STATE(3887), 1, sym_parameter_list, STATE(5434), 1, sym__function_declarator_seq, STATE(5621), 1, sym__abstract_declarator, STATE(4718), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, STATE(5464), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, ACTIONS(6878), 7, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_EQ, anon_sym_final, anon_sym_override, anon_sym_try, anon_sym_requires, ACTIONS(6969), 10, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [161568] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(4464), 1, anon_sym_COLON_COLON, ACTIONS(6207), 1, anon_sym_LT, STATE(2160), 1, sym_template_argument_list, ACTIONS(4466), 4, anon_sym_AMP, anon_sym_LBRACK, anon_sym_const, anon_sym_COLON, ACTIONS(4471), 26, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_try, anon_sym_requires, [161615] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(7482), 3, anon_sym_AMP, anon_sym_LBRACK, anon_sym_const, ACTIONS(7480), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym___attribute__, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, anon_sym_COLON, anon_sym_DASH_GT, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_try, anon_sym_noexcept, anon_sym_throw, anon_sym_requires, [161655] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(4464), 1, anon_sym_COLON_COLON, ACTIONS(7484), 1, anon_sym_LT, STATE(4673), 1, sym_template_argument_list, ACTIONS(4447), 3, anon_sym_AMP, anon_sym_const, anon_sym_COLON, ACTIONS(4452), 26, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, anon_sym_or, anon_sym_and, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_try, anon_sym_requires, [161701] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(2731), 1, anon_sym_const, ACTIONS(4564), 1, anon_sym_LPAREN2, ACTIONS(6967), 1, anon_sym_LBRACK, ACTIONS(7381), 1, anon_sym_STAR, ACTIONS(7383), 1, anon_sym_AMP_AMP, ACTIONS(7385), 1, anon_sym_AMP, STATE(3999), 1, sym_parameter_list, STATE(5434), 1, sym__function_declarator_seq, STATE(5677), 1, sym__abstract_declarator, STATE(4718), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, STATE(5464), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, ACTIONS(6878), 6, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_requires, ACTIONS(6969), 10, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [161763] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(6195), 1, anon_sym_LBRACE, ACTIONS(7486), 1, anon_sym_COLON, STATE(3652), 1, sym__enum_base_clause, STATE(3746), 1, sym_enumerator_list, ACTIONS(5273), 3, anon_sym_AMP, anon_sym_LBRACK, anon_sym_const, ACTIONS(5271), 25, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_EQ, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_try, anon_sym_requires, [161811] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(6195), 1, anon_sym_LBRACE, ACTIONS(7486), 1, anon_sym_COLON, STATE(3641), 1, sym__enum_base_clause, STATE(3684), 1, sym_enumerator_list, ACTIONS(5289), 3, anon_sym_AMP, anon_sym_LBRACK, anon_sym_const, ACTIONS(5287), 25, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_EQ, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_try, anon_sym_requires, [161859] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(45), 1, anon_sym___based, ACTIONS(4820), 1, sym_auto, ACTIONS(4822), 1, anon_sym_decltype, ACTIONS(6764), 1, sym_identifier, ACTIONS(6766), 1, anon_sym_LPAREN2, ACTIONS(6768), 1, anon_sym_STAR, ACTIONS(6776), 1, sym_primitive_type, STATE(2259), 1, sym_decltype_auto, STATE(5764), 1, sym__type_declarator, STATE(7212), 1, sym_ms_based_modifier, STATE(4735), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(6774), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(5951), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, ACTIONS(59), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [161923] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(45), 1, anon_sym___based, ACTIONS(4820), 1, sym_auto, ACTIONS(4822), 1, anon_sym_decltype, ACTIONS(6764), 1, sym_identifier, ACTIONS(6766), 1, anon_sym_LPAREN2, ACTIONS(6768), 1, anon_sym_STAR, ACTIONS(6776), 1, sym_primitive_type, STATE(2259), 1, sym_decltype_auto, STATE(5709), 1, sym__type_declarator, STATE(7212), 1, sym_ms_based_modifier, STATE(4740), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(6774), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(5951), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, ACTIONS(59), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [161987] = 5, ACTIONS(3), 1, sym_comment, STATE(4560), 1, aux_sym_sized_type_specifier_repeat1, ACTIONS(7488), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, ACTIONS(4861), 7, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, ACTIONS(4859), 20, anon_sym_AMP, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_try, anon_sym_requires, [162031] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(6282), 1, anon_sym_LPAREN2, ACTIONS(7491), 1, sym_identifier, ACTIONS(7493), 1, anon_sym_COLON_COLON, ACTIONS(7497), 1, sym_primitive_type, ACTIONS(7499), 1, anon_sym_enum, ACTIONS(7501), 1, anon_sym_class, ACTIONS(7503), 1, anon_sym_struct, ACTIONS(7505), 1, anon_sym_union, ACTIONS(7507), 1, sym_auto, ACTIONS(7509), 1, anon_sym_decltype, ACTIONS(7511), 1, anon_sym_typename, STATE(2545), 1, aux_sym_sized_type_specifier_repeat1, STATE(2776), 1, sym__type_specifier, STATE(3070), 1, sym_qualified_type_identifier, STATE(3154), 1, sym_decltype_auto, STATE(4671), 1, sym_argument_list, STATE(5780), 1, sym__scope_resolution, STATE(7572), 1, sym_dependent_type_identifier, STATE(3046), 2, sym_decltype, sym_template_type, ACTIONS(7495), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(3153), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, [162111] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(2660), 1, sym_auto, ACTIONS(2662), 1, anon_sym_decltype, ACTIONS(6282), 1, anon_sym_LPAREN2, ACTIONS(6338), 1, sym_primitive_type, ACTIONS(7513), 1, sym_identifier, ACTIONS(7515), 1, anon_sym_COLON_COLON, ACTIONS(7517), 1, anon_sym_enum, ACTIONS(7519), 1, anon_sym_class, ACTIONS(7521), 1, anon_sym_struct, ACTIONS(7523), 1, anon_sym_union, ACTIONS(7525), 1, anon_sym_typename, STATE(2513), 1, aux_sym_sized_type_specifier_repeat1, STATE(3112), 1, sym_decltype_auto, STATE(3152), 1, sym_qualified_type_identifier, STATE(3829), 1, sym__type_specifier, STATE(4672), 1, sym_argument_list, STATE(5766), 1, sym__scope_resolution, STATE(7572), 1, sym_dependent_type_identifier, STATE(3056), 2, sym_decltype, sym_template_type, ACTIONS(2628), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(3111), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, [162191] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(6282), 1, anon_sym_LPAREN2, ACTIONS(7527), 1, sym_identifier, ACTIONS(7529), 1, anon_sym_COLON_COLON, ACTIONS(7533), 1, sym_primitive_type, ACTIONS(7535), 1, anon_sym_enum, ACTIONS(7537), 1, anon_sym_class, ACTIONS(7539), 1, anon_sym_struct, ACTIONS(7541), 1, anon_sym_union, ACTIONS(7543), 1, sym_auto, ACTIONS(7545), 1, anon_sym_decltype, ACTIONS(7547), 1, anon_sym_typename, STATE(2384), 1, aux_sym_sized_type_specifier_repeat1, STATE(2552), 1, sym__type_specifier, STATE(2866), 1, sym_qualified_type_identifier, STATE(2875), 1, sym_decltype_auto, STATE(4664), 1, sym_argument_list, STATE(5734), 1, sym__scope_resolution, STATE(7572), 1, sym_dependent_type_identifier, STATE(2853), 2, sym_decltype, sym_template_type, ACTIONS(7531), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(2873), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, [162271] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(2731), 1, anon_sym_const, ACTIONS(4564), 1, anon_sym_LPAREN2, ACTIONS(6967), 1, anon_sym_LBRACK, ACTIONS(7381), 1, anon_sym_STAR, ACTIONS(7383), 1, anon_sym_AMP_AMP, ACTIONS(7385), 1, anon_sym_AMP, STATE(3999), 1, sym_parameter_list, STATE(5434), 1, sym__function_declarator_seq, STATE(5681), 1, sym__abstract_declarator, STATE(4718), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, STATE(5464), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, ACTIONS(5822), 6, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_requires, ACTIONS(6969), 10, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [162333] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(45), 1, anon_sym___based, ACTIONS(4820), 1, sym_auto, ACTIONS(4822), 1, anon_sym_decltype, ACTIONS(6764), 1, sym_identifier, ACTIONS(6766), 1, anon_sym_LPAREN2, ACTIONS(6768), 1, anon_sym_STAR, ACTIONS(6776), 1, sym_primitive_type, STATE(2259), 1, sym_decltype_auto, STATE(5753), 1, sym__type_declarator, STATE(7212), 1, sym_ms_based_modifier, STATE(4742), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(6774), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(5951), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, ACTIONS(59), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [162397] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(45), 1, anon_sym___based, ACTIONS(4820), 1, sym_auto, ACTIONS(4822), 1, anon_sym_decltype, ACTIONS(6764), 1, sym_identifier, ACTIONS(6766), 1, anon_sym_LPAREN2, ACTIONS(6768), 1, anon_sym_STAR, ACTIONS(6776), 1, sym_primitive_type, STATE(2259), 1, sym_decltype_auto, STATE(5761), 1, sym__type_declarator, STATE(7212), 1, sym_ms_based_modifier, STATE(4743), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(6774), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(5951), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, ACTIONS(59), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [162461] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(2731), 1, anon_sym_const, ACTIONS(4564), 1, anon_sym_LPAREN2, ACTIONS(6967), 1, anon_sym_LBRACK, ACTIONS(7381), 1, anon_sym_STAR, ACTIONS(7383), 1, anon_sym_AMP_AMP, ACTIONS(7385), 1, anon_sym_AMP, STATE(3999), 1, sym_parameter_list, STATE(5434), 1, sym__function_declarator_seq, STATE(5691), 1, sym__abstract_declarator, STATE(4564), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, STATE(5464), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, ACTIONS(5176), 6, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_requires, ACTIONS(6969), 10, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [162523] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(45), 1, anon_sym___based, ACTIONS(4820), 1, sym_auto, ACTIONS(4822), 1, anon_sym_decltype, ACTIONS(6764), 1, sym_identifier, ACTIONS(6766), 1, anon_sym_LPAREN2, ACTIONS(6768), 1, anon_sym_STAR, ACTIONS(6776), 1, sym_primitive_type, STATE(2259), 1, sym_decltype_auto, STATE(5794), 1, sym__type_declarator, STATE(7212), 1, sym_ms_based_modifier, STATE(4715), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(6774), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(5951), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, ACTIONS(59), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [162587] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(45), 1, anon_sym___based, ACTIONS(4820), 1, sym_auto, ACTIONS(4822), 1, anon_sym_decltype, ACTIONS(6764), 1, sym_identifier, ACTIONS(6766), 1, anon_sym_LPAREN2, ACTIONS(6768), 1, anon_sym_STAR, ACTIONS(6776), 1, sym_primitive_type, STATE(2259), 1, sym_decltype_auto, STATE(5782), 1, sym__type_declarator, STATE(7212), 1, sym_ms_based_modifier, STATE(4751), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(6774), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(5951), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, ACTIONS(59), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [162651] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(45), 1, anon_sym___based, ACTIONS(4820), 1, sym_auto, ACTIONS(4822), 1, anon_sym_decltype, ACTIONS(6764), 1, sym_identifier, ACTIONS(6766), 1, anon_sym_LPAREN2, ACTIONS(6768), 1, anon_sym_STAR, ACTIONS(6776), 1, sym_primitive_type, STATE(2259), 1, sym_decltype_auto, STATE(5751), 1, sym__type_declarator, STATE(7212), 1, sym_ms_based_modifier, STATE(4734), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(6774), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(5951), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, ACTIONS(59), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [162715] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(2660), 1, sym_auto, ACTIONS(2662), 1, anon_sym_decltype, ACTIONS(6282), 1, anon_sym_LPAREN2, ACTIONS(6338), 1, sym_primitive_type, ACTIONS(7513), 1, sym_identifier, ACTIONS(7515), 1, anon_sym_COLON_COLON, ACTIONS(7517), 1, anon_sym_enum, ACTIONS(7519), 1, anon_sym_class, ACTIONS(7521), 1, anon_sym_struct, ACTIONS(7523), 1, anon_sym_union, ACTIONS(7525), 1, anon_sym_typename, STATE(2513), 1, aux_sym_sized_type_specifier_repeat1, STATE(3112), 1, sym_decltype_auto, STATE(3152), 1, sym_qualified_type_identifier, STATE(3850), 1, sym__type_specifier, STATE(4687), 1, sym_argument_list, STATE(5766), 1, sym__scope_resolution, STATE(7572), 1, sym_dependent_type_identifier, STATE(3056), 2, sym_decltype, sym_template_type, ACTIONS(2628), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(3111), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, [162795] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(45), 1, anon_sym___based, ACTIONS(4820), 1, sym_auto, ACTIONS(4822), 1, anon_sym_decltype, ACTIONS(6764), 1, sym_identifier, ACTIONS(6766), 1, anon_sym_LPAREN2, ACTIONS(6768), 1, anon_sym_STAR, ACTIONS(6776), 1, sym_primitive_type, STATE(2259), 1, sym_decltype_auto, STATE(5759), 1, sym__type_declarator, STATE(7212), 1, sym_ms_based_modifier, STATE(4698), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(6774), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(5951), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, ACTIONS(59), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [162859] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(6282), 1, anon_sym_LPAREN2, ACTIONS(7549), 1, sym_identifier, ACTIONS(7551), 1, anon_sym_COLON_COLON, ACTIONS(7555), 1, sym_primitive_type, ACTIONS(7557), 1, anon_sym_enum, ACTIONS(7559), 1, anon_sym_class, ACTIONS(7561), 1, anon_sym_struct, ACTIONS(7563), 1, anon_sym_union, ACTIONS(7565), 1, sym_auto, ACTIONS(7567), 1, anon_sym_decltype, ACTIONS(7569), 1, anon_sym_typename, STATE(2279), 1, aux_sym_sized_type_specifier_repeat1, STATE(2409), 1, sym__type_specifier, STATE(2768), 1, sym_qualified_type_identifier, STATE(2804), 1, sym_decltype_auto, STATE(4622), 1, sym_argument_list, STATE(5726), 1, sym__scope_resolution, STATE(7572), 1, sym_dependent_type_identifier, STATE(2674), 2, sym_decltype, sym_template_type, ACTIONS(7553), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(2756), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, [162939] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(6282), 1, anon_sym_LPAREN2, ACTIONS(7491), 1, sym_identifier, ACTIONS(7493), 1, anon_sym_COLON_COLON, ACTIONS(7497), 1, sym_primitive_type, ACTIONS(7499), 1, anon_sym_enum, ACTIONS(7501), 1, anon_sym_class, ACTIONS(7503), 1, anon_sym_struct, ACTIONS(7505), 1, anon_sym_union, ACTIONS(7507), 1, sym_auto, ACTIONS(7509), 1, anon_sym_decltype, ACTIONS(7511), 1, anon_sym_typename, STATE(2545), 1, aux_sym_sized_type_specifier_repeat1, STATE(2815), 1, sym__type_specifier, STATE(3070), 1, sym_qualified_type_identifier, STATE(3154), 1, sym_decltype_auto, STATE(4683), 1, sym_argument_list, STATE(5780), 1, sym__scope_resolution, STATE(7572), 1, sym_dependent_type_identifier, STATE(3046), 2, sym_decltype, sym_template_type, ACTIONS(7495), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(3153), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, [163019] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(6282), 1, anon_sym_LPAREN2, ACTIONS(7527), 1, sym_identifier, ACTIONS(7529), 1, anon_sym_COLON_COLON, ACTIONS(7533), 1, sym_primitive_type, ACTIONS(7535), 1, anon_sym_enum, ACTIONS(7537), 1, anon_sym_class, ACTIONS(7539), 1, anon_sym_struct, ACTIONS(7541), 1, anon_sym_union, ACTIONS(7543), 1, sym_auto, ACTIONS(7545), 1, anon_sym_decltype, ACTIONS(7547), 1, anon_sym_typename, STATE(2384), 1, aux_sym_sized_type_specifier_repeat1, STATE(2554), 1, sym__type_specifier, STATE(2866), 1, sym_qualified_type_identifier, STATE(2875), 1, sym_decltype_auto, STATE(4682), 1, sym_argument_list, STATE(5734), 1, sym__scope_resolution, STATE(7572), 1, sym_dependent_type_identifier, STATE(2853), 2, sym_decltype, sym_template_type, ACTIONS(7531), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(2873), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, [163099] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(7573), 3, anon_sym_AMP, anon_sym_LBRACK, anon_sym_const, ACTIONS(7571), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym___attribute__, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, anon_sym_COLON, anon_sym_DASH_GT, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_try, anon_sym_noexcept, anon_sym_throw, anon_sym_requires, [163139] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(4464), 1, anon_sym_COLON_COLON, ACTIONS(7575), 1, anon_sym_LT, STATE(2609), 1, sym_template_argument_list, ACTIONS(4447), 3, anon_sym_AMP, anon_sym_const, anon_sym_COLON, ACTIONS(4452), 26, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, anon_sym_or, anon_sym_and, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_requires, [163185] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(6282), 1, anon_sym_LPAREN2, ACTIONS(7577), 1, sym_identifier, ACTIONS(7579), 1, anon_sym_COLON_COLON, ACTIONS(7583), 1, sym_primitive_type, ACTIONS(7585), 1, anon_sym_enum, ACTIONS(7587), 1, anon_sym_class, ACTIONS(7589), 1, anon_sym_struct, ACTIONS(7591), 1, anon_sym_union, ACTIONS(7593), 1, sym_auto, ACTIONS(7595), 1, anon_sym_decltype, ACTIONS(7597), 1, anon_sym_typename, STATE(2557), 1, aux_sym_sized_type_specifier_repeat1, STATE(2844), 1, sym__type_specifier, STATE(3256), 1, sym_qualified_type_identifier, STATE(3275), 1, sym_decltype_auto, STATE(4629), 1, sym_argument_list, STATE(5804), 1, sym__scope_resolution, STATE(7572), 1, sym_dependent_type_identifier, STATE(3181), 2, sym_decltype, sym_template_type, ACTIONS(7581), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(3246), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, [163265] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(45), 1, anon_sym___based, ACTIONS(4820), 1, sym_auto, ACTIONS(4822), 1, anon_sym_decltype, ACTIONS(6764), 1, sym_identifier, ACTIONS(6766), 1, anon_sym_LPAREN2, ACTIONS(6768), 1, anon_sym_STAR, ACTIONS(6776), 1, sym_primitive_type, STATE(2259), 1, sym_decltype_auto, STATE(5745), 1, sym__type_declarator, STATE(7212), 1, sym_ms_based_modifier, STATE(4730), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(6774), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(5951), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, ACTIONS(59), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [163329] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(45), 1, anon_sym___based, ACTIONS(4820), 1, sym_auto, ACTIONS(4822), 1, anon_sym_decltype, ACTIONS(6764), 1, sym_identifier, ACTIONS(6766), 1, anon_sym_LPAREN2, ACTIONS(6768), 1, anon_sym_STAR, ACTIONS(6776), 1, sym_primitive_type, STATE(2259), 1, sym_decltype_auto, STATE(5739), 1, sym__type_declarator, STATE(7212), 1, sym_ms_based_modifier, STATE(4728), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(6774), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(5951), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, ACTIONS(59), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [163393] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(6282), 1, anon_sym_LPAREN2, ACTIONS(7577), 1, sym_identifier, ACTIONS(7579), 1, anon_sym_COLON_COLON, ACTIONS(7583), 1, sym_primitive_type, ACTIONS(7585), 1, anon_sym_enum, ACTIONS(7587), 1, anon_sym_class, ACTIONS(7589), 1, anon_sym_struct, ACTIONS(7591), 1, anon_sym_union, ACTIONS(7593), 1, sym_auto, ACTIONS(7595), 1, anon_sym_decltype, ACTIONS(7597), 1, anon_sym_typename, STATE(2557), 1, aux_sym_sized_type_specifier_repeat1, STATE(2841), 1, sym__type_specifier, STATE(3256), 1, sym_qualified_type_identifier, STATE(3275), 1, sym_decltype_auto, STATE(4684), 1, sym_argument_list, STATE(5804), 1, sym__scope_resolution, STATE(7572), 1, sym_dependent_type_identifier, STATE(3181), 2, sym_decltype, sym_template_type, ACTIONS(7581), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(3246), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, [163473] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1925), 1, sym_auto, ACTIONS(1927), 1, anon_sym_decltype, ACTIONS(6220), 1, sym_primitive_type, ACTIONS(6282), 1, anon_sym_LPAREN2, ACTIONS(7599), 1, sym_identifier, ACTIONS(7601), 1, anon_sym_COLON_COLON, ACTIONS(7603), 1, anon_sym_enum, ACTIONS(7605), 1, anon_sym_class, ACTIONS(7607), 1, anon_sym_struct, ACTIONS(7609), 1, anon_sym_union, ACTIONS(7611), 1, anon_sym_typename, STATE(2275), 1, aux_sym_sized_type_specifier_repeat1, STATE(2285), 1, sym_decltype_auto, STATE(2822), 1, sym_qualified_type_identifier, STATE(3703), 1, sym__type_specifier, STATE(4636), 1, sym_argument_list, STATE(5716), 1, sym__scope_resolution, STATE(7572), 1, sym_dependent_type_identifier, STATE(2221), 2, sym_decltype, sym_template_type, ACTIONS(1911), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(2287), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, [163553] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(45), 1, anon_sym___based, ACTIONS(4820), 1, sym_auto, ACTIONS(4822), 1, anon_sym_decltype, ACTIONS(6764), 1, sym_identifier, ACTIONS(6766), 1, anon_sym_LPAREN2, ACTIONS(6768), 1, anon_sym_STAR, ACTIONS(6776), 1, sym_primitive_type, STATE(2259), 1, sym_decltype_auto, STATE(5762), 1, sym__type_declarator, STATE(7212), 1, sym_ms_based_modifier, STATE(4759), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(6774), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(5951), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, ACTIONS(59), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [163617] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1925), 1, sym_auto, ACTIONS(1927), 1, anon_sym_decltype, ACTIONS(6220), 1, sym_primitive_type, ACTIONS(6282), 1, anon_sym_LPAREN2, ACTIONS(7599), 1, sym_identifier, ACTIONS(7601), 1, anon_sym_COLON_COLON, ACTIONS(7603), 1, anon_sym_enum, ACTIONS(7605), 1, anon_sym_class, ACTIONS(7607), 1, anon_sym_struct, ACTIONS(7609), 1, anon_sym_union, ACTIONS(7611), 1, anon_sym_typename, STATE(2275), 1, aux_sym_sized_type_specifier_repeat1, STATE(2285), 1, sym_decltype_auto, STATE(2822), 1, sym_qualified_type_identifier, STATE(3768), 1, sym__type_specifier, STATE(4689), 1, sym_argument_list, STATE(5716), 1, sym__scope_resolution, STATE(7572), 1, sym_dependent_type_identifier, STATE(2221), 2, sym_decltype, sym_template_type, ACTIONS(1911), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(2287), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, [163697] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(7615), 3, anon_sym_AMP, anon_sym_LBRACK, anon_sym_const, ACTIONS(7613), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym___attribute__, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, anon_sym_COLON, anon_sym_DASH_GT, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_try, anon_sym_noexcept, anon_sym_throw, anon_sym_requires, [163737] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(4464), 1, anon_sym_COLON_COLON, ACTIONS(7484), 1, anon_sym_LT, STATE(4673), 1, sym_template_argument_list, ACTIONS(5168), 3, anon_sym_AMP, anon_sym_const, anon_sym_COLON, ACTIONS(4483), 26, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, anon_sym_or, anon_sym_and, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_try, anon_sym_requires, [163783] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(45), 1, anon_sym___based, ACTIONS(4820), 1, sym_auto, ACTIONS(4822), 1, anon_sym_decltype, ACTIONS(6764), 1, sym_identifier, ACTIONS(6766), 1, anon_sym_LPAREN2, ACTIONS(6768), 1, anon_sym_STAR, ACTIONS(6776), 1, sym_primitive_type, STATE(2259), 1, sym_decltype_auto, STATE(5723), 1, sym__type_declarator, STATE(7212), 1, sym_ms_based_modifier, STATE(4727), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(6774), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(5951), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, ACTIONS(59), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [163847] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(45), 1, anon_sym___based, ACTIONS(4820), 1, sym_auto, ACTIONS(4822), 1, anon_sym_decltype, ACTIONS(6764), 1, sym_identifier, ACTIONS(6766), 1, anon_sym_LPAREN2, ACTIONS(6768), 1, anon_sym_STAR, ACTIONS(6776), 1, sym_primitive_type, STATE(2259), 1, sym_decltype_auto, STATE(5713), 1, sym__type_declarator, STATE(7212), 1, sym_ms_based_modifier, STATE(4714), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(6774), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(5951), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, ACTIONS(59), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [163911] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(4464), 1, anon_sym_COLON_COLON, ACTIONS(7617), 1, anon_sym_LT, STATE(2904), 1, sym_template_argument_list, ACTIONS(4447), 3, anon_sym_AMP, anon_sym_const, anon_sym_COLON, ACTIONS(4452), 26, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, anon_sym_or, anon_sym_and, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_requires, [163957] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(45), 1, anon_sym___based, ACTIONS(4820), 1, sym_auto, ACTIONS(4822), 1, anon_sym_decltype, ACTIONS(6764), 1, sym_identifier, ACTIONS(6766), 1, anon_sym_LPAREN2, ACTIONS(6768), 1, anon_sym_STAR, ACTIONS(6776), 1, sym_primitive_type, STATE(2259), 1, sym_decltype_auto, STATE(5718), 1, sym__type_declarator, STATE(7212), 1, sym_ms_based_modifier, STATE(4747), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(6774), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(5951), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, ACTIONS(59), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [164021] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(45), 1, anon_sym___based, ACTIONS(4820), 1, sym_auto, ACTIONS(4822), 1, anon_sym_decltype, ACTIONS(6764), 1, sym_identifier, ACTIONS(6766), 1, anon_sym_LPAREN2, ACTIONS(6768), 1, anon_sym_STAR, ACTIONS(6776), 1, sym_primitive_type, STATE(2259), 1, sym_decltype_auto, STATE(5789), 1, sym__type_declarator, STATE(7212), 1, sym_ms_based_modifier, STATE(4720), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(6774), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(5951), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, ACTIONS(59), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [164085] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(7619), 1, sym_identifier, ACTIONS(7623), 1, sym_primitive_type, STATE(4560), 1, aux_sym_sized_type_specifier_repeat1, ACTIONS(7621), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, ACTIONS(4963), 7, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, ACTIONS(4965), 18, anon_sym_AMP, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_try, anon_sym_requires, [164133] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(45), 1, anon_sym___based, ACTIONS(4820), 1, sym_auto, ACTIONS(4822), 1, anon_sym_decltype, ACTIONS(6764), 1, sym_identifier, ACTIONS(6766), 1, anon_sym_LPAREN2, ACTIONS(6768), 1, anon_sym_STAR, ACTIONS(6776), 1, sym_primitive_type, STATE(2259), 1, sym_decltype_auto, STATE(5792), 1, sym__type_declarator, STATE(7212), 1, sym_ms_based_modifier, STATE(4699), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(6774), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(5951), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, ACTIONS(59), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [164197] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(45), 1, anon_sym___based, ACTIONS(4820), 1, sym_auto, ACTIONS(4822), 1, anon_sym_decltype, ACTIONS(6764), 1, sym_identifier, ACTIONS(6766), 1, anon_sym_LPAREN2, ACTIONS(6768), 1, anon_sym_STAR, ACTIONS(6776), 1, sym_primitive_type, STATE(2259), 1, sym_decltype_auto, STATE(5803), 1, sym__type_declarator, STATE(7212), 1, sym_ms_based_modifier, STATE(4732), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(6774), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(5951), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, ACTIONS(59), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [164261] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(6282), 1, anon_sym_LPAREN2, ACTIONS(7549), 1, sym_identifier, ACTIONS(7551), 1, anon_sym_COLON_COLON, ACTIONS(7555), 1, sym_primitive_type, ACTIONS(7557), 1, anon_sym_enum, ACTIONS(7559), 1, anon_sym_class, ACTIONS(7561), 1, anon_sym_struct, ACTIONS(7563), 1, anon_sym_union, ACTIONS(7565), 1, sym_auto, ACTIONS(7567), 1, anon_sym_decltype, ACTIONS(7569), 1, anon_sym_typename, STATE(2279), 1, aux_sym_sized_type_specifier_repeat1, STATE(2414), 1, sym__type_specifier, STATE(2768), 1, sym_qualified_type_identifier, STATE(2804), 1, sym_decltype_auto, STATE(4625), 1, sym_argument_list, STATE(5726), 1, sym__scope_resolution, STATE(7572), 1, sym_dependent_type_identifier, STATE(2674), 2, sym_decltype, sym_template_type, ACTIONS(7553), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(2756), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, [164341] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1925), 1, sym_auto, ACTIONS(1927), 1, anon_sym_decltype, ACTIONS(6220), 1, sym_primitive_type, ACTIONS(6282), 1, anon_sym_LPAREN2, ACTIONS(7599), 1, sym_identifier, ACTIONS(7601), 1, anon_sym_COLON_COLON, ACTIONS(7603), 1, anon_sym_enum, ACTIONS(7605), 1, anon_sym_class, ACTIONS(7607), 1, anon_sym_struct, ACTIONS(7609), 1, anon_sym_union, ACTIONS(7611), 1, anon_sym_typename, STATE(2275), 1, aux_sym_sized_type_specifier_repeat1, STATE(2285), 1, sym_decltype_auto, STATE(2822), 1, sym_qualified_type_identifier, STATE(3786), 1, sym__type_specifier, STATE(4668), 1, sym_argument_list, STATE(5716), 1, sym__scope_resolution, STATE(7572), 1, sym_dependent_type_identifier, STATE(2221), 2, sym_decltype, sym_template_type, ACTIONS(1911), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(2287), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, [164421] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(4464), 1, anon_sym_COLON_COLON, ACTIONS(7575), 1, anon_sym_LT, STATE(2609), 1, sym_template_argument_list, ACTIONS(5168), 3, anon_sym_AMP, anon_sym_const, anon_sym_COLON, ACTIONS(4483), 26, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, anon_sym_or, anon_sym_and, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_requires, [164467] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(45), 1, anon_sym___based, ACTIONS(4820), 1, sym_auto, ACTIONS(4822), 1, anon_sym_decltype, ACTIONS(6764), 1, sym_identifier, ACTIONS(6766), 1, anon_sym_LPAREN2, ACTIONS(6768), 1, anon_sym_STAR, ACTIONS(6776), 1, sym_primitive_type, STATE(2259), 1, sym_decltype_auto, STATE(5796), 1, sym__type_declarator, STATE(7212), 1, sym_ms_based_modifier, STATE(4709), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(6774), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(5951), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, ACTIONS(59), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [164531] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(2731), 1, anon_sym_const, ACTIONS(4564), 1, anon_sym_LPAREN2, ACTIONS(6967), 1, anon_sym_LBRACK, ACTIONS(7381), 1, anon_sym_STAR, ACTIONS(7383), 1, anon_sym_AMP_AMP, ACTIONS(7385), 1, anon_sym_AMP, STATE(3999), 1, sym_parameter_list, STATE(5434), 1, sym__function_declarator_seq, STATE(5686), 1, sym__abstract_declarator, STATE(4718), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, STATE(5464), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, ACTIONS(6876), 6, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_requires, ACTIONS(6969), 10, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [164593] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(4464), 1, anon_sym_COLON_COLON, ACTIONS(7617), 1, anon_sym_LT, STATE(2904), 1, sym_template_argument_list, ACTIONS(5168), 3, anon_sym_AMP, anon_sym_const, anon_sym_COLON, ACTIONS(4483), 26, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, anon_sym_or, anon_sym_and, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_requires, [164639] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(45), 1, anon_sym___based, ACTIONS(4820), 1, sym_auto, ACTIONS(4822), 1, anon_sym_decltype, ACTIONS(6764), 1, sym_identifier, ACTIONS(6766), 1, anon_sym_LPAREN2, ACTIONS(6768), 1, anon_sym_STAR, ACTIONS(6776), 1, sym_primitive_type, STATE(2259), 1, sym_decltype_auto, STATE(5805), 1, sym__type_declarator, STATE(7212), 1, sym_ms_based_modifier, STATE(4716), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(6774), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(5951), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, ACTIONS(59), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [164703] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(45), 1, anon_sym___based, ACTIONS(4820), 1, sym_auto, ACTIONS(4822), 1, anon_sym_decltype, ACTIONS(6764), 1, sym_identifier, ACTIONS(6766), 1, anon_sym_LPAREN2, ACTIONS(6768), 1, anon_sym_STAR, ACTIONS(6776), 1, sym_primitive_type, STATE(2259), 1, sym_decltype_auto, STATE(5776), 1, sym__type_declarator, STATE(7212), 1, sym_ms_based_modifier, STATE(4757), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(6774), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(5951), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, ACTIONS(59), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [164767] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1925), 1, sym_auto, ACTIONS(1927), 1, anon_sym_decltype, ACTIONS(6220), 1, sym_primitive_type, ACTIONS(6282), 1, anon_sym_LPAREN2, ACTIONS(7599), 1, sym_identifier, ACTIONS(7601), 1, anon_sym_COLON_COLON, ACTIONS(7603), 1, anon_sym_enum, ACTIONS(7605), 1, anon_sym_class, ACTIONS(7607), 1, anon_sym_struct, ACTIONS(7609), 1, anon_sym_union, ACTIONS(7611), 1, anon_sym_typename, STATE(2275), 1, aux_sym_sized_type_specifier_repeat1, STATE(2285), 1, sym_decltype_auto, STATE(2822), 1, sym_qualified_type_identifier, STATE(3750), 1, sym__type_specifier, STATE(4621), 1, sym_argument_list, STATE(5716), 1, sym__scope_resolution, STATE(7572), 1, sym_dependent_type_identifier, STATE(2221), 2, sym_decltype, sym_template_type, ACTIONS(1911), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(2287), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, [164847] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(45), 1, anon_sym___based, ACTIONS(4820), 1, sym_auto, ACTIONS(4822), 1, anon_sym_decltype, ACTIONS(6764), 1, sym_identifier, ACTIONS(6766), 1, anon_sym_LPAREN2, ACTIONS(6768), 1, anon_sym_STAR, ACTIONS(6776), 1, sym_primitive_type, STATE(2259), 1, sym_decltype_auto, STATE(5772), 1, sym__type_declarator, STATE(7212), 1, sym_ms_based_modifier, STATE(4754), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(6774), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(5951), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, ACTIONS(59), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [164911] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(45), 1, anon_sym___based, ACTIONS(4820), 1, sym_auto, ACTIONS(4822), 1, anon_sym_decltype, ACTIONS(6764), 1, sym_identifier, ACTIONS(6766), 1, anon_sym_LPAREN2, ACTIONS(6768), 1, anon_sym_STAR, ACTIONS(6776), 1, sym_primitive_type, STATE(2259), 1, sym_decltype_auto, STATE(5760), 1, sym__type_declarator, STATE(7212), 1, sym_ms_based_modifier, STATE(4741), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(6774), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(5951), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, ACTIONS(59), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [164975] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(6482), 1, anon_sym_const, ACTIONS(6544), 1, anon_sym_LPAREN2, ACTIONS(6552), 1, anon_sym_LBRACK, ACTIONS(7413), 1, anon_sym_STAR, ACTIONS(7415), 1, anon_sym_AMP_AMP, ACTIONS(7417), 1, anon_sym_AMP, STATE(4112), 1, sym_parameter_list, STATE(5447), 1, sym__function_declarator_seq, STATE(5730), 1, sym__abstract_declarator, STATE(4608), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(5176), 5, anon_sym_LBRACK_LBRACK, anon_sym_COLON, anon_sym_final, anon_sym_override, anon_sym_requires, STATE(5438), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, ACTIONS(6492), 10, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [165036] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(6482), 1, anon_sym_const, ACTIONS(6544), 1, anon_sym_LPAREN2, ACTIONS(6552), 1, anon_sym_LBRACK, ACTIONS(7413), 1, anon_sym_STAR, ACTIONS(7415), 1, anon_sym_AMP_AMP, ACTIONS(7417), 1, anon_sym_AMP, STATE(4112), 1, sym_parameter_list, STATE(5447), 1, sym__function_declarator_seq, STATE(5733), 1, sym__abstract_declarator, STATE(4614), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(6876), 5, anon_sym_LBRACK_LBRACK, anon_sym_COLON, anon_sym_final, anon_sym_override, anon_sym_requires, STATE(5438), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, ACTIONS(6492), 10, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [165097] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(6482), 1, anon_sym_const, ACTIONS(6544), 1, anon_sym_LPAREN2, ACTIONS(6552), 1, anon_sym_LBRACK, ACTIONS(7413), 1, anon_sym_STAR, ACTIONS(7415), 1, anon_sym_AMP_AMP, ACTIONS(7417), 1, anon_sym_AMP, STATE(4112), 1, sym_parameter_list, STATE(5447), 1, sym__function_declarator_seq, STATE(5738), 1, sym__abstract_declarator, STATE(4614), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(5822), 5, anon_sym_LBRACK_LBRACK, anon_sym_COLON, anon_sym_final, anon_sym_override, anon_sym_requires, STATE(5438), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, ACTIONS(6492), 10, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [165158] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(6482), 1, anon_sym_const, ACTIONS(6544), 1, anon_sym_LPAREN2, ACTIONS(6552), 1, anon_sym_LBRACK, ACTIONS(7413), 1, anon_sym_STAR, ACTIONS(7415), 1, anon_sym_AMP_AMP, ACTIONS(7417), 1, anon_sym_AMP, STATE(4112), 1, sym_parameter_list, STATE(5447), 1, sym__function_declarator_seq, STATE(5741), 1, sym__abstract_declarator, STATE(4614), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(6878), 5, anon_sym_LBRACK_LBRACK, anon_sym_COLON, anon_sym_final, anon_sym_override, anon_sym_requires, STATE(5438), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, ACTIONS(6492), 10, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [165219] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(7625), 1, anon_sym___attribute__, STATE(4610), 2, sym_attribute_specifier, aux_sym__function_declarator_seq_repeat1, ACTIONS(7453), 3, anon_sym_AMP, anon_sym_LBRACK, anon_sym_const, ACTIONS(7451), 25, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, anon_sym_COLON, anon_sym_DASH_GT, anon_sym_final, anon_sym_override, anon_sym_try, anon_sym_noexcept, anon_sym_throw, anon_sym_requires, [165262] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6167), 8, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, ACTIONS(6165), 23, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_identifier, anon_sym_virtual, anon_sym_operator, [165301] = 7, ACTIONS(3), 1, sym_comment, STATE(4767), 1, sym_ms_unaligned_ptr_modifier, ACTIONS(7635), 2, anon_sym__unaligned, anon_sym___unaligned, STATE(4612), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, ACTIONS(7632), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, ACTIONS(7630), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK, ACTIONS(7628), 17, anon_sym_AMP, 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_mutable, anon_sym_constinit, anon_sym_consteval, sym_identifier, anon_sym_decltype, anon_sym_template, anon_sym_operator, [165348] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5978), 8, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, ACTIONS(5976), 23, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_identifier, anon_sym_virtual, anon_sym_operator, [165387] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(7638), 1, anon_sym_const, ACTIONS(5140), 2, anon_sym_AMP, anon_sym_LBRACK, STATE(4614), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(7641), 10, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, ACTIONS(5142), 16, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, anon_sym_DASH_GT, anon_sym_final, anon_sym_override, anon_sym_try, anon_sym_noexcept, anon_sym_throw, anon_sym_requires, [165432] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6306), 8, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, ACTIONS(6304), 23, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_identifier, anon_sym_virtual, anon_sym_operator, [165471] = 5, ACTIONS(3), 1, sym_comment, STATE(4616), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(5142), 3, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_COLON_COLON, ACTIONS(7445), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, ACTIONS(5140), 15, anon_sym___based, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, sym_primitive_type, anon_sym_enum, anon_sym_class, anon_sym_struct, anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_typename, anon_sym_template, [165514] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(45), 1, anon_sym___based, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1931), 1, anon_sym_operator, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(2560), 1, anon_sym_LPAREN2, ACTIONS(2562), 1, anon_sym_TILDE, ACTIONS(5174), 1, sym_identifier, ACTIONS(5184), 1, anon_sym_COLON_COLON, ACTIONS(6032), 1, anon_sym_LBRACK, ACTIONS(6045), 1, anon_sym_STAR, ACTIONS(6047), 1, anon_sym_AMP_AMP, ACTIONS(6049), 1, anon_sym_AMP, STATE(5321), 1, sym__declarator, STATE(5355), 1, sym__scope_resolution, STATE(6359), 1, sym_init_declarator, STATE(6982), 1, sym_ms_based_modifier, STATE(7572), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, STATE(5671), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, sym_reference_declarator, sym_structured_binding_declarator, sym_template_function, sym_destructor_name, sym_qualified_identifier, sym_operator_name, [165584] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(45), 1, anon_sym___based, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1931), 1, anon_sym_operator, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(2560), 1, anon_sym_LPAREN2, ACTIONS(2562), 1, anon_sym_TILDE, ACTIONS(5174), 1, sym_identifier, ACTIONS(5184), 1, anon_sym_COLON_COLON, ACTIONS(6032), 1, anon_sym_LBRACK, ACTIONS(6051), 1, anon_sym_STAR, ACTIONS(6053), 1, anon_sym_AMP_AMP, ACTIONS(6055), 1, anon_sym_AMP, STATE(5181), 1, sym__declarator, STATE(5355), 1, sym__scope_resolution, STATE(6395), 1, sym_init_declarator, STATE(7190), 1, sym_ms_based_modifier, STATE(7572), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, STATE(5671), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, sym_reference_declarator, sym_structured_binding_declarator, sym_template_function, sym_destructor_name, sym_qualified_identifier, sym_operator_name, [165654] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(45), 1, anon_sym___based, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1931), 1, anon_sym_operator, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(2560), 1, anon_sym_LPAREN2, ACTIONS(2562), 1, anon_sym_TILDE, ACTIONS(5174), 1, sym_identifier, ACTIONS(5184), 1, anon_sym_COLON_COLON, ACTIONS(6032), 1, anon_sym_LBRACK, ACTIONS(6051), 1, anon_sym_STAR, ACTIONS(6053), 1, anon_sym_AMP_AMP, ACTIONS(6055), 1, anon_sym_AMP, STATE(5207), 1, sym__declarator, STATE(5355), 1, sym__scope_resolution, STATE(6451), 1, sym_init_declarator, STATE(7190), 1, sym_ms_based_modifier, STATE(7572), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, STATE(5671), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, sym_reference_declarator, sym_structured_binding_declarator, sym_template_function, sym_destructor_name, sym_qualified_identifier, sym_operator_name, [165724] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(113), 1, sym_auto, ACTIONS(115), 1, anon_sym_decltype, ACTIONS(1329), 1, anon_sym_template, ACTIONS(3651), 1, sym_identifier, ACTIONS(3657), 1, anon_sym_COLON_COLON, ACTIONS(3661), 1, sym_primitive_type, ACTIONS(3663), 1, anon_sym_enum, ACTIONS(3665), 1, anon_sym_class, ACTIONS(3667), 1, anon_sym_struct, ACTIONS(3669), 1, anon_sym_union, ACTIONS(3671), 1, anon_sym_typename, STATE(3645), 1, sym_qualified_type_identifier, STATE(3650), 1, sym__type_specifier, STATE(3658), 1, aux_sym_sized_type_specifier_repeat1, STATE(3701), 1, sym_decltype_auto, STATE(5806), 1, sym__scope_resolution, STATE(7572), 1, sym_dependent_type_identifier, STATE(3646), 2, sym_decltype, sym_template_type, ACTIONS(3659), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(3695), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, [165798] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1925), 1, sym_auto, ACTIONS(1927), 1, anon_sym_decltype, ACTIONS(6220), 1, sym_primitive_type, ACTIONS(7599), 1, sym_identifier, ACTIONS(7601), 1, anon_sym_COLON_COLON, ACTIONS(7603), 1, anon_sym_enum, ACTIONS(7605), 1, anon_sym_class, ACTIONS(7607), 1, anon_sym_struct, ACTIONS(7609), 1, anon_sym_union, ACTIONS(7611), 1, anon_sym_typename, STATE(2275), 1, aux_sym_sized_type_specifier_repeat1, STATE(2285), 1, sym_decltype_auto, STATE(2822), 1, sym_qualified_type_identifier, STATE(3667), 1, sym__type_specifier, STATE(5716), 1, sym__scope_resolution, STATE(7572), 1, sym_dependent_type_identifier, STATE(2221), 2, sym_decltype, sym_template_type, ACTIONS(1911), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(2287), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, [165872] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(7549), 1, sym_identifier, ACTIONS(7551), 1, anon_sym_COLON_COLON, ACTIONS(7555), 1, sym_primitive_type, ACTIONS(7557), 1, anon_sym_enum, ACTIONS(7559), 1, anon_sym_class, ACTIONS(7561), 1, anon_sym_struct, ACTIONS(7563), 1, anon_sym_union, ACTIONS(7565), 1, sym_auto, ACTIONS(7567), 1, anon_sym_decltype, ACTIONS(7569), 1, anon_sym_typename, STATE(2279), 1, aux_sym_sized_type_specifier_repeat1, STATE(2425), 1, sym__type_specifier, STATE(2768), 1, sym_qualified_type_identifier, STATE(2804), 1, sym_decltype_auto, STATE(5726), 1, sym__scope_resolution, STATE(7572), 1, sym_dependent_type_identifier, STATE(2674), 2, sym_decltype, sym_template_type, ACTIONS(7553), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(2756), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, [165946] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(4564), 1, anon_sym_LPAREN2, ACTIONS(6967), 1, anon_sym_LBRACK, ACTIONS(7429), 1, anon_sym_STAR, ACTIONS(7431), 1, anon_sym_AMP_AMP, ACTIONS(7433), 1, anon_sym_AMP, ACTIONS(7435), 1, anon_sym_const, STATE(4071), 1, sym_parameter_list, STATE(5434), 1, sym__function_declarator_seq, STATE(5856), 1, sym__abstract_declarator, STATE(4648), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(5176), 4, anon_sym_COLON, anon_sym_final, anon_sym_override, anon_sym_requires, STATE(5464), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, ACTIONS(7437), 10, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [166006] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(4564), 1, anon_sym_LPAREN2, ACTIONS(6967), 1, anon_sym_LBRACK, ACTIONS(7429), 1, anon_sym_STAR, ACTIONS(7431), 1, anon_sym_AMP_AMP, ACTIONS(7433), 1, anon_sym_AMP, ACTIONS(7435), 1, anon_sym_const, STATE(4071), 1, sym_parameter_list, STATE(5434), 1, sym__function_declarator_seq, STATE(5844), 1, sym__abstract_declarator, STATE(4944), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(6876), 4, anon_sym_COLON, anon_sym_final, anon_sym_override, anon_sym_requires, STATE(5464), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, ACTIONS(7437), 10, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [166066] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(7549), 1, sym_identifier, ACTIONS(7551), 1, anon_sym_COLON_COLON, ACTIONS(7555), 1, sym_primitive_type, ACTIONS(7557), 1, anon_sym_enum, ACTIONS(7559), 1, anon_sym_class, ACTIONS(7561), 1, anon_sym_struct, ACTIONS(7563), 1, anon_sym_union, ACTIONS(7565), 1, sym_auto, ACTIONS(7567), 1, anon_sym_decltype, ACTIONS(7569), 1, anon_sym_typename, STATE(2279), 1, aux_sym_sized_type_specifier_repeat1, STATE(2403), 1, sym__type_specifier, STATE(2768), 1, sym_qualified_type_identifier, STATE(2804), 1, sym_decltype_auto, STATE(5726), 1, sym__scope_resolution, STATE(7572), 1, sym_dependent_type_identifier, STATE(2674), 2, sym_decltype, sym_template_type, ACTIONS(7553), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(2756), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, [166140] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(2660), 1, sym_auto, ACTIONS(2662), 1, anon_sym_decltype, ACTIONS(6338), 1, sym_primitive_type, ACTIONS(7513), 1, sym_identifier, ACTIONS(7515), 1, anon_sym_COLON_COLON, ACTIONS(7517), 1, anon_sym_enum, ACTIONS(7519), 1, anon_sym_class, ACTIONS(7521), 1, anon_sym_struct, ACTIONS(7523), 1, anon_sym_union, ACTIONS(7525), 1, anon_sym_typename, STATE(2513), 1, aux_sym_sized_type_specifier_repeat1, STATE(3036), 1, sym__type_specifier, STATE(3112), 1, sym_decltype_auto, STATE(3152), 1, sym_qualified_type_identifier, STATE(5766), 1, sym__scope_resolution, STATE(7572), 1, sym_dependent_type_identifier, STATE(3056), 2, sym_decltype, sym_template_type, ACTIONS(2628), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(3111), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, [166214] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(2632), 1, anon_sym_enum, ACTIONS(2634), 1, anon_sym_class, ACTIONS(2636), 1, anon_sym_struct, ACTIONS(2638), 1, anon_sym_union, ACTIONS(2660), 1, sym_auto, ACTIONS(2662), 1, anon_sym_decltype, ACTIONS(2664), 1, anon_sym_typename, ACTIONS(6334), 1, sym_identifier, ACTIONS(6336), 1, anon_sym_COLON_COLON, ACTIONS(6338), 1, sym_primitive_type, STATE(2513), 1, aux_sym_sized_type_specifier_repeat1, STATE(3036), 1, sym__type_specifier, STATE(3112), 1, sym_decltype_auto, STATE(3152), 1, sym_qualified_type_identifier, STATE(5758), 1, sym__scope_resolution, STATE(7572), 1, sym_dependent_type_identifier, STATE(3056), 2, sym_decltype, sym_template_type, ACTIONS(2628), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(3111), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, [166288] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(45), 1, anon_sym___based, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1931), 1, anon_sym_operator, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(2560), 1, anon_sym_LPAREN2, ACTIONS(2562), 1, anon_sym_TILDE, ACTIONS(5174), 1, sym_identifier, ACTIONS(5184), 1, anon_sym_COLON_COLON, ACTIONS(6032), 1, anon_sym_LBRACK, ACTIONS(6051), 1, anon_sym_STAR, ACTIONS(6053), 1, anon_sym_AMP_AMP, ACTIONS(6055), 1, anon_sym_AMP, STATE(5206), 1, sym__declarator, STATE(5355), 1, sym__scope_resolution, STATE(6583), 1, sym_init_declarator, STATE(7190), 1, sym_ms_based_modifier, STATE(7572), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, STATE(5671), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, sym_reference_declarator, sym_structured_binding_declarator, sym_template_function, sym_destructor_name, sym_qualified_identifier, sym_operator_name, [166358] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(7577), 1, sym_identifier, ACTIONS(7579), 1, anon_sym_COLON_COLON, ACTIONS(7583), 1, sym_primitive_type, ACTIONS(7585), 1, anon_sym_enum, ACTIONS(7587), 1, anon_sym_class, ACTIONS(7589), 1, anon_sym_struct, ACTIONS(7591), 1, anon_sym_union, ACTIONS(7593), 1, sym_auto, ACTIONS(7595), 1, anon_sym_decltype, ACTIONS(7597), 1, anon_sym_typename, STATE(2557), 1, aux_sym_sized_type_specifier_repeat1, STATE(2856), 1, sym__type_specifier, STATE(3256), 1, sym_qualified_type_identifier, STATE(3275), 1, sym_decltype_auto, STATE(5804), 1, sym__scope_resolution, STATE(7572), 1, sym_dependent_type_identifier, STATE(3181), 2, sym_decltype, sym_template_type, ACTIONS(7581), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(3246), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, [166432] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(45), 1, anon_sym___based, ACTIONS(1931), 1, anon_sym_operator, ACTIONS(6647), 1, anon_sym_LPAREN2, ACTIONS(6655), 1, sym_identifier, ACTIONS(6657), 1, anon_sym_STAR, ACTIONS(6659), 1, anon_sym_AMP_AMP, ACTIONS(6661), 1, anon_sym_AMP, STATE(5818), 1, sym__field_declarator, STATE(7143), 1, sym_ms_based_modifier, STATE(4770), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, STATE(5685), 8, sym_parenthesized_field_declarator, sym_attributed_field_declarator, sym_pointer_field_declarator, sym_function_field_declarator, sym_array_field_declarator, sym_reference_field_declarator, sym_template_method, sym_operator_name, ACTIONS(2731), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [166490] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(45), 1, anon_sym___based, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1931), 1, anon_sym_operator, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(2560), 1, anon_sym_LPAREN2, ACTIONS(2562), 1, anon_sym_TILDE, ACTIONS(5174), 1, sym_identifier, ACTIONS(5184), 1, anon_sym_COLON_COLON, ACTIONS(6032), 1, anon_sym_LBRACK, ACTIONS(6051), 1, anon_sym_STAR, ACTIONS(6053), 1, anon_sym_AMP_AMP, ACTIONS(6055), 1, anon_sym_AMP, STATE(5355), 1, sym__scope_resolution, STATE(5411), 1, sym__declarator, STATE(6359), 1, sym_init_declarator, STATE(7190), 1, sym_ms_based_modifier, STATE(7572), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, STATE(5671), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, sym_reference_declarator, sym_structured_binding_declarator, sym_template_function, sym_destructor_name, sym_qualified_identifier, sym_operator_name, [166560] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(45), 1, anon_sym___based, ACTIONS(1931), 1, anon_sym_operator, ACTIONS(6647), 1, anon_sym_LPAREN2, ACTIONS(6655), 1, sym_identifier, ACTIONS(6657), 1, anon_sym_STAR, ACTIONS(6659), 1, anon_sym_AMP_AMP, ACTIONS(6661), 1, anon_sym_AMP, STATE(5875), 1, sym__field_declarator, STATE(7143), 1, sym_ms_based_modifier, STATE(4770), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, STATE(5685), 8, sym_parenthesized_field_declarator, sym_attributed_field_declarator, sym_pointer_field_declarator, sym_function_field_declarator, sym_array_field_declarator, sym_reference_field_declarator, sym_template_method, sym_operator_name, ACTIONS(2731), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [166618] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(45), 1, anon_sym___based, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1931), 1, anon_sym_operator, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(2560), 1, anon_sym_LPAREN2, ACTIONS(2562), 1, anon_sym_TILDE, ACTIONS(5174), 1, sym_identifier, ACTIONS(5184), 1, anon_sym_COLON_COLON, ACTIONS(6032), 1, anon_sym_LBRACK, ACTIONS(6051), 1, anon_sym_STAR, ACTIONS(6053), 1, anon_sym_AMP_AMP, ACTIONS(6055), 1, anon_sym_AMP, STATE(5191), 1, sym__declarator, STATE(5355), 1, sym__scope_resolution, STATE(6270), 1, sym_init_declarator, STATE(7190), 1, sym_ms_based_modifier, STATE(7572), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, STATE(5671), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, sym_reference_declarator, sym_structured_binding_declarator, sym_template_function, sym_destructor_name, sym_qualified_identifier, sym_operator_name, [166688] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(7549), 1, sym_identifier, ACTIONS(7551), 1, anon_sym_COLON_COLON, ACTIONS(7555), 1, sym_primitive_type, ACTIONS(7557), 1, anon_sym_enum, ACTIONS(7559), 1, anon_sym_class, ACTIONS(7561), 1, anon_sym_struct, ACTIONS(7563), 1, anon_sym_union, ACTIONS(7565), 1, sym_auto, ACTIONS(7567), 1, anon_sym_decltype, ACTIONS(7569), 1, anon_sym_typename, STATE(2279), 1, aux_sym_sized_type_specifier_repeat1, STATE(2705), 1, sym__type_specifier, STATE(2768), 1, sym_qualified_type_identifier, STATE(2804), 1, sym_decltype_auto, STATE(5726), 1, sym__scope_resolution, STATE(7572), 1, sym_dependent_type_identifier, STATE(2674), 2, sym_decltype, sym_template_type, ACTIONS(7553), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(2756), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, [166762] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(45), 1, anon_sym___based, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1931), 1, anon_sym_operator, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(2560), 1, anon_sym_LPAREN2, ACTIONS(2562), 1, anon_sym_TILDE, ACTIONS(5174), 1, sym_identifier, ACTIONS(5184), 1, anon_sym_COLON_COLON, ACTIONS(6032), 1, anon_sym_LBRACK, ACTIONS(6051), 1, anon_sym_STAR, ACTIONS(6053), 1, anon_sym_AMP_AMP, ACTIONS(6055), 1, anon_sym_AMP, STATE(5355), 1, sym__scope_resolution, STATE(5440), 1, sym__declarator, STATE(6270), 1, sym_init_declarator, STATE(7190), 1, sym_ms_based_modifier, STATE(7572), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, STATE(5671), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, sym_reference_declarator, sym_structured_binding_declarator, sym_template_function, sym_destructor_name, sym_qualified_identifier, sym_operator_name, [166832] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1925), 1, sym_auto, ACTIONS(1927), 1, anon_sym_decltype, ACTIONS(6220), 1, sym_primitive_type, ACTIONS(7599), 1, sym_identifier, ACTIONS(7601), 1, anon_sym_COLON_COLON, ACTIONS(7603), 1, anon_sym_enum, ACTIONS(7605), 1, anon_sym_class, ACTIONS(7607), 1, anon_sym_struct, ACTIONS(7609), 1, anon_sym_union, ACTIONS(7611), 1, anon_sym_typename, STATE(2275), 1, aux_sym_sized_type_specifier_repeat1, STATE(2285), 1, sym_decltype_auto, STATE(2822), 1, sym_qualified_type_identifier, STATE(3727), 1, sym__type_specifier, STATE(5716), 1, sym__scope_resolution, STATE(7572), 1, sym_dependent_type_identifier, STATE(2221), 2, sym_decltype, sym_template_type, ACTIONS(1911), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(2287), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, [166906] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(63), 1, anon_sym_enum, ACTIONS(65), 1, anon_sym_class, ACTIONS(67), 1, anon_sym_struct, ACTIONS(69), 1, anon_sym_union, ACTIONS(113), 1, sym_auto, ACTIONS(115), 1, anon_sym_decltype, ACTIONS(121), 1, anon_sym_typename, ACTIONS(1329), 1, anon_sym_template, ACTIONS(3661), 1, sym_primitive_type, ACTIONS(4576), 1, sym_identifier, ACTIONS(4578), 1, anon_sym_COLON_COLON, STATE(3634), 1, aux_sym_sized_type_specifier_repeat1, STATE(3650), 1, sym__type_specifier, STATE(3701), 1, sym_decltype_auto, STATE(3938), 1, sym_qualified_type_identifier, STATE(5722), 1, sym__scope_resolution, STATE(7572), 1, sym_dependent_type_identifier, STATE(3646), 2, sym_decltype, sym_template_type, ACTIONS(51), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(3695), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, [166980] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(45), 1, anon_sym___based, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1931), 1, anon_sym_operator, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(2560), 1, anon_sym_LPAREN2, ACTIONS(2562), 1, anon_sym_TILDE, ACTIONS(5174), 1, sym_identifier, ACTIONS(5184), 1, anon_sym_COLON_COLON, ACTIONS(6032), 1, anon_sym_LBRACK, ACTIONS(6045), 1, anon_sym_STAR, ACTIONS(6047), 1, anon_sym_AMP_AMP, ACTIONS(6049), 1, anon_sym_AMP, STATE(5350), 1, sym__declarator, STATE(5355), 1, sym__scope_resolution, STATE(6359), 1, sym_init_declarator, STATE(6982), 1, sym_ms_based_modifier, STATE(7572), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, STATE(5671), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, sym_reference_declarator, sym_structured_binding_declarator, sym_template_function, sym_destructor_name, sym_qualified_identifier, sym_operator_name, [167050] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4545), 3, anon_sym_AMP, anon_sym_const, anon_sym_COLON, ACTIONS(4547), 27, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_COLON_COLON, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, anon_sym_or, anon_sym_and, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_try, anon_sym_requires, [167088] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4552), 3, anon_sym_AMP, anon_sym_const, anon_sym_COLON, ACTIONS(4554), 27, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_COLON_COLON, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, anon_sym_or, anon_sym_and, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_try, anon_sym_requires, [167126] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4558), 3, anon_sym_AMP, anon_sym_const, anon_sym_COLON, ACTIONS(4560), 27, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_COLON_COLON, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, anon_sym_or, anon_sym_and, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_try, anon_sym_requires, [167164] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4541), 3, anon_sym_AMP, anon_sym_const, anon_sym_COLON, ACTIONS(4543), 27, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_COLON_COLON, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, anon_sym_or, anon_sym_and, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_try, anon_sym_requires, [167202] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4537), 3, anon_sym_AMP, anon_sym_const, anon_sym_COLON, ACTIONS(4539), 27, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_COLON_COLON, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, anon_sym_or, anon_sym_and, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_try, anon_sym_requires, [167240] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4531), 3, anon_sym_AMP, anon_sym_const, anon_sym_COLON, ACTIONS(4533), 27, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_COLON_COLON, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, anon_sym_or, anon_sym_and, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_try, anon_sym_requires, [167278] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4521), 3, anon_sym_AMP, anon_sym_const, anon_sym_COLON, ACTIONS(4523), 27, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_COLON_COLON, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, anon_sym_or, anon_sym_and, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_try, anon_sym_requires, [167316] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(45), 1, anon_sym___based, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1931), 1, anon_sym_operator, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(2560), 1, anon_sym_LPAREN2, ACTIONS(2562), 1, anon_sym_TILDE, ACTIONS(5174), 1, sym_identifier, ACTIONS(5184), 1, anon_sym_COLON_COLON, ACTIONS(6032), 1, anon_sym_LBRACK, ACTIONS(6051), 1, anon_sym_STAR, ACTIONS(6053), 1, anon_sym_AMP_AMP, ACTIONS(6055), 1, anon_sym_AMP, STATE(5355), 1, sym__scope_resolution, STATE(5444), 1, sym__declarator, STATE(6507), 1, sym_init_declarator, STATE(7190), 1, sym_ms_based_modifier, STATE(7572), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, STATE(5671), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, sym_reference_declarator, sym_structured_binding_declarator, sym_template_function, sym_destructor_name, sym_qualified_identifier, sym_operator_name, [167386] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(45), 1, anon_sym___based, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1931), 1, anon_sym_operator, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(2560), 1, anon_sym_LPAREN2, ACTIONS(2562), 1, anon_sym_TILDE, ACTIONS(5174), 1, sym_identifier, ACTIONS(5184), 1, anon_sym_COLON_COLON, ACTIONS(6032), 1, anon_sym_LBRACK, ACTIONS(6051), 1, anon_sym_STAR, ACTIONS(6053), 1, anon_sym_AMP_AMP, ACTIONS(6055), 1, anon_sym_AMP, STATE(5216), 1, sym__declarator, STATE(5355), 1, sym__scope_resolution, STATE(6240), 1, sym_init_declarator, STATE(7190), 1, sym_ms_based_modifier, STATE(7572), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, STATE(5671), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, sym_reference_declarator, sym_structured_binding_declarator, sym_template_function, sym_destructor_name, sym_qualified_identifier, sym_operator_name, [167456] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(4564), 1, anon_sym_LPAREN2, ACTIONS(6967), 1, anon_sym_LBRACK, ACTIONS(7429), 1, anon_sym_STAR, ACTIONS(7431), 1, anon_sym_AMP_AMP, ACTIONS(7433), 1, anon_sym_AMP, ACTIONS(7435), 1, anon_sym_const, STATE(4071), 1, sym_parameter_list, STATE(5434), 1, sym__function_declarator_seq, STATE(5858), 1, sym__abstract_declarator, STATE(4944), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(5822), 4, anon_sym_COLON, anon_sym_final, anon_sym_override, anon_sym_requires, STATE(5464), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, ACTIONS(7437), 10, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [167516] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(45), 1, anon_sym___based, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1931), 1, anon_sym_operator, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(2560), 1, anon_sym_LPAREN2, ACTIONS(2562), 1, anon_sym_TILDE, ACTIONS(5174), 1, sym_identifier, ACTIONS(5184), 1, anon_sym_COLON_COLON, ACTIONS(6032), 1, anon_sym_LBRACK, ACTIONS(6051), 1, anon_sym_STAR, ACTIONS(6053), 1, anon_sym_AMP_AMP, ACTIONS(6055), 1, anon_sym_AMP, STATE(5172), 1, sym__declarator, STATE(5355), 1, sym__scope_resolution, STATE(6302), 1, sym_init_declarator, STATE(7190), 1, sym_ms_based_modifier, STATE(7572), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, STATE(5671), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, sym_reference_declarator, sym_structured_binding_declarator, sym_template_function, sym_destructor_name, sym_qualified_identifier, sym_operator_name, [167586] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(2576), 1, sym_primitive_type, ACTIONS(2586), 1, sym_auto, ACTIONS(2588), 1, anon_sym_decltype, ACTIONS(6246), 1, sym_identifier, ACTIONS(6308), 1, anon_sym_COLON_COLON, ACTIONS(6312), 1, anon_sym_enum, ACTIONS(6314), 1, anon_sym_class, ACTIONS(6316), 1, anon_sym_struct, ACTIONS(6318), 1, anon_sym_union, ACTIONS(6320), 1, anon_sym_typename, STATE(3645), 1, sym_qualified_type_identifier, STATE(3898), 1, sym__type_specifier, STATE(3928), 1, sym_decltype_auto, STATE(4316), 1, aux_sym_sized_type_specifier_repeat1, STATE(5778), 1, sym__scope_resolution, STATE(7572), 1, sym_dependent_type_identifier, STATE(3646), 2, sym_decltype, sym_template_type, ACTIONS(6310), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(3945), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, [167660] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(4564), 1, anon_sym_LPAREN2, ACTIONS(6967), 1, anon_sym_LBRACK, ACTIONS(7429), 1, anon_sym_STAR, ACTIONS(7431), 1, anon_sym_AMP_AMP, ACTIONS(7433), 1, anon_sym_AMP, ACTIONS(7435), 1, anon_sym_const, STATE(4071), 1, sym_parameter_list, STATE(5434), 1, sym__function_declarator_seq, STATE(5836), 1, sym__abstract_declarator, STATE(4944), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(6878), 4, anon_sym_COLON, anon_sym_final, anon_sym_override, anon_sym_requires, STATE(5464), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, ACTIONS(7437), 10, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [167720] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(6260), 1, sym_identifier, ACTIONS(6262), 1, anon_sym_COLON_COLON, ACTIONS(6266), 1, sym_primitive_type, ACTIONS(6268), 1, anon_sym_enum, ACTIONS(6270), 1, anon_sym_class, ACTIONS(6272), 1, anon_sym_struct, ACTIONS(6274), 1, anon_sym_union, ACTIONS(6276), 1, sym_auto, ACTIONS(6278), 1, anon_sym_decltype, ACTIONS(6280), 1, anon_sym_typename, STATE(4592), 1, aux_sym_sized_type_specifier_repeat1, STATE(4777), 1, sym__type_specifier, STATE(4789), 1, sym_qualified_type_identifier, STATE(4790), 1, sym_decltype_auto, STATE(5783), 1, sym__scope_resolution, STATE(7572), 1, sym_dependent_type_identifier, STATE(4778), 2, sym_decltype, sym_template_type, ACTIONS(6264), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(4786), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, [167794] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(45), 1, anon_sym___based, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1931), 1, anon_sym_operator, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(2560), 1, anon_sym_LPAREN2, ACTIONS(2562), 1, anon_sym_TILDE, ACTIONS(5174), 1, sym_identifier, ACTIONS(5184), 1, anon_sym_COLON_COLON, ACTIONS(6032), 1, anon_sym_LBRACK, ACTIONS(6051), 1, anon_sym_STAR, ACTIONS(6053), 1, anon_sym_AMP_AMP, ACTIONS(6055), 1, anon_sym_AMP, STATE(5185), 1, sym__declarator, STATE(5355), 1, sym__scope_resolution, STATE(6345), 1, sym_init_declarator, STATE(7190), 1, sym_ms_based_modifier, STATE(7572), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, STATE(5671), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, sym_reference_declarator, sym_structured_binding_declarator, sym_template_function, sym_destructor_name, sym_qualified_identifier, sym_operator_name, [167864] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(45), 1, anon_sym___based, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1931), 1, anon_sym_operator, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(2560), 1, anon_sym_LPAREN2, ACTIONS(2562), 1, anon_sym_TILDE, ACTIONS(5174), 1, sym_identifier, ACTIONS(5184), 1, anon_sym_COLON_COLON, ACTIONS(6032), 1, anon_sym_LBRACK, ACTIONS(6045), 1, anon_sym_STAR, ACTIONS(6047), 1, anon_sym_AMP_AMP, ACTIONS(6049), 1, anon_sym_AMP, STATE(5328), 1, sym__declarator, STATE(5355), 1, sym__scope_resolution, STATE(6359), 1, sym_init_declarator, STATE(6982), 1, sym_ms_based_modifier, STATE(7572), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, STATE(5671), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, sym_reference_declarator, sym_structured_binding_declarator, sym_template_function, sym_destructor_name, sym_qualified_identifier, sym_operator_name, [167934] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(45), 1, anon_sym___based, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1931), 1, anon_sym_operator, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(2560), 1, anon_sym_LPAREN2, ACTIONS(2562), 1, anon_sym_TILDE, ACTIONS(5174), 1, sym_identifier, ACTIONS(5184), 1, anon_sym_COLON_COLON, ACTIONS(6032), 1, anon_sym_LBRACK, ACTIONS(6045), 1, anon_sym_STAR, ACTIONS(6047), 1, anon_sym_AMP_AMP, ACTIONS(6049), 1, anon_sym_AMP, STATE(5355), 1, sym__scope_resolution, STATE(5361), 1, sym__declarator, STATE(6359), 1, sym_init_declarator, STATE(6982), 1, sym_ms_based_modifier, STATE(7572), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, STATE(5671), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, sym_reference_declarator, sym_structured_binding_declarator, sym_template_function, sym_destructor_name, sym_qualified_identifier, sym_operator_name, [168004] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1925), 1, sym_auto, ACTIONS(1927), 1, anon_sym_decltype, ACTIONS(6220), 1, sym_primitive_type, ACTIONS(6340), 1, sym_identifier, ACTIONS(6342), 1, anon_sym_COLON_COLON, ACTIONS(6346), 1, anon_sym_enum, ACTIONS(6348), 1, anon_sym_class, ACTIONS(6350), 1, anon_sym_struct, ACTIONS(6352), 1, anon_sym_union, ACTIONS(6354), 1, anon_sym_typename, STATE(2230), 1, sym__type_specifier, STATE(2285), 1, sym_decltype_auto, STATE(3645), 1, sym_qualified_type_identifier, STATE(4830), 1, aux_sym_sized_type_specifier_repeat1, STATE(5715), 1, sym__scope_resolution, STATE(7572), 1, sym_dependent_type_identifier, STATE(2221), 2, sym_decltype, sym_template_type, ACTIONS(6344), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(2287), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, [168078] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(45), 1, anon_sym___based, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1931), 1, anon_sym_operator, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(2560), 1, anon_sym_LPAREN2, ACTIONS(2562), 1, anon_sym_TILDE, ACTIONS(5174), 1, sym_identifier, ACTIONS(5184), 1, anon_sym_COLON_COLON, ACTIONS(6032), 1, anon_sym_LBRACK, ACTIONS(6045), 1, anon_sym_STAR, ACTIONS(6047), 1, anon_sym_AMP_AMP, ACTIONS(6049), 1, anon_sym_AMP, STATE(5327), 1, sym__declarator, STATE(5355), 1, sym__scope_resolution, STATE(6359), 1, sym_init_declarator, STATE(6982), 1, sym_ms_based_modifier, STATE(7572), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, STATE(5671), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, sym_reference_declarator, sym_structured_binding_declarator, sym_template_function, sym_destructor_name, sym_qualified_identifier, sym_operator_name, [168148] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(113), 1, sym_auto, ACTIONS(115), 1, anon_sym_decltype, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1853), 1, anon_sym_enum, ACTIONS(1855), 1, anon_sym_class, ACTIONS(1857), 1, anon_sym_struct, ACTIONS(1859), 1, anon_sym_union, ACTIONS(1881), 1, anon_sym_typename, ACTIONS(3661), 1, sym_primitive_type, ACTIONS(4562), 1, sym_identifier, ACTIONS(4572), 1, anon_sym_COLON_COLON, STATE(3634), 1, aux_sym_sized_type_specifier_repeat1, STATE(3650), 1, sym__type_specifier, STATE(3701), 1, sym_decltype_auto, STATE(3938), 1, sym_qualified_type_identifier, STATE(5795), 1, sym__scope_resolution, STATE(7572), 1, sym_dependent_type_identifier, STATE(3646), 2, sym_decltype, sym_template_type, ACTIONS(51), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(3695), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, [168222] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(45), 1, anon_sym___based, ACTIONS(1931), 1, anon_sym_operator, ACTIONS(6647), 1, anon_sym_LPAREN2, ACTIONS(6655), 1, sym_identifier, ACTIONS(6657), 1, anon_sym_STAR, ACTIONS(6659), 1, anon_sym_AMP_AMP, ACTIONS(6661), 1, anon_sym_AMP, STATE(5817), 1, sym__field_declarator, STATE(7143), 1, sym_ms_based_modifier, STATE(4770), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, STATE(5685), 8, sym_parenthesized_field_declarator, sym_attributed_field_declarator, sym_pointer_field_declarator, sym_function_field_declarator, sym_array_field_declarator, sym_reference_field_declarator, sym_template_method, sym_operator_name, ACTIONS(2731), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [168280] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1925), 1, sym_auto, ACTIONS(1927), 1, anon_sym_decltype, ACTIONS(6220), 1, sym_primitive_type, ACTIONS(7599), 1, sym_identifier, ACTIONS(7601), 1, anon_sym_COLON_COLON, ACTIONS(7603), 1, anon_sym_enum, ACTIONS(7605), 1, anon_sym_class, ACTIONS(7607), 1, anon_sym_struct, ACTIONS(7609), 1, anon_sym_union, ACTIONS(7611), 1, anon_sym_typename, STATE(2230), 1, sym__type_specifier, STATE(2275), 1, aux_sym_sized_type_specifier_repeat1, STATE(2285), 1, sym_decltype_auto, STATE(2822), 1, sym_qualified_type_identifier, STATE(5716), 1, sym__scope_resolution, STATE(7572), 1, sym_dependent_type_identifier, STATE(2221), 2, sym_decltype, sym_template_type, ACTIONS(1911), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(2287), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, [168354] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(113), 1, sym_auto, ACTIONS(115), 1, anon_sym_decltype, ACTIONS(1329), 1, anon_sym_template, ACTIONS(3661), 1, sym_primitive_type, ACTIONS(6246), 1, sym_identifier, ACTIONS(6248), 1, anon_sym_COLON_COLON, ACTIONS(6250), 1, anon_sym_enum, ACTIONS(6252), 1, anon_sym_class, ACTIONS(6254), 1, anon_sym_struct, ACTIONS(6256), 1, anon_sym_union, ACTIONS(6258), 1, anon_sym_typename, STATE(3645), 1, sym_qualified_type_identifier, STATE(3658), 1, aux_sym_sized_type_specifier_repeat1, STATE(3701), 1, sym_decltype_auto, STATE(5781), 1, sym__scope_resolution, STATE(5956), 1, sym__type_specifier, STATE(7572), 1, sym_dependent_type_identifier, STATE(3646), 2, sym_decltype, sym_template_type, ACTIONS(3659), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(3695), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, [168428] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(45), 1, anon_sym___based, ACTIONS(1931), 1, anon_sym_operator, ACTIONS(6645), 1, sym_identifier, ACTIONS(6647), 1, anon_sym_LPAREN2, ACTIONS(6649), 1, anon_sym_STAR, ACTIONS(6651), 1, anon_sym_AMP_AMP, ACTIONS(6653), 1, anon_sym_AMP, STATE(5477), 1, sym__field_declarator, STATE(7159), 1, sym_ms_based_modifier, STATE(4770), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, STATE(5685), 8, sym_parenthesized_field_declarator, sym_attributed_field_declarator, sym_pointer_field_declarator, sym_function_field_declarator, sym_array_field_declarator, sym_reference_field_declarator, sym_template_method, sym_operator_name, ACTIONS(2731), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [168486] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(45), 1, anon_sym___based, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1931), 1, anon_sym_operator, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(2560), 1, anon_sym_LPAREN2, ACTIONS(2562), 1, anon_sym_TILDE, ACTIONS(5174), 1, sym_identifier, ACTIONS(5184), 1, anon_sym_COLON_COLON, ACTIONS(6032), 1, anon_sym_LBRACK, ACTIONS(6051), 1, anon_sym_STAR, ACTIONS(6053), 1, anon_sym_AMP_AMP, ACTIONS(6055), 1, anon_sym_AMP, STATE(5355), 1, sym__scope_resolution, STATE(5418), 1, sym__declarator, STATE(6451), 1, sym_init_declarator, STATE(7190), 1, sym_ms_based_modifier, STATE(7572), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, STATE(5671), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, sym_reference_declarator, sym_structured_binding_declarator, sym_template_function, sym_destructor_name, sym_qualified_identifier, sym_operator_name, [168556] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(7527), 1, sym_identifier, ACTIONS(7529), 1, anon_sym_COLON_COLON, ACTIONS(7533), 1, sym_primitive_type, ACTIONS(7535), 1, anon_sym_enum, ACTIONS(7537), 1, anon_sym_class, ACTIONS(7539), 1, anon_sym_struct, ACTIONS(7541), 1, anon_sym_union, ACTIONS(7543), 1, sym_auto, ACTIONS(7545), 1, anon_sym_decltype, ACTIONS(7547), 1, anon_sym_typename, STATE(2384), 1, aux_sym_sized_type_specifier_repeat1, STATE(2577), 1, sym__type_specifier, STATE(2866), 1, sym_qualified_type_identifier, STATE(2875), 1, sym_decltype_auto, STATE(5734), 1, sym__scope_resolution, STATE(7572), 1, sym_dependent_type_identifier, STATE(2853), 2, sym_decltype, sym_template_type, ACTIONS(7531), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(2873), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, [168630] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(45), 1, anon_sym___based, ACTIONS(1931), 1, anon_sym_operator, ACTIONS(6645), 1, sym_identifier, ACTIONS(6647), 1, anon_sym_LPAREN2, ACTIONS(6649), 1, anon_sym_STAR, ACTIONS(6651), 1, anon_sym_AMP_AMP, ACTIONS(6653), 1, anon_sym_AMP, STATE(5505), 1, sym__field_declarator, STATE(7159), 1, sym_ms_based_modifier, STATE(4770), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, STATE(5685), 8, sym_parenthesized_field_declarator, sym_attributed_field_declarator, sym_pointer_field_declarator, sym_function_field_declarator, sym_array_field_declarator, sym_reference_field_declarator, sym_template_method, sym_operator_name, ACTIONS(2731), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [168688] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(45), 1, anon_sym___based, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1931), 1, anon_sym_operator, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(2560), 1, anon_sym_LPAREN2, ACTIONS(2562), 1, anon_sym_TILDE, ACTIONS(5174), 1, sym_identifier, ACTIONS(5184), 1, anon_sym_COLON_COLON, ACTIONS(6032), 1, anon_sym_LBRACK, ACTIONS(6045), 1, anon_sym_STAR, ACTIONS(6047), 1, anon_sym_AMP_AMP, ACTIONS(6049), 1, anon_sym_AMP, STATE(5330), 1, sym__declarator, STATE(5355), 1, sym__scope_resolution, STATE(6359), 1, sym_init_declarator, STATE(6982), 1, sym_ms_based_modifier, STATE(7572), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, STATE(5671), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, sym_reference_declarator, sym_structured_binding_declarator, sym_template_function, sym_destructor_name, sym_qualified_identifier, sym_operator_name, [168758] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(45), 1, anon_sym___based, ACTIONS(1931), 1, anon_sym_operator, ACTIONS(6645), 1, sym_identifier, ACTIONS(6647), 1, anon_sym_LPAREN2, ACTIONS(6649), 1, anon_sym_STAR, ACTIONS(6651), 1, anon_sym_AMP_AMP, ACTIONS(6653), 1, anon_sym_AMP, STATE(5540), 1, sym__field_declarator, STATE(7159), 1, sym_ms_based_modifier, STATE(4770), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, STATE(5685), 8, sym_parenthesized_field_declarator, sym_attributed_field_declarator, sym_pointer_field_declarator, sym_function_field_declarator, sym_array_field_declarator, sym_reference_field_declarator, sym_template_method, sym_operator_name, ACTIONS(2731), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [168816] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1925), 1, sym_auto, ACTIONS(1927), 1, anon_sym_decltype, ACTIONS(6220), 1, sym_primitive_type, ACTIONS(7599), 1, sym_identifier, ACTIONS(7601), 1, anon_sym_COLON_COLON, ACTIONS(7603), 1, anon_sym_enum, ACTIONS(7605), 1, anon_sym_class, ACTIONS(7607), 1, anon_sym_struct, ACTIONS(7609), 1, anon_sym_union, ACTIONS(7611), 1, anon_sym_typename, STATE(2275), 1, aux_sym_sized_type_specifier_repeat1, STATE(2285), 1, sym_decltype_auto, STATE(2822), 1, sym_qualified_type_identifier, STATE(3819), 1, sym__type_specifier, STATE(5716), 1, sym__scope_resolution, STATE(7572), 1, sym_dependent_type_identifier, STATE(2221), 2, sym_decltype, sym_template_type, ACTIONS(1911), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(2287), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, [168890] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(45), 1, anon_sym___based, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1931), 1, anon_sym_operator, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(2560), 1, anon_sym_LPAREN2, ACTIONS(2562), 1, anon_sym_TILDE, ACTIONS(5174), 1, sym_identifier, ACTIONS(5184), 1, anon_sym_COLON_COLON, ACTIONS(6032), 1, anon_sym_LBRACK, ACTIONS(6051), 1, anon_sym_STAR, ACTIONS(6053), 1, anon_sym_AMP_AMP, ACTIONS(6055), 1, anon_sym_AMP, STATE(5355), 1, sym__scope_resolution, STATE(5454), 1, sym__declarator, STATE(6535), 1, sym_init_declarator, STATE(7190), 1, sym_ms_based_modifier, STATE(7572), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, STATE(5671), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, sym_reference_declarator, sym_structured_binding_declarator, sym_template_function, sym_destructor_name, sym_qualified_identifier, sym_operator_name, [168960] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(7577), 1, sym_identifier, ACTIONS(7579), 1, anon_sym_COLON_COLON, ACTIONS(7583), 1, sym_primitive_type, ACTIONS(7585), 1, anon_sym_enum, ACTIONS(7587), 1, anon_sym_class, ACTIONS(7589), 1, anon_sym_struct, ACTIONS(7591), 1, anon_sym_union, ACTIONS(7593), 1, sym_auto, ACTIONS(7595), 1, anon_sym_decltype, ACTIONS(7597), 1, anon_sym_typename, STATE(2557), 1, aux_sym_sized_type_specifier_repeat1, STATE(3187), 1, sym__type_specifier, STATE(3256), 1, sym_qualified_type_identifier, STATE(3275), 1, sym_decltype_auto, STATE(5804), 1, sym__scope_resolution, STATE(7572), 1, sym_dependent_type_identifier, STATE(3181), 2, sym_decltype, sym_template_type, ACTIONS(7581), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(3246), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, [169034] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(7491), 1, sym_identifier, ACTIONS(7493), 1, anon_sym_COLON_COLON, ACTIONS(7497), 1, sym_primitive_type, ACTIONS(7499), 1, anon_sym_enum, ACTIONS(7501), 1, anon_sym_class, ACTIONS(7503), 1, anon_sym_struct, ACTIONS(7505), 1, anon_sym_union, ACTIONS(7507), 1, sym_auto, ACTIONS(7509), 1, anon_sym_decltype, ACTIONS(7511), 1, anon_sym_typename, STATE(2545), 1, aux_sym_sized_type_specifier_repeat1, STATE(2807), 1, sym__type_specifier, STATE(3070), 1, sym_qualified_type_identifier, STATE(3154), 1, sym_decltype_auto, STATE(5780), 1, sym__scope_resolution, STATE(7572), 1, sym_dependent_type_identifier, STATE(3046), 2, sym_decltype, sym_template_type, ACTIONS(7495), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(3153), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, [169108] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(2660), 1, sym_auto, ACTIONS(2662), 1, anon_sym_decltype, ACTIONS(6338), 1, sym_primitive_type, ACTIONS(7513), 1, sym_identifier, ACTIONS(7515), 1, anon_sym_COLON_COLON, ACTIONS(7517), 1, anon_sym_enum, ACTIONS(7519), 1, anon_sym_class, ACTIONS(7521), 1, anon_sym_struct, ACTIONS(7523), 1, anon_sym_union, ACTIONS(7525), 1, anon_sym_typename, STATE(2513), 1, aux_sym_sized_type_specifier_repeat1, STATE(3112), 1, sym_decltype_auto, STATE(3152), 1, sym_qualified_type_identifier, STATE(3828), 1, sym__type_specifier, STATE(5766), 1, sym__scope_resolution, STATE(7572), 1, sym_dependent_type_identifier, STATE(3056), 2, sym_decltype, sym_template_type, ACTIONS(2628), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(3111), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, [169182] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4507), 3, anon_sym_AMP, anon_sym_const, anon_sym_COLON, ACTIONS(4512), 27, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_COLON_COLON, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, anon_sym_or, anon_sym_and, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_try, anon_sym_requires, [169220] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4780), 3, anon_sym_AMP, anon_sym_const, anon_sym_COLON, ACTIONS(4782), 27, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_COLON_COLON, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, anon_sym_or, anon_sym_and, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_try, anon_sym_requires, [169258] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(45), 1, anon_sym___based, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1931), 1, anon_sym_operator, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(2560), 1, anon_sym_LPAREN2, ACTIONS(2562), 1, anon_sym_TILDE, ACTIONS(5174), 1, sym_identifier, ACTIONS(5184), 1, anon_sym_COLON_COLON, ACTIONS(6032), 1, anon_sym_LBRACK, ACTIONS(6051), 1, anon_sym_STAR, ACTIONS(6053), 1, anon_sym_AMP_AMP, ACTIONS(6055), 1, anon_sym_AMP, STATE(5355), 1, sym__scope_resolution, STATE(5461), 1, sym__declarator, STATE(6359), 1, sym_init_declarator, STATE(7190), 1, sym_ms_based_modifier, STATE(7572), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, STATE(5671), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, sym_reference_declarator, sym_structured_binding_declarator, sym_template_function, sym_destructor_name, sym_qualified_identifier, sym_operator_name, [169328] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(4792), 1, anon_sym_COLON_COLON, ACTIONS(4828), 3, anon_sym_AMP, anon_sym_const, anon_sym_COLON, ACTIONS(4830), 26, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, anon_sym_or, anon_sym_and, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_try, anon_sym_requires, [169368] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(4792), 1, anon_sym_COLON_COLON, ACTIONS(4828), 3, anon_sym_AMP, anon_sym_const, anon_sym_COLON, ACTIONS(4830), 26, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, anon_sym_or, anon_sym_and, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_try, anon_sym_requires, [169408] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1917), 1, anon_sym_enum, ACTIONS(1919), 1, anon_sym_class, ACTIONS(1921), 1, anon_sym_struct, ACTIONS(1923), 1, anon_sym_union, ACTIONS(1925), 1, sym_auto, ACTIONS(1927), 1, anon_sym_decltype, ACTIONS(1929), 1, anon_sym_typename, ACTIONS(6214), 1, sym_identifier, ACTIONS(6218), 1, anon_sym_COLON_COLON, ACTIONS(6220), 1, sym_primitive_type, STATE(2230), 1, sym__type_specifier, STATE(2275), 1, aux_sym_sized_type_specifier_repeat1, STATE(2285), 1, sym_decltype_auto, STATE(2822), 1, sym_qualified_type_identifier, STATE(5775), 1, sym__scope_resolution, STATE(7572), 1, sym_dependent_type_identifier, STATE(2221), 2, sym_decltype, sym_template_type, ACTIONS(1911), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(2287), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, [169482] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(2576), 1, sym_primitive_type, ACTIONS(2586), 1, sym_auto, ACTIONS(2588), 1, anon_sym_decltype, ACTIONS(3651), 1, sym_identifier, ACTIONS(6322), 1, anon_sym_COLON_COLON, ACTIONS(6324), 1, anon_sym_enum, ACTIONS(6326), 1, anon_sym_class, ACTIONS(6328), 1, anon_sym_struct, ACTIONS(6330), 1, anon_sym_union, ACTIONS(6332), 1, anon_sym_typename, STATE(3645), 1, sym_qualified_type_identifier, STATE(3898), 1, sym__type_specifier, STATE(3928), 1, sym_decltype_auto, STATE(4316), 1, aux_sym_sized_type_specifier_repeat1, STATE(5744), 1, sym__scope_resolution, STATE(7572), 1, sym_dependent_type_identifier, STATE(3646), 2, sym_decltype, sym_template_type, ACTIONS(6310), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(3945), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, [169556] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(45), 1, anon_sym___based, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1931), 1, anon_sym_operator, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(2560), 1, anon_sym_LPAREN2, ACTIONS(2562), 1, anon_sym_TILDE, ACTIONS(5174), 1, sym_identifier, ACTIONS(5184), 1, anon_sym_COLON_COLON, ACTIONS(6032), 1, anon_sym_LBRACK, ACTIONS(6045), 1, anon_sym_STAR, ACTIONS(6047), 1, anon_sym_AMP_AMP, ACTIONS(6049), 1, anon_sym_AMP, STATE(5348), 1, sym__declarator, STATE(5355), 1, sym__scope_resolution, STATE(6359), 1, sym_init_declarator, STATE(6982), 1, sym_ms_based_modifier, STATE(7572), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, STATE(5671), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, sym_reference_declarator, sym_structured_binding_declarator, sym_template_function, sym_destructor_name, sym_qualified_identifier, sym_operator_name, [169626] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(113), 1, sym_auto, ACTIONS(115), 1, anon_sym_decltype, ACTIONS(1329), 1, anon_sym_template, ACTIONS(3661), 1, sym_primitive_type, ACTIONS(6246), 1, sym_identifier, ACTIONS(6248), 1, anon_sym_COLON_COLON, ACTIONS(6250), 1, anon_sym_enum, ACTIONS(6252), 1, anon_sym_class, ACTIONS(6254), 1, anon_sym_struct, ACTIONS(6256), 1, anon_sym_union, ACTIONS(6258), 1, anon_sym_typename, STATE(3645), 1, sym_qualified_type_identifier, STATE(3650), 1, sym__type_specifier, STATE(3658), 1, aux_sym_sized_type_specifier_repeat1, STATE(3701), 1, sym_decltype_auto, STATE(5781), 1, sym__scope_resolution, STATE(7572), 1, sym_dependent_type_identifier, STATE(3646), 2, sym_decltype, sym_template_type, ACTIONS(3659), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(3695), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, [169700] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(7527), 1, sym_identifier, ACTIONS(7529), 1, anon_sym_COLON_COLON, ACTIONS(7533), 1, sym_primitive_type, ACTIONS(7535), 1, anon_sym_enum, ACTIONS(7537), 1, anon_sym_class, ACTIONS(7539), 1, anon_sym_struct, ACTIONS(7541), 1, anon_sym_union, ACTIONS(7543), 1, sym_auto, ACTIONS(7545), 1, anon_sym_decltype, ACTIONS(7547), 1, anon_sym_typename, STATE(2384), 1, aux_sym_sized_type_specifier_repeat1, STATE(2563), 1, sym__type_specifier, STATE(2866), 1, sym_qualified_type_identifier, STATE(2875), 1, sym_decltype_auto, STATE(5734), 1, sym__scope_resolution, STATE(7572), 1, sym_dependent_type_identifier, STATE(2853), 2, sym_decltype, sym_template_type, ACTIONS(7531), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(2873), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, [169774] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(7491), 1, sym_identifier, ACTIONS(7493), 1, anon_sym_COLON_COLON, ACTIONS(7497), 1, sym_primitive_type, ACTIONS(7499), 1, anon_sym_enum, ACTIONS(7501), 1, anon_sym_class, ACTIONS(7503), 1, anon_sym_struct, ACTIONS(7505), 1, anon_sym_union, ACTIONS(7507), 1, sym_auto, ACTIONS(7509), 1, anon_sym_decltype, ACTIONS(7511), 1, anon_sym_typename, STATE(2545), 1, aux_sym_sized_type_specifier_repeat1, STATE(2783), 1, sym__type_specifier, STATE(3070), 1, sym_qualified_type_identifier, STATE(3154), 1, sym_decltype_auto, STATE(5780), 1, sym__scope_resolution, STATE(7572), 1, sym_dependent_type_identifier, STATE(3046), 2, sym_decltype, sym_template_type, ACTIONS(7495), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(3153), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, [169848] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(7577), 1, sym_identifier, ACTIONS(7579), 1, anon_sym_COLON_COLON, ACTIONS(7583), 1, sym_primitive_type, ACTIONS(7585), 1, anon_sym_enum, ACTIONS(7587), 1, anon_sym_class, ACTIONS(7589), 1, anon_sym_struct, ACTIONS(7591), 1, anon_sym_union, ACTIONS(7593), 1, sym_auto, ACTIONS(7595), 1, anon_sym_decltype, ACTIONS(7597), 1, anon_sym_typename, STATE(2557), 1, aux_sym_sized_type_specifier_repeat1, STATE(2849), 1, sym__type_specifier, STATE(3256), 1, sym_qualified_type_identifier, STATE(3275), 1, sym_decltype_auto, STATE(5804), 1, sym__scope_resolution, STATE(7572), 1, sym_dependent_type_identifier, STATE(3181), 2, sym_decltype, sym_template_type, ACTIONS(7581), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(3246), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, [169922] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(4792), 1, anon_sym_COLON_COLON, ACTIONS(4804), 3, anon_sym_AMP, anon_sym_const, anon_sym_COLON, ACTIONS(4806), 26, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, anon_sym_or, anon_sym_and, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_try, anon_sym_requires, [169962] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(7491), 1, sym_identifier, ACTIONS(7493), 1, anon_sym_COLON_COLON, ACTIONS(7497), 1, sym_primitive_type, ACTIONS(7499), 1, anon_sym_enum, ACTIONS(7501), 1, anon_sym_class, ACTIONS(7503), 1, anon_sym_struct, ACTIONS(7505), 1, anon_sym_union, ACTIONS(7507), 1, sym_auto, ACTIONS(7509), 1, anon_sym_decltype, ACTIONS(7511), 1, anon_sym_typename, STATE(2545), 1, aux_sym_sized_type_specifier_repeat1, STATE(3060), 1, sym__type_specifier, STATE(3070), 1, sym_qualified_type_identifier, STATE(3154), 1, sym_decltype_auto, STATE(5780), 1, sym__scope_resolution, STATE(7572), 1, sym_dependent_type_identifier, STATE(3046), 2, sym_decltype, sym_template_type, ACTIONS(7495), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(3153), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, [170036] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(2660), 1, sym_auto, ACTIONS(2662), 1, anon_sym_decltype, ACTIONS(6338), 1, sym_primitive_type, ACTIONS(7513), 1, sym_identifier, ACTIONS(7515), 1, anon_sym_COLON_COLON, ACTIONS(7517), 1, anon_sym_enum, ACTIONS(7519), 1, anon_sym_class, ACTIONS(7521), 1, anon_sym_struct, ACTIONS(7523), 1, anon_sym_union, ACTIONS(7525), 1, anon_sym_typename, STATE(2513), 1, aux_sym_sized_type_specifier_repeat1, STATE(3112), 1, sym_decltype_auto, STATE(3152), 1, sym_qualified_type_identifier, STATE(3827), 1, sym__type_specifier, STATE(5766), 1, sym__scope_resolution, STATE(7572), 1, sym_dependent_type_identifier, STATE(3056), 2, sym_decltype, sym_template_type, ACTIONS(2628), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(3111), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, [170110] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(113), 1, sym_auto, ACTIONS(115), 1, anon_sym_decltype, ACTIONS(1329), 1, anon_sym_template, ACTIONS(3661), 1, sym_primitive_type, ACTIONS(6246), 1, sym_identifier, ACTIONS(6248), 1, anon_sym_COLON_COLON, ACTIONS(6250), 1, anon_sym_enum, ACTIONS(6252), 1, anon_sym_class, ACTIONS(6254), 1, anon_sym_struct, ACTIONS(6256), 1, anon_sym_union, ACTIONS(6258), 1, anon_sym_typename, STATE(3645), 1, sym_qualified_type_identifier, STATE(3658), 1, aux_sym_sized_type_specifier_repeat1, STATE(3701), 1, sym_decltype_auto, STATE(5781), 1, sym__scope_resolution, STATE(5960), 1, sym__type_specifier, STATE(7572), 1, sym_dependent_type_identifier, STATE(3646), 2, sym_decltype, sym_template_type, ACTIONS(3659), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(3695), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, [170184] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1925), 1, sym_auto, ACTIONS(1927), 1, anon_sym_decltype, ACTIONS(6220), 1, sym_primitive_type, ACTIONS(7599), 1, sym_identifier, ACTIONS(7601), 1, anon_sym_COLON_COLON, ACTIONS(7603), 1, anon_sym_enum, ACTIONS(7605), 1, anon_sym_class, ACTIONS(7607), 1, anon_sym_struct, ACTIONS(7609), 1, anon_sym_union, ACTIONS(7611), 1, anon_sym_typename, STATE(2275), 1, aux_sym_sized_type_specifier_repeat1, STATE(2285), 1, sym_decltype_auto, STATE(2822), 1, sym_qualified_type_identifier, STATE(3797), 1, sym__type_specifier, STATE(5716), 1, sym__scope_resolution, STATE(7572), 1, sym_dependent_type_identifier, STATE(2221), 2, sym_decltype, sym_template_type, ACTIONS(1911), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(2287), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, [170258] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(45), 1, anon_sym___based, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1931), 1, anon_sym_operator, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(2560), 1, anon_sym_LPAREN2, ACTIONS(2562), 1, anon_sym_TILDE, ACTIONS(5174), 1, sym_identifier, ACTIONS(5184), 1, anon_sym_COLON_COLON, ACTIONS(6032), 1, anon_sym_LBRACK, ACTIONS(6051), 1, anon_sym_STAR, ACTIONS(6053), 1, anon_sym_AMP_AMP, ACTIONS(6055), 1, anon_sym_AMP, STATE(5355), 1, sym__scope_resolution, STATE(5535), 1, sym__declarator, STATE(6740), 1, sym_init_declarator, STATE(7190), 1, sym_ms_based_modifier, STATE(7572), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, STATE(5671), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, sym_reference_declarator, sym_structured_binding_declarator, sym_template_function, sym_destructor_name, sym_qualified_identifier, sym_operator_name, [170328] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(45), 1, anon_sym___based, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1931), 1, anon_sym_operator, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(2560), 1, anon_sym_LPAREN2, ACTIONS(2562), 1, anon_sym_TILDE, ACTIONS(5174), 1, sym_identifier, ACTIONS(5184), 1, anon_sym_COLON_COLON, ACTIONS(6032), 1, anon_sym_LBRACK, ACTIONS(6051), 1, anon_sym_STAR, ACTIONS(6053), 1, anon_sym_AMP_AMP, ACTIONS(6055), 1, anon_sym_AMP, STATE(5219), 1, sym__declarator, STATE(5355), 1, sym__scope_resolution, STATE(6535), 1, sym_init_declarator, STATE(7190), 1, sym_ms_based_modifier, STATE(7572), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, STATE(5671), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, sym_reference_declarator, sym_structured_binding_declarator, sym_template_function, sym_destructor_name, sym_qualified_identifier, sym_operator_name, [170398] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(45), 1, anon_sym___based, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1931), 1, anon_sym_operator, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(2560), 1, anon_sym_LPAREN2, ACTIONS(2562), 1, anon_sym_TILDE, ACTIONS(5174), 1, sym_identifier, ACTIONS(5184), 1, anon_sym_COLON_COLON, ACTIONS(6032), 1, anon_sym_LBRACK, ACTIONS(6051), 1, anon_sym_STAR, ACTIONS(6053), 1, anon_sym_AMP_AMP, ACTIONS(6055), 1, anon_sym_AMP, STATE(5355), 1, sym__scope_resolution, STATE(5467), 1, sym__declarator, STATE(6240), 1, sym_init_declarator, STATE(7190), 1, sym_ms_based_modifier, STATE(7572), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, STATE(5671), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, sym_reference_declarator, sym_structured_binding_declarator, sym_template_function, sym_destructor_name, sym_qualified_identifier, sym_operator_name, [170468] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(2576), 1, sym_primitive_type, ACTIONS(2578), 1, anon_sym_enum, ACTIONS(2580), 1, anon_sym_class, ACTIONS(2582), 1, anon_sym_struct, ACTIONS(2584), 1, anon_sym_union, ACTIONS(2586), 1, sym_auto, ACTIONS(2588), 1, anon_sym_decltype, ACTIONS(2590), 1, anon_sym_typename, ACTIONS(4562), 1, sym_identifier, ACTIONS(5281), 1, anon_sym_COLON_COLON, STATE(3898), 1, sym__type_specifier, STATE(3928), 1, sym_decltype_auto, STATE(3978), 1, aux_sym_sized_type_specifier_repeat1, STATE(4540), 1, sym_qualified_type_identifier, STATE(5749), 1, sym__scope_resolution, STATE(7572), 1, sym_dependent_type_identifier, STATE(3646), 2, sym_decltype, sym_template_type, ACTIONS(2572), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(3945), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, [170542] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(6532), 1, anon_sym_LBRACE, ACTIONS(7644), 1, anon_sym_COLON, STATE(3881), 1, sym__enum_base_clause, STATE(3973), 1, sym_enumerator_list, ACTIONS(5289), 3, anon_sym_AMP, anon_sym_LBRACK, anon_sym_const, ACTIONS(5287), 23, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_EQ, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_try, anon_sym_requires, [170588] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(6532), 1, anon_sym_LBRACE, ACTIONS(7644), 1, anon_sym_COLON, STATE(3902), 1, sym__enum_base_clause, STATE(3915), 1, sym_enumerator_list, ACTIONS(5273), 3, anon_sym_AMP, anon_sym_LBRACK, anon_sym_const, ACTIONS(5271), 23, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_EQ, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_try, anon_sym_requires, [170634] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(45), 1, anon_sym___based, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1931), 1, anon_sym_operator, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(2560), 1, anon_sym_LPAREN2, ACTIONS(2562), 1, anon_sym_TILDE, ACTIONS(5174), 1, sym_identifier, ACTIONS(5184), 1, anon_sym_COLON_COLON, ACTIONS(6032), 1, anon_sym_LBRACK, ACTIONS(6051), 1, anon_sym_STAR, ACTIONS(6053), 1, anon_sym_AMP_AMP, ACTIONS(6055), 1, anon_sym_AMP, STATE(5188), 1, sym__declarator, STATE(5355), 1, sym__scope_resolution, STATE(6507), 1, sym_init_declarator, STATE(7190), 1, sym_ms_based_modifier, STATE(7572), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, STATE(5671), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, sym_reference_declarator, sym_structured_binding_declarator, sym_template_function, sym_destructor_name, sym_qualified_identifier, sym_operator_name, [170704] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(7527), 1, sym_identifier, ACTIONS(7529), 1, anon_sym_COLON_COLON, ACTIONS(7533), 1, sym_primitive_type, ACTIONS(7535), 1, anon_sym_enum, ACTIONS(7537), 1, anon_sym_class, ACTIONS(7539), 1, anon_sym_struct, ACTIONS(7541), 1, anon_sym_union, ACTIONS(7543), 1, sym_auto, ACTIONS(7545), 1, anon_sym_decltype, ACTIONS(7547), 1, anon_sym_typename, STATE(2384), 1, aux_sym_sized_type_specifier_repeat1, STATE(2838), 1, sym__type_specifier, STATE(2866), 1, sym_qualified_type_identifier, STATE(2875), 1, sym_decltype_auto, STATE(5734), 1, sym__scope_resolution, STATE(7572), 1, sym_dependent_type_identifier, STATE(2853), 2, sym_decltype, sym_template_type, ACTIONS(7531), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(2873), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, [170778] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(45), 1, anon_sym___based, ACTIONS(6764), 1, sym_identifier, ACTIONS(6766), 1, anon_sym_LPAREN2, ACTIONS(6768), 1, anon_sym_STAR, ACTIONS(6776), 1, sym_primitive_type, STATE(5769), 1, sym__type_declarator, STATE(7212), 1, sym_ms_based_modifier, STATE(4616), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(6774), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(5951), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, ACTIONS(59), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [170833] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(45), 1, anon_sym___based, ACTIONS(6764), 1, sym_identifier, ACTIONS(6766), 1, anon_sym_LPAREN2, ACTIONS(6768), 1, anon_sym_STAR, ACTIONS(6776), 1, sym_primitive_type, STATE(5793), 1, sym__type_declarator, STATE(7212), 1, sym_ms_based_modifier, STATE(4616), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(6774), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(5951), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, ACTIONS(59), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [170888] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(45), 1, anon_sym___based, ACTIONS(6764), 1, sym_identifier, ACTIONS(6766), 1, anon_sym_LPAREN2, ACTIONS(6768), 1, anon_sym_STAR, ACTIONS(6776), 1, sym_primitive_type, STATE(5800), 1, sym__type_declarator, STATE(7212), 1, sym_ms_based_modifier, STATE(4616), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(6774), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(5951), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, ACTIONS(59), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [170943] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(45), 1, anon_sym___based, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1931), 1, anon_sym_operator, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(2560), 1, anon_sym_LPAREN2, ACTIONS(2562), 1, anon_sym_TILDE, ACTIONS(6022), 1, sym_identifier, ACTIONS(6024), 1, anon_sym_STAR, ACTIONS(6026), 1, anon_sym_AMP_AMP, ACTIONS(6028), 1, anon_sym_AMP, ACTIONS(6030), 1, anon_sym_COLON_COLON, ACTIONS(6032), 1, anon_sym_LBRACK, STATE(5345), 1, sym__scope_resolution, STATE(5675), 1, sym__declarator, STATE(7052), 1, sym_ms_based_modifier, STATE(7572), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, STATE(5671), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, sym_reference_declarator, sym_structured_binding_declarator, sym_template_function, sym_destructor_name, sym_qualified_identifier, sym_operator_name, [171010] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(29), 1, anon_sym_AMP_AMP, ACTIONS(45), 1, anon_sym___based, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1931), 1, anon_sym_operator, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(2560), 1, anon_sym_LPAREN2, ACTIONS(2562), 1, anon_sym_TILDE, ACTIONS(2564), 1, anon_sym_STAR, ACTIONS(2566), 1, anon_sym_AMP, ACTIONS(5015), 1, sym_identifier, ACTIONS(5219), 1, anon_sym_COLON_COLON, ACTIONS(6032), 1, anon_sym_LBRACK, STATE(5322), 1, sym__scope_resolution, STATE(5849), 1, sym__declarator, STATE(7599), 1, sym_ms_based_modifier, STATE(7572), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, STATE(5671), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, sym_reference_declarator, sym_structured_binding_declarator, sym_template_function, sym_destructor_name, sym_qualified_identifier, sym_operator_name, [171077] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(45), 1, anon_sym___based, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1931), 1, anon_sym_operator, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(2560), 1, anon_sym_LPAREN2, ACTIONS(2562), 1, anon_sym_TILDE, ACTIONS(6022), 1, sym_identifier, ACTIONS(6024), 1, anon_sym_STAR, ACTIONS(6026), 1, anon_sym_AMP_AMP, ACTIONS(6028), 1, anon_sym_AMP, ACTIONS(6030), 1, anon_sym_COLON_COLON, ACTIONS(6032), 1, anon_sym_LBRACK, STATE(5345), 1, sym__scope_resolution, STATE(5642), 1, sym__declarator, STATE(7052), 1, sym_ms_based_modifier, STATE(7572), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, STATE(5671), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, sym_reference_declarator, sym_structured_binding_declarator, sym_template_function, sym_destructor_name, sym_qualified_identifier, sym_operator_name, [171144] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(29), 1, anon_sym_AMP_AMP, ACTIONS(45), 1, anon_sym___based, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1931), 1, anon_sym_operator, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(2560), 1, anon_sym_LPAREN2, ACTIONS(2562), 1, anon_sym_TILDE, ACTIONS(2564), 1, anon_sym_STAR, ACTIONS(2566), 1, anon_sym_AMP, ACTIONS(5015), 1, sym_identifier, ACTIONS(5219), 1, anon_sym_COLON_COLON, ACTIONS(6032), 1, anon_sym_LBRACK, STATE(5322), 1, sym__scope_resolution, STATE(5863), 1, sym__declarator, STATE(7599), 1, sym_ms_based_modifier, STATE(7572), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, STATE(5671), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, sym_reference_declarator, sym_structured_binding_declarator, sym_template_function, sym_destructor_name, sym_qualified_identifier, sym_operator_name, [171211] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(4464), 1, anon_sym_COLON_COLON, ACTIONS(7575), 1, anon_sym_LT, STATE(2609), 1, sym_template_argument_list, ACTIONS(4466), 3, anon_sym_AMP, anon_sym_const, anon_sym_COLON, ACTIONS(4471), 23, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_requires, [171254] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(45), 1, anon_sym___based, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1931), 1, anon_sym_operator, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(2560), 1, anon_sym_LPAREN2, ACTIONS(2562), 1, anon_sym_TILDE, ACTIONS(5015), 1, sym_identifier, ACTIONS(5219), 1, anon_sym_COLON_COLON, ACTIONS(6032), 1, anon_sym_LBRACK, ACTIONS(6034), 1, anon_sym_STAR, ACTIONS(6036), 1, anon_sym_AMP_AMP, ACTIONS(6038), 1, anon_sym_AMP, STATE(5322), 1, sym__scope_resolution, STATE(5840), 1, sym__declarator, STATE(7051), 1, sym_ms_based_modifier, STATE(7572), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, STATE(5671), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, sym_reference_declarator, sym_structured_binding_declarator, sym_template_function, sym_destructor_name, sym_qualified_identifier, sym_operator_name, [171321] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(45), 1, anon_sym___based, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1931), 1, anon_sym_operator, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(2560), 1, anon_sym_LPAREN2, ACTIONS(2562), 1, anon_sym_TILDE, ACTIONS(5015), 1, sym_identifier, ACTIONS(5219), 1, anon_sym_COLON_COLON, ACTIONS(6032), 1, anon_sym_LBRACK, ACTIONS(6034), 1, anon_sym_STAR, ACTIONS(6036), 1, anon_sym_AMP_AMP, ACTIONS(6038), 1, anon_sym_AMP, STATE(5322), 1, sym__scope_resolution, STATE(5862), 1, sym__declarator, STATE(7051), 1, sym_ms_based_modifier, STATE(7572), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, STATE(5671), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, sym_reference_declarator, sym_structured_binding_declarator, sym_template_function, sym_destructor_name, sym_qualified_identifier, sym_operator_name, [171388] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(29), 1, anon_sym_AMP_AMP, ACTIONS(45), 1, anon_sym___based, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1931), 1, anon_sym_operator, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(2560), 1, anon_sym_LPAREN2, ACTIONS(2562), 1, anon_sym_TILDE, ACTIONS(2564), 1, anon_sym_STAR, ACTIONS(2566), 1, anon_sym_AMP, ACTIONS(5015), 1, sym_identifier, ACTIONS(5219), 1, anon_sym_COLON_COLON, ACTIONS(6032), 1, anon_sym_LBRACK, STATE(5322), 1, sym__scope_resolution, STATE(5857), 1, sym__declarator, STATE(7599), 1, sym_ms_based_modifier, STATE(7572), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, STATE(5671), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, sym_reference_declarator, sym_structured_binding_declarator, sym_template_function, sym_destructor_name, sym_qualified_identifier, sym_operator_name, [171455] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(45), 1, anon_sym___based, ACTIONS(6764), 1, sym_identifier, ACTIONS(6766), 1, anon_sym_LPAREN2, ACTIONS(6768), 1, anon_sym_STAR, ACTIONS(6776), 1, sym_primitive_type, STATE(5719), 1, sym__type_declarator, STATE(7212), 1, sym_ms_based_modifier, STATE(4616), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(6774), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(5951), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, ACTIONS(59), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [171510] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(45), 1, anon_sym___based, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1931), 1, anon_sym_operator, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(2560), 1, anon_sym_LPAREN2, ACTIONS(2562), 1, anon_sym_TILDE, ACTIONS(6022), 1, sym_identifier, ACTIONS(6024), 1, anon_sym_STAR, ACTIONS(6026), 1, anon_sym_AMP_AMP, ACTIONS(6028), 1, anon_sym_AMP, ACTIONS(6030), 1, anon_sym_COLON_COLON, ACTIONS(6032), 1, anon_sym_LBRACK, STATE(5345), 1, sym__scope_resolution, STATE(5656), 1, sym__declarator, STATE(7052), 1, sym_ms_based_modifier, STATE(7572), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, STATE(5671), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, sym_reference_declarator, sym_structured_binding_declarator, sym_template_function, sym_destructor_name, sym_qualified_identifier, sym_operator_name, [171577] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(4700), 1, anon_sym_COLON, ACTIONS(7646), 1, anon_sym_LBRACE, STATE(4818), 1, sym_field_declaration_list, STATE(6088), 1, sym_virtual_specifier, STATE(6847), 1, sym_base_class_clause, ACTIONS(4694), 2, anon_sym_AMP, anon_sym_const, ACTIONS(5098), 2, anon_sym_final, anon_sym_override, ACTIONS(4696), 20, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_EQ, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_auto, anon_sym_decltype, anon_sym_try, anon_sym_requires, [171626] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(45), 1, anon_sym___based, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1931), 1, anon_sym_operator, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(2560), 1, anon_sym_LPAREN2, ACTIONS(2562), 1, anon_sym_TILDE, ACTIONS(5015), 1, sym_identifier, ACTIONS(5219), 1, anon_sym_COLON_COLON, ACTIONS(6032), 1, anon_sym_LBRACK, ACTIONS(6034), 1, anon_sym_STAR, ACTIONS(6036), 1, anon_sym_AMP_AMP, ACTIONS(6038), 1, anon_sym_AMP, STATE(5322), 1, sym__scope_resolution, STATE(5846), 1, sym__declarator, STATE(7051), 1, sym_ms_based_modifier, STATE(7572), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, STATE(5671), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, sym_reference_declarator, sym_structured_binding_declarator, sym_template_function, sym_destructor_name, sym_qualified_identifier, sym_operator_name, [171693] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(45), 1, anon_sym___based, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1931), 1, anon_sym_operator, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(2560), 1, anon_sym_LPAREN2, ACTIONS(2562), 1, anon_sym_TILDE, ACTIONS(5174), 1, sym_identifier, ACTIONS(5184), 1, anon_sym_COLON_COLON, ACTIONS(6032), 1, anon_sym_LBRACK, ACTIONS(6051), 1, anon_sym_STAR, ACTIONS(6053), 1, anon_sym_AMP_AMP, ACTIONS(6055), 1, anon_sym_AMP, STATE(5355), 1, sym__scope_resolution, STATE(5689), 1, sym__declarator, STATE(7190), 1, sym_ms_based_modifier, STATE(7572), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, STATE(5671), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, sym_reference_declarator, sym_structured_binding_declarator, sym_template_function, sym_destructor_name, sym_qualified_identifier, sym_operator_name, [171760] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(45), 1, anon_sym___based, ACTIONS(6764), 1, sym_identifier, ACTIONS(6766), 1, anon_sym_LPAREN2, ACTIONS(6768), 1, anon_sym_STAR, ACTIONS(6776), 1, sym_primitive_type, STATE(5721), 1, sym__type_declarator, STATE(7212), 1, sym_ms_based_modifier, STATE(4616), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(6774), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(5951), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, ACTIONS(59), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [171815] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(45), 1, anon_sym___based, ACTIONS(6764), 1, sym_identifier, ACTIONS(6766), 1, anon_sym_LPAREN2, ACTIONS(6768), 1, anon_sym_STAR, ACTIONS(6776), 1, sym_primitive_type, STATE(5743), 1, sym__type_declarator, STATE(7212), 1, sym_ms_based_modifier, STATE(4616), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(6774), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(5951), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, ACTIONS(59), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [171870] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(45), 1, anon_sym___based, ACTIONS(6764), 1, sym_identifier, ACTIONS(6766), 1, anon_sym_LPAREN2, ACTIONS(6768), 1, anon_sym_STAR, ACTIONS(6776), 1, sym_primitive_type, STATE(5791), 1, sym__type_declarator, STATE(7212), 1, sym_ms_based_modifier, STATE(4616), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(6774), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(5951), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, ACTIONS(59), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [171925] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(45), 1, anon_sym___based, ACTIONS(6764), 1, sym_identifier, ACTIONS(6766), 1, anon_sym_LPAREN2, ACTIONS(6768), 1, anon_sym_STAR, ACTIONS(6776), 1, sym_primitive_type, STATE(5785), 1, sym__type_declarator, STATE(7212), 1, sym_ms_based_modifier, STATE(4616), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(6774), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(5951), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, ACTIONS(59), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [171980] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(5140), 1, anon_sym_AMP, ACTIONS(7648), 1, anon_sym_const, STATE(4718), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(7651), 10, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, ACTIONS(5142), 15, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_try, anon_sym_requires, [172023] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(45), 1, anon_sym___based, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1931), 1, anon_sym_operator, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(2560), 1, anon_sym_LPAREN2, ACTIONS(2562), 1, anon_sym_TILDE, ACTIONS(5015), 1, sym_identifier, ACTIONS(5219), 1, anon_sym_COLON_COLON, ACTIONS(6032), 1, anon_sym_LBRACK, ACTIONS(6034), 1, anon_sym_STAR, ACTIONS(6036), 1, anon_sym_AMP_AMP, ACTIONS(6038), 1, anon_sym_AMP, STATE(5322), 1, sym__scope_resolution, STATE(5834), 1, sym__declarator, STATE(7051), 1, sym_ms_based_modifier, STATE(7572), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, STATE(5671), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, sym_reference_declarator, sym_structured_binding_declarator, sym_template_function, sym_destructor_name, sym_qualified_identifier, sym_operator_name, [172090] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(45), 1, anon_sym___based, ACTIONS(6764), 1, sym_identifier, ACTIONS(6766), 1, anon_sym_LPAREN2, ACTIONS(6768), 1, anon_sym_STAR, ACTIONS(6776), 1, sym_primitive_type, STATE(5784), 1, sym__type_declarator, STATE(7212), 1, sym_ms_based_modifier, STATE(4616), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(6774), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(5951), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, ACTIONS(59), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [172145] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(4464), 1, anon_sym_COLON_COLON, ACTIONS(7575), 1, anon_sym_LT, STATE(2160), 1, sym_template_argument_list, ACTIONS(4483), 3, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_LBRACE, ACTIONS(5168), 23, 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_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_COLON, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, [172188] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4828), 2, anon_sym_AMP, anon_sym_const, ACTIONS(4830), 27, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, anon_sym_COLON, anon_sym_or, anon_sym_and, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_try, anon_sym_requires, [172225] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(45), 1, anon_sym___based, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1931), 1, anon_sym_operator, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(2560), 1, anon_sym_LPAREN2, ACTIONS(2562), 1, anon_sym_TILDE, ACTIONS(6022), 1, sym_identifier, ACTIONS(6024), 1, anon_sym_STAR, ACTIONS(6026), 1, anon_sym_AMP_AMP, ACTIONS(6028), 1, anon_sym_AMP, ACTIONS(6030), 1, anon_sym_COLON_COLON, ACTIONS(6032), 1, anon_sym_LBRACK, STATE(5345), 1, sym__scope_resolution, STATE(5618), 1, sym__declarator, STATE(7052), 1, sym_ms_based_modifier, STATE(7572), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, STATE(5671), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, sym_reference_declarator, sym_structured_binding_declarator, sym_template_function, sym_destructor_name, sym_qualified_identifier, sym_operator_name, [172292] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(29), 1, anon_sym_AMP_AMP, ACTIONS(45), 1, anon_sym___based, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1931), 1, anon_sym_operator, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(2560), 1, anon_sym_LPAREN2, ACTIONS(2562), 1, anon_sym_TILDE, ACTIONS(2564), 1, anon_sym_STAR, ACTIONS(2566), 1, anon_sym_AMP, ACTIONS(5015), 1, sym_identifier, ACTIONS(5219), 1, anon_sym_COLON_COLON, ACTIONS(6032), 1, anon_sym_LBRACK, STATE(5322), 1, sym__scope_resolution, STATE(5869), 1, sym__declarator, STATE(7599), 1, sym_ms_based_modifier, STATE(7572), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, STATE(5671), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, sym_reference_declarator, sym_structured_binding_declarator, sym_template_function, sym_destructor_name, sym_qualified_identifier, sym_operator_name, [172359] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(45), 1, anon_sym___based, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1931), 1, anon_sym_operator, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(2560), 1, anon_sym_LPAREN2, ACTIONS(2562), 1, anon_sym_TILDE, ACTIONS(5174), 1, sym_identifier, ACTIONS(5184), 1, anon_sym_COLON_COLON, ACTIONS(6032), 1, anon_sym_LBRACK, ACTIONS(6045), 1, anon_sym_STAR, ACTIONS(6047), 1, anon_sym_AMP_AMP, ACTIONS(6049), 1, anon_sym_AMP, STATE(5355), 1, sym__scope_resolution, STATE(5567), 1, sym__declarator, STATE(6982), 1, sym_ms_based_modifier, STATE(7572), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, STATE(5671), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, sym_reference_declarator, sym_structured_binding_declarator, sym_template_function, sym_destructor_name, sym_qualified_identifier, sym_operator_name, [172426] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(45), 1, anon_sym___based, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1931), 1, anon_sym_operator, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(2560), 1, anon_sym_LPAREN2, ACTIONS(2562), 1, anon_sym_TILDE, ACTIONS(5015), 1, sym_identifier, ACTIONS(5219), 1, anon_sym_COLON_COLON, ACTIONS(6032), 1, anon_sym_LBRACK, ACTIONS(6034), 1, anon_sym_STAR, ACTIONS(6036), 1, anon_sym_AMP_AMP, ACTIONS(6038), 1, anon_sym_AMP, STATE(5322), 1, sym__scope_resolution, STATE(5829), 1, sym__declarator, STATE(7051), 1, sym_ms_based_modifier, STATE(7572), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, STATE(5671), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, sym_reference_declarator, sym_structured_binding_declarator, sym_template_function, sym_destructor_name, sym_qualified_identifier, sym_operator_name, [172493] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(45), 1, anon_sym___based, ACTIONS(6764), 1, sym_identifier, ACTIONS(6766), 1, anon_sym_LPAREN2, ACTIONS(6768), 1, anon_sym_STAR, ACTIONS(6776), 1, sym_primitive_type, STATE(5728), 1, sym__type_declarator, STATE(7212), 1, sym_ms_based_modifier, STATE(4616), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(6774), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(5951), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, ACTIONS(59), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [172548] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(45), 1, anon_sym___based, ACTIONS(6764), 1, sym_identifier, ACTIONS(6766), 1, anon_sym_LPAREN2, ACTIONS(6768), 1, anon_sym_STAR, ACTIONS(6776), 1, sym_primitive_type, STATE(5742), 1, sym__type_declarator, STATE(7212), 1, sym_ms_based_modifier, STATE(4616), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(6774), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(5951), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, ACTIONS(59), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [172603] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(29), 1, anon_sym_AMP_AMP, ACTIONS(45), 1, anon_sym___based, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1931), 1, anon_sym_operator, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(2560), 1, anon_sym_LPAREN2, ACTIONS(2562), 1, anon_sym_TILDE, ACTIONS(2564), 1, anon_sym_STAR, ACTIONS(2566), 1, anon_sym_AMP, ACTIONS(5015), 1, sym_identifier, ACTIONS(5219), 1, anon_sym_COLON_COLON, ACTIONS(6032), 1, anon_sym_LBRACK, STATE(5322), 1, sym__scope_resolution, STATE(5859), 1, sym__declarator, STATE(7599), 1, sym_ms_based_modifier, STATE(7572), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, STATE(5671), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, sym_reference_declarator, sym_structured_binding_declarator, sym_template_function, sym_destructor_name, sym_qualified_identifier, sym_operator_name, [172670] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(45), 1, anon_sym___based, ACTIONS(6764), 1, sym_identifier, ACTIONS(6766), 1, anon_sym_LPAREN2, ACTIONS(6768), 1, anon_sym_STAR, ACTIONS(6776), 1, sym_primitive_type, STATE(5747), 1, sym__type_declarator, STATE(7212), 1, sym_ms_based_modifier, STATE(4616), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(6774), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(5951), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, ACTIONS(59), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [172725] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(45), 1, anon_sym___based, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1931), 1, anon_sym_operator, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(2560), 1, anon_sym_LPAREN2, ACTIONS(2562), 1, anon_sym_TILDE, ACTIONS(6022), 1, sym_identifier, ACTIONS(6024), 1, anon_sym_STAR, ACTIONS(6026), 1, anon_sym_AMP_AMP, ACTIONS(6028), 1, anon_sym_AMP, ACTIONS(6030), 1, anon_sym_COLON_COLON, ACTIONS(6032), 1, anon_sym_LBRACK, STATE(5345), 1, sym__scope_resolution, STATE(5630), 1, sym__declarator, STATE(7052), 1, sym_ms_based_modifier, STATE(7572), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, STATE(5671), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, sym_reference_declarator, sym_structured_binding_declarator, sym_template_function, sym_destructor_name, sym_qualified_identifier, sym_operator_name, [172792] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(45), 1, anon_sym___based, ACTIONS(6764), 1, sym_identifier, ACTIONS(6766), 1, anon_sym_LPAREN2, ACTIONS(6768), 1, anon_sym_STAR, ACTIONS(6776), 1, sym_primitive_type, STATE(5797), 1, sym__type_declarator, STATE(7212), 1, sym_ms_based_modifier, STATE(4616), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(6774), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(5951), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, ACTIONS(59), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [172847] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(4700), 1, anon_sym_COLON, ACTIONS(7646), 1, anon_sym_LBRACE, STATE(4784), 1, sym_field_declaration_list, STATE(6062), 1, sym_virtual_specifier, STATE(6820), 1, sym_base_class_clause, ACTIONS(4720), 2, anon_sym_AMP, anon_sym_const, ACTIONS(5098), 2, anon_sym_final, anon_sym_override, ACTIONS(4722), 20, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_EQ, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_auto, anon_sym_decltype, anon_sym_try, anon_sym_requires, [172896] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(45), 1, anon_sym___based, ACTIONS(6764), 1, sym_identifier, ACTIONS(6766), 1, anon_sym_LPAREN2, ACTIONS(6768), 1, anon_sym_STAR, ACTIONS(6776), 1, sym_primitive_type, STATE(5752), 1, sym__type_declarator, STATE(7212), 1, sym_ms_based_modifier, STATE(4616), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(6774), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(5951), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, ACTIONS(59), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [172951] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(45), 1, anon_sym___based, ACTIONS(6764), 1, sym_identifier, ACTIONS(6766), 1, anon_sym_LPAREN2, ACTIONS(6768), 1, anon_sym_STAR, ACTIONS(6776), 1, sym_primitive_type, STATE(5773), 1, sym__type_declarator, STATE(7212), 1, sym_ms_based_modifier, STATE(4616), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(6774), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(5951), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, ACTIONS(59), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [173006] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(29), 1, anon_sym_AMP_AMP, ACTIONS(45), 1, anon_sym___based, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1931), 1, anon_sym_operator, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(2560), 1, anon_sym_LPAREN2, ACTIONS(2562), 1, anon_sym_TILDE, ACTIONS(2564), 1, anon_sym_STAR, ACTIONS(2566), 1, anon_sym_AMP, ACTIONS(5015), 1, sym_identifier, ACTIONS(5219), 1, anon_sym_COLON_COLON, ACTIONS(6032), 1, anon_sym_LBRACK, STATE(5322), 1, sym__scope_resolution, STATE(5656), 1, sym__declarator, STATE(7599), 1, sym_ms_based_modifier, STATE(7572), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, STATE(5671), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, sym_reference_declarator, sym_structured_binding_declarator, sym_template_function, sym_destructor_name, sym_qualified_identifier, sym_operator_name, [173073] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(45), 1, anon_sym___based, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1931), 1, anon_sym_operator, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(2560), 1, anon_sym_LPAREN2, ACTIONS(2562), 1, anon_sym_TILDE, ACTIONS(5015), 1, sym_identifier, ACTIONS(5219), 1, anon_sym_COLON_COLON, ACTIONS(6032), 1, anon_sym_LBRACK, ACTIONS(6034), 1, anon_sym_STAR, ACTIONS(6036), 1, anon_sym_AMP_AMP, ACTIONS(6038), 1, anon_sym_AMP, STATE(5322), 1, sym__scope_resolution, STATE(5865), 1, sym__declarator, STATE(7051), 1, sym_ms_based_modifier, STATE(7572), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, STATE(5671), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, sym_reference_declarator, sym_structured_binding_declarator, sym_template_function, sym_destructor_name, sym_qualified_identifier, sym_operator_name, [173140] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(45), 1, anon_sym___based, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1931), 1, anon_sym_operator, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(2560), 1, anon_sym_LPAREN2, ACTIONS(2562), 1, anon_sym_TILDE, ACTIONS(6022), 1, sym_identifier, ACTIONS(6024), 1, anon_sym_STAR, ACTIONS(6026), 1, anon_sym_AMP_AMP, ACTIONS(6028), 1, anon_sym_AMP, ACTIONS(6030), 1, anon_sym_COLON_COLON, ACTIONS(6032), 1, anon_sym_LBRACK, STATE(5345), 1, sym__scope_resolution, STATE(5651), 1, sym__declarator, STATE(7052), 1, sym_ms_based_modifier, STATE(7572), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, STATE(5671), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, sym_reference_declarator, sym_structured_binding_declarator, sym_template_function, sym_destructor_name, sym_qualified_identifier, sym_operator_name, [173207] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(45), 1, anon_sym___based, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1931), 1, anon_sym_operator, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(2560), 1, anon_sym_LPAREN2, ACTIONS(2562), 1, anon_sym_TILDE, ACTIONS(5015), 1, sym_identifier, ACTIONS(5219), 1, anon_sym_COLON_COLON, ACTIONS(6032), 1, anon_sym_LBRACK, ACTIONS(6034), 1, anon_sym_STAR, ACTIONS(6036), 1, anon_sym_AMP_AMP, ACTIONS(6038), 1, anon_sym_AMP, STATE(5322), 1, sym__scope_resolution, STATE(5824), 1, sym__declarator, STATE(7051), 1, sym_ms_based_modifier, STATE(7572), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, STATE(5671), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, sym_reference_declarator, sym_structured_binding_declarator, sym_template_function, sym_destructor_name, sym_qualified_identifier, sym_operator_name, [173274] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(45), 1, anon_sym___based, ACTIONS(6764), 1, sym_identifier, ACTIONS(6766), 1, anon_sym_LPAREN2, ACTIONS(6768), 1, anon_sym_STAR, ACTIONS(6776), 1, sym_primitive_type, STATE(5710), 1, sym__type_declarator, STATE(7212), 1, sym_ms_based_modifier, STATE(4616), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(6774), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(5951), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, ACTIONS(59), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [173329] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(45), 1, anon_sym___based, ACTIONS(6764), 1, sym_identifier, ACTIONS(6766), 1, anon_sym_LPAREN2, ACTIONS(6768), 1, anon_sym_STAR, ACTIONS(6776), 1, sym_primitive_type, STATE(5777), 1, sym__type_declarator, STATE(7212), 1, sym_ms_based_modifier, STATE(4616), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(6774), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(5951), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, ACTIONS(59), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [173384] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(45), 1, anon_sym___based, ACTIONS(6764), 1, sym_identifier, ACTIONS(6766), 1, anon_sym_LPAREN2, ACTIONS(6768), 1, anon_sym_STAR, ACTIONS(6776), 1, sym_primitive_type, STATE(5755), 1, sym__type_declarator, STATE(7212), 1, sym_ms_based_modifier, STATE(4616), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(6774), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(5951), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, ACTIONS(59), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [173439] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(45), 1, anon_sym___based, ACTIONS(6764), 1, sym_identifier, ACTIONS(6766), 1, anon_sym_LPAREN2, ACTIONS(6768), 1, anon_sym_STAR, ACTIONS(6776), 1, sym_primitive_type, STATE(5798), 1, sym__type_declarator, STATE(7212), 1, sym_ms_based_modifier, STATE(4616), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(6774), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(5951), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, ACTIONS(59), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [173494] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(7654), 2, anon_sym_COMMA, anon_sym_SEMI, ACTIONS(7573), 3, anon_sym_AMP, anon_sym_LBRACK, anon_sym_const, ACTIONS(7571), 24, anon_sym_LPAREN2, anon_sym_AMP_AMP, anon_sym___attribute__, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, anon_sym_COLON, anon_sym_DASH_GT, anon_sym_final, anon_sym_override, anon_sym_try, anon_sym_noexcept, anon_sym_throw, anon_sym_requires, [173533] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(45), 1, anon_sym___based, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1931), 1, anon_sym_operator, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(2560), 1, anon_sym_LPAREN2, ACTIONS(2562), 1, anon_sym_TILDE, ACTIONS(6022), 1, sym_identifier, ACTIONS(6024), 1, anon_sym_STAR, ACTIONS(6026), 1, anon_sym_AMP_AMP, ACTIONS(6028), 1, anon_sym_AMP, ACTIONS(6030), 1, anon_sym_COLON_COLON, ACTIONS(6032), 1, anon_sym_LBRACK, STATE(5345), 1, sym__scope_resolution, STATE(5676), 1, sym__declarator, STATE(7052), 1, sym_ms_based_modifier, STATE(7572), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, STATE(5671), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, sym_reference_declarator, sym_structured_binding_declarator, sym_template_function, sym_destructor_name, sym_qualified_identifier, sym_operator_name, [173600] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(29), 1, anon_sym_AMP_AMP, ACTIONS(45), 1, anon_sym___based, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1931), 1, anon_sym_operator, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(2560), 1, anon_sym_LPAREN2, ACTIONS(2562), 1, anon_sym_TILDE, ACTIONS(2564), 1, anon_sym_STAR, ACTIONS(2566), 1, anon_sym_AMP, ACTIONS(5015), 1, sym_identifier, ACTIONS(5219), 1, anon_sym_COLON_COLON, ACTIONS(6032), 1, anon_sym_LBRACK, STATE(5322), 1, sym__scope_resolution, STATE(5850), 1, sym__declarator, STATE(7599), 1, sym_ms_based_modifier, STATE(7572), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, STATE(5671), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, sym_reference_declarator, sym_structured_binding_declarator, sym_template_function, sym_destructor_name, sym_qualified_identifier, sym_operator_name, [173667] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(45), 1, anon_sym___based, ACTIONS(6764), 1, sym_identifier, ACTIONS(6766), 1, anon_sym_LPAREN2, ACTIONS(6768), 1, anon_sym_STAR, ACTIONS(6776), 1, sym_primitive_type, STATE(5711), 1, sym__type_declarator, STATE(7212), 1, sym_ms_based_modifier, STATE(4616), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(6774), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(5951), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, ACTIONS(59), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [173722] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(45), 1, anon_sym___based, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1931), 1, anon_sym_operator, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(2560), 1, anon_sym_LPAREN2, ACTIONS(2562), 1, anon_sym_TILDE, ACTIONS(6022), 1, sym_identifier, ACTIONS(6024), 1, anon_sym_STAR, ACTIONS(6026), 1, anon_sym_AMP_AMP, ACTIONS(6028), 1, anon_sym_AMP, ACTIONS(6030), 1, anon_sym_COLON_COLON, ACTIONS(6032), 1, anon_sym_LBRACK, STATE(5345), 1, sym__scope_resolution, STATE(5614), 1, sym__declarator, STATE(7052), 1, sym_ms_based_modifier, STATE(7572), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, STATE(5671), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, sym_reference_declarator, sym_structured_binding_declarator, sym_template_function, sym_destructor_name, sym_qualified_identifier, sym_operator_name, [173789] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(4700), 1, anon_sym_COLON, ACTIONS(7646), 1, anon_sym_LBRACE, STATE(4798), 1, sym_field_declaration_list, STATE(6040), 1, sym_virtual_specifier, STATE(6807), 1, sym_base_class_clause, ACTIONS(4728), 2, anon_sym_AMP, anon_sym_const, ACTIONS(5098), 2, anon_sym_final, anon_sym_override, ACTIONS(4730), 20, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_EQ, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_auto, anon_sym_decltype, anon_sym_try, anon_sym_requires, [173838] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(45), 1, anon_sym___based, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1931), 1, anon_sym_operator, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(2560), 1, anon_sym_LPAREN2, ACTIONS(2562), 1, anon_sym_TILDE, ACTIONS(5015), 1, sym_identifier, ACTIONS(5219), 1, anon_sym_COLON_COLON, ACTIONS(6032), 1, anon_sym_LBRACK, ACTIONS(6034), 1, anon_sym_STAR, ACTIONS(6036), 1, anon_sym_AMP_AMP, ACTIONS(6038), 1, anon_sym_AMP, STATE(5322), 1, sym__scope_resolution, STATE(5871), 1, sym__declarator, STATE(7051), 1, sym_ms_based_modifier, STATE(7572), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, STATE(5671), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, sym_reference_declarator, sym_structured_binding_declarator, sym_template_function, sym_destructor_name, sym_qualified_identifier, sym_operator_name, [173905] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(45), 1, anon_sym___based, ACTIONS(6764), 1, sym_identifier, ACTIONS(6766), 1, anon_sym_LPAREN2, ACTIONS(6768), 1, anon_sym_STAR, ACTIONS(6776), 1, sym_primitive_type, STATE(5725), 1, sym__type_declarator, STATE(7212), 1, sym_ms_based_modifier, STATE(4616), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(6774), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(5951), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, ACTIONS(59), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [173960] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(45), 1, anon_sym___based, ACTIONS(6764), 1, sym_identifier, ACTIONS(6766), 1, anon_sym_LPAREN2, ACTIONS(6768), 1, anon_sym_STAR, ACTIONS(6776), 1, sym_primitive_type, STATE(5756), 1, sym__type_declarator, STATE(7212), 1, sym_ms_based_modifier, STATE(4616), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(6774), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(5951), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, ACTIONS(59), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [174015] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(4464), 1, anon_sym_COLON_COLON, ACTIONS(7575), 1, anon_sym_LT, STATE(2160), 1, sym_template_argument_list, ACTIONS(4452), 3, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_LBRACE, ACTIONS(4447), 23, 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_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, anon_sym_COLON, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, [174058] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(45), 1, anon_sym___based, ACTIONS(6764), 1, sym_identifier, ACTIONS(6766), 1, anon_sym_LPAREN2, ACTIONS(6768), 1, anon_sym_STAR, ACTIONS(6776), 1, sym_primitive_type, STATE(5720), 1, sym__type_declarator, STATE(7212), 1, sym_ms_based_modifier, STATE(4616), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(6774), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(5951), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, ACTIONS(59), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [174113] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(45), 1, anon_sym___based, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1931), 1, anon_sym_operator, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(2560), 1, anon_sym_LPAREN2, ACTIONS(2562), 1, anon_sym_TILDE, ACTIONS(6022), 1, sym_identifier, ACTIONS(6024), 1, anon_sym_STAR, ACTIONS(6026), 1, anon_sym_AMP_AMP, ACTIONS(6028), 1, anon_sym_AMP, ACTIONS(6030), 1, anon_sym_COLON_COLON, ACTIONS(6032), 1, anon_sym_LBRACK, STATE(5345), 1, sym__scope_resolution, STATE(5666), 1, sym__declarator, STATE(7052), 1, sym_ms_based_modifier, STATE(7572), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, STATE(5671), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, sym_reference_declarator, sym_structured_binding_declarator, sym_template_function, sym_destructor_name, sym_qualified_identifier, sym_operator_name, [174180] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(45), 1, anon_sym___based, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1931), 1, anon_sym_operator, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(2560), 1, anon_sym_LPAREN2, ACTIONS(2562), 1, anon_sym_TILDE, ACTIONS(6022), 1, sym_identifier, ACTIONS(6024), 1, anon_sym_STAR, ACTIONS(6026), 1, anon_sym_AMP_AMP, ACTIONS(6028), 1, anon_sym_AMP, ACTIONS(6030), 1, anon_sym_COLON_COLON, ACTIONS(6032), 1, anon_sym_LBRACK, STATE(5345), 1, sym__scope_resolution, STATE(5612), 1, sym__declarator, STATE(7052), 1, sym_ms_based_modifier, STATE(7572), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, STATE(5671), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, sym_reference_declarator, sym_structured_binding_declarator, sym_template_function, sym_destructor_name, sym_qualified_identifier, sym_operator_name, [174247] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(45), 1, anon_sym___based, ACTIONS(6764), 1, sym_identifier, ACTIONS(6766), 1, anon_sym_LPAREN2, ACTIONS(6768), 1, anon_sym_STAR, ACTIONS(6776), 1, sym_primitive_type, STATE(5763), 1, sym__type_declarator, STATE(7212), 1, sym_ms_based_modifier, STATE(4616), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(6774), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(5951), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, ACTIONS(59), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [174302] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(45), 1, anon_sym___based, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1931), 1, anon_sym_operator, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(2560), 1, anon_sym_LPAREN2, ACTIONS(2562), 1, anon_sym_TILDE, ACTIONS(5174), 1, sym_identifier, ACTIONS(5184), 1, anon_sym_COLON_COLON, ACTIONS(6032), 1, anon_sym_LBRACK, ACTIONS(6051), 1, anon_sym_STAR, ACTIONS(6053), 1, anon_sym_AMP_AMP, ACTIONS(6055), 1, anon_sym_AMP, STATE(5355), 1, sym__scope_resolution, STATE(5397), 1, sym__declarator, STATE(7190), 1, sym_ms_based_modifier, STATE(7572), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, STATE(5671), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, sym_reference_declarator, sym_structured_binding_declarator, sym_template_function, sym_destructor_name, sym_qualified_identifier, sym_operator_name, [174369] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(45), 1, anon_sym___based, ACTIONS(6764), 1, sym_identifier, ACTIONS(6766), 1, anon_sym_LPAREN2, ACTIONS(6768), 1, anon_sym_STAR, ACTIONS(6776), 1, sym_primitive_type, STATE(5746), 1, sym__type_declarator, STATE(7212), 1, sym_ms_based_modifier, STATE(4616), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(6774), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(5951), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, ACTIONS(59), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [174424] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(4798), 1, anon_sym_LBRACE, ACTIONS(7657), 1, anon_sym_COLON, STATE(2222), 1, sym__enum_base_clause, STATE(2243), 1, sym_enumerator_list, ACTIONS(5289), 2, anon_sym_AMP, anon_sym_const, ACTIONS(5287), 22, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, 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_mutable, anon_sym_constinit, anon_sym_consteval, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_requires, [174468] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(7661), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK, ACTIONS(7659), 22, anon_sym_AMP, anon_sym___based, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, anon_sym__unaligned, anon_sym___unaligned, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_identifier, anon_sym_decltype, anon_sym_template, anon_sym_operator, [174504] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(5567), 1, anon_sym_LBRACE, ACTIONS(7663), 1, anon_sym_COLON, STATE(3024), 1, sym__enum_base_clause, STATE(3098), 1, sym_enumerator_list, ACTIONS(5289), 2, anon_sym_AMP, anon_sym_const, ACTIONS(5287), 22, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, 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_mutable, anon_sym_constinit, anon_sym_consteval, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_requires, [174548] = 7, ACTIONS(3), 1, sym_comment, STATE(4820), 1, sym_ms_unaligned_ptr_modifier, ACTIONS(7630), 2, anon_sym_LPAREN2, anon_sym_STAR, ACTIONS(7668), 2, anon_sym__unaligned, anon_sym___unaligned, STATE(4763), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, ACTIONS(7665), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, ACTIONS(7628), 18, 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_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, sym_identifier, [174592] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(4798), 1, anon_sym_LBRACE, ACTIONS(7657), 1, anon_sym_COLON, STATE(2229), 1, sym__enum_base_clause, STATE(2274), 1, sym_enumerator_list, ACTIONS(5273), 2, anon_sym_AMP, anon_sym_const, ACTIONS(5271), 22, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, 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_mutable, anon_sym_constinit, anon_sym_consteval, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_requires, [174636] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(7671), 1, anon_sym_LBRACE, ACTIONS(7673), 1, anon_sym_COLON, STATE(4775), 1, sym__enum_base_clause, STATE(4821), 1, sym_enumerator_list, ACTIONS(5289), 2, anon_sym_AMP, anon_sym_const, ACTIONS(5287), 22, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_EQ, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_try, anon_sym_requires, [174680] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(4464), 1, anon_sym_COLON_COLON, ACTIONS(7484), 1, anon_sym_LT, STATE(4673), 1, sym_template_argument_list, ACTIONS(4466), 2, anon_sym_AMP, anon_sym_const, ACTIONS(4471), 23, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_try, anon_sym_requires, [174722] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(7677), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK, ACTIONS(7675), 22, anon_sym_AMP, anon_sym___based, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, anon_sym__unaligned, anon_sym___unaligned, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_identifier, anon_sym_decltype, anon_sym_template, anon_sym_operator, [174758] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(5567), 1, anon_sym_LBRACE, ACTIONS(7663), 1, anon_sym_COLON, STATE(2973), 1, sym__enum_base_clause, STATE(3092), 1, sym_enumerator_list, ACTIONS(5273), 2, anon_sym_AMP, anon_sym_const, ACTIONS(5271), 22, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, 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_mutable, anon_sym_constinit, anon_sym_consteval, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_requires, [174802] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(7671), 1, anon_sym_LBRACE, ACTIONS(7673), 1, anon_sym_COLON, STATE(4773), 1, sym__enum_base_clause, STATE(4814), 1, sym_enumerator_list, ACTIONS(5273), 2, anon_sym_AMP, anon_sym_const, ACTIONS(5271), 22, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_EQ, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_try, anon_sym_requires, [174846] = 5, ACTIONS(3), 1, sym_comment, STATE(4770), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(5140), 6, anon_sym_AMP, anon_sym___based, sym_identifier, anon_sym_decltype, anon_sym_template, anon_sym_operator, ACTIONS(5142), 9, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK, anon_sym_GT2, ACTIONS(7648), 11, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [174886] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(4464), 1, anon_sym_COLON_COLON, ACTIONS(7617), 1, anon_sym_LT, STATE(2904), 1, sym_template_argument_list, ACTIONS(4466), 2, anon_sym_AMP, anon_sym_const, ACTIONS(4471), 22, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, 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_mutable, anon_sym_constinit, anon_sym_consteval, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_requires, [174927] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(4572), 1, anon_sym_COLON_COLON, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5025), 1, anon_sym___declspec, ACTIONS(6173), 1, anon_sym_LBRACE, ACTIONS(6175), 1, anon_sym_COLON, ACTIONS(7423), 1, anon_sym_DOT_DOT_DOT, ACTIONS(7427), 1, anon_sym_EQ, ACTIONS(7679), 1, sym_identifier, STATE(3582), 1, sym_template_type, STATE(3692), 1, sym_field_declaration_list, STATE(3699), 1, sym__class_declaration, STATE(4979), 1, sym_ms_declspec_modifier, STATE(5795), 1, sym__scope_resolution, STATE(6138), 1, sym_virtual_specifier, STATE(6612), 1, sym_base_class_clause, ACTIONS(4702), 2, anon_sym_final, anon_sym_override, ACTIONS(7425), 2, anon_sym_COMMA, anon_sym_GT2, STATE(3637), 2, sym__class_name, sym_qualified_type_identifier, STATE(5009), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, [175002] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(7671), 1, anon_sym_LBRACE, STATE(4803), 1, sym_enumerator_list, ACTIONS(4812), 2, anon_sym_AMP, anon_sym_const, ACTIONS(4814), 22, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_EQ, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_try, anon_sym_requires, [175040] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(4798), 1, anon_sym_LBRACE, ACTIONS(7681), 1, anon_sym_COLON, STATE(2222), 1, sym__enum_base_clause, STATE(2243), 1, sym_enumerator_list, ACTIONS(5287), 2, anon_sym_LPAREN2, anon_sym_STAR, ACTIONS(5289), 20, 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_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, sym_identifier, sym_auto, anon_sym_decltype, [175082] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(7671), 1, anon_sym_LBRACE, STATE(4810), 1, sym_enumerator_list, ACTIONS(4794), 2, anon_sym_AMP, anon_sym_const, ACTIONS(4796), 22, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_EQ, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_try, anon_sym_requires, [175120] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(4798), 1, anon_sym_LBRACE, ACTIONS(7681), 1, anon_sym_COLON, STATE(2229), 1, sym__enum_base_clause, STATE(2274), 1, sym_enumerator_list, ACTIONS(5271), 2, anon_sym_LPAREN2, anon_sym_STAR, ACTIONS(5273), 20, 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_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, sym_identifier, sym_auto, anon_sym_decltype, [175162] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(6971), 1, sym_auto, ACTIONS(6973), 1, anon_sym_decltype, STATE(4828), 1, sym_decltype_auto, ACTIONS(4816), 2, anon_sym_AMP, anon_sym_const, ACTIONS(4818), 21, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, anon_sym_final, anon_sym_override, anon_sym_try, anon_sym_requires, [175202] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(4792), 1, anon_sym_COLON_COLON, ACTIONS(4788), 2, anon_sym_AMP, anon_sym_const, ACTIONS(4790), 23, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_try, anon_sym_requires, [175238] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(6532), 1, anon_sym_LBRACE, ACTIONS(7683), 1, anon_sym_COLON, STATE(3881), 1, sym__enum_base_clause, STATE(3973), 1, sym_enumerator_list, ACTIONS(5289), 3, anon_sym_AMP, anon_sym_LBRACK, anon_sym_const, ACTIONS(5287), 19, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_LBRACK_LBRACK, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_requires, [175280] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(6532), 1, anon_sym_LBRACE, ACTIONS(7683), 1, anon_sym_COLON, STATE(3902), 1, sym__enum_base_clause, STATE(3915), 1, sym_enumerator_list, ACTIONS(5273), 3, anon_sym_AMP, anon_sym_LBRACK, anon_sym_const, ACTIONS(5271), 19, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_LBRACK_LBRACK, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_requires, [175322] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(7689), 1, anon_sym_LBRACK_LBRACK, STATE(4781), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, ACTIONS(7687), 10, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_COLON_COLON, anon_sym_LBRACE, anon_sym_EQ, anon_sym_DASH_GT, anon_sym_GT2, ACTIONS(7685), 13, anon_sym_LBRACK, anon_sym_COLON, sym_identifier, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_virtual, anon_sym_template, anon_sym_try, anon_sym_public, anon_sym_private, anon_sym_protected, anon_sym_requires, [175360] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4835), 2, anon_sym_AMP, anon_sym_const, ACTIONS(4837), 24, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_COLON_COLON, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_try, anon_sym_requires, [175394] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5003), 2, anon_sym_AMP, anon_sym_const, ACTIONS(5005), 23, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_try, anon_sym_requires, [175427] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4894), 2, anon_sym_AMP, anon_sym_const, ACTIONS(4896), 23, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_try, anon_sym_requires, [175460] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4874), 2, anon_sym_AMP, anon_sym_const, ACTIONS(4876), 23, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_try, anon_sym_requires, [175493] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4788), 2, anon_sym_AMP, anon_sym_const, ACTIONS(4790), 23, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_try, anon_sym_requires, [175526] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4953), 2, anon_sym_AMP, anon_sym_const, ACTIONS(4955), 23, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_try, anon_sym_requires, [175559] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1949), 1, anon_sym_LBRACK, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(7601), 1, anon_sym_COLON_COLON, ACTIONS(7692), 1, sym_identifier, ACTIONS(7694), 1, anon_sym_LPAREN2, ACTIONS(7696), 1, anon_sym_LBRACE, ACTIONS(7700), 1, anon_sym_requires, STATE(2227), 1, sym_template_type, STATE(3805), 1, sym_requirement_seq, STATE(5173), 1, sym_lambda_capture_specifier, STATE(5716), 1, sym__scope_resolution, STATE(6929), 1, sym_requires_parameter_list, ACTIONS(7698), 2, sym_true, sym_false, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, STATE(3998), 8, sym__class_name, sym_constraint_conjunction, sym_constraint_disjunction, sym__requirement_clause_constraint, sym_requires_expression, sym_lambda_expression, sym_fold_expression, sym_qualified_type_identifier, [175620] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4788), 2, anon_sym_AMP, anon_sym_const, ACTIONS(4790), 23, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_try, anon_sym_requires, [175653] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5007), 2, anon_sym_AMP, anon_sym_const, ACTIONS(5009), 23, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_try, anon_sym_requires, [175686] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4997), 2, anon_sym_AMP, anon_sym_const, ACTIONS(4999), 23, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_try, anon_sym_requires, [175719] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5011), 2, anon_sym_AMP, anon_sym_const, ACTIONS(5013), 23, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_try, anon_sym_requires, [175752] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4843), 2, anon_sym_AMP, anon_sym_const, ACTIONS(4845), 23, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_try, anon_sym_requires, [175785] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4971), 2, anon_sym_AMP, anon_sym_const, ACTIONS(4973), 23, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_try, anon_sym_requires, [175818] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4949), 2, anon_sym_AMP, anon_sym_const, ACTIONS(4951), 23, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_try, anon_sym_requires, [175851] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4910), 2, anon_sym_AMP, anon_sym_const, ACTIONS(4912), 23, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_try, anon_sym_requires, [175884] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1949), 1, anon_sym_LBRACK, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(7493), 1, anon_sym_COLON_COLON, ACTIONS(7702), 1, sym_identifier, ACTIONS(7704), 1, anon_sym_LPAREN2, ACTIONS(7706), 1, anon_sym_LBRACE, ACTIONS(7710), 1, anon_sym_requires, STATE(2806), 1, sym_template_type, STATE(3546), 1, sym_requirement_seq, STATE(5189), 1, sym_lambda_capture_specifier, STATE(5780), 1, sym__scope_resolution, STATE(6685), 1, sym_requires_parameter_list, ACTIONS(7708), 2, sym_true, sym_false, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, STATE(3538), 8, sym__class_name, sym_constraint_conjunction, sym_constraint_disjunction, sym__requirement_clause_constraint, sym_requires_expression, sym_lambda_expression, sym_fold_expression, sym_qualified_type_identifier, [175945] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4906), 2, anon_sym_AMP, anon_sym_const, ACTIONS(4908), 23, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_try, anon_sym_requires, [175978] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1949), 1, anon_sym_LBRACK, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(7579), 1, anon_sym_COLON_COLON, ACTIONS(7712), 1, sym_identifier, ACTIONS(7714), 1, anon_sym_LPAREN2, ACTIONS(7716), 1, anon_sym_LBRACE, ACTIONS(7720), 1, anon_sym_requires, STATE(2857), 1, sym_template_type, STATE(3585), 1, sym_requirement_seq, STATE(5176), 1, sym_lambda_capture_specifier, STATE(5804), 1, sym__scope_resolution, STATE(6894), 1, sym_requires_parameter_list, ACTIONS(7718), 2, sym_true, sym_false, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, STATE(3587), 8, sym__class_name, sym_constraint_conjunction, sym_constraint_disjunction, sym__requirement_clause_constraint, sym_requires_expression, sym_lambda_expression, sym_fold_expression, sym_qualified_type_identifier, [176039] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4945), 2, anon_sym_AMP, anon_sym_const, ACTIONS(4947), 23, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_try, anon_sym_requires, [176072] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4902), 2, anon_sym_AMP, anon_sym_const, ACTIONS(4904), 23, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_try, anon_sym_requires, [176105] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4922), 2, anon_sym_AMP, anon_sym_const, ACTIONS(4924), 23, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_try, anon_sym_requires, [176138] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4886), 2, anon_sym_AMP, anon_sym_const, ACTIONS(4888), 23, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_try, anon_sym_requires, [176171] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4882), 2, anon_sym_AMP, anon_sym_const, ACTIONS(4884), 23, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_try, anon_sym_requires, [176204] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4941), 2, anon_sym_AMP, anon_sym_const, ACTIONS(4943), 23, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_try, anon_sym_requires, [176237] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4878), 2, anon_sym_AMP, anon_sym_const, ACTIONS(4880), 23, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_try, anon_sym_requires, [176270] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4890), 2, anon_sym_AMP, anon_sym_const, ACTIONS(4892), 23, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_try, anon_sym_requires, [176303] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4926), 2, anon_sym_AMP, anon_sym_const, ACTIONS(4928), 23, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_try, anon_sym_requires, [176336] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4839), 2, anon_sym_AMP, anon_sym_const, ACTIONS(4841), 23, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_try, anon_sym_requires, [176369] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4918), 2, anon_sym_AMP, anon_sym_const, ACTIONS(4920), 23, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_try, anon_sym_requires, [176402] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1949), 1, anon_sym_LBRACK, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(7551), 1, anon_sym_COLON_COLON, ACTIONS(7722), 1, sym_identifier, ACTIONS(7724), 1, anon_sym_LPAREN2, ACTIONS(7726), 1, anon_sym_LBRACE, ACTIONS(7730), 1, anon_sym_requires, STATE(2514), 1, sym_template_type, STATE(2959), 1, sym_requirement_seq, STATE(5221), 1, sym_lambda_capture_specifier, STATE(5726), 1, sym__scope_resolution, STATE(6704), 1, sym_requires_parameter_list, ACTIONS(7728), 2, sym_true, sym_false, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, STATE(3033), 8, sym__class_name, sym_constraint_conjunction, sym_constraint_disjunction, sym__requirement_clause_constraint, sym_requires_expression, sym_lambda_expression, sym_fold_expression, sym_qualified_type_identifier, [176463] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4937), 2, anon_sym_AMP, anon_sym_const, ACTIONS(4939), 23, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_try, anon_sym_requires, [176496] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4933), 2, anon_sym_AMP, anon_sym_const, ACTIONS(4935), 23, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_try, anon_sym_requires, [176529] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4957), 2, anon_sym_AMP, anon_sym_const, ACTIONS(4959), 23, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_try, anon_sym_requires, [176562] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4977), 2, anon_sym_AMP, anon_sym_const, ACTIONS(4979), 23, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_try, anon_sym_requires, [176595] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1949), 1, anon_sym_LBRACK, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(7529), 1, anon_sym_COLON_COLON, ACTIONS(7732), 1, sym_identifier, ACTIONS(7734), 1, anon_sym_LPAREN2, ACTIONS(7736), 1, anon_sym_LBRACE, ACTIONS(7740), 1, anon_sym_requires, STATE(2562), 1, sym_template_type, STATE(3205), 1, sym_requirement_seq, STATE(5166), 1, sym_lambda_capture_specifier, STATE(5734), 1, sym__scope_resolution, STATE(6809), 1, sym_requires_parameter_list, ACTIONS(7738), 2, sym_true, sym_false, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, STATE(3270), 8, sym__class_name, sym_constraint_conjunction, sym_constraint_disjunction, sym__requirement_clause_constraint, sym_requires_expression, sym_lambda_expression, sym_fold_expression, sym_qualified_type_identifier, [176656] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(4464), 1, anon_sym_COLON_COLON, ACTIONS(7575), 1, anon_sym_LT, STATE(2160), 1, sym_template_argument_list, ACTIONS(4471), 2, anon_sym_LPAREN2, anon_sym_STAR, ACTIONS(4466), 20, 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_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, sym_identifier, sym_auto, anon_sym_decltype, [176695] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4914), 2, anon_sym_AMP, anon_sym_const, ACTIONS(4916), 23, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_try, anon_sym_requires, [176728] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4987), 2, anon_sym_AMP, anon_sym_const, ACTIONS(4989), 23, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_try, anon_sym_requires, [176761] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(7677), 2, anon_sym_LPAREN2, anon_sym_STAR, ACTIONS(7675), 23, 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_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, sym_identifier, [176794] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4847), 2, anon_sym_AMP, anon_sym_const, ACTIONS(4849), 23, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_try, anon_sym_requires, [176827] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(7661), 2, anon_sym_LPAREN2, anon_sym_STAR, ACTIONS(7659), 23, 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_mutable, anon_sym_constinit, anon_sym_consteval, sym_primitive_type, sym_identifier, [176860] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4851), 2, anon_sym_AMP, anon_sym_const, ACTIONS(4853), 23, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_try, anon_sym_requires, [176893] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4855), 2, anon_sym_AMP, anon_sym_const, ACTIONS(4857), 23, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_try, anon_sym_requires, [176926] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4866), 2, anon_sym_AMP, anon_sym_const, ACTIONS(4868), 23, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_try, anon_sym_requires, [176959] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4870), 2, anon_sym_AMP, anon_sym_const, ACTIONS(4872), 23, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_try, anon_sym_requires, [176992] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1949), 1, anon_sym_LBRACK, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(7515), 1, anon_sym_COLON_COLON, ACTIONS(7742), 1, sym_identifier, ACTIONS(7744), 1, anon_sym_LPAREN2, ACTIONS(7746), 1, anon_sym_LBRACE, ACTIONS(7750), 1, anon_sym_requires, STATE(2869), 1, sym_template_type, STATE(4054), 1, sym_requirement_seq, STATE(5208), 1, sym_lambda_capture_specifier, STATE(5766), 1, sym__scope_resolution, STATE(6752), 1, sym_requires_parameter_list, ACTIONS(7748), 2, sym_true, sym_false, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, STATE(4514), 8, sym__class_name, sym_constraint_conjunction, sym_constraint_disjunction, sym__requirement_clause_constraint, sym_requires_expression, sym_lambda_expression, sym_fold_expression, sym_qualified_type_identifier, [177053] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4898), 2, anon_sym_AMP, anon_sym_const, ACTIONS(4900), 23, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_try, anon_sym_requires, [177086] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(4792), 1, anon_sym_COLON_COLON, ACTIONS(4806), 1, anon_sym_LBRACE, ACTIONS(4788), 2, anon_sym_AMP, anon_sym_const, ACTIONS(4790), 20, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, 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_mutable, anon_sym_constinit, anon_sym_consteval, sym_auto, anon_sym_decltype, anon_sym_GT2, [177122] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(7752), 1, sym_identifier, ACTIONS(7758), 1, sym_primitive_type, STATE(3380), 1, aux_sym_sized_type_specifier_repeat1, ACTIONS(4963), 3, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_LBRACE, ACTIONS(7755), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, ACTIONS(4965), 14, 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_mutable, anon_sym_constinit, anon_sym_consteval, sym_auto, anon_sym_decltype, [177162] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(6435), 1, anon_sym_DASH_GT, ACTIONS(6437), 1, anon_sym_noexcept, ACTIONS(6439), 1, anon_sym_throw, ACTIONS(6441), 1, anon_sym_requires, ACTIONS(7763), 1, anon_sym_LBRACK, STATE(5281), 1, sym_trailing_return_type, STATE(5437), 1, sym_requires_clause, ACTIONS(5098), 2, anon_sym_final, anon_sym_override, STATE(5084), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(5091), 2, sym_noexcept, sym_throw_specifier, STATE(5247), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, ACTIONS(7761), 8, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, anon_sym_try, [177216] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(6435), 1, anon_sym_DASH_GT, ACTIONS(6437), 1, anon_sym_noexcept, ACTIONS(6439), 1, anon_sym_throw, ACTIONS(6441), 1, anon_sym_requires, ACTIONS(6540), 1, anon_sym_LBRACK, STATE(5293), 1, sym_trailing_return_type, STATE(5431), 1, sym_requires_clause, ACTIONS(5098), 2, anon_sym_final, anon_sym_override, STATE(5066), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(5068), 2, sym_noexcept, sym_throw_specifier, STATE(5234), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, ACTIONS(6538), 8, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, anon_sym_try, [177270] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(6431), 1, anon_sym_LBRACK, ACTIONS(6435), 1, anon_sym_DASH_GT, ACTIONS(6437), 1, anon_sym_noexcept, ACTIONS(6439), 1, anon_sym_throw, ACTIONS(6441), 1, anon_sym_requires, STATE(5289), 1, sym_trailing_return_type, STATE(5399), 1, sym_requires_clause, ACTIONS(5098), 2, anon_sym_final, anon_sym_override, STATE(5055), 2, sym_noexcept, sym_throw_specifier, STATE(5060), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(5311), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, ACTIONS(6423), 8, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, anon_sym_try, [177324] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(6544), 1, anon_sym_LPAREN2, ACTIONS(6546), 1, anon_sym_STAR, ACTIONS(6548), 1, anon_sym_AMP_AMP, ACTIONS(6550), 1, anon_sym_AMP, ACTIONS(6552), 1, anon_sym_LBRACK, STATE(3818), 1, sym_parameter_list, STATE(5360), 1, sym__abstract_declarator, STATE(5447), 1, sym__function_declarator_seq, STATE(5438), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, ACTIONS(6504), 11, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_try, anon_sym_requires, [177372] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5025), 1, anon_sym___declspec, ACTIONS(5295), 1, anon_sym_LBRACE, ACTIONS(6175), 1, anon_sym_COLON, ACTIONS(7579), 1, anon_sym_COLON_COLON, ACTIONS(7712), 1, sym_identifier, STATE(2857), 1, sym_template_type, STATE(3259), 1, sym_field_declaration_list, STATE(3262), 1, sym__class_declaration, STATE(5098), 1, sym_ms_declspec_modifier, STATE(5804), 1, sym__scope_resolution, STATE(6112), 1, sym_virtual_specifier, STATE(6636), 1, sym_base_class_clause, ACTIONS(4702), 2, anon_sym_final, anon_sym_override, STATE(2693), 2, sym__class_name, sym_qualified_type_identifier, STATE(5099), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, [177437] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(45), 1, anon_sym___based, ACTIONS(1899), 1, anon_sym_LBRACE, ACTIONS(1931), 1, anon_sym_operator, ACTIONS(6645), 1, sym_identifier, ACTIONS(6647), 1, anon_sym_LPAREN2, ACTIONS(6649), 1, anon_sym_STAR, ACTIONS(6651), 1, anon_sym_AMP_AMP, ACTIONS(6653), 1, anon_sym_AMP, ACTIONS(7765), 1, anon_sym_SEMI, ACTIONS(7767), 1, anon_sym_EQ, ACTIONS(7769), 1, anon_sym_COLON, STATE(5004), 1, sym__field_declarator, STATE(7057), 1, sym_bitfield_clause, STATE(7058), 1, sym_initializer_list, STATE(7159), 1, sym_ms_based_modifier, STATE(5685), 8, sym_parenthesized_field_declarator, sym_attributed_field_declarator, sym_pointer_field_declarator, sym_function_field_declarator, sym_array_field_declarator, sym_reference_field_declarator, sym_template_method, sym_operator_name, [177496] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(4578), 1, anon_sym_COLON_COLON, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5025), 1, anon_sym___declspec, ACTIONS(6173), 1, anon_sym_LBRACE, ACTIONS(6175), 1, anon_sym_COLON, ACTIONS(7771), 1, sym_identifier, STATE(3582), 1, sym_template_type, STATE(3692), 1, sym_field_declaration_list, STATE(3706), 1, sym__class_declaration, STATE(5038), 1, sym_ms_declspec_modifier, STATE(5722), 1, sym__scope_resolution, STATE(6138), 1, sym_virtual_specifier, STATE(6612), 1, sym_base_class_clause, ACTIONS(4702), 2, anon_sym_final, anon_sym_override, STATE(3866), 2, sym__class_name, sym_qualified_type_identifier, STATE(5093), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, [177561] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(4578), 1, anon_sym_COLON_COLON, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5025), 1, anon_sym___declspec, ACTIONS(6173), 1, anon_sym_LBRACE, ACTIONS(6175), 1, anon_sym_COLON, ACTIONS(7771), 1, sym_identifier, STATE(3582), 1, sym_template_type, STATE(3692), 1, sym_field_declaration_list, STATE(3705), 1, sym__class_declaration, STATE(5038), 1, sym_ms_declspec_modifier, STATE(5722), 1, sym__scope_resolution, STATE(6138), 1, sym_virtual_specifier, STATE(6612), 1, sym_base_class_clause, ACTIONS(4702), 2, anon_sym_final, anon_sym_override, STATE(3866), 2, sym__class_name, sym_qualified_type_identifier, STATE(5093), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, [177626] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(4578), 1, anon_sym_COLON_COLON, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5025), 1, anon_sym___declspec, ACTIONS(6173), 1, anon_sym_LBRACE, ACTIONS(6175), 1, anon_sym_COLON, ACTIONS(7771), 1, sym_identifier, STATE(3582), 1, sym_template_type, STATE(3692), 1, sym_field_declaration_list, STATE(3699), 1, sym__class_declaration, STATE(5038), 1, sym_ms_declspec_modifier, STATE(5722), 1, sym__scope_resolution, STATE(6138), 1, sym_virtual_specifier, STATE(6612), 1, sym_base_class_clause, ACTIONS(4702), 2, anon_sym_final, anon_sym_override, STATE(3866), 2, sym__class_name, sym_qualified_type_identifier, STATE(5093), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, [177691] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5025), 1, anon_sym___declspec, ACTIONS(5096), 1, anon_sym_LBRACE, ACTIONS(6175), 1, anon_sym_COLON, ACTIONS(7551), 1, anon_sym_COLON_COLON, ACTIONS(7722), 1, sym_identifier, STATE(2514), 1, sym_template_type, STATE(2787), 1, sym__class_declaration, STATE(2788), 1, sym_field_declaration_list, STATE(5048), 1, sym_ms_declspec_modifier, STATE(5726), 1, sym__scope_resolution, STATE(6146), 1, sym_virtual_specifier, STATE(6754), 1, sym_base_class_clause, ACTIONS(4702), 2, anon_sym_final, anon_sym_override, STATE(2356), 2, sym__class_name, sym_qualified_type_identifier, STATE(5046), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, [177756] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5025), 1, anon_sym___declspec, ACTIONS(5096), 1, anon_sym_LBRACE, ACTIONS(6175), 1, anon_sym_COLON, ACTIONS(7551), 1, anon_sym_COLON_COLON, ACTIONS(7722), 1, sym_identifier, STATE(2514), 1, sym_template_type, STATE(2786), 1, sym__class_declaration, STATE(2788), 1, sym_field_declaration_list, STATE(5048), 1, sym_ms_declspec_modifier, STATE(5726), 1, sym__scope_resolution, STATE(6146), 1, sym_virtual_specifier, STATE(6754), 1, sym_base_class_clause, ACTIONS(4702), 2, anon_sym_final, anon_sym_override, STATE(2356), 2, sym__class_name, sym_qualified_type_identifier, STATE(5046), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, [177821] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5025), 1, anon_sym___declspec, ACTIONS(5096), 1, anon_sym_LBRACE, ACTIONS(6175), 1, anon_sym_COLON, ACTIONS(7551), 1, anon_sym_COLON_COLON, ACTIONS(7722), 1, sym_identifier, STATE(2514), 1, sym_template_type, STATE(2785), 1, sym__class_declaration, STATE(2788), 1, sym_field_declaration_list, STATE(5048), 1, sym_ms_declspec_modifier, STATE(5726), 1, sym__scope_resolution, STATE(6146), 1, sym_virtual_specifier, STATE(6754), 1, sym_base_class_clause, ACTIONS(4702), 2, anon_sym_final, anon_sym_override, STATE(2356), 2, sym__class_name, sym_qualified_type_identifier, STATE(5046), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, [177886] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(45), 1, anon_sym___based, ACTIONS(1899), 1, anon_sym_LBRACE, ACTIONS(1931), 1, anon_sym_operator, ACTIONS(6645), 1, sym_identifier, ACTIONS(6647), 1, anon_sym_LPAREN2, ACTIONS(6649), 1, anon_sym_STAR, ACTIONS(6651), 1, anon_sym_AMP_AMP, ACTIONS(6653), 1, anon_sym_AMP, ACTIONS(7769), 1, anon_sym_COLON, ACTIONS(7773), 1, anon_sym_SEMI, ACTIONS(7775), 1, anon_sym_EQ, STATE(5061), 1, sym__field_declarator, STATE(7151), 1, sym_initializer_list, STATE(7156), 1, sym_bitfield_clause, STATE(7159), 1, sym_ms_based_modifier, STATE(5685), 8, sym_parenthesized_field_declarator, sym_attributed_field_declarator, sym_pointer_field_declarator, sym_function_field_declarator, sym_array_field_declarator, sym_reference_field_declarator, sym_template_method, sym_operator_name, [177945] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(4578), 1, anon_sym_COLON_COLON, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5025), 1, anon_sym___declspec, ACTIONS(6173), 1, anon_sym_LBRACE, ACTIONS(6175), 1, anon_sym_COLON, ACTIONS(7771), 1, sym_identifier, STATE(3582), 1, sym_template_type, STATE(3692), 1, sym_field_declaration_list, STATE(3706), 1, sym__class_declaration, STATE(5038), 1, sym_ms_declspec_modifier, STATE(5722), 1, sym__scope_resolution, STATE(6138), 1, sym_virtual_specifier, STATE(6612), 1, sym_base_class_clause, ACTIONS(4702), 2, anon_sym_final, anon_sym_override, STATE(3870), 2, sym__class_name, sym_qualified_type_identifier, STATE(5093), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, [178010] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(4578), 1, anon_sym_COLON_COLON, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5025), 1, anon_sym___declspec, ACTIONS(6173), 1, anon_sym_LBRACE, ACTIONS(6175), 1, anon_sym_COLON, ACTIONS(7771), 1, sym_identifier, STATE(3582), 1, sym_template_type, STATE(3692), 1, sym_field_declaration_list, STATE(3705), 1, sym__class_declaration, STATE(5038), 1, sym_ms_declspec_modifier, STATE(5722), 1, sym__scope_resolution, STATE(6138), 1, sym_virtual_specifier, STATE(6612), 1, sym_base_class_clause, ACTIONS(4702), 2, anon_sym_final, anon_sym_override, STATE(3870), 2, sym__class_name, sym_qualified_type_identifier, STATE(5093), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, [178075] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(4578), 1, anon_sym_COLON_COLON, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5025), 1, anon_sym___declspec, ACTIONS(6173), 1, anon_sym_LBRACE, ACTIONS(6175), 1, anon_sym_COLON, ACTIONS(7771), 1, sym_identifier, STATE(3582), 1, sym_template_type, STATE(3692), 1, sym_field_declaration_list, STATE(3699), 1, sym__class_declaration, STATE(5038), 1, sym_ms_declspec_modifier, STATE(5722), 1, sym__scope_resolution, STATE(6138), 1, sym_virtual_specifier, STATE(6612), 1, sym_base_class_clause, ACTIONS(4702), 2, anon_sym_final, anon_sym_override, STATE(3870), 2, sym__class_name, sym_qualified_type_identifier, STATE(5093), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, [178140] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5025), 1, anon_sym___declspec, ACTIONS(5281), 1, anon_sym_COLON_COLON, ACTIONS(6175), 1, anon_sym_COLON, ACTIONS(6498), 1, anon_sym_LBRACE, ACTIONS(7777), 1, sym_identifier, STATE(3582), 1, sym_template_type, STATE(3952), 1, sym__class_declaration, STATE(3955), 1, sym_field_declaration_list, STATE(5027), 1, sym_ms_declspec_modifier, STATE(5749), 1, sym__scope_resolution, STATE(5989), 1, sym_virtual_specifier, STATE(6777), 1, sym_base_class_clause, ACTIONS(4702), 2, anon_sym_final, anon_sym_override, STATE(3855), 2, sym__class_name, sym_qualified_type_identifier, STATE(5030), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, [178205] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5025), 1, anon_sym___declspec, ACTIONS(5281), 1, anon_sym_COLON_COLON, ACTIONS(6175), 1, anon_sym_COLON, ACTIONS(6498), 1, anon_sym_LBRACE, ACTIONS(7777), 1, sym_identifier, STATE(3582), 1, sym_template_type, STATE(3951), 1, sym__class_declaration, STATE(3955), 1, sym_field_declaration_list, STATE(5027), 1, sym_ms_declspec_modifier, STATE(5749), 1, sym__scope_resolution, STATE(5989), 1, sym_virtual_specifier, STATE(6777), 1, sym_base_class_clause, ACTIONS(4702), 2, anon_sym_final, anon_sym_override, STATE(3855), 2, sym__class_name, sym_qualified_type_identifier, STATE(5030), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, [178270] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5025), 1, anon_sym___declspec, ACTIONS(5281), 1, anon_sym_COLON_COLON, ACTIONS(6175), 1, anon_sym_COLON, ACTIONS(6498), 1, anon_sym_LBRACE, ACTIONS(7777), 1, sym_identifier, STATE(3582), 1, sym_template_type, STATE(3948), 1, sym__class_declaration, STATE(3955), 1, sym_field_declaration_list, STATE(5027), 1, sym_ms_declspec_modifier, STATE(5749), 1, sym__scope_resolution, STATE(5989), 1, sym_virtual_specifier, STATE(6777), 1, sym_base_class_clause, ACTIONS(4702), 2, anon_sym_final, anon_sym_override, STATE(3855), 2, sym__class_name, sym_qualified_type_identifier, STATE(5030), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, [178335] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5025), 1, anon_sym___declspec, ACTIONS(5333), 1, anon_sym_LBRACE, ACTIONS(6175), 1, anon_sym_COLON, ACTIONS(6336), 1, anon_sym_COLON_COLON, ACTIONS(7779), 1, sym_identifier, STATE(2869), 1, sym_template_type, STATE(3107), 1, sym__class_declaration, STATE(3108), 1, sym_field_declaration_list, STATE(5105), 1, sym_ms_declspec_modifier, STATE(5758), 1, sym__scope_resolution, STATE(6086), 1, sym_virtual_specifier, STATE(6639), 1, sym_base_class_clause, ACTIONS(4702), 2, anon_sym_final, anon_sym_override, STATE(2826), 2, sym__class_name, sym_qualified_type_identifier, STATE(5101), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, [178400] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5025), 1, anon_sym___declspec, ACTIONS(5333), 1, anon_sym_LBRACE, ACTIONS(6175), 1, anon_sym_COLON, ACTIONS(6336), 1, anon_sym_COLON_COLON, ACTIONS(7779), 1, sym_identifier, STATE(2869), 1, sym_template_type, STATE(3106), 1, sym__class_declaration, STATE(3108), 1, sym_field_declaration_list, STATE(5105), 1, sym_ms_declspec_modifier, STATE(5758), 1, sym__scope_resolution, STATE(6086), 1, sym_virtual_specifier, STATE(6639), 1, sym_base_class_clause, ACTIONS(4702), 2, anon_sym_final, anon_sym_override, STATE(2826), 2, sym__class_name, sym_qualified_type_identifier, STATE(5101), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, [178465] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5025), 1, anon_sym___declspec, ACTIONS(5333), 1, anon_sym_LBRACE, ACTIONS(6175), 1, anon_sym_COLON, ACTIONS(6336), 1, anon_sym_COLON_COLON, ACTIONS(7779), 1, sym_identifier, STATE(2869), 1, sym_template_type, STATE(3105), 1, sym__class_declaration, STATE(3108), 1, sym_field_declaration_list, STATE(5105), 1, sym_ms_declspec_modifier, STATE(5758), 1, sym__scope_resolution, STATE(6086), 1, sym_virtual_specifier, STATE(6639), 1, sym_base_class_clause, ACTIONS(4702), 2, anon_sym_final, anon_sym_override, STATE(2826), 2, sym__class_name, sym_qualified_type_identifier, STATE(5101), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, [178530] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(4578), 1, anon_sym_COLON_COLON, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5025), 1, anon_sym___declspec, ACTIONS(6173), 1, anon_sym_LBRACE, ACTIONS(6175), 1, anon_sym_COLON, ACTIONS(7771), 1, sym_identifier, STATE(3582), 1, sym_template_type, STATE(3692), 1, sym_field_declaration_list, STATE(3706), 1, sym__class_declaration, STATE(5038), 1, sym_ms_declspec_modifier, STATE(5722), 1, sym__scope_resolution, STATE(6138), 1, sym_virtual_specifier, STATE(6612), 1, sym_base_class_clause, ACTIONS(4702), 2, anon_sym_final, anon_sym_override, STATE(3860), 2, sym__class_name, sym_qualified_type_identifier, STATE(5093), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, [178595] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(4578), 1, anon_sym_COLON_COLON, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5025), 1, anon_sym___declspec, ACTIONS(6173), 1, anon_sym_LBRACE, ACTIONS(6175), 1, anon_sym_COLON, ACTIONS(7771), 1, sym_identifier, STATE(3582), 1, sym_template_type, STATE(3692), 1, sym_field_declaration_list, STATE(3706), 1, sym__class_declaration, STATE(5038), 1, sym_ms_declspec_modifier, STATE(5722), 1, sym__scope_resolution, STATE(6138), 1, sym_virtual_specifier, STATE(6612), 1, sym_base_class_clause, ACTIONS(4702), 2, anon_sym_final, anon_sym_override, STATE(3871), 2, sym__class_name, sym_qualified_type_identifier, STATE(5093), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, [178660] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(4578), 1, anon_sym_COLON_COLON, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5025), 1, anon_sym___declspec, ACTIONS(6173), 1, anon_sym_LBRACE, ACTIONS(6175), 1, anon_sym_COLON, ACTIONS(7771), 1, sym_identifier, STATE(3582), 1, sym_template_type, STATE(3692), 1, sym_field_declaration_list, STATE(3706), 1, sym__class_declaration, STATE(5038), 1, sym_ms_declspec_modifier, STATE(5722), 1, sym__scope_resolution, STATE(6138), 1, sym_virtual_specifier, STATE(6612), 1, sym_base_class_clause, ACTIONS(4702), 2, anon_sym_final, anon_sym_override, STATE(3857), 2, sym__class_name, sym_qualified_type_identifier, STATE(5093), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, [178725] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(4578), 1, anon_sym_COLON_COLON, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5025), 1, anon_sym___declspec, ACTIONS(6173), 1, anon_sym_LBRACE, ACTIONS(6175), 1, anon_sym_COLON, ACTIONS(7771), 1, sym_identifier, STATE(3582), 1, sym_template_type, STATE(3692), 1, sym_field_declaration_list, STATE(3705), 1, sym__class_declaration, STATE(5038), 1, sym_ms_declspec_modifier, STATE(5722), 1, sym__scope_resolution, STATE(6138), 1, sym_virtual_specifier, STATE(6612), 1, sym_base_class_clause, ACTIONS(4702), 2, anon_sym_final, anon_sym_override, STATE(3871), 2, sym__class_name, sym_qualified_type_identifier, STATE(5093), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, [178790] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(4578), 1, anon_sym_COLON_COLON, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5025), 1, anon_sym___declspec, ACTIONS(6173), 1, anon_sym_LBRACE, ACTIONS(6175), 1, anon_sym_COLON, ACTIONS(7771), 1, sym_identifier, STATE(3582), 1, sym_template_type, STATE(3692), 1, sym_field_declaration_list, STATE(3699), 1, sym__class_declaration, STATE(5038), 1, sym_ms_declspec_modifier, STATE(5722), 1, sym__scope_resolution, STATE(6138), 1, sym_virtual_specifier, STATE(6612), 1, sym_base_class_clause, ACTIONS(4702), 2, anon_sym_final, anon_sym_override, STATE(3871), 2, sym__class_name, sym_qualified_type_identifier, STATE(5093), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, [178855] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5025), 1, anon_sym___declspec, ACTIONS(5204), 1, anon_sym_LBRACE, ACTIONS(6175), 1, anon_sym_COLON, ACTIONS(7529), 1, anon_sym_COLON_COLON, ACTIONS(7732), 1, sym_identifier, STATE(2562), 1, sym_template_type, STATE(2879), 1, sym__class_declaration, STATE(2941), 1, sym_field_declaration_list, STATE(4995), 1, sym_ms_declspec_modifier, STATE(5734), 1, sym__scope_resolution, STATE(6057), 1, sym_virtual_specifier, STATE(6813), 1, sym_base_class_clause, ACTIONS(4702), 2, anon_sym_final, anon_sym_override, STATE(2416), 2, sym__class_name, sym_qualified_type_identifier, STATE(4996), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, [178920] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5025), 1, anon_sym___declspec, ACTIONS(5204), 1, anon_sym_LBRACE, ACTIONS(6175), 1, anon_sym_COLON, ACTIONS(7529), 1, anon_sym_COLON_COLON, ACTIONS(7732), 1, sym_identifier, STATE(2562), 1, sym_template_type, STATE(2931), 1, sym__class_declaration, STATE(2941), 1, sym_field_declaration_list, STATE(4995), 1, sym_ms_declspec_modifier, STATE(5734), 1, sym__scope_resolution, STATE(6057), 1, sym_virtual_specifier, STATE(6813), 1, sym_base_class_clause, ACTIONS(4702), 2, anon_sym_final, anon_sym_override, STATE(2416), 2, sym__class_name, sym_qualified_type_identifier, STATE(4996), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, [178985] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(4578), 1, anon_sym_COLON_COLON, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5025), 1, anon_sym___declspec, ACTIONS(6173), 1, anon_sym_LBRACE, ACTIONS(6175), 1, anon_sym_COLON, ACTIONS(7771), 1, sym_identifier, STATE(3582), 1, sym_template_type, STATE(3692), 1, sym_field_declaration_list, STATE(3705), 1, sym__class_declaration, STATE(5038), 1, sym_ms_declspec_modifier, STATE(5722), 1, sym__scope_resolution, STATE(6138), 1, sym_virtual_specifier, STATE(6612), 1, sym_base_class_clause, ACTIONS(4702), 2, anon_sym_final, anon_sym_override, STATE(3857), 2, sym__class_name, sym_qualified_type_identifier, STATE(5093), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, [179050] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5025), 1, anon_sym___declspec, ACTIONS(5204), 1, anon_sym_LBRACE, ACTIONS(6175), 1, anon_sym_COLON, ACTIONS(7529), 1, anon_sym_COLON_COLON, ACTIONS(7732), 1, sym_identifier, STATE(2562), 1, sym_template_type, STATE(2863), 1, sym__class_declaration, STATE(2941), 1, sym_field_declaration_list, STATE(4995), 1, sym_ms_declspec_modifier, STATE(5734), 1, sym__scope_resolution, STATE(6057), 1, sym_virtual_specifier, STATE(6813), 1, sym_base_class_clause, ACTIONS(4702), 2, anon_sym_final, anon_sym_override, STATE(2416), 2, sym__class_name, sym_qualified_type_identifier, STATE(4996), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, [179115] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(4578), 1, anon_sym_COLON_COLON, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5025), 1, anon_sym___declspec, ACTIONS(6173), 1, anon_sym_LBRACE, ACTIONS(6175), 1, anon_sym_COLON, ACTIONS(7771), 1, sym_identifier, STATE(3582), 1, sym_template_type, STATE(3692), 1, sym_field_declaration_list, STATE(3699), 1, sym__class_declaration, STATE(5038), 1, sym_ms_declspec_modifier, STATE(5722), 1, sym__scope_resolution, STATE(6138), 1, sym_virtual_specifier, STATE(6612), 1, sym_base_class_clause, ACTIONS(4702), 2, anon_sym_final, anon_sym_override, STATE(3857), 2, sym__class_name, sym_qualified_type_identifier, STATE(5093), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, [179180] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5025), 1, anon_sym___declspec, ACTIONS(5295), 1, anon_sym_LBRACE, ACTIONS(6175), 1, anon_sym_COLON, ACTIONS(7579), 1, anon_sym_COLON_COLON, ACTIONS(7712), 1, sym_identifier, STATE(2857), 1, sym_template_type, STATE(3259), 1, sym_field_declaration_list, STATE(3261), 1, sym__class_declaration, STATE(5098), 1, sym_ms_declspec_modifier, STATE(5804), 1, sym__scope_resolution, STATE(6112), 1, sym_virtual_specifier, STATE(6636), 1, sym_base_class_clause, ACTIONS(4702), 2, anon_sym_final, anon_sym_override, STATE(2693), 2, sym__class_name, sym_qualified_type_identifier, STATE(5099), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, [179245] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5025), 1, anon_sym___declspec, ACTIONS(5295), 1, anon_sym_LBRACE, ACTIONS(6175), 1, anon_sym_COLON, ACTIONS(7579), 1, anon_sym_COLON_COLON, ACTIONS(7712), 1, sym_identifier, STATE(2857), 1, sym_template_type, STATE(3259), 1, sym_field_declaration_list, STATE(3260), 1, sym__class_declaration, STATE(5098), 1, sym_ms_declspec_modifier, STATE(5804), 1, sym__scope_resolution, STATE(6112), 1, sym_virtual_specifier, STATE(6636), 1, sym_base_class_clause, ACTIONS(4702), 2, anon_sym_final, anon_sym_override, STATE(2693), 2, sym__class_name, sym_qualified_type_identifier, STATE(5099), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, [179310] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(6437), 1, anon_sym_noexcept, ACTIONS(6439), 1, anon_sym_throw, ACTIONS(6478), 1, anon_sym_LBRACK_LBRACK, ACTIONS(6494), 1, anon_sym_DASH_GT, ACTIONS(6496), 1, anon_sym_requires, ACTIONS(7763), 1, anon_sym_LBRACK, STATE(5323), 1, sym_trailing_return_type, STATE(5437), 1, sym_requires_clause, ACTIONS(5098), 2, anon_sym_final, anon_sym_override, STATE(5117), 2, sym_noexcept, sym_throw_specifier, STATE(5119), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(5247), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, ACTIONS(7761), 7, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, anon_sym_try, [179363] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5025), 1, anon_sym___declspec, ACTIONS(5333), 1, anon_sym_LBRACE, ACTIONS(6175), 1, anon_sym_COLON, ACTIONS(7515), 1, anon_sym_COLON_COLON, ACTIONS(7742), 1, sym_identifier, STATE(2869), 1, sym_template_type, STATE(3107), 1, sym__class_declaration, STATE(3108), 1, sym_field_declaration_list, STATE(5013), 1, sym_ms_declspec_modifier, STATE(5766), 1, sym__scope_resolution, STATE(6086), 1, sym_virtual_specifier, STATE(6639), 1, sym_base_class_clause, ACTIONS(4702), 2, anon_sym_final, anon_sym_override, STATE(2826), 2, sym__class_name, sym_qualified_type_identifier, STATE(5014), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, [179428] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5025), 1, anon_sym___declspec, ACTIONS(5333), 1, anon_sym_LBRACE, ACTIONS(6175), 1, anon_sym_COLON, ACTIONS(7515), 1, anon_sym_COLON_COLON, ACTIONS(7742), 1, sym_identifier, STATE(2869), 1, sym_template_type, STATE(3106), 1, sym__class_declaration, STATE(3108), 1, sym_field_declaration_list, STATE(5013), 1, sym_ms_declspec_modifier, STATE(5766), 1, sym__scope_resolution, STATE(6086), 1, sym_virtual_specifier, STATE(6639), 1, sym_base_class_clause, ACTIONS(4702), 2, anon_sym_final, anon_sym_override, STATE(2826), 2, sym__class_name, sym_qualified_type_identifier, STATE(5014), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, [179493] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5025), 1, anon_sym___declspec, ACTIONS(5333), 1, anon_sym_LBRACE, ACTIONS(6175), 1, anon_sym_COLON, ACTIONS(7515), 1, anon_sym_COLON_COLON, ACTIONS(7742), 1, sym_identifier, STATE(2869), 1, sym_template_type, STATE(3105), 1, sym__class_declaration, STATE(3108), 1, sym_field_declaration_list, STATE(5013), 1, sym_ms_declspec_modifier, STATE(5766), 1, sym__scope_resolution, STATE(6086), 1, sym_virtual_specifier, STATE(6639), 1, sym_base_class_clause, ACTIONS(4702), 2, anon_sym_final, anon_sym_override, STATE(2826), 2, sym__class_name, sym_qualified_type_identifier, STATE(5014), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, [179558] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(45), 1, anon_sym___based, ACTIONS(1899), 1, anon_sym_LBRACE, ACTIONS(1931), 1, anon_sym_operator, ACTIONS(6645), 1, sym_identifier, ACTIONS(6647), 1, anon_sym_LPAREN2, ACTIONS(6649), 1, anon_sym_STAR, ACTIONS(6651), 1, anon_sym_AMP_AMP, ACTIONS(6653), 1, anon_sym_AMP, ACTIONS(7769), 1, anon_sym_COLON, ACTIONS(7781), 1, anon_sym_SEMI, ACTIONS(7783), 1, anon_sym_EQ, STATE(5034), 1, sym__field_declarator, STATE(7159), 1, sym_ms_based_modifier, STATE(7275), 1, sym_bitfield_clause, STATE(7278), 1, sym_initializer_list, STATE(5685), 8, sym_parenthesized_field_declarator, sym_attributed_field_declarator, sym_pointer_field_declarator, sym_function_field_declarator, sym_array_field_declarator, sym_reference_field_declarator, sym_template_method, sym_operator_name, [179617] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(4578), 1, anon_sym_COLON_COLON, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5025), 1, anon_sym___declspec, ACTIONS(6173), 1, anon_sym_LBRACE, ACTIONS(6175), 1, anon_sym_COLON, ACTIONS(7771), 1, sym_identifier, STATE(3582), 1, sym_template_type, STATE(3692), 1, sym_field_declaration_list, STATE(3705), 1, sym__class_declaration, STATE(5038), 1, sym_ms_declspec_modifier, STATE(5722), 1, sym__scope_resolution, STATE(6138), 1, sym_virtual_specifier, STATE(6612), 1, sym_base_class_clause, ACTIONS(4702), 2, anon_sym_final, anon_sym_override, STATE(3860), 2, sym__class_name, sym_qualified_type_identifier, STATE(5093), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, [179682] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(4578), 1, anon_sym_COLON_COLON, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5025), 1, anon_sym___declspec, ACTIONS(6173), 1, anon_sym_LBRACE, ACTIONS(6175), 1, anon_sym_COLON, ACTIONS(7771), 1, sym_identifier, STATE(3582), 1, sym_template_type, STATE(3692), 1, sym_field_declaration_list, STATE(3699), 1, sym__class_declaration, STATE(5038), 1, sym_ms_declspec_modifier, STATE(5722), 1, sym__scope_resolution, STATE(6138), 1, sym_virtual_specifier, STATE(6612), 1, sym_base_class_clause, ACTIONS(4702), 2, anon_sym_final, anon_sym_override, STATE(3860), 2, sym__class_name, sym_qualified_type_identifier, STATE(5093), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, [179747] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(4578), 1, anon_sym_COLON_COLON, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5025), 1, anon_sym___declspec, ACTIONS(6173), 1, anon_sym_LBRACE, ACTIONS(6175), 1, anon_sym_COLON, ACTIONS(7771), 1, sym_identifier, STATE(3582), 1, sym_template_type, STATE(3692), 1, sym_field_declaration_list, STATE(3699), 1, sym__class_declaration, STATE(5038), 1, sym_ms_declspec_modifier, STATE(5722), 1, sym__scope_resolution, STATE(6138), 1, sym_virtual_specifier, STATE(6612), 1, sym_base_class_clause, ACTIONS(4702), 2, anon_sym_final, anon_sym_override, STATE(3869), 2, sym__class_name, sym_qualified_type_identifier, STATE(5093), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, [179812] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5025), 1, anon_sym___declspec, ACTIONS(6175), 1, anon_sym_COLON, ACTIONS(6308), 1, anon_sym_COLON_COLON, ACTIONS(6498), 1, anon_sym_LBRACE, ACTIONS(7785), 1, sym_identifier, STATE(3582), 1, sym_template_type, STATE(3952), 1, sym__class_declaration, STATE(3955), 1, sym_field_declaration_list, STATE(4989), 1, sym_ms_declspec_modifier, STATE(5778), 1, sym__scope_resolution, STATE(5989), 1, sym_virtual_specifier, STATE(6777), 1, sym_base_class_clause, ACTIONS(4702), 2, anon_sym_final, anon_sym_override, STATE(3855), 2, sym__class_name, sym_qualified_type_identifier, STATE(4986), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, [179877] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(4578), 1, anon_sym_COLON_COLON, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5025), 1, anon_sym___declspec, ACTIONS(6173), 1, anon_sym_LBRACE, ACTIONS(6175), 1, anon_sym_COLON, ACTIONS(7771), 1, sym_identifier, STATE(3582), 1, sym_template_type, STATE(3692), 1, sym_field_declaration_list, STATE(3705), 1, sym__class_declaration, STATE(5038), 1, sym_ms_declspec_modifier, STATE(5722), 1, sym__scope_resolution, STATE(6138), 1, sym_virtual_specifier, STATE(6612), 1, sym_base_class_clause, ACTIONS(4702), 2, anon_sym_final, anon_sym_override, STATE(3869), 2, sym__class_name, sym_qualified_type_identifier, STATE(5093), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, [179942] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(4578), 1, anon_sym_COLON_COLON, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5025), 1, anon_sym___declspec, ACTIONS(6173), 1, anon_sym_LBRACE, ACTIONS(6175), 1, anon_sym_COLON, ACTIONS(7771), 1, sym_identifier, STATE(3582), 1, sym_template_type, STATE(3692), 1, sym_field_declaration_list, STATE(3706), 1, sym__class_declaration, STATE(5038), 1, sym_ms_declspec_modifier, STATE(5722), 1, sym__scope_resolution, STATE(6138), 1, sym_virtual_specifier, STATE(6612), 1, sym_base_class_clause, ACTIONS(4702), 2, anon_sym_final, anon_sym_override, STATE(3869), 2, sym__class_name, sym_qualified_type_identifier, STATE(5093), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, [180007] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5025), 1, anon_sym___declspec, ACTIONS(6175), 1, anon_sym_COLON, ACTIONS(6308), 1, anon_sym_COLON_COLON, ACTIONS(6498), 1, anon_sym_LBRACE, ACTIONS(7785), 1, sym_identifier, STATE(3582), 1, sym_template_type, STATE(3951), 1, sym__class_declaration, STATE(3955), 1, sym_field_declaration_list, STATE(4989), 1, sym_ms_declspec_modifier, STATE(5778), 1, sym__scope_resolution, STATE(5989), 1, sym_virtual_specifier, STATE(6777), 1, sym_base_class_clause, ACTIONS(4702), 2, anon_sym_final, anon_sym_override, STATE(3855), 2, sym__class_name, sym_qualified_type_identifier, STATE(4986), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, [180072] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(6437), 1, anon_sym_noexcept, ACTIONS(6439), 1, anon_sym_throw, ACTIONS(6478), 1, anon_sym_LBRACK_LBRACK, ACTIONS(6494), 1, anon_sym_DASH_GT, ACTIONS(6496), 1, anon_sym_requires, ACTIONS(6540), 1, anon_sym_LBRACK, STATE(5318), 1, sym_trailing_return_type, STATE(5431), 1, sym_requires_clause, ACTIONS(5098), 2, anon_sym_final, anon_sym_override, STATE(5124), 2, sym_noexcept, sym_throw_specifier, STATE(5125), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(5234), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, ACTIONS(6538), 7, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, anon_sym_try, [180125] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5025), 1, anon_sym___declspec, ACTIONS(6175), 1, anon_sym_COLON, ACTIONS(6308), 1, anon_sym_COLON_COLON, ACTIONS(6498), 1, anon_sym_LBRACE, ACTIONS(7785), 1, sym_identifier, STATE(3582), 1, sym_template_type, STATE(3948), 1, sym__class_declaration, STATE(3955), 1, sym_field_declaration_list, STATE(4989), 1, sym_ms_declspec_modifier, STATE(5778), 1, sym__scope_resolution, STATE(5989), 1, sym_virtual_specifier, STATE(6777), 1, sym_base_class_clause, ACTIONS(4702), 2, anon_sym_final, anon_sym_override, STATE(3855), 2, sym__class_name, sym_qualified_type_identifier, STATE(4986), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, [180190] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5025), 1, anon_sym___declspec, ACTIONS(6173), 1, anon_sym_LBRACE, ACTIONS(6175), 1, anon_sym_COLON, ACTIONS(6322), 1, anon_sym_COLON_COLON, ACTIONS(7787), 1, sym_identifier, STATE(3582), 1, sym_template_type, STATE(3692), 1, sym_field_declaration_list, STATE(3699), 1, sym__class_declaration, STATE(4985), 1, sym_ms_declspec_modifier, STATE(5744), 1, sym__scope_resolution, STATE(6138), 1, sym_virtual_specifier, STATE(6612), 1, sym_base_class_clause, ACTIONS(4702), 2, anon_sym_final, anon_sym_override, STATE(3858), 2, sym__class_name, sym_qualified_type_identifier, STATE(4982), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, [180255] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5025), 1, anon_sym___declspec, ACTIONS(5260), 1, anon_sym_LBRACE, ACTIONS(6175), 1, anon_sym_COLON, ACTIONS(7493), 1, anon_sym_COLON_COLON, ACTIONS(7702), 1, sym_identifier, STATE(2806), 1, sym_template_type, STATE(3149), 1, sym__class_declaration, STATE(3150), 1, sym_field_declaration_list, STATE(5042), 1, sym_ms_declspec_modifier, STATE(5780), 1, sym__scope_resolution, STATE(6176), 1, sym_virtual_specifier, STATE(6953), 1, sym_base_class_clause, ACTIONS(4702), 2, anon_sym_final, anon_sym_override, STATE(2568), 2, sym__class_name, sym_qualified_type_identifier, STATE(5044), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, [180320] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5025), 1, anon_sym___declspec, ACTIONS(5260), 1, anon_sym_LBRACE, ACTIONS(6175), 1, anon_sym_COLON, ACTIONS(7493), 1, anon_sym_COLON_COLON, ACTIONS(7702), 1, sym_identifier, STATE(2806), 1, sym_template_type, STATE(3148), 1, sym__class_declaration, STATE(3150), 1, sym_field_declaration_list, STATE(5042), 1, sym_ms_declspec_modifier, STATE(5780), 1, sym__scope_resolution, STATE(6176), 1, sym_virtual_specifier, STATE(6953), 1, sym_base_class_clause, ACTIONS(4702), 2, anon_sym_final, anon_sym_override, STATE(2568), 2, sym__class_name, sym_qualified_type_identifier, STATE(5044), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, [180385] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5025), 1, anon_sym___declspec, ACTIONS(5260), 1, anon_sym_LBRACE, ACTIONS(6175), 1, anon_sym_COLON, ACTIONS(7493), 1, anon_sym_COLON_COLON, ACTIONS(7702), 1, sym_identifier, STATE(2806), 1, sym_template_type, STATE(3146), 1, sym__class_declaration, STATE(3150), 1, sym_field_declaration_list, STATE(5042), 1, sym_ms_declspec_modifier, STATE(5780), 1, sym__scope_resolution, STATE(6176), 1, sym_virtual_specifier, STATE(6953), 1, sym_base_class_clause, ACTIONS(4702), 2, anon_sym_final, anon_sym_override, STATE(2568), 2, sym__class_name, sym_qualified_type_identifier, STATE(5044), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, [180450] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5025), 1, anon_sym___declspec, ACTIONS(6173), 1, anon_sym_LBRACE, ACTIONS(6175), 1, anon_sym_COLON, ACTIONS(6322), 1, anon_sym_COLON_COLON, ACTIONS(7787), 1, sym_identifier, STATE(3582), 1, sym_template_type, STATE(3692), 1, sym_field_declaration_list, STATE(3705), 1, sym__class_declaration, STATE(4985), 1, sym_ms_declspec_modifier, STATE(5744), 1, sym__scope_resolution, STATE(6138), 1, sym_virtual_specifier, STATE(6612), 1, sym_base_class_clause, ACTIONS(4702), 2, anon_sym_final, anon_sym_override, STATE(3858), 2, sym__class_name, sym_qualified_type_identifier, STATE(4982), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, [180515] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5025), 1, anon_sym___declspec, ACTIONS(6173), 1, anon_sym_LBRACE, ACTIONS(6175), 1, anon_sym_COLON, ACTIONS(6322), 1, anon_sym_COLON_COLON, ACTIONS(7787), 1, sym_identifier, STATE(3582), 1, sym_template_type, STATE(3692), 1, sym_field_declaration_list, STATE(3706), 1, sym__class_declaration, STATE(4985), 1, sym_ms_declspec_modifier, STATE(5744), 1, sym__scope_resolution, STATE(6138), 1, sym_virtual_specifier, STATE(6612), 1, sym_base_class_clause, ACTIONS(4702), 2, anon_sym_final, anon_sym_override, STATE(3858), 2, sym__class_name, sym_qualified_type_identifier, STATE(4982), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, [180580] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5025), 1, anon_sym___declspec, ACTIONS(6173), 1, anon_sym_LBRACE, ACTIONS(6175), 1, anon_sym_COLON, ACTIONS(6308), 1, anon_sym_COLON_COLON, ACTIONS(7785), 1, sym_identifier, STATE(3582), 1, sym_template_type, STATE(3692), 1, sym_field_declaration_list, STATE(3699), 1, sym__class_declaration, STATE(5075), 1, sym_ms_declspec_modifier, STATE(5778), 1, sym__scope_resolution, STATE(6138), 1, sym_virtual_specifier, STATE(6612), 1, sym_base_class_clause, ACTIONS(4702), 2, anon_sym_final, anon_sym_override, STATE(3858), 2, sym__class_name, sym_qualified_type_identifier, STATE(5074), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, [180645] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5025), 1, anon_sym___declspec, ACTIONS(6173), 1, anon_sym_LBRACE, ACTIONS(6175), 1, anon_sym_COLON, ACTIONS(6308), 1, anon_sym_COLON_COLON, ACTIONS(7785), 1, sym_identifier, STATE(3582), 1, sym_template_type, STATE(3692), 1, sym_field_declaration_list, STATE(3705), 1, sym__class_declaration, STATE(5075), 1, sym_ms_declspec_modifier, STATE(5778), 1, sym__scope_resolution, STATE(6138), 1, sym_virtual_specifier, STATE(6612), 1, sym_base_class_clause, ACTIONS(4702), 2, anon_sym_final, anon_sym_override, STATE(3858), 2, sym__class_name, sym_qualified_type_identifier, STATE(5074), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, [180710] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5025), 1, anon_sym___declspec, ACTIONS(6173), 1, anon_sym_LBRACE, ACTIONS(6175), 1, anon_sym_COLON, ACTIONS(6308), 1, anon_sym_COLON_COLON, ACTIONS(7785), 1, sym_identifier, STATE(3582), 1, sym_template_type, STATE(3692), 1, sym_field_declaration_list, STATE(3706), 1, sym__class_declaration, STATE(5075), 1, sym_ms_declspec_modifier, STATE(5778), 1, sym__scope_resolution, STATE(6138), 1, sym_virtual_specifier, STATE(6612), 1, sym_base_class_clause, ACTIONS(4702), 2, anon_sym_final, anon_sym_override, STATE(3858), 2, sym__class_name, sym_qualified_type_identifier, STATE(5074), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, [180775] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(4578), 1, anon_sym_COLON_COLON, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5025), 1, anon_sym___declspec, ACTIONS(6173), 1, anon_sym_LBRACE, ACTIONS(6175), 1, anon_sym_COLON, ACTIONS(7771), 1, sym_identifier, STATE(3582), 1, sym_template_type, STATE(3692), 1, sym_field_declaration_list, STATE(3706), 1, sym__class_declaration, STATE(5038), 1, sym_ms_declspec_modifier, STATE(5722), 1, sym__scope_resolution, STATE(6138), 1, sym_virtual_specifier, STATE(6612), 1, sym_base_class_clause, ACTIONS(4702), 2, anon_sym_final, anon_sym_override, STATE(3637), 2, sym__class_name, sym_qualified_type_identifier, STATE(5093), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, [180840] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5025), 1, anon_sym___declspec, ACTIONS(6175), 1, anon_sym_COLON, ACTIONS(6262), 1, anon_sym_COLON_COLON, ACTIONS(7646), 1, anon_sym_LBRACE, ACTIONS(7789), 1, sym_identifier, STATE(4685), 1, sym_template_type, STATE(4795), 1, sym_field_declaration_list, STATE(4800), 1, sym__class_declaration, STATE(5072), 1, sym_ms_declspec_modifier, STATE(5783), 1, sym__scope_resolution, STATE(6118), 1, sym_virtual_specifier, STATE(6879), 1, sym_base_class_clause, ACTIONS(4702), 2, anon_sym_final, anon_sym_override, STATE(4711), 2, sym__class_name, sym_qualified_type_identifier, STATE(5073), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, [180905] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5025), 1, anon_sym___declspec, ACTIONS(6175), 1, anon_sym_COLON, ACTIONS(6262), 1, anon_sym_COLON_COLON, ACTIONS(7646), 1, anon_sym_LBRACE, ACTIONS(7789), 1, sym_identifier, STATE(4685), 1, sym_template_type, STATE(4795), 1, sym_field_declaration_list, STATE(4805), 1, sym__class_declaration, STATE(5072), 1, sym_ms_declspec_modifier, STATE(5783), 1, sym__scope_resolution, STATE(6118), 1, sym_virtual_specifier, STATE(6879), 1, sym_base_class_clause, ACTIONS(4702), 2, anon_sym_final, anon_sym_override, STATE(4711), 2, sym__class_name, sym_qualified_type_identifier, STATE(5073), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, [180970] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5025), 1, anon_sym___declspec, ACTIONS(6175), 1, anon_sym_COLON, ACTIONS(6262), 1, anon_sym_COLON_COLON, ACTIONS(7646), 1, anon_sym_LBRACE, ACTIONS(7789), 1, sym_identifier, STATE(4685), 1, sym_template_type, STATE(4795), 1, sym_field_declaration_list, STATE(4812), 1, sym__class_declaration, STATE(5072), 1, sym_ms_declspec_modifier, STATE(5783), 1, sym__scope_resolution, STATE(6118), 1, sym_virtual_specifier, STATE(6879), 1, sym_base_class_clause, ACTIONS(4702), 2, anon_sym_final, anon_sym_override, STATE(4711), 2, sym__class_name, sym_qualified_type_identifier, STATE(5073), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, [181035] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(4698), 1, anon_sym_LBRACE, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5025), 1, anon_sym___declspec, ACTIONS(6175), 1, anon_sym_COLON, ACTIONS(6218), 1, anon_sym_COLON_COLON, ACTIONS(7791), 1, sym_identifier, STATE(2227), 1, sym_template_type, STATE(2271), 1, sym__class_declaration, STATE(2272), 1, sym_field_declaration_list, STATE(5036), 1, sym_ms_declspec_modifier, STATE(5775), 1, sym__scope_resolution, STATE(6125), 1, sym_virtual_specifier, STATE(6759), 1, sym_base_class_clause, ACTIONS(4702), 2, anon_sym_final, anon_sym_override, STATE(2182), 2, sym__class_name, sym_qualified_type_identifier, STATE(5028), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, [181100] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(4698), 1, anon_sym_LBRACE, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5025), 1, anon_sym___declspec, ACTIONS(6175), 1, anon_sym_COLON, ACTIONS(6218), 1, anon_sym_COLON_COLON, ACTIONS(7791), 1, sym_identifier, STATE(2227), 1, sym_template_type, STATE(2270), 1, sym__class_declaration, STATE(2272), 1, sym_field_declaration_list, STATE(5036), 1, sym_ms_declspec_modifier, STATE(5775), 1, sym__scope_resolution, STATE(6125), 1, sym_virtual_specifier, STATE(6759), 1, sym_base_class_clause, ACTIONS(4702), 2, anon_sym_final, anon_sym_override, STATE(2182), 2, sym__class_name, sym_qualified_type_identifier, STATE(5028), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, [181165] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(4698), 1, anon_sym_LBRACE, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5025), 1, anon_sym___declspec, ACTIONS(6175), 1, anon_sym_COLON, ACTIONS(6218), 1, anon_sym_COLON_COLON, ACTIONS(7791), 1, sym_identifier, STATE(2227), 1, sym_template_type, STATE(2269), 1, sym__class_declaration, STATE(2272), 1, sym_field_declaration_list, STATE(5036), 1, sym_ms_declspec_modifier, STATE(5775), 1, sym__scope_resolution, STATE(6125), 1, sym_virtual_specifier, STATE(6759), 1, sym_base_class_clause, ACTIONS(4702), 2, anon_sym_final, anon_sym_override, STATE(2182), 2, sym__class_name, sym_qualified_type_identifier, STATE(5028), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, [181230] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(4578), 1, anon_sym_COLON_COLON, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5025), 1, anon_sym___declspec, ACTIONS(6173), 1, anon_sym_LBRACE, ACTIONS(6175), 1, anon_sym_COLON, ACTIONS(7771), 1, sym_identifier, STATE(3582), 1, sym_template_type, STATE(3692), 1, sym_field_declaration_list, STATE(3706), 1, sym__class_declaration, STATE(5038), 1, sym_ms_declspec_modifier, STATE(5722), 1, sym__scope_resolution, STATE(6138), 1, sym_virtual_specifier, STATE(6612), 1, sym_base_class_clause, ACTIONS(4702), 2, anon_sym_final, anon_sym_override, STATE(3872), 2, sym__class_name, sym_qualified_type_identifier, STATE(5093), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, [181295] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5025), 1, anon_sym___declspec, ACTIONS(6175), 1, anon_sym_COLON, ACTIONS(6322), 1, anon_sym_COLON_COLON, ACTIONS(6498), 1, anon_sym_LBRACE, ACTIONS(7787), 1, sym_identifier, STATE(3582), 1, sym_template_type, STATE(3952), 1, sym__class_declaration, STATE(3955), 1, sym_field_declaration_list, STATE(5059), 1, sym_ms_declspec_modifier, STATE(5744), 1, sym__scope_resolution, STATE(5989), 1, sym_virtual_specifier, STATE(6777), 1, sym_base_class_clause, ACTIONS(4702), 2, anon_sym_final, anon_sym_override, STATE(3855), 2, sym__class_name, sym_qualified_type_identifier, STATE(5058), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, [181360] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5025), 1, anon_sym___declspec, ACTIONS(6175), 1, anon_sym_COLON, ACTIONS(6322), 1, anon_sym_COLON_COLON, ACTIONS(6498), 1, anon_sym_LBRACE, ACTIONS(7787), 1, sym_identifier, STATE(3582), 1, sym_template_type, STATE(3951), 1, sym__class_declaration, STATE(3955), 1, sym_field_declaration_list, STATE(5059), 1, sym_ms_declspec_modifier, STATE(5744), 1, sym__scope_resolution, STATE(5989), 1, sym_virtual_specifier, STATE(6777), 1, sym_base_class_clause, ACTIONS(4702), 2, anon_sym_final, anon_sym_override, STATE(3855), 2, sym__class_name, sym_qualified_type_identifier, STATE(5058), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, [181425] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(4578), 1, anon_sym_COLON_COLON, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5025), 1, anon_sym___declspec, ACTIONS(6173), 1, anon_sym_LBRACE, ACTIONS(6175), 1, anon_sym_COLON, ACTIONS(7771), 1, sym_identifier, STATE(3582), 1, sym_template_type, STATE(3692), 1, sym_field_declaration_list, STATE(3705), 1, sym__class_declaration, STATE(5038), 1, sym_ms_declspec_modifier, STATE(5722), 1, sym__scope_resolution, STATE(6138), 1, sym_virtual_specifier, STATE(6612), 1, sym_base_class_clause, ACTIONS(4702), 2, anon_sym_final, anon_sym_override, STATE(3872), 2, sym__class_name, sym_qualified_type_identifier, STATE(5093), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, [181490] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5025), 1, anon_sym___declspec, ACTIONS(6175), 1, anon_sym_COLON, ACTIONS(6322), 1, anon_sym_COLON_COLON, ACTIONS(6498), 1, anon_sym_LBRACE, ACTIONS(7787), 1, sym_identifier, STATE(3582), 1, sym_template_type, STATE(3948), 1, sym__class_declaration, STATE(3955), 1, sym_field_declaration_list, STATE(5059), 1, sym_ms_declspec_modifier, STATE(5744), 1, sym__scope_resolution, STATE(5989), 1, sym_virtual_specifier, STATE(6777), 1, sym_base_class_clause, ACTIONS(4702), 2, anon_sym_final, anon_sym_override, STATE(3855), 2, sym__class_name, sym_qualified_type_identifier, STATE(5058), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, [181555] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(4578), 1, anon_sym_COLON_COLON, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5025), 1, anon_sym___declspec, ACTIONS(6173), 1, anon_sym_LBRACE, ACTIONS(6175), 1, anon_sym_COLON, ACTIONS(7771), 1, sym_identifier, STATE(3582), 1, sym_template_type, STATE(3692), 1, sym_field_declaration_list, STATE(3699), 1, sym__class_declaration, STATE(5038), 1, sym_ms_declspec_modifier, STATE(5722), 1, sym__scope_resolution, STATE(6138), 1, sym_virtual_specifier, STATE(6612), 1, sym_base_class_clause, ACTIONS(4702), 2, anon_sym_final, anon_sym_override, STATE(3872), 2, sym__class_name, sym_qualified_type_identifier, STATE(5093), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, [181620] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(4578), 1, anon_sym_COLON_COLON, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5025), 1, anon_sym___declspec, ACTIONS(6173), 1, anon_sym_LBRACE, ACTIONS(6175), 1, anon_sym_COLON, ACTIONS(7771), 1, sym_identifier, STATE(3582), 1, sym_template_type, STATE(3692), 1, sym_field_declaration_list, STATE(3705), 1, sym__class_declaration, STATE(5038), 1, sym_ms_declspec_modifier, STATE(5722), 1, sym__scope_resolution, STATE(6138), 1, sym_virtual_specifier, STATE(6612), 1, sym_base_class_clause, ACTIONS(4702), 2, anon_sym_final, anon_sym_override, STATE(3637), 2, sym__class_name, sym_qualified_type_identifier, STATE(5093), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, [181685] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(45), 1, anon_sym___based, ACTIONS(1899), 1, anon_sym_LBRACE, ACTIONS(1931), 1, anon_sym_operator, ACTIONS(6645), 1, sym_identifier, ACTIONS(6647), 1, anon_sym_LPAREN2, ACTIONS(6649), 1, anon_sym_STAR, ACTIONS(6651), 1, anon_sym_AMP_AMP, ACTIONS(6653), 1, anon_sym_AMP, ACTIONS(7769), 1, anon_sym_COLON, ACTIONS(7793), 1, anon_sym_SEMI, ACTIONS(7795), 1, anon_sym_EQ, STATE(5023), 1, sym__field_declarator, STATE(7159), 1, sym_ms_based_modifier, STATE(7729), 1, sym_initializer_list, STATE(7731), 1, sym_bitfield_clause, STATE(5685), 8, sym_parenthesized_field_declarator, sym_attributed_field_declarator, sym_pointer_field_declarator, sym_function_field_declarator, sym_array_field_declarator, sym_reference_field_declarator, sym_template_method, sym_operator_name, [181744] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(4578), 1, anon_sym_COLON_COLON, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5025), 1, anon_sym___declspec, ACTIONS(6173), 1, anon_sym_LBRACE, ACTIONS(6175), 1, anon_sym_COLON, ACTIONS(7771), 1, sym_identifier, STATE(3582), 1, sym_template_type, STATE(3692), 1, sym_field_declaration_list, STATE(3699), 1, sym__class_declaration, STATE(5038), 1, sym_ms_declspec_modifier, STATE(5722), 1, sym__scope_resolution, STATE(6138), 1, sym_virtual_specifier, STATE(6612), 1, sym_base_class_clause, ACTIONS(4702), 2, anon_sym_final, anon_sym_override, STATE(3637), 2, sym__class_name, sym_qualified_type_identifier, STATE(5093), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, [181809] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(4572), 1, anon_sym_COLON_COLON, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5025), 1, anon_sym___declspec, ACTIONS(6173), 1, anon_sym_LBRACE, ACTIONS(6175), 1, anon_sym_COLON, ACTIONS(7777), 1, sym_identifier, STATE(3582), 1, sym_template_type, STATE(3692), 1, sym_field_declaration_list, STATE(3699), 1, sym__class_declaration, STATE(4979), 1, sym_ms_declspec_modifier, STATE(5795), 1, sym__scope_resolution, STATE(6138), 1, sym_virtual_specifier, STATE(6612), 1, sym_base_class_clause, ACTIONS(4702), 2, anon_sym_final, anon_sym_override, STATE(3637), 2, sym__class_name, sym_qualified_type_identifier, STATE(5009), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, [181874] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(4572), 1, anon_sym_COLON_COLON, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5025), 1, anon_sym___declspec, ACTIONS(6173), 1, anon_sym_LBRACE, ACTIONS(6175), 1, anon_sym_COLON, ACTIONS(7777), 1, sym_identifier, STATE(3582), 1, sym_template_type, STATE(3692), 1, sym_field_declaration_list, STATE(3705), 1, sym__class_declaration, STATE(4979), 1, sym_ms_declspec_modifier, STATE(5795), 1, sym__scope_resolution, STATE(6138), 1, sym_virtual_specifier, STATE(6612), 1, sym_base_class_clause, ACTIONS(4702), 2, anon_sym_final, anon_sym_override, STATE(3637), 2, sym__class_name, sym_qualified_type_identifier, STATE(5009), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, [181939] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(4572), 1, anon_sym_COLON_COLON, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5025), 1, anon_sym___declspec, ACTIONS(6173), 1, anon_sym_LBRACE, ACTIONS(6175), 1, anon_sym_COLON, ACTIONS(7777), 1, sym_identifier, STATE(3582), 1, sym_template_type, STATE(3692), 1, sym_field_declaration_list, STATE(3706), 1, sym__class_declaration, STATE(4979), 1, sym_ms_declspec_modifier, STATE(5795), 1, sym__scope_resolution, STATE(6138), 1, sym_virtual_specifier, STATE(6612), 1, sym_base_class_clause, ACTIONS(4702), 2, anon_sym_final, anon_sym_override, STATE(3637), 2, sym__class_name, sym_qualified_type_identifier, STATE(5009), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, [182004] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(4578), 1, anon_sym_COLON_COLON, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5025), 1, anon_sym___declspec, ACTIONS(6173), 1, anon_sym_LBRACE, ACTIONS(6175), 1, anon_sym_COLON, ACTIONS(7771), 1, sym_identifier, STATE(3582), 1, sym_template_type, STATE(3692), 1, sym_field_declaration_list, STATE(3706), 1, sym__class_declaration, STATE(5038), 1, sym_ms_declspec_modifier, STATE(5722), 1, sym__scope_resolution, STATE(6138), 1, sym_virtual_specifier, STATE(6612), 1, sym_base_class_clause, ACTIONS(4702), 2, anon_sym_final, anon_sym_override, STATE(3865), 2, sym__class_name, sym_qualified_type_identifier, STATE(5093), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, [182069] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(4578), 1, anon_sym_COLON_COLON, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5025), 1, anon_sym___declspec, ACTIONS(6173), 1, anon_sym_LBRACE, ACTIONS(6175), 1, anon_sym_COLON, ACTIONS(7771), 1, sym_identifier, STATE(3582), 1, sym_template_type, STATE(3692), 1, sym_field_declaration_list, STATE(3705), 1, sym__class_declaration, STATE(5038), 1, sym_ms_declspec_modifier, STATE(5722), 1, sym__scope_resolution, STATE(6138), 1, sym_virtual_specifier, STATE(6612), 1, sym_base_class_clause, ACTIONS(4702), 2, anon_sym_final, anon_sym_override, STATE(3865), 2, sym__class_name, sym_qualified_type_identifier, STATE(5093), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, [182134] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(4578), 1, anon_sym_COLON_COLON, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5025), 1, anon_sym___declspec, ACTIONS(6173), 1, anon_sym_LBRACE, ACTIONS(6175), 1, anon_sym_COLON, ACTIONS(7771), 1, sym_identifier, STATE(3582), 1, sym_template_type, STATE(3692), 1, sym_field_declaration_list, STATE(3699), 1, sym__class_declaration, STATE(5038), 1, sym_ms_declspec_modifier, STATE(5722), 1, sym__scope_resolution, STATE(6138), 1, sym_virtual_specifier, STATE(6612), 1, sym_base_class_clause, ACTIONS(4702), 2, anon_sym_final, anon_sym_override, STATE(3865), 2, sym__class_name, sym_qualified_type_identifier, STATE(5093), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, [182199] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(6431), 1, anon_sym_LBRACK, ACTIONS(6437), 1, anon_sym_noexcept, ACTIONS(6439), 1, anon_sym_throw, ACTIONS(6478), 1, anon_sym_LBRACK_LBRACK, ACTIONS(6494), 1, anon_sym_DASH_GT, ACTIONS(6496), 1, anon_sym_requires, STATE(5342), 1, sym_trailing_return_type, STATE(5399), 1, sym_requires_clause, ACTIONS(5098), 2, anon_sym_final, anon_sym_override, STATE(5121), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(5128), 2, sym_noexcept, sym_throw_specifier, STATE(5311), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, ACTIONS(6423), 7, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, anon_sym_try, [182252] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(6544), 1, anon_sym_LPAREN2, ACTIONS(6552), 1, anon_sym_LBRACK, ACTIONS(6560), 1, anon_sym_STAR, ACTIONS(6562), 1, anon_sym_AMP_AMP, ACTIONS(6564), 1, anon_sym_AMP, STATE(3836), 1, sym_parameter_list, STATE(5390), 1, sym__abstract_declarator, STATE(5447), 1, sym__function_declarator_seq, STATE(5438), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, ACTIONS(6504), 10, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, anon_sym_final, anon_sym_override, anon_sym_try, anon_sym_requires, [182299] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(4806), 1, anon_sym_LBRACE, ACTIONS(4788), 2, anon_sym_AMP, anon_sym_const, ACTIONS(4790), 20, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, 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_mutable, anon_sym_constinit, anon_sym_consteval, sym_auto, anon_sym_decltype, anon_sym_GT2, [182332] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(4578), 1, anon_sym_COLON_COLON, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5025), 1, anon_sym___declspec, ACTIONS(6173), 1, anon_sym_LBRACE, ACTIONS(6175), 1, anon_sym_COLON, ACTIONS(7771), 1, sym_identifier, STATE(3582), 1, sym_template_type, STATE(3692), 1, sym_field_declaration_list, STATE(3699), 1, sym__class_declaration, STATE(5038), 1, sym_ms_declspec_modifier, STATE(5722), 1, sym__scope_resolution, STATE(6138), 1, sym_virtual_specifier, STATE(6612), 1, sym_base_class_clause, ACTIONS(4702), 2, anon_sym_final, anon_sym_override, STATE(3868), 2, sym__class_name, sym_qualified_type_identifier, STATE(5093), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, [182397] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(4698), 1, anon_sym_LBRACE, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5025), 1, anon_sym___declspec, ACTIONS(6175), 1, anon_sym_COLON, ACTIONS(6342), 1, anon_sym_COLON_COLON, ACTIONS(7797), 1, sym_identifier, STATE(2227), 1, sym_template_type, STATE(2269), 1, sym__class_declaration, STATE(2272), 1, sym_field_declaration_list, STATE(5083), 1, sym_ms_declspec_modifier, STATE(5715), 1, sym__scope_resolution, STATE(6125), 1, sym_virtual_specifier, STATE(6759), 1, sym_base_class_clause, ACTIONS(4702), 2, anon_sym_final, anon_sym_override, STATE(2182), 2, sym__class_name, sym_qualified_type_identifier, STATE(5087), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, [182462] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(4578), 1, anon_sym_COLON_COLON, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5025), 1, anon_sym___declspec, ACTIONS(6173), 1, anon_sym_LBRACE, ACTIONS(6175), 1, anon_sym_COLON, ACTIONS(7771), 1, sym_identifier, STATE(3582), 1, sym_template_type, STATE(3692), 1, sym_field_declaration_list, STATE(3705), 1, sym__class_declaration, STATE(5038), 1, sym_ms_declspec_modifier, STATE(5722), 1, sym__scope_resolution, STATE(6138), 1, sym_virtual_specifier, STATE(6612), 1, sym_base_class_clause, ACTIONS(4702), 2, anon_sym_final, anon_sym_override, STATE(3868), 2, sym__class_name, sym_qualified_type_identifier, STATE(5093), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, [182527] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(4698), 1, anon_sym_LBRACE, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5025), 1, anon_sym___declspec, ACTIONS(6175), 1, anon_sym_COLON, ACTIONS(6342), 1, anon_sym_COLON_COLON, ACTIONS(7797), 1, sym_identifier, STATE(2227), 1, sym_template_type, STATE(2270), 1, sym__class_declaration, STATE(2272), 1, sym_field_declaration_list, STATE(5083), 1, sym_ms_declspec_modifier, STATE(5715), 1, sym__scope_resolution, STATE(6125), 1, sym_virtual_specifier, STATE(6759), 1, sym_base_class_clause, ACTIONS(4702), 2, anon_sym_final, anon_sym_override, STATE(2182), 2, sym__class_name, sym_qualified_type_identifier, STATE(5087), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, [182592] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(4698), 1, anon_sym_LBRACE, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5025), 1, anon_sym___declspec, ACTIONS(6175), 1, anon_sym_COLON, ACTIONS(7601), 1, anon_sym_COLON_COLON, ACTIONS(7692), 1, sym_identifier, STATE(2227), 1, sym_template_type, STATE(2271), 1, sym__class_declaration, STATE(2272), 1, sym_field_declaration_list, STATE(5022), 1, sym_ms_declspec_modifier, STATE(5716), 1, sym__scope_resolution, STATE(6125), 1, sym_virtual_specifier, STATE(6759), 1, sym_base_class_clause, ACTIONS(4702), 2, anon_sym_final, anon_sym_override, STATE(2182), 2, sym__class_name, sym_qualified_type_identifier, STATE(5037), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, [182657] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(4698), 1, anon_sym_LBRACE, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5025), 1, anon_sym___declspec, ACTIONS(6175), 1, anon_sym_COLON, ACTIONS(7601), 1, anon_sym_COLON_COLON, ACTIONS(7692), 1, sym_identifier, STATE(2227), 1, sym_template_type, STATE(2270), 1, sym__class_declaration, STATE(2272), 1, sym_field_declaration_list, STATE(5022), 1, sym_ms_declspec_modifier, STATE(5716), 1, sym__scope_resolution, STATE(6125), 1, sym_virtual_specifier, STATE(6759), 1, sym_base_class_clause, ACTIONS(4702), 2, anon_sym_final, anon_sym_override, STATE(2182), 2, sym__class_name, sym_qualified_type_identifier, STATE(5037), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, [182722] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(4698), 1, anon_sym_LBRACE, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5025), 1, anon_sym___declspec, ACTIONS(6175), 1, anon_sym_COLON, ACTIONS(7601), 1, anon_sym_COLON_COLON, ACTIONS(7692), 1, sym_identifier, STATE(2227), 1, sym_template_type, STATE(2269), 1, sym__class_declaration, STATE(2272), 1, sym_field_declaration_list, STATE(5022), 1, sym_ms_declspec_modifier, STATE(5716), 1, sym__scope_resolution, STATE(6125), 1, sym_virtual_specifier, STATE(6759), 1, sym_base_class_clause, ACTIONS(4702), 2, anon_sym_final, anon_sym_override, STATE(2182), 2, sym__class_name, sym_qualified_type_identifier, STATE(5037), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, [182787] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(4578), 1, anon_sym_COLON_COLON, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5025), 1, anon_sym___declspec, ACTIONS(6173), 1, anon_sym_LBRACE, ACTIONS(6175), 1, anon_sym_COLON, ACTIONS(7771), 1, sym_identifier, STATE(3582), 1, sym_template_type, STATE(3692), 1, sym_field_declaration_list, STATE(3706), 1, sym__class_declaration, STATE(5038), 1, sym_ms_declspec_modifier, STATE(5722), 1, sym__scope_resolution, STATE(6138), 1, sym_virtual_specifier, STATE(6612), 1, sym_base_class_clause, ACTIONS(4702), 2, anon_sym_final, anon_sym_override, STATE(3868), 2, sym__class_name, sym_qualified_type_identifier, STATE(5093), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, [182852] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(4698), 1, anon_sym_LBRACE, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5025), 1, anon_sym___declspec, ACTIONS(6175), 1, anon_sym_COLON, ACTIONS(6342), 1, anon_sym_COLON_COLON, ACTIONS(7797), 1, sym_identifier, STATE(2227), 1, sym_template_type, STATE(2271), 1, sym__class_declaration, STATE(2272), 1, sym_field_declaration_list, STATE(5083), 1, sym_ms_declspec_modifier, STATE(5715), 1, sym__scope_resolution, STATE(6125), 1, sym_virtual_specifier, STATE(6759), 1, sym_base_class_clause, ACTIONS(4702), 2, anon_sym_final, anon_sym_override, STATE(2182), 2, sym__class_name, sym_qualified_type_identifier, STATE(5087), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, [182917] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1949), 1, anon_sym_LBRACK, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(6218), 1, anon_sym_COLON_COLON, ACTIONS(7700), 1, anon_sym_requires, ACTIONS(7791), 1, sym_identifier, ACTIONS(7799), 1, anon_sym_LPAREN2, STATE(2227), 1, sym_template_type, STATE(5173), 1, sym_lambda_capture_specifier, STATE(5775), 1, sym__scope_resolution, ACTIONS(7801), 2, sym_true, sym_false, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, STATE(5712), 8, sym__class_name, sym_constraint_conjunction, sym_constraint_disjunction, sym__requirement_clause_constraint, sym_requires_expression, sym_lambda_expression, sym_fold_expression, sym_qualified_type_identifier, [182969] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1949), 1, anon_sym_LBRACK, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(6322), 1, anon_sym_COLON_COLON, ACTIONS(7787), 1, sym_identifier, ACTIONS(7803), 1, anon_sym_LPAREN2, ACTIONS(7807), 1, anon_sym_requires, STATE(3582), 1, sym_template_type, STATE(5180), 1, sym_lambda_capture_specifier, STATE(5744), 1, sym__scope_resolution, ACTIONS(7805), 2, sym_true, sym_false, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, STATE(5236), 8, sym__class_name, sym_constraint_conjunction, sym_constraint_disjunction, sym__requirement_clause_constraint, sym_requires_expression, sym_lambda_expression, sym_fold_expression, sym_qualified_type_identifier, [183021] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1949), 1, anon_sym_LBRACK, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(6308), 1, anon_sym_COLON_COLON, ACTIONS(7785), 1, sym_identifier, ACTIONS(7803), 1, anon_sym_LPAREN2, ACTIONS(7807), 1, anon_sym_requires, STATE(3582), 1, sym_template_type, STATE(5180), 1, sym_lambda_capture_specifier, STATE(5778), 1, sym__scope_resolution, ACTIONS(7809), 2, sym_true, sym_false, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, STATE(5287), 8, sym__class_name, sym_constraint_conjunction, sym_constraint_disjunction, sym__requirement_clause_constraint, sym_requires_expression, sym_lambda_expression, sym_fold_expression, sym_qualified_type_identifier, [183073] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1949), 1, anon_sym_LBRACK, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(6248), 1, anon_sym_COLON_COLON, ACTIONS(7785), 1, sym_identifier, ACTIONS(7811), 1, anon_sym_LPAREN2, ACTIONS(7815), 1, anon_sym_requires, STATE(3582), 1, sym_template_type, STATE(5175), 1, sym_lambda_capture_specifier, STATE(5781), 1, sym__scope_resolution, ACTIONS(7813), 2, sym_true, sym_false, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, STATE(5165), 8, sym__class_name, sym_constraint_conjunction, sym_constraint_disjunction, sym__requirement_clause_constraint, sym_requires_expression, sym_lambda_expression, sym_fold_expression, sym_qualified_type_identifier, [183125] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1949), 1, anon_sym_LBRACK, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(7700), 1, anon_sym_requires, ACTIONS(7799), 1, anon_sym_LPAREN2, ACTIONS(7817), 1, sym_identifier, ACTIONS(7819), 1, anon_sym_COLON_COLON, STATE(2227), 1, sym_template_type, STATE(5173), 1, sym_lambda_capture_specifier, STATE(5779), 1, sym__scope_resolution, ACTIONS(7821), 2, sym_true, sym_false, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, STATE(5426), 8, sym__class_name, sym_constraint_conjunction, sym_constraint_disjunction, sym__requirement_clause_constraint, sym_requires_expression, sym_lambda_expression, sym_fold_expression, sym_qualified_type_identifier, [183177] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1949), 1, anon_sym_LBRACK, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(7811), 1, anon_sym_LPAREN2, ACTIONS(7815), 1, anon_sym_requires, ACTIONS(7823), 1, sym_identifier, ACTIONS(7825), 1, anon_sym_COLON_COLON, STATE(2829), 1, sym_template_type, STATE(5211), 1, sym_lambda_capture_specifier, STATE(5768), 1, sym__scope_resolution, ACTIONS(7827), 2, sym_true, sym_false, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, STATE(2176), 8, sym__class_name, sym_constraint_conjunction, sym_constraint_disjunction, sym__requirement_clause_constraint, sym_requires_expression, sym_lambda_expression, sym_fold_expression, sym_qualified_type_identifier, [183229] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1949), 1, anon_sym_LBRACK, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(6336), 1, anon_sym_COLON_COLON, ACTIONS(7750), 1, anon_sym_requires, ACTIONS(7779), 1, sym_identifier, ACTIONS(7829), 1, anon_sym_LPAREN2, STATE(2869), 1, sym_template_type, STATE(5208), 1, sym_lambda_capture_specifier, STATE(5758), 1, sym__scope_resolution, ACTIONS(7831), 2, sym_true, sym_false, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, STATE(5557), 8, sym__class_name, sym_constraint_conjunction, sym_constraint_disjunction, sym__requirement_clause_constraint, sym_requires_expression, sym_lambda_expression, sym_fold_expression, sym_qualified_type_identifier, [183281] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1949), 1, anon_sym_LBRACK, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(6336), 1, anon_sym_COLON_COLON, ACTIONS(7750), 1, anon_sym_requires, ACTIONS(7779), 1, sym_identifier, ACTIONS(7829), 1, anon_sym_LPAREN2, STATE(2869), 1, sym_template_type, STATE(5208), 1, sym_lambda_capture_specifier, STATE(5758), 1, sym__scope_resolution, ACTIONS(7833), 2, sym_true, sym_false, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, STATE(4016), 8, sym__class_name, sym_constraint_conjunction, sym_constraint_disjunction, sym__requirement_clause_constraint, sym_requires_expression, sym_lambda_expression, sym_fold_expression, sym_qualified_type_identifier, [183333] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1949), 1, anon_sym_LBRACK, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(7811), 1, anon_sym_LPAREN2, ACTIONS(7815), 1, anon_sym_requires, ACTIONS(7823), 1, sym_identifier, ACTIONS(7825), 1, anon_sym_COLON_COLON, STATE(2829), 1, sym_template_type, STATE(5211), 1, sym_lambda_capture_specifier, STATE(5768), 1, sym__scope_resolution, ACTIONS(7835), 2, sym_true, sym_false, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, STATE(2810), 8, sym__class_name, sym_constraint_conjunction, sym_constraint_disjunction, sym__requirement_clause_constraint, sym_requires_expression, sym_lambda_expression, sym_fold_expression, sym_qualified_type_identifier, [183385] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1949), 1, anon_sym_LBRACK, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(6262), 1, anon_sym_COLON_COLON, ACTIONS(7789), 1, sym_identifier, ACTIONS(7837), 1, anon_sym_LPAREN2, ACTIONS(7841), 1, anon_sym_requires, STATE(4685), 1, sym_template_type, STATE(5214), 1, sym_lambda_capture_specifier, STATE(5783), 1, sym__scope_resolution, ACTIONS(7839), 2, sym_true, sym_false, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, STATE(5508), 8, sym__class_name, sym_constraint_conjunction, sym_constraint_disjunction, sym__requirement_clause_constraint, sym_requires_expression, sym_lambda_expression, sym_fold_expression, sym_qualified_type_identifier, [183437] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1949), 1, anon_sym_LBRACK, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(6262), 1, anon_sym_COLON_COLON, ACTIONS(7789), 1, sym_identifier, ACTIONS(7837), 1, anon_sym_LPAREN2, ACTIONS(7841), 1, anon_sym_requires, STATE(4685), 1, sym_template_type, STATE(5214), 1, sym_lambda_capture_specifier, STATE(5783), 1, sym__scope_resolution, ACTIONS(7843), 2, sym_true, sym_false, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, STATE(5506), 8, sym__class_name, sym_constraint_conjunction, sym_constraint_disjunction, sym__requirement_clause_constraint, sym_requires_expression, sym_lambda_expression, sym_fold_expression, sym_qualified_type_identifier, [183489] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1949), 1, anon_sym_LBRACK, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(6322), 1, anon_sym_COLON_COLON, ACTIONS(7787), 1, sym_identifier, ACTIONS(7803), 1, anon_sym_LPAREN2, ACTIONS(7807), 1, anon_sym_requires, STATE(3582), 1, sym_template_type, STATE(5180), 1, sym_lambda_capture_specifier, STATE(5744), 1, sym__scope_resolution, ACTIONS(7845), 2, sym_true, sym_false, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, STATE(5664), 8, sym__class_name, sym_constraint_conjunction, sym_constraint_disjunction, sym__requirement_clause_constraint, sym_requires_expression, sym_lambda_expression, sym_fold_expression, sym_qualified_type_identifier, [183541] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1949), 1, anon_sym_LBRACK, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(6218), 1, anon_sym_COLON_COLON, ACTIONS(7700), 1, anon_sym_requires, ACTIONS(7791), 1, sym_identifier, ACTIONS(7799), 1, anon_sym_LPAREN2, STATE(2227), 1, sym_template_type, STATE(5173), 1, sym_lambda_capture_specifier, STATE(5775), 1, sym__scope_resolution, ACTIONS(7847), 2, sym_true, sym_false, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, STATE(5788), 8, sym__class_name, sym_constraint_conjunction, sym_constraint_disjunction, sym__requirement_clause_constraint, sym_requires_expression, sym_lambda_expression, sym_fold_expression, sym_qualified_type_identifier, [183593] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1949), 1, anon_sym_LBRACK, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(6262), 1, anon_sym_COLON_COLON, ACTIONS(7789), 1, sym_identifier, ACTIONS(7837), 1, anon_sym_LPAREN2, ACTIONS(7841), 1, anon_sym_requires, STATE(4685), 1, sym_template_type, STATE(5214), 1, sym_lambda_capture_specifier, STATE(5783), 1, sym__scope_resolution, ACTIONS(7849), 2, sym_true, sym_false, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, STATE(5545), 8, sym__class_name, sym_constraint_conjunction, sym_constraint_disjunction, sym__requirement_clause_constraint, sym_requires_expression, sym_lambda_expression, sym_fold_expression, sym_qualified_type_identifier, [183645] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1949), 1, anon_sym_LBRACK, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(6308), 1, anon_sym_COLON_COLON, ACTIONS(7785), 1, sym_identifier, ACTIONS(7803), 1, anon_sym_LPAREN2, ACTIONS(7807), 1, anon_sym_requires, STATE(3582), 1, sym_template_type, STATE(5180), 1, sym_lambda_capture_specifier, STATE(5778), 1, sym__scope_resolution, ACTIONS(7805), 2, sym_true, sym_false, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, STATE(5236), 8, sym__class_name, sym_constraint_conjunction, sym_constraint_disjunction, sym__requirement_clause_constraint, sym_requires_expression, sym_lambda_expression, sym_fold_expression, sym_qualified_type_identifier, [183697] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1949), 1, anon_sym_LBRACK, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(7579), 1, anon_sym_COLON_COLON, ACTIONS(7712), 1, sym_identifier, ACTIONS(7720), 1, anon_sym_requires, ACTIONS(7851), 1, anon_sym_LPAREN2, STATE(2857), 1, sym_template_type, STATE(5176), 1, sym_lambda_capture_specifier, STATE(5804), 1, sym__scope_resolution, ACTIONS(7853), 2, sym_true, sym_false, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, STATE(3600), 8, sym__class_name, sym_constraint_conjunction, sym_constraint_disjunction, sym__requirement_clause_constraint, sym_requires_expression, sym_lambda_expression, sym_fold_expression, sym_qualified_type_identifier, [183749] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1949), 1, anon_sym_LBRACK, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(7700), 1, anon_sym_requires, ACTIONS(7799), 1, anon_sym_LPAREN2, ACTIONS(7817), 1, sym_identifier, ACTIONS(7819), 1, anon_sym_COLON_COLON, STATE(2227), 1, sym_template_type, STATE(5173), 1, sym_lambda_capture_specifier, STATE(5779), 1, sym__scope_resolution, ACTIONS(7855), 2, sym_true, sym_false, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, STATE(3816), 8, sym__class_name, sym_constraint_conjunction, sym_constraint_disjunction, sym__requirement_clause_constraint, sym_requires_expression, sym_lambda_expression, sym_fold_expression, sym_qualified_type_identifier, [183801] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1949), 1, anon_sym_LBRACK, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(6308), 1, anon_sym_COLON_COLON, ACTIONS(7785), 1, sym_identifier, ACTIONS(7803), 1, anon_sym_LPAREN2, ACTIONS(7807), 1, anon_sym_requires, STATE(3582), 1, sym_template_type, STATE(5180), 1, sym_lambda_capture_specifier, STATE(5778), 1, sym__scope_resolution, ACTIONS(7857), 2, sym_true, sym_false, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, STATE(5238), 8, sym__class_name, sym_constraint_conjunction, sym_constraint_disjunction, sym__requirement_clause_constraint, sym_requires_expression, sym_lambda_expression, sym_fold_expression, sym_qualified_type_identifier, [183853] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(7861), 1, anon_sym_LPAREN2, STATE(5062), 1, sym_preproc_argument_list, ACTIONS(7863), 5, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT, ACTIONS(7859), 15, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, [183887] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1949), 1, anon_sym_LBRACK, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(6218), 1, anon_sym_COLON_COLON, ACTIONS(7700), 1, anon_sym_requires, ACTIONS(7791), 1, sym_identifier, ACTIONS(7799), 1, anon_sym_LPAREN2, STATE(2227), 1, sym_template_type, STATE(5173), 1, sym_lambda_capture_specifier, STATE(5775), 1, sym__scope_resolution, ACTIONS(7855), 2, sym_true, sym_false, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, STATE(3816), 8, sym__class_name, sym_constraint_conjunction, sym_constraint_disjunction, sym__requirement_clause_constraint, sym_requires_expression, sym_lambda_expression, sym_fold_expression, sym_qualified_type_identifier, [183939] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(7865), 1, anon_sym_LPAREN2, STATE(3477), 1, sym_argument_list, ACTIONS(4788), 2, anon_sym_AMP, anon_sym_const, ACTIONS(4790), 18, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_STAR, anon_sym_AMP_AMP, 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_mutable, anon_sym_constinit, anon_sym_consteval, sym_auto, anon_sym_decltype, anon_sym_GT2, [183973] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1949), 1, anon_sym_LBRACK, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(6336), 1, anon_sym_COLON_COLON, ACTIONS(7750), 1, anon_sym_requires, ACTIONS(7779), 1, sym_identifier, ACTIONS(7829), 1, anon_sym_LPAREN2, STATE(2869), 1, sym_template_type, STATE(5208), 1, sym_lambda_capture_specifier, STATE(5758), 1, sym__scope_resolution, ACTIONS(7868), 2, sym_true, sym_false, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, STATE(5596), 8, sym__class_name, sym_constraint_conjunction, sym_constraint_disjunction, sym__requirement_clause_constraint, sym_requires_expression, sym_lambda_expression, sym_fold_expression, sym_qualified_type_identifier, [184025] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(5140), 1, anon_sym_AMP, ACTIONS(7870), 1, anon_sym_const, STATE(4944), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(5142), 8, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_LBRACK, anon_sym_COLON, anon_sym_final, anon_sym_override, anon_sym_requires, ACTIONS(7873), 10, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, anon_sym_mutable, anon_sym_constinit, anon_sym_consteval, [184061] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1949), 1, anon_sym_LBRACK, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(6248), 1, anon_sym_COLON_COLON, ACTIONS(7785), 1, sym_identifier, ACTIONS(7811), 1, anon_sym_LPAREN2, ACTIONS(7815), 1, anon_sym_requires, STATE(3582), 1, sym_template_type, STATE(5175), 1, sym_lambda_capture_specifier, STATE(5781), 1, sym__scope_resolution, ACTIONS(7827), 2, sym_true, sym_false, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, STATE(2176), 8, sym__class_name, sym_constraint_conjunction, sym_constraint_disjunction, sym__requirement_clause_constraint, sym_requires_expression, sym_lambda_expression, sym_fold_expression, sym_qualified_type_identifier, [184113] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1949), 1, anon_sym_LBRACK, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(7493), 1, anon_sym_COLON_COLON, ACTIONS(7702), 1, sym_identifier, ACTIONS(7710), 1, anon_sym_requires, ACTIONS(7876), 1, anon_sym_LPAREN2, STATE(2806), 1, sym_template_type, STATE(5189), 1, sym_lambda_capture_specifier, STATE(5780), 1, sym__scope_resolution, ACTIONS(7878), 2, sym_true, sym_false, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, STATE(3513), 8, sym__class_name, sym_constraint_conjunction, sym_constraint_disjunction, sym__requirement_clause_constraint, sym_requires_expression, sym_lambda_expression, sym_fold_expression, sym_qualified_type_identifier, [184165] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1949), 1, anon_sym_LBRACK, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(7579), 1, anon_sym_COLON_COLON, ACTIONS(7712), 1, sym_identifier, ACTIONS(7720), 1, anon_sym_requires, ACTIONS(7851), 1, anon_sym_LPAREN2, STATE(2857), 1, sym_template_type, STATE(5176), 1, sym_lambda_capture_specifier, STATE(5804), 1, sym__scope_resolution, ACTIONS(7880), 2, sym_true, sym_false, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, STATE(3599), 8, sym__class_name, sym_constraint_conjunction, sym_constraint_disjunction, sym__requirement_clause_constraint, sym_requires_expression, sym_lambda_expression, sym_fold_expression, sym_qualified_type_identifier, [184217] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1949), 1, anon_sym_LBRACK, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(3657), 1, anon_sym_COLON_COLON, ACTIONS(7787), 1, sym_identifier, ACTIONS(7811), 1, anon_sym_LPAREN2, ACTIONS(7815), 1, anon_sym_requires, STATE(3582), 1, sym_template_type, STATE(5175), 1, sym_lambda_capture_specifier, STATE(5806), 1, sym__scope_resolution, ACTIONS(7827), 2, sym_true, sym_false, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, STATE(2176), 8, sym__class_name, sym_constraint_conjunction, sym_constraint_disjunction, sym__requirement_clause_constraint, sym_requires_expression, sym_lambda_expression, sym_fold_expression, sym_qualified_type_identifier, [184269] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1949), 1, anon_sym_LBRACK, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(3657), 1, anon_sym_COLON_COLON, ACTIONS(7787), 1, sym_identifier, ACTIONS(7811), 1, anon_sym_LPAREN2, ACTIONS(7815), 1, anon_sym_requires, STATE(3582), 1, sym_template_type, STATE(5175), 1, sym_lambda_capture_specifier, STATE(5806), 1, sym__scope_resolution, ACTIONS(7882), 2, sym_true, sym_false, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, STATE(5445), 8, sym__class_name, sym_constraint_conjunction, sym_constraint_disjunction, sym__requirement_clause_constraint, sym_requires_expression, sym_lambda_expression, sym_fold_expression, sym_qualified_type_identifier, [184321] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1949), 1, anon_sym_LBRACK, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(7515), 1, anon_sym_COLON_COLON, ACTIONS(7742), 1, sym_identifier, ACTIONS(7750), 1, anon_sym_requires, ACTIONS(7829), 1, anon_sym_LPAREN2, STATE(2869), 1, sym_template_type, STATE(5208), 1, sym_lambda_capture_specifier, STATE(5766), 1, sym__scope_resolution, ACTIONS(7833), 2, sym_true, sym_false, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, STATE(4016), 8, sym__class_name, sym_constraint_conjunction, sym_constraint_disjunction, sym__requirement_clause_constraint, sym_requires_expression, sym_lambda_expression, sym_fold_expression, sym_qualified_type_identifier, [184373] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1949), 1, anon_sym_LBRACK, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(6248), 1, anon_sym_COLON_COLON, ACTIONS(7785), 1, sym_identifier, ACTIONS(7811), 1, anon_sym_LPAREN2, ACTIONS(7815), 1, anon_sym_requires, STATE(3582), 1, sym_template_type, STATE(5175), 1, sym_lambda_capture_specifier, STATE(5781), 1, sym__scope_resolution, ACTIONS(7884), 2, sym_true, sym_false, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, STATE(5167), 8, sym__class_name, sym_constraint_conjunction, sym_constraint_disjunction, sym__requirement_clause_constraint, sym_requires_expression, sym_lambda_expression, sym_fold_expression, sym_qualified_type_identifier, [184425] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1949), 1, anon_sym_LBRACK, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(7515), 1, anon_sym_COLON_COLON, ACTIONS(7742), 1, sym_identifier, ACTIONS(7750), 1, anon_sym_requires, ACTIONS(7829), 1, anon_sym_LPAREN2, STATE(2869), 1, sym_template_type, STATE(5208), 1, sym_lambda_capture_specifier, STATE(5766), 1, sym__scope_resolution, ACTIONS(7886), 2, sym_true, sym_false, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, STATE(4362), 8, sym__class_name, sym_constraint_conjunction, sym_constraint_disjunction, sym__requirement_clause_constraint, sym_requires_expression, sym_lambda_expression, sym_fold_expression, sym_qualified_type_identifier, [184477] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1949), 1, anon_sym_LBRACK, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(7601), 1, anon_sym_COLON_COLON, ACTIONS(7692), 1, sym_identifier, ACTIONS(7700), 1, anon_sym_requires, ACTIONS(7799), 1, anon_sym_LPAREN2, STATE(2227), 1, sym_template_type, STATE(5173), 1, sym_lambda_capture_specifier, STATE(5716), 1, sym__scope_resolution, ACTIONS(7855), 2, sym_true, sym_false, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, STATE(3816), 8, sym__class_name, sym_constraint_conjunction, sym_constraint_disjunction, sym__requirement_clause_constraint, sym_requires_expression, sym_lambda_expression, sym_fold_expression, sym_qualified_type_identifier, [184529] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1949), 1, anon_sym_LBRACK, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(7811), 1, anon_sym_LPAREN2, ACTIONS(7815), 1, anon_sym_requires, ACTIONS(7823), 1, sym_identifier, ACTIONS(7825), 1, anon_sym_COLON_COLON, STATE(2829), 1, sym_template_type, STATE(5211), 1, sym_lambda_capture_specifier, STATE(5768), 1, sym__scope_resolution, ACTIONS(7888), 2, sym_true, sym_false, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, STATE(2819), 8, sym__class_name, sym_constraint_conjunction, sym_constraint_disjunction, sym__requirement_clause_constraint, sym_requires_expression, sym_lambda_expression, sym_fold_expression, sym_qualified_type_identifier, [184581] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1949), 1, anon_sym_LBRACK, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(7601), 1, anon_sym_COLON_COLON, ACTIONS(7692), 1, sym_identifier, ACTIONS(7700), 1, anon_sym_requires, ACTIONS(7799), 1, anon_sym_LPAREN2, STATE(2227), 1, sym_template_type, STATE(5173), 1, sym_lambda_capture_specifier, STATE(5716), 1, sym__scope_resolution, ACTIONS(7890), 2, sym_true, sym_false, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, STATE(3937), 8, sym__class_name, sym_constraint_conjunction, sym_constraint_disjunction, sym__requirement_clause_constraint, sym_requires_expression, sym_lambda_expression, sym_fold_expression, sym_qualified_type_identifier, [184633] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1949), 1, anon_sym_LBRACK, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(3657), 1, anon_sym_COLON_COLON, ACTIONS(7787), 1, sym_identifier, ACTIONS(7811), 1, anon_sym_LPAREN2, ACTIONS(7815), 1, anon_sym_requires, STATE(3582), 1, sym_template_type, STATE(5175), 1, sym_lambda_capture_specifier, STATE(5806), 1, sym__scope_resolution, ACTIONS(7892), 2, sym_true, sym_false, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, STATE(5391), 8, sym__class_name, sym_constraint_conjunction, sym_constraint_disjunction, sym__requirement_clause_constraint, sym_requires_expression, sym_lambda_expression, sym_fold_expression, sym_qualified_type_identifier, [184685] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1949), 1, anon_sym_LBRACK, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(7529), 1, anon_sym_COLON_COLON, ACTIONS(7732), 1, sym_identifier, ACTIONS(7740), 1, anon_sym_requires, ACTIONS(7894), 1, anon_sym_LPAREN2, STATE(2562), 1, sym_template_type, STATE(5166), 1, sym_lambda_capture_specifier, STATE(5734), 1, sym__scope_resolution, ACTIONS(7896), 2, sym_true, sym_false, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, STATE(3322), 8, sym__class_name, sym_constraint_conjunction, sym_constraint_disjunction, sym__requirement_clause_constraint, sym_requires_expression, sym_lambda_expression, sym_fold_expression, sym_qualified_type_identifier, [184737] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1949), 1, anon_sym_LBRACK, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(7493), 1, anon_sym_COLON_COLON, ACTIONS(7702), 1, sym_identifier, ACTIONS(7710), 1, anon_sym_requires, ACTIONS(7876), 1, anon_sym_LPAREN2, STATE(2806), 1, sym_template_type, STATE(5189), 1, sym_lambda_capture_specifier, STATE(5780), 1, sym__scope_resolution, ACTIONS(7898), 2, sym_true, sym_false, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, STATE(3503), 8, sym__class_name, sym_constraint_conjunction, sym_constraint_disjunction, sym__requirement_clause_constraint, sym_requires_expression, sym_lambda_expression, sym_fold_expression, sym_qualified_type_identifier, [184789] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1949), 1, anon_sym_LBRACK, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(7529), 1, anon_sym_COLON_COLON, ACTIONS(7732), 1, sym_identifier, ACTIONS(7740), 1, anon_sym_requires, ACTIONS(7894), 1, anon_sym_LPAREN2, STATE(2562), 1, sym_template_type, STATE(5166), 1, sym_lambda_capture_specifier, STATE(5734), 1, sym__scope_resolution, ACTIONS(7900), 2, sym_true, sym_false, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, STATE(3321), 8, sym__class_name, sym_constraint_conjunction, sym_constraint_disjunction, sym__requirement_clause_constraint, sym_requires_expression, sym_lambda_expression, sym_fold_expression, sym_qualified_type_identifier, [184841] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1949), 1, anon_sym_LBRACK, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(7551), 1, anon_sym_COLON_COLON, ACTIONS(7722), 1, sym_identifier, ACTIONS(7730), 1, anon_sym_requires, ACTIONS(7902), 1, anon_sym_LPAREN2, STATE(2514), 1, sym_template_type, STATE(5221), 1, sym_lambda_capture_specifier, STATE(5726), 1, sym__scope_resolution, ACTIONS(7904), 2, sym_true, sym_false, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, STATE(3003), 8, sym__class_name, sym_constraint_conjunction, sym_constraint_disjunction, sym__requirement_clause_constraint, sym_requires_expression, sym_lambda_expression, sym_fold_expression, sym_qualified_type_identifier, [184893] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1949), 1, anon_sym_LBRACK, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(7551), 1, anon_sym_COLON_COLON, ACTIONS(7722), 1, sym_identifier, ACTIONS(7730), 1, anon_sym_requires, ACTIONS(7902), 1, anon_sym_LPAREN2, STATE(2514), 1, sym_template_type, STATE(5221), 1, sym_lambda_capture_specifier, STATE(5726), 1, sym__scope_resolution, ACTIONS(7906), 2, sym_true, sym_false, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, STATE(3002), 8, sym__class_name, sym_constraint_conjunction, sym_constraint_disjunction, sym__requirement_clause_constraint, sym_requires_expression, sym_lambda_expression, sym_fold_expression, sym_qualified_type_identifier, [184945] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1949), 1, anon_sym_LBRACK, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(6322), 1, anon_sym_COLON_COLON, ACTIONS(7787), 1, sym_identifier, ACTIONS(7803), 1, anon_sym_LPAREN2, ACTIONS(7807), 1, anon_sym_requires, STATE(3582), 1, sym_template_type, STATE(5180), 1, sym_lambda_capture_specifier, STATE(5744), 1, sym__scope_resolution, ACTIONS(7908), 2, sym_true, sym_false, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, STATE(5643), 8, sym__class_name, sym_constraint_conjunction, sym_constraint_disjunction, sym__requirement_clause_constraint, sym_requires_expression, sym_lambda_expression, sym_fold_expression, sym_qualified_type_identifier, [184997] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1949), 1, anon_sym_LBRACK, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(7700), 1, anon_sym_requires, ACTIONS(7799), 1, anon_sym_LPAREN2, ACTIONS(7817), 1, sym_identifier, ACTIONS(7819), 1, anon_sym_COLON_COLON, STATE(2227), 1, sym_template_type, STATE(5173), 1, sym_lambda_capture_specifier, STATE(5779), 1, sym__scope_resolution, ACTIONS(7910), 2, sym_true, sym_false, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, STATE(5371), 8, sym__class_name, sym_constraint_conjunction, sym_constraint_disjunction, sym__requirement_clause_constraint, sym_requires_expression, sym_lambda_expression, sym_fold_expression, sym_qualified_type_identifier, [185049] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(6437), 1, anon_sym_noexcept, ACTIONS(6439), 1, anon_sym_throw, ACTIONS(6534), 1, anon_sym_DASH_GT, ACTIONS(6536), 1, anon_sym_requires, ACTIONS(6540), 1, anon_sym_LBRACK, STATE(5463), 1, sym_requires_clause, STATE(5591), 1, sym_trailing_return_type, ACTIONS(6524), 2, anon_sym_final, anon_sym_override, STATE(5163), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(5225), 2, sym_noexcept, sym_throw_specifier, STATE(5233), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, ACTIONS(6538), 5, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_EQ, anon_sym_try, [185100] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(6431), 1, anon_sym_LBRACK, ACTIONS(6437), 1, anon_sym_noexcept, ACTIONS(6439), 1, anon_sym_throw, ACTIONS(6528), 1, anon_sym_DASH_GT, ACTIONS(6530), 1, anon_sym_requires, STATE(5399), 1, sym_requires_clause, STATE(5494), 1, sym_trailing_return_type, ACTIONS(5098), 2, anon_sym_final, anon_sym_override, STATE(5170), 2, sym_noexcept, sym_throw_specifier, STATE(5177), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(5311), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, ACTIONS(6423), 5, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_try, [185151] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(7912), 1, anon_sym_COMMA, ACTIONS(7914), 1, anon_sym_RPAREN, ACTIONS(7920), 1, anon_sym_SLASH, ACTIONS(7922), 1, anon_sym_PIPE_PIPE, ACTIONS(7924), 1, anon_sym_AMP_AMP, ACTIONS(7926), 1, anon_sym_PIPE, ACTIONS(7928), 1, anon_sym_CARET, ACTIONS(7930), 1, anon_sym_AMP, STATE(6553), 1, aux_sym_preproc_argument_list_repeat1, ACTIONS(7916), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(7918), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(7932), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(7934), 2, anon_sym_GT, anon_sym_LT, ACTIONS(7936), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(7938), 2, anon_sym_LT_LT, anon_sym_GT_GT, [185206] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(6437), 1, anon_sym_noexcept, ACTIONS(6439), 1, anon_sym_throw, ACTIONS(6522), 1, anon_sym_DASH_GT, ACTIONS(6526), 1, anon_sym_requires, ACTIONS(7763), 1, anon_sym_LBRACK, STATE(5420), 1, sym_requires_clause, STATE(5528), 1, sym_trailing_return_type, ACTIONS(6524), 2, anon_sym_final, anon_sym_override, STATE(5193), 2, sym_noexcept, sym_throw_specifier, STATE(5194), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(5249), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, ACTIONS(7761), 5, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, [185257] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(6437), 1, anon_sym_noexcept, ACTIONS(6439), 1, anon_sym_throw, ACTIONS(6522), 1, anon_sym_DASH_GT, ACTIONS(6526), 1, anon_sym_requires, ACTIONS(6540), 1, anon_sym_LBRACK, STATE(5463), 1, sym_requires_clause, STATE(5531), 1, sym_trailing_return_type, ACTIONS(6524), 2, anon_sym_final, anon_sym_override, STATE(5168), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(5228), 2, sym_noexcept, sym_throw_specifier, STATE(5233), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, ACTIONS(6538), 5, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, [185308] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(7912), 1, anon_sym_COMMA, ACTIONS(7920), 1, anon_sym_SLASH, ACTIONS(7922), 1, anon_sym_PIPE_PIPE, ACTIONS(7924), 1, anon_sym_AMP_AMP, ACTIONS(7926), 1, anon_sym_PIPE, ACTIONS(7928), 1, anon_sym_CARET, ACTIONS(7930), 1, anon_sym_AMP, ACTIONS(7940), 1, anon_sym_RPAREN, STATE(6411), 1, aux_sym_preproc_argument_list_repeat1, ACTIONS(7916), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(7918), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(7932), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(7934), 2, anon_sym_GT, anon_sym_LT, ACTIONS(7936), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(7938), 2, anon_sym_LT_LT, anon_sym_GT_GT, [185363] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(6437), 1, anon_sym_noexcept, ACTIONS(6439), 1, anon_sym_throw, ACTIONS(6528), 1, anon_sym_DASH_GT, ACTIONS(6530), 1, anon_sym_requires, ACTIONS(7763), 1, anon_sym_LBRACK, STATE(5437), 1, sym_requires_clause, STATE(5490), 1, sym_trailing_return_type, ACTIONS(5098), 2, anon_sym_final, anon_sym_override, STATE(5215), 2, sym_noexcept, sym_throw_specifier, STATE(5222), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(5247), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, ACTIONS(7761), 5, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_try, [185414] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(6544), 1, anon_sym_LPAREN2, ACTIONS(6552), 1, anon_sym_LBRACK, ACTIONS(6800), 1, anon_sym_STAR, ACTIONS(6802), 1, anon_sym_AMP_AMP, ACTIONS(6804), 1, anon_sym_AMP, STATE(3880), 1, sym_parameter_list, STATE(5447), 1, sym__function_declarator_seq, STATE(5581), 1, sym__abstract_declarator, STATE(5438), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, ACTIONS(6504), 8, anon_sym_RPAREN, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_final, anon_sym_override, anon_sym_try, anon_sym_requires, [185459] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(7942), 1, sym_identifier, ACTIONS(7944), 1, anon_sym_RPAREN, ACTIONS(7946), 1, anon_sym_LPAREN2, ACTIONS(7948), 1, anon_sym_defined, ACTIONS(7954), 1, sym_number_literal, ACTIONS(7950), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(7952), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(7956), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, STATE(4969), 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, [185502] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(6437), 1, anon_sym_noexcept, ACTIONS(6439), 1, anon_sym_throw, ACTIONS(6534), 1, anon_sym_DASH_GT, ACTIONS(6536), 1, anon_sym_requires, ACTIONS(7763), 1, anon_sym_LBRACK, STATE(5420), 1, sym_requires_clause, STATE(5584), 1, sym_trailing_return_type, ACTIONS(6524), 2, anon_sym_final, anon_sym_override, STATE(5199), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(5217), 2, sym_noexcept, sym_throw_specifier, STATE(5249), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, ACTIONS(7761), 5, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_EQ, anon_sym_try, [185553] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(6431), 1, anon_sym_LBRACK, ACTIONS(6437), 1, anon_sym_noexcept, ACTIONS(6439), 1, anon_sym_throw, ACTIONS(6522), 1, anon_sym_DASH_GT, ACTIONS(6526), 1, anon_sym_requires, STATE(5407), 1, sym_requires_clause, STATE(5538), 1, sym_trailing_return_type, ACTIONS(6524), 2, anon_sym_final, anon_sym_override, STATE(5164), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(5196), 2, sym_noexcept, sym_throw_specifier, STATE(5297), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, ACTIONS(6423), 5, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, [185604] = 5, ACTIONS(7859), 1, anon_sym_LF, ACTIONS(7958), 1, anon_sym_LPAREN2, ACTIONS(7960), 1, sym_comment, STATE(5144), 1, sym_preproc_argument_list, ACTIONS(7863), 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, [185637] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(6437), 1, anon_sym_noexcept, ACTIONS(6439), 1, anon_sym_throw, ACTIONS(6528), 1, anon_sym_DASH_GT, ACTIONS(6530), 1, anon_sym_requires, ACTIONS(6540), 1, anon_sym_LBRACK, STATE(5431), 1, sym_requires_clause, STATE(5481), 1, sym_trailing_return_type, ACTIONS(5098), 2, anon_sym_final, anon_sym_override, STATE(5200), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(5202), 2, sym_noexcept, sym_throw_specifier, STATE(5234), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, ACTIONS(6538), 5, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_try, [185688] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(6431), 1, anon_sym_LBRACK, ACTIONS(6437), 1, anon_sym_noexcept, ACTIONS(6439), 1, anon_sym_throw, ACTIONS(6534), 1, anon_sym_DASH_GT, ACTIONS(6536), 1, anon_sym_requires, STATE(5407), 1, sym_requires_clause, STATE(5595), 1, sym_trailing_return_type, ACTIONS(6524), 2, anon_sym_final, anon_sym_override, STATE(5192), 2, sym_noexcept, sym_throw_specifier, STATE(5203), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(5297), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, ACTIONS(6423), 5, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_EQ, anon_sym_try, [185739] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(7942), 1, sym_identifier, ACTIONS(7946), 1, anon_sym_LPAREN2, ACTIONS(7948), 1, anon_sym_defined, ACTIONS(7962), 1, anon_sym_RPAREN, ACTIONS(7964), 1, sym_number_literal, ACTIONS(7950), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(7952), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(7956), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, STATE(4966), 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, [185782] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(4572), 1, anon_sym_COLON_COLON, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(6173), 1, anon_sym_LBRACE, ACTIONS(6175), 1, anon_sym_COLON, ACTIONS(7777), 1, sym_identifier, STATE(3582), 1, sym_template_type, STATE(3660), 1, sym_field_declaration_list, STATE(5795), 1, sym__scope_resolution, STATE(6012), 1, sym_virtual_specifier, STATE(6756), 1, sym_base_class_clause, ACTIONS(4702), 2, anon_sym_final, anon_sym_override, STATE(3630), 2, sym__class_name, sym_qualified_type_identifier, STATE(5069), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, [185838] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(6431), 1, anon_sym_LBRACK, ACTIONS(6435), 1, anon_sym_DASH_GT, ACTIONS(6441), 1, anon_sym_requires, STATE(5289), 1, sym_trailing_return_type, STATE(5399), 1, sym_requires_clause, ACTIONS(5098), 2, anon_sym_final, anon_sym_override, STATE(4781), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(5311), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, ACTIONS(6423), 8, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, anon_sym_try, [185882] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(7966), 1, sym_identifier, ACTIONS(7968), 1, anon_sym_LPAREN2, ACTIONS(7970), 1, anon_sym_defined, ACTIONS(7976), 1, sym_number_literal, ACTIONS(7972), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(7974), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(7978), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, STATE(5135), 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, [185922] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(6173), 1, anon_sym_LBRACE, ACTIONS(6175), 1, anon_sym_COLON, ACTIONS(6322), 1, anon_sym_COLON_COLON, ACTIONS(7787), 1, sym_identifier, STATE(3582), 1, sym_template_type, STATE(3660), 1, sym_field_declaration_list, STATE(5744), 1, sym__scope_resolution, STATE(6012), 1, sym_virtual_specifier, STATE(6756), 1, sym_base_class_clause, ACTIONS(4702), 2, anon_sym_final, anon_sym_override, STATE(3864), 2, sym__class_name, sym_qualified_type_identifier, STATE(4781), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, [185978] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(7966), 1, sym_identifier, ACTIONS(7968), 1, anon_sym_LPAREN2, ACTIONS(7970), 1, anon_sym_defined, ACTIONS(7980), 1, sym_number_literal, ACTIONS(7972), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(7974), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(7978), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, STATE(5107), 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, [186018] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(7966), 1, sym_identifier, ACTIONS(7968), 1, anon_sym_LPAREN2, ACTIONS(7970), 1, anon_sym_defined, ACTIONS(7982), 1, sym_number_literal, ACTIONS(7972), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(7974), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(7978), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, STATE(5129), 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, [186058] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(6173), 1, anon_sym_LBRACE, ACTIONS(6175), 1, anon_sym_COLON, ACTIONS(6322), 1, anon_sym_COLON_COLON, ACTIONS(7787), 1, sym_identifier, STATE(3582), 1, sym_template_type, STATE(3660), 1, sym_field_declaration_list, STATE(5744), 1, sym__scope_resolution, STATE(6012), 1, sym_virtual_specifier, STATE(6756), 1, sym_base_class_clause, ACTIONS(4702), 2, anon_sym_final, anon_sym_override, STATE(3864), 2, sym__class_name, sym_qualified_type_identifier, STATE(5086), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, [186114] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(6175), 1, anon_sym_COLON, ACTIONS(6308), 1, anon_sym_COLON_COLON, ACTIONS(6498), 1, anon_sym_LBRACE, ACTIONS(7785), 1, sym_identifier, STATE(3582), 1, sym_template_type, STATE(3907), 1, sym_field_declaration_list, STATE(5778), 1, sym__scope_resolution, STATE(6059), 1, sym_virtual_specifier, STATE(6722), 1, sym_base_class_clause, ACTIONS(4702), 2, anon_sym_final, anon_sym_override, STATE(3854), 2, sym__class_name, sym_qualified_type_identifier, STATE(4781), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, [186170] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(7966), 1, sym_identifier, ACTIONS(7968), 1, anon_sym_LPAREN2, ACTIONS(7970), 1, anon_sym_defined, ACTIONS(7984), 1, sym_number_literal, ACTIONS(7972), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(7974), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(7978), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, STATE(5136), 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, [186210] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(7942), 1, sym_identifier, ACTIONS(7946), 1, anon_sym_LPAREN2, ACTIONS(7948), 1, anon_sym_defined, ACTIONS(7986), 1, sym_number_literal, ACTIONS(7950), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(7952), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(7956), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, STATE(5050), 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, [186250] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(6175), 1, anon_sym_COLON, ACTIONS(6308), 1, anon_sym_COLON_COLON, ACTIONS(6498), 1, anon_sym_LBRACE, ACTIONS(7785), 1, sym_identifier, STATE(3582), 1, sym_template_type, STATE(3907), 1, sym_field_declaration_list, STATE(5778), 1, sym__scope_resolution, STATE(6059), 1, sym_virtual_specifier, STATE(6722), 1, sym_base_class_clause, ACTIONS(4702), 2, anon_sym_final, anon_sym_override, STATE(3854), 2, sym__class_name, sym_qualified_type_identifier, STATE(5049), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, [186306] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(7942), 1, sym_identifier, ACTIONS(7946), 1, anon_sym_LPAREN2, ACTIONS(7948), 1, anon_sym_defined, ACTIONS(7988), 1, sym_number_literal, ACTIONS(7950), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(7952), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(7956), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, STATE(5109), 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, [186346] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(4564), 1, anon_sym_LPAREN2, ACTIONS(4566), 1, anon_sym_STAR, ACTIONS(4568), 1, anon_sym_AMP_AMP, ACTIONS(4570), 1, anon_sym_AMP, ACTIONS(6967), 1, anon_sym_LBRACK, STATE(3879), 1, sym_parameter_list, STATE(5434), 1, sym__function_declarator_seq, STATE(5662), 1, sym__abstract_declarator, STATE(5464), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, ACTIONS(6504), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_final, anon_sym_override, anon_sym_requires, [186390] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(6431), 1, anon_sym_LBRACK, ACTIONS(6435), 1, anon_sym_DASH_GT, ACTIONS(6441), 1, anon_sym_requires, STATE(5289), 1, sym_trailing_return_type, STATE(5399), 1, sym_requires_clause, ACTIONS(5098), 2, anon_sym_final, anon_sym_override, STATE(5060), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(5311), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, ACTIONS(6423), 8, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, anon_sym_try, [186434] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(7966), 1, sym_identifier, ACTIONS(7968), 1, anon_sym_LPAREN2, ACTIONS(7970), 1, anon_sym_defined, ACTIONS(7990), 1, sym_number_literal, ACTIONS(7972), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(7974), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(7978), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, STATE(5141), 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, [186474] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(7966), 1, sym_identifier, ACTIONS(7968), 1, anon_sym_LPAREN2, ACTIONS(7970), 1, anon_sym_defined, ACTIONS(7992), 1, sym_number_literal, ACTIONS(7972), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(7974), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(7978), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, STATE(5142), 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, [186514] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5204), 1, anon_sym_LBRACE, ACTIONS(6175), 1, anon_sym_COLON, ACTIONS(7529), 1, anon_sym_COLON_COLON, ACTIONS(7732), 1, sym_identifier, STATE(2562), 1, sym_template_type, STATE(2894), 1, sym_field_declaration_list, STATE(5734), 1, sym__scope_resolution, STATE(6087), 1, sym_virtual_specifier, STATE(6842), 1, sym_base_class_clause, ACTIONS(4702), 2, anon_sym_final, anon_sym_override, STATE(2422), 2, sym__class_name, sym_qualified_type_identifier, STATE(4997), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, [186570] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5204), 1, anon_sym_LBRACE, ACTIONS(6175), 1, anon_sym_COLON, ACTIONS(7529), 1, anon_sym_COLON_COLON, ACTIONS(7732), 1, sym_identifier, STATE(2562), 1, sym_template_type, STATE(2894), 1, sym_field_declaration_list, STATE(5734), 1, sym__scope_resolution, STATE(6087), 1, sym_virtual_specifier, STATE(6842), 1, sym_base_class_clause, ACTIONS(4702), 2, anon_sym_final, anon_sym_override, STATE(2422), 2, sym__class_name, sym_qualified_type_identifier, STATE(4781), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, [186626] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5204), 1, anon_sym_LBRACE, ACTIONS(6175), 1, anon_sym_COLON, ACTIONS(7529), 1, anon_sym_COLON_COLON, ACTIONS(7732), 1, sym_identifier, STATE(2562), 1, sym_template_type, STATE(2936), 1, sym_field_declaration_list, STATE(5734), 1, sym__scope_resolution, STATE(6126), 1, sym_virtual_specifier, STATE(6881), 1, sym_base_class_clause, ACTIONS(4702), 2, anon_sym_final, anon_sym_override, STATE(2427), 2, sym__class_name, sym_qualified_type_identifier, STATE(4781), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, [186682] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(7966), 1, sym_identifier, ACTIONS(7968), 1, anon_sym_LPAREN2, ACTIONS(7970), 1, anon_sym_defined, ACTIONS(7994), 1, sym_number_literal, ACTIONS(7972), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(7974), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(7978), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, STATE(5147), 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, [186722] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(7966), 1, sym_identifier, ACTIONS(7968), 1, anon_sym_LPAREN2, ACTIONS(7970), 1, anon_sym_defined, ACTIONS(7996), 1, sym_number_literal, ACTIONS(7972), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(7974), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(7978), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, STATE(5133), 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, [186762] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(7966), 1, sym_identifier, ACTIONS(7968), 1, anon_sym_LPAREN2, ACTIONS(7970), 1, anon_sym_defined, ACTIONS(7998), 1, sym_number_literal, ACTIONS(7972), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(7974), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(7978), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, STATE(5146), 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, [186802] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5401), 5, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT, ACTIONS(5399), 15, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, [186830] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5096), 1, anon_sym_LBRACE, ACTIONS(6175), 1, anon_sym_COLON, ACTIONS(7551), 1, anon_sym_COLON_COLON, ACTIONS(7722), 1, sym_identifier, STATE(2514), 1, sym_template_type, STATE(2763), 1, sym_field_declaration_list, STATE(5726), 1, sym__scope_resolution, STATE(6153), 1, sym_virtual_specifier, STATE(6959), 1, sym_base_class_clause, ACTIONS(4702), 2, anon_sym_final, anon_sym_override, STATE(2344), 2, sym__class_name, sym_qualified_type_identifier, STATE(4781), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, [186886] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(8002), 5, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT, ACTIONS(8000), 15, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, [186914] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(6478), 1, anon_sym_LBRACK_LBRACK, ACTIONS(7769), 1, anon_sym_COLON, ACTIONS(8004), 1, anon_sym_COMMA, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8008), 1, anon_sym_SEMI, ACTIONS(8010), 1, anon_sym_LBRACE, ACTIONS(8012), 1, anon_sym_LBRACK, ACTIONS(8014), 1, anon_sym_EQ, ACTIONS(8016), 1, anon_sym_try, STATE(2334), 1, sym_try_statement, STATE(2335), 1, sym_delete_method_clause, STATE(2336), 1, sym_default_method_clause, STATE(2337), 1, sym_compound_statement, STATE(3836), 1, sym_parameter_list, STATE(5692), 1, sym__function_declarator_seq, STATE(5837), 1, aux_sym_field_declaration_repeat1, STATE(7037), 1, sym_bitfield_clause, STATE(7075), 1, sym_initializer_list, STATE(5655), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [186976] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(7966), 1, sym_identifier, ACTIONS(7968), 1, anon_sym_LPAREN2, ACTIONS(7970), 1, anon_sym_defined, ACTIONS(8018), 1, sym_number_literal, ACTIONS(7972), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(7974), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(7978), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, STATE(5112), 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, [187016] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(7942), 1, sym_identifier, ACTIONS(7946), 1, anon_sym_LPAREN2, ACTIONS(7948), 1, anon_sym_defined, ACTIONS(8020), 1, sym_number_literal, ACTIONS(7950), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(7952), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(7956), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, STATE(5029), 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, [187056] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(7966), 1, sym_identifier, ACTIONS(7968), 1, anon_sym_LPAREN2, ACTIONS(7970), 1, anon_sym_defined, ACTIONS(8022), 1, sym_number_literal, ACTIONS(7972), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(7974), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(7978), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, STATE(5138), 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, [187096] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(7942), 1, sym_identifier, ACTIONS(7946), 1, anon_sym_LPAREN2, ACTIONS(7948), 1, anon_sym_defined, ACTIONS(8024), 1, sym_number_literal, ACTIONS(7950), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(7952), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(7956), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, STATE(5065), 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, [187136] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(4572), 1, anon_sym_COLON_COLON, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(6173), 1, anon_sym_LBRACE, ACTIONS(6175), 1, anon_sym_COLON, ACTIONS(7777), 1, sym_identifier, STATE(3582), 1, sym_template_type, STATE(3660), 1, sym_field_declaration_list, STATE(5795), 1, sym__scope_resolution, STATE(6012), 1, sym_virtual_specifier, STATE(6756), 1, sym_base_class_clause, ACTIONS(4702), 2, anon_sym_final, anon_sym_override, STATE(3630), 2, sym__class_name, sym_qualified_type_identifier, STATE(4781), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, [187192] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(7966), 1, sym_identifier, ACTIONS(7968), 1, anon_sym_LPAREN2, ACTIONS(7970), 1, anon_sym_defined, ACTIONS(8026), 1, sym_number_literal, ACTIONS(7972), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(7974), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(7978), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, STATE(5118), 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, [187232] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(7942), 1, sym_identifier, ACTIONS(7946), 1, anon_sym_LPAREN2, ACTIONS(7948), 1, anon_sym_defined, ACTIONS(8028), 1, sym_number_literal, ACTIONS(7950), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(7952), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(7956), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, STATE(5092), 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, [187272] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(6175), 1, anon_sym_COLON, ACTIONS(6322), 1, anon_sym_COLON_COLON, ACTIONS(6498), 1, anon_sym_LBRACE, ACTIONS(7787), 1, sym_identifier, STATE(3582), 1, sym_template_type, STATE(3974), 1, sym_field_declaration_list, STATE(5744), 1, sym__scope_resolution, STATE(6142), 1, sym_virtual_specifier, STATE(6666), 1, sym_base_class_clause, ACTIONS(4702), 2, anon_sym_final, anon_sym_override, STATE(3853), 2, sym__class_name, sym_qualified_type_identifier, STATE(4781), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, [187328] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5333), 1, anon_sym_LBRACE, ACTIONS(6175), 1, anon_sym_COLON, ACTIONS(7515), 1, anon_sym_COLON_COLON, ACTIONS(7742), 1, sym_identifier, STATE(2869), 1, sym_template_type, STATE(3096), 1, sym_field_declaration_list, STATE(5766), 1, sym__scope_resolution, STATE(6005), 1, sym_virtual_specifier, STATE(6713), 1, sym_base_class_clause, ACTIONS(4702), 2, anon_sym_final, anon_sym_override, STATE(2823), 2, sym__class_name, sym_qualified_type_identifier, STATE(5016), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, [187384] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5333), 1, anon_sym_LBRACE, ACTIONS(6175), 1, anon_sym_COLON, ACTIONS(7515), 1, anon_sym_COLON_COLON, ACTIONS(7742), 1, sym_identifier, STATE(2869), 1, sym_template_type, STATE(3096), 1, sym_field_declaration_list, STATE(5766), 1, sym__scope_resolution, STATE(6005), 1, sym_virtual_specifier, STATE(6713), 1, sym_base_class_clause, ACTIONS(4702), 2, anon_sym_final, anon_sym_override, STATE(2823), 2, sym__class_name, sym_qualified_type_identifier, STATE(4781), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, [187440] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(6675), 1, anon_sym_LPAREN2, STATE(3282), 1, sym_argument_list, ACTIONS(4788), 2, anon_sym_AMP, anon_sym_const, ACTIONS(4790), 16, anon_sym_RPAREN, anon_sym_STAR, anon_sym_AMP_AMP, 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_mutable, anon_sym_constinit, anon_sym_consteval, sym_auto, anon_sym_decltype, [187472] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5333), 1, anon_sym_LBRACE, ACTIONS(6175), 1, anon_sym_COLON, ACTIONS(7515), 1, anon_sym_COLON_COLON, ACTIONS(7742), 1, sym_identifier, STATE(2869), 1, sym_template_type, STATE(3086), 1, sym_field_declaration_list, STATE(5766), 1, sym__scope_resolution, STATE(5982), 1, sym_virtual_specifier, STATE(6744), 1, sym_base_class_clause, ACTIONS(4702), 2, anon_sym_final, anon_sym_override, STATE(2812), 2, sym__class_name, sym_qualified_type_identifier, STATE(4781), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, [187528] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(8032), 5, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT, ACTIONS(8030), 15, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, [187556] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(7942), 1, sym_identifier, ACTIONS(7946), 1, anon_sym_LPAREN2, ACTIONS(7948), 1, anon_sym_defined, ACTIONS(8034), 1, sym_number_literal, ACTIONS(7950), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(7952), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(7956), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, STATE(5053), 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, [187596] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(6173), 1, anon_sym_LBRACE, ACTIONS(6175), 1, anon_sym_COLON, ACTIONS(6308), 1, anon_sym_COLON_COLON, ACTIONS(7785), 1, sym_identifier, STATE(3582), 1, sym_template_type, STATE(3733), 1, sym_field_declaration_list, STATE(5778), 1, sym__scope_resolution, STATE(5974), 1, sym_virtual_specifier, STATE(6671), 1, sym_base_class_clause, ACTIONS(4702), 2, anon_sym_final, anon_sym_override, STATE(3859), 2, sym__class_name, sym_qualified_type_identifier, STATE(4781), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, [187652] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(7966), 1, sym_identifier, ACTIONS(7968), 1, anon_sym_LPAREN2, ACTIONS(7970), 1, anon_sym_defined, ACTIONS(8036), 1, sym_number_literal, ACTIONS(7972), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(7974), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(7978), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, STATE(5108), 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, [187692] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5221), 2, anon_sym_AMP, anon_sym_const, ACTIONS(5223), 18, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, 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_mutable, anon_sym_constinit, anon_sym_consteval, anon_sym_COLON, anon_sym_final, anon_sym_override, anon_sym_requires, [187720] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(4698), 1, anon_sym_LBRACE, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(6175), 1, anon_sym_COLON, ACTIONS(7601), 1, anon_sym_COLON_COLON, ACTIONS(7692), 1, sym_identifier, STATE(2227), 1, sym_template_type, STATE(2284), 1, sym_field_declaration_list, STATE(5716), 1, sym__scope_resolution, STATE(6129), 1, sym_virtual_specifier, STATE(6936), 1, sym_base_class_clause, ACTIONS(4702), 2, anon_sym_final, anon_sym_override, STATE(2190), 2, sym__class_name, sym_qualified_type_identifier, STATE(5057), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, [187776] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(6478), 1, anon_sym_LBRACK_LBRACK, ACTIONS(7769), 1, anon_sym_COLON, ACTIONS(8004), 1, anon_sym_COMMA, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8012), 1, anon_sym_LBRACK, ACTIONS(8038), 1, anon_sym_SEMI, ACTIONS(8040), 1, anon_sym_LBRACE, ACTIONS(8042), 1, anon_sym_EQ, ACTIONS(8044), 1, anon_sym_try, STATE(2679), 1, sym_try_statement, STATE(2680), 1, sym_delete_method_clause, STATE(2681), 1, sym_default_method_clause, STATE(2682), 1, sym_compound_statement, STATE(3836), 1, sym_parameter_list, STATE(5692), 1, sym__function_declarator_seq, STATE(5814), 1, aux_sym_field_declaration_repeat1, STATE(7703), 1, sym_initializer_list, STATE(7705), 1, sym_bitfield_clause, STATE(5655), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [187838] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(7942), 1, sym_identifier, ACTIONS(7946), 1, anon_sym_LPAREN2, ACTIONS(7948), 1, anon_sym_defined, ACTIONS(8046), 1, sym_number_literal, ACTIONS(7950), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(7952), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(7956), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, STATE(5149), 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, [187878] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(7942), 1, sym_identifier, ACTIONS(7946), 1, anon_sym_LPAREN2, ACTIONS(7948), 1, anon_sym_defined, ACTIONS(8048), 1, sym_number_literal, ACTIONS(7950), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(7952), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(7956), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, STATE(5088), 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, [187918] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(7942), 1, sym_identifier, ACTIONS(7946), 1, anon_sym_LPAREN2, ACTIONS(7948), 1, anon_sym_defined, ACTIONS(8050), 1, sym_number_literal, ACTIONS(7950), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(7952), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(7956), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, STATE(5040), 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, [187958] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5281), 1, anon_sym_COLON_COLON, ACTIONS(6175), 1, anon_sym_COLON, ACTIONS(6498), 1, anon_sym_LBRACE, ACTIONS(7777), 1, sym_identifier, STATE(3582), 1, sym_template_type, STATE(3907), 1, sym_field_declaration_list, STATE(5749), 1, sym__scope_resolution, STATE(6059), 1, sym_virtual_specifier, STATE(6722), 1, sym_base_class_clause, ACTIONS(4702), 2, anon_sym_final, anon_sym_override, STATE(3854), 2, sym__class_name, sym_qualified_type_identifier, STATE(5104), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, [188014] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(4698), 1, anon_sym_LBRACE, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(6175), 1, anon_sym_COLON, ACTIONS(6218), 1, anon_sym_COLON_COLON, ACTIONS(7791), 1, sym_identifier, STATE(2227), 1, sym_template_type, STATE(2284), 1, sym_field_declaration_list, STATE(5775), 1, sym__scope_resolution, STATE(6129), 1, sym_virtual_specifier, STATE(6936), 1, sym_base_class_clause, ACTIONS(4702), 2, anon_sym_final, anon_sym_override, STATE(2190), 2, sym__class_name, sym_qualified_type_identifier, STATE(4781), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, [188070] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(7920), 1, anon_sym_SLASH, ACTIONS(7916), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(7918), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(7938), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(8054), 4, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT, ACTIONS(8052), 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, [188106] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5281), 1, anon_sym_COLON_COLON, ACTIONS(6175), 1, anon_sym_COLON, ACTIONS(6498), 1, anon_sym_LBRACE, ACTIONS(7777), 1, sym_identifier, STATE(3582), 1, sym_template_type, STATE(3907), 1, sym_field_declaration_list, STATE(5749), 1, sym__scope_resolution, STATE(6059), 1, sym_virtual_specifier, STATE(6722), 1, sym_base_class_clause, ACTIONS(4702), 2, anon_sym_final, anon_sym_override, STATE(3854), 2, sym__class_name, sym_qualified_type_identifier, STATE(4781), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, [188162] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(7920), 1, anon_sym_SLASH, ACTIONS(7916), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(7918), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(7934), 2, anon_sym_GT, anon_sym_LT, ACTIONS(7936), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(7938), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(8054), 2, anon_sym_PIPE, anon_sym_AMP, ACTIONS(8052), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, [188202] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(4698), 1, anon_sym_LBRACE, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(6175), 1, anon_sym_COLON, ACTIONS(6218), 1, anon_sym_COLON_COLON, ACTIONS(7791), 1, sym_identifier, STATE(2227), 1, sym_template_type, STATE(2257), 1, sym_field_declaration_list, STATE(5775), 1, sym__scope_resolution, STATE(6174), 1, sym_virtual_specifier, STATE(6814), 1, sym_base_class_clause, ACTIONS(4702), 2, anon_sym_final, anon_sym_override, STATE(2194), 2, sym__class_name, sym_qualified_type_identifier, STATE(4781), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, [188258] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(6431), 1, anon_sym_LBRACK, ACTIONS(6437), 1, anon_sym_noexcept, ACTIONS(6439), 1, anon_sym_throw, ACTIONS(6598), 1, anon_sym_DASH_GT, ACTIONS(6600), 1, anon_sym_requires, STATE(5407), 1, sym_requires_clause, STATE(5661), 1, sym_trailing_return_type, ACTIONS(6524), 2, anon_sym_final, anon_sym_override, STATE(5258), 2, sym_noexcept, sym_throw_specifier, STATE(5259), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(5297), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, ACTIONS(6423), 4, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_GT2, [188308] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(6478), 1, anon_sym_LBRACK_LBRACK, ACTIONS(7769), 1, anon_sym_COLON, ACTIONS(8004), 1, anon_sym_COMMA, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8012), 1, anon_sym_LBRACK, ACTIONS(8056), 1, anon_sym_SEMI, ACTIONS(8058), 1, anon_sym_LBRACE, ACTIONS(8060), 1, anon_sym_EQ, ACTIONS(8062), 1, anon_sym_try, STATE(2488), 1, sym_compound_statement, STATE(2489), 1, sym_default_method_clause, STATE(2490), 1, sym_delete_method_clause, STATE(2491), 1, sym_try_statement, STATE(3836), 1, sym_parameter_list, STATE(5692), 1, sym__function_declarator_seq, STATE(5854), 1, aux_sym_field_declaration_repeat1, STATE(7350), 1, sym_bitfield_clause, STATE(7351), 1, sym_initializer_list, STATE(5655), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [188370] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(8066), 5, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT, ACTIONS(8064), 15, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, [188398] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(4698), 1, anon_sym_LBRACE, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(6175), 1, anon_sym_COLON, ACTIONS(6218), 1, anon_sym_COLON_COLON, ACTIONS(7791), 1, sym_identifier, STATE(2227), 1, sym_template_type, STATE(2284), 1, sym_field_declaration_list, STATE(5775), 1, sym__scope_resolution, STATE(6129), 1, sym_virtual_specifier, STATE(6936), 1, sym_base_class_clause, ACTIONS(4702), 2, anon_sym_final, anon_sym_override, STATE(2190), 2, sym__class_name, sym_qualified_type_identifier, STATE(5032), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, [188454] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(4698), 1, anon_sym_LBRACE, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(6175), 1, anon_sym_COLON, ACTIONS(7601), 1, anon_sym_COLON_COLON, ACTIONS(7692), 1, sym_identifier, STATE(2227), 1, sym_template_type, STATE(2284), 1, sym_field_declaration_list, STATE(5716), 1, sym__scope_resolution, STATE(6129), 1, sym_virtual_specifier, STATE(6936), 1, sym_base_class_clause, ACTIONS(4702), 2, anon_sym_final, anon_sym_override, STATE(2190), 2, sym__class_name, sym_qualified_type_identifier, STATE(4781), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, [188510] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(4578), 1, anon_sym_COLON_COLON, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(6173), 1, anon_sym_LBRACE, ACTIONS(6175), 1, anon_sym_COLON, ACTIONS(7771), 1, sym_identifier, STATE(3582), 1, sym_template_type, STATE(3660), 1, sym_field_declaration_list, STATE(5722), 1, sym__scope_resolution, STATE(6012), 1, sym_virtual_specifier, STATE(6756), 1, sym_base_class_clause, ACTIONS(4702), 2, anon_sym_final, anon_sym_override, STATE(3630), 2, sym__class_name, sym_qualified_type_identifier, STATE(5071), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, [188566] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(7966), 1, sym_identifier, ACTIONS(7968), 1, anon_sym_LPAREN2, ACTIONS(7970), 1, anon_sym_defined, ACTIONS(8068), 1, sym_number_literal, ACTIONS(7972), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(7974), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(7978), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, STATE(5134), 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, [188606] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(7920), 1, anon_sym_SLASH, ACTIONS(7916), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(7918), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(7932), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(7934), 2, anon_sym_GT, anon_sym_LT, ACTIONS(7936), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(7938), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(8054), 2, anon_sym_PIPE, anon_sym_AMP, ACTIONS(8052), 5, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, [188648] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(7966), 1, sym_identifier, ACTIONS(7968), 1, anon_sym_LPAREN2, ACTIONS(7970), 1, anon_sym_defined, ACTIONS(8070), 1, sym_number_literal, ACTIONS(7972), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(7974), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(7978), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, STATE(5122), 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, [188688] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5260), 1, anon_sym_LBRACE, ACTIONS(6175), 1, anon_sym_COLON, ACTIONS(7493), 1, anon_sym_COLON_COLON, ACTIONS(7702), 1, sym_identifier, STATE(2806), 1, sym_template_type, STATE(3137), 1, sym_field_declaration_list, STATE(5780), 1, sym__scope_resolution, STATE(6192), 1, sym_virtual_specifier, STATE(6966), 1, sym_base_class_clause, ACTIONS(4702), 2, anon_sym_final, anon_sym_override, STATE(2579), 2, sym__class_name, sym_qualified_type_identifier, STATE(5047), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, [188744] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(7920), 1, anon_sym_SLASH, ACTIONS(7930), 1, anon_sym_AMP, ACTIONS(8054), 1, anon_sym_PIPE, ACTIONS(7916), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(7918), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(7932), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(7934), 2, anon_sym_GT, anon_sym_LT, ACTIONS(7936), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(7938), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(8052), 5, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, [188788] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5260), 1, anon_sym_LBRACE, ACTIONS(6175), 1, anon_sym_COLON, ACTIONS(7493), 1, anon_sym_COLON_COLON, ACTIONS(7702), 1, sym_identifier, STATE(2806), 1, sym_template_type, STATE(3137), 1, sym_field_declaration_list, STATE(5780), 1, sym__scope_resolution, STATE(6192), 1, sym_virtual_specifier, STATE(6966), 1, sym_base_class_clause, ACTIONS(4702), 2, anon_sym_final, anon_sym_override, STATE(2579), 2, sym__class_name, sym_qualified_type_identifier, STATE(4781), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, [188844] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(7920), 1, anon_sym_SLASH, ACTIONS(7916), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(7918), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(8054), 4, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT, ACTIONS(8052), 11, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, [188878] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5096), 1, anon_sym_LBRACE, ACTIONS(6175), 1, anon_sym_COLON, ACTIONS(7551), 1, anon_sym_COLON_COLON, ACTIONS(7722), 1, sym_identifier, STATE(2514), 1, sym_template_type, STATE(2772), 1, sym_field_declaration_list, STATE(5726), 1, sym__scope_resolution, STATE(6074), 1, sym_virtual_specifier, STATE(6856), 1, sym_base_class_clause, ACTIONS(4702), 2, anon_sym_final, anon_sym_override, STATE(2390), 2, sym__class_name, sym_qualified_type_identifier, STATE(4781), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, [188934] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5260), 1, anon_sym_LBRACE, ACTIONS(6175), 1, anon_sym_COLON, ACTIONS(7493), 1, anon_sym_COLON_COLON, ACTIONS(7702), 1, sym_identifier, STATE(2806), 1, sym_template_type, STATE(3127), 1, sym_field_declaration_list, STATE(5780), 1, sym__scope_resolution, STATE(6151), 1, sym_virtual_specifier, STATE(6927), 1, sym_base_class_clause, ACTIONS(4702), 2, anon_sym_final, anon_sym_override, STATE(2553), 2, sym__class_name, sym_qualified_type_identifier, STATE(4781), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, [188990] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5096), 1, anon_sym_LBRACE, ACTIONS(6175), 1, anon_sym_COLON, ACTIONS(7551), 1, anon_sym_COLON_COLON, ACTIONS(7722), 1, sym_identifier, STATE(2514), 1, sym_template_type, STATE(2772), 1, sym_field_declaration_list, STATE(5726), 1, sym__scope_resolution, STATE(6074), 1, sym_virtual_specifier, STATE(6856), 1, sym_base_class_clause, ACTIONS(4702), 2, anon_sym_final, anon_sym_override, STATE(2390), 2, sym__class_name, sym_qualified_type_identifier, STATE(5002), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, [189046] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(6175), 1, anon_sym_COLON, ACTIONS(6308), 1, anon_sym_COLON_COLON, ACTIONS(6498), 1, anon_sym_LBRACE, ACTIONS(7785), 1, sym_identifier, STATE(3582), 1, sym_template_type, STATE(3974), 1, sym_field_declaration_list, STATE(5778), 1, sym__scope_resolution, STATE(6142), 1, sym_virtual_specifier, STATE(6666), 1, sym_base_class_clause, ACTIONS(4702), 2, anon_sym_final, anon_sym_override, STATE(3853), 2, sym__class_name, sym_qualified_type_identifier, STATE(4781), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, [189102] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(7920), 1, anon_sym_SLASH, ACTIONS(7928), 1, anon_sym_CARET, ACTIONS(7930), 1, anon_sym_AMP, ACTIONS(8054), 1, anon_sym_PIPE, ACTIONS(7916), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(7918), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(7932), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(7934), 2, anon_sym_GT, anon_sym_LT, ACTIONS(7936), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(7938), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(8052), 4, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, [189148] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(7942), 1, sym_identifier, ACTIONS(7946), 1, anon_sym_LPAREN2, ACTIONS(7948), 1, anon_sym_defined, ACTIONS(8072), 1, sym_number_literal, ACTIONS(7950), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(7952), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(7956), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, STATE(5082), 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, [189188] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(7920), 1, anon_sym_SLASH, ACTIONS(7922), 1, anon_sym_PIPE_PIPE, ACTIONS(7924), 1, anon_sym_AMP_AMP, ACTIONS(7926), 1, anon_sym_PIPE, ACTIONS(7928), 1, anon_sym_CARET, ACTIONS(7930), 1, anon_sym_AMP, ACTIONS(7916), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(7918), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(7932), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(7934), 2, anon_sym_GT, anon_sym_LT, ACTIONS(7936), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(7938), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(8074), 2, anon_sym_COMMA, anon_sym_RPAREN, [189238] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(7920), 1, anon_sym_SLASH, ACTIONS(7926), 1, anon_sym_PIPE, ACTIONS(7928), 1, anon_sym_CARET, ACTIONS(7930), 1, anon_sym_AMP, ACTIONS(7916), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(7918), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(7932), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(7934), 2, anon_sym_GT, anon_sym_LT, ACTIONS(7936), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(7938), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(8052), 4, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, [189284] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(7942), 1, sym_identifier, ACTIONS(7946), 1, anon_sym_LPAREN2, ACTIONS(7948), 1, anon_sym_defined, ACTIONS(8076), 1, sym_number_literal, ACTIONS(7950), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(7952), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(7956), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, STATE(5052), 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, [189324] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(6435), 1, anon_sym_DASH_GT, ACTIONS(6441), 1, anon_sym_requires, ACTIONS(6540), 1, anon_sym_LBRACK, STATE(5293), 1, sym_trailing_return_type, STATE(5431), 1, sym_requires_clause, ACTIONS(5098), 2, anon_sym_final, anon_sym_override, STATE(5066), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(5234), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, ACTIONS(6538), 8, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, anon_sym_try, [189368] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(7966), 1, sym_identifier, ACTIONS(7968), 1, anon_sym_LPAREN2, ACTIONS(7970), 1, anon_sym_defined, ACTIONS(8078), 1, sym_number_literal, ACTIONS(7972), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(7974), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(7978), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, STATE(5145), 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, [189408] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(4698), 1, anon_sym_LBRACE, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(6175), 1, anon_sym_COLON, ACTIONS(7601), 1, anon_sym_COLON_COLON, ACTIONS(7692), 1, sym_identifier, STATE(2227), 1, sym_template_type, STATE(2257), 1, sym_field_declaration_list, STATE(5716), 1, sym__scope_resolution, STATE(6174), 1, sym_virtual_specifier, STATE(6814), 1, sym_base_class_clause, ACTIONS(4702), 2, anon_sym_final, anon_sym_override, STATE(2194), 2, sym__class_name, sym_qualified_type_identifier, STATE(4781), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, [189464] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(6175), 1, anon_sym_COLON, ACTIONS(6322), 1, anon_sym_COLON_COLON, ACTIONS(6498), 1, anon_sym_LBRACE, ACTIONS(7787), 1, sym_identifier, STATE(3582), 1, sym_template_type, STATE(3907), 1, sym_field_declaration_list, STATE(5744), 1, sym__scope_resolution, STATE(6059), 1, sym_virtual_specifier, STATE(6722), 1, sym_base_class_clause, ACTIONS(4702), 2, anon_sym_final, anon_sym_override, STATE(3854), 2, sym__class_name, sym_qualified_type_identifier, STATE(4781), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, [189520] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(6175), 1, anon_sym_COLON, ACTIONS(6322), 1, anon_sym_COLON_COLON, ACTIONS(6498), 1, anon_sym_LBRACE, ACTIONS(7787), 1, sym_identifier, STATE(3582), 1, sym_template_type, STATE(3907), 1, sym_field_declaration_list, STATE(5744), 1, sym__scope_resolution, STATE(6059), 1, sym_virtual_specifier, STATE(6722), 1, sym_base_class_clause, ACTIONS(4702), 2, anon_sym_final, anon_sym_override, STATE(3854), 2, sym__class_name, sym_qualified_type_identifier, STATE(5012), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, [189576] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(6435), 1, anon_sym_DASH_GT, ACTIONS(6441), 1, anon_sym_requires, ACTIONS(6540), 1, anon_sym_LBRACK, STATE(5293), 1, sym_trailing_return_type, STATE(5431), 1, sym_requires_clause, ACTIONS(5098), 2, anon_sym_final, anon_sym_override, STATE(4781), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(5234), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, ACTIONS(6538), 8, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, anon_sym_try, [189620] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(6478), 1, anon_sym_LBRACK_LBRACK, ACTIONS(7769), 1, anon_sym_COLON, ACTIONS(8004), 1, anon_sym_COMMA, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8012), 1, anon_sym_LBRACK, ACTIONS(8080), 1, anon_sym_SEMI, ACTIONS(8082), 1, anon_sym_LBRACE, ACTIONS(8084), 1, anon_sym_EQ, ACTIONS(8086), 1, anon_sym_try, STATE(2689), 1, sym_try_statement, STATE(2691), 1, sym_delete_method_clause, STATE(2692), 1, sym_default_method_clause, STATE(2698), 1, sym_compound_statement, STATE(3836), 1, sym_parameter_list, STATE(5692), 1, sym__function_declarator_seq, STATE(5835), 1, aux_sym_field_declaration_repeat1, STATE(7261), 1, sym_bitfield_clause, STATE(7262), 1, sym_initializer_list, STATE(5655), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [189682] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(8090), 5, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT, ACTIONS(8088), 15, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, [189710] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(7966), 1, sym_identifier, ACTIONS(7968), 1, anon_sym_LPAREN2, ACTIONS(7970), 1, anon_sym_defined, ACTIONS(8092), 1, sym_number_literal, ACTIONS(7972), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(7974), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(7978), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, STATE(5106), 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, [189750] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(8096), 5, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT, ACTIONS(8094), 15, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, [189778] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(7920), 1, anon_sym_SLASH, ACTIONS(7924), 1, anon_sym_AMP_AMP, ACTIONS(7926), 1, anon_sym_PIPE, ACTIONS(7928), 1, anon_sym_CARET, ACTIONS(7930), 1, anon_sym_AMP, ACTIONS(7916), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(7918), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(7932), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(7934), 2, anon_sym_GT, anon_sym_LT, ACTIONS(7936), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(7938), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(8052), 3, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, [189826] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(6435), 1, anon_sym_DASH_GT, ACTIONS(6441), 1, anon_sym_requires, ACTIONS(7763), 1, anon_sym_LBRACK, STATE(5281), 1, sym_trailing_return_type, STATE(5437), 1, sym_requires_clause, ACTIONS(5098), 2, anon_sym_final, anon_sym_override, STATE(4781), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(5247), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, ACTIONS(7761), 8, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, anon_sym_try, [189870] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(8100), 5, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT, ACTIONS(8098), 15, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, [189898] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(6435), 1, anon_sym_DASH_GT, ACTIONS(6441), 1, anon_sym_requires, ACTIONS(7763), 1, anon_sym_LBRACK, STATE(5281), 1, sym_trailing_return_type, STATE(5437), 1, sym_requires_clause, ACTIONS(5098), 2, anon_sym_final, anon_sym_override, STATE(5084), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(5247), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, ACTIONS(7761), 8, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, anon_sym_try, [189942] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(4572), 1, anon_sym_COLON_COLON, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(6173), 1, anon_sym_LBRACE, ACTIONS(6175), 1, anon_sym_COLON, ACTIONS(7777), 1, sym_identifier, STATE(3582), 1, sym_template_type, STATE(3733), 1, sym_field_declaration_list, STATE(5795), 1, sym__scope_resolution, STATE(5974), 1, sym_virtual_specifier, STATE(6671), 1, sym_base_class_clause, ACTIONS(4702), 2, anon_sym_final, anon_sym_override, STATE(3631), 2, sym__class_name, sym_qualified_type_identifier, STATE(4781), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, [189998] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(6437), 1, anon_sym_noexcept, ACTIONS(6439), 1, anon_sym_throw, ACTIONS(6540), 1, anon_sym_LBRACK, ACTIONS(6598), 1, anon_sym_DASH_GT, ACTIONS(6600), 1, anon_sym_requires, STATE(5463), 1, sym_requires_clause, STATE(5657), 1, sym_trailing_return_type, ACTIONS(6524), 2, anon_sym_final, anon_sym_override, STATE(5233), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, STATE(5265), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(5266), 2, sym_noexcept, sym_throw_specifier, ACTIONS(6538), 4, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_GT2, [190048] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(4578), 1, anon_sym_COLON_COLON, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(6173), 1, anon_sym_LBRACE, ACTIONS(6175), 1, anon_sym_COLON, ACTIONS(7771), 1, sym_identifier, STATE(3582), 1, sym_template_type, STATE(3733), 1, sym_field_declaration_list, STATE(5722), 1, sym__scope_resolution, STATE(5974), 1, sym_virtual_specifier, STATE(6671), 1, sym_base_class_clause, ACTIONS(4702), 2, anon_sym_final, anon_sym_override, STATE(3631), 2, sym__class_name, sym_qualified_type_identifier, STATE(4781), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, [190104] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(6175), 1, anon_sym_COLON, ACTIONS(6262), 1, anon_sym_COLON_COLON, ACTIONS(7646), 1, anon_sym_LBRACE, ACTIONS(7789), 1, sym_identifier, STATE(4685), 1, sym_template_type, STATE(4783), 1, sym_field_declaration_list, STATE(5783), 1, sym__scope_resolution, STATE(6090), 1, sym_virtual_specifier, STATE(6853), 1, sym_base_class_clause, ACTIONS(4702), 2, anon_sym_final, anon_sym_override, STATE(4733), 2, sym__class_name, sym_qualified_type_identifier, STATE(5078), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, [190160] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(6175), 1, anon_sym_COLON, ACTIONS(6262), 1, anon_sym_COLON_COLON, ACTIONS(7646), 1, anon_sym_LBRACE, ACTIONS(7789), 1, sym_identifier, STATE(4685), 1, sym_template_type, STATE(4783), 1, sym_field_declaration_list, STATE(5783), 1, sym__scope_resolution, STATE(6090), 1, sym_virtual_specifier, STATE(6853), 1, sym_base_class_clause, ACTIONS(4702), 2, anon_sym_final, anon_sym_override, STATE(4733), 2, sym__class_name, sym_qualified_type_identifier, STATE(4781), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, [190216] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(6173), 1, anon_sym_LBRACE, ACTIONS(6175), 1, anon_sym_COLON, ACTIONS(6308), 1, anon_sym_COLON_COLON, ACTIONS(7785), 1, sym_identifier, STATE(3582), 1, sym_template_type, STATE(3660), 1, sym_field_declaration_list, STATE(5778), 1, sym__scope_resolution, STATE(6012), 1, sym_virtual_specifier, STATE(6756), 1, sym_base_class_clause, ACTIONS(4702), 2, anon_sym_final, anon_sym_override, STATE(3864), 2, sym__class_name, sym_qualified_type_identifier, STATE(4781), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, [190272] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(6173), 1, anon_sym_LBRACE, ACTIONS(6175), 1, anon_sym_COLON, ACTIONS(6308), 1, anon_sym_COLON_COLON, ACTIONS(7785), 1, sym_identifier, STATE(3582), 1, sym_template_type, STATE(3660), 1, sym_field_declaration_list, STATE(5778), 1, sym__scope_resolution, STATE(6012), 1, sym_virtual_specifier, STATE(6756), 1, sym_base_class_clause, ACTIONS(4702), 2, anon_sym_final, anon_sym_override, STATE(3864), 2, sym__class_name, sym_qualified_type_identifier, STATE(5019), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, [190328] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(4564), 1, anon_sym_LPAREN2, ACTIONS(6961), 1, anon_sym_STAR, ACTIONS(6963), 1, anon_sym_AMP_AMP, ACTIONS(6965), 1, anon_sym_AMP, ACTIONS(6967), 1, anon_sym_LBRACK, STATE(3887), 1, sym_parameter_list, STATE(5434), 1, sym__function_declarator_seq, STATE(5670), 1, sym__abstract_declarator, STATE(5464), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, ACTIONS(6504), 7, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_EQ, anon_sym_final, anon_sym_override, anon_sym_try, anon_sym_requires, [190372] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(4698), 1, anon_sym_LBRACE, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(6175), 1, anon_sym_COLON, ACTIONS(6342), 1, anon_sym_COLON_COLON, ACTIONS(7797), 1, sym_identifier, STATE(2227), 1, sym_template_type, STATE(2257), 1, sym_field_declaration_list, STATE(5715), 1, sym__scope_resolution, STATE(6174), 1, sym_virtual_specifier, STATE(6814), 1, sym_base_class_clause, ACTIONS(4702), 2, anon_sym_final, anon_sym_override, STATE(2194), 2, sym__class_name, sym_qualified_type_identifier, STATE(4781), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, [190428] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(6175), 1, anon_sym_COLON, ACTIONS(6262), 1, anon_sym_COLON_COLON, ACTIONS(7646), 1, anon_sym_LBRACE, ACTIONS(7789), 1, sym_identifier, STATE(4685), 1, sym_template_type, STATE(4807), 1, sym_field_declaration_list, STATE(5783), 1, sym__scope_resolution, STATE(6058), 1, sym_virtual_specifier, STATE(6819), 1, sym_base_class_clause, ACTIONS(4702), 2, anon_sym_final, anon_sym_override, STATE(4749), 2, sym__class_name, sym_qualified_type_identifier, STATE(4781), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, [190484] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(7966), 1, sym_identifier, ACTIONS(7968), 1, anon_sym_LPAREN2, ACTIONS(7970), 1, anon_sym_defined, ACTIONS(8102), 1, sym_number_literal, ACTIONS(7972), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(7974), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(7978), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, STATE(5131), 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, [190524] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(6437), 1, anon_sym_noexcept, ACTIONS(6439), 1, anon_sym_throw, ACTIONS(6598), 1, anon_sym_DASH_GT, ACTIONS(6600), 1, anon_sym_requires, ACTIONS(7763), 1, anon_sym_LBRACK, STATE(5420), 1, sym_requires_clause, STATE(5654), 1, sym_trailing_return_type, ACTIONS(6524), 2, anon_sym_final, anon_sym_override, STATE(5249), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, STATE(5268), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(5271), 2, sym_noexcept, sym_throw_specifier, ACTIONS(7761), 4, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_GT2, [190574] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(8106), 5, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT, ACTIONS(8104), 15, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, [190602] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(7920), 1, anon_sym_SLASH, ACTIONS(7918), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(8054), 4, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT, ACTIONS(8052), 13, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, [190634] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(4698), 1, anon_sym_LBRACE, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(6175), 1, anon_sym_COLON, ACTIONS(6342), 1, anon_sym_COLON_COLON, ACTIONS(7797), 1, sym_identifier, STATE(2227), 1, sym_template_type, STATE(2284), 1, sym_field_declaration_list, STATE(5715), 1, sym__scope_resolution, STATE(6129), 1, sym_virtual_specifier, STATE(6936), 1, sym_base_class_clause, ACTIONS(4702), 2, anon_sym_final, anon_sym_override, STATE(2190), 2, sym__class_name, sym_qualified_type_identifier, STATE(5077), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, [190690] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(6435), 1, anon_sym_DASH_GT, ACTIONS(6441), 1, anon_sym_requires, ACTIONS(8110), 1, anon_sym_LBRACK, STATE(5279), 1, sym_trailing_return_type, STATE(5400), 1, sym_requires_clause, ACTIONS(5098), 2, anon_sym_final, anon_sym_override, STATE(4781), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(5267), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, ACTIONS(8108), 8, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, anon_sym_try, [190734] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(6435), 1, anon_sym_DASH_GT, ACTIONS(6441), 1, anon_sym_requires, ACTIONS(8114), 1, anon_sym_LBRACK, STATE(5278), 1, sym_trailing_return_type, STATE(5393), 1, sym_requires_clause, ACTIONS(5098), 2, anon_sym_final, anon_sym_override, STATE(4781), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(5294), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, ACTIONS(8112), 8, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, anon_sym_try, [190778] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(6173), 1, anon_sym_LBRACE, ACTIONS(6175), 1, anon_sym_COLON, ACTIONS(6322), 1, anon_sym_COLON_COLON, ACTIONS(7787), 1, sym_identifier, STATE(3582), 1, sym_template_type, STATE(3733), 1, sym_field_declaration_list, STATE(5744), 1, sym__scope_resolution, STATE(5974), 1, sym_virtual_specifier, STATE(6671), 1, sym_base_class_clause, ACTIONS(4702), 2, anon_sym_final, anon_sym_override, STATE(3859), 2, sym__class_name, sym_qualified_type_identifier, STATE(4781), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, [190834] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(4698), 1, anon_sym_LBRACE, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(6175), 1, anon_sym_COLON, ACTIONS(6342), 1, anon_sym_COLON_COLON, ACTIONS(7797), 1, sym_identifier, STATE(2227), 1, sym_template_type, STATE(2284), 1, sym_field_declaration_list, STATE(5715), 1, sym__scope_resolution, STATE(6129), 1, sym_virtual_specifier, STATE(6936), 1, sym_base_class_clause, ACTIONS(4702), 2, anon_sym_final, anon_sym_override, STATE(2190), 2, sym__class_name, sym_qualified_type_identifier, STATE(4781), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, [190890] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(8118), 5, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT, ACTIONS(8116), 15, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, [190918] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(7966), 1, sym_identifier, ACTIONS(7968), 1, anon_sym_LPAREN2, ACTIONS(7970), 1, anon_sym_defined, ACTIONS(8120), 1, sym_number_literal, ACTIONS(7972), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(7974), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(7978), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, STATE(5111), 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, [190958] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(7966), 1, sym_identifier, ACTIONS(7968), 1, anon_sym_LPAREN2, ACTIONS(7970), 1, anon_sym_defined, ACTIONS(8122), 1, sym_number_literal, ACTIONS(7972), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(7974), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(7978), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, STATE(5116), 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, [190998] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(6435), 1, anon_sym_DASH_GT, ACTIONS(6441), 1, anon_sym_requires, ACTIONS(8110), 1, anon_sym_LBRACK, STATE(5279), 1, sym_trailing_return_type, STATE(5400), 1, sym_requires_clause, ACTIONS(5098), 2, anon_sym_final, anon_sym_override, STATE(5085), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(5267), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, ACTIONS(8108), 8, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, anon_sym_try, [191042] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(8054), 5, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT, ACTIONS(8052), 15, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, [191070] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(4578), 1, anon_sym_COLON_COLON, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(6173), 1, anon_sym_LBRACE, ACTIONS(6175), 1, anon_sym_COLON, ACTIONS(7771), 1, sym_identifier, STATE(3582), 1, sym_template_type, STATE(3660), 1, sym_field_declaration_list, STATE(5722), 1, sym__scope_resolution, STATE(6012), 1, sym_virtual_specifier, STATE(6756), 1, sym_base_class_clause, ACTIONS(4702), 2, anon_sym_final, anon_sym_override, STATE(3630), 2, sym__class_name, sym_qualified_type_identifier, STATE(4781), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, [191126] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5295), 1, anon_sym_LBRACE, ACTIONS(6175), 1, anon_sym_COLON, ACTIONS(7579), 1, anon_sym_COLON_COLON, ACTIONS(7712), 1, sym_identifier, STATE(2857), 1, sym_template_type, STATE(3344), 1, sym_field_declaration_list, STATE(5804), 1, sym__scope_resolution, STATE(6185), 1, sym_virtual_specifier, STATE(6963), 1, sym_base_class_clause, ACTIONS(4702), 2, anon_sym_final, anon_sym_override, STATE(2752), 2, sym__class_name, sym_qualified_type_identifier, STATE(4781), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, [191182] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5333), 1, anon_sym_LBRACE, ACTIONS(6175), 1, anon_sym_COLON, ACTIONS(6336), 1, anon_sym_COLON_COLON, ACTIONS(7779), 1, sym_identifier, STATE(2869), 1, sym_template_type, STATE(3086), 1, sym_field_declaration_list, STATE(5758), 1, sym__scope_resolution, STATE(5982), 1, sym_virtual_specifier, STATE(6744), 1, sym_base_class_clause, ACTIONS(4702), 2, anon_sym_final, anon_sym_override, STATE(2812), 2, sym__class_name, sym_qualified_type_identifier, STATE(4781), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, [191238] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(7942), 1, sym_identifier, ACTIONS(7946), 1, anon_sym_LPAREN2, ACTIONS(7948), 1, anon_sym_defined, ACTIONS(8124), 1, sym_number_literal, ACTIONS(7950), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(7952), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(7956), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, STATE(5045), 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, [191278] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(7966), 1, sym_identifier, ACTIONS(7968), 1, anon_sym_LPAREN2, ACTIONS(7970), 1, anon_sym_defined, ACTIONS(8126), 1, sym_number_literal, ACTIONS(7972), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(7974), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(7978), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, STATE(5127), 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, [191318] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5295), 1, anon_sym_LBRACE, ACTIONS(6175), 1, anon_sym_COLON, ACTIONS(7579), 1, anon_sym_COLON_COLON, ACTIONS(7712), 1, sym_identifier, STATE(2857), 1, sym_template_type, STATE(3286), 1, sym_field_declaration_list, STATE(5804), 1, sym__scope_resolution, STATE(5998), 1, sym_virtual_specifier, STATE(6768), 1, sym_base_class_clause, ACTIONS(4702), 2, anon_sym_final, anon_sym_override, STATE(2740), 2, sym__class_name, sym_qualified_type_identifier, STATE(5094), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, [191374] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5295), 1, anon_sym_LBRACE, ACTIONS(6175), 1, anon_sym_COLON, ACTIONS(7579), 1, anon_sym_COLON_COLON, ACTIONS(7712), 1, sym_identifier, STATE(2857), 1, sym_template_type, STATE(3286), 1, sym_field_declaration_list, STATE(5804), 1, sym__scope_resolution, STATE(5998), 1, sym_virtual_specifier, STATE(6768), 1, sym_base_class_clause, ACTIONS(4702), 2, anon_sym_final, anon_sym_override, STATE(2740), 2, sym__class_name, sym_qualified_type_identifier, STATE(4781), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, [191430] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(7942), 1, sym_identifier, ACTIONS(7946), 1, anon_sym_LPAREN2, ACTIONS(7948), 1, anon_sym_defined, ACTIONS(8128), 1, sym_number_literal, ACTIONS(7950), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(7952), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(7956), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, STATE(5043), 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, [191470] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5333), 1, anon_sym_LBRACE, ACTIONS(6175), 1, anon_sym_COLON, ACTIONS(6336), 1, anon_sym_COLON_COLON, ACTIONS(7779), 1, sym_identifier, STATE(2869), 1, sym_template_type, STATE(3096), 1, sym_field_declaration_list, STATE(5758), 1, sym__scope_resolution, STATE(6005), 1, sym_virtual_specifier, STATE(6713), 1, sym_base_class_clause, ACTIONS(4702), 2, anon_sym_final, anon_sym_override, STATE(2823), 2, sym__class_name, sym_qualified_type_identifier, STATE(4781), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, [191526] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(7942), 1, sym_identifier, ACTIONS(7946), 1, anon_sym_LPAREN2, ACTIONS(7948), 1, anon_sym_defined, ACTIONS(8130), 1, sym_number_literal, ACTIONS(7950), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(7952), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(7956), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, STATE(5031), 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, [191566] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(7966), 1, sym_identifier, ACTIONS(7968), 1, anon_sym_LPAREN2, ACTIONS(7970), 1, anon_sym_defined, ACTIONS(8132), 1, sym_number_literal, ACTIONS(7972), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(7974), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(7978), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, STATE(5114), 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, [191606] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5281), 1, anon_sym_COLON_COLON, ACTIONS(6175), 1, anon_sym_COLON, ACTIONS(6498), 1, anon_sym_LBRACE, ACTIONS(7777), 1, sym_identifier, STATE(3582), 1, sym_template_type, STATE(3974), 1, sym_field_declaration_list, STATE(5749), 1, sym__scope_resolution, STATE(6142), 1, sym_virtual_specifier, STATE(6666), 1, sym_base_class_clause, ACTIONS(4702), 2, anon_sym_final, anon_sym_override, STATE(3853), 2, sym__class_name, sym_qualified_type_identifier, STATE(4781), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, [191662] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5333), 1, anon_sym_LBRACE, ACTIONS(6175), 1, anon_sym_COLON, ACTIONS(6336), 1, anon_sym_COLON_COLON, ACTIONS(7779), 1, sym_identifier, STATE(2869), 1, sym_template_type, STATE(3096), 1, sym_field_declaration_list, STATE(5758), 1, sym__scope_resolution, STATE(6005), 1, sym_virtual_specifier, STATE(6713), 1, sym_base_class_clause, ACTIONS(4702), 2, anon_sym_final, anon_sym_override, STATE(2823), 2, sym__class_name, sym_qualified_type_identifier, STATE(5095), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, [191718] = 11, ACTIONS(7960), 1, sym_comment, ACTIONS(8052), 1, anon_sym_LF, ACTIONS(8138), 1, anon_sym_PIPE, ACTIONS(8140), 1, anon_sym_CARET, ACTIONS(8142), 1, anon_sym_AMP, ACTIONS(8054), 2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, ACTIONS(8134), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(8144), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(8148), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(8136), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(8146), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, [191761] = 10, ACTIONS(7960), 1, sym_comment, ACTIONS(8052), 1, anon_sym_LF, ACTIONS(8140), 1, anon_sym_CARET, ACTIONS(8142), 1, anon_sym_AMP, ACTIONS(8134), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(8144), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(8148), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(8054), 3, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_PIPE, ACTIONS(8136), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(8146), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, [191802] = 12, ACTIONS(7960), 1, sym_comment, ACTIONS(8138), 1, anon_sym_PIPE, ACTIONS(8140), 1, anon_sym_CARET, ACTIONS(8142), 1, anon_sym_AMP, ACTIONS(8150), 1, anon_sym_LF, ACTIONS(8152), 1, anon_sym_PIPE_PIPE, ACTIONS(8154), 1, anon_sym_AMP_AMP, ACTIONS(8134), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(8144), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(8148), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(8136), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(8146), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, [191847] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(7920), 1, anon_sym_SLASH, ACTIONS(7922), 1, anon_sym_PIPE_PIPE, ACTIONS(7924), 1, anon_sym_AMP_AMP, ACTIONS(7926), 1, anon_sym_PIPE, ACTIONS(7928), 1, anon_sym_CARET, ACTIONS(7930), 1, anon_sym_AMP, ACTIONS(8156), 1, anon_sym_RPAREN, ACTIONS(7916), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(7918), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(7932), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(7934), 2, anon_sym_GT, anon_sym_LT, ACTIONS(7936), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(7938), 2, anon_sym_LT_LT, anon_sym_GT_GT, [191896] = 3, ACTIONS(7960), 1, sym_comment, ACTIONS(8000), 1, anon_sym_LF, ACTIONS(8002), 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, [191923] = 12, ACTIONS(7960), 1, sym_comment, ACTIONS(8138), 1, anon_sym_PIPE, ACTIONS(8140), 1, anon_sym_CARET, ACTIONS(8142), 1, anon_sym_AMP, ACTIONS(8152), 1, anon_sym_PIPE_PIPE, ACTIONS(8154), 1, anon_sym_AMP_AMP, ACTIONS(8158), 1, anon_sym_LF, ACTIONS(8134), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(8144), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(8148), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(8136), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(8146), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, [191968] = 3, ACTIONS(7960), 1, sym_comment, ACTIONS(8052), 1, anon_sym_LF, ACTIONS(8054), 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, [191995] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(117), 1, anon_sym_virtual, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(3657), 1, anon_sym_COLON_COLON, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(7787), 1, sym_identifier, STATE(3582), 1, sym_template_type, STATE(5556), 1, sym_access_specifier, STATE(5806), 1, sym__scope_resolution, STATE(6163), 1, sym_virtual, STATE(5139), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(6387), 2, sym__class_name, sym_qualified_type_identifier, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, ACTIONS(8160), 3, anon_sym_public, anon_sym_private, anon_sym_protected, [192046] = 12, ACTIONS(7960), 1, sym_comment, ACTIONS(8138), 1, anon_sym_PIPE, ACTIONS(8140), 1, anon_sym_CARET, ACTIONS(8142), 1, anon_sym_AMP, ACTIONS(8152), 1, anon_sym_PIPE_PIPE, ACTIONS(8154), 1, anon_sym_AMP_AMP, ACTIONS(8162), 1, anon_sym_LF, ACTIONS(8134), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(8144), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(8148), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(8136), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(8146), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, [192091] = 3, ACTIONS(7960), 1, sym_comment, ACTIONS(8098), 1, anon_sym_LF, ACTIONS(8100), 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, [192118] = 12, ACTIONS(7960), 1, sym_comment, ACTIONS(8052), 1, anon_sym_LF, ACTIONS(8054), 1, anon_sym_PIPE_PIPE, ACTIONS(8138), 1, anon_sym_PIPE, ACTIONS(8140), 1, anon_sym_CARET, ACTIONS(8142), 1, anon_sym_AMP, ACTIONS(8154), 1, anon_sym_AMP_AMP, ACTIONS(8134), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(8144), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(8148), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(8136), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(8146), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, [192163] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(6478), 1, anon_sym_LBRACK_LBRACK, ACTIONS(6494), 1, anon_sym_DASH_GT, ACTIONS(6496), 1, anon_sym_requires, ACTIONS(8110), 1, anon_sym_LBRACK, STATE(5339), 1, sym_trailing_return_type, STATE(5400), 1, sym_requires_clause, ACTIONS(5098), 2, anon_sym_final, anon_sym_override, STATE(5140), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(5267), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, ACTIONS(8108), 7, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, anon_sym_try, [192206] = 12, ACTIONS(7960), 1, sym_comment, ACTIONS(8138), 1, anon_sym_PIPE, ACTIONS(8140), 1, anon_sym_CARET, ACTIONS(8142), 1, anon_sym_AMP, ACTIONS(8152), 1, anon_sym_PIPE_PIPE, ACTIONS(8154), 1, anon_sym_AMP_AMP, ACTIONS(8164), 1, anon_sym_LF, ACTIONS(8134), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(8144), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(8148), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(8136), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(8146), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, [192251] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(6478), 1, anon_sym_LBRACK_LBRACK, ACTIONS(6494), 1, anon_sym_DASH_GT, ACTIONS(6496), 1, anon_sym_requires, ACTIONS(8110), 1, anon_sym_LBRACK, STATE(5339), 1, sym_trailing_return_type, STATE(5400), 1, sym_requires_clause, ACTIONS(5098), 2, anon_sym_final, anon_sym_override, STATE(5267), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, STATE(5320), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, ACTIONS(8108), 7, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, anon_sym_try, [192294] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(117), 1, anon_sym_virtual, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(3657), 1, anon_sym_COLON_COLON, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(7787), 1, sym_identifier, STATE(3582), 1, sym_template_type, STATE(5577), 1, sym_access_specifier, STATE(5806), 1, sym__scope_resolution, STATE(5975), 1, sym_virtual, STATE(4781), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(6018), 2, sym__class_name, sym_qualified_type_identifier, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, ACTIONS(8160), 3, anon_sym_public, anon_sym_private, anon_sym_protected, [192345] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(6478), 1, anon_sym_LBRACK_LBRACK, ACTIONS(6494), 1, anon_sym_DASH_GT, ACTIONS(6496), 1, anon_sym_requires, ACTIONS(6540), 1, anon_sym_LBRACK, STATE(5318), 1, sym_trailing_return_type, STATE(5431), 1, sym_requires_clause, ACTIONS(5098), 2, anon_sym_final, anon_sym_override, STATE(5234), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, STATE(5320), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, ACTIONS(6538), 7, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, anon_sym_try, [192388] = 12, ACTIONS(7960), 1, sym_comment, ACTIONS(8138), 1, anon_sym_PIPE, ACTIONS(8140), 1, anon_sym_CARET, ACTIONS(8142), 1, anon_sym_AMP, ACTIONS(8152), 1, anon_sym_PIPE_PIPE, ACTIONS(8154), 1, anon_sym_AMP_AMP, ACTIONS(8166), 1, anon_sym_LF, ACTIONS(8134), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(8144), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(8148), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(8136), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(8146), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, [192433] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(4564), 1, anon_sym_LPAREN2, ACTIONS(6967), 1, anon_sym_LBRACK, ACTIONS(7381), 1, anon_sym_STAR, ACTIONS(7383), 1, anon_sym_AMP_AMP, ACTIONS(7385), 1, anon_sym_AMP, STATE(3999), 1, sym_parameter_list, STATE(5434), 1, sym__function_declarator_seq, STATE(5690), 1, sym__abstract_declarator, STATE(5464), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, ACTIONS(6504), 6, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_requires, [192476] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(6478), 1, anon_sym_LBRACK_LBRACK, ACTIONS(6494), 1, anon_sym_DASH_GT, ACTIONS(6496), 1, anon_sym_requires, ACTIONS(7763), 1, anon_sym_LBRACK, STATE(5323), 1, sym_trailing_return_type, STATE(5437), 1, sym_requires_clause, ACTIONS(5098), 2, anon_sym_final, anon_sym_override, STATE(5119), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(5247), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, ACTIONS(7761), 7, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, anon_sym_try, [192519] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(6478), 1, anon_sym_LBRACK_LBRACK, ACTIONS(6494), 1, anon_sym_DASH_GT, ACTIONS(6496), 1, anon_sym_requires, ACTIONS(7763), 1, anon_sym_LBRACK, STATE(5323), 1, sym_trailing_return_type, STATE(5437), 1, sym_requires_clause, ACTIONS(5098), 2, anon_sym_final, anon_sym_override, STATE(5247), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, STATE(5320), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, ACTIONS(7761), 7, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, anon_sym_try, [192562] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(6431), 1, anon_sym_LBRACK, ACTIONS(6478), 1, anon_sym_LBRACK_LBRACK, ACTIONS(6494), 1, anon_sym_DASH_GT, ACTIONS(6496), 1, anon_sym_requires, STATE(5342), 1, sym_trailing_return_type, STATE(5399), 1, sym_requires_clause, ACTIONS(5098), 2, anon_sym_final, anon_sym_override, STATE(5121), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(5311), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, ACTIONS(6423), 7, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, anon_sym_try, [192605] = 12, ACTIONS(7960), 1, sym_comment, ACTIONS(8138), 1, anon_sym_PIPE, ACTIONS(8140), 1, anon_sym_CARET, ACTIONS(8142), 1, anon_sym_AMP, ACTIONS(8152), 1, anon_sym_PIPE_PIPE, ACTIONS(8154), 1, anon_sym_AMP_AMP, ACTIONS(8168), 1, anon_sym_LF, ACTIONS(8134), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(8144), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(8148), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(8136), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(8146), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, [192650] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(6478), 1, anon_sym_LBRACK_LBRACK, ACTIONS(6494), 1, anon_sym_DASH_GT, ACTIONS(6496), 1, anon_sym_requires, ACTIONS(6540), 1, anon_sym_LBRACK, STATE(5318), 1, sym_trailing_return_type, STATE(5431), 1, sym_requires_clause, ACTIONS(5098), 2, anon_sym_final, anon_sym_override, STATE(5125), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(5234), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, ACTIONS(6538), 7, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, anon_sym_try, [192693] = 12, ACTIONS(7960), 1, sym_comment, ACTIONS(8138), 1, anon_sym_PIPE, ACTIONS(8140), 1, anon_sym_CARET, ACTIONS(8142), 1, anon_sym_AMP, ACTIONS(8152), 1, anon_sym_PIPE_PIPE, ACTIONS(8154), 1, anon_sym_AMP_AMP, ACTIONS(8170), 1, anon_sym_LF, ACTIONS(8134), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(8144), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(8148), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(8136), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(8146), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, [192738] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(6431), 1, anon_sym_LBRACK, ACTIONS(6478), 1, anon_sym_LBRACK_LBRACK, ACTIONS(6494), 1, anon_sym_DASH_GT, ACTIONS(6496), 1, anon_sym_requires, STATE(5342), 1, sym_trailing_return_type, STATE(5399), 1, sym_requires_clause, ACTIONS(5098), 2, anon_sym_final, anon_sym_override, STATE(5311), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, STATE(5320), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, ACTIONS(6423), 7, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, anon_sym_try, [192781] = 12, ACTIONS(7960), 1, sym_comment, ACTIONS(8138), 1, anon_sym_PIPE, ACTIONS(8140), 1, anon_sym_CARET, ACTIONS(8142), 1, anon_sym_AMP, ACTIONS(8152), 1, anon_sym_PIPE_PIPE, ACTIONS(8154), 1, anon_sym_AMP_AMP, ACTIONS(8172), 1, anon_sym_LF, ACTIONS(8134), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(8144), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(8148), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(8136), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(8146), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, [192826] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(117), 1, anon_sym_virtual, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(3657), 1, anon_sym_COLON_COLON, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(7787), 1, sym_identifier, STATE(3582), 1, sym_template_type, STATE(5602), 1, sym_access_specifier, STATE(5806), 1, sym__scope_resolution, STATE(6056), 1, sym_virtual, STATE(5120), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(6061), 2, sym__class_name, sym_qualified_type_identifier, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, ACTIONS(8160), 3, anon_sym_public, anon_sym_private, anon_sym_protected, [192877] = 5, ACTIONS(7960), 1, sym_comment, ACTIONS(8052), 1, anon_sym_LF, ACTIONS(8134), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(8136), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(8054), 13, 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, [192908] = 3, ACTIONS(7960), 1, sym_comment, ACTIONS(8116), 1, anon_sym_LF, ACTIONS(8118), 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, [192935] = 4, ACTIONS(7960), 1, sym_comment, ACTIONS(8052), 1, anon_sym_LF, ACTIONS(8136), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(8054), 15, anon_sym_DASH, anon_sym_PLUS, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, [192964] = 9, ACTIONS(7960), 1, sym_comment, ACTIONS(8052), 1, anon_sym_LF, ACTIONS(8142), 1, anon_sym_AMP, ACTIONS(8134), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(8144), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(8148), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(8136), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(8054), 4, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_PIPE, anon_sym_CARET, ACTIONS(8146), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, [193003] = 3, ACTIONS(5399), 1, anon_sym_LF, ACTIONS(7960), 1, sym_comment, ACTIONS(5401), 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, [193030] = 12, ACTIONS(7960), 1, sym_comment, ACTIONS(8138), 1, anon_sym_PIPE, ACTIONS(8140), 1, anon_sym_CARET, ACTIONS(8142), 1, anon_sym_AMP, ACTIONS(8152), 1, anon_sym_PIPE_PIPE, ACTIONS(8154), 1, anon_sym_AMP_AMP, ACTIONS(8174), 1, anon_sym_LF, ACTIONS(8134), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(8144), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(8148), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(8136), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(8146), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, [193075] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(117), 1, anon_sym_virtual, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(3657), 1, anon_sym_COLON_COLON, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(7787), 1, sym_identifier, STATE(3582), 1, sym_template_type, STATE(5594), 1, sym_access_specifier, STATE(5806), 1, sym__scope_resolution, STATE(6102), 1, sym_virtual, STATE(4781), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(6577), 2, sym__class_name, sym_qualified_type_identifier, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, ACTIONS(8160), 3, anon_sym_public, anon_sym_private, anon_sym_protected, [193126] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(6478), 1, anon_sym_LBRACK_LBRACK, ACTIONS(6494), 1, anon_sym_DASH_GT, ACTIONS(6496), 1, anon_sym_requires, ACTIONS(8114), 1, anon_sym_LBRACK, STATE(5353), 1, sym_trailing_return_type, STATE(5393), 1, sym_requires_clause, ACTIONS(5098), 2, anon_sym_final, anon_sym_override, STATE(5294), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, STATE(5320), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, ACTIONS(8112), 7, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, anon_sym_try, [193169] = 8, ACTIONS(7960), 1, sym_comment, ACTIONS(8052), 1, anon_sym_LF, ACTIONS(8134), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(8144), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(8148), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(8136), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(8146), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, ACTIONS(8054), 5, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, [193206] = 7, ACTIONS(7960), 1, sym_comment, ACTIONS(8052), 1, anon_sym_LF, ACTIONS(8134), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(8148), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(8136), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(8146), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, ACTIONS(8054), 7, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, [193241] = 3, ACTIONS(7960), 1, sym_comment, ACTIONS(8104), 1, anon_sym_LF, ACTIONS(8106), 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, [193268] = 3, ACTIONS(7960), 1, sym_comment, ACTIONS(8088), 1, anon_sym_LF, ACTIONS(8090), 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, [193295] = 12, ACTIONS(7960), 1, sym_comment, ACTIONS(8138), 1, anon_sym_PIPE, ACTIONS(8140), 1, anon_sym_CARET, ACTIONS(8142), 1, anon_sym_AMP, ACTIONS(8152), 1, anon_sym_PIPE_PIPE, ACTIONS(8154), 1, anon_sym_AMP_AMP, ACTIONS(8176), 1, anon_sym_LF, ACTIONS(8134), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(8144), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(8148), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(8136), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(8146), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, [193340] = 12, ACTIONS(7960), 1, sym_comment, ACTIONS(8138), 1, anon_sym_PIPE, ACTIONS(8140), 1, anon_sym_CARET, ACTIONS(8142), 1, anon_sym_AMP, ACTIONS(8152), 1, anon_sym_PIPE_PIPE, ACTIONS(8154), 1, anon_sym_AMP_AMP, ACTIONS(8178), 1, anon_sym_LF, ACTIONS(8134), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(8144), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(8148), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(8136), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(8146), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, [193385] = 6, ACTIONS(7960), 1, sym_comment, ACTIONS(8052), 1, anon_sym_LF, ACTIONS(8134), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(8148), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(8136), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(8054), 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, [193418] = 3, ACTIONS(7960), 1, sym_comment, ACTIONS(8064), 1, anon_sym_LF, ACTIONS(8066), 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, [193445] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(7920), 1, anon_sym_SLASH, ACTIONS(7922), 1, anon_sym_PIPE_PIPE, ACTIONS(7924), 1, anon_sym_AMP_AMP, ACTIONS(7926), 1, anon_sym_PIPE, ACTIONS(7928), 1, anon_sym_CARET, ACTIONS(7930), 1, anon_sym_AMP, ACTIONS(8180), 1, anon_sym_RPAREN, ACTIONS(7916), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(7918), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(7932), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(7934), 2, anon_sym_GT, anon_sym_LT, ACTIONS(7936), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(7938), 2, anon_sym_LT_LT, anon_sym_GT_GT, [193494] = 3, ACTIONS(7960), 1, sym_comment, ACTIONS(8030), 1, anon_sym_LF, ACTIONS(8032), 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, [193521] = 3, ACTIONS(7960), 1, sym_comment, ACTIONS(8094), 1, anon_sym_LF, ACTIONS(8096), 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, [193548] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(8184), 1, anon_sym_LBRACK, ACTIONS(8182), 17, anon_sym_DOT_DOT_DOT, 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, anon_sym_DASH_GT, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_try, anon_sym_noexcept, anon_sym_throw, anon_sym_requires, [193574] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(6544), 1, anon_sym_LPAREN2, ACTIONS(6552), 1, anon_sym_LBRACK, ACTIONS(7413), 1, anon_sym_STAR, ACTIONS(7415), 1, anon_sym_AMP_AMP, ACTIONS(7417), 1, anon_sym_AMP, STATE(4112), 1, sym_parameter_list, STATE(5447), 1, sym__function_declarator_seq, STATE(5731), 1, sym__abstract_declarator, ACTIONS(6504), 5, anon_sym_LBRACK_LBRACK, anon_sym_COLON, anon_sym_final, anon_sym_override, anon_sym_requires, STATE(5438), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, [193616] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(6437), 1, anon_sym_noexcept, ACTIONS(6439), 1, anon_sym_throw, ACTIONS(6478), 1, anon_sym_LBRACK_LBRACK, ACTIONS(6526), 1, anon_sym_requires, ACTIONS(6540), 1, anon_sym_LBRACK, ACTIONS(6678), 1, anon_sym_DASH_GT, STATE(5463), 1, sym_requires_clause, STATE(5531), 1, sym_trailing_return_type, ACTIONS(6524), 2, anon_sym_final, anon_sym_override, ACTIONS(6538), 2, anon_sym_LPAREN2, anon_sym_COLON, STATE(5233), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, STATE(5433), 2, sym_noexcept, sym_throw_specifier, STATE(5435), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [193664] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(125), 1, anon_sym_operator, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(2562), 1, anon_sym_TILDE, ACTIONS(2570), 1, anon_sym_COLON_COLON, ACTIONS(8186), 1, sym_identifier, ACTIONS(8188), 1, anon_sym_template, STATE(2842), 1, sym_operator_name, STATE(2845), 1, sym_qualified_identifier, STATE(2846), 1, sym_dependent_identifier, STATE(2847), 1, sym_destructor_name, STATE(2848), 1, sym_template_function, STATE(3578), 1, sym_template_type, STATE(3594), 1, sym_dependent_type_identifier, STATE(3688), 1, sym_qualified_type_identifier, STATE(5155), 1, sym__scope_resolution, STATE(6098), 1, sym_qualified_operator_cast_identifier, STATE(6157), 1, sym_operator_cast, STATE(7572), 1, sym_decltype, [193722] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(8190), 1, sym_identifier, ACTIONS(8192), 1, anon_sym_TILDE, ACTIONS(8194), 1, anon_sym_COLON_COLON, ACTIONS(8196), 1, anon_sym_template, ACTIONS(8198), 1, anon_sym_operator, STATE(2842), 1, sym_operator_name, STATE(2845), 1, sym_qualified_identifier, STATE(2846), 1, sym_dependent_identifier, STATE(2847), 1, sym_destructor_name, STATE(2848), 1, sym_template_function, STATE(3578), 1, sym_template_type, STATE(3594), 1, sym_dependent_type_identifier, STATE(3601), 1, sym_qualified_type_identifier, STATE(5156), 1, sym__scope_resolution, STATE(6098), 1, sym_qualified_operator_cast_identifier, STATE(6157), 1, sym_operator_cast, STATE(7572), 1, sym_decltype, [193780] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(6431), 1, anon_sym_LBRACK, ACTIONS(6437), 1, anon_sym_noexcept, ACTIONS(6439), 1, anon_sym_throw, ACTIONS(6478), 1, anon_sym_LBRACK_LBRACK, ACTIONS(6856), 1, anon_sym_DASH_GT, ACTIONS(6858), 1, anon_sym_requires, STATE(5399), 1, sym_requires_clause, STATE(5678), 1, sym_trailing_return_type, ACTIONS(5098), 2, anon_sym_final, anon_sym_override, ACTIONS(6423), 2, anon_sym_LPAREN2, anon_sym_COLON, STATE(5311), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, STATE(5470), 2, sym_noexcept, sym_throw_specifier, STATE(5472), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [193828] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(6437), 1, anon_sym_noexcept, ACTIONS(6439), 1, anon_sym_throw, ACTIONS(6478), 1, anon_sym_LBRACK_LBRACK, ACTIONS(6856), 1, anon_sym_DASH_GT, ACTIONS(6858), 1, anon_sym_requires, ACTIONS(7763), 1, anon_sym_LBRACK, STATE(5437), 1, sym_requires_clause, STATE(5707), 1, sym_trailing_return_type, ACTIONS(5098), 2, anon_sym_final, anon_sym_override, ACTIONS(7761), 2, anon_sym_LPAREN2, anon_sym_COLON, STATE(5247), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, STATE(5380), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(5392), 2, sym_noexcept, sym_throw_specifier, [193876] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(6431), 1, anon_sym_LBRACK, ACTIONS(6437), 1, anon_sym_noexcept, ACTIONS(6439), 1, anon_sym_throw, ACTIONS(6478), 1, anon_sym_LBRACK_LBRACK, ACTIONS(6526), 1, anon_sym_requires, ACTIONS(6678), 1, anon_sym_DASH_GT, STATE(5407), 1, sym_requires_clause, STATE(5538), 1, sym_trailing_return_type, ACTIONS(6423), 2, anon_sym_LPAREN2, anon_sym_COLON, ACTIONS(6524), 2, anon_sym_final, anon_sym_override, STATE(5297), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, STATE(5441), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(5442), 2, sym_noexcept, sym_throw_specifier, [193924] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(125), 1, anon_sym_operator, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(2562), 1, anon_sym_TILDE, ACTIONS(3687), 1, anon_sym_COLON_COLON, ACTIONS(8200), 1, sym_identifier, ACTIONS(8202), 1, anon_sym_template, STATE(2842), 1, sym_operator_name, STATE(2845), 1, sym_qualified_identifier, STATE(2846), 1, sym_dependent_identifier, STATE(2847), 1, sym_destructor_name, STATE(2848), 1, sym_template_function, STATE(3578), 1, sym_template_type, STATE(3594), 1, sym_dependent_type_identifier, STATE(3601), 1, sym_qualified_type_identifier, STATE(5160), 1, sym__scope_resolution, STATE(6098), 1, sym_qualified_operator_cast_identifier, STATE(6157), 1, sym_operator_cast, STATE(7572), 1, sym_decltype, [193982] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(6437), 1, anon_sym_noexcept, ACTIONS(6439), 1, anon_sym_throw, ACTIONS(6478), 1, anon_sym_LBRACK_LBRACK, ACTIONS(6540), 1, anon_sym_LBRACK, ACTIONS(6856), 1, anon_sym_DASH_GT, ACTIONS(6858), 1, anon_sym_requires, STATE(5431), 1, sym_requires_clause, STATE(5706), 1, sym_trailing_return_type, ACTIONS(5098), 2, anon_sym_final, anon_sym_override, ACTIONS(6538), 2, anon_sym_LPAREN2, anon_sym_COLON, STATE(5234), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, STATE(5376), 2, sym_noexcept, sym_throw_specifier, STATE(5378), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [194030] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(6437), 1, anon_sym_noexcept, ACTIONS(6439), 1, anon_sym_throw, ACTIONS(6478), 1, anon_sym_LBRACK_LBRACK, ACTIONS(6526), 1, anon_sym_requires, ACTIONS(6678), 1, anon_sym_DASH_GT, ACTIONS(7763), 1, anon_sym_LBRACK, STATE(5420), 1, sym_requires_clause, STATE(5528), 1, sym_trailing_return_type, ACTIONS(6524), 2, anon_sym_final, anon_sym_override, ACTIONS(7761), 2, anon_sym_LPAREN2, anon_sym_COLON, STATE(5249), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, STATE(5427), 2, sym_noexcept, sym_throw_specifier, STATE(5429), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [194078] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(6534), 1, anon_sym_DASH_GT, ACTIONS(6536), 1, anon_sym_requires, ACTIONS(7763), 1, anon_sym_LBRACK, STATE(5420), 1, sym_requires_clause, STATE(5584), 1, sym_trailing_return_type, ACTIONS(6524), 2, anon_sym_final, anon_sym_override, STATE(4781), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(5249), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, ACTIONS(7761), 5, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_EQ, anon_sym_try, [194119] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(6522), 1, anon_sym_DASH_GT, ACTIONS(6526), 1, anon_sym_requires, ACTIONS(6540), 1, anon_sym_LBRACK, STATE(5463), 1, sym_requires_clause, STATE(5531), 1, sym_trailing_return_type, ACTIONS(6524), 2, anon_sym_final, anon_sym_override, STATE(4781), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(5233), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, ACTIONS(6538), 5, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, [194160] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5325), 1, anon_sym_LBRACK, ACTIONS(8204), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(5327), 14, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_or, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_try, anon_sym_requires, [194187] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(4564), 1, anon_sym_LPAREN2, ACTIONS(4566), 1, anon_sym_STAR, ACTIONS(4568), 1, anon_sym_AMP_AMP, ACTIONS(4570), 1, anon_sym_AMP, ACTIONS(6967), 1, anon_sym_LBRACK, ACTIONS(8206), 1, anon_sym_LT, ACTIONS(8208), 1, anon_sym_LBRACE, STATE(3248), 1, sym_compound_statement, STATE(3879), 1, sym_parameter_list, STATE(5178), 1, sym_template_parameter_list, STATE(5434), 1, sym__function_declarator_seq, STATE(5986), 1, sym__abstract_declarator, STATE(6172), 1, sym_abstract_function_declarator, STATE(5464), 4, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, [194236] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(5339), 1, anon_sym_LBRACK, ACTIONS(8204), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(8210), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(5341), 12, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_try, anon_sym_requires, [194265] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(6522), 1, anon_sym_DASH_GT, ACTIONS(6526), 1, anon_sym_requires, ACTIONS(7763), 1, anon_sym_LBRACK, STATE(5420), 1, sym_requires_clause, STATE(5528), 1, sym_trailing_return_type, ACTIONS(6524), 2, anon_sym_final, anon_sym_override, STATE(4781), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(5249), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, ACTIONS(7761), 5, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, [194306] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(45), 1, anon_sym___based, ACTIONS(1931), 1, anon_sym_operator, ACTIONS(6647), 1, anon_sym_LPAREN2, ACTIONS(6655), 1, sym_identifier, ACTIONS(6657), 1, anon_sym_STAR, ACTIONS(6659), 1, anon_sym_AMP_AMP, ACTIONS(6661), 1, anon_sym_AMP, STATE(5821), 1, sym__field_declarator, STATE(7143), 1, sym_ms_based_modifier, STATE(5685), 8, sym_parenthesized_field_declarator, sym_attributed_field_declarator, sym_pointer_field_declarator, sym_function_field_declarator, sym_array_field_declarator, sym_reference_field_declarator, sym_template_method, sym_operator_name, [194347] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(6528), 1, anon_sym_DASH_GT, ACTIONS(6530), 1, anon_sym_requires, ACTIONS(6540), 1, anon_sym_LBRACK, STATE(5431), 1, sym_requires_clause, STATE(5481), 1, sym_trailing_return_type, ACTIONS(5098), 2, anon_sym_final, anon_sym_override, STATE(5200), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(5234), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, ACTIONS(6538), 5, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_try, [194388] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(4564), 1, anon_sym_LPAREN2, ACTIONS(4566), 1, anon_sym_STAR, ACTIONS(4568), 1, anon_sym_AMP_AMP, ACTIONS(4570), 1, anon_sym_AMP, ACTIONS(6967), 1, anon_sym_LBRACK, ACTIONS(8212), 1, anon_sym_LBRACE, ACTIONS(8214), 1, anon_sym_requires, STATE(3879), 1, sym_parameter_list, STATE(5261), 1, sym_compound_statement, STATE(5332), 1, sym_requires_clause, STATE(5434), 1, sym__function_declarator_seq, STATE(5986), 1, sym__abstract_declarator, STATE(6158), 1, sym_abstract_function_declarator, STATE(5464), 4, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, [194437] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(8058), 1, anon_sym_LBRACE, ACTIONS(8062), 1, anon_sym_try, ACTIONS(8216), 1, anon_sym_COMMA, ACTIONS(8218), 1, anon_sym_LPAREN2, ACTIONS(8220), 1, anon_sym_SEMI, ACTIONS(8222), 1, anon_sym_LBRACK, ACTIONS(8224), 1, anon_sym_EQ, STATE(2459), 1, sym_try_statement, STATE(2460), 1, sym_compound_statement, STATE(3818), 1, sym_parameter_list, STATE(5628), 1, sym__function_declarator_seq, STATE(6331), 1, aux_sym_declaration_repeat1, STATE(5583), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(6798), 2, sym_argument_list, sym_initializer_list, [194488] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(4564), 1, anon_sym_LPAREN2, ACTIONS(4566), 1, anon_sym_STAR, ACTIONS(4568), 1, anon_sym_AMP_AMP, ACTIONS(4570), 1, anon_sym_AMP, ACTIONS(6967), 1, anon_sym_LBRACK, ACTIONS(8206), 1, anon_sym_LT, ACTIONS(8226), 1, anon_sym_LBRACE, STATE(3803), 1, sym_compound_statement, STATE(3879), 1, sym_parameter_list, STATE(5182), 1, sym_template_parameter_list, STATE(5434), 1, sym__function_declarator_seq, STATE(5986), 1, sym__abstract_declarator, STATE(6095), 1, sym_abstract_function_declarator, STATE(5464), 4, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, [194537] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(6431), 1, anon_sym_LBRACK, ACTIONS(6522), 1, anon_sym_DASH_GT, ACTIONS(6526), 1, anon_sym_requires, STATE(5407), 1, sym_requires_clause, STATE(5538), 1, sym_trailing_return_type, ACTIONS(6524), 2, anon_sym_final, anon_sym_override, STATE(4781), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(5297), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, ACTIONS(6423), 5, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, [194578] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(49), 1, anon_sym_LBRACE, ACTIONS(4564), 1, anon_sym_LPAREN2, ACTIONS(4566), 1, anon_sym_STAR, ACTIONS(4568), 1, anon_sym_AMP_AMP, ACTIONS(4570), 1, anon_sym_AMP, ACTIONS(6967), 1, anon_sym_LBRACK, ACTIONS(8206), 1, anon_sym_LT, STATE(2183), 1, sym_compound_statement, STATE(3879), 1, sym_parameter_list, STATE(5183), 1, sym_template_parameter_list, STATE(5434), 1, sym__function_declarator_seq, STATE(5986), 1, sym__abstract_declarator, STATE(6106), 1, sym_abstract_function_declarator, STATE(5464), 4, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, [194627] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(4564), 1, anon_sym_LPAREN2, ACTIONS(4566), 1, anon_sym_STAR, ACTIONS(4568), 1, anon_sym_AMP_AMP, ACTIONS(4570), 1, anon_sym_AMP, ACTIONS(6967), 1, anon_sym_LBRACK, ACTIONS(8206), 1, anon_sym_LT, ACTIONS(8228), 1, anon_sym_LBRACE, STATE(3620), 1, sym_compound_statement, STATE(3879), 1, sym_parameter_list, STATE(5220), 1, sym_template_parameter_list, STATE(5434), 1, sym__function_declarator_seq, STATE(5986), 1, sym__abstract_declarator, STATE(6066), 1, sym_abstract_function_declarator, STATE(5464), 4, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, [194676] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(6528), 1, anon_sym_DASH_GT, ACTIONS(6530), 1, anon_sym_requires, ACTIONS(6540), 1, anon_sym_LBRACK, STATE(5431), 1, sym_requires_clause, STATE(5481), 1, sym_trailing_return_type, ACTIONS(5098), 2, anon_sym_final, anon_sym_override, STATE(4781), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(5234), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, ACTIONS(6538), 5, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_try, [194717] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(4564), 1, anon_sym_LPAREN2, ACTIONS(4566), 1, anon_sym_STAR, ACTIONS(4568), 1, anon_sym_AMP_AMP, ACTIONS(4570), 1, anon_sym_AMP, ACTIONS(6967), 1, anon_sym_LBRACK, ACTIONS(8208), 1, anon_sym_LBRACE, ACTIONS(8214), 1, anon_sym_requires, STATE(3202), 1, sym_compound_statement, STATE(3879), 1, sym_parameter_list, STATE(5316), 1, sym_requires_clause, STATE(5434), 1, sym__function_declarator_seq, STATE(5986), 1, sym__abstract_declarator, STATE(6108), 1, sym_abstract_function_declarator, STATE(5464), 4, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, [194766] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(45), 1, anon_sym___based, ACTIONS(1931), 1, anon_sym_operator, ACTIONS(6645), 1, sym_identifier, ACTIONS(6647), 1, anon_sym_LPAREN2, ACTIONS(6649), 1, anon_sym_STAR, ACTIONS(6651), 1, anon_sym_AMP_AMP, ACTIONS(6653), 1, anon_sym_AMP, STATE(5587), 1, sym__field_declarator, STATE(7159), 1, sym_ms_based_modifier, STATE(5685), 8, sym_parenthesized_field_declarator, sym_attributed_field_declarator, sym_pointer_field_declarator, sym_function_field_declarator, sym_array_field_declarator, sym_reference_field_declarator, sym_template_method, sym_operator_name, [194807] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(4564), 1, anon_sym_LPAREN2, ACTIONS(4566), 1, anon_sym_STAR, ACTIONS(4568), 1, anon_sym_AMP_AMP, ACTIONS(4570), 1, anon_sym_AMP, ACTIONS(6967), 1, anon_sym_LBRACK, ACTIONS(8206), 1, anon_sym_LT, ACTIONS(8212), 1, anon_sym_LBRACE, STATE(3879), 1, sym_parameter_list, STATE(5171), 1, sym_template_parameter_list, STATE(5292), 1, sym_compound_statement, STATE(5434), 1, sym__function_declarator_seq, STATE(5986), 1, sym__abstract_declarator, STATE(6191), 1, sym_abstract_function_declarator, STATE(5464), 4, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, [194856] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(8040), 1, anon_sym_LBRACE, ACTIONS(8044), 1, anon_sym_try, ACTIONS(8216), 1, anon_sym_COMMA, ACTIONS(8218), 1, anon_sym_LPAREN2, ACTIONS(8222), 1, anon_sym_LBRACK, ACTIONS(8224), 1, anon_sym_EQ, ACTIONS(8230), 1, anon_sym_SEMI, STATE(2723), 1, sym_compound_statement, STATE(2724), 1, sym_try_statement, STATE(3818), 1, sym_parameter_list, STATE(5628), 1, sym__function_declarator_seq, STATE(6404), 1, aux_sym_declaration_repeat1, STATE(5583), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(6798), 2, sym_argument_list, sym_initializer_list, [194907] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(4564), 1, anon_sym_LPAREN2, ACTIONS(4566), 1, anon_sym_STAR, ACTIONS(4568), 1, anon_sym_AMP_AMP, ACTIONS(4570), 1, anon_sym_AMP, ACTIONS(6967), 1, anon_sym_LBRACK, ACTIONS(8214), 1, anon_sym_requires, ACTIONS(8226), 1, anon_sym_LBRACE, STATE(3784), 1, sym_compound_statement, STATE(3879), 1, sym_parameter_list, STATE(5335), 1, sym_requires_clause, STATE(5434), 1, sym__function_declarator_seq, STATE(5986), 1, sym__abstract_declarator, STATE(6120), 1, sym_abstract_function_declarator, STATE(5464), 4, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, [194956] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(49), 1, anon_sym_LBRACE, ACTIONS(4564), 1, anon_sym_LPAREN2, ACTIONS(4566), 1, anon_sym_STAR, ACTIONS(4568), 1, anon_sym_AMP_AMP, ACTIONS(4570), 1, anon_sym_AMP, ACTIONS(6967), 1, anon_sym_LBRACK, ACTIONS(8214), 1, anon_sym_requires, STATE(2192), 1, sym_compound_statement, STATE(3879), 1, sym_parameter_list, STATE(5341), 1, sym_requires_clause, STATE(5434), 1, sym__function_declarator_seq, STATE(5986), 1, sym__abstract_declarator, STATE(6071), 1, sym_abstract_function_declarator, STATE(5464), 4, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, [195005] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(6431), 1, anon_sym_LBRACK, ACTIONS(6534), 1, anon_sym_DASH_GT, ACTIONS(6536), 1, anon_sym_requires, STATE(5407), 1, sym_requires_clause, STATE(5595), 1, sym_trailing_return_type, ACTIONS(6524), 2, anon_sym_final, anon_sym_override, STATE(5203), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(5297), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, ACTIONS(6423), 5, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_EQ, anon_sym_try, [195046] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(8082), 1, anon_sym_LBRACE, ACTIONS(8086), 1, anon_sym_try, ACTIONS(8216), 1, anon_sym_COMMA, ACTIONS(8218), 1, anon_sym_LPAREN2, ACTIONS(8222), 1, anon_sym_LBRACK, ACTIONS(8224), 1, anon_sym_EQ, ACTIONS(8232), 1, anon_sym_SEMI, STATE(2673), 1, sym_try_statement, STATE(2685), 1, sym_compound_statement, STATE(3818), 1, sym_parameter_list, STATE(5628), 1, sym__function_declarator_seq, STATE(6308), 1, aux_sym_declaration_repeat1, STATE(5583), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(6798), 2, sym_argument_list, sym_initializer_list, [195097] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(4564), 1, anon_sym_LPAREN2, ACTIONS(4566), 1, anon_sym_STAR, ACTIONS(4568), 1, anon_sym_AMP_AMP, ACTIONS(4570), 1, anon_sym_AMP, ACTIONS(6967), 1, anon_sym_LBRACK, ACTIONS(8214), 1, anon_sym_requires, ACTIONS(8234), 1, anon_sym_LBRACE, STATE(3466), 1, sym_compound_statement, STATE(3879), 1, sym_parameter_list, STATE(5357), 1, sym_requires_clause, STATE(5434), 1, sym__function_declarator_seq, STATE(5986), 1, sym__abstract_declarator, STATE(5993), 1, sym_abstract_function_declarator, STATE(5464), 4, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, [195146] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(6431), 1, anon_sym_LBRACK, ACTIONS(6522), 1, anon_sym_DASH_GT, ACTIONS(6526), 1, anon_sym_requires, STATE(5407), 1, sym_requires_clause, STATE(5538), 1, sym_trailing_return_type, ACTIONS(6524), 2, anon_sym_final, anon_sym_override, STATE(5164), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(5297), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, ACTIONS(6423), 5, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, [195187] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(8216), 1, anon_sym_COMMA, ACTIONS(8218), 1, anon_sym_LPAREN2, ACTIONS(8222), 1, anon_sym_LBRACK, ACTIONS(8224), 1, anon_sym_EQ, ACTIONS(8236), 1, anon_sym_SEMI, ACTIONS(8238), 1, anon_sym_LBRACE, ACTIONS(8240), 1, anon_sym_try, STATE(579), 1, sym_try_statement, STATE(586), 1, sym_compound_statement, STATE(3818), 1, sym_parameter_list, STATE(5628), 1, sym__function_declarator_seq, STATE(6379), 1, aux_sym_declaration_repeat1, STATE(5583), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(6798), 2, sym_argument_list, sym_initializer_list, [195238] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(4564), 1, anon_sym_LPAREN2, ACTIONS(4566), 1, anon_sym_STAR, ACTIONS(4568), 1, anon_sym_AMP_AMP, ACTIONS(4570), 1, anon_sym_AMP, ACTIONS(6967), 1, anon_sym_LBRACK, ACTIONS(8206), 1, anon_sym_LT, ACTIONS(8234), 1, anon_sym_LBRACE, STATE(3540), 1, sym_compound_statement, STATE(3879), 1, sym_parameter_list, STATE(5186), 1, sym_template_parameter_list, STATE(5434), 1, sym__function_declarator_seq, STATE(5986), 1, sym__abstract_declarator, STATE(6028), 1, sym_abstract_function_declarator, STATE(5464), 4, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, [195287] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(4564), 1, anon_sym_LPAREN2, ACTIONS(4566), 1, anon_sym_STAR, ACTIONS(4568), 1, anon_sym_AMP_AMP, ACTIONS(4570), 1, anon_sym_AMP, ACTIONS(6967), 1, anon_sym_LBRACK, ACTIONS(8214), 1, anon_sym_requires, ACTIONS(8242), 1, anon_sym_LBRACE, STATE(3879), 1, sym_parameter_list, STATE(4048), 1, sym_compound_statement, STATE(5337), 1, sym_requires_clause, STATE(5434), 1, sym__function_declarator_seq, STATE(5986), 1, sym__abstract_declarator, STATE(5991), 1, sym_abstract_function_declarator, STATE(5464), 4, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, [195336] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(8216), 1, anon_sym_COMMA, ACTIONS(8218), 1, anon_sym_LPAREN2, ACTIONS(8222), 1, anon_sym_LBRACK, ACTIONS(8224), 1, anon_sym_EQ, ACTIONS(8244), 1, anon_sym_SEMI, ACTIONS(8246), 1, anon_sym_LBRACE, ACTIONS(8248), 1, anon_sym_try, STATE(1256), 1, sym_try_statement, STATE(1258), 1, sym_compound_statement, STATE(3818), 1, sym_parameter_list, STATE(5628), 1, sym__function_declarator_seq, STATE(6274), 1, aux_sym_declaration_repeat1, STATE(5583), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(6798), 2, sym_argument_list, sym_initializer_list, [195387] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(6534), 1, anon_sym_DASH_GT, ACTIONS(6536), 1, anon_sym_requires, ACTIONS(6540), 1, anon_sym_LBRACK, STATE(5463), 1, sym_requires_clause, STATE(5591), 1, sym_trailing_return_type, ACTIONS(6524), 2, anon_sym_final, anon_sym_override, STATE(5163), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(5233), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, ACTIONS(6538), 5, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_EQ, anon_sym_try, [195428] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(6522), 1, anon_sym_DASH_GT, ACTIONS(6526), 1, anon_sym_requires, ACTIONS(8110), 1, anon_sym_LBRACK, STATE(5417), 1, sym_requires_clause, STATE(5526), 1, sym_trailing_return_type, ACTIONS(6524), 2, anon_sym_final, anon_sym_override, STATE(5223), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(5257), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, ACTIONS(8108), 5, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, [195469] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(6522), 1, anon_sym_DASH_GT, ACTIONS(6526), 1, anon_sym_requires, ACTIONS(8110), 1, anon_sym_LBRACK, STATE(5417), 1, sym_requires_clause, STATE(5526), 1, sym_trailing_return_type, ACTIONS(6524), 2, anon_sym_final, anon_sym_override, STATE(4781), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(5257), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, ACTIONS(8108), 5, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, [195510] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(4564), 1, anon_sym_LPAREN2, ACTIONS(6967), 1, anon_sym_LBRACK, ACTIONS(7429), 1, anon_sym_STAR, ACTIONS(7431), 1, anon_sym_AMP_AMP, ACTIONS(7433), 1, anon_sym_AMP, STATE(4071), 1, sym_parameter_list, STATE(5434), 1, sym__function_declarator_seq, STATE(5870), 1, sym__abstract_declarator, ACTIONS(6504), 4, anon_sym_COLON, anon_sym_final, anon_sym_override, anon_sym_requires, STATE(5464), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, [195551] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(6522), 1, anon_sym_DASH_GT, ACTIONS(6526), 1, anon_sym_requires, ACTIONS(6540), 1, anon_sym_LBRACK, STATE(5463), 1, sym_requires_clause, STATE(5531), 1, sym_trailing_return_type, ACTIONS(6524), 2, anon_sym_final, anon_sym_override, STATE(5168), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(5233), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, ACTIONS(6538), 5, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, [195592] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(6431), 1, anon_sym_LBRACK, ACTIONS(6528), 1, anon_sym_DASH_GT, ACTIONS(6530), 1, anon_sym_requires, STATE(5399), 1, sym_requires_clause, STATE(5494), 1, sym_trailing_return_type, ACTIONS(5098), 2, anon_sym_final, anon_sym_override, STATE(4781), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(5311), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, ACTIONS(6423), 5, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_try, [195633] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(4564), 1, anon_sym_LPAREN2, ACTIONS(4566), 1, anon_sym_STAR, ACTIONS(4568), 1, anon_sym_AMP_AMP, ACTIONS(4570), 1, anon_sym_AMP, ACTIONS(6967), 1, anon_sym_LBRACK, ACTIONS(8214), 1, anon_sym_requires, ACTIONS(8250), 1, anon_sym_LBRACE, STATE(2981), 1, sym_compound_statement, STATE(3879), 1, sym_parameter_list, STATE(5334), 1, sym_requires_clause, STATE(5434), 1, sym__function_declarator_seq, STATE(5986), 1, sym__abstract_declarator, STATE(6107), 1, sym_abstract_function_declarator, STATE(5464), 4, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, [195682] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(6534), 1, anon_sym_DASH_GT, ACTIONS(6536), 1, anon_sym_requires, ACTIONS(8110), 1, anon_sym_LBRACK, STATE(5417), 1, sym_requires_clause, STATE(5578), 1, sym_trailing_return_type, ACTIONS(6524), 2, anon_sym_final, anon_sym_override, STATE(4781), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(5257), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, ACTIONS(8108), 5, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_EQ, anon_sym_try, [195723] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(6528), 1, anon_sym_DASH_GT, ACTIONS(6530), 1, anon_sym_requires, ACTIONS(7763), 1, anon_sym_LBRACK, STATE(5437), 1, sym_requires_clause, STATE(5490), 1, sym_trailing_return_type, ACTIONS(5098), 2, anon_sym_final, anon_sym_override, STATE(4781), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(5247), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, ACTIONS(7761), 5, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_try, [195764] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(6528), 1, anon_sym_DASH_GT, ACTIONS(6530), 1, anon_sym_requires, ACTIONS(8114), 1, anon_sym_LBRACK, STATE(5393), 1, sym_requires_clause, STATE(5486), 1, sym_trailing_return_type, ACTIONS(5098), 2, anon_sym_final, anon_sym_override, STATE(4781), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(5294), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, ACTIONS(8112), 5, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_try, [195805] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(6528), 1, anon_sym_DASH_GT, ACTIONS(6530), 1, anon_sym_requires, ACTIONS(7763), 1, anon_sym_LBRACK, STATE(5437), 1, sym_requires_clause, STATE(5490), 1, sym_trailing_return_type, ACTIONS(5098), 2, anon_sym_final, anon_sym_override, STATE(5222), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(5247), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, ACTIONS(7761), 5, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_try, [195846] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(6534), 1, anon_sym_DASH_GT, ACTIONS(6536), 1, anon_sym_requires, ACTIONS(6540), 1, anon_sym_LBRACK, STATE(5463), 1, sym_requires_clause, STATE(5591), 1, sym_trailing_return_type, ACTIONS(6524), 2, anon_sym_final, anon_sym_override, STATE(4781), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(5233), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, ACTIONS(6538), 5, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_EQ, anon_sym_try, [195887] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(6534), 1, anon_sym_DASH_GT, ACTIONS(6536), 1, anon_sym_requires, ACTIONS(8114), 1, anon_sym_LBRACK, STATE(5375), 1, sym_requires_clause, STATE(5605), 1, sym_trailing_return_type, ACTIONS(6524), 2, anon_sym_final, anon_sym_override, STATE(4781), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(5284), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, ACTIONS(8112), 5, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_EQ, anon_sym_try, [195928] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(4564), 1, anon_sym_LPAREN2, ACTIONS(4566), 1, anon_sym_STAR, ACTIONS(4568), 1, anon_sym_AMP_AMP, ACTIONS(4570), 1, anon_sym_AMP, ACTIONS(6967), 1, anon_sym_LBRACK, ACTIONS(8214), 1, anon_sym_requires, ACTIONS(8252), 1, anon_sym_LBRACE, STATE(2192), 1, sym_compound_statement, STATE(3879), 1, sym_parameter_list, STATE(5324), 1, sym_requires_clause, STATE(5434), 1, sym__function_declarator_seq, STATE(5986), 1, sym__abstract_declarator, STATE(6110), 1, sym_abstract_function_declarator, STATE(5464), 4, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, [195977] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(8010), 1, anon_sym_LBRACE, ACTIONS(8016), 1, anon_sym_try, ACTIONS(8216), 1, anon_sym_COMMA, ACTIONS(8218), 1, anon_sym_LPAREN2, ACTIONS(8222), 1, anon_sym_LBRACK, ACTIONS(8224), 1, anon_sym_EQ, ACTIONS(8254), 1, anon_sym_SEMI, STATE(2371), 1, sym_compound_statement, STATE(2378), 1, sym_try_statement, STATE(3818), 1, sym_parameter_list, STATE(5628), 1, sym__function_declarator_seq, STATE(6219), 1, aux_sym_declaration_repeat1, STATE(5583), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(6798), 2, sym_argument_list, sym_initializer_list, [196028] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(8216), 1, anon_sym_COMMA, ACTIONS(8218), 1, anon_sym_LPAREN2, ACTIONS(8222), 1, anon_sym_LBRACK, ACTIONS(8224), 1, anon_sym_EQ, ACTIONS(8256), 1, anon_sym_SEMI, ACTIONS(8258), 1, anon_sym_LBRACE, ACTIONS(8260), 1, anon_sym_try, STATE(775), 1, sym_try_statement, STATE(798), 1, sym_compound_statement, STATE(3818), 1, sym_parameter_list, STATE(5628), 1, sym__function_declarator_seq, STATE(6528), 1, aux_sym_declaration_repeat1, STATE(5583), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(6798), 2, sym_argument_list, sym_initializer_list, [196079] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(4564), 1, anon_sym_LPAREN2, ACTIONS(4566), 1, anon_sym_STAR, ACTIONS(4568), 1, anon_sym_AMP_AMP, ACTIONS(4570), 1, anon_sym_AMP, ACTIONS(6967), 1, anon_sym_LBRACK, ACTIONS(8206), 1, anon_sym_LT, ACTIONS(8242), 1, anon_sym_LBRACE, STATE(3879), 1, sym_parameter_list, STATE(4011), 1, sym_compound_statement, STATE(5190), 1, sym_template_parameter_list, STATE(5434), 1, sym__function_declarator_seq, STATE(5986), 1, sym__abstract_declarator, STATE(6131), 1, sym_abstract_function_declarator, STATE(5464), 4, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, [196128] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(45), 1, anon_sym___based, ACTIONS(1931), 1, anon_sym_operator, ACTIONS(6647), 1, anon_sym_LPAREN2, ACTIONS(6655), 1, sym_identifier, ACTIONS(6657), 1, anon_sym_STAR, ACTIONS(6659), 1, anon_sym_AMP_AMP, ACTIONS(6661), 1, anon_sym_AMP, STATE(5851), 1, sym__field_declarator, STATE(7143), 1, sym_ms_based_modifier, STATE(5685), 8, sym_parenthesized_field_declarator, sym_attributed_field_declarator, sym_pointer_field_declarator, sym_function_field_declarator, sym_array_field_declarator, sym_reference_field_declarator, sym_template_method, sym_operator_name, [196169] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(4464), 1, anon_sym_COLON_COLON, ACTIONS(5168), 1, anon_sym_COLON, ACTIONS(7575), 1, anon_sym_LT, STATE(2676), 1, sym_template_argument_list, ACTIONS(4483), 13, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_or, anon_sym_and, anon_sym_final, anon_sym_override, anon_sym_requires, [196200] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(4564), 1, anon_sym_LPAREN2, ACTIONS(4566), 1, anon_sym_STAR, ACTIONS(4568), 1, anon_sym_AMP_AMP, ACTIONS(4570), 1, anon_sym_AMP, ACTIONS(6967), 1, anon_sym_LBRACK, ACTIONS(8206), 1, anon_sym_LT, ACTIONS(8252), 1, anon_sym_LBRACE, STATE(2183), 1, sym_compound_statement, STATE(3879), 1, sym_parameter_list, STATE(5205), 1, sym_template_parameter_list, STATE(5434), 1, sym__function_declarator_seq, STATE(5986), 1, sym__abstract_declarator, STATE(6072), 1, sym_abstract_function_declarator, STATE(5464), 4, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, [196249] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(6431), 1, anon_sym_LBRACK, ACTIONS(6534), 1, anon_sym_DASH_GT, ACTIONS(6536), 1, anon_sym_requires, STATE(5407), 1, sym_requires_clause, STATE(5595), 1, sym_trailing_return_type, ACTIONS(6524), 2, anon_sym_final, anon_sym_override, STATE(4781), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(5297), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, ACTIONS(6423), 5, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_EQ, anon_sym_try, [196290] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(4447), 1, anon_sym_COLON, ACTIONS(4464), 1, anon_sym_COLON_COLON, ACTIONS(7575), 1, anon_sym_LT, STATE(2676), 1, sym_template_argument_list, ACTIONS(4452), 13, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_or, anon_sym_and, anon_sym_final, anon_sym_override, anon_sym_requires, [196321] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(4564), 1, anon_sym_LPAREN2, ACTIONS(4566), 1, anon_sym_STAR, ACTIONS(4568), 1, anon_sym_AMP_AMP, ACTIONS(4570), 1, anon_sym_AMP, ACTIONS(6967), 1, anon_sym_LBRACK, ACTIONS(8206), 1, anon_sym_LT, ACTIONS(8262), 1, anon_sym_LBRACE, STATE(3879), 1, sym_parameter_list, STATE(5224), 1, sym_template_parameter_list, STATE(5434), 1, sym__function_declarator_seq, STATE(5541), 1, sym_compound_statement, STATE(5986), 1, sym__abstract_declarator, STATE(6019), 1, sym_abstract_function_declarator, STATE(5464), 4, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, [196370] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(6528), 1, anon_sym_DASH_GT, ACTIONS(6530), 1, anon_sym_requires, ACTIONS(8110), 1, anon_sym_LBRACK, STATE(5400), 1, sym_requires_clause, STATE(5485), 1, sym_trailing_return_type, ACTIONS(5098), 2, anon_sym_final, anon_sym_override, STATE(5201), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(5267), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, ACTIONS(8108), 5, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_try, [196411] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(8216), 1, anon_sym_COMMA, ACTIONS(8218), 1, anon_sym_LPAREN2, ACTIONS(8222), 1, anon_sym_LBRACK, ACTIONS(8224), 1, anon_sym_EQ, ACTIONS(8264), 1, anon_sym_SEMI, ACTIONS(8266), 1, anon_sym_LBRACE, ACTIONS(8268), 1, anon_sym_try, STATE(1357), 1, sym_try_statement, STATE(1359), 1, sym_compound_statement, STATE(3818), 1, sym_parameter_list, STATE(5628), 1, sym__function_declarator_seq, STATE(6381), 1, aux_sym_declaration_repeat1, STATE(5583), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(6798), 2, sym_argument_list, sym_initializer_list, [196462] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(6534), 1, anon_sym_DASH_GT, ACTIONS(6536), 1, anon_sym_requires, ACTIONS(8110), 1, anon_sym_LBRACK, STATE(5417), 1, sym_requires_clause, STATE(5578), 1, sym_trailing_return_type, ACTIONS(6524), 2, anon_sym_final, anon_sym_override, STATE(5204), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(5257), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, ACTIONS(8108), 5, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_EQ, anon_sym_try, [196503] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(6431), 1, anon_sym_LBRACK, ACTIONS(6528), 1, anon_sym_DASH_GT, ACTIONS(6530), 1, anon_sym_requires, STATE(5399), 1, sym_requires_clause, STATE(5494), 1, sym_trailing_return_type, ACTIONS(5098), 2, anon_sym_final, anon_sym_override, STATE(5177), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(5311), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, ACTIONS(6423), 5, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_try, [196544] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(8216), 1, anon_sym_COMMA, ACTIONS(8218), 1, anon_sym_LPAREN2, ACTIONS(8222), 1, anon_sym_LBRACK, ACTIONS(8224), 1, anon_sym_EQ, ACTIONS(8270), 1, anon_sym_SEMI, ACTIONS(8272), 1, anon_sym_LBRACE, ACTIONS(8274), 1, anon_sym_try, STATE(1190), 1, sym_try_statement, STATE(1309), 1, sym_compound_statement, STATE(3818), 1, sym_parameter_list, STATE(5628), 1, sym__function_declarator_seq, STATE(6481), 1, aux_sym_declaration_repeat1, STATE(5583), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(6798), 2, sym_argument_list, sym_initializer_list, [196595] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(4564), 1, anon_sym_LPAREN2, ACTIONS(4566), 1, anon_sym_STAR, ACTIONS(4568), 1, anon_sym_AMP_AMP, ACTIONS(4570), 1, anon_sym_AMP, ACTIONS(6967), 1, anon_sym_LBRACK, ACTIONS(8214), 1, anon_sym_requires, ACTIONS(8228), 1, anon_sym_LBRACE, STATE(3565), 1, sym_compound_statement, STATE(3879), 1, sym_parameter_list, STATE(5354), 1, sym_requires_clause, STATE(5434), 1, sym__function_declarator_seq, STATE(5986), 1, sym__abstract_declarator, STATE(6007), 1, sym_abstract_function_declarator, STATE(5464), 4, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, [196644] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(4564), 1, anon_sym_LPAREN2, ACTIONS(4566), 1, anon_sym_STAR, ACTIONS(4568), 1, anon_sym_AMP_AMP, ACTIONS(4570), 1, anon_sym_AMP, ACTIONS(6967), 1, anon_sym_LBRACK, ACTIONS(8206), 1, anon_sym_LT, ACTIONS(8250), 1, anon_sym_LBRACE, STATE(2994), 1, sym_compound_statement, STATE(3879), 1, sym_parameter_list, STATE(5198), 1, sym_template_parameter_list, STATE(5434), 1, sym__function_declarator_seq, STATE(5986), 1, sym__abstract_declarator, STATE(5994), 1, sym_abstract_function_declarator, STATE(5464), 4, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, [196693] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(6528), 1, anon_sym_DASH_GT, ACTIONS(6530), 1, anon_sym_requires, ACTIONS(8110), 1, anon_sym_LBRACK, STATE(5400), 1, sym_requires_clause, STATE(5485), 1, sym_trailing_return_type, ACTIONS(5098), 2, anon_sym_final, anon_sym_override, STATE(4781), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(5267), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, ACTIONS(8108), 5, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_try, [196734] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(6522), 1, anon_sym_DASH_GT, ACTIONS(6526), 1, anon_sym_requires, ACTIONS(8114), 1, anon_sym_LBRACK, STATE(5375), 1, sym_requires_clause, STATE(5514), 1, sym_trailing_return_type, ACTIONS(6524), 2, anon_sym_final, anon_sym_override, STATE(4781), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(5284), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, ACTIONS(8112), 5, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, [196775] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(4564), 1, anon_sym_LPAREN2, ACTIONS(4566), 1, anon_sym_STAR, ACTIONS(4568), 1, anon_sym_AMP_AMP, ACTIONS(4570), 1, anon_sym_AMP, ACTIONS(6967), 1, anon_sym_LBRACK, ACTIONS(8214), 1, anon_sym_requires, ACTIONS(8262), 1, anon_sym_LBRACE, STATE(3879), 1, sym_parameter_list, STATE(5315), 1, sym_requires_clause, STATE(5434), 1, sym__function_declarator_seq, STATE(5475), 1, sym_compound_statement, STATE(5986), 1, sym__abstract_declarator, STATE(6014), 1, sym_abstract_function_declarator, STATE(5464), 4, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, [196824] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(6534), 1, anon_sym_DASH_GT, ACTIONS(6536), 1, anon_sym_requires, ACTIONS(7763), 1, anon_sym_LBRACK, STATE(5420), 1, sym_requires_clause, STATE(5584), 1, sym_trailing_return_type, ACTIONS(6524), 2, anon_sym_final, anon_sym_override, STATE(5199), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(5249), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, ACTIONS(7761), 5, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_EQ, anon_sym_try, [196865] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(125), 1, anon_sym_operator, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(2562), 1, anon_sym_TILDE, ACTIONS(5021), 1, anon_sym_COLON_COLON, ACTIONS(8276), 1, sym_identifier, ACTIONS(8278), 1, anon_sym_template, STATE(2842), 1, sym_operator_name, STATE(2845), 1, sym_qualified_identifier, STATE(2846), 1, sym_dependent_identifier, STATE(2847), 1, sym_destructor_name, STATE(2848), 1, sym_template_function, STATE(5226), 1, sym__scope_resolution, STATE(6098), 1, sym_qualified_operator_cast_identifier, STATE(6157), 1, sym_operator_cast, STATE(7572), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, [196916] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(45), 1, anon_sym___based, ACTIONS(1931), 1, anon_sym_operator, ACTIONS(6645), 1, sym_identifier, ACTIONS(6647), 1, anon_sym_LPAREN2, ACTIONS(6649), 1, anon_sym_STAR, ACTIONS(6651), 1, anon_sym_AMP_AMP, ACTIONS(6653), 1, anon_sym_AMP, STATE(5497), 1, sym__field_declarator, STATE(7159), 1, sym_ms_based_modifier, STATE(5685), 8, sym_parenthesized_field_declarator, sym_attributed_field_declarator, sym_pointer_field_declarator, sym_function_field_declarator, sym_array_field_declarator, sym_reference_field_declarator, sym_template_method, sym_operator_name, [196957] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(6522), 1, anon_sym_DASH_GT, ACTIONS(6526), 1, anon_sym_requires, ACTIONS(7763), 1, anon_sym_LBRACK, STATE(5420), 1, sym_requires_clause, STATE(5528), 1, sym_trailing_return_type, ACTIONS(6524), 2, anon_sym_final, anon_sym_override, STATE(5194), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(5249), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, ACTIONS(7761), 5, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, [196998] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(6524), 2, anon_sym_final, anon_sym_override, STATE(5285), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, ACTIONS(8280), 12, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, anon_sym_COLON, anon_sym_GT2, anon_sym_try, anon_sym_requires, [197024] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4708), 1, anon_sym_LBRACK, ACTIONS(4710), 15, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, anon_sym_or, anon_sym_and, anon_sym_final, anon_sym_override, anon_sym_try, anon_sym_requires, [197048] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4690), 1, anon_sym_LBRACK, ACTIONS(4692), 15, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, anon_sym_or, anon_sym_and, anon_sym_final, anon_sym_override, anon_sym_try, anon_sym_requires, [197072] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(8282), 1, anon_sym_RPAREN, ACTIONS(8284), 1, anon_sym_COLON, STATE(6265), 1, sym_gnu_asm_output_operand_list, STATE(2988), 3, sym_string_literal, sym_raw_string_literal, aux_sym_concatenated_string_repeat1, ACTIONS(107), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, ACTIONS(145), 5, anon_sym_R_DQUOTE, anon_sym_LR_DQUOTE, anon_sym_uR_DQUOTE, anon_sym_UR_DQUOTE, anon_sym_u8R_DQUOTE, [197104] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(6524), 2, anon_sym_final, anon_sym_override, STATE(5285), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, ACTIONS(7761), 12, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, anon_sym_COLON, anon_sym_GT2, anon_sym_try, anon_sym_requires, [197130] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(7763), 1, anon_sym_LBRACK, ACTIONS(5098), 2, anon_sym_final, anon_sym_override, STATE(5302), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, ACTIONS(7761), 11, 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, anon_sym_GT2, anon_sym_try, anon_sym_requires, [197158] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(45), 1, anon_sym___based, ACTIONS(6764), 1, sym_identifier, ACTIONS(6766), 1, anon_sym_LPAREN2, ACTIONS(6768), 1, anon_sym_STAR, ACTIONS(6776), 1, sym_primitive_type, STATE(5853), 1, sym__type_declarator, STATE(7212), 1, sym_ms_based_modifier, ACTIONS(6774), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(5951), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, [197196] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4682), 1, anon_sym_LBRACK, ACTIONS(4684), 15, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, anon_sym_or, anon_sym_and, anon_sym_final, anon_sym_override, anon_sym_try, anon_sym_requires, [197220] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4748), 1, anon_sym_LBRACK, ACTIONS(4750), 15, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, anon_sym_or, anon_sym_and, anon_sym_final, anon_sym_override, anon_sym_try, anon_sym_requires, [197244] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5325), 1, anon_sym_LBRACK, ACTIONS(8286), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(5327), 13, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, anon_sym_or, anon_sym_final, anon_sym_override, anon_sym_try, anon_sym_requires, [197270] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(8290), 1, anon_sym_LBRACK, ACTIONS(8288), 15, anon_sym_DOT_DOT_DOT, 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, anon_sym_DASH_GT, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_try, anon_sym_requires, [197294] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(8294), 1, anon_sym_LBRACK, ACTIONS(8292), 15, anon_sym_DOT_DOT_DOT, 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, anon_sym_DASH_GT, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_try, anon_sym_requires, [197318] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(8296), 1, sym_identifier, ACTIONS(8298), 1, anon_sym_TILDE, ACTIONS(8300), 1, anon_sym_COLON_COLON, ACTIONS(8302), 1, anon_sym_template, ACTIONS(8304), 1, anon_sym_operator, STATE(2234), 1, sym_template_type, STATE(2235), 1, sym_dependent_type_identifier, STATE(2251), 1, sym_qualified_type_identifier, STATE(3206), 1, sym_destructor_name, STATE(3209), 1, sym_qualified_identifier, STATE(3218), 1, sym_operator_name, STATE(3237), 1, sym_dependent_identifier, STATE(3271), 1, sym_template_function, STATE(5241), 1, sym__scope_resolution, STATE(7572), 1, sym_decltype, [197370] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(8284), 1, anon_sym_COLON, ACTIONS(8306), 1, anon_sym_RPAREN, STATE(6440), 1, sym_gnu_asm_output_operand_list, STATE(2988), 3, sym_string_literal, sym_raw_string_literal, aux_sym_concatenated_string_repeat1, ACTIONS(107), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, ACTIONS(145), 5, anon_sym_R_DQUOTE, anon_sym_LR_DQUOTE, anon_sym_uR_DQUOTE, anon_sym_UR_DQUOTE, anon_sym_u8R_DQUOTE, [197402] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(8284), 1, anon_sym_COLON, ACTIONS(8308), 1, anon_sym_RPAREN, STATE(6214), 1, sym_gnu_asm_output_operand_list, STATE(2988), 3, sym_string_literal, sym_raw_string_literal, aux_sym_concatenated_string_repeat1, ACTIONS(107), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, ACTIONS(145), 5, anon_sym_R_DQUOTE, anon_sym_LR_DQUOTE, anon_sym_uR_DQUOTE, anon_sym_UR_DQUOTE, anon_sym_u8R_DQUOTE, [197434] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4686), 1, anon_sym_LBRACK, ACTIONS(4688), 15, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, anon_sym_or, anon_sym_and, anon_sym_final, anon_sym_override, anon_sym_try, anon_sym_requires, [197458] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(8312), 1, anon_sym_LPAREN2, ACTIONS(8314), 1, anon_sym_LBRACK, ACTIONS(8310), 14, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, anon_sym_DASH_GT, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_try, anon_sym_requires, [197484] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(6431), 1, anon_sym_LBRACK, ACTIONS(5098), 2, anon_sym_final, anon_sym_override, STATE(5302), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, ACTIONS(6423), 11, 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, anon_sym_GT2, anon_sym_try, anon_sym_requires, [197512] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(8110), 1, anon_sym_LBRACK, ACTIONS(5098), 2, anon_sym_final, anon_sym_override, STATE(5302), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, ACTIONS(8108), 11, 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, anon_sym_GT2, anon_sym_try, anon_sym_requires, [197540] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(6524), 2, anon_sym_final, anon_sym_override, STATE(5285), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, ACTIONS(6423), 12, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, anon_sym_COLON, anon_sym_GT2, anon_sym_try, anon_sym_requires, [197566] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(6524), 2, anon_sym_final, anon_sym_override, STATE(5285), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, ACTIONS(8108), 12, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, anon_sym_COLON, anon_sym_GT2, anon_sym_try, anon_sym_requires, [197592] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(8318), 1, anon_sym_LBRACK, ACTIONS(8316), 15, anon_sym_DOT_DOT_DOT, 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, anon_sym_DASH_GT, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_try, anon_sym_requires, [197616] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(6431), 1, anon_sym_LBRACK, ACTIONS(6598), 1, anon_sym_DASH_GT, ACTIONS(6600), 1, anon_sym_requires, STATE(5407), 1, sym_requires_clause, STATE(5661), 1, sym_trailing_return_type, ACTIONS(6524), 2, anon_sym_final, anon_sym_override, STATE(5259), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(5297), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, ACTIONS(6423), 4, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_GT2, [197656] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(8284), 1, anon_sym_COLON, ACTIONS(8320), 1, anon_sym_RPAREN, STATE(6490), 1, sym_gnu_asm_output_operand_list, STATE(2988), 3, sym_string_literal, sym_raw_string_literal, aux_sym_concatenated_string_repeat1, ACTIONS(107), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, ACTIONS(145), 5, anon_sym_R_DQUOTE, anon_sym_LR_DQUOTE, anon_sym_uR_DQUOTE, anon_sym_UR_DQUOTE, anon_sym_u8R_DQUOTE, [197688] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(8322), 1, sym_identifier, ACTIONS(8324), 1, anon_sym_TILDE, ACTIONS(8326), 1, anon_sym_COLON_COLON, ACTIONS(8328), 1, anon_sym_template, ACTIONS(8330), 1, anon_sym_operator, STATE(2963), 1, sym_operator_name, STATE(2965), 1, sym_qualified_identifier, STATE(2966), 1, sym_dependent_identifier, STATE(2967), 1, sym_destructor_name, STATE(2992), 1, sym_template_function, STATE(3578), 1, sym_template_type, STATE(3594), 1, sym_dependent_type_identifier, STATE(3601), 1, sym_qualified_type_identifier, STATE(5253), 1, sym__scope_resolution, STATE(7572), 1, sym_decltype, [197740] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4736), 1, anon_sym_LBRACK, ACTIONS(4738), 15, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, anon_sym_or, anon_sym_and, anon_sym_final, anon_sym_override, anon_sym_try, anon_sym_requires, [197764] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(6431), 1, anon_sym_LBRACK, ACTIONS(6598), 1, anon_sym_DASH_GT, ACTIONS(6600), 1, anon_sym_requires, STATE(5407), 1, sym_requires_clause, STATE(5661), 1, sym_trailing_return_type, ACTIONS(6524), 2, anon_sym_final, anon_sym_override, STATE(4781), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(5297), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, ACTIONS(6423), 4, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_GT2, [197804] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(8284), 1, anon_sym_COLON, ACTIONS(8332), 1, anon_sym_RPAREN, STATE(6406), 1, sym_gnu_asm_output_operand_list, STATE(2988), 3, sym_string_literal, sym_raw_string_literal, aux_sym_concatenated_string_repeat1, ACTIONS(107), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, ACTIONS(145), 5, anon_sym_R_DQUOTE, anon_sym_LR_DQUOTE, anon_sym_uR_DQUOTE, anon_sym_UR_DQUOTE, anon_sym_u8R_DQUOTE, [197836] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(6524), 2, anon_sym_final, anon_sym_override, STATE(5285), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, ACTIONS(8112), 12, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, anon_sym_COLON, anon_sym_GT2, anon_sym_try, anon_sym_requires, [197862] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(6540), 1, anon_sym_LBRACK, ACTIONS(6598), 1, anon_sym_DASH_GT, ACTIONS(6600), 1, anon_sym_requires, STATE(5463), 1, sym_requires_clause, STATE(5657), 1, sym_trailing_return_type, ACTIONS(6524), 2, anon_sym_final, anon_sym_override, STATE(5233), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, STATE(5265), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, ACTIONS(6538), 4, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_GT2, [197902] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(6540), 1, anon_sym_LBRACK, ACTIONS(6598), 1, anon_sym_DASH_GT, ACTIONS(6600), 1, anon_sym_requires, STATE(5463), 1, sym_requires_clause, STATE(5657), 1, sym_trailing_return_type, ACTIONS(6524), 2, anon_sym_final, anon_sym_override, STATE(4781), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(5233), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, ACTIONS(6538), 4, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_GT2, [197942] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(8336), 1, anon_sym_LBRACK, ACTIONS(8334), 15, anon_sym_DOT_DOT_DOT, 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, anon_sym_DASH_GT, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_try, anon_sym_requires, [197966] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4724), 1, anon_sym_LBRACK, ACTIONS(4726), 15, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, anon_sym_or, anon_sym_and, anon_sym_final, anon_sym_override, anon_sym_try, anon_sym_requires, [197990] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4732), 1, anon_sym_LBRACK, ACTIONS(4734), 15, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, anon_sym_or, anon_sym_and, anon_sym_final, anon_sym_override, anon_sym_try, anon_sym_requires, [198014] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(8340), 1, anon_sym_LBRACK, ACTIONS(8338), 15, anon_sym_DOT_DOT_DOT, 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, anon_sym_DASH_GT, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_try, anon_sym_requires, [198038] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(8342), 1, sym_identifier, ACTIONS(8344), 1, anon_sym_TILDE, ACTIONS(8346), 1, anon_sym_COLON_COLON, ACTIONS(8348), 1, anon_sym_template, ACTIONS(8350), 1, anon_sym_operator, STATE(2910), 1, sym_dependent_type_identifier, STATE(2914), 1, sym_template_type, STATE(3042), 1, sym_qualified_type_identifier, STATE(3524), 1, sym_operator_name, STATE(3527), 1, sym_qualified_identifier, STATE(3533), 1, sym_dependent_identifier, STATE(3534), 1, sym_destructor_name, STATE(3536), 1, sym_template_function, STATE(5264), 1, sym__scope_resolution, STATE(7572), 1, sym_decltype, [198090] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(6598), 1, anon_sym_DASH_GT, ACTIONS(6600), 1, anon_sym_requires, ACTIONS(7763), 1, anon_sym_LBRACK, STATE(5420), 1, sym_requires_clause, STATE(5654), 1, sym_trailing_return_type, ACTIONS(6524), 2, anon_sym_final, anon_sym_override, STATE(4781), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(5249), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, ACTIONS(7761), 4, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_GT2, [198130] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(6598), 1, anon_sym_DASH_GT, ACTIONS(6600), 1, anon_sym_requires, ACTIONS(7763), 1, anon_sym_LBRACK, STATE(5420), 1, sym_requires_clause, STATE(5654), 1, sym_trailing_return_type, ACTIONS(6524), 2, anon_sym_final, anon_sym_override, STATE(5249), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, STATE(5268), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, ACTIONS(7761), 4, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_GT2, [198170] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(8114), 1, anon_sym_LBRACK, ACTIONS(5098), 2, anon_sym_final, anon_sym_override, STATE(5302), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, ACTIONS(8112), 11, 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, anon_sym_GT2, anon_sym_try, anon_sym_requires, [198198] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(6598), 1, anon_sym_DASH_GT, ACTIONS(6600), 1, anon_sym_requires, ACTIONS(8110), 1, anon_sym_LBRACK, STATE(5417), 1, sym_requires_clause, STATE(5650), 1, sym_trailing_return_type, ACTIONS(6524), 2, anon_sym_final, anon_sym_override, STATE(4781), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(5257), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, ACTIONS(8108), 4, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_GT2, [198238] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2542), 1, anon_sym_LBRACK, ACTIONS(2540), 15, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, anon_sym_or, anon_sym_and, anon_sym_final, anon_sym_override, anon_sym_try, anon_sym_requires, [198262] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(8298), 1, anon_sym_TILDE, ACTIONS(8304), 1, anon_sym_operator, ACTIONS(8352), 1, sym_identifier, ACTIONS(8354), 1, anon_sym_COLON_COLON, ACTIONS(8356), 1, anon_sym_template, STATE(3206), 1, sym_destructor_name, STATE(3209), 1, sym_qualified_identifier, STATE(3218), 1, sym_operator_name, STATE(3237), 1, sym_dependent_identifier, STATE(3271), 1, sym_template_function, STATE(3578), 1, sym_template_type, STATE(3594), 1, sym_dependent_type_identifier, STATE(3601), 1, sym_qualified_type_identifier, STATE(5270), 1, sym__scope_resolution, STATE(7572), 1, sym_decltype, [198314] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(6598), 1, anon_sym_DASH_GT, ACTIONS(6600), 1, anon_sym_requires, ACTIONS(8110), 1, anon_sym_LBRACK, STATE(5417), 1, sym_requires_clause, STATE(5650), 1, sym_trailing_return_type, ACTIONS(6524), 2, anon_sym_final, anon_sym_override, STATE(5257), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, STATE(5275), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, ACTIONS(8108), 4, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_GT2, [198354] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(8358), 1, sym_identifier, ACTIONS(8360), 1, anon_sym_TILDE, ACTIONS(8362), 1, anon_sym_COLON_COLON, ACTIONS(8364), 1, anon_sym_template, ACTIONS(8366), 1, anon_sym_operator, STATE(3159), 1, sym_template_function, STATE(3160), 1, sym_destructor_name, STATE(3161), 1, sym_dependent_identifier, STATE(3162), 1, sym_qualified_identifier, STATE(3163), 1, sym_operator_name, STATE(3578), 1, sym_template_type, STATE(3594), 1, sym_dependent_type_identifier, STATE(3601), 1, sym_qualified_type_identifier, STATE(5272), 1, sym__scope_resolution, STATE(7572), 1, sym_decltype, [198406] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4712), 1, anon_sym_LBRACK, ACTIONS(4714), 15, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, anon_sym_or, anon_sym_and, anon_sym_final, anon_sym_override, anon_sym_try, anon_sym_requires, [198430] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(8284), 1, anon_sym_COLON, ACTIONS(8368), 1, anon_sym_RPAREN, STATE(6365), 1, sym_gnu_asm_output_operand_list, STATE(2988), 3, sym_string_literal, sym_raw_string_literal, aux_sym_concatenated_string_repeat1, ACTIONS(107), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, ACTIONS(145), 5, anon_sym_R_DQUOTE, anon_sym_LR_DQUOTE, anon_sym_uR_DQUOTE, anon_sym_UR_DQUOTE, anon_sym_u8R_DQUOTE, [198462] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(5023), 1, anon_sym_LBRACK_LBRACK, ACTIONS(6598), 1, anon_sym_DASH_GT, ACTIONS(6600), 1, anon_sym_requires, ACTIONS(8114), 1, anon_sym_LBRACK, STATE(5375), 1, sym_requires_clause, STATE(5647), 1, sym_trailing_return_type, ACTIONS(6524), 2, anon_sym_final, anon_sym_override, STATE(4781), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(5284), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, ACTIONS(8112), 4, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_GT2, [198502] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2538), 1, anon_sym_LBRACK, ACTIONS(2536), 15, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, anon_sym_or, anon_sym_and, anon_sym_final, anon_sym_override, anon_sym_try, anon_sym_requires, [198526] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4740), 1, anon_sym_LBRACK, ACTIONS(4742), 15, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, anon_sym_or, anon_sym_and, anon_sym_final, anon_sym_override, anon_sym_try, anon_sym_requires, [198550] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(6441), 1, anon_sym_requires, ACTIONS(8372), 1, anon_sym_LBRACK, STATE(5458), 1, sym_requires_clause, ACTIONS(5098), 2, anon_sym_final, anon_sym_override, STATE(5309), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, ACTIONS(8370), 9, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, anon_sym_try, [198582] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(6441), 1, anon_sym_requires, ACTIONS(8114), 1, anon_sym_LBRACK, STATE(5393), 1, sym_requires_clause, ACTIONS(5098), 2, anon_sym_final, anon_sym_override, STATE(5294), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, ACTIONS(8112), 9, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, anon_sym_try, [198614] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(8284), 1, anon_sym_COLON, ACTIONS(8374), 1, anon_sym_RPAREN, STATE(6462), 1, sym_gnu_asm_output_operand_list, STATE(2988), 3, sym_string_literal, sym_raw_string_literal, aux_sym_concatenated_string_repeat1, ACTIONS(107), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, ACTIONS(145), 5, anon_sym_R_DQUOTE, anon_sym_LR_DQUOTE, anon_sym_uR_DQUOTE, anon_sym_UR_DQUOTE, anon_sym_u8R_DQUOTE, [198646] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(6441), 1, anon_sym_requires, ACTIONS(8110), 1, anon_sym_LBRACK, STATE(5400), 1, sym_requires_clause, ACTIONS(5098), 2, anon_sym_final, anon_sym_override, STATE(5267), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, ACTIONS(8108), 9, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, anon_sym_try, [198678] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(8298), 1, anon_sym_TILDE, ACTIONS(8304), 1, anon_sym_operator, ACTIONS(8376), 1, sym_identifier, ACTIONS(8378), 1, anon_sym_COLON_COLON, ACTIONS(8380), 1, anon_sym_template, STATE(3206), 1, sym_destructor_name, STATE(3209), 1, sym_qualified_identifier, STATE(3218), 1, sym_operator_name, STATE(3237), 1, sym_dependent_identifier, STATE(3271), 1, sym_template_function, STATE(3578), 1, sym_template_type, STATE(3594), 1, sym_dependent_type_identifier, STATE(3601), 1, sym_qualified_type_identifier, STATE(5282), 1, sym__scope_resolution, STATE(7572), 1, sym_decltype, [198730] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(8284), 1, anon_sym_COLON, ACTIONS(8382), 1, anon_sym_RPAREN, STATE(6227), 1, sym_gnu_asm_output_operand_list, STATE(2988), 3, sym_string_literal, sym_raw_string_literal, aux_sym_concatenated_string_repeat1, ACTIONS(107), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, ACTIONS(145), 5, anon_sym_R_DQUOTE, anon_sym_LR_DQUOTE, anon_sym_uR_DQUOTE, anon_sym_UR_DQUOTE, anon_sym_u8R_DQUOTE, [198762] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(6524), 2, anon_sym_final, anon_sym_override, STATE(5285), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, ACTIONS(8370), 12, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, anon_sym_COLON, anon_sym_GT2, anon_sym_try, anon_sym_requires, [198788] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(8386), 2, anon_sym_final, anon_sym_override, STATE(5285), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, ACTIONS(8384), 12, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, anon_sym_COLON, anon_sym_GT2, anon_sym_try, anon_sym_requires, [198814] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(8284), 1, anon_sym_COLON, ACTIONS(8389), 1, anon_sym_RPAREN, STATE(6457), 1, sym_gnu_asm_output_operand_list, STATE(2988), 3, sym_string_literal, sym_raw_string_literal, aux_sym_concatenated_string_repeat1, ACTIONS(107), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, ACTIONS(145), 5, anon_sym_R_DQUOTE, anon_sym_LR_DQUOTE, anon_sym_uR_DQUOTE, anon_sym_UR_DQUOTE, anon_sym_u8R_DQUOTE, [198846] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(5339), 1, anon_sym_LBRACK, ACTIONS(8286), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(8391), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(5341), 11, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, anon_sym_final, anon_sym_override, anon_sym_try, anon_sym_requires, [198874] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(8192), 1, anon_sym_TILDE, ACTIONS(8393), 1, sym_identifier, ACTIONS(8395), 1, anon_sym_COLON_COLON, ACTIONS(8397), 1, anon_sym_template, ACTIONS(8399), 1, anon_sym_operator, STATE(2842), 1, sym_operator_name, STATE(2845), 1, sym_qualified_identifier, STATE(2846), 1, sym_dependent_identifier, STATE(2847), 1, sym_destructor_name, STATE(2848), 1, sym_template_function, STATE(3578), 1, sym_template_type, STATE(3594), 1, sym_dependent_type_identifier, STATE(3601), 1, sym_qualified_type_identifier, STATE(5288), 1, sym__scope_resolution, STATE(7572), 1, sym_decltype, [198926] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(6441), 1, anon_sym_requires, ACTIONS(6540), 1, anon_sym_LBRACK, STATE(5431), 1, sym_requires_clause, ACTIONS(5098), 2, anon_sym_final, anon_sym_override, STATE(5234), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, ACTIONS(6538), 9, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, anon_sym_try, [198958] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(1931), 1, anon_sym_operator, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(2562), 1, anon_sym_TILDE, ACTIONS(4445), 1, anon_sym_COLON_COLON, ACTIONS(8401), 1, sym_identifier, ACTIONS(8403), 1, anon_sym_template, STATE(2842), 1, sym_operator_name, STATE(2845), 1, sym_qualified_identifier, STATE(2846), 1, sym_dependent_identifier, STATE(2847), 1, sym_destructor_name, STATE(2848), 1, sym_template_function, STATE(3578), 1, sym_template_type, STATE(3594), 1, sym_dependent_type_identifier, STATE(3601), 1, sym_qualified_type_identifier, STATE(5290), 1, sym__scope_resolution, STATE(7572), 1, sym_decltype, [199010] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(8284), 1, anon_sym_COLON, ACTIONS(8405), 1, anon_sym_RPAREN, STATE(6550), 1, sym_gnu_asm_output_operand_list, STATE(2988), 3, sym_string_literal, sym_raw_string_literal, aux_sym_concatenated_string_repeat1, ACTIONS(107), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, ACTIONS(145), 5, anon_sym_R_DQUOTE, anon_sym_LR_DQUOTE, anon_sym_uR_DQUOTE, anon_sym_UR_DQUOTE, anon_sym_u8R_DQUOTE, [199042] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4704), 1, anon_sym_LBRACK, ACTIONS(4706), 15, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, anon_sym_or, anon_sym_and, anon_sym_final, anon_sym_override, anon_sym_try, anon_sym_requires, [199066] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(6441), 1, anon_sym_requires, ACTIONS(7763), 1, anon_sym_LBRACK, STATE(5437), 1, sym_requires_clause, ACTIONS(5098), 2, anon_sym_final, anon_sym_override, STATE(5247), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, ACTIONS(7761), 9, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, anon_sym_try, [199098] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(8372), 1, anon_sym_LBRACK, ACTIONS(5098), 2, anon_sym_final, anon_sym_override, STATE(5302), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, ACTIONS(8370), 11, 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, anon_sym_GT2, anon_sym_try, anon_sym_requires, [199126] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(1931), 1, anon_sym_operator, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(2562), 1, anon_sym_TILDE, ACTIONS(4014), 1, anon_sym_COLON_COLON, ACTIONS(8407), 1, sym_identifier, ACTIONS(8409), 1, anon_sym_template, STATE(2842), 1, sym_operator_name, STATE(2845), 1, sym_qualified_identifier, STATE(2846), 1, sym_dependent_identifier, STATE(2847), 1, sym_destructor_name, STATE(2848), 1, sym_template_function, STATE(3578), 1, sym_template_type, STATE(3594), 1, sym_dependent_type_identifier, STATE(3601), 1, sym_qualified_type_identifier, STATE(5295), 1, sym__scope_resolution, STATE(7572), 1, sym_decltype, [199178] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(8360), 1, anon_sym_TILDE, ACTIONS(8366), 1, anon_sym_operator, ACTIONS(8411), 1, sym_identifier, ACTIONS(8413), 1, anon_sym_COLON_COLON, ACTIONS(8415), 1, anon_sym_template, STATE(2234), 1, sym_template_type, STATE(2235), 1, sym_dependent_type_identifier, STATE(2251), 1, sym_qualified_type_identifier, STATE(3159), 1, sym_template_function, STATE(3160), 1, sym_destructor_name, STATE(3161), 1, sym_dependent_identifier, STATE(3162), 1, sym_qualified_identifier, STATE(3163), 1, sym_operator_name, STATE(5296), 1, sym__scope_resolution, STATE(7572), 1, sym_decltype, [199230] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(6524), 2, anon_sym_final, anon_sym_override, STATE(5285), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, ACTIONS(6538), 12, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, anon_sym_COLON, anon_sym_GT2, anon_sym_try, anon_sym_requires, [199256] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4744), 1, anon_sym_LBRACK, ACTIONS(4746), 15, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, anon_sym_or, anon_sym_and, anon_sym_final, anon_sym_override, anon_sym_try, anon_sym_requires, [199280] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4716), 1, anon_sym_LBRACK, ACTIONS(4718), 15, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, anon_sym_or, anon_sym_and, anon_sym_final, anon_sym_override, anon_sym_try, anon_sym_requires, [199304] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(6431), 1, anon_sym_LBRACK, ACTIONS(6441), 1, anon_sym_requires, STATE(5399), 1, sym_requires_clause, ACTIONS(5098), 2, anon_sym_final, anon_sym_override, STATE(5311), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, ACTIONS(6423), 9, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, anon_sym_try, [199336] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(8344), 1, anon_sym_TILDE, ACTIONS(8350), 1, anon_sym_operator, ACTIONS(8417), 1, sym_identifier, ACTIONS(8419), 1, anon_sym_COLON_COLON, ACTIONS(8421), 1, anon_sym_template, STATE(3524), 1, sym_operator_name, STATE(3527), 1, sym_qualified_identifier, STATE(3533), 1, sym_dependent_identifier, STATE(3534), 1, sym_destructor_name, STATE(3536), 1, sym_template_function, STATE(3578), 1, sym_template_type, STATE(3594), 1, sym_dependent_type_identifier, STATE(3601), 1, sym_qualified_type_identifier, STATE(5301), 1, sym__scope_resolution, STATE(7572), 1, sym_decltype, [199388] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(8423), 1, anon_sym_LBRACK, ACTIONS(8425), 2, anon_sym_final, anon_sym_override, STATE(5302), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, ACTIONS(8384), 11, 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, anon_sym_GT2, anon_sym_try, anon_sym_requires, [199416] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(45), 1, anon_sym___based, ACTIONS(6764), 1, sym_identifier, ACTIONS(6766), 1, anon_sym_LPAREN2, ACTIONS(6768), 1, anon_sym_STAR, ACTIONS(6776), 1, sym_primitive_type, STATE(5880), 1, sym__type_declarator, STATE(7212), 1, sym_ms_based_modifier, ACTIONS(6774), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(5951), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, [199454] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(8284), 1, anon_sym_COLON, ACTIONS(8428), 1, anon_sym_RPAREN, STATE(6373), 1, sym_gnu_asm_output_operand_list, STATE(2988), 3, sym_string_literal, sym_raw_string_literal, aux_sym_concatenated_string_repeat1, ACTIONS(107), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, ACTIONS(145), 5, anon_sym_R_DQUOTE, anon_sym_LR_DQUOTE, anon_sym_uR_DQUOTE, anon_sym_UR_DQUOTE, anon_sym_u8R_DQUOTE, [199486] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(8324), 1, anon_sym_TILDE, ACTIONS(8330), 1, anon_sym_operator, ACTIONS(8430), 1, sym_identifier, ACTIONS(8432), 1, anon_sym_COLON_COLON, ACTIONS(8434), 1, anon_sym_template, STATE(2963), 1, sym_operator_name, STATE(2965), 1, sym_qualified_identifier, STATE(2966), 1, sym_dependent_identifier, STATE(2967), 1, sym_destructor_name, STATE(2992), 1, sym_template_function, STATE(3578), 1, sym_template_type, STATE(3594), 1, sym_dependent_type_identifier, STATE(3601), 1, sym_qualified_type_identifier, STATE(5305), 1, sym__scope_resolution, STATE(7572), 1, sym_decltype, [199538] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(8284), 1, anon_sym_COLON, ACTIONS(8436), 1, anon_sym_RPAREN, STATE(6573), 1, sym_gnu_asm_output_operand_list, STATE(2988), 3, sym_string_literal, sym_raw_string_literal, aux_sym_concatenated_string_repeat1, ACTIONS(107), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, ACTIONS(145), 5, anon_sym_R_DQUOTE, anon_sym_LR_DQUOTE, anon_sym_uR_DQUOTE, anon_sym_UR_DQUOTE, anon_sym_u8R_DQUOTE, [199570] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4716), 1, anon_sym_LBRACK, ACTIONS(4718), 15, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, anon_sym_or, anon_sym_and, anon_sym_final, anon_sym_override, anon_sym_try, anon_sym_requires, [199594] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(8324), 1, anon_sym_TILDE, ACTIONS(8330), 1, anon_sym_operator, ACTIONS(8438), 1, sym_identifier, ACTIONS(8440), 1, anon_sym_COLON_COLON, ACTIONS(8442), 1, anon_sym_template, STATE(2963), 1, sym_operator_name, STATE(2965), 1, sym_qualified_identifier, STATE(2966), 1, sym_dependent_identifier, STATE(2967), 1, sym_destructor_name, STATE(2992), 1, sym_template_function, STATE(3578), 1, sym_template_type, STATE(3594), 1, sym_dependent_type_identifier, STATE(3601), 1, sym_qualified_type_identifier, STATE(5308), 1, sym__scope_resolution, STATE(7572), 1, sym_decltype, [199646] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(8444), 1, anon_sym_LBRACK, ACTIONS(5098), 2, anon_sym_final, anon_sym_override, STATE(5302), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, ACTIONS(8280), 11, 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, anon_sym_GT2, anon_sym_try, anon_sym_requires, [199674] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4716), 1, anon_sym_LBRACK, ACTIONS(4718), 15, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, anon_sym_or, anon_sym_and, anon_sym_final, anon_sym_override, anon_sym_try, anon_sym_requires, [199698] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(6540), 1, anon_sym_LBRACK, ACTIONS(5098), 2, anon_sym_final, anon_sym_override, STATE(5302), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, ACTIONS(6538), 11, 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, anon_sym_GT2, anon_sym_try, anon_sym_requires, [199726] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8448), 1, anon_sym_LBRACK, STATE(3818), 1, sym_parameter_list, STATE(5377), 1, sym__function_declarator_seq, ACTIONS(8446), 11, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_try, anon_sym_requires, [199755] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(6218), 1, anon_sym_COLON_COLON, ACTIONS(8450), 1, sym_identifier, STATE(2275), 1, aux_sym_sized_type_specifier_repeat1, STATE(5775), 1, sym__scope_resolution, STATE(2268), 2, sym_sized_type_specifier, sym_qualified_type_identifier, STATE(7572), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, ACTIONS(1911), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, [199792] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(6342), 1, anon_sym_COLON_COLON, ACTIONS(8450), 1, sym_identifier, STATE(4830), 1, aux_sym_sized_type_specifier_repeat1, STATE(5715), 1, sym__scope_resolution, STATE(2268), 2, sym_sized_type_specifier, sym_qualified_type_identifier, STATE(7572), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, ACTIONS(6344), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, [199829] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(4564), 1, anon_sym_LPAREN2, ACTIONS(4566), 1, anon_sym_STAR, ACTIONS(4568), 1, anon_sym_AMP_AMP, ACTIONS(4570), 1, anon_sym_AMP, ACTIONS(6967), 1, anon_sym_LBRACK, ACTIONS(8262), 1, anon_sym_LBRACE, STATE(3879), 1, sym_parameter_list, STATE(5434), 1, sym__function_declarator_seq, STATE(5493), 1, sym_compound_statement, STATE(5986), 1, sym__abstract_declarator, STATE(6004), 1, sym_abstract_function_declarator, STATE(5464), 4, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, [199872] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(4564), 1, anon_sym_LPAREN2, ACTIONS(4566), 1, anon_sym_STAR, ACTIONS(4568), 1, anon_sym_AMP_AMP, ACTIONS(4570), 1, anon_sym_AMP, ACTIONS(6967), 1, anon_sym_LBRACK, ACTIONS(8208), 1, anon_sym_LBRACE, STATE(3284), 1, sym_compound_statement, STATE(3879), 1, sym_parameter_list, STATE(5434), 1, sym__function_declarator_seq, STATE(5986), 1, sym__abstract_declarator, STATE(6104), 1, sym_abstract_function_declarator, STATE(5464), 4, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, [199915] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(7601), 1, anon_sym_COLON_COLON, ACTIONS(8452), 1, sym_identifier, STATE(2275), 1, aux_sym_sized_type_specifier_repeat1, STATE(5716), 1, sym__scope_resolution, STATE(2268), 2, sym_sized_type_specifier, sym_qualified_type_identifier, STATE(7572), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, ACTIONS(1911), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, [199952] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(6496), 1, anon_sym_requires, ACTIONS(7763), 1, anon_sym_LBRACK, STATE(5437), 1, sym_requires_clause, ACTIONS(5098), 2, anon_sym_final, anon_sym_override, STATE(5247), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, ACTIONS(7761), 8, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, anon_sym_try, [199983] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(3657), 1, anon_sym_COLON_COLON, ACTIONS(8454), 1, sym_identifier, STATE(3658), 1, aux_sym_sized_type_specifier_repeat1, STATE(5806), 1, sym__scope_resolution, STATE(3747), 2, sym_sized_type_specifier, sym_qualified_type_identifier, STATE(7572), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, ACTIONS(3659), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, [200020] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(7685), 1, anon_sym_LBRACK, ACTIONS(8456), 1, anon_sym_LBRACK_LBRACK, STATE(5320), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, ACTIONS(7687), 11, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, anon_sym_DASH_GT, anon_sym_final, anon_sym_override, anon_sym_try, anon_sym_requires, [200047] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1899), 1, anon_sym_LBRACE, ACTIONS(6478), 1, anon_sym_LBRACK_LBRACK, ACTIONS(8216), 1, anon_sym_COMMA, ACTIONS(8218), 1, anon_sym_LPAREN2, ACTIONS(8222), 1, anon_sym_LBRACK, ACTIONS(8224), 1, anon_sym_EQ, ACTIONS(8459), 1, anon_sym_SEMI, ACTIONS(8461), 1, anon_sym_COLON, STATE(3836), 1, sym_parameter_list, STATE(5628), 1, sym__function_declarator_seq, STATE(6241), 1, aux_sym_declaration_repeat1, STATE(5705), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(6798), 2, sym_argument_list, sym_initializer_list, [200092] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1931), 1, anon_sym_operator, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(2562), 1, anon_sym_TILDE, ACTIONS(5219), 1, anon_sym_COLON_COLON, ACTIONS(8276), 1, sym_identifier, ACTIONS(8278), 1, anon_sym_template, STATE(2842), 1, sym_operator_name, STATE(2845), 1, sym_qualified_identifier, STATE(2846), 1, sym_dependent_identifier, STATE(2847), 1, sym_destructor_name, STATE(2848), 1, sym_template_function, STATE(5322), 1, sym__scope_resolution, STATE(7572), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, [200137] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(6496), 1, anon_sym_requires, ACTIONS(8110), 1, anon_sym_LBRACK, STATE(5400), 1, sym_requires_clause, ACTIONS(5098), 2, anon_sym_final, anon_sym_override, STATE(5267), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, ACTIONS(8108), 8, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, anon_sym_try, [200168] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(4564), 1, anon_sym_LPAREN2, ACTIONS(4566), 1, anon_sym_STAR, ACTIONS(4568), 1, anon_sym_AMP_AMP, ACTIONS(4570), 1, anon_sym_AMP, ACTIONS(6967), 1, anon_sym_LBRACK, ACTIONS(8252), 1, anon_sym_LBRACE, STATE(2180), 1, sym_compound_statement, STATE(3879), 1, sym_parameter_list, STATE(5434), 1, sym__function_declarator_seq, STATE(5986), 1, sym__abstract_declarator, STATE(6136), 1, sym_abstract_function_declarator, STATE(5464), 4, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, [200211] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(6248), 1, anon_sym_COLON_COLON, ACTIONS(8454), 1, sym_identifier, STATE(3658), 1, aux_sym_sized_type_specifier_repeat1, STATE(5781), 1, sym__scope_resolution, STATE(3747), 2, sym_sized_type_specifier, sym_qualified_type_identifier, STATE(7572), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, ACTIONS(3659), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, [200248] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(6431), 1, anon_sym_LBRACK, ACTIONS(6496), 1, anon_sym_requires, STATE(5399), 1, sym_requires_clause, ACTIONS(5098), 2, anon_sym_final, anon_sym_override, STATE(5311), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, ACTIONS(6423), 8, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, anon_sym_try, [200279] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1899), 1, anon_sym_LBRACE, ACTIONS(6478), 1, anon_sym_LBRACK_LBRACK, ACTIONS(8216), 1, anon_sym_COMMA, ACTIONS(8218), 1, anon_sym_LPAREN2, ACTIONS(8222), 1, anon_sym_LBRACK, ACTIONS(8224), 1, anon_sym_EQ, ACTIONS(8459), 1, anon_sym_SEMI, ACTIONS(8463), 1, anon_sym_COLON, STATE(3836), 1, sym_parameter_list, STATE(5628), 1, sym__function_declarator_seq, STATE(6241), 1, aux_sym_declaration_repeat1, STATE(5705), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(6798), 2, sym_argument_list, sym_initializer_list, [200324] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1899), 1, anon_sym_LBRACE, ACTIONS(6478), 1, anon_sym_LBRACK_LBRACK, ACTIONS(8216), 1, anon_sym_COMMA, ACTIONS(8218), 1, anon_sym_LPAREN2, ACTIONS(8222), 1, anon_sym_LBRACK, ACTIONS(8224), 1, anon_sym_EQ, ACTIONS(8459), 1, anon_sym_SEMI, ACTIONS(8465), 1, anon_sym_COLON, STATE(3836), 1, sym_parameter_list, STATE(5628), 1, sym__function_declarator_seq, STATE(6241), 1, aux_sym_declaration_repeat1, STATE(5705), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(6798), 2, sym_argument_list, sym_initializer_list, [200369] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(6322), 1, anon_sym_COLON_COLON, ACTIONS(8454), 1, sym_identifier, STATE(4316), 1, aux_sym_sized_type_specifier_repeat1, STATE(5744), 1, sym__scope_resolution, STATE(3906), 2, sym_sized_type_specifier, sym_qualified_type_identifier, STATE(7572), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, ACTIONS(6310), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, [200406] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1899), 1, anon_sym_LBRACE, ACTIONS(6478), 1, anon_sym_LBRACK_LBRACK, ACTIONS(8216), 1, anon_sym_COMMA, ACTIONS(8218), 1, anon_sym_LPAREN2, ACTIONS(8222), 1, anon_sym_LBRACK, ACTIONS(8224), 1, anon_sym_EQ, ACTIONS(8459), 1, anon_sym_SEMI, ACTIONS(8467), 1, anon_sym_COLON, STATE(3836), 1, sym_parameter_list, STATE(5628), 1, sym__function_declarator_seq, STATE(6241), 1, aux_sym_declaration_repeat1, STATE(5705), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(6798), 2, sym_argument_list, sym_initializer_list, [200451] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(4578), 1, anon_sym_COLON_COLON, ACTIONS(8454), 1, sym_identifier, STATE(3634), 1, aux_sym_sized_type_specifier_repeat1, STATE(5722), 1, sym__scope_resolution, STATE(3747), 2, sym_sized_type_specifier, sym_qualified_type_identifier, STATE(7572), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, ACTIONS(51), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, [200488] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(4564), 1, anon_sym_LPAREN2, ACTIONS(4566), 1, anon_sym_STAR, ACTIONS(4568), 1, anon_sym_AMP_AMP, ACTIONS(4570), 1, anon_sym_AMP, ACTIONS(6967), 1, anon_sym_LBRACK, ACTIONS(8212), 1, anon_sym_LBRACE, STATE(3879), 1, sym_parameter_list, STATE(5231), 1, sym_compound_statement, STATE(5434), 1, sym__function_declarator_seq, STATE(5986), 1, sym__abstract_declarator, STATE(6148), 1, sym_abstract_function_declarator, STATE(5464), 4, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, [200531] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(7529), 1, anon_sym_COLON_COLON, ACTIONS(8469), 1, sym_identifier, STATE(2384), 1, aux_sym_sized_type_specifier_repeat1, STATE(5734), 1, sym__scope_resolution, STATE(2925), 2, sym_sized_type_specifier, sym_qualified_type_identifier, STATE(7572), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, ACTIONS(7531), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, [200568] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(4564), 1, anon_sym_LPAREN2, ACTIONS(4566), 1, anon_sym_STAR, ACTIONS(4568), 1, anon_sym_AMP_AMP, ACTIONS(4570), 1, anon_sym_AMP, ACTIONS(6967), 1, anon_sym_LBRACK, ACTIONS(8250), 1, anon_sym_LBRACE, STATE(3031), 1, sym_compound_statement, STATE(3879), 1, sym_parameter_list, STATE(5434), 1, sym__function_declarator_seq, STATE(5986), 1, sym__abstract_declarator, STATE(6091), 1, sym_abstract_function_declarator, STATE(5464), 4, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, [200611] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(4564), 1, anon_sym_LPAREN2, ACTIONS(4566), 1, anon_sym_STAR, ACTIONS(4568), 1, anon_sym_AMP_AMP, ACTIONS(4570), 1, anon_sym_AMP, ACTIONS(6967), 1, anon_sym_LBRACK, ACTIONS(8226), 1, anon_sym_LBRACE, STATE(3811), 1, sym_compound_statement, STATE(3879), 1, sym_parameter_list, STATE(5434), 1, sym__function_declarator_seq, STATE(5986), 1, sym__abstract_declarator, STATE(6076), 1, sym_abstract_function_declarator, STATE(5464), 4, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, [200654] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8448), 1, anon_sym_LBRACK, STATE(3818), 1, sym_parameter_list, STATE(5377), 1, sym__function_declarator_seq, ACTIONS(8471), 11, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_try, anon_sym_requires, [200683] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(4564), 1, anon_sym_LPAREN2, ACTIONS(4566), 1, anon_sym_STAR, ACTIONS(4568), 1, anon_sym_AMP_AMP, ACTIONS(4570), 1, anon_sym_AMP, ACTIONS(6967), 1, anon_sym_LBRACK, ACTIONS(8242), 1, anon_sym_LBRACE, STATE(3879), 1, sym_parameter_list, STATE(4023), 1, sym_compound_statement, STATE(5434), 1, sym__function_declarator_seq, STATE(5986), 1, sym__abstract_declarator, STATE(6075), 1, sym_abstract_function_declarator, STATE(5464), 4, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, [200726] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8448), 1, anon_sym_LBRACK, STATE(3818), 1, sym_parameter_list, STATE(5377), 1, sym__function_declarator_seq, ACTIONS(8473), 11, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_try, anon_sym_requires, [200755] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(6496), 1, anon_sym_requires, ACTIONS(8114), 1, anon_sym_LBRACK, STATE(5393), 1, sym_requires_clause, ACTIONS(5098), 2, anon_sym_final, anon_sym_override, STATE(5294), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, ACTIONS(8112), 8, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, anon_sym_try, [200786] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(7579), 1, anon_sym_COLON_COLON, ACTIONS(8475), 1, sym_identifier, STATE(2557), 1, aux_sym_sized_type_specifier_repeat1, STATE(5804), 1, sym__scope_resolution, STATE(3325), 2, sym_sized_type_specifier, sym_qualified_type_identifier, STATE(7572), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, ACTIONS(7581), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, [200823] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(49), 1, anon_sym_LBRACE, ACTIONS(4564), 1, anon_sym_LPAREN2, ACTIONS(4566), 1, anon_sym_STAR, ACTIONS(4568), 1, anon_sym_AMP_AMP, ACTIONS(4570), 1, anon_sym_AMP, ACTIONS(6967), 1, anon_sym_LBRACK, STATE(2180), 1, sym_compound_statement, STATE(3879), 1, sym_parameter_list, STATE(5434), 1, sym__function_declarator_seq, STATE(5986), 1, sym__abstract_declarator, STATE(6046), 1, sym_abstract_function_declarator, STATE(5464), 4, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, [200866] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(6496), 1, anon_sym_requires, ACTIONS(6540), 1, anon_sym_LBRACK, STATE(5431), 1, sym_requires_clause, ACTIONS(5098), 2, anon_sym_final, anon_sym_override, STATE(5234), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, ACTIONS(6538), 8, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, anon_sym_try, [200897] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(6308), 1, anon_sym_COLON_COLON, ACTIONS(8454), 1, sym_identifier, STATE(4316), 1, aux_sym_sized_type_specifier_repeat1, STATE(5778), 1, sym__scope_resolution, STATE(3906), 2, sym_sized_type_specifier, sym_qualified_type_identifier, STATE(7572), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, ACTIONS(6310), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, [200934] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(7515), 1, anon_sym_COLON_COLON, ACTIONS(8477), 1, sym_identifier, STATE(2513), 1, aux_sym_sized_type_specifier_repeat1, STATE(5766), 1, sym__scope_resolution, STATE(3091), 2, sym_sized_type_specifier, sym_qualified_type_identifier, STATE(7572), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, ACTIONS(2628), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, [200971] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1931), 1, anon_sym_operator, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(2562), 1, anon_sym_TILDE, ACTIONS(6030), 1, anon_sym_COLON_COLON, ACTIONS(8479), 1, sym_identifier, ACTIONS(8481), 1, anon_sym_template, STATE(2842), 1, sym_operator_name, STATE(2845), 1, sym_qualified_identifier, STATE(2846), 1, sym_dependent_identifier, STATE(2847), 1, sym_destructor_name, STATE(2848), 1, sym_template_function, STATE(5345), 1, sym__scope_resolution, STATE(7572), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, [201016] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(6336), 1, anon_sym_COLON_COLON, ACTIONS(8450), 1, sym_identifier, STATE(2513), 1, aux_sym_sized_type_specifier_repeat1, STATE(5758), 1, sym__scope_resolution, STATE(3091), 2, sym_sized_type_specifier, sym_qualified_type_identifier, STATE(7572), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, ACTIONS(2628), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, [201053] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(5281), 1, anon_sym_COLON_COLON, ACTIONS(8454), 1, sym_identifier, STATE(3978), 1, aux_sym_sized_type_specifier_repeat1, STATE(5749), 1, sym__scope_resolution, STATE(3906), 2, sym_sized_type_specifier, sym_qualified_type_identifier, STATE(7572), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, ACTIONS(2572), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, [201090] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1899), 1, anon_sym_LBRACE, ACTIONS(6478), 1, anon_sym_LBRACK_LBRACK, ACTIONS(8216), 1, anon_sym_COMMA, ACTIONS(8218), 1, anon_sym_LPAREN2, ACTIONS(8222), 1, anon_sym_LBRACK, ACTIONS(8224), 1, anon_sym_EQ, ACTIONS(8459), 1, anon_sym_SEMI, ACTIONS(8483), 1, anon_sym_COLON, STATE(3836), 1, sym_parameter_list, STATE(5628), 1, sym__function_declarator_seq, STATE(6241), 1, aux_sym_declaration_repeat1, STATE(5705), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(6798), 2, sym_argument_list, sym_initializer_list, [201135] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1931), 1, anon_sym_operator, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(2562), 1, anon_sym_TILDE, ACTIONS(8485), 1, sym_identifier, ACTIONS(8487), 1, anon_sym_COLON_COLON, ACTIONS(8489), 1, anon_sym_template, STATE(2842), 1, sym_operator_name, STATE(2845), 1, sym_qualified_identifier, STATE(2846), 1, sym_dependent_identifier, STATE(2847), 1, sym_destructor_name, STATE(2848), 1, sym_template_function, STATE(5349), 1, sym__scope_resolution, STATE(7572), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, [201180] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1899), 1, anon_sym_LBRACE, ACTIONS(6478), 1, anon_sym_LBRACK_LBRACK, ACTIONS(8216), 1, anon_sym_COMMA, ACTIONS(8218), 1, anon_sym_LPAREN2, ACTIONS(8222), 1, anon_sym_LBRACK, ACTIONS(8224), 1, anon_sym_EQ, ACTIONS(8459), 1, anon_sym_SEMI, ACTIONS(8491), 1, anon_sym_COLON, STATE(3836), 1, sym_parameter_list, STATE(5628), 1, sym__function_declarator_seq, STATE(6241), 1, aux_sym_declaration_repeat1, STATE(5705), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(6798), 2, sym_argument_list, sym_initializer_list, [201225] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(7493), 1, anon_sym_COLON_COLON, ACTIONS(8493), 1, sym_identifier, STATE(2545), 1, aux_sym_sized_type_specifier_repeat1, STATE(5780), 1, sym__scope_resolution, STATE(3131), 2, sym_sized_type_specifier, sym_qualified_type_identifier, STATE(7572), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, ACTIONS(7495), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, [201262] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(7551), 1, anon_sym_COLON_COLON, ACTIONS(8495), 1, sym_identifier, STATE(2279), 1, aux_sym_sized_type_specifier_repeat1, STATE(5726), 1, sym__scope_resolution, STATE(2796), 2, sym_sized_type_specifier, sym_qualified_type_identifier, STATE(7572), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, ACTIONS(7553), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, [201299] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(6496), 1, anon_sym_requires, ACTIONS(8372), 1, anon_sym_LBRACK, STATE(5458), 1, sym_requires_clause, ACTIONS(5098), 2, anon_sym_final, anon_sym_override, STATE(5309), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, ACTIONS(8370), 8, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, anon_sym_try, [201330] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(4564), 1, anon_sym_LPAREN2, ACTIONS(4566), 1, anon_sym_STAR, ACTIONS(4568), 1, anon_sym_AMP_AMP, ACTIONS(4570), 1, anon_sym_AMP, ACTIONS(6967), 1, anon_sym_LBRACK, ACTIONS(8228), 1, anon_sym_LBRACE, STATE(3570), 1, sym_compound_statement, STATE(3879), 1, sym_parameter_list, STATE(5434), 1, sym__function_declarator_seq, STATE(5986), 1, sym__abstract_declarator, STATE(6017), 1, sym_abstract_function_declarator, STATE(5464), 4, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, [201373] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1931), 1, anon_sym_operator, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(2562), 1, anon_sym_TILDE, ACTIONS(5184), 1, anon_sym_COLON_COLON, ACTIONS(8497), 1, sym_identifier, ACTIONS(8499), 1, anon_sym_template, STATE(5355), 1, sym__scope_resolution, STATE(5638), 1, sym_operator_name, STATE(5660), 1, sym_template_function, STATE(5663), 1, sym_destructor_name, STATE(5665), 1, sym_dependent_identifier, STATE(5667), 1, sym_qualified_identifier, STATE(7572), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, [201418] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(6262), 1, anon_sym_COLON_COLON, ACTIONS(8450), 1, sym_identifier, STATE(4592), 1, aux_sym_sized_type_specifier_repeat1, STATE(5783), 1, sym__scope_resolution, STATE(4813), 2, sym_sized_type_specifier, sym_qualified_type_identifier, STATE(7572), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, ACTIONS(6264), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, [201455] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(4564), 1, anon_sym_LPAREN2, ACTIONS(4566), 1, anon_sym_STAR, ACTIONS(4568), 1, anon_sym_AMP_AMP, ACTIONS(4570), 1, anon_sym_AMP, ACTIONS(6967), 1, anon_sym_LBRACK, ACTIONS(8234), 1, anon_sym_LBRACE, STATE(3522), 1, sym_compound_statement, STATE(3879), 1, sym_parameter_list, STATE(5434), 1, sym__function_declarator_seq, STATE(5986), 1, sym__abstract_declarator, STATE(6001), 1, sym_abstract_function_declarator, STATE(5464), 4, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, [201498] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8448), 1, anon_sym_LBRACK, STATE(3818), 1, sym_parameter_list, STATE(5377), 1, sym__function_declarator_seq, ACTIONS(8501), 11, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_try, anon_sym_requires, [201527] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8448), 1, anon_sym_LBRACK, STATE(3818), 1, sym_parameter_list, STATE(5377), 1, sym__function_declarator_seq, ACTIONS(8503), 11, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_try, anon_sym_requires, [201556] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8448), 1, anon_sym_LBRACK, STATE(3818), 1, sym_parameter_list, STATE(5377), 1, sym__function_declarator_seq, ACTIONS(8505), 11, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_try, anon_sym_requires, [201585] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1899), 1, anon_sym_LBRACE, ACTIONS(6478), 1, anon_sym_LBRACK_LBRACK, ACTIONS(8216), 1, anon_sym_COMMA, ACTIONS(8218), 1, anon_sym_LPAREN2, ACTIONS(8222), 1, anon_sym_LBRACK, ACTIONS(8224), 1, anon_sym_EQ, ACTIONS(8459), 1, anon_sym_SEMI, ACTIONS(8507), 1, anon_sym_COLON, STATE(3836), 1, sym_parameter_list, STATE(5628), 1, sym__function_declarator_seq, STATE(6241), 1, aux_sym_declaration_repeat1, STATE(5705), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(6798), 2, sym_argument_list, sym_initializer_list, [201630] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8448), 1, anon_sym_LBRACK, STATE(3818), 1, sym_parameter_list, STATE(5377), 1, sym__function_declarator_seq, ACTIONS(8509), 11, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_try, anon_sym_requires, [201659] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(4572), 1, anon_sym_COLON_COLON, ACTIONS(8454), 1, sym_identifier, STATE(3634), 1, aux_sym_sized_type_specifier_repeat1, STATE(5795), 1, sym__scope_resolution, STATE(3747), 2, sym_sized_type_specifier, sym_qualified_type_identifier, STATE(7572), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, ACTIONS(51), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, [201696] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8511), 14, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, anon_sym_COLON, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_try, anon_sym_requires, [201716] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(5281), 1, anon_sym_COLON_COLON, ACTIONS(6532), 1, anon_sym_LBRACE, ACTIONS(7777), 1, sym_identifier, STATE(3582), 1, sym_template_type, STATE(3957), 1, sym_enumerator_list, STATE(5749), 1, sym__scope_resolution, ACTIONS(8513), 2, anon_sym_class, anon_sym_struct, STATE(4354), 2, sym__class_name, sym_qualified_type_identifier, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, [201756] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(4578), 1, anon_sym_COLON_COLON, ACTIONS(6195), 1, anon_sym_LBRACE, ACTIONS(7771), 1, sym_identifier, STATE(3582), 1, sym_template_type, STATE(3678), 1, sym_enumerator_list, STATE(5722), 1, sym__scope_resolution, ACTIONS(8515), 2, anon_sym_class, anon_sym_struct, STATE(4021), 2, sym__class_name, sym_qualified_type_identifier, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, [201796] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(8517), 1, anon_sym_RPAREN, STATE(2988), 3, sym_string_literal, sym_raw_string_literal, aux_sym_concatenated_string_repeat1, ACTIONS(107), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, ACTIONS(145), 5, anon_sym_R_DQUOTE, anon_sym_LR_DQUOTE, anon_sym_uR_DQUOTE, anon_sym_UR_DQUOTE, anon_sym_u8R_DQUOTE, [201822] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(8519), 1, anon_sym_RPAREN, STATE(2988), 3, sym_string_literal, sym_raw_string_literal, aux_sym_concatenated_string_repeat1, ACTIONS(107), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, ACTIONS(145), 5, anon_sym_R_DQUOTE, anon_sym_LR_DQUOTE, anon_sym_uR_DQUOTE, anon_sym_UR_DQUOTE, anon_sym_u8R_DQUOTE, [201848] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(8521), 1, anon_sym_RPAREN, STATE(2988), 3, sym_string_literal, sym_raw_string_literal, aux_sym_concatenated_string_repeat1, ACTIONS(107), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, ACTIONS(145), 5, anon_sym_R_DQUOTE, anon_sym_LR_DQUOTE, anon_sym_uR_DQUOTE, anon_sym_UR_DQUOTE, anon_sym_u8R_DQUOTE, [201874] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(8525), 1, anon_sym_LBRACK, ACTIONS(8523), 13, 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, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_try, anon_sym_requires, [201896] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(8527), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(8529), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(5341), 10, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_COLON, anon_sym_final, anon_sym_override, anon_sym_requires, [201920] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8280), 14, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, anon_sym_COLON, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_try, anon_sym_requires, [201940] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(6478), 1, anon_sym_LBRACK_LBRACK, ACTIONS(6856), 1, anon_sym_DASH_GT, ACTIONS(6858), 1, anon_sym_requires, ACTIONS(8114), 1, anon_sym_LBRACK, STATE(5393), 1, sym_requires_clause, STATE(5704), 1, sym_trailing_return_type, ACTIONS(5098), 2, anon_sym_final, anon_sym_override, ACTIONS(8112), 2, anon_sym_LPAREN2, anon_sym_COLON, STATE(5294), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, STATE(5320), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [201978] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(5403), 1, anon_sym_LBRACE, ACTIONS(7579), 1, anon_sym_COLON_COLON, ACTIONS(7712), 1, sym_identifier, STATE(2857), 1, sym_template_type, STATE(3257), 1, sym_enumerator_list, STATE(5804), 1, sym__scope_resolution, ACTIONS(8531), 2, anon_sym_class, anon_sym_struct, STATE(2932), 2, sym__class_name, sym_qualified_type_identifier, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, [202018] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8370), 14, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, anon_sym_COLON, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_try, anon_sym_requires, [202038] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(6478), 1, anon_sym_LBRACK_LBRACK, ACTIONS(6856), 1, anon_sym_DASH_GT, ACTIONS(6858), 1, anon_sym_requires, ACTIONS(7763), 1, anon_sym_LBRACK, STATE(5437), 1, sym_requires_clause, STATE(5707), 1, sym_trailing_return_type, ACTIONS(5098), 2, anon_sym_final, anon_sym_override, ACTIONS(7761), 2, anon_sym_LPAREN2, anon_sym_COLON, STATE(5247), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, STATE(5380), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [202076] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(8535), 1, anon_sym_LBRACK, ACTIONS(8533), 13, 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, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_try, anon_sym_requires, [202098] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(6478), 1, anon_sym_LBRACK_LBRACK, ACTIONS(6856), 1, anon_sym_DASH_GT, ACTIONS(6858), 1, anon_sym_requires, ACTIONS(7763), 1, anon_sym_LBRACK, STATE(5437), 1, sym_requires_clause, STATE(5707), 1, sym_trailing_return_type, ACTIONS(5098), 2, anon_sym_final, anon_sym_override, ACTIONS(7761), 2, anon_sym_LPAREN2, anon_sym_COLON, STATE(5247), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, STATE(5320), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [202136] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(5291), 1, anon_sym_LBRACE, ACTIONS(7529), 1, anon_sym_COLON_COLON, ACTIONS(7732), 1, sym_identifier, STATE(2562), 1, sym_template_type, STATE(2927), 1, sym_enumerator_list, STATE(5734), 1, sym__scope_resolution, ACTIONS(8537), 2, anon_sym_class, anon_sym_struct, STATE(2593), 2, sym__class_name, sym_qualified_type_identifier, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, [202176] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(6478), 1, anon_sym_LBRACK_LBRACK, ACTIONS(6856), 1, anon_sym_DASH_GT, ACTIONS(6858), 1, anon_sym_requires, ACTIONS(8110), 1, anon_sym_LBRACK, STATE(5400), 1, sym_requires_clause, STATE(5703), 1, sym_trailing_return_type, ACTIONS(5098), 2, anon_sym_final, anon_sym_override, ACTIONS(8108), 2, anon_sym_LPAREN2, anon_sym_COLON, STATE(5267), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, STATE(5320), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [202214] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(4464), 1, anon_sym_COLON_COLON, ACTIONS(6207), 1, anon_sym_LT, STATE(5599), 1, sym_template_argument_list, ACTIONS(6814), 2, anon_sym_LBRACK, anon_sym_COLON, ACTIONS(4646), 9, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, anon_sym_try, [202242] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(4798), 1, anon_sym_LBRACE, ACTIONS(6342), 1, anon_sym_COLON_COLON, ACTIONS(7797), 1, sym_identifier, STATE(2227), 1, sym_template_type, STATE(2273), 1, sym_enumerator_list, STATE(5715), 1, sym__scope_resolution, ACTIONS(8539), 2, anon_sym_class, anon_sym_struct, STATE(4774), 2, sym__class_name, sym_qualified_type_identifier, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, [202282] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(8543), 1, anon_sym_LBRACK, ACTIONS(8541), 13, 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, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_try, anon_sym_requires, [202304] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8541), 14, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, anon_sym_COLON, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_try, anon_sym_requires, [202324] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8545), 14, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, anon_sym_COLON, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_try, anon_sym_requires, [202344] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8448), 1, anon_sym_LBRACK, STATE(3836), 1, sym_parameter_list, STATE(5377), 1, sym__function_declarator_seq, ACTIONS(8471), 10, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, anon_sym_final, anon_sym_override, anon_sym_try, anon_sym_requires, [202372] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(8547), 1, anon_sym_LBRACK, ACTIONS(8545), 13, 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, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_try, anon_sym_requires, [202394] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(8551), 1, anon_sym_LBRACK, ACTIONS(8549), 13, 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, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_try, anon_sym_requires, [202416] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8448), 1, anon_sym_LBRACK, STATE(3836), 1, sym_parameter_list, STATE(5377), 1, sym__function_declarator_seq, ACTIONS(8501), 10, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, anon_sym_final, anon_sym_override, anon_sym_try, anon_sym_requires, [202444] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8448), 1, anon_sym_LBRACK, STATE(3836), 1, sym_parameter_list, STATE(5377), 1, sym__function_declarator_seq, ACTIONS(8505), 10, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, anon_sym_final, anon_sym_override, anon_sym_try, anon_sym_requires, [202472] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(5339), 1, anon_sym_LBRACK, ACTIONS(8553), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(8555), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(5341), 9, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_final, anon_sym_override, anon_sym_try, anon_sym_requires, [202498] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(6478), 1, anon_sym_LBRACK_LBRACK, ACTIONS(6856), 1, anon_sym_DASH_GT, ACTIONS(6858), 1, anon_sym_requires, ACTIONS(8110), 1, anon_sym_LBRACK, STATE(5400), 1, sym_requires_clause, STATE(5703), 1, sym_trailing_return_type, ACTIONS(5098), 2, anon_sym_final, anon_sym_override, ACTIONS(8108), 2, anon_sym_LPAREN2, anon_sym_COLON, STATE(5267), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, STATE(5373), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [202536] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(8372), 1, anon_sym_LBRACK, ACTIONS(8370), 13, 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, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_try, anon_sym_requires, [202558] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8557), 14, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, anon_sym_COLON, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_try, anon_sym_requires, [202578] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(8561), 1, anon_sym_LBRACK, ACTIONS(8559), 13, 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, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_try, anon_sym_requires, [202600] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8563), 14, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, anon_sym_COLON, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_try, anon_sym_requires, [202620] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8222), 1, anon_sym_LBRACK, STATE(3818), 1, sym_parameter_list, STATE(5628), 1, sym__function_declarator_seq, STATE(5583), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, ACTIONS(8565), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, anon_sym_try, [202652] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8222), 1, anon_sym_LBRACK, STATE(3818), 1, sym_parameter_list, STATE(5628), 1, sym__function_declarator_seq, STATE(5583), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, ACTIONS(8567), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, anon_sym_try, [202684] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6540), 1, anon_sym_LBRACK, ACTIONS(6538), 13, 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, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_try, anon_sym_requires, [202706] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(8114), 1, anon_sym_LBRACK, ACTIONS(8112), 13, 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, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_try, anon_sym_requires, [202728] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8222), 1, anon_sym_LBRACK, STATE(3818), 1, sym_parameter_list, STATE(5628), 1, sym__function_declarator_seq, STATE(5583), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, ACTIONS(8569), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, anon_sym_try, [202760] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(8571), 1, anon_sym_RPAREN, STATE(2988), 3, sym_string_literal, sym_raw_string_literal, aux_sym_concatenated_string_repeat1, ACTIONS(107), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, ACTIONS(145), 5, anon_sym_R_DQUOTE, anon_sym_LR_DQUOTE, anon_sym_uR_DQUOTE, anon_sym_UR_DQUOTE, anon_sym_u8R_DQUOTE, [202786] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(6322), 1, anon_sym_COLON_COLON, ACTIONS(6532), 1, anon_sym_LBRACE, ACTIONS(7787), 1, sym_identifier, STATE(3582), 1, sym_template_type, STATE(3957), 1, sym_enumerator_list, STATE(5744), 1, sym__scope_resolution, ACTIONS(8573), 2, anon_sym_class, anon_sym_struct, STATE(4779), 2, sym__class_name, sym_qualified_type_identifier, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, [202826] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(4798), 1, anon_sym_LBRACE, ACTIONS(6218), 1, anon_sym_COLON_COLON, ACTIONS(7791), 1, sym_identifier, STATE(2227), 1, sym_template_type, STATE(2273), 1, sym_enumerator_list, STATE(5775), 1, sym__scope_resolution, ACTIONS(8575), 2, anon_sym_class, anon_sym_struct, STATE(4760), 2, sym__class_name, sym_qualified_type_identifier, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, [202866] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(8577), 1, anon_sym_RPAREN, STATE(2988), 3, sym_string_literal, sym_raw_string_literal, aux_sym_concatenated_string_repeat1, ACTIONS(107), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, ACTIONS(145), 5, anon_sym_R_DQUOTE, anon_sym_LR_DQUOTE, anon_sym_uR_DQUOTE, anon_sym_UR_DQUOTE, anon_sym_u8R_DQUOTE, [202892] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8579), 14, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, anon_sym_COLON, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_try, anon_sym_requires, [202912] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6538), 14, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, anon_sym_COLON, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_try, anon_sym_requires, [202932] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(5567), 1, anon_sym_LBRACE, ACTIONS(6336), 1, anon_sym_COLON_COLON, ACTIONS(7779), 1, sym_identifier, STATE(2869), 1, sym_template_type, STATE(3109), 1, sym_enumerator_list, STATE(5758), 1, sym__scope_resolution, ACTIONS(8581), 2, anon_sym_class, anon_sym_struct, STATE(4762), 2, sym__class_name, sym_qualified_type_identifier, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, [202972] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(6262), 1, anon_sym_COLON_COLON, ACTIONS(7671), 1, anon_sym_LBRACE, ACTIONS(7789), 1, sym_identifier, STATE(4685), 1, sym_template_type, STATE(4787), 1, sym_enumerator_list, STATE(5783), 1, sym__scope_resolution, ACTIONS(8583), 2, anon_sym_class, anon_sym_struct, STATE(4765), 2, sym__class_name, sym_qualified_type_identifier, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, [203012] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6423), 14, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, anon_sym_COLON, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_try, anon_sym_requires, [203032] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(1899), 1, anon_sym_LBRACE, ACTIONS(8216), 1, anon_sym_COMMA, ACTIONS(8218), 1, anon_sym_LPAREN2, ACTIONS(8222), 1, anon_sym_LBRACK, ACTIONS(8224), 1, anon_sym_EQ, ACTIONS(8459), 1, anon_sym_SEMI, STATE(3818), 1, sym_parameter_list, STATE(5628), 1, sym__function_declarator_seq, STATE(6241), 1, aux_sym_declaration_repeat1, STATE(5583), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(6798), 2, sym_argument_list, sym_initializer_list, [203074] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(4798), 1, anon_sym_LBRACE, ACTIONS(7601), 1, anon_sym_COLON_COLON, ACTIONS(7692), 1, sym_identifier, STATE(2227), 1, sym_template_type, STATE(2273), 1, sym_enumerator_list, STATE(5716), 1, sym__scope_resolution, ACTIONS(8585), 2, anon_sym_class, anon_sym_struct, STATE(3691), 2, sym__class_name, sym_qualified_type_identifier, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, [203114] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8559), 14, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, anon_sym_COLON, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_try, anon_sym_requires, [203134] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(6195), 1, anon_sym_LBRACE, ACTIONS(6308), 1, anon_sym_COLON_COLON, ACTIONS(7785), 1, sym_identifier, STATE(3582), 1, sym_template_type, STATE(3678), 1, sym_enumerator_list, STATE(5778), 1, sym__scope_resolution, ACTIONS(8587), 2, anon_sym_class, anon_sym_struct, STATE(4557), 2, sym__class_name, sym_qualified_type_identifier, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, [203174] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(5375), 1, anon_sym_LBRACE, ACTIONS(7493), 1, anon_sym_COLON_COLON, ACTIONS(7702), 1, sym_identifier, STATE(2806), 1, sym_template_type, STATE(3151), 1, sym_enumerator_list, STATE(5780), 1, sym__scope_resolution, ACTIONS(8589), 2, anon_sym_class, anon_sym_struct, STATE(2840), 2, sym__class_name, sym_qualified_type_identifier, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, [203214] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(8591), 1, anon_sym_RPAREN, STATE(2988), 3, sym_string_literal, sym_raw_string_literal, aux_sym_concatenated_string_repeat1, ACTIONS(107), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, ACTIONS(145), 5, anon_sym_R_DQUOTE, anon_sym_LR_DQUOTE, anon_sym_uR_DQUOTE, anon_sym_UR_DQUOTE, anon_sym_u8R_DQUOTE, [203240] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8112), 14, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, anon_sym_COLON, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_try, anon_sym_requires, [203260] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(1899), 1, anon_sym_LBRACE, ACTIONS(8216), 1, anon_sym_COMMA, ACTIONS(8218), 1, anon_sym_LPAREN2, ACTIONS(8222), 1, anon_sym_LBRACK, ACTIONS(8224), 1, anon_sym_EQ, ACTIONS(8256), 1, anon_sym_SEMI, STATE(3818), 1, sym_parameter_list, STATE(5628), 1, sym__function_declarator_seq, STATE(6528), 1, aux_sym_declaration_repeat1, STATE(5583), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(6798), 2, sym_argument_list, sym_initializer_list, [203302] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(4572), 1, anon_sym_COLON_COLON, ACTIONS(6195), 1, anon_sym_LBRACE, ACTIONS(7777), 1, sym_identifier, STATE(3582), 1, sym_template_type, STATE(3678), 1, sym_enumerator_list, STATE(5795), 1, sym__scope_resolution, ACTIONS(8593), 2, anon_sym_class, anon_sym_struct, STATE(3837), 2, sym__class_name, sym_qualified_type_identifier, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, [203342] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8108), 14, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, anon_sym_COLON, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_try, anon_sym_requires, [203362] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8533), 14, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, anon_sym_COLON, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_try, anon_sym_requires, [203382] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8448), 1, anon_sym_LBRACK, STATE(3836), 1, sym_parameter_list, STATE(5377), 1, sym__function_declarator_seq, ACTIONS(8503), 10, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, anon_sym_final, anon_sym_override, anon_sym_try, anon_sym_requires, [203410] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(8595), 1, anon_sym_LBRACK, ACTIONS(8579), 13, 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, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_try, anon_sym_requires, [203432] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(6478), 1, anon_sym_LBRACK_LBRACK, ACTIONS(6526), 1, anon_sym_requires, ACTIONS(6678), 1, anon_sym_DASH_GT, ACTIONS(8114), 1, anon_sym_LBRACK, STATE(5375), 1, sym_requires_clause, STATE(5514), 1, sym_trailing_return_type, ACTIONS(6524), 2, anon_sym_final, anon_sym_override, ACTIONS(8112), 2, anon_sym_LPAREN2, anon_sym_COLON, STATE(5284), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, STATE(5320), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [203470] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(6195), 1, anon_sym_LBRACE, ACTIONS(6322), 1, anon_sym_COLON_COLON, ACTIONS(7787), 1, sym_identifier, STATE(3582), 1, sym_template_type, STATE(3678), 1, sym_enumerator_list, STATE(5744), 1, sym__scope_resolution, ACTIONS(8597), 2, anon_sym_class, anon_sym_struct, STATE(4102), 2, sym__class_name, sym_qualified_type_identifier, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, [203510] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(8529), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(5327), 12, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_COLON, anon_sym_or, anon_sym_final, anon_sym_override, anon_sym_requires, [203532] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(6478), 1, anon_sym_LBRACK_LBRACK, ACTIONS(6526), 1, anon_sym_requires, ACTIONS(6678), 1, anon_sym_DASH_GT, ACTIONS(8110), 1, anon_sym_LBRACK, STATE(5417), 1, sym_requires_clause, STATE(5526), 1, sym_trailing_return_type, ACTIONS(6524), 2, anon_sym_final, anon_sym_override, ACTIONS(8108), 2, anon_sym_LPAREN2, anon_sym_COLON, STATE(5257), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, STATE(5424), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [203570] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6431), 1, anon_sym_LBRACK, ACTIONS(6423), 13, 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, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_try, anon_sym_requires, [203592] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(6478), 1, anon_sym_LBRACK_LBRACK, ACTIONS(6526), 1, anon_sym_requires, ACTIONS(6678), 1, anon_sym_DASH_GT, ACTIONS(8110), 1, anon_sym_LBRACK, STATE(5417), 1, sym_requires_clause, STATE(5526), 1, sym_trailing_return_type, ACTIONS(6524), 2, anon_sym_final, anon_sym_override, ACTIONS(8108), 2, anon_sym_LPAREN2, anon_sym_COLON, STATE(5257), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, STATE(5320), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [203630] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8549), 14, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, anon_sym_COLON, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_try, anon_sym_requires, [203650] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(7763), 1, anon_sym_LBRACK, ACTIONS(7761), 13, 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, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_try, anon_sym_requires, [203672] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(8599), 1, anon_sym_LBRACK, ACTIONS(8511), 13, 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, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_try, anon_sym_requires, [203694] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(6478), 1, anon_sym_LBRACK_LBRACK, ACTIONS(6526), 1, anon_sym_requires, ACTIONS(6678), 1, anon_sym_DASH_GT, ACTIONS(7763), 1, anon_sym_LBRACK, STATE(5420), 1, sym_requires_clause, STATE(5528), 1, sym_trailing_return_type, ACTIONS(6524), 2, anon_sym_final, anon_sym_override, ACTIONS(7761), 2, anon_sym_LPAREN2, anon_sym_COLON, STATE(5249), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, STATE(5429), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [203732] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8601), 14, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, anon_sym_COLON, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_try, anon_sym_requires, [203752] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(6478), 1, anon_sym_LBRACK_LBRACK, ACTIONS(6526), 1, anon_sym_requires, ACTIONS(6678), 1, anon_sym_DASH_GT, ACTIONS(7763), 1, anon_sym_LBRACK, STATE(5420), 1, sym_requires_clause, STATE(5528), 1, sym_trailing_return_type, ACTIONS(6524), 2, anon_sym_final, anon_sym_override, ACTIONS(7761), 2, anon_sym_LPAREN2, anon_sym_COLON, STATE(5249), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, STATE(5320), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [203790] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(6431), 1, anon_sym_LBRACK, ACTIONS(6478), 1, anon_sym_LBRACK_LBRACK, ACTIONS(6856), 1, anon_sym_DASH_GT, ACTIONS(6858), 1, anon_sym_requires, STATE(5399), 1, sym_requires_clause, STATE(5678), 1, sym_trailing_return_type, ACTIONS(5098), 2, anon_sym_final, anon_sym_override, ACTIONS(6423), 2, anon_sym_LPAREN2, anon_sym_COLON, STATE(5311), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, STATE(5472), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [203828] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(8110), 1, anon_sym_LBRACK, ACTIONS(8108), 13, 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, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_try, anon_sym_requires, [203850] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(8605), 1, anon_sym_LBRACK, ACTIONS(8603), 13, 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, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_try, anon_sym_requires, [203872] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(6431), 1, anon_sym_LBRACK, ACTIONS(6478), 1, anon_sym_LBRACK_LBRACK, ACTIONS(6856), 1, anon_sym_DASH_GT, ACTIONS(6858), 1, anon_sym_requires, STATE(5399), 1, sym_requires_clause, STATE(5678), 1, sym_trailing_return_type, ACTIONS(5098), 2, anon_sym_final, anon_sym_override, ACTIONS(6423), 2, anon_sym_LPAREN2, anon_sym_COLON, STATE(5311), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, STATE(5320), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [203910] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(1899), 1, anon_sym_LBRACE, ACTIONS(8216), 1, anon_sym_COMMA, ACTIONS(8218), 1, anon_sym_LPAREN2, ACTIONS(8222), 1, anon_sym_LBRACK, ACTIONS(8224), 1, anon_sym_EQ, ACTIONS(8244), 1, anon_sym_SEMI, STATE(3818), 1, sym_parameter_list, STATE(5628), 1, sym__function_declarator_seq, STATE(6274), 1, aux_sym_declaration_repeat1, STATE(5583), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(6798), 2, sym_argument_list, sym_initializer_list, [203952] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(6478), 1, anon_sym_LBRACK_LBRACK, ACTIONS(6526), 1, anon_sym_requires, ACTIONS(6540), 1, anon_sym_LBRACK, ACTIONS(6678), 1, anon_sym_DASH_GT, STATE(5463), 1, sym_requires_clause, STATE(5531), 1, sym_trailing_return_type, ACTIONS(6524), 2, anon_sym_final, anon_sym_override, ACTIONS(6538), 2, anon_sym_LPAREN2, anon_sym_COLON, STATE(5233), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, STATE(5320), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [203990] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(6478), 1, anon_sym_LBRACK_LBRACK, ACTIONS(6526), 1, anon_sym_requires, ACTIONS(6540), 1, anon_sym_LBRACK, ACTIONS(6678), 1, anon_sym_DASH_GT, STATE(5463), 1, sym_requires_clause, STATE(5531), 1, sym_trailing_return_type, ACTIONS(6524), 2, anon_sym_final, anon_sym_override, ACTIONS(6538), 2, anon_sym_LPAREN2, anon_sym_COLON, STATE(5233), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, STATE(5435), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [204028] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(8607), 1, anon_sym_LBRACK, ACTIONS(8563), 13, 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, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_try, anon_sym_requires, [204050] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(1899), 1, anon_sym_LBRACE, ACTIONS(8216), 1, anon_sym_COMMA, ACTIONS(8218), 1, anon_sym_LPAREN2, ACTIONS(8222), 1, anon_sym_LBRACK, ACTIONS(8224), 1, anon_sym_EQ, ACTIONS(8236), 1, anon_sym_SEMI, STATE(3818), 1, sym_parameter_list, STATE(5628), 1, sym__function_declarator_seq, STATE(6379), 1, aux_sym_declaration_repeat1, STATE(5583), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(6798), 2, sym_argument_list, sym_initializer_list, [204092] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5325), 1, anon_sym_LBRACK, ACTIONS(8555), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(5327), 11, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_or, anon_sym_final, anon_sym_override, anon_sym_try, anon_sym_requires, [204116] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(4464), 1, anon_sym_COLON_COLON, ACTIONS(6207), 1, anon_sym_LT, STATE(5599), 1, sym_template_argument_list, ACTIONS(4454), 2, anon_sym_LBRACK, anon_sym_COLON, ACTIONS(4459), 9, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, anon_sym_try, [204144] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(8609), 1, anon_sym_LBRACK, ACTIONS(8601), 13, 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, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_try, anon_sym_requires, [204166] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(8611), 1, anon_sym_RPAREN, STATE(2988), 3, sym_string_literal, sym_raw_string_literal, aux_sym_concatenated_string_repeat1, ACTIONS(107), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, ACTIONS(145), 5, anon_sym_R_DQUOTE, anon_sym_LR_DQUOTE, anon_sym_uR_DQUOTE, anon_sym_UR_DQUOTE, anon_sym_u8R_DQUOTE, [204192] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(8613), 1, anon_sym_RPAREN, STATE(2988), 3, sym_string_literal, sym_raw_string_literal, aux_sym_concatenated_string_repeat1, ACTIONS(107), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, ACTIONS(145), 5, anon_sym_R_DQUOTE, anon_sym_LR_DQUOTE, anon_sym_uR_DQUOTE, anon_sym_UR_DQUOTE, anon_sym_u8R_DQUOTE, [204218] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(6431), 1, anon_sym_LBRACK, ACTIONS(6478), 1, anon_sym_LBRACK_LBRACK, ACTIONS(6526), 1, anon_sym_requires, ACTIONS(6678), 1, anon_sym_DASH_GT, STATE(5407), 1, sym_requires_clause, STATE(5538), 1, sym_trailing_return_type, ACTIONS(6423), 2, anon_sym_LPAREN2, anon_sym_COLON, ACTIONS(6524), 2, anon_sym_final, anon_sym_override, STATE(5297), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, STATE(5320), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [204256] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(6431), 1, anon_sym_LBRACK, ACTIONS(6478), 1, anon_sym_LBRACK_LBRACK, ACTIONS(6526), 1, anon_sym_requires, ACTIONS(6678), 1, anon_sym_DASH_GT, STATE(5407), 1, sym_requires_clause, STATE(5538), 1, sym_trailing_return_type, ACTIONS(6423), 2, anon_sym_LPAREN2, anon_sym_COLON, ACTIONS(6524), 2, anon_sym_final, anon_sym_override, STATE(5297), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, STATE(5441), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [204294] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(6308), 1, anon_sym_COLON_COLON, ACTIONS(6532), 1, anon_sym_LBRACE, ACTIONS(7785), 1, sym_identifier, STATE(3582), 1, sym_template_type, STATE(3957), 1, sym_enumerator_list, STATE(5778), 1, sym__scope_resolution, ACTIONS(8615), 2, anon_sym_class, anon_sym_struct, STATE(4694), 2, sym__class_name, sym_qualified_type_identifier, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, [204334] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8448), 1, anon_sym_LBRACK, STATE(3836), 1, sym_parameter_list, STATE(5377), 1, sym__function_declarator_seq, ACTIONS(8473), 10, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, anon_sym_final, anon_sym_override, anon_sym_try, anon_sym_requires, [204362] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(1899), 1, anon_sym_LBRACE, ACTIONS(8216), 1, anon_sym_COMMA, ACTIONS(8218), 1, anon_sym_LPAREN2, ACTIONS(8222), 1, anon_sym_LBRACK, ACTIONS(8224), 1, anon_sym_EQ, ACTIONS(8270), 1, anon_sym_SEMI, STATE(3818), 1, sym_parameter_list, STATE(5628), 1, sym__function_declarator_seq, STATE(6481), 1, aux_sym_declaration_repeat1, STATE(5583), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(6798), 2, sym_argument_list, sym_initializer_list, [204404] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(8617), 1, anon_sym_RPAREN, STATE(2988), 3, sym_string_literal, sym_raw_string_literal, aux_sym_concatenated_string_repeat1, ACTIONS(107), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, ACTIONS(145), 5, anon_sym_R_DQUOTE, anon_sym_LR_DQUOTE, anon_sym_uR_DQUOTE, anon_sym_UR_DQUOTE, anon_sym_u8R_DQUOTE, [204430] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8222), 1, anon_sym_LBRACK, STATE(3818), 1, sym_parameter_list, STATE(5628), 1, sym__function_declarator_seq, STATE(5583), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, ACTIONS(8619), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, anon_sym_try, [204462] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(8623), 1, anon_sym_LBRACK, ACTIONS(8621), 13, 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, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_try, anon_sym_requires, [204484] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(8444), 1, anon_sym_LBRACK, ACTIONS(8280), 13, 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, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_try, anon_sym_requires, [204506] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(8627), 1, anon_sym_LBRACK, ACTIONS(8625), 13, 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, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_try, anon_sym_requires, [204528] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8448), 1, anon_sym_LBRACK, STATE(3836), 1, sym_parameter_list, STATE(5377), 1, sym__function_declarator_seq, ACTIONS(8509), 10, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, anon_sym_final, anon_sym_override, anon_sym_try, anon_sym_requires, [204556] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(1899), 1, anon_sym_LBRACE, ACTIONS(8216), 1, anon_sym_COMMA, ACTIONS(8218), 1, anon_sym_LPAREN2, ACTIONS(8222), 1, anon_sym_LBRACK, ACTIONS(8459), 1, anon_sym_SEMI, ACTIONS(8629), 1, anon_sym_EQ, STATE(3818), 1, sym_parameter_list, STATE(5628), 1, sym__function_declarator_seq, STATE(6224), 1, sym_initializer_list, STATE(6241), 1, aux_sym_declaration_repeat1, STATE(6798), 1, sym_argument_list, STATE(5583), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [204600] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(8631), 1, anon_sym_LBRACK, ACTIONS(8557), 13, 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, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_try, anon_sym_requires, [204622] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7761), 14, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, anon_sym_COLON, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_try, anon_sym_requires, [204642] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8603), 14, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, anon_sym_COLON, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_try, anon_sym_requires, [204662] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(5567), 1, anon_sym_LBRACE, ACTIONS(7515), 1, anon_sym_COLON_COLON, ACTIONS(7742), 1, sym_identifier, STATE(2869), 1, sym_template_type, STATE(3109), 1, sym_enumerator_list, STATE(5766), 1, sym__scope_resolution, ACTIONS(8633), 2, anon_sym_class, anon_sym_struct, STATE(3863), 2, sym__class_name, sym_qualified_type_identifier, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, [204702] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8222), 1, anon_sym_LBRACK, STATE(3818), 1, sym_parameter_list, STATE(5628), 1, sym__function_declarator_seq, STATE(5583), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, ACTIONS(8635), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, anon_sym_try, [204734] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(1899), 1, anon_sym_LBRACE, ACTIONS(8216), 1, anon_sym_COMMA, ACTIONS(8218), 1, anon_sym_LPAREN2, ACTIONS(8222), 1, anon_sym_LBRACK, ACTIONS(8224), 1, anon_sym_EQ, ACTIONS(8264), 1, anon_sym_SEMI, STATE(3818), 1, sym_parameter_list, STATE(5628), 1, sym__function_declarator_seq, STATE(6381), 1, aux_sym_declaration_repeat1, STATE(5583), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(6798), 2, sym_argument_list, sym_initializer_list, [204776] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8448), 1, anon_sym_LBRACK, STATE(3836), 1, sym_parameter_list, STATE(5377), 1, sym__function_declarator_seq, ACTIONS(8446), 10, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, anon_sym_final, anon_sym_override, anon_sym_try, anon_sym_requires, [204804] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(5275), 1, anon_sym_LBRACE, ACTIONS(7551), 1, anon_sym_COLON_COLON, ACTIONS(7722), 1, sym_identifier, STATE(2514), 1, sym_template_type, STATE(2790), 1, sym_enumerator_list, STATE(5726), 1, sym__scope_resolution, ACTIONS(8637), 2, anon_sym_class, anon_sym_struct, STATE(2580), 2, sym__class_name, sym_qualified_type_identifier, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, [204844] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(6478), 1, anon_sym_LBRACK_LBRACK, ACTIONS(6540), 1, anon_sym_LBRACK, ACTIONS(6856), 1, anon_sym_DASH_GT, ACTIONS(6858), 1, anon_sym_requires, STATE(5431), 1, sym_requires_clause, STATE(5706), 1, sym_trailing_return_type, ACTIONS(5098), 2, anon_sym_final, anon_sym_override, ACTIONS(6538), 2, anon_sym_LPAREN2, anon_sym_COLON, STATE(5234), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, STATE(5378), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [204882] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8625), 14, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, anon_sym_COLON, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_try, anon_sym_requires, [204902] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(6478), 1, anon_sym_LBRACK_LBRACK, ACTIONS(6540), 1, anon_sym_LBRACK, ACTIONS(6856), 1, anon_sym_DASH_GT, ACTIONS(6858), 1, anon_sym_requires, STATE(5431), 1, sym_requires_clause, STATE(5706), 1, sym_trailing_return_type, ACTIONS(5098), 2, anon_sym_final, anon_sym_override, ACTIONS(6538), 2, anon_sym_LPAREN2, anon_sym_COLON, STATE(5234), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, STATE(5320), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [204940] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8621), 14, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, anon_sym_COLON, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_try, anon_sym_requires, [204960] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8523), 14, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, anon_sym_COLON, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_try, anon_sym_requires, [204980] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4726), 13, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_final, anon_sym_override, anon_sym_try, anon_sym_requires, [204999] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(351), 1, anon_sym_LBRACE, ACTIONS(6814), 1, anon_sym_LBRACK, ACTIONS(8639), 1, anon_sym_SEMI, ACTIONS(8641), 1, anon_sym_EQ, ACTIONS(8643), 1, anon_sym_COLON, ACTIONS(8645), 1, anon_sym_try, STATE(796), 1, sym_compound_statement, STATE(6679), 1, sym_field_initializer_list, ACTIONS(4646), 2, anon_sym_LPAREN2, anon_sym_LBRACK_LBRACK, STATE(797), 3, sym_constructor_try_statement, sym_default_method_clause, sym_delete_method_clause, [205036] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(6478), 1, anon_sym_LBRACK_LBRACK, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8012), 1, anon_sym_LBRACK, STATE(3836), 1, sym_parameter_list, STATE(5692), 1, sym__function_declarator_seq, STATE(5655), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, ACTIONS(8647), 6, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, anon_sym_try, [205067] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(6814), 1, anon_sym_LBRACK, ACTIONS(8643), 1, anon_sym_COLON, ACTIONS(8649), 1, anon_sym_SEMI, ACTIONS(8651), 1, anon_sym_LBRACE, ACTIONS(8653), 1, anon_sym_EQ, ACTIONS(8655), 1, anon_sym_try, STATE(2494), 1, sym_compound_statement, STATE(6844), 1, sym_field_initializer_list, ACTIONS(4646), 2, anon_sym_LPAREN2, anon_sym_LBRACK_LBRACK, STATE(2493), 3, sym_constructor_try_statement, sym_default_method_clause, sym_delete_method_clause, [205104] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4750), 13, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_final, anon_sym_override, anon_sym_try, anon_sym_requires, [205123] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(738), 1, anon_sym_LBRACE, ACTIONS(6814), 1, anon_sym_LBRACK, ACTIONS(8643), 1, anon_sym_COLON, ACTIONS(8657), 1, anon_sym_SEMI, ACTIONS(8659), 1, anon_sym_EQ, ACTIONS(8661), 1, anon_sym_try, STATE(1236), 1, sym_compound_statement, STATE(6865), 1, sym_field_initializer_list, ACTIONS(4646), 2, anon_sym_LPAREN2, anon_sym_LBRACK_LBRACK, STATE(1235), 3, sym_constructor_try_statement, sym_default_method_clause, sym_delete_method_clause, [205160] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(6530), 1, anon_sym_requires, ACTIONS(7763), 1, anon_sym_LBRACK, STATE(5437), 1, sym_requires_clause, ACTIONS(5098), 2, anon_sym_final, anon_sym_override, STATE(5247), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, ACTIONS(7761), 6, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_try, [205189] = 6, ACTIONS(3), 1, sym_comment, STATE(5306), 1, sym_string_literal, STATE(5517), 1, sym_raw_string_literal, STATE(6552), 1, sym_concatenated_string, ACTIONS(107), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, ACTIONS(145), 5, anon_sym_R_DQUOTE, anon_sym_LR_DQUOTE, anon_sym_uR_DQUOTE, anon_sym_UR_DQUOTE, anon_sym_u8R_DQUOTE, [205216] = 6, ACTIONS(3), 1, sym_comment, STATE(5243), 1, sym_string_literal, STATE(5517), 1, sym_raw_string_literal, STATE(6281), 1, sym_concatenated_string, ACTIONS(107), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, ACTIONS(145), 5, anon_sym_R_DQUOTE, anon_sym_LR_DQUOTE, anon_sym_uR_DQUOTE, anon_sym_UR_DQUOTE, anon_sym_u8R_DQUOTE, [205243] = 6, ACTIONS(3), 1, sym_comment, STATE(5286), 1, sym_string_literal, STATE(5517), 1, sym_raw_string_literal, STATE(6591), 1, sym_concatenated_string, ACTIONS(107), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, ACTIONS(145), 5, anon_sym_R_DQUOTE, anon_sym_LR_DQUOTE, anon_sym_uR_DQUOTE, anon_sym_UR_DQUOTE, anon_sym_u8R_DQUOTE, [205270] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(6530), 1, anon_sym_requires, ACTIONS(8114), 1, anon_sym_LBRACK, STATE(5393), 1, sym_requires_clause, ACTIONS(5098), 2, anon_sym_final, anon_sym_override, STATE(5294), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, ACTIONS(8112), 6, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_try, [205299] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(6530), 1, anon_sym_requires, ACTIONS(8372), 1, anon_sym_LBRACK, STATE(5458), 1, sym_requires_clause, ACTIONS(5098), 2, anon_sym_final, anon_sym_override, STATE(5309), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, ACTIONS(8370), 6, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_try, [205328] = 6, ACTIONS(3), 1, sym_comment, STATE(5242), 1, sym_string_literal, STATE(5517), 1, sym_raw_string_literal, STATE(6496), 1, sym_concatenated_string, ACTIONS(107), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, ACTIONS(145), 5, anon_sym_R_DQUOTE, anon_sym_LR_DQUOTE, anon_sym_uR_DQUOTE, anon_sym_UR_DQUOTE, anon_sym_u8R_DQUOTE, [205355] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(6814), 1, anon_sym_LBRACK, ACTIONS(8643), 1, anon_sym_COLON, ACTIONS(8663), 1, anon_sym_SEMI, ACTIONS(8665), 1, anon_sym_LBRACE, ACTIONS(8667), 1, anon_sym_EQ, ACTIONS(8669), 1, anon_sym_try, STATE(2359), 1, sym_compound_statement, STATE(6835), 1, sym_field_initializer_list, ACTIONS(4646), 2, anon_sym_LPAREN2, anon_sym_LBRACK_LBRACK, STATE(2318), 3, sym_constructor_try_statement, sym_default_method_clause, sym_delete_method_clause, [205392] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4714), 13, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_final, anon_sym_override, anon_sym_try, anon_sym_requires, [205411] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(6530), 1, anon_sym_requires, ACTIONS(8110), 1, anon_sym_LBRACK, STATE(5400), 1, sym_requires_clause, ACTIONS(5098), 2, anon_sym_final, anon_sym_override, STATE(5267), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, ACTIONS(8108), 6, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_try, [205440] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(253), 1, anon_sym_LBRACE, ACTIONS(6814), 1, anon_sym_LBRACK, ACTIONS(8643), 1, anon_sym_COLON, ACTIONS(8671), 1, anon_sym_SEMI, ACTIONS(8673), 1, anon_sym_EQ, ACTIONS(8675), 1, anon_sym_try, STATE(533), 1, sym_compound_statement, STATE(6893), 1, sym_field_initializer_list, ACTIONS(4646), 2, anon_sym_LPAREN2, anon_sym_LBRACK_LBRACK, STATE(508), 3, sym_constructor_try_statement, sym_default_method_clause, sym_delete_method_clause, [205477] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(6814), 1, anon_sym_LBRACK, ACTIONS(8643), 1, anon_sym_COLON, ACTIONS(8651), 1, anon_sym_LBRACE, ACTIONS(8653), 1, anon_sym_EQ, ACTIONS(8655), 1, anon_sym_try, ACTIONS(8677), 1, anon_sym_SEMI, STATE(2457), 1, sym_compound_statement, STATE(6932), 1, sym_field_initializer_list, ACTIONS(4646), 2, anon_sym_LPAREN2, anon_sym_LBRACK_LBRACK, STATE(2479), 3, sym_constructor_try_statement, sym_default_method_clause, sym_delete_method_clause, [205514] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4692), 13, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_final, anon_sym_override, anon_sym_try, anon_sym_requires, [205533] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(6530), 1, anon_sym_requires, ACTIONS(6540), 1, anon_sym_LBRACK, STATE(5431), 1, sym_requires_clause, ACTIONS(5098), 2, anon_sym_final, anon_sym_override, STATE(5234), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, ACTIONS(6538), 6, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_try, [205562] = 6, ACTIONS(3), 1, sym_comment, STATE(5256), 1, sym_string_literal, STATE(5517), 1, sym_raw_string_literal, STATE(6436), 1, sym_concatenated_string, ACTIONS(107), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, ACTIONS(145), 5, anon_sym_R_DQUOTE, anon_sym_LR_DQUOTE, anon_sym_uR_DQUOTE, anon_sym_UR_DQUOTE, anon_sym_u8R_DQUOTE, [205589] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4710), 13, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_final, anon_sym_override, anon_sym_try, anon_sym_requires, [205608] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(6478), 1, anon_sym_LBRACK_LBRACK, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8012), 1, anon_sym_LBRACK, STATE(3836), 1, sym_parameter_list, STATE(5692), 1, sym__function_declarator_seq, STATE(5655), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, ACTIONS(8679), 6, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, anon_sym_try, [205639] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(6814), 1, anon_sym_LBRACK, ACTIONS(8643), 1, anon_sym_COLON, ACTIONS(8665), 1, anon_sym_LBRACE, ACTIONS(8667), 1, anon_sym_EQ, ACTIONS(8669), 1, anon_sym_try, ACTIONS(8681), 1, anon_sym_SEMI, STATE(2380), 1, sym_compound_statement, STATE(6877), 1, sym_field_initializer_list, ACTIONS(4646), 2, anon_sym_LPAREN2, anon_sym_LBRACK_LBRACK, STATE(2386), 3, sym_constructor_try_statement, sym_default_method_clause, sym_delete_method_clause, [205676] = 5, ACTIONS(3), 1, sym_comment, STATE(7252), 1, sym_concatenated_string, STATE(5455), 2, sym_string_literal, sym_raw_string_literal, ACTIONS(107), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, ACTIONS(145), 5, anon_sym_R_DQUOTE, anon_sym_LR_DQUOTE, anon_sym_uR_DQUOTE, anon_sym_UR_DQUOTE, anon_sym_u8R_DQUOTE, [205701] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(6478), 1, anon_sym_LBRACK_LBRACK, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8012), 1, anon_sym_LBRACK, STATE(3836), 1, sym_parameter_list, STATE(5692), 1, sym__function_declarator_seq, STATE(5655), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, ACTIONS(8683), 6, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, anon_sym_try, [205732] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(6431), 1, anon_sym_LBRACK, ACTIONS(6530), 1, anon_sym_requires, STATE(5399), 1, sym_requires_clause, ACTIONS(5098), 2, anon_sym_final, anon_sym_override, STATE(5311), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, ACTIONS(6423), 6, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_try, [205761] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(49), 1, anon_sym_LBRACE, ACTIONS(6814), 1, anon_sym_LBRACK, ACTIONS(8643), 1, anon_sym_COLON, ACTIONS(8685), 1, anon_sym_SEMI, ACTIONS(8687), 1, anon_sym_EQ, ACTIONS(8689), 1, anon_sym_try, STATE(1329), 1, sym_compound_statement, STATE(6895), 1, sym_field_initializer_list, ACTIONS(4646), 2, anon_sym_LPAREN2, anon_sym_LBRACK_LBRACK, STATE(1331), 3, sym_constructor_try_statement, sym_default_method_clause, sym_delete_method_clause, [205798] = 6, ACTIONS(3), 1, sym_comment, STATE(5232), 1, sym_string_literal, STATE(5517), 1, sym_raw_string_literal, STATE(6217), 1, sym_concatenated_string, ACTIONS(107), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, ACTIONS(145), 5, anon_sym_R_DQUOTE, anon_sym_LR_DQUOTE, anon_sym_uR_DQUOTE, anon_sym_UR_DQUOTE, anon_sym_u8R_DQUOTE, [205825] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(6814), 1, anon_sym_LBRACK, ACTIONS(8643), 1, anon_sym_COLON, ACTIONS(8691), 1, anon_sym_SEMI, ACTIONS(8693), 1, anon_sym_LBRACE, ACTIONS(8695), 1, anon_sym_EQ, ACTIONS(8697), 1, anon_sym_try, STATE(2607), 1, sym_compound_statement, STATE(6913), 1, sym_field_initializer_list, ACTIONS(4646), 2, anon_sym_LPAREN2, anon_sym_LBRACK_LBRACK, STATE(2606), 3, sym_constructor_try_statement, sym_default_method_clause, sym_delete_method_clause, [205862] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(6478), 1, anon_sym_LBRACK_LBRACK, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8012), 1, anon_sym_LBRACK, STATE(3836), 1, sym_parameter_list, STATE(5692), 1, sym__function_declarator_seq, STATE(5655), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, ACTIONS(8699), 6, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, anon_sym_try, [205893] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(8701), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(5327), 11, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, anon_sym_or, anon_sym_final, anon_sym_override, anon_sym_try, anon_sym_requires, [205914] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(786), 1, anon_sym_LBRACE, ACTIONS(6814), 1, anon_sym_LBRACK, ACTIONS(8643), 1, anon_sym_COLON, ACTIONS(8703), 1, anon_sym_SEMI, ACTIONS(8705), 1, anon_sym_EQ, ACTIONS(8707), 1, anon_sym_try, STATE(1217), 1, sym_compound_statement, STATE(6731), 1, sym_field_initializer_list, ACTIONS(4646), 2, anon_sym_LPAREN2, anon_sym_LBRACK_LBRACK, STATE(1218), 3, sym_constructor_try_statement, sym_default_method_clause, sym_delete_method_clause, [205951] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4684), 13, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_final, anon_sym_override, anon_sym_try, anon_sym_requires, [205970] = 5, ACTIONS(3), 1, sym_comment, STATE(7224), 1, sym_concatenated_string, STATE(5448), 2, sym_string_literal, sym_raw_string_literal, ACTIONS(107), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, ACTIONS(145), 5, anon_sym_R_DQUOTE, anon_sym_LR_DQUOTE, anon_sym_uR_DQUOTE, anon_sym_UR_DQUOTE, anon_sym_u8R_DQUOTE, [205995] = 6, ACTIONS(3), 1, sym_comment, STATE(5280), 1, sym_string_literal, STATE(5517), 1, sym_raw_string_literal, STATE(6374), 1, sym_concatenated_string, ACTIONS(107), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, ACTIONS(145), 5, anon_sym_R_DQUOTE, anon_sym_LR_DQUOTE, anon_sym_uR_DQUOTE, anon_sym_UR_DQUOTE, anon_sym_u8R_DQUOTE, [206022] = 5, ACTIONS(3), 1, sym_comment, STATE(7192), 1, sym_concatenated_string, STATE(5405), 2, sym_string_literal, sym_raw_string_literal, ACTIONS(107), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, ACTIONS(145), 5, anon_sym_R_DQUOTE, anon_sym_LR_DQUOTE, anon_sym_uR_DQUOTE, anon_sym_UR_DQUOTE, anon_sym_u8R_DQUOTE, [206047] = 5, ACTIONS(3), 1, sym_comment, STATE(7158), 1, sym_concatenated_string, STATE(5416), 2, sym_string_literal, sym_raw_string_literal, ACTIONS(107), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, ACTIONS(145), 5, anon_sym_R_DQUOTE, anon_sym_LR_DQUOTE, anon_sym_uR_DQUOTE, anon_sym_UR_DQUOTE, anon_sym_u8R_DQUOTE, [206072] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4688), 13, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_final, anon_sym_override, anon_sym_try, anon_sym_requires, [206091] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(6526), 1, anon_sym_requires, STATE(5372), 1, sym_requires_clause, ACTIONS(6524), 2, anon_sym_final, anon_sym_override, STATE(5229), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, ACTIONS(8370), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_COLON, [206118] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4738), 13, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_final, anon_sym_override, anon_sym_try, anon_sym_requires, [206137] = 6, ACTIONS(3), 1, sym_comment, STATE(5274), 1, sym_string_literal, STATE(5517), 1, sym_raw_string_literal, STATE(6454), 1, sym_concatenated_string, ACTIONS(107), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, ACTIONS(145), 5, anon_sym_R_DQUOTE, anon_sym_LR_DQUOTE, anon_sym_uR_DQUOTE, anon_sym_UR_DQUOTE, anon_sym_u8R_DQUOTE, [206164] = 4, ACTIONS(3), 1, sym_comment, STATE(2988), 3, sym_string_literal, sym_raw_string_literal, aux_sym_concatenated_string_repeat1, ACTIONS(107), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, ACTIONS(145), 5, anon_sym_R_DQUOTE, anon_sym_LR_DQUOTE, anon_sym_uR_DQUOTE, anon_sym_UR_DQUOTE, anon_sym_u8R_DQUOTE, [206187] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(6814), 1, anon_sym_LBRACK, ACTIONS(8643), 1, anon_sym_COLON, ACTIONS(8709), 1, anon_sym_SEMI, ACTIONS(8711), 1, anon_sym_LBRACE, ACTIONS(8713), 1, anon_sym_EQ, ACTIONS(8715), 1, anon_sym_try, STATE(2699), 1, sym_compound_statement, STATE(6867), 1, sym_field_initializer_list, ACTIONS(4646), 2, anon_sym_LPAREN2, anon_sym_LBRACK_LBRACK, STATE(2583), 3, sym_constructor_try_statement, sym_default_method_clause, sym_delete_method_clause, [206224] = 5, ACTIONS(3), 1, sym_comment, STATE(7100), 1, sym_concatenated_string, STATE(5369), 2, sym_string_literal, sym_raw_string_literal, ACTIONS(107), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, ACTIONS(145), 5, anon_sym_R_DQUOTE, anon_sym_LR_DQUOTE, anon_sym_uR_DQUOTE, anon_sym_UR_DQUOTE, anon_sym_u8R_DQUOTE, [206249] = 5, ACTIONS(3), 1, sym_comment, STATE(7101), 1, sym_concatenated_string, STATE(5368), 2, sym_string_literal, sym_raw_string_literal, ACTIONS(107), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, ACTIONS(145), 5, anon_sym_R_DQUOTE, anon_sym_LR_DQUOTE, anon_sym_uR_DQUOTE, anon_sym_UR_DQUOTE, anon_sym_u8R_DQUOTE, [206274] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(786), 1, anon_sym_LBRACE, ACTIONS(6814), 1, anon_sym_LBRACK, ACTIONS(8643), 1, anon_sym_COLON, ACTIONS(8705), 1, anon_sym_EQ, ACTIONS(8707), 1, anon_sym_try, ACTIONS(8717), 1, anon_sym_SEMI, STATE(1296), 1, sym_compound_statement, STATE(6692), 1, sym_field_initializer_list, ACTIONS(4646), 2, anon_sym_LPAREN2, anon_sym_LBRACK_LBRACK, STATE(1289), 3, sym_constructor_try_statement, sym_default_method_clause, sym_delete_method_clause, [206311] = 6, ACTIONS(3), 1, sym_comment, STATE(5291), 1, sym_string_literal, STATE(5517), 1, sym_raw_string_literal, STATE(6505), 1, sym_concatenated_string, ACTIONS(107), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, ACTIONS(145), 5, anon_sym_R_DQUOTE, anon_sym_LR_DQUOTE, anon_sym_uR_DQUOTE, anon_sym_UR_DQUOTE, anon_sym_u8R_DQUOTE, [206338] = 6, ACTIONS(3), 1, sym_comment, STATE(5304), 1, sym_string_literal, STATE(5517), 1, sym_raw_string_literal, STATE(6248), 1, sym_concatenated_string, ACTIONS(107), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, ACTIONS(145), 5, anon_sym_R_DQUOTE, anon_sym_LR_DQUOTE, anon_sym_uR_DQUOTE, anon_sym_UR_DQUOTE, anon_sym_u8R_DQUOTE, [206365] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(6814), 1, anon_sym_LBRACK, ACTIONS(8643), 1, anon_sym_COLON, ACTIONS(8693), 1, anon_sym_LBRACE, ACTIONS(8695), 1, anon_sym_EQ, ACTIONS(8697), 1, anon_sym_try, ACTIONS(8719), 1, anon_sym_SEMI, STATE(2717), 1, sym_compound_statement, STATE(6816), 1, sym_field_initializer_list, ACTIONS(4646), 2, anon_sym_LPAREN2, anon_sym_LBRACK_LBRACK, STATE(2718), 3, sym_constructor_try_statement, sym_default_method_clause, sym_delete_method_clause, [206402] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(6814), 1, anon_sym_LBRACK, ACTIONS(8643), 1, anon_sym_COLON, ACTIONS(8711), 1, anon_sym_LBRACE, ACTIONS(8713), 1, anon_sym_EQ, ACTIONS(8715), 1, anon_sym_try, ACTIONS(8721), 1, anon_sym_SEMI, STATE(2655), 1, sym_compound_statement, STATE(6828), 1, sym_field_initializer_list, ACTIONS(4646), 2, anon_sym_LPAREN2, anon_sym_LBRACK_LBRACK, STATE(2734), 3, sym_constructor_try_statement, sym_default_method_clause, sym_delete_method_clause, [206439] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(6526), 1, anon_sym_requires, STATE(5375), 1, sym_requires_clause, ACTIONS(6524), 2, anon_sym_final, anon_sym_override, STATE(5284), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, ACTIONS(8112), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_COLON, [206466] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(49), 1, anon_sym_LBRACE, ACTIONS(6814), 1, anon_sym_LBRACK, ACTIONS(8643), 1, anon_sym_COLON, ACTIONS(8687), 1, anon_sym_EQ, ACTIONS(8689), 1, anon_sym_try, ACTIONS(8723), 1, anon_sym_SEMI, STATE(1351), 1, sym_compound_statement, STATE(6785), 1, sym_field_initializer_list, ACTIONS(4646), 2, anon_sym_LPAREN2, anon_sym_LBRACK_LBRACK, STATE(1350), 3, sym_constructor_try_statement, sym_default_method_clause, sym_delete_method_clause, [206503] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(6526), 1, anon_sym_requires, STATE(5417), 1, sym_requires_clause, ACTIONS(6524), 2, anon_sym_final, anon_sym_override, STATE(5257), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, ACTIONS(8108), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_COLON, [206530] = 5, ACTIONS(3), 1, sym_comment, STATE(7015), 1, sym_concatenated_string, STATE(5449), 2, sym_string_literal, sym_raw_string_literal, ACTIONS(107), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, ACTIONS(145), 5, anon_sym_R_DQUOTE, anon_sym_LR_DQUOTE, anon_sym_uR_DQUOTE, anon_sym_UR_DQUOTE, anon_sym_u8R_DQUOTE, [206555] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2536), 13, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_final, anon_sym_override, anon_sym_try, anon_sym_requires, [206574] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(6526), 1, anon_sym_requires, STATE(5420), 1, sym_requires_clause, ACTIONS(6524), 2, anon_sym_final, anon_sym_override, STATE(5249), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, ACTIONS(7761), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_COLON, [206601] = 5, ACTIONS(3), 1, sym_comment, STATE(7011), 1, sym_concatenated_string, STATE(5367), 2, sym_string_literal, sym_raw_string_literal, ACTIONS(107), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, ACTIONS(145), 5, anon_sym_R_DQUOTE, anon_sym_LR_DQUOTE, anon_sym_uR_DQUOTE, anon_sym_UR_DQUOTE, anon_sym_u8R_DQUOTE, [206626] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4734), 13, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_final, anon_sym_override, anon_sym_try, anon_sym_requires, [206645] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2540), 13, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_final, anon_sym_override, anon_sym_try, anon_sym_requires, [206664] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(1899), 1, anon_sym_LBRACE, ACTIONS(8218), 1, anon_sym_LPAREN2, ACTIONS(8222), 1, anon_sym_LBRACK, ACTIONS(8224), 1, anon_sym_EQ, STATE(3818), 1, sym_parameter_list, STATE(5628), 1, sym__function_declarator_seq, ACTIONS(8725), 2, anon_sym_COMMA, anon_sym_SEMI, STATE(5583), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, STATE(6798), 2, sym_argument_list, sym_initializer_list, [206701] = 5, ACTIONS(3), 1, sym_comment, STATE(7369), 1, sym_concatenated_string, STATE(5402), 2, sym_string_literal, sym_raw_string_literal, ACTIONS(107), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, ACTIONS(145), 5, anon_sym_R_DQUOTE, anon_sym_LR_DQUOTE, anon_sym_uR_DQUOTE, anon_sym_UR_DQUOTE, anon_sym_u8R_DQUOTE, [206726] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(253), 1, anon_sym_LBRACE, ACTIONS(6814), 1, anon_sym_LBRACK, ACTIONS(8643), 1, anon_sym_COLON, ACTIONS(8673), 1, anon_sym_EQ, ACTIONS(8675), 1, anon_sym_try, ACTIONS(8727), 1, anon_sym_SEMI, STATE(560), 1, sym_compound_statement, STATE(6706), 1, sym_field_initializer_list, ACTIONS(4646), 2, anon_sym_LPAREN2, anon_sym_LBRACK_LBRACK, STATE(516), 3, sym_constructor_try_statement, sym_default_method_clause, sym_delete_method_clause, [206763] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(6526), 1, anon_sym_requires, STATE(5463), 1, sym_requires_clause, ACTIONS(6524), 2, anon_sym_final, anon_sym_override, STATE(5233), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, ACTIONS(6538), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_COLON, [206790] = 6, ACTIONS(3), 1, sym_comment, STATE(5283), 1, sym_string_literal, STATE(5517), 1, sym_raw_string_literal, STATE(6397), 1, sym_concatenated_string, ACTIONS(107), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, ACTIONS(145), 5, anon_sym_R_DQUOTE, anon_sym_LR_DQUOTE, anon_sym_uR_DQUOTE, anon_sym_UR_DQUOTE, anon_sym_u8R_DQUOTE, [206817] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(6478), 1, anon_sym_LBRACK_LBRACK, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8012), 1, anon_sym_LBRACK, STATE(3836), 1, sym_parameter_list, STATE(5692), 1, sym__function_declarator_seq, STATE(5655), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, ACTIONS(8729), 6, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, anon_sym_try, [206848] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4706), 13, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_final, anon_sym_override, anon_sym_try, anon_sym_requires, [206867] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(6526), 1, anon_sym_requires, STATE(5407), 1, sym_requires_clause, ACTIONS(6524), 2, anon_sym_final, anon_sym_override, STATE(5297), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, ACTIONS(6423), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_COLON, [206894] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4746), 13, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_final, anon_sym_override, anon_sym_try, anon_sym_requires, [206913] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4742), 13, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_final, anon_sym_override, anon_sym_try, anon_sym_requires, [206932] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(8701), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(8731), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(5341), 9, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, anon_sym_final, anon_sym_override, anon_sym_try, anon_sym_requires, [206955] = 6, ACTIONS(3), 1, sym_comment, STATE(5252), 1, sym_string_literal, STATE(5517), 1, sym_raw_string_literal, STATE(6233), 1, sym_concatenated_string, ACTIONS(107), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, ACTIONS(145), 5, anon_sym_R_DQUOTE, anon_sym_LR_DQUOTE, anon_sym_uR_DQUOTE, anon_sym_UR_DQUOTE, anon_sym_u8R_DQUOTE, [206982] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4718), 13, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_final, anon_sym_override, anon_sym_try, anon_sym_requires, [207001] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4718), 13, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_final, anon_sym_override, anon_sym_try, anon_sym_requires, [207020] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4718), 13, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_final, anon_sym_override, anon_sym_try, anon_sym_requires, [207039] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(4564), 1, anon_sym_LPAREN2, ACTIONS(6961), 1, anon_sym_STAR, ACTIONS(6963), 1, anon_sym_AMP_AMP, ACTIONS(6965), 1, anon_sym_AMP, ACTIONS(6967), 1, anon_sym_LBRACK, STATE(3887), 1, sym_parameter_list, STATE(5434), 1, sym__function_declarator_seq, STATE(5867), 1, sym__abstract_declarator, STATE(5464), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, [207074] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(738), 1, anon_sym_LBRACE, ACTIONS(6814), 1, anon_sym_LBRACK, ACTIONS(8643), 1, anon_sym_COLON, ACTIONS(8659), 1, anon_sym_EQ, ACTIONS(8661), 1, anon_sym_try, ACTIONS(8733), 1, anon_sym_SEMI, STATE(1300), 1, sym_compound_statement, STATE(6905), 1, sym_field_initializer_list, ACTIONS(4646), 2, anon_sym_LPAREN2, anon_sym_LBRACK_LBRACK, STATE(1302), 3, sym_constructor_try_statement, sym_default_method_clause, sym_delete_method_clause, [207111] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(351), 1, anon_sym_LBRACE, ACTIONS(6814), 1, anon_sym_LBRACK, ACTIONS(8641), 1, anon_sym_EQ, ACTIONS(8643), 1, anon_sym_COLON, ACTIONS(8645), 1, anon_sym_try, ACTIONS(8735), 1, anon_sym_SEMI, STATE(768), 1, sym_compound_statement, STATE(6745), 1, sym_field_initializer_list, ACTIONS(4646), 2, anon_sym_LPAREN2, anon_sym_LBRACK_LBRACK, STATE(769), 3, sym_constructor_try_statement, sym_default_method_clause, sym_delete_method_clause, [207148] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(6322), 1, anon_sym_COLON_COLON, ACTIONS(6532), 1, anon_sym_LBRACE, ACTIONS(7787), 1, sym_identifier, STATE(3582), 1, sym_template_type, STATE(3987), 1, sym_enumerator_list, STATE(5744), 1, sym__scope_resolution, STATE(4780), 2, sym__class_name, sym_qualified_type_identifier, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, [207184] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(738), 1, anon_sym_LBRACE, ACTIONS(6814), 1, anon_sym_LBRACK, ACTIONS(8643), 1, anon_sym_COLON, ACTIONS(8659), 1, anon_sym_EQ, ACTIONS(8661), 1, anon_sym_try, STATE(1236), 1, sym_compound_statement, STATE(6865), 1, sym_field_initializer_list, ACTIONS(4646), 2, anon_sym_LPAREN2, anon_sym_LBRACK_LBRACK, STATE(1235), 3, sym_constructor_try_statement, sym_default_method_clause, sym_delete_method_clause, [207218] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(5281), 1, anon_sym_COLON_COLON, ACTIONS(6532), 1, anon_sym_LBRACE, ACTIONS(7777), 1, sym_identifier, STATE(3582), 1, sym_template_type, STATE(3987), 1, sym_enumerator_list, STATE(5749), 1, sym__scope_resolution, STATE(4427), 2, sym__class_name, sym_qualified_type_identifier, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, [207254] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(3657), 1, anon_sym_COLON_COLON, ACTIONS(5029), 1, anon_sym_virtual, ACTIONS(7787), 1, sym_identifier, STATE(3582), 1, sym_template_type, STATE(5680), 1, sym_virtual, STATE(5806), 1, sym__scope_resolution, STATE(6577), 2, sym__class_name, sym_qualified_type_identifier, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, [207290] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(8737), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(5327), 10, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_LBRACK, anon_sym_or, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_requires, [207310] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(5567), 1, anon_sym_LBRACE, ACTIONS(7515), 1, anon_sym_COLON_COLON, ACTIONS(7742), 1, sym_identifier, STATE(2869), 1, sym_template_type, STATE(3100), 1, sym_enumerator_list, STATE(5766), 1, sym__scope_resolution, STATE(3867), 2, sym__class_name, sym_qualified_type_identifier, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, [207346] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(6308), 1, anon_sym_COLON_COLON, ACTIONS(6532), 1, anon_sym_LBRACE, ACTIONS(7785), 1, sym_identifier, STATE(3582), 1, sym_template_type, STATE(3987), 1, sym_enumerator_list, STATE(5778), 1, sym__scope_resolution, STATE(4695), 2, sym__class_name, sym_qualified_type_identifier, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, [207382] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(49), 1, anon_sym_LBRACE, ACTIONS(6814), 1, anon_sym_LBRACK, ACTIONS(8643), 1, anon_sym_COLON, ACTIONS(8687), 1, anon_sym_EQ, ACTIONS(8689), 1, anon_sym_try, STATE(1329), 1, sym_compound_statement, STATE(6895), 1, sym_field_initializer_list, ACTIONS(4646), 2, anon_sym_LPAREN2, anon_sym_LBRACK_LBRACK, STATE(1331), 3, sym_constructor_try_statement, sym_default_method_clause, sym_delete_method_clause, [207416] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(6478), 1, anon_sym_LBRACK_LBRACK, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8222), 1, anon_sym_LBRACK, STATE(3836), 1, sym_parameter_list, STATE(5628), 1, sym__function_declarator_seq, STATE(5705), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, ACTIONS(8635), 5, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, [207446] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(5375), 1, anon_sym_LBRACE, ACTIONS(7493), 1, anon_sym_COLON_COLON, ACTIONS(7702), 1, sym_identifier, STATE(2806), 1, sym_template_type, STATE(3140), 1, sym_enumerator_list, STATE(5780), 1, sym__scope_resolution, STATE(2843), 2, sym__class_name, sym_qualified_type_identifier, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, [207482] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(49), 1, anon_sym_LBRACE, ACTIONS(6814), 1, anon_sym_LBRACK, ACTIONS(8643), 1, anon_sym_COLON, ACTIONS(8687), 1, anon_sym_EQ, ACTIONS(8689), 1, anon_sym_try, STATE(1351), 1, sym_compound_statement, STATE(6785), 1, sym_field_initializer_list, ACTIONS(4646), 2, anon_sym_LPAREN2, anon_sym_LBRACK_LBRACK, STATE(1350), 3, sym_constructor_try_statement, sym_default_method_clause, sym_delete_method_clause, [207516] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(6478), 1, anon_sym_LBRACK_LBRACK, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8222), 1, anon_sym_LBRACK, STATE(3836), 1, sym_parameter_list, STATE(5628), 1, sym__function_declarator_seq, STATE(5705), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, ACTIONS(8567), 5, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, [207546] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(6195), 1, anon_sym_LBRACE, ACTIONS(6322), 1, anon_sym_COLON_COLON, ACTIONS(7787), 1, sym_identifier, STATE(3582), 1, sym_template_type, STATE(3686), 1, sym_enumerator_list, STATE(5744), 1, sym__scope_resolution, STATE(4100), 2, sym__class_name, sym_qualified_type_identifier, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, [207582] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(253), 1, anon_sym_LBRACE, ACTIONS(6814), 1, anon_sym_LBRACK, ACTIONS(8643), 1, anon_sym_COLON, ACTIONS(8673), 1, anon_sym_EQ, ACTIONS(8675), 1, anon_sym_try, STATE(533), 1, sym_compound_statement, STATE(6893), 1, sym_field_initializer_list, ACTIONS(4646), 2, anon_sym_LPAREN2, anon_sym_LBRACK_LBRACK, STATE(508), 3, sym_constructor_try_statement, sym_default_method_clause, sym_delete_method_clause, [207616] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(6478), 1, anon_sym_LBRACK_LBRACK, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8222), 1, anon_sym_LBRACK, STATE(3836), 1, sym_parameter_list, STATE(5628), 1, sym__function_declarator_seq, STATE(5705), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, ACTIONS(8565), 5, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, [207646] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(6478), 1, anon_sym_LBRACK_LBRACK, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8222), 1, anon_sym_LBRACK, STATE(3836), 1, sym_parameter_list, STATE(5628), 1, sym__function_declarator_seq, STATE(5705), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, ACTIONS(8569), 5, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, [207676] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(6195), 1, anon_sym_LBRACE, ACTIONS(6308), 1, anon_sym_COLON_COLON, ACTIONS(7785), 1, sym_identifier, STATE(3582), 1, sym_template_type, STATE(3686), 1, sym_enumerator_list, STATE(5778), 1, sym__scope_resolution, STATE(4556), 2, sym__class_name, sym_qualified_type_identifier, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, [207712] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(786), 1, anon_sym_LBRACE, ACTIONS(6814), 1, anon_sym_LBRACK, ACTIONS(8643), 1, anon_sym_COLON, ACTIONS(8705), 1, anon_sym_EQ, ACTIONS(8707), 1, anon_sym_try, STATE(1217), 1, sym_compound_statement, STATE(6731), 1, sym_field_initializer_list, ACTIONS(4646), 2, anon_sym_LPAREN2, anon_sym_LBRACK_LBRACK, STATE(1218), 3, sym_constructor_try_statement, sym_default_method_clause, sym_delete_method_clause, [207746] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(4798), 1, anon_sym_LBRACE, ACTIONS(7601), 1, anon_sym_COLON_COLON, ACTIONS(7692), 1, sym_identifier, STATE(2227), 1, sym_template_type, STATE(2244), 1, sym_enumerator_list, STATE(5716), 1, sym__scope_resolution, STATE(3689), 2, sym__class_name, sym_qualified_type_identifier, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, [207782] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(351), 1, anon_sym_LBRACE, ACTIONS(6814), 1, anon_sym_LBRACK, ACTIONS(8641), 1, anon_sym_EQ, ACTIONS(8643), 1, anon_sym_COLON, ACTIONS(8645), 1, anon_sym_try, STATE(768), 1, sym_compound_statement, STATE(6745), 1, sym_field_initializer_list, ACTIONS(4646), 2, anon_sym_LPAREN2, anon_sym_LBRACK_LBRACK, STATE(769), 3, sym_constructor_try_statement, sym_default_method_clause, sym_delete_method_clause, [207816] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(6262), 1, anon_sym_COLON_COLON, ACTIONS(7671), 1, anon_sym_LBRACE, ACTIONS(7789), 1, sym_identifier, STATE(4685), 1, sym_template_type, STATE(4823), 1, sym_enumerator_list, STATE(5783), 1, sym__scope_resolution, STATE(4769), 2, sym__class_name, sym_qualified_type_identifier, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, [207852] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(738), 1, anon_sym_LBRACE, ACTIONS(6814), 1, anon_sym_LBRACK, ACTIONS(8643), 1, anon_sym_COLON, ACTIONS(8659), 1, anon_sym_EQ, ACTIONS(8661), 1, anon_sym_try, STATE(1300), 1, sym_compound_statement, STATE(6905), 1, sym_field_initializer_list, ACTIONS(4646), 2, anon_sym_LPAREN2, anon_sym_LBRACK_LBRACK, STATE(1302), 3, sym_constructor_try_statement, sym_default_method_clause, sym_delete_method_clause, [207886] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5417), 1, anon_sym_LBRACK, ACTIONS(8739), 1, anon_sym_LBRACK_RBRACK, ACTIONS(5415), 10, 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, anon_sym_GT2, anon_sym_try, [207908] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(4798), 1, anon_sym_LBRACE, ACTIONS(6218), 1, anon_sym_COLON_COLON, ACTIONS(7791), 1, sym_identifier, STATE(2227), 1, sym_template_type, STATE(2244), 1, sym_enumerator_list, STATE(5775), 1, sym__scope_resolution, STATE(4764), 2, sym__class_name, sym_qualified_type_identifier, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, [207944] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(3657), 1, anon_sym_COLON_COLON, ACTIONS(5029), 1, anon_sym_virtual, ACTIONS(7787), 1, sym_identifier, STATE(3582), 1, sym_template_type, STATE(5683), 1, sym_virtual, STATE(5806), 1, sym__scope_resolution, STATE(6187), 2, sym__class_name, sym_qualified_type_identifier, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, [207980] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(6536), 1, anon_sym_requires, STATE(5375), 1, sym_requires_clause, ACTIONS(6524), 2, anon_sym_final, anon_sym_override, STATE(5284), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, ACTIONS(8112), 6, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, anon_sym_try, [208006] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8448), 1, anon_sym_LBRACK, STATE(3880), 1, sym_parameter_list, STATE(5377), 1, sym__function_declarator_seq, ACTIONS(8501), 8, anon_sym_RPAREN, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_final, anon_sym_override, anon_sym_try, anon_sym_requires, [208032] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8448), 1, anon_sym_LBRACK, STATE(3880), 1, sym_parameter_list, STATE(5377), 1, sym__function_declarator_seq, ACTIONS(8503), 8, anon_sym_RPAREN, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_final, anon_sym_override, anon_sym_try, anon_sym_requires, [208058] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8448), 1, anon_sym_LBRACK, STATE(3880), 1, sym_parameter_list, STATE(5377), 1, sym__function_declarator_seq, ACTIONS(8505), 8, anon_sym_RPAREN, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_final, anon_sym_override, anon_sym_try, anon_sym_requires, [208084] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8448), 1, anon_sym_LBRACK, STATE(3880), 1, sym_parameter_list, STATE(5377), 1, sym__function_declarator_seq, ACTIONS(8509), 8, anon_sym_RPAREN, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_final, anon_sym_override, anon_sym_try, anon_sym_requires, [208110] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(8743), 1, anon_sym_LBRACK, STATE(5600), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, ACTIONS(8741), 8, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, anon_sym_try, [208134] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(6536), 1, anon_sym_requires, STATE(5417), 1, sym_requires_clause, ACTIONS(6524), 2, anon_sym_final, anon_sym_override, STATE(5257), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, ACTIONS(8108), 6, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, anon_sym_try, [208160] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(5291), 1, anon_sym_LBRACE, ACTIONS(7529), 1, anon_sym_COLON_COLON, ACTIONS(7732), 1, sym_identifier, STATE(2562), 1, sym_template_type, STATE(2888), 1, sym_enumerator_list, STATE(5734), 1, sym__scope_resolution, STATE(2585), 2, sym__class_name, sym_qualified_type_identifier, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, [208196] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8448), 1, anon_sym_LBRACK, STATE(3880), 1, sym_parameter_list, STATE(5377), 1, sym__function_declarator_seq, ACTIONS(8473), 8, anon_sym_RPAREN, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_final, anon_sym_override, anon_sym_try, anon_sym_requires, [208222] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(6478), 1, anon_sym_LBRACK_LBRACK, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8012), 1, anon_sym_LBRACK, STATE(3836), 1, sym_parameter_list, STATE(5692), 1, sym__function_declarator_seq, STATE(5655), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, ACTIONS(8745), 5, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, [208252] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8448), 1, anon_sym_LBRACK, STATE(3880), 1, sym_parameter_list, STATE(5377), 1, sym__function_declarator_seq, ACTIONS(8471), 8, anon_sym_RPAREN, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_final, anon_sym_override, anon_sym_try, anon_sym_requires, [208278] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(6478), 1, anon_sym_LBRACK_LBRACK, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8222), 1, anon_sym_LBRACK, STATE(3836), 1, sym_parameter_list, STATE(5628), 1, sym__function_declarator_seq, STATE(5705), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, ACTIONS(8619), 5, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, [208308] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8448), 1, anon_sym_LBRACK, STATE(3880), 1, sym_parameter_list, STATE(5377), 1, sym__function_declarator_seq, ACTIONS(8446), 8, anon_sym_RPAREN, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_final, anon_sym_override, anon_sym_try, anon_sym_requires, [208334] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(6536), 1, anon_sym_requires, STATE(5420), 1, sym_requires_clause, ACTIONS(6524), 2, anon_sym_final, anon_sym_override, STATE(5249), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, ACTIONS(7761), 6, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, anon_sym_try, [208360] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(5403), 1, anon_sym_LBRACE, ACTIONS(7579), 1, anon_sym_COLON_COLON, ACTIONS(7712), 1, sym_identifier, STATE(2857), 1, sym_template_type, STATE(3277), 1, sym_enumerator_list, STATE(5804), 1, sym__scope_resolution, STATE(2877), 2, sym__class_name, sym_qualified_type_identifier, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, [208396] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(5567), 1, anon_sym_LBRACE, ACTIONS(6336), 1, anon_sym_COLON_COLON, ACTIONS(7779), 1, sym_identifier, STATE(2869), 1, sym_template_type, STATE(3100), 1, sym_enumerator_list, STATE(5758), 1, sym__scope_resolution, STATE(4768), 2, sym__class_name, sym_qualified_type_identifier, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, [208432] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(3657), 1, anon_sym_COLON_COLON, ACTIONS(5029), 1, anon_sym_virtual, ACTIONS(7787), 1, sym_identifier, STATE(3582), 1, sym_template_type, STATE(5701), 1, sym_virtual, STATE(5806), 1, sym__scope_resolution, STATE(6539), 2, sym__class_name, sym_qualified_type_identifier, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, [208468] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(6536), 1, anon_sym_requires, STATE(5463), 1, sym_requires_clause, ACTIONS(6524), 2, anon_sym_final, anon_sym_override, STATE(5233), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, ACTIONS(6538), 6, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, anon_sym_try, [208494] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(8737), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(8747), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(5341), 8, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_LBRACK, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_requires, [208516] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(6536), 1, anon_sym_requires, STATE(5407), 1, sym_requires_clause, ACTIONS(6524), 2, anon_sym_final, anon_sym_override, STATE(5297), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, ACTIONS(6423), 6, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, anon_sym_try, [208542] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(4798), 1, anon_sym_LBRACE, ACTIONS(6342), 1, anon_sym_COLON_COLON, ACTIONS(7797), 1, sym_identifier, STATE(2227), 1, sym_template_type, STATE(2244), 1, sym_enumerator_list, STATE(5715), 1, sym__scope_resolution, STATE(4776), 2, sym__class_name, sym_qualified_type_identifier, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, [208578] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(4512), 1, anon_sym_COLON_COLON, ACTIONS(4514), 2, anon_sym_LBRACK, anon_sym_COLON, ACTIONS(4519), 9, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, anon_sym_try, [208600] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(7685), 1, anon_sym_LBRACK, ACTIONS(8749), 1, anon_sym_LBRACK_LBRACK, STATE(5600), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, ACTIONS(7687), 8, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, anon_sym_try, [208624] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(4572), 1, anon_sym_COLON_COLON, ACTIONS(6195), 1, anon_sym_LBRACE, ACTIONS(7777), 1, sym_identifier, STATE(3582), 1, sym_template_type, STATE(3686), 1, sym_enumerator_list, STATE(5795), 1, sym__scope_resolution, STATE(3831), 2, sym__class_name, sym_qualified_type_identifier, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, [208660] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(3657), 1, anon_sym_COLON_COLON, ACTIONS(5029), 1, anon_sym_virtual, ACTIONS(7787), 1, sym_identifier, STATE(3582), 1, sym_template_type, STATE(5694), 1, sym_virtual, STATE(5806), 1, sym__scope_resolution, STATE(6018), 2, sym__class_name, sym_qualified_type_identifier, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, [208696] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(5275), 1, anon_sym_LBRACE, ACTIONS(7551), 1, anon_sym_COLON_COLON, ACTIONS(7722), 1, sym_identifier, STATE(2514), 1, sym_template_type, STATE(2766), 1, sym_enumerator_list, STATE(5726), 1, sym__scope_resolution, STATE(2564), 2, sym__class_name, sym_qualified_type_identifier, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, [208732] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(4578), 1, anon_sym_COLON_COLON, ACTIONS(6195), 1, anon_sym_LBRACE, ACTIONS(7771), 1, sym_identifier, STATE(3582), 1, sym_template_type, STATE(3686), 1, sym_enumerator_list, STATE(5722), 1, sym__scope_resolution, STATE(4029), 2, sym__class_name, sym_qualified_type_identifier, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, [208768] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(6536), 1, anon_sym_requires, STATE(5372), 1, sym_requires_clause, ACTIONS(6524), 2, anon_sym_final, anon_sym_override, STATE(5229), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, ACTIONS(8370), 6, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, anon_sym_try, [208794] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(786), 1, anon_sym_LBRACE, ACTIONS(6814), 1, anon_sym_LBRACK, ACTIONS(8643), 1, anon_sym_COLON, ACTIONS(8705), 1, anon_sym_EQ, ACTIONS(8707), 1, anon_sym_try, STATE(1296), 1, sym_compound_statement, STATE(6692), 1, sym_field_initializer_list, ACTIONS(4646), 2, anon_sym_LPAREN2, anon_sym_LBRACK_LBRACK, STATE(1289), 3, sym_constructor_try_statement, sym_default_method_clause, sym_delete_method_clause, [208828] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(253), 1, anon_sym_LBRACE, ACTIONS(6814), 1, anon_sym_LBRACK, ACTIONS(8643), 1, anon_sym_COLON, ACTIONS(8673), 1, anon_sym_EQ, ACTIONS(8675), 1, anon_sym_try, STATE(560), 1, sym_compound_statement, STATE(6706), 1, sym_field_initializer_list, ACTIONS(4646), 2, anon_sym_LPAREN2, anon_sym_LBRACK_LBRACK, STATE(516), 3, sym_constructor_try_statement, sym_default_method_clause, sym_delete_method_clause, [208862] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(351), 1, anon_sym_LBRACE, ACTIONS(6814), 1, anon_sym_LBRACK, ACTIONS(8641), 1, anon_sym_EQ, ACTIONS(8643), 1, anon_sym_COLON, ACTIONS(8645), 1, anon_sym_try, STATE(796), 1, sym_compound_statement, STATE(6679), 1, sym_field_initializer_list, ACTIONS(4646), 2, anon_sym_LPAREN2, anon_sym_LBRACK_LBRACK, STATE(797), 3, sym_constructor_try_statement, sym_default_method_clause, sym_delete_method_clause, [208896] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5417), 1, anon_sym_LBRACK, ACTIONS(5415), 10, 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, anon_sym_GT2, anon_sym_try, [208915] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(8754), 1, anon_sym_LBRACK, ACTIONS(8752), 10, 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, anon_sym_GT2, anon_sym_try, [208934] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8756), 1, anon_sym_LBRACK, STATE(3879), 1, sym_parameter_list, STATE(5421), 1, sym__function_declarator_seq, ACTIONS(8501), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_final, anon_sym_override, anon_sym_requires, [208959] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(49), 1, anon_sym_LBRACE, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8222), 1, anon_sym_LBRACK, ACTIONS(8268), 1, anon_sym_try, STATE(1344), 1, sym_compound_statement, STATE(1353), 1, sym_try_statement, STATE(3880), 1, sym_parameter_list, STATE(5628), 1, sym__function_declarator_seq, STATE(5583), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [208994] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(8760), 1, anon_sym_LBRACK, ACTIONS(8758), 10, 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, anon_sym_GT2, anon_sym_try, [209013] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8016), 1, anon_sym_try, ACTIONS(8222), 1, anon_sym_LBRACK, ACTIONS(8665), 1, anon_sym_LBRACE, STATE(2353), 1, sym_try_statement, STATE(2370), 1, sym_compound_statement, STATE(3880), 1, sym_parameter_list, STATE(5628), 1, sym__function_declarator_seq, STATE(5583), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [209048] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(8762), 1, sym_identifier, ACTIONS(8764), 1, anon_sym_COLON_COLON, STATE(5658), 1, sym__scope_resolution, STATE(6695), 1, sym_field_initializer, STATE(5972), 2, sym_template_method, sym_qualified_field_identifier, STATE(7572), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, [209079] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(8762), 1, sym_identifier, ACTIONS(8764), 1, anon_sym_COLON_COLON, STATE(5658), 1, sym__scope_resolution, STATE(6299), 1, sym_field_initializer, STATE(5972), 2, sym_template_method, sym_qualified_field_identifier, STATE(7572), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, [209110] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(8487), 1, anon_sym_COLON_COLON, ACTIONS(8766), 1, sym_identifier, STATE(5349), 1, sym__scope_resolution, STATE(7338), 1, sym_qualified_identifier, ACTIONS(8768), 2, anon_sym_enum, anon_sym_namespace, STATE(7572), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, [209141] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8044), 1, anon_sym_try, ACTIONS(8222), 1, anon_sym_LBRACK, ACTIONS(8711), 1, anon_sym_LBRACE, STATE(2608), 1, sym_compound_statement, STATE(2610), 1, sym_try_statement, STATE(3880), 1, sym_parameter_list, STATE(5628), 1, sym__function_declarator_seq, STATE(5583), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [209176] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(8772), 1, anon_sym_LBRACK, ACTIONS(8770), 10, 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, anon_sym_GT2, anon_sym_try, [209195] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(8487), 1, anon_sym_COLON_COLON, ACTIONS(8774), 1, sym_identifier, STATE(5349), 1, sym__scope_resolution, STATE(6977), 1, sym_qualified_identifier, ACTIONS(8776), 2, anon_sym_enum, anon_sym_namespace, STATE(7572), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, [209226] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8756), 1, anon_sym_LBRACK, STATE(3887), 1, sym_parameter_list, STATE(5421), 1, sym__function_declarator_seq, ACTIONS(8446), 7, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_EQ, anon_sym_final, anon_sym_override, anon_sym_try, anon_sym_requires, [209251] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(8487), 1, anon_sym_COLON_COLON, ACTIONS(8778), 1, sym_identifier, STATE(5349), 1, sym__scope_resolution, STATE(7167), 1, sym_qualified_identifier, ACTIONS(8780), 2, anon_sym_enum, anon_sym_namespace, STATE(7572), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, [209282] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(8784), 1, anon_sym_LT, ACTIONS(8786), 1, anon_sym_LBRACK, STATE(5702), 1, sym_template_argument_list, ACTIONS(8782), 8, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, anon_sym_try, [209305] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8756), 1, anon_sym_LBRACK, STATE(3879), 1, sym_parameter_list, STATE(5421), 1, sym__function_declarator_seq, ACTIONS(8509), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_final, anon_sym_override, anon_sym_requires, [209330] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8756), 1, anon_sym_LBRACK, STATE(3887), 1, sym_parameter_list, STATE(5421), 1, sym__function_declarator_seq, ACTIONS(8473), 7, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_EQ, anon_sym_final, anon_sym_override, anon_sym_try, anon_sym_requires, [209355] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(8790), 1, anon_sym_LBRACK, ACTIONS(8788), 10, 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, anon_sym_GT2, anon_sym_try, [209374] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8756), 1, anon_sym_LBRACK, STATE(3887), 1, sym_parameter_list, STATE(5421), 1, sym__function_declarator_seq, ACTIONS(8509), 7, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_EQ, anon_sym_final, anon_sym_override, anon_sym_try, anon_sym_requires, [209399] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(8794), 1, anon_sym_LBRACK, ACTIONS(8792), 10, 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, anon_sym_GT2, anon_sym_try, [209418] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8756), 1, anon_sym_LBRACK, STATE(3879), 1, sym_parameter_list, STATE(5421), 1, sym__function_declarator_seq, ACTIONS(8473), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_final, anon_sym_override, anon_sym_requires, [209443] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(253), 1, anon_sym_LBRACE, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8222), 1, anon_sym_LBRACK, ACTIONS(8240), 1, anon_sym_try, STATE(538), 1, sym_try_statement, STATE(539), 1, sym_compound_statement, STATE(3880), 1, sym_parameter_list, STATE(5628), 1, sym__function_declarator_seq, STATE(5583), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [209478] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(8487), 1, anon_sym_COLON_COLON, ACTIONS(8796), 1, sym_identifier, STATE(5349), 1, sym__scope_resolution, STATE(7029), 1, sym_qualified_identifier, ACTIONS(8798), 2, anon_sym_enum, anon_sym_namespace, STATE(7572), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, [209509] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(8487), 1, anon_sym_COLON_COLON, ACTIONS(8800), 1, sym_identifier, STATE(5349), 1, sym__scope_resolution, STATE(7249), 1, sym_qualified_identifier, ACTIONS(8802), 2, anon_sym_enum, anon_sym_namespace, STATE(7572), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, [209540] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8222), 1, anon_sym_LBRACK, STATE(3880), 1, sym_parameter_list, STATE(5628), 1, sym__function_declarator_seq, STATE(5583), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, ACTIONS(8619), 4, anon_sym_RPAREN, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_try, [209569] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(8487), 1, anon_sym_COLON_COLON, ACTIONS(8804), 1, sym_identifier, STATE(5349), 1, sym__scope_resolution, STATE(7596), 1, sym_qualified_identifier, ACTIONS(8806), 2, anon_sym_enum, anon_sym_namespace, STATE(7572), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, [209600] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8756), 1, anon_sym_LBRACK, STATE(3879), 1, sym_parameter_list, STATE(5421), 1, sym__function_declarator_seq, ACTIONS(8503), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_final, anon_sym_override, anon_sym_requires, [209625] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(8810), 1, anon_sym_LBRACK, ACTIONS(8808), 10, 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, anon_sym_GT2, anon_sym_try, [209644] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8222), 1, anon_sym_LBRACK, STATE(3880), 1, sym_parameter_list, STATE(5628), 1, sym__function_declarator_seq, STATE(5583), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, ACTIONS(8567), 4, anon_sym_RPAREN, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_try, [209673] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4454), 1, anon_sym_LBRACK, ACTIONS(4459), 10, 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, anon_sym_GT2, anon_sym_try, [209692] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8756), 1, anon_sym_LBRACK, STATE(3887), 1, sym_parameter_list, STATE(5421), 1, sym__function_declarator_seq, ACTIONS(8501), 7, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_EQ, anon_sym_final, anon_sym_override, anon_sym_try, anon_sym_requires, [209717] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(8487), 1, anon_sym_COLON_COLON, ACTIONS(8812), 1, sym_identifier, STATE(5349), 1, sym__scope_resolution, STATE(7286), 1, sym_qualified_identifier, ACTIONS(8814), 2, anon_sym_enum, anon_sym_namespace, STATE(7572), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, [209748] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8756), 1, anon_sym_LBRACK, STATE(3879), 1, sym_parameter_list, STATE(5421), 1, sym__function_declarator_seq, ACTIONS(8471), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_final, anon_sym_override, anon_sym_requires, [209773] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(351), 1, anon_sym_LBRACE, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8222), 1, anon_sym_LBRACK, ACTIONS(8260), 1, anon_sym_try, STATE(752), 1, sym_compound_statement, STATE(753), 1, sym_try_statement, STATE(3880), 1, sym_parameter_list, STATE(5628), 1, sym__function_declarator_seq, STATE(5583), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [209808] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5325), 1, anon_sym_LBRACK, ACTIONS(8816), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(5327), 8, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_LBRACK_LBRACK, anon_sym_COLON, anon_sym_or, anon_sym_final, anon_sym_override, anon_sym_requires, [209829] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8222), 1, anon_sym_LBRACK, STATE(3880), 1, sym_parameter_list, STATE(5628), 1, sym__function_declarator_seq, STATE(5583), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, ACTIONS(8635), 4, anon_sym_RPAREN, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_try, [209858] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5360), 1, anon_sym_LBRACK, ACTIONS(5355), 10, 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, anon_sym_GT2, anon_sym_try, [209877] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(8820), 1, anon_sym_LBRACK, ACTIONS(8818), 10, 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, anon_sym_GT2, anon_sym_try, [209896] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(6600), 1, anon_sym_requires, STATE(5372), 1, sym_requires_clause, ACTIONS(6524), 2, anon_sym_final, anon_sym_override, STATE(5229), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, ACTIONS(8370), 5, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_LBRACK, anon_sym_GT2, [209921] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8756), 1, anon_sym_LBRACK, STATE(3887), 1, sym_parameter_list, STATE(5421), 1, sym__function_declarator_seq, ACTIONS(8471), 7, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_EQ, anon_sym_final, anon_sym_override, anon_sym_try, anon_sym_requires, [209946] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5389), 1, anon_sym_LBRACK, ACTIONS(5387), 10, 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, anon_sym_GT2, anon_sym_try, [209965] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(6600), 1, anon_sym_requires, STATE(5375), 1, sym_requires_clause, ACTIONS(6524), 2, anon_sym_final, anon_sym_override, STATE(5284), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, ACTIONS(8112), 5, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_LBRACK, anon_sym_GT2, [209990] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(786), 1, anon_sym_LBRACE, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8222), 1, anon_sym_LBRACK, ACTIONS(8274), 1, anon_sym_try, STATE(1193), 1, sym_try_statement, STATE(1196), 1, sym_compound_statement, STATE(3880), 1, sym_parameter_list, STATE(5628), 1, sym__function_declarator_seq, STATE(5583), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [210025] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(8824), 1, anon_sym_LBRACK, ACTIONS(8822), 10, 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, anon_sym_GT2, anon_sym_try, [210044] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5596), 1, anon_sym_LBRACK, ACTIONS(5594), 10, 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, anon_sym_GT2, anon_sym_try, [210063] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(6600), 1, anon_sym_requires, STATE(5417), 1, sym_requires_clause, ACTIONS(6524), 2, anon_sym_final, anon_sym_override, STATE(5257), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, ACTIONS(8108), 5, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_LBRACK, anon_sym_GT2, [210088] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(6478), 1, anon_sym_LBRACK_LBRACK, ACTIONS(8828), 1, anon_sym_LBRACK, STATE(5320), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, ACTIONS(8826), 7, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, anon_sym_try, [210111] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8222), 1, anon_sym_LBRACK, STATE(3880), 1, sym_parameter_list, STATE(5628), 1, sym__function_declarator_seq, STATE(5583), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, ACTIONS(8565), 4, anon_sym_RPAREN, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_try, [210140] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(6600), 1, anon_sym_requires, STATE(5420), 1, sym_requires_clause, ACTIONS(6524), 2, anon_sym_final, anon_sym_override, STATE(5249), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, ACTIONS(7761), 5, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_LBRACK, anon_sym_GT2, [210165] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(8764), 1, anon_sym_COLON_COLON, ACTIONS(8830), 1, sym_identifier, ACTIONS(8832), 1, anon_sym_template, STATE(5658), 1, sym__scope_resolution, STATE(6608), 1, sym_template_method, STATE(6618), 1, sym_dependent_field_identifier, STATE(6625), 1, sym_qualified_field_identifier, STATE(7572), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, [210198] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(8487), 1, anon_sym_COLON_COLON, ACTIONS(8834), 1, sym_identifier, STATE(5349), 1, sym__scope_resolution, STATE(7618), 1, sym_qualified_identifier, ACTIONS(8836), 2, anon_sym_enum, anon_sym_namespace, STATE(7572), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, [210229] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4454), 1, anon_sym_LBRACK, ACTIONS(4459), 10, 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, anon_sym_GT2, anon_sym_try, [210248] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(6600), 1, anon_sym_requires, STATE(5463), 1, sym_requires_clause, ACTIONS(6524), 2, anon_sym_final, anon_sym_override, STATE(5233), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, ACTIONS(6538), 5, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_LBRACK, anon_sym_GT2, [210273] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8756), 1, anon_sym_LBRACK, STATE(3879), 1, sym_parameter_list, STATE(5421), 1, sym__function_declarator_seq, ACTIONS(8505), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_final, anon_sym_override, anon_sym_requires, [210298] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4454), 1, anon_sym_LBRACK, ACTIONS(4459), 10, 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, anon_sym_GT2, anon_sym_try, [210317] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(5339), 1, anon_sym_LBRACK, ACTIONS(8816), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(8838), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(5341), 6, anon_sym_LPAREN2, anon_sym_LBRACK_LBRACK, anon_sym_COLON, anon_sym_final, anon_sym_override, anon_sym_requires, [210340] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4454), 1, anon_sym_LBRACK, ACTIONS(4459), 10, 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, anon_sym_GT2, anon_sym_try, [210359] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8086), 1, anon_sym_try, ACTIONS(8222), 1, anon_sym_LBRACK, ACTIONS(8693), 1, anon_sym_LBRACE, STATE(2656), 1, sym_try_statement, STATE(2657), 1, sym_compound_statement, STATE(3880), 1, sym_parameter_list, STATE(5628), 1, sym__function_declarator_seq, STATE(5583), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [210394] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4454), 1, anon_sym_LBRACK, ACTIONS(4459), 10, 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, anon_sym_GT2, anon_sym_try, [210413] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8222), 1, anon_sym_LBRACK, STATE(3880), 1, sym_parameter_list, STATE(5628), 1, sym__function_declarator_seq, STATE(5583), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, ACTIONS(8569), 4, anon_sym_RPAREN, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_try, [210442] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(6600), 1, anon_sym_requires, STATE(5407), 1, sym_requires_clause, ACTIONS(6524), 2, anon_sym_final, anon_sym_override, STATE(5297), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, ACTIONS(6423), 5, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_LBRACK, anon_sym_GT2, [210467] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8756), 1, anon_sym_LBRACK, STATE(3887), 1, sym_parameter_list, STATE(5421), 1, sym__function_declarator_seq, ACTIONS(8505), 7, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_EQ, anon_sym_final, anon_sym_override, anon_sym_try, anon_sym_requires, [210492] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6814), 1, anon_sym_LBRACK, ACTIONS(4646), 10, 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, anon_sym_GT2, anon_sym_try, [210511] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8756), 1, anon_sym_LBRACK, STATE(3887), 1, sym_parameter_list, STATE(5421), 1, sym__function_declarator_seq, ACTIONS(8503), 7, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_EQ, anon_sym_final, anon_sym_override, anon_sym_try, anon_sym_requires, [210536] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(8487), 1, anon_sym_COLON_COLON, ACTIONS(8840), 1, sym_identifier, STATE(5349), 1, sym__scope_resolution, STATE(7407), 1, sym_qualified_identifier, ACTIONS(8842), 2, anon_sym_enum, anon_sym_namespace, STATE(7572), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, [210567] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8756), 1, anon_sym_LBRACK, STATE(3879), 1, sym_parameter_list, STATE(5421), 1, sym__function_declarator_seq, ACTIONS(8446), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_final, anon_sym_override, anon_sym_requires, [210592] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8062), 1, anon_sym_try, ACTIONS(8222), 1, anon_sym_LBRACK, ACTIONS(8651), 1, anon_sym_LBRACE, STATE(2442), 1, sym_try_statement, STATE(2443), 1, sym_compound_statement, STATE(3880), 1, sym_parameter_list, STATE(5628), 1, sym__function_declarator_seq, STATE(5583), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [210627] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(738), 1, anon_sym_LBRACE, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8222), 1, anon_sym_LBRACK, ACTIONS(8248), 1, anon_sym_try, STATE(1225), 1, sym_compound_statement, STATE(1237), 1, sym_try_statement, STATE(3880), 1, sym_parameter_list, STATE(5628), 1, sym__function_declarator_seq, STATE(5583), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [210662] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8756), 1, anon_sym_LBRACK, STATE(3999), 1, sym_parameter_list, STATE(5421), 1, sym__function_declarator_seq, ACTIONS(8446), 6, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_requires, [210686] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(6540), 1, anon_sym_LBRACK, ACTIONS(6858), 1, anon_sym_requires, STATE(5431), 1, sym_requires_clause, ACTIONS(5098), 2, anon_sym_final, anon_sym_override, STATE(5234), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, ACTIONS(6538), 3, anon_sym_LPAREN2, anon_sym_LBRACK_LBRACK, anon_sym_COLON, [210712] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(8846), 1, anon_sym_LBRACK, ACTIONS(8844), 9, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, anon_sym_try, [210730] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(3657), 1, anon_sym_COLON_COLON, ACTIONS(7787), 1, sym_identifier, STATE(3582), 1, sym_template_type, STATE(5806), 1, sym__scope_resolution, STATE(6539), 2, sym__class_name, sym_qualified_type_identifier, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, [210760] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8756), 1, anon_sym_LBRACK, STATE(3999), 1, sym_parameter_list, STATE(5421), 1, sym__function_declarator_seq, ACTIONS(8471), 6, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_requires, [210784] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8756), 1, anon_sym_LBRACK, STATE(3999), 1, sym_parameter_list, STATE(5421), 1, sym__function_declarator_seq, ACTIONS(8473), 6, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_requires, [210808] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(3657), 1, anon_sym_COLON_COLON, ACTIONS(7787), 1, sym_identifier, STATE(3582), 1, sym_template_type, STATE(5806), 1, sym__scope_resolution, STATE(6113), 2, sym__class_name, sym_qualified_type_identifier, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, [210838] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(8850), 1, anon_sym_LBRACK, ACTIONS(8848), 9, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, anon_sym_try, [210856] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(8854), 1, anon_sym_LBRACK, ACTIONS(8852), 9, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, anon_sym_try, [210874] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8756), 1, anon_sym_LBRACK, STATE(3999), 1, sym_parameter_list, STATE(5421), 1, sym__function_declarator_seq, ACTIONS(8509), 6, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_requires, [210898] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8222), 1, anon_sym_LBRACK, ACTIONS(8858), 1, anon_sym_EQ, STATE(3818), 1, sym_parameter_list, STATE(5628), 1, sym__function_declarator_seq, ACTIONS(8856), 2, anon_sym_COMMA, anon_sym_GT2, STATE(5583), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [210928] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(8862), 1, anon_sym_LBRACK, ACTIONS(8860), 9, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, anon_sym_try, [210946] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(1899), 1, anon_sym_LBRACE, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8222), 1, anon_sym_LBRACK, ACTIONS(8864), 1, anon_sym_EQ, STATE(3818), 1, sym_parameter_list, STATE(5628), 1, sym__function_declarator_seq, STATE(7456), 1, sym_initializer_list, STATE(5583), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [210978] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8756), 1, anon_sym_LBRACK, STATE(3999), 1, sym_parameter_list, STATE(5421), 1, sym__function_declarator_seq, ACTIONS(8505), 6, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_requires, [211002] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8756), 1, anon_sym_LBRACK, STATE(3999), 1, sym_parameter_list, STATE(5421), 1, sym__function_declarator_seq, ACTIONS(8503), 6, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_requires, [211026] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(8868), 1, anon_sym_LBRACK, ACTIONS(8866), 9, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, anon_sym_try, [211044] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8756), 1, anon_sym_LBRACK, STATE(3999), 1, sym_parameter_list, STATE(5421), 1, sym__function_declarator_seq, ACTIONS(8501), 6, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_requires, [211068] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(3657), 1, anon_sym_COLON_COLON, ACTIONS(7787), 1, sym_identifier, STATE(3582), 1, sym_template_type, STATE(5806), 1, sym__scope_resolution, STATE(6187), 2, sym__class_name, sym_qualified_type_identifier, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, [211098] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8222), 1, anon_sym_LBRACK, ACTIONS(8870), 1, anon_sym_EQ, STATE(3818), 1, sym_parameter_list, STATE(5628), 1, sym__function_declarator_seq, ACTIONS(8856), 2, anon_sym_COMMA, anon_sym_RPAREN, STATE(5583), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [211128] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(8874), 1, anon_sym_LBRACK, ACTIONS(8872), 9, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, anon_sym_try, [211146] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(8878), 1, anon_sym_LBRACK, STATE(5970), 1, sym_gnu_asm_output_operand, STATE(7332), 1, sym_string_literal, ACTIONS(8876), 2, anon_sym_RPAREN, anon_sym_COLON, ACTIONS(107), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, [211170] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(8882), 1, anon_sym_LBRACK, ACTIONS(8880), 9, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, anon_sym_try, [211188] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(6431), 1, anon_sym_LBRACK, ACTIONS(6858), 1, anon_sym_requires, STATE(5399), 1, sym_requires_clause, ACTIONS(5098), 2, anon_sym_final, anon_sym_override, STATE(5311), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, ACTIONS(6423), 3, anon_sym_LPAREN2, anon_sym_LBRACK_LBRACK, anon_sym_COLON, [211214] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(8884), 1, sym_identifier, ACTIONS(8886), 1, anon_sym_COLON_COLON, STATE(3308), 1, sym_template_type, STATE(5774), 1, sym__scope_resolution, STATE(3269), 2, sym__class_name, sym_qualified_type_identifier, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, [211244] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(3657), 1, anon_sym_COLON_COLON, ACTIONS(7787), 1, sym_identifier, STATE(3582), 1, sym_template_type, STATE(5806), 1, sym__scope_resolution, STATE(6321), 2, sym__class_name, sym_qualified_type_identifier, STATE(7572), 2, sym_decltype, sym_dependent_type_identifier, [211274] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5716), 1, anon_sym_LBRACK, ACTIONS(5714), 9, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, anon_sym_try, [211292] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(6858), 1, anon_sym_requires, ACTIONS(8114), 1, anon_sym_LBRACK, STATE(5393), 1, sym_requires_clause, ACTIONS(5098), 2, anon_sym_final, anon_sym_override, STATE(5294), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, ACTIONS(8112), 3, anon_sym_LPAREN2, anon_sym_LBRACK_LBRACK, anon_sym_COLON, [211318] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(6858), 1, anon_sym_requires, ACTIONS(8372), 1, anon_sym_LBRACK, STATE(5458), 1, sym_requires_clause, ACTIONS(5098), 2, anon_sym_final, anon_sym_override, STATE(5309), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, ACTIONS(8370), 3, anon_sym_LPAREN2, anon_sym_LBRACK_LBRACK, anon_sym_COLON, [211344] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(6478), 1, anon_sym_LBRACK_LBRACK, ACTIONS(8743), 1, anon_sym_LBRACK, STATE(5320), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, ACTIONS(8741), 6, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, [211366] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(6858), 1, anon_sym_requires, ACTIONS(7763), 1, anon_sym_LBRACK, STATE(5437), 1, sym_requires_clause, ACTIONS(5098), 2, anon_sym_final, anon_sym_override, STATE(5247), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, ACTIONS(7761), 3, anon_sym_LPAREN2, anon_sym_LBRACK_LBRACK, anon_sym_COLON, [211392] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(6858), 1, anon_sym_requires, ACTIONS(8110), 1, anon_sym_LBRACK, STATE(5400), 1, sym_requires_clause, ACTIONS(5098), 2, anon_sym_final, anon_sym_override, STATE(5267), 2, sym_virtual_specifier, aux_sym__function_declarator_seq_repeat2, ACTIONS(8108), 3, anon_sym_LPAREN2, anon_sym_LBRACK_LBRACK, anon_sym_COLON, [211418] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(8890), 1, anon_sym_LBRACK, STATE(6149), 1, sym_gnu_asm_input_operand, STATE(7501), 1, sym_string_literal, ACTIONS(8888), 2, anon_sym_RPAREN, anon_sym_COLON, ACTIONS(107), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, [211442] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8892), 1, anon_sym_COMMA, ACTIONS(8894), 1, anon_sym_SEMI, ACTIONS(8896), 1, anon_sym_LBRACK, STATE(5934), 1, sym_parameter_list, STATE(6543), 1, aux_sym_type_definition_repeat2, STATE(5831), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [211471] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8892), 1, anon_sym_COMMA, ACTIONS(8896), 1, anon_sym_LBRACK, ACTIONS(8898), 1, anon_sym_SEMI, STATE(5934), 1, sym_parameter_list, STATE(6564), 1, aux_sym_type_definition_repeat2, STATE(5831), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [211500] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8892), 1, anon_sym_COMMA, ACTIONS(8896), 1, anon_sym_LBRACK, ACTIONS(8900), 1, anon_sym_SEMI, STATE(5934), 1, sym_parameter_list, STATE(6272), 1, aux_sym_type_definition_repeat2, STATE(5831), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [211529] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5325), 1, anon_sym_AMP, ACTIONS(8902), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(5327), 6, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PIPE_PIPE, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_or, [211548] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8892), 1, anon_sym_COMMA, ACTIONS(8896), 1, anon_sym_LBRACK, ACTIONS(8904), 1, anon_sym_SEMI, STATE(5934), 1, sym_parameter_list, STATE(6344), 1, aux_sym_type_definition_repeat2, STATE(5831), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [211577] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(8487), 1, anon_sym_COLON_COLON, ACTIONS(8906), 1, sym_identifier, STATE(5349), 1, sym__scope_resolution, STATE(7643), 1, sym_qualified_identifier, STATE(7572), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, [211604] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(6342), 1, anon_sym_COLON_COLON, ACTIONS(8908), 1, sym_identifier, ACTIONS(8910), 1, anon_sym_template, STATE(2234), 1, sym_template_type, STATE(2235), 1, sym_dependent_type_identifier, STATE(2251), 1, sym_qualified_type_identifier, STATE(5715), 1, sym__scope_resolution, STATE(7572), 1, sym_decltype, [211635] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(7601), 1, anon_sym_COLON_COLON, ACTIONS(8912), 1, sym_identifier, ACTIONS(8914), 1, anon_sym_template, STATE(2234), 1, sym_template_type, STATE(2235), 1, sym_dependent_type_identifier, STATE(2251), 1, sym_qualified_type_identifier, STATE(5716), 1, sym__scope_resolution, STATE(7572), 1, sym_decltype, [211666] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(8487), 1, anon_sym_COLON_COLON, ACTIONS(8916), 1, sym_identifier, STATE(5349), 1, sym__scope_resolution, STATE(7482), 1, sym_qualified_identifier, STATE(7572), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, [211693] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8892), 1, anon_sym_COMMA, ACTIONS(8896), 1, anon_sym_LBRACK, ACTIONS(8918), 1, anon_sym_SEMI, STATE(5934), 1, sym_parameter_list, STATE(6296), 1, aux_sym_type_definition_repeat2, STATE(5831), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [211722] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8892), 1, anon_sym_COMMA, ACTIONS(8896), 1, anon_sym_LBRACK, ACTIONS(8920), 1, anon_sym_SEMI, STATE(5934), 1, sym_parameter_list, STATE(6266), 1, aux_sym_type_definition_repeat2, STATE(5831), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [211751] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8892), 1, anon_sym_COMMA, ACTIONS(8896), 1, anon_sym_LBRACK, ACTIONS(8922), 1, anon_sym_SEMI, STATE(5934), 1, sym_parameter_list, STATE(6554), 1, aux_sym_type_definition_repeat2, STATE(5831), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [211780] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8892), 1, anon_sym_COMMA, ACTIONS(8896), 1, anon_sym_LBRACK, ACTIONS(8924), 1, anon_sym_SEMI, STATE(5934), 1, sym_parameter_list, STATE(6366), 1, aux_sym_type_definition_repeat2, STATE(5831), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [211809] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(4578), 1, anon_sym_COLON_COLON, ACTIONS(8926), 1, sym_identifier, ACTIONS(8928), 1, anon_sym_template, STATE(3578), 1, sym_template_type, STATE(3594), 1, sym_dependent_type_identifier, STATE(3601), 1, sym_qualified_type_identifier, STATE(5722), 1, sym__scope_resolution, STATE(7572), 1, sym_decltype, [211840] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8892), 1, anon_sym_COMMA, ACTIONS(8896), 1, anon_sym_LBRACK, ACTIONS(8930), 1, anon_sym_SEMI, STATE(5934), 1, sym_parameter_list, STATE(6367), 1, aux_sym_type_definition_repeat2, STATE(5831), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [211869] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(8487), 1, anon_sym_COLON_COLON, ACTIONS(8932), 1, sym_identifier, STATE(5349), 1, sym__scope_resolution, STATE(7243), 1, sym_qualified_identifier, STATE(7572), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, [211896] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8892), 1, anon_sym_COMMA, ACTIONS(8896), 1, anon_sym_LBRACK, ACTIONS(8934), 1, anon_sym_SEMI, STATE(5934), 1, sym_parameter_list, STATE(6493), 1, aux_sym_type_definition_repeat2, STATE(5831), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [211925] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(7551), 1, anon_sym_COLON_COLON, ACTIONS(8936), 1, sym_identifier, ACTIONS(8938), 1, anon_sym_template, STATE(2466), 1, sym_template_type, STATE(2474), 1, sym_dependent_type_identifier, STATE(2565), 1, sym_qualified_type_identifier, STATE(5726), 1, sym__scope_resolution, STATE(7572), 1, sym_decltype, [211956] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4521), 1, anon_sym_LBRACK, ACTIONS(4523), 8, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, anon_sym_try, [211973] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8892), 1, anon_sym_COMMA, ACTIONS(8896), 1, anon_sym_LBRACK, ACTIONS(8940), 1, anon_sym_SEMI, STATE(5934), 1, sym_parameter_list, STATE(6376), 1, aux_sym_type_definition_repeat2, STATE(5831), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [212002] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8448), 1, anon_sym_LBRACK, STATE(4112), 1, sym_parameter_list, STATE(5377), 1, sym__function_declarator_seq, ACTIONS(8501), 5, anon_sym_LBRACK_LBRACK, anon_sym_COLON, anon_sym_final, anon_sym_override, anon_sym_requires, [212025] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8448), 1, anon_sym_LBRACK, STATE(4112), 1, sym_parameter_list, STATE(5377), 1, sym__function_declarator_seq, ACTIONS(8503), 5, anon_sym_LBRACK_LBRACK, anon_sym_COLON, anon_sym_final, anon_sym_override, anon_sym_requires, [212048] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8448), 1, anon_sym_LBRACK, STATE(4112), 1, sym_parameter_list, STATE(5377), 1, sym__function_declarator_seq, ACTIONS(8505), 5, anon_sym_LBRACK_LBRACK, anon_sym_COLON, anon_sym_final, anon_sym_override, anon_sym_requires, [212071] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8896), 1, anon_sym_LBRACK, STATE(5934), 1, sym_parameter_list, STATE(5831), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, ACTIONS(8942), 3, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, [212096] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8448), 1, anon_sym_LBRACK, STATE(4112), 1, sym_parameter_list, STATE(5377), 1, sym__function_declarator_seq, ACTIONS(8509), 5, anon_sym_LBRACK_LBRACK, anon_sym_COLON, anon_sym_final, anon_sym_override, anon_sym_requires, [212119] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(7529), 1, anon_sym_COLON_COLON, ACTIONS(8944), 1, sym_identifier, ACTIONS(8946), 1, anon_sym_template, STATE(2556), 1, sym_template_type, STATE(2575), 1, sym_dependent_type_identifier, STATE(2667), 1, sym_qualified_type_identifier, STATE(5734), 1, sym__scope_resolution, STATE(7572), 1, sym_decltype, [212150] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(8487), 1, anon_sym_COLON_COLON, ACTIONS(8948), 1, sym_identifier, STATE(5349), 1, sym__scope_resolution, STATE(7381), 1, sym_qualified_identifier, STATE(7572), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, [212177] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4537), 1, anon_sym_LBRACK, ACTIONS(4539), 8, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, anon_sym_try, [212194] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8448), 1, anon_sym_LBRACK, STATE(4112), 1, sym_parameter_list, STATE(5377), 1, sym__function_declarator_seq, ACTIONS(8473), 5, anon_sym_LBRACK_LBRACK, anon_sym_COLON, anon_sym_final, anon_sym_override, anon_sym_requires, [212217] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8448), 1, anon_sym_LBRACK, STATE(4112), 1, sym_parameter_list, STATE(5377), 1, sym__function_declarator_seq, ACTIONS(8471), 5, anon_sym_LBRACK_LBRACK, anon_sym_COLON, anon_sym_final, anon_sym_override, anon_sym_requires, [212240] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8892), 1, anon_sym_COMMA, ACTIONS(8896), 1, anon_sym_LBRACK, ACTIONS(8950), 1, anon_sym_SEMI, STATE(5934), 1, sym_parameter_list, STATE(6409), 1, aux_sym_type_definition_repeat2, STATE(5831), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [212269] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4541), 1, anon_sym_LBRACK, ACTIONS(4543), 8, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, anon_sym_try, [212286] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8448), 1, anon_sym_LBRACK, STATE(4112), 1, sym_parameter_list, STATE(5377), 1, sym__function_declarator_seq, ACTIONS(8446), 5, anon_sym_LBRACK_LBRACK, anon_sym_COLON, anon_sym_final, anon_sym_override, anon_sym_requires, [212309] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8892), 1, anon_sym_COMMA, ACTIONS(8896), 1, anon_sym_LBRACK, ACTIONS(8952), 1, anon_sym_SEMI, STATE(5934), 1, sym_parameter_list, STATE(6418), 1, aux_sym_type_definition_repeat2, STATE(5831), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [212338] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8892), 1, anon_sym_COMMA, ACTIONS(8896), 1, anon_sym_LBRACK, ACTIONS(8954), 1, anon_sym_SEMI, STATE(5934), 1, sym_parameter_list, STATE(6471), 1, aux_sym_type_definition_repeat2, STATE(5831), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [212367] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(6322), 1, anon_sym_COLON_COLON, ACTIONS(8956), 1, sym_identifier, STATE(3578), 1, sym_template_type, STATE(3594), 1, sym_dependent_type_identifier, STATE(3688), 1, sym_qualified_type_identifier, STATE(5744), 1, sym__scope_resolution, STATE(7572), 1, sym_decltype, [212398] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8892), 1, anon_sym_COMMA, ACTIONS(8896), 1, anon_sym_LBRACK, ACTIONS(8958), 1, anon_sym_SEMI, STATE(5934), 1, sym_parameter_list, STATE(6419), 1, aux_sym_type_definition_repeat2, STATE(5831), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [212427] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8892), 1, anon_sym_COMMA, ACTIONS(8896), 1, anon_sym_LBRACK, ACTIONS(8960), 1, anon_sym_SEMI, STATE(5934), 1, sym_parameter_list, STATE(6195), 1, aux_sym_type_definition_repeat2, STATE(5831), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [212456] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8892), 1, anon_sym_COMMA, ACTIONS(8896), 1, anon_sym_LBRACK, ACTIONS(8962), 1, anon_sym_SEMI, STATE(5934), 1, sym_parameter_list, STATE(6422), 1, aux_sym_type_definition_repeat2, STATE(5831), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [212485] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4558), 1, anon_sym_LBRACK, ACTIONS(4560), 8, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, anon_sym_try, [212502] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(5281), 1, anon_sym_COLON_COLON, ACTIONS(8964), 1, sym_identifier, ACTIONS(8966), 1, anon_sym_template, STATE(3578), 1, sym_template_type, STATE(3594), 1, sym_dependent_type_identifier, STATE(3688), 1, sym_qualified_type_identifier, STATE(5749), 1, sym__scope_resolution, STATE(7572), 1, sym_decltype, [212533] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4552), 1, anon_sym_LBRACK, ACTIONS(4554), 8, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, anon_sym_try, [212550] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8892), 1, anon_sym_COMMA, ACTIONS(8896), 1, anon_sym_LBRACK, ACTIONS(8968), 1, anon_sym_SEMI, STATE(5934), 1, sym_parameter_list, STATE(6439), 1, aux_sym_type_definition_repeat2, STATE(5831), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [212579] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8892), 1, anon_sym_COMMA, ACTIONS(8896), 1, anon_sym_LBRACK, ACTIONS(8970), 1, anon_sym_SEMI, STATE(5934), 1, sym_parameter_list, STATE(6446), 1, aux_sym_type_definition_repeat2, STATE(5831), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [212608] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8892), 1, anon_sym_COMMA, ACTIONS(8896), 1, anon_sym_LBRACK, ACTIONS(8972), 1, anon_sym_SEMI, STATE(5934), 1, sym_parameter_list, STATE(6447), 1, aux_sym_type_definition_repeat2, STATE(5831), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [212637] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4545), 1, anon_sym_LBRACK, ACTIONS(4547), 8, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, anon_sym_try, [212654] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8892), 1, anon_sym_COMMA, ACTIONS(8896), 1, anon_sym_LBRACK, ACTIONS(8974), 1, anon_sym_SEMI, STATE(5934), 1, sym_parameter_list, STATE(6450), 1, aux_sym_type_definition_repeat2, STATE(5831), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [212683] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8896), 1, anon_sym_LBRACK, STATE(5934), 1, sym_parameter_list, STATE(5831), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, ACTIONS(8976), 3, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, [212708] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(8978), 1, sym_identifier, ACTIONS(8982), 1, sym_system_lib_string, STATE(7631), 2, sym_preproc_call_expression, sym_string_literal, ACTIONS(8980), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, [212729] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(6336), 1, anon_sym_COLON_COLON, ACTIONS(8984), 1, sym_identifier, ACTIONS(8986), 1, anon_sym_template, STATE(2910), 1, sym_dependent_type_identifier, STATE(2914), 1, sym_template_type, STATE(3042), 1, sym_qualified_type_identifier, STATE(5758), 1, sym__scope_resolution, STATE(7572), 1, sym_decltype, [212760] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8892), 1, anon_sym_COMMA, ACTIONS(8896), 1, anon_sym_LBRACK, ACTIONS(8988), 1, anon_sym_SEMI, STATE(5934), 1, sym_parameter_list, STATE(6473), 1, aux_sym_type_definition_repeat2, STATE(5831), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [212789] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8892), 1, anon_sym_COMMA, ACTIONS(8896), 1, anon_sym_LBRACK, ACTIONS(8990), 1, anon_sym_SEMI, STATE(5934), 1, sym_parameter_list, STATE(6269), 1, aux_sym_type_definition_repeat2, STATE(5831), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [212818] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8892), 1, anon_sym_COMMA, ACTIONS(8896), 1, anon_sym_LBRACK, ACTIONS(8992), 1, anon_sym_SEMI, STATE(5934), 1, sym_parameter_list, STATE(6565), 1, aux_sym_type_definition_repeat2, STATE(5831), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [212847] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8892), 1, anon_sym_COMMA, ACTIONS(8896), 1, anon_sym_LBRACK, ACTIONS(8994), 1, anon_sym_SEMI, STATE(5934), 1, sym_parameter_list, STATE(6420), 1, aux_sym_type_definition_repeat2, STATE(5831), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [212876] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8892), 1, anon_sym_COMMA, ACTIONS(8896), 1, anon_sym_LBRACK, ACTIONS(8996), 1, anon_sym_SEMI, STATE(5934), 1, sym_parameter_list, STATE(6421), 1, aux_sym_type_definition_repeat2, STATE(5831), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [212905] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8892), 1, anon_sym_COMMA, ACTIONS(8896), 1, anon_sym_LBRACK, ACTIONS(8998), 1, anon_sym_SEMI, STATE(5934), 1, sym_parameter_list, STATE(6268), 1, aux_sym_type_definition_repeat2, STATE(5831), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [212934] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(9000), 1, sym_identifier, ACTIONS(9002), 1, sym_system_lib_string, STATE(7593), 2, sym_preproc_call_expression, sym_string_literal, ACTIONS(8980), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, [212955] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(7515), 1, anon_sym_COLON_COLON, ACTIONS(8986), 1, anon_sym_template, ACTIONS(9004), 1, sym_identifier, STATE(2910), 1, sym_dependent_type_identifier, STATE(2914), 1, sym_template_type, STATE(3042), 1, sym_qualified_type_identifier, STATE(5766), 1, sym__scope_resolution, STATE(7572), 1, sym_decltype, [212986] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(9008), 1, anon_sym_AMP, ACTIONS(9010), 2, anon_sym_EQ, anon_sym_DOT, ACTIONS(9006), 6, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_LT, anon_sym_LBRACE, anon_sym_LBRACK, [213005] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(7825), 1, anon_sym_COLON_COLON, ACTIONS(9012), 1, sym_identifier, ACTIONS(9014), 1, anon_sym_template, STATE(2809), 1, sym_dependent_type_identifier, STATE(2811), 1, sym_template_type, STATE(2830), 1, sym_qualified_type_identifier, STATE(5768), 1, sym__scope_resolution, STATE(7572), 1, sym_decltype, [213036] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8892), 1, anon_sym_COMMA, ACTIONS(8896), 1, anon_sym_LBRACK, ACTIONS(9016), 1, anon_sym_SEMI, STATE(5934), 1, sym_parameter_list, STATE(6361), 1, aux_sym_type_definition_repeat2, STATE(5831), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [213065] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(4464), 1, anon_sym_COLON_COLON, ACTIONS(6159), 1, anon_sym_LT, STATE(2832), 1, sym_template_argument_list, ACTIONS(6814), 2, anon_sym_LBRACK, anon_sym_COLON, ACTIONS(4646), 4, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, [213088] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(4464), 1, anon_sym_COLON_COLON, ACTIONS(6159), 1, anon_sym_LT, STATE(2832), 1, sym_template_argument_list, ACTIONS(4454), 2, anon_sym_LBRACK, anon_sym_COLON, ACTIONS(4459), 4, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, [213111] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8892), 1, anon_sym_COMMA, ACTIONS(8896), 1, anon_sym_LBRACK, ACTIONS(9018), 1, anon_sym_SEMI, STATE(5934), 1, sym_parameter_list, STATE(6349), 1, aux_sym_type_definition_repeat2, STATE(5831), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [213140] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8892), 1, anon_sym_COMMA, ACTIONS(8896), 1, anon_sym_LBRACK, ACTIONS(9020), 1, anon_sym_SEMI, STATE(5934), 1, sym_parameter_list, STATE(6346), 1, aux_sym_type_definition_repeat2, STATE(5831), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [213169] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(8886), 1, anon_sym_COLON_COLON, ACTIONS(9022), 1, sym_identifier, ACTIONS(9024), 1, anon_sym_template, STATE(3298), 1, sym_qualified_type_identifier, STATE(3310), 1, sym_template_type, STATE(3311), 1, sym_dependent_type_identifier, STATE(5774), 1, sym__scope_resolution, STATE(7572), 1, sym_decltype, [213200] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(6218), 1, anon_sym_COLON_COLON, ACTIONS(8914), 1, anon_sym_template, ACTIONS(9026), 1, sym_identifier, STATE(2234), 1, sym_template_type, STATE(2235), 1, sym_dependent_type_identifier, STATE(2251), 1, sym_qualified_type_identifier, STATE(5775), 1, sym__scope_resolution, STATE(7572), 1, sym_decltype, [213231] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8892), 1, anon_sym_COMMA, ACTIONS(8896), 1, anon_sym_LBRACK, ACTIONS(9028), 1, anon_sym_SEMI, STATE(5934), 1, sym_parameter_list, STATE(6469), 1, aux_sym_type_definition_repeat2, STATE(5831), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [213260] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8892), 1, anon_sym_COMMA, ACTIONS(8896), 1, anon_sym_LBRACK, ACTIONS(9030), 1, anon_sym_SEMI, STATE(5934), 1, sym_parameter_list, STATE(6256), 1, aux_sym_type_definition_repeat2, STATE(5831), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [213289] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(6308), 1, anon_sym_COLON_COLON, ACTIONS(9032), 1, sym_identifier, ACTIONS(9034), 1, anon_sym_template, STATE(3578), 1, sym_template_type, STATE(3594), 1, sym_dependent_type_identifier, STATE(3688), 1, sym_qualified_type_identifier, STATE(5778), 1, sym__scope_resolution, STATE(7572), 1, sym_decltype, [213320] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(7819), 1, anon_sym_COLON_COLON, ACTIONS(9036), 1, sym_identifier, ACTIONS(9038), 1, anon_sym_template, STATE(2234), 1, sym_template_type, STATE(2235), 1, sym_dependent_type_identifier, STATE(2251), 1, sym_qualified_type_identifier, STATE(5779), 1, sym__scope_resolution, STATE(7572), 1, sym_decltype, [213351] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(7493), 1, anon_sym_COLON_COLON, ACTIONS(9040), 1, sym_identifier, ACTIONS(9042), 1, anon_sym_template, STATE(2825), 1, sym_template_type, STATE(2828), 1, sym_dependent_type_identifier, STATE(2854), 1, sym_qualified_type_identifier, STATE(5780), 1, sym__scope_resolution, STATE(7572), 1, sym_decltype, [213382] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(6248), 1, anon_sym_COLON_COLON, ACTIONS(9032), 1, sym_identifier, ACTIONS(9034), 1, anon_sym_template, STATE(3578), 1, sym_template_type, STATE(3594), 1, sym_dependent_type_identifier, STATE(3601), 1, sym_qualified_type_identifier, STATE(5781), 1, sym__scope_resolution, STATE(7572), 1, sym_decltype, [213413] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8892), 1, anon_sym_COMMA, ACTIONS(8896), 1, anon_sym_LBRACK, ACTIONS(9044), 1, anon_sym_SEMI, STATE(5934), 1, sym_parameter_list, STATE(6362), 1, aux_sym_type_definition_repeat2, STATE(5831), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [213442] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(6262), 1, anon_sym_COLON_COLON, ACTIONS(9046), 1, sym_identifier, ACTIONS(9048), 1, anon_sym_template, STATE(4676), 1, sym_dependent_type_identifier, STATE(4677), 1, sym_template_type, STATE(4722), 1, sym_qualified_type_identifier, STATE(5783), 1, sym__scope_resolution, STATE(7572), 1, sym_decltype, [213473] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8892), 1, anon_sym_COMMA, ACTIONS(8896), 1, anon_sym_LBRACK, ACTIONS(9050), 1, anon_sym_SEMI, STATE(5934), 1, sym_parameter_list, STATE(6264), 1, aux_sym_type_definition_repeat2, STATE(5831), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [213502] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8896), 1, anon_sym_LBRACK, STATE(5934), 1, sym_parameter_list, STATE(5831), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, ACTIONS(9052), 3, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, [213527] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(9054), 1, sym_identifier, ACTIONS(9056), 1, sym_system_lib_string, STATE(7126), 2, sym_preproc_call_expression, sym_string_literal, ACTIONS(8980), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, [213548] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(8487), 1, anon_sym_COLON_COLON, ACTIONS(9058), 1, sym_identifier, STATE(5349), 1, sym__scope_resolution, STATE(7276), 1, sym_qualified_identifier, STATE(7572), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, [213575] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(5339), 1, anon_sym_AMP, ACTIONS(8902), 2, anon_sym_AMP_AMP, anon_sym_and, ACTIONS(9060), 2, anon_sym_PIPE_PIPE, anon_sym_or, ACTIONS(5341), 4, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_LBRACE, anon_sym_LBRACK, [213596] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8892), 1, anon_sym_COMMA, ACTIONS(8896), 1, anon_sym_LBRACK, ACTIONS(9062), 1, anon_sym_SEMI, STATE(5934), 1, sym_parameter_list, STATE(6255), 1, aux_sym_type_definition_repeat2, STATE(5831), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [213625] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(8487), 1, anon_sym_COLON_COLON, ACTIONS(9064), 1, sym_identifier, STATE(5349), 1, sym__scope_resolution, STATE(7228), 1, sym_qualified_identifier, STATE(7572), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, [213652] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8892), 1, anon_sym_COMMA, ACTIONS(8896), 1, anon_sym_LBRACK, ACTIONS(9066), 1, anon_sym_SEMI, STATE(5934), 1, sym_parameter_list, STATE(6254), 1, aux_sym_type_definition_repeat2, STATE(5831), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [213681] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8892), 1, anon_sym_COMMA, ACTIONS(8896), 1, anon_sym_LBRACK, ACTIONS(9068), 1, anon_sym_SEMI, STATE(5934), 1, sym_parameter_list, STATE(6320), 1, aux_sym_type_definition_repeat2, STATE(5831), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [213710] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8892), 1, anon_sym_COMMA, ACTIONS(8896), 1, anon_sym_LBRACK, ACTIONS(9070), 1, anon_sym_SEMI, STATE(5934), 1, sym_parameter_list, STATE(6416), 1, aux_sym_type_definition_repeat2, STATE(5831), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [213739] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8892), 1, anon_sym_COMMA, ACTIONS(8896), 1, anon_sym_LBRACK, ACTIONS(9072), 1, anon_sym_SEMI, STATE(5934), 1, sym_parameter_list, STATE(6423), 1, aux_sym_type_definition_repeat2, STATE(5831), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [213768] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(4572), 1, anon_sym_COLON_COLON, ACTIONS(8964), 1, sym_identifier, ACTIONS(8966), 1, anon_sym_template, STATE(3578), 1, sym_template_type, STATE(3594), 1, sym_dependent_type_identifier, STATE(3601), 1, sym_qualified_type_identifier, STATE(5795), 1, sym__scope_resolution, STATE(7572), 1, sym_decltype, [213799] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8892), 1, anon_sym_COMMA, ACTIONS(8896), 1, anon_sym_LBRACK, ACTIONS(9074), 1, anon_sym_SEMI, STATE(5934), 1, sym_parameter_list, STATE(6249), 1, aux_sym_type_definition_repeat2, STATE(5831), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [213828] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8892), 1, anon_sym_COMMA, ACTIONS(8896), 1, anon_sym_LBRACK, ACTIONS(9076), 1, anon_sym_SEMI, STATE(5934), 1, sym_parameter_list, STATE(6247), 1, aux_sym_type_definition_repeat2, STATE(5831), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [213857] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8892), 1, anon_sym_COMMA, ACTIONS(8896), 1, anon_sym_LBRACK, ACTIONS(9078), 1, anon_sym_SEMI, STATE(5934), 1, sym_parameter_list, STATE(6575), 1, aux_sym_type_definition_repeat2, STATE(5831), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [213886] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(8487), 1, anon_sym_COLON_COLON, ACTIONS(9080), 1, sym_identifier, STATE(5349), 1, sym__scope_resolution, STATE(7689), 1, sym_qualified_identifier, STATE(7572), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, [213913] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8896), 1, anon_sym_LBRACK, STATE(5934), 1, sym_parameter_list, STATE(5831), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, ACTIONS(9082), 3, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, [213938] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4531), 1, anon_sym_LBRACK, ACTIONS(4533), 8, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, anon_sym_try, [213955] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(9084), 1, sym_identifier, ACTIONS(9086), 1, sym_system_lib_string, STATE(7548), 2, sym_preproc_call_expression, sym_string_literal, ACTIONS(8980), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, [213976] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8892), 1, anon_sym_COMMA, ACTIONS(8896), 1, anon_sym_LBRACK, ACTIONS(9088), 1, anon_sym_SEMI, STATE(5934), 1, sym_parameter_list, STATE(6196), 1, aux_sym_type_definition_repeat2, STATE(5831), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [214005] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(7579), 1, anon_sym_COLON_COLON, ACTIONS(9090), 1, sym_identifier, ACTIONS(9092), 1, anon_sym_template, STATE(2852), 1, sym_template_type, STATE(2860), 1, sym_dependent_type_identifier, STATE(2930), 1, sym_qualified_type_identifier, STATE(5804), 1, sym__scope_resolution, STATE(7572), 1, sym_decltype, [214036] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8892), 1, anon_sym_COMMA, ACTIONS(8896), 1, anon_sym_LBRACK, ACTIONS(9094), 1, anon_sym_SEMI, STATE(5934), 1, sym_parameter_list, STATE(6232), 1, aux_sym_type_definition_repeat2, STATE(5831), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [214065] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(3657), 1, anon_sym_COLON_COLON, ACTIONS(8956), 1, sym_identifier, STATE(3578), 1, sym_template_type, STATE(3594), 1, sym_dependent_type_identifier, STATE(3601), 1, sym_qualified_type_identifier, STATE(5806), 1, sym__scope_resolution, STATE(7572), 1, sym_decltype, [214096] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(8487), 1, anon_sym_COLON_COLON, ACTIONS(9096), 1, sym_identifier, STATE(5349), 1, sym__scope_resolution, STATE(7019), 1, sym_qualified_identifier, STATE(7572), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, [214123] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(9098), 1, sym_identifier, ACTIONS(9100), 1, sym_system_lib_string, STATE(7169), 2, sym_preproc_call_expression, sym_string_literal, ACTIONS(8980), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, [214144] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_template, ACTIONS(1973), 1, anon_sym_decltype, ACTIONS(8487), 1, anon_sym_COLON_COLON, ACTIONS(9102), 1, sym_identifier, STATE(5349), 1, sym__scope_resolution, STATE(7327), 1, sym_qualified_identifier, STATE(7572), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, [214171] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8222), 1, anon_sym_LBRACK, ACTIONS(9104), 1, anon_sym_SEMI, STATE(3880), 1, sym_parameter_list, STATE(5628), 1, sym__function_declarator_seq, STATE(5583), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [214197] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(9110), 1, anon_sym_delete, ACTIONS(9112), 1, anon_sym_new, ACTIONS(9108), 2, anon_sym_TILDE, anon_sym_COLON_COLON, ACTIONS(9106), 4, sym_identifier, anon_sym_decltype, anon_sym_template, anon_sym_operator, [214217] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8012), 1, anon_sym_LBRACK, ACTIONS(8683), 1, anon_sym_RPAREN, STATE(3880), 1, sym_parameter_list, STATE(5692), 1, sym__function_declarator_seq, STATE(5945), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [214243] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(4464), 1, anon_sym_COLON_COLON, ACTIONS(6159), 1, anon_sym_LT, ACTIONS(9114), 1, anon_sym_SEMI, ACTIONS(9116), 1, anon_sym_EQ, STATE(2160), 1, sym_template_argument_list, STATE(5978), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [214269] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(1899), 1, anon_sym_LBRACE, ACTIONS(7769), 1, anon_sym_COLON, ACTIONS(8004), 1, anon_sym_COMMA, ACTIONS(9118), 1, anon_sym_SEMI, ACTIONS(9120), 1, anon_sym_EQ, STATE(5914), 1, aux_sym_field_declaration_repeat1, STATE(7673), 1, sym_initializer_list, STATE(7676), 1, sym_bitfield_clause, [214297] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(4464), 1, anon_sym_COLON_COLON, ACTIONS(6159), 1, anon_sym_LT, ACTIONS(9122), 1, anon_sym_SEMI, ACTIONS(9124), 1, anon_sym_EQ, STATE(2160), 1, sym_template_argument_list, STATE(6052), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [214323] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(9126), 1, anon_sym_delete, ACTIONS(9128), 1, anon_sym_new, ACTIONS(9108), 2, anon_sym_TILDE, anon_sym_COLON_COLON, ACTIONS(9106), 4, sym_identifier, anon_sym_decltype, anon_sym_template, anon_sym_operator, [214343] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8012), 1, anon_sym_LBRACK, ACTIONS(8729), 1, anon_sym_RPAREN, STATE(3880), 1, sym_parameter_list, STATE(5692), 1, sym__function_declarator_seq, STATE(5945), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [214369] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8012), 1, anon_sym_LBRACK, ACTIONS(8647), 1, anon_sym_RPAREN, STATE(3880), 1, sym_parameter_list, STATE(5692), 1, sym__function_declarator_seq, STATE(5945), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [214395] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8222), 1, anon_sym_LBRACK, ACTIONS(9130), 1, anon_sym_SEMI, STATE(3880), 1, sym_parameter_list, STATE(5628), 1, sym__function_declarator_seq, STATE(5583), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [214421] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(9132), 1, anon_sym_delete, ACTIONS(9134), 1, anon_sym_new, ACTIONS(9108), 2, anon_sym_TILDE, anon_sym_COLON_COLON, ACTIONS(9106), 4, sym_identifier, anon_sym_decltype, anon_sym_template, anon_sym_operator, [214441] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8012), 1, anon_sym_LBRACK, ACTIONS(8679), 1, anon_sym_RPAREN, STATE(3880), 1, sym_parameter_list, STATE(5692), 1, sym__function_declarator_seq, STATE(5945), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [214467] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(4464), 1, anon_sym_COLON_COLON, ACTIONS(6159), 1, anon_sym_LT, ACTIONS(9136), 1, anon_sym_SEMI, ACTIONS(9138), 1, anon_sym_EQ, STATE(2160), 1, sym_template_argument_list, STATE(6133), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [214493] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(9140), 1, anon_sym_delete, ACTIONS(9142), 1, anon_sym_new, ACTIONS(9108), 2, anon_sym_TILDE, anon_sym_COLON_COLON, ACTIONS(9106), 4, sym_identifier, anon_sym_decltype, anon_sym_template, anon_sym_operator, [214513] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(6478), 1, anon_sym_LBRACK_LBRACK, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8222), 1, anon_sym_LBRACK, ACTIONS(9144), 1, anon_sym_COLON, STATE(4112), 1, sym_parameter_list, STATE(5628), 1, sym__function_declarator_seq, STATE(5705), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [214539] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(4464), 1, anon_sym_COLON_COLON, ACTIONS(6159), 1, anon_sym_LT, ACTIONS(9146), 1, anon_sym_SEMI, ACTIONS(9148), 1, anon_sym_EQ, STATE(2160), 1, sym_template_argument_list, STATE(6065), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [214565] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(8890), 1, anon_sym_LBRACK, STATE(6384), 1, sym_gnu_asm_input_operand, STATE(7501), 1, sym_string_literal, ACTIONS(107), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, [214585] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8222), 1, anon_sym_LBRACK, ACTIONS(9150), 1, anon_sym_SEMI, STATE(3880), 1, sym_parameter_list, STATE(5628), 1, sym__function_declarator_seq, STATE(5583), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [214611] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(9152), 1, anon_sym_delete, ACTIONS(9154), 1, anon_sym_new, ACTIONS(9108), 2, anon_sym_TILDE, anon_sym_COLON_COLON, ACTIONS(9106), 4, sym_identifier, anon_sym_decltype, anon_sym_template, anon_sym_operator, [214631] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(6478), 1, anon_sym_LBRACK_LBRACK, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8222), 1, anon_sym_LBRACK, ACTIONS(9156), 1, anon_sym_COLON, STATE(4112), 1, sym_parameter_list, STATE(5628), 1, sym__function_declarator_seq, STATE(5705), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [214657] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8756), 1, anon_sym_LBRACK, STATE(4071), 1, sym_parameter_list, STATE(5421), 1, sym__function_declarator_seq, ACTIONS(8501), 4, anon_sym_COLON, anon_sym_final, anon_sym_override, anon_sym_requires, [214679] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(9160), 1, anon_sym_LBRACK, STATE(5600), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, ACTIONS(9158), 4, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, [214699] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(6478), 1, anon_sym_LBRACK_LBRACK, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8222), 1, anon_sym_LBRACK, ACTIONS(8567), 1, anon_sym_COLON, STATE(4112), 1, sym_parameter_list, STATE(5628), 1, sym__function_declarator_seq, STATE(5705), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [214725] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(4464), 1, anon_sym_COLON_COLON, ACTIONS(6159), 1, anon_sym_LT, ACTIONS(9162), 1, anon_sym_SEMI, ACTIONS(9164), 1, anon_sym_EQ, STATE(2160), 1, sym_template_argument_list, STATE(6183), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [214751] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(6478), 1, anon_sym_LBRACK_LBRACK, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8222), 1, anon_sym_LBRACK, ACTIONS(8565), 1, anon_sym_COLON, STATE(4112), 1, sym_parameter_list, STATE(5628), 1, sym__function_declarator_seq, STATE(5705), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [214777] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(1899), 1, anon_sym_LBRACE, ACTIONS(7769), 1, anon_sym_COLON, ACTIONS(8004), 1, anon_sym_COMMA, ACTIONS(9166), 1, anon_sym_SEMI, ACTIONS(9168), 1, anon_sym_EQ, STATE(5914), 1, aux_sym_field_declaration_repeat1, STATE(7429), 1, sym_bitfield_clause, STATE(7430), 1, sym_initializer_list, [214805] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8756), 1, anon_sym_LBRACK, STATE(4071), 1, sym_parameter_list, STATE(5421), 1, sym__function_declarator_seq, ACTIONS(8446), 4, anon_sym_COLON, anon_sym_final, anon_sym_override, anon_sym_requires, [214827] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(1899), 1, anon_sym_LBRACE, ACTIONS(7769), 1, anon_sym_COLON, ACTIONS(8004), 1, anon_sym_COMMA, ACTIONS(9170), 1, anon_sym_SEMI, ACTIONS(9172), 1, anon_sym_EQ, STATE(5914), 1, aux_sym_field_declaration_repeat1, STATE(7096), 1, sym_bitfield_clause, STATE(7099), 1, sym_initializer_list, [214855] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(9128), 1, anon_sym_new, ACTIONS(9174), 1, anon_sym_delete, ACTIONS(9108), 2, anon_sym_TILDE, anon_sym_COLON_COLON, ACTIONS(9106), 4, sym_identifier, anon_sym_decltype, anon_sym_template, anon_sym_operator, [214875] = 4, ACTIONS(3), 1, sym_comment, STATE(6078), 1, sym_string_literal, ACTIONS(9176), 2, anon_sym_RPAREN, anon_sym_COLON, ACTIONS(107), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, [214893] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(6478), 1, anon_sym_LBRACK_LBRACK, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8222), 1, anon_sym_LBRACK, ACTIONS(9178), 1, anon_sym_COLON, STATE(4112), 1, sym_parameter_list, STATE(5628), 1, sym__function_declarator_seq, STATE(5705), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [214919] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(6478), 1, anon_sym_LBRACK_LBRACK, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8222), 1, anon_sym_LBRACK, ACTIONS(8635), 1, anon_sym_COLON, STATE(4112), 1, sym_parameter_list, STATE(5628), 1, sym__function_declarator_seq, STATE(5705), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [214945] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8756), 1, anon_sym_LBRACK, STATE(4071), 1, sym_parameter_list, STATE(5421), 1, sym__function_declarator_seq, ACTIONS(8473), 4, anon_sym_COLON, anon_sym_final, anon_sym_override, anon_sym_requires, [214967] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(9180), 1, anon_sym_delete, ACTIONS(9182), 1, anon_sym_new, ACTIONS(9108), 2, anon_sym_TILDE, anon_sym_COLON_COLON, ACTIONS(9106), 4, sym_identifier, anon_sym_decltype, anon_sym_template, anon_sym_operator, [214987] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8756), 1, anon_sym_LBRACK, STATE(4071), 1, sym_parameter_list, STATE(5421), 1, sym__function_declarator_seq, ACTIONS(8509), 4, anon_sym_COLON, anon_sym_final, anon_sym_override, anon_sym_requires, [215009] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(6478), 1, anon_sym_LBRACK_LBRACK, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8222), 1, anon_sym_LBRACK, ACTIONS(8619), 1, anon_sym_COLON, STATE(4112), 1, sym_parameter_list, STATE(5628), 1, sym__function_declarator_seq, STATE(5705), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [215035] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(6478), 1, anon_sym_LBRACK_LBRACK, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8222), 1, anon_sym_LBRACK, ACTIONS(9184), 1, anon_sym_COLON, STATE(4112), 1, sym_parameter_list, STATE(5628), 1, sym__function_declarator_seq, STATE(5705), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [215061] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(6478), 1, anon_sym_LBRACK_LBRACK, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8222), 1, anon_sym_LBRACK, ACTIONS(8569), 1, anon_sym_COLON, STATE(4112), 1, sym_parameter_list, STATE(5628), 1, sym__function_declarator_seq, STATE(5705), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [215087] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(4464), 1, anon_sym_COLON_COLON, ACTIONS(6159), 1, anon_sym_LT, ACTIONS(6814), 1, anon_sym_LBRACK, STATE(5599), 1, sym_template_argument_list, ACTIONS(4646), 4, anon_sym_LPAREN2, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_try, [215109] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8222), 1, anon_sym_LBRACK, ACTIONS(9186), 1, anon_sym_RPAREN, STATE(3880), 1, sym_parameter_list, STATE(5628), 1, sym__function_declarator_seq, STATE(5583), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [215135] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8222), 1, anon_sym_LBRACK, ACTIONS(9188), 1, anon_sym_SEMI, STATE(3880), 1, sym_parameter_list, STATE(5628), 1, sym__function_declarator_seq, STATE(5583), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [215161] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8012), 1, anon_sym_LBRACK, ACTIONS(9190), 1, anon_sym_RPAREN, STATE(3880), 1, sym_parameter_list, STATE(5692), 1, sym__function_declarator_seq, STATE(5945), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [215187] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(8878), 1, anon_sym_LBRACK, STATE(6521), 1, sym_gnu_asm_output_operand, STATE(7332), 1, sym_string_literal, ACTIONS(107), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, [215207] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8896), 1, anon_sym_LBRACK, STATE(5934), 1, sym_parameter_list, ACTIONS(9192), 2, anon_sym_COMMA, anon_sym_SEMI, STATE(5831), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [215231] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(1899), 1, anon_sym_LBRACE, ACTIONS(7769), 1, anon_sym_COLON, ACTIONS(8004), 1, anon_sym_COMMA, ACTIONS(9194), 1, anon_sym_SEMI, ACTIONS(9196), 1, anon_sym_EQ, STATE(5914), 1, aux_sym_field_declaration_repeat1, STATE(7391), 1, sym_bitfield_clause, STATE(7395), 1, sym_initializer_list, [215259] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(4464), 1, anon_sym_COLON_COLON, ACTIONS(6159), 1, anon_sym_LT, ACTIONS(9198), 1, anon_sym_SEMI, ACTIONS(9200), 1, anon_sym_EQ, STATE(2160), 1, sym_template_argument_list, STATE(6117), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [215285] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8756), 1, anon_sym_LBRACK, STATE(4071), 1, sym_parameter_list, STATE(5421), 1, sym__function_declarator_seq, ACTIONS(8503), 4, anon_sym_COLON, anon_sym_final, anon_sym_override, anon_sym_requires, [215307] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8222), 1, anon_sym_LBRACK, ACTIONS(9202), 1, anon_sym_SEMI, STATE(3880), 1, sym_parameter_list, STATE(5628), 1, sym__function_declarator_seq, STATE(5583), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [215333] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8756), 1, anon_sym_LBRACK, STATE(4071), 1, sym_parameter_list, STATE(5421), 1, sym__function_declarator_seq, ACTIONS(8471), 4, anon_sym_COLON, anon_sym_final, anon_sym_override, anon_sym_requires, [215355] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8222), 1, anon_sym_LBRACK, ACTIONS(9204), 1, anon_sym_SEMI, STATE(3880), 1, sym_parameter_list, STATE(5628), 1, sym__function_declarator_seq, STATE(5583), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [215381] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8222), 1, anon_sym_LBRACK, ACTIONS(9206), 1, anon_sym_SEMI, STATE(3880), 1, sym_parameter_list, STATE(5628), 1, sym__function_declarator_seq, STATE(5583), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [215407] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(9134), 1, anon_sym_new, ACTIONS(9208), 1, anon_sym_delete, ACTIONS(9108), 2, anon_sym_TILDE, anon_sym_COLON_COLON, ACTIONS(9106), 4, sym_identifier, anon_sym_decltype, anon_sym_template, anon_sym_operator, [215427] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(6478), 1, anon_sym_LBRACK_LBRACK, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8222), 1, anon_sym_LBRACK, ACTIONS(9210), 1, anon_sym_COLON, STATE(4112), 1, sym_parameter_list, STATE(5628), 1, sym__function_declarator_seq, STATE(5705), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [215453] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8222), 1, anon_sym_LBRACK, ACTIONS(9212), 1, anon_sym_SEMI, STATE(3880), 1, sym_parameter_list, STATE(5628), 1, sym__function_declarator_seq, STATE(5583), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [215479] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(4464), 1, anon_sym_COLON_COLON, ACTIONS(6159), 1, anon_sym_LT, ACTIONS(9214), 1, anon_sym_SEMI, ACTIONS(9216), 1, anon_sym_EQ, STATE(2160), 1, sym_template_argument_list, STATE(6145), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [215505] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(6478), 1, anon_sym_LBRACK_LBRACK, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8222), 1, anon_sym_LBRACK, ACTIONS(9218), 1, anon_sym_COLON, STATE(4112), 1, sym_parameter_list, STATE(5628), 1, sym__function_declarator_seq, STATE(5705), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [215531] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(4464), 1, anon_sym_COLON_COLON, ACTIONS(6159), 1, anon_sym_LT, ACTIONS(9220), 1, anon_sym_SEMI, ACTIONS(9222), 1, anon_sym_EQ, STATE(2160), 1, sym_template_argument_list, STATE(6100), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [215557] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8756), 1, anon_sym_LBRACK, STATE(3887), 1, sym_parameter_list, STATE(5421), 1, sym__function_declarator_seq, ACTIONS(9224), 4, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_EQ, anon_sym_try, [215579] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(4464), 1, anon_sym_COLON_COLON, ACTIONS(6159), 1, anon_sym_LT, ACTIONS(9226), 1, anon_sym_SEMI, ACTIONS(9228), 1, anon_sym_EQ, STATE(2160), 1, sym_template_argument_list, STATE(6003), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [215605] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8222), 1, anon_sym_LBRACK, ACTIONS(9230), 1, anon_sym_SEMI, STATE(3880), 1, sym_parameter_list, STATE(5628), 1, sym__function_declarator_seq, STATE(5583), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [215631] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8756), 1, anon_sym_LBRACK, STATE(4071), 1, sym_parameter_list, STATE(5421), 1, sym__function_declarator_seq, ACTIONS(8505), 4, anon_sym_COLON, anon_sym_final, anon_sym_override, anon_sym_requires, [215653] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(6478), 1, anon_sym_LBRACK_LBRACK, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8222), 1, anon_sym_LBRACK, ACTIONS(9232), 1, anon_sym_COLON, STATE(4112), 1, sym_parameter_list, STATE(5628), 1, sym__function_declarator_seq, STATE(5705), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [215679] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(9234), 1, anon_sym_delete, ACTIONS(9236), 1, anon_sym_new, ACTIONS(9108), 2, anon_sym_TILDE, anon_sym_COLON_COLON, ACTIONS(9106), 4, sym_identifier, anon_sym_decltype, anon_sym_template, anon_sym_operator, [215699] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8222), 1, anon_sym_LBRACK, ACTIONS(9238), 1, anon_sym_SEMI, STATE(3880), 1, sym_parameter_list, STATE(5628), 1, sym__function_declarator_seq, STATE(5583), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [215725] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(4454), 1, anon_sym_LBRACK, ACTIONS(4464), 1, anon_sym_COLON_COLON, ACTIONS(6159), 1, anon_sym_LT, STATE(5599), 1, sym_template_argument_list, ACTIONS(4459), 4, anon_sym_LPAREN2, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_try, [215747] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8012), 1, anon_sym_LBRACK, ACTIONS(8699), 1, anon_sym_RPAREN, STATE(3880), 1, sym_parameter_list, STATE(5692), 1, sym__function_declarator_seq, STATE(5945), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [215773] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(4586), 1, anon_sym_LBRACE, ACTIONS(9240), 1, sym_identifier, ACTIONS(9242), 1, anon_sym_COLON_COLON, ACTIONS(9244), 1, anon_sym_inline, STATE(1207), 1, sym_declaration_list, STATE(6757), 1, sym_nested_namespace_specifier, STATE(7003), 1, sym__namespace_specifier, [215798] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(9248), 1, anon_sym_AMP, ACTIONS(9246), 6, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_LT, anon_sym_LBRACE, anon_sym_LBRACK, [215813] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(4580), 1, anon_sym_LBRACE, ACTIONS(9242), 1, anon_sym_COLON_COLON, ACTIONS(9244), 1, anon_sym_inline, ACTIONS(9250), 1, sym_identifier, STATE(563), 1, sym_declaration_list, STATE(6747), 1, sym_nested_namespace_specifier, STATE(7003), 1, sym__namespace_specifier, [215838] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(1899), 1, anon_sym_LBRACE, ACTIONS(4464), 1, anon_sym_COLON_COLON, ACTIONS(6159), 1, anon_sym_LT, ACTIONS(6282), 1, anon_sym_LPAREN2, STATE(6401), 1, sym_template_argument_list, STATE(6581), 2, sym_argument_list, sym_initializer_list, [215861] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8896), 1, anon_sym_LBRACK, ACTIONS(9252), 1, anon_sym_RPAREN, STATE(5934), 1, sym_parameter_list, STATE(5831), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [215884] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(9256), 1, anon_sym_AMP, ACTIONS(9254), 6, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_LT, anon_sym_LBRACE, anon_sym_LBRACK, [215899] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(9008), 1, anon_sym_AMP, ACTIONS(9006), 6, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_LT, anon_sym_LBRACE, anon_sym_LBRACK, [215914] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(9260), 1, anon_sym_AMP, ACTIONS(9258), 6, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_LT, anon_sym_LBRACE, anon_sym_LBRACK, [215929] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5429), 1, anon_sym_AMP, ACTIONS(5431), 6, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_requires, [215944] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(4588), 1, anon_sym_LBRACE, ACTIONS(9242), 1, anon_sym_COLON_COLON, ACTIONS(9244), 1, anon_sym_inline, ACTIONS(9262), 1, sym_identifier, STATE(785), 1, sym_declaration_list, STATE(6848), 1, sym_nested_namespace_specifier, STATE(7003), 1, sym__namespace_specifier, [215969] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(4584), 1, anon_sym_LBRACE, ACTIONS(9242), 1, anon_sym_COLON_COLON, ACTIONS(9244), 1, anon_sym_inline, ACTIONS(9264), 1, sym_identifier, STATE(1319), 1, sym_declaration_list, STATE(6948), 1, sym_nested_namespace_specifier, STATE(7003), 1, sym__namespace_specifier, [215994] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(4582), 1, anon_sym_LBRACE, ACTIONS(9242), 1, anon_sym_COLON_COLON, ACTIONS(9244), 1, anon_sym_inline, ACTIONS(9266), 1, sym_identifier, STATE(1294), 1, sym_declaration_list, STATE(6960), 1, sym_nested_namespace_specifier, STATE(7003), 1, sym__namespace_specifier, [216019] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(4588), 1, anon_sym_LBRACE, ACTIONS(9242), 1, anon_sym_COLON_COLON, ACTIONS(9244), 1, anon_sym_inline, ACTIONS(9268), 1, sym_identifier, STATE(810), 1, sym_declaration_list, STATE(6792), 1, sym_nested_namespace_specifier, STATE(7003), 1, sym__namespace_specifier, [216044] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(4582), 1, anon_sym_LBRACE, ACTIONS(9242), 1, anon_sym_COLON_COLON, ACTIONS(9244), 1, anon_sym_inline, ACTIONS(9270), 1, sym_identifier, STATE(1290), 1, sym_declaration_list, STATE(6886), 1, sym_nested_namespace_specifier, STATE(7003), 1, sym__namespace_specifier, [216069] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5444), 1, anon_sym_AMP, ACTIONS(5446), 6, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_requires, [216084] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8222), 1, anon_sym_LBRACK, STATE(3836), 1, sym_parameter_list, STATE(5628), 1, sym__function_declarator_seq, STATE(5583), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [216107] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(4586), 1, anon_sym_LBRACE, ACTIONS(9242), 1, anon_sym_COLON_COLON, ACTIONS(9244), 1, anon_sym_inline, ACTIONS(9272), 1, sym_identifier, STATE(1240), 1, sym_declaration_list, STATE(6727), 1, sym_nested_namespace_specifier, STATE(7003), 1, sym__namespace_specifier, [216132] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(4584), 1, anon_sym_LBRACE, ACTIONS(9242), 1, anon_sym_COLON_COLON, ACTIONS(9244), 1, anon_sym_inline, ACTIONS(9274), 1, sym_identifier, STATE(1316), 1, sym_declaration_list, STATE(6920), 1, sym_nested_namespace_specifier, STATE(7003), 1, sym__namespace_specifier, [216157] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5451), 1, anon_sym_AMP, ACTIONS(5453), 6, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_requires, [216172] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4040), 1, anon_sym_AMP, ACTIONS(4038), 6, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_LT, anon_sym_LBRACE, anon_sym_LBRACK, [216187] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(4580), 1, anon_sym_LBRACE, ACTIONS(9242), 1, anon_sym_COLON_COLON, ACTIONS(9244), 1, anon_sym_inline, ACTIONS(9276), 1, sym_identifier, STATE(574), 1, sym_declaration_list, STATE(6698), 1, sym_nested_namespace_specifier, STATE(7003), 1, sym__namespace_specifier, [216212] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(9278), 1, anon_sym_LPAREN2, STATE(5905), 2, sym_gnu_asm_qualifier, aux_sym_gnu_asm_expression_repeat1, ACTIONS(9280), 3, anon_sym_inline, anon_sym_volatile, anon_sym_goto, [216228] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(9284), 1, anon_sym_LBRACK, ACTIONS(9282), 5, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, [216242] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(9286), 1, anon_sym_LPAREN2, STATE(5911), 2, sym_gnu_asm_qualifier, aux_sym_gnu_asm_expression_repeat1, ACTIONS(9280), 3, anon_sym_inline, anon_sym_volatile, anon_sym_goto, [216258] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(9290), 1, anon_sym_LBRACK, ACTIONS(9288), 5, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, [216272] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(253), 1, anon_sym_LBRACE, ACTIONS(8240), 1, anon_sym_try, ACTIONS(9292), 1, anon_sym_SEMI, ACTIONS(9294), 1, anon_sym_EQ, STATE(545), 2, sym_compound_statement, sym_try_statement, [216292] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(9298), 1, anon_sym_LBRACK, ACTIONS(9296), 5, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, [216306] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(9302), 1, anon_sym_LBRACK, ACTIONS(9300), 5, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, [216320] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(8086), 1, anon_sym_try, ACTIONS(8693), 1, anon_sym_LBRACE, ACTIONS(9304), 1, anon_sym_SEMI, ACTIONS(9306), 1, anon_sym_EQ, STATE(2727), 2, sym_compound_statement, sym_try_statement, [216340] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(9308), 1, anon_sym_LPAREN2, STATE(5950), 2, sym_gnu_asm_qualifier, aux_sym_gnu_asm_expression_repeat1, ACTIONS(9280), 3, anon_sym_inline, anon_sym_volatile, anon_sym_goto, [216356] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(8016), 1, anon_sym_try, ACTIONS(8665), 1, anon_sym_LBRACE, ACTIONS(9310), 1, anon_sym_SEMI, ACTIONS(9312), 1, anon_sym_EQ, STATE(2391), 2, sym_compound_statement, sym_try_statement, [216376] = 3, ACTIONS(3), 1, sym_comment, STATE(7590), 1, sym_string_literal, ACTIONS(107), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, [216390] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(8298), 1, anon_sym_TILDE, ACTIONS(9314), 1, sym_identifier, ACTIONS(9316), 1, anon_sym_template, STATE(3204), 3, sym_template_method, sym_destructor_name, sym_dependent_field_identifier, [216408] = 3, ACTIONS(3), 1, sym_comment, STATE(6311), 1, sym_string_literal, ACTIONS(107), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, [216422] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(9318), 1, anon_sym_LPAREN2, STATE(5950), 2, sym_gnu_asm_qualifier, aux_sym_gnu_asm_expression_repeat1, ACTIONS(9280), 3, anon_sym_inline, anon_sym_volatile, anon_sym_goto, [216438] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(9320), 1, anon_sym_LPAREN2, STATE(5950), 2, sym_gnu_asm_qualifier, aux_sym_gnu_asm_expression_repeat1, ACTIONS(9280), 3, anon_sym_inline, anon_sym_volatile, anon_sym_goto, [216454] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(8016), 1, anon_sym_try, ACTIONS(8665), 1, anon_sym_LBRACE, ACTIONS(9322), 1, anon_sym_SEMI, ACTIONS(9324), 1, anon_sym_EQ, STATE(2367), 2, sym_compound_statement, sym_try_statement, [216474] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(49), 1, anon_sym_LBRACE, ACTIONS(8268), 1, anon_sym_try, ACTIONS(9326), 1, anon_sym_SEMI, ACTIONS(9328), 1, anon_sym_EQ, STATE(1348), 2, sym_compound_statement, sym_try_statement, [216494] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(9330), 1, anon_sym_COMMA, STATE(5914), 1, aux_sym_field_declaration_repeat1, ACTIONS(9333), 4, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, [216510] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(8062), 1, anon_sym_try, ACTIONS(8651), 1, anon_sym_LBRACE, ACTIONS(9335), 1, anon_sym_SEMI, ACTIONS(9337), 1, anon_sym_EQ, STATE(2482), 2, sym_compound_statement, sym_try_statement, [216530] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(9339), 1, anon_sym_LPAREN2, STATE(5950), 2, sym_gnu_asm_qualifier, aux_sym_gnu_asm_expression_repeat1, ACTIONS(9280), 3, anon_sym_inline, anon_sym_volatile, anon_sym_goto, [216546] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(49), 1, anon_sym_LBRACE, ACTIONS(8268), 1, anon_sym_try, ACTIONS(9341), 1, anon_sym_SEMI, ACTIONS(9343), 1, anon_sym_EQ, STATE(1346), 2, sym_compound_statement, sym_try_statement, [216566] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(351), 1, anon_sym_LBRACE, ACTIONS(8260), 1, anon_sym_try, ACTIONS(9345), 1, anon_sym_SEMI, ACTIONS(9347), 1, anon_sym_EQ, STATE(771), 2, sym_compound_statement, sym_try_statement, [216586] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(9349), 1, anon_sym_LPAREN2, STATE(5916), 2, sym_gnu_asm_qualifier, aux_sym_gnu_asm_expression_repeat1, ACTIONS(9280), 3, anon_sym_inline, anon_sym_volatile, anon_sym_goto, [216602] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(786), 1, anon_sym_LBRACE, ACTIONS(8274), 1, anon_sym_try, ACTIONS(9351), 1, anon_sym_SEMI, ACTIONS(9353), 1, anon_sym_EQ, STATE(1226), 2, sym_compound_statement, sym_try_statement, [216622] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(8044), 1, anon_sym_try, ACTIONS(8711), 1, anon_sym_LBRACE, ACTIONS(9355), 1, anon_sym_SEMI, ACTIONS(9357), 1, anon_sym_EQ, STATE(2736), 2, sym_compound_statement, sym_try_statement, [216642] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(6159), 1, anon_sym_LT, ACTIONS(8786), 1, anon_sym_LBRACK, STATE(5702), 1, sym_template_argument_list, ACTIONS(8782), 3, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_LBRACK_LBRACK, [216660] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(8062), 1, anon_sym_try, ACTIONS(8651), 1, anon_sym_LBRACE, ACTIONS(9359), 1, anon_sym_SEMI, ACTIONS(9361), 1, anon_sym_EQ, STATE(2455), 2, sym_compound_statement, sym_try_statement, [216680] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(738), 1, anon_sym_LBRACE, ACTIONS(8248), 1, anon_sym_try, ACTIONS(9363), 1, anon_sym_SEMI, ACTIONS(9365), 1, anon_sym_EQ, STATE(1311), 2, sym_compound_statement, sym_try_statement, [216700] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(9367), 1, anon_sym_LPAREN2, STATE(5927), 2, sym_gnu_asm_qualifier, aux_sym_gnu_asm_expression_repeat1, ACTIONS(9280), 3, anon_sym_inline, anon_sym_volatile, anon_sym_goto, [216716] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(738), 1, anon_sym_LBRACE, ACTIONS(8248), 1, anon_sym_try, ACTIONS(9369), 1, anon_sym_SEMI, ACTIONS(9371), 1, anon_sym_EQ, STATE(1233), 2, sym_compound_statement, sym_try_statement, [216736] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(9373), 1, anon_sym_LPAREN2, STATE(5950), 2, sym_gnu_asm_qualifier, aux_sym_gnu_asm_expression_repeat1, ACTIONS(9280), 3, anon_sym_inline, anon_sym_volatile, anon_sym_goto, [216752] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(9377), 1, anon_sym_LBRACK, ACTIONS(9375), 5, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, [216766] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(9381), 1, anon_sym_LBRACK, ACTIONS(9379), 5, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, [216780] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8756), 1, anon_sym_LBRACK, STATE(3879), 1, sym_parameter_list, STATE(5421), 1, sym__function_declarator_seq, ACTIONS(8856), 2, anon_sym_COMMA, anon_sym_RPAREN, [216800] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(786), 1, anon_sym_LBRACE, ACTIONS(8274), 1, anon_sym_try, ACTIONS(9383), 1, anon_sym_SEMI, ACTIONS(9385), 1, anon_sym_EQ, STATE(1271), 2, sym_compound_statement, sym_try_statement, [216820] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(9389), 2, anon_sym_TILDE, anon_sym_COLON_COLON, ACTIONS(9387), 4, sym_identifier, anon_sym_decltype, anon_sym_template, anon_sym_operator, [216834] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(8344), 1, anon_sym_TILDE, ACTIONS(9391), 1, sym_identifier, ACTIONS(9393), 1, anon_sym_template, STATE(3426), 3, sym_template_method, sym_destructor_name, sym_dependent_field_identifier, [216852] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(9397), 1, anon_sym_LBRACK, ACTIONS(9395), 5, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, [216866] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(351), 1, anon_sym_LBRACE, ACTIONS(8260), 1, anon_sym_try, ACTIONS(9399), 1, anon_sym_SEMI, ACTIONS(9401), 1, anon_sym_EQ, STATE(799), 2, sym_compound_statement, sym_try_statement, [216886] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(9403), 1, anon_sym_LBRACK, ACTIONS(9405), 1, anon_sym_EQ, ACTIONS(9407), 1, anon_sym_DOT, STATE(5937), 3, sym_subscript_designator, sym_field_designator, aux_sym_initializer_pair_repeat1, [216904] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(9409), 1, anon_sym_LBRACK, ACTIONS(9412), 1, anon_sym_EQ, ACTIONS(9414), 1, anon_sym_DOT, STATE(5937), 3, sym_subscript_designator, sym_field_designator, aux_sym_initializer_pair_repeat1, [216922] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(8044), 1, anon_sym_try, ACTIONS(8711), 1, anon_sym_LBRACE, ACTIONS(9417), 1, anon_sym_SEMI, ACTIONS(9419), 1, anon_sym_EQ, STATE(2711), 2, sym_compound_statement, sym_try_statement, [216942] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(9421), 1, anon_sym_LPAREN2, STATE(5940), 2, sym_gnu_asm_qualifier, aux_sym_gnu_asm_expression_repeat1, ACTIONS(9280), 3, anon_sym_inline, anon_sym_volatile, anon_sym_goto, [216958] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(9423), 1, anon_sym_LPAREN2, STATE(5950), 2, sym_gnu_asm_qualifier, aux_sym_gnu_asm_expression_repeat1, ACTIONS(9280), 3, anon_sym_inline, anon_sym_volatile, anon_sym_goto, [216974] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(8086), 1, anon_sym_try, ACTIONS(8693), 1, anon_sym_LBRACE, ACTIONS(9425), 1, anon_sym_SEMI, ACTIONS(9427), 1, anon_sym_EQ, STATE(2604), 2, sym_compound_statement, sym_try_statement, [216994] = 3, ACTIONS(3), 1, sym_comment, STATE(7646), 1, sym_string_literal, ACTIONS(107), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, [217008] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(8324), 1, anon_sym_TILDE, ACTIONS(9429), 1, sym_identifier, ACTIONS(9431), 1, anon_sym_template, STATE(3067), 3, sym_template_method, sym_destructor_name, sym_dependent_field_identifier, [217026] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(9435), 1, anon_sym_LBRACK, ACTIONS(9433), 5, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, [217040] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(8828), 1, anon_sym_LBRACK, ACTIONS(8826), 2, anon_sym_RPAREN, anon_sym_LPAREN2, STATE(5600), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [217058] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8756), 1, anon_sym_LBRACK, STATE(3999), 1, sym_parameter_list, STATE(5421), 1, sym__function_declarator_seq, ACTIONS(8856), 2, anon_sym_COMMA, anon_sym_GT2, [217078] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(9439), 2, anon_sym_TILDE, anon_sym_COLON_COLON, ACTIONS(9437), 4, sym_identifier, anon_sym_decltype, anon_sym_template, anon_sym_operator, [217092] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(253), 1, anon_sym_LBRACE, ACTIONS(8240), 1, anon_sym_try, ACTIONS(9441), 1, anon_sym_SEMI, ACTIONS(9443), 1, anon_sym_EQ, STATE(524), 2, sym_compound_statement, sym_try_statement, [217112] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(9445), 1, anon_sym_LPAREN2, STATE(5910), 2, sym_gnu_asm_qualifier, aux_sym_gnu_asm_expression_repeat1, ACTIONS(9280), 3, anon_sym_inline, anon_sym_volatile, anon_sym_goto, [217128] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(9447), 1, anon_sym_LPAREN2, STATE(5950), 2, sym_gnu_asm_qualifier, aux_sym_gnu_asm_expression_repeat1, ACTIONS(9449), 3, anon_sym_inline, anon_sym_volatile, anon_sym_goto, [217144] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(9454), 1, anon_sym_LBRACK, ACTIONS(9452), 5, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, [217158] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(8324), 1, anon_sym_TILDE, ACTIONS(9456), 1, sym_identifier, ACTIONS(9458), 1, anon_sym_template, STATE(3067), 3, sym_template_method, sym_destructor_name, sym_dependent_field_identifier, [217176] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(9242), 1, anon_sym_COLON_COLON, ACTIONS(9244), 1, anon_sym_inline, ACTIONS(9460), 1, sym_identifier, STATE(7003), 1, sym__namespace_specifier, STATE(7308), 1, sym_nested_namespace_specifier, [217195] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(4464), 1, anon_sym_COLON_COLON, ACTIONS(6159), 1, anon_sym_LT, STATE(6401), 1, sym_template_argument_list, ACTIONS(9462), 2, anon_sym_LPAREN2, anon_sym_LBRACE, [217212] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(9242), 1, anon_sym_COLON_COLON, ACTIONS(9244), 1, anon_sym_inline, ACTIONS(9464), 1, sym_identifier, STATE(7003), 1, sym__namespace_specifier, STATE(7554), 1, sym_nested_namespace_specifier, [217231] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(6554), 1, sym_auto, ACTIONS(6556), 1, anon_sym_decltype, STATE(3722), 1, sym_decltype_auto, ACTIONS(9466), 2, anon_sym_COMMA, anon_sym_GT2, [217248] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(9242), 1, anon_sym_COLON_COLON, ACTIONS(9244), 1, anon_sym_inline, ACTIONS(9468), 1, sym_identifier, STATE(7003), 1, sym__namespace_specifier, STATE(7719), 1, sym_nested_namespace_specifier, [217267] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8756), 1, anon_sym_LBRACK, ACTIONS(9470), 1, anon_sym_RPAREN, STATE(3879), 1, sym_parameter_list, STATE(5421), 1, sym__function_declarator_seq, [217286] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(7423), 1, anon_sym_DOT_DOT_DOT, ACTIONS(7427), 1, anon_sym_EQ, ACTIONS(9472), 1, sym_identifier, ACTIONS(7425), 2, anon_sym_COMMA, anon_sym_GT2, [217303] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(6554), 1, sym_auto, ACTIONS(6556), 1, anon_sym_decltype, STATE(3722), 1, sym_decltype_auto, ACTIONS(9474), 2, anon_sym_COMMA, anon_sym_GT2, [217320] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(9476), 2, anon_sym_class, anon_sym_typename, STATE(6766), 3, sym_type_parameter_declaration, sym_variadic_type_parameter_declaration, sym_optional_type_parameter_declaration, [217333] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(9242), 1, anon_sym_COLON_COLON, ACTIONS(9244), 1, anon_sym_inline, ACTIONS(9478), 1, sym_identifier, STATE(6230), 1, sym__namespace_specifier, STATE(6944), 1, sym_nested_namespace_specifier, [217352] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(9242), 1, anon_sym_COLON_COLON, ACTIONS(9244), 1, anon_sym_inline, ACTIONS(9480), 1, sym_identifier, STATE(6995), 1, sym_nested_namespace_specifier, STATE(7003), 1, sym__namespace_specifier, [217371] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(6282), 1, anon_sym_LPAREN2, ACTIONS(9484), 1, anon_sym_COLON_COLON, STATE(6801), 1, sym_argument_list, ACTIONS(9482), 2, anon_sym_COMMA, anon_sym_RBRACK_RBRACK, [217388] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(9242), 1, anon_sym_COLON_COLON, ACTIONS(9244), 1, anon_sym_inline, ACTIONS(9486), 1, sym_identifier, STATE(7003), 1, sym__namespace_specifier, STATE(7066), 1, sym_nested_namespace_specifier, [217407] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(9490), 1, anon_sym_COLON_COLON, ACTIONS(9488), 4, sym_identifier, anon_sym_decltype, anon_sym_virtual, anon_sym_template, [217420] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(9242), 1, anon_sym_COLON_COLON, ACTIONS(9244), 1, anon_sym_inline, ACTIONS(9478), 1, sym_identifier, STATE(6483), 1, sym__namespace_specifier, STATE(6723), 1, sym_nested_namespace_specifier, [217439] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8756), 1, anon_sym_LBRACK, ACTIONS(9492), 1, anon_sym_RPAREN, STATE(3879), 1, sym_parameter_list, STATE(5421), 1, sym__function_declarator_seq, [217458] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(9116), 1, anon_sym_EQ, STATE(5978), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [217472] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(9494), 1, anon_sym_COMMA, STATE(6130), 1, aux_sym_gnu_asm_output_operand_list_repeat1, ACTIONS(9496), 2, anon_sym_RPAREN, anon_sym_COLON, [217486] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(6682), 1, anon_sym_COMMA, ACTIONS(9498), 1, anon_sym_DOT_DOT_DOT, ACTIONS(9500), 1, anon_sym_GT2, STATE(6467), 1, aux_sym_template_argument_list_repeat1, [217502] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1899), 1, anon_sym_LBRACE, ACTIONS(6282), 1, anon_sym_LPAREN2, STATE(6595), 2, sym_argument_list, sym_initializer_list, [217516] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(4700), 1, anon_sym_COLON, ACTIONS(6173), 1, anon_sym_LBRACE, STATE(3663), 1, sym_field_declaration_list, STATE(6955), 1, sym_base_class_clause, [217532] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(4700), 1, anon_sym_COLON, ACTIONS(6173), 1, anon_sym_LBRACE, STATE(3672), 1, sym_field_declaration_list, STATE(6945), 1, sym_base_class_clause, [217548] = 3, ACTIONS(3), 1, sym_comment, STATE(5683), 1, sym_access_specifier, ACTIONS(9502), 3, anon_sym_public, anon_sym_private, anon_sym_protected, [217560] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(9504), 1, anon_sym_EQ, STATE(6134), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [217574] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(6682), 1, anon_sym_COMMA, ACTIONS(9498), 1, anon_sym_DOT_DOT_DOT, ACTIONS(9506), 1, anon_sym_GT2, STATE(6221), 1, aux_sym_template_argument_list_repeat1, [217590] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(9508), 1, anon_sym_EQ, STATE(5600), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [217604] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(4700), 1, anon_sym_COLON, ACTIONS(5333), 1, anon_sym_LBRACE, STATE(3081), 1, sym_field_declaration_list, STATE(6771), 1, sym_base_class_clause, [217620] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(4464), 1, anon_sym_COLON_COLON, ACTIONS(6159), 1, anon_sym_LT, ACTIONS(9510), 1, anon_sym_SEMI, STATE(2160), 1, sym_template_argument_list, [217636] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(6682), 1, anon_sym_COMMA, ACTIONS(9498), 1, anon_sym_DOT_DOT_DOT, ACTIONS(9512), 1, anon_sym_GT2, STATE(6430), 1, aux_sym_template_argument_list_repeat1, [217652] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(4700), 1, anon_sym_COLON, ACTIONS(5333), 1, anon_sym_LBRACE, STATE(3079), 1, sym_field_declaration_list, STATE(6778), 1, sym_base_class_clause, [217668] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(9514), 1, anon_sym_SEMI, ACTIONS(9516), 1, anon_sym_DASH_GT, ACTIONS(9518), 1, anon_sym_noexcept, STATE(7531), 1, sym_trailing_return_type, [217684] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(9228), 1, anon_sym_EQ, STATE(6003), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [217698] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(49), 1, anon_sym_LBRACE, ACTIONS(8643), 1, anon_sym_COLON, STATE(6538), 1, sym_compound_statement, STATE(6732), 1, sym_field_initializer_list, [217714] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(8006), 1, anon_sym_LPAREN2, ACTIONS(8756), 1, anon_sym_LBRACK, STATE(3879), 1, sym_parameter_list, STATE(5421), 1, sym__function_declarator_seq, [217730] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(9520), 1, sym_identifier, ACTIONS(9522), 1, anon_sym_COMMA, ACTIONS(9524), 1, anon_sym_RBRACE, STATE(6477), 1, sym_enumerator, [217746] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(6682), 1, anon_sym_COMMA, ACTIONS(9498), 1, anon_sym_DOT_DOT_DOT, ACTIONS(9526), 1, anon_sym_GT2, STATE(6443), 1, aux_sym_template_argument_list_repeat1, [217762] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(4700), 1, anon_sym_COLON, ACTIONS(6498), 1, anon_sym_LBRACE, STATE(3907), 1, sym_field_declaration_list, STATE(6722), 1, sym_base_class_clause, [217778] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(4700), 1, anon_sym_COLON, ACTIONS(6498), 1, anon_sym_LBRACE, STATE(3924), 1, sym_field_declaration_list, STATE(6642), 1, sym_base_class_clause, [217794] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(8242), 1, anon_sym_LBRACE, STATE(4020), 1, sym_compound_statement, ACTIONS(8603), 2, anon_sym_LPAREN2, anon_sym_LBRACK, [217808] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(4443), 1, anon_sym_LT, ACTIONS(9528), 1, sym_identifier, STATE(1385), 1, sym_template_parameter_list, STATE(3615), 1, sym_template_type, [217824] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(8234), 1, anon_sym_LBRACE, STATE(3521), 1, sym_compound_statement, ACTIONS(8603), 2, anon_sym_LPAREN2, anon_sym_LBRACK, [217838] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(8250), 1, anon_sym_LBRACE, STATE(2980), 1, sym_compound_statement, ACTIONS(8603), 2, anon_sym_LPAREN2, anon_sym_LBRACK, [217852] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(4588), 1, anon_sym_LBRACE, ACTIONS(9530), 1, anon_sym_COLON_COLON, ACTIONS(9532), 1, anon_sym_EQ, STATE(778), 1, sym_declaration_list, [217868] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(4582), 1, anon_sym_LBRACE, ACTIONS(9530), 1, anon_sym_COLON_COLON, ACTIONS(9534), 1, anon_sym_EQ, STATE(1272), 1, sym_declaration_list, [217884] = 5, ACTIONS(7960), 1, sym_comment, ACTIONS(9536), 1, anon_sym_DQUOTE, ACTIONS(9538), 1, aux_sym_string_literal_token1, ACTIONS(9540), 1, sym_escape_sequence, STATE(6166), 1, aux_sym_string_literal_repeat1, [217900] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(4700), 1, anon_sym_COLON, ACTIONS(5295), 1, anon_sym_LBRACE, STATE(3344), 1, sym_field_declaration_list, STATE(6963), 1, sym_base_class_clause, [217916] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(4700), 1, anon_sym_COLON, ACTIONS(5295), 1, anon_sym_LBRACE, STATE(3346), 1, sym_field_declaration_list, STATE(6956), 1, sym_base_class_clause, [217932] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(6682), 1, anon_sym_COMMA, ACTIONS(9498), 1, anon_sym_DOT_DOT_DOT, ACTIONS(9542), 1, anon_sym_GT2, STATE(6501), 1, aux_sym_template_argument_list_repeat1, [217948] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(8234), 1, anon_sym_LBRACE, STATE(3511), 1, sym_compound_statement, ACTIONS(8603), 2, anon_sym_LPAREN2, anon_sym_LBRACK, [217962] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(4700), 1, anon_sym_COLON, ACTIONS(5333), 1, anon_sym_LBRACE, STATE(3085), 1, sym_field_declaration_list, STATE(6716), 1, sym_base_class_clause, [217978] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(9544), 1, anon_sym_EQ, STATE(5600), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [217992] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(8262), 1, anon_sym_LBRACE, STATE(5479), 1, sym_compound_statement, ACTIONS(8603), 2, anon_sym_LPAREN2, anon_sym_LBRACK, [218006] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(4700), 1, anon_sym_COLON, ACTIONS(5333), 1, anon_sym_LBRACE, STATE(3086), 1, sym_field_declaration_list, STATE(6744), 1, sym_base_class_clause, [218022] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(4700), 1, anon_sym_COLON, ACTIONS(6173), 1, anon_sym_LBRACE, STATE(3732), 1, sym_field_declaration_list, STATE(6673), 1, sym_base_class_clause, [218038] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(8228), 1, anon_sym_LBRACE, STATE(3571), 1, sym_compound_statement, ACTIONS(8603), 2, anon_sym_LPAREN2, anon_sym_LBRACK, [218052] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(9216), 1, anon_sym_EQ, STATE(6145), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [218066] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(4700), 1, anon_sym_COLON, ACTIONS(5333), 1, anon_sym_LBRACE, STATE(3074), 1, sym_field_declaration_list, STATE(6781), 1, sym_base_class_clause, [218082] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(4443), 1, anon_sym_LT, ACTIONS(9528), 1, sym_identifier, STATE(1380), 1, sym_template_parameter_list, STATE(3615), 1, sym_template_type, [218098] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(9546), 1, anon_sym_COMMA, STATE(6011), 1, aux_sym_gnu_asm_input_operand_list_repeat1, ACTIONS(9549), 2, anon_sym_RPAREN, anon_sym_COLON, [218112] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(4700), 1, anon_sym_COLON, ACTIONS(6173), 1, anon_sym_LBRACE, STATE(3733), 1, sym_field_declaration_list, STATE(6671), 1, sym_base_class_clause, [218128] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(49), 1, anon_sym_LBRACE, ACTIONS(8643), 1, anon_sym_COLON, STATE(6338), 1, sym_compound_statement, STATE(6884), 1, sym_field_initializer_list, [218144] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(8262), 1, anon_sym_LBRACE, STATE(5496), 1, sym_compound_statement, ACTIONS(8603), 2, anon_sym_LPAREN2, anon_sym_LBRACK, [218158] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(6682), 1, anon_sym_COMMA, ACTIONS(9498), 1, anon_sym_DOT_DOT_DOT, ACTIONS(9551), 1, anon_sym_GT2, STATE(6413), 1, aux_sym_template_argument_list_repeat1, [218174] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(6682), 1, anon_sym_COMMA, ACTIONS(9498), 1, anon_sym_DOT_DOT_DOT, ACTIONS(9553), 1, anon_sym_GT2, STATE(6517), 1, aux_sym_template_argument_list_repeat1, [218190] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(8228), 1, anon_sym_LBRACE, STATE(3566), 1, sym_compound_statement, ACTIONS(8603), 2, anon_sym_LPAREN2, anon_sym_LBRACK, [218204] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(9555), 1, anon_sym_DOT_DOT_DOT, ACTIONS(9557), 1, anon_sym_COMMA, ACTIONS(9559), 1, anon_sym_LBRACE, STATE(6231), 1, aux_sym_base_class_clause_repeat1, [218220] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(8262), 1, anon_sym_LBRACE, STATE(5533), 1, sym_compound_statement, ACTIONS(8603), 2, anon_sym_LPAREN2, anon_sym_LBRACK, [218234] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(6682), 1, anon_sym_COMMA, ACTIONS(9498), 1, anon_sym_DOT_DOT_DOT, ACTIONS(9561), 1, anon_sym_GT2, STATE(6237), 1, aux_sym_template_argument_list_repeat1, [218250] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(7726), 1, anon_sym_LBRACE, ACTIONS(9563), 1, anon_sym_LPAREN2, STATE(2959), 1, sym_requirement_seq, STATE(6704), 1, sym_requires_parameter_list, [218266] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(49), 1, anon_sym_LBRACE, ACTIONS(8643), 1, anon_sym_COLON, STATE(6298), 1, sym_compound_statement, STATE(6855), 1, sym_field_initializer_list, [218282] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(49), 1, anon_sym_LBRACE, ACTIONS(8643), 1, anon_sym_COLON, STATE(6478), 1, sym_compound_statement, STATE(6669), 1, sym_field_initializer_list, [218298] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(4580), 1, anon_sym_LBRACE, ACTIONS(9530), 1, anon_sym_COLON_COLON, ACTIONS(9565), 1, anon_sym_EQ, STATE(541), 1, sym_declaration_list, [218314] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(4464), 1, anon_sym_COLON_COLON, ACTIONS(6159), 1, anon_sym_LT, ACTIONS(9567), 1, anon_sym_SEMI, STATE(2160), 1, sym_template_argument_list, [218330] = 5, ACTIONS(7960), 1, sym_comment, ACTIONS(9569), 1, anon_sym_DQUOTE, ACTIONS(9571), 1, aux_sym_string_literal_token1, ACTIONS(9573), 1, sym_escape_sequence, STATE(6177), 1, aux_sym_string_literal_repeat1, [218346] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(9575), 1, anon_sym_COMMA, STATE(6027), 1, aux_sym_gnu_asm_clobber_list_repeat1, ACTIONS(9578), 2, anon_sym_RPAREN, anon_sym_COLON, [218360] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(8234), 1, anon_sym_LBRACE, STATE(3467), 1, sym_compound_statement, ACTIONS(8603), 2, anon_sym_LPAREN2, anon_sym_LBRACK, [218374] = 5, ACTIONS(7960), 1, sym_comment, ACTIONS(9580), 1, anon_sym_LF, ACTIONS(9582), 1, anon_sym_LPAREN, ACTIONS(9584), 1, sym_preproc_arg, STATE(6830), 1, sym_preproc_params, [218390] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(4700), 1, anon_sym_COLON, ACTIONS(5295), 1, anon_sym_LBRACE, STATE(3318), 1, sym_field_declaration_list, STATE(6702), 1, sym_base_class_clause, [218406] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(4700), 1, anon_sym_COLON, ACTIONS(5096), 1, anon_sym_LBRACE, STATE(2762), 1, sym_field_declaration_list, STATE(6958), 1, sym_base_class_clause, [218422] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(4464), 1, anon_sym_COLON_COLON, ACTIONS(6159), 1, anon_sym_LT, ACTIONS(9586), 1, anon_sym_SEMI, STATE(2160), 1, sym_template_argument_list, [218438] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(49), 1, anon_sym_LBRACE, ACTIONS(8643), 1, anon_sym_COLON, STATE(6194), 1, sym_compound_statement, STATE(6763), 1, sym_field_initializer_list, [218454] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(6682), 1, anon_sym_COMMA, ACTIONS(9498), 1, anon_sym_DOT_DOT_DOT, ACTIONS(9588), 1, anon_sym_GT2, STATE(6533), 1, aux_sym_template_argument_list_repeat1, [218470] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(4464), 1, anon_sym_COLON_COLON, ACTIONS(6159), 1, anon_sym_LT, ACTIONS(9590), 1, anon_sym_SEMI, STATE(2160), 1, sym_template_argument_list, [218486] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(6682), 1, anon_sym_COMMA, ACTIONS(9498), 1, anon_sym_DOT_DOT_DOT, ACTIONS(9592), 1, anon_sym_GT2, STATE(6556), 1, aux_sym_template_argument_list_repeat1, [218502] = 5, ACTIONS(7960), 1, sym_comment, ACTIONS(9594), 1, anon_sym_DQUOTE, ACTIONS(9596), 1, aux_sym_string_literal_token1, ACTIONS(9598), 1, sym_escape_sequence, STATE(6060), 1, aux_sym_string_literal_repeat1, [218518] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(4464), 1, anon_sym_COLON_COLON, ACTIONS(6159), 1, anon_sym_LT, ACTIONS(9600), 1, anon_sym_SEMI, STATE(2160), 1, sym_template_argument_list, [218534] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(6282), 1, anon_sym_LPAREN2, STATE(6840), 1, sym_argument_list, ACTIONS(9602), 2, anon_sym_COMMA, anon_sym_RBRACK_RBRACK, [218548] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(4700), 1, anon_sym_COLON, ACTIONS(7646), 1, anon_sym_LBRACE, STATE(4792), 1, sym_field_declaration_list, STATE(6804), 1, sym_base_class_clause, [218564] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(7736), 1, anon_sym_LBRACE, ACTIONS(9563), 1, anon_sym_LPAREN2, STATE(3205), 1, sym_requirement_seq, STATE(6809), 1, sym_requires_parameter_list, [218580] = 5, ACTIONS(7960), 1, sym_comment, ACTIONS(9582), 1, anon_sym_LPAREN, ACTIONS(9604), 1, anon_sym_LF, ACTIONS(9606), 1, sym_preproc_arg, STATE(6839), 1, sym_preproc_params, [218596] = 5, ACTIONS(7960), 1, sym_comment, ACTIONS(9582), 1, anon_sym_LPAREN, ACTIONS(9608), 1, anon_sym_LF, ACTIONS(9610), 1, sym_preproc_arg, STATE(6925), 1, sym_preproc_params, [218612] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(9563), 1, anon_sym_LPAREN2, ACTIONS(9612), 1, anon_sym_LBRACE, STATE(2200), 1, sym_requirement_seq, STATE(6823), 1, sym_requires_parameter_list, [218628] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(4700), 1, anon_sym_COLON, ACTIONS(5096), 1, anon_sym_LBRACE, STATE(2817), 1, sym_field_declaration_list, STATE(6889), 1, sym_base_class_clause, [218644] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(49), 1, anon_sym_LBRACE, STATE(2202), 1, sym_compound_statement, ACTIONS(8603), 2, anon_sym_LPAREN2, anon_sym_LBRACK, [218658] = 5, ACTIONS(7960), 1, sym_comment, ACTIONS(9538), 1, aux_sym_string_literal_token1, ACTIONS(9540), 1, sym_escape_sequence, ACTIONS(9614), 1, anon_sym_DQUOTE, STATE(6166), 1, aux_sym_string_literal_repeat1, [218674] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(9616), 1, anon_sym_COMMA, STATE(6048), 1, aux_sym_gnu_asm_output_operand_list_repeat1, ACTIONS(9619), 2, anon_sym_RPAREN, anon_sym_COLON, [218688] = 5, ACTIONS(7960), 1, sym_comment, ACTIONS(9621), 1, anon_sym_DQUOTE, ACTIONS(9623), 1, aux_sym_string_literal_token1, ACTIONS(9625), 1, sym_escape_sequence, STATE(6079), 1, aux_sym_string_literal_repeat1, [218704] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(9148), 1, anon_sym_EQ, STATE(6065), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [218718] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(4700), 1, anon_sym_COLON, ACTIONS(6498), 1, anon_sym_LBRACE, STATE(3960), 1, sym_field_declaration_list, STATE(6665), 1, sym_base_class_clause, [218734] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(9627), 1, anon_sym_EQ, STATE(5600), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [218748] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(9629), 1, anon_sym_COMMA, STATE(6027), 1, aux_sym_gnu_asm_clobber_list_repeat1, ACTIONS(9631), 2, anon_sym_RPAREN, anon_sym_COLON, [218762] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(9520), 1, sym_identifier, ACTIONS(9633), 1, anon_sym_COMMA, ACTIONS(9635), 1, anon_sym_RBRACE, STATE(6326), 1, sym_enumerator, [218778] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(9124), 1, anon_sym_EQ, STATE(6052), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [218792] = 3, ACTIONS(3), 1, sym_comment, STATE(5694), 1, sym_access_specifier, ACTIONS(9502), 3, anon_sym_public, anon_sym_private, anon_sym_protected, [218804] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(4700), 1, anon_sym_COLON, ACTIONS(5204), 1, anon_sym_LBRACE, STATE(2894), 1, sym_field_declaration_list, STATE(6842), 1, sym_base_class_clause, [218820] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(4700), 1, anon_sym_COLON, ACTIONS(7646), 1, anon_sym_LBRACE, STATE(4801), 1, sym_field_declaration_list, STATE(6805), 1, sym_base_class_clause, [218836] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(4700), 1, anon_sym_COLON, ACTIONS(6498), 1, anon_sym_LBRACE, STATE(3974), 1, sym_field_declaration_list, STATE(6666), 1, sym_base_class_clause, [218852] = 5, ACTIONS(7960), 1, sym_comment, ACTIONS(9538), 1, aux_sym_string_literal_token1, ACTIONS(9540), 1, sym_escape_sequence, ACTIONS(9637), 1, anon_sym_DQUOTE, STATE(6166), 1, aux_sym_string_literal_repeat1, [218868] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(9557), 1, anon_sym_COMMA, ACTIONS(9639), 1, anon_sym_DOT_DOT_DOT, ACTIONS(9641), 1, anon_sym_LBRACE, STATE(6559), 1, aux_sym_base_class_clause_repeat1, [218884] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(4700), 1, anon_sym_COLON, ACTIONS(7646), 1, anon_sym_LBRACE, STATE(4802), 1, sym_field_declaration_list, STATE(6808), 1, sym_base_class_clause, [218900] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(49), 1, anon_sym_LBRACE, ACTIONS(8643), 1, anon_sym_COLON, STATE(6212), 1, sym_compound_statement, STATE(6928), 1, sym_field_initializer_list, [218916] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(4443), 1, anon_sym_LT, ACTIONS(9528), 1, sym_identifier, STATE(1383), 1, sym_template_parameter_list, STATE(3615), 1, sym_template_type, [218932] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(9643), 1, anon_sym_EQ, STATE(5600), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [218946] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(8228), 1, anon_sym_LBRACE, STATE(3557), 1, sym_compound_statement, ACTIONS(8603), 2, anon_sym_LPAREN2, anon_sym_LBRACK, [218960] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(9563), 1, anon_sym_LPAREN2, ACTIONS(9645), 1, anon_sym_LBRACE, STATE(5298), 1, sym_requirement_seq, STATE(6962), 1, sym_requires_parameter_list, [218976] = 5, ACTIONS(7960), 1, sym_comment, ACTIONS(9647), 1, anon_sym_DQUOTE, ACTIONS(9649), 1, aux_sym_string_literal_token1, ACTIONS(9651), 1, sym_escape_sequence, STATE(6132), 1, aux_sym_string_literal_repeat1, [218992] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(9653), 1, anon_sym_COMMA, STATE(6011), 1, aux_sym_gnu_asm_input_operand_list_repeat1, ACTIONS(9655), 2, anon_sym_RPAREN, anon_sym_COLON, [219006] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(49), 1, anon_sym_LBRACE, ACTIONS(8643), 1, anon_sym_COLON, STATE(6336), 1, sym_compound_statement, STATE(6857), 1, sym_field_initializer_list, [219022] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(49), 1, anon_sym_LBRACE, STATE(2184), 1, sym_compound_statement, ACTIONS(8603), 2, anon_sym_LPAREN2, anon_sym_LBRACK, [219036] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(8252), 1, anon_sym_LBRACE, STATE(2196), 1, sym_compound_statement, ACTIONS(8603), 2, anon_sym_LPAREN2, anon_sym_LBRACK, [219050] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(4700), 1, anon_sym_COLON, ACTIONS(5295), 1, anon_sym_LBRACE, STATE(3337), 1, sym_field_declaration_list, STATE(6796), 1, sym_base_class_clause, [219066] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(4700), 1, anon_sym_COLON, ACTIONS(5096), 1, anon_sym_LBRACE, STATE(2763), 1, sym_field_declaration_list, STATE(6959), 1, sym_base_class_clause, [219082] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(8242), 1, anon_sym_LBRACE, STATE(4043), 1, sym_compound_statement, ACTIONS(8603), 2, anon_sym_LPAREN2, anon_sym_LBRACK, [219096] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(8226), 1, anon_sym_LBRACE, STATE(3817), 1, sym_compound_statement, ACTIONS(8603), 2, anon_sym_LPAREN2, anon_sym_LBRACK, [219110] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(9520), 1, sym_identifier, ACTIONS(9657), 1, anon_sym_COMMA, ACTIONS(9659), 1, anon_sym_RBRACE, STATE(6209), 1, sym_enumerator, [219126] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(9629), 1, anon_sym_COMMA, STATE(6053), 1, aux_sym_gnu_asm_clobber_list_repeat1, ACTIONS(9661), 2, anon_sym_RPAREN, anon_sym_COLON, [219140] = 5, ACTIONS(7960), 1, sym_comment, ACTIONS(9538), 1, aux_sym_string_literal_token1, ACTIONS(9540), 1, sym_escape_sequence, ACTIONS(9663), 1, anon_sym_DQUOTE, STATE(6166), 1, aux_sym_string_literal_repeat1, [219156] = 5, ACTIONS(7960), 1, sym_comment, ACTIONS(9582), 1, anon_sym_LPAREN, ACTIONS(9665), 1, anon_sym_LF, ACTIONS(9667), 1, sym_preproc_arg, STATE(6736), 1, sym_preproc_params, [219172] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(4464), 1, anon_sym_COLON_COLON, ACTIONS(6159), 1, anon_sym_LT, ACTIONS(9669), 1, anon_sym_SEMI, STATE(2160), 1, sym_template_argument_list, [219188] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(6682), 1, anon_sym_COMMA, ACTIONS(9498), 1, anon_sym_DOT_DOT_DOT, ACTIONS(9671), 1, anon_sym_GT2, STATE(6485), 1, aux_sym_template_argument_list_repeat1, [219204] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(9520), 1, sym_identifier, ACTIONS(9673), 1, anon_sym_COMMA, ACTIONS(9675), 1, anon_sym_RBRACE, STATE(6203), 1, sym_enumerator, [219220] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(6682), 1, anon_sym_COMMA, ACTIONS(9498), 1, anon_sym_DOT_DOT_DOT, ACTIONS(9677), 1, anon_sym_GT2, STATE(6357), 1, aux_sym_template_argument_list_repeat1, [219236] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(4584), 1, anon_sym_LBRACE, ACTIONS(9530), 1, anon_sym_COLON_COLON, ACTIONS(9679), 1, anon_sym_EQ, STATE(1322), 1, sym_declaration_list, [219252] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(4700), 1, anon_sym_COLON, ACTIONS(5333), 1, anon_sym_LBRACE, STATE(3096), 1, sym_field_declaration_list, STATE(6713), 1, sym_base_class_clause, [219268] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(4700), 1, anon_sym_COLON, ACTIONS(5204), 1, anon_sym_LBRACE, STATE(2936), 1, sym_field_declaration_list, STATE(6881), 1, sym_base_class_clause, [219284] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(4700), 1, anon_sym_COLON, ACTIONS(7646), 1, anon_sym_LBRACE, STATE(4806), 1, sym_field_declaration_list, STATE(6818), 1, sym_base_class_clause, [219300] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(4700), 1, anon_sym_COLON, ACTIONS(5204), 1, anon_sym_LBRACE, STATE(2934), 1, sym_field_declaration_list, STATE(6882), 1, sym_base_class_clause, [219316] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(4700), 1, anon_sym_COLON, ACTIONS(7646), 1, anon_sym_LBRACE, STATE(4807), 1, sym_field_declaration_list, STATE(6819), 1, sym_base_class_clause, [219332] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(8250), 1, anon_sym_LBRACE, STATE(3055), 1, sym_compound_statement, ACTIONS(8603), 2, anon_sym_LPAREN2, anon_sym_LBRACK, [219346] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(6682), 1, anon_sym_COMMA, ACTIONS(9498), 1, anon_sym_DOT_DOT_DOT, ACTIONS(9681), 1, anon_sym_GT2, STATE(6277), 1, aux_sym_template_argument_list_repeat1, [219362] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(4700), 1, anon_sym_COLON, ACTIONS(6498), 1, anon_sym_LBRACE, STATE(3953), 1, sym_field_declaration_list, STATE(6630), 1, sym_base_class_clause, [219378] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(6682), 1, anon_sym_COMMA, ACTIONS(9498), 1, anon_sym_DOT_DOT_DOT, ACTIONS(9683), 1, anon_sym_GT2, STATE(6382), 1, aux_sym_template_argument_list_repeat1, [219394] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(8226), 1, anon_sym_LBRACE, STATE(3823), 1, sym_compound_statement, ACTIONS(8603), 2, anon_sym_LPAREN2, anon_sym_LBRACK, [219408] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(4443), 1, anon_sym_LT, ACTIONS(9528), 1, sym_identifier, STATE(1378), 1, sym_template_parameter_list, STATE(3615), 1, sym_template_type, [219424] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(4464), 1, anon_sym_COLON_COLON, ACTIONS(6159), 1, anon_sym_LT, ACTIONS(9685), 1, anon_sym_SEMI, STATE(2160), 1, sym_template_argument_list, [219440] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(9687), 4, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_EQ, anon_sym_try, [219450] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(9520), 1, sym_identifier, ACTIONS(9689), 1, anon_sym_COMMA, ACTIONS(9691), 1, anon_sym_RBRACE, STATE(6508), 1, sym_enumerator, [219466] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(9693), 1, anon_sym_EQ, STATE(5600), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [219480] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(9138), 1, anon_sym_EQ, STATE(6133), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [219494] = 3, ACTIONS(3), 1, sym_comment, STATE(5701), 1, sym_access_specifier, ACTIONS(9502), 3, anon_sym_public, anon_sym_private, anon_sym_protected, [219506] = 5, ACTIONS(7960), 1, sym_comment, ACTIONS(9582), 1, anon_sym_LPAREN, ACTIONS(9695), 1, anon_sym_LF, ACTIONS(9697), 1, sym_preproc_arg, STATE(6674), 1, sym_preproc_params, [219522] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(8208), 1, anon_sym_LBRACE, STATE(3241), 1, sym_compound_statement, ACTIONS(8603), 2, anon_sym_LPAREN2, anon_sym_LBRACK, [219536] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(9699), 1, anon_sym_EQ, STATE(6167), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [219550] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(49), 1, anon_sym_LBRACE, STATE(2196), 1, sym_compound_statement, ACTIONS(8603), 2, anon_sym_LPAREN2, anon_sym_LBRACK, [219564] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(8250), 1, anon_sym_LBRACE, STATE(3022), 1, sym_compound_statement, ACTIONS(8603), 2, anon_sym_LPAREN2, anon_sym_LBRACK, [219578] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(8208), 1, anon_sym_LBRACE, STATE(3288), 1, sym_compound_statement, ACTIONS(8603), 2, anon_sym_LPAREN2, anon_sym_LBRACK, [219592] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(4464), 1, anon_sym_COLON_COLON, ACTIONS(6159), 1, anon_sym_LT, ACTIONS(9701), 1, anon_sym_SEMI, STATE(2160), 1, sym_template_argument_list, [219608] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(8252), 1, anon_sym_LBRACE, STATE(2184), 1, sym_compound_statement, ACTIONS(8603), 2, anon_sym_LPAREN2, anon_sym_LBRACK, [219622] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(9563), 1, anon_sym_LPAREN2, ACTIONS(9703), 1, anon_sym_LBRACE, STATE(5543), 1, sym_requirement_seq, STATE(6870), 1, sym_requires_parameter_list, [219638] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(4700), 1, anon_sym_COLON, ACTIONS(5295), 1, anon_sym_LBRACE, STATE(3286), 1, sym_field_declaration_list, STATE(6768), 1, sym_base_class_clause, [219654] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(9557), 1, anon_sym_COMMA, ACTIONS(9705), 1, anon_sym_DOT_DOT_DOT, ACTIONS(9707), 1, anon_sym_LBRACE, STATE(6522), 1, aux_sym_base_class_clause_repeat1, [219670] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(4443), 1, anon_sym_LT, ACTIONS(9528), 1, sym_identifier, STATE(3615), 1, sym_template_type, STATE(5961), 1, sym_template_parameter_list, [219686] = 5, ACTIONS(7960), 1, sym_comment, ACTIONS(9582), 1, anon_sym_LPAREN, ACTIONS(9709), 1, anon_sym_LF, ACTIONS(9711), 1, sym_preproc_arg, STATE(6696), 1, sym_preproc_params, [219702] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(9520), 1, sym_identifier, ACTIONS(9713), 1, anon_sym_COMMA, ACTIONS(9715), 1, anon_sym_RBRACE, STATE(6432), 1, sym_enumerator, [219718] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(9717), 1, anon_sym_EQ, STATE(5600), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [219732] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(4700), 1, anon_sym_COLON, ACTIONS(7646), 1, anon_sym_LBRACE, STATE(4783), 1, sym_field_declaration_list, STATE(6853), 1, sym_base_class_clause, [219748] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(9222), 1, anon_sym_EQ, STATE(6100), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [219762] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(8226), 1, anon_sym_LBRACE, STATE(3777), 1, sym_compound_statement, ACTIONS(8603), 2, anon_sym_LPAREN2, anon_sym_LBRACK, [219776] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(9719), 4, anon_sym_LPAREN2, anon_sym_inline, anon_sym_volatile, anon_sym_goto, [219786] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(4698), 1, anon_sym_LBRACE, ACTIONS(4700), 1, anon_sym_COLON, STATE(2253), 1, sym_field_declaration_list, STATE(6812), 1, sym_base_class_clause, [219802] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(4700), 1, anon_sym_COLON, ACTIONS(5204), 1, anon_sym_LBRACE, STATE(2917), 1, sym_field_declaration_list, STATE(6904), 1, sym_base_class_clause, [219818] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(9520), 1, sym_identifier, ACTIONS(9721), 1, anon_sym_COMMA, ACTIONS(9723), 1, anon_sym_RBRACE, STATE(6313), 1, sym_enumerator, [219834] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(4698), 1, anon_sym_LBRACE, ACTIONS(4700), 1, anon_sym_COLON, STATE(2284), 1, sym_field_declaration_list, STATE(6936), 1, sym_base_class_clause, [219850] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(4700), 1, anon_sym_COLON, ACTIONS(5204), 1, anon_sym_LBRACE, STATE(2915), 1, sym_field_declaration_list, STATE(6917), 1, sym_base_class_clause, [219866] = 5, ACTIONS(7960), 1, sym_comment, ACTIONS(9582), 1, anon_sym_LPAREN, ACTIONS(9725), 1, anon_sym_LF, ACTIONS(9727), 1, sym_preproc_arg, STATE(6864), 1, sym_preproc_params, [219882] = 5, ACTIONS(7960), 1, sym_comment, ACTIONS(9729), 1, anon_sym_DQUOTE, ACTIONS(9731), 1, aux_sym_string_literal_token1, ACTIONS(9733), 1, sym_escape_sequence, STATE(5997), 1, aux_sym_string_literal_repeat1, [219898] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(4698), 1, anon_sym_LBRACE, ACTIONS(4700), 1, anon_sym_COLON, STATE(2257), 1, sym_field_declaration_list, STATE(6814), 1, sym_base_class_clause, [219914] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(9494), 1, anon_sym_COMMA, STATE(6048), 1, aux_sym_gnu_asm_output_operand_list_repeat1, ACTIONS(9735), 2, anon_sym_RPAREN, anon_sym_COLON, [219928] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(8242), 1, anon_sym_LBRACE, STATE(4047), 1, sym_compound_statement, ACTIONS(8603), 2, anon_sym_LPAREN2, anon_sym_LBRACK, [219942] = 5, ACTIONS(7960), 1, sym_comment, ACTIONS(9538), 1, aux_sym_string_literal_token1, ACTIONS(9540), 1, sym_escape_sequence, ACTIONS(9737), 1, anon_sym_DQUOTE, STATE(6166), 1, aux_sym_string_literal_repeat1, [219958] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(9739), 1, anon_sym_EQ, STATE(5600), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [219972] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(9741), 1, anon_sym_EQ, STATE(5600), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [219986] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(9200), 1, anon_sym_EQ, STATE(6117), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [220000] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(8252), 1, anon_sym_LBRACE, STATE(2202), 1, sym_compound_statement, ACTIONS(8603), 2, anon_sym_LPAREN2, anon_sym_LBRACK, [220014] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(9520), 1, sym_identifier, ACTIONS(9743), 1, anon_sym_COMMA, ACTIONS(9745), 1, anon_sym_RBRACE, STATE(6316), 1, sym_enumerator, [220030] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(4700), 1, anon_sym_COLON, ACTIONS(6173), 1, anon_sym_LBRACE, STATE(3660), 1, sym_field_declaration_list, STATE(6756), 1, sym_base_class_clause, [220046] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(4443), 1, anon_sym_LT, ACTIONS(9528), 1, sym_identifier, STATE(1384), 1, sym_template_parameter_list, STATE(3615), 1, sym_template_type, [220062] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(7746), 1, anon_sym_LBRACE, ACTIONS(9563), 1, anon_sym_LPAREN2, STATE(4054), 1, sym_requirement_seq, STATE(6752), 1, sym_requires_parameter_list, [220078] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(7696), 1, anon_sym_LBRACE, ACTIONS(9563), 1, anon_sym_LPAREN2, STATE(3805), 1, sym_requirement_seq, STATE(6929), 1, sym_requires_parameter_list, [220094] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(4700), 1, anon_sym_COLON, ACTIONS(6498), 1, anon_sym_LBRACE, STATE(3923), 1, sym_field_declaration_list, STATE(6640), 1, sym_base_class_clause, [220110] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(4700), 1, anon_sym_COLON, ACTIONS(5260), 1, anon_sym_LBRACE, STATE(3115), 1, sym_field_declaration_list, STATE(6901), 1, sym_base_class_clause, [220126] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(4700), 1, anon_sym_COLON, ACTIONS(5204), 1, anon_sym_LBRACE, STATE(2886), 1, sym_field_declaration_list, STATE(6918), 1, sym_base_class_clause, [220142] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(9747), 1, anon_sym_EQ, STATE(5600), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [220156] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(4700), 1, anon_sym_COLON, ACTIONS(5096), 1, anon_sym_LBRACE, STATE(2772), 1, sym_field_declaration_list, STATE(6856), 1, sym_base_class_clause, [220172] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(4698), 1, anon_sym_LBRACE, ACTIONS(4700), 1, anon_sym_COLON, STATE(2286), 1, sym_field_declaration_list, STATE(6714), 1, sym_base_class_clause, [220188] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(8212), 1, anon_sym_LBRACE, STATE(5237), 1, sym_compound_statement, ACTIONS(8603), 2, anon_sym_LPAREN2, anon_sym_LBRACK, [220202] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(9653), 1, anon_sym_COMMA, STATE(6069), 1, aux_sym_gnu_asm_input_operand_list_repeat1, ACTIONS(9749), 2, anon_sym_RPAREN, anon_sym_COLON, [220216] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(4443), 1, anon_sym_LT, ACTIONS(9528), 1, sym_identifier, STATE(1382), 1, sym_template_parameter_list, STATE(3615), 1, sym_template_type, [220232] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(4700), 1, anon_sym_COLON, ACTIONS(5260), 1, anon_sym_LBRACE, STATE(3121), 1, sym_field_declaration_list, STATE(6906), 1, sym_base_class_clause, [220248] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(4700), 1, anon_sym_COLON, ACTIONS(5260), 1, anon_sym_LBRACE, STATE(3122), 1, sym_field_declaration_list, STATE(6916), 1, sym_base_class_clause, [220264] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(4700), 1, anon_sym_COLON, ACTIONS(5096), 1, anon_sym_LBRACE, STATE(2797), 1, sym_field_declaration_list, STATE(6908), 1, sym_base_class_clause, [220280] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(4443), 1, anon_sym_LT, ACTIONS(9528), 1, sym_identifier, STATE(1379), 1, sym_template_parameter_list, STATE(3615), 1, sym_template_type, [220296] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(4443), 1, anon_sym_LT, ACTIONS(9528), 1, sym_identifier, STATE(1381), 1, sym_template_parameter_list, STATE(3615), 1, sym_template_type, [220312] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(49), 1, anon_sym_LBRACE, ACTIONS(8643), 1, anon_sym_COLON, STATE(6280), 1, sym_compound_statement, STATE(6659), 1, sym_field_initializer_list, [220328] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(9687), 4, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_EQ, anon_sym_try, [220338] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(8212), 1, anon_sym_LBRACE, STATE(5230), 1, sym_compound_statement, ACTIONS(8603), 2, anon_sym_LPAREN2, anon_sym_LBRACK, [220352] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(4700), 1, anon_sym_COLON, ACTIONS(5096), 1, anon_sym_LBRACE, STATE(2803), 1, sym_field_declaration_list, STATE(6911), 1, sym_base_class_clause, [220368] = 5, ACTIONS(7960), 1, sym_comment, ACTIONS(9751), 1, anon_sym_DQUOTE, ACTIONS(9753), 1, aux_sym_string_literal_token1, ACTIONS(9755), 1, sym_escape_sequence, STATE(6179), 1, aux_sym_string_literal_repeat1, [220384] = 5, ACTIONS(7960), 1, sym_comment, ACTIONS(9757), 1, anon_sym_DQUOTE, ACTIONS(9759), 1, aux_sym_string_literal_token1, ACTIONS(9761), 1, sym_escape_sequence, STATE(6190), 1, aux_sym_string_literal_repeat1, [220400] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(49), 1, anon_sym_LBRACE, ACTIONS(8643), 1, anon_sym_COLON, STATE(6304), 1, sym_compound_statement, STATE(6609), 1, sym_field_initializer_list, [220416] = 3, ACTIONS(3), 1, sym_comment, STATE(5680), 1, sym_access_specifier, ACTIONS(9502), 3, anon_sym_public, anon_sym_private, anon_sym_protected, [220428] = 5, ACTIONS(7960), 1, sym_comment, ACTIONS(9582), 1, anon_sym_LPAREN, ACTIONS(9763), 1, anon_sym_LF, ACTIONS(9765), 1, sym_preproc_arg, STATE(6970), 1, sym_preproc_params, [220444] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(4586), 1, anon_sym_LBRACE, ACTIONS(9530), 1, anon_sym_COLON_COLON, ACTIONS(9767), 1, anon_sym_EQ, STATE(1282), 1, sym_declaration_list, [220460] = 5, ACTIONS(7960), 1, sym_comment, ACTIONS(9769), 1, anon_sym_DQUOTE, ACTIONS(9771), 1, aux_sym_string_literal_token1, ACTIONS(9774), 1, sym_escape_sequence, STATE(6166), 1, aux_sym_string_literal_repeat1, [220476] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(9777), 1, anon_sym_EQ, STATE(5600), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [220490] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(6682), 1, anon_sym_COMMA, ACTIONS(9498), 1, anon_sym_DOT_DOT_DOT, ACTIONS(9779), 1, anon_sym_GT2, STATE(6435), 1, aux_sym_template_argument_list_repeat1, [220506] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(4459), 1, anon_sym_SEMI, ACTIONS(4464), 1, anon_sym_COLON_COLON, ACTIONS(6159), 1, anon_sym_LT, STATE(2212), 1, sym_template_argument_list, [220522] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(4698), 1, anon_sym_LBRACE, ACTIONS(4700), 1, anon_sym_COLON, STATE(2265), 1, sym_field_declaration_list, STATE(6753), 1, sym_base_class_clause, [220538] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(9164), 1, anon_sym_EQ, STATE(6183), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [220552] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(8208), 1, anon_sym_LBRACE, STATE(3258), 1, sym_compound_statement, ACTIONS(8603), 2, anon_sym_LPAREN2, anon_sym_LBRACK, [220566] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(9520), 1, sym_identifier, ACTIONS(9781), 1, anon_sym_COMMA, ACTIONS(9783), 1, anon_sym_RBRACE, STATE(6202), 1, sym_enumerator, [220582] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(4698), 1, anon_sym_LBRACE, ACTIONS(4700), 1, anon_sym_COLON, STATE(2260), 1, sym_field_declaration_list, STATE(6750), 1, sym_base_class_clause, [220598] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(4464), 1, anon_sym_COLON_COLON, ACTIONS(6159), 1, anon_sym_LT, ACTIONS(9785), 1, anon_sym_SEMI, STATE(2160), 1, sym_template_argument_list, [220614] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(4700), 1, anon_sym_COLON, ACTIONS(5260), 1, anon_sym_LBRACE, STATE(3137), 1, sym_field_declaration_list, STATE(6966), 1, sym_base_class_clause, [220630] = 5, ACTIONS(7960), 1, sym_comment, ACTIONS(9538), 1, aux_sym_string_literal_token1, ACTIONS(9540), 1, sym_escape_sequence, ACTIONS(9787), 1, anon_sym_DQUOTE, STATE(6166), 1, aux_sym_string_literal_repeat1, [220646] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(4700), 1, anon_sym_COLON, ACTIONS(6173), 1, anon_sym_LBRACE, STATE(3707), 1, sym_field_declaration_list, STATE(6729), 1, sym_base_class_clause, [220662] = 5, ACTIONS(7960), 1, sym_comment, ACTIONS(9538), 1, aux_sym_string_literal_token1, ACTIONS(9540), 1, sym_escape_sequence, ACTIONS(9789), 1, anon_sym_DQUOTE, STATE(6166), 1, aux_sym_string_literal_repeat1, [220678] = 5, ACTIONS(7960), 1, sym_comment, ACTIONS(9582), 1, anon_sym_LPAREN, ACTIONS(9791), 1, anon_sym_LF, ACTIONS(9793), 1, sym_preproc_arg, STATE(6720), 1, sym_preproc_params, [220694] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(9795), 1, sym_identifier, ACTIONS(9797), 3, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_GT2, [220706] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(6682), 1, anon_sym_COMMA, ACTIONS(9498), 1, anon_sym_DOT_DOT_DOT, ACTIONS(9799), 1, anon_sym_GT2, STATE(6245), 1, aux_sym_template_argument_list_repeat1, [220722] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(9801), 1, anon_sym_EQ, STATE(5600), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [220736] = 5, ACTIONS(7960), 1, sym_comment, ACTIONS(9803), 1, anon_sym_DQUOTE, ACTIONS(9805), 1, aux_sym_string_literal_token1, ACTIONS(9807), 1, sym_escape_sequence, STATE(6047), 1, aux_sym_string_literal_repeat1, [220752] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(4700), 1, anon_sym_COLON, ACTIONS(5295), 1, anon_sym_LBRACE, STATE(3335), 1, sym_field_declaration_list, STATE(6789), 1, sym_base_class_clause, [220768] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(7706), 1, anon_sym_LBRACE, ACTIONS(9563), 1, anon_sym_LPAREN2, STATE(3546), 1, sym_requirement_seq, STATE(6685), 1, sym_requires_parameter_list, [220784] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(9557), 1, anon_sym_COMMA, ACTIONS(9809), 1, anon_sym_DOT_DOT_DOT, ACTIONS(9811), 1, anon_sym_LBRACE, STATE(6579), 1, aux_sym_base_class_clause_repeat1, [220800] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(4700), 1, anon_sym_COLON, ACTIONS(5260), 1, anon_sym_LBRACE, STATE(3126), 1, sym_field_declaration_list, STATE(6924), 1, sym_base_class_clause, [220816] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(7716), 1, anon_sym_LBRACE, ACTIONS(9563), 1, anon_sym_LPAREN2, STATE(3585), 1, sym_requirement_seq, STATE(6894), 1, sym_requires_parameter_list, [220832] = 5, ACTIONS(7960), 1, sym_comment, ACTIONS(9538), 1, aux_sym_string_literal_token1, ACTIONS(9540), 1, sym_escape_sequence, ACTIONS(9813), 1, anon_sym_DQUOTE, STATE(6166), 1, aux_sym_string_literal_repeat1, [220848] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(8212), 1, anon_sym_LBRACE, STATE(5262), 1, sym_compound_statement, ACTIONS(8603), 2, anon_sym_LPAREN2, anon_sym_LBRACK, [220862] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(4700), 1, anon_sym_COLON, ACTIONS(5260), 1, anon_sym_LBRACE, STATE(3127), 1, sym_field_declaration_list, STATE(6927), 1, sym_base_class_clause, [220878] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(4443), 1, anon_sym_LT, ACTIONS(9528), 1, sym_identifier, STATE(1377), 1, sym_template_parameter_list, STATE(3615), 1, sym_template_type, [220894] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(9815), 1, anon_sym_catch, STATE(2298), 2, sym_catch_clause, aux_sym_constructor_try_statement_repeat1, [220905] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(8892), 1, anon_sym_COMMA, ACTIONS(9817), 1, anon_sym_SEMI, STATE(6375), 1, aux_sym_type_definition_repeat2, [220918] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(8892), 1, anon_sym_COMMA, ACTIONS(9819), 1, anon_sym_SEMI, STATE(6375), 1, aux_sym_type_definition_repeat2, [220931] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(6720), 1, anon_sym_COMMA, ACTIONS(9821), 1, anon_sym_RPAREN, STATE(6325), 1, aux_sym_argument_list_repeat1, [220944] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(9823), 1, sym_identifier, STATE(2905), 1, sym_template_type, STATE(3464), 1, sym_template_function, [220957] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(9557), 1, anon_sym_COMMA, ACTIONS(9811), 1, anon_sym_LBRACE, STATE(6579), 1, aux_sym_base_class_clause_repeat1, [220970] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(9520), 1, sym_identifier, ACTIONS(9825), 1, anon_sym_RBRACE, STATE(6887), 1, sym_enumerator, [220983] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(9827), 1, anon_sym_COMMA, ACTIONS(9829), 1, anon_sym_RBRACK_RBRACK, STATE(6541), 1, aux_sym_attribute_declaration_repeat1, [220996] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(9831), 1, anon_sym_COMMA, ACTIONS(9833), 1, anon_sym_RBRACE, STATE(6236), 1, aux_sym_enumerator_list_repeat1, [221009] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(9835), 1, anon_sym_COMMA, ACTIONS(9837), 1, anon_sym_RBRACE, STATE(6600), 1, aux_sym_enumerator_list_repeat1, [221022] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(9839), 1, sym_identifier, STATE(2850), 1, sym_template_function, STATE(3615), 1, sym_template_type, [221035] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(6720), 1, anon_sym_COMMA, ACTIONS(6834), 1, anon_sym_RPAREN, STATE(6503), 1, aux_sym_argument_list_repeat1, [221048] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(6720), 1, anon_sym_COMMA, ACTIONS(9841), 1, anon_sym_RPAREN, STATE(6325), 1, aux_sym_argument_list_repeat1, [221061] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(4582), 1, anon_sym_LBRACE, ACTIONS(9530), 1, anon_sym_COLON_COLON, STATE(1209), 1, sym_declaration_list, [221074] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(9825), 1, anon_sym_RBRACE, ACTIONS(9843), 1, anon_sym_COMMA, STATE(6282), 1, aux_sym_enumerator_list_repeat1, [221087] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(9845), 1, anon_sym_COMMA, ACTIONS(9847), 1, anon_sym_RBRACE, STATE(6337), 1, aux_sym_enumerator_list_repeat1, [221100] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(6682), 1, anon_sym_COMMA, ACTIONS(9849), 1, anon_sym_GT2, STATE(6246), 1, aux_sym_template_argument_list_repeat1, [221113] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(9851), 1, anon_sym_catch, STATE(2214), 2, sym_catch_clause, aux_sym_constructor_try_statement_repeat1, [221124] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(9853), 1, anon_sym_catch, STATE(2405), 2, sym_catch_clause, aux_sym_constructor_try_statement_repeat1, [221135] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3998), 1, anon_sym_RBRACE, ACTIONS(9855), 1, anon_sym_COMMA, STATE(6305), 1, aux_sym_initializer_list_repeat1, [221148] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(9857), 1, anon_sym_RPAREN, ACTIONS(9859), 1, anon_sym_COLON, STATE(6261), 1, sym_gnu_asm_input_operand_list, [221161] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(9861), 1, anon_sym_LPAREN2, ACTIONS(9863), 1, anon_sym_constexpr, STATE(157), 1, sym_condition_clause, [221174] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(9865), 1, anon_sym_COMMA, ACTIONS(9868), 1, anon_sym_LBRACE, STATE(6216), 1, aux_sym_base_class_clause_repeat1, [221187] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(8282), 1, anon_sym_RPAREN, ACTIONS(8284), 1, anon_sym_COLON, STATE(6265), 1, sym_gnu_asm_output_operand_list, [221200] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(6682), 1, anon_sym_COMMA, ACTIONS(9870), 1, anon_sym_GT2, STATE(6380), 1, aux_sym_template_argument_list_repeat1, [221213] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(8216), 1, anon_sym_COMMA, ACTIONS(9872), 1, anon_sym_SEMI, STATE(6499), 1, aux_sym_declaration_repeat1, [221226] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(8216), 1, anon_sym_COMMA, ACTIONS(9874), 1, anon_sym_SEMI, STATE(6499), 1, aux_sym_declaration_repeat1, [221239] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(6682), 1, anon_sym_COMMA, ACTIONS(9876), 1, anon_sym_GT2, STATE(6380), 1, aux_sym_template_argument_list_repeat1, [221252] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(9827), 1, anon_sym_COMMA, ACTIONS(9878), 1, anon_sym_RBRACK_RBRACK, STATE(6329), 1, aux_sym_attribute_declaration_repeat1, [221265] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(6682), 1, anon_sym_COMMA, ACTIONS(9880), 1, anon_sym_GT2, STATE(6380), 1, aux_sym_template_argument_list_repeat1, [221278] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(9884), 1, anon_sym_RPAREN, ACTIONS(9882), 2, anon_sym_COMMA, anon_sym_SEMI, [221289] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(9886), 1, sym_identifier, STATE(2982), 1, sym_template_function, STATE(3615), 1, sym_template_type, [221302] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3986), 1, anon_sym_RBRACE, ACTIONS(9888), 1, anon_sym_COMMA, STATE(6305), 1, aux_sym_initializer_list_repeat1, [221315] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(9859), 1, anon_sym_COLON, ACTIONS(9890), 1, anon_sym_RPAREN, STATE(6487), 1, sym_gnu_asm_input_operand_list, [221328] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(9892), 1, anon_sym_COMMA, ACTIONS(9894), 1, anon_sym_RBRACE, STATE(6282), 1, aux_sym_enumerator_list_repeat1, [221341] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(8216), 1, anon_sym_COMMA, ACTIONS(9896), 1, anon_sym_SEMI, STATE(6499), 1, aux_sym_declaration_repeat1, [221354] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(9900), 1, anon_sym_COLON_COLON, ACTIONS(9898), 2, anon_sym_SEMI, anon_sym_LBRACE, [221365] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(9557), 1, anon_sym_COMMA, ACTIONS(9811), 1, anon_sym_LBRACE, STATE(6216), 1, aux_sym_base_class_clause_repeat1, [221378] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(8892), 1, anon_sym_COMMA, ACTIONS(9902), 1, anon_sym_SEMI, STATE(6375), 1, aux_sym_type_definition_repeat2, [221391] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(8284), 1, anon_sym_COLON, ACTIONS(8320), 1, anon_sym_RPAREN, STATE(6490), 1, sym_gnu_asm_output_operand_list, [221404] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(6682), 1, anon_sym_COMMA, ACTIONS(9904), 1, anon_sym_GT2, STATE(6380), 1, aux_sym_template_argument_list_repeat1, [221417] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(9520), 1, sym_identifier, ACTIONS(9906), 1, anon_sym_RBRACE, STATE(6887), 1, sym_enumerator, [221430] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(9906), 1, anon_sym_RBRACE, ACTIONS(9908), 1, anon_sym_COMMA, STATE(6282), 1, aux_sym_enumerator_list_repeat1, [221443] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(6682), 1, anon_sym_COMMA, ACTIONS(9910), 1, anon_sym_GT2, STATE(6380), 1, aux_sym_template_argument_list_repeat1, [221456] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(6682), 1, anon_sym_COMMA, ACTIONS(9912), 1, anon_sym_GT2, STATE(6380), 1, aux_sym_template_argument_list_repeat1, [221469] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2897), 1, anon_sym_while, ACTIONS(9914), 1, anon_sym_else, STATE(876), 1, sym_else_clause, [221482] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(8216), 1, anon_sym_COMMA, ACTIONS(9916), 1, anon_sym_SEMI, STATE(6368), 1, aux_sym_declaration_repeat1, [221495] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(8216), 1, anon_sym_COMMA, ACTIONS(9918), 1, anon_sym_SEMI, STATE(6499), 1, aux_sym_declaration_repeat1, [221508] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(9853), 1, anon_sym_catch, STATE(2421), 2, sym_catch_clause, aux_sym_constructor_try_statement_repeat1, [221519] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(6836), 1, anon_sym_COMMA, ACTIONS(6838), 1, anon_sym_RBRACE, STATE(6371), 1, aux_sym_initializer_list_repeat1, [221532] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(6682), 1, anon_sym_COMMA, ACTIONS(9920), 1, anon_sym_GT2, STATE(6380), 1, aux_sym_template_argument_list_repeat1, [221545] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(6682), 1, anon_sym_COMMA, ACTIONS(9922), 1, anon_sym_GT2, STATE(6380), 1, aux_sym_template_argument_list_repeat1, [221558] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(6682), 1, anon_sym_COMMA, ACTIONS(9924), 1, anon_sym_GT2, STATE(6380), 1, aux_sym_template_argument_list_repeat1, [221571] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(8892), 1, anon_sym_COMMA, ACTIONS(9926), 1, anon_sym_SEMI, STATE(6375), 1, aux_sym_type_definition_repeat2, [221584] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(8284), 1, anon_sym_COLON, ACTIONS(8428), 1, anon_sym_RPAREN, STATE(6373), 1, sym_gnu_asm_output_operand_list, [221597] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(8892), 1, anon_sym_COMMA, ACTIONS(9928), 1, anon_sym_SEMI, STATE(6375), 1, aux_sym_type_definition_repeat2, [221610] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(9520), 1, sym_identifier, ACTIONS(9894), 1, anon_sym_RBRACE, STATE(6887), 1, sym_enumerator, [221623] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(9815), 1, anon_sym_catch, STATE(2295), 2, sym_catch_clause, aux_sym_constructor_try_statement_repeat1, [221634] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(6682), 1, anon_sym_COMMA, ACTIONS(9930), 1, anon_sym_GT2, STATE(6383), 1, aux_sym_template_argument_list_repeat1, [221647] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(6720), 1, anon_sym_COMMA, ACTIONS(9932), 1, anon_sym_RPAREN, STATE(6325), 1, aux_sym_argument_list_repeat1, [221660] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(8892), 1, anon_sym_COMMA, ACTIONS(9934), 1, anon_sym_SEMI, STATE(6375), 1, aux_sym_type_definition_repeat2, [221673] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(8892), 1, anon_sym_COMMA, ACTIONS(9936), 1, anon_sym_SEMI, STATE(6375), 1, aux_sym_type_definition_repeat2, [221686] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(8892), 1, anon_sym_COMMA, ACTIONS(9938), 1, anon_sym_SEMI, STATE(6375), 1, aux_sym_type_definition_repeat2, [221699] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(9520), 1, sym_identifier, ACTIONS(9940), 1, anon_sym_RBRACE, STATE(6887), 1, sym_enumerator, [221712] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(9520), 1, sym_identifier, ACTIONS(9942), 1, anon_sym_RBRACE, STATE(6887), 1, sym_enumerator, [221725] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(9944), 1, sym_identifier, STATE(2215), 1, sym_template_type, STATE(3169), 1, sym_template_function, [221738] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(9946), 1, anon_sym_COMMA, ACTIONS(9948), 1, anon_sym_GT2, STATE(6386), 1, aux_sym_template_parameter_list_repeat1, [221751] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(9950), 1, anon_sym_RPAREN, ACTIONS(9952), 1, anon_sym_COLON, STATE(6285), 1, sym_gnu_asm_clobber_list, [221764] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(9954), 1, anon_sym_catch, STATE(580), 2, sym_catch_clause, aux_sym_constructor_try_statement_repeat1, [221775] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(9946), 1, anon_sym_COMMA, ACTIONS(9956), 1, anon_sym_GT2, STATE(6449), 1, aux_sym_template_parameter_list_repeat1, [221788] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(8892), 1, anon_sym_COMMA, ACTIONS(9958), 1, anon_sym_SEMI, STATE(6375), 1, aux_sym_type_definition_repeat2, [221801] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(9859), 1, anon_sym_COLON, ACTIONS(9960), 1, anon_sym_RPAREN, STATE(6286), 1, sym_gnu_asm_input_operand_list, [221814] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(8892), 1, anon_sym_COMMA, ACTIONS(9962), 1, anon_sym_SEMI, STATE(6375), 1, aux_sym_type_definition_repeat2, [221827] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(9520), 1, sym_identifier, ACTIONS(9964), 1, anon_sym_RBRACE, STATE(6887), 1, sym_enumerator, [221840] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(8892), 1, anon_sym_COMMA, ACTIONS(9966), 1, anon_sym_SEMI, STATE(6375), 1, aux_sym_type_definition_repeat2, [221853] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(8892), 1, anon_sym_COMMA, ACTIONS(9968), 1, anon_sym_SEMI, STATE(6375), 1, aux_sym_type_definition_repeat2, [221866] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(8216), 1, anon_sym_COMMA, ACTIONS(9970), 1, anon_sym_SEMI, STATE(6275), 1, aux_sym_declaration_repeat1, [221879] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(4584), 1, anon_sym_LBRACE, ACTIONS(9530), 1, anon_sym_COLON_COLON, STATE(1320), 1, sym_declaration_list, [221892] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(8892), 1, anon_sym_COMMA, ACTIONS(9972), 1, anon_sym_SEMI, STATE(6375), 1, aux_sym_type_definition_repeat2, [221905] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(9851), 1, anon_sym_catch, STATE(2231), 2, sym_catch_clause, aux_sym_constructor_try_statement_repeat1, [221916] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(8216), 1, anon_sym_COMMA, ACTIONS(9974), 1, anon_sym_SEMI, STATE(6499), 1, aux_sym_declaration_repeat1, [221929] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(8216), 1, anon_sym_COMMA, ACTIONS(9976), 1, anon_sym_SEMI, STATE(6499), 1, aux_sym_declaration_repeat1, [221942] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(6682), 1, anon_sym_COMMA, ACTIONS(9978), 1, anon_sym_GT2, STATE(6380), 1, aux_sym_template_argument_list_repeat1, [221955] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(6682), 1, anon_sym_COMMA, ACTIONS(9980), 1, anon_sym_GT2, STATE(6380), 1, aux_sym_template_argument_list_repeat1, [221968] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(6682), 1, anon_sym_COMMA, ACTIONS(9982), 1, anon_sym_GT2, STATE(6223), 1, aux_sym_template_argument_list_repeat1, [221981] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(6682), 1, anon_sym_COMMA, ACTIONS(9984), 1, anon_sym_GT2, STATE(6380), 1, aux_sym_template_argument_list_repeat1, [221994] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(9986), 1, anon_sym_catch, STATE(627), 2, sym_catch_clause, aux_sym_constructor_try_statement_repeat1, [222005] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(8284), 1, anon_sym_COLON, ACTIONS(8308), 1, anon_sym_RPAREN, STATE(6214), 1, sym_gnu_asm_output_operand_list, [222018] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(9988), 1, anon_sym_COMMA, ACTIONS(9991), 1, anon_sym_RBRACE, STATE(6282), 1, aux_sym_enumerator_list_repeat1, [222031] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(9520), 1, sym_identifier, ACTIONS(9993), 1, anon_sym_RBRACE, STATE(6887), 1, sym_enumerator, [222044] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(6885), 1, anon_sym_COMMA, ACTIONS(6887), 1, anon_sym_RBRACE, STATE(6213), 1, aux_sym_initializer_list_repeat1, [222057] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(9995), 1, anon_sym_RPAREN, ACTIONS(9997), 1, anon_sym_COLON, STATE(7659), 1, sym_gnu_asm_goto_list, [222070] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(9952), 1, anon_sym_COLON, ACTIONS(9999), 1, anon_sym_RPAREN, STATE(6301), 1, sym_gnu_asm_clobber_list, [222083] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(6728), 1, anon_sym_COMMA, ACTIONS(10001), 1, anon_sym_RBRACK, STATE(6472), 1, aux_sym_lambda_capture_specifier_repeat1, [222096] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10003), 3, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_COLON, [222105] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10005), 3, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_COLON, [222114] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(10007), 1, anon_sym_COMMA, ACTIONS(10009), 1, anon_sym_RBRACE, STATE(6282), 1, aux_sym_enumerator_list_repeat1, [222127] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(9520), 1, sym_identifier, ACTIONS(10009), 1, anon_sym_RBRACE, STATE(6887), 1, sym_enumerator, [222140] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10011), 3, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_GT2, [222149] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5718), 1, anon_sym_COMMA, ACTIONS(10013), 1, anon_sym_RBRACK, STATE(6568), 1, aux_sym_structured_binding_declarator_repeat1, [222162] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(10015), 1, anon_sym_COMMA, ACTIONS(10018), 1, anon_sym_RPAREN, STATE(6294), 1, aux_sym_gnu_asm_goto_list_repeat1, [222175] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(9815), 1, anon_sym_catch, STATE(2305), 2, sym_catch_clause, aux_sym_constructor_try_statement_repeat1, [222186] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(8892), 1, anon_sym_COMMA, ACTIONS(10020), 1, anon_sym_SEMI, STATE(6375), 1, aux_sym_type_definition_repeat2, [222199] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(6728), 1, anon_sym_COMMA, ACTIONS(10022), 1, anon_sym_RBRACK, STATE(6472), 1, aux_sym_lambda_capture_specifier_repeat1, [222212] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(9954), 1, anon_sym_catch, STATE(823), 2, sym_catch_clause, aux_sym_constructor_try_statement_repeat1, [222223] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(10024), 1, anon_sym_COMMA, ACTIONS(10026), 1, anon_sym_LBRACE, STATE(6598), 1, aux_sym_field_initializer_list_repeat1, [222236] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(9861), 1, anon_sym_LPAREN2, ACTIONS(10028), 1, anon_sym_constexpr, STATE(286), 1, sym_condition_clause, [222249] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(9997), 1, anon_sym_COLON, ACTIONS(10030), 1, anon_sym_RPAREN, STATE(7652), 1, sym_gnu_asm_goto_list, [222262] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(8216), 1, anon_sym_COMMA, ACTIONS(10032), 1, anon_sym_SEMI, STATE(6332), 1, aux_sym_declaration_repeat1, [222275] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(10034), 1, sym_identifier, STATE(2850), 1, sym_template_function, STATE(3615), 1, sym_template_type, [222288] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(9851), 1, anon_sym_catch, STATE(2236), 2, sym_catch_clause, aux_sym_constructor_try_statement_repeat1, [222299] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(6883), 1, anon_sym_RBRACE, ACTIONS(10036), 1, anon_sym_COMMA, STATE(6305), 1, aux_sym_initializer_list_repeat1, [222312] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(10039), 1, sym_identifier, STATE(3464), 1, sym_template_function, STATE(3615), 1, sym_template_type, [222325] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(8216), 1, anon_sym_COMMA, ACTIONS(10041), 1, anon_sym_SEMI, STATE(6499), 1, aux_sym_declaration_repeat1, [222338] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(8216), 1, anon_sym_COMMA, ACTIONS(10043), 1, anon_sym_SEMI, STATE(6499), 1, aux_sym_declaration_repeat1, [222351] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(10045), 1, anon_sym_COMMA, ACTIONS(10047), 1, anon_sym_RPAREN, STATE(6294), 1, aux_sym_gnu_asm_goto_list_repeat1, [222364] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(6806), 1, anon_sym_COMMA, ACTIONS(10049), 1, anon_sym_RPAREN, STATE(6318), 1, aux_sym_generic_expression_repeat1, [222377] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10051), 3, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_COLON, [222386] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10053), 3, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_COLON, [222395] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(10055), 1, anon_sym_COMMA, ACTIONS(10057), 1, anon_sym_RBRACE, STATE(6348), 1, aux_sym_enumerator_list_repeat1, [222408] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(6720), 1, anon_sym_COMMA, ACTIONS(6842), 1, anon_sym_RPAREN, STATE(6557), 1, aux_sym_argument_list_repeat1, [222421] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(10059), 1, anon_sym_catch, STATE(373), 2, sym_catch_clause, aux_sym_constructor_try_statement_repeat1, [222432] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(10061), 1, anon_sym_COMMA, ACTIONS(10063), 1, anon_sym_RBRACE, STATE(6208), 1, aux_sym_enumerator_list_repeat1, [222445] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(6682), 1, anon_sym_COMMA, ACTIONS(10065), 1, anon_sym_GT2, STATE(6276), 1, aux_sym_template_argument_list_repeat1, [222458] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(10067), 1, anon_sym_COMMA, ACTIONS(10070), 1, anon_sym_RPAREN, STATE(6318), 1, aux_sym_generic_expression_repeat1, [222471] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(4588), 1, anon_sym_LBRACE, ACTIONS(9530), 1, anon_sym_COLON_COLON, STATE(763), 1, sym_declaration_list, [222484] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(8892), 1, anon_sym_COMMA, ACTIONS(10072), 1, anon_sym_SEMI, STATE(6375), 1, aux_sym_type_definition_repeat2, [222497] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(10074), 1, anon_sym_DOT_DOT_DOT, ACTIONS(10076), 2, anon_sym_COMMA, anon_sym_LBRACE, [222508] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(6720), 1, anon_sym_COMMA, ACTIONS(6792), 1, anon_sym_RPAREN, STATE(6197), 1, aux_sym_argument_list_repeat1, [222521] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(6682), 1, anon_sym_COMMA, ACTIONS(10078), 1, anon_sym_GT2, STATE(6358), 1, aux_sym_template_argument_list_repeat1, [222534] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(10082), 1, anon_sym_EQ, ACTIONS(10080), 2, anon_sym_COMMA, anon_sym_RBRACE, [222545] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(7079), 1, anon_sym_RPAREN, ACTIONS(10084), 1, anon_sym_COMMA, STATE(6325), 1, aux_sym_argument_list_repeat1, [222558] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(10087), 1, anon_sym_COMMA, ACTIONS(10089), 1, anon_sym_RBRACE, STATE(6290), 1, aux_sym_enumerator_list_repeat1, [222571] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(9827), 1, anon_sym_COMMA, ACTIONS(10091), 1, anon_sym_RBRACK_RBRACK, STATE(6541), 1, aux_sym_attribute_declaration_repeat1, [222584] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(9986), 1, anon_sym_catch, STATE(554), 2, sym_catch_clause, aux_sym_constructor_try_statement_repeat1, [222595] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(9827), 1, anon_sym_COMMA, ACTIONS(10093), 1, anon_sym_RBRACK_RBRACK, STATE(6541), 1, aux_sym_attribute_declaration_repeat1, [222608] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(9520), 1, sym_identifier, ACTIONS(10095), 1, anon_sym_RBRACE, STATE(6887), 1, sym_enumerator, [222621] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(8216), 1, anon_sym_COMMA, ACTIONS(10097), 1, anon_sym_SEMI, STATE(6499), 1, aux_sym_declaration_repeat1, [222634] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(8216), 1, anon_sym_COMMA, ACTIONS(10099), 1, anon_sym_SEMI, STATE(6499), 1, aux_sym_declaration_repeat1, [222647] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(6720), 1, anon_sym_COMMA, ACTIONS(6874), 1, anon_sym_RPAREN, STATE(6206), 1, aux_sym_argument_list_repeat1, [222660] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10101), 3, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_GT2, [222669] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(10103), 1, sym_identifier, STATE(2850), 1, sym_template_function, STATE(3615), 1, sym_template_type, [222682] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(10105), 1, anon_sym_catch, STATE(2417), 2, sym_catch_clause, aux_sym_constructor_try_statement_repeat1, [222693] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(10095), 1, anon_sym_RBRACE, ACTIONS(10107), 1, anon_sym_COMMA, STATE(6282), 1, aux_sym_enumerator_list_repeat1, [222706] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(10059), 1, anon_sym_catch, STATE(371), 2, sym_catch_clause, aux_sym_constructor_try_statement_repeat1, [222717] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(10109), 1, sym_identifier, STATE(2215), 1, sym_template_type, STATE(3268), 1, sym_template_function, [222730] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(10111), 1, anon_sym_COMMA, ACTIONS(10113), 1, anon_sym_RPAREN, STATE(6476), 1, aux_sym_requires_parameter_list_repeat1, [222743] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(9861), 1, anon_sym_LPAREN2, ACTIONS(10115), 1, anon_sym_constexpr, STATE(163), 1, sym_condition_clause, [222756] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(9861), 1, anon_sym_LPAREN2, ACTIONS(10117), 1, anon_sym_constexpr, STATE(197), 1, sym_condition_clause, [222769] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(10119), 1, sym_identifier, STATE(2850), 1, sym_template_function, STATE(3615), 1, sym_template_type, [222782] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(8892), 1, anon_sym_COMMA, ACTIONS(10121), 1, anon_sym_SEMI, STATE(6375), 1, aux_sym_type_definition_repeat2, [222795] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(8216), 1, anon_sym_COMMA, ACTIONS(10123), 1, anon_sym_SEMI, STATE(6307), 1, aux_sym_declaration_repeat1, [222808] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(8892), 1, anon_sym_COMMA, ACTIONS(10125), 1, anon_sym_SEMI, STATE(6375), 1, aux_sym_type_definition_repeat2, [222821] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(9520), 1, sym_identifier, ACTIONS(10127), 1, anon_sym_RBRACE, STATE(6887), 1, sym_enumerator, [222834] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(10127), 1, anon_sym_RBRACE, ACTIONS(10129), 1, anon_sym_COMMA, STATE(6282), 1, aux_sym_enumerator_list_repeat1, [222847] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(8892), 1, anon_sym_COMMA, ACTIONS(10131), 1, anon_sym_SEMI, STATE(6375), 1, aux_sym_type_definition_repeat2, [222860] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(10133), 1, anon_sym_COMMA, ACTIONS(10135), 1, anon_sym_RPAREN, STATE(6524), 1, aux_sym_parameter_list_repeat1, [222873] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(10137), 1, anon_sym_catch, STATE(1434), 2, sym_catch_clause, aux_sym_constructor_try_statement_repeat1, [222884] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(10139), 1, sym_identifier, STATE(3268), 1, sym_template_function, STATE(3615), 1, sym_template_type, [222897] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(10141), 1, sym_identifier, STATE(3615), 1, sym_template_type, STATE(5649), 1, sym_template_function, [222910] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(9952), 1, anon_sym_COLON, ACTIONS(10143), 1, anon_sym_RPAREN, STATE(6594), 1, sym_gnu_asm_clobber_list, [222923] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(10145), 1, sym_identifier, STATE(2982), 1, sym_template_function, STATE(3615), 1, sym_template_type, [222936] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(6682), 1, anon_sym_COMMA, ACTIONS(10147), 1, anon_sym_GT2, STATE(6380), 1, aux_sym_template_argument_list_repeat1, [222949] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(6682), 1, anon_sym_COMMA, ACTIONS(10149), 1, anon_sym_GT2, STATE(6380), 1, aux_sym_template_argument_list_repeat1, [222962] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(6682), 1, anon_sym_COMMA, ACTIONS(10151), 1, anon_sym_GT2, STATE(6380), 1, aux_sym_template_argument_list_repeat1, [222975] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(8216), 1, anon_sym_COMMA, ACTIONS(10153), 1, anon_sym_SEMI, STATE(6229), 1, aux_sym_declaration_repeat1, [222988] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2907), 1, anon_sym_while, ACTIONS(9914), 1, anon_sym_else, STATE(1144), 1, sym_else_clause, [223001] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(8892), 1, anon_sym_COMMA, ACTIONS(10155), 1, anon_sym_SEMI, STATE(6375), 1, aux_sym_type_definition_repeat2, [223014] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(8892), 1, anon_sym_COMMA, ACTIONS(10157), 1, anon_sym_SEMI, STATE(6375), 1, aux_sym_type_definition_repeat2, [223027] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(10105), 1, anon_sym_catch, STATE(2412), 2, sym_catch_clause, aux_sym_constructor_try_statement_repeat1, [223038] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(9520), 1, sym_identifier, ACTIONS(10159), 1, anon_sym_RBRACE, STATE(6887), 1, sym_enumerator, [223051] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(9859), 1, anon_sym_COLON, ACTIONS(10161), 1, anon_sym_RPAREN, STATE(6596), 1, sym_gnu_asm_input_operand_list, [223064] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(8892), 1, anon_sym_COMMA, ACTIONS(10163), 1, anon_sym_SEMI, STATE(6375), 1, aux_sym_type_definition_repeat2, [223077] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(8892), 1, anon_sym_COMMA, ACTIONS(10165), 1, anon_sym_SEMI, STATE(6375), 1, aux_sym_type_definition_repeat2, [223090] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(8216), 1, anon_sym_COMMA, ACTIONS(10167), 1, anon_sym_SEMI, STATE(6499), 1, aux_sym_declaration_repeat1, [223103] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(9520), 1, sym_identifier, ACTIONS(10169), 1, anon_sym_RBRACE, STATE(6887), 1, sym_enumerator, [223116] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(8216), 1, anon_sym_COMMA, ACTIONS(10171), 1, anon_sym_SEMI, STATE(6499), 1, aux_sym_declaration_repeat1, [223129] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3990), 1, anon_sym_RBRACE, ACTIONS(10173), 1, anon_sym_COMMA, STATE(6305), 1, aux_sym_initializer_list_repeat1, [223142] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(9498), 1, anon_sym_DOT_DOT_DOT, ACTIONS(10175), 2, anon_sym_COMMA, anon_sym_GT2, [223153] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(9859), 1, anon_sym_COLON, ACTIONS(10177), 1, anon_sym_RPAREN, STATE(6461), 1, sym_gnu_asm_input_operand_list, [223166] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(8284), 1, anon_sym_COLON, ACTIONS(8374), 1, anon_sym_RPAREN, STATE(6462), 1, sym_gnu_asm_output_operand_list, [223179] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(10179), 1, anon_sym_COMMA, ACTIONS(10182), 1, anon_sym_SEMI, STATE(6375), 1, aux_sym_type_definition_repeat2, [223192] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(8892), 1, anon_sym_COMMA, ACTIONS(10184), 1, anon_sym_SEMI, STATE(6375), 1, aux_sym_type_definition_repeat2, [223205] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(6682), 1, anon_sym_COMMA, ACTIONS(10186), 1, anon_sym_GT2, STATE(6380), 1, aux_sym_template_argument_list_repeat1, [223218] = 4, ACTIONS(7958), 1, anon_sym_LPAREN2, ACTIONS(7960), 1, sym_comment, ACTIONS(10188), 1, anon_sym_LF, STATE(5144), 1, sym_preproc_argument_list, [223231] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(8216), 1, anon_sym_COMMA, ACTIONS(10190), 1, anon_sym_SEMI, STATE(6499), 1, aux_sym_declaration_repeat1, [223244] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(10192), 1, anon_sym_COMMA, ACTIONS(10195), 1, anon_sym_GT2, STATE(6380), 1, aux_sym_template_argument_list_repeat1, [223257] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(8216), 1, anon_sym_COMMA, ACTIONS(10197), 1, anon_sym_SEMI, STATE(6499), 1, aux_sym_declaration_repeat1, [223270] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(6682), 1, anon_sym_COMMA, ACTIONS(10199), 1, anon_sym_GT2, STATE(6380), 1, aux_sym_template_argument_list_repeat1, [223283] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(6682), 1, anon_sym_COMMA, ACTIONS(10201), 1, anon_sym_GT2, STATE(6380), 1, aux_sym_template_argument_list_repeat1, [223296] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10203), 3, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_COLON, [223305] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(9827), 1, anon_sym_COMMA, ACTIONS(10205), 1, anon_sym_RBRACK_RBRACK, STATE(6465), 1, aux_sym_attribute_declaration_repeat1, [223318] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(9946), 1, anon_sym_COMMA, ACTIONS(10207), 1, anon_sym_GT2, STATE(6449), 1, aux_sym_template_parameter_list_repeat1, [223331] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(10209), 1, anon_sym_DOT_DOT_DOT, ACTIONS(9868), 2, anon_sym_COMMA, anon_sym_LBRACE, [223342] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(10211), 1, sym_identifier, ACTIONS(10213), 2, anon_sym_COMMA, anon_sym_GT2, [223353] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(6682), 1, anon_sym_COMMA, ACTIONS(10215), 1, anon_sym_GT2, STATE(6238), 1, aux_sym_template_argument_list_repeat1, [223366] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(10217), 1, sym_identifier, STATE(2850), 1, sym_template_function, STATE(3615), 1, sym_template_type, [223379] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(6806), 1, anon_sym_COMMA, ACTIONS(10219), 1, anon_sym_RPAREN, STATE(6318), 1, aux_sym_generic_expression_repeat1, [223392] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(9997), 1, anon_sym_COLON, ACTIONS(10221), 1, anon_sym_RPAREN, STATE(7352), 1, sym_gnu_asm_goto_list, [223405] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(10223), 1, anon_sym_catch, STATE(380), 2, sym_catch_clause, aux_sym_constructor_try_statement_repeat1, [223416] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(10105), 1, anon_sym_catch, STATE(2411), 2, sym_catch_clause, aux_sym_constructor_try_statement_repeat1, [223427] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(8216), 1, anon_sym_COMMA, ACTIONS(10225), 1, anon_sym_SEMI, STATE(6405), 1, aux_sym_declaration_repeat1, [223440] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(9952), 1, anon_sym_COLON, ACTIONS(10227), 1, anon_sym_RPAREN, STATE(6392), 1, sym_gnu_asm_clobber_list, [223453] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(8284), 1, anon_sym_COLON, ACTIONS(8382), 1, anon_sym_RPAREN, STATE(6227), 1, sym_gnu_asm_output_operand_list, [223466] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10011), 3, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_GT2, [223475] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(9997), 1, anon_sym_COLON, ACTIONS(10229), 1, anon_sym_RPAREN, STATE(7316), 1, sym_gnu_asm_goto_list, [223488] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(9986), 1, anon_sym_catch, STATE(620), 2, sym_catch_clause, aux_sym_constructor_try_statement_repeat1, [223499] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4512), 1, anon_sym_COLON_COLON, ACTIONS(5714), 2, anon_sym_LPAREN2, anon_sym_LBRACE, [223510] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(6682), 1, anon_sym_COMMA, ACTIONS(10231), 1, anon_sym_GT2, STATE(6414), 1, aux_sym_template_argument_list_repeat1, [223523] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(6794), 1, anon_sym_COMMA, ACTIONS(6796), 1, anon_sym_RBRACE, STATE(6226), 1, aux_sym_initializer_list_repeat1, [223536] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(8216), 1, anon_sym_COMMA, ACTIONS(10233), 1, anon_sym_SEMI, STATE(6499), 1, aux_sym_declaration_repeat1, [223549] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(8216), 1, anon_sym_COMMA, ACTIONS(10235), 1, anon_sym_SEMI, STATE(6499), 1, aux_sym_declaration_repeat1, [223562] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(9859), 1, anon_sym_COLON, ACTIONS(10237), 1, anon_sym_RPAREN, STATE(6396), 1, sym_gnu_asm_input_operand_list, [223575] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(9952), 1, anon_sym_COLON, ACTIONS(10239), 1, anon_sym_RPAREN, STATE(6399), 1, sym_gnu_asm_clobber_list, [223588] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10241), 3, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_COLON, [223597] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(8892), 1, anon_sym_COMMA, ACTIONS(10243), 1, anon_sym_SEMI, STATE(6375), 1, aux_sym_type_definition_repeat2, [223610] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(10245), 1, anon_sym_COMMA, ACTIONS(10247), 1, anon_sym_RPAREN, STATE(6520), 1, aux_sym_preproc_params_repeat1, [223623] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(7912), 1, anon_sym_COMMA, ACTIONS(10249), 1, anon_sym_RPAREN, STATE(6540), 1, aux_sym_preproc_argument_list_repeat1, [223636] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(6682), 1, anon_sym_COMMA, ACTIONS(10251), 1, anon_sym_GT2, STATE(6380), 1, aux_sym_template_argument_list_repeat1, [223649] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(6682), 1, anon_sym_COMMA, ACTIONS(10253), 1, anon_sym_GT2, STATE(6380), 1, aux_sym_template_argument_list_repeat1, [223662] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(6682), 1, anon_sym_COMMA, ACTIONS(10255), 1, anon_sym_GT2, STATE(6380), 1, aux_sym_template_argument_list_repeat1, [223675] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(10111), 1, anon_sym_COMMA, ACTIONS(10257), 1, anon_sym_RPAREN, STATE(6340), 1, aux_sym_requires_parameter_list_repeat1, [223688] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(8892), 1, anon_sym_COMMA, ACTIONS(10259), 1, anon_sym_SEMI, STATE(6375), 1, aux_sym_type_definition_repeat2, [223701] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(9520), 1, sym_identifier, ACTIONS(10261), 1, anon_sym_RBRACE, STATE(6887), 1, sym_enumerator, [223714] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(8892), 1, anon_sym_COMMA, ACTIONS(10263), 1, anon_sym_SEMI, STATE(6375), 1, aux_sym_type_definition_repeat2, [223727] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(8892), 1, anon_sym_COMMA, ACTIONS(10265), 1, anon_sym_SEMI, STATE(6375), 1, aux_sym_type_definition_repeat2, [223740] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(8892), 1, anon_sym_COMMA, ACTIONS(10267), 1, anon_sym_SEMI, STATE(6375), 1, aux_sym_type_definition_repeat2, [223753] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(8892), 1, anon_sym_COMMA, ACTIONS(10269), 1, anon_sym_SEMI, STATE(6375), 1, aux_sym_type_definition_repeat2, [223766] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(8892), 1, anon_sym_COMMA, ACTIONS(10271), 1, anon_sym_SEMI, STATE(6375), 1, aux_sym_type_definition_repeat2, [223779] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(8892), 1, anon_sym_COMMA, ACTIONS(10273), 1, anon_sym_SEMI, STATE(6375), 1, aux_sym_type_definition_repeat2, [223792] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(10275), 1, anon_sym_catch, STATE(663), 2, sym_catch_clause, aux_sym_constructor_try_statement_repeat1, [223803] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(9520), 1, sym_identifier, ACTIONS(10277), 1, anon_sym_RBRACE, STATE(6887), 1, sym_enumerator, [223816] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(6682), 1, anon_sym_COMMA, ACTIONS(10279), 1, anon_sym_GT2, STATE(6380), 1, aux_sym_template_argument_list_repeat1, [223829] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10281), 3, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_GT2, [223838] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(6806), 1, anon_sym_COMMA, ACTIONS(10283), 1, anon_sym_RPAREN, STATE(6318), 1, aux_sym_generic_expression_repeat1, [223851] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(6682), 1, anon_sym_COMMA, ACTIONS(10285), 1, anon_sym_GT2, STATE(6380), 1, aux_sym_template_argument_list_repeat1, [223864] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(6682), 1, anon_sym_COMMA, ACTIONS(10287), 1, anon_sym_GT2, STATE(6380), 1, aux_sym_template_argument_list_repeat1, [223877] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(6682), 1, anon_sym_COMMA, ACTIONS(10289), 1, anon_sym_GT2, STATE(6380), 1, aux_sym_template_argument_list_repeat1, [223890] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(10291), 1, anon_sym_COMMA, ACTIONS(10293), 1, anon_sym_RBRACE, STATE(6228), 1, aux_sym_enumerator_list_repeat1, [223903] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(9557), 1, anon_sym_COMMA, ACTIONS(10295), 1, anon_sym_LBRACE, STATE(6216), 1, aux_sym_base_class_clause_repeat1, [223916] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(6720), 1, anon_sym_COMMA, ACTIONS(10297), 1, anon_sym_RPAREN, STATE(6325), 1, aux_sym_argument_list_repeat1, [223929] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(6682), 1, anon_sym_COMMA, ACTIONS(10299), 1, anon_sym_GT2, STATE(6380), 1, aux_sym_template_argument_list_repeat1, [223942] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(8284), 1, anon_sym_COLON, ACTIONS(8332), 1, anon_sym_RPAREN, STATE(6406), 1, sym_gnu_asm_output_operand_list, [223955] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(6682), 1, anon_sym_COMMA, ACTIONS(10301), 1, anon_sym_GT2, STATE(6444), 1, aux_sym_template_argument_list_repeat1, [223968] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(10275), 1, anon_sym_catch, STATE(549), 2, sym_catch_clause, aux_sym_constructor_try_statement_repeat1, [223979] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(8892), 1, anon_sym_COMMA, ACTIONS(10303), 1, anon_sym_SEMI, STATE(6375), 1, aux_sym_type_definition_repeat2, [223992] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(9859), 1, anon_sym_COLON, ACTIONS(10305), 1, anon_sym_RPAREN, STATE(6407), 1, sym_gnu_asm_input_operand_list, [224005] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(10307), 1, anon_sym_COMMA, ACTIONS(10310), 1, anon_sym_RPAREN, STATE(6441), 1, aux_sym_throw_specifier_repeat1, [224018] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(6682), 1, anon_sym_COMMA, ACTIONS(10312), 1, anon_sym_GT2, STATE(6380), 1, aux_sym_template_argument_list_repeat1, [224031] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(6682), 1, anon_sym_COMMA, ACTIONS(10314), 1, anon_sym_GT2, STATE(6380), 1, aux_sym_template_argument_list_repeat1, [224044] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(6682), 1, anon_sym_COMMA, ACTIONS(10316), 1, anon_sym_GT2, STATE(6380), 1, aux_sym_template_argument_list_repeat1, [224057] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3978), 1, anon_sym_RBRACE, ACTIONS(10318), 1, anon_sym_COMMA, STATE(6305), 1, aux_sym_initializer_list_repeat1, [224070] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(8892), 1, anon_sym_COMMA, ACTIONS(10320), 1, anon_sym_SEMI, STATE(6375), 1, aux_sym_type_definition_repeat2, [224083] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(8892), 1, anon_sym_COMMA, ACTIONS(10322), 1, anon_sym_SEMI, STATE(6375), 1, aux_sym_type_definition_repeat2, [224096] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(6682), 1, anon_sym_COMMA, ACTIONS(10324), 1, anon_sym_GT2, STATE(6380), 1, aux_sym_template_argument_list_repeat1, [224109] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(10326), 1, anon_sym_COMMA, ACTIONS(10329), 1, anon_sym_GT2, STATE(6449), 1, aux_sym_template_parameter_list_repeat1, [224122] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(8892), 1, anon_sym_COMMA, ACTIONS(10331), 1, anon_sym_SEMI, STATE(6375), 1, aux_sym_type_definition_repeat2, [224135] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(8216), 1, anon_sym_COMMA, ACTIONS(10333), 1, anon_sym_SEMI, STATE(6531), 1, aux_sym_declaration_repeat1, [224148] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(4580), 1, anon_sym_LBRACE, ACTIONS(9530), 1, anon_sym_COLON_COLON, STATE(520), 1, sym_declaration_list, [224161] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(6720), 1, anon_sym_COMMA, ACTIONS(6722), 1, anon_sym_RPAREN, STATE(6253), 1, aux_sym_argument_list_repeat1, [224174] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(8284), 1, anon_sym_COLON, ACTIONS(8368), 1, anon_sym_RPAREN, STATE(6365), 1, sym_gnu_asm_output_operand_list, [224187] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(9827), 1, anon_sym_COMMA, ACTIONS(10335), 1, anon_sym_RBRACK_RBRACK, STATE(6541), 1, aux_sym_attribute_declaration_repeat1, [224200] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(10337), 1, sym_identifier, STATE(3268), 1, sym_template_function, STATE(3615), 1, sym_template_type, [224213] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(9859), 1, anon_sym_COLON, ACTIONS(10339), 1, anon_sym_RPAREN, STATE(6354), 1, sym_gnu_asm_input_operand_list, [224226] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(9827), 1, anon_sym_COMMA, ACTIONS(10341), 1, anon_sym_RBRACK_RBRACK, STATE(6327), 1, aux_sym_attribute_declaration_repeat1, [224239] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(10343), 1, anon_sym_COMMA, ACTIONS(10345), 1, anon_sym_RBRACE, STATE(6282), 1, aux_sym_enumerator_list_repeat1, [224252] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(9520), 1, sym_identifier, ACTIONS(10345), 1, anon_sym_RBRACE, STATE(6887), 1, sym_enumerator, [224265] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(9952), 1, anon_sym_COLON, ACTIONS(10347), 1, anon_sym_RPAREN, STATE(6513), 1, sym_gnu_asm_clobber_list, [224278] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(9859), 1, anon_sym_COLON, ACTIONS(10349), 1, anon_sym_RPAREN, STATE(6515), 1, sym_gnu_asm_input_operand_list, [224291] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(6673), 1, anon_sym_RBRACE, ACTIONS(6798), 1, anon_sym_COMMA, STATE(6504), 1, aux_sym_initializer_list_repeat1, [224304] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(6682), 1, anon_sym_COMMA, ACTIONS(10351), 1, anon_sym_GT2, STATE(6468), 1, aux_sym_template_argument_list_repeat1, [224317] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(9827), 1, anon_sym_COMMA, ACTIONS(10353), 1, anon_sym_RBRACK_RBRACK, STATE(6541), 1, aux_sym_attribute_declaration_repeat1, [224330] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(6682), 1, anon_sym_COMMA, ACTIONS(10355), 1, anon_sym_GT2, STATE(6380), 1, aux_sym_template_argument_list_repeat1, [224343] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(6682), 1, anon_sym_COMMA, ACTIONS(10357), 1, anon_sym_GT2, STATE(6380), 1, aux_sym_template_argument_list_repeat1, [224356] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(6682), 1, anon_sym_COMMA, ACTIONS(10359), 1, anon_sym_GT2, STATE(6380), 1, aux_sym_template_argument_list_repeat1, [224369] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(8892), 1, anon_sym_COMMA, ACTIONS(10361), 1, anon_sym_SEMI, STATE(6375), 1, aux_sym_type_definition_repeat2, [224382] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(6720), 1, anon_sym_COMMA, ACTIONS(6860), 1, anon_sym_RPAREN, STATE(6544), 1, aux_sym_argument_list_repeat1, [224395] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(8892), 1, anon_sym_COMMA, ACTIONS(10363), 1, anon_sym_SEMI, STATE(6375), 1, aux_sym_type_definition_repeat2, [224408] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(7043), 1, anon_sym_RBRACK, ACTIONS(10365), 1, anon_sym_COMMA, STATE(6472), 1, aux_sym_lambda_capture_specifier_repeat1, [224421] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(8892), 1, anon_sym_COMMA, ACTIONS(10368), 1, anon_sym_SEMI, STATE(6375), 1, aux_sym_type_definition_repeat2, [224434] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(4586), 1, anon_sym_LBRACE, ACTIONS(9530), 1, anon_sym_COLON_COLON, STATE(1288), 1, sym_declaration_list, [224447] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(9827), 1, anon_sym_COMMA, ACTIONS(10370), 1, anon_sym_RBRACK_RBRACK, STATE(6201), 1, aux_sym_attribute_declaration_repeat1, [224460] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(10372), 1, anon_sym_COMMA, ACTIONS(10375), 1, anon_sym_RPAREN, STATE(6476), 1, aux_sym_requires_parameter_list_repeat1, [224473] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(10377), 1, anon_sym_COMMA, ACTIONS(10379), 1, anon_sym_RBRACE, STATE(6546), 1, aux_sym_enumerator_list_repeat1, [224486] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(10275), 1, anon_sym_catch, STATE(642), 2, sym_catch_clause, aux_sym_constructor_try_statement_repeat1, [224497] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10381), 3, anon_sym_SEMI, anon_sym_COLON_COLON, anon_sym_LBRACE, [224506] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(8216), 1, anon_sym_COMMA, ACTIONS(10383), 1, anon_sym_SEMI, STATE(6499), 1, aux_sym_declaration_repeat1, [224519] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(8216), 1, anon_sym_COMMA, ACTIONS(10385), 1, anon_sym_SEMI, STATE(6499), 1, aux_sym_declaration_repeat1, [224532] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(6682), 1, anon_sym_COMMA, ACTIONS(10387), 1, anon_sym_GT2, STATE(6486), 1, aux_sym_template_argument_list_repeat1, [224545] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(9900), 1, anon_sym_COLON_COLON, ACTIONS(10389), 2, anon_sym_SEMI, anon_sym_LBRACE, [224556] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(6682), 1, anon_sym_COMMA, ACTIONS(10391), 1, anon_sym_GT2, STATE(6380), 1, aux_sym_template_argument_list_repeat1, [224569] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(6682), 1, anon_sym_COMMA, ACTIONS(10393), 1, anon_sym_GT2, STATE(6380), 1, aux_sym_template_argument_list_repeat1, [224582] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(6682), 1, anon_sym_COMMA, ACTIONS(10395), 1, anon_sym_GT2, STATE(6380), 1, aux_sym_template_argument_list_repeat1, [224595] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(9952), 1, anon_sym_COLON, ACTIONS(10397), 1, anon_sym_RPAREN, STATE(6567), 1, sym_gnu_asm_clobber_list, [224608] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(10045), 1, anon_sym_COMMA, ACTIONS(10399), 1, anon_sym_RPAREN, STATE(6309), 1, aux_sym_gnu_asm_goto_list_repeat1, [224621] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(10401), 1, sym_identifier, STATE(2850), 1, sym_template_function, STATE(3615), 1, sym_template_type, [224634] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(9859), 1, anon_sym_COLON, ACTIONS(10403), 1, anon_sym_RPAREN, STATE(6569), 1, sym_gnu_asm_input_operand_list, [224647] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(6852), 1, anon_sym_COMMA, ACTIONS(6854), 1, anon_sym_RBRACE, STATE(6548), 1, aux_sym_initializer_list_repeat1, [224660] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(10405), 1, anon_sym_COMMA, ACTIONS(10408), 1, anon_sym_RPAREN, STATE(6492), 1, aux_sym_parameter_list_repeat1, [224673] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(8892), 1, anon_sym_COMMA, ACTIONS(10410), 1, anon_sym_SEMI, STATE(6375), 1, aux_sym_type_definition_repeat2, [224686] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(6682), 1, anon_sym_COMMA, ACTIONS(10412), 1, anon_sym_GT2, STATE(6429), 1, aux_sym_template_argument_list_repeat1, [224699] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(10414), 1, sym_identifier, STATE(2982), 1, sym_template_function, STATE(3615), 1, sym_template_type, [224712] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(8284), 1, anon_sym_COLON, ACTIONS(8306), 1, anon_sym_RPAREN, STATE(6440), 1, sym_gnu_asm_output_operand_list, [224725] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(6830), 1, anon_sym_COMMA, ACTIONS(6832), 1, anon_sym_RBRACE, STATE(6445), 1, aux_sym_initializer_list_repeat1, [224738] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(6682), 1, anon_sym_COMMA, ACTIONS(10416), 1, anon_sym_GT2, STATE(6502), 1, aux_sym_template_argument_list_repeat1, [224751] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(10418), 1, anon_sym_COMMA, ACTIONS(10421), 1, anon_sym_SEMI, STATE(6499), 1, aux_sym_declaration_repeat1, [224764] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(6682), 1, anon_sym_COMMA, ACTIONS(10423), 1, anon_sym_GT2, STATE(6380), 1, aux_sym_template_argument_list_repeat1, [224777] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(6682), 1, anon_sym_COMMA, ACTIONS(10425), 1, anon_sym_GT2, STATE(6380), 1, aux_sym_template_argument_list_repeat1, [224790] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(6682), 1, anon_sym_COMMA, ACTIONS(10427), 1, anon_sym_GT2, STATE(6380), 1, aux_sym_template_argument_list_repeat1, [224803] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(6720), 1, anon_sym_COMMA, ACTIONS(10429), 1, anon_sym_RPAREN, STATE(6325), 1, aux_sym_argument_list_repeat1, [224816] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3974), 1, anon_sym_RBRACE, ACTIONS(10431), 1, anon_sym_COMMA, STATE(6305), 1, aux_sym_initializer_list_repeat1, [224829] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(8284), 1, anon_sym_COLON, ACTIONS(8405), 1, anon_sym_RPAREN, STATE(6550), 1, sym_gnu_asm_output_operand_list, [224842] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(6682), 1, anon_sym_COMMA, ACTIONS(10433), 1, anon_sym_GT2, STATE(6558), 1, aux_sym_template_argument_list_repeat1, [224855] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(8216), 1, anon_sym_COMMA, ACTIONS(10435), 1, anon_sym_SEMI, STATE(6370), 1, aux_sym_declaration_repeat1, [224868] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(10437), 1, anon_sym_COMMA, ACTIONS(10439), 1, anon_sym_RBRACE, STATE(6459), 1, aux_sym_enumerator_list_repeat1, [224881] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5718), 1, anon_sym_COMMA, ACTIONS(10441), 1, anon_sym_RBRACK, STATE(6293), 1, aux_sym_structured_binding_declarator_repeat1, [224894] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(6720), 1, anon_sym_COMMA, ACTIONS(6889), 1, anon_sym_RPAREN, STATE(6434), 1, aux_sym_argument_list_repeat1, [224907] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(10443), 1, anon_sym_COMMA, ACTIONS(10445), 1, anon_sym_RPAREN, STATE(6580), 1, aux_sym_throw_specifier_repeat1, [224920] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(9557), 1, anon_sym_COMMA, ACTIONS(10447), 1, anon_sym_LBRACE, STATE(6433), 1, aux_sym_base_class_clause_repeat1, [224933] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(9997), 1, anon_sym_COLON, ACTIONS(10449), 1, anon_sym_RPAREN, STATE(7140), 1, sym_gnu_asm_goto_list, [224946] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(6682), 1, anon_sym_COMMA, ACTIONS(10451), 1, anon_sym_GT2, STATE(6518), 1, aux_sym_template_argument_list_repeat1, [224959] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(9952), 1, anon_sym_COLON, ACTIONS(10453), 1, anon_sym_RPAREN, STATE(6536), 1, sym_gnu_asm_clobber_list, [224972] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(6682), 1, anon_sym_COMMA, ACTIONS(10455), 1, anon_sym_GT2, STATE(6380), 1, aux_sym_template_argument_list_repeat1, [224985] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(6682), 1, anon_sym_COMMA, ACTIONS(10457), 1, anon_sym_GT2, STATE(6380), 1, aux_sym_template_argument_list_repeat1, [224998] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(6682), 1, anon_sym_COMMA, ACTIONS(10459), 1, anon_sym_GT2, STATE(6380), 1, aux_sym_template_argument_list_repeat1, [225011] = 4, ACTIONS(7958), 1, anon_sym_LPAREN2, ACTIONS(7960), 1, sym_comment, ACTIONS(10461), 1, anon_sym_LF, STATE(5144), 1, sym_preproc_argument_list, [225024] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(10245), 1, anon_sym_COMMA, ACTIONS(10463), 1, anon_sym_RPAREN, STATE(6549), 1, aux_sym_preproc_params_repeat1, [225037] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10465), 3, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_COLON, [225046] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(9557), 1, anon_sym_COMMA, ACTIONS(10447), 1, anon_sym_LBRACE, STATE(6216), 1, aux_sym_base_class_clause_repeat1, [225059] = 4, ACTIONS(7958), 1, anon_sym_LPAREN2, ACTIONS(7960), 1, sym_comment, ACTIONS(10467), 1, anon_sym_LF, STATE(5144), 1, sym_preproc_argument_list, [225072] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(10133), 1, anon_sym_COMMA, ACTIONS(10469), 1, anon_sym_RPAREN, STATE(6492), 1, aux_sym_parameter_list_repeat1, [225085] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(10059), 1, anon_sym_catch, STATE(359), 2, sym_catch_clause, aux_sym_constructor_try_statement_repeat1, [225096] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(10471), 1, sym_identifier, STATE(3169), 1, sym_template_function, STATE(3615), 1, sym_template_type, [225109] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(10473), 1, anon_sym_COMMA, ACTIONS(10476), 1, anon_sym_LBRACE, STATE(6527), 1, aux_sym_field_initializer_list_repeat1, [225122] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(8216), 1, anon_sym_COMMA, ACTIONS(10478), 1, anon_sym_SEMI, STATE(6499), 1, aux_sym_declaration_repeat1, [225135] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(10480), 1, sym_identifier, STATE(2850), 1, sym_template_function, STATE(3615), 1, sym_template_type, [225148] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(6682), 1, anon_sym_COMMA, ACTIONS(10482), 1, anon_sym_GT2, STATE(6534), 1, aux_sym_template_argument_list_repeat1, [225161] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(8216), 1, anon_sym_COMMA, ACTIONS(10484), 1, anon_sym_SEMI, STATE(6499), 1, aux_sym_declaration_repeat1, [225174] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(6682), 1, anon_sym_COMMA, ACTIONS(10486), 1, anon_sym_GT2, STATE(6380), 1, aux_sym_template_argument_list_repeat1, [225187] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(6682), 1, anon_sym_COMMA, ACTIONS(10488), 1, anon_sym_GT2, STATE(6380), 1, aux_sym_template_argument_list_repeat1, [225200] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(6682), 1, anon_sym_COMMA, ACTIONS(10490), 1, anon_sym_GT2, STATE(6380), 1, aux_sym_template_argument_list_repeat1, [225213] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(8216), 1, anon_sym_COMMA, ACTIONS(10492), 1, anon_sym_SEMI, STATE(6480), 1, aux_sym_declaration_repeat1, [225226] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(9997), 1, anon_sym_COLON, ACTIONS(10494), 1, anon_sym_RPAREN, STATE(7149), 1, sym_gnu_asm_goto_list, [225239] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(10498), 1, anon_sym_RPAREN, ACTIONS(10496), 2, anon_sym_DOT_DOT_DOT, sym_identifier, [225250] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(10223), 1, anon_sym_catch, STATE(445), 2, sym_catch_clause, aux_sym_constructor_try_statement_repeat1, [225261] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(10500), 1, anon_sym_DOT_DOT_DOT, ACTIONS(10502), 2, anon_sym_COMMA, anon_sym_LBRACE, [225272] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(8074), 1, anon_sym_RPAREN, ACTIONS(10504), 1, anon_sym_COMMA, STATE(6540), 1, aux_sym_preproc_argument_list_repeat1, [225285] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(10507), 1, anon_sym_COMMA, ACTIONS(10510), 1, anon_sym_RBRACK_RBRACK, STATE(6541), 1, aux_sym_attribute_declaration_repeat1, [225298] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(6806), 1, anon_sym_COMMA, ACTIONS(10512), 1, anon_sym_RPAREN, STATE(6318), 1, aux_sym_generic_expression_repeat1, [225311] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(8892), 1, anon_sym_COMMA, ACTIONS(10514), 1, anon_sym_SEMI, STATE(6375), 1, aux_sym_type_definition_repeat2, [225324] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(6720), 1, anon_sym_COMMA, ACTIONS(10516), 1, anon_sym_RPAREN, STATE(6325), 1, aux_sym_argument_list_repeat1, [225337] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(9520), 1, sym_identifier, ACTIONS(10518), 1, anon_sym_RBRACE, STATE(6887), 1, sym_enumerator, [225350] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(10518), 1, anon_sym_RBRACE, ACTIONS(10520), 1, anon_sym_COMMA, STATE(6282), 1, aux_sym_enumerator_list_repeat1, [225363] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(9946), 1, anon_sym_COMMA, ACTIONS(10522), 1, anon_sym_GT2, STATE(6263), 1, aux_sym_template_parameter_list_repeat1, [225376] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3994), 1, anon_sym_RBRACE, ACTIONS(10524), 1, anon_sym_COMMA, STATE(6305), 1, aux_sym_initializer_list_repeat1, [225389] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(10526), 1, anon_sym_COMMA, ACTIONS(10529), 1, anon_sym_RPAREN, STATE(6549), 1, aux_sym_preproc_params_repeat1, [225402] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(9859), 1, anon_sym_COLON, ACTIONS(10531), 1, anon_sym_RPAREN, STATE(6572), 1, sym_gnu_asm_input_operand_list, [225415] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(9853), 1, anon_sym_catch, STATE(2419), 2, sym_catch_clause, aux_sym_constructor_try_statement_repeat1, [225426] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(8284), 1, anon_sym_COLON, ACTIONS(8436), 1, anon_sym_RPAREN, STATE(6573), 1, sym_gnu_asm_output_operand_list, [225439] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(7912), 1, anon_sym_COMMA, ACTIONS(10533), 1, anon_sym_RPAREN, STATE(6540), 1, aux_sym_preproc_argument_list_repeat1, [225452] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(8892), 1, anon_sym_COMMA, ACTIONS(10535), 1, anon_sym_SEMI, STATE(6375), 1, aux_sym_type_definition_repeat2, [225465] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(6682), 1, anon_sym_COMMA, ACTIONS(10537), 1, anon_sym_GT2, STATE(6380), 1, aux_sym_template_argument_list_repeat1, [225478] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(6682), 1, anon_sym_COMMA, ACTIONS(10539), 1, anon_sym_GT2, STATE(6380), 1, aux_sym_template_argument_list_repeat1, [225491] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(6720), 1, anon_sym_COMMA, ACTIONS(10541), 1, anon_sym_RPAREN, STATE(6325), 1, aux_sym_argument_list_repeat1, [225504] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(6682), 1, anon_sym_COMMA, ACTIONS(10543), 1, anon_sym_GT2, STATE(6380), 1, aux_sym_template_argument_list_repeat1, [225517] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(9557), 1, anon_sym_COMMA, ACTIONS(9559), 1, anon_sym_LBRACE, STATE(6216), 1, aux_sym_base_class_clause_repeat1, [225530] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(9557), 1, anon_sym_COMMA, ACTIONS(9559), 1, anon_sym_LBRACE, STATE(6231), 1, aux_sym_base_class_clause_repeat1, [225543] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(9861), 1, anon_sym_LPAREN2, ACTIONS(10545), 1, anon_sym_constexpr, STATE(184), 1, sym_condition_clause, [225556] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(10223), 1, anon_sym_catch, STATE(415), 2, sym_catch_clause, aux_sym_constructor_try_statement_repeat1, [225567] = 4, ACTIONS(7958), 1, anon_sym_LPAREN2, ACTIONS(7960), 1, sym_comment, ACTIONS(10547), 1, anon_sym_LF, STATE(5144), 1, sym_preproc_argument_list, [225580] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(8892), 1, anon_sym_COMMA, ACTIONS(10549), 1, anon_sym_SEMI, STATE(6375), 1, aux_sym_type_definition_repeat2, [225593] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(8892), 1, anon_sym_COMMA, ACTIONS(10551), 1, anon_sym_SEMI, STATE(6375), 1, aux_sym_type_definition_repeat2, [225606] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(9520), 1, sym_identifier, ACTIONS(10553), 1, anon_sym_RBRACE, STATE(6887), 1, sym_enumerator, [225619] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(9997), 1, anon_sym_COLON, ACTIONS(10555), 1, anon_sym_RPAREN, STATE(7494), 1, sym_gnu_asm_goto_list, [225632] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(10557), 1, anon_sym_COMMA, ACTIONS(10560), 1, anon_sym_RBRACK, STATE(6568), 1, aux_sym_structured_binding_declarator_repeat1, [225645] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(9952), 1, anon_sym_COLON, ACTIONS(10562), 1, anon_sym_RPAREN, STATE(6582), 1, sym_gnu_asm_clobber_list, [225658] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(9861), 1, anon_sym_LPAREN2, ACTIONS(10564), 1, anon_sym_constexpr, STATE(223), 1, sym_condition_clause, [225671] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10566), 3, anon_sym_LBRACK, anon_sym_EQ, anon_sym_DOT, [225680] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(9952), 1, anon_sym_COLON, ACTIONS(10568), 1, anon_sym_RPAREN, STATE(6605), 1, sym_gnu_asm_clobber_list, [225693] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(9859), 1, anon_sym_COLON, ACTIONS(10570), 1, anon_sym_RPAREN, STATE(6604), 1, sym_gnu_asm_input_operand_list, [225706] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(9861), 1, anon_sym_LPAREN2, ACTIONS(10572), 1, anon_sym_constexpr, STATE(169), 1, sym_condition_clause, [225719] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(8892), 1, anon_sym_COMMA, ACTIONS(10574), 1, anon_sym_SEMI, STATE(6375), 1, aux_sym_type_definition_repeat2, [225732] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(9954), 1, anon_sym_catch, STATE(808), 2, sym_catch_clause, aux_sym_constructor_try_statement_repeat1, [225743] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(10576), 1, anon_sym_DOT_DOT_DOT, ACTIONS(10578), 2, anon_sym_COMMA, anon_sym_LBRACE, [225754] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(9557), 1, anon_sym_COMMA, ACTIONS(9707), 1, anon_sym_LBRACE, STATE(6522), 1, aux_sym_base_class_clause_repeat1, [225767] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(9557), 1, anon_sym_COMMA, ACTIONS(9707), 1, anon_sym_LBRACE, STATE(6216), 1, aux_sym_base_class_clause_repeat1, [225780] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(10443), 1, anon_sym_COMMA, ACTIONS(10580), 1, anon_sym_RPAREN, STATE(6441), 1, aux_sym_throw_specifier_repeat1, [225793] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(10582), 1, anon_sym_DOT_DOT_DOT, ACTIONS(10584), 2, anon_sym_COMMA, anon_sym_LBRACE, [225804] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(9997), 1, anon_sym_COLON, ACTIONS(10586), 1, anon_sym_RPAREN, STATE(7503), 1, sym_gnu_asm_goto_list, [225817] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(8216), 1, anon_sym_COMMA, ACTIONS(10588), 1, anon_sym_SEMI, STATE(6220), 1, aux_sym_declaration_repeat1, [225830] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(10590), 1, sym_identifier, STATE(2850), 1, sym_template_function, STATE(3615), 1, sym_template_type, [225843] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(9516), 1, anon_sym_DASH_GT, ACTIONS(10592), 1, anon_sym_SEMI, STATE(7591), 1, sym_trailing_return_type, [225856] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(9827), 1, anon_sym_COMMA, ACTIONS(10594), 1, anon_sym_RBRACK_RBRACK, STATE(6455), 1, aux_sym_attribute_declaration_repeat1, [225869] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(9010), 3, anon_sym_LBRACK, anon_sym_EQ, anon_sym_DOT, [225878] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(9997), 1, anon_sym_COLON, ACTIONS(10596), 1, anon_sym_RPAREN, STATE(7634), 1, sym_gnu_asm_goto_list, [225891] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(9530), 3, anon_sym_SEMI, anon_sym_COLON_COLON, anon_sym_LBRACE, [225900] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(9520), 1, sym_identifier, ACTIONS(10598), 1, anon_sym_RBRACE, STATE(6887), 1, sym_enumerator, [225913] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(8284), 1, anon_sym_COLON, ACTIONS(8389), 1, anon_sym_RPAREN, STATE(6457), 1, sym_gnu_asm_output_operand_list, [225926] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(10600), 1, sym_identifier, STATE(2880), 1, sym_template_method, STATE(3615), 1, sym_template_type, [225939] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(6806), 1, anon_sym_COMMA, ACTIONS(10602), 1, anon_sym_RPAREN, STATE(6318), 1, aux_sym_generic_expression_repeat1, [225952] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(9997), 1, anon_sym_COLON, ACTIONS(10604), 1, anon_sym_RPAREN, STATE(7589), 1, sym_gnu_asm_goto_list, [225965] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(10606), 1, anon_sym_DOT_DOT_DOT, ACTIONS(10608), 2, anon_sym_COMMA, anon_sym_LBRACE, [225976] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(9952), 1, anon_sym_COLON, ACTIONS(10610), 1, anon_sym_RPAREN, STATE(6588), 1, sym_gnu_asm_clobber_list, [225989] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(10612), 1, sym_identifier, STATE(2850), 1, sym_template_function, STATE(3615), 1, sym_template_type, [226002] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(10024), 1, anon_sym_COMMA, ACTIONS(10614), 1, anon_sym_LBRACE, STATE(6527), 1, aux_sym_field_initializer_list_repeat1, [226015] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(6806), 1, anon_sym_COMMA, ACTIONS(10616), 1, anon_sym_RPAREN, STATE(6318), 1, aux_sym_generic_expression_repeat1, [226028] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(10598), 1, anon_sym_RBRACE, ACTIONS(10618), 1, anon_sym_COMMA, STATE(6282), 1, aux_sym_enumerator_list_repeat1, [226041] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(9997), 1, anon_sym_COLON, ACTIONS(10620), 1, anon_sym_RPAREN, STATE(7511), 1, sym_gnu_asm_goto_list, [226054] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6411), 1, anon_sym_EQ, ACTIONS(6409), 2, anon_sym_COMMA, anon_sym_GT2, [226065] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(6682), 1, anon_sym_COMMA, ACTIONS(10622), 1, anon_sym_GT2, STATE(6426), 1, aux_sym_template_argument_list_repeat1, [226078] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(9952), 1, anon_sym_COLON, ACTIONS(10624), 1, anon_sym_RPAREN, STATE(6601), 1, sym_gnu_asm_clobber_list, [226091] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(9997), 1, anon_sym_COLON, ACTIONS(10626), 1, anon_sym_RPAREN, STATE(7512), 1, sym_gnu_asm_goto_list, [226104] = 4, ACTIONS(7958), 1, anon_sym_LPAREN2, ACTIONS(7960), 1, sym_comment, ACTIONS(10628), 1, anon_sym_LF, STATE(5144), 1, sym_preproc_argument_list, [226117] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2043), 1, anon_sym_LBRACE, STATE(3541), 1, sym_initializer_list, [226127] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10630), 2, anon_sym_LPAREN2, anon_sym_LBRACE, [226135] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(49), 1, anon_sym_LBRACE, STATE(6273), 1, sym_compound_statement, [226145] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6282), 1, anon_sym_LPAREN2, STATE(6975), 1, sym_argument_list, [226155] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(8006), 1, anon_sym_LPAREN2, STATE(6896), 1, sym_parameter_list, [226165] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6173), 1, anon_sym_LBRACE, STATE(3660), 1, sym_field_declaration_list, [226175] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5302), 1, anon_sym_LPAREN2, STATE(3477), 1, sym_argument_list, [226185] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(10632), 1, sym_identifier, STATE(2851), 1, sym_template_type, [226195] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6159), 1, anon_sym_LT, STATE(2160), 1, sym_template_argument_list, [226205] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(10634), 1, anon_sym_default, ACTIONS(10636), 1, anon_sym_delete, [226215] = 3, ACTIONS(7960), 1, sym_comment, ACTIONS(10638), 1, anon_sym_LF, ACTIONS(10640), 1, sym_preproc_arg, [226225] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10630), 2, anon_sym_LPAREN2, anon_sym_LBRACE, [226233] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(9528), 1, sym_identifier, STATE(3615), 1, sym_template_type, [226243] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(10642), 1, anon_sym_default, ACTIONS(10644), 1, anon_sym_delete, [226253] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(9861), 1, anon_sym_LPAREN2, STATE(233), 1, sym_condition_clause, [226263] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(10646), 1, sym_identifier, STATE(3615), 1, sym_template_type, [226273] = 3, ACTIONS(7960), 1, sym_comment, ACTIONS(10648), 1, anon_sym_LF, ACTIONS(10650), 1, sym_preproc_arg, [226283] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1947), 1, anon_sym_LBRACE, STATE(2996), 1, sym_initializer_list, [226293] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10630), 2, anon_sym_LPAREN2, anon_sym_LBRACE, [226301] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(10652), 1, sym_identifier, ACTIONS(10654), 1, anon_sym_LPAREN2, [226311] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(10656), 1, sym_identifier, STATE(2905), 1, sym_template_type, [226321] = 3, ACTIONS(7960), 1, sym_comment, ACTIONS(10658), 1, anon_sym_LF, ACTIONS(10660), 1, sym_preproc_arg, [226331] = 3, ACTIONS(7960), 1, sym_comment, ACTIONS(10662), 1, anon_sym_LF, ACTIONS(10664), 1, sym_preproc_arg, [226341] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6498), 1, anon_sym_LBRACE, STATE(3985), 1, sym_field_declaration_list, [226351] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(9861), 1, anon_sym_LPAREN2, STATE(151), 1, sym_condition_clause, [226361] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(49), 1, anon_sym_LBRACE, STATE(6351), 1, sym_compound_statement, [226371] = 2, ACTIONS(7960), 1, sym_comment, ACTIONS(10666), 2, aux_sym_char_literal_token1, sym_escape_sequence, [226379] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(10668), 1, anon_sym_LT, STATE(2225), 1, sym_template_argument_list, [226389] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10578), 2, anon_sym_COMMA, anon_sym_LBRACE, [226397] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5295), 1, anon_sym_LBRACE, STATE(3286), 1, sym_field_declaration_list, [226407] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(9861), 1, anon_sym_LPAREN2, STATE(311), 1, sym_condition_clause, [226417] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(10670), 1, anon_sym_LPAREN2, STATE(7063), 1, sym_parenthesized_expression, [226427] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5333), 1, anon_sym_LBRACE, STATE(3096), 1, sym_field_declaration_list, [226437] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6498), 1, anon_sym_LBRACE, STATE(3935), 1, sym_field_declaration_list, [226447] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6498), 1, anon_sym_LBRACE, STATE(3953), 1, sym_field_declaration_list, [226457] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6498), 1, anon_sym_LBRACE, STATE(3909), 1, sym_field_declaration_list, [226467] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1732), 1, anon_sym_LBRACE, STATE(1529), 1, sym_compound_statement, [226477] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(8006), 1, anon_sym_LPAREN2, STATE(6787), 1, sym_parameter_list, [226487] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(49), 1, anon_sym_LBRACE, STATE(6328), 1, sym_compound_statement, [226497] = 2, ACTIONS(7960), 1, sym_comment, ACTIONS(10672), 2, aux_sym_char_literal_token1, sym_escape_sequence, [226505] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(9861), 1, anon_sym_LPAREN2, STATE(269), 1, sym_condition_clause, [226515] = 2, ACTIONS(7960), 1, sym_comment, ACTIONS(10674), 2, aux_sym_char_literal_token1, sym_escape_sequence, [226523] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(9861), 1, anon_sym_LPAREN2, STATE(234), 1, sym_condition_clause, [226533] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(9861), 1, anon_sym_LPAREN2, STATE(183), 1, sym_condition_clause, [226543] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(49), 1, anon_sym_LBRACE, STATE(950), 1, sym_compound_statement, [226553] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(49), 1, anon_sym_LBRACE, STATE(6211), 1, sym_compound_statement, [226563] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(9861), 1, anon_sym_LPAREN2, STATE(6784), 1, sym_condition_clause, [226573] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(9530), 1, anon_sym_COLON_COLON, ACTIONS(10676), 1, anon_sym_SEMI, [226583] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(253), 1, anon_sym_LBRACE, STATE(452), 1, sym_compound_statement, [226593] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(786), 1, anon_sym_LBRACE, STATE(820), 1, sym_compound_statement, [226603] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(9520), 1, sym_identifier, STATE(6887), 1, sym_enumerator, [226613] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10560), 2, anon_sym_COMMA, anon_sym_RBRACK, [226621] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(49), 1, anon_sym_LBRACE, STATE(6400), 1, sym_compound_statement, [226631] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(10670), 1, anon_sym_LPAREN2, STATE(7145), 1, sym_parenthesized_expression, [226641] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(10678), 1, sym_identifier, STATE(6475), 1, sym_attribute, [226651] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10680), 2, anon_sym_DOT_DOT_DOT, sym_identifier, [226659] = 2, ACTIONS(7960), 1, sym_comment, ACTIONS(10682), 2, anon_sym_LF, sym_preproc_arg, [226667] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6207), 1, anon_sym_LT, STATE(4044), 1, sym_template_argument_list, [226677] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6498), 1, anon_sym_LBRACE, STATE(3921), 1, sym_field_declaration_list, [226687] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6498), 1, anon_sym_LBRACE, STATE(3923), 1, sym_field_declaration_list, [226697] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6498), 1, anon_sym_LBRACE, STATE(3924), 1, sym_field_declaration_list, [226707] = 2, ACTIONS(7960), 1, sym_comment, ACTIONS(10684), 2, anon_sym_LF, sym_preproc_arg, [226715] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(49), 1, anon_sym_LBRACE, STATE(6424), 1, sym_compound_statement, [226725] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6173), 1, anon_sym_LBRACE, STATE(3663), 1, sym_field_declaration_list, [226735] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6173), 1, anon_sym_LBRACE, STATE(3672), 1, sym_field_declaration_list, [226745] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(10686), 1, anon_sym_LT, STATE(2116), 1, sym_template_argument_list, [226755] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6173), 1, anon_sym_LBRACE, STATE(3682), 1, sym_field_declaration_list, [226765] = 3, ACTIONS(7960), 1, sym_comment, ACTIONS(10688), 1, anon_sym_LF, ACTIONS(10690), 1, sym_preproc_arg, [226775] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(10692), 1, anon_sym_default, ACTIONS(10694), 1, anon_sym_delete, [226785] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10529), 2, anon_sym_COMMA, anon_sym_RPAREN, [226793] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6780), 1, anon_sym_RPAREN, ACTIONS(6782), 1, anon_sym_SEMI, [226803] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(10668), 1, anon_sym_LT, STATE(3201), 1, sym_template_argument_list, [226813] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(351), 1, anon_sym_LBRACE, STATE(818), 1, sym_compound_statement, [226823] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6159), 1, anon_sym_LT, STATE(2832), 1, sym_template_argument_list, [226833] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(8006), 1, anon_sym_LPAREN2, STATE(6765), 1, sym_parameter_list, [226843] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1997), 1, anon_sym_LBRACE, STATE(3249), 1, sym_initializer_list, [226853] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10510), 2, anon_sym_COMMA, anon_sym_RBRACK_RBRACK, [226861] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6159), 1, anon_sym_LT, STATE(5599), 1, sym_template_argument_list, [226871] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(7706), 1, anon_sym_LBRACE, STATE(3470), 1, sym_requirement_seq, [226881] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(10670), 1, anon_sym_LPAREN2, STATE(7368), 1, sym_parenthesized_expression, [226891] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2097), 1, anon_sym_LBRACE, STATE(3622), 1, sym_initializer_list, [226901] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10502), 2, anon_sym_COMMA, anon_sym_LBRACE, [226909] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(10696), 1, anon_sym_LPAREN2, ACTIONS(10698), 1, sym_raw_string_delimiter, [226919] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6159), 1, anon_sym_LT, STATE(6401), 1, sym_template_argument_list, [226929] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(10700), 1, anon_sym_LT, STATE(2084), 1, sym_template_argument_list, [226939] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(786), 1, anon_sym_LBRACE, STATE(1214), 1, sym_compound_statement, [226949] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(10702), 1, anon_sym_default, ACTIONS(10704), 1, anon_sym_delete, [226959] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10706), 2, anon_sym_COMMA, anon_sym_LBRACE, [226967] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10476), 2, anon_sym_COMMA, anon_sym_LBRACE, [226975] = 3, ACTIONS(7960), 1, sym_comment, ACTIONS(10708), 1, anon_sym_LF, ACTIONS(10710), 1, sym_preproc_arg, [226985] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(8006), 1, anon_sym_LPAREN2, STATE(6902), 1, sym_parameter_list, [226995] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4580), 1, anon_sym_LBRACE, STATE(559), 1, sym_declaration_list, [227005] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(10712), 1, anon_sym_LT, STATE(2543), 1, sym_template_argument_list, [227015] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10714), 2, anon_sym_COMMA, anon_sym_LBRACE, [227023] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6159), 1, anon_sym_LT, STATE(4521), 1, sym_template_argument_list, [227033] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5295), 1, anon_sym_LBRACE, STATE(3280), 1, sym_field_declaration_list, [227043] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(10716), 1, anon_sym_LT, STATE(3038), 1, sym_template_argument_list, [227053] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(7726), 1, anon_sym_LBRACE, STATE(2957), 1, sym_requirement_seq, [227063] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(10718), 1, sym_identifier, STATE(2510), 1, sym_template_type, [227073] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(253), 1, anon_sym_LBRACE, STATE(561), 1, sym_compound_statement, [227083] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(49), 1, anon_sym_LBRACE, STATE(6551), 1, sym_compound_statement, [227093] = 2, ACTIONS(7960), 1, sym_comment, ACTIONS(10720), 2, aux_sym_char_literal_token1, sym_escape_sequence, [227101] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(9861), 1, anon_sym_LPAREN2, STATE(6643), 1, sym_condition_clause, [227111] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(10722), 1, sym_identifier, ACTIONS(10724), 1, anon_sym_LPAREN2, [227121] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6173), 1, anon_sym_LBRACE, STATE(3732), 1, sym_field_declaration_list, [227131] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(10726), 1, sym_identifier, STATE(2215), 1, sym_template_type, [227141] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5333), 1, anon_sym_LBRACE, STATE(3086), 1, sym_field_declaration_list, [227151] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4698), 1, anon_sym_LBRACE, STATE(2266), 1, sym_field_declaration_list, [227161] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5333), 1, anon_sym_LBRACE, STATE(3085), 1, sym_field_declaration_list, [227171] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5333), 1, anon_sym_LBRACE, STATE(3077), 1, sym_field_declaration_list, [227181] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(10712), 1, anon_sym_LT, STATE(3038), 1, sym_template_argument_list, [227191] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5252), 1, anon_sym_LPAREN2, STATE(3282), 1, sym_argument_list, [227201] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10408), 2, anon_sym_COMMA, anon_sym_RPAREN, [227209] = 3, ACTIONS(7960), 1, sym_comment, ACTIONS(10728), 1, anon_sym_LF, ACTIONS(10730), 1, sym_preproc_arg, [227219] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6498), 1, anon_sym_LBRACE, STATE(3960), 1, sym_field_declaration_list, [227229] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6498), 1, anon_sym_LBRACE, STATE(3974), 1, sym_field_declaration_list, [227239] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10389), 2, anon_sym_SEMI, anon_sym_LBRACE, [227247] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(10686), 1, anon_sym_LT, STATE(2113), 1, sym_template_argument_list, [227257] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(7484), 1, anon_sym_LT, STATE(4673), 1, sym_template_argument_list, [227267] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, anon_sym_LPAREN2, STATE(2952), 1, sym_argument_list, [227277] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4586), 1, anon_sym_LBRACE, STATE(1286), 1, sym_declaration_list, [227287] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10375), 2, anon_sym_COMMA, anon_sym_RPAREN, [227295] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6173), 1, anon_sym_LBRACE, STATE(3677), 1, sym_field_declaration_list, [227305] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6159), 1, anon_sym_LT, STATE(4044), 1, sym_template_argument_list, [227315] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(786), 1, anon_sym_LBRACE, STATE(1279), 1, sym_compound_statement, [227325] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(49), 1, anon_sym_LBRACE, STATE(6562), 1, sym_compound_statement, [227335] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(10732), 1, sym_identifier, ACTIONS(10734), 1, anon_sym_RPAREN, [227345] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(10736), 1, anon_sym_LT, STATE(2676), 1, sym_template_argument_list, [227355] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6207), 1, anon_sym_LT, STATE(4399), 1, sym_template_argument_list, [227365] = 3, ACTIONS(7960), 1, sym_comment, ACTIONS(10738), 1, anon_sym_LF, ACTIONS(10740), 1, sym_preproc_arg, [227375] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6159), 1, anon_sym_LT, STATE(3781), 1, sym_template_argument_list, [227385] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1899), 1, anon_sym_LBRACE, STATE(3972), 1, sym_initializer_list, [227395] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(10668), 1, anon_sym_LT, STATE(2831), 1, sym_template_argument_list, [227405] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8725), 2, anon_sym_COMMA, anon_sym_SEMI, [227413] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(8006), 1, anon_sym_LPAREN2, STATE(6923), 1, sym_parameter_list, [227423] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5333), 1, anon_sym_LBRACE, STATE(3081), 1, sym_field_declaration_list, [227433] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10310), 2, anon_sym_COMMA, anon_sym_RPAREN, [227441] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5333), 1, anon_sym_LBRACE, STATE(3079), 1, sym_field_declaration_list, [227451] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(351), 1, anon_sym_LBRACE, STATE(793), 1, sym_compound_statement, [227461] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7079), 2, anon_sym_COMMA, anon_sym_RPAREN, [227469] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4580), 1, anon_sym_LBRACE, STATE(587), 1, sym_declaration_list, [227479] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(8006), 1, anon_sym_LPAREN2, STATE(6656), 1, sym_parameter_list, [227489] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10742), 2, anon_sym_COMMA, anon_sym_GT2, [227497] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4698), 1, anon_sym_LBRACE, STATE(2282), 1, sym_field_declaration_list, [227507] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4698), 1, anon_sym_LBRACE, STATE(2286), 1, sym_field_declaration_list, [227517] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(7746), 1, anon_sym_LBRACE, STATE(4038), 1, sym_requirement_seq, [227527] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4698), 1, anon_sym_LBRACE, STATE(2241), 1, sym_field_declaration_list, [227537] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5096), 1, anon_sym_LBRACE, STATE(2772), 1, sym_field_declaration_list, [227547] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(351), 1, anon_sym_LBRACE, STATE(675), 1, sym_compound_statement, [227557] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6173), 1, anon_sym_LBRACE, STATE(3733), 1, sym_field_declaration_list, [227567] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4586), 1, anon_sym_LBRACE, STATE(1284), 1, sym_declaration_list, [227577] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(10670), 1, anon_sym_LPAREN2, STATE(7556), 1, sym_parenthesized_expression, [227587] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4698), 1, anon_sym_LBRACE, STATE(2284), 1, sym_field_declaration_list, [227597] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10329), 2, anon_sym_COMMA, anon_sym_GT2, [227605] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10076), 2, anon_sym_COMMA, anon_sym_LBRACE, [227613] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(10744), 1, anon_sym_LT, STATE(2188), 1, sym_template_argument_list, [227623] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(49), 1, anon_sym_LBRACE, STATE(6251), 1, sym_compound_statement, [227633] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(7575), 1, anon_sym_LT, STATE(2676), 1, sym_template_argument_list, [227643] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(8693), 1, anon_sym_LBRACE, STATE(2578), 1, sym_compound_statement, [227653] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10746), 2, anon_sym_COMMA, anon_sym_GT2, [227661] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(10748), 1, anon_sym_LPAREN2, ACTIONS(10750), 1, sym_raw_string_delimiter, [227671] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5295), 1, anon_sym_LBRACE, STATE(3344), 1, sym_field_declaration_list, [227681] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(49), 1, anon_sym_LBRACE, STATE(6262), 1, sym_compound_statement, [227691] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5295), 1, anon_sym_LBRACE, STATE(3346), 1, sym_field_declaration_list, [227701] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5333), 1, anon_sym_LBRACE, STATE(3075), 1, sym_field_declaration_list, [227711] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(9861), 1, anon_sym_LPAREN2, STATE(264), 1, sym_condition_clause, [227721] = 2, ACTIONS(7960), 1, sym_comment, ACTIONS(10752), 2, anon_sym_LF, sym_preproc_arg, [227729] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(8711), 1, anon_sym_LBRACE, STATE(2581), 1, sym_compound_statement, [227739] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5333), 1, anon_sym_LBRACE, STATE(3074), 1, sym_field_declaration_list, [227749] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(786), 1, anon_sym_LBRACE, STATE(1054), 1, sym_compound_statement, [227759] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6498), 1, anon_sym_LBRACE, STATE(3907), 1, sym_field_declaration_list, [227769] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5333), 1, anon_sym_LBRACE, STATE(3073), 1, sym_field_declaration_list, [227779] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(10744), 1, anon_sym_LT, STATE(3220), 1, sym_template_argument_list, [227789] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(10700), 1, anon_sym_LT, STATE(2929), 1, sym_template_argument_list, [227799] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5333), 1, anon_sym_LBRACE, STATE(3072), 1, sym_field_declaration_list, [227809] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5682), 1, anon_sym_LT, STATE(3223), 1, sym_template_argument_list, [227819] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6822), 2, anon_sym_RPAREN, anon_sym_SEMI, [227827] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(738), 1, anon_sym_LBRACE, STATE(1151), 1, sym_compound_statement, [227837] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(49), 1, anon_sym_LBRACE, STATE(1369), 1, sym_compound_statement, [227847] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(9530), 1, anon_sym_COLON_COLON, ACTIONS(10754), 1, anon_sym_SEMI, [227857] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(738), 1, anon_sym_LBRACE, STATE(819), 1, sym_compound_statement, [227867] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(10756), 1, sym_identifier, STATE(2215), 1, sym_template_type, [227877] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5295), 1, anon_sym_LBRACE, STATE(3316), 1, sym_field_declaration_list, [227887] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(10758), 1, sym_identifier, STATE(4674), 1, sym_template_type, [227897] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5279), 1, anon_sym_LT, STATE(2160), 1, sym_template_argument_list, [227907] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4588), 1, anon_sym_LBRACE, STATE(777), 1, sym_declaration_list, [227917] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5295), 1, anon_sym_LBRACE, STATE(3318), 1, sym_field_declaration_list, [227927] = 3, ACTIONS(7960), 1, sym_comment, ACTIONS(10760), 1, anon_sym_LF, ACTIONS(10762), 1, sym_preproc_arg, [227937] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(10686), 1, anon_sym_LT, STATE(2112), 1, sym_template_argument_list, [227947] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5295), 1, anon_sym_LBRACE, STATE(3319), 1, sym_field_declaration_list, [227957] = 2, ACTIONS(7960), 1, sym_comment, ACTIONS(10764), 2, aux_sym_char_literal_token1, sym_escape_sequence, [227965] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(9882), 2, anon_sym_COMMA, anon_sym_SEMI, [227973] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(10766), 1, sym_identifier, STATE(2574), 1, sym_template_type, [227983] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10768), 2, anon_sym_COMMA, anon_sym_GT2, [227991] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10770), 2, anon_sym_COMMA, anon_sym_RBRACK_RBRACK, [227999] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(49), 1, anon_sym_LBRACE, STATE(6295), 1, sym_compound_statement, [228009] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10772), 2, anon_sym_COMMA, anon_sym_GT2, [228017] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(7646), 1, anon_sym_LBRACE, STATE(4808), 1, sym_field_declaration_list, [228027] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(7646), 1, anon_sym_LBRACE, STATE(4791), 1, sym_field_declaration_list, [228037] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(10774), 1, anon_sym_default, ACTIONS(10776), 1, anon_sym_delete, [228047] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(7646), 1, anon_sym_LBRACE, STATE(4792), 1, sym_field_declaration_list, [228057] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(7646), 1, anon_sym_LBRACE, STATE(4793), 1, sym_field_declaration_list, [228067] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(7736), 1, anon_sym_LBRACE, STATE(3212), 1, sym_requirement_seq, [228077] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3605), 1, anon_sym_LBRACE, STATE(4484), 1, sym_initializer_list, [228087] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(10778), 1, sym_identifier, STATE(2767), 1, sym_template_type, [228097] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4698), 1, anon_sym_LBRACE, STATE(2262), 1, sym_field_declaration_list, [228107] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5204), 1, anon_sym_LBRACE, STATE(2894), 1, sym_field_declaration_list, [228117] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4698), 1, anon_sym_LBRACE, STATE(2260), 1, sym_field_declaration_list, [228127] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4698), 1, anon_sym_LBRACE, STATE(2265), 1, sym_field_declaration_list, [228137] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(8693), 1, anon_sym_LBRACE, STATE(2638), 1, sym_compound_statement, [228147] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(8651), 1, anon_sym_LBRACE, STATE(2413), 1, sym_compound_statement, [228157] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(7646), 1, anon_sym_LBRACE, STATE(4796), 1, sym_field_declaration_list, [228167] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(7646), 1, anon_sym_LBRACE, STATE(4801), 1, sym_field_declaration_list, [228177] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(7646), 1, anon_sym_LBRACE, STATE(4802), 1, sym_field_declaration_list, [228187] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(9861), 1, anon_sym_LPAREN2, STATE(201), 1, sym_condition_clause, [228197] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(10780), 1, anon_sym_LPAREN2, ACTIONS(10782), 1, sym_raw_string_delimiter, [228207] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(9612), 1, anon_sym_LBRACE, STATE(2185), 1, sym_requirement_seq, [228217] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(9861), 1, anon_sym_LPAREN2, STATE(6651), 1, sym_condition_clause, [228227] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(9861), 1, anon_sym_LPAREN2, STATE(176), 1, sym_condition_clause, [228237] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(10678), 1, sym_identifier, STATE(6586), 1, sym_attribute, [228247] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(10784), 1, anon_sym_default, ACTIONS(10786), 1, anon_sym_delete, [228257] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(8711), 1, anon_sym_LBRACE, STATE(2636), 1, sym_compound_statement, [228267] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(9861), 1, anon_sym_LPAREN2, STATE(6655), 1, sym_condition_clause, [228277] = 3, ACTIONS(7960), 1, sym_comment, ACTIONS(10788), 1, anon_sym_LF, ACTIONS(10790), 1, sym_preproc_arg, [228287] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(9861), 1, anon_sym_LPAREN2, STATE(172), 1, sym_condition_clause, [228297] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10792), 2, anon_sym_COMMA, anon_sym_LBRACE, [228305] = 2, ACTIONS(7960), 1, sym_comment, ACTIONS(10794), 2, aux_sym_char_literal_token1, sym_escape_sequence, [228313] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(10744), 1, anon_sym_LT, STATE(3028), 1, sym_template_argument_list, [228323] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(8665), 1, anon_sym_LBRACE, STATE(2379), 1, sym_compound_statement, [228333] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(49), 1, anon_sym_LBRACE, STATE(6525), 1, sym_compound_statement, [228343] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(7575), 1, anon_sym_LT, STATE(2609), 1, sym_template_argument_list, [228353] = 3, ACTIONS(7960), 1, sym_comment, ACTIONS(10796), 1, anon_sym_LF, ACTIONS(10798), 1, sym_preproc_arg, [228363] = 3, ACTIONS(7960), 1, sym_comment, ACTIONS(10800), 1, anon_sym_LF, ACTIONS(10802), 1, sym_preproc_arg, [228373] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10804), 2, anon_sym_COMMA, anon_sym_RBRACK_RBRACK, [228381] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(8006), 1, anon_sym_LPAREN2, STATE(6817), 1, sym_parameter_list, [228391] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5204), 1, anon_sym_LBRACE, STATE(2936), 1, sym_field_declaration_list, [228401] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(10806), 1, sym_identifier, STATE(3615), 1, sym_template_type, [228411] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(8651), 1, anon_sym_LBRACE, STATE(2458), 1, sym_compound_statement, [228421] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(10808), 1, sym_identifier, STATE(3508), 1, sym_template_method, [228431] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(10810), 1, sym_identifier, STATE(2880), 1, sym_template_method, [228441] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(7646), 1, anon_sym_LBRACE, STATE(4806), 1, sym_field_declaration_list, [228451] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4588), 1, anon_sym_LBRACE, STATE(754), 1, sym_declaration_list, [228461] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5204), 1, anon_sym_LBRACE, STATE(2934), 1, sym_field_declaration_list, [228471] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6282), 1, anon_sym_LPAREN2, STATE(7241), 1, sym_argument_list, [228481] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(49), 1, anon_sym_LBRACE, STATE(6438), 1, sym_compound_statement, [228491] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(9861), 1, anon_sym_LPAREN2, STATE(294), 1, sym_condition_clause, [228501] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(7646), 1, anon_sym_LBRACE, STATE(4807), 1, sym_field_declaration_list, [228511] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(10668), 1, anon_sym_LT, STATE(3436), 1, sym_template_argument_list, [228521] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(49), 1, anon_sym_LBRACE, STATE(6576), 1, sym_compound_statement, [228531] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5096), 1, anon_sym_LBRACE, STATE(2763), 1, sym_field_declaration_list, [228541] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(49), 1, anon_sym_LBRACE, STATE(6363), 1, sym_compound_statement, [228551] = 2, ACTIONS(7960), 1, sym_comment, ACTIONS(10812), 2, aux_sym_char_literal_token1, sym_escape_sequence, [228559] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(10814), 1, anon_sym_default, ACTIONS(10816), 1, anon_sym_delete, [228569] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7073), 2, anon_sym_COMMA, anon_sym_RBRACE, [228577] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(9861), 1, anon_sym_LPAREN2, STATE(283), 1, sym_condition_clause, [228587] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(7617), 1, anon_sym_LT, STATE(2904), 1, sym_template_argument_list, [228597] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(9861), 1, anon_sym_LPAREN2, STATE(6776), 1, sym_condition_clause, [228607] = 3, ACTIONS(7960), 1, sym_comment, ACTIONS(10818), 1, anon_sym_LF, ACTIONS(10820), 1, sym_preproc_arg, [228617] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(738), 1, anon_sym_LBRACE, STATE(1259), 1, sym_compound_statement, [228627] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(10700), 1, anon_sym_LT, STATE(2170), 1, sym_template_argument_list, [228637] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(8711), 1, anon_sym_LBRACE, STATE(2728), 1, sym_compound_statement, [228647] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(10822), 1, sym_identifier, STATE(2880), 1, sym_template_method, [228657] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5096), 1, anon_sym_LBRACE, STATE(2762), 1, sym_field_declaration_list, [228667] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(9703), 1, anon_sym_LBRACE, STATE(5489), 1, sym_requirement_seq, [228677] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(10670), 1, anon_sym_LPAREN2, STATE(7287), 1, sym_parenthesized_expression, [228687] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6159), 1, anon_sym_LT, STATE(2212), 1, sym_template_argument_list, [228697] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(10824), 1, anon_sym_LPAREN2, ACTIONS(10826), 1, sym_raw_string_delimiter, [228707] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(10678), 1, sym_identifier, STATE(6385), 1, sym_attribute, [228717] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10828), 2, anon_sym_COMMA, anon_sym_RPAREN, [228725] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(8006), 1, anon_sym_LPAREN2, STATE(6926), 1, sym_parameter_list, [228735] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(8665), 1, anon_sym_LBRACE, STATE(2343), 1, sym_compound_statement, [228745] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6207), 1, anon_sym_LT, STATE(3781), 1, sym_template_argument_list, [228755] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(7646), 1, anon_sym_LBRACE, STATE(4783), 1, sym_field_declaration_list, [228765] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5204), 1, anon_sym_LBRACE, STATE(2917), 1, sym_field_declaration_list, [228775] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5204), 1, anon_sym_LBRACE, STATE(2915), 1, sym_field_declaration_list, [228785] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5204), 1, anon_sym_LBRACE, STATE(2911), 1, sym_field_declaration_list, [228795] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(10712), 1, anon_sym_LT, STATE(2858), 1, sym_template_argument_list, [228805] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(49), 1, anon_sym_LBRACE, STATE(6315), 1, sym_compound_statement, [228815] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(10830), 1, sym_identifier, STATE(3222), 1, sym_template_method, [228825] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4582), 1, anon_sym_LBRACE, STATE(1270), 1, sym_declaration_list, [228835] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(9991), 2, anon_sym_COMMA, anon_sym_RBRACE, [228843] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(10832), 1, sym_identifier, STATE(2824), 1, sym_template_type, [228853] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5096), 1, anon_sym_LBRACE, STATE(2821), 1, sym_field_declaration_list, [228863] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(10834), 1, anon_sym_LPAREN2, ACTIONS(10836), 1, sym_raw_string_delimiter, [228873] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6788), 2, anon_sym_COMMA, anon_sym_SEMI, [228881] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(49), 1, anon_sym_LBRACE, STATE(6394), 1, sym_compound_statement, [228891] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(253), 1, anon_sym_LBRACE, STATE(553), 1, sym_compound_statement, [228901] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(7716), 1, anon_sym_LBRACE, STATE(3589), 1, sym_requirement_seq, [228911] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(49), 1, anon_sym_LBRACE, STATE(1328), 1, sym_compound_statement, [228921] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1732), 1, anon_sym_LBRACE, STATE(1455), 1, sym_compound_statement, [228931] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6883), 2, anon_sym_COMMA, anon_sym_RBRACE, [228939] = 3, ACTIONS(7960), 1, sym_comment, ACTIONS(10838), 1, anon_sym_LF, ACTIONS(10840), 1, sym_preproc_arg, [228949] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6282), 1, anon_sym_LPAREN2, STATE(7283), 1, sym_argument_list, [228959] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(8006), 1, anon_sym_LPAREN2, STATE(6774), 1, sym_parameter_list, [228969] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5260), 1, anon_sym_LBRACE, STATE(3113), 1, sym_field_declaration_list, [228979] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(49), 1, anon_sym_LBRACE, STATE(809), 1, sym_compound_statement, [228989] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(10842), 1, anon_sym_default, ACTIONS(10844), 1, anon_sym_delete, [228999] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5204), 1, anon_sym_LBRACE, STATE(2893), 1, sym_field_declaration_list, [229009] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(738), 1, anon_sym_LBRACE, STATE(1249), 1, sym_compound_statement, [229019] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5260), 1, anon_sym_LBRACE, STATE(3114), 1, sym_field_declaration_list, [229029] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(10846), 1, anon_sym_LPAREN2, ACTIONS(10848), 1, sym_raw_string_delimiter, [229039] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5096), 1, anon_sym_LBRACE, STATE(2818), 1, sym_field_declaration_list, [229049] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5096), 1, anon_sym_LBRACE, STATE(2817), 1, sym_field_declaration_list, [229059] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(9530), 1, anon_sym_COLON_COLON, ACTIONS(10850), 1, anon_sym_SEMI, [229069] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5096), 1, anon_sym_LBRACE, STATE(2814), 1, sym_field_declaration_list, [229079] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5260), 1, anon_sym_LBRACE, STATE(3115), 1, sym_field_declaration_list, [229089] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(8693), 1, anon_sym_LBRACE, STATE(2707), 1, sym_compound_statement, [229099] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(10686), 1, anon_sym_LT, STATE(2832), 1, sym_template_argument_list, [229109] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5204), 1, anon_sym_LBRACE, STATE(2886), 1, sym_field_declaration_list, [229119] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5260), 1, anon_sym_LBRACE, STATE(3116), 1, sym_field_declaration_list, [229129] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5204), 1, anon_sym_LBRACE, STATE(2885), 1, sym_field_declaration_list, [229139] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5204), 1, anon_sym_LBRACE, STATE(2883), 1, sym_field_declaration_list, [229149] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6282), 1, anon_sym_LPAREN2, STATE(7218), 1, sym_argument_list, [229159] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4584), 1, anon_sym_LBRACE, STATE(1352), 1, sym_declaration_list, [229169] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(9530), 1, anon_sym_COLON_COLON, ACTIONS(10852), 1, anon_sym_SEMI, [229179] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(10678), 1, sym_identifier, STATE(6222), 1, sym_attribute, [229189] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(8665), 1, anon_sym_LBRACE, STATE(2293), 1, sym_compound_statement, [229199] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5260), 1, anon_sym_LBRACE, STATE(3118), 1, sym_field_declaration_list, [229209] = 3, ACTIONS(7960), 1, sym_comment, ACTIONS(10854), 1, anon_sym_LF, ACTIONS(10856), 1, sym_preproc_arg, [229219] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(253), 1, anon_sym_LBRACE, STATE(378), 1, sym_compound_statement, [229229] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5260), 1, anon_sym_LBRACE, STATE(3121), 1, sym_field_declaration_list, [229239] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(49), 1, anon_sym_LBRACE, STATE(6242), 1, sym_compound_statement, [229249] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(7696), 1, anon_sym_LBRACE, STATE(3802), 1, sym_requirement_seq, [229259] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5260), 1, anon_sym_LBRACE, STATE(3122), 1, sym_field_declaration_list, [229269] = 3, ACTIONS(7960), 1, sym_comment, ACTIONS(10858), 1, anon_sym_LF, ACTIONS(10860), 1, sym_preproc_arg, [229279] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(8651), 1, anon_sym_LBRACE, STATE(2435), 1, sym_compound_statement, [229289] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4698), 1, anon_sym_LBRACE, STATE(2253), 1, sym_field_declaration_list, [229299] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(7575), 1, anon_sym_LT, STATE(2160), 1, sym_template_argument_list, [229309] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(9530), 1, anon_sym_COLON_COLON, ACTIONS(10862), 1, anon_sym_SEMI, [229319] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4698), 1, anon_sym_LBRACE, STATE(2257), 1, sym_field_declaration_list, [229329] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(10864), 1, sym_identifier, STATE(2215), 1, sym_template_type, [229339] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6207), 1, anon_sym_LT, STATE(2160), 1, sym_template_argument_list, [229349] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(351), 1, anon_sym_LBRACE, STATE(551), 1, sym_compound_statement, [229359] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6207), 1, anon_sym_LT, STATE(5599), 1, sym_template_argument_list, [229369] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(10866), 1, sym_identifier, STATE(3345), 1, sym_template_type, [229379] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6754), 1, anon_sym_RBRACK, ACTIONS(10868), 1, anon_sym_COMMA, [229389] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(8006), 1, anon_sym_LPAREN2, STATE(6939), 1, sym_parameter_list, [229399] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(9898), 2, anon_sym_SEMI, anon_sym_LBRACE, [229407] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6173), 1, anon_sym_LBRACE, STATE(3704), 1, sym_field_declaration_list, [229417] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(10670), 1, anon_sym_LPAREN2, STATE(7728), 1, sym_parenthesized_expression, [229427] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(10678), 1, sym_identifier, STATE(6458), 1, sym_attribute, [229437] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4584), 1, anon_sym_LBRACE, STATE(1318), 1, sym_declaration_list, [229447] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6173), 1, anon_sym_LBRACE, STATE(3707), 1, sym_field_declaration_list, [229457] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(9861), 1, anon_sym_LPAREN2, STATE(6755), 1, sym_condition_clause, [229467] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4116), 2, anon_sym_COMMA, anon_sym_RBRACK, [229475] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(9861), 1, anon_sym_LPAREN2, STATE(164), 1, sym_condition_clause, [229485] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5260), 1, anon_sym_LBRACE, STATE(3137), 1, sym_field_declaration_list, [229495] = 2, ACTIONS(7960), 1, sym_comment, ACTIONS(10870), 2, aux_sym_char_literal_token1, sym_escape_sequence, [229503] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6173), 1, anon_sym_LBRACE, STATE(3715), 1, sym_field_declaration_list, [229513] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5295), 1, anon_sym_LBRACE, STATE(3333), 1, sym_field_declaration_list, [229523] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(49), 1, anon_sym_LBRACE, STATE(6393), 1, sym_compound_statement, [229533] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5096), 1, anon_sym_LBRACE, STATE(2757), 1, sym_field_declaration_list, [229543] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5096), 1, anon_sym_LBRACE, STATE(2797), 1, sym_field_declaration_list, [229553] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4582), 1, anon_sym_LBRACE, STATE(1208), 1, sym_declaration_list, [229563] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5096), 1, anon_sym_LBRACE, STATE(2803), 1, sym_field_declaration_list, [229573] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(9645), 1, anon_sym_LBRACE, STATE(5273), 1, sym_requirement_seq, [229583] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5295), 1, anon_sym_LBRACE, STATE(3335), 1, sym_field_declaration_list, [229593] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(10872), 1, sym_identifier, STATE(3615), 1, sym_template_type, [229603] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5260), 1, anon_sym_LBRACE, STATE(3126), 1, sym_field_declaration_list, [229613] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5260), 1, anon_sym_LBRACE, STATE(3127), 1, sym_field_declaration_list, [229623] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(10678), 1, sym_identifier, STATE(6683), 1, sym_attribute, [229633] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(9861), 1, anon_sym_LPAREN2, STATE(206), 1, sym_condition_clause, [229643] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(10744), 1, anon_sym_LT, STATE(2573), 1, sym_template_argument_list, [229653] = 3, ACTIONS(7960), 1, sym_comment, ACTIONS(10874), 1, anon_sym_LF, ACTIONS(10876), 1, sym_preproc_arg, [229663] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5295), 1, anon_sym_LBRACE, STATE(3337), 1, sym_field_declaration_list, [229673] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(10878), 1, anon_sym_default, ACTIONS(10880), 1, anon_sym_delete, [229683] = 3, ACTIONS(7960), 1, sym_comment, ACTIONS(10882), 1, anon_sym_LF, ACTIONS(10884), 1, sym_preproc_arg, [229693] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10886), 1, anon_sym_not_eq, [229700] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10888), 1, anon_sym_RPAREN, [229707] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10890), 1, anon_sym_LPAREN2, [229714] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(9214), 1, anon_sym_SEMI, [229721] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7195), 1, anon_sym_RBRACK, [229728] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10892), 1, anon_sym_RPAREN, [229735] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10894), 1, sym_raw_string_content, [229742] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10896), 1, sym_identifier, [229749] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10898), 1, anon_sym_STAR, [229756] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(9847), 1, anon_sym_RBRACE, [229763] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10900), 1, sym_identifier, [229770] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10902), 1, sym_identifier, [229777] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10904), 1, anon_sym_COLON, [229784] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10906), 1, anon_sym_SEMI, [229791] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10908), 1, sym_identifier, [229798] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10910), 1, sym_identifier, [229805] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10912), 1, anon_sym_SEMI, [229812] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10914), 1, anon_sym_EQ, [229819] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10916), 1, anon_sym_RPAREN, [229826] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10918), 1, anon_sym_RPAREN, [229833] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6929), 1, anon_sym_RPAREN, [229840] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10920), 1, anon_sym_SEMI, [229847] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10922), 1, aux_sym_preproc_if_token2, [229854] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6927), 1, anon_sym_RPAREN, [229861] = 2, ACTIONS(7960), 1, sym_comment, ACTIONS(10924), 1, anon_sym_LF, [229868] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6838), 1, anon_sym_RBRACE, [229875] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10926), 1, anon_sym_RPAREN, [229882] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6925), 1, anon_sym_RPAREN, [229889] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10928), 1, anon_sym_RPAREN, [229896] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(9900), 1, anon_sym_COLON_COLON, [229903] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10930), 1, sym_identifier, [229910] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6923), 1, anon_sym_RPAREN, [229917] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10932), 1, anon_sym_RPAREN, [229924] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10934), 1, sym_identifier, [229931] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10936), 1, sym_raw_string_delimiter, [229938] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6975), 1, anon_sym_RPAREN, [229945] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10938), 1, anon_sym_RPAREN, [229952] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8517), 1, anon_sym_RPAREN, [229959] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6977), 1, anon_sym_RPAREN, [229966] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10940), 1, anon_sym_DQUOTE, [229973] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6917), 1, anon_sym_SEMI, [229980] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8613), 1, anon_sym_RPAREN, [229987] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6911), 1, anon_sym_RPAREN, [229994] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10942), 1, sym_raw_string_delimiter, [230001] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6909), 1, anon_sym_RPAREN, [230008] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(9600), 1, anon_sym_SEMI, [230015] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6979), 1, anon_sym_RPAREN, [230022] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10944), 1, sym_identifier, [230029] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6981), 1, anon_sym_RPAREN, [230036] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6903), 1, anon_sym_SEMI, [230043] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10946), 1, anon_sym_RPAREN, [230050] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6901), 1, anon_sym_SEMI, [230057] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6983), 1, anon_sym_RPAREN, [230064] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10948), 1, anon_sym_LPAREN2, [230071] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8739), 1, sym_identifier, [230078] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(9136), 1, anon_sym_SEMI, [230085] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6985), 1, anon_sym_RPAREN, [230092] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10950), 1, anon_sym_SEMI, [230099] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10952), 1, anon_sym_RPAREN, [230106] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10954), 1, anon_sym_SEMI, [230113] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10956), 1, sym_identifier, [230120] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10958), 1, sym_identifier, [230127] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10960), 1, sym_auto, [230134] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10962), 1, anon_sym_SEMI, [230141] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10964), 1, anon_sym_RPAREN, [230148] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10966), 1, anon_sym_LBRACE, [230155] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10968), 1, sym_identifier, [230162] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10970), 1, sym_identifier, [230169] = 2, ACTIONS(7960), 1, sym_comment, ACTIONS(10972), 1, anon_sym_LF, [230176] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10974), 1, anon_sym_RPAREN, [230183] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10976), 1, sym_identifier, [230190] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10978), 1, anon_sym_LPAREN2, [230197] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10980), 1, aux_sym_preproc_if_token2, [230204] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10982), 1, anon_sym_LPAREN2, [230211] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10984), 1, sym_identifier, [230218] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10986), 1, aux_sym_preproc_if_token2, [230225] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5824), 1, sym_identifier, [230232] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10988), 1, anon_sym_STAR, [230239] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10990), 1, anon_sym_STAR, [230246] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10992), 1, anon_sym_SEMI, [230253] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4152), 1, anon_sym_DOT_DOT_DOT, [230260] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10994), 1, sym_identifier, [230267] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10996), 1, anon_sym_SQUOTE, [230274] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10998), 1, anon_sym_SEMI, [230281] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11000), 1, anon_sym_SEMI, [230288] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11002), 1, sym_identifier, [230295] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11004), 1, anon_sym_SEMI, [230302] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11006), 1, sym_identifier, [230309] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7009), 1, anon_sym_SEMI, [230316] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11008), 1, anon_sym_SEMI, [230323] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11010), 1, anon_sym_RPAREN, [230330] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11012), 1, anon_sym_LPAREN2, [230337] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11014), 1, anon_sym_SEMI, [230344] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11016), 1, anon_sym_SEMI, [230351] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11018), 1, anon_sym_SEMI, [230358] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11020), 1, anon_sym_DQUOTE, [230365] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11022), 1, aux_sym_preproc_if_token2, [230372] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11024), 1, aux_sym_preproc_if_token2, [230379] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11026), 1, anon_sym_SEMI, [230386] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11028), 1, sym_identifier, [230393] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11030), 1, sym_raw_string_delimiter, [230400] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11032), 1, anon_sym_SEMI, [230407] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6905), 1, anon_sym_RPAREN, [230414] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6907), 1, anon_sym_RPAREN, [230421] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11034), 1, anon_sym_RPAREN, [230428] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6913), 1, anon_sym_RPAREN, [230435] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11036), 1, anon_sym_RPAREN, [230442] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11038), 1, anon_sym_RPAREN, [230449] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11040), 1, anon_sym_SEMI, [230456] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6915), 1, anon_sym_RPAREN, [230463] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11042), 1, anon_sym_RPAREN, [230470] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6919), 1, anon_sym_RPAREN, [230477] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7021), 1, anon_sym_SEMI, [230484] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11044), 1, aux_sym_preproc_if_token2, [230491] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6921), 1, anon_sym_RPAREN, [230498] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11046), 1, anon_sym_SQUOTE, [230505] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11048), 1, sym_identifier, [230512] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11050), 1, aux_sym_preproc_if_token2, [230519] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11052), 1, sym_identifier, [230526] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11054), 1, sym_identifier, [230533] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7025), 1, anon_sym_RPAREN, [230540] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11056), 1, anon_sym_SEMI, [230547] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11058), 1, anon_sym_SEMI, [230554] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7027), 1, anon_sym_RPAREN, [230561] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11060), 1, anon_sym_SEMI, [230568] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11062), 1, anon_sym_SEMI, [230575] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8521), 1, anon_sym_RPAREN, [230582] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8519), 1, anon_sym_RPAREN, [230589] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11064), 1, sym_raw_string_delimiter, [230596] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11066), 1, anon_sym_RPAREN, [230603] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7029), 1, anon_sym_RPAREN, [230610] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11068), 1, anon_sym_RPAREN, [230617] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7031), 1, anon_sym_RPAREN, [230624] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11070), 1, anon_sym_RPAREN, [230631] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11072), 1, anon_sym_RPAREN, [230638] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11074), 1, anon_sym_RPAREN, [230645] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7033), 1, anon_sym_RPAREN, [230652] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5946), 1, anon_sym_RPAREN, [230659] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6931), 1, anon_sym_SEMI, [230666] = 2, ACTIONS(7960), 1, sym_comment, ACTIONS(11076), 1, anon_sym_LF, [230673] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7039), 1, anon_sym_RPAREN, [230680] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6933), 1, anon_sym_RPAREN, [230687] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11078), 1, anon_sym_RPAREN, [230694] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11080), 1, sym_identifier, [230701] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6935), 1, anon_sym_RPAREN, [230708] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11082), 1, anon_sym_LPAREN2, [230715] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11084), 1, sym_identifier, [230722] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11086), 1, anon_sym_RPAREN, [230729] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6937), 1, anon_sym_RPAREN, [230736] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6939), 1, anon_sym_RPAREN, [230743] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11088), 1, anon_sym_RPAREN, [230750] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6941), 1, anon_sym_RPAREN, [230757] = 2, ACTIONS(7960), 1, sym_comment, ACTIONS(10461), 1, anon_sym_LF, [230764] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11090), 1, anon_sym_SEMI, [230771] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11092), 1, anon_sym_SEMI, [230778] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11094), 1, anon_sym_DQUOTE, [230785] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11096), 1, aux_sym_preproc_if_token2, [230792] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11098), 1, anon_sym_SEMI, [230799] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6943), 1, anon_sym_SEMI, [230806] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11100), 1, anon_sym_LPAREN2, [230813] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7045), 1, anon_sym_SEMI, [230820] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11102), 1, sym_identifier, [230827] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6945), 1, anon_sym_SEMI, [230834] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6947), 1, anon_sym_RPAREN, [230841] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6949), 1, anon_sym_SEMI, [230848] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11104), 1, anon_sym_RPAREN, [230855] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11106), 1, anon_sym_RPAREN, [230862] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11108), 1, sym_identifier, [230869] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6955), 1, anon_sym_SEMI, [230876] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11110), 1, anon_sym_STAR, [230883] = 2, ACTIONS(7960), 1, sym_comment, ACTIONS(11112), 1, anon_sym_LF, [230890] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11114), 1, anon_sym_SEMI, [230897] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11116), 1, anon_sym_while, [230904] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11118), 1, anon_sym_RPAREN, [230911] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6959), 1, anon_sym_RPAREN, [230918] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11120), 1, anon_sym_RPAREN, [230925] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11122), 1, sym_identifier, [230932] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11124), 1, anon_sym_SEMI, [230939] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11126), 1, anon_sym_SEMI, [230946] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11128), 1, anon_sym_SEMI, [230953] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11130), 1, anon_sym_RPAREN, [230960] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11132), 1, sym_identifier, [230967] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11134), 1, anon_sym_SEMI, [230974] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11136), 1, anon_sym_COLON, [230981] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8591), 1, anon_sym_RPAREN, [230988] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11138), 1, anon_sym_STAR, [230995] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11140), 1, sym_raw_string_delimiter, [231002] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11142), 1, anon_sym_SEMI, [231009] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11144), 1, sym_identifier, [231016] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11146), 1, sym_identifier, [231023] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11148), 1, sym_identifier, [231030] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11150), 1, anon_sym_COLON, [231037] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11152), 1, anon_sym_SEMI, [231044] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(9220), 1, anon_sym_SEMI, [231051] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11154), 1, sym_identifier, [231058] = 2, ACTIONS(7960), 1, sym_comment, ACTIONS(10628), 1, anon_sym_LF, [231065] = 2, ACTIONS(7960), 1, sym_comment, ACTIONS(11156), 1, anon_sym_LF, [231072] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11158), 1, sym_identifier, [231079] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11160), 1, aux_sym_preproc_if_token2, [231086] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11162), 1, anon_sym_LPAREN2, [231093] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11164), 1, anon_sym_DOT_DOT_DOT, [231100] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11167), 1, anon_sym_DOT_DOT_DOT, [231107] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11170), 1, anon_sym_LPAREN2, [231114] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5924), 1, anon_sym_RPAREN, [231121] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11172), 1, anon_sym_RPAREN, [231128] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11174), 1, anon_sym_RPAREN, [231135] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11176), 1, anon_sym_RPAREN, [231142] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11178), 1, anon_sym_DOT_DOT_DOT, [231149] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11181), 1, anon_sym_DOT_DOT_DOT, [231156] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11184), 1, anon_sym_DOT_DOT_DOT, [231163] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11187), 1, anon_sym_RPAREN, [231170] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11189), 1, sym_identifier, [231177] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11191), 1, sym_identifier, [231184] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7035), 1, anon_sym_SEMI, [231191] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11193), 1, anon_sym_DOT_DOT_DOT, [231198] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11196), 1, anon_sym_DOT_DOT_DOT, [231205] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11199), 1, anon_sym_STAR, [231212] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11201), 1, anon_sym_DOT_DOT_DOT, [231219] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8577), 1, anon_sym_RPAREN, [231226] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11204), 1, anon_sym_DOT_DOT_DOT, [231233] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11207), 1, sym_identifier, [231240] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11209), 1, anon_sym_DOT_DOT_DOT, [231247] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11212), 1, sym_identifier, [231254] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11214), 1, anon_sym_DOT_DOT_DOT, [231261] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7047), 1, anon_sym_SEMI, [231268] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11217), 1, anon_sym_SEMI, [231275] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11219), 1, anon_sym_SQUOTE, [231282] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11221), 1, anon_sym_DOT_DOT_DOT, [231289] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11224), 1, sym_identifier, [231296] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11226), 1, sym_identifier, [231303] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11228), 1, anon_sym_DOT_DOT_DOT, [231310] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11230), 1, anon_sym_LPAREN2, [231317] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5720), 1, sym_identifier, [231324] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11232), 1, sym_identifier, [231331] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11234), 1, aux_sym_preproc_if_token2, [231338] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11236), 1, aux_sym_preproc_if_token2, [231345] = 2, ACTIONS(7960), 1, sym_comment, ACTIONS(11238), 1, anon_sym_LF, [231352] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11240), 1, aux_sym_preproc_if_token2, [231359] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11242), 1, anon_sym_STAR, [231366] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11244), 1, anon_sym_DOT_DOT_DOT, [231373] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11247), 1, anon_sym_RPAREN, [231380] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11249), 1, anon_sym_SEMI, [231387] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11251), 1, anon_sym_SEMI, [231394] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10293), 1, anon_sym_RBRACE, [231401] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11253), 1, anon_sym_RPAREN, [231408] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11255), 1, anon_sym_COLON, [231415] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11257), 1, anon_sym_SEMI, [231422] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11259), 1, anon_sym_SEMI, [231429] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6796), 1, anon_sym_RBRACE, [231436] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11261), 1, anon_sym_RPAREN, [231443] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8611), 1, anon_sym_RPAREN, [231450] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11263), 1, anon_sym_SEMI, [231457] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11265), 1, sym_identifier, [231464] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11267), 1, anon_sym_RPAREN, [231471] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(9586), 1, anon_sym_SEMI, [231478] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11269), 1, anon_sym_SEMI, [231485] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11271), 1, anon_sym_SEMI, [231492] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11273), 1, anon_sym_SEMI, [231499] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11275), 1, anon_sym_SEMI, [231506] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11277), 1, anon_sym_SEMI, [231513] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11279), 1, anon_sym_SEMI, [231520] = 2, ACTIONS(7960), 1, sym_comment, ACTIONS(11281), 1, anon_sym_LF, [231527] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11283), 1, anon_sym_LPAREN2, [231534] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11285), 1, anon_sym_SEMI, [231541] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11287), 1, sym_auto, [231548] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4397), 1, anon_sym_SEMI, [231555] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11289), 1, anon_sym_SEMI, [231562] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11291), 1, anon_sym_RPAREN, [231569] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7297), 1, anon_sym_RBRACK, [231576] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(9669), 1, anon_sym_SEMI, [231583] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11293), 1, anon_sym_RPAREN, [231590] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11295), 1, anon_sym_RPAREN, [231597] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10057), 1, anon_sym_RBRACE, [231604] = 2, ACTIONS(7960), 1, sym_comment, ACTIONS(11297), 1, anon_sym_LF, [231611] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11299), 1, sym_identifier, [231618] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(9226), 1, anon_sym_SEMI, [231625] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11301), 1, anon_sym_RPAREN, [231632] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11303), 1, anon_sym_RPAREN, [231639] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8617), 1, anon_sym_RPAREN, [231646] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11305), 1, aux_sym_preproc_if_token2, [231653] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11307), 1, anon_sym_RPAREN, [231660] = 2, ACTIONS(7960), 1, sym_comment, ACTIONS(11309), 1, anon_sym_LF, [231667] = 2, ACTIONS(7960), 1, sym_comment, ACTIONS(11311), 1, anon_sym_LF, [231674] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11313), 1, aux_sym_preproc_if_token2, [231681] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11315), 1, aux_sym_preproc_if_token2, [231688] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11317), 1, anon_sym_SEMI, [231695] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11319), 1, anon_sym_SEMI, [231702] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11321), 1, anon_sym_SEMI, [231709] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11323), 1, anon_sym_SEMI, [231716] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11325), 1, anon_sym_SEMI, [231723] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11327), 1, anon_sym_SEMI, [231730] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11329), 1, anon_sym_SEMI, [231737] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11331), 1, anon_sym_SEMI, [231744] = 2, ACTIONS(7960), 1, sym_comment, ACTIONS(11333), 1, anon_sym_LF, [231751] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11335), 1, anon_sym_SEMI, [231758] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11337), 1, sym_auto, [231765] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4339), 1, anon_sym_SEMI, [231772] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11339), 1, anon_sym_LPAREN2, [231779] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11341), 1, anon_sym_SEMI, [231786] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11343), 1, anon_sym_LPAREN2, [231793] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(9837), 1, anon_sym_RBRACE, [231800] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11345), 1, anon_sym_SEMI, [231807] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(9785), 1, anon_sym_SEMI, [231814] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11347), 1, anon_sym_LPAREN2, [231821] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11349), 1, anon_sym_SEMI, [231828] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6671), 1, anon_sym_SEMI, [231835] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11351), 1, anon_sym_RPAREN, [231842] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11353), 1, sym_auto, [231849] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11355), 1, anon_sym_RPAREN, [231856] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11357), 1, anon_sym_STAR, [231863] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(9833), 1, anon_sym_RBRACE, [231870] = 2, ACTIONS(7960), 1, sym_comment, ACTIONS(11359), 1, anon_sym_LF, [231877] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(9114), 1, anon_sym_SEMI, [231884] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11361), 1, anon_sym_SEMI, [231891] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11363), 1, anon_sym_SQUOTE, [231898] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11365), 1, anon_sym_while, [231905] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11367), 1, sym_identifier, [231912] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11369), 1, anon_sym_LPAREN2, [231919] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10886), 1, anon_sym_xor, [231926] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11371), 1, anon_sym_RPAREN, [231933] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10886), 1, anon_sym_DASH_GT_STAR, [231940] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11373), 1, anon_sym_RPAREN, [231947] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11375), 1, anon_sym_RPAREN, [231954] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11377), 1, anon_sym_EQ, [231961] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11379), 1, sym_raw_string_content, [231968] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11381), 1, anon_sym_RPAREN, [231975] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7097), 1, anon_sym_RPAREN, [231982] = 2, ACTIONS(7960), 1, sym_comment, ACTIONS(11383), 1, anon_sym_LF, [231989] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11385), 1, anon_sym_RPAREN, [231996] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10886), 1, anon_sym_DOT_STAR, [232003] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11387), 1, anon_sym_SEMI, [232010] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7085), 1, anon_sym_SEMI, [232017] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11389), 1, sym_identifier, [232024] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11391), 1, anon_sym_SEMI, [232031] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11393), 1, anon_sym_SEMI, [232038] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11395), 1, anon_sym_SEMI, [232045] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7081), 1, anon_sym_SEMI, [232052] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11397), 1, anon_sym_RPAREN, [232059] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11399), 1, anon_sym_COMMA, [232066] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11401), 1, anon_sym_SEMI, [232073] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11403), 1, anon_sym_SEMI, [232080] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11405), 1, anon_sym_SEMI, [232087] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11407), 1, anon_sym_RPAREN, [232094] = 2, ACTIONS(7960), 1, sym_comment, ACTIONS(11409), 1, anon_sym_LF, [232101] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11411), 1, anon_sym_DQUOTE, [232108] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11413), 1, sym_auto, [232115] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4224), 1, anon_sym_SEMI, [232122] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11415), 1, anon_sym_SEMI, [232129] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7069), 1, anon_sym_SEMI, [232136] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11417), 1, anon_sym_RPAREN, [232143] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7065), 1, anon_sym_SEMI, [232150] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11419), 1, anon_sym_COLON, [232157] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11421), 1, sym_identifier, [232164] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(9685), 1, anon_sym_SEMI, [232171] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11423), 1, anon_sym_RPAREN, [232178] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11425), 1, anon_sym_RPAREN, [232185] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11427), 1, sym_identifier, [232192] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(9490), 1, anon_sym_COLON, [232199] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11429), 1, anon_sym_LPAREN2, [232206] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7053), 1, anon_sym_SEMI, [232213] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10089), 1, anon_sym_RBRACE, [232220] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11431), 1, anon_sym_COLON, [232227] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11433), 1, aux_sym_preproc_if_token2, [232234] = 2, ACTIONS(7960), 1, sym_comment, ACTIONS(11435), 1, anon_sym_LF, [232241] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(9122), 1, anon_sym_SEMI, [232248] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11437), 1, anon_sym_COLON, [232255] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11439), 1, anon_sym_SQUOTE, [232262] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6782), 1, anon_sym_SEMI, [232269] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11441), 1, anon_sym_RPAREN, [232276] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11443), 1, anon_sym_RPAREN, [232283] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11445), 1, anon_sym_RPAREN, [232290] = 2, ACTIONS(7960), 1, sym_comment, ACTIONS(11447), 1, anon_sym_LF, [232297] = 2, ACTIONS(7960), 1, sym_comment, ACTIONS(11449), 1, anon_sym_LF, [232304] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11451), 1, aux_sym_preproc_if_token2, [232311] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10886), 1, anon_sym_bitand, [232318] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11453), 1, anon_sym_SEMI, [232325] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11455), 1, anon_sym_SEMI, [232332] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11457), 1, anon_sym_SEMI, [232339] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11459), 1, anon_sym_RPAREN, [232346] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10886), 1, anon_sym_or, [232353] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11461), 1, anon_sym_DQUOTE, [232360] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11463), 1, anon_sym_SEMI, [232367] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11465), 1, anon_sym_SEMI, [232374] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11467), 1, anon_sym_RPAREN, [232381] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7101), 1, anon_sym_RPAREN, [232388] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10886), 1, anon_sym_bitor, [232395] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10886), 1, anon_sym_and, [232402] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11469), 1, anon_sym_DQUOTE, [232409] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7105), 1, anon_sym_RPAREN, [232416] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11471), 1, anon_sym_SEMI, [232423] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11473), 1, anon_sym_SEMI, [232430] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10886), 1, anon_sym_LT_EQ, [232437] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11475), 1, anon_sym_RPAREN, [232444] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11477), 1, anon_sym_SEMI, [232451] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11479), 1, anon_sym_SEMI, [232458] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8571), 1, anon_sym_RPAREN, [232465] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11481), 1, sym_raw_string_delimiter, [232472] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11483), 1, anon_sym_SEMI, [232479] = 2, ACTIONS(7960), 1, sym_comment, ACTIONS(11485), 1, anon_sym_LF, [232486] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10886), 1, anon_sym_PIPE_EQ, [232493] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11487), 1, anon_sym_LBRACE, [232500] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10886), 1, anon_sym_CARET_EQ, [232507] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11489), 1, anon_sym_RPAREN, [232514] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11491), 1, sym_auto, [232521] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11493), 1, anon_sym_SEMI, [232528] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11495), 1, anon_sym_SEMI, [232535] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11497), 1, anon_sym_SEMI, [232542] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(9510), 1, anon_sym_SEMI, [232549] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11499), 1, aux_sym_preproc_if_token2, [232556] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11501), 1, anon_sym_RPAREN, [232563] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10886), 1, anon_sym_AMP_EQ, [232570] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11503), 1, anon_sym_RPAREN, [232577] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10886), 1, anon_sym_GT_GT_EQ, [232584] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6832), 1, anon_sym_RBRACE, [232591] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11505), 1, anon_sym_SEMI, [232598] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11507), 1, sym_identifier, [232605] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11509), 1, anon_sym_RPAREN, [232612] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11511), 1, anon_sym_SEMI, [232619] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11513), 1, sym_identifier, [232626] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10439), 1, anon_sym_RBRACE, [232633] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7087), 1, anon_sym_RPAREN, [232640] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11515), 1, anon_sym_SEMI, [232647] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11517), 1, sym_identifier, [232654] = 2, ACTIONS(7960), 1, sym_comment, ACTIONS(11519), 1, anon_sym_LF, [232661] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10886), 1, anon_sym_LT_LT_EQ, [232668] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10886), 1, anon_sym_DASH_EQ, [232675] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7107), 1, anon_sym_RPAREN, [232682] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10886), 1, anon_sym_PLUS_EQ, [232689] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10886), 1, anon_sym_PERCENT_EQ, [232696] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7111), 1, anon_sym_RPAREN, [232703] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11521), 1, aux_sym_preproc_if_token2, [232710] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11523), 1, aux_sym_preproc_if_token2, [232717] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11525), 1, anon_sym_RPAREN, [232724] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(9146), 1, anon_sym_SEMI, [232731] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10886), 1, anon_sym_SLASH_EQ, [232738] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6780), 1, anon_sym_RPAREN, [232745] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6060), 1, sym_identifier, [232752] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7115), 1, anon_sym_RPAREN, [232759] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11527), 1, anon_sym_LPAREN2, [232766] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11529), 1, anon_sym_LPAREN2, [232773] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11531), 1, anon_sym_SQUOTE, [232780] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11533), 1, anon_sym_LPAREN2, [232787] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11535), 1, aux_sym_preproc_if_token2, [232794] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11537), 1, anon_sym_RPAREN, [232801] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11539), 1, aux_sym_preproc_if_token2, [232808] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10886), 1, anon_sym_STAR_EQ, [232815] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11541), 1, anon_sym_while, [232822] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11543), 1, anon_sym_SEMI, [232829] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11545), 1, anon_sym_LPAREN2, [232836] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7117), 1, anon_sym_SEMI, [232843] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7125), 1, anon_sym_SEMI, [232850] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11547), 1, anon_sym_SEMI, [232857] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11549), 1, anon_sym_SEMI, [232864] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11551), 1, anon_sym_EQ, [232871] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11553), 1, sym_raw_string_content, [232878] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11555), 1, anon_sym_SEMI, [232885] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11557), 1, anon_sym_SEMI, [232892] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11559), 1, anon_sym_DQUOTE, [232899] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11561), 1, aux_sym_preproc_if_token2, [232906] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6999), 1, anon_sym_SEMI, [232913] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11563), 1, anon_sym_RPAREN, [232920] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11565), 1, anon_sym_COMMA, [232927] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6673), 1, anon_sym_RBRACE, [232934] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11567), 1, anon_sym_SEMI, [232941] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7113), 1, anon_sym_SEMI, [232948] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7001), 1, anon_sym_SEMI, [232955] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10886), 1, anon_sym_EQ, [232962] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7005), 1, anon_sym_SEMI, [232969] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11569), 1, sym_identifier, [232976] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10886), 1, anon_sym_GT_GT, [232983] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11571), 1, sym_identifier, [232990] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11573), 1, anon_sym_RPAREN, [232997] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11575), 1, anon_sym_LPAREN2, [233004] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10886), 1, anon_sym_LT_LT, [233011] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7007), 1, anon_sym_SEMI, [233018] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11577), 1, anon_sym_RPAREN, [233025] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11579), 1, anon_sym_COLON, [233032] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11581), 1, anon_sym_RPAREN, [233039] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11583), 1, anon_sym_RPAREN, [233046] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11585), 1, anon_sym_RPAREN, [233053] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10886), 1, anon_sym_LT, [233060] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11587), 1, anon_sym_LPAREN2, [233067] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(9884), 1, anon_sym_RPAREN, [233074] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7055), 1, anon_sym_RPAREN, [233081] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11589), 1, anon_sym_while, [233088] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11591), 1, anon_sym_LPAREN2, [233095] = 2, ACTIONS(7960), 1, sym_comment, ACTIONS(11593), 1, anon_sym_LF, [233102] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7071), 1, anon_sym_RPAREN, [233109] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11595), 1, anon_sym_EQ, [233116] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11597), 1, sym_raw_string_content, [233123] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11599), 1, anon_sym_RPAREN, [233130] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11601), 1, anon_sym_RPAREN, [233137] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11603), 1, anon_sym_RPAREN, [233144] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11605), 1, anon_sym_COMMA, [233151] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11607), 1, sym_identifier, [233158] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10886), 1, anon_sym_GT_EQ, [233165] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7083), 1, anon_sym_RPAREN, [233172] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7095), 1, anon_sym_SEMI, [233179] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7109), 1, anon_sym_RPAREN, [233186] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7099), 1, anon_sym_SEMI, [233193] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11609), 1, anon_sym_RPAREN, [233200] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11611), 1, anon_sym_RPAREN, [233207] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11613), 1, anon_sym_RPAREN, [233214] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11615), 1, anon_sym_RPAREN, [233221] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11617), 1, anon_sym_RBRACK, [233228] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7103), 1, anon_sym_SEMI, [233235] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11619), 1, anon_sym_COLON, [233242] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5952), 1, anon_sym_RPAREN, [233249] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(9567), 1, anon_sym_SEMI, [233256] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11621), 1, anon_sym_RPAREN, [233263] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11623), 1, anon_sym_COMMA, [233270] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11625), 1, anon_sym_LPAREN2, [233277] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11627), 1, anon_sym_SEMI, [233284] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11629), 1, sym_identifier, [233291] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11631), 1, anon_sym_while, [233298] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11633), 1, anon_sym_LPAREN2, [233305] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11635), 1, anon_sym_SEMI, [233312] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11637), 1, sym_identifier, [233319] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11639), 1, anon_sym_EQ, [233326] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11641), 1, sym_raw_string_content, [233333] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11643), 1, anon_sym_RPAREN, [233340] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11645), 1, anon_sym_COLON, [233347] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11647), 1, anon_sym_COMMA, [233354] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10886), 1, anon_sym_GT, [233361] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10886), 1, anon_sym_BANG_EQ, [233368] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10886), 1, anon_sym_EQ_EQ, [233375] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7119), 1, anon_sym_SEMI, [233382] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11649), 1, anon_sym_LPAREN2, [233389] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7121), 1, anon_sym_SEMI, [233396] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11651), 1, anon_sym_RPAREN, [233403] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10886), 1, anon_sym_AMP, [233410] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11653), 1, anon_sym_RPAREN, [233417] = 2, ACTIONS(7960), 1, sym_comment, ACTIONS(11655), 1, anon_sym_LF, [233424] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10886), 1, anon_sym_CARET, [233431] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7123), 1, anon_sym_SEMI, [233438] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11657), 1, anon_sym_COLON, [233445] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10886), 1, anon_sym_PIPE, [233452] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11659), 1, anon_sym_RPAREN, [233459] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11661), 1, anon_sym_RPAREN, [233466] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11663), 1, anon_sym_LPAREN2, [233473] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10886), 1, anon_sym_AMP_AMP, [233480] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11665), 1, anon_sym_SEMI, [233487] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11667), 1, anon_sym_while, [233494] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11669), 1, anon_sym_LPAREN2, [233501] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10886), 1, anon_sym_PIPE_PIPE, [233508] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11671), 1, anon_sym_DQUOTE, [233515] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11673), 1, anon_sym_EQ, [233522] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11675), 1, sym_raw_string_content, [233529] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11677), 1, anon_sym_COMMA, [233536] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10886), 1, anon_sym_PERCENT, [233543] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11679), 1, anon_sym_SLASH, [233550] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11681), 1, anon_sym_DQUOTE, [233557] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11683), 1, anon_sym_RPAREN, [233564] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11685), 1, anon_sym_COLON, [233571] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11687), 1, anon_sym_SEMI, [233578] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11689), 1, anon_sym_LPAREN2, [233585] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11691), 1, aux_sym_preproc_if_token2, [233592] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10592), 1, anon_sym_SEMI, [233599] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11693), 1, anon_sym_RPAREN, [233606] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11695), 1, anon_sym_EQ, [233613] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10886), 1, anon_sym_PLUS, [233620] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10886), 1, anon_sym_DASH, [233627] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11697), 1, anon_sym_SEMI, [233634] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11699), 1, aux_sym_preproc_if_token2, [233641] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11701), 1, anon_sym_LPAREN2, [233648] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11703), 1, anon_sym_RPAREN, [233655] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10886), 1, anon_sym_COMMA, [233662] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11705), 1, anon_sym_COLON, [233669] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11707), 1, anon_sym_EQ, [233676] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11709), 1, aux_sym_preproc_if_token2, [233683] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11711), 1, anon_sym_SEMI, [233690] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11713), 1, anon_sym_SEMI, [233697] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11715), 1, anon_sym_DQUOTE, [233704] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11717), 1, anon_sym_LPAREN2, [233711] = 2, ACTIONS(7960), 1, sym_comment, ACTIONS(10547), 1, anon_sym_LF, [233718] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11719), 1, aux_sym_preproc_if_token2, [233725] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11721), 1, aux_sym_preproc_if_token2, [233732] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11723), 1, anon_sym_EQ, [233739] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11725), 1, anon_sym_SEMI, [233746] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11727), 1, anon_sym_SEMI, [233753] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11729), 1, anon_sym_SEMI, [233760] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11731), 1, anon_sym_RPAREN, [233767] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11733), 1, anon_sym_SEMI, [233774] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11735), 1, anon_sym_SEMI, [233781] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11737), 1, aux_sym_preproc_if_token2, [233788] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11739), 1, anon_sym_SEMI, [233795] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11741), 1, aux_sym_preproc_if_token2, [233802] = 2, ACTIONS(7960), 1, sym_comment, ACTIONS(11743), 1, anon_sym_LF, [233809] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11745), 1, sym_auto, [233816] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11747), 1, anon_sym_LPAREN2, [233823] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11749), 1, anon_sym_LPAREN2, [233830] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11751), 1, sym_identifier, [233837] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11753), 1, anon_sym_SEMI, [233844] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11755), 1, anon_sym_SEMI, [233851] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10886), 1, anon_sym_STAR, [233858] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11757), 1, anon_sym_LBRACE, [233865] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11759), 1, anon_sym_RPAREN, [233872] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7063), 1, anon_sym_RPAREN, [233879] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4792), 1, anon_sym_COLON_COLON, [233886] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11761), 1, anon_sym_RPAREN, [233893] = 2, ACTIONS(7960), 1, sym_comment, ACTIONS(11763), 1, anon_sym_LF, [233900] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11765), 1, sym_identifier, [233907] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11767), 1, anon_sym_RPAREN, [233914] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11769), 1, anon_sym_RPAREN, [233921] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7067), 1, anon_sym_SEMI, [233928] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11771), 1, sym_raw_string_content, [233935] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11773), 1, anon_sym_RPAREN, [233942] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11775), 1, anon_sym_RBRACK, [233949] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6854), 1, anon_sym_RBRACE, [233956] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11777), 1, anon_sym_RPAREN, [233963] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11779), 1, anon_sym_RPAREN, [233970] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10379), 1, anon_sym_RBRACE, [233977] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11781), 1, anon_sym_RPAREN, [233984] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11783), 1, sym_identifier, [233991] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11785), 1, aux_sym_preproc_if_token2, [233998] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11787), 1, anon_sym_RPAREN, [234005] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11789), 1, anon_sym_LPAREN2, [234012] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11791), 1, anon_sym_SEMI, [234019] = 2, ACTIONS(7960), 1, sym_comment, ACTIONS(11793), 1, anon_sym_LF, [234026] = 2, ACTIONS(7960), 1, sym_comment, ACTIONS(10467), 1, anon_sym_LF, [234033] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11795), 1, aux_sym_preproc_if_token2, [234040] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11797), 1, aux_sym_preproc_if_token2, [234047] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(9162), 1, anon_sym_SEMI, [234054] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11799), 1, sym_raw_string_content, [234061] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11801), 1, anon_sym_RPAREN, [234068] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11803), 1, anon_sym_STAR, [234075] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11805), 1, anon_sym_RPAREN, [234082] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5832), 1, sym_identifier, [234089] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11807), 1, ts_builtin_sym_end, [234096] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7003), 1, anon_sym_SEMI, [234103] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11809), 1, anon_sym_RPAREN, [234110] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11811), 1, anon_sym_SEMI, [234117] = 2, ACTIONS(7960), 1, sym_comment, ACTIONS(11813), 1, anon_sym_LF, [234124] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11815), 1, anon_sym_SQUOTE, [234131] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11817), 1, sym_identifier, [234138] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11819), 1, anon_sym_LPAREN2, [234145] = 2, ACTIONS(4808), 1, anon_sym_LF, ACTIONS(7960), 1, sym_comment, [234152] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11821), 1, anon_sym_SEMI, [234159] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11823), 1, anon_sym_SEMI, [234166] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6997), 1, anon_sym_SEMI, [234173] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11825), 1, anon_sym_SQUOTE, [234180] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5419), 1, sym_identifier, [234187] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6989), 1, anon_sym_SEMI, [234194] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11827), 1, anon_sym_LPAREN2, [234201] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(9198), 1, anon_sym_SEMI, [234208] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11829), 1, sym_identifier, [234215] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11831), 1, anon_sym_RPAREN, [234222] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11833), 1, anon_sym_RPAREN, [234229] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11835), 1, anon_sym_RPAREN, [234236] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11837), 1, anon_sym_RPAREN, [234243] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11839), 1, anon_sym_LPAREN2, [234250] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11841), 1, anon_sym_LPAREN2, [234257] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11843), 1, sym_identifier, [234264] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11845), 1, anon_sym_SEMI, [234271] = 2, ACTIONS(7960), 1, sym_comment, ACTIONS(11847), 1, anon_sym_LF, [234278] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11849), 1, anon_sym_SEMI, [234285] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11851), 1, anon_sym_LPAREN2, [234292] = 2, ACTIONS(7960), 1, sym_comment, ACTIONS(10188), 1, anon_sym_LF, [234299] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11853), 1, anon_sym_COLON, [234306] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11855), 1, anon_sym_SEMI, [234313] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11857), 1, anon_sym_RPAREN, [234320] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11859), 1, aux_sym_preproc_if_token2, [234327] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11861), 1, anon_sym_COLON, [234334] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11863), 1, aux_sym_preproc_if_token2, [234341] = 2, ACTIONS(7960), 1, sym_comment, ACTIONS(11865), 1, anon_sym_LF, [234348] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11867), 1, aux_sym_preproc_if_token2, [234355] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11869), 1, anon_sym_LPAREN2, [234362] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11871), 1, anon_sym_LPAREN2, [234369] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11873), 1, sym_identifier, [234376] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(9701), 1, anon_sym_SEMI, [234383] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11875), 1, anon_sym_LPAREN2, [234390] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11877), 1, sym_identifier, [234397] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11879), 1, anon_sym_LPAREN2, [234404] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11881), 1, sym_identifier, [234411] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10063), 1, anon_sym_RBRACE, [234418] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11883), 1, anon_sym_COLON, [234425] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7037), 1, anon_sym_SEMI, [234432] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11885), 1, sym_raw_string_content, [234439] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11887), 1, anon_sym_RPAREN, [234446] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11889), 1, sym_identifier, [234453] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11891), 1, anon_sym_SEMI, [234460] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11893), 1, anon_sym_SEMI, [234467] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11895), 1, anon_sym_RPAREN, [234474] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11897), 1, anon_sym_LPAREN2, [234481] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11899), 1, sym_identifier, [234488] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11901), 1, anon_sym_RPAREN, [234495] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11903), 1, anon_sym_SEMI, [234502] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7015), 1, anon_sym_SEMI, [234509] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11905), 1, sym_identifier, [234516] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11907), 1, aux_sym_preproc_if_token2, [234523] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7023), 1, anon_sym_SEMI, [234530] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11909), 1, sym_raw_string_content, [234537] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11911), 1, anon_sym_DQUOTE, [234544] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11913), 1, anon_sym_SEMI, [234551] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11915), 1, sym_auto, [234558] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11917), 1, anon_sym_COLON, [234565] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11919), 1, anon_sym_LPAREN2, [234572] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11921), 1, sym_identifier, [234579] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11923), 1, anon_sym_RPAREN, [234586] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11925), 1, anon_sym_SEMI, [234593] = 2, ACTIONS(4824), 1, anon_sym_LF, ACTIONS(7960), 1, sym_comment, [234600] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11927), 1, sym_identifier, [234607] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11929), 1, anon_sym_SEMI, [234614] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6987), 1, anon_sym_SEMI, [234621] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11931), 1, sym_raw_string_content, [234628] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11933), 1, anon_sym_SEMI, [234635] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11935), 1, anon_sym_RPAREN, [234642] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11937), 1, aux_sym_preproc_if_token2, [234649] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11939), 1, aux_sym_preproc_if_token2, [234656] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11941), 1, anon_sym_LPAREN2, [234663] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11943), 1, sym_identifier, [234670] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11945), 1, anon_sym_SEMI, [234677] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11947), 1, anon_sym_RPAREN, [234684] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11949), 1, sym_identifier, [234691] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11951), 1, sym_raw_string_content, [234698] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(9590), 1, anon_sym_SEMI, [234705] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11953), 1, anon_sym_LPAREN2, [234712] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11955), 1, sym_identifier, [234719] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11957), 1, sym_identifier, [234726] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11959), 1, anon_sym_LPAREN2, [234733] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11961), 1, sym_identifier, [234740] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11963), 1, sym_identifier, [234747] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11965), 1, anon_sym_LPAREN2, [234754] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11967), 1, sym_identifier, [234761] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11969), 1, sym_identifier, [234768] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11971), 1, sym_identifier, [234775] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11973), 1, anon_sym_LPAREN2, [234782] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11975), 1, anon_sym_LPAREN2, [234789] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11977), 1, anon_sym_LPAREN2, [234796] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11979), 1, anon_sym_SEMI, [234803] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11981), 1, anon_sym_LPAREN2, [234810] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11983), 1, anon_sym_SEMI, [234817] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11985), 1, anon_sym_SEMI, [234824] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11987), 1, anon_sym_LPAREN2, [234831] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11989), 1, anon_sym_LPAREN2, [234838] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11991), 1, anon_sym_LPAREN2, [234845] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6887), 1, anon_sym_RBRACE, [234852] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11993), 1, aux_sym_preproc_if_token2, [234859] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11995), 1, aux_sym_preproc_if_token2, [234866] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11997), 1, anon_sym_DQUOTE, [234873] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(11999), 1, anon_sym_LPAREN2, [234880] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(12001), 1, anon_sym_LPAREN2, [234887] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(12003), 1, anon_sym_LPAREN2, [234894] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(12005), 1, anon_sym_SEMI, [234901] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(12007), 1, anon_sym_SEMI, [234908] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(12009), 1, anon_sym_SEMI, [234915] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(12011), 1, anon_sym_LPAREN2, [234922] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(12013), 1, anon_sym_LPAREN2, [234929] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(12015), 1, anon_sym_LPAREN2, [234936] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(12017), 1, sym_auto, [234943] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(12019), 1, anon_sym_RPAREN, [234950] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7155), 1, anon_sym_RBRACK, [234957] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(12021), 1, anon_sym_LPAREN2, [234964] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(12023), 1, anon_sym_LPAREN2, [234971] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(12025), 1, anon_sym_SEMI, [234978] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(12027), 1, anon_sym_SEMI, [234985] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(12029), 1, anon_sym_LPAREN2, [234992] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(12031), 1, anon_sym_SEMI, [234999] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4257), 1, anon_sym_SEMI, [235006] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(12033), 1, anon_sym_SEMI, [235013] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(12035), 1, anon_sym_SEMI, [235020] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(12037), 1, sym_identifier, [235027] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(12039), 1, aux_sym_preproc_if_token2, [235034] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(12041), 1, sym_identifier, [235041] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(12043), 1, anon_sym_LPAREN2, [235048] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(12045), 1, anon_sym_LPAREN2, [235055] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(12047), 1, anon_sym_LPAREN2, [235062] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(12049), 1, anon_sym_LPAREN2, [235069] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(12051), 1, anon_sym_LPAREN2, }; static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(2240)] = 0, [SMALL_STATE(2241)] = 71, [SMALL_STATE(2242)] = 142, [SMALL_STATE(2243)] = 221, [SMALL_STATE(2244)] = 292, [SMALL_STATE(2245)] = 363, [SMALL_STATE(2246)] = 434, [SMALL_STATE(2247)] = 507, [SMALL_STATE(2248)] = 582, [SMALL_STATE(2249)] = 653, [SMALL_STATE(2250)] = 724, [SMALL_STATE(2251)] = 851, [SMALL_STATE(2252)] = 922, [SMALL_STATE(2253)] = 993, [SMALL_STATE(2254)] = 1064, [SMALL_STATE(2255)] = 1141, [SMALL_STATE(2256)] = 1212, [SMALL_STATE(2257)] = 1283, [SMALL_STATE(2258)] = 1354, [SMALL_STATE(2259)] = 1425, [SMALL_STATE(2260)] = 1496, [SMALL_STATE(2261)] = 1567, [SMALL_STATE(2262)] = 1638, [SMALL_STATE(2263)] = 1709, [SMALL_STATE(2264)] = 1780, [SMALL_STATE(2265)] = 1851, [SMALL_STATE(2266)] = 1922, [SMALL_STATE(2267)] = 1993, [SMALL_STATE(2268)] = 2068, [SMALL_STATE(2269)] = 2139, [SMALL_STATE(2270)] = 2210, [SMALL_STATE(2271)] = 2281, [SMALL_STATE(2272)] = 2352, [SMALL_STATE(2273)] = 2423, [SMALL_STATE(2274)] = 2494, [SMALL_STATE(2275)] = 2565, [SMALL_STATE(2276)] = 2644, [SMALL_STATE(2277)] = 2715, [SMALL_STATE(2278)] = 2794, [SMALL_STATE(2279)] = 2865, [SMALL_STATE(2280)] = 2944, [SMALL_STATE(2281)] = 3015, [SMALL_STATE(2282)] = 3092, [SMALL_STATE(2283)] = 3163, [SMALL_STATE(2284)] = 3290, [SMALL_STATE(2285)] = 3361, [SMALL_STATE(2286)] = 3432, [SMALL_STATE(2287)] = 3503, [SMALL_STATE(2288)] = 3574, [SMALL_STATE(2289)] = 3644, [SMALL_STATE(2290)] = 3764, [SMALL_STATE(2291)] = 3884, [SMALL_STATE(2292)] = 4004, [SMALL_STATE(2293)] = 4128, [SMALL_STATE(2294)] = 4198, [SMALL_STATE(2295)] = 4268, [SMALL_STATE(2296)] = 4342, [SMALL_STATE(2297)] = 4462, [SMALL_STATE(2298)] = 4532, [SMALL_STATE(2299)] = 4606, [SMALL_STATE(2300)] = 4676, [SMALL_STATE(2301)] = 4796, [SMALL_STATE(2302)] = 4916, [SMALL_STATE(2303)] = 4992, [SMALL_STATE(2304)] = 5112, [SMALL_STATE(2305)] = 5182, [SMALL_STATE(2306)] = 5256, [SMALL_STATE(2307)] = 5334, [SMALL_STATE(2308)] = 5454, [SMALL_STATE(2309)] = 5574, [SMALL_STATE(2310)] = 5648, [SMALL_STATE(2311)] = 5768, [SMALL_STATE(2312)] = 5888, [SMALL_STATE(2313)] = 6008, [SMALL_STATE(2314)] = 6128, [SMALL_STATE(2315)] = 6204, [SMALL_STATE(2316)] = 6274, [SMALL_STATE(2317)] = 6394, [SMALL_STATE(2318)] = 6463, [SMALL_STATE(2319)] = 6532, [SMALL_STATE(2320)] = 6601, [SMALL_STATE(2321)] = 6670, [SMALL_STATE(2322)] = 6739, [SMALL_STATE(2323)] = 6808, [SMALL_STATE(2324)] = 6877, [SMALL_STATE(2325)] = 6946, [SMALL_STATE(2326)] = 7015, [SMALL_STATE(2327)] = 7084, [SMALL_STATE(2328)] = 7153, [SMALL_STATE(2329)] = 7222, [SMALL_STATE(2330)] = 7291, [SMALL_STATE(2331)] = 7360, [SMALL_STATE(2332)] = 7429, [SMALL_STATE(2333)] = 7498, [SMALL_STATE(2334)] = 7567, [SMALL_STATE(2335)] = 7636, [SMALL_STATE(2336)] = 7705, [SMALL_STATE(2337)] = 7774, [SMALL_STATE(2338)] = 7843, [SMALL_STATE(2339)] = 7912, [SMALL_STATE(2340)] = 7981, [SMALL_STATE(2341)] = 8050, [SMALL_STATE(2342)] = 8119, [SMALL_STATE(2343)] = 8188, [SMALL_STATE(2344)] = 8257, [SMALL_STATE(2345)] = 8338, [SMALL_STATE(2346)] = 8407, [SMALL_STATE(2347)] = 8476, [SMALL_STATE(2348)] = 8547, [SMALL_STATE(2349)] = 8616, [SMALL_STATE(2350)] = 8685, [SMALL_STATE(2351)] = 8754, [SMALL_STATE(2352)] = 8823, [SMALL_STATE(2353)] = 8892, [SMALL_STATE(2354)] = 8961, [SMALL_STATE(2355)] = 9030, [SMALL_STATE(2356)] = 9099, [SMALL_STATE(2357)] = 9180, [SMALL_STATE(2358)] = 9249, [SMALL_STATE(2359)] = 9318, [SMALL_STATE(2360)] = 9387, [SMALL_STATE(2361)] = 9456, [SMALL_STATE(2362)] = 9525, [SMALL_STATE(2363)] = 9594, [SMALL_STATE(2364)] = 9663, [SMALL_STATE(2365)] = 9732, [SMALL_STATE(2366)] = 9801, [SMALL_STATE(2367)] = 9870, [SMALL_STATE(2368)] = 9939, [SMALL_STATE(2369)] = 10008, [SMALL_STATE(2370)] = 10077, [SMALL_STATE(2371)] = 10146, [SMALL_STATE(2372)] = 10215, [SMALL_STATE(2373)] = 10284, [SMALL_STATE(2374)] = 10353, [SMALL_STATE(2375)] = 10422, [SMALL_STATE(2376)] = 10491, [SMALL_STATE(2377)] = 10560, [SMALL_STATE(2378)] = 10633, [SMALL_STATE(2379)] = 10702, [SMALL_STATE(2380)] = 10771, [SMALL_STATE(2381)] = 10840, [SMALL_STATE(2382)] = 10913, [SMALL_STATE(2383)] = 10982, [SMALL_STATE(2384)] = 11051, [SMALL_STATE(2385)] = 11128, [SMALL_STATE(2386)] = 11197, [SMALL_STATE(2387)] = 11266, [SMALL_STATE(2388)] = 11335, [SMALL_STATE(2389)] = 11404, [SMALL_STATE(2390)] = 11473, [SMALL_STATE(2391)] = 11554, [SMALL_STATE(2392)] = 11623, [SMALL_STATE(2393)] = 11692, [SMALL_STATE(2394)] = 11761, [SMALL_STATE(2395)] = 11830, [SMALL_STATE(2396)] = 11899, [SMALL_STATE(2397)] = 11968, [SMALL_STATE(2398)] = 12037, [SMALL_STATE(2399)] = 12106, [SMALL_STATE(2400)] = 12175, [SMALL_STATE(2401)] = 12244, [SMALL_STATE(2402)] = 12313, [SMALL_STATE(2403)] = 12382, [SMALL_STATE(2404)] = 12466, [SMALL_STATE(2405)] = 12540, [SMALL_STATE(2406)] = 12612, [SMALL_STATE(2407)] = 12732, [SMALL_STATE(2408)] = 12800, [SMALL_STATE(2409)] = 12868, [SMALL_STATE(2410)] = 12952, [SMALL_STATE(2411)] = 13024, [SMALL_STATE(2412)] = 13096, [SMALL_STATE(2413)] = 13168, [SMALL_STATE(2414)] = 13236, [SMALL_STATE(2415)] = 13320, [SMALL_STATE(2416)] = 13394, [SMALL_STATE(2417)] = 13474, [SMALL_STATE(2418)] = 13546, [SMALL_STATE(2419)] = 13614, [SMALL_STATE(2420)] = 13686, [SMALL_STATE(2421)] = 13754, [SMALL_STATE(2422)] = 13826, [SMALL_STATE(2423)] = 13906, [SMALL_STATE(2424)] = 13978, [SMALL_STATE(2425)] = 14046, [SMALL_STATE(2426)] = 14130, [SMALL_STATE(2427)] = 14250, [SMALL_STATE(2428)] = 14330, [SMALL_STATE(2429)] = 14398, [SMALL_STATE(2430)] = 14465, [SMALL_STATE(2431)] = 14584, [SMALL_STATE(2432)] = 14651, [SMALL_STATE(2433)] = 14718, [SMALL_STATE(2434)] = 14785, [SMALL_STATE(2435)] = 14904, [SMALL_STATE(2436)] = 14971, [SMALL_STATE(2437)] = 15038, [SMALL_STATE(2438)] = 15157, [SMALL_STATE(2439)] = 15224, [SMALL_STATE(2440)] = 15291, [SMALL_STATE(2441)] = 15358, [SMALL_STATE(2442)] = 15425, [SMALL_STATE(2443)] = 15492, [SMALL_STATE(2444)] = 15559, [SMALL_STATE(2445)] = 15678, [SMALL_STATE(2446)] = 15745, [SMALL_STATE(2447)] = 15864, [SMALL_STATE(2448)] = 15931, [SMALL_STATE(2449)] = 15998, [SMALL_STATE(2450)] = 16065, [SMALL_STATE(2451)] = 16132, [SMALL_STATE(2452)] = 16199, [SMALL_STATE(2453)] = 16266, [SMALL_STATE(2454)] = 16333, [SMALL_STATE(2455)] = 16400, [SMALL_STATE(2456)] = 16467, [SMALL_STATE(2457)] = 16534, [SMALL_STATE(2458)] = 16601, [SMALL_STATE(2459)] = 16668, [SMALL_STATE(2460)] = 16735, [SMALL_STATE(2461)] = 16802, [SMALL_STATE(2462)] = 16869, [SMALL_STATE(2463)] = 16988, [SMALL_STATE(2464)] = 17055, [SMALL_STATE(2465)] = 17122, [SMALL_STATE(2466)] = 17241, [SMALL_STATE(2467)] = 17310, [SMALL_STATE(2468)] = 17377, [SMALL_STATE(2469)] = 17496, [SMALL_STATE(2470)] = 17563, [SMALL_STATE(2471)] = 17630, [SMALL_STATE(2472)] = 17703, [SMALL_STATE(2473)] = 17822, [SMALL_STATE(2474)] = 17893, [SMALL_STATE(2475)] = 17962, [SMALL_STATE(2476)] = 18029, [SMALL_STATE(2477)] = 18096, [SMALL_STATE(2478)] = 18163, [SMALL_STATE(2479)] = 18234, [SMALL_STATE(2480)] = 18301, [SMALL_STATE(2481)] = 18368, [SMALL_STATE(2482)] = 18435, [SMALL_STATE(2483)] = 18502, [SMALL_STATE(2484)] = 18569, [SMALL_STATE(2485)] = 18636, [SMALL_STATE(2486)] = 18703, [SMALL_STATE(2487)] = 18770, [SMALL_STATE(2488)] = 18837, [SMALL_STATE(2489)] = 18904, [SMALL_STATE(2490)] = 18971, [SMALL_STATE(2491)] = 19038, [SMALL_STATE(2492)] = 19105, [SMALL_STATE(2493)] = 19172, [SMALL_STATE(2494)] = 19239, [SMALL_STATE(2495)] = 19306, [SMALL_STATE(2496)] = 19425, [SMALL_STATE(2497)] = 19544, [SMALL_STATE(2498)] = 19663, [SMALL_STATE(2499)] = 19730, [SMALL_STATE(2500)] = 19797, [SMALL_STATE(2501)] = 19864, [SMALL_STATE(2502)] = 19931, [SMALL_STATE(2503)] = 19998, [SMALL_STATE(2504)] = 20065, [SMALL_STATE(2505)] = 20184, [SMALL_STATE(2506)] = 20251, [SMALL_STATE(2507)] = 20318, [SMALL_STATE(2508)] = 20385, [SMALL_STATE(2509)] = 20504, [SMALL_STATE(2510)] = 20571, [SMALL_STATE(2511)] = 20638, [SMALL_STATE(2512)] = 20705, [SMALL_STATE(2513)] = 20772, [SMALL_STATE(2514)] = 20847, [SMALL_STATE(2515)] = 20916, [SMALL_STATE(2516)] = 20989, [SMALL_STATE(2517)] = 21108, [SMALL_STATE(2518)] = 21175, [SMALL_STATE(2519)] = 21242, [SMALL_STATE(2520)] = 21309, [SMALL_STATE(2521)] = 21378, [SMALL_STATE(2522)] = 21445, [SMALL_STATE(2523)] = 21512, [SMALL_STATE(2524)] = 21579, [SMALL_STATE(2525)] = 21646, [SMALL_STATE(2526)] = 21713, [SMALL_STATE(2527)] = 21782, [SMALL_STATE(2528)] = 21849, [SMALL_STATE(2529)] = 21916, [SMALL_STATE(2530)] = 21983, [SMALL_STATE(2531)] = 22050, [SMALL_STATE(2532)] = 22117, [SMALL_STATE(2533)] = 22184, [SMALL_STATE(2534)] = 22251, [SMALL_STATE(2535)] = 22318, [SMALL_STATE(2536)] = 22385, [SMALL_STATE(2537)] = 22452, [SMALL_STATE(2538)] = 22519, [SMALL_STATE(2539)] = 22586, [SMALL_STATE(2540)] = 22653, [SMALL_STATE(2541)] = 22720, [SMALL_STATE(2542)] = 22787, [SMALL_STATE(2543)] = 22854, [SMALL_STATE(2544)] = 22921, [SMALL_STATE(2545)] = 23040, [SMALL_STATE(2546)] = 23115, [SMALL_STATE(2547)] = 23182, [SMALL_STATE(2548)] = 23301, [SMALL_STATE(2549)] = 23368, [SMALL_STATE(2550)] = 23435, [SMALL_STATE(2551)] = 23505, [SMALL_STATE(2552)] = 23577, [SMALL_STATE(2553)] = 23659, [SMALL_STATE(2554)] = 23737, [SMALL_STATE(2555)] = 23819, [SMALL_STATE(2556)] = 23885, [SMALL_STATE(2557)] = 23953, [SMALL_STATE(2558)] = 24027, [SMALL_STATE(2559)] = 24093, [SMALL_STATE(2560)] = 24209, [SMALL_STATE(2561)] = 24275, [SMALL_STATE(2562)] = 24345, [SMALL_STATE(2563)] = 24413, [SMALL_STATE(2564)] = 24495, [SMALL_STATE(2565)] = 24569, [SMALL_STATE(2566)] = 24635, [SMALL_STATE(2567)] = 24707, [SMALL_STATE(2568)] = 24823, [SMALL_STATE(2569)] = 24901, [SMALL_STATE(2570)] = 24967, [SMALL_STATE(2571)] = 25033, [SMALL_STATE(2572)] = 25099, [SMALL_STATE(2573)] = 25171, [SMALL_STATE(2574)] = 25237, [SMALL_STATE(2575)] = 25303, [SMALL_STATE(2576)] = 25371, [SMALL_STATE(2577)] = 25487, [SMALL_STATE(2578)] = 25569, [SMALL_STATE(2579)] = 25635, [SMALL_STATE(2580)] = 25713, [SMALL_STATE(2581)] = 25787, [SMALL_STATE(2582)] = 25853, [SMALL_STATE(2583)] = 25969, [SMALL_STATE(2584)] = 26034, [SMALL_STATE(2585)] = 26099, [SMALL_STATE(2586)] = 26172, [SMALL_STATE(2587)] = 26237, [SMALL_STATE(2588)] = 26302, [SMALL_STATE(2589)] = 26367, [SMALL_STATE(2590)] = 26432, [SMALL_STATE(2591)] = 26497, [SMALL_STATE(2592)] = 26562, [SMALL_STATE(2593)] = 26627, [SMALL_STATE(2594)] = 26700, [SMALL_STATE(2595)] = 26765, [SMALL_STATE(2596)] = 26830, [SMALL_STATE(2597)] = 26895, [SMALL_STATE(2598)] = 26960, [SMALL_STATE(2599)] = 27025, [SMALL_STATE(2600)] = 27090, [SMALL_STATE(2601)] = 27155, [SMALL_STATE(2602)] = 27220, [SMALL_STATE(2603)] = 27285, [SMALL_STATE(2604)] = 27350, [SMALL_STATE(2605)] = 27415, [SMALL_STATE(2606)] = 27480, [SMALL_STATE(2607)] = 27545, [SMALL_STATE(2608)] = 27610, [SMALL_STATE(2609)] = 27675, [SMALL_STATE(2610)] = 27740, [SMALL_STATE(2611)] = 27805, [SMALL_STATE(2612)] = 27870, [SMALL_STATE(2613)] = 27935, [SMALL_STATE(2614)] = 28000, [SMALL_STATE(2615)] = 28065, [SMALL_STATE(2616)] = 28130, [SMALL_STATE(2617)] = 28195, [SMALL_STATE(2618)] = 28260, [SMALL_STATE(2619)] = 28325, [SMALL_STATE(2620)] = 28390, [SMALL_STATE(2621)] = 28455, [SMALL_STATE(2622)] = 28520, [SMALL_STATE(2623)] = 28585, [SMALL_STATE(2624)] = 28650, [SMALL_STATE(2625)] = 28715, [SMALL_STATE(2626)] = 28780, [SMALL_STATE(2627)] = 28845, [SMALL_STATE(2628)] = 28910, [SMALL_STATE(2629)] = 28975, [SMALL_STATE(2630)] = 29040, [SMALL_STATE(2631)] = 29105, [SMALL_STATE(2632)] = 29170, [SMALL_STATE(2633)] = 29235, [SMALL_STATE(2634)] = 29300, [SMALL_STATE(2635)] = 29365, [SMALL_STATE(2636)] = 29430, [SMALL_STATE(2637)] = 29495, [SMALL_STATE(2638)] = 29560, [SMALL_STATE(2639)] = 29625, [SMALL_STATE(2640)] = 29690, [SMALL_STATE(2641)] = 29755, [SMALL_STATE(2642)] = 29820, [SMALL_STATE(2643)] = 29885, [SMALL_STATE(2644)] = 29950, [SMALL_STATE(2645)] = 30015, [SMALL_STATE(2646)] = 30080, [SMALL_STATE(2647)] = 30145, [SMALL_STATE(2648)] = 30210, [SMALL_STATE(2649)] = 30275, [SMALL_STATE(2650)] = 30340, [SMALL_STATE(2651)] = 30405, [SMALL_STATE(2652)] = 30470, [SMALL_STATE(2653)] = 30535, [SMALL_STATE(2654)] = 30600, [SMALL_STATE(2655)] = 30665, [SMALL_STATE(2656)] = 30730, [SMALL_STATE(2657)] = 30795, [SMALL_STATE(2658)] = 30860, [SMALL_STATE(2659)] = 30925, [SMALL_STATE(2660)] = 30990, [SMALL_STATE(2661)] = 31055, [SMALL_STATE(2662)] = 31120, [SMALL_STATE(2663)] = 31185, [SMALL_STATE(2664)] = 31250, [SMALL_STATE(2665)] = 31315, [SMALL_STATE(2666)] = 31380, [SMALL_STATE(2667)] = 31445, [SMALL_STATE(2668)] = 31510, [SMALL_STATE(2669)] = 31575, [SMALL_STATE(2670)] = 31644, [SMALL_STATE(2671)] = 31709, [SMALL_STATE(2672)] = 31774, [SMALL_STATE(2673)] = 31839, [SMALL_STATE(2674)] = 31904, [SMALL_STATE(2675)] = 31971, [SMALL_STATE(2676)] = 32036, [SMALL_STATE(2677)] = 32101, [SMALL_STATE(2678)] = 32166, [SMALL_STATE(2679)] = 32231, [SMALL_STATE(2680)] = 32296, [SMALL_STATE(2681)] = 32361, [SMALL_STATE(2682)] = 32426, [SMALL_STATE(2683)] = 32491, [SMALL_STATE(2684)] = 32556, [SMALL_STATE(2685)] = 32621, [SMALL_STATE(2686)] = 32686, [SMALL_STATE(2687)] = 32751, [SMALL_STATE(2688)] = 32816, [SMALL_STATE(2689)] = 32881, [SMALL_STATE(2690)] = 32946, [SMALL_STATE(2691)] = 33011, [SMALL_STATE(2692)] = 33076, [SMALL_STATE(2693)] = 33141, [SMALL_STATE(2694)] = 33218, [SMALL_STATE(2695)] = 33289, [SMALL_STATE(2696)] = 33354, [SMALL_STATE(2697)] = 33419, [SMALL_STATE(2698)] = 33484, [SMALL_STATE(2699)] = 33549, [SMALL_STATE(2700)] = 33614, [SMALL_STATE(2701)] = 33679, [SMALL_STATE(2702)] = 33744, [SMALL_STATE(2703)] = 33809, [SMALL_STATE(2704)] = 33874, [SMALL_STATE(2705)] = 33939, [SMALL_STATE(2706)] = 34010, [SMALL_STATE(2707)] = 34075, [SMALL_STATE(2708)] = 34140, [SMALL_STATE(2709)] = 34205, [SMALL_STATE(2710)] = 34270, [SMALL_STATE(2711)] = 34335, [SMALL_STATE(2712)] = 34400, [SMALL_STATE(2713)] = 34465, [SMALL_STATE(2714)] = 34530, [SMALL_STATE(2715)] = 34595, [SMALL_STATE(2716)] = 34660, [SMALL_STATE(2717)] = 34725, [SMALL_STATE(2718)] = 34790, [SMALL_STATE(2719)] = 34855, [SMALL_STATE(2720)] = 34926, [SMALL_STATE(2721)] = 34991, [SMALL_STATE(2722)] = 35056, [SMALL_STATE(2723)] = 35121, [SMALL_STATE(2724)] = 35186, [SMALL_STATE(2725)] = 35251, [SMALL_STATE(2726)] = 35316, [SMALL_STATE(2727)] = 35381, [SMALL_STATE(2728)] = 35446, [SMALL_STATE(2729)] = 35511, [SMALL_STATE(2730)] = 35576, [SMALL_STATE(2731)] = 35641, [SMALL_STATE(2732)] = 35706, [SMALL_STATE(2733)] = 35771, [SMALL_STATE(2734)] = 35836, [SMALL_STATE(2735)] = 35901, [SMALL_STATE(2736)] = 35966, [SMALL_STATE(2737)] = 36031, [SMALL_STATE(2738)] = 36096, [SMALL_STATE(2739)] = 36161, [SMALL_STATE(2740)] = 36226, [SMALL_STATE(2741)] = 36303, [SMALL_STATE(2742)] = 36372, [SMALL_STATE(2743)] = 36437, [SMALL_STATE(2744)] = 36502, [SMALL_STATE(2745)] = 36567, [SMALL_STATE(2746)] = 36632, [SMALL_STATE(2747)] = 36697, [SMALL_STATE(2748)] = 36762, [SMALL_STATE(2749)] = 36827, [SMALL_STATE(2750)] = 36892, [SMALL_STATE(2751)] = 36957, [SMALL_STATE(2752)] = 37022, [SMALL_STATE(2753)] = 37099, [SMALL_STATE(2754)] = 37164, [SMALL_STATE(2755)] = 37229, [SMALL_STATE(2756)] = 37294, [SMALL_STATE(2757)] = 37358, [SMALL_STATE(2758)] = 37422, [SMALL_STATE(2759)] = 37486, [SMALL_STATE(2760)] = 37550, [SMALL_STATE(2761)] = 37614, [SMALL_STATE(2762)] = 37678, [SMALL_STATE(2763)] = 37742, [SMALL_STATE(2764)] = 37806, [SMALL_STATE(2765)] = 37870, [SMALL_STATE(2766)] = 37934, [SMALL_STATE(2767)] = 37998, [SMALL_STATE(2768)] = 38062, [SMALL_STATE(2769)] = 38126, [SMALL_STATE(2770)] = 38190, [SMALL_STATE(2771)] = 38254, [SMALL_STATE(2772)] = 38318, [SMALL_STATE(2773)] = 38382, [SMALL_STATE(2774)] = 38446, [SMALL_STATE(2775)] = 38510, [SMALL_STATE(2776)] = 38574, [SMALL_STATE(2777)] = 38654, [SMALL_STATE(2778)] = 38718, [SMALL_STATE(2779)] = 38782, [SMALL_STATE(2780)] = 38854, [SMALL_STATE(2781)] = 38918, [SMALL_STATE(2782)] = 38982, [SMALL_STATE(2783)] = 39054, [SMALL_STATE(2784)] = 39134, [SMALL_STATE(2785)] = 39198, [SMALL_STATE(2786)] = 39262, [SMALL_STATE(2787)] = 39326, [SMALL_STATE(2788)] = 39390, [SMALL_STATE(2789)] = 39454, [SMALL_STATE(2790)] = 39518, [SMALL_STATE(2791)] = 39582, [SMALL_STATE(2792)] = 39652, [SMALL_STATE(2793)] = 39716, [SMALL_STATE(2794)] = 39780, [SMALL_STATE(2795)] = 39848, [SMALL_STATE(2796)] = 39912, [SMALL_STATE(2797)] = 39976, [SMALL_STATE(2798)] = 40040, [SMALL_STATE(2799)] = 40104, [SMALL_STATE(2800)] = 40168, [SMALL_STATE(2801)] = 40238, [SMALL_STATE(2802)] = 40302, [SMALL_STATE(2803)] = 40366, [SMALL_STATE(2804)] = 40430, [SMALL_STATE(2805)] = 40494, [SMALL_STATE(2806)] = 40564, [SMALL_STATE(2807)] = 40630, [SMALL_STATE(2808)] = 40710, [SMALL_STATE(2809)] = 40780, [SMALL_STATE(2810)] = 40846, [SMALL_STATE(2811)] = 40914, [SMALL_STATE(2812)] = 40980, [SMALL_STATE(2813)] = 41056, [SMALL_STATE(2814)] = 41120, [SMALL_STATE(2815)] = 41184, [SMALL_STATE(2816)] = 41264, [SMALL_STATE(2817)] = 41334, [SMALL_STATE(2818)] = 41398, [SMALL_STATE(2819)] = 41462, [SMALL_STATE(2820)] = 41534, [SMALL_STATE(2821)] = 41604, [SMALL_STATE(2822)] = 41668, [SMALL_STATE(2823)] = 41732, [SMALL_STATE(2824)] = 41808, [SMALL_STATE(2825)] = 41872, [SMALL_STATE(2826)] = 41938, [SMALL_STATE(2827)] = 42014, [SMALL_STATE(2828)] = 42084, [SMALL_STATE(2829)] = 42150, [SMALL_STATE(2830)] = 42216, [SMALL_STATE(2831)] = 42280, [SMALL_STATE(2832)] = 42344, [SMALL_STATE(2833)] = 42409, [SMALL_STATE(2834)] = 42484, [SMALL_STATE(2835)] = 42547, [SMALL_STATE(2836)] = 42618, [SMALL_STATE(2837)] = 42685, [SMALL_STATE(2838)] = 42762, [SMALL_STATE(2839)] = 42831, [SMALL_STATE(2840)] = 42908, [SMALL_STATE(2841)] = 42979, [SMALL_STATE(2842)] = 43058, [SMALL_STATE(2843)] = 43121, [SMALL_STATE(2844)] = 43192, [SMALL_STATE(2845)] = 43271, [SMALL_STATE(2846)] = 43334, [SMALL_STATE(2847)] = 43397, [SMALL_STATE(2848)] = 43460, [SMALL_STATE(2849)] = 43523, [SMALL_STATE(2850)] = 43602, [SMALL_STATE(2851)] = 43665, [SMALL_STATE(2852)] = 43728, [SMALL_STATE(2853)] = 43793, [SMALL_STATE(2854)] = 43858, [SMALL_STATE(2855)] = 43921, [SMALL_STATE(2856)] = 43988, [SMALL_STATE(2857)] = 44067, [SMALL_STATE(2858)] = 44132, [SMALL_STATE(2859)] = 44197, [SMALL_STATE(2860)] = 44264, [SMALL_STATE(2861)] = 44329, [SMALL_STATE(2862)] = 44391, [SMALL_STATE(2863)] = 44453, [SMALL_STATE(2864)] = 44515, [SMALL_STATE(2865)] = 44577, [SMALL_STATE(2866)] = 44639, [SMALL_STATE(2867)] = 44701, [SMALL_STATE(2868)] = 44769, [SMALL_STATE(2869)] = 44831, [SMALL_STATE(2870)] = 44895, [SMALL_STATE(2871)] = 44957, [SMALL_STATE(2872)] = 45019, [SMALL_STATE(2873)] = 45087, [SMALL_STATE(2874)] = 45149, [SMALL_STATE(2875)] = 45211, [SMALL_STATE(2876)] = 45273, [SMALL_STATE(2877)] = 45345, [SMALL_STATE(2878)] = 45415, [SMALL_STATE(2879)] = 45477, [SMALL_STATE(2880)] = 45539, [SMALL_STATE(2881)] = 45601, [SMALL_STATE(2882)] = 45671, [SMALL_STATE(2883)] = 45735, [SMALL_STATE(2884)] = 45797, [SMALL_STATE(2885)] = 45861, [SMALL_STATE(2886)] = 45923, [SMALL_STATE(2887)] = 45985, [SMALL_STATE(2888)] = 46047, [SMALL_STATE(2889)] = 46109, [SMALL_STATE(2890)] = 46171, [SMALL_STATE(2891)] = 46237, [SMALL_STATE(2892)] = 46299, [SMALL_STATE(2893)] = 46361, [SMALL_STATE(2894)] = 46423, [SMALL_STATE(2895)] = 46485, [SMALL_STATE(2896)] = 46547, [SMALL_STATE(2897)] = 46617, [SMALL_STATE(2898)] = 46679, [SMALL_STATE(2899)] = 46753, [SMALL_STATE(2900)] = 46821, [SMALL_STATE(2901)] = 46883, [SMALL_STATE(2902)] = 46945, [SMALL_STATE(2903)] = 47007, [SMALL_STATE(2904)] = 47069, [SMALL_STATE(2905)] = 47131, [SMALL_STATE(2906)] = 47193, [SMALL_STATE(2907)] = 47261, [SMALL_STATE(2908)] = 47323, [SMALL_STATE(2909)] = 47399, [SMALL_STATE(2910)] = 47465, [SMALL_STATE(2911)] = 47529, [SMALL_STATE(2912)] = 47591, [SMALL_STATE(2913)] = 47653, [SMALL_STATE(2914)] = 47715, [SMALL_STATE(2915)] = 47779, [SMALL_STATE(2916)] = 47841, [SMALL_STATE(2917)] = 47919, [SMALL_STATE(2918)] = 47981, [SMALL_STATE(2919)] = 48055, [SMALL_STATE(2920)] = 48117, [SMALL_STATE(2921)] = 48179, [SMALL_STATE(2922)] = 48245, [SMALL_STATE(2923)] = 48307, [SMALL_STATE(2924)] = 48373, [SMALL_STATE(2925)] = 48439, [SMALL_STATE(2926)] = 48501, [SMALL_STATE(2927)] = 48563, [SMALL_STATE(2928)] = 48625, [SMALL_STATE(2929)] = 48693, [SMALL_STATE(2930)] = 48757, [SMALL_STATE(2931)] = 48819, [SMALL_STATE(2932)] = 48881, [SMALL_STATE(2933)] = 48951, [SMALL_STATE(2934)] = 49013, [SMALL_STATE(2935)] = 49075, [SMALL_STATE(2936)] = 49141, [SMALL_STATE(2937)] = 49203, [SMALL_STATE(2938)] = 49273, [SMALL_STATE(2939)] = 49335, [SMALL_STATE(2940)] = 49401, [SMALL_STATE(2941)] = 49463, [SMALL_STATE(2942)] = 49525, [SMALL_STATE(2943)] = 49587, [SMALL_STATE(2944)] = 49649, [SMALL_STATE(2945)] = 49711, [SMALL_STATE(2946)] = 49818, [SMALL_STATE(2947)] = 49891, [SMALL_STATE(2948)] = 49952, [SMALL_STATE(2949)] = 50013, [SMALL_STATE(2950)] = 50074, [SMALL_STATE(2951)] = 50135, [SMALL_STATE(2952)] = 50210, [SMALL_STATE(2953)] = 50271, [SMALL_STATE(2954)] = 50376, [SMALL_STATE(2955)] = 50437, [SMALL_STATE(2956)] = 50498, [SMALL_STATE(2957)] = 50559, [SMALL_STATE(2958)] = 50620, [SMALL_STATE(2959)] = 50687, [SMALL_STATE(2960)] = 50748, [SMALL_STATE(2961)] = 50813, [SMALL_STATE(2962)] = 50874, [SMALL_STATE(2963)] = 50949, [SMALL_STATE(2964)] = 51010, [SMALL_STATE(2965)] = 51077, [SMALL_STATE(2966)] = 51138, [SMALL_STATE(2967)] = 51199, [SMALL_STATE(2968)] = 51260, [SMALL_STATE(2969)] = 51333, [SMALL_STATE(2970)] = 51394, [SMALL_STATE(2971)] = 51491, [SMALL_STATE(2972)] = 51584, [SMALL_STATE(2973)] = 51675, [SMALL_STATE(2974)] = 51740, [SMALL_STATE(2975)] = 51811, [SMALL_STATE(2976)] = 51896, [SMALL_STATE(2977)] = 51977, [SMALL_STATE(2978)] = 52054, [SMALL_STATE(2979)] = 52133, [SMALL_STATE(2980)] = 52198, [SMALL_STATE(2981)] = 52259, [SMALL_STATE(2982)] = 52320, [SMALL_STATE(2983)] = 52381, [SMALL_STATE(2984)] = 52454, [SMALL_STATE(2985)] = 52515, [SMALL_STATE(2986)] = 52576, [SMALL_STATE(2987)] = 52637, [SMALL_STATE(2988)] = 52706, [SMALL_STATE(2989)] = 52773, [SMALL_STATE(2990)] = 52834, [SMALL_STATE(2991)] = 52895, [SMALL_STATE(2992)] = 52970, [SMALL_STATE(2993)] = 53031, [SMALL_STATE(2994)] = 53092, [SMALL_STATE(2995)] = 53153, [SMALL_STATE(2996)] = 53214, [SMALL_STATE(2997)] = 53275, [SMALL_STATE(2998)] = 53380, [SMALL_STATE(2999)] = 53441, [SMALL_STATE(3000)] = 53502, [SMALL_STATE(3001)] = 53563, [SMALL_STATE(3002)] = 53624, [SMALL_STATE(3003)] = 53689, [SMALL_STATE(3004)] = 53750, [SMALL_STATE(3005)] = 53811, [SMALL_STATE(3006)] = 53872, [SMALL_STATE(3007)] = 53933, [SMALL_STATE(3008)] = 53994, [SMALL_STATE(3009)] = 54055, [SMALL_STATE(3010)] = 54142, [SMALL_STATE(3011)] = 54203, [SMALL_STATE(3012)] = 54308, [SMALL_STATE(3013)] = 54369, [SMALL_STATE(3014)] = 54430, [SMALL_STATE(3015)] = 54511, [SMALL_STATE(3016)] = 54586, [SMALL_STATE(3017)] = 54661, [SMALL_STATE(3018)] = 54722, [SMALL_STATE(3019)] = 54795, [SMALL_STATE(3020)] = 54856, [SMALL_STATE(3021)] = 54965, [SMALL_STATE(3022)] = 55036, [SMALL_STATE(3023)] = 55097, [SMALL_STATE(3024)] = 55172, [SMALL_STATE(3025)] = 55237, [SMALL_STATE(3026)] = 55298, [SMALL_STATE(3027)] = 55359, [SMALL_STATE(3028)] = 55420, [SMALL_STATE(3029)] = 55483, [SMALL_STATE(3030)] = 55550, [SMALL_STATE(3031)] = 55629, [SMALL_STATE(3032)] = 55690, [SMALL_STATE(3033)] = 55795, [SMALL_STATE(3034)] = 55864, [SMALL_STATE(3035)] = 55925, [SMALL_STATE(3036)] = 55986, [SMALL_STATE(3037)] = 56053, [SMALL_STATE(3038)] = 56114, [SMALL_STATE(3039)] = 56175, [SMALL_STATE(3040)] = 56254, [SMALL_STATE(3041)] = 56315, [SMALL_STATE(3042)] = 56378, [SMALL_STATE(3043)] = 56439, [SMALL_STATE(3044)] = 56504, [SMALL_STATE(3045)] = 56579, [SMALL_STATE(3046)] = 56640, [SMALL_STATE(3047)] = 56703, [SMALL_STATE(3048)] = 56804, [SMALL_STATE(3049)] = 56865, [SMALL_STATE(3050)] = 56926, [SMALL_STATE(3051)] = 56987, [SMALL_STATE(3052)] = 57052, [SMALL_STATE(3053)] = 57113, [SMALL_STATE(3054)] = 57174, [SMALL_STATE(3055)] = 57283, [SMALL_STATE(3056)] = 57344, [SMALL_STATE(3057)] = 57407, [SMALL_STATE(3058)] = 57482, [SMALL_STATE(3059)] = 57547, [SMALL_STATE(3060)] = 57608, [SMALL_STATE(3061)] = 57675, [SMALL_STATE(3062)] = 57736, [SMALL_STATE(3063)] = 57797, [SMALL_STATE(3064)] = 57864, [SMALL_STATE(3065)] = 57925, [SMALL_STATE(3066)] = 57986, [SMALL_STATE(3067)] = 58047, [SMALL_STATE(3068)] = 58108, [SMALL_STATE(3069)] = 58169, [SMALL_STATE(3070)] = 58230, [SMALL_STATE(3071)] = 58290, [SMALL_STATE(3072)] = 58394, [SMALL_STATE(3073)] = 58454, [SMALL_STATE(3074)] = 58514, [SMALL_STATE(3075)] = 58574, [SMALL_STATE(3076)] = 58634, [SMALL_STATE(3077)] = 58694, [SMALL_STATE(3078)] = 58754, [SMALL_STATE(3079)] = 58814, [SMALL_STATE(3080)] = 58874, [SMALL_STATE(3081)] = 58934, [SMALL_STATE(3082)] = 58994, [SMALL_STATE(3083)] = 59054, [SMALL_STATE(3084)] = 59114, [SMALL_STATE(3085)] = 59174, [SMALL_STATE(3086)] = 59234, [SMALL_STATE(3087)] = 59294, [SMALL_STATE(3088)] = 59400, [SMALL_STATE(3089)] = 59460, [SMALL_STATE(3090)] = 59520, [SMALL_STATE(3091)] = 59580, [SMALL_STATE(3092)] = 59640, [SMALL_STATE(3093)] = 59700, [SMALL_STATE(3094)] = 59760, [SMALL_STATE(3095)] = 59820, [SMALL_STATE(3096)] = 59924, [SMALL_STATE(3097)] = 59984, [SMALL_STATE(3098)] = 60044, [SMALL_STATE(3099)] = 60104, [SMALL_STATE(3100)] = 60206, [SMALL_STATE(3101)] = 60266, [SMALL_STATE(3102)] = 60326, [SMALL_STATE(3103)] = 60386, [SMALL_STATE(3104)] = 60446, [SMALL_STATE(3105)] = 60506, [SMALL_STATE(3106)] = 60566, [SMALL_STATE(3107)] = 60626, [SMALL_STATE(3108)] = 60686, [SMALL_STATE(3109)] = 60746, [SMALL_STATE(3110)] = 60806, [SMALL_STATE(3111)] = 60912, [SMALL_STATE(3112)] = 60972, [SMALL_STATE(3113)] = 61032, [SMALL_STATE(3114)] = 61092, [SMALL_STATE(3115)] = 61152, [SMALL_STATE(3116)] = 61212, [SMALL_STATE(3117)] = 61272, [SMALL_STATE(3118)] = 61332, [SMALL_STATE(3119)] = 61392, [SMALL_STATE(3120)] = 61464, [SMALL_STATE(3121)] = 61524, [SMALL_STATE(3122)] = 61584, [SMALL_STATE(3123)] = 61644, [SMALL_STATE(3124)] = 61704, [SMALL_STATE(3125)] = 61764, [SMALL_STATE(3126)] = 61824, [SMALL_STATE(3127)] = 61884, [SMALL_STATE(3128)] = 61944, [SMALL_STATE(3129)] = 62004, [SMALL_STATE(3130)] = 62064, [SMALL_STATE(3131)] = 62124, [SMALL_STATE(3132)] = 62184, [SMALL_STATE(3133)] = 62256, [SMALL_STATE(3134)] = 62316, [SMALL_STATE(3135)] = 62376, [SMALL_STATE(3136)] = 62478, [SMALL_STATE(3137)] = 62538, [SMALL_STATE(3138)] = 62598, [SMALL_STATE(3139)] = 62658, [SMALL_STATE(3140)] = 62718, [SMALL_STATE(3141)] = 62778, [SMALL_STATE(3142)] = 62838, [SMALL_STATE(3143)] = 62906, [SMALL_STATE(3144)] = 62966, [SMALL_STATE(3145)] = 63026, [SMALL_STATE(3146)] = 63086, [SMALL_STATE(3147)] = 63146, [SMALL_STATE(3148)] = 63208, [SMALL_STATE(3149)] = 63268, [SMALL_STATE(3150)] = 63328, [SMALL_STATE(3151)] = 63388, [SMALL_STATE(3152)] = 63448, [SMALL_STATE(3153)] = 63508, [SMALL_STATE(3154)] = 63568, [SMALL_STATE(3155)] = 63628, [SMALL_STATE(3156)] = 63700, [SMALL_STATE(3157)] = 63768, [SMALL_STATE(3158)] = 63838, [SMALL_STATE(3159)] = 63908, [SMALL_STATE(3160)] = 63968, [SMALL_STATE(3161)] = 64028, [SMALL_STATE(3162)] = 64088, [SMALL_STATE(3163)] = 64148, [SMALL_STATE(3164)] = 64208, [SMALL_STATE(3165)] = 64274, [SMALL_STATE(3166)] = 64340, [SMALL_STATE(3167)] = 64416, [SMALL_STATE(3168)] = 64490, [SMALL_STATE(3169)] = 64554, [SMALL_STATE(3170)] = 64614, [SMALL_STATE(3171)] = 64692, [SMALL_STATE(3172)] = 64758, [SMALL_STATE(3173)] = 64824, [SMALL_STATE(3174)] = 64884, [SMALL_STATE(3175)] = 64966, [SMALL_STATE(3176)] = 65026, [SMALL_STATE(3177)] = 65130, [SMALL_STATE(3178)] = 65190, [SMALL_STATE(3179)] = 65274, [SMALL_STATE(3180)] = 65334, [SMALL_STATE(3181)] = 65402, [SMALL_STATE(3182)] = 65464, [SMALL_STATE(3183)] = 65552, [SMALL_STATE(3184)] = 65642, [SMALL_STATE(3185)] = 65736, [SMALL_STATE(3186)] = 65834, [SMALL_STATE(3187)] = 65904, [SMALL_STATE(3188)] = 65970, [SMALL_STATE(3189)] = 66032, [SMALL_STATE(3190)] = 66096, [SMALL_STATE(3191)] = 66160, [SMALL_STATE(3192)] = 66220, [SMALL_STATE(3193)] = 66282, [SMALL_STATE(3194)] = 66348, [SMALL_STATE(3195)] = 66414, [SMALL_STATE(3196)] = 66482, [SMALL_STATE(3197)] = 66560, [SMALL_STATE(3198)] = 66662, [SMALL_STATE(3199)] = 66730, [SMALL_STATE(3200)] = 66800, [SMALL_STATE(3201)] = 66902, [SMALL_STATE(3202)] = 66963, [SMALL_STATE(3203)] = 67022, [SMALL_STATE(3204)] = 67175, [SMALL_STATE(3205)] = 67234, [SMALL_STATE(3206)] = 67293, [SMALL_STATE(3207)] = 67352, [SMALL_STATE(3208)] = 67417, [SMALL_STATE(3209)] = 67476, [SMALL_STATE(3210)] = 67535, [SMALL_STATE(3211)] = 67594, [SMALL_STATE(3212)] = 67653, [SMALL_STATE(3213)] = 67712, [SMALL_STATE(3214)] = 67771, [SMALL_STATE(3215)] = 67836, [SMALL_STATE(3216)] = 67895, [SMALL_STATE(3217)] = 67954, [SMALL_STATE(3218)] = 68013, [SMALL_STATE(3219)] = 68072, [SMALL_STATE(3220)] = 68131, [SMALL_STATE(3221)] = 68190, [SMALL_STATE(3222)] = 68249, [SMALL_STATE(3223)] = 68308, [SMALL_STATE(3224)] = 68367, [SMALL_STATE(3225)] = 68432, [SMALL_STATE(3226)] = 68497, [SMALL_STATE(3227)] = 68556, [SMALL_STATE(3228)] = 68709, [SMALL_STATE(3229)] = 68768, [SMALL_STATE(3230)] = 68827, [SMALL_STATE(3231)] = 68886, [SMALL_STATE(3232)] = 68949, [SMALL_STATE(3233)] = 69008, [SMALL_STATE(3234)] = 69067, [SMALL_STATE(3235)] = 69126, [SMALL_STATE(3236)] = 69185, [SMALL_STATE(3237)] = 69244, [SMALL_STATE(3238)] = 69303, [SMALL_STATE(3239)] = 69362, [SMALL_STATE(3240)] = 69515, [SMALL_STATE(3241)] = 69574, [SMALL_STATE(3242)] = 69633, [SMALL_STATE(3243)] = 69786, [SMALL_STATE(3244)] = 69845, [SMALL_STATE(3245)] = 69998, [SMALL_STATE(3246)] = 70057, [SMALL_STATE(3247)] = 70116, [SMALL_STATE(3248)] = 70175, [SMALL_STATE(3249)] = 70234, [SMALL_STATE(3250)] = 70293, [SMALL_STATE(3251)] = 70352, [SMALL_STATE(3252)] = 70411, [SMALL_STATE(3253)] = 70470, [SMALL_STATE(3254)] = 70529, [SMALL_STATE(3255)] = 70594, [SMALL_STATE(3256)] = 70659, [SMALL_STATE(3257)] = 70718, [SMALL_STATE(3258)] = 70777, [SMALL_STATE(3259)] = 70836, [SMALL_STATE(3260)] = 70895, [SMALL_STATE(3261)] = 70954, [SMALL_STATE(3262)] = 71013, [SMALL_STATE(3263)] = 71072, [SMALL_STATE(3264)] = 71131, [SMALL_STATE(3265)] = 71190, [SMALL_STATE(3266)] = 71249, [SMALL_STATE(3267)] = 71308, [SMALL_STATE(3268)] = 71367, [SMALL_STATE(3269)] = 71426, [SMALL_STATE(3270)] = 71485, [SMALL_STATE(3271)] = 71552, [SMALL_STATE(3272)] = 71611, [SMALL_STATE(3273)] = 71670, [SMALL_STATE(3274)] = 71729, [SMALL_STATE(3275)] = 71788, [SMALL_STATE(3276)] = 71847, [SMALL_STATE(3277)] = 71906, [SMALL_STATE(3278)] = 71965, [SMALL_STATE(3279)] = 72024, [SMALL_STATE(3280)] = 72083, [SMALL_STATE(3281)] = 72142, [SMALL_STATE(3282)] = 72201, [SMALL_STATE(3283)] = 72260, [SMALL_STATE(3284)] = 72319, [SMALL_STATE(3285)] = 72378, [SMALL_STATE(3286)] = 72437, [SMALL_STATE(3287)] = 72496, [SMALL_STATE(3288)] = 72555, [SMALL_STATE(3289)] = 72614, [SMALL_STATE(3290)] = 72673, [SMALL_STATE(3291)] = 72734, [SMALL_STATE(3292)] = 72793, [SMALL_STATE(3293)] = 72946, [SMALL_STATE(3294)] = 73005, [SMALL_STATE(3295)] = 73158, [SMALL_STATE(3296)] = 73217, [SMALL_STATE(3297)] = 73276, [SMALL_STATE(3298)] = 73335, [SMALL_STATE(3299)] = 73394, [SMALL_STATE(3300)] = 73453, [SMALL_STATE(3301)] = 73512, [SMALL_STATE(3302)] = 73571, [SMALL_STATE(3303)] = 73630, [SMALL_STATE(3304)] = 73689, [SMALL_STATE(3305)] = 73792, [SMALL_STATE(3306)] = 73851, [SMALL_STATE(3307)] = 74004, [SMALL_STATE(3308)] = 74063, [SMALL_STATE(3309)] = 74124, [SMALL_STATE(3310)] = 74277, [SMALL_STATE(3311)] = 74338, [SMALL_STATE(3312)] = 74399, [SMALL_STATE(3313)] = 74458, [SMALL_STATE(3314)] = 74517, [SMALL_STATE(3315)] = 74588, [SMALL_STATE(3316)] = 74647, [SMALL_STATE(3317)] = 74706, [SMALL_STATE(3318)] = 74765, [SMALL_STATE(3319)] = 74824, [SMALL_STATE(3320)] = 74883, [SMALL_STATE(3321)] = 74942, [SMALL_STATE(3322)] = 75001, [SMALL_STATE(3323)] = 75064, [SMALL_STATE(3324)] = 75123, [SMALL_STATE(3325)] = 75182, [SMALL_STATE(3326)] = 75241, [SMALL_STATE(3327)] = 75394, [SMALL_STATE(3328)] = 75453, [SMALL_STATE(3329)] = 75522, [SMALL_STATE(3330)] = 75675, [SMALL_STATE(3331)] = 75734, [SMALL_STATE(3332)] = 75793, [SMALL_STATE(3333)] = 75852, [SMALL_STATE(3334)] = 75911, [SMALL_STATE(3335)] = 75970, [SMALL_STATE(3336)] = 76029, [SMALL_STATE(3337)] = 76088, [SMALL_STATE(3338)] = 76147, [SMALL_STATE(3339)] = 76206, [SMALL_STATE(3340)] = 76265, [SMALL_STATE(3341)] = 76324, [SMALL_STATE(3342)] = 76383, [SMALL_STATE(3343)] = 76442, [SMALL_STATE(3344)] = 76501, [SMALL_STATE(3345)] = 76560, [SMALL_STATE(3346)] = 76619, [SMALL_STATE(3347)] = 76678, [SMALL_STATE(3348)] = 76737, [SMALL_STATE(3349)] = 76796, [SMALL_STATE(3350)] = 76855, [SMALL_STATE(3351)] = 76914, [SMALL_STATE(3352)] = 76973, [SMALL_STATE(3353)] = 77032, [SMALL_STATE(3354)] = 77095, [SMALL_STATE(3355)] = 77154, [SMALL_STATE(3356)] = 77213, [SMALL_STATE(3357)] = 77366, [SMALL_STATE(3358)] = 77424, [SMALL_STATE(3359)] = 77486, [SMALL_STATE(3360)] = 77556, [SMALL_STATE(3361)] = 77632, [SMALL_STATE(3362)] = 77706, [SMALL_STATE(3363)] = 77764, [SMALL_STATE(3364)] = 77842, [SMALL_STATE(3365)] = 77922, [SMALL_STATE(3366)] = 78004, [SMALL_STATE(3367)] = 78090, [SMALL_STATE(3368)] = 78178, [SMALL_STATE(3369)] = 78270, [SMALL_STATE(3370)] = 78366, [SMALL_STATE(3371)] = 78436, [SMALL_STATE(3372)] = 78508, [SMALL_STATE(3373)] = 78610, [SMALL_STATE(3374)] = 78710, [SMALL_STATE(3375)] = 78810, [SMALL_STATE(3376)] = 78910, [SMALL_STATE(3377)] = 79010, [SMALL_STATE(3378)] = 79114, [SMALL_STATE(3379)] = 79214, [SMALL_STATE(3380)] = 79314, [SMALL_STATE(3381)] = 79376, [SMALL_STATE(3382)] = 79476, [SMALL_STATE(3383)] = 79576, [SMALL_STATE(3384)] = 79676, [SMALL_STATE(3385)] = 79776, [SMALL_STATE(3386)] = 79838, [SMALL_STATE(3387)] = 79906, [SMALL_STATE(3388)] = 80006, [SMALL_STATE(3389)] = 80106, [SMALL_STATE(3390)] = 80184, [SMALL_STATE(3391)] = 80254, [SMALL_STATE(3392)] = 80354, [SMALL_STATE(3393)] = 80414, [SMALL_STATE(3394)] = 80480, [SMALL_STATE(3395)] = 80548, [SMALL_STATE(3396)] = 80652, [SMALL_STATE(3397)] = 80714, [SMALL_STATE(3398)] = 80776, [SMALL_STATE(3399)] = 80836, [SMALL_STATE(3400)] = 80936, [SMALL_STATE(3401)] = 80994, [SMALL_STATE(3402)] = 81094, [SMALL_STATE(3403)] = 81194, [SMALL_STATE(3404)] = 81294, [SMALL_STATE(3405)] = 81394, [SMALL_STATE(3406)] = 81456, [SMALL_STATE(3407)] = 81518, [SMALL_STATE(3408)] = 81576, [SMALL_STATE(3409)] = 81676, [SMALL_STATE(3410)] = 81776, [SMALL_STATE(3411)] = 81846, [SMALL_STATE(3412)] = 81908, [SMALL_STATE(3413)] = 81966, [SMALL_STATE(3414)] = 82066, [SMALL_STATE(3415)] = 82166, [SMALL_STATE(3416)] = 82266, [SMALL_STATE(3417)] = 82326, [SMALL_STATE(3418)] = 82384, [SMALL_STATE(3419)] = 82484, [SMALL_STATE(3420)] = 82541, [SMALL_STATE(3421)] = 82598, [SMALL_STATE(3422)] = 82679, [SMALL_STATE(3423)] = 82746, [SMALL_STATE(3424)] = 82803, [SMALL_STATE(3425)] = 82860, [SMALL_STATE(3426)] = 82917, [SMALL_STATE(3427)] = 82974, [SMALL_STATE(3428)] = 83043, [SMALL_STATE(3429)] = 83122, [SMALL_STATE(3430)] = 83181, [SMALL_STATE(3431)] = 83238, [SMALL_STATE(3432)] = 83313, [SMALL_STATE(3433)] = 83390, [SMALL_STATE(3434)] = 83461, [SMALL_STATE(3435)] = 83524, [SMALL_STATE(3436)] = 83597, [SMALL_STATE(3437)] = 83654, [SMALL_STATE(3438)] = 83711, [SMALL_STATE(3439)] = 83768, [SMALL_STATE(3440)] = 83869, [SMALL_STATE(3441)] = 83926, [SMALL_STATE(3442)] = 83983, [SMALL_STATE(3443)] = 84040, [SMALL_STATE(3444)] = 84107, [SMALL_STATE(3445)] = 84172, [SMALL_STATE(3446)] = 84273, [SMALL_STATE(3447)] = 84358, [SMALL_STATE(3448)] = 84431, [SMALL_STATE(3449)] = 84488, [SMALL_STATE(3450)] = 84545, [SMALL_STATE(3451)] = 84620, [SMALL_STATE(3452)] = 84689, [SMALL_STATE(3453)] = 84746, [SMALL_STATE(3454)] = 84803, [SMALL_STATE(3455)] = 84906, [SMALL_STATE(3456)] = 84977, [SMALL_STATE(3457)] = 85044, [SMALL_STATE(3458)] = 85119, [SMALL_STATE(3459)] = 85176, [SMALL_STATE(3460)] = 85273, [SMALL_STATE(3461)] = 85330, [SMALL_STATE(3462)] = 85395, [SMALL_STATE(3463)] = 85458, [SMALL_STATE(3464)] = 85515, [SMALL_STATE(3465)] = 85572, [SMALL_STATE(3466)] = 85641, [SMALL_STATE(3467)] = 85698, [SMALL_STATE(3468)] = 85755, [SMALL_STATE(3469)] = 85812, [SMALL_STATE(3470)] = 85879, [SMALL_STATE(3471)] = 85936, [SMALL_STATE(3472)] = 85993, [SMALL_STATE(3473)] = 86090, [SMALL_STATE(3474)] = 86183, [SMALL_STATE(3475)] = 86246, [SMALL_STATE(3476)] = 86335, [SMALL_STATE(3477)] = 86422, [SMALL_STATE(3478)] = 86479, [SMALL_STATE(3479)] = 86562, [SMALL_STATE(3480)] = 86619, [SMALL_STATE(3481)] = 86676, [SMALL_STATE(3482)] = 86733, [SMALL_STATE(3483)] = 86814, [SMALL_STATE(3484)] = 86891, [SMALL_STATE(3485)] = 86992, [SMALL_STATE(3486)] = 87049, [SMALL_STATE(3487)] = 87106, [SMALL_STATE(3488)] = 87195, [SMALL_STATE(3489)] = 87288, [SMALL_STATE(3490)] = 87383, [SMALL_STATE(3491)] = 87488, [SMALL_STATE(3492)] = 87545, [SMALL_STATE(3493)] = 87612, [SMALL_STATE(3494)] = 87669, [SMALL_STATE(3495)] = 87726, [SMALL_STATE(3496)] = 87823, [SMALL_STATE(3497)] = 87892, [SMALL_STATE(3498)] = 87993, [SMALL_STATE(3499)] = 88050, [SMALL_STATE(3500)] = 88107, [SMALL_STATE(3501)] = 88164, [SMALL_STATE(3502)] = 88221, [SMALL_STATE(3503)] = 88278, [SMALL_STATE(3504)] = 88339, [SMALL_STATE(3505)] = 88396, [SMALL_STATE(3506)] = 88453, [SMALL_STATE(3507)] = 88510, [SMALL_STATE(3508)] = 88567, [SMALL_STATE(3509)] = 88624, [SMALL_STATE(3510)] = 88725, [SMALL_STATE(3511)] = 88782, [SMALL_STATE(3512)] = 88839, [SMALL_STATE(3513)] = 88908, [SMALL_STATE(3514)] = 88965, [SMALL_STATE(3515)] = 89070, [SMALL_STATE(3516)] = 89127, [SMALL_STATE(3517)] = 89184, [SMALL_STATE(3518)] = 89241, [SMALL_STATE(3519)] = 89298, [SMALL_STATE(3520)] = 89355, [SMALL_STATE(3521)] = 89412, [SMALL_STATE(3522)] = 89469, [SMALL_STATE(3523)] = 89526, [SMALL_STATE(3524)] = 89623, [SMALL_STATE(3525)] = 89680, [SMALL_STATE(3526)] = 89741, [SMALL_STATE(3527)] = 89798, [SMALL_STATE(3528)] = 89855, [SMALL_STATE(3529)] = 89912, [SMALL_STATE(3530)] = 89969, [SMALL_STATE(3531)] = 90026, [SMALL_STATE(3532)] = 90127, [SMALL_STATE(3533)] = 90184, [SMALL_STATE(3534)] = 90241, [SMALL_STATE(3535)] = 90298, [SMALL_STATE(3536)] = 90355, [SMALL_STATE(3537)] = 90412, [SMALL_STATE(3538)] = 90473, [SMALL_STATE(3539)] = 90538, [SMALL_STATE(3540)] = 90635, [SMALL_STATE(3541)] = 90692, [SMALL_STATE(3542)] = 90749, [SMALL_STATE(3543)] = 90848, [SMALL_STATE(3544)] = 90909, [SMALL_STATE(3545)] = 90974, [SMALL_STATE(3546)] = 91031, [SMALL_STATE(3547)] = 91088, [SMALL_STATE(3548)] = 91145, [SMALL_STATE(3549)] = 91202, [SMALL_STATE(3550)] = 91258, [SMALL_STATE(3551)] = 91314, [SMALL_STATE(3552)] = 91370, [SMALL_STATE(3553)] = 91430, [SMALL_STATE(3554)] = 91486, [SMALL_STATE(3555)] = 91542, [SMALL_STATE(3556)] = 91598, [SMALL_STATE(3557)] = 91654, [SMALL_STATE(3558)] = 91710, [SMALL_STATE(3559)] = 91766, [SMALL_STATE(3560)] = 91822, [SMALL_STATE(3561)] = 91878, [SMALL_STATE(3562)] = 91934, [SMALL_STATE(3563)] = 91990, [SMALL_STATE(3564)] = 92046, [SMALL_STATE(3565)] = 92102, [SMALL_STATE(3566)] = 92158, [SMALL_STATE(3567)] = 92214, [SMALL_STATE(3568)] = 92270, [SMALL_STATE(3569)] = 92326, [SMALL_STATE(3570)] = 92382, [SMALL_STATE(3571)] = 92438, [SMALL_STATE(3572)] = 92494, [SMALL_STATE(3573)] = 92550, [SMALL_STATE(3574)] = 92606, [SMALL_STATE(3575)] = 92662, [SMALL_STATE(3576)] = 92718, [SMALL_STATE(3577)] = 92774, [SMALL_STATE(3578)] = 92830, [SMALL_STATE(3579)] = 92888, [SMALL_STATE(3580)] = 92944, [SMALL_STATE(3581)] = 93000, [SMALL_STATE(3582)] = 93056, [SMALL_STATE(3583)] = 93114, [SMALL_STATE(3584)] = 93170, [SMALL_STATE(3585)] = 93226, [SMALL_STATE(3586)] = 93282, [SMALL_STATE(3587)] = 93338, [SMALL_STATE(3588)] = 93398, [SMALL_STATE(3589)] = 93454, [SMALL_STATE(3590)] = 93510, [SMALL_STATE(3591)] = 93566, [SMALL_STATE(3592)] = 93622, [SMALL_STATE(3593)] = 93678, [SMALL_STATE(3594)] = 93734, [SMALL_STATE(3595)] = 93792, [SMALL_STATE(3596)] = 93848, [SMALL_STATE(3597)] = 93904, [SMALL_STATE(3598)] = 93960, [SMALL_STATE(3599)] = 94016, [SMALL_STATE(3600)] = 94072, [SMALL_STATE(3601)] = 94130, [SMALL_STATE(3602)] = 94186, [SMALL_STATE(3603)] = 94242, [SMALL_STATE(3604)] = 94298, [SMALL_STATE(3605)] = 94354, [SMALL_STATE(3606)] = 94410, [SMALL_STATE(3607)] = 94466, [SMALL_STATE(3608)] = 94522, [SMALL_STATE(3609)] = 94578, [SMALL_STATE(3610)] = 94634, [SMALL_STATE(3611)] = 94690, [SMALL_STATE(3612)] = 94746, [SMALL_STATE(3613)] = 94802, [SMALL_STATE(3614)] = 94858, [SMALL_STATE(3615)] = 94914, [SMALL_STATE(3616)] = 94970, [SMALL_STATE(3617)] = 95026, [SMALL_STATE(3618)] = 95082, [SMALL_STATE(3619)] = 95138, [SMALL_STATE(3620)] = 95194, [SMALL_STATE(3621)] = 95250, [SMALL_STATE(3622)] = 95306, [SMALL_STATE(3623)] = 95362, [SMALL_STATE(3624)] = 95418, [SMALL_STATE(3625)] = 95493, [SMALL_STATE(3626)] = 95554, [SMALL_STATE(3627)] = 95609, [SMALL_STATE(3628)] = 95664, [SMALL_STATE(3629)] = 95739, [SMALL_STATE(3630)] = 95793, [SMALL_STATE(3631)] = 95859, [SMALL_STATE(3632)] = 95925, [SMALL_STATE(3633)] = 95979, [SMALL_STATE(3634)] = 96033, [SMALL_STATE(3635)] = 96095, [SMALL_STATE(3636)] = 96155, [SMALL_STATE(3637)] = 96215, [SMALL_STATE(3638)] = 96281, [SMALL_STATE(3639)] = 96335, [SMALL_STATE(3640)] = 96402, [SMALL_STATE(3641)] = 96457, [SMALL_STATE(3642)] = 96514, [SMALL_STATE(3643)] = 96569, [SMALL_STATE(3644)] = 96636, [SMALL_STATE(3645)] = 96689, [SMALL_STATE(3646)] = 96742, [SMALL_STATE(3647)] = 96797, [SMALL_STATE(3648)] = 96852, [SMALL_STATE(3649)] = 96907, [SMALL_STATE(3650)] = 96966, [SMALL_STATE(3651)] = 97025, [SMALL_STATE(3652)] = 97082, [SMALL_STATE(3653)] = 97139, [SMALL_STATE(3654)] = 97198, [SMALL_STATE(3655)] = 97253, [SMALL_STATE(3656)] = 97350, [SMALL_STATE(3657)] = 97417, [SMALL_STATE(3658)] = 97473, [SMALL_STATE(3659)] = 97533, [SMALL_STATE(3660)] = 97627, [SMALL_STATE(3661)] = 97679, [SMALL_STATE(3662)] = 97773, [SMALL_STATE(3663)] = 97867, [SMALL_STATE(3664)] = 97919, [SMALL_STATE(3665)] = 98013, [SMALL_STATE(3666)] = 98107, [SMALL_STATE(3667)] = 98201, [SMALL_STATE(3668)] = 98269, [SMALL_STATE(3669)] = 98363, [SMALL_STATE(3670)] = 98457, [SMALL_STATE(3671)] = 98509, [SMALL_STATE(3672)] = 98561, [SMALL_STATE(3673)] = 98613, [SMALL_STATE(3674)] = 98707, [SMALL_STATE(3675)] = 98759, [SMALL_STATE(3676)] = 98811, [SMALL_STATE(3677)] = 98905, [SMALL_STATE(3678)] = 98957, [SMALL_STATE(3679)] = 99009, [SMALL_STATE(3680)] = 99103, [SMALL_STATE(3681)] = 99197, [SMALL_STATE(3682)] = 99249, [SMALL_STATE(3683)] = 99301, [SMALL_STATE(3684)] = 99395, [SMALL_STATE(3685)] = 99447, [SMALL_STATE(3686)] = 99541, [SMALL_STATE(3687)] = 99593, [SMALL_STATE(3688)] = 99645, [SMALL_STATE(3689)] = 99697, [SMALL_STATE(3690)] = 99757, [SMALL_STATE(3691)] = 99851, [SMALL_STATE(3692)] = 99911, [SMALL_STATE(3693)] = 99963, [SMALL_STATE(3694)] = 100057, [SMALL_STATE(3695)] = 100109, [SMALL_STATE(3696)] = 100161, [SMALL_STATE(3697)] = 100255, [SMALL_STATE(3698)] = 100313, [SMALL_STATE(3699)] = 100407, [SMALL_STATE(3700)] = 100459, [SMALL_STATE(3701)] = 100553, [SMALL_STATE(3702)] = 100605, [SMALL_STATE(3703)] = 100657, [SMALL_STATE(3704)] = 100725, [SMALL_STATE(3705)] = 100777, [SMALL_STATE(3706)] = 100829, [SMALL_STATE(3707)] = 100881, [SMALL_STATE(3708)] = 100933, [SMALL_STATE(3709)] = 101027, [SMALL_STATE(3710)] = 101079, [SMALL_STATE(3711)] = 101131, [SMALL_STATE(3712)] = 101225, [SMALL_STATE(3713)] = 101319, [SMALL_STATE(3714)] = 101413, [SMALL_STATE(3715)] = 101465, [SMALL_STATE(3716)] = 101517, [SMALL_STATE(3717)] = 101611, [SMALL_STATE(3718)] = 101705, [SMALL_STATE(3719)] = 101799, [SMALL_STATE(3720)] = 101893, [SMALL_STATE(3721)] = 101987, [SMALL_STATE(3722)] = 102081, [SMALL_STATE(3723)] = 102133, [SMALL_STATE(3724)] = 102227, [SMALL_STATE(3725)] = 102321, [SMALL_STATE(3726)] = 102415, [SMALL_STATE(3727)] = 102509, [SMALL_STATE(3728)] = 102577, [SMALL_STATE(3729)] = 102629, [SMALL_STATE(3730)] = 102723, [SMALL_STATE(3731)] = 102817, [SMALL_STATE(3732)] = 102869, [SMALL_STATE(3733)] = 102921, [SMALL_STATE(3734)] = 102973, [SMALL_STATE(3735)] = 103025, [SMALL_STATE(3736)] = 103119, [SMALL_STATE(3737)] = 103213, [SMALL_STATE(3738)] = 103271, [SMALL_STATE(3739)] = 103365, [SMALL_STATE(3740)] = 103459, [SMALL_STATE(3741)] = 103553, [SMALL_STATE(3742)] = 103647, [SMALL_STATE(3743)] = 103699, [SMALL_STATE(3744)] = 103751, [SMALL_STATE(3745)] = 103845, [SMALL_STATE(3746)] = 103939, [SMALL_STATE(3747)] = 103991, [SMALL_STATE(3748)] = 104043, [SMALL_STATE(3749)] = 104095, [SMALL_STATE(3750)] = 104147, [SMALL_STATE(3751)] = 104215, [SMALL_STATE(3752)] = 104309, [SMALL_STATE(3753)] = 104403, [SMALL_STATE(3754)] = 104454, [SMALL_STATE(3755)] = 104545, [SMALL_STATE(3756)] = 104636, [SMALL_STATE(3757)] = 104727, [SMALL_STATE(3758)] = 104818, [SMALL_STATE(3759)] = 104883, [SMALL_STATE(3760)] = 104940, [SMALL_STATE(3761)] = 105013, [SMALL_STATE(3762)] = 105104, [SMALL_STATE(3763)] = 105195, [SMALL_STATE(3764)] = 105268, [SMALL_STATE(3765)] = 105359, [SMALL_STATE(3766)] = 105432, [SMALL_STATE(3767)] = 105499, [SMALL_STATE(3768)] = 105590, [SMALL_STATE(3769)] = 105657, [SMALL_STATE(3770)] = 105714, [SMALL_STATE(3771)] = 105805, [SMALL_STATE(3772)] = 105896, [SMALL_STATE(3773)] = 105957, [SMALL_STATE(3774)] = 106048, [SMALL_STATE(3775)] = 106099, [SMALL_STATE(3776)] = 106190, [SMALL_STATE(3777)] = 106289, [SMALL_STATE(3778)] = 106340, [SMALL_STATE(3779)] = 106431, [SMALL_STATE(3780)] = 106522, [SMALL_STATE(3781)] = 106613, [SMALL_STATE(3782)] = 106664, [SMALL_STATE(3783)] = 106753, [SMALL_STATE(3784)] = 106804, [SMALL_STATE(3785)] = 106855, [SMALL_STATE(3786)] = 106946, [SMALL_STATE(3787)] = 107013, [SMALL_STATE(3788)] = 107104, [SMALL_STATE(3789)] = 107177, [SMALL_STATE(3790)] = 107268, [SMALL_STATE(3791)] = 107359, [SMALL_STATE(3792)] = 107450, [SMALL_STATE(3793)] = 107541, [SMALL_STATE(3794)] = 107592, [SMALL_STATE(3795)] = 107683, [SMALL_STATE(3796)] = 107734, [SMALL_STATE(3797)] = 107825, [SMALL_STATE(3798)] = 107892, [SMALL_STATE(3799)] = 107949, [SMALL_STATE(3800)] = 108022, [SMALL_STATE(3801)] = 108095, [SMALL_STATE(3802)] = 108186, [SMALL_STATE(3803)] = 108237, [SMALL_STATE(3804)] = 108288, [SMALL_STATE(3805)] = 108387, [SMALL_STATE(3806)] = 108438, [SMALL_STATE(3807)] = 108529, [SMALL_STATE(3808)] = 108602, [SMALL_STATE(3809)] = 108693, [SMALL_STATE(3810)] = 108766, [SMALL_STATE(3811)] = 108817, [SMALL_STATE(3812)] = 108868, [SMALL_STATE(3813)] = 108919, [SMALL_STATE(3814)] = 109010, [SMALL_STATE(3815)] = 109067, [SMALL_STATE(3816)] = 109158, [SMALL_STATE(3817)] = 109209, [SMALL_STATE(3818)] = 109260, [SMALL_STATE(3819)] = 109349, [SMALL_STATE(3820)] = 109416, [SMALL_STATE(3821)] = 109507, [SMALL_STATE(3822)] = 109580, [SMALL_STATE(3823)] = 109671, [SMALL_STATE(3824)] = 109722, [SMALL_STATE(3825)] = 109779, [SMALL_STATE(3826)] = 109830, [SMALL_STATE(3827)] = 109914, [SMALL_STATE(3828)] = 109980, [SMALL_STATE(3829)] = 110046, [SMALL_STATE(3830)] = 110112, [SMALL_STATE(3831)] = 110196, [SMALL_STATE(3832)] = 110254, [SMALL_STATE(3833)] = 110304, [SMALL_STATE(3834)] = 110388, [SMALL_STATE(3835)] = 110472, [SMALL_STATE(3836)] = 110542, [SMALL_STATE(3837)] = 110630, [SMALL_STATE(3838)] = 110688, [SMALL_STATE(3839)] = 110772, [SMALL_STATE(3840)] = 110822, [SMALL_STATE(3841)] = 110910, [SMALL_STATE(3842)] = 110980, [SMALL_STATE(3843)] = 111064, [SMALL_STATE(3844)] = 111148, [SMALL_STATE(3845)] = 111232, [SMALL_STATE(3846)] = 111316, [SMALL_STATE(3847)] = 111400, [SMALL_STATE(3848)] = 111450, [SMALL_STATE(3849)] = 111534, [SMALL_STATE(3850)] = 111618, [SMALL_STATE(3851)] = 111684, [SMALL_STATE(3852)] = 111768, [SMALL_STATE(3853)] = 111852, [SMALL_STATE(3854)] = 111914, [SMALL_STATE(3855)] = 111976, [SMALL_STATE(3856)] = 112038, [SMALL_STATE(3857)] = 112122, [SMALL_STATE(3858)] = 112185, [SMALL_STATE(3859)] = 112246, [SMALL_STATE(3860)] = 112307, [SMALL_STATE(3861)] = 112370, [SMALL_STATE(3862)] = 112463, [SMALL_STATE(3863)] = 112556, [SMALL_STATE(3864)] = 112613, [SMALL_STATE(3865)] = 112674, [SMALL_STATE(3866)] = 112737, [SMALL_STATE(3867)] = 112800, [SMALL_STATE(3868)] = 112857, [SMALL_STATE(3869)] = 112920, [SMALL_STATE(3870)] = 112983, [SMALL_STATE(3871)] = 113046, [SMALL_STATE(3872)] = 113109, [SMALL_STATE(3873)] = 113172, [SMALL_STATE(3874)] = 113223, [SMALL_STATE(3875)] = 113276, [SMALL_STATE(3876)] = 113328, [SMALL_STATE(3877)] = 113376, [SMALL_STATE(3878)] = 113430, [SMALL_STATE(3879)] = 113480, [SMALL_STATE(3880)] = 113566, [SMALL_STATE(3881)] = 113652, [SMALL_STATE(3882)] = 113704, [SMALL_STATE(3883)] = 113790, [SMALL_STATE(3884)] = 113838, [SMALL_STATE(3885)] = 113886, [SMALL_STATE(3886)] = 113968, [SMALL_STATE(3887)] = 114016, [SMALL_STATE(3888)] = 114102, [SMALL_STATE(3889)] = 114184, [SMALL_STATE(3890)] = 114238, [SMALL_STATE(3891)] = 114292, [SMALL_STATE(3892)] = 114346, [SMALL_STATE(3893)] = 114394, [SMALL_STATE(3894)] = 114448, [SMALL_STATE(3895)] = 114496, [SMALL_STATE(3896)] = 114544, [SMALL_STATE(3897)] = 114630, [SMALL_STATE(3898)] = 114684, [SMALL_STATE(3899)] = 114738, [SMALL_STATE(3900)] = 114792, [SMALL_STATE(3901)] = 114846, [SMALL_STATE(3902)] = 114894, [SMALL_STATE(3903)] = 114946, [SMALL_STATE(3904)] = 115022, [SMALL_STATE(3905)] = 115098, [SMALL_STATE(3906)] = 115184, [SMALL_STATE(3907)] = 115231, [SMALL_STATE(3908)] = 115278, [SMALL_STATE(3909)] = 115325, [SMALL_STATE(3910)] = 115372, [SMALL_STATE(3911)] = 115419, [SMALL_STATE(3912)] = 115466, [SMALL_STATE(3913)] = 115513, [SMALL_STATE(3914)] = 115600, [SMALL_STATE(3915)] = 115657, [SMALL_STATE(3916)] = 115704, [SMALL_STATE(3917)] = 115751, [SMALL_STATE(3918)] = 115832, [SMALL_STATE(3919)] = 115879, [SMALL_STATE(3920)] = 115926, [SMALL_STATE(3921)] = 116001, [SMALL_STATE(3922)] = 116048, [SMALL_STATE(3923)] = 116095, [SMALL_STATE(3924)] = 116142, [SMALL_STATE(3925)] = 116189, [SMALL_STATE(3926)] = 116236, [SMALL_STATE(3927)] = 116283, [SMALL_STATE(3928)] = 116330, [SMALL_STATE(3929)] = 116377, [SMALL_STATE(3930)] = 116424, [SMALL_STATE(3931)] = 116483, [SMALL_STATE(3932)] = 116534, [SMALL_STATE(3933)] = 116587, [SMALL_STATE(3934)] = 116634, [SMALL_STATE(3935)] = 116681, [SMALL_STATE(3936)] = 116728, [SMALL_STATE(3937)] = 116787, [SMALL_STATE(3938)] = 116836, [SMALL_STATE(3939)] = 116883, [SMALL_STATE(3940)] = 116930, [SMALL_STATE(3941)] = 116977, [SMALL_STATE(3942)] = 117028, [SMALL_STATE(3943)] = 117081, [SMALL_STATE(3944)] = 117142, [SMALL_STATE(3945)] = 117189, [SMALL_STATE(3946)] = 117236, [SMALL_STATE(3947)] = 117283, [SMALL_STATE(3948)] = 117330, [SMALL_STATE(3949)] = 117377, [SMALL_STATE(3950)] = 117434, [SMALL_STATE(3951)] = 117521, [SMALL_STATE(3952)] = 117568, [SMALL_STATE(3953)] = 117615, [SMALL_STATE(3954)] = 117662, [SMALL_STATE(3955)] = 117715, [SMALL_STATE(3956)] = 117762, [SMALL_STATE(3957)] = 117823, [SMALL_STATE(3958)] = 117870, [SMALL_STATE(3959)] = 117917, [SMALL_STATE(3960)] = 117964, [SMALL_STATE(3961)] = 118011, [SMALL_STATE(3962)] = 118060, [SMALL_STATE(3963)] = 118107, [SMALL_STATE(3964)] = 118154, [SMALL_STATE(3965)] = 118239, [SMALL_STATE(3966)] = 118286, [SMALL_STATE(3967)] = 118333, [SMALL_STATE(3968)] = 118380, [SMALL_STATE(3969)] = 118427, [SMALL_STATE(3970)] = 118474, [SMALL_STATE(3971)] = 118535, [SMALL_STATE(3972)] = 118582, [SMALL_STATE(3973)] = 118629, [SMALL_STATE(3974)] = 118676, [SMALL_STATE(3975)] = 118723, [SMALL_STATE(3976)] = 118770, [SMALL_STATE(3977)] = 118817, [SMALL_STATE(3978)] = 118864, [SMALL_STATE(3979)] = 118919, [SMALL_STATE(3980)] = 118976, [SMALL_STATE(3981)] = 119023, [SMALL_STATE(3982)] = 119070, [SMALL_STATE(3983)] = 119145, [SMALL_STATE(3984)] = 119192, [SMALL_STATE(3985)] = 119239, [SMALL_STATE(3986)] = 119286, [SMALL_STATE(3987)] = 119367, [SMALL_STATE(3988)] = 119414, [SMALL_STATE(3989)] = 119461, [SMALL_STATE(3990)] = 119508, [SMALL_STATE(3991)] = 119557, [SMALL_STATE(3992)] = 119610, [SMALL_STATE(3993)] = 119657, [SMALL_STATE(3994)] = 119704, [SMALL_STATE(3995)] = 119751, [SMALL_STATE(3996)] = 119798, [SMALL_STATE(3997)] = 119857, [SMALL_STATE(3998)] = 119914, [SMALL_STATE(3999)] = 119965, [SMALL_STATE(4000)] = 120050, [SMALL_STATE(4001)] = 120097, [SMALL_STATE(4002)] = 120154, [SMALL_STATE(4003)] = 120240, [SMALL_STATE(4004)] = 120286, [SMALL_STATE(4005)] = 120338, [SMALL_STATE(4006)] = 120384, [SMALL_STATE(4007)] = 120430, [SMALL_STATE(4008)] = 120504, [SMALL_STATE(4009)] = 120578, [SMALL_STATE(4010)] = 120642, [SMALL_STATE(4011)] = 120688, [SMALL_STATE(4012)] = 120734, [SMALL_STATE(4013)] = 120816, [SMALL_STATE(4014)] = 120890, [SMALL_STATE(4015)] = 120978, [SMALL_STATE(4016)] = 121052, [SMALL_STATE(4017)] = 121098, [SMALL_STATE(4018)] = 121178, [SMALL_STATE(4019)] = 121264, [SMALL_STATE(4020)] = 121330, [SMALL_STATE(4021)] = 121376, [SMALL_STATE(4022)] = 121430, [SMALL_STATE(4023)] = 121504, [SMALL_STATE(4024)] = 121550, [SMALL_STATE(4025)] = 121636, [SMALL_STATE(4026)] = 121682, [SMALL_STATE(4027)] = 121728, [SMALL_STATE(4028)] = 121818, [SMALL_STATE(4029)] = 121870, [SMALL_STATE(4030)] = 121924, [SMALL_STATE(4031)] = 121970, [SMALL_STATE(4032)] = 122044, [SMALL_STATE(4033)] = 122122, [SMALL_STATE(4034)] = 122190, [SMALL_STATE(4035)] = 122236, [SMALL_STATE(4036)] = 122310, [SMALL_STATE(4037)] = 122382, [SMALL_STATE(4038)] = 122444, [SMALL_STATE(4039)] = 122490, [SMALL_STATE(4040)] = 122536, [SMALL_STATE(4041)] = 122588, [SMALL_STATE(4042)] = 122662, [SMALL_STATE(4043)] = 122736, [SMALL_STATE(4044)] = 122782, [SMALL_STATE(4045)] = 122834, [SMALL_STATE(4046)] = 122924, [SMALL_STATE(4047)] = 122970, [SMALL_STATE(4048)] = 123016, [SMALL_STATE(4049)] = 123062, [SMALL_STATE(4050)] = 123108, [SMALL_STATE(4051)] = 123154, [SMALL_STATE(4052)] = 123238, [SMALL_STATE(4053)] = 123324, [SMALL_STATE(4054)] = 123420, [SMALL_STATE(4055)] = 123466, [SMALL_STATE(4056)] = 123518, [SMALL_STATE(4057)] = 123564, [SMALL_STATE(4058)] = 123614, [SMALL_STATE(4059)] = 123660, [SMALL_STATE(4060)] = 123728, [SMALL_STATE(4061)] = 123814, [SMALL_STATE(4062)] = 123866, [SMALL_STATE(4063)] = 123945, [SMALL_STATE(4064)] = 124028, [SMALL_STATE(4065)] = 124121, [SMALL_STATE(4066)] = 124200, [SMALL_STATE(4067)] = 124293, [SMALL_STATE(4068)] = 124386, [SMALL_STATE(4069)] = 124479, [SMALL_STATE(4070)] = 124572, [SMALL_STATE(4071)] = 124643, [SMALL_STATE(4072)] = 124726, [SMALL_STATE(4073)] = 124819, [SMALL_STATE(4074)] = 124890, [SMALL_STATE(4075)] = 124983, [SMALL_STATE(4076)] = 125076, [SMALL_STATE(4077)] = 125123, [SMALL_STATE(4078)] = 125214, [SMALL_STATE(4079)] = 125307, [SMALL_STATE(4080)] = 125400, [SMALL_STATE(4081)] = 125493, [SMALL_STATE(4082)] = 125548, [SMALL_STATE(4083)] = 125621, [SMALL_STATE(4084)] = 125714, [SMALL_STATE(4085)] = 125807, [SMALL_STATE(4086)] = 125900, [SMALL_STATE(4087)] = 125955, [SMALL_STATE(4088)] = 126048, [SMALL_STATE(4089)] = 126141, [SMALL_STATE(4090)] = 126234, [SMALL_STATE(4091)] = 126283, [SMALL_STATE(4092)] = 126354, [SMALL_STATE(4093)] = 126445, [SMALL_STATE(4094)] = 126518, [SMALL_STATE(4095)] = 126611, [SMALL_STATE(4096)] = 126704, [SMALL_STATE(4097)] = 126797, [SMALL_STATE(4098)] = 126890, [SMALL_STATE(4099)] = 126983, [SMALL_STATE(4100)] = 127076, [SMALL_STATE(4101)] = 127129, [SMALL_STATE(4102)] = 127222, [SMALL_STATE(4103)] = 127275, [SMALL_STATE(4104)] = 127368, [SMALL_STATE(4105)] = 127461, [SMALL_STATE(4106)] = 127554, [SMALL_STATE(4107)] = 127605, [SMALL_STATE(4108)] = 127698, [SMALL_STATE(4109)] = 127777, [SMALL_STATE(4110)] = 127870, [SMALL_STATE(4111)] = 127953, [SMALL_STATE(4112)] = 128032, [SMALL_STATE(4113)] = 128115, [SMALL_STATE(4114)] = 128208, [SMALL_STATE(4115)] = 128301, [SMALL_STATE(4116)] = 128394, [SMALL_STATE(4117)] = 128487, [SMALL_STATE(4118)] = 128558, [SMALL_STATE(4119)] = 128651, [SMALL_STATE(4120)] = 128744, [SMALL_STATE(4121)] = 128823, [SMALL_STATE(4122)] = 128902, [SMALL_STATE(4123)] = 128995, [SMALL_STATE(4124)] = 129062, [SMALL_STATE(4125)] = 129155, [SMALL_STATE(4126)] = 129222, [SMALL_STATE(4127)] = 129289, [SMALL_STATE(4128)] = 129356, [SMALL_STATE(4129)] = 129449, [SMALL_STATE(4130)] = 129542, [SMALL_STATE(4131)] = 129635, [SMALL_STATE(4132)] = 129701, [SMALL_STATE(4133)] = 129767, [SMALL_STATE(4134)] = 129811, [SMALL_STATE(4135)] = 129861, [SMALL_STATE(4136)] = 129951, [SMALL_STATE(4137)] = 129995, [SMALL_STATE(4138)] = 130039, [SMALL_STATE(4139)] = 130129, [SMALL_STATE(4140)] = 130219, [SMALL_STATE(4141)] = 130285, [SMALL_STATE(4142)] = 130375, [SMALL_STATE(4143)] = 130465, [SMALL_STATE(4144)] = 130555, [SMALL_STATE(4145)] = 130645, [SMALL_STATE(4146)] = 130735, [SMALL_STATE(4147)] = 130825, [SMALL_STATE(4148)] = 130915, [SMALL_STATE(4149)] = 131005, [SMALL_STATE(4150)] = 131095, [SMALL_STATE(4151)] = 131141, [SMALL_STATE(4152)] = 131231, [SMALL_STATE(4153)] = 131321, [SMALL_STATE(4154)] = 131411, [SMALL_STATE(4155)] = 131499, [SMALL_STATE(4156)] = 131589, [SMALL_STATE(4157)] = 131679, [SMALL_STATE(4158)] = 131731, [SMALL_STATE(4159)] = 131797, [SMALL_STATE(4160)] = 131887, [SMALL_STATE(4161)] = 131977, [SMALL_STATE(4162)] = 132031, [SMALL_STATE(4163)] = 132121, [SMALL_STATE(4164)] = 132177, [SMALL_STATE(4165)] = 132267, [SMALL_STATE(4166)] = 132351, [SMALL_STATE(4167)] = 132441, [SMALL_STATE(4168)] = 132529, [SMALL_STATE(4169)] = 132613, [SMALL_STATE(4170)] = 132703, [SMALL_STATE(4171)] = 132793, [SMALL_STATE(4172)] = 132883, [SMALL_STATE(4173)] = 132973, [SMALL_STATE(4174)] = 133041, [SMALL_STATE(4175)] = 133131, [SMALL_STATE(4176)] = 133221, [SMALL_STATE(4177)] = 133309, [SMALL_STATE(4178)] = 133399, [SMALL_STATE(4179)] = 133463, [SMALL_STATE(4180)] = 133547, [SMALL_STATE(4181)] = 133601, [SMALL_STATE(4182)] = 133663, [SMALL_STATE(4183)] = 133729, [SMALL_STATE(4184)] = 133801, [SMALL_STATE(4185)] = 133871, [SMALL_STATE(4186)] = 133961, [SMALL_STATE(4187)] = 134051, [SMALL_STATE(4188)] = 134123, [SMALL_STATE(4189)] = 134199, [SMALL_STATE(4190)] = 134277, [SMALL_STATE(4191)] = 134367, [SMALL_STATE(4192)] = 134447, [SMALL_STATE(4193)] = 134537, [SMALL_STATE(4194)] = 134603, [SMALL_STATE(4195)] = 134659, [SMALL_STATE(4196)] = 134741, [SMALL_STATE(4197)] = 134801, [SMALL_STATE(4198)] = 134891, [SMALL_STATE(4199)] = 134981, [SMALL_STATE(4200)] = 135047, [SMALL_STATE(4201)] = 135137, [SMALL_STATE(4202)] = 135227, [SMALL_STATE(4203)] = 135317, [SMALL_STATE(4204)] = 135401, [SMALL_STATE(4205)] = 135489, [SMALL_STATE(4206)] = 135577, [SMALL_STATE(4207)] = 135663, [SMALL_STATE(4208)] = 135753, [SMALL_STATE(4209)] = 135843, [SMALL_STATE(4210)] = 135933, [SMALL_STATE(4211)] = 136023, [SMALL_STATE(4212)] = 136113, [SMALL_STATE(4213)] = 136191, [SMALL_STATE(4214)] = 136281, [SMALL_STATE(4215)] = 136359, [SMALL_STATE(4216)] = 136449, [SMALL_STATE(4217)] = 136499, [SMALL_STATE(4218)] = 136583, [SMALL_STATE(4219)] = 136639, [SMALL_STATE(4220)] = 136729, [SMALL_STATE(4221)] = 136815, [SMALL_STATE(4222)] = 136905, [SMALL_STATE(4223)] = 136995, [SMALL_STATE(4224)] = 137085, [SMALL_STATE(4225)] = 137173, [SMALL_STATE(4226)] = 137263, [SMALL_STATE(4227)] = 137353, [SMALL_STATE(4228)] = 137425, [SMALL_STATE(4229)] = 137515, [SMALL_STATE(4230)] = 137605, [SMALL_STATE(4231)] = 137695, [SMALL_STATE(4232)] = 137785, [SMALL_STATE(4233)] = 137875, [SMALL_STATE(4234)] = 137965, [SMALL_STATE(4235)] = 138055, [SMALL_STATE(4236)] = 138105, [SMALL_STATE(4237)] = 138193, [SMALL_STATE(4238)] = 138281, [SMALL_STATE(4239)] = 138371, [SMALL_STATE(4240)] = 138461, [SMALL_STATE(4241)] = 138551, [SMALL_STATE(4242)] = 138605, [SMALL_STATE(4243)] = 138695, [SMALL_STATE(4244)] = 138785, [SMALL_STATE(4245)] = 138857, [SMALL_STATE(4246)] = 138945, [SMALL_STATE(4247)] = 138989, [SMALL_STATE(4248)] = 139079, [SMALL_STATE(4249)] = 139139, [SMALL_STATE(4250)] = 139229, [SMALL_STATE(4251)] = 139285, [SMALL_STATE(4252)] = 139367, [SMALL_STATE(4253)] = 139457, [SMALL_STATE(4254)] = 139537, [SMALL_STATE(4255)] = 139625, [SMALL_STATE(4256)] = 139669, [SMALL_STATE(4257)] = 139759, [SMALL_STATE(4258)] = 139837, [SMALL_STATE(4259)] = 139927, [SMALL_STATE(4260)] = 140017, [SMALL_STATE(4261)] = 140071, [SMALL_STATE(4262)] = 140155, [SMALL_STATE(4263)] = 140243, [SMALL_STATE(4264)] = 140331, [SMALL_STATE(4265)] = 140421, [SMALL_STATE(4266)] = 140505, [SMALL_STATE(4267)] = 140595, [SMALL_STATE(4268)] = 140683, [SMALL_STATE(4269)] = 140773, [SMALL_STATE(4270)] = 140849, [SMALL_STATE(4271)] = 140937, [SMALL_STATE(4272)] = 141009, [SMALL_STATE(4273)] = 141099, [SMALL_STATE(4274)] = 141169, [SMALL_STATE(4275)] = 141237, [SMALL_STATE(4276)] = 141327, [SMALL_STATE(4277)] = 141417, [SMALL_STATE(4278)] = 141507, [SMALL_STATE(4279)] = 141597, [SMALL_STATE(4280)] = 141685, [SMALL_STATE(4281)] = 141775, [SMALL_STATE(4282)] = 141865, [SMALL_STATE(4283)] = 141955, [SMALL_STATE(4284)] = 142039, [SMALL_STATE(4285)] = 142105, [SMALL_STATE(4286)] = 142167, [SMALL_STATE(4287)] = 142257, [SMALL_STATE(4288)] = 142347, [SMALL_STATE(4289)] = 142437, [SMALL_STATE(4290)] = 142527, [SMALL_STATE(4291)] = 142617, [SMALL_STATE(4292)] = 142683, [SMALL_STATE(4293)] = 142739, [SMALL_STATE(4294)] = 142829, [SMALL_STATE(4295)] = 142919, [SMALL_STATE(4296)] = 143009, [SMALL_STATE(4297)] = 143081, [SMALL_STATE(4298)] = 143171, [SMALL_STATE(4299)] = 143261, [SMALL_STATE(4300)] = 143351, [SMALL_STATE(4301)] = 143441, [SMALL_STATE(4302)] = 143531, [SMALL_STATE(4303)] = 143621, [SMALL_STATE(4304)] = 143709, [SMALL_STATE(4305)] = 143752, [SMALL_STATE(4306)] = 143831, [SMALL_STATE(4307)] = 143918, [SMALL_STATE(4308)] = 144005, [SMALL_STATE(4309)] = 144092, [SMALL_STATE(4310)] = 144179, [SMALL_STATE(4311)] = 144266, [SMALL_STATE(4312)] = 144353, [SMALL_STATE(4313)] = 144440, [SMALL_STATE(4314)] = 144527, [SMALL_STATE(4315)] = 144570, [SMALL_STATE(4316)] = 144657, [SMALL_STATE(4317)] = 144708, [SMALL_STATE(4318)] = 144795, [SMALL_STATE(4319)] = 144882, [SMALL_STATE(4320)] = 144969, [SMALL_STATE(4321)] = 145056, [SMALL_STATE(4322)] = 145099, [SMALL_STATE(4323)] = 145142, [SMALL_STATE(4324)] = 145229, [SMALL_STATE(4325)] = 145272, [SMALL_STATE(4326)] = 145315, [SMALL_STATE(4327)] = 145402, [SMALL_STATE(4328)] = 145489, [SMALL_STATE(4329)] = 145576, [SMALL_STATE(4330)] = 145663, [SMALL_STATE(4331)] = 145750, [SMALL_STATE(4332)] = 145837, [SMALL_STATE(4333)] = 145924, [SMALL_STATE(4334)] = 146011, [SMALL_STATE(4335)] = 146098, [SMALL_STATE(4336)] = 146185, [SMALL_STATE(4337)] = 146272, [SMALL_STATE(4338)] = 146359, [SMALL_STATE(4339)] = 146446, [SMALL_STATE(4340)] = 146529, [SMALL_STATE(4341)] = 146616, [SMALL_STATE(4342)] = 146659, [SMALL_STATE(4343)] = 146702, [SMALL_STATE(4344)] = 146745, [SMALL_STATE(4345)] = 146832, [SMALL_STATE(4346)] = 146919, [SMALL_STATE(4347)] = 147006, [SMALL_STATE(4348)] = 147093, [SMALL_STATE(4349)] = 147180, [SMALL_STATE(4350)] = 147267, [SMALL_STATE(4351)] = 147354, [SMALL_STATE(4352)] = 147441, [SMALL_STATE(4353)] = 147484, [SMALL_STATE(4354)] = 147561, [SMALL_STATE(4355)] = 147612, [SMALL_STATE(4356)] = 147655, [SMALL_STATE(4357)] = 147742, [SMALL_STATE(4358)] = 147829, [SMALL_STATE(4359)] = 147872, [SMALL_STATE(4360)] = 147915, [SMALL_STATE(4361)] = 148002, [SMALL_STATE(4362)] = 148089, [SMALL_STATE(4363)] = 148134, [SMALL_STATE(4364)] = 148189, [SMALL_STATE(4365)] = 148276, [SMALL_STATE(4366)] = 148319, [SMALL_STATE(4367)] = 148406, [SMALL_STATE(4368)] = 148493, [SMALL_STATE(4369)] = 148580, [SMALL_STATE(4370)] = 148667, [SMALL_STATE(4371)] = 148754, [SMALL_STATE(4372)] = 148807, [SMALL_STATE(4373)] = 148894, [SMALL_STATE(4374)] = 148981, [SMALL_STATE(4375)] = 149068, [SMALL_STATE(4376)] = 149155, [SMALL_STATE(4377)] = 149242, [SMALL_STATE(4378)] = 149329, [SMALL_STATE(4379)] = 149416, [SMALL_STATE(4380)] = 149471, [SMALL_STATE(4381)] = 149514, [SMALL_STATE(4382)] = 149601, [SMALL_STATE(4383)] = 149688, [SMALL_STATE(4384)] = 149775, [SMALL_STATE(4385)] = 149858, [SMALL_STATE(4386)] = 149945, [SMALL_STATE(4387)] = 150026, [SMALL_STATE(4388)] = 150081, [SMALL_STATE(4389)] = 150168, [SMALL_STATE(4390)] = 150255, [SMALL_STATE(4391)] = 150308, [SMALL_STATE(4392)] = 150367, [SMALL_STATE(4393)] = 150454, [SMALL_STATE(4394)] = 150497, [SMALL_STATE(4395)] = 150540, [SMALL_STATE(4396)] = 150627, [SMALL_STATE(4397)] = 150670, [SMALL_STATE(4398)] = 150757, [SMALL_STATE(4399)] = 150844, [SMALL_STATE(4400)] = 150891, [SMALL_STATE(4401)] = 150978, [SMALL_STATE(4402)] = 151065, [SMALL_STATE(4403)] = 151108, [SMALL_STATE(4404)] = 151195, [SMALL_STATE(4405)] = 151238, [SMALL_STATE(4406)] = 151281, [SMALL_STATE(4407)] = 151368, [SMALL_STATE(4408)] = 151455, [SMALL_STATE(4409)] = 151542, [SMALL_STATE(4410)] = 151629, [SMALL_STATE(4411)] = 151672, [SMALL_STATE(4412)] = 151755, [SMALL_STATE(4413)] = 151842, [SMALL_STATE(4414)] = 151885, [SMALL_STATE(4415)] = 151928, [SMALL_STATE(4416)] = 152015, [SMALL_STATE(4417)] = 152102, [SMALL_STATE(4418)] = 152189, [SMALL_STATE(4419)] = 152276, [SMALL_STATE(4420)] = 152363, [SMALL_STATE(4421)] = 152450, [SMALL_STATE(4422)] = 152537, [SMALL_STATE(4423)] = 152624, [SMALL_STATE(4424)] = 152667, [SMALL_STATE(4425)] = 152754, [SMALL_STATE(4426)] = 152839, [SMALL_STATE(4427)] = 152926, [SMALL_STATE(4428)] = 152977, [SMALL_STATE(4429)] = 153064, [SMALL_STATE(4430)] = 153151, [SMALL_STATE(4431)] = 153194, [SMALL_STATE(4432)] = 153281, [SMALL_STATE(4433)] = 153368, [SMALL_STATE(4434)] = 153455, [SMALL_STATE(4435)] = 153542, [SMALL_STATE(4436)] = 153585, [SMALL_STATE(4437)] = 153672, [SMALL_STATE(4438)] = 153759, [SMALL_STATE(4439)] = 153846, [SMALL_STATE(4440)] = 153933, [SMALL_STATE(4441)] = 154020, [SMALL_STATE(4442)] = 154063, [SMALL_STATE(4443)] = 154146, [SMALL_STATE(4444)] = 154189, [SMALL_STATE(4445)] = 154232, [SMALL_STATE(4446)] = 154319, [SMALL_STATE(4447)] = 154362, [SMALL_STATE(4448)] = 154425, [SMALL_STATE(4449)] = 154468, [SMALL_STATE(4450)] = 154555, [SMALL_STATE(4451)] = 154642, [SMALL_STATE(4452)] = 154685, [SMALL_STATE(4453)] = 154772, [SMALL_STATE(4454)] = 154859, [SMALL_STATE(4455)] = 154946, [SMALL_STATE(4456)] = 154989, [SMALL_STATE(4457)] = 155032, [SMALL_STATE(4458)] = 155075, [SMALL_STATE(4459)] = 155162, [SMALL_STATE(4460)] = 155249, [SMALL_STATE(4461)] = 155336, [SMALL_STATE(4462)] = 155379, [SMALL_STATE(4463)] = 155440, [SMALL_STATE(4464)] = 155527, [SMALL_STATE(4465)] = 155614, [SMALL_STATE(4466)] = 155701, [SMALL_STATE(4467)] = 155788, [SMALL_STATE(4468)] = 155875, [SMALL_STATE(4469)] = 155962, [SMALL_STATE(4470)] = 156049, [SMALL_STATE(4471)] = 156136, [SMALL_STATE(4472)] = 156223, [SMALL_STATE(4473)] = 156288, [SMALL_STATE(4474)] = 156331, [SMALL_STATE(4475)] = 156396, [SMALL_STATE(4476)] = 156483, [SMALL_STATE(4477)] = 156526, [SMALL_STATE(4478)] = 156613, [SMALL_STATE(4479)] = 156656, [SMALL_STATE(4480)] = 156725, [SMALL_STATE(4481)] = 156768, [SMALL_STATE(4482)] = 156855, [SMALL_STATE(4483)] = 156898, [SMALL_STATE(4484)] = 156985, [SMALL_STATE(4485)] = 157028, [SMALL_STATE(4486)] = 157115, [SMALL_STATE(4487)] = 157158, [SMALL_STATE(4488)] = 157229, [SMALL_STATE(4489)] = 157316, [SMALL_STATE(4490)] = 157391, [SMALL_STATE(4491)] = 157478, [SMALL_STATE(4492)] = 157521, [SMALL_STATE(4493)] = 157608, [SMALL_STATE(4494)] = 157695, [SMALL_STATE(4495)] = 157766, [SMALL_STATE(4496)] = 157853, [SMALL_STATE(4497)] = 157940, [SMALL_STATE(4498)] = 158027, [SMALL_STATE(4499)] = 158114, [SMALL_STATE(4500)] = 158201, [SMALL_STATE(4501)] = 158244, [SMALL_STATE(4502)] = 158287, [SMALL_STATE(4503)] = 158374, [SMALL_STATE(4504)] = 158445, [SMALL_STATE(4505)] = 158532, [SMALL_STATE(4506)] = 158619, [SMALL_STATE(4507)] = 158706, [SMALL_STATE(4508)] = 158793, [SMALL_STATE(4509)] = 158880, [SMALL_STATE(4510)] = 158967, [SMALL_STATE(4511)] = 159054, [SMALL_STATE(4512)] = 159141, [SMALL_STATE(4513)] = 159184, [SMALL_STATE(4514)] = 159271, [SMALL_STATE(4515)] = 159318, [SMALL_STATE(4516)] = 159405, [SMALL_STATE(4517)] = 159469, [SMALL_STATE(4518)] = 159511, [SMALL_STATE(4519)] = 159557, [SMALL_STATE(4520)] = 159633, [SMALL_STATE(4521)] = 159677, [SMALL_STATE(4522)] = 159723, [SMALL_STATE(4523)] = 159793, [SMALL_STATE(4524)] = 159869, [SMALL_STATE(4525)] = 159945, [SMALL_STATE(4526)] = 160021, [SMALL_STATE(4527)] = 160085, [SMALL_STATE(4528)] = 160149, [SMALL_STATE(4529)] = 160193, [SMALL_STATE(4530)] = 160277, [SMALL_STATE(4531)] = 160361, [SMALL_STATE(4532)] = 160425, [SMALL_STATE(4533)] = 160495, [SMALL_STATE(4534)] = 160564, [SMALL_STATE(4535)] = 160627, [SMALL_STATE(4536)] = 160670, [SMALL_STATE(4537)] = 160717, [SMALL_STATE(4538)] = 160780, [SMALL_STATE(4539)] = 160825, [SMALL_STATE(4540)] = 160894, [SMALL_STATE(4541)] = 160935, [SMALL_STATE(4542)] = 160992, [SMALL_STATE(4543)] = 161055, [SMALL_STATE(4544)] = 161098, [SMALL_STATE(4545)] = 161139, [SMALL_STATE(4546)] = 161202, [SMALL_STATE(4547)] = 161259, [SMALL_STATE(4548)] = 161322, [SMALL_STATE(4549)] = 161385, [SMALL_STATE(4550)] = 161448, [SMALL_STATE(4551)] = 161505, [SMALL_STATE(4552)] = 161568, [SMALL_STATE(4553)] = 161615, [SMALL_STATE(4554)] = 161655, [SMALL_STATE(4555)] = 161701, [SMALL_STATE(4556)] = 161763, [SMALL_STATE(4557)] = 161811, [SMALL_STATE(4558)] = 161859, [SMALL_STATE(4559)] = 161923, [SMALL_STATE(4560)] = 161987, [SMALL_STATE(4561)] = 162031, [SMALL_STATE(4562)] = 162111, [SMALL_STATE(4563)] = 162191, [SMALL_STATE(4564)] = 162271, [SMALL_STATE(4565)] = 162333, [SMALL_STATE(4566)] = 162397, [SMALL_STATE(4567)] = 162461, [SMALL_STATE(4568)] = 162523, [SMALL_STATE(4569)] = 162587, [SMALL_STATE(4570)] = 162651, [SMALL_STATE(4571)] = 162715, [SMALL_STATE(4572)] = 162795, [SMALL_STATE(4573)] = 162859, [SMALL_STATE(4574)] = 162939, [SMALL_STATE(4575)] = 163019, [SMALL_STATE(4576)] = 163099, [SMALL_STATE(4577)] = 163139, [SMALL_STATE(4578)] = 163185, [SMALL_STATE(4579)] = 163265, [SMALL_STATE(4580)] = 163329, [SMALL_STATE(4581)] = 163393, [SMALL_STATE(4582)] = 163473, [SMALL_STATE(4583)] = 163553, [SMALL_STATE(4584)] = 163617, [SMALL_STATE(4585)] = 163697, [SMALL_STATE(4586)] = 163737, [SMALL_STATE(4587)] = 163783, [SMALL_STATE(4588)] = 163847, [SMALL_STATE(4589)] = 163911, [SMALL_STATE(4590)] = 163957, [SMALL_STATE(4591)] = 164021, [SMALL_STATE(4592)] = 164085, [SMALL_STATE(4593)] = 164133, [SMALL_STATE(4594)] = 164197, [SMALL_STATE(4595)] = 164261, [SMALL_STATE(4596)] = 164341, [SMALL_STATE(4597)] = 164421, [SMALL_STATE(4598)] = 164467, [SMALL_STATE(4599)] = 164531, [SMALL_STATE(4600)] = 164593, [SMALL_STATE(4601)] = 164639, [SMALL_STATE(4602)] = 164703, [SMALL_STATE(4603)] = 164767, [SMALL_STATE(4604)] = 164847, [SMALL_STATE(4605)] = 164911, [SMALL_STATE(4606)] = 164975, [SMALL_STATE(4607)] = 165036, [SMALL_STATE(4608)] = 165097, [SMALL_STATE(4609)] = 165158, [SMALL_STATE(4610)] = 165219, [SMALL_STATE(4611)] = 165262, [SMALL_STATE(4612)] = 165301, [SMALL_STATE(4613)] = 165348, [SMALL_STATE(4614)] = 165387, [SMALL_STATE(4615)] = 165432, [SMALL_STATE(4616)] = 165471, [SMALL_STATE(4617)] = 165514, [SMALL_STATE(4618)] = 165584, [SMALL_STATE(4619)] = 165654, [SMALL_STATE(4620)] = 165724, [SMALL_STATE(4621)] = 165798, [SMALL_STATE(4622)] = 165872, [SMALL_STATE(4623)] = 165946, [SMALL_STATE(4624)] = 166006, [SMALL_STATE(4625)] = 166066, [SMALL_STATE(4626)] = 166140, [SMALL_STATE(4627)] = 166214, [SMALL_STATE(4628)] = 166288, [SMALL_STATE(4629)] = 166358, [SMALL_STATE(4630)] = 166432, [SMALL_STATE(4631)] = 166490, [SMALL_STATE(4632)] = 166560, [SMALL_STATE(4633)] = 166618, [SMALL_STATE(4634)] = 166688, [SMALL_STATE(4635)] = 166762, [SMALL_STATE(4636)] = 166832, [SMALL_STATE(4637)] = 166906, [SMALL_STATE(4638)] = 166980, [SMALL_STATE(4639)] = 167050, [SMALL_STATE(4640)] = 167088, [SMALL_STATE(4641)] = 167126, [SMALL_STATE(4642)] = 167164, [SMALL_STATE(4643)] = 167202, [SMALL_STATE(4644)] = 167240, [SMALL_STATE(4645)] = 167278, [SMALL_STATE(4646)] = 167316, [SMALL_STATE(4647)] = 167386, [SMALL_STATE(4648)] = 167456, [SMALL_STATE(4649)] = 167516, [SMALL_STATE(4650)] = 167586, [SMALL_STATE(4651)] = 167660, [SMALL_STATE(4652)] = 167720, [SMALL_STATE(4653)] = 167794, [SMALL_STATE(4654)] = 167864, [SMALL_STATE(4655)] = 167934, [SMALL_STATE(4656)] = 168004, [SMALL_STATE(4657)] = 168078, [SMALL_STATE(4658)] = 168148, [SMALL_STATE(4659)] = 168222, [SMALL_STATE(4660)] = 168280, [SMALL_STATE(4661)] = 168354, [SMALL_STATE(4662)] = 168428, [SMALL_STATE(4663)] = 168486, [SMALL_STATE(4664)] = 168556, [SMALL_STATE(4665)] = 168630, [SMALL_STATE(4666)] = 168688, [SMALL_STATE(4667)] = 168758, [SMALL_STATE(4668)] = 168816, [SMALL_STATE(4669)] = 168890, [SMALL_STATE(4670)] = 168960, [SMALL_STATE(4671)] = 169034, [SMALL_STATE(4672)] = 169108, [SMALL_STATE(4673)] = 169182, [SMALL_STATE(4674)] = 169220, [SMALL_STATE(4675)] = 169258, [SMALL_STATE(4676)] = 169328, [SMALL_STATE(4677)] = 169368, [SMALL_STATE(4678)] = 169408, [SMALL_STATE(4679)] = 169482, [SMALL_STATE(4680)] = 169556, [SMALL_STATE(4681)] = 169626, [SMALL_STATE(4682)] = 169700, [SMALL_STATE(4683)] = 169774, [SMALL_STATE(4684)] = 169848, [SMALL_STATE(4685)] = 169922, [SMALL_STATE(4686)] = 169962, [SMALL_STATE(4687)] = 170036, [SMALL_STATE(4688)] = 170110, [SMALL_STATE(4689)] = 170184, [SMALL_STATE(4690)] = 170258, [SMALL_STATE(4691)] = 170328, [SMALL_STATE(4692)] = 170398, [SMALL_STATE(4693)] = 170468, [SMALL_STATE(4694)] = 170542, [SMALL_STATE(4695)] = 170588, [SMALL_STATE(4696)] = 170634, [SMALL_STATE(4697)] = 170704, [SMALL_STATE(4698)] = 170778, [SMALL_STATE(4699)] = 170833, [SMALL_STATE(4700)] = 170888, [SMALL_STATE(4701)] = 170943, [SMALL_STATE(4702)] = 171010, [SMALL_STATE(4703)] = 171077, [SMALL_STATE(4704)] = 171144, [SMALL_STATE(4705)] = 171211, [SMALL_STATE(4706)] = 171254, [SMALL_STATE(4707)] = 171321, [SMALL_STATE(4708)] = 171388, [SMALL_STATE(4709)] = 171455, [SMALL_STATE(4710)] = 171510, [SMALL_STATE(4711)] = 171577, [SMALL_STATE(4712)] = 171626, [SMALL_STATE(4713)] = 171693, [SMALL_STATE(4714)] = 171760, [SMALL_STATE(4715)] = 171815, [SMALL_STATE(4716)] = 171870, [SMALL_STATE(4717)] = 171925, [SMALL_STATE(4718)] = 171980, [SMALL_STATE(4719)] = 172023, [SMALL_STATE(4720)] = 172090, [SMALL_STATE(4721)] = 172145, [SMALL_STATE(4722)] = 172188, [SMALL_STATE(4723)] = 172225, [SMALL_STATE(4724)] = 172292, [SMALL_STATE(4725)] = 172359, [SMALL_STATE(4726)] = 172426, [SMALL_STATE(4727)] = 172493, [SMALL_STATE(4728)] = 172548, [SMALL_STATE(4729)] = 172603, [SMALL_STATE(4730)] = 172670, [SMALL_STATE(4731)] = 172725, [SMALL_STATE(4732)] = 172792, [SMALL_STATE(4733)] = 172847, [SMALL_STATE(4734)] = 172896, [SMALL_STATE(4735)] = 172951, [SMALL_STATE(4736)] = 173006, [SMALL_STATE(4737)] = 173073, [SMALL_STATE(4738)] = 173140, [SMALL_STATE(4739)] = 173207, [SMALL_STATE(4740)] = 173274, [SMALL_STATE(4741)] = 173329, [SMALL_STATE(4742)] = 173384, [SMALL_STATE(4743)] = 173439, [SMALL_STATE(4744)] = 173494, [SMALL_STATE(4745)] = 173533, [SMALL_STATE(4746)] = 173600, [SMALL_STATE(4747)] = 173667, [SMALL_STATE(4748)] = 173722, [SMALL_STATE(4749)] = 173789, [SMALL_STATE(4750)] = 173838, [SMALL_STATE(4751)] = 173905, [SMALL_STATE(4752)] = 173960, [SMALL_STATE(4753)] = 174015, [SMALL_STATE(4754)] = 174058, [SMALL_STATE(4755)] = 174113, [SMALL_STATE(4756)] = 174180, [SMALL_STATE(4757)] = 174247, [SMALL_STATE(4758)] = 174302, [SMALL_STATE(4759)] = 174369, [SMALL_STATE(4760)] = 174424, [SMALL_STATE(4761)] = 174468, [SMALL_STATE(4762)] = 174504, [SMALL_STATE(4763)] = 174548, [SMALL_STATE(4764)] = 174592, [SMALL_STATE(4765)] = 174636, [SMALL_STATE(4766)] = 174680, [SMALL_STATE(4767)] = 174722, [SMALL_STATE(4768)] = 174758, [SMALL_STATE(4769)] = 174802, [SMALL_STATE(4770)] = 174846, [SMALL_STATE(4771)] = 174886, [SMALL_STATE(4772)] = 174927, [SMALL_STATE(4773)] = 175002, [SMALL_STATE(4774)] = 175040, [SMALL_STATE(4775)] = 175082, [SMALL_STATE(4776)] = 175120, [SMALL_STATE(4777)] = 175162, [SMALL_STATE(4778)] = 175202, [SMALL_STATE(4779)] = 175238, [SMALL_STATE(4780)] = 175280, [SMALL_STATE(4781)] = 175322, [SMALL_STATE(4782)] = 175360, [SMALL_STATE(4783)] = 175394, [SMALL_STATE(4784)] = 175427, [SMALL_STATE(4785)] = 175460, [SMALL_STATE(4786)] = 175493, [SMALL_STATE(4787)] = 175526, [SMALL_STATE(4788)] = 175559, [SMALL_STATE(4789)] = 175620, [SMALL_STATE(4790)] = 175653, [SMALL_STATE(4791)] = 175686, [SMALL_STATE(4792)] = 175719, [SMALL_STATE(4793)] = 175752, [SMALL_STATE(4794)] = 175785, [SMALL_STATE(4795)] = 175818, [SMALL_STATE(4796)] = 175851, [SMALL_STATE(4797)] = 175884, [SMALL_STATE(4798)] = 175945, [SMALL_STATE(4799)] = 175978, [SMALL_STATE(4800)] = 176039, [SMALL_STATE(4801)] = 176072, [SMALL_STATE(4802)] = 176105, [SMALL_STATE(4803)] = 176138, [SMALL_STATE(4804)] = 176171, [SMALL_STATE(4805)] = 176204, [SMALL_STATE(4806)] = 176237, [SMALL_STATE(4807)] = 176270, [SMALL_STATE(4808)] = 176303, [SMALL_STATE(4809)] = 176336, [SMALL_STATE(4810)] = 176369, [SMALL_STATE(4811)] = 176402, [SMALL_STATE(4812)] = 176463, [SMALL_STATE(4813)] = 176496, [SMALL_STATE(4814)] = 176529, [SMALL_STATE(4815)] = 176562, [SMALL_STATE(4816)] = 176595, [SMALL_STATE(4817)] = 176656, [SMALL_STATE(4818)] = 176695, [SMALL_STATE(4819)] = 176728, [SMALL_STATE(4820)] = 176761, [SMALL_STATE(4821)] = 176794, [SMALL_STATE(4822)] = 176827, [SMALL_STATE(4823)] = 176860, [SMALL_STATE(4824)] = 176893, [SMALL_STATE(4825)] = 176926, [SMALL_STATE(4826)] = 176959, [SMALL_STATE(4827)] = 176992, [SMALL_STATE(4828)] = 177053, [SMALL_STATE(4829)] = 177086, [SMALL_STATE(4830)] = 177122, [SMALL_STATE(4831)] = 177162, [SMALL_STATE(4832)] = 177216, [SMALL_STATE(4833)] = 177270, [SMALL_STATE(4834)] = 177324, [SMALL_STATE(4835)] = 177372, [SMALL_STATE(4836)] = 177437, [SMALL_STATE(4837)] = 177496, [SMALL_STATE(4838)] = 177561, [SMALL_STATE(4839)] = 177626, [SMALL_STATE(4840)] = 177691, [SMALL_STATE(4841)] = 177756, [SMALL_STATE(4842)] = 177821, [SMALL_STATE(4843)] = 177886, [SMALL_STATE(4844)] = 177945, [SMALL_STATE(4845)] = 178010, [SMALL_STATE(4846)] = 178075, [SMALL_STATE(4847)] = 178140, [SMALL_STATE(4848)] = 178205, [SMALL_STATE(4849)] = 178270, [SMALL_STATE(4850)] = 178335, [SMALL_STATE(4851)] = 178400, [SMALL_STATE(4852)] = 178465, [SMALL_STATE(4853)] = 178530, [SMALL_STATE(4854)] = 178595, [SMALL_STATE(4855)] = 178660, [SMALL_STATE(4856)] = 178725, [SMALL_STATE(4857)] = 178790, [SMALL_STATE(4858)] = 178855, [SMALL_STATE(4859)] = 178920, [SMALL_STATE(4860)] = 178985, [SMALL_STATE(4861)] = 179050, [SMALL_STATE(4862)] = 179115, [SMALL_STATE(4863)] = 179180, [SMALL_STATE(4864)] = 179245, [SMALL_STATE(4865)] = 179310, [SMALL_STATE(4866)] = 179363, [SMALL_STATE(4867)] = 179428, [SMALL_STATE(4868)] = 179493, [SMALL_STATE(4869)] = 179558, [SMALL_STATE(4870)] = 179617, [SMALL_STATE(4871)] = 179682, [SMALL_STATE(4872)] = 179747, [SMALL_STATE(4873)] = 179812, [SMALL_STATE(4874)] = 179877, [SMALL_STATE(4875)] = 179942, [SMALL_STATE(4876)] = 180007, [SMALL_STATE(4877)] = 180072, [SMALL_STATE(4878)] = 180125, [SMALL_STATE(4879)] = 180190, [SMALL_STATE(4880)] = 180255, [SMALL_STATE(4881)] = 180320, [SMALL_STATE(4882)] = 180385, [SMALL_STATE(4883)] = 180450, [SMALL_STATE(4884)] = 180515, [SMALL_STATE(4885)] = 180580, [SMALL_STATE(4886)] = 180645, [SMALL_STATE(4887)] = 180710, [SMALL_STATE(4888)] = 180775, [SMALL_STATE(4889)] = 180840, [SMALL_STATE(4890)] = 180905, [SMALL_STATE(4891)] = 180970, [SMALL_STATE(4892)] = 181035, [SMALL_STATE(4893)] = 181100, [SMALL_STATE(4894)] = 181165, [SMALL_STATE(4895)] = 181230, [SMALL_STATE(4896)] = 181295, [SMALL_STATE(4897)] = 181360, [SMALL_STATE(4898)] = 181425, [SMALL_STATE(4899)] = 181490, [SMALL_STATE(4900)] = 181555, [SMALL_STATE(4901)] = 181620, [SMALL_STATE(4902)] = 181685, [SMALL_STATE(4903)] = 181744, [SMALL_STATE(4904)] = 181809, [SMALL_STATE(4905)] = 181874, [SMALL_STATE(4906)] = 181939, [SMALL_STATE(4907)] = 182004, [SMALL_STATE(4908)] = 182069, [SMALL_STATE(4909)] = 182134, [SMALL_STATE(4910)] = 182199, [SMALL_STATE(4911)] = 182252, [SMALL_STATE(4912)] = 182299, [SMALL_STATE(4913)] = 182332, [SMALL_STATE(4914)] = 182397, [SMALL_STATE(4915)] = 182462, [SMALL_STATE(4916)] = 182527, [SMALL_STATE(4917)] = 182592, [SMALL_STATE(4918)] = 182657, [SMALL_STATE(4919)] = 182722, [SMALL_STATE(4920)] = 182787, [SMALL_STATE(4921)] = 182852, [SMALL_STATE(4922)] = 182917, [SMALL_STATE(4923)] = 182969, [SMALL_STATE(4924)] = 183021, [SMALL_STATE(4925)] = 183073, [SMALL_STATE(4926)] = 183125, [SMALL_STATE(4927)] = 183177, [SMALL_STATE(4928)] = 183229, [SMALL_STATE(4929)] = 183281, [SMALL_STATE(4930)] = 183333, [SMALL_STATE(4931)] = 183385, [SMALL_STATE(4932)] = 183437, [SMALL_STATE(4933)] = 183489, [SMALL_STATE(4934)] = 183541, [SMALL_STATE(4935)] = 183593, [SMALL_STATE(4936)] = 183645, [SMALL_STATE(4937)] = 183697, [SMALL_STATE(4938)] = 183749, [SMALL_STATE(4939)] = 183801, [SMALL_STATE(4940)] = 183853, [SMALL_STATE(4941)] = 183887, [SMALL_STATE(4942)] = 183939, [SMALL_STATE(4943)] = 183973, [SMALL_STATE(4944)] = 184025, [SMALL_STATE(4945)] = 184061, [SMALL_STATE(4946)] = 184113, [SMALL_STATE(4947)] = 184165, [SMALL_STATE(4948)] = 184217, [SMALL_STATE(4949)] = 184269, [SMALL_STATE(4950)] = 184321, [SMALL_STATE(4951)] = 184373, [SMALL_STATE(4952)] = 184425, [SMALL_STATE(4953)] = 184477, [SMALL_STATE(4954)] = 184529, [SMALL_STATE(4955)] = 184581, [SMALL_STATE(4956)] = 184633, [SMALL_STATE(4957)] = 184685, [SMALL_STATE(4958)] = 184737, [SMALL_STATE(4959)] = 184789, [SMALL_STATE(4960)] = 184841, [SMALL_STATE(4961)] = 184893, [SMALL_STATE(4962)] = 184945, [SMALL_STATE(4963)] = 184997, [SMALL_STATE(4964)] = 185049, [SMALL_STATE(4965)] = 185100, [SMALL_STATE(4966)] = 185151, [SMALL_STATE(4967)] = 185206, [SMALL_STATE(4968)] = 185257, [SMALL_STATE(4969)] = 185308, [SMALL_STATE(4970)] = 185363, [SMALL_STATE(4971)] = 185414, [SMALL_STATE(4972)] = 185459, [SMALL_STATE(4973)] = 185502, [SMALL_STATE(4974)] = 185553, [SMALL_STATE(4975)] = 185604, [SMALL_STATE(4976)] = 185637, [SMALL_STATE(4977)] = 185688, [SMALL_STATE(4978)] = 185739, [SMALL_STATE(4979)] = 185782, [SMALL_STATE(4980)] = 185838, [SMALL_STATE(4981)] = 185882, [SMALL_STATE(4982)] = 185922, [SMALL_STATE(4983)] = 185978, [SMALL_STATE(4984)] = 186018, [SMALL_STATE(4985)] = 186058, [SMALL_STATE(4986)] = 186114, [SMALL_STATE(4987)] = 186170, [SMALL_STATE(4988)] = 186210, [SMALL_STATE(4989)] = 186250, [SMALL_STATE(4990)] = 186306, [SMALL_STATE(4991)] = 186346, [SMALL_STATE(4992)] = 186390, [SMALL_STATE(4993)] = 186434, [SMALL_STATE(4994)] = 186474, [SMALL_STATE(4995)] = 186514, [SMALL_STATE(4996)] = 186570, [SMALL_STATE(4997)] = 186626, [SMALL_STATE(4998)] = 186682, [SMALL_STATE(4999)] = 186722, [SMALL_STATE(5000)] = 186762, [SMALL_STATE(5001)] = 186802, [SMALL_STATE(5002)] = 186830, [SMALL_STATE(5003)] = 186886, [SMALL_STATE(5004)] = 186914, [SMALL_STATE(5005)] = 186976, [SMALL_STATE(5006)] = 187016, [SMALL_STATE(5007)] = 187056, [SMALL_STATE(5008)] = 187096, [SMALL_STATE(5009)] = 187136, [SMALL_STATE(5010)] = 187192, [SMALL_STATE(5011)] = 187232, [SMALL_STATE(5012)] = 187272, [SMALL_STATE(5013)] = 187328, [SMALL_STATE(5014)] = 187384, [SMALL_STATE(5015)] = 187440, [SMALL_STATE(5016)] = 187472, [SMALL_STATE(5017)] = 187528, [SMALL_STATE(5018)] = 187556, [SMALL_STATE(5019)] = 187596, [SMALL_STATE(5020)] = 187652, [SMALL_STATE(5021)] = 187692, [SMALL_STATE(5022)] = 187720, [SMALL_STATE(5023)] = 187776, [SMALL_STATE(5024)] = 187838, [SMALL_STATE(5025)] = 187878, [SMALL_STATE(5026)] = 187918, [SMALL_STATE(5027)] = 187958, [SMALL_STATE(5028)] = 188014, [SMALL_STATE(5029)] = 188070, [SMALL_STATE(5030)] = 188106, [SMALL_STATE(5031)] = 188162, [SMALL_STATE(5032)] = 188202, [SMALL_STATE(5033)] = 188258, [SMALL_STATE(5034)] = 188308, [SMALL_STATE(5035)] = 188370, [SMALL_STATE(5036)] = 188398, [SMALL_STATE(5037)] = 188454, [SMALL_STATE(5038)] = 188510, [SMALL_STATE(5039)] = 188566, [SMALL_STATE(5040)] = 188606, [SMALL_STATE(5041)] = 188648, [SMALL_STATE(5042)] = 188688, [SMALL_STATE(5043)] = 188744, [SMALL_STATE(5044)] = 188788, [SMALL_STATE(5045)] = 188844, [SMALL_STATE(5046)] = 188878, [SMALL_STATE(5047)] = 188934, [SMALL_STATE(5048)] = 188990, [SMALL_STATE(5049)] = 189046, [SMALL_STATE(5050)] = 189102, [SMALL_STATE(5051)] = 189148, [SMALL_STATE(5052)] = 189188, [SMALL_STATE(5053)] = 189238, [SMALL_STATE(5054)] = 189284, [SMALL_STATE(5055)] = 189324, [SMALL_STATE(5056)] = 189368, [SMALL_STATE(5057)] = 189408, [SMALL_STATE(5058)] = 189464, [SMALL_STATE(5059)] = 189520, [SMALL_STATE(5060)] = 189576, [SMALL_STATE(5061)] = 189620, [SMALL_STATE(5062)] = 189682, [SMALL_STATE(5063)] = 189710, [SMALL_STATE(5064)] = 189750, [SMALL_STATE(5065)] = 189778, [SMALL_STATE(5066)] = 189826, [SMALL_STATE(5067)] = 189870, [SMALL_STATE(5068)] = 189898, [SMALL_STATE(5069)] = 189942, [SMALL_STATE(5070)] = 189998, [SMALL_STATE(5071)] = 190048, [SMALL_STATE(5072)] = 190104, [SMALL_STATE(5073)] = 190160, [SMALL_STATE(5074)] = 190216, [SMALL_STATE(5075)] = 190272, [SMALL_STATE(5076)] = 190328, [SMALL_STATE(5077)] = 190372, [SMALL_STATE(5078)] = 190428, [SMALL_STATE(5079)] = 190484, [SMALL_STATE(5080)] = 190524, [SMALL_STATE(5081)] = 190574, [SMALL_STATE(5082)] = 190602, [SMALL_STATE(5083)] = 190634, [SMALL_STATE(5084)] = 190690, [SMALL_STATE(5085)] = 190734, [SMALL_STATE(5086)] = 190778, [SMALL_STATE(5087)] = 190834, [SMALL_STATE(5088)] = 190890, [SMALL_STATE(5089)] = 190918, [SMALL_STATE(5090)] = 190958, [SMALL_STATE(5091)] = 190998, [SMALL_STATE(5092)] = 191042, [SMALL_STATE(5093)] = 191070, [SMALL_STATE(5094)] = 191126, [SMALL_STATE(5095)] = 191182, [SMALL_STATE(5096)] = 191238, [SMALL_STATE(5097)] = 191278, [SMALL_STATE(5098)] = 191318, [SMALL_STATE(5099)] = 191374, [SMALL_STATE(5100)] = 191430, [SMALL_STATE(5101)] = 191470, [SMALL_STATE(5102)] = 191526, [SMALL_STATE(5103)] = 191566, [SMALL_STATE(5104)] = 191606, [SMALL_STATE(5105)] = 191662, [SMALL_STATE(5106)] = 191718, [SMALL_STATE(5107)] = 191761, [SMALL_STATE(5108)] = 191802, [SMALL_STATE(5109)] = 191847, [SMALL_STATE(5110)] = 191896, [SMALL_STATE(5111)] = 191923, [SMALL_STATE(5112)] = 191968, [SMALL_STATE(5113)] = 191995, [SMALL_STATE(5114)] = 192046, [SMALL_STATE(5115)] = 192091, [SMALL_STATE(5116)] = 192118, [SMALL_STATE(5117)] = 192163, [SMALL_STATE(5118)] = 192206, [SMALL_STATE(5119)] = 192251, [SMALL_STATE(5120)] = 192294, [SMALL_STATE(5121)] = 192345, [SMALL_STATE(5122)] = 192388, [SMALL_STATE(5123)] = 192433, [SMALL_STATE(5124)] = 192476, [SMALL_STATE(5125)] = 192519, [SMALL_STATE(5126)] = 192562, [SMALL_STATE(5127)] = 192605, [SMALL_STATE(5128)] = 192650, [SMALL_STATE(5129)] = 192693, [SMALL_STATE(5130)] = 192738, [SMALL_STATE(5131)] = 192781, [SMALL_STATE(5132)] = 192826, [SMALL_STATE(5133)] = 192877, [SMALL_STATE(5134)] = 192908, [SMALL_STATE(5135)] = 192935, [SMALL_STATE(5136)] = 192964, [SMALL_STATE(5137)] = 193003, [SMALL_STATE(5138)] = 193030, [SMALL_STATE(5139)] = 193075, [SMALL_STATE(5140)] = 193126, [SMALL_STATE(5141)] = 193169, [SMALL_STATE(5142)] = 193206, [SMALL_STATE(5143)] = 193241, [SMALL_STATE(5144)] = 193268, [SMALL_STATE(5145)] = 193295, [SMALL_STATE(5146)] = 193340, [SMALL_STATE(5147)] = 193385, [SMALL_STATE(5148)] = 193418, [SMALL_STATE(5149)] = 193445, [SMALL_STATE(5150)] = 193494, [SMALL_STATE(5151)] = 193521, [SMALL_STATE(5152)] = 193548, [SMALL_STATE(5153)] = 193574, [SMALL_STATE(5154)] = 193616, [SMALL_STATE(5155)] = 193664, [SMALL_STATE(5156)] = 193722, [SMALL_STATE(5157)] = 193780, [SMALL_STATE(5158)] = 193828, [SMALL_STATE(5159)] = 193876, [SMALL_STATE(5160)] = 193924, [SMALL_STATE(5161)] = 193982, [SMALL_STATE(5162)] = 194030, [SMALL_STATE(5163)] = 194078, [SMALL_STATE(5164)] = 194119, [SMALL_STATE(5165)] = 194160, [SMALL_STATE(5166)] = 194187, [SMALL_STATE(5167)] = 194236, [SMALL_STATE(5168)] = 194265, [SMALL_STATE(5169)] = 194306, [SMALL_STATE(5170)] = 194347, [SMALL_STATE(5171)] = 194388, [SMALL_STATE(5172)] = 194437, [SMALL_STATE(5173)] = 194488, [SMALL_STATE(5174)] = 194537, [SMALL_STATE(5175)] = 194578, [SMALL_STATE(5176)] = 194627, [SMALL_STATE(5177)] = 194676, [SMALL_STATE(5178)] = 194717, [SMALL_STATE(5179)] = 194766, [SMALL_STATE(5180)] = 194807, [SMALL_STATE(5181)] = 194856, [SMALL_STATE(5182)] = 194907, [SMALL_STATE(5183)] = 194956, [SMALL_STATE(5184)] = 195005, [SMALL_STATE(5185)] = 195046, [SMALL_STATE(5186)] = 195097, [SMALL_STATE(5187)] = 195146, [SMALL_STATE(5188)] = 195187, [SMALL_STATE(5189)] = 195238, [SMALL_STATE(5190)] = 195287, [SMALL_STATE(5191)] = 195336, [SMALL_STATE(5192)] = 195387, [SMALL_STATE(5193)] = 195428, [SMALL_STATE(5194)] = 195469, [SMALL_STATE(5195)] = 195510, [SMALL_STATE(5196)] = 195551, [SMALL_STATE(5197)] = 195592, [SMALL_STATE(5198)] = 195633, [SMALL_STATE(5199)] = 195682, [SMALL_STATE(5200)] = 195723, [SMALL_STATE(5201)] = 195764, [SMALL_STATE(5202)] = 195805, [SMALL_STATE(5203)] = 195846, [SMALL_STATE(5204)] = 195887, [SMALL_STATE(5205)] = 195928, [SMALL_STATE(5206)] = 195977, [SMALL_STATE(5207)] = 196028, [SMALL_STATE(5208)] = 196079, [SMALL_STATE(5209)] = 196128, [SMALL_STATE(5210)] = 196169, [SMALL_STATE(5211)] = 196200, [SMALL_STATE(5212)] = 196249, [SMALL_STATE(5213)] = 196290, [SMALL_STATE(5214)] = 196321, [SMALL_STATE(5215)] = 196370, [SMALL_STATE(5216)] = 196411, [SMALL_STATE(5217)] = 196462, [SMALL_STATE(5218)] = 196503, [SMALL_STATE(5219)] = 196544, [SMALL_STATE(5220)] = 196595, [SMALL_STATE(5221)] = 196644, [SMALL_STATE(5222)] = 196693, [SMALL_STATE(5223)] = 196734, [SMALL_STATE(5224)] = 196775, [SMALL_STATE(5225)] = 196824, [SMALL_STATE(5226)] = 196865, [SMALL_STATE(5227)] = 196916, [SMALL_STATE(5228)] = 196957, [SMALL_STATE(5229)] = 196998, [SMALL_STATE(5230)] = 197024, [SMALL_STATE(5231)] = 197048, [SMALL_STATE(5232)] = 197072, [SMALL_STATE(5233)] = 197104, [SMALL_STATE(5234)] = 197130, [SMALL_STATE(5235)] = 197158, [SMALL_STATE(5236)] = 197196, [SMALL_STATE(5237)] = 197220, [SMALL_STATE(5238)] = 197244, [SMALL_STATE(5239)] = 197270, [SMALL_STATE(5240)] = 197294, [SMALL_STATE(5241)] = 197318, [SMALL_STATE(5242)] = 197370, [SMALL_STATE(5243)] = 197402, [SMALL_STATE(5244)] = 197434, [SMALL_STATE(5245)] = 197458, [SMALL_STATE(5246)] = 197484, [SMALL_STATE(5247)] = 197512, [SMALL_STATE(5248)] = 197540, [SMALL_STATE(5249)] = 197566, [SMALL_STATE(5250)] = 197592, [SMALL_STATE(5251)] = 197616, [SMALL_STATE(5252)] = 197656, [SMALL_STATE(5253)] = 197688, [SMALL_STATE(5254)] = 197740, [SMALL_STATE(5255)] = 197764, [SMALL_STATE(5256)] = 197804, [SMALL_STATE(5257)] = 197836, [SMALL_STATE(5258)] = 197862, [SMALL_STATE(5259)] = 197902, [SMALL_STATE(5260)] = 197942, [SMALL_STATE(5261)] = 197966, [SMALL_STATE(5262)] = 197990, [SMALL_STATE(5263)] = 198014, [SMALL_STATE(5264)] = 198038, [SMALL_STATE(5265)] = 198090, [SMALL_STATE(5266)] = 198130, [SMALL_STATE(5267)] = 198170, [SMALL_STATE(5268)] = 198198, [SMALL_STATE(5269)] = 198238, [SMALL_STATE(5270)] = 198262, [SMALL_STATE(5271)] = 198314, [SMALL_STATE(5272)] = 198354, [SMALL_STATE(5273)] = 198406, [SMALL_STATE(5274)] = 198430, [SMALL_STATE(5275)] = 198462, [SMALL_STATE(5276)] = 198502, [SMALL_STATE(5277)] = 198526, [SMALL_STATE(5278)] = 198550, [SMALL_STATE(5279)] = 198582, [SMALL_STATE(5280)] = 198614, [SMALL_STATE(5281)] = 198646, [SMALL_STATE(5282)] = 198678, [SMALL_STATE(5283)] = 198730, [SMALL_STATE(5284)] = 198762, [SMALL_STATE(5285)] = 198788, [SMALL_STATE(5286)] = 198814, [SMALL_STATE(5287)] = 198846, [SMALL_STATE(5288)] = 198874, [SMALL_STATE(5289)] = 198926, [SMALL_STATE(5290)] = 198958, [SMALL_STATE(5291)] = 199010, [SMALL_STATE(5292)] = 199042, [SMALL_STATE(5293)] = 199066, [SMALL_STATE(5294)] = 199098, [SMALL_STATE(5295)] = 199126, [SMALL_STATE(5296)] = 199178, [SMALL_STATE(5297)] = 199230, [SMALL_STATE(5298)] = 199256, [SMALL_STATE(5299)] = 199280, [SMALL_STATE(5300)] = 199304, [SMALL_STATE(5301)] = 199336, [SMALL_STATE(5302)] = 199388, [SMALL_STATE(5303)] = 199416, [SMALL_STATE(5304)] = 199454, [SMALL_STATE(5305)] = 199486, [SMALL_STATE(5306)] = 199538, [SMALL_STATE(5307)] = 199570, [SMALL_STATE(5308)] = 199594, [SMALL_STATE(5309)] = 199646, [SMALL_STATE(5310)] = 199674, [SMALL_STATE(5311)] = 199698, [SMALL_STATE(5312)] = 199726, [SMALL_STATE(5313)] = 199755, [SMALL_STATE(5314)] = 199792, [SMALL_STATE(5315)] = 199829, [SMALL_STATE(5316)] = 199872, [SMALL_STATE(5317)] = 199915, [SMALL_STATE(5318)] = 199952, [SMALL_STATE(5319)] = 199983, [SMALL_STATE(5320)] = 200020, [SMALL_STATE(5321)] = 200047, [SMALL_STATE(5322)] = 200092, [SMALL_STATE(5323)] = 200137, [SMALL_STATE(5324)] = 200168, [SMALL_STATE(5325)] = 200211, [SMALL_STATE(5326)] = 200248, [SMALL_STATE(5327)] = 200279, [SMALL_STATE(5328)] = 200324, [SMALL_STATE(5329)] = 200369, [SMALL_STATE(5330)] = 200406, [SMALL_STATE(5331)] = 200451, [SMALL_STATE(5332)] = 200488, [SMALL_STATE(5333)] = 200531, [SMALL_STATE(5334)] = 200568, [SMALL_STATE(5335)] = 200611, [SMALL_STATE(5336)] = 200654, [SMALL_STATE(5337)] = 200683, [SMALL_STATE(5338)] = 200726, [SMALL_STATE(5339)] = 200755, [SMALL_STATE(5340)] = 200786, [SMALL_STATE(5341)] = 200823, [SMALL_STATE(5342)] = 200866, [SMALL_STATE(5343)] = 200897, [SMALL_STATE(5344)] = 200934, [SMALL_STATE(5345)] = 200971, [SMALL_STATE(5346)] = 201016, [SMALL_STATE(5347)] = 201053, [SMALL_STATE(5348)] = 201090, [SMALL_STATE(5349)] = 201135, [SMALL_STATE(5350)] = 201180, [SMALL_STATE(5351)] = 201225, [SMALL_STATE(5352)] = 201262, [SMALL_STATE(5353)] = 201299, [SMALL_STATE(5354)] = 201330, [SMALL_STATE(5355)] = 201373, [SMALL_STATE(5356)] = 201418, [SMALL_STATE(5357)] = 201455, [SMALL_STATE(5358)] = 201498, [SMALL_STATE(5359)] = 201527, [SMALL_STATE(5360)] = 201556, [SMALL_STATE(5361)] = 201585, [SMALL_STATE(5362)] = 201630, [SMALL_STATE(5363)] = 201659, [SMALL_STATE(5364)] = 201696, [SMALL_STATE(5365)] = 201716, [SMALL_STATE(5366)] = 201756, [SMALL_STATE(5367)] = 201796, [SMALL_STATE(5368)] = 201822, [SMALL_STATE(5369)] = 201848, [SMALL_STATE(5370)] = 201874, [SMALL_STATE(5371)] = 201896, [SMALL_STATE(5372)] = 201920, [SMALL_STATE(5373)] = 201940, [SMALL_STATE(5374)] = 201978, [SMALL_STATE(5375)] = 202018, [SMALL_STATE(5376)] = 202038, [SMALL_STATE(5377)] = 202076, [SMALL_STATE(5378)] = 202098, [SMALL_STATE(5379)] = 202136, [SMALL_STATE(5380)] = 202176, [SMALL_STATE(5381)] = 202214, [SMALL_STATE(5382)] = 202242, [SMALL_STATE(5383)] = 202282, [SMALL_STATE(5384)] = 202304, [SMALL_STATE(5385)] = 202324, [SMALL_STATE(5386)] = 202344, [SMALL_STATE(5387)] = 202372, [SMALL_STATE(5388)] = 202394, [SMALL_STATE(5389)] = 202416, [SMALL_STATE(5390)] = 202444, [SMALL_STATE(5391)] = 202472, [SMALL_STATE(5392)] = 202498, [SMALL_STATE(5393)] = 202536, [SMALL_STATE(5394)] = 202558, [SMALL_STATE(5395)] = 202578, [SMALL_STATE(5396)] = 202600, [SMALL_STATE(5397)] = 202620, [SMALL_STATE(5398)] = 202652, [SMALL_STATE(5399)] = 202684, [SMALL_STATE(5400)] = 202706, [SMALL_STATE(5401)] = 202728, [SMALL_STATE(5402)] = 202760, [SMALL_STATE(5403)] = 202786, [SMALL_STATE(5404)] = 202826, [SMALL_STATE(5405)] = 202866, [SMALL_STATE(5406)] = 202892, [SMALL_STATE(5407)] = 202912, [SMALL_STATE(5408)] = 202932, [SMALL_STATE(5409)] = 202972, [SMALL_STATE(5410)] = 203012, [SMALL_STATE(5411)] = 203032, [SMALL_STATE(5412)] = 203074, [SMALL_STATE(5413)] = 203114, [SMALL_STATE(5414)] = 203134, [SMALL_STATE(5415)] = 203174, [SMALL_STATE(5416)] = 203214, [SMALL_STATE(5417)] = 203240, [SMALL_STATE(5418)] = 203260, [SMALL_STATE(5419)] = 203302, [SMALL_STATE(5420)] = 203342, [SMALL_STATE(5421)] = 203362, [SMALL_STATE(5422)] = 203382, [SMALL_STATE(5423)] = 203410, [SMALL_STATE(5424)] = 203432, [SMALL_STATE(5425)] = 203470, [SMALL_STATE(5426)] = 203510, [SMALL_STATE(5427)] = 203532, [SMALL_STATE(5428)] = 203570, [SMALL_STATE(5429)] = 203592, [SMALL_STATE(5430)] = 203630, [SMALL_STATE(5431)] = 203650, [SMALL_STATE(5432)] = 203672, [SMALL_STATE(5433)] = 203694, [SMALL_STATE(5434)] = 203732, [SMALL_STATE(5435)] = 203752, [SMALL_STATE(5436)] = 203790, [SMALL_STATE(5437)] = 203828, [SMALL_STATE(5438)] = 203850, [SMALL_STATE(5439)] = 203872, [SMALL_STATE(5440)] = 203910, [SMALL_STATE(5441)] = 203952, [SMALL_STATE(5442)] = 203990, [SMALL_STATE(5443)] = 204028, [SMALL_STATE(5444)] = 204050, [SMALL_STATE(5445)] = 204092, [SMALL_STATE(5446)] = 204116, [SMALL_STATE(5447)] = 204144, [SMALL_STATE(5448)] = 204166, [SMALL_STATE(5449)] = 204192, [SMALL_STATE(5450)] = 204218, [SMALL_STATE(5451)] = 204256, [SMALL_STATE(5452)] = 204294, [SMALL_STATE(5453)] = 204334, [SMALL_STATE(5454)] = 204362, [SMALL_STATE(5455)] = 204404, [SMALL_STATE(5456)] = 204430, [SMALL_STATE(5457)] = 204462, [SMALL_STATE(5458)] = 204484, [SMALL_STATE(5459)] = 204506, [SMALL_STATE(5460)] = 204528, [SMALL_STATE(5461)] = 204556, [SMALL_STATE(5462)] = 204600, [SMALL_STATE(5463)] = 204622, [SMALL_STATE(5464)] = 204642, [SMALL_STATE(5465)] = 204662, [SMALL_STATE(5466)] = 204702, [SMALL_STATE(5467)] = 204734, [SMALL_STATE(5468)] = 204776, [SMALL_STATE(5469)] = 204804, [SMALL_STATE(5470)] = 204844, [SMALL_STATE(5471)] = 204882, [SMALL_STATE(5472)] = 204902, [SMALL_STATE(5473)] = 204940, [SMALL_STATE(5474)] = 204960, [SMALL_STATE(5475)] = 204980, [SMALL_STATE(5476)] = 204999, [SMALL_STATE(5477)] = 205036, [SMALL_STATE(5478)] = 205067, [SMALL_STATE(5479)] = 205104, [SMALL_STATE(5480)] = 205123, [SMALL_STATE(5481)] = 205160, [SMALL_STATE(5482)] = 205189, [SMALL_STATE(5483)] = 205216, [SMALL_STATE(5484)] = 205243, [SMALL_STATE(5485)] = 205270, [SMALL_STATE(5486)] = 205299, [SMALL_STATE(5487)] = 205328, [SMALL_STATE(5488)] = 205355, [SMALL_STATE(5489)] = 205392, [SMALL_STATE(5490)] = 205411, [SMALL_STATE(5491)] = 205440, [SMALL_STATE(5492)] = 205477, [SMALL_STATE(5493)] = 205514, [SMALL_STATE(5494)] = 205533, [SMALL_STATE(5495)] = 205562, [SMALL_STATE(5496)] = 205589, [SMALL_STATE(5497)] = 205608, [SMALL_STATE(5498)] = 205639, [SMALL_STATE(5499)] = 205676, [SMALL_STATE(5500)] = 205701, [SMALL_STATE(5501)] = 205732, [SMALL_STATE(5502)] = 205761, [SMALL_STATE(5503)] = 205798, [SMALL_STATE(5504)] = 205825, [SMALL_STATE(5505)] = 205862, [SMALL_STATE(5506)] = 205893, [SMALL_STATE(5507)] = 205914, [SMALL_STATE(5508)] = 205951, [SMALL_STATE(5509)] = 205970, [SMALL_STATE(5510)] = 205995, [SMALL_STATE(5511)] = 206022, [SMALL_STATE(5512)] = 206047, [SMALL_STATE(5513)] = 206072, [SMALL_STATE(5514)] = 206091, [SMALL_STATE(5515)] = 206118, [SMALL_STATE(5516)] = 206137, [SMALL_STATE(5517)] = 206164, [SMALL_STATE(5518)] = 206187, [SMALL_STATE(5519)] = 206224, [SMALL_STATE(5520)] = 206249, [SMALL_STATE(5521)] = 206274, [SMALL_STATE(5522)] = 206311, [SMALL_STATE(5523)] = 206338, [SMALL_STATE(5524)] = 206365, [SMALL_STATE(5525)] = 206402, [SMALL_STATE(5526)] = 206439, [SMALL_STATE(5527)] = 206466, [SMALL_STATE(5528)] = 206503, [SMALL_STATE(5529)] = 206530, [SMALL_STATE(5530)] = 206555, [SMALL_STATE(5531)] = 206574, [SMALL_STATE(5532)] = 206601, [SMALL_STATE(5533)] = 206626, [SMALL_STATE(5534)] = 206645, [SMALL_STATE(5535)] = 206664, [SMALL_STATE(5536)] = 206701, [SMALL_STATE(5537)] = 206726, [SMALL_STATE(5538)] = 206763, [SMALL_STATE(5539)] = 206790, [SMALL_STATE(5540)] = 206817, [SMALL_STATE(5541)] = 206848, [SMALL_STATE(5542)] = 206867, [SMALL_STATE(5543)] = 206894, [SMALL_STATE(5544)] = 206913, [SMALL_STATE(5545)] = 206932, [SMALL_STATE(5546)] = 206955, [SMALL_STATE(5547)] = 206982, [SMALL_STATE(5548)] = 207001, [SMALL_STATE(5549)] = 207020, [SMALL_STATE(5550)] = 207039, [SMALL_STATE(5551)] = 207074, [SMALL_STATE(5552)] = 207111, [SMALL_STATE(5553)] = 207148, [SMALL_STATE(5554)] = 207184, [SMALL_STATE(5555)] = 207218, [SMALL_STATE(5556)] = 207254, [SMALL_STATE(5557)] = 207290, [SMALL_STATE(5558)] = 207310, [SMALL_STATE(5559)] = 207346, [SMALL_STATE(5560)] = 207382, [SMALL_STATE(5561)] = 207416, [SMALL_STATE(5562)] = 207446, [SMALL_STATE(5563)] = 207482, [SMALL_STATE(5564)] = 207516, [SMALL_STATE(5565)] = 207546, [SMALL_STATE(5566)] = 207582, [SMALL_STATE(5567)] = 207616, [SMALL_STATE(5568)] = 207646, [SMALL_STATE(5569)] = 207676, [SMALL_STATE(5570)] = 207712, [SMALL_STATE(5571)] = 207746, [SMALL_STATE(5572)] = 207782, [SMALL_STATE(5573)] = 207816, [SMALL_STATE(5574)] = 207852, [SMALL_STATE(5575)] = 207886, [SMALL_STATE(5576)] = 207908, [SMALL_STATE(5577)] = 207944, [SMALL_STATE(5578)] = 207980, [SMALL_STATE(5579)] = 208006, [SMALL_STATE(5580)] = 208032, [SMALL_STATE(5581)] = 208058, [SMALL_STATE(5582)] = 208084, [SMALL_STATE(5583)] = 208110, [SMALL_STATE(5584)] = 208134, [SMALL_STATE(5585)] = 208160, [SMALL_STATE(5586)] = 208196, [SMALL_STATE(5587)] = 208222, [SMALL_STATE(5588)] = 208252, [SMALL_STATE(5589)] = 208278, [SMALL_STATE(5590)] = 208308, [SMALL_STATE(5591)] = 208334, [SMALL_STATE(5592)] = 208360, [SMALL_STATE(5593)] = 208396, [SMALL_STATE(5594)] = 208432, [SMALL_STATE(5595)] = 208468, [SMALL_STATE(5596)] = 208494, [SMALL_STATE(5597)] = 208516, [SMALL_STATE(5598)] = 208542, [SMALL_STATE(5599)] = 208578, [SMALL_STATE(5600)] = 208600, [SMALL_STATE(5601)] = 208624, [SMALL_STATE(5602)] = 208660, [SMALL_STATE(5603)] = 208696, [SMALL_STATE(5604)] = 208732, [SMALL_STATE(5605)] = 208768, [SMALL_STATE(5606)] = 208794, [SMALL_STATE(5607)] = 208828, [SMALL_STATE(5608)] = 208862, [SMALL_STATE(5609)] = 208896, [SMALL_STATE(5610)] = 208915, [SMALL_STATE(5611)] = 208934, [SMALL_STATE(5612)] = 208959, [SMALL_STATE(5613)] = 208994, [SMALL_STATE(5614)] = 209013, [SMALL_STATE(5615)] = 209048, [SMALL_STATE(5616)] = 209079, [SMALL_STATE(5617)] = 209110, [SMALL_STATE(5618)] = 209141, [SMALL_STATE(5619)] = 209176, [SMALL_STATE(5620)] = 209195, [SMALL_STATE(5621)] = 209226, [SMALL_STATE(5622)] = 209251, [SMALL_STATE(5623)] = 209282, [SMALL_STATE(5624)] = 209305, [SMALL_STATE(5625)] = 209330, [SMALL_STATE(5626)] = 209355, [SMALL_STATE(5627)] = 209374, [SMALL_STATE(5628)] = 209399, [SMALL_STATE(5629)] = 209418, [SMALL_STATE(5630)] = 209443, [SMALL_STATE(5631)] = 209478, [SMALL_STATE(5632)] = 209509, [SMALL_STATE(5633)] = 209540, [SMALL_STATE(5634)] = 209569, [SMALL_STATE(5635)] = 209600, [SMALL_STATE(5636)] = 209625, [SMALL_STATE(5637)] = 209644, [SMALL_STATE(5638)] = 209673, [SMALL_STATE(5639)] = 209692, [SMALL_STATE(5640)] = 209717, [SMALL_STATE(5641)] = 209748, [SMALL_STATE(5642)] = 209773, [SMALL_STATE(5643)] = 209808, [SMALL_STATE(5644)] = 209829, [SMALL_STATE(5645)] = 209858, [SMALL_STATE(5646)] = 209877, [SMALL_STATE(5647)] = 209896, [SMALL_STATE(5648)] = 209921, [SMALL_STATE(5649)] = 209946, [SMALL_STATE(5650)] = 209965, [SMALL_STATE(5651)] = 209990, [SMALL_STATE(5652)] = 210025, [SMALL_STATE(5653)] = 210044, [SMALL_STATE(5654)] = 210063, [SMALL_STATE(5655)] = 210088, [SMALL_STATE(5656)] = 210111, [SMALL_STATE(5657)] = 210140, [SMALL_STATE(5658)] = 210165, [SMALL_STATE(5659)] = 210198, [SMALL_STATE(5660)] = 210229, [SMALL_STATE(5661)] = 210248, [SMALL_STATE(5662)] = 210273, [SMALL_STATE(5663)] = 210298, [SMALL_STATE(5664)] = 210317, [SMALL_STATE(5665)] = 210340, [SMALL_STATE(5666)] = 210359, [SMALL_STATE(5667)] = 210394, [SMALL_STATE(5668)] = 210413, [SMALL_STATE(5669)] = 210442, [SMALL_STATE(5670)] = 210467, [SMALL_STATE(5671)] = 210492, [SMALL_STATE(5672)] = 210511, [SMALL_STATE(5673)] = 210536, [SMALL_STATE(5674)] = 210567, [SMALL_STATE(5675)] = 210592, [SMALL_STATE(5676)] = 210627, [SMALL_STATE(5677)] = 210662, [SMALL_STATE(5678)] = 210686, [SMALL_STATE(5679)] = 210712, [SMALL_STATE(5680)] = 210730, [SMALL_STATE(5681)] = 210760, [SMALL_STATE(5682)] = 210784, [SMALL_STATE(5683)] = 210808, [SMALL_STATE(5684)] = 210838, [SMALL_STATE(5685)] = 210856, [SMALL_STATE(5686)] = 210874, [SMALL_STATE(5687)] = 210898, [SMALL_STATE(5688)] = 210928, [SMALL_STATE(5689)] = 210946, [SMALL_STATE(5690)] = 210978, [SMALL_STATE(5691)] = 211002, [SMALL_STATE(5692)] = 211026, [SMALL_STATE(5693)] = 211044, [SMALL_STATE(5694)] = 211068, [SMALL_STATE(5695)] = 211098, [SMALL_STATE(5696)] = 211128, [SMALL_STATE(5697)] = 211146, [SMALL_STATE(5698)] = 211170, [SMALL_STATE(5699)] = 211188, [SMALL_STATE(5700)] = 211214, [SMALL_STATE(5701)] = 211244, [SMALL_STATE(5702)] = 211274, [SMALL_STATE(5703)] = 211292, [SMALL_STATE(5704)] = 211318, [SMALL_STATE(5705)] = 211344, [SMALL_STATE(5706)] = 211366, [SMALL_STATE(5707)] = 211392, [SMALL_STATE(5708)] = 211418, [SMALL_STATE(5709)] = 211442, [SMALL_STATE(5710)] = 211471, [SMALL_STATE(5711)] = 211500, [SMALL_STATE(5712)] = 211529, [SMALL_STATE(5713)] = 211548, [SMALL_STATE(5714)] = 211577, [SMALL_STATE(5715)] = 211604, [SMALL_STATE(5716)] = 211635, [SMALL_STATE(5717)] = 211666, [SMALL_STATE(5718)] = 211693, [SMALL_STATE(5719)] = 211722, [SMALL_STATE(5720)] = 211751, [SMALL_STATE(5721)] = 211780, [SMALL_STATE(5722)] = 211809, [SMALL_STATE(5723)] = 211840, [SMALL_STATE(5724)] = 211869, [SMALL_STATE(5725)] = 211896, [SMALL_STATE(5726)] = 211925, [SMALL_STATE(5727)] = 211956, [SMALL_STATE(5728)] = 211973, [SMALL_STATE(5729)] = 212002, [SMALL_STATE(5730)] = 212025, [SMALL_STATE(5731)] = 212048, [SMALL_STATE(5732)] = 212071, [SMALL_STATE(5733)] = 212096, [SMALL_STATE(5734)] = 212119, [SMALL_STATE(5735)] = 212150, [SMALL_STATE(5736)] = 212177, [SMALL_STATE(5737)] = 212194, [SMALL_STATE(5738)] = 212217, [SMALL_STATE(5739)] = 212240, [SMALL_STATE(5740)] = 212269, [SMALL_STATE(5741)] = 212286, [SMALL_STATE(5742)] = 212309, [SMALL_STATE(5743)] = 212338, [SMALL_STATE(5744)] = 212367, [SMALL_STATE(5745)] = 212398, [SMALL_STATE(5746)] = 212427, [SMALL_STATE(5747)] = 212456, [SMALL_STATE(5748)] = 212485, [SMALL_STATE(5749)] = 212502, [SMALL_STATE(5750)] = 212533, [SMALL_STATE(5751)] = 212550, [SMALL_STATE(5752)] = 212579, [SMALL_STATE(5753)] = 212608, [SMALL_STATE(5754)] = 212637, [SMALL_STATE(5755)] = 212654, [SMALL_STATE(5756)] = 212683, [SMALL_STATE(5757)] = 212708, [SMALL_STATE(5758)] = 212729, [SMALL_STATE(5759)] = 212760, [SMALL_STATE(5760)] = 212789, [SMALL_STATE(5761)] = 212818, [SMALL_STATE(5762)] = 212847, [SMALL_STATE(5763)] = 212876, [SMALL_STATE(5764)] = 212905, [SMALL_STATE(5765)] = 212934, [SMALL_STATE(5766)] = 212955, [SMALL_STATE(5767)] = 212986, [SMALL_STATE(5768)] = 213005, [SMALL_STATE(5769)] = 213036, [SMALL_STATE(5770)] = 213065, [SMALL_STATE(5771)] = 213088, [SMALL_STATE(5772)] = 213111, [SMALL_STATE(5773)] = 213140, [SMALL_STATE(5774)] = 213169, [SMALL_STATE(5775)] = 213200, [SMALL_STATE(5776)] = 213231, [SMALL_STATE(5777)] = 213260, [SMALL_STATE(5778)] = 213289, [SMALL_STATE(5779)] = 213320, [SMALL_STATE(5780)] = 213351, [SMALL_STATE(5781)] = 213382, [SMALL_STATE(5782)] = 213413, [SMALL_STATE(5783)] = 213442, [SMALL_STATE(5784)] = 213473, [SMALL_STATE(5785)] = 213502, [SMALL_STATE(5786)] = 213527, [SMALL_STATE(5787)] = 213548, [SMALL_STATE(5788)] = 213575, [SMALL_STATE(5789)] = 213596, [SMALL_STATE(5790)] = 213625, [SMALL_STATE(5791)] = 213652, [SMALL_STATE(5792)] = 213681, [SMALL_STATE(5793)] = 213710, [SMALL_STATE(5794)] = 213739, [SMALL_STATE(5795)] = 213768, [SMALL_STATE(5796)] = 213799, [SMALL_STATE(5797)] = 213828, [SMALL_STATE(5798)] = 213857, [SMALL_STATE(5799)] = 213886, [SMALL_STATE(5800)] = 213913, [SMALL_STATE(5801)] = 213938, [SMALL_STATE(5802)] = 213955, [SMALL_STATE(5803)] = 213976, [SMALL_STATE(5804)] = 214005, [SMALL_STATE(5805)] = 214036, [SMALL_STATE(5806)] = 214065, [SMALL_STATE(5807)] = 214096, [SMALL_STATE(5808)] = 214123, [SMALL_STATE(5809)] = 214144, [SMALL_STATE(5810)] = 214171, [SMALL_STATE(5811)] = 214197, [SMALL_STATE(5812)] = 214217, [SMALL_STATE(5813)] = 214243, [SMALL_STATE(5814)] = 214269, [SMALL_STATE(5815)] = 214297, [SMALL_STATE(5816)] = 214323, [SMALL_STATE(5817)] = 214343, [SMALL_STATE(5818)] = 214369, [SMALL_STATE(5819)] = 214395, [SMALL_STATE(5820)] = 214421, [SMALL_STATE(5821)] = 214441, [SMALL_STATE(5822)] = 214467, [SMALL_STATE(5823)] = 214493, [SMALL_STATE(5824)] = 214513, [SMALL_STATE(5825)] = 214539, [SMALL_STATE(5826)] = 214565, [SMALL_STATE(5827)] = 214585, [SMALL_STATE(5828)] = 214611, [SMALL_STATE(5829)] = 214631, [SMALL_STATE(5830)] = 214657, [SMALL_STATE(5831)] = 214679, [SMALL_STATE(5832)] = 214699, [SMALL_STATE(5833)] = 214725, [SMALL_STATE(5834)] = 214751, [SMALL_STATE(5835)] = 214777, [SMALL_STATE(5836)] = 214805, [SMALL_STATE(5837)] = 214827, [SMALL_STATE(5838)] = 214855, [SMALL_STATE(5839)] = 214875, [SMALL_STATE(5840)] = 214893, [SMALL_STATE(5841)] = 214919, [SMALL_STATE(5842)] = 214945, [SMALL_STATE(5843)] = 214967, [SMALL_STATE(5844)] = 214987, [SMALL_STATE(5845)] = 215009, [SMALL_STATE(5846)] = 215035, [SMALL_STATE(5847)] = 215061, [SMALL_STATE(5848)] = 215087, [SMALL_STATE(5849)] = 215109, [SMALL_STATE(5850)] = 215135, [SMALL_STATE(5851)] = 215161, [SMALL_STATE(5852)] = 215187, [SMALL_STATE(5853)] = 215207, [SMALL_STATE(5854)] = 215231, [SMALL_STATE(5855)] = 215259, [SMALL_STATE(5856)] = 215285, [SMALL_STATE(5857)] = 215307, [SMALL_STATE(5858)] = 215333, [SMALL_STATE(5859)] = 215355, [SMALL_STATE(5860)] = 215381, [SMALL_STATE(5861)] = 215407, [SMALL_STATE(5862)] = 215427, [SMALL_STATE(5863)] = 215453, [SMALL_STATE(5864)] = 215479, [SMALL_STATE(5865)] = 215505, [SMALL_STATE(5866)] = 215531, [SMALL_STATE(5867)] = 215557, [SMALL_STATE(5868)] = 215579, [SMALL_STATE(5869)] = 215605, [SMALL_STATE(5870)] = 215631, [SMALL_STATE(5871)] = 215653, [SMALL_STATE(5872)] = 215679, [SMALL_STATE(5873)] = 215699, [SMALL_STATE(5874)] = 215725, [SMALL_STATE(5875)] = 215747, [SMALL_STATE(5876)] = 215773, [SMALL_STATE(5877)] = 215798, [SMALL_STATE(5878)] = 215813, [SMALL_STATE(5879)] = 215838, [SMALL_STATE(5880)] = 215861, [SMALL_STATE(5881)] = 215884, [SMALL_STATE(5882)] = 215899, [SMALL_STATE(5883)] = 215914, [SMALL_STATE(5884)] = 215929, [SMALL_STATE(5885)] = 215944, [SMALL_STATE(5886)] = 215969, [SMALL_STATE(5887)] = 215994, [SMALL_STATE(5888)] = 216019, [SMALL_STATE(5889)] = 216044, [SMALL_STATE(5890)] = 216069, [SMALL_STATE(5891)] = 216084, [SMALL_STATE(5892)] = 216107, [SMALL_STATE(5893)] = 216132, [SMALL_STATE(5894)] = 216157, [SMALL_STATE(5895)] = 216172, [SMALL_STATE(5896)] = 216187, [SMALL_STATE(5897)] = 216212, [SMALL_STATE(5898)] = 216228, [SMALL_STATE(5899)] = 216242, [SMALL_STATE(5900)] = 216258, [SMALL_STATE(5901)] = 216272, [SMALL_STATE(5902)] = 216292, [SMALL_STATE(5903)] = 216306, [SMALL_STATE(5904)] = 216320, [SMALL_STATE(5905)] = 216340, [SMALL_STATE(5906)] = 216356, [SMALL_STATE(5907)] = 216376, [SMALL_STATE(5908)] = 216390, [SMALL_STATE(5909)] = 216408, [SMALL_STATE(5910)] = 216422, [SMALL_STATE(5911)] = 216438, [SMALL_STATE(5912)] = 216454, [SMALL_STATE(5913)] = 216474, [SMALL_STATE(5914)] = 216494, [SMALL_STATE(5915)] = 216510, [SMALL_STATE(5916)] = 216530, [SMALL_STATE(5917)] = 216546, [SMALL_STATE(5918)] = 216566, [SMALL_STATE(5919)] = 216586, [SMALL_STATE(5920)] = 216602, [SMALL_STATE(5921)] = 216622, [SMALL_STATE(5922)] = 216642, [SMALL_STATE(5923)] = 216660, [SMALL_STATE(5924)] = 216680, [SMALL_STATE(5925)] = 216700, [SMALL_STATE(5926)] = 216716, [SMALL_STATE(5927)] = 216736, [SMALL_STATE(5928)] = 216752, [SMALL_STATE(5929)] = 216766, [SMALL_STATE(5930)] = 216780, [SMALL_STATE(5931)] = 216800, [SMALL_STATE(5932)] = 216820, [SMALL_STATE(5933)] = 216834, [SMALL_STATE(5934)] = 216852, [SMALL_STATE(5935)] = 216866, [SMALL_STATE(5936)] = 216886, [SMALL_STATE(5937)] = 216904, [SMALL_STATE(5938)] = 216922, [SMALL_STATE(5939)] = 216942, [SMALL_STATE(5940)] = 216958, [SMALL_STATE(5941)] = 216974, [SMALL_STATE(5942)] = 216994, [SMALL_STATE(5943)] = 217008, [SMALL_STATE(5944)] = 217026, [SMALL_STATE(5945)] = 217040, [SMALL_STATE(5946)] = 217058, [SMALL_STATE(5947)] = 217078, [SMALL_STATE(5948)] = 217092, [SMALL_STATE(5949)] = 217112, [SMALL_STATE(5950)] = 217128, [SMALL_STATE(5951)] = 217144, [SMALL_STATE(5952)] = 217158, [SMALL_STATE(5953)] = 217176, [SMALL_STATE(5954)] = 217195, [SMALL_STATE(5955)] = 217212, [SMALL_STATE(5956)] = 217231, [SMALL_STATE(5957)] = 217248, [SMALL_STATE(5958)] = 217267, [SMALL_STATE(5959)] = 217286, [SMALL_STATE(5960)] = 217303, [SMALL_STATE(5961)] = 217320, [SMALL_STATE(5962)] = 217333, [SMALL_STATE(5963)] = 217352, [SMALL_STATE(5964)] = 217371, [SMALL_STATE(5965)] = 217388, [SMALL_STATE(5966)] = 217407, [SMALL_STATE(5967)] = 217420, [SMALL_STATE(5968)] = 217439, [SMALL_STATE(5969)] = 217458, [SMALL_STATE(5970)] = 217472, [SMALL_STATE(5971)] = 217486, [SMALL_STATE(5972)] = 217502, [SMALL_STATE(5973)] = 217516, [SMALL_STATE(5974)] = 217532, [SMALL_STATE(5975)] = 217548, [SMALL_STATE(5976)] = 217560, [SMALL_STATE(5977)] = 217574, [SMALL_STATE(5978)] = 217590, [SMALL_STATE(5979)] = 217604, [SMALL_STATE(5980)] = 217620, [SMALL_STATE(5981)] = 217636, [SMALL_STATE(5982)] = 217652, [SMALL_STATE(5983)] = 217668, [SMALL_STATE(5984)] = 217684, [SMALL_STATE(5985)] = 217698, [SMALL_STATE(5986)] = 217714, [SMALL_STATE(5987)] = 217730, [SMALL_STATE(5988)] = 217746, [SMALL_STATE(5989)] = 217762, [SMALL_STATE(5990)] = 217778, [SMALL_STATE(5991)] = 217794, [SMALL_STATE(5992)] = 217808, [SMALL_STATE(5993)] = 217824, [SMALL_STATE(5994)] = 217838, [SMALL_STATE(5995)] = 217852, [SMALL_STATE(5996)] = 217868, [SMALL_STATE(5997)] = 217884, [SMALL_STATE(5998)] = 217900, [SMALL_STATE(5999)] = 217916, [SMALL_STATE(6000)] = 217932, [SMALL_STATE(6001)] = 217948, [SMALL_STATE(6002)] = 217962, [SMALL_STATE(6003)] = 217978, [SMALL_STATE(6004)] = 217992, [SMALL_STATE(6005)] = 218006, [SMALL_STATE(6006)] = 218022, [SMALL_STATE(6007)] = 218038, [SMALL_STATE(6008)] = 218052, [SMALL_STATE(6009)] = 218066, [SMALL_STATE(6010)] = 218082, [SMALL_STATE(6011)] = 218098, [SMALL_STATE(6012)] = 218112, [SMALL_STATE(6013)] = 218128, [SMALL_STATE(6014)] = 218144, [SMALL_STATE(6015)] = 218158, [SMALL_STATE(6016)] = 218174, [SMALL_STATE(6017)] = 218190, [SMALL_STATE(6018)] = 218204, [SMALL_STATE(6019)] = 218220, [SMALL_STATE(6020)] = 218234, [SMALL_STATE(6021)] = 218250, [SMALL_STATE(6022)] = 218266, [SMALL_STATE(6023)] = 218282, [SMALL_STATE(6024)] = 218298, [SMALL_STATE(6025)] = 218314, [SMALL_STATE(6026)] = 218330, [SMALL_STATE(6027)] = 218346, [SMALL_STATE(6028)] = 218360, [SMALL_STATE(6029)] = 218374, [SMALL_STATE(6030)] = 218390, [SMALL_STATE(6031)] = 218406, [SMALL_STATE(6032)] = 218422, [SMALL_STATE(6033)] = 218438, [SMALL_STATE(6034)] = 218454, [SMALL_STATE(6035)] = 218470, [SMALL_STATE(6036)] = 218486, [SMALL_STATE(6037)] = 218502, [SMALL_STATE(6038)] = 218518, [SMALL_STATE(6039)] = 218534, [SMALL_STATE(6040)] = 218548, [SMALL_STATE(6041)] = 218564, [SMALL_STATE(6042)] = 218580, [SMALL_STATE(6043)] = 218596, [SMALL_STATE(6044)] = 218612, [SMALL_STATE(6045)] = 218628, [SMALL_STATE(6046)] = 218644, [SMALL_STATE(6047)] = 218658, [SMALL_STATE(6048)] = 218674, [SMALL_STATE(6049)] = 218688, [SMALL_STATE(6050)] = 218704, [SMALL_STATE(6051)] = 218718, [SMALL_STATE(6052)] = 218734, [SMALL_STATE(6053)] = 218748, [SMALL_STATE(6054)] = 218762, [SMALL_STATE(6055)] = 218778, [SMALL_STATE(6056)] = 218792, [SMALL_STATE(6057)] = 218804, [SMALL_STATE(6058)] = 218820, [SMALL_STATE(6059)] = 218836, [SMALL_STATE(6060)] = 218852, [SMALL_STATE(6061)] = 218868, [SMALL_STATE(6062)] = 218884, [SMALL_STATE(6063)] = 218900, [SMALL_STATE(6064)] = 218916, [SMALL_STATE(6065)] = 218932, [SMALL_STATE(6066)] = 218946, [SMALL_STATE(6067)] = 218960, [SMALL_STATE(6068)] = 218976, [SMALL_STATE(6069)] = 218992, [SMALL_STATE(6070)] = 219006, [SMALL_STATE(6071)] = 219022, [SMALL_STATE(6072)] = 219036, [SMALL_STATE(6073)] = 219050, [SMALL_STATE(6074)] = 219066, [SMALL_STATE(6075)] = 219082, [SMALL_STATE(6076)] = 219096, [SMALL_STATE(6077)] = 219110, [SMALL_STATE(6078)] = 219126, [SMALL_STATE(6079)] = 219140, [SMALL_STATE(6080)] = 219156, [SMALL_STATE(6081)] = 219172, [SMALL_STATE(6082)] = 219188, [SMALL_STATE(6083)] = 219204, [SMALL_STATE(6084)] = 219220, [SMALL_STATE(6085)] = 219236, [SMALL_STATE(6086)] = 219252, [SMALL_STATE(6087)] = 219268, [SMALL_STATE(6088)] = 219284, [SMALL_STATE(6089)] = 219300, [SMALL_STATE(6090)] = 219316, [SMALL_STATE(6091)] = 219332, [SMALL_STATE(6092)] = 219346, [SMALL_STATE(6093)] = 219362, [SMALL_STATE(6094)] = 219378, [SMALL_STATE(6095)] = 219394, [SMALL_STATE(6096)] = 219408, [SMALL_STATE(6097)] = 219424, [SMALL_STATE(6098)] = 219440, [SMALL_STATE(6099)] = 219450, [SMALL_STATE(6100)] = 219466, [SMALL_STATE(6101)] = 219480, [SMALL_STATE(6102)] = 219494, [SMALL_STATE(6103)] = 219506, [SMALL_STATE(6104)] = 219522, [SMALL_STATE(6105)] = 219536, [SMALL_STATE(6106)] = 219550, [SMALL_STATE(6107)] = 219564, [SMALL_STATE(6108)] = 219578, [SMALL_STATE(6109)] = 219592, [SMALL_STATE(6110)] = 219608, [SMALL_STATE(6111)] = 219622, [SMALL_STATE(6112)] = 219638, [SMALL_STATE(6113)] = 219654, [SMALL_STATE(6114)] = 219670, [SMALL_STATE(6115)] = 219686, [SMALL_STATE(6116)] = 219702, [SMALL_STATE(6117)] = 219718, [SMALL_STATE(6118)] = 219732, [SMALL_STATE(6119)] = 219748, [SMALL_STATE(6120)] = 219762, [SMALL_STATE(6121)] = 219776, [SMALL_STATE(6122)] = 219786, [SMALL_STATE(6123)] = 219802, [SMALL_STATE(6124)] = 219818, [SMALL_STATE(6125)] = 219834, [SMALL_STATE(6126)] = 219850, [SMALL_STATE(6127)] = 219866, [SMALL_STATE(6128)] = 219882, [SMALL_STATE(6129)] = 219898, [SMALL_STATE(6130)] = 219914, [SMALL_STATE(6131)] = 219928, [SMALL_STATE(6132)] = 219942, [SMALL_STATE(6133)] = 219958, [SMALL_STATE(6134)] = 219972, [SMALL_STATE(6135)] = 219986, [SMALL_STATE(6136)] = 220000, [SMALL_STATE(6137)] = 220014, [SMALL_STATE(6138)] = 220030, [SMALL_STATE(6139)] = 220046, [SMALL_STATE(6140)] = 220062, [SMALL_STATE(6141)] = 220078, [SMALL_STATE(6142)] = 220094, [SMALL_STATE(6143)] = 220110, [SMALL_STATE(6144)] = 220126, [SMALL_STATE(6145)] = 220142, [SMALL_STATE(6146)] = 220156, [SMALL_STATE(6147)] = 220172, [SMALL_STATE(6148)] = 220188, [SMALL_STATE(6149)] = 220202, [SMALL_STATE(6150)] = 220216, [SMALL_STATE(6151)] = 220232, [SMALL_STATE(6152)] = 220248, [SMALL_STATE(6153)] = 220264, [SMALL_STATE(6154)] = 220280, [SMALL_STATE(6155)] = 220296, [SMALL_STATE(6156)] = 220312, [SMALL_STATE(6157)] = 220328, [SMALL_STATE(6158)] = 220338, [SMALL_STATE(6159)] = 220352, [SMALL_STATE(6160)] = 220368, [SMALL_STATE(6161)] = 220384, [SMALL_STATE(6162)] = 220400, [SMALL_STATE(6163)] = 220416, [SMALL_STATE(6164)] = 220428, [SMALL_STATE(6165)] = 220444, [SMALL_STATE(6166)] = 220460, [SMALL_STATE(6167)] = 220476, [SMALL_STATE(6168)] = 220490, [SMALL_STATE(6169)] = 220506, [SMALL_STATE(6170)] = 220522, [SMALL_STATE(6171)] = 220538, [SMALL_STATE(6172)] = 220552, [SMALL_STATE(6173)] = 220566, [SMALL_STATE(6174)] = 220582, [SMALL_STATE(6175)] = 220598, [SMALL_STATE(6176)] = 220614, [SMALL_STATE(6177)] = 220630, [SMALL_STATE(6178)] = 220646, [SMALL_STATE(6179)] = 220662, [SMALL_STATE(6180)] = 220678, [SMALL_STATE(6181)] = 220694, [SMALL_STATE(6182)] = 220706, [SMALL_STATE(6183)] = 220722, [SMALL_STATE(6184)] = 220736, [SMALL_STATE(6185)] = 220752, [SMALL_STATE(6186)] = 220768, [SMALL_STATE(6187)] = 220784, [SMALL_STATE(6188)] = 220800, [SMALL_STATE(6189)] = 220816, [SMALL_STATE(6190)] = 220832, [SMALL_STATE(6191)] = 220848, [SMALL_STATE(6192)] = 220862, [SMALL_STATE(6193)] = 220878, [SMALL_STATE(6194)] = 220894, [SMALL_STATE(6195)] = 220905, [SMALL_STATE(6196)] = 220918, [SMALL_STATE(6197)] = 220931, [SMALL_STATE(6198)] = 220944, [SMALL_STATE(6199)] = 220957, [SMALL_STATE(6200)] = 220970, [SMALL_STATE(6201)] = 220983, [SMALL_STATE(6202)] = 220996, [SMALL_STATE(6203)] = 221009, [SMALL_STATE(6204)] = 221022, [SMALL_STATE(6205)] = 221035, [SMALL_STATE(6206)] = 221048, [SMALL_STATE(6207)] = 221061, [SMALL_STATE(6208)] = 221074, [SMALL_STATE(6209)] = 221087, [SMALL_STATE(6210)] = 221100, [SMALL_STATE(6211)] = 221113, [SMALL_STATE(6212)] = 221124, [SMALL_STATE(6213)] = 221135, [SMALL_STATE(6214)] = 221148, [SMALL_STATE(6215)] = 221161, [SMALL_STATE(6216)] = 221174, [SMALL_STATE(6217)] = 221187, [SMALL_STATE(6218)] = 221200, [SMALL_STATE(6219)] = 221213, [SMALL_STATE(6220)] = 221226, [SMALL_STATE(6221)] = 221239, [SMALL_STATE(6222)] = 221252, [SMALL_STATE(6223)] = 221265, [SMALL_STATE(6224)] = 221278, [SMALL_STATE(6225)] = 221289, [SMALL_STATE(6226)] = 221302, [SMALL_STATE(6227)] = 221315, [SMALL_STATE(6228)] = 221328, [SMALL_STATE(6229)] = 221341, [SMALL_STATE(6230)] = 221354, [SMALL_STATE(6231)] = 221365, [SMALL_STATE(6232)] = 221378, [SMALL_STATE(6233)] = 221391, [SMALL_STATE(6234)] = 221404, [SMALL_STATE(6235)] = 221417, [SMALL_STATE(6236)] = 221430, [SMALL_STATE(6237)] = 221443, [SMALL_STATE(6238)] = 221456, [SMALL_STATE(6239)] = 221469, [SMALL_STATE(6240)] = 221482, [SMALL_STATE(6241)] = 221495, [SMALL_STATE(6242)] = 221508, [SMALL_STATE(6243)] = 221519, [SMALL_STATE(6244)] = 221532, [SMALL_STATE(6245)] = 221545, [SMALL_STATE(6246)] = 221558, [SMALL_STATE(6247)] = 221571, [SMALL_STATE(6248)] = 221584, [SMALL_STATE(6249)] = 221597, [SMALL_STATE(6250)] = 221610, [SMALL_STATE(6251)] = 221623, [SMALL_STATE(6252)] = 221634, [SMALL_STATE(6253)] = 221647, [SMALL_STATE(6254)] = 221660, [SMALL_STATE(6255)] = 221673, [SMALL_STATE(6256)] = 221686, [SMALL_STATE(6257)] = 221699, [SMALL_STATE(6258)] = 221712, [SMALL_STATE(6259)] = 221725, [SMALL_STATE(6260)] = 221738, [SMALL_STATE(6261)] = 221751, [SMALL_STATE(6262)] = 221764, [SMALL_STATE(6263)] = 221775, [SMALL_STATE(6264)] = 221788, [SMALL_STATE(6265)] = 221801, [SMALL_STATE(6266)] = 221814, [SMALL_STATE(6267)] = 221827, [SMALL_STATE(6268)] = 221840, [SMALL_STATE(6269)] = 221853, [SMALL_STATE(6270)] = 221866, [SMALL_STATE(6271)] = 221879, [SMALL_STATE(6272)] = 221892, [SMALL_STATE(6273)] = 221905, [SMALL_STATE(6274)] = 221916, [SMALL_STATE(6275)] = 221929, [SMALL_STATE(6276)] = 221942, [SMALL_STATE(6277)] = 221955, [SMALL_STATE(6278)] = 221968, [SMALL_STATE(6279)] = 221981, [SMALL_STATE(6280)] = 221994, [SMALL_STATE(6281)] = 222005, [SMALL_STATE(6282)] = 222018, [SMALL_STATE(6283)] = 222031, [SMALL_STATE(6284)] = 222044, [SMALL_STATE(6285)] = 222057, [SMALL_STATE(6286)] = 222070, [SMALL_STATE(6287)] = 222083, [SMALL_STATE(6288)] = 222096, [SMALL_STATE(6289)] = 222105, [SMALL_STATE(6290)] = 222114, [SMALL_STATE(6291)] = 222127, [SMALL_STATE(6292)] = 222140, [SMALL_STATE(6293)] = 222149, [SMALL_STATE(6294)] = 222162, [SMALL_STATE(6295)] = 222175, [SMALL_STATE(6296)] = 222186, [SMALL_STATE(6297)] = 222199, [SMALL_STATE(6298)] = 222212, [SMALL_STATE(6299)] = 222223, [SMALL_STATE(6300)] = 222236, [SMALL_STATE(6301)] = 222249, [SMALL_STATE(6302)] = 222262, [SMALL_STATE(6303)] = 222275, [SMALL_STATE(6304)] = 222288, [SMALL_STATE(6305)] = 222299, [SMALL_STATE(6306)] = 222312, [SMALL_STATE(6307)] = 222325, [SMALL_STATE(6308)] = 222338, [SMALL_STATE(6309)] = 222351, [SMALL_STATE(6310)] = 222364, [SMALL_STATE(6311)] = 222377, [SMALL_STATE(6312)] = 222386, [SMALL_STATE(6313)] = 222395, [SMALL_STATE(6314)] = 222408, [SMALL_STATE(6315)] = 222421, [SMALL_STATE(6316)] = 222432, [SMALL_STATE(6317)] = 222445, [SMALL_STATE(6318)] = 222458, [SMALL_STATE(6319)] = 222471, [SMALL_STATE(6320)] = 222484, [SMALL_STATE(6321)] = 222497, [SMALL_STATE(6322)] = 222508, [SMALL_STATE(6323)] = 222521, [SMALL_STATE(6324)] = 222534, [SMALL_STATE(6325)] = 222545, [SMALL_STATE(6326)] = 222558, [SMALL_STATE(6327)] = 222571, [SMALL_STATE(6328)] = 222584, [SMALL_STATE(6329)] = 222595, [SMALL_STATE(6330)] = 222608, [SMALL_STATE(6331)] = 222621, [SMALL_STATE(6332)] = 222634, [SMALL_STATE(6333)] = 222647, [SMALL_STATE(6334)] = 222660, [SMALL_STATE(6335)] = 222669, [SMALL_STATE(6336)] = 222682, [SMALL_STATE(6337)] = 222693, [SMALL_STATE(6338)] = 222706, [SMALL_STATE(6339)] = 222717, [SMALL_STATE(6340)] = 222730, [SMALL_STATE(6341)] = 222743, [SMALL_STATE(6342)] = 222756, [SMALL_STATE(6343)] = 222769, [SMALL_STATE(6344)] = 222782, [SMALL_STATE(6345)] = 222795, [SMALL_STATE(6346)] = 222808, [SMALL_STATE(6347)] = 222821, [SMALL_STATE(6348)] = 222834, [SMALL_STATE(6349)] = 222847, [SMALL_STATE(6350)] = 222860, [SMALL_STATE(6351)] = 222873, [SMALL_STATE(6352)] = 222884, [SMALL_STATE(6353)] = 222897, [SMALL_STATE(6354)] = 222910, [SMALL_STATE(6355)] = 222923, [SMALL_STATE(6356)] = 222936, [SMALL_STATE(6357)] = 222949, [SMALL_STATE(6358)] = 222962, [SMALL_STATE(6359)] = 222975, [SMALL_STATE(6360)] = 222988, [SMALL_STATE(6361)] = 223001, [SMALL_STATE(6362)] = 223014, [SMALL_STATE(6363)] = 223027, [SMALL_STATE(6364)] = 223038, [SMALL_STATE(6365)] = 223051, [SMALL_STATE(6366)] = 223064, [SMALL_STATE(6367)] = 223077, [SMALL_STATE(6368)] = 223090, [SMALL_STATE(6369)] = 223103, [SMALL_STATE(6370)] = 223116, [SMALL_STATE(6371)] = 223129, [SMALL_STATE(6372)] = 223142, [SMALL_STATE(6373)] = 223153, [SMALL_STATE(6374)] = 223166, [SMALL_STATE(6375)] = 223179, [SMALL_STATE(6376)] = 223192, [SMALL_STATE(6377)] = 223205, [SMALL_STATE(6378)] = 223218, [SMALL_STATE(6379)] = 223231, [SMALL_STATE(6380)] = 223244, [SMALL_STATE(6381)] = 223257, [SMALL_STATE(6382)] = 223270, [SMALL_STATE(6383)] = 223283, [SMALL_STATE(6384)] = 223296, [SMALL_STATE(6385)] = 223305, [SMALL_STATE(6386)] = 223318, [SMALL_STATE(6387)] = 223331, [SMALL_STATE(6388)] = 223342, [SMALL_STATE(6389)] = 223353, [SMALL_STATE(6390)] = 223366, [SMALL_STATE(6391)] = 223379, [SMALL_STATE(6392)] = 223392, [SMALL_STATE(6393)] = 223405, [SMALL_STATE(6394)] = 223416, [SMALL_STATE(6395)] = 223427, [SMALL_STATE(6396)] = 223440, [SMALL_STATE(6397)] = 223453, [SMALL_STATE(6398)] = 223466, [SMALL_STATE(6399)] = 223475, [SMALL_STATE(6400)] = 223488, [SMALL_STATE(6401)] = 223499, [SMALL_STATE(6402)] = 223510, [SMALL_STATE(6403)] = 223523, [SMALL_STATE(6404)] = 223536, [SMALL_STATE(6405)] = 223549, [SMALL_STATE(6406)] = 223562, [SMALL_STATE(6407)] = 223575, [SMALL_STATE(6408)] = 223588, [SMALL_STATE(6409)] = 223597, [SMALL_STATE(6410)] = 223610, [SMALL_STATE(6411)] = 223623, [SMALL_STATE(6412)] = 223636, [SMALL_STATE(6413)] = 223649, [SMALL_STATE(6414)] = 223662, [SMALL_STATE(6415)] = 223675, [SMALL_STATE(6416)] = 223688, [SMALL_STATE(6417)] = 223701, [SMALL_STATE(6418)] = 223714, [SMALL_STATE(6419)] = 223727, [SMALL_STATE(6420)] = 223740, [SMALL_STATE(6421)] = 223753, [SMALL_STATE(6422)] = 223766, [SMALL_STATE(6423)] = 223779, [SMALL_STATE(6424)] = 223792, [SMALL_STATE(6425)] = 223803, [SMALL_STATE(6426)] = 223816, [SMALL_STATE(6427)] = 223829, [SMALL_STATE(6428)] = 223838, [SMALL_STATE(6429)] = 223851, [SMALL_STATE(6430)] = 223864, [SMALL_STATE(6431)] = 223877, [SMALL_STATE(6432)] = 223890, [SMALL_STATE(6433)] = 223903, [SMALL_STATE(6434)] = 223916, [SMALL_STATE(6435)] = 223929, [SMALL_STATE(6436)] = 223942, [SMALL_STATE(6437)] = 223955, [SMALL_STATE(6438)] = 223968, [SMALL_STATE(6439)] = 223979, [SMALL_STATE(6440)] = 223992, [SMALL_STATE(6441)] = 224005, [SMALL_STATE(6442)] = 224018, [SMALL_STATE(6443)] = 224031, [SMALL_STATE(6444)] = 224044, [SMALL_STATE(6445)] = 224057, [SMALL_STATE(6446)] = 224070, [SMALL_STATE(6447)] = 224083, [SMALL_STATE(6448)] = 224096, [SMALL_STATE(6449)] = 224109, [SMALL_STATE(6450)] = 224122, [SMALL_STATE(6451)] = 224135, [SMALL_STATE(6452)] = 224148, [SMALL_STATE(6453)] = 224161, [SMALL_STATE(6454)] = 224174, [SMALL_STATE(6455)] = 224187, [SMALL_STATE(6456)] = 224200, [SMALL_STATE(6457)] = 224213, [SMALL_STATE(6458)] = 224226, [SMALL_STATE(6459)] = 224239, [SMALL_STATE(6460)] = 224252, [SMALL_STATE(6461)] = 224265, [SMALL_STATE(6462)] = 224278, [SMALL_STATE(6463)] = 224291, [SMALL_STATE(6464)] = 224304, [SMALL_STATE(6465)] = 224317, [SMALL_STATE(6466)] = 224330, [SMALL_STATE(6467)] = 224343, [SMALL_STATE(6468)] = 224356, [SMALL_STATE(6469)] = 224369, [SMALL_STATE(6470)] = 224382, [SMALL_STATE(6471)] = 224395, [SMALL_STATE(6472)] = 224408, [SMALL_STATE(6473)] = 224421, [SMALL_STATE(6474)] = 224434, [SMALL_STATE(6475)] = 224447, [SMALL_STATE(6476)] = 224460, [SMALL_STATE(6477)] = 224473, [SMALL_STATE(6478)] = 224486, [SMALL_STATE(6479)] = 224497, [SMALL_STATE(6480)] = 224506, [SMALL_STATE(6481)] = 224519, [SMALL_STATE(6482)] = 224532, [SMALL_STATE(6483)] = 224545, [SMALL_STATE(6484)] = 224556, [SMALL_STATE(6485)] = 224569, [SMALL_STATE(6486)] = 224582, [SMALL_STATE(6487)] = 224595, [SMALL_STATE(6488)] = 224608, [SMALL_STATE(6489)] = 224621, [SMALL_STATE(6490)] = 224634, [SMALL_STATE(6491)] = 224647, [SMALL_STATE(6492)] = 224660, [SMALL_STATE(6493)] = 224673, [SMALL_STATE(6494)] = 224686, [SMALL_STATE(6495)] = 224699, [SMALL_STATE(6496)] = 224712, [SMALL_STATE(6497)] = 224725, [SMALL_STATE(6498)] = 224738, [SMALL_STATE(6499)] = 224751, [SMALL_STATE(6500)] = 224764, [SMALL_STATE(6501)] = 224777, [SMALL_STATE(6502)] = 224790, [SMALL_STATE(6503)] = 224803, [SMALL_STATE(6504)] = 224816, [SMALL_STATE(6505)] = 224829, [SMALL_STATE(6506)] = 224842, [SMALL_STATE(6507)] = 224855, [SMALL_STATE(6508)] = 224868, [SMALL_STATE(6509)] = 224881, [SMALL_STATE(6510)] = 224894, [SMALL_STATE(6511)] = 224907, [SMALL_STATE(6512)] = 224920, [SMALL_STATE(6513)] = 224933, [SMALL_STATE(6514)] = 224946, [SMALL_STATE(6515)] = 224959, [SMALL_STATE(6516)] = 224972, [SMALL_STATE(6517)] = 224985, [SMALL_STATE(6518)] = 224998, [SMALL_STATE(6519)] = 225011, [SMALL_STATE(6520)] = 225024, [SMALL_STATE(6521)] = 225037, [SMALL_STATE(6522)] = 225046, [SMALL_STATE(6523)] = 225059, [SMALL_STATE(6524)] = 225072, [SMALL_STATE(6525)] = 225085, [SMALL_STATE(6526)] = 225096, [SMALL_STATE(6527)] = 225109, [SMALL_STATE(6528)] = 225122, [SMALL_STATE(6529)] = 225135, [SMALL_STATE(6530)] = 225148, [SMALL_STATE(6531)] = 225161, [SMALL_STATE(6532)] = 225174, [SMALL_STATE(6533)] = 225187, [SMALL_STATE(6534)] = 225200, [SMALL_STATE(6535)] = 225213, [SMALL_STATE(6536)] = 225226, [SMALL_STATE(6537)] = 225239, [SMALL_STATE(6538)] = 225250, [SMALL_STATE(6539)] = 225261, [SMALL_STATE(6540)] = 225272, [SMALL_STATE(6541)] = 225285, [SMALL_STATE(6542)] = 225298, [SMALL_STATE(6543)] = 225311, [SMALL_STATE(6544)] = 225324, [SMALL_STATE(6545)] = 225337, [SMALL_STATE(6546)] = 225350, [SMALL_STATE(6547)] = 225363, [SMALL_STATE(6548)] = 225376, [SMALL_STATE(6549)] = 225389, [SMALL_STATE(6550)] = 225402, [SMALL_STATE(6551)] = 225415, [SMALL_STATE(6552)] = 225426, [SMALL_STATE(6553)] = 225439, [SMALL_STATE(6554)] = 225452, [SMALL_STATE(6555)] = 225465, [SMALL_STATE(6556)] = 225478, [SMALL_STATE(6557)] = 225491, [SMALL_STATE(6558)] = 225504, [SMALL_STATE(6559)] = 225517, [SMALL_STATE(6560)] = 225530, [SMALL_STATE(6561)] = 225543, [SMALL_STATE(6562)] = 225556, [SMALL_STATE(6563)] = 225567, [SMALL_STATE(6564)] = 225580, [SMALL_STATE(6565)] = 225593, [SMALL_STATE(6566)] = 225606, [SMALL_STATE(6567)] = 225619, [SMALL_STATE(6568)] = 225632, [SMALL_STATE(6569)] = 225645, [SMALL_STATE(6570)] = 225658, [SMALL_STATE(6571)] = 225671, [SMALL_STATE(6572)] = 225680, [SMALL_STATE(6573)] = 225693, [SMALL_STATE(6574)] = 225706, [SMALL_STATE(6575)] = 225719, [SMALL_STATE(6576)] = 225732, [SMALL_STATE(6577)] = 225743, [SMALL_STATE(6578)] = 225754, [SMALL_STATE(6579)] = 225767, [SMALL_STATE(6580)] = 225780, [SMALL_STATE(6581)] = 225793, [SMALL_STATE(6582)] = 225804, [SMALL_STATE(6583)] = 225817, [SMALL_STATE(6584)] = 225830, [SMALL_STATE(6585)] = 225843, [SMALL_STATE(6586)] = 225856, [SMALL_STATE(6587)] = 225869, [SMALL_STATE(6588)] = 225878, [SMALL_STATE(6589)] = 225891, [SMALL_STATE(6590)] = 225900, [SMALL_STATE(6591)] = 225913, [SMALL_STATE(6592)] = 225926, [SMALL_STATE(6593)] = 225939, [SMALL_STATE(6594)] = 225952, [SMALL_STATE(6595)] = 225965, [SMALL_STATE(6596)] = 225976, [SMALL_STATE(6597)] = 225989, [SMALL_STATE(6598)] = 226002, [SMALL_STATE(6599)] = 226015, [SMALL_STATE(6600)] = 226028, [SMALL_STATE(6601)] = 226041, [SMALL_STATE(6602)] = 226054, [SMALL_STATE(6603)] = 226065, [SMALL_STATE(6604)] = 226078, [SMALL_STATE(6605)] = 226091, [SMALL_STATE(6606)] = 226104, [SMALL_STATE(6607)] = 226117, [SMALL_STATE(6608)] = 226127, [SMALL_STATE(6609)] = 226135, [SMALL_STATE(6610)] = 226145, [SMALL_STATE(6611)] = 226155, [SMALL_STATE(6612)] = 226165, [SMALL_STATE(6613)] = 226175, [SMALL_STATE(6614)] = 226185, [SMALL_STATE(6615)] = 226195, [SMALL_STATE(6616)] = 226205, [SMALL_STATE(6617)] = 226215, [SMALL_STATE(6618)] = 226225, [SMALL_STATE(6619)] = 226233, [SMALL_STATE(6620)] = 226243, [SMALL_STATE(6621)] = 226253, [SMALL_STATE(6622)] = 226263, [SMALL_STATE(6623)] = 226273, [SMALL_STATE(6624)] = 226283, [SMALL_STATE(6625)] = 226293, [SMALL_STATE(6626)] = 226301, [SMALL_STATE(6627)] = 226311, [SMALL_STATE(6628)] = 226321, [SMALL_STATE(6629)] = 226331, [SMALL_STATE(6630)] = 226341, [SMALL_STATE(6631)] = 226351, [SMALL_STATE(6632)] = 226361, [SMALL_STATE(6633)] = 226371, [SMALL_STATE(6634)] = 226379, [SMALL_STATE(6635)] = 226389, [SMALL_STATE(6636)] = 226397, [SMALL_STATE(6637)] = 226407, [SMALL_STATE(6638)] = 226417, [SMALL_STATE(6639)] = 226427, [SMALL_STATE(6640)] = 226437, [SMALL_STATE(6641)] = 226447, [SMALL_STATE(6642)] = 226457, [SMALL_STATE(6643)] = 226467, [SMALL_STATE(6644)] = 226477, [SMALL_STATE(6645)] = 226487, [SMALL_STATE(6646)] = 226497, [SMALL_STATE(6647)] = 226505, [SMALL_STATE(6648)] = 226515, [SMALL_STATE(6649)] = 226523, [SMALL_STATE(6650)] = 226533, [SMALL_STATE(6651)] = 226543, [SMALL_STATE(6652)] = 226553, [SMALL_STATE(6653)] = 226563, [SMALL_STATE(6654)] = 226573, [SMALL_STATE(6655)] = 226583, [SMALL_STATE(6656)] = 226593, [SMALL_STATE(6657)] = 226603, [SMALL_STATE(6658)] = 226613, [SMALL_STATE(6659)] = 226621, [SMALL_STATE(6660)] = 226631, [SMALL_STATE(6661)] = 226641, [SMALL_STATE(6662)] = 226651, [SMALL_STATE(6663)] = 226659, [SMALL_STATE(6664)] = 226667, [SMALL_STATE(6665)] = 226677, [SMALL_STATE(6666)] = 226687, [SMALL_STATE(6667)] = 226697, [SMALL_STATE(6668)] = 226707, [SMALL_STATE(6669)] = 226715, [SMALL_STATE(6670)] = 226725, [SMALL_STATE(6671)] = 226735, [SMALL_STATE(6672)] = 226745, [SMALL_STATE(6673)] = 226755, [SMALL_STATE(6674)] = 226765, [SMALL_STATE(6675)] = 226775, [SMALL_STATE(6676)] = 226785, [SMALL_STATE(6677)] = 226793, [SMALL_STATE(6678)] = 226803, [SMALL_STATE(6679)] = 226813, [SMALL_STATE(6680)] = 226823, [SMALL_STATE(6681)] = 226833, [SMALL_STATE(6682)] = 226843, [SMALL_STATE(6683)] = 226853, [SMALL_STATE(6684)] = 226861, [SMALL_STATE(6685)] = 226871, [SMALL_STATE(6686)] = 226881, [SMALL_STATE(6687)] = 226891, [SMALL_STATE(6688)] = 226901, [SMALL_STATE(6689)] = 226909, [SMALL_STATE(6690)] = 226919, [SMALL_STATE(6691)] = 226929, [SMALL_STATE(6692)] = 226939, [SMALL_STATE(6693)] = 226949, [SMALL_STATE(6694)] = 226959, [SMALL_STATE(6695)] = 226967, [SMALL_STATE(6696)] = 226975, [SMALL_STATE(6697)] = 226985, [SMALL_STATE(6698)] = 226995, [SMALL_STATE(6699)] = 227005, [SMALL_STATE(6700)] = 227015, [SMALL_STATE(6701)] = 227023, [SMALL_STATE(6702)] = 227033, [SMALL_STATE(6703)] = 227043, [SMALL_STATE(6704)] = 227053, [SMALL_STATE(6705)] = 227063, [SMALL_STATE(6706)] = 227073, [SMALL_STATE(6707)] = 227083, [SMALL_STATE(6708)] = 227093, [SMALL_STATE(6709)] = 227101, [SMALL_STATE(6710)] = 227111, [SMALL_STATE(6711)] = 227121, [SMALL_STATE(6712)] = 227131, [SMALL_STATE(6713)] = 227141, [SMALL_STATE(6714)] = 227151, [SMALL_STATE(6715)] = 227161, [SMALL_STATE(6716)] = 227171, [SMALL_STATE(6717)] = 227181, [SMALL_STATE(6718)] = 227191, [SMALL_STATE(6719)] = 227201, [SMALL_STATE(6720)] = 227209, [SMALL_STATE(6721)] = 227219, [SMALL_STATE(6722)] = 227229, [SMALL_STATE(6723)] = 227239, [SMALL_STATE(6724)] = 227247, [SMALL_STATE(6725)] = 227257, [SMALL_STATE(6726)] = 227267, [SMALL_STATE(6727)] = 227277, [SMALL_STATE(6728)] = 227287, [SMALL_STATE(6729)] = 227295, [SMALL_STATE(6730)] = 227305, [SMALL_STATE(6731)] = 227315, [SMALL_STATE(6732)] = 227325, [SMALL_STATE(6733)] = 227335, [SMALL_STATE(6734)] = 227345, [SMALL_STATE(6735)] = 227355, [SMALL_STATE(6736)] = 227365, [SMALL_STATE(6737)] = 227375, [SMALL_STATE(6738)] = 227385, [SMALL_STATE(6739)] = 227395, [SMALL_STATE(6740)] = 227405, [SMALL_STATE(6741)] = 227413, [SMALL_STATE(6742)] = 227423, [SMALL_STATE(6743)] = 227433, [SMALL_STATE(6744)] = 227441, [SMALL_STATE(6745)] = 227451, [SMALL_STATE(6746)] = 227461, [SMALL_STATE(6747)] = 227469, [SMALL_STATE(6748)] = 227479, [SMALL_STATE(6749)] = 227489, [SMALL_STATE(6750)] = 227497, [SMALL_STATE(6751)] = 227507, [SMALL_STATE(6752)] = 227517, [SMALL_STATE(6753)] = 227527, [SMALL_STATE(6754)] = 227537, [SMALL_STATE(6755)] = 227547, [SMALL_STATE(6756)] = 227557, [SMALL_STATE(6757)] = 227567, [SMALL_STATE(6758)] = 227577, [SMALL_STATE(6759)] = 227587, [SMALL_STATE(6760)] = 227597, [SMALL_STATE(6761)] = 227605, [SMALL_STATE(6762)] = 227613, [SMALL_STATE(6763)] = 227623, [SMALL_STATE(6764)] = 227633, [SMALL_STATE(6765)] = 227643, [SMALL_STATE(6766)] = 227653, [SMALL_STATE(6767)] = 227661, [SMALL_STATE(6768)] = 227671, [SMALL_STATE(6769)] = 227681, [SMALL_STATE(6770)] = 227691, [SMALL_STATE(6771)] = 227701, [SMALL_STATE(6772)] = 227711, [SMALL_STATE(6773)] = 227721, [SMALL_STATE(6774)] = 227729, [SMALL_STATE(6775)] = 227739, [SMALL_STATE(6776)] = 227749, [SMALL_STATE(6777)] = 227759, [SMALL_STATE(6778)] = 227769, [SMALL_STATE(6779)] = 227779, [SMALL_STATE(6780)] = 227789, [SMALL_STATE(6781)] = 227799, [SMALL_STATE(6782)] = 227809, [SMALL_STATE(6783)] = 227819, [SMALL_STATE(6784)] = 227827, [SMALL_STATE(6785)] = 227837, [SMALL_STATE(6786)] = 227847, [SMALL_STATE(6787)] = 227857, [SMALL_STATE(6788)] = 227867, [SMALL_STATE(6789)] = 227877, [SMALL_STATE(6790)] = 227887, [SMALL_STATE(6791)] = 227897, [SMALL_STATE(6792)] = 227907, [SMALL_STATE(6793)] = 227917, [SMALL_STATE(6794)] = 227927, [SMALL_STATE(6795)] = 227937, [SMALL_STATE(6796)] = 227947, [SMALL_STATE(6797)] = 227957, [SMALL_STATE(6798)] = 227965, [SMALL_STATE(6799)] = 227973, [SMALL_STATE(6800)] = 227983, [SMALL_STATE(6801)] = 227991, [SMALL_STATE(6802)] = 227999, [SMALL_STATE(6803)] = 228009, [SMALL_STATE(6804)] = 228017, [SMALL_STATE(6805)] = 228027, [SMALL_STATE(6806)] = 228037, [SMALL_STATE(6807)] = 228047, [SMALL_STATE(6808)] = 228057, [SMALL_STATE(6809)] = 228067, [SMALL_STATE(6810)] = 228077, [SMALL_STATE(6811)] = 228087, [SMALL_STATE(6812)] = 228097, [SMALL_STATE(6813)] = 228107, [SMALL_STATE(6814)] = 228117, [SMALL_STATE(6815)] = 228127, [SMALL_STATE(6816)] = 228137, [SMALL_STATE(6817)] = 228147, [SMALL_STATE(6818)] = 228157, [SMALL_STATE(6819)] = 228167, [SMALL_STATE(6820)] = 228177, [SMALL_STATE(6821)] = 228187, [SMALL_STATE(6822)] = 228197, [SMALL_STATE(6823)] = 228207, [SMALL_STATE(6824)] = 228217, [SMALL_STATE(6825)] = 228227, [SMALL_STATE(6826)] = 228237, [SMALL_STATE(6827)] = 228247, [SMALL_STATE(6828)] = 228257, [SMALL_STATE(6829)] = 228267, [SMALL_STATE(6830)] = 228277, [SMALL_STATE(6831)] = 228287, [SMALL_STATE(6832)] = 228297, [SMALL_STATE(6833)] = 228305, [SMALL_STATE(6834)] = 228313, [SMALL_STATE(6835)] = 228323, [SMALL_STATE(6836)] = 228333, [SMALL_STATE(6837)] = 228343, [SMALL_STATE(6838)] = 228353, [SMALL_STATE(6839)] = 228363, [SMALL_STATE(6840)] = 228373, [SMALL_STATE(6841)] = 228381, [SMALL_STATE(6842)] = 228391, [SMALL_STATE(6843)] = 228401, [SMALL_STATE(6844)] = 228411, [SMALL_STATE(6845)] = 228421, [SMALL_STATE(6846)] = 228431, [SMALL_STATE(6847)] = 228441, [SMALL_STATE(6848)] = 228451, [SMALL_STATE(6849)] = 228461, [SMALL_STATE(6850)] = 228471, [SMALL_STATE(6851)] = 228481, [SMALL_STATE(6852)] = 228491, [SMALL_STATE(6853)] = 228501, [SMALL_STATE(6854)] = 228511, [SMALL_STATE(6855)] = 228521, [SMALL_STATE(6856)] = 228531, [SMALL_STATE(6857)] = 228541, [SMALL_STATE(6858)] = 228551, [SMALL_STATE(6859)] = 228559, [SMALL_STATE(6860)] = 228569, [SMALL_STATE(6861)] = 228577, [SMALL_STATE(6862)] = 228587, [SMALL_STATE(6863)] = 228597, [SMALL_STATE(6864)] = 228607, [SMALL_STATE(6865)] = 228617, [SMALL_STATE(6866)] = 228627, [SMALL_STATE(6867)] = 228637, [SMALL_STATE(6868)] = 228647, [SMALL_STATE(6869)] = 228657, [SMALL_STATE(6870)] = 228667, [SMALL_STATE(6871)] = 228677, [SMALL_STATE(6872)] = 228687, [SMALL_STATE(6873)] = 228697, [SMALL_STATE(6874)] = 228707, [SMALL_STATE(6875)] = 228717, [SMALL_STATE(6876)] = 228725, [SMALL_STATE(6877)] = 228735, [SMALL_STATE(6878)] = 228745, [SMALL_STATE(6879)] = 228755, [SMALL_STATE(6880)] = 228765, [SMALL_STATE(6881)] = 228775, [SMALL_STATE(6882)] = 228785, [SMALL_STATE(6883)] = 228795, [SMALL_STATE(6884)] = 228805, [SMALL_STATE(6885)] = 228815, [SMALL_STATE(6886)] = 228825, [SMALL_STATE(6887)] = 228835, [SMALL_STATE(6888)] = 228843, [SMALL_STATE(6889)] = 228853, [SMALL_STATE(6890)] = 228863, [SMALL_STATE(6891)] = 228873, [SMALL_STATE(6892)] = 228881, [SMALL_STATE(6893)] = 228891, [SMALL_STATE(6894)] = 228901, [SMALL_STATE(6895)] = 228911, [SMALL_STATE(6896)] = 228921, [SMALL_STATE(6897)] = 228931, [SMALL_STATE(6898)] = 228939, [SMALL_STATE(6899)] = 228949, [SMALL_STATE(6900)] = 228959, [SMALL_STATE(6901)] = 228969, [SMALL_STATE(6902)] = 228979, [SMALL_STATE(6903)] = 228989, [SMALL_STATE(6904)] = 228999, [SMALL_STATE(6905)] = 229009, [SMALL_STATE(6906)] = 229019, [SMALL_STATE(6907)] = 229029, [SMALL_STATE(6908)] = 229039, [SMALL_STATE(6909)] = 229049, [SMALL_STATE(6910)] = 229059, [SMALL_STATE(6911)] = 229069, [SMALL_STATE(6912)] = 229079, [SMALL_STATE(6913)] = 229089, [SMALL_STATE(6914)] = 229099, [SMALL_STATE(6915)] = 229109, [SMALL_STATE(6916)] = 229119, [SMALL_STATE(6917)] = 229129, [SMALL_STATE(6918)] = 229139, [SMALL_STATE(6919)] = 229149, [SMALL_STATE(6920)] = 229159, [SMALL_STATE(6921)] = 229169, [SMALL_STATE(6922)] = 229179, [SMALL_STATE(6923)] = 229189, [SMALL_STATE(6924)] = 229199, [SMALL_STATE(6925)] = 229209, [SMALL_STATE(6926)] = 229219, [SMALL_STATE(6927)] = 229229, [SMALL_STATE(6928)] = 229239, [SMALL_STATE(6929)] = 229249, [SMALL_STATE(6930)] = 229259, [SMALL_STATE(6931)] = 229269, [SMALL_STATE(6932)] = 229279, [SMALL_STATE(6933)] = 229289, [SMALL_STATE(6934)] = 229299, [SMALL_STATE(6935)] = 229309, [SMALL_STATE(6936)] = 229319, [SMALL_STATE(6937)] = 229329, [SMALL_STATE(6938)] = 229339, [SMALL_STATE(6939)] = 229349, [SMALL_STATE(6940)] = 229359, [SMALL_STATE(6941)] = 229369, [SMALL_STATE(6942)] = 229379, [SMALL_STATE(6943)] = 229389, [SMALL_STATE(6944)] = 229399, [SMALL_STATE(6945)] = 229407, [SMALL_STATE(6946)] = 229417, [SMALL_STATE(6947)] = 229427, [SMALL_STATE(6948)] = 229437, [SMALL_STATE(6949)] = 229447, [SMALL_STATE(6950)] = 229457, [SMALL_STATE(6951)] = 229467, [SMALL_STATE(6952)] = 229475, [SMALL_STATE(6953)] = 229485, [SMALL_STATE(6954)] = 229495, [SMALL_STATE(6955)] = 229503, [SMALL_STATE(6956)] = 229513, [SMALL_STATE(6957)] = 229523, [SMALL_STATE(6958)] = 229533, [SMALL_STATE(6959)] = 229543, [SMALL_STATE(6960)] = 229553, [SMALL_STATE(6961)] = 229563, [SMALL_STATE(6962)] = 229573, [SMALL_STATE(6963)] = 229583, [SMALL_STATE(6964)] = 229593, [SMALL_STATE(6965)] = 229603, [SMALL_STATE(6966)] = 229613, [SMALL_STATE(6967)] = 229623, [SMALL_STATE(6968)] = 229633, [SMALL_STATE(6969)] = 229643, [SMALL_STATE(6970)] = 229653, [SMALL_STATE(6971)] = 229663, [SMALL_STATE(6972)] = 229673, [SMALL_STATE(6973)] = 229683, [SMALL_STATE(6974)] = 229693, [SMALL_STATE(6975)] = 229700, [SMALL_STATE(6976)] = 229707, [SMALL_STATE(6977)] = 229714, [SMALL_STATE(6978)] = 229721, [SMALL_STATE(6979)] = 229728, [SMALL_STATE(6980)] = 229735, [SMALL_STATE(6981)] = 229742, [SMALL_STATE(6982)] = 229749, [SMALL_STATE(6983)] = 229756, [SMALL_STATE(6984)] = 229763, [SMALL_STATE(6985)] = 229770, [SMALL_STATE(6986)] = 229777, [SMALL_STATE(6987)] = 229784, [SMALL_STATE(6988)] = 229791, [SMALL_STATE(6989)] = 229798, [SMALL_STATE(6990)] = 229805, [SMALL_STATE(6991)] = 229812, [SMALL_STATE(6992)] = 229819, [SMALL_STATE(6993)] = 229826, [SMALL_STATE(6994)] = 229833, [SMALL_STATE(6995)] = 229840, [SMALL_STATE(6996)] = 229847, [SMALL_STATE(6997)] = 229854, [SMALL_STATE(6998)] = 229861, [SMALL_STATE(6999)] = 229868, [SMALL_STATE(7000)] = 229875, [SMALL_STATE(7001)] = 229882, [SMALL_STATE(7002)] = 229889, [SMALL_STATE(7003)] = 229896, [SMALL_STATE(7004)] = 229903, [SMALL_STATE(7005)] = 229910, [SMALL_STATE(7006)] = 229917, [SMALL_STATE(7007)] = 229924, [SMALL_STATE(7008)] = 229931, [SMALL_STATE(7009)] = 229938, [SMALL_STATE(7010)] = 229945, [SMALL_STATE(7011)] = 229952, [SMALL_STATE(7012)] = 229959, [SMALL_STATE(7013)] = 229966, [SMALL_STATE(7014)] = 229973, [SMALL_STATE(7015)] = 229980, [SMALL_STATE(7016)] = 229987, [SMALL_STATE(7017)] = 229994, [SMALL_STATE(7018)] = 230001, [SMALL_STATE(7019)] = 230008, [SMALL_STATE(7020)] = 230015, [SMALL_STATE(7021)] = 230022, [SMALL_STATE(7022)] = 230029, [SMALL_STATE(7023)] = 230036, [SMALL_STATE(7024)] = 230043, [SMALL_STATE(7025)] = 230050, [SMALL_STATE(7026)] = 230057, [SMALL_STATE(7027)] = 230064, [SMALL_STATE(7028)] = 230071, [SMALL_STATE(7029)] = 230078, [SMALL_STATE(7030)] = 230085, [SMALL_STATE(7031)] = 230092, [SMALL_STATE(7032)] = 230099, [SMALL_STATE(7033)] = 230106, [SMALL_STATE(7034)] = 230113, [SMALL_STATE(7035)] = 230120, [SMALL_STATE(7036)] = 230127, [SMALL_STATE(7037)] = 230134, [SMALL_STATE(7038)] = 230141, [SMALL_STATE(7039)] = 230148, [SMALL_STATE(7040)] = 230155, [SMALL_STATE(7041)] = 230162, [SMALL_STATE(7042)] = 230169, [SMALL_STATE(7043)] = 230176, [SMALL_STATE(7044)] = 230183, [SMALL_STATE(7045)] = 230190, [SMALL_STATE(7046)] = 230197, [SMALL_STATE(7047)] = 230204, [SMALL_STATE(7048)] = 230211, [SMALL_STATE(7049)] = 230218, [SMALL_STATE(7050)] = 230225, [SMALL_STATE(7051)] = 230232, [SMALL_STATE(7052)] = 230239, [SMALL_STATE(7053)] = 230246, [SMALL_STATE(7054)] = 230253, [SMALL_STATE(7055)] = 230260, [SMALL_STATE(7056)] = 230267, [SMALL_STATE(7057)] = 230274, [SMALL_STATE(7058)] = 230281, [SMALL_STATE(7059)] = 230288, [SMALL_STATE(7060)] = 230295, [SMALL_STATE(7061)] = 230302, [SMALL_STATE(7062)] = 230309, [SMALL_STATE(7063)] = 230316, [SMALL_STATE(7064)] = 230323, [SMALL_STATE(7065)] = 230330, [SMALL_STATE(7066)] = 230337, [SMALL_STATE(7067)] = 230344, [SMALL_STATE(7068)] = 230351, [SMALL_STATE(7069)] = 230358, [SMALL_STATE(7070)] = 230365, [SMALL_STATE(7071)] = 230372, [SMALL_STATE(7072)] = 230379, [SMALL_STATE(7073)] = 230386, [SMALL_STATE(7074)] = 230393, [SMALL_STATE(7075)] = 230400, [SMALL_STATE(7076)] = 230407, [SMALL_STATE(7077)] = 230414, [SMALL_STATE(7078)] = 230421, [SMALL_STATE(7079)] = 230428, [SMALL_STATE(7080)] = 230435, [SMALL_STATE(7081)] = 230442, [SMALL_STATE(7082)] = 230449, [SMALL_STATE(7083)] = 230456, [SMALL_STATE(7084)] = 230463, [SMALL_STATE(7085)] = 230470, [SMALL_STATE(7086)] = 230477, [SMALL_STATE(7087)] = 230484, [SMALL_STATE(7088)] = 230491, [SMALL_STATE(7089)] = 230498, [SMALL_STATE(7090)] = 230505, [SMALL_STATE(7091)] = 230512, [SMALL_STATE(7092)] = 230519, [SMALL_STATE(7093)] = 230526, [SMALL_STATE(7094)] = 230533, [SMALL_STATE(7095)] = 230540, [SMALL_STATE(7096)] = 230547, [SMALL_STATE(7097)] = 230554, [SMALL_STATE(7098)] = 230561, [SMALL_STATE(7099)] = 230568, [SMALL_STATE(7100)] = 230575, [SMALL_STATE(7101)] = 230582, [SMALL_STATE(7102)] = 230589, [SMALL_STATE(7103)] = 230596, [SMALL_STATE(7104)] = 230603, [SMALL_STATE(7105)] = 230610, [SMALL_STATE(7106)] = 230617, [SMALL_STATE(7107)] = 230624, [SMALL_STATE(7108)] = 230631, [SMALL_STATE(7109)] = 230638, [SMALL_STATE(7110)] = 230645, [SMALL_STATE(7111)] = 230652, [SMALL_STATE(7112)] = 230659, [SMALL_STATE(7113)] = 230666, [SMALL_STATE(7114)] = 230673, [SMALL_STATE(7115)] = 230680, [SMALL_STATE(7116)] = 230687, [SMALL_STATE(7117)] = 230694, [SMALL_STATE(7118)] = 230701, [SMALL_STATE(7119)] = 230708, [SMALL_STATE(7120)] = 230715, [SMALL_STATE(7121)] = 230722, [SMALL_STATE(7122)] = 230729, [SMALL_STATE(7123)] = 230736, [SMALL_STATE(7124)] = 230743, [SMALL_STATE(7125)] = 230750, [SMALL_STATE(7126)] = 230757, [SMALL_STATE(7127)] = 230764, [SMALL_STATE(7128)] = 230771, [SMALL_STATE(7129)] = 230778, [SMALL_STATE(7130)] = 230785, [SMALL_STATE(7131)] = 230792, [SMALL_STATE(7132)] = 230799, [SMALL_STATE(7133)] = 230806, [SMALL_STATE(7134)] = 230813, [SMALL_STATE(7135)] = 230820, [SMALL_STATE(7136)] = 230827, [SMALL_STATE(7137)] = 230834, [SMALL_STATE(7138)] = 230841, [SMALL_STATE(7139)] = 230848, [SMALL_STATE(7140)] = 230855, [SMALL_STATE(7141)] = 230862, [SMALL_STATE(7142)] = 230869, [SMALL_STATE(7143)] = 230876, [SMALL_STATE(7144)] = 230883, [SMALL_STATE(7145)] = 230890, [SMALL_STATE(7146)] = 230897, [SMALL_STATE(7147)] = 230904, [SMALL_STATE(7148)] = 230911, [SMALL_STATE(7149)] = 230918, [SMALL_STATE(7150)] = 230925, [SMALL_STATE(7151)] = 230932, [SMALL_STATE(7152)] = 230939, [SMALL_STATE(7153)] = 230946, [SMALL_STATE(7154)] = 230953, [SMALL_STATE(7155)] = 230960, [SMALL_STATE(7156)] = 230967, [SMALL_STATE(7157)] = 230974, [SMALL_STATE(7158)] = 230981, [SMALL_STATE(7159)] = 230988, [SMALL_STATE(7160)] = 230995, [SMALL_STATE(7161)] = 231002, [SMALL_STATE(7162)] = 231009, [SMALL_STATE(7163)] = 231016, [SMALL_STATE(7164)] = 231023, [SMALL_STATE(7165)] = 231030, [SMALL_STATE(7166)] = 231037, [SMALL_STATE(7167)] = 231044, [SMALL_STATE(7168)] = 231051, [SMALL_STATE(7169)] = 231058, [SMALL_STATE(7170)] = 231065, [SMALL_STATE(7171)] = 231072, [SMALL_STATE(7172)] = 231079, [SMALL_STATE(7173)] = 231086, [SMALL_STATE(7174)] = 231093, [SMALL_STATE(7175)] = 231100, [SMALL_STATE(7176)] = 231107, [SMALL_STATE(7177)] = 231114, [SMALL_STATE(7178)] = 231121, [SMALL_STATE(7179)] = 231128, [SMALL_STATE(7180)] = 231135, [SMALL_STATE(7181)] = 231142, [SMALL_STATE(7182)] = 231149, [SMALL_STATE(7183)] = 231156, [SMALL_STATE(7184)] = 231163, [SMALL_STATE(7185)] = 231170, [SMALL_STATE(7186)] = 231177, [SMALL_STATE(7187)] = 231184, [SMALL_STATE(7188)] = 231191, [SMALL_STATE(7189)] = 231198, [SMALL_STATE(7190)] = 231205, [SMALL_STATE(7191)] = 231212, [SMALL_STATE(7192)] = 231219, [SMALL_STATE(7193)] = 231226, [SMALL_STATE(7194)] = 231233, [SMALL_STATE(7195)] = 231240, [SMALL_STATE(7196)] = 231247, [SMALL_STATE(7197)] = 231254, [SMALL_STATE(7198)] = 231261, [SMALL_STATE(7199)] = 231268, [SMALL_STATE(7200)] = 231275, [SMALL_STATE(7201)] = 231282, [SMALL_STATE(7202)] = 231289, [SMALL_STATE(7203)] = 231296, [SMALL_STATE(7204)] = 231303, [SMALL_STATE(7205)] = 231310, [SMALL_STATE(7206)] = 231317, [SMALL_STATE(7207)] = 231324, [SMALL_STATE(7208)] = 231331, [SMALL_STATE(7209)] = 231338, [SMALL_STATE(7210)] = 231345, [SMALL_STATE(7211)] = 231352, [SMALL_STATE(7212)] = 231359, [SMALL_STATE(7213)] = 231366, [SMALL_STATE(7214)] = 231373, [SMALL_STATE(7215)] = 231380, [SMALL_STATE(7216)] = 231387, [SMALL_STATE(7217)] = 231394, [SMALL_STATE(7218)] = 231401, [SMALL_STATE(7219)] = 231408, [SMALL_STATE(7220)] = 231415, [SMALL_STATE(7221)] = 231422, [SMALL_STATE(7222)] = 231429, [SMALL_STATE(7223)] = 231436, [SMALL_STATE(7224)] = 231443, [SMALL_STATE(7225)] = 231450, [SMALL_STATE(7226)] = 231457, [SMALL_STATE(7227)] = 231464, [SMALL_STATE(7228)] = 231471, [SMALL_STATE(7229)] = 231478, [SMALL_STATE(7230)] = 231485, [SMALL_STATE(7231)] = 231492, [SMALL_STATE(7232)] = 231499, [SMALL_STATE(7233)] = 231506, [SMALL_STATE(7234)] = 231513, [SMALL_STATE(7235)] = 231520, [SMALL_STATE(7236)] = 231527, [SMALL_STATE(7237)] = 231534, [SMALL_STATE(7238)] = 231541, [SMALL_STATE(7239)] = 231548, [SMALL_STATE(7240)] = 231555, [SMALL_STATE(7241)] = 231562, [SMALL_STATE(7242)] = 231569, [SMALL_STATE(7243)] = 231576, [SMALL_STATE(7244)] = 231583, [SMALL_STATE(7245)] = 231590, [SMALL_STATE(7246)] = 231597, [SMALL_STATE(7247)] = 231604, [SMALL_STATE(7248)] = 231611, [SMALL_STATE(7249)] = 231618, [SMALL_STATE(7250)] = 231625, [SMALL_STATE(7251)] = 231632, [SMALL_STATE(7252)] = 231639, [SMALL_STATE(7253)] = 231646, [SMALL_STATE(7254)] = 231653, [SMALL_STATE(7255)] = 231660, [SMALL_STATE(7256)] = 231667, [SMALL_STATE(7257)] = 231674, [SMALL_STATE(7258)] = 231681, [SMALL_STATE(7259)] = 231688, [SMALL_STATE(7260)] = 231695, [SMALL_STATE(7261)] = 231702, [SMALL_STATE(7262)] = 231709, [SMALL_STATE(7263)] = 231716, [SMALL_STATE(7264)] = 231723, [SMALL_STATE(7265)] = 231730, [SMALL_STATE(7266)] = 231737, [SMALL_STATE(7267)] = 231744, [SMALL_STATE(7268)] = 231751, [SMALL_STATE(7269)] = 231758, [SMALL_STATE(7270)] = 231765, [SMALL_STATE(7271)] = 231772, [SMALL_STATE(7272)] = 231779, [SMALL_STATE(7273)] = 231786, [SMALL_STATE(7274)] = 231793, [SMALL_STATE(7275)] = 231800, [SMALL_STATE(7276)] = 231807, [SMALL_STATE(7277)] = 231814, [SMALL_STATE(7278)] = 231821, [SMALL_STATE(7279)] = 231828, [SMALL_STATE(7280)] = 231835, [SMALL_STATE(7281)] = 231842, [SMALL_STATE(7282)] = 231849, [SMALL_STATE(7283)] = 231856, [SMALL_STATE(7284)] = 231863, [SMALL_STATE(7285)] = 231870, [SMALL_STATE(7286)] = 231877, [SMALL_STATE(7287)] = 231884, [SMALL_STATE(7288)] = 231891, [SMALL_STATE(7289)] = 231898, [SMALL_STATE(7290)] = 231905, [SMALL_STATE(7291)] = 231912, [SMALL_STATE(7292)] = 231919, [SMALL_STATE(7293)] = 231926, [SMALL_STATE(7294)] = 231933, [SMALL_STATE(7295)] = 231940, [SMALL_STATE(7296)] = 231947, [SMALL_STATE(7297)] = 231954, [SMALL_STATE(7298)] = 231961, [SMALL_STATE(7299)] = 231968, [SMALL_STATE(7300)] = 231975, [SMALL_STATE(7301)] = 231982, [SMALL_STATE(7302)] = 231989, [SMALL_STATE(7303)] = 231996, [SMALL_STATE(7304)] = 232003, [SMALL_STATE(7305)] = 232010, [SMALL_STATE(7306)] = 232017, [SMALL_STATE(7307)] = 232024, [SMALL_STATE(7308)] = 232031, [SMALL_STATE(7309)] = 232038, [SMALL_STATE(7310)] = 232045, [SMALL_STATE(7311)] = 232052, [SMALL_STATE(7312)] = 232059, [SMALL_STATE(7313)] = 232066, [SMALL_STATE(7314)] = 232073, [SMALL_STATE(7315)] = 232080, [SMALL_STATE(7316)] = 232087, [SMALL_STATE(7317)] = 232094, [SMALL_STATE(7318)] = 232101, [SMALL_STATE(7319)] = 232108, [SMALL_STATE(7320)] = 232115, [SMALL_STATE(7321)] = 232122, [SMALL_STATE(7322)] = 232129, [SMALL_STATE(7323)] = 232136, [SMALL_STATE(7324)] = 232143, [SMALL_STATE(7325)] = 232150, [SMALL_STATE(7326)] = 232157, [SMALL_STATE(7327)] = 232164, [SMALL_STATE(7328)] = 232171, [SMALL_STATE(7329)] = 232178, [SMALL_STATE(7330)] = 232185, [SMALL_STATE(7331)] = 232192, [SMALL_STATE(7332)] = 232199, [SMALL_STATE(7333)] = 232206, [SMALL_STATE(7334)] = 232213, [SMALL_STATE(7335)] = 232220, [SMALL_STATE(7336)] = 232227, [SMALL_STATE(7337)] = 232234, [SMALL_STATE(7338)] = 232241, [SMALL_STATE(7339)] = 232248, [SMALL_STATE(7340)] = 232255, [SMALL_STATE(7341)] = 232262, [SMALL_STATE(7342)] = 232269, [SMALL_STATE(7343)] = 232276, [SMALL_STATE(7344)] = 232283, [SMALL_STATE(7345)] = 232290, [SMALL_STATE(7346)] = 232297, [SMALL_STATE(7347)] = 232304, [SMALL_STATE(7348)] = 232311, [SMALL_STATE(7349)] = 232318, [SMALL_STATE(7350)] = 232325, [SMALL_STATE(7351)] = 232332, [SMALL_STATE(7352)] = 232339, [SMALL_STATE(7353)] = 232346, [SMALL_STATE(7354)] = 232353, [SMALL_STATE(7355)] = 232360, [SMALL_STATE(7356)] = 232367, [SMALL_STATE(7357)] = 232374, [SMALL_STATE(7358)] = 232381, [SMALL_STATE(7359)] = 232388, [SMALL_STATE(7360)] = 232395, [SMALL_STATE(7361)] = 232402, [SMALL_STATE(7362)] = 232409, [SMALL_STATE(7363)] = 232416, [SMALL_STATE(7364)] = 232423, [SMALL_STATE(7365)] = 232430, [SMALL_STATE(7366)] = 232437, [SMALL_STATE(7367)] = 232444, [SMALL_STATE(7368)] = 232451, [SMALL_STATE(7369)] = 232458, [SMALL_STATE(7370)] = 232465, [SMALL_STATE(7371)] = 232472, [SMALL_STATE(7372)] = 232479, [SMALL_STATE(7373)] = 232486, [SMALL_STATE(7374)] = 232493, [SMALL_STATE(7375)] = 232500, [SMALL_STATE(7376)] = 232507, [SMALL_STATE(7377)] = 232514, [SMALL_STATE(7378)] = 232521, [SMALL_STATE(7379)] = 232528, [SMALL_STATE(7380)] = 232535, [SMALL_STATE(7381)] = 232542, [SMALL_STATE(7382)] = 232549, [SMALL_STATE(7383)] = 232556, [SMALL_STATE(7384)] = 232563, [SMALL_STATE(7385)] = 232570, [SMALL_STATE(7386)] = 232577, [SMALL_STATE(7387)] = 232584, [SMALL_STATE(7388)] = 232591, [SMALL_STATE(7389)] = 232598, [SMALL_STATE(7390)] = 232605, [SMALL_STATE(7391)] = 232612, [SMALL_STATE(7392)] = 232619, [SMALL_STATE(7393)] = 232626, [SMALL_STATE(7394)] = 232633, [SMALL_STATE(7395)] = 232640, [SMALL_STATE(7396)] = 232647, [SMALL_STATE(7397)] = 232654, [SMALL_STATE(7398)] = 232661, [SMALL_STATE(7399)] = 232668, [SMALL_STATE(7400)] = 232675, [SMALL_STATE(7401)] = 232682, [SMALL_STATE(7402)] = 232689, [SMALL_STATE(7403)] = 232696, [SMALL_STATE(7404)] = 232703, [SMALL_STATE(7405)] = 232710, [SMALL_STATE(7406)] = 232717, [SMALL_STATE(7407)] = 232724, [SMALL_STATE(7408)] = 232731, [SMALL_STATE(7409)] = 232738, [SMALL_STATE(7410)] = 232745, [SMALL_STATE(7411)] = 232752, [SMALL_STATE(7412)] = 232759, [SMALL_STATE(7413)] = 232766, [SMALL_STATE(7414)] = 232773, [SMALL_STATE(7415)] = 232780, [SMALL_STATE(7416)] = 232787, [SMALL_STATE(7417)] = 232794, [SMALL_STATE(7418)] = 232801, [SMALL_STATE(7419)] = 232808, [SMALL_STATE(7420)] = 232815, [SMALL_STATE(7421)] = 232822, [SMALL_STATE(7422)] = 232829, [SMALL_STATE(7423)] = 232836, [SMALL_STATE(7424)] = 232843, [SMALL_STATE(7425)] = 232850, [SMALL_STATE(7426)] = 232857, [SMALL_STATE(7427)] = 232864, [SMALL_STATE(7428)] = 232871, [SMALL_STATE(7429)] = 232878, [SMALL_STATE(7430)] = 232885, [SMALL_STATE(7431)] = 232892, [SMALL_STATE(7432)] = 232899, [SMALL_STATE(7433)] = 232906, [SMALL_STATE(7434)] = 232913, [SMALL_STATE(7435)] = 232920, [SMALL_STATE(7436)] = 232927, [SMALL_STATE(7437)] = 232934, [SMALL_STATE(7438)] = 232941, [SMALL_STATE(7439)] = 232948, [SMALL_STATE(7440)] = 232955, [SMALL_STATE(7441)] = 232962, [SMALL_STATE(7442)] = 232969, [SMALL_STATE(7443)] = 232976, [SMALL_STATE(7444)] = 232983, [SMALL_STATE(7445)] = 232990, [SMALL_STATE(7446)] = 232997, [SMALL_STATE(7447)] = 233004, [SMALL_STATE(7448)] = 233011, [SMALL_STATE(7449)] = 233018, [SMALL_STATE(7450)] = 233025, [SMALL_STATE(7451)] = 233032, [SMALL_STATE(7452)] = 233039, [SMALL_STATE(7453)] = 233046, [SMALL_STATE(7454)] = 233053, [SMALL_STATE(7455)] = 233060, [SMALL_STATE(7456)] = 233067, [SMALL_STATE(7457)] = 233074, [SMALL_STATE(7458)] = 233081, [SMALL_STATE(7459)] = 233088, [SMALL_STATE(7460)] = 233095, [SMALL_STATE(7461)] = 233102, [SMALL_STATE(7462)] = 233109, [SMALL_STATE(7463)] = 233116, [SMALL_STATE(7464)] = 233123, [SMALL_STATE(7465)] = 233130, [SMALL_STATE(7466)] = 233137, [SMALL_STATE(7467)] = 233144, [SMALL_STATE(7468)] = 233151, [SMALL_STATE(7469)] = 233158, [SMALL_STATE(7470)] = 233165, [SMALL_STATE(7471)] = 233172, [SMALL_STATE(7472)] = 233179, [SMALL_STATE(7473)] = 233186, [SMALL_STATE(7474)] = 233193, [SMALL_STATE(7475)] = 233200, [SMALL_STATE(7476)] = 233207, [SMALL_STATE(7477)] = 233214, [SMALL_STATE(7478)] = 233221, [SMALL_STATE(7479)] = 233228, [SMALL_STATE(7480)] = 233235, [SMALL_STATE(7481)] = 233242, [SMALL_STATE(7482)] = 233249, [SMALL_STATE(7483)] = 233256, [SMALL_STATE(7484)] = 233263, [SMALL_STATE(7485)] = 233270, [SMALL_STATE(7486)] = 233277, [SMALL_STATE(7487)] = 233284, [SMALL_STATE(7488)] = 233291, [SMALL_STATE(7489)] = 233298, [SMALL_STATE(7490)] = 233305, [SMALL_STATE(7491)] = 233312, [SMALL_STATE(7492)] = 233319, [SMALL_STATE(7493)] = 233326, [SMALL_STATE(7494)] = 233333, [SMALL_STATE(7495)] = 233340, [SMALL_STATE(7496)] = 233347, [SMALL_STATE(7497)] = 233354, [SMALL_STATE(7498)] = 233361, [SMALL_STATE(7499)] = 233368, [SMALL_STATE(7500)] = 233375, [SMALL_STATE(7501)] = 233382, [SMALL_STATE(7502)] = 233389, [SMALL_STATE(7503)] = 233396, [SMALL_STATE(7504)] = 233403, [SMALL_STATE(7505)] = 233410, [SMALL_STATE(7506)] = 233417, [SMALL_STATE(7507)] = 233424, [SMALL_STATE(7508)] = 233431, [SMALL_STATE(7509)] = 233438, [SMALL_STATE(7510)] = 233445, [SMALL_STATE(7511)] = 233452, [SMALL_STATE(7512)] = 233459, [SMALL_STATE(7513)] = 233466, [SMALL_STATE(7514)] = 233473, [SMALL_STATE(7515)] = 233480, [SMALL_STATE(7516)] = 233487, [SMALL_STATE(7517)] = 233494, [SMALL_STATE(7518)] = 233501, [SMALL_STATE(7519)] = 233508, [SMALL_STATE(7520)] = 233515, [SMALL_STATE(7521)] = 233522, [SMALL_STATE(7522)] = 233529, [SMALL_STATE(7523)] = 233536, [SMALL_STATE(7524)] = 233543, [SMALL_STATE(7525)] = 233550, [SMALL_STATE(7526)] = 233557, [SMALL_STATE(7527)] = 233564, [SMALL_STATE(7528)] = 233571, [SMALL_STATE(7529)] = 233578, [SMALL_STATE(7530)] = 233585, [SMALL_STATE(7531)] = 233592, [SMALL_STATE(7532)] = 233599, [SMALL_STATE(7533)] = 233606, [SMALL_STATE(7534)] = 233613, [SMALL_STATE(7535)] = 233620, [SMALL_STATE(7536)] = 233627, [SMALL_STATE(7537)] = 233634, [SMALL_STATE(7538)] = 233641, [SMALL_STATE(7539)] = 233648, [SMALL_STATE(7540)] = 233655, [SMALL_STATE(7541)] = 233662, [SMALL_STATE(7542)] = 233669, [SMALL_STATE(7543)] = 233676, [SMALL_STATE(7544)] = 233683, [SMALL_STATE(7545)] = 233690, [SMALL_STATE(7546)] = 233697, [SMALL_STATE(7547)] = 233704, [SMALL_STATE(7548)] = 233711, [SMALL_STATE(7549)] = 233718, [SMALL_STATE(7550)] = 233725, [SMALL_STATE(7551)] = 233732, [SMALL_STATE(7552)] = 233739, [SMALL_STATE(7553)] = 233746, [SMALL_STATE(7554)] = 233753, [SMALL_STATE(7555)] = 233760, [SMALL_STATE(7556)] = 233767, [SMALL_STATE(7557)] = 233774, [SMALL_STATE(7558)] = 233781, [SMALL_STATE(7559)] = 233788, [SMALL_STATE(7560)] = 233795, [SMALL_STATE(7561)] = 233802, [SMALL_STATE(7562)] = 233809, [SMALL_STATE(7563)] = 233816, [SMALL_STATE(7564)] = 233823, [SMALL_STATE(7565)] = 233830, [SMALL_STATE(7566)] = 233837, [SMALL_STATE(7567)] = 233844, [SMALL_STATE(7568)] = 233851, [SMALL_STATE(7569)] = 233858, [SMALL_STATE(7570)] = 233865, [SMALL_STATE(7571)] = 233872, [SMALL_STATE(7572)] = 233879, [SMALL_STATE(7573)] = 233886, [SMALL_STATE(7574)] = 233893, [SMALL_STATE(7575)] = 233900, [SMALL_STATE(7576)] = 233907, [SMALL_STATE(7577)] = 233914, [SMALL_STATE(7578)] = 233921, [SMALL_STATE(7579)] = 233928, [SMALL_STATE(7580)] = 233935, [SMALL_STATE(7581)] = 233942, [SMALL_STATE(7582)] = 233949, [SMALL_STATE(7583)] = 233956, [SMALL_STATE(7584)] = 233963, [SMALL_STATE(7585)] = 233970, [SMALL_STATE(7586)] = 233977, [SMALL_STATE(7587)] = 233984, [SMALL_STATE(7588)] = 233991, [SMALL_STATE(7589)] = 233998, [SMALL_STATE(7590)] = 234005, [SMALL_STATE(7591)] = 234012, [SMALL_STATE(7592)] = 234019, [SMALL_STATE(7593)] = 234026, [SMALL_STATE(7594)] = 234033, [SMALL_STATE(7595)] = 234040, [SMALL_STATE(7596)] = 234047, [SMALL_STATE(7597)] = 234054, [SMALL_STATE(7598)] = 234061, [SMALL_STATE(7599)] = 234068, [SMALL_STATE(7600)] = 234075, [SMALL_STATE(7601)] = 234082, [SMALL_STATE(7602)] = 234089, [SMALL_STATE(7603)] = 234096, [SMALL_STATE(7604)] = 234103, [SMALL_STATE(7605)] = 234110, [SMALL_STATE(7606)] = 234117, [SMALL_STATE(7607)] = 234124, [SMALL_STATE(7608)] = 234131, [SMALL_STATE(7609)] = 234138, [SMALL_STATE(7610)] = 234145, [SMALL_STATE(7611)] = 234152, [SMALL_STATE(7612)] = 234159, [SMALL_STATE(7613)] = 234166, [SMALL_STATE(7614)] = 234173, [SMALL_STATE(7615)] = 234180, [SMALL_STATE(7616)] = 234187, [SMALL_STATE(7617)] = 234194, [SMALL_STATE(7618)] = 234201, [SMALL_STATE(7619)] = 234208, [SMALL_STATE(7620)] = 234215, [SMALL_STATE(7621)] = 234222, [SMALL_STATE(7622)] = 234229, [SMALL_STATE(7623)] = 234236, [SMALL_STATE(7624)] = 234243, [SMALL_STATE(7625)] = 234250, [SMALL_STATE(7626)] = 234257, [SMALL_STATE(7627)] = 234264, [SMALL_STATE(7628)] = 234271, [SMALL_STATE(7629)] = 234278, [SMALL_STATE(7630)] = 234285, [SMALL_STATE(7631)] = 234292, [SMALL_STATE(7632)] = 234299, [SMALL_STATE(7633)] = 234306, [SMALL_STATE(7634)] = 234313, [SMALL_STATE(7635)] = 234320, [SMALL_STATE(7636)] = 234327, [SMALL_STATE(7637)] = 234334, [SMALL_STATE(7638)] = 234341, [SMALL_STATE(7639)] = 234348, [SMALL_STATE(7640)] = 234355, [SMALL_STATE(7641)] = 234362, [SMALL_STATE(7642)] = 234369, [SMALL_STATE(7643)] = 234376, [SMALL_STATE(7644)] = 234383, [SMALL_STATE(7645)] = 234390, [SMALL_STATE(7646)] = 234397, [SMALL_STATE(7647)] = 234404, [SMALL_STATE(7648)] = 234411, [SMALL_STATE(7649)] = 234418, [SMALL_STATE(7650)] = 234425, [SMALL_STATE(7651)] = 234432, [SMALL_STATE(7652)] = 234439, [SMALL_STATE(7653)] = 234446, [SMALL_STATE(7654)] = 234453, [SMALL_STATE(7655)] = 234460, [SMALL_STATE(7656)] = 234467, [SMALL_STATE(7657)] = 234474, [SMALL_STATE(7658)] = 234481, [SMALL_STATE(7659)] = 234488, [SMALL_STATE(7660)] = 234495, [SMALL_STATE(7661)] = 234502, [SMALL_STATE(7662)] = 234509, [SMALL_STATE(7663)] = 234516, [SMALL_STATE(7664)] = 234523, [SMALL_STATE(7665)] = 234530, [SMALL_STATE(7666)] = 234537, [SMALL_STATE(7667)] = 234544, [SMALL_STATE(7668)] = 234551, [SMALL_STATE(7669)] = 234558, [SMALL_STATE(7670)] = 234565, [SMALL_STATE(7671)] = 234572, [SMALL_STATE(7672)] = 234579, [SMALL_STATE(7673)] = 234586, [SMALL_STATE(7674)] = 234593, [SMALL_STATE(7675)] = 234600, [SMALL_STATE(7676)] = 234607, [SMALL_STATE(7677)] = 234614, [SMALL_STATE(7678)] = 234621, [SMALL_STATE(7679)] = 234628, [SMALL_STATE(7680)] = 234635, [SMALL_STATE(7681)] = 234642, [SMALL_STATE(7682)] = 234649, [SMALL_STATE(7683)] = 234656, [SMALL_STATE(7684)] = 234663, [SMALL_STATE(7685)] = 234670, [SMALL_STATE(7686)] = 234677, [SMALL_STATE(7687)] = 234684, [SMALL_STATE(7688)] = 234691, [SMALL_STATE(7689)] = 234698, [SMALL_STATE(7690)] = 234705, [SMALL_STATE(7691)] = 234712, [SMALL_STATE(7692)] = 234719, [SMALL_STATE(7693)] = 234726, [SMALL_STATE(7694)] = 234733, [SMALL_STATE(7695)] = 234740, [SMALL_STATE(7696)] = 234747, [SMALL_STATE(7697)] = 234754, [SMALL_STATE(7698)] = 234761, [SMALL_STATE(7699)] = 234768, [SMALL_STATE(7700)] = 234775, [SMALL_STATE(7701)] = 234782, [SMALL_STATE(7702)] = 234789, [SMALL_STATE(7703)] = 234796, [SMALL_STATE(7704)] = 234803, [SMALL_STATE(7705)] = 234810, [SMALL_STATE(7706)] = 234817, [SMALL_STATE(7707)] = 234824, [SMALL_STATE(7708)] = 234831, [SMALL_STATE(7709)] = 234838, [SMALL_STATE(7710)] = 234845, [SMALL_STATE(7711)] = 234852, [SMALL_STATE(7712)] = 234859, [SMALL_STATE(7713)] = 234866, [SMALL_STATE(7714)] = 234873, [SMALL_STATE(7715)] = 234880, [SMALL_STATE(7716)] = 234887, [SMALL_STATE(7717)] = 234894, [SMALL_STATE(7718)] = 234901, [SMALL_STATE(7719)] = 234908, [SMALL_STATE(7720)] = 234915, [SMALL_STATE(7721)] = 234922, [SMALL_STATE(7722)] = 234929, [SMALL_STATE(7723)] = 234936, [SMALL_STATE(7724)] = 234943, [SMALL_STATE(7725)] = 234950, [SMALL_STATE(7726)] = 234957, [SMALL_STATE(7727)] = 234964, [SMALL_STATE(7728)] = 234971, [SMALL_STATE(7729)] = 234978, [SMALL_STATE(7730)] = 234985, [SMALL_STATE(7731)] = 234992, [SMALL_STATE(7732)] = 234999, [SMALL_STATE(7733)] = 235006, [SMALL_STATE(7734)] = 235013, [SMALL_STATE(7735)] = 235020, [SMALL_STATE(7736)] = 235027, [SMALL_STATE(7737)] = 235034, [SMALL_STATE(7738)] = 235041, [SMALL_STATE(7739)] = 235048, [SMALL_STATE(7740)] = 235055, [SMALL_STATE(7741)] = 235062, [SMALL_STATE(7742)] = 235069, }; static const TSParseActionEntry ts_parse_actions[] = { [0] = {.entry = {.count = 0, .reusable = false}}, [1] = {.entry = {.count = 1, .reusable = false}}, RECOVER(), [3] = {.entry = {.count = 1, .reusable = true}}, SHIFT_EXTRA(), [5] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_translation_unit, 0), [7] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2115), [9] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5802), [11] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7737), [13] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5007), [15] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7735), [17] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6973), [19] = {.entry = {.count = 1, .reusable = true}}, SHIFT(140), [21] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1899), [23] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1903), [25] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1899), [27] = {.entry = {.count = 1, .reusable = true}}, SHIFT(364), [29] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4736), [31] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1412), [33] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3790), [35] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3396), [37] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7730), [39] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5823), [41] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6922), [43] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7704), [45] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6899), [47] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4341), [49] = {.entry = {.count = 1, .reusable = true}}, SHIFT(83), [51] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3634), [53] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1648), [55] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3728), [57] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3654), [59] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2555), [61] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3941), [63] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5366), [65] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4903), [67] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4901), [69] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4888), [71] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6342), [73] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6824), [75] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2030), [77] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7632), [79] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6821), [81] = {.entry = {.count = 1, .reusable = false}}, SHIFT(270), [83] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7630), [85] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1597), [87] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7629), [89] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7627), [91] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7626), [93] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1963), [95] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1803), [97] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7625), [99] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7624), [101] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5897), [103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3878), [105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6797), [107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6049), [109] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4528), [111] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3963), [113] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3701), [115] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7617), [117] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3627), [119] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4535), [121] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4637), [123] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2080), [125] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1376), [127] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6769), [129] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2043), [131] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1751), [133] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5893), [135] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5620), [137] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7609), [139] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7608), [141] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1743), [143] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1895), [145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6767), [147] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1905), [149] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4603), [151] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4788), [153] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2083), [155] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5786), [157] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7203), [159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7436), [161] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5056), [163] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7202), [165] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6629), [167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(936), [169] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3815), [171] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3405), [173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18), [175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2526), [177] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1615), [179] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3642), [181] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6570), [183] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6653), [185] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1976), [187] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7157), [189] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6649), [191] = {.entry = {.count = 1, .reusable = false}}, SHIFT(156), [193] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7563), [195] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1596), [197] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7153), [199] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7152), [201] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7196), [203] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7442), [205] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3925), [207] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2077), [209] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6645), [211] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1756), [213] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5889), [215] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5631), [217] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7564), [219] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7565), [221] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1744), [223] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1990), [225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(974), [227] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2089), [229] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5808), [231] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7061), [233] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5010), [235] = {.entry = {.count = 1, .reusable = false}}, SHIFT(594), [237] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7059), [239] = {.entry = {.count = 1, .reusable = false}}, SHIFT(84), [241] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5000), [243] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7171), [245] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6623), [247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(500), [249] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3764), [251] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3358), [253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(47), [255] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3647), [257] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6561), [259] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6829), [261] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2054), [263] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7541), [265] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6650), [267] = {.entry = {.count = 1, .reusable = false}}, SHIFT(195), [269] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7700), [271] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1592), [273] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7166), [275] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7098), [277] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7055), [279] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2078), [281] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6836), [283] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1782), [285] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5896), [287] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5622), [289] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7641), [291] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7642), [293] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1783), [295] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2062), [297] = {.entry = {.count = 1, .reusable = false}}, SHIFT(788), [299] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1215), [301] = {.entry = {.count = 1, .reusable = false}}, SHIFT(519), [303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(970), [305] = {.entry = {.count = 1, .reusable = false}}, SHIFT(764), [307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1183), [309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2246), [311] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1291), [313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(412), [315] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1304), [317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(641), [319] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1360), [321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2347), [323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1051), [325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2520), [327] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1335), [329] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1223), [331] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2108), [333] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5765), [335] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7034), [337] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5041), [339] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_elif, 4, .production_id = 73), [341] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6988), [343] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6838), [345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(616), [347] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3755), [349] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3397), [351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(50), [353] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3648), [355] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6341), [357] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6950), [359] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1935), [361] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7636), [363] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6831), [365] = {.entry = {.count = 1, .reusable = false}}, SHIFT(185), [367] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7707), [369] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1589), [371] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7544), [373] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7545), [375] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6984), [377] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2076), [379] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6957), [381] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1797), [383] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5888), [385] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5634), [387] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7670), [389] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7658), [391] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1800), [393] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2057), [395] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1337), [397] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1245), [399] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1366), [401] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(2089), [404] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(5808), [407] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(7061), [410] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(5010), [413] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), [415] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(7059), [418] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(6623), [421] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(140), [424] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1899), [427] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1903), [430] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1899), [433] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(364), [436] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(4736), [439] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1412), [442] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(500), [445] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(3764), [448] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(3358), [451] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(7730), [454] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(5823), [457] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(6922), [460] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(7704), [463] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(6899), [466] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(4341), [469] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(47), [472] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(3634), [475] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1648), [478] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(3728), [481] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(3647), [484] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(2555), [487] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(3941), [490] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(5366), [493] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(4903), [496] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(4901), [499] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(4888), [502] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(6561), [505] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(6829), [508] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(2054), [511] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(7541), [514] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(6650), [517] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(195), [520] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(7700), [523] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1592), [526] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(7166), [529] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(7098), [532] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(7055), [535] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1963), [538] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1803), [541] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(7625), [544] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(7624), [547] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(5897), [550] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(3878), [553] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(6797), [556] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(6049), [559] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(3925), [562] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(3963), [565] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(3701), [568] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(7617), [571] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(3627), [574] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(4535), [577] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(4637), [580] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(2078), [583] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1376), [586] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(6836), [589] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(2043), [592] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1782), [595] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(5896), [598] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(5622), [601] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(7641), [604] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(7642), [607] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1783), [610] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(2062), [613] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(6767), [616] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1905), [619] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(4603), [622] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(4788), [625] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1266), [627] = {.entry = {.count = 1, .reusable = false}}, SHIFT(515), [629] = {.entry = {.count = 1, .reusable = false}}, SHIFT(749), [631] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_elifdef, 2, .production_id = 9), [633] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_elif, 3, .production_id = 73), [635] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_elifdef, 3, .production_id = 9), [637] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1295), [639] = {.entry = {.count = 1, .reusable = false}}, SHIFT(511), [641] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1229), [643] = {.entry = {.count = 1, .reusable = false}}, SHIFT(767), [645] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(2108), [648] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(5765), [651] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(7034), [654] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(5041), [657] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(6988), [660] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(6838), [663] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(616), [666] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(3755), [669] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(3397), [672] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(50), [675] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(3648), [678] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(6341), [681] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(6950), [684] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1935), [687] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(7636), [690] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(6831), [693] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(185), [696] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(7707), [699] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1589), [702] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(7544), [705] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(7545), [708] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(6984), [711] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(2076), [714] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(6957), [717] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1797), [720] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(5888), [723] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(5634), [726] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(7670), [729] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(7658), [732] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1800), [735] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(2057), [738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(41), [740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2408), [742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4026), [744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1324), [746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(784), [748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3066), [750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3026), [752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3783), [754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(377), [756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(317), [758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(382), [760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1192), [762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(523), [764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(585), [766] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2087), [768] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5757), [770] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7117), [772] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5079), [774] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_else, 2), [776] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7035), [778] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6617), [780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(948), [782] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3775), [784] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3411), [786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(54), [788] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3640), [790] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6215), [792] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6863), [794] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2065), [796] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7495), [798] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6952), [800] = {.entry = {.count = 1, .reusable = false}}, SHIFT(182), [802] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7714), [804] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1594), [806] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7611), [808] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7633), [810] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7044), [812] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2079), [814] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6851), [816] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1813), [818] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5876), [820] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5673), [822] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7683), [824] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7671), [826] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1809), [828] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1945), [830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(548), [832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3573), [834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(783), [836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(791), [838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1273), [840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(547), [842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3253), [844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3291), [846] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(2083), [849] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(5786), [852] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(7203), [855] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(5056), [858] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(7202), [861] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(6629), [864] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(936), [867] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(3815), [870] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(3405), [873] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(41), [876] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2), [878] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(3642), [881] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(6570), [884] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(6653), [887] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1976), [890] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(7157), [893] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(6649), [896] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(156), [899] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(7563), [902] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1596), [905] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(7153), [908] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(7152), [911] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(7196), [914] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(2077), [917] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(6645), [920] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1756), [923] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(5889), [926] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(5631), [929] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(7564), [932] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(7565), [935] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1744), [938] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1990), [941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1199), [943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2560), [945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2558), [947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(779), [949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1460), [951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3581), [953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1456), [955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4025), [957] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(2087), [960] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(5757), [963] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(7117), [966] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(5079), [969] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(7035), [972] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(6617), [975] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(948), [978] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(3775), [981] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(3411), [984] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(54), [987] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(3640), [990] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(6215), [993] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(6863), [996] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(2065), [999] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(7495), [1002] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(6952), [1005] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(182), [1008] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(7714), [1011] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1594), [1014] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(7611), [1017] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(7633), [1020] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(7044), [1023] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(2079), [1026] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(6851), [1029] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1813), [1032] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(5876), [1035] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(5673), [1038] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(7683), [1041] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(7671), [1044] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1809), [1047] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1945), [1050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3463), [1052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3468), [1054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2793), [1056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2758), [1058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(759), [1060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5269), [1062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1325), [1064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5276), [1066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2299), [1068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2297), [1070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1276), [1072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5534), [1074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3812), [1076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(322), [1078] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_else, 1), [1080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2407), [1082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2569), [1084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2570), [1086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(795), [1088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5530), [1090] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_translation_unit, 1), [1092] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), [1094] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(2115), [1097] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5802), [1100] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(7737), [1103] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5007), [1106] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(7735), [1109] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(6973), [1112] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(140), [1115] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1899), [1118] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1903), [1121] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1899), [1124] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(364), [1127] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4736), [1130] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1412), [1133] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(3790), [1136] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(3396), [1139] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(7730), [1142] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5823), [1145] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(6922), [1148] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(7704), [1151] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(6899), [1154] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4341), [1157] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(83), [1160] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(3634), [1163] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1648), [1166] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(3728), [1169] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(3654), [1172] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(2555), [1175] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(3941), [1178] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5366), [1181] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4903), [1184] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4901), [1187] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4888), [1190] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(6342), [1193] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(6824), [1196] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(2030), [1199] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(7632), [1202] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(6821), [1205] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(270), [1208] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(7630), [1211] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1597), [1214] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(7629), [1217] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(7627), [1220] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(7626), [1223] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1963), [1226] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1803), [1229] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(7625), [1232] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(7624), [1235] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5897), [1238] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(3878), [1241] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(6797), [1244] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(6049), [1247] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4528), [1250] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(3963), [1253] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(3701), [1256] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(7617), [1259] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(3627), [1262] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4535), [1265] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4637), [1268] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(2080), [1271] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1376), [1274] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(6769), [1277] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(2043), [1280] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1751), [1283] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5893), [1286] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5620), [1289] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(7609), [1292] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(7608), [1295] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1743), [1298] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1895), [1301] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(6767), [1304] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1905), [1307] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4603), [1310] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4788), [1313] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2107), [1315] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 3, .production_id = 12), [1317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(331), [1319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1865), [1321] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 3, .production_id = 12), [1323] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1865), [1325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6826), [1327] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1611), [1329] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6619), [1331] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 3), [1333] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 3), [1335] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 2), [1337] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 2), [1339] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(2107), [1342] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), [1344] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(331), [1347] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1899), [1350] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1899), [1353] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1865), [1356] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), [1358] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1865), [1361] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(500), [1364] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(3764), [1367] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(3728), [1370] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(7730), [1373] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(5823), [1376] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(6826), [1379] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(7704), [1382] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(47), [1385] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(3634), [1388] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1611), [1391] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(2555), [1394] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(3941), [1397] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(5366), [1400] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4903), [1403] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4901), [1406] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4888), [1409] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(6561), [1412] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(6829), [1415] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(6650), [1418] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(195), [1421] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(7700), [1424] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1592), [1427] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(7166), [1430] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(7098), [1433] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(7055), [1436] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1963), [1439] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1803), [1442] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(7625), [1445] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(7624), [1448] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(5897), [1451] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(3878), [1454] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(6797), [1457] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(6049), [1460] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(3925), [1463] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(3963), [1466] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(3701), [1469] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(7617), [1472] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(3627), [1475] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4637), [1478] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(6619), [1481] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(6836), [1484] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(2043), [1487] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1782), [1490] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1783), [1493] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(2062), [1496] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(6767), [1499] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1905), [1502] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4603), [1505] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4788), [1508] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 4, .production_id = 12), [1510] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 4, .production_id = 12), [1512] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2103), [1514] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(2103), [1517] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(616), [1520] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(3755), [1523] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(50), [1526] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(6341), [1529] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(6950), [1532] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(6831), [1535] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(185), [1538] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(7707), [1541] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1589), [1544] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(7544), [1547] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(7545), [1550] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(6984), [1553] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(6957), [1556] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1797), [1559] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1800), [1562] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(2057), [1565] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2104), [1567] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2092), [1569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1125), [1571] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(2104), [1574] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(936), [1577] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(3815), [1580] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(41), [1583] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(6570), [1586] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(6653), [1589] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(6649), [1592] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(156), [1595] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(7563), [1598] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1596), [1601] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(7153), [1604] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(7152), [1607] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(7196), [1610] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(6645), [1613] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1756), [1616] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1744), [1619] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1990), [1622] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2088), [1624] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(2088), [1627] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(948), [1630] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(3775), [1633] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(54), [1636] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(6215), [1639] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(6863), [1642] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(6952), [1645] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(182), [1648] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(7714), [1651] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1594), [1654] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(7611), [1657] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(7633), [1660] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(7044), [1663] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(6851), [1666] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1813), [1669] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1809), [1672] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1945), [1675] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(2092), [1678] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1125), [1681] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(3790), [1684] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(83), [1687] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(6342), [1690] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(6824), [1693] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(6821), [1696] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(270), [1699] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(7630), [1702] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1597), [1705] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(7629), [1708] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(7627), [1711] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(7626), [1714] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(6769), [1717] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1751), [1720] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1743), [1723] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1895), [1726] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2086), [1728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1512), [1730] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3808), [1732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(65), [1734] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6300), [1736] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6709), [1738] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6861), [1740] = {.entry = {.count = 1, .reusable = false}}, SHIFT(179), [1742] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7720), [1744] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1585), [1746] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7490), [1748] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7486), [1750] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7120), [1752] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6632), [1754] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1754), [1756] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1753), [1758] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2064), [1760] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(2086), [1763] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1512), [1766] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(3808), [1769] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(65), [1772] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(6300), [1775] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(6709), [1778] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(6861), [1781] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(179), [1784] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(7720), [1787] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1585), [1790] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(7490), [1793] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(7486), [1796] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(7120), [1799] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(6632), [1802] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1754), [1805] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1753), [1808] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(2064), [1811] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2091), [1813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6947), [1815] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7396), [1817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(555), [1819] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3756), [1821] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7575), [1823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(531), [1825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(592), [1827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(521), [1829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(542), [1831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(593), [1833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(552), [1835] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2082), [1837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3990), [1839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7569), [1841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(332), [1843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1913), [1845] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1913), [1847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1894), [1849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5828), [1851] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4057), [1853] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5419), [1855] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4904), [1857] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4905), [1859] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4906), [1861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1910), [1863] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1748), [1865] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7701), [1867] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7738), [1869] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5899), [1871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3429), [1873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6833), [1875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6184), [1877] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3564), [1879] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3562), [1881] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4658), [1883] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1942), [1885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6689), [1887] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1939), [1889] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4581), [1891] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4799), [1893] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2111), [1895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6350), [1897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4744), [1899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1442), [1901] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2158), [1903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(137), [1905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1912), [1907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(360), [1909] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1396), [1911] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2275), [1913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1648), [1915] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5015), [1917] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5404), [1919] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4892), [1921] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4893), [1923] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4894), [1925] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2285), [1927] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7277), [1929] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4678), [1931] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2921), [1933] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2779), [1935] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sizeof_expression, 4, .production_id = 41), [1937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(318), [1939] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2039), [1941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2039), [1943] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sizeof_expression, 4, .production_id = 41), [1945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5838), [1947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1439), [1949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1611), [1951] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6726), [1953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2034), [1955] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1781), [1957] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7708), [1959] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7739), [1961] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5949), [1963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2884), [1965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6954), [1967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6026), [1969] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3025), [1971] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3027), [1973] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7446), [1975] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1893), [1977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6822), [1979] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1891), [1981] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4573), [1983] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4811), [1985] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2937), [1987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(326), [1989] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1961), [1991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1961), [1993] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1894), [1995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5811), [1997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1440), [1999] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6718), [2001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1957), [2003] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1795), [2005] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7715), [2007] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7740), [2009] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5925), [2011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3192), [2013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6708), [2015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6128), [2017] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3295), [2019] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3300), [2021] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2018), [2023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6873), [2025] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2019), [2027] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4575), [2029] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4816), [2031] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3180), [2033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(329), [2035] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2029), [2037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2029), [2039] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1922), [2041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5843), [2043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1435), [2045] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6613), [2047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2036), [2049] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1757), [2051] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7726), [2053] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7742), [2055] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5919), [2057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3398), [2059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6648), [2061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6160), [2063] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3419), [2065] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3502), [2067] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2075), [2069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6907), [2071] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2072), [2073] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4574), [2075] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4797), [2077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(328), [2079] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1924), [2081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1924), [2083] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2006), [2085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5816), [2087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1920), [2089] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1806), [2091] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1986), [2093] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1979), [2095] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2876), [2097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1436), [2099] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3057), [2101] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(3057), [2104] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(331), [2107] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1899), [2110] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1899), [2113] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1865), [2116] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(936), [2119] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(5823), [2122] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(6826), [2125] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(41), [2128] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1611), [2131] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(6726), [2134] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(6570), [2137] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(6653), [2140] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1976), [2143] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(7157), [2146] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(6649), [2149] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(156), [2152] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(7563), [2155] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1596), [2158] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(7153), [2161] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(7152), [2164] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(7196), [2167] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1963), [2170] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1803), [2173] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(7625), [2176] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(7624), [2179] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(5897), [2182] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(3878), [2185] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(6797), [2188] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(6049), [2191] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(3925), [2194] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(3963), [2197] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(7446), [2200] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(6619), [2203] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(6645), [2206] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(2043), [2209] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1756), [2212] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1744), [2215] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1990), [2218] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(6767), [2221] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1905), [2224] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(4603), [2227] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(4788), [2230] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3044), [2232] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6574), [2234] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1974), [2236] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7165), [2238] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6631), [2240] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7640), [2242] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3023), [2244] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(3015), [2247] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1512), [2250] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(65), [2253] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(6300), [2256] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(6709), [2259] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1974), [2262] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(7165), [2265] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(6861), [2268] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(179), [2271] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(7720), [2274] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1585), [2277] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(7490), [2280] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(7486), [2283] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(7120), [2286] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(6632), [2289] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1754), [2292] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1753), [2295] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(2064), [2298] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(2951), [2301] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(500), [2304] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(47), [2307] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(6561), [2310] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(6829), [2313] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(2054), [2316] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(7541), [2319] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(6650), [2322] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(195), [2325] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(7700), [2328] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1592), [2331] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(7166), [2334] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(7098), [2337] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(7055), [2340] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(6836), [2343] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1782), [2346] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1783), [2349] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(2062), [2352] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2991), [2354] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2951), [2356] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2962), [2358] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(3023), [2361] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1125), [2364] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(83), [2367] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(6342), [2370] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(6824), [2373] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(2030), [2376] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(7632), [2379] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(6821), [2382] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(270), [2385] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(7630), [2388] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1597), [2391] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(7629), [2394] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(7627), [2397] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(7626), [2400] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(6769), [2403] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1751), [2406] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1743), [2409] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1895), [2412] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3015), [2414] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(2991), [2417] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(948), [2420] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(54), [2423] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(6215), [2426] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(6863), [2429] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(2065), [2432] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(7495), [2435] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(6952), [2438] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(182), [2441] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(7714), [2444] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1594), [2447] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(7611), [2450] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(7633), [2453] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(7044), [2456] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(6851), [2459] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1813), [2462] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1809), [2465] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1945), [2468] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(2962), [2471] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(616), [2474] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(50), [2477] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(6341), [2480] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(6950), [2483] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1935), [2486] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(7636), [2489] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(6831), [2492] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(185), [2495] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(7707), [2498] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1589), [2501] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(7544), [2504] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(7545), [2507] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(6984), [2510] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(6957), [2513] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1797), [2516] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1800), [2519] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(2057), [2522] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(3044), [2525] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(6574), [2528] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(6631), [2531] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(7640), [2534] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2169), [2536] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compound_statement, 3), [2538] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compound_statement, 3), [2540] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compound_statement, 2), [2542] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compound_statement, 2), [2544] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4086), [2546] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7162), [2548] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5097), [2550] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2738), [2552] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7164), [2554] = {.entry = {.count = 1, .reusable = false}}, SHIFT(608), [2556] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4984), [2558] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6794), [2560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4702), [2562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7392), [2564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3379), [2566] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4736), [2568] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3779), [2570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5155), [2572] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3978), [2574] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7389), [2576] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3945), [2578] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5365), [2580] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4847), [2582] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4848), [2584] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4849), [2586] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3928), [2588] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7485), [2590] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4693), [2592] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6154), [2594] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2156), [2596] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7331), [2598] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5617), [2600] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7690), [2602] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2533), [2604] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2686), [2606] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2645), [2608] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2633), [2610] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2485), [2612] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2340), [2614] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2366), [2616] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2213), [2618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(319), [2620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1828), [2622] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1828), [2624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1922), [2626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5872), [2628] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2513), [2630] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4942), [2632] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5408), [2634] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4850), [2636] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4851), [2638] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4852), [2640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1820), [2642] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1814), [2644] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7721), [2646] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7741), [2648] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5939), [2650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4150), [2652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6633), [2654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6037), [2656] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4455), [2658] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4501), [2660] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3112), [2662] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7513), [2664] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4627), [2666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2470), [2668] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1879), [2670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6890), [2672] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1884), [2674] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4571), [2676] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4827), [2678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3576), [2680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5727), [2682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2085), [2684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2117), [2686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4645), [2688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2157), [2690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2134), [2692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2759), [2694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3588), [2696] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_constructor_try_statement_repeat1, 2), [2698] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_constructor_try_statement_repeat1, 2), [2700] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_constructor_try_statement_repeat1, 2), SHIFT_REPEAT(6876), [2703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3350), [2705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2164), [2707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2862), [2709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2233), [2711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2179), [2713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2097), [2715] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_statement, 3, .production_id = 8), [2717] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_statement, 3, .production_id = 8), [2719] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6876), [2721] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2839), [2723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(138), [2725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1960), [2727] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4767), [2729] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4761), [2731] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4517), [2733] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7194), [2735] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5089), [2737] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2647), [2739] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7041), [2741] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6931), [2743] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3785), [2745] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6155), [2747] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2147), [2749] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5640), [2751] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7693), [2753] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_elif_in_field_declaration_list, 3, .production_id = 73), [2755] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2530), [2757] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2908), [2759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(139), [2761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2037), [2763] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2602), [2765] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_elif_in_field_declaration_list, 4, .production_id = 73), [2767] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2644), [2769] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(4086), [2772] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(7162), [2775] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(5097), [2778] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), [2780] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(7164), [2783] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(6794), [2786] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(4702), [2789] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(7392), [2792] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(3379), [2795] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(4736), [2798] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(4736), [2801] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(3779), [2804] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(3728), [2807] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(7730), [2810] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(5155), [2813] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(6947), [2816] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(7704), [2819] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(6899), [2822] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(3978), [2825] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(7389), [2828] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(2555), [2831] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(3945), [2834] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(5365), [2837] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(4847), [2840] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(4848), [2843] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(4849), [2846] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(3928), [2849] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(7485), [2852] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(3627), [2855] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(4535), [2858] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(4693), [2861] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(6154), [2864] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1376), [2867] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(2156), [2870] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(7331), [2873] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(5617), [2876] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(7690), [2879] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2319), [2881] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2361), [2883] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constructor_try_statement, 3, .production_id = 8), [2885] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constructor_try_statement, 3, .production_id = 8), [2887] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2625), [2889] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constructor_try_statement, 4, .production_id = 42), [2891] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constructor_try_statement, 4, .production_id = 42), [2893] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2531), [2895] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 3, .production_id = 47), [2897] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 3, .production_id = 47), [2899] = {.entry = {.count = 1, .reusable = false}}, SHIFT(304), [2901] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_catch_clause, 3, .production_id = 142), [2903] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_catch_clause, 3, .production_id = 142), [2905] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 4, .production_id = 93), [2907] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 4, .production_id = 93), [2909] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6943), [2911] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_constructor_try_statement_repeat1, 2), SHIFT_REPEAT(6943), [2914] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_range_loop, 9, .production_id = 200), [2916] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_range_loop, 9, .production_id = 200), [2918] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 4, .production_id = 94), [2920] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 4, .production_id = 94), [2922] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_range_loop, 8, .production_id = 191), [2924] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_range_loop, 8, .production_id = 191), [2926] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_statement, 2), [2928] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_statement, 2), [2930] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 8, .production_id = 190), [2932] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 8, .production_id = 190), [2934] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 8, .production_id = 189), [2936] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 8, .production_id = 189), [2938] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_while_statement, 3, .production_id = 48), [2940] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_while_statement, 3, .production_id = 48), [2942] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 7, .production_id = 181), [2944] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 7, .production_id = 181), [2946] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 7, .production_id = 180), [2948] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 7, .production_id = 180), [2950] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 7, .production_id = 179), [2952] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 7, .production_id = 179), [2954] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 7, .production_id = 178), [2956] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 7, .production_id = 178), [2958] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 7, .production_id = 177), [2960] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 7, .production_id = 177), [2962] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_definition, 7, .production_id = 174), [2964] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_definition, 7, .production_id = 174), [2966] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_initializer_list, 2), [2968] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 6, .production_id = 166), [2970] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 6, .production_id = 166), [2972] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 6, .production_id = 165), [2974] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 6, .production_id = 165), [2976] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_labeled_statement, 3, .production_id = 51), [2978] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_labeled_statement, 3, .production_id = 51), [2980] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_return_statement, 2), [2982] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_statement, 2), [2984] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_definition, 6, .production_id = 158), [2986] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_definition, 6, .production_id = 158), [2988] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_definition, 6, .production_id = 157), [2990] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_definition, 6, .production_id = 157), [2992] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_definition, 6, .production_id = 156), [2994] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_definition, 6, .production_id = 156), [2996] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration, 3, .production_id = 62), [2998] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration, 3, .production_id = 62), [3000] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_co_return_statement, 2), [3002] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_co_return_statement, 2), [3004] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_co_yield_statement, 3), [3006] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_co_yield_statement, 3), [3008] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_co_return_statement, 3), [3010] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_co_return_statement, 3), [3012] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_throw_statement, 2), [3014] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_throw_statement, 2), [3016] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_return_statement, 3), [3018] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_statement, 3), [3020] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_do_statement, 5, .production_id = 133), [3022] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_do_statement, 5, .production_id = 133), [3024] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_else_clause, 2), [3026] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_else_clause, 2), [3028] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 5, .production_id = 132), [3030] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 5, .production_id = 132), [3032] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 8, .production_id = 192), [3034] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 8, .production_id = 192), [3036] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 8, .production_id = 193), [3038] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 8, .production_id = 193), [3040] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_break_statement, 2), [3042] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_break_statement, 2), [3044] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 9, .production_id = 199), [3046] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 9, .production_id = 199), [3048] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_switch_statement, 3, .production_id = 48), [3050] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_switch_statement, 3, .production_id = 48), [3052] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_definition, 4, .production_id = 58), [3054] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_definition, 4, .production_id = 58), [3056] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration, 4, .production_id = 102), [3058] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration, 4, .production_id = 102), [3060] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_definition, 5, .production_id = 82), [3062] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_definition, 5, .production_id = 82), [3064] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_continue_statement, 2), [3066] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_continue_statement, 2), [3068] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(7194), [3071] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(5089), [3074] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(7041), [3077] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(6931), [3080] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(3785), [3083] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(6155), [3086] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(2147), [3089] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(5640), [3092] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(7693), [3095] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_definition, 5, .production_id = 119), [3097] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_definition, 5, .production_id = 119), [3099] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_definition, 5, .production_id = 120), [3101] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_definition, 5, .production_id = 120), [3103] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_throw_statement, 3), [3105] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_throw_statement, 3), [3107] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_goto_statement, 3, .production_id = 49), [3109] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_goto_statement, 3, .production_id = 49), [3111] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attributed_statement, 2), [3113] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attributed_statement, 2), [3115] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_statement, 1), [3117] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_statement, 1), [3119] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_instantiation, 3, .production_id = 5), [3121] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_instantiation, 3, .production_id = 5), [3123] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constructor_or_destructor_definition, 3, .production_id = 5), [3125] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constructor_or_destructor_definition, 3, .production_id = 5), [3127] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_function_def, 5, .production_id = 115), [3129] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_function_def, 5, .production_id = 115), [3131] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_expression_statement, 2), SHIFT(2918), [3134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1719), [3136] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_expression_statement, 2), SHIFT(5823), [3139] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_expression_statement, 2), SHIFT(6726), [3142] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_expression_statement, 2), SHIFT(7446), [3145] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_expression_statement, 2), SHIFT(6619), [3148] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if, 4, .production_id = 73), [3150] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if, 4, .production_id = 73), [3152] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if, 5, .production_id = 116), [3154] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if, 5, .production_id = 116), [3156] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_operator_cast_declaration, 4, .production_id = 110), [3158] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_operator_cast_declaration, 4, .production_id = 110), [3160] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_function_def, 4, .production_id = 72), [3162] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_function_def, 4, .production_id = 72), [3164] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if, 5, .production_id = 73), [3166] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if, 5, .production_id = 73), [3168] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constructor_or_destructor_definition, 2, .production_id = 23), [3170] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constructor_or_destructor_definition, 2, .production_id = 23), [3172] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef, 4, .production_id = 74), [3174] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef, 4, .production_id = 74), [3176] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_def, 4, .production_id = 71), [3178] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_def, 4, .production_id = 71), [3180] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef, 4, .production_id = 9), [3182] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef, 4, .production_id = 9), [3184] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_namespace_definition, 4, .production_id = 85), [3186] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_namespace_definition, 4, .production_id = 85), [3188] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_expression_statement, 1), SHIFT(2918), [3191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1672), [3193] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_expression_statement, 1), SHIFT(5823), [3196] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_expression_statement, 1), SHIFT(6726), [3199] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_expression_statement, 1), SHIFT(7446), [3202] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_expression_statement, 1), SHIFT(6619), [3205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1695), [3207] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration_list, 2), [3209] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration_list, 2), [3211] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_operator_cast_definition, 3, .production_id = 70), [3213] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_operator_cast_definition, 3, .production_id = 70), [3215] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_operator_cast_declaration, 3, .production_id = 5), [3217] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_operator_cast_declaration, 3, .production_id = 5), [3219] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_delete_method_clause, 3), [3221] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_delete_method_clause, 3), [3223] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef, 5, .production_id = 117), [3225] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef, 5, .production_id = 117), [3227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1654), [3229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1685), [3231] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constructor_or_destructor_declaration, 3, .production_id = 5), [3233] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constructor_or_destructor_declaration, 3, .production_id = 5), [3235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1675), [3237] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_init_statement, 1), SHIFT(2918), [3240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1676), [3242] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_init_statement, 1), [3244] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_init_statement, 1), SHIFT(5823), [3247] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_init_statement, 1), [3249] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_init_statement, 1), SHIFT(6726), [3252] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_init_statement, 1), SHIFT(7446), [3255] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_init_statement, 1), SHIFT(6619), [3258] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constructor_or_destructor_definition, 3, .production_id = 70), [3260] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constructor_or_destructor_definition, 3, .production_id = 70), [3262] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_default_method_clause, 3), [3264] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_default_method_clause, 3), [3266] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_constructor_try_statement_repeat1, 2), SHIFT_REPEAT(6697), [3269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1660), [3271] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_call, 3, .production_id = 35), [3273] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_call, 3, .production_id = 35), [3275] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 4, .production_id = 104), [3277] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 4, .production_id = 104), [3279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1709), [3281] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_namespace_definition, 3, .production_id = 56), [3283] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_namespace_definition, 3, .production_id = 56), [3285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1707), [3287] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_declaration, 3, .production_id = 53), [3289] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_declaration, 3, .production_id = 53), [3291] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__empty_declaration, 2), [3293] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__empty_declaration, 2), [3295] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_operator_cast_definition, 2, .production_id = 22), [3297] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_operator_cast_definition, 2, .production_id = 22), [3299] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_using_declaration, 4), [3301] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_using_declaration, 4), [3303] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration_list, 3), [3305] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration_list, 3), [3307] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6748), [3309] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_declaration, 4, .production_id = 53), [3311] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_declaration, 4, .production_id = 53), [3313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1662), [3315] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constructor_or_destructor_definition, 4, .production_id = 114), [3317] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constructor_or_destructor_definition, 4, .production_id = 114), [3319] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6644), [3321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1689), [3323] = {.entry = {.count = 1, .reusable = false}}, SHIFT(178), [3325] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_friend_declaration, 3), [3327] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_friend_declaration, 3), [3329] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_instantiation, 4, .production_id = 54), [3331] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_instantiation, 4, .production_id = 54), [3333] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_namespace_definition, 3, .production_id = 44), [3335] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_namespace_definition, 3, .production_id = 44), [3337] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constructor_or_destructor_definition, 2, .production_id = 22), [3339] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constructor_or_destructor_definition, 2, .production_id = 22), [3341] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constructor_or_destructor_definition, 3, .production_id = 65), [3343] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constructor_or_destructor_definition, 3, .production_id = 65), [3345] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_operator_cast_declaration, 2, .production_id = 23), [3347] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_operator_cast_declaration, 2, .production_id = 23), [3349] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_namespace_definition, 3, .production_id = 42), [3351] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_namespace_definition, 3, .production_id = 42), [3353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1691), [3355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1728), [3357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1690), [3359] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_namespace_alias_definition, 5, .production_id = 143), [3361] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_namespace_alias_definition, 5, .production_id = 143), [3363] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_friend_declaration, 4), [3365] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_friend_declaration, 4), [3367] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_using_declaration, 3), [3369] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_using_declaration, 3), [3371] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_namespace_alias_definition, 5, .production_id = 144), [3373] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_namespace_alias_definition, 5, .production_id = 144), [3375] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_alias_declaration, 5, .production_id = 145), [3377] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_alias_declaration, 5, .production_id = 145), [3379] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_static_assert_declaration, 5, .production_id = 146), [3381] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_static_assert_declaration, 5, .production_id = 146), [3383] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_concept_definition, 5, .production_id = 9), [3385] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concept_definition, 5, .production_id = 9), [3387] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_namespace_definition, 2, .production_id = 8), [3389] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_namespace_definition, 2, .production_id = 8), [3391] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_include, 3, .production_id = 34), [3393] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_include, 3, .production_id = 34), [3395] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_constructor_try_statement_repeat1, 2), SHIFT_REPEAT(6644), [3398] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_operator_cast_declaration, 5, .production_id = 154), [3400] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_operator_cast_declaration, 5, .production_id = 154), [3402] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if, 6, .production_id = 155), [3404] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if, 6, .production_id = 155), [3406] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 3, .production_id = 63), [3408] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 3, .production_id = 63), [3410] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6697), [3412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1674), [3414] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_constructor_try_statement_repeat1, 2), SHIFT_REPEAT(6748), [3417] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_alias_declaration, 6, .production_id = 173), [3419] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_alias_declaration, 6, .production_id = 173), [3421] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_static_assert_declaration, 7, .production_id = 186), [3423] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_static_assert_declaration, 7, .production_id = 186), [3425] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_namespace_definition, 4, .production_id = 86), [3427] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_namespace_definition, 4, .production_id = 86), [3429] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_friend_declaration, 2), [3431] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_friend_declaration, 2), [3433] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constructor_or_destructor_declaration, 2, .production_id = 23), [3435] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constructor_or_destructor_declaration, 2, .production_id = 23), [3437] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_def, 3, .production_id = 9), [3439] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_def, 3, .production_id = 9), [3441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1722), [3443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1730), [3445] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef, 3, .production_id = 9), [3447] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef, 3, .production_id = 9), [3449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1710), [3451] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_linkage_specification, 3, .production_id = 40), [3453] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_linkage_specification, 3, .production_id = 40), [3455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1701), [3457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1731), [3459] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_call, 2, .production_id = 3), [3461] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_call, 2, .production_id = 3), [3463] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6989), [3465] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5020), [3467] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7326), [3469] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6628), [3471] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3761), [3473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3340), [3475] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6096), [3477] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2150), [3479] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5659), [3481] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7657), [3483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2240), [3485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2280), [3487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3097), [3489] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7226), [3491] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5103), [3493] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_else_in_field_declaration_list, 1), [3495] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6981), [3497] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6898), [3499] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3791), [3501] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5992), [3503] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2143), [3505] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5632), [3507] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7696), [3509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3089), [3511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2892), [3513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3743), [3515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3958), [3517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2940), [3519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3138), [3521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3129), [3523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4819), [3525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4809), [3527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3285), [3529] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_else_in_field_declaration_list, 2), [3531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3983), [3533] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2918), [3535] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(6989), [3538] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(5020), [3541] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(7326), [3544] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(6628), [3547] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(3761), [3550] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), [3552] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(6096), [3555] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(2150), [3558] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(5659), [3561] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(7657), [3564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2780), [3566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3675), [3568] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(7226), [3571] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(5103), [3574] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(6981), [3577] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(6898), [3580] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(3791), [3583] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(5992), [3586] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(2143), [3589] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(5632), [3592] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(7696), [3595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2771), [3597] = {.entry = {.count = 1, .reusable = false}}, SHIFT(174), [3599] = {.entry = {.count = 1, .reusable = false}}, SHIFT(224), [3601] = {.entry = {.count = 1, .reusable = false}}, SHIFT(152), [3603] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3119), [3605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1438), [3607] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3155), [3609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(320), [3611] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1949), [3613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1949), [3615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5820), [3617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1948), [3619] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1799), [3621] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1941), [3623] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1940), [3625] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4596), [3627] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3314), [3629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(314), [3631] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2011), [3633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2011), [3635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2006), [3637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5861), [3639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2012), [3641] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1787), [3643] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2026), [3645] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2032), [3647] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__top_level_expression_statement, 2), [3649] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__top_level_expression_statement, 2), [3651] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4040), [3653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3305), [3655] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3305), [3657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5806), [3659] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3658), [3661] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3695), [3663] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5425), [3665] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4879), [3667] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4883), [3669] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4884), [3671] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4620), [3673] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3147), [3675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7050), [3677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5609), [3679] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5609), [3681] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5575), [3683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7028), [3685] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4241), [3687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5160), [3689] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6193), [3691] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2149), [3693] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7687), [3695] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4954), [3697] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7675), [3699] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7684), [3701] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7695), [3703] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7691), [3705] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6010), [3707] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2142), [3709] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7692), [3711] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7698), [3713] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7694), [3715] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6150), [3717] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2144), [3719] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7306), [3721] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6064), [3723] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2145), [3725] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7647), [3727] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6139), [3729] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2154), [3731] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7662), [3733] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7699), [3735] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7697), [3737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1752), [3739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5443), [3741] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2463), [3743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1761), [3745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5394), [3747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1760), [3749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5364), [3751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1745), [3753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5610), [3755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1737), [3757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5388), [3759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1772), [3761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5902), [3763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1785), [3765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5698), [3767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1762), [3769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5684), [3771] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute_declaration, 3), [3773] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute_declaration, 3), [3775] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute_declaration, 4), [3777] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute_declaration, 4), [3779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1767), [3781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5929), [3783] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3039), [3785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1810), [3787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5430), [3789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1734), [3791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5619), [3793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1735), [3795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5462), [3797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1736), [3799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5432), [3801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1811), [3803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5396), [3805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3324), [3807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1943), [3809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4030), [3811] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5700), [3813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3007), [3815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3810), [3817] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__declaration_modifiers, 1), REDUCE(aux_sym_attributed_declarator_repeat1, 1), [3820] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__declaration_modifiers, 1), REDUCE(aux_sym_attributed_declarator_repeat1, 1), [3823] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 1), [3825] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 1), [3827] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declaration_modifiers, 1), [3829] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__declaration_modifiers, 1), [3831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3593), [3833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4006), [3835] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_requirement_seq_repeat1, 2), SHIFT_REPEAT(2918), [3838] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_requirement_seq_repeat1, 2), SHIFT_REPEAT(331), [3841] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_requirement_seq_repeat1, 2), SHIFT_REPEAT(1899), [3844] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_requirement_seq_repeat1, 2), SHIFT_REPEAT(1899), [3847] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_requirement_seq_repeat1, 2), SHIFT_REPEAT(1865), [3850] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_requirement_seq_repeat1, 2), SHIFT_REPEAT(3324), [3853] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_requirement_seq_repeat1, 2), SHIFT_REPEAT(5823), [3856] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_requirement_seq_repeat1, 2), SHIFT_REPEAT(1943), [3859] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_requirement_seq_repeat1, 2), [3861] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_requirement_seq_repeat1, 2), SHIFT_REPEAT(1611), [3864] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_requirement_seq_repeat1, 2), SHIFT_REPEAT(6726), [3867] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_requirement_seq_repeat1, 2), SHIFT_REPEAT(1963), [3870] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_requirement_seq_repeat1, 2), SHIFT_REPEAT(1803), [3873] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_requirement_seq_repeat1, 2), SHIFT_REPEAT(7625), [3876] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_requirement_seq_repeat1, 2), SHIFT_REPEAT(7624), [3879] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_requirement_seq_repeat1, 2), SHIFT_REPEAT(5897), [3882] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_requirement_seq_repeat1, 2), SHIFT_REPEAT(3878), [3885] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_requirement_seq_repeat1, 2), SHIFT_REPEAT(6797), [3888] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_requirement_seq_repeat1, 2), SHIFT_REPEAT(6049), [3891] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_requirement_seq_repeat1, 2), SHIFT_REPEAT(3925), [3894] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_requirement_seq_repeat1, 2), SHIFT_REPEAT(3963), [3897] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_requirement_seq_repeat1, 2), SHIFT_REPEAT(7446), [3900] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_requirement_seq_repeat1, 2), SHIFT_REPEAT(5700), [3903] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_requirement_seq_repeat1, 2), SHIFT_REPEAT(6619), [3906] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_requirement_seq_repeat1, 2), SHIFT_REPEAT(2043), [3909] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_requirement_seq_repeat1, 2), SHIFT_REPEAT(6767), [3912] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_requirement_seq_repeat1, 2), SHIFT_REPEAT(1905), [3915] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_requirement_seq_repeat1, 2), SHIFT_REPEAT(4603), [3918] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_requirement_seq_repeat1, 2), SHIFT_REPEAT(4788), [3921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3825), [3923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5277), [3925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2199), [3927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5513), [3929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3505), [3931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5244), [3933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3001), [3935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3550), [3937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3323), [3939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2177), [3941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5544), [3943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3216), [3945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3471), [3947] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6611), [3949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7387), [3951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3500), [3953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1604), [3955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6999), [3957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3559), [3959] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_constructor_try_statement_repeat1, 2), SHIFT_REPEAT(6611), [3962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7582), [3964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4314), [3966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7222), [3968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2998), [3970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7710), [3972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3221), [3974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3892), [3976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3901), [3978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3420), [3980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3499), [3982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3236), [3984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3061), [3986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3068), [3988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3895), [3990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3555), [3992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4441), [3994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4396), [3996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3568), [3998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3215), [4000] = {.entry = {.count = 1, .reusable = false}}, SHIFT(189), [4002] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3949), [4004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4576), [4006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1584), [4008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2430), [4010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4060), [4012] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4060), [4014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5295), [4016] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1407), [4018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1535), [4020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(646), [4022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(418), [4024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(931), [4026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1128), [4028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1095), [4030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1657), [4032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1631), [4034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6951), [4036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1623), [4038] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_capture_specifier, 2), [4040] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lambda_capture_specifier, 2), [4042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1630), [4044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5895), [4046] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7240), [4048] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1816), [4050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1641), [4052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1606), [4054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3017), [4056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1633), [4058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1639), [4060] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3030), [4062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1637), [4064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1632), [4066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1649), [4068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4414), [4070] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7272), [4072] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1792), [4074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1634), [4076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1602), [4078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4133), [4080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1644), [4082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1635), [4084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3274), [4086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1624), [4088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1609), [4090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1614), [4092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3510), [4094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1619), [4096] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7321), [4098] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1746), [4100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2870), [4102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3561), [4104] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7734), [4106] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1758), [4108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(208), [4110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(295), [4112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(215), [4114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(210), [4116] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_default_capture, 1), [4118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(200), [4120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(198), [4122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(313), [4124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(301), [4126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(302), [4128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(306), [4130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(221), [4132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(275), [4134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(212), [4136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(258), [4138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(288), [4140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(147), [4142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(187), [4144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(239), [4146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(240), [4148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(252), [4150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(225), [4152] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1), SHIFT(7540), [4155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(263), [4157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(249), [4159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(211), [4161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(309), [4163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(196), [4165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(305), [4167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(303), [4169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(247), [4171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(297), [4173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(299), [4175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(241), [4177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(291), [4179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(290), [4181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(181), [4183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(235), [4185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(186), [4187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(230), [4189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(266), [4191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(308), [4193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(307), [4195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(273), [4197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5652), [4199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5457), [4201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5459), [4203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5387), [4205] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1822), [4207] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1850), [4209] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1), SHIFT(7535), [4212] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1), SHIFT(7534), [4215] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1), SHIFT(7568), [4218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1149), [4220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1141), [4222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5646), [4224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2349), [4226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1628), [4228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5240), [4230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7291), [4232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(330), [4234] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1), SHIFT(7524), [4237] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1), SHIFT(7523), [4240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1143), [4242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5370), [4244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1542), [4246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1541), [4248] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1), SHIFT(7518), [4251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1137), [4253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7517), [4255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(323), [4257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2712), [4259] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1), SHIFT(7510), [4262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5471), [4264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5473), [4266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5696), [4268] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1), SHIFT(7507), [4271] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7570), [4273] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7532), [4275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5903), [4277] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1), SHIFT(7504), [4280] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1), SHIFT(7499), [4283] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1), SHIFT(7498), [4286] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1), SHIFT(7497), [4289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5900), [4291] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7383), [4293] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1), SHIFT(7469), [4296] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7680), [4298] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1), SHIFT(7365), [4301] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1), SHIFT(7454), [4304] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7329), [4306] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1934), [4308] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1), SHIFT(7447), [4311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7422), [4313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(324), [4315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(430), [4317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(423), [4319] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1), SHIFT(7443), [4322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5688), [4324] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7227), [4326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7119), [4328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(333), [4330] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1877), [4332] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7010), [4334] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7280), [4336] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1), SHIFT(7514), [4339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2438), [4341] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1), SHIFT(7353), [4344] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1882), [4346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7459), [4348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(327), [4350] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1914), [4352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(653), [4354] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7245), [4356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(315), [4358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(655), [4360] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1), SHIFT(7360), [4363] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1), SHIFT(7359), [4366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(325), [4368] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1983), [4370] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1), SHIFT(7348), [4373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(316), [4375] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1), SHIFT(6974), [4378] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1975), [4380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(947), [4382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5385), [4384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5474), [4386] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1), SHIFT(7292), [4389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(939), [4391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7489), [4393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(321), [4395] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1854), [4397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2733), [4399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1622), [4401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1617), [4403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1627), [4405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1616), [4407] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2916), [4409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1643), [4411] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2837), [4413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1603), [4415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1607), [4417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1636), [4419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1640), [4421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1608), [4423] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2833), [4425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1600), [4427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1612), [4429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1618), [4431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1638), [4433] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2898), [4435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1601), [4437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1613), [4439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1625), [4441] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4218), [4443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2168), [4445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5290), [4447] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_qualified_type_identifier, 2, .production_id = 32), [4449] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_qualified_identifier, 2, .production_id = 31), REDUCE(sym_qualified_type_identifier, 2, .production_id = 32), [4452] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_qualified_type_identifier, 2, .production_id = 32), [4454] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_qualified_identifier, 2, .production_id = 31), [4456] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_qualified_identifier, 2, .production_id = 31), REDUCE(sym_qualified_type_identifier, 2, .production_id = 32), [4459] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_qualified_identifier, 2, .production_id = 31), [4461] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_qualified_identifier, 2, .production_id = 31), SHIFT(358), [4464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5932), [4466] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_specifier, 1, .production_id = 1), [4468] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__type_specifier, 1, .production_id = 1), REDUCE(sym__expression_not_binary, 1), [4471] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_specifier, 1, .production_id = 1), [4473] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expression_not_binary, 1), [4475] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__type_specifier, 1, .production_id = 1), REDUCE(sym__expression_not_binary, 1), [4478] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expression_not_binary, 1), [4480] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__expression_not_binary, 1), SHIFT(346), [4483] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__class_name, 1, .production_id = 1), [4485] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1900), [4487] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym__declarator, 1), REDUCE(sym__type_specifier, 1, .production_id = 1), REDUCE(sym__expression_not_binary, 1), [4491] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__expression_not_binary, 1), SHIFT(349), [4494] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__declarator, 1), REDUCE(sym__type_specifier, 1, .production_id = 1), [4497] = {.entry = {.count = 3, .reusable = false}}, REDUCE(sym__declarator, 1), REDUCE(sym__type_specifier, 1, .production_id = 1), REDUCE(sym__expression_not_binary, 1), [4501] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2005), [4503] = {.entry = {.count = 1, .reusable = false}}, SHIFT(238), [4505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2005), [4507] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_type, 2, .production_id = 14), [4509] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_template_type, 2, .production_id = 14), REDUCE(sym_template_function, 2, .production_id = 15), [4512] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_type, 2, .production_id = 14), [4514] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_function, 2, .production_id = 15), [4516] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_template_type, 2, .production_id = 14), REDUCE(sym_template_function, 2, .production_id = 15), [4519] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_function, 2, .production_id = 15), [4521] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_argument_list, 2), [4523] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_argument_list, 2), [4525] = {.entry = {.count = 1, .reusable = false}}, SHIFT(268), [4527] = {.entry = {.count = 1, .reusable = false}}, SHIFT(177), [4529] = {.entry = {.count = 1, .reusable = false}}, SHIFT(167), [4531] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_argument_list, 3, .dynamic_precedence = 1), [4533] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_argument_list, 3, .dynamic_precedence = 1), [4535] = {.entry = {.count = 1, .reusable = false}}, SHIFT(228), [4537] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_argument_list, 3, .dynamic_precedence = 3), [4539] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_argument_list, 3, .dynamic_precedence = 3), [4541] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_argument_list, 3, .dynamic_precedence = 2), [4543] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_argument_list, 3, .dynamic_precedence = 2), [4545] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_argument_list, 4, .dynamic_precedence = 2), [4547] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_argument_list, 4, .dynamic_precedence = 2), [4549] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_qualified_identifier, 2, .production_id = 31), SHIFT(345), [4552] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_argument_list, 4, .dynamic_precedence = 3), [4554] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_argument_list, 4, .dynamic_precedence = 3), [4556] = {.entry = {.count = 1, .reusable = false}}, SHIFT(265), [4558] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_argument_list, 4, .dynamic_precedence = 1), [4560] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_argument_list, 4, .dynamic_precedence = 1), [4562] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3798), [4564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2122), [4566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4549), [4568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4991), [4570] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4991), [4572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5795), [4574] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1413), [4576] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4216), [4578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5722), [4580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(49), [4582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(56), [4584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(40), [4586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(80), [4588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(64), [4590] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4157), [4592] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4862), [4594] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4860), [4596] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4855), [4598] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4839), [4600] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4838), [4602] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4837), [4604] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4857), [4606] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4856), [4608] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4854), [4610] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4871), [4612] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4870), [4614] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4853), [4616] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4846), [4618] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4845), [4620] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4844), [4622] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4900), [4624] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4898), [4626] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4895), [4628] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4913), [4630] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4915), [4632] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4920), [4634] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4872), [4636] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4874), [4638] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4875), [4640] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4909), [4642] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4908), [4644] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4907), [4646] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declarator, 1), [4648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1900), [4650] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3013), [4652] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), [4654] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), [4656] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(6026), [4659] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(6822), [4662] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4772), [4664] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4529), [4666] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6114), [4668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5894), [4670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2919), [4672] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__expression_not_binary, 1), SHIFT(357), [4675] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concatenated_string, 2), [4677] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_concatenated_string, 2), [4679] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_qualified_identifier, 2, .production_id = 31), SHIFT(348), [4682] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constraint_conjunction, 3, .production_id = 50), [4684] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constraint_conjunction, 3, .production_id = 50), [4686] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_requirement_seq, 3), [4688] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_requirement_seq, 3), [4690] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lambda_expression, 4, .production_id = 113), [4692] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_expression, 4, .production_id = 113), [4694] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__class_declaration, 1, .production_id = 6), [4696] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__class_declaration, 1, .production_id = 6), [4698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(603), [4700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5132), [4702] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5423), [4704] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lambda_expression, 2, .production_id = 29), [4706] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_expression, 2, .production_id = 29), [4708] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lambda_expression, 4, .production_id = 112), [4710] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_expression, 4, .production_id = 112), [4712] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_requires_expression, 3, .production_id = 61), [4714] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_requires_expression, 3, .production_id = 61), [4716] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_fold_expression, 3, .production_id = 37), [4718] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_fold_expression, 3, .production_id = 37), [4720] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__class_declaration, 2, .production_id = 9), [4722] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__class_declaration, 2, .production_id = 9), [4724] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lambda_expression, 3, .production_id = 69), [4726] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_expression, 3, .production_id = 69), [4728] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__class_declaration, 3, .production_id = 43), [4730] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__class_declaration, 3, .production_id = 43), [4732] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lambda_expression, 3, .production_id = 68), [4734] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_expression, 3, .production_id = 68), [4736] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__requirement_clause_constraint, 3), [4738] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__requirement_clause_constraint, 3), [4740] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_requirement_seq, 2), [4742] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_requirement_seq, 2), [4744] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_requires_expression, 2, .production_id = 18), [4746] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_requires_expression, 2, .production_id = 18), [4748] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lambda_expression, 5, .production_id = 153), [4750] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_expression, 5, .production_id = 153), [4752] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(6128), [4755] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(6873), [4758] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3276), [4760] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_qualified_identifier, 2, .production_id = 31), SHIFT(354), [4763] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_condition_clause, 3, .production_id = 12), [4765] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_condition_clause, 3, .production_id = 12), [4767] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_condition_clause, 4, .production_id = 131), [4769] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_condition_clause, 4, .production_id = 131), [4771] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__expression_not_binary, 1), SHIFT(355), [4774] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1944), [4776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1944), [4778] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6741), [4780] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dependent_type_identifier, 2), [4782] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dependent_type_identifier, 2), [4784] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_raw_string_literal, 5), [4786] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_raw_string_literal, 5), [4788] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_specifier, 1), [4790] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_specifier, 1), [4792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5947), [4794] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 3, .production_id = 45), [4796] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 3, .production_id = 45), [4798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6077), [4800] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_raw_string_literal, 7, .production_id = 187), [4802] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_raw_string_literal, 7, .production_id = 187), [4804] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__class_name, 1), [4806] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__class_name, 1), [4808] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string_literal, 2), [4810] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string_literal, 2), [4812] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 4, .production_id = 87), [4814] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 4, .production_id = 87), [4816] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dependent_type, 2, .dynamic_precedence = -1), [4818] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dependent_type, 2, .dynamic_precedence = -1), [4820] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2259), [4822] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7176), [4824] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string_literal, 3), [4826] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string_literal, 3), [4828] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_qualified_type_identifier, 2, .production_id = 31), [4830] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_qualified_type_identifier, 2, .production_id = 31), [4832] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_constructor_try_statement_repeat1, 2), SHIFT_REPEAT(6741), [4835] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decltype, 4), [4837] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decltype, 4), [4839] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration_list, 3), [4841] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration_list, 3), [4843] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__class_declaration, 5, .production_id = 161), [4845] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__class_declaration, 5, .production_id = 161), [4847] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 3, .production_id = 44), [4849] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 3, .production_id = 44), [4851] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 3, .production_id = 42), [4853] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 3, .production_id = 42), [4855] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enumerator_list, 2), [4857] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumerator_list, 2), [4859] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_sized_type_specifier_repeat1, 2), [4861] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_sized_type_specifier_repeat1, 2), [4863] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sized_type_specifier_repeat1, 2), SHIFT_REPEAT(2247), [4866] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sized_type_specifier, 2, .dynamic_precedence = -1, .production_id = 33), [4868] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sized_type_specifier, 2, .dynamic_precedence = -1, .production_id = 33), [4870] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sized_type_specifier, 2, .production_id = 17), [4872] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sized_type_specifier, 2, .production_id = 17), [4874] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decltype_auto, 4), [4876] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decltype_auto, 4), [4878] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__class_declaration, 3, .production_id = 92), [4880] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__class_declaration, 3, .production_id = 92), [4882] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enumerator_list, 4), [4884] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumerator_list, 4), [4886] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 5, .production_id = 125), [4888] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 5, .production_id = 125), [4890] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__class_declaration, 3, .production_id = 42), [4892] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__class_declaration, 3, .production_id = 42), [4894] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__class_declaration, 3, .production_id = 44), [4896] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__class_declaration, 3, .production_id = 44), [4898] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_placeholder_type_specifier, 2, .production_id = 24), [4900] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_placeholder_type_specifier, 2, .production_id = 24), [4902] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__class_declaration, 4, .production_id = 128), [4904] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__class_declaration, 4, .production_id = 128), [4906] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__class_declaration, 4, .production_id = 86), [4908] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__class_declaration, 4, .production_id = 86), [4910] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__class_declaration, 4, .production_id = 129), [4912] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__class_declaration, 4, .production_id = 129), [4914] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__class_declaration, 2, .production_id = 46), [4916] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__class_declaration, 2, .production_id = 46), [4918] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 4, .production_id = 90), [4920] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 4, .production_id = 90), [4922] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__class_declaration, 4, .production_id = 127), [4924] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__class_declaration, 4, .production_id = 127), [4926] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__class_declaration, 6, .production_id = 176), [4928] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__class_declaration, 6, .production_id = 176), [4930] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sized_type_specifier_repeat1, 2), SHIFT_REPEAT(2267), [4933] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__enum_base_clause, 2, .production_id = 89), [4935] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__enum_base_clause, 2, .production_id = 89), [4937] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 2, .production_id = 11), [4939] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 2, .production_id = 11), [4941] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 2, .production_id = 11), [4943] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 2, .production_id = 11), [4945] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_specifier, 2, .production_id = 11), [4947] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_specifier, 2, .production_id = 11), [4949] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__class_declaration, 1, .production_id = 10), [4951] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__class_declaration, 1, .production_id = 10), [4953] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 2, .production_id = 8), [4955] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 2, .production_id = 8), [4957] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 4, .production_id = 86), [4959] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 4, .production_id = 86), [4961] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2248), [4963] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sized_type_specifier, 1), [4965] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sized_type_specifier, 1), [4967] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2247), [4969] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2249), [4971] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enumerator_list, 5), [4973] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumerator_list, 5), [4975] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3535), [4977] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enumerator_list, 3), [4979] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumerator_list, 3), [4981] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2773), [4983] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2267), [4985] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2775), [4987] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration_list, 2), [4989] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration_list, 2), [4991] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(6160), [4994] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(6907), [4997] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__class_declaration, 5, .production_id = 163), [4999] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__class_declaration, 5, .production_id = 163), [5001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6719), [5003] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__class_declaration, 2, .production_id = 8), [5005] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__class_declaration, 2, .production_id = 8), [5007] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_placeholder_type_specifier, 1), [5009] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_placeholder_type_specifier, 1), [5011] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__class_declaration, 5, .production_id = 162), [5013] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__class_declaration, 5, .production_id = 162), [5015] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5770), [5017] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4003), [5019] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7271), [5021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5226), [5023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6661), [5025] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7273), [5027] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4039), [5029] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4058), [5031] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6841), [5033] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(6184), [5036] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(6689), [5039] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3583), [5041] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_constructor_try_statement_repeat1, 2), SHIFT_REPEAT(6841), [5044] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 5, .production_id = 172), [5046] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 5, .production_id = 172), [5048] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if_in_field_declaration_list, 5, .production_id = 73), [5050] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if_in_field_declaration_list, 5, .production_id = 73), [5052] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 5, .production_id = 117), [5054] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 5, .production_id = 117), [5056] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 5, .production_id = 102), [5058] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 5, .production_id = 102), [5060] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 5, .production_id = 175), [5062] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 5, .production_id = 175), [5064] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if_in_field_declaration_list, 6, .production_id = 155), [5066] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if_in_field_declaration_list, 6, .production_id = 155), [5068] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 6, .production_id = 188), [5070] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 6, .production_id = 188), [5072] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 3, .production_id = 126), [5074] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 3, .production_id = 126), [5076] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 3, .production_id = 52), [5078] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 3, .production_id = 52), [5080] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_inline_method_definition, 3, .production_id = 63), [5082] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_inline_method_definition, 3, .production_id = 63), [5084] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_inline_method_definition, 3, .production_id = 62), [5086] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_inline_method_definition, 3, .production_id = 62), [5088] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 3, .production_id = 62), [5090] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 3, .production_id = 62), [5092] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 3, .production_id = 9), [5094] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 3, .production_id = 9), [5096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(716), [5098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5423), [5100] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if_in_field_declaration_list, 5, .production_id = 116), [5102] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if_in_field_declaration_list, 5, .production_id = 116), [5104] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if_in_field_declaration_list, 4, .production_id = 73), [5106] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if_in_field_declaration_list, 4, .production_id = 73), [5108] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 4, .production_id = 74), [5110] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 4, .production_id = 74), [5112] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 4, .production_id = 9), [5114] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 4, .production_id = 9), [5116] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 4, .production_id = 141), [5118] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 4, .production_id = 141), [5120] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 4, .production_id = 62), [5122] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 4, .production_id = 62), [5124] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 4, .production_id = 160), [5126] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 4, .production_id = 160), [5128] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__field_declaration_list_item, 2), [5130] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__field_declaration_list_item, 2), [5132] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 4, .production_id = 102), [5134] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 4, .production_id = 102), [5136] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 2, .production_id = 52), [5138] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 2, .production_id = 52), [5140] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_type_definition_repeat1, 2), [5142] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_definition_repeat1, 2), [5144] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_type_definition_repeat1, 2), SHIFT_REPEAT(2463), [5147] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sized_type_specifier_repeat1, 2), SHIFT_REPEAT(2381), [5150] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2871), [5152] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2381), [5154] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2864), [5156] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 4, .production_id = 83), [5158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1610), [5160] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 4, .production_id = 83), [5162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1890), [5164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2781), [5166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6976), [5168] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__class_name, 1, .production_id = 1), [5170] = {.entry = {.count = 1, .reusable = false}}, SHIFT(342), [5172] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6681), [5174] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5381), [5176] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_pointer_declarator, 1, .dynamic_precedence = 1), [5178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2406), [5180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3950), [5182] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3950), [5184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5355), [5186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1407), [5188] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 2, .production_id = 17), [5190] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 2, .production_id = 17), [5192] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_constructor_try_statement_repeat1, 2), SHIFT_REPEAT(6900), [5195] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6900), [5197] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 3, .production_id = 41), [5199] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 3, .production_id = 41), [5201] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_qualified_type_identifier, 2, .production_id = 32), SHIFT(342), [5204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(612), [5206] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_constructor_try_statement_repeat1, 2), SHIFT_REPEAT(6681), [5209] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 3, .production_id = 59), [5211] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 3, .production_id = 59), [5213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2426), [5215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3913), [5217] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3913), [5219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5322), [5221] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_qualifier, 1), [5223] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_qualifier, 1), [5225] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_qualified_type_identifier, 2, .production_id = 32), SHIFT(348), [5228] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sized_type_specifier_repeat1, 2), SHIFT_REPEAT(2473), [5231] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sized_type_specifier_repeat1, 2), SHIFT_REPEAT(2478), [5234] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3102), [5236] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2473), [5238] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3103), [5240] = {.entry = {.count = 1, .reusable = false}}, SHIFT(348), [5242] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3143), [5244] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2478), [5246] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3144), [5248] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__enum_base_clause, 2, .production_id = 88), [5250] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__enum_base_clause, 2, .production_id = 88), [5252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1629), [5254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1985), [5256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2868), [5258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7173), [5260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(617), [5262] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3267), [5264] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2561), [5266] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3266), [5268] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sized_type_specifier_repeat1, 2), SHIFT_REPEAT(2561), [5271] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 3, .production_id = 43), [5273] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 3, .production_id = 43), [5275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6137), [5277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5352), [5279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(350), [5281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5749), [5283] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute_specifier, 4), [5285] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute_specifier, 4), [5287] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 2, .production_id = 9), [5289] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 2, .production_id = 9), [5291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6054), [5293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5333), [5295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(633), [5297] = {.entry = {.count = 1, .reusable = false}}, SHIFT(354), [5299] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_qualified_type_identifier, 2, .production_id = 32), SHIFT(354), [5302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1642), [5304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2046), [5306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3145), [5308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7205), [5310] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__expression_not_binary, 1), SHIFT(342), [5313] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_qualified_identifier, 2, .production_id = 31), SHIFT(342), [5316] = {.entry = {.count = 1, .reusable = false}}, SHIFT(357), [5318] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 3, .production_id = 58), [5320] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 3, .production_id = 58), [5322] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_qualified_type_identifier, 2, .production_id = 32), SHIFT(357), [5325] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constraint_disjunction, 3, .production_id = 50), [5327] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constraint_disjunction, 3, .production_id = 50), [5329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4927), [5331] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4927), [5333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(606), [5335] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 4, .production_id = 82), [5337] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 4, .production_id = 82), [5339] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_requires_clause, 2, .production_id = 19), [5341] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_requires_clause, 2, .production_id = 19), [5343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4930), [5345] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4930), [5347] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 4, .production_id = 100), [5349] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 4, .production_id = 100), [5351] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 5, .production_id = 123), [5353] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 5, .production_id = 123), [5355] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_destructor_name, 2), [5357] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__expression_not_binary, 1), SHIFT(348), [5360] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_destructor_name, 2), [5362] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_declarator, 3, .production_id = 147), [5364] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_declarator, 3, .production_id = 147), [5366] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__declarator, 1), REDUCE(sym__expression_not_binary, 1), [5369] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__expression_not_binary, 1), SHIFT(358), [5372] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__declarator, 1), REDUCE(sym__expression_not_binary, 1), [5375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6173), [5377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5351), [5379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1647), [5381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1998), [5383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3265), [5385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7045), [5387] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dependent_identifier, 2), [5389] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dependent_identifier, 2), [5391] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_declarator, 4, .production_id = 147), [5393] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_declarator, 4, .production_id = 147), [5395] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 2), [5397] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 2), [5399] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_char_literal, 3), [5401] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_char_literal, 3), [5403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6116), [5405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5340), [5407] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 4), [5409] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 4), [5411] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dependent_field_identifier, 2), [5413] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dependent_field_identifier, 2), [5415] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_operator_name, 2), [5417] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_operator_name, 2), [5419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2989), [5421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3179), [5423] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3179), [5425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3041), [5427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7206), [5429] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_parameter_list, 3), [5431] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_parameter_list, 3), [5433] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__expression_not_binary, 1), SHIFT(345), [5436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3449), [5438] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3449), [5440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3416), [5442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7410), [5444] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_parameter_list, 4), [5446] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_parameter_list, 4), [5448] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__expression_not_binary, 1), SHIFT(356), [5451] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_parameter_list, 2), [5453] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_parameter_list, 2), [5455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5575), [5457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3264), [5459] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3264), [5461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3188), [5463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7601), [5465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3147), [5467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3035), [5469] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3035), [5471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2882), [5473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7615), [5475] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 3), [5477] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 3), [5479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2948), [5481] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assignment_expression, 3, .production_id = 50), [5483] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1860), [5485] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1859), [5487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1856), [5489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1855), [5491] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1842), [5493] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1841), [5495] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1840), [5497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1839), [5499] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1838), [5501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1838), [5503] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1835), [5505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1671), [5507] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_assignment_expression, 3, .production_id = 50), [5509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2056), [5511] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1856), [5513] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1855), [5515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1842), [5517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1840), [5519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3006), [5521] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5952), [5523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5952), [5525] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_expression, 2, .production_id = 4), [5527] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pointer_expression, 2, .production_id = 4), [5529] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_expression, 9, .production_id = 203), [5531] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnu_asm_expression, 9, .production_id = 203), [5533] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_pack_expansion, 2, .production_id = 25), [5535] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_pack_expansion, 2, .production_id = 25), [5537] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_expression, 7, .production_id = 184), [5539] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnu_asm_expression, 7, .production_id = 184), [5541] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_expression, 9), [5543] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_expression, 9), [5545] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_call_expression, 2, .production_id = 7), [5547] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_call_expression, 2, .production_id = 7), [5549] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_delete_expression, 3), [5551] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_delete_expression, 3), [5553] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(6049), [5556] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(6767), [5559] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binary_expression, 3, .production_id = 50), [5561] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_binary_expression, 3, .production_id = 50), [5563] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_expression, 3), [5565] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_expression, 3), [5567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6099), [5569] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_co_await_expression, 2, .production_id = 4), [5571] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_co_await_expression, 2, .production_id = 4), [5573] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_expression, 3, .production_id = 66), [5575] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_expression, 3, .production_id = 66), [5577] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_field_expression, 3, .production_id = 66), SHIFT(342), [5580] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_cast_expression, 4, .production_id = 78), [5582] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_cast_expression, 4, .production_id = 78), [5584] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compound_literal_expression, 4, .production_id = 78), [5586] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compound_literal_expression, 4, .production_id = 78), [5588] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 4, .production_id = 81), [5590] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 4, .production_id = 81), [5592] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3911), [5594] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_operator_name, 3), [5596] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_operator_name, 3), [5598] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_initializer_list, 3), [5600] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_initializer_list, 3), [5602] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_expression, 4, .production_id = 96), [5604] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnu_asm_expression, 4, .production_id = 96), [5606] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compound_literal_expression, 2, .production_id = 28), [5608] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compound_literal_expression, 2, .production_id = 28), [5610] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_delete_expression, 4), [5612] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_delete_expression, 4), [5614] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_initializer_list, 2), [5616] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 4, .production_id = 99), [5618] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 4, .production_id = 99), [5620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4960), [5622] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4960), [5624] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_expression, 8, .production_id = 198), [5626] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnu_asm_expression, 8, .production_id = 198), [5628] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_expression, 8, .production_id = 197), [5630] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnu_asm_expression, 8, .production_id = 197), [5632] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_update_expression, 2, .production_id = 26), [5634] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_update_expression, 2, .production_id = 26), [5636] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 3, .production_id = 57), [5638] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 3, .production_id = 57), [5640] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_expression, 8), [5642] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_expression, 8), [5644] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_delete_expression, 2), [5646] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_delete_expression, 2), [5648] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 4, .production_id = 98), [5650] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 4, .production_id = 98), [5652] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_user_defined_literal, 2), [5654] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_user_defined_literal, 2), [5656] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sizeof_expression, 2, .production_id = 12), [5658] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sizeof_expression, 2, .production_id = 12), [5660] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_update_expression, 2, .production_id = 4), [5662] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_update_expression, 2, .production_id = 4), [5664] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_conditional_expression, 4, .production_id = 109), [5666] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_conditional_expression, 4, .production_id = 109), [5668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1788), [5670] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unary_expression, 2, .production_id = 4), [5672] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unary_expression, 2, .production_id = 4), [5674] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expression, 1), [5676] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expression, 1), [5678] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_null, 1), [5680] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_null, 1), [5682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(353), [5684] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__expression_not_binary, 1), SHIFT(7248), [5687] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__expression_not_binary, 1), SHIFT(5626), [5690] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2004), [5692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2004), [5694] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_delete_expression, 5), [5696] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_delete_expression, 5), [5698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4961), [5700] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4961), [5702] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript_expression, 4, .production_id = 108), [5704] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subscript_expression, 4, .production_id = 108), [5706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3104), [5708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7133), [5710] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 5, .production_id = 121), [5712] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 5, .production_id = 121), [5714] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_method, 2, .production_id = 106), [5716] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_method, 2, .production_id = 106), [5718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7248), [5720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3173), [5722] = {.entry = {.count = 1, .reusable = false}}, SHIFT(194), [5724] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 5, .production_id = 122), [5726] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 5, .production_id = 122), [5728] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sizeof_expression, 5, .production_id = 135), [5730] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sizeof_expression, 5, .production_id = 135), [5732] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_expression, 5, .production_id = 137), [5734] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnu_asm_expression, 5, .production_id = 137), [5736] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_expression, 5, .production_id = 138), [5738] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnu_asm_expression, 5, .production_id = 138), [5740] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 5, .production_id = 148), [5742] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 5, .production_id = 148), [5744] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_conditional_expression, 5, .production_id = 151), [5746] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_conditional_expression, 5, .production_id = 151), [5748] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 6, .production_id = 159), [5750] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 6, .production_id = 159), [5752] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_initializer_list, 5), [5754] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_initializer_list, 5), [5756] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_offsetof_expression, 6, .production_id = 167), [5758] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_offsetof_expression, 6, .production_id = 167), [5760] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_expression, 6, .production_id = 169), [5762] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnu_asm_expression, 6, .production_id = 169), [5764] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_expression, 6, .production_id = 170), [5766] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnu_asm_expression, 6, .production_id = 170), [5768] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_expression, 3, .production_id = 67), [5770] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_expression, 3, .production_id = 67), [5772] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_initializer_list, 4), [5774] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_initializer_list, 4), [5776] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_expression, 7, .production_id = 185), [5778] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnu_asm_expression, 7, .production_id = 185), [5780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3251), [5782] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1994), [5784] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1996), [5786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1997), [5788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2000), [5790] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2070), [5792] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2074), [5794] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2071), [5796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2066), [5798] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2063), [5800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2063), [5802] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2051), [5804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1673), [5806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1831), [5808] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1997), [5810] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2000), [5812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2070), [5814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2071), [5816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3252), [5818] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5908), [5820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1808), [5822] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_pointer_declarator, 2, .dynamic_precedence = 1), [5824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3229), [5826] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_field_expression, 3, .production_id = 66), SHIFT(348), [5829] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__expression_not_binary, 1), SHIFT(354), [5832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3289), [5834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3595), [5836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7054), [5838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3793), [5840] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1740), [5842] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1741), [5844] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1742), [5846] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1749), [5848] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1750), [5850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1755), [5852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1791), [5854] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1759), [5856] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1763), [5858] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1768), [5860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1769), [5862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1770), [5864] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1771), [5866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1774), [5868] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1776), [5870] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1777), [5872] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1780), [5874] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1784), [5876] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7174), [5878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1738), [5880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7175), [5882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7181), [5884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7182), [5886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7183), [5888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7213), [5890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7188), [5892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7189), [5894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7191), [5896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7193), [5898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7195), [5900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1833), [5902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1793), [5904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1801), [5906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1802), [5908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1812), [5910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1805), [5912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1807), [5914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3618), [5916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7197), [5918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7201), [5920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3580), [5922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1694), [5924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3453), [5926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3330), [5928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4005), [5930] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_requirement, 2), [5932] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_requirement, 2), [5934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4957), [5936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4959), [5938] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4957), [5940] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4959), [5942] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__requirement, 1, .production_id = 60), [5944] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__requirement, 1, .production_id = 60), [5946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3238), [5948] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compound_requirement, 6), [5950] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compound_requirement, 6), [5952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2969), [5954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2197), [5956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3000), [5958] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2033), [5960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2033), [5962] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compound_requirement, 4), [5964] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compound_requirement, 4), [5966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5515), [5968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5254), [5970] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compound_requirement, 5), [5972] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compound_requirement, 5), [5974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3486), [5976] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_storage_class_specifier, 1), [5978] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_storage_class_specifier, 1), [5980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6161), [5982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1704), [5984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3545), [5986] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5933), [5988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5933), [5990] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1849), [5992] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1848), [5994] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1836), [5996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1980), [5998] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1837), [6000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1995), [6002] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1843), [6004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1843), [6006] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1844), [6008] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1845), [6010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1845), [6012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1846), [6014] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1846), [6016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3547), [6018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1847), [6020] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1847), [6022] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5848), [6024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3375), [6026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4710), [6028] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4710), [6030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5345), [6032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7389), [6034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3408), [6036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4719), [6038] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4719), [6040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1739), [6042] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sized_type_specifier_repeat1, 2), SHIFT_REPEAT(3380), [6045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3409), [6047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4725), [6049] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4725), [6051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3402), [6053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4758), [6055] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4758), [6057] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_field_expression, 3, .production_id = 66), SHIFT(354), [6060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3507), [6062] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2001), [6064] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2002), [6066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2035), [6068] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2050), [6070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2050), [6072] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2055), [6074] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5943), [6076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5943), [6078] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2015), [6080] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2025), [6082] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1991), [6084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1921), [6086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2027), [6088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2031), [6090] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2044), [6092] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2058), [6094] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2061), [6096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2068), [6098] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1973), [6100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1973), [6102] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2027), [6104] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2031), [6106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2044), [6108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2061), [6110] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2028), [6112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2028), [6114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2008), [6116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2010), [6118] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2016), [6120] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2017), [6122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2016), [6124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2017), [6126] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(6037), [6129] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(6890), [6132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1794), [6134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4946), [6136] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4946), [6138] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_field_expression, 3, .production_id = 66), SHIFT(351), [6141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4958), [6143] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4958), [6145] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4500), [6147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4937), [6149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4947), [6151] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__declaration_specifiers, 2, .production_id = 17), [6153] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declaration_specifiers, 2, .production_id = 17), [6155] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3722), [6157] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7027), [6159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(349), [6161] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__binary_fold_operator, 3, .production_id = 118), [6163] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__binary_fold_operator, 3, .production_id = 118), [6165] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_virtual, 1), [6167] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_virtual, 1), [6169] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__declaration_specifiers, 1, .production_id = 2), [6171] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declaration_specifiers, 1, .production_id = 2), [6173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(703), [6175] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5132), [6177] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 1), SHIFT(3710), [6180] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3380), [6182] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3709), [6184] = {.entry = {.count = 1, .reusable = false}}, SHIFT(356), [6186] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_qualified_type_identifier, 2, .production_id = 32), SHIFT(356), [6189] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__declaration_specifiers, 2, .production_id = 2), [6191] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declaration_specifiers, 2, .production_id = 2), [6193] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5892), [6195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6083), [6197] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5887), [6199] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__declaration_specifiers, 3, .production_id = 17), [6201] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declaration_specifiers, 3, .production_id = 17), [6203] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5878), [6205] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5885), [6207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(343), [6209] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sized_type_specifier_repeat1, 2), SHIFT_REPEAT(3651), [6212] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5886), [6214] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4705), [6216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5239), [6218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5775), [6220] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2287), [6222] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), [6224] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), [6226] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(4003), [6229] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(7271), [6232] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(6661), [6235] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(7273), [6238] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(4039), [6241] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(4058), [6244] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3710), [6246] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4552), [6248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5781), [6250] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5414), [6252] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4885), [6254] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4886), [6256] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4887), [6258] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4681), [6260] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4766), [6262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5783), [6264] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4592), [6266] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4786), [6268] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5409), [6270] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4889), [6272] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4890), [6274] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4891), [6276] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4790), [6278] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7547), [6280] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4652), [6282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1646), [6284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1954), [6286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2259), [6288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7176), [6290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5317), [6292] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__constructor_specifiers, 1), REDUCE(aux_sym__declaration_specifiers_repeat1, 1), [6295] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__constructor_specifiers, 1), [6297] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__constructor_specifiers, 1), [6299] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__constructor_specifiers, 1), REDUCE(aux_sym__declaration_specifiers_repeat1, 1), [6302] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 1), [6304] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ms_declspec_modifier, 4), [6306] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ms_declspec_modifier, 4), [6308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5778), [6310] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4316), [6312] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5452), [6314] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4873), [6316] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4876), [6318] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4878), [6320] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4650), [6322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5744), [6324] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5403), [6326] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4896), [6328] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4897), [6330] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4899), [6332] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4679), [6334] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4771), [6336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5758), [6338] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3111), [6340] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4817), [6342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5715), [6344] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4830), [6346] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5382), [6348] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4921), [6350] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4916), [6352] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4914), [6354] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4656), [6356] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(3728), [6359] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(7730), [6362] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(6947), [6365] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(7704), [6368] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(2555), [6371] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(3627), [6374] = {.entry = {.count = 1, .reusable = false}}, SHIFT(355), [6376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1191), [6378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(544), [6380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(794), [6382] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_operator_cast_definition_repeat1, 2), [6384] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_operator_cast_definition_repeat1, 2), [6386] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_operator_cast_definition_repeat1, 2), SHIFT_REPEAT(4003), [6389] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_operator_cast_definition_repeat1, 2), SHIFT_REPEAT(7271), [6392] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_operator_cast_definition_repeat1, 2), SHIFT_REPEAT(6661), [6395] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_operator_cast_definition_repeat1, 2), SHIFT_REPEAT(7273), [6398] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_operator_cast_definition_repeat1, 2), SHIFT_REPEAT(4039), [6401] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_operator_cast_definition_repeat1, 2), SHIFT_REPEAT(4058), [6404] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_operator_cast_definition_repeat1, 2), SHIFT_REPEAT(4535), [6407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1626), [6409] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter_declaration, 2, .production_id = 97), [6411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4661), [6413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6181), [6415] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_declaration, 1, .production_id = 52), [6417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3861), [6419] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3861), [6421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1898), [6423] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__function_declarator_seq, 2, .production_id = 20), [6425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5152), [6427] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5152), [6429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7730), [6431] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__function_declarator_seq, 2, .production_id = 20), [6433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2555), [6435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3659), [6437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5245), [6439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7644), [6441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4951), [6443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1213), [6445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2364), [6447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2484), [6449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3862), [6451] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3862), [6453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1829), [6455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1333), [6457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2619), [6459] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_qualified_type_identifier, 2, .production_id = 32), SHIFT(355), [6462] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__function_declarator_seq, 1, .production_id = 20), [6464] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__function_declarator_seq, 1, .production_id = 20), [6466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2704), [6468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1620), [6470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2022), [6472] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5363), [6474] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4613), [6476] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7412), [6478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6874), [6480] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7413), [6482] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3886), [6484] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3971), [6486] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7065), [6488] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4611), [6490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7412), [6492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3886), [6494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3738), [6496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4924), [6498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(614), [6500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1248), [6502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1198), [6504] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_reference_declarator, 1), [6506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5344), [6508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2396), [6510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2626), [6512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2632), [6514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(568), [6516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2523), [6518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1313), [6520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(792), [6522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3739), [6524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5406), [6526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4963), [6528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3726), [6530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4956), [6532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5987), [6534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3666), [6536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4935), [6538] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__function_declarator_seq, 3, .production_id = 20), [6540] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__function_declarator_seq, 3, .production_id = 20), [6542] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 1, .production_id = 2), [6544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2125), [6546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4123), [6548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4834), [6550] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4834), [6552] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1400), [6554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3722), [6556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7027), [6558] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 2, .production_id = 17), [6560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4199), [6562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4911), [6564] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4911), [6566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3971), [6568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7065), [6570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3993), [6572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4953), [6574] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__type_specifier, 1), SHIFT(1610), [6577] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(4613), [6580] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(7412), [6583] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(6874), [6586] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(7413), [6589] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(3886), [6592] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(4611), [6595] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__declarator, 1), REDUCE(sym__type_specifier, 1, .production_id = 1), [6598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3752), [6600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4943), [6602] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 1), SHIFT(3965), [6605] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3651), [6607] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3988), [6609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1827), [6611] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1827), [6613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4955), [6615] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1886), [6617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1883), [6619] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1883), [6621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1881), [6623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1880), [6625] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1878), [6627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1876), [6629] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1875), [6631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1869), [6633] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1868), [6635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1868), [6637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1858), [6639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1834), [6641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1878), [6643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1875), [6645] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5623), [6647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5209), [6649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4031), [6651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5227), [6653] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5227), [6655] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5922), [6657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4022), [6659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5169), [6661] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5169), [6663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4000), [6665] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5331), [6667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1815), [6669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1441), [6671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1150), [6673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3894), [6675] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__type_specifier, 1), SHIFT(1629), [6678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3736), [6680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4512), [6682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(374), [6684] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1817), [6686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1972), [6688] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1972), [6690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1971), [6692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1969), [6694] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1968), [6696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1967), [6698] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1966), [6700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1965), [6702] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1964), [6704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1962), [6706] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1962), [6708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1796), [6710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1970), [6712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1968), [6714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1966), [6716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4486), [6718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5801), [6720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1697), [6722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3312), [6724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3619), [6726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2163), [6728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1909), [6730] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2007), [6732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1937), [6734] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1937), [6736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1873), [6738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1872), [6740] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1863), [6742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1851), [6744] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1824), [6746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1821), [6748] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2053), [6750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2053), [6752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1897), [6754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5882), [6756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1804), [6758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2041), [6760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1863), [6762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1824), [6764] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5944), [6766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5303), [6768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4070), [6770] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4820), [6772] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4822), [6774] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5898), [6776] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5951), [6778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1733), [6780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2210), [6782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1495), [6784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2760), [6786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3349), [6788] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_init_declarator, 3, .production_id = 101), [6790] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_condition_declaration, 4, .production_id = 164), [6792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3597), [6794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1447), [6796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2993), [6798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1453), [6800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4526), [6802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4971), [6804] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4971), [6806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3698), [6808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3010), [6810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4444), [6812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4644), [6814] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__declarator, 1), [6816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2132), [6818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2155), [6820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2220), [6822] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_comma_expression, 3, .production_id = 76), [6824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5877), [6826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2178), [6828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2903), [6830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1443), [6832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3430), [6834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2990), [6836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1449), [6838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3613), [6840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5319), [6842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2942), [6844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3208), [6846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3596), [6848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2450), [6850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2118), [6852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1451), [6854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4342), [6856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3741), [6858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4933), [6860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4137), [6862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3908), [6864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3606), [6866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5767), [6868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2090), [6870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3441), [6872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2100), [6874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4380), [6876] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 2, .production_id = 2), [6878] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 3, .production_id = 17), [6880] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_initializer_list_repeat1, 2), SHIFT(1733), [6883] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_initializer_list_repeat1, 2), [6885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1454), [6887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3355), [6889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3442), [6891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3728), [6893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7704), [6895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3627), [6897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5532), [6899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7313), [6901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1712), [6903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1717), [6905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(296), [6907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(293), [6909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(300), [6911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(274), [6913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(180), [6915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(190), [6917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1729), [6919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(202), [6921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(203), [6923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(250), [6925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(237), [6927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(205), [6929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(193), [6931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1678), [6933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(285), [6935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(213), [6937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(284), [6939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(231), [6941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(276), [6943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1725), [6945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1714), [6947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(267), [6949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1686), [6951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5529), [6953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7717), [6955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1652), [6957] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_optional_parameter_declaration, 3, .production_id = 141), [6959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2211), [6961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4537), [6963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5076), [6965] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5076), [6967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1413), [6969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4517), [6971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4828), [6973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7236), [6975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(246), [6977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(248), [6979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(253), [6981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(254), [6983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(257), [6985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(259), [6987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(528), [6989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(626), [6991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5520), [6993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7068), [6995] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_optional_parameter_declaration, 4, .production_id = 172), [6997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1124), [6999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(510), [7001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1713), [7003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(678), [7005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1732), [7007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1708), [7009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1154), [7011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5536), [7013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6990), [7015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3230), [7017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5519), [7019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7552), [7021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1148), [7023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(564), [7025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(207), [7027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(209), [7029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(216), [7031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(217), [7033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(222), [7035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(398), [7037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(522), [7039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(226), [7041] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_template_argument_list_repeat1, 2, .dynamic_precedence = 1), [7043] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_lambda_capture_specifier_repeat1, 2), [7045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1050), [7047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(431), [7049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5512), [7051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7363), [7053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1726), [7055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(170), [7057] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_generic_expression_repeat1, 4), [7059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5511), [7061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7314), [7063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(158), [7065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1679), [7067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(597), [7069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1677), [7071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(168), [7073] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_initializer_pair, 3, .production_id = 134), [7075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5509), [7077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7264), [7079] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 2), [7081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(529), [7083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(150), [7085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1688), [7087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(236), [7089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5499), [7091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7232), [7093] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumerator, 3, .production_id = 124), [7095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1711), [7097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(243), [7099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1696), [7101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(298), [7103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1682), [7105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(292), [7107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(289), [7109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(251), [7111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(282), [7113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(930), [7115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(271), [7117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1524), [7119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1651), [7121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1656), [7123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1692), [7125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(565), [7127] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1904), [7129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1915), [7131] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1915), [7133] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1866), [7135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1889), [7137] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1901), [7139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1906), [7141] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1907), [7143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1907), [7145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1925), [7147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1933), [7149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1866), [7151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1901), [7153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1160), [7155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3034), [7157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1955), [7159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1861), [7161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(100), [7163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1779), [7165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5983), [7167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1504), [7169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(280), [7171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1500), [7173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3685), [7175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1127), [7177] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3965), [7179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2652), [7181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1499), [7183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2960), [7185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(92), [7187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1252), [7189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1287), [7191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1932), [7193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(757), [7195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3219), [7197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3385), [7199] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_bitfield_clause, 2), [7201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2522), [7203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1138), [7205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3690), [7207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2630), [7209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2834), [7211] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ms_call_modifier, 1), [7213] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ms_call_modifier, 1), [7215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2020), [7217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1263), [7219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(232), [7221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2666), [7223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3231), [7225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1301), [7227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3683), [7229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1285), [7231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5347), [7233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(165), [7235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2535), [7237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6312), [7239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4950), [7241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(577), [7243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2368), [7245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1871), [7247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2961), [7249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3730), [7251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2588), [7253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(105), [7255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2836), [7257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2345), [7259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(573), [7261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2328), [7263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2346), [7265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6587), [7267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(272), [7269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3644), [7271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4544), [7273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(173), [7275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4782), [7277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2436), [7279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1928), [7281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2509), [7283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2511), [7285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2710), [7287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1867), [7289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(199), [7291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(513), [7293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1347), [7295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1830), [7297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3494), [7299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(687), [7301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(260), [7303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2239), [7305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(812), [7307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2635), [7309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2664), [7311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1371), [7313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2643), [7315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2501), [7317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1139), [7319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(692), [7321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2665), [7323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1162), [7325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1819), [7327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1169), [7329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3191), [7331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(218), [7333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4090), [7335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(162), [7337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1202), [7339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(693), [7341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2322), [7343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2731), [7345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5263), [7347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2623), [7349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3718), [7351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(255), [7353] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__binary_fold, 3, .production_id = 77), [7355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(427), [7357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(429), [7359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(279), [7361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2009), [7363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(486), [7365] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unary_left_fold, 3, .production_id = 50), [7367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(111), [7369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(817), [7371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(117), [7373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2330), [7375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(906), [7377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2614), [7379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3874), [7381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4567), [7383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5123), [7385] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5123), [7387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(951), [7389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(227), [7391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1892), [7393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(261), [7395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(113), [7397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1317), [7399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(965), [7401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(219), [7403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3725), [7405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3053), [7407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2598), [7409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4952), [7411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6288), [7413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4606), [7415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5153), [7417] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5153), [7419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1338), [7421] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3979), [7423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6388), [7425] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter_declaration, 1), [7427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4688), [7429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4623), [7431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5195), [7433] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5195), [7435] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5021), [7437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5021), [7439] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_explicit_function_specifier, 1), [7441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1987), [7443] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_explicit_function_specifier, 1), [7445] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_type_definition_repeat1, 2), SHIFT_REPEAT(2555), [7448] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_definition_repeat1, 2), SHIFT_REPEAT(2555), [7451] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__function_declarator_seq_repeat1, 2), [7453] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__function_declarator_seq_repeat1, 2), [7455] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__function_declarator_seq_repeat1, 2), SHIFT_REPEAT(7730), [7458] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(3728), [7461] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(7730), [7464] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(6922), [7467] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(7704), [7470] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(2555), [7473] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(3627), [7476] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_explicit_function_specifier, 4), [7478] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_explicit_function_specifier, 4), [7480] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_list, 3), [7482] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_list, 3), [7484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(347), [7486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5325), [7488] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sized_type_specifier_repeat1, 2), SHIFT_REPEAT(4560), [7491] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2872), [7493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5780), [7495] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2545), [7497] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3153), [7499] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5415), [7501] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4880), [7503] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4881), [7505] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4882), [7507] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3154), [7509] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7538), [7511] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4686), [7513] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3890), [7515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5766), [7517] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5465), [7519] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4866), [7521] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4867), [7523] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4868), [7525] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4626), [7527] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2800), [7529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5734), [7531] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2384), [7533] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2873), [7535] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5379), [7537] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4858), [7539] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4859), [7541] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4861), [7543] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2875), [7545] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7529), [7547] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4697), [7549] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2551), [7551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5726), [7553] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2279), [7555] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2756), [7557] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5469), [7559] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4840), [7561] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4841), [7563] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4842), [7565] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2804), [7567] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7455), [7569] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4634), [7571] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_list, 2), [7573] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_list, 2), [7575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(356), [7577] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2958), [7579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5804), [7581] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2557), [7583] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3246), [7585] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5374), [7587] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4864), [7589] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4863), [7591] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4835), [7593] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3275), [7595] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7415), [7597] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4670), [7599] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3737), [7601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5716), [7603] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5412), [7605] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4917), [7607] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4918), [7609] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4919), [7611] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4660), [7613] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_list, 4), [7615] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_list, 4), [7617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(355), [7619] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4825), [7621] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4560), [7623] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4826), [7625] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__function_declarator_seq_repeat1, 2), SHIFT_REPEAT(7412), [7628] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_pointer_declarator_repeat1, 2), [7630] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_pointer_declarator_repeat1, 2), [7632] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pointer_declarator_repeat1, 2), SHIFT_REPEAT(4767), [7635] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pointer_declarator_repeat1, 2), SHIFT_REPEAT(4761), [7638] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_type_definition_repeat1, 2), SHIFT_REPEAT(3886), [7641] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_definition_repeat1, 2), SHIFT_REPEAT(3886), [7644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5343), [7646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(619), [7648] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_type_definition_repeat1, 2), SHIFT_REPEAT(4517), [7651] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_definition_repeat1, 2), SHIFT_REPEAT(4517), [7654] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_parameter_list, 2), REDUCE(sym_argument_list, 2), [7657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5313), [7659] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ms_unaligned_ptr_modifier, 1), [7661] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ms_unaligned_ptr_modifier, 1), [7663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5346), [7665] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pointer_declarator_repeat1, 2), SHIFT_REPEAT(4820), [7668] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pointer_declarator_repeat1, 2), SHIFT_REPEAT(4822), [7671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6124), [7673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5356), [7675] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ms_pointer_modifier, 1), [7677] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ms_pointer_modifier, 1), [7679] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3772), [7681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5314), [7683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5329), [7685] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), [7687] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), [7689] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT_REPEAT(6661), [7692] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3635), [7694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(131), [7696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1421), [7698] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3998), [7700] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6141), [7702] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2694), [7704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(130), [7706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1433), [7708] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3538), [7710] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6186), [7712] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2791), [7714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(134), [7716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1428), [7718] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3587), [7720] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6189), [7722] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2404), [7724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(133), [7726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1415), [7728] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3033), [7730] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6021), [7732] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2515), [7734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(135), [7736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1432), [7738] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3270), [7740] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6041), [7742] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3759), [7744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(132), [7746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1414), [7748] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4514), [7750] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6140), [7752] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 1), SHIFT(2248), [7755] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 1), SHIFT(3380), [7758] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 1), SHIFT(2249), [7761] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__function_declarator_seq, 4, .production_id = 20), [7763] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__function_declarator_seq, 4, .production_id = 20), [7765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2376), [7767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1724), [7769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2048), [7771] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3897), [7773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2687), [7775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1663), [7777] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3653), [7779] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4600), [7781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2440), [7783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1667), [7785] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4235), [7787] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3824), [7789] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4586), [7791] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4597), [7793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2695), [7795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1681), [7797] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4721), [7799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1587), [7801] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5712), [7803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1591), [7805] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5236), [7807] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6067), [7809] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5287), [7811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1598), [7813] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5165), [7815] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6044), [7817] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5210), [7819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5779), [7821] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5426), [7823] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2572), [7825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5768), [7827] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2176), [7829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1590), [7831] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5557), [7833] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4016), [7835] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2810), [7837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1586), [7839] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5508), [7841] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6111), [7843] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5506), [7845] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5664), [7847] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5788), [7849] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5545), [7851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1593), [7853] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3600), [7855] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3816), [7857] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5238), [7859] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__preproc_expression, 1), [7861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4972), [7863] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__preproc_expression, 1), [7865] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__type_specifier, 1), SHIFT(1642), [7868] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5596), [7870] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_type_definition_repeat1, 2), SHIFT_REPEAT(5021), [7873] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_definition_repeat1, 2), SHIFT_REPEAT(5021), [7876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1595), [7878] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3513), [7880] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3599), [7882] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5445), [7884] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5167), [7886] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4362), [7888] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2819), [7890] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3937), [7892] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5391), [7894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1588), [7896] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3322), [7898] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3503), [7900] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3321), [7902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1599), [7904] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3003), [7906] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3002), [7908] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5643), [7910] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5371), [7912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5054), [7914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5151), [7916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5051), [7918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5011), [7920] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5011), [7922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5008), [7924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5018), [7926] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4988), [7928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5100), [7930] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5026), [7932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5102), [7934] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5006), [7936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5006), [7938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5096), [7940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5064), [7942] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4940), [7944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5067), [7946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5024), [7948] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6710), [7950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5025), [7952] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5025), [7954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4969), [7956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6858), [7958] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4978), [7960] = {.entry = {.count = 1, .reusable = false}}, SHIFT_EXTRA(), [7962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5115), [7964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4966), [7966] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4975), [7968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4990), [7970] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6626), [7972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5039), [7974] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5039), [7976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5135), [7978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6646), [7980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5107), [7982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5129), [7984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5136), [7986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5050), [7988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5109), [7990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5141), [7992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5142), [7994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5147), [7996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5133), [7998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5146), [8000] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_defined, 4), [8002] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_defined, 4), [8004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5179), [8006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2238), [8008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2338), [8010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11), [8012] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1403), [8014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1645), [8016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6652), [8018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5112), [8020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5029), [8022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5138), [8024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5065), [8026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5118), [8028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5092), [8030] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_defined, 2), [8032] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_defined, 2), [8034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5053), [8036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5108), [8038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2683), [8040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2), [8042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1605), [8044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6892), [8046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5149), [8048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5088), [8050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5040), [8052] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_binary_expression, 3, .production_id = 50), [8054] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_binary_expression, 3, .production_id = 50), [8056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2487), [8058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17), [8060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1621), [8062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6802), [8064] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_argument_list, 4), [8066] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_argument_list, 4), [8068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5134), [8070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5122), [8072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5082), [8074] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_preproc_argument_list_repeat1, 2), [8076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5052), [8078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5145), [8080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2720), [8082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19), [8084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1650), [8086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6707), [8088] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_call_expression, 2, .production_id = 7), [8090] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_call_expression, 2, .production_id = 7), [8092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5106), [8094] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_argument_list, 3), [8096] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_argument_list, 3), [8098] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_argument_list, 2), [8100] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_argument_list, 2), [8102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5131), [8104] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_parenthesized_expression, 3), [8106] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_parenthesized_expression, 3), [8108] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__function_declarator_seq, 5, .production_id = 20), [8110] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__function_declarator_seq, 5, .production_id = 20), [8112] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__function_declarator_seq, 6, .production_id = 20), [8114] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__function_declarator_seq, 6, .production_id = 20), [8116] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_unary_expression, 2, .production_id = 4), [8118] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_unary_expression, 2, .production_id = 4), [8120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5111), [8122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5116), [8124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5045), [8126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5127), [8128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5043), [8130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5031), [8132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5114), [8134] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4981), [8136] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5005), [8138] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4983), [8140] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4987), [8142] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4993), [8144] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4994), [8146] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4998), [8148] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4999), [8150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(367), [8152] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5090), [8154] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5063), [8156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5143), [8158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(375), [8160] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5966), [8162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(361), [8164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(34), [8166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(36), [8168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(370), [8170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(362), [8172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(33), [8174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23), [8176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(35), [8178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(31), [8180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5081), [8182] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ref_qualifier, 1), [8184] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ref_qualifier, 1), [8186] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4081), [8188] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6529), [8190] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2096), [8192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7092), [8194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5156), [8196] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6343), [8198] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1375), [8200] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4260), [8202] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6597), [8204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4945), [8206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2166), [8208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(58), [8210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4925), [8212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(75), [8214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4934), [8216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4690), [8218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(136), [8220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2464), [8222] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1408), [8224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1693), [8226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(44), [8228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(66), [8230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2730), [8232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2592), [8234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(70), [8236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(422), [8238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13), [8240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6836), [8242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(68), [8244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1170), [8246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10), [8248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6645), [8250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(42), [8252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(72), [8254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2401), [8256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(666), [8258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15), [8260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6957), [8262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(81), [8264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(923), [8266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3), [8268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6769), [8270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1189), [8272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8), [8274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6851), [8276] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5771), [8278] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6303), [8280] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__function_declarator_seq, 8, .production_id = 20), [8282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3245), [8284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5697), [8286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4936), [8288] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_throw_specifier, 3), [8290] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_throw_specifier, 3), [8292] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_noexcept, 3), [8294] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_noexcept, 3), [8296] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2175), [8298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7619), [8300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5241), [8302] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6339), [8304] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2923), [8306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3425), [8308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3336), [8310] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_noexcept, 1), [8312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1747), [8314] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_noexcept, 1), [8316] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_throw_specifier, 4), [8318] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_throw_specifier, 4), [8320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3050), [8322] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2102), [8324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7587), [8326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5253), [8328] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6355), [8330] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2939), [8332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3528), [8334] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_throw_specifier, 5), [8336] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_throw_specifier, 5), [8338] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_noexcept, 4), [8340] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_noexcept, 4), [8342] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2209), [8344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7444), [8346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5264), [8348] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6198), [8350] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2909), [8352] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2881), [8354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5270), [8356] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6456), [8358] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2835), [8360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7186), [8362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5272), [8364] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6526), [8366] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2890), [8368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3959), [8370] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__function_declarator_seq, 7, .production_id = 20), [8372] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__function_declarator_seq, 7, .production_id = 20), [8374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3602), [8376] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2081), [8378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5282), [8380] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6352), [8382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2995), [8384] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__function_declarator_seq_repeat2, 2), [8386] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__function_declarator_seq_repeat2, 2), SHIFT_REPEAT(5406), [8389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3962), [8391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4939), [8393] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2896), [8395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5288), [8397] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6584), [8399] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2935), [8401] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4194), [8403] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6204), [8405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4343), [8407] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4001), [8409] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6335), [8411] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2159), [8413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5296), [8415] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6259), [8417] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3142), [8419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5301), [8421] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6306), [8423] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__function_declarator_seq_repeat2, 2), [8425] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__function_declarator_seq_repeat2, 2), SHIFT_REPEAT(5423), [8428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3611), [8430] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2782), [8432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5305), [8434] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6495), [8436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4410), [8438] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2114), [8440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5308), [8442] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6225), [8444] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__function_declarator_seq, 8, .production_id = 20), [8446] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 4, .production_id = 119), [8448] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1409), [8450] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3889), [8452] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3657), [8454] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3625), [8456] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT_REPEAT(6874), [8459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1525), [8461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1705), [8463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1665), [8465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1700), [8467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1668), [8469] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2794), [8471] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_pointer_declarator, 3, .dynamic_precedence = 1, .production_id = 38), [8473] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 3, .production_id = 58), [8475] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3051), [8477] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3875), [8479] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5874), [8481] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6489), [8483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1653), [8485] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6169), [8487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5349), [8489] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6390), [8491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1727), [8493] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2924), [8495] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2550), [8497] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5446), [8499] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6353), [8501] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 2, .production_id = 36), [8503] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_pointer_declarator, 2, .dynamic_precedence = 1, .production_id = 5), [8505] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_reference_declarator, 2), [8507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1659), [8509] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 3, .production_id = 75), [8511] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 3), [8513] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5555), [8515] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5604), [8517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7425), [8519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7127), [8521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7528), [8523] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 5, .production_id = 150), [8525] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_array_declarator, 5, .production_id = 150), [8527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4926), [8529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4938), [8531] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5592), [8533] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_function_declarator, 2, .production_id = 21), [8535] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_function_declarator, 2, .production_id = 21), [8537] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5585), [8539] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5598), [8541] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_parenthesized_declarator, 3), [8543] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_parenthesized_declarator, 3), [8545] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 3, .production_id = 111), [8547] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_array_declarator, 3, .production_id = 111), [8549] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 2), [8551] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_array_declarator, 2), [8553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4949), [8555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4948), [8557] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 3, .production_id = 23), [8559] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trailing_return_type, 2), [8561] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trailing_return_type, 2), [8563] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 4, .production_id = 23), [8565] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_reference_declarator, 2, .dynamic_precedence = 1), [8567] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_declarator, 2, .dynamic_precedence = 1, .production_id = 5), [8569] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_declarator, 5, .dynamic_precedence = 1, .production_id = 149), [8571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7515), [8573] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5553), [8575] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5576), [8577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7304), [8579] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_virtual_specifier, 1), [8581] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5593), [8583] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5573), [8585] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5571), [8587] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5569), [8589] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5562), [8591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7355), [8593] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5601), [8595] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_virtual_specifier, 1), [8597] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5565), [8599] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_array_declarator, 3), [8601] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_function_declarator, 1, .production_id = 30), [8603] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__abstract_declarator, 1), [8605] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__abstract_declarator, 1), [8607] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_array_declarator, 4, .production_id = 23), [8609] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_function_declarator, 1, .production_id = 30), [8611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7259), [8613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7667), [8615] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5559), [8617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7229), [8619] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_declarator, 4, .dynamic_precedence = 1, .production_id = 79), [8621] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 4, .production_id = 105), [8623] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_array_declarator, 4, .production_id = 105), [8625] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 4, .production_id = 152), [8627] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_array_declarator, 4, .production_id = 152), [8629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1699), [8631] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_array_declarator, 3, .production_id = 23), [8633] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5558), [8635] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_declarator, 3, .dynamic_precedence = 1, .production_id = 38), [8637] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5603), [8639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(803), [8641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6806), [8643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5616), [8645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5985), [8647] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_field_declarator, 5, .dynamic_precedence = 1, .production_id = 149), [8649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2451), [8651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(38), [8653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6675), [8655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6033), [8657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1220), [8659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6620), [8661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6156), [8663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2331), [8665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(78), [8667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6616), [8669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6162), [8671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(530), [8673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6859), [8675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6013), [8677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2431), [8679] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_reference_field_declarator, 2, .dynamic_precedence = 1), [8681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2395), [8683] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_field_declarator, 2, .dynamic_precedence = 1, .production_id = 5), [8685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1354), [8687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6903), [8689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6022), [8691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2671), [8693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(62), [8695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6972), [8697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6063), [8699] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_field_declarator, 4, .dynamic_precedence = 1, .production_id = 79), [8701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4931), [8703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1242), [8705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6693), [8707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6023), [8709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2661), [8711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(86), [8713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6827), [8715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6070), [8717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1212), [8719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2696), [8721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2654), [8723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1323), [8725] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_declaration_repeat1, 2, .production_id = 5), [8727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(589), [8729] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_field_declarator, 3, .dynamic_precedence = 1, .production_id = 38), [8731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4932), [8733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1204), [8735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(806), [8737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4929), [8739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5653), [8741] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attributed_declarator, 2), [8743] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attributed_declarator, 2), [8745] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_field_declaration_repeat1, 2, .production_id = 5), [8747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4928), [8749] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT_REPEAT(6922), [8752] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_declarator, 4, .production_id = 23), [8754] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_declarator, 4, .production_id = 23), [8756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1397), [8758] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_declarator, 3, .dynamic_precedence = -10), [8760] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_declarator, 3, .dynamic_precedence = -10), [8762] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5879), [8764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5658), [8766] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5815), [8768] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5809), [8770] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_declarator, 3, .production_id = 23), [8772] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_declarator, 3, .production_id = 23), [8774] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5864), [8776] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5714), [8778] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5866), [8780] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5790), [8782] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__field_declarator, 1, .production_id = 91), [8784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(344), [8786] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__field_declarator, 1, .production_id = 91), [8788] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_structured_binding_declarator, 3, .dynamic_precedence = -1), [8790] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_structured_binding_declarator, 3, .dynamic_precedence = -1), [8792] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declarator, 2, .dynamic_precedence = 1, .production_id = 21), [8794] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declarator, 2, .dynamic_precedence = 1, .production_id = 21), [8796] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5822), [8798] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5807), [8800] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5868), [8802] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5724), [8804] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5833), [8806] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5717), [8808] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_structured_binding_declarator, 4, .dynamic_precedence = -1), [8810] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_structured_binding_declarator, 4, .dynamic_precedence = -1), [8812] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5813), [8814] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5787), [8816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4923), [8818] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_declarator, 5, .production_id = 150), [8820] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_declarator, 5, .production_id = 150), [8822] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_declarator, 4, .production_id = 105), [8824] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_declarator, 4, .production_id = 105), [8826] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attributed_field_declarator, 2), [8828] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attributed_field_declarator, 2), [8830] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5954), [8832] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6592), [8834] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5855), [8836] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5799), [8838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4962), [8840] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5825), [8842] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5735), [8844] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_field_declarator, 3, .dynamic_precedence = -10), [8846] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_field_declarator, 3, .dynamic_precedence = -10), [8848] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_field_declarator, 3, .production_id = 23), [8850] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_field_declarator, 3, .production_id = 23), [8852] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__field_declarator, 1), [8854] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__field_declarator, 1), [8856] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_declaration, 2, .production_id = 62), [8858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1885), [8860] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_field_declarator, 5, .production_id = 150), [8862] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_field_declarator, 5, .production_id = 150), [8864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1864), [8866] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_field_declarator, 2, .dynamic_precedence = 1, .production_id = 21), [8868] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_field_declarator, 2, .dynamic_precedence = 1, .production_id = 21), [8870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1988), [8872] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_field_declarator, 4, .production_id = 105), [8874] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_field_declarator, 4, .production_id = 105), [8876] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_output_operand_list, 1), [8878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7330), [8880] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_field_declarator, 4, .production_id = 23), [8882] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_field_declarator, 4, .production_id = 23), [8884] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3063), [8886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5774), [8888] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_input_operand_list, 1), [8890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7491), [8892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5235), [8894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1520), [8896] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1406), [8898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1463), [8900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(701), [8902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4941), [8904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2352), [8906] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6109), [8908] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4753), [8910] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6712), [8912] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3636), [8914] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6788), [8916] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6025), [8918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(726), [8920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2649), [8922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1165), [8924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2321), [8926] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3900), [8928] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6622), [8930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2360), [8932] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6081), [8934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(419), [8936] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2415), [8938] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6705), [8940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2400), [8942] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_type_declarator, 2, .dynamic_precedence = 1, .production_id = 5), [8944] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2471), [8946] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6799), [8948] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5980), [8950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2524), [8952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2528), [8954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1134), [8956] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3769), [8958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2529), [8960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4457), [8962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2548), [8964] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3649), [8966] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6843), [8968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2714), [8970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2747), [8972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2748), [8974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2755), [8976] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_type_declarator, 3, .dynamic_precedence = 1, .production_id = 38), [8978] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6378), [8980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6068), [8982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7631), [8984] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4589), [8986] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6627), [8988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(846), [8990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(699), [8992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1497), [8994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4325), [8996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4324), [8998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(460), [9000] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6523), [9002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7593), [9004] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3814), [9006] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_capture_specifier, 3), [9008] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lambda_capture_specifier, 3), [9010] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript_designator, 3), [9012] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2566), [9014] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6811), [9016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1068), [9018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1070), [9020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(475), [9022] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3029), [9024] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6941), [9026] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4577), [9028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4355), [9030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(686), [9032] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4134), [9034] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6964), [9036] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5213), [9038] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6937), [9040] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2719), [9042] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6888), [9044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(468), [9046] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4554), [9048] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6790), [9050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1184), [9052] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_type_declarator, 4, .dynamic_precedence = 1, .production_id = 79), [9054] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6519), [9056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7126), [9058] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6175), [9060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4922), [9062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1178), [9064] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6032), [9066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1177), [9068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1007), [9070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1164), [9072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1163), [9074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2701), [9076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2702), [9078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1494), [9080] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6035), [9082] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_type_declarator, 5, .dynamic_precedence = 1, .production_id = 149), [9084] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6563), [9086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7548), [9088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2658), [9090] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2808), [9092] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6614), [9094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1161), [9096] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6038), [9098] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6606), [9100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7169), [9102] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6097), [9104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1334), [9106] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__scope_resolution, 1), [9108] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__scope_resolution, 1), [9110] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2040), [9112] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4563), [9114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2461), [9116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3668), [9118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2639), [9120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1684), [9122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2389), [9124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3673), [9126] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1923), [9128] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4595), [9130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1275), [9132] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2003), [9134] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4584), [9136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1269), [9138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3744), [9140] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1930), [9142] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4582), [9144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1703), [9146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1210), [9148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3679), [9150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(507), [9152] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1927), [9154] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4578), [9156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1666), [9158] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attributed_type_declarator, 2), [9160] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attributed_type_declarator, 2), [9162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(790), [9164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3700), [9166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2612), [9168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1723), [9170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2375), [9172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1721), [9174] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1862), [9176] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_clobber_list, 1), [9178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1702), [9180] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2042), [9182] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4561), [9184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1715), [9186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5613), [9188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1195), [9190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5679), [9192] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_definition_repeat2, 2, .production_id = 5), [9194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2539), [9196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1687), [9198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2670), [9200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3745), [9202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1355), [9204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(558), [9206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(782), [9208] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1911), [9210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1658), [9212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(758), [9214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1321), [9216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3696), [9218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1670), [9220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(569), [9222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3711), [9224] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_operator_cast, 3, .production_id = 54), [9226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2722), [9228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3662), [9230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1200), [9232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1661), [9234] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1902), [9236] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4562), [9238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1280), [9240] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6165), [9242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5967), [9244] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7007), [9246] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_capture_specifier, 5), [9248] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lambda_capture_specifier, 5), [9250] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6452), [9252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5928), [9254] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_capture_specifier, 4), [9256] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lambda_capture_specifier, 4), [9258] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_capture_specifier, 6), [9260] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lambda_capture_specifier, 6), [9262] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6319), [9264] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6271), [9266] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6207), [9268] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5995), [9270] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5996), [9272] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6474), [9274] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6085), [9276] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6024), [9278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5484), [9280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6121), [9282] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_declarator, 1, .production_id = 39), [9284] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_declarator, 1, .production_id = 39), [9286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5523), [9288] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type_declarator, 5, .production_id = 150), [9290] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_type_declarator, 5, .production_id = 150), [9292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(562), [9294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1918), [9296] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type_declarator, 4, .production_id = 23), [9298] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_type_declarator, 4, .production_id = 23), [9300] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type_declarator, 4, .production_id = 105), [9302] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_type_declarator, 4, .production_id = 105), [9304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2726), [9306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2059), [9308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5516), [9310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2388), [9312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2013), [9314] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3168), [9316] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6885), [9318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5546), [9320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5510), [9322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2365), [9324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1818), [9326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1349), [9328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1919), [9330] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_field_declaration_repeat1, 2, .production_id = 103), SHIFT_REPEAT(5179), [9333] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_field_declaration_repeat1, 2, .production_id = 103), [9335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2483), [9337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1992), [9339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5495), [9341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1339), [9343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1946), [9345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(770), [9347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1982), [9349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5487), [9351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1222), [9353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2045), [9355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2735), [9357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1950), [9359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2456), [9361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1981), [9363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1312), [9365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1959), [9367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5483), [9369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1234), [9371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1978), [9373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5503), [9375] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_type_declarator, 3, .dynamic_precedence = -10), [9377] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_type_declarator, 3, .dynamic_precedence = -10), [9379] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type_declarator, 3, .production_id = 23), [9381] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_type_declarator, 3, .production_id = 23), [9383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1274), [9385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2060), [9387] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__scope_resolution, 2, .production_id = 13), [9389] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__scope_resolution, 2, .production_id = 13), [9391] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3406), [9393] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6845), [9395] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type_declarator, 2, .production_id = 80), [9397] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type_declarator, 2, .production_id = 80), [9399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(748), [9401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2024), [9403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1929), [9405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1683), [9407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7442), [9409] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_initializer_pair_repeat1, 2), SHIFT_REPEAT(1929), [9412] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_initializer_pair_repeat1, 2), [9414] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_initializer_pair_repeat1, 2), SHIFT_REPEAT(7442), [9417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2584), [9419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1953), [9421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5522), [9423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5482), [9425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2605), [9427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1984), [9429] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3537), [9431] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6868), [9433] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_declarator, 1, .production_id = 1), [9435] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_declarator, 1, .production_id = 1), [9437] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__scope_resolution, 2, .production_id = 27), [9439] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__scope_resolution, 2, .production_id = 27), [9441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(525), [9443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1896), [9445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5539), [9447] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_gnu_asm_expression_repeat1, 2), [9449] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_gnu_asm_expression_repeat1, 2), SHIFT_REPEAT(6121), [9452] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_declarator, 1), [9454] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_declarator, 1), [9456] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2979), [9458] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6846), [9460] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6921), [9462] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_qualified_field_identifier, 2, .production_id = 107), [9464] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6654), [9466] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_optional_type_parameter_declaration, 4, .production_id = 171), [9468] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6935), [9470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5383), [9472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6602), [9474] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_optional_type_parameter_declaration, 3, .production_id = 140), [9476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5959), [9478] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6589), [9480] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6910), [9482] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 1, .production_id = 6), [9484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7207), [9486] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6786), [9488] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_access_specifier, 1), [9490] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_access_specifier, 1), [9492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5384), [9494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5852), [9496] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_output_operand_list, 2, .production_id = 136), [9498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6749), [9500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3549), [9502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5966), [9504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3729), [9506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2099), [9508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3665), [9510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1250), [9512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2191), [9514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3320), [9516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3735), [9518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6585), [9520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6324), [9522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7585), [9524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3994), [9526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5736), [9528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6615), [9530] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__namespace_specifier, 1, .production_id = 16), [9532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5957), [9534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5965), [9536] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2304), [9538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6166), [9540] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6166), [9542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2798), [9544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3661), [9546] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_gnu_asm_input_operand_list_repeat1, 2, .production_id = 182), SHIFT_REPEAT(5826), [9549] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_gnu_asm_input_operand_list_repeat1, 2, .production_id = 182), [9551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2151), [9553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3348), [9555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6199), [9557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5113), [9559] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_base_class_clause, 3), [9561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2219), [9563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2250), [9565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5953), [9567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(813), [9569] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2228), [9571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6177), [9573] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6177), [9575] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_gnu_asm_clobber_list_repeat1, 2, .production_id = 201), SHIFT_REPEAT(5909), [9578] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_gnu_asm_clobber_list_repeat1, 2, .production_id = 201), [9580] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2743), [9582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6537), [9584] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7638), [9586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(546), [9588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4643), [9590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2725), [9592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3563), [9594] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3638), [9596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6060), [9598] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6060), [9600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1277), [9602] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 3, .production_id = 84), [9604] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2383), [9606] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7337), [9608] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1307), [9610] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6998), [9612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1423), [9614] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2486), [9616] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_gnu_asm_output_operand_list_repeat1, 2, .production_id = 182), SHIFT_REPEAT(5852), [9619] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_gnu_asm_output_operand_list_repeat1, 2, .production_id = 182), [9621] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3412), [9623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6079), [9625] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6079), [9627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3669), [9629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5909), [9631] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_clobber_list, 3, .production_id = 195), [9633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7334), [9635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2887), [9637] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3633), [9639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6560), [9641] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_base_class_clause, 2), [9643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3676), [9645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1422), [9647] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7610), [9649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6132), [9651] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6132), [9653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5826), [9655] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_input_operand_list, 3, .production_id = 168), [9657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6983), [9659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2245), [9661] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_clobber_list, 2, .production_id = 183), [9663] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3417), [9665] = {.entry = {.count = 1, .reusable = false}}, SHIFT(772), [9667] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7592), [9669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2586), [9671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2161), [9673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7274), [9675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3687), [9677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2902), [9679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5963), [9681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2093), [9683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2120), [9685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2355), [9687] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_qualified_operator_cast_identifier, 2, .production_id = 31), [9689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7393), [9691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3101), [9693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3723), [9695] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1363), [9697] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7144), [9699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3712), [9701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1315), [9703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1431), [9705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6512), [9707] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_base_class_clause, 5), [9709] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1254), [9711] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7397), [9713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7217), [9715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3315), [9717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3740), [9719] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_qualifier, 1), [9721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7246), [9723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4824), [9725] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2715), [9727] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7247), [9729] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2315), [9731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5997), [9733] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5997), [9735] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_output_operand_list, 3, .production_id = 168), [9737] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7674), [9739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3716), [9741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3724), [9743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7648), [9745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2765), [9747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3751), [9749] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_input_operand_list, 2, .production_id = 136), [9751] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2418), [9753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6179), [9755] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6179), [9757] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3839), [9759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6190), [9761] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6190), [9763] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2476), [9765] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7285), [9767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5955), [9769] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_string_literal_repeat1, 2), [9771] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_literal_repeat1, 2), SHIFT_REPEAT(6166), [9774] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_literal_repeat1, 2), SHIFT_REPEAT(6166), [9777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3708), [9779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2133), [9781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7284), [9783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3141), [9785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2445), [9787] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2232), [9789] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2420), [9791] = {.entry = {.count = 1, .reusable = false}}, SHIFT(590), [9793] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7210), [9795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6427), [9797] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variadic_declarator, 1), [9799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2449), [9801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3693), [9803] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2499), [9805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6047), [9807] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6047), [9809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6578), [9811] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_base_class_clause, 4), [9813] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3847), [9815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6841), [9817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4482), [9819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2703), [9821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3569), [9823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6634), [9825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2784), [9827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6967), [9829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3485), [9831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6235), [9833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3134), [9835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6590), [9837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3742), [9839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6730), [9841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4322), [9843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6258), [9845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6330), [9847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2278), [9849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2448), [9851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6741), [9853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6681), [9855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1445), [9857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3247), [9859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5708), [9861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(122), [9863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6968), [9865] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_base_class_clause_repeat1, 2), SHIFT_REPEAT(5113), [9868] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_base_class_clause_repeat1, 2), [9870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2109), [9872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2402), [9874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2398), [9876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2110), [9878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1404), [9880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2095), [9882] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_init_declarator, 2, .production_id = 64), [9884] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_condition_declaration, 3, .production_id = 130), [9886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6672), [9888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1446), [9890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3049), [9892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6364), [9894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3341), [9896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1508), [9898] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_nested_namespace_specifier, 3), [9900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5962), [9902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1176), [9904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2217), [9906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3124), [9908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6257), [9910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2223), [9912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2224), [9914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(310), [9916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(911), [9918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1509), [9920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2506), [9922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2502), [9924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2505), [9926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2651), [9928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2650), [9930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2121), [9932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3342), [9934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1179), [9936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1180), [9938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(683), [9940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3117), [9942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2813), [9944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6866), [9946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2198), [9948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5884), [9950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3228), [9952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5839), [9954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6697), [9956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2913), [9958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1185), [9960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3226), [9962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2628), [9964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2897), [9966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(478), [9968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(600), [9970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1171), [9972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(694), [9974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1182), [9976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1181), [9978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2106), [9980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2101), [9982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2098), [9984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2105), [9986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6644), [9988] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enumerator_list_repeat1, 2), SHIFT_REPEAT(6657), [9991] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_enumerator_list_repeat1, 2), [9993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3748), [9995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3213), [9997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6733), [9999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3299), [10001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5881), [10003] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_input_operand, 7, .production_id = 205), [10005] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_output_operand, 7, .production_id = 205), [10007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6267), [10009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2922), [10011] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variadic_parameter_declaration, 2, .production_id = 62), [10013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5636), [10015] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_gnu_asm_goto_list_repeat1, 2, .production_id = 204), SHIFT_REPEAT(7653), [10018] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_gnu_asm_goto_list_repeat1, 2, .production_id = 204), [10020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(704), [10022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5883), [10024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5615), [10026] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_initializer_list, 2), [10028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6825), [10030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3211), [10032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2467), [10034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6680), [10036] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_initializer_list_repeat1, 2), SHIFT_REPEAT(1457), [10039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6678), [10041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2601), [10043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2599), [10045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7653), [10047] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_goto_list, 3, .production_id = 202), [10049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3296), [10051] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_gnu_asm_clobber_list_repeat1, 2, .production_id = 183), [10053] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_input_operand, 4, .production_id = 194), [10055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6347), [10057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4815), [10059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6876), [10061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6200), [10063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2802), [10065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2094), [10067] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_generic_expression_repeat1, 2), SHIFT_REPEAT(3698), [10070] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_generic_expression_repeat1, 2), [10072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1166), [10074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6832), [10076] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_base_class_clause_repeat1, 5), [10078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2891), [10080] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumerator, 1, .production_id = 6), [10082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2023), [10084] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 2), SHIFT_REPEAT(1697), [10087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6291), [10089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2944), [10091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3702), [10093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1405), [10095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2255), [10097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2477), [10099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2480), [10101] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variadic_reference_declarator, 2), [10103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6664), [10105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6900), [10107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6425), [10109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6762), [10111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2292), [10113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7374), [10115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6852), [10117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6647), [10119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6795), [10121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2323), [10123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2591), [10125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(421), [10127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4804), [10129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6369), [10131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1167), [10133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2283), [10135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4553), [10137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6611), [10139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6691), [10141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6940), [10143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3981), [10145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6724), [10147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2901), [10149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2907), [10151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2926), [10153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1528), [10155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1168), [10157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(420), [10159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3327), [10161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3992), [10163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2392), [10165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2399), [10167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(981), [10169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4794), [10171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(463), [10173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1452), [10175] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_template_argument_list_repeat1, 2, .dynamic_precedence = 3), [10177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3551), [10179] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_definition_repeat2, 2, .production_id = 103), SHIFT_REPEAT(5235), [10182] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_definition_repeat2, 2, .production_id = 103), [10184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2327), [10186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2129), [10188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1219), [10190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(462), [10192] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_template_argument_list_repeat1, 2), SHIFT_REPEAT(374), [10195] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_template_argument_list_repeat1, 2), [10197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(979), [10199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2127), [10201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2126), [10203] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_gnu_asm_input_operand_list_repeat1, 2, .production_id = 136), [10205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4050), [10207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5890), [10209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6635), [10211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6800), [10213] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variadic_type_parameter_declaration, 2), [10215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2218), [10217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6872), [10219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3424), [10221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3437), [10223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6943), [10225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2732), [10227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3480), [10229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3481), [10231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2152), [10233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2739), [10235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2744), [10237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3491), [10239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3493), [10241] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_output_operand, 4, .production_id = 194), [10243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2527), [10245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6662), [10247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6663), [10249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5035), [10251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2153), [10253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2148), [10255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2146), [10257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7039), [10259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1136), [10261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3076), [10263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2540), [10265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2541), [10267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4435), [10269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4304), [10271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2546), [10273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1135), [10275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6748), [10277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2276), [10279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2131), [10281] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variadic_declarator, 2), [10283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3989), [10285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2181), [10287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2195), [10289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2201), [10291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6250), [10293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3313), [10295] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_base_class_clause, 7), [10297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3448), [10299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2136), [10301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5740), [10303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2746), [10305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3530), [10307] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_throw_specifier_repeat1, 2), SHIFT_REPEAT(3664), [10310] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_throw_specifier_repeat1, 2), [10312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5748), [10314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5750), [10316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5754), [10318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1444), [10320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2750), [10322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2751), [10324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2135), [10326] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_template_parameter_list_repeat1, 2), SHIFT_REPEAT(2198), [10329] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_template_parameter_list_repeat1, 2), [10331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2753), [10333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(662), [10335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1496), [10337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6834), [10339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3944), [10341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3714), [10343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6417), [10345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3083), [10347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3575), [10349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3577), [10351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3604), [10353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4056), [10355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3603), [10357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3598), [10359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3590), [10361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4491), [10363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1122), [10365] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_lambda_capture_specifier_repeat1, 2), SHIFT_REPEAT(1909), [10368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1066), [10370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3526), [10372] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_requires_parameter_list_repeat1, 2), SHIFT_REPEAT(2292), [10375] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_requires_parameter_list_repeat1, 2), [10377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6545), [10379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3916), [10381] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__namespace_specifier, 2, .production_id = 55), [10383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1172), [10385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1173), [10387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2167), [10389] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_nested_namespace_specifier, 2), [10391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2171), [10393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2172), [10395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2173), [10397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3064), [10399] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_goto_list, 2, .production_id = 196), [10401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6684), [10403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3065), [10405] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_parameter_list_repeat1, 2), SHIFT_REPEAT(2283), [10408] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_parameter_list_repeat1, 2), [10410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(411), [10412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2187), [10414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6883), [10416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2761), [10418] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_repeat1, 2, .production_id = 103), SHIFT_REPEAT(4690), [10421] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_declaration_repeat1, 2, .production_id = 103), [10423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2792), [10425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2770), [10427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2777), [10429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3040), [10431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1448), [10433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3556), [10435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(426), [10437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6460), [10439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3093), [10441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5626), [10443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3664), [10445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5250), [10447] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_base_class_clause, 6), [10449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3586), [10451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3347), [10453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3591), [10455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3332), [10457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3317), [10459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3307), [10461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1308), [10463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6668), [10465] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_gnu_asm_output_operand_list_repeat1, 2, .production_id = 136), [10467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(789), [10469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4585), [10471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6780), [10473] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_field_initializer_list_repeat1, 2), SHIFT_REPEAT(5615), [10476] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_field_initializer_list_repeat1, 2), [10478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(631), [10480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6735), [10482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4642), [10484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(630), [10486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4641), [10488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4640), [10490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4639), [10492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1186), [10494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3609), [10496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6410), [10498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6773), [10500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6761), [10502] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_base_class_clause_repeat1, 4), [10504] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_argument_list_repeat1, 2), SHIFT_REPEAT(5054), [10507] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attribute_declaration_repeat1, 2), SHIFT_REPEAT(6967), [10510] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_attribute_declaration_repeat1, 2), [10512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3612), [10514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1466), [10516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4136), [10518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3927), [10520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6566), [10522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2900), [10524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1450), [10526] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_params_repeat1, 2), SHIFT_REPEAT(6662), [10529] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_preproc_params_repeat1, 2), [10531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4404), [10533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5148), [10535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(984), [10537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3610), [10539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3616), [10541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2878), [10543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3617), [10545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6621), [10547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1362), [10549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1484), [10551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1490), [10553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3910), [10555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2949), [10557] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_structured_binding_declarator_repeat1, 2), SHIFT_REPEAT(7248), [10560] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_structured_binding_declarator_repeat1, 2), [10562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3069), [10564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6772), [10566] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_designator, 2, .production_id = 95), [10568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4446), [10570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4448), [10572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6637), [10574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1506), [10576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6688), [10578] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_base_class_clause_repeat1, 3), [10580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5260), [10582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6700), [10584] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_initializer, 2, .production_id = 91), [10586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3004), [10588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2382), [10590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6914), [10592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3354), [10594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1461), [10596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3969), [10598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3671), [10600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6690), [10602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2950), [10604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3933), [10606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6694), [10608] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_initializer, 2), [10610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3929), [10612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6701), [10614] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_initializer_list, 3), [10616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4461), [10618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6283), [10620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4480), [10622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2130), [10624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4476), [10626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4456), [10628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(575), [10630] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_qualified_field_identifier, 2, .production_id = 31), [10632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6734), [10634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7321), [10636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7320), [10638] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1255), [10640] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7460), [10642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7031), [10644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7033), [10646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6737), [10648] = {.entry = {.count = 1, .reusable = false}}, SHIFT(599), [10650] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7170), [10652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5150), [10654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7150), [10656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6862), [10658] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2678), [10660] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7574), [10662] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1262), [10664] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7113), [10666] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7340), [10668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(354), [10670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1765), [10672] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7056), [10674] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7288), [10676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1206), [10678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5964), [10680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6676), [10682] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_params, 3), [10684] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_params, 4), [10686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(345), [10688] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1341), [10690] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7606), [10692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7272), [10694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7270), [10696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7298), [10698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7702), [10700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(358), [10702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7379), [10704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7378), [10706] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_initializer, 3), [10708] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1228), [10710] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7372), [10712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(342), [10714] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_initializer, 3, .production_id = 91), [10716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(351), [10718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6699), [10720] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7414), [10722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5017), [10724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7168), [10726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6934), [10728] = {.entry = {.count = 1, .reusable = false}}, SHIFT(514), [10730] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7256), [10732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6488), [10734] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_goto_list, 1), [10736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(357), [10738] = {.entry = {.count = 1, .reusable = false}}, SHIFT(801), [10740] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7561), [10742] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter_pack_expansion, 2, .production_id = 25), [10744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(348), [10746] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_template_parameter_declaration, 3, .production_id = 53), [10748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6980), [10750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7047), [10752] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_params, 2), [10754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1297), [10756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6837), [10758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6725), [10760] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2358), [10762] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7345), [10764] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7089), [10766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6969), [10768] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variadic_type_parameter_declaration, 3, .production_id = 139), [10770] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 2, .production_id = 6), [10772] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_template_argument_list_repeat1, 2, .dynamic_precedence = 2), [10774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7567), [10776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7566), [10778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6791), [10780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7428), [10782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7709), [10784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7240), [10786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7239), [10788] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2590), [10790] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7346), [10792] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_base_class_clause_repeat1, 6), [10794] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7200), [10796] = {.entry = {.count = 1, .reusable = false}}, SHIFT(760), [10798] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7628), [10800] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2354), [10802] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7317), [10804] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 4, .production_id = 84), [10806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6878), [10808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6854), [10810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6717), [10812] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7607), [10814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7231), [10816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7237), [10818] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2700), [10820] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7235), [10822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6703), [10824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7463), [10826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7716), [10828] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_gnu_asm_goto_list_repeat1, 2, .production_id = 196), [10830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6779), [10832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6739), [10834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7493), [10836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7722), [10838] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2663), [10840] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7255), [10842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7654), [10844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7655), [10846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7521), [10848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7727), [10850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1364), [10852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(567), [10854] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1231), [10856] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7042), [10858] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2512), [10860] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7301), [10862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(755), [10864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6764), [10866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6782), [10868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1825), [10870] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7614), [10872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6938), [10874] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2453), [10876] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7267), [10878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7734), [10880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7732), [10882] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1365), [10884] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7506), [10886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3626), [10888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4010), [10890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7723), [10892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3832), [10894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7600), [10896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(336), [10898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3384), [10900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7605), [10902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7724), [10904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2374), [10906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1330), [10908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5), [10910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6029), [10912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1327), [10914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1956), [10916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7713), [10918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(244), [10920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1374), [10922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1216), [10924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1232), [10926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(214), [10928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(146), [10930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7686), [10932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7370), [10934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6479), [10936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7431), [10938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2252), [10940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3400), [10942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7666), [10944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7376), [10946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(256), [10948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7668), [10950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1238), [10952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(262), [10954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1239), [10956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6080), [10958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21), [10960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7010), [10962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2372), [10964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7318), [10966] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_requires_parameter_list, 3), [10968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7302), [10970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(339), [10972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1264), [10974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5003), [10976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7612), [10978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7281), [10980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1265), [10982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7597), [10984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7214), [10986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1267), [10988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3376), [10990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3418), [10992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1326), [10994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7199), [10996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5137), [10998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2333), [11000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2332), [11002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4), [11004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1155), [11006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6180), [11008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1156), [11010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3553), [11012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7562), [11014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1306), [11016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1310), [11018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1292), [11020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2498), [11022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1283), [11024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2362), [11026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2369), [11028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7555), [11030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7129), [11032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2373), [11034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(159), [11036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7546), [11038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3574), [11040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1257), [11042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(191), [11044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2348), [11046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3884), [11048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7539), [11050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2320), [11052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3302), [11054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7323), [11056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2317), [11058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2324), [11060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(471), [11062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2325), [11064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7525), [11066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3579), [11068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3584), [11070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3592), [11072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(220), [11074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1720), [11076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1303), [11078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(229), [11080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6115), [11082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7468), [11084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7421), [11086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3912), [11088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(278), [11090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1246), [11092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1016), [11094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2521), [11096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2329), [11098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2339), [11100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7377), [11102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7081), [11104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(242), [11106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3608), [11108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7366), [11110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4041), [11112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1342), [11114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1147), [11116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6660), [11118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7361), [11120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3614), [11122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7598), [11124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2672), [11126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1131), [11128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1130), [11130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7069), [11132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7357), [11134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2684), [11136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(110), [11138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4007), [11140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7354), [11142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2737), [11144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6042), [11146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7064), [11148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(340), [11150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(119), [11152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(440), [11154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7043), [11156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(537), [11158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(30), [11160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1336), [11162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7319), [11164] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1), SHIFT(7440), [11167] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1), SHIFT(7419), [11170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7036), [11172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1669), [11174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2956), [11176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2955), [11178] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1), SHIFT(7408), [11181] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1), SHIFT(7402), [11184] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1), SHIFT(7401), [11187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2954), [11189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6979), [11191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3177), [11193] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1), SHIFT(7398), [11196] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1), SHIFT(7386), [11199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3413), [11201] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1), SHIFT(7384), [11204] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1), SHIFT(7375), [11207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6164), [11209] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1), SHIFT(7373), [11212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7060), [11214] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1), SHIFT(7303), [11217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(493), [11219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3438), [11221] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1), SHIFT(7294), [11224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14), [11226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6043), [11228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7293), [11230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7269), [11232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6039), [11234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1345), [11236] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elifdef, 3, .production_id = 74), [11238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(518), [11240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(517), [11242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4073), [11244] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1), SHIFT(7399), [11247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4615), [11249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2754), [11251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2749), [11253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2571), [11255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2441), [11257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2549), [11259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2534), [11261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(142), [11263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2351), [11265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6127), [11267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3351), [11269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2688), [11271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1230), [11273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(534), [11275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2662), [11277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2387), [11279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2648), [11281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2637), [11283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7238), [11285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(526), [11287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7245), [11289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2611), [11291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3876), [11293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3731), [11295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4785), [11297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2742), [11299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6658), [11301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5547), [11303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5548), [11305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2634), [11307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5549), [11309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2716), [11311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(509), [11313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(512), [11315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(527), [11317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2481), [11319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2629), [11321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2618), [11323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2616), [11325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1221), [11327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2507), [11329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1241), [11331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2432), [11333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2433), [11335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1244), [11337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7280), [11339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6610), [11341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2439), [11343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7185), [11345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2492), [11347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1789), [11349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2429), [11351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3125), [11353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7227), [11355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1655), [11357] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ms_based_modifier, 2), [11359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2454), [11361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(432), [11363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3357), [11365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6638), [11367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7244), [11369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7163), [11371] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unary_right_fold, 3, .production_id = 50), [11373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5310), [11375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5299), [11377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1999), [11379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7154), [11381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5307), [11383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2475), [11385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3048), [11387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2393), [11389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6008), [11391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(781), [11393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(570), [11395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(571), [11397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1175), [11399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7135), [11401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(572), [11403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2341), [11405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(774), [11407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3440), [11409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2342), [11411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2216), [11413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7329), [11415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2350), [11417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3934), [11419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1936), [11421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(334), [11423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7074), [11425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2933), [11427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7478), [11429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7487), [11431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1938), [11433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(578), [11435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2397), [11437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2697), [11439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4255), [11441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2193), [11443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2189), [11445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2186), [11447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2385), [11449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2706), [11451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2532), [11453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2536), [11455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2537), [11457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2538), [11459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3423), [11461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2424), [11463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1305), [11465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4473), [11467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3498), [11469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2428), [11471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1299), [11473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4405), [11475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3532), [11477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1314), [11479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1467), [11481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7519), [11483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(804), [11485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1281), [11487] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_requires_parameter_list, 4), [11489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3062), [11491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7383), [11493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1261), [11495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1260), [11497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(583), [11499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2542), [11501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3084), [11503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(144), [11505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2519), [11507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6509), [11509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(145), [11511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2518), [11513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5645), [11515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2517), [11517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5976), [11519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1227), [11521] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elif, 4, .production_id = 116), [11523] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elifdef, 4, .production_id = 117), [11525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(277), [11527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6850), [11529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7048), [11531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3175), [11533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1786), [11535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2603), [11537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1664), [11539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2600), [11541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6871), [11543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1523), [11545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7040), [11547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(584), [11549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2597), [11551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1888), [11553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7038), [11555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2596), [11557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2595), [11559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2226), [11561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2503), [11563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1268), [11565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7021), [11567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2500), [11569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6571), [11571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3517), [11573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7008), [11575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1908), [11577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3515), [11579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2052), [11581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3519), [11583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3520), [11585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1718), [11587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1775), [11589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6946), [11591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6985), [11593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1253), [11595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2049), [11597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6992), [11599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(155), [11601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3753), [11603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3774), [11605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7004), [11607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7121), [11609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3795), [11611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(160), [11613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7017), [11615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1698), [11617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5907), [11619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1926), [11621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(667), [11623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7093), [11625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1764), [11627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1537), [11629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7580), [11631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6758), [11633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7073), [11635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1536), [11637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7581), [11639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2021), [11641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7080), [11643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3005), [11645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(114), [11647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7090), [11649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1958), [11651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2947), [11653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7102), [11655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1361), [11657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2067), [11659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4451), [11661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4478), [11663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1773), [11665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1370), [11667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6686), [11669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7141), [11671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3362), [11673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2047), [11675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7147), [11677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7155), [11679] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3626), [11681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3632), [11683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7160), [11685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2038), [11687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(780), [11689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1778), [11691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2525), [11693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3681), [11695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2014), [11697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2124), [11699] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elif, 5, .production_id = 155), [11701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1790), [11703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4443), [11705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(94), [11707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1989), [11709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1201), [11711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(647), [11713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(648), [11715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3629), [11717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1798), [11719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2587), [11721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1358), [11723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1951), [11725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(816), [11727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2123), [11729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1205), [11731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4402), [11733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(945), [11735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2363), [11737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1243), [11739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2589), [11741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1251), [11743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(762), [11745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7570), [11747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(128), [11749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1931), [11751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7297), [11753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(815), [11755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(814), [11757] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_requires_parameter_list, 2), [11759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3939), [11761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(171), [11763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2745), [11765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6105), [11767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1090), [11769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1680), [11771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7328), [11773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6408), [11775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5942), [11777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3235), [11779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3234), [11781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3233), [11783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3019), [11785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1293), [11787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3966), [11789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7645), [11791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3293), [11793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(800), [11795] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elif_in_field_declaration_list, 4, .production_id = 116), [11797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1367), [11799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7006), [11801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5110), [11803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3391), [11805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7013), [11807] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(), [11809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1716), [11811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(679), [11813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1368), [11815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5001), [11817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6991), [11819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2069), [11821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(933), [11823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1152), [11825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2874), [11827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1766), [11829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3272), [11831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4049), [11833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4046), [11835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4034), [11837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1706), [11839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2073), [11841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3717), [11843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7128), [11845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1110), [11847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(773), [11849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1109), [11851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(124), [11853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(116), [11855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(937), [11857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3947), [11859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(761), [11861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(101), [11863] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elif_in_field_declaration_list, 5, .production_id = 155), [11865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2594), [11867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(765), [11869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(127), [11871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1874), [11873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7427), [11875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3655), [11877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7656), [11879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1947), [11881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6101), [11883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2708), [11885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7445), [11887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3297), [11889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6875), [11891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1373), [11893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1372), [11895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6289), [11897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1857), [11899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7462), [11901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3210), [11903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2613), [11905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6119), [11907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2615), [11909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7476), [11911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2288), [11913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2617), [11915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7532), [11917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1952), [11919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1853), [11921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7492), [11923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(143), [11925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2620), [11927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6135), [11929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2621), [11931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7505), [11933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2622), [11935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2778), [11937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2624), [11939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2627), [11941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1832), [11943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7520), [11945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2631), [11947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3232), [11949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6171), [11951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7526), [11953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1826), [11955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7533), [11957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6050), [11959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1823), [11961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7542), [11963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6055), [11965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1993), [11967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7551), [11969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5969), [11971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5984), [11973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(125), [11975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3680), [11977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7579), [11979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2640), [11981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7290), [11983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2641), [11985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2642), [11987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(126), [11989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3713), [11991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7651), [11993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2646), [11995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(751), [11997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2294), [11999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(123), [12001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3721), [12003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7665), [12005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2659), [12007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2660), [12009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(756), [12011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(129), [12013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3720), [12015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7678), [12017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7680), [12019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3250), [12021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3719), [12023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7688), [12025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(728), [12027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2675), [12029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6919), [12031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2677), [12033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(557), [12035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2713), [12037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16), [12039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(750), [12041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6103), [12043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1977), [12045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1917), [12047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1887), [12049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1870), [12051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1852), }; #ifdef __cplusplus extern "C" { #endif void *tree_sitter_cpp_external_scanner_create(void); void tree_sitter_cpp_external_scanner_destroy(void *); bool tree_sitter_cpp_external_scanner_scan(void *, TSLexer *, const bool *); unsigned tree_sitter_cpp_external_scanner_serialize(void *, char *); void tree_sitter_cpp_external_scanner_deserialize(void *, const char *, unsigned); #ifdef _WIN32 #define extern __declspec(dllexport) #endif extern const TSLanguage *tree_sitter_cpp(void) { static const TSLanguage language = { .version = LANGUAGE_VERSION, .symbol_count = SYMBOL_COUNT, .alias_count = ALIAS_COUNT, .token_count = TOKEN_COUNT, .external_token_count = EXTERNAL_TOKEN_COUNT, .state_count = STATE_COUNT, .large_state_count = LARGE_STATE_COUNT, .production_id_count = PRODUCTION_ID_COUNT, .field_count = FIELD_COUNT, .max_alias_sequence_length = MAX_ALIAS_SEQUENCE_LENGTH, .parse_table = &ts_parse_table[0][0], .small_parse_table = ts_small_parse_table, .small_parse_table_map = ts_small_parse_table_map, .parse_actions = ts_parse_actions, .symbol_names = ts_symbol_names, .field_names = ts_field_names, .field_map_slices = ts_field_map_slices, .field_map_entries = ts_field_map_entries, .symbol_metadata = ts_symbol_metadata, .public_symbol_map = ts_symbol_map, .alias_map = ts_non_terminal_alias_map, .alias_sequences = &ts_alias_sequences[0][0], .lex_modes = ts_lex_modes, .lex_fn = ts_lex, .keyword_lex_fn = ts_lex_keywords, .keyword_capture_token = sym_identifier, .external_scanner = { &ts_external_scanner_states[0][0], ts_external_scanner_symbol_map, tree_sitter_cpp_external_scanner_create, tree_sitter_cpp_external_scanner_destroy, tree_sitter_cpp_external_scanner_scan, tree_sitter_cpp_external_scanner_serialize, tree_sitter_cpp_external_scanner_deserialize, }, .primary_state_ids = ts_primary_state_ids, }; return &language; } #ifdef __cplusplus } #endif